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-labs.d.ts
CHANGED
|
@@ -3210,13 +3210,13 @@ declare const VMessages: {
|
|
|
3210
3210
|
leaveAbsolute: boolean;
|
|
3211
3211
|
group: boolean;
|
|
3212
3212
|
}>;
|
|
3213
|
-
default:
|
|
3214
|
-
component?: Component;
|
|
3215
|
-
})> | {
|
|
3213
|
+
default: {
|
|
3216
3214
|
component: Component;
|
|
3217
3215
|
leaveAbsolute: boolean;
|
|
3218
3216
|
group: boolean;
|
|
3219
|
-
}
|
|
3217
|
+
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
3218
|
+
component?: Component;
|
|
3219
|
+
})>;
|
|
3220
3220
|
};
|
|
3221
3221
|
class: PropType<ClassValue>;
|
|
3222
3222
|
style: {
|
|
@@ -3244,13 +3244,13 @@ declare const VMessages: {
|
|
|
3244
3244
|
leaveAbsolute: boolean;
|
|
3245
3245
|
group: boolean;
|
|
3246
3246
|
}>;
|
|
3247
|
-
default:
|
|
3248
|
-
component?: Component;
|
|
3249
|
-
})> | {
|
|
3247
|
+
default: {
|
|
3250
3248
|
component: Component;
|
|
3251
3249
|
leaveAbsolute: boolean;
|
|
3252
3250
|
group: boolean;
|
|
3253
|
-
}
|
|
3251
|
+
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
3252
|
+
component?: Component;
|
|
3253
|
+
})>;
|
|
3254
3254
|
};
|
|
3255
3255
|
class: PropType<ClassValue>;
|
|
3256
3256
|
style: {
|
|
@@ -3328,7 +3328,7 @@ declare const VInput: {
|
|
|
3328
3328
|
errorMessages: ComputedRef<string[]>;
|
|
3329
3329
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3330
3330
|
'update:modelValue': (value: any) => true;
|
|
3331
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
3331
|
+
}, "$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 & {
|
|
3332
3332
|
error: boolean;
|
|
3333
3333
|
direction: "horizontal" | "vertical";
|
|
3334
3334
|
style: vue.StyleValue;
|
|
@@ -3488,7 +3488,7 @@ declare const VInput: {
|
|
|
3488
3488
|
errorMessages: ComputedRef<string[]>;
|
|
3489
3489
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3490
3490
|
'update:modelValue': (value: any) => true;
|
|
3491
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
3491
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
3492
3492
|
error: boolean;
|
|
3493
3493
|
direction: "horizontal" | "vertical";
|
|
3494
3494
|
style: vue.StyleValue;
|
|
@@ -6505,9 +6505,9 @@ declare const VMenu: {
|
|
|
6505
6505
|
class?: any;
|
|
6506
6506
|
theme?: string | undefined;
|
|
6507
6507
|
contentClass?: any;
|
|
6508
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6508
6509
|
closeDelay?: string | number | undefined;
|
|
6509
6510
|
openDelay?: string | number | undefined;
|
|
6510
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6511
6511
|
openOnClick?: boolean | undefined;
|
|
6512
6512
|
openOnFocus?: boolean | undefined;
|
|
6513
6513
|
contentProps?: any;
|
|
@@ -6584,9 +6584,9 @@ declare const VMenu: {
|
|
|
6584
6584
|
class?: any;
|
|
6585
6585
|
theme?: string | undefined;
|
|
6586
6586
|
contentClass?: any;
|
|
6587
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6587
6588
|
closeDelay?: string | number | undefined;
|
|
6588
6589
|
openDelay?: string | number | undefined;
|
|
6589
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6590
6590
|
openOnClick?: boolean | undefined;
|
|
6591
6591
|
openOnFocus?: boolean | undefined;
|
|
6592
6592
|
contentProps?: any;
|
|
@@ -6647,7 +6647,7 @@ declare const VMenu: {
|
|
|
6647
6647
|
}>;
|
|
6648
6648
|
$root: vue.ComponentPublicInstance | null;
|
|
6649
6649
|
$parent: vue.ComponentPublicInstance | null;
|
|
6650
|
-
$emit: ((event: "
|
|
6650
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
6651
6651
|
$el: any;
|
|
6652
6652
|
$options: vue.ComponentOptionsBase<{
|
|
6653
6653
|
absolute: boolean;
|
|
@@ -6687,9 +6687,9 @@ declare const VMenu: {
|
|
|
6687
6687
|
class?: any;
|
|
6688
6688
|
theme?: string | undefined;
|
|
6689
6689
|
contentClass?: any;
|
|
6690
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6690
6691
|
closeDelay?: string | number | undefined;
|
|
6691
6692
|
openDelay?: string | number | undefined;
|
|
6692
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6693
6693
|
openOnClick?: boolean | undefined;
|
|
6694
6694
|
openOnFocus?: boolean | undefined;
|
|
6695
6695
|
contentProps?: any;
|
|
@@ -6839,9 +6839,9 @@ declare const VMenu: {
|
|
|
6839
6839
|
class?: any;
|
|
6840
6840
|
theme?: string | undefined;
|
|
6841
6841
|
contentClass?: any;
|
|
6842
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6842
6843
|
closeDelay?: string | number | undefined;
|
|
6843
6844
|
openDelay?: string | number | undefined;
|
|
6844
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6845
6845
|
openOnClick?: boolean | undefined;
|
|
6846
6846
|
openOnFocus?: boolean | undefined;
|
|
6847
6847
|
contentProps?: any;
|
|
@@ -6892,7 +6892,7 @@ declare const VMenu: {
|
|
|
6892
6892
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
6893
6893
|
localTop: vue.ComputedRef<boolean>;
|
|
6894
6894
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
6895
|
-
}> & {} & 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" | "
|
|
6895
|
+
}> & {} & 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}`> & {
|
|
6896
6896
|
_allExposed: {
|
|
6897
6897
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
6898
6898
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -7186,9 +7186,9 @@ declare const VMenu: {
|
|
|
7186
7186
|
class?: any;
|
|
7187
7187
|
theme?: string | undefined;
|
|
7188
7188
|
contentClass?: any;
|
|
7189
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7189
7190
|
closeDelay?: string | number | undefined;
|
|
7190
7191
|
openDelay?: string | number | undefined;
|
|
7191
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7192
7192
|
openOnClick?: boolean | undefined;
|
|
7193
7193
|
openOnFocus?: boolean | undefined;
|
|
7194
7194
|
contentProps?: any;
|
|
@@ -7265,9 +7265,9 @@ declare const VMenu: {
|
|
|
7265
7265
|
class?: any;
|
|
7266
7266
|
theme?: string | undefined;
|
|
7267
7267
|
contentClass?: any;
|
|
7268
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7268
7269
|
closeDelay?: string | number | undefined;
|
|
7269
7270
|
openDelay?: string | number | undefined;
|
|
7270
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7271
7271
|
openOnClick?: boolean | undefined;
|
|
7272
7272
|
openOnFocus?: boolean | undefined;
|
|
7273
7273
|
contentProps?: any;
|
|
@@ -7328,7 +7328,7 @@ declare const VMenu: {
|
|
|
7328
7328
|
}>;
|
|
7329
7329
|
$root: vue.ComponentPublicInstance | null;
|
|
7330
7330
|
$parent: vue.ComponentPublicInstance | null;
|
|
7331
|
-
$emit: ((event: "
|
|
7331
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7332
7332
|
$el: any;
|
|
7333
7333
|
$options: vue.ComponentOptionsBase<{
|
|
7334
7334
|
absolute: boolean;
|
|
@@ -7368,9 +7368,9 @@ declare const VMenu: {
|
|
|
7368
7368
|
class?: any;
|
|
7369
7369
|
theme?: string | undefined;
|
|
7370
7370
|
contentClass?: any;
|
|
7371
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7371
7372
|
closeDelay?: string | number | undefined;
|
|
7372
7373
|
openDelay?: string | number | undefined;
|
|
7373
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7374
7374
|
openOnClick?: boolean | undefined;
|
|
7375
7375
|
openOnFocus?: boolean | undefined;
|
|
7376
7376
|
contentProps?: any;
|
|
@@ -7520,9 +7520,9 @@ declare const VMenu: {
|
|
|
7520
7520
|
class?: any;
|
|
7521
7521
|
theme?: string | undefined;
|
|
7522
7522
|
contentClass?: any;
|
|
7523
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7523
7524
|
closeDelay?: string | number | undefined;
|
|
7524
7525
|
openDelay?: string | number | undefined;
|
|
7525
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7526
7526
|
openOnClick?: boolean | undefined;
|
|
7527
7527
|
openOnFocus?: boolean | undefined;
|
|
7528
7528
|
contentProps?: any;
|
|
@@ -7573,7 +7573,7 @@ declare const VMenu: {
|
|
|
7573
7573
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
7574
7574
|
localTop: vue.ComputedRef<boolean>;
|
|
7575
7575
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7576
|
-
}> & {} & 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" | "
|
|
7576
|
+
}> & {} & 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}`> & {
|
|
7577
7577
|
_allExposed: {
|
|
7578
7578
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7579
7579
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -7772,9 +7772,9 @@ declare const VMenu: {
|
|
|
7772
7772
|
class?: any;
|
|
7773
7773
|
theme?: string | undefined;
|
|
7774
7774
|
contentClass?: any;
|
|
7775
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7775
7776
|
closeDelay?: string | number | undefined;
|
|
7776
7777
|
openDelay?: string | number | undefined;
|
|
7777
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7778
7778
|
openOnClick?: boolean | undefined;
|
|
7779
7779
|
openOnFocus?: boolean | undefined;
|
|
7780
7780
|
contentProps?: any;
|
|
@@ -7851,9 +7851,9 @@ declare const VMenu: {
|
|
|
7851
7851
|
class?: any;
|
|
7852
7852
|
theme?: string | undefined;
|
|
7853
7853
|
contentClass?: any;
|
|
7854
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7854
7855
|
closeDelay?: string | number | undefined;
|
|
7855
7856
|
openDelay?: string | number | undefined;
|
|
7856
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7857
7857
|
openOnClick?: boolean | undefined;
|
|
7858
7858
|
openOnFocus?: boolean | undefined;
|
|
7859
7859
|
contentProps?: any;
|
|
@@ -7914,7 +7914,7 @@ declare const VMenu: {
|
|
|
7914
7914
|
}>;
|
|
7915
7915
|
$root: vue.ComponentPublicInstance | null;
|
|
7916
7916
|
$parent: vue.ComponentPublicInstance | null;
|
|
7917
|
-
$emit: ((event: "
|
|
7917
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
7918
7918
|
$el: any;
|
|
7919
7919
|
$options: vue.ComponentOptionsBase<{
|
|
7920
7920
|
absolute: boolean;
|
|
@@ -7954,9 +7954,9 @@ declare const VMenu: {
|
|
|
7954
7954
|
class?: any;
|
|
7955
7955
|
theme?: string | undefined;
|
|
7956
7956
|
contentClass?: any;
|
|
7957
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7957
7958
|
closeDelay?: string | number | undefined;
|
|
7958
7959
|
openDelay?: string | number | undefined;
|
|
7959
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
7960
7960
|
openOnClick?: boolean | undefined;
|
|
7961
7961
|
openOnFocus?: boolean | undefined;
|
|
7962
7962
|
contentProps?: any;
|
|
@@ -8106,9 +8106,9 @@ declare const VMenu: {
|
|
|
8106
8106
|
class?: any;
|
|
8107
8107
|
theme?: string | undefined;
|
|
8108
8108
|
contentClass?: any;
|
|
8109
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
8109
8110
|
closeDelay?: string | number | undefined;
|
|
8110
8111
|
openDelay?: string | number | undefined;
|
|
8111
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
8112
8112
|
openOnClick?: boolean | undefined;
|
|
8113
8113
|
openOnFocus?: boolean | undefined;
|
|
8114
8114
|
contentProps?: any;
|
|
@@ -8159,7 +8159,7 @@ declare const VMenu: {
|
|
|
8159
8159
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
8160
8160
|
localTop: vue.ComputedRef<boolean>;
|
|
8161
8161
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
8162
|
-
}> & {} & 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" | "
|
|
8162
|
+
}> & {} & 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}`> & {
|
|
8163
8163
|
_allExposed: {
|
|
8164
8164
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
8165
8165
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -8268,6 +8268,7 @@ declare const VMenu: {
|
|
|
8268
8268
|
persistent: BooleanConstructor;
|
|
8269
8269
|
modelValue: BooleanConstructor;
|
|
8270
8270
|
contentClass: null;
|
|
8271
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
8271
8272
|
locationStrategy: Omit<{
|
|
8272
8273
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
8273
8274
|
default: string;
|
|
@@ -8296,7 +8297,6 @@ declare const VMenu: {
|
|
|
8296
8297
|
type: vue.PropType<string | number>;
|
|
8297
8298
|
default: NonNullable<string | number>;
|
|
8298
8299
|
};
|
|
8299
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
8300
8300
|
activatorProps: {
|
|
8301
8301
|
type: vue.PropType<Record<string, any>>;
|
|
8302
8302
|
default: () => {};
|
|
@@ -8385,6 +8385,7 @@ declare const VMenu: {
|
|
|
8385
8385
|
persistent: BooleanConstructor;
|
|
8386
8386
|
modelValue: BooleanConstructor;
|
|
8387
8387
|
contentClass: null;
|
|
8388
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
8388
8389
|
locationStrategy: Omit<{
|
|
8389
8390
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
8390
8391
|
default: string;
|
|
@@ -8413,7 +8414,6 @@ declare const VMenu: {
|
|
|
8413
8414
|
type: vue.PropType<string | number>;
|
|
8414
8415
|
default: NonNullable<string | number>;
|
|
8415
8416
|
};
|
|
8416
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
8417
8417
|
activatorProps: {
|
|
8418
8418
|
type: vue.PropType<Record<string, any>>;
|
|
8419
8419
|
default: () => {};
|
|
@@ -8951,7 +8951,7 @@ declare const VAutocomplete: {
|
|
|
8951
8951
|
'update:search': (value: any) => true;
|
|
8952
8952
|
'update:modelValue': (value: any) => true;
|
|
8953
8953
|
'update:menu': (value: boolean) => true;
|
|
8954
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
8954
|
+
}, "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 & {
|
|
8955
8955
|
flat: boolean;
|
|
8956
8956
|
reverse: boolean;
|
|
8957
8957
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -10569,7 +10569,7 @@ declare const VAutocomplete: {
|
|
|
10569
10569
|
'update:search': (value: any) => true;
|
|
10570
10570
|
'update:modelValue': (value: any) => true;
|
|
10571
10571
|
'update:menu': (value: boolean) => true;
|
|
10572
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
10572
|
+
}, "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, {
|
|
10573
10573
|
flat: boolean;
|
|
10574
10574
|
reverse: boolean;
|
|
10575
10575
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -12564,9 +12564,9 @@ declare const VBottomSheet: {
|
|
|
12564
12564
|
class?: any;
|
|
12565
12565
|
theme?: string | undefined;
|
|
12566
12566
|
contentClass?: any;
|
|
12567
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12567
12568
|
closeDelay?: string | number | undefined;
|
|
12568
12569
|
openDelay?: string | number | undefined;
|
|
12569
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12570
12570
|
openOnClick?: boolean | undefined;
|
|
12571
12571
|
openOnFocus?: boolean | undefined;
|
|
12572
12572
|
contentProps?: any;
|
|
@@ -12650,9 +12650,9 @@ declare const VBottomSheet: {
|
|
|
12650
12650
|
class?: any;
|
|
12651
12651
|
theme?: string | undefined;
|
|
12652
12652
|
contentClass?: any;
|
|
12653
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12653
12654
|
closeDelay?: string | number | undefined;
|
|
12654
12655
|
openDelay?: string | number | undefined;
|
|
12655
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12656
12656
|
openOnClick?: boolean | undefined;
|
|
12657
12657
|
openOnFocus?: boolean | undefined;
|
|
12658
12658
|
contentProps?: any;
|
|
@@ -12782,9 +12782,9 @@ declare const VBottomSheet: {
|
|
|
12782
12782
|
class?: any;
|
|
12783
12783
|
theme?: string | undefined;
|
|
12784
12784
|
contentClass?: any;
|
|
12785
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12785
12786
|
closeDelay?: string | number | undefined;
|
|
12786
12787
|
openDelay?: string | number | undefined;
|
|
12787
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12788
12788
|
openOnClick?: boolean | undefined;
|
|
12789
12789
|
openOnFocus?: boolean | undefined;
|
|
12790
12790
|
contentProps?: any;
|
|
@@ -12902,9 +12902,9 @@ declare const VBottomSheet: {
|
|
|
12902
12902
|
class?: any;
|
|
12903
12903
|
theme?: string | undefined;
|
|
12904
12904
|
contentClass?: any;
|
|
12905
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12905
12906
|
closeDelay?: string | number | undefined;
|
|
12906
12907
|
openDelay?: string | number | undefined;
|
|
12907
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
12908
12908
|
openOnClick?: boolean | undefined;
|
|
12909
12909
|
openOnFocus?: boolean | undefined;
|
|
12910
12910
|
contentProps?: any;
|
|
@@ -15953,7 +15953,7 @@ declare const VWindow: {
|
|
|
15953
15953
|
group: GroupProvide;
|
|
15954
15954
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
15955
15955
|
'update:modelValue': (value: any) => true;
|
|
15956
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
15956
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
15957
15957
|
reverse: boolean;
|
|
15958
15958
|
direction: "horizontal" | "vertical";
|
|
15959
15959
|
style: vue.StyleValue;
|
|
@@ -16055,7 +16055,7 @@ declare const VWindow: {
|
|
|
16055
16055
|
group: GroupProvide;
|
|
16056
16056
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
16057
16057
|
'update:modelValue': (value: any) => true;
|
|
16058
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
16058
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
|
16059
16059
|
reverse: boolean;
|
|
16060
16060
|
direction: "horizontal" | "vertical";
|
|
16061
16061
|
style: vue.StyleValue;
|
|
@@ -16210,7 +16210,7 @@ declare const VCarousel: {
|
|
|
16210
16210
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
16211
16211
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
16212
16212
|
'update:modelValue': (value: any) => true;
|
|
16213
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
16213
|
+
}, "$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 & {
|
|
16214
16214
|
reverse: boolean;
|
|
16215
16215
|
interval: string | number;
|
|
16216
16216
|
height: string | number;
|
|
@@ -16367,7 +16367,7 @@ declare const VCarousel: {
|
|
|
16367
16367
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
16368
16368
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
16369
16369
|
'update:modelValue': (value: any) => true;
|
|
16370
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
16370
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
|
16371
16371
|
reverse: boolean;
|
|
16372
16372
|
interval: string | number;
|
|
16373
16373
|
height: string | number;
|
|
@@ -18006,7 +18006,7 @@ declare const VCheckbox: {
|
|
|
18006
18006
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
18007
18007
|
'update:modelValue': (value: any) => true;
|
|
18008
18008
|
'update:focused': (focused: boolean) => true;
|
|
18009
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
18009
|
+
}, "$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 & {
|
|
18010
18010
|
error: boolean;
|
|
18011
18011
|
direction: "horizontal" | "vertical";
|
|
18012
18012
|
style: vue.StyleValue;
|
|
@@ -18235,7 +18235,7 @@ declare const VCheckbox: {
|
|
|
18235
18235
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
18236
18236
|
'update:modelValue': (value: any) => true;
|
|
18237
18237
|
'update:focused': (focused: boolean) => true;
|
|
18238
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
18238
|
+
}, "$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, {
|
|
18239
18239
|
error: boolean;
|
|
18240
18240
|
direction: "horizontal" | "vertical";
|
|
18241
18241
|
style: vue.StyleValue;
|
|
@@ -20938,7 +20938,7 @@ declare const VCombobox: {
|
|
|
20938
20938
|
'update:modelValue': (value: any) => true;
|
|
20939
20939
|
'update:search': (value: string) => true;
|
|
20940
20940
|
'update:menu': (value: boolean) => true;
|
|
20941
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
20941
|
+
}, "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 & {
|
|
20942
20942
|
flat: boolean;
|
|
20943
20943
|
reverse: boolean;
|
|
20944
20944
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -22556,7 +22556,7 @@ declare const VCombobox: {
|
|
|
22556
22556
|
'update:modelValue': (value: any) => true;
|
|
22557
22557
|
'update:search': (value: string) => true;
|
|
22558
22558
|
'update:menu': (value: boolean) => true;
|
|
22559
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
22559
|
+
}, "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, {
|
|
22560
22560
|
flat: boolean;
|
|
22561
22561
|
reverse: boolean;
|
|
22562
22562
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -24797,7 +24797,7 @@ declare const VDataTable: {
|
|
|
24797
24797
|
'update:groupBy': (value: any) => true;
|
|
24798
24798
|
'update:expanded': (value: any) => true;
|
|
24799
24799
|
'update:currentItems': (value: any) => true;
|
|
24800
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
24800
|
+
}, "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 & {
|
|
24801
24801
|
page: string | number;
|
|
24802
24802
|
expanded: readonly string[];
|
|
24803
24803
|
style: vue.StyleValue;
|
|
@@ -25168,7 +25168,7 @@ declare const VDataTable: {
|
|
|
25168
25168
|
'update:groupBy': (value: any) => true;
|
|
25169
25169
|
'update:expanded': (value: any) => true;
|
|
25170
25170
|
'update:currentItems': (value: any) => true;
|
|
25171
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
25171
|
+
}, "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, {
|
|
25172
25172
|
page: string | number;
|
|
25173
25173
|
expanded: readonly string[];
|
|
25174
25174
|
style: vue.StyleValue;
|
|
@@ -25876,6 +25876,7 @@ declare const VDataTableFooter: {
|
|
|
25876
25876
|
};
|
|
25877
25877
|
showCurrentPage: BooleanConstructor;
|
|
25878
25878
|
}>>;
|
|
25879
|
+
type VDataTableFooter = InstanceType<typeof VDataTableFooter>;
|
|
25879
25880
|
|
|
25880
25881
|
type VDataTableVirtualSlotProps<T> = Omit<VDataTableSlotProps<T>, 'setItemsPerPage' | 'page' | 'pageCount' | 'itemsPerPage'>;
|
|
25881
25882
|
type VDataTableVirtualSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
|
|
@@ -25993,7 +25994,7 @@ declare const VDataTableVirtual: {
|
|
|
25993
25994
|
'update:options': (value: any) => true;
|
|
25994
25995
|
'update:groupBy': (value: any) => true;
|
|
25995
25996
|
'update:expanded': (value: any) => true;
|
|
25996
|
-
}, "$children" | "v-slots" | "modelValue" | "
|
|
25997
|
+
}, "$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 & {
|
|
25997
25998
|
expanded: readonly string[];
|
|
25998
25999
|
style: vue.StyleValue;
|
|
25999
26000
|
mobile: boolean | null;
|
|
@@ -26403,7 +26404,7 @@ declare const VDataTableVirtual: {
|
|
|
26403
26404
|
'update:options': (value: any) => true;
|
|
26404
26405
|
'update:groupBy': (value: any) => true;
|
|
26405
26406
|
'update:expanded': (value: any) => true;
|
|
26406
|
-
}, "$children" | "v-slots" | "modelValue" | "
|
|
26407
|
+
}, "$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, {
|
|
26407
26408
|
expanded: readonly string[];
|
|
26408
26409
|
style: vue.StyleValue;
|
|
26409
26410
|
mobile: boolean | null;
|
|
@@ -26831,7 +26832,7 @@ declare const VDataTableServer: {
|
|
|
26831
26832
|
'update:options': (options: any) => true;
|
|
26832
26833
|
'update:expanded': (options: any) => true;
|
|
26833
26834
|
'update:groupBy': (value: any) => true;
|
|
26834
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
26835
|
+
}, "$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 & {
|
|
26835
26836
|
page: string | number;
|
|
26836
26837
|
expanded: readonly string[];
|
|
26837
26838
|
style: vue.StyleValue;
|
|
@@ -27317,7 +27318,7 @@ declare const VDataTableServer: {
|
|
|
27317
27318
|
'update:options': (options: any) => true;
|
|
27318
27319
|
'update:expanded': (options: any) => true;
|
|
27319
27320
|
'update:groupBy': (value: any) => true;
|
|
27320
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
27321
|
+
}, "$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, {
|
|
27321
27322
|
page: string | number;
|
|
27322
27323
|
expanded: readonly string[];
|
|
27323
27324
|
style: vue.StyleValue;
|
|
@@ -28096,7 +28097,7 @@ declare const VDatePicker: {
|
|
|
28096
28097
|
'update:month': (date: any) => true;
|
|
28097
28098
|
'update:year': (date: any) => true;
|
|
28098
28099
|
'update:viewMode': (date: any) => true;
|
|
28099
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
28100
|
+
}, "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 & {
|
|
28100
28101
|
transition: string;
|
|
28101
28102
|
header: string;
|
|
28102
28103
|
style: vue.StyleValue;
|
|
@@ -28311,7 +28312,7 @@ declare const VDatePicker: {
|
|
|
28311
28312
|
'update:month': (date: any) => true;
|
|
28312
28313
|
'update:year': (date: any) => true;
|
|
28313
28314
|
'update:viewMode': (date: any) => true;
|
|
28314
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
28315
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
|
|
28315
28316
|
active: string | string[];
|
|
28316
28317
|
transition: string;
|
|
28317
28318
|
header: string;
|
|
@@ -29958,9 +29959,9 @@ declare const VDialog: {
|
|
|
29958
29959
|
class?: any;
|
|
29959
29960
|
theme?: string | undefined;
|
|
29960
29961
|
contentClass?: any;
|
|
29962
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
29961
29963
|
closeDelay?: string | number | undefined;
|
|
29962
29964
|
openDelay?: string | number | undefined;
|
|
29963
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
29964
29965
|
openOnClick?: boolean | undefined;
|
|
29965
29966
|
openOnFocus?: boolean | undefined;
|
|
29966
29967
|
contentProps?: any;
|
|
@@ -30068,9 +30069,9 @@ declare const VDialog: {
|
|
|
30068
30069
|
class?: any;
|
|
30069
30070
|
theme?: string | undefined;
|
|
30070
30071
|
contentClass?: any;
|
|
30072
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30071
30073
|
closeDelay?: string | number | undefined;
|
|
30072
30074
|
openDelay?: string | number | undefined;
|
|
30073
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30074
30075
|
openOnClick?: boolean | undefined;
|
|
30075
30076
|
openOnFocus?: boolean | undefined;
|
|
30076
30077
|
contentProps?: any;
|
|
@@ -30147,9 +30148,9 @@ declare const VDialog: {
|
|
|
30147
30148
|
class?: any;
|
|
30148
30149
|
theme?: string | undefined;
|
|
30149
30150
|
contentClass?: any;
|
|
30151
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30150
30152
|
closeDelay?: string | number | undefined;
|
|
30151
30153
|
openDelay?: string | number | undefined;
|
|
30152
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30153
30154
|
openOnClick?: boolean | undefined;
|
|
30154
30155
|
openOnFocus?: boolean | undefined;
|
|
30155
30156
|
contentProps?: any;
|
|
@@ -30210,7 +30211,7 @@ declare const VDialog: {
|
|
|
30210
30211
|
}>;
|
|
30211
30212
|
$root: vue.ComponentPublicInstance | null;
|
|
30212
30213
|
$parent: vue.ComponentPublicInstance | null;
|
|
30213
|
-
$emit: ((event: "
|
|
30214
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30214
30215
|
$el: any;
|
|
30215
30216
|
$options: vue.ComponentOptionsBase<{
|
|
30216
30217
|
absolute: boolean;
|
|
@@ -30250,9 +30251,9 @@ declare const VDialog: {
|
|
|
30250
30251
|
class?: any;
|
|
30251
30252
|
theme?: string | undefined;
|
|
30252
30253
|
contentClass?: any;
|
|
30254
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30253
30255
|
closeDelay?: string | number | undefined;
|
|
30254
30256
|
openDelay?: string | number | undefined;
|
|
30255
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30256
30257
|
openOnClick?: boolean | undefined;
|
|
30257
30258
|
openOnFocus?: boolean | undefined;
|
|
30258
30259
|
contentProps?: any;
|
|
@@ -30402,9 +30403,9 @@ declare const VDialog: {
|
|
|
30402
30403
|
class?: any;
|
|
30403
30404
|
theme?: string | undefined;
|
|
30404
30405
|
contentClass?: any;
|
|
30406
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30405
30407
|
closeDelay?: string | number | undefined;
|
|
30406
30408
|
openDelay?: string | number | undefined;
|
|
30407
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30408
30409
|
openOnClick?: boolean | undefined;
|
|
30409
30410
|
openOnFocus?: boolean | undefined;
|
|
30410
30411
|
contentProps?: any;
|
|
@@ -30455,7 +30456,7 @@ declare const VDialog: {
|
|
|
30455
30456
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
30456
30457
|
localTop: vue.ComputedRef<boolean>;
|
|
30457
30458
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30458
|
-
}> & {} & 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" | "
|
|
30459
|
+
}> & {} & 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}`> & {
|
|
30459
30460
|
_allExposed: {
|
|
30460
30461
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30461
30462
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -30512,9 +30513,9 @@ declare const VDialog: {
|
|
|
30512
30513
|
class?: any;
|
|
30513
30514
|
theme?: string | undefined;
|
|
30514
30515
|
contentClass?: any;
|
|
30516
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30515
30517
|
closeDelay?: string | number | undefined;
|
|
30516
30518
|
openDelay?: string | number | undefined;
|
|
30517
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30518
30519
|
openOnClick?: boolean | undefined;
|
|
30519
30520
|
openOnFocus?: boolean | undefined;
|
|
30520
30521
|
contentProps?: any;
|
|
@@ -30644,9 +30645,9 @@ declare const VDialog: {
|
|
|
30644
30645
|
class?: any;
|
|
30645
30646
|
theme?: string | undefined;
|
|
30646
30647
|
contentClass?: any;
|
|
30648
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30647
30649
|
closeDelay?: string | number | undefined;
|
|
30648
30650
|
openDelay?: string | number | undefined;
|
|
30649
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30650
30651
|
openOnClick?: boolean | undefined;
|
|
30651
30652
|
openOnFocus?: boolean | undefined;
|
|
30652
30653
|
contentProps?: any;
|
|
@@ -30754,9 +30755,9 @@ declare const VDialog: {
|
|
|
30754
30755
|
class?: any;
|
|
30755
30756
|
theme?: string | undefined;
|
|
30756
30757
|
contentClass?: any;
|
|
30758
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30757
30759
|
closeDelay?: string | number | undefined;
|
|
30758
30760
|
openDelay?: string | number | undefined;
|
|
30759
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30760
30761
|
openOnClick?: boolean | undefined;
|
|
30761
30762
|
openOnFocus?: boolean | undefined;
|
|
30762
30763
|
contentProps?: any;
|
|
@@ -30833,9 +30834,9 @@ declare const VDialog: {
|
|
|
30833
30834
|
class?: any;
|
|
30834
30835
|
theme?: string | undefined;
|
|
30835
30836
|
contentClass?: any;
|
|
30837
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30836
30838
|
closeDelay?: string | number | undefined;
|
|
30837
30839
|
openDelay?: string | number | undefined;
|
|
30838
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30839
30840
|
openOnClick?: boolean | undefined;
|
|
30840
30841
|
openOnFocus?: boolean | undefined;
|
|
30841
30842
|
contentProps?: any;
|
|
@@ -30896,7 +30897,7 @@ declare const VDialog: {
|
|
|
30896
30897
|
}>;
|
|
30897
30898
|
$root: vue.ComponentPublicInstance | null;
|
|
30898
30899
|
$parent: vue.ComponentPublicInstance | null;
|
|
30899
|
-
$emit: ((event: "
|
|
30900
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
30900
30901
|
$el: any;
|
|
30901
30902
|
$options: vue.ComponentOptionsBase<{
|
|
30902
30903
|
absolute: boolean;
|
|
@@ -30936,9 +30937,9 @@ declare const VDialog: {
|
|
|
30936
30937
|
class?: any;
|
|
30937
30938
|
theme?: string | undefined;
|
|
30938
30939
|
contentClass?: any;
|
|
30940
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30939
30941
|
closeDelay?: string | number | undefined;
|
|
30940
30942
|
openDelay?: string | number | undefined;
|
|
30941
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30942
30943
|
openOnClick?: boolean | undefined;
|
|
30943
30944
|
openOnFocus?: boolean | undefined;
|
|
30944
30945
|
contentProps?: any;
|
|
@@ -31088,9 +31089,9 @@ declare const VDialog: {
|
|
|
31088
31089
|
class?: any;
|
|
31089
31090
|
theme?: string | undefined;
|
|
31090
31091
|
contentClass?: any;
|
|
31092
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31091
31093
|
closeDelay?: string | number | undefined;
|
|
31092
31094
|
openDelay?: string | number | undefined;
|
|
31093
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31094
31095
|
openOnClick?: boolean | undefined;
|
|
31095
31096
|
openOnFocus?: boolean | undefined;
|
|
31096
31097
|
contentProps?: any;
|
|
@@ -31141,7 +31142,7 @@ declare const VDialog: {
|
|
|
31141
31142
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
31142
31143
|
localTop: vue.ComputedRef<boolean>;
|
|
31143
31144
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
31144
|
-
}> & {} & 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" | "
|
|
31145
|
+
}> & {} & 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}`> & {
|
|
31145
31146
|
_allExposed: {
|
|
31146
31147
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
31147
31148
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -31229,9 +31230,9 @@ declare const VDialog: {
|
|
|
31229
31230
|
class?: any;
|
|
31230
31231
|
theme?: string | undefined;
|
|
31231
31232
|
contentClass?: any;
|
|
31233
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31232
31234
|
closeDelay?: string | number | undefined;
|
|
31233
31235
|
openDelay?: string | number | undefined;
|
|
31234
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31235
31236
|
openOnClick?: boolean | undefined;
|
|
31236
31237
|
openOnFocus?: boolean | undefined;
|
|
31237
31238
|
contentProps?: any;
|
|
@@ -31339,9 +31340,9 @@ declare const VDialog: {
|
|
|
31339
31340
|
class?: any;
|
|
31340
31341
|
theme?: string | undefined;
|
|
31341
31342
|
contentClass?: any;
|
|
31343
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31342
31344
|
closeDelay?: string | number | undefined;
|
|
31343
31345
|
openDelay?: string | number | undefined;
|
|
31344
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31345
31346
|
openOnClick?: boolean | undefined;
|
|
31346
31347
|
openOnFocus?: boolean | undefined;
|
|
31347
31348
|
contentProps?: any;
|
|
@@ -31418,9 +31419,9 @@ declare const VDialog: {
|
|
|
31418
31419
|
class?: any;
|
|
31419
31420
|
theme?: string | undefined;
|
|
31420
31421
|
contentClass?: any;
|
|
31422
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31421
31423
|
closeDelay?: string | number | undefined;
|
|
31422
31424
|
openDelay?: string | number | undefined;
|
|
31423
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31424
31425
|
openOnClick?: boolean | undefined;
|
|
31425
31426
|
openOnFocus?: boolean | undefined;
|
|
31426
31427
|
contentProps?: any;
|
|
@@ -31481,7 +31482,7 @@ declare const VDialog: {
|
|
|
31481
31482
|
}>;
|
|
31482
31483
|
$root: vue.ComponentPublicInstance | null;
|
|
31483
31484
|
$parent: vue.ComponentPublicInstance | null;
|
|
31484
|
-
$emit: ((event: "
|
|
31485
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
31485
31486
|
$el: any;
|
|
31486
31487
|
$options: vue.ComponentOptionsBase<{
|
|
31487
31488
|
absolute: boolean;
|
|
@@ -31521,9 +31522,9 @@ declare const VDialog: {
|
|
|
31521
31522
|
class?: any;
|
|
31522
31523
|
theme?: string | undefined;
|
|
31523
31524
|
contentClass?: any;
|
|
31525
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31524
31526
|
closeDelay?: string | number | undefined;
|
|
31525
31527
|
openDelay?: string | number | undefined;
|
|
31526
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31527
31528
|
openOnClick?: boolean | undefined;
|
|
31528
31529
|
openOnFocus?: boolean | undefined;
|
|
31529
31530
|
contentProps?: any;
|
|
@@ -31673,9 +31674,9 @@ declare const VDialog: {
|
|
|
31673
31674
|
class?: any;
|
|
31674
31675
|
theme?: string | undefined;
|
|
31675
31676
|
contentClass?: any;
|
|
31677
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31676
31678
|
closeDelay?: string | number | undefined;
|
|
31677
31679
|
openDelay?: string | number | undefined;
|
|
31678
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
31679
31680
|
openOnClick?: boolean | undefined;
|
|
31680
31681
|
openOnFocus?: boolean | undefined;
|
|
31681
31682
|
contentProps?: any;
|
|
@@ -31726,7 +31727,7 @@ declare const VDialog: {
|
|
|
31726
31727
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
31727
31728
|
localTop: vue.ComputedRef<boolean>;
|
|
31728
31729
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
31729
|
-
}> & {} & 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" | "
|
|
31730
|
+
}> & {} & 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}`> & {
|
|
31730
31731
|
_allExposed: {
|
|
31731
31732
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
31732
31733
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -34614,7 +34615,7 @@ declare const VFileInput: {
|
|
|
34614
34615
|
errorMessages: vue.ComputedRef<string[]>;
|
|
34615
34616
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
34616
34617
|
'update:modelValue': (value: any) => true;
|
|
34617
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
34618
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
34618
34619
|
error: boolean;
|
|
34619
34620
|
direction: "horizontal" | "vertical";
|
|
34620
34621
|
style: vue.StyleValue;
|
|
@@ -35186,7 +35187,7 @@ declare const VFileInput: {
|
|
|
35186
35187
|
errorMessages: vue.ComputedRef<string[]>;
|
|
35187
35188
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
35188
35189
|
'update:modelValue': (value: any) => true;
|
|
35189
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
35190
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
35190
35191
|
error: boolean;
|
|
35191
35192
|
direction: "horizontal" | "vertical";
|
|
35192
35193
|
style: vue.StyleValue;
|
|
@@ -35593,7 +35594,7 @@ declare const VFileInput: {
|
|
|
35593
35594
|
errorMessages: vue.ComputedRef<string[]>;
|
|
35594
35595
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
35595
35596
|
'update:modelValue': (value: any) => true;
|
|
35596
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
35597
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
35597
35598
|
error: boolean;
|
|
35598
35599
|
direction: "horizontal" | "vertical";
|
|
35599
35600
|
style: vue.StyleValue;
|
|
@@ -40030,9 +40031,9 @@ declare const VNavigationDrawer: {
|
|
|
40030
40031
|
tag: string;
|
|
40031
40032
|
sticky: boolean;
|
|
40032
40033
|
modelValue: boolean | null;
|
|
40033
|
-
scrim: string | boolean;
|
|
40034
40034
|
tile: boolean;
|
|
40035
40035
|
floating: boolean;
|
|
40036
|
+
scrim: string | boolean;
|
|
40036
40037
|
touchless: boolean;
|
|
40037
40038
|
disableResizeWatcher: boolean;
|
|
40038
40039
|
disableRouteWatcher: boolean;
|
|
@@ -40090,9 +40091,9 @@ declare const VNavigationDrawer: {
|
|
|
40090
40091
|
tag: string;
|
|
40091
40092
|
sticky: boolean;
|
|
40092
40093
|
modelValue: boolean | null;
|
|
40093
|
-
scrim: string | boolean;
|
|
40094
40094
|
tile: boolean;
|
|
40095
40095
|
floating: boolean;
|
|
40096
|
+
scrim: string | boolean;
|
|
40096
40097
|
touchless: boolean;
|
|
40097
40098
|
disableResizeWatcher: boolean;
|
|
40098
40099
|
disableRouteWatcher: boolean;
|
|
@@ -40146,9 +40147,9 @@ declare const VNavigationDrawer: {
|
|
|
40146
40147
|
sticky: boolean;
|
|
40147
40148
|
modelValue: boolean | null;
|
|
40148
40149
|
rounded: string | number | boolean;
|
|
40149
|
-
scrim: string | boolean;
|
|
40150
40150
|
tile: boolean;
|
|
40151
40151
|
floating: boolean;
|
|
40152
|
+
scrim: string | boolean;
|
|
40152
40153
|
touchless: boolean;
|
|
40153
40154
|
disableResizeWatcher: boolean;
|
|
40154
40155
|
disableRouteWatcher: boolean;
|
|
@@ -40180,9 +40181,9 @@ declare const VNavigationDrawer: {
|
|
|
40180
40181
|
tag: string;
|
|
40181
40182
|
sticky: boolean;
|
|
40182
40183
|
modelValue: boolean | null;
|
|
40183
|
-
scrim: string | boolean;
|
|
40184
40184
|
tile: boolean;
|
|
40185
40185
|
floating: boolean;
|
|
40186
|
+
scrim: string | boolean;
|
|
40186
40187
|
touchless: boolean;
|
|
40187
40188
|
disableResizeWatcher: boolean;
|
|
40188
40189
|
disableRouteWatcher: boolean;
|
|
@@ -40238,9 +40239,9 @@ declare const VNavigationDrawer: {
|
|
|
40238
40239
|
sticky: boolean;
|
|
40239
40240
|
modelValue: boolean | null;
|
|
40240
40241
|
rounded: string | number | boolean;
|
|
40241
|
-
scrim: string | boolean;
|
|
40242
40242
|
tile: boolean;
|
|
40243
40243
|
floating: boolean;
|
|
40244
|
+
scrim: string | boolean;
|
|
40244
40245
|
touchless: boolean;
|
|
40245
40246
|
disableResizeWatcher: boolean;
|
|
40246
40247
|
disableRouteWatcher: boolean;
|
|
@@ -40264,9 +40265,9 @@ declare const VNavigationDrawer: {
|
|
|
40264
40265
|
tag: string;
|
|
40265
40266
|
sticky: boolean;
|
|
40266
40267
|
modelValue: boolean | null;
|
|
40267
|
-
scrim: string | boolean;
|
|
40268
40268
|
tile: boolean;
|
|
40269
40269
|
floating: boolean;
|
|
40270
|
+
scrim: string | boolean;
|
|
40270
40271
|
touchless: boolean;
|
|
40271
40272
|
disableResizeWatcher: boolean;
|
|
40272
40273
|
disableRouteWatcher: boolean;
|
|
@@ -40325,9 +40326,9 @@ declare const VNavigationDrawer: {
|
|
|
40325
40326
|
sticky: boolean;
|
|
40326
40327
|
modelValue: boolean | null;
|
|
40327
40328
|
rounded: string | number | boolean;
|
|
40328
|
-
scrim: string | boolean;
|
|
40329
40329
|
tile: boolean;
|
|
40330
40330
|
floating: boolean;
|
|
40331
|
+
scrim: string | boolean;
|
|
40331
40332
|
touchless: boolean;
|
|
40332
40333
|
disableResizeWatcher: boolean;
|
|
40333
40334
|
disableRouteWatcher: boolean;
|
|
@@ -40924,9 +40925,9 @@ declare const VOverlay: {
|
|
|
40924
40925
|
class?: any;
|
|
40925
40926
|
theme?: string | undefined;
|
|
40926
40927
|
contentClass?: any;
|
|
40928
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40927
40929
|
closeDelay?: string | number | undefined;
|
|
40928
40930
|
openDelay?: string | number | undefined;
|
|
40929
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40930
40931
|
openOnClick?: boolean | undefined;
|
|
40931
40932
|
openOnFocus?: boolean | undefined;
|
|
40932
40933
|
contentProps?: any;
|
|
@@ -41020,9 +41021,9 @@ declare const VOverlay: {
|
|
|
41020
41021
|
class?: any;
|
|
41021
41022
|
theme?: string | undefined;
|
|
41022
41023
|
contentClass?: any;
|
|
41024
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41023
41025
|
closeDelay?: string | number | undefined;
|
|
41024
41026
|
openDelay?: string | number | undefined;
|
|
41025
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41026
41027
|
openOnClick?: boolean | undefined;
|
|
41027
41028
|
openOnFocus?: boolean | undefined;
|
|
41028
41029
|
contentProps?: any;
|
|
@@ -41145,9 +41146,9 @@ declare const VOverlay: {
|
|
|
41145
41146
|
class?: any;
|
|
41146
41147
|
theme?: string | undefined;
|
|
41147
41148
|
contentClass?: any;
|
|
41149
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41148
41150
|
closeDelay?: string | number | undefined;
|
|
41149
41151
|
openDelay?: string | number | undefined;
|
|
41150
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41151
41152
|
openOnClick?: boolean | undefined;
|
|
41152
41153
|
openOnFocus?: boolean | undefined;
|
|
41153
41154
|
contentProps?: any;
|
|
@@ -41267,9 +41268,9 @@ declare const VOverlay: {
|
|
|
41267
41268
|
class?: any;
|
|
41268
41269
|
theme?: string | undefined;
|
|
41269
41270
|
contentClass?: any;
|
|
41271
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41270
41272
|
closeDelay?: string | number | undefined;
|
|
41271
41273
|
openDelay?: string | number | undefined;
|
|
41272
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41273
41274
|
openOnClick?: boolean | undefined;
|
|
41274
41275
|
openOnFocus?: boolean | undefined;
|
|
41275
41276
|
contentProps?: any;
|
|
@@ -43365,7 +43366,7 @@ declare const VRadioGroup: {
|
|
|
43365
43366
|
hideDetails?: boolean | "auto" | undefined;
|
|
43366
43367
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
43367
43368
|
'update:modelValue': (value: any) => true;
|
|
43368
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
43369
|
+
}, "$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 & {
|
|
43369
43370
|
type: string;
|
|
43370
43371
|
inline: boolean;
|
|
43371
43372
|
error: boolean;
|
|
@@ -43568,7 +43569,7 @@ declare const VRadioGroup: {
|
|
|
43568
43569
|
hideDetails?: boolean | "auto" | undefined;
|
|
43569
43570
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
43570
43571
|
'update:modelValue': (value: any) => true;
|
|
43571
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
43572
|
+
}, "$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, {
|
|
43572
43573
|
type: string;
|
|
43573
43574
|
inline: boolean;
|
|
43574
43575
|
error: boolean;
|
|
@@ -45612,7 +45613,7 @@ declare const VSelect: {
|
|
|
45612
45613
|
'update:focused': (focused: boolean) => true;
|
|
45613
45614
|
'update:modelValue': (value: any) => true;
|
|
45614
45615
|
'update:menu': (ue: boolean) => true;
|
|
45615
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
45616
|
+
}, "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 & {
|
|
45616
45617
|
flat: boolean;
|
|
45617
45618
|
reverse: boolean;
|
|
45618
45619
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -47204,7 +47205,7 @@ declare const VSelect: {
|
|
|
47204
47205
|
'update:focused': (focused: boolean) => true;
|
|
47205
47206
|
'update:modelValue': (value: any) => true;
|
|
47206
47207
|
'update:menu': (ue: boolean) => true;
|
|
47207
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
47208
|
+
}, "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, {
|
|
47208
47209
|
flat: boolean;
|
|
47209
47210
|
reverse: boolean;
|
|
47210
47211
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -49411,6 +49412,7 @@ declare const VSnackbar: {
|
|
|
49411
49412
|
timeout: string | number;
|
|
49412
49413
|
vertical: boolean;
|
|
49413
49414
|
modelValue: boolean;
|
|
49415
|
+
tile: boolean;
|
|
49414
49416
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
49415
49417
|
updateLocation: (e?: Event) => void;
|
|
49416
49418
|
});
|
|
@@ -49419,7 +49421,6 @@ declare const VSnackbar: {
|
|
|
49419
49421
|
closeOnContentClick: boolean;
|
|
49420
49422
|
closeOnBack: boolean;
|
|
49421
49423
|
contained: boolean;
|
|
49422
|
-
tile: boolean;
|
|
49423
49424
|
multiLine: boolean;
|
|
49424
49425
|
} & {
|
|
49425
49426
|
offset?: string | number | number[] | undefined;
|
|
@@ -49439,9 +49440,9 @@ declare const VSnackbar: {
|
|
|
49439
49440
|
timer?: string | boolean | undefined;
|
|
49440
49441
|
rounded?: string | number | boolean | undefined;
|
|
49441
49442
|
contentClass?: any;
|
|
49443
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49442
49444
|
closeDelay?: string | number | undefined;
|
|
49443
49445
|
openDelay?: string | number | undefined;
|
|
49444
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49445
49446
|
openOnClick?: boolean | undefined;
|
|
49446
49447
|
openOnFocus?: boolean | undefined;
|
|
49447
49448
|
contentProps?: any;
|
|
@@ -49548,9 +49549,9 @@ declare const VSnackbar: {
|
|
|
49548
49549
|
class?: any;
|
|
49549
49550
|
theme?: string | undefined;
|
|
49550
49551
|
contentClass?: any;
|
|
49552
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49551
49553
|
closeDelay?: string | number | undefined;
|
|
49552
49554
|
openDelay?: string | number | undefined;
|
|
49553
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49554
49555
|
openOnClick?: boolean | undefined;
|
|
49555
49556
|
openOnFocus?: boolean | undefined;
|
|
49556
49557
|
contentProps?: any;
|
|
@@ -49627,9 +49628,9 @@ declare const VSnackbar: {
|
|
|
49627
49628
|
class?: any;
|
|
49628
49629
|
theme?: string | undefined;
|
|
49629
49630
|
contentClass?: any;
|
|
49631
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49630
49632
|
closeDelay?: string | number | undefined;
|
|
49631
49633
|
openDelay?: string | number | undefined;
|
|
49632
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49633
49634
|
openOnClick?: boolean | undefined;
|
|
49634
49635
|
openOnFocus?: boolean | undefined;
|
|
49635
49636
|
contentProps?: any;
|
|
@@ -49690,7 +49691,7 @@ declare const VSnackbar: {
|
|
|
49690
49691
|
}>;
|
|
49691
49692
|
$root: vue.ComponentPublicInstance | null;
|
|
49692
49693
|
$parent: vue.ComponentPublicInstance | null;
|
|
49693
|
-
$emit: ((event: "
|
|
49694
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
49694
49695
|
$el: any;
|
|
49695
49696
|
$options: vue.ComponentOptionsBase<{
|
|
49696
49697
|
absolute: boolean;
|
|
@@ -49730,9 +49731,9 @@ declare const VSnackbar: {
|
|
|
49730
49731
|
class?: any;
|
|
49731
49732
|
theme?: string | undefined;
|
|
49732
49733
|
contentClass?: any;
|
|
49734
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49733
49735
|
closeDelay?: string | number | undefined;
|
|
49734
49736
|
openDelay?: string | number | undefined;
|
|
49735
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49736
49737
|
openOnClick?: boolean | undefined;
|
|
49737
49738
|
openOnFocus?: boolean | undefined;
|
|
49738
49739
|
contentProps?: any;
|
|
@@ -49882,9 +49883,9 @@ declare const VSnackbar: {
|
|
|
49882
49883
|
class?: any;
|
|
49883
49884
|
theme?: string | undefined;
|
|
49884
49885
|
contentClass?: any;
|
|
49886
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49885
49887
|
closeDelay?: string | number | undefined;
|
|
49886
49888
|
openDelay?: string | number | undefined;
|
|
49887
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49888
49889
|
openOnClick?: boolean | undefined;
|
|
49889
49890
|
openOnFocus?: boolean | undefined;
|
|
49890
49891
|
contentProps?: any;
|
|
@@ -49935,7 +49936,7 @@ declare const VSnackbar: {
|
|
|
49935
49936
|
globalTop: Readonly<Ref<boolean>>;
|
|
49936
49937
|
localTop: vue.ComputedRef<boolean>;
|
|
49937
49938
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
49938
|
-
}> & {} & 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" | "
|
|
49939
|
+
}> & {} & 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}`> & {
|
|
49939
49940
|
_allExposed: {
|
|
49940
49941
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49941
49942
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -49963,6 +49964,7 @@ declare const VSnackbar: {
|
|
|
49963
49964
|
timeout: string | number;
|
|
49964
49965
|
vertical: boolean;
|
|
49965
49966
|
modelValue: boolean;
|
|
49967
|
+
tile: boolean;
|
|
49966
49968
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
49967
49969
|
updateLocation: (e?: Event) => void;
|
|
49968
49970
|
});
|
|
@@ -49971,7 +49973,6 @@ declare const VSnackbar: {
|
|
|
49971
49973
|
closeOnContentClick: boolean;
|
|
49972
49974
|
closeOnBack: boolean;
|
|
49973
49975
|
contained: boolean;
|
|
49974
|
-
tile: boolean;
|
|
49975
49976
|
multiLine: boolean;
|
|
49976
49977
|
} & {
|
|
49977
49978
|
offset?: string | number | number[] | undefined;
|
|
@@ -49991,9 +49992,9 @@ declare const VSnackbar: {
|
|
|
49991
49992
|
timer?: string | boolean | undefined;
|
|
49992
49993
|
rounded?: string | number | boolean | undefined;
|
|
49993
49994
|
contentClass?: any;
|
|
49995
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49994
49996
|
closeDelay?: string | number | undefined;
|
|
49995
49997
|
openDelay?: string | number | undefined;
|
|
49996
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
49997
49998
|
openOnClick?: boolean | undefined;
|
|
49998
49999
|
openOnFocus?: boolean | undefined;
|
|
49999
50000
|
contentProps?: any;
|
|
@@ -50049,6 +50050,7 @@ declare const VSnackbar: {
|
|
|
50049
50050
|
vertical: boolean;
|
|
50050
50051
|
modelValue: boolean;
|
|
50051
50052
|
rounded: string | number | boolean;
|
|
50053
|
+
tile: boolean;
|
|
50052
50054
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
50053
50055
|
updateLocation: (e?: Event) => void;
|
|
50054
50056
|
});
|
|
@@ -50059,7 +50061,6 @@ declare const VSnackbar: {
|
|
|
50059
50061
|
closeOnContentClick: boolean;
|
|
50060
50062
|
closeOnBack: boolean;
|
|
50061
50063
|
contained: boolean;
|
|
50062
|
-
tile: boolean;
|
|
50063
50064
|
multiLine: boolean;
|
|
50064
50065
|
}, true, {}, vue.SlotsType<Partial<{
|
|
50065
50066
|
activator: (arg: {
|
|
@@ -50093,6 +50094,7 @@ declare const VSnackbar: {
|
|
|
50093
50094
|
timeout: string | number;
|
|
50094
50095
|
vertical: boolean;
|
|
50095
50096
|
modelValue: boolean;
|
|
50097
|
+
tile: boolean;
|
|
50096
50098
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
50097
50099
|
updateLocation: (e?: Event) => void;
|
|
50098
50100
|
});
|
|
@@ -50101,7 +50103,6 @@ declare const VSnackbar: {
|
|
|
50101
50103
|
closeOnContentClick: boolean;
|
|
50102
50104
|
closeOnBack: boolean;
|
|
50103
50105
|
contained: boolean;
|
|
50104
|
-
tile: boolean;
|
|
50105
50106
|
multiLine: boolean;
|
|
50106
50107
|
} & {
|
|
50107
50108
|
offset?: string | number | number[] | undefined;
|
|
@@ -50121,9 +50122,9 @@ declare const VSnackbar: {
|
|
|
50121
50122
|
timer?: string | boolean | undefined;
|
|
50122
50123
|
rounded?: string | number | boolean | undefined;
|
|
50123
50124
|
contentClass?: any;
|
|
50125
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50124
50126
|
closeDelay?: string | number | undefined;
|
|
50125
50127
|
openDelay?: string | number | undefined;
|
|
50126
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50127
50128
|
openOnClick?: boolean | undefined;
|
|
50128
50129
|
openOnFocus?: boolean | undefined;
|
|
50129
50130
|
contentProps?: any;
|
|
@@ -50230,9 +50231,9 @@ declare const VSnackbar: {
|
|
|
50230
50231
|
class?: any;
|
|
50231
50232
|
theme?: string | undefined;
|
|
50232
50233
|
contentClass?: any;
|
|
50234
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50233
50235
|
closeDelay?: string | number | undefined;
|
|
50234
50236
|
openDelay?: string | number | undefined;
|
|
50235
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50236
50237
|
openOnClick?: boolean | undefined;
|
|
50237
50238
|
openOnFocus?: boolean | undefined;
|
|
50238
50239
|
contentProps?: any;
|
|
@@ -50309,9 +50310,9 @@ declare const VSnackbar: {
|
|
|
50309
50310
|
class?: any;
|
|
50310
50311
|
theme?: string | undefined;
|
|
50311
50312
|
contentClass?: any;
|
|
50313
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50312
50314
|
closeDelay?: string | number | undefined;
|
|
50313
50315
|
openDelay?: string | number | undefined;
|
|
50314
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50315
50316
|
openOnClick?: boolean | undefined;
|
|
50316
50317
|
openOnFocus?: boolean | undefined;
|
|
50317
50318
|
contentProps?: any;
|
|
@@ -50372,7 +50373,7 @@ declare const VSnackbar: {
|
|
|
50372
50373
|
}>;
|
|
50373
50374
|
$root: vue.ComponentPublicInstance | null;
|
|
50374
50375
|
$parent: vue.ComponentPublicInstance | null;
|
|
50375
|
-
$emit: ((event: "
|
|
50376
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50376
50377
|
$el: any;
|
|
50377
50378
|
$options: vue.ComponentOptionsBase<{
|
|
50378
50379
|
absolute: boolean;
|
|
@@ -50412,9 +50413,9 @@ declare const VSnackbar: {
|
|
|
50412
50413
|
class?: any;
|
|
50413
50414
|
theme?: string | undefined;
|
|
50414
50415
|
contentClass?: any;
|
|
50416
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50415
50417
|
closeDelay?: string | number | undefined;
|
|
50416
50418
|
openDelay?: string | number | undefined;
|
|
50417
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50418
50419
|
openOnClick?: boolean | undefined;
|
|
50419
50420
|
openOnFocus?: boolean | undefined;
|
|
50420
50421
|
contentProps?: any;
|
|
@@ -50564,9 +50565,9 @@ declare const VSnackbar: {
|
|
|
50564
50565
|
class?: any;
|
|
50565
50566
|
theme?: string | undefined;
|
|
50566
50567
|
contentClass?: any;
|
|
50568
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50567
50569
|
closeDelay?: string | number | undefined;
|
|
50568
50570
|
openDelay?: string | number | undefined;
|
|
50569
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50570
50571
|
openOnClick?: boolean | undefined;
|
|
50571
50572
|
openOnFocus?: boolean | undefined;
|
|
50572
50573
|
contentProps?: any;
|
|
@@ -50617,7 +50618,7 @@ declare const VSnackbar: {
|
|
|
50617
50618
|
globalTop: Readonly<Ref<boolean>>;
|
|
50618
50619
|
localTop: vue.ComputedRef<boolean>;
|
|
50619
50620
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
50620
|
-
}> & {} & 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" | "
|
|
50621
|
+
}> & {} & 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}`> & {
|
|
50621
50622
|
_allExposed: {
|
|
50622
50623
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50623
50624
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -50644,6 +50645,7 @@ declare const VSnackbar: {
|
|
|
50644
50645
|
vertical: boolean;
|
|
50645
50646
|
modelValue: boolean;
|
|
50646
50647
|
rounded: string | number | boolean;
|
|
50648
|
+
tile: boolean;
|
|
50647
50649
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
50648
50650
|
updateLocation: (e?: Event) => void;
|
|
50649
50651
|
});
|
|
@@ -50654,7 +50656,6 @@ declare const VSnackbar: {
|
|
|
50654
50656
|
closeOnContentClick: boolean;
|
|
50655
50657
|
closeOnBack: boolean;
|
|
50656
50658
|
contained: boolean;
|
|
50657
|
-
tile: boolean;
|
|
50658
50659
|
multiLine: boolean;
|
|
50659
50660
|
}>;
|
|
50660
50661
|
__isFragment?: never;
|
|
@@ -50675,6 +50676,7 @@ declare const VSnackbar: {
|
|
|
50675
50676
|
timeout: string | number;
|
|
50676
50677
|
vertical: boolean;
|
|
50677
50678
|
modelValue: boolean;
|
|
50679
|
+
tile: boolean;
|
|
50678
50680
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
50679
50681
|
updateLocation: (e?: Event) => void;
|
|
50680
50682
|
});
|
|
@@ -50683,7 +50685,6 @@ declare const VSnackbar: {
|
|
|
50683
50685
|
closeOnContentClick: boolean;
|
|
50684
50686
|
closeOnBack: boolean;
|
|
50685
50687
|
contained: boolean;
|
|
50686
|
-
tile: boolean;
|
|
50687
50688
|
multiLine: boolean;
|
|
50688
50689
|
} & {
|
|
50689
50690
|
offset?: string | number | number[] | undefined;
|
|
@@ -50703,9 +50704,9 @@ declare const VSnackbar: {
|
|
|
50703
50704
|
timer?: string | boolean | undefined;
|
|
50704
50705
|
rounded?: string | number | boolean | undefined;
|
|
50705
50706
|
contentClass?: any;
|
|
50707
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50706
50708
|
closeDelay?: string | number | undefined;
|
|
50707
50709
|
openDelay?: string | number | undefined;
|
|
50708
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50709
50710
|
openOnClick?: boolean | undefined;
|
|
50710
50711
|
openOnFocus?: boolean | undefined;
|
|
50711
50712
|
contentProps?: any;
|
|
@@ -50812,9 +50813,9 @@ declare const VSnackbar: {
|
|
|
50812
50813
|
class?: any;
|
|
50813
50814
|
theme?: string | undefined;
|
|
50814
50815
|
contentClass?: any;
|
|
50816
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50815
50817
|
closeDelay?: string | number | undefined;
|
|
50816
50818
|
openDelay?: string | number | undefined;
|
|
50817
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50818
50819
|
openOnClick?: boolean | undefined;
|
|
50819
50820
|
openOnFocus?: boolean | undefined;
|
|
50820
50821
|
contentProps?: any;
|
|
@@ -50891,9 +50892,9 @@ declare const VSnackbar: {
|
|
|
50891
50892
|
class?: any;
|
|
50892
50893
|
theme?: string | undefined;
|
|
50893
50894
|
contentClass?: any;
|
|
50895
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50894
50896
|
closeDelay?: string | number | undefined;
|
|
50895
50897
|
openDelay?: string | number | undefined;
|
|
50896
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50897
50898
|
openOnClick?: boolean | undefined;
|
|
50898
50899
|
openOnFocus?: boolean | undefined;
|
|
50899
50900
|
contentProps?: any;
|
|
@@ -50954,7 +50955,7 @@ declare const VSnackbar: {
|
|
|
50954
50955
|
}>;
|
|
50955
50956
|
$root: vue.ComponentPublicInstance | null;
|
|
50956
50957
|
$parent: vue.ComponentPublicInstance | null;
|
|
50957
|
-
$emit: ((event: "
|
|
50958
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
50958
50959
|
$el: any;
|
|
50959
50960
|
$options: vue.ComponentOptionsBase<{
|
|
50960
50961
|
absolute: boolean;
|
|
@@ -50994,9 +50995,9 @@ declare const VSnackbar: {
|
|
|
50994
50995
|
class?: any;
|
|
50995
50996
|
theme?: string | undefined;
|
|
50996
50997
|
contentClass?: any;
|
|
50998
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
50997
50999
|
closeDelay?: string | number | undefined;
|
|
50998
51000
|
openDelay?: string | number | undefined;
|
|
50999
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
51000
51001
|
openOnClick?: boolean | undefined;
|
|
51001
51002
|
openOnFocus?: boolean | undefined;
|
|
51002
51003
|
contentProps?: any;
|
|
@@ -51146,9 +51147,9 @@ declare const VSnackbar: {
|
|
|
51146
51147
|
class?: any;
|
|
51147
51148
|
theme?: string | undefined;
|
|
51148
51149
|
contentClass?: any;
|
|
51150
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
51149
51151
|
closeDelay?: string | number | undefined;
|
|
51150
51152
|
openDelay?: string | number | undefined;
|
|
51151
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
51152
51153
|
openOnClick?: boolean | undefined;
|
|
51153
51154
|
openOnFocus?: boolean | undefined;
|
|
51154
51155
|
contentProps?: any;
|
|
@@ -51199,7 +51200,7 @@ declare const VSnackbar: {
|
|
|
51199
51200
|
globalTop: Readonly<Ref<boolean>>;
|
|
51200
51201
|
localTop: vue.ComputedRef<boolean>;
|
|
51201
51202
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
51202
|
-
}> & {} & 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" | "
|
|
51203
|
+
}> & {} & 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}`> & {
|
|
51203
51204
|
_allExposed: {
|
|
51204
51205
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
51205
51206
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -51228,6 +51229,7 @@ declare const VSnackbar: {
|
|
|
51228
51229
|
vertical: boolean;
|
|
51229
51230
|
modelValue: boolean;
|
|
51230
51231
|
rounded: string | number | boolean;
|
|
51232
|
+
tile: boolean;
|
|
51231
51233
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
51232
51234
|
updateLocation: (e?: Event) => void;
|
|
51233
51235
|
});
|
|
@@ -51238,7 +51240,6 @@ declare const VSnackbar: {
|
|
|
51238
51240
|
closeOnContentClick: boolean;
|
|
51239
51241
|
closeOnBack: boolean;
|
|
51240
51242
|
contained: boolean;
|
|
51241
|
-
tile: boolean;
|
|
51242
51243
|
multiLine: boolean;
|
|
51243
51244
|
}, {}, string, vue.SlotsType<Partial<{
|
|
51244
51245
|
activator: (arg: {
|
|
@@ -51297,6 +51298,7 @@ declare const VSnackbar: {
|
|
|
51297
51298
|
theme: StringConstructor;
|
|
51298
51299
|
modelValue: BooleanConstructor;
|
|
51299
51300
|
contentClass: null;
|
|
51301
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
51300
51302
|
locationStrategy: {
|
|
51301
51303
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
51302
51304
|
default: string;
|
|
@@ -51304,7 +51306,6 @@ declare const VSnackbar: {
|
|
|
51304
51306
|
};
|
|
51305
51307
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
51306
51308
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
51307
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
51308
51309
|
activatorProps: {
|
|
51309
51310
|
type: vue.PropType<Record<string, any>>;
|
|
51310
51311
|
default: () => {};
|
|
@@ -51396,6 +51397,7 @@ declare const VSnackbar: {
|
|
|
51396
51397
|
theme: StringConstructor;
|
|
51397
51398
|
modelValue: BooleanConstructor;
|
|
51398
51399
|
contentClass: null;
|
|
51400
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
51399
51401
|
locationStrategy: {
|
|
51400
51402
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
51401
51403
|
default: string;
|
|
@@ -51403,7 +51405,6 @@ declare const VSnackbar: {
|
|
|
51403
51405
|
};
|
|
51404
51406
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
51405
51407
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
51406
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
51407
51408
|
activatorProps: {
|
|
51408
51409
|
type: vue.PropType<Record<string, any>>;
|
|
51409
51410
|
default: () => {};
|
|
@@ -52364,6 +52365,7 @@ declare const VSpeedDial: {
|
|
|
52364
52365
|
persistent: BooleanConstructor;
|
|
52365
52366
|
modelValue: BooleanConstructor;
|
|
52366
52367
|
contentClass: null;
|
|
52368
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
52367
52369
|
locationStrategy: Omit<{
|
|
52368
52370
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
52369
52371
|
default: string;
|
|
@@ -52398,7 +52400,6 @@ declare const VSpeedDial: {
|
|
|
52398
52400
|
type: vue.PropType<string | number>;
|
|
52399
52401
|
default: NonNullable<string | number>;
|
|
52400
52402
|
};
|
|
52401
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
52402
52403
|
activatorProps: {
|
|
52403
52404
|
type: vue.PropType<Record<string, any>>;
|
|
52404
52405
|
default: () => {};
|
|
@@ -52507,6 +52508,7 @@ declare const VSpeedDial: {
|
|
|
52507
52508
|
persistent: BooleanConstructor;
|
|
52508
52509
|
modelValue: BooleanConstructor;
|
|
52509
52510
|
contentClass: null;
|
|
52511
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
52510
52512
|
locationStrategy: Omit<{
|
|
52511
52513
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
52512
52514
|
default: string;
|
|
@@ -52541,7 +52543,6 @@ declare const VSpeedDial: {
|
|
|
52541
52543
|
type: vue.PropType<string | number>;
|
|
52542
52544
|
default: NonNullable<string | number>;
|
|
52543
52545
|
};
|
|
52544
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
52545
52546
|
activatorProps: {
|
|
52546
52547
|
type: vue.PropType<Record<string, any>>;
|
|
52547
52548
|
default: () => {};
|
|
@@ -54279,7 +54280,7 @@ declare const VSwitch: {
|
|
|
54279
54280
|
'update:focused': (focused: boolean) => true;
|
|
54280
54281
|
'update:modelValue': (value: any) => true;
|
|
54281
54282
|
'update:indeterminate': (value: boolean) => true;
|
|
54282
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
54283
|
+
}, "$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 & {
|
|
54283
54284
|
flat: boolean;
|
|
54284
54285
|
inline: boolean;
|
|
54285
54286
|
error: boolean;
|
|
@@ -54529,7 +54530,7 @@ declare const VSwitch: {
|
|
|
54529
54530
|
'update:focused': (focused: boolean) => true;
|
|
54530
54531
|
'update:modelValue': (value: any) => true;
|
|
54531
54532
|
'update:indeterminate': (value: boolean) => true;
|
|
54532
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
54533
|
+
}, "$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, {
|
|
54533
54534
|
flat: boolean;
|
|
54534
54535
|
inline: boolean;
|
|
54535
54536
|
error: boolean;
|
|
@@ -57858,7 +57859,7 @@ declare const VTextarea: {
|
|
|
57858
57859
|
errorMessages: vue.ComputedRef<string[]>;
|
|
57859
57860
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
57860
57861
|
'update:modelValue': (value: any) => true;
|
|
57861
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
57862
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
57862
57863
|
error: boolean;
|
|
57863
57864
|
direction: "horizontal" | "vertical";
|
|
57864
57865
|
style: vue.StyleValue;
|
|
@@ -58397,7 +58398,7 @@ declare const VTextarea: {
|
|
|
58397
58398
|
errorMessages: vue.ComputedRef<string[]>;
|
|
58398
58399
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
58399
58400
|
'update:modelValue': (value: any) => true;
|
|
58400
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
58401
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
58401
58402
|
error: boolean;
|
|
58402
58403
|
direction: "horizontal" | "vertical";
|
|
58403
58404
|
style: vue.StyleValue;
|
|
@@ -58789,7 +58790,7 @@ declare const VTextarea: {
|
|
|
58789
58790
|
errorMessages: vue.ComputedRef<string[]>;
|
|
58790
58791
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
58791
58792
|
'update:modelValue': (value: any) => true;
|
|
58792
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
58793
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
58793
58794
|
error: boolean;
|
|
58794
58795
|
direction: "horizontal" | "vertical";
|
|
58795
58796
|
style: vue.StyleValue;
|
|
@@ -59433,7 +59434,7 @@ declare const VTextField: {
|
|
|
59433
59434
|
errorMessages: vue.ComputedRef<string[]>;
|
|
59434
59435
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
59435
59436
|
'update:modelValue': (value: any) => true;
|
|
59436
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
59437
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
59437
59438
|
error: boolean;
|
|
59438
59439
|
direction: "horizontal" | "vertical";
|
|
59439
59440
|
style: vue.StyleValue;
|
|
@@ -60211,7 +60212,7 @@ declare const VTextField: {
|
|
|
60211
60212
|
errorMessages: vue.ComputedRef<string[]>;
|
|
60212
60213
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
60213
60214
|
'update:modelValue': (value: any) => true;
|
|
60214
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
60215
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
60215
60216
|
error: boolean;
|
|
60216
60217
|
direction: "horizontal" | "vertical";
|
|
60217
60218
|
style: vue.StyleValue;
|
|
@@ -60840,7 +60841,7 @@ declare const VTextField: {
|
|
|
60840
60841
|
errorMessages: vue.ComputedRef<string[]>;
|
|
60841
60842
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
60842
60843
|
'update:modelValue': (value: any) => true;
|
|
60843
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
60844
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
60844
60845
|
error: boolean;
|
|
60845
60846
|
direction: "horizontal" | "vertical";
|
|
60846
60847
|
style: vue.StyleValue;
|
|
@@ -62389,9 +62390,9 @@ declare const VTooltip: {
|
|
|
62389
62390
|
class?: any;
|
|
62390
62391
|
theme?: string | undefined;
|
|
62391
62392
|
contentClass?: any;
|
|
62393
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62392
62394
|
closeDelay?: string | number | undefined;
|
|
62393
62395
|
openDelay?: string | number | undefined;
|
|
62394
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62395
62396
|
openOnFocus?: boolean | undefined;
|
|
62396
62397
|
contentProps?: any;
|
|
62397
62398
|
attach?: string | boolean | Element | undefined;
|
|
@@ -62496,9 +62497,9 @@ declare const VTooltip: {
|
|
|
62496
62497
|
class?: any;
|
|
62497
62498
|
theme?: string | undefined;
|
|
62498
62499
|
contentClass?: any;
|
|
62500
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62499
62501
|
closeDelay?: string | number | undefined;
|
|
62500
62502
|
openDelay?: string | number | undefined;
|
|
62501
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62502
62503
|
openOnClick?: boolean | undefined;
|
|
62503
62504
|
openOnFocus?: boolean | undefined;
|
|
62504
62505
|
contentProps?: any;
|
|
@@ -62575,9 +62576,9 @@ declare const VTooltip: {
|
|
|
62575
62576
|
class?: any;
|
|
62576
62577
|
theme?: string | undefined;
|
|
62577
62578
|
contentClass?: any;
|
|
62579
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62578
62580
|
closeDelay?: string | number | undefined;
|
|
62579
62581
|
openDelay?: string | number | undefined;
|
|
62580
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62581
62582
|
openOnClick?: boolean | undefined;
|
|
62582
62583
|
openOnFocus?: boolean | undefined;
|
|
62583
62584
|
contentProps?: any;
|
|
@@ -62638,7 +62639,7 @@ declare const VTooltip: {
|
|
|
62638
62639
|
}>;
|
|
62639
62640
|
$root: vue.ComponentPublicInstance | null;
|
|
62640
62641
|
$parent: vue.ComponentPublicInstance | null;
|
|
62641
|
-
$emit: ((event: "
|
|
62642
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
62642
62643
|
$el: any;
|
|
62643
62644
|
$options: vue.ComponentOptionsBase<{
|
|
62644
62645
|
absolute: boolean;
|
|
@@ -62678,9 +62679,9 @@ declare const VTooltip: {
|
|
|
62678
62679
|
class?: any;
|
|
62679
62680
|
theme?: string | undefined;
|
|
62680
62681
|
contentClass?: any;
|
|
62682
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62681
62683
|
closeDelay?: string | number | undefined;
|
|
62682
62684
|
openDelay?: string | number | undefined;
|
|
62683
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62684
62685
|
openOnClick?: boolean | undefined;
|
|
62685
62686
|
openOnFocus?: boolean | undefined;
|
|
62686
62687
|
contentProps?: any;
|
|
@@ -62830,9 +62831,9 @@ declare const VTooltip: {
|
|
|
62830
62831
|
class?: any;
|
|
62831
62832
|
theme?: string | undefined;
|
|
62832
62833
|
contentClass?: any;
|
|
62834
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62833
62835
|
closeDelay?: string | number | undefined;
|
|
62834
62836
|
openDelay?: string | number | undefined;
|
|
62835
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62836
62837
|
openOnClick?: boolean | undefined;
|
|
62837
62838
|
openOnFocus?: boolean | undefined;
|
|
62838
62839
|
contentProps?: any;
|
|
@@ -62883,7 +62884,7 @@ declare const VTooltip: {
|
|
|
62883
62884
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
62884
62885
|
localTop: vue.ComputedRef<boolean>;
|
|
62885
62886
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
62886
|
-
}> & {} & 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" | "
|
|
62887
|
+
}> & {} & 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}`> & {
|
|
62887
62888
|
_allExposed: {
|
|
62888
62889
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62889
62890
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -62934,9 +62935,9 @@ declare const VTooltip: {
|
|
|
62934
62935
|
class?: any;
|
|
62935
62936
|
theme?: string | undefined;
|
|
62936
62937
|
contentClass?: any;
|
|
62938
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62937
62939
|
closeDelay?: string | number | undefined;
|
|
62938
62940
|
openDelay?: string | number | undefined;
|
|
62939
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
62940
62941
|
openOnFocus?: boolean | undefined;
|
|
62941
62942
|
contentProps?: any;
|
|
62942
62943
|
attach?: string | boolean | Element | undefined;
|
|
@@ -63054,9 +63055,9 @@ declare const VTooltip: {
|
|
|
63054
63055
|
class?: any;
|
|
63055
63056
|
theme?: string | undefined;
|
|
63056
63057
|
contentClass?: any;
|
|
63058
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63057
63059
|
closeDelay?: string | number | undefined;
|
|
63058
63060
|
openDelay?: string | number | undefined;
|
|
63059
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63060
63061
|
openOnFocus?: boolean | undefined;
|
|
63061
63062
|
contentProps?: any;
|
|
63062
63063
|
attach?: string | boolean | Element | undefined;
|
|
@@ -63161,9 +63162,9 @@ declare const VTooltip: {
|
|
|
63161
63162
|
class?: any;
|
|
63162
63163
|
theme?: string | undefined;
|
|
63163
63164
|
contentClass?: any;
|
|
63165
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63164
63166
|
closeDelay?: string | number | undefined;
|
|
63165
63167
|
openDelay?: string | number | undefined;
|
|
63166
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63167
63168
|
openOnClick?: boolean | undefined;
|
|
63168
63169
|
openOnFocus?: boolean | undefined;
|
|
63169
63170
|
contentProps?: any;
|
|
@@ -63240,9 +63241,9 @@ declare const VTooltip: {
|
|
|
63240
63241
|
class?: any;
|
|
63241
63242
|
theme?: string | undefined;
|
|
63242
63243
|
contentClass?: any;
|
|
63244
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63243
63245
|
closeDelay?: string | number | undefined;
|
|
63244
63246
|
openDelay?: string | number | undefined;
|
|
63245
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63246
63247
|
openOnClick?: boolean | undefined;
|
|
63247
63248
|
openOnFocus?: boolean | undefined;
|
|
63248
63249
|
contentProps?: any;
|
|
@@ -63303,7 +63304,7 @@ declare const VTooltip: {
|
|
|
63303
63304
|
}>;
|
|
63304
63305
|
$root: vue.ComponentPublicInstance | null;
|
|
63305
63306
|
$parent: vue.ComponentPublicInstance | null;
|
|
63306
|
-
$emit: ((event: "
|
|
63307
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63307
63308
|
$el: any;
|
|
63308
63309
|
$options: vue.ComponentOptionsBase<{
|
|
63309
63310
|
absolute: boolean;
|
|
@@ -63343,9 +63344,9 @@ declare const VTooltip: {
|
|
|
63343
63344
|
class?: any;
|
|
63344
63345
|
theme?: string | undefined;
|
|
63345
63346
|
contentClass?: any;
|
|
63347
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63346
63348
|
closeDelay?: string | number | undefined;
|
|
63347
63349
|
openDelay?: string | number | undefined;
|
|
63348
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63349
63350
|
openOnClick?: boolean | undefined;
|
|
63350
63351
|
openOnFocus?: boolean | undefined;
|
|
63351
63352
|
contentProps?: any;
|
|
@@ -63495,9 +63496,9 @@ declare const VTooltip: {
|
|
|
63495
63496
|
class?: any;
|
|
63496
63497
|
theme?: string | undefined;
|
|
63497
63498
|
contentClass?: any;
|
|
63499
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63498
63500
|
closeDelay?: string | number | undefined;
|
|
63499
63501
|
openDelay?: string | number | undefined;
|
|
63500
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63501
63502
|
openOnClick?: boolean | undefined;
|
|
63502
63503
|
openOnFocus?: boolean | undefined;
|
|
63503
63504
|
contentProps?: any;
|
|
@@ -63548,7 +63549,7 @@ declare const VTooltip: {
|
|
|
63548
63549
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
63549
63550
|
localTop: vue.ComputedRef<boolean>;
|
|
63550
63551
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
63551
|
-
}> & {} & 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" | "
|
|
63552
|
+
}> & {} & 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}`> & {
|
|
63552
63553
|
_allExposed: {
|
|
63553
63554
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
63554
63555
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -63627,9 +63628,9 @@ declare const VTooltip: {
|
|
|
63627
63628
|
class?: any;
|
|
63628
63629
|
theme?: string | undefined;
|
|
63629
63630
|
contentClass?: any;
|
|
63631
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63630
63632
|
closeDelay?: string | number | undefined;
|
|
63631
63633
|
openDelay?: string | number | undefined;
|
|
63632
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63633
63634
|
openOnFocus?: boolean | undefined;
|
|
63634
63635
|
contentProps?: any;
|
|
63635
63636
|
attach?: string | boolean | Element | undefined;
|
|
@@ -63734,9 +63735,9 @@ declare const VTooltip: {
|
|
|
63734
63735
|
class?: any;
|
|
63735
63736
|
theme?: string | undefined;
|
|
63736
63737
|
contentClass?: any;
|
|
63738
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63737
63739
|
closeDelay?: string | number | undefined;
|
|
63738
63740
|
openDelay?: string | number | undefined;
|
|
63739
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63740
63741
|
openOnClick?: boolean | undefined;
|
|
63741
63742
|
openOnFocus?: boolean | undefined;
|
|
63742
63743
|
contentProps?: any;
|
|
@@ -63813,9 +63814,9 @@ declare const VTooltip: {
|
|
|
63813
63814
|
class?: any;
|
|
63814
63815
|
theme?: string | undefined;
|
|
63815
63816
|
contentClass?: any;
|
|
63817
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63816
63818
|
closeDelay?: string | number | undefined;
|
|
63817
63819
|
openDelay?: string | number | undefined;
|
|
63818
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63819
63820
|
openOnClick?: boolean | undefined;
|
|
63820
63821
|
openOnFocus?: boolean | undefined;
|
|
63821
63822
|
contentProps?: any;
|
|
@@ -63876,7 +63877,7 @@ declare const VTooltip: {
|
|
|
63876
63877
|
}>;
|
|
63877
63878
|
$root: vue.ComponentPublicInstance | null;
|
|
63878
63879
|
$parent: vue.ComponentPublicInstance | null;
|
|
63879
|
-
$emit: ((event: "
|
|
63880
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
63880
63881
|
$el: any;
|
|
63881
63882
|
$options: vue.ComponentOptionsBase<{
|
|
63882
63883
|
absolute: boolean;
|
|
@@ -63916,9 +63917,9 @@ declare const VTooltip: {
|
|
|
63916
63917
|
class?: any;
|
|
63917
63918
|
theme?: string | undefined;
|
|
63918
63919
|
contentClass?: any;
|
|
63920
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63919
63921
|
closeDelay?: string | number | undefined;
|
|
63920
63922
|
openDelay?: string | number | undefined;
|
|
63921
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
63922
63923
|
openOnClick?: boolean | undefined;
|
|
63923
63924
|
openOnFocus?: boolean | undefined;
|
|
63924
63925
|
contentProps?: any;
|
|
@@ -64068,9 +64069,9 @@ declare const VTooltip: {
|
|
|
64068
64069
|
class?: any;
|
|
64069
64070
|
theme?: string | undefined;
|
|
64070
64071
|
contentClass?: any;
|
|
64072
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
64071
64073
|
closeDelay?: string | number | undefined;
|
|
64072
64074
|
openDelay?: string | number | undefined;
|
|
64073
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
64074
64075
|
openOnClick?: boolean | undefined;
|
|
64075
64076
|
openOnFocus?: boolean | undefined;
|
|
64076
64077
|
contentProps?: any;
|
|
@@ -64121,7 +64122,7 @@ declare const VTooltip: {
|
|
|
64121
64122
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
64122
64123
|
localTop: vue.ComputedRef<boolean>;
|
|
64123
64124
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
64124
|
-
}> & {} & 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" | "
|
|
64125
|
+
}> & {} & 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}`> & {
|
|
64125
64126
|
_allExposed: {
|
|
64126
64127
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
64127
64128
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -64230,6 +64231,7 @@ declare const VTooltip: {
|
|
|
64230
64231
|
theme: StringConstructor;
|
|
64231
64232
|
modelValue: BooleanConstructor;
|
|
64232
64233
|
contentClass: null;
|
|
64234
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
64233
64235
|
locationStrategy: Omit<{
|
|
64234
64236
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
64235
64237
|
default: string;
|
|
@@ -64252,7 +64254,6 @@ declare const VTooltip: {
|
|
|
64252
64254
|
};
|
|
64253
64255
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
64254
64256
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
64255
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
64256
64257
|
activatorProps: {
|
|
64257
64258
|
type: vue.PropType<Record<string, any>>;
|
|
64258
64259
|
default: () => {};
|
|
@@ -64354,6 +64355,7 @@ declare const VTooltip: {
|
|
|
64354
64355
|
theme: StringConstructor;
|
|
64355
64356
|
modelValue: BooleanConstructor;
|
|
64356
64357
|
contentClass: null;
|
|
64358
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
64357
64359
|
locationStrategy: Omit<{
|
|
64358
64360
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
64359
64361
|
default: string;
|
|
@@ -64376,7 +64378,6 @@ declare const VTooltip: {
|
|
|
64376
64378
|
};
|
|
64377
64379
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
64378
64380
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
64379
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
64380
64381
|
activatorProps: {
|
|
64381
64382
|
type: vue.PropType<Record<string, any>>;
|
|
64382
64383
|
default: () => {};
|
|
@@ -70454,7 +70455,7 @@ declare const VNumberInput: {
|
|
|
70454
70455
|
errorMessages: vue.ComputedRef<string[]>;
|
|
70455
70456
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
70456
70457
|
'update:modelValue': (value: any) => true;
|
|
70457
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
70458
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
70458
70459
|
error: boolean;
|
|
70459
70460
|
direction: "horizontal" | "vertical";
|
|
70460
70461
|
style: vue.StyleValue;
|
|
@@ -71121,7 +71122,7 @@ declare const VNumberInput: {
|
|
|
71121
71122
|
errorMessages: vue.ComputedRef<string[]>;
|
|
71122
71123
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
71123
71124
|
'update:modelValue': (value: any) => true;
|
|
71124
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
71125
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
71125
71126
|
error: boolean;
|
|
71126
71127
|
direction: "horizontal" | "vertical";
|
|
71127
71128
|
style: vue.StyleValue;
|
|
@@ -71593,7 +71594,7 @@ declare const VNumberInput: {
|
|
|
71593
71594
|
errorMessages: vue.ComputedRef<string[]>;
|
|
71594
71595
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
71595
71596
|
'update:modelValue': (value: any) => true;
|
|
71596
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
71597
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
71597
71598
|
error: boolean;
|
|
71598
71599
|
direction: "horizontal" | "vertical";
|
|
71599
71600
|
style: vue.StyleValue;
|
|
@@ -72814,7 +72815,7 @@ declare const VNumberInput: {
|
|
|
72814
72815
|
errorMessages: vue.ComputedRef<string[]>;
|
|
72815
72816
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
72816
72817
|
'update:modelValue': (value: any) => true;
|
|
72817
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
72818
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
72818
72819
|
error: boolean;
|
|
72819
72820
|
direction: "horizontal" | "vertical";
|
|
72820
72821
|
style: vue.StyleValue;
|
|
@@ -73481,7 +73482,7 @@ declare const VNumberInput: {
|
|
|
73481
73482
|
errorMessages: vue.ComputedRef<string[]>;
|
|
73482
73483
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
73483
73484
|
'update:modelValue': (value: any) => true;
|
|
73484
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
73485
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
73485
73486
|
error: boolean;
|
|
73486
73487
|
direction: "horizontal" | "vertical";
|
|
73487
73488
|
style: vue.StyleValue;
|
|
@@ -73953,7 +73954,7 @@ declare const VNumberInput: {
|
|
|
73953
73954
|
errorMessages: vue.ComputedRef<string[]>;
|
|
73954
73955
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
73955
73956
|
'update:modelValue': (value: any) => true;
|
|
73956
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
73957
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
73957
73958
|
error: boolean;
|
|
73958
73959
|
direction: "horizontal" | "vertical";
|
|
73959
73960
|
style: vue.StyleValue;
|
|
@@ -75023,7 +75024,7 @@ declare const VNumberInput: {
|
|
|
75023
75024
|
errorMessages: vue.ComputedRef<string[]>;
|
|
75024
75025
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
75025
75026
|
'update:modelValue': (value: any) => true;
|
|
75026
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
75027
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
75027
75028
|
error: boolean;
|
|
75028
75029
|
direction: "horizontal" | "vertical";
|
|
75029
75030
|
style: vue.StyleValue;
|
|
@@ -75690,7 +75691,7 @@ declare const VNumberInput: {
|
|
|
75690
75691
|
errorMessages: vue.ComputedRef<string[]>;
|
|
75691
75692
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
75692
75693
|
'update:modelValue': (value: any) => true;
|
|
75693
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
75694
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
75694
75695
|
error: boolean;
|
|
75695
75696
|
direction: "horizontal" | "vertical";
|
|
75696
75697
|
style: vue.StyleValue;
|
|
@@ -76162,7 +76163,7 @@ declare const VNumberInput: {
|
|
|
76162
76163
|
errorMessages: vue.ComputedRef<string[]>;
|
|
76163
76164
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
76164
76165
|
'update:modelValue': (value: any) => true;
|
|
76165
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
76166
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
76166
76167
|
error: boolean;
|
|
76167
76168
|
direction: "horizontal" | "vertical";
|
|
76168
76169
|
style: vue.StyleValue;
|
|
@@ -78653,6 +78654,7 @@ declare const VSnackbarQueue: {
|
|
|
78653
78654
|
disabled: boolean;
|
|
78654
78655
|
timeout: string | number;
|
|
78655
78656
|
vertical: boolean;
|
|
78657
|
+
tile: boolean;
|
|
78656
78658
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78657
78659
|
updateLocation: (e?: Event) => void;
|
|
78658
78660
|
});
|
|
@@ -78661,7 +78663,6 @@ declare const VSnackbarQueue: {
|
|
|
78661
78663
|
closeOnContentClick: boolean;
|
|
78662
78664
|
closeOnBack: boolean;
|
|
78663
78665
|
contained: boolean;
|
|
78664
|
-
tile: boolean;
|
|
78665
78666
|
closeText: string;
|
|
78666
78667
|
multiLine: boolean;
|
|
78667
78668
|
} & {
|
|
@@ -78682,17 +78683,17 @@ declare const VSnackbarQueue: {
|
|
|
78682
78683
|
timer?: string | boolean | undefined;
|
|
78683
78684
|
rounded?: string | number | boolean | undefined;
|
|
78684
78685
|
contentClass?: any;
|
|
78686
|
+
closable?: string | boolean | undefined;
|
|
78687
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78685
78688
|
closeDelay?: string | number | undefined;
|
|
78686
78689
|
openDelay?: string | number | undefined;
|
|
78687
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78688
78690
|
openOnClick?: boolean | undefined;
|
|
78689
78691
|
openOnFocus?: boolean | undefined;
|
|
78690
78692
|
contentProps?: any;
|
|
78691
78693
|
attach?: string | boolean | Element | undefined;
|
|
78692
|
-
closable?: string | boolean | undefined;
|
|
78693
78694
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
78694
78695
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
|
78695
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
78696
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
78696
78697
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
78697
78698
|
absolute: boolean;
|
|
78698
78699
|
location: Anchor;
|
|
@@ -78706,6 +78707,7 @@ declare const VSnackbarQueue: {
|
|
|
78706
78707
|
disabled: boolean;
|
|
78707
78708
|
timeout: string | number;
|
|
78708
78709
|
vertical: boolean;
|
|
78710
|
+
tile: boolean;
|
|
78709
78711
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78710
78712
|
updateLocation: (e?: Event) => void;
|
|
78711
78713
|
});
|
|
@@ -78714,7 +78716,6 @@ declare const VSnackbarQueue: {
|
|
|
78714
78716
|
closeOnContentClick: boolean;
|
|
78715
78717
|
closeOnBack: boolean;
|
|
78716
78718
|
contained: boolean;
|
|
78717
|
-
tile: boolean;
|
|
78718
78719
|
closeText: string;
|
|
78719
78720
|
multiLine: boolean;
|
|
78720
78721
|
} & {
|
|
@@ -78735,14 +78736,14 @@ declare const VSnackbarQueue: {
|
|
|
78735
78736
|
timer?: string | boolean | undefined;
|
|
78736
78737
|
rounded?: string | number | boolean | undefined;
|
|
78737
78738
|
contentClass?: any;
|
|
78739
|
+
closable?: string | boolean | undefined;
|
|
78740
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78738
78741
|
closeDelay?: string | number | undefined;
|
|
78739
78742
|
openDelay?: string | number | undefined;
|
|
78740
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78741
78743
|
openOnClick?: boolean | undefined;
|
|
78742
78744
|
openOnFocus?: boolean | undefined;
|
|
78743
78745
|
contentProps?: any;
|
|
78744
78746
|
attach?: string | boolean | Element | undefined;
|
|
78745
|
-
closable?: string | boolean | undefined;
|
|
78746
78747
|
} & {}, {
|
|
78747
78748
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
78748
78749
|
absolute: boolean;
|
|
@@ -78758,6 +78759,7 @@ declare const VSnackbarQueue: {
|
|
|
78758
78759
|
timeout: string | number;
|
|
78759
78760
|
vertical: boolean;
|
|
78760
78761
|
rounded: string | number | boolean;
|
|
78762
|
+
tile: boolean;
|
|
78761
78763
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78762
78764
|
updateLocation: (e?: Event) => void;
|
|
78763
78765
|
});
|
|
@@ -78768,7 +78770,6 @@ declare const VSnackbarQueue: {
|
|
|
78768
78770
|
closeOnContentClick: boolean;
|
|
78769
78771
|
closeOnBack: boolean;
|
|
78770
78772
|
contained: boolean;
|
|
78771
|
-
tile: boolean;
|
|
78772
78773
|
closeText: string;
|
|
78773
78774
|
multiLine: boolean;
|
|
78774
78775
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -78805,6 +78806,7 @@ declare const VSnackbarQueue: {
|
|
|
78805
78806
|
disabled: boolean;
|
|
78806
78807
|
timeout: string | number;
|
|
78807
78808
|
vertical: boolean;
|
|
78809
|
+
tile: boolean;
|
|
78808
78810
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78809
78811
|
updateLocation: (e?: Event) => void;
|
|
78810
78812
|
});
|
|
@@ -78813,7 +78815,6 @@ declare const VSnackbarQueue: {
|
|
|
78813
78815
|
closeOnContentClick: boolean;
|
|
78814
78816
|
closeOnBack: boolean;
|
|
78815
78817
|
contained: boolean;
|
|
78816
|
-
tile: boolean;
|
|
78817
78818
|
closeText: string;
|
|
78818
78819
|
multiLine: boolean;
|
|
78819
78820
|
} & {
|
|
@@ -78834,14 +78835,14 @@ declare const VSnackbarQueue: {
|
|
|
78834
78835
|
timer?: string | boolean | undefined;
|
|
78835
78836
|
rounded?: string | number | boolean | undefined;
|
|
78836
78837
|
contentClass?: any;
|
|
78838
|
+
closable?: string | boolean | undefined;
|
|
78839
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78837
78840
|
closeDelay?: string | number | undefined;
|
|
78838
78841
|
openDelay?: string | number | undefined;
|
|
78839
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78840
78842
|
openOnClick?: boolean | undefined;
|
|
78841
78843
|
openOnFocus?: boolean | undefined;
|
|
78842
78844
|
contentProps?: any;
|
|
78843
78845
|
attach?: string | boolean | Element | undefined;
|
|
78844
|
-
closable?: string | boolean | undefined;
|
|
78845
78846
|
} & {}, {}, {}, {}, {}, {
|
|
78846
78847
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
78847
78848
|
absolute: boolean;
|
|
@@ -78857,6 +78858,7 @@ declare const VSnackbarQueue: {
|
|
|
78857
78858
|
timeout: string | number;
|
|
78858
78859
|
vertical: boolean;
|
|
78859
78860
|
rounded: string | number | boolean;
|
|
78861
|
+
tile: boolean;
|
|
78860
78862
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78861
78863
|
updateLocation: (e?: Event) => void;
|
|
78862
78864
|
});
|
|
@@ -78867,7 +78869,6 @@ declare const VSnackbarQueue: {
|
|
|
78867
78869
|
closeOnContentClick: boolean;
|
|
78868
78870
|
closeOnBack: boolean;
|
|
78869
78871
|
contained: boolean;
|
|
78870
|
-
tile: boolean;
|
|
78871
78872
|
closeText: string;
|
|
78872
78873
|
multiLine: boolean;
|
|
78873
78874
|
}>;
|
|
@@ -78888,6 +78889,7 @@ declare const VSnackbarQueue: {
|
|
|
78888
78889
|
disabled: boolean;
|
|
78889
78890
|
timeout: string | number;
|
|
78890
78891
|
vertical: boolean;
|
|
78892
|
+
tile: boolean;
|
|
78891
78893
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78892
78894
|
updateLocation: (e?: Event) => void;
|
|
78893
78895
|
});
|
|
@@ -78896,7 +78898,6 @@ declare const VSnackbarQueue: {
|
|
|
78896
78898
|
closeOnContentClick: boolean;
|
|
78897
78899
|
closeOnBack: boolean;
|
|
78898
78900
|
contained: boolean;
|
|
78899
|
-
tile: boolean;
|
|
78900
78901
|
closeText: string;
|
|
78901
78902
|
multiLine: boolean;
|
|
78902
78903
|
} & {
|
|
@@ -78917,17 +78918,17 @@ declare const VSnackbarQueue: {
|
|
|
78917
78918
|
timer?: string | boolean | undefined;
|
|
78918
78919
|
rounded?: string | number | boolean | undefined;
|
|
78919
78920
|
contentClass?: any;
|
|
78921
|
+
closable?: string | boolean | undefined;
|
|
78922
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78920
78923
|
closeDelay?: string | number | undefined;
|
|
78921
78924
|
openDelay?: string | number | undefined;
|
|
78922
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
78923
78925
|
openOnClick?: boolean | undefined;
|
|
78924
78926
|
openOnFocus?: boolean | undefined;
|
|
78925
78927
|
contentProps?: any;
|
|
78926
78928
|
attach?: string | boolean | Element | undefined;
|
|
78927
|
-
closable?: string | boolean | undefined;
|
|
78928
78929
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
78929
78930
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
|
78930
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
78931
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
|
|
78931
78932
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
78932
78933
|
absolute: boolean;
|
|
78933
78934
|
location: Anchor;
|
|
@@ -78942,6 +78943,7 @@ declare const VSnackbarQueue: {
|
|
|
78942
78943
|
timeout: string | number;
|
|
78943
78944
|
vertical: boolean;
|
|
78944
78945
|
rounded: string | number | boolean;
|
|
78946
|
+
tile: boolean;
|
|
78945
78947
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
78946
78948
|
updateLocation: (e?: Event) => void;
|
|
78947
78949
|
});
|
|
@@ -78952,7 +78954,6 @@ declare const VSnackbarQueue: {
|
|
|
78952
78954
|
closeOnContentClick: boolean;
|
|
78953
78955
|
closeOnBack: boolean;
|
|
78954
78956
|
contained: boolean;
|
|
78955
|
-
tile: boolean;
|
|
78956
78957
|
closeText: string;
|
|
78957
78958
|
multiLine: boolean;
|
|
78958
78959
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -79038,6 +79039,8 @@ declare const VSnackbarQueue: {
|
|
|
79038
79039
|
default: undefined;
|
|
79039
79040
|
};
|
|
79040
79041
|
contentClass: null;
|
|
79042
|
+
tile: BooleanConstructor;
|
|
79043
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
79041
79044
|
locationStrategy: {
|
|
79042
79045
|
type: PropType<StrategyProps["locationStrategy"]>;
|
|
79043
79046
|
default: string;
|
|
@@ -79045,7 +79048,6 @@ declare const VSnackbarQueue: {
|
|
|
79045
79048
|
};
|
|
79046
79049
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
79047
79050
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
79048
|
-
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
79049
79051
|
activatorProps: {
|
|
79050
79052
|
type: PropType<Record<string, any>>;
|
|
79051
79053
|
default: () => {};
|
|
@@ -79067,7 +79069,6 @@ declare const VSnackbarQueue: {
|
|
|
79067
79069
|
contained: BooleanConstructor;
|
|
79068
79070
|
contentProps: null;
|
|
79069
79071
|
attach: PropType<boolean | string | Element>;
|
|
79070
|
-
tile: BooleanConstructor;
|
|
79071
79072
|
multiLine: BooleanConstructor;
|
|
79072
79073
|
closable: (StringConstructor | BooleanConstructor)[];
|
|
79073
79074
|
closeText: {
|
|
@@ -79145,6 +79146,8 @@ declare const VSnackbarQueue: {
|
|
|
79145
79146
|
default: undefined;
|
|
79146
79147
|
};
|
|
79147
79148
|
contentClass: null;
|
|
79149
|
+
tile: BooleanConstructor;
|
|
79150
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
79148
79151
|
locationStrategy: {
|
|
79149
79152
|
type: PropType<StrategyProps["locationStrategy"]>;
|
|
79150
79153
|
default: string;
|
|
@@ -79152,7 +79155,6 @@ declare const VSnackbarQueue: {
|
|
|
79152
79155
|
};
|
|
79153
79156
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
79154
79157
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
79155
|
-
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
79156
79158
|
activatorProps: {
|
|
79157
79159
|
type: PropType<Record<string, any>>;
|
|
79158
79160
|
default: () => {};
|
|
@@ -79174,7 +79176,6 @@ declare const VSnackbarQueue: {
|
|
|
79174
79176
|
contained: BooleanConstructor;
|
|
79175
79177
|
contentProps: null;
|
|
79176
79178
|
attach: PropType<boolean | string | Element>;
|
|
79177
|
-
tile: BooleanConstructor;
|
|
79178
79179
|
multiLine: BooleanConstructor;
|
|
79179
79180
|
closable: (StringConstructor | BooleanConstructor)[];
|
|
79180
79181
|
closeText: {
|
|
@@ -80049,7 +80050,6 @@ declare const VTreeview: {
|
|
|
80049
80050
|
selected?: any;
|
|
80050
80051
|
elevation?: string | number | undefined;
|
|
80051
80052
|
rounded?: string | number | boolean | undefined;
|
|
80052
|
-
openOnClick?: boolean | undefined;
|
|
80053
80053
|
baseColor?: string | undefined;
|
|
80054
80054
|
bgColor?: string | undefined;
|
|
80055
80055
|
activeColor?: string | undefined;
|
|
@@ -80071,6 +80071,7 @@ declare const VTreeview: {
|
|
|
80071
80071
|
value: boolean;
|
|
80072
80072
|
path: unknown[];
|
|
80073
80073
|
}) => void) | undefined;
|
|
80074
|
+
openOnClick?: boolean | undefined;
|
|
80074
80075
|
selectedColor?: string | undefined;
|
|
80075
80076
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80076
80077
|
} & {
|
|
@@ -80147,7 +80148,6 @@ declare const VTreeview: {
|
|
|
80147
80148
|
selected?: any;
|
|
80148
80149
|
elevation?: string | number | undefined;
|
|
80149
80150
|
rounded?: string | number | boolean | undefined;
|
|
80150
|
-
openOnClick?: boolean | undefined;
|
|
80151
80151
|
baseColor?: string | undefined;
|
|
80152
80152
|
bgColor?: string | undefined;
|
|
80153
80153
|
activeColor?: string | undefined;
|
|
@@ -80169,6 +80169,7 @@ declare const VTreeview: {
|
|
|
80169
80169
|
value: boolean;
|
|
80170
80170
|
path: unknown[];
|
|
80171
80171
|
}) => void) | undefined;
|
|
80172
|
+
openOnClick?: boolean | undefined;
|
|
80172
80173
|
selectedColor?: string | undefined;
|
|
80173
80174
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80174
80175
|
} & {
|
|
@@ -80195,7 +80196,6 @@ declare const VTreeview: {
|
|
|
80195
80196
|
mandatory: boolean;
|
|
80196
80197
|
modelValue: unknown[];
|
|
80197
80198
|
rounded: string | number | boolean;
|
|
80198
|
-
openOnClick: boolean;
|
|
80199
80199
|
tile: boolean;
|
|
80200
80200
|
density: Density;
|
|
80201
80201
|
slim: boolean;
|
|
@@ -80214,6 +80214,7 @@ declare const VTreeview: {
|
|
|
80214
80214
|
itemValue: SelectItemKey;
|
|
80215
80215
|
itemChildren: SelectItemKey;
|
|
80216
80216
|
itemProps: SelectItemKey;
|
|
80217
|
+
openOnClick: boolean;
|
|
80217
80218
|
loadingIcon: string;
|
|
80218
80219
|
openAll: boolean;
|
|
80219
80220
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -80293,7 +80294,6 @@ declare const VTreeview: {
|
|
|
80293
80294
|
selected?: any;
|
|
80294
80295
|
elevation?: string | number | undefined;
|
|
80295
80296
|
rounded?: string | number | boolean | undefined;
|
|
80296
|
-
openOnClick?: boolean | undefined;
|
|
80297
80297
|
baseColor?: string | undefined;
|
|
80298
80298
|
bgColor?: string | undefined;
|
|
80299
80299
|
activeColor?: string | undefined;
|
|
@@ -80315,6 +80315,7 @@ declare const VTreeview: {
|
|
|
80315
80315
|
value: boolean;
|
|
80316
80316
|
path: unknown[];
|
|
80317
80317
|
}) => void) | undefined;
|
|
80318
|
+
openOnClick?: boolean | undefined;
|
|
80318
80319
|
selectedColor?: string | undefined;
|
|
80319
80320
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80320
80321
|
} & {
|
|
@@ -80341,7 +80342,6 @@ declare const VTreeview: {
|
|
|
80341
80342
|
mandatory: boolean;
|
|
80342
80343
|
modelValue: unknown[];
|
|
80343
80344
|
rounded: string | number | boolean;
|
|
80344
|
-
openOnClick: boolean;
|
|
80345
80345
|
tile: boolean;
|
|
80346
80346
|
density: Density;
|
|
80347
80347
|
slim: boolean;
|
|
@@ -80360,6 +80360,7 @@ declare const VTreeview: {
|
|
|
80360
80360
|
itemValue: SelectItemKey;
|
|
80361
80361
|
itemChildren: SelectItemKey;
|
|
80362
80362
|
itemProps: SelectItemKey;
|
|
80363
|
+
openOnClick: boolean;
|
|
80363
80364
|
loadingIcon: string;
|
|
80364
80365
|
openAll: boolean;
|
|
80365
80366
|
}>;
|
|
@@ -80410,7 +80411,6 @@ declare const VTreeview: {
|
|
|
80410
80411
|
selected?: any;
|
|
80411
80412
|
elevation?: string | number | undefined;
|
|
80412
80413
|
rounded?: string | number | boolean | undefined;
|
|
80413
|
-
openOnClick?: boolean | undefined;
|
|
80414
80414
|
baseColor?: string | undefined;
|
|
80415
80415
|
bgColor?: string | undefined;
|
|
80416
80416
|
activeColor?: string | undefined;
|
|
@@ -80432,6 +80432,7 @@ declare const VTreeview: {
|
|
|
80432
80432
|
value: boolean;
|
|
80433
80433
|
path: unknown[];
|
|
80434
80434
|
}) => void) | undefined;
|
|
80435
|
+
openOnClick?: boolean | undefined;
|
|
80435
80436
|
selectedColor?: string | undefined;
|
|
80436
80437
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
80437
80438
|
} & {
|
|
@@ -80473,7 +80474,6 @@ declare const VTreeview: {
|
|
|
80473
80474
|
mandatory: boolean;
|
|
80474
80475
|
modelValue: unknown[];
|
|
80475
80476
|
rounded: string | number | boolean;
|
|
80476
|
-
openOnClick: boolean;
|
|
80477
80477
|
tile: boolean;
|
|
80478
80478
|
density: Density;
|
|
80479
80479
|
slim: boolean;
|
|
@@ -80492,6 +80492,7 @@ declare const VTreeview: {
|
|
|
80492
80492
|
itemValue: SelectItemKey;
|
|
80493
80493
|
itemChildren: SelectItemKey;
|
|
80494
80494
|
itemProps: SelectItemKey;
|
|
80495
|
+
openOnClick: boolean;
|
|
80495
80496
|
loadingIcon: string;
|
|
80496
80497
|
openAll: boolean;
|
|
80497
80498
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -81761,7 +81762,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
|
|
81761
81762
|
declare const allComponents_d_VWindow: typeof VWindow;
|
|
81762
81763
|
declare const allComponents_d_VWindowItem: typeof VWindowItem;
|
|
81763
81764
|
declare namespace allComponents_d {
|
|
81764
|
-
export {
|
|
81765
|
+
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
|
81765
81766
|
}
|
|
81766
81767
|
|
|
81767
81768
|
declare const md1: Blueprint;
|