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