@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-25
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 +18 -18
- 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 +1255 -1257
- package/dist/vuetify-labs.d.ts +12304 -12192
- package/dist/vuetify-labs.esm.js +118 -68
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +118 -68
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1293 -1295
- package/dist/vuetify.d.ts +10496 -10404
- package/dist/vuetify.esm.js +110 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +110 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1080
- 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/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- 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/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- 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/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +396 -396
- 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/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- 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/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- 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/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10657 -10566
- 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/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.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/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +9 -4
@@ -92,22 +92,22 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
92
92
|
|
93
93
|
declare const VMenu: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
|
96
|
-
|
95
|
+
location: Anchor;
|
96
|
+
origin: "auto" | Anchor | "overlap";
|
97
97
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
98
98
|
component?: Component | undefined;
|
99
99
|
})> | {
|
100
100
|
component: Component;
|
101
101
|
};
|
102
102
|
zIndex: string | number;
|
103
|
+
style: vue.StyleValue;
|
103
104
|
eager: boolean;
|
105
|
+
disabled: boolean;
|
104
106
|
modelValue: boolean;
|
105
|
-
|
106
|
-
location: Anchor;
|
107
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
107
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
108
108
|
updateLocation: (e?: Event | undefined) => void;
|
109
|
-
} | undefined)
|
110
|
-
scrollStrategy: NonNullable<"
|
109
|
+
} | undefined)>;
|
110
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
111
111
|
closeDelay: NonNullable<string | number>;
|
112
112
|
openDelay: NonNullable<string | number>;
|
113
113
|
activatorProps: Record<string, any>;
|
@@ -119,20 +119,20 @@ declare const VMenu: {
|
|
119
119
|
persistent: boolean;
|
120
120
|
scrim: NonNullable<string | boolean>;
|
121
121
|
} & {
|
122
|
-
|
122
|
+
offset?: string | number | number[] | undefined;
|
123
123
|
id?: string | undefined;
|
124
|
-
width?: string | number | undefined;
|
125
124
|
height?: string | number | undefined;
|
126
|
-
|
127
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
128
|
-
offset?: string | number | number[] | undefined;
|
129
|
-
contentClass?: any;
|
130
|
-
opacity?: string | number | undefined;
|
125
|
+
width?: string | number | undefined;
|
131
126
|
maxHeight?: string | number | undefined;
|
132
127
|
maxWidth?: string | number | undefined;
|
133
128
|
minHeight?: string | number | undefined;
|
134
129
|
minWidth?: string | number | undefined;
|
135
|
-
|
130
|
+
opacity?: string | number | undefined;
|
131
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
132
|
+
class?: any;
|
133
|
+
theme?: string | undefined;
|
134
|
+
contentClass?: any;
|
135
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
136
136
|
openOnClick?: boolean | undefined;
|
137
137
|
openOnFocus?: boolean | undefined;
|
138
138
|
contentProps?: any;
|
@@ -173,26 +173,26 @@ declare const VMenu: {
|
|
173
173
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
174
174
|
}, {
|
175
175
|
id: vue.ComputedRef<string>;
|
176
|
-
ΨopenChildren: vue.ShallowRef<number
|
176
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
177
177
|
} & Omit<Omit<{
|
178
178
|
$: vue.ComponentInternalInstance;
|
179
179
|
$data: {};
|
180
180
|
$props: Partial<{
|
181
|
-
style: vue.StyleValue;
|
182
|
-
disabled: boolean;
|
183
181
|
absolute: boolean;
|
182
|
+
location: Anchor;
|
183
|
+
origin: "auto" | Anchor | "overlap";
|
184
184
|
transition: string | boolean | (vue.TransitionProps & {
|
185
185
|
component?: Component | undefined;
|
186
186
|
});
|
187
187
|
zIndex: string | number;
|
188
|
+
style: vue.StyleValue;
|
188
189
|
eager: boolean;
|
190
|
+
disabled: boolean;
|
189
191
|
modelValue: boolean;
|
190
|
-
|
191
|
-
location: Anchor;
|
192
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
192
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
193
193
|
updateLocation: (e?: Event | undefined) => void;
|
194
|
-
} | undefined)
|
195
|
-
scrollStrategy: "
|
194
|
+
} | undefined);
|
195
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
196
196
|
activatorProps: Record<string, any>;
|
197
197
|
openOnClick: boolean;
|
198
198
|
openOnHover: boolean;
|
@@ -205,21 +205,21 @@ declare const VMenu: {
|
|
205
205
|
scrim: string | boolean;
|
206
206
|
_disableGlobalStack: boolean;
|
207
207
|
}> & Omit<{
|
208
|
-
style: vue.StyleValue;
|
209
|
-
disabled: boolean;
|
210
208
|
absolute: boolean;
|
209
|
+
location: Anchor;
|
210
|
+
origin: "auto" | Anchor | "overlap";
|
211
211
|
transition: string | boolean | (vue.TransitionProps & {
|
212
212
|
component?: Component | undefined;
|
213
213
|
});
|
214
214
|
zIndex: string | number;
|
215
|
+
style: vue.StyleValue;
|
215
216
|
eager: boolean;
|
217
|
+
disabled: boolean;
|
216
218
|
modelValue: boolean;
|
217
|
-
|
218
|
-
location: Anchor;
|
219
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
219
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
220
220
|
updateLocation: (e?: Event | undefined) => void;
|
221
|
-
} | undefined)
|
222
|
-
scrollStrategy: "
|
221
|
+
} | undefined);
|
222
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
223
223
|
activatorProps: Record<string, any>;
|
224
224
|
openOnHover: boolean;
|
225
225
|
closeOnContentClick: boolean;
|
@@ -229,19 +229,19 @@ declare const VMenu: {
|
|
229
229
|
persistent: boolean;
|
230
230
|
scrim: string | boolean;
|
231
231
|
_disableGlobalStack: boolean;
|
232
|
-
class?: any;
|
233
|
-
width?: string | number | undefined;
|
234
|
-
height?: string | number | undefined;
|
235
|
-
theme?: string | undefined;
|
236
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
237
232
|
offset?: string | number | number[] | undefined;
|
238
|
-
|
239
|
-
|
233
|
+
height?: string | number | undefined;
|
234
|
+
width?: string | number | undefined;
|
240
235
|
maxHeight?: string | number | undefined;
|
241
236
|
maxWidth?: string | number | undefined;
|
242
237
|
minHeight?: string | number | undefined;
|
243
238
|
minWidth?: string | number | undefined;
|
244
|
-
|
239
|
+
opacity?: string | number | undefined;
|
240
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
241
|
+
class?: any;
|
242
|
+
theme?: string | undefined;
|
243
|
+
contentClass?: any;
|
244
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
245
245
|
closeDelay?: string | number | undefined;
|
246
246
|
openDelay?: string | number | undefined;
|
247
247
|
openOnClick?: boolean | undefined;
|
@@ -278,26 +278,26 @@ declare const VMenu: {
|
|
278
278
|
props: Record<string, any>;
|
279
279
|
targetRef: TemplateRef;
|
280
280
|
}) => vue.VNodeChild) | undefined;
|
281
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
282
281
|
onAfterEnter?: (() => any) | undefined;
|
283
282
|
onAfterLeave?: (() => any) | undefined;
|
283
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
284
284
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
285
285
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
286
|
-
style: vue.StyleValue;
|
287
|
-
disabled: boolean;
|
288
286
|
absolute: boolean;
|
287
|
+
location: Anchor;
|
288
|
+
origin: "auto" | Anchor | "overlap";
|
289
289
|
transition: string | boolean | (vue.TransitionProps & {
|
290
290
|
component?: Component | undefined;
|
291
291
|
});
|
292
292
|
zIndex: string | number;
|
293
|
+
style: vue.StyleValue;
|
293
294
|
eager: boolean;
|
295
|
+
disabled: boolean;
|
294
296
|
modelValue: boolean;
|
295
|
-
|
296
|
-
location: Anchor;
|
297
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
297
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
298
298
|
updateLocation: (e?: Event | undefined) => void;
|
299
|
-
} | undefined)
|
300
|
-
scrollStrategy: "
|
299
|
+
} | undefined);
|
300
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
301
301
|
activatorProps: Record<string, any>;
|
302
302
|
openOnHover: boolean;
|
303
303
|
closeOnContentClick: boolean;
|
@@ -308,19 +308,19 @@ declare const VMenu: {
|
|
308
308
|
scrim: string | boolean;
|
309
309
|
_disableGlobalStack: boolean;
|
310
310
|
} & {
|
311
|
-
class?: any;
|
312
|
-
width?: string | number | undefined;
|
313
|
-
height?: string | number | undefined;
|
314
|
-
theme?: string | undefined;
|
315
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
316
311
|
offset?: string | number | number[] | undefined;
|
317
|
-
|
318
|
-
|
312
|
+
height?: string | number | undefined;
|
313
|
+
width?: string | number | undefined;
|
319
314
|
maxHeight?: string | number | undefined;
|
320
315
|
maxWidth?: string | number | undefined;
|
321
316
|
minHeight?: string | number | undefined;
|
322
317
|
minWidth?: string | number | undefined;
|
323
|
-
|
318
|
+
opacity?: string | number | undefined;
|
319
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
320
|
+
class?: any;
|
321
|
+
theme?: string | undefined;
|
322
|
+
contentClass?: any;
|
323
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
324
324
|
closeDelay?: string | number | undefined;
|
325
325
|
openDelay?: string | number | undefined;
|
326
326
|
openOnClick?: boolean | undefined;
|
@@ -360,11 +360,11 @@ declare const VMenu: {
|
|
360
360
|
targetRef: TemplateRef;
|
361
361
|
}) => vue.VNodeChild) | undefined;
|
362
362
|
} & {
|
363
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
364
363
|
onAfterEnter?: (() => any) | undefined;
|
365
364
|
onAfterLeave?: (() => any) | undefined;
|
365
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
366
366
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
367
|
-
}, "
|
367
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
368
368
|
$attrs: {
|
369
369
|
[x: string]: unknown;
|
370
370
|
};
|
@@ -390,21 +390,21 @@ declare const VMenu: {
|
|
390
390
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
391
391
|
$el: any;
|
392
392
|
$options: vue.ComponentOptionsBase<{
|
393
|
-
style: vue.StyleValue;
|
394
|
-
disabled: boolean;
|
395
393
|
absolute: boolean;
|
394
|
+
location: Anchor;
|
395
|
+
origin: "auto" | Anchor | "overlap";
|
396
396
|
transition: string | boolean | (vue.TransitionProps & {
|
397
397
|
component?: Component | undefined;
|
398
398
|
});
|
399
399
|
zIndex: string | number;
|
400
|
+
style: vue.StyleValue;
|
400
401
|
eager: boolean;
|
402
|
+
disabled: boolean;
|
401
403
|
modelValue: boolean;
|
402
|
-
|
403
|
-
location: Anchor;
|
404
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
404
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
405
405
|
updateLocation: (e?: Event | undefined) => void;
|
406
|
-
} | undefined)
|
407
|
-
scrollStrategy: "
|
406
|
+
} | undefined);
|
407
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
408
408
|
activatorProps: Record<string, any>;
|
409
409
|
openOnHover: boolean;
|
410
410
|
closeOnContentClick: boolean;
|
@@ -415,19 +415,19 @@ declare const VMenu: {
|
|
415
415
|
scrim: string | boolean;
|
416
416
|
_disableGlobalStack: boolean;
|
417
417
|
} & {
|
418
|
-
class?: any;
|
419
|
-
width?: string | number | undefined;
|
420
|
-
height?: string | number | undefined;
|
421
|
-
theme?: string | undefined;
|
422
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
423
418
|
offset?: string | number | number[] | undefined;
|
424
|
-
|
425
|
-
|
419
|
+
height?: string | number | undefined;
|
420
|
+
width?: string | number | undefined;
|
426
421
|
maxHeight?: string | number | undefined;
|
427
422
|
maxWidth?: string | number | undefined;
|
428
423
|
minHeight?: string | number | undefined;
|
429
424
|
minWidth?: string | number | undefined;
|
430
|
-
|
425
|
+
opacity?: string | number | undefined;
|
426
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
427
|
+
class?: any;
|
428
|
+
theme?: string | undefined;
|
429
|
+
contentClass?: any;
|
430
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
431
431
|
closeDelay?: string | number | undefined;
|
432
432
|
openDelay?: string | number | undefined;
|
433
433
|
openOnClick?: boolean | undefined;
|
@@ -467,9 +467,9 @@ declare const VMenu: {
|
|
467
467
|
targetRef: TemplateRef;
|
468
468
|
}) => vue.VNodeChild) | undefined;
|
469
469
|
} & {
|
470
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
471
470
|
onAfterEnter?: (() => any) | undefined;
|
472
471
|
onAfterLeave?: (() => any) | undefined;
|
472
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
473
473
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
474
474
|
}, {
|
475
475
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -486,21 +486,21 @@ declare const VMenu: {
|
|
486
486
|
afterEnter: () => true;
|
487
487
|
afterLeave: () => true;
|
488
488
|
}, string, {
|
489
|
-
style: vue.StyleValue;
|
490
|
-
disabled: boolean;
|
491
489
|
absolute: boolean;
|
490
|
+
location: Anchor;
|
491
|
+
origin: "auto" | Anchor | "overlap";
|
492
492
|
transition: string | boolean | (vue.TransitionProps & {
|
493
493
|
component?: Component | undefined;
|
494
494
|
});
|
495
495
|
zIndex: string | number;
|
496
|
+
style: vue.StyleValue;
|
496
497
|
eager: boolean;
|
498
|
+
disabled: boolean;
|
497
499
|
modelValue: boolean;
|
498
|
-
|
499
|
-
location: Anchor;
|
500
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
500
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
501
501
|
updateLocation: (e?: Event | undefined) => void;
|
502
|
-
} | undefined)
|
503
|
-
scrollStrategy: "
|
502
|
+
} | undefined);
|
503
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
504
504
|
activatorProps: Record<string, any>;
|
505
505
|
openOnClick: boolean;
|
506
506
|
openOnHover: boolean;
|
@@ -546,21 +546,21 @@ declare const VMenu: {
|
|
546
546
|
$nextTick: typeof nextTick;
|
547
547
|
$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;
|
548
548
|
} & Omit<{
|
549
|
-
style: vue.StyleValue;
|
550
|
-
disabled: boolean;
|
551
549
|
absolute: boolean;
|
550
|
+
location: Anchor;
|
551
|
+
origin: "auto" | Anchor | "overlap";
|
552
552
|
transition: string | boolean | (vue.TransitionProps & {
|
553
553
|
component?: Component | undefined;
|
554
554
|
});
|
555
555
|
zIndex: string | number;
|
556
|
+
style: vue.StyleValue;
|
556
557
|
eager: boolean;
|
558
|
+
disabled: boolean;
|
557
559
|
modelValue: boolean;
|
558
|
-
|
559
|
-
location: Anchor;
|
560
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
560
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
561
561
|
updateLocation: (e?: Event | undefined) => void;
|
562
|
-
} | undefined)
|
563
|
-
scrollStrategy: "
|
562
|
+
} | undefined);
|
563
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
564
564
|
activatorProps: Record<string, any>;
|
565
565
|
openOnHover: boolean;
|
566
566
|
closeOnContentClick: boolean;
|
@@ -571,19 +571,19 @@ declare const VMenu: {
|
|
571
571
|
scrim: string | boolean;
|
572
572
|
_disableGlobalStack: boolean;
|
573
573
|
} & {
|
574
|
-
class?: any;
|
575
|
-
width?: string | number | undefined;
|
576
|
-
height?: string | number | undefined;
|
577
|
-
theme?: string | undefined;
|
578
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
579
574
|
offset?: string | number | number[] | undefined;
|
580
|
-
|
581
|
-
|
575
|
+
height?: string | number | undefined;
|
576
|
+
width?: string | number | undefined;
|
582
577
|
maxHeight?: string | number | undefined;
|
583
578
|
maxWidth?: string | number | undefined;
|
584
579
|
minHeight?: string | number | undefined;
|
585
580
|
minWidth?: string | number | undefined;
|
586
|
-
|
581
|
+
opacity?: string | number | undefined;
|
582
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
583
|
+
class?: any;
|
584
|
+
theme?: string | undefined;
|
585
|
+
contentClass?: any;
|
586
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
587
587
|
closeDelay?: string | number | undefined;
|
588
588
|
openDelay?: string | number | undefined;
|
589
589
|
openOnClick?: boolean | undefined;
|
@@ -623,9 +623,9 @@ declare const VMenu: {
|
|
623
623
|
targetRef: TemplateRef;
|
624
624
|
}) => vue.VNodeChild) | undefined;
|
625
625
|
} & {
|
626
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
627
626
|
onAfterEnter?: (() => any) | undefined;
|
628
627
|
onAfterLeave?: (() => any) | undefined;
|
628
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
629
629
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
630
630
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
631
631
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -636,25 +636,25 @@ declare const VMenu: {
|
|
636
636
|
globalTop: Readonly<vue.Ref<boolean>>;
|
637
637
|
localTop: vue.ComputedRef<boolean>;
|
638
638
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
639
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
639
|
+
}> & {} & 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, {
|
640
640
|
'update:modelValue': (value: boolean) => boolean;
|
641
641
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
642
|
-
|
643
|
-
|
642
|
+
location: Anchor;
|
643
|
+
origin: "auto" | Anchor | "overlap";
|
644
644
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
645
645
|
component?: Component | undefined;
|
646
646
|
})> | {
|
647
647
|
component: Component;
|
648
648
|
};
|
649
649
|
zIndex: string | number;
|
650
|
+
style: vue.StyleValue;
|
650
651
|
eager: boolean;
|
652
|
+
disabled: boolean;
|
651
653
|
modelValue: boolean;
|
652
|
-
|
653
|
-
location: Anchor;
|
654
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
654
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
655
655
|
updateLocation: (e?: Event | undefined) => void;
|
656
|
-
} | undefined)
|
657
|
-
scrollStrategy: NonNullable<"
|
656
|
+
} | undefined)>;
|
657
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
658
658
|
closeDelay: NonNullable<string | number>;
|
659
659
|
openDelay: NonNullable<string | number>;
|
660
660
|
activatorProps: Record<string, any>;
|
@@ -666,20 +666,20 @@ declare const VMenu: {
|
|
666
666
|
persistent: boolean;
|
667
667
|
scrim: NonNullable<string | boolean>;
|
668
668
|
} & {
|
669
|
-
|
669
|
+
offset?: string | number | number[] | undefined;
|
670
670
|
id?: string | undefined;
|
671
|
-
width?: string | number | undefined;
|
672
671
|
height?: string | number | undefined;
|
673
|
-
|
674
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
675
|
-
offset?: string | number | number[] | undefined;
|
676
|
-
contentClass?: any;
|
677
|
-
opacity?: string | number | undefined;
|
672
|
+
width?: string | number | undefined;
|
678
673
|
maxHeight?: string | number | undefined;
|
679
674
|
maxWidth?: string | number | undefined;
|
680
675
|
minHeight?: string | number | undefined;
|
681
676
|
minWidth?: string | number | undefined;
|
682
|
-
|
677
|
+
opacity?: string | number | undefined;
|
678
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
679
|
+
class?: any;
|
680
|
+
theme?: string | undefined;
|
681
|
+
contentClass?: any;
|
682
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
683
683
|
openOnClick?: boolean | undefined;
|
684
684
|
openOnFocus?: boolean | undefined;
|
685
685
|
contentProps?: any;
|
@@ -719,22 +719,22 @@ declare const VMenu: {
|
|
719
719
|
} & {
|
720
720
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
721
721
|
}, {
|
722
|
-
|
723
|
-
|
722
|
+
location: Anchor;
|
723
|
+
origin: "auto" | Anchor | "overlap";
|
724
724
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
725
725
|
component?: Component | undefined;
|
726
726
|
})> | {
|
727
727
|
component: Component;
|
728
728
|
};
|
729
729
|
zIndex: string | number;
|
730
|
+
style: vue.StyleValue;
|
730
731
|
eager: boolean;
|
732
|
+
disabled: boolean;
|
731
733
|
modelValue: boolean;
|
732
|
-
|
733
|
-
location: Anchor;
|
734
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
734
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
735
735
|
updateLocation: (e?: Event | undefined) => void;
|
736
|
-
} | undefined)
|
737
|
-
scrollStrategy: NonNullable<"
|
736
|
+
} | undefined)>;
|
737
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
738
738
|
closeDelay: NonNullable<string | number>;
|
739
739
|
openDelay: NonNullable<string | number>;
|
740
740
|
activatorProps: Record<string, any>;
|
@@ -768,22 +768,22 @@ declare const VMenu: {
|
|
768
768
|
M: {};
|
769
769
|
Defaults: {};
|
770
770
|
}, {
|
771
|
-
|
772
|
-
|
771
|
+
location: Anchor;
|
772
|
+
origin: "auto" | Anchor | "overlap";
|
773
773
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
774
774
|
component?: Component | undefined;
|
775
775
|
})> | {
|
776
776
|
component: Component;
|
777
777
|
};
|
778
778
|
zIndex: string | number;
|
779
|
+
style: vue.StyleValue;
|
779
780
|
eager: boolean;
|
781
|
+
disabled: boolean;
|
780
782
|
modelValue: boolean;
|
781
|
-
|
782
|
-
location: Anchor;
|
783
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
783
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
784
784
|
updateLocation: (e?: Event | undefined) => void;
|
785
|
-
} | undefined)
|
786
|
-
scrollStrategy: NonNullable<"
|
785
|
+
} | undefined)>;
|
786
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
787
787
|
closeDelay: NonNullable<string | number>;
|
788
788
|
openDelay: NonNullable<string | number>;
|
789
789
|
activatorProps: Record<string, any>;
|
@@ -795,20 +795,20 @@ declare const VMenu: {
|
|
795
795
|
persistent: boolean;
|
796
796
|
scrim: NonNullable<string | boolean>;
|
797
797
|
} & {
|
798
|
-
|
798
|
+
offset?: string | number | number[] | undefined;
|
799
799
|
id?: string | undefined;
|
800
|
-
width?: string | number | undefined;
|
801
800
|
height?: string | number | undefined;
|
802
|
-
|
803
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
804
|
-
offset?: string | number | number[] | undefined;
|
805
|
-
contentClass?: any;
|
806
|
-
opacity?: string | number | undefined;
|
801
|
+
width?: string | number | undefined;
|
807
802
|
maxHeight?: string | number | undefined;
|
808
803
|
maxWidth?: string | number | undefined;
|
809
804
|
minHeight?: string | number | undefined;
|
810
805
|
minWidth?: string | number | undefined;
|
811
|
-
|
806
|
+
opacity?: string | number | undefined;
|
807
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
808
|
+
class?: any;
|
809
|
+
theme?: string | undefined;
|
810
|
+
contentClass?: any;
|
811
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
812
812
|
openOnClick?: boolean | undefined;
|
813
813
|
openOnFocus?: boolean | undefined;
|
814
814
|
contentProps?: any;
|
@@ -849,26 +849,26 @@ declare const VMenu: {
|
|
849
849
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
850
850
|
}, {
|
851
851
|
id: vue.ComputedRef<string>;
|
852
|
-
ΨopenChildren: vue.ShallowRef<number
|
852
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
853
853
|
} & Omit<Omit<{
|
854
854
|
$: vue.ComponentInternalInstance;
|
855
855
|
$data: {};
|
856
856
|
$props: Partial<{
|
857
|
-
style: vue.StyleValue;
|
858
|
-
disabled: boolean;
|
859
857
|
absolute: boolean;
|
858
|
+
location: Anchor;
|
859
|
+
origin: "auto" | Anchor | "overlap";
|
860
860
|
transition: string | boolean | (vue.TransitionProps & {
|
861
861
|
component?: Component | undefined;
|
862
862
|
});
|
863
863
|
zIndex: string | number;
|
864
|
+
style: vue.StyleValue;
|
864
865
|
eager: boolean;
|
866
|
+
disabled: boolean;
|
865
867
|
modelValue: boolean;
|
866
|
-
|
867
|
-
location: Anchor;
|
868
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
868
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
869
869
|
updateLocation: (e?: Event | undefined) => void;
|
870
|
-
} | undefined)
|
871
|
-
scrollStrategy: "
|
870
|
+
} | undefined);
|
871
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
872
872
|
activatorProps: Record<string, any>;
|
873
873
|
openOnClick: boolean;
|
874
874
|
openOnHover: boolean;
|
@@ -881,21 +881,21 @@ declare const VMenu: {
|
|
881
881
|
scrim: string | boolean;
|
882
882
|
_disableGlobalStack: boolean;
|
883
883
|
}> & Omit<{
|
884
|
-
style: vue.StyleValue;
|
885
|
-
disabled: boolean;
|
886
884
|
absolute: boolean;
|
885
|
+
location: Anchor;
|
886
|
+
origin: "auto" | Anchor | "overlap";
|
887
887
|
transition: string | boolean | (vue.TransitionProps & {
|
888
888
|
component?: Component | undefined;
|
889
889
|
});
|
890
890
|
zIndex: string | number;
|
891
|
+
style: vue.StyleValue;
|
891
892
|
eager: boolean;
|
893
|
+
disabled: boolean;
|
892
894
|
modelValue: boolean;
|
893
|
-
|
894
|
-
location: Anchor;
|
895
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
895
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
896
896
|
updateLocation: (e?: Event | undefined) => void;
|
897
|
-
} | undefined)
|
898
|
-
scrollStrategy: "
|
897
|
+
} | undefined);
|
898
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
899
899
|
activatorProps: Record<string, any>;
|
900
900
|
openOnHover: boolean;
|
901
901
|
closeOnContentClick: boolean;
|
@@ -905,19 +905,19 @@ declare const VMenu: {
|
|
905
905
|
persistent: boolean;
|
906
906
|
scrim: string | boolean;
|
907
907
|
_disableGlobalStack: boolean;
|
908
|
-
class?: any;
|
909
|
-
width?: string | number | undefined;
|
910
|
-
height?: string | number | undefined;
|
911
|
-
theme?: string | undefined;
|
912
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
913
908
|
offset?: string | number | number[] | undefined;
|
914
|
-
|
915
|
-
|
909
|
+
height?: string | number | undefined;
|
910
|
+
width?: string | number | undefined;
|
916
911
|
maxHeight?: string | number | undefined;
|
917
912
|
maxWidth?: string | number | undefined;
|
918
913
|
minHeight?: string | number | undefined;
|
919
914
|
minWidth?: string | number | undefined;
|
920
|
-
|
915
|
+
opacity?: string | number | undefined;
|
916
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
917
|
+
class?: any;
|
918
|
+
theme?: string | undefined;
|
919
|
+
contentClass?: any;
|
920
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
921
921
|
closeDelay?: string | number | undefined;
|
922
922
|
openDelay?: string | number | undefined;
|
923
923
|
openOnClick?: boolean | undefined;
|
@@ -954,26 +954,26 @@ declare const VMenu: {
|
|
954
954
|
props: Record<string, any>;
|
955
955
|
targetRef: TemplateRef;
|
956
956
|
}) => vue.VNodeChild) | undefined;
|
957
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
958
957
|
onAfterEnter?: (() => any) | undefined;
|
959
958
|
onAfterLeave?: (() => any) | undefined;
|
959
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
960
960
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
961
961
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
962
|
-
style: vue.StyleValue;
|
963
|
-
disabled: boolean;
|
964
962
|
absolute: boolean;
|
963
|
+
location: Anchor;
|
964
|
+
origin: "auto" | Anchor | "overlap";
|
965
965
|
transition: string | boolean | (vue.TransitionProps & {
|
966
966
|
component?: Component | undefined;
|
967
967
|
});
|
968
968
|
zIndex: string | number;
|
969
|
+
style: vue.StyleValue;
|
969
970
|
eager: boolean;
|
971
|
+
disabled: boolean;
|
970
972
|
modelValue: boolean;
|
971
|
-
|
972
|
-
location: Anchor;
|
973
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
973
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
974
974
|
updateLocation: (e?: Event | undefined) => void;
|
975
|
-
} | undefined)
|
976
|
-
scrollStrategy: "
|
975
|
+
} | undefined);
|
976
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
977
977
|
activatorProps: Record<string, any>;
|
978
978
|
openOnHover: boolean;
|
979
979
|
closeOnContentClick: boolean;
|
@@ -984,19 +984,19 @@ declare const VMenu: {
|
|
984
984
|
scrim: string | boolean;
|
985
985
|
_disableGlobalStack: boolean;
|
986
986
|
} & {
|
987
|
-
class?: any;
|
988
|
-
width?: string | number | undefined;
|
989
|
-
height?: string | number | undefined;
|
990
|
-
theme?: string | undefined;
|
991
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
992
987
|
offset?: string | number | number[] | undefined;
|
993
|
-
|
994
|
-
|
988
|
+
height?: string | number | undefined;
|
989
|
+
width?: string | number | undefined;
|
995
990
|
maxHeight?: string | number | undefined;
|
996
991
|
maxWidth?: string | number | undefined;
|
997
992
|
minHeight?: string | number | undefined;
|
998
993
|
minWidth?: string | number | undefined;
|
999
|
-
|
994
|
+
opacity?: string | number | undefined;
|
995
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
996
|
+
class?: any;
|
997
|
+
theme?: string | undefined;
|
998
|
+
contentClass?: any;
|
999
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1000
1000
|
closeDelay?: string | number | undefined;
|
1001
1001
|
openDelay?: string | number | undefined;
|
1002
1002
|
openOnClick?: boolean | undefined;
|
@@ -1036,11 +1036,11 @@ declare const VMenu: {
|
|
1036
1036
|
targetRef: TemplateRef;
|
1037
1037
|
}) => vue.VNodeChild) | undefined;
|
1038
1038
|
} & {
|
1039
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1040
1039
|
onAfterEnter?: (() => any) | undefined;
|
1041
1040
|
onAfterLeave?: (() => any) | undefined;
|
1041
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1042
1042
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1043
|
-
}, "
|
1043
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1044
1044
|
$attrs: {
|
1045
1045
|
[x: string]: unknown;
|
1046
1046
|
};
|
@@ -1066,21 +1066,21 @@ declare const VMenu: {
|
|
1066
1066
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1067
1067
|
$el: any;
|
1068
1068
|
$options: vue.ComponentOptionsBase<{
|
1069
|
-
style: vue.StyleValue;
|
1070
|
-
disabled: boolean;
|
1071
1069
|
absolute: boolean;
|
1070
|
+
location: Anchor;
|
1071
|
+
origin: "auto" | Anchor | "overlap";
|
1072
1072
|
transition: string | boolean | (vue.TransitionProps & {
|
1073
1073
|
component?: Component | undefined;
|
1074
1074
|
});
|
1075
1075
|
zIndex: string | number;
|
1076
|
+
style: vue.StyleValue;
|
1076
1077
|
eager: boolean;
|
1078
|
+
disabled: boolean;
|
1077
1079
|
modelValue: boolean;
|
1078
|
-
|
1079
|
-
location: Anchor;
|
1080
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1080
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1081
1081
|
updateLocation: (e?: Event | undefined) => void;
|
1082
|
-
} | undefined)
|
1083
|
-
scrollStrategy: "
|
1082
|
+
} | undefined);
|
1083
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1084
1084
|
activatorProps: Record<string, any>;
|
1085
1085
|
openOnHover: boolean;
|
1086
1086
|
closeOnContentClick: boolean;
|
@@ -1091,19 +1091,19 @@ declare const VMenu: {
|
|
1091
1091
|
scrim: string | boolean;
|
1092
1092
|
_disableGlobalStack: boolean;
|
1093
1093
|
} & {
|
1094
|
-
class?: any;
|
1095
|
-
width?: string | number | undefined;
|
1096
|
-
height?: string | number | undefined;
|
1097
|
-
theme?: string | undefined;
|
1098
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1099
1094
|
offset?: string | number | number[] | undefined;
|
1100
|
-
|
1101
|
-
|
1095
|
+
height?: string | number | undefined;
|
1096
|
+
width?: string | number | undefined;
|
1102
1097
|
maxHeight?: string | number | undefined;
|
1103
1098
|
maxWidth?: string | number | undefined;
|
1104
1099
|
minHeight?: string | number | undefined;
|
1105
1100
|
minWidth?: string | number | undefined;
|
1106
|
-
|
1101
|
+
opacity?: string | number | undefined;
|
1102
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1103
|
+
class?: any;
|
1104
|
+
theme?: string | undefined;
|
1105
|
+
contentClass?: any;
|
1106
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1107
1107
|
closeDelay?: string | number | undefined;
|
1108
1108
|
openDelay?: string | number | undefined;
|
1109
1109
|
openOnClick?: boolean | undefined;
|
@@ -1143,9 +1143,9 @@ declare const VMenu: {
|
|
1143
1143
|
targetRef: TemplateRef;
|
1144
1144
|
}) => vue.VNodeChild) | undefined;
|
1145
1145
|
} & {
|
1146
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1147
1146
|
onAfterEnter?: (() => any) | undefined;
|
1148
1147
|
onAfterLeave?: (() => any) | undefined;
|
1148
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1149
1149
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1150
1150
|
}, {
|
1151
1151
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1162,21 +1162,21 @@ declare const VMenu: {
|
|
1162
1162
|
afterEnter: () => true;
|
1163
1163
|
afterLeave: () => true;
|
1164
1164
|
}, string, {
|
1165
|
-
style: vue.StyleValue;
|
1166
|
-
disabled: boolean;
|
1167
1165
|
absolute: boolean;
|
1166
|
+
location: Anchor;
|
1167
|
+
origin: "auto" | Anchor | "overlap";
|
1168
1168
|
transition: string | boolean | (vue.TransitionProps & {
|
1169
1169
|
component?: Component | undefined;
|
1170
1170
|
});
|
1171
1171
|
zIndex: string | number;
|
1172
|
+
style: vue.StyleValue;
|
1172
1173
|
eager: boolean;
|
1174
|
+
disabled: boolean;
|
1173
1175
|
modelValue: boolean;
|
1174
|
-
|
1175
|
-
location: Anchor;
|
1176
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1176
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1177
1177
|
updateLocation: (e?: Event | undefined) => void;
|
1178
|
-
} | undefined)
|
1179
|
-
scrollStrategy: "
|
1178
|
+
} | undefined);
|
1179
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1180
1180
|
activatorProps: Record<string, any>;
|
1181
1181
|
openOnClick: boolean;
|
1182
1182
|
openOnHover: boolean;
|
@@ -1222,21 +1222,21 @@ declare const VMenu: {
|
|
1222
1222
|
$nextTick: typeof nextTick;
|
1223
1223
|
$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;
|
1224
1224
|
} & Omit<{
|
1225
|
-
style: vue.StyleValue;
|
1226
|
-
disabled: boolean;
|
1227
1225
|
absolute: boolean;
|
1226
|
+
location: Anchor;
|
1227
|
+
origin: "auto" | Anchor | "overlap";
|
1228
1228
|
transition: string | boolean | (vue.TransitionProps & {
|
1229
1229
|
component?: Component | undefined;
|
1230
1230
|
});
|
1231
1231
|
zIndex: string | number;
|
1232
|
+
style: vue.StyleValue;
|
1232
1233
|
eager: boolean;
|
1234
|
+
disabled: boolean;
|
1233
1235
|
modelValue: boolean;
|
1234
|
-
|
1235
|
-
location: Anchor;
|
1236
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1236
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1237
1237
|
updateLocation: (e?: Event | undefined) => void;
|
1238
|
-
} | undefined)
|
1239
|
-
scrollStrategy: "
|
1238
|
+
} | undefined);
|
1239
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1240
1240
|
activatorProps: Record<string, any>;
|
1241
1241
|
openOnHover: boolean;
|
1242
1242
|
closeOnContentClick: boolean;
|
@@ -1247,19 +1247,19 @@ declare const VMenu: {
|
|
1247
1247
|
scrim: string | boolean;
|
1248
1248
|
_disableGlobalStack: boolean;
|
1249
1249
|
} & {
|
1250
|
-
class?: any;
|
1251
|
-
width?: string | number | undefined;
|
1252
|
-
height?: string | number | undefined;
|
1253
|
-
theme?: string | undefined;
|
1254
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1255
1250
|
offset?: string | number | number[] | undefined;
|
1256
|
-
|
1257
|
-
|
1251
|
+
height?: string | number | undefined;
|
1252
|
+
width?: string | number | undefined;
|
1258
1253
|
maxHeight?: string | number | undefined;
|
1259
1254
|
maxWidth?: string | number | undefined;
|
1260
1255
|
minHeight?: string | number | undefined;
|
1261
1256
|
minWidth?: string | number | undefined;
|
1262
|
-
|
1257
|
+
opacity?: string | number | undefined;
|
1258
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1259
|
+
class?: any;
|
1260
|
+
theme?: string | undefined;
|
1261
|
+
contentClass?: any;
|
1262
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1263
1263
|
closeDelay?: string | number | undefined;
|
1264
1264
|
openDelay?: string | number | undefined;
|
1265
1265
|
openOnClick?: boolean | undefined;
|
@@ -1299,9 +1299,9 @@ declare const VMenu: {
|
|
1299
1299
|
targetRef: TemplateRef;
|
1300
1300
|
}) => vue.VNodeChild) | undefined;
|
1301
1301
|
} & {
|
1302
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1303
1302
|
onAfterEnter?: (() => any) | undefined;
|
1304
1303
|
onAfterLeave?: (() => any) | undefined;
|
1304
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1305
1305
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1306
1306
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1307
1307
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1312,23 +1312,23 @@ declare const VMenu: {
|
|
1312
1312
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1313
1313
|
localTop: vue.ComputedRef<boolean>;
|
1314
1314
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1315
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1316
|
-
|
1317
|
-
|
1315
|
+
}> & {} & 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}`>, {}, {}, {}, {
|
1316
|
+
location: Anchor;
|
1317
|
+
origin: "auto" | Anchor | "overlap";
|
1318
1318
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1319
1319
|
component?: Component | undefined;
|
1320
1320
|
})> | {
|
1321
1321
|
component: Component;
|
1322
1322
|
};
|
1323
1323
|
zIndex: string | number;
|
1324
|
+
style: vue.StyleValue;
|
1324
1325
|
eager: boolean;
|
1326
|
+
disabled: boolean;
|
1325
1327
|
modelValue: boolean;
|
1326
|
-
|
1327
|
-
location: Anchor;
|
1328
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1328
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1329
1329
|
updateLocation: (e?: Event | undefined) => void;
|
1330
|
-
} | undefined)
|
1331
|
-
scrollStrategy: NonNullable<"
|
1330
|
+
} | undefined)>;
|
1331
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1332
1332
|
closeDelay: NonNullable<string | number>;
|
1333
1333
|
openDelay: NonNullable<string | number>;
|
1334
1334
|
activatorProps: Record<string, any>;
|
@@ -1346,22 +1346,22 @@ declare const VMenu: {
|
|
1346
1346
|
__isTeleport?: undefined;
|
1347
1347
|
__isSuspense?: undefined;
|
1348
1348
|
} & vue.ComponentOptionsBase<{
|
1349
|
-
|
1350
|
-
|
1349
|
+
location: Anchor;
|
1350
|
+
origin: "auto" | Anchor | "overlap";
|
1351
1351
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1352
1352
|
component?: Component | undefined;
|
1353
1353
|
})> | {
|
1354
1354
|
component: Component;
|
1355
1355
|
};
|
1356
1356
|
zIndex: string | number;
|
1357
|
+
style: vue.StyleValue;
|
1357
1358
|
eager: boolean;
|
1359
|
+
disabled: boolean;
|
1358
1360
|
modelValue: boolean;
|
1359
|
-
|
1360
|
-
location: Anchor;
|
1361
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1361
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1362
1362
|
updateLocation: (e?: Event | undefined) => void;
|
1363
|
-
} | undefined)
|
1364
|
-
scrollStrategy: NonNullable<"
|
1363
|
+
} | undefined)>;
|
1364
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1365
1365
|
closeDelay: NonNullable<string | number>;
|
1366
1366
|
openDelay: NonNullable<string | number>;
|
1367
1367
|
activatorProps: Record<string, any>;
|
@@ -1373,20 +1373,20 @@ declare const VMenu: {
|
|
1373
1373
|
persistent: boolean;
|
1374
1374
|
scrim: NonNullable<string | boolean>;
|
1375
1375
|
} & {
|
1376
|
-
|
1376
|
+
offset?: string | number | number[] | undefined;
|
1377
1377
|
id?: string | undefined;
|
1378
|
-
width?: string | number | undefined;
|
1379
1378
|
height?: string | number | undefined;
|
1380
|
-
|
1381
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1382
|
-
offset?: string | number | number[] | undefined;
|
1383
|
-
contentClass?: any;
|
1384
|
-
opacity?: string | number | undefined;
|
1379
|
+
width?: string | number | undefined;
|
1385
1380
|
maxHeight?: string | number | undefined;
|
1386
1381
|
maxWidth?: string | number | undefined;
|
1387
1382
|
minHeight?: string | number | undefined;
|
1388
1383
|
minWidth?: string | number | undefined;
|
1389
|
-
|
1384
|
+
opacity?: string | number | undefined;
|
1385
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1386
|
+
class?: any;
|
1387
|
+
theme?: string | undefined;
|
1388
|
+
contentClass?: any;
|
1389
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1390
1390
|
openOnClick?: boolean | undefined;
|
1391
1391
|
openOnFocus?: boolean | undefined;
|
1392
1392
|
contentProps?: any;
|
@@ -1427,26 +1427,26 @@ declare const VMenu: {
|
|
1427
1427
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1428
1428
|
}, {
|
1429
1429
|
id: vue.ComputedRef<string>;
|
1430
|
-
ΨopenChildren: vue.ShallowRef<number
|
1430
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
1431
1431
|
} & Omit<Omit<{
|
1432
1432
|
$: vue.ComponentInternalInstance;
|
1433
1433
|
$data: {};
|
1434
1434
|
$props: Partial<{
|
1435
|
-
style: vue.StyleValue;
|
1436
|
-
disabled: boolean;
|
1437
1435
|
absolute: boolean;
|
1436
|
+
location: Anchor;
|
1437
|
+
origin: "auto" | Anchor | "overlap";
|
1438
1438
|
transition: string | boolean | (vue.TransitionProps & {
|
1439
1439
|
component?: Component | undefined;
|
1440
1440
|
});
|
1441
1441
|
zIndex: string | number;
|
1442
|
+
style: vue.StyleValue;
|
1442
1443
|
eager: boolean;
|
1444
|
+
disabled: boolean;
|
1443
1445
|
modelValue: boolean;
|
1444
|
-
|
1445
|
-
location: Anchor;
|
1446
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1446
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1447
1447
|
updateLocation: (e?: Event | undefined) => void;
|
1448
|
-
} | undefined)
|
1449
|
-
scrollStrategy: "
|
1448
|
+
} | undefined);
|
1449
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1450
1450
|
activatorProps: Record<string, any>;
|
1451
1451
|
openOnClick: boolean;
|
1452
1452
|
openOnHover: boolean;
|
@@ -1459,21 +1459,21 @@ declare const VMenu: {
|
|
1459
1459
|
scrim: string | boolean;
|
1460
1460
|
_disableGlobalStack: boolean;
|
1461
1461
|
}> & Omit<{
|
1462
|
-
style: vue.StyleValue;
|
1463
|
-
disabled: boolean;
|
1464
1462
|
absolute: boolean;
|
1463
|
+
location: Anchor;
|
1464
|
+
origin: "auto" | Anchor | "overlap";
|
1465
1465
|
transition: string | boolean | (vue.TransitionProps & {
|
1466
1466
|
component?: Component | undefined;
|
1467
1467
|
});
|
1468
1468
|
zIndex: string | number;
|
1469
|
+
style: vue.StyleValue;
|
1469
1470
|
eager: boolean;
|
1471
|
+
disabled: boolean;
|
1470
1472
|
modelValue: boolean;
|
1471
|
-
|
1472
|
-
location: Anchor;
|
1473
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1473
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1474
1474
|
updateLocation: (e?: Event | undefined) => void;
|
1475
|
-
} | undefined)
|
1476
|
-
scrollStrategy: "
|
1475
|
+
} | undefined);
|
1476
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1477
1477
|
activatorProps: Record<string, any>;
|
1478
1478
|
openOnHover: boolean;
|
1479
1479
|
closeOnContentClick: boolean;
|
@@ -1483,19 +1483,19 @@ declare const VMenu: {
|
|
1483
1483
|
persistent: boolean;
|
1484
1484
|
scrim: string | boolean;
|
1485
1485
|
_disableGlobalStack: boolean;
|
1486
|
-
class?: any;
|
1487
|
-
width?: string | number | undefined;
|
1488
|
-
height?: string | number | undefined;
|
1489
|
-
theme?: string | undefined;
|
1490
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1491
1486
|
offset?: string | number | number[] | undefined;
|
1492
|
-
|
1493
|
-
|
1487
|
+
height?: string | number | undefined;
|
1488
|
+
width?: string | number | undefined;
|
1494
1489
|
maxHeight?: string | number | undefined;
|
1495
1490
|
maxWidth?: string | number | undefined;
|
1496
1491
|
minHeight?: string | number | undefined;
|
1497
1492
|
minWidth?: string | number | undefined;
|
1498
|
-
|
1493
|
+
opacity?: string | number | undefined;
|
1494
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1495
|
+
class?: any;
|
1496
|
+
theme?: string | undefined;
|
1497
|
+
contentClass?: any;
|
1498
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1499
1499
|
closeDelay?: string | number | undefined;
|
1500
1500
|
openDelay?: string | number | undefined;
|
1501
1501
|
openOnClick?: boolean | undefined;
|
@@ -1532,26 +1532,26 @@ declare const VMenu: {
|
|
1532
1532
|
props: Record<string, any>;
|
1533
1533
|
targetRef: TemplateRef;
|
1534
1534
|
}) => vue.VNodeChild) | undefined;
|
1535
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1536
1535
|
onAfterEnter?: (() => any) | undefined;
|
1537
1536
|
onAfterLeave?: (() => any) | undefined;
|
1537
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1538
1538
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1539
1539
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1540
|
-
style: vue.StyleValue;
|
1541
|
-
disabled: boolean;
|
1542
1540
|
absolute: boolean;
|
1541
|
+
location: Anchor;
|
1542
|
+
origin: "auto" | Anchor | "overlap";
|
1543
1543
|
transition: string | boolean | (vue.TransitionProps & {
|
1544
1544
|
component?: Component | undefined;
|
1545
1545
|
});
|
1546
1546
|
zIndex: string | number;
|
1547
|
+
style: vue.StyleValue;
|
1547
1548
|
eager: boolean;
|
1549
|
+
disabled: boolean;
|
1548
1550
|
modelValue: boolean;
|
1549
|
-
|
1550
|
-
location: Anchor;
|
1551
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1551
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1552
1552
|
updateLocation: (e?: Event | undefined) => void;
|
1553
|
-
} | undefined)
|
1554
|
-
scrollStrategy: "
|
1553
|
+
} | undefined);
|
1554
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1555
1555
|
activatorProps: Record<string, any>;
|
1556
1556
|
openOnHover: boolean;
|
1557
1557
|
closeOnContentClick: boolean;
|
@@ -1562,19 +1562,19 @@ declare const VMenu: {
|
|
1562
1562
|
scrim: string | boolean;
|
1563
1563
|
_disableGlobalStack: boolean;
|
1564
1564
|
} & {
|
1565
|
-
class?: any;
|
1566
|
-
width?: string | number | undefined;
|
1567
|
-
height?: string | number | undefined;
|
1568
|
-
theme?: string | undefined;
|
1569
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1570
1565
|
offset?: string | number | number[] | undefined;
|
1571
|
-
|
1572
|
-
|
1566
|
+
height?: string | number | undefined;
|
1567
|
+
width?: string | number | undefined;
|
1573
1568
|
maxHeight?: string | number | undefined;
|
1574
1569
|
maxWidth?: string | number | undefined;
|
1575
1570
|
minHeight?: string | number | undefined;
|
1576
1571
|
minWidth?: string | number | undefined;
|
1577
|
-
|
1572
|
+
opacity?: string | number | undefined;
|
1573
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1574
|
+
class?: any;
|
1575
|
+
theme?: string | undefined;
|
1576
|
+
contentClass?: any;
|
1577
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1578
1578
|
closeDelay?: string | number | undefined;
|
1579
1579
|
openDelay?: string | number | undefined;
|
1580
1580
|
openOnClick?: boolean | undefined;
|
@@ -1614,11 +1614,11 @@ declare const VMenu: {
|
|
1614
1614
|
targetRef: TemplateRef;
|
1615
1615
|
}) => vue.VNodeChild) | undefined;
|
1616
1616
|
} & {
|
1617
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1618
1617
|
onAfterEnter?: (() => any) | undefined;
|
1619
1618
|
onAfterLeave?: (() => any) | undefined;
|
1619
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1620
1620
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1621
|
-
}, "
|
1621
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1622
1622
|
$attrs: {
|
1623
1623
|
[x: string]: unknown;
|
1624
1624
|
};
|
@@ -1644,21 +1644,21 @@ declare const VMenu: {
|
|
1644
1644
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1645
1645
|
$el: any;
|
1646
1646
|
$options: vue.ComponentOptionsBase<{
|
1647
|
-
style: vue.StyleValue;
|
1648
|
-
disabled: boolean;
|
1649
1647
|
absolute: boolean;
|
1648
|
+
location: Anchor;
|
1649
|
+
origin: "auto" | Anchor | "overlap";
|
1650
1650
|
transition: string | boolean | (vue.TransitionProps & {
|
1651
1651
|
component?: Component | undefined;
|
1652
1652
|
});
|
1653
1653
|
zIndex: string | number;
|
1654
|
+
style: vue.StyleValue;
|
1654
1655
|
eager: boolean;
|
1656
|
+
disabled: boolean;
|
1655
1657
|
modelValue: boolean;
|
1656
|
-
|
1657
|
-
location: Anchor;
|
1658
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1658
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1659
1659
|
updateLocation: (e?: Event | undefined) => void;
|
1660
|
-
} | undefined)
|
1661
|
-
scrollStrategy: "
|
1660
|
+
} | undefined);
|
1661
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1662
1662
|
activatorProps: Record<string, any>;
|
1663
1663
|
openOnHover: boolean;
|
1664
1664
|
closeOnContentClick: boolean;
|
@@ -1669,19 +1669,19 @@ declare const VMenu: {
|
|
1669
1669
|
scrim: string | boolean;
|
1670
1670
|
_disableGlobalStack: boolean;
|
1671
1671
|
} & {
|
1672
|
-
class?: any;
|
1673
|
-
width?: string | number | undefined;
|
1674
|
-
height?: string | number | undefined;
|
1675
|
-
theme?: string | undefined;
|
1676
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1677
1672
|
offset?: string | number | number[] | undefined;
|
1678
|
-
|
1679
|
-
|
1673
|
+
height?: string | number | undefined;
|
1674
|
+
width?: string | number | undefined;
|
1680
1675
|
maxHeight?: string | number | undefined;
|
1681
1676
|
maxWidth?: string | number | undefined;
|
1682
1677
|
minHeight?: string | number | undefined;
|
1683
1678
|
minWidth?: string | number | undefined;
|
1684
|
-
|
1679
|
+
opacity?: string | number | undefined;
|
1680
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1681
|
+
class?: any;
|
1682
|
+
theme?: string | undefined;
|
1683
|
+
contentClass?: any;
|
1684
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1685
1685
|
closeDelay?: string | number | undefined;
|
1686
1686
|
openDelay?: string | number | undefined;
|
1687
1687
|
openOnClick?: boolean | undefined;
|
@@ -1721,9 +1721,9 @@ declare const VMenu: {
|
|
1721
1721
|
targetRef: TemplateRef;
|
1722
1722
|
}) => vue.VNodeChild) | undefined;
|
1723
1723
|
} & {
|
1724
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1725
1724
|
onAfterEnter?: (() => any) | undefined;
|
1726
1725
|
onAfterLeave?: (() => any) | undefined;
|
1726
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1727
1727
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1728
1728
|
}, {
|
1729
1729
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1740,21 +1740,21 @@ declare const VMenu: {
|
|
1740
1740
|
afterEnter: () => true;
|
1741
1741
|
afterLeave: () => true;
|
1742
1742
|
}, string, {
|
1743
|
-
style: vue.StyleValue;
|
1744
|
-
disabled: boolean;
|
1745
1743
|
absolute: boolean;
|
1744
|
+
location: Anchor;
|
1745
|
+
origin: "auto" | Anchor | "overlap";
|
1746
1746
|
transition: string | boolean | (vue.TransitionProps & {
|
1747
1747
|
component?: Component | undefined;
|
1748
1748
|
});
|
1749
1749
|
zIndex: string | number;
|
1750
|
+
style: vue.StyleValue;
|
1750
1751
|
eager: boolean;
|
1752
|
+
disabled: boolean;
|
1751
1753
|
modelValue: boolean;
|
1752
|
-
|
1753
|
-
location: Anchor;
|
1754
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1754
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1755
1755
|
updateLocation: (e?: Event | undefined) => void;
|
1756
|
-
} | undefined)
|
1757
|
-
scrollStrategy: "
|
1756
|
+
} | undefined);
|
1757
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1758
1758
|
activatorProps: Record<string, any>;
|
1759
1759
|
openOnClick: boolean;
|
1760
1760
|
openOnHover: boolean;
|
@@ -1800,21 +1800,21 @@ declare const VMenu: {
|
|
1800
1800
|
$nextTick: typeof nextTick;
|
1801
1801
|
$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;
|
1802
1802
|
} & Omit<{
|
1803
|
-
style: vue.StyleValue;
|
1804
|
-
disabled: boolean;
|
1805
1803
|
absolute: boolean;
|
1804
|
+
location: Anchor;
|
1805
|
+
origin: "auto" | Anchor | "overlap";
|
1806
1806
|
transition: string | boolean | (vue.TransitionProps & {
|
1807
1807
|
component?: Component | undefined;
|
1808
1808
|
});
|
1809
1809
|
zIndex: string | number;
|
1810
|
+
style: vue.StyleValue;
|
1810
1811
|
eager: boolean;
|
1812
|
+
disabled: boolean;
|
1811
1813
|
modelValue: boolean;
|
1812
|
-
|
1813
|
-
location: Anchor;
|
1814
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1814
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1815
1815
|
updateLocation: (e?: Event | undefined) => void;
|
1816
|
-
} | undefined)
|
1817
|
-
scrollStrategy: "
|
1816
|
+
} | undefined);
|
1817
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1818
1818
|
activatorProps: Record<string, any>;
|
1819
1819
|
openOnHover: boolean;
|
1820
1820
|
closeOnContentClick: boolean;
|
@@ -1825,19 +1825,19 @@ declare const VMenu: {
|
|
1825
1825
|
scrim: string | boolean;
|
1826
1826
|
_disableGlobalStack: boolean;
|
1827
1827
|
} & {
|
1828
|
-
class?: any;
|
1829
|
-
width?: string | number | undefined;
|
1830
|
-
height?: string | number | undefined;
|
1831
|
-
theme?: string | undefined;
|
1832
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1833
1828
|
offset?: string | number | number[] | undefined;
|
1834
|
-
|
1835
|
-
|
1829
|
+
height?: string | number | undefined;
|
1830
|
+
width?: string | number | undefined;
|
1836
1831
|
maxHeight?: string | number | undefined;
|
1837
1832
|
maxWidth?: string | number | undefined;
|
1838
1833
|
minHeight?: string | number | undefined;
|
1839
1834
|
minWidth?: string | number | undefined;
|
1840
|
-
|
1835
|
+
opacity?: string | number | undefined;
|
1836
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1837
|
+
class?: any;
|
1838
|
+
theme?: string | undefined;
|
1839
|
+
contentClass?: any;
|
1840
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1841
1841
|
closeDelay?: string | number | undefined;
|
1842
1842
|
openDelay?: string | number | undefined;
|
1843
1843
|
openOnClick?: boolean | undefined;
|
@@ -1877,9 +1877,9 @@ declare const VMenu: {
|
|
1877
1877
|
targetRef: TemplateRef;
|
1878
1878
|
}) => vue.VNodeChild) | undefined;
|
1879
1879
|
} & {
|
1880
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1881
1880
|
onAfterEnter?: (() => any) | undefined;
|
1882
1881
|
onAfterLeave?: (() => any) | undefined;
|
1882
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1883
1883
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1884
1884
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1885
1885
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1890,25 +1890,25 @@ declare const VMenu: {
|
|
1890
1890
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1891
1891
|
localTop: vue.ComputedRef<boolean>;
|
1892
1892
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1893
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1893
|
+
}> & {} & 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, {
|
1894
1894
|
'update:modelValue': (value: boolean) => boolean;
|
1895
1895
|
}, string, {
|
1896
|
-
|
1897
|
-
|
1896
|
+
location: Anchor;
|
1897
|
+
origin: "auto" | Anchor | "overlap";
|
1898
1898
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1899
1899
|
component?: Component | undefined;
|
1900
1900
|
})> | {
|
1901
1901
|
component: Component;
|
1902
1902
|
};
|
1903
1903
|
zIndex: string | number;
|
1904
|
+
style: vue.StyleValue;
|
1904
1905
|
eager: boolean;
|
1906
|
+
disabled: boolean;
|
1905
1907
|
modelValue: boolean;
|
1906
|
-
|
1907
|
-
location: Anchor;
|
1908
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1908
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1909
1909
|
updateLocation: (e?: Event | undefined) => void;
|
1910
|
-
} | undefined)
|
1911
|
-
scrollStrategy: NonNullable<"
|
1910
|
+
} | undefined)>;
|
1911
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1912
1912
|
closeDelay: NonNullable<string | number>;
|
1913
1913
|
openDelay: NonNullable<string | number>;
|
1914
1914
|
activatorProps: Record<string, any>;
|
@@ -1935,24 +1935,29 @@ declare const VMenu: {
|
|
1935
1935
|
[key: string]: any;
|
1936
1936
|
}>[];
|
1937
1937
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1938
|
-
|
1939
|
-
|
1940
|
-
type: vue.PropType<
|
1941
|
-
default:
|
1938
|
+
offset: vue.PropType<string | number | number[] | undefined>;
|
1939
|
+
location: {
|
1940
|
+
type: vue.PropType<Anchor>;
|
1941
|
+
default: string;
|
1942
|
+
};
|
1943
|
+
origin: {
|
1944
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
1945
|
+
default: string;
|
1942
1946
|
};
|
1943
|
-
width: (StringConstructor | NumberConstructor)[];
|
1944
1947
|
height: (StringConstructor | NumberConstructor)[];
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1948
|
+
width: (StringConstructor | NumberConstructor)[];
|
1949
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1950
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1951
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1952
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1953
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
1949
1954
|
transition: Omit<{
|
1950
1955
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1951
1956
|
component?: Component | undefined;
|
1952
1957
|
})>;
|
1953
1958
|
default: string;
|
1954
1959
|
validator: (val: unknown) => boolean;
|
1955
|
-
}, "
|
1960
|
+
}, "type" | "default"> & {
|
1956
1961
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
1957
1962
|
component?: Component | undefined;
|
1958
1963
|
})> | {
|
@@ -1968,44 +1973,39 @@ declare const VMenu: {
|
|
1968
1973
|
type: (StringConstructor | NumberConstructor)[];
|
1969
1974
|
default: number;
|
1970
1975
|
};
|
1976
|
+
style: {
|
1977
|
+
type: vue.PropType<vue.StyleValue>;
|
1978
|
+
default: null;
|
1979
|
+
};
|
1980
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
1971
1981
|
eager: BooleanConstructor;
|
1982
|
+
disabled: BooleanConstructor;
|
1983
|
+
class: vue.PropType<any>;
|
1984
|
+
theme: StringConstructor;
|
1972
1985
|
modelValue: BooleanConstructor;
|
1973
1986
|
contentClass: null;
|
1974
|
-
|
1975
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
1976
|
-
default: string;
|
1977
|
-
};
|
1978
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
1979
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1980
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1981
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1982
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1983
|
-
location: {
|
1984
|
-
type: vue.PropType<Anchor>;
|
1985
|
-
default: string;
|
1986
|
-
};
|
1987
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
1987
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
1988
1988
|
locationStrategy: Omit<{
|
1989
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1989
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1990
1990
|
updateLocation: (e?: Event | undefined) => void;
|
1991
|
-
} | undefined)
|
1991
|
+
} | undefined)>;
|
1992
1992
|
default: string;
|
1993
1993
|
validator: (val: any) => boolean;
|
1994
|
-
}, "
|
1995
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1994
|
+
}, "type" | "default"> & {
|
1995
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1996
1996
|
updateLocation: (e?: Event | undefined) => void;
|
1997
|
-
} | undefined)
|
1998
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1997
|
+
} | undefined)>>;
|
1998
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1999
1999
|
updateLocation: (e?: Event | undefined) => void;
|
2000
|
-
} | undefined)
|
2000
|
+
} | undefined)>;
|
2001
2001
|
};
|
2002
2002
|
scrollStrategy: Omit<{
|
2003
|
-
type: vue.PropType<"
|
2003
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2004
2004
|
default: string;
|
2005
2005
|
validator: (val: any) => boolean;
|
2006
|
-
}, "
|
2007
|
-
type: vue.PropType<NonNullable<"
|
2008
|
-
default: NonNullable<"
|
2006
|
+
}, "type" | "default"> & {
|
2007
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
2008
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2009
2009
|
};
|
2010
2010
|
closeDelay: {
|
2011
2011
|
type: vue.PropType<NonNullable<string | number>>;
|
@@ -2043,31 +2043,36 @@ declare const VMenu: {
|
|
2043
2043
|
scrim: Omit<{
|
2044
2044
|
type: (StringConstructor | BooleanConstructor)[];
|
2045
2045
|
default: boolean;
|
2046
|
-
}, "
|
2046
|
+
}, "type" | "default"> & {
|
2047
2047
|
type: vue.PropType<NonNullable<string | boolean>>;
|
2048
2048
|
default: NonNullable<string | boolean>;
|
2049
2049
|
};
|
2050
2050
|
attach: vue.PropType<string | boolean | Element>;
|
2051
2051
|
id: StringConstructor;
|
2052
2052
|
}, vue.ExtractPropTypes<{
|
2053
|
-
|
2054
|
-
|
2055
|
-
type: vue.PropType<
|
2056
|
-
default:
|
2053
|
+
offset: vue.PropType<string | number | number[] | undefined>;
|
2054
|
+
location: {
|
2055
|
+
type: vue.PropType<Anchor>;
|
2056
|
+
default: string;
|
2057
|
+
};
|
2058
|
+
origin: {
|
2059
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
2060
|
+
default: string;
|
2057
2061
|
};
|
2058
|
-
width: (StringConstructor | NumberConstructor)[];
|
2059
2062
|
height: (StringConstructor | NumberConstructor)[];
|
2060
|
-
|
2061
|
-
|
2062
|
-
|
2063
|
-
|
2063
|
+
width: (StringConstructor | NumberConstructor)[];
|
2064
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2065
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2066
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2067
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2068
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
2064
2069
|
transition: Omit<{
|
2065
2070
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2066
2071
|
component?: Component | undefined;
|
2067
2072
|
})>;
|
2068
2073
|
default: string;
|
2069
2074
|
validator: (val: unknown) => boolean;
|
2070
|
-
}, "
|
2075
|
+
}, "type" | "default"> & {
|
2071
2076
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2072
2077
|
component?: Component | undefined;
|
2073
2078
|
})> | {
|
@@ -2083,44 +2088,39 @@ declare const VMenu: {
|
|
2083
2088
|
type: (StringConstructor | NumberConstructor)[];
|
2084
2089
|
default: number;
|
2085
2090
|
};
|
2091
|
+
style: {
|
2092
|
+
type: vue.PropType<vue.StyleValue>;
|
2093
|
+
default: null;
|
2094
|
+
};
|
2095
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2086
2096
|
eager: BooleanConstructor;
|
2097
|
+
disabled: BooleanConstructor;
|
2098
|
+
class: vue.PropType<any>;
|
2099
|
+
theme: StringConstructor;
|
2087
2100
|
modelValue: BooleanConstructor;
|
2088
2101
|
contentClass: null;
|
2089
|
-
|
2090
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
2091
|
-
default: string;
|
2092
|
-
};
|
2093
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2094
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2095
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2096
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2097
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2098
|
-
location: {
|
2099
|
-
type: vue.PropType<Anchor>;
|
2100
|
-
default: string;
|
2101
|
-
};
|
2102
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2102
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2103
2103
|
locationStrategy: Omit<{
|
2104
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2104
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2105
2105
|
updateLocation: (e?: Event | undefined) => void;
|
2106
|
-
} | undefined)
|
2106
|
+
} | undefined)>;
|
2107
2107
|
default: string;
|
2108
2108
|
validator: (val: any) => boolean;
|
2109
|
-
}, "
|
2110
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2109
|
+
}, "type" | "default"> & {
|
2110
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2111
2111
|
updateLocation: (e?: Event | undefined) => void;
|
2112
|
-
} | undefined)
|
2113
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2112
|
+
} | undefined)>>;
|
2113
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2114
2114
|
updateLocation: (e?: Event | undefined) => void;
|
2115
|
-
} | undefined)
|
2115
|
+
} | undefined)>;
|
2116
2116
|
};
|
2117
2117
|
scrollStrategy: Omit<{
|
2118
|
-
type: vue.PropType<"
|
2118
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2119
2119
|
default: string;
|
2120
2120
|
validator: (val: any) => boolean;
|
2121
|
-
}, "
|
2122
|
-
type: vue.PropType<NonNullable<"
|
2123
|
-
default: NonNullable<"
|
2121
|
+
}, "type" | "default"> & {
|
2122
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
2123
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2124
2124
|
};
|
2125
2125
|
closeDelay: {
|
2126
2126
|
type: vue.PropType<NonNullable<string | number>>;
|
@@ -2158,7 +2158,7 @@ declare const VMenu: {
|
|
2158
2158
|
scrim: Omit<{
|
2159
2159
|
type: (StringConstructor | BooleanConstructor)[];
|
2160
2160
|
default: boolean;
|
2161
|
-
}, "
|
2161
|
+
}, "type" | "default"> & {
|
2162
2162
|
type: vue.PropType<NonNullable<string | boolean>>;
|
2163
2163
|
default: NonNullable<string | boolean>;
|
2164
2164
|
};
|