@vuetify/nightly 3.8.1-next.2025-04-18 → 3.8.2-dev.2025-04-17
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 +6 -16
- package/dist/json/attributes.json +2619 -2619
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +5094 -5134
- package/dist/vuetify-labs.cjs +172 -247
- package/dist/vuetify-labs.css +25227 -23477
- package/dist/vuetify-labs.d.ts +635 -227
- package/dist/vuetify-labs.esm.js +172 -247
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +172 -247
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.cjs +148 -229
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +24037 -22291
- package/dist/vuetify.d.ts +762 -354
- package/dist/vuetify.esm.js +148 -229
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +148 -229
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +293 -278
- 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 +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- 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/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 +57 -54
- 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;
|
@@ -28693,20 +28689,17 @@ declare const VCombobox: {
|
|
28693
28689
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
28694
28690
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
28695
28691
|
item: (arg: {
|
28696
|
-
item: unknown
|
28697
|
-
internalItem: ListItem<unknown>;
|
28692
|
+
item: ListItem<unknown>;
|
28698
28693
|
index: number;
|
28699
28694
|
props: Record<string, unknown>;
|
28700
28695
|
}) => vue.VNode[];
|
28701
28696
|
chip: (arg: {
|
28702
|
-
item: unknown
|
28703
|
-
internalItem: ListItem<unknown>;
|
28697
|
+
item: ListItem<unknown>;
|
28704
28698
|
index: number;
|
28705
28699
|
props: Record<string, unknown>;
|
28706
28700
|
}) => vue.VNode[];
|
28707
28701
|
selection: (arg: {
|
28708
|
-
item: unknown
|
28709
|
-
internalItem: ListItem<unknown>;
|
28702
|
+
item: ListItem<unknown>;
|
28710
28703
|
index: number;
|
28711
28704
|
}) => vue.VNode[];
|
28712
28705
|
'prepend-item': () => vue.VNode[];
|
@@ -33472,20 +33465,17 @@ declare const VCombobox: {
|
|
33472
33465
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
33473
33466
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
33474
33467
|
item: (arg: {
|
33475
|
-
item: unknown
|
33476
|
-
internalItem: ListItem<unknown>;
|
33468
|
+
item: ListItem<unknown>;
|
33477
33469
|
index: number;
|
33478
33470
|
props: Record<string, unknown>;
|
33479
33471
|
}) => vue.VNode[];
|
33480
33472
|
chip: (arg: {
|
33481
|
-
item: unknown
|
33482
|
-
internalItem: ListItem<unknown>;
|
33473
|
+
item: ListItem<unknown>;
|
33483
33474
|
index: number;
|
33484
33475
|
props: Record<string, unknown>;
|
33485
33476
|
}) => vue.VNode[];
|
33486
33477
|
selection: (arg: {
|
33487
|
-
item: unknown
|
33488
|
-
internalItem: ListItem<unknown>;
|
33478
|
+
item: ListItem<unknown>;
|
33489
33479
|
index: number;
|
33490
33480
|
}) => vue.VNode[];
|
33491
33481
|
'prepend-item': () => vue.VNode[];
|
@@ -33502,20 +33492,17 @@ declare const VCombobox: {
|
|
33502
33492
|
"onUpdate:modelValue"?: (value: V) => void;
|
33503
33493
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
33504
33494
|
item: {
|
33505
|
-
item: Item
|
33506
|
-
internalItem: ListItem<Item>;
|
33495
|
+
item: ListItem<Item>;
|
33507
33496
|
index: number;
|
33508
33497
|
props: Record<string, unknown>;
|
33509
33498
|
};
|
33510
33499
|
chip: {
|
33511
|
-
item: Item
|
33512
|
-
internalItem: ListItem<Item>;
|
33500
|
+
item: ListItem<Item>;
|
33513
33501
|
index: number;
|
33514
33502
|
props: Record<string, unknown>;
|
33515
33503
|
};
|
33516
33504
|
selection: {
|
33517
|
-
item: Item
|
33518
|
-
internalItem: ListItem<Item>;
|
33505
|
+
item: ListItem<Item>;
|
33519
33506
|
index: number;
|
33520
33507
|
};
|
33521
33508
|
"prepend-item": never;
|
@@ -37914,7 +37901,6 @@ declare const VDatePicker: {
|
|
37914
37901
|
showAdjacentMonths: boolean;
|
37915
37902
|
weekdays: CalendarWeekdays[];
|
37916
37903
|
weeksInMonth: "static" | "dynamic";
|
37917
|
-
firstDayOfWeek: string | number;
|
37918
37904
|
hideWeekdays: boolean;
|
37919
37905
|
showWeek: boolean;
|
37920
37906
|
} & {
|
@@ -37941,6 +37927,7 @@ declare const VDatePicker: {
|
|
37941
37927
|
bgColor?: string | undefined;
|
37942
37928
|
controlHeight?: string | number | undefined;
|
37943
37929
|
headerColor?: string | undefined;
|
37930
|
+
firstDayOfWeek?: string | number | undefined;
|
37944
37931
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
37945
37932
|
} & {
|
37946
37933
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38009,7 +37996,6 @@ declare const VDatePicker: {
|
|
38009
37996
|
showAdjacentMonths: boolean;
|
38010
37997
|
weekdays: CalendarWeekdays[];
|
38011
37998
|
weeksInMonth: "static" | "dynamic";
|
38012
|
-
firstDayOfWeek: string | number;
|
38013
37999
|
hideWeekdays: boolean;
|
38014
38000
|
showWeek: boolean;
|
38015
38001
|
} & {
|
@@ -38036,6 +38022,7 @@ declare const VDatePicker: {
|
|
38036
38022
|
bgColor?: string | undefined;
|
38037
38023
|
controlHeight?: string | number | undefined;
|
38038
38024
|
headerColor?: string | undefined;
|
38025
|
+
firstDayOfWeek?: string | number | undefined;
|
38039
38026
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38040
38027
|
} & {
|
38041
38028
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38088,7 +38075,6 @@ declare const VDatePicker: {
|
|
38088
38075
|
showAdjacentMonths: boolean;
|
38089
38076
|
weekdays: CalendarWeekdays[];
|
38090
38077
|
weeksInMonth: "static" | "dynamic";
|
38091
|
-
firstDayOfWeek: string | number;
|
38092
38078
|
hideWeekdays: boolean;
|
38093
38079
|
showWeek: boolean;
|
38094
38080
|
} & {
|
@@ -38115,6 +38101,7 @@ declare const VDatePicker: {
|
|
38115
38101
|
bgColor?: string | undefined;
|
38116
38102
|
controlHeight?: string | number | undefined;
|
38117
38103
|
headerColor?: string | undefined;
|
38104
|
+
firstDayOfWeek?: string | number | undefined;
|
38118
38105
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38119
38106
|
} & {
|
38120
38107
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38225,7 +38212,7 @@ declare const VDatePicker: {
|
|
38225
38212
|
};
|
38226
38213
|
firstDayOfWeek: {
|
38227
38214
|
type: (StringConstructor | NumberConstructor)[];
|
38228
|
-
default:
|
38215
|
+
default: undefined;
|
38229
38216
|
};
|
38230
38217
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38231
38218
|
hideWeekdays: BooleanConstructor;
|
@@ -38330,7 +38317,7 @@ declare const VDatePicker: {
|
|
38330
38317
|
};
|
38331
38318
|
firstDayOfWeek: {
|
38332
38319
|
type: (StringConstructor | NumberConstructor)[];
|
38333
|
-
default:
|
38320
|
+
default: undefined;
|
38334
38321
|
};
|
38335
38322
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38336
38323
|
hideWeekdays: BooleanConstructor;
|
@@ -38676,7 +38663,6 @@ declare const VDatePickerMonth: {
|
|
38676
38663
|
showAdjacentMonths: boolean;
|
38677
38664
|
weekdays: CalendarWeekdays[];
|
38678
38665
|
weeksInMonth: "static" | "dynamic";
|
38679
|
-
firstDayOfWeek: string | number;
|
38680
38666
|
hideWeekdays: boolean;
|
38681
38667
|
showWeek: boolean;
|
38682
38668
|
} & {
|
@@ -38687,6 +38673,7 @@ declare const VDatePickerMonth: {
|
|
38687
38673
|
month?: string | number | undefined;
|
38688
38674
|
year?: string | number | undefined;
|
38689
38675
|
modelValue?: unknown[] | undefined;
|
38676
|
+
firstDayOfWeek?: string | number | undefined;
|
38690
38677
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38691
38678
|
} & {
|
38692
38679
|
$children?: {} | vue.VNodeChild | {
|
@@ -38755,7 +38742,6 @@ declare const VDatePickerMonth: {
|
|
38755
38742
|
showAdjacentMonths: boolean;
|
38756
38743
|
weekdays: CalendarWeekdays[];
|
38757
38744
|
weeksInMonth: "static" | "dynamic";
|
38758
|
-
firstDayOfWeek: string | number;
|
38759
38745
|
hideWeekdays: boolean;
|
38760
38746
|
showWeek: boolean;
|
38761
38747
|
} & {
|
@@ -38766,6 +38752,7 @@ declare const VDatePickerMonth: {
|
|
38766
38752
|
month?: string | number | undefined;
|
38767
38753
|
year?: string | number | undefined;
|
38768
38754
|
modelValue?: unknown[] | undefined;
|
38755
|
+
firstDayOfWeek?: string | number | undefined;
|
38769
38756
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38770
38757
|
} & {
|
38771
38758
|
$children?: {} | vue.VNodeChild | {
|
@@ -38819,7 +38806,6 @@ declare const VDatePickerMonth: {
|
|
38819
38806
|
showAdjacentMonths: boolean;
|
38820
38807
|
weekdays: CalendarWeekdays[];
|
38821
38808
|
weeksInMonth: "static" | "dynamic";
|
38822
|
-
firstDayOfWeek: string | number;
|
38823
38809
|
hideWeekdays: boolean;
|
38824
38810
|
showWeek: boolean;
|
38825
38811
|
} & {
|
@@ -38830,6 +38816,7 @@ declare const VDatePickerMonth: {
|
|
38830
38816
|
month?: string | number | undefined;
|
38831
38817
|
year?: string | number | undefined;
|
38832
38818
|
modelValue?: unknown[] | undefined;
|
38819
|
+
firstDayOfWeek?: string | number | undefined;
|
38833
38820
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38834
38821
|
} & {
|
38835
38822
|
$children?: {} | vue.VNodeChild | {
|
@@ -38905,7 +38892,7 @@ declare const VDatePickerMonth: {
|
|
38905
38892
|
};
|
38906
38893
|
firstDayOfWeek: {
|
38907
38894
|
type: (StringConstructor | NumberConstructor)[];
|
38908
|
-
default:
|
38895
|
+
default: undefined;
|
38909
38896
|
};
|
38910
38897
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38911
38898
|
color: StringConstructor;
|
@@ -38941,7 +38928,7 @@ declare const VDatePickerMonth: {
|
|
38941
38928
|
};
|
38942
38929
|
firstDayOfWeek: {
|
38943
38930
|
type: (StringConstructor | NumberConstructor)[];
|
38944
|
-
default:
|
38931
|
+
default: undefined;
|
38945
38932
|
};
|
38946
38933
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38947
38934
|
color: StringConstructor;
|
@@ -45068,49 +45055,169 @@ declare const VForm: {
|
|
45068
45055
|
} & {
|
45069
45056
|
$children?: vue.VNodeChild | {
|
45070
45057
|
default?: ((arg: {
|
45071
|
-
errors:
|
45072
|
-
|
45073
|
-
|
45074
|
-
|
45075
|
-
|
45076
|
-
|
45077
|
-
|
45058
|
+
errors: vue.Ref<{
|
45059
|
+
id: number | string;
|
45060
|
+
errorMessages: string[];
|
45061
|
+
}[], FieldValidationResult[] | {
|
45062
|
+
id: number | string;
|
45063
|
+
errorMessages: string[];
|
45064
|
+
}[]>;
|
45065
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45066
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45067
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45068
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45069
|
+
readonly externalValue: boolean | null;
|
45070
|
+
};
|
45071
|
+
items: vue.Ref<{
|
45072
|
+
id: number | string;
|
45073
|
+
validate: () => Promise<string[]>;
|
45074
|
+
reset: () => Promise<void>;
|
45075
|
+
resetValidation: () => Promise<void>;
|
45076
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45077
|
+
isValid: boolean | null;
|
45078
|
+
errorMessages: string[];
|
45079
|
+
}[], FormField[] | {
|
45080
|
+
id: number | string;
|
45081
|
+
validate: () => Promise<string[]>;
|
45082
|
+
reset: () => Promise<void>;
|
45083
|
+
resetValidation: () => Promise<void>;
|
45084
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45085
|
+
isValid: boolean | null;
|
45086
|
+
errorMessages: string[];
|
45087
|
+
}[]>;
|
45088
|
+
validate: () => Promise<{
|
45089
|
+
valid: boolean;
|
45090
|
+
errors: {
|
45091
|
+
id: number | string;
|
45092
|
+
errorMessages: string[];
|
45093
|
+
}[];
|
45094
|
+
}>;
|
45078
45095
|
reset: () => void;
|
45079
45096
|
resetValidation: () => void;
|
45080
45097
|
}) => vue.VNodeChild) | undefined;
|
45081
45098
|
} | ((arg: {
|
45082
|
-
errors:
|
45083
|
-
|
45084
|
-
|
45085
|
-
|
45086
|
-
|
45087
|
-
|
45088
|
-
|
45099
|
+
errors: vue.Ref<{
|
45100
|
+
id: number | string;
|
45101
|
+
errorMessages: string[];
|
45102
|
+
}[], FieldValidationResult[] | {
|
45103
|
+
id: number | string;
|
45104
|
+
errorMessages: string[];
|
45105
|
+
}[]>;
|
45106
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45107
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45108
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45109
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45110
|
+
readonly externalValue: boolean | null;
|
45111
|
+
};
|
45112
|
+
items: vue.Ref<{
|
45113
|
+
id: number | string;
|
45114
|
+
validate: () => Promise<string[]>;
|
45115
|
+
reset: () => Promise<void>;
|
45116
|
+
resetValidation: () => Promise<void>;
|
45117
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45118
|
+
isValid: boolean | null;
|
45119
|
+
errorMessages: string[];
|
45120
|
+
}[], FormField[] | {
|
45121
|
+
id: number | string;
|
45122
|
+
validate: () => Promise<string[]>;
|
45123
|
+
reset: () => Promise<void>;
|
45124
|
+
resetValidation: () => Promise<void>;
|
45125
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45126
|
+
isValid: boolean | null;
|
45127
|
+
errorMessages: string[];
|
45128
|
+
}[]>;
|
45129
|
+
validate: () => Promise<{
|
45130
|
+
valid: boolean;
|
45131
|
+
errors: {
|
45132
|
+
id: number | string;
|
45133
|
+
errorMessages: string[];
|
45134
|
+
}[];
|
45135
|
+
}>;
|
45089
45136
|
reset: () => void;
|
45090
45137
|
resetValidation: () => void;
|
45091
45138
|
}) => vue.VNodeChild);
|
45092
45139
|
'v-slots'?: {
|
45093
45140
|
default?: false | ((arg: {
|
45094
|
-
errors:
|
45095
|
-
|
45096
|
-
|
45097
|
-
|
45098
|
-
|
45099
|
-
|
45100
|
-
|
45141
|
+
errors: vue.Ref<{
|
45142
|
+
id: number | string;
|
45143
|
+
errorMessages: string[];
|
45144
|
+
}[], FieldValidationResult[] | {
|
45145
|
+
id: number | string;
|
45146
|
+
errorMessages: string[];
|
45147
|
+
}[]>;
|
45148
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45149
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45150
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45151
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45152
|
+
readonly externalValue: boolean | null;
|
45153
|
+
};
|
45154
|
+
items: vue.Ref<{
|
45155
|
+
id: number | string;
|
45156
|
+
validate: () => Promise<string[]>;
|
45157
|
+
reset: () => Promise<void>;
|
45158
|
+
resetValidation: () => Promise<void>;
|
45159
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45160
|
+
isValid: boolean | null;
|
45161
|
+
errorMessages: string[];
|
45162
|
+
}[], FormField[] | {
|
45163
|
+
id: number | string;
|
45164
|
+
validate: () => Promise<string[]>;
|
45165
|
+
reset: () => Promise<void>;
|
45166
|
+
resetValidation: () => Promise<void>;
|
45167
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45168
|
+
isValid: boolean | null;
|
45169
|
+
errorMessages: string[];
|
45170
|
+
}[]>;
|
45171
|
+
validate: () => Promise<{
|
45172
|
+
valid: boolean;
|
45173
|
+
errors: {
|
45174
|
+
id: number | string;
|
45175
|
+
errorMessages: string[];
|
45176
|
+
}[];
|
45177
|
+
}>;
|
45101
45178
|
reset: () => void;
|
45102
45179
|
resetValidation: () => void;
|
45103
45180
|
}) => vue.VNodeChild) | undefined;
|
45104
45181
|
} | undefined;
|
45105
45182
|
} & {
|
45106
45183
|
"v-slot:default"?: false | ((arg: {
|
45107
|
-
errors:
|
45108
|
-
|
45109
|
-
|
45110
|
-
|
45111
|
-
|
45112
|
-
|
45113
|
-
|
45184
|
+
errors: vue.Ref<{
|
45185
|
+
id: number | string;
|
45186
|
+
errorMessages: string[];
|
45187
|
+
}[], FieldValidationResult[] | {
|
45188
|
+
id: number | string;
|
45189
|
+
errorMessages: string[];
|
45190
|
+
}[]>;
|
45191
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45192
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45193
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45194
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45195
|
+
readonly externalValue: boolean | null;
|
45196
|
+
};
|
45197
|
+
items: vue.Ref<{
|
45198
|
+
id: number | string;
|
45199
|
+
validate: () => Promise<string[]>;
|
45200
|
+
reset: () => Promise<void>;
|
45201
|
+
resetValidation: () => Promise<void>;
|
45202
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45203
|
+
isValid: boolean | null;
|
45204
|
+
errorMessages: string[];
|
45205
|
+
}[], FormField[] | {
|
45206
|
+
id: number | string;
|
45207
|
+
validate: () => Promise<string[]>;
|
45208
|
+
reset: () => Promise<void>;
|
45209
|
+
resetValidation: () => Promise<void>;
|
45210
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45211
|
+
isValid: boolean | null;
|
45212
|
+
errorMessages: string[];
|
45213
|
+
}[]>;
|
45214
|
+
validate: () => Promise<{
|
45215
|
+
valid: boolean;
|
45216
|
+
errors: {
|
45217
|
+
id: number | string;
|
45218
|
+
errorMessages: string[];
|
45219
|
+
}[];
|
45220
|
+
}>;
|
45114
45221
|
reset: () => void;
|
45115
45222
|
resetValidation: () => void;
|
45116
45223
|
}) => vue.VNodeChild) | undefined;
|
@@ -45211,13 +45318,43 @@ declare const VForm: {
|
|
45211
45318
|
fastFail: boolean;
|
45212
45319
|
}, true, {}, vue.SlotsType<Partial<{
|
45213
45320
|
default: (arg: {
|
45214
|
-
errors:
|
45215
|
-
|
45216
|
-
|
45217
|
-
|
45218
|
-
|
45219
|
-
|
45220
|
-
|
45321
|
+
errors: vue.Ref<{
|
45322
|
+
id: number | string;
|
45323
|
+
errorMessages: string[];
|
45324
|
+
}[], FieldValidationResult[] | {
|
45325
|
+
id: number | string;
|
45326
|
+
errorMessages: string[];
|
45327
|
+
}[]>;
|
45328
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45329
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45330
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45331
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45332
|
+
readonly externalValue: boolean | null;
|
45333
|
+
};
|
45334
|
+
items: vue.Ref<{
|
45335
|
+
id: number | string;
|
45336
|
+
validate: () => Promise<string[]>;
|
45337
|
+
reset: () => Promise<void>;
|
45338
|
+
resetValidation: () => Promise<void>;
|
45339
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45340
|
+
isValid: boolean | null;
|
45341
|
+
errorMessages: string[];
|
45342
|
+
}[], FormField[] | {
|
45343
|
+
id: number | string;
|
45344
|
+
validate: () => Promise<string[]>;
|
45345
|
+
reset: () => Promise<void>;
|
45346
|
+
resetValidation: () => Promise<void>;
|
45347
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45348
|
+
isValid: boolean | null;
|
45349
|
+
errorMessages: string[];
|
45350
|
+
}[]>;
|
45351
|
+
validate: () => Promise<{
|
45352
|
+
valid: boolean;
|
45353
|
+
errors: {
|
45354
|
+
id: number | string;
|
45355
|
+
errorMessages: string[];
|
45356
|
+
}[];
|
45357
|
+
}>;
|
45221
45358
|
reset: () => void;
|
45222
45359
|
resetValidation: () => void;
|
45223
45360
|
}) => vue.VNode[];
|
@@ -45240,49 +45377,169 @@ declare const VForm: {
|
|
45240
45377
|
} & {
|
45241
45378
|
$children?: vue.VNodeChild | {
|
45242
45379
|
default?: ((arg: {
|
45243
|
-
errors:
|
45244
|
-
|
45245
|
-
|
45246
|
-
|
45247
|
-
|
45248
|
-
|
45249
|
-
|
45380
|
+
errors: vue.Ref<{
|
45381
|
+
id: number | string;
|
45382
|
+
errorMessages: string[];
|
45383
|
+
}[], FieldValidationResult[] | {
|
45384
|
+
id: number | string;
|
45385
|
+
errorMessages: string[];
|
45386
|
+
}[]>;
|
45387
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45388
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45389
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45390
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45391
|
+
readonly externalValue: boolean | null;
|
45392
|
+
};
|
45393
|
+
items: vue.Ref<{
|
45394
|
+
id: number | string;
|
45395
|
+
validate: () => Promise<string[]>;
|
45396
|
+
reset: () => Promise<void>;
|
45397
|
+
resetValidation: () => Promise<void>;
|
45398
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45399
|
+
isValid: boolean | null;
|
45400
|
+
errorMessages: string[];
|
45401
|
+
}[], FormField[] | {
|
45402
|
+
id: number | string;
|
45403
|
+
validate: () => Promise<string[]>;
|
45404
|
+
reset: () => Promise<void>;
|
45405
|
+
resetValidation: () => Promise<void>;
|
45406
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45407
|
+
isValid: boolean | null;
|
45408
|
+
errorMessages: string[];
|
45409
|
+
}[]>;
|
45410
|
+
validate: () => Promise<{
|
45411
|
+
valid: boolean;
|
45412
|
+
errors: {
|
45413
|
+
id: number | string;
|
45414
|
+
errorMessages: string[];
|
45415
|
+
}[];
|
45416
|
+
}>;
|
45250
45417
|
reset: () => void;
|
45251
45418
|
resetValidation: () => void;
|
45252
45419
|
}) => vue.VNodeChild) | undefined;
|
45253
45420
|
} | ((arg: {
|
45254
|
-
errors:
|
45255
|
-
|
45256
|
-
|
45257
|
-
|
45258
|
-
|
45259
|
-
|
45260
|
-
|
45421
|
+
errors: vue.Ref<{
|
45422
|
+
id: number | string;
|
45423
|
+
errorMessages: string[];
|
45424
|
+
}[], FieldValidationResult[] | {
|
45425
|
+
id: number | string;
|
45426
|
+
errorMessages: string[];
|
45427
|
+
}[]>;
|
45428
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45429
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45430
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45431
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45432
|
+
readonly externalValue: boolean | null;
|
45433
|
+
};
|
45434
|
+
items: vue.Ref<{
|
45435
|
+
id: number | string;
|
45436
|
+
validate: () => Promise<string[]>;
|
45437
|
+
reset: () => Promise<void>;
|
45438
|
+
resetValidation: () => Promise<void>;
|
45439
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45440
|
+
isValid: boolean | null;
|
45441
|
+
errorMessages: string[];
|
45442
|
+
}[], FormField[] | {
|
45443
|
+
id: number | string;
|
45444
|
+
validate: () => Promise<string[]>;
|
45445
|
+
reset: () => Promise<void>;
|
45446
|
+
resetValidation: () => Promise<void>;
|
45447
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45448
|
+
isValid: boolean | null;
|
45449
|
+
errorMessages: string[];
|
45450
|
+
}[]>;
|
45451
|
+
validate: () => Promise<{
|
45452
|
+
valid: boolean;
|
45453
|
+
errors: {
|
45454
|
+
id: number | string;
|
45455
|
+
errorMessages: string[];
|
45456
|
+
}[];
|
45457
|
+
}>;
|
45261
45458
|
reset: () => void;
|
45262
45459
|
resetValidation: () => void;
|
45263
45460
|
}) => vue.VNodeChild);
|
45264
45461
|
'v-slots'?: {
|
45265
45462
|
default?: false | ((arg: {
|
45266
|
-
errors:
|
45267
|
-
|
45268
|
-
|
45269
|
-
|
45270
|
-
|
45271
|
-
|
45272
|
-
|
45463
|
+
errors: vue.Ref<{
|
45464
|
+
id: number | string;
|
45465
|
+
errorMessages: string[];
|
45466
|
+
}[], FieldValidationResult[] | {
|
45467
|
+
id: number | string;
|
45468
|
+
errorMessages: string[];
|
45469
|
+
}[]>;
|
45470
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45471
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45472
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45473
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45474
|
+
readonly externalValue: boolean | null;
|
45475
|
+
};
|
45476
|
+
items: vue.Ref<{
|
45477
|
+
id: number | string;
|
45478
|
+
validate: () => Promise<string[]>;
|
45479
|
+
reset: () => Promise<void>;
|
45480
|
+
resetValidation: () => Promise<void>;
|
45481
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45482
|
+
isValid: boolean | null;
|
45483
|
+
errorMessages: string[];
|
45484
|
+
}[], FormField[] | {
|
45485
|
+
id: number | string;
|
45486
|
+
validate: () => Promise<string[]>;
|
45487
|
+
reset: () => Promise<void>;
|
45488
|
+
resetValidation: () => Promise<void>;
|
45489
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45490
|
+
isValid: boolean | null;
|
45491
|
+
errorMessages: string[];
|
45492
|
+
}[]>;
|
45493
|
+
validate: () => Promise<{
|
45494
|
+
valid: boolean;
|
45495
|
+
errors: {
|
45496
|
+
id: number | string;
|
45497
|
+
errorMessages: string[];
|
45498
|
+
}[];
|
45499
|
+
}>;
|
45273
45500
|
reset: () => void;
|
45274
45501
|
resetValidation: () => void;
|
45275
45502
|
}) => vue.VNodeChild) | undefined;
|
45276
45503
|
} | undefined;
|
45277
45504
|
} & {
|
45278
45505
|
"v-slot:default"?: false | ((arg: {
|
45279
|
-
errors:
|
45280
|
-
|
45281
|
-
|
45282
|
-
|
45283
|
-
|
45284
|
-
|
45285
|
-
|
45506
|
+
errors: vue.Ref<{
|
45507
|
+
id: number | string;
|
45508
|
+
errorMessages: string[];
|
45509
|
+
}[], FieldValidationResult[] | {
|
45510
|
+
id: number | string;
|
45511
|
+
errorMessages: string[];
|
45512
|
+
}[]>;
|
45513
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45514
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45515
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45516
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45517
|
+
readonly externalValue: boolean | null;
|
45518
|
+
};
|
45519
|
+
items: vue.Ref<{
|
45520
|
+
id: number | string;
|
45521
|
+
validate: () => Promise<string[]>;
|
45522
|
+
reset: () => Promise<void>;
|
45523
|
+
resetValidation: () => Promise<void>;
|
45524
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45525
|
+
isValid: boolean | null;
|
45526
|
+
errorMessages: string[];
|
45527
|
+
}[], FormField[] | {
|
45528
|
+
id: number | string;
|
45529
|
+
validate: () => Promise<string[]>;
|
45530
|
+
reset: () => Promise<void>;
|
45531
|
+
resetValidation: () => Promise<void>;
|
45532
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45533
|
+
isValid: boolean | null;
|
45534
|
+
errorMessages: string[];
|
45535
|
+
}[]>;
|
45536
|
+
validate: () => Promise<{
|
45537
|
+
valid: boolean;
|
45538
|
+
errors: {
|
45539
|
+
id: number | string;
|
45540
|
+
errorMessages: string[];
|
45541
|
+
}[];
|
45542
|
+
}>;
|
45286
45543
|
reset: () => void;
|
45287
45544
|
resetValidation: () => void;
|
45288
45545
|
}) => vue.VNodeChild) | undefined;
|
@@ -45329,162 +45586,334 @@ declare const VForm: {
|
|
45329
45586
|
}>;
|
45330
45587
|
reset: () => void;
|
45331
45588
|
resetValidation: () => void;
|
45332
|
-
} & HTMLFormElement & {
|
45333
|
-
_allExposed: {
|
45334
|
-
errors: vue.Ref<{
|
45335
|
-
id: number | string;
|
45336
|
-
errorMessages: string[];
|
45337
|
-
}[], FieldValidationResult[] | {
|
45338
|
-
id: number | string;
|
45339
|
-
errorMessages: string[];
|
45340
|
-
}[]>;
|
45341
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45342
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45343
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45344
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45345
|
-
readonly externalValue: boolean | null;
|
45346
|
-
};
|
45347
|
-
items: vue.Ref<{
|
45348
|
-
id: number | string;
|
45349
|
-
validate: () => Promise<string[]>;
|
45350
|
-
reset: () => Promise<void>;
|
45351
|
-
resetValidation: () => Promise<void>;
|
45352
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45353
|
-
isValid: boolean | null;
|
45354
|
-
errorMessages: string[];
|
45355
|
-
}[], FormField[] | {
|
45356
|
-
id: number | string;
|
45357
|
-
validate: () => Promise<string[]>;
|
45358
|
-
reset: () => Promise<void>;
|
45359
|
-
resetValidation: () => Promise<void>;
|
45360
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45361
|
-
isValid: boolean | null;
|
45362
|
-
errorMessages: string[];
|
45363
|
-
}[]>;
|
45364
|
-
validate: () => Promise<{
|
45365
|
-
valid: boolean;
|
45366
|
-
errors: {
|
45367
|
-
id: number | string;
|
45368
|
-
errorMessages: string[];
|
45369
|
-
}[];
|
45370
|
-
}>;
|
45371
|
-
reset: () => void;
|
45372
|
-
resetValidation: () => void;
|
45373
|
-
};
|
45374
|
-
}, {}, {}, {}, {
|
45375
|
-
style: vue.StyleValue;
|
45376
|
-
disabled: boolean;
|
45377
|
-
readonly: boolean;
|
45378
|
-
modelValue: boolean | null;
|
45379
|
-
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;
|
45380
|
-
fastFail: boolean;
|
45381
|
-
}>;
|
45382
|
-
__isFragment?: never;
|
45383
|
-
__isTeleport?: never;
|
45384
|
-
__isSuspense?: never;
|
45385
|
-
} & vue.ComponentOptionsBase<{
|
45589
|
+
} & HTMLFormElement & {
|
45590
|
+
_allExposed: {
|
45591
|
+
errors: vue.Ref<{
|
45592
|
+
id: number | string;
|
45593
|
+
errorMessages: string[];
|
45594
|
+
}[], FieldValidationResult[] | {
|
45595
|
+
id: number | string;
|
45596
|
+
errorMessages: string[];
|
45597
|
+
}[]>;
|
45598
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45599
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45600
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45601
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45602
|
+
readonly externalValue: boolean | null;
|
45603
|
+
};
|
45604
|
+
items: vue.Ref<{
|
45605
|
+
id: number | string;
|
45606
|
+
validate: () => Promise<string[]>;
|
45607
|
+
reset: () => Promise<void>;
|
45608
|
+
resetValidation: () => Promise<void>;
|
45609
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45610
|
+
isValid: boolean | null;
|
45611
|
+
errorMessages: string[];
|
45612
|
+
}[], FormField[] | {
|
45613
|
+
id: number | string;
|
45614
|
+
validate: () => Promise<string[]>;
|
45615
|
+
reset: () => Promise<void>;
|
45616
|
+
resetValidation: () => Promise<void>;
|
45617
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45618
|
+
isValid: boolean | null;
|
45619
|
+
errorMessages: string[];
|
45620
|
+
}[]>;
|
45621
|
+
validate: () => Promise<{
|
45622
|
+
valid: boolean;
|
45623
|
+
errors: {
|
45624
|
+
id: number | string;
|
45625
|
+
errorMessages: string[];
|
45626
|
+
}[];
|
45627
|
+
}>;
|
45628
|
+
reset: () => void;
|
45629
|
+
resetValidation: () => void;
|
45630
|
+
};
|
45631
|
+
}, {}, {}, {}, {
|
45632
|
+
style: vue.StyleValue;
|
45633
|
+
disabled: boolean;
|
45634
|
+
readonly: boolean;
|
45635
|
+
modelValue: boolean | null;
|
45636
|
+
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;
|
45637
|
+
fastFail: boolean;
|
45638
|
+
}>;
|
45639
|
+
__isFragment?: never;
|
45640
|
+
__isTeleport?: never;
|
45641
|
+
__isSuspense?: never;
|
45642
|
+
} & vue.ComponentOptionsBase<{
|
45643
|
+
style: vue.StyleValue;
|
45644
|
+
disabled: boolean;
|
45645
|
+
readonly: boolean;
|
45646
|
+
modelValue: boolean | null;
|
45647
|
+
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;
|
45648
|
+
fastFail: boolean;
|
45649
|
+
} & {
|
45650
|
+
class?: any;
|
45651
|
+
} & {
|
45652
|
+
$children?: vue.VNodeChild | {
|
45653
|
+
default?: ((arg: {
|
45654
|
+
errors: vue.Ref<{
|
45655
|
+
id: number | string;
|
45656
|
+
errorMessages: string[];
|
45657
|
+
}[], FieldValidationResult[] | {
|
45658
|
+
id: number | string;
|
45659
|
+
errorMessages: string[];
|
45660
|
+
}[]>;
|
45661
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45662
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45663
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45664
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45665
|
+
readonly externalValue: boolean | null;
|
45666
|
+
};
|
45667
|
+
items: vue.Ref<{
|
45668
|
+
id: number | string;
|
45669
|
+
validate: () => Promise<string[]>;
|
45670
|
+
reset: () => Promise<void>;
|
45671
|
+
resetValidation: () => Promise<void>;
|
45672
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45673
|
+
isValid: boolean | null;
|
45674
|
+
errorMessages: string[];
|
45675
|
+
}[], FormField[] | {
|
45676
|
+
id: number | string;
|
45677
|
+
validate: () => Promise<string[]>;
|
45678
|
+
reset: () => Promise<void>;
|
45679
|
+
resetValidation: () => Promise<void>;
|
45680
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45681
|
+
isValid: boolean | null;
|
45682
|
+
errorMessages: string[];
|
45683
|
+
}[]>;
|
45684
|
+
validate: () => Promise<{
|
45685
|
+
valid: boolean;
|
45686
|
+
errors: {
|
45687
|
+
id: number | string;
|
45688
|
+
errorMessages: string[];
|
45689
|
+
}[];
|
45690
|
+
}>;
|
45691
|
+
reset: () => void;
|
45692
|
+
resetValidation: () => void;
|
45693
|
+
}) => vue.VNodeChild) | undefined;
|
45694
|
+
} | ((arg: {
|
45695
|
+
errors: vue.Ref<{
|
45696
|
+
id: number | string;
|
45697
|
+
errorMessages: string[];
|
45698
|
+
}[], FieldValidationResult[] | {
|
45699
|
+
id: number | string;
|
45700
|
+
errorMessages: string[];
|
45701
|
+
}[]>;
|
45702
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45703
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45704
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45705
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45706
|
+
readonly externalValue: boolean | null;
|
45707
|
+
};
|
45708
|
+
items: vue.Ref<{
|
45709
|
+
id: number | string;
|
45710
|
+
validate: () => Promise<string[]>;
|
45711
|
+
reset: () => Promise<void>;
|
45712
|
+
resetValidation: () => Promise<void>;
|
45713
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45714
|
+
isValid: boolean | null;
|
45715
|
+
errorMessages: string[];
|
45716
|
+
}[], FormField[] | {
|
45717
|
+
id: number | string;
|
45718
|
+
validate: () => Promise<string[]>;
|
45719
|
+
reset: () => Promise<void>;
|
45720
|
+
resetValidation: () => Promise<void>;
|
45721
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45722
|
+
isValid: boolean | null;
|
45723
|
+
errorMessages: string[];
|
45724
|
+
}[]>;
|
45725
|
+
validate: () => Promise<{
|
45726
|
+
valid: boolean;
|
45727
|
+
errors: {
|
45728
|
+
id: number | string;
|
45729
|
+
errorMessages: string[];
|
45730
|
+
}[];
|
45731
|
+
}>;
|
45732
|
+
reset: () => void;
|
45733
|
+
resetValidation: () => void;
|
45734
|
+
}) => vue.VNodeChild);
|
45735
|
+
'v-slots'?: {
|
45736
|
+
default?: false | ((arg: {
|
45737
|
+
errors: vue.Ref<{
|
45738
|
+
id: number | string;
|
45739
|
+
errorMessages: string[];
|
45740
|
+
}[], FieldValidationResult[] | {
|
45741
|
+
id: number | string;
|
45742
|
+
errorMessages: string[];
|
45743
|
+
}[]>;
|
45744
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45745
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45746
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45747
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45748
|
+
readonly externalValue: boolean | null;
|
45749
|
+
};
|
45750
|
+
items: vue.Ref<{
|
45751
|
+
id: number | string;
|
45752
|
+
validate: () => Promise<string[]>;
|
45753
|
+
reset: () => Promise<void>;
|
45754
|
+
resetValidation: () => Promise<void>;
|
45755
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45756
|
+
isValid: boolean | null;
|
45757
|
+
errorMessages: string[];
|
45758
|
+
}[], FormField[] | {
|
45759
|
+
id: number | string;
|
45760
|
+
validate: () => Promise<string[]>;
|
45761
|
+
reset: () => Promise<void>;
|
45762
|
+
resetValidation: () => Promise<void>;
|
45763
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45764
|
+
isValid: boolean | null;
|
45765
|
+
errorMessages: string[];
|
45766
|
+
}[]>;
|
45767
|
+
validate: () => Promise<{
|
45768
|
+
valid: boolean;
|
45769
|
+
errors: {
|
45770
|
+
id: number | string;
|
45771
|
+
errorMessages: string[];
|
45772
|
+
}[];
|
45773
|
+
}>;
|
45774
|
+
reset: () => void;
|
45775
|
+
resetValidation: () => void;
|
45776
|
+
}) => vue.VNodeChild) | undefined;
|
45777
|
+
} | undefined;
|
45778
|
+
} & {
|
45779
|
+
"v-slot:default"?: false | ((arg: {
|
45780
|
+
errors: vue.Ref<{
|
45781
|
+
id: number | string;
|
45782
|
+
errorMessages: string[];
|
45783
|
+
}[], FieldValidationResult[] | {
|
45784
|
+
id: number | string;
|
45785
|
+
errorMessages: string[];
|
45786
|
+
}[]>;
|
45787
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45788
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45789
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45790
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45791
|
+
readonly externalValue: boolean | null;
|
45792
|
+
};
|
45793
|
+
items: vue.Ref<{
|
45794
|
+
id: number | string;
|
45795
|
+
validate: () => Promise<string[]>;
|
45796
|
+
reset: () => Promise<void>;
|
45797
|
+
resetValidation: () => Promise<void>;
|
45798
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45799
|
+
isValid: boolean | null;
|
45800
|
+
errorMessages: string[];
|
45801
|
+
}[], FormField[] | {
|
45802
|
+
id: number | string;
|
45803
|
+
validate: () => Promise<string[]>;
|
45804
|
+
reset: () => Promise<void>;
|
45805
|
+
resetValidation: () => Promise<void>;
|
45806
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45807
|
+
isValid: boolean | null;
|
45808
|
+
errorMessages: string[];
|
45809
|
+
}[]>;
|
45810
|
+
validate: () => Promise<{
|
45811
|
+
valid: boolean;
|
45812
|
+
errors: {
|
45813
|
+
id: number | string;
|
45814
|
+
errorMessages: string[];
|
45815
|
+
}[];
|
45816
|
+
}>;
|
45817
|
+
reset: () => void;
|
45818
|
+
resetValidation: () => void;
|
45819
|
+
}) => vue.VNodeChild) | undefined;
|
45820
|
+
} & {
|
45821
|
+
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
45822
|
+
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
45823
|
+
}, {
|
45824
|
+
errors: vue.Ref<{
|
45825
|
+
id: number | string;
|
45826
|
+
errorMessages: string[];
|
45827
|
+
}[], FieldValidationResult[] | {
|
45828
|
+
id: number | string;
|
45829
|
+
errorMessages: string[];
|
45830
|
+
}[]>;
|
45831
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45832
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45833
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45834
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45835
|
+
readonly externalValue: boolean | null;
|
45836
|
+
};
|
45837
|
+
items: vue.Ref<{
|
45838
|
+
id: number | string;
|
45839
|
+
validate: () => Promise<string[]>;
|
45840
|
+
reset: () => Promise<void>;
|
45841
|
+
resetValidation: () => Promise<void>;
|
45842
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45843
|
+
isValid: boolean | null;
|
45844
|
+
errorMessages: string[];
|
45845
|
+
}[], FormField[] | {
|
45846
|
+
id: number | string;
|
45847
|
+
validate: () => Promise<string[]>;
|
45848
|
+
reset: () => Promise<void>;
|
45849
|
+
resetValidation: () => Promise<void>;
|
45850
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45851
|
+
isValid: boolean | null;
|
45852
|
+
errorMessages: string[];
|
45853
|
+
}[]>;
|
45854
|
+
validate: () => Promise<{
|
45855
|
+
valid: boolean;
|
45856
|
+
errors: {
|
45857
|
+
id: number | string;
|
45858
|
+
errorMessages: string[];
|
45859
|
+
}[];
|
45860
|
+
}>;
|
45861
|
+
reset: () => void;
|
45862
|
+
resetValidation: () => void;
|
45863
|
+
} & HTMLFormElement & {
|
45864
|
+
_allExposed: {
|
45865
|
+
errors: vue.Ref<{
|
45866
|
+
id: number | string;
|
45867
|
+
errorMessages: string[];
|
45868
|
+
}[], FieldValidationResult[] | {
|
45869
|
+
id: number | string;
|
45870
|
+
errorMessages: string[];
|
45871
|
+
}[]>;
|
45872
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45873
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45874
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45875
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45876
|
+
readonly externalValue: boolean | null;
|
45877
|
+
};
|
45878
|
+
items: vue.Ref<{
|
45879
|
+
id: number | string;
|
45880
|
+
validate: () => Promise<string[]>;
|
45881
|
+
reset: () => Promise<void>;
|
45882
|
+
resetValidation: () => Promise<void>;
|
45883
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45884
|
+
isValid: boolean | null;
|
45885
|
+
errorMessages: string[];
|
45886
|
+
}[], FormField[] | {
|
45887
|
+
id: number | string;
|
45888
|
+
validate: () => Promise<string[]>;
|
45889
|
+
reset: () => Promise<void>;
|
45890
|
+
resetValidation: () => Promise<void>;
|
45891
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45892
|
+
isValid: boolean | null;
|
45893
|
+
errorMessages: string[];
|
45894
|
+
}[]>;
|
45895
|
+
validate: () => Promise<{
|
45896
|
+
valid: boolean;
|
45897
|
+
errors: {
|
45898
|
+
id: number | string;
|
45899
|
+
errorMessages: string[];
|
45900
|
+
}[];
|
45901
|
+
}>;
|
45902
|
+
reset: () => void;
|
45903
|
+
resetValidation: () => void;
|
45904
|
+
};
|
45905
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
45906
|
+
'update:modelValue': (val: boolean | null) => true;
|
45907
|
+
submit: (e: SubmitEventPromise) => true;
|
45908
|
+
}, string, {
|
45386
45909
|
style: vue.StyleValue;
|
45387
45910
|
disabled: boolean;
|
45388
45911
|
readonly: boolean;
|
45389
45912
|
modelValue: boolean | null;
|
45390
45913
|
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;
|
45391
45914
|
fastFail: boolean;
|
45392
|
-
}
|
45393
|
-
|
45394
|
-
} & {
|
45395
|
-
$children?: vue.VNodeChild | {
|
45396
|
-
default?: ((arg: {
|
45397
|
-
errors: FieldValidationResult[];
|
45398
|
-
isDisabled: boolean;
|
45399
|
-
isReadonly: boolean;
|
45400
|
-
isValidating: boolean;
|
45401
|
-
isValid: boolean | null;
|
45402
|
-
items: FormField[];
|
45403
|
-
validate: () => Promise<FormValidationResult>;
|
45404
|
-
reset: () => void;
|
45405
|
-
resetValidation: () => void;
|
45406
|
-
}) => vue.VNodeChild) | undefined;
|
45407
|
-
} | ((arg: {
|
45408
|
-
errors: FieldValidationResult[];
|
45409
|
-
isDisabled: boolean;
|
45410
|
-
isReadonly: boolean;
|
45411
|
-
isValidating: boolean;
|
45412
|
-
isValid: boolean | null;
|
45413
|
-
items: FormField[];
|
45414
|
-
validate: () => Promise<FormValidationResult>;
|
45415
|
-
reset: () => void;
|
45416
|
-
resetValidation: () => void;
|
45417
|
-
}) => vue.VNodeChild);
|
45418
|
-
'v-slots'?: {
|
45419
|
-
default?: false | ((arg: {
|
45420
|
-
errors: FieldValidationResult[];
|
45421
|
-
isDisabled: boolean;
|
45422
|
-
isReadonly: boolean;
|
45423
|
-
isValidating: boolean;
|
45424
|
-
isValid: boolean | null;
|
45425
|
-
items: FormField[];
|
45426
|
-
validate: () => Promise<FormValidationResult>;
|
45427
|
-
reset: () => void;
|
45428
|
-
resetValidation: () => void;
|
45429
|
-
}) => vue.VNodeChild) | undefined;
|
45430
|
-
} | undefined;
|
45431
|
-
} & {
|
45432
|
-
"v-slot:default"?: false | ((arg: {
|
45433
|
-
errors: FieldValidationResult[];
|
45434
|
-
isDisabled: boolean;
|
45435
|
-
isReadonly: boolean;
|
45436
|
-
isValidating: boolean;
|
45437
|
-
isValid: boolean | null;
|
45438
|
-
items: FormField[];
|
45439
|
-
validate: () => Promise<FormValidationResult>;
|
45440
|
-
reset: () => void;
|
45441
|
-
resetValidation: () => void;
|
45442
|
-
}) => vue.VNodeChild) | undefined;
|
45443
|
-
} & {
|
45444
|
-
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
45445
|
-
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
45446
|
-
}, {
|
45447
|
-
errors: vue.Ref<{
|
45448
|
-
id: number | string;
|
45449
|
-
errorMessages: string[];
|
45450
|
-
}[], FieldValidationResult[] | {
|
45451
|
-
id: number | string;
|
45452
|
-
errorMessages: string[];
|
45453
|
-
}[]>;
|
45454
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45455
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45456
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45457
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45458
|
-
readonly externalValue: boolean | null;
|
45459
|
-
};
|
45460
|
-
items: vue.Ref<{
|
45461
|
-
id: number | string;
|
45462
|
-
validate: () => Promise<string[]>;
|
45463
|
-
reset: () => Promise<void>;
|
45464
|
-
resetValidation: () => Promise<void>;
|
45465
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45466
|
-
isValid: boolean | null;
|
45467
|
-
errorMessages: string[];
|
45468
|
-
}[], FormField[] | {
|
45469
|
-
id: number | string;
|
45470
|
-
validate: () => Promise<string[]>;
|
45471
|
-
reset: () => Promise<void>;
|
45472
|
-
resetValidation: () => Promise<void>;
|
45473
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45474
|
-
isValid: boolean | null;
|
45475
|
-
errorMessages: string[];
|
45476
|
-
}[]>;
|
45477
|
-
validate: () => Promise<{
|
45478
|
-
valid: boolean;
|
45479
|
-
errors: {
|
45480
|
-
id: number | string;
|
45481
|
-
errorMessages: string[];
|
45482
|
-
}[];
|
45483
|
-
}>;
|
45484
|
-
reset: () => void;
|
45485
|
-
resetValidation: () => void;
|
45486
|
-
} & HTMLFormElement & {
|
45487
|
-
_allExposed: {
|
45915
|
+
}, {}, string, vue.SlotsType<Partial<{
|
45916
|
+
default: (arg: {
|
45488
45917
|
errors: vue.Ref<{
|
45489
45918
|
id: number | string;
|
45490
45919
|
errorMessages: string[];
|
@@ -45524,28 +45953,6 @@ declare const VForm: {
|
|
45524
45953
|
}>;
|
45525
45954
|
reset: () => void;
|
45526
45955
|
resetValidation: () => void;
|
45527
|
-
};
|
45528
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
45529
|
-
'update:modelValue': (val: boolean | null) => true;
|
45530
|
-
submit: (e: SubmitEventPromise) => true;
|
45531
|
-
}, string, {
|
45532
|
-
style: vue.StyleValue;
|
45533
|
-
disabled: boolean;
|
45534
|
-
readonly: boolean;
|
45535
|
-
modelValue: boolean | null;
|
45536
|
-
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;
|
45537
|
-
fastFail: boolean;
|
45538
|
-
}, {}, string, vue.SlotsType<Partial<{
|
45539
|
-
default: (arg: {
|
45540
|
-
errors: FieldValidationResult[];
|
45541
|
-
isDisabled: boolean;
|
45542
|
-
isReadonly: boolean;
|
45543
|
-
isValidating: boolean;
|
45544
|
-
isValid: boolean | null;
|
45545
|
-
items: FormField[];
|
45546
|
-
validate: () => Promise<FormValidationResult>;
|
45547
|
-
reset: () => void;
|
45548
|
-
resetValidation: () => void;
|
45549
45956
|
}) => vue.VNode[];
|
45550
45957
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
45551
45958
|
disabled: BooleanConstructor;
|
@@ -61680,20 +62087,17 @@ declare const VSelect: {
|
|
61680
62087
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
61681
62088
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
61682
62089
|
item: (arg: {
|
61683
|
-
item: unknown
|
61684
|
-
internalItem: ListItem<unknown>;
|
62090
|
+
item: ListItem<unknown>;
|
61685
62091
|
index: number;
|
61686
62092
|
props: Record<string, unknown>;
|
61687
62093
|
}) => vue.VNode[];
|
61688
62094
|
chip: (arg: {
|
61689
|
-
item: unknown
|
61690
|
-
internalItem: ListItem<unknown>;
|
62095
|
+
item: ListItem<unknown>;
|
61691
62096
|
index: number;
|
61692
62097
|
props: Record<string, unknown>;
|
61693
62098
|
}) => vue.VNode[];
|
61694
62099
|
selection: (arg: {
|
61695
|
-
item: unknown
|
61696
|
-
internalItem: ListItem<unknown>;
|
62100
|
+
item: ListItem<unknown>;
|
61697
62101
|
index: number;
|
61698
62102
|
}) => vue.VNode[];
|
61699
62103
|
'prepend-item': () => vue.VNode[];
|
@@ -66424,20 +66828,17 @@ declare const VSelect: {
|
|
66424
66828
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
66425
66829
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
66426
66830
|
item: (arg: {
|
66427
|
-
item: unknown
|
66428
|
-
internalItem: ListItem<unknown>;
|
66831
|
+
item: ListItem<unknown>;
|
66429
66832
|
index: number;
|
66430
66833
|
props: Record<string, unknown>;
|
66431
66834
|
}) => vue.VNode[];
|
66432
66835
|
chip: (arg: {
|
66433
|
-
item: unknown
|
66434
|
-
internalItem: ListItem<unknown>;
|
66836
|
+
item: ListItem<unknown>;
|
66435
66837
|
index: number;
|
66436
66838
|
props: Record<string, unknown>;
|
66437
66839
|
}) => vue.VNode[];
|
66438
66840
|
selection: (arg: {
|
66439
|
-
item: unknown
|
66440
|
-
internalItem: ListItem<unknown>;
|
66841
|
+
item: ListItem<unknown>;
|
66441
66842
|
index: number;
|
66442
66843
|
}) => vue.VNode[];
|
66443
66844
|
'prepend-item': () => vue.VNode[];
|
@@ -66454,20 +66855,17 @@ declare const VSelect: {
|
|
66454
66855
|
"onUpdate:modelValue"?: (value: V) => void;
|
66455
66856
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
66456
66857
|
item: {
|
66457
|
-
item: Item
|
66458
|
-
internalItem: ListItem<Item>;
|
66858
|
+
item: ListItem<Item>;
|
66459
66859
|
index: number;
|
66460
66860
|
props: Record<string, unknown>;
|
66461
66861
|
};
|
66462
66862
|
chip: {
|
66463
|
-
item: Item
|
66464
|
-
internalItem: ListItem<Item>;
|
66863
|
+
item: ListItem<Item>;
|
66465
66864
|
index: number;
|
66466
66865
|
props: Record<string, unknown>;
|
66467
66866
|
};
|
66468
66867
|
selection: {
|
66469
|
-
item: Item
|
66470
|
-
internalItem: ListItem<Item>;
|
66868
|
+
item: ListItem<Item>;
|
66471
66869
|
index: number;
|
66472
66870
|
};
|
66473
66871
|
"prepend-item": never;
|
@@ -82439,7 +82837,16 @@ declare const index_d_Scroll: typeof Scroll;
|
|
82439
82837
|
declare const index_d_Tooltip: typeof Tooltip;
|
82440
82838
|
declare const index_d_Touch: typeof Touch;
|
82441
82839
|
declare namespace index_d {
|
82442
|
-
export {
|
82840
|
+
export {
|
82841
|
+
index_d_ClickOutside as ClickOutside,
|
82842
|
+
index_d_Intersect as Intersect,
|
82843
|
+
index_d_Mutate as Mutate,
|
82844
|
+
index_d_Resize as Resize,
|
82845
|
+
index_d_Ripple as Ripple,
|
82846
|
+
index_d_Scroll as Scroll,
|
82847
|
+
index_d_Tooltip as Tooltip,
|
82848
|
+
index_d_Touch as Touch,
|
82849
|
+
};
|
82443
82850
|
}
|
82444
82851
|
|
82445
82852
|
declare const createVuetify: {
|
@@ -82500,6 +82907,7 @@ declare const createVuetify: {
|
|
82500
82907
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
82501
82908
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
82502
82909
|
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
82910
|
+
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
82503
82911
|
getMonth: (date: unknown) => number;
|
82504
82912
|
setMonth: (date: unknown, month: number) => unknown;
|
82505
82913
|
getDate: (date: unknown) => number;
|
@@ -82555,13 +82963,16 @@ declare module 'vue' {
|
|
82555
82963
|
$children?: VNodeChild
|
82556
82964
|
}
|
82557
82965
|
export interface GlobalComponents {
|
82558
|
-
VAutocomplete: VAutocomplete
|
82559
82966
|
VApp: VApp
|
82967
|
+
VAutocomplete: VAutocomplete
|
82560
82968
|
VAppBar: VAppBar
|
82561
82969
|
VAppBarNavIcon: VAppBarNavIcon
|
82562
82970
|
VAppBarTitle: VAppBarTitle
|
82971
|
+
VAlert: VAlert
|
82972
|
+
VAlertTitle: VAlertTitle
|
82563
82973
|
VAvatar: VAvatar
|
82564
82974
|
VBadge: VBadge
|
82975
|
+
VBottomNavigation: VBottomNavigation
|
82565
82976
|
VBottomSheet: VBottomSheet
|
82566
82977
|
VBanner: VBanner
|
82567
82978
|
VBannerActions: VBannerActions
|
@@ -82569,11 +82980,6 @@ declare module 'vue' {
|
|
82569
82980
|
VBreadcrumbs: VBreadcrumbs
|
82570
82981
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82571
82982
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82572
|
-
VBottomNavigation: VBottomNavigation
|
82573
|
-
VAlert: VAlert
|
82574
|
-
VAlertTitle: VAlertTitle
|
82575
|
-
VBtnGroup: VBtnGroup
|
82576
|
-
VBtn: VBtn
|
82577
82983
|
VCard: VCard
|
82578
82984
|
VCardActions: VCardActions
|
82579
82985
|
VCardItem: VCardItem
|
@@ -82581,16 +82987,15 @@ declare module 'vue' {
|
|
82581
82987
|
VCardText: VCardText
|
82582
82988
|
VCardTitle: VCardTitle
|
82583
82989
|
VBtnToggle: VBtnToggle
|
82584
|
-
VCombobox: VCombobox
|
82585
|
-
VCheckbox: VCheckbox
|
82586
|
-
VCheckboxBtn: VCheckboxBtn
|
82587
82990
|
VCarousel: VCarousel
|
82588
82991
|
VCarouselItem: VCarouselItem
|
82589
|
-
|
82590
|
-
|
82591
|
-
|
82592
|
-
VCode: VCode
|
82992
|
+
VCheckbox: VCheckbox
|
82993
|
+
VCheckboxBtn: VCheckboxBtn
|
82994
|
+
VBtn: VBtn
|
82593
82995
|
VChip: VChip
|
82996
|
+
VCode: VCode
|
82997
|
+
VColorPicker: VColorPicker
|
82998
|
+
VCounter: VCounter
|
82594
82999
|
VDataTable: VDataTable
|
82595
83000
|
VDataTableHeaders: VDataTableHeaders
|
82596
83001
|
VDataTableFooter: VDataTableFooter
|
@@ -82604,30 +83009,30 @@ declare module 'vue' {
|
|
82604
83009
|
VDatePickerMonth: VDatePickerMonth
|
82605
83010
|
VDatePickerMonths: VDatePickerMonths
|
82606
83011
|
VDatePickerYears: VDatePickerYears
|
82607
|
-
|
82608
|
-
|
82609
|
-
VDialog: VDialog
|
83012
|
+
VChipGroup: VChipGroup
|
83013
|
+
VDivider: VDivider
|
82610
83014
|
VExpansionPanels: VExpansionPanels
|
82611
83015
|
VExpansionPanel: VExpansionPanel
|
82612
83016
|
VExpansionPanelText: VExpansionPanelText
|
82613
83017
|
VExpansionPanelTitle: VExpansionPanelTitle
|
83018
|
+
VEmptyState: VEmptyState
|
83019
|
+
VField: VField
|
83020
|
+
VFieldLabel: VFieldLabel
|
83021
|
+
VFileInput: VFileInput
|
82614
83022
|
VFab: VFab
|
82615
83023
|
VImg: VImg
|
82616
|
-
|
82617
|
-
|
83024
|
+
VBtnGroup: VBtnGroup
|
83025
|
+
VCombobox: VCombobox
|
82618
83026
|
VIcon: VIcon
|
82619
83027
|
VComponentIcon: VComponentIcon
|
82620
83028
|
VSvgIcon: VSvgIcon
|
82621
83029
|
VLigatureIcon: VLigatureIcon
|
82622
83030
|
VClassIcon: VClassIcon
|
83031
|
+
VFooter: VFooter
|
83032
|
+
VInfiniteScroll: VInfiniteScroll
|
82623
83033
|
VInput: VInput
|
82624
83034
|
VKbd: VKbd
|
82625
|
-
VItemGroup: VItemGroup
|
82626
|
-
VItem: VItem
|
82627
83035
|
VLabel: VLabel
|
82628
|
-
VInfiniteScroll: VInfiniteScroll
|
82629
|
-
VMenu: VMenu
|
82630
|
-
VMain: VMain
|
82631
83036
|
VList: VList
|
82632
83037
|
VListGroup: VListGroup
|
82633
83038
|
VListImg: VListImg
|
@@ -82637,72 +83042,77 @@ declare module 'vue' {
|
|
82637
83042
|
VListItemSubtitle: VListItemSubtitle
|
82638
83043
|
VListItemTitle: VListItemTitle
|
82639
83044
|
VListSubheader: VListSubheader
|
82640
|
-
|
82641
|
-
VFieldLabel: VFieldLabel
|
82642
|
-
VNavigationDrawer: VNavigationDrawer
|
83045
|
+
VMain: VMain
|
82643
83046
|
VMessages: VMessages
|
83047
|
+
VItemGroup: VItemGroup
|
83048
|
+
VItem: VItem
|
83049
|
+
VDialog: VDialog
|
82644
83050
|
VNumberInput: VNumberInput
|
82645
|
-
|
83051
|
+
VNavigationDrawer: VNavigationDrawer
|
83052
|
+
VMenu: VMenu
|
82646
83053
|
VOverlay: VOverlay
|
83054
|
+
VOtpInput: VOtpInput
|
83055
|
+
VProgressLinear: VProgressLinear
|
82647
83056
|
VPagination: VPagination
|
82648
83057
|
VRadioGroup: VRadioGroup
|
83058
|
+
VRating: VRating
|
82649
83059
|
VProgressCircular: VProgressCircular
|
82650
|
-
|
83060
|
+
VSelectionControlGroup: VSelectionControlGroup
|
82651
83061
|
VSelect: VSelect
|
82652
|
-
VRating: VRating
|
82653
|
-
VSelectionControl: VSelectionControl
|
82654
83062
|
VSheet: VSheet
|
82655
|
-
VSelectionControlGroup: VSelectionControlGroup
|
82656
|
-
VSlider: VSlider
|
82657
|
-
VSkeletonLoader: VSkeletonLoader
|
82658
83063
|
VSnackbar: VSnackbar
|
83064
|
+
VSkeletonLoader: VSkeletonLoader
|
83065
|
+
VSelectionControl: VSelectionControl
|
83066
|
+
VSlideGroup: VSlideGroup
|
83067
|
+
VSlideGroupItem: VSlideGroupItem
|
82659
83068
|
VSwitch: VSwitch
|
83069
|
+
VSlider: VSlider
|
82660
83070
|
VStepper: VStepper
|
82661
83071
|
VStepperActions: VStepperActions
|
82662
83072
|
VStepperHeader: VStepperHeader
|
82663
83073
|
VStepperItem: VStepperItem
|
82664
83074
|
VStepperWindow: VStepperWindow
|
82665
83075
|
VStepperWindowItem: VStepperWindowItem
|
82666
|
-
VSlideGroup: VSlideGroup
|
82667
|
-
VSlideGroupItem: VSlideGroupItem
|
82668
|
-
VSystemBar: VSystemBar
|
82669
83076
|
VTab: VTab
|
82670
83077
|
VTabs: VTabs
|
82671
83078
|
VTabsWindow: VTabsWindow
|
82672
83079
|
VTabsWindowItem: VTabsWindowItem
|
82673
|
-
VTextarea: VTextarea
|
82674
83080
|
VTable: VTable
|
82675
83081
|
VTextField: VTextField
|
83082
|
+
VSystemBar: VSystemBar
|
83083
|
+
VTooltip: VTooltip
|
83084
|
+
VTextarea: VTextarea
|
83085
|
+
VTimeline: VTimeline
|
83086
|
+
VTimelineItem: VTimelineItem
|
82676
83087
|
VToolbar: VToolbar
|
82677
83088
|
VToolbarTitle: VToolbarTitle
|
82678
83089
|
VToolbarItems: VToolbarItems
|
82679
83090
|
VWindow: VWindow
|
82680
83091
|
VWindowItem: VWindowItem
|
82681
|
-
|
82682
|
-
VTimelineItem: VTimelineItem
|
82683
|
-
VTooltip: VTooltip
|
82684
|
-
VConfirmEdit: VConfirmEdit
|
83092
|
+
VDataIterator: VDataIterator
|
82685
83093
|
VDefaultsProvider: VDefaultsProvider
|
82686
83094
|
VForm: VForm
|
82687
|
-
VDataIterator: VDataIterator
|
82688
83095
|
VContainer: VContainer
|
82689
83096
|
VCol: VCol
|
82690
83097
|
VRow: VRow
|
82691
83098
|
VSpacer: VSpacer
|
82692
83099
|
VHover: VHover
|
82693
|
-
VLazy: VLazy
|
82694
83100
|
VLayout: VLayout
|
82695
83101
|
VLayoutItem: VLayoutItem
|
82696
83102
|
VLocaleProvider: VLocaleProvider
|
83103
|
+
VLazy: VLazy
|
82697
83104
|
VNoSsr: VNoSsr
|
82698
83105
|
VParallax: VParallax
|
82699
83106
|
VRadio: VRadio
|
82700
|
-
VResponsive: VResponsive
|
82701
83107
|
VRangeSlider: VRangeSlider
|
82702
|
-
VSparkline: VSparkline
|
82703
|
-
VSnackbarQueue: VSnackbarQueue
|
82704
83108
|
VSpeedDial: VSpeedDial
|
83109
|
+
VSnackbarQueue: VSnackbarQueue
|
83110
|
+
VResponsive: VResponsive
|
83111
|
+
VSparkline: VSparkline
|
83112
|
+
VValidation: VValidation
|
83113
|
+
VVirtualScroll: VVirtualScroll
|
82705
83114
|
VThemeProvider: VThemeProvider
|
83115
|
+
VConfirmEdit: VConfirmEdit
|
82706
83116
|
VFabTransition: VFabTransition
|
82707
83117
|
VDialogBottomTransition: VDialogBottomTransition
|
82708
83118
|
VDialogTopTransition: VDialogTopTransition
|
@@ -82719,8 +83129,6 @@ declare module 'vue' {
|
|
82719
83129
|
VExpandTransition: VExpandTransition
|
82720
83130
|
VExpandXTransition: VExpandXTransition
|
82721
83131
|
VDialogTransition: VDialogTransition
|
82722
|
-
VValidation: VValidation
|
82723
|
-
VVirtualScroll: VVirtualScroll
|
82724
83132
|
VCalendar: VCalendar
|
82725
83133
|
VCalendarDay: VCalendarDay
|
82726
83134
|
VCalendarHeader: VCalendarHeader
|
@@ -82729,18 +83137,18 @@ declare module 'vue' {
|
|
82729
83137
|
VCalendarMonthDay: VCalendarMonthDay
|
82730
83138
|
VFileUpload: VFileUpload
|
82731
83139
|
VFileUploadItem: VFileUploadItem
|
83140
|
+
VPicker: VPicker
|
83141
|
+
VPickerTitle: VPickerTitle
|
82732
83142
|
VStepperVertical: VStepperVertical
|
82733
83143
|
VStepperVerticalItem: VStepperVerticalItem
|
82734
83144
|
VStepperVerticalActions: VStepperVerticalActions
|
82735
|
-
VPicker: VPicker
|
82736
|
-
VPickerTitle: VPickerTitle
|
82737
|
-
VTreeview: VTreeview
|
82738
|
-
VTreeviewItem: VTreeviewItem
|
82739
|
-
VTreeviewGroup: VTreeviewGroup
|
82740
83145
|
VIconBtn: VIconBtn
|
82741
83146
|
VTimePicker: VTimePicker
|
82742
83147
|
VTimePickerClock: VTimePickerClock
|
82743
83148
|
VTimePickerControls: VTimePickerControls
|
83149
|
+
VTreeview: VTreeview
|
83150
|
+
VTreeviewItem: VTreeviewItem
|
83151
|
+
VTreeviewGroup: VTreeviewGroup
|
82744
83152
|
VDateInput: VDateInput
|
82745
83153
|
VPullToRefresh: VPullToRefresh
|
82746
83154
|
}
|