@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,6 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
2
|
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, Ref, EffectScope, nextTick, PropType } from 'vue';
|
3
|
-
import * as _vue_reactivity from '@vue/reactivity';
|
4
3
|
|
5
4
|
type ClassValue = any;
|
6
5
|
|
@@ -122,7 +121,7 @@ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyPr
|
|
122
121
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
123
122
|
|
124
123
|
declare const VSnackbar: {
|
125
|
-
new (...args: any[]): vue.
|
124
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
126
125
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
127
126
|
absolute: boolean;
|
128
127
|
location: Anchor;
|
@@ -315,7 +314,89 @@ declare const VSnackbar: {
|
|
315
314
|
onAfterLeave?: (() => any) | undefined;
|
316
315
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
317
316
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
318
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
317
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
318
|
+
absolute: boolean;
|
319
|
+
location: Anchor;
|
320
|
+
origin: "auto" | Anchor | "overlap";
|
321
|
+
transition: string | boolean | (vue.TransitionProps & {
|
322
|
+
component?: vue.Component;
|
323
|
+
});
|
324
|
+
zIndex: string | number;
|
325
|
+
style: vue.StyleValue;
|
326
|
+
eager: boolean;
|
327
|
+
disabled: boolean;
|
328
|
+
persistent: boolean;
|
329
|
+
modelValue: boolean;
|
330
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
331
|
+
updateLocation: (e?: Event) => void;
|
332
|
+
});
|
333
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
334
|
+
activatorProps: Record<string, any>;
|
335
|
+
openOnHover: boolean;
|
336
|
+
closeOnContentClick: boolean;
|
337
|
+
closeOnBack: boolean;
|
338
|
+
contained: boolean;
|
339
|
+
noClickAnimation: boolean;
|
340
|
+
scrim: string | boolean;
|
341
|
+
_disableGlobalStack: boolean;
|
342
|
+
} & {
|
343
|
+
offset?: string | number | number[] | undefined;
|
344
|
+
height?: string | number | undefined;
|
345
|
+
width?: string | number | undefined;
|
346
|
+
maxHeight?: string | number | undefined;
|
347
|
+
maxWidth?: string | number | undefined;
|
348
|
+
minHeight?: string | number | undefined;
|
349
|
+
minWidth?: string | number | undefined;
|
350
|
+
opacity?: string | number | undefined;
|
351
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
352
|
+
class?: any;
|
353
|
+
theme?: string | undefined;
|
354
|
+
contentClass?: any;
|
355
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
356
|
+
closeDelay?: string | number | undefined;
|
357
|
+
openDelay?: string | number | undefined;
|
358
|
+
openOnClick?: boolean | undefined;
|
359
|
+
openOnFocus?: boolean | undefined;
|
360
|
+
contentProps?: any;
|
361
|
+
attach?: string | boolean | Element | undefined;
|
362
|
+
} & {
|
363
|
+
$children?: vue.VNodeChild | {
|
364
|
+
default?: ((arg: {
|
365
|
+
isActive: Ref<boolean>;
|
366
|
+
}) => vue.VNodeChild) | undefined;
|
367
|
+
activator?: ((arg: {
|
368
|
+
isActive: boolean;
|
369
|
+
props: Record<string, any>;
|
370
|
+
targetRef: TemplateRef;
|
371
|
+
}) => vue.VNodeChild) | undefined;
|
372
|
+
} | ((arg: {
|
373
|
+
isActive: Ref<boolean>;
|
374
|
+
}) => vue.VNodeChild);
|
375
|
+
'v-slots'?: {
|
376
|
+
default?: false | ((arg: {
|
377
|
+
isActive: Ref<boolean>;
|
378
|
+
}) => vue.VNodeChild) | undefined;
|
379
|
+
activator?: false | ((arg: {
|
380
|
+
isActive: boolean;
|
381
|
+
props: Record<string, any>;
|
382
|
+
targetRef: TemplateRef;
|
383
|
+
}) => vue.VNodeChild) | undefined;
|
384
|
+
} | undefined;
|
385
|
+
} & {
|
386
|
+
"v-slot:default"?: false | ((arg: {
|
387
|
+
isActive: Ref<boolean>;
|
388
|
+
}) => vue.VNodeChild) | undefined;
|
389
|
+
"v-slot:activator"?: false | ((arg: {
|
390
|
+
isActive: boolean;
|
391
|
+
props: Record<string, any>;
|
392
|
+
targetRef: TemplateRef;
|
393
|
+
}) => vue.VNodeChild) | undefined;
|
394
|
+
} & {
|
395
|
+
onAfterEnter?: (() => any) | undefined;
|
396
|
+
onAfterLeave?: (() => any) | undefined;
|
397
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
398
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
399
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
319
400
|
$attrs: {
|
320
401
|
[x: string]: unknown;
|
321
402
|
};
|
@@ -334,7 +415,6 @@ declare const VSnackbar: {
|
|
334
415
|
}>;
|
335
416
|
$root: vue.ComponentPublicInstance | null;
|
336
417
|
$parent: vue.ComponentPublicInstance | null;
|
337
|
-
$host: Element | null;
|
338
418
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
339
419
|
$el: any;
|
340
420
|
$options: vue.ComponentOptionsBase<{
|
@@ -420,14 +500,14 @@ declare const VSnackbar: {
|
|
420
500
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
421
501
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
422
502
|
}, {
|
423
|
-
activatorEl: Ref<HTMLElement | undefined
|
424
|
-
scrimEl: Ref<HTMLElement | undefined
|
503
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
504
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
425
505
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
426
506
|
animateClick: () => void;
|
427
|
-
contentEl: Ref<HTMLElement | undefined
|
428
|
-
globalTop: Readonly<Ref<boolean
|
507
|
+
contentEl: Ref<HTMLElement | undefined>;
|
508
|
+
globalTop: Readonly<Ref<boolean>>;
|
429
509
|
localTop: vue.ComputedRef<boolean>;
|
430
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
510
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
431
511
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
432
512
|
'click:outside': (e: MouseEvent) => true;
|
433
513
|
'update:modelValue': (value: boolean) => true;
|
@@ -469,7 +549,7 @@ declare const VSnackbar: {
|
|
469
549
|
props: Record<string, any>;
|
470
550
|
targetRef: TemplateRef;
|
471
551
|
}) => vue.VNode[];
|
472
|
-
}
|
552
|
+
}>>> & {
|
473
553
|
beforeCreate?: (() => void) | (() => void)[];
|
474
554
|
created?: (() => void) | (() => void)[];
|
475
555
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -488,35 +568,8 @@ declare const VSnackbar: {
|
|
488
568
|
};
|
489
569
|
$forceUpdate: () => void;
|
490
570
|
$nextTick: typeof nextTick;
|
491
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
492
|
-
} &
|
493
|
-
absolute: boolean;
|
494
|
-
location: Anchor;
|
495
|
-
origin: "auto" | Anchor | "overlap";
|
496
|
-
transition: string | boolean | (vue.TransitionProps & {
|
497
|
-
component?: vue.Component;
|
498
|
-
});
|
499
|
-
zIndex: string | number;
|
500
|
-
style: vue.StyleValue;
|
501
|
-
eager: boolean;
|
502
|
-
disabled: boolean;
|
503
|
-
persistent: boolean;
|
504
|
-
modelValue: boolean;
|
505
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
506
|
-
updateLocation: (e?: Event) => void;
|
507
|
-
});
|
508
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
509
|
-
activatorProps: Record<string, any>;
|
510
|
-
openOnClick: boolean;
|
511
|
-
openOnHover: boolean;
|
512
|
-
openOnFocus: boolean;
|
513
|
-
closeOnContentClick: boolean;
|
514
|
-
closeOnBack: boolean;
|
515
|
-
contained: boolean;
|
516
|
-
noClickAnimation: boolean;
|
517
|
-
scrim: string | boolean;
|
518
|
-
_disableGlobalStack: boolean;
|
519
|
-
}> & Omit<{
|
571
|
+
$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;
|
572
|
+
} & Omit<{
|
520
573
|
absolute: boolean;
|
521
574
|
location: Anchor;
|
522
575
|
origin: "auto" | Anchor | "overlap";
|
@@ -598,29 +651,114 @@ declare const VSnackbar: {
|
|
598
651
|
onAfterLeave?: (() => any) | undefined;
|
599
652
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
600
653
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
601
|
-
}, "target" | "contentEl" | "activatorEl" |
|
602
|
-
activatorEl: Ref<HTMLElement | undefined
|
603
|
-
scrimEl: Ref<HTMLElement | undefined
|
654
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
655
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
656
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
604
657
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
605
658
|
animateClick: () => void;
|
606
|
-
contentEl: Ref<HTMLElement | undefined
|
607
|
-
globalTop: Readonly<Ref<boolean
|
659
|
+
contentEl: Ref<HTMLElement | undefined>;
|
660
|
+
globalTop: Readonly<Ref<boolean>>;
|
608
661
|
localTop: vue.ComputedRef<boolean>;
|
609
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
610
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" |
|
662
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
663
|
+
}> & {} & 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}`> & {
|
611
664
|
_allExposed: {
|
612
|
-
activatorEl: Ref<HTMLElement | undefined
|
613
|
-
scrimEl: Ref<HTMLElement | undefined
|
665
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
666
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
614
667
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
615
668
|
animateClick: () => void;
|
616
|
-
contentEl: Ref<HTMLElement | undefined
|
617
|
-
globalTop: Readonly<Ref<boolean
|
669
|
+
contentEl: Ref<HTMLElement | undefined>;
|
670
|
+
globalTop: Readonly<Ref<boolean>>;
|
618
671
|
localTop: vue.ComputedRef<boolean>;
|
619
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
672
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
620
673
|
} | {};
|
621
674
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
622
675
|
'update:modelValue': (v: boolean) => true;
|
623
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
676
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
677
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
678
|
+
absolute: boolean;
|
679
|
+
location: Anchor;
|
680
|
+
origin: "auto" | Anchor | "overlap";
|
681
|
+
transition: string | boolean | (vue.TransitionProps & {
|
682
|
+
component?: vue.Component;
|
683
|
+
});
|
684
|
+
zIndex: string | number;
|
685
|
+
style: vue.StyleValue;
|
686
|
+
eager: boolean;
|
687
|
+
disabled: boolean;
|
688
|
+
timeout: string | number;
|
689
|
+
vertical: boolean;
|
690
|
+
modelValue: boolean;
|
691
|
+
tile: boolean;
|
692
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
693
|
+
updateLocation: (e?: Event) => void;
|
694
|
+
});
|
695
|
+
activatorProps: Record<string, any>;
|
696
|
+
openOnHover: boolean;
|
697
|
+
closeOnContentClick: boolean;
|
698
|
+
closeOnBack: boolean;
|
699
|
+
contained: boolean;
|
700
|
+
multiLine: boolean;
|
701
|
+
} & {
|
702
|
+
offset?: string | number | number[] | undefined;
|
703
|
+
height?: string | number | undefined;
|
704
|
+
width?: string | number | undefined;
|
705
|
+
color?: string | undefined;
|
706
|
+
maxHeight?: string | number | undefined;
|
707
|
+
maxWidth?: string | number | undefined;
|
708
|
+
minHeight?: string | number | undefined;
|
709
|
+
minWidth?: string | number | undefined;
|
710
|
+
opacity?: string | number | undefined;
|
711
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
712
|
+
text?: string | undefined;
|
713
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
714
|
+
class?: any;
|
715
|
+
theme?: string | undefined;
|
716
|
+
timer?: string | boolean | undefined;
|
717
|
+
rounded?: string | number | boolean | undefined;
|
718
|
+
contentClass?: any;
|
719
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
720
|
+
closeDelay?: string | number | undefined;
|
721
|
+
openDelay?: string | number | undefined;
|
722
|
+
openOnClick?: boolean | undefined;
|
723
|
+
openOnFocus?: boolean | undefined;
|
724
|
+
contentProps?: any;
|
725
|
+
attach?: string | boolean | Element | undefined;
|
726
|
+
} & {
|
727
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
728
|
+
activator?: ((arg: {
|
729
|
+
isActive: boolean;
|
730
|
+
props: Record<string, any>;
|
731
|
+
}) => vue.VNodeChild) | undefined;
|
732
|
+
default?: (() => vue.VNodeChild) | undefined;
|
733
|
+
actions?: ((arg: {
|
734
|
+
isActive: Ref<boolean>;
|
735
|
+
}) => vue.VNodeChild) | undefined;
|
736
|
+
text?: (() => vue.VNodeChild) | undefined;
|
737
|
+
};
|
738
|
+
'v-slots'?: {
|
739
|
+
activator?: false | ((arg: {
|
740
|
+
isActive: boolean;
|
741
|
+
props: Record<string, any>;
|
742
|
+
}) => vue.VNodeChild) | undefined;
|
743
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
744
|
+
actions?: false | ((arg: {
|
745
|
+
isActive: Ref<boolean>;
|
746
|
+
}) => vue.VNodeChild) | undefined;
|
747
|
+
text?: false | (() => vue.VNodeChild) | undefined;
|
748
|
+
} | undefined;
|
749
|
+
} & {
|
750
|
+
"v-slot:activator"?: false | ((arg: {
|
751
|
+
isActive: boolean;
|
752
|
+
props: Record<string, any>;
|
753
|
+
}) => vue.VNodeChild) | undefined;
|
754
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
755
|
+
"v-slot:actions"?: false | ((arg: {
|
756
|
+
isActive: Ref<boolean>;
|
757
|
+
}) => vue.VNodeChild) | undefined;
|
758
|
+
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
759
|
+
} & {
|
760
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
761
|
+
}, {
|
624
762
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
625
763
|
absolute: boolean;
|
626
764
|
location: Anchor;
|
@@ -658,7 +796,7 @@ declare const VSnackbar: {
|
|
658
796
|
isActive: Ref<boolean>;
|
659
797
|
}) => vue.VNode[];
|
660
798
|
text: () => vue.VNode[];
|
661
|
-
}>>,
|
799
|
+
}>>, {
|
662
800
|
P: {};
|
663
801
|
B: {};
|
664
802
|
D: {};
|
@@ -858,7 +996,89 @@ declare const VSnackbar: {
|
|
858
996
|
onAfterLeave?: (() => any) | undefined;
|
859
997
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
860
998
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
861
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
999
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1000
|
+
absolute: boolean;
|
1001
|
+
location: Anchor;
|
1002
|
+
origin: "auto" | Anchor | "overlap";
|
1003
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1004
|
+
component?: vue.Component;
|
1005
|
+
});
|
1006
|
+
zIndex: string | number;
|
1007
|
+
style: vue.StyleValue;
|
1008
|
+
eager: boolean;
|
1009
|
+
disabled: boolean;
|
1010
|
+
persistent: boolean;
|
1011
|
+
modelValue: boolean;
|
1012
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1013
|
+
updateLocation: (e?: Event) => void;
|
1014
|
+
});
|
1015
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1016
|
+
activatorProps: Record<string, any>;
|
1017
|
+
openOnHover: boolean;
|
1018
|
+
closeOnContentClick: boolean;
|
1019
|
+
closeOnBack: boolean;
|
1020
|
+
contained: boolean;
|
1021
|
+
noClickAnimation: boolean;
|
1022
|
+
scrim: string | boolean;
|
1023
|
+
_disableGlobalStack: boolean;
|
1024
|
+
} & {
|
1025
|
+
offset?: string | number | number[] | undefined;
|
1026
|
+
height?: string | number | undefined;
|
1027
|
+
width?: string | number | undefined;
|
1028
|
+
maxHeight?: string | number | undefined;
|
1029
|
+
maxWidth?: string | number | undefined;
|
1030
|
+
minHeight?: string | number | undefined;
|
1031
|
+
minWidth?: string | number | undefined;
|
1032
|
+
opacity?: string | number | undefined;
|
1033
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1034
|
+
class?: any;
|
1035
|
+
theme?: string | undefined;
|
1036
|
+
contentClass?: any;
|
1037
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1038
|
+
closeDelay?: string | number | undefined;
|
1039
|
+
openDelay?: string | number | undefined;
|
1040
|
+
openOnClick?: boolean | undefined;
|
1041
|
+
openOnFocus?: boolean | undefined;
|
1042
|
+
contentProps?: any;
|
1043
|
+
attach?: string | boolean | Element | undefined;
|
1044
|
+
} & {
|
1045
|
+
$children?: vue.VNodeChild | {
|
1046
|
+
default?: ((arg: {
|
1047
|
+
isActive: Ref<boolean>;
|
1048
|
+
}) => vue.VNodeChild) | undefined;
|
1049
|
+
activator?: ((arg: {
|
1050
|
+
isActive: boolean;
|
1051
|
+
props: Record<string, any>;
|
1052
|
+
targetRef: TemplateRef;
|
1053
|
+
}) => vue.VNodeChild) | undefined;
|
1054
|
+
} | ((arg: {
|
1055
|
+
isActive: Ref<boolean>;
|
1056
|
+
}) => vue.VNodeChild);
|
1057
|
+
'v-slots'?: {
|
1058
|
+
default?: false | ((arg: {
|
1059
|
+
isActive: Ref<boolean>;
|
1060
|
+
}) => vue.VNodeChild) | undefined;
|
1061
|
+
activator?: false | ((arg: {
|
1062
|
+
isActive: boolean;
|
1063
|
+
props: Record<string, any>;
|
1064
|
+
targetRef: TemplateRef;
|
1065
|
+
}) => vue.VNodeChild) | undefined;
|
1066
|
+
} | undefined;
|
1067
|
+
} & {
|
1068
|
+
"v-slot:default"?: false | ((arg: {
|
1069
|
+
isActive: Ref<boolean>;
|
1070
|
+
}) => vue.VNodeChild) | undefined;
|
1071
|
+
"v-slot:activator"?: false | ((arg: {
|
1072
|
+
isActive: boolean;
|
1073
|
+
props: Record<string, any>;
|
1074
|
+
targetRef: TemplateRef;
|
1075
|
+
}) => vue.VNodeChild) | undefined;
|
1076
|
+
} & {
|
1077
|
+
onAfterEnter?: (() => any) | undefined;
|
1078
|
+
onAfterLeave?: (() => any) | undefined;
|
1079
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1080
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1081
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
862
1082
|
$attrs: {
|
863
1083
|
[x: string]: unknown;
|
864
1084
|
};
|
@@ -877,7 +1097,6 @@ declare const VSnackbar: {
|
|
877
1097
|
}>;
|
878
1098
|
$root: vue.ComponentPublicInstance | null;
|
879
1099
|
$parent: vue.ComponentPublicInstance | null;
|
880
|
-
$host: Element | null;
|
881
1100
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
882
1101
|
$el: any;
|
883
1102
|
$options: vue.ComponentOptionsBase<{
|
@@ -963,14 +1182,14 @@ declare const VSnackbar: {
|
|
963
1182
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
964
1183
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
965
1184
|
}, {
|
966
|
-
activatorEl: Ref<HTMLElement | undefined
|
967
|
-
scrimEl: Ref<HTMLElement | undefined
|
1185
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
1186
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
968
1187
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
969
1188
|
animateClick: () => void;
|
970
|
-
contentEl: Ref<HTMLElement | undefined
|
971
|
-
globalTop: Readonly<Ref<boolean
|
1189
|
+
contentEl: Ref<HTMLElement | undefined>;
|
1190
|
+
globalTop: Readonly<Ref<boolean>>;
|
972
1191
|
localTop: vue.ComputedRef<boolean>;
|
973
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
1192
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
974
1193
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
975
1194
|
'click:outside': (e: MouseEvent) => true;
|
976
1195
|
'update:modelValue': (value: boolean) => true;
|
@@ -1012,7 +1231,7 @@ declare const VSnackbar: {
|
|
1012
1231
|
props: Record<string, any>;
|
1013
1232
|
targetRef: TemplateRef;
|
1014
1233
|
}) => vue.VNode[];
|
1015
|
-
}
|
1234
|
+
}>>> & {
|
1016
1235
|
beforeCreate?: (() => void) | (() => void)[];
|
1017
1236
|
created?: (() => void) | (() => void)[];
|
1018
1237
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1031,35 +1250,8 @@ declare const VSnackbar: {
|
|
1031
1250
|
};
|
1032
1251
|
$forceUpdate: () => void;
|
1033
1252
|
$nextTick: typeof nextTick;
|
1034
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
1035
|
-
} &
|
1036
|
-
absolute: boolean;
|
1037
|
-
location: Anchor;
|
1038
|
-
origin: "auto" | Anchor | "overlap";
|
1039
|
-
transition: string | boolean | (vue.TransitionProps & {
|
1040
|
-
component?: vue.Component;
|
1041
|
-
});
|
1042
|
-
zIndex: string | number;
|
1043
|
-
style: vue.StyleValue;
|
1044
|
-
eager: boolean;
|
1045
|
-
disabled: boolean;
|
1046
|
-
persistent: boolean;
|
1047
|
-
modelValue: boolean;
|
1048
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1049
|
-
updateLocation: (e?: Event) => void;
|
1050
|
-
});
|
1051
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1052
|
-
activatorProps: Record<string, any>;
|
1053
|
-
openOnClick: boolean;
|
1054
|
-
openOnHover: boolean;
|
1055
|
-
openOnFocus: boolean;
|
1056
|
-
closeOnContentClick: boolean;
|
1057
|
-
closeOnBack: boolean;
|
1058
|
-
contained: boolean;
|
1059
|
-
noClickAnimation: boolean;
|
1060
|
-
scrim: string | boolean;
|
1061
|
-
_disableGlobalStack: boolean;
|
1062
|
-
}> & Omit<{
|
1253
|
+
$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;
|
1254
|
+
} & Omit<{
|
1063
1255
|
absolute: boolean;
|
1064
1256
|
location: Anchor;
|
1065
1257
|
origin: "auto" | Anchor | "overlap";
|
@@ -1141,25 +1333,25 @@ declare const VSnackbar: {
|
|
1141
1333
|
onAfterLeave?: (() => any) | undefined;
|
1142
1334
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1143
1335
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1144
|
-
}, "target" | "contentEl" | "activatorEl" |
|
1145
|
-
activatorEl: Ref<HTMLElement | undefined
|
1146
|
-
scrimEl: Ref<HTMLElement | undefined
|
1336
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1337
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
1338
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
1147
1339
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1148
1340
|
animateClick: () => void;
|
1149
|
-
contentEl: Ref<HTMLElement | undefined
|
1150
|
-
globalTop: Readonly<Ref<boolean
|
1341
|
+
contentEl: Ref<HTMLElement | undefined>;
|
1342
|
+
globalTop: Readonly<Ref<boolean>>;
|
1151
1343
|
localTop: vue.ComputedRef<boolean>;
|
1152
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
1153
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" |
|
1344
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1345
|
+
}> & {} & 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}`> & {
|
1154
1346
|
_allExposed: {
|
1155
|
-
activatorEl: Ref<HTMLElement | undefined
|
1156
|
-
scrimEl: Ref<HTMLElement | undefined
|
1347
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
1348
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
1157
1349
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1158
1350
|
animateClick: () => void;
|
1159
|
-
contentEl: Ref<HTMLElement | undefined
|
1160
|
-
globalTop: Readonly<Ref<boolean
|
1351
|
+
contentEl: Ref<HTMLElement | undefined>;
|
1352
|
+
globalTop: Readonly<Ref<boolean>>;
|
1161
1353
|
localTop: vue.ComputedRef<boolean>;
|
1162
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
1354
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1163
1355
|
} | {};
|
1164
1356
|
}, {}, {}, {}, {
|
1165
1357
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -1386,7 +1578,89 @@ declare const VSnackbar: {
|
|
1386
1578
|
onAfterLeave?: (() => any) | undefined;
|
1387
1579
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1388
1580
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1389
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1581
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1582
|
+
absolute: boolean;
|
1583
|
+
location: Anchor;
|
1584
|
+
origin: "auto" | Anchor | "overlap";
|
1585
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1586
|
+
component?: vue.Component;
|
1587
|
+
});
|
1588
|
+
zIndex: string | number;
|
1589
|
+
style: vue.StyleValue;
|
1590
|
+
eager: boolean;
|
1591
|
+
disabled: boolean;
|
1592
|
+
persistent: boolean;
|
1593
|
+
modelValue: boolean;
|
1594
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1595
|
+
updateLocation: (e?: Event) => void;
|
1596
|
+
});
|
1597
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1598
|
+
activatorProps: Record<string, any>;
|
1599
|
+
openOnHover: boolean;
|
1600
|
+
closeOnContentClick: boolean;
|
1601
|
+
closeOnBack: boolean;
|
1602
|
+
contained: boolean;
|
1603
|
+
noClickAnimation: boolean;
|
1604
|
+
scrim: string | boolean;
|
1605
|
+
_disableGlobalStack: boolean;
|
1606
|
+
} & {
|
1607
|
+
offset?: string | number | number[] | undefined;
|
1608
|
+
height?: string | number | undefined;
|
1609
|
+
width?: string | number | undefined;
|
1610
|
+
maxHeight?: string | number | undefined;
|
1611
|
+
maxWidth?: string | number | undefined;
|
1612
|
+
minHeight?: string | number | undefined;
|
1613
|
+
minWidth?: string | number | undefined;
|
1614
|
+
opacity?: string | number | undefined;
|
1615
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1616
|
+
class?: any;
|
1617
|
+
theme?: string | undefined;
|
1618
|
+
contentClass?: any;
|
1619
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1620
|
+
closeDelay?: string | number | undefined;
|
1621
|
+
openDelay?: string | number | undefined;
|
1622
|
+
openOnClick?: boolean | undefined;
|
1623
|
+
openOnFocus?: boolean | undefined;
|
1624
|
+
contentProps?: any;
|
1625
|
+
attach?: string | boolean | Element | undefined;
|
1626
|
+
} & {
|
1627
|
+
$children?: vue.VNodeChild | {
|
1628
|
+
default?: ((arg: {
|
1629
|
+
isActive: Ref<boolean>;
|
1630
|
+
}) => vue.VNodeChild) | undefined;
|
1631
|
+
activator?: ((arg: {
|
1632
|
+
isActive: boolean;
|
1633
|
+
props: Record<string, any>;
|
1634
|
+
targetRef: TemplateRef;
|
1635
|
+
}) => vue.VNodeChild) | undefined;
|
1636
|
+
} | ((arg: {
|
1637
|
+
isActive: Ref<boolean>;
|
1638
|
+
}) => vue.VNodeChild);
|
1639
|
+
'v-slots'?: {
|
1640
|
+
default?: false | ((arg: {
|
1641
|
+
isActive: Ref<boolean>;
|
1642
|
+
}) => vue.VNodeChild) | undefined;
|
1643
|
+
activator?: false | ((arg: {
|
1644
|
+
isActive: boolean;
|
1645
|
+
props: Record<string, any>;
|
1646
|
+
targetRef: TemplateRef;
|
1647
|
+
}) => vue.VNodeChild) | undefined;
|
1648
|
+
} | undefined;
|
1649
|
+
} & {
|
1650
|
+
"v-slot:default"?: false | ((arg: {
|
1651
|
+
isActive: Ref<boolean>;
|
1652
|
+
}) => vue.VNodeChild) | undefined;
|
1653
|
+
"v-slot:activator"?: false | ((arg: {
|
1654
|
+
isActive: boolean;
|
1655
|
+
props: Record<string, any>;
|
1656
|
+
targetRef: TemplateRef;
|
1657
|
+
}) => vue.VNodeChild) | undefined;
|
1658
|
+
} & {
|
1659
|
+
onAfterEnter?: (() => any) | undefined;
|
1660
|
+
onAfterLeave?: (() => any) | undefined;
|
1661
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1662
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1663
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1390
1664
|
$attrs: {
|
1391
1665
|
[x: string]: unknown;
|
1392
1666
|
};
|
@@ -1405,7 +1679,6 @@ declare const VSnackbar: {
|
|
1405
1679
|
}>;
|
1406
1680
|
$root: vue.ComponentPublicInstance | null;
|
1407
1681
|
$parent: vue.ComponentPublicInstance | null;
|
1408
|
-
$host: Element | null;
|
1409
1682
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1410
1683
|
$el: any;
|
1411
1684
|
$options: vue.ComponentOptionsBase<{
|
@@ -1491,14 +1764,14 @@ declare const VSnackbar: {
|
|
1491
1764
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1492
1765
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1493
1766
|
}, {
|
1494
|
-
activatorEl: Ref<HTMLElement | undefined
|
1495
|
-
scrimEl: Ref<HTMLElement | undefined
|
1767
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
1768
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
1496
1769
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1497
1770
|
animateClick: () => void;
|
1498
|
-
contentEl: Ref<HTMLElement | undefined
|
1499
|
-
globalTop: Readonly<Ref<boolean
|
1771
|
+
contentEl: Ref<HTMLElement | undefined>;
|
1772
|
+
globalTop: Readonly<Ref<boolean>>;
|
1500
1773
|
localTop: vue.ComputedRef<boolean>;
|
1501
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
1774
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1502
1775
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1503
1776
|
'click:outside': (e: MouseEvent) => true;
|
1504
1777
|
'update:modelValue': (value: boolean) => true;
|
@@ -1540,7 +1813,7 @@ declare const VSnackbar: {
|
|
1540
1813
|
props: Record<string, any>;
|
1541
1814
|
targetRef: TemplateRef;
|
1542
1815
|
}) => vue.VNode[];
|
1543
|
-
}
|
1816
|
+
}>>> & {
|
1544
1817
|
beforeCreate?: (() => void) | (() => void)[];
|
1545
1818
|
created?: (() => void) | (() => void)[];
|
1546
1819
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1559,35 +1832,8 @@ declare const VSnackbar: {
|
|
1559
1832
|
};
|
1560
1833
|
$forceUpdate: () => void;
|
1561
1834
|
$nextTick: typeof nextTick;
|
1562
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
1563
|
-
} &
|
1564
|
-
absolute: boolean;
|
1565
|
-
location: Anchor;
|
1566
|
-
origin: "auto" | Anchor | "overlap";
|
1567
|
-
transition: string | boolean | (vue.TransitionProps & {
|
1568
|
-
component?: vue.Component;
|
1569
|
-
});
|
1570
|
-
zIndex: string | number;
|
1571
|
-
style: vue.StyleValue;
|
1572
|
-
eager: boolean;
|
1573
|
-
disabled: boolean;
|
1574
|
-
persistent: boolean;
|
1575
|
-
modelValue: boolean;
|
1576
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1577
|
-
updateLocation: (e?: Event) => void;
|
1578
|
-
});
|
1579
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1580
|
-
activatorProps: Record<string, any>;
|
1581
|
-
openOnClick: boolean;
|
1582
|
-
openOnHover: boolean;
|
1583
|
-
openOnFocus: boolean;
|
1584
|
-
closeOnContentClick: boolean;
|
1585
|
-
closeOnBack: boolean;
|
1586
|
-
contained: boolean;
|
1587
|
-
noClickAnimation: boolean;
|
1588
|
-
scrim: string | boolean;
|
1589
|
-
_disableGlobalStack: boolean;
|
1590
|
-
}> & Omit<{
|
1835
|
+
$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;
|
1836
|
+
} & Omit<{
|
1591
1837
|
absolute: boolean;
|
1592
1838
|
location: Anchor;
|
1593
1839
|
origin: "auto" | Anchor | "overlap";
|
@@ -1669,25 +1915,25 @@ declare const VSnackbar: {
|
|
1669
1915
|
onAfterLeave?: (() => any) | undefined;
|
1670
1916
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1671
1917
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1672
|
-
}, "target" | "contentEl" | "activatorEl" |
|
1673
|
-
activatorEl: Ref<HTMLElement | undefined
|
1674
|
-
scrimEl: Ref<HTMLElement | undefined
|
1918
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1919
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
1920
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
1675
1921
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1676
1922
|
animateClick: () => void;
|
1677
|
-
contentEl: Ref<HTMLElement | undefined
|
1678
|
-
globalTop: Readonly<Ref<boolean
|
1923
|
+
contentEl: Ref<HTMLElement | undefined>;
|
1924
|
+
globalTop: Readonly<Ref<boolean>>;
|
1679
1925
|
localTop: vue.ComputedRef<boolean>;
|
1680
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
1681
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" |
|
1926
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1927
|
+
}> & {} & 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}`> & {
|
1682
1928
|
_allExposed: {
|
1683
|
-
activatorEl: Ref<HTMLElement | undefined
|
1684
|
-
scrimEl: Ref<HTMLElement | undefined
|
1929
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
1930
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
1685
1931
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
1686
1932
|
animateClick: () => void;
|
1687
|
-
contentEl: Ref<HTMLElement | undefined
|
1688
|
-
globalTop: Readonly<Ref<boolean
|
1933
|
+
contentEl: Ref<HTMLElement | undefined>;
|
1934
|
+
globalTop: Readonly<Ref<boolean>>;
|
1689
1935
|
localTop: vue.ComputedRef<boolean>;
|
1690
|
-
updateLocation: Ref<((e: Event) => void) | undefined
|
1936
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1691
1937
|
} | {};
|
1692
1938
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1693
1939
|
'update:modelValue': (v: boolean) => true;
|
@@ -1729,7 +1975,7 @@ declare const VSnackbar: {
|
|
1729
1975
|
isActive: Ref<boolean>;
|
1730
1976
|
}) => vue.VNode[];
|
1731
1977
|
text: () => vue.VNode[];
|
1732
|
-
}
|
1978
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1733
1979
|
offset: vue.PropType<StrategyProps$1["offset"]>;
|
1734
1980
|
absolute: BooleanConstructor;
|
1735
1981
|
location: {
|
@@ -1946,7 +2192,7 @@ type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {
|
|
1946
2192
|
};
|
1947
2193
|
type SnackbarMessage = Omit<VSnackbar['$props'], '$children' | 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover'>;
|
1948
2194
|
declare const VSnackbarQueue: {
|
1949
|
-
new (...args: any[]): vue.
|
2195
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1950
2196
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1951
2197
|
absolute: boolean;
|
1952
2198
|
location: Anchor;
|
@@ -1999,7 +2245,58 @@ declare const VSnackbarQueue: {
|
|
1999
2245
|
attach?: string | boolean | Element | undefined;
|
2000
2246
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2001
2247
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
2002
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2248
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2249
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2250
|
+
absolute: boolean;
|
2251
|
+
location: Anchor;
|
2252
|
+
origin: "auto" | Anchor | "overlap";
|
2253
|
+
transition: string | boolean | (vue.TransitionProps & {
|
2254
|
+
component?: vue.Component;
|
2255
|
+
});
|
2256
|
+
zIndex: string | number;
|
2257
|
+
style: vue.StyleValue;
|
2258
|
+
eager: boolean;
|
2259
|
+
disabled: boolean;
|
2260
|
+
timeout: string | number;
|
2261
|
+
vertical: boolean;
|
2262
|
+
tile: boolean;
|
2263
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2264
|
+
updateLocation: (e?: Event) => void;
|
2265
|
+
});
|
2266
|
+
activatorProps: Record<string, any>;
|
2267
|
+
openOnHover: boolean;
|
2268
|
+
closeOnContentClick: boolean;
|
2269
|
+
closeOnBack: boolean;
|
2270
|
+
contained: boolean;
|
2271
|
+
closeText: string;
|
2272
|
+
multiLine: boolean;
|
2273
|
+
} & {
|
2274
|
+
offset?: string | number | number[] | undefined;
|
2275
|
+
height?: string | number | undefined;
|
2276
|
+
width?: string | number | undefined;
|
2277
|
+
color?: string | undefined;
|
2278
|
+
maxHeight?: string | number | undefined;
|
2279
|
+
maxWidth?: string | number | undefined;
|
2280
|
+
minHeight?: string | number | undefined;
|
2281
|
+
minWidth?: string | number | undefined;
|
2282
|
+
opacity?: string | number | undefined;
|
2283
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2284
|
+
text?: string | undefined;
|
2285
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2286
|
+
class?: any;
|
2287
|
+
theme?: string | undefined;
|
2288
|
+
timer?: string | boolean | undefined;
|
2289
|
+
rounded?: string | number | boolean | undefined;
|
2290
|
+
contentClass?: any;
|
2291
|
+
closable?: string | boolean | undefined;
|
2292
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2293
|
+
closeDelay?: string | number | undefined;
|
2294
|
+
openDelay?: string | number | undefined;
|
2295
|
+
openOnClick?: boolean | undefined;
|
2296
|
+
openOnFocus?: boolean | undefined;
|
2297
|
+
contentProps?: any;
|
2298
|
+
attach?: string | boolean | Element | undefined;
|
2299
|
+
} & {}, {
|
2003
2300
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2004
2301
|
absolute: boolean;
|
2005
2302
|
location: Anchor;
|
@@ -2040,7 +2337,7 @@ declare const VSnackbarQueue: {
|
|
2040
2337
|
onClick: () => void;
|
2041
2338
|
};
|
2042
2339
|
}) => vue.VNode[];
|
2043
|
-
}>>,
|
2340
|
+
}>>, {
|
2044
2341
|
P: {};
|
2045
2342
|
B: {};
|
2046
2343
|
D: {};
|
@@ -2224,7 +2521,7 @@ declare const VSnackbarQueue: {
|
|
2224
2521
|
onClick: () => void;
|
2225
2522
|
};
|
2226
2523
|
}) => vue.VNode[];
|
2227
|
-
}
|
2524
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
|
2228
2525
|
modelValue?: T;
|
2229
2526
|
"onUpdate:modelValue"?: (val: T) => void;
|
2230
2527
|
}, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|