vuetify 3.6.15 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +182 -26
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +44 -5
- package/dist/json/web-types.json +445 -42
- package/dist/vuetify-labs.css +2359 -2344
- package/dist/vuetify-labs.d.ts +690 -341
- package/dist/vuetify-labs.esm.js +253 -211
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +252 -210
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2553 -2538
- package/dist/vuetify.d.ts +559 -315
- package/dist/vuetify.esm.js +189 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +188 -126
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +160 -156
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.mjs +2 -5
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +8 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +78 -49
- package/lib/components/VAvatar/VAvatar.css +9 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +0 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -6
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCard/VCard.css +1 -0
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/_variables.scss +7 -3
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VCheckbox/index.d.mts +7 -6
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +78 -49
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +19 -18
- package/lib/components/VFooter/VFooter.mjs +1 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +10 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/VInput/index.d.mts +7 -6
- package/lib/components/VLayout/VLayout.mjs +2 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -6
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +19 -18
- package/lib/components/VMain/VMain.mjs +2 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMenu/VMenu.mjs +26 -8
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +7 -6
- package/lib/components/VRangeSlider/index.d.mts +7 -6
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +78 -49
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +7 -6
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VSwitch/index.d.mts +7 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +19 -18
- package/lib/components/VTextarea/index.d.mts +19 -18
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +7 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +504 -259
- package/lib/composables/layout.mjs +37 -14
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +55 -56
- package/lib/labs/VDateInput/index.d.mts +7 -6
- package/lib/labs/VNumberInput/index.d.mts +43 -42
- 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/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +36 -0
- package/lib/labs/VTreeview/VTreeview.mjs +21 -6
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +133 -95
- package/lib/labs/components.d.mts +193 -109
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -74,7 +74,8 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
|
74
74
|
|
|
75
75
|
type ValidationResult = string | boolean;
|
|
76
76
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
77
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
77
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
78
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
78
79
|
interface ValidationProps {
|
|
79
80
|
disabled: boolean | null;
|
|
80
81
|
error: boolean;
|
|
@@ -87,7 +88,7 @@ interface ValidationProps {
|
|
|
87
88
|
rules: readonly ValidationRule[];
|
|
88
89
|
modelValue: any;
|
|
89
90
|
'onUpdate:modelValue': EventProp | undefined;
|
|
90
|
-
validateOn?:
|
|
91
|
+
validateOn?: ValidateOn;
|
|
91
92
|
validationValue: any;
|
|
92
93
|
}
|
|
93
94
|
|
|
@@ -220,6 +221,7 @@ type Variant = typeof allowedVariants[number];
|
|
|
220
221
|
|
|
221
222
|
type ListItemSlot = {
|
|
222
223
|
isActive: boolean;
|
|
224
|
+
isOpen: boolean;
|
|
223
225
|
isSelected: boolean;
|
|
224
226
|
isIndeterminate: boolean;
|
|
225
227
|
select: (value: boolean) => void;
|
|
@@ -374,9 +376,9 @@ declare const VList: {
|
|
|
374
376
|
rounded?: string | number | boolean | undefined;
|
|
375
377
|
baseColor?: string | undefined;
|
|
376
378
|
bgColor?: string | undefined;
|
|
379
|
+
activeColor?: string | undefined;
|
|
377
380
|
activeClass?: string | undefined;
|
|
378
381
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
379
|
-
activeColor?: string | undefined;
|
|
380
382
|
collapseIcon?: string | undefined;
|
|
381
383
|
expandIcon?: string | undefined;
|
|
382
384
|
} & {
|
|
@@ -445,9 +447,9 @@ declare const VList: {
|
|
|
445
447
|
rounded?: string | number | boolean | undefined;
|
|
446
448
|
baseColor?: string | undefined;
|
|
447
449
|
bgColor?: string | undefined;
|
|
450
|
+
activeColor?: string | undefined;
|
|
448
451
|
activeClass?: string | undefined;
|
|
449
452
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
450
|
-
activeColor?: string | undefined;
|
|
451
453
|
collapseIcon?: string | undefined;
|
|
452
454
|
expandIcon?: string | undefined;
|
|
453
455
|
} & {
|
|
@@ -543,9 +545,9 @@ declare const VList: {
|
|
|
543
545
|
rounded?: string | number | boolean | undefined;
|
|
544
546
|
baseColor?: string | undefined;
|
|
545
547
|
bgColor?: string | undefined;
|
|
548
|
+
activeColor?: string | undefined;
|
|
546
549
|
activeClass?: string | undefined;
|
|
547
550
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
548
|
-
activeColor?: string | undefined;
|
|
549
551
|
collapseIcon?: string | undefined;
|
|
550
552
|
expandIcon?: string | undefined;
|
|
551
553
|
} & {
|
|
@@ -618,9 +620,9 @@ declare const VList: {
|
|
|
618
620
|
rounded?: string | number | boolean | undefined;
|
|
619
621
|
baseColor?: string | undefined;
|
|
620
622
|
bgColor?: string | undefined;
|
|
623
|
+
activeColor?: string | undefined;
|
|
621
624
|
activeClass?: string | undefined;
|
|
622
625
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
623
|
-
activeColor?: string | undefined;
|
|
624
626
|
collapseIcon?: string | undefined;
|
|
625
627
|
expandIcon?: string | undefined;
|
|
626
628
|
} & {
|
|
@@ -943,7 +945,7 @@ type VList = InstanceType<typeof VList>;
|
|
|
943
945
|
|
|
944
946
|
declare const VMenu: {
|
|
945
947
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
946
|
-
location: Anchor;
|
|
948
|
+
location: Anchor | undefined;
|
|
947
949
|
origin: "auto" | Anchor | "overlap";
|
|
948
950
|
transition: string | boolean | (vue.TransitionProps & {
|
|
949
951
|
component?: Component;
|
|
@@ -969,6 +971,7 @@ declare const VMenu: {
|
|
|
969
971
|
noClickAnimation: boolean;
|
|
970
972
|
persistent: boolean;
|
|
971
973
|
scrim: string | boolean;
|
|
974
|
+
submenu: boolean;
|
|
972
975
|
} & {
|
|
973
976
|
offset?: string | number | number[] | undefined;
|
|
974
977
|
id?: string | undefined;
|
|
@@ -1024,7 +1027,7 @@ declare const VMenu: {
|
|
|
1024
1027
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1025
1028
|
}, {
|
|
1026
1029
|
id: vue.ComputedRef<string>;
|
|
1027
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
1030
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
1028
1031
|
} & Omit<Omit<{
|
|
1029
1032
|
$: vue.ComponentInternalInstance;
|
|
1030
1033
|
$data: {};
|
|
@@ -1470,7 +1473,7 @@ declare const VMenu: {
|
|
|
1470
1473
|
onAfterLeave?: (() => any) | undefined;
|
|
1471
1474
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1472
1475
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1473
|
-
}, "target" | "
|
|
1476
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1474
1477
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1475
1478
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1476
1479
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -1482,7 +1485,7 @@ declare const VMenu: {
|
|
|
1482
1485
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1483
1486
|
'update:modelValue': (value: boolean) => true;
|
|
1484
1487
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1485
|
-
location: Anchor;
|
|
1488
|
+
location: Anchor | undefined;
|
|
1486
1489
|
origin: "auto" | Anchor | "overlap";
|
|
1487
1490
|
transition: string | boolean | (vue.TransitionProps & {
|
|
1488
1491
|
component?: Component;
|
|
@@ -1508,6 +1511,7 @@ declare const VMenu: {
|
|
|
1508
1511
|
noClickAnimation: boolean;
|
|
1509
1512
|
persistent: boolean;
|
|
1510
1513
|
scrim: string | boolean;
|
|
1514
|
+
submenu: boolean;
|
|
1511
1515
|
} & {
|
|
1512
1516
|
offset?: string | number | number[] | undefined;
|
|
1513
1517
|
id?: string | undefined;
|
|
@@ -1562,7 +1566,7 @@ declare const VMenu: {
|
|
|
1562
1566
|
} & {
|
|
1563
1567
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1564
1568
|
}, {
|
|
1565
|
-
location: Anchor;
|
|
1569
|
+
location: Anchor | undefined;
|
|
1566
1570
|
origin: "auto" | Anchor | "overlap";
|
|
1567
1571
|
transition: string | boolean | (vue.TransitionProps & {
|
|
1568
1572
|
component?: Component;
|
|
@@ -1590,6 +1594,7 @@ declare const VMenu: {
|
|
|
1590
1594
|
noClickAnimation: boolean;
|
|
1591
1595
|
persistent: boolean;
|
|
1592
1596
|
scrim: string | boolean;
|
|
1597
|
+
submenu: boolean;
|
|
1593
1598
|
}, true, {}, vue.SlotsType<Partial<{
|
|
1594
1599
|
default: (arg: {
|
|
1595
1600
|
isActive: vue.Ref<boolean>;
|
|
@@ -1607,7 +1612,7 @@ declare const VMenu: {
|
|
|
1607
1612
|
M: {};
|
|
1608
1613
|
Defaults: {};
|
|
1609
1614
|
}, {
|
|
1610
|
-
location: Anchor;
|
|
1615
|
+
location: Anchor | undefined;
|
|
1611
1616
|
origin: "auto" | Anchor | "overlap";
|
|
1612
1617
|
transition: string | boolean | (vue.TransitionProps & {
|
|
1613
1618
|
component?: Component;
|
|
@@ -1633,6 +1638,7 @@ declare const VMenu: {
|
|
|
1633
1638
|
noClickAnimation: boolean;
|
|
1634
1639
|
persistent: boolean;
|
|
1635
1640
|
scrim: string | boolean;
|
|
1641
|
+
submenu: boolean;
|
|
1636
1642
|
} & {
|
|
1637
1643
|
offset?: string | number | number[] | undefined;
|
|
1638
1644
|
id?: string | undefined;
|
|
@@ -1688,7 +1694,7 @@ declare const VMenu: {
|
|
|
1688
1694
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1689
1695
|
}, {
|
|
1690
1696
|
id: vue.ComputedRef<string>;
|
|
1691
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
1697
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
1692
1698
|
} & Omit<Omit<{
|
|
1693
1699
|
$: vue.ComponentInternalInstance;
|
|
1694
1700
|
$data: {};
|
|
@@ -2134,7 +2140,7 @@ declare const VMenu: {
|
|
|
2134
2140
|
onAfterLeave?: (() => any) | undefined;
|
|
2135
2141
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2136
2142
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
2137
|
-
}, "target" | "
|
|
2143
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
2138
2144
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2139
2145
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
2140
2146
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -2144,7 +2150,7 @@ declare const VMenu: {
|
|
|
2144
2150
|
localTop: vue.ComputedRef<boolean>;
|
|
2145
2151
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2146
2152
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
2147
|
-
location: Anchor;
|
|
2153
|
+
location: Anchor | undefined;
|
|
2148
2154
|
origin: "auto" | Anchor | "overlap";
|
|
2149
2155
|
transition: string | boolean | (vue.TransitionProps & {
|
|
2150
2156
|
component?: Component;
|
|
@@ -2172,12 +2178,13 @@ declare const VMenu: {
|
|
|
2172
2178
|
noClickAnimation: boolean;
|
|
2173
2179
|
persistent: boolean;
|
|
2174
2180
|
scrim: string | boolean;
|
|
2181
|
+
submenu: boolean;
|
|
2175
2182
|
}>;
|
|
2176
2183
|
__isFragment?: never;
|
|
2177
2184
|
__isTeleport?: never;
|
|
2178
2185
|
__isSuspense?: never;
|
|
2179
2186
|
} & vue.ComponentOptionsBase<{
|
|
2180
|
-
location: Anchor;
|
|
2187
|
+
location: Anchor | undefined;
|
|
2181
2188
|
origin: "auto" | Anchor | "overlap";
|
|
2182
2189
|
transition: string | boolean | (vue.TransitionProps & {
|
|
2183
2190
|
component?: Component;
|
|
@@ -2203,6 +2210,7 @@ declare const VMenu: {
|
|
|
2203
2210
|
noClickAnimation: boolean;
|
|
2204
2211
|
persistent: boolean;
|
|
2205
2212
|
scrim: string | boolean;
|
|
2213
|
+
submenu: boolean;
|
|
2206
2214
|
} & {
|
|
2207
2215
|
offset?: string | number | number[] | undefined;
|
|
2208
2216
|
id?: string | undefined;
|
|
@@ -2258,7 +2266,7 @@ declare const VMenu: {
|
|
|
2258
2266
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2259
2267
|
}, {
|
|
2260
2268
|
id: vue.ComputedRef<string>;
|
|
2261
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
2269
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
2262
2270
|
} & Omit<Omit<{
|
|
2263
2271
|
$: vue.ComponentInternalInstance;
|
|
2264
2272
|
$data: {};
|
|
@@ -2704,7 +2712,7 @@ declare const VMenu: {
|
|
|
2704
2712
|
onAfterLeave?: (() => any) | undefined;
|
|
2705
2713
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2706
2714
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
2707
|
-
}, "target" | "
|
|
2715
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
2708
2716
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2709
2717
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
2710
2718
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -2716,7 +2724,7 @@ declare const VMenu: {
|
|
|
2716
2724
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2717
2725
|
'update:modelValue': (value: boolean) => true;
|
|
2718
2726
|
}, string, {
|
|
2719
|
-
location: Anchor;
|
|
2727
|
+
location: Anchor | undefined;
|
|
2720
2728
|
origin: "auto" | Anchor | "overlap";
|
|
2721
2729
|
transition: string | boolean | (vue.TransitionProps & {
|
|
2722
2730
|
component?: Component;
|
|
@@ -2744,6 +2752,7 @@ declare const VMenu: {
|
|
|
2744
2752
|
noClickAnimation: boolean;
|
|
2745
2753
|
persistent: boolean;
|
|
2746
2754
|
scrim: string | boolean;
|
|
2755
|
+
submenu: boolean;
|
|
2747
2756
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2748
2757
|
default: (arg: {
|
|
2749
2758
|
isActive: vue.Ref<boolean>;
|
|
@@ -2755,9 +2764,12 @@ declare const VMenu: {
|
|
|
2755
2764
|
}) => vue.VNode[];
|
|
2756
2765
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
2757
2766
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
2758
|
-
location: {
|
|
2767
|
+
location: Omit<{
|
|
2759
2768
|
type: vue.PropType<StrategyProps["location"]>;
|
|
2760
2769
|
default: string;
|
|
2770
|
+
}, "type" | "default"> & {
|
|
2771
|
+
type: vue.PropType<Anchor | undefined>;
|
|
2772
|
+
default: NonNullable<Anchor> | undefined;
|
|
2761
2773
|
};
|
|
2762
2774
|
origin: {
|
|
2763
2775
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -2866,11 +2878,15 @@ declare const VMenu: {
|
|
|
2866
2878
|
};
|
|
2867
2879
|
attach: vue.PropType<boolean | string | Element>;
|
|
2868
2880
|
id: StringConstructor;
|
|
2881
|
+
submenu: BooleanConstructor;
|
|
2869
2882
|
}, vue.ExtractPropTypes<{
|
|
2870
2883
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
2871
|
-
location: {
|
|
2884
|
+
location: Omit<{
|
|
2872
2885
|
type: vue.PropType<StrategyProps["location"]>;
|
|
2873
2886
|
default: string;
|
|
2887
|
+
}, "type" | "default"> & {
|
|
2888
|
+
type: vue.PropType<Anchor | undefined>;
|
|
2889
|
+
default: NonNullable<Anchor> | undefined;
|
|
2874
2890
|
};
|
|
2875
2891
|
origin: {
|
|
2876
2892
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -2979,6 +2995,7 @@ declare const VMenu: {
|
|
|
2979
2995
|
};
|
|
2980
2996
|
attach: vue.PropType<boolean | string | Element>;
|
|
2981
2997
|
id: StringConstructor;
|
|
2998
|
+
submenu: BooleanConstructor;
|
|
2982
2999
|
}>>;
|
|
2983
3000
|
type VMenu = InstanceType<typeof VMenu>;
|
|
2984
3001
|
|
|
@@ -3051,7 +3068,7 @@ declare const VCombobox: {
|
|
|
3051
3068
|
theme?: string | undefined;
|
|
3052
3069
|
counter?: string | number | boolean | undefined;
|
|
3053
3070
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3054
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3071
|
+
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;
|
|
3055
3072
|
rounded?: string | number | boolean | undefined;
|
|
3056
3073
|
baseColor?: string | undefined;
|
|
3057
3074
|
bgColor?: string | undefined;
|
|
@@ -3123,9 +3140,9 @@ declare const VCombobox: {
|
|
|
3123
3140
|
rounded?: string | number | boolean | undefined;
|
|
3124
3141
|
baseColor?: string | undefined;
|
|
3125
3142
|
bgColor?: string | undefined;
|
|
3143
|
+
activeColor?: string | undefined;
|
|
3126
3144
|
activeClass?: string | undefined;
|
|
3127
3145
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
3128
|
-
activeColor?: string | undefined;
|
|
3129
3146
|
collapseIcon?: string | undefined;
|
|
3130
3147
|
expandIcon?: string | undefined;
|
|
3131
3148
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -3168,9 +3185,9 @@ declare const VCombobox: {
|
|
|
3168
3185
|
rounded?: string | number | boolean | undefined;
|
|
3169
3186
|
baseColor?: string | undefined;
|
|
3170
3187
|
bgColor?: string | undefined;
|
|
3188
|
+
activeColor?: string | undefined;
|
|
3171
3189
|
activeClass?: string | undefined;
|
|
3172
3190
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
3173
|
-
activeColor?: string | undefined;
|
|
3174
3191
|
collapseIcon?: string | undefined;
|
|
3175
3192
|
expandIcon?: string | undefined;
|
|
3176
3193
|
} & {
|
|
@@ -3283,7 +3300,7 @@ declare const VCombobox: {
|
|
|
3283
3300
|
}) => vue.VNodeChild) | undefined;
|
|
3284
3301
|
}) | undefined;
|
|
3285
3302
|
menuProps?: (Partial<{
|
|
3286
|
-
location: Anchor;
|
|
3303
|
+
location: Anchor | undefined;
|
|
3287
3304
|
origin: "auto" | Anchor | "overlap";
|
|
3288
3305
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3289
3306
|
component?: vue.Component;
|
|
@@ -3311,8 +3328,9 @@ declare const VCombobox: {
|
|
|
3311
3328
|
noClickAnimation: boolean;
|
|
3312
3329
|
persistent: boolean;
|
|
3313
3330
|
scrim: string | boolean;
|
|
3331
|
+
submenu: boolean;
|
|
3314
3332
|
}> & Omit<{
|
|
3315
|
-
location: Anchor;
|
|
3333
|
+
location: Anchor | undefined;
|
|
3316
3334
|
origin: "auto" | Anchor | "overlap";
|
|
3317
3335
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3318
3336
|
component?: vue.Component;
|
|
@@ -3338,6 +3356,7 @@ declare const VCombobox: {
|
|
|
3338
3356
|
noClickAnimation: boolean;
|
|
3339
3357
|
persistent: boolean;
|
|
3340
3358
|
scrim: string | boolean;
|
|
3359
|
+
submenu: boolean;
|
|
3341
3360
|
offset?: string | number | number[] | undefined;
|
|
3342
3361
|
id?: string | undefined;
|
|
3343
3362
|
height?: string | number | undefined;
|
|
@@ -3388,7 +3407,7 @@ declare const VCombobox: {
|
|
|
3388
3407
|
}) => vue.VNodeChild) | undefined;
|
|
3389
3408
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3390
3409
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3391
|
-
location: Anchor;
|
|
3410
|
+
location: Anchor | undefined;
|
|
3392
3411
|
origin: "auto" | Anchor | "overlap";
|
|
3393
3412
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3394
3413
|
component?: vue.Component;
|
|
@@ -3414,6 +3433,7 @@ declare const VCombobox: {
|
|
|
3414
3433
|
noClickAnimation: boolean;
|
|
3415
3434
|
persistent: boolean;
|
|
3416
3435
|
scrim: string | boolean;
|
|
3436
|
+
submenu: boolean;
|
|
3417
3437
|
} & {
|
|
3418
3438
|
offset?: string | number | number[] | undefined;
|
|
3419
3439
|
id?: string | undefined;
|
|
@@ -3467,7 +3487,7 @@ declare const VCombobox: {
|
|
|
3467
3487
|
}) => vue.VNodeChild) | undefined;
|
|
3468
3488
|
} & {
|
|
3469
3489
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3470
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
3490
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
3471
3491
|
itemColor?: string | undefined;
|
|
3472
3492
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
3473
3493
|
} & {
|
|
@@ -3543,7 +3563,7 @@ declare const VCombobox: {
|
|
|
3543
3563
|
theme?: string | undefined;
|
|
3544
3564
|
counter?: string | number | boolean | undefined;
|
|
3545
3565
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3546
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3566
|
+
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;
|
|
3547
3567
|
rounded?: string | number | boolean | undefined;
|
|
3548
3568
|
baseColor?: string | undefined;
|
|
3549
3569
|
bgColor?: string | undefined;
|
|
@@ -3615,9 +3635,9 @@ declare const VCombobox: {
|
|
|
3615
3635
|
rounded?: string | number | boolean | undefined;
|
|
3616
3636
|
baseColor?: string | undefined;
|
|
3617
3637
|
bgColor?: string | undefined;
|
|
3638
|
+
activeColor?: string | undefined;
|
|
3618
3639
|
activeClass?: string | undefined;
|
|
3619
3640
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
3620
|
-
activeColor?: string | undefined;
|
|
3621
3641
|
collapseIcon?: string | undefined;
|
|
3622
3642
|
expandIcon?: string | undefined;
|
|
3623
3643
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -3660,9 +3680,9 @@ declare const VCombobox: {
|
|
|
3660
3680
|
rounded?: string | number | boolean | undefined;
|
|
3661
3681
|
baseColor?: string | undefined;
|
|
3662
3682
|
bgColor?: string | undefined;
|
|
3683
|
+
activeColor?: string | undefined;
|
|
3663
3684
|
activeClass?: string | undefined;
|
|
3664
3685
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
3665
|
-
activeColor?: string | undefined;
|
|
3666
3686
|
collapseIcon?: string | undefined;
|
|
3667
3687
|
expandIcon?: string | undefined;
|
|
3668
3688
|
} & {
|
|
@@ -3775,7 +3795,7 @@ declare const VCombobox: {
|
|
|
3775
3795
|
}) => vue.VNodeChild) | undefined;
|
|
3776
3796
|
}) | undefined;
|
|
3777
3797
|
menuProps?: (Partial<{
|
|
3778
|
-
location: Anchor;
|
|
3798
|
+
location: Anchor | undefined;
|
|
3779
3799
|
origin: "auto" | Anchor | "overlap";
|
|
3780
3800
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3781
3801
|
component?: vue.Component;
|
|
@@ -3803,8 +3823,9 @@ declare const VCombobox: {
|
|
|
3803
3823
|
noClickAnimation: boolean;
|
|
3804
3824
|
persistent: boolean;
|
|
3805
3825
|
scrim: string | boolean;
|
|
3826
|
+
submenu: boolean;
|
|
3806
3827
|
}> & Omit<{
|
|
3807
|
-
location: Anchor;
|
|
3828
|
+
location: Anchor | undefined;
|
|
3808
3829
|
origin: "auto" | Anchor | "overlap";
|
|
3809
3830
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3810
3831
|
component?: vue.Component;
|
|
@@ -3830,6 +3851,7 @@ declare const VCombobox: {
|
|
|
3830
3851
|
noClickAnimation: boolean;
|
|
3831
3852
|
persistent: boolean;
|
|
3832
3853
|
scrim: string | boolean;
|
|
3854
|
+
submenu: boolean;
|
|
3833
3855
|
offset?: string | number | number[] | undefined;
|
|
3834
3856
|
id?: string | undefined;
|
|
3835
3857
|
height?: string | number | undefined;
|
|
@@ -3880,7 +3902,7 @@ declare const VCombobox: {
|
|
|
3880
3902
|
}) => vue.VNodeChild) | undefined;
|
|
3881
3903
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3882
3904
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3883
|
-
location: Anchor;
|
|
3905
|
+
location: Anchor | undefined;
|
|
3884
3906
|
origin: "auto" | Anchor | "overlap";
|
|
3885
3907
|
transition: string | boolean | (vue.TransitionProps & {
|
|
3886
3908
|
component?: vue.Component;
|
|
@@ -3906,6 +3928,7 @@ declare const VCombobox: {
|
|
|
3906
3928
|
noClickAnimation: boolean;
|
|
3907
3929
|
persistent: boolean;
|
|
3908
3930
|
scrim: string | boolean;
|
|
3931
|
+
submenu: boolean;
|
|
3909
3932
|
} & {
|
|
3910
3933
|
offset?: string | number | number[] | undefined;
|
|
3911
3934
|
id?: string | undefined;
|
|
@@ -3959,7 +3982,7 @@ declare const VCombobox: {
|
|
|
3959
3982
|
}) => vue.VNodeChild) | undefined;
|
|
3960
3983
|
} & {
|
|
3961
3984
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3962
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
3985
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
3963
3986
|
itemColor?: string | undefined;
|
|
3964
3987
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
3965
3988
|
} & {
|
|
@@ -4119,7 +4142,7 @@ declare const VCombobox: {
|
|
|
4119
4142
|
theme?: string | undefined;
|
|
4120
4143
|
counter?: string | number | boolean | undefined;
|
|
4121
4144
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
4122
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
4145
|
+
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;
|
|
4123
4146
|
rounded?: string | number | boolean | undefined;
|
|
4124
4147
|
baseColor?: string | undefined;
|
|
4125
4148
|
bgColor?: string | undefined;
|
|
@@ -4191,9 +4214,9 @@ declare const VCombobox: {
|
|
|
4191
4214
|
rounded?: string | number | boolean | undefined;
|
|
4192
4215
|
baseColor?: string | undefined;
|
|
4193
4216
|
bgColor?: string | undefined;
|
|
4217
|
+
activeColor?: string | undefined;
|
|
4194
4218
|
activeClass?: string | undefined;
|
|
4195
4219
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4196
|
-
activeColor?: string | undefined;
|
|
4197
4220
|
collapseIcon?: string | undefined;
|
|
4198
4221
|
expandIcon?: string | undefined;
|
|
4199
4222
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -4236,9 +4259,9 @@ declare const VCombobox: {
|
|
|
4236
4259
|
rounded?: string | number | boolean | undefined;
|
|
4237
4260
|
baseColor?: string | undefined;
|
|
4238
4261
|
bgColor?: string | undefined;
|
|
4262
|
+
activeColor?: string | undefined;
|
|
4239
4263
|
activeClass?: string | undefined;
|
|
4240
4264
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4241
|
-
activeColor?: string | undefined;
|
|
4242
4265
|
collapseIcon?: string | undefined;
|
|
4243
4266
|
expandIcon?: string | undefined;
|
|
4244
4267
|
} & {
|
|
@@ -4351,7 +4374,7 @@ declare const VCombobox: {
|
|
|
4351
4374
|
}) => vue.VNodeChild) | undefined;
|
|
4352
4375
|
}) | undefined;
|
|
4353
4376
|
menuProps?: (Partial<{
|
|
4354
|
-
location: Anchor;
|
|
4377
|
+
location: Anchor | undefined;
|
|
4355
4378
|
origin: "auto" | Anchor | "overlap";
|
|
4356
4379
|
transition: string | boolean | (vue.TransitionProps & {
|
|
4357
4380
|
component?: vue.Component;
|
|
@@ -4379,8 +4402,9 @@ declare const VCombobox: {
|
|
|
4379
4402
|
noClickAnimation: boolean;
|
|
4380
4403
|
persistent: boolean;
|
|
4381
4404
|
scrim: string | boolean;
|
|
4405
|
+
submenu: boolean;
|
|
4382
4406
|
}> & Omit<{
|
|
4383
|
-
location: Anchor;
|
|
4407
|
+
location: Anchor | undefined;
|
|
4384
4408
|
origin: "auto" | Anchor | "overlap";
|
|
4385
4409
|
transition: string | boolean | (vue.TransitionProps & {
|
|
4386
4410
|
component?: vue.Component;
|
|
@@ -4406,6 +4430,7 @@ declare const VCombobox: {
|
|
|
4406
4430
|
noClickAnimation: boolean;
|
|
4407
4431
|
persistent: boolean;
|
|
4408
4432
|
scrim: string | boolean;
|
|
4433
|
+
submenu: boolean;
|
|
4409
4434
|
offset?: string | number | number[] | undefined;
|
|
4410
4435
|
id?: string | undefined;
|
|
4411
4436
|
height?: string | number | undefined;
|
|
@@ -4456,7 +4481,7 @@ declare const VCombobox: {
|
|
|
4456
4481
|
}) => vue.VNodeChild) | undefined;
|
|
4457
4482
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4458
4483
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
4459
|
-
location: Anchor;
|
|
4484
|
+
location: Anchor | undefined;
|
|
4460
4485
|
origin: "auto" | Anchor | "overlap";
|
|
4461
4486
|
transition: string | boolean | (vue.TransitionProps & {
|
|
4462
4487
|
component?: vue.Component;
|
|
@@ -4482,6 +4507,7 @@ declare const VCombobox: {
|
|
|
4482
4507
|
noClickAnimation: boolean;
|
|
4483
4508
|
persistent: boolean;
|
|
4484
4509
|
scrim: string | boolean;
|
|
4510
|
+
submenu: boolean;
|
|
4485
4511
|
} & {
|
|
4486
4512
|
offset?: string | number | number[] | undefined;
|
|
4487
4513
|
id?: string | undefined;
|
|
@@ -4535,7 +4561,7 @@ declare const VCombobox: {
|
|
|
4535
4561
|
}) => vue.VNodeChild) | undefined;
|
|
4536
4562
|
} & {
|
|
4537
4563
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4538
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
4564
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
4539
4565
|
itemColor?: string | undefined;
|
|
4540
4566
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
4541
4567
|
} & {
|
|
@@ -4660,7 +4686,7 @@ declare const VCombobox: {
|
|
|
4660
4686
|
theme?: string | undefined;
|
|
4661
4687
|
counter?: string | number | boolean | undefined;
|
|
4662
4688
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
4663
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
4689
|
+
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;
|
|
4664
4690
|
rounded?: string | number | boolean | undefined;
|
|
4665
4691
|
baseColor?: string | undefined;
|
|
4666
4692
|
bgColor?: string | undefined;
|
|
@@ -4732,9 +4758,9 @@ declare const VCombobox: {
|
|
|
4732
4758
|
rounded?: string | number | boolean | undefined;
|
|
4733
4759
|
baseColor?: string | undefined;
|
|
4734
4760
|
bgColor?: string | undefined;
|
|
4761
|
+
activeColor?: string | undefined;
|
|
4735
4762
|
activeClass?: string | undefined;
|
|
4736
4763
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4737
|
-
activeColor?: string | undefined;
|
|
4738
4764
|
collapseIcon?: string | undefined;
|
|
4739
4765
|
expandIcon?: string | undefined;
|
|
4740
4766
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -4777,9 +4803,9 @@ declare const VCombobox: {
|
|
|
4777
4803
|
rounded?: string | number | boolean | undefined;
|
|
4778
4804
|
baseColor?: string | undefined;
|
|
4779
4805
|
bgColor?: string | undefined;
|
|
4806
|
+
activeColor?: string | undefined;
|
|
4780
4807
|
activeClass?: string | undefined;
|
|
4781
4808
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4782
|
-
activeColor?: string | undefined;
|
|
4783
4809
|
collapseIcon?: string | undefined;
|
|
4784
4810
|
expandIcon?: string | undefined;
|
|
4785
4811
|
} & {
|
|
@@ -4892,7 +4918,7 @@ declare const VCombobox: {
|
|
|
4892
4918
|
}) => vue.VNodeChild) | undefined;
|
|
4893
4919
|
}) | undefined;
|
|
4894
4920
|
menuProps?: (Partial<{
|
|
4895
|
-
location: Anchor;
|
|
4921
|
+
location: Anchor | undefined;
|
|
4896
4922
|
origin: "auto" | Anchor | "overlap";
|
|
4897
4923
|
transition: string | boolean | (vue.TransitionProps & {
|
|
4898
4924
|
component?: vue.Component;
|
|
@@ -4920,8 +4946,9 @@ declare const VCombobox: {
|
|
|
4920
4946
|
noClickAnimation: boolean;
|
|
4921
4947
|
persistent: boolean;
|
|
4922
4948
|
scrim: string | boolean;
|
|
4949
|
+
submenu: boolean;
|
|
4923
4950
|
}> & Omit<{
|
|
4924
|
-
location: Anchor;
|
|
4951
|
+
location: Anchor | undefined;
|
|
4925
4952
|
origin: "auto" | Anchor | "overlap";
|
|
4926
4953
|
transition: string | boolean | (vue.TransitionProps & {
|
|
4927
4954
|
component?: vue.Component;
|
|
@@ -4947,6 +4974,7 @@ declare const VCombobox: {
|
|
|
4947
4974
|
noClickAnimation: boolean;
|
|
4948
4975
|
persistent: boolean;
|
|
4949
4976
|
scrim: string | boolean;
|
|
4977
|
+
submenu: boolean;
|
|
4950
4978
|
offset?: string | number | number[] | undefined;
|
|
4951
4979
|
id?: string | undefined;
|
|
4952
4980
|
height?: string | number | undefined;
|
|
@@ -4997,7 +5025,7 @@ declare const VCombobox: {
|
|
|
4997
5025
|
}) => vue.VNodeChild) | undefined;
|
|
4998
5026
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4999
5027
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
5000
|
-
location: Anchor;
|
|
5028
|
+
location: Anchor | undefined;
|
|
5001
5029
|
origin: "auto" | Anchor | "overlap";
|
|
5002
5030
|
transition: string | boolean | (vue.TransitionProps & {
|
|
5003
5031
|
component?: vue.Component;
|
|
@@ -5023,6 +5051,7 @@ declare const VCombobox: {
|
|
|
5023
5051
|
noClickAnimation: boolean;
|
|
5024
5052
|
persistent: boolean;
|
|
5025
5053
|
scrim: string | boolean;
|
|
5054
|
+
submenu: boolean;
|
|
5026
5055
|
} & {
|
|
5027
5056
|
offset?: string | number | number[] | undefined;
|
|
5028
5057
|
id?: string | undefined;
|
|
@@ -5076,7 +5105,7 @@ declare const VCombobox: {
|
|
|
5076
5105
|
}) => vue.VNodeChild) | undefined;
|
|
5077
5106
|
} & {
|
|
5078
5107
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5079
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
5108
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
5080
5109
|
itemColor?: string | undefined;
|
|
5081
5110
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
5082
5111
|
} & {
|
|
@@ -622,7 +622,7 @@ declare const VDialog: {
|
|
|
622
622
|
onAfterLeave?: (() => any) | undefined;
|
|
623
623
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
624
624
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
625
|
-
}, "target" | "
|
|
625
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
626
626
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
627
627
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
628
628
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -1294,7 +1294,7 @@ declare const VDialog: {
|
|
|
1294
1294
|
onAfterLeave?: (() => any) | undefined;
|
|
1295
1295
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1296
1296
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1297
|
-
}, "target" | "
|
|
1297
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1298
1298
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1299
1299
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1300
1300
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -1867,7 +1867,7 @@ declare const VDialog: {
|
|
|
1867
1867
|
onAfterLeave?: (() => any) | undefined;
|
|
1868
1868
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1869
1869
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1870
|
-
}, "target" | "
|
|
1870
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1871
1871
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1872
1872
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1873
1873
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|