vuetify 3.7.15 → 3.7.16
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 +2932 -2928
- 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 +5470 -5438
- package/dist/vuetify-labs.css +2965 -2965
- package/dist/vuetify-labs.d.ts +438 -200
- package/dist/vuetify-labs.esm.js +155 -126
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +154 -125
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4258 -4258
- package/dist/vuetify.d.ts +390 -210
- package/dist/vuetify.esm.js +101 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +227 -225
- 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/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/index.d.mts +21 -6
- package/lib/components/VFab/index.d.mts +15 -6
- 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/VTextarea/VTextarea.mjs +2 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- 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/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 +57 -57
- package/lib/labs/VDateInput/VDateInput.mjs +3 -2
- 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/labs/VTimePicker/SelectingTimes.mjs +0 -10
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -1851,7 +1851,7 @@ declare const VAppBarNavIcon: {
|
|
|
1851
1851
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1852
1852
|
value?: any;
|
|
1853
1853
|
loading?: string | boolean | undefined;
|
|
1854
|
-
text?: string | undefined;
|
|
1854
|
+
text?: string | number | boolean | undefined;
|
|
1855
1855
|
class?: any;
|
|
1856
1856
|
theme?: string | undefined;
|
|
1857
1857
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -1915,7 +1915,7 @@ declare const VAppBarNavIcon: {
|
|
|
1915
1915
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1916
1916
|
value?: any;
|
|
1917
1917
|
loading?: string | boolean | undefined;
|
|
1918
|
-
text?: string | undefined;
|
|
1918
|
+
text?: string | number | boolean | undefined;
|
|
1919
1919
|
class?: any;
|
|
1920
1920
|
theme?: string | undefined;
|
|
1921
1921
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -1954,6 +1954,7 @@ declare const VAppBarNavIcon: {
|
|
|
1954
1954
|
block: boolean;
|
|
1955
1955
|
active: boolean;
|
|
1956
1956
|
style: vue.StyleValue;
|
|
1957
|
+
text: string | number | boolean;
|
|
1957
1958
|
disabled: boolean;
|
|
1958
1959
|
size: string | number;
|
|
1959
1960
|
readonly: boolean;
|
|
@@ -2013,7 +2014,7 @@ declare const VAppBarNavIcon: {
|
|
|
2013
2014
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2014
2015
|
value?: any;
|
|
2015
2016
|
loading?: string | boolean | undefined;
|
|
2016
|
-
text?: string | undefined;
|
|
2017
|
+
text?: string | number | boolean | undefined;
|
|
2017
2018
|
class?: any;
|
|
2018
2019
|
theme?: string | undefined;
|
|
2019
2020
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -2052,6 +2053,7 @@ declare const VAppBarNavIcon: {
|
|
|
2052
2053
|
block: boolean;
|
|
2053
2054
|
active: boolean;
|
|
2054
2055
|
style: vue.StyleValue;
|
|
2056
|
+
text: string | number | boolean;
|
|
2055
2057
|
disabled: boolean;
|
|
2056
2058
|
size: string | number;
|
|
2057
2059
|
readonly: boolean;
|
|
@@ -2103,7 +2105,7 @@ declare const VAppBarNavIcon: {
|
|
|
2103
2105
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2104
2106
|
value?: any;
|
|
2105
2107
|
loading?: string | boolean | undefined;
|
|
2106
|
-
text?: string | undefined;
|
|
2108
|
+
text?: string | number | boolean | undefined;
|
|
2107
2109
|
class?: any;
|
|
2108
2110
|
theme?: string | undefined;
|
|
2109
2111
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -2142,6 +2144,7 @@ declare const VAppBarNavIcon: {
|
|
|
2142
2144
|
block: boolean;
|
|
2143
2145
|
active: boolean;
|
|
2144
2146
|
style: vue.StyleValue;
|
|
2147
|
+
text: string | number | boolean;
|
|
2145
2148
|
disabled: boolean;
|
|
2146
2149
|
size: string | number;
|
|
2147
2150
|
readonly: boolean;
|
|
@@ -2249,7 +2252,10 @@ declare const VAppBarNavIcon: {
|
|
|
2249
2252
|
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
2250
2253
|
default: boolean;
|
|
2251
2254
|
};
|
|
2252
|
-
text:
|
|
2255
|
+
text: {
|
|
2256
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2257
|
+
default: undefined;
|
|
2258
|
+
};
|
|
2253
2259
|
}, vue.ExtractPropTypes<{
|
|
2254
2260
|
color: StringConstructor;
|
|
2255
2261
|
variant: Omit<Omit<{
|
|
@@ -2339,7 +2345,10 @@ declare const VAppBarNavIcon: {
|
|
|
2339
2345
|
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
|
2340
2346
|
default: boolean;
|
|
2341
2347
|
};
|
|
2342
|
-
text:
|
|
2348
|
+
text: {
|
|
2349
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2350
|
+
default: undefined;
|
|
2351
|
+
};
|
|
2343
2352
|
}>>;
|
|
2344
2353
|
type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
|
|
2345
2354
|
|
|
@@ -4119,10 +4128,10 @@ type ListItemSlot = {
|
|
|
4119
4128
|
select: (value: boolean) => void;
|
|
4120
4129
|
};
|
|
4121
4130
|
type ListItemTitleSlot = {
|
|
4122
|
-
title?: string | number;
|
|
4131
|
+
title?: string | number | boolean;
|
|
4123
4132
|
};
|
|
4124
4133
|
type ListItemSubtitleSlot = {
|
|
4125
|
-
subtitle?: string | number;
|
|
4134
|
+
subtitle?: string | number | boolean;
|
|
4126
4135
|
};
|
|
4127
4136
|
type VListItemSlots = {
|
|
4128
4137
|
prepend: ListItemSlot;
|
|
@@ -4158,7 +4167,7 @@ declare const VListItem: {
|
|
|
4158
4167
|
minHeight?: string | number | undefined;
|
|
4159
4168
|
minWidth?: string | number | undefined;
|
|
4160
4169
|
value?: any;
|
|
4161
|
-
title?: string | number | undefined;
|
|
4170
|
+
title?: string | number | boolean | undefined;
|
|
4162
4171
|
class?: any;
|
|
4163
4172
|
theme?: string | undefined;
|
|
4164
4173
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -4175,7 +4184,7 @@ declare const VListItem: {
|
|
|
4175
4184
|
activeClass?: string | undefined;
|
|
4176
4185
|
appendAvatar?: string | undefined;
|
|
4177
4186
|
prependAvatar?: string | undefined;
|
|
4178
|
-
subtitle?: string | number | undefined;
|
|
4187
|
+
subtitle?: string | number | boolean | undefined;
|
|
4179
4188
|
} & {
|
|
4180
4189
|
$children?: vue.VNodeChild | {
|
|
4181
4190
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -4256,7 +4265,7 @@ declare const VListItem: {
|
|
|
4256
4265
|
minHeight?: string | number | undefined;
|
|
4257
4266
|
minWidth?: string | number | undefined;
|
|
4258
4267
|
value?: any;
|
|
4259
|
-
title?: string | number | undefined;
|
|
4268
|
+
title?: string | number | boolean | undefined;
|
|
4260
4269
|
class?: any;
|
|
4261
4270
|
theme?: string | undefined;
|
|
4262
4271
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -4273,7 +4282,7 @@ declare const VListItem: {
|
|
|
4273
4282
|
activeClass?: string | undefined;
|
|
4274
4283
|
appendAvatar?: string | undefined;
|
|
4275
4284
|
prependAvatar?: string | undefined;
|
|
4276
|
-
subtitle?: string | number | undefined;
|
|
4285
|
+
subtitle?: string | number | boolean | undefined;
|
|
4277
4286
|
} & {
|
|
4278
4287
|
$children?: vue.VNodeChild | {
|
|
4279
4288
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -4305,6 +4314,7 @@ declare const VListItem: {
|
|
|
4305
4314
|
active: boolean;
|
|
4306
4315
|
nav: boolean;
|
|
4307
4316
|
style: vue.StyleValue;
|
|
4317
|
+
title: string | number | boolean;
|
|
4308
4318
|
disabled: boolean;
|
|
4309
4319
|
tag: string;
|
|
4310
4320
|
rounded: string | number | boolean;
|
|
@@ -4314,6 +4324,7 @@ declare const VListItem: {
|
|
|
4314
4324
|
ripple: boolean | {
|
|
4315
4325
|
class: string;
|
|
4316
4326
|
} | undefined;
|
|
4327
|
+
subtitle: string | number | boolean;
|
|
4317
4328
|
}, true, {}, vue.SlotsType<Partial<{
|
|
4318
4329
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
4319
4330
|
append: (arg: ListItemSlot) => vue.VNode[];
|
|
@@ -4353,7 +4364,7 @@ declare const VListItem: {
|
|
|
4353
4364
|
minHeight?: string | number | undefined;
|
|
4354
4365
|
minWidth?: string | number | undefined;
|
|
4355
4366
|
value?: any;
|
|
4356
|
-
title?: string | number | undefined;
|
|
4367
|
+
title?: string | number | boolean | undefined;
|
|
4357
4368
|
class?: any;
|
|
4358
4369
|
theme?: string | undefined;
|
|
4359
4370
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -4370,7 +4381,7 @@ declare const VListItem: {
|
|
|
4370
4381
|
activeClass?: string | undefined;
|
|
4371
4382
|
appendAvatar?: string | undefined;
|
|
4372
4383
|
prependAvatar?: string | undefined;
|
|
4373
|
-
subtitle?: string | number | undefined;
|
|
4384
|
+
subtitle?: string | number | boolean | undefined;
|
|
4374
4385
|
} & {
|
|
4375
4386
|
$children?: vue.VNodeChild | {
|
|
4376
4387
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -4431,6 +4442,7 @@ declare const VListItem: {
|
|
|
4431
4442
|
active: boolean;
|
|
4432
4443
|
nav: boolean;
|
|
4433
4444
|
style: vue.StyleValue;
|
|
4445
|
+
title: string | number | boolean;
|
|
4434
4446
|
disabled: boolean;
|
|
4435
4447
|
tag: string;
|
|
4436
4448
|
rounded: string | number | boolean;
|
|
@@ -4440,6 +4452,7 @@ declare const VListItem: {
|
|
|
4440
4452
|
ripple: boolean | {
|
|
4441
4453
|
class: string;
|
|
4442
4454
|
} | undefined;
|
|
4455
|
+
subtitle: string | number | boolean;
|
|
4443
4456
|
}>;
|
|
4444
4457
|
__isFragment?: never;
|
|
4445
4458
|
__isTeleport?: never;
|
|
@@ -4470,7 +4483,7 @@ declare const VListItem: {
|
|
|
4470
4483
|
minHeight?: string | number | undefined;
|
|
4471
4484
|
minWidth?: string | number | undefined;
|
|
4472
4485
|
value?: any;
|
|
4473
|
-
title?: string | number | undefined;
|
|
4486
|
+
title?: string | number | boolean | undefined;
|
|
4474
4487
|
class?: any;
|
|
4475
4488
|
theme?: string | undefined;
|
|
4476
4489
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -4487,7 +4500,7 @@ declare const VListItem: {
|
|
|
4487
4500
|
activeClass?: string | undefined;
|
|
4488
4501
|
appendAvatar?: string | undefined;
|
|
4489
4502
|
prependAvatar?: string | undefined;
|
|
4490
|
-
subtitle?: string | number | undefined;
|
|
4503
|
+
subtitle?: string | number | boolean | undefined;
|
|
4491
4504
|
} & {
|
|
4492
4505
|
$children?: vue.VNodeChild | {
|
|
4493
4506
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -4550,6 +4563,7 @@ declare const VListItem: {
|
|
|
4550
4563
|
active: boolean;
|
|
4551
4564
|
nav: boolean;
|
|
4552
4565
|
style: vue.StyleValue;
|
|
4566
|
+
title: string | number | boolean;
|
|
4553
4567
|
disabled: boolean;
|
|
4554
4568
|
tag: string;
|
|
4555
4569
|
rounded: string | number | boolean;
|
|
@@ -4559,6 +4573,7 @@ declare const VListItem: {
|
|
|
4559
4573
|
ripple: boolean | {
|
|
4560
4574
|
class: string;
|
|
4561
4575
|
} | undefined;
|
|
4576
|
+
subtitle: string | number | boolean;
|
|
4562
4577
|
}, {}, string, vue.SlotsType<Partial<{
|
|
4563
4578
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
4564
4579
|
append: (arg: ListItemSlot) => vue.VNode[];
|
|
@@ -4633,8 +4648,14 @@ declare const VListItem: {
|
|
|
4633
4648
|
default: boolean;
|
|
4634
4649
|
};
|
|
4635
4650
|
slim: BooleanConstructor;
|
|
4636
|
-
subtitle:
|
|
4637
|
-
|
|
4651
|
+
subtitle: {
|
|
4652
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4653
|
+
default: undefined;
|
|
4654
|
+
};
|
|
4655
|
+
title: {
|
|
4656
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4657
|
+
default: undefined;
|
|
4658
|
+
};
|
|
4638
4659
|
value: null;
|
|
4639
4660
|
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4640
4661
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
@@ -4706,8 +4727,14 @@ declare const VListItem: {
|
|
|
4706
4727
|
default: boolean;
|
|
4707
4728
|
};
|
|
4708
4729
|
slim: BooleanConstructor;
|
|
4709
|
-
subtitle:
|
|
4710
|
-
|
|
4730
|
+
subtitle: {
|
|
4731
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4732
|
+
default: undefined;
|
|
4733
|
+
};
|
|
4734
|
+
title: {
|
|
4735
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4736
|
+
default: undefined;
|
|
4737
|
+
};
|
|
4711
4738
|
value: null;
|
|
4712
4739
|
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4713
4740
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
@@ -6566,6 +6593,7 @@ declare const VMenu: {
|
|
|
6566
6593
|
}) => vue.VNodeChild) | undefined;
|
|
6567
6594
|
onAfterEnter?: (() => any) | undefined;
|
|
6568
6595
|
onAfterLeave?: (() => any) | undefined;
|
|
6596
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6569
6597
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6570
6598
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6571
6599
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -6648,6 +6676,7 @@ declare const VMenu: {
|
|
|
6648
6676
|
} & {
|
|
6649
6677
|
onAfterEnter?: (() => any) | undefined;
|
|
6650
6678
|
onAfterLeave?: (() => any) | undefined;
|
|
6679
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6651
6680
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6652
6681
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6653
6682
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -6669,7 +6698,7 @@ declare const VMenu: {
|
|
|
6669
6698
|
}>;
|
|
6670
6699
|
$root: vue.ComponentPublicInstance | null;
|
|
6671
6700
|
$parent: vue.ComponentPublicInstance | null;
|
|
6672
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
6701
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
6673
6702
|
$el: any;
|
|
6674
6703
|
$options: vue.ComponentOptionsBase<{
|
|
6675
6704
|
absolute: boolean;
|
|
@@ -6751,6 +6780,7 @@ declare const VMenu: {
|
|
|
6751
6780
|
} & {
|
|
6752
6781
|
onAfterEnter?: (() => any) | undefined;
|
|
6753
6782
|
onAfterLeave?: (() => any) | undefined;
|
|
6783
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6754
6784
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6755
6785
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6756
6786
|
}, {
|
|
@@ -6765,6 +6795,7 @@ declare const VMenu: {
|
|
|
6765
6795
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6766
6796
|
'click:outside': (e: MouseEvent) => true;
|
|
6767
6797
|
'update:modelValue': (value: boolean) => true;
|
|
6798
|
+
keydown: (e: KeyboardEvent) => true;
|
|
6768
6799
|
afterEnter: () => true;
|
|
6769
6800
|
afterLeave: () => true;
|
|
6770
6801
|
}, string, {
|
|
@@ -6903,6 +6934,7 @@ declare const VMenu: {
|
|
|
6903
6934
|
} & {
|
|
6904
6935
|
onAfterEnter?: (() => any) | undefined;
|
|
6905
6936
|
onAfterLeave?: (() => any) | undefined;
|
|
6937
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
6906
6938
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6907
6939
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6908
6940
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -6914,7 +6946,7 @@ declare const VMenu: {
|
|
|
6914
6946
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
6915
6947
|
localTop: vue.ComputedRef<boolean>;
|
|
6916
6948
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
6917
|
-
}> & {} & 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}`> & {
|
|
6949
|
+
}> & {} & 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}`> & {
|
|
6918
6950
|
_allExposed: {
|
|
6919
6951
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
6920
6952
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -7247,6 +7279,7 @@ declare const VMenu: {
|
|
|
7247
7279
|
}) => vue.VNodeChild) | undefined;
|
|
7248
7280
|
onAfterEnter?: (() => any) | undefined;
|
|
7249
7281
|
onAfterLeave?: (() => any) | undefined;
|
|
7282
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7250
7283
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7251
7284
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7252
7285
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -7329,6 +7362,7 @@ declare const VMenu: {
|
|
|
7329
7362
|
} & {
|
|
7330
7363
|
onAfterEnter?: (() => any) | undefined;
|
|
7331
7364
|
onAfterLeave?: (() => any) | undefined;
|
|
7365
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7332
7366
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7333
7367
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7334
7368
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -7350,7 +7384,7 @@ declare const VMenu: {
|
|
|
7350
7384
|
}>;
|
|
7351
7385
|
$root: vue.ComponentPublicInstance | null;
|
|
7352
7386
|
$parent: vue.ComponentPublicInstance | null;
|
|
7353
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7387
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7354
7388
|
$el: any;
|
|
7355
7389
|
$options: vue.ComponentOptionsBase<{
|
|
7356
7390
|
absolute: boolean;
|
|
@@ -7432,6 +7466,7 @@ declare const VMenu: {
|
|
|
7432
7466
|
} & {
|
|
7433
7467
|
onAfterEnter?: (() => any) | undefined;
|
|
7434
7468
|
onAfterLeave?: (() => any) | undefined;
|
|
7469
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7435
7470
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7436
7471
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7437
7472
|
}, {
|
|
@@ -7446,6 +7481,7 @@ declare const VMenu: {
|
|
|
7446
7481
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7447
7482
|
'click:outside': (e: MouseEvent) => true;
|
|
7448
7483
|
'update:modelValue': (value: boolean) => true;
|
|
7484
|
+
keydown: (e: KeyboardEvent) => true;
|
|
7449
7485
|
afterEnter: () => true;
|
|
7450
7486
|
afterLeave: () => true;
|
|
7451
7487
|
}, string, {
|
|
@@ -7584,6 +7620,7 @@ declare const VMenu: {
|
|
|
7584
7620
|
} & {
|
|
7585
7621
|
onAfterEnter?: (() => any) | undefined;
|
|
7586
7622
|
onAfterLeave?: (() => any) | undefined;
|
|
7623
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7587
7624
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7588
7625
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7589
7626
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -7595,7 +7632,7 @@ declare const VMenu: {
|
|
|
7595
7632
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
7596
7633
|
localTop: vue.ComputedRef<boolean>;
|
|
7597
7634
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7598
|
-
}> & {} & 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}`> & {
|
|
7635
|
+
}> & {} & 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}`> & {
|
|
7599
7636
|
_allExposed: {
|
|
7600
7637
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7601
7638
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -7833,6 +7870,7 @@ declare const VMenu: {
|
|
|
7833
7870
|
}) => vue.VNodeChild) | undefined;
|
|
7834
7871
|
onAfterEnter?: (() => any) | undefined;
|
|
7835
7872
|
onAfterLeave?: (() => any) | undefined;
|
|
7873
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7836
7874
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7837
7875
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7838
7876
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -7915,6 +7953,7 @@ declare const VMenu: {
|
|
|
7915
7953
|
} & {
|
|
7916
7954
|
onAfterEnter?: (() => any) | undefined;
|
|
7917
7955
|
onAfterLeave?: (() => any) | undefined;
|
|
7956
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
7918
7957
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7919
7958
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7920
7959
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -7936,7 +7975,7 @@ declare const VMenu: {
|
|
|
7936
7975
|
}>;
|
|
7937
7976
|
$root: vue.ComponentPublicInstance | null;
|
|
7938
7977
|
$parent: vue.ComponentPublicInstance | null;
|
|
7939
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7978
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7940
7979
|
$el: any;
|
|
7941
7980
|
$options: vue.ComponentOptionsBase<{
|
|
7942
7981
|
absolute: boolean;
|
|
@@ -8018,6 +8057,7 @@ declare const VMenu: {
|
|
|
8018
8057
|
} & {
|
|
8019
8058
|
onAfterEnter?: (() => any) | undefined;
|
|
8020
8059
|
onAfterLeave?: (() => any) | undefined;
|
|
8060
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
8021
8061
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8022
8062
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
8023
8063
|
}, {
|
|
@@ -8032,6 +8072,7 @@ declare const VMenu: {
|
|
|
8032
8072
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
8033
8073
|
'click:outside': (e: MouseEvent) => true;
|
|
8034
8074
|
'update:modelValue': (value: boolean) => true;
|
|
8075
|
+
keydown: (e: KeyboardEvent) => true;
|
|
8035
8076
|
afterEnter: () => true;
|
|
8036
8077
|
afterLeave: () => true;
|
|
8037
8078
|
}, string, {
|
|
@@ -8170,6 +8211,7 @@ declare const VMenu: {
|
|
|
8170
8211
|
} & {
|
|
8171
8212
|
onAfterEnter?: (() => any) | undefined;
|
|
8172
8213
|
onAfterLeave?: (() => any) | undefined;
|
|
8214
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
8173
8215
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8174
8216
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
8175
8217
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -8181,7 +8223,7 @@ declare const VMenu: {
|
|
|
8181
8223
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
8182
8224
|
localTop: vue.ComputedRef<boolean>;
|
|
8183
8225
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
8184
|
-
}> & {} & 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}`> & {
|
|
8226
|
+
}> & {} & 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}`> & {
|
|
8185
8227
|
_allExposed: {
|
|
8186
8228
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
8187
8229
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -13770,7 +13812,7 @@ declare const VBtn: {
|
|
|
13770
13812
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13771
13813
|
value?: any;
|
|
13772
13814
|
loading?: string | boolean | undefined;
|
|
13773
|
-
text?: string | undefined;
|
|
13815
|
+
text?: string | number | boolean | undefined;
|
|
13774
13816
|
class?: any;
|
|
13775
13817
|
theme?: string | undefined;
|
|
13776
13818
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13844,7 +13886,7 @@ declare const VBtn: {
|
|
|
13844
13886
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13845
13887
|
value?: any;
|
|
13846
13888
|
loading?: string | boolean | undefined;
|
|
13847
|
-
text?: string | undefined;
|
|
13889
|
+
text?: string | number | boolean | undefined;
|
|
13848
13890
|
class?: any;
|
|
13849
13891
|
theme?: string | undefined;
|
|
13850
13892
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13888,6 +13930,7 @@ declare const VBtn: {
|
|
|
13888
13930
|
block: boolean;
|
|
13889
13931
|
active: boolean;
|
|
13890
13932
|
style: vue.StyleValue;
|
|
13933
|
+
text: string | number | boolean;
|
|
13891
13934
|
disabled: boolean;
|
|
13892
13935
|
size: string | number;
|
|
13893
13936
|
readonly: boolean;
|
|
@@ -13945,7 +13988,7 @@ declare const VBtn: {
|
|
|
13945
13988
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
13946
13989
|
value?: any;
|
|
13947
13990
|
loading?: string | boolean | undefined;
|
|
13948
|
-
text?: string | undefined;
|
|
13991
|
+
text?: string | number | boolean | undefined;
|
|
13949
13992
|
class?: any;
|
|
13950
13993
|
theme?: string | undefined;
|
|
13951
13994
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -13991,6 +14034,7 @@ declare const VBtn: {
|
|
|
13991
14034
|
block: boolean;
|
|
13992
14035
|
active: boolean;
|
|
13993
14036
|
style: vue.StyleValue;
|
|
14037
|
+
text: string | number | boolean;
|
|
13994
14038
|
disabled: boolean;
|
|
13995
14039
|
size: string | number;
|
|
13996
14040
|
readonly: boolean;
|
|
@@ -14040,7 +14084,7 @@ declare const VBtn: {
|
|
|
14040
14084
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
14041
14085
|
value?: any;
|
|
14042
14086
|
loading?: string | boolean | undefined;
|
|
14043
|
-
text?: string | undefined;
|
|
14087
|
+
text?: string | number | boolean | undefined;
|
|
14044
14088
|
class?: any;
|
|
14045
14089
|
theme?: string | undefined;
|
|
14046
14090
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -14090,6 +14134,7 @@ declare const VBtn: {
|
|
|
14090
14134
|
block: boolean;
|
|
14091
14135
|
active: boolean;
|
|
14092
14136
|
style: vue.StyleValue;
|
|
14137
|
+
text: string | number | boolean;
|
|
14093
14138
|
disabled: boolean;
|
|
14094
14139
|
size: string | number;
|
|
14095
14140
|
readonly: boolean;
|
|
@@ -14190,7 +14235,10 @@ declare const VBtn: {
|
|
|
14190
14235
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
14191
14236
|
default: boolean;
|
|
14192
14237
|
};
|
|
14193
|
-
text:
|
|
14238
|
+
text: {
|
|
14239
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14240
|
+
default: undefined;
|
|
14241
|
+
};
|
|
14194
14242
|
}, vue.ExtractPropTypes<{
|
|
14195
14243
|
color: StringConstructor;
|
|
14196
14244
|
variant: Omit<{
|
|
@@ -14274,7 +14322,10 @@ declare const VBtn: {
|
|
|
14274
14322
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
14275
14323
|
default: boolean;
|
|
14276
14324
|
};
|
|
14277
|
-
text:
|
|
14325
|
+
text: {
|
|
14326
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14327
|
+
default: undefined;
|
|
14328
|
+
};
|
|
14278
14329
|
}>>;
|
|
14279
14330
|
type VBtn = InstanceType<typeof VBtn>;
|
|
14280
14331
|
|
|
@@ -14730,13 +14781,13 @@ declare const VCardItem: {
|
|
|
14730
14781
|
style: vue.StyleValue;
|
|
14731
14782
|
density: Density;
|
|
14732
14783
|
} & {
|
|
14733
|
-
title?: string | number | undefined;
|
|
14784
|
+
title?: string | number | boolean | undefined;
|
|
14734
14785
|
class?: any;
|
|
14735
14786
|
prependIcon?: IconValue | undefined;
|
|
14736
14787
|
appendIcon?: IconValue | undefined;
|
|
14737
14788
|
appendAvatar?: string | undefined;
|
|
14738
14789
|
prependAvatar?: string | undefined;
|
|
14739
|
-
subtitle?: string | number | undefined;
|
|
14790
|
+
subtitle?: string | number | boolean | undefined;
|
|
14740
14791
|
} & {
|
|
14741
14792
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14742
14793
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14762,13 +14813,13 @@ declare const VCardItem: {
|
|
|
14762
14813
|
style: vue.StyleValue;
|
|
14763
14814
|
density: Density;
|
|
14764
14815
|
} & {
|
|
14765
|
-
title?: string | number | undefined;
|
|
14816
|
+
title?: string | number | boolean | undefined;
|
|
14766
14817
|
class?: any;
|
|
14767
14818
|
prependIcon?: IconValue | undefined;
|
|
14768
14819
|
appendIcon?: IconValue | undefined;
|
|
14769
14820
|
appendAvatar?: string | undefined;
|
|
14770
14821
|
prependAvatar?: string | undefined;
|
|
14771
|
-
subtitle?: string | number | undefined;
|
|
14822
|
+
subtitle?: string | number | boolean | undefined;
|
|
14772
14823
|
} & {
|
|
14773
14824
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14774
14825
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14792,7 +14843,9 @@ declare const VCardItem: {
|
|
|
14792
14843
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
|
14793
14844
|
}, {
|
|
14794
14845
|
style: vue.StyleValue;
|
|
14846
|
+
title: string | number | boolean;
|
|
14795
14847
|
density: Density;
|
|
14848
|
+
subtitle: string | number | boolean;
|
|
14796
14849
|
}, true, {}, vue.SlotsType<Partial<{
|
|
14797
14850
|
default: () => vue.VNode[];
|
|
14798
14851
|
prepend: () => vue.VNode[];
|
|
@@ -14810,13 +14863,13 @@ declare const VCardItem: {
|
|
|
14810
14863
|
style: vue.StyleValue;
|
|
14811
14864
|
density: Density;
|
|
14812
14865
|
} & {
|
|
14813
|
-
title?: string | number | undefined;
|
|
14866
|
+
title?: string | number | boolean | undefined;
|
|
14814
14867
|
class?: any;
|
|
14815
14868
|
prependIcon?: IconValue | undefined;
|
|
14816
14869
|
appendIcon?: IconValue | undefined;
|
|
14817
14870
|
appendAvatar?: string | undefined;
|
|
14818
14871
|
prependAvatar?: string | undefined;
|
|
14819
|
-
subtitle?: string | number | undefined;
|
|
14872
|
+
subtitle?: string | number | boolean | undefined;
|
|
14820
14873
|
} & {
|
|
14821
14874
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14822
14875
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14840,7 +14893,9 @@ declare const VCardItem: {
|
|
|
14840
14893
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
|
14841
14894
|
}, {}, {}, {}, {}, {
|
|
14842
14895
|
style: vue.StyleValue;
|
|
14896
|
+
title: string | number | boolean;
|
|
14843
14897
|
density: Density;
|
|
14898
|
+
subtitle: string | number | boolean;
|
|
14844
14899
|
}>;
|
|
14845
14900
|
__isFragment?: never;
|
|
14846
14901
|
__isTeleport?: never;
|
|
@@ -14849,13 +14904,13 @@ declare const VCardItem: {
|
|
|
14849
14904
|
style: vue.StyleValue;
|
|
14850
14905
|
density: Density;
|
|
14851
14906
|
} & {
|
|
14852
|
-
title?: string | number | undefined;
|
|
14907
|
+
title?: string | number | boolean | undefined;
|
|
14853
14908
|
class?: any;
|
|
14854
14909
|
prependIcon?: IconValue | undefined;
|
|
14855
14910
|
appendIcon?: IconValue | undefined;
|
|
14856
14911
|
appendAvatar?: string | undefined;
|
|
14857
14912
|
prependAvatar?: string | undefined;
|
|
14858
|
-
subtitle?: string | number | undefined;
|
|
14913
|
+
subtitle?: string | number | boolean | undefined;
|
|
14859
14914
|
} & {
|
|
14860
14915
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14861
14916
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -14879,7 +14934,9 @@ declare const VCardItem: {
|
|
|
14879
14934
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
|
14880
14935
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
14881
14936
|
style: vue.StyleValue;
|
|
14937
|
+
title: string | number | boolean;
|
|
14882
14938
|
density: Density;
|
|
14939
|
+
subtitle: string | number | boolean;
|
|
14883
14940
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14884
14941
|
default: () => vue.VNode[];
|
|
14885
14942
|
prepend: () => vue.VNode[];
|
|
@@ -14901,8 +14958,14 @@ declare const VCardItem: {
|
|
|
14901
14958
|
appendIcon: vue.PropType<IconValue>;
|
|
14902
14959
|
prependAvatar: StringConstructor;
|
|
14903
14960
|
prependIcon: vue.PropType<IconValue>;
|
|
14904
|
-
subtitle:
|
|
14905
|
-
|
|
14961
|
+
subtitle: {
|
|
14962
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14963
|
+
default: undefined;
|
|
14964
|
+
};
|
|
14965
|
+
title: {
|
|
14966
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14967
|
+
default: undefined;
|
|
14968
|
+
};
|
|
14906
14969
|
}, vue.ExtractPropTypes<{
|
|
14907
14970
|
density: {
|
|
14908
14971
|
type: vue.PropType<Density>;
|
|
@@ -14918,8 +14981,14 @@ declare const VCardItem: {
|
|
|
14918
14981
|
appendIcon: vue.PropType<IconValue>;
|
|
14919
14982
|
prependAvatar: StringConstructor;
|
|
14920
14983
|
prependIcon: vue.PropType<IconValue>;
|
|
14921
|
-
subtitle:
|
|
14922
|
-
|
|
14984
|
+
subtitle: {
|
|
14985
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14986
|
+
default: undefined;
|
|
14987
|
+
};
|
|
14988
|
+
title: {
|
|
14989
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14990
|
+
default: undefined;
|
|
14991
|
+
};
|
|
14923
14992
|
}>>;
|
|
14924
14993
|
type VCardItem = InstanceType<typeof VCardItem>;
|
|
14925
14994
|
|
|
@@ -14951,9 +15020,9 @@ declare const VCard: {
|
|
|
14951
15020
|
minWidth?: string | number | undefined;
|
|
14952
15021
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
14953
15022
|
loading?: string | boolean | undefined;
|
|
14954
|
-
title?: string | number | undefined;
|
|
15023
|
+
title?: string | number | boolean | undefined;
|
|
14955
15024
|
image?: string | undefined;
|
|
14956
|
-
text?: string | number | undefined;
|
|
15025
|
+
text?: string | number | boolean | undefined;
|
|
14957
15026
|
class?: any;
|
|
14958
15027
|
theme?: string | undefined;
|
|
14959
15028
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -14964,7 +15033,7 @@ declare const VCard: {
|
|
|
14964
15033
|
appendIcon?: IconValue | undefined;
|
|
14965
15034
|
appendAvatar?: string | undefined;
|
|
14966
15035
|
prependAvatar?: string | undefined;
|
|
14967
|
-
subtitle?: string | number | undefined;
|
|
15036
|
+
subtitle?: string | number | boolean | undefined;
|
|
14968
15037
|
} & {
|
|
14969
15038
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
14970
15039
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -15028,9 +15097,9 @@ declare const VCard: {
|
|
|
15028
15097
|
minWidth?: string | number | undefined;
|
|
15029
15098
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
15030
15099
|
loading?: string | boolean | undefined;
|
|
15031
|
-
title?: string | number | undefined;
|
|
15100
|
+
title?: string | number | boolean | undefined;
|
|
15032
15101
|
image?: string | undefined;
|
|
15033
|
-
text?: string | number | undefined;
|
|
15102
|
+
text?: string | number | boolean | undefined;
|
|
15034
15103
|
class?: any;
|
|
15035
15104
|
theme?: string | undefined;
|
|
15036
15105
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -15041,7 +15110,7 @@ declare const VCard: {
|
|
|
15041
15110
|
appendIcon?: IconValue | undefined;
|
|
15042
15111
|
appendAvatar?: string | undefined;
|
|
15043
15112
|
prependAvatar?: string | undefined;
|
|
15044
|
-
subtitle?: string | number | undefined;
|
|
15113
|
+
subtitle?: string | number | boolean | undefined;
|
|
15045
15114
|
} & {
|
|
15046
15115
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
15047
15116
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -15085,6 +15154,8 @@ declare const VCard: {
|
|
|
15085
15154
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
15086
15155
|
exact: boolean;
|
|
15087
15156
|
style: vue.StyleValue;
|
|
15157
|
+
title: string | number | boolean;
|
|
15158
|
+
text: string | number | boolean;
|
|
15088
15159
|
disabled: boolean;
|
|
15089
15160
|
tag: string;
|
|
15090
15161
|
rounded: string | number | boolean;
|
|
@@ -15093,6 +15164,7 @@ declare const VCard: {
|
|
|
15093
15164
|
ripple: boolean | {
|
|
15094
15165
|
class: string;
|
|
15095
15166
|
} | undefined;
|
|
15167
|
+
subtitle: string | number | boolean;
|
|
15096
15168
|
hover: boolean;
|
|
15097
15169
|
}, true, {}, vue.SlotsType<Partial<{
|
|
15098
15170
|
default: () => vue.VNode[];
|
|
@@ -15139,9 +15211,9 @@ declare const VCard: {
|
|
|
15139
15211
|
minWidth?: string | number | undefined;
|
|
15140
15212
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
15141
15213
|
loading?: string | boolean | undefined;
|
|
15142
|
-
title?: string | number | undefined;
|
|
15214
|
+
title?: string | number | boolean | undefined;
|
|
15143
15215
|
image?: string | undefined;
|
|
15144
|
-
text?: string | number | undefined;
|
|
15216
|
+
text?: string | number | boolean | undefined;
|
|
15145
15217
|
class?: any;
|
|
15146
15218
|
theme?: string | undefined;
|
|
15147
15219
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -15152,7 +15224,7 @@ declare const VCard: {
|
|
|
15152
15224
|
appendIcon?: IconValue | undefined;
|
|
15153
15225
|
appendAvatar?: string | undefined;
|
|
15154
15226
|
prependAvatar?: string | undefined;
|
|
15155
|
-
subtitle?: string | number | undefined;
|
|
15227
|
+
subtitle?: string | number | boolean | undefined;
|
|
15156
15228
|
} & {
|
|
15157
15229
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
15158
15230
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -15196,6 +15268,8 @@ declare const VCard: {
|
|
|
15196
15268
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
15197
15269
|
exact: boolean;
|
|
15198
15270
|
style: vue.StyleValue;
|
|
15271
|
+
title: string | number | boolean;
|
|
15272
|
+
text: string | number | boolean;
|
|
15199
15273
|
disabled: boolean;
|
|
15200
15274
|
tag: string;
|
|
15201
15275
|
rounded: string | number | boolean;
|
|
@@ -15204,6 +15278,7 @@ declare const VCard: {
|
|
|
15204
15278
|
ripple: boolean | {
|
|
15205
15279
|
class: string;
|
|
15206
15280
|
} | undefined;
|
|
15281
|
+
subtitle: string | number | boolean;
|
|
15207
15282
|
hover: boolean;
|
|
15208
15283
|
}>;
|
|
15209
15284
|
__isFragment?: never;
|
|
@@ -15236,9 +15311,9 @@ declare const VCard: {
|
|
|
15236
15311
|
minWidth?: string | number | undefined;
|
|
15237
15312
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
15238
15313
|
loading?: string | boolean | undefined;
|
|
15239
|
-
title?: string | number | undefined;
|
|
15314
|
+
title?: string | number | boolean | undefined;
|
|
15240
15315
|
image?: string | undefined;
|
|
15241
|
-
text?: string | number | undefined;
|
|
15316
|
+
text?: string | number | boolean | undefined;
|
|
15242
15317
|
class?: any;
|
|
15243
15318
|
theme?: string | undefined;
|
|
15244
15319
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -15249,7 +15324,7 @@ declare const VCard: {
|
|
|
15249
15324
|
appendIcon?: IconValue | undefined;
|
|
15250
15325
|
appendAvatar?: string | undefined;
|
|
15251
15326
|
prependAvatar?: string | undefined;
|
|
15252
|
-
subtitle?: string | number | undefined;
|
|
15327
|
+
subtitle?: string | number | boolean | undefined;
|
|
15253
15328
|
} & {
|
|
15254
15329
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
15255
15330
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -15293,6 +15368,8 @@ declare const VCard: {
|
|
|
15293
15368
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
15294
15369
|
exact: boolean;
|
|
15295
15370
|
style: vue.StyleValue;
|
|
15371
|
+
title: string | number | boolean;
|
|
15372
|
+
text: string | number | boolean;
|
|
15296
15373
|
disabled: boolean;
|
|
15297
15374
|
tag: string;
|
|
15298
15375
|
rounded: string | number | boolean;
|
|
@@ -15301,6 +15378,7 @@ declare const VCard: {
|
|
|
15301
15378
|
ripple: boolean | {
|
|
15302
15379
|
class: string;
|
|
15303
15380
|
} | undefined;
|
|
15381
|
+
subtitle: string | number | boolean;
|
|
15304
15382
|
hover: boolean;
|
|
15305
15383
|
}, {}, string, vue.SlotsType<Partial<{
|
|
15306
15384
|
default: () => vue.VNode[];
|
|
@@ -15380,9 +15458,18 @@ declare const VCard: {
|
|
|
15380
15458
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
15381
15459
|
default: boolean;
|
|
15382
15460
|
};
|
|
15383
|
-
subtitle:
|
|
15384
|
-
|
|
15385
|
-
|
|
15461
|
+
subtitle: {
|
|
15462
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15463
|
+
default: undefined;
|
|
15464
|
+
};
|
|
15465
|
+
text: {
|
|
15466
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15467
|
+
default: undefined;
|
|
15468
|
+
};
|
|
15469
|
+
title: {
|
|
15470
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15471
|
+
default: undefined;
|
|
15472
|
+
};
|
|
15386
15473
|
}, vue.ExtractPropTypes<{
|
|
15387
15474
|
color: StringConstructor;
|
|
15388
15475
|
variant: Omit<{
|
|
@@ -15450,9 +15537,18 @@ declare const VCard: {
|
|
|
15450
15537
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
15451
15538
|
default: boolean;
|
|
15452
15539
|
};
|
|
15453
|
-
subtitle:
|
|
15454
|
-
|
|
15455
|
-
|
|
15540
|
+
subtitle: {
|
|
15541
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15542
|
+
default: undefined;
|
|
15543
|
+
};
|
|
15544
|
+
text: {
|
|
15545
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15546
|
+
default: undefined;
|
|
15547
|
+
};
|
|
15548
|
+
title: {
|
|
15549
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
15550
|
+
default: undefined;
|
|
15551
|
+
};
|
|
15456
15552
|
}>>;
|
|
15457
15553
|
type VCard = InstanceType<typeof VCard>;
|
|
15458
15554
|
|
|
@@ -18835,7 +18931,7 @@ declare const VChip: {
|
|
|
18835
18931
|
border?: string | number | boolean | undefined;
|
|
18836
18932
|
color?: string | undefined;
|
|
18837
18933
|
value?: any;
|
|
18838
|
-
text?: string | undefined;
|
|
18934
|
+
text?: string | number | boolean | undefined;
|
|
18839
18935
|
class?: any;
|
|
18840
18936
|
theme?: string | undefined;
|
|
18841
18937
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -18943,7 +19039,7 @@ declare const VChip: {
|
|
|
18943
19039
|
border?: string | number | boolean | undefined;
|
|
18944
19040
|
color?: string | undefined;
|
|
18945
19041
|
value?: any;
|
|
18946
|
-
text?: string | undefined;
|
|
19042
|
+
text?: string | number | boolean | undefined;
|
|
18947
19043
|
class?: any;
|
|
18948
19044
|
theme?: string | undefined;
|
|
18949
19045
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -19025,6 +19121,7 @@ declare const VChip: {
|
|
|
19025
19121
|
exact: boolean;
|
|
19026
19122
|
label: boolean;
|
|
19027
19123
|
style: vue.StyleValue;
|
|
19124
|
+
text: string | number | boolean;
|
|
19028
19125
|
draggable: boolean;
|
|
19029
19126
|
disabled: boolean;
|
|
19030
19127
|
size: string | number;
|
|
@@ -19089,7 +19186,7 @@ declare const VChip: {
|
|
|
19089
19186
|
border?: string | number | boolean | undefined;
|
|
19090
19187
|
color?: string | undefined;
|
|
19091
19188
|
value?: any;
|
|
19092
|
-
text?: string | undefined;
|
|
19189
|
+
text?: string | number | boolean | undefined;
|
|
19093
19190
|
class?: any;
|
|
19094
19191
|
theme?: string | undefined;
|
|
19095
19192
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -19171,6 +19268,7 @@ declare const VChip: {
|
|
|
19171
19268
|
exact: boolean;
|
|
19172
19269
|
label: boolean;
|
|
19173
19270
|
style: vue.StyleValue;
|
|
19271
|
+
text: string | number | boolean;
|
|
19174
19272
|
draggable: boolean;
|
|
19175
19273
|
disabled: boolean;
|
|
19176
19274
|
size: string | number;
|
|
@@ -19218,7 +19316,7 @@ declare const VChip: {
|
|
|
19218
19316
|
border?: string | number | boolean | undefined;
|
|
19219
19317
|
color?: string | undefined;
|
|
19220
19318
|
value?: any;
|
|
19221
|
-
text?: string | undefined;
|
|
19319
|
+
text?: string | number | boolean | undefined;
|
|
19222
19320
|
class?: any;
|
|
19223
19321
|
theme?: string | undefined;
|
|
19224
19322
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -19307,6 +19405,7 @@ declare const VChip: {
|
|
|
19307
19405
|
exact: boolean;
|
|
19308
19406
|
label: boolean;
|
|
19309
19407
|
style: vue.StyleValue;
|
|
19408
|
+
text: string | number | boolean;
|
|
19310
19409
|
draggable: boolean;
|
|
19311
19410
|
disabled: boolean;
|
|
19312
19411
|
size: string | number;
|
|
@@ -19416,7 +19515,10 @@ declare const VChip: {
|
|
|
19416
19515
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
19417
19516
|
default: boolean;
|
|
19418
19517
|
};
|
|
19419
|
-
text:
|
|
19518
|
+
text: {
|
|
19519
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
19520
|
+
default: undefined;
|
|
19521
|
+
};
|
|
19420
19522
|
modelValue: {
|
|
19421
19523
|
type: BooleanConstructor;
|
|
19422
19524
|
default: boolean;
|
|
@@ -19502,7 +19604,10 @@ declare const VChip: {
|
|
|
19502
19604
|
type: PropType<RippleDirectiveBinding["value"]>;
|
|
19503
19605
|
default: boolean;
|
|
19504
19606
|
};
|
|
19505
|
-
text:
|
|
19607
|
+
text: {
|
|
19608
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
19609
|
+
default: undefined;
|
|
19610
|
+
};
|
|
19506
19611
|
modelValue: {
|
|
19507
19612
|
type: BooleanConstructor;
|
|
19508
19613
|
default: boolean;
|
|
@@ -23458,8 +23563,8 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
|
23458
23563
|
fixed?: boolean;
|
|
23459
23564
|
align?: 'start' | 'end' | 'center';
|
|
23460
23565
|
width?: number | string;
|
|
23461
|
-
minWidth?: string;
|
|
23462
|
-
maxWidth?: string;
|
|
23566
|
+
minWidth?: number | string;
|
|
23567
|
+
maxWidth?: number | string;
|
|
23463
23568
|
nowrap?: boolean;
|
|
23464
23569
|
headerProps?: Record<string, any>;
|
|
23465
23570
|
cellProps?: HeaderCellProps;
|
|
@@ -25932,8 +26037,8 @@ declare const VDataTableVirtual: {
|
|
|
25932
26037
|
readonly fixed?: boolean | undefined;
|
|
25933
26038
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25934
26039
|
readonly width?: (number | string) | undefined;
|
|
25935
|
-
readonly minWidth?: string | undefined;
|
|
25936
|
-
readonly maxWidth?: string | undefined;
|
|
26040
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26041
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25937
26042
|
readonly nowrap?: boolean | undefined;
|
|
25938
26043
|
readonly headerProps?: {
|
|
25939
26044
|
readonly [x: string]: any;
|
|
@@ -25952,8 +26057,8 @@ declare const VDataTableVirtual: {
|
|
|
25952
26057
|
readonly fixed?: boolean | undefined;
|
|
25953
26058
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
25954
26059
|
readonly width?: (number | string) | undefined;
|
|
25955
|
-
readonly minWidth?: string | undefined;
|
|
25956
|
-
readonly maxWidth?: string | undefined;
|
|
26060
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26061
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
25957
26062
|
readonly nowrap?: boolean | undefined;
|
|
25958
26063
|
readonly headerProps?: {
|
|
25959
26064
|
readonly [x: string]: any;
|
|
@@ -26032,8 +26137,8 @@ declare const VDataTableVirtual: {
|
|
|
26032
26137
|
readonly fixed?: boolean | undefined;
|
|
26033
26138
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26034
26139
|
readonly width?: (number | string) | undefined;
|
|
26035
|
-
readonly minWidth?: string | undefined;
|
|
26036
|
-
readonly maxWidth?: string | undefined;
|
|
26140
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26141
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26037
26142
|
readonly nowrap?: boolean | undefined;
|
|
26038
26143
|
readonly headerProps?: {
|
|
26039
26144
|
readonly [x: string]: any;
|
|
@@ -26052,8 +26157,8 @@ declare const VDataTableVirtual: {
|
|
|
26052
26157
|
readonly fixed?: boolean | undefined;
|
|
26053
26158
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26054
26159
|
readonly width?: (number | string) | undefined;
|
|
26055
|
-
readonly minWidth?: string | undefined;
|
|
26056
|
-
readonly maxWidth?: string | undefined;
|
|
26160
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26161
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26057
26162
|
readonly nowrap?: boolean | undefined;
|
|
26058
26163
|
readonly headerProps?: {
|
|
26059
26164
|
readonly [x: string]: any;
|
|
@@ -26206,8 +26311,8 @@ declare const VDataTableVirtual: {
|
|
|
26206
26311
|
readonly fixed?: boolean | undefined;
|
|
26207
26312
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26208
26313
|
readonly width?: (number | string) | undefined;
|
|
26209
|
-
readonly minWidth?: string | undefined;
|
|
26210
|
-
readonly maxWidth?: string | undefined;
|
|
26314
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26315
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26211
26316
|
readonly nowrap?: boolean | undefined;
|
|
26212
26317
|
readonly headerProps?: {
|
|
26213
26318
|
readonly [x: string]: any;
|
|
@@ -26226,8 +26331,8 @@ declare const VDataTableVirtual: {
|
|
|
26226
26331
|
readonly fixed?: boolean | undefined;
|
|
26227
26332
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26228
26333
|
readonly width?: (number | string) | undefined;
|
|
26229
|
-
readonly minWidth?: string | undefined;
|
|
26230
|
-
readonly maxWidth?: string | undefined;
|
|
26334
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26335
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26231
26336
|
readonly nowrap?: boolean | undefined;
|
|
26232
26337
|
readonly headerProps?: {
|
|
26233
26338
|
readonly [x: string]: any;
|
|
@@ -26336,8 +26441,8 @@ declare const VDataTableVirtual: {
|
|
|
26336
26441
|
readonly fixed?: boolean | undefined;
|
|
26337
26442
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26338
26443
|
readonly width?: (number | string) | undefined;
|
|
26339
|
-
readonly minWidth?: string | undefined;
|
|
26340
|
-
readonly maxWidth?: string | undefined;
|
|
26444
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26445
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26341
26446
|
readonly nowrap?: boolean | undefined;
|
|
26342
26447
|
readonly headerProps?: {
|
|
26343
26448
|
readonly [x: string]: any;
|
|
@@ -26356,8 +26461,8 @@ declare const VDataTableVirtual: {
|
|
|
26356
26461
|
readonly fixed?: boolean | undefined;
|
|
26357
26462
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26358
26463
|
readonly width?: (number | string) | undefined;
|
|
26359
|
-
readonly minWidth?: string | undefined;
|
|
26360
|
-
readonly maxWidth?: string | undefined;
|
|
26464
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26465
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26361
26466
|
readonly nowrap?: boolean | undefined;
|
|
26362
26467
|
readonly headerProps?: {
|
|
26363
26468
|
readonly [x: string]: any;
|
|
@@ -26761,8 +26866,8 @@ declare const VDataTableServer: {
|
|
|
26761
26866
|
readonly fixed?: boolean | undefined;
|
|
26762
26867
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26763
26868
|
readonly width?: (number | string) | undefined;
|
|
26764
|
-
readonly minWidth?: string | undefined;
|
|
26765
|
-
readonly maxWidth?: string | undefined;
|
|
26869
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26870
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26766
26871
|
readonly nowrap?: boolean | undefined;
|
|
26767
26872
|
readonly headerProps?: {
|
|
26768
26873
|
readonly [x: string]: any;
|
|
@@ -26781,8 +26886,8 @@ declare const VDataTableServer: {
|
|
|
26781
26886
|
readonly fixed?: boolean | undefined;
|
|
26782
26887
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26783
26888
|
readonly width?: (number | string) | undefined;
|
|
26784
|
-
readonly minWidth?: string | undefined;
|
|
26785
|
-
readonly maxWidth?: string | undefined;
|
|
26889
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26890
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26786
26891
|
readonly nowrap?: boolean | undefined;
|
|
26787
26892
|
readonly headerProps?: {
|
|
26788
26893
|
readonly [x: string]: any;
|
|
@@ -26877,8 +26982,8 @@ declare const VDataTableServer: {
|
|
|
26877
26982
|
readonly fixed?: boolean | undefined;
|
|
26878
26983
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26879
26984
|
readonly width?: (number | string) | undefined;
|
|
26880
|
-
readonly minWidth?: string | undefined;
|
|
26881
|
-
readonly maxWidth?: string | undefined;
|
|
26985
|
+
readonly minWidth?: (number | string) | undefined;
|
|
26986
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26882
26987
|
readonly nowrap?: boolean | undefined;
|
|
26883
26988
|
readonly headerProps?: {
|
|
26884
26989
|
readonly [x: string]: any;
|
|
@@ -26897,8 +27002,8 @@ declare const VDataTableServer: {
|
|
|
26897
27002
|
readonly fixed?: boolean | undefined;
|
|
26898
27003
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
26899
27004
|
readonly width?: (number | string) | undefined;
|
|
26900
|
-
readonly minWidth?: string | undefined;
|
|
26901
|
-
readonly maxWidth?: string | undefined;
|
|
27005
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27006
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
26902
27007
|
readonly nowrap?: boolean | undefined;
|
|
26903
27008
|
readonly headerProps?: {
|
|
26904
27009
|
readonly [x: string]: any;
|
|
@@ -27083,8 +27188,8 @@ declare const VDataTableServer: {
|
|
|
27083
27188
|
readonly fixed?: boolean | undefined;
|
|
27084
27189
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
27085
27190
|
readonly width?: (number | string) | undefined;
|
|
27086
|
-
readonly minWidth?: string | undefined;
|
|
27087
|
-
readonly maxWidth?: string | undefined;
|
|
27191
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27192
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
27088
27193
|
readonly nowrap?: boolean | undefined;
|
|
27089
27194
|
readonly headerProps?: {
|
|
27090
27195
|
readonly [x: string]: any;
|
|
@@ -27103,8 +27208,8 @@ declare const VDataTableServer: {
|
|
|
27103
27208
|
readonly fixed?: boolean | undefined;
|
|
27104
27209
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
27105
27210
|
readonly width?: (number | string) | undefined;
|
|
27106
|
-
readonly minWidth?: string | undefined;
|
|
27107
|
-
readonly maxWidth?: string | undefined;
|
|
27211
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27212
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
27108
27213
|
readonly nowrap?: boolean | undefined;
|
|
27109
27214
|
readonly headerProps?: {
|
|
27110
27215
|
readonly [x: string]: any;
|
|
@@ -27241,8 +27346,8 @@ declare const VDataTableServer: {
|
|
|
27241
27346
|
readonly fixed?: boolean | undefined;
|
|
27242
27347
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
27243
27348
|
readonly width?: (number | string) | undefined;
|
|
27244
|
-
readonly minWidth?: string | undefined;
|
|
27245
|
-
readonly maxWidth?: string | undefined;
|
|
27349
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27350
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
27246
27351
|
readonly nowrap?: boolean | undefined;
|
|
27247
27352
|
readonly headerProps?: {
|
|
27248
27353
|
readonly [x: string]: any;
|
|
@@ -27261,8 +27366,8 @@ declare const VDataTableServer: {
|
|
|
27261
27366
|
readonly fixed?: boolean | undefined;
|
|
27262
27367
|
readonly align?: ("start" | "end" | "center") | undefined;
|
|
27263
27368
|
readonly width?: (number | string) | undefined;
|
|
27264
|
-
readonly minWidth?: string | undefined;
|
|
27265
|
-
readonly maxWidth?: string | undefined;
|
|
27369
|
+
readonly minWidth?: (number | string) | undefined;
|
|
27370
|
+
readonly maxWidth?: (number | string) | undefined;
|
|
27266
27371
|
readonly nowrap?: boolean | undefined;
|
|
27267
27372
|
readonly headerProps?: {
|
|
27268
27373
|
readonly [x: string]: any;
|
|
@@ -28655,7 +28760,7 @@ declare const VDatePickerMonth: {
|
|
|
28655
28760
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28656
28761
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28657
28762
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28658
|
-
},
|
|
28763
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28659
28764
|
'update:modelValue': (date: unknown) => true;
|
|
28660
28765
|
'update:month': (date: number) => true;
|
|
28661
28766
|
'update:year': (date: number) => true;
|
|
@@ -28783,7 +28888,7 @@ declare const VDatePickerMonth: {
|
|
|
28783
28888
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28784
28889
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28785
28890
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28786
|
-
},
|
|
28891
|
+
}, {}, {}, {}, {}, {
|
|
28787
28892
|
transition: string;
|
|
28788
28893
|
disabled: boolean;
|
|
28789
28894
|
reverseTransition: string;
|
|
@@ -28846,7 +28951,7 @@ declare const VDatePickerMonth: {
|
|
|
28846
28951
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28847
28952
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28848
28953
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28849
|
-
},
|
|
28954
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28850
28955
|
'update:modelValue': (date: unknown) => true;
|
|
28851
28956
|
'update:month': (date: number) => true;
|
|
28852
28957
|
'update:year': (date: number) => true;
|
|
@@ -29802,6 +29907,7 @@ declare const VDialog: {
|
|
|
29802
29907
|
}) => vue.VNodeChild) | undefined;
|
|
29803
29908
|
onAfterEnter?: (() => any) | undefined;
|
|
29804
29909
|
onAfterLeave?: (() => any) | undefined;
|
|
29910
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29805
29911
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29806
29912
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29807
29913
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -29884,6 +29990,7 @@ declare const VDialog: {
|
|
|
29884
29990
|
} & {
|
|
29885
29991
|
onAfterEnter?: (() => any) | undefined;
|
|
29886
29992
|
onAfterLeave?: (() => any) | undefined;
|
|
29993
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29887
29994
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29888
29995
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29889
29996
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -29905,7 +30012,7 @@ declare const VDialog: {
|
|
|
29905
30012
|
}>;
|
|
29906
30013
|
$root: vue.ComponentPublicInstance | null;
|
|
29907
30014
|
$parent: vue.ComponentPublicInstance | null;
|
|
29908
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30015
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
29909
30016
|
$el: any;
|
|
29910
30017
|
$options: vue.ComponentOptionsBase<{
|
|
29911
30018
|
absolute: boolean;
|
|
@@ -29987,6 +30094,7 @@ declare const VDialog: {
|
|
|
29987
30094
|
} & {
|
|
29988
30095
|
onAfterEnter?: (() => any) | undefined;
|
|
29989
30096
|
onAfterLeave?: (() => any) | undefined;
|
|
30097
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
29990
30098
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29991
30099
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29992
30100
|
}, {
|
|
@@ -30001,6 +30109,7 @@ declare const VDialog: {
|
|
|
30001
30109
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30002
30110
|
'click:outside': (e: MouseEvent) => true;
|
|
30003
30111
|
'update:modelValue': (value: boolean) => true;
|
|
30112
|
+
keydown: (e: KeyboardEvent) => true;
|
|
30004
30113
|
afterEnter: () => true;
|
|
30005
30114
|
afterLeave: () => true;
|
|
30006
30115
|
}, string, {
|
|
@@ -30139,6 +30248,7 @@ declare const VDialog: {
|
|
|
30139
30248
|
} & {
|
|
30140
30249
|
onAfterEnter?: (() => any) | undefined;
|
|
30141
30250
|
onAfterLeave?: (() => any) | undefined;
|
|
30251
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30142
30252
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30143
30253
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30144
30254
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -30150,7 +30260,7 @@ declare const VDialog: {
|
|
|
30150
30260
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
30151
30261
|
localTop: vue.ComputedRef<boolean>;
|
|
30152
30262
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30153
|
-
}> & {} & 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}`> & {
|
|
30263
|
+
}> & {} & 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}`> & {
|
|
30154
30264
|
_allExposed: {
|
|
30155
30265
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30156
30266
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -30488,6 +30598,7 @@ declare const VDialog: {
|
|
|
30488
30598
|
}) => vue.VNodeChild) | undefined;
|
|
30489
30599
|
onAfterEnter?: (() => any) | undefined;
|
|
30490
30600
|
onAfterLeave?: (() => any) | undefined;
|
|
30601
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30491
30602
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30492
30603
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30493
30604
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -30570,6 +30681,7 @@ declare const VDialog: {
|
|
|
30570
30681
|
} & {
|
|
30571
30682
|
onAfterEnter?: (() => any) | undefined;
|
|
30572
30683
|
onAfterLeave?: (() => any) | undefined;
|
|
30684
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30573
30685
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30574
30686
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30575
30687
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -30591,7 +30703,7 @@ declare const VDialog: {
|
|
|
30591
30703
|
}>;
|
|
30592
30704
|
$root: vue.ComponentPublicInstance | null;
|
|
30593
30705
|
$parent: vue.ComponentPublicInstance | null;
|
|
30594
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30706
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30595
30707
|
$el: any;
|
|
30596
30708
|
$options: vue.ComponentOptionsBase<{
|
|
30597
30709
|
absolute: boolean;
|
|
@@ -30673,6 +30785,7 @@ declare const VDialog: {
|
|
|
30673
30785
|
} & {
|
|
30674
30786
|
onAfterEnter?: (() => any) | undefined;
|
|
30675
30787
|
onAfterLeave?: (() => any) | undefined;
|
|
30788
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30676
30789
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30677
30790
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30678
30791
|
}, {
|
|
@@ -30687,6 +30800,7 @@ declare const VDialog: {
|
|
|
30687
30800
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30688
30801
|
'click:outside': (e: MouseEvent) => true;
|
|
30689
30802
|
'update:modelValue': (value: boolean) => true;
|
|
30803
|
+
keydown: (e: KeyboardEvent) => true;
|
|
30690
30804
|
afterEnter: () => true;
|
|
30691
30805
|
afterLeave: () => true;
|
|
30692
30806
|
}, string, {
|
|
@@ -30825,6 +30939,7 @@ declare const VDialog: {
|
|
|
30825
30939
|
} & {
|
|
30826
30940
|
onAfterEnter?: (() => any) | undefined;
|
|
30827
30941
|
onAfterLeave?: (() => any) | undefined;
|
|
30942
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
30828
30943
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30829
30944
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30830
30945
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -30836,7 +30951,7 @@ declare const VDialog: {
|
|
|
30836
30951
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
30837
30952
|
localTop: vue.ComputedRef<boolean>;
|
|
30838
30953
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30839
|
-
}> & {} & 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}`> & {
|
|
30954
|
+
}> & {} & 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}`> & {
|
|
30840
30955
|
_allExposed: {
|
|
30841
30956
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30842
30957
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -31073,6 +31188,7 @@ declare const VDialog: {
|
|
|
31073
31188
|
}) => vue.VNodeChild) | undefined;
|
|
31074
31189
|
onAfterEnter?: (() => any) | undefined;
|
|
31075
31190
|
onAfterLeave?: (() => any) | undefined;
|
|
31191
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
31076
31192
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31077
31193
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31078
31194
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -31155,6 +31271,7 @@ declare const VDialog: {
|
|
|
31155
31271
|
} & {
|
|
31156
31272
|
onAfterEnter?: (() => any) | undefined;
|
|
31157
31273
|
onAfterLeave?: (() => any) | undefined;
|
|
31274
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
31158
31275
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31159
31276
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31160
31277
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -31176,7 +31293,7 @@ declare const VDialog: {
|
|
|
31176
31293
|
}>;
|
|
31177
31294
|
$root: vue.ComponentPublicInstance | null;
|
|
31178
31295
|
$parent: vue.ComponentPublicInstance | null;
|
|
31179
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
31296
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
31180
31297
|
$el: any;
|
|
31181
31298
|
$options: vue.ComponentOptionsBase<{
|
|
31182
31299
|
absolute: boolean;
|
|
@@ -31258,6 +31375,7 @@ declare const VDialog: {
|
|
|
31258
31375
|
} & {
|
|
31259
31376
|
onAfterEnter?: (() => any) | undefined;
|
|
31260
31377
|
onAfterLeave?: (() => any) | undefined;
|
|
31378
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
31261
31379
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31262
31380
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31263
31381
|
}, {
|
|
@@ -31272,6 +31390,7 @@ declare const VDialog: {
|
|
|
31272
31390
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
31273
31391
|
'click:outside': (e: MouseEvent) => true;
|
|
31274
31392
|
'update:modelValue': (value: boolean) => true;
|
|
31393
|
+
keydown: (e: KeyboardEvent) => true;
|
|
31275
31394
|
afterEnter: () => true;
|
|
31276
31395
|
afterLeave: () => true;
|
|
31277
31396
|
}, string, {
|
|
@@ -31410,6 +31529,7 @@ declare const VDialog: {
|
|
|
31410
31529
|
} & {
|
|
31411
31530
|
onAfterEnter?: (() => any) | undefined;
|
|
31412
31531
|
onAfterLeave?: (() => any) | undefined;
|
|
31532
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
31413
31533
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31414
31534
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31415
31535
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -31421,7 +31541,7 @@ declare const VDialog: {
|
|
|
31421
31541
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
31422
31542
|
localTop: vue.ComputedRef<boolean>;
|
|
31423
31543
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
31424
|
-
}> & {} & 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}`> & {
|
|
31544
|
+
}> & {} & 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}`> & {
|
|
31425
31545
|
_allExposed: {
|
|
31426
31546
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
31427
31547
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -33348,7 +33468,7 @@ declare const VFab: {
|
|
|
33348
33468
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33349
33469
|
value?: any;
|
|
33350
33470
|
loading?: string | boolean | undefined;
|
|
33351
|
-
text?: string | undefined;
|
|
33471
|
+
text?: string | number | boolean | undefined;
|
|
33352
33472
|
class?: any;
|
|
33353
33473
|
theme?: string | undefined;
|
|
33354
33474
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33419,7 +33539,7 @@ declare const VFab: {
|
|
|
33419
33539
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33420
33540
|
value?: any;
|
|
33421
33541
|
loading?: string | boolean | undefined;
|
|
33422
|
-
text?: string | undefined;
|
|
33542
|
+
text?: string | number | boolean | undefined;
|
|
33423
33543
|
class?: any;
|
|
33424
33544
|
theme?: string | undefined;
|
|
33425
33545
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33458,6 +33578,7 @@ declare const VFab: {
|
|
|
33458
33578
|
component?: vue.Component;
|
|
33459
33579
|
});
|
|
33460
33580
|
style: vue.StyleValue;
|
|
33581
|
+
text: string | number | boolean;
|
|
33461
33582
|
disabled: boolean;
|
|
33462
33583
|
size: string | number;
|
|
33463
33584
|
readonly: boolean;
|
|
@@ -33529,7 +33650,7 @@ declare const VFab: {
|
|
|
33529
33650
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33530
33651
|
value?: any;
|
|
33531
33652
|
loading?: string | boolean | undefined;
|
|
33532
|
-
text?: string | undefined;
|
|
33653
|
+
text?: string | number | boolean | undefined;
|
|
33533
33654
|
class?: any;
|
|
33534
33655
|
theme?: string | undefined;
|
|
33535
33656
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33568,6 +33689,7 @@ declare const VFab: {
|
|
|
33568
33689
|
component?: vue.Component;
|
|
33569
33690
|
});
|
|
33570
33691
|
style: vue.StyleValue;
|
|
33692
|
+
text: string | number | boolean;
|
|
33571
33693
|
disabled: boolean;
|
|
33572
33694
|
size: string | number;
|
|
33573
33695
|
readonly: boolean;
|
|
@@ -33634,7 +33756,7 @@ declare const VFab: {
|
|
|
33634
33756
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
33635
33757
|
value?: any;
|
|
33636
33758
|
loading?: string | boolean | undefined;
|
|
33637
|
-
text?: string | undefined;
|
|
33759
|
+
text?: string | number | boolean | undefined;
|
|
33638
33760
|
class?: any;
|
|
33639
33761
|
theme?: string | undefined;
|
|
33640
33762
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -33675,6 +33797,7 @@ declare const VFab: {
|
|
|
33675
33797
|
component?: vue.Component;
|
|
33676
33798
|
});
|
|
33677
33799
|
style: vue.StyleValue;
|
|
33800
|
+
text: string | number | boolean;
|
|
33678
33801
|
disabled: boolean;
|
|
33679
33802
|
size: string | number;
|
|
33680
33803
|
readonly: boolean;
|
|
@@ -33759,7 +33882,10 @@ declare const VFab: {
|
|
|
33759
33882
|
type: vue.PropType<vue.StyleValue>;
|
|
33760
33883
|
default: null;
|
|
33761
33884
|
};
|
|
33762
|
-
text:
|
|
33885
|
+
text: {
|
|
33886
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
33887
|
+
default: undefined;
|
|
33888
|
+
};
|
|
33763
33889
|
disabled: BooleanConstructor;
|
|
33764
33890
|
size: {
|
|
33765
33891
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -33877,7 +34003,10 @@ declare const VFab: {
|
|
|
33877
34003
|
type: vue.PropType<vue.StyleValue>;
|
|
33878
34004
|
default: null;
|
|
33879
34005
|
};
|
|
33880
|
-
text:
|
|
34006
|
+
text: {
|
|
34007
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
34008
|
+
default: undefined;
|
|
34009
|
+
};
|
|
33881
34010
|
disabled: BooleanConstructor;
|
|
33882
34011
|
size: {
|
|
33883
34012
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -40661,6 +40790,7 @@ declare const VOverlay: {
|
|
|
40661
40790
|
} & {
|
|
40662
40791
|
onAfterEnter?: (() => any) | undefined;
|
|
40663
40792
|
onAfterLeave?: (() => any) | undefined;
|
|
40793
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40664
40794
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40665
40795
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40666
40796
|
}, {
|
|
@@ -40675,6 +40805,7 @@ declare const VOverlay: {
|
|
|
40675
40805
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
40676
40806
|
'click:outside': (e: MouseEvent) => true;
|
|
40677
40807
|
'update:modelValue': (value: boolean) => true;
|
|
40808
|
+
keydown: (e: KeyboardEvent) => true;
|
|
40678
40809
|
afterEnter: () => true;
|
|
40679
40810
|
afterLeave: () => true;
|
|
40680
40811
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -40757,6 +40888,7 @@ declare const VOverlay: {
|
|
|
40757
40888
|
} & {
|
|
40758
40889
|
onAfterEnter?: (() => any) | undefined;
|
|
40759
40890
|
onAfterLeave?: (() => any) | undefined;
|
|
40891
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40760
40892
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40761
40893
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40762
40894
|
}, {
|
|
@@ -40882,6 +41014,7 @@ declare const VOverlay: {
|
|
|
40882
41014
|
} & {
|
|
40883
41015
|
onAfterEnter?: (() => any) | undefined;
|
|
40884
41016
|
onAfterLeave?: (() => any) | undefined;
|
|
41017
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
40885
41018
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40886
41019
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
40887
41020
|
}, {
|
|
@@ -41004,6 +41137,7 @@ declare const VOverlay: {
|
|
|
41004
41137
|
} & {
|
|
41005
41138
|
onAfterEnter?: (() => any) | undefined;
|
|
41006
41139
|
onAfterLeave?: (() => any) | undefined;
|
|
41140
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
41007
41141
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41008
41142
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
41009
41143
|
}, {
|
|
@@ -41018,6 +41152,7 @@ declare const VOverlay: {
|
|
|
41018
41152
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
41019
41153
|
'click:outside': (e: MouseEvent) => true;
|
|
41020
41154
|
'update:modelValue': (value: boolean) => true;
|
|
41155
|
+
keydown: (e: KeyboardEvent) => true;
|
|
41021
41156
|
afterEnter: () => true;
|
|
41022
41157
|
afterLeave: () => true;
|
|
41023
41158
|
}, string, {
|
|
@@ -49269,6 +49404,7 @@ declare const VSnackbar: {
|
|
|
49269
49404
|
}) => vue.VNodeChild) | undefined;
|
|
49270
49405
|
onAfterEnter?: (() => any) | undefined;
|
|
49271
49406
|
onAfterLeave?: (() => any) | undefined;
|
|
49407
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49272
49408
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49273
49409
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49274
49410
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -49351,6 +49487,7 @@ declare const VSnackbar: {
|
|
|
49351
49487
|
} & {
|
|
49352
49488
|
onAfterEnter?: (() => any) | undefined;
|
|
49353
49489
|
onAfterLeave?: (() => any) | undefined;
|
|
49490
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49354
49491
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49355
49492
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49356
49493
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -49372,7 +49509,7 @@ declare const VSnackbar: {
|
|
|
49372
49509
|
}>;
|
|
49373
49510
|
$root: vue.ComponentPublicInstance | null;
|
|
49374
49511
|
$parent: vue.ComponentPublicInstance | null;
|
|
49375
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49512
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49376
49513
|
$el: any;
|
|
49377
49514
|
$options: vue.ComponentOptionsBase<{
|
|
49378
49515
|
absolute: boolean;
|
|
@@ -49454,6 +49591,7 @@ declare const VSnackbar: {
|
|
|
49454
49591
|
} & {
|
|
49455
49592
|
onAfterEnter?: (() => any) | undefined;
|
|
49456
49593
|
onAfterLeave?: (() => any) | undefined;
|
|
49594
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49457
49595
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49458
49596
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49459
49597
|
}, {
|
|
@@ -49468,6 +49606,7 @@ declare const VSnackbar: {
|
|
|
49468
49606
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
49469
49607
|
'click:outside': (e: MouseEvent) => true;
|
|
49470
49608
|
'update:modelValue': (value: boolean) => true;
|
|
49609
|
+
keydown: (e: KeyboardEvent) => true;
|
|
49471
49610
|
afterEnter: () => true;
|
|
49472
49611
|
afterLeave: () => true;
|
|
49473
49612
|
}, string, {
|
|
@@ -49606,6 +49745,7 @@ declare const VSnackbar: {
|
|
|
49606
49745
|
} & {
|
|
49607
49746
|
onAfterEnter?: (() => any) | undefined;
|
|
49608
49747
|
onAfterLeave?: (() => any) | undefined;
|
|
49748
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49609
49749
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49610
49750
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49611
49751
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -49617,7 +49757,7 @@ declare const VSnackbar: {
|
|
|
49617
49757
|
globalTop: Readonly<Ref<boolean>>;
|
|
49618
49758
|
localTop: vue.ComputedRef<boolean>;
|
|
49619
49759
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
49620
|
-
}> & {} & 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}`> & {
|
|
49760
|
+
}> & {} & 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}`> & {
|
|
49621
49761
|
_allExposed: {
|
|
49622
49762
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49623
49763
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -49951,6 +50091,7 @@ declare const VSnackbar: {
|
|
|
49951
50091
|
}) => vue.VNodeChild) | undefined;
|
|
49952
50092
|
onAfterEnter?: (() => any) | undefined;
|
|
49953
50093
|
onAfterLeave?: (() => any) | undefined;
|
|
50094
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
49954
50095
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49955
50096
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49956
50097
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -50033,6 +50174,7 @@ declare const VSnackbar: {
|
|
|
50033
50174
|
} & {
|
|
50034
50175
|
onAfterEnter?: (() => any) | undefined;
|
|
50035
50176
|
onAfterLeave?: (() => any) | undefined;
|
|
50177
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50036
50178
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50037
50179
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50038
50180
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -50054,7 +50196,7 @@ declare const VSnackbar: {
|
|
|
50054
50196
|
}>;
|
|
50055
50197
|
$root: vue.ComponentPublicInstance | null;
|
|
50056
50198
|
$parent: vue.ComponentPublicInstance | null;
|
|
50057
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50199
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50058
50200
|
$el: any;
|
|
50059
50201
|
$options: vue.ComponentOptionsBase<{
|
|
50060
50202
|
absolute: boolean;
|
|
@@ -50136,6 +50278,7 @@ declare const VSnackbar: {
|
|
|
50136
50278
|
} & {
|
|
50137
50279
|
onAfterEnter?: (() => any) | undefined;
|
|
50138
50280
|
onAfterLeave?: (() => any) | undefined;
|
|
50281
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50139
50282
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50140
50283
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50141
50284
|
}, {
|
|
@@ -50150,6 +50293,7 @@ declare const VSnackbar: {
|
|
|
50150
50293
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
50151
50294
|
'click:outside': (e: MouseEvent) => true;
|
|
50152
50295
|
'update:modelValue': (value: boolean) => true;
|
|
50296
|
+
keydown: (e: KeyboardEvent) => true;
|
|
50153
50297
|
afterEnter: () => true;
|
|
50154
50298
|
afterLeave: () => true;
|
|
50155
50299
|
}, string, {
|
|
@@ -50288,6 +50432,7 @@ declare const VSnackbar: {
|
|
|
50288
50432
|
} & {
|
|
50289
50433
|
onAfterEnter?: (() => any) | undefined;
|
|
50290
50434
|
onAfterLeave?: (() => any) | undefined;
|
|
50435
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50291
50436
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50292
50437
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50293
50438
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -50299,7 +50444,7 @@ declare const VSnackbar: {
|
|
|
50299
50444
|
globalTop: Readonly<Ref<boolean>>;
|
|
50300
50445
|
localTop: vue.ComputedRef<boolean>;
|
|
50301
50446
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
50302
|
-
}> & {} & 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}`> & {
|
|
50447
|
+
}> & {} & 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}`> & {
|
|
50303
50448
|
_allExposed: {
|
|
50304
50449
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50305
50450
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -50533,6 +50678,7 @@ declare const VSnackbar: {
|
|
|
50533
50678
|
}) => vue.VNodeChild) | undefined;
|
|
50534
50679
|
onAfterEnter?: (() => any) | undefined;
|
|
50535
50680
|
onAfterLeave?: (() => any) | undefined;
|
|
50681
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50536
50682
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50537
50683
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50538
50684
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -50615,6 +50761,7 @@ declare const VSnackbar: {
|
|
|
50615
50761
|
} & {
|
|
50616
50762
|
onAfterEnter?: (() => any) | undefined;
|
|
50617
50763
|
onAfterLeave?: (() => any) | undefined;
|
|
50764
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50618
50765
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50619
50766
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50620
50767
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -50636,7 +50783,7 @@ declare const VSnackbar: {
|
|
|
50636
50783
|
}>;
|
|
50637
50784
|
$root: vue.ComponentPublicInstance | null;
|
|
50638
50785
|
$parent: vue.ComponentPublicInstance | null;
|
|
50639
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50786
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50640
50787
|
$el: any;
|
|
50641
50788
|
$options: vue.ComponentOptionsBase<{
|
|
50642
50789
|
absolute: boolean;
|
|
@@ -50718,6 +50865,7 @@ declare const VSnackbar: {
|
|
|
50718
50865
|
} & {
|
|
50719
50866
|
onAfterEnter?: (() => any) | undefined;
|
|
50720
50867
|
onAfterLeave?: (() => any) | undefined;
|
|
50868
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50721
50869
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50722
50870
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50723
50871
|
}, {
|
|
@@ -50732,6 +50880,7 @@ declare const VSnackbar: {
|
|
|
50732
50880
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
50733
50881
|
'click:outside': (e: MouseEvent) => true;
|
|
50734
50882
|
'update:modelValue': (value: boolean) => true;
|
|
50883
|
+
keydown: (e: KeyboardEvent) => true;
|
|
50735
50884
|
afterEnter: () => true;
|
|
50736
50885
|
afterLeave: () => true;
|
|
50737
50886
|
}, string, {
|
|
@@ -50870,6 +51019,7 @@ declare const VSnackbar: {
|
|
|
50870
51019
|
} & {
|
|
50871
51020
|
onAfterEnter?: (() => any) | undefined;
|
|
50872
51021
|
onAfterLeave?: (() => any) | undefined;
|
|
51022
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
50873
51023
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50874
51024
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50875
51025
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -50881,7 +51031,7 @@ declare const VSnackbar: {
|
|
|
50881
51031
|
globalTop: Readonly<Ref<boolean>>;
|
|
50882
51032
|
localTop: vue.ComputedRef<boolean>;
|
|
50883
51033
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
50884
|
-
}> & {} & 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}`> & {
|
|
51034
|
+
}> & {} & 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}`> & {
|
|
50885
51035
|
_allExposed: {
|
|
50886
51036
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50887
51037
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -54680,7 +54830,7 @@ declare const VTab: {
|
|
|
54680
54830
|
minWidth?: string | number | undefined;
|
|
54681
54831
|
value?: any;
|
|
54682
54832
|
loading?: string | boolean | undefined;
|
|
54683
|
-
text?: string | undefined;
|
|
54833
|
+
text?: string | number | boolean | undefined;
|
|
54684
54834
|
class?: any;
|
|
54685
54835
|
theme?: string | undefined;
|
|
54686
54836
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54723,6 +54873,7 @@ declare const VTab: {
|
|
|
54723
54873
|
block: boolean;
|
|
54724
54874
|
active: boolean;
|
|
54725
54875
|
style: vue.StyleValue;
|
|
54876
|
+
text: string | number | boolean;
|
|
54726
54877
|
disabled: boolean;
|
|
54727
54878
|
size: string | number;
|
|
54728
54879
|
readonly: boolean;
|
|
@@ -54767,7 +54918,7 @@ declare const VTab: {
|
|
|
54767
54918
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54768
54919
|
value?: any;
|
|
54769
54920
|
loading?: string | boolean | undefined;
|
|
54770
|
-
text?: string | undefined;
|
|
54921
|
+
text?: string | number | boolean | undefined;
|
|
54771
54922
|
class?: any;
|
|
54772
54923
|
theme?: string | undefined;
|
|
54773
54924
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54832,7 +54983,7 @@ declare const VTab: {
|
|
|
54832
54983
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54833
54984
|
value?: any;
|
|
54834
54985
|
loading?: string | boolean | undefined;
|
|
54835
|
-
text?: string | undefined;
|
|
54986
|
+
text?: string | number | boolean | undefined;
|
|
54836
54987
|
class?: any;
|
|
54837
54988
|
theme?: string | undefined;
|
|
54838
54989
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54867,7 +55018,7 @@ declare const VTab: {
|
|
|
54867
55018
|
"onGroup:selected"?: ((val: {
|
|
54868
55019
|
value: boolean;
|
|
54869
55020
|
}) => any) | undefined;
|
|
54870
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55021
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
54871
55022
|
$attrs: {
|
|
54872
55023
|
[x: string]: unknown;
|
|
54873
55024
|
};
|
|
@@ -54919,7 +55070,7 @@ declare const VTab: {
|
|
|
54919
55070
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
54920
55071
|
value?: any;
|
|
54921
55072
|
loading?: string | boolean | undefined;
|
|
54922
|
-
text?: string | undefined;
|
|
55073
|
+
text?: string | number | boolean | undefined;
|
|
54923
55074
|
class?: any;
|
|
54924
55075
|
theme?: string | undefined;
|
|
54925
55076
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -54969,6 +55120,7 @@ declare const VTab: {
|
|
|
54969
55120
|
block: boolean;
|
|
54970
55121
|
active: boolean;
|
|
54971
55122
|
style: vue.StyleValue;
|
|
55123
|
+
text: string | number | boolean;
|
|
54972
55124
|
disabled: boolean;
|
|
54973
55125
|
size: string | number;
|
|
54974
55126
|
readonly: boolean;
|
|
@@ -55039,7 +55191,7 @@ declare const VTab: {
|
|
|
55039
55191
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55040
55192
|
value?: any;
|
|
55041
55193
|
loading?: string | boolean | undefined;
|
|
55042
|
-
text?: string | undefined;
|
|
55194
|
+
text?: string | number | boolean | undefined;
|
|
55043
55195
|
class?: any;
|
|
55044
55196
|
theme?: string | undefined;
|
|
55045
55197
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55076,7 +55228,7 @@ declare const VTab: {
|
|
|
55076
55228
|
}) => any) | undefined;
|
|
55077
55229
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55078
55230
|
group: GroupItemProvide | null;
|
|
55079
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
|
55231
|
+
}> & {} & 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}`> & {
|
|
55080
55232
|
_allExposed: {
|
|
55081
55233
|
group: GroupItemProvide | null;
|
|
55082
55234
|
} | {};
|
|
@@ -55111,7 +55263,7 @@ declare const VTab: {
|
|
|
55111
55263
|
minWidth?: string | number | undefined;
|
|
55112
55264
|
value?: any;
|
|
55113
55265
|
loading?: string | boolean | undefined;
|
|
55114
|
-
text?: string | undefined;
|
|
55266
|
+
text?: string | number | boolean | undefined;
|
|
55115
55267
|
class?: any;
|
|
55116
55268
|
theme?: string | undefined;
|
|
55117
55269
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55149,6 +55301,7 @@ declare const VTab: {
|
|
|
55149
55301
|
exact: boolean;
|
|
55150
55302
|
direction: "horizontal" | "vertical";
|
|
55151
55303
|
style: vue.StyleValue;
|
|
55304
|
+
text: string | number | boolean;
|
|
55152
55305
|
disabled: boolean;
|
|
55153
55306
|
size: string | number;
|
|
55154
55307
|
readonly: boolean;
|
|
@@ -55206,7 +55359,7 @@ declare const VTab: {
|
|
|
55206
55359
|
minWidth?: string | number | undefined;
|
|
55207
55360
|
value?: any;
|
|
55208
55361
|
loading?: string | boolean | undefined;
|
|
55209
|
-
text?: string | undefined;
|
|
55362
|
+
text?: string | number | boolean | undefined;
|
|
55210
55363
|
class?: any;
|
|
55211
55364
|
theme?: string | undefined;
|
|
55212
55365
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55249,6 +55402,7 @@ declare const VTab: {
|
|
|
55249
55402
|
block: boolean;
|
|
55250
55403
|
active: boolean;
|
|
55251
55404
|
style: vue.StyleValue;
|
|
55405
|
+
text: string | number | boolean;
|
|
55252
55406
|
disabled: boolean;
|
|
55253
55407
|
size: string | number;
|
|
55254
55408
|
readonly: boolean;
|
|
@@ -55293,7 +55447,7 @@ declare const VTab: {
|
|
|
55293
55447
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55294
55448
|
value?: any;
|
|
55295
55449
|
loading?: string | boolean | undefined;
|
|
55296
|
-
text?: string | undefined;
|
|
55450
|
+
text?: string | number | boolean | undefined;
|
|
55297
55451
|
class?: any;
|
|
55298
55452
|
theme?: string | undefined;
|
|
55299
55453
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55358,7 +55512,7 @@ declare const VTab: {
|
|
|
55358
55512
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55359
55513
|
value?: any;
|
|
55360
55514
|
loading?: string | boolean | undefined;
|
|
55361
|
-
text?: string | undefined;
|
|
55515
|
+
text?: string | number | boolean | undefined;
|
|
55362
55516
|
class?: any;
|
|
55363
55517
|
theme?: string | undefined;
|
|
55364
55518
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55393,7 +55547,7 @@ declare const VTab: {
|
|
|
55393
55547
|
"onGroup:selected"?: ((val: {
|
|
55394
55548
|
value: boolean;
|
|
55395
55549
|
}) => any) | undefined;
|
|
55396
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55550
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55397
55551
|
$attrs: {
|
|
55398
55552
|
[x: string]: unknown;
|
|
55399
55553
|
};
|
|
@@ -55445,7 +55599,7 @@ declare const VTab: {
|
|
|
55445
55599
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55446
55600
|
value?: any;
|
|
55447
55601
|
loading?: string | boolean | undefined;
|
|
55448
|
-
text?: string | undefined;
|
|
55602
|
+
text?: string | number | boolean | undefined;
|
|
55449
55603
|
class?: any;
|
|
55450
55604
|
theme?: string | undefined;
|
|
55451
55605
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55495,6 +55649,7 @@ declare const VTab: {
|
|
|
55495
55649
|
block: boolean;
|
|
55496
55650
|
active: boolean;
|
|
55497
55651
|
style: vue.StyleValue;
|
|
55652
|
+
text: string | number | boolean;
|
|
55498
55653
|
disabled: boolean;
|
|
55499
55654
|
size: string | number;
|
|
55500
55655
|
readonly: boolean;
|
|
@@ -55565,7 +55720,7 @@ declare const VTab: {
|
|
|
55565
55720
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55566
55721
|
value?: any;
|
|
55567
55722
|
loading?: string | boolean | undefined;
|
|
55568
|
-
text?: string | undefined;
|
|
55723
|
+
text?: string | number | boolean | undefined;
|
|
55569
55724
|
class?: any;
|
|
55570
55725
|
theme?: string | undefined;
|
|
55571
55726
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55602,7 +55757,7 @@ declare const VTab: {
|
|
|
55602
55757
|
}) => any) | undefined;
|
|
55603
55758
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55604
55759
|
group: GroupItemProvide | null;
|
|
55605
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
|
55760
|
+
}> & {} & 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}`> & {
|
|
55606
55761
|
_allExposed: {
|
|
55607
55762
|
group: GroupItemProvide | null;
|
|
55608
55763
|
} | {};
|
|
@@ -55613,6 +55768,7 @@ declare const VTab: {
|
|
|
55613
55768
|
exact: boolean;
|
|
55614
55769
|
direction: "horizontal" | "vertical";
|
|
55615
55770
|
style: vue.StyleValue;
|
|
55771
|
+
text: string | number | boolean;
|
|
55616
55772
|
disabled: boolean;
|
|
55617
55773
|
size: string | number;
|
|
55618
55774
|
readonly: boolean;
|
|
@@ -55662,7 +55818,7 @@ declare const VTab: {
|
|
|
55662
55818
|
minWidth?: string | number | undefined;
|
|
55663
55819
|
value?: any;
|
|
55664
55820
|
loading?: string | boolean | undefined;
|
|
55665
|
-
text?: string | undefined;
|
|
55821
|
+
text?: string | number | boolean | undefined;
|
|
55666
55822
|
class?: any;
|
|
55667
55823
|
theme?: string | undefined;
|
|
55668
55824
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55705,6 +55861,7 @@ declare const VTab: {
|
|
|
55705
55861
|
block: boolean;
|
|
55706
55862
|
active: boolean;
|
|
55707
55863
|
style: vue.StyleValue;
|
|
55864
|
+
text: string | number | boolean;
|
|
55708
55865
|
disabled: boolean;
|
|
55709
55866
|
size: string | number;
|
|
55710
55867
|
readonly: boolean;
|
|
@@ -55749,7 +55906,7 @@ declare const VTab: {
|
|
|
55749
55906
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55750
55907
|
value?: any;
|
|
55751
55908
|
loading?: string | boolean | undefined;
|
|
55752
|
-
text?: string | undefined;
|
|
55909
|
+
text?: string | number | boolean | undefined;
|
|
55753
55910
|
class?: any;
|
|
55754
55911
|
theme?: string | undefined;
|
|
55755
55912
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55814,7 +55971,7 @@ declare const VTab: {
|
|
|
55814
55971
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55815
55972
|
value?: any;
|
|
55816
55973
|
loading?: string | boolean | undefined;
|
|
55817
|
-
text?: string | undefined;
|
|
55974
|
+
text?: string | number | boolean | undefined;
|
|
55818
55975
|
class?: any;
|
|
55819
55976
|
theme?: string | undefined;
|
|
55820
55977
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55849,7 +56006,7 @@ declare const VTab: {
|
|
|
55849
56006
|
"onGroup:selected"?: ((val: {
|
|
55850
56007
|
value: boolean;
|
|
55851
56008
|
}) => any) | undefined;
|
|
55852
|
-
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
56009
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
55853
56010
|
$attrs: {
|
|
55854
56011
|
[x: string]: unknown;
|
|
55855
56012
|
};
|
|
@@ -55901,7 +56058,7 @@ declare const VTab: {
|
|
|
55901
56058
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
55902
56059
|
value?: any;
|
|
55903
56060
|
loading?: string | boolean | undefined;
|
|
55904
|
-
text?: string | undefined;
|
|
56061
|
+
text?: string | number | boolean | undefined;
|
|
55905
56062
|
class?: any;
|
|
55906
56063
|
theme?: string | undefined;
|
|
55907
56064
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -55951,6 +56108,7 @@ declare const VTab: {
|
|
|
55951
56108
|
block: boolean;
|
|
55952
56109
|
active: boolean;
|
|
55953
56110
|
style: vue.StyleValue;
|
|
56111
|
+
text: string | number | boolean;
|
|
55954
56112
|
disabled: boolean;
|
|
55955
56113
|
size: string | number;
|
|
55956
56114
|
readonly: boolean;
|
|
@@ -56021,7 +56179,7 @@ declare const VTab: {
|
|
|
56021
56179
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
56022
56180
|
value?: any;
|
|
56023
56181
|
loading?: string | boolean | undefined;
|
|
56024
|
-
text?: string | undefined;
|
|
56182
|
+
text?: string | number | boolean | undefined;
|
|
56025
56183
|
class?: any;
|
|
56026
56184
|
theme?: string | undefined;
|
|
56027
56185
|
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
@@ -56058,7 +56216,7 @@ declare const VTab: {
|
|
|
56058
56216
|
}) => any) | undefined;
|
|
56059
56217
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
56060
56218
|
group: GroupItemProvide | null;
|
|
56061
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "
|
|
56219
|
+
}> & {} & 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}`> & {
|
|
56062
56220
|
_allExposed: {
|
|
56063
56221
|
group: GroupItemProvide | null;
|
|
56064
56222
|
} | {};
|
|
@@ -56069,6 +56227,7 @@ declare const VTab: {
|
|
|
56069
56227
|
exact: boolean;
|
|
56070
56228
|
direction: "horizontal" | "vertical";
|
|
56071
56229
|
style: vue.StyleValue;
|
|
56230
|
+
text: string | number | boolean;
|
|
56072
56231
|
disabled: boolean;
|
|
56073
56232
|
size: string | number;
|
|
56074
56233
|
readonly: boolean;
|
|
@@ -56116,7 +56275,10 @@ declare const VTab: {
|
|
|
56116
56275
|
type: PropType<vue.StyleValue>;
|
|
56117
56276
|
default: null;
|
|
56118
56277
|
};
|
|
56119
|
-
text:
|
|
56278
|
+
text: {
|
|
56279
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
56280
|
+
default: undefined;
|
|
56281
|
+
};
|
|
56120
56282
|
disabled: BooleanConstructor;
|
|
56121
56283
|
size: {
|
|
56122
56284
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -56198,7 +56360,10 @@ declare const VTab: {
|
|
|
56198
56360
|
type: PropType<vue.StyleValue>;
|
|
56199
56361
|
default: null;
|
|
56200
56362
|
};
|
|
56201
|
-
text:
|
|
56363
|
+
text: {
|
|
56364
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
56365
|
+
default: undefined;
|
|
56366
|
+
};
|
|
56202
56367
|
disabled: BooleanConstructor;
|
|
56203
56368
|
size: {
|
|
56204
56369
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -62122,6 +62287,7 @@ declare const VTooltip: {
|
|
|
62122
62287
|
}) => vue.VNodeChild) | undefined;
|
|
62123
62288
|
onAfterEnter?: (() => any) | undefined;
|
|
62124
62289
|
onAfterLeave?: (() => any) | undefined;
|
|
62290
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62125
62291
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62126
62292
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62127
62293
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -62204,6 +62370,7 @@ declare const VTooltip: {
|
|
|
62204
62370
|
} & {
|
|
62205
62371
|
onAfterEnter?: (() => any) | undefined;
|
|
62206
62372
|
onAfterLeave?: (() => any) | undefined;
|
|
62373
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62207
62374
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62208
62375
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62209
62376
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -62225,7 +62392,7 @@ declare const VTooltip: {
|
|
|
62225
62392
|
}>;
|
|
62226
62393
|
$root: vue.ComponentPublicInstance | null;
|
|
62227
62394
|
$parent: vue.ComponentPublicInstance | null;
|
|
62228
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62395
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62229
62396
|
$el: any;
|
|
62230
62397
|
$options: vue.ComponentOptionsBase<{
|
|
62231
62398
|
absolute: boolean;
|
|
@@ -62307,6 +62474,7 @@ declare const VTooltip: {
|
|
|
62307
62474
|
} & {
|
|
62308
62475
|
onAfterEnter?: (() => any) | undefined;
|
|
62309
62476
|
onAfterLeave?: (() => any) | undefined;
|
|
62477
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62310
62478
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62311
62479
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62312
62480
|
}, {
|
|
@@ -62321,6 +62489,7 @@ declare const VTooltip: {
|
|
|
62321
62489
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
62322
62490
|
'click:outside': (e: MouseEvent) => true;
|
|
62323
62491
|
'update:modelValue': (value: boolean) => true;
|
|
62492
|
+
keydown: (e: KeyboardEvent) => true;
|
|
62324
62493
|
afterEnter: () => true;
|
|
62325
62494
|
afterLeave: () => true;
|
|
62326
62495
|
}, string, {
|
|
@@ -62459,6 +62628,7 @@ declare const VTooltip: {
|
|
|
62459
62628
|
} & {
|
|
62460
62629
|
onAfterEnter?: (() => any) | undefined;
|
|
62461
62630
|
onAfterLeave?: (() => any) | undefined;
|
|
62631
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62462
62632
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62463
62633
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62464
62634
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -62470,7 +62640,7 @@ declare const VTooltip: {
|
|
|
62470
62640
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
62471
62641
|
localTop: vue.ComputedRef<boolean>;
|
|
62472
62642
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
62473
|
-
}> & {} & 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}`> & {
|
|
62643
|
+
}> & {} & 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}`> & {
|
|
62474
62644
|
_allExposed: {
|
|
62475
62645
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62476
62646
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -62787,6 +62957,7 @@ declare const VTooltip: {
|
|
|
62787
62957
|
}) => vue.VNodeChild) | undefined;
|
|
62788
62958
|
onAfterEnter?: (() => any) | undefined;
|
|
62789
62959
|
onAfterLeave?: (() => any) | undefined;
|
|
62960
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62790
62961
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62791
62962
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62792
62963
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -62869,6 +63040,7 @@ declare const VTooltip: {
|
|
|
62869
63040
|
} & {
|
|
62870
63041
|
onAfterEnter?: (() => any) | undefined;
|
|
62871
63042
|
onAfterLeave?: (() => any) | undefined;
|
|
63043
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62872
63044
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62873
63045
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62874
63046
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -62890,7 +63062,7 @@ declare const VTooltip: {
|
|
|
62890
63062
|
}>;
|
|
62891
63063
|
$root: vue.ComponentPublicInstance | null;
|
|
62892
63064
|
$parent: vue.ComponentPublicInstance | null;
|
|
62893
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63065
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62894
63066
|
$el: any;
|
|
62895
63067
|
$options: vue.ComponentOptionsBase<{
|
|
62896
63068
|
absolute: boolean;
|
|
@@ -62972,6 +63144,7 @@ declare const VTooltip: {
|
|
|
62972
63144
|
} & {
|
|
62973
63145
|
onAfterEnter?: (() => any) | undefined;
|
|
62974
63146
|
onAfterLeave?: (() => any) | undefined;
|
|
63147
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
62975
63148
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62976
63149
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62977
63150
|
}, {
|
|
@@ -62986,6 +63159,7 @@ declare const VTooltip: {
|
|
|
62986
63159
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
62987
63160
|
'click:outside': (e: MouseEvent) => true;
|
|
62988
63161
|
'update:modelValue': (value: boolean) => true;
|
|
63162
|
+
keydown: (e: KeyboardEvent) => true;
|
|
62989
63163
|
afterEnter: () => true;
|
|
62990
63164
|
afterLeave: () => true;
|
|
62991
63165
|
}, string, {
|
|
@@ -63124,6 +63298,7 @@ declare const VTooltip: {
|
|
|
63124
63298
|
} & {
|
|
63125
63299
|
onAfterEnter?: (() => any) | undefined;
|
|
63126
63300
|
onAfterLeave?: (() => any) | undefined;
|
|
63301
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63127
63302
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63128
63303
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63129
63304
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -63135,7 +63310,7 @@ declare const VTooltip: {
|
|
|
63135
63310
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
63136
63311
|
localTop: vue.ComputedRef<boolean>;
|
|
63137
63312
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
63138
|
-
}> & {} & 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}`> & {
|
|
63313
|
+
}> & {} & 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}`> & {
|
|
63139
63314
|
_allExposed: {
|
|
63140
63315
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
63141
63316
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -63360,6 +63535,7 @@ declare const VTooltip: {
|
|
|
63360
63535
|
}) => vue.VNodeChild) | undefined;
|
|
63361
63536
|
onAfterEnter?: (() => any) | undefined;
|
|
63362
63537
|
onAfterLeave?: (() => any) | undefined;
|
|
63538
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63363
63539
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63364
63540
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63365
63541
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -63442,6 +63618,7 @@ declare const VTooltip: {
|
|
|
63442
63618
|
} & {
|
|
63443
63619
|
onAfterEnter?: (() => any) | undefined;
|
|
63444
63620
|
onAfterLeave?: (() => any) | undefined;
|
|
63621
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63445
63622
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63446
63623
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63447
63624
|
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
@@ -63463,7 +63640,7 @@ declare const VTooltip: {
|
|
|
63463
63640
|
}>;
|
|
63464
63641
|
$root: vue.ComponentPublicInstance | null;
|
|
63465
63642
|
$parent: vue.ComponentPublicInstance | null;
|
|
63466
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63643
|
+
$emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63467
63644
|
$el: any;
|
|
63468
63645
|
$options: vue.ComponentOptionsBase<{
|
|
63469
63646
|
absolute: boolean;
|
|
@@ -63545,6 +63722,7 @@ declare const VTooltip: {
|
|
|
63545
63722
|
} & {
|
|
63546
63723
|
onAfterEnter?: (() => any) | undefined;
|
|
63547
63724
|
onAfterLeave?: (() => any) | undefined;
|
|
63725
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63548
63726
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63549
63727
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63550
63728
|
}, {
|
|
@@ -63559,6 +63737,7 @@ declare const VTooltip: {
|
|
|
63559
63737
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
63560
63738
|
'click:outside': (e: MouseEvent) => true;
|
|
63561
63739
|
'update:modelValue': (value: boolean) => true;
|
|
63740
|
+
keydown: (e: KeyboardEvent) => true;
|
|
63562
63741
|
afterEnter: () => true;
|
|
63563
63742
|
afterLeave: () => true;
|
|
63564
63743
|
}, string, {
|
|
@@ -63697,6 +63876,7 @@ declare const VTooltip: {
|
|
|
63697
63876
|
} & {
|
|
63698
63877
|
onAfterEnter?: (() => any) | undefined;
|
|
63699
63878
|
onAfterLeave?: (() => any) | undefined;
|
|
63879
|
+
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
63700
63880
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63701
63881
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63702
63882
|
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
@@ -63708,7 +63888,7 @@ declare const VTooltip: {
|
|
|
63708
63888
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
63709
63889
|
localTop: vue.ComputedRef<boolean>;
|
|
63710
63890
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
63711
|
-
}> & {} & 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}`> & {
|
|
63891
|
+
}> & {} & 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}`> & {
|
|
63712
63892
|
_allExposed: {
|
|
63713
63893
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
63714
63894
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -66957,44 +67137,47 @@ declare module 'vue' {
|
|
|
66957
67137
|
$children?: VNodeChild
|
|
66958
67138
|
}
|
|
66959
67139
|
export interface GlobalComponents {
|
|
66960
|
-
|
|
66961
|
-
|
|
66962
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66963
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67140
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67141
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
66964
67142
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66965
67143
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66966
67144
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67145
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67146
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67147
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66967
67148
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
66968
67149
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
66969
67150
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
66970
|
-
|
|
66971
|
-
|
|
66972
|
-
|
|
66973
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67151
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67152
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67153
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66974
67154
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66975
67155
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66976
67156
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66977
|
-
|
|
67157
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67158
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67159
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
66978
67160
|
VCard: typeof import('vuetify/components')['VCard']
|
|
66979
67161
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
66980
67162
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
66981
67163
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
66982
67164
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
66983
67165
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
66984
|
-
|
|
66985
|
-
|
|
67166
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
67167
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66986
67168
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66987
67169
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
66988
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
66989
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66990
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
66991
67170
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
66992
|
-
|
|
66993
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
66994
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
67171
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
66995
67172
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66996
|
-
|
|
66997
|
-
|
|
67173
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
67174
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67175
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67176
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67177
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67178
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67179
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67180
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
66998
67181
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
66999
67182
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
67000
67183
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -67002,27 +67185,31 @@ declare module 'vue' {
|
|
|
67002
67185
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67003
67186
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67004
67187
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67188
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67189
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67190
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67191
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
67192
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67193
|
+
VField: typeof import('vuetify/components')['VField']
|
|
67194
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67005
67195
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67006
67196
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67007
67197
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67008
67198
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67009
67199
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67010
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67011
67200
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67012
|
-
|
|
67013
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67014
|
-
VField: typeof import('vuetify/components')['VField']
|
|
67015
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67201
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
67016
67202
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67017
67203
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67018
67204
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67019
67205
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67020
67206
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67021
|
-
|
|
67022
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67207
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67023
67208
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67024
67209
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67025
67210
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67211
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67212
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67026
67213
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67027
67214
|
VList: typeof import('vuetify/components')['VList']
|
|
67028
67215
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -67033,77 +67220,69 @@ declare module 'vue' {
|
|
|
67033
67220
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67034
67221
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67035
67222
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67036
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67037
67223
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67038
|
-
|
|
67224
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67225
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67039
67226
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67040
67227
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67041
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67042
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67043
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67044
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67045
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67046
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67047
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67048
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67049
67228
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67050
67229
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67051
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
67052
67230
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67053
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67054
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67055
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67056
67231
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67057
|
-
|
|
67058
|
-
|
|
67232
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67233
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
67234
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67059
67235
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67060
|
-
|
|
67236
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67061
67237
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67238
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67239
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67062
67240
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67241
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67242
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67063
67243
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67064
67244
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67065
67245
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67066
67246
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67067
67247
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67068
67248
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67069
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67070
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67071
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67072
67249
|
VTable: typeof import('vuetify/components')['VTable']
|
|
67250
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67251
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67252
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
67253
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67254
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67255
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67073
67256
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67074
67257
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67075
67258
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67076
67259
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67077
67260
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67078
67261
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67079
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
67080
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67081
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67082
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67083
67262
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67084
67263
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67264
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67085
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
67086
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67087
67266
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67088
|
-
|
|
67267
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67089
67268
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67090
67269
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67091
67270
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67092
67271
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67272
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
67093
67273
|
VHover: typeof import('vuetify/components')['VHover']
|
|
67094
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67095
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67096
67276
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67097
67277
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67098
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67099
67278
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67100
67279
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67280
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67101
67281
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67102
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67103
67283
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67104
67284
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
67105
67285
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67106
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67107
67286
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67108
67287
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67109
67288
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -67121,17 +67300,18 @@ declare module 'vue' {
|
|
|
67121
67300
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67122
67301
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67123
67302
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67303
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67124
67304
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67125
67305
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67126
67306
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67127
67307
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67128
67308
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67129
67309
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67130
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67131
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67132
67310
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67133
67311
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67134
67312
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67313
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67314
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67135
67315
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
67136
67316
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
67137
67317
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
@@ -67142,7 +67322,7 @@ declare module 'vue' {
|
|
|
67142
67322
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67143
67323
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67144
67324
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
67145
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67146
67325
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67326
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67147
67327
|
}
|
|
67148
67328
|
}
|