vuetify 3.5.16 → 3.5.18
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 +226 -30
- package/dist/json/importMap-labs.json +12 -8
- package/dist/json/importMap.json +114 -114
- package/dist/json/tags.json +54 -0
- package/dist/json/web-types.json +607 -84
- package/dist/vuetify-labs.css +2293 -2267
- package/dist/vuetify-labs.d.ts +742 -64
- package/dist/vuetify-labs.esm.js +365 -132
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +364 -131
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2324 -2298
- package/dist/vuetify.d.ts +120 -55
- package/dist/vuetify.esm.js +177 -104
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +176 -103
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +183 -179
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBtn/index.d.mts +1 -0
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +1 -0
- package/lib/components/VChipGroup/index.d.mts +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/index.d.mts +4 -10
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -0
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -4
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +19 -3
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +8 -2
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VTabs/index.d.mts +1 -0
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +85 -21
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +35 -34
- package/lib/labs/VCalendar/VCalendar.css +0 -1
- package/lib/labs/VCalendar/VCalendar.sass +0 -2
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +1 -0
- package/lib/labs/VFab/index.d.mts +10 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2693 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +1 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/components.d.mts +2893 -282
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +21 -14
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, Ref, JSXComponent, ComponentInternalInstance, ComputedRef, EffectScope } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, Ref, JSXComponent, ComponentInternalInstance, ComputedRef, EffectScope, nextTick } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
@@ -2317,6 +2317,7 @@ interface GroupItem {
|
|
|
2317
2317
|
id: number;
|
|
2318
2318
|
value: Ref<unknown>;
|
|
2319
2319
|
disabled: Ref<boolean | undefined>;
|
|
2320
|
+
useIndexAsValue?: boolean;
|
|
2320
2321
|
}
|
|
2321
2322
|
interface GroupProvide {
|
|
2322
2323
|
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
@@ -2346,6 +2347,7 @@ declare const VFab: {
|
|
|
2346
2347
|
active: boolean;
|
|
2347
2348
|
disabled: boolean;
|
|
2348
2349
|
tag: string;
|
|
2350
|
+
layout: boolean;
|
|
2349
2351
|
offset: boolean;
|
|
2350
2352
|
order: string | number;
|
|
2351
2353
|
absolute: boolean;
|
|
@@ -2413,6 +2415,7 @@ declare const VFab: {
|
|
|
2413
2415
|
active: boolean;
|
|
2414
2416
|
disabled: boolean;
|
|
2415
2417
|
tag: string;
|
|
2418
|
+
layout: boolean;
|
|
2416
2419
|
offset: boolean;
|
|
2417
2420
|
order: string | number;
|
|
2418
2421
|
absolute: boolean;
|
|
@@ -2478,6 +2481,7 @@ declare const VFab: {
|
|
|
2478
2481
|
active: boolean;
|
|
2479
2482
|
disabled: boolean;
|
|
2480
2483
|
tag: string;
|
|
2484
|
+
layout: boolean;
|
|
2481
2485
|
offset: boolean;
|
|
2482
2486
|
order: string | number;
|
|
2483
2487
|
absolute: boolean;
|
|
@@ -2520,6 +2524,7 @@ declare const VFab: {
|
|
|
2520
2524
|
active: boolean;
|
|
2521
2525
|
disabled: boolean;
|
|
2522
2526
|
tag: string;
|
|
2527
|
+
layout: boolean;
|
|
2523
2528
|
offset: boolean;
|
|
2524
2529
|
order: string | number;
|
|
2525
2530
|
absolute: boolean;
|
|
@@ -2585,6 +2590,7 @@ declare const VFab: {
|
|
|
2585
2590
|
active: boolean;
|
|
2586
2591
|
disabled: boolean;
|
|
2587
2592
|
tag: string;
|
|
2593
|
+
layout: boolean;
|
|
2588
2594
|
offset: boolean;
|
|
2589
2595
|
order: string | number;
|
|
2590
2596
|
absolute: boolean;
|
|
@@ -2620,6 +2626,7 @@ declare const VFab: {
|
|
|
2620
2626
|
active: boolean;
|
|
2621
2627
|
disabled: boolean;
|
|
2622
2628
|
tag: string;
|
|
2629
|
+
layout: boolean;
|
|
2623
2630
|
offset: boolean;
|
|
2624
2631
|
order: string | number;
|
|
2625
2632
|
absolute: boolean;
|
|
@@ -2687,6 +2694,7 @@ declare const VFab: {
|
|
|
2687
2694
|
active: boolean;
|
|
2688
2695
|
disabled: boolean;
|
|
2689
2696
|
tag: string;
|
|
2697
|
+
layout: boolean;
|
|
2690
2698
|
offset: boolean;
|
|
2691
2699
|
order: string | number;
|
|
2692
2700
|
absolute: boolean;
|
|
@@ -2823,6 +2831,7 @@ declare const VFab: {
|
|
|
2823
2831
|
app: BooleanConstructor;
|
|
2824
2832
|
appear: BooleanConstructor;
|
|
2825
2833
|
extended: BooleanConstructor;
|
|
2834
|
+
layout: BooleanConstructor;
|
|
2826
2835
|
location: {
|
|
2827
2836
|
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
2828
2837
|
default: string;
|
|
@@ -2942,6 +2951,7 @@ declare const VFab: {
|
|
|
2942
2951
|
app: BooleanConstructor;
|
|
2943
2952
|
appear: BooleanConstructor;
|
|
2944
2953
|
extended: BooleanConstructor;
|
|
2954
|
+
layout: BooleanConstructor;
|
|
2945
2955
|
location: {
|
|
2946
2956
|
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
|
2947
2957
|
default: string;
|
|
@@ -2997,11 +3007,13 @@ declare const VNumberInput: {
|
|
|
2997
3007
|
disabled: boolean;
|
|
2998
3008
|
focused: boolean;
|
|
2999
3009
|
readonly: boolean | null;
|
|
3000
|
-
modelValue: string | number;
|
|
3001
3010
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3002
3011
|
inset: boolean;
|
|
3003
3012
|
density: Density;
|
|
3013
|
+
max: number;
|
|
3004
3014
|
persistentHint: boolean;
|
|
3015
|
+
min: number;
|
|
3016
|
+
step: number;
|
|
3005
3017
|
controlVariant: ControlVariant;
|
|
3006
3018
|
hideInput: boolean;
|
|
3007
3019
|
} & {
|
|
@@ -3011,14 +3023,12 @@ declare const VNumberInput: {
|
|
|
3011
3023
|
color?: string | undefined;
|
|
3012
3024
|
loading?: string | boolean | undefined;
|
|
3013
3025
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3026
|
+
modelValue?: number | undefined;
|
|
3014
3027
|
rounded?: string | number | boolean | undefined;
|
|
3015
|
-
max?: number | undefined;
|
|
3016
3028
|
bgColor?: string | undefined;
|
|
3017
3029
|
baseColor?: string | undefined;
|
|
3018
3030
|
hint?: string | undefined;
|
|
3019
3031
|
hideDetails?: boolean | "auto" | undefined;
|
|
3020
|
-
min?: number | undefined;
|
|
3021
|
-
step?: number | undefined;
|
|
3022
3032
|
} & {
|
|
3023
3033
|
$children?: {} | vue.VNodeChild | {
|
|
3024
3034
|
clear?: ((arg: DefaultInputSlot & {
|
|
@@ -3084,11 +3094,13 @@ declare const VNumberInput: {
|
|
|
3084
3094
|
disabled: boolean;
|
|
3085
3095
|
focused: boolean;
|
|
3086
3096
|
readonly: boolean | null;
|
|
3087
|
-
modelValue: string | number;
|
|
3088
3097
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3089
3098
|
inset: boolean;
|
|
3090
3099
|
density: Density;
|
|
3100
|
+
max: number;
|
|
3091
3101
|
persistentHint: boolean;
|
|
3102
|
+
min: number;
|
|
3103
|
+
step: number;
|
|
3092
3104
|
controlVariant: ControlVariant;
|
|
3093
3105
|
hideInput: boolean;
|
|
3094
3106
|
} & {
|
|
@@ -3098,14 +3110,12 @@ declare const VNumberInput: {
|
|
|
3098
3110
|
color?: string | undefined;
|
|
3099
3111
|
loading?: string | boolean | undefined;
|
|
3100
3112
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3113
|
+
modelValue?: number | undefined;
|
|
3101
3114
|
rounded?: string | number | boolean | undefined;
|
|
3102
|
-
max?: number | undefined;
|
|
3103
3115
|
bgColor?: string | undefined;
|
|
3104
3116
|
baseColor?: string | undefined;
|
|
3105
3117
|
hint?: string | undefined;
|
|
3106
3118
|
hideDetails?: boolean | "auto" | undefined;
|
|
3107
|
-
min?: number | undefined;
|
|
3108
|
-
step?: number | undefined;
|
|
3109
3119
|
} & {
|
|
3110
3120
|
$children?: {} | vue.VNodeChild | {
|
|
3111
3121
|
clear?: ((arg: DefaultInputSlot & {
|
|
@@ -3169,12 +3179,15 @@ declare const VNumberInput: {
|
|
|
3169
3179
|
disabled: boolean;
|
|
3170
3180
|
focused: boolean;
|
|
3171
3181
|
readonly: boolean | null;
|
|
3172
|
-
modelValue:
|
|
3182
|
+
modelValue: number;
|
|
3173
3183
|
rounded: string | number | boolean;
|
|
3174
3184
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3175
3185
|
inset: boolean;
|
|
3176
3186
|
density: Density;
|
|
3187
|
+
max: number;
|
|
3177
3188
|
persistentHint: boolean;
|
|
3189
|
+
min: number;
|
|
3190
|
+
step: number;
|
|
3178
3191
|
controlVariant: ControlVariant;
|
|
3179
3192
|
hideInput: boolean;
|
|
3180
3193
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -3230,11 +3243,13 @@ declare const VNumberInput: {
|
|
|
3230
3243
|
disabled: boolean;
|
|
3231
3244
|
focused: boolean;
|
|
3232
3245
|
readonly: boolean | null;
|
|
3233
|
-
modelValue: string | number;
|
|
3234
3246
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3235
3247
|
inset: boolean;
|
|
3236
3248
|
density: Density;
|
|
3249
|
+
max: number;
|
|
3237
3250
|
persistentHint: boolean;
|
|
3251
|
+
min: number;
|
|
3252
|
+
step: number;
|
|
3238
3253
|
controlVariant: ControlVariant;
|
|
3239
3254
|
hideInput: boolean;
|
|
3240
3255
|
} & {
|
|
@@ -3244,14 +3259,12 @@ declare const VNumberInput: {
|
|
|
3244
3259
|
color?: string | undefined;
|
|
3245
3260
|
loading?: string | boolean | undefined;
|
|
3246
3261
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3262
|
+
modelValue?: number | undefined;
|
|
3247
3263
|
rounded?: string | number | boolean | undefined;
|
|
3248
|
-
max?: number | undefined;
|
|
3249
3264
|
bgColor?: string | undefined;
|
|
3250
3265
|
baseColor?: string | undefined;
|
|
3251
3266
|
hint?: string | undefined;
|
|
3252
3267
|
hideDetails?: boolean | "auto" | undefined;
|
|
3253
|
-
min?: number | undefined;
|
|
3254
|
-
step?: number | undefined;
|
|
3255
3268
|
} & {
|
|
3256
3269
|
$children?: {} | vue.VNodeChild | {
|
|
3257
3270
|
clear?: ((arg: DefaultInputSlot & {
|
|
@@ -3315,12 +3328,15 @@ declare const VNumberInput: {
|
|
|
3315
3328
|
disabled: boolean;
|
|
3316
3329
|
focused: boolean;
|
|
3317
3330
|
readonly: boolean | null;
|
|
3318
|
-
modelValue:
|
|
3331
|
+
modelValue: number;
|
|
3319
3332
|
rounded: string | number | boolean;
|
|
3320
3333
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3321
3334
|
inset: boolean;
|
|
3322
3335
|
density: Density;
|
|
3336
|
+
max: number;
|
|
3323
3337
|
persistentHint: boolean;
|
|
3338
|
+
min: number;
|
|
3339
|
+
step: number;
|
|
3324
3340
|
controlVariant: ControlVariant;
|
|
3325
3341
|
hideInput: boolean;
|
|
3326
3342
|
}>;
|
|
@@ -3334,11 +3350,13 @@ declare const VNumberInput: {
|
|
|
3334
3350
|
disabled: boolean;
|
|
3335
3351
|
focused: boolean;
|
|
3336
3352
|
readonly: boolean | null;
|
|
3337
|
-
modelValue: string | number;
|
|
3338
3353
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3339
3354
|
inset: boolean;
|
|
3340
3355
|
density: Density;
|
|
3356
|
+
max: number;
|
|
3341
3357
|
persistentHint: boolean;
|
|
3358
|
+
min: number;
|
|
3359
|
+
step: number;
|
|
3342
3360
|
controlVariant: ControlVariant;
|
|
3343
3361
|
hideInput: boolean;
|
|
3344
3362
|
} & {
|
|
@@ -3348,14 +3366,12 @@ declare const VNumberInput: {
|
|
|
3348
3366
|
color?: string | undefined;
|
|
3349
3367
|
loading?: string | boolean | undefined;
|
|
3350
3368
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3369
|
+
modelValue?: number | undefined;
|
|
3351
3370
|
rounded?: string | number | boolean | undefined;
|
|
3352
|
-
max?: number | undefined;
|
|
3353
3371
|
bgColor?: string | undefined;
|
|
3354
3372
|
baseColor?: string | undefined;
|
|
3355
3373
|
hint?: string | undefined;
|
|
3356
3374
|
hideDetails?: boolean | "auto" | undefined;
|
|
3357
|
-
min?: number | undefined;
|
|
3358
|
-
step?: number | undefined;
|
|
3359
3375
|
} & {
|
|
3360
3376
|
$children?: {} | vue.VNodeChild | {
|
|
3361
3377
|
clear?: ((arg: DefaultInputSlot & {
|
|
@@ -3421,12 +3437,15 @@ declare const VNumberInput: {
|
|
|
3421
3437
|
disabled: boolean;
|
|
3422
3438
|
focused: boolean;
|
|
3423
3439
|
readonly: boolean | null;
|
|
3424
|
-
modelValue:
|
|
3440
|
+
modelValue: number;
|
|
3425
3441
|
rounded: string | number | boolean;
|
|
3426
3442
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3427
3443
|
inset: boolean;
|
|
3428
3444
|
density: Density;
|
|
3445
|
+
max: number;
|
|
3429
3446
|
persistentHint: boolean;
|
|
3447
|
+
min: number;
|
|
3448
|
+
step: number;
|
|
3430
3449
|
controlVariant: ControlVariant;
|
|
3431
3450
|
hideInput: boolean;
|
|
3432
3451
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -3470,8 +3489,8 @@ declare const VNumberInput: {
|
|
|
3470
3489
|
}>[];
|
|
3471
3490
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
3472
3491
|
modelValue: {
|
|
3473
|
-
type:
|
|
3474
|
-
default:
|
|
3492
|
+
type: NumberConstructor;
|
|
3493
|
+
default: undefined;
|
|
3475
3494
|
};
|
|
3476
3495
|
focused: BooleanConstructor;
|
|
3477
3496
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
@@ -3519,13 +3538,22 @@ declare const VNumberInput: {
|
|
|
3519
3538
|
};
|
|
3520
3539
|
inset: BooleanConstructor;
|
|
3521
3540
|
hideInput: BooleanConstructor;
|
|
3522
|
-
min:
|
|
3523
|
-
|
|
3524
|
-
|
|
3541
|
+
min: {
|
|
3542
|
+
type: NumberConstructor;
|
|
3543
|
+
default: number;
|
|
3544
|
+
};
|
|
3545
|
+
max: {
|
|
3546
|
+
type: NumberConstructor;
|
|
3547
|
+
default: number;
|
|
3548
|
+
};
|
|
3549
|
+
step: {
|
|
3550
|
+
type: NumberConstructor;
|
|
3551
|
+
default: number;
|
|
3552
|
+
};
|
|
3525
3553
|
}, vue.ExtractPropTypes<{
|
|
3526
3554
|
modelValue: {
|
|
3527
|
-
type:
|
|
3528
|
-
default:
|
|
3555
|
+
type: NumberConstructor;
|
|
3556
|
+
default: undefined;
|
|
3529
3557
|
};
|
|
3530
3558
|
focused: BooleanConstructor;
|
|
3531
3559
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
@@ -3573,9 +3601,18 @@ declare const VNumberInput: {
|
|
|
3573
3601
|
};
|
|
3574
3602
|
inset: BooleanConstructor;
|
|
3575
3603
|
hideInput: BooleanConstructor;
|
|
3576
|
-
min:
|
|
3577
|
-
|
|
3578
|
-
|
|
3604
|
+
min: {
|
|
3605
|
+
type: NumberConstructor;
|
|
3606
|
+
default: number;
|
|
3607
|
+
};
|
|
3608
|
+
max: {
|
|
3609
|
+
type: NumberConstructor;
|
|
3610
|
+
default: number;
|
|
3611
|
+
};
|
|
3612
|
+
step: {
|
|
3613
|
+
type: NumberConstructor;
|
|
3614
|
+
default: number;
|
|
3615
|
+
};
|
|
3579
3616
|
}>>;
|
|
3580
3617
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
|
3581
3618
|
|
|
@@ -3812,186 +3849,2823 @@ declare const VPicker: {
|
|
|
3812
3849
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3813
3850
|
default: undefined;
|
|
3814
3851
|
};
|
|
3815
|
-
tile: BooleanConstructor;
|
|
3852
|
+
tile: BooleanConstructor;
|
|
3853
|
+
position: {
|
|
3854
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3855
|
+
validator: (v: any) => boolean;
|
|
3856
|
+
};
|
|
3857
|
+
location: vue.PropType<Anchor>;
|
|
3858
|
+
elevation: {
|
|
3859
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3860
|
+
validator(v: any): boolean;
|
|
3861
|
+
};
|
|
3862
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3863
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3864
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3865
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3866
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3867
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3868
|
+
class: vue.PropType<any>;
|
|
3869
|
+
style: {
|
|
3870
|
+
type: vue.PropType<vue.StyleValue>;
|
|
3871
|
+
default: null;
|
|
3872
|
+
};
|
|
3873
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3874
|
+
color: StringConstructor;
|
|
3875
|
+
bgColor: StringConstructor;
|
|
3876
|
+
landscape: BooleanConstructor;
|
|
3877
|
+
title: StringConstructor;
|
|
3878
|
+
hideHeader: BooleanConstructor;
|
|
3879
|
+
}, vue.ExtractPropTypes<{
|
|
3880
|
+
theme: StringConstructor;
|
|
3881
|
+
tag: {
|
|
3882
|
+
type: StringConstructor;
|
|
3883
|
+
default: string;
|
|
3884
|
+
};
|
|
3885
|
+
rounded: {
|
|
3886
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3887
|
+
default: undefined;
|
|
3888
|
+
};
|
|
3889
|
+
tile: BooleanConstructor;
|
|
3890
|
+
position: {
|
|
3891
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3892
|
+
validator: (v: any) => boolean;
|
|
3893
|
+
};
|
|
3894
|
+
location: vue.PropType<Anchor>;
|
|
3895
|
+
elevation: {
|
|
3896
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3897
|
+
validator(v: any): boolean;
|
|
3898
|
+
};
|
|
3899
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3900
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3901
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3902
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3903
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3904
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3905
|
+
class: vue.PropType<any>;
|
|
3906
|
+
style: {
|
|
3907
|
+
type: vue.PropType<vue.StyleValue>;
|
|
3908
|
+
default: null;
|
|
3909
|
+
};
|
|
3910
|
+
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3911
|
+
color: StringConstructor;
|
|
3912
|
+
bgColor: StringConstructor;
|
|
3913
|
+
landscape: BooleanConstructor;
|
|
3914
|
+
title: StringConstructor;
|
|
3915
|
+
hideHeader: BooleanConstructor;
|
|
3916
|
+
}>>;
|
|
3917
|
+
type VPicker = InstanceType<typeof VPicker>;
|
|
3918
|
+
|
|
3919
|
+
declare const VPickerTitle: {
|
|
3920
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3921
|
+
style: vue.StyleValue;
|
|
3922
|
+
tag: string;
|
|
3923
|
+
} & {
|
|
3924
|
+
class?: any;
|
|
3925
|
+
} & {
|
|
3926
|
+
$children?: vue.VNodeChild | {
|
|
3927
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3928
|
+
} | (() => vue.VNodeChild);
|
|
3929
|
+
'v-slots'?: {
|
|
3930
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3931
|
+
} | undefined;
|
|
3932
|
+
} & {
|
|
3933
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3934
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3935
|
+
[key: string]: any;
|
|
3936
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3937
|
+
style: vue.StyleValue;
|
|
3938
|
+
tag: string;
|
|
3939
|
+
} & {
|
|
3940
|
+
class?: any;
|
|
3941
|
+
} & {
|
|
3942
|
+
$children?: vue.VNodeChild | {
|
|
3943
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3944
|
+
} | (() => vue.VNodeChild);
|
|
3945
|
+
'v-slots'?: {
|
|
3946
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3947
|
+
} | undefined;
|
|
3948
|
+
} & {
|
|
3949
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3950
|
+
}, {
|
|
3951
|
+
style: vue.StyleValue;
|
|
3952
|
+
tag: string;
|
|
3953
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
3954
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3955
|
+
[key: string]: any;
|
|
3956
|
+
}>[];
|
|
3957
|
+
}>>, {
|
|
3958
|
+
P: {};
|
|
3959
|
+
B: {};
|
|
3960
|
+
D: {};
|
|
3961
|
+
C: {};
|
|
3962
|
+
M: {};
|
|
3963
|
+
Defaults: {};
|
|
3964
|
+
}, {
|
|
3965
|
+
style: vue.StyleValue;
|
|
3966
|
+
tag: string;
|
|
3967
|
+
} & {
|
|
3968
|
+
class?: any;
|
|
3969
|
+
} & {
|
|
3970
|
+
$children?: vue.VNodeChild | {
|
|
3971
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3972
|
+
} | (() => vue.VNodeChild);
|
|
3973
|
+
'v-slots'?: {
|
|
3974
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3975
|
+
} | undefined;
|
|
3976
|
+
} & {
|
|
3977
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3978
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3979
|
+
[key: string]: any;
|
|
3980
|
+
}>, {}, {}, {}, {
|
|
3981
|
+
style: vue.StyleValue;
|
|
3982
|
+
tag: string;
|
|
3983
|
+
}>;
|
|
3984
|
+
__isFragment?: undefined;
|
|
3985
|
+
__isTeleport?: undefined;
|
|
3986
|
+
__isSuspense?: undefined;
|
|
3987
|
+
} & vue.ComponentOptionsBase<{
|
|
3988
|
+
style: vue.StyleValue;
|
|
3989
|
+
tag: string;
|
|
3990
|
+
} & {
|
|
3991
|
+
class?: any;
|
|
3992
|
+
} & {
|
|
3993
|
+
$children?: vue.VNodeChild | {
|
|
3994
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3995
|
+
} | (() => vue.VNodeChild);
|
|
3996
|
+
'v-slots'?: {
|
|
3997
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3998
|
+
} | undefined;
|
|
3999
|
+
} & {
|
|
4000
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
4001
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4002
|
+
[key: string]: any;
|
|
4003
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
4004
|
+
style: vue.StyleValue;
|
|
4005
|
+
tag: string;
|
|
4006
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
4007
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4008
|
+
[key: string]: any;
|
|
4009
|
+
}>[];
|
|
4010
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
4011
|
+
class: vue.PropType<any>;
|
|
4012
|
+
style: {
|
|
4013
|
+
type: vue.PropType<vue.StyleValue>;
|
|
4014
|
+
default: null;
|
|
4015
|
+
};
|
|
4016
|
+
tag: {
|
|
4017
|
+
type: StringConstructor;
|
|
4018
|
+
default: string;
|
|
4019
|
+
};
|
|
4020
|
+
}, vue.ExtractPropTypes<{
|
|
4021
|
+
class: vue.PropType<any>;
|
|
4022
|
+
style: {
|
|
4023
|
+
type: vue.PropType<vue.StyleValue>;
|
|
4024
|
+
default: null;
|
|
4025
|
+
};
|
|
4026
|
+
tag: {
|
|
4027
|
+
type: StringConstructor;
|
|
4028
|
+
default: string;
|
|
4029
|
+
};
|
|
4030
|
+
}>>;
|
|
4031
|
+
type VPickerTitle = InstanceType<typeof VPickerTitle>;
|
|
4032
|
+
|
|
4033
|
+
interface LocationStrategyData {
|
|
4034
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
4035
|
+
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
|
4036
|
+
isActive: Ref<boolean>;
|
|
4037
|
+
isRtl: Ref<boolean>;
|
|
4038
|
+
}
|
|
4039
|
+
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
4040
|
+
updateLocation: (e: Event) => void;
|
|
4041
|
+
};
|
|
4042
|
+
declare const locationStrategies: {
|
|
4043
|
+
static: typeof staticLocationStrategy;
|
|
4044
|
+
connected: typeof connectedLocationStrategy;
|
|
4045
|
+
};
|
|
4046
|
+
interface StrategyProps$1 {
|
|
4047
|
+
locationStrategy: keyof typeof locationStrategies | LocationStrategyFn;
|
|
4048
|
+
location: Anchor;
|
|
4049
|
+
origin: Anchor | 'auto' | 'overlap';
|
|
4050
|
+
offset?: number | string | number[];
|
|
4051
|
+
maxHeight?: number | string;
|
|
4052
|
+
maxWidth?: number | string;
|
|
4053
|
+
minHeight?: number | string;
|
|
4054
|
+
minWidth?: number | string;
|
|
4055
|
+
}
|
|
4056
|
+
declare function staticLocationStrategy(): void;
|
|
4057
|
+
declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>): {
|
|
4058
|
+
updateLocation: () => {
|
|
4059
|
+
available: {
|
|
4060
|
+
x: number;
|
|
4061
|
+
y: number;
|
|
4062
|
+
};
|
|
4063
|
+
contentBox: Box;
|
|
4064
|
+
} | undefined;
|
|
4065
|
+
};
|
|
4066
|
+
|
|
4067
|
+
interface ScrollStrategyData {
|
|
4068
|
+
root: Ref<HTMLElement | undefined>;
|
|
4069
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
4070
|
+
targetEl: Ref<HTMLElement | undefined>;
|
|
4071
|
+
isActive: Ref<boolean>;
|
|
4072
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
4073
|
+
}
|
|
4074
|
+
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps, scope: EffectScope) => void;
|
|
4075
|
+
declare const scrollStrategies: {
|
|
4076
|
+
none: null;
|
|
4077
|
+
close: typeof closeScrollStrategy;
|
|
4078
|
+
block: typeof blockScrollStrategy;
|
|
4079
|
+
reposition: typeof repositionScrollStrategy;
|
|
4080
|
+
};
|
|
4081
|
+
interface StrategyProps {
|
|
4082
|
+
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
|
4083
|
+
contained: boolean | undefined;
|
|
4084
|
+
}
|
|
4085
|
+
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
4086
|
+
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps): void;
|
|
4087
|
+
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
|
4088
|
+
|
|
4089
|
+
declare const VSnackbar: {
|
|
4090
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
4091
|
+
style: vue.StyleValue;
|
|
4092
|
+
disabled: boolean;
|
|
4093
|
+
absolute: boolean;
|
|
4094
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4095
|
+
component?: vue.Component | undefined;
|
|
4096
|
+
})>;
|
|
4097
|
+
zIndex: string | number;
|
|
4098
|
+
modelValue: boolean;
|
|
4099
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4100
|
+
origin: Anchor | "auto" | "overlap";
|
|
4101
|
+
vertical: boolean;
|
|
4102
|
+
tile: boolean;
|
|
4103
|
+
eager: boolean;
|
|
4104
|
+
location: Anchor;
|
|
4105
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4106
|
+
updateLocation: (e: Event) => void;
|
|
4107
|
+
} | undefined) | "connected";
|
|
4108
|
+
activatorProps: Record<string, any>;
|
|
4109
|
+
openOnHover: boolean;
|
|
4110
|
+
closeOnContentClick: boolean;
|
|
4111
|
+
closeOnBack: boolean;
|
|
4112
|
+
contained: boolean;
|
|
4113
|
+
multiLine: boolean;
|
|
4114
|
+
timeout: string | number;
|
|
4115
|
+
} & {
|
|
4116
|
+
class?: any;
|
|
4117
|
+
text?: string | undefined;
|
|
4118
|
+
width?: string | number | undefined;
|
|
4119
|
+
height?: string | number | undefined;
|
|
4120
|
+
theme?: string | undefined;
|
|
4121
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4122
|
+
color?: string | undefined;
|
|
4123
|
+
offset?: string | number | number[] | undefined;
|
|
4124
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
4125
|
+
rounded?: string | number | boolean | undefined;
|
|
4126
|
+
contentClass?: any;
|
|
4127
|
+
opacity?: string | number | undefined;
|
|
4128
|
+
maxHeight?: string | number | undefined;
|
|
4129
|
+
maxWidth?: string | number | undefined;
|
|
4130
|
+
minHeight?: string | number | undefined;
|
|
4131
|
+
minWidth?: string | number | undefined;
|
|
4132
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4133
|
+
closeDelay?: string | number | undefined;
|
|
4134
|
+
openDelay?: string | number | undefined;
|
|
4135
|
+
openOnClick?: boolean | undefined;
|
|
4136
|
+
openOnFocus?: boolean | undefined;
|
|
4137
|
+
contentProps?: any;
|
|
4138
|
+
attach?: string | boolean | Element | undefined;
|
|
4139
|
+
timer?: string | boolean | undefined;
|
|
4140
|
+
} & {
|
|
4141
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
4142
|
+
activator?: ((arg: {
|
|
4143
|
+
isActive: boolean;
|
|
4144
|
+
props: Record<string, any>;
|
|
4145
|
+
}) => vue.VNodeChild) | undefined;
|
|
4146
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
4147
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
4148
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
4149
|
+
};
|
|
4150
|
+
'v-slots'?: {
|
|
4151
|
+
activator?: false | ((arg: {
|
|
4152
|
+
isActive: boolean;
|
|
4153
|
+
props: Record<string, any>;
|
|
4154
|
+
}) => vue.VNodeChild) | undefined;
|
|
4155
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
4156
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
4157
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
4158
|
+
} | undefined;
|
|
4159
|
+
} & {
|
|
4160
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4161
|
+
isActive: boolean;
|
|
4162
|
+
props: Record<string, any>;
|
|
4163
|
+
}) => vue.VNodeChild) | undefined;
|
|
4164
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
4165
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
4166
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
4167
|
+
} & {
|
|
4168
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
4169
|
+
}, Omit<Omit<{
|
|
4170
|
+
$: vue.ComponentInternalInstance;
|
|
4171
|
+
$data: {};
|
|
4172
|
+
$props: Partial<{
|
|
4173
|
+
style: vue.StyleValue;
|
|
4174
|
+
disabled: boolean;
|
|
4175
|
+
absolute: boolean;
|
|
4176
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4177
|
+
component?: vue.Component | undefined;
|
|
4178
|
+
});
|
|
4179
|
+
zIndex: string | number;
|
|
4180
|
+
modelValue: boolean;
|
|
4181
|
+
origin: Anchor | "auto" | "overlap";
|
|
4182
|
+
eager: boolean;
|
|
4183
|
+
location: Anchor;
|
|
4184
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4185
|
+
updateLocation: (e: Event) => void;
|
|
4186
|
+
} | undefined) | "connected";
|
|
4187
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4188
|
+
activatorProps: Record<string, any>;
|
|
4189
|
+
openOnClick: boolean;
|
|
4190
|
+
openOnHover: boolean;
|
|
4191
|
+
openOnFocus: boolean;
|
|
4192
|
+
closeOnContentClick: boolean;
|
|
4193
|
+
closeOnBack: boolean;
|
|
4194
|
+
contained: boolean;
|
|
4195
|
+
noClickAnimation: boolean;
|
|
4196
|
+
persistent: boolean;
|
|
4197
|
+
scrim: string | boolean;
|
|
4198
|
+
_disableGlobalStack: boolean;
|
|
4199
|
+
}> & Omit<{
|
|
4200
|
+
style: vue.StyleValue;
|
|
4201
|
+
disabled: boolean;
|
|
4202
|
+
absolute: boolean;
|
|
4203
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4204
|
+
component?: vue.Component | undefined;
|
|
4205
|
+
});
|
|
4206
|
+
zIndex: string | number;
|
|
4207
|
+
modelValue: boolean;
|
|
4208
|
+
origin: Anchor | "auto" | "overlap";
|
|
4209
|
+
eager: boolean;
|
|
4210
|
+
location: Anchor;
|
|
4211
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4212
|
+
updateLocation: (e: Event) => void;
|
|
4213
|
+
} | undefined) | "connected";
|
|
4214
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4215
|
+
activatorProps: Record<string, any>;
|
|
4216
|
+
openOnHover: boolean;
|
|
4217
|
+
closeOnContentClick: boolean;
|
|
4218
|
+
closeOnBack: boolean;
|
|
4219
|
+
contained: boolean;
|
|
4220
|
+
noClickAnimation: boolean;
|
|
4221
|
+
persistent: boolean;
|
|
4222
|
+
scrim: string | boolean;
|
|
4223
|
+
_disableGlobalStack: boolean;
|
|
4224
|
+
class?: any;
|
|
4225
|
+
width?: string | number | undefined;
|
|
4226
|
+
height?: string | number | undefined;
|
|
4227
|
+
theme?: string | undefined;
|
|
4228
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4229
|
+
offset?: string | number | number[] | undefined;
|
|
4230
|
+
contentClass?: any;
|
|
4231
|
+
opacity?: string | number | undefined;
|
|
4232
|
+
maxHeight?: string | number | undefined;
|
|
4233
|
+
maxWidth?: string | number | undefined;
|
|
4234
|
+
minHeight?: string | number | undefined;
|
|
4235
|
+
minWidth?: string | number | undefined;
|
|
4236
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4237
|
+
closeDelay?: string | number | undefined;
|
|
4238
|
+
openDelay?: string | number | undefined;
|
|
4239
|
+
openOnClick?: boolean | undefined;
|
|
4240
|
+
openOnFocus?: boolean | undefined;
|
|
4241
|
+
contentProps?: any;
|
|
4242
|
+
attach?: string | boolean | Element | undefined;
|
|
4243
|
+
$children?: vue.VNodeChild | {
|
|
4244
|
+
default?: ((arg: {
|
|
4245
|
+
isActive: vue.Ref<boolean>;
|
|
4246
|
+
}) => vue.VNodeChild) | undefined;
|
|
4247
|
+
activator?: ((arg: {
|
|
4248
|
+
isActive: boolean;
|
|
4249
|
+
props: Record<string, any>;
|
|
4250
|
+
}) => vue.VNodeChild) | undefined;
|
|
4251
|
+
} | ((arg: {
|
|
4252
|
+
isActive: vue.Ref<boolean>;
|
|
4253
|
+
}) => vue.VNodeChild);
|
|
4254
|
+
'v-slots'?: {
|
|
4255
|
+
default?: false | ((arg: {
|
|
4256
|
+
isActive: vue.Ref<boolean>;
|
|
4257
|
+
}) => vue.VNodeChild) | undefined;
|
|
4258
|
+
activator?: false | ((arg: {
|
|
4259
|
+
isActive: boolean;
|
|
4260
|
+
props: Record<string, any>;
|
|
4261
|
+
}) => vue.VNodeChild) | undefined;
|
|
4262
|
+
} | undefined;
|
|
4263
|
+
"v-slot:default"?: false | ((arg: {
|
|
4264
|
+
isActive: vue.Ref<boolean>;
|
|
4265
|
+
}) => vue.VNodeChild) | undefined;
|
|
4266
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4267
|
+
isActive: boolean;
|
|
4268
|
+
props: Record<string, any>;
|
|
4269
|
+
}) => vue.VNodeChild) | undefined;
|
|
4270
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4271
|
+
onAfterEnter?: (() => any) | undefined;
|
|
4272
|
+
onAfterLeave?: (() => any) | undefined;
|
|
4273
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
4274
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
4275
|
+
style: vue.StyleValue;
|
|
4276
|
+
disabled: boolean;
|
|
4277
|
+
absolute: boolean;
|
|
4278
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4279
|
+
component?: vue.Component | undefined;
|
|
4280
|
+
});
|
|
4281
|
+
zIndex: string | number;
|
|
4282
|
+
modelValue: boolean;
|
|
4283
|
+
origin: Anchor | "auto" | "overlap";
|
|
4284
|
+
eager: boolean;
|
|
4285
|
+
location: Anchor;
|
|
4286
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4287
|
+
updateLocation: (e: Event) => void;
|
|
4288
|
+
} | undefined) | "connected";
|
|
4289
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4290
|
+
activatorProps: Record<string, any>;
|
|
4291
|
+
openOnHover: boolean;
|
|
4292
|
+
closeOnContentClick: boolean;
|
|
4293
|
+
closeOnBack: boolean;
|
|
4294
|
+
contained: boolean;
|
|
4295
|
+
noClickAnimation: boolean;
|
|
4296
|
+
persistent: boolean;
|
|
4297
|
+
scrim: string | boolean;
|
|
4298
|
+
_disableGlobalStack: boolean;
|
|
4299
|
+
} & {
|
|
4300
|
+
class?: any;
|
|
4301
|
+
width?: string | number | undefined;
|
|
4302
|
+
height?: string | number | undefined;
|
|
4303
|
+
theme?: string | undefined;
|
|
4304
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4305
|
+
offset?: string | number | number[] | undefined;
|
|
4306
|
+
contentClass?: any;
|
|
4307
|
+
opacity?: string | number | undefined;
|
|
4308
|
+
maxHeight?: string | number | undefined;
|
|
4309
|
+
maxWidth?: string | number | undefined;
|
|
4310
|
+
minHeight?: string | number | undefined;
|
|
4311
|
+
minWidth?: string | number | undefined;
|
|
4312
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4313
|
+
closeDelay?: string | number | undefined;
|
|
4314
|
+
openDelay?: string | number | undefined;
|
|
4315
|
+
openOnClick?: boolean | undefined;
|
|
4316
|
+
openOnFocus?: boolean | undefined;
|
|
4317
|
+
contentProps?: any;
|
|
4318
|
+
attach?: string | boolean | Element | undefined;
|
|
4319
|
+
} & {
|
|
4320
|
+
$children?: vue.VNodeChild | {
|
|
4321
|
+
default?: ((arg: {
|
|
4322
|
+
isActive: vue.Ref<boolean>;
|
|
4323
|
+
}) => vue.VNodeChild) | undefined;
|
|
4324
|
+
activator?: ((arg: {
|
|
4325
|
+
isActive: boolean;
|
|
4326
|
+
props: Record<string, any>;
|
|
4327
|
+
}) => vue.VNodeChild) | undefined;
|
|
4328
|
+
} | ((arg: {
|
|
4329
|
+
isActive: vue.Ref<boolean>;
|
|
4330
|
+
}) => vue.VNodeChild);
|
|
4331
|
+
'v-slots'?: {
|
|
4332
|
+
default?: false | ((arg: {
|
|
4333
|
+
isActive: vue.Ref<boolean>;
|
|
4334
|
+
}) => vue.VNodeChild) | undefined;
|
|
4335
|
+
activator?: false | ((arg: {
|
|
4336
|
+
isActive: boolean;
|
|
4337
|
+
props: Record<string, any>;
|
|
4338
|
+
}) => vue.VNodeChild) | undefined;
|
|
4339
|
+
} | undefined;
|
|
4340
|
+
} & {
|
|
4341
|
+
"v-slot:default"?: false | ((arg: {
|
|
4342
|
+
isActive: vue.Ref<boolean>;
|
|
4343
|
+
}) => vue.VNodeChild) | undefined;
|
|
4344
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4345
|
+
isActive: boolean;
|
|
4346
|
+
props: Record<string, any>;
|
|
4347
|
+
}) => vue.VNodeChild) | undefined;
|
|
4348
|
+
} & {
|
|
4349
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4350
|
+
onAfterEnter?: (() => any) | undefined;
|
|
4351
|
+
onAfterLeave?: (() => any) | undefined;
|
|
4352
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
4353
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
4354
|
+
$attrs: {
|
|
4355
|
+
[x: string]: unknown;
|
|
4356
|
+
};
|
|
4357
|
+
$refs: {
|
|
4358
|
+
[x: string]: unknown;
|
|
4359
|
+
};
|
|
4360
|
+
$slots: Readonly<{
|
|
4361
|
+
default?: ((arg: {
|
|
4362
|
+
isActive: vue.Ref<boolean>;
|
|
4363
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4364
|
+
[key: string]: any;
|
|
4365
|
+
}>[]) | undefined;
|
|
4366
|
+
activator?: ((arg: {
|
|
4367
|
+
isActive: boolean;
|
|
4368
|
+
props: Record<string, any>;
|
|
4369
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4370
|
+
[key: string]: any;
|
|
4371
|
+
}>[]) | undefined;
|
|
4372
|
+
}>;
|
|
4373
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
4374
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
4375
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
4376
|
+
$el: any;
|
|
4377
|
+
$options: vue.ComponentOptionsBase<{
|
|
4378
|
+
style: vue.StyleValue;
|
|
4379
|
+
disabled: boolean;
|
|
4380
|
+
absolute: boolean;
|
|
4381
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4382
|
+
component?: vue.Component | undefined;
|
|
4383
|
+
});
|
|
4384
|
+
zIndex: string | number;
|
|
4385
|
+
modelValue: boolean;
|
|
4386
|
+
origin: Anchor | "auto" | "overlap";
|
|
4387
|
+
eager: boolean;
|
|
4388
|
+
location: Anchor;
|
|
4389
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4390
|
+
updateLocation: (e: Event) => void;
|
|
4391
|
+
} | undefined) | "connected";
|
|
4392
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4393
|
+
activatorProps: Record<string, any>;
|
|
4394
|
+
openOnHover: boolean;
|
|
4395
|
+
closeOnContentClick: boolean;
|
|
4396
|
+
closeOnBack: boolean;
|
|
4397
|
+
contained: boolean;
|
|
4398
|
+
noClickAnimation: boolean;
|
|
4399
|
+
persistent: boolean;
|
|
4400
|
+
scrim: string | boolean;
|
|
4401
|
+
_disableGlobalStack: boolean;
|
|
4402
|
+
} & {
|
|
4403
|
+
class?: any;
|
|
4404
|
+
width?: string | number | undefined;
|
|
4405
|
+
height?: string | number | undefined;
|
|
4406
|
+
theme?: string | undefined;
|
|
4407
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4408
|
+
offset?: string | number | number[] | undefined;
|
|
4409
|
+
contentClass?: any;
|
|
4410
|
+
opacity?: string | number | undefined;
|
|
4411
|
+
maxHeight?: string | number | undefined;
|
|
4412
|
+
maxWidth?: string | number | undefined;
|
|
4413
|
+
minHeight?: string | number | undefined;
|
|
4414
|
+
minWidth?: string | number | undefined;
|
|
4415
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4416
|
+
closeDelay?: string | number | undefined;
|
|
4417
|
+
openDelay?: string | number | undefined;
|
|
4418
|
+
openOnClick?: boolean | undefined;
|
|
4419
|
+
openOnFocus?: boolean | undefined;
|
|
4420
|
+
contentProps?: any;
|
|
4421
|
+
attach?: string | boolean | Element | undefined;
|
|
4422
|
+
} & {
|
|
4423
|
+
$children?: vue.VNodeChild | {
|
|
4424
|
+
default?: ((arg: {
|
|
4425
|
+
isActive: vue.Ref<boolean>;
|
|
4426
|
+
}) => vue.VNodeChild) | undefined;
|
|
4427
|
+
activator?: ((arg: {
|
|
4428
|
+
isActive: boolean;
|
|
4429
|
+
props: Record<string, any>;
|
|
4430
|
+
}) => vue.VNodeChild) | undefined;
|
|
4431
|
+
} | ((arg: {
|
|
4432
|
+
isActive: vue.Ref<boolean>;
|
|
4433
|
+
}) => vue.VNodeChild);
|
|
4434
|
+
'v-slots'?: {
|
|
4435
|
+
default?: false | ((arg: {
|
|
4436
|
+
isActive: vue.Ref<boolean>;
|
|
4437
|
+
}) => vue.VNodeChild) | undefined;
|
|
4438
|
+
activator?: false | ((arg: {
|
|
4439
|
+
isActive: boolean;
|
|
4440
|
+
props: Record<string, any>;
|
|
4441
|
+
}) => vue.VNodeChild) | undefined;
|
|
4442
|
+
} | undefined;
|
|
4443
|
+
} & {
|
|
4444
|
+
"v-slot:default"?: false | ((arg: {
|
|
4445
|
+
isActive: vue.Ref<boolean>;
|
|
4446
|
+
}) => vue.VNodeChild) | undefined;
|
|
4447
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4448
|
+
isActive: boolean;
|
|
4449
|
+
props: Record<string, any>;
|
|
4450
|
+
}) => vue.VNodeChild) | undefined;
|
|
4451
|
+
} & {
|
|
4452
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4453
|
+
onAfterEnter?: (() => any) | undefined;
|
|
4454
|
+
onAfterLeave?: (() => any) | undefined;
|
|
4455
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
4456
|
+
}, {
|
|
4457
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
4458
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
4459
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
4460
|
+
animateClick: () => void;
|
|
4461
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
4462
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
4463
|
+
localTop: vue.ComputedRef<boolean>;
|
|
4464
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
4465
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4466
|
+
'click:outside': (e: MouseEvent) => true;
|
|
4467
|
+
'update:modelValue': (value: boolean) => true;
|
|
4468
|
+
afterEnter: () => true;
|
|
4469
|
+
afterLeave: () => true;
|
|
4470
|
+
}, string, {
|
|
4471
|
+
style: vue.StyleValue;
|
|
4472
|
+
disabled: boolean;
|
|
4473
|
+
absolute: boolean;
|
|
4474
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4475
|
+
component?: vue.Component | undefined;
|
|
4476
|
+
});
|
|
4477
|
+
zIndex: string | number;
|
|
4478
|
+
modelValue: boolean;
|
|
4479
|
+
origin: Anchor | "auto" | "overlap";
|
|
4480
|
+
eager: boolean;
|
|
4481
|
+
location: Anchor;
|
|
4482
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4483
|
+
updateLocation: (e: Event) => void;
|
|
4484
|
+
} | undefined) | "connected";
|
|
4485
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4486
|
+
activatorProps: Record<string, any>;
|
|
4487
|
+
openOnClick: boolean;
|
|
4488
|
+
openOnHover: boolean;
|
|
4489
|
+
openOnFocus: boolean;
|
|
4490
|
+
closeOnContentClick: boolean;
|
|
4491
|
+
closeOnBack: boolean;
|
|
4492
|
+
contained: boolean;
|
|
4493
|
+
noClickAnimation: boolean;
|
|
4494
|
+
persistent: boolean;
|
|
4495
|
+
scrim: string | boolean;
|
|
4496
|
+
_disableGlobalStack: boolean;
|
|
4497
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
4498
|
+
default: (arg: {
|
|
4499
|
+
isActive: vue.Ref<boolean>;
|
|
4500
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4501
|
+
[key: string]: any;
|
|
4502
|
+
}>[];
|
|
4503
|
+
activator: (arg: {
|
|
4504
|
+
isActive: boolean;
|
|
4505
|
+
props: Record<string, any>;
|
|
4506
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4507
|
+
[key: string]: any;
|
|
4508
|
+
}>[];
|
|
4509
|
+
}>>> & {
|
|
4510
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4511
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
4512
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
4513
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
4514
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
4515
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
4516
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
4517
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
4518
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
4519
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
4520
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
4521
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
4522
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
4523
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
4524
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
4525
|
+
};
|
|
4526
|
+
$forceUpdate: () => void;
|
|
4527
|
+
$nextTick: typeof nextTick;
|
|
4528
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
4529
|
+
} & Omit<{
|
|
4530
|
+
style: vue.StyleValue;
|
|
4531
|
+
disabled: boolean;
|
|
4532
|
+
absolute: boolean;
|
|
4533
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4534
|
+
component?: vue.Component | undefined;
|
|
4535
|
+
});
|
|
4536
|
+
zIndex: string | number;
|
|
4537
|
+
modelValue: boolean;
|
|
4538
|
+
origin: Anchor | "auto" | "overlap";
|
|
4539
|
+
eager: boolean;
|
|
4540
|
+
location: Anchor;
|
|
4541
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4542
|
+
updateLocation: (e: Event) => void;
|
|
4543
|
+
} | undefined) | "connected";
|
|
4544
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4545
|
+
activatorProps: Record<string, any>;
|
|
4546
|
+
openOnHover: boolean;
|
|
4547
|
+
closeOnContentClick: boolean;
|
|
4548
|
+
closeOnBack: boolean;
|
|
4549
|
+
contained: boolean;
|
|
4550
|
+
noClickAnimation: boolean;
|
|
4551
|
+
persistent: boolean;
|
|
4552
|
+
scrim: string | boolean;
|
|
4553
|
+
_disableGlobalStack: boolean;
|
|
4554
|
+
} & {
|
|
4555
|
+
class?: any;
|
|
4556
|
+
width?: string | number | undefined;
|
|
4557
|
+
height?: string | number | undefined;
|
|
4558
|
+
theme?: string | undefined;
|
|
4559
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4560
|
+
offset?: string | number | number[] | undefined;
|
|
4561
|
+
contentClass?: any;
|
|
4562
|
+
opacity?: string | number | undefined;
|
|
4563
|
+
maxHeight?: string | number | undefined;
|
|
4564
|
+
maxWidth?: string | number | undefined;
|
|
4565
|
+
minHeight?: string | number | undefined;
|
|
4566
|
+
minWidth?: string | number | undefined;
|
|
4567
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4568
|
+
closeDelay?: string | number | undefined;
|
|
4569
|
+
openDelay?: string | number | undefined;
|
|
4570
|
+
openOnClick?: boolean | undefined;
|
|
4571
|
+
openOnFocus?: boolean | undefined;
|
|
4572
|
+
contentProps?: any;
|
|
4573
|
+
attach?: string | boolean | Element | undefined;
|
|
4574
|
+
} & {
|
|
4575
|
+
$children?: vue.VNodeChild | {
|
|
4576
|
+
default?: ((arg: {
|
|
4577
|
+
isActive: vue.Ref<boolean>;
|
|
4578
|
+
}) => vue.VNodeChild) | undefined;
|
|
4579
|
+
activator?: ((arg: {
|
|
4580
|
+
isActive: boolean;
|
|
4581
|
+
props: Record<string, any>;
|
|
4582
|
+
}) => vue.VNodeChild) | undefined;
|
|
4583
|
+
} | ((arg: {
|
|
4584
|
+
isActive: vue.Ref<boolean>;
|
|
4585
|
+
}) => vue.VNodeChild);
|
|
4586
|
+
'v-slots'?: {
|
|
4587
|
+
default?: false | ((arg: {
|
|
4588
|
+
isActive: vue.Ref<boolean>;
|
|
4589
|
+
}) => vue.VNodeChild) | undefined;
|
|
4590
|
+
activator?: false | ((arg: {
|
|
4591
|
+
isActive: boolean;
|
|
4592
|
+
props: Record<string, any>;
|
|
4593
|
+
}) => vue.VNodeChild) | undefined;
|
|
4594
|
+
} | undefined;
|
|
4595
|
+
} & {
|
|
4596
|
+
"v-slot:default"?: false | ((arg: {
|
|
4597
|
+
isActive: vue.Ref<boolean>;
|
|
4598
|
+
}) => vue.VNodeChild) | undefined;
|
|
4599
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4600
|
+
isActive: boolean;
|
|
4601
|
+
props: Record<string, any>;
|
|
4602
|
+
}) => vue.VNodeChild) | undefined;
|
|
4603
|
+
} & {
|
|
4604
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4605
|
+
onAfterEnter?: (() => any) | undefined;
|
|
4606
|
+
onAfterLeave?: (() => any) | undefined;
|
|
4607
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
4608
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
4609
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
4610
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
4611
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
4612
|
+
animateClick: () => void;
|
|
4613
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
4614
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
4615
|
+
localTop: vue.ComputedRef<boolean>;
|
|
4616
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
4617
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4618
|
+
'update:modelValue': (v: boolean) => boolean;
|
|
4619
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
4620
|
+
style: vue.StyleValue;
|
|
4621
|
+
disabled: boolean;
|
|
4622
|
+
absolute: boolean;
|
|
4623
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4624
|
+
component?: vue.Component | undefined;
|
|
4625
|
+
})>;
|
|
4626
|
+
zIndex: string | number;
|
|
4627
|
+
modelValue: boolean;
|
|
4628
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4629
|
+
origin: Anchor | "auto" | "overlap";
|
|
4630
|
+
vertical: boolean;
|
|
4631
|
+
tile: boolean;
|
|
4632
|
+
eager: boolean;
|
|
4633
|
+
location: Anchor;
|
|
4634
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4635
|
+
updateLocation: (e: Event) => void;
|
|
4636
|
+
} | undefined) | "connected";
|
|
4637
|
+
activatorProps: Record<string, any>;
|
|
4638
|
+
openOnHover: boolean;
|
|
4639
|
+
closeOnContentClick: boolean;
|
|
4640
|
+
closeOnBack: boolean;
|
|
4641
|
+
contained: boolean;
|
|
4642
|
+
multiLine: boolean;
|
|
4643
|
+
timeout: string | number;
|
|
4644
|
+
} & {
|
|
4645
|
+
class?: any;
|
|
4646
|
+
text?: string | undefined;
|
|
4647
|
+
width?: string | number | undefined;
|
|
4648
|
+
height?: string | number | undefined;
|
|
4649
|
+
theme?: string | undefined;
|
|
4650
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4651
|
+
color?: string | undefined;
|
|
4652
|
+
offset?: string | number | number[] | undefined;
|
|
4653
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
4654
|
+
rounded?: string | number | boolean | undefined;
|
|
4655
|
+
contentClass?: any;
|
|
4656
|
+
opacity?: string | number | undefined;
|
|
4657
|
+
maxHeight?: string | number | undefined;
|
|
4658
|
+
maxWidth?: string | number | undefined;
|
|
4659
|
+
minHeight?: string | number | undefined;
|
|
4660
|
+
minWidth?: string | number | undefined;
|
|
4661
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4662
|
+
closeDelay?: string | number | undefined;
|
|
4663
|
+
openDelay?: string | number | undefined;
|
|
4664
|
+
openOnClick?: boolean | undefined;
|
|
4665
|
+
openOnFocus?: boolean | undefined;
|
|
4666
|
+
contentProps?: any;
|
|
4667
|
+
attach?: string | boolean | Element | undefined;
|
|
4668
|
+
timer?: string | boolean | undefined;
|
|
4669
|
+
} & {
|
|
4670
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
4671
|
+
activator?: ((arg: {
|
|
4672
|
+
isActive: boolean;
|
|
4673
|
+
props: Record<string, any>;
|
|
4674
|
+
}) => vue.VNodeChild) | undefined;
|
|
4675
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
4676
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
4677
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
4678
|
+
};
|
|
4679
|
+
'v-slots'?: {
|
|
4680
|
+
activator?: false | ((arg: {
|
|
4681
|
+
isActive: boolean;
|
|
4682
|
+
props: Record<string, any>;
|
|
4683
|
+
}) => vue.VNodeChild) | undefined;
|
|
4684
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
4685
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
4686
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
4687
|
+
} | undefined;
|
|
4688
|
+
} & {
|
|
4689
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4690
|
+
isActive: boolean;
|
|
4691
|
+
props: Record<string, any>;
|
|
4692
|
+
}) => vue.VNodeChild) | undefined;
|
|
4693
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
4694
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
4695
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
4696
|
+
} & {
|
|
4697
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
4698
|
+
}, {
|
|
4699
|
+
style: vue.StyleValue;
|
|
4700
|
+
disabled: boolean;
|
|
4701
|
+
absolute: boolean;
|
|
4702
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4703
|
+
component?: vue.Component | undefined;
|
|
4704
|
+
})>;
|
|
4705
|
+
zIndex: string | number;
|
|
4706
|
+
modelValue: boolean;
|
|
4707
|
+
rounded: string | number | boolean;
|
|
4708
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4709
|
+
origin: Anchor | "auto" | "overlap";
|
|
4710
|
+
vertical: boolean;
|
|
4711
|
+
tile: boolean;
|
|
4712
|
+
eager: boolean;
|
|
4713
|
+
location: Anchor;
|
|
4714
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4715
|
+
updateLocation: (e: Event) => void;
|
|
4716
|
+
} | undefined) | "connected";
|
|
4717
|
+
activatorProps: Record<string, any>;
|
|
4718
|
+
openOnClick: boolean;
|
|
4719
|
+
openOnHover: boolean;
|
|
4720
|
+
openOnFocus: boolean;
|
|
4721
|
+
closeOnContentClick: boolean;
|
|
4722
|
+
closeOnBack: boolean;
|
|
4723
|
+
contained: boolean;
|
|
4724
|
+
multiLine: boolean;
|
|
4725
|
+
timeout: string | number;
|
|
4726
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
4727
|
+
activator: (arg: {
|
|
4728
|
+
isActive: boolean;
|
|
4729
|
+
props: Record<string, any>;
|
|
4730
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4731
|
+
[key: string]: any;
|
|
4732
|
+
}>[];
|
|
4733
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4734
|
+
[key: string]: any;
|
|
4735
|
+
}>[];
|
|
4736
|
+
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4737
|
+
[key: string]: any;
|
|
4738
|
+
}>[];
|
|
4739
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4740
|
+
[key: string]: any;
|
|
4741
|
+
}>[];
|
|
4742
|
+
}>>, {
|
|
4743
|
+
P: {};
|
|
4744
|
+
B: {};
|
|
4745
|
+
D: {};
|
|
4746
|
+
C: {};
|
|
4747
|
+
M: {};
|
|
4748
|
+
Defaults: {};
|
|
4749
|
+
}, {
|
|
4750
|
+
style: vue.StyleValue;
|
|
4751
|
+
disabled: boolean;
|
|
4752
|
+
absolute: boolean;
|
|
4753
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
4754
|
+
component?: vue.Component | undefined;
|
|
4755
|
+
})>;
|
|
4756
|
+
zIndex: string | number;
|
|
4757
|
+
modelValue: boolean;
|
|
4758
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4759
|
+
origin: Anchor | "auto" | "overlap";
|
|
4760
|
+
vertical: boolean;
|
|
4761
|
+
tile: boolean;
|
|
4762
|
+
eager: boolean;
|
|
4763
|
+
location: Anchor;
|
|
4764
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4765
|
+
updateLocation: (e: Event) => void;
|
|
4766
|
+
} | undefined) | "connected";
|
|
4767
|
+
activatorProps: Record<string, any>;
|
|
4768
|
+
openOnHover: boolean;
|
|
4769
|
+
closeOnContentClick: boolean;
|
|
4770
|
+
closeOnBack: boolean;
|
|
4771
|
+
contained: boolean;
|
|
4772
|
+
multiLine: boolean;
|
|
4773
|
+
timeout: string | number;
|
|
4774
|
+
} & {
|
|
4775
|
+
class?: any;
|
|
4776
|
+
text?: string | undefined;
|
|
4777
|
+
width?: string | number | undefined;
|
|
4778
|
+
height?: string | number | undefined;
|
|
4779
|
+
theme?: string | undefined;
|
|
4780
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4781
|
+
color?: string | undefined;
|
|
4782
|
+
offset?: string | number | number[] | undefined;
|
|
4783
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
4784
|
+
rounded?: string | number | boolean | undefined;
|
|
4785
|
+
contentClass?: any;
|
|
4786
|
+
opacity?: string | number | undefined;
|
|
4787
|
+
maxHeight?: string | number | undefined;
|
|
4788
|
+
maxWidth?: string | number | undefined;
|
|
4789
|
+
minHeight?: string | number | undefined;
|
|
4790
|
+
minWidth?: string | number | undefined;
|
|
4791
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4792
|
+
closeDelay?: string | number | undefined;
|
|
4793
|
+
openDelay?: string | number | undefined;
|
|
4794
|
+
openOnClick?: boolean | undefined;
|
|
4795
|
+
openOnFocus?: boolean | undefined;
|
|
4796
|
+
contentProps?: any;
|
|
4797
|
+
attach?: string | boolean | Element | undefined;
|
|
4798
|
+
timer?: string | boolean | undefined;
|
|
4799
|
+
} & {
|
|
4800
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
4801
|
+
activator?: ((arg: {
|
|
4802
|
+
isActive: boolean;
|
|
4803
|
+
props: Record<string, any>;
|
|
4804
|
+
}) => vue.VNodeChild) | undefined;
|
|
4805
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
4806
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
4807
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
4808
|
+
};
|
|
4809
|
+
'v-slots'?: {
|
|
4810
|
+
activator?: false | ((arg: {
|
|
4811
|
+
isActive: boolean;
|
|
4812
|
+
props: Record<string, any>;
|
|
4813
|
+
}) => vue.VNodeChild) | undefined;
|
|
4814
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
4815
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
4816
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
4817
|
+
} | undefined;
|
|
4818
|
+
} & {
|
|
4819
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4820
|
+
isActive: boolean;
|
|
4821
|
+
props: Record<string, any>;
|
|
4822
|
+
}) => vue.VNodeChild) | undefined;
|
|
4823
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
4824
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
4825
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
4826
|
+
} & {
|
|
4827
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
4828
|
+
}, Omit<Omit<{
|
|
4829
|
+
$: vue.ComponentInternalInstance;
|
|
4830
|
+
$data: {};
|
|
4831
|
+
$props: Partial<{
|
|
4832
|
+
style: vue.StyleValue;
|
|
4833
|
+
disabled: boolean;
|
|
4834
|
+
absolute: boolean;
|
|
4835
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4836
|
+
component?: vue.Component | undefined;
|
|
4837
|
+
});
|
|
4838
|
+
zIndex: string | number;
|
|
4839
|
+
modelValue: boolean;
|
|
4840
|
+
origin: Anchor | "auto" | "overlap";
|
|
4841
|
+
eager: boolean;
|
|
4842
|
+
location: Anchor;
|
|
4843
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4844
|
+
updateLocation: (e: Event) => void;
|
|
4845
|
+
} | undefined) | "connected";
|
|
4846
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4847
|
+
activatorProps: Record<string, any>;
|
|
4848
|
+
openOnClick: boolean;
|
|
4849
|
+
openOnHover: boolean;
|
|
4850
|
+
openOnFocus: boolean;
|
|
4851
|
+
closeOnContentClick: boolean;
|
|
4852
|
+
closeOnBack: boolean;
|
|
4853
|
+
contained: boolean;
|
|
4854
|
+
noClickAnimation: boolean;
|
|
4855
|
+
persistent: boolean;
|
|
4856
|
+
scrim: string | boolean;
|
|
4857
|
+
_disableGlobalStack: boolean;
|
|
4858
|
+
}> & Omit<{
|
|
4859
|
+
style: vue.StyleValue;
|
|
4860
|
+
disabled: boolean;
|
|
4861
|
+
absolute: boolean;
|
|
4862
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4863
|
+
component?: vue.Component | undefined;
|
|
4864
|
+
});
|
|
4865
|
+
zIndex: string | number;
|
|
4866
|
+
modelValue: boolean;
|
|
4867
|
+
origin: Anchor | "auto" | "overlap";
|
|
4868
|
+
eager: boolean;
|
|
4869
|
+
location: Anchor;
|
|
4870
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4871
|
+
updateLocation: (e: Event) => void;
|
|
4872
|
+
} | undefined) | "connected";
|
|
4873
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4874
|
+
activatorProps: Record<string, any>;
|
|
4875
|
+
openOnHover: boolean;
|
|
4876
|
+
closeOnContentClick: boolean;
|
|
4877
|
+
closeOnBack: boolean;
|
|
4878
|
+
contained: boolean;
|
|
4879
|
+
noClickAnimation: boolean;
|
|
4880
|
+
persistent: boolean;
|
|
4881
|
+
scrim: string | boolean;
|
|
4882
|
+
_disableGlobalStack: boolean;
|
|
4883
|
+
class?: any;
|
|
4884
|
+
width?: string | number | undefined;
|
|
4885
|
+
height?: string | number | undefined;
|
|
4886
|
+
theme?: string | undefined;
|
|
4887
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4888
|
+
offset?: string | number | number[] | undefined;
|
|
4889
|
+
contentClass?: any;
|
|
4890
|
+
opacity?: string | number | undefined;
|
|
4891
|
+
maxHeight?: string | number | undefined;
|
|
4892
|
+
maxWidth?: string | number | undefined;
|
|
4893
|
+
minHeight?: string | number | undefined;
|
|
4894
|
+
minWidth?: string | number | undefined;
|
|
4895
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4896
|
+
closeDelay?: string | number | undefined;
|
|
4897
|
+
openDelay?: string | number | undefined;
|
|
4898
|
+
openOnClick?: boolean | undefined;
|
|
4899
|
+
openOnFocus?: boolean | undefined;
|
|
4900
|
+
contentProps?: any;
|
|
4901
|
+
attach?: string | boolean | Element | undefined;
|
|
4902
|
+
$children?: vue.VNodeChild | {
|
|
4903
|
+
default?: ((arg: {
|
|
4904
|
+
isActive: vue.Ref<boolean>;
|
|
4905
|
+
}) => vue.VNodeChild) | undefined;
|
|
4906
|
+
activator?: ((arg: {
|
|
4907
|
+
isActive: boolean;
|
|
4908
|
+
props: Record<string, any>;
|
|
4909
|
+
}) => vue.VNodeChild) | undefined;
|
|
4910
|
+
} | ((arg: {
|
|
4911
|
+
isActive: vue.Ref<boolean>;
|
|
4912
|
+
}) => vue.VNodeChild);
|
|
4913
|
+
'v-slots'?: {
|
|
4914
|
+
default?: false | ((arg: {
|
|
4915
|
+
isActive: vue.Ref<boolean>;
|
|
4916
|
+
}) => vue.VNodeChild) | undefined;
|
|
4917
|
+
activator?: false | ((arg: {
|
|
4918
|
+
isActive: boolean;
|
|
4919
|
+
props: Record<string, any>;
|
|
4920
|
+
}) => vue.VNodeChild) | undefined;
|
|
4921
|
+
} | undefined;
|
|
4922
|
+
"v-slot:default"?: false | ((arg: {
|
|
4923
|
+
isActive: vue.Ref<boolean>;
|
|
4924
|
+
}) => vue.VNodeChild) | undefined;
|
|
4925
|
+
"v-slot:activator"?: false | ((arg: {
|
|
4926
|
+
isActive: boolean;
|
|
4927
|
+
props: Record<string, any>;
|
|
4928
|
+
}) => vue.VNodeChild) | undefined;
|
|
4929
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4930
|
+
onAfterEnter?: (() => any) | undefined;
|
|
4931
|
+
onAfterLeave?: (() => any) | undefined;
|
|
4932
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
4933
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
4934
|
+
style: vue.StyleValue;
|
|
4935
|
+
disabled: boolean;
|
|
4936
|
+
absolute: boolean;
|
|
4937
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
4938
|
+
component?: vue.Component | undefined;
|
|
4939
|
+
});
|
|
4940
|
+
zIndex: string | number;
|
|
4941
|
+
modelValue: boolean;
|
|
4942
|
+
origin: Anchor | "auto" | "overlap";
|
|
4943
|
+
eager: boolean;
|
|
4944
|
+
location: Anchor;
|
|
4945
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4946
|
+
updateLocation: (e: Event) => void;
|
|
4947
|
+
} | undefined) | "connected";
|
|
4948
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
4949
|
+
activatorProps: Record<string, any>;
|
|
4950
|
+
openOnHover: boolean;
|
|
4951
|
+
closeOnContentClick: boolean;
|
|
4952
|
+
closeOnBack: boolean;
|
|
4953
|
+
contained: boolean;
|
|
4954
|
+
noClickAnimation: boolean;
|
|
4955
|
+
persistent: boolean;
|
|
4956
|
+
scrim: string | boolean;
|
|
4957
|
+
_disableGlobalStack: boolean;
|
|
4958
|
+
} & {
|
|
4959
|
+
class?: any;
|
|
4960
|
+
width?: string | number | undefined;
|
|
4961
|
+
height?: string | number | undefined;
|
|
4962
|
+
theme?: string | undefined;
|
|
4963
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
4964
|
+
offset?: string | number | number[] | undefined;
|
|
4965
|
+
contentClass?: any;
|
|
4966
|
+
opacity?: string | number | undefined;
|
|
4967
|
+
maxHeight?: string | number | undefined;
|
|
4968
|
+
maxWidth?: string | number | undefined;
|
|
4969
|
+
minHeight?: string | number | undefined;
|
|
4970
|
+
minWidth?: string | number | undefined;
|
|
4971
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
4972
|
+
closeDelay?: string | number | undefined;
|
|
4973
|
+
openDelay?: string | number | undefined;
|
|
4974
|
+
openOnClick?: boolean | undefined;
|
|
4975
|
+
openOnFocus?: boolean | undefined;
|
|
4976
|
+
contentProps?: any;
|
|
4977
|
+
attach?: string | boolean | Element | undefined;
|
|
4978
|
+
} & {
|
|
4979
|
+
$children?: vue.VNodeChild | {
|
|
4980
|
+
default?: ((arg: {
|
|
4981
|
+
isActive: vue.Ref<boolean>;
|
|
4982
|
+
}) => vue.VNodeChild) | undefined;
|
|
4983
|
+
activator?: ((arg: {
|
|
4984
|
+
isActive: boolean;
|
|
4985
|
+
props: Record<string, any>;
|
|
4986
|
+
}) => vue.VNodeChild) | undefined;
|
|
4987
|
+
} | ((arg: {
|
|
4988
|
+
isActive: vue.Ref<boolean>;
|
|
4989
|
+
}) => vue.VNodeChild);
|
|
4990
|
+
'v-slots'?: {
|
|
4991
|
+
default?: false | ((arg: {
|
|
4992
|
+
isActive: vue.Ref<boolean>;
|
|
4993
|
+
}) => vue.VNodeChild) | undefined;
|
|
4994
|
+
activator?: false | ((arg: {
|
|
4995
|
+
isActive: boolean;
|
|
4996
|
+
props: Record<string, any>;
|
|
4997
|
+
}) => vue.VNodeChild) | undefined;
|
|
4998
|
+
} | undefined;
|
|
4999
|
+
} & {
|
|
5000
|
+
"v-slot:default"?: false | ((arg: {
|
|
5001
|
+
isActive: vue.Ref<boolean>;
|
|
5002
|
+
}) => vue.VNodeChild) | undefined;
|
|
5003
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5004
|
+
isActive: boolean;
|
|
5005
|
+
props: Record<string, any>;
|
|
5006
|
+
}) => vue.VNodeChild) | undefined;
|
|
5007
|
+
} & {
|
|
5008
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5009
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5010
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5011
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5012
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
5013
|
+
$attrs: {
|
|
5014
|
+
[x: string]: unknown;
|
|
5015
|
+
};
|
|
5016
|
+
$refs: {
|
|
5017
|
+
[x: string]: unknown;
|
|
5018
|
+
};
|
|
5019
|
+
$slots: Readonly<{
|
|
5020
|
+
default?: ((arg: {
|
|
5021
|
+
isActive: vue.Ref<boolean>;
|
|
5022
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5023
|
+
[key: string]: any;
|
|
5024
|
+
}>[]) | undefined;
|
|
5025
|
+
activator?: ((arg: {
|
|
5026
|
+
isActive: boolean;
|
|
5027
|
+
props: Record<string, any>;
|
|
5028
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5029
|
+
[key: string]: any;
|
|
5030
|
+
}>[]) | undefined;
|
|
5031
|
+
}>;
|
|
5032
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5033
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5034
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
5035
|
+
$el: any;
|
|
5036
|
+
$options: vue.ComponentOptionsBase<{
|
|
5037
|
+
style: vue.StyleValue;
|
|
5038
|
+
disabled: boolean;
|
|
5039
|
+
absolute: boolean;
|
|
5040
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5041
|
+
component?: vue.Component | undefined;
|
|
5042
|
+
});
|
|
5043
|
+
zIndex: string | number;
|
|
5044
|
+
modelValue: boolean;
|
|
5045
|
+
origin: Anchor | "auto" | "overlap";
|
|
5046
|
+
eager: boolean;
|
|
5047
|
+
location: Anchor;
|
|
5048
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5049
|
+
updateLocation: (e: Event) => void;
|
|
5050
|
+
} | undefined) | "connected";
|
|
5051
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5052
|
+
activatorProps: Record<string, any>;
|
|
5053
|
+
openOnHover: boolean;
|
|
5054
|
+
closeOnContentClick: boolean;
|
|
5055
|
+
closeOnBack: boolean;
|
|
5056
|
+
contained: boolean;
|
|
5057
|
+
noClickAnimation: boolean;
|
|
5058
|
+
persistent: boolean;
|
|
5059
|
+
scrim: string | boolean;
|
|
5060
|
+
_disableGlobalStack: boolean;
|
|
5061
|
+
} & {
|
|
5062
|
+
class?: any;
|
|
5063
|
+
width?: string | number | undefined;
|
|
5064
|
+
height?: string | number | undefined;
|
|
5065
|
+
theme?: string | undefined;
|
|
5066
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5067
|
+
offset?: string | number | number[] | undefined;
|
|
5068
|
+
contentClass?: any;
|
|
5069
|
+
opacity?: string | number | undefined;
|
|
5070
|
+
maxHeight?: string | number | undefined;
|
|
5071
|
+
maxWidth?: string | number | undefined;
|
|
5072
|
+
minHeight?: string | number | undefined;
|
|
5073
|
+
minWidth?: string | number | undefined;
|
|
5074
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5075
|
+
closeDelay?: string | number | undefined;
|
|
5076
|
+
openDelay?: string | number | undefined;
|
|
5077
|
+
openOnClick?: boolean | undefined;
|
|
5078
|
+
openOnFocus?: boolean | undefined;
|
|
5079
|
+
contentProps?: any;
|
|
5080
|
+
attach?: string | boolean | Element | undefined;
|
|
5081
|
+
} & {
|
|
5082
|
+
$children?: vue.VNodeChild | {
|
|
5083
|
+
default?: ((arg: {
|
|
5084
|
+
isActive: vue.Ref<boolean>;
|
|
5085
|
+
}) => vue.VNodeChild) | undefined;
|
|
5086
|
+
activator?: ((arg: {
|
|
5087
|
+
isActive: boolean;
|
|
5088
|
+
props: Record<string, any>;
|
|
5089
|
+
}) => vue.VNodeChild) | undefined;
|
|
5090
|
+
} | ((arg: {
|
|
5091
|
+
isActive: vue.Ref<boolean>;
|
|
5092
|
+
}) => vue.VNodeChild);
|
|
5093
|
+
'v-slots'?: {
|
|
5094
|
+
default?: false | ((arg: {
|
|
5095
|
+
isActive: vue.Ref<boolean>;
|
|
5096
|
+
}) => vue.VNodeChild) | undefined;
|
|
5097
|
+
activator?: false | ((arg: {
|
|
5098
|
+
isActive: boolean;
|
|
5099
|
+
props: Record<string, any>;
|
|
5100
|
+
}) => vue.VNodeChild) | undefined;
|
|
5101
|
+
} | undefined;
|
|
5102
|
+
} & {
|
|
5103
|
+
"v-slot:default"?: false | ((arg: {
|
|
5104
|
+
isActive: vue.Ref<boolean>;
|
|
5105
|
+
}) => vue.VNodeChild) | undefined;
|
|
5106
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5107
|
+
isActive: boolean;
|
|
5108
|
+
props: Record<string, any>;
|
|
5109
|
+
}) => vue.VNodeChild) | undefined;
|
|
5110
|
+
} & {
|
|
5111
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5112
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5113
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5114
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5115
|
+
}, {
|
|
5116
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
5117
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
5118
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
5119
|
+
animateClick: () => void;
|
|
5120
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
5121
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
5122
|
+
localTop: vue.ComputedRef<boolean>;
|
|
5123
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
5124
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5125
|
+
'click:outside': (e: MouseEvent) => true;
|
|
5126
|
+
'update:modelValue': (value: boolean) => true;
|
|
5127
|
+
afterEnter: () => true;
|
|
5128
|
+
afterLeave: () => true;
|
|
5129
|
+
}, string, {
|
|
5130
|
+
style: vue.StyleValue;
|
|
5131
|
+
disabled: boolean;
|
|
5132
|
+
absolute: boolean;
|
|
5133
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5134
|
+
component?: vue.Component | undefined;
|
|
5135
|
+
});
|
|
5136
|
+
zIndex: string | number;
|
|
5137
|
+
modelValue: boolean;
|
|
5138
|
+
origin: Anchor | "auto" | "overlap";
|
|
5139
|
+
eager: boolean;
|
|
5140
|
+
location: Anchor;
|
|
5141
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5142
|
+
updateLocation: (e: Event) => void;
|
|
5143
|
+
} | undefined) | "connected";
|
|
5144
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5145
|
+
activatorProps: Record<string, any>;
|
|
5146
|
+
openOnClick: boolean;
|
|
5147
|
+
openOnHover: boolean;
|
|
5148
|
+
openOnFocus: boolean;
|
|
5149
|
+
closeOnContentClick: boolean;
|
|
5150
|
+
closeOnBack: boolean;
|
|
5151
|
+
contained: boolean;
|
|
5152
|
+
noClickAnimation: boolean;
|
|
5153
|
+
persistent: boolean;
|
|
5154
|
+
scrim: string | boolean;
|
|
5155
|
+
_disableGlobalStack: boolean;
|
|
5156
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
5157
|
+
default: (arg: {
|
|
5158
|
+
isActive: vue.Ref<boolean>;
|
|
5159
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5160
|
+
[key: string]: any;
|
|
5161
|
+
}>[];
|
|
5162
|
+
activator: (arg: {
|
|
5163
|
+
isActive: boolean;
|
|
5164
|
+
props: Record<string, any>;
|
|
5165
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5166
|
+
[key: string]: any;
|
|
5167
|
+
}>[];
|
|
5168
|
+
}>>> & {
|
|
5169
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
5170
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
5171
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
5172
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
5173
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
5174
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
5175
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
5176
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
5177
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
5178
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
5179
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
5180
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
5181
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
5182
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
5183
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
5184
|
+
};
|
|
5185
|
+
$forceUpdate: () => void;
|
|
5186
|
+
$nextTick: typeof nextTick;
|
|
5187
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
5188
|
+
} & Omit<{
|
|
5189
|
+
style: vue.StyleValue;
|
|
5190
|
+
disabled: boolean;
|
|
5191
|
+
absolute: boolean;
|
|
5192
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5193
|
+
component?: vue.Component | undefined;
|
|
5194
|
+
});
|
|
5195
|
+
zIndex: string | number;
|
|
5196
|
+
modelValue: boolean;
|
|
5197
|
+
origin: Anchor | "auto" | "overlap";
|
|
5198
|
+
eager: boolean;
|
|
5199
|
+
location: Anchor;
|
|
5200
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5201
|
+
updateLocation: (e: Event) => void;
|
|
5202
|
+
} | undefined) | "connected";
|
|
5203
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5204
|
+
activatorProps: Record<string, any>;
|
|
5205
|
+
openOnHover: boolean;
|
|
5206
|
+
closeOnContentClick: boolean;
|
|
5207
|
+
closeOnBack: boolean;
|
|
5208
|
+
contained: boolean;
|
|
5209
|
+
noClickAnimation: boolean;
|
|
5210
|
+
persistent: boolean;
|
|
5211
|
+
scrim: string | boolean;
|
|
5212
|
+
_disableGlobalStack: boolean;
|
|
5213
|
+
} & {
|
|
5214
|
+
class?: any;
|
|
5215
|
+
width?: string | number | undefined;
|
|
5216
|
+
height?: string | number | undefined;
|
|
5217
|
+
theme?: string | undefined;
|
|
5218
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5219
|
+
offset?: string | number | number[] | undefined;
|
|
5220
|
+
contentClass?: any;
|
|
5221
|
+
opacity?: string | number | undefined;
|
|
5222
|
+
maxHeight?: string | number | undefined;
|
|
5223
|
+
maxWidth?: string | number | undefined;
|
|
5224
|
+
minHeight?: string | number | undefined;
|
|
5225
|
+
minWidth?: string | number | undefined;
|
|
5226
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5227
|
+
closeDelay?: string | number | undefined;
|
|
5228
|
+
openDelay?: string | number | undefined;
|
|
5229
|
+
openOnClick?: boolean | undefined;
|
|
5230
|
+
openOnFocus?: boolean | undefined;
|
|
5231
|
+
contentProps?: any;
|
|
5232
|
+
attach?: string | boolean | Element | undefined;
|
|
5233
|
+
} & {
|
|
5234
|
+
$children?: vue.VNodeChild | {
|
|
5235
|
+
default?: ((arg: {
|
|
5236
|
+
isActive: vue.Ref<boolean>;
|
|
5237
|
+
}) => vue.VNodeChild) | undefined;
|
|
5238
|
+
activator?: ((arg: {
|
|
5239
|
+
isActive: boolean;
|
|
5240
|
+
props: Record<string, any>;
|
|
5241
|
+
}) => vue.VNodeChild) | undefined;
|
|
5242
|
+
} | ((arg: {
|
|
5243
|
+
isActive: vue.Ref<boolean>;
|
|
5244
|
+
}) => vue.VNodeChild);
|
|
5245
|
+
'v-slots'?: {
|
|
5246
|
+
default?: false | ((arg: {
|
|
5247
|
+
isActive: vue.Ref<boolean>;
|
|
5248
|
+
}) => vue.VNodeChild) | undefined;
|
|
5249
|
+
activator?: false | ((arg: {
|
|
5250
|
+
isActive: boolean;
|
|
5251
|
+
props: Record<string, any>;
|
|
5252
|
+
}) => vue.VNodeChild) | undefined;
|
|
5253
|
+
} | undefined;
|
|
5254
|
+
} & {
|
|
5255
|
+
"v-slot:default"?: false | ((arg: {
|
|
5256
|
+
isActive: vue.Ref<boolean>;
|
|
5257
|
+
}) => vue.VNodeChild) | undefined;
|
|
5258
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5259
|
+
isActive: boolean;
|
|
5260
|
+
props: Record<string, any>;
|
|
5261
|
+
}) => vue.VNodeChild) | undefined;
|
|
5262
|
+
} & {
|
|
5263
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5264
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5265
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5266
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5267
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
5268
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
5269
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
5270
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
5271
|
+
animateClick: () => void;
|
|
5272
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
5273
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
5274
|
+
localTop: vue.ComputedRef<boolean>;
|
|
5275
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
5276
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
5277
|
+
style: vue.StyleValue;
|
|
5278
|
+
disabled: boolean;
|
|
5279
|
+
absolute: boolean;
|
|
5280
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5281
|
+
component?: vue.Component | undefined;
|
|
5282
|
+
})>;
|
|
5283
|
+
zIndex: string | number;
|
|
5284
|
+
modelValue: boolean;
|
|
5285
|
+
rounded: string | number | boolean;
|
|
5286
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
5287
|
+
origin: Anchor | "auto" | "overlap";
|
|
5288
|
+
vertical: boolean;
|
|
5289
|
+
tile: boolean;
|
|
5290
|
+
eager: boolean;
|
|
5291
|
+
location: Anchor;
|
|
5292
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5293
|
+
updateLocation: (e: Event) => void;
|
|
5294
|
+
} | undefined) | "connected";
|
|
5295
|
+
activatorProps: Record<string, any>;
|
|
5296
|
+
openOnClick: boolean;
|
|
5297
|
+
openOnHover: boolean;
|
|
5298
|
+
openOnFocus: boolean;
|
|
5299
|
+
closeOnContentClick: boolean;
|
|
5300
|
+
closeOnBack: boolean;
|
|
5301
|
+
contained: boolean;
|
|
5302
|
+
multiLine: boolean;
|
|
5303
|
+
timeout: string | number;
|
|
5304
|
+
}>;
|
|
5305
|
+
__isFragment?: undefined;
|
|
5306
|
+
__isTeleport?: undefined;
|
|
5307
|
+
__isSuspense?: undefined;
|
|
5308
|
+
} & vue.ComponentOptionsBase<{
|
|
5309
|
+
style: vue.StyleValue;
|
|
5310
|
+
disabled: boolean;
|
|
5311
|
+
absolute: boolean;
|
|
5312
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5313
|
+
component?: vue.Component | undefined;
|
|
5314
|
+
})>;
|
|
5315
|
+
zIndex: string | number;
|
|
5316
|
+
modelValue: boolean;
|
|
5317
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
5318
|
+
origin: Anchor | "auto" | "overlap";
|
|
5319
|
+
vertical: boolean;
|
|
5320
|
+
tile: boolean;
|
|
5321
|
+
eager: boolean;
|
|
5322
|
+
location: Anchor;
|
|
5323
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5324
|
+
updateLocation: (e: Event) => void;
|
|
5325
|
+
} | undefined) | "connected";
|
|
5326
|
+
activatorProps: Record<string, any>;
|
|
5327
|
+
openOnHover: boolean;
|
|
5328
|
+
closeOnContentClick: boolean;
|
|
5329
|
+
closeOnBack: boolean;
|
|
5330
|
+
contained: boolean;
|
|
5331
|
+
multiLine: boolean;
|
|
5332
|
+
timeout: string | number;
|
|
5333
|
+
} & {
|
|
5334
|
+
class?: any;
|
|
5335
|
+
text?: string | undefined;
|
|
5336
|
+
width?: string | number | undefined;
|
|
5337
|
+
height?: string | number | undefined;
|
|
5338
|
+
theme?: string | undefined;
|
|
5339
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5340
|
+
color?: string | undefined;
|
|
5341
|
+
offset?: string | number | number[] | undefined;
|
|
5342
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
5343
|
+
rounded?: string | number | boolean | undefined;
|
|
5344
|
+
contentClass?: any;
|
|
5345
|
+
opacity?: string | number | undefined;
|
|
5346
|
+
maxHeight?: string | number | undefined;
|
|
5347
|
+
maxWidth?: string | number | undefined;
|
|
5348
|
+
minHeight?: string | number | undefined;
|
|
5349
|
+
minWidth?: string | number | undefined;
|
|
5350
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5351
|
+
closeDelay?: string | number | undefined;
|
|
5352
|
+
openDelay?: string | number | undefined;
|
|
5353
|
+
openOnClick?: boolean | undefined;
|
|
5354
|
+
openOnFocus?: boolean | undefined;
|
|
5355
|
+
contentProps?: any;
|
|
5356
|
+
attach?: string | boolean | Element | undefined;
|
|
5357
|
+
timer?: string | boolean | undefined;
|
|
5358
|
+
} & {
|
|
5359
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5360
|
+
activator?: ((arg: {
|
|
5361
|
+
isActive: boolean;
|
|
5362
|
+
props: Record<string, any>;
|
|
5363
|
+
}) => vue.VNodeChild) | undefined;
|
|
5364
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
5365
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
5366
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
5367
|
+
};
|
|
5368
|
+
'v-slots'?: {
|
|
5369
|
+
activator?: false | ((arg: {
|
|
5370
|
+
isActive: boolean;
|
|
5371
|
+
props: Record<string, any>;
|
|
5372
|
+
}) => vue.VNodeChild) | undefined;
|
|
5373
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
5374
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
5375
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
|
5376
|
+
} | undefined;
|
|
5377
|
+
} & {
|
|
5378
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5379
|
+
isActive: boolean;
|
|
5380
|
+
props: Record<string, any>;
|
|
5381
|
+
}) => vue.VNodeChild) | undefined;
|
|
5382
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
5383
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
5384
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
|
5385
|
+
} & {
|
|
5386
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
5387
|
+
}, Omit<Omit<{
|
|
5388
|
+
$: vue.ComponentInternalInstance;
|
|
5389
|
+
$data: {};
|
|
5390
|
+
$props: Partial<{
|
|
5391
|
+
style: vue.StyleValue;
|
|
5392
|
+
disabled: boolean;
|
|
5393
|
+
absolute: boolean;
|
|
5394
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5395
|
+
component?: vue.Component | undefined;
|
|
5396
|
+
});
|
|
5397
|
+
zIndex: string | number;
|
|
5398
|
+
modelValue: boolean;
|
|
5399
|
+
origin: Anchor | "auto" | "overlap";
|
|
5400
|
+
eager: boolean;
|
|
5401
|
+
location: Anchor;
|
|
5402
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5403
|
+
updateLocation: (e: Event) => void;
|
|
5404
|
+
} | undefined) | "connected";
|
|
5405
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5406
|
+
activatorProps: Record<string, any>;
|
|
5407
|
+
openOnClick: boolean;
|
|
5408
|
+
openOnHover: boolean;
|
|
5409
|
+
openOnFocus: boolean;
|
|
5410
|
+
closeOnContentClick: boolean;
|
|
5411
|
+
closeOnBack: boolean;
|
|
5412
|
+
contained: boolean;
|
|
5413
|
+
noClickAnimation: boolean;
|
|
5414
|
+
persistent: boolean;
|
|
5415
|
+
scrim: string | boolean;
|
|
5416
|
+
_disableGlobalStack: boolean;
|
|
5417
|
+
}> & Omit<{
|
|
5418
|
+
style: vue.StyleValue;
|
|
5419
|
+
disabled: boolean;
|
|
5420
|
+
absolute: boolean;
|
|
5421
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5422
|
+
component?: vue.Component | undefined;
|
|
5423
|
+
});
|
|
5424
|
+
zIndex: string | number;
|
|
5425
|
+
modelValue: boolean;
|
|
5426
|
+
origin: Anchor | "auto" | "overlap";
|
|
5427
|
+
eager: boolean;
|
|
5428
|
+
location: Anchor;
|
|
5429
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5430
|
+
updateLocation: (e: Event) => void;
|
|
5431
|
+
} | undefined) | "connected";
|
|
5432
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5433
|
+
activatorProps: Record<string, any>;
|
|
5434
|
+
openOnHover: boolean;
|
|
5435
|
+
closeOnContentClick: boolean;
|
|
5436
|
+
closeOnBack: boolean;
|
|
5437
|
+
contained: boolean;
|
|
5438
|
+
noClickAnimation: boolean;
|
|
5439
|
+
persistent: boolean;
|
|
5440
|
+
scrim: string | boolean;
|
|
5441
|
+
_disableGlobalStack: boolean;
|
|
5442
|
+
class?: any;
|
|
5443
|
+
width?: string | number | undefined;
|
|
5444
|
+
height?: string | number | undefined;
|
|
5445
|
+
theme?: string | undefined;
|
|
5446
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5447
|
+
offset?: string | number | number[] | undefined;
|
|
5448
|
+
contentClass?: any;
|
|
5449
|
+
opacity?: string | number | undefined;
|
|
5450
|
+
maxHeight?: string | number | undefined;
|
|
5451
|
+
maxWidth?: string | number | undefined;
|
|
5452
|
+
minHeight?: string | number | undefined;
|
|
5453
|
+
minWidth?: string | number | undefined;
|
|
5454
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5455
|
+
closeDelay?: string | number | undefined;
|
|
5456
|
+
openDelay?: string | number | undefined;
|
|
5457
|
+
openOnClick?: boolean | undefined;
|
|
5458
|
+
openOnFocus?: boolean | undefined;
|
|
5459
|
+
contentProps?: any;
|
|
5460
|
+
attach?: string | boolean | Element | undefined;
|
|
5461
|
+
$children?: vue.VNodeChild | {
|
|
5462
|
+
default?: ((arg: {
|
|
5463
|
+
isActive: vue.Ref<boolean>;
|
|
5464
|
+
}) => vue.VNodeChild) | undefined;
|
|
5465
|
+
activator?: ((arg: {
|
|
5466
|
+
isActive: boolean;
|
|
5467
|
+
props: Record<string, any>;
|
|
5468
|
+
}) => vue.VNodeChild) | undefined;
|
|
5469
|
+
} | ((arg: {
|
|
5470
|
+
isActive: vue.Ref<boolean>;
|
|
5471
|
+
}) => vue.VNodeChild);
|
|
5472
|
+
'v-slots'?: {
|
|
5473
|
+
default?: false | ((arg: {
|
|
5474
|
+
isActive: vue.Ref<boolean>;
|
|
5475
|
+
}) => vue.VNodeChild) | undefined;
|
|
5476
|
+
activator?: false | ((arg: {
|
|
5477
|
+
isActive: boolean;
|
|
5478
|
+
props: Record<string, any>;
|
|
5479
|
+
}) => vue.VNodeChild) | undefined;
|
|
5480
|
+
} | undefined;
|
|
5481
|
+
"v-slot:default"?: false | ((arg: {
|
|
5482
|
+
isActive: vue.Ref<boolean>;
|
|
5483
|
+
}) => vue.VNodeChild) | undefined;
|
|
5484
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5485
|
+
isActive: boolean;
|
|
5486
|
+
props: Record<string, any>;
|
|
5487
|
+
}) => vue.VNodeChild) | undefined;
|
|
5488
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5489
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5490
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5491
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5492
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
5493
|
+
style: vue.StyleValue;
|
|
5494
|
+
disabled: boolean;
|
|
5495
|
+
absolute: boolean;
|
|
5496
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5497
|
+
component?: vue.Component | undefined;
|
|
5498
|
+
});
|
|
5499
|
+
zIndex: string | number;
|
|
5500
|
+
modelValue: boolean;
|
|
5501
|
+
origin: Anchor | "auto" | "overlap";
|
|
5502
|
+
eager: boolean;
|
|
5503
|
+
location: Anchor;
|
|
5504
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5505
|
+
updateLocation: (e: Event) => void;
|
|
5506
|
+
} | undefined) | "connected";
|
|
5507
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5508
|
+
activatorProps: Record<string, any>;
|
|
5509
|
+
openOnHover: boolean;
|
|
5510
|
+
closeOnContentClick: boolean;
|
|
5511
|
+
closeOnBack: boolean;
|
|
5512
|
+
contained: boolean;
|
|
5513
|
+
noClickAnimation: boolean;
|
|
5514
|
+
persistent: boolean;
|
|
5515
|
+
scrim: string | boolean;
|
|
5516
|
+
_disableGlobalStack: boolean;
|
|
5517
|
+
} & {
|
|
5518
|
+
class?: any;
|
|
5519
|
+
width?: string | number | undefined;
|
|
5520
|
+
height?: string | number | undefined;
|
|
5521
|
+
theme?: string | undefined;
|
|
5522
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5523
|
+
offset?: string | number | number[] | undefined;
|
|
5524
|
+
contentClass?: any;
|
|
5525
|
+
opacity?: string | number | undefined;
|
|
5526
|
+
maxHeight?: string | number | undefined;
|
|
5527
|
+
maxWidth?: string | number | undefined;
|
|
5528
|
+
minHeight?: string | number | undefined;
|
|
5529
|
+
minWidth?: string | number | undefined;
|
|
5530
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5531
|
+
closeDelay?: string | number | undefined;
|
|
5532
|
+
openDelay?: string | number | undefined;
|
|
5533
|
+
openOnClick?: boolean | undefined;
|
|
5534
|
+
openOnFocus?: boolean | undefined;
|
|
5535
|
+
contentProps?: any;
|
|
5536
|
+
attach?: string | boolean | Element | undefined;
|
|
5537
|
+
} & {
|
|
5538
|
+
$children?: vue.VNodeChild | {
|
|
5539
|
+
default?: ((arg: {
|
|
5540
|
+
isActive: vue.Ref<boolean>;
|
|
5541
|
+
}) => vue.VNodeChild) | undefined;
|
|
5542
|
+
activator?: ((arg: {
|
|
5543
|
+
isActive: boolean;
|
|
5544
|
+
props: Record<string, any>;
|
|
5545
|
+
}) => vue.VNodeChild) | undefined;
|
|
5546
|
+
} | ((arg: {
|
|
5547
|
+
isActive: vue.Ref<boolean>;
|
|
5548
|
+
}) => vue.VNodeChild);
|
|
5549
|
+
'v-slots'?: {
|
|
5550
|
+
default?: false | ((arg: {
|
|
5551
|
+
isActive: vue.Ref<boolean>;
|
|
5552
|
+
}) => vue.VNodeChild) | undefined;
|
|
5553
|
+
activator?: false | ((arg: {
|
|
5554
|
+
isActive: boolean;
|
|
5555
|
+
props: Record<string, any>;
|
|
5556
|
+
}) => vue.VNodeChild) | undefined;
|
|
5557
|
+
} | undefined;
|
|
5558
|
+
} & {
|
|
5559
|
+
"v-slot:default"?: false | ((arg: {
|
|
5560
|
+
isActive: vue.Ref<boolean>;
|
|
5561
|
+
}) => vue.VNodeChild) | undefined;
|
|
5562
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5563
|
+
isActive: boolean;
|
|
5564
|
+
props: Record<string, any>;
|
|
5565
|
+
}) => vue.VNodeChild) | undefined;
|
|
5566
|
+
} & {
|
|
5567
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5568
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5569
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5570
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5571
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
5572
|
+
$attrs: {
|
|
5573
|
+
[x: string]: unknown;
|
|
5574
|
+
};
|
|
5575
|
+
$refs: {
|
|
5576
|
+
[x: string]: unknown;
|
|
5577
|
+
};
|
|
5578
|
+
$slots: Readonly<{
|
|
5579
|
+
default?: ((arg: {
|
|
5580
|
+
isActive: vue.Ref<boolean>;
|
|
5581
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5582
|
+
[key: string]: any;
|
|
5583
|
+
}>[]) | undefined;
|
|
5584
|
+
activator?: ((arg: {
|
|
5585
|
+
isActive: boolean;
|
|
5586
|
+
props: Record<string, any>;
|
|
5587
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5588
|
+
[key: string]: any;
|
|
5589
|
+
}>[]) | undefined;
|
|
5590
|
+
}>;
|
|
5591
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5592
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
5593
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
5594
|
+
$el: any;
|
|
5595
|
+
$options: vue.ComponentOptionsBase<{
|
|
5596
|
+
style: vue.StyleValue;
|
|
5597
|
+
disabled: boolean;
|
|
5598
|
+
absolute: boolean;
|
|
5599
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5600
|
+
component?: vue.Component | undefined;
|
|
5601
|
+
});
|
|
5602
|
+
zIndex: string | number;
|
|
5603
|
+
modelValue: boolean;
|
|
5604
|
+
origin: Anchor | "auto" | "overlap";
|
|
5605
|
+
eager: boolean;
|
|
5606
|
+
location: Anchor;
|
|
5607
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5608
|
+
updateLocation: (e: Event) => void;
|
|
5609
|
+
} | undefined) | "connected";
|
|
5610
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5611
|
+
activatorProps: Record<string, any>;
|
|
5612
|
+
openOnHover: boolean;
|
|
5613
|
+
closeOnContentClick: boolean;
|
|
5614
|
+
closeOnBack: boolean;
|
|
5615
|
+
contained: boolean;
|
|
5616
|
+
noClickAnimation: boolean;
|
|
5617
|
+
persistent: boolean;
|
|
5618
|
+
scrim: string | boolean;
|
|
5619
|
+
_disableGlobalStack: boolean;
|
|
5620
|
+
} & {
|
|
5621
|
+
class?: any;
|
|
5622
|
+
width?: string | number | undefined;
|
|
5623
|
+
height?: string | number | undefined;
|
|
5624
|
+
theme?: string | undefined;
|
|
5625
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5626
|
+
offset?: string | number | number[] | undefined;
|
|
5627
|
+
contentClass?: any;
|
|
5628
|
+
opacity?: string | number | undefined;
|
|
5629
|
+
maxHeight?: string | number | undefined;
|
|
5630
|
+
maxWidth?: string | number | undefined;
|
|
5631
|
+
minHeight?: string | number | undefined;
|
|
5632
|
+
minWidth?: string | number | undefined;
|
|
5633
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5634
|
+
closeDelay?: string | number | undefined;
|
|
5635
|
+
openDelay?: string | number | undefined;
|
|
5636
|
+
openOnClick?: boolean | undefined;
|
|
5637
|
+
openOnFocus?: boolean | undefined;
|
|
5638
|
+
contentProps?: any;
|
|
5639
|
+
attach?: string | boolean | Element | undefined;
|
|
5640
|
+
} & {
|
|
5641
|
+
$children?: vue.VNodeChild | {
|
|
5642
|
+
default?: ((arg: {
|
|
5643
|
+
isActive: vue.Ref<boolean>;
|
|
5644
|
+
}) => vue.VNodeChild) | undefined;
|
|
5645
|
+
activator?: ((arg: {
|
|
5646
|
+
isActive: boolean;
|
|
5647
|
+
props: Record<string, any>;
|
|
5648
|
+
}) => vue.VNodeChild) | undefined;
|
|
5649
|
+
} | ((arg: {
|
|
5650
|
+
isActive: vue.Ref<boolean>;
|
|
5651
|
+
}) => vue.VNodeChild);
|
|
5652
|
+
'v-slots'?: {
|
|
5653
|
+
default?: false | ((arg: {
|
|
5654
|
+
isActive: vue.Ref<boolean>;
|
|
5655
|
+
}) => vue.VNodeChild) | undefined;
|
|
5656
|
+
activator?: false | ((arg: {
|
|
5657
|
+
isActive: boolean;
|
|
5658
|
+
props: Record<string, any>;
|
|
5659
|
+
}) => vue.VNodeChild) | undefined;
|
|
5660
|
+
} | undefined;
|
|
5661
|
+
} & {
|
|
5662
|
+
"v-slot:default"?: false | ((arg: {
|
|
5663
|
+
isActive: vue.Ref<boolean>;
|
|
5664
|
+
}) => vue.VNodeChild) | undefined;
|
|
5665
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5666
|
+
isActive: boolean;
|
|
5667
|
+
props: Record<string, any>;
|
|
5668
|
+
}) => vue.VNodeChild) | undefined;
|
|
5669
|
+
} & {
|
|
5670
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5671
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5672
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5673
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5674
|
+
}, {
|
|
5675
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
5676
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
5677
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
5678
|
+
animateClick: () => void;
|
|
5679
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
5680
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
5681
|
+
localTop: vue.ComputedRef<boolean>;
|
|
5682
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
5683
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5684
|
+
'click:outside': (e: MouseEvent) => true;
|
|
5685
|
+
'update:modelValue': (value: boolean) => true;
|
|
5686
|
+
afterEnter: () => true;
|
|
5687
|
+
afterLeave: () => true;
|
|
5688
|
+
}, string, {
|
|
5689
|
+
style: vue.StyleValue;
|
|
5690
|
+
disabled: boolean;
|
|
5691
|
+
absolute: boolean;
|
|
5692
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5693
|
+
component?: vue.Component | undefined;
|
|
5694
|
+
});
|
|
5695
|
+
zIndex: string | number;
|
|
5696
|
+
modelValue: boolean;
|
|
5697
|
+
origin: Anchor | "auto" | "overlap";
|
|
5698
|
+
eager: boolean;
|
|
5699
|
+
location: Anchor;
|
|
5700
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5701
|
+
updateLocation: (e: Event) => void;
|
|
5702
|
+
} | undefined) | "connected";
|
|
5703
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5704
|
+
activatorProps: Record<string, any>;
|
|
5705
|
+
openOnClick: boolean;
|
|
5706
|
+
openOnHover: boolean;
|
|
5707
|
+
openOnFocus: boolean;
|
|
5708
|
+
closeOnContentClick: boolean;
|
|
5709
|
+
closeOnBack: boolean;
|
|
5710
|
+
contained: boolean;
|
|
5711
|
+
noClickAnimation: boolean;
|
|
5712
|
+
persistent: boolean;
|
|
5713
|
+
scrim: string | boolean;
|
|
5714
|
+
_disableGlobalStack: boolean;
|
|
5715
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
5716
|
+
default: (arg: {
|
|
5717
|
+
isActive: vue.Ref<boolean>;
|
|
5718
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5719
|
+
[key: string]: any;
|
|
5720
|
+
}>[];
|
|
5721
|
+
activator: (arg: {
|
|
5722
|
+
isActive: boolean;
|
|
5723
|
+
props: Record<string, any>;
|
|
5724
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5725
|
+
[key: string]: any;
|
|
5726
|
+
}>[];
|
|
5727
|
+
}>>> & {
|
|
5728
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
5729
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
5730
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
5731
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
5732
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
5733
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
5734
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
5735
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
5736
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
5737
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
5738
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
5739
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
5740
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
5741
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
5742
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
5743
|
+
};
|
|
5744
|
+
$forceUpdate: () => void;
|
|
5745
|
+
$nextTick: typeof nextTick;
|
|
5746
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
5747
|
+
} & Omit<{
|
|
5748
|
+
style: vue.StyleValue;
|
|
5749
|
+
disabled: boolean;
|
|
5750
|
+
absolute: boolean;
|
|
5751
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
5752
|
+
component?: vue.Component | undefined;
|
|
5753
|
+
});
|
|
5754
|
+
zIndex: string | number;
|
|
5755
|
+
modelValue: boolean;
|
|
5756
|
+
origin: Anchor | "auto" | "overlap";
|
|
5757
|
+
eager: boolean;
|
|
5758
|
+
location: Anchor;
|
|
5759
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5760
|
+
updateLocation: (e: Event) => void;
|
|
5761
|
+
} | undefined) | "connected";
|
|
5762
|
+
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
5763
|
+
activatorProps: Record<string, any>;
|
|
5764
|
+
openOnHover: boolean;
|
|
5765
|
+
closeOnContentClick: boolean;
|
|
5766
|
+
closeOnBack: boolean;
|
|
5767
|
+
contained: boolean;
|
|
5768
|
+
noClickAnimation: boolean;
|
|
5769
|
+
persistent: boolean;
|
|
5770
|
+
scrim: string | boolean;
|
|
5771
|
+
_disableGlobalStack: boolean;
|
|
5772
|
+
} & {
|
|
5773
|
+
class?: any;
|
|
5774
|
+
width?: string | number | undefined;
|
|
5775
|
+
height?: string | number | undefined;
|
|
5776
|
+
theme?: string | undefined;
|
|
5777
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
5778
|
+
offset?: string | number | number[] | undefined;
|
|
5779
|
+
contentClass?: any;
|
|
5780
|
+
opacity?: string | number | undefined;
|
|
5781
|
+
maxHeight?: string | number | undefined;
|
|
5782
|
+
maxWidth?: string | number | undefined;
|
|
5783
|
+
minHeight?: string | number | undefined;
|
|
5784
|
+
minWidth?: string | number | undefined;
|
|
5785
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
5786
|
+
closeDelay?: string | number | undefined;
|
|
5787
|
+
openDelay?: string | number | undefined;
|
|
5788
|
+
openOnClick?: boolean | undefined;
|
|
5789
|
+
openOnFocus?: boolean | undefined;
|
|
5790
|
+
contentProps?: any;
|
|
5791
|
+
attach?: string | boolean | Element | undefined;
|
|
5792
|
+
} & {
|
|
5793
|
+
$children?: vue.VNodeChild | {
|
|
5794
|
+
default?: ((arg: {
|
|
5795
|
+
isActive: vue.Ref<boolean>;
|
|
5796
|
+
}) => vue.VNodeChild) | undefined;
|
|
5797
|
+
activator?: ((arg: {
|
|
5798
|
+
isActive: boolean;
|
|
5799
|
+
props: Record<string, any>;
|
|
5800
|
+
}) => vue.VNodeChild) | undefined;
|
|
5801
|
+
} | ((arg: {
|
|
5802
|
+
isActive: vue.Ref<boolean>;
|
|
5803
|
+
}) => vue.VNodeChild);
|
|
5804
|
+
'v-slots'?: {
|
|
5805
|
+
default?: false | ((arg: {
|
|
5806
|
+
isActive: vue.Ref<boolean>;
|
|
5807
|
+
}) => vue.VNodeChild) | undefined;
|
|
5808
|
+
activator?: false | ((arg: {
|
|
5809
|
+
isActive: boolean;
|
|
5810
|
+
props: Record<string, any>;
|
|
5811
|
+
}) => vue.VNodeChild) | undefined;
|
|
5812
|
+
} | undefined;
|
|
5813
|
+
} & {
|
|
5814
|
+
"v-slot:default"?: false | ((arg: {
|
|
5815
|
+
isActive: vue.Ref<boolean>;
|
|
5816
|
+
}) => vue.VNodeChild) | undefined;
|
|
5817
|
+
"v-slot:activator"?: false | ((arg: {
|
|
5818
|
+
isActive: boolean;
|
|
5819
|
+
props: Record<string, any>;
|
|
5820
|
+
}) => vue.VNodeChild) | undefined;
|
|
5821
|
+
} & {
|
|
5822
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5823
|
+
onAfterEnter?: (() => any) | undefined;
|
|
5824
|
+
onAfterLeave?: (() => any) | undefined;
|
|
5825
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
5826
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
5827
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
5828
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
5829
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
5830
|
+
animateClick: () => void;
|
|
5831
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
5832
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
5833
|
+
localTop: vue.ComputedRef<boolean>;
|
|
5834
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
5835
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5836
|
+
'update:modelValue': (v: boolean) => boolean;
|
|
5837
|
+
}, string, {
|
|
5838
|
+
style: vue.StyleValue;
|
|
5839
|
+
disabled: boolean;
|
|
5840
|
+
absolute: boolean;
|
|
5841
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5842
|
+
component?: vue.Component | undefined;
|
|
5843
|
+
})>;
|
|
5844
|
+
zIndex: string | number;
|
|
5845
|
+
modelValue: boolean;
|
|
5846
|
+
rounded: string | number | boolean;
|
|
5847
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
5848
|
+
origin: Anchor | "auto" | "overlap";
|
|
5849
|
+
vertical: boolean;
|
|
5850
|
+
tile: boolean;
|
|
5851
|
+
eager: boolean;
|
|
5852
|
+
location: Anchor;
|
|
5853
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5854
|
+
updateLocation: (e: Event) => void;
|
|
5855
|
+
} | undefined) | "connected";
|
|
5856
|
+
activatorProps: Record<string, any>;
|
|
5857
|
+
openOnClick: boolean;
|
|
5858
|
+
openOnHover: boolean;
|
|
5859
|
+
openOnFocus: boolean;
|
|
5860
|
+
closeOnContentClick: boolean;
|
|
5861
|
+
closeOnBack: boolean;
|
|
5862
|
+
contained: boolean;
|
|
5863
|
+
multiLine: boolean;
|
|
5864
|
+
timeout: string | number;
|
|
5865
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
5866
|
+
activator: (arg: {
|
|
5867
|
+
isActive: boolean;
|
|
5868
|
+
props: Record<string, any>;
|
|
5869
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5870
|
+
[key: string]: any;
|
|
5871
|
+
}>[];
|
|
5872
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5873
|
+
[key: string]: any;
|
|
5874
|
+
}>[];
|
|
5875
|
+
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5876
|
+
[key: string]: any;
|
|
5877
|
+
}>[];
|
|
5878
|
+
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5879
|
+
[key: string]: any;
|
|
5880
|
+
}>[];
|
|
5881
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
5882
|
+
class: vue.PropType<any>;
|
|
5883
|
+
style: {
|
|
5884
|
+
type: vue.PropType<vue.StyleValue>;
|
|
5885
|
+
default: null;
|
|
5886
|
+
};
|
|
5887
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5888
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5889
|
+
theme: StringConstructor;
|
|
5890
|
+
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
5891
|
+
disabled: BooleanConstructor;
|
|
5892
|
+
offset: vue.PropType<string | number | number[] | undefined>;
|
|
5893
|
+
absolute: BooleanConstructor;
|
|
5894
|
+
transition: Omit<{
|
|
5895
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
5896
|
+
component?: vue.Component | undefined;
|
|
5897
|
+
})>;
|
|
5898
|
+
default: string;
|
|
5899
|
+
validator: (val: unknown) => boolean;
|
|
5900
|
+
}, "default" | "type"> & {
|
|
5901
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5902
|
+
component?: vue.Component | undefined;
|
|
5903
|
+
})>>;
|
|
5904
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
5905
|
+
component?: vue.Component | undefined;
|
|
5906
|
+
})>;
|
|
5907
|
+
};
|
|
5908
|
+
zIndex: {
|
|
5909
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5910
|
+
default: number;
|
|
5911
|
+
};
|
|
5912
|
+
modelValue: BooleanConstructor;
|
|
5913
|
+
contentClass: null;
|
|
5914
|
+
origin: {
|
|
5915
|
+
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
5916
|
+
default: string;
|
|
5917
|
+
};
|
|
5918
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
5919
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
5920
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
5921
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
5922
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
5923
|
+
eager: BooleanConstructor;
|
|
5924
|
+
location: {
|
|
5925
|
+
type: vue.PropType<Anchor>;
|
|
5926
|
+
default: string;
|
|
5927
|
+
};
|
|
5928
|
+
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
5929
|
+
locationStrategy: {
|
|
5930
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5931
|
+
updateLocation: (e: Event) => void;
|
|
5932
|
+
} | undefined) | "connected">;
|
|
5933
|
+
default: string;
|
|
5934
|
+
validator: (val: any) => boolean;
|
|
5935
|
+
};
|
|
5936
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
5937
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
5938
|
+
activatorProps: {
|
|
5939
|
+
type: vue.PropType<Record<string, any>>;
|
|
5940
|
+
default: () => {};
|
|
5941
|
+
};
|
|
5942
|
+
openOnClick: {
|
|
5943
|
+
type: BooleanConstructor;
|
|
5944
|
+
default: undefined;
|
|
5945
|
+
};
|
|
5946
|
+
openOnHover: BooleanConstructor;
|
|
5947
|
+
openOnFocus: {
|
|
5948
|
+
type: BooleanConstructor;
|
|
5949
|
+
default: undefined;
|
|
5950
|
+
};
|
|
5951
|
+
closeOnContentClick: BooleanConstructor;
|
|
5952
|
+
closeOnBack: {
|
|
5953
|
+
type: BooleanConstructor;
|
|
5954
|
+
default: boolean;
|
|
5955
|
+
};
|
|
5956
|
+
contained: BooleanConstructor;
|
|
5957
|
+
contentProps: null;
|
|
5958
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
5959
|
+
color: StringConstructor;
|
|
5960
|
+
variant: {
|
|
5961
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
5962
|
+
default: string;
|
|
5963
|
+
validator: (v: any) => boolean;
|
|
5964
|
+
};
|
|
5965
|
+
rounded: {
|
|
5966
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
5967
|
+
default: undefined;
|
|
5968
|
+
};
|
|
5969
|
+
tile: BooleanConstructor;
|
|
5970
|
+
position: {
|
|
5971
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
5972
|
+
validator: (v: any) => boolean;
|
|
5973
|
+
};
|
|
5974
|
+
multiLine: BooleanConstructor;
|
|
5975
|
+
text: StringConstructor;
|
|
5976
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
|
5977
|
+
timeout: {
|
|
5978
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
5979
|
+
default: number;
|
|
5980
|
+
};
|
|
5981
|
+
vertical: BooleanConstructor;
|
|
5982
|
+
}, vue.ExtractPropTypes<{
|
|
5983
|
+
class: vue.PropType<any>;
|
|
5984
|
+
style: {
|
|
5985
|
+
type: vue.PropType<vue.StyleValue>;
|
|
5986
|
+
default: null;
|
|
5987
|
+
};
|
|
5988
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
5989
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
5990
|
+
theme: StringConstructor;
|
|
5991
|
+
target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
5992
|
+
disabled: BooleanConstructor;
|
|
5993
|
+
offset: vue.PropType<string | number | number[] | undefined>;
|
|
5994
|
+
absolute: BooleanConstructor;
|
|
5995
|
+
transition: Omit<{
|
|
5996
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
5997
|
+
component?: vue.Component | undefined;
|
|
5998
|
+
})>;
|
|
5999
|
+
default: string;
|
|
6000
|
+
validator: (val: unknown) => boolean;
|
|
6001
|
+
}, "default" | "type"> & {
|
|
6002
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6003
|
+
component?: vue.Component | undefined;
|
|
6004
|
+
})>>;
|
|
6005
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6006
|
+
component?: vue.Component | undefined;
|
|
6007
|
+
})>;
|
|
6008
|
+
};
|
|
6009
|
+
zIndex: {
|
|
6010
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6011
|
+
default: number;
|
|
6012
|
+
};
|
|
6013
|
+
modelValue: BooleanConstructor;
|
|
6014
|
+
contentClass: null;
|
|
6015
|
+
origin: {
|
|
6016
|
+
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
6017
|
+
default: string;
|
|
6018
|
+
};
|
|
6019
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
6020
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6021
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
6022
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
6023
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
6024
|
+
eager: BooleanConstructor;
|
|
6025
|
+
location: {
|
|
6026
|
+
type: vue.PropType<Anchor>;
|
|
6027
|
+
default: string;
|
|
6028
|
+
};
|
|
6029
|
+
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
6030
|
+
locationStrategy: {
|
|
6031
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6032
|
+
updateLocation: (e: Event) => void;
|
|
6033
|
+
} | undefined) | "connected">;
|
|
6034
|
+
default: string;
|
|
6035
|
+
validator: (val: any) => boolean;
|
|
6036
|
+
};
|
|
6037
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
6038
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
6039
|
+
activatorProps: {
|
|
6040
|
+
type: vue.PropType<Record<string, any>>;
|
|
6041
|
+
default: () => {};
|
|
6042
|
+
};
|
|
6043
|
+
openOnClick: {
|
|
6044
|
+
type: BooleanConstructor;
|
|
6045
|
+
default: undefined;
|
|
6046
|
+
};
|
|
6047
|
+
openOnHover: BooleanConstructor;
|
|
6048
|
+
openOnFocus: {
|
|
6049
|
+
type: BooleanConstructor;
|
|
6050
|
+
default: undefined;
|
|
6051
|
+
};
|
|
6052
|
+
closeOnContentClick: BooleanConstructor;
|
|
6053
|
+
closeOnBack: {
|
|
6054
|
+
type: BooleanConstructor;
|
|
6055
|
+
default: boolean;
|
|
6056
|
+
};
|
|
6057
|
+
contained: BooleanConstructor;
|
|
6058
|
+
contentProps: null;
|
|
6059
|
+
attach: vue.PropType<string | boolean | Element>;
|
|
6060
|
+
color: StringConstructor;
|
|
6061
|
+
variant: {
|
|
6062
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6063
|
+
default: string;
|
|
6064
|
+
validator: (v: any) => boolean;
|
|
6065
|
+
};
|
|
6066
|
+
rounded: {
|
|
6067
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
6068
|
+
default: undefined;
|
|
6069
|
+
};
|
|
6070
|
+
tile: BooleanConstructor;
|
|
6071
|
+
position: {
|
|
6072
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
6073
|
+
validator: (v: any) => boolean;
|
|
6074
|
+
};
|
|
6075
|
+
multiLine: BooleanConstructor;
|
|
6076
|
+
text: StringConstructor;
|
|
6077
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
|
6078
|
+
timeout: {
|
|
6079
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6080
|
+
default: number;
|
|
6081
|
+
};
|
|
6082
|
+
vertical: BooleanConstructor;
|
|
6083
|
+
}>>;
|
|
6084
|
+
type VSnackbar = InstanceType<typeof VSnackbar>;
|
|
6085
|
+
|
|
6086
|
+
type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {
|
|
6087
|
+
default: {
|
|
6088
|
+
item: T;
|
|
6089
|
+
};
|
|
6090
|
+
text: {
|
|
6091
|
+
item: T;
|
|
6092
|
+
};
|
|
6093
|
+
actions: {
|
|
6094
|
+
item: T;
|
|
6095
|
+
props: {
|
|
6096
|
+
onClick: () => void;
|
|
6097
|
+
};
|
|
6098
|
+
};
|
|
6099
|
+
};
|
|
6100
|
+
type SnackbarMessage = Omit<VSnackbar['$props'], '$children' | 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover'>;
|
|
6101
|
+
declare const VSnackbarQueue: {
|
|
6102
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
6103
|
+
style: vue.StyleValue;
|
|
6104
|
+
disabled: boolean;
|
|
6105
|
+
absolute: boolean;
|
|
6106
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6107
|
+
component?: vue.Component | undefined;
|
|
6108
|
+
})>;
|
|
6109
|
+
zIndex: string | number;
|
|
6110
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6111
|
+
origin: Anchor | "auto" | "overlap";
|
|
6112
|
+
vertical: boolean;
|
|
6113
|
+
tile: boolean;
|
|
6114
|
+
eager: boolean;
|
|
6115
|
+
location: Anchor;
|
|
6116
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6117
|
+
updateLocation: (e: Event) => void;
|
|
6118
|
+
} | undefined) | "connected";
|
|
6119
|
+
activatorProps: Record<string, any>;
|
|
6120
|
+
openOnHover: boolean;
|
|
6121
|
+
closeOnContentClick: boolean;
|
|
6122
|
+
closeOnBack: boolean;
|
|
6123
|
+
contained: boolean;
|
|
6124
|
+
closeText: string;
|
|
6125
|
+
multiLine: boolean;
|
|
6126
|
+
timeout: string | number;
|
|
6127
|
+
} & {
|
|
6128
|
+
class?: any;
|
|
6129
|
+
text?: string | undefined;
|
|
6130
|
+
width?: string | number | undefined;
|
|
6131
|
+
height?: string | number | undefined;
|
|
6132
|
+
theme?: string | undefined;
|
|
6133
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
6134
|
+
color?: string | undefined;
|
|
6135
|
+
offset?: string | number | number[] | undefined;
|
|
6136
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
6137
|
+
rounded?: string | number | boolean | undefined;
|
|
6138
|
+
contentClass?: any;
|
|
6139
|
+
opacity?: string | number | undefined;
|
|
6140
|
+
maxHeight?: string | number | undefined;
|
|
6141
|
+
maxWidth?: string | number | undefined;
|
|
6142
|
+
minHeight?: string | number | undefined;
|
|
6143
|
+
minWidth?: string | number | undefined;
|
|
6144
|
+
closable?: string | boolean | undefined;
|
|
6145
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
6146
|
+
closeDelay?: string | number | undefined;
|
|
6147
|
+
openDelay?: string | number | undefined;
|
|
6148
|
+
openOnClick?: boolean | undefined;
|
|
6149
|
+
openOnFocus?: boolean | undefined;
|
|
6150
|
+
contentProps?: any;
|
|
6151
|
+
attach?: string | boolean | Element | undefined;
|
|
6152
|
+
timer?: string | boolean | undefined;
|
|
6153
|
+
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
6154
|
+
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
|
6155
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
6156
|
+
style: vue.StyleValue;
|
|
6157
|
+
disabled: boolean;
|
|
6158
|
+
absolute: boolean;
|
|
6159
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6160
|
+
component?: vue.Component | undefined;
|
|
6161
|
+
})>;
|
|
6162
|
+
zIndex: string | number;
|
|
6163
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6164
|
+
origin: Anchor | "auto" | "overlap";
|
|
6165
|
+
vertical: boolean;
|
|
6166
|
+
tile: boolean;
|
|
6167
|
+
eager: boolean;
|
|
6168
|
+
location: Anchor;
|
|
6169
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6170
|
+
updateLocation: (e: Event) => void;
|
|
6171
|
+
} | undefined) | "connected";
|
|
6172
|
+
activatorProps: Record<string, any>;
|
|
6173
|
+
openOnHover: boolean;
|
|
6174
|
+
closeOnContentClick: boolean;
|
|
6175
|
+
closeOnBack: boolean;
|
|
6176
|
+
contained: boolean;
|
|
6177
|
+
closeText: string;
|
|
6178
|
+
multiLine: boolean;
|
|
6179
|
+
timeout: string | number;
|
|
6180
|
+
} & {
|
|
6181
|
+
class?: any;
|
|
6182
|
+
text?: string | undefined;
|
|
6183
|
+
width?: string | number | undefined;
|
|
6184
|
+
height?: string | number | undefined;
|
|
6185
|
+
theme?: string | undefined;
|
|
6186
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
6187
|
+
color?: string | undefined;
|
|
6188
|
+
offset?: string | number | number[] | undefined;
|
|
6189
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
6190
|
+
rounded?: string | number | boolean | undefined;
|
|
6191
|
+
contentClass?: any;
|
|
6192
|
+
opacity?: string | number | undefined;
|
|
6193
|
+
maxHeight?: string | number | undefined;
|
|
6194
|
+
maxWidth?: string | number | undefined;
|
|
6195
|
+
minHeight?: string | number | undefined;
|
|
6196
|
+
minWidth?: string | number | undefined;
|
|
6197
|
+
closable?: string | boolean | undefined;
|
|
6198
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
6199
|
+
closeDelay?: string | number | undefined;
|
|
6200
|
+
openDelay?: string | number | undefined;
|
|
6201
|
+
openOnClick?: boolean | undefined;
|
|
6202
|
+
openOnFocus?: boolean | undefined;
|
|
6203
|
+
contentProps?: any;
|
|
6204
|
+
attach?: string | boolean | Element | undefined;
|
|
6205
|
+
timer?: string | boolean | undefined;
|
|
6206
|
+
} & {}, {
|
|
6207
|
+
style: vue.StyleValue;
|
|
6208
|
+
disabled: boolean;
|
|
6209
|
+
absolute: boolean;
|
|
6210
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6211
|
+
component?: vue.Component | undefined;
|
|
6212
|
+
})>;
|
|
6213
|
+
zIndex: string | number;
|
|
6214
|
+
rounded: string | number | boolean;
|
|
6215
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6216
|
+
origin: Anchor | "auto" | "overlap";
|
|
6217
|
+
vertical: boolean;
|
|
6218
|
+
tile: boolean;
|
|
6219
|
+
eager: boolean;
|
|
6220
|
+
location: Anchor;
|
|
6221
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6222
|
+
updateLocation: (e: Event) => void;
|
|
6223
|
+
} | undefined) | "connected";
|
|
6224
|
+
activatorProps: Record<string, any>;
|
|
6225
|
+
openOnClick: boolean;
|
|
6226
|
+
openOnHover: boolean;
|
|
6227
|
+
openOnFocus: boolean;
|
|
6228
|
+
closeOnContentClick: boolean;
|
|
6229
|
+
closeOnBack: boolean;
|
|
6230
|
+
contained: boolean;
|
|
6231
|
+
closeText: string;
|
|
6232
|
+
multiLine: boolean;
|
|
6233
|
+
timeout: string | number;
|
|
6234
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
6235
|
+
default: (arg: {
|
|
6236
|
+
item: string | SnackbarMessage;
|
|
6237
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6238
|
+
[key: string]: any;
|
|
6239
|
+
}>[];
|
|
6240
|
+
text: (arg: {
|
|
6241
|
+
item: string | SnackbarMessage;
|
|
6242
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6243
|
+
[key: string]: any;
|
|
6244
|
+
}>[];
|
|
6245
|
+
actions: (arg: {
|
|
6246
|
+
item: string | SnackbarMessage;
|
|
6247
|
+
props: {
|
|
6248
|
+
onClick: () => void;
|
|
6249
|
+
};
|
|
6250
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6251
|
+
[key: string]: any;
|
|
6252
|
+
}>[];
|
|
6253
|
+
}>>, {
|
|
6254
|
+
P: {};
|
|
6255
|
+
B: {};
|
|
6256
|
+
D: {};
|
|
6257
|
+
C: {};
|
|
6258
|
+
M: {};
|
|
6259
|
+
Defaults: {};
|
|
6260
|
+
}, {
|
|
6261
|
+
style: vue.StyleValue;
|
|
6262
|
+
disabled: boolean;
|
|
6263
|
+
absolute: boolean;
|
|
6264
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6265
|
+
component?: vue.Component | undefined;
|
|
6266
|
+
})>;
|
|
6267
|
+
zIndex: string | number;
|
|
6268
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6269
|
+
origin: Anchor | "auto" | "overlap";
|
|
6270
|
+
vertical: boolean;
|
|
6271
|
+
tile: boolean;
|
|
6272
|
+
eager: boolean;
|
|
6273
|
+
location: Anchor;
|
|
6274
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6275
|
+
updateLocation: (e: Event) => void;
|
|
6276
|
+
} | undefined) | "connected";
|
|
6277
|
+
activatorProps: Record<string, any>;
|
|
6278
|
+
openOnHover: boolean;
|
|
6279
|
+
closeOnContentClick: boolean;
|
|
6280
|
+
closeOnBack: boolean;
|
|
6281
|
+
contained: boolean;
|
|
6282
|
+
closeText: string;
|
|
6283
|
+
multiLine: boolean;
|
|
6284
|
+
timeout: string | number;
|
|
6285
|
+
} & {
|
|
6286
|
+
class?: any;
|
|
6287
|
+
text?: string | undefined;
|
|
6288
|
+
width?: string | number | undefined;
|
|
6289
|
+
height?: string | number | undefined;
|
|
6290
|
+
theme?: string | undefined;
|
|
6291
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
6292
|
+
color?: string | undefined;
|
|
6293
|
+
offset?: string | number | number[] | undefined;
|
|
6294
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
6295
|
+
rounded?: string | number | boolean | undefined;
|
|
6296
|
+
contentClass?: any;
|
|
6297
|
+
opacity?: string | number | undefined;
|
|
6298
|
+
maxHeight?: string | number | undefined;
|
|
6299
|
+
maxWidth?: string | number | undefined;
|
|
6300
|
+
minHeight?: string | number | undefined;
|
|
6301
|
+
minWidth?: string | number | undefined;
|
|
6302
|
+
closable?: string | boolean | undefined;
|
|
6303
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
6304
|
+
closeDelay?: string | number | undefined;
|
|
6305
|
+
openDelay?: string | number | undefined;
|
|
6306
|
+
openOnClick?: boolean | undefined;
|
|
6307
|
+
openOnFocus?: boolean | undefined;
|
|
6308
|
+
contentProps?: any;
|
|
6309
|
+
attach?: string | boolean | Element | undefined;
|
|
6310
|
+
timer?: string | boolean | undefined;
|
|
6311
|
+
} & {}, {}, {}, {}, {}, {
|
|
6312
|
+
style: vue.StyleValue;
|
|
6313
|
+
disabled: boolean;
|
|
6314
|
+
absolute: boolean;
|
|
6315
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6316
|
+
component?: vue.Component | undefined;
|
|
6317
|
+
})>;
|
|
6318
|
+
zIndex: string | number;
|
|
6319
|
+
rounded: string | number | boolean;
|
|
6320
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6321
|
+
origin: Anchor | "auto" | "overlap";
|
|
6322
|
+
vertical: boolean;
|
|
6323
|
+
tile: boolean;
|
|
6324
|
+
eager: boolean;
|
|
6325
|
+
location: Anchor;
|
|
6326
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6327
|
+
updateLocation: (e: Event) => void;
|
|
6328
|
+
} | undefined) | "connected";
|
|
6329
|
+
activatorProps: Record<string, any>;
|
|
6330
|
+
openOnClick: boolean;
|
|
6331
|
+
openOnHover: boolean;
|
|
6332
|
+
openOnFocus: boolean;
|
|
6333
|
+
closeOnContentClick: boolean;
|
|
6334
|
+
closeOnBack: boolean;
|
|
6335
|
+
contained: boolean;
|
|
6336
|
+
closeText: string;
|
|
6337
|
+
multiLine: boolean;
|
|
6338
|
+
timeout: string | number;
|
|
6339
|
+
}>;
|
|
6340
|
+
__isFragment?: undefined;
|
|
6341
|
+
__isTeleport?: undefined;
|
|
6342
|
+
__isSuspense?: undefined;
|
|
6343
|
+
} & vue.ComponentOptionsBase<{
|
|
6344
|
+
style: vue.StyleValue;
|
|
6345
|
+
disabled: boolean;
|
|
6346
|
+
absolute: boolean;
|
|
6347
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6348
|
+
component?: vue.Component | undefined;
|
|
6349
|
+
})>;
|
|
6350
|
+
zIndex: string | number;
|
|
6351
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6352
|
+
origin: Anchor | "auto" | "overlap";
|
|
6353
|
+
vertical: boolean;
|
|
6354
|
+
tile: boolean;
|
|
6355
|
+
eager: boolean;
|
|
6356
|
+
location: Anchor;
|
|
6357
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6358
|
+
updateLocation: (e: Event) => void;
|
|
6359
|
+
} | undefined) | "connected";
|
|
6360
|
+
activatorProps: Record<string, any>;
|
|
6361
|
+
openOnHover: boolean;
|
|
6362
|
+
closeOnContentClick: boolean;
|
|
6363
|
+
closeOnBack: boolean;
|
|
6364
|
+
contained: boolean;
|
|
6365
|
+
closeText: string;
|
|
6366
|
+
multiLine: boolean;
|
|
6367
|
+
timeout: string | number;
|
|
6368
|
+
} & {
|
|
6369
|
+
class?: any;
|
|
6370
|
+
text?: string | undefined;
|
|
6371
|
+
width?: string | number | undefined;
|
|
6372
|
+
height?: string | number | undefined;
|
|
6373
|
+
theme?: string | undefined;
|
|
6374
|
+
target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
6375
|
+
color?: string | undefined;
|
|
6376
|
+
offset?: string | number | number[] | undefined;
|
|
6377
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
6378
|
+
rounded?: string | number | boolean | undefined;
|
|
6379
|
+
contentClass?: any;
|
|
6380
|
+
opacity?: string | number | undefined;
|
|
6381
|
+
maxHeight?: string | number | undefined;
|
|
6382
|
+
maxWidth?: string | number | undefined;
|
|
6383
|
+
minHeight?: string | number | undefined;
|
|
6384
|
+
minWidth?: string | number | undefined;
|
|
6385
|
+
closable?: string | boolean | undefined;
|
|
6386
|
+
activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
|
|
6387
|
+
closeDelay?: string | number | undefined;
|
|
6388
|
+
openDelay?: string | number | undefined;
|
|
6389
|
+
openOnClick?: boolean | undefined;
|
|
6390
|
+
openOnFocus?: boolean | undefined;
|
|
6391
|
+
contentProps?: any;
|
|
6392
|
+
attach?: string | boolean | Element | undefined;
|
|
6393
|
+
timer?: string | boolean | undefined;
|
|
6394
|
+
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
6395
|
+
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
|
6396
|
+
}, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
|
|
6397
|
+
style: vue.StyleValue;
|
|
6398
|
+
disabled: boolean;
|
|
6399
|
+
absolute: boolean;
|
|
6400
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6401
|
+
component?: vue.Component | undefined;
|
|
6402
|
+
})>;
|
|
6403
|
+
zIndex: string | number;
|
|
6404
|
+
rounded: string | number | boolean;
|
|
6405
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
6406
|
+
origin: Anchor | "auto" | "overlap";
|
|
6407
|
+
vertical: boolean;
|
|
6408
|
+
tile: boolean;
|
|
6409
|
+
eager: boolean;
|
|
6410
|
+
location: Anchor;
|
|
6411
|
+
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6412
|
+
updateLocation: (e: Event) => void;
|
|
6413
|
+
} | undefined) | "connected";
|
|
6414
|
+
activatorProps: Record<string, any>;
|
|
6415
|
+
openOnClick: boolean;
|
|
6416
|
+
openOnHover: boolean;
|
|
6417
|
+
openOnFocus: boolean;
|
|
6418
|
+
closeOnContentClick: boolean;
|
|
6419
|
+
closeOnBack: boolean;
|
|
6420
|
+
contained: boolean;
|
|
6421
|
+
closeText: string;
|
|
6422
|
+
multiLine: boolean;
|
|
6423
|
+
timeout: string | number;
|
|
6424
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
6425
|
+
default: (arg: {
|
|
6426
|
+
item: string | SnackbarMessage;
|
|
6427
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6428
|
+
[key: string]: any;
|
|
6429
|
+
}>[];
|
|
6430
|
+
text: (arg: {
|
|
6431
|
+
item: string | SnackbarMessage;
|
|
6432
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6433
|
+
[key: string]: any;
|
|
6434
|
+
}>[];
|
|
6435
|
+
actions: (arg: {
|
|
6436
|
+
item: string | SnackbarMessage;
|
|
6437
|
+
props: {
|
|
6438
|
+
onClick: () => void;
|
|
6439
|
+
};
|
|
6440
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
6441
|
+
[key: string]: any;
|
|
6442
|
+
}>[];
|
|
6443
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
|
|
6444
|
+
modelValue?: T | undefined;
|
|
6445
|
+
'onUpdate:modelValue'?: ((val: T) => void) | undefined;
|
|
6446
|
+
}, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<{
|
|
6447
|
+
modelValue?: T | undefined;
|
|
6448
|
+
'onUpdate:modelValue'?: ((val: T) => void) | undefined;
|
|
6449
|
+
}, VSnackbarQueueSlots<T[number]>>) & FilterPropsOptions<{
|
|
6450
|
+
class: PropType<any>;
|
|
6451
|
+
style: {
|
|
6452
|
+
type: PropType<vue.StyleValue>;
|
|
6453
|
+
default: null;
|
|
6454
|
+
};
|
|
6455
|
+
text: StringConstructor;
|
|
6456
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
6457
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
6458
|
+
theme: StringConstructor;
|
|
6459
|
+
target: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
6460
|
+
color: StringConstructor;
|
|
6461
|
+
disabled: BooleanConstructor;
|
|
6462
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
6463
|
+
absolute: BooleanConstructor;
|
|
6464
|
+
transition: Omit<{
|
|
6465
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
6466
|
+
component?: vue.Component | undefined;
|
|
6467
|
+
})>;
|
|
6468
|
+
default: string;
|
|
6469
|
+
validator: (val: unknown) => boolean;
|
|
6470
|
+
}, "default" | "type"> & {
|
|
6471
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6472
|
+
component?: vue.Component | undefined;
|
|
6473
|
+
})>>;
|
|
6474
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6475
|
+
component?: vue.Component | undefined;
|
|
6476
|
+
})>;
|
|
6477
|
+
};
|
|
6478
|
+
position: {
|
|
6479
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
6480
|
+
validator: (v: any) => boolean;
|
|
6481
|
+
};
|
|
6482
|
+
zIndex: {
|
|
6483
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6484
|
+
default: number;
|
|
6485
|
+
};
|
|
6486
|
+
rounded: {
|
|
6487
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
6488
|
+
default: undefined;
|
|
6489
|
+
};
|
|
6490
|
+
variant: {
|
|
6491
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6492
|
+
default: string;
|
|
6493
|
+
validator: (v: any) => boolean;
|
|
6494
|
+
};
|
|
6495
|
+
contentClass: null;
|
|
6496
|
+
origin: {
|
|
6497
|
+
type: PropType<Anchor | "auto" | "overlap">;
|
|
6498
|
+
default: string;
|
|
6499
|
+
};
|
|
6500
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
6501
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6502
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
6503
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
6504
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
6505
|
+
vertical: BooleanConstructor;
|
|
6506
|
+
tile: BooleanConstructor;
|
|
6507
|
+
eager: BooleanConstructor;
|
|
6508
|
+
location: {
|
|
6509
|
+
type: PropType<Anchor>;
|
|
6510
|
+
default: string;
|
|
6511
|
+
};
|
|
6512
|
+
activator: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
6513
|
+
locationStrategy: {
|
|
6514
|
+
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6515
|
+
updateLocation: (e: Event) => void;
|
|
6516
|
+
} | undefined) | "connected">;
|
|
6517
|
+
default: string;
|
|
6518
|
+
validator: (val: any) => boolean;
|
|
6519
|
+
};
|
|
6520
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
6521
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
6522
|
+
activatorProps: {
|
|
6523
|
+
type: PropType<Record<string, any>>;
|
|
6524
|
+
default: () => {};
|
|
6525
|
+
};
|
|
6526
|
+
openOnClick: {
|
|
6527
|
+
type: BooleanConstructor;
|
|
6528
|
+
default: undefined;
|
|
6529
|
+
};
|
|
6530
|
+
openOnHover: BooleanConstructor;
|
|
6531
|
+
openOnFocus: {
|
|
6532
|
+
type: BooleanConstructor;
|
|
6533
|
+
default: undefined;
|
|
6534
|
+
};
|
|
6535
|
+
closeOnContentClick: BooleanConstructor;
|
|
6536
|
+
closeOnBack: {
|
|
6537
|
+
type: BooleanConstructor;
|
|
6538
|
+
default: boolean;
|
|
6539
|
+
};
|
|
6540
|
+
contained: BooleanConstructor;
|
|
6541
|
+
contentProps: null;
|
|
6542
|
+
attach: PropType<string | boolean | Element>;
|
|
6543
|
+
multiLine: BooleanConstructor;
|
|
6544
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
|
6545
|
+
timeout: {
|
|
6546
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6547
|
+
default: number;
|
|
6548
|
+
};
|
|
6549
|
+
closable: (StringConstructor | BooleanConstructor)[];
|
|
6550
|
+
closeText: {
|
|
6551
|
+
type: StringConstructor;
|
|
6552
|
+
default: string;
|
|
6553
|
+
};
|
|
6554
|
+
modelValue: {
|
|
6555
|
+
type: PropType<readonly (string | SnackbarMessage)[]>;
|
|
6556
|
+
default: () => never[];
|
|
6557
|
+
};
|
|
6558
|
+
}, vue.ExtractPropTypes<{
|
|
6559
|
+
class: PropType<any>;
|
|
6560
|
+
style: {
|
|
6561
|
+
type: PropType<vue.StyleValue>;
|
|
6562
|
+
default: null;
|
|
6563
|
+
};
|
|
6564
|
+
text: StringConstructor;
|
|
6565
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
6566
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
6567
|
+
theme: StringConstructor;
|
|
6568
|
+
target: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
6569
|
+
color: StringConstructor;
|
|
6570
|
+
disabled: BooleanConstructor;
|
|
6571
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
6572
|
+
absolute: BooleanConstructor;
|
|
6573
|
+
transition: Omit<{
|
|
6574
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
6575
|
+
component?: vue.Component | undefined;
|
|
6576
|
+
})>;
|
|
6577
|
+
default: string;
|
|
6578
|
+
validator: (val: unknown) => boolean;
|
|
6579
|
+
}, "default" | "type"> & {
|
|
6580
|
+
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6581
|
+
component?: vue.Component | undefined;
|
|
6582
|
+
})>>;
|
|
6583
|
+
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
6584
|
+
component?: vue.Component | undefined;
|
|
6585
|
+
})>;
|
|
6586
|
+
};
|
|
3816
6587
|
position: {
|
|
3817
|
-
type:
|
|
6588
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3818
6589
|
validator: (v: any) => boolean;
|
|
3819
6590
|
};
|
|
3820
|
-
|
|
3821
|
-
elevation: {
|
|
6591
|
+
zIndex: {
|
|
3822
6592
|
type: (StringConstructor | NumberConstructor)[];
|
|
3823
|
-
|
|
3824
|
-
};
|
|
3825
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
3826
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3827
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3828
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3829
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3830
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
3831
|
-
class: vue.PropType<any>;
|
|
3832
|
-
style: {
|
|
3833
|
-
type: vue.PropType<vue.StyleValue>;
|
|
3834
|
-
default: null;
|
|
3835
|
-
};
|
|
3836
|
-
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3837
|
-
color: StringConstructor;
|
|
3838
|
-
bgColor: StringConstructor;
|
|
3839
|
-
landscape: BooleanConstructor;
|
|
3840
|
-
title: StringConstructor;
|
|
3841
|
-
hideHeader: BooleanConstructor;
|
|
3842
|
-
}, vue.ExtractPropTypes<{
|
|
3843
|
-
theme: StringConstructor;
|
|
3844
|
-
tag: {
|
|
3845
|
-
type: StringConstructor;
|
|
3846
|
-
default: string;
|
|
6593
|
+
default: number;
|
|
3847
6594
|
};
|
|
3848
6595
|
rounded: {
|
|
3849
6596
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3850
6597
|
default: undefined;
|
|
3851
6598
|
};
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
6599
|
+
variant: {
|
|
6600
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
6601
|
+
default: string;
|
|
3855
6602
|
validator: (v: any) => boolean;
|
|
3856
6603
|
};
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
type:
|
|
3860
|
-
|
|
6604
|
+
contentClass: null;
|
|
6605
|
+
origin: {
|
|
6606
|
+
type: PropType<Anchor | "auto" | "overlap">;
|
|
6607
|
+
default: string;
|
|
3861
6608
|
};
|
|
3862
|
-
|
|
6609
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
3863
6610
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3864
6611
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3865
6612
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3866
6613
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
3874
|
-
color: StringConstructor;
|
|
3875
|
-
bgColor: StringConstructor;
|
|
3876
|
-
landscape: BooleanConstructor;
|
|
3877
|
-
title: StringConstructor;
|
|
3878
|
-
hideHeader: BooleanConstructor;
|
|
3879
|
-
}>>;
|
|
3880
|
-
type VPicker = InstanceType<typeof VPicker>;
|
|
3881
|
-
|
|
3882
|
-
declare const VPickerTitle: {
|
|
3883
|
-
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3884
|
-
style: vue.StyleValue;
|
|
3885
|
-
tag: string;
|
|
3886
|
-
} & {
|
|
3887
|
-
class?: any;
|
|
3888
|
-
} & {
|
|
3889
|
-
$children?: vue.VNodeChild | {
|
|
3890
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3891
|
-
} | (() => vue.VNodeChild);
|
|
3892
|
-
'v-slots'?: {
|
|
3893
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3894
|
-
} | undefined;
|
|
3895
|
-
} & {
|
|
3896
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3897
|
-
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3898
|
-
[key: string]: any;
|
|
3899
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3900
|
-
style: vue.StyleValue;
|
|
3901
|
-
tag: string;
|
|
3902
|
-
} & {
|
|
3903
|
-
class?: any;
|
|
3904
|
-
} & {
|
|
3905
|
-
$children?: vue.VNodeChild | {
|
|
3906
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3907
|
-
} | (() => vue.VNodeChild);
|
|
3908
|
-
'v-slots'?: {
|
|
3909
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3910
|
-
} | undefined;
|
|
3911
|
-
} & {
|
|
3912
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3913
|
-
}, {
|
|
3914
|
-
style: vue.StyleValue;
|
|
3915
|
-
tag: string;
|
|
3916
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
3917
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3918
|
-
[key: string]: any;
|
|
3919
|
-
}>[];
|
|
3920
|
-
}>>, {
|
|
3921
|
-
P: {};
|
|
3922
|
-
B: {};
|
|
3923
|
-
D: {};
|
|
3924
|
-
C: {};
|
|
3925
|
-
M: {};
|
|
3926
|
-
Defaults: {};
|
|
3927
|
-
}, {
|
|
3928
|
-
style: vue.StyleValue;
|
|
3929
|
-
tag: string;
|
|
3930
|
-
} & {
|
|
3931
|
-
class?: any;
|
|
3932
|
-
} & {
|
|
3933
|
-
$children?: vue.VNodeChild | {
|
|
3934
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3935
|
-
} | (() => vue.VNodeChild);
|
|
3936
|
-
'v-slots'?: {
|
|
3937
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3938
|
-
} | undefined;
|
|
3939
|
-
} & {
|
|
3940
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3941
|
-
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3942
|
-
[key: string]: any;
|
|
3943
|
-
}>, {}, {}, {}, {
|
|
3944
|
-
style: vue.StyleValue;
|
|
3945
|
-
tag: string;
|
|
3946
|
-
}>;
|
|
3947
|
-
__isFragment?: undefined;
|
|
3948
|
-
__isTeleport?: undefined;
|
|
3949
|
-
__isSuspense?: undefined;
|
|
3950
|
-
} & vue.ComponentOptionsBase<{
|
|
3951
|
-
style: vue.StyleValue;
|
|
3952
|
-
tag: string;
|
|
3953
|
-
} & {
|
|
3954
|
-
class?: any;
|
|
3955
|
-
} & {
|
|
3956
|
-
$children?: vue.VNodeChild | {
|
|
3957
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
3958
|
-
} | (() => vue.VNodeChild);
|
|
3959
|
-
'v-slots'?: {
|
|
3960
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3961
|
-
} | undefined;
|
|
3962
|
-
} & {
|
|
3963
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3964
|
-
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3965
|
-
[key: string]: any;
|
|
3966
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
3967
|
-
style: vue.StyleValue;
|
|
3968
|
-
tag: string;
|
|
3969
|
-
}, {}, string, vue.SlotsType<Partial<{
|
|
3970
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3971
|
-
[key: string]: any;
|
|
3972
|
-
}>[];
|
|
3973
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
3974
|
-
class: vue.PropType<any>;
|
|
3975
|
-
style: {
|
|
3976
|
-
type: vue.PropType<vue.StyleValue>;
|
|
3977
|
-
default: null;
|
|
6614
|
+
vertical: BooleanConstructor;
|
|
6615
|
+
tile: BooleanConstructor;
|
|
6616
|
+
eager: BooleanConstructor;
|
|
6617
|
+
location: {
|
|
6618
|
+
type: PropType<Anchor>;
|
|
6619
|
+
default: string;
|
|
3978
6620
|
};
|
|
3979
|
-
|
|
3980
|
-
|
|
6621
|
+
activator: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
6622
|
+
locationStrategy: {
|
|
6623
|
+
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6624
|
+
updateLocation: (e: Event) => void;
|
|
6625
|
+
} | undefined) | "connected">;
|
|
3981
6626
|
default: string;
|
|
6627
|
+
validator: (val: any) => boolean;
|
|
3982
6628
|
};
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
type:
|
|
3987
|
-
default:
|
|
6629
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
6630
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
6631
|
+
activatorProps: {
|
|
6632
|
+
type: PropType<Record<string, any>>;
|
|
6633
|
+
default: () => {};
|
|
3988
6634
|
};
|
|
3989
|
-
|
|
6635
|
+
openOnClick: {
|
|
6636
|
+
type: BooleanConstructor;
|
|
6637
|
+
default: undefined;
|
|
6638
|
+
};
|
|
6639
|
+
openOnHover: BooleanConstructor;
|
|
6640
|
+
openOnFocus: {
|
|
6641
|
+
type: BooleanConstructor;
|
|
6642
|
+
default: undefined;
|
|
6643
|
+
};
|
|
6644
|
+
closeOnContentClick: BooleanConstructor;
|
|
6645
|
+
closeOnBack: {
|
|
6646
|
+
type: BooleanConstructor;
|
|
6647
|
+
default: boolean;
|
|
6648
|
+
};
|
|
6649
|
+
contained: BooleanConstructor;
|
|
6650
|
+
contentProps: null;
|
|
6651
|
+
attach: PropType<string | boolean | Element>;
|
|
6652
|
+
multiLine: BooleanConstructor;
|
|
6653
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
|
6654
|
+
timeout: {
|
|
6655
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6656
|
+
default: number;
|
|
6657
|
+
};
|
|
6658
|
+
closable: (StringConstructor | BooleanConstructor)[];
|
|
6659
|
+
closeText: {
|
|
3990
6660
|
type: StringConstructor;
|
|
3991
6661
|
default: string;
|
|
3992
6662
|
};
|
|
6663
|
+
modelValue: {
|
|
6664
|
+
type: PropType<readonly (string | SnackbarMessage)[]>;
|
|
6665
|
+
default: () => never[];
|
|
6666
|
+
};
|
|
3993
6667
|
}>>;
|
|
3994
|
-
type
|
|
6668
|
+
type VSnackbarQueue = InstanceType<typeof VSnackbarQueue>;
|
|
3995
6669
|
|
|
3996
6670
|
type SparklineItem = number | {
|
|
3997
6671
|
value: number;
|
|
@@ -4386,62 +7060,6 @@ declare const VSparkline: {
|
|
|
4386
7060
|
}>>;
|
|
4387
7061
|
type VSparkline = InstanceType<typeof VSparkline>;
|
|
4388
7062
|
|
|
4389
|
-
interface ScrollStrategyData {
|
|
4390
|
-
root: Ref<HTMLElement | undefined>;
|
|
4391
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
4392
|
-
targetEl: Ref<HTMLElement | undefined>;
|
|
4393
|
-
isActive: Ref<boolean>;
|
|
4394
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
4395
|
-
}
|
|
4396
|
-
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
|
|
4397
|
-
declare const scrollStrategies: {
|
|
4398
|
-
none: null;
|
|
4399
|
-
close: typeof closeScrollStrategy;
|
|
4400
|
-
block: typeof blockScrollStrategy;
|
|
4401
|
-
reposition: typeof repositionScrollStrategy;
|
|
4402
|
-
};
|
|
4403
|
-
interface StrategyProps$1 {
|
|
4404
|
-
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
|
4405
|
-
contained: boolean | undefined;
|
|
4406
|
-
}
|
|
4407
|
-
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
4408
|
-
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
|
4409
|
-
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
|
4410
|
-
|
|
4411
|
-
interface LocationStrategyData {
|
|
4412
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
4413
|
-
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
|
4414
|
-
isActive: Ref<boolean>;
|
|
4415
|
-
isRtl: Ref<boolean>;
|
|
4416
|
-
}
|
|
4417
|
-
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
4418
|
-
updateLocation: (e: Event) => void;
|
|
4419
|
-
};
|
|
4420
|
-
declare const locationStrategies: {
|
|
4421
|
-
static: typeof staticLocationStrategy;
|
|
4422
|
-
connected: typeof connectedLocationStrategy;
|
|
4423
|
-
};
|
|
4424
|
-
interface StrategyProps {
|
|
4425
|
-
locationStrategy: keyof typeof locationStrategies | LocationStrategyFn;
|
|
4426
|
-
location: Anchor;
|
|
4427
|
-
origin: Anchor | 'auto' | 'overlap';
|
|
4428
|
-
offset?: number | string | number[];
|
|
4429
|
-
maxHeight?: number | string;
|
|
4430
|
-
maxWidth?: number | string;
|
|
4431
|
-
minHeight?: number | string;
|
|
4432
|
-
minWidth?: number | string;
|
|
4433
|
-
}
|
|
4434
|
-
declare function staticLocationStrategy(): void;
|
|
4435
|
-
declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
|
|
4436
|
-
updateLocation: () => {
|
|
4437
|
-
available: {
|
|
4438
|
-
x: number;
|
|
4439
|
-
y: number;
|
|
4440
|
-
};
|
|
4441
|
-
contentBox: Box;
|
|
4442
|
-
} | undefined;
|
|
4443
|
-
};
|
|
4444
|
-
|
|
4445
7063
|
declare const VSpeedDial: {
|
|
4446
7064
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
4447
7065
|
style: vue.StyleValue;
|
|
@@ -4458,10 +7076,10 @@ declare const VSpeedDial: {
|
|
|
4458
7076
|
minWidth: NonNullable<string | number>;
|
|
4459
7077
|
eager: boolean;
|
|
4460
7078
|
location: NonNullable<Anchor>;
|
|
4461
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7079
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4462
7080
|
updateLocation: (e: Event) => void;
|
|
4463
7081
|
} | undefined) | "connected">;
|
|
4464
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7082
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4465
7083
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4466
7084
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4467
7085
|
activatorProps: Record<string, any>;
|
|
@@ -4533,10 +7151,10 @@ declare const VSpeedDial: {
|
|
|
4533
7151
|
minWidth: NonNullable<string | number>;
|
|
4534
7152
|
eager: boolean;
|
|
4535
7153
|
location: NonNullable<Anchor>;
|
|
4536
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7154
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4537
7155
|
updateLocation: (e: Event) => void;
|
|
4538
7156
|
} | undefined) | "connected">;
|
|
4539
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7157
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4540
7158
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4541
7159
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4542
7160
|
activatorProps: Record<string, any>;
|
|
@@ -4608,10 +7226,10 @@ declare const VSpeedDial: {
|
|
|
4608
7226
|
minWidth: NonNullable<string | number>;
|
|
4609
7227
|
eager: boolean;
|
|
4610
7228
|
location: NonNullable<Anchor>;
|
|
4611
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7229
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4612
7230
|
updateLocation: (e: Event) => void;
|
|
4613
7231
|
} | undefined) | "connected">;
|
|
4614
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7232
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4615
7233
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4616
7234
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4617
7235
|
activatorProps: Record<string, any>;
|
|
@@ -4658,10 +7276,10 @@ declare const VSpeedDial: {
|
|
|
4658
7276
|
minWidth: NonNullable<string | number>;
|
|
4659
7277
|
eager: boolean;
|
|
4660
7278
|
location: NonNullable<Anchor>;
|
|
4661
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7279
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4662
7280
|
updateLocation: (e: Event) => void;
|
|
4663
7281
|
} | undefined) | "connected">;
|
|
4664
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7282
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4665
7283
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4666
7284
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4667
7285
|
activatorProps: Record<string, any>;
|
|
@@ -4733,10 +7351,10 @@ declare const VSpeedDial: {
|
|
|
4733
7351
|
minWidth: NonNullable<string | number>;
|
|
4734
7352
|
eager: boolean;
|
|
4735
7353
|
location: NonNullable<Anchor>;
|
|
4736
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7354
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4737
7355
|
updateLocation: (e: Event) => void;
|
|
4738
7356
|
} | undefined) | "connected">;
|
|
4739
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7357
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4740
7358
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4741
7359
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4742
7360
|
activatorProps: Record<string, any>;
|
|
@@ -4768,10 +7386,10 @@ declare const VSpeedDial: {
|
|
|
4768
7386
|
minWidth: NonNullable<string | number>;
|
|
4769
7387
|
eager: boolean;
|
|
4770
7388
|
location: NonNullable<Anchor>;
|
|
4771
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7389
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4772
7390
|
updateLocation: (e: Event) => void;
|
|
4773
7391
|
} | undefined) | "connected">;
|
|
4774
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7392
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4775
7393
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4776
7394
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4777
7395
|
activatorProps: Record<string, any>;
|
|
@@ -4843,10 +7461,10 @@ declare const VSpeedDial: {
|
|
|
4843
7461
|
minWidth: NonNullable<string | number>;
|
|
4844
7462
|
eager: boolean;
|
|
4845
7463
|
location: NonNullable<Anchor>;
|
|
4846
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7464
|
+
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4847
7465
|
updateLocation: (e: Event) => void;
|
|
4848
7466
|
} | undefined) | "connected">;
|
|
4849
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7467
|
+
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4850
7468
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
4851
7469
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
4852
7470
|
activatorProps: Record<string, any>;
|
|
@@ -4943,26 +7561,26 @@ declare const VSpeedDial: {
|
|
|
4943
7561
|
};
|
|
4944
7562
|
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
4945
7563
|
locationStrategy: Omit<{
|
|
4946
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7564
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4947
7565
|
updateLocation: (e: Event) => void;
|
|
4948
7566
|
} | undefined) | "connected">;
|
|
4949
7567
|
default: string;
|
|
4950
7568
|
validator: (val: any) => boolean;
|
|
4951
7569
|
}, "default" | "type"> & {
|
|
4952
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7570
|
+
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4953
7571
|
updateLocation: (e: Event) => void;
|
|
4954
7572
|
} | undefined) | "connected">>;
|
|
4955
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7573
|
+
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
4956
7574
|
updateLocation: (e: Event) => void;
|
|
4957
7575
|
} | undefined) | "connected">;
|
|
4958
7576
|
};
|
|
4959
7577
|
scrollStrategy: Omit<{
|
|
4960
|
-
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7578
|
+
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4961
7579
|
default: string;
|
|
4962
7580
|
validator: (val: any) => boolean;
|
|
4963
7581
|
}, "default" | "type"> & {
|
|
4964
|
-
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
4965
|
-
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7582
|
+
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
|
7583
|
+
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
4966
7584
|
};
|
|
4967
7585
|
closeDelay: Omit<{
|
|
4968
7586
|
type: vue.PropType<NonNullable<string | number>>;
|
|
@@ -5084,26 +7702,26 @@ declare const VSpeedDial: {
|
|
|
5084
7702
|
};
|
|
5085
7703
|
activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
|
|
5086
7704
|
locationStrategy: Omit<{
|
|
5087
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7705
|
+
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5088
7706
|
updateLocation: (e: Event) => void;
|
|
5089
7707
|
} | undefined) | "connected">;
|
|
5090
7708
|
default: string;
|
|
5091
7709
|
validator: (val: any) => boolean;
|
|
5092
7710
|
}, "default" | "type"> & {
|
|
5093
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7711
|
+
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5094
7712
|
updateLocation: (e: Event) => void;
|
|
5095
7713
|
} | undefined) | "connected">>;
|
|
5096
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7714
|
+
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5097
7715
|
updateLocation: (e: Event) => void;
|
|
5098
7716
|
} | undefined) | "connected">;
|
|
5099
7717
|
};
|
|
5100
7718
|
scrollStrategy: Omit<{
|
|
5101
|
-
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7719
|
+
type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
5102
7720
|
default: string;
|
|
5103
7721
|
validator: (val: any) => boolean;
|
|
5104
7722
|
}, "default" | "type"> & {
|
|
5105
|
-
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
5106
|
-
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps
|
|
7723
|
+
type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
|
7724
|
+
default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
5107
7725
|
};
|
|
5108
7726
|
closeDelay: Omit<{
|
|
5109
7727
|
type: vue.PropType<NonNullable<string | number>>;
|
|
@@ -5585,10 +8203,10 @@ declare const VTimePickerClock: {
|
|
|
5585
8203
|
step: number;
|
|
5586
8204
|
scrollable: boolean;
|
|
5587
8205
|
ampm: boolean;
|
|
5588
|
-
displayedValue: null;
|
|
5589
8206
|
} & {
|
|
5590
8207
|
color?: string | undefined;
|
|
5591
8208
|
modelValue?: number | undefined;
|
|
8209
|
+
displayedValue?: any;
|
|
5592
8210
|
allowedValues?: ((value: number) => boolean) | undefined;
|
|
5593
8211
|
} & {
|
|
5594
8212
|
$children?: vue.VNodeChild | {
|
|
@@ -5616,10 +8234,10 @@ declare const VTimePickerClock: {
|
|
|
5616
8234
|
step: number;
|
|
5617
8235
|
scrollable: boolean;
|
|
5618
8236
|
ampm: boolean;
|
|
5619
|
-
displayedValue: null;
|
|
5620
8237
|
} & {
|
|
5621
8238
|
color?: string | undefined;
|
|
5622
8239
|
modelValue?: number | undefined;
|
|
8240
|
+
displayedValue?: any;
|
|
5623
8241
|
allowedValues?: ((value: number) => boolean) | undefined;
|
|
5624
8242
|
} & {
|
|
5625
8243
|
$children?: vue.VNodeChild | {
|
|
@@ -5642,7 +8260,6 @@ declare const VTimePickerClock: {
|
|
|
5642
8260
|
step: number;
|
|
5643
8261
|
scrollable: boolean;
|
|
5644
8262
|
ampm: boolean;
|
|
5645
|
-
displayedValue: null;
|
|
5646
8263
|
}, true, {}, vue.SlotsType<Partial<{
|
|
5647
8264
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5648
8265
|
[key: string]: any;
|
|
@@ -5665,10 +8282,10 @@ declare const VTimePickerClock: {
|
|
|
5665
8282
|
step: number;
|
|
5666
8283
|
scrollable: boolean;
|
|
5667
8284
|
ampm: boolean;
|
|
5668
|
-
displayedValue: null;
|
|
5669
8285
|
} & {
|
|
5670
8286
|
color?: string | undefined;
|
|
5671
8287
|
modelValue?: number | undefined;
|
|
8288
|
+
displayedValue?: any;
|
|
5672
8289
|
allowedValues?: ((value: number) => boolean) | undefined;
|
|
5673
8290
|
} & {
|
|
5674
8291
|
$children?: vue.VNodeChild | {
|
|
@@ -5691,7 +8308,6 @@ declare const VTimePickerClock: {
|
|
|
5691
8308
|
step: number;
|
|
5692
8309
|
scrollable: boolean;
|
|
5693
8310
|
ampm: boolean;
|
|
5694
|
-
displayedValue: null;
|
|
5695
8311
|
}>;
|
|
5696
8312
|
__isFragment?: undefined;
|
|
5697
8313
|
__isTeleport?: undefined;
|
|
@@ -5707,10 +8323,10 @@ declare const VTimePickerClock: {
|
|
|
5707
8323
|
step: number;
|
|
5708
8324
|
scrollable: boolean;
|
|
5709
8325
|
ampm: boolean;
|
|
5710
|
-
displayedValue: null;
|
|
5711
8326
|
} & {
|
|
5712
8327
|
color?: string | undefined;
|
|
5713
8328
|
modelValue?: number | undefined;
|
|
8329
|
+
displayedValue?: any;
|
|
5714
8330
|
allowedValues?: ((value: number) => boolean) | undefined;
|
|
5715
8331
|
} & {
|
|
5716
8332
|
$children?: vue.VNodeChild | {
|
|
@@ -5736,7 +8352,6 @@ declare const VTimePickerClock: {
|
|
|
5736
8352
|
step: number;
|
|
5737
8353
|
scrollable: boolean;
|
|
5738
8354
|
ampm: boolean;
|
|
5739
|
-
displayedValue: null;
|
|
5740
8355
|
}, {}, string, vue.SlotsType<Partial<{
|
|
5741
8356
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5742
8357
|
[key: string]: any;
|
|
@@ -5746,9 +8361,7 @@ declare const VTimePickerClock: {
|
|
|
5746
8361
|
ampm: BooleanConstructor;
|
|
5747
8362
|
color: StringConstructor;
|
|
5748
8363
|
disabled: BooleanConstructor;
|
|
5749
|
-
displayedValue:
|
|
5750
|
-
default: null;
|
|
5751
|
-
};
|
|
8364
|
+
displayedValue: null;
|
|
5752
8365
|
double: BooleanConstructor;
|
|
5753
8366
|
format: {
|
|
5754
8367
|
type: FunctionConstructor;
|
|
@@ -5780,9 +8393,7 @@ declare const VTimePickerClock: {
|
|
|
5780
8393
|
ampm: BooleanConstructor;
|
|
5781
8394
|
color: StringConstructor;
|
|
5782
8395
|
disabled: BooleanConstructor;
|
|
5783
|
-
displayedValue:
|
|
5784
|
-
default: null;
|
|
5785
|
-
};
|
|
8396
|
+
displayedValue: null;
|
|
5786
8397
|
double: BooleanConstructor;
|
|
5787
8398
|
format: {
|
|
5788
8399
|
type: FunctionConstructor;
|
|
@@ -7922,4 +10533,4 @@ declare const VTreeviewGroup: {
|
|
|
7922
10533
|
}>>;
|
|
7923
10534
|
type VTreeviewGroup = InstanceType<typeof VTreeviewGroup>;
|
|
7924
10535
|
|
|
7925
|
-
export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VConfirmEdit, VEmptyState, VFab, VNumberInput, VPicker, VPickerTitle, VSparkline, VSpeedDial, VTimePicker, VTimePickerClock, VTimePickerControls, VTreeview, VTreeviewGroup, VTreeviewItem };
|
|
10536
|
+
export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VConfirmEdit, VEmptyState, VFab, VNumberInput, VPicker, VPickerTitle, VSnackbarQueue, VSparkline, VSpeedDial, VTimePicker, VTimePickerClock, VTimePickerControls, VTreeview, VTreeviewGroup, VTreeviewItem };
|