vuetify 3.6.12 → 3.6.13
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 +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +1513 -1515
- package/dist/vuetify-labs.d.ts +287 -178
- package/dist/vuetify-labs.esm.js +59 -28
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -28
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +858 -860
- package/dist/vuetify.d.ts +322 -233
- package/dist/vuetify.esm.js +51 -24
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -24
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +40 -40
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/index.d.mts +12 -6
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VCheckbox/index.d.mts +8 -2
- package/lib/components/VCombobox/index.d.mts +12 -6
- package/lib/components/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +22 -21
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +12 -6
- package/lib/components/VFileInput/index.d.mts +12 -6
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +8 -2
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +8 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -2
- package/lib/components/VSelect/index.d.mts +12 -6
- package/lib/components/VSlider/index.d.mts +8 -2
- package/lib/components/VSwitch/index.d.mts +8 -2
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +24 -18
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +87 -72
- package/lib/components/index.d.mts +247 -159
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +75 -74
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +12 -6
- package/lib/labs/VNumberInput/index.d.mts +12 -6
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +16 -7
- package/lib/labs/components.d.mts +40 -19
- package/package.json +2 -2
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"description": "The amount of scroll distance down before **scroll-behavior** activates."
|
|
217
217
|
},
|
|
218
218
|
"VAppBar/scroll-behavior": {
|
|
219
|
-
"type": " | (string & {})\n | 'hide'\n | 'inverted'\n | 'collapse'\n | 'elevate'\n | 'fade-image'\n",
|
|
219
|
+
"type": " | (string & {})\n | 'hide'\n | 'fully-hide'\n | 'inverted'\n | 'collapse'\n | 'elevate'\n | 'fade-image'\n",
|
|
220
220
|
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
|
221
221
|
},
|
|
222
222
|
"VAppBarNavIcon/symbol": {
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
},
|
|
622
622
|
"VAutocomplete/center-affix": {
|
|
623
623
|
"type": "boolean\n",
|
|
624
|
-
"description": "
|
|
624
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
625
625
|
},
|
|
626
626
|
"VAutocomplete/prepend-icon": {
|
|
627
627
|
"type": "any\n",
|
|
@@ -2241,7 +2241,11 @@
|
|
|
2241
2241
|
},
|
|
2242
2242
|
"VCheckbox/center-affix": {
|
|
2243
2243
|
"type": "boolean\n",
|
|
2244
|
-
"description": "Vertically align **
|
|
2244
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
2245
|
+
},
|
|
2246
|
+
"VCheckbox/type": {
|
|
2247
|
+
"type": "string\n",
|
|
2248
|
+
"description": "Provides the default type for children selection controls."
|
|
2245
2249
|
},
|
|
2246
2250
|
"VCheckbox/prepend-icon": {
|
|
2247
2251
|
"type": "any\n",
|
|
@@ -2303,10 +2307,6 @@
|
|
|
2303
2307
|
"type": "string | number\n",
|
|
2304
2308
|
"description": "Control the maximum number of shown errors from validation."
|
|
2305
2309
|
},
|
|
2306
|
-
"VCheckbox/type": {
|
|
2307
|
-
"type": "string\n",
|
|
2308
|
-
"description": "Provides the default type for children selection controls."
|
|
2309
|
-
},
|
|
2310
2310
|
"VCheckbox/name": {
|
|
2311
2311
|
"type": "string\n",
|
|
2312
2312
|
"description": "Sets the component's name attribute."
|
|
@@ -3117,7 +3117,7 @@
|
|
|
3117
3117
|
},
|
|
3118
3118
|
"VCombobox/center-affix": {
|
|
3119
3119
|
"type": "boolean\n",
|
|
3120
|
-
"description": "
|
|
3120
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
3121
3121
|
},
|
|
3122
3122
|
"VCombobox/prepend-icon": {
|
|
3123
3123
|
"type": "any\n",
|
|
@@ -4229,7 +4229,7 @@
|
|
|
4229
4229
|
},
|
|
4230
4230
|
"VDateInput/center-affix": {
|
|
4231
4231
|
"type": "boolean\n",
|
|
4232
|
-
"description": "
|
|
4232
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
4233
4233
|
},
|
|
4234
4234
|
"VDateInput/prepend-icon": {
|
|
4235
4235
|
"type": "any\n",
|
|
@@ -5689,7 +5689,7 @@
|
|
|
5689
5689
|
},
|
|
5690
5690
|
"VField/center-affix": {
|
|
5691
5691
|
"type": "boolean\n",
|
|
5692
|
-
"description": "
|
|
5692
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
5693
5693
|
},
|
|
5694
5694
|
"VField/color": {
|
|
5695
5695
|
"type": "string\n",
|
|
@@ -5797,7 +5797,7 @@
|
|
|
5797
5797
|
},
|
|
5798
5798
|
"VFileInput/center-affix": {
|
|
5799
5799
|
"type": "boolean\n",
|
|
5800
|
-
"description": "
|
|
5800
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
5801
5801
|
},
|
|
5802
5802
|
"VFileInput/prepend-icon": {
|
|
5803
5803
|
"type": "any\n",
|
|
@@ -6241,7 +6241,7 @@
|
|
|
6241
6241
|
},
|
|
6242
6242
|
"VInput/center-affix": {
|
|
6243
6243
|
"type": "boolean\n",
|
|
6244
|
-
"description": "Vertically align **
|
|
6244
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
6245
6245
|
},
|
|
6246
6246
|
"VInput/prepend-icon": {
|
|
6247
6247
|
"type": "any\n",
|
|
@@ -6521,11 +6521,11 @@
|
|
|
6521
6521
|
},
|
|
6522
6522
|
"VList/expand-icon": {
|
|
6523
6523
|
"type": "string\n",
|
|
6524
|
-
"description": "
|
|
6524
|
+
"description": "Icon to display when the list item is collapsed."
|
|
6525
6525
|
},
|
|
6526
6526
|
"VList/collapse-icon": {
|
|
6527
6527
|
"type": "string\n",
|
|
6528
|
-
"description": "
|
|
6528
|
+
"description": "Icon to display when the list item is expanded."
|
|
6529
6529
|
},
|
|
6530
6530
|
"VList/lines": {
|
|
6531
6531
|
"type": "false | 'one' | 'two' | 'three'\n",
|
|
@@ -7325,7 +7325,7 @@
|
|
|
7325
7325
|
},
|
|
7326
7326
|
"VNumberInput/center-affix": {
|
|
7327
7327
|
"type": "boolean\n",
|
|
7328
|
-
"description": "
|
|
7328
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
7329
7329
|
},
|
|
7330
7330
|
"VNumberInput/prepend-icon": {
|
|
7331
7331
|
"type": "any\n",
|
|
@@ -8165,7 +8165,7 @@
|
|
|
8165
8165
|
},
|
|
8166
8166
|
"VRadioGroup/center-affix": {
|
|
8167
8167
|
"type": "boolean\n",
|
|
8168
|
-
"description": "Vertically align **
|
|
8168
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
8169
8169
|
},
|
|
8170
8170
|
"VRadioGroup/prepend-icon": {
|
|
8171
8171
|
"type": "any\n",
|
|
@@ -8309,7 +8309,7 @@
|
|
|
8309
8309
|
},
|
|
8310
8310
|
"VRangeSlider/center-affix": {
|
|
8311
8311
|
"type": "boolean\n",
|
|
8312
|
-
"description": "Vertically align **
|
|
8312
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
8313
8313
|
},
|
|
8314
8314
|
"VRangeSlider/prepend-icon": {
|
|
8315
8315
|
"type": "any\n",
|
|
@@ -8997,7 +8997,7 @@
|
|
|
8997
8997
|
},
|
|
8998
8998
|
"VSelect/center-affix": {
|
|
8999
8999
|
"type": "boolean\n",
|
|
9000
|
-
"description": "
|
|
9000
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
9001
9001
|
},
|
|
9002
9002
|
"VSelect/prepend-icon": {
|
|
9003
9003
|
"type": "any\n",
|
|
@@ -9633,7 +9633,7 @@
|
|
|
9633
9633
|
},
|
|
9634
9634
|
"VSlider/center-affix": {
|
|
9635
9635
|
"type": "boolean\n",
|
|
9636
|
-
"description": "Vertically align **
|
|
9636
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
9637
9637
|
},
|
|
9638
9638
|
"VSlider/prepend-icon": {
|
|
9639
9639
|
"type": "any\n",
|
|
@@ -10877,7 +10877,7 @@
|
|
|
10877
10877
|
},
|
|
10878
10878
|
"VSwitch/center-affix": {
|
|
10879
10879
|
"type": "boolean\n",
|
|
10880
|
-
"description": "Vertically align **
|
|
10880
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
10881
10881
|
},
|
|
10882
10882
|
"VSwitch/prepend-icon": {
|
|
10883
10883
|
"type": "any\n",
|
|
@@ -11449,7 +11449,7 @@
|
|
|
11449
11449
|
},
|
|
11450
11450
|
"VTextField/center-affix": {
|
|
11451
11451
|
"type": "boolean\n",
|
|
11452
|
-
"description": "
|
|
11452
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
11453
11453
|
},
|
|
11454
11454
|
"VTextField/prepend-icon": {
|
|
11455
11455
|
"type": "any\n",
|
|
@@ -11675,6 +11675,10 @@
|
|
|
11675
11675
|
"type": "any\n",
|
|
11676
11676
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
11677
11677
|
},
|
|
11678
|
+
"VTextarea/center-affix": {
|
|
11679
|
+
"type": "boolean\n",
|
|
11680
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
11681
|
+
},
|
|
11678
11682
|
"VTextarea/prepend-icon": {
|
|
11679
11683
|
"type": "any\n",
|
|
11680
11684
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
@@ -12031,6 +12035,10 @@
|
|
|
12031
12035
|
"type": "boolean\n",
|
|
12032
12036
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
12033
12037
|
},
|
|
12038
|
+
"VTimePickerControls/ampm-in-title": {
|
|
12039
|
+
"type": "boolean\n",
|
|
12040
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
12041
|
+
},
|
|
12034
12042
|
"VTimePickerControls/ampm-readonly": {
|
|
12035
12043
|
"type": "boolean\n",
|
|
12036
12044
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
@@ -12517,7 +12525,7 @@
|
|
|
12517
12525
|
},
|
|
12518
12526
|
"VTreeview/collapse-icon": {
|
|
12519
12527
|
"type": "string\n",
|
|
12520
|
-
"description": "
|
|
12528
|
+
"description": "Icon to display when the list item is expanded."
|
|
12521
12529
|
},
|
|
12522
12530
|
"VTreeview/lines": {
|
|
12523
12531
|
"type": "false | 'one' | 'two' | 'three'\n",
|
|
@@ -24,18 +24,6 @@
|
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"VNumberInput": {
|
|
28
|
-
"from": "labs/VNumberInput/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VPicker": {
|
|
32
|
-
"from": "labs/VPicker/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VPickerTitle": {
|
|
36
|
-
"from": "labs/VPicker/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
27
|
"VStepperVertical": {
|
|
40
28
|
"from": "labs/VStepperVertical/index.mjs",
|
|
41
29
|
"styles": []
|
|
@@ -48,6 +36,18 @@
|
|
|
48
36
|
"from": "labs/VStepperVertical/index.mjs",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
39
|
+
"VNumberInput": {
|
|
40
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
51
|
"VTimePicker": {
|
|
52
52
|
"from": "labs/VTimePicker/index.mjs",
|
|
53
53
|
"styles": []
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"VPullToRefresh": {
|
|
80
|
-
"from": "labs/VPullToRefresh/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
79
|
"VSnackbarQueue": {
|
|
84
80
|
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VPullToRefresh": {
|
|
84
|
+
"from": "labs/VPullToRefresh/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|