vuetify 3.6.13 → 3.6.14
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 +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -7271,6 +7271,10 @@
|
|
|
7271
7271
|
"type": "boolean\n",
|
|
7272
7272
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
7273
7273
|
},
|
|
7274
|
+
"VNumberInput/model-value": {
|
|
7275
|
+
"type": "Number\n",
|
|
7276
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7277
|
+
},
|
|
7274
7278
|
"VNumberInput/min": {
|
|
7275
7279
|
"type": "number\n",
|
|
7276
7280
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
@@ -7403,10 +7407,6 @@
|
|
|
7403
7407
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
7404
7408
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
|
7405
7409
|
},
|
|
7406
|
-
"VNumberInput/model-value": {
|
|
7407
|
-
"type": "any\n",
|
|
7408
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7409
|
-
},
|
|
7410
7410
|
"VNumberInput/validate-on": {
|
|
7411
7411
|
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
|
|
7412
7412
|
"description": "Change what type of event triggers validation to run."
|
|
@@ -9321,7 +9321,7 @@
|
|
|
9321
9321
|
},
|
|
9322
9322
|
"VSkeletonLoader/loading-text": {
|
|
9323
9323
|
"type": "string\n",
|
|
9324
|
-
"description": "
|
|
9324
|
+
"description": "aria-label for the element in a loading state."
|
|
9325
9325
|
},
|
|
9326
9326
|
"VSkeletonLoader/type": {
|
|
9327
9327
|
"type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\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 | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\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 | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
|
|
@@ -24,18 +24,6 @@
|
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"VStepperVertical": {
|
|
28
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VStepperVerticalItem": {
|
|
32
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VStepperVerticalActions": {
|
|
36
|
-
"from": "labs/VStepperVertical/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
27
|
"VNumberInput": {
|
|
40
28
|
"from": "labs/VNumberInput/index.mjs",
|
|
41
29
|
"styles": []
|
|
@@ -48,6 +36,18 @@
|
|
|
48
36
|
"from": "labs/VPicker/index.mjs",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
39
|
+
"VStepperVertical": {
|
|
40
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VStepperVerticalItem": {
|
|
44
|
+
"from": "labs/VStepperVertical/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VStepperVerticalActions": {
|
|
48
|
+
"from": "labs/VStepperVertical/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
|
-
"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,17 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlert": {
|
|
8
|
-
"from": "components/VAlert/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAlertTitle": {
|
|
12
|
-
"from": "components/VAlert/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
3
|
"VAppBar": {
|
|
16
4
|
"from": "components/VAppBar/index.mjs",
|
|
17
5
|
"styles": []
|
|
@@ -24,22 +12,38 @@
|
|
|
24
12
|
"from": "components/VAppBar/index.mjs",
|
|
25
13
|
"styles": []
|
|
26
14
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
27
|
"VAvatar": {
|
|
32
28
|
"from": "components/VAvatar/index.mjs",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VBottomSheet": {
|
|
36
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VAutocomplete": {
|
|
40
40
|
"from": "components/VAutocomplete/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VBtn": {
|
|
44
|
+
"from": "components/VBtn/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
43
47
|
"VBanner": {
|
|
44
48
|
"from": "components/VBanner/index.mjs",
|
|
45
49
|
"styles": []
|
|
@@ -64,22 +68,38 @@
|
|
|
64
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VBtn": {
|
|
72
|
-
"from": "components/VBtn/index.mjs",
|
|
71
|
+
"VBottomNavigation": {
|
|
72
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
75
|
"VBtnGroup": {
|
|
76
76
|
"from": "components/VBtnGroup/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
+
"VChip": {
|
|
80
|
+
"from": "components/VChip/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
79
83
|
"VBtnToggle": {
|
|
80
84
|
"from": "components/VBtnToggle/index.mjs",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
87
|
+
"VCheckbox": {
|
|
88
|
+
"from": "components/VCheckbox/index.mjs",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VCheckboxBtn": {
|
|
92
|
+
"from": "components/VCheckbox/index.mjs",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCarousel": {
|
|
96
|
+
"from": "components/VCarousel/index.mjs",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
99
|
+
"VCarouselItem": {
|
|
100
|
+
"from": "components/VCarousel/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
83
103
|
"VCard": {
|
|
84
104
|
"from": "components/VCard/index.mjs",
|
|
85
105
|
"styles": []
|
|
@@ -104,40 +124,52 @@
|
|
|
104
124
|
"from": "components/VCard/index.mjs",
|
|
105
125
|
"styles": []
|
|
106
126
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode/index.mjs",
|
|
109
129
|
"styles": []
|
|
110
130
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
|
113
133
|
"styles": []
|
|
114
134
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
135
|
+
"VChipGroup": {
|
|
136
|
+
"from": "components/VChipGroup/index.mjs",
|
|
117
137
|
"styles": []
|
|
118
138
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter/index.mjs",
|
|
121
141
|
"styles": []
|
|
122
142
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
|
125
145
|
"styles": []
|
|
126
146
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
147
|
+
"VDataTable": {
|
|
148
|
+
"from": "components/VDataTable/index.mjs",
|
|
129
149
|
"styles": []
|
|
130
150
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
151
|
+
"VDataTableHeaders": {
|
|
152
|
+
"from": "components/VDataTable/index.mjs",
|
|
133
153
|
"styles": []
|
|
134
154
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
155
|
+
"VDataTableFooter": {
|
|
156
|
+
"from": "components/VDataTable/index.mjs",
|
|
137
157
|
"styles": []
|
|
138
158
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
159
|
+
"VDataTableRows": {
|
|
160
|
+
"from": "components/VDataTable/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VDataTableRow": {
|
|
164
|
+
"from": "components/VDataTable/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDataTableVirtual": {
|
|
168
|
+
"from": "components/VDataTable/index.mjs",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDataTableServer": {
|
|
172
|
+
"from": "components/VDataTable/index.mjs",
|
|
141
173
|
"styles": []
|
|
142
174
|
},
|
|
143
175
|
"VDatePicker": {
|
|
@@ -164,44 +196,28 @@
|
|
|
164
196
|
"from": "components/VDatePicker/index.mjs",
|
|
165
197
|
"styles": []
|
|
166
198
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDataTable": {
|
|
172
|
-
"from": "components/VDataTable/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDataTableHeaders": {
|
|
176
|
-
"from": "components/VDataTable/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDataTableFooter": {
|
|
180
|
-
"from": "components/VDataTable/index.mjs",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDataTableRows": {
|
|
184
|
-
"from": "components/VDataTable/index.mjs",
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog/index.mjs",
|
|
185
201
|
"styles": []
|
|
186
202
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
203
|
+
"VDivider": {
|
|
204
|
+
"from": "components/VDivider/index.mjs",
|
|
189
205
|
"styles": []
|
|
190
206
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
207
|
+
"VEmptyState": {
|
|
208
|
+
"from": "components/VEmptyState/index.mjs",
|
|
193
209
|
"styles": []
|
|
194
210
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
211
|
+
"VFab": {
|
|
212
|
+
"from": "components/VFab/index.mjs",
|
|
197
213
|
"styles": []
|
|
198
214
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
215
|
+
"VField": {
|
|
216
|
+
"from": "components/VField/index.mjs",
|
|
201
217
|
"styles": []
|
|
202
218
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
219
|
+
"VFieldLabel": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
205
221
|
"styles": []
|
|
206
222
|
},
|
|
207
223
|
"VExpansionPanels": {
|
|
@@ -220,28 +236,16 @@
|
|
|
220
236
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
237
|
"styles": []
|
|
222
238
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFab": {
|
|
228
|
-
"from": "components/VFab/index.mjs",
|
|
239
|
+
"VFooter": {
|
|
240
|
+
"from": "components/VFooter/index.mjs",
|
|
229
241
|
"styles": []
|
|
230
242
|
},
|
|
231
243
|
"VFileInput": {
|
|
232
244
|
"from": "components/VFileInput/index.mjs",
|
|
233
245
|
"styles": []
|
|
234
246
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField/index.mjs",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VFooter": {
|
|
244
|
-
"from": "components/VFooter/index.mjs",
|
|
247
|
+
"VImg": {
|
|
248
|
+
"from": "components/VImg/index.mjs",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
251
|
"VIcon": {
|
|
@@ -276,10 +280,6 @@
|
|
|
276
280
|
"from": "components/VItemGroup/index.mjs",
|
|
277
281
|
"styles": []
|
|
278
282
|
},
|
|
279
|
-
"VImg": {
|
|
280
|
-
"from": "components/VImg/index.mjs",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
283
|
"VInput": {
|
|
284
284
|
"from": "components/VInput/index.mjs",
|
|
285
285
|
"styles": []
|
|
@@ -288,8 +288,8 @@
|
|
|
288
288
|
"from": "components/VLabel/index.mjs",
|
|
289
289
|
"styles": []
|
|
290
290
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
291
|
+
"VMenu": {
|
|
292
|
+
"from": "components/VMenu/index.mjs",
|
|
293
293
|
"styles": []
|
|
294
294
|
},
|
|
295
295
|
"VList": {
|
|
@@ -328,46 +328,46 @@
|
|
|
328
328
|
"from": "components/VList/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
331
|
+
"VKbd": {
|
|
332
|
+
"from": "components/VKbd/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
335
|
"VNavigationDrawer": {
|
|
336
336
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VMain": {
|
|
340
|
+
"from": "components/VMain/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VMessages": {
|
|
344
344
|
"from": "components/VMessages/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
|
-
"VPagination": {
|
|
352
|
-
"from": "components/VPagination/index.mjs",
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
351
|
"VOtpInput": {
|
|
356
352
|
"from": "components/VOtpInput/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
363
|
"VProgressLinear": {
|
|
368
364
|
"from": "components/VProgressLinear/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
367
|
+
"VRadioGroup": {
|
|
368
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
371
|
"VRating": {
|
|
372
372
|
"from": "components/VRating/index.mjs",
|
|
373
373
|
"styles": []
|
|
@@ -376,14 +376,14 @@
|
|
|
376
376
|
"from": "components/VSelect/index.mjs",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"VSelectionControlGroup": {
|
|
380
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
379
|
"VSelectionControl": {
|
|
384
380
|
"from": "components/VSelectionControl/index.mjs",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
387
387
|
"VSlideGroup": {
|
|
388
388
|
"from": "components/VSlideGroup/index.mjs",
|
|
389
389
|
"styles": []
|
|
@@ -392,34 +392,26 @@
|
|
|
392
392
|
"from": "components/VSlideGroup/index.mjs",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSheet": {
|
|
400
|
-
"from": "components/VSheet/index.mjs",
|
|
395
|
+
"VSelectionControlGroup": {
|
|
396
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
399
|
"VSlider": {
|
|
404
400
|
"from": "components/VSlider/index.mjs",
|
|
405
401
|
"styles": []
|
|
406
402
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
407
|
+
"VSnackbar": {
|
|
408
|
+
"from": "components/VSnackbar/index.mjs",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
415
411
|
"VSystemBar": {
|
|
416
412
|
"from": "components/VSystemBar/index.mjs",
|
|
417
413
|
"styles": []
|
|
418
414
|
},
|
|
419
|
-
"VTextarea": {
|
|
420
|
-
"from": "components/VTextarea/index.mjs",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
415
|
"VStepper": {
|
|
424
416
|
"from": "components/VStepper/index.mjs",
|
|
425
417
|
"styles": []
|
|
@@ -460,12 +452,16 @@
|
|
|
460
452
|
"from": "components/VTabs/index.mjs",
|
|
461
453
|
"styles": []
|
|
462
454
|
},
|
|
455
|
+
"VSwitch": {
|
|
456
|
+
"from": "components/VSwitch/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
463
459
|
"VTable": {
|
|
464
460
|
"from": "components/VTable/index.mjs",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea/index.mjs",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
471
467
|
"VTimeline": {
|
|
@@ -476,8 +472,8 @@
|
|
|
476
472
|
"from": "components/VTimeline/index.mjs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
475
|
+
"VTextField": {
|
|
476
|
+
"from": "components/VTextField/index.mjs",
|
|
481
477
|
"styles": []
|
|
482
478
|
},
|
|
483
479
|
"VToolbar": {
|
|
@@ -492,6 +488,10 @@
|
|
|
492
488
|
"from": "components/VToolbar/index.mjs",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
491
|
+
"VTooltip": {
|
|
492
|
+
"from": "components/VTooltip/index.mjs",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
495
|
"VWindow": {
|
|
496
496
|
"from": "components/VWindow/index.mjs",
|
|
497
497
|
"styles": []
|
|
@@ -512,10 +512,6 @@
|
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
513
513
|
"styles": []
|
|
514
514
|
},
|
|
515
|
-
"VForm": {
|
|
516
|
-
"from": "components/VForm/index.mjs",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
515
|
"VContainer": {
|
|
520
516
|
"from": "components/VGrid/index.mjs",
|
|
521
517
|
"styles": []
|
|
@@ -532,6 +528,10 @@
|
|
|
532
528
|
"from": "components/VGrid/index.mjs",
|
|
533
529
|
"styles": []
|
|
534
530
|
},
|
|
531
|
+
"VForm": {
|
|
532
|
+
"from": "components/VForm/index.mjs",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
535
|
"VHover": {
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
|
537
537
|
"styles": []
|
|
@@ -544,14 +544,14 @@
|
|
|
544
544
|
"from": "components/VLayout/index.mjs",
|
|
545
545
|
"styles": []
|
|
546
546
|
},
|
|
547
|
-
"VLazy": {
|
|
548
|
-
"from": "components/VLazy/index.mjs",
|
|
549
|
-
"styles": []
|
|
550
|
-
},
|
|
551
547
|
"VLocaleProvider": {
|
|
552
548
|
"from": "components/VLocaleProvider/index.mjs",
|
|
553
549
|
"styles": []
|
|
554
550
|
},
|
|
551
|
+
"VLazy": {
|
|
552
|
+
"from": "components/VLazy/index.mjs",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
555
555
|
"VNoSsr": {
|
|
556
556
|
"from": "components/VNoSsr/index.mjs",
|
|
557
557
|
"styles": []
|
|
@@ -584,14 +584,14 @@
|
|
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
|
585
585
|
"styles": []
|
|
586
586
|
},
|
|
587
|
-
"VVirtualScroll": {
|
|
588
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
587
|
"VValidation": {
|
|
592
588
|
"from": "components/VValidation/index.mjs",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
591
|
+
"VVirtualScroll": {
|
|
592
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
595
|
"VFabTransition": {
|
|
596
596
|
"from": "components/transitions/index.mjs",
|
|
597
597
|
"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.6.
|
|
5
|
+
"version": "3.6.14",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -28041,11 +28041,21 @@
|
|
|
28041
28041
|
"type": "boolean"
|
|
28042
28042
|
}
|
|
28043
28043
|
},
|
|
28044
|
+
{
|
|
28045
|
+
"name": "modelValue",
|
|
28046
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
28047
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28048
|
+
"default": "null",
|
|
28049
|
+
"value": {
|
|
28050
|
+
"kind": "expression",
|
|
28051
|
+
"type": "Number"
|
|
28052
|
+
}
|
|
28053
|
+
},
|
|
28044
28054
|
{
|
|
28045
28055
|
"name": "min",
|
|
28046
28056
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
|
|
28047
28057
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28048
|
-
"default": "
|
|
28058
|
+
"default": "-9007199254740991",
|
|
28049
28059
|
"value": {
|
|
28050
28060
|
"kind": "expression",
|
|
28051
28061
|
"type": "number"
|
|
@@ -28065,7 +28075,7 @@
|
|
|
28065
28075
|
"name": "max",
|
|
28066
28076
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
|
|
28067
28077
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28068
|
-
"default": "
|
|
28078
|
+
"default": "9007199254740991",
|
|
28069
28079
|
"value": {
|
|
28070
28080
|
"kind": "expression",
|
|
28071
28081
|
"type": "number"
|
|
@@ -28357,15 +28367,6 @@
|
|
|
28357
28367
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
|
28358
28368
|
}
|
|
28359
28369
|
},
|
|
28360
|
-
{
|
|
28361
|
-
"name": "modelValue",
|
|
28362
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
28363
|
-
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28364
|
-
"value": {
|
|
28365
|
-
"kind": "expression",
|
|
28366
|
-
"type": "any"
|
|
28367
|
-
}
|
|
28368
|
-
},
|
|
28369
28370
|
{
|
|
28370
28371
|
"name": "validateOn",
|
|
28371
28372
|
"description": "Change what type of event triggers validation to run.",
|
|
@@ -35450,7 +35451,7 @@
|
|
|
35450
35451
|
},
|
|
35451
35452
|
{
|
|
35452
35453
|
"name": "loadingText",
|
|
35453
|
-
"description": "
|
|
35454
|
+
"description": "aria-label for the element in a loading state.",
|
|
35454
35455
|
"doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
|
|
35455
35456
|
"default": "'$vuetify.loading'",
|
|
35456
35457
|
"value": {
|