@vuetify/nightly 3.8.1-next.2025-04-18 → 3.8.2-dev.2025-04-28
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/CHANGELOG.md +7 -16
- package/dist/json/attributes.json +2825 -2817
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5590 -5610
- package/dist/vuetify-labs.cjs +180 -249
- package/dist/vuetify-labs.css +25246 -23473
- package/dist/vuetify-labs.d.ts +715 -279
- package/dist/vuetify-labs.esm.js +180 -249
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +180 -249
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.cjs +156 -231
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +23931 -22162
- package/dist/vuetify.d.ts +753 -317
- package/dist/vuetify.esm.js +156 -231
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +156 -231
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +295 -280
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBtn/VBtn.css +408 -372
- package/lib/components/VBtn/VBtn.sass +23 -10
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +87 -63
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VCode/VCode.css +11 -10
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +84 -85
- package/lib/components/VCombobox/VCombobox.d.ts +9 -18
- package/lib/components/VCombobox/VCombobox.js +3 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.sass +11 -21
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VFab/VFab.css +73 -78
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VField/VField.css +589 -541
- package/lib/components/VField/VField.sass +11 -4
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/VFileInput.css +28 -30
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VForm/VForm.d.ts +531 -111
- package/lib/components/VForm/VForm.js +1 -11
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VIcon/VIcon.css +53 -52
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInput/VInput.css +147 -136
- package/lib/components/VInput/VInput.d.ts +1 -1
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
- package/lib/components/VNumberInput/VNumberInput.css +46 -48
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOverlay/VOverlay.css +64 -61
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VSelect/VSelect.css +51 -53
- package/lib/components/VSelect/VSelect.d.ts +9 -18
- package/lib/components/VSelect/VSelect.js +3 -6
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTextField/VTextField.css +85 -77
- package/lib/components/VTextarea/VTextarea.css +40 -48
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VTimeline/VTimeline.css +427 -388
- package/lib/components/VToolbar/VToolbar.css +144 -137
- package/lib/components/VTooltip/VTooltip.css +23 -27
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/composables/calendar.d.ts +3 -2
- package/lib/composables/calendar.js +5 -7
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.js +5 -5
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +62 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/VFileUpload/VFileUpload.css +77 -74
- package/lib/labs/VIconBtn/VIconBtn.css +164 -162
- package/lib/labs/VPicker/VPicker.css +63 -58
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_reset.scss +1 -0
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16142 -14667
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +3 -2
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +46 -45
package/dist/vuetify.d.ts
CHANGED
@@ -39,6 +39,7 @@ interface DateAdapter<T = unknown> {
|
|
39
39
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
40
40
|
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
41
41
|
getWeekdays(firstDayOfWeek?: number | string): string[];
|
42
|
+
getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
|
42
43
|
getMonth(date: T): number;
|
43
44
|
setMonth(date: T, month: number): T;
|
44
45
|
getDate(date: T): number;
|
@@ -3353,7 +3354,11 @@ declare const index_d$2_md1: typeof md1;
|
|
3353
3354
|
declare const index_d$2_md2: typeof md2;
|
3354
3355
|
declare const index_d$2_md3: typeof md3;
|
3355
3356
|
declare namespace index_d$2 {
|
3356
|
-
export {
|
3357
|
+
export {
|
3358
|
+
index_d$2_md1 as md1,
|
3359
|
+
index_d$2_md2 as md2,
|
3360
|
+
index_d$2_md3 as md3,
|
3361
|
+
};
|
3357
3362
|
}
|
3358
3363
|
|
3359
3364
|
declare const VApp: {
|
@@ -12651,20 +12656,17 @@ declare const VAutocomplete: {
|
|
12651
12656
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
12652
12657
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
12653
12658
|
item: (arg: {
|
12654
|
-
item: unknown
|
12655
|
-
internalItem: ListItem<unknown>;
|
12659
|
+
item: ListItem<unknown>;
|
12656
12660
|
index: number;
|
12657
12661
|
props: Record<string, unknown>;
|
12658
12662
|
}) => vue.VNode[];
|
12659
12663
|
chip: (arg: {
|
12660
|
-
item: unknown
|
12661
|
-
internalItem: ListItem<unknown>;
|
12664
|
+
item: ListItem<unknown>;
|
12662
12665
|
index: number;
|
12663
12666
|
props: Record<string, unknown>;
|
12664
12667
|
}) => vue.VNode[];
|
12665
12668
|
selection: (arg: {
|
12666
|
-
item: unknown
|
12667
|
-
internalItem: ListItem<unknown>;
|
12669
|
+
item: ListItem<unknown>;
|
12668
12670
|
index: number;
|
12669
12671
|
}) => vue.VNode[];
|
12670
12672
|
'prepend-item': () => vue.VNode[];
|
@@ -17434,20 +17436,17 @@ declare const VAutocomplete: {
|
|
17434
17436
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
17435
17437
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
17436
17438
|
item: (arg: {
|
17437
|
-
item: unknown
|
17438
|
-
internalItem: ListItem<unknown>;
|
17439
|
+
item: ListItem<unknown>;
|
17439
17440
|
index: number;
|
17440
17441
|
props: Record<string, unknown>;
|
17441
17442
|
}) => vue.VNode[];
|
17442
17443
|
chip: (arg: {
|
17443
|
-
item: unknown
|
17444
|
-
internalItem: ListItem<unknown>;
|
17444
|
+
item: ListItem<unknown>;
|
17445
17445
|
index: number;
|
17446
17446
|
props: Record<string, unknown>;
|
17447
17447
|
}) => vue.VNode[];
|
17448
17448
|
selection: (arg: {
|
17449
|
-
item: unknown
|
17450
|
-
internalItem: ListItem<unknown>;
|
17449
|
+
item: ListItem<unknown>;
|
17451
17450
|
index: number;
|
17452
17451
|
}) => vue.VNode[];
|
17453
17452
|
'prepend-item': () => vue.VNode[];
|
@@ -17464,20 +17463,17 @@ declare const VAutocomplete: {
|
|
17464
17463
|
"onUpdate:modelValue"?: (value: V) => void;
|
17465
17464
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
17466
17465
|
item: {
|
17467
|
-
item: Item
|
17468
|
-
internalItem: ListItem<Item>;
|
17466
|
+
item: ListItem<Item>;
|
17469
17467
|
index: number;
|
17470
17468
|
props: Record<string, unknown>;
|
17471
17469
|
};
|
17472
17470
|
chip: {
|
17473
|
-
item: Item
|
17474
|
-
internalItem: ListItem<Item>;
|
17471
|
+
item: ListItem<Item>;
|
17475
17472
|
index: number;
|
17476
17473
|
props: Record<string, unknown>;
|
17477
17474
|
};
|
17478
17475
|
selection: {
|
17479
|
-
item: Item
|
17480
|
-
internalItem: ListItem<Item>;
|
17476
|
+
item: ListItem<Item>;
|
17481
17477
|
index: number;
|
17482
17478
|
};
|
17483
17479
|
"prepend-item": never;
|
@@ -20699,6 +20695,7 @@ type VBtn = InstanceType<typeof VBtn>;
|
|
20699
20695
|
declare const VBtnGroup: {
|
20700
20696
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
20701
20697
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20698
|
+
direction: "horizontal" | "vertical";
|
20702
20699
|
style: vue.StyleValue;
|
20703
20700
|
tag: string | JSXComponent;
|
20704
20701
|
density: Density;
|
@@ -20723,6 +20720,7 @@ declare const VBtnGroup: {
|
|
20723
20720
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
20724
20721
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
20725
20722
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20723
|
+
direction: "horizontal" | "vertical";
|
20726
20724
|
style: vue.StyleValue;
|
20727
20725
|
tag: string | JSXComponent;
|
20728
20726
|
density: Density;
|
@@ -20740,6 +20738,7 @@ declare const VBtnGroup: {
|
|
20740
20738
|
Defaults: {};
|
20741
20739
|
}, {
|
20742
20740
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20741
|
+
direction: "horizontal" | "vertical";
|
20743
20742
|
style: vue.StyleValue;
|
20744
20743
|
tag: string | JSXComponent;
|
20745
20744
|
density: Density;
|
@@ -20764,6 +20763,7 @@ declare const VBtnGroup: {
|
|
20764
20763
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
20765
20764
|
}, {}, {}, {}, {}, {
|
20766
20765
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20766
|
+
direction: "horizontal" | "vertical";
|
20767
20767
|
style: vue.StyleValue;
|
20768
20768
|
tag: string | JSXComponent;
|
20769
20769
|
density: Density;
|
@@ -20776,6 +20776,7 @@ declare const VBtnGroup: {
|
|
20776
20776
|
__isSuspense?: never;
|
20777
20777
|
} & vue.ComponentOptionsBase<{
|
20778
20778
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20779
|
+
direction: "horizontal" | "vertical";
|
20779
20780
|
style: vue.StyleValue;
|
20780
20781
|
tag: string | JSXComponent;
|
20781
20782
|
density: Density;
|
@@ -20800,6 +20801,7 @@ declare const VBtnGroup: {
|
|
20800
20801
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
20801
20802
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
20802
20803
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20804
|
+
direction: "horizontal" | "vertical";
|
20803
20805
|
style: vue.StyleValue;
|
20804
20806
|
tag: string | JSXComponent;
|
20805
20807
|
density: Density;
|
@@ -20811,13 +20813,13 @@ declare const VBtnGroup: {
|
|
20811
20813
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
20812
20814
|
color: StringConstructor;
|
20813
20815
|
variant: {
|
20814
|
-
type:
|
20816
|
+
type: PropType<Variant$2>;
|
20815
20817
|
default: string;
|
20816
20818
|
validator: (v: any) => boolean;
|
20817
20819
|
};
|
20818
20820
|
theme: StringConstructor;
|
20819
20821
|
tag: {
|
20820
|
-
type:
|
20822
|
+
type: PropType<string | JSXComponent>;
|
20821
20823
|
default: string;
|
20822
20824
|
};
|
20823
20825
|
rounded: {
|
@@ -20830,28 +20832,32 @@ declare const VBtnGroup: {
|
|
20830
20832
|
validator(v: any): boolean;
|
20831
20833
|
};
|
20832
20834
|
density: {
|
20833
|
-
type:
|
20835
|
+
type: PropType<Density>;
|
20834
20836
|
default: string;
|
20835
20837
|
validator: (v: any) => boolean;
|
20836
20838
|
};
|
20837
|
-
class:
|
20839
|
+
class: PropType<ClassValue>;
|
20838
20840
|
style: {
|
20839
|
-
type:
|
20841
|
+
type: PropType<vue.StyleValue>;
|
20840
20842
|
default: null;
|
20841
20843
|
};
|
20842
20844
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
20843
20845
|
baseColor: StringConstructor;
|
20844
20846
|
divided: BooleanConstructor;
|
20847
|
+
direction: {
|
20848
|
+
type: PropType<"horizontal" | "vertical">;
|
20849
|
+
default: string;
|
20850
|
+
};
|
20845
20851
|
}, vue.ExtractPropTypes<{
|
20846
20852
|
color: StringConstructor;
|
20847
20853
|
variant: {
|
20848
|
-
type:
|
20854
|
+
type: PropType<Variant$2>;
|
20849
20855
|
default: string;
|
20850
20856
|
validator: (v: any) => boolean;
|
20851
20857
|
};
|
20852
20858
|
theme: StringConstructor;
|
20853
20859
|
tag: {
|
20854
|
-
type:
|
20860
|
+
type: PropType<string | JSXComponent>;
|
20855
20861
|
default: string;
|
20856
20862
|
};
|
20857
20863
|
rounded: {
|
@@ -20864,18 +20870,22 @@ declare const VBtnGroup: {
|
|
20864
20870
|
validator(v: any): boolean;
|
20865
20871
|
};
|
20866
20872
|
density: {
|
20867
|
-
type:
|
20873
|
+
type: PropType<Density>;
|
20868
20874
|
default: string;
|
20869
20875
|
validator: (v: any) => boolean;
|
20870
20876
|
};
|
20871
|
-
class:
|
20877
|
+
class: PropType<ClassValue>;
|
20872
20878
|
style: {
|
20873
|
-
type:
|
20879
|
+
type: PropType<vue.StyleValue>;
|
20874
20880
|
default: null;
|
20875
20881
|
};
|
20876
20882
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
20877
20883
|
baseColor: StringConstructor;
|
20878
20884
|
divided: BooleanConstructor;
|
20885
|
+
direction: {
|
20886
|
+
type: PropType<"horizontal" | "vertical">;
|
20887
|
+
default: string;
|
20888
|
+
};
|
20879
20889
|
}>>;
|
20880
20890
|
type VBtnGroup = InstanceType<typeof VBtnGroup>;
|
20881
20891
|
|
@@ -20888,6 +20898,7 @@ type VBtnToggleSlots = {
|
|
20888
20898
|
declare const VBtnToggle: {
|
20889
20899
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
20890
20900
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20901
|
+
direction: "horizontal" | "vertical";
|
20891
20902
|
style: vue.StyleValue;
|
20892
20903
|
disabled: boolean;
|
20893
20904
|
multiple: boolean;
|
@@ -20914,6 +20925,7 @@ declare const VBtnToggle: {
|
|
20914
20925
|
'update:modelValue': (value: any) => true;
|
20915
20926
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
20916
20927
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20928
|
+
direction: "horizontal" | "vertical";
|
20917
20929
|
style: vue.StyleValue;
|
20918
20930
|
disabled: boolean;
|
20919
20931
|
multiple: boolean;
|
@@ -20933,6 +20945,7 @@ declare const VBtnToggle: {
|
|
20933
20945
|
Defaults: {};
|
20934
20946
|
}, {
|
20935
20947
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20948
|
+
direction: "horizontal" | "vertical";
|
20936
20949
|
style: vue.StyleValue;
|
20937
20950
|
disabled: boolean;
|
20938
20951
|
multiple: boolean;
|
@@ -20957,6 +20970,7 @@ declare const VBtnToggle: {
|
|
20957
20970
|
select: (id: string, value: boolean) => void;
|
20958
20971
|
}, {}, {}, {}, {
|
20959
20972
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20973
|
+
direction: "horizontal" | "vertical";
|
20960
20974
|
style: vue.StyleValue;
|
20961
20975
|
disabled: boolean;
|
20962
20976
|
multiple: boolean;
|
@@ -20971,6 +20985,7 @@ declare const VBtnToggle: {
|
|
20971
20985
|
__isSuspense?: never;
|
20972
20986
|
} & vue.ComponentOptionsBase<{
|
20973
20987
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
20988
|
+
direction: "horizontal" | "vertical";
|
20974
20989
|
style: vue.StyleValue;
|
20975
20990
|
disabled: boolean;
|
20976
20991
|
multiple: boolean;
|
@@ -20997,6 +21012,7 @@ declare const VBtnToggle: {
|
|
20997
21012
|
'update:modelValue': (value: any) => true;
|
20998
21013
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
20999
21014
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
21015
|
+
direction: "horizontal" | "vertical";
|
21000
21016
|
style: vue.StyleValue;
|
21001
21017
|
disabled: boolean;
|
21002
21018
|
multiple: boolean;
|
@@ -21053,6 +21069,10 @@ declare const VBtnToggle: {
|
|
21053
21069
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
21054
21070
|
baseColor: StringConstructor;
|
21055
21071
|
divided: BooleanConstructor;
|
21072
|
+
direction: {
|
21073
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
21074
|
+
default: string;
|
21075
|
+
};
|
21056
21076
|
}, vue.ExtractPropTypes<{
|
21057
21077
|
modelValue: {
|
21058
21078
|
type: null;
|
@@ -21096,6 +21116,10 @@ declare const VBtnToggle: {
|
|
21096
21116
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
21097
21117
|
baseColor: StringConstructor;
|
21098
21118
|
divided: BooleanConstructor;
|
21119
|
+
direction: {
|
21120
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
21121
|
+
default: string;
|
21122
|
+
};
|
21099
21123
|
}>>;
|
21100
21124
|
type VBtnToggle = InstanceType<typeof VBtnToggle>;
|
21101
21125
|
|
@@ -28693,20 +28717,17 @@ declare const VCombobox: {
|
|
28693
28717
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
28694
28718
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
28695
28719
|
item: (arg: {
|
28696
|
-
item: unknown
|
28697
|
-
internalItem: ListItem<unknown>;
|
28720
|
+
item: ListItem<unknown>;
|
28698
28721
|
index: number;
|
28699
28722
|
props: Record<string, unknown>;
|
28700
28723
|
}) => vue.VNode[];
|
28701
28724
|
chip: (arg: {
|
28702
|
-
item: unknown
|
28703
|
-
internalItem: ListItem<unknown>;
|
28725
|
+
item: ListItem<unknown>;
|
28704
28726
|
index: number;
|
28705
28727
|
props: Record<string, unknown>;
|
28706
28728
|
}) => vue.VNode[];
|
28707
28729
|
selection: (arg: {
|
28708
|
-
item: unknown
|
28709
|
-
internalItem: ListItem<unknown>;
|
28730
|
+
item: ListItem<unknown>;
|
28710
28731
|
index: number;
|
28711
28732
|
}) => vue.VNode[];
|
28712
28733
|
'prepend-item': () => vue.VNode[];
|
@@ -33472,20 +33493,17 @@ declare const VCombobox: {
|
|
33472
33493
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
33473
33494
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
33474
33495
|
item: (arg: {
|
33475
|
-
item: unknown
|
33476
|
-
internalItem: ListItem<unknown>;
|
33496
|
+
item: ListItem<unknown>;
|
33477
33497
|
index: number;
|
33478
33498
|
props: Record<string, unknown>;
|
33479
33499
|
}) => vue.VNode[];
|
33480
33500
|
chip: (arg: {
|
33481
|
-
item: unknown
|
33482
|
-
internalItem: ListItem<unknown>;
|
33501
|
+
item: ListItem<unknown>;
|
33483
33502
|
index: number;
|
33484
33503
|
props: Record<string, unknown>;
|
33485
33504
|
}) => vue.VNode[];
|
33486
33505
|
selection: (arg: {
|
33487
|
-
item: unknown
|
33488
|
-
internalItem: ListItem<unknown>;
|
33506
|
+
item: ListItem<unknown>;
|
33489
33507
|
index: number;
|
33490
33508
|
}) => vue.VNode[];
|
33491
33509
|
'prepend-item': () => vue.VNode[];
|
@@ -33502,20 +33520,17 @@ declare const VCombobox: {
|
|
33502
33520
|
"onUpdate:modelValue"?: (value: V) => void;
|
33503
33521
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
33504
33522
|
item: {
|
33505
|
-
item: Item
|
33506
|
-
internalItem: ListItem<Item>;
|
33523
|
+
item: ListItem<Item>;
|
33507
33524
|
index: number;
|
33508
33525
|
props: Record<string, unknown>;
|
33509
33526
|
};
|
33510
33527
|
chip: {
|
33511
|
-
item: Item
|
33512
|
-
internalItem: ListItem<Item>;
|
33528
|
+
item: ListItem<Item>;
|
33513
33529
|
index: number;
|
33514
33530
|
props: Record<string, unknown>;
|
33515
33531
|
};
|
33516
33532
|
selection: {
|
33517
|
-
item: Item
|
33518
|
-
internalItem: ListItem<Item>;
|
33533
|
+
item: ListItem<Item>;
|
33519
33534
|
index: number;
|
33520
33535
|
};
|
33521
33536
|
"prepend-item": never;
|
@@ -37914,7 +37929,6 @@ declare const VDatePicker: {
|
|
37914
37929
|
showAdjacentMonths: boolean;
|
37915
37930
|
weekdays: CalendarWeekdays[];
|
37916
37931
|
weeksInMonth: "static" | "dynamic";
|
37917
|
-
firstDayOfWeek: string | number;
|
37918
37932
|
hideWeekdays: boolean;
|
37919
37933
|
showWeek: boolean;
|
37920
37934
|
} & {
|
@@ -37941,6 +37955,7 @@ declare const VDatePicker: {
|
|
37941
37955
|
bgColor?: string | undefined;
|
37942
37956
|
controlHeight?: string | number | undefined;
|
37943
37957
|
headerColor?: string | undefined;
|
37958
|
+
firstDayOfWeek?: string | number | undefined;
|
37944
37959
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
37945
37960
|
} & {
|
37946
37961
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38009,7 +38024,6 @@ declare const VDatePicker: {
|
|
38009
38024
|
showAdjacentMonths: boolean;
|
38010
38025
|
weekdays: CalendarWeekdays[];
|
38011
38026
|
weeksInMonth: "static" | "dynamic";
|
38012
|
-
firstDayOfWeek: string | number;
|
38013
38027
|
hideWeekdays: boolean;
|
38014
38028
|
showWeek: boolean;
|
38015
38029
|
} & {
|
@@ -38036,6 +38050,7 @@ declare const VDatePicker: {
|
|
38036
38050
|
bgColor?: string | undefined;
|
38037
38051
|
controlHeight?: string | number | undefined;
|
38038
38052
|
headerColor?: string | undefined;
|
38053
|
+
firstDayOfWeek?: string | number | undefined;
|
38039
38054
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38040
38055
|
} & {
|
38041
38056
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38088,7 +38103,6 @@ declare const VDatePicker: {
|
|
38088
38103
|
showAdjacentMonths: boolean;
|
38089
38104
|
weekdays: CalendarWeekdays[];
|
38090
38105
|
weeksInMonth: "static" | "dynamic";
|
38091
|
-
firstDayOfWeek: string | number;
|
38092
38106
|
hideWeekdays: boolean;
|
38093
38107
|
showWeek: boolean;
|
38094
38108
|
} & {
|
@@ -38115,6 +38129,7 @@ declare const VDatePicker: {
|
|
38115
38129
|
bgColor?: string | undefined;
|
38116
38130
|
controlHeight?: string | number | undefined;
|
38117
38131
|
headerColor?: string | undefined;
|
38132
|
+
firstDayOfWeek?: string | number | undefined;
|
38118
38133
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38119
38134
|
} & {
|
38120
38135
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38225,7 +38240,7 @@ declare const VDatePicker: {
|
|
38225
38240
|
};
|
38226
38241
|
firstDayOfWeek: {
|
38227
38242
|
type: (StringConstructor | NumberConstructor)[];
|
38228
|
-
default:
|
38243
|
+
default: undefined;
|
38229
38244
|
};
|
38230
38245
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38231
38246
|
hideWeekdays: BooleanConstructor;
|
@@ -38330,7 +38345,7 @@ declare const VDatePicker: {
|
|
38330
38345
|
};
|
38331
38346
|
firstDayOfWeek: {
|
38332
38347
|
type: (StringConstructor | NumberConstructor)[];
|
38333
|
-
default:
|
38348
|
+
default: undefined;
|
38334
38349
|
};
|
38335
38350
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38336
38351
|
hideWeekdays: BooleanConstructor;
|
@@ -38676,7 +38691,6 @@ declare const VDatePickerMonth: {
|
|
38676
38691
|
showAdjacentMonths: boolean;
|
38677
38692
|
weekdays: CalendarWeekdays[];
|
38678
38693
|
weeksInMonth: "static" | "dynamic";
|
38679
|
-
firstDayOfWeek: string | number;
|
38680
38694
|
hideWeekdays: boolean;
|
38681
38695
|
showWeek: boolean;
|
38682
38696
|
} & {
|
@@ -38687,6 +38701,7 @@ declare const VDatePickerMonth: {
|
|
38687
38701
|
month?: string | number | undefined;
|
38688
38702
|
year?: string | number | undefined;
|
38689
38703
|
modelValue?: unknown[] | undefined;
|
38704
|
+
firstDayOfWeek?: string | number | undefined;
|
38690
38705
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38691
38706
|
} & {
|
38692
38707
|
$children?: {} | vue.VNodeChild | {
|
@@ -38755,7 +38770,6 @@ declare const VDatePickerMonth: {
|
|
38755
38770
|
showAdjacentMonths: boolean;
|
38756
38771
|
weekdays: CalendarWeekdays[];
|
38757
38772
|
weeksInMonth: "static" | "dynamic";
|
38758
|
-
firstDayOfWeek: string | number;
|
38759
38773
|
hideWeekdays: boolean;
|
38760
38774
|
showWeek: boolean;
|
38761
38775
|
} & {
|
@@ -38766,6 +38780,7 @@ declare const VDatePickerMonth: {
|
|
38766
38780
|
month?: string | number | undefined;
|
38767
38781
|
year?: string | number | undefined;
|
38768
38782
|
modelValue?: unknown[] | undefined;
|
38783
|
+
firstDayOfWeek?: string | number | undefined;
|
38769
38784
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38770
38785
|
} & {
|
38771
38786
|
$children?: {} | vue.VNodeChild | {
|
@@ -38819,7 +38834,6 @@ declare const VDatePickerMonth: {
|
|
38819
38834
|
showAdjacentMonths: boolean;
|
38820
38835
|
weekdays: CalendarWeekdays[];
|
38821
38836
|
weeksInMonth: "static" | "dynamic";
|
38822
|
-
firstDayOfWeek: string | number;
|
38823
38837
|
hideWeekdays: boolean;
|
38824
38838
|
showWeek: boolean;
|
38825
38839
|
} & {
|
@@ -38830,6 +38844,7 @@ declare const VDatePickerMonth: {
|
|
38830
38844
|
month?: string | number | undefined;
|
38831
38845
|
year?: string | number | undefined;
|
38832
38846
|
modelValue?: unknown[] | undefined;
|
38847
|
+
firstDayOfWeek?: string | number | undefined;
|
38833
38848
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38834
38849
|
} & {
|
38835
38850
|
$children?: {} | vue.VNodeChild | {
|
@@ -38905,7 +38920,7 @@ declare const VDatePickerMonth: {
|
|
38905
38920
|
};
|
38906
38921
|
firstDayOfWeek: {
|
38907
38922
|
type: (StringConstructor | NumberConstructor)[];
|
38908
|
-
default:
|
38923
|
+
default: undefined;
|
38909
38924
|
};
|
38910
38925
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38911
38926
|
color: StringConstructor;
|
@@ -38941,7 +38956,7 @@ declare const VDatePickerMonth: {
|
|
38941
38956
|
};
|
38942
38957
|
firstDayOfWeek: {
|
38943
38958
|
type: (StringConstructor | NumberConstructor)[];
|
38944
|
-
default:
|
38959
|
+
default: undefined;
|
38945
38960
|
};
|
38946
38961
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38947
38962
|
color: StringConstructor;
|
@@ -45068,49 +45083,169 @@ declare const VForm: {
|
|
45068
45083
|
} & {
|
45069
45084
|
$children?: vue.VNodeChild | {
|
45070
45085
|
default?: ((arg: {
|
45071
|
-
errors:
|
45072
|
-
|
45073
|
-
|
45074
|
-
|
45075
|
-
|
45076
|
-
|
45077
|
-
|
45086
|
+
errors: vue.Ref<{
|
45087
|
+
id: number | string;
|
45088
|
+
errorMessages: string[];
|
45089
|
+
}[], FieldValidationResult[] | {
|
45090
|
+
id: number | string;
|
45091
|
+
errorMessages: string[];
|
45092
|
+
}[]>;
|
45093
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45094
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45095
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45096
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45097
|
+
readonly externalValue: boolean | null;
|
45098
|
+
};
|
45099
|
+
items: vue.Ref<{
|
45100
|
+
id: number | string;
|
45101
|
+
validate: () => Promise<string[]>;
|
45102
|
+
reset: () => Promise<void>;
|
45103
|
+
resetValidation: () => Promise<void>;
|
45104
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45105
|
+
isValid: boolean | null;
|
45106
|
+
errorMessages: string[];
|
45107
|
+
}[], FormField[] | {
|
45108
|
+
id: number | string;
|
45109
|
+
validate: () => Promise<string[]>;
|
45110
|
+
reset: () => Promise<void>;
|
45111
|
+
resetValidation: () => Promise<void>;
|
45112
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45113
|
+
isValid: boolean | null;
|
45114
|
+
errorMessages: string[];
|
45115
|
+
}[]>;
|
45116
|
+
validate: () => Promise<{
|
45117
|
+
valid: boolean;
|
45118
|
+
errors: {
|
45119
|
+
id: number | string;
|
45120
|
+
errorMessages: string[];
|
45121
|
+
}[];
|
45122
|
+
}>;
|
45078
45123
|
reset: () => void;
|
45079
45124
|
resetValidation: () => void;
|
45080
45125
|
}) => vue.VNodeChild) | undefined;
|
45081
45126
|
} | ((arg: {
|
45082
|
-
errors:
|
45083
|
-
|
45084
|
-
|
45085
|
-
|
45086
|
-
|
45087
|
-
|
45088
|
-
|
45127
|
+
errors: vue.Ref<{
|
45128
|
+
id: number | string;
|
45129
|
+
errorMessages: string[];
|
45130
|
+
}[], FieldValidationResult[] | {
|
45131
|
+
id: number | string;
|
45132
|
+
errorMessages: string[];
|
45133
|
+
}[]>;
|
45134
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45135
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45136
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45137
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45138
|
+
readonly externalValue: boolean | null;
|
45139
|
+
};
|
45140
|
+
items: vue.Ref<{
|
45141
|
+
id: number | string;
|
45142
|
+
validate: () => Promise<string[]>;
|
45143
|
+
reset: () => Promise<void>;
|
45144
|
+
resetValidation: () => Promise<void>;
|
45145
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45146
|
+
isValid: boolean | null;
|
45147
|
+
errorMessages: string[];
|
45148
|
+
}[], FormField[] | {
|
45149
|
+
id: number | string;
|
45150
|
+
validate: () => Promise<string[]>;
|
45151
|
+
reset: () => Promise<void>;
|
45152
|
+
resetValidation: () => Promise<void>;
|
45153
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45154
|
+
isValid: boolean | null;
|
45155
|
+
errorMessages: string[];
|
45156
|
+
}[]>;
|
45157
|
+
validate: () => Promise<{
|
45158
|
+
valid: boolean;
|
45159
|
+
errors: {
|
45160
|
+
id: number | string;
|
45161
|
+
errorMessages: string[];
|
45162
|
+
}[];
|
45163
|
+
}>;
|
45089
45164
|
reset: () => void;
|
45090
45165
|
resetValidation: () => void;
|
45091
45166
|
}) => vue.VNodeChild);
|
45092
45167
|
'v-slots'?: {
|
45093
45168
|
default?: false | ((arg: {
|
45094
|
-
errors:
|
45095
|
-
|
45096
|
-
|
45097
|
-
|
45098
|
-
|
45099
|
-
|
45100
|
-
|
45169
|
+
errors: vue.Ref<{
|
45170
|
+
id: number | string;
|
45171
|
+
errorMessages: string[];
|
45172
|
+
}[], FieldValidationResult[] | {
|
45173
|
+
id: number | string;
|
45174
|
+
errorMessages: string[];
|
45175
|
+
}[]>;
|
45176
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45177
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45178
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45179
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45180
|
+
readonly externalValue: boolean | null;
|
45181
|
+
};
|
45182
|
+
items: vue.Ref<{
|
45183
|
+
id: number | string;
|
45184
|
+
validate: () => Promise<string[]>;
|
45185
|
+
reset: () => Promise<void>;
|
45186
|
+
resetValidation: () => Promise<void>;
|
45187
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45188
|
+
isValid: boolean | null;
|
45189
|
+
errorMessages: string[];
|
45190
|
+
}[], FormField[] | {
|
45191
|
+
id: number | string;
|
45192
|
+
validate: () => Promise<string[]>;
|
45193
|
+
reset: () => Promise<void>;
|
45194
|
+
resetValidation: () => Promise<void>;
|
45195
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45196
|
+
isValid: boolean | null;
|
45197
|
+
errorMessages: string[];
|
45198
|
+
}[]>;
|
45199
|
+
validate: () => Promise<{
|
45200
|
+
valid: boolean;
|
45201
|
+
errors: {
|
45202
|
+
id: number | string;
|
45203
|
+
errorMessages: string[];
|
45204
|
+
}[];
|
45205
|
+
}>;
|
45101
45206
|
reset: () => void;
|
45102
45207
|
resetValidation: () => void;
|
45103
45208
|
}) => vue.VNodeChild) | undefined;
|
45104
45209
|
} | undefined;
|
45105
45210
|
} & {
|
45106
45211
|
"v-slot:default"?: false | ((arg: {
|
45107
|
-
errors:
|
45108
|
-
|
45109
|
-
|
45110
|
-
|
45111
|
-
|
45112
|
-
|
45113
|
-
|
45212
|
+
errors: vue.Ref<{
|
45213
|
+
id: number | string;
|
45214
|
+
errorMessages: string[];
|
45215
|
+
}[], FieldValidationResult[] | {
|
45216
|
+
id: number | string;
|
45217
|
+
errorMessages: string[];
|
45218
|
+
}[]>;
|
45219
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45220
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45221
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45222
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45223
|
+
readonly externalValue: boolean | null;
|
45224
|
+
};
|
45225
|
+
items: vue.Ref<{
|
45226
|
+
id: number | string;
|
45227
|
+
validate: () => Promise<string[]>;
|
45228
|
+
reset: () => Promise<void>;
|
45229
|
+
resetValidation: () => Promise<void>;
|
45230
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45231
|
+
isValid: boolean | null;
|
45232
|
+
errorMessages: string[];
|
45233
|
+
}[], FormField[] | {
|
45234
|
+
id: number | string;
|
45235
|
+
validate: () => Promise<string[]>;
|
45236
|
+
reset: () => Promise<void>;
|
45237
|
+
resetValidation: () => Promise<void>;
|
45238
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45239
|
+
isValid: boolean | null;
|
45240
|
+
errorMessages: string[];
|
45241
|
+
}[]>;
|
45242
|
+
validate: () => Promise<{
|
45243
|
+
valid: boolean;
|
45244
|
+
errors: {
|
45245
|
+
id: number | string;
|
45246
|
+
errorMessages: string[];
|
45247
|
+
}[];
|
45248
|
+
}>;
|
45114
45249
|
reset: () => void;
|
45115
45250
|
resetValidation: () => void;
|
45116
45251
|
}) => vue.VNodeChild) | undefined;
|
@@ -45211,126 +45346,276 @@ declare const VForm: {
|
|
45211
45346
|
fastFail: boolean;
|
45212
45347
|
}, true, {}, vue.SlotsType<Partial<{
|
45213
45348
|
default: (arg: {
|
45214
|
-
errors:
|
45215
|
-
|
45216
|
-
|
45217
|
-
|
45218
|
-
|
45219
|
-
|
45220
|
-
|
45221
|
-
|
45222
|
-
|
45223
|
-
|
45224
|
-
|
45225
|
-
|
45226
|
-
|
45227
|
-
|
45228
|
-
|
45229
|
-
|
45230
|
-
|
45231
|
-
|
45232
|
-
|
45233
|
-
|
45234
|
-
|
45235
|
-
|
45236
|
-
|
45237
|
-
|
45238
|
-
|
45239
|
-
|
45240
|
-
|
45241
|
-
|
45242
|
-
|
45243
|
-
|
45244
|
-
|
45245
|
-
|
45246
|
-
|
45247
|
-
|
45248
|
-
|
45249
|
-
|
45250
|
-
|
45251
|
-
|
45252
|
-
|
45253
|
-
}
|
45254
|
-
|
45255
|
-
|
45256
|
-
|
45257
|
-
|
45258
|
-
|
45259
|
-
|
45260
|
-
|
45261
|
-
|
45262
|
-
|
45263
|
-
|
45264
|
-
|
45265
|
-
|
45266
|
-
|
45267
|
-
|
45268
|
-
|
45269
|
-
|
45270
|
-
|
45271
|
-
|
45272
|
-
|
45273
|
-
|
45274
|
-
|
45275
|
-
|
45276
|
-
|
45277
|
-
|
45278
|
-
|
45279
|
-
|
45280
|
-
|
45281
|
-
|
45282
|
-
|
45283
|
-
|
45284
|
-
|
45285
|
-
|
45286
|
-
|
45287
|
-
|
45288
|
-
|
45289
|
-
|
45290
|
-
|
45291
|
-
|
45292
|
-
|
45293
|
-
|
45294
|
-
|
45295
|
-
|
45296
|
-
|
45297
|
-
|
45298
|
-
|
45299
|
-
|
45300
|
-
|
45301
|
-
|
45302
|
-
|
45303
|
-
|
45304
|
-
|
45305
|
-
|
45306
|
-
|
45307
|
-
|
45308
|
-
|
45309
|
-
|
45310
|
-
|
45311
|
-
|
45312
|
-
|
45313
|
-
|
45314
|
-
|
45315
|
-
|
45316
|
-
|
45317
|
-
|
45318
|
-
|
45319
|
-
|
45320
|
-
|
45321
|
-
|
45322
|
-
|
45323
|
-
|
45324
|
-
|
45325
|
-
|
45326
|
-
|
45327
|
-
|
45328
|
-
|
45329
|
-
|
45330
|
-
|
45331
|
-
|
45332
|
-
|
45333
|
-
|
45349
|
+
errors: vue.Ref<{
|
45350
|
+
id: number | string;
|
45351
|
+
errorMessages: string[];
|
45352
|
+
}[], FieldValidationResult[] | {
|
45353
|
+
id: number | string;
|
45354
|
+
errorMessages: string[];
|
45355
|
+
}[]>;
|
45356
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45357
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45358
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45359
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45360
|
+
readonly externalValue: boolean | null;
|
45361
|
+
};
|
45362
|
+
items: vue.Ref<{
|
45363
|
+
id: number | string;
|
45364
|
+
validate: () => Promise<string[]>;
|
45365
|
+
reset: () => Promise<void>;
|
45366
|
+
resetValidation: () => Promise<void>;
|
45367
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45368
|
+
isValid: boolean | null;
|
45369
|
+
errorMessages: string[];
|
45370
|
+
}[], FormField[] | {
|
45371
|
+
id: number | string;
|
45372
|
+
validate: () => Promise<string[]>;
|
45373
|
+
reset: () => Promise<void>;
|
45374
|
+
resetValidation: () => Promise<void>;
|
45375
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45376
|
+
isValid: boolean | null;
|
45377
|
+
errorMessages: string[];
|
45378
|
+
}[]>;
|
45379
|
+
validate: () => Promise<{
|
45380
|
+
valid: boolean;
|
45381
|
+
errors: {
|
45382
|
+
id: number | string;
|
45383
|
+
errorMessages: string[];
|
45384
|
+
}[];
|
45385
|
+
}>;
|
45386
|
+
reset: () => void;
|
45387
|
+
resetValidation: () => void;
|
45388
|
+
}) => vue.VNode[];
|
45389
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
45390
|
+
P: {};
|
45391
|
+
B: {};
|
45392
|
+
D: {};
|
45393
|
+
C: {};
|
45394
|
+
M: {};
|
45395
|
+
Defaults: {};
|
45396
|
+
}, {
|
45397
|
+
style: vue.StyleValue;
|
45398
|
+
disabled: boolean;
|
45399
|
+
readonly: boolean;
|
45400
|
+
modelValue: boolean | null;
|
45401
|
+
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;
|
45402
|
+
fastFail: boolean;
|
45403
|
+
} & {
|
45404
|
+
class?: any;
|
45405
|
+
} & {
|
45406
|
+
$children?: vue.VNodeChild | {
|
45407
|
+
default?: ((arg: {
|
45408
|
+
errors: vue.Ref<{
|
45409
|
+
id: number | string;
|
45410
|
+
errorMessages: string[];
|
45411
|
+
}[], FieldValidationResult[] | {
|
45412
|
+
id: number | string;
|
45413
|
+
errorMessages: string[];
|
45414
|
+
}[]>;
|
45415
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45416
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45417
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45418
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45419
|
+
readonly externalValue: boolean | null;
|
45420
|
+
};
|
45421
|
+
items: vue.Ref<{
|
45422
|
+
id: number | string;
|
45423
|
+
validate: () => Promise<string[]>;
|
45424
|
+
reset: () => Promise<void>;
|
45425
|
+
resetValidation: () => Promise<void>;
|
45426
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45427
|
+
isValid: boolean | null;
|
45428
|
+
errorMessages: string[];
|
45429
|
+
}[], FormField[] | {
|
45430
|
+
id: number | string;
|
45431
|
+
validate: () => Promise<string[]>;
|
45432
|
+
reset: () => Promise<void>;
|
45433
|
+
resetValidation: () => Promise<void>;
|
45434
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45435
|
+
isValid: boolean | null;
|
45436
|
+
errorMessages: string[];
|
45437
|
+
}[]>;
|
45438
|
+
validate: () => Promise<{
|
45439
|
+
valid: boolean;
|
45440
|
+
errors: {
|
45441
|
+
id: number | string;
|
45442
|
+
errorMessages: string[];
|
45443
|
+
}[];
|
45444
|
+
}>;
|
45445
|
+
reset: () => void;
|
45446
|
+
resetValidation: () => void;
|
45447
|
+
}) => vue.VNodeChild) | undefined;
|
45448
|
+
} | ((arg: {
|
45449
|
+
errors: vue.Ref<{
|
45450
|
+
id: number | string;
|
45451
|
+
errorMessages: string[];
|
45452
|
+
}[], FieldValidationResult[] | {
|
45453
|
+
id: number | string;
|
45454
|
+
errorMessages: string[];
|
45455
|
+
}[]>;
|
45456
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45457
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45458
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45459
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45460
|
+
readonly externalValue: boolean | null;
|
45461
|
+
};
|
45462
|
+
items: vue.Ref<{
|
45463
|
+
id: number | string;
|
45464
|
+
validate: () => Promise<string[]>;
|
45465
|
+
reset: () => Promise<void>;
|
45466
|
+
resetValidation: () => Promise<void>;
|
45467
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45468
|
+
isValid: boolean | null;
|
45469
|
+
errorMessages: string[];
|
45470
|
+
}[], FormField[] | {
|
45471
|
+
id: number | string;
|
45472
|
+
validate: () => Promise<string[]>;
|
45473
|
+
reset: () => Promise<void>;
|
45474
|
+
resetValidation: () => Promise<void>;
|
45475
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45476
|
+
isValid: boolean | null;
|
45477
|
+
errorMessages: string[];
|
45478
|
+
}[]>;
|
45479
|
+
validate: () => Promise<{
|
45480
|
+
valid: boolean;
|
45481
|
+
errors: {
|
45482
|
+
id: number | string;
|
45483
|
+
errorMessages: string[];
|
45484
|
+
}[];
|
45485
|
+
}>;
|
45486
|
+
reset: () => void;
|
45487
|
+
resetValidation: () => void;
|
45488
|
+
}) => vue.VNodeChild);
|
45489
|
+
'v-slots'?: {
|
45490
|
+
default?: false | ((arg: {
|
45491
|
+
errors: vue.Ref<{
|
45492
|
+
id: number | string;
|
45493
|
+
errorMessages: string[];
|
45494
|
+
}[], FieldValidationResult[] | {
|
45495
|
+
id: number | string;
|
45496
|
+
errorMessages: string[];
|
45497
|
+
}[]>;
|
45498
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45499
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45500
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45501
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45502
|
+
readonly externalValue: boolean | null;
|
45503
|
+
};
|
45504
|
+
items: vue.Ref<{
|
45505
|
+
id: number | string;
|
45506
|
+
validate: () => Promise<string[]>;
|
45507
|
+
reset: () => Promise<void>;
|
45508
|
+
resetValidation: () => Promise<void>;
|
45509
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45510
|
+
isValid: boolean | null;
|
45511
|
+
errorMessages: string[];
|
45512
|
+
}[], FormField[] | {
|
45513
|
+
id: number | string;
|
45514
|
+
validate: () => Promise<string[]>;
|
45515
|
+
reset: () => Promise<void>;
|
45516
|
+
resetValidation: () => Promise<void>;
|
45517
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45518
|
+
isValid: boolean | null;
|
45519
|
+
errorMessages: string[];
|
45520
|
+
}[]>;
|
45521
|
+
validate: () => Promise<{
|
45522
|
+
valid: boolean;
|
45523
|
+
errors: {
|
45524
|
+
id: number | string;
|
45525
|
+
errorMessages: string[];
|
45526
|
+
}[];
|
45527
|
+
}>;
|
45528
|
+
reset: () => void;
|
45529
|
+
resetValidation: () => void;
|
45530
|
+
}) => vue.VNodeChild) | undefined;
|
45531
|
+
} | undefined;
|
45532
|
+
} & {
|
45533
|
+
"v-slot:default"?: false | ((arg: {
|
45534
|
+
errors: vue.Ref<{
|
45535
|
+
id: number | string;
|
45536
|
+
errorMessages: string[];
|
45537
|
+
}[], FieldValidationResult[] | {
|
45538
|
+
id: number | string;
|
45539
|
+
errorMessages: string[];
|
45540
|
+
}[]>;
|
45541
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45542
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45543
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45544
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45545
|
+
readonly externalValue: boolean | null;
|
45546
|
+
};
|
45547
|
+
items: vue.Ref<{
|
45548
|
+
id: number | string;
|
45549
|
+
validate: () => Promise<string[]>;
|
45550
|
+
reset: () => Promise<void>;
|
45551
|
+
resetValidation: () => Promise<void>;
|
45552
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45553
|
+
isValid: boolean | null;
|
45554
|
+
errorMessages: string[];
|
45555
|
+
}[], FormField[] | {
|
45556
|
+
id: number | string;
|
45557
|
+
validate: () => Promise<string[]>;
|
45558
|
+
reset: () => Promise<void>;
|
45559
|
+
resetValidation: () => Promise<void>;
|
45560
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45561
|
+
isValid: boolean | null;
|
45562
|
+
errorMessages: string[];
|
45563
|
+
}[]>;
|
45564
|
+
validate: () => Promise<{
|
45565
|
+
valid: boolean;
|
45566
|
+
errors: {
|
45567
|
+
id: number | string;
|
45568
|
+
errorMessages: string[];
|
45569
|
+
}[];
|
45570
|
+
}>;
|
45571
|
+
reset: () => void;
|
45572
|
+
resetValidation: () => void;
|
45573
|
+
}) => vue.VNodeChild) | undefined;
|
45574
|
+
} & {
|
45575
|
+
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
45576
|
+
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
45577
|
+
}, {
|
45578
|
+
errors: vue.Ref<{
|
45579
|
+
id: number | string;
|
45580
|
+
errorMessages: string[];
|
45581
|
+
}[], FieldValidationResult[] | {
|
45582
|
+
id: number | string;
|
45583
|
+
errorMessages: string[];
|
45584
|
+
}[]>;
|
45585
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45586
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45587
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45588
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45589
|
+
readonly externalValue: boolean | null;
|
45590
|
+
};
|
45591
|
+
items: vue.Ref<{
|
45592
|
+
id: number | string;
|
45593
|
+
validate: () => Promise<string[]>;
|
45594
|
+
reset: () => Promise<void>;
|
45595
|
+
resetValidation: () => Promise<void>;
|
45596
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45597
|
+
isValid: boolean | null;
|
45598
|
+
errorMessages: string[];
|
45599
|
+
}[], FormField[] | {
|
45600
|
+
id: number | string;
|
45601
|
+
validate: () => Promise<string[]>;
|
45602
|
+
reset: () => Promise<void>;
|
45603
|
+
resetValidation: () => Promise<void>;
|
45604
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45605
|
+
isValid: boolean | null;
|
45606
|
+
errorMessages: string[];
|
45607
|
+
}[]>;
|
45608
|
+
validate: () => Promise<{
|
45609
|
+
valid: boolean;
|
45610
|
+
errors: {
|
45611
|
+
id: number | string;
|
45612
|
+
errorMessages: string[];
|
45613
|
+
}[];
|
45614
|
+
}>;
|
45615
|
+
reset: () => void;
|
45616
|
+
resetValidation: () => void;
|
45617
|
+
} & HTMLFormElement & {
|
45618
|
+
_allExposed: {
|
45334
45619
|
errors: vue.Ref<{
|
45335
45620
|
id: number | string;
|
45336
45621
|
errorMessages: string[];
|
@@ -45394,49 +45679,169 @@ declare const VForm: {
|
|
45394
45679
|
} & {
|
45395
45680
|
$children?: vue.VNodeChild | {
|
45396
45681
|
default?: ((arg: {
|
45397
|
-
errors:
|
45398
|
-
|
45399
|
-
|
45400
|
-
|
45401
|
-
|
45402
|
-
|
45403
|
-
|
45682
|
+
errors: vue.Ref<{
|
45683
|
+
id: number | string;
|
45684
|
+
errorMessages: string[];
|
45685
|
+
}[], FieldValidationResult[] | {
|
45686
|
+
id: number | string;
|
45687
|
+
errorMessages: string[];
|
45688
|
+
}[]>;
|
45689
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45690
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45691
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45692
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45693
|
+
readonly externalValue: boolean | null;
|
45694
|
+
};
|
45695
|
+
items: vue.Ref<{
|
45696
|
+
id: number | string;
|
45697
|
+
validate: () => Promise<string[]>;
|
45698
|
+
reset: () => Promise<void>;
|
45699
|
+
resetValidation: () => Promise<void>;
|
45700
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45701
|
+
isValid: boolean | null;
|
45702
|
+
errorMessages: string[];
|
45703
|
+
}[], FormField[] | {
|
45704
|
+
id: number | string;
|
45705
|
+
validate: () => Promise<string[]>;
|
45706
|
+
reset: () => Promise<void>;
|
45707
|
+
resetValidation: () => Promise<void>;
|
45708
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45709
|
+
isValid: boolean | null;
|
45710
|
+
errorMessages: string[];
|
45711
|
+
}[]>;
|
45712
|
+
validate: () => Promise<{
|
45713
|
+
valid: boolean;
|
45714
|
+
errors: {
|
45715
|
+
id: number | string;
|
45716
|
+
errorMessages: string[];
|
45717
|
+
}[];
|
45718
|
+
}>;
|
45404
45719
|
reset: () => void;
|
45405
45720
|
resetValidation: () => void;
|
45406
45721
|
}) => vue.VNodeChild) | undefined;
|
45407
45722
|
} | ((arg: {
|
45408
|
-
errors:
|
45409
|
-
|
45410
|
-
|
45411
|
-
|
45412
|
-
|
45413
|
-
|
45414
|
-
|
45723
|
+
errors: vue.Ref<{
|
45724
|
+
id: number | string;
|
45725
|
+
errorMessages: string[];
|
45726
|
+
}[], FieldValidationResult[] | {
|
45727
|
+
id: number | string;
|
45728
|
+
errorMessages: string[];
|
45729
|
+
}[]>;
|
45730
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45731
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45732
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45733
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45734
|
+
readonly externalValue: boolean | null;
|
45735
|
+
};
|
45736
|
+
items: vue.Ref<{
|
45737
|
+
id: number | string;
|
45738
|
+
validate: () => Promise<string[]>;
|
45739
|
+
reset: () => Promise<void>;
|
45740
|
+
resetValidation: () => Promise<void>;
|
45741
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45742
|
+
isValid: boolean | null;
|
45743
|
+
errorMessages: string[];
|
45744
|
+
}[], FormField[] | {
|
45745
|
+
id: number | string;
|
45746
|
+
validate: () => Promise<string[]>;
|
45747
|
+
reset: () => Promise<void>;
|
45748
|
+
resetValidation: () => Promise<void>;
|
45749
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45750
|
+
isValid: boolean | null;
|
45751
|
+
errorMessages: string[];
|
45752
|
+
}[]>;
|
45753
|
+
validate: () => Promise<{
|
45754
|
+
valid: boolean;
|
45755
|
+
errors: {
|
45756
|
+
id: number | string;
|
45757
|
+
errorMessages: string[];
|
45758
|
+
}[];
|
45759
|
+
}>;
|
45415
45760
|
reset: () => void;
|
45416
45761
|
resetValidation: () => void;
|
45417
45762
|
}) => vue.VNodeChild);
|
45418
45763
|
'v-slots'?: {
|
45419
45764
|
default?: false | ((arg: {
|
45420
|
-
errors:
|
45421
|
-
|
45422
|
-
|
45423
|
-
|
45424
|
-
|
45425
|
-
|
45426
|
-
|
45765
|
+
errors: vue.Ref<{
|
45766
|
+
id: number | string;
|
45767
|
+
errorMessages: string[];
|
45768
|
+
}[], FieldValidationResult[] | {
|
45769
|
+
id: number | string;
|
45770
|
+
errorMessages: string[];
|
45771
|
+
}[]>;
|
45772
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45773
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45774
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45775
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45776
|
+
readonly externalValue: boolean | null;
|
45777
|
+
};
|
45778
|
+
items: vue.Ref<{
|
45779
|
+
id: number | string;
|
45780
|
+
validate: () => Promise<string[]>;
|
45781
|
+
reset: () => Promise<void>;
|
45782
|
+
resetValidation: () => Promise<void>;
|
45783
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45784
|
+
isValid: boolean | null;
|
45785
|
+
errorMessages: string[];
|
45786
|
+
}[], FormField[] | {
|
45787
|
+
id: number | string;
|
45788
|
+
validate: () => Promise<string[]>;
|
45789
|
+
reset: () => Promise<void>;
|
45790
|
+
resetValidation: () => Promise<void>;
|
45791
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45792
|
+
isValid: boolean | null;
|
45793
|
+
errorMessages: string[];
|
45794
|
+
}[]>;
|
45795
|
+
validate: () => Promise<{
|
45796
|
+
valid: boolean;
|
45797
|
+
errors: {
|
45798
|
+
id: number | string;
|
45799
|
+
errorMessages: string[];
|
45800
|
+
}[];
|
45801
|
+
}>;
|
45427
45802
|
reset: () => void;
|
45428
45803
|
resetValidation: () => void;
|
45429
45804
|
}) => vue.VNodeChild) | undefined;
|
45430
45805
|
} | undefined;
|
45431
45806
|
} & {
|
45432
45807
|
"v-slot:default"?: false | ((arg: {
|
45433
|
-
errors:
|
45434
|
-
|
45435
|
-
|
45436
|
-
|
45437
|
-
|
45438
|
-
|
45439
|
-
|
45808
|
+
errors: vue.Ref<{
|
45809
|
+
id: number | string;
|
45810
|
+
errorMessages: string[];
|
45811
|
+
}[], FieldValidationResult[] | {
|
45812
|
+
id: number | string;
|
45813
|
+
errorMessages: string[];
|
45814
|
+
}[]>;
|
45815
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45816
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45817
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45818
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45819
|
+
readonly externalValue: boolean | null;
|
45820
|
+
};
|
45821
|
+
items: vue.Ref<{
|
45822
|
+
id: number | string;
|
45823
|
+
validate: () => Promise<string[]>;
|
45824
|
+
reset: () => Promise<void>;
|
45825
|
+
resetValidation: () => Promise<void>;
|
45826
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45827
|
+
isValid: boolean | null;
|
45828
|
+
errorMessages: string[];
|
45829
|
+
}[], FormField[] | {
|
45830
|
+
id: number | string;
|
45831
|
+
validate: () => Promise<string[]>;
|
45832
|
+
reset: () => Promise<void>;
|
45833
|
+
resetValidation: () => Promise<void>;
|
45834
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45835
|
+
isValid: boolean | null;
|
45836
|
+
errorMessages: string[];
|
45837
|
+
}[]>;
|
45838
|
+
validate: () => Promise<{
|
45839
|
+
valid: boolean;
|
45840
|
+
errors: {
|
45841
|
+
id: number | string;
|
45842
|
+
errorMessages: string[];
|
45843
|
+
}[];
|
45844
|
+
}>;
|
45440
45845
|
reset: () => void;
|
45441
45846
|
resetValidation: () => void;
|
45442
45847
|
}) => vue.VNodeChild) | undefined;
|
@@ -45537,13 +45942,43 @@ declare const VForm: {
|
|
45537
45942
|
fastFail: boolean;
|
45538
45943
|
}, {}, string, vue.SlotsType<Partial<{
|
45539
45944
|
default: (arg: {
|
45540
|
-
errors:
|
45541
|
-
|
45542
|
-
|
45543
|
-
|
45544
|
-
|
45545
|
-
|
45546
|
-
|
45945
|
+
errors: vue.Ref<{
|
45946
|
+
id: number | string;
|
45947
|
+
errorMessages: string[];
|
45948
|
+
}[], FieldValidationResult[] | {
|
45949
|
+
id: number | string;
|
45950
|
+
errorMessages: string[];
|
45951
|
+
}[]>;
|
45952
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45953
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45954
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45955
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45956
|
+
readonly externalValue: boolean | null;
|
45957
|
+
};
|
45958
|
+
items: vue.Ref<{
|
45959
|
+
id: number | string;
|
45960
|
+
validate: () => Promise<string[]>;
|
45961
|
+
reset: () => Promise<void>;
|
45962
|
+
resetValidation: () => Promise<void>;
|
45963
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45964
|
+
isValid: boolean | null;
|
45965
|
+
errorMessages: string[];
|
45966
|
+
}[], FormField[] | {
|
45967
|
+
id: number | string;
|
45968
|
+
validate: () => Promise<string[]>;
|
45969
|
+
reset: () => Promise<void>;
|
45970
|
+
resetValidation: () => Promise<void>;
|
45971
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45972
|
+
isValid: boolean | null;
|
45973
|
+
errorMessages: string[];
|
45974
|
+
}[]>;
|
45975
|
+
validate: () => Promise<{
|
45976
|
+
valid: boolean;
|
45977
|
+
errors: {
|
45978
|
+
id: number | string;
|
45979
|
+
errorMessages: string[];
|
45980
|
+
}[];
|
45981
|
+
}>;
|
45547
45982
|
reset: () => void;
|
45548
45983
|
resetValidation: () => void;
|
45549
45984
|
}) => vue.VNode[];
|
@@ -61680,20 +62115,17 @@ declare const VSelect: {
|
|
61680
62115
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
61681
62116
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
61682
62117
|
item: (arg: {
|
61683
|
-
item: unknown
|
61684
|
-
internalItem: ListItem<unknown>;
|
62118
|
+
item: ListItem<unknown>;
|
61685
62119
|
index: number;
|
61686
62120
|
props: Record<string, unknown>;
|
61687
62121
|
}) => vue.VNode[];
|
61688
62122
|
chip: (arg: {
|
61689
|
-
item: unknown
|
61690
|
-
internalItem: ListItem<unknown>;
|
62123
|
+
item: ListItem<unknown>;
|
61691
62124
|
index: number;
|
61692
62125
|
props: Record<string, unknown>;
|
61693
62126
|
}) => vue.VNode[];
|
61694
62127
|
selection: (arg: {
|
61695
|
-
item: unknown
|
61696
|
-
internalItem: ListItem<unknown>;
|
62128
|
+
item: ListItem<unknown>;
|
61697
62129
|
index: number;
|
61698
62130
|
}) => vue.VNode[];
|
61699
62131
|
'prepend-item': () => vue.VNode[];
|
@@ -66424,20 +66856,17 @@ declare const VSelect: {
|
|
66424
66856
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
66425
66857
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
66426
66858
|
item: (arg: {
|
66427
|
-
item: unknown
|
66428
|
-
internalItem: ListItem<unknown>;
|
66859
|
+
item: ListItem<unknown>;
|
66429
66860
|
index: number;
|
66430
66861
|
props: Record<string, unknown>;
|
66431
66862
|
}) => vue.VNode[];
|
66432
66863
|
chip: (arg: {
|
66433
|
-
item: unknown
|
66434
|
-
internalItem: ListItem<unknown>;
|
66864
|
+
item: ListItem<unknown>;
|
66435
66865
|
index: number;
|
66436
66866
|
props: Record<string, unknown>;
|
66437
66867
|
}) => vue.VNode[];
|
66438
66868
|
selection: (arg: {
|
66439
|
-
item: unknown
|
66440
|
-
internalItem: ListItem<unknown>;
|
66869
|
+
item: ListItem<unknown>;
|
66441
66870
|
index: number;
|
66442
66871
|
}) => vue.VNode[];
|
66443
66872
|
'prepend-item': () => vue.VNode[];
|
@@ -66454,20 +66883,17 @@ declare const VSelect: {
|
|
66454
66883
|
"onUpdate:modelValue"?: (value: V) => void;
|
66455
66884
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
66456
66885
|
item: {
|
66457
|
-
item: Item
|
66458
|
-
internalItem: ListItem<Item>;
|
66886
|
+
item: ListItem<Item>;
|
66459
66887
|
index: number;
|
66460
66888
|
props: Record<string, unknown>;
|
66461
66889
|
};
|
66462
66890
|
chip: {
|
66463
|
-
item: Item
|
66464
|
-
internalItem: ListItem<Item>;
|
66891
|
+
item: ListItem<Item>;
|
66465
66892
|
index: number;
|
66466
66893
|
props: Record<string, unknown>;
|
66467
66894
|
};
|
66468
66895
|
selection: {
|
66469
|
-
item: Item
|
66470
|
-
internalItem: ListItem<Item>;
|
66896
|
+
item: ListItem<Item>;
|
66471
66897
|
index: number;
|
66472
66898
|
};
|
66473
66899
|
"prepend-item": never;
|
@@ -82439,7 +82865,16 @@ declare const index_d_Scroll: typeof Scroll;
|
|
82439
82865
|
declare const index_d_Tooltip: typeof Tooltip;
|
82440
82866
|
declare const index_d_Touch: typeof Touch;
|
82441
82867
|
declare namespace index_d {
|
82442
|
-
export {
|
82868
|
+
export {
|
82869
|
+
index_d_ClickOutside as ClickOutside,
|
82870
|
+
index_d_Intersect as Intersect,
|
82871
|
+
index_d_Mutate as Mutate,
|
82872
|
+
index_d_Resize as Resize,
|
82873
|
+
index_d_Ripple as Ripple,
|
82874
|
+
index_d_Scroll as Scroll,
|
82875
|
+
index_d_Tooltip as Tooltip,
|
82876
|
+
index_d_Touch as Touch,
|
82877
|
+
};
|
82443
82878
|
}
|
82444
82879
|
|
82445
82880
|
declare const createVuetify: {
|
@@ -82500,6 +82935,7 @@ declare const createVuetify: {
|
|
82500
82935
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
82501
82936
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
82502
82937
|
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
82938
|
+
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
82503
82939
|
getMonth: (date: unknown) => number;
|
82504
82940
|
setMonth: (date: unknown, month: number) => unknown;
|
82505
82941
|
getDate: (date: unknown) => number;
|
@@ -82555,42 +82991,38 @@ declare module 'vue' {
|
|
82555
82991
|
$children?: VNodeChild
|
82556
82992
|
}
|
82557
82993
|
export interface GlobalComponents {
|
82558
|
-
VAutocomplete: VAutocomplete
|
82559
82994
|
VApp: VApp
|
82560
|
-
|
82561
|
-
|
82562
|
-
|
82563
|
-
VAvatar: VAvatar
|
82995
|
+
VAutocomplete: VAutocomplete
|
82996
|
+
VAlert: VAlert
|
82997
|
+
VAlertTitle: VAlertTitle
|
82564
82998
|
VBadge: VBadge
|
82565
|
-
VBottomSheet: VBottomSheet
|
82566
82999
|
VBanner: VBanner
|
82567
83000
|
VBannerActions: VBannerActions
|
82568
83001
|
VBannerText: VBannerText
|
83002
|
+
VAvatar: VAvatar
|
82569
83003
|
VBreadcrumbs: VBreadcrumbs
|
82570
83004
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82571
83005
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82572
83006
|
VBottomNavigation: VBottomNavigation
|
82573
|
-
VAlert: VAlert
|
82574
|
-
VAlertTitle: VAlertTitle
|
82575
|
-
VBtnGroup: VBtnGroup
|
82576
83007
|
VBtn: VBtn
|
83008
|
+
VBtnToggle: VBtnToggle
|
83009
|
+
VBtnGroup: VBtnGroup
|
83010
|
+
VCarousel: VCarousel
|
83011
|
+
VCarouselItem: VCarouselItem
|
82577
83012
|
VCard: VCard
|
82578
83013
|
VCardActions: VCardActions
|
82579
83014
|
VCardItem: VCardItem
|
82580
83015
|
VCardSubtitle: VCardSubtitle
|
82581
83016
|
VCardText: VCardText
|
82582
83017
|
VCardTitle: VCardTitle
|
82583
|
-
VBtnToggle: VBtnToggle
|
82584
|
-
VCombobox: VCombobox
|
82585
83018
|
VCheckbox: VCheckbox
|
82586
83019
|
VCheckboxBtn: VCheckboxBtn
|
82587
|
-
VCarousel: VCarousel
|
82588
|
-
VCarouselItem: VCarouselItem
|
82589
83020
|
VChipGroup: VChipGroup
|
82590
|
-
VColorPicker: VColorPicker
|
82591
|
-
VDivider: VDivider
|
82592
|
-
VCode: VCode
|
82593
83021
|
VChip: VChip
|
83022
|
+
VCode: VCode
|
83023
|
+
VColorPicker: VColorPicker
|
83024
|
+
VCombobox: VCombobox
|
83025
|
+
VCounter: VCounter
|
82594
83026
|
VDataTable: VDataTable
|
82595
83027
|
VDataTableHeaders: VDataTableHeaders
|
82596
83028
|
VDataTableFooter: VDataTableFooter
|
@@ -82598,36 +83030,33 @@ declare module 'vue' {
|
|
82598
83030
|
VDataTableRow: VDataTableRow
|
82599
83031
|
VDataTableVirtual: VDataTableVirtual
|
82600
83032
|
VDataTableServer: VDataTableServer
|
83033
|
+
VDivider: VDivider
|
82601
83034
|
VDatePicker: VDatePicker
|
82602
83035
|
VDatePickerControls: VDatePickerControls
|
82603
83036
|
VDatePickerHeader: VDatePickerHeader
|
82604
83037
|
VDatePickerMonth: VDatePickerMonth
|
82605
83038
|
VDatePickerMonths: VDatePickerMonths
|
82606
83039
|
VDatePickerYears: VDatePickerYears
|
82607
|
-
VCounter: VCounter
|
82608
|
-
VEmptyState: VEmptyState
|
82609
83040
|
VDialog: VDialog
|
82610
|
-
VExpansionPanels: VExpansionPanels
|
82611
|
-
VExpansionPanel: VExpansionPanel
|
82612
|
-
VExpansionPanelText: VExpansionPanelText
|
82613
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
82614
83041
|
VFab: VFab
|
82615
|
-
|
83042
|
+
VField: VField
|
83043
|
+
VFieldLabel: VFieldLabel
|
82616
83044
|
VFileInput: VFileInput
|
82617
|
-
VFooter: VFooter
|
82618
83045
|
VIcon: VIcon
|
82619
83046
|
VComponentIcon: VComponentIcon
|
82620
83047
|
VSvgIcon: VSvgIcon
|
82621
83048
|
VLigatureIcon: VLigatureIcon
|
82622
83049
|
VClassIcon: VClassIcon
|
83050
|
+
VImg: VImg
|
83051
|
+
VInfiniteScroll: VInfiniteScroll
|
82623
83052
|
VInput: VInput
|
82624
83053
|
VKbd: VKbd
|
83054
|
+
VFooter: VFooter
|
83055
|
+
VLabel: VLabel
|
82625
83056
|
VItemGroup: VItemGroup
|
82626
83057
|
VItem: VItem
|
82627
|
-
VLabel: VLabel
|
82628
|
-
VInfiniteScroll: VInfiniteScroll
|
82629
|
-
VMenu: VMenu
|
82630
83058
|
VMain: VMain
|
83059
|
+
VMenu: VMenu
|
82631
83060
|
VList: VList
|
82632
83061
|
VListGroup: VListGroup
|
82633
83062
|
VListImg: VListImg
|
@@ -82637,72 +83066,79 @@ declare module 'vue' {
|
|
82637
83066
|
VListItemSubtitle: VListItemSubtitle
|
82638
83067
|
VListItemTitle: VListItemTitle
|
82639
83068
|
VListSubheader: VListSubheader
|
82640
|
-
VField: VField
|
82641
|
-
VFieldLabel: VFieldLabel
|
82642
|
-
VNavigationDrawer: VNavigationDrawer
|
82643
83069
|
VMessages: VMessages
|
82644
83070
|
VNumberInput: VNumberInput
|
82645
|
-
VOtpInput: VOtpInput
|
82646
83071
|
VOverlay: VOverlay
|
83072
|
+
VNavigationDrawer: VNavigationDrawer
|
83073
|
+
VOtpInput: VOtpInput
|
82647
83074
|
VPagination: VPagination
|
82648
|
-
VRadioGroup: VRadioGroup
|
82649
83075
|
VProgressCircular: VProgressCircular
|
82650
83076
|
VProgressLinear: VProgressLinear
|
82651
|
-
|
82652
|
-
VRating: VRating
|
83077
|
+
VRadioGroup: VRadioGroup
|
82653
83078
|
VSelectionControl: VSelectionControl
|
83079
|
+
VRating: VRating
|
82654
83080
|
VSheet: VSheet
|
82655
83081
|
VSelectionControlGroup: VSelectionControlGroup
|
83082
|
+
VSelect: VSelect
|
83083
|
+
VSlideGroup: VSlideGroup
|
83084
|
+
VSlideGroupItem: VSlideGroupItem
|
82656
83085
|
VSlider: VSlider
|
82657
|
-
VSkeletonLoader: VSkeletonLoader
|
82658
83086
|
VSnackbar: VSnackbar
|
82659
|
-
|
83087
|
+
VSkeletonLoader: VSkeletonLoader
|
83088
|
+
VTab: VTab
|
83089
|
+
VTabs: VTabs
|
83090
|
+
VTabsWindow: VTabsWindow
|
83091
|
+
VTabsWindowItem: VTabsWindowItem
|
82660
83092
|
VStepper: VStepper
|
82661
83093
|
VStepperActions: VStepperActions
|
82662
83094
|
VStepperHeader: VStepperHeader
|
82663
83095
|
VStepperItem: VStepperItem
|
82664
83096
|
VStepperWindow: VStepperWindow
|
82665
83097
|
VStepperWindowItem: VStepperWindowItem
|
82666
|
-
|
82667
|
-
VSlideGroupItem: VSlideGroupItem
|
83098
|
+
VSwitch: VSwitch
|
82668
83099
|
VSystemBar: VSystemBar
|
82669
|
-
VTab: VTab
|
82670
|
-
VTabs: VTabs
|
82671
|
-
VTabsWindow: VTabsWindow
|
82672
|
-
VTabsWindowItem: VTabsWindowItem
|
82673
83100
|
VTextarea: VTextarea
|
82674
83101
|
VTable: VTable
|
83102
|
+
VTimeline: VTimeline
|
83103
|
+
VTimelineItem: VTimelineItem
|
82675
83104
|
VTextField: VTextField
|
82676
83105
|
VToolbar: VToolbar
|
82677
83106
|
VToolbarTitle: VToolbarTitle
|
82678
83107
|
VToolbarItems: VToolbarItems
|
82679
83108
|
VWindow: VWindow
|
82680
83109
|
VWindowItem: VWindowItem
|
82681
|
-
VTimeline: VTimeline
|
82682
|
-
VTimelineItem: VTimelineItem
|
82683
83110
|
VTooltip: VTooltip
|
83111
|
+
VBottomSheet: VBottomSheet
|
82684
83112
|
VConfirmEdit: VConfirmEdit
|
82685
|
-
VDefaultsProvider: VDefaultsProvider
|
82686
|
-
VForm: VForm
|
82687
83113
|
VDataIterator: VDataIterator
|
83114
|
+
VExpansionPanels: VExpansionPanels
|
83115
|
+
VExpansionPanel: VExpansionPanel
|
83116
|
+
VExpansionPanelText: VExpansionPanelText
|
83117
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
83118
|
+
VEmptyState: VEmptyState
|
83119
|
+
VForm: VForm
|
83120
|
+
VAppBar: VAppBar
|
83121
|
+
VAppBarNavIcon: VAppBarNavIcon
|
83122
|
+
VAppBarTitle: VAppBarTitle
|
82688
83123
|
VContainer: VContainer
|
82689
83124
|
VCol: VCol
|
82690
83125
|
VRow: VRow
|
82691
83126
|
VSpacer: VSpacer
|
82692
|
-
VHover: VHover
|
82693
83127
|
VLazy: VLazy
|
83128
|
+
VLocaleProvider: VLocaleProvider
|
82694
83129
|
VLayout: VLayout
|
82695
83130
|
VLayoutItem: VLayoutItem
|
82696
|
-
VLocaleProvider: VLocaleProvider
|
82697
83131
|
VNoSsr: VNoSsr
|
82698
83132
|
VParallax: VParallax
|
82699
83133
|
VRadio: VRadio
|
82700
|
-
VResponsive: VResponsive
|
82701
83134
|
VRangeSlider: VRangeSlider
|
82702
|
-
|
83135
|
+
VResponsive: VResponsive
|
82703
83136
|
VSnackbarQueue: VSnackbarQueue
|
83137
|
+
VSparkline: VSparkline
|
82704
83138
|
VSpeedDial: VSpeedDial
|
82705
83139
|
VThemeProvider: VThemeProvider
|
83140
|
+
VValidation: VValidation
|
83141
|
+
VVirtualScroll: VVirtualScroll
|
82706
83142
|
VFabTransition: VFabTransition
|
82707
83143
|
VDialogBottomTransition: VDialogBottomTransition
|
82708
83144
|
VDialogTopTransition: VDialogTopTransition
|
@@ -82719,8 +83155,8 @@ declare module 'vue' {
|
|
82719
83155
|
VExpandTransition: VExpandTransition
|
82720
83156
|
VExpandXTransition: VExpandXTransition
|
82721
83157
|
VDialogTransition: VDialogTransition
|
82722
|
-
|
82723
|
-
|
83158
|
+
VHover: VHover
|
83159
|
+
VDefaultsProvider: VDefaultsProvider
|
82724
83160
|
VCalendar: VCalendar
|
82725
83161
|
VCalendarDay: VCalendarDay
|
82726
83162
|
VCalendarHeader: VCalendarHeader
|
@@ -82729,18 +83165,18 @@ declare module 'vue' {
|
|
82729
83165
|
VCalendarMonthDay: VCalendarMonthDay
|
82730
83166
|
VFileUpload: VFileUpload
|
82731
83167
|
VFileUploadItem: VFileUploadItem
|
82732
|
-
|
82733
|
-
VStepperVerticalItem: VStepperVerticalItem
|
82734
|
-
VStepperVerticalActions: VStepperVerticalActions
|
82735
|
-
VPicker: VPicker
|
82736
|
-
VPickerTitle: VPickerTitle
|
83168
|
+
VIconBtn: VIconBtn
|
82737
83169
|
VTreeview: VTreeview
|
82738
83170
|
VTreeviewItem: VTreeviewItem
|
82739
83171
|
VTreeviewGroup: VTreeviewGroup
|
82740
|
-
|
83172
|
+
VPicker: VPicker
|
83173
|
+
VPickerTitle: VPickerTitle
|
82741
83174
|
VTimePicker: VTimePicker
|
82742
83175
|
VTimePickerClock: VTimePickerClock
|
82743
83176
|
VTimePickerControls: VTimePickerControls
|
83177
|
+
VStepperVertical: VStepperVertical
|
83178
|
+
VStepperVerticalItem: VStepperVerticalItem
|
83179
|
+
VStepperVerticalActions: VStepperVerticalActions
|
82744
83180
|
VDateInput: VDateInput
|
82745
83181
|
VPullToRefresh: VPullToRefresh
|
82746
83182
|
}
|