@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.13-pr-20185.5bf1ff4
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 +125 -273
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +239 -610
- package/dist/vuetify-labs.css +3046 -2341
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +239 -241
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +239 -241
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1273 -568
- package/dist/vuetify.d.ts +342 -605
- package/dist/vuetify.esm.js +100 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -160
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +1 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +8 -26
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- 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 +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- 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 +40 -40
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -42,7 +42,6 @@ declare const IconValue: PropType<IconValue>;
|
|
42
42
|
|
43
43
|
type ListItemSlot = {
|
44
44
|
isActive: boolean;
|
45
|
-
isOpen: boolean;
|
46
45
|
isSelected: boolean;
|
47
46
|
isIndeterminate: boolean;
|
48
47
|
select: (value: boolean) => void;
|
@@ -93,6 +92,28 @@ type ActiveStrategy = {
|
|
93
92
|
out: ActiveStrategyTransformOutFn;
|
94
93
|
};
|
95
94
|
|
95
|
+
type OpenStrategyFn = (data: {
|
96
|
+
id: unknown;
|
97
|
+
value: boolean;
|
98
|
+
opened: Set<unknown>;
|
99
|
+
children: Map<unknown, unknown[]>;
|
100
|
+
parents: Map<unknown, unknown>;
|
101
|
+
event?: Event;
|
102
|
+
}) => Set<unknown>;
|
103
|
+
type OpenSelectStrategyFn = (data: {
|
104
|
+
id: unknown;
|
105
|
+
value: boolean;
|
106
|
+
opened: Set<unknown>;
|
107
|
+
selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
108
|
+
children: Map<unknown, unknown[]>;
|
109
|
+
parents: Map<unknown, unknown>;
|
110
|
+
event?: Event;
|
111
|
+
}) => Set<unknown> | null;
|
112
|
+
type OpenStrategy = {
|
113
|
+
open: OpenStrategyFn;
|
114
|
+
select: OpenSelectStrategyFn;
|
115
|
+
};
|
116
|
+
|
96
117
|
type SelectStrategyFn = (data: {
|
97
118
|
id: unknown;
|
98
119
|
value: boolean;
|
@@ -111,6 +132,7 @@ type SelectStrategy = {
|
|
111
132
|
|
112
133
|
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
113
134
|
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
135
|
+
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
114
136
|
|
115
137
|
interface ListItem<T = any> extends InternalItem<T> {
|
116
138
|
title: string;
|
@@ -157,10 +179,10 @@ declare const VTreeview: {
|
|
157
179
|
density: Density;
|
158
180
|
slim: boolean;
|
159
181
|
valueComparator: typeof deepEqual;
|
160
|
-
indeterminateIcon: IconValue;
|
161
182
|
activatable: boolean;
|
162
183
|
selectable: boolean;
|
163
184
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
185
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
164
186
|
collapseIcon: string;
|
165
187
|
expandIcon: string;
|
166
188
|
lines: false | "one" | "two" | "three";
|
@@ -193,13 +215,11 @@ declare const VTreeview: {
|
|
193
215
|
rounded?: string | number | boolean | undefined;
|
194
216
|
baseColor?: string | undefined;
|
195
217
|
bgColor?: string | undefined;
|
196
|
-
activeColor?: string | undefined;
|
197
|
-
falseIcon?: IconValue | undefined;
|
198
|
-
trueIcon?: IconValue | undefined;
|
199
218
|
activeClass?: string | undefined;
|
200
219
|
opened?: any;
|
201
220
|
activeStrategy?: ActiveStrategyProp | undefined;
|
202
221
|
'onUpdate:opened'?: (() => void) | undefined;
|
222
|
+
activeColor?: string | undefined;
|
203
223
|
customFilter?: FilterFunction | undefined;
|
204
224
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
205
225
|
'onClick:open'?: ((args_0: {
|
@@ -212,8 +232,6 @@ declare const VTreeview: {
|
|
212
232
|
value: boolean;
|
213
233
|
path: unknown[];
|
214
234
|
}) => void) | undefined;
|
215
|
-
openOnClick?: boolean | undefined;
|
216
|
-
selectedColor?: string | undefined;
|
217
235
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
218
236
|
} & {
|
219
237
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
@@ -255,10 +273,10 @@ declare const VTreeview: {
|
|
255
273
|
density: Density;
|
256
274
|
slim: boolean;
|
257
275
|
valueComparator: typeof deepEqual;
|
258
|
-
indeterminateIcon: IconValue;
|
259
276
|
activatable: boolean;
|
260
277
|
selectable: boolean;
|
261
278
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
279
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
262
280
|
collapseIcon: string;
|
263
281
|
expandIcon: string;
|
264
282
|
lines: false | "one" | "two" | "three";
|
@@ -291,13 +309,11 @@ declare const VTreeview: {
|
|
291
309
|
rounded?: string | number | boolean | undefined;
|
292
310
|
baseColor?: string | undefined;
|
293
311
|
bgColor?: string | undefined;
|
294
|
-
activeColor?: string | undefined;
|
295
|
-
falseIcon?: IconValue | undefined;
|
296
|
-
trueIcon?: IconValue | undefined;
|
297
312
|
activeClass?: string | undefined;
|
298
313
|
opened?: any;
|
299
314
|
activeStrategy?: ActiveStrategyProp | undefined;
|
300
315
|
'onUpdate:opened'?: (() => void) | undefined;
|
316
|
+
activeColor?: string | undefined;
|
301
317
|
customFilter?: FilterFunction | undefined;
|
302
318
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
303
319
|
'onClick:open'?: ((args_0: {
|
@@ -310,8 +326,6 @@ declare const VTreeview: {
|
|
310
326
|
value: boolean;
|
311
327
|
path: unknown[];
|
312
328
|
}) => void) | undefined;
|
313
|
-
openOnClick?: boolean | undefined;
|
314
|
-
selectedColor?: string | undefined;
|
315
329
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
316
330
|
} & {
|
317
331
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
@@ -338,10 +352,10 @@ declare const VTreeview: {
|
|
338
352
|
density: Density;
|
339
353
|
slim: boolean;
|
340
354
|
valueComparator: typeof deepEqual;
|
341
|
-
indeterminateIcon: IconValue;
|
342
355
|
activatable: boolean;
|
343
356
|
selectable: boolean;
|
344
357
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
358
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
345
359
|
collapseIcon: string;
|
346
360
|
expandIcon: string;
|
347
361
|
lines: false | "one" | "two" | "three";
|
@@ -354,7 +368,6 @@ declare const VTreeview: {
|
|
354
368
|
itemChildren: SelectItemKey;
|
355
369
|
itemProps: SelectItemKey;
|
356
370
|
itemType: string;
|
357
|
-
openOnClick: boolean;
|
358
371
|
loadingIcon: string;
|
359
372
|
openAll: boolean;
|
360
373
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -434,10 +447,10 @@ declare const VTreeview: {
|
|
434
447
|
density: Density;
|
435
448
|
slim: boolean;
|
436
449
|
valueComparator: typeof deepEqual;
|
437
|
-
indeterminateIcon: IconValue;
|
438
450
|
activatable: boolean;
|
439
451
|
selectable: boolean;
|
440
452
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
453
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
441
454
|
collapseIcon: string;
|
442
455
|
expandIcon: string;
|
443
456
|
lines: false | "one" | "two" | "three";
|
@@ -470,13 +483,11 @@ declare const VTreeview: {
|
|
470
483
|
rounded?: string | number | boolean | undefined;
|
471
484
|
baseColor?: string | undefined;
|
472
485
|
bgColor?: string | undefined;
|
473
|
-
activeColor?: string | undefined;
|
474
|
-
falseIcon?: IconValue | undefined;
|
475
|
-
trueIcon?: IconValue | undefined;
|
476
486
|
activeClass?: string | undefined;
|
477
487
|
opened?: any;
|
478
488
|
activeStrategy?: ActiveStrategyProp | undefined;
|
479
489
|
'onUpdate:opened'?: (() => void) | undefined;
|
490
|
+
activeColor?: string | undefined;
|
480
491
|
customFilter?: FilterFunction | undefined;
|
481
492
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
482
493
|
'onClick:open'?: ((args_0: {
|
@@ -489,8 +500,6 @@ declare const VTreeview: {
|
|
489
500
|
value: boolean;
|
490
501
|
path: unknown[];
|
491
502
|
}) => void) | undefined;
|
492
|
-
openOnClick?: boolean | undefined;
|
493
|
-
selectedColor?: string | undefined;
|
494
503
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
495
504
|
} & {
|
496
505
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
@@ -519,10 +528,10 @@ declare const VTreeview: {
|
|
519
528
|
density: Density;
|
520
529
|
slim: boolean;
|
521
530
|
valueComparator: typeof deepEqual;
|
522
|
-
indeterminateIcon: IconValue;
|
523
531
|
activatable: boolean;
|
524
532
|
selectable: boolean;
|
525
533
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
534
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
526
535
|
collapseIcon: string;
|
527
536
|
expandIcon: string;
|
528
537
|
lines: false | "one" | "two" | "three";
|
@@ -535,7 +544,6 @@ declare const VTreeview: {
|
|
535
544
|
itemChildren: SelectItemKey;
|
536
545
|
itemProps: SelectItemKey;
|
537
546
|
itemType: string;
|
538
|
-
openOnClick: boolean;
|
539
547
|
loadingIcon: string;
|
540
548
|
openAll: boolean;
|
541
549
|
}>;
|
@@ -552,10 +560,10 @@ declare const VTreeview: {
|
|
552
560
|
density: Density;
|
553
561
|
slim: boolean;
|
554
562
|
valueComparator: typeof deepEqual;
|
555
|
-
indeterminateIcon: IconValue;
|
556
563
|
activatable: boolean;
|
557
564
|
selectable: boolean;
|
558
565
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
566
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
559
567
|
collapseIcon: string;
|
560
568
|
expandIcon: string;
|
561
569
|
lines: false | "one" | "two" | "three";
|
@@ -588,13 +596,11 @@ declare const VTreeview: {
|
|
588
596
|
rounded?: string | number | boolean | undefined;
|
589
597
|
baseColor?: string | undefined;
|
590
598
|
bgColor?: string | undefined;
|
591
|
-
activeColor?: string | undefined;
|
592
|
-
falseIcon?: IconValue | undefined;
|
593
|
-
trueIcon?: IconValue | undefined;
|
594
599
|
activeClass?: string | undefined;
|
595
600
|
opened?: any;
|
596
601
|
activeStrategy?: ActiveStrategyProp | undefined;
|
597
602
|
'onUpdate:opened'?: (() => void) | undefined;
|
603
|
+
activeColor?: string | undefined;
|
598
604
|
customFilter?: FilterFunction | undefined;
|
599
605
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
600
606
|
'onClick:open'?: ((args_0: {
|
@@ -607,8 +613,6 @@ declare const VTreeview: {
|
|
607
613
|
value: boolean;
|
608
614
|
path: unknown[];
|
609
615
|
}) => void) | undefined;
|
610
|
-
openOnClick?: boolean | undefined;
|
611
|
-
selectedColor?: string | undefined;
|
612
616
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
613
617
|
} & {
|
614
618
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
@@ -651,10 +655,10 @@ declare const VTreeview: {
|
|
651
655
|
density: Density;
|
652
656
|
slim: boolean;
|
653
657
|
valueComparator: typeof deepEqual;
|
654
|
-
indeterminateIcon: IconValue;
|
655
658
|
activatable: boolean;
|
656
659
|
selectable: boolean;
|
657
660
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
661
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
658
662
|
collapseIcon: string;
|
659
663
|
expandIcon: string;
|
660
664
|
lines: false | "one" | "two" | "three";
|
@@ -667,7 +671,6 @@ declare const VTreeview: {
|
|
667
671
|
itemChildren: SelectItemKey;
|
668
672
|
itemProps: SelectItemKey;
|
669
673
|
itemType: string;
|
670
|
-
openOnClick: boolean;
|
671
674
|
loadingIcon: string;
|
672
675
|
openAll: boolean;
|
673
676
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -785,7 +788,6 @@ declare const VTreeview: {
|
|
785
788
|
};
|
786
789
|
baseColor: StringConstructor;
|
787
790
|
bgColor: StringConstructor;
|
788
|
-
activeColor: StringConstructor;
|
789
791
|
slim: {
|
790
792
|
type: vue.PropType<boolean>;
|
791
793
|
default: boolean;
|
@@ -803,7 +805,12 @@ declare const VTreeview: {
|
|
803
805
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
804
806
|
default: NonNullable<SelectStrategyProp>;
|
805
807
|
};
|
808
|
+
openStrategy: {
|
809
|
+
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
810
|
+
default: NonNullable<OpenStrategyProp>;
|
811
|
+
};
|
806
812
|
'onUpdate:opened': vue.PropType<() => void>;
|
813
|
+
activeColor: StringConstructor;
|
807
814
|
collapseIcon: {
|
808
815
|
type: vue.PropType<string>;
|
809
816
|
default: string;
|
@@ -852,17 +859,6 @@ declare const VTreeview: {
|
|
852
859
|
type: StringConstructor;
|
853
860
|
default: string;
|
854
861
|
};
|
855
|
-
openOnClick: {
|
856
|
-
type: BooleanConstructor;
|
857
|
-
default: undefined;
|
858
|
-
};
|
859
|
-
indeterminateIcon: {
|
860
|
-
type: vue.PropType<IconValue>;
|
861
|
-
default: string;
|
862
|
-
};
|
863
|
-
falseIcon: vue.PropType<IconValue>;
|
864
|
-
trueIcon: vue.PropType<IconValue>;
|
865
|
-
selectedColor: StringConstructor;
|
866
862
|
customFilter: vue.PropType<FilterFunction>;
|
867
863
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
868
864
|
filterKeys: {
|
@@ -927,7 +923,6 @@ declare const VTreeview: {
|
|
927
923
|
};
|
928
924
|
baseColor: StringConstructor;
|
929
925
|
bgColor: StringConstructor;
|
930
|
-
activeColor: StringConstructor;
|
931
926
|
slim: {
|
932
927
|
type: vue.PropType<boolean>;
|
933
928
|
default: boolean;
|
@@ -945,7 +940,12 @@ declare const VTreeview: {
|
|
945
940
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
946
941
|
default: NonNullable<SelectStrategyProp>;
|
947
942
|
};
|
943
|
+
openStrategy: {
|
944
|
+
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
945
|
+
default: NonNullable<OpenStrategyProp>;
|
946
|
+
};
|
948
947
|
'onUpdate:opened': vue.PropType<() => void>;
|
948
|
+
activeColor: StringConstructor;
|
949
949
|
collapseIcon: {
|
950
950
|
type: vue.PropType<string>;
|
951
951
|
default: string;
|
@@ -994,17 +994,6 @@ declare const VTreeview: {
|
|
994
994
|
type: StringConstructor;
|
995
995
|
default: string;
|
996
996
|
};
|
997
|
-
openOnClick: {
|
998
|
-
type: BooleanConstructor;
|
999
|
-
default: undefined;
|
1000
|
-
};
|
1001
|
-
indeterminateIcon: {
|
1002
|
-
type: vue.PropType<IconValue>;
|
1003
|
-
default: string;
|
1004
|
-
};
|
1005
|
-
falseIcon: vue.PropType<IconValue>;
|
1006
|
-
trueIcon: vue.PropType<IconValue>;
|
1007
|
-
selectedColor: StringConstructor;
|
1008
997
|
customFilter: vue.PropType<FilterFunction>;
|
1009
998
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
1010
999
|
filterKeys: {
|
@@ -1051,7 +1040,7 @@ declare const VTreeviewItem: {
|
|
1051
1040
|
value?: any;
|
1052
1041
|
title?: string | number | undefined;
|
1053
1042
|
class?: any;
|
1054
|
-
onClick?: ((args_0: MouseEvent
|
1043
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
1055
1044
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1056
1045
|
href?: string | undefined;
|
1057
1046
|
elevation?: string | number | undefined;
|
@@ -1059,16 +1048,15 @@ declare const VTreeviewItem: {
|
|
1059
1048
|
theme?: string | undefined;
|
1060
1049
|
rounded?: string | number | boolean | undefined;
|
1061
1050
|
baseColor?: string | undefined;
|
1062
|
-
activeColor?: string | undefined;
|
1063
1051
|
prependIcon?: IconValue | undefined;
|
1064
1052
|
appendIcon?: IconValue | undefined;
|
1065
1053
|
activeClass?: string | undefined;
|
1066
1054
|
appendAvatar?: string | undefined;
|
1067
1055
|
prependAvatar?: string | undefined;
|
1056
|
+
activeColor?: string | undefined;
|
1068
1057
|
subtitle?: string | number | undefined;
|
1069
1058
|
lines?: false | "one" | "two" | "three" | undefined;
|
1070
1059
|
toggleIcon?: IconValue | undefined;
|
1071
|
-
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
1072
1060
|
} & {
|
1073
1061
|
$children?: vue.VNodeChild | {
|
1074
1062
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -1119,7 +1107,7 @@ declare const VTreeviewItem: {
|
|
1119
1107
|
value?: any;
|
1120
1108
|
title?: string | number | undefined;
|
1121
1109
|
class?: any;
|
1122
|
-
onClick?: ((args_0: MouseEvent
|
1110
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
1123
1111
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1124
1112
|
href?: string | undefined;
|
1125
1113
|
elevation?: string | number | undefined;
|
@@ -1127,16 +1115,15 @@ declare const VTreeviewItem: {
|
|
1127
1115
|
theme?: string | undefined;
|
1128
1116
|
rounded?: string | number | boolean | undefined;
|
1129
1117
|
baseColor?: string | undefined;
|
1130
|
-
activeColor?: string | undefined;
|
1131
1118
|
prependIcon?: IconValue | undefined;
|
1132
1119
|
appendIcon?: IconValue | undefined;
|
1133
1120
|
activeClass?: string | undefined;
|
1134
1121
|
appendAvatar?: string | undefined;
|
1135
1122
|
prependAvatar?: string | undefined;
|
1123
|
+
activeColor?: string | undefined;
|
1136
1124
|
subtitle?: string | number | undefined;
|
1137
1125
|
lines?: false | "one" | "two" | "three" | undefined;
|
1138
1126
|
toggleIcon?: IconValue | undefined;
|
1139
|
-
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
1140
1127
|
} & {
|
1141
1128
|
$children?: vue.VNodeChild | {
|
1142
1129
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -1228,7 +1215,7 @@ declare const VTreeviewItem: {
|
|
1228
1215
|
value?: any;
|
1229
1216
|
title?: string | number | undefined;
|
1230
1217
|
class?: any;
|
1231
|
-
onClick?: ((args_0: MouseEvent
|
1218
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
1232
1219
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1233
1220
|
href?: string | undefined;
|
1234
1221
|
elevation?: string | number | undefined;
|
@@ -1236,16 +1223,15 @@ declare const VTreeviewItem: {
|
|
1236
1223
|
theme?: string | undefined;
|
1237
1224
|
rounded?: string | number | boolean | undefined;
|
1238
1225
|
baseColor?: string | undefined;
|
1239
|
-
activeColor?: string | undefined;
|
1240
1226
|
prependIcon?: IconValue | undefined;
|
1241
1227
|
appendIcon?: IconValue | undefined;
|
1242
1228
|
activeClass?: string | undefined;
|
1243
1229
|
appendAvatar?: string | undefined;
|
1244
1230
|
prependAvatar?: string | undefined;
|
1231
|
+
activeColor?: string | undefined;
|
1245
1232
|
subtitle?: string | number | undefined;
|
1246
1233
|
lines?: false | "one" | "two" | "three" | undefined;
|
1247
1234
|
toggleIcon?: IconValue | undefined;
|
1248
|
-
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
1249
1235
|
} & {
|
1250
1236
|
$children?: vue.VNodeChild | {
|
1251
1237
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -1318,7 +1304,7 @@ declare const VTreeviewItem: {
|
|
1318
1304
|
value?: any;
|
1319
1305
|
title?: string | number | undefined;
|
1320
1306
|
class?: any;
|
1321
|
-
onClick?: ((args_0: MouseEvent
|
1307
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
1322
1308
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1323
1309
|
href?: string | undefined;
|
1324
1310
|
elevation?: string | number | undefined;
|
@@ -1326,16 +1312,15 @@ declare const VTreeviewItem: {
|
|
1326
1312
|
theme?: string | undefined;
|
1327
1313
|
rounded?: string | number | boolean | undefined;
|
1328
1314
|
baseColor?: string | undefined;
|
1329
|
-
activeColor?: string | undefined;
|
1330
1315
|
prependIcon?: IconValue | undefined;
|
1331
1316
|
appendIcon?: IconValue | undefined;
|
1332
1317
|
activeClass?: string | undefined;
|
1333
1318
|
appendAvatar?: string | undefined;
|
1334
1319
|
prependAvatar?: string | undefined;
|
1320
|
+
activeColor?: string | undefined;
|
1335
1321
|
subtitle?: string | number | undefined;
|
1336
1322
|
lines?: false | "one" | "two" | "three" | undefined;
|
1337
1323
|
toggleIcon?: IconValue | undefined;
|
1338
|
-
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
1339
1324
|
} & {
|
1340
1325
|
$children?: vue.VNodeChild | {
|
1341
1326
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -1467,10 +1452,9 @@ declare const VTreeviewItem: {
|
|
1467
1452
|
subtitle: (StringConstructor | NumberConstructor)[];
|
1468
1453
|
title: (StringConstructor | NumberConstructor)[];
|
1469
1454
|
value: null;
|
1470
|
-
onClick: vue.PropType<(args_0: MouseEvent
|
1455
|
+
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
1471
1456
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
1472
1457
|
loading: BooleanConstructor;
|
1473
|
-
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
1474
1458
|
toggleIcon: vue.PropType<IconValue>;
|
1475
1459
|
}, vue.ExtractPropTypes<{
|
1476
1460
|
color: StringConstructor;
|
@@ -1548,10 +1532,9 @@ declare const VTreeviewItem: {
|
|
1548
1532
|
subtitle: (StringConstructor | NumberConstructor)[];
|
1549
1533
|
title: (StringConstructor | NumberConstructor)[];
|
1550
1534
|
value: null;
|
1551
|
-
onClick: vue.PropType<(args_0: MouseEvent
|
1535
|
+
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
1552
1536
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
1553
1537
|
loading: BooleanConstructor;
|
1554
|
-
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
1555
1538
|
toggleIcon: vue.PropType<IconValue>;
|
1556
1539
|
}>>;
|
1557
1540
|
type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
|
@@ -1569,9 +1552,9 @@ declare const VTreeviewGroup: {
|
|
1569
1552
|
title?: string | undefined;
|
1570
1553
|
class?: any;
|
1571
1554
|
baseColor?: string | undefined;
|
1572
|
-
activeColor?: string | undefined;
|
1573
1555
|
prependIcon?: IconValue | undefined;
|
1574
1556
|
appendIcon?: IconValue | undefined;
|
1557
|
+
activeColor?: string | undefined;
|
1575
1558
|
} & {
|
1576
1559
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1577
1560
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1605,9 +1588,9 @@ declare const VTreeviewGroup: {
|
|
1605
1588
|
title?: string | undefined;
|
1606
1589
|
class?: any;
|
1607
1590
|
baseColor?: string | undefined;
|
1608
|
-
activeColor?: string | undefined;
|
1609
1591
|
prependIcon?: IconValue | undefined;
|
1610
1592
|
appendIcon?: IconValue | undefined;
|
1593
|
+
activeColor?: string | undefined;
|
1611
1594
|
} & {
|
1612
1595
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1613
1596
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1664,9 +1647,9 @@ declare const VTreeviewGroup: {
|
|
1664
1647
|
title?: string | undefined;
|
1665
1648
|
class?: any;
|
1666
1649
|
baseColor?: string | undefined;
|
1667
|
-
activeColor?: string | undefined;
|
1668
1650
|
prependIcon?: IconValue | undefined;
|
1669
1651
|
appendIcon?: IconValue | undefined;
|
1652
|
+
activeColor?: string | undefined;
|
1670
1653
|
} & {
|
1671
1654
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1672
1655
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1710,9 +1693,9 @@ declare const VTreeviewGroup: {
|
|
1710
1693
|
title?: string | undefined;
|
1711
1694
|
class?: any;
|
1712
1695
|
baseColor?: string | undefined;
|
1713
|
-
activeColor?: string | undefined;
|
1714
1696
|
prependIcon?: IconValue | undefined;
|
1715
1697
|
appendIcon?: IconValue | undefined;
|
1698
|
+
activeColor?: string | undefined;
|
1716
1699
|
} & {
|
1717
1700
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1718
1701
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1764,9 +1747,9 @@ declare const VTreeviewGroup: {
|
|
1764
1747
|
default: string;
|
1765
1748
|
};
|
1766
1749
|
baseColor: StringConstructor;
|
1767
|
-
activeColor: StringConstructor;
|
1768
1750
|
prependIcon: vue.PropType<IconValue>;
|
1769
1751
|
appendIcon: vue.PropType<IconValue>;
|
1752
|
+
activeColor: StringConstructor;
|
1770
1753
|
collapseIcon: Omit<{
|
1771
1754
|
type: vue.PropType<IconValue>;
|
1772
1755
|
default: string;
|
@@ -1796,9 +1779,9 @@ declare const VTreeviewGroup: {
|
|
1796
1779
|
default: string;
|
1797
1780
|
};
|
1798
1781
|
baseColor: StringConstructor;
|
1799
|
-
activeColor: StringConstructor;
|
1800
1782
|
prependIcon: vue.PropType<IconValue>;
|
1801
1783
|
appendIcon: vue.PropType<IconValue>;
|
1784
|
+
activeColor: StringConstructor;
|
1802
1785
|
collapseIcon: Omit<{
|
1803
1786
|
type: vue.PropType<IconValue>;
|
1804
1787
|
default: string;
|