@vuetify/nightly 3.7.6-dev.2024-12-18 → 3.7.6-master.2024-12-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2045 -2053
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +4154 -4172
- package/dist/vuetify-labs.css +3035 -3035
- package/dist/vuetify-labs.d.ts +14357 -3345
- package/dist/vuetify-labs.esm.js +47 -45
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +46 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3397 -3397
- package/dist/vuetify.d.ts +11515 -2341
- package/dist/vuetify.esm.js +47 -45
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +46 -44
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +883 -878
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/index.d.mts +20 -4
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +154 -18
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1380 -221
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +79 -11
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +33 -13
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +190 -24
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +95 -17
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.mjs +9 -16
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +105 -9
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +43 -24
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +1380 -221
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +13 -6
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +388 -36
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +276 -24
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +389 -143
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +159 -23
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +84 -15
- package/lib/components/VField/VField.mjs +4 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +74 -17
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +291 -48
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.mjs +4 -5
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +1372 -220
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/index.d.mts +77 -21
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +4 -3
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +4 -3
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +250 -24
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/index.d.mts +33 -4
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +401 -105
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/index.d.mts +20 -4
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +75 -8
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +54 -15
- package/lib/components/index.d.mts +11736 -2562
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +3 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +65 -65
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +195 -8
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +227 -12
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +205 -18
- package/lib/labs/components.d.mts +3056 -972
- package/lib/util/getCurrentInstance.mjs +15 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +4 -5
@@ -1,4 +1,3 @@
|
|
1
|
-
import * as _vue_reactivity from '@vue/reactivity';
|
2
1
|
import * as vue from 'vue';
|
3
2
|
import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, Ref, EffectScope, Component, nextTick } from 'vue';
|
4
3
|
|
@@ -94,7 +93,7 @@ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyPr
|
|
94
93
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
95
94
|
|
96
95
|
declare const VDialog: {
|
97
|
-
new (...args: any[]): vue.
|
96
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
98
97
|
absolute: boolean;
|
99
98
|
location: Anchor;
|
100
99
|
origin: "auto" | Anchor | "overlap";
|
@@ -287,7 +286,89 @@ declare const VDialog: {
|
|
287
286
|
onAfterLeave?: (() => any) | undefined;
|
288
287
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
289
288
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
290
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
289
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
290
|
+
absolute: boolean;
|
291
|
+
location: Anchor;
|
292
|
+
origin: "auto" | Anchor | "overlap";
|
293
|
+
transition: string | boolean | (vue.TransitionProps & {
|
294
|
+
component?: Component;
|
295
|
+
});
|
296
|
+
zIndex: string | number;
|
297
|
+
style: vue.StyleValue;
|
298
|
+
eager: boolean;
|
299
|
+
disabled: boolean;
|
300
|
+
persistent: boolean;
|
301
|
+
modelValue: boolean;
|
302
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
303
|
+
updateLocation: (e?: Event) => void;
|
304
|
+
});
|
305
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
306
|
+
activatorProps: Record<string, any>;
|
307
|
+
openOnHover: boolean;
|
308
|
+
closeOnContentClick: boolean;
|
309
|
+
closeOnBack: boolean;
|
310
|
+
contained: boolean;
|
311
|
+
noClickAnimation: boolean;
|
312
|
+
scrim: string | boolean;
|
313
|
+
_disableGlobalStack: boolean;
|
314
|
+
} & {
|
315
|
+
offset?: string | number | number[] | undefined;
|
316
|
+
height?: string | number | undefined;
|
317
|
+
width?: string | number | undefined;
|
318
|
+
maxHeight?: string | number | undefined;
|
319
|
+
maxWidth?: string | number | undefined;
|
320
|
+
minHeight?: string | number | undefined;
|
321
|
+
minWidth?: string | number | undefined;
|
322
|
+
opacity?: string | number | undefined;
|
323
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
324
|
+
class?: any;
|
325
|
+
theme?: string | undefined;
|
326
|
+
contentClass?: any;
|
327
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
328
|
+
closeDelay?: string | number | undefined;
|
329
|
+
openDelay?: string | number | undefined;
|
330
|
+
openOnClick?: boolean | undefined;
|
331
|
+
openOnFocus?: boolean | undefined;
|
332
|
+
contentProps?: any;
|
333
|
+
attach?: string | boolean | Element | undefined;
|
334
|
+
} & {
|
335
|
+
$children?: vue.VNodeChild | {
|
336
|
+
default?: ((arg: {
|
337
|
+
isActive: vue.Ref<boolean>;
|
338
|
+
}) => vue.VNodeChild) | undefined;
|
339
|
+
activator?: ((arg: {
|
340
|
+
isActive: boolean;
|
341
|
+
props: Record<string, any>;
|
342
|
+
targetRef: TemplateRef;
|
343
|
+
}) => vue.VNodeChild) | undefined;
|
344
|
+
} | ((arg: {
|
345
|
+
isActive: vue.Ref<boolean>;
|
346
|
+
}) => vue.VNodeChild);
|
347
|
+
'v-slots'?: {
|
348
|
+
default?: false | ((arg: {
|
349
|
+
isActive: vue.Ref<boolean>;
|
350
|
+
}) => vue.VNodeChild) | undefined;
|
351
|
+
activator?: false | ((arg: {
|
352
|
+
isActive: boolean;
|
353
|
+
props: Record<string, any>;
|
354
|
+
targetRef: TemplateRef;
|
355
|
+
}) => vue.VNodeChild) | undefined;
|
356
|
+
} | undefined;
|
357
|
+
} & {
|
358
|
+
"v-slot:default"?: false | ((arg: {
|
359
|
+
isActive: vue.Ref<boolean>;
|
360
|
+
}) => vue.VNodeChild) | undefined;
|
361
|
+
"v-slot:activator"?: false | ((arg: {
|
362
|
+
isActive: boolean;
|
363
|
+
props: Record<string, any>;
|
364
|
+
targetRef: TemplateRef;
|
365
|
+
}) => vue.VNodeChild) | undefined;
|
366
|
+
} & {
|
367
|
+
onAfterEnter?: (() => any) | undefined;
|
368
|
+
onAfterLeave?: (() => any) | undefined;
|
369
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
370
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
371
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
291
372
|
$attrs: {
|
292
373
|
[x: string]: unknown;
|
293
374
|
};
|
@@ -306,7 +387,6 @@ declare const VDialog: {
|
|
306
387
|
}>;
|
307
388
|
$root: vue.ComponentPublicInstance | null;
|
308
389
|
$parent: vue.ComponentPublicInstance | null;
|
309
|
-
$host: Element | null;
|
310
390
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
311
391
|
$el: any;
|
312
392
|
$options: vue.ComponentOptionsBase<{
|
@@ -392,14 +472,14 @@ declare const VDialog: {
|
|
392
472
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
393
473
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
394
474
|
}, {
|
395
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
396
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
475
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
476
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
397
477
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
398
478
|
animateClick: () => void;
|
399
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
400
|
-
globalTop: Readonly<vue.Ref<boolean
|
479
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
480
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
401
481
|
localTop: vue.ComputedRef<boolean>;
|
402
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
482
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
403
483
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
404
484
|
'click:outside': (e: MouseEvent) => true;
|
405
485
|
'update:modelValue': (value: boolean) => true;
|
@@ -441,7 +521,7 @@ declare const VDialog: {
|
|
441
521
|
props: Record<string, any>;
|
442
522
|
targetRef: TemplateRef;
|
443
523
|
}) => vue.VNode[];
|
444
|
-
}
|
524
|
+
}>>> & {
|
445
525
|
beforeCreate?: (() => void) | (() => void)[];
|
446
526
|
created?: (() => void) | (() => void)[];
|
447
527
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -460,8 +540,8 @@ declare const VDialog: {
|
|
460
540
|
};
|
461
541
|
$forceUpdate: () => void;
|
462
542
|
$nextTick: typeof nextTick;
|
463
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
464
|
-
} &
|
543
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
544
|
+
} & Omit<{
|
465
545
|
absolute: boolean;
|
466
546
|
location: Anchor;
|
467
547
|
origin: "auto" | Anchor | "overlap";
|
@@ -479,22 +559,103 @@ declare const VDialog: {
|
|
479
559
|
});
|
480
560
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
481
561
|
activatorProps: Record<string, any>;
|
482
|
-
openOnClick: boolean;
|
483
562
|
openOnHover: boolean;
|
484
|
-
openOnFocus: boolean;
|
485
563
|
closeOnContentClick: boolean;
|
486
564
|
closeOnBack: boolean;
|
487
565
|
contained: boolean;
|
488
566
|
noClickAnimation: boolean;
|
489
567
|
scrim: string | boolean;
|
490
568
|
_disableGlobalStack: boolean;
|
491
|
-
}
|
569
|
+
} & {
|
570
|
+
offset?: string | number | number[] | undefined;
|
571
|
+
height?: string | number | undefined;
|
572
|
+
width?: string | number | undefined;
|
573
|
+
maxHeight?: string | number | undefined;
|
574
|
+
maxWidth?: string | number | undefined;
|
575
|
+
minHeight?: string | number | undefined;
|
576
|
+
minWidth?: string | number | undefined;
|
577
|
+
opacity?: string | number | undefined;
|
578
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
579
|
+
class?: any;
|
580
|
+
theme?: string | undefined;
|
581
|
+
contentClass?: any;
|
582
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
583
|
+
closeDelay?: string | number | undefined;
|
584
|
+
openDelay?: string | number | undefined;
|
585
|
+
openOnClick?: boolean | undefined;
|
586
|
+
openOnFocus?: boolean | undefined;
|
587
|
+
contentProps?: any;
|
588
|
+
attach?: string | boolean | Element | undefined;
|
589
|
+
} & {
|
590
|
+
$children?: vue.VNodeChild | {
|
591
|
+
default?: ((arg: {
|
592
|
+
isActive: vue.Ref<boolean>;
|
593
|
+
}) => vue.VNodeChild) | undefined;
|
594
|
+
activator?: ((arg: {
|
595
|
+
isActive: boolean;
|
596
|
+
props: Record<string, any>;
|
597
|
+
targetRef: TemplateRef;
|
598
|
+
}) => vue.VNodeChild) | undefined;
|
599
|
+
} | ((arg: {
|
600
|
+
isActive: vue.Ref<boolean>;
|
601
|
+
}) => vue.VNodeChild);
|
602
|
+
'v-slots'?: {
|
603
|
+
default?: false | ((arg: {
|
604
|
+
isActive: vue.Ref<boolean>;
|
605
|
+
}) => vue.VNodeChild) | undefined;
|
606
|
+
activator?: false | ((arg: {
|
607
|
+
isActive: boolean;
|
608
|
+
props: Record<string, any>;
|
609
|
+
targetRef: TemplateRef;
|
610
|
+
}) => vue.VNodeChild) | undefined;
|
611
|
+
} | undefined;
|
612
|
+
} & {
|
613
|
+
"v-slot:default"?: false | ((arg: {
|
614
|
+
isActive: vue.Ref<boolean>;
|
615
|
+
}) => vue.VNodeChild) | undefined;
|
616
|
+
"v-slot:activator"?: false | ((arg: {
|
617
|
+
isActive: boolean;
|
618
|
+
props: Record<string, any>;
|
619
|
+
targetRef: TemplateRef;
|
620
|
+
}) => vue.VNodeChild) | undefined;
|
621
|
+
} & {
|
622
|
+
onAfterEnter?: (() => any) | undefined;
|
623
|
+
onAfterLeave?: (() => any) | undefined;
|
624
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
625
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
626
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
627
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
628
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
629
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
630
|
+
animateClick: () => void;
|
631
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
632
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
633
|
+
localTop: vue.ComputedRef<boolean>;
|
634
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
635
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
636
|
+
_allExposed: {
|
637
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
638
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
639
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
640
|
+
animateClick: () => void;
|
641
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
642
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
643
|
+
localTop: vue.ComputedRef<boolean>;
|
644
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
645
|
+
} | {};
|
646
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
647
|
+
'update:modelValue': (value: boolean) => true;
|
648
|
+
afterEnter: () => true;
|
649
|
+
afterLeave: () => true;
|
650
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
492
651
|
absolute: boolean;
|
493
652
|
location: Anchor;
|
494
653
|
origin: "auto" | Anchor | "overlap";
|
495
654
|
transition: string | boolean | (vue.TransitionProps & {
|
496
655
|
component?: Component;
|
497
|
-
})
|
656
|
+
}) | {
|
657
|
+
component: Component;
|
658
|
+
};
|
498
659
|
zIndex: string | number;
|
499
660
|
style: vue.StyleValue;
|
500
661
|
eager: boolean;
|
@@ -512,7 +673,9 @@ declare const VDialog: {
|
|
512
673
|
contained: boolean;
|
513
674
|
noClickAnimation: boolean;
|
514
675
|
scrim: string | boolean;
|
515
|
-
|
676
|
+
fullscreen: boolean;
|
677
|
+
retainFocus: boolean;
|
678
|
+
scrollable: boolean;
|
516
679
|
} & {
|
517
680
|
offset?: string | number | number[] | undefined;
|
518
681
|
height?: string | number | undefined;
|
@@ -569,32 +732,7 @@ declare const VDialog: {
|
|
569
732
|
onAfterEnter?: (() => any) | undefined;
|
570
733
|
onAfterLeave?: (() => any) | undefined;
|
571
734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
572
|
-
|
573
|
-
}, "target" | "contentEl" | "activatorEl" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
574
|
-
activatorEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
575
|
-
scrimEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
576
|
-
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
577
|
-
animateClick: () => void;
|
578
|
-
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
579
|
-
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
580
|
-
localTop: vue.ComputedRef<boolean>;
|
581
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
582
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
583
|
-
_allExposed: {
|
584
|
-
activatorEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
585
|
-
scrimEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
586
|
-
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
587
|
-
animateClick: () => void;
|
588
|
-
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
589
|
-
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
590
|
-
localTop: vue.ComputedRef<boolean>;
|
591
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
592
|
-
} | {};
|
593
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
594
|
-
'update:modelValue': (value: boolean) => true;
|
595
|
-
afterEnter: () => true;
|
596
|
-
afterLeave: () => true;
|
597
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
735
|
+
}, {
|
598
736
|
absolute: boolean;
|
599
737
|
location: Anchor;
|
600
738
|
origin: "auto" | Anchor | "overlap";
|
@@ -634,7 +772,7 @@ declare const VDialog: {
|
|
634
772
|
props: Record<string, any>;
|
635
773
|
targetRef: TemplateRef;
|
636
774
|
}) => vue.VNode[];
|
637
|
-
}>>,
|
775
|
+
}>>, {
|
638
776
|
P: {};
|
639
777
|
B: {};
|
640
778
|
D: {};
|
@@ -834,7 +972,89 @@ declare const VDialog: {
|
|
834
972
|
onAfterLeave?: (() => any) | undefined;
|
835
973
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
836
974
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
837
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
975
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
976
|
+
absolute: boolean;
|
977
|
+
location: Anchor;
|
978
|
+
origin: "auto" | Anchor | "overlap";
|
979
|
+
transition: string | boolean | (vue.TransitionProps & {
|
980
|
+
component?: Component;
|
981
|
+
});
|
982
|
+
zIndex: string | number;
|
983
|
+
style: vue.StyleValue;
|
984
|
+
eager: boolean;
|
985
|
+
disabled: boolean;
|
986
|
+
persistent: boolean;
|
987
|
+
modelValue: boolean;
|
988
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
989
|
+
updateLocation: (e?: Event) => void;
|
990
|
+
});
|
991
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
992
|
+
activatorProps: Record<string, any>;
|
993
|
+
openOnHover: boolean;
|
994
|
+
closeOnContentClick: boolean;
|
995
|
+
closeOnBack: boolean;
|
996
|
+
contained: boolean;
|
997
|
+
noClickAnimation: boolean;
|
998
|
+
scrim: string | boolean;
|
999
|
+
_disableGlobalStack: boolean;
|
1000
|
+
} & {
|
1001
|
+
offset?: string | number | number[] | undefined;
|
1002
|
+
height?: string | number | undefined;
|
1003
|
+
width?: string | number | undefined;
|
1004
|
+
maxHeight?: string | number | undefined;
|
1005
|
+
maxWidth?: string | number | undefined;
|
1006
|
+
minHeight?: string | number | undefined;
|
1007
|
+
minWidth?: string | number | undefined;
|
1008
|
+
opacity?: string | number | undefined;
|
1009
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1010
|
+
class?: any;
|
1011
|
+
theme?: string | undefined;
|
1012
|
+
contentClass?: any;
|
1013
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1014
|
+
closeDelay?: string | number | undefined;
|
1015
|
+
openDelay?: string | number | undefined;
|
1016
|
+
openOnClick?: boolean | undefined;
|
1017
|
+
openOnFocus?: boolean | undefined;
|
1018
|
+
contentProps?: any;
|
1019
|
+
attach?: string | boolean | Element | undefined;
|
1020
|
+
} & {
|
1021
|
+
$children?: vue.VNodeChild | {
|
1022
|
+
default?: ((arg: {
|
1023
|
+
isActive: vue.Ref<boolean>;
|
1024
|
+
}) => vue.VNodeChild) | undefined;
|
1025
|
+
activator?: ((arg: {
|
1026
|
+
isActive: boolean;
|
1027
|
+
props: Record<string, any>;
|
1028
|
+
targetRef: TemplateRef;
|
1029
|
+
}) => vue.VNodeChild) | undefined;
|
1030
|
+
} | ((arg: {
|
1031
|
+
isActive: vue.Ref<boolean>;
|
1032
|
+
}) => vue.VNodeChild);
|
1033
|
+
'v-slots'?: {
|
1034
|
+
default?: false | ((arg: {
|
1035
|
+
isActive: vue.Ref<boolean>;
|
1036
|
+
}) => vue.VNodeChild) | undefined;
|
1037
|
+
activator?: false | ((arg: {
|
1038
|
+
isActive: boolean;
|
1039
|
+
props: Record<string, any>;
|
1040
|
+
targetRef: TemplateRef;
|
1041
|
+
}) => vue.VNodeChild) | undefined;
|
1042
|
+
} | undefined;
|
1043
|
+
} & {
|
1044
|
+
"v-slot:default"?: false | ((arg: {
|
1045
|
+
isActive: vue.Ref<boolean>;
|
1046
|
+
}) => vue.VNodeChild) | undefined;
|
1047
|
+
"v-slot:activator"?: false | ((arg: {
|
1048
|
+
isActive: boolean;
|
1049
|
+
props: Record<string, any>;
|
1050
|
+
targetRef: TemplateRef;
|
1051
|
+
}) => vue.VNodeChild) | undefined;
|
1052
|
+
} & {
|
1053
|
+
onAfterEnter?: (() => any) | undefined;
|
1054
|
+
onAfterLeave?: (() => any) | undefined;
|
1055
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1056
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1057
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
838
1058
|
$attrs: {
|
839
1059
|
[x: string]: unknown;
|
840
1060
|
};
|
@@ -853,7 +1073,6 @@ declare const VDialog: {
|
|
853
1073
|
}>;
|
854
1074
|
$root: vue.ComponentPublicInstance | null;
|
855
1075
|
$parent: vue.ComponentPublicInstance | null;
|
856
|
-
$host: Element | null;
|
857
1076
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
858
1077
|
$el: any;
|
859
1078
|
$options: vue.ComponentOptionsBase<{
|
@@ -939,14 +1158,14 @@ declare const VDialog: {
|
|
939
1158
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
940
1159
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
941
1160
|
}, {
|
942
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
943
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
1161
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1162
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
944
1163
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
945
1164
|
animateClick: () => void;
|
946
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
947
|
-
globalTop: Readonly<vue.Ref<boolean
|
1165
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
1166
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
948
1167
|
localTop: vue.ComputedRef<boolean>;
|
949
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
1168
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
950
1169
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
951
1170
|
'click:outside': (e: MouseEvent) => true;
|
952
1171
|
'update:modelValue': (value: boolean) => true;
|
@@ -988,7 +1207,7 @@ declare const VDialog: {
|
|
988
1207
|
props: Record<string, any>;
|
989
1208
|
targetRef: TemplateRef;
|
990
1209
|
}) => vue.VNode[];
|
991
|
-
}
|
1210
|
+
}>>> & {
|
992
1211
|
beforeCreate?: (() => void) | (() => void)[];
|
993
1212
|
created?: (() => void) | (() => void)[];
|
994
1213
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1007,35 +1226,8 @@ declare const VDialog: {
|
|
1007
1226
|
};
|
1008
1227
|
$forceUpdate: () => void;
|
1009
1228
|
$nextTick: typeof nextTick;
|
1010
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
1011
|
-
} &
|
1012
|
-
absolute: boolean;
|
1013
|
-
location: Anchor;
|
1014
|
-
origin: "auto" | Anchor | "overlap";
|
1015
|
-
transition: string | boolean | (vue.TransitionProps & {
|
1016
|
-
component?: Component;
|
1017
|
-
});
|
1018
|
-
zIndex: string | number;
|
1019
|
-
style: vue.StyleValue;
|
1020
|
-
eager: boolean;
|
1021
|
-
disabled: boolean;
|
1022
|
-
persistent: boolean;
|
1023
|
-
modelValue: boolean;
|
1024
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1025
|
-
updateLocation: (e?: Event) => void;
|
1026
|
-
});
|
1027
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1028
|
-
activatorProps: Record<string, any>;
|
1029
|
-
openOnClick: boolean;
|
1030
|
-
openOnHover: boolean;
|
1031
|
-
openOnFocus: boolean;
|
1032
|
-
closeOnContentClick: boolean;
|
1033
|
-
closeOnBack: boolean;
|
1034
|
-
contained: boolean;
|
1035
|
-
noClickAnimation: boolean;
|
1036
|
-
scrim: string | boolean;
|
1037
|
-
_disableGlobalStack: boolean;
|
1038
|
-
}> & Omit<{
|
1229
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1230
|
+
} & Omit<{
|
1039
1231
|
absolute: boolean;
|
1040
1232
|
location: Anchor;
|
1041
1233
|
origin: "auto" | Anchor | "overlap";
|
@@ -1117,25 +1309,25 @@ declare const VDialog: {
|
|
1117
1309
|
onAfterLeave?: (() => any) | undefined;
|
1118
1310
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1119
1311
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1120
|
-
}, "target" | "contentEl" | "activatorEl" |
|
1121
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
1122
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
1312
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1313
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1314
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1123
1315
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1124
1316
|
animateClick: () => void;
|
1125
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
1126
|
-
globalTop: Readonly<vue.Ref<boolean
|
1317
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
1318
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
1127
1319
|
localTop: vue.ComputedRef<boolean>;
|
1128
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
1129
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" |
|
1320
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1321
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
1130
1322
|
_allExposed: {
|
1131
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
1132
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
1323
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1324
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1133
1325
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1134
1326
|
animateClick: () => void;
|
1135
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
1136
|
-
globalTop: Readonly<vue.Ref<boolean
|
1327
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
1328
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
1137
1329
|
localTop: vue.ComputedRef<boolean>;
|
1138
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
1330
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1139
1331
|
} | {};
|
1140
1332
|
}, {}, {}, {}, {
|
1141
1333
|
absolute: boolean;
|
@@ -1365,7 +1557,89 @@ declare const VDialog: {
|
|
1365
1557
|
onAfterLeave?: (() => any) | undefined;
|
1366
1558
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1367
1559
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1368
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1560
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1561
|
+
absolute: boolean;
|
1562
|
+
location: Anchor;
|
1563
|
+
origin: "auto" | Anchor | "overlap";
|
1564
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1565
|
+
component?: Component;
|
1566
|
+
});
|
1567
|
+
zIndex: string | number;
|
1568
|
+
style: vue.StyleValue;
|
1569
|
+
eager: boolean;
|
1570
|
+
disabled: boolean;
|
1571
|
+
persistent: boolean;
|
1572
|
+
modelValue: boolean;
|
1573
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1574
|
+
updateLocation: (e?: Event) => void;
|
1575
|
+
});
|
1576
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1577
|
+
activatorProps: Record<string, any>;
|
1578
|
+
openOnHover: boolean;
|
1579
|
+
closeOnContentClick: boolean;
|
1580
|
+
closeOnBack: boolean;
|
1581
|
+
contained: boolean;
|
1582
|
+
noClickAnimation: boolean;
|
1583
|
+
scrim: string | boolean;
|
1584
|
+
_disableGlobalStack: boolean;
|
1585
|
+
} & {
|
1586
|
+
offset?: string | number | number[] | undefined;
|
1587
|
+
height?: string | number | undefined;
|
1588
|
+
width?: string | number | undefined;
|
1589
|
+
maxHeight?: string | number | undefined;
|
1590
|
+
maxWidth?: string | number | undefined;
|
1591
|
+
minHeight?: string | number | undefined;
|
1592
|
+
minWidth?: string | number | undefined;
|
1593
|
+
opacity?: string | number | undefined;
|
1594
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1595
|
+
class?: any;
|
1596
|
+
theme?: string | undefined;
|
1597
|
+
contentClass?: any;
|
1598
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1599
|
+
closeDelay?: string | number | undefined;
|
1600
|
+
openDelay?: string | number | undefined;
|
1601
|
+
openOnClick?: boolean | undefined;
|
1602
|
+
openOnFocus?: boolean | undefined;
|
1603
|
+
contentProps?: any;
|
1604
|
+
attach?: string | boolean | Element | undefined;
|
1605
|
+
} & {
|
1606
|
+
$children?: vue.VNodeChild | {
|
1607
|
+
default?: ((arg: {
|
1608
|
+
isActive: vue.Ref<boolean>;
|
1609
|
+
}) => vue.VNodeChild) | undefined;
|
1610
|
+
activator?: ((arg: {
|
1611
|
+
isActive: boolean;
|
1612
|
+
props: Record<string, any>;
|
1613
|
+
targetRef: TemplateRef;
|
1614
|
+
}) => vue.VNodeChild) | undefined;
|
1615
|
+
} | ((arg: {
|
1616
|
+
isActive: vue.Ref<boolean>;
|
1617
|
+
}) => vue.VNodeChild);
|
1618
|
+
'v-slots'?: {
|
1619
|
+
default?: false | ((arg: {
|
1620
|
+
isActive: vue.Ref<boolean>;
|
1621
|
+
}) => vue.VNodeChild) | undefined;
|
1622
|
+
activator?: false | ((arg: {
|
1623
|
+
isActive: boolean;
|
1624
|
+
props: Record<string, any>;
|
1625
|
+
targetRef: TemplateRef;
|
1626
|
+
}) => vue.VNodeChild) | undefined;
|
1627
|
+
} | undefined;
|
1628
|
+
} & {
|
1629
|
+
"v-slot:default"?: false | ((arg: {
|
1630
|
+
isActive: vue.Ref<boolean>;
|
1631
|
+
}) => vue.VNodeChild) | undefined;
|
1632
|
+
"v-slot:activator"?: false | ((arg: {
|
1633
|
+
isActive: boolean;
|
1634
|
+
props: Record<string, any>;
|
1635
|
+
targetRef: TemplateRef;
|
1636
|
+
}) => vue.VNodeChild) | undefined;
|
1637
|
+
} & {
|
1638
|
+
onAfterEnter?: (() => any) | undefined;
|
1639
|
+
onAfterLeave?: (() => any) | undefined;
|
1640
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1641
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1642
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1369
1643
|
$attrs: {
|
1370
1644
|
[x: string]: unknown;
|
1371
1645
|
};
|
@@ -1384,7 +1658,6 @@ declare const VDialog: {
|
|
1384
1658
|
}>;
|
1385
1659
|
$root: vue.ComponentPublicInstance | null;
|
1386
1660
|
$parent: vue.ComponentPublicInstance | null;
|
1387
|
-
$host: Element | null;
|
1388
1661
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1389
1662
|
$el: any;
|
1390
1663
|
$options: vue.ComponentOptionsBase<{
|
@@ -1470,14 +1743,14 @@ declare const VDialog: {
|
|
1470
1743
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1471
1744
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1472
1745
|
}, {
|
1473
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
1474
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
1746
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1747
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1475
1748
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1476
1749
|
animateClick: () => void;
|
1477
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
1478
|
-
globalTop: Readonly<vue.Ref<boolean
|
1750
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
1751
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
1479
1752
|
localTop: vue.ComputedRef<boolean>;
|
1480
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
1753
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1481
1754
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1482
1755
|
'click:outside': (e: MouseEvent) => true;
|
1483
1756
|
'update:modelValue': (value: boolean) => true;
|
@@ -1519,7 +1792,7 @@ declare const VDialog: {
|
|
1519
1792
|
props: Record<string, any>;
|
1520
1793
|
targetRef: TemplateRef;
|
1521
1794
|
}) => vue.VNode[];
|
1522
|
-
}
|
1795
|
+
}>>> & {
|
1523
1796
|
beforeCreate?: (() => void) | (() => void)[];
|
1524
1797
|
created?: (() => void) | (() => void)[];
|
1525
1798
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1538,35 +1811,8 @@ declare const VDialog: {
|
|
1538
1811
|
};
|
1539
1812
|
$forceUpdate: () => void;
|
1540
1813
|
$nextTick: typeof nextTick;
|
1541
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
1542
|
-
} &
|
1543
|
-
absolute: boolean;
|
1544
|
-
location: Anchor;
|
1545
|
-
origin: "auto" | Anchor | "overlap";
|
1546
|
-
transition: string | boolean | (vue.TransitionProps & {
|
1547
|
-
component?: Component;
|
1548
|
-
});
|
1549
|
-
zIndex: string | number;
|
1550
|
-
style: vue.StyleValue;
|
1551
|
-
eager: boolean;
|
1552
|
-
disabled: boolean;
|
1553
|
-
persistent: boolean;
|
1554
|
-
modelValue: boolean;
|
1555
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1556
|
-
updateLocation: (e?: Event) => void;
|
1557
|
-
});
|
1558
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1559
|
-
activatorProps: Record<string, any>;
|
1560
|
-
openOnClick: boolean;
|
1561
|
-
openOnHover: boolean;
|
1562
|
-
openOnFocus: boolean;
|
1563
|
-
closeOnContentClick: boolean;
|
1564
|
-
closeOnBack: boolean;
|
1565
|
-
contained: boolean;
|
1566
|
-
noClickAnimation: boolean;
|
1567
|
-
scrim: string | boolean;
|
1568
|
-
_disableGlobalStack: boolean;
|
1569
|
-
}> & Omit<{
|
1814
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1815
|
+
} & Omit<{
|
1570
1816
|
absolute: boolean;
|
1571
1817
|
location: Anchor;
|
1572
1818
|
origin: "auto" | Anchor | "overlap";
|
@@ -1648,25 +1894,25 @@ declare const VDialog: {
|
|
1648
1894
|
onAfterLeave?: (() => any) | undefined;
|
1649
1895
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1650
1896
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1651
|
-
}, "target" | "contentEl" | "activatorEl" |
|
1652
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
1653
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
1897
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1898
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1899
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1654
1900
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1655
1901
|
animateClick: () => void;
|
1656
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
1657
|
-
globalTop: Readonly<vue.Ref<boolean
|
1902
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
1903
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
1658
1904
|
localTop: vue.ComputedRef<boolean>;
|
1659
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
1660
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" |
|
1905
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1906
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
1661
1907
|
_allExposed: {
|
1662
|
-
activatorEl: vue.Ref<HTMLElement | undefined
|
1663
|
-
scrimEl: vue.Ref<HTMLElement | undefined
|
1908
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1909
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1664
1910
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1665
1911
|
animateClick: () => void;
|
1666
|
-
contentEl: vue.Ref<HTMLElement | undefined
|
1667
|
-
globalTop: Readonly<vue.Ref<boolean
|
1912
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
1913
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
1668
1914
|
localTop: vue.ComputedRef<boolean>;
|
1669
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined
|
1915
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1670
1916
|
} | {};
|
1671
1917
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1672
1918
|
'update:modelValue': (value: boolean) => true;
|
@@ -1712,7 +1958,7 @@ declare const VDialog: {
|
|
1712
1958
|
props: Record<string, any>;
|
1713
1959
|
targetRef: TemplateRef;
|
1714
1960
|
}) => vue.VNode[];
|
1715
|
-
}
|
1961
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1716
1962
|
transition: Omit<{
|
1717
1963
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1718
1964
|
component?: Component;
|