@vuetify/nightly 3.7.5-master.2024-12-17 → 3.7.6-dev.2025-01-06
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 +2037 -2021
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +4057 -4019
- package/dist/vuetify-labs.css +4809 -4809
- package/dist/vuetify-labs.d.ts +3395 -14377
- package/dist/vuetify-labs.esm.js +81 -62
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -61
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2423 -2423
- package/dist/vuetify.d.ts +3157 -12301
- package/dist/vuetify.esm.js +81 -62
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +80 -61
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +894 -894
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- 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 +18 -154
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +11 -79
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +13 -33
- 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 +24 -190
- 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 +17 -95
- 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 +8 -90
- package/lib/components/VChip/VChip.mjs +16 -9
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +24 -43
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +3 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- 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 +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- 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 +50 -388
- 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 +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- 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 +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +23 -159
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +15 -84
- 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 +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -74
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- 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 +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +5 -4
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +3 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +21 -77
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +3 -4
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -4
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- 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 +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- 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 +105 -401
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- 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 +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +21 -16
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +15 -54
- package/lib/components/index.d.mts +2975 -12121
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- 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/theme.mjs +18 -7
- package/lib/composables/theme.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 +14 -7
- 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 +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +63 -61
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +8 -195
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- 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 +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- 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 +18 -205
- package/lib/labs/components.d.mts +1116 -3200
- package/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +5 -4
@@ -19,7 +19,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
19
19
|
declare const IconValue: PropType<IconValue>;
|
20
20
|
|
21
21
|
declare const VAvatar: {
|
22
|
-
new (...args: any[]): vue.
|
22
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
23
23
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
24
24
|
end: boolean;
|
25
25
|
start: boolean;
|
@@ -46,34 +46,7 @@ declare const VAvatar: {
|
|
46
46
|
} | undefined;
|
47
47
|
} & {
|
48
48
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
49
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
50
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
51
|
-
end: boolean;
|
52
|
-
start: boolean;
|
53
|
-
style: vue.StyleValue;
|
54
|
-
size: string | number;
|
55
|
-
tag: string;
|
56
|
-
tile: boolean;
|
57
|
-
density: Density;
|
58
|
-
} & {
|
59
|
-
border?: string | number | boolean | undefined;
|
60
|
-
color?: string | undefined;
|
61
|
-
image?: string | undefined;
|
62
|
-
text?: string | undefined;
|
63
|
-
class?: any;
|
64
|
-
theme?: string | undefined;
|
65
|
-
icon?: IconValue | undefined;
|
66
|
-
rounded?: string | number | boolean | undefined;
|
67
|
-
} & {
|
68
|
-
$children?: vue.VNodeChild | {
|
69
|
-
default?: (() => vue.VNodeChild) | undefined;
|
70
|
-
} | (() => vue.VNodeChild);
|
71
|
-
'v-slots'?: {
|
72
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
73
|
-
} | undefined;
|
74
|
-
} & {
|
75
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
76
|
-
}, {
|
49
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
77
50
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
78
51
|
end: boolean;
|
79
52
|
start: boolean;
|
@@ -85,7 +58,7 @@ declare const VAvatar: {
|
|
85
58
|
density: Density;
|
86
59
|
}, true, {}, vue.SlotsType<Partial<{
|
87
60
|
default: () => vue.VNode[];
|
88
|
-
}>>, {
|
61
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
89
62
|
P: {};
|
90
63
|
B: {};
|
91
64
|
D: {};
|
@@ -172,7 +145,7 @@ declare const VAvatar: {
|
|
172
145
|
density: Density;
|
173
146
|
}, {}, string, vue.SlotsType<Partial<{
|
174
147
|
default: () => vue.VNode[];
|
175
|
-
}
|
148
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
176
149
|
color: StringConstructor;
|
177
150
|
variant: Omit<{
|
178
151
|
type: vue.PropType<Variant>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { createVNode as _createVNode, vShow as _vShow, mergeProps as _mergeProps, withDirectives as _withDirectives } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VBadge.css";
|
4
4
|
|
@@ -20,7 +20,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
20
20
|
declare const IconValue: PropType<IconValue>;
|
21
21
|
|
22
22
|
declare const VBadge: {
|
23
|
-
new (...args: any[]): vue.
|
23
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
24
24
|
inline: boolean;
|
25
25
|
location: Anchor | null;
|
26
26
|
transition: string | boolean | (vue.TransitionProps & {
|
@@ -57,44 +57,7 @@ declare const VBadge: {
|
|
57
57
|
} & {
|
58
58
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
59
59
|
"v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
|
60
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
61
|
-
inline: boolean;
|
62
|
-
location: Anchor | null;
|
63
|
-
transition: string | boolean | (vue.TransitionProps & {
|
64
|
-
component?: vue.Component;
|
65
|
-
});
|
66
|
-
label: string;
|
67
|
-
style: vue.StyleValue;
|
68
|
-
tag: string;
|
69
|
-
dot: boolean;
|
70
|
-
modelValue: boolean;
|
71
|
-
tile: boolean;
|
72
|
-
floating: boolean;
|
73
|
-
bordered: boolean;
|
74
|
-
} & {
|
75
|
-
max?: string | number | undefined;
|
76
|
-
color?: string | undefined;
|
77
|
-
content?: string | number | undefined;
|
78
|
-
class?: any;
|
79
|
-
theme?: string | undefined;
|
80
|
-
icon?: IconValue | undefined;
|
81
|
-
rounded?: string | number | boolean | undefined;
|
82
|
-
offsetX?: string | number | undefined;
|
83
|
-
offsetY?: string | number | undefined;
|
84
|
-
textColor?: string | undefined;
|
85
|
-
} & {
|
86
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
87
|
-
default?: (() => vue.VNodeChild) | undefined;
|
88
|
-
badge?: (() => vue.VNodeChild) | undefined;
|
89
|
-
};
|
90
|
-
'v-slots'?: {
|
91
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
92
|
-
badge?: false | (() => vue.VNodeChild) | undefined;
|
93
|
-
} | undefined;
|
94
|
-
} & {
|
95
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
96
|
-
"v-slot:badge"?: false | (() => vue.VNodeChild) | undefined;
|
97
|
-
}, {
|
60
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
98
61
|
inline: boolean;
|
99
62
|
location: Anchor | null;
|
100
63
|
transition: string | boolean | (vue.TransitionProps & {
|
@@ -112,7 +75,7 @@ declare const VBadge: {
|
|
112
75
|
}, true, {}, vue.SlotsType<Partial<{
|
113
76
|
default: () => vue.VNode[];
|
114
77
|
badge: () => vue.VNode[];
|
115
|
-
}>>, {
|
78
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
116
79
|
P: {};
|
117
80
|
B: {};
|
118
81
|
D: {};
|
@@ -230,7 +193,7 @@ declare const VBadge: {
|
|
230
193
|
}, {}, string, vue.SlotsType<Partial<{
|
231
194
|
default: () => vue.VNode[];
|
232
195
|
badge: () => vue.VNode[];
|
233
|
-
}
|
196
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
234
197
|
transition: Omit<{
|
235
198
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
236
199
|
component?: vue.Component;
|
@@ -26,7 +26,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
26
26
|
declare const IconValue: PropType<IconValue>;
|
27
27
|
|
28
28
|
declare const VBanner: {
|
29
|
-
new (...args: any[]): vue.
|
29
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
30
30
|
style: vue.StyleValue;
|
31
31
|
mobile: boolean | null;
|
32
32
|
tag: string;
|
@@ -73,54 +73,7 @@ declare const VBanner: {
|
|
73
73
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
74
74
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
75
75
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
76
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
77
|
-
style: vue.StyleValue;
|
78
|
-
mobile: boolean | null;
|
79
|
-
tag: string;
|
80
|
-
sticky: boolean;
|
81
|
-
tile: boolean;
|
82
|
-
density: Density;
|
83
|
-
stacked: boolean;
|
84
|
-
} & {
|
85
|
-
location?: Anchor | null | undefined;
|
86
|
-
height?: string | number | undefined;
|
87
|
-
width?: string | number | undefined;
|
88
|
-
border?: string | number | boolean | undefined;
|
89
|
-
color?: string | undefined;
|
90
|
-
maxHeight?: string | number | undefined;
|
91
|
-
maxWidth?: string | number | undefined;
|
92
|
-
minHeight?: string | number | undefined;
|
93
|
-
minWidth?: string | number | undefined;
|
94
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
95
|
-
text?: string | undefined;
|
96
|
-
class?: any;
|
97
|
-
theme?: string | undefined;
|
98
|
-
lines?: "one" | "two" | "three" | undefined;
|
99
|
-
icon?: IconValue | undefined;
|
100
|
-
elevation?: string | number | undefined;
|
101
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
102
|
-
rounded?: string | number | boolean | undefined;
|
103
|
-
bgColor?: string | undefined;
|
104
|
-
avatar?: string | undefined;
|
105
|
-
} & {
|
106
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
107
|
-
default?: (() => vue.VNodeChild) | undefined;
|
108
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
109
|
-
text?: (() => vue.VNodeChild) | undefined;
|
110
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
111
|
-
};
|
112
|
-
'v-slots'?: {
|
113
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
114
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
115
|
-
text?: false | (() => vue.VNodeChild) | undefined;
|
116
|
-
actions?: false | (() => vue.VNodeChild) | undefined;
|
117
|
-
} | undefined;
|
118
|
-
} & {
|
119
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
120
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
121
|
-
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
122
|
-
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
123
|
-
}, {
|
76
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
124
77
|
style: vue.StyleValue;
|
125
78
|
mobile: boolean | null;
|
126
79
|
tag: string;
|
@@ -134,7 +87,7 @@ declare const VBanner: {
|
|
134
87
|
prepend: () => vue.VNode[];
|
135
88
|
text: () => vue.VNode[];
|
136
89
|
actions: () => vue.VNode[];
|
137
|
-
}>>, {
|
90
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
138
91
|
P: {};
|
139
92
|
B: {};
|
140
93
|
D: {};
|
@@ -262,7 +215,7 @@ declare const VBanner: {
|
|
262
215
|
prepend: () => vue.VNode[];
|
263
216
|
text: () => vue.VNode[];
|
264
217
|
actions: () => vue.VNode[];
|
265
|
-
}
|
218
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
266
219
|
theme: StringConstructor;
|
267
220
|
tag: {
|
268
221
|
type: StringConstructor;
|
@@ -372,22 +325,7 @@ declare const VBanner: {
|
|
372
325
|
type VBanner = InstanceType<typeof VBanner>;
|
373
326
|
|
374
327
|
declare const VBannerActions: {
|
375
|
-
new (...args: any[]): vue.
|
376
|
-
style: vue.StyleValue;
|
377
|
-
} & {
|
378
|
-
color?: string | undefined;
|
379
|
-
class?: any;
|
380
|
-
density?: string | undefined;
|
381
|
-
} & {
|
382
|
-
$children?: vue.VNodeChild | {
|
383
|
-
default?: (() => vue.VNodeChild) | undefined;
|
384
|
-
} | (() => vue.VNodeChild);
|
385
|
-
'v-slots'?: {
|
386
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
387
|
-
} | undefined;
|
388
|
-
} & {
|
389
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
390
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
328
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
391
329
|
style: vue.StyleValue;
|
392
330
|
} & {
|
393
331
|
color?: string | undefined;
|
@@ -402,11 +340,11 @@ declare const VBannerActions: {
|
|
402
340
|
} | undefined;
|
403
341
|
} & {
|
404
342
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
405
|
-
}, {
|
343
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
406
344
|
style: vue.StyleValue;
|
407
345
|
}, true, {}, vue.SlotsType<Partial<{
|
408
346
|
default: () => vue.VNode[];
|
409
|
-
}>>, {
|
347
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
410
348
|
P: {};
|
411
349
|
B: {};
|
412
350
|
D: {};
|
@@ -453,7 +391,7 @@ declare const VBannerActions: {
|
|
453
391
|
style: vue.StyleValue;
|
454
392
|
}, {}, string, vue.SlotsType<Partial<{
|
455
393
|
default: () => vue.VNode[];
|
456
|
-
}
|
394
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
457
395
|
class: vue.PropType<ClassValue>;
|
458
396
|
style: {
|
459
397
|
type: vue.PropType<vue.StyleValue>;
|
@@ -473,7 +411,7 @@ declare const VBannerActions: {
|
|
473
411
|
type VBannerActions = InstanceType<typeof VBannerActions>;
|
474
412
|
|
475
413
|
declare const VBannerText: {
|
476
|
-
new (...args: any[]): vue.
|
414
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
477
415
|
style: vue.StyleValue;
|
478
416
|
tag: string;
|
479
417
|
} & {
|
@@ -489,26 +427,12 @@ declare const VBannerText: {
|
|
489
427
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
490
428
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
491
429
|
[key: string]: any;
|
492
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
493
|
-
style: vue.StyleValue;
|
494
|
-
tag: string;
|
495
|
-
} & {
|
496
|
-
class?: any;
|
497
|
-
} & {
|
498
|
-
$children?: vue.VNodeChild | {
|
499
|
-
default?: (() => vue.VNodeChild) | undefined;
|
500
|
-
} | (() => vue.VNodeChild);
|
501
|
-
'v-slots'?: {
|
502
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
503
|
-
} | undefined;
|
504
|
-
} & {
|
505
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
506
|
-
}, {
|
430
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
507
431
|
style: vue.StyleValue;
|
508
432
|
tag: string;
|
509
433
|
}, true, {}, vue.SlotsType<Partial<{
|
510
434
|
default: () => vue.VNode[];
|
511
|
-
}>>, {
|
435
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
512
436
|
P: {};
|
513
437
|
B: {};
|
514
438
|
D: {};
|
@@ -559,7 +483,7 @@ declare const VBannerText: {
|
|
559
483
|
tag: string;
|
560
484
|
}, {}, string, vue.SlotsType<Partial<{
|
561
485
|
default: () => vue.VNode[];
|
562
|
-
}
|
486
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
563
487
|
class: vue.PropType<ClassValue>;
|
564
488
|
style: {
|
565
489
|
type: vue.PropType<vue.StyleValue>;
|
@@ -35,7 +35,7 @@ type ClassValue = any;
|
|
35
35
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
36
36
|
|
37
37
|
declare const VBottomNavigation: {
|
38
|
-
new (...args: any[]): vue.
|
38
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
39
39
|
name: string;
|
40
40
|
absolute: boolean;
|
41
41
|
height: string | number;
|
@@ -66,35 +66,7 @@ declare const VBottomNavigation: {
|
|
66
66
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
67
67
|
'update:active': (value: any) => true;
|
68
68
|
'update:modelValue': (value: any) => true;
|
69
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
70
|
-
name: string;
|
71
|
-
absolute: boolean;
|
72
|
-
height: string | number;
|
73
|
-
active: boolean;
|
74
|
-
order: string | number;
|
75
|
-
style: vue.StyleValue;
|
76
|
-
disabled: boolean;
|
77
|
-
multiple: boolean;
|
78
|
-
tag: string;
|
79
|
-
tile: boolean;
|
80
|
-
density: Density;
|
81
|
-
selectedClass: string;
|
82
|
-
grow: boolean;
|
83
|
-
} & {
|
84
|
-
max?: number | undefined;
|
85
|
-
border?: string | number | boolean | undefined;
|
86
|
-
color?: string | undefined;
|
87
|
-
class?: any;
|
88
|
-
theme?: string | undefined;
|
89
|
-
mode?: string | undefined;
|
90
|
-
mandatory?: boolean | "force" | undefined;
|
91
|
-
elevation?: string | number | undefined;
|
92
|
-
rounded?: string | number | boolean | undefined;
|
93
|
-
baseColor?: string | undefined;
|
94
|
-
bgColor?: string | undefined;
|
95
|
-
} & {
|
96
|
-
"onUpdate:active"?: ((value: any) => any) | undefined;
|
97
|
-
}, {
|
69
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
98
70
|
name: string;
|
99
71
|
absolute: boolean;
|
100
72
|
height: string | number;
|
@@ -111,7 +83,7 @@ declare const VBottomNavigation: {
|
|
111
83
|
grow: boolean;
|
112
84
|
}, true, {}, vue.SlotsType<Partial<{
|
113
85
|
default: () => vue.VNode[];
|
114
|
-
}>>, {
|
86
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
115
87
|
P: {};
|
116
88
|
B: {};
|
117
89
|
D: {};
|
@@ -213,7 +185,7 @@ declare const VBottomNavigation: {
|
|
213
185
|
grow: boolean;
|
214
186
|
}, {}, string, vue.SlotsType<Partial<{
|
215
187
|
default: () => vue.VNode[];
|
216
|
-
}
|
188
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
217
189
|
modelValue?: T;
|
218
190
|
"onUpdate:modelValue"?: (value: T) => void;
|
219
191
|
}, slots: {
|
@@ -93,7 +93,7 @@ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyPr
|
|
93
93
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
94
94
|
|
95
95
|
declare const VBottomSheet: {
|
96
|
-
new (...args: any[]): vue.
|
96
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
97
97
|
absolute: boolean;
|
98
98
|
location: Anchor;
|
99
99
|
origin: "auto" | Anchor | "overlap";
|
@@ -179,91 +179,7 @@ declare const VBottomSheet: {
|
|
179
179
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
180
180
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
181
181
|
'update:modelValue': (value: boolean) => true;
|
182
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
183
|
-
absolute: boolean;
|
184
|
-
location: Anchor;
|
185
|
-
origin: "auto" | Anchor | "overlap";
|
186
|
-
inset: boolean;
|
187
|
-
transition: string | boolean | (vue.TransitionProps & {
|
188
|
-
component?: vue.Component;
|
189
|
-
}) | {
|
190
|
-
component: vue.Component;
|
191
|
-
};
|
192
|
-
zIndex: string | number;
|
193
|
-
style: vue.StyleValue;
|
194
|
-
eager: boolean;
|
195
|
-
disabled: boolean;
|
196
|
-
persistent: boolean;
|
197
|
-
modelValue: boolean;
|
198
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
199
|
-
updateLocation: (e?: Event) => void;
|
200
|
-
});
|
201
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
202
|
-
activatorProps: Record<string, any>;
|
203
|
-
openOnHover: boolean;
|
204
|
-
closeOnContentClick: boolean;
|
205
|
-
closeOnBack: boolean;
|
206
|
-
contained: boolean;
|
207
|
-
noClickAnimation: boolean;
|
208
|
-
scrim: string | boolean;
|
209
|
-
fullscreen: boolean;
|
210
|
-
retainFocus: boolean;
|
211
|
-
scrollable: boolean;
|
212
|
-
} & {
|
213
|
-
offset?: string | number | number[] | undefined;
|
214
|
-
height?: string | number | undefined;
|
215
|
-
width?: string | number | undefined;
|
216
|
-
maxHeight?: string | number | undefined;
|
217
|
-
maxWidth?: string | number | undefined;
|
218
|
-
minHeight?: string | number | undefined;
|
219
|
-
minWidth?: string | number | undefined;
|
220
|
-
opacity?: string | number | undefined;
|
221
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
222
|
-
class?: any;
|
223
|
-
theme?: string | undefined;
|
224
|
-
contentClass?: any;
|
225
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
226
|
-
closeDelay?: string | number | undefined;
|
227
|
-
openDelay?: string | number | undefined;
|
228
|
-
openOnClick?: boolean | undefined;
|
229
|
-
openOnFocus?: boolean | undefined;
|
230
|
-
contentProps?: any;
|
231
|
-
attach?: string | boolean | Element | undefined;
|
232
|
-
} & {
|
233
|
-
$children?: vue.VNodeChild | {
|
234
|
-
default?: ((arg: {
|
235
|
-
isActive: vue.Ref<boolean>;
|
236
|
-
}) => vue.VNodeChild) | undefined;
|
237
|
-
activator?: ((arg: {
|
238
|
-
isActive: boolean;
|
239
|
-
props: Record<string, any>;
|
240
|
-
targetRef: TemplateRef;
|
241
|
-
}) => vue.VNodeChild) | undefined;
|
242
|
-
} | ((arg: {
|
243
|
-
isActive: vue.Ref<boolean>;
|
244
|
-
}) => vue.VNodeChild);
|
245
|
-
'v-slots'?: {
|
246
|
-
default?: false | ((arg: {
|
247
|
-
isActive: vue.Ref<boolean>;
|
248
|
-
}) => vue.VNodeChild) | undefined;
|
249
|
-
activator?: false | ((arg: {
|
250
|
-
isActive: boolean;
|
251
|
-
props: Record<string, any>;
|
252
|
-
targetRef: TemplateRef;
|
253
|
-
}) => vue.VNodeChild) | undefined;
|
254
|
-
} | undefined;
|
255
|
-
} & {
|
256
|
-
"v-slot:default"?: false | ((arg: {
|
257
|
-
isActive: vue.Ref<boolean>;
|
258
|
-
}) => vue.VNodeChild) | undefined;
|
259
|
-
"v-slot:activator"?: false | ((arg: {
|
260
|
-
isActive: boolean;
|
261
|
-
props: Record<string, any>;
|
262
|
-
targetRef: TemplateRef;
|
263
|
-
}) => vue.VNodeChild) | undefined;
|
264
|
-
} & {
|
265
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
266
|
-
}, {
|
182
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
267
183
|
absolute: boolean;
|
268
184
|
location: Anchor;
|
269
185
|
origin: "auto" | Anchor | "overlap";
|
@@ -304,7 +220,7 @@ declare const VBottomSheet: {
|
|
304
220
|
props: Record<string, any>;
|
305
221
|
targetRef: TemplateRef;
|
306
222
|
}) => vue.VNode[];
|
307
|
-
}>>, {
|
223
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
308
224
|
P: {};
|
309
225
|
B: {};
|
310
226
|
D: {};
|
@@ -558,7 +474,7 @@ declare const VBottomSheet: {
|
|
558
474
|
props: Record<string, any>;
|
559
475
|
targetRef: TemplateRef;
|
560
476
|
}) => vue.VNode[];
|
561
|
-
}
|
477
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
562
478
|
transition: Omit<Omit<{
|
563
479
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
564
480
|
component?: vue.Component;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { createVNode as _createVNode, Fragment as _Fragment, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VBreadcrumbs.css";
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
|
2
2
|
// Composables
|
3
3
|
import { useTextColor } from "../../composables/color.mjs";
|
4
4
|
import { makeComponentProps } from "../../composables/component.mjs";
|