vuetify 3.7.1 → 3.7.2
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 +3 -3
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +2653 -2650
- package/dist/vuetify-labs.d.ts +1056 -999
- package/dist/vuetify-labs.esm.js +83 -99
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +83 -99
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2736 -2733
- package/dist/vuetify.d.ts +1016 -959
- package/dist/vuetify.esm.js +62 -43
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -43
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +284 -284
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +112 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +112 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +1 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +80 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +112 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +867 -810
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +45 -45
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +7 -9
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
},
|
|
794
794
|
"VBadge/floating": {
|
|
795
795
|
"type": "boolean\n",
|
|
796
|
-
"description": "
|
|
796
|
+
"description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
|
|
797
797
|
},
|
|
798
798
|
"VBadge/icon": {
|
|
799
799
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
},
|
|
802
802
|
"VBadge/inline": {
|
|
803
803
|
"type": "boolean\n",
|
|
804
|
-
"description": "
|
|
804
|
+
"description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect."
|
|
805
805
|
},
|
|
806
806
|
"VBadge/label": {
|
|
807
807
|
"type": "string\n",
|
|
@@ -6668,7 +6668,7 @@
|
|
|
6668
6668
|
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
|
|
6669
6669
|
},
|
|
6670
6670
|
"VList/open-strategy": {
|
|
6671
|
-
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23
|
|
6671
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
|
|
6672
6672
|
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
|
|
6673
6673
|
},
|
|
6674
6674
|
"VList/border": {
|
|
@@ -4,6 +4,18 @@
|
|
|
4
4
|
"from": "labs/VNumberInput/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VStepperVertical": {
|
|
8
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VStepperVerticalItem": {
|
|
12
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VStepperVerticalActions": {
|
|
16
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
7
19
|
"VCalendar": {
|
|
8
20
|
"from": "labs/VCalendar/index.mjs",
|
|
9
21
|
"styles": []
|
|
@@ -28,6 +40,14 @@
|
|
|
28
40
|
"from": "labs/VCalendar/index.mjs",
|
|
29
41
|
"styles": []
|
|
30
42
|
},
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
31
51
|
"VTimePicker": {
|
|
32
52
|
"from": "labs/VTimePicker/index.mjs",
|
|
33
53
|
"styles": []
|
|
@@ -52,37 +72,17 @@
|
|
|
52
72
|
"from": "labs/VTreeview/index.mjs",
|
|
53
73
|
"styles": []
|
|
54
74
|
},
|
|
55
|
-
"VPicker": {
|
|
56
|
-
"from": "labs/VPicker/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VPickerTitle": {
|
|
60
|
-
"from": "labs/VPicker/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VStepperVertical": {
|
|
64
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VStepperVerticalItem": {
|
|
68
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VStepperVerticalActions": {
|
|
72
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
75
|
"VDateInput": {
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"VSnackbarQueue": {
|
|
80
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
79
|
"VPullToRefresh": {
|
|
84
80
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
85
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VSnackbarQueue": {
|
|
84
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VAppBar": {
|
|
4
|
+
"from": "components/VAppBar/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAppBarNavIcon": {
|
|
8
|
+
"from": "components/VAppBar/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAppBarTitle": {
|
|
12
|
+
"from": "components/VAppBar/index.mjs",
|
|
5
13
|
"styles": []
|
|
6
14
|
},
|
|
7
15
|
"VAutocomplete": {
|
|
@@ -16,6 +24,14 @@
|
|
|
16
24
|
"from": "components/VAlert/index.mjs",
|
|
17
25
|
"styles": []
|
|
18
26
|
},
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VApp": {
|
|
32
|
+
"from": "components/VApp/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
19
35
|
"VBanner": {
|
|
20
36
|
"from": "components/VBanner/index.mjs",
|
|
21
37
|
"styles": []
|
|
@@ -28,24 +44,8 @@
|
|
|
28
44
|
"from": "components/VBanner/index.mjs",
|
|
29
45
|
"styles": []
|
|
30
46
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VAppBar": {
|
|
36
|
-
"from": "components/VAppBar/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VAppBarNavIcon": {
|
|
40
|
-
"from": "components/VAppBar/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VAppBarTitle": {
|
|
44
|
-
"from": "components/VAppBar/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VAvatar": {
|
|
48
|
-
"from": "components/VAvatar/index.mjs",
|
|
47
|
+
"VBottomSheet": {
|
|
48
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
51
|
"VBreadcrumbs": {
|
|
@@ -60,20 +60,16 @@
|
|
|
60
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
63
|
+
"VBadge": {
|
|
64
|
+
"from": "components/VBadge/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
67
|
"VBottomNavigation": {
|
|
68
68
|
"from": "components/VBottomNavigation/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBottomSheet": {
|
|
76
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VBtnGroup": {
|
|
@@ -104,10 +100,6 @@
|
|
|
104
100
|
"from": "components/VCard/index.mjs",
|
|
105
101
|
"styles": []
|
|
106
102
|
},
|
|
107
|
-
"VChipGroup": {
|
|
108
|
-
"from": "components/VChipGroup/index.mjs",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
103
|
"VCarousel": {
|
|
112
104
|
"from": "components/VCarousel/index.mjs",
|
|
113
105
|
"styles": []
|
|
@@ -116,6 +108,10 @@
|
|
|
116
108
|
"from": "components/VCarousel/index.mjs",
|
|
117
109
|
"styles": []
|
|
118
110
|
},
|
|
111
|
+
"VBtnToggle": {
|
|
112
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
119
115
|
"VCheckbox": {
|
|
120
116
|
"from": "components/VCheckbox/index.mjs",
|
|
121
117
|
"styles": []
|
|
@@ -124,8 +120,12 @@
|
|
|
124
120
|
"from": "components/VCheckbox/index.mjs",
|
|
125
121
|
"styles": []
|
|
126
122
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCombobox": {
|
|
128
|
+
"from": "components/VCombobox/index.mjs",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
131
|
"VChip": {
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"from": "components/VColorPicker/index.mjs",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
139
|
+
"VCode": {
|
|
140
|
+
"from": "components/VCode/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
143
|
"VDataTable": {
|
|
@@ -168,6 +168,14 @@
|
|
|
168
168
|
"from": "components/VDataTable/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDialog": {
|
|
176
|
+
"from": "components/VDialog/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
171
179
|
"VDatePicker": {
|
|
172
180
|
"from": "components/VDatePicker/index.mjs",
|
|
173
181
|
"styles": []
|
|
@@ -192,10 +200,6 @@
|
|
|
192
200
|
"from": "components/VDatePicker/index.mjs",
|
|
193
201
|
"styles": []
|
|
194
202
|
},
|
|
195
|
-
"VCombobox": {
|
|
196
|
-
"from": "components/VCombobox/index.mjs",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
203
|
"VDivider": {
|
|
200
204
|
"from": "components/VDivider/index.mjs",
|
|
201
205
|
"styles": []
|
|
@@ -204,10 +208,6 @@
|
|
|
204
208
|
"from": "components/VEmptyState/index.mjs",
|
|
205
209
|
"styles": []
|
|
206
210
|
},
|
|
207
|
-
"VDialog": {
|
|
208
|
-
"from": "components/VDialog/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
211
|
"VExpansionPanels": {
|
|
212
212
|
"from": "components/VExpansionPanel/index.mjs",
|
|
213
213
|
"styles": []
|
|
@@ -224,14 +224,6 @@
|
|
|
224
224
|
"from": "components/VExpansionPanel/index.mjs",
|
|
225
225
|
"styles": []
|
|
226
226
|
},
|
|
227
|
-
"VFab": {
|
|
228
|
-
"from": "components/VFab/index.mjs",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFooter": {
|
|
232
|
-
"from": "components/VFooter/index.mjs",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
227
|
"VField": {
|
|
236
228
|
"from": "components/VField/index.mjs",
|
|
237
229
|
"styles": []
|
|
@@ -240,6 +232,14 @@
|
|
|
240
232
|
"from": "components/VField/index.mjs",
|
|
241
233
|
"styles": []
|
|
242
234
|
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VFab": {
|
|
240
|
+
"from": "components/VFab/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
243
|
"VFileInput": {
|
|
244
244
|
"from": "components/VFileInput/index.mjs",
|
|
245
245
|
"styles": []
|
|
@@ -264,16 +264,12 @@
|
|
|
264
264
|
"from": "components/VIcon/index.mjs",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"VImg": {
|
|
268
|
-
"from": "components/VImg/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
267
|
"VInput": {
|
|
272
268
|
"from": "components/VInput/index.mjs",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
271
|
+
"VImg": {
|
|
272
|
+
"from": "components/VImg/index.mjs",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
279
275
|
"VInfiniteScroll": {
|
|
@@ -292,6 +288,14 @@
|
|
|
292
288
|
"from": "components/VItemGroup/index.mjs",
|
|
293
289
|
"styles": []
|
|
294
290
|
},
|
|
291
|
+
"VKbd": {
|
|
292
|
+
"from": "components/VKbd/index.mjs",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
295
|
+
"VMain": {
|
|
296
|
+
"from": "components/VMain/index.mjs",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
295
299
|
"VList": {
|
|
296
300
|
"from": "components/VList/index.mjs",
|
|
297
301
|
"styles": []
|
|
@@ -328,10 +332,6 @@
|
|
|
328
332
|
"from": "components/VList/index.mjs",
|
|
329
333
|
"styles": []
|
|
330
334
|
},
|
|
331
|
-
"VMain": {
|
|
332
|
-
"from": "components/VMain/index.mjs",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
335
|
"VMenu": {
|
|
336
336
|
"from": "components/VMenu/index.mjs",
|
|
337
337
|
"styles": []
|
|
@@ -340,6 +340,10 @@
|
|
|
340
340
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
+
"VOverlay": {
|
|
344
|
+
"from": "components/VOverlay/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
343
347
|
"VMessages": {
|
|
344
348
|
"from": "components/VMessages/index.mjs",
|
|
345
349
|
"styles": []
|
|
@@ -348,28 +352,24 @@
|
|
|
348
352
|
"from": "components/VOtpInput/index.mjs",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination/index.mjs",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
359
|
"VProgressCircular": {
|
|
356
360
|
"from": "components/VProgressCircular/index.mjs",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
|
-
"VRadioGroup": {
|
|
364
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
363
|
+
"VProgressLinear": {
|
|
364
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VRating": {
|
|
368
368
|
"from": "components/VRating/index.mjs",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VSelectionControl": {
|
|
@@ -380,14 +380,26 @@
|
|
|
380
380
|
"from": "components/VSelect/index.mjs",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
383
387
|
"VSheet": {
|
|
384
388
|
"from": "components/VSheet/index.mjs",
|
|
385
389
|
"styles": []
|
|
386
390
|
},
|
|
391
|
+
"VSelectionControlGroup": {
|
|
392
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
387
395
|
"VSlider": {
|
|
388
396
|
"from": "components/VSlider/index.mjs",
|
|
389
397
|
"styles": []
|
|
390
398
|
},
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
391
403
|
"VSlideGroup": {
|
|
392
404
|
"from": "components/VSlideGroup/index.mjs",
|
|
393
405
|
"styles": []
|
|
@@ -396,8 +408,12 @@
|
|
|
396
408
|
"from": "components/VSlideGroup/index.mjs",
|
|
397
409
|
"styles": []
|
|
398
410
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
411
|
+
"VSwitch": {
|
|
412
|
+
"from": "components/VSwitch/index.mjs",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSystemBar": {
|
|
416
|
+
"from": "components/VSystemBar/index.mjs",
|
|
401
417
|
"styles": []
|
|
402
418
|
},
|
|
403
419
|
"VStepper": {
|
|
@@ -424,48 +440,24 @@
|
|
|
424
440
|
"from": "components/VStepper/index.mjs",
|
|
425
441
|
"styles": []
|
|
426
442
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VSwitch": {
|
|
432
|
-
"from": "components/VSwitch/index.mjs",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
|
-
"VTab": {
|
|
436
|
-
"from": "components/VTabs/index.mjs",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
|
-
"VTabs": {
|
|
440
|
-
"from": "components/VTabs/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTabsWindow": {
|
|
444
|
-
"from": "components/VTabs/index.mjs",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
|
-
"VTabsWindowItem": {
|
|
448
|
-
"from": "components/VTabs/index.mjs",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VSnackbar": {
|
|
452
|
-
"from": "components/VSnackbar/index.mjs",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VSystemBar": {
|
|
456
|
-
"from": "components/VSystemBar/index.mjs",
|
|
443
|
+
"VTextarea": {
|
|
444
|
+
"from": "components/VTextarea/index.mjs",
|
|
457
445
|
"styles": []
|
|
458
446
|
},
|
|
459
447
|
"VTable": {
|
|
460
448
|
"from": "components/VTable/index.mjs",
|
|
461
449
|
"styles": []
|
|
462
450
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
451
|
+
"VToolbar": {
|
|
452
|
+
"from": "components/VToolbar/index.mjs",
|
|
465
453
|
"styles": []
|
|
466
454
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
455
|
+
"VToolbarTitle": {
|
|
456
|
+
"from": "components/VToolbar/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
|
+
"VToolbarItems": {
|
|
460
|
+
"from": "components/VToolbar/index.mjs",
|
|
469
461
|
"styles": []
|
|
470
462
|
},
|
|
471
463
|
"VTimeline": {
|
|
@@ -476,22 +468,30 @@
|
|
|
476
468
|
"from": "components/VTimeline/index.mjs",
|
|
477
469
|
"styles": []
|
|
478
470
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
471
|
+
"VTab": {
|
|
472
|
+
"from": "components/VTabs/index.mjs",
|
|
481
473
|
"styles": []
|
|
482
474
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
475
|
+
"VTabs": {
|
|
476
|
+
"from": "components/VTabs/index.mjs",
|
|
485
477
|
"styles": []
|
|
486
478
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
479
|
+
"VTabsWindow": {
|
|
480
|
+
"from": "components/VTabs/index.mjs",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTabsWindowItem": {
|
|
484
|
+
"from": "components/VTabs/index.mjs",
|
|
489
485
|
"styles": []
|
|
490
486
|
},
|
|
491
487
|
"VTooltip": {
|
|
492
488
|
"from": "components/VTooltip/index.mjs",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
491
|
+
"VTextField": {
|
|
492
|
+
"from": "components/VTextField/index.mjs",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
495
|
"VWindow": {
|
|
496
496
|
"from": "components/VWindow/index.mjs",
|
|
497
497
|
"styles": []
|
|
@@ -512,6 +512,10 @@
|
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
513
513
|
"styles": []
|
|
514
514
|
},
|
|
515
|
+
"VForm": {
|
|
516
|
+
"from": "components/VForm/index.mjs",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
515
519
|
"VContainer": {
|
|
516
520
|
"from": "components/VGrid/index.mjs",
|
|
517
521
|
"styles": []
|
|
@@ -528,10 +532,6 @@
|
|
|
528
532
|
"from": "components/VGrid/index.mjs",
|
|
529
533
|
"styles": []
|
|
530
534
|
},
|
|
531
|
-
"VForm": {
|
|
532
|
-
"from": "components/VForm/index.mjs",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
535
|
"VHover": {
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
|
537
537
|
"styles": []
|
|
@@ -580,12 +580,16 @@
|
|
|
580
580
|
"from": "components/VSpeedDial/index.mjs",
|
|
581
581
|
"styles": []
|
|
582
582
|
},
|
|
583
|
+
"VThemeProvider": {
|
|
584
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
583
587
|
"VValidation": {
|
|
584
588
|
"from": "components/VValidation/index.mjs",
|
|
585
589
|
"styles": []
|
|
586
590
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
591
|
+
"VVirtualScroll": {
|
|
592
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
589
593
|
"styles": []
|
|
590
594
|
},
|
|
591
595
|
"VFabTransition": {
|
|
@@ -651,10 +655,6 @@
|
|
|
651
655
|
"VDialogTransition": {
|
|
652
656
|
"from": "components/transitions/index.mjs",
|
|
653
657
|
"styles": []
|
|
654
|
-
},
|
|
655
|
-
"VVirtualScroll": {
|
|
656
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
657
|
-
"styles": []
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
"directives": [
|
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.7.
|
|
5
|
+
"version": "3.7.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
},
|
|
2614
2614
|
{
|
|
2615
2615
|
"name": "floating",
|
|
2616
|
-
"description": "
|
|
2616
|
+
"description": "Move the badge further away from the slotted content. Equivalent to an 8px offset.",
|
|
2617
2617
|
"doc-url": "https://vuetifyjs.com/api/VBadge#props",
|
|
2618
2618
|
"default": "false",
|
|
2619
2619
|
"value": {
|
|
@@ -2632,7 +2632,7 @@
|
|
|
2632
2632
|
},
|
|
2633
2633
|
{
|
|
2634
2634
|
"name": "inline",
|
|
2635
|
-
"description": "
|
|
2635
|
+
"description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect.",
|
|
2636
2636
|
"doc-url": "https://vuetifyjs.com/api/VBadge#props",
|
|
2637
2637
|
"default": "false",
|
|
2638
2638
|
"value": {
|
|
@@ -25930,7 +25930,7 @@
|
|
|
25930
25930
|
"default": "'list'",
|
|
25931
25931
|
"value": {
|
|
25932
25932
|
"kind": "expression",
|
|
25933
|
-
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23
|
|
25933
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|
|
25934
25934
|
}
|
|
25935
25935
|
},
|
|
25936
25936
|
{
|