From 2032fd5216649d47c0dacd9b28e479b4d61573a9 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 30 Jan 2024 11:04:48 +0300 Subject: [PATCH] New components added to demos --- components/landing/ThemeSection.vue | 8 ++- doc/autocomplete/FloatLabelDoc.vue | 16 ++--- doc/calendar/FloatLabelDoc.vue | 16 ++--- doc/cascadeselect/FloatLabelDoc.vue | 16 ++--- doc/chips/FloatLabelDoc.vue | 16 ++--- doc/datatable/StatefulDoc.vue | 32 ++++++---- doc/datatable/filter/AdvancedFilterDoc.vue | 32 ++++++---- doc/datatable/filter/BasicFilterDoc.vue | 32 ++++++---- doc/datatable/samples/CustomersDoc.vue | 32 ++++++---- doc/datatable/samples/ProductsDoc.vue | 32 ++++++---- doc/dropdown/FloatLabelDoc.vue | 16 ++--- doc/dropdown/form/VeeValidateDoc.vue | 16 ++--- doc/focustrap/BasicDoc.vue | 64 +++++++++++-------- doc/inputmask/FloatLabelDoc.vue | 18 +++--- doc/inputnumber/FloatLabelDoc.vue | 16 ++--- doc/inputtext/FloatLabelDoc.vue | 16 ++--- doc/inputtext/IconsDoc.vue | 71 ++++++++++++++-------- doc/inputtext/form/VeeValidateDoc.vue | 16 ++--- doc/multiselect/FloatLabelDoc.vue | 16 ++--- doc/password/FloatLabelDoc.vue | 26 ++++---- doc/textarea/FloatLabelDoc.vue | 26 ++++---- doc/textarea/form/VeeValidateDoc.vue | 16 ++--- doc/toolbar/BasicDoc.vue | 32 ++++++---- doc/treeselect/FloatLabelDoc.vue | 16 ++--- doc/treetable/FilterDoc.vue | 32 ++++++---- pages/inputmask/index.vue | 2 +- pages/inputtext/index.vue | 12 +++- pages/password/index.vue | 2 +- 28 files changed, 373 insertions(+), 272 deletions(-) diff --git a/components/landing/ThemeSection.vue b/components/landing/ThemeSection.vue index 1170a5278..69c2d014a 100644 --- a/components/landing/ThemeSection.vue +++ b/components/landing/ThemeSection.vue @@ -26,10 +26,12 @@ diff --git a/doc/autocomplete/FloatLabelDoc.vue b/doc/autocomplete/FloatLabelDoc.vue index 3143eb06f..e6a76b89b 100644 --- a/doc/autocomplete/FloatLabelDoc.vue +++ b/doc/autocomplete/FloatLabelDoc.vue @@ -3,10 +3,10 @@

A floating label appears on top of the input field when focused.

- + - +
@@ -19,18 +19,18 @@ export default { items: [], code: { basic: ` - + - + `, options: ` @@ -53,10 +53,10 @@ export default { composition: ` diff --git a/doc/calendar/FloatLabelDoc.vue b/doc/calendar/FloatLabelDoc.vue index 339f43c44..7040d6265 100644 --- a/doc/calendar/FloatLabelDoc.vue +++ b/doc/calendar/FloatLabelDoc.vue @@ -3,10 +3,10 @@

A floating label appears on top of the input field when focused.

- + - +
@@ -18,18 +18,18 @@ export default { date: null, code: { basic: ` - + - + `, options: ` @@ -46,10 +46,10 @@ export default { composition: ` diff --git a/doc/cascadeselect/FloatLabelDoc.vue b/doc/cascadeselect/FloatLabelDoc.vue index 694d3fb47..cbd4427fb 100644 --- a/doc/cascadeselect/FloatLabelDoc.vue +++ b/doc/cascadeselect/FloatLabelDoc.vue @@ -3,10 +3,10 @@

A floating label appears on top of the input field when focused.

- + - +
@@ -92,20 +92,20 @@ export default { ], code: { basic: ` - + - + `, options: ` @@ -196,11 +196,11 @@ export default { composition: ` diff --git a/doc/chips/FloatLabelDoc.vue b/doc/chips/FloatLabelDoc.vue index 54fbdef77..65c1a8dab 100644 --- a/doc/chips/FloatLabelDoc.vue +++ b/doc/chips/FloatLabelDoc.vue @@ -3,10 +3,10 @@

A floating label appears on top of the input field when focused.

- + - +
@@ -18,18 +18,18 @@ export default { value: null, code: { basic: ` - + - + `, options: ` @@ -46,10 +46,10 @@ export default { composition: ` diff --git a/doc/datatable/StatefulDoc.vue b/doc/datatable/StatefulDoc.vue index eca2c339a..ea96fb344 100644 --- a/doc/datatable/StatefulDoc.vue +++ b/doc/datatable/StatefulDoc.vue @@ -23,10 +23,12 @@ tableStyle="min-width: 50rem" >