vuetify 3.6.7 → 3.6.8
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 +44 -12
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +121 -49
- package/dist/vuetify-labs.css +2997 -2918
- package/dist/vuetify-labs.d.ts +528 -1392
- package/dist/vuetify-labs.esm.js +212 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +211 -97
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2643 -2564
- package/dist/vuetify.d.ts +424 -1128
- package/dist/vuetify.esm.js +102 -67
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +101 -66
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +303 -302
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +102 -336
- package/lib/components/VCombobox/index.d.mts +102 -336
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VList/VList.mjs +3 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +52 -66
- package/lib/components/VSelect/index.d.mts +102 -336
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +1 -1
- package/lib/components/VStepper/VStepper.mjs +19 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +3 -0
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +43 -9
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/index.d.mts +379 -1083
- package/lib/composables/defaults.mjs +3 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.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/VNumberInput/VNumberInput.mjs +7 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +43 -9
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +83 -12
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +110 -300
- package/lib/labs/components.d.mts +3402 -3558
- package/lib/styles/main.css +76 -0
- package/lib/styles/settings/_utilities.scss +5 -1
- package/package.json +2 -2
|
@@ -3377,7 +3377,7 @@
|
|
|
3377
3377
|
},
|
|
3378
3378
|
"VDataTable/header-props": {
|
|
3379
3379
|
"type": "unknown\n",
|
|
3380
|
-
"description": "Pass props to the default header. See [`v-data-table-
|
|
3380
|
+
"description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
|
|
3381
3381
|
},
|
|
3382
3382
|
"VDataTable/cell-props": {
|
|
3383
3383
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
@@ -10295,10 +10295,22 @@
|
|
|
10295
10295
|
"type": "string\n",
|
|
10296
10296
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
10297
10297
|
},
|
|
10298
|
+
"VStepper/complete-icon": {
|
|
10299
|
+
"type": "string\n",
|
|
10300
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10301
|
+
},
|
|
10302
|
+
"VStepper/edit-icon": {
|
|
10303
|
+
"type": "string\n",
|
|
10304
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10305
|
+
},
|
|
10298
10306
|
"VStepper/editable": {
|
|
10299
10307
|
"type": "boolean\n",
|
|
10300
10308
|
"description": "Marks step as editable."
|
|
10301
10309
|
},
|
|
10310
|
+
"VStepper/error-icon": {
|
|
10311
|
+
"type": "string\n",
|
|
10312
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10313
|
+
},
|
|
10302
10314
|
"VStepper/hide-actions": {
|
|
10303
10315
|
"type": "boolean\n",
|
|
10304
10316
|
"description": "Hide actions bar (prev and next buttons)."
|
|
@@ -10315,13 +10327,17 @@
|
|
|
10315
10327
|
"type": "string\n",
|
|
10316
10328
|
"description": "Property on supplied `items` that contains its value."
|
|
10317
10329
|
},
|
|
10330
|
+
"VStepper/non-linear": {
|
|
10331
|
+
"type": "boolean\n",
|
|
10332
|
+
"description": "Allow user to jump to any step."
|
|
10333
|
+
},
|
|
10318
10334
|
"VStepper/mobile": {
|
|
10319
10335
|
"type": "boolean\n",
|
|
10320
10336
|
"description": "Forces the stepper into a mobile state, removing labels from stepper items."
|
|
10321
10337
|
},
|
|
10322
|
-
"VStepper/
|
|
10323
|
-
"type": "
|
|
10324
|
-
"description": "
|
|
10338
|
+
"VStepper/mobile-breakpoint": {
|
|
10339
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
10340
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
10325
10341
|
},
|
|
10326
10342
|
"VStepper/model-value": {
|
|
10327
10343
|
"type": "any\n",
|
|
@@ -10519,10 +10535,22 @@
|
|
|
10519
10535
|
"type": "string\n",
|
|
10520
10536
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
10521
10537
|
},
|
|
10538
|
+
"VStepperVertical/complete-icon": {
|
|
10539
|
+
"type": "string\n",
|
|
10540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10541
|
+
},
|
|
10542
|
+
"VStepperVertical/edit-icon": {
|
|
10543
|
+
"type": "string\n",
|
|
10544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10545
|
+
},
|
|
10522
10546
|
"VStepperVertical/editable": {
|
|
10523
10547
|
"type": "boolean\n",
|
|
10524
10548
|
"description": "Marks step as editable."
|
|
10525
10549
|
},
|
|
10550
|
+
"VStepperVertical/error-icon": {
|
|
10551
|
+
"type": "string\n",
|
|
10552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10553
|
+
},
|
|
10526
10554
|
"VStepperVertical/hide-actions": {
|
|
10527
10555
|
"type": "boolean\n",
|
|
10528
10556
|
"description": "Hide actions bar (prev and next buttons)."
|
|
@@ -10543,13 +10571,17 @@
|
|
|
10543
10571
|
"type": "any\n",
|
|
10544
10572
|
"description": "Controls the opened/closed state of content."
|
|
10545
10573
|
},
|
|
10574
|
+
"VStepperVertical/non-linear": {
|
|
10575
|
+
"type": "boolean\n",
|
|
10576
|
+
"description": "Allow user to jump to any step."
|
|
10577
|
+
},
|
|
10546
10578
|
"VStepperVertical/mobile": {
|
|
10547
10579
|
"type": "boolean\n",
|
|
10548
10580
|
"description": "Forces the stepper into a mobile state, removing labels from stepper items."
|
|
10549
10581
|
},
|
|
10550
|
-
"VStepperVertical/
|
|
10551
|
-
"type": "
|
|
10552
|
-
"description": "
|
|
10582
|
+
"VStepperVertical/mobile-breakpoint": {
|
|
10583
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
10584
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
10553
10585
|
},
|
|
10554
10586
|
"VStepperVertical/model-value": {
|
|
10555
10587
|
"type": "any\n",
|
|
@@ -11233,7 +11265,7 @@
|
|
|
11233
11265
|
},
|
|
11234
11266
|
"VTabs/items": {
|
|
11235
11267
|
"type": "(string | number | Record<string, any>)[]\n",
|
|
11236
|
-
"description": "The items to display in the component. This can be an array of strings or objects with a property `
|
|
11268
|
+
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
|
|
11237
11269
|
},
|
|
11238
11270
|
"VTabs/stacked": {
|
|
11239
11271
|
"type": "boolean\n",
|
|
@@ -12467,6 +12499,10 @@
|
|
|
12467
12499
|
"type": "unknown[]\n",
|
|
12468
12500
|
"description": "An array of items used to build the treeview."
|
|
12469
12501
|
},
|
|
12502
|
+
"VTreeview/select-strategy": {
|
|
12503
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
|
|
12504
|
+
"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."
|
|
12505
|
+
},
|
|
12470
12506
|
"VTreeview/base-color": {
|
|
12471
12507
|
"type": "string\n",
|
|
12472
12508
|
"description": "Sets the color of component when not focused."
|
|
@@ -12527,10 +12563,6 @@
|
|
|
12527
12563
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
|
12528
12564
|
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
|
12529
12565
|
},
|
|
12530
|
-
"VTreeview/select-strategy": {
|
|
12531
|
-
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
|
|
12532
|
-
"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."
|
|
12533
|
-
},
|
|
12534
12566
|
"VTreeview/open-strategy": {
|
|
12535
12567
|
"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",
|
|
12536
12568
|
"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."
|
|
@@ -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
|
+
"VPicker": {
|
|
40
|
+
"from": "labs/VPicker/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VPickerTitle": {
|
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VNumberInput": {
|
|
48
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
51
|
"VTimePicker": {
|
|
52
52
|
"from": "labs/VTimePicker/index.mjs",
|
|
53
53
|
"styles": []
|
|
@@ -72,6 +72,10 @@
|
|
|
72
72
|
"from": "labs/VTreeview/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
+
"VSnackbarQueue": {
|
|
76
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
75
79
|
"VDateInput": {
|
|
76
80
|
"from": "labs/VDateInput/index.mjs",
|
|
77
81
|
"styles": []
|
|
@@ -79,10 +83,6 @@
|
|
|
79
83
|
"VPullToRefresh": {
|
|
80
84
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
81
85
|
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VSnackbarQueue": {
|
|
84
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,20 +4,8 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAppBarNavIcon": {
|
|
12
|
-
"from": "components/VAppBar/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VAppBarTitle": {
|
|
16
|
-
"from": "components/VAppBar/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VAutocomplete": {
|
|
20
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
7
|
+
"VAvatar": {
|
|
8
|
+
"from": "components/VAvatar/index.mjs",
|
|
21
9
|
"styles": []
|
|
22
10
|
},
|
|
23
11
|
"VAlert": {
|
|
@@ -28,12 +16,16 @@
|
|
|
28
16
|
"from": "components/VAlert/index.mjs",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
19
|
+
"VAppBar": {
|
|
20
|
+
"from": "components/VAppBar/index.mjs",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
23
|
+
"VAppBarNavIcon": {
|
|
24
|
+
"from": "components/VAppBar/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAppBarTitle": {
|
|
28
|
+
"from": "components/VAppBar/index.mjs",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
31
|
"VBanner": {
|
|
@@ -48,12 +40,20 @@
|
|
|
48
40
|
"from": "components/VBanner/index.mjs",
|
|
49
41
|
"styles": []
|
|
50
42
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
43
|
+
"VBadge": {
|
|
44
|
+
"from": "components/VBadge/index.mjs",
|
|
53
45
|
"styles": []
|
|
54
46
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
47
|
+
"VBottomSheet": {
|
|
48
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VAutocomplete": {
|
|
52
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VBtnGroup": {
|
|
56
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
59
|
"VBreadcrumbs": {
|
|
@@ -68,16 +68,20 @@
|
|
|
68
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
71
|
+
"VBottomNavigation": {
|
|
72
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel/index.mjs",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
83
87
|
"VCard": {
|
|
@@ -104,12 +108,8 @@
|
|
|
104
108
|
"from": "components/VCard/index.mjs",
|
|
105
109
|
"styles": []
|
|
106
110
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel/index.mjs",
|
|
111
|
+
"VBtnToggle": {
|
|
112
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
113
113
|
"styles": []
|
|
114
114
|
},
|
|
115
115
|
"VCheckbox": {
|
|
@@ -120,10 +120,18 @@
|
|
|
120
120
|
"from": "components/VCheckbox/index.mjs",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
+
"VCombobox": {
|
|
124
|
+
"from": "components/VCombobox/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
123
127
|
"VChip": {
|
|
124
128
|
"from": "components/VChip/index.mjs",
|
|
125
129
|
"styles": []
|
|
126
130
|
},
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
127
135
|
"VColorPicker": {
|
|
128
136
|
"from": "components/VColorPicker/index.mjs",
|
|
129
137
|
"styles": []
|
|
@@ -132,12 +140,12 @@
|
|
|
132
140
|
"from": "components/VCode/index.mjs",
|
|
133
141
|
"styles": []
|
|
134
142
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
143
|
+
"VDialog": {
|
|
144
|
+
"from": "components/VDialog/index.mjs",
|
|
137
145
|
"styles": []
|
|
138
146
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
147
|
+
"VCounter": {
|
|
148
|
+
"from": "components/VCounter/index.mjs",
|
|
141
149
|
"styles": []
|
|
142
150
|
},
|
|
143
151
|
"VDatePicker": {
|
|
@@ -164,18 +172,6 @@
|
|
|
164
172
|
"from": "components/VDatePicker/index.mjs",
|
|
165
173
|
"styles": []
|
|
166
174
|
},
|
|
167
|
-
"VCounter": {
|
|
168
|
-
"from": "components/VCounter/index.mjs",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDivider": {
|
|
172
|
-
"from": "components/VDivider/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDialog": {
|
|
176
|
-
"from": "components/VDialog/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
175
|
"VDataTable": {
|
|
180
176
|
"from": "components/VDataTable/index.mjs",
|
|
181
177
|
"styles": []
|
|
@@ -204,10 +200,6 @@
|
|
|
204
200
|
"from": "components/VDataTable/index.mjs",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
207
|
-
"VEmptyState": {
|
|
208
|
-
"from": "components/VEmptyState/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
203
|
"VExpansionPanels": {
|
|
212
204
|
"from": "components/VExpansionPanel/index.mjs",
|
|
213
205
|
"styles": []
|
|
@@ -224,14 +216,26 @@
|
|
|
224
216
|
"from": "components/VExpansionPanel/index.mjs",
|
|
225
217
|
"styles": []
|
|
226
218
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
219
|
+
"VDivider": {
|
|
220
|
+
"from": "components/VDivider/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VEmptyState": {
|
|
224
|
+
"from": "components/VEmptyState/index.mjs",
|
|
229
225
|
"styles": []
|
|
230
226
|
},
|
|
231
227
|
"VFileInput": {
|
|
232
228
|
"from": "components/VFileInput/index.mjs",
|
|
233
229
|
"styles": []
|
|
234
230
|
},
|
|
231
|
+
"VFab": {
|
|
232
|
+
"from": "components/VFab/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
235
239
|
"VField": {
|
|
236
240
|
"from": "components/VField/index.mjs",
|
|
237
241
|
"styles": []
|
|
@@ -240,8 +244,8 @@
|
|
|
240
244
|
"from": "components/VField/index.mjs",
|
|
241
245
|
"styles": []
|
|
242
246
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
247
|
+
"VImg": {
|
|
248
|
+
"from": "components/VImg/index.mjs",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
251
|
"VIcon": {
|
|
@@ -264,14 +268,6 @@
|
|
|
264
268
|
"from": "components/VIcon/index.mjs",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"VInput": {
|
|
268
|
-
"from": "components/VInput/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VImg": {
|
|
272
|
-
"from": "components/VImg/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
271
|
"VInfiniteScroll": {
|
|
276
272
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
277
273
|
"styles": []
|
|
@@ -284,6 +280,18 @@
|
|
|
284
280
|
"from": "components/VItemGroup/index.mjs",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
283
|
+
"VLabel": {
|
|
284
|
+
"from": "components/VLabel/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VInput": {
|
|
288
|
+
"from": "components/VInput/index.mjs",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VKbd": {
|
|
292
|
+
"from": "components/VKbd/index.mjs",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
287
295
|
"VList": {
|
|
288
296
|
"from": "components/VList/index.mjs",
|
|
289
297
|
"styles": []
|
|
@@ -320,20 +328,16 @@
|
|
|
320
328
|
"from": "components/VList/index.mjs",
|
|
321
329
|
"styles": []
|
|
322
330
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VLabel": {
|
|
328
|
-
"from": "components/VLabel/index.mjs",
|
|
331
|
+
"VMain": {
|
|
332
|
+
"from": "components/VMain/index.mjs",
|
|
329
333
|
"styles": []
|
|
330
334
|
},
|
|
331
335
|
"VMenu": {
|
|
332
336
|
"from": "components/VMenu/index.mjs",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages/index.mjs",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
343
|
"VNavigationDrawer": {
|
|
@@ -344,14 +348,6 @@
|
|
|
344
348
|
"from": "components/VOtpInput/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"VMessages": {
|
|
348
|
-
"from": "components/VMessages/index.mjs",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
|
-
"VOverlay": {
|
|
352
|
-
"from": "components/VOverlay/index.mjs",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
351
|
"VPagination": {
|
|
356
352
|
"from": "components/VPagination/index.mjs",
|
|
357
353
|
"styles": []
|
|
@@ -368,52 +364,48 @@
|
|
|
368
364
|
"from": "components/VRadioGroup/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
373
|
-
"styles": []
|
|
374
|
-
},
|
|
375
|
-
"VSelect": {
|
|
376
|
-
"from": "components/VSelect/index.mjs",
|
|
367
|
+
"VOverlay": {
|
|
368
|
+
"from": "components/VOverlay/index.mjs",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating/index.mjs",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
375
|
"VSelectionControlGroup": {
|
|
384
376
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
379
|
+
"VSlideGroup": {
|
|
380
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
383
|
+
"VSlideGroupItem": {
|
|
384
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
387
|
+
"VSelectionControl": {
|
|
388
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
391
|
+
"VSelect": {
|
|
392
|
+
"from": "components/VSelect/index.mjs",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
395
|
+
"VSheet": {
|
|
396
|
+
"from": "components/VSheet/index.mjs",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider/index.mjs",
|
|
409
401
|
"styles": []
|
|
410
402
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
413
405
|
"styles": []
|
|
414
406
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
407
|
+
"VSnackbar": {
|
|
408
|
+
"from": "components/VSnackbar/index.mjs",
|
|
417
409
|
"styles": []
|
|
418
410
|
},
|
|
419
411
|
"VStepper": {
|
|
@@ -440,6 +432,10 @@
|
|
|
440
432
|
"from": "components/VStepper/index.mjs",
|
|
441
433
|
"styles": []
|
|
442
434
|
},
|
|
435
|
+
"VSwitch": {
|
|
436
|
+
"from": "components/VSwitch/index.mjs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
443
439
|
"VTab": {
|
|
444
440
|
"from": "components/VTabs/index.mjs",
|
|
445
441
|
"styles": []
|
|
@@ -456,20 +452,20 @@
|
|
|
456
452
|
"from": "components/VTabs/index.mjs",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
459
|
-
"VTable": {
|
|
460
|
-
"from": "components/VTable/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
455
|
"VTextField": {
|
|
464
456
|
"from": "components/VTextField/index.mjs",
|
|
465
457
|
"styles": []
|
|
466
458
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
459
|
+
"VSystemBar": {
|
|
460
|
+
"from": "components/VSystemBar/index.mjs",
|
|
469
461
|
"styles": []
|
|
470
462
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable/index.mjs",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
475
471
|
"VToolbar": {
|
|
@@ -484,8 +480,12 @@
|
|
|
484
480
|
"from": "components/VToolbar/index.mjs",
|
|
485
481
|
"styles": []
|
|
486
482
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
483
|
+
"VTimeline": {
|
|
484
|
+
"from": "components/VTimeline/index.mjs",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VTimelineItem": {
|
|
488
|
+
"from": "components/VTimeline/index.mjs",
|
|
489
489
|
"styles": []
|
|
490
490
|
},
|
|
491
491
|
"VTooltip": {
|
|
@@ -556,14 +556,14 @@
|
|
|
556
556
|
"from": "components/VNoSsr/index.mjs",
|
|
557
557
|
"styles": []
|
|
558
558
|
},
|
|
559
|
-
"VParallax": {
|
|
560
|
-
"from": "components/VParallax/index.mjs",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
559
|
"VRadio": {
|
|
564
560
|
"from": "components/VRadio/index.mjs",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
563
|
+
"VParallax": {
|
|
564
|
+
"from": "components/VParallax/index.mjs",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
567
|
"VRangeSlider": {
|
|
568
568
|
"from": "components/VRangeSlider/index.mjs",
|
|
569
569
|
"styles": []
|
|
@@ -572,14 +572,14 @@
|
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"VSpeedDial": {
|
|
576
|
-
"from": "components/VSpeedDial/index.mjs",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VSparkline": {
|
|
580
576
|
"from": "components/VSparkline/index.mjs",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
579
|
+
"VSpeedDial": {
|
|
580
|
+
"from": "components/VSpeedDial/index.mjs",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
583
583
|
"VThemeProvider": {
|
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
|
585
585
|
"styles": []
|
|
@@ -588,10 +588,6 @@
|
|
|
588
588
|
"from": "components/VValidation/index.mjs",
|
|
589
589
|
"styles": []
|
|
590
590
|
},
|
|
591
|
-
"VVirtualScroll": {
|
|
592
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
591
|
"VFabTransition": {
|
|
596
592
|
"from": "components/transitions/index.mjs",
|
|
597
593
|
"styles": []
|
|
@@ -655,6 +651,10 @@
|
|
|
655
651
|
"VDialogTransition": {
|
|
656
652
|
"from": "components/transitions/index.mjs",
|
|
657
653
|
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VVirtualScroll": {
|
|
656
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
657
|
+
"styles": []
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
"directives": [
|