@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-04
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/importMap-labs.json +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2738 -2738
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2700 -2700
- package/dist/vuetify.d.ts +853 -853
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
@@ -351,6 +351,7 @@ declare const VList: {
|
|
351
351
|
style: vue.StyleValue;
|
352
352
|
disabled: boolean;
|
353
353
|
tag: string;
|
354
|
+
lines: false | "one" | "two" | "three";
|
354
355
|
mandatory: boolean;
|
355
356
|
tile: boolean;
|
356
357
|
density: Density;
|
@@ -360,7 +361,6 @@ declare const VList: {
|
|
360
361
|
selectable: boolean;
|
361
362
|
selectStrategy: SelectStrategyProp;
|
362
363
|
openStrategy: OpenStrategyProp;
|
363
|
-
lines: false | "one" | "two" | "three";
|
364
364
|
returnObject: boolean;
|
365
365
|
itemType: string;
|
366
366
|
} & {
|
@@ -374,8 +374,8 @@ declare const VList: {
|
|
374
374
|
minWidth?: string | number | undefined;
|
375
375
|
activated?: any;
|
376
376
|
class?: any;
|
377
|
-
elevation?: string | number | undefined;
|
378
377
|
theme?: string | undefined;
|
378
|
+
elevation?: string | number | undefined;
|
379
379
|
rounded?: string | number | boolean | undefined;
|
380
380
|
baseColor?: string | undefined;
|
381
381
|
bgColor?: string | undefined;
|
@@ -423,6 +423,7 @@ declare const VList: {
|
|
423
423
|
style: vue.StyleValue;
|
424
424
|
disabled: boolean;
|
425
425
|
tag: string;
|
426
|
+
lines: false | "one" | "two" | "three";
|
426
427
|
mandatory: boolean;
|
427
428
|
tile: boolean;
|
428
429
|
density: Density;
|
@@ -432,7 +433,6 @@ declare const VList: {
|
|
432
433
|
selectable: boolean;
|
433
434
|
selectStrategy: SelectStrategyProp;
|
434
435
|
openStrategy: OpenStrategyProp;
|
435
|
-
lines: false | "one" | "two" | "three";
|
436
436
|
returnObject: boolean;
|
437
437
|
itemType: string;
|
438
438
|
} & {
|
@@ -446,8 +446,8 @@ declare const VList: {
|
|
446
446
|
minWidth?: string | number | undefined;
|
447
447
|
activated?: any;
|
448
448
|
class?: any;
|
449
|
-
elevation?: string | number | undefined;
|
450
449
|
theme?: string | undefined;
|
450
|
+
elevation?: string | number | undefined;
|
451
451
|
rounded?: string | number | boolean | undefined;
|
452
452
|
baseColor?: string | undefined;
|
453
453
|
bgColor?: string | undefined;
|
@@ -469,6 +469,7 @@ declare const VList: {
|
|
469
469
|
style: vue.StyleValue;
|
470
470
|
disabled: boolean;
|
471
471
|
tag: string;
|
472
|
+
lines: false | "one" | "two" | "three";
|
472
473
|
mandatory: boolean;
|
473
474
|
rounded: string | number | boolean;
|
474
475
|
tile: boolean;
|
@@ -479,7 +480,6 @@ declare const VList: {
|
|
479
480
|
selectable: boolean;
|
480
481
|
selectStrategy: SelectStrategyProp;
|
481
482
|
openStrategy: OpenStrategyProp;
|
482
|
-
lines: false | "one" | "two" | "three";
|
483
483
|
returnObject: boolean;
|
484
484
|
itemType: string;
|
485
485
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -521,6 +521,7 @@ declare const VList: {
|
|
521
521
|
style: vue.StyleValue;
|
522
522
|
disabled: boolean;
|
523
523
|
tag: string;
|
524
|
+
lines: false | "one" | "two" | "three";
|
524
525
|
mandatory: boolean;
|
525
526
|
tile: boolean;
|
526
527
|
density: Density;
|
@@ -530,7 +531,6 @@ declare const VList: {
|
|
530
531
|
selectable: boolean;
|
531
532
|
selectStrategy: SelectStrategyProp;
|
532
533
|
openStrategy: OpenStrategyProp;
|
533
|
-
lines: false | "one" | "two" | "three";
|
534
534
|
returnObject: boolean;
|
535
535
|
itemType: string;
|
536
536
|
} & {
|
@@ -544,8 +544,8 @@ declare const VList: {
|
|
544
544
|
minWidth?: string | number | undefined;
|
545
545
|
activated?: any;
|
546
546
|
class?: any;
|
547
|
-
elevation?: string | number | undefined;
|
548
547
|
theme?: string | undefined;
|
548
|
+
elevation?: string | number | undefined;
|
549
549
|
rounded?: string | number | boolean | undefined;
|
550
550
|
baseColor?: string | undefined;
|
551
551
|
bgColor?: string | undefined;
|
@@ -574,6 +574,7 @@ declare const VList: {
|
|
574
574
|
style: vue.StyleValue;
|
575
575
|
disabled: boolean;
|
576
576
|
tag: string;
|
577
|
+
lines: false | "one" | "two" | "three";
|
577
578
|
mandatory: boolean;
|
578
579
|
rounded: string | number | boolean;
|
579
580
|
tile: boolean;
|
@@ -584,7 +585,6 @@ declare const VList: {
|
|
584
585
|
selectable: boolean;
|
585
586
|
selectStrategy: SelectStrategyProp;
|
586
587
|
openStrategy: OpenStrategyProp;
|
587
|
-
lines: false | "one" | "two" | "three";
|
588
588
|
returnObject: boolean;
|
589
589
|
itemType: string;
|
590
590
|
}>;
|
@@ -597,6 +597,7 @@ declare const VList: {
|
|
597
597
|
style: vue.StyleValue;
|
598
598
|
disabled: boolean;
|
599
599
|
tag: string;
|
600
|
+
lines: false | "one" | "two" | "three";
|
600
601
|
mandatory: boolean;
|
601
602
|
tile: boolean;
|
602
603
|
density: Density;
|
@@ -606,7 +607,6 @@ declare const VList: {
|
|
606
607
|
selectable: boolean;
|
607
608
|
selectStrategy: SelectStrategyProp;
|
608
609
|
openStrategy: OpenStrategyProp;
|
609
|
-
lines: false | "one" | "two" | "three";
|
610
610
|
returnObject: boolean;
|
611
611
|
itemType: string;
|
612
612
|
} & {
|
@@ -620,8 +620,8 @@ declare const VList: {
|
|
620
620
|
minWidth?: string | number | undefined;
|
621
621
|
activated?: any;
|
622
622
|
class?: any;
|
623
|
-
elevation?: string | number | undefined;
|
624
623
|
theme?: string | undefined;
|
624
|
+
elevation?: string | number | undefined;
|
625
625
|
rounded?: string | number | boolean | undefined;
|
626
626
|
baseColor?: string | undefined;
|
627
627
|
bgColor?: string | undefined;
|
@@ -669,6 +669,7 @@ declare const VList: {
|
|
669
669
|
style: vue.StyleValue;
|
670
670
|
disabled: boolean;
|
671
671
|
tag: string;
|
672
|
+
lines: false | "one" | "two" | "three";
|
672
673
|
mandatory: boolean;
|
673
674
|
rounded: string | number | boolean;
|
674
675
|
tile: boolean;
|
@@ -679,7 +680,6 @@ declare const VList: {
|
|
679
680
|
selectable: boolean;
|
680
681
|
selectStrategy: SelectStrategyProp;
|
681
682
|
openStrategy: OpenStrategyProp;
|
682
|
-
lines: false | "one" | "two" | "three";
|
683
683
|
returnObject: boolean;
|
684
684
|
itemType: string;
|
685
685
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -962,6 +962,7 @@ declare const VMenu: {
|
|
962
962
|
style: vue.StyleValue;
|
963
963
|
eager: boolean;
|
964
964
|
disabled: boolean;
|
965
|
+
persistent: boolean;
|
965
966
|
modelValue: boolean;
|
966
967
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
967
968
|
updateLocation: (e?: Event) => void;
|
@@ -975,7 +976,6 @@ declare const VMenu: {
|
|
975
976
|
closeOnBack: boolean;
|
976
977
|
contained: boolean;
|
977
978
|
noClickAnimation: boolean;
|
978
|
-
persistent: boolean;
|
979
979
|
scrim: string | boolean;
|
980
980
|
submenu: boolean;
|
981
981
|
} & {
|
@@ -1048,6 +1048,7 @@ declare const VMenu: {
|
|
1048
1048
|
style: vue.StyleValue;
|
1049
1049
|
eager: boolean;
|
1050
1050
|
disabled: boolean;
|
1051
|
+
persistent: boolean;
|
1051
1052
|
modelValue: boolean;
|
1052
1053
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1053
1054
|
updateLocation: (e?: Event) => void;
|
@@ -1061,7 +1062,6 @@ declare const VMenu: {
|
|
1061
1062
|
closeOnBack: boolean;
|
1062
1063
|
contained: boolean;
|
1063
1064
|
noClickAnimation: boolean;
|
1064
|
-
persistent: boolean;
|
1065
1065
|
scrim: string | boolean;
|
1066
1066
|
_disableGlobalStack: boolean;
|
1067
1067
|
}> & Omit<{
|
@@ -1075,6 +1075,7 @@ declare const VMenu: {
|
|
1075
1075
|
style: vue.StyleValue;
|
1076
1076
|
eager: boolean;
|
1077
1077
|
disabled: boolean;
|
1078
|
+
persistent: boolean;
|
1078
1079
|
modelValue: boolean;
|
1079
1080
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1080
1081
|
updateLocation: (e?: Event) => void;
|
@@ -1086,7 +1087,6 @@ declare const VMenu: {
|
|
1086
1087
|
closeOnBack: boolean;
|
1087
1088
|
contained: boolean;
|
1088
1089
|
noClickAnimation: boolean;
|
1089
|
-
persistent: boolean;
|
1090
1090
|
scrim: string | boolean;
|
1091
1091
|
_disableGlobalStack: boolean;
|
1092
1092
|
offset?: string | number | number[] | undefined;
|
@@ -1101,9 +1101,9 @@ declare const VMenu: {
|
|
1101
1101
|
class?: any;
|
1102
1102
|
theme?: string | undefined;
|
1103
1103
|
contentClass?: any;
|
1104
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1105
1104
|
closeDelay?: string | number | undefined;
|
1106
1105
|
openDelay?: string | number | undefined;
|
1106
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1107
1107
|
openOnClick?: boolean | undefined;
|
1108
1108
|
openOnFocus?: boolean | undefined;
|
1109
1109
|
contentProps?: any;
|
@@ -1153,6 +1153,7 @@ declare const VMenu: {
|
|
1153
1153
|
style: vue.StyleValue;
|
1154
1154
|
eager: boolean;
|
1155
1155
|
disabled: boolean;
|
1156
|
+
persistent: boolean;
|
1156
1157
|
modelValue: boolean;
|
1157
1158
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1158
1159
|
updateLocation: (e?: Event) => void;
|
@@ -1164,7 +1165,6 @@ declare const VMenu: {
|
|
1164
1165
|
closeOnBack: boolean;
|
1165
1166
|
contained: boolean;
|
1166
1167
|
noClickAnimation: boolean;
|
1167
|
-
persistent: boolean;
|
1168
1168
|
scrim: string | boolean;
|
1169
1169
|
_disableGlobalStack: boolean;
|
1170
1170
|
} & {
|
@@ -1180,9 +1180,9 @@ declare const VMenu: {
|
|
1180
1180
|
class?: any;
|
1181
1181
|
theme?: string | undefined;
|
1182
1182
|
contentClass?: any;
|
1183
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1184
1183
|
closeDelay?: string | number | undefined;
|
1185
1184
|
openDelay?: string | number | undefined;
|
1185
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1186
1186
|
openOnClick?: boolean | undefined;
|
1187
1187
|
openOnFocus?: boolean | undefined;
|
1188
1188
|
contentProps?: any;
|
@@ -1224,7 +1224,7 @@ declare const VMenu: {
|
|
1224
1224
|
onAfterLeave?: (() => any) | undefined;
|
1225
1225
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1226
1226
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1227
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
1227
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1228
1228
|
$attrs: {
|
1229
1229
|
[x: string]: unknown;
|
1230
1230
|
};
|
@@ -1243,7 +1243,7 @@ declare const VMenu: {
|
|
1243
1243
|
}>;
|
1244
1244
|
$root: vue.ComponentPublicInstance | null;
|
1245
1245
|
$parent: vue.ComponentPublicInstance | null;
|
1246
|
-
$emit: ((event: "
|
1246
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1247
1247
|
$el: any;
|
1248
1248
|
$options: vue.ComponentOptionsBase<{
|
1249
1249
|
absolute: boolean;
|
@@ -1256,6 +1256,7 @@ declare const VMenu: {
|
|
1256
1256
|
style: vue.StyleValue;
|
1257
1257
|
eager: boolean;
|
1258
1258
|
disabled: boolean;
|
1259
|
+
persistent: boolean;
|
1259
1260
|
modelValue: boolean;
|
1260
1261
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1261
1262
|
updateLocation: (e?: Event) => void;
|
@@ -1267,7 +1268,6 @@ declare const VMenu: {
|
|
1267
1268
|
closeOnBack: boolean;
|
1268
1269
|
contained: boolean;
|
1269
1270
|
noClickAnimation: boolean;
|
1270
|
-
persistent: boolean;
|
1271
1271
|
scrim: string | boolean;
|
1272
1272
|
_disableGlobalStack: boolean;
|
1273
1273
|
} & {
|
@@ -1283,9 +1283,9 @@ declare const VMenu: {
|
|
1283
1283
|
class?: any;
|
1284
1284
|
theme?: string | undefined;
|
1285
1285
|
contentClass?: any;
|
1286
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1287
1286
|
closeDelay?: string | number | undefined;
|
1288
1287
|
openDelay?: string | number | undefined;
|
1288
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1289
1289
|
openOnClick?: boolean | undefined;
|
1290
1290
|
openOnFocus?: boolean | undefined;
|
1291
1291
|
contentProps?: any;
|
@@ -1352,6 +1352,7 @@ declare const VMenu: {
|
|
1352
1352
|
style: vue.StyleValue;
|
1353
1353
|
eager: boolean;
|
1354
1354
|
disabled: boolean;
|
1355
|
+
persistent: boolean;
|
1355
1356
|
modelValue: boolean;
|
1356
1357
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1357
1358
|
updateLocation: (e?: Event) => void;
|
@@ -1365,7 +1366,6 @@ declare const VMenu: {
|
|
1365
1366
|
closeOnBack: boolean;
|
1366
1367
|
contained: boolean;
|
1367
1368
|
noClickAnimation: boolean;
|
1368
|
-
persistent: boolean;
|
1369
1369
|
scrim: string | boolean;
|
1370
1370
|
_disableGlobalStack: boolean;
|
1371
1371
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1408,6 +1408,7 @@ declare const VMenu: {
|
|
1408
1408
|
style: vue.StyleValue;
|
1409
1409
|
eager: boolean;
|
1410
1410
|
disabled: boolean;
|
1411
|
+
persistent: boolean;
|
1411
1412
|
modelValue: boolean;
|
1412
1413
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1413
1414
|
updateLocation: (e?: Event) => void;
|
@@ -1419,7 +1420,6 @@ declare const VMenu: {
|
|
1419
1420
|
closeOnBack: boolean;
|
1420
1421
|
contained: boolean;
|
1421
1422
|
noClickAnimation: boolean;
|
1422
|
-
persistent: boolean;
|
1423
1423
|
scrim: string | boolean;
|
1424
1424
|
_disableGlobalStack: boolean;
|
1425
1425
|
} & {
|
@@ -1435,9 +1435,9 @@ declare const VMenu: {
|
|
1435
1435
|
class?: any;
|
1436
1436
|
theme?: string | undefined;
|
1437
1437
|
contentClass?: any;
|
1438
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1439
1438
|
closeDelay?: string | number | undefined;
|
1440
1439
|
openDelay?: string | number | undefined;
|
1440
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1441
1441
|
openOnClick?: boolean | undefined;
|
1442
1442
|
openOnFocus?: boolean | undefined;
|
1443
1443
|
contentProps?: any;
|
@@ -1488,7 +1488,7 @@ declare const VMenu: {
|
|
1488
1488
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1489
1489
|
localTop: vue.ComputedRef<boolean>;
|
1490
1490
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1491
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
1491
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1492
1492
|
_allExposed: {
|
1493
1493
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1494
1494
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1516,6 +1516,7 @@ declare const VMenu: {
|
|
1516
1516
|
style: vue.StyleValue;
|
1517
1517
|
eager: boolean;
|
1518
1518
|
disabled: boolean;
|
1519
|
+
persistent: boolean;
|
1519
1520
|
modelValue: boolean;
|
1520
1521
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1521
1522
|
updateLocation: (e?: Event) => void;
|
@@ -1529,7 +1530,6 @@ declare const VMenu: {
|
|
1529
1530
|
closeOnBack: boolean;
|
1530
1531
|
contained: boolean;
|
1531
1532
|
noClickAnimation: boolean;
|
1532
|
-
persistent: boolean;
|
1533
1533
|
scrim: string | boolean;
|
1534
1534
|
submenu: boolean;
|
1535
1535
|
} & {
|
@@ -1597,6 +1597,7 @@ declare const VMenu: {
|
|
1597
1597
|
style: vue.StyleValue;
|
1598
1598
|
eager: boolean;
|
1599
1599
|
disabled: boolean;
|
1600
|
+
persistent: boolean;
|
1600
1601
|
modelValue: boolean;
|
1601
1602
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1602
1603
|
updateLocation: (e?: Event) => void;
|
@@ -1612,7 +1613,6 @@ declare const VMenu: {
|
|
1612
1613
|
closeOnBack: boolean;
|
1613
1614
|
contained: boolean;
|
1614
1615
|
noClickAnimation: boolean;
|
1615
|
-
persistent: boolean;
|
1616
1616
|
scrim: string | boolean;
|
1617
1617
|
submenu: boolean;
|
1618
1618
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -1643,6 +1643,7 @@ declare const VMenu: {
|
|
1643
1643
|
style: vue.StyleValue;
|
1644
1644
|
eager: boolean;
|
1645
1645
|
disabled: boolean;
|
1646
|
+
persistent: boolean;
|
1646
1647
|
modelValue: boolean;
|
1647
1648
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1648
1649
|
updateLocation: (e?: Event) => void;
|
@@ -1656,7 +1657,6 @@ declare const VMenu: {
|
|
1656
1657
|
closeOnBack: boolean;
|
1657
1658
|
contained: boolean;
|
1658
1659
|
noClickAnimation: boolean;
|
1659
|
-
persistent: boolean;
|
1660
1660
|
scrim: string | boolean;
|
1661
1661
|
submenu: boolean;
|
1662
1662
|
} & {
|
@@ -1729,6 +1729,7 @@ declare const VMenu: {
|
|
1729
1729
|
style: vue.StyleValue;
|
1730
1730
|
eager: boolean;
|
1731
1731
|
disabled: boolean;
|
1732
|
+
persistent: boolean;
|
1732
1733
|
modelValue: boolean;
|
1733
1734
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1734
1735
|
updateLocation: (e?: Event) => void;
|
@@ -1742,7 +1743,6 @@ declare const VMenu: {
|
|
1742
1743
|
closeOnBack: boolean;
|
1743
1744
|
contained: boolean;
|
1744
1745
|
noClickAnimation: boolean;
|
1745
|
-
persistent: boolean;
|
1746
1746
|
scrim: string | boolean;
|
1747
1747
|
_disableGlobalStack: boolean;
|
1748
1748
|
}> & Omit<{
|
@@ -1756,6 +1756,7 @@ declare const VMenu: {
|
|
1756
1756
|
style: vue.StyleValue;
|
1757
1757
|
eager: boolean;
|
1758
1758
|
disabled: boolean;
|
1759
|
+
persistent: boolean;
|
1759
1760
|
modelValue: boolean;
|
1760
1761
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1761
1762
|
updateLocation: (e?: Event) => void;
|
@@ -1767,7 +1768,6 @@ declare const VMenu: {
|
|
1767
1768
|
closeOnBack: boolean;
|
1768
1769
|
contained: boolean;
|
1769
1770
|
noClickAnimation: boolean;
|
1770
|
-
persistent: boolean;
|
1771
1771
|
scrim: string | boolean;
|
1772
1772
|
_disableGlobalStack: boolean;
|
1773
1773
|
offset?: string | number | number[] | undefined;
|
@@ -1782,9 +1782,9 @@ declare const VMenu: {
|
|
1782
1782
|
class?: any;
|
1783
1783
|
theme?: string | undefined;
|
1784
1784
|
contentClass?: any;
|
1785
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1786
1785
|
closeDelay?: string | number | undefined;
|
1787
1786
|
openDelay?: string | number | undefined;
|
1787
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1788
1788
|
openOnClick?: boolean | undefined;
|
1789
1789
|
openOnFocus?: boolean | undefined;
|
1790
1790
|
contentProps?: any;
|
@@ -1834,6 +1834,7 @@ declare const VMenu: {
|
|
1834
1834
|
style: vue.StyleValue;
|
1835
1835
|
eager: boolean;
|
1836
1836
|
disabled: boolean;
|
1837
|
+
persistent: boolean;
|
1837
1838
|
modelValue: boolean;
|
1838
1839
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1839
1840
|
updateLocation: (e?: Event) => void;
|
@@ -1845,7 +1846,6 @@ declare const VMenu: {
|
|
1845
1846
|
closeOnBack: boolean;
|
1846
1847
|
contained: boolean;
|
1847
1848
|
noClickAnimation: boolean;
|
1848
|
-
persistent: boolean;
|
1849
1849
|
scrim: string | boolean;
|
1850
1850
|
_disableGlobalStack: boolean;
|
1851
1851
|
} & {
|
@@ -1861,9 +1861,9 @@ declare const VMenu: {
|
|
1861
1861
|
class?: any;
|
1862
1862
|
theme?: string | undefined;
|
1863
1863
|
contentClass?: any;
|
1864
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1865
1864
|
closeDelay?: string | number | undefined;
|
1866
1865
|
openDelay?: string | number | undefined;
|
1866
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1867
1867
|
openOnClick?: boolean | undefined;
|
1868
1868
|
openOnFocus?: boolean | undefined;
|
1869
1869
|
contentProps?: any;
|
@@ -1905,7 +1905,7 @@ declare const VMenu: {
|
|
1905
1905
|
onAfterLeave?: (() => any) | undefined;
|
1906
1906
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1907
1907
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1908
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
1908
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1909
1909
|
$attrs: {
|
1910
1910
|
[x: string]: unknown;
|
1911
1911
|
};
|
@@ -1924,7 +1924,7 @@ declare const VMenu: {
|
|
1924
1924
|
}>;
|
1925
1925
|
$root: vue.ComponentPublicInstance | null;
|
1926
1926
|
$parent: vue.ComponentPublicInstance | null;
|
1927
|
-
$emit: ((event: "
|
1927
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1928
1928
|
$el: any;
|
1929
1929
|
$options: vue.ComponentOptionsBase<{
|
1930
1930
|
absolute: boolean;
|
@@ -1937,6 +1937,7 @@ declare const VMenu: {
|
|
1937
1937
|
style: vue.StyleValue;
|
1938
1938
|
eager: boolean;
|
1939
1939
|
disabled: boolean;
|
1940
|
+
persistent: boolean;
|
1940
1941
|
modelValue: boolean;
|
1941
1942
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1942
1943
|
updateLocation: (e?: Event) => void;
|
@@ -1948,7 +1949,6 @@ declare const VMenu: {
|
|
1948
1949
|
closeOnBack: boolean;
|
1949
1950
|
contained: boolean;
|
1950
1951
|
noClickAnimation: boolean;
|
1951
|
-
persistent: boolean;
|
1952
1952
|
scrim: string | boolean;
|
1953
1953
|
_disableGlobalStack: boolean;
|
1954
1954
|
} & {
|
@@ -1964,9 +1964,9 @@ declare const VMenu: {
|
|
1964
1964
|
class?: any;
|
1965
1965
|
theme?: string | undefined;
|
1966
1966
|
contentClass?: any;
|
1967
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1968
1967
|
closeDelay?: string | number | undefined;
|
1969
1968
|
openDelay?: string | number | undefined;
|
1969
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1970
1970
|
openOnClick?: boolean | undefined;
|
1971
1971
|
openOnFocus?: boolean | undefined;
|
1972
1972
|
contentProps?: any;
|
@@ -2033,6 +2033,7 @@ declare const VMenu: {
|
|
2033
2033
|
style: vue.StyleValue;
|
2034
2034
|
eager: boolean;
|
2035
2035
|
disabled: boolean;
|
2036
|
+
persistent: boolean;
|
2036
2037
|
modelValue: boolean;
|
2037
2038
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2038
2039
|
updateLocation: (e?: Event) => void;
|
@@ -2046,7 +2047,6 @@ declare const VMenu: {
|
|
2046
2047
|
closeOnBack: boolean;
|
2047
2048
|
contained: boolean;
|
2048
2049
|
noClickAnimation: boolean;
|
2049
|
-
persistent: boolean;
|
2050
2050
|
scrim: string | boolean;
|
2051
2051
|
_disableGlobalStack: boolean;
|
2052
2052
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -2089,6 +2089,7 @@ declare const VMenu: {
|
|
2089
2089
|
style: vue.StyleValue;
|
2090
2090
|
eager: boolean;
|
2091
2091
|
disabled: boolean;
|
2092
|
+
persistent: boolean;
|
2092
2093
|
modelValue: boolean;
|
2093
2094
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2094
2095
|
updateLocation: (e?: Event) => void;
|
@@ -2100,7 +2101,6 @@ declare const VMenu: {
|
|
2100
2101
|
closeOnBack: boolean;
|
2101
2102
|
contained: boolean;
|
2102
2103
|
noClickAnimation: boolean;
|
2103
|
-
persistent: boolean;
|
2104
2104
|
scrim: string | boolean;
|
2105
2105
|
_disableGlobalStack: boolean;
|
2106
2106
|
} & {
|
@@ -2116,9 +2116,9 @@ declare const VMenu: {
|
|
2116
2116
|
class?: any;
|
2117
2117
|
theme?: string | undefined;
|
2118
2118
|
contentClass?: any;
|
2119
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2120
2119
|
closeDelay?: string | number | undefined;
|
2121
2120
|
openDelay?: string | number | undefined;
|
2121
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2122
2122
|
openOnClick?: boolean | undefined;
|
2123
2123
|
openOnFocus?: boolean | undefined;
|
2124
2124
|
contentProps?: any;
|
@@ -2169,7 +2169,7 @@ declare const VMenu: {
|
|
2169
2169
|
globalTop: Readonly<vue.Ref<boolean>>;
|
2170
2170
|
localTop: vue.ComputedRef<boolean>;
|
2171
2171
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
2172
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
2172
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
2173
2173
|
_allExposed: {
|
2174
2174
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
2175
2175
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -2195,6 +2195,7 @@ declare const VMenu: {
|
|
2195
2195
|
style: vue.StyleValue;
|
2196
2196
|
eager: boolean;
|
2197
2197
|
disabled: boolean;
|
2198
|
+
persistent: boolean;
|
2198
2199
|
modelValue: boolean;
|
2199
2200
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2200
2201
|
updateLocation: (e?: Event) => void;
|
@@ -2210,7 +2211,6 @@ declare const VMenu: {
|
|
2210
2211
|
closeOnBack: boolean;
|
2211
2212
|
contained: boolean;
|
2212
2213
|
noClickAnimation: boolean;
|
2213
|
-
persistent: boolean;
|
2214
2214
|
scrim: string | boolean;
|
2215
2215
|
submenu: boolean;
|
2216
2216
|
}>;
|
@@ -2229,6 +2229,7 @@ declare const VMenu: {
|
|
2229
2229
|
style: vue.StyleValue;
|
2230
2230
|
eager: boolean;
|
2231
2231
|
disabled: boolean;
|
2232
|
+
persistent: boolean;
|
2232
2233
|
modelValue: boolean;
|
2233
2234
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2234
2235
|
updateLocation: (e?: Event) => void;
|
@@ -2242,7 +2243,6 @@ declare const VMenu: {
|
|
2242
2243
|
closeOnBack: boolean;
|
2243
2244
|
contained: boolean;
|
2244
2245
|
noClickAnimation: boolean;
|
2245
|
-
persistent: boolean;
|
2246
2246
|
scrim: string | boolean;
|
2247
2247
|
submenu: boolean;
|
2248
2248
|
} & {
|
@@ -2315,6 +2315,7 @@ declare const VMenu: {
|
|
2315
2315
|
style: vue.StyleValue;
|
2316
2316
|
eager: boolean;
|
2317
2317
|
disabled: boolean;
|
2318
|
+
persistent: boolean;
|
2318
2319
|
modelValue: boolean;
|
2319
2320
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2320
2321
|
updateLocation: (e?: Event) => void;
|
@@ -2328,7 +2329,6 @@ declare const VMenu: {
|
|
2328
2329
|
closeOnBack: boolean;
|
2329
2330
|
contained: boolean;
|
2330
2331
|
noClickAnimation: boolean;
|
2331
|
-
persistent: boolean;
|
2332
2332
|
scrim: string | boolean;
|
2333
2333
|
_disableGlobalStack: boolean;
|
2334
2334
|
}> & Omit<{
|
@@ -2342,6 +2342,7 @@ declare const VMenu: {
|
|
2342
2342
|
style: vue.StyleValue;
|
2343
2343
|
eager: boolean;
|
2344
2344
|
disabled: boolean;
|
2345
|
+
persistent: boolean;
|
2345
2346
|
modelValue: boolean;
|
2346
2347
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2347
2348
|
updateLocation: (e?: Event) => void;
|
@@ -2353,7 +2354,6 @@ declare const VMenu: {
|
|
2353
2354
|
closeOnBack: boolean;
|
2354
2355
|
contained: boolean;
|
2355
2356
|
noClickAnimation: boolean;
|
2356
|
-
persistent: boolean;
|
2357
2357
|
scrim: string | boolean;
|
2358
2358
|
_disableGlobalStack: boolean;
|
2359
2359
|
offset?: string | number | number[] | undefined;
|
@@ -2368,9 +2368,9 @@ declare const VMenu: {
|
|
2368
2368
|
class?: any;
|
2369
2369
|
theme?: string | undefined;
|
2370
2370
|
contentClass?: any;
|
2371
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2372
2371
|
closeDelay?: string | number | undefined;
|
2373
2372
|
openDelay?: string | number | undefined;
|
2373
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2374
2374
|
openOnClick?: boolean | undefined;
|
2375
2375
|
openOnFocus?: boolean | undefined;
|
2376
2376
|
contentProps?: any;
|
@@ -2420,6 +2420,7 @@ declare const VMenu: {
|
|
2420
2420
|
style: vue.StyleValue;
|
2421
2421
|
eager: boolean;
|
2422
2422
|
disabled: boolean;
|
2423
|
+
persistent: boolean;
|
2423
2424
|
modelValue: boolean;
|
2424
2425
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2425
2426
|
updateLocation: (e?: Event) => void;
|
@@ -2431,7 +2432,6 @@ declare const VMenu: {
|
|
2431
2432
|
closeOnBack: boolean;
|
2432
2433
|
contained: boolean;
|
2433
2434
|
noClickAnimation: boolean;
|
2434
|
-
persistent: boolean;
|
2435
2435
|
scrim: string | boolean;
|
2436
2436
|
_disableGlobalStack: boolean;
|
2437
2437
|
} & {
|
@@ -2447,9 +2447,9 @@ declare const VMenu: {
|
|
2447
2447
|
class?: any;
|
2448
2448
|
theme?: string | undefined;
|
2449
2449
|
contentClass?: any;
|
2450
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2451
2450
|
closeDelay?: string | number | undefined;
|
2452
2451
|
openDelay?: string | number | undefined;
|
2452
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2453
2453
|
openOnClick?: boolean | undefined;
|
2454
2454
|
openOnFocus?: boolean | undefined;
|
2455
2455
|
contentProps?: any;
|
@@ -2491,7 +2491,7 @@ declare const VMenu: {
|
|
2491
2491
|
onAfterLeave?: (() => any) | undefined;
|
2492
2492
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2493
2493
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
2494
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
2494
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
2495
2495
|
$attrs: {
|
2496
2496
|
[x: string]: unknown;
|
2497
2497
|
};
|
@@ -2510,7 +2510,7 @@ declare const VMenu: {
|
|
2510
2510
|
}>;
|
2511
2511
|
$root: vue.ComponentPublicInstance | null;
|
2512
2512
|
$parent: vue.ComponentPublicInstance | null;
|
2513
|
-
$emit: ((event: "
|
2513
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
2514
2514
|
$el: any;
|
2515
2515
|
$options: vue.ComponentOptionsBase<{
|
2516
2516
|
absolute: boolean;
|
@@ -2523,6 +2523,7 @@ declare const VMenu: {
|
|
2523
2523
|
style: vue.StyleValue;
|
2524
2524
|
eager: boolean;
|
2525
2525
|
disabled: boolean;
|
2526
|
+
persistent: boolean;
|
2526
2527
|
modelValue: boolean;
|
2527
2528
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2528
2529
|
updateLocation: (e?: Event) => void;
|
@@ -2534,7 +2535,6 @@ declare const VMenu: {
|
|
2534
2535
|
closeOnBack: boolean;
|
2535
2536
|
contained: boolean;
|
2536
2537
|
noClickAnimation: boolean;
|
2537
|
-
persistent: boolean;
|
2538
2538
|
scrim: string | boolean;
|
2539
2539
|
_disableGlobalStack: boolean;
|
2540
2540
|
} & {
|
@@ -2550,9 +2550,9 @@ declare const VMenu: {
|
|
2550
2550
|
class?: any;
|
2551
2551
|
theme?: string | undefined;
|
2552
2552
|
contentClass?: any;
|
2553
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2554
2553
|
closeDelay?: string | number | undefined;
|
2555
2554
|
openDelay?: string | number | undefined;
|
2555
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2556
2556
|
openOnClick?: boolean | undefined;
|
2557
2557
|
openOnFocus?: boolean | undefined;
|
2558
2558
|
contentProps?: any;
|
@@ -2619,6 +2619,7 @@ declare const VMenu: {
|
|
2619
2619
|
style: vue.StyleValue;
|
2620
2620
|
eager: boolean;
|
2621
2621
|
disabled: boolean;
|
2622
|
+
persistent: boolean;
|
2622
2623
|
modelValue: boolean;
|
2623
2624
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2624
2625
|
updateLocation: (e?: Event) => void;
|
@@ -2632,7 +2633,6 @@ declare const VMenu: {
|
|
2632
2633
|
closeOnBack: boolean;
|
2633
2634
|
contained: boolean;
|
2634
2635
|
noClickAnimation: boolean;
|
2635
|
-
persistent: boolean;
|
2636
2636
|
scrim: string | boolean;
|
2637
2637
|
_disableGlobalStack: boolean;
|
2638
2638
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -2675,6 +2675,7 @@ declare const VMenu: {
|
|
2675
2675
|
style: vue.StyleValue;
|
2676
2676
|
eager: boolean;
|
2677
2677
|
disabled: boolean;
|
2678
|
+
persistent: boolean;
|
2678
2679
|
modelValue: boolean;
|
2679
2680
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2680
2681
|
updateLocation: (e?: Event) => void;
|
@@ -2686,7 +2687,6 @@ declare const VMenu: {
|
|
2686
2687
|
closeOnBack: boolean;
|
2687
2688
|
contained: boolean;
|
2688
2689
|
noClickAnimation: boolean;
|
2689
|
-
persistent: boolean;
|
2690
2690
|
scrim: string | boolean;
|
2691
2691
|
_disableGlobalStack: boolean;
|
2692
2692
|
} & {
|
@@ -2702,9 +2702,9 @@ declare const VMenu: {
|
|
2702
2702
|
class?: any;
|
2703
2703
|
theme?: string | undefined;
|
2704
2704
|
contentClass?: any;
|
2705
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2706
2705
|
closeDelay?: string | number | undefined;
|
2707
2706
|
openDelay?: string | number | undefined;
|
2707
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2708
2708
|
openOnClick?: boolean | undefined;
|
2709
2709
|
openOnFocus?: boolean | undefined;
|
2710
2710
|
contentProps?: any;
|
@@ -2755,7 +2755,7 @@ declare const VMenu: {
|
|
2755
2755
|
globalTop: Readonly<vue.Ref<boolean>>;
|
2756
2756
|
localTop: vue.ComputedRef<boolean>;
|
2757
2757
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
2758
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
2758
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
2759
2759
|
_allExposed: {
|
2760
2760
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
2761
2761
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -2783,6 +2783,7 @@ declare const VMenu: {
|
|
2783
2783
|
style: vue.StyleValue;
|
2784
2784
|
eager: boolean;
|
2785
2785
|
disabled: boolean;
|
2786
|
+
persistent: boolean;
|
2786
2787
|
modelValue: boolean;
|
2787
2788
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2788
2789
|
updateLocation: (e?: Event) => void;
|
@@ -2798,7 +2799,6 @@ declare const VMenu: {
|
|
2798
2799
|
closeOnBack: boolean;
|
2799
2800
|
contained: boolean;
|
2800
2801
|
noClickAnimation: boolean;
|
2801
|
-
persistent: boolean;
|
2802
2802
|
scrim: string | boolean;
|
2803
2803
|
submenu: boolean;
|
2804
2804
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -2861,9 +2861,9 @@ declare const VMenu: {
|
|
2861
2861
|
disabled: BooleanConstructor;
|
2862
2862
|
class: vue.PropType<ClassValue>;
|
2863
2863
|
theme: StringConstructor;
|
2864
|
+
persistent: BooleanConstructor;
|
2864
2865
|
modelValue: BooleanConstructor;
|
2865
2866
|
contentClass: null;
|
2866
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2867
2867
|
locationStrategy: Omit<{
|
2868
2868
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2869
2869
|
default: string;
|
@@ -2892,6 +2892,7 @@ declare const VMenu: {
|
|
2892
2892
|
type: vue.PropType<string | number>;
|
2893
2893
|
default: NonNullable<string | number>;
|
2894
2894
|
};
|
2895
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2895
2896
|
activatorProps: {
|
2896
2897
|
type: vue.PropType<Record<string, any>>;
|
2897
2898
|
default: () => {};
|
@@ -2916,7 +2917,6 @@ declare const VMenu: {
|
|
2916
2917
|
contained: BooleanConstructor;
|
2917
2918
|
contentProps: null;
|
2918
2919
|
noClickAnimation: BooleanConstructor;
|
2919
|
-
persistent: BooleanConstructor;
|
2920
2920
|
scrim: Omit<{
|
2921
2921
|
type: (StringConstructor | BooleanConstructor)[];
|
2922
2922
|
default: boolean;
|
@@ -2978,9 +2978,9 @@ declare const VMenu: {
|
|
2978
2978
|
disabled: BooleanConstructor;
|
2979
2979
|
class: vue.PropType<ClassValue>;
|
2980
2980
|
theme: StringConstructor;
|
2981
|
+
persistent: BooleanConstructor;
|
2981
2982
|
modelValue: BooleanConstructor;
|
2982
2983
|
contentClass: null;
|
2983
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2984
2984
|
locationStrategy: Omit<{
|
2985
2985
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2986
2986
|
default: string;
|
@@ -3009,6 +3009,7 @@ declare const VMenu: {
|
|
3009
3009
|
type: vue.PropType<string | number>;
|
3010
3010
|
default: NonNullable<string | number>;
|
3011
3011
|
};
|
3012
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
3012
3013
|
activatorProps: {
|
3013
3014
|
type: vue.PropType<Record<string, any>>;
|
3014
3015
|
default: () => {};
|
@@ -3033,7 +3034,6 @@ declare const VMenu: {
|
|
3033
3034
|
contained: BooleanConstructor;
|
3034
3035
|
contentProps: null;
|
3035
3036
|
noClickAnimation: BooleanConstructor;
|
3036
|
-
persistent: BooleanConstructor;
|
3037
3037
|
scrim: Omit<{
|
3038
3038
|
type: (StringConstructor | BooleanConstructor)[];
|
3039
3039
|
default: boolean;
|
@@ -3111,9 +3111,9 @@ declare const VCombobox: {
|
|
3111
3111
|
label?: string | undefined;
|
3112
3112
|
prefix?: string | undefined;
|
3113
3113
|
class?: any;
|
3114
|
+
theme?: string | undefined;
|
3114
3115
|
delimiters?: readonly string[] | undefined;
|
3115
3116
|
placeholder?: string | undefined;
|
3116
|
-
theme?: string | undefined;
|
3117
3117
|
counter?: string | number | boolean | undefined;
|
3118
3118
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3119
3119
|
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;
|
@@ -3142,6 +3142,7 @@ declare const VCombobox: {
|
|
3142
3142
|
style: vue.StyleValue;
|
3143
3143
|
disabled: boolean;
|
3144
3144
|
tag: string;
|
3145
|
+
lines: false | "one" | "two" | "three";
|
3145
3146
|
mandatory: boolean;
|
3146
3147
|
rounded: string | number | boolean;
|
3147
3148
|
tile: boolean;
|
@@ -3152,7 +3153,6 @@ declare const VCombobox: {
|
|
3152
3153
|
selectable: boolean;
|
3153
3154
|
selectStrategy: SelectStrategyProp;
|
3154
3155
|
openStrategy: OpenStrategyProp;
|
3155
|
-
lines: false | "one" | "two" | "three";
|
3156
3156
|
returnObject: boolean;
|
3157
3157
|
itemType: string;
|
3158
3158
|
}> & Omit<{
|
@@ -3161,6 +3161,7 @@ declare const VCombobox: {
|
|
3161
3161
|
style: vue.StyleValue;
|
3162
3162
|
disabled: boolean;
|
3163
3163
|
tag: string;
|
3164
|
+
lines: false | "one" | "two" | "three";
|
3164
3165
|
mandatory: boolean;
|
3165
3166
|
tile: boolean;
|
3166
3167
|
density: Density;
|
@@ -3170,7 +3171,6 @@ declare const VCombobox: {
|
|
3170
3171
|
selectable: boolean;
|
3171
3172
|
selectStrategy: SelectStrategyProp;
|
3172
3173
|
openStrategy: OpenStrategyProp;
|
3173
|
-
lines: false | "one" | "two" | "three";
|
3174
3174
|
returnObject: boolean;
|
3175
3175
|
itemType: string;
|
3176
3176
|
height?: string | number | undefined;
|
@@ -3183,8 +3183,8 @@ declare const VCombobox: {
|
|
3183
3183
|
minWidth?: string | number | undefined;
|
3184
3184
|
activated?: any;
|
3185
3185
|
class?: any;
|
3186
|
-
elevation?: string | number | undefined;
|
3187
3186
|
theme?: string | undefined;
|
3187
|
+
elevation?: string | number | undefined;
|
3188
3188
|
rounded?: string | number | boolean | undefined;
|
3189
3189
|
baseColor?: string | undefined;
|
3190
3190
|
bgColor?: string | undefined;
|
@@ -3205,6 +3205,7 @@ declare const VCombobox: {
|
|
3205
3205
|
style: vue.StyleValue;
|
3206
3206
|
disabled: boolean;
|
3207
3207
|
tag: string;
|
3208
|
+
lines: false | "one" | "two" | "three";
|
3208
3209
|
mandatory: boolean;
|
3209
3210
|
tile: boolean;
|
3210
3211
|
density: Density;
|
@@ -3214,7 +3215,6 @@ declare const VCombobox: {
|
|
3214
3215
|
selectable: boolean;
|
3215
3216
|
selectStrategy: SelectStrategyProp;
|
3216
3217
|
openStrategy: OpenStrategyProp;
|
3217
|
-
lines: false | "one" | "two" | "three";
|
3218
3218
|
returnObject: boolean;
|
3219
3219
|
itemType: string;
|
3220
3220
|
} & {
|
@@ -3228,8 +3228,8 @@ declare const VCombobox: {
|
|
3228
3228
|
minWidth?: string | number | undefined;
|
3229
3229
|
activated?: any;
|
3230
3230
|
class?: any;
|
3231
|
-
elevation?: string | number | undefined;
|
3232
3231
|
theme?: string | undefined;
|
3232
|
+
elevation?: string | number | undefined;
|
3233
3233
|
rounded?: string | number | boolean | undefined;
|
3234
3234
|
baseColor?: string | undefined;
|
3235
3235
|
bgColor?: string | undefined;
|
@@ -3245,7 +3245,7 @@ declare const VCombobox: {
|
|
3245
3245
|
value: boolean;
|
3246
3246
|
path: unknown[];
|
3247
3247
|
}) => any) | undefined;
|
3248
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
3248
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
3249
3249
|
items?: readonly any[] | undefined;
|
3250
3250
|
itemTitle?: SelectItemKey<any>;
|
3251
3251
|
itemValue?: SelectItemKey<any>;
|
@@ -3359,6 +3359,7 @@ declare const VCombobox: {
|
|
3359
3359
|
style: vue.StyleValue;
|
3360
3360
|
eager: boolean;
|
3361
3361
|
disabled: boolean;
|
3362
|
+
persistent: boolean;
|
3362
3363
|
modelValue: boolean;
|
3363
3364
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
3364
3365
|
updateLocation: (e?: Event) => void;
|
@@ -3374,7 +3375,6 @@ declare const VCombobox: {
|
|
3374
3375
|
closeOnBack: boolean;
|
3375
3376
|
contained: boolean;
|
3376
3377
|
noClickAnimation: boolean;
|
3377
|
-
persistent: boolean;
|
3378
3378
|
scrim: string | boolean;
|
3379
3379
|
submenu: boolean;
|
3380
3380
|
}> & Omit<{
|
@@ -3389,6 +3389,7 @@ declare const VCombobox: {
|
|
3389
3389
|
style: vue.StyleValue;
|
3390
3390
|
eager: boolean;
|
3391
3391
|
disabled: boolean;
|
3392
|
+
persistent: boolean;
|
3392
3393
|
modelValue: boolean;
|
3393
3394
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
3394
3395
|
updateLocation: (e?: Event) => void;
|
@@ -3402,7 +3403,6 @@ declare const VCombobox: {
|
|
3402
3403
|
closeOnBack: boolean;
|
3403
3404
|
contained: boolean;
|
3404
3405
|
noClickAnimation: boolean;
|
3405
|
-
persistent: boolean;
|
3406
3406
|
scrim: string | boolean;
|
3407
3407
|
submenu: boolean;
|
3408
3408
|
offset?: string | number | number[] | undefined;
|
@@ -3466,6 +3466,7 @@ declare const VCombobox: {
|
|
3466
3466
|
style: vue.StyleValue;
|
3467
3467
|
eager: boolean;
|
3468
3468
|
disabled: boolean;
|
3469
|
+
persistent: boolean;
|
3469
3470
|
modelValue: boolean;
|
3470
3471
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
3471
3472
|
updateLocation: (e?: Event) => void;
|
@@ -3479,7 +3480,6 @@ declare const VCombobox: {
|
|
3479
3480
|
closeOnBack: boolean;
|
3480
3481
|
contained: boolean;
|
3481
3482
|
noClickAnimation: boolean;
|
3482
|
-
persistent: boolean;
|
3483
3483
|
scrim: string | boolean;
|
3484
3484
|
submenu: boolean;
|
3485
3485
|
} & {
|
@@ -3535,7 +3535,7 @@ declare const VCombobox: {
|
|
3535
3535
|
}) => vue.VNodeChild) | undefined;
|
3536
3536
|
} & {
|
3537
3537
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3538
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
3538
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
3539
3539
|
itemColor?: string | undefined;
|
3540
3540
|
autoSelectFirst?: boolean | "exact" | undefined;
|
3541
3541
|
} & {
|
@@ -3547,7 +3547,7 @@ declare const VCombobox: {
|
|
3547
3547
|
'update:modelValue': (value: any) => true;
|
3548
3548
|
'update:search': (value: string) => true;
|
3549
3549
|
'update:menu': (value: boolean) => true;
|
3550
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "
|
3550
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3551
3551
|
flat: boolean;
|
3552
3552
|
reverse: boolean;
|
3553
3553
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -3606,9 +3606,9 @@ declare const VCombobox: {
|
|
3606
3606
|
label?: string | undefined;
|
3607
3607
|
prefix?: string | undefined;
|
3608
3608
|
class?: any;
|
3609
|
+
theme?: string | undefined;
|
3609
3610
|
delimiters?: readonly string[] | undefined;
|
3610
3611
|
placeholder?: string | undefined;
|
3611
|
-
theme?: string | undefined;
|
3612
3612
|
counter?: string | number | boolean | undefined;
|
3613
3613
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3614
3614
|
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;
|
@@ -3637,6 +3637,7 @@ declare const VCombobox: {
|
|
3637
3637
|
style: vue.StyleValue;
|
3638
3638
|
disabled: boolean;
|
3639
3639
|
tag: string;
|
3640
|
+
lines: false | "one" | "two" | "three";
|
3640
3641
|
mandatory: boolean;
|
3641
3642
|
rounded: string | number | boolean;
|
3642
3643
|
tile: boolean;
|
@@ -3647,7 +3648,6 @@ declare const VCombobox: {
|
|
3647
3648
|
selectable: boolean;
|
3648
3649
|
selectStrategy: SelectStrategyProp;
|
3649
3650
|
openStrategy: OpenStrategyProp;
|
3650
|
-
lines: false | "one" | "two" | "three";
|
3651
3651
|
returnObject: boolean;
|
3652
3652
|
itemType: string;
|
3653
3653
|
}> & Omit<{
|
@@ -3656,6 +3656,7 @@ declare const VCombobox: {
|
|
3656
3656
|
style: vue.StyleValue;
|
3657
3657
|
disabled: boolean;
|
3658
3658
|
tag: string;
|
3659
|
+
lines: false | "one" | "two" | "three";
|
3659
3660
|
mandatory: boolean;
|
3660
3661
|
tile: boolean;
|
3661
3662
|
density: Density;
|
@@ -3665,7 +3666,6 @@ declare const VCombobox: {
|
|
3665
3666
|
selectable: boolean;
|
3666
3667
|
selectStrategy: SelectStrategyProp;
|
3667
3668
|
openStrategy: OpenStrategyProp;
|
3668
|
-
lines: false | "one" | "two" | "three";
|
3669
3669
|
returnObject: boolean;
|
3670
3670
|
itemType: string;
|
3671
3671
|
height?: string | number | undefined;
|
@@ -3678,8 +3678,8 @@ declare const VCombobox: {
|
|
3678
3678
|
minWidth?: string | number | undefined;
|
3679
3679
|
activated?: any;
|
3680
3680
|
class?: any;
|
3681
|
-
elevation?: string | number | undefined;
|
3682
3681
|
theme?: string | undefined;
|
3682
|
+
elevation?: string | number | undefined;
|
3683
3683
|
rounded?: string | number | boolean | undefined;
|
3684
3684
|
baseColor?: string | undefined;
|
3685
3685
|
bgColor?: string | undefined;
|
@@ -3700,6 +3700,7 @@ declare const VCombobox: {
|
|
3700
3700
|
style: vue.StyleValue;
|
3701
3701
|
disabled: boolean;
|
3702
3702
|
tag: string;
|
3703
|
+
lines: false | "one" | "two" | "three";
|
3703
3704
|
mandatory: boolean;
|
3704
3705
|
tile: boolean;
|
3705
3706
|
density: Density;
|
@@ -3709,7 +3710,6 @@ declare const VCombobox: {
|
|
3709
3710
|
selectable: boolean;
|
3710
3711
|
selectStrategy: SelectStrategyProp;
|
3711
3712
|
openStrategy: OpenStrategyProp;
|
3712
|
-
lines: false | "one" | "two" | "three";
|
3713
3713
|
returnObject: boolean;
|
3714
3714
|
itemType: string;
|
3715
3715
|
} & {
|
@@ -3723,8 +3723,8 @@ declare const VCombobox: {
|
|
3723
3723
|
minWidth?: string | number | undefined;
|
3724
3724
|
activated?: any;
|
3725
3725
|
class?: any;
|
3726
|
-
elevation?: string | number | undefined;
|
3727
3726
|
theme?: string | undefined;
|
3727
|
+
elevation?: string | number | undefined;
|
3728
3728
|
rounded?: string | number | boolean | undefined;
|
3729
3729
|
baseColor?: string | undefined;
|
3730
3730
|
bgColor?: string | undefined;
|
@@ -3740,7 +3740,7 @@ declare const VCombobox: {
|
|
3740
3740
|
value: boolean;
|
3741
3741
|
path: unknown[];
|
3742
3742
|
}) => any) | undefined;
|
3743
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
3743
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
3744
3744
|
items?: readonly any[] | undefined;
|
3745
3745
|
itemTitle?: SelectItemKey<any>;
|
3746
3746
|
itemValue?: SelectItemKey<any>;
|
@@ -3854,6 +3854,7 @@ declare const VCombobox: {
|
|
3854
3854
|
style: vue.StyleValue;
|
3855
3855
|
eager: boolean;
|
3856
3856
|
disabled: boolean;
|
3857
|
+
persistent: boolean;
|
3857
3858
|
modelValue: boolean;
|
3858
3859
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
3859
3860
|
updateLocation: (e?: Event) => void;
|
@@ -3869,7 +3870,6 @@ declare const VCombobox: {
|
|
3869
3870
|
closeOnBack: boolean;
|
3870
3871
|
contained: boolean;
|
3871
3872
|
noClickAnimation: boolean;
|
3872
|
-
persistent: boolean;
|
3873
3873
|
scrim: string | boolean;
|
3874
3874
|
submenu: boolean;
|
3875
3875
|
}> & Omit<{
|
@@ -3884,6 +3884,7 @@ declare const VCombobox: {
|
|
3884
3884
|
style: vue.StyleValue;
|
3885
3885
|
eager: boolean;
|
3886
3886
|
disabled: boolean;
|
3887
|
+
persistent: boolean;
|
3887
3888
|
modelValue: boolean;
|
3888
3889
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
3889
3890
|
updateLocation: (e?: Event) => void;
|
@@ -3897,7 +3898,6 @@ declare const VCombobox: {
|
|
3897
3898
|
closeOnBack: boolean;
|
3898
3899
|
contained: boolean;
|
3899
3900
|
noClickAnimation: boolean;
|
3900
|
-
persistent: boolean;
|
3901
3901
|
scrim: string | boolean;
|
3902
3902
|
submenu: boolean;
|
3903
3903
|
offset?: string | number | number[] | undefined;
|
@@ -3961,6 +3961,7 @@ declare const VCombobox: {
|
|
3961
3961
|
style: vue.StyleValue;
|
3962
3962
|
eager: boolean;
|
3963
3963
|
disabled: boolean;
|
3964
|
+
persistent: boolean;
|
3964
3965
|
modelValue: boolean;
|
3965
3966
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
3966
3967
|
updateLocation: (e?: Event) => void;
|
@@ -3974,7 +3975,6 @@ declare const VCombobox: {
|
|
3974
3975
|
closeOnBack: boolean;
|
3975
3976
|
contained: boolean;
|
3976
3977
|
noClickAnimation: boolean;
|
3977
|
-
persistent: boolean;
|
3978
3978
|
scrim: string | boolean;
|
3979
3979
|
submenu: boolean;
|
3980
3980
|
} & {
|
@@ -4030,7 +4030,7 @@ declare const VCombobox: {
|
|
4030
4030
|
}) => vue.VNodeChild) | undefined;
|
4031
4031
|
} & {
|
4032
4032
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4033
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
4033
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
4034
4034
|
itemColor?: string | undefined;
|
4035
4035
|
autoSelectFirst?: boolean | "exact" | undefined;
|
4036
4036
|
} & {
|
@@ -4185,9 +4185,9 @@ declare const VCombobox: {
|
|
4185
4185
|
label?: string | undefined;
|
4186
4186
|
prefix?: string | undefined;
|
4187
4187
|
class?: any;
|
4188
|
+
theme?: string | undefined;
|
4188
4189
|
delimiters?: readonly string[] | undefined;
|
4189
4190
|
placeholder?: string | undefined;
|
4190
|
-
theme?: string | undefined;
|
4191
4191
|
counter?: string | number | boolean | undefined;
|
4192
4192
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4193
4193
|
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;
|
@@ -4216,6 +4216,7 @@ declare const VCombobox: {
|
|
4216
4216
|
style: vue.StyleValue;
|
4217
4217
|
disabled: boolean;
|
4218
4218
|
tag: string;
|
4219
|
+
lines: false | "one" | "two" | "three";
|
4219
4220
|
mandatory: boolean;
|
4220
4221
|
rounded: string | number | boolean;
|
4221
4222
|
tile: boolean;
|
@@ -4226,7 +4227,6 @@ declare const VCombobox: {
|
|
4226
4227
|
selectable: boolean;
|
4227
4228
|
selectStrategy: SelectStrategyProp;
|
4228
4229
|
openStrategy: OpenStrategyProp;
|
4229
|
-
lines: false | "one" | "two" | "three";
|
4230
4230
|
returnObject: boolean;
|
4231
4231
|
itemType: string;
|
4232
4232
|
}> & Omit<{
|
@@ -4235,6 +4235,7 @@ declare const VCombobox: {
|
|
4235
4235
|
style: vue.StyleValue;
|
4236
4236
|
disabled: boolean;
|
4237
4237
|
tag: string;
|
4238
|
+
lines: false | "one" | "two" | "three";
|
4238
4239
|
mandatory: boolean;
|
4239
4240
|
tile: boolean;
|
4240
4241
|
density: Density;
|
@@ -4244,7 +4245,6 @@ declare const VCombobox: {
|
|
4244
4245
|
selectable: boolean;
|
4245
4246
|
selectStrategy: SelectStrategyProp;
|
4246
4247
|
openStrategy: OpenStrategyProp;
|
4247
|
-
lines: false | "one" | "two" | "three";
|
4248
4248
|
returnObject: boolean;
|
4249
4249
|
itemType: string;
|
4250
4250
|
height?: string | number | undefined;
|
@@ -4257,8 +4257,8 @@ declare const VCombobox: {
|
|
4257
4257
|
minWidth?: string | number | undefined;
|
4258
4258
|
activated?: any;
|
4259
4259
|
class?: any;
|
4260
|
-
elevation?: string | number | undefined;
|
4261
4260
|
theme?: string | undefined;
|
4261
|
+
elevation?: string | number | undefined;
|
4262
4262
|
rounded?: string | number | boolean | undefined;
|
4263
4263
|
baseColor?: string | undefined;
|
4264
4264
|
bgColor?: string | undefined;
|
@@ -4279,6 +4279,7 @@ declare const VCombobox: {
|
|
4279
4279
|
style: vue.StyleValue;
|
4280
4280
|
disabled: boolean;
|
4281
4281
|
tag: string;
|
4282
|
+
lines: false | "one" | "two" | "three";
|
4282
4283
|
mandatory: boolean;
|
4283
4284
|
tile: boolean;
|
4284
4285
|
density: Density;
|
@@ -4288,7 +4289,6 @@ declare const VCombobox: {
|
|
4288
4289
|
selectable: boolean;
|
4289
4290
|
selectStrategy: SelectStrategyProp;
|
4290
4291
|
openStrategy: OpenStrategyProp;
|
4291
|
-
lines: false | "one" | "two" | "three";
|
4292
4292
|
returnObject: boolean;
|
4293
4293
|
itemType: string;
|
4294
4294
|
} & {
|
@@ -4302,8 +4302,8 @@ declare const VCombobox: {
|
|
4302
4302
|
minWidth?: string | number | undefined;
|
4303
4303
|
activated?: any;
|
4304
4304
|
class?: any;
|
4305
|
-
elevation?: string | number | undefined;
|
4306
4305
|
theme?: string | undefined;
|
4306
|
+
elevation?: string | number | undefined;
|
4307
4307
|
rounded?: string | number | boolean | undefined;
|
4308
4308
|
baseColor?: string | undefined;
|
4309
4309
|
bgColor?: string | undefined;
|
@@ -4319,7 +4319,7 @@ declare const VCombobox: {
|
|
4319
4319
|
value: boolean;
|
4320
4320
|
path: unknown[];
|
4321
4321
|
}) => any) | undefined;
|
4322
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
4322
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
4323
4323
|
items?: readonly any[] | undefined;
|
4324
4324
|
itemTitle?: SelectItemKey<any>;
|
4325
4325
|
itemValue?: SelectItemKey<any>;
|
@@ -4433,6 +4433,7 @@ declare const VCombobox: {
|
|
4433
4433
|
style: vue.StyleValue;
|
4434
4434
|
eager: boolean;
|
4435
4435
|
disabled: boolean;
|
4436
|
+
persistent: boolean;
|
4436
4437
|
modelValue: boolean;
|
4437
4438
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
4438
4439
|
updateLocation: (e?: Event) => void;
|
@@ -4448,7 +4449,6 @@ declare const VCombobox: {
|
|
4448
4449
|
closeOnBack: boolean;
|
4449
4450
|
contained: boolean;
|
4450
4451
|
noClickAnimation: boolean;
|
4451
|
-
persistent: boolean;
|
4452
4452
|
scrim: string | boolean;
|
4453
4453
|
submenu: boolean;
|
4454
4454
|
}> & Omit<{
|
@@ -4463,6 +4463,7 @@ declare const VCombobox: {
|
|
4463
4463
|
style: vue.StyleValue;
|
4464
4464
|
eager: boolean;
|
4465
4465
|
disabled: boolean;
|
4466
|
+
persistent: boolean;
|
4466
4467
|
modelValue: boolean;
|
4467
4468
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
4468
4469
|
updateLocation: (e?: Event) => void;
|
@@ -4476,7 +4477,6 @@ declare const VCombobox: {
|
|
4476
4477
|
closeOnBack: boolean;
|
4477
4478
|
contained: boolean;
|
4478
4479
|
noClickAnimation: boolean;
|
4479
|
-
persistent: boolean;
|
4480
4480
|
scrim: string | boolean;
|
4481
4481
|
submenu: boolean;
|
4482
4482
|
offset?: string | number | number[] | undefined;
|
@@ -4540,6 +4540,7 @@ declare const VCombobox: {
|
|
4540
4540
|
style: vue.StyleValue;
|
4541
4541
|
eager: boolean;
|
4542
4542
|
disabled: boolean;
|
4543
|
+
persistent: boolean;
|
4543
4544
|
modelValue: boolean;
|
4544
4545
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
4545
4546
|
updateLocation: (e?: Event) => void;
|
@@ -4553,7 +4554,6 @@ declare const VCombobox: {
|
|
4553
4554
|
closeOnBack: boolean;
|
4554
4555
|
contained: boolean;
|
4555
4556
|
noClickAnimation: boolean;
|
4556
|
-
persistent: boolean;
|
4557
4557
|
scrim: string | boolean;
|
4558
4558
|
submenu: boolean;
|
4559
4559
|
} & {
|
@@ -4609,7 +4609,7 @@ declare const VCombobox: {
|
|
4609
4609
|
}) => vue.VNodeChild) | undefined;
|
4610
4610
|
} & {
|
4611
4611
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4612
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
4612
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
4613
4613
|
itemColor?: string | undefined;
|
4614
4614
|
autoSelectFirst?: boolean | "exact" | undefined;
|
4615
4615
|
} & {
|
@@ -4729,9 +4729,9 @@ declare const VCombobox: {
|
|
4729
4729
|
label?: string | undefined;
|
4730
4730
|
prefix?: string | undefined;
|
4731
4731
|
class?: any;
|
4732
|
+
theme?: string | undefined;
|
4732
4733
|
delimiters?: readonly string[] | undefined;
|
4733
4734
|
placeholder?: string | undefined;
|
4734
|
-
theme?: string | undefined;
|
4735
4735
|
counter?: string | number | boolean | undefined;
|
4736
4736
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4737
4737
|
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;
|
@@ -4760,6 +4760,7 @@ declare const VCombobox: {
|
|
4760
4760
|
style: vue.StyleValue;
|
4761
4761
|
disabled: boolean;
|
4762
4762
|
tag: string;
|
4763
|
+
lines: false | "one" | "two" | "three";
|
4763
4764
|
mandatory: boolean;
|
4764
4765
|
rounded: string | number | boolean;
|
4765
4766
|
tile: boolean;
|
@@ -4770,7 +4771,6 @@ declare const VCombobox: {
|
|
4770
4771
|
selectable: boolean;
|
4771
4772
|
selectStrategy: SelectStrategyProp;
|
4772
4773
|
openStrategy: OpenStrategyProp;
|
4773
|
-
lines: false | "one" | "two" | "three";
|
4774
4774
|
returnObject: boolean;
|
4775
4775
|
itemType: string;
|
4776
4776
|
}> & Omit<{
|
@@ -4779,6 +4779,7 @@ declare const VCombobox: {
|
|
4779
4779
|
style: vue.StyleValue;
|
4780
4780
|
disabled: boolean;
|
4781
4781
|
tag: string;
|
4782
|
+
lines: false | "one" | "two" | "three";
|
4782
4783
|
mandatory: boolean;
|
4783
4784
|
tile: boolean;
|
4784
4785
|
density: Density;
|
@@ -4788,7 +4789,6 @@ declare const VCombobox: {
|
|
4788
4789
|
selectable: boolean;
|
4789
4790
|
selectStrategy: SelectStrategyProp;
|
4790
4791
|
openStrategy: OpenStrategyProp;
|
4791
|
-
lines: false | "one" | "two" | "three";
|
4792
4792
|
returnObject: boolean;
|
4793
4793
|
itemType: string;
|
4794
4794
|
height?: string | number | undefined;
|
@@ -4801,8 +4801,8 @@ declare const VCombobox: {
|
|
4801
4801
|
minWidth?: string | number | undefined;
|
4802
4802
|
activated?: any;
|
4803
4803
|
class?: any;
|
4804
|
-
elevation?: string | number | undefined;
|
4805
4804
|
theme?: string | undefined;
|
4805
|
+
elevation?: string | number | undefined;
|
4806
4806
|
rounded?: string | number | boolean | undefined;
|
4807
4807
|
baseColor?: string | undefined;
|
4808
4808
|
bgColor?: string | undefined;
|
@@ -4823,6 +4823,7 @@ declare const VCombobox: {
|
|
4823
4823
|
style: vue.StyleValue;
|
4824
4824
|
disabled: boolean;
|
4825
4825
|
tag: string;
|
4826
|
+
lines: false | "one" | "two" | "three";
|
4826
4827
|
mandatory: boolean;
|
4827
4828
|
tile: boolean;
|
4828
4829
|
density: Density;
|
@@ -4832,7 +4833,6 @@ declare const VCombobox: {
|
|
4832
4833
|
selectable: boolean;
|
4833
4834
|
selectStrategy: SelectStrategyProp;
|
4834
4835
|
openStrategy: OpenStrategyProp;
|
4835
|
-
lines: false | "one" | "two" | "three";
|
4836
4836
|
returnObject: boolean;
|
4837
4837
|
itemType: string;
|
4838
4838
|
} & {
|
@@ -4846,8 +4846,8 @@ declare const VCombobox: {
|
|
4846
4846
|
minWidth?: string | number | undefined;
|
4847
4847
|
activated?: any;
|
4848
4848
|
class?: any;
|
4849
|
-
elevation?: string | number | undefined;
|
4850
4849
|
theme?: string | undefined;
|
4850
|
+
elevation?: string | number | undefined;
|
4851
4851
|
rounded?: string | number | boolean | undefined;
|
4852
4852
|
baseColor?: string | undefined;
|
4853
4853
|
bgColor?: string | undefined;
|
@@ -4863,7 +4863,7 @@ declare const VCombobox: {
|
|
4863
4863
|
value: boolean;
|
4864
4864
|
path: unknown[];
|
4865
4865
|
}) => any) | undefined;
|
4866
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "
|
4866
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
4867
4867
|
items?: readonly any[] | undefined;
|
4868
4868
|
itemTitle?: SelectItemKey<any>;
|
4869
4869
|
itemValue?: SelectItemKey<any>;
|
@@ -4977,6 +4977,7 @@ declare const VCombobox: {
|
|
4977
4977
|
style: vue.StyleValue;
|
4978
4978
|
eager: boolean;
|
4979
4979
|
disabled: boolean;
|
4980
|
+
persistent: boolean;
|
4980
4981
|
modelValue: boolean;
|
4981
4982
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
4982
4983
|
updateLocation: (e?: Event) => void;
|
@@ -4992,7 +4993,6 @@ declare const VCombobox: {
|
|
4992
4993
|
closeOnBack: boolean;
|
4993
4994
|
contained: boolean;
|
4994
4995
|
noClickAnimation: boolean;
|
4995
|
-
persistent: boolean;
|
4996
4996
|
scrim: string | boolean;
|
4997
4997
|
submenu: boolean;
|
4998
4998
|
}> & Omit<{
|
@@ -5007,6 +5007,7 @@ declare const VCombobox: {
|
|
5007
5007
|
style: vue.StyleValue;
|
5008
5008
|
eager: boolean;
|
5009
5009
|
disabled: boolean;
|
5010
|
+
persistent: boolean;
|
5010
5011
|
modelValue: boolean;
|
5011
5012
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
5012
5013
|
updateLocation: (e?: Event) => void;
|
@@ -5020,7 +5021,6 @@ declare const VCombobox: {
|
|
5020
5021
|
closeOnBack: boolean;
|
5021
5022
|
contained: boolean;
|
5022
5023
|
noClickAnimation: boolean;
|
5023
|
-
persistent: boolean;
|
5024
5024
|
scrim: string | boolean;
|
5025
5025
|
submenu: boolean;
|
5026
5026
|
offset?: string | number | number[] | undefined;
|
@@ -5084,6 +5084,7 @@ declare const VCombobox: {
|
|
5084
5084
|
style: vue.StyleValue;
|
5085
5085
|
eager: boolean;
|
5086
5086
|
disabled: boolean;
|
5087
|
+
persistent: boolean;
|
5087
5088
|
modelValue: boolean;
|
5088
5089
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
5089
5090
|
updateLocation: (e?: Event) => void;
|
@@ -5097,7 +5098,6 @@ declare const VCombobox: {
|
|
5097
5098
|
closeOnBack: boolean;
|
5098
5099
|
contained: boolean;
|
5099
5100
|
noClickAnimation: boolean;
|
5100
|
-
persistent: boolean;
|
5101
5101
|
scrim: string | boolean;
|
5102
5102
|
submenu: boolean;
|
5103
5103
|
} & {
|
@@ -5153,7 +5153,7 @@ declare const VCombobox: {
|
|
5153
5153
|
}) => vue.VNodeChild) | undefined;
|
5154
5154
|
} & {
|
5155
5155
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5156
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
5156
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "submenu">) | undefined;
|
5157
5157
|
itemColor?: string | undefined;
|
5158
5158
|
autoSelectFirst?: boolean | "exact" | undefined;
|
5159
5159
|
} & {
|
@@ -5165,7 +5165,7 @@ declare const VCombobox: {
|
|
5165
5165
|
'update:modelValue': (value: any) => true;
|
5166
5166
|
'update:search': (value: string) => true;
|
5167
5167
|
'update:menu': (value: boolean) => true;
|
5168
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "
|
5168
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
5169
5169
|
flat: boolean;
|
5170
5170
|
reverse: boolean;
|
5171
5171
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -5334,8 +5334,8 @@ declare const VCombobox: {
|
|
5334
5334
|
default: null;
|
5335
5335
|
};
|
5336
5336
|
class: PropType<ClassValue>;
|
5337
|
-
placeholder: StringConstructor;
|
5338
5337
|
theme: StringConstructor;
|
5338
|
+
placeholder: StringConstructor;
|
5339
5339
|
messages: {
|
5340
5340
|
type: PropType<string | readonly string[]>;
|
5341
5341
|
default: () => never[];
|
@@ -5544,8 +5544,8 @@ declare const VCombobox: {
|
|
5544
5544
|
default: null;
|
5545
5545
|
};
|
5546
5546
|
class: PropType<ClassValue>;
|
5547
|
-
placeholder: StringConstructor;
|
5548
5547
|
theme: StringConstructor;
|
5548
|
+
placeholder: StringConstructor;
|
5549
5549
|
messages: {
|
5550
5550
|
type: PropType<string | readonly string[]>;
|
5551
5551
|
default: () => never[];
|