@vuetify/nightly 3.7.2-master.2024-09-20 → 3.7.2-master.2024-09-26
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 +160 -160
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2502 -2502
- package/dist/vuetify-labs.d.ts +194 -194
- package/dist/vuetify-labs.esm.js +9 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5552 -5552
- 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/VTreeview.mjs +2 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- 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
@@ -2870,13 +2870,13 @@ declare const VMessages: {
|
|
2870
2870
|
leaveAbsolute: boolean;
|
2871
2871
|
group: boolean;
|
2872
2872
|
}>;
|
2873
|
-
default:
|
2874
|
-
component?: Component;
|
2875
|
-
})> | {
|
2873
|
+
default: {
|
2876
2874
|
component: Component;
|
2877
2875
|
leaveAbsolute: boolean;
|
2878
2876
|
group: boolean;
|
2879
|
-
}
|
2877
|
+
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
2878
|
+
component?: Component;
|
2879
|
+
})>;
|
2880
2880
|
};
|
2881
2881
|
class: PropType<ClassValue>;
|
2882
2882
|
style: {
|
@@ -2904,13 +2904,13 @@ declare const VMessages: {
|
|
2904
2904
|
leaveAbsolute: boolean;
|
2905
2905
|
group: boolean;
|
2906
2906
|
}>;
|
2907
|
-
default:
|
2908
|
-
component?: Component;
|
2909
|
-
})> | {
|
2907
|
+
default: {
|
2910
2908
|
component: Component;
|
2911
2909
|
leaveAbsolute: boolean;
|
2912
2910
|
group: boolean;
|
2913
|
-
}
|
2911
|
+
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
2912
|
+
component?: Component;
|
2913
|
+
})>;
|
2914
2914
|
};
|
2915
2915
|
class: PropType<ClassValue>;
|
2916
2916
|
style: {
|
@@ -2988,7 +2988,7 @@ declare const VInput: {
|
|
2988
2988
|
errorMessages: ComputedRef<string[]>;
|
2989
2989
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2990
2990
|
'update:modelValue': (value: any) => true;
|
2991
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
2991
|
+
}, "$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 & {
|
2992
2992
|
error: boolean;
|
2993
2993
|
direction: "horizontal" | "vertical";
|
2994
2994
|
style: vue.StyleValue;
|
@@ -3148,7 +3148,7 @@ declare const VInput: {
|
|
3148
3148
|
errorMessages: ComputedRef<string[]>;
|
3149
3149
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
3150
3150
|
'update:modelValue': (value: any) => true;
|
3151
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
3151
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
3152
3152
|
error: boolean;
|
3153
3153
|
direction: "horizontal" | "vertical";
|
3154
3154
|
style: vue.StyleValue;
|
@@ -6165,9 +6165,9 @@ declare const VMenu: {
|
|
6165
6165
|
class?: any;
|
6166
6166
|
theme?: string | undefined;
|
6167
6167
|
contentClass?: any;
|
6168
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6168
6169
|
closeDelay?: string | number | undefined;
|
6169
6170
|
openDelay?: string | number | undefined;
|
6170
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6171
6171
|
openOnClick?: boolean | undefined;
|
6172
6172
|
openOnFocus?: boolean | undefined;
|
6173
6173
|
contentProps?: any;
|
@@ -6244,9 +6244,9 @@ declare const VMenu: {
|
|
6244
6244
|
class?: any;
|
6245
6245
|
theme?: string | undefined;
|
6246
6246
|
contentClass?: any;
|
6247
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6247
6248
|
closeDelay?: string | number | undefined;
|
6248
6249
|
openDelay?: string | number | undefined;
|
6249
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6250
6250
|
openOnClick?: boolean | undefined;
|
6251
6251
|
openOnFocus?: boolean | undefined;
|
6252
6252
|
contentProps?: any;
|
@@ -6307,7 +6307,7 @@ declare const VMenu: {
|
|
6307
6307
|
}>;
|
6308
6308
|
$root: vue.ComponentPublicInstance | null;
|
6309
6309
|
$parent: vue.ComponentPublicInstance | null;
|
6310
|
-
$emit: ((event: "
|
6310
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
6311
6311
|
$el: any;
|
6312
6312
|
$options: vue.ComponentOptionsBase<{
|
6313
6313
|
absolute: boolean;
|
@@ -6347,9 +6347,9 @@ declare const VMenu: {
|
|
6347
6347
|
class?: any;
|
6348
6348
|
theme?: string | undefined;
|
6349
6349
|
contentClass?: any;
|
6350
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6350
6351
|
closeDelay?: string | number | undefined;
|
6351
6352
|
openDelay?: string | number | undefined;
|
6352
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6353
6353
|
openOnClick?: boolean | undefined;
|
6354
6354
|
openOnFocus?: boolean | undefined;
|
6355
6355
|
contentProps?: any;
|
@@ -6499,9 +6499,9 @@ declare const VMenu: {
|
|
6499
6499
|
class?: any;
|
6500
6500
|
theme?: string | undefined;
|
6501
6501
|
contentClass?: any;
|
6502
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6502
6503
|
closeDelay?: string | number | undefined;
|
6503
6504
|
openDelay?: string | number | undefined;
|
6504
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6505
6505
|
openOnClick?: boolean | undefined;
|
6506
6506
|
openOnFocus?: boolean | undefined;
|
6507
6507
|
contentProps?: any;
|
@@ -6552,7 +6552,7 @@ declare const VMenu: {
|
|
6552
6552
|
globalTop: Readonly<vue.Ref<boolean>>;
|
6553
6553
|
localTop: vue.ComputedRef<boolean>;
|
6554
6554
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
6555
|
-
}> & {} & 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" | "
|
6555
|
+
}> & {} & 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}`> & {
|
6556
6556
|
_allExposed: {
|
6557
6557
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
6558
6558
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -6846,9 +6846,9 @@ declare const VMenu: {
|
|
6846
6846
|
class?: any;
|
6847
6847
|
theme?: string | undefined;
|
6848
6848
|
contentClass?: any;
|
6849
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6849
6850
|
closeDelay?: string | number | undefined;
|
6850
6851
|
openDelay?: string | number | undefined;
|
6851
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6852
6852
|
openOnClick?: boolean | undefined;
|
6853
6853
|
openOnFocus?: boolean | undefined;
|
6854
6854
|
contentProps?: any;
|
@@ -6925,9 +6925,9 @@ declare const VMenu: {
|
|
6925
6925
|
class?: any;
|
6926
6926
|
theme?: string | undefined;
|
6927
6927
|
contentClass?: any;
|
6928
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6928
6929
|
closeDelay?: string | number | undefined;
|
6929
6930
|
openDelay?: string | number | undefined;
|
6930
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
6931
6931
|
openOnClick?: boolean | undefined;
|
6932
6932
|
openOnFocus?: boolean | undefined;
|
6933
6933
|
contentProps?: any;
|
@@ -6988,7 +6988,7 @@ declare const VMenu: {
|
|
6988
6988
|
}>;
|
6989
6989
|
$root: vue.ComponentPublicInstance | null;
|
6990
6990
|
$parent: vue.ComponentPublicInstance | null;
|
6991
|
-
$emit: ((event: "
|
6991
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
6992
6992
|
$el: any;
|
6993
6993
|
$options: vue.ComponentOptionsBase<{
|
6994
6994
|
absolute: boolean;
|
@@ -7028,9 +7028,9 @@ declare const VMenu: {
|
|
7028
7028
|
class?: any;
|
7029
7029
|
theme?: string | undefined;
|
7030
7030
|
contentClass?: any;
|
7031
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7031
7032
|
closeDelay?: string | number | undefined;
|
7032
7033
|
openDelay?: string | number | undefined;
|
7033
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7034
7034
|
openOnClick?: boolean | undefined;
|
7035
7035
|
openOnFocus?: boolean | undefined;
|
7036
7036
|
contentProps?: any;
|
@@ -7180,9 +7180,9 @@ declare const VMenu: {
|
|
7180
7180
|
class?: any;
|
7181
7181
|
theme?: string | undefined;
|
7182
7182
|
contentClass?: any;
|
7183
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7183
7184
|
closeDelay?: string | number | undefined;
|
7184
7185
|
openDelay?: string | number | undefined;
|
7185
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7186
7186
|
openOnClick?: boolean | undefined;
|
7187
7187
|
openOnFocus?: boolean | undefined;
|
7188
7188
|
contentProps?: any;
|
@@ -7233,7 +7233,7 @@ declare const VMenu: {
|
|
7233
7233
|
globalTop: Readonly<vue.Ref<boolean>>;
|
7234
7234
|
localTop: vue.ComputedRef<boolean>;
|
7235
7235
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7236
|
-
}> & {} & 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" | "
|
7236
|
+
}> & {} & 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}`> & {
|
7237
7237
|
_allExposed: {
|
7238
7238
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
7239
7239
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -7432,9 +7432,9 @@ declare const VMenu: {
|
|
7432
7432
|
class?: any;
|
7433
7433
|
theme?: string | undefined;
|
7434
7434
|
contentClass?: any;
|
7435
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7435
7436
|
closeDelay?: string | number | undefined;
|
7436
7437
|
openDelay?: string | number | undefined;
|
7437
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7438
7438
|
openOnClick?: boolean | undefined;
|
7439
7439
|
openOnFocus?: boolean | undefined;
|
7440
7440
|
contentProps?: any;
|
@@ -7511,9 +7511,9 @@ declare const VMenu: {
|
|
7511
7511
|
class?: any;
|
7512
7512
|
theme?: string | undefined;
|
7513
7513
|
contentClass?: any;
|
7514
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7514
7515
|
closeDelay?: string | number | undefined;
|
7515
7516
|
openDelay?: string | number | undefined;
|
7516
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7517
7517
|
openOnClick?: boolean | undefined;
|
7518
7518
|
openOnFocus?: boolean | undefined;
|
7519
7519
|
contentProps?: any;
|
@@ -7574,7 +7574,7 @@ declare const VMenu: {
|
|
7574
7574
|
}>;
|
7575
7575
|
$root: vue.ComponentPublicInstance | null;
|
7576
7576
|
$parent: vue.ComponentPublicInstance | null;
|
7577
|
-
$emit: ((event: "
|
7577
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
7578
7578
|
$el: any;
|
7579
7579
|
$options: vue.ComponentOptionsBase<{
|
7580
7580
|
absolute: boolean;
|
@@ -7614,9 +7614,9 @@ declare const VMenu: {
|
|
7614
7614
|
class?: any;
|
7615
7615
|
theme?: string | undefined;
|
7616
7616
|
contentClass?: any;
|
7617
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7617
7618
|
closeDelay?: string | number | undefined;
|
7618
7619
|
openDelay?: string | number | undefined;
|
7619
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7620
7620
|
openOnClick?: boolean | undefined;
|
7621
7621
|
openOnFocus?: boolean | undefined;
|
7622
7622
|
contentProps?: any;
|
@@ -7766,9 +7766,9 @@ declare const VMenu: {
|
|
7766
7766
|
class?: any;
|
7767
7767
|
theme?: string | undefined;
|
7768
7768
|
contentClass?: any;
|
7769
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7769
7770
|
closeDelay?: string | number | undefined;
|
7770
7771
|
openDelay?: string | number | undefined;
|
7771
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
7772
7772
|
openOnClick?: boolean | undefined;
|
7773
7773
|
openOnFocus?: boolean | undefined;
|
7774
7774
|
contentProps?: any;
|
@@ -7819,7 +7819,7 @@ declare const VMenu: {
|
|
7819
7819
|
globalTop: Readonly<vue.Ref<boolean>>;
|
7820
7820
|
localTop: vue.ComputedRef<boolean>;
|
7821
7821
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
7822
|
-
}> & {} & 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" | "
|
7822
|
+
}> & {} & 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}`> & {
|
7823
7823
|
_allExposed: {
|
7824
7824
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
7825
7825
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -7928,6 +7928,7 @@ declare const VMenu: {
|
|
7928
7928
|
persistent: BooleanConstructor;
|
7929
7929
|
modelValue: BooleanConstructor;
|
7930
7930
|
contentClass: null;
|
7931
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
7931
7932
|
locationStrategy: Omit<{
|
7932
7933
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
7933
7934
|
default: string;
|
@@ -7956,7 +7957,6 @@ declare const VMenu: {
|
|
7956
7957
|
type: vue.PropType<string | number>;
|
7957
7958
|
default: NonNullable<string | number>;
|
7958
7959
|
};
|
7959
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
7960
7960
|
activatorProps: {
|
7961
7961
|
type: vue.PropType<Record<string, any>>;
|
7962
7962
|
default: () => {};
|
@@ -8045,6 +8045,7 @@ declare const VMenu: {
|
|
8045
8045
|
persistent: BooleanConstructor;
|
8046
8046
|
modelValue: BooleanConstructor;
|
8047
8047
|
contentClass: null;
|
8048
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8048
8049
|
locationStrategy: Omit<{
|
8049
8050
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
8050
8051
|
default: string;
|
@@ -8073,7 +8074,6 @@ declare const VMenu: {
|
|
8073
8074
|
type: vue.PropType<string | number>;
|
8074
8075
|
default: NonNullable<string | number>;
|
8075
8076
|
};
|
8076
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
8077
8077
|
activatorProps: {
|
8078
8078
|
type: vue.PropType<Record<string, any>>;
|
8079
8079
|
default: () => {};
|
@@ -8611,7 +8611,7 @@ declare const VAutocomplete: {
|
|
8611
8611
|
'update:search': (value: any) => true;
|
8612
8612
|
'update:modelValue': (value: any) => true;
|
8613
8613
|
'update:menu': (value: boolean) => true;
|
8614
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
8614
|
+
}, "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 & {
|
8615
8615
|
flat: boolean;
|
8616
8616
|
reverse: boolean;
|
8617
8617
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -10229,7 +10229,7 @@ declare const VAutocomplete: {
|
|
10229
10229
|
'update:search': (value: any) => true;
|
10230
10230
|
'update:modelValue': (value: any) => true;
|
10231
10231
|
'update:menu': (value: boolean) => true;
|
10232
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
10232
|
+
}, "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, {
|
10233
10233
|
flat: boolean;
|
10234
10234
|
reverse: boolean;
|
10235
10235
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -12228,9 +12228,9 @@ declare const VBottomSheet: {
|
|
12228
12228
|
class?: any;
|
12229
12229
|
theme?: string | undefined;
|
12230
12230
|
contentClass?: any;
|
12231
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12231
12232
|
closeDelay?: string | number | undefined;
|
12232
12233
|
openDelay?: string | number | undefined;
|
12233
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12234
12234
|
openOnClick?: boolean | undefined;
|
12235
12235
|
openOnFocus?: boolean | undefined;
|
12236
12236
|
contentProps?: any;
|
@@ -12314,9 +12314,9 @@ declare const VBottomSheet: {
|
|
12314
12314
|
class?: any;
|
12315
12315
|
theme?: string | undefined;
|
12316
12316
|
contentClass?: any;
|
12317
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12317
12318
|
closeDelay?: string | number | undefined;
|
12318
12319
|
openDelay?: string | number | undefined;
|
12319
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12320
12320
|
openOnClick?: boolean | undefined;
|
12321
12321
|
openOnFocus?: boolean | undefined;
|
12322
12322
|
contentProps?: any;
|
@@ -12446,9 +12446,9 @@ declare const VBottomSheet: {
|
|
12446
12446
|
class?: any;
|
12447
12447
|
theme?: string | undefined;
|
12448
12448
|
contentClass?: any;
|
12449
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12449
12450
|
closeDelay?: string | number | undefined;
|
12450
12451
|
openDelay?: string | number | undefined;
|
12451
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12452
12452
|
openOnClick?: boolean | undefined;
|
12453
12453
|
openOnFocus?: boolean | undefined;
|
12454
12454
|
contentProps?: any;
|
@@ -12566,9 +12566,9 @@ declare const VBottomSheet: {
|
|
12566
12566
|
class?: any;
|
12567
12567
|
theme?: string | undefined;
|
12568
12568
|
contentClass?: any;
|
12569
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12569
12570
|
closeDelay?: string | number | undefined;
|
12570
12571
|
openDelay?: string | number | undefined;
|
12571
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
12572
12572
|
openOnClick?: boolean | undefined;
|
12573
12573
|
openOnFocus?: boolean | undefined;
|
12574
12574
|
contentProps?: any;
|
@@ -15604,7 +15604,7 @@ declare const VWindow: {
|
|
15604
15604
|
group: GroupProvide;
|
15605
15605
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
15606
15606
|
'update:modelValue': (value: any) => true;
|
15607
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
15607
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
15608
15608
|
reverse: boolean;
|
15609
15609
|
direction: "horizontal" | "vertical";
|
15610
15610
|
style: vue.StyleValue;
|
@@ -15706,7 +15706,7 @@ declare const VWindow: {
|
|
15706
15706
|
group: GroupProvide;
|
15707
15707
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
15708
15708
|
'update:modelValue': (value: any) => true;
|
15709
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
15709
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
15710
15710
|
reverse: boolean;
|
15711
15711
|
direction: "horizontal" | "vertical";
|
15712
15712
|
style: vue.StyleValue;
|
@@ -15861,7 +15861,7 @@ declare const VCarousel: {
|
|
15861
15861
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
15862
15862
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
15863
15863
|
'update:modelValue': (value: any) => true;
|
15864
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
15864
|
+
}, "$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 & {
|
15865
15865
|
reverse: boolean;
|
15866
15866
|
interval: string | number;
|
15867
15867
|
height: string | number;
|
@@ -16018,7 +16018,7 @@ declare const VCarousel: {
|
|
16018
16018
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
16019
16019
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16020
16020
|
'update:modelValue': (value: any) => true;
|
16021
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
16021
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
16022
16022
|
reverse: boolean;
|
16023
16023
|
interval: string | number;
|
16024
16024
|
height: string | number;
|
@@ -17657,7 +17657,7 @@ declare const VCheckbox: {
|
|
17657
17657
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
17658
17658
|
'update:modelValue': (value: any) => true;
|
17659
17659
|
'update:focused': (focused: boolean) => true;
|
17660
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
17660
|
+
}, "$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 & {
|
17661
17661
|
error: boolean;
|
17662
17662
|
direction: "horizontal" | "vertical";
|
17663
17663
|
style: vue.StyleValue;
|
@@ -17886,7 +17886,7 @@ declare const VCheckbox: {
|
|
17886
17886
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
17887
17887
|
'update:modelValue': (value: any) => true;
|
17888
17888
|
'update:focused': (focused: boolean) => true;
|
17889
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
17889
|
+
}, "$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, {
|
17890
17890
|
error: boolean;
|
17891
17891
|
direction: "horizontal" | "vertical";
|
17892
17892
|
style: vue.StyleValue;
|
@@ -20614,7 +20614,7 @@ declare const VCombobox: {
|
|
20614
20614
|
'update:modelValue': (value: any) => true;
|
20615
20615
|
'update:search': (value: string) => true;
|
20616
20616
|
'update:menu': (value: boolean) => true;
|
20617
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
20617
|
+
}, "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 & {
|
20618
20618
|
flat: boolean;
|
20619
20619
|
reverse: boolean;
|
20620
20620
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -22232,7 +22232,7 @@ declare const VCombobox: {
|
|
22232
22232
|
'update:modelValue': (value: any) => true;
|
22233
22233
|
'update:search': (value: string) => true;
|
22234
22234
|
'update:menu': (value: boolean) => true;
|
22235
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
22235
|
+
}, "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, {
|
22236
22236
|
flat: boolean;
|
22237
22237
|
reverse: boolean;
|
22238
22238
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -24473,7 +24473,7 @@ declare const VDataTable: {
|
|
24473
24473
|
'update:groupBy': (value: any) => true;
|
24474
24474
|
'update:expanded': (value: any) => true;
|
24475
24475
|
'update:currentItems': (value: any) => true;
|
24476
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
24476
|
+
}, "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 & {
|
24477
24477
|
page: string | number;
|
24478
24478
|
expanded: readonly string[];
|
24479
24479
|
style: vue.StyleValue;
|
@@ -24844,7 +24844,7 @@ declare const VDataTable: {
|
|
24844
24844
|
'update:groupBy': (value: any) => true;
|
24845
24845
|
'update:expanded': (value: any) => true;
|
24846
24846
|
'update:currentItems': (value: any) => true;
|
24847
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
24847
|
+
}, "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, {
|
24848
24848
|
page: string | number;
|
24849
24849
|
expanded: readonly string[];
|
24850
24850
|
style: vue.StyleValue;
|
@@ -25669,7 +25669,7 @@ declare const VDataTableVirtual: {
|
|
25669
25669
|
'update:options': (value: any) => true;
|
25670
25670
|
'update:groupBy': (value: any) => true;
|
25671
25671
|
'update:expanded': (value: any) => true;
|
25672
|
-
}, "$children" | "v-slots" | "modelValue" | "
|
25672
|
+
}, "$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 & {
|
25673
25673
|
expanded: readonly string[];
|
25674
25674
|
style: vue.StyleValue;
|
25675
25675
|
mobile: boolean | null;
|
@@ -26079,7 +26079,7 @@ declare const VDataTableVirtual: {
|
|
26079
26079
|
'update:options': (value: any) => true;
|
26080
26080
|
'update:groupBy': (value: any) => true;
|
26081
26081
|
'update:expanded': (value: any) => true;
|
26082
|
-
}, "$children" | "v-slots" | "modelValue" | "
|
26082
|
+
}, "$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, {
|
26083
26083
|
expanded: readonly string[];
|
26084
26084
|
style: vue.StyleValue;
|
26085
26085
|
mobile: boolean | null;
|
@@ -26507,7 +26507,7 @@ declare const VDataTableServer: {
|
|
26507
26507
|
'update:options': (options: any) => true;
|
26508
26508
|
'update:expanded': (options: any) => true;
|
26509
26509
|
'update:groupBy': (value: any) => true;
|
26510
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
26510
|
+
}, "$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 & {
|
26511
26511
|
page: string | number;
|
26512
26512
|
expanded: readonly string[];
|
26513
26513
|
style: vue.StyleValue;
|
@@ -26993,7 +26993,7 @@ declare const VDataTableServer: {
|
|
26993
26993
|
'update:options': (options: any) => true;
|
26994
26994
|
'update:expanded': (options: any) => true;
|
26995
26995
|
'update:groupBy': (value: any) => true;
|
26996
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
26996
|
+
}, "$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, {
|
26997
26997
|
page: string | number;
|
26998
26998
|
expanded: readonly string[];
|
26999
26999
|
style: vue.StyleValue;
|
@@ -27489,7 +27489,7 @@ declare const VDatePicker: {
|
|
27489
27489
|
'update:month': (date: any) => true;
|
27490
27490
|
'update:year': (date: any) => true;
|
27491
27491
|
'update:viewMode': (date: any) => true;
|
27492
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
27492
|
+
}, "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 & {
|
27493
27493
|
transition: string;
|
27494
27494
|
header: string;
|
27495
27495
|
style: vue.StyleValue;
|
@@ -27704,7 +27704,7 @@ declare const VDatePicker: {
|
|
27704
27704
|
'update:month': (date: any) => true;
|
27705
27705
|
'update:year': (date: any) => true;
|
27706
27706
|
'update:viewMode': (date: any) => true;
|
27707
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
27707
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
|
27708
27708
|
active: string | string[];
|
27709
27709
|
transition: string;
|
27710
27710
|
header: string;
|
@@ -29351,9 +29351,9 @@ declare const VDialog: {
|
|
29351
29351
|
class?: any;
|
29352
29352
|
theme?: string | undefined;
|
29353
29353
|
contentClass?: any;
|
29354
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29354
29355
|
closeDelay?: string | number | undefined;
|
29355
29356
|
openDelay?: string | number | undefined;
|
29356
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29357
29357
|
openOnClick?: boolean | undefined;
|
29358
29358
|
openOnFocus?: boolean | undefined;
|
29359
29359
|
contentProps?: any;
|
@@ -29461,9 +29461,9 @@ declare const VDialog: {
|
|
29461
29461
|
class?: any;
|
29462
29462
|
theme?: string | undefined;
|
29463
29463
|
contentClass?: any;
|
29464
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29464
29465
|
closeDelay?: string | number | undefined;
|
29465
29466
|
openDelay?: string | number | undefined;
|
29466
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29467
29467
|
openOnClick?: boolean | undefined;
|
29468
29468
|
openOnFocus?: boolean | undefined;
|
29469
29469
|
contentProps?: any;
|
@@ -29540,9 +29540,9 @@ declare const VDialog: {
|
|
29540
29540
|
class?: any;
|
29541
29541
|
theme?: string | undefined;
|
29542
29542
|
contentClass?: any;
|
29543
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29543
29544
|
closeDelay?: string | number | undefined;
|
29544
29545
|
openDelay?: string | number | undefined;
|
29545
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29546
29546
|
openOnClick?: boolean | undefined;
|
29547
29547
|
openOnFocus?: boolean | undefined;
|
29548
29548
|
contentProps?: any;
|
@@ -29603,7 +29603,7 @@ declare const VDialog: {
|
|
29603
29603
|
}>;
|
29604
29604
|
$root: vue.ComponentPublicInstance | null;
|
29605
29605
|
$parent: vue.ComponentPublicInstance | null;
|
29606
|
-
$emit: ((event: "
|
29606
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
29607
29607
|
$el: any;
|
29608
29608
|
$options: vue.ComponentOptionsBase<{
|
29609
29609
|
absolute: boolean;
|
@@ -29643,9 +29643,9 @@ declare const VDialog: {
|
|
29643
29643
|
class?: any;
|
29644
29644
|
theme?: string | undefined;
|
29645
29645
|
contentClass?: any;
|
29646
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29646
29647
|
closeDelay?: string | number | undefined;
|
29647
29648
|
openDelay?: string | number | undefined;
|
29648
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29649
29649
|
openOnClick?: boolean | undefined;
|
29650
29650
|
openOnFocus?: boolean | undefined;
|
29651
29651
|
contentProps?: any;
|
@@ -29795,9 +29795,9 @@ declare const VDialog: {
|
|
29795
29795
|
class?: any;
|
29796
29796
|
theme?: string | undefined;
|
29797
29797
|
contentClass?: any;
|
29798
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29798
29799
|
closeDelay?: string | number | undefined;
|
29799
29800
|
openDelay?: string | number | undefined;
|
29800
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29801
29801
|
openOnClick?: boolean | undefined;
|
29802
29802
|
openOnFocus?: boolean | undefined;
|
29803
29803
|
contentProps?: any;
|
@@ -29848,7 +29848,7 @@ declare const VDialog: {
|
|
29848
29848
|
globalTop: Readonly<vue.Ref<boolean>>;
|
29849
29849
|
localTop: vue.ComputedRef<boolean>;
|
29850
29850
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
29851
|
-
}> & {} & 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" | "
|
29851
|
+
}> & {} & 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}`> & {
|
29852
29852
|
_allExposed: {
|
29853
29853
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
29854
29854
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -29905,9 +29905,9 @@ declare const VDialog: {
|
|
29905
29905
|
class?: any;
|
29906
29906
|
theme?: string | undefined;
|
29907
29907
|
contentClass?: any;
|
29908
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29908
29909
|
closeDelay?: string | number | undefined;
|
29909
29910
|
openDelay?: string | number | undefined;
|
29910
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
29911
29911
|
openOnClick?: boolean | undefined;
|
29912
29912
|
openOnFocus?: boolean | undefined;
|
29913
29913
|
contentProps?: any;
|
@@ -30037,9 +30037,9 @@ declare const VDialog: {
|
|
30037
30037
|
class?: any;
|
30038
30038
|
theme?: string | undefined;
|
30039
30039
|
contentClass?: any;
|
30040
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30040
30041
|
closeDelay?: string | number | undefined;
|
30041
30042
|
openDelay?: string | number | undefined;
|
30042
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30043
30043
|
openOnClick?: boolean | undefined;
|
30044
30044
|
openOnFocus?: boolean | undefined;
|
30045
30045
|
contentProps?: any;
|
@@ -30147,9 +30147,9 @@ declare const VDialog: {
|
|
30147
30147
|
class?: any;
|
30148
30148
|
theme?: string | undefined;
|
30149
30149
|
contentClass?: any;
|
30150
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30150
30151
|
closeDelay?: string | number | undefined;
|
30151
30152
|
openDelay?: string | number | undefined;
|
30152
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30153
30153
|
openOnClick?: boolean | undefined;
|
30154
30154
|
openOnFocus?: boolean | undefined;
|
30155
30155
|
contentProps?: any;
|
@@ -30226,9 +30226,9 @@ declare const VDialog: {
|
|
30226
30226
|
class?: any;
|
30227
30227
|
theme?: string | undefined;
|
30228
30228
|
contentClass?: any;
|
30229
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30229
30230
|
closeDelay?: string | number | undefined;
|
30230
30231
|
openDelay?: string | number | undefined;
|
30231
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30232
30232
|
openOnClick?: boolean | undefined;
|
30233
30233
|
openOnFocus?: boolean | undefined;
|
30234
30234
|
contentProps?: any;
|
@@ -30289,7 +30289,7 @@ declare const VDialog: {
|
|
30289
30289
|
}>;
|
30290
30290
|
$root: vue.ComponentPublicInstance | null;
|
30291
30291
|
$parent: vue.ComponentPublicInstance | null;
|
30292
|
-
$emit: ((event: "
|
30292
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
30293
30293
|
$el: any;
|
30294
30294
|
$options: vue.ComponentOptionsBase<{
|
30295
30295
|
absolute: boolean;
|
@@ -30329,9 +30329,9 @@ declare const VDialog: {
|
|
30329
30329
|
class?: any;
|
30330
30330
|
theme?: string | undefined;
|
30331
30331
|
contentClass?: any;
|
30332
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30332
30333
|
closeDelay?: string | number | undefined;
|
30333
30334
|
openDelay?: string | number | undefined;
|
30334
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30335
30335
|
openOnClick?: boolean | undefined;
|
30336
30336
|
openOnFocus?: boolean | undefined;
|
30337
30337
|
contentProps?: any;
|
@@ -30481,9 +30481,9 @@ declare const VDialog: {
|
|
30481
30481
|
class?: any;
|
30482
30482
|
theme?: string | undefined;
|
30483
30483
|
contentClass?: any;
|
30484
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30484
30485
|
closeDelay?: string | number | undefined;
|
30485
30486
|
openDelay?: string | number | undefined;
|
30486
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30487
30487
|
openOnClick?: boolean | undefined;
|
30488
30488
|
openOnFocus?: boolean | undefined;
|
30489
30489
|
contentProps?: any;
|
@@ -30534,7 +30534,7 @@ declare const VDialog: {
|
|
30534
30534
|
globalTop: Readonly<vue.Ref<boolean>>;
|
30535
30535
|
localTop: vue.ComputedRef<boolean>;
|
30536
30536
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
30537
|
-
}> & {} & 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" | "
|
30537
|
+
}> & {} & 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}`> & {
|
30538
30538
|
_allExposed: {
|
30539
30539
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30540
30540
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -30622,9 +30622,9 @@ declare const VDialog: {
|
|
30622
30622
|
class?: any;
|
30623
30623
|
theme?: string | undefined;
|
30624
30624
|
contentClass?: any;
|
30625
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30625
30626
|
closeDelay?: string | number | undefined;
|
30626
30627
|
openDelay?: string | number | undefined;
|
30627
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30628
30628
|
openOnClick?: boolean | undefined;
|
30629
30629
|
openOnFocus?: boolean | undefined;
|
30630
30630
|
contentProps?: any;
|
@@ -30732,9 +30732,9 @@ declare const VDialog: {
|
|
30732
30732
|
class?: any;
|
30733
30733
|
theme?: string | undefined;
|
30734
30734
|
contentClass?: any;
|
30735
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30735
30736
|
closeDelay?: string | number | undefined;
|
30736
30737
|
openDelay?: string | number | undefined;
|
30737
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30738
30738
|
openOnClick?: boolean | undefined;
|
30739
30739
|
openOnFocus?: boolean | undefined;
|
30740
30740
|
contentProps?: any;
|
@@ -30811,9 +30811,9 @@ declare const VDialog: {
|
|
30811
30811
|
class?: any;
|
30812
30812
|
theme?: string | undefined;
|
30813
30813
|
contentClass?: any;
|
30814
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30814
30815
|
closeDelay?: string | number | undefined;
|
30815
30816
|
openDelay?: string | number | undefined;
|
30816
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30817
30817
|
openOnClick?: boolean | undefined;
|
30818
30818
|
openOnFocus?: boolean | undefined;
|
30819
30819
|
contentProps?: any;
|
@@ -30874,7 +30874,7 @@ declare const VDialog: {
|
|
30874
30874
|
}>;
|
30875
30875
|
$root: vue.ComponentPublicInstance | null;
|
30876
30876
|
$parent: vue.ComponentPublicInstance | null;
|
30877
|
-
$emit: ((event: "
|
30877
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
30878
30878
|
$el: any;
|
30879
30879
|
$options: vue.ComponentOptionsBase<{
|
30880
30880
|
absolute: boolean;
|
@@ -30914,9 +30914,9 @@ declare const VDialog: {
|
|
30914
30914
|
class?: any;
|
30915
30915
|
theme?: string | undefined;
|
30916
30916
|
contentClass?: any;
|
30917
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30917
30918
|
closeDelay?: string | number | undefined;
|
30918
30919
|
openDelay?: string | number | undefined;
|
30919
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
30920
30920
|
openOnClick?: boolean | undefined;
|
30921
30921
|
openOnFocus?: boolean | undefined;
|
30922
30922
|
contentProps?: any;
|
@@ -31066,9 +31066,9 @@ declare const VDialog: {
|
|
31066
31066
|
class?: any;
|
31067
31067
|
theme?: string | undefined;
|
31068
31068
|
contentClass?: any;
|
31069
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31069
31070
|
closeDelay?: string | number | undefined;
|
31070
31071
|
openDelay?: string | number | undefined;
|
31071
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
31072
31072
|
openOnClick?: boolean | undefined;
|
31073
31073
|
openOnFocus?: boolean | undefined;
|
31074
31074
|
contentProps?: any;
|
@@ -31119,7 +31119,7 @@ declare const VDialog: {
|
|
31119
31119
|
globalTop: Readonly<vue.Ref<boolean>>;
|
31120
31120
|
localTop: vue.ComputedRef<boolean>;
|
31121
31121
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
31122
|
-
}> & {} & 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" | "
|
31122
|
+
}> & {} & 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}`> & {
|
31123
31123
|
_allExposed: {
|
31124
31124
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
31125
31125
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -34007,7 +34007,7 @@ declare const VFileInput: {
|
|
34007
34007
|
errorMessages: vue.ComputedRef<string[]>;
|
34008
34008
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
34009
34009
|
'update:modelValue': (value: any) => true;
|
34010
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
34010
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
34011
34011
|
error: boolean;
|
34012
34012
|
direction: "horizontal" | "vertical";
|
34013
34013
|
style: vue.StyleValue;
|
@@ -34579,7 +34579,7 @@ declare const VFileInput: {
|
|
34579
34579
|
errorMessages: vue.ComputedRef<string[]>;
|
34580
34580
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
34581
34581
|
'update:modelValue': (value: any) => true;
|
34582
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
34582
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
34583
34583
|
error: boolean;
|
34584
34584
|
direction: "horizontal" | "vertical";
|
34585
34585
|
style: vue.StyleValue;
|
@@ -34986,7 +34986,7 @@ declare const VFileInput: {
|
|
34986
34986
|
errorMessages: vue.ComputedRef<string[]>;
|
34987
34987
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
34988
34988
|
'update:modelValue': (value: any) => true;
|
34989
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
34989
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
34990
34990
|
error: boolean;
|
34991
34991
|
direction: "horizontal" | "vertical";
|
34992
34992
|
style: vue.StyleValue;
|
@@ -39423,9 +39423,9 @@ declare const VNavigationDrawer: {
|
|
39423
39423
|
tag: string;
|
39424
39424
|
sticky: boolean;
|
39425
39425
|
modelValue: boolean | null;
|
39426
|
-
scrim: string | boolean;
|
39427
39426
|
tile: boolean;
|
39428
39427
|
floating: boolean;
|
39428
|
+
scrim: string | boolean;
|
39429
39429
|
touchless: boolean;
|
39430
39430
|
disableResizeWatcher: boolean;
|
39431
39431
|
disableRouteWatcher: boolean;
|
@@ -39483,9 +39483,9 @@ declare const VNavigationDrawer: {
|
|
39483
39483
|
tag: string;
|
39484
39484
|
sticky: boolean;
|
39485
39485
|
modelValue: boolean | null;
|
39486
|
-
scrim: string | boolean;
|
39487
39486
|
tile: boolean;
|
39488
39487
|
floating: boolean;
|
39488
|
+
scrim: string | boolean;
|
39489
39489
|
touchless: boolean;
|
39490
39490
|
disableResizeWatcher: boolean;
|
39491
39491
|
disableRouteWatcher: boolean;
|
@@ -39539,9 +39539,9 @@ declare const VNavigationDrawer: {
|
|
39539
39539
|
sticky: boolean;
|
39540
39540
|
modelValue: boolean | null;
|
39541
39541
|
rounded: string | number | boolean;
|
39542
|
-
scrim: string | boolean;
|
39543
39542
|
tile: boolean;
|
39544
39543
|
floating: boolean;
|
39544
|
+
scrim: string | boolean;
|
39545
39545
|
touchless: boolean;
|
39546
39546
|
disableResizeWatcher: boolean;
|
39547
39547
|
disableRouteWatcher: boolean;
|
@@ -39573,9 +39573,9 @@ declare const VNavigationDrawer: {
|
|
39573
39573
|
tag: string;
|
39574
39574
|
sticky: boolean;
|
39575
39575
|
modelValue: boolean | null;
|
39576
|
-
scrim: string | boolean;
|
39577
39576
|
tile: boolean;
|
39578
39577
|
floating: boolean;
|
39578
|
+
scrim: string | boolean;
|
39579
39579
|
touchless: boolean;
|
39580
39580
|
disableResizeWatcher: boolean;
|
39581
39581
|
disableRouteWatcher: boolean;
|
@@ -39631,9 +39631,9 @@ declare const VNavigationDrawer: {
|
|
39631
39631
|
sticky: boolean;
|
39632
39632
|
modelValue: boolean | null;
|
39633
39633
|
rounded: string | number | boolean;
|
39634
|
-
scrim: string | boolean;
|
39635
39634
|
tile: boolean;
|
39636
39635
|
floating: boolean;
|
39636
|
+
scrim: string | boolean;
|
39637
39637
|
touchless: boolean;
|
39638
39638
|
disableResizeWatcher: boolean;
|
39639
39639
|
disableRouteWatcher: boolean;
|
@@ -39657,9 +39657,9 @@ declare const VNavigationDrawer: {
|
|
39657
39657
|
tag: string;
|
39658
39658
|
sticky: boolean;
|
39659
39659
|
modelValue: boolean | null;
|
39660
|
-
scrim: string | boolean;
|
39661
39660
|
tile: boolean;
|
39662
39661
|
floating: boolean;
|
39662
|
+
scrim: string | boolean;
|
39663
39663
|
touchless: boolean;
|
39664
39664
|
disableResizeWatcher: boolean;
|
39665
39665
|
disableRouteWatcher: boolean;
|
@@ -39718,9 +39718,9 @@ declare const VNavigationDrawer: {
|
|
39718
39718
|
sticky: boolean;
|
39719
39719
|
modelValue: boolean | null;
|
39720
39720
|
rounded: string | number | boolean;
|
39721
|
-
scrim: string | boolean;
|
39722
39721
|
tile: boolean;
|
39723
39722
|
floating: boolean;
|
39723
|
+
scrim: string | boolean;
|
39724
39724
|
touchless: boolean;
|
39725
39725
|
disableResizeWatcher: boolean;
|
39726
39726
|
disableRouteWatcher: boolean;
|
@@ -40317,9 +40317,9 @@ declare const VOverlay: {
|
|
40317
40317
|
class?: any;
|
40318
40318
|
theme?: string | undefined;
|
40319
40319
|
contentClass?: any;
|
40320
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40320
40321
|
closeDelay?: string | number | undefined;
|
40321
40322
|
openDelay?: string | number | undefined;
|
40322
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40323
40323
|
openOnClick?: boolean | undefined;
|
40324
40324
|
openOnFocus?: boolean | undefined;
|
40325
40325
|
contentProps?: any;
|
@@ -40413,9 +40413,9 @@ declare const VOverlay: {
|
|
40413
40413
|
class?: any;
|
40414
40414
|
theme?: string | undefined;
|
40415
40415
|
contentClass?: any;
|
40416
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40416
40417
|
closeDelay?: string | number | undefined;
|
40417
40418
|
openDelay?: string | number | undefined;
|
40418
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40419
40419
|
openOnClick?: boolean | undefined;
|
40420
40420
|
openOnFocus?: boolean | undefined;
|
40421
40421
|
contentProps?: any;
|
@@ -40538,9 +40538,9 @@ declare const VOverlay: {
|
|
40538
40538
|
class?: any;
|
40539
40539
|
theme?: string | undefined;
|
40540
40540
|
contentClass?: any;
|
40541
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40541
40542
|
closeDelay?: string | number | undefined;
|
40542
40543
|
openDelay?: string | number | undefined;
|
40543
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40544
40544
|
openOnClick?: boolean | undefined;
|
40545
40545
|
openOnFocus?: boolean | undefined;
|
40546
40546
|
contentProps?: any;
|
@@ -40660,9 +40660,9 @@ declare const VOverlay: {
|
|
40660
40660
|
class?: any;
|
40661
40661
|
theme?: string | undefined;
|
40662
40662
|
contentClass?: any;
|
40663
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40663
40664
|
closeDelay?: string | number | undefined;
|
40664
40665
|
openDelay?: string | number | undefined;
|
40665
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
40666
40666
|
openOnClick?: boolean | undefined;
|
40667
40667
|
openOnFocus?: boolean | undefined;
|
40668
40668
|
contentProps?: any;
|
@@ -42758,7 +42758,7 @@ declare const VRadioGroup: {
|
|
42758
42758
|
hideDetails?: boolean | "auto" | undefined;
|
42759
42759
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
42760
42760
|
'update:modelValue': (value: any) => true;
|
42761
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
42761
|
+
}, "$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 & {
|
42762
42762
|
type: string;
|
42763
42763
|
inline: boolean;
|
42764
42764
|
error: boolean;
|
@@ -42961,7 +42961,7 @@ declare const VRadioGroup: {
|
|
42961
42961
|
hideDetails?: boolean | "auto" | undefined;
|
42962
42962
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
42963
42963
|
'update:modelValue': (value: any) => true;
|
42964
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
42964
|
+
}, "$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, {
|
42965
42965
|
type: string;
|
42966
42966
|
inline: boolean;
|
42967
42967
|
error: boolean;
|
@@ -45005,7 +45005,7 @@ declare const VSelect: {
|
|
45005
45005
|
'update:focused': (focused: boolean) => true;
|
45006
45006
|
'update:modelValue': (value: any) => true;
|
45007
45007
|
'update:menu': (ue: boolean) => true;
|
45008
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
45008
|
+
}, "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 & {
|
45009
45009
|
flat: boolean;
|
45010
45010
|
reverse: boolean;
|
45011
45011
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -46597,7 +46597,7 @@ declare const VSelect: {
|
|
46597
46597
|
'update:focused': (focused: boolean) => true;
|
46598
46598
|
'update:modelValue': (value: any) => true;
|
46599
46599
|
'update:menu': (ue: boolean) => true;
|
46600
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
46600
|
+
}, "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, {
|
46601
46601
|
flat: boolean;
|
46602
46602
|
reverse: boolean;
|
46603
46603
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -48804,6 +48804,7 @@ declare const VSnackbar: {
|
|
48804
48804
|
timeout: string | number;
|
48805
48805
|
vertical: boolean;
|
48806
48806
|
modelValue: boolean;
|
48807
|
+
tile: boolean;
|
48807
48808
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
48808
48809
|
updateLocation: (e?: Event) => void;
|
48809
48810
|
});
|
@@ -48812,7 +48813,6 @@ declare const VSnackbar: {
|
|
48812
48813
|
closeOnContentClick: boolean;
|
48813
48814
|
closeOnBack: boolean;
|
48814
48815
|
contained: boolean;
|
48815
|
-
tile: boolean;
|
48816
48816
|
multiLine: boolean;
|
48817
48817
|
} & {
|
48818
48818
|
offset?: string | number | number[] | undefined;
|
@@ -48832,9 +48832,9 @@ declare const VSnackbar: {
|
|
48832
48832
|
timer?: string | boolean | undefined;
|
48833
48833
|
rounded?: string | number | boolean | undefined;
|
48834
48834
|
contentClass?: any;
|
48835
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
48835
48836
|
closeDelay?: string | number | undefined;
|
48836
48837
|
openDelay?: string | number | undefined;
|
48837
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
48838
48838
|
openOnClick?: boolean | undefined;
|
48839
48839
|
openOnFocus?: boolean | undefined;
|
48840
48840
|
contentProps?: any;
|
@@ -48941,9 +48941,9 @@ declare const VSnackbar: {
|
|
48941
48941
|
class?: any;
|
48942
48942
|
theme?: string | undefined;
|
48943
48943
|
contentClass?: any;
|
48944
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
48944
48945
|
closeDelay?: string | number | undefined;
|
48945
48946
|
openDelay?: string | number | undefined;
|
48946
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
48947
48947
|
openOnClick?: boolean | undefined;
|
48948
48948
|
openOnFocus?: boolean | undefined;
|
48949
48949
|
contentProps?: any;
|
@@ -49020,9 +49020,9 @@ declare const VSnackbar: {
|
|
49020
49020
|
class?: any;
|
49021
49021
|
theme?: string | undefined;
|
49022
49022
|
contentClass?: any;
|
49023
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49023
49024
|
closeDelay?: string | number | undefined;
|
49024
49025
|
openDelay?: string | number | undefined;
|
49025
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49026
49026
|
openOnClick?: boolean | undefined;
|
49027
49027
|
openOnFocus?: boolean | undefined;
|
49028
49028
|
contentProps?: any;
|
@@ -49083,7 +49083,7 @@ declare const VSnackbar: {
|
|
49083
49083
|
}>;
|
49084
49084
|
$root: vue.ComponentPublicInstance | null;
|
49085
49085
|
$parent: vue.ComponentPublicInstance | null;
|
49086
|
-
$emit: ((event: "
|
49086
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
49087
49087
|
$el: any;
|
49088
49088
|
$options: vue.ComponentOptionsBase<{
|
49089
49089
|
absolute: boolean;
|
@@ -49123,9 +49123,9 @@ declare const VSnackbar: {
|
|
49123
49123
|
class?: any;
|
49124
49124
|
theme?: string | undefined;
|
49125
49125
|
contentClass?: any;
|
49126
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49126
49127
|
closeDelay?: string | number | undefined;
|
49127
49128
|
openDelay?: string | number | undefined;
|
49128
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49129
49129
|
openOnClick?: boolean | undefined;
|
49130
49130
|
openOnFocus?: boolean | undefined;
|
49131
49131
|
contentProps?: any;
|
@@ -49275,9 +49275,9 @@ declare const VSnackbar: {
|
|
49275
49275
|
class?: any;
|
49276
49276
|
theme?: string | undefined;
|
49277
49277
|
contentClass?: any;
|
49278
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49278
49279
|
closeDelay?: string | number | undefined;
|
49279
49280
|
openDelay?: string | number | undefined;
|
49280
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49281
49281
|
openOnClick?: boolean | undefined;
|
49282
49282
|
openOnFocus?: boolean | undefined;
|
49283
49283
|
contentProps?: any;
|
@@ -49328,7 +49328,7 @@ declare const VSnackbar: {
|
|
49328
49328
|
globalTop: Readonly<Ref<boolean>>;
|
49329
49329
|
localTop: vue.ComputedRef<boolean>;
|
49330
49330
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
49331
|
-
}> & {} & 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" | "
|
49331
|
+
}> & {} & 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}`> & {
|
49332
49332
|
_allExposed: {
|
49333
49333
|
activatorEl: Ref<HTMLElement | undefined>;
|
49334
49334
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -49356,6 +49356,7 @@ declare const VSnackbar: {
|
|
49356
49356
|
timeout: string | number;
|
49357
49357
|
vertical: boolean;
|
49358
49358
|
modelValue: boolean;
|
49359
|
+
tile: boolean;
|
49359
49360
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49360
49361
|
updateLocation: (e?: Event) => void;
|
49361
49362
|
});
|
@@ -49364,7 +49365,6 @@ declare const VSnackbar: {
|
|
49364
49365
|
closeOnContentClick: boolean;
|
49365
49366
|
closeOnBack: boolean;
|
49366
49367
|
contained: boolean;
|
49367
|
-
tile: boolean;
|
49368
49368
|
multiLine: boolean;
|
49369
49369
|
} & {
|
49370
49370
|
offset?: string | number | number[] | undefined;
|
@@ -49384,9 +49384,9 @@ declare const VSnackbar: {
|
|
49384
49384
|
timer?: string | boolean | undefined;
|
49385
49385
|
rounded?: string | number | boolean | undefined;
|
49386
49386
|
contentClass?: any;
|
49387
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49387
49388
|
closeDelay?: string | number | undefined;
|
49388
49389
|
openDelay?: string | number | undefined;
|
49389
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49390
49390
|
openOnClick?: boolean | undefined;
|
49391
49391
|
openOnFocus?: boolean | undefined;
|
49392
49392
|
contentProps?: any;
|
@@ -49442,6 +49442,7 @@ declare const VSnackbar: {
|
|
49442
49442
|
vertical: boolean;
|
49443
49443
|
modelValue: boolean;
|
49444
49444
|
rounded: string | number | boolean;
|
49445
|
+
tile: boolean;
|
49445
49446
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49446
49447
|
updateLocation: (e?: Event) => void;
|
49447
49448
|
});
|
@@ -49452,7 +49453,6 @@ declare const VSnackbar: {
|
|
49452
49453
|
closeOnContentClick: boolean;
|
49453
49454
|
closeOnBack: boolean;
|
49454
49455
|
contained: boolean;
|
49455
|
-
tile: boolean;
|
49456
49456
|
multiLine: boolean;
|
49457
49457
|
}, true, {}, vue.SlotsType<Partial<{
|
49458
49458
|
activator: (arg: {
|
@@ -49486,6 +49486,7 @@ declare const VSnackbar: {
|
|
49486
49486
|
timeout: string | number;
|
49487
49487
|
vertical: boolean;
|
49488
49488
|
modelValue: boolean;
|
49489
|
+
tile: boolean;
|
49489
49490
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
49490
49491
|
updateLocation: (e?: Event) => void;
|
49491
49492
|
});
|
@@ -49494,7 +49495,6 @@ declare const VSnackbar: {
|
|
49494
49495
|
closeOnContentClick: boolean;
|
49495
49496
|
closeOnBack: boolean;
|
49496
49497
|
contained: boolean;
|
49497
|
-
tile: boolean;
|
49498
49498
|
multiLine: boolean;
|
49499
49499
|
} & {
|
49500
49500
|
offset?: string | number | number[] | undefined;
|
@@ -49514,9 +49514,9 @@ declare const VSnackbar: {
|
|
49514
49514
|
timer?: string | boolean | undefined;
|
49515
49515
|
rounded?: string | number | boolean | undefined;
|
49516
49516
|
contentClass?: any;
|
49517
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49517
49518
|
closeDelay?: string | number | undefined;
|
49518
49519
|
openDelay?: string | number | undefined;
|
49519
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49520
49520
|
openOnClick?: boolean | undefined;
|
49521
49521
|
openOnFocus?: boolean | undefined;
|
49522
49522
|
contentProps?: any;
|
@@ -49623,9 +49623,9 @@ declare const VSnackbar: {
|
|
49623
49623
|
class?: any;
|
49624
49624
|
theme?: string | undefined;
|
49625
49625
|
contentClass?: any;
|
49626
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49626
49627
|
closeDelay?: string | number | undefined;
|
49627
49628
|
openDelay?: string | number | undefined;
|
49628
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49629
49629
|
openOnClick?: boolean | undefined;
|
49630
49630
|
openOnFocus?: boolean | undefined;
|
49631
49631
|
contentProps?: any;
|
@@ -49702,9 +49702,9 @@ declare const VSnackbar: {
|
|
49702
49702
|
class?: any;
|
49703
49703
|
theme?: string | undefined;
|
49704
49704
|
contentClass?: any;
|
49705
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49705
49706
|
closeDelay?: string | number | undefined;
|
49706
49707
|
openDelay?: string | number | undefined;
|
49707
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49708
49708
|
openOnClick?: boolean | undefined;
|
49709
49709
|
openOnFocus?: boolean | undefined;
|
49710
49710
|
contentProps?: any;
|
@@ -49765,7 +49765,7 @@ declare const VSnackbar: {
|
|
49765
49765
|
}>;
|
49766
49766
|
$root: vue.ComponentPublicInstance | null;
|
49767
49767
|
$parent: vue.ComponentPublicInstance | null;
|
49768
|
-
$emit: ((event: "
|
49768
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
49769
49769
|
$el: any;
|
49770
49770
|
$options: vue.ComponentOptionsBase<{
|
49771
49771
|
absolute: boolean;
|
@@ -49805,9 +49805,9 @@ declare const VSnackbar: {
|
|
49805
49805
|
class?: any;
|
49806
49806
|
theme?: string | undefined;
|
49807
49807
|
contentClass?: any;
|
49808
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49808
49809
|
closeDelay?: string | number | undefined;
|
49809
49810
|
openDelay?: string | number | undefined;
|
49810
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49811
49811
|
openOnClick?: boolean | undefined;
|
49812
49812
|
openOnFocus?: boolean | undefined;
|
49813
49813
|
contentProps?: any;
|
@@ -49957,9 +49957,9 @@ declare const VSnackbar: {
|
|
49957
49957
|
class?: any;
|
49958
49958
|
theme?: string | undefined;
|
49959
49959
|
contentClass?: any;
|
49960
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49960
49961
|
closeDelay?: string | number | undefined;
|
49961
49962
|
openDelay?: string | number | undefined;
|
49962
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
49963
49963
|
openOnClick?: boolean | undefined;
|
49964
49964
|
openOnFocus?: boolean | undefined;
|
49965
49965
|
contentProps?: any;
|
@@ -50010,7 +50010,7 @@ declare const VSnackbar: {
|
|
50010
50010
|
globalTop: Readonly<Ref<boolean>>;
|
50011
50011
|
localTop: vue.ComputedRef<boolean>;
|
50012
50012
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
50013
|
-
}> & {} & 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" | "
|
50013
|
+
}> & {} & 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}`> & {
|
50014
50014
|
_allExposed: {
|
50015
50015
|
activatorEl: Ref<HTMLElement | undefined>;
|
50016
50016
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -50037,6 +50037,7 @@ declare const VSnackbar: {
|
|
50037
50037
|
vertical: boolean;
|
50038
50038
|
modelValue: boolean;
|
50039
50039
|
rounded: string | number | boolean;
|
50040
|
+
tile: boolean;
|
50040
50041
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
50041
50042
|
updateLocation: (e?: Event) => void;
|
50042
50043
|
});
|
@@ -50047,7 +50048,6 @@ declare const VSnackbar: {
|
|
50047
50048
|
closeOnContentClick: boolean;
|
50048
50049
|
closeOnBack: boolean;
|
50049
50050
|
contained: boolean;
|
50050
|
-
tile: boolean;
|
50051
50051
|
multiLine: boolean;
|
50052
50052
|
}>;
|
50053
50053
|
__isFragment?: never;
|
@@ -50068,6 +50068,7 @@ declare const VSnackbar: {
|
|
50068
50068
|
timeout: string | number;
|
50069
50069
|
vertical: boolean;
|
50070
50070
|
modelValue: boolean;
|
50071
|
+
tile: boolean;
|
50071
50072
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
50072
50073
|
updateLocation: (e?: Event) => void;
|
50073
50074
|
});
|
@@ -50076,7 +50077,6 @@ declare const VSnackbar: {
|
|
50076
50077
|
closeOnContentClick: boolean;
|
50077
50078
|
closeOnBack: boolean;
|
50078
50079
|
contained: boolean;
|
50079
|
-
tile: boolean;
|
50080
50080
|
multiLine: boolean;
|
50081
50081
|
} & {
|
50082
50082
|
offset?: string | number | number[] | undefined;
|
@@ -50096,9 +50096,9 @@ declare const VSnackbar: {
|
|
50096
50096
|
timer?: string | boolean | undefined;
|
50097
50097
|
rounded?: string | number | boolean | undefined;
|
50098
50098
|
contentClass?: any;
|
50099
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50099
50100
|
closeDelay?: string | number | undefined;
|
50100
50101
|
openDelay?: string | number | undefined;
|
50101
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50102
50102
|
openOnClick?: boolean | undefined;
|
50103
50103
|
openOnFocus?: boolean | undefined;
|
50104
50104
|
contentProps?: any;
|
@@ -50205,9 +50205,9 @@ declare const VSnackbar: {
|
|
50205
50205
|
class?: any;
|
50206
50206
|
theme?: string | undefined;
|
50207
50207
|
contentClass?: any;
|
50208
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50208
50209
|
closeDelay?: string | number | undefined;
|
50209
50210
|
openDelay?: string | number | undefined;
|
50210
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50211
50211
|
openOnClick?: boolean | undefined;
|
50212
50212
|
openOnFocus?: boolean | undefined;
|
50213
50213
|
contentProps?: any;
|
@@ -50284,9 +50284,9 @@ declare const VSnackbar: {
|
|
50284
50284
|
class?: any;
|
50285
50285
|
theme?: string | undefined;
|
50286
50286
|
contentClass?: any;
|
50287
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50287
50288
|
closeDelay?: string | number | undefined;
|
50288
50289
|
openDelay?: string | number | undefined;
|
50289
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50290
50290
|
openOnClick?: boolean | undefined;
|
50291
50291
|
openOnFocus?: boolean | undefined;
|
50292
50292
|
contentProps?: any;
|
@@ -50347,7 +50347,7 @@ declare const VSnackbar: {
|
|
50347
50347
|
}>;
|
50348
50348
|
$root: vue.ComponentPublicInstance | null;
|
50349
50349
|
$parent: vue.ComponentPublicInstance | null;
|
50350
|
-
$emit: ((event: "
|
50350
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
50351
50351
|
$el: any;
|
50352
50352
|
$options: vue.ComponentOptionsBase<{
|
50353
50353
|
absolute: boolean;
|
@@ -50387,9 +50387,9 @@ declare const VSnackbar: {
|
|
50387
50387
|
class?: any;
|
50388
50388
|
theme?: string | undefined;
|
50389
50389
|
contentClass?: any;
|
50390
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50390
50391
|
closeDelay?: string | number | undefined;
|
50391
50392
|
openDelay?: string | number | undefined;
|
50392
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50393
50393
|
openOnClick?: boolean | undefined;
|
50394
50394
|
openOnFocus?: boolean | undefined;
|
50395
50395
|
contentProps?: any;
|
@@ -50539,9 +50539,9 @@ declare const VSnackbar: {
|
|
50539
50539
|
class?: any;
|
50540
50540
|
theme?: string | undefined;
|
50541
50541
|
contentClass?: any;
|
50542
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50542
50543
|
closeDelay?: string | number | undefined;
|
50543
50544
|
openDelay?: string | number | undefined;
|
50544
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
50545
50545
|
openOnClick?: boolean | undefined;
|
50546
50546
|
openOnFocus?: boolean | undefined;
|
50547
50547
|
contentProps?: any;
|
@@ -50592,7 +50592,7 @@ declare const VSnackbar: {
|
|
50592
50592
|
globalTop: Readonly<Ref<boolean>>;
|
50593
50593
|
localTop: vue.ComputedRef<boolean>;
|
50594
50594
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
50595
|
-
}> & {} & 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" | "
|
50595
|
+
}> & {} & 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}`> & {
|
50596
50596
|
_allExposed: {
|
50597
50597
|
activatorEl: Ref<HTMLElement | undefined>;
|
50598
50598
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -50621,6 +50621,7 @@ declare const VSnackbar: {
|
|
50621
50621
|
vertical: boolean;
|
50622
50622
|
modelValue: boolean;
|
50623
50623
|
rounded: string | number | boolean;
|
50624
|
+
tile: boolean;
|
50624
50625
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
50625
50626
|
updateLocation: (e?: Event) => void;
|
50626
50627
|
});
|
@@ -50631,7 +50632,6 @@ declare const VSnackbar: {
|
|
50631
50632
|
closeOnContentClick: boolean;
|
50632
50633
|
closeOnBack: boolean;
|
50633
50634
|
contained: boolean;
|
50634
|
-
tile: boolean;
|
50635
50635
|
multiLine: boolean;
|
50636
50636
|
}, {}, string, vue.SlotsType<Partial<{
|
50637
50637
|
activator: (arg: {
|
@@ -50690,6 +50690,7 @@ declare const VSnackbar: {
|
|
50690
50690
|
theme: StringConstructor;
|
50691
50691
|
modelValue: BooleanConstructor;
|
50692
50692
|
contentClass: null;
|
50693
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
50693
50694
|
locationStrategy: {
|
50694
50695
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
50695
50696
|
default: string;
|
@@ -50697,7 +50698,6 @@ declare const VSnackbar: {
|
|
50697
50698
|
};
|
50698
50699
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
50699
50700
|
openDelay: (StringConstructor | NumberConstructor)[];
|
50700
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
50701
50701
|
activatorProps: {
|
50702
50702
|
type: vue.PropType<Record<string, any>>;
|
50703
50703
|
default: () => {};
|
@@ -50789,6 +50789,7 @@ declare const VSnackbar: {
|
|
50789
50789
|
theme: StringConstructor;
|
50790
50790
|
modelValue: BooleanConstructor;
|
50791
50791
|
contentClass: null;
|
50792
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
50792
50793
|
locationStrategy: {
|
50793
50794
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
50794
50795
|
default: string;
|
@@ -50796,7 +50797,6 @@ declare const VSnackbar: {
|
|
50796
50797
|
};
|
50797
50798
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
50798
50799
|
openDelay: (StringConstructor | NumberConstructor)[];
|
50799
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
50800
50800
|
activatorProps: {
|
50801
50801
|
type: vue.PropType<Record<string, any>>;
|
50802
50802
|
default: () => {};
|
@@ -51757,6 +51757,7 @@ declare const VSpeedDial: {
|
|
51757
51757
|
persistent: BooleanConstructor;
|
51758
51758
|
modelValue: BooleanConstructor;
|
51759
51759
|
contentClass: null;
|
51760
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51760
51761
|
locationStrategy: Omit<{
|
51761
51762
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
51762
51763
|
default: string;
|
@@ -51791,7 +51792,6 @@ declare const VSpeedDial: {
|
|
51791
51792
|
type: vue.PropType<string | number>;
|
51792
51793
|
default: NonNullable<string | number>;
|
51793
51794
|
};
|
51794
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51795
51795
|
activatorProps: {
|
51796
51796
|
type: vue.PropType<Record<string, any>>;
|
51797
51797
|
default: () => {};
|
@@ -51900,6 +51900,7 @@ declare const VSpeedDial: {
|
|
51900
51900
|
persistent: BooleanConstructor;
|
51901
51901
|
modelValue: BooleanConstructor;
|
51902
51902
|
contentClass: null;
|
51903
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51903
51904
|
locationStrategy: Omit<{
|
51904
51905
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
51905
51906
|
default: string;
|
@@ -51934,7 +51935,6 @@ declare const VSpeedDial: {
|
|
51934
51935
|
type: vue.PropType<string | number>;
|
51935
51936
|
default: NonNullable<string | number>;
|
51936
51937
|
};
|
51937
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
51938
51938
|
activatorProps: {
|
51939
51939
|
type: vue.PropType<Record<string, any>>;
|
51940
51940
|
default: () => {};
|
@@ -53672,7 +53672,7 @@ declare const VSwitch: {
|
|
53672
53672
|
'update:focused': (focused: boolean) => true;
|
53673
53673
|
'update:modelValue': (value: any) => true;
|
53674
53674
|
'update:indeterminate': (value: boolean) => true;
|
53675
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
53675
|
+
}, "$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 & {
|
53676
53676
|
flat: boolean;
|
53677
53677
|
inline: boolean;
|
53678
53678
|
error: boolean;
|
@@ -53922,7 +53922,7 @@ declare const VSwitch: {
|
|
53922
53922
|
'update:focused': (focused: boolean) => true;
|
53923
53923
|
'update:modelValue': (value: any) => true;
|
53924
53924
|
'update:indeterminate': (value: boolean) => true;
|
53925
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
53925
|
+
}, "$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, {
|
53926
53926
|
flat: boolean;
|
53927
53927
|
inline: boolean;
|
53928
53928
|
error: boolean;
|
@@ -57251,7 +57251,7 @@ declare const VTextarea: {
|
|
57251
57251
|
errorMessages: vue.ComputedRef<string[]>;
|
57252
57252
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
57253
57253
|
'update:modelValue': (value: any) => true;
|
57254
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
57254
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
57255
57255
|
error: boolean;
|
57256
57256
|
direction: "horizontal" | "vertical";
|
57257
57257
|
style: vue.StyleValue;
|
@@ -57790,7 +57790,7 @@ declare const VTextarea: {
|
|
57790
57790
|
errorMessages: vue.ComputedRef<string[]>;
|
57791
57791
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
57792
57792
|
'update:modelValue': (value: any) => true;
|
57793
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
57793
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
57794
57794
|
error: boolean;
|
57795
57795
|
direction: "horizontal" | "vertical";
|
57796
57796
|
style: vue.StyleValue;
|
@@ -58182,7 +58182,7 @@ declare const VTextarea: {
|
|
58182
58182
|
errorMessages: vue.ComputedRef<string[]>;
|
58183
58183
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
58184
58184
|
'update:modelValue': (value: any) => true;
|
58185
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
58185
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
58186
58186
|
error: boolean;
|
58187
58187
|
direction: "horizontal" | "vertical";
|
58188
58188
|
style: vue.StyleValue;
|
@@ -58826,7 +58826,7 @@ declare const VTextField: {
|
|
58826
58826
|
errorMessages: vue.ComputedRef<string[]>;
|
58827
58827
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
58828
58828
|
'update:modelValue': (value: any) => true;
|
58829
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
58829
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
58830
58830
|
error: boolean;
|
58831
58831
|
direction: "horizontal" | "vertical";
|
58832
58832
|
style: vue.StyleValue;
|
@@ -59604,7 +59604,7 @@ declare const VTextField: {
|
|
59604
59604
|
errorMessages: vue.ComputedRef<string[]>;
|
59605
59605
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
59606
59606
|
'update:modelValue': (value: any) => true;
|
59607
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
59607
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
59608
59608
|
error: boolean;
|
59609
59609
|
direction: "horizontal" | "vertical";
|
59610
59610
|
style: vue.StyleValue;
|
@@ -60233,7 +60233,7 @@ declare const VTextField: {
|
|
60233
60233
|
errorMessages: vue.ComputedRef<string[]>;
|
60234
60234
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
60235
60235
|
'update:modelValue': (value: any) => true;
|
60236
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
60236
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
60237
60237
|
error: boolean;
|
60238
60238
|
direction: "horizontal" | "vertical";
|
60239
60239
|
style: vue.StyleValue;
|
@@ -61782,9 +61782,9 @@ declare const VTooltip: {
|
|
61782
61782
|
class?: any;
|
61783
61783
|
theme?: string | undefined;
|
61784
61784
|
contentClass?: any;
|
61785
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
61785
61786
|
closeDelay?: string | number | undefined;
|
61786
61787
|
openDelay?: string | number | undefined;
|
61787
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
61788
61788
|
openOnFocus?: boolean | undefined;
|
61789
61789
|
contentProps?: any;
|
61790
61790
|
attach?: string | boolean | Element | undefined;
|
@@ -61889,9 +61889,9 @@ declare const VTooltip: {
|
|
61889
61889
|
class?: any;
|
61890
61890
|
theme?: string | undefined;
|
61891
61891
|
contentClass?: any;
|
61892
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
61892
61893
|
closeDelay?: string | number | undefined;
|
61893
61894
|
openDelay?: string | number | undefined;
|
61894
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
61895
61895
|
openOnClick?: boolean | undefined;
|
61896
61896
|
openOnFocus?: boolean | undefined;
|
61897
61897
|
contentProps?: any;
|
@@ -61968,9 +61968,9 @@ declare const VTooltip: {
|
|
61968
61968
|
class?: any;
|
61969
61969
|
theme?: string | undefined;
|
61970
61970
|
contentClass?: any;
|
61971
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
61971
61972
|
closeDelay?: string | number | undefined;
|
61972
61973
|
openDelay?: string | number | undefined;
|
61973
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
61974
61974
|
openOnClick?: boolean | undefined;
|
61975
61975
|
openOnFocus?: boolean | undefined;
|
61976
61976
|
contentProps?: any;
|
@@ -62031,7 +62031,7 @@ declare const VTooltip: {
|
|
62031
62031
|
}>;
|
62032
62032
|
$root: vue.ComponentPublicInstance | null;
|
62033
62033
|
$parent: vue.ComponentPublicInstance | null;
|
62034
|
-
$emit: ((event: "
|
62034
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
62035
62035
|
$el: any;
|
62036
62036
|
$options: vue.ComponentOptionsBase<{
|
62037
62037
|
absolute: boolean;
|
@@ -62071,9 +62071,9 @@ declare const VTooltip: {
|
|
62071
62071
|
class?: any;
|
62072
62072
|
theme?: string | undefined;
|
62073
62073
|
contentClass?: any;
|
62074
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62074
62075
|
closeDelay?: string | number | undefined;
|
62075
62076
|
openDelay?: string | number | undefined;
|
62076
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62077
62077
|
openOnClick?: boolean | undefined;
|
62078
62078
|
openOnFocus?: boolean | undefined;
|
62079
62079
|
contentProps?: any;
|
@@ -62223,9 +62223,9 @@ declare const VTooltip: {
|
|
62223
62223
|
class?: any;
|
62224
62224
|
theme?: string | undefined;
|
62225
62225
|
contentClass?: any;
|
62226
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62226
62227
|
closeDelay?: string | number | undefined;
|
62227
62228
|
openDelay?: string | number | undefined;
|
62228
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62229
62229
|
openOnClick?: boolean | undefined;
|
62230
62230
|
openOnFocus?: boolean | undefined;
|
62231
62231
|
contentProps?: any;
|
@@ -62276,7 +62276,7 @@ declare const VTooltip: {
|
|
62276
62276
|
globalTop: Readonly<vue.Ref<boolean>>;
|
62277
62277
|
localTop: vue.ComputedRef<boolean>;
|
62278
62278
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
62279
|
-
}> & {} & 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" | "
|
62279
|
+
}> & {} & 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}`> & {
|
62280
62280
|
_allExposed: {
|
62281
62281
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
62282
62282
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -62327,9 +62327,9 @@ declare const VTooltip: {
|
|
62327
62327
|
class?: any;
|
62328
62328
|
theme?: string | undefined;
|
62329
62329
|
contentClass?: any;
|
62330
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62330
62331
|
closeDelay?: string | number | undefined;
|
62331
62332
|
openDelay?: string | number | undefined;
|
62332
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62333
62333
|
openOnFocus?: boolean | undefined;
|
62334
62334
|
contentProps?: any;
|
62335
62335
|
attach?: string | boolean | Element | undefined;
|
@@ -62447,9 +62447,9 @@ declare const VTooltip: {
|
|
62447
62447
|
class?: any;
|
62448
62448
|
theme?: string | undefined;
|
62449
62449
|
contentClass?: any;
|
62450
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62450
62451
|
closeDelay?: string | number | undefined;
|
62451
62452
|
openDelay?: string | number | undefined;
|
62452
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62453
62453
|
openOnFocus?: boolean | undefined;
|
62454
62454
|
contentProps?: any;
|
62455
62455
|
attach?: string | boolean | Element | undefined;
|
@@ -62554,9 +62554,9 @@ declare const VTooltip: {
|
|
62554
62554
|
class?: any;
|
62555
62555
|
theme?: string | undefined;
|
62556
62556
|
contentClass?: any;
|
62557
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62557
62558
|
closeDelay?: string | number | undefined;
|
62558
62559
|
openDelay?: string | number | undefined;
|
62559
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62560
62560
|
openOnClick?: boolean | undefined;
|
62561
62561
|
openOnFocus?: boolean | undefined;
|
62562
62562
|
contentProps?: any;
|
@@ -62633,9 +62633,9 @@ declare const VTooltip: {
|
|
62633
62633
|
class?: any;
|
62634
62634
|
theme?: string | undefined;
|
62635
62635
|
contentClass?: any;
|
62636
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62636
62637
|
closeDelay?: string | number | undefined;
|
62637
62638
|
openDelay?: string | number | undefined;
|
62638
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62639
62639
|
openOnClick?: boolean | undefined;
|
62640
62640
|
openOnFocus?: boolean | undefined;
|
62641
62641
|
contentProps?: any;
|
@@ -62696,7 +62696,7 @@ declare const VTooltip: {
|
|
62696
62696
|
}>;
|
62697
62697
|
$root: vue.ComponentPublicInstance | null;
|
62698
62698
|
$parent: vue.ComponentPublicInstance | null;
|
62699
|
-
$emit: ((event: "
|
62699
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
62700
62700
|
$el: any;
|
62701
62701
|
$options: vue.ComponentOptionsBase<{
|
62702
62702
|
absolute: boolean;
|
@@ -62736,9 +62736,9 @@ declare const VTooltip: {
|
|
62736
62736
|
class?: any;
|
62737
62737
|
theme?: string | undefined;
|
62738
62738
|
contentClass?: any;
|
62739
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62739
62740
|
closeDelay?: string | number | undefined;
|
62740
62741
|
openDelay?: string | number | undefined;
|
62741
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62742
62742
|
openOnClick?: boolean | undefined;
|
62743
62743
|
openOnFocus?: boolean | undefined;
|
62744
62744
|
contentProps?: any;
|
@@ -62888,9 +62888,9 @@ declare const VTooltip: {
|
|
62888
62888
|
class?: any;
|
62889
62889
|
theme?: string | undefined;
|
62890
62890
|
contentClass?: any;
|
62891
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62891
62892
|
closeDelay?: string | number | undefined;
|
62892
62893
|
openDelay?: string | number | undefined;
|
62893
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
62894
62894
|
openOnClick?: boolean | undefined;
|
62895
62895
|
openOnFocus?: boolean | undefined;
|
62896
62896
|
contentProps?: any;
|
@@ -62941,7 +62941,7 @@ declare const VTooltip: {
|
|
62941
62941
|
globalTop: Readonly<vue.Ref<boolean>>;
|
62942
62942
|
localTop: vue.ComputedRef<boolean>;
|
62943
62943
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
62944
|
-
}> & {} & 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" | "
|
62944
|
+
}> & {} & 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}`> & {
|
62945
62945
|
_allExposed: {
|
62946
62946
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
62947
62947
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -63020,9 +63020,9 @@ declare const VTooltip: {
|
|
63020
63020
|
class?: any;
|
63021
63021
|
theme?: string | undefined;
|
63022
63022
|
contentClass?: any;
|
63023
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63023
63024
|
closeDelay?: string | number | undefined;
|
63024
63025
|
openDelay?: string | number | undefined;
|
63025
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63026
63026
|
openOnFocus?: boolean | undefined;
|
63027
63027
|
contentProps?: any;
|
63028
63028
|
attach?: string | boolean | Element | undefined;
|
@@ -63127,9 +63127,9 @@ declare const VTooltip: {
|
|
63127
63127
|
class?: any;
|
63128
63128
|
theme?: string | undefined;
|
63129
63129
|
contentClass?: any;
|
63130
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63130
63131
|
closeDelay?: string | number | undefined;
|
63131
63132
|
openDelay?: string | number | undefined;
|
63132
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63133
63133
|
openOnClick?: boolean | undefined;
|
63134
63134
|
openOnFocus?: boolean | undefined;
|
63135
63135
|
contentProps?: any;
|
@@ -63206,9 +63206,9 @@ declare const VTooltip: {
|
|
63206
63206
|
class?: any;
|
63207
63207
|
theme?: string | undefined;
|
63208
63208
|
contentClass?: any;
|
63209
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63209
63210
|
closeDelay?: string | number | undefined;
|
63210
63211
|
openDelay?: string | number | undefined;
|
63211
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63212
63212
|
openOnClick?: boolean | undefined;
|
63213
63213
|
openOnFocus?: boolean | undefined;
|
63214
63214
|
contentProps?: any;
|
@@ -63269,7 +63269,7 @@ declare const VTooltip: {
|
|
63269
63269
|
}>;
|
63270
63270
|
$root: vue.ComponentPublicInstance | null;
|
63271
63271
|
$parent: vue.ComponentPublicInstance | null;
|
63272
|
-
$emit: ((event: "
|
63272
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
63273
63273
|
$el: any;
|
63274
63274
|
$options: vue.ComponentOptionsBase<{
|
63275
63275
|
absolute: boolean;
|
@@ -63309,9 +63309,9 @@ declare const VTooltip: {
|
|
63309
63309
|
class?: any;
|
63310
63310
|
theme?: string | undefined;
|
63311
63311
|
contentClass?: any;
|
63312
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63312
63313
|
closeDelay?: string | number | undefined;
|
63313
63314
|
openDelay?: string | number | undefined;
|
63314
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63315
63315
|
openOnClick?: boolean | undefined;
|
63316
63316
|
openOnFocus?: boolean | undefined;
|
63317
63317
|
contentProps?: any;
|
@@ -63461,9 +63461,9 @@ declare const VTooltip: {
|
|
63461
63461
|
class?: any;
|
63462
63462
|
theme?: string | undefined;
|
63463
63463
|
contentClass?: any;
|
63464
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63464
63465
|
closeDelay?: string | number | undefined;
|
63465
63466
|
openDelay?: string | number | undefined;
|
63466
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
63467
63467
|
openOnClick?: boolean | undefined;
|
63468
63468
|
openOnFocus?: boolean | undefined;
|
63469
63469
|
contentProps?: any;
|
@@ -63514,7 +63514,7 @@ declare const VTooltip: {
|
|
63514
63514
|
globalTop: Readonly<vue.Ref<boolean>>;
|
63515
63515
|
localTop: vue.ComputedRef<boolean>;
|
63516
63516
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
63517
|
-
}> & {} & 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" | "
|
63517
|
+
}> & {} & 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}`> & {
|
63518
63518
|
_allExposed: {
|
63519
63519
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
63520
63520
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -63623,6 +63623,7 @@ declare const VTooltip: {
|
|
63623
63623
|
theme: StringConstructor;
|
63624
63624
|
modelValue: BooleanConstructor;
|
63625
63625
|
contentClass: null;
|
63626
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
63626
63627
|
locationStrategy: Omit<{
|
63627
63628
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
63628
63629
|
default: string;
|
@@ -63645,7 +63646,6 @@ declare const VTooltip: {
|
|
63645
63646
|
};
|
63646
63647
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
63647
63648
|
openDelay: (StringConstructor | NumberConstructor)[];
|
63648
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
63649
63649
|
activatorProps: {
|
63650
63650
|
type: vue.PropType<Record<string, any>>;
|
63651
63651
|
default: () => {};
|
@@ -63747,6 +63747,7 @@ declare const VTooltip: {
|
|
63747
63747
|
theme: StringConstructor;
|
63748
63748
|
modelValue: BooleanConstructor;
|
63749
63749
|
contentClass: null;
|
63750
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
63750
63751
|
locationStrategy: Omit<{
|
63751
63752
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
63752
63753
|
default: string;
|
@@ -63769,7 +63770,6 @@ declare const VTooltip: {
|
|
63769
63770
|
};
|
63770
63771
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
63771
63772
|
openDelay: (StringConstructor | NumberConstructor)[];
|
63772
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
63773
63773
|
activatorProps: {
|
63774
63774
|
type: vue.PropType<Record<string, any>>;
|
63775
63775
|
default: () => {};
|