@vuetify/nightly 3.7.2-master.2024-09-22 → 3.7.2-master.2024-09-27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +4764 -4764
- package/dist/vuetify-labs.d.ts +194 -194
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2916 -2916
- package/dist/vuetify.d.ts +211 -211
- package/dist/vuetify.esm.js +7 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +22 -22
- package/lib/components/VBottomSheet/index.d.mts +4 -4
- package/lib/components/VCarousel/index.d.mts +2 -2
- package/lib/components/VCheckbox/index.d.mts +2 -2
- package/lib/components/VChip/VChip.mjs +2 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +22 -22
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/index.d.mts +2 -2
- package/lib/components/VDialog/index.d.mts +22 -22
- package/lib/components/VFileInput/__tests__/text.txt +1 -0
- package/lib/components/VFileInput/index.d.mts +3 -3
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VList/VListItem.mjs +1 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +20 -20
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +7 -7
- package/lib/components/VOverlay/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VSelect/index.d.mts +22 -22
- package/lib/components/VSnackbar/index.d.mts +31 -31
- package/lib/components/VSpeedDial/index.d.mts +2 -2
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VTextField/index.d.mts +3 -3
- package/lib/components/VTextarea/index.d.mts +3 -3
- package/lib/components/VTooltip/index.d.mts +24 -24
- package/lib/components/VWindow/index.d.mts +2 -2
- package/lib/components/index.d.mts +157 -157
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/lib/labs/VNumberInput/index.d.mts +9 -9
- package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
- package/lib/labs/VTreeview/index.d.mts +7 -7
- package/lib/labs/components.d.mts +68 -68
- package/package.json +22 -15
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
package/dist/vuetify.d.ts
CHANGED
@@ -3225,13 +3225,13 @@ declare const VMessages: {
|
|
3225
3225
|
leaveAbsolute: boolean;
|
3226
3226
|
group: boolean;
|
3227
3227
|
}>;
|
3228
|
-
default:
|
3229
|
-
component?: Component;
|
3230
|
-
})> | {
|
3228
|
+
default: {
|
3231
3229
|
component: Component;
|
3232
3230
|
leaveAbsolute: boolean;
|
3233
3231
|
group: boolean;
|
3234
|
-
}
|
3232
|
+
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
3233
|
+
component?: Component;
|
3234
|
+
})>;
|
3235
3235
|
};
|
3236
3236
|
class: PropType<ClassValue>;
|
3237
3237
|
style: {
|
@@ -3259,13 +3259,13 @@ declare const VMessages: {
|
|
3259
3259
|
leaveAbsolute: boolean;
|
3260
3260
|
group: boolean;
|
3261
3261
|
}>;
|
3262
|
-
default:
|
3263
|
-
component?: Component;
|
3264
|
-
})> | {
|
3262
|
+
default: {
|
3265
3263
|
component: Component;
|
3266
3264
|
leaveAbsolute: boolean;
|
3267
3265
|
group: boolean;
|
3268
|
-
}
|
3266
|
+
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
3267
|
+
component?: Component;
|
3268
|
+
})>;
|
3269
3269
|
};
|
3270
3270
|
class: PropType<ClassValue>;
|
3271
3271
|
style: {
|
@@ -3343,7 +3343,7 @@ declare const VInput: {
|
|
3343
3343
|
errorMessages: ComputedRef<string[]>;
|
3344
3344
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
3345
3345
|
'update:modelValue': (value: any) => true;
|
3346
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
3346
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3347
3347
|
error: boolean;
|
3348
3348
|
direction: "horizontal" | "vertical";
|
3349
3349
|
style: vue.StyleValue;
|
@@ -3503,7 +3503,7 @@ declare const VInput: {
|
|
3503
3503
|
errorMessages: ComputedRef<string[]>;
|
3504
3504
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
3505
3505
|
'update:modelValue': (value: any) => true;
|
3506
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
3506
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
3507
3507
|
error: boolean;
|
3508
3508
|
direction: "horizontal" | "vertical";
|
3509
3509
|
style: vue.StyleValue;
|
@@ -6520,9 +6520,9 @@ declare const VMenu: {
|
|
6520
6520
|
class?: any;
|
6521
6521
|
theme?: string | undefined;
|
6522
6522
|
contentClass?: any;
|
6523
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6523
6524
|
closeDelay?: string | number | undefined;
|
6524
6525
|
openDelay?: string | number | undefined;
|
6525
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6526
6526
|
openOnClick?: boolean | undefined;
|
6527
6527
|
openOnFocus?: boolean | undefined;
|
6528
6528
|
contentProps?: any;
|
@@ -6599,9 +6599,9 @@ declare const VMenu: {
|
|
6599
6599
|
class?: any;
|
6600
6600
|
theme?: string | undefined;
|
6601
6601
|
contentClass?: any;
|
6602
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6602
6603
|
closeDelay?: string | number | undefined;
|
6603
6604
|
openDelay?: string | number | undefined;
|
6604
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6605
6605
|
openOnClick?: boolean | undefined;
|
6606
6606
|
openOnFocus?: boolean | undefined;
|
6607
6607
|
contentProps?: any;
|
@@ -6662,7 +6662,7 @@ declare const VMenu: {
|
|
6662
6662
|
}>;
|
6663
6663
|
$root: vue.ComponentPublicInstance | null;
|
6664
6664
|
$parent: vue.ComponentPublicInstance | null;
|
6665
|
-
$emit: ((event: "
|
6665
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
6666
6666
|
$el: any;
|
6667
6667
|
$options: vue.ComponentOptionsBase<{
|
6668
6668
|
absolute: boolean;
|
@@ -6702,9 +6702,9 @@ declare const VMenu: {
|
|
6702
6702
|
class?: any;
|
6703
6703
|
theme?: string | undefined;
|
6704
6704
|
contentClass?: any;
|
6705
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6705
6706
|
closeDelay?: string | number | undefined;
|
6706
6707
|
openDelay?: string | number | undefined;
|
6707
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6708
6708
|
openOnClick?: boolean | undefined;
|
6709
6709
|
openOnFocus?: boolean | undefined;
|
6710
6710
|
contentProps?: any;
|
@@ -6854,9 +6854,9 @@ declare const VMenu: {
|
|
6854
6854
|
class?: any;
|
6855
6855
|
theme?: string | undefined;
|
6856
6856
|
contentClass?: any;
|
6857
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6857
6858
|
closeDelay?: string | number | undefined;
|
6858
6859
|
openDelay?: string | number | undefined;
|
6859
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6860
6860
|
openOnClick?: boolean | undefined;
|
6861
6861
|
openOnFocus?: boolean | undefined;
|
6862
6862
|
contentProps?: any;
|
@@ -6907,7 +6907,7 @@ declare const VMenu: {
|
|
6907
6907
|
globalTop: Readonly<vue.Ref<boolean>>;
|
6908
6908
|
localTop: vue.ComputedRef<boolean>;
|
6909
6909
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
6910
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
6910
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
6911
6911
|
_allExposed: {
|
6912
6912
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
6913
6913
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -7201,9 +7201,9 @@ declare const VMenu: {
|
|
7201
7201
|
class?: any;
|
7202
7202
|
theme?: string | undefined;
|
7203
7203
|
contentClass?: any;
|
7204
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7204
7205
|
closeDelay?: string | number | undefined;
|
7205
7206
|
openDelay?: string | number | undefined;
|
7206
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7207
7207
|
openOnClick?: boolean | undefined;
|
7208
7208
|
openOnFocus?: boolean | undefined;
|
7209
7209
|
contentProps?: any;
|
@@ -7280,9 +7280,9 @@ declare const VMenu: {
|
|
7280
7280
|
class?: any;
|
7281
7281
|
theme?: string | undefined;
|
7282
7282
|
contentClass?: any;
|
7283
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7283
7284
|
closeDelay?: string | number | undefined;
|
7284
7285
|
openDelay?: string | number | undefined;
|
7285
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7286
7286
|
openOnClick?: boolean | undefined;
|
7287
7287
|
openOnFocus?: boolean | undefined;
|
7288
7288
|
contentProps?: any;
|
@@ -7343,7 +7343,7 @@ declare const VMenu: {
|
|
7343
7343
|
}>;
|
7344
7344
|
$root: vue.ComponentPublicInstance | null;
|
7345
7345
|
$parent: vue.ComponentPublicInstance | null;
|
7346
|
-
$emit: ((event: "
|
7346
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
7347
7347
|
$el: any;
|
7348
7348
|
$options: vue.ComponentOptionsBase<{
|
7349
7349
|
absolute: boolean;
|
@@ -7383,9 +7383,9 @@ declare const VMenu: {
|
|
7383
7383
|
class?: any;
|
7384
7384
|
theme?: string | undefined;
|
7385
7385
|
contentClass?: any;
|
7386
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7386
7387
|
closeDelay?: string | number | undefined;
|
7387
7388
|
openDelay?: string | number | undefined;
|
7388
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7389
7389
|
openOnClick?: boolean | undefined;
|
7390
7390
|
openOnFocus?: boolean | undefined;
|
7391
7391
|
contentProps?: any;
|
@@ -7535,9 +7535,9 @@ declare const VMenu: {
|
|
7535
7535
|
class?: any;
|
7536
7536
|
theme?: string | undefined;
|
7537
7537
|
contentClass?: any;
|
7538
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7538
7539
|
closeDelay?: string | number | undefined;
|
7539
7540
|
openDelay?: string | number | undefined;
|
7540
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7541
7541
|
openOnClick?: boolean | undefined;
|
7542
7542
|
openOnFocus?: boolean | undefined;
|
7543
7543
|
contentProps?: any;
|
@@ -7588,7 +7588,7 @@ declare const VMenu: {
|
|
7588
7588
|
globalTop: Readonly<vue.Ref<boolean>>;
|
7589
7589
|
localTop: vue.ComputedRef<boolean>;
|
7590
7590
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7591
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
7591
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
7592
7592
|
_allExposed: {
|
7593
7593
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
7594
7594
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -7787,9 +7787,9 @@ declare const VMenu: {
|
|
7787
7787
|
class?: any;
|
7788
7788
|
theme?: string | undefined;
|
7789
7789
|
contentClass?: any;
|
7790
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7790
7791
|
closeDelay?: string | number | undefined;
|
7791
7792
|
openDelay?: string | number | undefined;
|
7792
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7793
7793
|
openOnClick?: boolean | undefined;
|
7794
7794
|
openOnFocus?: boolean | undefined;
|
7795
7795
|
contentProps?: any;
|
@@ -7866,9 +7866,9 @@ declare const VMenu: {
|
|
7866
7866
|
class?: any;
|
7867
7867
|
theme?: string | undefined;
|
7868
7868
|
contentClass?: any;
|
7869
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7869
7870
|
closeDelay?: string | number | undefined;
|
7870
7871
|
openDelay?: string | number | undefined;
|
7871
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7872
7872
|
openOnClick?: boolean | undefined;
|
7873
7873
|
openOnFocus?: boolean | undefined;
|
7874
7874
|
contentProps?: any;
|
@@ -7929,7 +7929,7 @@ declare const VMenu: {
|
|
7929
7929
|
}>;
|
7930
7930
|
$root: vue.ComponentPublicInstance | null;
|
7931
7931
|
$parent: vue.ComponentPublicInstance | null;
|
7932
|
-
$emit: ((event: "
|
7932
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
7933
7933
|
$el: any;
|
7934
7934
|
$options: vue.ComponentOptionsBase<{
|
7935
7935
|
absolute: boolean;
|
@@ -7969,9 +7969,9 @@ declare const VMenu: {
|
|
7969
7969
|
class?: any;
|
7970
7970
|
theme?: string | undefined;
|
7971
7971
|
contentClass?: any;
|
7972
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7972
7973
|
closeDelay?: string | number | undefined;
|
7973
7974
|
openDelay?: string | number | undefined;
|
7974
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7975
7975
|
openOnClick?: boolean | undefined;
|
7976
7976
|
openOnFocus?: boolean | undefined;
|
7977
7977
|
contentProps?: any;
|
@@ -8121,9 +8121,9 @@ declare const VMenu: {
|
|
8121
8121
|
class?: any;
|
8122
8122
|
theme?: string | undefined;
|
8123
8123
|
contentClass?: any;
|
8124
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
8124
8125
|
closeDelay?: string | number | undefined;
|
8125
8126
|
openDelay?: string | number | undefined;
|
8126
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
8127
8127
|
openOnClick?: boolean | undefined;
|
8128
8128
|
openOnFocus?: boolean | undefined;
|
8129
8129
|
contentProps?: any;
|
@@ -8174,7 +8174,7 @@ declare const VMenu: {
|
|
8174
8174
|
globalTop: Readonly<vue.Ref<boolean>>;
|
8175
8175
|
localTop: vue.ComputedRef<boolean>;
|
8176
8176
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
8177
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
8177
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
8178
8178
|
_allExposed: {
|
8179
8179
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
8180
8180
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -8283,6 +8283,7 @@ declare const VMenu: {
|
|
8283
8283
|
persistent: BooleanConstructor;
|
8284
8284
|
modelValue: BooleanConstructor;
|
8285
8285
|
contentClass: null;
|
8286
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8286
8287
|
locationStrategy: Omit<{
|
8287
8288
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
8288
8289
|
default: string;
|
@@ -8311,7 +8312,6 @@ declare const VMenu: {
|
|
8311
8312
|
type: vue.PropType<string | number>;
|
8312
8313
|
default: NonNullable<string | number>;
|
8313
8314
|
};
|
8314
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8315
8315
|
activatorProps: {
|
8316
8316
|
type: vue.PropType<Record<string, any>>;
|
8317
8317
|
default: () => {};
|
@@ -8400,6 +8400,7 @@ declare const VMenu: {
|
|
8400
8400
|
persistent: BooleanConstructor;
|
8401
8401
|
modelValue: BooleanConstructor;
|
8402
8402
|
contentClass: null;
|
8403
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8403
8404
|
locationStrategy: Omit<{
|
8404
8405
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
8405
8406
|
default: string;
|
@@ -8428,7 +8429,6 @@ declare const VMenu: {
|
|
8428
8429
|
type: vue.PropType<string | number>;
|
8429
8430
|
default: NonNullable<string | number>;
|
8430
8431
|
};
|
8431
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8432
8432
|
activatorProps: {
|
8433
8433
|
type: vue.PropType<Record<string, any>>;
|
8434
8434
|
default: () => {};
|
@@ -8966,7 +8966,7 @@ declare const VAutocomplete: {
|
|
8966
8966
|
'update:search': (value: any) => true;
|
8967
8967
|
'update:modelValue': (value: any) => true;
|
8968
8968
|
'update:menu': (value: boolean) => true;
|
8969
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
8969
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
8970
8970
|
flat: boolean;
|
8971
8971
|
reverse: boolean;
|
8972
8972
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -10584,7 +10584,7 @@ declare const VAutocomplete: {
|
|
10584
10584
|
'update:search': (value: any) => true;
|
10585
10585
|
'update:modelValue': (value: any) => true;
|
10586
10586
|
'update:menu': (value: boolean) => true;
|
10587
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
10587
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
10588
10588
|
flat: boolean;
|
10589
10589
|
reverse: boolean;
|
10590
10590
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -12579,9 +12579,9 @@ declare const VBottomSheet: {
|
|
12579
12579
|
class?: any;
|
12580
12580
|
theme?: string | undefined;
|
12581
12581
|
contentClass?: any;
|
12582
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12582
12583
|
closeDelay?: string | number | undefined;
|
12583
12584
|
openDelay?: string | number | undefined;
|
12584
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12585
12585
|
openOnClick?: boolean | undefined;
|
12586
12586
|
openOnFocus?: boolean | undefined;
|
12587
12587
|
contentProps?: any;
|
@@ -12665,9 +12665,9 @@ declare const VBottomSheet: {
|
|
12665
12665
|
class?: any;
|
12666
12666
|
theme?: string | undefined;
|
12667
12667
|
contentClass?: any;
|
12668
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12668
12669
|
closeDelay?: string | number | undefined;
|
12669
12670
|
openDelay?: string | number | undefined;
|
12670
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12671
12671
|
openOnClick?: boolean | undefined;
|
12672
12672
|
openOnFocus?: boolean | undefined;
|
12673
12673
|
contentProps?: any;
|
@@ -12797,9 +12797,9 @@ declare const VBottomSheet: {
|
|
12797
12797
|
class?: any;
|
12798
12798
|
theme?: string | undefined;
|
12799
12799
|
contentClass?: any;
|
12800
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12800
12801
|
closeDelay?: string | number | undefined;
|
12801
12802
|
openDelay?: string | number | undefined;
|
12802
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12803
12803
|
openOnClick?: boolean | undefined;
|
12804
12804
|
openOnFocus?: boolean | undefined;
|
12805
12805
|
contentProps?: any;
|
@@ -12917,9 +12917,9 @@ declare const VBottomSheet: {
|
|
12917
12917
|
class?: any;
|
12918
12918
|
theme?: string | undefined;
|
12919
12919
|
contentClass?: any;
|
12920
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12920
12921
|
closeDelay?: string | number | undefined;
|
12921
12922
|
openDelay?: string | number | undefined;
|
12922
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12923
12923
|
openOnClick?: boolean | undefined;
|
12924
12924
|
openOnFocus?: boolean | undefined;
|
12925
12925
|
contentProps?: any;
|
@@ -15968,7 +15968,7 @@ declare const VWindow: {
|
|
15968
15968
|
group: GroupProvide;
|
15969
15969
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
15970
15970
|
'update:modelValue': (value: any) => true;
|
15971
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
15971
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
15972
15972
|
reverse: boolean;
|
15973
15973
|
direction: "horizontal" | "vertical";
|
15974
15974
|
style: vue.StyleValue;
|
@@ -16070,7 +16070,7 @@ declare const VWindow: {
|
|
16070
16070
|
group: GroupProvide;
|
16071
16071
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16072
16072
|
'update:modelValue': (value: any) => true;
|
16073
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
16073
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
16074
16074
|
reverse: boolean;
|
16075
16075
|
direction: "horizontal" | "vertical";
|
16076
16076
|
style: vue.StyleValue;
|
@@ -16225,7 +16225,7 @@ declare const VCarousel: {
|
|
16225
16225
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
16226
16226
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16227
16227
|
'update:modelValue': (value: any) => true;
|
16228
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
16228
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
16229
16229
|
reverse: boolean;
|
16230
16230
|
interval: string | number;
|
16231
16231
|
height: string | number;
|
@@ -16382,7 +16382,7 @@ declare const VCarousel: {
|
|
16382
16382
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
16383
16383
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16384
16384
|
'update:modelValue': (value: any) => true;
|
16385
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
16385
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
16386
16386
|
reverse: boolean;
|
16387
16387
|
interval: string | number;
|
16388
16388
|
height: string | number;
|
@@ -18021,7 +18021,7 @@ declare const VCheckbox: {
|
|
18021
18021
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
18022
18022
|
'update:modelValue': (value: any) => true;
|
18023
18023
|
'update:focused': (focused: boolean) => true;
|
18024
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
18024
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
18025
18025
|
error: boolean;
|
18026
18026
|
direction: "horizontal" | "vertical";
|
18027
18027
|
style: vue.StyleValue;
|
@@ -18250,7 +18250,7 @@ declare const VCheckbox: {
|
|
18250
18250
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
18251
18251
|
'update:modelValue': (value: any) => true;
|
18252
18252
|
'update:focused': (focused: boolean) => true;
|
18253
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
18253
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
18254
18254
|
error: boolean;
|
18255
18255
|
direction: "horizontal" | "vertical";
|
18256
18256
|
style: vue.StyleValue;
|
@@ -20953,7 +20953,7 @@ declare const VCombobox: {
|
|
20953
20953
|
'update:modelValue': (value: any) => true;
|
20954
20954
|
'update:search': (value: string) => true;
|
20955
20955
|
'update:menu': (value: boolean) => true;
|
20956
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
20956
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
20957
20957
|
flat: boolean;
|
20958
20958
|
reverse: boolean;
|
20959
20959
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -22571,7 +22571,7 @@ declare const VCombobox: {
|
|
22571
22571
|
'update:modelValue': (value: any) => true;
|
22572
22572
|
'update:search': (value: string) => true;
|
22573
22573
|
'update:menu': (value: boolean) => true;
|
22574
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
22574
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
22575
22575
|
flat: boolean;
|
22576
22576
|
reverse: boolean;
|
22577
22577
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -24812,7 +24812,7 @@ declare const VDataTable: {
|
|
24812
24812
|
'update:groupBy': (value: any) => true;
|
24813
24813
|
'update:expanded': (value: any) => true;
|
24814
24814
|
'update:currentItems': (value: any) => true;
|
24815
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
24815
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
24816
24816
|
page: string | number;
|
24817
24817
|
expanded: readonly string[];
|
24818
24818
|
style: vue.StyleValue;
|
@@ -25183,7 +25183,7 @@ declare const VDataTable: {
|
|
25183
25183
|
'update:groupBy': (value: any) => true;
|
25184
25184
|
'update:expanded': (value: any) => true;
|
25185
25185
|
'update:currentItems': (value: any) => true;
|
25186
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
25186
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
25187
25187
|
page: string | number;
|
25188
25188
|
expanded: readonly string[];
|
25189
25189
|
style: vue.StyleValue;
|
@@ -26008,7 +26008,7 @@ declare const VDataTableVirtual: {
|
|
26008
26008
|
'update:options': (value: any) => true;
|
26009
26009
|
'update:groupBy': (value: any) => true;
|
26010
26010
|
'update:expanded': (value: any) => true;
|
26011
|
-
}, "$children" | "v-slots" | "modelValue" | "
|
26011
|
+
}, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
26012
26012
|
expanded: readonly string[];
|
26013
26013
|
style: vue.StyleValue;
|
26014
26014
|
mobile: boolean | null;
|
@@ -26418,7 +26418,7 @@ declare const VDataTableVirtual: {
|
|
26418
26418
|
'update:options': (value: any) => true;
|
26419
26419
|
'update:groupBy': (value: any) => true;
|
26420
26420
|
'update:expanded': (value: any) => true;
|
26421
|
-
}, "$children" | "v-slots" | "modelValue" | "
|
26421
|
+
}, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
|
26422
26422
|
expanded: readonly string[];
|
26423
26423
|
style: vue.StyleValue;
|
26424
26424
|
mobile: boolean | null;
|
@@ -26846,7 +26846,7 @@ declare const VDataTableServer: {
|
|
26846
26846
|
'update:options': (options: any) => true;
|
26847
26847
|
'update:expanded': (options: any) => true;
|
26848
26848
|
'update:groupBy': (value: any) => true;
|
26849
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
26849
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
26850
26850
|
page: string | number;
|
26851
26851
|
expanded: readonly string[];
|
26852
26852
|
style: vue.StyleValue;
|
@@ -27332,7 +27332,7 @@ declare const VDataTableServer: {
|
|
27332
27332
|
'update:options': (options: any) => true;
|
27333
27333
|
'update:expanded': (options: any) => true;
|
27334
27334
|
'update:groupBy': (value: any) => true;
|
27335
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
27335
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
|
27336
27336
|
page: string | number;
|
27337
27337
|
expanded: readonly string[];
|
27338
27338
|
style: vue.StyleValue;
|
@@ -27828,7 +27828,7 @@ declare const VDatePicker: {
|
|
27828
27828
|
'update:month': (date: any) => true;
|
27829
27829
|
'update:year': (date: any) => true;
|
27830
27830
|
'update:viewMode': (date: any) => true;
|
27831
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
27831
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
27832
27832
|
transition: string;
|
27833
27833
|
header: string;
|
27834
27834
|
style: vue.StyleValue;
|
@@ -28043,7 +28043,7 @@ declare const VDatePicker: {
|
|
28043
28043
|
'update:month': (date: any) => true;
|
28044
28044
|
'update:year': (date: any) => true;
|
28045
28045
|
'update:viewMode': (date: any) => true;
|
28046
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
28046
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
|
28047
28047
|
active: string | string[];
|
28048
28048
|
transition: string;
|
28049
28049
|
header: string;
|
@@ -29690,9 +29690,9 @@ declare const VDialog: {
|
|
29690
29690
|
class?: any;
|
29691
29691
|
theme?: string | undefined;
|
29692
29692
|
contentClass?: any;
|
29693
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29693
29694
|
closeDelay?: string | number | undefined;
|
29694
29695
|
openDelay?: string | number | undefined;
|
29695
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29696
29696
|
openOnClick?: boolean | undefined;
|
29697
29697
|
openOnFocus?: boolean | undefined;
|
29698
29698
|
contentProps?: any;
|
@@ -29800,9 +29800,9 @@ declare const VDialog: {
|
|
29800
29800
|
class?: any;
|
29801
29801
|
theme?: string | undefined;
|
29802
29802
|
contentClass?: any;
|
29803
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29803
29804
|
closeDelay?: string | number | undefined;
|
29804
29805
|
openDelay?: string | number | undefined;
|
29805
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29806
29806
|
openOnClick?: boolean | undefined;
|
29807
29807
|
openOnFocus?: boolean | undefined;
|
29808
29808
|
contentProps?: any;
|
@@ -29879,9 +29879,9 @@ declare const VDialog: {
|
|
29879
29879
|
class?: any;
|
29880
29880
|
theme?: string | undefined;
|
29881
29881
|
contentClass?: any;
|
29882
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29882
29883
|
closeDelay?: string | number | undefined;
|
29883
29884
|
openDelay?: string | number | undefined;
|
29884
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29885
29885
|
openOnClick?: boolean | undefined;
|
29886
29886
|
openOnFocus?: boolean | undefined;
|
29887
29887
|
contentProps?: any;
|
@@ -29942,7 +29942,7 @@ declare const VDialog: {
|
|
29942
29942
|
}>;
|
29943
29943
|
$root: vue.ComponentPublicInstance | null;
|
29944
29944
|
$parent: vue.ComponentPublicInstance | null;
|
29945
|
-
$emit: ((event: "
|
29945
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
29946
29946
|
$el: any;
|
29947
29947
|
$options: vue.ComponentOptionsBase<{
|
29948
29948
|
absolute: boolean;
|
@@ -29982,9 +29982,9 @@ declare const VDialog: {
|
|
29982
29982
|
class?: any;
|
29983
29983
|
theme?: string | undefined;
|
29984
29984
|
contentClass?: any;
|
29985
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29985
29986
|
closeDelay?: string | number | undefined;
|
29986
29987
|
openDelay?: string | number | undefined;
|
29987
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29988
29988
|
openOnClick?: boolean | undefined;
|
29989
29989
|
openOnFocus?: boolean | undefined;
|
29990
29990
|
contentProps?: any;
|
@@ -30134,9 +30134,9 @@ declare const VDialog: {
|
|
30134
30134
|
class?: any;
|
30135
30135
|
theme?: string | undefined;
|
30136
30136
|
contentClass?: any;
|
30137
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30137
30138
|
closeDelay?: string | number | undefined;
|
30138
30139
|
openDelay?: string | number | undefined;
|
30139
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30140
30140
|
openOnClick?: boolean | undefined;
|
30141
30141
|
openOnFocus?: boolean | undefined;
|
30142
30142
|
contentProps?: any;
|
@@ -30187,7 +30187,7 @@ declare const VDialog: {
|
|
30187
30187
|
globalTop: Readonly<vue.Ref<boolean>>;
|
30188
30188
|
localTop: vue.ComputedRef<boolean>;
|
30189
30189
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
30190
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
30190
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
30191
30191
|
_allExposed: {
|
30192
30192
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30193
30193
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -30244,9 +30244,9 @@ declare const VDialog: {
|
|
30244
30244
|
class?: any;
|
30245
30245
|
theme?: string | undefined;
|
30246
30246
|
contentClass?: any;
|
30247
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30247
30248
|
closeDelay?: string | number | undefined;
|
30248
30249
|
openDelay?: string | number | undefined;
|
30249
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30250
30250
|
openOnClick?: boolean | undefined;
|
30251
30251
|
openOnFocus?: boolean | undefined;
|
30252
30252
|
contentProps?: any;
|
@@ -30376,9 +30376,9 @@ declare const VDialog: {
|
|
30376
30376
|
class?: any;
|
30377
30377
|
theme?: string | undefined;
|
30378
30378
|
contentClass?: any;
|
30379
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30379
30380
|
closeDelay?: string | number | undefined;
|
30380
30381
|
openDelay?: string | number | undefined;
|
30381
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30382
30382
|
openOnClick?: boolean | undefined;
|
30383
30383
|
openOnFocus?: boolean | undefined;
|
30384
30384
|
contentProps?: any;
|
@@ -30486,9 +30486,9 @@ declare const VDialog: {
|
|
30486
30486
|
class?: any;
|
30487
30487
|
theme?: string | undefined;
|
30488
30488
|
contentClass?: any;
|
30489
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30489
30490
|
closeDelay?: string | number | undefined;
|
30490
30491
|
openDelay?: string | number | undefined;
|
30491
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30492
30492
|
openOnClick?: boolean | undefined;
|
30493
30493
|
openOnFocus?: boolean | undefined;
|
30494
30494
|
contentProps?: any;
|
@@ -30565,9 +30565,9 @@ declare const VDialog: {
|
|
30565
30565
|
class?: any;
|
30566
30566
|
theme?: string | undefined;
|
30567
30567
|
contentClass?: any;
|
30568
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30568
30569
|
closeDelay?: string | number | undefined;
|
30569
30570
|
openDelay?: string | number | undefined;
|
30570
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30571
30571
|
openOnClick?: boolean | undefined;
|
30572
30572
|
openOnFocus?: boolean | undefined;
|
30573
30573
|
contentProps?: any;
|
@@ -30628,7 +30628,7 @@ declare const VDialog: {
|
|
30628
30628
|
}>;
|
30629
30629
|
$root: vue.ComponentPublicInstance | null;
|
30630
30630
|
$parent: vue.ComponentPublicInstance | null;
|
30631
|
-
$emit: ((event: "
|
30631
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
30632
30632
|
$el: any;
|
30633
30633
|
$options: vue.ComponentOptionsBase<{
|
30634
30634
|
absolute: boolean;
|
@@ -30668,9 +30668,9 @@ declare const VDialog: {
|
|
30668
30668
|
class?: any;
|
30669
30669
|
theme?: string | undefined;
|
30670
30670
|
contentClass?: any;
|
30671
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30671
30672
|
closeDelay?: string | number | undefined;
|
30672
30673
|
openDelay?: string | number | undefined;
|
30673
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30674
30674
|
openOnClick?: boolean | undefined;
|
30675
30675
|
openOnFocus?: boolean | undefined;
|
30676
30676
|
contentProps?: any;
|
@@ -30820,9 +30820,9 @@ declare const VDialog: {
|
|
30820
30820
|
class?: any;
|
30821
30821
|
theme?: string | undefined;
|
30822
30822
|
contentClass?: any;
|
30823
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30823
30824
|
closeDelay?: string | number | undefined;
|
30824
30825
|
openDelay?: string | number | undefined;
|
30825
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30826
30826
|
openOnClick?: boolean | undefined;
|
30827
30827
|
openOnFocus?: boolean | undefined;
|
30828
30828
|
contentProps?: any;
|
@@ -30873,7 +30873,7 @@ declare const VDialog: {
|
|
30873
30873
|
globalTop: Readonly<vue.Ref<boolean>>;
|
30874
30874
|
localTop: vue.ComputedRef<boolean>;
|
30875
30875
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
30876
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
30876
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
30877
30877
|
_allExposed: {
|
30878
30878
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30879
30879
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -30961,9 +30961,9 @@ declare const VDialog: {
|
|
30961
30961
|
class?: any;
|
30962
30962
|
theme?: string | undefined;
|
30963
30963
|
contentClass?: any;
|
30964
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30964
30965
|
closeDelay?: string | number | undefined;
|
30965
30966
|
openDelay?: string | number | undefined;
|
30966
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30967
30967
|
openOnClick?: boolean | undefined;
|
30968
30968
|
openOnFocus?: boolean | undefined;
|
30969
30969
|
contentProps?: any;
|
@@ -31071,9 +31071,9 @@ declare const VDialog: {
|
|
31071
31071
|
class?: any;
|
31072
31072
|
theme?: string | undefined;
|
31073
31073
|
contentClass?: any;
|
31074
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31074
31075
|
closeDelay?: string | number | undefined;
|
31075
31076
|
openDelay?: string | number | undefined;
|
31076
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31077
31077
|
openOnClick?: boolean | undefined;
|
31078
31078
|
openOnFocus?: boolean | undefined;
|
31079
31079
|
contentProps?: any;
|
@@ -31150,9 +31150,9 @@ declare const VDialog: {
|
|
31150
31150
|
class?: any;
|
31151
31151
|
theme?: string | undefined;
|
31152
31152
|
contentClass?: any;
|
31153
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31153
31154
|
closeDelay?: string | number | undefined;
|
31154
31155
|
openDelay?: string | number | undefined;
|
31155
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31156
31156
|
openOnClick?: boolean | undefined;
|
31157
31157
|
openOnFocus?: boolean | undefined;
|
31158
31158
|
contentProps?: any;
|
@@ -31213,7 +31213,7 @@ declare const VDialog: {
|
|
31213
31213
|
}>;
|
31214
31214
|
$root: vue.ComponentPublicInstance | null;
|
31215
31215
|
$parent: vue.ComponentPublicInstance | null;
|
31216
|
-
$emit: ((event: "
|
31216
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
31217
31217
|
$el: any;
|
31218
31218
|
$options: vue.ComponentOptionsBase<{
|
31219
31219
|
absolute: boolean;
|
@@ -31253,9 +31253,9 @@ declare const VDialog: {
|
|
31253
31253
|
class?: any;
|
31254
31254
|
theme?: string | undefined;
|
31255
31255
|
contentClass?: any;
|
31256
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31256
31257
|
closeDelay?: string | number | undefined;
|
31257
31258
|
openDelay?: string | number | undefined;
|
31258
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31259
31259
|
openOnClick?: boolean | undefined;
|
31260
31260
|
openOnFocus?: boolean | undefined;
|
31261
31261
|
contentProps?: any;
|
@@ -31405,9 +31405,9 @@ declare const VDialog: {
|
|
31405
31405
|
class?: any;
|
31406
31406
|
theme?: string | undefined;
|
31407
31407
|
contentClass?: any;
|
31408
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31408
31409
|
closeDelay?: string | number | undefined;
|
31409
31410
|
openDelay?: string | number | undefined;
|
31410
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31411
31411
|
openOnClick?: boolean | undefined;
|
31412
31412
|
openOnFocus?: boolean | undefined;
|
31413
31413
|
contentProps?: any;
|
@@ -31458,7 +31458,7 @@ declare const VDialog: {
|
|
31458
31458
|
globalTop: Readonly<vue.Ref<boolean>>;
|
31459
31459
|
localTop: vue.ComputedRef<boolean>;
|
31460
31460
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
31461
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
31461
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
31462
31462
|
_allExposed: {
|
31463
31463
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
31464
31464
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -34346,7 +34346,7 @@ declare const VFileInput: {
|
|
34346
34346
|
errorMessages: vue.ComputedRef<string[]>;
|
34347
34347
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
34348
34348
|
'update:modelValue': (value: any) => true;
|
34349
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
34349
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
34350
34350
|
error: boolean;
|
34351
34351
|
direction: "horizontal" | "vertical";
|
34352
34352
|
style: vue.StyleValue;
|
@@ -34918,7 +34918,7 @@ declare const VFileInput: {
|
|
34918
34918
|
errorMessages: vue.ComputedRef<string[]>;
|
34919
34919
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
34920
34920
|
'update:modelValue': (value: any) => true;
|
34921
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
34921
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
34922
34922
|
error: boolean;
|
34923
34923
|
direction: "horizontal" | "vertical";
|
34924
34924
|
style: vue.StyleValue;
|
@@ -35325,7 +35325,7 @@ declare const VFileInput: {
|
|
35325
35325
|
errorMessages: vue.ComputedRef<string[]>;
|
35326
35326
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
35327
35327
|
'update:modelValue': (value: any) => true;
|
35328
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
35328
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
35329
35329
|
error: boolean;
|
35330
35330
|
direction: "horizontal" | "vertical";
|
35331
35331
|
style: vue.StyleValue;
|
@@ -39762,9 +39762,9 @@ declare const VNavigationDrawer: {
|
|
39762
39762
|
tag: string;
|
39763
39763
|
sticky: boolean;
|
39764
39764
|
modelValue: boolean | null;
|
39765
|
-
scrim: string | boolean;
|
39766
39765
|
tile: boolean;
|
39767
39766
|
floating: boolean;
|
39767
|
+
scrim: string | boolean;
|
39768
39768
|
touchless: boolean;
|
39769
39769
|
disableResizeWatcher: boolean;
|
39770
39770
|
disableRouteWatcher: boolean;
|
@@ -39822,9 +39822,9 @@ declare const VNavigationDrawer: {
|
|
39822
39822
|
tag: string;
|
39823
39823
|
sticky: boolean;
|
39824
39824
|
modelValue: boolean | null;
|
39825
|
-
scrim: string | boolean;
|
39826
39825
|
tile: boolean;
|
39827
39826
|
floating: boolean;
|
39827
|
+
scrim: string | boolean;
|
39828
39828
|
touchless: boolean;
|
39829
39829
|
disableResizeWatcher: boolean;
|
39830
39830
|
disableRouteWatcher: boolean;
|
@@ -39878,9 +39878,9 @@ declare const VNavigationDrawer: {
|
|
39878
39878
|
sticky: boolean;
|
39879
39879
|
modelValue: boolean | null;
|
39880
39880
|
rounded: string | number | boolean;
|
39881
|
-
scrim: string | boolean;
|
39882
39881
|
tile: boolean;
|
39883
39882
|
floating: boolean;
|
39883
|
+
scrim: string | boolean;
|
39884
39884
|
touchless: boolean;
|
39885
39885
|
disableResizeWatcher: boolean;
|
39886
39886
|
disableRouteWatcher: boolean;
|
@@ -39912,9 +39912,9 @@ declare const VNavigationDrawer: {
|
|
39912
39912
|
tag: string;
|
39913
39913
|
sticky: boolean;
|
39914
39914
|
modelValue: boolean | null;
|
39915
|
-
scrim: string | boolean;
|
39916
39915
|
tile: boolean;
|
39917
39916
|
floating: boolean;
|
39917
|
+
scrim: string | boolean;
|
39918
39918
|
touchless: boolean;
|
39919
39919
|
disableResizeWatcher: boolean;
|
39920
39920
|
disableRouteWatcher: boolean;
|
@@ -39970,9 +39970,9 @@ declare const VNavigationDrawer: {
|
|
39970
39970
|
sticky: boolean;
|
39971
39971
|
modelValue: boolean | null;
|
39972
39972
|
rounded: string | number | boolean;
|
39973
|
-
scrim: string | boolean;
|
39974
39973
|
tile: boolean;
|
39975
39974
|
floating: boolean;
|
39975
|
+
scrim: string | boolean;
|
39976
39976
|
touchless: boolean;
|
39977
39977
|
disableResizeWatcher: boolean;
|
39978
39978
|
disableRouteWatcher: boolean;
|
@@ -39996,9 +39996,9 @@ declare const VNavigationDrawer: {
|
|
39996
39996
|
tag: string;
|
39997
39997
|
sticky: boolean;
|
39998
39998
|
modelValue: boolean | null;
|
39999
|
-
scrim: string | boolean;
|
40000
39999
|
tile: boolean;
|
40001
40000
|
floating: boolean;
|
40001
|
+
scrim: string | boolean;
|
40002
40002
|
touchless: boolean;
|
40003
40003
|
disableResizeWatcher: boolean;
|
40004
40004
|
disableRouteWatcher: boolean;
|
@@ -40057,9 +40057,9 @@ declare const VNavigationDrawer: {
|
|
40057
40057
|
sticky: boolean;
|
40058
40058
|
modelValue: boolean | null;
|
40059
40059
|
rounded: string | number | boolean;
|
40060
|
-
scrim: string | boolean;
|
40061
40060
|
tile: boolean;
|
40062
40061
|
floating: boolean;
|
40062
|
+
scrim: string | boolean;
|
40063
40063
|
touchless: boolean;
|
40064
40064
|
disableResizeWatcher: boolean;
|
40065
40065
|
disableRouteWatcher: boolean;
|
@@ -40656,9 +40656,9 @@ declare const VOverlay: {
|
|
40656
40656
|
class?: any;
|
40657
40657
|
theme?: string | undefined;
|
40658
40658
|
contentClass?: any;
|
40659
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40659
40660
|
closeDelay?: string | number | undefined;
|
40660
40661
|
openDelay?: string | number | undefined;
|
40661
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40662
40662
|
openOnClick?: boolean | undefined;
|
40663
40663
|
openOnFocus?: boolean | undefined;
|
40664
40664
|
contentProps?: any;
|
@@ -40752,9 +40752,9 @@ declare const VOverlay: {
|
|
40752
40752
|
class?: any;
|
40753
40753
|
theme?: string | undefined;
|
40754
40754
|
contentClass?: any;
|
40755
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40755
40756
|
closeDelay?: string | number | undefined;
|
40756
40757
|
openDelay?: string | number | undefined;
|
40757
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40758
40758
|
openOnClick?: boolean | undefined;
|
40759
40759
|
openOnFocus?: boolean | undefined;
|
40760
40760
|
contentProps?: any;
|
@@ -40877,9 +40877,9 @@ declare const VOverlay: {
|
|
40877
40877
|
class?: any;
|
40878
40878
|
theme?: string | undefined;
|
40879
40879
|
contentClass?: any;
|
40880
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40880
40881
|
closeDelay?: string | number | undefined;
|
40881
40882
|
openDelay?: string | number | undefined;
|
40882
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40883
40883
|
openOnClick?: boolean | undefined;
|
40884
40884
|
openOnFocus?: boolean | undefined;
|
40885
40885
|
contentProps?: any;
|
@@ -40999,9 +40999,9 @@ declare const VOverlay: {
|
|
40999
40999
|
class?: any;
|
41000
41000
|
theme?: string | undefined;
|
41001
41001
|
contentClass?: any;
|
41002
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
41002
41003
|
closeDelay?: string | number | undefined;
|
41003
41004
|
openDelay?: string | number | undefined;
|
41004
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
41005
41005
|
openOnClick?: boolean | undefined;
|
41006
41006
|
openOnFocus?: boolean | undefined;
|
41007
41007
|
contentProps?: any;
|
@@ -43097,7 +43097,7 @@ declare const VRadioGroup: {
|
|
43097
43097
|
hideDetails?: boolean | "auto" | undefined;
|
43098
43098
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
43099
43099
|
'update:modelValue': (value: any) => true;
|
43100
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
43100
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
43101
43101
|
type: string;
|
43102
43102
|
inline: boolean;
|
43103
43103
|
error: boolean;
|
@@ -43300,7 +43300,7 @@ declare const VRadioGroup: {
|
|
43300
43300
|
hideDetails?: boolean | "auto" | undefined;
|
43301
43301
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
43302
43302
|
'update:modelValue': (value: any) => true;
|
43303
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
43303
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
43304
43304
|
type: string;
|
43305
43305
|
inline: boolean;
|
43306
43306
|
error: boolean;
|
@@ -45344,7 +45344,7 @@ declare const VSelect: {
|
|
45344
45344
|
'update:focused': (focused: boolean) => true;
|
45345
45345
|
'update:modelValue': (value: any) => true;
|
45346
45346
|
'update:menu': (ue: boolean) => true;
|
45347
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
45347
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
45348
45348
|
flat: boolean;
|
45349
45349
|
reverse: boolean;
|
45350
45350
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -46936,7 +46936,7 @@ declare const VSelect: {
|
|
46936
46936
|
'update:focused': (focused: boolean) => true;
|
46937
46937
|
'update:modelValue': (value: any) => true;
|
46938
46938
|
'update:menu': (ue: boolean) => true;
|
46939
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
46939
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
46940
46940
|
flat: boolean;
|
46941
46941
|
reverse: boolean;
|
46942
46942
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -49143,6 +49143,7 @@ declare const VSnackbar: {
|
|
49143
49143
|
timeout: string | number;
|
49144
49144
|
vertical: boolean;
|
49145
49145
|
modelValue: boolean;
|
49146
|
+
tile: boolean;
|
49146
49147
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49147
49148
|
updateLocation: (e?: Event) => void;
|
49148
49149
|
});
|
@@ -49151,7 +49152,6 @@ declare const VSnackbar: {
|
|
49151
49152
|
closeOnContentClick: boolean;
|
49152
49153
|
closeOnBack: boolean;
|
49153
49154
|
contained: boolean;
|
49154
|
-
tile: boolean;
|
49155
49155
|
multiLine: boolean;
|
49156
49156
|
} & {
|
49157
49157
|
offset?: string | number | number[] | undefined;
|
@@ -49171,9 +49171,9 @@ declare const VSnackbar: {
|
|
49171
49171
|
timer?: string | boolean | undefined;
|
49172
49172
|
rounded?: string | number | boolean | undefined;
|
49173
49173
|
contentClass?: any;
|
49174
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49174
49175
|
closeDelay?: string | number | undefined;
|
49175
49176
|
openDelay?: string | number | undefined;
|
49176
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49177
49177
|
openOnClick?: boolean | undefined;
|
49178
49178
|
openOnFocus?: boolean | undefined;
|
49179
49179
|
contentProps?: any;
|
@@ -49280,9 +49280,9 @@ declare const VSnackbar: {
|
|
49280
49280
|
class?: any;
|
49281
49281
|
theme?: string | undefined;
|
49282
49282
|
contentClass?: any;
|
49283
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49283
49284
|
closeDelay?: string | number | undefined;
|
49284
49285
|
openDelay?: string | number | undefined;
|
49285
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49286
49286
|
openOnClick?: boolean | undefined;
|
49287
49287
|
openOnFocus?: boolean | undefined;
|
49288
49288
|
contentProps?: any;
|
@@ -49359,9 +49359,9 @@ declare const VSnackbar: {
|
|
49359
49359
|
class?: any;
|
49360
49360
|
theme?: string | undefined;
|
49361
49361
|
contentClass?: any;
|
49362
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49362
49363
|
closeDelay?: string | number | undefined;
|
49363
49364
|
openDelay?: string | number | undefined;
|
49364
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49365
49365
|
openOnClick?: boolean | undefined;
|
49366
49366
|
openOnFocus?: boolean | undefined;
|
49367
49367
|
contentProps?: any;
|
@@ -49422,7 +49422,7 @@ declare const VSnackbar: {
|
|
49422
49422
|
}>;
|
49423
49423
|
$root: vue.ComponentPublicInstance | null;
|
49424
49424
|
$parent: vue.ComponentPublicInstance | null;
|
49425
|
-
$emit: ((event: "
|
49425
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
49426
49426
|
$el: any;
|
49427
49427
|
$options: vue.ComponentOptionsBase<{
|
49428
49428
|
absolute: boolean;
|
@@ -49462,9 +49462,9 @@ declare const VSnackbar: {
|
|
49462
49462
|
class?: any;
|
49463
49463
|
theme?: string | undefined;
|
49464
49464
|
contentClass?: any;
|
49465
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49465
49466
|
closeDelay?: string | number | undefined;
|
49466
49467
|
openDelay?: string | number | undefined;
|
49467
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49468
49468
|
openOnClick?: boolean | undefined;
|
49469
49469
|
openOnFocus?: boolean | undefined;
|
49470
49470
|
contentProps?: any;
|
@@ -49614,9 +49614,9 @@ declare const VSnackbar: {
|
|
49614
49614
|
class?: any;
|
49615
49615
|
theme?: string | undefined;
|
49616
49616
|
contentClass?: any;
|
49617
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49617
49618
|
closeDelay?: string | number | undefined;
|
49618
49619
|
openDelay?: string | number | undefined;
|
49619
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49620
49620
|
openOnClick?: boolean | undefined;
|
49621
49621
|
openOnFocus?: boolean | undefined;
|
49622
49622
|
contentProps?: any;
|
@@ -49667,7 +49667,7 @@ declare const VSnackbar: {
|
|
49667
49667
|
globalTop: Readonly<Ref<boolean>>;
|
49668
49668
|
localTop: vue.ComputedRef<boolean>;
|
49669
49669
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
49670
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
49670
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
49671
49671
|
_allExposed: {
|
49672
49672
|
activatorEl: Ref<HTMLElement | undefined>;
|
49673
49673
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -49695,6 +49695,7 @@ declare const VSnackbar: {
|
|
49695
49695
|
timeout: string | number;
|
49696
49696
|
vertical: boolean;
|
49697
49697
|
modelValue: boolean;
|
49698
|
+
tile: boolean;
|
49698
49699
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49699
49700
|
updateLocation: (e?: Event) => void;
|
49700
49701
|
});
|
@@ -49703,7 +49704,6 @@ declare const VSnackbar: {
|
|
49703
49704
|
closeOnContentClick: boolean;
|
49704
49705
|
closeOnBack: boolean;
|
49705
49706
|
contained: boolean;
|
49706
|
-
tile: boolean;
|
49707
49707
|
multiLine: boolean;
|
49708
49708
|
} & {
|
49709
49709
|
offset?: string | number | number[] | undefined;
|
@@ -49723,9 +49723,9 @@ declare const VSnackbar: {
|
|
49723
49723
|
timer?: string | boolean | undefined;
|
49724
49724
|
rounded?: string | number | boolean | undefined;
|
49725
49725
|
contentClass?: any;
|
49726
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49726
49727
|
closeDelay?: string | number | undefined;
|
49727
49728
|
openDelay?: string | number | undefined;
|
49728
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49729
49729
|
openOnClick?: boolean | undefined;
|
49730
49730
|
openOnFocus?: boolean | undefined;
|
49731
49731
|
contentProps?: any;
|
@@ -49781,6 +49781,7 @@ declare const VSnackbar: {
|
|
49781
49781
|
vertical: boolean;
|
49782
49782
|
modelValue: boolean;
|
49783
49783
|
rounded: string | number | boolean;
|
49784
|
+
tile: boolean;
|
49784
49785
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49785
49786
|
updateLocation: (e?: Event) => void;
|
49786
49787
|
});
|
@@ -49791,7 +49792,6 @@ declare const VSnackbar: {
|
|
49791
49792
|
closeOnContentClick: boolean;
|
49792
49793
|
closeOnBack: boolean;
|
49793
49794
|
contained: boolean;
|
49794
|
-
tile: boolean;
|
49795
49795
|
multiLine: boolean;
|
49796
49796
|
}, true, {}, vue.SlotsType<Partial<{
|
49797
49797
|
activator: (arg: {
|
@@ -49825,6 +49825,7 @@ declare const VSnackbar: {
|
|
49825
49825
|
timeout: string | number;
|
49826
49826
|
vertical: boolean;
|
49827
49827
|
modelValue: boolean;
|
49828
|
+
tile: boolean;
|
49828
49829
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49829
49830
|
updateLocation: (e?: Event) => void;
|
49830
49831
|
});
|
@@ -49833,7 +49834,6 @@ declare const VSnackbar: {
|
|
49833
49834
|
closeOnContentClick: boolean;
|
49834
49835
|
closeOnBack: boolean;
|
49835
49836
|
contained: boolean;
|
49836
|
-
tile: boolean;
|
49837
49837
|
multiLine: boolean;
|
49838
49838
|
} & {
|
49839
49839
|
offset?: string | number | number[] | undefined;
|
@@ -49853,9 +49853,9 @@ declare const VSnackbar: {
|
|
49853
49853
|
timer?: string | boolean | undefined;
|
49854
49854
|
rounded?: string | number | boolean | undefined;
|
49855
49855
|
contentClass?: any;
|
49856
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49856
49857
|
closeDelay?: string | number | undefined;
|
49857
49858
|
openDelay?: string | number | undefined;
|
49858
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49859
49859
|
openOnClick?: boolean | undefined;
|
49860
49860
|
openOnFocus?: boolean | undefined;
|
49861
49861
|
contentProps?: any;
|
@@ -49962,9 +49962,9 @@ declare const VSnackbar: {
|
|
49962
49962
|
class?: any;
|
49963
49963
|
theme?: string | undefined;
|
49964
49964
|
contentClass?: any;
|
49965
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49965
49966
|
closeDelay?: string | number | undefined;
|
49966
49967
|
openDelay?: string | number | undefined;
|
49967
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49968
49968
|
openOnClick?: boolean | undefined;
|
49969
49969
|
openOnFocus?: boolean | undefined;
|
49970
49970
|
contentProps?: any;
|
@@ -50041,9 +50041,9 @@ declare const VSnackbar: {
|
|
50041
50041
|
class?: any;
|
50042
50042
|
theme?: string | undefined;
|
50043
50043
|
contentClass?: any;
|
50044
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50044
50045
|
closeDelay?: string | number | undefined;
|
50045
50046
|
openDelay?: string | number | undefined;
|
50046
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50047
50047
|
openOnClick?: boolean | undefined;
|
50048
50048
|
openOnFocus?: boolean | undefined;
|
50049
50049
|
contentProps?: any;
|
@@ -50104,7 +50104,7 @@ declare const VSnackbar: {
|
|
50104
50104
|
}>;
|
50105
50105
|
$root: vue.ComponentPublicInstance | null;
|
50106
50106
|
$parent: vue.ComponentPublicInstance | null;
|
50107
|
-
$emit: ((event: "
|
50107
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
50108
50108
|
$el: any;
|
50109
50109
|
$options: vue.ComponentOptionsBase<{
|
50110
50110
|
absolute: boolean;
|
@@ -50144,9 +50144,9 @@ declare const VSnackbar: {
|
|
50144
50144
|
class?: any;
|
50145
50145
|
theme?: string | undefined;
|
50146
50146
|
contentClass?: any;
|
50147
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50147
50148
|
closeDelay?: string | number | undefined;
|
50148
50149
|
openDelay?: string | number | undefined;
|
50149
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50150
50150
|
openOnClick?: boolean | undefined;
|
50151
50151
|
openOnFocus?: boolean | undefined;
|
50152
50152
|
contentProps?: any;
|
@@ -50296,9 +50296,9 @@ declare const VSnackbar: {
|
|
50296
50296
|
class?: any;
|
50297
50297
|
theme?: string | undefined;
|
50298
50298
|
contentClass?: any;
|
50299
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50299
50300
|
closeDelay?: string | number | undefined;
|
50300
50301
|
openDelay?: string | number | undefined;
|
50301
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50302
50302
|
openOnClick?: boolean | undefined;
|
50303
50303
|
openOnFocus?: boolean | undefined;
|
50304
50304
|
contentProps?: any;
|
@@ -50349,7 +50349,7 @@ declare const VSnackbar: {
|
|
50349
50349
|
globalTop: Readonly<Ref<boolean>>;
|
50350
50350
|
localTop: vue.ComputedRef<boolean>;
|
50351
50351
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
50352
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
50352
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
50353
50353
|
_allExposed: {
|
50354
50354
|
activatorEl: Ref<HTMLElement | undefined>;
|
50355
50355
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -50376,6 +50376,7 @@ declare const VSnackbar: {
|
|
50376
50376
|
vertical: boolean;
|
50377
50377
|
modelValue: boolean;
|
50378
50378
|
rounded: string | number | boolean;
|
50379
|
+
tile: boolean;
|
50379
50380
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
50380
50381
|
updateLocation: (e?: Event) => void;
|
50381
50382
|
});
|
@@ -50386,7 +50387,6 @@ declare const VSnackbar: {
|
|
50386
50387
|
closeOnContentClick: boolean;
|
50387
50388
|
closeOnBack: boolean;
|
50388
50389
|
contained: boolean;
|
50389
|
-
tile: boolean;
|
50390
50390
|
multiLine: boolean;
|
50391
50391
|
}>;
|
50392
50392
|
__isFragment?: never;
|
@@ -50407,6 +50407,7 @@ declare const VSnackbar: {
|
|
50407
50407
|
timeout: string | number;
|
50408
50408
|
vertical: boolean;
|
50409
50409
|
modelValue: boolean;
|
50410
|
+
tile: boolean;
|
50410
50411
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
50411
50412
|
updateLocation: (e?: Event) => void;
|
50412
50413
|
});
|
@@ -50415,7 +50416,6 @@ declare const VSnackbar: {
|
|
50415
50416
|
closeOnContentClick: boolean;
|
50416
50417
|
closeOnBack: boolean;
|
50417
50418
|
contained: boolean;
|
50418
|
-
tile: boolean;
|
50419
50419
|
multiLine: boolean;
|
50420
50420
|
} & {
|
50421
50421
|
offset?: string | number | number[] | undefined;
|
@@ -50435,9 +50435,9 @@ declare const VSnackbar: {
|
|
50435
50435
|
timer?: string | boolean | undefined;
|
50436
50436
|
rounded?: string | number | boolean | undefined;
|
50437
50437
|
contentClass?: any;
|
50438
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50438
50439
|
closeDelay?: string | number | undefined;
|
50439
50440
|
openDelay?: string | number | undefined;
|
50440
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50441
50441
|
openOnClick?: boolean | undefined;
|
50442
50442
|
openOnFocus?: boolean | undefined;
|
50443
50443
|
contentProps?: any;
|
@@ -50544,9 +50544,9 @@ declare const VSnackbar: {
|
|
50544
50544
|
class?: any;
|
50545
50545
|
theme?: string | undefined;
|
50546
50546
|
contentClass?: any;
|
50547
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50547
50548
|
closeDelay?: string | number | undefined;
|
50548
50549
|
openDelay?: string | number | undefined;
|
50549
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50550
50550
|
openOnClick?: boolean | undefined;
|
50551
50551
|
openOnFocus?: boolean | undefined;
|
50552
50552
|
contentProps?: any;
|
@@ -50623,9 +50623,9 @@ declare const VSnackbar: {
|
|
50623
50623
|
class?: any;
|
50624
50624
|
theme?: string | undefined;
|
50625
50625
|
contentClass?: any;
|
50626
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50626
50627
|
closeDelay?: string | number | undefined;
|
50627
50628
|
openDelay?: string | number | undefined;
|
50628
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50629
50629
|
openOnClick?: boolean | undefined;
|
50630
50630
|
openOnFocus?: boolean | undefined;
|
50631
50631
|
contentProps?: any;
|
@@ -50686,7 +50686,7 @@ declare const VSnackbar: {
|
|
50686
50686
|
}>;
|
50687
50687
|
$root: vue.ComponentPublicInstance | null;
|
50688
50688
|
$parent: vue.ComponentPublicInstance | null;
|
50689
|
-
$emit: ((event: "
|
50689
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
50690
50690
|
$el: any;
|
50691
50691
|
$options: vue.ComponentOptionsBase<{
|
50692
50692
|
absolute: boolean;
|
@@ -50726,9 +50726,9 @@ declare const VSnackbar: {
|
|
50726
50726
|
class?: any;
|
50727
50727
|
theme?: string | undefined;
|
50728
50728
|
contentClass?: any;
|
50729
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50729
50730
|
closeDelay?: string | number | undefined;
|
50730
50731
|
openDelay?: string | number | undefined;
|
50731
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50732
50732
|
openOnClick?: boolean | undefined;
|
50733
50733
|
openOnFocus?: boolean | undefined;
|
50734
50734
|
contentProps?: any;
|
@@ -50878,9 +50878,9 @@ declare const VSnackbar: {
|
|
50878
50878
|
class?: any;
|
50879
50879
|
theme?: string | undefined;
|
50880
50880
|
contentClass?: any;
|
50881
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50881
50882
|
closeDelay?: string | number | undefined;
|
50882
50883
|
openDelay?: string | number | undefined;
|
50883
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50884
50884
|
openOnClick?: boolean | undefined;
|
50885
50885
|
openOnFocus?: boolean | undefined;
|
50886
50886
|
contentProps?: any;
|
@@ -50931,7 +50931,7 @@ declare const VSnackbar: {
|
|
50931
50931
|
globalTop: Readonly<Ref<boolean>>;
|
50932
50932
|
localTop: vue.ComputedRef<boolean>;
|
50933
50933
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
50934
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
50934
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
50935
50935
|
_allExposed: {
|
50936
50936
|
activatorEl: Ref<HTMLElement | undefined>;
|
50937
50937
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -50960,6 +50960,7 @@ declare const VSnackbar: {
|
|
50960
50960
|
vertical: boolean;
|
50961
50961
|
modelValue: boolean;
|
50962
50962
|
rounded: string | number | boolean;
|
50963
|
+
tile: boolean;
|
50963
50964
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
50964
50965
|
updateLocation: (e?: Event) => void;
|
50965
50966
|
});
|
@@ -50970,7 +50971,6 @@ declare const VSnackbar: {
|
|
50970
50971
|
closeOnContentClick: boolean;
|
50971
50972
|
closeOnBack: boolean;
|
50972
50973
|
contained: boolean;
|
50973
|
-
tile: boolean;
|
50974
50974
|
multiLine: boolean;
|
50975
50975
|
}, {}, string, vue.SlotsType<Partial<{
|
50976
50976
|
activator: (arg: {
|
@@ -51029,6 +51029,7 @@ declare const VSnackbar: {
|
|
51029
51029
|
theme: StringConstructor;
|
51030
51030
|
modelValue: BooleanConstructor;
|
51031
51031
|
contentClass: null;
|
51032
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51032
51033
|
locationStrategy: {
|
51033
51034
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
51034
51035
|
default: string;
|
@@ -51036,7 +51037,6 @@ declare const VSnackbar: {
|
|
51036
51037
|
};
|
51037
51038
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
51038
51039
|
openDelay: (StringConstructor | NumberConstructor)[];
|
51039
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51040
51040
|
activatorProps: {
|
51041
51041
|
type: vue.PropType<Record<string, any>>;
|
51042
51042
|
default: () => {};
|
@@ -51128,6 +51128,7 @@ declare const VSnackbar: {
|
|
51128
51128
|
theme: StringConstructor;
|
51129
51129
|
modelValue: BooleanConstructor;
|
51130
51130
|
contentClass: null;
|
51131
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51131
51132
|
locationStrategy: {
|
51132
51133
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
51133
51134
|
default: string;
|
@@ -51135,7 +51136,6 @@ declare const VSnackbar: {
|
|
51135
51136
|
};
|
51136
51137
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
51137
51138
|
openDelay: (StringConstructor | NumberConstructor)[];
|
51138
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51139
51139
|
activatorProps: {
|
51140
51140
|
type: vue.PropType<Record<string, any>>;
|
51141
51141
|
default: () => {};
|
@@ -52096,6 +52096,7 @@ declare const VSpeedDial: {
|
|
52096
52096
|
persistent: BooleanConstructor;
|
52097
52097
|
modelValue: BooleanConstructor;
|
52098
52098
|
contentClass: null;
|
52099
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
52099
52100
|
locationStrategy: Omit<{
|
52100
52101
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
52101
52102
|
default: string;
|
@@ -52130,7 +52131,6 @@ declare const VSpeedDial: {
|
|
52130
52131
|
type: vue.PropType<string | number>;
|
52131
52132
|
default: NonNullable<string | number>;
|
52132
52133
|
};
|
52133
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
52134
52134
|
activatorProps: {
|
52135
52135
|
type: vue.PropType<Record<string, any>>;
|
52136
52136
|
default: () => {};
|
@@ -52239,6 +52239,7 @@ declare const VSpeedDial: {
|
|
52239
52239
|
persistent: BooleanConstructor;
|
52240
52240
|
modelValue: BooleanConstructor;
|
52241
52241
|
contentClass: null;
|
52242
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
52242
52243
|
locationStrategy: Omit<{
|
52243
52244
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
52244
52245
|
default: string;
|
@@ -52273,7 +52274,6 @@ declare const VSpeedDial: {
|
|
52273
52274
|
type: vue.PropType<string | number>;
|
52274
52275
|
default: NonNullable<string | number>;
|
52275
52276
|
};
|
52276
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
52277
52277
|
activatorProps: {
|
52278
52278
|
type: vue.PropType<Record<string, any>>;
|
52279
52279
|
default: () => {};
|
@@ -54011,7 +54011,7 @@ declare const VSwitch: {
|
|
54011
54011
|
'update:focused': (focused: boolean) => true;
|
54012
54012
|
'update:modelValue': (value: any) => true;
|
54013
54013
|
'update:indeterminate': (value: boolean) => true;
|
54014
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
54014
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
54015
54015
|
flat: boolean;
|
54016
54016
|
inline: boolean;
|
54017
54017
|
error: boolean;
|
@@ -54261,7 +54261,7 @@ declare const VSwitch: {
|
|
54261
54261
|
'update:focused': (focused: boolean) => true;
|
54262
54262
|
'update:modelValue': (value: any) => true;
|
54263
54263
|
'update:indeterminate': (value: boolean) => true;
|
54264
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
54264
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
|
54265
54265
|
flat: boolean;
|
54266
54266
|
inline: boolean;
|
54267
54267
|
error: boolean;
|
@@ -57590,7 +57590,7 @@ declare const VTextarea: {
|
|
57590
57590
|
errorMessages: vue.ComputedRef<string[]>;
|
57591
57591
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
57592
57592
|
'update:modelValue': (value: any) => true;
|
57593
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
57593
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
57594
57594
|
error: boolean;
|
57595
57595
|
direction: "horizontal" | "vertical";
|
57596
57596
|
style: vue.StyleValue;
|
@@ -58129,7 +58129,7 @@ declare const VTextarea: {
|
|
58129
58129
|
errorMessages: vue.ComputedRef<string[]>;
|
58130
58130
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
58131
58131
|
'update:modelValue': (value: any) => true;
|
58132
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
58132
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
58133
58133
|
error: boolean;
|
58134
58134
|
direction: "horizontal" | "vertical";
|
58135
58135
|
style: vue.StyleValue;
|
@@ -58521,7 +58521,7 @@ declare const VTextarea: {
|
|
58521
58521
|
errorMessages: vue.ComputedRef<string[]>;
|
58522
58522
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
58523
58523
|
'update:modelValue': (value: any) => true;
|
58524
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
58524
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
58525
58525
|
error: boolean;
|
58526
58526
|
direction: "horizontal" | "vertical";
|
58527
58527
|
style: vue.StyleValue;
|
@@ -59165,7 +59165,7 @@ declare const VTextField: {
|
|
59165
59165
|
errorMessages: vue.ComputedRef<string[]>;
|
59166
59166
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
59167
59167
|
'update:modelValue': (value: any) => true;
|
59168
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
59168
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
59169
59169
|
error: boolean;
|
59170
59170
|
direction: "horizontal" | "vertical";
|
59171
59171
|
style: vue.StyleValue;
|
@@ -59943,7 +59943,7 @@ declare const VTextField: {
|
|
59943
59943
|
errorMessages: vue.ComputedRef<string[]>;
|
59944
59944
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
59945
59945
|
'update:modelValue': (value: any) => true;
|
59946
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
59946
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
59947
59947
|
error: boolean;
|
59948
59948
|
direction: "horizontal" | "vertical";
|
59949
59949
|
style: vue.StyleValue;
|
@@ -60572,7 +60572,7 @@ declare const VTextField: {
|
|
60572
60572
|
errorMessages: vue.ComputedRef<string[]>;
|
60573
60573
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
60574
60574
|
'update:modelValue': (value: any) => true;
|
60575
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
60575
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
60576
60576
|
error: boolean;
|
60577
60577
|
direction: "horizontal" | "vertical";
|
60578
60578
|
style: vue.StyleValue;
|
@@ -62121,9 +62121,9 @@ declare const VTooltip: {
|
|
62121
62121
|
class?: any;
|
62122
62122
|
theme?: string | undefined;
|
62123
62123
|
contentClass?: any;
|
62124
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62124
62125
|
closeDelay?: string | number | undefined;
|
62125
62126
|
openDelay?: string | number | undefined;
|
62126
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62127
62127
|
openOnFocus?: boolean | undefined;
|
62128
62128
|
contentProps?: any;
|
62129
62129
|
attach?: string | boolean | Element | undefined;
|
@@ -62228,9 +62228,9 @@ declare const VTooltip: {
|
|
62228
62228
|
class?: any;
|
62229
62229
|
theme?: string | undefined;
|
62230
62230
|
contentClass?: any;
|
62231
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62231
62232
|
closeDelay?: string | number | undefined;
|
62232
62233
|
openDelay?: string | number | undefined;
|
62233
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62234
62234
|
openOnClick?: boolean | undefined;
|
62235
62235
|
openOnFocus?: boolean | undefined;
|
62236
62236
|
contentProps?: any;
|
@@ -62307,9 +62307,9 @@ declare const VTooltip: {
|
|
62307
62307
|
class?: any;
|
62308
62308
|
theme?: string | undefined;
|
62309
62309
|
contentClass?: any;
|
62310
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62310
62311
|
closeDelay?: string | number | undefined;
|
62311
62312
|
openDelay?: string | number | undefined;
|
62312
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62313
62313
|
openOnClick?: boolean | undefined;
|
62314
62314
|
openOnFocus?: boolean | undefined;
|
62315
62315
|
contentProps?: any;
|
@@ -62370,7 +62370,7 @@ declare const VTooltip: {
|
|
62370
62370
|
}>;
|
62371
62371
|
$root: vue.ComponentPublicInstance | null;
|
62372
62372
|
$parent: vue.ComponentPublicInstance | null;
|
62373
|
-
$emit: ((event: "
|
62373
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
62374
62374
|
$el: any;
|
62375
62375
|
$options: vue.ComponentOptionsBase<{
|
62376
62376
|
absolute: boolean;
|
@@ -62410,9 +62410,9 @@ declare const VTooltip: {
|
|
62410
62410
|
class?: any;
|
62411
62411
|
theme?: string | undefined;
|
62412
62412
|
contentClass?: any;
|
62413
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62413
62414
|
closeDelay?: string | number | undefined;
|
62414
62415
|
openDelay?: string | number | undefined;
|
62415
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62416
62416
|
openOnClick?: boolean | undefined;
|
62417
62417
|
openOnFocus?: boolean | undefined;
|
62418
62418
|
contentProps?: any;
|
@@ -62562,9 +62562,9 @@ declare const VTooltip: {
|
|
62562
62562
|
class?: any;
|
62563
62563
|
theme?: string | undefined;
|
62564
62564
|
contentClass?: any;
|
62565
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62565
62566
|
closeDelay?: string | number | undefined;
|
62566
62567
|
openDelay?: string | number | undefined;
|
62567
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62568
62568
|
openOnClick?: boolean | undefined;
|
62569
62569
|
openOnFocus?: boolean | undefined;
|
62570
62570
|
contentProps?: any;
|
@@ -62615,7 +62615,7 @@ declare const VTooltip: {
|
|
62615
62615
|
globalTop: Readonly<vue.Ref<boolean>>;
|
62616
62616
|
localTop: vue.ComputedRef<boolean>;
|
62617
62617
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
62618
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
62618
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
62619
62619
|
_allExposed: {
|
62620
62620
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
62621
62621
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -62666,9 +62666,9 @@ declare const VTooltip: {
|
|
62666
62666
|
class?: any;
|
62667
62667
|
theme?: string | undefined;
|
62668
62668
|
contentClass?: any;
|
62669
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62669
62670
|
closeDelay?: string | number | undefined;
|
62670
62671
|
openDelay?: string | number | undefined;
|
62671
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62672
62672
|
openOnFocus?: boolean | undefined;
|
62673
62673
|
contentProps?: any;
|
62674
62674
|
attach?: string | boolean | Element | undefined;
|
@@ -62786,9 +62786,9 @@ declare const VTooltip: {
|
|
62786
62786
|
class?: any;
|
62787
62787
|
theme?: string | undefined;
|
62788
62788
|
contentClass?: any;
|
62789
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62789
62790
|
closeDelay?: string | number | undefined;
|
62790
62791
|
openDelay?: string | number | undefined;
|
62791
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62792
62792
|
openOnFocus?: boolean | undefined;
|
62793
62793
|
contentProps?: any;
|
62794
62794
|
attach?: string | boolean | Element | undefined;
|
@@ -62893,9 +62893,9 @@ declare const VTooltip: {
|
|
62893
62893
|
class?: any;
|
62894
62894
|
theme?: string | undefined;
|
62895
62895
|
contentClass?: any;
|
62896
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62896
62897
|
closeDelay?: string | number | undefined;
|
62897
62898
|
openDelay?: string | number | undefined;
|
62898
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62899
62899
|
openOnClick?: boolean | undefined;
|
62900
62900
|
openOnFocus?: boolean | undefined;
|
62901
62901
|
contentProps?: any;
|
@@ -62972,9 +62972,9 @@ declare const VTooltip: {
|
|
62972
62972
|
class?: any;
|
62973
62973
|
theme?: string | undefined;
|
62974
62974
|
contentClass?: any;
|
62975
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62975
62976
|
closeDelay?: string | number | undefined;
|
62976
62977
|
openDelay?: string | number | undefined;
|
62977
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62978
62978
|
openOnClick?: boolean | undefined;
|
62979
62979
|
openOnFocus?: boolean | undefined;
|
62980
62980
|
contentProps?: any;
|
@@ -63035,7 +63035,7 @@ declare const VTooltip: {
|
|
63035
63035
|
}>;
|
63036
63036
|
$root: vue.ComponentPublicInstance | null;
|
63037
63037
|
$parent: vue.ComponentPublicInstance | null;
|
63038
|
-
$emit: ((event: "
|
63038
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
63039
63039
|
$el: any;
|
63040
63040
|
$options: vue.ComponentOptionsBase<{
|
63041
63041
|
absolute: boolean;
|
@@ -63075,9 +63075,9 @@ declare const VTooltip: {
|
|
63075
63075
|
class?: any;
|
63076
63076
|
theme?: string | undefined;
|
63077
63077
|
contentClass?: any;
|
63078
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63078
63079
|
closeDelay?: string | number | undefined;
|
63079
63080
|
openDelay?: string | number | undefined;
|
63080
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63081
63081
|
openOnClick?: boolean | undefined;
|
63082
63082
|
openOnFocus?: boolean | undefined;
|
63083
63083
|
contentProps?: any;
|
@@ -63227,9 +63227,9 @@ declare const VTooltip: {
|
|
63227
63227
|
class?: any;
|
63228
63228
|
theme?: string | undefined;
|
63229
63229
|
contentClass?: any;
|
63230
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63230
63231
|
closeDelay?: string | number | undefined;
|
63231
63232
|
openDelay?: string | number | undefined;
|
63232
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63233
63233
|
openOnClick?: boolean | undefined;
|
63234
63234
|
openOnFocus?: boolean | undefined;
|
63235
63235
|
contentProps?: any;
|
@@ -63280,7 +63280,7 @@ declare const VTooltip: {
|
|
63280
63280
|
globalTop: Readonly<vue.Ref<boolean>>;
|
63281
63281
|
localTop: vue.ComputedRef<boolean>;
|
63282
63282
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
63283
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
63283
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
63284
63284
|
_allExposed: {
|
63285
63285
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
63286
63286
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -63359,9 +63359,9 @@ declare const VTooltip: {
|
|
63359
63359
|
class?: any;
|
63360
63360
|
theme?: string | undefined;
|
63361
63361
|
contentClass?: any;
|
63362
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63362
63363
|
closeDelay?: string | number | undefined;
|
63363
63364
|
openDelay?: string | number | undefined;
|
63364
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63365
63365
|
openOnFocus?: boolean | undefined;
|
63366
63366
|
contentProps?: any;
|
63367
63367
|
attach?: string | boolean | Element | undefined;
|
@@ -63466,9 +63466,9 @@ declare const VTooltip: {
|
|
63466
63466
|
class?: any;
|
63467
63467
|
theme?: string | undefined;
|
63468
63468
|
contentClass?: any;
|
63469
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63469
63470
|
closeDelay?: string | number | undefined;
|
63470
63471
|
openDelay?: string | number | undefined;
|
63471
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63472
63472
|
openOnClick?: boolean | undefined;
|
63473
63473
|
openOnFocus?: boolean | undefined;
|
63474
63474
|
contentProps?: any;
|
@@ -63545,9 +63545,9 @@ declare const VTooltip: {
|
|
63545
63545
|
class?: any;
|
63546
63546
|
theme?: string | undefined;
|
63547
63547
|
contentClass?: any;
|
63548
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63548
63549
|
closeDelay?: string | number | undefined;
|
63549
63550
|
openDelay?: string | number | undefined;
|
63550
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63551
63551
|
openOnClick?: boolean | undefined;
|
63552
63552
|
openOnFocus?: boolean | undefined;
|
63553
63553
|
contentProps?: any;
|
@@ -63608,7 +63608,7 @@ declare const VTooltip: {
|
|
63608
63608
|
}>;
|
63609
63609
|
$root: vue.ComponentPublicInstance | null;
|
63610
63610
|
$parent: vue.ComponentPublicInstance | null;
|
63611
|
-
$emit: ((event: "
|
63611
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
63612
63612
|
$el: any;
|
63613
63613
|
$options: vue.ComponentOptionsBase<{
|
63614
63614
|
absolute: boolean;
|
@@ -63648,9 +63648,9 @@ declare const VTooltip: {
|
|
63648
63648
|
class?: any;
|
63649
63649
|
theme?: string | undefined;
|
63650
63650
|
contentClass?: any;
|
63651
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63651
63652
|
closeDelay?: string | number | undefined;
|
63652
63653
|
openDelay?: string | number | undefined;
|
63653
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63654
63654
|
openOnClick?: boolean | undefined;
|
63655
63655
|
openOnFocus?: boolean | undefined;
|
63656
63656
|
contentProps?: any;
|
@@ -63800,9 +63800,9 @@ declare const VTooltip: {
|
|
63800
63800
|
class?: any;
|
63801
63801
|
theme?: string | undefined;
|
63802
63802
|
contentClass?: any;
|
63803
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63803
63804
|
closeDelay?: string | number | undefined;
|
63804
63805
|
openDelay?: string | number | undefined;
|
63805
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63806
63806
|
openOnClick?: boolean | undefined;
|
63807
63807
|
openOnFocus?: boolean | undefined;
|
63808
63808
|
contentProps?: any;
|
@@ -63853,7 +63853,7 @@ declare const VTooltip: {
|
|
63853
63853
|
globalTop: Readonly<vue.Ref<boolean>>;
|
63854
63854
|
localTop: vue.ComputedRef<boolean>;
|
63855
63855
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
63856
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
63856
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
63857
63857
|
_allExposed: {
|
63858
63858
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
63859
63859
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -63962,6 +63962,7 @@ declare const VTooltip: {
|
|
63962
63962
|
theme: StringConstructor;
|
63963
63963
|
modelValue: BooleanConstructor;
|
63964
63964
|
contentClass: null;
|
63965
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
63965
63966
|
locationStrategy: Omit<{
|
63966
63967
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
63967
63968
|
default: string;
|
@@ -63984,7 +63985,6 @@ declare const VTooltip: {
|
|
63984
63985
|
};
|
63985
63986
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
63986
63987
|
openDelay: (StringConstructor | NumberConstructor)[];
|
63987
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
63988
63988
|
activatorProps: {
|
63989
63989
|
type: vue.PropType<Record<string, any>>;
|
63990
63990
|
default: () => {};
|
@@ -64086,6 +64086,7 @@ declare const VTooltip: {
|
|
64086
64086
|
theme: StringConstructor;
|
64087
64087
|
modelValue: BooleanConstructor;
|
64088
64088
|
contentClass: null;
|
64089
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
64089
64090
|
locationStrategy: Omit<{
|
64090
64091
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
64091
64092
|
default: string;
|
@@ -64108,7 +64109,6 @@ declare const VTooltip: {
|
|
64108
64109
|
};
|
64109
64110
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
64110
64111
|
openDelay: (StringConstructor | NumberConstructor)[];
|
64111
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
64112
64112
|
activatorProps: {
|
64113
64113
|
type: vue.PropType<Record<string, any>>;
|
64114
64114
|
default: () => {};
|
@@ -67102,46 +67102,41 @@ declare module 'vue' {
|
|
67102
67102
|
$children?: VNodeChild
|
67103
67103
|
}
|
67104
67104
|
export interface GlobalComponents {
|
67105
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67106
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67107
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67108
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67109
67105
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67110
67106
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67107
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67111
67108
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67112
67109
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67110
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67111
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67112
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67113
67113
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67114
|
-
|
67115
|
-
|
67116
|
-
|
67114
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67115
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67116
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67117
67117
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67118
67118
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67119
67119
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67120
|
-
|
67121
|
-
|
67122
|
-
|
67123
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67120
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67121
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67122
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67124
67123
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67125
|
-
|
67126
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67127
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67124
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67128
67125
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67129
67126
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67130
|
-
|
67127
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67128
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67131
67129
|
VCard: typeof import('vuetify/components')['VCard']
|
67132
67130
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67133
67131
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67134
67132
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67135
67133
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67136
67134
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67135
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67137
67136
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67138
|
-
|
67139
|
-
|
67140
|
-
|
67141
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67142
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67143
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67144
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67137
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67138
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67139
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67145
67140
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67146
67141
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67147
67142
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -67149,10 +67144,16 @@ declare module 'vue' {
|
|
67149
67144
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67150
67145
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67151
67146
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67152
|
-
|
67153
|
-
|
67147
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67148
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67149
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67150
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67151
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67152
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67153
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67154
67154
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67155
|
-
|
67155
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67156
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67156
67157
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67157
67158
|
VField: typeof import('vuetify/components')['VField']
|
67158
67159
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
@@ -67160,21 +67161,20 @@ declare module 'vue' {
|
|
67160
67161
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67161
67162
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67162
67163
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67164
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67163
67165
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67164
|
-
|
67166
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67165
67167
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67166
67168
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67167
67169
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67168
67170
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67169
67171
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67170
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67171
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67172
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67173
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67174
67172
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67175
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67176
67173
|
VInput: typeof import('vuetify/components')['VInput']
|
67174
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67177
67175
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67176
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67177
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67178
67178
|
VList: typeof import('vuetify/components')['VList']
|
67179
67179
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67180
67180
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67184,26 +67184,26 @@ declare module 'vue' {
|
|
67184
67184
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67185
67185
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67186
67186
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67187
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67188
67187
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67189
67188
|
VMain: typeof import('vuetify/components')['VMain']
|
67189
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67190
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67190
67191
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67191
|
-
|
67192
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67193
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67192
67194
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67195
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67196
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67193
67197
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67194
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67195
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67196
67198
|
VRating: typeof import('vuetify/components')['VRating']
|
67197
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67198
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67199
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67200
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67201
67199
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67202
67200
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67203
|
-
|
67201
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67204
67202
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67205
67203
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67206
|
-
|
67204
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67205
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67206
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67207
67207
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67208
67208
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67209
67209
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -67211,40 +67211,40 @@ declare module 'vue' {
|
|
67211
67211
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67212
67212
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67213
67213
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67214
|
-
|
67214
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67215
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67215
67216
|
VTab: typeof import('vuetify/components')['VTab']
|
67216
67217
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67217
67218
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67218
67219
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67219
67220
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67220
|
-
|
67221
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67222
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67223
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67224
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67221
67225
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67222
67226
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67223
67227
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67224
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67225
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67226
67228
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67227
67229
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67228
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67229
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67230
67230
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67231
67231
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67232
67232
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67233
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67233
67234
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67234
67235
|
VCol: typeof import('vuetify/components')['VCol']
|
67235
67236
|
VRow: typeof import('vuetify/components')['VRow']
|
67236
67237
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67237
|
-
|
67238
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67238
67239
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67239
67240
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67240
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67241
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67242
67241
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67242
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67243
67243
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67244
67244
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67245
67245
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67246
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67247
67246
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67247
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67248
67248
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67249
67249
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67250
67250
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -67274,9 +67274,6 @@ declare module 'vue' {
|
|
67274
67274
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67275
67275
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67276
67276
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67277
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67278
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67279
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67280
67277
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67281
67278
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67282
67279
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
@@ -67284,6 +67281,9 @@ declare module 'vue' {
|
|
67284
67281
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67285
67282
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67286
67283
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67284
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67285
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67286
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67287
67287
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67288
67288
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67289
67289
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|