From 0938027c8042e0cf83b6f10fe89ede1e509b621a Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 2 Jul 2024 13:05:17 +0300 Subject: [PATCH] Fluid demo updates --- .../showcase/doc/autocomplete/MultipleDoc.vue | 22 ++++---- apps/showcase/doc/datatable/LazyLoadDoc.vue | 38 +++++++------- .../doc/datatable/edit/CellEditDoc.vue | 22 ++++---- .../doc/datatable/edit/RowEditDoc.vue | 36 ++++++------- .../doc/datatable/samples/ProductsDoc.vue | 36 ++++++------- apps/showcase/doc/datepicker/IconDoc.vue | 30 +++++------ apps/showcase/doc/datepicker/TimeDoc.vue | 30 +++++------ apps/showcase/doc/focustrap/BasicDoc.vue | 22 ++++---- apps/showcase/doc/inputmask/MaskDoc.vue | 30 +++++------ apps/showcase/doc/inputnumber/ButtonsDoc.vue | 30 +++++------ apps/showcase/doc/inputnumber/CurrencyDoc.vue | 36 ++++++------- apps/showcase/doc/inputnumber/LocaleDoc.vue | 38 +++++++------- apps/showcase/doc/inputnumber/NumeralsDoc.vue | 38 +++++++------- .../doc/inputnumber/PrefixSuffixDoc.vue | 38 +++++++------- apps/showcase/doc/stepper/TemplateDoc.vue | 52 +++++++++---------- apps/showcase/doc/tree/LazyDoc.vue | 6 +-- 16 files changed, 252 insertions(+), 252 deletions(-) diff --git a/apps/showcase/doc/autocomplete/MultipleDoc.vue b/apps/showcase/doc/autocomplete/MultipleDoc.vue index 2e800c785..f870122f2 100644 --- a/apps/showcase/doc/autocomplete/MultipleDoc.vue +++ b/apps/showcase/doc/autocomplete/MultipleDoc.vue @@ -2,12 +2,12 @@

Multiple mode is enabled using multiple property used to select more than one value from the autocomplete. In this case, value reference should be an array.

-
+
- + - +
@@ -22,19 +22,19 @@ export default { code: { basic: ` - + - + `, options: ` @@ -57,12 +57,12 @@ export default { `, composition: ` diff --git a/apps/showcase/doc/datatable/LazyLoadDoc.vue b/apps/showcase/doc/datatable/LazyLoadDoc.vue index 11e4e61fc..db04082fd 100644 --- a/apps/showcase/doc/datatable/LazyLoadDoc.vue +++ b/apps/showcase/doc/datatable/LazyLoadDoc.vue @@ -11,7 +11,7 @@

Note that, the implementation of checkbox selection in lazy mode needs to be handled manually as in this example since the DataTable cannot know about the whole dataset.

-
+
@@ -49,12 +49,12 @@
@@ -65,7 +65,7 @@
@@ -108,7 +108,7 @@ export default { @@ -119,12 +119,12 @@ export default {
@@ -135,14 +135,14 @@ export default { `, options: ` @@ -177,7 +177,7 @@ export default { @@ -276,7 +276,7 @@ export default { `, composition: ` @@ -311,7 +311,7 @@ export default { diff --git a/apps/showcase/doc/datatable/edit/CellEditDoc.vue b/apps/showcase/doc/datatable/edit/CellEditDoc.vue index 71bfed66c..cd08ed995 100644 --- a/apps/showcase/doc/datatable/edit/CellEditDoc.vue +++ b/apps/showcase/doc/datatable/edit/CellEditDoc.vue @@ -3,7 +3,7 @@

Cell editing is enabled by setting editMode as cell, defining input elements with editor templating of a Column and implementing cell-edit-complete to update the state.

-
+
@@ -67,10 +67,10 @@ export default { @@ -78,7 +78,7 @@ export default { `, options: ` @@ -164,7 +164,7 @@ export default { `, composition: ` diff --git a/apps/showcase/doc/datatable/edit/RowEditDoc.vue b/apps/showcase/doc/datatable/edit/RowEditDoc.vue index 36cd1aa20..d4b134ffd 100644 --- a/apps/showcase/doc/datatable/edit/RowEditDoc.vue +++ b/apps/showcase/doc/datatable/edit/RowEditDoc.vue @@ -6,7 +6,7 @@

-
+
@@ -91,12 +91,12 @@ export default { @@ -119,7 +119,7 @@ export default { `, options: `