vuetify 3.3.5 → 3.3.7
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 +18 -18
- package/dist/json/importMap.json +80 -80
- package/dist/json/tags.json +1 -1
- package/dist/json/web-types.json +30 -38
- package/dist/vuetify-labs.css +167 -128
- package/dist/vuetify-labs.d.ts +216 -130
- package/dist/vuetify-labs.esm.js +549 -372
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +548 -371
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +71 -32
- package/dist/vuetify.d.ts +158 -94
- package/dist/vuetify.esm.js +501 -351
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +500 -350
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +694 -676
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +12 -9
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +12 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +48 -35
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +17 -9
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +8 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +1 -1
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +1 -1
- package/lib/components/VCheckbox/index.d.mts +28 -16
- package/lib/components/VCombobox/VCombobox.css +12 -4
- package/lib/components/VCombobox/VCombobox.mjs +48 -35
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +17 -9
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VField/VField.css +17 -6
- package/lib/components/VField/VField.sass +17 -6
- package/lib/components/VField/_variables.scss +2 -2
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VImg/VImg.css +4 -2
- package/lib/components/VImg/VImg.mjs +4 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +3 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +2 -0
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +3 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +14 -8
- package/lib/components/VRadioGroup/index.d.mts +14 -8
- package/lib/components/VResponsive/VResponsive.css +6 -11
- package/lib/components/VResponsive/VResponsive.sass +5 -10
- package/lib/components/VSelect/VSelect.css +4 -3
- package/lib/components/VSelect/VSelect.mjs +43 -31
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +10 -12
- package/lib/components/VSelect/useScrolling.mjs +69 -0
- package/lib/components/VSelect/useScrolling.mjs.map +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +14 -8
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +14 -8
- package/lib/components/VSlider/VSliderThumb.mjs +6 -2
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +14 -8
- package/lib/components/VTextField/VTextField.css +7 -0
- package/lib/components/VTextField/VTextField.mjs +7 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +8 -1
- package/lib/components/VTextField/_variables.scss +1 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +50 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +13 -23
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +37 -15
- package/lib/components/index.d.mts +134 -70
- package/lib/composables/filter.mjs +9 -7
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +6 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +17 -17
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa.mjs +2 -2
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -2
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/index.d.mts +24 -24
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +12 -10
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +6 -2
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +4 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +44 -6
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +0 -5
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +38 -54
- package/lib/labs/VDateRangePicker/index.d.mts +34 -44
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +24 -4
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/components.d.mts +82 -60
- package/lib/util/getScrollParent.mjs +7 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +1 -0
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
"v-autocomplete/filter-mode": {
|
|
447
447
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
|
448
|
-
"description": "
|
|
448
|
+
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
449
449
|
},
|
|
450
450
|
"v-autocomplete/no-filter": {
|
|
451
451
|
"type": "boolean\n",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
},
|
|
458
458
|
"v-autocomplete/custom-key-filter": {
|
|
459
459
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
460
|
-
"description": "Function used on specific keys within the item object."
|
|
460
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
461
461
|
},
|
|
462
462
|
"v-autocomplete/filter-keys": {
|
|
463
463
|
"type": "string | string[]\n",
|
|
@@ -2453,7 +2453,7 @@
|
|
|
2453
2453
|
},
|
|
2454
2454
|
"v-combobox/filter-mode": {
|
|
2455
2455
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
|
2456
|
-
"description": "
|
|
2456
|
+
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
2457
2457
|
},
|
|
2458
2458
|
"v-combobox/no-filter": {
|
|
2459
2459
|
"type": "boolean\n",
|
|
@@ -2465,7 +2465,7 @@
|
|
|
2465
2465
|
},
|
|
2466
2466
|
"v-combobox/custom-key-filter": {
|
|
2467
2467
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
2468
|
-
"description": "Function used on specific keys within the item object."
|
|
2468
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
2469
2469
|
},
|
|
2470
2470
|
"v-combobox/filter-keys": {
|
|
2471
2471
|
"type": "string | string[]\n",
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
},
|
|
2714
2714
|
"v-data-iterator/filter-mode": {
|
|
2715
2715
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
|
2716
|
-
"description": "
|
|
2716
|
+
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
2717
2717
|
},
|
|
2718
2718
|
"v-data-iterator/no-filter": {
|
|
2719
2719
|
"type": "boolean\n",
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
},
|
|
2726
2726
|
"v-data-iterator/custom-key-filter": {
|
|
2727
2727
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
2728
|
-
"description": "Function used on specific keys within the item object."
|
|
2728
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
2729
2729
|
},
|
|
2730
2730
|
"v-data-iterator/filter-keys": {
|
|
2731
2731
|
"type": "string | string[]\n",
|
|
@@ -2837,7 +2837,7 @@
|
|
|
2837
2837
|
},
|
|
2838
2838
|
"v-data-table/filter-mode": {
|
|
2839
2839
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
|
2840
|
-
"description": "
|
|
2840
|
+
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
2841
2841
|
},
|
|
2842
2842
|
"v-data-table/no-filter": {
|
|
2843
2843
|
"type": "boolean\n",
|
|
@@ -2849,7 +2849,7 @@
|
|
|
2849
2849
|
},
|
|
2850
2850
|
"v-data-table/custom-key-filter": {
|
|
2851
2851
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
2852
|
-
"description": "Function used on specific keys within the item object."
|
|
2852
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
2853
2853
|
},
|
|
2854
2854
|
"v-data-table/filter-keys": {
|
|
2855
2855
|
"type": "string | string[]\n",
|
|
@@ -3277,7 +3277,7 @@
|
|
|
3277
3277
|
},
|
|
3278
3278
|
"v-data-table-virtual/filter-mode": {
|
|
3279
3279
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
|
3280
|
-
"description": "
|
|
3280
|
+
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
3281
3281
|
},
|
|
3282
3282
|
"v-data-table-virtual/no-filter": {
|
|
3283
3283
|
"type": "boolean\n",
|
|
@@ -3289,7 +3289,7 @@
|
|
|
3289
3289
|
},
|
|
3290
3290
|
"v-data-table-virtual/custom-key-filter": {
|
|
3291
3291
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
|
|
3292
|
-
"description": "Function used on specific keys within the item object."
|
|
3292
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
3293
3293
|
},
|
|
3294
3294
|
"v-data-table-virtual/filter-keys": {
|
|
3295
3295
|
"type": "string | string[]\n",
|
|
@@ -3448,7 +3448,7 @@
|
|
|
3448
3448
|
"description": "MISSING DESCRIPTION"
|
|
3449
3449
|
},
|
|
3450
3450
|
"v-date-card/range": {
|
|
3451
|
-
"type": "
|
|
3451
|
+
"type": "string | boolean\n",
|
|
3452
3452
|
"description": "MISSING DESCRIPTION"
|
|
3453
3453
|
},
|
|
3454
3454
|
"v-date-card/display-date": {
|
|
@@ -3596,7 +3596,7 @@
|
|
|
3596
3596
|
"description": "MISSING DESCRIPTION"
|
|
3597
3597
|
},
|
|
3598
3598
|
"v-date-picker/range": {
|
|
3599
|
-
"type": "
|
|
3599
|
+
"type": "string | boolean\n",
|
|
3600
3600
|
"description": "Allow the selection of date range"
|
|
3601
3601
|
},
|
|
3602
3602
|
"v-date-picker/display-date": {
|
|
@@ -3711,10 +3711,6 @@
|
|
|
3711
3711
|
"type": "boolean\n",
|
|
3712
3712
|
"description": "MISSING DESCRIPTION"
|
|
3713
3713
|
},
|
|
3714
|
-
"v-date-picker-month/range": {
|
|
3715
|
-
"type": "boolean | 'end' | 'start'\n",
|
|
3716
|
-
"description": "MISSING DESCRIPTION"
|
|
3717
|
-
},
|
|
3718
3714
|
"v-date-picker-month/display-date": {
|
|
3719
3715
|
"type": "any\n",
|
|
3720
3716
|
"description": "MISSING DESCRIPTION"
|
|
@@ -5361,7 +5357,7 @@
|
|
|
5361
5357
|
},
|
|
5362
5358
|
"v-menu/max-height": {
|
|
5363
5359
|
"type": "string | number\n",
|
|
5364
|
-
"description": "Sets the
|
|
5360
|
+
"description": "Sets the maximum height for the component."
|
|
5365
5361
|
},
|
|
5366
5362
|
"v-menu/max-width": {
|
|
5367
5363
|
"type": "string | number\n",
|
|
@@ -5373,7 +5369,7 @@
|
|
|
5373
5369
|
},
|
|
5374
5370
|
"v-menu/min-width": {
|
|
5375
5371
|
"type": "string | number\n",
|
|
5376
|
-
"description": "Sets the minimum width for the component."
|
|
5372
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width"
|
|
5377
5373
|
},
|
|
5378
5374
|
"v-menu/width": {
|
|
5379
5375
|
"type": "string | number\n",
|
|
@@ -8987,6 +8983,10 @@
|
|
|
8987
8983
|
"type": "string | number\n",
|
|
8988
8984
|
"description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
|
|
8989
8985
|
},
|
|
8986
|
+
"v-virtual-scroll/renderless": {
|
|
8987
|
+
"type": "boolean\n",
|
|
8988
|
+
"description": "MISSING DESCRIPTION"
|
|
8989
|
+
},
|
|
8990
8990
|
"v-window/model-value": {
|
|
8991
8991
|
"type": "any\n",
|
|
8992
8992
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
package/dist/json/importMap.json
CHANGED
|
@@ -12,16 +12,32 @@
|
|
|
12
12
|
"from": "components/VAlert/index.mjs",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
+
"VAppBar": {
|
|
16
|
+
"from": "components/VAppBar/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VAppBarNavIcon": {
|
|
20
|
+
"from": "components/VAppBar/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAppBarTitle": {
|
|
24
|
+
"from": "components/VAppBar/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
15
27
|
"VAutocomplete": {
|
|
16
28
|
"from": "components/VAutocomplete/index.mjs",
|
|
17
29
|
"styles": []
|
|
18
30
|
},
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
19
35
|
"VAvatar": {
|
|
20
36
|
"from": "components/VAvatar/index.mjs",
|
|
21
37
|
"styles": []
|
|
22
38
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
39
|
+
"VBottomNavigation": {
|
|
40
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
25
41
|
"styles": []
|
|
26
42
|
},
|
|
27
43
|
"VBanner": {
|
|
@@ -36,10 +52,6 @@
|
|
|
36
52
|
"from": "components/VBanner/index.mjs",
|
|
37
53
|
"styles": []
|
|
38
54
|
},
|
|
39
|
-
"VBottomNavigation": {
|
|
40
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
55
|
"VBreadcrumbs": {
|
|
44
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
45
57
|
"styles": []
|
|
@@ -52,16 +64,24 @@
|
|
|
52
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
53
65
|
"styles": []
|
|
54
66
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
67
|
+
"VBtnToggle": {
|
|
68
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
57
69
|
"styles": []
|
|
58
70
|
},
|
|
59
71
|
"VBtnGroup": {
|
|
60
72
|
"from": "components/VBtnGroup/index.mjs",
|
|
61
73
|
"styles": []
|
|
62
74
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox/index.mjs",
|
|
65
85
|
"styles": []
|
|
66
86
|
},
|
|
67
87
|
"VCard": {
|
|
@@ -88,22 +108,6 @@
|
|
|
88
108
|
"from": "components/VCard/index.mjs",
|
|
89
109
|
"styles": []
|
|
90
110
|
},
|
|
91
|
-
"VCarousel": {
|
|
92
|
-
"from": "components/VCarousel/index.mjs",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VCarouselItem": {
|
|
96
|
-
"from": "components/VCarousel/index.mjs",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VCheckbox": {
|
|
100
|
-
"from": "components/VCheckbox/index.mjs",
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VCheckboxBtn": {
|
|
104
|
-
"from": "components/VCheckbox/index.mjs",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
111
|
"VChip": {
|
|
108
112
|
"from": "components/VChip/index.mjs",
|
|
109
113
|
"styles": []
|
|
@@ -112,28 +116,32 @@
|
|
|
112
116
|
"from": "components/VChipGroup/index.mjs",
|
|
113
117
|
"styles": []
|
|
114
118
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
119
|
+
"VCarousel": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
123
|
+
"VCarouselItem": {
|
|
124
|
+
"from": "components/VCarousel/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode/index.mjs",
|
|
121
129
|
"styles": []
|
|
122
130
|
},
|
|
123
131
|
"VCombobox": {
|
|
124
132
|
"from": "components/VCombobox/index.mjs",
|
|
125
133
|
"styles": []
|
|
126
134
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker/index.mjs",
|
|
129
137
|
"styles": []
|
|
130
138
|
},
|
|
131
139
|
"VDialog": {
|
|
132
140
|
"from": "components/VDialog/index.mjs",
|
|
133
141
|
"styles": []
|
|
134
142
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
143
|
+
"VCounter": {
|
|
144
|
+
"from": "components/VCounter/index.mjs",
|
|
137
145
|
"styles": []
|
|
138
146
|
},
|
|
139
147
|
"VExpansionPanels": {
|
|
@@ -152,6 +160,10 @@
|
|
|
152
160
|
"from": "components/VExpansionPanel/index.mjs",
|
|
153
161
|
"styles": []
|
|
154
162
|
},
|
|
163
|
+
"VDivider": {
|
|
164
|
+
"from": "components/VDivider/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
155
167
|
"VField": {
|
|
156
168
|
"from": "components/VField/index.mjs",
|
|
157
169
|
"styles": []
|
|
@@ -160,14 +172,14 @@
|
|
|
160
172
|
"from": "components/VField/index.mjs",
|
|
161
173
|
"styles": []
|
|
162
174
|
},
|
|
163
|
-
"VFileInput": {
|
|
164
|
-
"from": "components/VFileInput/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
175
|
"VFooter": {
|
|
168
176
|
"from": "components/VFooter/index.mjs",
|
|
169
177
|
"styles": []
|
|
170
178
|
},
|
|
179
|
+
"VFileInput": {
|
|
180
|
+
"from": "components/VFileInput/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
171
183
|
"VIcon": {
|
|
172
184
|
"from": "components/VIcon/index.mjs",
|
|
173
185
|
"styles": []
|
|
@@ -204,14 +216,14 @@
|
|
|
204
216
|
"from": "components/VItemGroup/index.mjs",
|
|
205
217
|
"styles": []
|
|
206
218
|
},
|
|
207
|
-
"VKbd": {
|
|
208
|
-
"from": "components/VKbd/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
219
|
"VLabel": {
|
|
212
220
|
"from": "components/VLabel/index.mjs",
|
|
213
221
|
"styles": []
|
|
214
222
|
},
|
|
223
|
+
"VKbd": {
|
|
224
|
+
"from": "components/VKbd/index.mjs",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
215
227
|
"VList": {
|
|
216
228
|
"from": "components/VList/index.mjs",
|
|
217
229
|
"styles": []
|
|
@@ -280,14 +292,14 @@
|
|
|
280
292
|
"from": "components/VProgressLinear/index.mjs",
|
|
281
293
|
"styles": []
|
|
282
294
|
},
|
|
283
|
-
"VRadioGroup": {
|
|
284
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
295
|
"VRating": {
|
|
288
296
|
"from": "components/VRating/index.mjs",
|
|
289
297
|
"styles": []
|
|
290
298
|
},
|
|
299
|
+
"VRadioGroup": {
|
|
300
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
301
|
+
"styles": []
|
|
302
|
+
},
|
|
291
303
|
"VSelect": {
|
|
292
304
|
"from": "components/VSelect/index.mjs",
|
|
293
305
|
"styles": []
|
|
@@ -304,6 +316,10 @@
|
|
|
304
316
|
"from": "components/VSheet/index.mjs",
|
|
305
317
|
"styles": []
|
|
306
318
|
},
|
|
319
|
+
"VSlider": {
|
|
320
|
+
"from": "components/VSlider/index.mjs",
|
|
321
|
+
"styles": []
|
|
322
|
+
},
|
|
307
323
|
"VSlideGroup": {
|
|
308
324
|
"from": "components/VSlideGroup/index.mjs",
|
|
309
325
|
"styles": []
|
|
@@ -312,18 +328,14 @@
|
|
|
312
328
|
"from": "components/VSlideGroup/index.mjs",
|
|
313
329
|
"styles": []
|
|
314
330
|
},
|
|
315
|
-
"
|
|
316
|
-
"from": "components/
|
|
331
|
+
"VSwitch": {
|
|
332
|
+
"from": "components/VSwitch/index.mjs",
|
|
317
333
|
"styles": []
|
|
318
334
|
},
|
|
319
335
|
"VSnackbar": {
|
|
320
336
|
"from": "components/VSnackbar/index.mjs",
|
|
321
337
|
"styles": []
|
|
322
338
|
},
|
|
323
|
-
"VSwitch": {
|
|
324
|
-
"from": "components/VSwitch/index.mjs",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
339
|
"VSystemBar": {
|
|
328
340
|
"from": "components/VSystemBar/index.mjs",
|
|
329
341
|
"styles": []
|
|
@@ -380,24 +392,8 @@
|
|
|
380
392
|
"from": "components/VWindow/index.mjs",
|
|
381
393
|
"styles": []
|
|
382
394
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VAppBarNavIcon": {
|
|
388
|
-
"from": "components/VAppBar/index.mjs",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
|
-
"VAppBarTitle": {
|
|
392
|
-
"from": "components/VAppBar/index.mjs",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VDefaultsProvider": {
|
|
396
|
-
"from": "components/VDefaultsProvider/index.mjs",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VForm": {
|
|
400
|
-
"from": "components/VForm/index.mjs",
|
|
395
|
+
"VHover": {
|
|
396
|
+
"from": "components/VHover/index.mjs",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
399
|
"VContainer": {
|
|
@@ -416,8 +412,12 @@
|
|
|
416
412
|
"from": "components/VGrid/index.mjs",
|
|
417
413
|
"styles": []
|
|
418
414
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
415
|
+
"VForm": {
|
|
416
|
+
"from": "components/VForm/index.mjs",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VDefaultsProvider": {
|
|
420
|
+
"from": "components/VDefaultsProvider/index.mjs",
|
|
421
421
|
"styles": []
|
|
422
422
|
},
|
|
423
423
|
"VLayout": {
|
|
@@ -444,20 +444,16 @@
|
|
|
444
444
|
"from": "components/VParallax/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
-
"VRadio": {
|
|
448
|
-
"from": "components/VRadio/index.mjs",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
447
|
"VRangeSlider": {
|
|
452
448
|
"from": "components/VRangeSlider/index.mjs",
|
|
453
449
|
"styles": []
|
|
454
450
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
451
|
+
"VRadio": {
|
|
452
|
+
"from": "components/VRadio/index.mjs",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
455
|
+
"VResponsive": {
|
|
456
|
+
"from": "components/VResponsive/index.mjs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
459
|
"VValidation": {
|
|
@@ -468,6 +464,10 @@
|
|
|
468
464
|
"from": "components/VVirtualScroll/index.mjs",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
467
|
+
"VThemeProvider": {
|
|
468
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
471
|
"VFabTransition": {
|
|
472
472
|
"from": "components/transitions/index.mjs",
|
|
473
473
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1186,7 +1186,6 @@
|
|
|
1186
1186
|
"hover-date",
|
|
1187
1187
|
"model-value",
|
|
1188
1188
|
"multiple",
|
|
1189
|
-
"range",
|
|
1190
1189
|
"show-adjacent-months",
|
|
1191
1190
|
"show-week",
|
|
1192
1191
|
"side"
|
|
@@ -2984,6 +2983,7 @@
|
|
|
2984
2983
|
"max-width",
|
|
2985
2984
|
"min-height",
|
|
2986
2985
|
"min-width",
|
|
2986
|
+
"renderless",
|
|
2987
2987
|
"width"
|
|
2988
2988
|
],
|
|
2989
2989
|
"description": ""
|