@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05
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 +2 -2
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2934 -2934
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2805 -2805
- package/dist/vuetify.d.ts +849 -849
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -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 +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -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 +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- 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/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- 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/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;
|
@@ -192,6 +192,7 @@ declare const VDialog: {
|
|
192
192
|
style: vue.StyleValue;
|
193
193
|
eager: boolean;
|
194
194
|
disabled: boolean;
|
195
|
+
persistent: boolean;
|
195
196
|
modelValue: boolean;
|
196
197
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
197
198
|
updateLocation: (e?: Event) => void;
|
@@ -205,7 +206,6 @@ declare const VDialog: {
|
|
205
206
|
closeOnBack: boolean;
|
206
207
|
contained: boolean;
|
207
208
|
noClickAnimation: boolean;
|
208
|
-
persistent: boolean;
|
209
209
|
scrim: string | boolean;
|
210
210
|
_disableGlobalStack: boolean;
|
211
211
|
}> & Omit<{
|
@@ -219,6 +219,7 @@ declare const VDialog: {
|
|
219
219
|
style: vue.StyleValue;
|
220
220
|
eager: boolean;
|
221
221
|
disabled: boolean;
|
222
|
+
persistent: boolean;
|
222
223
|
modelValue: boolean;
|
223
224
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
224
225
|
updateLocation: (e?: Event) => void;
|
@@ -230,7 +231,6 @@ declare const VDialog: {
|
|
230
231
|
closeOnBack: boolean;
|
231
232
|
contained: boolean;
|
232
233
|
noClickAnimation: boolean;
|
233
|
-
persistent: boolean;
|
234
234
|
scrim: string | boolean;
|
235
235
|
_disableGlobalStack: boolean;
|
236
236
|
offset?: string | number | number[] | undefined;
|
@@ -245,9 +245,9 @@ declare const VDialog: {
|
|
245
245
|
class?: any;
|
246
246
|
theme?: string | undefined;
|
247
247
|
contentClass?: any;
|
248
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
249
248
|
closeDelay?: string | number | undefined;
|
250
249
|
openDelay?: string | number | undefined;
|
250
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
251
251
|
openOnClick?: boolean | undefined;
|
252
252
|
openOnFocus?: boolean | undefined;
|
253
253
|
contentProps?: any;
|
@@ -297,6 +297,7 @@ declare const VDialog: {
|
|
297
297
|
style: vue.StyleValue;
|
298
298
|
eager: boolean;
|
299
299
|
disabled: boolean;
|
300
|
+
persistent: boolean;
|
300
301
|
modelValue: boolean;
|
301
302
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
302
303
|
updateLocation: (e?: Event) => void;
|
@@ -308,7 +309,6 @@ declare const VDialog: {
|
|
308
309
|
closeOnBack: boolean;
|
309
310
|
contained: boolean;
|
310
311
|
noClickAnimation: boolean;
|
311
|
-
persistent: boolean;
|
312
312
|
scrim: string | boolean;
|
313
313
|
_disableGlobalStack: boolean;
|
314
314
|
} & {
|
@@ -324,9 +324,9 @@ declare const VDialog: {
|
|
324
324
|
class?: any;
|
325
325
|
theme?: string | undefined;
|
326
326
|
contentClass?: any;
|
327
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
328
327
|
closeDelay?: string | number | undefined;
|
329
328
|
openDelay?: string | number | undefined;
|
329
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
330
330
|
openOnClick?: boolean | undefined;
|
331
331
|
openOnFocus?: boolean | undefined;
|
332
332
|
contentProps?: any;
|
@@ -368,7 +368,7 @@ declare const VDialog: {
|
|
368
368
|
onAfterLeave?: (() => any) | undefined;
|
369
369
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
370
370
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
371
|
-
}, "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">;
|
372
372
|
$attrs: {
|
373
373
|
[x: string]: unknown;
|
374
374
|
};
|
@@ -387,7 +387,7 @@ declare const VDialog: {
|
|
387
387
|
}>;
|
388
388
|
$root: vue.ComponentPublicInstance | null;
|
389
389
|
$parent: vue.ComponentPublicInstance | null;
|
390
|
-
$emit: ((event: "
|
390
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
391
391
|
$el: any;
|
392
392
|
$options: vue.ComponentOptionsBase<{
|
393
393
|
absolute: boolean;
|
@@ -400,6 +400,7 @@ declare const VDialog: {
|
|
400
400
|
style: vue.StyleValue;
|
401
401
|
eager: boolean;
|
402
402
|
disabled: boolean;
|
403
|
+
persistent: boolean;
|
403
404
|
modelValue: boolean;
|
404
405
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
405
406
|
updateLocation: (e?: Event) => void;
|
@@ -411,7 +412,6 @@ declare const VDialog: {
|
|
411
412
|
closeOnBack: boolean;
|
412
413
|
contained: boolean;
|
413
414
|
noClickAnimation: boolean;
|
414
|
-
persistent: boolean;
|
415
415
|
scrim: string | boolean;
|
416
416
|
_disableGlobalStack: boolean;
|
417
417
|
} & {
|
@@ -427,9 +427,9 @@ declare const VDialog: {
|
|
427
427
|
class?: any;
|
428
428
|
theme?: string | undefined;
|
429
429
|
contentClass?: any;
|
430
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
431
430
|
closeDelay?: string | number | undefined;
|
432
431
|
openDelay?: string | number | undefined;
|
432
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
433
433
|
openOnClick?: boolean | undefined;
|
434
434
|
openOnFocus?: boolean | undefined;
|
435
435
|
contentProps?: any;
|
@@ -496,6 +496,7 @@ declare const VDialog: {
|
|
496
496
|
style: vue.StyleValue;
|
497
497
|
eager: boolean;
|
498
498
|
disabled: boolean;
|
499
|
+
persistent: boolean;
|
499
500
|
modelValue: boolean;
|
500
501
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
501
502
|
updateLocation: (e?: Event) => void;
|
@@ -509,7 +510,6 @@ declare const VDialog: {
|
|
509
510
|
closeOnBack: boolean;
|
510
511
|
contained: boolean;
|
511
512
|
noClickAnimation: boolean;
|
512
|
-
persistent: boolean;
|
513
513
|
scrim: string | boolean;
|
514
514
|
_disableGlobalStack: boolean;
|
515
515
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -552,6 +552,7 @@ declare const VDialog: {
|
|
552
552
|
style: vue.StyleValue;
|
553
553
|
eager: boolean;
|
554
554
|
disabled: boolean;
|
555
|
+
persistent: boolean;
|
555
556
|
modelValue: boolean;
|
556
557
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
557
558
|
updateLocation: (e?: Event) => void;
|
@@ -563,7 +564,6 @@ declare const VDialog: {
|
|
563
564
|
closeOnBack: boolean;
|
564
565
|
contained: boolean;
|
565
566
|
noClickAnimation: boolean;
|
566
|
-
persistent: boolean;
|
567
567
|
scrim: string | boolean;
|
568
568
|
_disableGlobalStack: boolean;
|
569
569
|
} & {
|
@@ -579,9 +579,9 @@ declare const VDialog: {
|
|
579
579
|
class?: any;
|
580
580
|
theme?: string | undefined;
|
581
581
|
contentClass?: any;
|
582
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
583
582
|
closeDelay?: string | number | undefined;
|
584
583
|
openDelay?: string | number | undefined;
|
584
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
585
585
|
openOnClick?: boolean | undefined;
|
586
586
|
openOnFocus?: boolean | undefined;
|
587
587
|
contentProps?: any;
|
@@ -632,7 +632,7 @@ declare const VDialog: {
|
|
632
632
|
globalTop: Readonly<vue.Ref<boolean>>;
|
633
633
|
localTop: vue.ComputedRef<boolean>;
|
634
634
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
635
|
-
}> & {} & 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
636
|
_allExposed: {
|
637
637
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
638
638
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -660,6 +660,7 @@ declare const VDialog: {
|
|
660
660
|
style: vue.StyleValue;
|
661
661
|
eager: boolean;
|
662
662
|
disabled: boolean;
|
663
|
+
persistent: boolean;
|
663
664
|
modelValue: boolean;
|
664
665
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
665
666
|
updateLocation: (e?: Event) => void;
|
@@ -671,7 +672,6 @@ declare const VDialog: {
|
|
671
672
|
closeOnBack: boolean;
|
672
673
|
contained: boolean;
|
673
674
|
noClickAnimation: boolean;
|
674
|
-
persistent: boolean;
|
675
675
|
scrim: string | boolean;
|
676
676
|
fullscreen: boolean;
|
677
677
|
retainFocus: boolean;
|
@@ -689,9 +689,9 @@ declare const VDialog: {
|
|
689
689
|
class?: any;
|
690
690
|
theme?: string | undefined;
|
691
691
|
contentClass?: any;
|
692
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
693
692
|
closeDelay?: string | number | undefined;
|
694
693
|
openDelay?: string | number | undefined;
|
694
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
695
695
|
openOnClick?: boolean | undefined;
|
696
696
|
openOnFocus?: boolean | undefined;
|
697
697
|
contentProps?: any;
|
@@ -745,6 +745,7 @@ declare const VDialog: {
|
|
745
745
|
style: vue.StyleValue;
|
746
746
|
eager: boolean;
|
747
747
|
disabled: boolean;
|
748
|
+
persistent: boolean;
|
748
749
|
modelValue: boolean;
|
749
750
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
750
751
|
updateLocation: (e?: Event) => void;
|
@@ -758,7 +759,6 @@ declare const VDialog: {
|
|
758
759
|
closeOnBack: boolean;
|
759
760
|
contained: boolean;
|
760
761
|
noClickAnimation: boolean;
|
761
|
-
persistent: boolean;
|
762
762
|
scrim: string | boolean;
|
763
763
|
fullscreen: boolean;
|
764
764
|
retainFocus: boolean;
|
@@ -792,6 +792,7 @@ declare const VDialog: {
|
|
792
792
|
style: vue.StyleValue;
|
793
793
|
eager: boolean;
|
794
794
|
disabled: boolean;
|
795
|
+
persistent: boolean;
|
795
796
|
modelValue: boolean;
|
796
797
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
797
798
|
updateLocation: (e?: Event) => void;
|
@@ -803,7 +804,6 @@ declare const VDialog: {
|
|
803
804
|
closeOnBack: boolean;
|
804
805
|
contained: boolean;
|
805
806
|
noClickAnimation: boolean;
|
806
|
-
persistent: boolean;
|
807
807
|
scrim: string | boolean;
|
808
808
|
fullscreen: boolean;
|
809
809
|
retainFocus: boolean;
|
@@ -821,9 +821,9 @@ declare const VDialog: {
|
|
821
821
|
class?: any;
|
822
822
|
theme?: string | undefined;
|
823
823
|
contentClass?: any;
|
824
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
825
824
|
closeDelay?: string | number | undefined;
|
826
825
|
openDelay?: string | number | undefined;
|
826
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
827
827
|
openOnClick?: boolean | undefined;
|
828
828
|
openOnFocus?: boolean | undefined;
|
829
829
|
contentProps?: any;
|
@@ -878,6 +878,7 @@ declare const VDialog: {
|
|
878
878
|
style: vue.StyleValue;
|
879
879
|
eager: boolean;
|
880
880
|
disabled: boolean;
|
881
|
+
persistent: boolean;
|
881
882
|
modelValue: boolean;
|
882
883
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
883
884
|
updateLocation: (e?: Event) => void;
|
@@ -891,7 +892,6 @@ declare const VDialog: {
|
|
891
892
|
closeOnBack: boolean;
|
892
893
|
contained: boolean;
|
893
894
|
noClickAnimation: boolean;
|
894
|
-
persistent: boolean;
|
895
895
|
scrim: string | boolean;
|
896
896
|
_disableGlobalStack: boolean;
|
897
897
|
}> & Omit<{
|
@@ -905,6 +905,7 @@ declare const VDialog: {
|
|
905
905
|
style: vue.StyleValue;
|
906
906
|
eager: boolean;
|
907
907
|
disabled: boolean;
|
908
|
+
persistent: boolean;
|
908
909
|
modelValue: boolean;
|
909
910
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
910
911
|
updateLocation: (e?: Event) => void;
|
@@ -916,7 +917,6 @@ declare const VDialog: {
|
|
916
917
|
closeOnBack: boolean;
|
917
918
|
contained: boolean;
|
918
919
|
noClickAnimation: boolean;
|
919
|
-
persistent: boolean;
|
920
920
|
scrim: string | boolean;
|
921
921
|
_disableGlobalStack: boolean;
|
922
922
|
offset?: string | number | number[] | undefined;
|
@@ -931,9 +931,9 @@ declare const VDialog: {
|
|
931
931
|
class?: any;
|
932
932
|
theme?: string | undefined;
|
933
933
|
contentClass?: any;
|
934
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
935
934
|
closeDelay?: string | number | undefined;
|
936
935
|
openDelay?: string | number | undefined;
|
936
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
937
937
|
openOnClick?: boolean | undefined;
|
938
938
|
openOnFocus?: boolean | undefined;
|
939
939
|
contentProps?: any;
|
@@ -983,6 +983,7 @@ declare const VDialog: {
|
|
983
983
|
style: vue.StyleValue;
|
984
984
|
eager: boolean;
|
985
985
|
disabled: boolean;
|
986
|
+
persistent: boolean;
|
986
987
|
modelValue: boolean;
|
987
988
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
988
989
|
updateLocation: (e?: Event) => void;
|
@@ -994,7 +995,6 @@ declare const VDialog: {
|
|
994
995
|
closeOnBack: boolean;
|
995
996
|
contained: boolean;
|
996
997
|
noClickAnimation: boolean;
|
997
|
-
persistent: boolean;
|
998
998
|
scrim: string | boolean;
|
999
999
|
_disableGlobalStack: boolean;
|
1000
1000
|
} & {
|
@@ -1010,9 +1010,9 @@ declare const VDialog: {
|
|
1010
1010
|
class?: any;
|
1011
1011
|
theme?: string | undefined;
|
1012
1012
|
contentClass?: any;
|
1013
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1014
1013
|
closeDelay?: string | number | undefined;
|
1015
1014
|
openDelay?: string | number | undefined;
|
1015
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1016
1016
|
openOnClick?: boolean | undefined;
|
1017
1017
|
openOnFocus?: boolean | undefined;
|
1018
1018
|
contentProps?: any;
|
@@ -1054,7 +1054,7 @@ declare const VDialog: {
|
|
1054
1054
|
onAfterLeave?: (() => any) | undefined;
|
1055
1055
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1056
1056
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1057
|
-
}, "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">;
|
1058
1058
|
$attrs: {
|
1059
1059
|
[x: string]: unknown;
|
1060
1060
|
};
|
@@ -1073,7 +1073,7 @@ declare const VDialog: {
|
|
1073
1073
|
}>;
|
1074
1074
|
$root: vue.ComponentPublicInstance | null;
|
1075
1075
|
$parent: vue.ComponentPublicInstance | null;
|
1076
|
-
$emit: ((event: "
|
1076
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1077
1077
|
$el: any;
|
1078
1078
|
$options: vue.ComponentOptionsBase<{
|
1079
1079
|
absolute: boolean;
|
@@ -1086,6 +1086,7 @@ declare const VDialog: {
|
|
1086
1086
|
style: vue.StyleValue;
|
1087
1087
|
eager: boolean;
|
1088
1088
|
disabled: boolean;
|
1089
|
+
persistent: boolean;
|
1089
1090
|
modelValue: boolean;
|
1090
1091
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1091
1092
|
updateLocation: (e?: Event) => void;
|
@@ -1097,7 +1098,6 @@ declare const VDialog: {
|
|
1097
1098
|
closeOnBack: boolean;
|
1098
1099
|
contained: boolean;
|
1099
1100
|
noClickAnimation: boolean;
|
1100
|
-
persistent: boolean;
|
1101
1101
|
scrim: string | boolean;
|
1102
1102
|
_disableGlobalStack: boolean;
|
1103
1103
|
} & {
|
@@ -1113,9 +1113,9 @@ declare const VDialog: {
|
|
1113
1113
|
class?: any;
|
1114
1114
|
theme?: string | undefined;
|
1115
1115
|
contentClass?: any;
|
1116
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1117
1116
|
closeDelay?: string | number | undefined;
|
1118
1117
|
openDelay?: string | number | undefined;
|
1118
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1119
1119
|
openOnClick?: boolean | undefined;
|
1120
1120
|
openOnFocus?: boolean | undefined;
|
1121
1121
|
contentProps?: any;
|
@@ -1182,6 +1182,7 @@ declare const VDialog: {
|
|
1182
1182
|
style: vue.StyleValue;
|
1183
1183
|
eager: boolean;
|
1184
1184
|
disabled: boolean;
|
1185
|
+
persistent: boolean;
|
1185
1186
|
modelValue: boolean;
|
1186
1187
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1187
1188
|
updateLocation: (e?: Event) => void;
|
@@ -1195,7 +1196,6 @@ declare const VDialog: {
|
|
1195
1196
|
closeOnBack: boolean;
|
1196
1197
|
contained: boolean;
|
1197
1198
|
noClickAnimation: boolean;
|
1198
|
-
persistent: boolean;
|
1199
1199
|
scrim: string | boolean;
|
1200
1200
|
_disableGlobalStack: boolean;
|
1201
1201
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1238,6 +1238,7 @@ declare const VDialog: {
|
|
1238
1238
|
style: vue.StyleValue;
|
1239
1239
|
eager: boolean;
|
1240
1240
|
disabled: boolean;
|
1241
|
+
persistent: boolean;
|
1241
1242
|
modelValue: boolean;
|
1242
1243
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1243
1244
|
updateLocation: (e?: Event) => void;
|
@@ -1249,7 +1250,6 @@ declare const VDialog: {
|
|
1249
1250
|
closeOnBack: boolean;
|
1250
1251
|
contained: boolean;
|
1251
1252
|
noClickAnimation: boolean;
|
1252
|
-
persistent: boolean;
|
1253
1253
|
scrim: string | boolean;
|
1254
1254
|
_disableGlobalStack: boolean;
|
1255
1255
|
} & {
|
@@ -1265,9 +1265,9 @@ declare const VDialog: {
|
|
1265
1265
|
class?: any;
|
1266
1266
|
theme?: string | undefined;
|
1267
1267
|
contentClass?: any;
|
1268
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1269
1268
|
closeDelay?: string | number | undefined;
|
1270
1269
|
openDelay?: string | number | undefined;
|
1270
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1271
1271
|
openOnClick?: boolean | undefined;
|
1272
1272
|
openOnFocus?: boolean | undefined;
|
1273
1273
|
contentProps?: any;
|
@@ -1318,7 +1318,7 @@ declare const VDialog: {
|
|
1318
1318
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1319
1319
|
localTop: vue.ComputedRef<boolean>;
|
1320
1320
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1321
|
-
}> & {} & 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
1322
|
_allExposed: {
|
1323
1323
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1324
1324
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1342,6 +1342,7 @@ declare const VDialog: {
|
|
1342
1342
|
style: vue.StyleValue;
|
1343
1343
|
eager: boolean;
|
1344
1344
|
disabled: boolean;
|
1345
|
+
persistent: boolean;
|
1345
1346
|
modelValue: boolean;
|
1346
1347
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1347
1348
|
updateLocation: (e?: Event) => void;
|
@@ -1355,7 +1356,6 @@ declare const VDialog: {
|
|
1355
1356
|
closeOnBack: boolean;
|
1356
1357
|
contained: boolean;
|
1357
1358
|
noClickAnimation: boolean;
|
1358
|
-
persistent: boolean;
|
1359
1359
|
scrim: string | boolean;
|
1360
1360
|
fullscreen: boolean;
|
1361
1361
|
retainFocus: boolean;
|
@@ -1377,6 +1377,7 @@ declare const VDialog: {
|
|
1377
1377
|
style: vue.StyleValue;
|
1378
1378
|
eager: boolean;
|
1379
1379
|
disabled: boolean;
|
1380
|
+
persistent: boolean;
|
1380
1381
|
modelValue: boolean;
|
1381
1382
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1382
1383
|
updateLocation: (e?: Event) => void;
|
@@ -1388,7 +1389,6 @@ declare const VDialog: {
|
|
1388
1389
|
closeOnBack: boolean;
|
1389
1390
|
contained: boolean;
|
1390
1391
|
noClickAnimation: boolean;
|
1391
|
-
persistent: boolean;
|
1392
1392
|
scrim: string | boolean;
|
1393
1393
|
fullscreen: boolean;
|
1394
1394
|
retainFocus: boolean;
|
@@ -1406,9 +1406,9 @@ declare const VDialog: {
|
|
1406
1406
|
class?: any;
|
1407
1407
|
theme?: string | undefined;
|
1408
1408
|
contentClass?: any;
|
1409
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1410
1409
|
closeDelay?: string | number | undefined;
|
1411
1410
|
openDelay?: string | number | undefined;
|
1411
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1412
1412
|
openOnClick?: boolean | undefined;
|
1413
1413
|
openOnFocus?: boolean | undefined;
|
1414
1414
|
contentProps?: any;
|
@@ -1463,6 +1463,7 @@ declare const VDialog: {
|
|
1463
1463
|
style: vue.StyleValue;
|
1464
1464
|
eager: boolean;
|
1465
1465
|
disabled: boolean;
|
1466
|
+
persistent: boolean;
|
1466
1467
|
modelValue: boolean;
|
1467
1468
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1468
1469
|
updateLocation: (e?: Event) => void;
|
@@ -1476,7 +1477,6 @@ declare const VDialog: {
|
|
1476
1477
|
closeOnBack: boolean;
|
1477
1478
|
contained: boolean;
|
1478
1479
|
noClickAnimation: boolean;
|
1479
|
-
persistent: boolean;
|
1480
1480
|
scrim: string | boolean;
|
1481
1481
|
_disableGlobalStack: boolean;
|
1482
1482
|
}> & Omit<{
|
@@ -1490,6 +1490,7 @@ declare const VDialog: {
|
|
1490
1490
|
style: vue.StyleValue;
|
1491
1491
|
eager: boolean;
|
1492
1492
|
disabled: boolean;
|
1493
|
+
persistent: boolean;
|
1493
1494
|
modelValue: boolean;
|
1494
1495
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1495
1496
|
updateLocation: (e?: Event) => void;
|
@@ -1501,7 +1502,6 @@ declare const VDialog: {
|
|
1501
1502
|
closeOnBack: boolean;
|
1502
1503
|
contained: boolean;
|
1503
1504
|
noClickAnimation: boolean;
|
1504
|
-
persistent: boolean;
|
1505
1505
|
scrim: string | boolean;
|
1506
1506
|
_disableGlobalStack: boolean;
|
1507
1507
|
offset?: string | number | number[] | undefined;
|
@@ -1516,9 +1516,9 @@ declare const VDialog: {
|
|
1516
1516
|
class?: any;
|
1517
1517
|
theme?: string | undefined;
|
1518
1518
|
contentClass?: any;
|
1519
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1520
1519
|
closeDelay?: string | number | undefined;
|
1521
1520
|
openDelay?: string | number | undefined;
|
1521
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1522
1522
|
openOnClick?: boolean | undefined;
|
1523
1523
|
openOnFocus?: boolean | undefined;
|
1524
1524
|
contentProps?: any;
|
@@ -1568,6 +1568,7 @@ declare const VDialog: {
|
|
1568
1568
|
style: vue.StyleValue;
|
1569
1569
|
eager: boolean;
|
1570
1570
|
disabled: boolean;
|
1571
|
+
persistent: boolean;
|
1571
1572
|
modelValue: boolean;
|
1572
1573
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1573
1574
|
updateLocation: (e?: Event) => void;
|
@@ -1579,7 +1580,6 @@ declare const VDialog: {
|
|
1579
1580
|
closeOnBack: boolean;
|
1580
1581
|
contained: boolean;
|
1581
1582
|
noClickAnimation: boolean;
|
1582
|
-
persistent: boolean;
|
1583
1583
|
scrim: string | boolean;
|
1584
1584
|
_disableGlobalStack: boolean;
|
1585
1585
|
} & {
|
@@ -1595,9 +1595,9 @@ declare const VDialog: {
|
|
1595
1595
|
class?: any;
|
1596
1596
|
theme?: string | undefined;
|
1597
1597
|
contentClass?: any;
|
1598
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1599
1598
|
closeDelay?: string | number | undefined;
|
1600
1599
|
openDelay?: string | number | undefined;
|
1600
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1601
1601
|
openOnClick?: boolean | undefined;
|
1602
1602
|
openOnFocus?: boolean | undefined;
|
1603
1603
|
contentProps?: any;
|
@@ -1639,7 +1639,7 @@ declare const VDialog: {
|
|
1639
1639
|
onAfterLeave?: (() => any) | undefined;
|
1640
1640
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1641
1641
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1642
|
-
}, "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">;
|
1643
1643
|
$attrs: {
|
1644
1644
|
[x: string]: unknown;
|
1645
1645
|
};
|
@@ -1658,7 +1658,7 @@ declare const VDialog: {
|
|
1658
1658
|
}>;
|
1659
1659
|
$root: vue.ComponentPublicInstance | null;
|
1660
1660
|
$parent: vue.ComponentPublicInstance | null;
|
1661
|
-
$emit: ((event: "
|
1661
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1662
1662
|
$el: any;
|
1663
1663
|
$options: vue.ComponentOptionsBase<{
|
1664
1664
|
absolute: boolean;
|
@@ -1671,6 +1671,7 @@ declare const VDialog: {
|
|
1671
1671
|
style: vue.StyleValue;
|
1672
1672
|
eager: boolean;
|
1673
1673
|
disabled: boolean;
|
1674
|
+
persistent: boolean;
|
1674
1675
|
modelValue: boolean;
|
1675
1676
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1676
1677
|
updateLocation: (e?: Event) => void;
|
@@ -1682,7 +1683,6 @@ declare const VDialog: {
|
|
1682
1683
|
closeOnBack: boolean;
|
1683
1684
|
contained: boolean;
|
1684
1685
|
noClickAnimation: boolean;
|
1685
|
-
persistent: boolean;
|
1686
1686
|
scrim: string | boolean;
|
1687
1687
|
_disableGlobalStack: boolean;
|
1688
1688
|
} & {
|
@@ -1698,9 +1698,9 @@ declare const VDialog: {
|
|
1698
1698
|
class?: any;
|
1699
1699
|
theme?: string | undefined;
|
1700
1700
|
contentClass?: any;
|
1701
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1702
1701
|
closeDelay?: string | number | undefined;
|
1703
1702
|
openDelay?: string | number | undefined;
|
1703
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1704
1704
|
openOnClick?: boolean | undefined;
|
1705
1705
|
openOnFocus?: boolean | undefined;
|
1706
1706
|
contentProps?: any;
|
@@ -1767,6 +1767,7 @@ declare const VDialog: {
|
|
1767
1767
|
style: vue.StyleValue;
|
1768
1768
|
eager: boolean;
|
1769
1769
|
disabled: boolean;
|
1770
|
+
persistent: boolean;
|
1770
1771
|
modelValue: boolean;
|
1771
1772
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1772
1773
|
updateLocation: (e?: Event) => void;
|
@@ -1780,7 +1781,6 @@ declare const VDialog: {
|
|
1780
1781
|
closeOnBack: boolean;
|
1781
1782
|
contained: boolean;
|
1782
1783
|
noClickAnimation: boolean;
|
1783
|
-
persistent: boolean;
|
1784
1784
|
scrim: string | boolean;
|
1785
1785
|
_disableGlobalStack: boolean;
|
1786
1786
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1823,6 +1823,7 @@ declare const VDialog: {
|
|
1823
1823
|
style: vue.StyleValue;
|
1824
1824
|
eager: boolean;
|
1825
1825
|
disabled: boolean;
|
1826
|
+
persistent: boolean;
|
1826
1827
|
modelValue: boolean;
|
1827
1828
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1828
1829
|
updateLocation: (e?: Event) => void;
|
@@ -1834,7 +1835,6 @@ declare const VDialog: {
|
|
1834
1835
|
closeOnBack: boolean;
|
1835
1836
|
contained: boolean;
|
1836
1837
|
noClickAnimation: boolean;
|
1837
|
-
persistent: boolean;
|
1838
1838
|
scrim: string | boolean;
|
1839
1839
|
_disableGlobalStack: boolean;
|
1840
1840
|
} & {
|
@@ -1850,9 +1850,9 @@ declare const VDialog: {
|
|
1850
1850
|
class?: any;
|
1851
1851
|
theme?: string | undefined;
|
1852
1852
|
contentClass?: any;
|
1853
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1854
1853
|
closeDelay?: string | number | undefined;
|
1855
1854
|
openDelay?: string | number | undefined;
|
1855
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1856
1856
|
openOnClick?: boolean | undefined;
|
1857
1857
|
openOnFocus?: boolean | undefined;
|
1858
1858
|
contentProps?: any;
|
@@ -1903,7 +1903,7 @@ declare const VDialog: {
|
|
1903
1903
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1904
1904
|
localTop: vue.ComputedRef<boolean>;
|
1905
1905
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1906
|
-
}> & {} & 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
1907
|
_allExposed: {
|
1908
1908
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1909
1909
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1931,6 +1931,7 @@ declare const VDialog: {
|
|
1931
1931
|
style: vue.StyleValue;
|
1932
1932
|
eager: boolean;
|
1933
1933
|
disabled: boolean;
|
1934
|
+
persistent: boolean;
|
1934
1935
|
modelValue: boolean;
|
1935
1936
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1936
1937
|
updateLocation: (e?: Event) => void;
|
@@ -1944,7 +1945,6 @@ declare const VDialog: {
|
|
1944
1945
|
closeOnBack: boolean;
|
1945
1946
|
contained: boolean;
|
1946
1947
|
noClickAnimation: boolean;
|
1947
|
-
persistent: boolean;
|
1948
1948
|
scrim: string | boolean;
|
1949
1949
|
fullscreen: boolean;
|
1950
1950
|
retainFocus: boolean;
|