@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -92,23 +92,23 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
|
|
92
92
|
|
93
93
|
declare const VDialog: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
style: vue.StyleValue;
|
96
|
-
disabled: boolean;
|
97
95
|
absolute: boolean;
|
96
|
+
location: Anchor;
|
97
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
98
98
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
99
99
|
component?: Component | undefined;
|
100
100
|
})> | {
|
101
101
|
component: Component;
|
102
102
|
};
|
103
103
|
zIndex: NonNullable<string | number>;
|
104
|
+
style: vue.StyleValue;
|
104
105
|
eager: boolean;
|
106
|
+
disabled: boolean;
|
105
107
|
modelValue: boolean;
|
106
|
-
|
107
|
-
location: Anchor;
|
108
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
108
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
109
109
|
updateLocation: (e?: Event | undefined) => void;
|
110
|
-
} | undefined)
|
111
|
-
scrollStrategy: NonNullable<"
|
110
|
+
} | undefined);
|
111
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
112
112
|
activatorProps: Record<string, any>;
|
113
113
|
openOnHover: boolean;
|
114
114
|
closeOnContentClick: boolean;
|
@@ -121,19 +121,19 @@ declare const VDialog: {
|
|
121
121
|
retainFocus: boolean;
|
122
122
|
scrollable: boolean;
|
123
123
|
} & {
|
124
|
-
class?: any;
|
125
|
-
width?: string | number | undefined;
|
126
|
-
height?: string | number | undefined;
|
127
|
-
theme?: string | undefined;
|
128
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
129
124
|
offset?: string | number | number[] | undefined;
|
130
|
-
|
131
|
-
|
125
|
+
height?: string | number | undefined;
|
126
|
+
width?: string | number | undefined;
|
132
127
|
maxHeight?: string | number | undefined;
|
133
128
|
maxWidth?: string | number | undefined;
|
134
129
|
minHeight?: string | number | undefined;
|
135
130
|
minWidth?: string | number | undefined;
|
136
|
-
|
131
|
+
opacity?: string | number | undefined;
|
132
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
133
|
+
class?: any;
|
134
|
+
theme?: string | undefined;
|
135
|
+
contentClass?: any;
|
136
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
137
137
|
closeDelay?: string | number | undefined;
|
138
138
|
openDelay?: string | number | undefined;
|
139
139
|
openOnClick?: boolean | undefined;
|
@@ -173,27 +173,27 @@ declare const VDialog: {
|
|
173
173
|
targetRef: TemplateRef;
|
174
174
|
}) => vue.VNodeChild) | undefined;
|
175
175
|
} & {
|
176
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
177
176
|
onAfterLeave?: (() => any) | undefined;
|
177
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
178
178
|
}, Omit<Omit<{
|
179
179
|
$: vue.ComponentInternalInstance;
|
180
180
|
$data: {};
|
181
181
|
$props: Partial<{
|
182
|
-
style: vue.StyleValue;
|
183
|
-
disabled: boolean;
|
184
182
|
absolute: boolean;
|
183
|
+
location: Anchor;
|
184
|
+
origin: "auto" | Anchor | "overlap";
|
185
185
|
transition: string | boolean | (vue.TransitionProps & {
|
186
186
|
component?: Component | undefined;
|
187
187
|
});
|
188
188
|
zIndex: string | number;
|
189
|
+
style: vue.StyleValue;
|
189
190
|
eager: boolean;
|
191
|
+
disabled: boolean;
|
190
192
|
modelValue: boolean;
|
191
|
-
|
192
|
-
location: Anchor;
|
193
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
193
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
194
194
|
updateLocation: (e?: Event | undefined) => void;
|
195
|
-
} | undefined)
|
196
|
-
scrollStrategy: "
|
195
|
+
} | undefined);
|
196
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
197
197
|
activatorProps: Record<string, any>;
|
198
198
|
openOnClick: boolean;
|
199
199
|
openOnHover: boolean;
|
@@ -206,21 +206,21 @@ declare const VDialog: {
|
|
206
206
|
scrim: string | boolean;
|
207
207
|
_disableGlobalStack: boolean;
|
208
208
|
}> & Omit<{
|
209
|
-
style: vue.StyleValue;
|
210
|
-
disabled: boolean;
|
211
209
|
absolute: boolean;
|
210
|
+
location: Anchor;
|
211
|
+
origin: "auto" | Anchor | "overlap";
|
212
212
|
transition: string | boolean | (vue.TransitionProps & {
|
213
213
|
component?: Component | undefined;
|
214
214
|
});
|
215
215
|
zIndex: string | number;
|
216
|
+
style: vue.StyleValue;
|
216
217
|
eager: boolean;
|
218
|
+
disabled: boolean;
|
217
219
|
modelValue: boolean;
|
218
|
-
|
219
|
-
location: Anchor;
|
220
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
220
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
221
221
|
updateLocation: (e?: Event | undefined) => void;
|
222
|
-
} | undefined)
|
223
|
-
scrollStrategy: "
|
222
|
+
} | undefined);
|
223
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
224
224
|
activatorProps: Record<string, any>;
|
225
225
|
openOnHover: boolean;
|
226
226
|
closeOnContentClick: boolean;
|
@@ -230,19 +230,19 @@ declare const VDialog: {
|
|
230
230
|
persistent: boolean;
|
231
231
|
scrim: string | boolean;
|
232
232
|
_disableGlobalStack: boolean;
|
233
|
-
class?: any;
|
234
|
-
width?: string | number | undefined;
|
235
|
-
height?: string | number | undefined;
|
236
|
-
theme?: string | undefined;
|
237
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
238
233
|
offset?: string | number | number[] | undefined;
|
239
|
-
|
240
|
-
|
234
|
+
height?: string | number | undefined;
|
235
|
+
width?: string | number | undefined;
|
241
236
|
maxHeight?: string | number | undefined;
|
242
237
|
maxWidth?: string | number | undefined;
|
243
238
|
minHeight?: string | number | undefined;
|
244
239
|
minWidth?: string | number | undefined;
|
245
|
-
|
240
|
+
opacity?: string | number | undefined;
|
241
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
242
|
+
class?: any;
|
243
|
+
theme?: string | undefined;
|
244
|
+
contentClass?: any;
|
245
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
246
246
|
closeDelay?: string | number | undefined;
|
247
247
|
openDelay?: string | number | undefined;
|
248
248
|
openOnClick?: boolean | undefined;
|
@@ -279,26 +279,26 @@ declare const VDialog: {
|
|
279
279
|
props: Record<string, any>;
|
280
280
|
targetRef: TemplateRef;
|
281
281
|
}) => vue.VNodeChild) | undefined;
|
282
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
283
282
|
onAfterEnter?: (() => any) | undefined;
|
284
283
|
onAfterLeave?: (() => any) | undefined;
|
284
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
285
285
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
286
286
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
287
|
-
style: vue.StyleValue;
|
288
|
-
disabled: boolean;
|
289
287
|
absolute: boolean;
|
288
|
+
location: Anchor;
|
289
|
+
origin: "auto" | Anchor | "overlap";
|
290
290
|
transition: string | boolean | (vue.TransitionProps & {
|
291
291
|
component?: Component | undefined;
|
292
292
|
});
|
293
293
|
zIndex: string | number;
|
294
|
+
style: vue.StyleValue;
|
294
295
|
eager: boolean;
|
296
|
+
disabled: boolean;
|
295
297
|
modelValue: boolean;
|
296
|
-
|
297
|
-
location: Anchor;
|
298
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
298
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
299
299
|
updateLocation: (e?: Event | undefined) => void;
|
300
|
-
} | undefined)
|
301
|
-
scrollStrategy: "
|
300
|
+
} | undefined);
|
301
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
302
302
|
activatorProps: Record<string, any>;
|
303
303
|
openOnHover: boolean;
|
304
304
|
closeOnContentClick: boolean;
|
@@ -309,19 +309,19 @@ declare const VDialog: {
|
|
309
309
|
scrim: string | boolean;
|
310
310
|
_disableGlobalStack: boolean;
|
311
311
|
} & {
|
312
|
-
class?: any;
|
313
|
-
width?: string | number | undefined;
|
314
|
-
height?: string | number | undefined;
|
315
|
-
theme?: string | undefined;
|
316
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
317
312
|
offset?: string | number | number[] | undefined;
|
318
|
-
|
319
|
-
|
313
|
+
height?: string | number | undefined;
|
314
|
+
width?: string | number | undefined;
|
320
315
|
maxHeight?: string | number | undefined;
|
321
316
|
maxWidth?: string | number | undefined;
|
322
317
|
minHeight?: string | number | undefined;
|
323
318
|
minWidth?: string | number | undefined;
|
324
|
-
|
319
|
+
opacity?: string | number | undefined;
|
320
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
321
|
+
class?: any;
|
322
|
+
theme?: string | undefined;
|
323
|
+
contentClass?: any;
|
324
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
325
325
|
closeDelay?: string | number | undefined;
|
326
326
|
openDelay?: string | number | undefined;
|
327
327
|
openOnClick?: boolean | undefined;
|
@@ -361,11 +361,11 @@ declare const VDialog: {
|
|
361
361
|
targetRef: TemplateRef;
|
362
362
|
}) => vue.VNodeChild) | undefined;
|
363
363
|
} & {
|
364
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
365
364
|
onAfterEnter?: (() => any) | undefined;
|
366
365
|
onAfterLeave?: (() => any) | undefined;
|
366
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
367
367
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
368
|
-
}, "
|
368
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
369
369
|
$attrs: {
|
370
370
|
[x: string]: unknown;
|
371
371
|
};
|
@@ -391,21 +391,21 @@ declare const VDialog: {
|
|
391
391
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
392
392
|
$el: any;
|
393
393
|
$options: vue.ComponentOptionsBase<{
|
394
|
-
style: vue.StyleValue;
|
395
|
-
disabled: boolean;
|
396
394
|
absolute: boolean;
|
395
|
+
location: Anchor;
|
396
|
+
origin: "auto" | Anchor | "overlap";
|
397
397
|
transition: string | boolean | (vue.TransitionProps & {
|
398
398
|
component?: Component | undefined;
|
399
399
|
});
|
400
400
|
zIndex: string | number;
|
401
|
+
style: vue.StyleValue;
|
401
402
|
eager: boolean;
|
403
|
+
disabled: boolean;
|
402
404
|
modelValue: boolean;
|
403
|
-
|
404
|
-
location: Anchor;
|
405
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
405
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
406
406
|
updateLocation: (e?: Event | undefined) => void;
|
407
|
-
} | undefined)
|
408
|
-
scrollStrategy: "
|
407
|
+
} | undefined);
|
408
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
409
409
|
activatorProps: Record<string, any>;
|
410
410
|
openOnHover: boolean;
|
411
411
|
closeOnContentClick: boolean;
|
@@ -416,19 +416,19 @@ declare const VDialog: {
|
|
416
416
|
scrim: string | boolean;
|
417
417
|
_disableGlobalStack: boolean;
|
418
418
|
} & {
|
419
|
-
class?: any;
|
420
|
-
width?: string | number | undefined;
|
421
|
-
height?: string | number | undefined;
|
422
|
-
theme?: string | undefined;
|
423
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
424
419
|
offset?: string | number | number[] | undefined;
|
425
|
-
|
426
|
-
|
420
|
+
height?: string | number | undefined;
|
421
|
+
width?: string | number | undefined;
|
427
422
|
maxHeight?: string | number | undefined;
|
428
423
|
maxWidth?: string | number | undefined;
|
429
424
|
minHeight?: string | number | undefined;
|
430
425
|
minWidth?: string | number | undefined;
|
431
|
-
|
426
|
+
opacity?: string | number | undefined;
|
427
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
428
|
+
class?: any;
|
429
|
+
theme?: string | undefined;
|
430
|
+
contentClass?: any;
|
431
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
432
432
|
closeDelay?: string | number | undefined;
|
433
433
|
openDelay?: string | number | undefined;
|
434
434
|
openOnClick?: boolean | undefined;
|
@@ -468,9 +468,9 @@ declare const VDialog: {
|
|
468
468
|
targetRef: TemplateRef;
|
469
469
|
}) => vue.VNodeChild) | undefined;
|
470
470
|
} & {
|
471
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
472
471
|
onAfterEnter?: (() => any) | undefined;
|
473
472
|
onAfterLeave?: (() => any) | undefined;
|
473
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
474
474
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
475
475
|
}, {
|
476
476
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -487,21 +487,21 @@ declare const VDialog: {
|
|
487
487
|
afterEnter: () => true;
|
488
488
|
afterLeave: () => true;
|
489
489
|
}, string, {
|
490
|
-
style: vue.StyleValue;
|
491
|
-
disabled: boolean;
|
492
490
|
absolute: boolean;
|
491
|
+
location: Anchor;
|
492
|
+
origin: "auto" | Anchor | "overlap";
|
493
493
|
transition: string | boolean | (vue.TransitionProps & {
|
494
494
|
component?: Component | undefined;
|
495
495
|
});
|
496
496
|
zIndex: string | number;
|
497
|
+
style: vue.StyleValue;
|
497
498
|
eager: boolean;
|
499
|
+
disabled: boolean;
|
498
500
|
modelValue: boolean;
|
499
|
-
|
500
|
-
location: Anchor;
|
501
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
501
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
502
502
|
updateLocation: (e?: Event | undefined) => void;
|
503
|
-
} | undefined)
|
504
|
-
scrollStrategy: "
|
503
|
+
} | undefined);
|
504
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
505
505
|
activatorProps: Record<string, any>;
|
506
506
|
openOnClick: boolean;
|
507
507
|
openOnHover: boolean;
|
@@ -547,21 +547,21 @@ declare const VDialog: {
|
|
547
547
|
$nextTick: typeof nextTick;
|
548
548
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
549
549
|
} & Omit<{
|
550
|
-
style: vue.StyleValue;
|
551
|
-
disabled: boolean;
|
552
550
|
absolute: boolean;
|
551
|
+
location: Anchor;
|
552
|
+
origin: "auto" | Anchor | "overlap";
|
553
553
|
transition: string | boolean | (vue.TransitionProps & {
|
554
554
|
component?: Component | undefined;
|
555
555
|
});
|
556
556
|
zIndex: string | number;
|
557
|
+
style: vue.StyleValue;
|
557
558
|
eager: boolean;
|
559
|
+
disabled: boolean;
|
558
560
|
modelValue: boolean;
|
559
|
-
|
560
|
-
location: Anchor;
|
561
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
561
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
562
562
|
updateLocation: (e?: Event | undefined) => void;
|
563
|
-
} | undefined)
|
564
|
-
scrollStrategy: "
|
563
|
+
} | undefined);
|
564
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
565
565
|
activatorProps: Record<string, any>;
|
566
566
|
openOnHover: boolean;
|
567
567
|
closeOnContentClick: boolean;
|
@@ -572,19 +572,19 @@ declare const VDialog: {
|
|
572
572
|
scrim: string | boolean;
|
573
573
|
_disableGlobalStack: boolean;
|
574
574
|
} & {
|
575
|
-
class?: any;
|
576
|
-
width?: string | number | undefined;
|
577
|
-
height?: string | number | undefined;
|
578
|
-
theme?: string | undefined;
|
579
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
580
575
|
offset?: string | number | number[] | undefined;
|
581
|
-
|
582
|
-
|
576
|
+
height?: string | number | undefined;
|
577
|
+
width?: string | number | undefined;
|
583
578
|
maxHeight?: string | number | undefined;
|
584
579
|
maxWidth?: string | number | undefined;
|
585
580
|
minHeight?: string | number | undefined;
|
586
581
|
minWidth?: string | number | undefined;
|
587
|
-
|
582
|
+
opacity?: string | number | undefined;
|
583
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
584
|
+
class?: any;
|
585
|
+
theme?: string | undefined;
|
586
|
+
contentClass?: any;
|
587
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
588
588
|
closeDelay?: string | number | undefined;
|
589
589
|
openDelay?: string | number | undefined;
|
590
590
|
openOnClick?: boolean | undefined;
|
@@ -624,9 +624,9 @@ declare const VDialog: {
|
|
624
624
|
targetRef: TemplateRef;
|
625
625
|
}) => vue.VNodeChild) | undefined;
|
626
626
|
} & {
|
627
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
628
627
|
onAfterEnter?: (() => any) | undefined;
|
629
628
|
onAfterLeave?: (() => any) | undefined;
|
629
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
630
630
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
631
631
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
632
632
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -637,27 +637,27 @@ declare const VDialog: {
|
|
637
637
|
globalTop: Readonly<vue.Ref<boolean>>;
|
638
638
|
localTop: vue.ComputedRef<boolean>;
|
639
639
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
640
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
640
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
641
641
|
'update:modelValue': (value: boolean) => true;
|
642
642
|
afterLeave: () => true;
|
643
643
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
644
|
-
style: vue.StyleValue;
|
645
|
-
disabled: boolean;
|
646
644
|
absolute: boolean;
|
645
|
+
location: Anchor;
|
646
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
647
647
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
648
648
|
component?: Component | undefined;
|
649
649
|
})> | {
|
650
650
|
component: Component;
|
651
651
|
};
|
652
652
|
zIndex: NonNullable<string | number>;
|
653
|
+
style: vue.StyleValue;
|
653
654
|
eager: boolean;
|
655
|
+
disabled: boolean;
|
654
656
|
modelValue: boolean;
|
655
|
-
|
656
|
-
location: Anchor;
|
657
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
657
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
658
658
|
updateLocation: (e?: Event | undefined) => void;
|
659
|
-
} | undefined)
|
660
|
-
scrollStrategy: NonNullable<"
|
659
|
+
} | undefined);
|
660
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
661
661
|
activatorProps: Record<string, any>;
|
662
662
|
openOnHover: boolean;
|
663
663
|
closeOnContentClick: boolean;
|
@@ -670,19 +670,19 @@ declare const VDialog: {
|
|
670
670
|
retainFocus: boolean;
|
671
671
|
scrollable: boolean;
|
672
672
|
} & {
|
673
|
-
class?: any;
|
674
|
-
width?: string | number | undefined;
|
675
|
-
height?: string | number | undefined;
|
676
|
-
theme?: string | undefined;
|
677
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
678
673
|
offset?: string | number | number[] | undefined;
|
679
|
-
|
680
|
-
|
674
|
+
height?: string | number | undefined;
|
675
|
+
width?: string | number | undefined;
|
681
676
|
maxHeight?: string | number | undefined;
|
682
677
|
maxWidth?: string | number | undefined;
|
683
678
|
minHeight?: string | number | undefined;
|
684
679
|
minWidth?: string | number | undefined;
|
685
|
-
|
680
|
+
opacity?: string | number | undefined;
|
681
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
682
|
+
class?: any;
|
683
|
+
theme?: string | undefined;
|
684
|
+
contentClass?: any;
|
685
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
686
686
|
closeDelay?: string | number | undefined;
|
687
687
|
openDelay?: string | number | undefined;
|
688
688
|
openOnClick?: boolean | undefined;
|
@@ -722,26 +722,26 @@ declare const VDialog: {
|
|
722
722
|
targetRef: TemplateRef;
|
723
723
|
}) => vue.VNodeChild) | undefined;
|
724
724
|
} & {
|
725
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
726
725
|
onAfterLeave?: (() => any) | undefined;
|
726
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
727
727
|
}, {
|
728
|
-
style: vue.StyleValue;
|
729
|
-
disabled: boolean;
|
730
728
|
absolute: boolean;
|
729
|
+
location: Anchor;
|
730
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
731
731
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
732
732
|
component?: Component | undefined;
|
733
733
|
})> | {
|
734
734
|
component: Component;
|
735
735
|
};
|
736
736
|
zIndex: NonNullable<string | number>;
|
737
|
+
style: vue.StyleValue;
|
737
738
|
eager: boolean;
|
739
|
+
disabled: boolean;
|
738
740
|
modelValue: boolean;
|
739
|
-
|
740
|
-
location: Anchor;
|
741
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
741
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
742
742
|
updateLocation: (e?: Event | undefined) => void;
|
743
|
-
} | undefined)
|
744
|
-
scrollStrategy: NonNullable<"
|
743
|
+
} | undefined);
|
744
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
745
745
|
activatorProps: Record<string, any>;
|
746
746
|
openOnClick: boolean;
|
747
747
|
openOnHover: boolean;
|
@@ -776,23 +776,23 @@ declare const VDialog: {
|
|
776
776
|
M: {};
|
777
777
|
Defaults: {};
|
778
778
|
}, {
|
779
|
-
style: vue.StyleValue;
|
780
|
-
disabled: boolean;
|
781
779
|
absolute: boolean;
|
780
|
+
location: Anchor;
|
781
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
782
782
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
783
783
|
component?: Component | undefined;
|
784
784
|
})> | {
|
785
785
|
component: Component;
|
786
786
|
};
|
787
787
|
zIndex: NonNullable<string | number>;
|
788
|
+
style: vue.StyleValue;
|
788
789
|
eager: boolean;
|
790
|
+
disabled: boolean;
|
789
791
|
modelValue: boolean;
|
790
|
-
|
791
|
-
location: Anchor;
|
792
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
792
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
793
793
|
updateLocation: (e?: Event | undefined) => void;
|
794
|
-
} | undefined)
|
795
|
-
scrollStrategy: NonNullable<"
|
794
|
+
} | undefined);
|
795
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
796
796
|
activatorProps: Record<string, any>;
|
797
797
|
openOnHover: boolean;
|
798
798
|
closeOnContentClick: boolean;
|
@@ -805,19 +805,19 @@ declare const VDialog: {
|
|
805
805
|
retainFocus: boolean;
|
806
806
|
scrollable: boolean;
|
807
807
|
} & {
|
808
|
-
class?: any;
|
809
|
-
width?: string | number | undefined;
|
810
|
-
height?: string | number | undefined;
|
811
|
-
theme?: string | undefined;
|
812
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
813
808
|
offset?: string | number | number[] | undefined;
|
814
|
-
|
815
|
-
|
809
|
+
height?: string | number | undefined;
|
810
|
+
width?: string | number | undefined;
|
816
811
|
maxHeight?: string | number | undefined;
|
817
812
|
maxWidth?: string | number | undefined;
|
818
813
|
minHeight?: string | number | undefined;
|
819
814
|
minWidth?: string | number | undefined;
|
820
|
-
|
815
|
+
opacity?: string | number | undefined;
|
816
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
817
|
+
class?: any;
|
818
|
+
theme?: string | undefined;
|
819
|
+
contentClass?: any;
|
820
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
821
821
|
closeDelay?: string | number | undefined;
|
822
822
|
openDelay?: string | number | undefined;
|
823
823
|
openOnClick?: boolean | undefined;
|
@@ -857,27 +857,27 @@ declare const VDialog: {
|
|
857
857
|
targetRef: TemplateRef;
|
858
858
|
}) => vue.VNodeChild) | undefined;
|
859
859
|
} & {
|
860
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
861
860
|
onAfterLeave?: (() => any) | undefined;
|
861
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
862
862
|
}, Omit<Omit<{
|
863
863
|
$: vue.ComponentInternalInstance;
|
864
864
|
$data: {};
|
865
865
|
$props: Partial<{
|
866
|
-
style: vue.StyleValue;
|
867
|
-
disabled: boolean;
|
868
866
|
absolute: boolean;
|
867
|
+
location: Anchor;
|
868
|
+
origin: "auto" | Anchor | "overlap";
|
869
869
|
transition: string | boolean | (vue.TransitionProps & {
|
870
870
|
component?: Component | undefined;
|
871
871
|
});
|
872
872
|
zIndex: string | number;
|
873
|
+
style: vue.StyleValue;
|
873
874
|
eager: boolean;
|
875
|
+
disabled: boolean;
|
874
876
|
modelValue: boolean;
|
875
|
-
|
876
|
-
location: Anchor;
|
877
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
877
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
878
878
|
updateLocation: (e?: Event | undefined) => void;
|
879
|
-
} | undefined)
|
880
|
-
scrollStrategy: "
|
879
|
+
} | undefined);
|
880
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
881
881
|
activatorProps: Record<string, any>;
|
882
882
|
openOnClick: boolean;
|
883
883
|
openOnHover: boolean;
|
@@ -890,21 +890,21 @@ declare const VDialog: {
|
|
890
890
|
scrim: string | boolean;
|
891
891
|
_disableGlobalStack: boolean;
|
892
892
|
}> & Omit<{
|
893
|
-
style: vue.StyleValue;
|
894
|
-
disabled: boolean;
|
895
893
|
absolute: boolean;
|
894
|
+
location: Anchor;
|
895
|
+
origin: "auto" | Anchor | "overlap";
|
896
896
|
transition: string | boolean | (vue.TransitionProps & {
|
897
897
|
component?: Component | undefined;
|
898
898
|
});
|
899
899
|
zIndex: string | number;
|
900
|
+
style: vue.StyleValue;
|
900
901
|
eager: boolean;
|
902
|
+
disabled: boolean;
|
901
903
|
modelValue: boolean;
|
902
|
-
|
903
|
-
location: Anchor;
|
904
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
904
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
905
905
|
updateLocation: (e?: Event | undefined) => void;
|
906
|
-
} | undefined)
|
907
|
-
scrollStrategy: "
|
906
|
+
} | undefined);
|
907
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
908
908
|
activatorProps: Record<string, any>;
|
909
909
|
openOnHover: boolean;
|
910
910
|
closeOnContentClick: boolean;
|
@@ -914,19 +914,19 @@ declare const VDialog: {
|
|
914
914
|
persistent: boolean;
|
915
915
|
scrim: string | boolean;
|
916
916
|
_disableGlobalStack: boolean;
|
917
|
-
class?: any;
|
918
|
-
width?: string | number | undefined;
|
919
|
-
height?: string | number | undefined;
|
920
|
-
theme?: string | undefined;
|
921
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
922
917
|
offset?: string | number | number[] | undefined;
|
923
|
-
|
924
|
-
|
918
|
+
height?: string | number | undefined;
|
919
|
+
width?: string | number | undefined;
|
925
920
|
maxHeight?: string | number | undefined;
|
926
921
|
maxWidth?: string | number | undefined;
|
927
922
|
minHeight?: string | number | undefined;
|
928
923
|
minWidth?: string | number | undefined;
|
929
|
-
|
924
|
+
opacity?: string | number | undefined;
|
925
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
926
|
+
class?: any;
|
927
|
+
theme?: string | undefined;
|
928
|
+
contentClass?: any;
|
929
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
930
930
|
closeDelay?: string | number | undefined;
|
931
931
|
openDelay?: string | number | undefined;
|
932
932
|
openOnClick?: boolean | undefined;
|
@@ -963,26 +963,26 @@ declare const VDialog: {
|
|
963
963
|
props: Record<string, any>;
|
964
964
|
targetRef: TemplateRef;
|
965
965
|
}) => vue.VNodeChild) | undefined;
|
966
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
967
966
|
onAfterEnter?: (() => any) | undefined;
|
968
967
|
onAfterLeave?: (() => any) | undefined;
|
968
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
969
969
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
970
970
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
971
|
-
style: vue.StyleValue;
|
972
|
-
disabled: boolean;
|
973
971
|
absolute: boolean;
|
972
|
+
location: Anchor;
|
973
|
+
origin: "auto" | Anchor | "overlap";
|
974
974
|
transition: string | boolean | (vue.TransitionProps & {
|
975
975
|
component?: Component | undefined;
|
976
976
|
});
|
977
977
|
zIndex: string | number;
|
978
|
+
style: vue.StyleValue;
|
978
979
|
eager: boolean;
|
980
|
+
disabled: boolean;
|
979
981
|
modelValue: boolean;
|
980
|
-
|
981
|
-
location: Anchor;
|
982
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
982
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
983
983
|
updateLocation: (e?: Event | undefined) => void;
|
984
|
-
} | undefined)
|
985
|
-
scrollStrategy: "
|
984
|
+
} | undefined);
|
985
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
986
986
|
activatorProps: Record<string, any>;
|
987
987
|
openOnHover: boolean;
|
988
988
|
closeOnContentClick: boolean;
|
@@ -993,19 +993,19 @@ declare const VDialog: {
|
|
993
993
|
scrim: string | boolean;
|
994
994
|
_disableGlobalStack: boolean;
|
995
995
|
} & {
|
996
|
-
class?: any;
|
997
|
-
width?: string | number | undefined;
|
998
|
-
height?: string | number | undefined;
|
999
|
-
theme?: string | undefined;
|
1000
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1001
996
|
offset?: string | number | number[] | undefined;
|
1002
|
-
|
1003
|
-
|
997
|
+
height?: string | number | undefined;
|
998
|
+
width?: string | number | undefined;
|
1004
999
|
maxHeight?: string | number | undefined;
|
1005
1000
|
maxWidth?: string | number | undefined;
|
1006
1001
|
minHeight?: string | number | undefined;
|
1007
1002
|
minWidth?: string | number | undefined;
|
1008
|
-
|
1003
|
+
opacity?: string | number | undefined;
|
1004
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1005
|
+
class?: any;
|
1006
|
+
theme?: string | undefined;
|
1007
|
+
contentClass?: any;
|
1008
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1009
1009
|
closeDelay?: string | number | undefined;
|
1010
1010
|
openDelay?: string | number | undefined;
|
1011
1011
|
openOnClick?: boolean | undefined;
|
@@ -1045,11 +1045,11 @@ declare const VDialog: {
|
|
1045
1045
|
targetRef: TemplateRef;
|
1046
1046
|
}) => vue.VNodeChild) | undefined;
|
1047
1047
|
} & {
|
1048
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1049
1048
|
onAfterEnter?: (() => any) | undefined;
|
1050
1049
|
onAfterLeave?: (() => any) | undefined;
|
1050
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1051
1051
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1052
|
-
}, "
|
1052
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1053
1053
|
$attrs: {
|
1054
1054
|
[x: string]: unknown;
|
1055
1055
|
};
|
@@ -1075,21 +1075,21 @@ declare const VDialog: {
|
|
1075
1075
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1076
1076
|
$el: any;
|
1077
1077
|
$options: vue.ComponentOptionsBase<{
|
1078
|
-
style: vue.StyleValue;
|
1079
|
-
disabled: boolean;
|
1080
1078
|
absolute: boolean;
|
1079
|
+
location: Anchor;
|
1080
|
+
origin: "auto" | Anchor | "overlap";
|
1081
1081
|
transition: string | boolean | (vue.TransitionProps & {
|
1082
1082
|
component?: Component | undefined;
|
1083
1083
|
});
|
1084
1084
|
zIndex: string | number;
|
1085
|
+
style: vue.StyleValue;
|
1085
1086
|
eager: boolean;
|
1087
|
+
disabled: boolean;
|
1086
1088
|
modelValue: boolean;
|
1087
|
-
|
1088
|
-
location: Anchor;
|
1089
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1089
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1090
1090
|
updateLocation: (e?: Event | undefined) => void;
|
1091
|
-
} | undefined)
|
1092
|
-
scrollStrategy: "
|
1091
|
+
} | undefined);
|
1092
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1093
1093
|
activatorProps: Record<string, any>;
|
1094
1094
|
openOnHover: boolean;
|
1095
1095
|
closeOnContentClick: boolean;
|
@@ -1100,19 +1100,19 @@ declare const VDialog: {
|
|
1100
1100
|
scrim: string | boolean;
|
1101
1101
|
_disableGlobalStack: boolean;
|
1102
1102
|
} & {
|
1103
|
-
class?: any;
|
1104
|
-
width?: string | number | undefined;
|
1105
|
-
height?: string | number | undefined;
|
1106
|
-
theme?: string | undefined;
|
1107
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1108
1103
|
offset?: string | number | number[] | undefined;
|
1109
|
-
|
1110
|
-
|
1104
|
+
height?: string | number | undefined;
|
1105
|
+
width?: string | number | undefined;
|
1111
1106
|
maxHeight?: string | number | undefined;
|
1112
1107
|
maxWidth?: string | number | undefined;
|
1113
1108
|
minHeight?: string | number | undefined;
|
1114
1109
|
minWidth?: string | number | undefined;
|
1115
|
-
|
1110
|
+
opacity?: string | number | undefined;
|
1111
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1112
|
+
class?: any;
|
1113
|
+
theme?: string | undefined;
|
1114
|
+
contentClass?: any;
|
1115
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1116
1116
|
closeDelay?: string | number | undefined;
|
1117
1117
|
openDelay?: string | number | undefined;
|
1118
1118
|
openOnClick?: boolean | undefined;
|
@@ -1152,9 +1152,9 @@ declare const VDialog: {
|
|
1152
1152
|
targetRef: TemplateRef;
|
1153
1153
|
}) => vue.VNodeChild) | undefined;
|
1154
1154
|
} & {
|
1155
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1156
1155
|
onAfterEnter?: (() => any) | undefined;
|
1157
1156
|
onAfterLeave?: (() => any) | undefined;
|
1157
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1158
1158
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1159
1159
|
}, {
|
1160
1160
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1171,21 +1171,21 @@ declare const VDialog: {
|
|
1171
1171
|
afterEnter: () => true;
|
1172
1172
|
afterLeave: () => true;
|
1173
1173
|
}, string, {
|
1174
|
-
style: vue.StyleValue;
|
1175
|
-
disabled: boolean;
|
1176
1174
|
absolute: boolean;
|
1175
|
+
location: Anchor;
|
1176
|
+
origin: "auto" | Anchor | "overlap";
|
1177
1177
|
transition: string | boolean | (vue.TransitionProps & {
|
1178
1178
|
component?: Component | undefined;
|
1179
1179
|
});
|
1180
1180
|
zIndex: string | number;
|
1181
|
+
style: vue.StyleValue;
|
1181
1182
|
eager: boolean;
|
1183
|
+
disabled: boolean;
|
1182
1184
|
modelValue: boolean;
|
1183
|
-
|
1184
|
-
location: Anchor;
|
1185
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1185
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1186
1186
|
updateLocation: (e?: Event | undefined) => void;
|
1187
|
-
} | undefined)
|
1188
|
-
scrollStrategy: "
|
1187
|
+
} | undefined);
|
1188
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1189
1189
|
activatorProps: Record<string, any>;
|
1190
1190
|
openOnClick: boolean;
|
1191
1191
|
openOnHover: boolean;
|
@@ -1231,21 +1231,21 @@ declare const VDialog: {
|
|
1231
1231
|
$nextTick: typeof nextTick;
|
1232
1232
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1233
1233
|
} & Omit<{
|
1234
|
-
style: vue.StyleValue;
|
1235
|
-
disabled: boolean;
|
1236
1234
|
absolute: boolean;
|
1235
|
+
location: Anchor;
|
1236
|
+
origin: "auto" | Anchor | "overlap";
|
1237
1237
|
transition: string | boolean | (vue.TransitionProps & {
|
1238
1238
|
component?: Component | undefined;
|
1239
1239
|
});
|
1240
1240
|
zIndex: string | number;
|
1241
|
+
style: vue.StyleValue;
|
1241
1242
|
eager: boolean;
|
1243
|
+
disabled: boolean;
|
1242
1244
|
modelValue: boolean;
|
1243
|
-
|
1244
|
-
location: Anchor;
|
1245
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1245
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1246
1246
|
updateLocation: (e?: Event | undefined) => void;
|
1247
|
-
} | undefined)
|
1248
|
-
scrollStrategy: "
|
1247
|
+
} | undefined);
|
1248
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1249
1249
|
activatorProps: Record<string, any>;
|
1250
1250
|
openOnHover: boolean;
|
1251
1251
|
closeOnContentClick: boolean;
|
@@ -1256,19 +1256,19 @@ declare const VDialog: {
|
|
1256
1256
|
scrim: string | boolean;
|
1257
1257
|
_disableGlobalStack: boolean;
|
1258
1258
|
} & {
|
1259
|
-
class?: any;
|
1260
|
-
width?: string | number | undefined;
|
1261
|
-
height?: string | number | undefined;
|
1262
|
-
theme?: string | undefined;
|
1263
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1264
1259
|
offset?: string | number | number[] | undefined;
|
1265
|
-
|
1266
|
-
|
1260
|
+
height?: string | number | undefined;
|
1261
|
+
width?: string | number | undefined;
|
1267
1262
|
maxHeight?: string | number | undefined;
|
1268
1263
|
maxWidth?: string | number | undefined;
|
1269
1264
|
minHeight?: string | number | undefined;
|
1270
1265
|
minWidth?: string | number | undefined;
|
1271
|
-
|
1266
|
+
opacity?: string | number | undefined;
|
1267
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1268
|
+
class?: any;
|
1269
|
+
theme?: string | undefined;
|
1270
|
+
contentClass?: any;
|
1271
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1272
1272
|
closeDelay?: string | number | undefined;
|
1273
1273
|
openDelay?: string | number | undefined;
|
1274
1274
|
openOnClick?: boolean | undefined;
|
@@ -1308,9 +1308,9 @@ declare const VDialog: {
|
|
1308
1308
|
targetRef: TemplateRef;
|
1309
1309
|
}) => vue.VNodeChild) | undefined;
|
1310
1310
|
} & {
|
1311
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1312
1311
|
onAfterEnter?: (() => any) | undefined;
|
1313
1312
|
onAfterLeave?: (() => any) | undefined;
|
1313
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1314
1314
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1315
1315
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1316
1316
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1321,24 +1321,24 @@ declare const VDialog: {
|
|
1321
1321
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1322
1322
|
localTop: vue.ComputedRef<boolean>;
|
1323
1323
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1324
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1325
|
-
style: vue.StyleValue;
|
1326
|
-
disabled: boolean;
|
1324
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
1327
1325
|
absolute: boolean;
|
1326
|
+
location: Anchor;
|
1327
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1328
1328
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1329
1329
|
component?: Component | undefined;
|
1330
1330
|
})> | {
|
1331
1331
|
component: Component;
|
1332
1332
|
};
|
1333
1333
|
zIndex: NonNullable<string | number>;
|
1334
|
+
style: vue.StyleValue;
|
1334
1335
|
eager: boolean;
|
1336
|
+
disabled: boolean;
|
1335
1337
|
modelValue: boolean;
|
1336
|
-
|
1337
|
-
location: Anchor;
|
1338
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1338
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1339
1339
|
updateLocation: (e?: Event | undefined) => void;
|
1340
|
-
} | undefined)
|
1341
|
-
scrollStrategy: NonNullable<"
|
1340
|
+
} | undefined);
|
1341
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1342
1342
|
activatorProps: Record<string, any>;
|
1343
1343
|
openOnClick: boolean;
|
1344
1344
|
openOnHover: boolean;
|
@@ -1357,23 +1357,23 @@ declare const VDialog: {
|
|
1357
1357
|
__isTeleport?: undefined;
|
1358
1358
|
__isSuspense?: undefined;
|
1359
1359
|
} & vue.ComponentOptionsBase<{
|
1360
|
-
style: vue.StyleValue;
|
1361
|
-
disabled: boolean;
|
1362
1360
|
absolute: boolean;
|
1361
|
+
location: Anchor;
|
1362
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1363
1363
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1364
1364
|
component?: Component | undefined;
|
1365
1365
|
})> | {
|
1366
1366
|
component: Component;
|
1367
1367
|
};
|
1368
1368
|
zIndex: NonNullable<string | number>;
|
1369
|
+
style: vue.StyleValue;
|
1369
1370
|
eager: boolean;
|
1371
|
+
disabled: boolean;
|
1370
1372
|
modelValue: boolean;
|
1371
|
-
|
1372
|
-
location: Anchor;
|
1373
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1373
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1374
1374
|
updateLocation: (e?: Event | undefined) => void;
|
1375
|
-
} | undefined)
|
1376
|
-
scrollStrategy: NonNullable<"
|
1375
|
+
} | undefined);
|
1376
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1377
1377
|
activatorProps: Record<string, any>;
|
1378
1378
|
openOnHover: boolean;
|
1379
1379
|
closeOnContentClick: boolean;
|
@@ -1386,19 +1386,19 @@ declare const VDialog: {
|
|
1386
1386
|
retainFocus: boolean;
|
1387
1387
|
scrollable: boolean;
|
1388
1388
|
} & {
|
1389
|
-
class?: any;
|
1390
|
-
width?: string | number | undefined;
|
1391
|
-
height?: string | number | undefined;
|
1392
|
-
theme?: string | undefined;
|
1393
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1394
1389
|
offset?: string | number | number[] | undefined;
|
1395
|
-
|
1396
|
-
|
1390
|
+
height?: string | number | undefined;
|
1391
|
+
width?: string | number | undefined;
|
1397
1392
|
maxHeight?: string | number | undefined;
|
1398
1393
|
maxWidth?: string | number | undefined;
|
1399
1394
|
minHeight?: string | number | undefined;
|
1400
1395
|
minWidth?: string | number | undefined;
|
1401
|
-
|
1396
|
+
opacity?: string | number | undefined;
|
1397
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1398
|
+
class?: any;
|
1399
|
+
theme?: string | undefined;
|
1400
|
+
contentClass?: any;
|
1401
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1402
1402
|
closeDelay?: string | number | undefined;
|
1403
1403
|
openDelay?: string | number | undefined;
|
1404
1404
|
openOnClick?: boolean | undefined;
|
@@ -1438,27 +1438,27 @@ declare const VDialog: {
|
|
1438
1438
|
targetRef: TemplateRef;
|
1439
1439
|
}) => vue.VNodeChild) | undefined;
|
1440
1440
|
} & {
|
1441
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1442
1441
|
onAfterLeave?: (() => any) | undefined;
|
1442
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1443
1443
|
}, Omit<Omit<{
|
1444
1444
|
$: vue.ComponentInternalInstance;
|
1445
1445
|
$data: {};
|
1446
1446
|
$props: Partial<{
|
1447
|
-
style: vue.StyleValue;
|
1448
|
-
disabled: boolean;
|
1449
1447
|
absolute: boolean;
|
1448
|
+
location: Anchor;
|
1449
|
+
origin: "auto" | Anchor | "overlap";
|
1450
1450
|
transition: string | boolean | (vue.TransitionProps & {
|
1451
1451
|
component?: Component | undefined;
|
1452
1452
|
});
|
1453
1453
|
zIndex: string | number;
|
1454
|
+
style: vue.StyleValue;
|
1454
1455
|
eager: boolean;
|
1456
|
+
disabled: boolean;
|
1455
1457
|
modelValue: boolean;
|
1456
|
-
|
1457
|
-
location: Anchor;
|
1458
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1458
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1459
1459
|
updateLocation: (e?: Event | undefined) => void;
|
1460
|
-
} | undefined)
|
1461
|
-
scrollStrategy: "
|
1460
|
+
} | undefined);
|
1461
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1462
1462
|
activatorProps: Record<string, any>;
|
1463
1463
|
openOnClick: boolean;
|
1464
1464
|
openOnHover: boolean;
|
@@ -1471,21 +1471,21 @@ declare const VDialog: {
|
|
1471
1471
|
scrim: string | boolean;
|
1472
1472
|
_disableGlobalStack: boolean;
|
1473
1473
|
}> & Omit<{
|
1474
|
-
style: vue.StyleValue;
|
1475
|
-
disabled: boolean;
|
1476
1474
|
absolute: boolean;
|
1475
|
+
location: Anchor;
|
1476
|
+
origin: "auto" | Anchor | "overlap";
|
1477
1477
|
transition: string | boolean | (vue.TransitionProps & {
|
1478
1478
|
component?: Component | undefined;
|
1479
1479
|
});
|
1480
1480
|
zIndex: string | number;
|
1481
|
+
style: vue.StyleValue;
|
1481
1482
|
eager: boolean;
|
1483
|
+
disabled: boolean;
|
1482
1484
|
modelValue: boolean;
|
1483
|
-
|
1484
|
-
location: Anchor;
|
1485
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1485
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1486
1486
|
updateLocation: (e?: Event | undefined) => void;
|
1487
|
-
} | undefined)
|
1488
|
-
scrollStrategy: "
|
1487
|
+
} | undefined);
|
1488
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1489
1489
|
activatorProps: Record<string, any>;
|
1490
1490
|
openOnHover: boolean;
|
1491
1491
|
closeOnContentClick: boolean;
|
@@ -1495,19 +1495,19 @@ declare const VDialog: {
|
|
1495
1495
|
persistent: boolean;
|
1496
1496
|
scrim: string | boolean;
|
1497
1497
|
_disableGlobalStack: boolean;
|
1498
|
-
class?: any;
|
1499
|
-
width?: string | number | undefined;
|
1500
|
-
height?: string | number | undefined;
|
1501
|
-
theme?: string | undefined;
|
1502
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1503
1498
|
offset?: string | number | number[] | undefined;
|
1504
|
-
|
1505
|
-
|
1499
|
+
height?: string | number | undefined;
|
1500
|
+
width?: string | number | undefined;
|
1506
1501
|
maxHeight?: string | number | undefined;
|
1507
1502
|
maxWidth?: string | number | undefined;
|
1508
1503
|
minHeight?: string | number | undefined;
|
1509
1504
|
minWidth?: string | number | undefined;
|
1510
|
-
|
1505
|
+
opacity?: string | number | undefined;
|
1506
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1507
|
+
class?: any;
|
1508
|
+
theme?: string | undefined;
|
1509
|
+
contentClass?: any;
|
1510
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1511
1511
|
closeDelay?: string | number | undefined;
|
1512
1512
|
openDelay?: string | number | undefined;
|
1513
1513
|
openOnClick?: boolean | undefined;
|
@@ -1544,26 +1544,26 @@ declare const VDialog: {
|
|
1544
1544
|
props: Record<string, any>;
|
1545
1545
|
targetRef: TemplateRef;
|
1546
1546
|
}) => vue.VNodeChild) | undefined;
|
1547
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1548
1547
|
onAfterEnter?: (() => any) | undefined;
|
1549
1548
|
onAfterLeave?: (() => any) | undefined;
|
1549
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1550
1550
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1551
1551
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1552
|
-
style: vue.StyleValue;
|
1553
|
-
disabled: boolean;
|
1554
1552
|
absolute: boolean;
|
1553
|
+
location: Anchor;
|
1554
|
+
origin: "auto" | Anchor | "overlap";
|
1555
1555
|
transition: string | boolean | (vue.TransitionProps & {
|
1556
1556
|
component?: Component | undefined;
|
1557
1557
|
});
|
1558
1558
|
zIndex: string | number;
|
1559
|
+
style: vue.StyleValue;
|
1559
1560
|
eager: boolean;
|
1561
|
+
disabled: boolean;
|
1560
1562
|
modelValue: boolean;
|
1561
|
-
|
1562
|
-
location: Anchor;
|
1563
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1563
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1564
1564
|
updateLocation: (e?: Event | undefined) => void;
|
1565
|
-
} | undefined)
|
1566
|
-
scrollStrategy: "
|
1565
|
+
} | undefined);
|
1566
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1567
1567
|
activatorProps: Record<string, any>;
|
1568
1568
|
openOnHover: boolean;
|
1569
1569
|
closeOnContentClick: boolean;
|
@@ -1574,19 +1574,19 @@ declare const VDialog: {
|
|
1574
1574
|
scrim: string | boolean;
|
1575
1575
|
_disableGlobalStack: boolean;
|
1576
1576
|
} & {
|
1577
|
-
class?: any;
|
1578
|
-
width?: string | number | undefined;
|
1579
|
-
height?: string | number | undefined;
|
1580
|
-
theme?: string | undefined;
|
1581
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1582
1577
|
offset?: string | number | number[] | undefined;
|
1583
|
-
|
1584
|
-
|
1578
|
+
height?: string | number | undefined;
|
1579
|
+
width?: string | number | undefined;
|
1585
1580
|
maxHeight?: string | number | undefined;
|
1586
1581
|
maxWidth?: string | number | undefined;
|
1587
1582
|
minHeight?: string | number | undefined;
|
1588
1583
|
minWidth?: string | number | undefined;
|
1589
|
-
|
1584
|
+
opacity?: string | number | undefined;
|
1585
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1586
|
+
class?: any;
|
1587
|
+
theme?: string | undefined;
|
1588
|
+
contentClass?: any;
|
1589
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1590
1590
|
closeDelay?: string | number | undefined;
|
1591
1591
|
openDelay?: string | number | undefined;
|
1592
1592
|
openOnClick?: boolean | undefined;
|
@@ -1626,11 +1626,11 @@ declare const VDialog: {
|
|
1626
1626
|
targetRef: TemplateRef;
|
1627
1627
|
}) => vue.VNodeChild) | undefined;
|
1628
1628
|
} & {
|
1629
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1630
1629
|
onAfterEnter?: (() => any) | undefined;
|
1631
1630
|
onAfterLeave?: (() => any) | undefined;
|
1631
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1632
1632
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1633
|
-
}, "
|
1633
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1634
1634
|
$attrs: {
|
1635
1635
|
[x: string]: unknown;
|
1636
1636
|
};
|
@@ -1656,21 +1656,21 @@ declare const VDialog: {
|
|
1656
1656
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1657
1657
|
$el: any;
|
1658
1658
|
$options: vue.ComponentOptionsBase<{
|
1659
|
-
style: vue.StyleValue;
|
1660
|
-
disabled: boolean;
|
1661
1659
|
absolute: boolean;
|
1660
|
+
location: Anchor;
|
1661
|
+
origin: "auto" | Anchor | "overlap";
|
1662
1662
|
transition: string | boolean | (vue.TransitionProps & {
|
1663
1663
|
component?: Component | undefined;
|
1664
1664
|
});
|
1665
1665
|
zIndex: string | number;
|
1666
|
+
style: vue.StyleValue;
|
1666
1667
|
eager: boolean;
|
1668
|
+
disabled: boolean;
|
1667
1669
|
modelValue: boolean;
|
1668
|
-
|
1669
|
-
location: Anchor;
|
1670
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1670
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1671
1671
|
updateLocation: (e?: Event | undefined) => void;
|
1672
|
-
} | undefined)
|
1673
|
-
scrollStrategy: "
|
1672
|
+
} | undefined);
|
1673
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1674
1674
|
activatorProps: Record<string, any>;
|
1675
1675
|
openOnHover: boolean;
|
1676
1676
|
closeOnContentClick: boolean;
|
@@ -1681,19 +1681,19 @@ declare const VDialog: {
|
|
1681
1681
|
scrim: string | boolean;
|
1682
1682
|
_disableGlobalStack: boolean;
|
1683
1683
|
} & {
|
1684
|
-
class?: any;
|
1685
|
-
width?: string | number | undefined;
|
1686
|
-
height?: string | number | undefined;
|
1687
|
-
theme?: string | undefined;
|
1688
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1689
1684
|
offset?: string | number | number[] | undefined;
|
1690
|
-
|
1691
|
-
|
1685
|
+
height?: string | number | undefined;
|
1686
|
+
width?: string | number | undefined;
|
1692
1687
|
maxHeight?: string | number | undefined;
|
1693
1688
|
maxWidth?: string | number | undefined;
|
1694
1689
|
minHeight?: string | number | undefined;
|
1695
1690
|
minWidth?: string | number | undefined;
|
1696
|
-
|
1691
|
+
opacity?: string | number | undefined;
|
1692
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1693
|
+
class?: any;
|
1694
|
+
theme?: string | undefined;
|
1695
|
+
contentClass?: any;
|
1696
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1697
1697
|
closeDelay?: string | number | undefined;
|
1698
1698
|
openDelay?: string | number | undefined;
|
1699
1699
|
openOnClick?: boolean | undefined;
|
@@ -1733,9 +1733,9 @@ declare const VDialog: {
|
|
1733
1733
|
targetRef: TemplateRef;
|
1734
1734
|
}) => vue.VNodeChild) | undefined;
|
1735
1735
|
} & {
|
1736
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1737
1736
|
onAfterEnter?: (() => any) | undefined;
|
1738
1737
|
onAfterLeave?: (() => any) | undefined;
|
1738
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1739
1739
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1740
1740
|
}, {
|
1741
1741
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1752,21 +1752,21 @@ declare const VDialog: {
|
|
1752
1752
|
afterEnter: () => true;
|
1753
1753
|
afterLeave: () => true;
|
1754
1754
|
}, string, {
|
1755
|
-
style: vue.StyleValue;
|
1756
|
-
disabled: boolean;
|
1757
1755
|
absolute: boolean;
|
1756
|
+
location: Anchor;
|
1757
|
+
origin: "auto" | Anchor | "overlap";
|
1758
1758
|
transition: string | boolean | (vue.TransitionProps & {
|
1759
1759
|
component?: Component | undefined;
|
1760
1760
|
});
|
1761
1761
|
zIndex: string | number;
|
1762
|
+
style: vue.StyleValue;
|
1762
1763
|
eager: boolean;
|
1764
|
+
disabled: boolean;
|
1763
1765
|
modelValue: boolean;
|
1764
|
-
|
1765
|
-
location: Anchor;
|
1766
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1766
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1767
1767
|
updateLocation: (e?: Event | undefined) => void;
|
1768
|
-
} | undefined)
|
1769
|
-
scrollStrategy: "
|
1768
|
+
} | undefined);
|
1769
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1770
1770
|
activatorProps: Record<string, any>;
|
1771
1771
|
openOnClick: boolean;
|
1772
1772
|
openOnHover: boolean;
|
@@ -1812,21 +1812,21 @@ declare const VDialog: {
|
|
1812
1812
|
$nextTick: typeof nextTick;
|
1813
1813
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1814
1814
|
} & Omit<{
|
1815
|
-
style: vue.StyleValue;
|
1816
|
-
disabled: boolean;
|
1817
1815
|
absolute: boolean;
|
1816
|
+
location: Anchor;
|
1817
|
+
origin: "auto" | Anchor | "overlap";
|
1818
1818
|
transition: string | boolean | (vue.TransitionProps & {
|
1819
1819
|
component?: Component | undefined;
|
1820
1820
|
});
|
1821
1821
|
zIndex: string | number;
|
1822
|
+
style: vue.StyleValue;
|
1822
1823
|
eager: boolean;
|
1824
|
+
disabled: boolean;
|
1823
1825
|
modelValue: boolean;
|
1824
|
-
|
1825
|
-
location: Anchor;
|
1826
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1826
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1827
1827
|
updateLocation: (e?: Event | undefined) => void;
|
1828
|
-
} | undefined)
|
1829
|
-
scrollStrategy: "
|
1828
|
+
} | undefined);
|
1829
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1830
1830
|
activatorProps: Record<string, any>;
|
1831
1831
|
openOnHover: boolean;
|
1832
1832
|
closeOnContentClick: boolean;
|
@@ -1837,19 +1837,19 @@ declare const VDialog: {
|
|
1837
1837
|
scrim: string | boolean;
|
1838
1838
|
_disableGlobalStack: boolean;
|
1839
1839
|
} & {
|
1840
|
-
class?: any;
|
1841
|
-
width?: string | number | undefined;
|
1842
|
-
height?: string | number | undefined;
|
1843
|
-
theme?: string | undefined;
|
1844
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1845
1840
|
offset?: string | number | number[] | undefined;
|
1846
|
-
|
1847
|
-
|
1841
|
+
height?: string | number | undefined;
|
1842
|
+
width?: string | number | undefined;
|
1848
1843
|
maxHeight?: string | number | undefined;
|
1849
1844
|
maxWidth?: string | number | undefined;
|
1850
1845
|
minHeight?: string | number | undefined;
|
1851
1846
|
minWidth?: string | number | undefined;
|
1852
|
-
|
1847
|
+
opacity?: string | number | undefined;
|
1848
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1849
|
+
class?: any;
|
1850
|
+
theme?: string | undefined;
|
1851
|
+
contentClass?: any;
|
1852
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1853
1853
|
closeDelay?: string | number | undefined;
|
1854
1854
|
openDelay?: string | number | undefined;
|
1855
1855
|
openOnClick?: boolean | undefined;
|
@@ -1889,9 +1889,9 @@ declare const VDialog: {
|
|
1889
1889
|
targetRef: TemplateRef;
|
1890
1890
|
}) => vue.VNodeChild) | undefined;
|
1891
1891
|
} & {
|
1892
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1893
1892
|
onAfterEnter?: (() => any) | undefined;
|
1894
1893
|
onAfterLeave?: (() => any) | undefined;
|
1894
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1895
1895
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1896
1896
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1897
1897
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1902,27 +1902,27 @@ declare const VDialog: {
|
|
1902
1902
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1903
1903
|
localTop: vue.ComputedRef<boolean>;
|
1904
1904
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1905
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1905
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1906
1906
|
'update:modelValue': (value: boolean) => true;
|
1907
1907
|
afterLeave: () => true;
|
1908
1908
|
}, string, {
|
1909
|
-
style: vue.StyleValue;
|
1910
|
-
disabled: boolean;
|
1911
1909
|
absolute: boolean;
|
1910
|
+
location: Anchor;
|
1911
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1912
1912
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1913
1913
|
component?: Component | undefined;
|
1914
1914
|
})> | {
|
1915
1915
|
component: Component;
|
1916
1916
|
};
|
1917
1917
|
zIndex: NonNullable<string | number>;
|
1918
|
+
style: vue.StyleValue;
|
1918
1919
|
eager: boolean;
|
1920
|
+
disabled: boolean;
|
1919
1921
|
modelValue: boolean;
|
1920
|
-
|
1921
|
-
location: Anchor;
|
1922
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1922
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1923
1923
|
updateLocation: (e?: Event | undefined) => void;
|
1924
|
-
} | undefined)
|
1925
|
-
scrollStrategy: NonNullable<"
|
1924
|
+
} | undefined);
|
1925
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1926
1926
|
activatorProps: Record<string, any>;
|
1927
1927
|
openOnClick: boolean;
|
1928
1928
|
openOnHover: boolean;
|
@@ -1956,7 +1956,7 @@ declare const VDialog: {
|
|
1956
1956
|
})>;
|
1957
1957
|
default: string;
|
1958
1958
|
validator: (val: unknown) => boolean;
|
1959
|
-
}, "
|
1959
|
+
}, "type" | "default"> & {
|
1960
1960
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
1961
1961
|
component?: Component | undefined;
|
1962
1962
|
})> | {
|
@@ -1970,17 +1970,17 @@ declare const VDialog: {
|
|
1970
1970
|
};
|
1971
1971
|
theme: StringConstructor;
|
1972
1972
|
scrollStrategy: Omit<{
|
1973
|
-
type: vue.PropType<"
|
1973
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1974
1974
|
default: string;
|
1975
1975
|
validator: (val: any) => boolean;
|
1976
|
-
}, "
|
1977
|
-
type: vue.PropType<NonNullable<"
|
1978
|
-
default: NonNullable<"
|
1976
|
+
}, "type" | "default"> & {
|
1977
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
1978
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1979
1979
|
};
|
1980
1980
|
locationStrategy: {
|
1981
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1981
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1982
1982
|
updateLocation: (e?: Event | undefined) => void;
|
1983
|
-
} | undefined)
|
1983
|
+
} | undefined)>;
|
1984
1984
|
default: string;
|
1985
1985
|
validator: (val: any) => boolean;
|
1986
1986
|
};
|
@@ -1989,11 +1989,11 @@ declare const VDialog: {
|
|
1989
1989
|
default: string;
|
1990
1990
|
};
|
1991
1991
|
origin: Omit<{
|
1992
|
-
type: vue.PropType<
|
1992
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
1993
1993
|
default: string;
|
1994
|
-
}, "
|
1995
|
-
type: vue.PropType<NonNullable<
|
1996
|
-
default: NonNullable<
|
1994
|
+
}, "type" | "default"> & {
|
1995
|
+
type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
|
1996
|
+
default: NonNullable<"auto" | Anchor | "overlap">;
|
1997
1997
|
};
|
1998
1998
|
offset: vue.PropType<string | number | number[] | undefined>;
|
1999
1999
|
eager: BooleanConstructor;
|
@@ -2010,8 +2010,8 @@ declare const VDialog: {
|
|
2010
2010
|
};
|
2011
2011
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2012
2012
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2013
|
-
target: vue.PropType<Element |
|
2014
|
-
activator: vue.PropType<Element |
|
2013
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2014
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2015
2015
|
activatorProps: {
|
2016
2016
|
type: vue.PropType<Record<string, any>>;
|
2017
2017
|
default: () => {};
|
@@ -2047,7 +2047,7 @@ declare const VDialog: {
|
|
2047
2047
|
zIndex: Omit<{
|
2048
2048
|
type: (StringConstructor | NumberConstructor)[];
|
2049
2049
|
default: number;
|
2050
|
-
}, "
|
2050
|
+
}, "type" | "default"> & {
|
2051
2051
|
type: vue.PropType<NonNullable<string | number>>;
|
2052
2052
|
default: NonNullable<string | number>;
|
2053
2053
|
};
|
@@ -2064,7 +2064,7 @@ declare const VDialog: {
|
|
2064
2064
|
})>;
|
2065
2065
|
default: string;
|
2066
2066
|
validator: (val: unknown) => boolean;
|
2067
|
-
}, "
|
2067
|
+
}, "type" | "default"> & {
|
2068
2068
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2069
2069
|
component?: Component | undefined;
|
2070
2070
|
})> | {
|
@@ -2078,17 +2078,17 @@ declare const VDialog: {
|
|
2078
2078
|
};
|
2079
2079
|
theme: StringConstructor;
|
2080
2080
|
scrollStrategy: Omit<{
|
2081
|
-
type: vue.PropType<"
|
2081
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2082
2082
|
default: string;
|
2083
2083
|
validator: (val: any) => boolean;
|
2084
|
-
}, "
|
2085
|
-
type: vue.PropType<NonNullable<"
|
2086
|
-
default: NonNullable<"
|
2084
|
+
}, "type" | "default"> & {
|
2085
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
2086
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2087
2087
|
};
|
2088
2088
|
locationStrategy: {
|
2089
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2089
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2090
2090
|
updateLocation: (e?: Event | undefined) => void;
|
2091
|
-
} | undefined)
|
2091
|
+
} | undefined)>;
|
2092
2092
|
default: string;
|
2093
2093
|
validator: (val: any) => boolean;
|
2094
2094
|
};
|
@@ -2097,11 +2097,11 @@ declare const VDialog: {
|
|
2097
2097
|
default: string;
|
2098
2098
|
};
|
2099
2099
|
origin: Omit<{
|
2100
|
-
type: vue.PropType<
|
2100
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
2101
2101
|
default: string;
|
2102
|
-
}, "
|
2103
|
-
type: vue.PropType<NonNullable<
|
2104
|
-
default: NonNullable<
|
2102
|
+
}, "type" | "default"> & {
|
2103
|
+
type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
|
2104
|
+
default: NonNullable<"auto" | Anchor | "overlap">;
|
2105
2105
|
};
|
2106
2106
|
offset: vue.PropType<string | number | number[] | undefined>;
|
2107
2107
|
eager: BooleanConstructor;
|
@@ -2118,8 +2118,8 @@ declare const VDialog: {
|
|
2118
2118
|
};
|
2119
2119
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2120
2120
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2121
|
-
target: vue.PropType<Element |
|
2122
|
-
activator: vue.PropType<Element |
|
2121
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2122
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2123
2123
|
activatorProps: {
|
2124
2124
|
type: vue.PropType<Record<string, any>>;
|
2125
2125
|
default: () => {};
|
@@ -2155,7 +2155,7 @@ declare const VDialog: {
|
|
2155
2155
|
zIndex: Omit<{
|
2156
2156
|
type: (StringConstructor | NumberConstructor)[];
|
2157
2157
|
default: number;
|
2158
|
-
}, "
|
2158
|
+
}, "type" | "default"> & {
|
2159
2159
|
type: vue.PropType<NonNullable<string | number>>;
|
2160
2160
|
default: NonNullable<string | number>;
|
2161
2161
|
};
|