@vuetify/nightly 3.7.3-dev.2024-10-17 → 3.7.3-dev.2024-10-29
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 +69 -69
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +122 -122
- package/dist/json/web-types.json +341 -341
- package/dist/vuetify-labs.css +3110 -3110
- package/dist/vuetify-labs.d.ts +2966 -13801
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2545 -2545
- package/dist/vuetify.d.ts +3010 -12194
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- 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 +12 -148
- 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 +4 -72
- 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 +4 -24
- 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/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +8 -86
- package/lib/components/VCheckbox/VCheckbox.mjs +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 +1 -1
- package/lib/components/VChip/index.d.mts +4 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +4 -28
- 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 +16 -152
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +9 -78
- package/lib/components/VField/VField.mjs +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 +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/index.d.mts +8 -65
- 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 +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 +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 +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 +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- 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 +14 -70
- 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 +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- 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 +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 +98 -394
- 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 +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 +8 -47
- package/lib/components/index.d.mts +2950 -12134
- 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/icons.mjs +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/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- 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/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 +1015 -2912
- package/package.json +5 -4
@@ -39,7 +39,7 @@ type StepperItemSlot = {
|
|
39
39
|
};
|
40
40
|
type ValidationRule = () => string | boolean;
|
41
41
|
declare const VStepperItem: {
|
42
|
-
new (...args: any[]): vue.
|
42
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
43
43
|
error: boolean;
|
44
44
|
complete: boolean;
|
45
45
|
disabled: boolean;
|
@@ -84,48 +84,7 @@ declare const VStepperItem: {
|
|
84
84
|
'group:selected': (val: {
|
85
85
|
value: boolean;
|
86
86
|
}) => true;
|
87
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
88
|
-
error: boolean;
|
89
|
-
complete: boolean;
|
90
|
-
disabled: boolean;
|
91
|
-
rules: readonly ValidationRule[];
|
92
|
-
ripple: boolean | {
|
93
|
-
class: string;
|
94
|
-
} | undefined;
|
95
|
-
completeIcon: string;
|
96
|
-
editable: boolean;
|
97
|
-
editIcon: string;
|
98
|
-
errorIcon: string;
|
99
|
-
} & {
|
100
|
-
color?: string | undefined;
|
101
|
-
value?: any;
|
102
|
-
title?: string | undefined;
|
103
|
-
icon?: string | undefined;
|
104
|
-
selectedClass?: string | undefined;
|
105
|
-
subtitle?: string | undefined;
|
106
|
-
} & {
|
107
|
-
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
108
|
-
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
109
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
110
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
111
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
112
|
-
};
|
113
|
-
'v-slots'?: {
|
114
|
-
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
115
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
116
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
117
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
118
|
-
} | undefined;
|
119
|
-
} & {
|
120
|
-
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
121
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
122
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
123
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
124
|
-
} & {
|
125
|
-
"onGroup:selected"?: ((val: {
|
126
|
-
value: boolean;
|
127
|
-
}) => any) | undefined;
|
128
|
-
}, {
|
87
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
129
88
|
error: boolean;
|
130
89
|
complete: boolean;
|
131
90
|
disabled: boolean;
|
@@ -142,7 +101,7 @@ declare const VStepperItem: {
|
|
142
101
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
143
102
|
title: (arg: StepperItemSlot) => vue.VNode[];
|
144
103
|
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
145
|
-
}>>, {
|
104
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
146
105
|
P: {};
|
147
106
|
B: {};
|
148
107
|
D: {};
|
@@ -268,7 +227,7 @@ declare const VStepperItem: {
|
|
268
227
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
269
228
|
title: (arg: StepperItemSlot) => vue.VNode[];
|
270
229
|
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
271
|
-
}
|
230
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
272
231
|
value: null;
|
273
232
|
disabled: BooleanConstructor;
|
274
233
|
selectedClass: StringConstructor;
|
@@ -338,7 +297,7 @@ type VStepperSlot = {
|
|
338
297
|
next: () => void;
|
339
298
|
};
|
340
299
|
declare const VStepper: {
|
341
|
-
new (...args: any[]): vue.
|
300
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
342
301
|
flat: boolean;
|
343
302
|
style: vue.StyleValue;
|
344
303
|
mobile: boolean | null;
|
@@ -428,92 +387,7 @@ declare const VStepper: {
|
|
428
387
|
next: () => void;
|
429
388
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
430
389
|
'update:modelValue': (v: unknown) => true;
|
431
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
432
|
-
flat: boolean;
|
433
|
-
style: vue.StyleValue;
|
434
|
-
mobile: boolean | null;
|
435
|
-
disabled: boolean;
|
436
|
-
multiple: boolean;
|
437
|
-
tag: string;
|
438
|
-
mandatory: boolean | "force";
|
439
|
-
items: readonly StepperItem[];
|
440
|
-
tile: boolean;
|
441
|
-
selectedClass: string;
|
442
|
-
itemTitle: string;
|
443
|
-
itemValue: string;
|
444
|
-
hideActions: boolean;
|
445
|
-
prevText: string;
|
446
|
-
nextText: string;
|
447
|
-
editable: boolean;
|
448
|
-
altLabels: boolean;
|
449
|
-
nonLinear: boolean;
|
450
|
-
} & {
|
451
|
-
max?: number | undefined;
|
452
|
-
location?: Anchor | null | undefined;
|
453
|
-
height?: string | number | undefined;
|
454
|
-
width?: string | number | undefined;
|
455
|
-
border?: string | number | boolean | undefined;
|
456
|
-
color?: string | undefined;
|
457
|
-
maxHeight?: string | number | undefined;
|
458
|
-
maxWidth?: string | number | undefined;
|
459
|
-
minHeight?: string | number | undefined;
|
460
|
-
minWidth?: string | number | undefined;
|
461
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
462
|
-
class?: any;
|
463
|
-
theme?: string | undefined;
|
464
|
-
elevation?: string | number | undefined;
|
465
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
466
|
-
modelValue?: any;
|
467
|
-
rounded?: string | number | boolean | undefined;
|
468
|
-
bgColor?: string | undefined;
|
469
|
-
completeIcon?: string | undefined;
|
470
|
-
editIcon?: string | undefined;
|
471
|
-
errorIcon?: string | undefined;
|
472
|
-
} & {
|
473
|
-
$children?: vue.VNodeChild | {
|
474
|
-
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
475
|
-
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
476
|
-
actions?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
477
|
-
default?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
478
|
-
header?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
479
|
-
'header-item'?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
480
|
-
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
481
|
-
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
482
|
-
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
483
|
-
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
484
|
-
prev?: (() => vue.VNodeChild) | undefined;
|
485
|
-
next?: (() => vue.VNodeChild) | undefined;
|
486
|
-
} | ((arg: VStepperSlot) => vue.VNodeChild);
|
487
|
-
'v-slots'?: {
|
488
|
-
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
489
|
-
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
490
|
-
actions?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
491
|
-
default?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
492
|
-
header?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
493
|
-
'header-item'?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
494
|
-
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
495
|
-
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
496
|
-
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
497
|
-
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
498
|
-
prev?: false | (() => vue.VNodeChild) | undefined;
|
499
|
-
next?: false | (() => vue.VNodeChild) | undefined;
|
500
|
-
} | undefined;
|
501
|
-
} & {
|
502
|
-
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
503
|
-
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
504
|
-
"v-slot:actions"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
505
|
-
"v-slot:default"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
506
|
-
"v-slot:header"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
507
|
-
"v-slot:header-item"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
508
|
-
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
509
|
-
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
510
|
-
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
511
|
-
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
512
|
-
"v-slot:prev"?: false | (() => vue.VNodeChild) | undefined;
|
513
|
-
"v-slot:next"?: false | (() => vue.VNodeChild) | undefined;
|
514
|
-
} & {
|
515
|
-
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
516
|
-
}, {
|
390
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
517
391
|
flat: boolean;
|
518
392
|
style: vue.StyleValue;
|
519
393
|
mobile: boolean | null;
|
@@ -547,7 +421,7 @@ declare const VStepper: {
|
|
547
421
|
item: (arg: StepperItem) => vue.VNode[];
|
548
422
|
prev: () => vue.VNode[];
|
549
423
|
next: () => vue.VNode[];
|
550
|
-
}>>, {
|
424
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
551
425
|
P: {};
|
552
426
|
B: {};
|
553
427
|
D: {};
|
@@ -791,7 +665,7 @@ declare const VStepper: {
|
|
791
665
|
item: (arg: StepperItem) => vue.VNode[];
|
792
666
|
prev: () => vue.VNode[];
|
793
667
|
next: () => vue.VNode[];
|
794
|
-
}
|
668
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
795
669
|
prevText: {
|
796
670
|
type: StringConstructor;
|
797
671
|
default: string;
|
@@ -959,7 +833,7 @@ declare const VStepper: {
|
|
959
833
|
type VStepper = InstanceType<typeof VStepper>;
|
960
834
|
|
961
835
|
declare const VStepperActions: {
|
962
|
-
new (...args: any[]): vue.
|
836
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
963
837
|
disabled: boolean | "next" | "prev";
|
964
838
|
prevText: string;
|
965
839
|
nextText: string;
|
@@ -1007,52 +881,7 @@ declare const VStepperActions: {
|
|
1007
881
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1008
882
|
'click:prev': () => true;
|
1009
883
|
'click:next': () => true;
|
1010
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1011
|
-
disabled: boolean | "next" | "prev";
|
1012
|
-
prevText: string;
|
1013
|
-
nextText: string;
|
1014
|
-
} & {
|
1015
|
-
color?: string | undefined;
|
1016
|
-
} & {
|
1017
|
-
$children?: {} | vue.VNodeChild | {
|
1018
|
-
prev?: ((arg: {
|
1019
|
-
props: {
|
1020
|
-
onClick: () => void;
|
1021
|
-
};
|
1022
|
-
}) => vue.VNodeChild) | undefined;
|
1023
|
-
next?: ((arg: {
|
1024
|
-
props: {
|
1025
|
-
onClick: () => void;
|
1026
|
-
};
|
1027
|
-
}) => vue.VNodeChild) | undefined;
|
1028
|
-
};
|
1029
|
-
'v-slots'?: {
|
1030
|
-
prev?: false | ((arg: {
|
1031
|
-
props: {
|
1032
|
-
onClick: () => void;
|
1033
|
-
};
|
1034
|
-
}) => vue.VNodeChild) | undefined;
|
1035
|
-
next?: false | ((arg: {
|
1036
|
-
props: {
|
1037
|
-
onClick: () => void;
|
1038
|
-
};
|
1039
|
-
}) => vue.VNodeChild) | undefined;
|
1040
|
-
} | undefined;
|
1041
|
-
} & {
|
1042
|
-
"v-slot:prev"?: false | ((arg: {
|
1043
|
-
props: {
|
1044
|
-
onClick: () => void;
|
1045
|
-
};
|
1046
|
-
}) => vue.VNodeChild) | undefined;
|
1047
|
-
"v-slot:next"?: false | ((arg: {
|
1048
|
-
props: {
|
1049
|
-
onClick: () => void;
|
1050
|
-
};
|
1051
|
-
}) => vue.VNodeChild) | undefined;
|
1052
|
-
} & {
|
1053
|
-
"onClick:prev"?: (() => any) | undefined;
|
1054
|
-
"onClick:next"?: (() => any) | undefined;
|
1055
|
-
}, {
|
884
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1056
885
|
disabled: boolean | "next" | "prev";
|
1057
886
|
prevText: string;
|
1058
887
|
nextText: string;
|
@@ -1067,7 +896,7 @@ declare const VStepperActions: {
|
|
1067
896
|
onClick: () => void;
|
1068
897
|
};
|
1069
898
|
}) => vue.VNode[];
|
1070
|
-
}>>, {
|
899
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1071
900
|
P: {};
|
1072
901
|
B: {};
|
1073
902
|
D: {};
|
@@ -1190,7 +1019,7 @@ declare const VStepperActions: {
|
|
1190
1019
|
onClick: () => void;
|
1191
1020
|
};
|
1192
1021
|
}) => vue.VNode[];
|
1193
|
-
}
|
1022
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1194
1023
|
color: StringConstructor;
|
1195
1024
|
disabled: {
|
1196
1025
|
type: PropType<boolean | "next" | "prev">;
|
@@ -1222,7 +1051,7 @@ declare const VStepperActions: {
|
|
1222
1051
|
type VStepperActions = InstanceType<typeof VStepperActions>;
|
1223
1052
|
|
1224
1053
|
declare const VStepperHeader: {
|
1225
|
-
new (...args: any[]): vue.
|
1054
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
1226
1055
|
style: vue.StyleValue;
|
1227
1056
|
tag: string;
|
1228
1057
|
} & {
|
@@ -1238,26 +1067,12 @@ declare const VStepperHeader: {
|
|
1238
1067
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1239
1068
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1240
1069
|
[key: string]: any;
|
1241
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1242
|
-
style: vue.StyleValue;
|
1243
|
-
tag: string;
|
1244
|
-
} & {
|
1245
|
-
class?: any;
|
1246
|
-
} & {
|
1247
|
-
$children?: vue.VNodeChild | {
|
1248
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1249
|
-
} | (() => vue.VNodeChild);
|
1250
|
-
'v-slots'?: {
|
1251
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1252
|
-
} | undefined;
|
1253
|
-
} & {
|
1254
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1255
|
-
}, {
|
1070
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1256
1071
|
style: vue.StyleValue;
|
1257
1072
|
tag: string;
|
1258
1073
|
}, true, {}, vue.SlotsType<Partial<{
|
1259
1074
|
default: () => vue.VNode[];
|
1260
|
-
}>>, {
|
1075
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1261
1076
|
P: {};
|
1262
1077
|
B: {};
|
1263
1078
|
D: {};
|
@@ -1308,7 +1123,7 @@ declare const VStepperHeader: {
|
|
1308
1123
|
tag: string;
|
1309
1124
|
}, {}, string, vue.SlotsType<Partial<{
|
1310
1125
|
default: () => vue.VNode[];
|
1311
|
-
}
|
1126
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1312
1127
|
class: vue.PropType<ClassValue>;
|
1313
1128
|
style: {
|
1314
1129
|
type: vue.PropType<vue.StyleValue>;
|
@@ -1332,7 +1147,7 @@ declare const VStepperHeader: {
|
|
1332
1147
|
type VStepperHeader = InstanceType<typeof VStepperHeader>;
|
1333
1148
|
|
1334
1149
|
declare const VStepperWindow: {
|
1335
|
-
new (...args: any[]): vue.
|
1150
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
1336
1151
|
reverse: boolean;
|
1337
1152
|
direction: "horizontal" | "vertical";
|
1338
1153
|
style: vue.StyleValue;
|
@@ -1356,29 +1171,7 @@ declare const VStepperWindow: {
|
|
1356
1171
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1357
1172
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1358
1173
|
'update:modelValue': (v: unknown) => true;
|
1359
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1360
|
-
reverse: boolean;
|
1361
|
-
direction: "horizontal" | "vertical";
|
1362
|
-
style: vue.StyleValue;
|
1363
|
-
disabled: boolean;
|
1364
|
-
tag: string;
|
1365
|
-
selectedClass: string;
|
1366
|
-
} & {
|
1367
|
-
class?: any;
|
1368
|
-
theme?: string | undefined;
|
1369
|
-
modelValue?: any;
|
1370
|
-
} & {
|
1371
|
-
$children?: vue.VNodeChild | {
|
1372
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1373
|
-
} | (() => vue.VNodeChild);
|
1374
|
-
'v-slots'?: {
|
1375
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1376
|
-
} | undefined;
|
1377
|
-
} & {
|
1378
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1379
|
-
} & {
|
1380
|
-
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1381
|
-
}, {
|
1174
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1382
1175
|
reverse: boolean;
|
1383
1176
|
direction: "horizontal" | "vertical";
|
1384
1177
|
style: vue.StyleValue;
|
@@ -1387,7 +1180,7 @@ declare const VStepperWindow: {
|
|
1387
1180
|
selectedClass: string;
|
1388
1181
|
}, true, {}, vue.SlotsType<Partial<{
|
1389
1182
|
default: () => vue.VNode[];
|
1390
|
-
}>>, {
|
1183
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1391
1184
|
P: {};
|
1392
1185
|
B: {};
|
1393
1186
|
D: {};
|
@@ -1460,7 +1253,7 @@ declare const VStepperWindow: {
|
|
1460
1253
|
selectedClass: string;
|
1461
1254
|
}, {}, string, vue.SlotsType<Partial<{
|
1462
1255
|
default: () => vue.VNode[];
|
1463
|
-
}
|
1256
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1464
1257
|
reverse: BooleanConstructor;
|
1465
1258
|
direction: {
|
1466
1259
|
type: vue.PropType<"horizontal" | "vertical">;
|
@@ -1508,26 +1301,7 @@ declare const VStepperWindow: {
|
|
1508
1301
|
type VStepperWindow = InstanceType<typeof VStepperWindow>;
|
1509
1302
|
|
1510
1303
|
declare const VStepperWindowItem: {
|
1511
|
-
new (...args: any[]): vue.
|
1512
|
-
style: vue.StyleValue;
|
1513
|
-
eager: boolean;
|
1514
|
-
disabled: boolean;
|
1515
|
-
} & {
|
1516
|
-
transition?: string | boolean | undefined;
|
1517
|
-
value?: any;
|
1518
|
-
class?: any;
|
1519
|
-
selectedClass?: string | undefined;
|
1520
|
-
reverseTransition?: string | boolean | undefined;
|
1521
|
-
} & {
|
1522
|
-
$children?: vue.VNodeChild | {
|
1523
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1524
|
-
} | (() => vue.VNodeChild);
|
1525
|
-
'v-slots'?: {
|
1526
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1527
|
-
} | undefined;
|
1528
|
-
} & {
|
1529
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1530
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1304
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
1531
1305
|
style: vue.StyleValue;
|
1532
1306
|
eager: boolean;
|
1533
1307
|
disabled: boolean;
|
@@ -1546,7 +1320,7 @@ declare const VStepperWindowItem: {
|
|
1546
1320
|
} | undefined;
|
1547
1321
|
} & {
|
1548
1322
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1549
|
-
}, {
|
1323
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1550
1324
|
transition: string | boolean;
|
1551
1325
|
style: vue.StyleValue;
|
1552
1326
|
eager: boolean;
|
@@ -1554,7 +1328,7 @@ declare const VStepperWindowItem: {
|
|
1554
1328
|
reverseTransition: string | boolean;
|
1555
1329
|
}, true, {}, vue.SlotsType<Partial<{
|
1556
1330
|
default: () => vue.VNode[];
|
1557
|
-
}>>, {
|
1331
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1558
1332
|
P: {};
|
1559
1333
|
B: {};
|
1560
1334
|
D: {};
|
@@ -1617,7 +1391,7 @@ declare const VStepperWindowItem: {
|
|
1617
1391
|
reverseTransition: string | boolean;
|
1618
1392
|
}, {}, string, vue.SlotsType<Partial<{
|
1619
1393
|
default: () => vue.VNode[];
|
1620
|
-
}
|
1394
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1621
1395
|
eager: BooleanConstructor;
|
1622
1396
|
value: null;
|
1623
1397
|
disabled: BooleanConstructor;
|
@@ -144,7 +144,7 @@ type VSwitchSlots = VInputSlots & VSelectionControlSlots & {
|
|
144
144
|
'track-true': VSwitchSlot;
|
145
145
|
};
|
146
146
|
declare const VSwitch: {
|
147
|
-
new (...args: any[]): vue.
|
147
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
148
148
|
flat: boolean;
|
149
149
|
inline: boolean;
|
150
150
|
error: boolean;
|
@@ -203,62 +203,7 @@ declare const VSwitch: {
|
|
203
203
|
'update:focused': (focused: boolean) => true;
|
204
204
|
'update:modelValue': (value: any) => true;
|
205
205
|
'update:indeterminate': (value: boolean) => true;
|
206
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
207
|
-
flat: boolean;
|
208
|
-
inline: boolean;
|
209
|
-
error: boolean;
|
210
|
-
direction: "horizontal" | "vertical";
|
211
|
-
inset: boolean;
|
212
|
-
loading: string | boolean;
|
213
|
-
style: vue.StyleValue;
|
214
|
-
disabled: boolean | null;
|
215
|
-
multiple: boolean | null;
|
216
|
-
readonly: boolean | null;
|
217
|
-
indeterminate: boolean;
|
218
|
-
messages: string | readonly string[];
|
219
|
-
focused: boolean;
|
220
|
-
errorMessages: string | readonly string[] | null;
|
221
|
-
maxErrors: string | number;
|
222
|
-
rules: readonly ValidationRule[];
|
223
|
-
density: Density;
|
224
|
-
ripple: boolean | {
|
225
|
-
class: string;
|
226
|
-
} | undefined;
|
227
|
-
valueComparator: typeof deepEqual;
|
228
|
-
centerAffix: boolean;
|
229
|
-
hideSpinButtons: boolean;
|
230
|
-
persistentHint: boolean;
|
231
|
-
} & {
|
232
|
-
name?: string | undefined;
|
233
|
-
type?: string | undefined;
|
234
|
-
id?: string | undefined;
|
235
|
-
width?: string | number | undefined;
|
236
|
-
color?: string | undefined;
|
237
|
-
maxWidth?: string | number | undefined;
|
238
|
-
minWidth?: string | number | undefined;
|
239
|
-
value?: any;
|
240
|
-
label?: string | undefined;
|
241
|
-
class?: any;
|
242
|
-
theme?: string | undefined;
|
243
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
244
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
245
|
-
validationValue?: any;
|
246
|
-
baseColor?: string | undefined;
|
247
|
-
prependIcon?: IconValue | undefined;
|
248
|
-
appendIcon?: IconValue | undefined;
|
249
|
-
defaultsTarget?: string | undefined;
|
250
|
-
falseIcon?: IconValue | undefined;
|
251
|
-
trueIcon?: IconValue | undefined;
|
252
|
-
trueValue?: any;
|
253
|
-
falseValue?: any;
|
254
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
255
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
256
|
-
hint?: string | undefined;
|
257
|
-
hideDetails?: boolean | "auto" | undefined;
|
258
|
-
} & {
|
259
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
260
|
-
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
261
|
-
}, {
|
206
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
262
207
|
flat: boolean;
|
263
208
|
inline: boolean;
|
264
209
|
error: boolean;
|
@@ -303,7 +248,7 @@ declare const VSwitch: {
|
|
303
248
|
} & VSwitchSlot) => vue.VNode[];
|
304
249
|
'track-false': (arg: VSwitchSlot) => vue.VNode[];
|
305
250
|
'track-true': (arg: VSwitchSlot) => vue.VNode[];
|
306
|
-
}>>, {
|
251
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
307
252
|
P: {};
|
308
253
|
B: {};
|
309
254
|
D: {};
|
@@ -498,7 +443,7 @@ declare const VSwitch: {
|
|
498
443
|
} & VSwitchSlot) => vue.VNode[];
|
499
444
|
'track-false': (arg: VSwitchSlot) => vue.VNode[];
|
500
445
|
'track-true': (arg: VSwitchSlot) => vue.VNode[];
|
501
|
-
}
|
446
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
502
447
|
modelValue?: T | null;
|
503
448
|
"onUpdate:modelValue"?: (value: T | null) => void;
|
504
449
|
}, slots: VSwitchSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -8,7 +8,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
8
8
|
type ClassValue = any;
|
9
9
|
|
10
10
|
declare const VSystemBar: {
|
11
|
-
new (...args: any[]): vue.
|
11
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
12
12
|
window: boolean;
|
13
13
|
absolute: boolean;
|
14
14
|
order: string | number;
|
@@ -32,31 +32,7 @@ declare const VSystemBar: {
|
|
32
32
|
} | undefined;
|
33
33
|
} & {
|
34
34
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
35
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
36
|
-
window: boolean;
|
37
|
-
absolute: boolean;
|
38
|
-
order: string | number;
|
39
|
-
style: vue.StyleValue;
|
40
|
-
tag: string;
|
41
|
-
tile: boolean;
|
42
|
-
} & {
|
43
|
-
name?: string | undefined;
|
44
|
-
height?: string | number | undefined;
|
45
|
-
color?: string | undefined;
|
46
|
-
class?: any;
|
47
|
-
theme?: string | undefined;
|
48
|
-
elevation?: string | number | undefined;
|
49
|
-
rounded?: string | number | boolean | undefined;
|
50
|
-
} & {
|
51
|
-
$children?: vue.VNodeChild | {
|
52
|
-
default?: (() => vue.VNodeChild) | undefined;
|
53
|
-
} | (() => vue.VNodeChild);
|
54
|
-
'v-slots'?: {
|
55
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
56
|
-
} | undefined;
|
57
|
-
} & {
|
58
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
59
|
-
}, {
|
35
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
60
36
|
window: boolean;
|
61
37
|
absolute: boolean;
|
62
38
|
order: string | number;
|
@@ -66,7 +42,7 @@ declare const VSystemBar: {
|
|
66
42
|
tile: boolean;
|
67
43
|
}, true, {}, vue.SlotsType<Partial<{
|
68
44
|
default: () => vue.VNode[];
|
69
|
-
}>>, {
|
45
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
70
46
|
P: {};
|
71
47
|
B: {};
|
72
48
|
D: {};
|
@@ -143,7 +119,7 @@ declare const VSystemBar: {
|
|
143
119
|
tile: boolean;
|
144
120
|
}, {}, string, vue.SlotsType<Partial<{
|
145
121
|
default: () => vue.VNode[];
|
146
|
-
}
|
122
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
147
123
|
theme: StringConstructor;
|
148
124
|
tag: {
|
149
125
|
type: StringConstructor;
|
@@ -10,7 +10,7 @@ type ClassValue = any;
|
|
10
10
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
11
11
|
|
12
12
|
declare const VTable: {
|
13
|
-
new (...args: any[]): vue.
|
13
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
14
14
|
style: vue.StyleValue;
|
15
15
|
tag: string;
|
16
16
|
density: Density;
|
@@ -39,36 +39,7 @@ declare const VTable: {
|
|
39
39
|
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
40
40
|
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
41
41
|
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
42
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
43
|
-
style: vue.StyleValue;
|
44
|
-
tag: string;
|
45
|
-
density: Density;
|
46
|
-
hover: boolean;
|
47
|
-
fixedHeader: boolean;
|
48
|
-
fixedFooter: boolean;
|
49
|
-
} & {
|
50
|
-
height?: string | number | undefined;
|
51
|
-
class?: any;
|
52
|
-
theme?: string | undefined;
|
53
|
-
} & {
|
54
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
55
|
-
default?: (() => vue.VNodeChild) | undefined;
|
56
|
-
top?: (() => vue.VNodeChild) | undefined;
|
57
|
-
bottom?: (() => vue.VNodeChild) | undefined;
|
58
|
-
wrapper?: (() => vue.VNodeChild) | undefined;
|
59
|
-
};
|
60
|
-
'v-slots'?: {
|
61
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
62
|
-
top?: false | (() => vue.VNodeChild) | undefined;
|
63
|
-
bottom?: false | (() => vue.VNodeChild) | undefined;
|
64
|
-
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
65
|
-
} | undefined;
|
66
|
-
} & {
|
67
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
68
|
-
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
69
|
-
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
70
|
-
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
71
|
-
}, {
|
42
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
72
43
|
style: vue.StyleValue;
|
73
44
|
tag: string;
|
74
45
|
density: Density;
|
@@ -80,7 +51,7 @@ declare const VTable: {
|
|
80
51
|
top: () => vue.VNode[];
|
81
52
|
bottom: () => vue.VNode[];
|
82
53
|
wrapper: () => vue.VNode[];
|
83
|
-
}>>, {
|
54
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
84
55
|
P: {};
|
85
56
|
B: {};
|
86
57
|
D: {};
|
@@ -168,7 +139,7 @@ declare const VTable: {
|
|
168
139
|
top: () => vue.VNode[];
|
169
140
|
bottom: () => vue.VNode[];
|
170
141
|
wrapper: () => vue.VNode[];
|
171
|
-
}
|
142
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
172
143
|
theme: StringConstructor;
|
173
144
|
tag: {
|
174
145
|
type: StringConstructor;
|