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.
-
+
With Typeahead
-
+
Without Typeahead
-
+
@@ -22,19 +22,19 @@ export default {
code: {
basic: `
With Typeahead
-
+
Without Typeahead
-
+
`,
options: `
-
+
With Typeahead
-
+
Without Typeahead
-
+
@@ -57,12 +57,12 @@ export default {
`,
composition: `
-
+
With Typeahead
-
+
Without Typeahead
-
+
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: `
-
+
-
+
@@ -161,12 +161,12 @@ export default {
-
+
-
+
@@ -177,7 +177,7 @@ export default {
-
+
@@ -276,7 +276,7 @@ export default {
`,
composition: `
-
+
-
+
@@ -295,12 +295,12 @@ export default {
-
+
-
+
@@ -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 @@
-
+
-
+
-
+
-
+
@@ -49,7 +49,7 @@
{{ formatCurrency(data[field]) }}
-
+
@@ -91,12 +91,12 @@ export default {
-
+
-
+
@@ -111,7 +111,7 @@ export default {
{{ formatCurrency(data[field]) }}
-
+
@@ -119,7 +119,7 @@ export default {
`,
options: `
-
+
-
+
-
+
-
+
@@ -157,7 +157,7 @@ export default {
{{ formatCurrency(data[field]) }}
-
+
@@ -213,7 +213,7 @@ export default {
`,
composition: `
-
+
-
+
-
+
-
+
@@ -251,7 +251,7 @@ export default {
{{ formatCurrency(data[field]) }}
-
+
diff --git a/apps/showcase/doc/datatable/samples/ProductsDoc.vue b/apps/showcase/doc/datatable/samples/ProductsDoc.vue
index 85780174c..d66adcdde 100644
--- a/apps/showcase/doc/datatable/samples/ProductsDoc.vue
+++ b/apps/showcase/doc/datatable/samples/ProductsDoc.vue
@@ -75,20 +75,20 @@
-
+
Name
-
+
Name is required.
Description
-
+
Inventory Status
-
+
@@ -323,20 +323,20 @@ export default {
-
+
Name
-
+
Name is required.
Description
-
+
Inventory Status
-
+
@@ -364,11 +364,11 @@ export default {
@@ -615,20 +615,20 @@ export default {
-
+
Name
-
+
Name is required.
Description
-
+
Inventory Status
-
+
@@ -656,11 +656,11 @@ export default {
diff --git a/apps/showcase/doc/datepicker/IconDoc.vue b/apps/showcase/doc/datepicker/IconDoc.vue
index 66f861c80..fc5a33210 100644
--- a/apps/showcase/doc/datepicker/IconDoc.vue
+++ b/apps/showcase/doc/datepicker/IconDoc.vue
@@ -2,18 +2,18 @@
An additional icon is displayed next to the input field when showIcon is present.
-
+
Button
-
+
Default Icon
-
+
Custom Icon
-
+
@@ -32,9 +32,9 @@ export default {
templatedisplay: null,
code: {
basic: `
-
-
-
+
+
+
@@ -42,18 +42,18 @@ export default {
`,
options: `
-
+
Button
-
+
Default Icon
-
+
Custom Icon
-
+
@@ -76,18 +76,18 @@ export default {
`,
composition: `
-
+
Button
-
+
Default Icon
-
+
Custom Icon
-
+
diff --git a/apps/showcase/doc/datepicker/TimeDoc.vue b/apps/showcase/doc/datepicker/TimeDoc.vue
index 911f6c121..8094888c8 100644
--- a/apps/showcase/doc/datepicker/TimeDoc.vue
+++ b/apps/showcase/doc/datepicker/TimeDoc.vue
@@ -2,18 +2,18 @@
A time picker is displayed when showTime is enabled where 12/24 hour format is configured with hourFormat property. In case, only time needs to be selected, add timeOnly to hide the date section.
-
+
12h Format
-
+
24h Format
-
+
Time Only
-
+
@@ -28,24 +28,24 @@ export default {
time: null,
code: {
basic: `
-
-
-
+
+
+
`,
options: `
-
+
12h Format
-
+
24h Format
-
+
Time Only
-
+
@@ -64,18 +64,18 @@ export default {
`,
composition: `
-
+
12h Format
-
+
24h Format
-
+
Time Only
-
+
diff --git a/apps/showcase/doc/focustrap/BasicDoc.vue b/apps/showcase/doc/focustrap/BasicDoc.vue
index 02a4fbc43..dceb73f45 100644
--- a/apps/showcase/doc/focustrap/BasicDoc.vue
+++ b/apps/showcase/doc/focustrap/BasicDoc.vue
@@ -2,20 +2,20 @@
FocusTrap is enabled by attaching the directive with the v- prefix.
-
+
-
+
-
+
@@ -43,14 +43,14 @@ export default {
-
+
-
+
@@ -63,20 +63,20 @@ export default {
`,
options: `
-
+
-
+
-
+
@@ -103,20 +103,20 @@ export default {
`,
composition: `
-
+
-
+
-
+
diff --git a/apps/showcase/doc/inputmask/MaskDoc.vue b/apps/showcase/doc/inputmask/MaskDoc.vue
index 09388a46f..15b457c48 100644
--- a/apps/showcase/doc/inputmask/MaskDoc.vue
+++ b/apps/showcase/doc/inputmask/MaskDoc.vue
@@ -5,20 +5,20 @@
- are also accepted.
-
+
SSN
-
+
Phone
-
+
Serial
-
+
@@ -35,35 +35,35 @@ export default {
basic: `
SSN
-
+
Phone
-
+
Serial
-
+
`,
options: `
-
+
SSN
-
+
Phone
-
+
Serial
-
+
@@ -83,20 +83,20 @@ export default {
`,
composition: `
-
+
SSN
-
+
Phone
-
+
Serial
-
+
diff --git a/apps/showcase/doc/inputnumber/ButtonsDoc.vue b/apps/showcase/doc/inputnumber/ButtonsDoc.vue
index 12c7ce42b..e14ad3cc7 100644
--- a/apps/showcase/doc/inputnumber/ButtonsDoc.vue
+++ b/apps/showcase/doc/inputnumber/ButtonsDoc.vue
@@ -2,19 +2,19 @@
Spinner buttons are enabled using the showButtons property and layout is defined with the buttonLayout .
-
+
Stacked
-
+
Min-Max Boundaries
-
+
Horizontal with Step
-
+
@@ -36,9 +36,9 @@ export default {
value3: 10.5,
code: {
basic: `
-
-
-
+
+
+
@@ -49,19 +49,19 @@ export default {
`,
options: `
-
+
Stacked
-
+
Min-Max Boundaries
-
+
Horizontal with Step
-
+
@@ -87,19 +87,19 @@ export default {
`,
composition: `
-
+
Stacked
-
+
Min-Max Boundaries
-
+
Horizontal with Step
-
+
diff --git a/apps/showcase/doc/inputnumber/CurrencyDoc.vue b/apps/showcase/doc/inputnumber/CurrencyDoc.vue
index 84596cbfc..8ca7c8bab 100644
--- a/apps/showcase/doc/inputnumber/CurrencyDoc.vue
+++ b/apps/showcase/doc/inputnumber/CurrencyDoc.vue
@@ -2,22 +2,22 @@
Monetary values are enabled by setting mode property as currency . In this setting, currency property also needs to be defined using ISO 4217 standard such as "USD" for the US dollar.
-
+
United States
-
+
Germany
-
+
India
-
+
Japan
-
+
@@ -33,29 +33,29 @@ export default {
value4: 5002,
code: {
basic: `
-
+
-
-
+
+
`,
options: `
-
+
United States
-
+
Germany
-
+
India
-
+
Japan
-
+
@@ -75,22 +75,22 @@ export default {
`,
composition: `
-
+
United States
-
+
Germany
-
+
India
-
+
Japan
-
+
diff --git a/apps/showcase/doc/inputnumber/LocaleDoc.vue b/apps/showcase/doc/inputnumber/LocaleDoc.vue
index e13db5472..82518404b 100644
--- a/apps/showcase/doc/inputnumber/LocaleDoc.vue
+++ b/apps/showcase/doc/inputnumber/LocaleDoc.vue
@@ -2,22 +2,22 @@
Localization information such as grouping and decimal symbols are defined with the locale property which defaults to the user locale.
-
+
User Locale
-
+
United States Locale
-
+
German Locale
-
+
Indian Locale
-
+
@@ -33,29 +33,29 @@ export default {
value4: 732762,
code: {
basic: `
-
-
-
-
+
+
+
+
`,
options: `
-
+
User Locale
-
+
United States Locale
-
+
German Locale
-
+
Indian Locale
-
+
@@ -75,22 +75,22 @@ export default {
`,
composition: `
-
+
User Locale
-
+
United States Locale
-
+
German Locale
-
+
Indian Locale
-
+
diff --git a/apps/showcase/doc/inputnumber/NumeralsDoc.vue b/apps/showcase/doc/inputnumber/NumeralsDoc.vue
index 3f983148d..44b9881ee 100644
--- a/apps/showcase/doc/inputnumber/NumeralsDoc.vue
+++ b/apps/showcase/doc/inputnumber/NumeralsDoc.vue
@@ -2,22 +2,22 @@
InputNumber is used as a controlled input with v-model property.
-
+
Integer Only
-
+
Without Grouping
-
+
Min-Max Fraction Digits
-
+
Min-Max Boundaries
-
+
@@ -33,29 +33,29 @@ export default {
value4: 50,
code: {
basic: `
-
-
-
-
+
+
+
+
`,
options: `
-
+
Integer Only
-
+
Without Grouping
-
+
Min-Max Fraction Digits
-
+
Min-Max Boundaries
-
+
@@ -75,22 +75,22 @@ export default {
`,
composition: `
-
+
Integer Only
-
+
Without Grouping
-
+
Min-Max Fraction Digits
-
+
Min-Max Boundaries
-
+
diff --git a/apps/showcase/doc/inputnumber/PrefixSuffixDoc.vue b/apps/showcase/doc/inputnumber/PrefixSuffixDoc.vue
index 5de1b25c2..f812322aa 100644
--- a/apps/showcase/doc/inputnumber/PrefixSuffixDoc.vue
+++ b/apps/showcase/doc/inputnumber/PrefixSuffixDoc.vue
@@ -2,22 +2,22 @@
Custom texts e.g. units can be placed before or after the input section with the prefix and suffix properties.
-
+
Mile
-
+
Percent
-
+
Expiry
-
+
Temperature
-
+
@@ -33,29 +33,29 @@ export default {
value4: 20,
code: {
basic: `
-
-
-
-
+
+
+
+
`,
options: `
-
+
Mile
-
+
Percent
-
+
Expiry
-
+
Temperature
-
+
@@ -75,22 +75,22 @@ export default {
`,
composition: `
-
+
Mile
-
+
Percent
-
+
Expiry
-
+
Temperature
-
+
diff --git a/apps/showcase/doc/stepper/TemplateDoc.vue b/apps/showcase/doc/stepper/TemplateDoc.vue
index 622595053..8a2749b63 100644
--- a/apps/showcase/doc/stepper/TemplateDoc.vue
+++ b/apps/showcase/doc/stepper/TemplateDoc.vue
@@ -57,14 +57,14 @@
Create your account
-
-
+
+
-
-
+
+
-
@@ -180,14 +180,14 @@ export default {
Create your account
-
-
-
-
-
-
-
@@ -283,14 +283,14 @@ export default {
Create your account
-
-
+
+
-
-
+
+
-
@@ -411,14 +411,14 @@ export default {
Create your account
-
-
+
+
-
-
+
+
-
diff --git a/apps/showcase/doc/tree/LazyDoc.vue b/apps/showcase/doc/tree/LazyDoc.vue
index 6d06cacc7..d080e1361 100644
--- a/apps/showcase/doc/tree/LazyDoc.vue
+++ b/apps/showcase/doc/tree/LazyDoc.vue
@@ -5,7 +5,7 @@
icon is available.
-
+
Mask Mode
@@ -32,7 +32,7 @@ export default {
`,
options: `
-
+
Mask Mode
@@ -159,7 +159,7 @@ export default {
`,
composition: `
-