@vuetify/nightly 3.8.1-master.2025-04-16 → 3.8.1-next.2025-04-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -32
- package/dist/json/attributes.json +2908 -2908
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +5479 -5439
- package/dist/vuetify-labs.cjs +346 -197
- package/dist/vuetify-labs.css +26018 -27768
- package/dist/vuetify-labs.d.ts +243 -646
- package/dist/vuetify-labs.esm.js +347 -198
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +346 -197
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.cjs +328 -173
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +22735 -24481
- package/dist/vuetify.d.ts +281 -684
- package/dist/vuetify.esm.js +329 -174
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +328 -173
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +1152 -1161
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +5 -18
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +207 -215
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VAppBar/VAppBar.css +14 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
- package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBtn/VBtn.css +372 -408
- package/lib/components/VBtn/VBtn.sass +10 -23
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
- package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCarousel/VCarousel.css +63 -65
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VCode/VCode.css +10 -11
- package/lib/components/VCode/VCode.sass +0 -3
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +85 -84
- package/lib/components/VCombobox/VCombobox.d.ts +18 -9
- package/lib/components/VCombobox/VCombobox.js +6 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VDataTable/VDataTable.css +189 -186
- package/lib/components/VDataTable/VDataTable.sass +21 -11
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerControls.css +55 -57
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VFab/VFab.css +78 -73
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VField/VField.css +541 -589
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/VFileInput.css +30 -28
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VForm/VForm.d.ts +111 -531
- package/lib/components/VForm/VForm.js +11 -1
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VIcon/VIcon.css +52 -53
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInput/VInput.css +136 -147
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VKbd/VKbd.css +13 -11
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +440 -452
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
- package/lib/components/VNumberInput/VNumberInput.css +48 -46
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOverlay/VOverlay.css +61 -64
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VSelect/VSelect.css +53 -51
- package/lib/components/VSelect/VSelect.d.ts +18 -9
- package/lib/components/VSelect/VSelect.js +6 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VTable/VTable.css +140 -141
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTabs.css +59 -65
- package/lib/components/VTextField/VTextField.css +77 -85
- package/lib/components/VTextarea/VTextarea.css +48 -40
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VTimeline/VTimeline.css +388 -427
- package/lib/components/VToolbar/VToolbar.css +137 -144
- package/lib/components/VTooltip/VTooltip.css +27 -23
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VWindow/VWindow.css +73 -70
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +7 -5
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +0 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +0 -1
- package/lib/composables/date/adapters/vuetify.js +160 -101
- 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 +20 -0
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +1 -2
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +98 -30
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +0 -5
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.d.ts +0 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +70 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarDay.css +33 -32
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarInterval.js +19 -25
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/VFileUpload/VFileUpload.css +74 -77
- package/lib/labs/VIconBtn/VIconBtn.css +162 -164
- package/lib/labs/VPicker/VPicker.css +58 -63
- package/lib/labs/VTimePicker/VTimePicker.css +9 -7
- package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
- package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
- package/lib/labs/VTreeview/VTreeviewItem.css +30 -28
- package/lib/labs/VTreeview/VTreeviewItem.sass +3 -2
- package/lib/labs/entry-bundler.d.ts +0 -1
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_reset.scss +0 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14668 -16143
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +2 -3
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/package.json +45 -46
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
package/dist/vuetify.d.ts
CHANGED
@@ -39,7 +39,6 @@ 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;
|
43
42
|
getMonth(date: T): number;
|
44
43
|
setMonth(date: T, month: number): T;
|
45
44
|
getDate(date: T): number;
|
@@ -133,11 +132,12 @@ type DeepPartial<T> = T extends object ? {
|
|
133
132
|
} : T;
|
134
133
|
type ThemeOptions = false | {
|
135
134
|
cspNonce?: string;
|
136
|
-
defaultTheme?: string;
|
135
|
+
defaultTheme?: 'light' | 'dark' | 'system' | string;
|
137
136
|
variations?: false | VariationsOptions;
|
138
137
|
themes?: Record<string, ThemeDefinition>;
|
139
138
|
stylesheetId?: string;
|
140
139
|
scope?: string;
|
140
|
+
unimportant?: boolean;
|
141
141
|
};
|
142
142
|
type ThemeDefinition = DeepPartial<InternalThemeDefinition>;
|
143
143
|
interface VariationsOptions {
|
@@ -174,11 +174,15 @@ interface OnColors {
|
|
174
174
|
'on-info': string;
|
175
175
|
}
|
176
176
|
interface ThemeInstance {
|
177
|
+
change: (themeName: string) => void;
|
178
|
+
cycle: (themeArray?: string[]) => void;
|
179
|
+
toggle: (themeArray?: [string, string]) => void;
|
177
180
|
readonly isDisabled: boolean;
|
178
181
|
readonly themes: Ref<Record<string, InternalThemeDefinition>>;
|
179
182
|
readonly name: Readonly<Ref<string>>;
|
180
183
|
readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
|
181
184
|
readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
|
185
|
+
readonly prefix: string;
|
182
186
|
readonly themeClasses: Readonly<Ref<string | undefined>>;
|
183
187
|
readonly styles: Readonly<Ref<string>>;
|
184
188
|
readonly global: {
|
@@ -3349,11 +3353,7 @@ declare const index_d$2_md1: typeof md1;
|
|
3349
3353
|
declare const index_d$2_md2: typeof md2;
|
3350
3354
|
declare const index_d$2_md3: typeof md3;
|
3351
3355
|
declare namespace index_d$2 {
|
3352
|
-
export {
|
3353
|
-
index_d$2_md1 as md1,
|
3354
|
-
index_d$2_md2 as md2,
|
3355
|
-
index_d$2_md3 as md3,
|
3356
|
-
};
|
3356
|
+
export { index_d$2_md1 as md1, index_d$2_md2 as md2, index_d$2_md3 as md3 };
|
3357
3357
|
}
|
3358
3358
|
|
3359
3359
|
declare const VApp: {
|
@@ -12651,17 +12651,20 @@ declare const VAutocomplete: {
|
|
12651
12651
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
12652
12652
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
12653
12653
|
item: (arg: {
|
12654
|
-
item:
|
12654
|
+
item: unknown;
|
12655
|
+
internalItem: ListItem<unknown>;
|
12655
12656
|
index: number;
|
12656
12657
|
props: Record<string, unknown>;
|
12657
12658
|
}) => vue.VNode[];
|
12658
12659
|
chip: (arg: {
|
12659
|
-
item:
|
12660
|
+
item: unknown;
|
12661
|
+
internalItem: ListItem<unknown>;
|
12660
12662
|
index: number;
|
12661
12663
|
props: Record<string, unknown>;
|
12662
12664
|
}) => vue.VNode[];
|
12663
12665
|
selection: (arg: {
|
12664
|
-
item:
|
12666
|
+
item: unknown;
|
12667
|
+
internalItem: ListItem<unknown>;
|
12665
12668
|
index: number;
|
12666
12669
|
}) => vue.VNode[];
|
12667
12670
|
'prepend-item': () => vue.VNode[];
|
@@ -17431,17 +17434,20 @@ declare const VAutocomplete: {
|
|
17431
17434
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
17432
17435
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
17433
17436
|
item: (arg: {
|
17434
|
-
item:
|
17437
|
+
item: unknown;
|
17438
|
+
internalItem: ListItem<unknown>;
|
17435
17439
|
index: number;
|
17436
17440
|
props: Record<string, unknown>;
|
17437
17441
|
}) => vue.VNode[];
|
17438
17442
|
chip: (arg: {
|
17439
|
-
item:
|
17443
|
+
item: unknown;
|
17444
|
+
internalItem: ListItem<unknown>;
|
17440
17445
|
index: number;
|
17441
17446
|
props: Record<string, unknown>;
|
17442
17447
|
}) => vue.VNode[];
|
17443
17448
|
selection: (arg: {
|
17444
|
-
item:
|
17449
|
+
item: unknown;
|
17450
|
+
internalItem: ListItem<unknown>;
|
17445
17451
|
index: number;
|
17446
17452
|
}) => vue.VNode[];
|
17447
17453
|
'prepend-item': () => vue.VNode[];
|
@@ -17458,17 +17464,20 @@ declare const VAutocomplete: {
|
|
17458
17464
|
"onUpdate:modelValue"?: (value: V) => void;
|
17459
17465
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
17460
17466
|
item: {
|
17461
|
-
item:
|
17467
|
+
item: Item;
|
17468
|
+
internalItem: ListItem<Item>;
|
17462
17469
|
index: number;
|
17463
17470
|
props: Record<string, unknown>;
|
17464
17471
|
};
|
17465
17472
|
chip: {
|
17466
|
-
item:
|
17473
|
+
item: Item;
|
17474
|
+
internalItem: ListItem<Item>;
|
17467
17475
|
index: number;
|
17468
17476
|
props: Record<string, unknown>;
|
17469
17477
|
};
|
17470
17478
|
selection: {
|
17471
|
-
item:
|
17479
|
+
item: Item;
|
17480
|
+
internalItem: ListItem<Item>;
|
17472
17481
|
index: number;
|
17473
17482
|
};
|
17474
17483
|
"prepend-item": never;
|
@@ -28684,17 +28693,20 @@ declare const VCombobox: {
|
|
28684
28693
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
28685
28694
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
28686
28695
|
item: (arg: {
|
28687
|
-
item:
|
28696
|
+
item: unknown;
|
28697
|
+
internalItem: ListItem<unknown>;
|
28688
28698
|
index: number;
|
28689
28699
|
props: Record<string, unknown>;
|
28690
28700
|
}) => vue.VNode[];
|
28691
28701
|
chip: (arg: {
|
28692
|
-
item:
|
28702
|
+
item: unknown;
|
28703
|
+
internalItem: ListItem<unknown>;
|
28693
28704
|
index: number;
|
28694
28705
|
props: Record<string, unknown>;
|
28695
28706
|
}) => vue.VNode[];
|
28696
28707
|
selection: (arg: {
|
28697
|
-
item:
|
28708
|
+
item: unknown;
|
28709
|
+
internalItem: ListItem<unknown>;
|
28698
28710
|
index: number;
|
28699
28711
|
}) => vue.VNode[];
|
28700
28712
|
'prepend-item': () => vue.VNode[];
|
@@ -33460,17 +33472,20 @@ declare const VCombobox: {
|
|
33460
33472
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
33461
33473
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
33462
33474
|
item: (arg: {
|
33463
|
-
item:
|
33475
|
+
item: unknown;
|
33476
|
+
internalItem: ListItem<unknown>;
|
33464
33477
|
index: number;
|
33465
33478
|
props: Record<string, unknown>;
|
33466
33479
|
}) => vue.VNode[];
|
33467
33480
|
chip: (arg: {
|
33468
|
-
item:
|
33481
|
+
item: unknown;
|
33482
|
+
internalItem: ListItem<unknown>;
|
33469
33483
|
index: number;
|
33470
33484
|
props: Record<string, unknown>;
|
33471
33485
|
}) => vue.VNode[];
|
33472
33486
|
selection: (arg: {
|
33473
|
-
item:
|
33487
|
+
item: unknown;
|
33488
|
+
internalItem: ListItem<unknown>;
|
33474
33489
|
index: number;
|
33475
33490
|
}) => vue.VNode[];
|
33476
33491
|
'prepend-item': () => vue.VNode[];
|
@@ -33487,17 +33502,20 @@ declare const VCombobox: {
|
|
33487
33502
|
"onUpdate:modelValue"?: (value: V) => void;
|
33488
33503
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
33489
33504
|
item: {
|
33490
|
-
item:
|
33505
|
+
item: Item;
|
33506
|
+
internalItem: ListItem<Item>;
|
33491
33507
|
index: number;
|
33492
33508
|
props: Record<string, unknown>;
|
33493
33509
|
};
|
33494
33510
|
chip: {
|
33495
|
-
item:
|
33511
|
+
item: Item;
|
33512
|
+
internalItem: ListItem<Item>;
|
33496
33513
|
index: number;
|
33497
33514
|
props: Record<string, unknown>;
|
33498
33515
|
};
|
33499
33516
|
selection: {
|
33500
|
-
item:
|
33517
|
+
item: Item;
|
33518
|
+
internalItem: ListItem<Item>;
|
33501
33519
|
index: number;
|
33502
33520
|
};
|
33503
33521
|
"prepend-item": never;
|
@@ -37896,6 +37914,7 @@ declare const VDatePicker: {
|
|
37896
37914
|
showAdjacentMonths: boolean;
|
37897
37915
|
weekdays: CalendarWeekdays[];
|
37898
37916
|
weeksInMonth: "static" | "dynamic";
|
37917
|
+
firstDayOfWeek: string | number;
|
37899
37918
|
hideWeekdays: boolean;
|
37900
37919
|
showWeek: boolean;
|
37901
37920
|
} & {
|
@@ -37922,7 +37941,6 @@ declare const VDatePicker: {
|
|
37922
37941
|
bgColor?: string | undefined;
|
37923
37942
|
controlHeight?: string | number | undefined;
|
37924
37943
|
headerColor?: string | undefined;
|
37925
|
-
firstDayOfWeek?: string | number | undefined;
|
37926
37944
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
37927
37945
|
} & {
|
37928
37946
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -37991,6 +38009,7 @@ declare const VDatePicker: {
|
|
37991
38009
|
showAdjacentMonths: boolean;
|
37992
38010
|
weekdays: CalendarWeekdays[];
|
37993
38011
|
weeksInMonth: "static" | "dynamic";
|
38012
|
+
firstDayOfWeek: string | number;
|
37994
38013
|
hideWeekdays: boolean;
|
37995
38014
|
showWeek: boolean;
|
37996
38015
|
} & {
|
@@ -38017,7 +38036,6 @@ declare const VDatePicker: {
|
|
38017
38036
|
bgColor?: string | undefined;
|
38018
38037
|
controlHeight?: string | number | undefined;
|
38019
38038
|
headerColor?: string | undefined;
|
38020
|
-
firstDayOfWeek?: string | number | undefined;
|
38021
38039
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38022
38040
|
} & {
|
38023
38041
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38070,6 +38088,7 @@ declare const VDatePicker: {
|
|
38070
38088
|
showAdjacentMonths: boolean;
|
38071
38089
|
weekdays: CalendarWeekdays[];
|
38072
38090
|
weeksInMonth: "static" | "dynamic";
|
38091
|
+
firstDayOfWeek: string | number;
|
38073
38092
|
hideWeekdays: boolean;
|
38074
38093
|
showWeek: boolean;
|
38075
38094
|
} & {
|
@@ -38096,7 +38115,6 @@ declare const VDatePicker: {
|
|
38096
38115
|
bgColor?: string | undefined;
|
38097
38116
|
controlHeight?: string | number | undefined;
|
38098
38117
|
headerColor?: string | undefined;
|
38099
|
-
firstDayOfWeek?: string | number | undefined;
|
38100
38118
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38101
38119
|
} & {
|
38102
38120
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38207,7 +38225,7 @@ declare const VDatePicker: {
|
|
38207
38225
|
};
|
38208
38226
|
firstDayOfWeek: {
|
38209
38227
|
type: (StringConstructor | NumberConstructor)[];
|
38210
|
-
default:
|
38228
|
+
default: number;
|
38211
38229
|
};
|
38212
38230
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38213
38231
|
hideWeekdays: BooleanConstructor;
|
@@ -38312,7 +38330,7 @@ declare const VDatePicker: {
|
|
38312
38330
|
};
|
38313
38331
|
firstDayOfWeek: {
|
38314
38332
|
type: (StringConstructor | NumberConstructor)[];
|
38315
|
-
default:
|
38333
|
+
default: number;
|
38316
38334
|
};
|
38317
38335
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38318
38336
|
hideWeekdays: BooleanConstructor;
|
@@ -38658,6 +38676,7 @@ declare const VDatePickerMonth: {
|
|
38658
38676
|
showAdjacentMonths: boolean;
|
38659
38677
|
weekdays: CalendarWeekdays[];
|
38660
38678
|
weeksInMonth: "static" | "dynamic";
|
38679
|
+
firstDayOfWeek: string | number;
|
38661
38680
|
hideWeekdays: boolean;
|
38662
38681
|
showWeek: boolean;
|
38663
38682
|
} & {
|
@@ -38668,7 +38687,6 @@ declare const VDatePickerMonth: {
|
|
38668
38687
|
month?: string | number | undefined;
|
38669
38688
|
year?: string | number | undefined;
|
38670
38689
|
modelValue?: unknown[] | undefined;
|
38671
|
-
firstDayOfWeek?: string | number | undefined;
|
38672
38690
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38673
38691
|
} & {
|
38674
38692
|
$children?: {} | vue.VNodeChild | {
|
@@ -38737,6 +38755,7 @@ declare const VDatePickerMonth: {
|
|
38737
38755
|
showAdjacentMonths: boolean;
|
38738
38756
|
weekdays: CalendarWeekdays[];
|
38739
38757
|
weeksInMonth: "static" | "dynamic";
|
38758
|
+
firstDayOfWeek: string | number;
|
38740
38759
|
hideWeekdays: boolean;
|
38741
38760
|
showWeek: boolean;
|
38742
38761
|
} & {
|
@@ -38747,7 +38766,6 @@ declare const VDatePickerMonth: {
|
|
38747
38766
|
month?: string | number | undefined;
|
38748
38767
|
year?: string | number | undefined;
|
38749
38768
|
modelValue?: unknown[] | undefined;
|
38750
|
-
firstDayOfWeek?: string | number | undefined;
|
38751
38769
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38752
38770
|
} & {
|
38753
38771
|
$children?: {} | vue.VNodeChild | {
|
@@ -38801,6 +38819,7 @@ declare const VDatePickerMonth: {
|
|
38801
38819
|
showAdjacentMonths: boolean;
|
38802
38820
|
weekdays: CalendarWeekdays[];
|
38803
38821
|
weeksInMonth: "static" | "dynamic";
|
38822
|
+
firstDayOfWeek: string | number;
|
38804
38823
|
hideWeekdays: boolean;
|
38805
38824
|
showWeek: boolean;
|
38806
38825
|
} & {
|
@@ -38811,7 +38830,6 @@ declare const VDatePickerMonth: {
|
|
38811
38830
|
month?: string | number | undefined;
|
38812
38831
|
year?: string | number | undefined;
|
38813
38832
|
modelValue?: unknown[] | undefined;
|
38814
|
-
firstDayOfWeek?: string | number | undefined;
|
38815
38833
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38816
38834
|
} & {
|
38817
38835
|
$children?: {} | vue.VNodeChild | {
|
@@ -38887,7 +38905,7 @@ declare const VDatePickerMonth: {
|
|
38887
38905
|
};
|
38888
38906
|
firstDayOfWeek: {
|
38889
38907
|
type: (StringConstructor | NumberConstructor)[];
|
38890
|
-
default:
|
38908
|
+
default: number;
|
38891
38909
|
};
|
38892
38910
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38893
38911
|
color: StringConstructor;
|
@@ -38923,7 +38941,7 @@ declare const VDatePickerMonth: {
|
|
38923
38941
|
};
|
38924
38942
|
firstDayOfWeek: {
|
38925
38943
|
type: (StringConstructor | NumberConstructor)[];
|
38926
|
-
default:
|
38944
|
+
default: number;
|
38927
38945
|
};
|
38928
38946
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38929
38947
|
color: StringConstructor;
|
@@ -45050,169 +45068,49 @@ declare const VForm: {
|
|
45050
45068
|
} & {
|
45051
45069
|
$children?: vue.VNodeChild | {
|
45052
45070
|
default?: ((arg: {
|
45053
|
-
errors:
|
45054
|
-
|
45055
|
-
|
45056
|
-
|
45057
|
-
|
45058
|
-
|
45059
|
-
|
45060
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45061
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45062
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45063
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45064
|
-
readonly externalValue: boolean | null;
|
45065
|
-
};
|
45066
|
-
items: vue.Ref<{
|
45067
|
-
id: number | string;
|
45068
|
-
validate: () => Promise<string[]>;
|
45069
|
-
reset: () => Promise<void>;
|
45070
|
-
resetValidation: () => Promise<void>;
|
45071
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45072
|
-
isValid: boolean | null;
|
45073
|
-
errorMessages: string[];
|
45074
|
-
}[], FormField[] | {
|
45075
|
-
id: number | string;
|
45076
|
-
validate: () => Promise<string[]>;
|
45077
|
-
reset: () => Promise<void>;
|
45078
|
-
resetValidation: () => Promise<void>;
|
45079
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45080
|
-
isValid: boolean | null;
|
45081
|
-
errorMessages: string[];
|
45082
|
-
}[]>;
|
45083
|
-
validate: () => Promise<{
|
45084
|
-
valid: boolean;
|
45085
|
-
errors: {
|
45086
|
-
id: number | string;
|
45087
|
-
errorMessages: string[];
|
45088
|
-
}[];
|
45089
|
-
}>;
|
45071
|
+
errors: FieldValidationResult[];
|
45072
|
+
isDisabled: boolean;
|
45073
|
+
isReadonly: boolean;
|
45074
|
+
isValidating: boolean;
|
45075
|
+
isValid: boolean | null;
|
45076
|
+
items: FormField[];
|
45077
|
+
validate: () => Promise<FormValidationResult>;
|
45090
45078
|
reset: () => void;
|
45091
45079
|
resetValidation: () => void;
|
45092
45080
|
}) => vue.VNodeChild) | undefined;
|
45093
45081
|
} | ((arg: {
|
45094
|
-
errors:
|
45095
|
-
|
45096
|
-
|
45097
|
-
|
45098
|
-
|
45099
|
-
|
45100
|
-
|
45101
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45102
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45103
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45104
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45105
|
-
readonly externalValue: boolean | null;
|
45106
|
-
};
|
45107
|
-
items: vue.Ref<{
|
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
|
-
}[], FormField[] | {
|
45116
|
-
id: number | string;
|
45117
|
-
validate: () => Promise<string[]>;
|
45118
|
-
reset: () => Promise<void>;
|
45119
|
-
resetValidation: () => Promise<void>;
|
45120
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45121
|
-
isValid: boolean | null;
|
45122
|
-
errorMessages: string[];
|
45123
|
-
}[]>;
|
45124
|
-
validate: () => Promise<{
|
45125
|
-
valid: boolean;
|
45126
|
-
errors: {
|
45127
|
-
id: number | string;
|
45128
|
-
errorMessages: string[];
|
45129
|
-
}[];
|
45130
|
-
}>;
|
45082
|
+
errors: FieldValidationResult[];
|
45083
|
+
isDisabled: boolean;
|
45084
|
+
isReadonly: boolean;
|
45085
|
+
isValidating: boolean;
|
45086
|
+
isValid: boolean | null;
|
45087
|
+
items: FormField[];
|
45088
|
+
validate: () => Promise<FormValidationResult>;
|
45131
45089
|
reset: () => void;
|
45132
45090
|
resetValidation: () => void;
|
45133
45091
|
}) => vue.VNodeChild);
|
45134
45092
|
'v-slots'?: {
|
45135
45093
|
default?: false | ((arg: {
|
45136
|
-
errors:
|
45137
|
-
|
45138
|
-
|
45139
|
-
|
45140
|
-
|
45141
|
-
|
45142
|
-
|
45143
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45144
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45145
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45146
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45147
|
-
readonly externalValue: boolean | null;
|
45148
|
-
};
|
45149
|
-
items: vue.Ref<{
|
45150
|
-
id: number | string;
|
45151
|
-
validate: () => Promise<string[]>;
|
45152
|
-
reset: () => Promise<void>;
|
45153
|
-
resetValidation: () => Promise<void>;
|
45154
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45155
|
-
isValid: boolean | null;
|
45156
|
-
errorMessages: string[];
|
45157
|
-
}[], FormField[] | {
|
45158
|
-
id: number | string;
|
45159
|
-
validate: () => Promise<string[]>;
|
45160
|
-
reset: () => Promise<void>;
|
45161
|
-
resetValidation: () => Promise<void>;
|
45162
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45163
|
-
isValid: boolean | null;
|
45164
|
-
errorMessages: string[];
|
45165
|
-
}[]>;
|
45166
|
-
validate: () => Promise<{
|
45167
|
-
valid: boolean;
|
45168
|
-
errors: {
|
45169
|
-
id: number | string;
|
45170
|
-
errorMessages: string[];
|
45171
|
-
}[];
|
45172
|
-
}>;
|
45094
|
+
errors: FieldValidationResult[];
|
45095
|
+
isDisabled: boolean;
|
45096
|
+
isReadonly: boolean;
|
45097
|
+
isValidating: boolean;
|
45098
|
+
isValid: boolean | null;
|
45099
|
+
items: FormField[];
|
45100
|
+
validate: () => Promise<FormValidationResult>;
|
45173
45101
|
reset: () => void;
|
45174
45102
|
resetValidation: () => void;
|
45175
45103
|
}) => vue.VNodeChild) | undefined;
|
45176
45104
|
} | undefined;
|
45177
45105
|
} & {
|
45178
45106
|
"v-slot:default"?: false | ((arg: {
|
45179
|
-
errors:
|
45180
|
-
|
45181
|
-
|
45182
|
-
|
45183
|
-
|
45184
|
-
|
45185
|
-
|
45186
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45187
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45188
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45189
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45190
|
-
readonly externalValue: boolean | null;
|
45191
|
-
};
|
45192
|
-
items: vue.Ref<{
|
45193
|
-
id: number | string;
|
45194
|
-
validate: () => Promise<string[]>;
|
45195
|
-
reset: () => Promise<void>;
|
45196
|
-
resetValidation: () => Promise<void>;
|
45197
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45198
|
-
isValid: boolean | null;
|
45199
|
-
errorMessages: string[];
|
45200
|
-
}[], FormField[] | {
|
45201
|
-
id: number | string;
|
45202
|
-
validate: () => Promise<string[]>;
|
45203
|
-
reset: () => Promise<void>;
|
45204
|
-
resetValidation: () => Promise<void>;
|
45205
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45206
|
-
isValid: boolean | null;
|
45207
|
-
errorMessages: string[];
|
45208
|
-
}[]>;
|
45209
|
-
validate: () => Promise<{
|
45210
|
-
valid: boolean;
|
45211
|
-
errors: {
|
45212
|
-
id: number | string;
|
45213
|
-
errorMessages: string[];
|
45214
|
-
}[];
|
45215
|
-
}>;
|
45107
|
+
errors: FieldValidationResult[];
|
45108
|
+
isDisabled: boolean;
|
45109
|
+
isReadonly: boolean;
|
45110
|
+
isValidating: boolean;
|
45111
|
+
isValid: boolean | null;
|
45112
|
+
items: FormField[];
|
45113
|
+
validate: () => Promise<FormValidationResult>;
|
45216
45114
|
reset: () => void;
|
45217
45115
|
resetValidation: () => void;
|
45218
45116
|
}) => vue.VNodeChild) | undefined;
|
@@ -45313,43 +45211,13 @@ declare const VForm: {
|
|
45313
45211
|
fastFail: boolean;
|
45314
45212
|
}, true, {}, vue.SlotsType<Partial<{
|
45315
45213
|
default: (arg: {
|
45316
|
-
errors:
|
45317
|
-
|
45318
|
-
|
45319
|
-
|
45320
|
-
|
45321
|
-
|
45322
|
-
|
45323
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45324
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45325
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45326
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45327
|
-
readonly externalValue: boolean | null;
|
45328
|
-
};
|
45329
|
-
items: vue.Ref<{
|
45330
|
-
id: number | string;
|
45331
|
-
validate: () => Promise<string[]>;
|
45332
|
-
reset: () => Promise<void>;
|
45333
|
-
resetValidation: () => Promise<void>;
|
45334
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45335
|
-
isValid: boolean | null;
|
45336
|
-
errorMessages: string[];
|
45337
|
-
}[], FormField[] | {
|
45338
|
-
id: number | string;
|
45339
|
-
validate: () => Promise<string[]>;
|
45340
|
-
reset: () => Promise<void>;
|
45341
|
-
resetValidation: () => Promise<void>;
|
45342
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45343
|
-
isValid: boolean | null;
|
45344
|
-
errorMessages: string[];
|
45345
|
-
}[]>;
|
45346
|
-
validate: () => Promise<{
|
45347
|
-
valid: boolean;
|
45348
|
-
errors: {
|
45349
|
-
id: number | string;
|
45350
|
-
errorMessages: string[];
|
45351
|
-
}[];
|
45352
|
-
}>;
|
45214
|
+
errors: FieldValidationResult[];
|
45215
|
+
isDisabled: boolean;
|
45216
|
+
isReadonly: boolean;
|
45217
|
+
isValidating: boolean;
|
45218
|
+
isValid: boolean | null;
|
45219
|
+
items: FormField[];
|
45220
|
+
validate: () => Promise<FormValidationResult>;
|
45353
45221
|
reset: () => void;
|
45354
45222
|
resetValidation: () => void;
|
45355
45223
|
}) => vue.VNode[];
|
@@ -45372,217 +45240,97 @@ declare const VForm: {
|
|
45372
45240
|
} & {
|
45373
45241
|
$children?: vue.VNodeChild | {
|
45374
45242
|
default?: ((arg: {
|
45375
|
-
errors:
|
45376
|
-
|
45377
|
-
|
45378
|
-
|
45379
|
-
|
45380
|
-
|
45381
|
-
|
45382
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45383
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45384
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45385
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45386
|
-
readonly externalValue: boolean | null;
|
45387
|
-
};
|
45388
|
-
items: vue.Ref<{
|
45389
|
-
id: number | string;
|
45390
|
-
validate: () => Promise<string[]>;
|
45391
|
-
reset: () => Promise<void>;
|
45392
|
-
resetValidation: () => Promise<void>;
|
45393
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45394
|
-
isValid: boolean | null;
|
45395
|
-
errorMessages: string[];
|
45396
|
-
}[], FormField[] | {
|
45397
|
-
id: number | string;
|
45398
|
-
validate: () => Promise<string[]>;
|
45399
|
-
reset: () => Promise<void>;
|
45400
|
-
resetValidation: () => Promise<void>;
|
45401
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45402
|
-
isValid: boolean | null;
|
45403
|
-
errorMessages: string[];
|
45404
|
-
}[]>;
|
45405
|
-
validate: () => Promise<{
|
45406
|
-
valid: boolean;
|
45407
|
-
errors: {
|
45408
|
-
id: number | string;
|
45409
|
-
errorMessages: string[];
|
45410
|
-
}[];
|
45411
|
-
}>;
|
45243
|
+
errors: FieldValidationResult[];
|
45244
|
+
isDisabled: boolean;
|
45245
|
+
isReadonly: boolean;
|
45246
|
+
isValidating: boolean;
|
45247
|
+
isValid: boolean | null;
|
45248
|
+
items: FormField[];
|
45249
|
+
validate: () => Promise<FormValidationResult>;
|
45412
45250
|
reset: () => void;
|
45413
45251
|
resetValidation: () => void;
|
45414
45252
|
}) => vue.VNodeChild) | undefined;
|
45415
45253
|
} | ((arg: {
|
45416
|
-
errors:
|
45417
|
-
|
45418
|
-
|
45419
|
-
|
45420
|
-
|
45421
|
-
|
45422
|
-
|
45423
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45424
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45425
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45426
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45427
|
-
readonly externalValue: boolean | null;
|
45428
|
-
};
|
45429
|
-
items: vue.Ref<{
|
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
|
-
}[], FormField[] | {
|
45438
|
-
id: number | string;
|
45439
|
-
validate: () => Promise<string[]>;
|
45440
|
-
reset: () => Promise<void>;
|
45441
|
-
resetValidation: () => Promise<void>;
|
45442
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45443
|
-
isValid: boolean | null;
|
45444
|
-
errorMessages: string[];
|
45445
|
-
}[]>;
|
45446
|
-
validate: () => Promise<{
|
45447
|
-
valid: boolean;
|
45448
|
-
errors: {
|
45449
|
-
id: number | string;
|
45450
|
-
errorMessages: string[];
|
45451
|
-
}[];
|
45452
|
-
}>;
|
45254
|
+
errors: FieldValidationResult[];
|
45255
|
+
isDisabled: boolean;
|
45256
|
+
isReadonly: boolean;
|
45257
|
+
isValidating: boolean;
|
45258
|
+
isValid: boolean | null;
|
45259
|
+
items: FormField[];
|
45260
|
+
validate: () => Promise<FormValidationResult>;
|
45453
45261
|
reset: () => void;
|
45454
45262
|
resetValidation: () => void;
|
45455
45263
|
}) => vue.VNodeChild);
|
45456
45264
|
'v-slots'?: {
|
45457
45265
|
default?: false | ((arg: {
|
45458
|
-
errors:
|
45459
|
-
|
45460
|
-
|
45461
|
-
|
45462
|
-
|
45463
|
-
|
45464
|
-
|
45465
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45466
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45467
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45468
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45469
|
-
readonly externalValue: boolean | null;
|
45470
|
-
};
|
45471
|
-
items: vue.Ref<{
|
45472
|
-
id: number | string;
|
45473
|
-
validate: () => Promise<string[]>;
|
45474
|
-
reset: () => Promise<void>;
|
45475
|
-
resetValidation: () => Promise<void>;
|
45476
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45477
|
-
isValid: boolean | null;
|
45478
|
-
errorMessages: string[];
|
45479
|
-
}[], FormField[] | {
|
45480
|
-
id: number | string;
|
45481
|
-
validate: () => Promise<string[]>;
|
45482
|
-
reset: () => Promise<void>;
|
45483
|
-
resetValidation: () => Promise<void>;
|
45484
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45485
|
-
isValid: boolean | null;
|
45486
|
-
errorMessages: string[];
|
45487
|
-
}[]>;
|
45488
|
-
validate: () => Promise<{
|
45489
|
-
valid: boolean;
|
45490
|
-
errors: {
|
45491
|
-
id: number | string;
|
45492
|
-
errorMessages: string[];
|
45493
|
-
}[];
|
45494
|
-
}>;
|
45266
|
+
errors: FieldValidationResult[];
|
45267
|
+
isDisabled: boolean;
|
45268
|
+
isReadonly: boolean;
|
45269
|
+
isValidating: boolean;
|
45270
|
+
isValid: boolean | null;
|
45271
|
+
items: FormField[];
|
45272
|
+
validate: () => Promise<FormValidationResult>;
|
45495
45273
|
reset: () => void;
|
45496
45274
|
resetValidation: () => void;
|
45497
45275
|
}) => vue.VNodeChild) | undefined;
|
45498
45276
|
} | undefined;
|
45499
45277
|
} & {
|
45500
45278
|
"v-slot:default"?: false | ((arg: {
|
45501
|
-
errors:
|
45502
|
-
|
45503
|
-
|
45504
|
-
|
45505
|
-
|
45506
|
-
|
45507
|
-
|
45508
|
-
|
45509
|
-
|
45510
|
-
|
45511
|
-
|
45512
|
-
|
45513
|
-
|
45514
|
-
|
45515
|
-
|
45516
|
-
|
45517
|
-
|
45518
|
-
|
45519
|
-
|
45520
|
-
|
45521
|
-
|
45522
|
-
|
45523
|
-
|
45524
|
-
|
45525
|
-
|
45526
|
-
|
45527
|
-
|
45528
|
-
|
45529
|
-
|
45530
|
-
|
45531
|
-
|
45532
|
-
|
45533
|
-
|
45534
|
-
|
45535
|
-
|
45536
|
-
|
45537
|
-
|
45538
|
-
|
45539
|
-
|
45540
|
-
|
45541
|
-
|
45542
|
-
|
45543
|
-
|
45544
|
-
|
45545
|
-
|
45546
|
-
|
45547
|
-
|
45548
|
-
|
45549
|
-
|
45550
|
-
|
45551
|
-
}
|
45552
|
-
|
45553
|
-
|
45554
|
-
|
45555
|
-
|
45556
|
-
readonly externalValue: boolean | null;
|
45557
|
-
};
|
45558
|
-
items: vue.Ref<{
|
45559
|
-
id: number | string;
|
45560
|
-
validate: () => Promise<string[]>;
|
45561
|
-
reset: () => Promise<void>;
|
45562
|
-
resetValidation: () => Promise<void>;
|
45563
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45564
|
-
isValid: boolean | null;
|
45565
|
-
errorMessages: string[];
|
45566
|
-
}[], FormField[] | {
|
45567
|
-
id: number | string;
|
45568
|
-
validate: () => Promise<string[]>;
|
45569
|
-
reset: () => Promise<void>;
|
45570
|
-
resetValidation: () => Promise<void>;
|
45571
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45572
|
-
isValid: boolean | null;
|
45573
|
-
errorMessages: string[];
|
45574
|
-
}[]>;
|
45575
|
-
validate: () => Promise<{
|
45576
|
-
valid: boolean;
|
45577
|
-
errors: {
|
45578
|
-
id: number | string;
|
45579
|
-
errorMessages: string[];
|
45580
|
-
}[];
|
45581
|
-
}>;
|
45582
|
-
reset: () => void;
|
45583
|
-
resetValidation: () => void;
|
45584
|
-
} & HTMLFormElement & {
|
45585
|
-
_allExposed: {
|
45279
|
+
errors: FieldValidationResult[];
|
45280
|
+
isDisabled: boolean;
|
45281
|
+
isReadonly: boolean;
|
45282
|
+
isValidating: boolean;
|
45283
|
+
isValid: boolean | null;
|
45284
|
+
items: FormField[];
|
45285
|
+
validate: () => Promise<FormValidationResult>;
|
45286
|
+
reset: () => void;
|
45287
|
+
resetValidation: () => void;
|
45288
|
+
}) => vue.VNodeChild) | undefined;
|
45289
|
+
} & {
|
45290
|
+
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
45291
|
+
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
45292
|
+
}, {
|
45293
|
+
errors: vue.Ref<{
|
45294
|
+
id: number | string;
|
45295
|
+
errorMessages: string[];
|
45296
|
+
}[], FieldValidationResult[] | {
|
45297
|
+
id: number | string;
|
45298
|
+
errorMessages: string[];
|
45299
|
+
}[]>;
|
45300
|
+
isDisabled: vue.ComputedRef<boolean>;
|
45301
|
+
isReadonly: vue.ComputedRef<boolean>;
|
45302
|
+
isValidating: vue.ShallowRef<boolean, boolean>;
|
45303
|
+
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45304
|
+
readonly externalValue: boolean | null;
|
45305
|
+
};
|
45306
|
+
items: vue.Ref<{
|
45307
|
+
id: number | string;
|
45308
|
+
validate: () => Promise<string[]>;
|
45309
|
+
reset: () => Promise<void>;
|
45310
|
+
resetValidation: () => Promise<void>;
|
45311
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45312
|
+
isValid: boolean | null;
|
45313
|
+
errorMessages: string[];
|
45314
|
+
}[], FormField[] | {
|
45315
|
+
id: number | string;
|
45316
|
+
validate: () => Promise<string[]>;
|
45317
|
+
reset: () => Promise<void>;
|
45318
|
+
resetValidation: () => Promise<void>;
|
45319
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45320
|
+
isValid: boolean | null;
|
45321
|
+
errorMessages: string[];
|
45322
|
+
}[]>;
|
45323
|
+
validate: () => Promise<{
|
45324
|
+
valid: boolean;
|
45325
|
+
errors: {
|
45326
|
+
id: number | string;
|
45327
|
+
errorMessages: string[];
|
45328
|
+
}[];
|
45329
|
+
}>;
|
45330
|
+
reset: () => void;
|
45331
|
+
resetValidation: () => void;
|
45332
|
+
} & HTMLFormElement & {
|
45333
|
+
_allExposed: {
|
45586
45334
|
errors: vue.Ref<{
|
45587
45335
|
id: number | string;
|
45588
45336
|
errorMessages: string[];
|
@@ -45646,169 +45394,49 @@ declare const VForm: {
|
|
45646
45394
|
} & {
|
45647
45395
|
$children?: vue.VNodeChild | {
|
45648
45396
|
default?: ((arg: {
|
45649
|
-
errors:
|
45650
|
-
|
45651
|
-
|
45652
|
-
|
45653
|
-
|
45654
|
-
|
45655
|
-
|
45656
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45657
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45658
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45659
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45660
|
-
readonly externalValue: boolean | null;
|
45661
|
-
};
|
45662
|
-
items: vue.Ref<{
|
45663
|
-
id: number | string;
|
45664
|
-
validate: () => Promise<string[]>;
|
45665
|
-
reset: () => Promise<void>;
|
45666
|
-
resetValidation: () => Promise<void>;
|
45667
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45668
|
-
isValid: boolean | null;
|
45669
|
-
errorMessages: string[];
|
45670
|
-
}[], FormField[] | {
|
45671
|
-
id: number | string;
|
45672
|
-
validate: () => Promise<string[]>;
|
45673
|
-
reset: () => Promise<void>;
|
45674
|
-
resetValidation: () => Promise<void>;
|
45675
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45676
|
-
isValid: boolean | null;
|
45677
|
-
errorMessages: string[];
|
45678
|
-
}[]>;
|
45679
|
-
validate: () => Promise<{
|
45680
|
-
valid: boolean;
|
45681
|
-
errors: {
|
45682
|
-
id: number | string;
|
45683
|
-
errorMessages: string[];
|
45684
|
-
}[];
|
45685
|
-
}>;
|
45397
|
+
errors: FieldValidationResult[];
|
45398
|
+
isDisabled: boolean;
|
45399
|
+
isReadonly: boolean;
|
45400
|
+
isValidating: boolean;
|
45401
|
+
isValid: boolean | null;
|
45402
|
+
items: FormField[];
|
45403
|
+
validate: () => Promise<FormValidationResult>;
|
45686
45404
|
reset: () => void;
|
45687
45405
|
resetValidation: () => void;
|
45688
45406
|
}) => vue.VNodeChild) | undefined;
|
45689
45407
|
} | ((arg: {
|
45690
|
-
errors:
|
45691
|
-
|
45692
|
-
|
45693
|
-
|
45694
|
-
|
45695
|
-
|
45696
|
-
|
45697
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45698
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45699
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45700
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45701
|
-
readonly externalValue: boolean | null;
|
45702
|
-
};
|
45703
|
-
items: vue.Ref<{
|
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
|
-
}[], FormField[] | {
|
45712
|
-
id: number | string;
|
45713
|
-
validate: () => Promise<string[]>;
|
45714
|
-
reset: () => Promise<void>;
|
45715
|
-
resetValidation: () => Promise<void>;
|
45716
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45717
|
-
isValid: boolean | null;
|
45718
|
-
errorMessages: string[];
|
45719
|
-
}[]>;
|
45720
|
-
validate: () => Promise<{
|
45721
|
-
valid: boolean;
|
45722
|
-
errors: {
|
45723
|
-
id: number | string;
|
45724
|
-
errorMessages: string[];
|
45725
|
-
}[];
|
45726
|
-
}>;
|
45408
|
+
errors: FieldValidationResult[];
|
45409
|
+
isDisabled: boolean;
|
45410
|
+
isReadonly: boolean;
|
45411
|
+
isValidating: boolean;
|
45412
|
+
isValid: boolean | null;
|
45413
|
+
items: FormField[];
|
45414
|
+
validate: () => Promise<FormValidationResult>;
|
45727
45415
|
reset: () => void;
|
45728
45416
|
resetValidation: () => void;
|
45729
45417
|
}) => vue.VNodeChild);
|
45730
45418
|
'v-slots'?: {
|
45731
45419
|
default?: false | ((arg: {
|
45732
|
-
errors:
|
45733
|
-
|
45734
|
-
|
45735
|
-
|
45736
|
-
|
45737
|
-
|
45738
|
-
|
45739
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45740
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45741
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45742
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45743
|
-
readonly externalValue: boolean | null;
|
45744
|
-
};
|
45745
|
-
items: vue.Ref<{
|
45746
|
-
id: number | string;
|
45747
|
-
validate: () => Promise<string[]>;
|
45748
|
-
reset: () => Promise<void>;
|
45749
|
-
resetValidation: () => Promise<void>;
|
45750
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45751
|
-
isValid: boolean | null;
|
45752
|
-
errorMessages: string[];
|
45753
|
-
}[], FormField[] | {
|
45754
|
-
id: number | string;
|
45755
|
-
validate: () => Promise<string[]>;
|
45756
|
-
reset: () => Promise<void>;
|
45757
|
-
resetValidation: () => Promise<void>;
|
45758
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45759
|
-
isValid: boolean | null;
|
45760
|
-
errorMessages: string[];
|
45761
|
-
}[]>;
|
45762
|
-
validate: () => Promise<{
|
45763
|
-
valid: boolean;
|
45764
|
-
errors: {
|
45765
|
-
id: number | string;
|
45766
|
-
errorMessages: string[];
|
45767
|
-
}[];
|
45768
|
-
}>;
|
45420
|
+
errors: FieldValidationResult[];
|
45421
|
+
isDisabled: boolean;
|
45422
|
+
isReadonly: boolean;
|
45423
|
+
isValidating: boolean;
|
45424
|
+
isValid: boolean | null;
|
45425
|
+
items: FormField[];
|
45426
|
+
validate: () => Promise<FormValidationResult>;
|
45769
45427
|
reset: () => void;
|
45770
45428
|
resetValidation: () => void;
|
45771
45429
|
}) => vue.VNodeChild) | undefined;
|
45772
45430
|
} | undefined;
|
45773
45431
|
} & {
|
45774
45432
|
"v-slot:default"?: false | ((arg: {
|
45775
|
-
errors:
|
45776
|
-
|
45777
|
-
|
45778
|
-
|
45779
|
-
|
45780
|
-
|
45781
|
-
|
45782
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45783
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45784
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45785
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45786
|
-
readonly externalValue: boolean | null;
|
45787
|
-
};
|
45788
|
-
items: vue.Ref<{
|
45789
|
-
id: number | string;
|
45790
|
-
validate: () => Promise<string[]>;
|
45791
|
-
reset: () => Promise<void>;
|
45792
|
-
resetValidation: () => Promise<void>;
|
45793
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45794
|
-
isValid: boolean | null;
|
45795
|
-
errorMessages: string[];
|
45796
|
-
}[], FormField[] | {
|
45797
|
-
id: number | string;
|
45798
|
-
validate: () => Promise<string[]>;
|
45799
|
-
reset: () => Promise<void>;
|
45800
|
-
resetValidation: () => Promise<void>;
|
45801
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45802
|
-
isValid: boolean | null;
|
45803
|
-
errorMessages: string[];
|
45804
|
-
}[]>;
|
45805
|
-
validate: () => Promise<{
|
45806
|
-
valid: boolean;
|
45807
|
-
errors: {
|
45808
|
-
id: number | string;
|
45809
|
-
errorMessages: string[];
|
45810
|
-
}[];
|
45811
|
-
}>;
|
45433
|
+
errors: FieldValidationResult[];
|
45434
|
+
isDisabled: boolean;
|
45435
|
+
isReadonly: boolean;
|
45436
|
+
isValidating: boolean;
|
45437
|
+
isValid: boolean | null;
|
45438
|
+
items: FormField[];
|
45439
|
+
validate: () => Promise<FormValidationResult>;
|
45812
45440
|
reset: () => void;
|
45813
45441
|
resetValidation: () => void;
|
45814
45442
|
}) => vue.VNodeChild) | undefined;
|
@@ -45909,43 +45537,13 @@ declare const VForm: {
|
|
45909
45537
|
fastFail: boolean;
|
45910
45538
|
}, {}, string, vue.SlotsType<Partial<{
|
45911
45539
|
default: (arg: {
|
45912
|
-
errors:
|
45913
|
-
|
45914
|
-
|
45915
|
-
|
45916
|
-
|
45917
|
-
|
45918
|
-
|
45919
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45920
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45921
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45922
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45923
|
-
readonly externalValue: boolean | null;
|
45924
|
-
};
|
45925
|
-
items: vue.Ref<{
|
45926
|
-
id: number | string;
|
45927
|
-
validate: () => Promise<string[]>;
|
45928
|
-
reset: () => Promise<void>;
|
45929
|
-
resetValidation: () => Promise<void>;
|
45930
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45931
|
-
isValid: boolean | null;
|
45932
|
-
errorMessages: string[];
|
45933
|
-
}[], FormField[] | {
|
45934
|
-
id: number | string;
|
45935
|
-
validate: () => Promise<string[]>;
|
45936
|
-
reset: () => Promise<void>;
|
45937
|
-
resetValidation: () => Promise<void>;
|
45938
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45939
|
-
isValid: boolean | null;
|
45940
|
-
errorMessages: string[];
|
45941
|
-
}[]>;
|
45942
|
-
validate: () => Promise<{
|
45943
|
-
valid: boolean;
|
45944
|
-
errors: {
|
45945
|
-
id: number | string;
|
45946
|
-
errorMessages: string[];
|
45947
|
-
}[];
|
45948
|
-
}>;
|
45540
|
+
errors: FieldValidationResult[];
|
45541
|
+
isDisabled: boolean;
|
45542
|
+
isReadonly: boolean;
|
45543
|
+
isValidating: boolean;
|
45544
|
+
isValid: boolean | null;
|
45545
|
+
items: FormField[];
|
45546
|
+
validate: () => Promise<FormValidationResult>;
|
45949
45547
|
reset: () => void;
|
45950
45548
|
resetValidation: () => void;
|
45951
45549
|
}) => vue.VNode[];
|
@@ -62082,17 +61680,20 @@ declare const VSelect: {
|
|
62082
61680
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
62083
61681
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
62084
61682
|
item: (arg: {
|
62085
|
-
item:
|
61683
|
+
item: unknown;
|
61684
|
+
internalItem: ListItem<unknown>;
|
62086
61685
|
index: number;
|
62087
61686
|
props: Record<string, unknown>;
|
62088
61687
|
}) => vue.VNode[];
|
62089
61688
|
chip: (arg: {
|
62090
|
-
item:
|
61689
|
+
item: unknown;
|
61690
|
+
internalItem: ListItem<unknown>;
|
62091
61691
|
index: number;
|
62092
61692
|
props: Record<string, unknown>;
|
62093
61693
|
}) => vue.VNode[];
|
62094
61694
|
selection: (arg: {
|
62095
|
-
item:
|
61695
|
+
item: unknown;
|
61696
|
+
internalItem: ListItem<unknown>;
|
62096
61697
|
index: number;
|
62097
61698
|
}) => vue.VNode[];
|
62098
61699
|
'prepend-item': () => vue.VNode[];
|
@@ -66823,17 +66424,20 @@ declare const VSelect: {
|
|
66823
66424
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
66824
66425
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
66825
66426
|
item: (arg: {
|
66826
|
-
item:
|
66427
|
+
item: unknown;
|
66428
|
+
internalItem: ListItem<unknown>;
|
66827
66429
|
index: number;
|
66828
66430
|
props: Record<string, unknown>;
|
66829
66431
|
}) => vue.VNode[];
|
66830
66432
|
chip: (arg: {
|
66831
|
-
item:
|
66433
|
+
item: unknown;
|
66434
|
+
internalItem: ListItem<unknown>;
|
66832
66435
|
index: number;
|
66833
66436
|
props: Record<string, unknown>;
|
66834
66437
|
}) => vue.VNode[];
|
66835
66438
|
selection: (arg: {
|
66836
|
-
item:
|
66439
|
+
item: unknown;
|
66440
|
+
internalItem: ListItem<unknown>;
|
66837
66441
|
index: number;
|
66838
66442
|
}) => vue.VNode[];
|
66839
66443
|
'prepend-item': () => vue.VNode[];
|
@@ -66850,17 +66454,20 @@ declare const VSelect: {
|
|
66850
66454
|
"onUpdate:modelValue"?: (value: V) => void;
|
66851
66455
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
66852
66456
|
item: {
|
66853
|
-
item:
|
66457
|
+
item: Item;
|
66458
|
+
internalItem: ListItem<Item>;
|
66854
66459
|
index: number;
|
66855
66460
|
props: Record<string, unknown>;
|
66856
66461
|
};
|
66857
66462
|
chip: {
|
66858
|
-
item:
|
66463
|
+
item: Item;
|
66464
|
+
internalItem: ListItem<Item>;
|
66859
66465
|
index: number;
|
66860
66466
|
props: Record<string, unknown>;
|
66861
66467
|
};
|
66862
66468
|
selection: {
|
66863
|
-
item:
|
66469
|
+
item: Item;
|
66470
|
+
internalItem: ListItem<Item>;
|
66864
66471
|
index: number;
|
66865
66472
|
};
|
66866
66473
|
"prepend-item": never;
|
@@ -82832,16 +82439,7 @@ declare const index_d_Scroll: typeof Scroll;
|
|
82832
82439
|
declare const index_d_Tooltip: typeof Tooltip;
|
82833
82440
|
declare const index_d_Touch: typeof Touch;
|
82834
82441
|
declare namespace index_d {
|
82835
|
-
export {
|
82836
|
-
index_d_ClickOutside as ClickOutside,
|
82837
|
-
index_d_Intersect as Intersect,
|
82838
|
-
index_d_Mutate as Mutate,
|
82839
|
-
index_d_Resize as Resize,
|
82840
|
-
index_d_Ripple as Ripple,
|
82841
|
-
index_d_Scroll as Scroll,
|
82842
|
-
index_d_Tooltip as Tooltip,
|
82843
|
-
index_d_Touch as Touch,
|
82844
|
-
};
|
82442
|
+
export { index_d_ClickOutside as ClickOutside, index_d_Intersect as Intersect, index_d_Mutate as Mutate, index_d_Resize as Resize, index_d_Ripple as Ripple, index_d_Scroll as Scroll, index_d_Tooltip as Tooltip, index_d_Touch as Touch };
|
82845
82443
|
}
|
82846
82444
|
|
82847
82445
|
declare const createVuetify: {
|
@@ -82902,7 +82500,6 @@ declare const createVuetify: {
|
|
82902
82500
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
82903
82501
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
82904
82502
|
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
82905
|
-
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
82906
82503
|
getMonth: (date: unknown) => number;
|
82907
82504
|
setMonth: (date: unknown, month: number) => unknown;
|
82908
82505
|
getDate: (date: unknown) => number;
|
@@ -82958,24 +82555,25 @@ declare module 'vue' {
|
|
82958
82555
|
$children?: VNodeChild
|
82959
82556
|
}
|
82960
82557
|
export interface GlobalComponents {
|
82961
|
-
VApp: VApp
|
82962
82558
|
VAutocomplete: VAutocomplete
|
82963
|
-
|
82964
|
-
VAlertTitle: VAlertTitle
|
82965
|
-
VAvatar: VAvatar
|
82559
|
+
VApp: VApp
|
82966
82560
|
VAppBar: VAppBar
|
82967
82561
|
VAppBarNavIcon: VAppBarNavIcon
|
82968
82562
|
VAppBarTitle: VAppBarTitle
|
82563
|
+
VAvatar: VAvatar
|
82969
82564
|
VBadge: VBadge
|
82970
82565
|
VBottomSheet: VBottomSheet
|
82971
|
-
VBtn: VBtn
|
82972
82566
|
VBanner: VBanner
|
82973
82567
|
VBannerActions: VBannerActions
|
82974
82568
|
VBannerText: VBannerText
|
82975
|
-
VBottomNavigation: VBottomNavigation
|
82976
82569
|
VBreadcrumbs: VBreadcrumbs
|
82977
82570
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82978
82571
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82572
|
+
VBottomNavigation: VBottomNavigation
|
82573
|
+
VAlert: VAlert
|
82574
|
+
VAlertTitle: VAlertTitle
|
82575
|
+
VBtnGroup: VBtnGroup
|
82576
|
+
VBtn: VBtn
|
82979
82577
|
VCard: VCard
|
82980
82578
|
VCardActions: VCardActions
|
82981
82579
|
VCardItem: VCardItem
|
@@ -82983,22 +82581,16 @@ declare module 'vue' {
|
|
82983
82581
|
VCardText: VCardText
|
82984
82582
|
VCardTitle: VCardTitle
|
82985
82583
|
VBtnToggle: VBtnToggle
|
82986
|
-
VBtnGroup: VBtnGroup
|
82987
|
-
VCode: VCode
|
82988
82584
|
VCombobox: VCombobox
|
82585
|
+
VCheckbox: VCheckbox
|
82586
|
+
VCheckboxBtn: VCheckboxBtn
|
82989
82587
|
VCarousel: VCarousel
|
82990
82588
|
VCarouselItem: VCarouselItem
|
82589
|
+
VChipGroup: VChipGroup
|
82991
82590
|
VColorPicker: VColorPicker
|
82992
|
-
|
82993
|
-
|
82591
|
+
VDivider: VDivider
|
82592
|
+
VCode: VCode
|
82994
82593
|
VChip: VChip
|
82995
|
-
VCounter: VCounter
|
82996
|
-
VDatePicker: VDatePicker
|
82997
|
-
VDatePickerControls: VDatePickerControls
|
82998
|
-
VDatePickerHeader: VDatePickerHeader
|
82999
|
-
VDatePickerMonth: VDatePickerMonth
|
83000
|
-
VDatePickerMonths: VDatePickerMonths
|
83001
|
-
VDatePickerYears: VDatePickerYears
|
83002
82594
|
VDataTable: VDataTable
|
83003
82595
|
VDataTableHeaders: VDataTableHeaders
|
83004
82596
|
VDataTableFooter: VDataTableFooter
|
@@ -83006,17 +82598,21 @@ declare module 'vue' {
|
|
83006
82598
|
VDataTableRow: VDataTableRow
|
83007
82599
|
VDataTableVirtual: VDataTableVirtual
|
83008
82600
|
VDataTableServer: VDataTableServer
|
83009
|
-
|
83010
|
-
|
83011
|
-
|
82601
|
+
VDatePicker: VDatePicker
|
82602
|
+
VDatePickerControls: VDatePickerControls
|
82603
|
+
VDatePickerHeader: VDatePickerHeader
|
82604
|
+
VDatePickerMonth: VDatePickerMonth
|
82605
|
+
VDatePickerMonths: VDatePickerMonths
|
82606
|
+
VDatePickerYears: VDatePickerYears
|
82607
|
+
VCounter: VCounter
|
83012
82608
|
VEmptyState: VEmptyState
|
82609
|
+
VDialog: VDialog
|
83013
82610
|
VExpansionPanels: VExpansionPanels
|
83014
82611
|
VExpansionPanel: VExpansionPanel
|
83015
82612
|
VExpansionPanelText: VExpansionPanelText
|
83016
82613
|
VExpansionPanelTitle: VExpansionPanelTitle
|
83017
|
-
VField: VField
|
83018
|
-
VFieldLabel: VFieldLabel
|
83019
82614
|
VFab: VFab
|
82615
|
+
VImg: VImg
|
83020
82616
|
VFileInput: VFileInput
|
83021
82617
|
VFooter: VFooter
|
83022
82618
|
VIcon: VIcon
|
@@ -83024,13 +82620,14 @@ declare module 'vue' {
|
|
83024
82620
|
VSvgIcon: VSvgIcon
|
83025
82621
|
VLigatureIcon: VLigatureIcon
|
83026
82622
|
VClassIcon: VClassIcon
|
83027
|
-
|
83028
|
-
|
82623
|
+
VInput: VInput
|
82624
|
+
VKbd: VKbd
|
83029
82625
|
VItemGroup: VItemGroup
|
83030
82626
|
VItem: VItem
|
83031
|
-
VKbd: VKbd
|
83032
82627
|
VLabel: VLabel
|
83033
|
-
|
82628
|
+
VInfiniteScroll: VInfiniteScroll
|
82629
|
+
VMenu: VMenu
|
82630
|
+
VMain: VMain
|
83034
82631
|
VList: VList
|
83035
82632
|
VListGroup: VListGroup
|
83036
82633
|
VListImg: VListImg
|
@@ -83040,68 +82637,72 @@ declare module 'vue' {
|
|
83040
82637
|
VListItemSubtitle: VListItemSubtitle
|
83041
82638
|
VListItemTitle: VListItemTitle
|
83042
82639
|
VListSubheader: VListSubheader
|
83043
|
-
|
83044
|
-
|
82640
|
+
VField: VField
|
82641
|
+
VFieldLabel: VFieldLabel
|
83045
82642
|
VNavigationDrawer: VNavigationDrawer
|
82643
|
+
VMessages: VMessages
|
83046
82644
|
VNumberInput: VNumberInput
|
83047
|
-
VMenu: VMenu
|
83048
82645
|
VOtpInput: VOtpInput
|
83049
82646
|
VOverlay: VOverlay
|
83050
82647
|
VPagination: VPagination
|
82648
|
+
VRadioGroup: VRadioGroup
|
83051
82649
|
VProgressCircular: VProgressCircular
|
83052
82650
|
VProgressLinear: VProgressLinear
|
82651
|
+
VSelect: VSelect
|
83053
82652
|
VRating: VRating
|
83054
|
-
VRadioGroup: VRadioGroup
|
83055
82653
|
VSelectionControl: VSelectionControl
|
83056
|
-
VSkeletonLoader: VSkeletonLoader
|
83057
82654
|
VSheet: VSheet
|
83058
|
-
|
83059
|
-
VSlideGroup: VSlideGroup
|
83060
|
-
VSlideGroupItem: VSlideGroupItem
|
82655
|
+
VSelectionControlGroup: VSelectionControlGroup
|
83061
82656
|
VSlider: VSlider
|
82657
|
+
VSkeletonLoader: VSkeletonLoader
|
82658
|
+
VSnackbar: VSnackbar
|
83062
82659
|
VSwitch: VSwitch
|
83063
|
-
VSelect: VSelect
|
83064
|
-
VSelectionControlGroup: VSelectionControlGroup
|
83065
82660
|
VStepper: VStepper
|
83066
82661
|
VStepperActions: VStepperActions
|
83067
82662
|
VStepperHeader: VStepperHeader
|
83068
82663
|
VStepperItem: VStepperItem
|
83069
82664
|
VStepperWindow: VStepperWindow
|
83070
82665
|
VStepperWindowItem: VStepperWindowItem
|
82666
|
+
VSlideGroup: VSlideGroup
|
82667
|
+
VSlideGroupItem: VSlideGroupItem
|
82668
|
+
VSystemBar: VSystemBar
|
82669
|
+
VTab: VTab
|
82670
|
+
VTabs: VTabs
|
82671
|
+
VTabsWindow: VTabsWindow
|
82672
|
+
VTabsWindowItem: VTabsWindowItem
|
82673
|
+
VTextarea: VTextarea
|
83071
82674
|
VTable: VTable
|
83072
|
-
VTimeline: VTimeline
|
83073
|
-
VTimelineItem: VTimelineItem
|
83074
82675
|
VTextField: VTextField
|
83075
|
-
VTextarea: VTextarea
|
83076
|
-
VSystemBar: VSystemBar
|
83077
|
-
VTooltip: VTooltip
|
83078
|
-
VWindow: VWindow
|
83079
|
-
VWindowItem: VWindowItem
|
83080
82676
|
VToolbar: VToolbar
|
83081
82677
|
VToolbarTitle: VToolbarTitle
|
83082
82678
|
VToolbarItems: VToolbarItems
|
83083
|
-
|
82679
|
+
VWindow: VWindow
|
82680
|
+
VWindowItem: VWindowItem
|
82681
|
+
VTimeline: VTimeline
|
82682
|
+
VTimelineItem: VTimelineItem
|
82683
|
+
VTooltip: VTooltip
|
83084
82684
|
VConfirmEdit: VConfirmEdit
|
82685
|
+
VDefaultsProvider: VDefaultsProvider
|
82686
|
+
VForm: VForm
|
82687
|
+
VDataIterator: VDataIterator
|
83085
82688
|
VContainer: VContainer
|
83086
82689
|
VCol: VCol
|
83087
82690
|
VRow: VRow
|
83088
82691
|
VSpacer: VSpacer
|
83089
|
-
VForm: VForm
|
83090
82692
|
VHover: VHover
|
82693
|
+
VLazy: VLazy
|
83091
82694
|
VLayout: VLayout
|
83092
82695
|
VLayoutItem: VLayoutItem
|
83093
82696
|
VLocaleProvider: VLocaleProvider
|
83094
|
-
VLazy: VLazy
|
83095
82697
|
VNoSsr: VNoSsr
|
83096
82698
|
VParallax: VParallax
|
83097
82699
|
VRadio: VRadio
|
83098
|
-
VRangeSlider: VRangeSlider
|
83099
82700
|
VResponsive: VResponsive
|
83100
|
-
|
83101
|
-
VSnackbarQueue: VSnackbarQueue
|
82701
|
+
VRangeSlider: VRangeSlider
|
83102
82702
|
VSparkline: VSparkline
|
82703
|
+
VSnackbarQueue: VSnackbarQueue
|
82704
|
+
VSpeedDial: VSpeedDial
|
83103
82705
|
VThemeProvider: VThemeProvider
|
83104
|
-
VValidation: VValidation
|
83105
82706
|
VFabTransition: VFabTransition
|
83106
82707
|
VDialogBottomTransition: VDialogBottomTransition
|
83107
82708
|
VDialogTopTransition: VDialogTopTransition
|
@@ -83118,32 +82719,28 @@ declare module 'vue' {
|
|
83118
82719
|
VExpandTransition: VExpandTransition
|
83119
82720
|
VExpandXTransition: VExpandXTransition
|
83120
82721
|
VDialogTransition: VDialogTransition
|
82722
|
+
VValidation: VValidation
|
83121
82723
|
VVirtualScroll: VVirtualScroll
|
83122
|
-
VDataIterator: VDataIterator
|
83123
|
-
VTab: VTab
|
83124
|
-
VTabs: VTabs
|
83125
|
-
VTabsWindow: VTabsWindow
|
83126
|
-
VTabsWindowItem: VTabsWindowItem
|
83127
|
-
VFileUpload: VFileUpload
|
83128
|
-
VFileUploadItem: VFileUploadItem
|
83129
|
-
VIconBtn: VIconBtn
|
83130
82724
|
VCalendar: VCalendar
|
83131
82725
|
VCalendarDay: VCalendarDay
|
83132
82726
|
VCalendarHeader: VCalendarHeader
|
83133
82727
|
VCalendarInterval: VCalendarInterval
|
83134
82728
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83135
82729
|
VCalendarMonthDay: VCalendarMonthDay
|
82730
|
+
VFileUpload: VFileUpload
|
82731
|
+
VFileUploadItem: VFileUploadItem
|
83136
82732
|
VStepperVertical: VStepperVertical
|
83137
82733
|
VStepperVerticalItem: VStepperVerticalItem
|
83138
82734
|
VStepperVerticalActions: VStepperVerticalActions
|
83139
|
-
|
83140
|
-
|
83141
|
-
VTimePickerControls: VTimePickerControls
|
82735
|
+
VPicker: VPicker
|
82736
|
+
VPickerTitle: VPickerTitle
|
83142
82737
|
VTreeview: VTreeview
|
83143
82738
|
VTreeviewItem: VTreeviewItem
|
83144
82739
|
VTreeviewGroup: VTreeviewGroup
|
83145
|
-
|
83146
|
-
|
82740
|
+
VIconBtn: VIconBtn
|
82741
|
+
VTimePicker: VTimePicker
|
82742
|
+
VTimePickerClock: VTimePickerClock
|
82743
|
+
VTimePickerControls: VTimePickerControls
|
83147
82744
|
VDateInput: VDateInput
|
83148
82745
|
VPullToRefresh: VPullToRefresh
|
83149
82746
|
}
|