@vuetify/nightly 3.2.3-master-20230504.0 → 3.3.0-dev-20230504.0
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/CHANGELOG.md +20 -8
- package/dist/json/attributes.json +47 -47
- package/dist/json/importMap.json +56 -56
- package/dist/json/web-types.json +61 -61
- package/dist/vuetify-labs.css +471 -471
- package/dist/vuetify-labs.d.ts +120 -50
- package/dist/vuetify-labs.esm.js +170 -136
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +170 -136
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +7 -7
- package/dist/vuetify.d.ts +138 -68
- package/dist/vuetify.esm.js +170 -136
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +170 -136
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +775 -770
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +5 -1
- package/lib/blueprints/md1.d.ts +5 -1
- package/lib/blueprints/md2.d.ts +5 -1
- package/lib/blueprints/md3.d.ts +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +9 -9
- package/lib/components/VColorPicker/VColorPicker.mjs +11 -10
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +97 -31
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +8 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +2 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +2 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +29 -28
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +3 -9
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +2 -2
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -3
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -6
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +8 -8
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +3 -7
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +2 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +2 -6
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +9 -9
- package/lib/components/index.d.ts +115 -49
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +23 -19
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,30 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.3.0-dev-20230504.0...v) (2023-05-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# [3.3.0-dev-20230504.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.1...v3.3.0-dev-20230504.0) (2023-05-04)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **
|
|
12
|
-
* **
|
|
13
|
-
* **
|
|
14
|
-
* **
|
|
15
|
-
*
|
|
10
|
+
* **docs:** linting ([8445f46](https://github.com/vuetifyjs/vuetify/commit/8445f46ac40c85fdcf152519dbf6a9b35a9cc7b1))
|
|
11
|
+
* **inputs:** pass active prop to VField ([b7cbf1b](https://github.com/vuetifyjs/vuetify/commit/b7cbf1ba795fc3ce70aed45cf3b55a6373301a94))
|
|
12
|
+
* **types:** re-export DateInstance interface ([4fa3c60](https://github.com/vuetifyjs/vuetify/commit/4fa3c60d504b6b03e4b925b067cb3e905343035a)), closes [#17242](https://github.com/vuetifyjs/vuetify/issues/17242)
|
|
13
|
+
* **VAppBar:** correct fade-image ratio, inverted behavior ([2d579b5](https://github.com/vuetifyjs/vuetify/commit/2d579b5ce850f1b0c7ec48d30b31333aa0b3ffa1))
|
|
14
|
+
* **VAppBarNavIcon:** use makeBtnProps, set default variant ([5b25057](https://github.com/vuetifyjs/vuetify/commit/5b25057a5659797815af11b97ee7c0a3fe566e4b))
|
|
15
|
+
* **VAutocomplete:** hide chip when focused single select ([e5cc426](https://github.com/vuetifyjs/vuetify/commit/e5cc42603b976e0d1182e9f3142a9a68dfdc7375)), closes [#16186](https://github.com/vuetifyjs/vuetify/issues/16186) [#17208](https://github.com/vuetifyjs/vuetify/issues/17208)
|
|
16
|
+
* **VDataTable:** checkbox vertical alignment ([96f8a9e](https://github.com/vuetifyjs/vuetify/commit/96f8a9e725f4afb8b73cbe11e138848c4e06d8d5)), closes [#17235](https://github.com/vuetifyjs/vuetify/issues/17235)
|
|
17
|
+
* **VDataTable:** switch page if beyond page count ([a6f9e3e](https://github.com/vuetifyjs/vuetify/commit/a6f9e3e3601b48acff2eba9733837c2d666974cb)), closes [#17226](https://github.com/vuetifyjs/vuetify/issues/17226)
|
|
18
|
+
* **VNavigationDrawer:** remove inset styles from scrim ([d345a6a](https://github.com/vuetifyjs/vuetify/commit/d345a6ab7bb222782cf51bdd4d6dabe8d1230013)), closes [#16261](https://github.com/vuetifyjs/vuetify/issues/16261)
|
|
19
|
+
* **VSelect:** render prependIcon in items ([e900eac](https://github.com/vuetifyjs/vuetify/commit/e900eacd6011afcba820a9073d866c3d7f0e8aac)), closes [#17247](https://github.com/vuetifyjs/vuetify/issues/17247)
|
|
20
|
+
* **VSelects:** prevent menu from opening when closing chips ([7805988](https://github.com/vuetifyjs/vuetify/commit/7805988c502ca58c7056304427b21eb448ab20dc)), closes [#17253](https://github.com/vuetifyjs/vuetify/issues/17253)
|
|
21
|
+
* **VSheet:** add missing positions ([875fcd4](https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be)), closes [#17249](https://github.com/vuetifyjs/vuetify/issues/17249)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **ssr:** add server-side clientWidth/height options ([178b013](https://github.com/vuetifyjs/vuetify/commit/178b013b3e5eb97090a0571e3e9a66c9ee079b74)), closes [#17252](https://github.com/vuetifyjs/vuetify/issues/17252)
|
|
27
|
+
* **VColorPicker:** accept rgb)(/hsl()/hsv() swatches ([42f7cbd](https://github.com/vuetifyjs/vuetify/commit/42f7cbd4e568bca7bd9076b8f869b3deb412facc)), closes [#8833](https://github.com/vuetifyjs/vuetify/issues/8833)
|
|
16
28
|
|
|
17
29
|
|
|
18
30
|
|
|
@@ -1468,8 +1468,8 @@
|
|
|
1468
1468
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
1469
1469
|
},
|
|
1470
1470
|
"v-carousel/direction": {
|
|
1471
|
-
"type": "
|
|
1472
|
-
"description": "
|
|
1471
|
+
"type": "string",
|
|
1472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
1473
1473
|
},
|
|
1474
1474
|
"v-carousel/mandatory": {
|
|
1475
1475
|
"type": "\"force\"",
|
|
@@ -1529,7 +1529,7 @@
|
|
|
1529
1529
|
},
|
|
1530
1530
|
"v-checkbox/type": {
|
|
1531
1531
|
"type": "string",
|
|
1532
|
-
"description": "
|
|
1532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1533
1533
|
},
|
|
1534
1534
|
"v-checkbox/model-value": {
|
|
1535
1535
|
"type": "any",
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
},
|
|
1558
1558
|
"v-checkbox/value": {
|
|
1559
1559
|
"type": "any",
|
|
1560
|
-
"description": "The value
|
|
1560
|
+
"description": "The input's value"
|
|
1561
1561
|
},
|
|
1562
1562
|
"v-checkbox/id": {
|
|
1563
1563
|
"type": "string",
|
|
@@ -1665,7 +1665,7 @@
|
|
|
1665
1665
|
},
|
|
1666
1666
|
"v-checkbox-btn/type": {
|
|
1667
1667
|
"type": "string",
|
|
1668
|
-
"description": "
|
|
1668
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1669
1669
|
},
|
|
1670
1670
|
"v-checkbox-btn/model-value": {
|
|
1671
1671
|
"type": "any",
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
},
|
|
1694
1694
|
"v-checkbox-btn/value": {
|
|
1695
1695
|
"type": "any",
|
|
1696
|
-
"description": "
|
|
1696
|
+
"description": "MISSING DESCRIPTION"
|
|
1697
1697
|
},
|
|
1698
1698
|
"v-checkbox-btn/id": {
|
|
1699
1699
|
"type": "string",
|
|
@@ -1725,15 +1725,15 @@
|
|
|
1725
1725
|
},
|
|
1726
1726
|
"v-checkbox-btn/inline": {
|
|
1727
1727
|
"type": "boolean",
|
|
1728
|
-
"description": "
|
|
1728
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1729
1729
|
},
|
|
1730
1730
|
"v-checkbox-btn/indeterminate": {
|
|
1731
1731
|
"type": "boolean",
|
|
1732
|
-
"description": "
|
|
1732
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
|
1733
1733
|
},
|
|
1734
1734
|
"v-checkbox-btn/indeterminate-icon": {
|
|
1735
1735
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1736
|
-
"description": "
|
|
1736
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
|
1737
1737
|
},
|
|
1738
1738
|
"v-checkbox-btn/true-value": {
|
|
1739
1739
|
"type": "any",
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
},
|
|
1982
1982
|
"v-col/xxl": {
|
|
1983
1983
|
"type": "string | number | boolean",
|
|
1984
|
-
"description": "
|
|
1984
|
+
"description": "MISSING DESCRIPTION"
|
|
1985
1985
|
},
|
|
1986
1986
|
"v-col/offset-sm": {
|
|
1987
1987
|
"type": "string | number",
|
|
@@ -2001,7 +2001,7 @@
|
|
|
2001
2001
|
},
|
|
2002
2002
|
"v-col/offset-xxl": {
|
|
2003
2003
|
"type": "string | number",
|
|
2004
|
-
"description": "
|
|
2004
|
+
"description": "MISSING DESCRIPTION"
|
|
2005
2005
|
},
|
|
2006
2006
|
"v-col/order-sm": {
|
|
2007
2007
|
"type": "string | number",
|
|
@@ -2021,7 +2021,7 @@
|
|
|
2021
2021
|
},
|
|
2022
2022
|
"v-col/order-xxl": {
|
|
2023
2023
|
"type": "string | number",
|
|
2024
|
-
"description": "
|
|
2024
|
+
"description": "MISSING DESCRIPTION"
|
|
2025
2025
|
},
|
|
2026
2026
|
"v-col/align-self": {
|
|
2027
2027
|
"type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
},
|
|
2038
2038
|
"v-color-picker/width": {
|
|
2039
2039
|
"type": "string | number",
|
|
2040
|
-
"description": "Sets the width
|
|
2040
|
+
"description": "Sets the width for the component."
|
|
2041
2041
|
},
|
|
2042
2042
|
"v-color-picker/elevation": {
|
|
2043
2043
|
"type": "string | number",
|
|
@@ -2068,44 +2068,44 @@
|
|
|
2068
2068
|
"description": "Removes the ability to click or target the component"
|
|
2069
2069
|
},
|
|
2070
2070
|
"v-color-picker/mode": {
|
|
2071
|
-
"type": "
|
|
2072
|
-
"description": "Sets
|
|
2071
|
+
"type": "\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\"",
|
|
2072
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
|
|
2073
2073
|
},
|
|
2074
2074
|
"v-color-picker/hide-canvas": {
|
|
2075
2075
|
"type": "boolean",
|
|
2076
|
-
"description": "
|
|
2076
|
+
"description": "MISSING DESCRIPTION"
|
|
2077
2077
|
},
|
|
2078
2078
|
"v-color-picker/hide-sliders": {
|
|
2079
2079
|
"type": "boolean",
|
|
2080
|
-
"description": "
|
|
2080
|
+
"description": "MISSING DESCRIPTION"
|
|
2081
2081
|
},
|
|
2082
2082
|
"v-color-picker/hide-inputs": {
|
|
2083
2083
|
"type": "boolean",
|
|
2084
|
-
"description": "
|
|
2084
|
+
"description": "MISSING DESCRIPTION"
|
|
2085
2085
|
},
|
|
2086
2086
|
"v-color-picker/show-swatches": {
|
|
2087
2087
|
"type": "boolean",
|
|
2088
|
-
"description": "
|
|
2088
|
+
"description": "MISSING DESCRIPTION"
|
|
2089
2089
|
},
|
|
2090
2090
|
"v-color-picker/canvas-height": {
|
|
2091
2091
|
"type": "string | number",
|
|
2092
|
-
"description": "
|
|
2092
|
+
"description": "MISSING DESCRIPTION"
|
|
2093
2093
|
},
|
|
2094
2094
|
"v-color-picker/dot-size": {
|
|
2095
2095
|
"type": "string | number",
|
|
2096
|
-
"description": "
|
|
2096
|
+
"description": "MISSING DESCRIPTION"
|
|
2097
2097
|
},
|
|
2098
2098
|
"v-color-picker/modes": {
|
|
2099
|
-
"type": "
|
|
2100
|
-
"description": "MISSING DESCRIPTION
|
|
2099
|
+
"type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]",
|
|
2100
|
+
"description": "MISSING DESCRIPTION"
|
|
2101
2101
|
},
|
|
2102
2102
|
"v-color-picker/swatches-max-height": {
|
|
2103
2103
|
"type": "string | number",
|
|
2104
|
-
"description": "
|
|
2104
|
+
"description": "MISSING DESCRIPTION"
|
|
2105
2105
|
},
|
|
2106
2106
|
"v-color-picker/swatches": {
|
|
2107
|
-
"type": "string[][]",
|
|
2108
|
-
"description": "
|
|
2107
|
+
"type": "(string | number | HSV | RGB | HSL)[][]",
|
|
2108
|
+
"description": "MISSING DESCRIPTION"
|
|
2109
2109
|
},
|
|
2110
2110
|
"v-combobox/flat": {
|
|
2111
2111
|
"type": "boolean",
|
|
@@ -2405,11 +2405,11 @@
|
|
|
2405
2405
|
},
|
|
2406
2406
|
"v-counter/value": {
|
|
2407
2407
|
"type": "string | number",
|
|
2408
|
-
"description": "
|
|
2408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2409
2409
|
},
|
|
2410
2410
|
"v-counter/active": {
|
|
2411
2411
|
"type": "boolean",
|
|
2412
|
-
"description": "Determines whether the counter is visible or not
|
|
2412
|
+
"description": "Determines whether the counter is visible or not"
|
|
2413
2413
|
},
|
|
2414
2414
|
"v-counter/transition": {
|
|
2415
2415
|
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
@@ -2417,7 +2417,7 @@
|
|
|
2417
2417
|
},
|
|
2418
2418
|
"v-counter/max": {
|
|
2419
2419
|
"type": "string | number",
|
|
2420
|
-
"description": "
|
|
2420
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2421
2421
|
},
|
|
2422
2422
|
"v-data-table/model-value": {
|
|
2423
2423
|
"type": "any[]",
|
|
@@ -2941,7 +2941,7 @@
|
|
|
2941
2941
|
},
|
|
2942
2942
|
"v-dialog/close-on-content-click": {
|
|
2943
2943
|
"type": "boolean",
|
|
2944
|
-
"description": "
|
|
2944
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
2945
2945
|
},
|
|
2946
2946
|
"v-dialog/close-delay": {
|
|
2947
2947
|
"type": "string | number",
|
|
@@ -4701,7 +4701,7 @@
|
|
|
4701
4701
|
},
|
|
4702
4702
|
"v-overlay/close-on-content-click": {
|
|
4703
4703
|
"type": "boolean",
|
|
4704
|
-
"description": "
|
|
4704
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
4705
4705
|
},
|
|
4706
4706
|
"v-overlay/close-delay": {
|
|
4707
4707
|
"type": "string | number",
|
|
@@ -4965,7 +4965,7 @@
|
|
|
4965
4965
|
},
|
|
4966
4966
|
"v-radio/type": {
|
|
4967
4967
|
"type": "string",
|
|
4968
|
-
"description": "
|
|
4968
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4969
4969
|
},
|
|
4970
4970
|
"v-radio/model-value": {
|
|
4971
4971
|
"type": "any",
|
|
@@ -4993,7 +4993,7 @@
|
|
|
4993
4993
|
},
|
|
4994
4994
|
"v-radio/value": {
|
|
4995
4995
|
"type": "any",
|
|
4996
|
-
"description": "
|
|
4996
|
+
"description": "MISSING DESCRIPTION"
|
|
4997
4997
|
},
|
|
4998
4998
|
"v-radio/id": {
|
|
4999
4999
|
"type": "string",
|
|
@@ -5025,7 +5025,7 @@
|
|
|
5025
5025
|
},
|
|
5026
5026
|
"v-radio/inline": {
|
|
5027
5027
|
"type": "boolean",
|
|
5028
|
-
"description": "
|
|
5028
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5029
5029
|
},
|
|
5030
5030
|
"v-radio/true-value": {
|
|
5031
5031
|
"type": "any",
|
|
@@ -5889,7 +5889,7 @@
|
|
|
5889
5889
|
},
|
|
5890
5890
|
"v-selection-control/type": {
|
|
5891
5891
|
"type": "string",
|
|
5892
|
-
"description": "
|
|
5892
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5893
5893
|
},
|
|
5894
5894
|
"v-selection-control/model-value": {
|
|
5895
5895
|
"type": "unknown",
|
|
@@ -5917,7 +5917,7 @@
|
|
|
5917
5917
|
},
|
|
5918
5918
|
"v-selection-control/value": {
|
|
5919
5919
|
"type": "any",
|
|
5920
|
-
"description": "
|
|
5920
|
+
"description": "MISSING DESCRIPTION"
|
|
5921
5921
|
},
|
|
5922
5922
|
"v-selection-control/id": {
|
|
5923
5923
|
"type": "string",
|
|
@@ -5949,7 +5949,7 @@
|
|
|
5949
5949
|
},
|
|
5950
5950
|
"v-selection-control/inline": {
|
|
5951
5951
|
"type": "boolean",
|
|
5952
|
-
"description": "
|
|
5952
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5953
5953
|
},
|
|
5954
5954
|
"v-selection-control/true-value": {
|
|
5955
5955
|
"type": "any",
|
|
@@ -5969,7 +5969,7 @@
|
|
|
5969
5969
|
},
|
|
5970
5970
|
"v-selection-control-group/type": {
|
|
5971
5971
|
"type": "string",
|
|
5972
|
-
"description": "
|
|
5972
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5973
5973
|
},
|
|
5974
5974
|
"v-selection-control-group/model-value": {
|
|
5975
5975
|
"type": "any",
|
|
@@ -6021,7 +6021,7 @@
|
|
|
6021
6021
|
},
|
|
6022
6022
|
"v-selection-control-group/inline": {
|
|
6023
6023
|
"type": "boolean",
|
|
6024
|
-
"description": "
|
|
6024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
6025
6025
|
},
|
|
6026
6026
|
"v-selection-control-group/false-icon": {
|
|
6027
6027
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
@@ -6033,7 +6033,7 @@
|
|
|
6033
6033
|
},
|
|
6034
6034
|
"v-selection-control-group/defaults-target": {
|
|
6035
6035
|
"type": "string",
|
|
6036
|
-
"description": "
|
|
6036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
6037
6037
|
},
|
|
6038
6038
|
"v-sheet/border": {
|
|
6039
6039
|
"type": "string | number | boolean",
|
|
@@ -6557,7 +6557,7 @@
|
|
|
6557
6557
|
},
|
|
6558
6558
|
"v-snackbar/close-on-content-click": {
|
|
6559
6559
|
"type": "boolean",
|
|
6560
|
-
"description": "
|
|
6560
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
6561
6561
|
},
|
|
6562
6562
|
"v-snackbar/close-delay": {
|
|
6563
6563
|
"type": "string | number",
|
|
@@ -6617,7 +6617,7 @@
|
|
|
6617
6617
|
},
|
|
6618
6618
|
"v-switch/type": {
|
|
6619
6619
|
"type": "string",
|
|
6620
|
-
"description": "
|
|
6620
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
6621
6621
|
},
|
|
6622
6622
|
"v-switch/model-value": {
|
|
6623
6623
|
"type": "any",
|
|
@@ -6645,7 +6645,7 @@
|
|
|
6645
6645
|
},
|
|
6646
6646
|
"v-switch/value": {
|
|
6647
6647
|
"type": "any",
|
|
6648
|
-
"description": "The value
|
|
6648
|
+
"description": "The input's value"
|
|
6649
6649
|
},
|
|
6650
6650
|
"v-switch/id": {
|
|
6651
6651
|
"type": "string",
|
|
@@ -6733,7 +6733,7 @@
|
|
|
6733
6733
|
},
|
|
6734
6734
|
"v-switch/inline": {
|
|
6735
6735
|
"type": "boolean",
|
|
6736
|
-
"description": "
|
|
6736
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
6737
6737
|
},
|
|
6738
6738
|
"v-switch/indeterminate": {
|
|
6739
6739
|
"type": "boolean",
|
|
@@ -7761,7 +7761,7 @@
|
|
|
7761
7761
|
},
|
|
7762
7762
|
"v-tooltip/close-on-content-click": {
|
|
7763
7763
|
"type": "boolean",
|
|
7764
|
-
"description": "
|
|
7764
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
7765
7765
|
},
|
|
7766
7766
|
"v-tooltip/close-delay": {
|
|
7767
7767
|
"type": "string | number",
|
|
@@ -7900,8 +7900,8 @@
|
|
|
7900
7900
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
7901
7901
|
},
|
|
7902
7902
|
"v-window/direction": {
|
|
7903
|
-
"type": "
|
|
7904
|
-
"description": "
|
|
7903
|
+
"type": "string",
|
|
7904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
7905
7905
|
},
|
|
7906
7906
|
"v-window/mandatory": {
|
|
7907
7907
|
"type": "\"force\"",
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -16,6 +12,10 @@
|
|
|
16
12
|
"from": "components/VAppBar/index.mjs",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
15
|
+
"VAutocomplete": {
|
|
16
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
19
|
"VAlert": {
|
|
20
20
|
"from": "components/VAlert/index.mjs",
|
|
21
21
|
"styles": []
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"from": "components/VAlert/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VAvatar": {
|
|
@@ -36,44 +36,40 @@
|
|
|
36
36
|
"from": "components/VBadge/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
39
|
+
"VBreadcrumbs": {
|
|
40
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbsItem": {
|
|
44
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
47
|
+
"VBreadcrumbsDivider": {
|
|
48
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
51
|
"VBottomNavigation": {
|
|
52
52
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBreadcrumbsItem": {
|
|
60
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
55
|
+
"VBanner": {
|
|
56
|
+
"from": "components/VBanner/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
59
|
+
"VBannerActions": {
|
|
60
|
+
"from": "components/VBanner/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
63
|
+
"VBannerText": {
|
|
64
|
+
"from": "components/VBanner/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
67
|
"VBtnGroup": {
|
|
72
68
|
"from": "components/VBtnGroup/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VCard": {
|
|
@@ -100,6 +96,10 @@
|
|
|
100
96
|
"from": "components/VCard/index.mjs",
|
|
101
97
|
"styles": []
|
|
102
98
|
},
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
103
|
"VCarousel": {
|
|
104
104
|
"from": "components/VCarousel/index.mjs",
|
|
105
105
|
"styles": []
|
|
@@ -120,20 +120,16 @@
|
|
|
120
120
|
"from": "components/VChip/index.mjs",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker/index.mjs",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
127
|
"VCode": {
|
|
128
128
|
"from": "components/VCode/index.mjs",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VCombobox": {
|
|
136
|
-
"from": "components/VCombobox/index.mjs",
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
135
|
"VCounter": {
|
|
@@ -144,8 +140,8 @@
|
|
|
144
140
|
"from": "components/VDialog/index.mjs",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox/index.mjs",
|
|
149
145
|
"styles": []
|
|
150
146
|
},
|
|
151
147
|
"VExpansionPanels": {
|
|
@@ -164,6 +160,10 @@
|
|
|
164
160
|
"from": "components/VExpansionPanel/index.mjs",
|
|
165
161
|
"styles": []
|
|
166
162
|
},
|
|
163
|
+
"VDivider": {
|
|
164
|
+
"from": "components/VDivider/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
167
|
"VField": {
|
|
168
168
|
"from": "components/VField/index.mjs",
|
|
169
169
|
"styles": []
|
|
@@ -200,6 +200,10 @@
|
|
|
200
200
|
"from": "components/VIcon/index.mjs",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
+
"VLabel": {
|
|
204
|
+
"from": "components/VLabel/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
203
207
|
"VImg": {
|
|
204
208
|
"from": "components/VImg/index.mjs",
|
|
205
209
|
"styles": []
|
|
@@ -220,10 +224,6 @@
|
|
|
220
224
|
"from": "components/VKbd/index.mjs",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
|
-
"VLabel": {
|
|
224
|
-
"from": "components/VLabel/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
227
|
"VList": {
|
|
228
228
|
"from": "components/VList/index.mjs",
|
|
229
229
|
"styles": []
|
|
@@ -272,10 +272,6 @@
|
|
|
272
272
|
"from": "components/VMessages/index.mjs",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
-
"VNavigationDrawer": {
|
|
276
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
275
|
"VOverlay": {
|
|
280
276
|
"from": "components/VOverlay/index.mjs",
|
|
281
277
|
"styles": []
|
|
@@ -284,6 +280,10 @@
|
|
|
284
280
|
"from": "components/VPagination/index.mjs",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
283
|
+
"VNavigationDrawer": {
|
|
284
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
287
|
"VProgressCircular": {
|
|
288
288
|
"from": "components/VProgressCircular/index.mjs",
|
|
289
289
|
"styles": []
|
|
@@ -304,14 +304,14 @@
|
|
|
304
304
|
"from": "components/VSelect/index.mjs",
|
|
305
305
|
"styles": []
|
|
306
306
|
},
|
|
307
|
-
"VSelectionControl": {
|
|
308
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
309
|
-
"styles": []
|
|
310
|
-
},
|
|
311
307
|
"VSelectionControlGroup": {
|
|
312
308
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
313
309
|
"styles": []
|
|
314
310
|
},
|
|
311
|
+
"VSelectionControl": {
|
|
312
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
313
|
+
"styles": []
|
|
314
|
+
},
|
|
315
315
|
"VSheet": {
|
|
316
316
|
"from": "components/VSheet/index.mjs",
|
|
317
317
|
"styles": []
|
|
@@ -332,14 +332,14 @@
|
|
|
332
332
|
"from": "components/VSnackbar/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"VSwitch": {
|
|
336
|
-
"from": "components/VSwitch/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
335
|
"VSystemBar": {
|
|
340
336
|
"from": "components/VSystemBar/index.mjs",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
339
|
+
"VTable": {
|
|
340
|
+
"from": "components/VTable/index.mjs",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
343
|
"VTabs": {
|
|
344
344
|
"from": "components/VTabs/index.mjs",
|
|
345
345
|
"styles": []
|
|
@@ -348,18 +348,14 @@
|
|
|
348
348
|
"from": "components/VTabs/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VSwitch": {
|
|
352
|
+
"from": "components/VSwitch/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
355
|
"VTextarea": {
|
|
356
356
|
"from": "components/VTextarea/index.mjs",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"VTextField": {
|
|
360
|
-
"from": "components/VTextField/index.mjs",
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
359
|
"VTimeline": {
|
|
364
360
|
"from": "components/VTimeline/index.mjs",
|
|
365
361
|
"styles": []
|
|
@@ -368,6 +364,10 @@
|
|
|
368
364
|
"from": "components/VTimeline/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
367
|
+
"VTextField": {
|
|
368
|
+
"from": "components/VTextField/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
371
|
"VToolbar": {
|
|
372
372
|
"from": "components/VToolbar/index.mjs",
|
|
373
373
|
"styles": []
|