@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-08
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 +13 -5
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +45 -13
- package/dist/vuetify-labs.css +3716 -2993
- package/dist/vuetify-labs.d.ts +50 -11
- package/dist/vuetify-labs.esm.js +113 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +113 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1406 -683
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +35 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- 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/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- 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/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/VDialog/VDialog.css +5 -0
- 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/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- 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/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- 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/VSelect/VSelect.css +4 -0
- 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/VSlider/VSliderThumb.sass +2 -2
- 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/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/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- 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/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VTreeview/VTreeview.mjs +15 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +21 -0
- package/lib/labs/components.d.mts +47 -8
- 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/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
package/dist/vuetify-labs.d.ts
CHANGED
@@ -36223,7 +36223,7 @@ declare const VFooter: {
|
|
36223
36223
|
} | undefined;
|
36224
36224
|
} & {
|
36225
36225
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36226
|
-
},
|
36226
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
36227
36227
|
absolute: boolean;
|
36228
36228
|
height: string | number;
|
36229
36229
|
order: string | number;
|
@@ -36293,7 +36293,7 @@ declare const VFooter: {
|
|
36293
36293
|
} | undefined;
|
36294
36294
|
} & {
|
36295
36295
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36296
|
-
},
|
36296
|
+
}, any, {}, {}, {}, {
|
36297
36297
|
absolute: boolean;
|
36298
36298
|
height: string | number;
|
36299
36299
|
order: string | number;
|
@@ -36331,7 +36331,7 @@ declare const VFooter: {
|
|
36331
36331
|
} | undefined;
|
36332
36332
|
} & {
|
36333
36333
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36334
|
-
},
|
36334
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
36335
36335
|
absolute: boolean;
|
36336
36336
|
height: string | number;
|
36337
36337
|
order: string | number;
|
@@ -75788,6 +75788,7 @@ declare const VNumberInput: {
|
|
75788
75788
|
errorMessages: string | readonly string[] | null;
|
75789
75789
|
maxErrors: string | number;
|
75790
75790
|
rules: readonly ValidationRule$1[];
|
75791
|
+
modelValue: Number | null;
|
75791
75792
|
tile: boolean;
|
75792
75793
|
density: Density;
|
75793
75794
|
clearIcon: IconValue;
|
@@ -75817,7 +75818,6 @@ declare const VNumberInput: {
|
|
75817
75818
|
theme?: string | undefined;
|
75818
75819
|
counter?: string | number | boolean | undefined;
|
75819
75820
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
75820
|
-
modelValue?: any;
|
75821
75821
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
75822
75822
|
validationValue?: any;
|
75823
75823
|
rounded?: string | number | boolean | undefined;
|
@@ -75896,7 +75896,7 @@ declare const VNumberInput: {
|
|
75896
75896
|
} & {
|
75897
75897
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
75898
75898
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
75899
|
-
'update:modelValue': (val: number) =>
|
75899
|
+
'update:modelValue': (val: number) => boolean;
|
75900
75900
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
75901
75901
|
flat: boolean;
|
75902
75902
|
reverse: boolean;
|
@@ -75918,6 +75918,7 @@ declare const VNumberInput: {
|
|
75918
75918
|
errorMessages: string | readonly string[] | null;
|
75919
75919
|
maxErrors: string | number;
|
75920
75920
|
rules: readonly ValidationRule$1[];
|
75921
|
+
modelValue: Number | null;
|
75921
75922
|
tile: boolean;
|
75922
75923
|
density: Density;
|
75923
75924
|
clearIcon: IconValue;
|
@@ -75947,7 +75948,6 @@ declare const VNumberInput: {
|
|
75947
75948
|
theme?: string | undefined;
|
75948
75949
|
counter?: string | number | boolean | undefined;
|
75949
75950
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
75950
|
-
modelValue?: any;
|
75951
75951
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
75952
75952
|
validationValue?: any;
|
75953
75953
|
rounded?: string | number | boolean | undefined;
|
@@ -76046,6 +76046,7 @@ declare const VNumberInput: {
|
|
76046
76046
|
errorMessages: string | readonly string[] | null;
|
76047
76047
|
maxErrors: string | number;
|
76048
76048
|
rules: readonly ValidationRule$1[];
|
76049
|
+
modelValue: Number | null;
|
76049
76050
|
rounded: string | number | boolean;
|
76050
76051
|
tile: boolean;
|
76051
76052
|
density: Density;
|
@@ -76131,6 +76132,7 @@ declare const VNumberInput: {
|
|
76131
76132
|
errorMessages: string | readonly string[] | null;
|
76132
76133
|
maxErrors: string | number;
|
76133
76134
|
rules: readonly ValidationRule$1[];
|
76135
|
+
modelValue: Number | null;
|
76134
76136
|
tile: boolean;
|
76135
76137
|
density: Density;
|
76136
76138
|
clearIcon: IconValue;
|
@@ -76160,7 +76162,6 @@ declare const VNumberInput: {
|
|
76160
76162
|
theme?: string | undefined;
|
76161
76163
|
counter?: string | number | boolean | undefined;
|
76162
76164
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
76163
|
-
modelValue?: any;
|
76164
76165
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
76165
76166
|
validationValue?: any;
|
76166
76167
|
rounded?: string | number | boolean | undefined;
|
@@ -76259,6 +76260,7 @@ declare const VNumberInput: {
|
|
76259
76260
|
errorMessages: string | readonly string[] | null;
|
76260
76261
|
maxErrors: string | number;
|
76261
76262
|
rules: readonly ValidationRule$1[];
|
76263
|
+
modelValue: Number | null;
|
76262
76264
|
rounded: string | number | boolean;
|
76263
76265
|
tile: boolean;
|
76264
76266
|
density: Density;
|
@@ -76299,6 +76301,7 @@ declare const VNumberInput: {
|
|
76299
76301
|
errorMessages: string | readonly string[] | null;
|
76300
76302
|
maxErrors: string | number;
|
76301
76303
|
rules: readonly ValidationRule$1[];
|
76304
|
+
modelValue: Number | null;
|
76302
76305
|
tile: boolean;
|
76303
76306
|
density: Density;
|
76304
76307
|
clearIcon: IconValue;
|
@@ -76328,7 +76331,6 @@ declare const VNumberInput: {
|
|
76328
76331
|
theme?: string | undefined;
|
76329
76332
|
counter?: string | number | boolean | undefined;
|
76330
76333
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
76331
|
-
modelValue?: any;
|
76332
76334
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
76333
76335
|
validationValue?: any;
|
76334
76336
|
rounded?: string | number | boolean | undefined;
|
@@ -76407,7 +76409,7 @@ declare const VNumberInput: {
|
|
76407
76409
|
} & {
|
76408
76410
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
76409
76411
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
76410
|
-
'update:modelValue': (val: number) =>
|
76412
|
+
'update:modelValue': (val: number) => boolean;
|
76411
76413
|
}, string, {
|
76412
76414
|
flat: boolean;
|
76413
76415
|
reverse: boolean;
|
@@ -76429,6 +76431,7 @@ declare const VNumberInput: {
|
|
76429
76431
|
errorMessages: string | readonly string[] | null;
|
76430
76432
|
maxErrors: string | number;
|
76431
76433
|
rules: readonly ValidationRule$1[];
|
76434
|
+
modelValue: Number | null;
|
76432
76435
|
rounded: string | number | boolean;
|
76433
76436
|
tile: boolean;
|
76434
76437
|
density: Density;
|
@@ -76550,7 +76553,6 @@ declare const VNumberInput: {
|
|
76550
76553
|
type: PropType<readonly ValidationRule$1[]>;
|
76551
76554
|
default: () => never[];
|
76552
76555
|
};
|
76553
|
-
modelValue: null;
|
76554
76556
|
validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
|
76555
76557
|
validationValue: null;
|
76556
76558
|
rounded: {
|
@@ -76599,6 +76601,10 @@ declare const VNumberInput: {
|
|
76599
76601
|
};
|
76600
76602
|
inset: BooleanConstructor;
|
76601
76603
|
hideInput: BooleanConstructor;
|
76604
|
+
modelValue: {
|
76605
|
+
type: PropType<Number | null>;
|
76606
|
+
default: null;
|
76607
|
+
};
|
76602
76608
|
min: {
|
76603
76609
|
type: NumberConstructor;
|
76604
76610
|
default: number;
|
@@ -76675,7 +76681,6 @@ declare const VNumberInput: {
|
|
76675
76681
|
type: PropType<readonly ValidationRule$1[]>;
|
76676
76682
|
default: () => never[];
|
76677
76683
|
};
|
76678
|
-
modelValue: null;
|
76679
76684
|
validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
|
76680
76685
|
validationValue: null;
|
76681
76686
|
rounded: {
|
@@ -76724,6 +76729,10 @@ declare const VNumberInput: {
|
|
76724
76729
|
};
|
76725
76730
|
inset: BooleanConstructor;
|
76726
76731
|
hideInput: BooleanConstructor;
|
76732
|
+
modelValue: {
|
76733
|
+
type: PropType<Number | null>;
|
76734
|
+
default: null;
|
76735
|
+
};
|
76727
76736
|
min: {
|
76728
76737
|
type: NumberConstructor;
|
76729
76738
|
default: number;
|
@@ -78466,6 +78475,7 @@ type VStepperVerticalActions = InstanceType<typeof VStepperVerticalActions>;
|
|
78466
78475
|
|
78467
78476
|
declare const VPullToRefresh: {
|
78468
78477
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
78478
|
+
disabled: boolean;
|
78469
78479
|
pullDownThreshold: number;
|
78470
78480
|
} & {} & {
|
78471
78481
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -78500,6 +78510,7 @@ declare const VPullToRefresh: {
|
|
78500
78510
|
done: () => void;
|
78501
78511
|
}) => true;
|
78502
78512
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
78513
|
+
disabled: boolean;
|
78503
78514
|
pullDownThreshold: number;
|
78504
78515
|
} & {} & {
|
78505
78516
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -78530,6 +78541,7 @@ declare const VPullToRefresh: {
|
|
78530
78541
|
done: () => void;
|
78531
78542
|
}) => any) | undefined;
|
78532
78543
|
}, {
|
78544
|
+
disabled: boolean;
|
78533
78545
|
pullDownThreshold: number;
|
78534
78546
|
}, true, {}, vue.SlotsType<Partial<{
|
78535
78547
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -78550,6 +78562,7 @@ declare const VPullToRefresh: {
|
|
78550
78562
|
M: {};
|
78551
78563
|
Defaults: {};
|
78552
78564
|
}, {
|
78565
|
+
disabled: boolean;
|
78553
78566
|
pullDownThreshold: number;
|
78554
78567
|
} & {} & {
|
78555
78568
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -78580,12 +78593,14 @@ declare const VPullToRefresh: {
|
|
78580
78593
|
done: () => void;
|
78581
78594
|
}) => any) | undefined;
|
78582
78595
|
}, {}, {}, {}, {}, {
|
78596
|
+
disabled: boolean;
|
78583
78597
|
pullDownThreshold: number;
|
78584
78598
|
}>;
|
78585
78599
|
__isFragment?: undefined;
|
78586
78600
|
__isTeleport?: undefined;
|
78587
78601
|
__isSuspense?: undefined;
|
78588
78602
|
} & vue.ComponentOptionsBase<{
|
78603
|
+
disabled: boolean;
|
78589
78604
|
pullDownThreshold: number;
|
78590
78605
|
} & {} & {
|
78591
78606
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -78620,6 +78635,7 @@ declare const VPullToRefresh: {
|
|
78620
78635
|
done: () => void;
|
78621
78636
|
}) => true;
|
78622
78637
|
}, string, {
|
78638
|
+
disabled: boolean;
|
78623
78639
|
pullDownThreshold: number;
|
78624
78640
|
}, {}, string, vue.SlotsType<Partial<{
|
78625
78641
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -78633,11 +78649,13 @@ declare const VPullToRefresh: {
|
|
78633
78649
|
[key: string]: any;
|
78634
78650
|
}>[];
|
78635
78651
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
78652
|
+
disabled: BooleanConstructor;
|
78636
78653
|
pullDownThreshold: {
|
78637
78654
|
type: NumberConstructor;
|
78638
78655
|
default: number;
|
78639
78656
|
};
|
78640
78657
|
}, vue.ExtractPropTypes<{
|
78658
|
+
disabled: BooleanConstructor;
|
78641
78659
|
pullDownThreshold: {
|
78642
78660
|
type: NumberConstructor;
|
78643
78661
|
default: number;
|
@@ -80072,6 +80090,7 @@ declare const VTreeview: {
|
|
80072
80090
|
disabled: boolean;
|
80073
80091
|
tag: string;
|
80074
80092
|
mandatory: boolean;
|
80093
|
+
modelValue: unknown[];
|
80075
80094
|
tile: boolean;
|
80076
80095
|
density: Density;
|
80077
80096
|
slim: boolean;
|
@@ -80135,6 +80154,7 @@ declare const VTreeview: {
|
|
80135
80154
|
selectedColor?: string | undefined;
|
80136
80155
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
80137
80156
|
} & {
|
80157
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
80138
80158
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
80139
80159
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
80140
80160
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
@@ -80154,6 +80174,7 @@ declare const VTreeview: {
|
|
80154
80174
|
'update:opened': (val: unknown) => boolean;
|
80155
80175
|
'update:activated': (val: unknown) => boolean;
|
80156
80176
|
'update:selected': (val: unknown) => boolean;
|
80177
|
+
'update:modelValue': (val: unknown) => boolean;
|
80157
80178
|
'click:open': (value: {
|
80158
80179
|
id: unknown;
|
80159
80180
|
value: boolean;
|
@@ -80170,6 +80191,7 @@ declare const VTreeview: {
|
|
80170
80191
|
disabled: boolean;
|
80171
80192
|
tag: string;
|
80172
80193
|
mandatory: boolean;
|
80194
|
+
modelValue: unknown[];
|
80173
80195
|
tile: boolean;
|
80174
80196
|
density: Density;
|
80175
80197
|
slim: boolean;
|
@@ -80233,6 +80255,7 @@ declare const VTreeview: {
|
|
80233
80255
|
selectedColor?: string | undefined;
|
80234
80256
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
80235
80257
|
} & {
|
80258
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
80236
80259
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
80237
80260
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
80238
80261
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
@@ -80252,6 +80275,7 @@ declare const VTreeview: {
|
|
80252
80275
|
disabled: boolean;
|
80253
80276
|
tag: string;
|
80254
80277
|
mandatory: boolean;
|
80278
|
+
modelValue: unknown[];
|
80255
80279
|
rounded: string | number | boolean;
|
80256
80280
|
tile: boolean;
|
80257
80281
|
density: Density;
|
@@ -80349,6 +80373,7 @@ declare const VTreeview: {
|
|
80349
80373
|
disabled: boolean;
|
80350
80374
|
tag: string;
|
80351
80375
|
mandatory: boolean;
|
80376
|
+
modelValue: unknown[];
|
80352
80377
|
tile: boolean;
|
80353
80378
|
density: Density;
|
80354
80379
|
slim: boolean;
|
@@ -80412,6 +80437,7 @@ declare const VTreeview: {
|
|
80412
80437
|
selectedColor?: string | undefined;
|
80413
80438
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
80414
80439
|
} & {
|
80440
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
80415
80441
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
80416
80442
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
80417
80443
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
@@ -80433,6 +80459,7 @@ declare const VTreeview: {
|
|
80433
80459
|
disabled: boolean;
|
80434
80460
|
tag: string;
|
80435
80461
|
mandatory: boolean;
|
80462
|
+
modelValue: unknown[];
|
80436
80463
|
rounded: string | number | boolean;
|
80437
80464
|
tile: boolean;
|
80438
80465
|
density: Density;
|
@@ -80467,6 +80494,7 @@ declare const VTreeview: {
|
|
80467
80494
|
disabled: boolean;
|
80468
80495
|
tag: string;
|
80469
80496
|
mandatory: boolean;
|
80497
|
+
modelValue: unknown[];
|
80470
80498
|
tile: boolean;
|
80471
80499
|
density: Density;
|
80472
80500
|
slim: boolean;
|
@@ -80530,6 +80558,7 @@ declare const VTreeview: {
|
|
80530
80558
|
selectedColor?: string | undefined;
|
80531
80559
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
80532
80560
|
} & {
|
80561
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
80533
80562
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
80534
80563
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
80535
80564
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
@@ -80549,6 +80578,7 @@ declare const VTreeview: {
|
|
80549
80578
|
'update:opened': (val: unknown) => boolean;
|
80550
80579
|
'update:activated': (val: unknown) => boolean;
|
80551
80580
|
'update:selected': (val: unknown) => boolean;
|
80581
|
+
'update:modelValue': (val: unknown) => boolean;
|
80552
80582
|
'click:open': (value: {
|
80553
80583
|
id: unknown;
|
80554
80584
|
value: boolean;
|
@@ -80565,6 +80595,7 @@ declare const VTreeview: {
|
|
80565
80595
|
disabled: boolean;
|
80566
80596
|
tag: string;
|
80567
80597
|
mandatory: boolean;
|
80598
|
+
modelValue: unknown[];
|
80568
80599
|
rounded: string | number | boolean;
|
80569
80600
|
tile: boolean;
|
80570
80601
|
density: Density;
|
@@ -80654,6 +80685,10 @@ declare const VTreeview: {
|
|
80654
80685
|
}, slots: VListChildrenSlots<T>) => GenericProps<{
|
80655
80686
|
items?: T[] | undefined;
|
80656
80687
|
}, VListChildrenSlots<T>>) & FilterPropsOptions<{
|
80688
|
+
modelValue: {
|
80689
|
+
type: ArrayConstructor;
|
80690
|
+
default: () => never[];
|
80691
|
+
};
|
80657
80692
|
variant: Omit<{
|
80658
80693
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
80659
80694
|
default: string;
|
@@ -80796,6 +80831,10 @@ declare const VTreeview: {
|
|
80796
80831
|
openAll: BooleanConstructor;
|
80797
80832
|
search: StringConstructor;
|
80798
80833
|
}, vue.ExtractPropTypes<{
|
80834
|
+
modelValue: {
|
80835
|
+
type: ArrayConstructor;
|
80836
|
+
default: () => never[];
|
80837
|
+
};
|
80799
80838
|
variant: Omit<{
|
80800
80839
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
80801
80840
|
default: string;
|