vuetify 3.7.15 → 3.7.17
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 +3529 -3525
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +3 -2
- package/dist/json/web-types.json +6568 -6536
- package/dist/vuetify-labs.css +3153 -3152
- package/dist/vuetify-labs.d.ts +438 -200
- package/dist/vuetify-labs.esm.js +165 -141
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +164 -140
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3426 -3425
- package/dist/vuetify.d.ts +387 -207
- package/dist/vuetify.esm.js +110 -83
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +109 -82
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +471 -470
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +15 -6
- package/lib/components/VAutocomplete/index.d.mts +23 -8
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +6 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +15 -6
- package/lib/components/VCard/VCard.mjs +12 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +11 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +75 -30
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs +6 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +15 -6
- package/lib/components/VCombobox/index.d.mts +23 -8
- package/lib/components/VDataIterator/index.d.mts +2 -2
- package/lib/components/VDataTable/composables/headers.mjs +3 -1
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +2 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +34 -34
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -5
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -21
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +3 -3
- package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs +50 -0
- package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs.map +1 -0
- package/lib/components/VDialog/index.d.mts +21 -6
- package/lib/components/VFab/index.d.mts +15 -6
- package/lib/components/VField/VField.mjs +1 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +11 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +32 -14
- package/lib/components/VMenu/index.d.mts +21 -6
- package/lib/components/VOverlay/VOverlay.mjs +10 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +6 -0
- package/lib/components/VPagination/VPagination.mjs +3 -3
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +23 -8
- package/lib/components/VSlider/slider.mjs +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +21 -6
- package/lib/components/VSparkline/VBarline.mjs +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +39 -24
- package/lib/components/VTextField/VTextField.mjs +2 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +4 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/components/VTooltip/index.d.mts +21 -6
- package/lib/components/index.d.mts +333 -153
- package/lib/composables/stack.mjs +2 -2
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +10 -10
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/index.d.mts +32 -14
- package/lib/labs/VNumberInput/VNumberInput.mjs +5 -5
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +21 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +14 -13
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +35 -13
- package/lib/labs/VTimePicker/shared.mjs +2 -0
- package/lib/labs/VTimePicker/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +32 -14
- package/lib/labs/components.d.mts +128 -55
- package/lib/locale/adapters/vuetify.mjs +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/animation.mjs +8 -8
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +0 -39
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +0 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
|
@@ -1461,7 +1461,7 @@ declare const VAppBarNavIcon: {
|
|
|
1461
1461
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1462
1462
|
value?: any;
|
|
1463
1463
|
loading?: string | boolean | undefined;
|
|
1464
|
-
text?: string | undefined;
|
|
1464
|
+
text?: string | number | boolean | undefined;
|
|
1465
1465
|
class?: any;
|
|
1466
1466
|
theme?: string | undefined;
|
|
1467
1467
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -1525,7 +1525,7 @@ declare const VAppBarNavIcon: {
|
|
|
1525
1525
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1526
1526
|
value?: any;
|
|
1527
1527
|
loading?: string | boolean | undefined;
|
|
1528
|
-
text?: string | undefined;
|
|
1528
|
+
text?: string | number | boolean | undefined;
|
|
1529
1529
|
class?: any;
|
|
1530
1530
|
theme?: string | undefined;
|
|
1531
1531
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -1564,6 +1564,7 @@ declare const VAppBarNavIcon: {
|
|
|
1564
1564
|
block: boolean;
|
|
1565
1565
|
active: boolean;
|
|
1566
1566
|
style: vue.StyleValue;
|
|
1567
|
+
text: string | number | boolean;
|
|
1567
1568
|
disabled: boolean;
|
|
1568
1569
|
size: string | number;
|
|
1569
1570
|
readonly: boolean;
|
|
@@ -1623,7 +1624,7 @@ declare const VAppBarNavIcon: {
|
|
|
1623
1624
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1624
1625
|
value?: any;
|
|
1625
1626
|
loading?: string | boolean | undefined;
|
|
1626
|
-
text?: string | undefined;
|
|
1627
|
+
text?: string | number | boolean | undefined;
|
|
1627
1628
|
class?: any;
|
|
1628
1629
|
theme?: string | undefined;
|
|
1629
1630
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -1662,6 +1663,7 @@ declare const VAppBarNavIcon: {
|
|
|
1662
1663
|
block: boolean;
|
|
1663
1664
|
active: boolean;
|
|
1664
1665
|
style: vue.StyleValue;
|
|
1666
|
+
text: string | number | boolean;
|
|
1665
1667
|
disabled: boolean;
|
|
1666
1668
|
size: string | number;
|
|
1667
1669
|
readonly: boolean;
|
|
@@ -1713,7 +1715,7 @@ declare const VAppBarNavIcon: {
|
|
|
1713
1715
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1714
1716
|
value?: any;
|
|
1715
1717
|
loading?: string | boolean | undefined;
|
|
1716
|
-
text?: string | undefined;
|
|
1718
|
+
text?: string | number | boolean | undefined;
|
|
1717
1719
|
class?: any;
|
|
1718
1720
|
theme?: string | undefined;
|
|
1719
1721
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -1752,6 +1754,7 @@ declare const VAppBarNavIcon: {
|
|
|
1752
1754
|
block: boolean;
|
|
1753
1755
|
active: boolean;
|
|
1754
1756
|
style: vue.StyleValue;
|
|
1757
|
+
text: string | number | boolean;
|
|
1755
1758
|
disabled: boolean;
|
|
1756
1759
|
size: string | number;
|
|
1757
1760
|
readonly: boolean;
|
|
@@ -1859,7 +1862,10 @@ declare const VAppBarNavIcon: {
|
|
|
1859
1862
|
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
1860
1863
|
default: boolean;
|
|
1861
1864
|
};
|
|
1862
|
-
text:
|
|
1865
|
+
text: {
|
|
1866
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1867
|
+
default: undefined;
|
|
1868
|
+
};
|
|
1863
1869
|
}, vue.ExtractPropTypes<{
|
|
1864
1870
|
color: StringConstructor;
|
|
1865
1871
|
variant: Omit<Omit<{
|
|
@@ -1949,7 +1955,10 @@ declare const VAppBarNavIcon: {
|
|
|
1949
1955
|
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
1950
1956
|
default: boolean;
|
|
1951
1957
|
};
|
|
1952
|
-
text:
|
|
1958
|
+
text: {
|
|
1959
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1960
|
+
default: undefined;
|
|
1961
|
+
};
|
|
1953
1962
|
}>>;
|
|
1954
1963
|
type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
|
|
1955
1964
|
|
|
@@ -3764,10 +3773,10 @@ type ListItemSlot = {
|
|
|
3764
3773
|
select: (value: boolean) => void;
|
|
3765
3774
|
};
|
|
3766
3775
|
type ListItemTitleSlot = {
|
|
3767
|
-
title?: string | number;
|
|
3776
|
+
title?: string | number | boolean;
|
|
3768
3777
|
};
|
|
3769
3778
|
type ListItemSubtitleSlot = {
|
|
3770
|
-
subtitle?: string | number;
|
|
3779
|
+
subtitle?: string | number | boolean;
|
|
3771
3780
|
};
|
|
3772
3781
|
type VListItemSlots = {
|
|
3773
3782
|
prepend: ListItemSlot;
|
|
@@ -3803,7 +3812,7 @@ declare const VListItem: {
|
|
|
3803
3812
|
minHeight?: string | number | undefined;
|
|
3804
3813
|
minWidth?: string | number | undefined;
|
|
3805
3814
|
value?: any;
|
|
3806
|
-
title?: string | number | undefined;
|
|
3815
|
+
title?: string | number | boolean | undefined;
|
|
3807
3816
|
class?: any;
|
|
3808
3817
|
theme?: string | undefined;
|
|
3809
3818
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -3820,7 +3829,7 @@ declare const VListItem: {
|
|
|
3820
3829
|
activeClass?: string | undefined;
|
|
3821
3830
|
appendAvatar?: string | undefined;
|
|
3822
3831
|
prependAvatar?: string | undefined;
|
|
3823
|
-
subtitle?: string | number | undefined;
|
|
3832
|
+
subtitle?: string | number | boolean | undefined;
|
|
3824
3833
|
} & {
|
|
3825
3834
|
$children?: vue.VNodeChild | {
|
|
3826
3835
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3901,7 +3910,7 @@ declare const VListItem: {
|
|
|
3901
3910
|
minHeight?: string | number | undefined;
|
|
3902
3911
|
minWidth?: string | number | undefined;
|
|
3903
3912
|
value?: any;
|
|
3904
|
-
title?: string | number | undefined;
|
|
3913
|
+
title?: string | number | boolean | undefined;
|
|
3905
3914
|
class?: any;
|
|
3906
3915
|
theme?: string | undefined;
|
|
3907
3916
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -3918,7 +3927,7 @@ declare const VListItem: {
|
|
|
3918
3927
|
activeClass?: string | undefined;
|
|
3919
3928
|
appendAvatar?: string | undefined;
|
|
3920
3929
|
prependAvatar?: string | undefined;
|
|
3921
|
-
subtitle?: string | number | undefined;
|
|
3930
|
+
subtitle?: string | number | boolean | undefined;
|
|
3922
3931
|
} & {
|
|
3923
3932
|
$children?: vue.VNodeChild | {
|
|
3924
3933
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -3950,6 +3959,7 @@ declare const VListItem: {
|
|
|
3950
3959
|
active: boolean;
|
|
3951
3960
|
nav: boolean;
|
|
3952
3961
|
style: vue.StyleValue;
|
|
3962
|
+
title: string | number | boolean;
|
|
3953
3963
|
disabled: boolean;
|
|
3954
3964
|
tag: string;
|
|
3955
3965
|
rounded: string | number | boolean;
|
|
@@ -3959,6 +3969,7 @@ declare const VListItem: {
|
|
|
3959
3969
|
ripple: boolean | {
|
|
3960
3970
|
class: string;
|
|
3961
3971
|
} | undefined;
|
|
3972
|
+
subtitle: string | number | boolean;
|
|
3962
3973
|
}, true, {}, vue.SlotsType<Partial<{
|
|
3963
3974
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
3964
3975
|
append: (arg: ListItemSlot) => vue.VNode[];
|
|
@@ -3998,7 +4009,7 @@ declare const VListItem: {
|
|
|
3998
4009
|
minHeight?: string | number | undefined;
|
|
3999
4010
|
minWidth?: string | number | undefined;
|
|
4000
4011
|
value?: any;
|
|
4001
|
-
title?: string | number | undefined;
|
|
4012
|
+
title?: string | number | boolean | undefined;
|
|
4002
4013
|
class?: any;
|
|
4003
4014
|
theme?: string | undefined;
|
|
4004
4015
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -4015,7 +4026,7 @@ declare const VListItem: {
|
|
|
4015
4026
|
activeClass?: string | undefined;
|
|
4016
4027
|
appendAvatar?: string | undefined;
|
|
4017
4028
|
prependAvatar?: string | undefined;
|
|
4018
|
-
subtitle?: string | number | undefined;
|
|
4029
|
+
subtitle?: string | number | boolean | undefined;
|
|
4019
4030
|
} & {
|
|
4020
4031
|
$children?: vue.VNodeChild | {
|
|
4021
4032
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -4076,6 +4087,7 @@ declare const VListItem: {
|
|
|
4076
4087
|
active: boolean;
|
|
4077
4088
|
nav: boolean;
|
|
4078
4089
|
style: vue.StyleValue;
|
|
4090
|
+
title: string | number | boolean;
|
|
4079
4091
|
disabled: boolean;
|
|
4080
4092
|
tag: string;
|
|
4081
4093
|
rounded: string | number | boolean;
|
|
@@ -4085,6 +4097,7 @@ declare const VListItem: {
|
|
|
4085
4097
|
ripple: boolean | {
|
|
4086
4098
|
class: string;
|
|
4087
4099
|
} | undefined;
|
|
4100
|
+
subtitle: string | number | boolean;
|
|
4088
4101
|
}>;
|
|
4089
4102
|
__isFragment?: never;
|
|
4090
4103
|
__isTeleport?: never;
|
|
@@ -4115,7 +4128,7 @@ declare const VListItem: {
|
|
|
4115
4128
|
minHeight?: string | number | undefined;
|
|
4116
4129
|
minWidth?: string | number | undefined;
|
|
4117
4130
|
value?: any;
|
|
4118
|
-
title?: string | number | undefined;
|
|
4131
|
+
title?: string | number | boolean | undefined;
|
|
4119
4132
|
class?: any;
|
|
4120
4133
|
theme?: string | undefined;
|
|
4121
4134
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -4132,7 +4145,7 @@ declare const VListItem: {
|
|
|
4132
4145
|
activeClass?: string | undefined;
|
|
4133
4146
|
appendAvatar?: string | undefined;
|
|
4134
4147
|
prependAvatar?: string | undefined;
|
|
4135
|
-
subtitle?: string | number | undefined;
|
|
4148
|
+
subtitle?: string | number | boolean | undefined;
|
|
4136
4149
|
} & {
|
|
4137
4150
|
$children?: vue.VNodeChild | {
|
|
4138
4151
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -4195,6 +4208,7 @@ declare const VListItem: {
|
|
|
4195
4208
|
active: boolean;
|
|
4196
4209
|
nav: boolean;
|
|
4197
4210
|
style: vue.StyleValue;
|
|
4211
|
+
title: string | number | boolean;
|
|
4198
4212
|
disabled: boolean;
|
|
4199
4213
|
tag: string;
|
|
4200
4214
|
rounded: string | number | boolean;
|
|
@@ -4204,6 +4218,7 @@ declare const VListItem: {
|
|
|
4204
4218
|
ripple: boolean | {
|
|
4205
4219
|
class: string;
|
|
4206
4220
|
} | undefined;
|
|
4221
|
+
subtitle: string | number | boolean;
|
|
4207
4222
|
}, {}, string, vue.SlotsType<Partial<{
|
|
4208
4223
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
4209
4224
|
append: (arg: ListItemSlot) => vue.VNode[];
|
|
@@ -4278,8 +4293,14 @@ declare const VListItem: {
|
|
|
4278
4293
|
default: boolean;
|
|
4279
4294
|
};
|
|
4280
4295
|
slim: BooleanConstructor;
|
|
4281
|
-
subtitle:
|
|
4282
|
-
|
|
4296
|
+
subtitle: {
|
|
4297
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4298
|
+
default: undefined;
|
|
4299
|
+
};
|
|
4300
|
+
title: {
|
|
4301
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4302
|
+
default: undefined;
|
|
4303
|
+
};
|
|
4283
4304
|
value: null;
|
|
4284
4305
|
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4285
4306
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
@@ -4351,8 +4372,14 @@ declare const VListItem: {
|
|
|
4351
4372
|
default: boolean;
|
|
4352
4373
|
};
|
|
4353
4374
|
slim: BooleanConstructor;
|
|
4354
|
-
subtitle:
|
|
4355
|
-
|
|
4375
|
+
subtitle: {
|
|
4376
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4377
|
+
default: undefined;
|
|
4378
|
+
};
|
|
4379
|
+
title: {
|
|
4380
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4381
|
+
default: undefined;
|
|
4382
|
+
};
|
|
4356
4383
|
value: null;
|
|
4357
4384
|
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4358
4385
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
@@ -6211,6 +6238,7 @@ declare const VMenu: {
|
|
|
6211
6238
|
}) => vue.VNodeChild) | undefined;
|
|
6212
6239
|
onAfterEnter?: (() => any) | undefined;
|
|
6213
6240
|
onAfterLeave?: (() => any) | undefined;
|
|
6241
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6214
6242
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6215
6243
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6216
6244
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -6293,6 +6321,7 @@ declare const VMenu: {
|
|
|
6293
6321
|
} & {
|
|
6294
6322
|
onAfterEnter?: (() => any) | undefined;
|
|
6295
6323
|
onAfterLeave?: (() => any) | undefined;
|
|
6324
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6296
6325
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6297
6326
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6298
6327
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -6314,7 +6343,7 @@ declare const VMenu: {
|
|
|
6314
6343
|
}>;
|
|
6315
6344
|
$root: vue.ComponentPublicInstance | null;
|
|
6316
6345
|
$parent: vue.ComponentPublicInstance | null;
|
|
6317
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
6346
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
6318
6347
|
$el: any;
|
|
6319
6348
|
$options: vue.ComponentOptionsBase<{
|
|
6320
6349
|
absolute: boolean;
|
|
@@ -6396,6 +6425,7 @@ declare const VMenu: {
|
|
|
6396
6425
|
} & {
|
|
6397
6426
|
onAfterEnter?: (() => any) | undefined;
|
|
6398
6427
|
onAfterLeave?: (() => any) | undefined;
|
|
6428
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6399
6429
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6400
6430
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6401
6431
|
}, {
|
|
@@ -6410,6 +6440,7 @@ declare const VMenu: {
|
|
|
6410
6440
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6411
6441
|
'click:outside': (e: MouseEvent) => true;
|
|
6412
6442
|
'update:modelValue': (value: boolean) => true;
|
|
6443
|
+
keydown: (e: KeyboardEvent) => true;
|
|
6413
6444
|
afterEnter: () => true;
|
|
6414
6445
|
afterLeave: () => true;
|
|
6415
6446
|
}, string, {
|
|
@@ -6548,6 +6579,7 @@ declare const VMenu: {
|
|
|
6548
6579
|
} & {
|
|
6549
6580
|
onAfterEnter?: (() => any) | undefined;
|
|
6550
6581
|
onAfterLeave?: (() => any) | undefined;
|
|
6582
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6551
6583
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6552
6584
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6553
6585
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -6559,7 +6591,7 @@ declare const VMenu: {
|
|
|
6559
6591
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
6560
6592
|
localTop: vue.ComputedRef<boolean>;
|
|
6561
6593
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
6562
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
6594
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
6563
6595
|
_allExposed: {
|
|
6564
6596
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
6565
6597
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -6892,6 +6924,7 @@ declare const VMenu: {
|
|
|
6892
6924
|
}) => vue.VNodeChild) | undefined;
|
|
6893
6925
|
onAfterEnter?: (() => any) | undefined;
|
|
6894
6926
|
onAfterLeave?: (() => any) | undefined;
|
|
6927
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6895
6928
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6896
6929
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6897
6930
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -6974,6 +7007,7 @@ declare const VMenu: {
|
|
|
6974
7007
|
} & {
|
|
6975
7008
|
onAfterEnter?: (() => any) | undefined;
|
|
6976
7009
|
onAfterLeave?: (() => any) | undefined;
|
|
7010
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6977
7011
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6978
7012
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6979
7013
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -6995,7 +7029,7 @@ declare const VMenu: {
|
|
|
6995
7029
|
}>;
|
|
6996
7030
|
$root: vue.ComponentPublicInstance | null;
|
|
6997
7031
|
$parent: vue.ComponentPublicInstance | null;
|
|
6998
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7032
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
6999
7033
|
$el: any;
|
|
7000
7034
|
$options: vue.ComponentOptionsBase<{
|
|
7001
7035
|
absolute: boolean;
|
|
@@ -7077,6 +7111,7 @@ declare const VMenu: {
|
|
|
7077
7111
|
} & {
|
|
7078
7112
|
onAfterEnter?: (() => any) | undefined;
|
|
7079
7113
|
onAfterLeave?: (() => any) | undefined;
|
|
7114
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7080
7115
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7081
7116
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7082
7117
|
}, {
|
|
@@ -7091,6 +7126,7 @@ declare const VMenu: {
|
|
|
7091
7126
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7092
7127
|
'click:outside': (e: MouseEvent) => true;
|
|
7093
7128
|
'update:modelValue': (value: boolean) => true;
|
|
7129
|
+
keydown: (e: KeyboardEvent) => true;
|
|
7094
7130
|
afterEnter: () => true;
|
|
7095
7131
|
afterLeave: () => true;
|
|
7096
7132
|
}, string, {
|
|
@@ -7229,6 +7265,7 @@ declare const VMenu: {
|
|
|
7229
7265
|
} & {
|
|
7230
7266
|
onAfterEnter?: (() => any) | undefined;
|
|
7231
7267
|
onAfterLeave?: (() => any) | undefined;
|
|
7268
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7232
7269
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7233
7270
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7234
7271
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -7240,7 +7277,7 @@ declare const VMenu: {
|
|
|
7240
7277
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
7241
7278
|
localTop: vue.ComputedRef<boolean>;
|
|
7242
7279
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7243
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
7280
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
7244
7281
|
_allExposed: {
|
|
7245
7282
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7246
7283
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -7478,6 +7515,7 @@ declare const VMenu: {
|
|
|
7478
7515
|
}) => vue.VNodeChild) | undefined;
|
|
7479
7516
|
onAfterEnter?: (() => any) | undefined;
|
|
7480
7517
|
onAfterLeave?: (() => any) | undefined;
|
|
7518
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7481
7519
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7482
7520
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7483
7521
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -7560,6 +7598,7 @@ declare const VMenu: {
|
|
|
7560
7598
|
} & {
|
|
7561
7599
|
onAfterEnter?: (() => any) | undefined;
|
|
7562
7600
|
onAfterLeave?: (() => any) | undefined;
|
|
7601
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7563
7602
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7564
7603
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7565
7604
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -7581,7 +7620,7 @@ declare const VMenu: {
|
|
|
7581
7620
|
}>;
|
|
7582
7621
|
$root: vue.ComponentPublicInstance | null;
|
|
7583
7622
|
$parent: vue.ComponentPublicInstance | null;
|
|
7584
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7623
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7585
7624
|
$el: any;
|
|
7586
7625
|
$options: vue.ComponentOptionsBase<{
|
|
7587
7626
|
absolute: boolean;
|
|
@@ -7663,6 +7702,7 @@ declare const VMenu: {
|
|
|
7663
7702
|
} & {
|
|
7664
7703
|
onAfterEnter?: (() => any) | undefined;
|
|
7665
7704
|
onAfterLeave?: (() => any) | undefined;
|
|
7705
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7666
7706
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7667
7707
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7668
7708
|
}, {
|
|
@@ -7677,6 +7717,7 @@ declare const VMenu: {
|
|
|
7677
7717
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7678
7718
|
'click:outside': (e: MouseEvent) => true;
|
|
7679
7719
|
'update:modelValue': (value: boolean) => true;
|
|
7720
|
+
keydown: (e: KeyboardEvent) => true;
|
|
7680
7721
|
afterEnter: () => true;
|
|
7681
7722
|
afterLeave: () => true;
|
|
7682
7723
|
}, string, {
|
|
@@ -7815,6 +7856,7 @@ declare const VMenu: {
|
|
|
7815
7856
|
} & {
|
|
7816
7857
|
onAfterEnter?: (() => any) | undefined;
|
|
7817
7858
|
onAfterLeave?: (() => any) | undefined;
|
|
7859
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7818
7860
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7819
7861
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7820
7862
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -7826,7 +7868,7 @@ declare const VMenu: {
|
|
|
7826
7868
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
7827
7869
|
localTop: vue.ComputedRef<boolean>;
|
|
7828
7870
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7829
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
7871
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
7830
7872
|
_allExposed: {
|
|
7831
7873
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7832
7874
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -13419,7 +13461,7 @@ declare const VBtn: {
|
|
|
13419
13461
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13420
13462
|
value?: any;
|
|
13421
13463
|
loading?: string | boolean | undefined;
|
|
13422
|
-
text?: string | undefined;
|
|
13464
|
+
text?: string | number | boolean | undefined;
|
|
13423
13465
|
class?: any;
|
|
13424
13466
|
theme?: string | undefined;
|
|
13425
13467
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13493,7 +13535,7 @@ declare const VBtn: {
|
|
|
13493
13535
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13494
13536
|
value?: any;
|
|
13495
13537
|
loading?: string | boolean | undefined;
|
|
13496
|
-
text?: string | undefined;
|
|
13538
|
+
text?: string | number | boolean | undefined;
|
|
13497
13539
|
class?: any;
|
|
13498
13540
|
theme?: string | undefined;
|
|
13499
13541
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13537,6 +13579,7 @@ declare const VBtn: {
|
|
|
13537
13579
|
block: boolean;
|
|
13538
13580
|
active: boolean;
|
|
13539
13581
|
style: vue.StyleValue;
|
|
13582
|
+
text: string | number | boolean;
|
|
13540
13583
|
disabled: boolean;
|
|
13541
13584
|
size: string | number;
|
|
13542
13585
|
readonly: boolean;
|
|
@@ -13594,7 +13637,7 @@ declare const VBtn: {
|
|
|
13594
13637
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13595
13638
|
value?: any;
|
|
13596
13639
|
loading?: string | boolean | undefined;
|
|
13597
|
-
text?: string | undefined;
|
|
13640
|
+
text?: string | number | boolean | undefined;
|
|
13598
13641
|
class?: any;
|
|
13599
13642
|
theme?: string | undefined;
|
|
13600
13643
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13640,6 +13683,7 @@ declare const VBtn: {
|
|
|
13640
13683
|
block: boolean;
|
|
13641
13684
|
active: boolean;
|
|
13642
13685
|
style: vue.StyleValue;
|
|
13686
|
+
text: string | number | boolean;
|
|
13643
13687
|
disabled: boolean;
|
|
13644
13688
|
size: string | number;
|
|
13645
13689
|
readonly: boolean;
|
|
@@ -13689,7 +13733,7 @@ declare const VBtn: {
|
|
|
13689
13733
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13690
13734
|
value?: any;
|
|
13691
13735
|
loading?: string | boolean | undefined;
|
|
13692
|
-
text?: string | undefined;
|
|
13736
|
+
text?: string | number | boolean | undefined;
|
|
13693
13737
|
class?: any;
|
|
13694
13738
|
theme?: string | undefined;
|
|
13695
13739
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13739,6 +13783,7 @@ declare const VBtn: {
|
|
|
13739
13783
|
block: boolean;
|
|
13740
13784
|
active: boolean;
|
|
13741
13785
|
style: vue.StyleValue;
|
|
13786
|
+
text: string | number | boolean;
|
|
13742
13787
|
disabled: boolean;
|
|
13743
13788
|
size: string | number;
|
|
13744
13789
|
readonly: boolean;
|
|
@@ -13839,7 +13884,10 @@ declare const VBtn: {
|
|
|
13839
13884
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
13840
13885
|
default: boolean;
|
|
13841
13886
|
};
|
|
13842
|
-
text:
|
|
13887
|
+
text: {
|
|
13888
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
13889
|
+
default: undefined;
|
|
13890
|
+
};
|
|
13843
13891
|
}, vue.ExtractPropTypes<{
|
|
13844
13892
|
color: StringConstructor;
|
|
13845
13893
|
variant: Omit<{
|
|
@@ -13923,7 +13971,10 @@ declare const VBtn: {
|
|
|
13923
13971
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
13924
13972
|
default: boolean;
|
|
13925
13973
|
};
|
|
13926
|
-
text:
|
|
13974
|
+
text: {
|
|
13975
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
13976
|
+
default: undefined;
|
|
13977
|
+
};
|
|
13927
13978
|
}>>;
|
|
13928
13979
|
type VBtn = InstanceType<typeof VBtn>;
|
|
13929
13980
|
|
|
@@ -14379,13 +14430,13 @@ declare const VCardItem: {
|
|
|
14379
14430
|
style: vue.StyleValue;
|
|
14380
14431
|
density: Density;
|
|
14381
14432
|
} & {
|
|
14382
|
-
title?: string | number | undefined;
|
|
14433
|
+
title?: string | number | boolean | undefined;
|
|
14383
14434
|
class?: any;
|
|
14384
14435
|
prependIcon?: IconValue | undefined;
|
|
14385
14436
|
appendIcon?: IconValue | undefined;
|
|
14386
14437
|
appendAvatar?: string | undefined;
|
|
14387
14438
|
prependAvatar?: string | undefined;
|
|
14388
|
-
subtitle?: string | number | undefined;
|
|
14439
|
+
subtitle?: string | number | boolean | undefined;
|
|
14389
14440
|
} & {
|
|
14390
14441
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14391
14442
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14411,13 +14462,13 @@ declare const VCardItem: {
|
|
|
14411
14462
|
style: vue.StyleValue;
|
|
14412
14463
|
density: Density;
|
|
14413
14464
|
} & {
|
|
14414
|
-
title?: string | number | undefined;
|
|
14465
|
+
title?: string | number | boolean | undefined;
|
|
14415
14466
|
class?: any;
|
|
14416
14467
|
prependIcon?: IconValue | undefined;
|
|
14417
14468
|
appendIcon?: IconValue | undefined;
|
|
14418
14469
|
appendAvatar?: string | undefined;
|
|
14419
14470
|
prependAvatar?: string | undefined;
|
|
14420
|
-
subtitle?: string | number | undefined;
|
|
14471
|
+
subtitle?: string | number | boolean | undefined;
|
|
14421
14472
|
} & {
|
|
14422
14473
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14423
14474
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14441,7 +14492,9 @@ declare const VCardItem: {
|
|
|
14441
14492
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
|
14442
14493
|
}, {
|
|
14443
14494
|
style: vue.StyleValue;
|
|
14495
|
+
title: string | number | boolean;
|
|
14444
14496
|
density: Density;
|
|
14497
|
+
subtitle: string | number | boolean;
|
|
14445
14498
|
}, true, {}, vue.SlotsType<Partial<{
|
|
14446
14499
|
default: () => vue.VNode[];
|
|
14447
14500
|
prepend: () => vue.VNode[];
|
|
@@ -14459,13 +14512,13 @@ declare const VCardItem: {
|
|
|
14459
14512
|
style: vue.StyleValue;
|
|
14460
14513
|
density: Density;
|
|
14461
14514
|
} & {
|
|
14462
|
-
title?: string | number | undefined;
|
|
14515
|
+
title?: string | number | boolean | undefined;
|
|
14463
14516
|
class?: any;
|
|
14464
14517
|
prependIcon?: IconValue | undefined;
|
|
14465
14518
|
appendIcon?: IconValue | undefined;
|
|
14466
14519
|
appendAvatar?: string | undefined;
|
|
14467
14520
|
prependAvatar?: string | undefined;
|
|
14468
|
-
subtitle?: string | number | undefined;
|
|
14521
|
+
subtitle?: string | number | boolean | undefined;
|
|
14469
14522
|
} & {
|
|
14470
14523
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14471
14524
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14489,7 +14542,9 @@ declare const VCardItem: {
|
|
|
14489
14542
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
|
14490
14543
|
}, {}, {}, {}, {}, {
|
|
14491
14544
|
style: vue.StyleValue;
|
|
14545
|
+
title: string | number | boolean;
|
|
14492
14546
|
density: Density;
|
|
14547
|
+
subtitle: string | number | boolean;
|
|
14493
14548
|
}>;
|
|
14494
14549
|
__isFragment?: never;
|
|
14495
14550
|
__isTeleport?: never;
|
|
@@ -14498,13 +14553,13 @@ declare const VCardItem: {
|
|
|
14498
14553
|
style: vue.StyleValue;
|
|
14499
14554
|
density: Density;
|
|
14500
14555
|
} & {
|
|
14501
|
-
title?: string | number | undefined;
|
|
14556
|
+
title?: string | number | boolean | undefined;
|
|
14502
14557
|
class?: any;
|
|
14503
14558
|
prependIcon?: IconValue | undefined;
|
|
14504
14559
|
appendIcon?: IconValue | undefined;
|
|
14505
14560
|
appendAvatar?: string | undefined;
|
|
14506
14561
|
prependAvatar?: string | undefined;
|
|
14507
|
-
subtitle?: string | number | undefined;
|
|
14562
|
+
subtitle?: string | number | boolean | undefined;
|
|
14508
14563
|
} & {
|
|
14509
14564
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14510
14565
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14528,7 +14583,9 @@ declare const VCardItem: {
|
|
|
14528
14583
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
|
14529
14584
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
14530
14585
|
style: vue.StyleValue;
|
|
14586
|
+
title: string | number | boolean;
|
|
14531
14587
|
density: Density;
|
|
14588
|
+
subtitle: string | number | boolean;
|
|
14532
14589
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14533
14590
|
default: () => vue.VNode[];
|
|
14534
14591
|
prepend: () => vue.VNode[];
|
|
@@ -14550,8 +14607,14 @@ declare const VCardItem: {
|
|
|
14550
14607
|
appendIcon: vue.PropType<IconValue>;
|
|
14551
14608
|
prependAvatar: StringConstructor;
|
|
14552
14609
|
prependIcon: vue.PropType<IconValue>;
|
|
14553
|
-
subtitle:
|
|
14554
|
-
|
|
14610
|
+
subtitle: {
|
|
14611
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14612
|
+
default: undefined;
|
|
14613
|
+
};
|
|
14614
|
+
title: {
|
|
14615
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14616
|
+
default: undefined;
|
|
14617
|
+
};
|
|
14555
14618
|
}, vue.ExtractPropTypes<{
|
|
14556
14619
|
density: {
|
|
14557
14620
|
type: vue.PropType<Density>;
|
|
@@ -14567,8 +14630,14 @@ declare const VCardItem: {
|
|
|
14567
14630
|
appendIcon: vue.PropType<IconValue>;
|
|
14568
14631
|
prependAvatar: StringConstructor;
|
|
14569
14632
|
prependIcon: vue.PropType<IconValue>;
|
|
14570
|
-
subtitle:
|
|
14571
|
-
|
|
14633
|
+
subtitle: {
|
|
14634
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14635
|
+
default: undefined;
|
|
14636
|
+
};
|
|
14637
|
+
title: {
|
|
14638
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14639
|
+
default: undefined;
|
|
14640
|
+
};
|
|
14572
14641
|
}>>;
|
|
14573
14642
|
type VCardItem = InstanceType<typeof VCardItem>;
|
|
14574
14643
|
|
|
@@ -14600,9 +14669,9 @@ declare const VCard: {
|
|
|
14600
14669
|
minWidth?: string | number | undefined;
|
|
14601
14670
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
14602
14671
|
loading?: string | boolean | undefined;
|
|
14603
|
-
title?: string | number | undefined;
|
|
14672
|
+
title?: string | number | boolean | undefined;
|
|
14604
14673
|
image?: string | undefined;
|
|
14605
|
-
text?: string | number | undefined;
|
|
14674
|
+
text?: string | number | boolean | undefined;
|
|
14606
14675
|
class?: any;
|
|
14607
14676
|
theme?: string | undefined;
|
|
14608
14677
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -14613,7 +14682,7 @@ declare const VCard: {
|
|
|
14613
14682
|
appendIcon?: IconValue | undefined;
|
|
14614
14683
|
appendAvatar?: string | undefined;
|
|
14615
14684
|
prependAvatar?: string | undefined;
|
|
14616
|
-
subtitle?: string | number | undefined;
|
|
14685
|
+
subtitle?: string | number | boolean | undefined;
|
|
14617
14686
|
} & {
|
|
14618
14687
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14619
14688
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14677,9 +14746,9 @@ declare const VCard: {
|
|
|
14677
14746
|
minWidth?: string | number | undefined;
|
|
14678
14747
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
14679
14748
|
loading?: string | boolean | undefined;
|
|
14680
|
-
title?: string | number | undefined;
|
|
14749
|
+
title?: string | number | boolean | undefined;
|
|
14681
14750
|
image?: string | undefined;
|
|
14682
|
-
text?: string | number | undefined;
|
|
14751
|
+
text?: string | number | boolean | undefined;
|
|
14683
14752
|
class?: any;
|
|
14684
14753
|
theme?: string | undefined;
|
|
14685
14754
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -14690,7 +14759,7 @@ declare const VCard: {
|
|
|
14690
14759
|
appendIcon?: IconValue | undefined;
|
|
14691
14760
|
appendAvatar?: string | undefined;
|
|
14692
14761
|
prependAvatar?: string | undefined;
|
|
14693
|
-
subtitle?: string | number | undefined;
|
|
14762
|
+
subtitle?: string | number | boolean | undefined;
|
|
14694
14763
|
} & {
|
|
14695
14764
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14696
14765
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14734,6 +14803,8 @@ declare const VCard: {
|
|
|
14734
14803
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
14735
14804
|
exact: boolean;
|
|
14736
14805
|
style: vue.StyleValue;
|
|
14806
|
+
title: string | number | boolean;
|
|
14807
|
+
text: string | number | boolean;
|
|
14737
14808
|
disabled: boolean;
|
|
14738
14809
|
tag: string;
|
|
14739
14810
|
rounded: string | number | boolean;
|
|
@@ -14742,6 +14813,7 @@ declare const VCard: {
|
|
|
14742
14813
|
ripple: boolean | {
|
|
14743
14814
|
class: string;
|
|
14744
14815
|
} | undefined;
|
|
14816
|
+
subtitle: string | number | boolean;
|
|
14745
14817
|
hover: boolean;
|
|
14746
14818
|
}, true, {}, vue.SlotsType<Partial<{
|
|
14747
14819
|
default: () => vue.VNode[];
|
|
@@ -14788,9 +14860,9 @@ declare const VCard: {
|
|
|
14788
14860
|
minWidth?: string | number | undefined;
|
|
14789
14861
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
14790
14862
|
loading?: string | boolean | undefined;
|
|
14791
|
-
title?: string | number | undefined;
|
|
14863
|
+
title?: string | number | boolean | undefined;
|
|
14792
14864
|
image?: string | undefined;
|
|
14793
|
-
text?: string | number | undefined;
|
|
14865
|
+
text?: string | number | boolean | undefined;
|
|
14794
14866
|
class?: any;
|
|
14795
14867
|
theme?: string | undefined;
|
|
14796
14868
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -14801,7 +14873,7 @@ declare const VCard: {
|
|
|
14801
14873
|
appendIcon?: IconValue | undefined;
|
|
14802
14874
|
appendAvatar?: string | undefined;
|
|
14803
14875
|
prependAvatar?: string | undefined;
|
|
14804
|
-
subtitle?: string | number | undefined;
|
|
14876
|
+
subtitle?: string | number | boolean | undefined;
|
|
14805
14877
|
} & {
|
|
14806
14878
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14807
14879
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14845,6 +14917,8 @@ declare const VCard: {
|
|
|
14845
14917
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
14846
14918
|
exact: boolean;
|
|
14847
14919
|
style: vue.StyleValue;
|
|
14920
|
+
title: string | number | boolean;
|
|
14921
|
+
text: string | number | boolean;
|
|
14848
14922
|
disabled: boolean;
|
|
14849
14923
|
tag: string;
|
|
14850
14924
|
rounded: string | number | boolean;
|
|
@@ -14853,6 +14927,7 @@ declare const VCard: {
|
|
|
14853
14927
|
ripple: boolean | {
|
|
14854
14928
|
class: string;
|
|
14855
14929
|
} | undefined;
|
|
14930
|
+
subtitle: string | number | boolean;
|
|
14856
14931
|
hover: boolean;
|
|
14857
14932
|
}>;
|
|
14858
14933
|
__isFragment?: never;
|
|
@@ -14885,9 +14960,9 @@ declare const VCard: {
|
|
|
14885
14960
|
minWidth?: string | number | undefined;
|
|
14886
14961
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
14887
14962
|
loading?: string | boolean | undefined;
|
|
14888
|
-
title?: string | number | undefined;
|
|
14963
|
+
title?: string | number | boolean | undefined;
|
|
14889
14964
|
image?: string | undefined;
|
|
14890
|
-
text?: string | number | undefined;
|
|
14965
|
+
text?: string | number | boolean | undefined;
|
|
14891
14966
|
class?: any;
|
|
14892
14967
|
theme?: string | undefined;
|
|
14893
14968
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -14898,7 +14973,7 @@ declare const VCard: {
|
|
|
14898
14973
|
appendIcon?: IconValue | undefined;
|
|
14899
14974
|
appendAvatar?: string | undefined;
|
|
14900
14975
|
prependAvatar?: string | undefined;
|
|
14901
|
-
subtitle?: string | number | undefined;
|
|
14976
|
+
subtitle?: string | number | boolean | undefined;
|
|
14902
14977
|
} & {
|
|
14903
14978
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14904
14979
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14942,6 +15017,8 @@ declare const VCard: {
|
|
|
14942
15017
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
14943
15018
|
exact: boolean;
|
|
14944
15019
|
style: vue.StyleValue;
|
|
15020
|
+
title: string | number | boolean;
|
|
15021
|
+
text: string | number | boolean;
|
|
14945
15022
|
disabled: boolean;
|
|
14946
15023
|
tag: string;
|
|
14947
15024
|
rounded: string | number | boolean;
|
|
@@ -14950,6 +15027,7 @@ declare const VCard: {
|
|
|
14950
15027
|
ripple: boolean | {
|
|
14951
15028
|
class: string;
|
|
14952
15029
|
} | undefined;
|
|
15030
|
+
subtitle: string | number | boolean;
|
|
14953
15031
|
hover: boolean;
|
|
14954
15032
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14955
15033
|
default: () => vue.VNode[];
|
|
@@ -15029,9 +15107,18 @@ declare const VCard: {
|
|
|
15029
15107
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
15030
15108
|
default: boolean;
|
|
15031
15109
|
};
|
|
15032
|
-
subtitle:
|
|
15033
|
-
|
|
15034
|
-
|
|
15110
|
+
subtitle: {
|
|
15111
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15112
|
+
default: undefined;
|
|
15113
|
+
};
|
|
15114
|
+
text: {
|
|
15115
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15116
|
+
default: undefined;
|
|
15117
|
+
};
|
|
15118
|
+
title: {
|
|
15119
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15120
|
+
default: undefined;
|
|
15121
|
+
};
|
|
15035
15122
|
}, vue.ExtractPropTypes<{
|
|
15036
15123
|
color: StringConstructor;
|
|
15037
15124
|
variant: Omit<{
|
|
@@ -15099,9 +15186,18 @@ declare const VCard: {
|
|
|
15099
15186
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
15100
15187
|
default: boolean;
|
|
15101
15188
|
};
|
|
15102
|
-
subtitle:
|
|
15103
|
-
|
|
15104
|
-
|
|
15189
|
+
subtitle: {
|
|
15190
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15191
|
+
default: undefined;
|
|
15192
|
+
};
|
|
15193
|
+
text: {
|
|
15194
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15195
|
+
default: undefined;
|
|
15196
|
+
};
|
|
15197
|
+
title: {
|
|
15198
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15199
|
+
default: undefined;
|
|
15200
|
+
};
|
|
15105
15201
|
}>>;
|
|
15106
15202
|
type VCard = InstanceType<typeof VCard>;
|
|
15107
15203
|
|
|
@@ -18471,7 +18567,7 @@ declare const VChip: {
|
|
|
18471
18567
|
border?: string | number | boolean | undefined;
|
|
18472
18568
|
color?: string | undefined;
|
|
18473
18569
|
value?: any;
|
|
18474
|
-
text?: string | undefined;
|
|
18570
|
+
text?: string | number | boolean | undefined;
|
|
18475
18571
|
class?: any;
|
|
18476
18572
|
theme?: string | undefined;
|
|
18477
18573
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -18579,7 +18675,7 @@ declare const VChip: {
|
|
|
18579
18675
|
border?: string | number | boolean | undefined;
|
|
18580
18676
|
color?: string | undefined;
|
|
18581
18677
|
value?: any;
|
|
18582
|
-
text?: string | undefined;
|
|
18678
|
+
text?: string | number | boolean | undefined;
|
|
18583
18679
|
class?: any;
|
|
18584
18680
|
theme?: string | undefined;
|
|
18585
18681
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -18661,6 +18757,7 @@ declare const VChip: {
|
|
|
18661
18757
|
exact: boolean;
|
|
18662
18758
|
label: boolean;
|
|
18663
18759
|
style: vue.StyleValue;
|
|
18760
|
+
text: string | number | boolean;
|
|
18664
18761
|
draggable: boolean;
|
|
18665
18762
|
disabled: boolean;
|
|
18666
18763
|
size: string | number;
|
|
@@ -18725,7 +18822,7 @@ declare const VChip: {
|
|
|
18725
18822
|
border?: string | number | boolean | undefined;
|
|
18726
18823
|
color?: string | undefined;
|
|
18727
18824
|
value?: any;
|
|
18728
|
-
text?: string | undefined;
|
|
18825
|
+
text?: string | number | boolean | undefined;
|
|
18729
18826
|
class?: any;
|
|
18730
18827
|
theme?: string | undefined;
|
|
18731
18828
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -18807,6 +18904,7 @@ declare const VChip: {
|
|
|
18807
18904
|
exact: boolean;
|
|
18808
18905
|
label: boolean;
|
|
18809
18906
|
style: vue.StyleValue;
|
|
18907
|
+
text: string | number | boolean;
|
|
18810
18908
|
draggable: boolean;
|
|
18811
18909
|
disabled: boolean;
|
|
18812
18910
|
size: string | number;
|
|
@@ -18854,7 +18952,7 @@ declare const VChip: {
|
|
|
18854
18952
|
border?: string | number | boolean | undefined;
|
|
18855
18953
|
color?: string | undefined;
|
|
18856
18954
|
value?: any;
|
|
18857
|
-
text?: string | undefined;
|
|
18955
|
+
text?: string | number | boolean | undefined;
|
|
18858
18956
|
class?: any;
|
|
18859
18957
|
theme?: string | undefined;
|
|
18860
18958
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -18943,6 +19041,7 @@ declare const VChip: {
|
|
|
18943
19041
|
exact: boolean;
|
|
18944
19042
|
label: boolean;
|
|
18945
19043
|
style: vue.StyleValue;
|
|
19044
|
+
text: string | number | boolean;
|
|
18946
19045
|
draggable: boolean;
|
|
18947
19046
|
disabled: boolean;
|
|
18948
19047
|
size: string | number;
|
|
@@ -19052,7 +19151,10 @@ declare const VChip: {
|
|
|
19052
19151
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
19053
19152
|
default: boolean;
|
|
19054
19153
|
};
|
|
19055
|
-
text:
|
|
19154
|
+
text: {
|
|
19155
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
19156
|
+
default: undefined;
|
|
19157
|
+
};
|
|
19056
19158
|
modelValue: {
|
|
19057
19159
|
type: BooleanConstructor;
|
|
19058
19160
|
default: boolean;
|
|
@@ -19138,7 +19240,10 @@ declare const VChip: {
|
|
|
19138
19240
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
19139
19241
|
default: boolean;
|
|
19140
19242
|
};
|
|
19141
|
-
text:
|
|
19243
|
+
text: {
|
|
19244
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
19245
|
+
default: undefined;
|
|
19246
|
+
};
|
|
19142
19247
|
modelValue: {
|
|
19143
19248
|
type: BooleanConstructor;
|
|
19144
19249
|
default: boolean;
|
|
@@ -23119,8 +23224,8 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
|
23119
23224
|
fixed?: boolean;
|
|
23120
23225
|
align?: 'start' | 'end' | 'center';
|
|
23121
23226
|
width?: number | string;
|
|
23122
|
-
minWidth?: string;
|
|
23123
|
-
maxWidth?: string;
|
|
23227
|
+
minWidth?: number | string;
|
|
23228
|
+
maxWidth?: number | string;
|
|
23124
23229
|
nowrap?: boolean;
|
|
23125
23230
|
headerProps?: Record<string, any>;
|
|
23126
23231
|
cellProps?: HeaderCellProps;
|
|
@@ -25593,8 +25698,8 @@ declare const VDataTableVirtual: {
|
|
|
25593
25698
|
readonly fixed?: boolean | undefined;
|
|
25594
25699
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25595
25700
|
readonly width?: (number | string) | undefined;
|
|
25596
|
-
readonly minWidth?: string | undefined;
|
|
25597
|
-
readonly maxWidth?: string | undefined;
|
|
25701
|
+
readonly minWidth?: (number | string) | undefined;
|
|
25702
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25598
25703
|
readonly nowrap?: boolean | undefined;
|
|
25599
25704
|
readonly headerProps?: {
|
|
25600
25705
|
readonly [x: string]: any;
|
|
@@ -25613,8 +25718,8 @@ declare const VDataTableVirtual: {
|
|
|
25613
25718
|
readonly fixed?: boolean | undefined;
|
|
25614
25719
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25615
25720
|
readonly width?: (number | string) | undefined;
|
|
25616
|
-
readonly minWidth?: string | undefined;
|
|
25617
|
-
readonly maxWidth?: string | undefined;
|
|
25721
|
+
readonly minWidth?: (number | string) | undefined;
|
|
25722
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25618
25723
|
readonly nowrap?: boolean | undefined;
|
|
25619
25724
|
readonly headerProps?: {
|
|
25620
25725
|
readonly [x: string]: any;
|
|
@@ -25693,8 +25798,8 @@ declare const VDataTableVirtual: {
|
|
|
25693
25798
|
readonly fixed?: boolean | undefined;
|
|
25694
25799
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25695
25800
|
readonly width?: (number | string) | undefined;
|
|
25696
|
-
readonly minWidth?: string | undefined;
|
|
25697
|
-
readonly maxWidth?: string | undefined;
|
|
25801
|
+
readonly minWidth?: (number | string) | undefined;
|
|
25802
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25698
25803
|
readonly nowrap?: boolean | undefined;
|
|
25699
25804
|
readonly headerProps?: {
|
|
25700
25805
|
readonly [x: string]: any;
|
|
@@ -25713,8 +25818,8 @@ declare const VDataTableVirtual: {
|
|
|
25713
25818
|
readonly fixed?: boolean | undefined;
|
|
25714
25819
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25715
25820
|
readonly width?: (number | string) | undefined;
|
|
25716
|
-
readonly minWidth?: string | undefined;
|
|
25717
|
-
readonly maxWidth?: string | undefined;
|
|
25821
|
+
readonly minWidth?: (number | string) | undefined;
|
|
25822
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25718
25823
|
readonly nowrap?: boolean | undefined;
|
|
25719
25824
|
readonly headerProps?: {
|
|
25720
25825
|
readonly [x: string]: any;
|
|
@@ -25867,8 +25972,8 @@ declare const VDataTableVirtual: {
|
|
|
25867
25972
|
readonly fixed?: boolean | undefined;
|
|
25868
25973
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25869
25974
|
readonly width?: (number | string) | undefined;
|
|
25870
|
-
readonly minWidth?: string | undefined;
|
|
25871
|
-
readonly maxWidth?: string | undefined;
|
|
25975
|
+
readonly minWidth?: (number | string) | undefined;
|
|
25976
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25872
25977
|
readonly nowrap?: boolean | undefined;
|
|
25873
25978
|
readonly headerProps?: {
|
|
25874
25979
|
readonly [x: string]: any;
|
|
@@ -25887,8 +25992,8 @@ declare const VDataTableVirtual: {
|
|
|
25887
25992
|
readonly fixed?: boolean | undefined;
|
|
25888
25993
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25889
25994
|
readonly width?: (number | string) | undefined;
|
|
25890
|
-
readonly minWidth?: string | undefined;
|
|
25891
|
-
readonly maxWidth?: string | undefined;
|
|
25995
|
+
readonly minWidth?: (number | string) | undefined;
|
|
25996
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25892
25997
|
readonly nowrap?: boolean | undefined;
|
|
25893
25998
|
readonly headerProps?: {
|
|
25894
25999
|
readonly [x: string]: any;
|
|
@@ -25997,8 +26102,8 @@ declare const VDataTableVirtual: {
|
|
|
25997
26102
|
readonly fixed?: boolean | undefined;
|
|
25998
26103
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25999
26104
|
readonly width?: (number | string) | undefined;
|
|
26000
|
-
readonly minWidth?: string | undefined;
|
|
26001
|
-
readonly maxWidth?: string | undefined;
|
|
26105
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26106
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26002
26107
|
readonly nowrap?: boolean | undefined;
|
|
26003
26108
|
readonly headerProps?: {
|
|
26004
26109
|
readonly [x: string]: any;
|
|
@@ -26017,8 +26122,8 @@ declare const VDataTableVirtual: {
|
|
|
26017
26122
|
readonly fixed?: boolean | undefined;
|
|
26018
26123
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26019
26124
|
readonly width?: (number | string) | undefined;
|
|
26020
|
-
readonly minWidth?: string | undefined;
|
|
26021
|
-
readonly maxWidth?: string | undefined;
|
|
26125
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26126
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26022
26127
|
readonly nowrap?: boolean | undefined;
|
|
26023
26128
|
readonly headerProps?: {
|
|
26024
26129
|
readonly [x: string]: any;
|
|
@@ -26422,8 +26527,8 @@ declare const VDataTableServer: {
|
|
|
26422
26527
|
readonly fixed?: boolean | undefined;
|
|
26423
26528
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26424
26529
|
readonly width?: (number | string) | undefined;
|
|
26425
|
-
readonly minWidth?: string | undefined;
|
|
26426
|
-
readonly maxWidth?: string | undefined;
|
|
26530
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26531
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26427
26532
|
readonly nowrap?: boolean | undefined;
|
|
26428
26533
|
readonly headerProps?: {
|
|
26429
26534
|
readonly [x: string]: any;
|
|
@@ -26442,8 +26547,8 @@ declare const VDataTableServer: {
|
|
|
26442
26547
|
readonly fixed?: boolean | undefined;
|
|
26443
26548
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26444
26549
|
readonly width?: (number | string) | undefined;
|
|
26445
|
-
readonly minWidth?: string | undefined;
|
|
26446
|
-
readonly maxWidth?: string | undefined;
|
|
26550
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26551
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26447
26552
|
readonly nowrap?: boolean | undefined;
|
|
26448
26553
|
readonly headerProps?: {
|
|
26449
26554
|
readonly [x: string]: any;
|
|
@@ -26538,8 +26643,8 @@ declare const VDataTableServer: {
|
|
|
26538
26643
|
readonly fixed?: boolean | undefined;
|
|
26539
26644
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26540
26645
|
readonly width?: (number | string) | undefined;
|
|
26541
|
-
readonly minWidth?: string | undefined;
|
|
26542
|
-
readonly maxWidth?: string | undefined;
|
|
26646
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26647
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26543
26648
|
readonly nowrap?: boolean | undefined;
|
|
26544
26649
|
readonly headerProps?: {
|
|
26545
26650
|
readonly [x: string]: any;
|
|
@@ -26558,8 +26663,8 @@ declare const VDataTableServer: {
|
|
|
26558
26663
|
readonly fixed?: boolean | undefined;
|
|
26559
26664
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26560
26665
|
readonly width?: (number | string) | undefined;
|
|
26561
|
-
readonly minWidth?: string | undefined;
|
|
26562
|
-
readonly maxWidth?: string | undefined;
|
|
26666
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26667
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26563
26668
|
readonly nowrap?: boolean | undefined;
|
|
26564
26669
|
readonly headerProps?: {
|
|
26565
26670
|
readonly [x: string]: any;
|
|
@@ -26744,8 +26849,8 @@ declare const VDataTableServer: {
|
|
|
26744
26849
|
readonly fixed?: boolean | undefined;
|
|
26745
26850
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26746
26851
|
readonly width?: (number | string) | undefined;
|
|
26747
|
-
readonly minWidth?: string | undefined;
|
|
26748
|
-
readonly maxWidth?: string | undefined;
|
|
26852
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26853
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26749
26854
|
readonly nowrap?: boolean | undefined;
|
|
26750
26855
|
readonly headerProps?: {
|
|
26751
26856
|
readonly [x: string]: any;
|
|
@@ -26764,8 +26869,8 @@ declare const VDataTableServer: {
|
|
|
26764
26869
|
readonly fixed?: boolean | undefined;
|
|
26765
26870
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26766
26871
|
readonly width?: (number | string) | undefined;
|
|
26767
|
-
readonly minWidth?: string | undefined;
|
|
26768
|
-
readonly maxWidth?: string | undefined;
|
|
26872
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26873
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26769
26874
|
readonly nowrap?: boolean | undefined;
|
|
26770
26875
|
readonly headerProps?: {
|
|
26771
26876
|
readonly [x: string]: any;
|
|
@@ -26902,8 +27007,8 @@ declare const VDataTableServer: {
|
|
|
26902
27007
|
readonly fixed?: boolean | undefined;
|
|
26903
27008
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26904
27009
|
readonly width?: (number | string) | undefined;
|
|
26905
|
-
readonly minWidth?: string | undefined;
|
|
26906
|
-
readonly maxWidth?: string | undefined;
|
|
27010
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27011
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26907
27012
|
readonly nowrap?: boolean | undefined;
|
|
26908
27013
|
readonly headerProps?: {
|
|
26909
27014
|
readonly [x: string]: any;
|
|
@@ -26922,8 +27027,8 @@ declare const VDataTableServer: {
|
|
|
26922
27027
|
readonly fixed?: boolean | undefined;
|
|
26923
27028
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26924
27029
|
readonly width?: (number | string) | undefined;
|
|
26925
|
-
readonly minWidth?: string | undefined;
|
|
26926
|
-
readonly maxWidth?: string | undefined;
|
|
27030
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27031
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26927
27032
|
readonly nowrap?: boolean | undefined;
|
|
26928
27033
|
readonly headerProps?: {
|
|
26929
27034
|
readonly [x: string]: any;
|
|
@@ -28316,7 +28421,7 @@ declare const VDatePickerMonth: {
|
|
|
28316
28421
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28317
28422
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28318
28423
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28319
|
-
},
|
|
28424
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28320
28425
|
'update:modelValue': (date: unknown) => true;
|
|
28321
28426
|
'update:month': (date: number) => true;
|
|
28322
28427
|
'update:year': (date: number) => true;
|
|
@@ -28444,7 +28549,7 @@ declare const VDatePickerMonth: {
|
|
|
28444
28549
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28445
28550
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28446
28551
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28447
|
-
},
|
|
28552
|
+
}, {}, {}, {}, {}, {
|
|
28448
28553
|
transition: string;
|
|
28449
28554
|
disabled: boolean;
|
|
28450
28555
|
reverseTransition: string;
|
|
@@ -28507,7 +28612,7 @@ declare const VDatePickerMonth: {
|
|
|
28507
28612
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28508
28613
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28509
28614
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28510
|
-
},
|
|
28615
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28511
28616
|
'update:modelValue': (date: unknown) => true;
|
|
28512
28617
|
'update:month': (date: number) => true;
|
|
28513
28618
|
'update:year': (date: number) => true;
|
|
@@ -29463,6 +29568,7 @@ declare const VDialog: {
|
|
|
29463
29568
|
}) => vue.VNodeChild) | undefined;
|
|
29464
29569
|
onAfterEnter?: (() => any) | undefined;
|
|
29465
29570
|
onAfterLeave?: (() => any) | undefined;
|
|
29571
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29466
29572
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29467
29573
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29468
29574
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -29545,6 +29651,7 @@ declare const VDialog: {
|
|
|
29545
29651
|
} & {
|
|
29546
29652
|
onAfterEnter?: (() => any) | undefined;
|
|
29547
29653
|
onAfterLeave?: (() => any) | undefined;
|
|
29654
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29548
29655
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29549
29656
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29550
29657
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -29566,7 +29673,7 @@ declare const VDialog: {
|
|
|
29566
29673
|
}>;
|
|
29567
29674
|
$root: vue.ComponentPublicInstance | null;
|
|
29568
29675
|
$parent: vue.ComponentPublicInstance | null;
|
|
29569
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
29676
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
29570
29677
|
$el: any;
|
|
29571
29678
|
$options: vue.ComponentOptionsBase<{
|
|
29572
29679
|
absolute: boolean;
|
|
@@ -29648,6 +29755,7 @@ declare const VDialog: {
|
|
|
29648
29755
|
} & {
|
|
29649
29756
|
onAfterEnter?: (() => any) | undefined;
|
|
29650
29757
|
onAfterLeave?: (() => any) | undefined;
|
|
29758
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29651
29759
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29652
29760
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29653
29761
|
}, {
|
|
@@ -29662,6 +29770,7 @@ declare const VDialog: {
|
|
|
29662
29770
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
29663
29771
|
'click:outside': (e: MouseEvent) => true;
|
|
29664
29772
|
'update:modelValue': (value: boolean) => true;
|
|
29773
|
+
keydown: (e: KeyboardEvent) => true;
|
|
29665
29774
|
afterEnter: () => true;
|
|
29666
29775
|
afterLeave: () => true;
|
|
29667
29776
|
}, string, {
|
|
@@ -29800,6 +29909,7 @@ declare const VDialog: {
|
|
|
29800
29909
|
} & {
|
|
29801
29910
|
onAfterEnter?: (() => any) | undefined;
|
|
29802
29911
|
onAfterLeave?: (() => any) | undefined;
|
|
29912
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29803
29913
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29804
29914
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29805
29915
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -29811,7 +29921,7 @@ declare const VDialog: {
|
|
|
29811
29921
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
29812
29922
|
localTop: vue.ComputedRef<boolean>;
|
|
29813
29923
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
29814
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
29924
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
29815
29925
|
_allExposed: {
|
|
29816
29926
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
29817
29927
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -30149,6 +30259,7 @@ declare const VDialog: {
|
|
|
30149
30259
|
}) => vue.VNodeChild) | undefined;
|
|
30150
30260
|
onAfterEnter?: (() => any) | undefined;
|
|
30151
30261
|
onAfterLeave?: (() => any) | undefined;
|
|
30262
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30152
30263
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30153
30264
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30154
30265
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -30231,6 +30342,7 @@ declare const VDialog: {
|
|
|
30231
30342
|
} & {
|
|
30232
30343
|
onAfterEnter?: (() => any) | undefined;
|
|
30233
30344
|
onAfterLeave?: (() => any) | undefined;
|
|
30345
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30234
30346
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30235
30347
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30236
30348
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -30252,7 +30364,7 @@ declare const VDialog: {
|
|
|
30252
30364
|
}>;
|
|
30253
30365
|
$root: vue.ComponentPublicInstance | null;
|
|
30254
30366
|
$parent: vue.ComponentPublicInstance | null;
|
|
30255
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30367
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30256
30368
|
$el: any;
|
|
30257
30369
|
$options: vue.ComponentOptionsBase<{
|
|
30258
30370
|
absolute: boolean;
|
|
@@ -30334,6 +30446,7 @@ declare const VDialog: {
|
|
|
30334
30446
|
} & {
|
|
30335
30447
|
onAfterEnter?: (() => any) | undefined;
|
|
30336
30448
|
onAfterLeave?: (() => any) | undefined;
|
|
30449
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30337
30450
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30338
30451
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30339
30452
|
}, {
|
|
@@ -30348,6 +30461,7 @@ declare const VDialog: {
|
|
|
30348
30461
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30349
30462
|
'click:outside': (e: MouseEvent) => true;
|
|
30350
30463
|
'update:modelValue': (value: boolean) => true;
|
|
30464
|
+
keydown: (e: KeyboardEvent) => true;
|
|
30351
30465
|
afterEnter: () => true;
|
|
30352
30466
|
afterLeave: () => true;
|
|
30353
30467
|
}, string, {
|
|
@@ -30486,6 +30600,7 @@ declare const VDialog: {
|
|
|
30486
30600
|
} & {
|
|
30487
30601
|
onAfterEnter?: (() => any) | undefined;
|
|
30488
30602
|
onAfterLeave?: (() => any) | undefined;
|
|
30603
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30489
30604
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30490
30605
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30491
30606
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -30497,7 +30612,7 @@ declare const VDialog: {
|
|
|
30497
30612
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
30498
30613
|
localTop: vue.ComputedRef<boolean>;
|
|
30499
30614
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30500
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
30615
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
30501
30616
|
_allExposed: {
|
|
30502
30617
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30503
30618
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -30734,6 +30849,7 @@ declare const VDialog: {
|
|
|
30734
30849
|
}) => vue.VNodeChild) | undefined;
|
|
30735
30850
|
onAfterEnter?: (() => any) | undefined;
|
|
30736
30851
|
onAfterLeave?: (() => any) | undefined;
|
|
30852
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30737
30853
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30738
30854
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30739
30855
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -30816,6 +30932,7 @@ declare const VDialog: {
|
|
|
30816
30932
|
} & {
|
|
30817
30933
|
onAfterEnter?: (() => any) | undefined;
|
|
30818
30934
|
onAfterLeave?: (() => any) | undefined;
|
|
30935
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30819
30936
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30820
30937
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30821
30938
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -30837,7 +30954,7 @@ declare const VDialog: {
|
|
|
30837
30954
|
}>;
|
|
30838
30955
|
$root: vue.ComponentPublicInstance | null;
|
|
30839
30956
|
$parent: vue.ComponentPublicInstance | null;
|
|
30840
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30957
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30841
30958
|
$el: any;
|
|
30842
30959
|
$options: vue.ComponentOptionsBase<{
|
|
30843
30960
|
absolute: boolean;
|
|
@@ -30919,6 +31036,7 @@ declare const VDialog: {
|
|
|
30919
31036
|
} & {
|
|
30920
31037
|
onAfterEnter?: (() => any) | undefined;
|
|
30921
31038
|
onAfterLeave?: (() => any) | undefined;
|
|
31039
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30922
31040
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30923
31041
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30924
31042
|
}, {
|
|
@@ -30933,6 +31051,7 @@ declare const VDialog: {
|
|
|
30933
31051
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30934
31052
|
'click:outside': (e: MouseEvent) => true;
|
|
30935
31053
|
'update:modelValue': (value: boolean) => true;
|
|
31054
|
+
keydown: (e: KeyboardEvent) => true;
|
|
30936
31055
|
afterEnter: () => true;
|
|
30937
31056
|
afterLeave: () => true;
|
|
30938
31057
|
}, string, {
|
|
@@ -31071,6 +31190,7 @@ declare const VDialog: {
|
|
|
31071
31190
|
} & {
|
|
31072
31191
|
onAfterEnter?: (() => any) | undefined;
|
|
31073
31192
|
onAfterLeave?: (() => any) | undefined;
|
|
31193
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
31074
31194
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31075
31195
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31076
31196
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -31082,7 +31202,7 @@ declare const VDialog: {
|
|
|
31082
31202
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
31083
31203
|
localTop: vue.ComputedRef<boolean>;
|
|
31084
31204
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
31085
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
31205
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
31086
31206
|
_allExposed: {
|
|
31087
31207
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
31088
31208
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -33009,7 +33129,7 @@ declare const VFab: {
|
|
|
33009
33129
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33010
33130
|
value?: any;
|
|
33011
33131
|
loading?: string | boolean | undefined;
|
|
33012
|
-
text?: string | undefined;
|
|
33132
|
+
text?: string | number | boolean | undefined;
|
|
33013
33133
|
class?: any;
|
|
33014
33134
|
theme?: string | undefined;
|
|
33015
33135
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33080,7 +33200,7 @@ declare const VFab: {
|
|
|
33080
33200
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33081
33201
|
value?: any;
|
|
33082
33202
|
loading?: string | boolean | undefined;
|
|
33083
|
-
text?: string | undefined;
|
|
33203
|
+
text?: string | number | boolean | undefined;
|
|
33084
33204
|
class?: any;
|
|
33085
33205
|
theme?: string | undefined;
|
|
33086
33206
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33119,6 +33239,7 @@ declare const VFab: {
|
|
|
33119
33239
|
component?: vue.Component;
|
|
33120
33240
|
});
|
|
33121
33241
|
style: vue.StyleValue;
|
|
33242
|
+
text: string | number | boolean;
|
|
33122
33243
|
disabled: boolean;
|
|
33123
33244
|
size: string | number;
|
|
33124
33245
|
readonly: boolean;
|
|
@@ -33190,7 +33311,7 @@ declare const VFab: {
|
|
|
33190
33311
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33191
33312
|
value?: any;
|
|
33192
33313
|
loading?: string | boolean | undefined;
|
|
33193
|
-
text?: string | undefined;
|
|
33314
|
+
text?: string | number | boolean | undefined;
|
|
33194
33315
|
class?: any;
|
|
33195
33316
|
theme?: string | undefined;
|
|
33196
33317
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33229,6 +33350,7 @@ declare const VFab: {
|
|
|
33229
33350
|
component?: vue.Component;
|
|
33230
33351
|
});
|
|
33231
33352
|
style: vue.StyleValue;
|
|
33353
|
+
text: string | number | boolean;
|
|
33232
33354
|
disabled: boolean;
|
|
33233
33355
|
size: string | number;
|
|
33234
33356
|
readonly: boolean;
|
|
@@ -33295,7 +33417,7 @@ declare const VFab: {
|
|
|
33295
33417
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33296
33418
|
value?: any;
|
|
33297
33419
|
loading?: string | boolean | undefined;
|
|
33298
|
-
text?: string | undefined;
|
|
33420
|
+
text?: string | number | boolean | undefined;
|
|
33299
33421
|
class?: any;
|
|
33300
33422
|
theme?: string | undefined;
|
|
33301
33423
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33336,6 +33458,7 @@ declare const VFab: {
|
|
|
33336
33458
|
component?: vue.Component;
|
|
33337
33459
|
});
|
|
33338
33460
|
style: vue.StyleValue;
|
|
33461
|
+
text: string | number | boolean;
|
|
33339
33462
|
disabled: boolean;
|
|
33340
33463
|
size: string | number;
|
|
33341
33464
|
readonly: boolean;
|
|
@@ -33420,7 +33543,10 @@ declare const VFab: {
|
|
|
33420
33543
|
type: vue.PropType<vue.StyleValue>;
|
|
33421
33544
|
default: null;
|
|
33422
33545
|
};
|
|
33423
|
-
text:
|
|
33546
|
+
text: {
|
|
33547
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
33548
|
+
default: undefined;
|
|
33549
|
+
};
|
|
33424
33550
|
disabled: BooleanConstructor;
|
|
33425
33551
|
size: {
|
|
33426
33552
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -33538,7 +33664,10 @@ declare const VFab: {
|
|
|
33538
33664
|
type: vue.PropType<vue.StyleValue>;
|
|
33539
33665
|
default: null;
|
|
33540
33666
|
};
|
|
33541
|
-
text:
|
|
33667
|
+
text: {
|
|
33668
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
33669
|
+
default: undefined;
|
|
33670
|
+
};
|
|
33542
33671
|
disabled: BooleanConstructor;
|
|
33543
33672
|
size: {
|
|
33544
33673
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -40322,6 +40451,7 @@ declare const VOverlay: {
|
|
|
40322
40451
|
} & {
|
|
40323
40452
|
onAfterEnter?: (() => any) | undefined;
|
|
40324
40453
|
onAfterLeave?: (() => any) | undefined;
|
|
40454
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40325
40455
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40326
40456
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40327
40457
|
}, {
|
|
@@ -40336,6 +40466,7 @@ declare const VOverlay: {
|
|
|
40336
40466
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
40337
40467
|
'click:outside': (e: MouseEvent) => true;
|
|
40338
40468
|
'update:modelValue': (value: boolean) => true;
|
|
40469
|
+
keydown: (e: KeyboardEvent) => true;
|
|
40339
40470
|
afterEnter: () => true;
|
|
40340
40471
|
afterLeave: () => true;
|
|
40341
40472
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -40418,6 +40549,7 @@ declare const VOverlay: {
|
|
|
40418
40549
|
} & {
|
|
40419
40550
|
onAfterEnter?: (() => any) | undefined;
|
|
40420
40551
|
onAfterLeave?: (() => any) | undefined;
|
|
40552
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40421
40553
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40422
40554
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40423
40555
|
}, {
|
|
@@ -40543,6 +40675,7 @@ declare const VOverlay: {
|
|
|
40543
40675
|
} & {
|
|
40544
40676
|
onAfterEnter?: (() => any) | undefined;
|
|
40545
40677
|
onAfterLeave?: (() => any) | undefined;
|
|
40678
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40546
40679
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40547
40680
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40548
40681
|
}, {
|
|
@@ -40665,6 +40798,7 @@ declare const VOverlay: {
|
|
|
40665
40798
|
} & {
|
|
40666
40799
|
onAfterEnter?: (() => any) | undefined;
|
|
40667
40800
|
onAfterLeave?: (() => any) | undefined;
|
|
40801
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40668
40802
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40669
40803
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40670
40804
|
}, {
|
|
@@ -40679,6 +40813,7 @@ declare const VOverlay: {
|
|
|
40679
40813
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
40680
40814
|
'click:outside': (e: MouseEvent) => true;
|
|
40681
40815
|
'update:modelValue': (value: boolean) => true;
|
|
40816
|
+
keydown: (e: KeyboardEvent) => true;
|
|
40682
40817
|
afterEnter: () => true;
|
|
40683
40818
|
afterLeave: () => true;
|
|
40684
40819
|
}, string, {
|
|
@@ -48930,6 +49065,7 @@ declare const VSnackbar: {
|
|
|
48930
49065
|
}) => vue.VNodeChild) | undefined;
|
|
48931
49066
|
onAfterEnter?: (() => any) | undefined;
|
|
48932
49067
|
onAfterLeave?: (() => any) | undefined;
|
|
49068
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
48933
49069
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
48934
49070
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
48935
49071
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -49012,6 +49148,7 @@ declare const VSnackbar: {
|
|
|
49012
49148
|
} & {
|
|
49013
49149
|
onAfterEnter?: (() => any) | undefined;
|
|
49014
49150
|
onAfterLeave?: (() => any) | undefined;
|
|
49151
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49015
49152
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49016
49153
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49017
49154
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -49033,7 +49170,7 @@ declare const VSnackbar: {
|
|
|
49033
49170
|
}>;
|
|
49034
49171
|
$root: vue.ComponentPublicInstance | null;
|
|
49035
49172
|
$parent: vue.ComponentPublicInstance | null;
|
|
49036
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49173
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49037
49174
|
$el: any;
|
|
49038
49175
|
$options: vue.ComponentOptionsBase<{
|
|
49039
49176
|
absolute: boolean;
|
|
@@ -49115,6 +49252,7 @@ declare const VSnackbar: {
|
|
|
49115
49252
|
} & {
|
|
49116
49253
|
onAfterEnter?: (() => any) | undefined;
|
|
49117
49254
|
onAfterLeave?: (() => any) | undefined;
|
|
49255
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49118
49256
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49119
49257
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49120
49258
|
}, {
|
|
@@ -49129,6 +49267,7 @@ declare const VSnackbar: {
|
|
|
49129
49267
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
49130
49268
|
'click:outside': (e: MouseEvent) => true;
|
|
49131
49269
|
'update:modelValue': (value: boolean) => true;
|
|
49270
|
+
keydown: (e: KeyboardEvent) => true;
|
|
49132
49271
|
afterEnter: () => true;
|
|
49133
49272
|
afterLeave: () => true;
|
|
49134
49273
|
}, string, {
|
|
@@ -49267,6 +49406,7 @@ declare const VSnackbar: {
|
|
|
49267
49406
|
} & {
|
|
49268
49407
|
onAfterEnter?: (() => any) | undefined;
|
|
49269
49408
|
onAfterLeave?: (() => any) | undefined;
|
|
49409
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49270
49410
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49271
49411
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49272
49412
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -49278,7 +49418,7 @@ declare const VSnackbar: {
|
|
|
49278
49418
|
globalTop: Readonly<Ref<boolean>>;
|
|
49279
49419
|
localTop: vue.ComputedRef<boolean>;
|
|
49280
49420
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
49281
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
49421
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
49282
49422
|
_allExposed: {
|
|
49283
49423
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49284
49424
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -49612,6 +49752,7 @@ declare const VSnackbar: {
|
|
|
49612
49752
|
}) => vue.VNodeChild) | undefined;
|
|
49613
49753
|
onAfterEnter?: (() => any) | undefined;
|
|
49614
49754
|
onAfterLeave?: (() => any) | undefined;
|
|
49755
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49615
49756
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49616
49757
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49617
49758
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -49694,6 +49835,7 @@ declare const VSnackbar: {
|
|
|
49694
49835
|
} & {
|
|
49695
49836
|
onAfterEnter?: (() => any) | undefined;
|
|
49696
49837
|
onAfterLeave?: (() => any) | undefined;
|
|
49838
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49697
49839
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49698
49840
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49699
49841
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -49715,7 +49857,7 @@ declare const VSnackbar: {
|
|
|
49715
49857
|
}>;
|
|
49716
49858
|
$root: vue.ComponentPublicInstance | null;
|
|
49717
49859
|
$parent: vue.ComponentPublicInstance | null;
|
|
49718
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49860
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49719
49861
|
$el: any;
|
|
49720
49862
|
$options: vue.ComponentOptionsBase<{
|
|
49721
49863
|
absolute: boolean;
|
|
@@ -49797,6 +49939,7 @@ declare const VSnackbar: {
|
|
|
49797
49939
|
} & {
|
|
49798
49940
|
onAfterEnter?: (() => any) | undefined;
|
|
49799
49941
|
onAfterLeave?: (() => any) | undefined;
|
|
49942
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49800
49943
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49801
49944
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49802
49945
|
}, {
|
|
@@ -49811,6 +49954,7 @@ declare const VSnackbar: {
|
|
|
49811
49954
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
49812
49955
|
'click:outside': (e: MouseEvent) => true;
|
|
49813
49956
|
'update:modelValue': (value: boolean) => true;
|
|
49957
|
+
keydown: (e: KeyboardEvent) => true;
|
|
49814
49958
|
afterEnter: () => true;
|
|
49815
49959
|
afterLeave: () => true;
|
|
49816
49960
|
}, string, {
|
|
@@ -49949,6 +50093,7 @@ declare const VSnackbar: {
|
|
|
49949
50093
|
} & {
|
|
49950
50094
|
onAfterEnter?: (() => any) | undefined;
|
|
49951
50095
|
onAfterLeave?: (() => any) | undefined;
|
|
50096
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49952
50097
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49953
50098
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49954
50099
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -49960,7 +50105,7 @@ declare const VSnackbar: {
|
|
|
49960
50105
|
globalTop: Readonly<Ref<boolean>>;
|
|
49961
50106
|
localTop: vue.ComputedRef<boolean>;
|
|
49962
50107
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
49963
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
50108
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
49964
50109
|
_allExposed: {
|
|
49965
50110
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49966
50111
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -50194,6 +50339,7 @@ declare const VSnackbar: {
|
|
|
50194
50339
|
}) => vue.VNodeChild) | undefined;
|
|
50195
50340
|
onAfterEnter?: (() => any) | undefined;
|
|
50196
50341
|
onAfterLeave?: (() => any) | undefined;
|
|
50342
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50197
50343
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50198
50344
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50199
50345
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -50276,6 +50422,7 @@ declare const VSnackbar: {
|
|
|
50276
50422
|
} & {
|
|
50277
50423
|
onAfterEnter?: (() => any) | undefined;
|
|
50278
50424
|
onAfterLeave?: (() => any) | undefined;
|
|
50425
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50279
50426
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50280
50427
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50281
50428
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -50297,7 +50444,7 @@ declare const VSnackbar: {
|
|
|
50297
50444
|
}>;
|
|
50298
50445
|
$root: vue.ComponentPublicInstance | null;
|
|
50299
50446
|
$parent: vue.ComponentPublicInstance | null;
|
|
50300
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50447
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50301
50448
|
$el: any;
|
|
50302
50449
|
$options: vue.ComponentOptionsBase<{
|
|
50303
50450
|
absolute: boolean;
|
|
@@ -50379,6 +50526,7 @@ declare const VSnackbar: {
|
|
|
50379
50526
|
} & {
|
|
50380
50527
|
onAfterEnter?: (() => any) | undefined;
|
|
50381
50528
|
onAfterLeave?: (() => any) | undefined;
|
|
50529
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50382
50530
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50383
50531
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50384
50532
|
}, {
|
|
@@ -50393,6 +50541,7 @@ declare const VSnackbar: {
|
|
|
50393
50541
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
50394
50542
|
'click:outside': (e: MouseEvent) => true;
|
|
50395
50543
|
'update:modelValue': (value: boolean) => true;
|
|
50544
|
+
keydown: (e: KeyboardEvent) => true;
|
|
50396
50545
|
afterEnter: () => true;
|
|
50397
50546
|
afterLeave: () => true;
|
|
50398
50547
|
}, string, {
|
|
@@ -50531,6 +50680,7 @@ declare const VSnackbar: {
|
|
|
50531
50680
|
} & {
|
|
50532
50681
|
onAfterEnter?: (() => any) | undefined;
|
|
50533
50682
|
onAfterLeave?: (() => any) | undefined;
|
|
50683
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50534
50684
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50535
50685
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50536
50686
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -50542,7 +50692,7 @@ declare const VSnackbar: {
|
|
|
50542
50692
|
globalTop: Readonly<Ref<boolean>>;
|
|
50543
50693
|
localTop: vue.ComputedRef<boolean>;
|
|
50544
50694
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
50545
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
50695
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
50546
50696
|
_allExposed: {
|
|
50547
50697
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50548
50698
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -54341,7 +54491,7 @@ declare const VTab: {
|
|
|
54341
54491
|
minWidth?: string | number | undefined;
|
|
54342
54492
|
value?: any;
|
|
54343
54493
|
loading?: string | boolean | undefined;
|
|
54344
|
-
text?: string | undefined;
|
|
54494
|
+
text?: string | number | boolean | undefined;
|
|
54345
54495
|
class?: any;
|
|
54346
54496
|
theme?: string | undefined;
|
|
54347
54497
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54384,6 +54534,7 @@ declare const VTab: {
|
|
|
54384
54534
|
block: boolean;
|
|
54385
54535
|
active: boolean;
|
|
54386
54536
|
style: vue.StyleValue;
|
|
54537
|
+
text: string | number | boolean;
|
|
54387
54538
|
disabled: boolean;
|
|
54388
54539
|
size: string | number;
|
|
54389
54540
|
readonly: boolean;
|
|
@@ -54428,7 +54579,7 @@ declare const VTab: {
|
|
|
54428
54579
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54429
54580
|
value?: any;
|
|
54430
54581
|
loading?: string | boolean | undefined;
|
|
54431
|
-
text?: string | undefined;
|
|
54582
|
+
text?: string | number | boolean | undefined;
|
|
54432
54583
|
class?: any;
|
|
54433
54584
|
theme?: string | undefined;
|
|
54434
54585
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54493,7 +54644,7 @@ declare const VTab: {
|
|
|
54493
54644
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54494
54645
|
value?: any;
|
|
54495
54646
|
loading?: string | boolean | undefined;
|
|
54496
|
-
text?: string | undefined;
|
|
54647
|
+
text?: string | number | boolean | undefined;
|
|
54497
54648
|
class?: any;
|
|
54498
54649
|
theme?: string | undefined;
|
|
54499
54650
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54528,7 +54679,7 @@ declare const VTab: {
|
|
|
54528
54679
|
"onGroup:selected"?: ((val: {
|
|
54529
54680
|
value: boolean;
|
|
54530
54681
|
}) => any) | undefined;
|
|
54531
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
54682
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
54532
54683
|
$attrs: {
|
|
54533
54684
|
[x: string]: unknown;
|
|
54534
54685
|
};
|
|
@@ -54580,7 +54731,7 @@ declare const VTab: {
|
|
|
54580
54731
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54581
54732
|
value?: any;
|
|
54582
54733
|
loading?: string | boolean | undefined;
|
|
54583
|
-
text?: string | undefined;
|
|
54734
|
+
text?: string | number | boolean | undefined;
|
|
54584
54735
|
class?: any;
|
|
54585
54736
|
theme?: string | undefined;
|
|
54586
54737
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54630,6 +54781,7 @@ declare const VTab: {
|
|
|
54630
54781
|
block: boolean;
|
|
54631
54782
|
active: boolean;
|
|
54632
54783
|
style: vue.StyleValue;
|
|
54784
|
+
text: string | number | boolean;
|
|
54633
54785
|
disabled: boolean;
|
|
54634
54786
|
size: string | number;
|
|
54635
54787
|
readonly: boolean;
|
|
@@ -54700,7 +54852,7 @@ declare const VTab: {
|
|
|
54700
54852
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54701
54853
|
value?: any;
|
|
54702
54854
|
loading?: string | boolean | undefined;
|
|
54703
|
-
text?: string | undefined;
|
|
54855
|
+
text?: string | number | boolean | undefined;
|
|
54704
54856
|
class?: any;
|
|
54705
54857
|
theme?: string | undefined;
|
|
54706
54858
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54737,7 +54889,7 @@ declare const VTab: {
|
|
|
54737
54889
|
}) => any) | undefined;
|
|
54738
54890
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
54739
54891
|
group: GroupItemProvide | null;
|
|
54740
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
|
54892
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
|
54741
54893
|
_allExposed: {
|
|
54742
54894
|
group: GroupItemProvide | null;
|
|
54743
54895
|
} | {};
|
|
@@ -54772,7 +54924,7 @@ declare const VTab: {
|
|
|
54772
54924
|
minWidth?: string | number | undefined;
|
|
54773
54925
|
value?: any;
|
|
54774
54926
|
loading?: string | boolean | undefined;
|
|
54775
|
-
text?: string | undefined;
|
|
54927
|
+
text?: string | number | boolean | undefined;
|
|
54776
54928
|
class?: any;
|
|
54777
54929
|
theme?: string | undefined;
|
|
54778
54930
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54810,6 +54962,7 @@ declare const VTab: {
|
|
|
54810
54962
|
exact: boolean;
|
|
54811
54963
|
direction: "horizontal" | "vertical";
|
|
54812
54964
|
style: vue.StyleValue;
|
|
54965
|
+
text: string | number | boolean;
|
|
54813
54966
|
disabled: boolean;
|
|
54814
54967
|
size: string | number;
|
|
54815
54968
|
readonly: boolean;
|
|
@@ -54867,7 +55020,7 @@ declare const VTab: {
|
|
|
54867
55020
|
minWidth?: string | number | undefined;
|
|
54868
55021
|
value?: any;
|
|
54869
55022
|
loading?: string | boolean | undefined;
|
|
54870
|
-
text?: string | undefined;
|
|
55023
|
+
text?: string | number | boolean | undefined;
|
|
54871
55024
|
class?: any;
|
|
54872
55025
|
theme?: string | undefined;
|
|
54873
55026
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54910,6 +55063,7 @@ declare const VTab: {
|
|
|
54910
55063
|
block: boolean;
|
|
54911
55064
|
active: boolean;
|
|
54912
55065
|
style: vue.StyleValue;
|
|
55066
|
+
text: string | number | boolean;
|
|
54913
55067
|
disabled: boolean;
|
|
54914
55068
|
size: string | number;
|
|
54915
55069
|
readonly: boolean;
|
|
@@ -54954,7 +55108,7 @@ declare const VTab: {
|
|
|
54954
55108
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54955
55109
|
value?: any;
|
|
54956
55110
|
loading?: string | boolean | undefined;
|
|
54957
|
-
text?: string | undefined;
|
|
55111
|
+
text?: string | number | boolean | undefined;
|
|
54958
55112
|
class?: any;
|
|
54959
55113
|
theme?: string | undefined;
|
|
54960
55114
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55019,7 +55173,7 @@ declare const VTab: {
|
|
|
55019
55173
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55020
55174
|
value?: any;
|
|
55021
55175
|
loading?: string | boolean | undefined;
|
|
55022
|
-
text?: string | undefined;
|
|
55176
|
+
text?: string | number | boolean | undefined;
|
|
55023
55177
|
class?: any;
|
|
55024
55178
|
theme?: string | undefined;
|
|
55025
55179
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55054,7 +55208,7 @@ declare const VTab: {
|
|
|
55054
55208
|
"onGroup:selected"?: ((val: {
|
|
55055
55209
|
value: boolean;
|
|
55056
55210
|
}) => any) | undefined;
|
|
55057
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55211
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55058
55212
|
$attrs: {
|
|
55059
55213
|
[x: string]: unknown;
|
|
55060
55214
|
};
|
|
@@ -55106,7 +55260,7 @@ declare const VTab: {
|
|
|
55106
55260
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55107
55261
|
value?: any;
|
|
55108
55262
|
loading?: string | boolean | undefined;
|
|
55109
|
-
text?: string | undefined;
|
|
55263
|
+
text?: string | number | boolean | undefined;
|
|
55110
55264
|
class?: any;
|
|
55111
55265
|
theme?: string | undefined;
|
|
55112
55266
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55156,6 +55310,7 @@ declare const VTab: {
|
|
|
55156
55310
|
block: boolean;
|
|
55157
55311
|
active: boolean;
|
|
55158
55312
|
style: vue.StyleValue;
|
|
55313
|
+
text: string | number | boolean;
|
|
55159
55314
|
disabled: boolean;
|
|
55160
55315
|
size: string | number;
|
|
55161
55316
|
readonly: boolean;
|
|
@@ -55226,7 +55381,7 @@ declare const VTab: {
|
|
|
55226
55381
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55227
55382
|
value?: any;
|
|
55228
55383
|
loading?: string | boolean | undefined;
|
|
55229
|
-
text?: string | undefined;
|
|
55384
|
+
text?: string | number | boolean | undefined;
|
|
55230
55385
|
class?: any;
|
|
55231
55386
|
theme?: string | undefined;
|
|
55232
55387
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55263,7 +55418,7 @@ declare const VTab: {
|
|
|
55263
55418
|
}) => any) | undefined;
|
|
55264
55419
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55265
55420
|
group: GroupItemProvide | null;
|
|
55266
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
|
55421
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
|
55267
55422
|
_allExposed: {
|
|
55268
55423
|
group: GroupItemProvide | null;
|
|
55269
55424
|
} | {};
|
|
@@ -55274,6 +55429,7 @@ declare const VTab: {
|
|
|
55274
55429
|
exact: boolean;
|
|
55275
55430
|
direction: "horizontal" | "vertical";
|
|
55276
55431
|
style: vue.StyleValue;
|
|
55432
|
+
text: string | number | boolean;
|
|
55277
55433
|
disabled: boolean;
|
|
55278
55434
|
size: string | number;
|
|
55279
55435
|
readonly: boolean;
|
|
@@ -55323,7 +55479,7 @@ declare const VTab: {
|
|
|
55323
55479
|
minWidth?: string | number | undefined;
|
|
55324
55480
|
value?: any;
|
|
55325
55481
|
loading?: string | boolean | undefined;
|
|
55326
|
-
text?: string | undefined;
|
|
55482
|
+
text?: string | number | boolean | undefined;
|
|
55327
55483
|
class?: any;
|
|
55328
55484
|
theme?: string | undefined;
|
|
55329
55485
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55366,6 +55522,7 @@ declare const VTab: {
|
|
|
55366
55522
|
block: boolean;
|
|
55367
55523
|
active: boolean;
|
|
55368
55524
|
style: vue.StyleValue;
|
|
55525
|
+
text: string | number | boolean;
|
|
55369
55526
|
disabled: boolean;
|
|
55370
55527
|
size: string | number;
|
|
55371
55528
|
readonly: boolean;
|
|
@@ -55410,7 +55567,7 @@ declare const VTab: {
|
|
|
55410
55567
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55411
55568
|
value?: any;
|
|
55412
55569
|
loading?: string | boolean | undefined;
|
|
55413
|
-
text?: string | undefined;
|
|
55570
|
+
text?: string | number | boolean | undefined;
|
|
55414
55571
|
class?: any;
|
|
55415
55572
|
theme?: string | undefined;
|
|
55416
55573
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55475,7 +55632,7 @@ declare const VTab: {
|
|
|
55475
55632
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55476
55633
|
value?: any;
|
|
55477
55634
|
loading?: string | boolean | undefined;
|
|
55478
|
-
text?: string | undefined;
|
|
55635
|
+
text?: string | number | boolean | undefined;
|
|
55479
55636
|
class?: any;
|
|
55480
55637
|
theme?: string | undefined;
|
|
55481
55638
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55510,7 +55667,7 @@ declare const VTab: {
|
|
|
55510
55667
|
"onGroup:selected"?: ((val: {
|
|
55511
55668
|
value: boolean;
|
|
55512
55669
|
}) => any) | undefined;
|
|
55513
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55670
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55514
55671
|
$attrs: {
|
|
55515
55672
|
[x: string]: unknown;
|
|
55516
55673
|
};
|
|
@@ -55562,7 +55719,7 @@ declare const VTab: {
|
|
|
55562
55719
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55563
55720
|
value?: any;
|
|
55564
55721
|
loading?: string | boolean | undefined;
|
|
55565
|
-
text?: string | undefined;
|
|
55722
|
+
text?: string | number | boolean | undefined;
|
|
55566
55723
|
class?: any;
|
|
55567
55724
|
theme?: string | undefined;
|
|
55568
55725
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55612,6 +55769,7 @@ declare const VTab: {
|
|
|
55612
55769
|
block: boolean;
|
|
55613
55770
|
active: boolean;
|
|
55614
55771
|
style: vue.StyleValue;
|
|
55772
|
+
text: string | number | boolean;
|
|
55615
55773
|
disabled: boolean;
|
|
55616
55774
|
size: string | number;
|
|
55617
55775
|
readonly: boolean;
|
|
@@ -55682,7 +55840,7 @@ declare const VTab: {
|
|
|
55682
55840
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55683
55841
|
value?: any;
|
|
55684
55842
|
loading?: string | boolean | undefined;
|
|
55685
|
-
text?: string | undefined;
|
|
55843
|
+
text?: string | number | boolean | undefined;
|
|
55686
55844
|
class?: any;
|
|
55687
55845
|
theme?: string | undefined;
|
|
55688
55846
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55719,7 +55877,7 @@ declare const VTab: {
|
|
|
55719
55877
|
}) => any) | undefined;
|
|
55720
55878
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55721
55879
|
group: GroupItemProvide | null;
|
|
55722
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
|
55880
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
|
55723
55881
|
_allExposed: {
|
|
55724
55882
|
group: GroupItemProvide | null;
|
|
55725
55883
|
} | {};
|
|
@@ -55730,6 +55888,7 @@ declare const VTab: {
|
|
|
55730
55888
|
exact: boolean;
|
|
55731
55889
|
direction: "horizontal" | "vertical";
|
|
55732
55890
|
style: vue.StyleValue;
|
|
55891
|
+
text: string | number | boolean;
|
|
55733
55892
|
disabled: boolean;
|
|
55734
55893
|
size: string | number;
|
|
55735
55894
|
readonly: boolean;
|
|
@@ -55777,7 +55936,10 @@ declare const VTab: {
|
|
|
55777
55936
|
type: PropType<vue.StyleValue>;
|
|
55778
55937
|
default: null;
|
|
55779
55938
|
};
|
|
55780
|
-
text:
|
|
55939
|
+
text: {
|
|
55940
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
55941
|
+
default: undefined;
|
|
55942
|
+
};
|
|
55781
55943
|
disabled: BooleanConstructor;
|
|
55782
55944
|
size: {
|
|
55783
55945
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -55859,7 +56021,10 @@ declare const VTab: {
|
|
|
55859
56021
|
type: PropType<vue.StyleValue>;
|
|
55860
56022
|
default: null;
|
|
55861
56023
|
};
|
|
55862
|
-
text:
|
|
56024
|
+
text: {
|
|
56025
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
56026
|
+
default: undefined;
|
|
56027
|
+
};
|
|
55863
56028
|
disabled: BooleanConstructor;
|
|
55864
56029
|
size: {
|
|
55865
56030
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -61783,6 +61948,7 @@ declare const VTooltip: {
|
|
|
61783
61948
|
}) => vue.VNodeChild) | undefined;
|
|
61784
61949
|
onAfterEnter?: (() => any) | undefined;
|
|
61785
61950
|
onAfterLeave?: (() => any) | undefined;
|
|
61951
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
61786
61952
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
61787
61953
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
61788
61954
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -61865,6 +62031,7 @@ declare const VTooltip: {
|
|
|
61865
62031
|
} & {
|
|
61866
62032
|
onAfterEnter?: (() => any) | undefined;
|
|
61867
62033
|
onAfterLeave?: (() => any) | undefined;
|
|
62034
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
61868
62035
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
61869
62036
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
61870
62037
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -61886,7 +62053,7 @@ declare const VTooltip: {
|
|
|
61886
62053
|
}>;
|
|
61887
62054
|
$root: vue.ComponentPublicInstance | null;
|
|
61888
62055
|
$parent: vue.ComponentPublicInstance | null;
|
|
61889
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62056
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
61890
62057
|
$el: any;
|
|
61891
62058
|
$options: vue.ComponentOptionsBase<{
|
|
61892
62059
|
absolute: boolean;
|
|
@@ -61968,6 +62135,7 @@ declare const VTooltip: {
|
|
|
61968
62135
|
} & {
|
|
61969
62136
|
onAfterEnter?: (() => any) | undefined;
|
|
61970
62137
|
onAfterLeave?: (() => any) | undefined;
|
|
62138
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
61971
62139
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
61972
62140
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
61973
62141
|
}, {
|
|
@@ -61982,6 +62150,7 @@ declare const VTooltip: {
|
|
|
61982
62150
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
61983
62151
|
'click:outside': (e: MouseEvent) => true;
|
|
61984
62152
|
'update:modelValue': (value: boolean) => true;
|
|
62153
|
+
keydown: (e: KeyboardEvent) => true;
|
|
61985
62154
|
afterEnter: () => true;
|
|
61986
62155
|
afterLeave: () => true;
|
|
61987
62156
|
}, string, {
|
|
@@ -62120,6 +62289,7 @@ declare const VTooltip: {
|
|
|
62120
62289
|
} & {
|
|
62121
62290
|
onAfterEnter?: (() => any) | undefined;
|
|
62122
62291
|
onAfterLeave?: (() => any) | undefined;
|
|
62292
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62123
62293
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62124
62294
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62125
62295
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -62131,7 +62301,7 @@ declare const VTooltip: {
|
|
|
62131
62301
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
62132
62302
|
localTop: vue.ComputedRef<boolean>;
|
|
62133
62303
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
62134
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
62304
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
62135
62305
|
_allExposed: {
|
|
62136
62306
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62137
62307
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -62448,6 +62618,7 @@ declare const VTooltip: {
|
|
|
62448
62618
|
}) => vue.VNodeChild) | undefined;
|
|
62449
62619
|
onAfterEnter?: (() => any) | undefined;
|
|
62450
62620
|
onAfterLeave?: (() => any) | undefined;
|
|
62621
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62451
62622
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62452
62623
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62453
62624
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -62530,6 +62701,7 @@ declare const VTooltip: {
|
|
|
62530
62701
|
} & {
|
|
62531
62702
|
onAfterEnter?: (() => any) | undefined;
|
|
62532
62703
|
onAfterLeave?: (() => any) | undefined;
|
|
62704
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62533
62705
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62534
62706
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62535
62707
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -62551,7 +62723,7 @@ declare const VTooltip: {
|
|
|
62551
62723
|
}>;
|
|
62552
62724
|
$root: vue.ComponentPublicInstance | null;
|
|
62553
62725
|
$parent: vue.ComponentPublicInstance | null;
|
|
62554
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62726
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62555
62727
|
$el: any;
|
|
62556
62728
|
$options: vue.ComponentOptionsBase<{
|
|
62557
62729
|
absolute: boolean;
|
|
@@ -62633,6 +62805,7 @@ declare const VTooltip: {
|
|
|
62633
62805
|
} & {
|
|
62634
62806
|
onAfterEnter?: (() => any) | undefined;
|
|
62635
62807
|
onAfterLeave?: (() => any) | undefined;
|
|
62808
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62636
62809
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62637
62810
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62638
62811
|
}, {
|
|
@@ -62647,6 +62820,7 @@ declare const VTooltip: {
|
|
|
62647
62820
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
62648
62821
|
'click:outside': (e: MouseEvent) => true;
|
|
62649
62822
|
'update:modelValue': (value: boolean) => true;
|
|
62823
|
+
keydown: (e: KeyboardEvent) => true;
|
|
62650
62824
|
afterEnter: () => true;
|
|
62651
62825
|
afterLeave: () => true;
|
|
62652
62826
|
}, string, {
|
|
@@ -62785,6 +62959,7 @@ declare const VTooltip: {
|
|
|
62785
62959
|
} & {
|
|
62786
62960
|
onAfterEnter?: (() => any) | undefined;
|
|
62787
62961
|
onAfterLeave?: (() => any) | undefined;
|
|
62962
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62788
62963
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62789
62964
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62790
62965
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -62796,7 +62971,7 @@ declare const VTooltip: {
|
|
|
62796
62971
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
62797
62972
|
localTop: vue.ComputedRef<boolean>;
|
|
62798
62973
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
62799
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
62974
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
62800
62975
|
_allExposed: {
|
|
62801
62976
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62802
62977
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -63021,6 +63196,7 @@ declare const VTooltip: {
|
|
|
63021
63196
|
}) => vue.VNodeChild) | undefined;
|
|
63022
63197
|
onAfterEnter?: (() => any) | undefined;
|
|
63023
63198
|
onAfterLeave?: (() => any) | undefined;
|
|
63199
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63024
63200
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63025
63201
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63026
63202
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -63103,6 +63279,7 @@ declare const VTooltip: {
|
|
|
63103
63279
|
} & {
|
|
63104
63280
|
onAfterEnter?: (() => any) | undefined;
|
|
63105
63281
|
onAfterLeave?: (() => any) | undefined;
|
|
63282
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63106
63283
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63107
63284
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63108
63285
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -63124,7 +63301,7 @@ declare const VTooltip: {
|
|
|
63124
63301
|
}>;
|
|
63125
63302
|
$root: vue.ComponentPublicInstance | null;
|
|
63126
63303
|
$parent: vue.ComponentPublicInstance | null;
|
|
63127
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63304
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63128
63305
|
$el: any;
|
|
63129
63306
|
$options: vue.ComponentOptionsBase<{
|
|
63130
63307
|
absolute: boolean;
|
|
@@ -63206,6 +63383,7 @@ declare const VTooltip: {
|
|
|
63206
63383
|
} & {
|
|
63207
63384
|
onAfterEnter?: (() => any) | undefined;
|
|
63208
63385
|
onAfterLeave?: (() => any) | undefined;
|
|
63386
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63209
63387
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63210
63388
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63211
63389
|
}, {
|
|
@@ -63220,6 +63398,7 @@ declare const VTooltip: {
|
|
|
63220
63398
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
63221
63399
|
'click:outside': (e: MouseEvent) => true;
|
|
63222
63400
|
'update:modelValue': (value: boolean) => true;
|
|
63401
|
+
keydown: (e: KeyboardEvent) => true;
|
|
63223
63402
|
afterEnter: () => true;
|
|
63224
63403
|
afterLeave: () => true;
|
|
63225
63404
|
}, string, {
|
|
@@ -63358,6 +63537,7 @@ declare const VTooltip: {
|
|
|
63358
63537
|
} & {
|
|
63359
63538
|
onAfterEnter?: (() => any) | undefined;
|
|
63360
63539
|
onAfterLeave?: (() => any) | undefined;
|
|
63540
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63361
63541
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63362
63542
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63363
63543
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -63369,7 +63549,7 @@ declare const VTooltip: {
|
|
|
63369
63549
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
63370
63550
|
localTop: vue.ComputedRef<boolean>;
|
|
63371
63551
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
63372
|
-
}> & {} & 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" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "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")>, `$${any}`> & {
|
|
63552
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
63373
63553
|
_allExposed: {
|
|
63374
63554
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
63375
63555
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|