vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/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 +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.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.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -62,8 +62,8 @@ export function useScrolling(listRef, textFieldRef) {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
return {
|
|
65
|
-
onListScroll,
|
|
66
|
-
onListKeydown
|
|
67
|
-
};
|
|
65
|
+
onScrollPassive: onListScroll,
|
|
66
|
+
onKeydown: onListKeydown
|
|
67
|
+
}; // typescript doesn't know about vue's event merging
|
|
68
68
|
}
|
|
69
69
|
//# sourceMappingURL=useScrolling.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useScrolling.mjs","names":["shallowRef","watch","useScrolling","listRef","textFieldRef","isScrolling","scrollTimeout","onListScroll","e","cancelAnimationFrame","value","requestAnimationFrame","finishScrolling","Promise","resolve","stop","onListKeydown","key","focus","includes","el","$el","scrollTo","top","scrollHeight","behavior","children","querySelectorAll","getBoundingClientRect","child","bottom","reverse"],"sources":["../../../src/components/VSelect/useScrolling.ts"],"sourcesContent":["// Utilities\nimport { shallowRef, watch } from 'vue'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { VList } from '@/components/VList'\nimport type { VTextField } from '@/components/VTextField'\n\nexport function useScrolling (listRef: Ref<VList | undefined>, textFieldRef: Ref<VTextField | undefined>) {\n const isScrolling = shallowRef(false)\n let scrollTimeout: number\n function onListScroll (e: Event) {\n cancelAnimationFrame(scrollTimeout)\n isScrolling.value = true\n scrollTimeout = requestAnimationFrame(() => {\n scrollTimeout = requestAnimationFrame(() => {\n isScrolling.value = false\n })\n })\n }\n async function finishScrolling () {\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise<void>(resolve => {\n if (isScrolling.value) {\n const stop = watch(isScrolling, () => {\n stop()\n resolve()\n })\n } else resolve()\n })\n }\n async function onListKeydown (e: KeyboardEvent) {\n if (e.key === 'Tab') {\n textFieldRef.value?.focus()\n }\n\n if (!['PageDown', 'PageUp', 'Home', 'End'].includes(e.key)) return\n const el: HTMLElement = listRef.value?.$el\n if (!el) return\n\n if (e.key === 'Home' || e.key === 'End') {\n el.scrollTo({\n top: e.key === 'Home' ? 0 : el.scrollHeight,\n behavior: 'smooth',\n })\n }\n\n await finishScrolling()\n\n const children = el.querySelectorAll(':scope > :not(.v-virtual-scroll__spacer)')\n\n if (e.key === 'PageDown' || e.key === 'Home') {\n const top = el.getBoundingClientRect().top\n for (const child of children) {\n if (child.getBoundingClientRect().top >= top) {\n (child as HTMLElement).focus()\n break\n }\n }\n } else {\n const bottom = el.getBoundingClientRect().bottom\n for (const child of [...children].reverse()) {\n if (child.getBoundingClientRect().bottom <= bottom) {\n (child as HTMLElement).focus()\n break\n }\n }\n }\n }\n\n return { onListScroll
|
|
1
|
+
{"version":3,"file":"useScrolling.mjs","names":["shallowRef","watch","useScrolling","listRef","textFieldRef","isScrolling","scrollTimeout","onListScroll","e","cancelAnimationFrame","value","requestAnimationFrame","finishScrolling","Promise","resolve","stop","onListKeydown","key","focus","includes","el","$el","scrollTo","top","scrollHeight","behavior","children","querySelectorAll","getBoundingClientRect","child","bottom","reverse","onScrollPassive","onKeydown"],"sources":["../../../src/components/VSelect/useScrolling.ts"],"sourcesContent":["// Utilities\nimport { shallowRef, watch } from 'vue'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { VList } from '@/components/VList'\nimport type { VTextField } from '@/components/VTextField'\n\nexport function useScrolling (listRef: Ref<VList | undefined>, textFieldRef: Ref<VTextField | undefined>) {\n const isScrolling = shallowRef(false)\n let scrollTimeout: number\n function onListScroll (e: Event) {\n cancelAnimationFrame(scrollTimeout)\n isScrolling.value = true\n scrollTimeout = requestAnimationFrame(() => {\n scrollTimeout = requestAnimationFrame(() => {\n isScrolling.value = false\n })\n })\n }\n async function finishScrolling () {\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise(resolve => requestAnimationFrame(resolve))\n await new Promise<void>(resolve => {\n if (isScrolling.value) {\n const stop = watch(isScrolling, () => {\n stop()\n resolve()\n })\n } else resolve()\n })\n }\n async function onListKeydown (e: KeyboardEvent) {\n if (e.key === 'Tab') {\n textFieldRef.value?.focus()\n }\n\n if (!['PageDown', 'PageUp', 'Home', 'End'].includes(e.key)) return\n const el: HTMLElement = listRef.value?.$el\n if (!el) return\n\n if (e.key === 'Home' || e.key === 'End') {\n el.scrollTo({\n top: e.key === 'Home' ? 0 : el.scrollHeight,\n behavior: 'smooth',\n })\n }\n\n await finishScrolling()\n\n const children = el.querySelectorAll(':scope > :not(.v-virtual-scroll__spacer)')\n\n if (e.key === 'PageDown' || e.key === 'Home') {\n const top = el.getBoundingClientRect().top\n for (const child of children) {\n if (child.getBoundingClientRect().top >= top) {\n (child as HTMLElement).focus()\n break\n }\n }\n } else {\n const bottom = el.getBoundingClientRect().bottom\n for (const child of [...children].reverse()) {\n if (child.getBoundingClientRect().bottom <= bottom) {\n (child as HTMLElement).focus()\n break\n }\n }\n }\n }\n\n return {\n onScrollPassive: onListScroll,\n onKeydown: onListKeydown,\n } as Record<string, Function> // typescript doesn't know about vue's event merging\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -64,26 +64,26 @@ type VSelectionControlSlots = {
|
|
|
64
64
|
};
|
|
65
65
|
declare const VSelectionControl: {
|
|
66
66
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
67
|
-
|
|
67
|
+
inline: boolean;
|
|
68
68
|
error: boolean;
|
|
69
|
+
style: vue.StyleValue;
|
|
69
70
|
disabled: boolean | null;
|
|
70
|
-
readonly: boolean | null;
|
|
71
|
-
inline: boolean;
|
|
72
71
|
multiple: boolean | null;
|
|
72
|
+
readonly: boolean | null;
|
|
73
73
|
density: Density;
|
|
74
74
|
ripple: boolean | {
|
|
75
75
|
class: string;
|
|
76
76
|
} | undefined;
|
|
77
77
|
valueComparator: typeof deepEqual;
|
|
78
78
|
} & {
|
|
79
|
-
class?: any;
|
|
80
|
-
id?: string | undefined;
|
|
81
|
-
label?: string | undefined;
|
|
82
79
|
type?: string | undefined;
|
|
80
|
+
id?: string | undefined;
|
|
81
|
+
name?: string | undefined;
|
|
82
|
+
color?: string | undefined;
|
|
83
83
|
value?: any;
|
|
84
|
+
label?: string | undefined;
|
|
85
|
+
class?: any;
|
|
84
86
|
theme?: string | undefined;
|
|
85
|
-
color?: string | undefined;
|
|
86
|
-
name?: string | undefined;
|
|
87
87
|
baseColor?: string | undefined;
|
|
88
88
|
defaultsTarget?: string | undefined;
|
|
89
89
|
falseIcon?: IconValue | undefined;
|
|
@@ -95,27 +95,27 @@ declare const VSelectionControl: {
|
|
|
95
95
|
input: Ref<HTMLInputElement | undefined>;
|
|
96
96
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
97
97
|
'update:modelValue': (value: any) => boolean;
|
|
98
|
-
}, "v-slot:default" | "
|
|
99
|
-
|
|
98
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
99
|
+
inline: boolean;
|
|
100
100
|
error: boolean;
|
|
101
|
+
style: vue.StyleValue;
|
|
101
102
|
disabled: boolean | null;
|
|
102
|
-
readonly: boolean | null;
|
|
103
|
-
inline: boolean;
|
|
104
103
|
multiple: boolean | null;
|
|
104
|
+
readonly: boolean | null;
|
|
105
105
|
density: Density;
|
|
106
106
|
ripple: boolean | {
|
|
107
107
|
class: string;
|
|
108
108
|
} | undefined;
|
|
109
109
|
valueComparator: typeof deepEqual;
|
|
110
110
|
} & {
|
|
111
|
-
class?: any;
|
|
112
|
-
id?: string | undefined;
|
|
113
|
-
label?: string | undefined;
|
|
114
111
|
type?: string | undefined;
|
|
112
|
+
id?: string | undefined;
|
|
113
|
+
name?: string | undefined;
|
|
114
|
+
color?: string | undefined;
|
|
115
115
|
value?: any;
|
|
116
|
+
label?: string | undefined;
|
|
117
|
+
class?: any;
|
|
116
118
|
theme?: string | undefined;
|
|
117
|
-
color?: string | undefined;
|
|
118
|
-
name?: string | undefined;
|
|
119
119
|
baseColor?: string | undefined;
|
|
120
120
|
defaultsTarget?: string | undefined;
|
|
121
121
|
falseIcon?: IconValue | undefined;
|
|
@@ -123,12 +123,12 @@ declare const VSelectionControl: {
|
|
|
123
123
|
trueValue?: any;
|
|
124
124
|
falseValue?: any;
|
|
125
125
|
} & {}, {
|
|
126
|
-
|
|
126
|
+
inline: boolean;
|
|
127
127
|
error: boolean;
|
|
128
|
+
style: vue.StyleValue;
|
|
128
129
|
disabled: boolean | null;
|
|
129
|
-
readonly: boolean | null;
|
|
130
|
-
inline: boolean;
|
|
131
130
|
multiple: boolean | null;
|
|
131
|
+
readonly: boolean | null;
|
|
132
132
|
density: Density;
|
|
133
133
|
ripple: boolean | {
|
|
134
134
|
class: string;
|
|
@@ -158,26 +158,26 @@ declare const VSelectionControl: {
|
|
|
158
158
|
M: {};
|
|
159
159
|
Defaults: {};
|
|
160
160
|
}, {
|
|
161
|
-
|
|
161
|
+
inline: boolean;
|
|
162
162
|
error: boolean;
|
|
163
|
+
style: vue.StyleValue;
|
|
163
164
|
disabled: boolean | null;
|
|
164
|
-
readonly: boolean | null;
|
|
165
|
-
inline: boolean;
|
|
166
165
|
multiple: boolean | null;
|
|
166
|
+
readonly: boolean | null;
|
|
167
167
|
density: Density;
|
|
168
168
|
ripple: boolean | {
|
|
169
169
|
class: string;
|
|
170
170
|
} | undefined;
|
|
171
171
|
valueComparator: typeof deepEqual;
|
|
172
172
|
} & {
|
|
173
|
-
class?: any;
|
|
174
|
-
id?: string | undefined;
|
|
175
|
-
label?: string | undefined;
|
|
176
173
|
type?: string | undefined;
|
|
174
|
+
id?: string | undefined;
|
|
175
|
+
name?: string | undefined;
|
|
176
|
+
color?: string | undefined;
|
|
177
177
|
value?: any;
|
|
178
|
+
label?: string | undefined;
|
|
179
|
+
class?: any;
|
|
178
180
|
theme?: string | undefined;
|
|
179
|
-
color?: string | undefined;
|
|
180
|
-
name?: string | undefined;
|
|
181
181
|
baseColor?: string | undefined;
|
|
182
182
|
defaultsTarget?: string | undefined;
|
|
183
183
|
falseIcon?: IconValue | undefined;
|
|
@@ -188,12 +188,12 @@ declare const VSelectionControl: {
|
|
|
188
188
|
isFocused: vue.ShallowRef<boolean>;
|
|
189
189
|
input: Ref<HTMLInputElement | undefined>;
|
|
190
190
|
}, {}, {}, {}, {
|
|
191
|
-
|
|
191
|
+
inline: boolean;
|
|
192
192
|
error: boolean;
|
|
193
|
+
style: vue.StyleValue;
|
|
193
194
|
disabled: boolean | null;
|
|
194
|
-
readonly: boolean | null;
|
|
195
|
-
inline: boolean;
|
|
196
195
|
multiple: boolean | null;
|
|
196
|
+
readonly: boolean | null;
|
|
197
197
|
density: Density;
|
|
198
198
|
ripple: boolean | {
|
|
199
199
|
class: string;
|
|
@@ -204,26 +204,26 @@ declare const VSelectionControl: {
|
|
|
204
204
|
__isTeleport?: undefined;
|
|
205
205
|
__isSuspense?: undefined;
|
|
206
206
|
} & vue.ComponentOptionsBase<{
|
|
207
|
-
|
|
207
|
+
inline: boolean;
|
|
208
208
|
error: boolean;
|
|
209
|
+
style: vue.StyleValue;
|
|
209
210
|
disabled: boolean | null;
|
|
210
|
-
readonly: boolean | null;
|
|
211
|
-
inline: boolean;
|
|
212
211
|
multiple: boolean | null;
|
|
212
|
+
readonly: boolean | null;
|
|
213
213
|
density: Density;
|
|
214
214
|
ripple: boolean | {
|
|
215
215
|
class: string;
|
|
216
216
|
} | undefined;
|
|
217
217
|
valueComparator: typeof deepEqual;
|
|
218
218
|
} & {
|
|
219
|
-
class?: any;
|
|
220
|
-
id?: string | undefined;
|
|
221
|
-
label?: string | undefined;
|
|
222
219
|
type?: string | undefined;
|
|
220
|
+
id?: string | undefined;
|
|
221
|
+
name?: string | undefined;
|
|
222
|
+
color?: string | undefined;
|
|
223
223
|
value?: any;
|
|
224
|
+
label?: string | undefined;
|
|
225
|
+
class?: any;
|
|
224
226
|
theme?: string | undefined;
|
|
225
|
-
color?: string | undefined;
|
|
226
|
-
name?: string | undefined;
|
|
227
227
|
baseColor?: string | undefined;
|
|
228
228
|
defaultsTarget?: string | undefined;
|
|
229
229
|
falseIcon?: IconValue | undefined;
|
|
@@ -235,13 +235,13 @@ declare const VSelectionControl: {
|
|
|
235
235
|
input: Ref<HTMLInputElement | undefined>;
|
|
236
236
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
237
237
|
'update:modelValue': (value: any) => boolean;
|
|
238
|
-
}, "v-slot:default" | "
|
|
239
|
-
|
|
238
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
|
239
|
+
inline: boolean;
|
|
240
240
|
error: boolean;
|
|
241
|
+
style: vue.StyleValue;
|
|
241
242
|
disabled: boolean | null;
|
|
242
|
-
readonly: boolean | null;
|
|
243
|
-
inline: boolean;
|
|
244
243
|
multiple: boolean | null;
|
|
244
|
+
readonly: boolean | null;
|
|
245
245
|
density: Density;
|
|
246
246
|
ripple: boolean | {
|
|
247
247
|
class: string;
|
|
@@ -39,12 +39,12 @@ declare const IconValue: PropType<IconValue>;
|
|
|
39
39
|
|
|
40
40
|
declare const VSelectionControlGroup: {
|
|
41
41
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
42
|
-
|
|
42
|
+
inline: boolean;
|
|
43
43
|
error: boolean;
|
|
44
|
+
style: vue.StyleValue;
|
|
44
45
|
disabled: boolean | null;
|
|
45
|
-
readonly: boolean | null;
|
|
46
|
-
inline: boolean;
|
|
47
46
|
multiple: boolean | null;
|
|
47
|
+
readonly: boolean | null;
|
|
48
48
|
density: Density;
|
|
49
49
|
ripple: boolean | {
|
|
50
50
|
class: string;
|
|
@@ -52,23 +52,23 @@ declare const VSelectionControlGroup: {
|
|
|
52
52
|
defaultsTarget: string;
|
|
53
53
|
valueComparator: typeof deepEqual;
|
|
54
54
|
} & {
|
|
55
|
-
class?: any;
|
|
56
|
-
id?: string | undefined;
|
|
57
55
|
type?: string | undefined;
|
|
58
|
-
|
|
59
|
-
color?: string | undefined;
|
|
56
|
+
id?: string | undefined;
|
|
60
57
|
name?: string | undefined;
|
|
58
|
+
color?: string | undefined;
|
|
59
|
+
class?: any;
|
|
60
|
+
theme?: string | undefined;
|
|
61
61
|
falseIcon?: IconValue | undefined;
|
|
62
62
|
trueIcon?: IconValue | undefined;
|
|
63
63
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
64
64
|
'update:modelValue': (value: any) => boolean;
|
|
65
|
-
}, "v-slot:default" | "
|
|
66
|
-
|
|
65
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
66
|
+
inline: boolean;
|
|
67
67
|
error: boolean;
|
|
68
|
+
style: vue.StyleValue;
|
|
68
69
|
disabled: boolean | null;
|
|
69
|
-
readonly: boolean | null;
|
|
70
|
-
inline: boolean;
|
|
71
70
|
multiple: boolean | null;
|
|
71
|
+
readonly: boolean | null;
|
|
72
72
|
density: Density;
|
|
73
73
|
ripple: boolean | {
|
|
74
74
|
class: string;
|
|
@@ -76,21 +76,21 @@ declare const VSelectionControlGroup: {
|
|
|
76
76
|
defaultsTarget: string;
|
|
77
77
|
valueComparator: typeof deepEqual;
|
|
78
78
|
} & {
|
|
79
|
-
class?: any;
|
|
80
|
-
id?: string | undefined;
|
|
81
79
|
type?: string | undefined;
|
|
82
|
-
|
|
83
|
-
color?: string | undefined;
|
|
80
|
+
id?: string | undefined;
|
|
84
81
|
name?: string | undefined;
|
|
82
|
+
color?: string | undefined;
|
|
83
|
+
class?: any;
|
|
84
|
+
theme?: string | undefined;
|
|
85
85
|
falseIcon?: IconValue | undefined;
|
|
86
86
|
trueIcon?: IconValue | undefined;
|
|
87
87
|
} & {}, {
|
|
88
|
-
|
|
88
|
+
inline: boolean;
|
|
89
89
|
error: boolean;
|
|
90
|
+
style: vue.StyleValue;
|
|
90
91
|
disabled: boolean | null;
|
|
91
|
-
readonly: boolean | null;
|
|
92
|
-
inline: boolean;
|
|
93
92
|
multiple: boolean | null;
|
|
93
|
+
readonly: boolean | null;
|
|
94
94
|
density: Density;
|
|
95
95
|
ripple: boolean | {
|
|
96
96
|
class: string;
|
|
@@ -109,12 +109,12 @@ declare const VSelectionControlGroup: {
|
|
|
109
109
|
M: {};
|
|
110
110
|
Defaults: {};
|
|
111
111
|
}, {
|
|
112
|
-
|
|
112
|
+
inline: boolean;
|
|
113
113
|
error: boolean;
|
|
114
|
+
style: vue.StyleValue;
|
|
114
115
|
disabled: boolean | null;
|
|
115
|
-
readonly: boolean | null;
|
|
116
|
-
inline: boolean;
|
|
117
116
|
multiple: boolean | null;
|
|
117
|
+
readonly: boolean | null;
|
|
118
118
|
density: Density;
|
|
119
119
|
ripple: boolean | {
|
|
120
120
|
class: string;
|
|
@@ -122,21 +122,21 @@ declare const VSelectionControlGroup: {
|
|
|
122
122
|
defaultsTarget: string;
|
|
123
123
|
valueComparator: typeof deepEqual;
|
|
124
124
|
} & {
|
|
125
|
-
class?: any;
|
|
126
|
-
id?: string | undefined;
|
|
127
125
|
type?: string | undefined;
|
|
128
|
-
|
|
129
|
-
color?: string | undefined;
|
|
126
|
+
id?: string | undefined;
|
|
130
127
|
name?: string | undefined;
|
|
128
|
+
color?: string | undefined;
|
|
129
|
+
class?: any;
|
|
130
|
+
theme?: string | undefined;
|
|
131
131
|
falseIcon?: IconValue | undefined;
|
|
132
132
|
trueIcon?: IconValue | undefined;
|
|
133
133
|
} & {}, {}, {}, {}, {}, {
|
|
134
|
-
|
|
134
|
+
inline: boolean;
|
|
135
135
|
error: boolean;
|
|
136
|
+
style: vue.StyleValue;
|
|
136
137
|
disabled: boolean | null;
|
|
137
|
-
readonly: boolean | null;
|
|
138
|
-
inline: boolean;
|
|
139
138
|
multiple: boolean | null;
|
|
139
|
+
readonly: boolean | null;
|
|
140
140
|
density: Density;
|
|
141
141
|
ripple: boolean | {
|
|
142
142
|
class: string;
|
|
@@ -148,12 +148,12 @@ declare const VSelectionControlGroup: {
|
|
|
148
148
|
__isTeleport?: undefined;
|
|
149
149
|
__isSuspense?: undefined;
|
|
150
150
|
} & vue.ComponentOptionsBase<{
|
|
151
|
-
|
|
151
|
+
inline: boolean;
|
|
152
152
|
error: boolean;
|
|
153
|
+
style: vue.StyleValue;
|
|
153
154
|
disabled: boolean | null;
|
|
154
|
-
readonly: boolean | null;
|
|
155
|
-
inline: boolean;
|
|
156
155
|
multiple: boolean | null;
|
|
156
|
+
readonly: boolean | null;
|
|
157
157
|
density: Density;
|
|
158
158
|
ripple: boolean | {
|
|
159
159
|
class: string;
|
|
@@ -161,23 +161,23 @@ declare const VSelectionControlGroup: {
|
|
|
161
161
|
defaultsTarget: string;
|
|
162
162
|
valueComparator: typeof deepEqual;
|
|
163
163
|
} & {
|
|
164
|
-
class?: any;
|
|
165
|
-
id?: string | undefined;
|
|
166
164
|
type?: string | undefined;
|
|
167
|
-
|
|
168
|
-
color?: string | undefined;
|
|
165
|
+
id?: string | undefined;
|
|
169
166
|
name?: string | undefined;
|
|
167
|
+
color?: string | undefined;
|
|
168
|
+
class?: any;
|
|
169
|
+
theme?: string | undefined;
|
|
170
170
|
falseIcon?: IconValue | undefined;
|
|
171
171
|
trueIcon?: IconValue | undefined;
|
|
172
172
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
173
173
|
'update:modelValue': (value: any) => boolean;
|
|
174
|
-
}, "v-slot:default" | "
|
|
175
|
-
|
|
174
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
|
|
175
|
+
inline: boolean;
|
|
176
176
|
error: boolean;
|
|
177
|
+
style: vue.StyleValue;
|
|
177
178
|
disabled: boolean | null;
|
|
178
|
-
readonly: boolean | null;
|
|
179
|
-
inline: boolean;
|
|
180
179
|
multiple: boolean | null;
|
|
180
|
+
readonly: boolean | null;
|
|
181
181
|
density: Density;
|
|
182
182
|
ripple: boolean | {
|
|
183
183
|
class: string;
|
|
@@ -17,20 +17,20 @@ declare const VSheet: {
|
|
|
17
17
|
tag: string;
|
|
18
18
|
tile: boolean;
|
|
19
19
|
} & {
|
|
20
|
-
|
|
21
|
-
width?: string | number | undefined;
|
|
20
|
+
location?: Anchor | undefined;
|
|
22
21
|
height?: string | number | undefined;
|
|
23
|
-
|
|
24
|
-
color?: string | undefined;
|
|
22
|
+
width?: string | number | undefined;
|
|
25
23
|
border?: string | number | boolean | undefined;
|
|
26
|
-
|
|
27
|
-
rounded?: string | number | boolean | undefined;
|
|
24
|
+
color?: string | undefined;
|
|
28
25
|
maxHeight?: string | number | undefined;
|
|
29
26
|
maxWidth?: string | number | undefined;
|
|
30
27
|
minHeight?: string | number | undefined;
|
|
31
28
|
minWidth?: string | number | undefined;
|
|
29
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
30
|
+
class?: any;
|
|
32
31
|
elevation?: string | number | undefined;
|
|
33
|
-
|
|
32
|
+
theme?: string | undefined;
|
|
33
|
+
rounded?: string | number | boolean | undefined;
|
|
34
34
|
} & {
|
|
35
35
|
$children?: vue.VNodeChild | {
|
|
36
36
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -45,20 +45,20 @@ declare const VSheet: {
|
|
|
45
45
|
tag: string;
|
|
46
46
|
tile: boolean;
|
|
47
47
|
} & {
|
|
48
|
-
|
|
49
|
-
width?: string | number | undefined;
|
|
48
|
+
location?: Anchor | undefined;
|
|
50
49
|
height?: string | number | undefined;
|
|
51
|
-
|
|
52
|
-
color?: string | undefined;
|
|
50
|
+
width?: string | number | undefined;
|
|
53
51
|
border?: string | number | boolean | undefined;
|
|
54
|
-
|
|
55
|
-
rounded?: string | number | boolean | undefined;
|
|
52
|
+
color?: string | undefined;
|
|
56
53
|
maxHeight?: string | number | undefined;
|
|
57
54
|
maxWidth?: string | number | undefined;
|
|
58
55
|
minHeight?: string | number | undefined;
|
|
59
56
|
minWidth?: string | number | undefined;
|
|
57
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
58
|
+
class?: any;
|
|
60
59
|
elevation?: string | number | undefined;
|
|
61
|
-
|
|
60
|
+
theme?: string | undefined;
|
|
61
|
+
rounded?: string | number | boolean | undefined;
|
|
62
62
|
} & {
|
|
63
63
|
$children?: vue.VNodeChild | {
|
|
64
64
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -89,20 +89,20 @@ declare const VSheet: {
|
|
|
89
89
|
tag: string;
|
|
90
90
|
tile: boolean;
|
|
91
91
|
} & {
|
|
92
|
-
|
|
93
|
-
width?: string | number | undefined;
|
|
92
|
+
location?: Anchor | undefined;
|
|
94
93
|
height?: string | number | undefined;
|
|
95
|
-
|
|
96
|
-
color?: string | undefined;
|
|
94
|
+
width?: string | number | undefined;
|
|
97
95
|
border?: string | number | boolean | undefined;
|
|
98
|
-
|
|
99
|
-
rounded?: string | number | boolean | undefined;
|
|
96
|
+
color?: string | undefined;
|
|
100
97
|
maxHeight?: string | number | undefined;
|
|
101
98
|
maxWidth?: string | number | undefined;
|
|
102
99
|
minHeight?: string | number | undefined;
|
|
103
100
|
minWidth?: string | number | undefined;
|
|
101
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
102
|
+
class?: any;
|
|
104
103
|
elevation?: string | number | undefined;
|
|
105
|
-
|
|
104
|
+
theme?: string | undefined;
|
|
105
|
+
rounded?: string | number | boolean | undefined;
|
|
106
106
|
} & {
|
|
107
107
|
$children?: vue.VNodeChild | {
|
|
108
108
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -126,20 +126,20 @@ declare const VSheet: {
|
|
|
126
126
|
tag: string;
|
|
127
127
|
tile: boolean;
|
|
128
128
|
} & {
|
|
129
|
-
|
|
130
|
-
width?: string | number | undefined;
|
|
129
|
+
location?: Anchor | undefined;
|
|
131
130
|
height?: string | number | undefined;
|
|
132
|
-
|
|
133
|
-
color?: string | undefined;
|
|
131
|
+
width?: string | number | undefined;
|
|
134
132
|
border?: string | number | boolean | undefined;
|
|
135
|
-
|
|
136
|
-
rounded?: string | number | boolean | undefined;
|
|
133
|
+
color?: string | undefined;
|
|
137
134
|
maxHeight?: string | number | undefined;
|
|
138
135
|
maxWidth?: string | number | undefined;
|
|
139
136
|
minHeight?: string | number | undefined;
|
|
140
137
|
minWidth?: string | number | undefined;
|
|
138
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
139
|
+
class?: any;
|
|
141
140
|
elevation?: string | number | undefined;
|
|
142
|
-
|
|
141
|
+
theme?: string | undefined;
|
|
142
|
+
rounded?: string | number | boolean | undefined;
|
|
143
143
|
} & {
|
|
144
144
|
$children?: vue.VNodeChild | {
|
|
145
145
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -165,12 +165,12 @@ declare const VSheet: {
|
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
167
|
rounded: {
|
|
168
|
-
type: (StringConstructor |
|
|
168
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
169
169
|
default: undefined;
|
|
170
170
|
};
|
|
171
171
|
tile: BooleanConstructor;
|
|
172
172
|
position: {
|
|
173
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
173
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
174
174
|
validator: (v: any) => boolean;
|
|
175
175
|
};
|
|
176
176
|
location: vue.PropType<Anchor>;
|
|
@@ -189,7 +189,7 @@ declare const VSheet: {
|
|
|
189
189
|
type: vue.PropType<vue.StyleValue>;
|
|
190
190
|
default: null;
|
|
191
191
|
};
|
|
192
|
-
border: (StringConstructor |
|
|
192
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
193
193
|
color: StringConstructor;
|
|
194
194
|
}, vue.ExtractPropTypes<{
|
|
195
195
|
theme: StringConstructor;
|
|
@@ -198,12 +198,12 @@ declare const VSheet: {
|
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
rounded: {
|
|
201
|
-
type: (StringConstructor |
|
|
201
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
202
202
|
default: undefined;
|
|
203
203
|
};
|
|
204
204
|
tile: BooleanConstructor;
|
|
205
205
|
position: {
|
|
206
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
206
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
207
207
|
validator: (v: any) => boolean;
|
|
208
208
|
};
|
|
209
209
|
location: vue.PropType<Anchor>;
|
|
@@ -222,7 +222,7 @@ declare const VSheet: {
|
|
|
222
222
|
type: vue.PropType<vue.StyleValue>;
|
|
223
223
|
default: null;
|
|
224
224
|
};
|
|
225
|
-
border: (StringConstructor |
|
|
225
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
226
226
|
color: StringConstructor;
|
|
227
227
|
}>>;
|
|
228
228
|
type VSheet = InstanceType<typeof VSheet>;
|