vuetify 3.3.18 → 3.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +25 -25
- package/dist/json/importMap.json +24 -24
- package/dist/json/web-types.json +63 -63
- package/dist/vuetify-labs.css +5689 -5679
- package/dist/vuetify-labs.d.ts +172 -172
- package/dist/vuetify-labs.esm.js +56 -64
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +56 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5721 -5715
- package/dist/vuetify.d.ts +170 -170
- package/dist/vuetify.esm.js +42 -51
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -51
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +203 -203
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +14 -14
- package/lib/components/VCheckbox/index.d.mts +8 -8
- package/lib/components/VCombobox/index.d.mts +14 -14
- package/lib/components/VFileInput/index.d.mts +20 -20
- package/lib/components/VInput/index.d.mts +8 -8
- package/lib/components/VList/VList.css +0 -3
- package/lib/components/VList/VList.sass +0 -4
- package/lib/components/VList/VListChildren.mjs +9 -11
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +9 -1
- package/lib/components/VList/VListItem.sass +12 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +8 -8
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +14 -14
- package/lib/components/VSlider/VSliderThumb.css +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs +7 -6
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +2 -0
- package/lib/components/VSlider/VSliderTrack.mjs +5 -7
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSlider/slider.mjs +4 -10
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +8 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +26 -26
- package/lib/components/VTextarea/index.d.mts +20 -20
- package/lib/components/VTimeline/VTimeline.css +0 -1
- package/lib/components/VTimeline/VTimeline.sass +0 -1
- package/lib/components/VValidation/index.d.mts +8 -8
- package/lib/components/index.d.mts +164 -164
- package/lib/composables/forwardRefs.mjs +4 -4
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +6 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +6 -6
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.css +4 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +2 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.sass +4 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
- package/lib/labs/components.d.mts +8 -8
- package/lib/labs/date/date.mjs +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -551,6 +551,10 @@
|
|
|
551
551
|
"type": "boolean\n",
|
|
552
552
|
"description": "Enables autofocus."
|
|
553
553
|
},
|
|
554
|
+
"v-autocomplete/counter": {
|
|
555
|
+
"type": "string | number | boolean\n",
|
|
556
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
557
|
+
},
|
|
554
558
|
"v-autocomplete/prefix": {
|
|
555
559
|
"type": "string\n",
|
|
556
560
|
"description": "Displays prefix text."
|
|
@@ -651,10 +655,6 @@
|
|
|
651
655
|
"type": "boolean\n",
|
|
652
656
|
"description": "Label does not move on focus/dirty."
|
|
653
657
|
},
|
|
654
|
-
"v-autocomplete/counter": {
|
|
655
|
-
"type": "string | number | true\n",
|
|
656
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
657
|
-
},
|
|
658
658
|
"v-autocomplete/counter-value": {
|
|
659
659
|
"type": "number | ((value: any) => number)\n",
|
|
660
660
|
"description": "Function returns the counter display text."
|
|
@@ -2575,6 +2575,10 @@
|
|
|
2575
2575
|
"type": "boolean\n",
|
|
2576
2576
|
"description": "Enables autofocus."
|
|
2577
2577
|
},
|
|
2578
|
+
"v-combobox/counter": {
|
|
2579
|
+
"type": "string | number | boolean\n",
|
|
2580
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
2581
|
+
},
|
|
2578
2582
|
"v-combobox/prefix": {
|
|
2579
2583
|
"type": "string\n",
|
|
2580
2584
|
"description": "Displays prefix text."
|
|
@@ -2675,10 +2679,6 @@
|
|
|
2675
2679
|
"type": "boolean\n",
|
|
2676
2680
|
"description": "Label does not move on focus/dirty."
|
|
2677
2681
|
},
|
|
2678
|
-
"v-combobox/counter": {
|
|
2679
|
-
"type": "string | number | true\n",
|
|
2680
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
2681
|
-
},
|
|
2682
2682
|
"v-combobox/counter-value": {
|
|
2683
2683
|
"type": "number | ((value: any) => number)\n",
|
|
2684
2684
|
"description": "Function returns the counter display text."
|
|
@@ -4439,6 +4439,10 @@
|
|
|
4439
4439
|
"type": "boolean\n",
|
|
4440
4440
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
4441
4441
|
},
|
|
4442
|
+
"v-file-input/counter": {
|
|
4443
|
+
"type": "boolean\n",
|
|
4444
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
4445
|
+
},
|
|
4442
4446
|
"v-file-input/center-affix": {
|
|
4443
4447
|
"type": "boolean\n",
|
|
4444
4448
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
@@ -4527,10 +4531,6 @@
|
|
|
4527
4531
|
"type": "boolean\n",
|
|
4528
4532
|
"description": "Label does not move on focus/dirty."
|
|
4529
4533
|
},
|
|
4530
|
-
"v-file-input/counter": {
|
|
4531
|
-
"type": "boolean\n",
|
|
4532
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
4533
|
-
},
|
|
4534
4534
|
"v-file-input/counter-size-string": {
|
|
4535
4535
|
"type": "string\n",
|
|
4536
4536
|
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
@@ -7043,6 +7043,10 @@
|
|
|
7043
7043
|
"type": "boolean\n",
|
|
7044
7044
|
"description": "Enables autofocus."
|
|
7045
7045
|
},
|
|
7046
|
+
"v-select/counter": {
|
|
7047
|
+
"type": "string | number | boolean\n",
|
|
7048
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
7049
|
+
},
|
|
7046
7050
|
"v-select/prefix": {
|
|
7047
7051
|
"type": "string\n",
|
|
7048
7052
|
"description": "Displays prefix text."
|
|
@@ -7143,10 +7147,6 @@
|
|
|
7143
7147
|
"type": "boolean\n",
|
|
7144
7148
|
"description": "Label does not move on focus/dirty."
|
|
7145
7149
|
},
|
|
7146
|
-
"v-select/counter": {
|
|
7147
|
-
"type": "string | number | true\n",
|
|
7148
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
7149
|
-
},
|
|
7150
7150
|
"v-select/counter-value": {
|
|
7151
7151
|
"type": "number | ((value: any) => number)\n",
|
|
7152
7152
|
"description": "Function returns the counter display text."
|
|
@@ -7364,7 +7364,7 @@
|
|
|
7364
7364
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
7365
7365
|
},
|
|
7366
7366
|
"v-skeleton-loader/type": {
|
|
7367
|
-
"type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
|
|
7367
|
+
"type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
|
|
7368
7368
|
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
|
|
7369
7369
|
},
|
|
7370
7370
|
"v-skeleton-loader/height": {
|
|
@@ -8495,6 +8495,10 @@
|
|
|
8495
8495
|
"type": "boolean\n",
|
|
8496
8496
|
"description": "Enables autofocus."
|
|
8497
8497
|
},
|
|
8498
|
+
"v-text-field/counter": {
|
|
8499
|
+
"type": "string | number | boolean\n",
|
|
8500
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8501
|
+
},
|
|
8498
8502
|
"v-text-field/prefix": {
|
|
8499
8503
|
"type": "string\n",
|
|
8500
8504
|
"description": "Displays prefix text."
|
|
@@ -8607,10 +8611,6 @@
|
|
|
8607
8611
|
"type": "boolean\n",
|
|
8608
8612
|
"description": "Label does not move on focus/dirty."
|
|
8609
8613
|
},
|
|
8610
|
-
"v-text-field/counter": {
|
|
8611
|
-
"type": "string | number | true\n",
|
|
8612
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8613
|
-
},
|
|
8614
8614
|
"v-text-field/counter-value": {
|
|
8615
8615
|
"type": "number | ((value: any) => number)\n",
|
|
8616
8616
|
"description": "Function returns the counter display text."
|
|
@@ -8691,6 +8691,10 @@
|
|
|
8691
8691
|
"type": "boolean\n",
|
|
8692
8692
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8693
8693
|
},
|
|
8694
|
+
"v-textarea/counter": {
|
|
8695
|
+
"type": "string | number | true\n",
|
|
8696
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8697
|
+
},
|
|
8694
8698
|
"v-textarea/prefix": {
|
|
8695
8699
|
"type": "string\n",
|
|
8696
8700
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
@@ -8799,10 +8803,6 @@
|
|
|
8799
8803
|
"type": "boolean\n",
|
|
8800
8804
|
"description": "Label does not move on focus/dirty."
|
|
8801
8805
|
},
|
|
8802
|
-
"v-textarea/counter": {
|
|
8803
|
-
"type": "string | number | true\n",
|
|
8804
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8805
|
-
},
|
|
8806
8806
|
"v-textarea/counter-value": {
|
|
8807
8807
|
"type": "(value: any) => number\n",
|
|
8808
8808
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VSwitch": {
|
|
4
|
+
"from": "components/VSwitch/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VSystemBar": {
|
|
8
|
+
"from": "components/VSystemBar/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VTabs": {
|
|
12
|
+
"from": "components/VTabs/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VTab": {
|
|
16
|
+
"from": "components/VTabs/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
3
19
|
"VApp": {
|
|
4
20
|
"from": "components/VApp/index.mjs",
|
|
5
21
|
"styles": []
|
|
@@ -124,14 +140,14 @@
|
|
|
124
140
|
"from": "components/VChipGroup/index.mjs",
|
|
125
141
|
"styles": []
|
|
126
142
|
},
|
|
127
|
-
"VColorPicker": {
|
|
128
|
-
"from": "components/VColorPicker/index.mjs",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
143
|
"VCode": {
|
|
132
144
|
"from": "components/VCode/index.mjs",
|
|
133
145
|
"styles": []
|
|
134
146
|
},
|
|
147
|
+
"VColorPicker": {
|
|
148
|
+
"from": "components/VColorPicker/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
135
151
|
"VCombobox": {
|
|
136
152
|
"from": "components/VCombobox/index.mjs",
|
|
137
153
|
"styles": []
|
|
@@ -144,6 +160,10 @@
|
|
|
144
160
|
"from": "components/VDialog/index.mjs",
|
|
145
161
|
"styles": []
|
|
146
162
|
},
|
|
163
|
+
"VDivider": {
|
|
164
|
+
"from": "components/VDivider/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
147
167
|
"VExpansionPanels": {
|
|
148
168
|
"from": "components/VExpansionPanel/index.mjs",
|
|
149
169
|
"styles": []
|
|
@@ -160,10 +180,6 @@
|
|
|
160
180
|
"from": "components/VExpansionPanel/index.mjs",
|
|
161
181
|
"styles": []
|
|
162
182
|
},
|
|
163
|
-
"VDivider": {
|
|
164
|
-
"from": "components/VDivider/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
183
|
"VField": {
|
|
168
184
|
"from": "components/VField/index.mjs",
|
|
169
185
|
"styles": []
|
|
@@ -332,22 +348,6 @@
|
|
|
332
348
|
"from": "components/VSnackbar/index.mjs",
|
|
333
349
|
"styles": []
|
|
334
350
|
},
|
|
335
|
-
"VSwitch": {
|
|
336
|
-
"from": "components/VSwitch/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VSystemBar": {
|
|
340
|
-
"from": "components/VSystemBar/index.mjs",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
|
-
"VTabs": {
|
|
344
|
-
"from": "components/VTabs/index.mjs",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
|
-
"VTab": {
|
|
348
|
-
"from": "components/VTabs/index.mjs",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
351
|
"VTable": {
|
|
352
352
|
"from": "components/VTable/index.mjs",
|
|
353
353
|
"styles": []
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.20",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1589,6 +1589,16 @@
|
|
|
1589
1589
|
"type": "boolean\n"
|
|
1590
1590
|
}
|
|
1591
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "counter",
|
|
1594
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
1595
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1596
|
+
"default": "false",
|
|
1597
|
+
"value": {
|
|
1598
|
+
"kind": "expression",
|
|
1599
|
+
"type": "string | number | boolean\n"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1592
1602
|
{
|
|
1593
1603
|
"name": "prefix",
|
|
1594
1604
|
"description": "Displays prefix text.",
|
|
@@ -1831,16 +1841,6 @@
|
|
|
1831
1841
|
"type": "boolean\n"
|
|
1832
1842
|
}
|
|
1833
1843
|
},
|
|
1834
|
-
{
|
|
1835
|
-
"name": "counter",
|
|
1836
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
1837
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1838
|
-
"default": "false",
|
|
1839
|
-
"value": {
|
|
1840
|
-
"kind": "expression",
|
|
1841
|
-
"type": "string | number | true\n"
|
|
1842
|
-
}
|
|
1843
|
-
},
|
|
1844
1844
|
{
|
|
1845
1845
|
"name": "counterValue",
|
|
1846
1846
|
"description": "Function returns the counter display text.",
|
|
@@ -8363,6 +8363,16 @@
|
|
|
8363
8363
|
"type": "boolean\n"
|
|
8364
8364
|
}
|
|
8365
8365
|
},
|
|
8366
|
+
{
|
|
8367
|
+
"name": "counter",
|
|
8368
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
8369
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8370
|
+
"default": "false",
|
|
8371
|
+
"value": {
|
|
8372
|
+
"kind": "expression",
|
|
8373
|
+
"type": "string | number | boolean\n"
|
|
8374
|
+
}
|
|
8375
|
+
},
|
|
8366
8376
|
{
|
|
8367
8377
|
"name": "prefix",
|
|
8368
8378
|
"description": "Displays prefix text.",
|
|
@@ -8605,16 +8615,6 @@
|
|
|
8605
8615
|
"type": "boolean\n"
|
|
8606
8616
|
}
|
|
8607
8617
|
},
|
|
8608
|
-
{
|
|
8609
|
-
"name": "counter",
|
|
8610
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
8611
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8612
|
-
"default": "false",
|
|
8613
|
-
"value": {
|
|
8614
|
-
"kind": "expression",
|
|
8615
|
-
"type": "string | number | true\n"
|
|
8616
|
-
}
|
|
8617
|
-
},
|
|
8618
8618
|
{
|
|
8619
8619
|
"name": "counterValue",
|
|
8620
8620
|
"description": "Function returns the counter display text.",
|
|
@@ -17792,6 +17792,16 @@
|
|
|
17792
17792
|
"type": "boolean\n"
|
|
17793
17793
|
}
|
|
17794
17794
|
},
|
|
17795
|
+
{
|
|
17796
|
+
"name": "counter",
|
|
17797
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
17798
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
17799
|
+
"default": "false",
|
|
17800
|
+
"value": {
|
|
17801
|
+
"kind": "expression",
|
|
17802
|
+
"type": "boolean\n"
|
|
17803
|
+
}
|
|
17804
|
+
},
|
|
17795
17805
|
{
|
|
17796
17806
|
"name": "centerAffix",
|
|
17797
17807
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
|
|
@@ -18005,16 +18015,6 @@
|
|
|
18005
18015
|
"type": "boolean\n"
|
|
18006
18016
|
}
|
|
18007
18017
|
},
|
|
18008
|
-
{
|
|
18009
|
-
"name": "counter",
|
|
18010
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
18011
|
-
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
18012
|
-
"default": "false",
|
|
18013
|
-
"value": {
|
|
18014
|
-
"kind": "expression",
|
|
18015
|
-
"type": "boolean\n"
|
|
18016
|
-
}
|
|
18017
|
-
},
|
|
18018
18018
|
{
|
|
18019
18019
|
"name": "counterSizeString",
|
|
18020
18020
|
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization).",
|
|
@@ -27459,6 +27459,16 @@
|
|
|
27459
27459
|
"type": "boolean\n"
|
|
27460
27460
|
}
|
|
27461
27461
|
},
|
|
27462
|
+
{
|
|
27463
|
+
"name": "counter",
|
|
27464
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
27465
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
27466
|
+
"default": "false",
|
|
27467
|
+
"value": {
|
|
27468
|
+
"kind": "expression",
|
|
27469
|
+
"type": "string | number | boolean\n"
|
|
27470
|
+
}
|
|
27471
|
+
},
|
|
27462
27472
|
{
|
|
27463
27473
|
"name": "prefix",
|
|
27464
27474
|
"description": "Displays prefix text.",
|
|
@@ -27701,16 +27711,6 @@
|
|
|
27701
27711
|
"type": "boolean\n"
|
|
27702
27712
|
}
|
|
27703
27713
|
},
|
|
27704
|
-
{
|
|
27705
|
-
"name": "counter",
|
|
27706
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
27707
|
-
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
27708
|
-
"default": "false",
|
|
27709
|
-
"value": {
|
|
27710
|
-
"kind": "expression",
|
|
27711
|
-
"type": "string | number | true\n"
|
|
27712
|
-
}
|
|
27713
|
-
},
|
|
27714
27714
|
{
|
|
27715
27715
|
"name": "counterValue",
|
|
27716
27716
|
"description": "Function returns the counter display text.",
|
|
@@ -28794,10 +28794,10 @@
|
|
|
28794
28794
|
"name": "type",
|
|
28795
28795
|
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options.",
|
|
28796
28796
|
"doc-url": "https://vuetifyjs.com/api/v-skeleton-loader#props",
|
|
28797
|
-
"default": "'
|
|
28797
|
+
"default": "'ossein'",
|
|
28798
28798
|
"value": {
|
|
28799
28799
|
"kind": "expression",
|
|
28800
|
-
"type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n"
|
|
28800
|
+
"type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n"
|
|
28801
28801
|
}
|
|
28802
28802
|
},
|
|
28803
28803
|
{
|
|
@@ -32824,6 +32824,16 @@
|
|
|
32824
32824
|
"type": "boolean\n"
|
|
32825
32825
|
}
|
|
32826
32826
|
},
|
|
32827
|
+
{
|
|
32828
|
+
"name": "counter",
|
|
32829
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
32830
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
32831
|
+
"default": "false",
|
|
32832
|
+
"value": {
|
|
32833
|
+
"kind": "expression",
|
|
32834
|
+
"type": "string | number | boolean\n"
|
|
32835
|
+
}
|
|
32836
|
+
},
|
|
32827
32837
|
{
|
|
32828
32838
|
"name": "prefix",
|
|
32829
32839
|
"description": "Displays prefix text.",
|
|
@@ -33093,16 +33103,6 @@
|
|
|
33093
33103
|
"type": "boolean\n"
|
|
33094
33104
|
}
|
|
33095
33105
|
},
|
|
33096
|
-
{
|
|
33097
|
-
"name": "counter",
|
|
33098
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
33099
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
33100
|
-
"default": "false",
|
|
33101
|
-
"value": {
|
|
33102
|
-
"kind": "expression",
|
|
33103
|
-
"type": "string | number | true\n"
|
|
33104
|
-
}
|
|
33105
|
-
},
|
|
33106
33106
|
{
|
|
33107
33107
|
"name": "counterValue",
|
|
33108
33108
|
"description": "Function returns the counter display text.",
|
|
@@ -33678,6 +33678,16 @@
|
|
|
33678
33678
|
"type": "boolean\n"
|
|
33679
33679
|
}
|
|
33680
33680
|
},
|
|
33681
|
+
{
|
|
33682
|
+
"name": "counter",
|
|
33683
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
33684
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
33685
|
+
"default": "false",
|
|
33686
|
+
"value": {
|
|
33687
|
+
"kind": "expression",
|
|
33688
|
+
"type": "string | number | true\n"
|
|
33689
|
+
}
|
|
33690
|
+
},
|
|
33681
33691
|
{
|
|
33682
33692
|
"name": "prefix",
|
|
33683
33693
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))",
|
|
@@ -33938,16 +33948,6 @@
|
|
|
33938
33948
|
"type": "boolean\n"
|
|
33939
33949
|
}
|
|
33940
33950
|
},
|
|
33941
|
-
{
|
|
33942
|
-
"name": "counter",
|
|
33943
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
33944
|
-
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
33945
|
-
"default": "false",
|
|
33946
|
-
"value": {
|
|
33947
|
-
"kind": "expression",
|
|
33948
|
-
"type": "string | number | true\n"
|
|
33949
|
-
}
|
|
33950
|
-
},
|
|
33951
33951
|
{
|
|
33952
33952
|
"name": "counterValue",
|
|
33953
33953
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))",
|