vuetify 3.7.0 → 3.7.2
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 +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -106,6 +106,7 @@ declare const VDialog: {
|
|
|
106
106
|
style: vue.StyleValue;
|
|
107
107
|
eager: boolean;
|
|
108
108
|
disabled: boolean;
|
|
109
|
+
persistent: boolean;
|
|
109
110
|
modelValue: boolean;
|
|
110
111
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
111
112
|
updateLocation: (e?: Event) => void;
|
|
@@ -117,7 +118,6 @@ declare const VDialog: {
|
|
|
117
118
|
closeOnBack: boolean;
|
|
118
119
|
contained: boolean;
|
|
119
120
|
noClickAnimation: boolean;
|
|
120
|
-
persistent: boolean;
|
|
121
121
|
scrim: string | boolean;
|
|
122
122
|
fullscreen: boolean;
|
|
123
123
|
retainFocus: boolean;
|
|
@@ -135,9 +135,9 @@ declare const VDialog: {
|
|
|
135
135
|
class?: any;
|
|
136
136
|
theme?: string | undefined;
|
|
137
137
|
contentClass?: any;
|
|
138
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
139
138
|
closeDelay?: string | number | undefined;
|
|
140
139
|
openDelay?: string | number | undefined;
|
|
140
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
141
141
|
openOnClick?: boolean | undefined;
|
|
142
142
|
openOnFocus?: boolean | undefined;
|
|
143
143
|
contentProps?: any;
|
|
@@ -175,6 +175,7 @@ declare const VDialog: {
|
|
|
175
175
|
targetRef: TemplateRef;
|
|
176
176
|
}) => vue.VNodeChild) | undefined;
|
|
177
177
|
} & {
|
|
178
|
+
onAfterEnter?: (() => any) | undefined;
|
|
178
179
|
onAfterLeave?: (() => any) | undefined;
|
|
179
180
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
180
181
|
}, Omit<Omit<{
|
|
@@ -191,6 +192,7 @@ declare const VDialog: {
|
|
|
191
192
|
style: vue.StyleValue;
|
|
192
193
|
eager: boolean;
|
|
193
194
|
disabled: boolean;
|
|
195
|
+
persistent: boolean;
|
|
194
196
|
modelValue: boolean;
|
|
195
197
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
196
198
|
updateLocation: (e?: Event) => void;
|
|
@@ -204,7 +206,6 @@ declare const VDialog: {
|
|
|
204
206
|
closeOnBack: boolean;
|
|
205
207
|
contained: boolean;
|
|
206
208
|
noClickAnimation: boolean;
|
|
207
|
-
persistent: boolean;
|
|
208
209
|
scrim: string | boolean;
|
|
209
210
|
_disableGlobalStack: boolean;
|
|
210
211
|
}> & Omit<{
|
|
@@ -218,6 +219,7 @@ declare const VDialog: {
|
|
|
218
219
|
style: vue.StyleValue;
|
|
219
220
|
eager: boolean;
|
|
220
221
|
disabled: boolean;
|
|
222
|
+
persistent: boolean;
|
|
221
223
|
modelValue: boolean;
|
|
222
224
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
223
225
|
updateLocation: (e?: Event) => void;
|
|
@@ -229,7 +231,6 @@ declare const VDialog: {
|
|
|
229
231
|
closeOnBack: boolean;
|
|
230
232
|
contained: boolean;
|
|
231
233
|
noClickAnimation: boolean;
|
|
232
|
-
persistent: boolean;
|
|
233
234
|
scrim: string | boolean;
|
|
234
235
|
_disableGlobalStack: boolean;
|
|
235
236
|
offset?: string | number | number[] | undefined;
|
|
@@ -244,9 +245,9 @@ declare const VDialog: {
|
|
|
244
245
|
class?: any;
|
|
245
246
|
theme?: string | undefined;
|
|
246
247
|
contentClass?: any;
|
|
247
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
248
248
|
closeDelay?: string | number | undefined;
|
|
249
249
|
openDelay?: string | number | undefined;
|
|
250
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
250
251
|
openOnClick?: boolean | undefined;
|
|
251
252
|
openOnFocus?: boolean | undefined;
|
|
252
253
|
contentProps?: any;
|
|
@@ -296,6 +297,7 @@ declare const VDialog: {
|
|
|
296
297
|
style: vue.StyleValue;
|
|
297
298
|
eager: boolean;
|
|
298
299
|
disabled: boolean;
|
|
300
|
+
persistent: boolean;
|
|
299
301
|
modelValue: boolean;
|
|
300
302
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
301
303
|
updateLocation: (e?: Event) => void;
|
|
@@ -307,7 +309,6 @@ declare const VDialog: {
|
|
|
307
309
|
closeOnBack: boolean;
|
|
308
310
|
contained: boolean;
|
|
309
311
|
noClickAnimation: boolean;
|
|
310
|
-
persistent: boolean;
|
|
311
312
|
scrim: string | boolean;
|
|
312
313
|
_disableGlobalStack: boolean;
|
|
313
314
|
} & {
|
|
@@ -323,9 +324,9 @@ declare const VDialog: {
|
|
|
323
324
|
class?: any;
|
|
324
325
|
theme?: string | undefined;
|
|
325
326
|
contentClass?: any;
|
|
326
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
327
327
|
closeDelay?: string | number | undefined;
|
|
328
328
|
openDelay?: string | number | undefined;
|
|
329
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
329
330
|
openOnClick?: boolean | undefined;
|
|
330
331
|
openOnFocus?: boolean | undefined;
|
|
331
332
|
contentProps?: any;
|
|
@@ -367,7 +368,7 @@ declare const VDialog: {
|
|
|
367
368
|
onAfterLeave?: (() => any) | undefined;
|
|
368
369
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
369
370
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
370
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
371
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
371
372
|
$attrs: {
|
|
372
373
|
[x: string]: unknown;
|
|
373
374
|
};
|
|
@@ -386,7 +387,7 @@ declare const VDialog: {
|
|
|
386
387
|
}>;
|
|
387
388
|
$root: vue.ComponentPublicInstance | null;
|
|
388
389
|
$parent: vue.ComponentPublicInstance | null;
|
|
389
|
-
$emit: ((event: "
|
|
390
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
390
391
|
$el: any;
|
|
391
392
|
$options: vue.ComponentOptionsBase<{
|
|
392
393
|
absolute: boolean;
|
|
@@ -399,6 +400,7 @@ declare const VDialog: {
|
|
|
399
400
|
style: vue.StyleValue;
|
|
400
401
|
eager: boolean;
|
|
401
402
|
disabled: boolean;
|
|
403
|
+
persistent: boolean;
|
|
402
404
|
modelValue: boolean;
|
|
403
405
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
404
406
|
updateLocation: (e?: Event) => void;
|
|
@@ -410,7 +412,6 @@ declare const VDialog: {
|
|
|
410
412
|
closeOnBack: boolean;
|
|
411
413
|
contained: boolean;
|
|
412
414
|
noClickAnimation: boolean;
|
|
413
|
-
persistent: boolean;
|
|
414
415
|
scrim: string | boolean;
|
|
415
416
|
_disableGlobalStack: boolean;
|
|
416
417
|
} & {
|
|
@@ -426,9 +427,9 @@ declare const VDialog: {
|
|
|
426
427
|
class?: any;
|
|
427
428
|
theme?: string | undefined;
|
|
428
429
|
contentClass?: any;
|
|
429
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
430
430
|
closeDelay?: string | number | undefined;
|
|
431
431
|
openDelay?: string | number | undefined;
|
|
432
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
432
433
|
openOnClick?: boolean | undefined;
|
|
433
434
|
openOnFocus?: boolean | undefined;
|
|
434
435
|
contentProps?: any;
|
|
@@ -495,6 +496,7 @@ declare const VDialog: {
|
|
|
495
496
|
style: vue.StyleValue;
|
|
496
497
|
eager: boolean;
|
|
497
498
|
disabled: boolean;
|
|
499
|
+
persistent: boolean;
|
|
498
500
|
modelValue: boolean;
|
|
499
501
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
500
502
|
updateLocation: (e?: Event) => void;
|
|
@@ -508,7 +510,6 @@ declare const VDialog: {
|
|
|
508
510
|
closeOnBack: boolean;
|
|
509
511
|
contained: boolean;
|
|
510
512
|
noClickAnimation: boolean;
|
|
511
|
-
persistent: boolean;
|
|
512
513
|
scrim: string | boolean;
|
|
513
514
|
_disableGlobalStack: boolean;
|
|
514
515
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -551,6 +552,7 @@ declare const VDialog: {
|
|
|
551
552
|
style: vue.StyleValue;
|
|
552
553
|
eager: boolean;
|
|
553
554
|
disabled: boolean;
|
|
555
|
+
persistent: boolean;
|
|
554
556
|
modelValue: boolean;
|
|
555
557
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
556
558
|
updateLocation: (e?: Event) => void;
|
|
@@ -562,7 +564,6 @@ declare const VDialog: {
|
|
|
562
564
|
closeOnBack: boolean;
|
|
563
565
|
contained: boolean;
|
|
564
566
|
noClickAnimation: boolean;
|
|
565
|
-
persistent: boolean;
|
|
566
567
|
scrim: string | boolean;
|
|
567
568
|
_disableGlobalStack: boolean;
|
|
568
569
|
} & {
|
|
@@ -578,9 +579,9 @@ declare const VDialog: {
|
|
|
578
579
|
class?: any;
|
|
579
580
|
theme?: string | undefined;
|
|
580
581
|
contentClass?: any;
|
|
581
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
582
582
|
closeDelay?: string | number | undefined;
|
|
583
583
|
openDelay?: string | number | undefined;
|
|
584
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
584
585
|
openOnClick?: boolean | undefined;
|
|
585
586
|
openOnFocus?: boolean | undefined;
|
|
586
587
|
contentProps?: any;
|
|
@@ -631,8 +632,20 @@ declare const VDialog: {
|
|
|
631
632
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
632
633
|
localTop: vue.ComputedRef<boolean>;
|
|
633
634
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
634
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
635
|
+
}> & {} & 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" | "closeDelay" | "openDelay" | "activator" | "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") | "v-slot:activator">, `$${any}`> & {
|
|
636
|
+
_allExposed: {
|
|
637
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
638
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
639
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
640
|
+
animateClick: () => void;
|
|
641
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
642
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
643
|
+
localTop: vue.ComputedRef<boolean>;
|
|
644
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
645
|
+
} | {};
|
|
646
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
635
647
|
'update:modelValue': (value: boolean) => true;
|
|
648
|
+
afterEnter: () => true;
|
|
636
649
|
afterLeave: () => true;
|
|
637
650
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
638
651
|
absolute: boolean;
|
|
@@ -647,6 +660,7 @@ declare const VDialog: {
|
|
|
647
660
|
style: vue.StyleValue;
|
|
648
661
|
eager: boolean;
|
|
649
662
|
disabled: boolean;
|
|
663
|
+
persistent: boolean;
|
|
650
664
|
modelValue: boolean;
|
|
651
665
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
652
666
|
updateLocation: (e?: Event) => void;
|
|
@@ -658,7 +672,6 @@ declare const VDialog: {
|
|
|
658
672
|
closeOnBack: boolean;
|
|
659
673
|
contained: boolean;
|
|
660
674
|
noClickAnimation: boolean;
|
|
661
|
-
persistent: boolean;
|
|
662
675
|
scrim: string | boolean;
|
|
663
676
|
fullscreen: boolean;
|
|
664
677
|
retainFocus: boolean;
|
|
@@ -676,9 +689,9 @@ declare const VDialog: {
|
|
|
676
689
|
class?: any;
|
|
677
690
|
theme?: string | undefined;
|
|
678
691
|
contentClass?: any;
|
|
679
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
680
692
|
closeDelay?: string | number | undefined;
|
|
681
693
|
openDelay?: string | number | undefined;
|
|
694
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
682
695
|
openOnClick?: boolean | undefined;
|
|
683
696
|
openOnFocus?: boolean | undefined;
|
|
684
697
|
contentProps?: any;
|
|
@@ -716,6 +729,7 @@ declare const VDialog: {
|
|
|
716
729
|
targetRef: TemplateRef;
|
|
717
730
|
}) => vue.VNodeChild) | undefined;
|
|
718
731
|
} & {
|
|
732
|
+
onAfterEnter?: (() => any) | undefined;
|
|
719
733
|
onAfterLeave?: (() => any) | undefined;
|
|
720
734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
721
735
|
}, {
|
|
@@ -731,6 +745,7 @@ declare const VDialog: {
|
|
|
731
745
|
style: vue.StyleValue;
|
|
732
746
|
eager: boolean;
|
|
733
747
|
disabled: boolean;
|
|
748
|
+
persistent: boolean;
|
|
734
749
|
modelValue: boolean;
|
|
735
750
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
736
751
|
updateLocation: (e?: Event) => void;
|
|
@@ -744,7 +759,6 @@ declare const VDialog: {
|
|
|
744
759
|
closeOnBack: boolean;
|
|
745
760
|
contained: boolean;
|
|
746
761
|
noClickAnimation: boolean;
|
|
747
|
-
persistent: boolean;
|
|
748
762
|
scrim: string | boolean;
|
|
749
763
|
fullscreen: boolean;
|
|
750
764
|
retainFocus: boolean;
|
|
@@ -778,6 +792,7 @@ declare const VDialog: {
|
|
|
778
792
|
style: vue.StyleValue;
|
|
779
793
|
eager: boolean;
|
|
780
794
|
disabled: boolean;
|
|
795
|
+
persistent: boolean;
|
|
781
796
|
modelValue: boolean;
|
|
782
797
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
783
798
|
updateLocation: (e?: Event) => void;
|
|
@@ -789,7 +804,6 @@ declare const VDialog: {
|
|
|
789
804
|
closeOnBack: boolean;
|
|
790
805
|
contained: boolean;
|
|
791
806
|
noClickAnimation: boolean;
|
|
792
|
-
persistent: boolean;
|
|
793
807
|
scrim: string | boolean;
|
|
794
808
|
fullscreen: boolean;
|
|
795
809
|
retainFocus: boolean;
|
|
@@ -807,9 +821,9 @@ declare const VDialog: {
|
|
|
807
821
|
class?: any;
|
|
808
822
|
theme?: string | undefined;
|
|
809
823
|
contentClass?: any;
|
|
810
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
811
824
|
closeDelay?: string | number | undefined;
|
|
812
825
|
openDelay?: string | number | undefined;
|
|
826
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
813
827
|
openOnClick?: boolean | undefined;
|
|
814
828
|
openOnFocus?: boolean | undefined;
|
|
815
829
|
contentProps?: any;
|
|
@@ -847,6 +861,7 @@ declare const VDialog: {
|
|
|
847
861
|
targetRef: TemplateRef;
|
|
848
862
|
}) => vue.VNodeChild) | undefined;
|
|
849
863
|
} & {
|
|
864
|
+
onAfterEnter?: (() => any) | undefined;
|
|
850
865
|
onAfterLeave?: (() => any) | undefined;
|
|
851
866
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
852
867
|
}, Omit<Omit<{
|
|
@@ -863,6 +878,7 @@ declare const VDialog: {
|
|
|
863
878
|
style: vue.StyleValue;
|
|
864
879
|
eager: boolean;
|
|
865
880
|
disabled: boolean;
|
|
881
|
+
persistent: boolean;
|
|
866
882
|
modelValue: boolean;
|
|
867
883
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
868
884
|
updateLocation: (e?: Event) => void;
|
|
@@ -876,7 +892,6 @@ declare const VDialog: {
|
|
|
876
892
|
closeOnBack: boolean;
|
|
877
893
|
contained: boolean;
|
|
878
894
|
noClickAnimation: boolean;
|
|
879
|
-
persistent: boolean;
|
|
880
895
|
scrim: string | boolean;
|
|
881
896
|
_disableGlobalStack: boolean;
|
|
882
897
|
}> & Omit<{
|
|
@@ -890,6 +905,7 @@ declare const VDialog: {
|
|
|
890
905
|
style: vue.StyleValue;
|
|
891
906
|
eager: boolean;
|
|
892
907
|
disabled: boolean;
|
|
908
|
+
persistent: boolean;
|
|
893
909
|
modelValue: boolean;
|
|
894
910
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
895
911
|
updateLocation: (e?: Event) => void;
|
|
@@ -901,7 +917,6 @@ declare const VDialog: {
|
|
|
901
917
|
closeOnBack: boolean;
|
|
902
918
|
contained: boolean;
|
|
903
919
|
noClickAnimation: boolean;
|
|
904
|
-
persistent: boolean;
|
|
905
920
|
scrim: string | boolean;
|
|
906
921
|
_disableGlobalStack: boolean;
|
|
907
922
|
offset?: string | number | number[] | undefined;
|
|
@@ -916,9 +931,9 @@ declare const VDialog: {
|
|
|
916
931
|
class?: any;
|
|
917
932
|
theme?: string | undefined;
|
|
918
933
|
contentClass?: any;
|
|
919
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
920
934
|
closeDelay?: string | number | undefined;
|
|
921
935
|
openDelay?: string | number | undefined;
|
|
936
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
922
937
|
openOnClick?: boolean | undefined;
|
|
923
938
|
openOnFocus?: boolean | undefined;
|
|
924
939
|
contentProps?: any;
|
|
@@ -968,6 +983,7 @@ declare const VDialog: {
|
|
|
968
983
|
style: vue.StyleValue;
|
|
969
984
|
eager: boolean;
|
|
970
985
|
disabled: boolean;
|
|
986
|
+
persistent: boolean;
|
|
971
987
|
modelValue: boolean;
|
|
972
988
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
973
989
|
updateLocation: (e?: Event) => void;
|
|
@@ -979,7 +995,6 @@ declare const VDialog: {
|
|
|
979
995
|
closeOnBack: boolean;
|
|
980
996
|
contained: boolean;
|
|
981
997
|
noClickAnimation: boolean;
|
|
982
|
-
persistent: boolean;
|
|
983
998
|
scrim: string | boolean;
|
|
984
999
|
_disableGlobalStack: boolean;
|
|
985
1000
|
} & {
|
|
@@ -995,9 +1010,9 @@ declare const VDialog: {
|
|
|
995
1010
|
class?: any;
|
|
996
1011
|
theme?: string | undefined;
|
|
997
1012
|
contentClass?: any;
|
|
998
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
999
1013
|
closeDelay?: string | number | undefined;
|
|
1000
1014
|
openDelay?: string | number | undefined;
|
|
1015
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1001
1016
|
openOnClick?: boolean | undefined;
|
|
1002
1017
|
openOnFocus?: boolean | undefined;
|
|
1003
1018
|
contentProps?: any;
|
|
@@ -1039,7 +1054,7 @@ declare const VDialog: {
|
|
|
1039
1054
|
onAfterLeave?: (() => any) | undefined;
|
|
1040
1055
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1041
1056
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1042
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1057
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1043
1058
|
$attrs: {
|
|
1044
1059
|
[x: string]: unknown;
|
|
1045
1060
|
};
|
|
@@ -1058,7 +1073,7 @@ declare const VDialog: {
|
|
|
1058
1073
|
}>;
|
|
1059
1074
|
$root: vue.ComponentPublicInstance | null;
|
|
1060
1075
|
$parent: vue.ComponentPublicInstance | null;
|
|
1061
|
-
$emit: ((event: "
|
|
1076
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1062
1077
|
$el: any;
|
|
1063
1078
|
$options: vue.ComponentOptionsBase<{
|
|
1064
1079
|
absolute: boolean;
|
|
@@ -1071,6 +1086,7 @@ declare const VDialog: {
|
|
|
1071
1086
|
style: vue.StyleValue;
|
|
1072
1087
|
eager: boolean;
|
|
1073
1088
|
disabled: boolean;
|
|
1089
|
+
persistent: boolean;
|
|
1074
1090
|
modelValue: boolean;
|
|
1075
1091
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1076
1092
|
updateLocation: (e?: Event) => void;
|
|
@@ -1082,7 +1098,6 @@ declare const VDialog: {
|
|
|
1082
1098
|
closeOnBack: boolean;
|
|
1083
1099
|
contained: boolean;
|
|
1084
1100
|
noClickAnimation: boolean;
|
|
1085
|
-
persistent: boolean;
|
|
1086
1101
|
scrim: string | boolean;
|
|
1087
1102
|
_disableGlobalStack: boolean;
|
|
1088
1103
|
} & {
|
|
@@ -1098,9 +1113,9 @@ declare const VDialog: {
|
|
|
1098
1113
|
class?: any;
|
|
1099
1114
|
theme?: string | undefined;
|
|
1100
1115
|
contentClass?: any;
|
|
1101
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1102
1116
|
closeDelay?: string | number | undefined;
|
|
1103
1117
|
openDelay?: string | number | undefined;
|
|
1118
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1104
1119
|
openOnClick?: boolean | undefined;
|
|
1105
1120
|
openOnFocus?: boolean | undefined;
|
|
1106
1121
|
contentProps?: any;
|
|
@@ -1167,6 +1182,7 @@ declare const VDialog: {
|
|
|
1167
1182
|
style: vue.StyleValue;
|
|
1168
1183
|
eager: boolean;
|
|
1169
1184
|
disabled: boolean;
|
|
1185
|
+
persistent: boolean;
|
|
1170
1186
|
modelValue: boolean;
|
|
1171
1187
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1172
1188
|
updateLocation: (e?: Event) => void;
|
|
@@ -1180,7 +1196,6 @@ declare const VDialog: {
|
|
|
1180
1196
|
closeOnBack: boolean;
|
|
1181
1197
|
contained: boolean;
|
|
1182
1198
|
noClickAnimation: boolean;
|
|
1183
|
-
persistent: boolean;
|
|
1184
1199
|
scrim: string | boolean;
|
|
1185
1200
|
_disableGlobalStack: boolean;
|
|
1186
1201
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1223,6 +1238,7 @@ declare const VDialog: {
|
|
|
1223
1238
|
style: vue.StyleValue;
|
|
1224
1239
|
eager: boolean;
|
|
1225
1240
|
disabled: boolean;
|
|
1241
|
+
persistent: boolean;
|
|
1226
1242
|
modelValue: boolean;
|
|
1227
1243
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1228
1244
|
updateLocation: (e?: Event) => void;
|
|
@@ -1234,7 +1250,6 @@ declare const VDialog: {
|
|
|
1234
1250
|
closeOnBack: boolean;
|
|
1235
1251
|
contained: boolean;
|
|
1236
1252
|
noClickAnimation: boolean;
|
|
1237
|
-
persistent: boolean;
|
|
1238
1253
|
scrim: string | boolean;
|
|
1239
1254
|
_disableGlobalStack: boolean;
|
|
1240
1255
|
} & {
|
|
@@ -1250,9 +1265,9 @@ declare const VDialog: {
|
|
|
1250
1265
|
class?: any;
|
|
1251
1266
|
theme?: string | undefined;
|
|
1252
1267
|
contentClass?: any;
|
|
1253
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1254
1268
|
closeDelay?: string | number | undefined;
|
|
1255
1269
|
openDelay?: string | number | undefined;
|
|
1270
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1256
1271
|
openOnClick?: boolean | undefined;
|
|
1257
1272
|
openOnFocus?: boolean | undefined;
|
|
1258
1273
|
contentProps?: any;
|
|
@@ -1303,7 +1318,18 @@ declare const VDialog: {
|
|
|
1303
1318
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1304
1319
|
localTop: vue.ComputedRef<boolean>;
|
|
1305
1320
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1306
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1321
|
+
}> & {} & 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" | "closeDelay" | "openDelay" | "activator" | "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") | "v-slot:activator">, `$${any}`> & {
|
|
1322
|
+
_allExposed: {
|
|
1323
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1324
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1325
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1326
|
+
animateClick: () => void;
|
|
1327
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1328
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1329
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1330
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1331
|
+
} | {};
|
|
1332
|
+
}, {}, {}, {}, {
|
|
1307
1333
|
absolute: boolean;
|
|
1308
1334
|
location: Anchor;
|
|
1309
1335
|
origin: "auto" | Anchor | "overlap";
|
|
@@ -1316,6 +1342,7 @@ declare const VDialog: {
|
|
|
1316
1342
|
style: vue.StyleValue;
|
|
1317
1343
|
eager: boolean;
|
|
1318
1344
|
disabled: boolean;
|
|
1345
|
+
persistent: boolean;
|
|
1319
1346
|
modelValue: boolean;
|
|
1320
1347
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1321
1348
|
updateLocation: (e?: Event) => void;
|
|
@@ -1329,7 +1356,6 @@ declare const VDialog: {
|
|
|
1329
1356
|
closeOnBack: boolean;
|
|
1330
1357
|
contained: boolean;
|
|
1331
1358
|
noClickAnimation: boolean;
|
|
1332
|
-
persistent: boolean;
|
|
1333
1359
|
scrim: string | boolean;
|
|
1334
1360
|
fullscreen: boolean;
|
|
1335
1361
|
retainFocus: boolean;
|
|
@@ -1351,6 +1377,7 @@ declare const VDialog: {
|
|
|
1351
1377
|
style: vue.StyleValue;
|
|
1352
1378
|
eager: boolean;
|
|
1353
1379
|
disabled: boolean;
|
|
1380
|
+
persistent: boolean;
|
|
1354
1381
|
modelValue: boolean;
|
|
1355
1382
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1356
1383
|
updateLocation: (e?: Event) => void;
|
|
@@ -1362,7 +1389,6 @@ declare const VDialog: {
|
|
|
1362
1389
|
closeOnBack: boolean;
|
|
1363
1390
|
contained: boolean;
|
|
1364
1391
|
noClickAnimation: boolean;
|
|
1365
|
-
persistent: boolean;
|
|
1366
1392
|
scrim: string | boolean;
|
|
1367
1393
|
fullscreen: boolean;
|
|
1368
1394
|
retainFocus: boolean;
|
|
@@ -1380,9 +1406,9 @@ declare const VDialog: {
|
|
|
1380
1406
|
class?: any;
|
|
1381
1407
|
theme?: string | undefined;
|
|
1382
1408
|
contentClass?: any;
|
|
1383
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1384
1409
|
closeDelay?: string | number | undefined;
|
|
1385
1410
|
openDelay?: string | number | undefined;
|
|
1411
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1386
1412
|
openOnClick?: boolean | undefined;
|
|
1387
1413
|
openOnFocus?: boolean | undefined;
|
|
1388
1414
|
contentProps?: any;
|
|
@@ -1420,6 +1446,7 @@ declare const VDialog: {
|
|
|
1420
1446
|
targetRef: TemplateRef;
|
|
1421
1447
|
}) => vue.VNodeChild) | undefined;
|
|
1422
1448
|
} & {
|
|
1449
|
+
onAfterEnter?: (() => any) | undefined;
|
|
1423
1450
|
onAfterLeave?: (() => any) | undefined;
|
|
1424
1451
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1425
1452
|
}, Omit<Omit<{
|
|
@@ -1436,6 +1463,7 @@ declare const VDialog: {
|
|
|
1436
1463
|
style: vue.StyleValue;
|
|
1437
1464
|
eager: boolean;
|
|
1438
1465
|
disabled: boolean;
|
|
1466
|
+
persistent: boolean;
|
|
1439
1467
|
modelValue: boolean;
|
|
1440
1468
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1441
1469
|
updateLocation: (e?: Event) => void;
|
|
@@ -1449,7 +1477,6 @@ declare const VDialog: {
|
|
|
1449
1477
|
closeOnBack: boolean;
|
|
1450
1478
|
contained: boolean;
|
|
1451
1479
|
noClickAnimation: boolean;
|
|
1452
|
-
persistent: boolean;
|
|
1453
1480
|
scrim: string | boolean;
|
|
1454
1481
|
_disableGlobalStack: boolean;
|
|
1455
1482
|
}> & Omit<{
|
|
@@ -1463,6 +1490,7 @@ declare const VDialog: {
|
|
|
1463
1490
|
style: vue.StyleValue;
|
|
1464
1491
|
eager: boolean;
|
|
1465
1492
|
disabled: boolean;
|
|
1493
|
+
persistent: boolean;
|
|
1466
1494
|
modelValue: boolean;
|
|
1467
1495
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1468
1496
|
updateLocation: (e?: Event) => void;
|
|
@@ -1474,7 +1502,6 @@ declare const VDialog: {
|
|
|
1474
1502
|
closeOnBack: boolean;
|
|
1475
1503
|
contained: boolean;
|
|
1476
1504
|
noClickAnimation: boolean;
|
|
1477
|
-
persistent: boolean;
|
|
1478
1505
|
scrim: string | boolean;
|
|
1479
1506
|
_disableGlobalStack: boolean;
|
|
1480
1507
|
offset?: string | number | number[] | undefined;
|
|
@@ -1489,9 +1516,9 @@ declare const VDialog: {
|
|
|
1489
1516
|
class?: any;
|
|
1490
1517
|
theme?: string | undefined;
|
|
1491
1518
|
contentClass?: any;
|
|
1492
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1493
1519
|
closeDelay?: string | number | undefined;
|
|
1494
1520
|
openDelay?: string | number | undefined;
|
|
1521
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1495
1522
|
openOnClick?: boolean | undefined;
|
|
1496
1523
|
openOnFocus?: boolean | undefined;
|
|
1497
1524
|
contentProps?: any;
|
|
@@ -1541,6 +1568,7 @@ declare const VDialog: {
|
|
|
1541
1568
|
style: vue.StyleValue;
|
|
1542
1569
|
eager: boolean;
|
|
1543
1570
|
disabled: boolean;
|
|
1571
|
+
persistent: boolean;
|
|
1544
1572
|
modelValue: boolean;
|
|
1545
1573
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1546
1574
|
updateLocation: (e?: Event) => void;
|
|
@@ -1552,7 +1580,6 @@ declare const VDialog: {
|
|
|
1552
1580
|
closeOnBack: boolean;
|
|
1553
1581
|
contained: boolean;
|
|
1554
1582
|
noClickAnimation: boolean;
|
|
1555
|
-
persistent: boolean;
|
|
1556
1583
|
scrim: string | boolean;
|
|
1557
1584
|
_disableGlobalStack: boolean;
|
|
1558
1585
|
} & {
|
|
@@ -1568,9 +1595,9 @@ declare const VDialog: {
|
|
|
1568
1595
|
class?: any;
|
|
1569
1596
|
theme?: string | undefined;
|
|
1570
1597
|
contentClass?: any;
|
|
1571
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1572
1598
|
closeDelay?: string | number | undefined;
|
|
1573
1599
|
openDelay?: string | number | undefined;
|
|
1600
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1574
1601
|
openOnClick?: boolean | undefined;
|
|
1575
1602
|
openOnFocus?: boolean | undefined;
|
|
1576
1603
|
contentProps?: any;
|
|
@@ -1612,7 +1639,7 @@ declare const VDialog: {
|
|
|
1612
1639
|
onAfterLeave?: (() => any) | undefined;
|
|
1613
1640
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1614
1641
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1615
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1642
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1616
1643
|
$attrs: {
|
|
1617
1644
|
[x: string]: unknown;
|
|
1618
1645
|
};
|
|
@@ -1631,7 +1658,7 @@ declare const VDialog: {
|
|
|
1631
1658
|
}>;
|
|
1632
1659
|
$root: vue.ComponentPublicInstance | null;
|
|
1633
1660
|
$parent: vue.ComponentPublicInstance | null;
|
|
1634
|
-
$emit: ((event: "
|
|
1661
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1635
1662
|
$el: any;
|
|
1636
1663
|
$options: vue.ComponentOptionsBase<{
|
|
1637
1664
|
absolute: boolean;
|
|
@@ -1644,6 +1671,7 @@ declare const VDialog: {
|
|
|
1644
1671
|
style: vue.StyleValue;
|
|
1645
1672
|
eager: boolean;
|
|
1646
1673
|
disabled: boolean;
|
|
1674
|
+
persistent: boolean;
|
|
1647
1675
|
modelValue: boolean;
|
|
1648
1676
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1649
1677
|
updateLocation: (e?: Event) => void;
|
|
@@ -1655,7 +1683,6 @@ declare const VDialog: {
|
|
|
1655
1683
|
closeOnBack: boolean;
|
|
1656
1684
|
contained: boolean;
|
|
1657
1685
|
noClickAnimation: boolean;
|
|
1658
|
-
persistent: boolean;
|
|
1659
1686
|
scrim: string | boolean;
|
|
1660
1687
|
_disableGlobalStack: boolean;
|
|
1661
1688
|
} & {
|
|
@@ -1671,9 +1698,9 @@ declare const VDialog: {
|
|
|
1671
1698
|
class?: any;
|
|
1672
1699
|
theme?: string | undefined;
|
|
1673
1700
|
contentClass?: any;
|
|
1674
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1675
1701
|
closeDelay?: string | number | undefined;
|
|
1676
1702
|
openDelay?: string | number | undefined;
|
|
1703
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1677
1704
|
openOnClick?: boolean | undefined;
|
|
1678
1705
|
openOnFocus?: boolean | undefined;
|
|
1679
1706
|
contentProps?: any;
|
|
@@ -1740,6 +1767,7 @@ declare const VDialog: {
|
|
|
1740
1767
|
style: vue.StyleValue;
|
|
1741
1768
|
eager: boolean;
|
|
1742
1769
|
disabled: boolean;
|
|
1770
|
+
persistent: boolean;
|
|
1743
1771
|
modelValue: boolean;
|
|
1744
1772
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1745
1773
|
updateLocation: (e?: Event) => void;
|
|
@@ -1753,7 +1781,6 @@ declare const VDialog: {
|
|
|
1753
1781
|
closeOnBack: boolean;
|
|
1754
1782
|
contained: boolean;
|
|
1755
1783
|
noClickAnimation: boolean;
|
|
1756
|
-
persistent: boolean;
|
|
1757
1784
|
scrim: string | boolean;
|
|
1758
1785
|
_disableGlobalStack: boolean;
|
|
1759
1786
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1796,6 +1823,7 @@ declare const VDialog: {
|
|
|
1796
1823
|
style: vue.StyleValue;
|
|
1797
1824
|
eager: boolean;
|
|
1798
1825
|
disabled: boolean;
|
|
1826
|
+
persistent: boolean;
|
|
1799
1827
|
modelValue: boolean;
|
|
1800
1828
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1801
1829
|
updateLocation: (e?: Event) => void;
|
|
@@ -1807,7 +1835,6 @@ declare const VDialog: {
|
|
|
1807
1835
|
closeOnBack: boolean;
|
|
1808
1836
|
contained: boolean;
|
|
1809
1837
|
noClickAnimation: boolean;
|
|
1810
|
-
persistent: boolean;
|
|
1811
1838
|
scrim: string | boolean;
|
|
1812
1839
|
_disableGlobalStack: boolean;
|
|
1813
1840
|
} & {
|
|
@@ -1823,9 +1850,9 @@ declare const VDialog: {
|
|
|
1823
1850
|
class?: any;
|
|
1824
1851
|
theme?: string | undefined;
|
|
1825
1852
|
contentClass?: any;
|
|
1826
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1827
1853
|
closeDelay?: string | number | undefined;
|
|
1828
1854
|
openDelay?: string | number | undefined;
|
|
1855
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1829
1856
|
openOnClick?: boolean | undefined;
|
|
1830
1857
|
openOnFocus?: boolean | undefined;
|
|
1831
1858
|
contentProps?: any;
|
|
@@ -1876,8 +1903,20 @@ declare const VDialog: {
|
|
|
1876
1903
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1877
1904
|
localTop: vue.ComputedRef<boolean>;
|
|
1878
1905
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1879
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1906
|
+
}> & {} & 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" | "closeDelay" | "openDelay" | "activator" | "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") | "v-slot:activator">, `$${any}`> & {
|
|
1907
|
+
_allExposed: {
|
|
1908
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1909
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1910
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1911
|
+
animateClick: () => void;
|
|
1912
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1913
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1914
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1915
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1916
|
+
} | {};
|
|
1917
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1880
1918
|
'update:modelValue': (value: boolean) => true;
|
|
1919
|
+
afterEnter: () => true;
|
|
1881
1920
|
afterLeave: () => true;
|
|
1882
1921
|
}, string, {
|
|
1883
1922
|
absolute: boolean;
|
|
@@ -1892,6 +1931,7 @@ declare const VDialog: {
|
|
|
1892
1931
|
style: vue.StyleValue;
|
|
1893
1932
|
eager: boolean;
|
|
1894
1933
|
disabled: boolean;
|
|
1934
|
+
persistent: boolean;
|
|
1895
1935
|
modelValue: boolean;
|
|
1896
1936
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1897
1937
|
updateLocation: (e?: Event) => void;
|
|
@@ -1905,7 +1945,6 @@ declare const VDialog: {
|
|
|
1905
1945
|
closeOnBack: boolean;
|
|
1906
1946
|
contained: boolean;
|
|
1907
1947
|
noClickAnimation: boolean;
|
|
1908
|
-
persistent: boolean;
|
|
1909
1948
|
scrim: string | boolean;
|
|
1910
1949
|
fullscreen: boolean;
|
|
1911
1950
|
retainFocus: boolean;
|