@vuetify/nightly 3.7.5-master.2024-12-17 → 3.7.6-dev.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 +3385 -3377
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6391 -6373
- package/dist/vuetify-labs.css +3014 -3014
- package/dist/vuetify-labs.d.ts +3365 -14377
- package/dist/vuetify-labs.esm.js +45 -47
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +44 -46
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4326 -4326
- package/dist/vuetify.d.ts +3127 -12301
- package/dist/vuetify.esm.js +45 -47
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +44 -46
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +878 -883
- package/dist/vuetify.min.js.map +1 -1
- 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 +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 +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 +36 -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 +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 +4 -15
- 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 +2947 -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/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 +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +61 -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
@@ -11,7 +11,7 @@ type VMessageSlot = {
|
|
11
11
|
message: string;
|
12
12
|
};
|
13
13
|
declare const VMessages: {
|
14
|
-
new (...args: any[]): vue.
|
14
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
15
15
|
active: boolean;
|
16
16
|
transition: string | boolean | (vue.TransitionProps & {
|
17
17
|
component?: Component;
|
@@ -34,30 +34,7 @@ declare const VMessages: {
|
|
34
34
|
} | undefined;
|
35
35
|
} & {
|
36
36
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
37
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
38
|
-
active: boolean;
|
39
|
-
transition: string | boolean | (vue.TransitionProps & {
|
40
|
-
component?: Component;
|
41
|
-
}) | {
|
42
|
-
component: Component;
|
43
|
-
leaveAbsolute: boolean;
|
44
|
-
group: boolean;
|
45
|
-
};
|
46
|
-
style: vue.StyleValue;
|
47
|
-
messages: string | readonly string[];
|
48
|
-
} & {
|
49
|
-
color?: string | undefined;
|
50
|
-
class?: any;
|
51
|
-
} & {
|
52
|
-
$children?: {} | vue.VNodeChild | {
|
53
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
54
|
-
};
|
55
|
-
'v-slots'?: {
|
56
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
57
|
-
} | undefined;
|
58
|
-
} & {
|
59
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
60
|
-
}, {
|
37
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
61
38
|
active: boolean;
|
62
39
|
transition: string | boolean | (vue.TransitionProps & {
|
63
40
|
component?: Component;
|
@@ -70,7 +47,7 @@ declare const VMessages: {
|
|
70
47
|
messages: string | readonly string[];
|
71
48
|
}, true, {}, vue.SlotsType<Partial<{
|
72
49
|
message: (arg: VMessageSlot) => vue.VNode[];
|
73
|
-
}>>, {
|
50
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
74
51
|
P: {};
|
75
52
|
B: {};
|
76
53
|
D: {};
|
@@ -151,7 +128,7 @@ declare const VMessages: {
|
|
151
128
|
messages: string | readonly string[];
|
152
129
|
}, {}, string, vue.SlotsType<Partial<{
|
153
130
|
message: (arg: VMessageSlot) => vue.VNode[];
|
154
|
-
}
|
131
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
155
132
|
transition: Omit<{
|
156
133
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
157
134
|
component?: Component;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VNavigationDrawer.css";
|
4
4
|
|
@@ -16,7 +16,7 @@ type VNavigationDrawerImageSlot = {
|
|
16
16
|
};
|
17
17
|
declare const locations: readonly ["start", "end", "left", "right", "top", "bottom"];
|
18
18
|
declare const VNavigationDrawer: {
|
19
|
-
new (...args: any[]): vue.
|
19
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
20
20
|
absolute: boolean;
|
21
21
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
22
22
|
width: string | number;
|
@@ -72,66 +72,11 @@ declare const VNavigationDrawer: {
|
|
72
72
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
73
73
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
74
74
|
}, {
|
75
|
-
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
75
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom", boolean | "top" | "bottom">;
|
76
76
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
77
77
|
'update:modelValue': (val: boolean) => true;
|
78
78
|
'update:rail': (val: boolean) => true;
|
79
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
80
|
-
absolute: boolean;
|
81
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
82
|
-
width: string | number;
|
83
|
-
order: string | number;
|
84
|
-
style: vue.StyleValue;
|
85
|
-
mobile: boolean | null;
|
86
|
-
temporary: boolean;
|
87
|
-
persistent: boolean;
|
88
|
-
tag: string;
|
89
|
-
sticky: boolean;
|
90
|
-
modelValue: boolean | null;
|
91
|
-
tile: boolean;
|
92
|
-
floating: boolean;
|
93
|
-
scrim: string | boolean;
|
94
|
-
touchless: boolean;
|
95
|
-
disableResizeWatcher: boolean;
|
96
|
-
disableRouteWatcher: boolean;
|
97
|
-
expandOnHover: boolean;
|
98
|
-
permanent: boolean;
|
99
|
-
rail: boolean | null;
|
100
|
-
railWidth: string | number;
|
101
|
-
} & {
|
102
|
-
name?: string | undefined;
|
103
|
-
border?: string | number | boolean | undefined;
|
104
|
-
color?: string | undefined;
|
105
|
-
image?: string | undefined;
|
106
|
-
class?: any;
|
107
|
-
theme?: string | undefined;
|
108
|
-
elevation?: string | number | undefined;
|
109
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
110
|
-
rounded?: string | number | boolean | undefined;
|
111
|
-
closeDelay?: string | number | undefined;
|
112
|
-
openDelay?: string | number | undefined;
|
113
|
-
} & {
|
114
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
115
|
-
default?: (() => vue.VNodeChild) | undefined;
|
116
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
117
|
-
append?: (() => vue.VNodeChild) | undefined;
|
118
|
-
image?: ((arg: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
119
|
-
};
|
120
|
-
'v-slots'?: {
|
121
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
122
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
123
|
-
append?: false | (() => vue.VNodeChild) | undefined;
|
124
|
-
image?: false | ((arg: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
125
|
-
} | undefined;
|
126
|
-
} & {
|
127
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
128
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
129
|
-
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
130
|
-
"v-slot:image"?: false | ((arg: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
131
|
-
} & {
|
132
|
-
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
133
|
-
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
134
|
-
}, {
|
79
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
135
80
|
absolute: boolean;
|
136
81
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
137
82
|
width: string | number;
|
@@ -159,7 +104,7 @@ declare const VNavigationDrawer: {
|
|
159
104
|
prepend: () => vue.VNode[];
|
160
105
|
append: () => vue.VNode[];
|
161
106
|
image: (arg: VNavigationDrawerImageSlot) => vue.VNode[];
|
162
|
-
}>>, {
|
107
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
163
108
|
P: {};
|
164
109
|
B: {};
|
165
110
|
D: {};
|
@@ -222,7 +167,7 @@ declare const VNavigationDrawer: {
|
|
222
167
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
223
168
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
224
169
|
}, {
|
225
|
-
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
170
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom", boolean | "top" | "bottom">;
|
226
171
|
}, {}, {}, {}, {
|
227
172
|
absolute: boolean;
|
228
173
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
@@ -306,7 +251,7 @@ declare const VNavigationDrawer: {
|
|
306
251
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
307
252
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
308
253
|
}, {
|
309
|
-
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
254
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom", boolean | "top" | "bottom">;
|
310
255
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
311
256
|
'update:modelValue': (val: boolean) => true;
|
312
257
|
'update:rail': (val: boolean) => true;
|
@@ -338,7 +283,7 @@ declare const VNavigationDrawer: {
|
|
338
283
|
prepend: () => vue.VNode[];
|
339
284
|
append: () => vue.VNode[];
|
340
285
|
image: (arg: VNavigationDrawerImageSlot) => vue.VNode[];
|
341
|
-
}
|
286
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
342
287
|
theme: StringConstructor;
|
343
288
|
tag: Omit<{
|
344
289
|
type: StringConstructor;
|
@@ -8,7 +8,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
8
8
|
type ClassValue = any;
|
9
9
|
|
10
10
|
declare const VOtpInput: {
|
11
|
-
new (...args: any[]): vue.
|
11
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
12
12
|
length: string | number;
|
13
13
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
14
14
|
type: "number" | "text" | "password";
|
@@ -57,59 +57,14 @@ declare const VOtpInput: {
|
|
57
57
|
blur: () => void;
|
58
58
|
focus: () => void;
|
59
59
|
reset: () => void;
|
60
|
-
isFocused: vue.Ref<boolean> & {
|
60
|
+
isFocused: vue.Ref<boolean, boolean> & {
|
61
61
|
readonly externalValue: boolean;
|
62
62
|
};
|
63
63
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
64
64
|
finish: (val: string) => true;
|
65
65
|
'update:focused': (val: boolean) => true;
|
66
66
|
'update:modelValue': (val: string) => true;
|
67
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
68
|
-
length: string | number;
|
69
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
70
|
-
type: "number" | "text" | "password";
|
71
|
-
error: boolean;
|
72
|
-
label: string;
|
73
|
-
style: vue.StyleValue;
|
74
|
-
autofocus: boolean;
|
75
|
-
disabled: boolean;
|
76
|
-
focused: boolean;
|
77
|
-
focusAll: boolean;
|
78
|
-
} & {
|
79
|
-
height?: string | number | undefined;
|
80
|
-
width?: string | number | undefined;
|
81
|
-
color?: string | undefined;
|
82
|
-
maxHeight?: string | number | undefined;
|
83
|
-
maxWidth?: string | number | undefined;
|
84
|
-
minHeight?: string | number | undefined;
|
85
|
-
minWidth?: string | number | undefined;
|
86
|
-
loading?: string | boolean | undefined;
|
87
|
-
class?: any;
|
88
|
-
theme?: string | undefined;
|
89
|
-
placeholder?: string | undefined;
|
90
|
-
divider?: string | undefined;
|
91
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
92
|
-
modelValue?: string | number | undefined;
|
93
|
-
rounded?: string | number | boolean | undefined;
|
94
|
-
baseColor?: string | undefined;
|
95
|
-
bgColor?: string | undefined;
|
96
|
-
} & {
|
97
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
98
|
-
default?: (() => vue.VNodeChild) | undefined;
|
99
|
-
loader?: (() => vue.VNodeChild) | undefined;
|
100
|
-
};
|
101
|
-
'v-slots'?: {
|
102
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
103
|
-
loader?: false | (() => vue.VNodeChild) | undefined;
|
104
|
-
} | undefined;
|
105
|
-
} & {
|
106
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
107
|
-
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
108
|
-
} & {
|
109
|
-
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
110
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
111
|
-
onFinish?: ((val: string) => any) | undefined;
|
112
|
-
}, {
|
67
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
113
68
|
length: string | number;
|
114
69
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
115
70
|
type: "number" | "text" | "password";
|
@@ -125,7 +80,7 @@ declare const VOtpInput: {
|
|
125
80
|
}, true, {}, vue.SlotsType<Partial<{
|
126
81
|
default: () => vue.VNode[];
|
127
82
|
loader: () => vue.VNode[];
|
128
|
-
}>>, {
|
83
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
129
84
|
P: {};
|
130
85
|
B: {};
|
131
86
|
D: {};
|
@@ -181,7 +136,7 @@ declare const VOtpInput: {
|
|
181
136
|
blur: () => void;
|
182
137
|
focus: () => void;
|
183
138
|
reset: () => void;
|
184
|
-
isFocused: vue.Ref<boolean> & {
|
139
|
+
isFocused: vue.Ref<boolean, boolean> & {
|
185
140
|
readonly externalValue: boolean;
|
186
141
|
};
|
187
142
|
}, {}, {}, {}, {
|
@@ -250,7 +205,7 @@ declare const VOtpInput: {
|
|
250
205
|
blur: () => void;
|
251
206
|
focus: () => void;
|
252
207
|
reset: () => void;
|
253
|
-
isFocused: vue.Ref<boolean> & {
|
208
|
+
isFocused: vue.Ref<boolean, boolean> & {
|
254
209
|
readonly externalValue: boolean;
|
255
210
|
};
|
256
211
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -273,7 +228,7 @@ declare const VOtpInput: {
|
|
273
228
|
}, {}, string, vue.SlotsType<Partial<{
|
274
229
|
default: () => vue.VNode[];
|
275
230
|
loader: () => vue.VNode[];
|
276
|
-
}
|
231
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
277
232
|
variant: Omit<{
|
278
233
|
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
279
234
|
default: string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { mergeProps as _mergeProps, createVNode as _createVNode, Fragment as _Fragment, vShow as _vShow, resolveDirective as _resolveDirective, withDirectives as _withDirectives } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VOverlay.css";
|
4
4
|
|
@@ -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 VOverlay: {
|
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";
|
@@ -176,102 +176,20 @@ declare const VOverlay: {
|
|
176
176
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
177
177
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
178
178
|
}, {
|
179
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
180
|
-
scrimEl: Ref<HTMLElement | undefined>;
|
179
|
+
activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
180
|
+
scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
181
181
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
182
182
|
animateClick: () => void;
|
183
|
-
contentEl: Ref<HTMLElement | undefined>;
|
184
|
-
globalTop: Readonly<Ref<boolean>>;
|
183
|
+
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
184
|
+
globalTop: Readonly<Ref<boolean, boolean>>;
|
185
185
|
localTop: vue.ComputedRef<boolean>;
|
186
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
186
|
+
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
187
187
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
188
188
|
'click:outside': (e: MouseEvent) => true;
|
189
189
|
'update:modelValue': (value: boolean) => true;
|
190
190
|
afterEnter: () => true;
|
191
191
|
afterLeave: () => true;
|
192
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
193
|
-
absolute: boolean;
|
194
|
-
location: Anchor;
|
195
|
-
origin: "auto" | Anchor | "overlap";
|
196
|
-
transition: string | boolean | (vue.TransitionProps & {
|
197
|
-
component?: vue.Component;
|
198
|
-
});
|
199
|
-
zIndex: string | number;
|
200
|
-
style: vue.StyleValue;
|
201
|
-
eager: boolean;
|
202
|
-
disabled: boolean;
|
203
|
-
persistent: boolean;
|
204
|
-
modelValue: boolean;
|
205
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
206
|
-
updateLocation: (e?: Event) => void;
|
207
|
-
});
|
208
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
209
|
-
activatorProps: Record<string, any>;
|
210
|
-
openOnHover: boolean;
|
211
|
-
closeOnContentClick: boolean;
|
212
|
-
closeOnBack: boolean;
|
213
|
-
contained: boolean;
|
214
|
-
noClickAnimation: boolean;
|
215
|
-
scrim: string | boolean;
|
216
|
-
_disableGlobalStack: boolean;
|
217
|
-
} & {
|
218
|
-
offset?: string | number | number[] | undefined;
|
219
|
-
height?: string | number | undefined;
|
220
|
-
width?: string | number | undefined;
|
221
|
-
maxHeight?: string | number | undefined;
|
222
|
-
maxWidth?: string | number | undefined;
|
223
|
-
minHeight?: string | number | undefined;
|
224
|
-
minWidth?: string | number | undefined;
|
225
|
-
opacity?: string | number | undefined;
|
226
|
-
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
227
|
-
class?: any;
|
228
|
-
theme?: string | undefined;
|
229
|
-
contentClass?: any;
|
230
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
231
|
-
closeDelay?: string | number | undefined;
|
232
|
-
openDelay?: string | number | undefined;
|
233
|
-
openOnClick?: boolean | undefined;
|
234
|
-
openOnFocus?: boolean | undefined;
|
235
|
-
contentProps?: any;
|
236
|
-
attach?: string | boolean | Element | undefined;
|
237
|
-
} & {
|
238
|
-
$children?: vue.VNodeChild | {
|
239
|
-
default?: ((arg: {
|
240
|
-
isActive: Ref<boolean>;
|
241
|
-
}) => vue.VNodeChild) | undefined;
|
242
|
-
activator?: ((arg: {
|
243
|
-
isActive: boolean;
|
244
|
-
props: Record<string, any>;
|
245
|
-
targetRef: TemplateRef;
|
246
|
-
}) => vue.VNodeChild) | undefined;
|
247
|
-
} | ((arg: {
|
248
|
-
isActive: Ref<boolean>;
|
249
|
-
}) => vue.VNodeChild);
|
250
|
-
'v-slots'?: {
|
251
|
-
default?: false | ((arg: {
|
252
|
-
isActive: Ref<boolean>;
|
253
|
-
}) => vue.VNodeChild) | undefined;
|
254
|
-
activator?: false | ((arg: {
|
255
|
-
isActive: boolean;
|
256
|
-
props: Record<string, any>;
|
257
|
-
targetRef: TemplateRef;
|
258
|
-
}) => vue.VNodeChild) | undefined;
|
259
|
-
} | undefined;
|
260
|
-
} & {
|
261
|
-
"v-slot:default"?: false | ((arg: {
|
262
|
-
isActive: Ref<boolean>;
|
263
|
-
}) => vue.VNodeChild) | undefined;
|
264
|
-
"v-slot:activator"?: false | ((arg: {
|
265
|
-
isActive: boolean;
|
266
|
-
props: Record<string, any>;
|
267
|
-
targetRef: TemplateRef;
|
268
|
-
}) => vue.VNodeChild) | undefined;
|
269
|
-
} & {
|
270
|
-
onAfterEnter?: (() => any) | undefined;
|
271
|
-
onAfterLeave?: (() => any) | undefined;
|
272
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
273
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
274
|
-
}, {
|
192
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
275
193
|
absolute: boolean;
|
276
194
|
location: Anchor;
|
277
195
|
origin: "auto" | Anchor | "overlap";
|
@@ -307,7 +225,7 @@ declare const VOverlay: {
|
|
307
225
|
props: Record<string, any>;
|
308
226
|
targetRef: TemplateRef;
|
309
227
|
}) => vue.VNode[];
|
310
|
-
}>>, {
|
228
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
311
229
|
P: {};
|
312
230
|
B: {};
|
313
231
|
D: {};
|
@@ -397,14 +315,14 @@ declare const VOverlay: {
|
|
397
315
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
398
316
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
399
317
|
}, {
|
400
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
401
|
-
scrimEl: Ref<HTMLElement | undefined>;
|
318
|
+
activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
319
|
+
scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
402
320
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
403
321
|
animateClick: () => void;
|
404
|
-
contentEl: Ref<HTMLElement | undefined>;
|
405
|
-
globalTop: Readonly<Ref<boolean>>;
|
322
|
+
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
323
|
+
globalTop: Readonly<Ref<boolean, boolean>>;
|
406
324
|
localTop: vue.ComputedRef<boolean>;
|
407
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
325
|
+
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
408
326
|
}, {}, {}, {}, {
|
409
327
|
absolute: boolean;
|
410
328
|
location: Anchor;
|
@@ -519,14 +437,14 @@ declare const VOverlay: {
|
|
519
437
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
520
438
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
521
439
|
}, {
|
522
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
523
|
-
scrimEl: Ref<HTMLElement | undefined>;
|
440
|
+
activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
441
|
+
scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
524
442
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
525
443
|
animateClick: () => void;
|
526
|
-
contentEl: Ref<HTMLElement | undefined>;
|
527
|
-
globalTop: Readonly<Ref<boolean>>;
|
444
|
+
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
445
|
+
globalTop: Readonly<Ref<boolean, boolean>>;
|
528
446
|
localTop: vue.ComputedRef<boolean>;
|
529
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
447
|
+
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
530
448
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
531
449
|
'click:outside': (e: MouseEvent) => true;
|
532
450
|
'update:modelValue': (value: boolean) => true;
|
@@ -568,7 +486,7 @@ declare const VOverlay: {
|
|
568
486
|
props: Record<string, any>;
|
569
487
|
targetRef: TemplateRef;
|
570
488
|
}) => vue.VNode[];
|
571
|
-
}
|
489
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
572
490
|
transition: {
|
573
491
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
574
492
|
component?: vue.Component;
|
@@ -32,7 +32,7 @@ type ControlSlot = {
|
|
32
32
|
'aria-disabled': boolean;
|
33
33
|
};
|
34
34
|
declare const VPagination: {
|
35
|
-
new (...args: any[]): vue.
|
35
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
36
36
|
length: string | number;
|
37
37
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
38
38
|
start: string | number;
|
@@ -98,67 +98,7 @@ declare const VPagination: {
|
|
98
98
|
prev: (value: number) => true;
|
99
99
|
next: (value: number) => true;
|
100
100
|
last: (value: number) => true;
|
101
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
102
|
-
length: string | number;
|
103
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
104
|
-
start: string | number;
|
105
|
-
style: vue.StyleValue;
|
106
|
-
ariaLabel: string;
|
107
|
-
disabled: boolean;
|
108
|
-
size: string | number;
|
109
|
-
tag: string;
|
110
|
-
ellipsis: string;
|
111
|
-
modelValue: number;
|
112
|
-
tile: boolean;
|
113
|
-
density: Density;
|
114
|
-
nextIcon: IconValue;
|
115
|
-
prevIcon: IconValue;
|
116
|
-
firstIcon: IconValue;
|
117
|
-
lastIcon: IconValue;
|
118
|
-
pageAriaLabel: string;
|
119
|
-
currentPageAriaLabel: string;
|
120
|
-
firstAriaLabel: string;
|
121
|
-
previousAriaLabel: string;
|
122
|
-
nextAriaLabel: string;
|
123
|
-
lastAriaLabel: string;
|
124
|
-
showFirstLastPage: boolean;
|
125
|
-
} & {
|
126
|
-
border?: string | number | boolean | undefined;
|
127
|
-
color?: string | undefined;
|
128
|
-
class?: any;
|
129
|
-
theme?: string | undefined;
|
130
|
-
elevation?: string | number | undefined;
|
131
|
-
rounded?: string | number | boolean | undefined;
|
132
|
-
activeColor?: string | undefined;
|
133
|
-
totalVisible?: string | number | undefined;
|
134
|
-
} & {
|
135
|
-
$children?: {} | vue.VNodeChild | {
|
136
|
-
item?: ((arg: ItemSlot) => vue.VNodeChild) | undefined;
|
137
|
-
first?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
138
|
-
prev?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
139
|
-
next?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
140
|
-
last?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
141
|
-
};
|
142
|
-
'v-slots'?: {
|
143
|
-
item?: false | ((arg: ItemSlot) => vue.VNodeChild) | undefined;
|
144
|
-
first?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
145
|
-
prev?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
146
|
-
next?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
147
|
-
last?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
148
|
-
} | undefined;
|
149
|
-
} & {
|
150
|
-
"v-slot:item"?: false | ((arg: ItemSlot) => vue.VNodeChild) | undefined;
|
151
|
-
"v-slot:first"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
152
|
-
"v-slot:prev"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
153
|
-
"v-slot:next"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
154
|
-
"v-slot:last"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
155
|
-
} & {
|
156
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
157
|
-
onNext?: ((value: number) => any) | undefined;
|
158
|
-
onPrev?: ((value: number) => any) | undefined;
|
159
|
-
onFirst?: ((value: number) => any) | undefined;
|
160
|
-
onLast?: ((value: number) => any) | undefined;
|
161
|
-
}, {
|
101
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
162
102
|
length: string | number;
|
163
103
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
164
104
|
start: string | number;
|
@@ -189,7 +129,7 @@ declare const VPagination: {
|
|
189
129
|
prev: (arg: ControlSlot) => vue.VNode[];
|
190
130
|
next: (arg: ControlSlot) => vue.VNode[];
|
191
131
|
last: (arg: ControlSlot) => vue.VNode[];
|
192
|
-
}>>, {
|
132
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
193
133
|
P: {};
|
194
134
|
B: {};
|
195
135
|
D: {};
|
@@ -382,7 +322,7 @@ declare const VPagination: {
|
|
382
322
|
prev: (arg: ControlSlot) => vue.VNode[];
|
383
323
|
next: (arg: ControlSlot) => vue.VNode[];
|
384
324
|
last: (arg: ControlSlot) => vue.VNode[];
|
385
|
-
}
|
325
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
386
326
|
color: StringConstructor;
|
387
327
|
variant: Omit<{
|
388
328
|
type: vue.PropType<Variant>;
|
@@ -8,7 +8,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
8
8
|
type ClassValue = any;
|
9
9
|
|
10
10
|
declare const VParallax: {
|
11
|
-
new (...args: any[]): vue.
|
11
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
12
12
|
scale: string | number;
|
13
13
|
style: vue.StyleValue;
|
14
14
|
} & {
|
@@ -31,30 +31,7 @@ declare const VParallax: {
|
|
31
31
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
32
32
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
33
33
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
34
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
35
|
-
scale: string | number;
|
36
|
-
style: vue.StyleValue;
|
37
|
-
} & {
|
38
|
-
class?: any;
|
39
|
-
} & {
|
40
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
41
|
-
default?: (() => vue.VNodeChild) | undefined;
|
42
|
-
placeholder?: (() => vue.VNodeChild) | undefined;
|
43
|
-
error?: (() => vue.VNodeChild) | undefined;
|
44
|
-
sources?: (() => vue.VNodeChild) | undefined;
|
45
|
-
};
|
46
|
-
'v-slots'?: {
|
47
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
48
|
-
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
49
|
-
error?: false | (() => vue.VNodeChild) | undefined;
|
50
|
-
sources?: false | (() => vue.VNodeChild) | undefined;
|
51
|
-
} | undefined;
|
52
|
-
} & {
|
53
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
54
|
-
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
55
|
-
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
56
|
-
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
57
|
-
}, {
|
34
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
58
35
|
scale: string | number;
|
59
36
|
style: vue.StyleValue;
|
60
37
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -62,7 +39,7 @@ declare const VParallax: {
|
|
62
39
|
placeholder: () => vue.VNode[];
|
63
40
|
error: () => vue.VNode[];
|
64
41
|
sources: () => vue.VNode[];
|
65
|
-
}>>, {
|
42
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
66
43
|
P: {};
|
67
44
|
B: {};
|
68
45
|
D: {};
|
@@ -130,7 +107,7 @@ declare const VParallax: {
|
|
130
107
|
placeholder: () => vue.VNode[];
|
131
108
|
error: () => vue.VNode[];
|
132
109
|
sources: () => vue.VNode[];
|
133
|
-
}
|
110
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
134
111
|
class: vue.PropType<ClassValue>;
|
135
112
|
style: {
|
136
113
|
type: vue.PropType<vue.StyleValue>;
|