@vuetify/nightly 3.8.1-master.2025-04-15 → 3.8.1-next.2025-04-15
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 +33 -32
- package/dist/json/attributes.json +3374 -3374
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +218 -218
- package/dist/json/web-types.json +5962 -5922
- package/dist/vuetify-labs.cjs +341 -179
- package/dist/vuetify-labs.css +26033 -27763
- package/dist/vuetify-labs.d.ts +253 -656
- package/dist/vuetify-labs.esm.js +342 -180
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +341 -179
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.cjs +323 -155
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +22790 -24516
- package/dist/vuetify.d.ts +278 -681
- package/dist/vuetify.esm.js +324 -156
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +323 -155
- 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/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 +385 -408
- package/lib/components/VBtn/VBtn.sass +4 -4
- 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 +548 -589
- 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 -3
- 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 +80 -78
- 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 +1 -2
- 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,169 +45240,49 @@ 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
|
-
isDisabled: vue.ComputedRef<boolean>;
|
45509
|
-
isReadonly: vue.ComputedRef<boolean>;
|
45510
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
45511
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45512
|
-
readonly externalValue: boolean | null;
|
45513
|
-
};
|
45514
|
-
items: vue.Ref<{
|
45515
|
-
id: number | string;
|
45516
|
-
validate: () => Promise<string[]>;
|
45517
|
-
reset: () => Promise<void>;
|
45518
|
-
resetValidation: () => Promise<void>;
|
45519
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45520
|
-
isValid: boolean | null;
|
45521
|
-
errorMessages: string[];
|
45522
|
-
}[], FormField[] | {
|
45523
|
-
id: number | string;
|
45524
|
-
validate: () => Promise<string[]>;
|
45525
|
-
reset: () => Promise<void>;
|
45526
|
-
resetValidation: () => Promise<void>;
|
45527
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
45528
|
-
isValid: boolean | null;
|
45529
|
-
errorMessages: string[];
|
45530
|
-
}[]>;
|
45531
|
-
validate: () => Promise<{
|
45532
|
-
valid: boolean;
|
45533
|
-
errors: {
|
45534
|
-
id: number | string;
|
45535
|
-
errorMessages: string[];
|
45536
|
-
}[];
|
45537
|
-
}>;
|
45279
|
+
errors: FieldValidationResult[];
|
45280
|
+
isDisabled: boolean;
|
45281
|
+
isReadonly: boolean;
|
45282
|
+
isValidating: boolean;
|
45283
|
+
isValid: boolean | null;
|
45284
|
+
items: FormField[];
|
45285
|
+
validate: () => Promise<FormValidationResult>;
|
45538
45286
|
reset: () => void;
|
45539
45287
|
resetValidation: () => void;
|
45540
45288
|
}) => vue.VNodeChild) | undefined;
|
@@ -45622,193 +45370,73 @@ declare const VForm: {
|
|
45622
45370
|
}>;
|
45623
45371
|
reset: () => void;
|
45624
45372
|
resetValidation: () => void;
|
45625
|
-
};
|
45626
|
-
}, {}, {}, {}, {
|
45627
|
-
style: vue.StyleValue;
|
45628
|
-
disabled: boolean;
|
45629
|
-
readonly: boolean;
|
45630
|
-
modelValue: boolean | null;
|
45631
|
-
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;
|
45632
|
-
fastFail: boolean;
|
45633
|
-
}>;
|
45634
|
-
__isFragment?: never;
|
45635
|
-
__isTeleport?: never;
|
45636
|
-
__isSuspense?: never;
|
45637
|
-
} & vue.ComponentOptionsBase<{
|
45638
|
-
style: vue.StyleValue;
|
45639
|
-
disabled: boolean;
|
45640
|
-
readonly: boolean;
|
45641
|
-
modelValue: boolean | null;
|
45642
|
-
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;
|
45643
|
-
fastFail: boolean;
|
45644
|
-
} & {
|
45645
|
-
class?: any;
|
45646
|
-
} & {
|
45647
|
-
$children?: vue.VNodeChild | {
|
45648
|
-
default?: ((arg: {
|
45649
|
-
errors:
|
45650
|
-
|
45651
|
-
|
45652
|
-
|
45653
|
-
|
45654
|
-
|
45655
|
-
|
45656
|
-
|
45657
|
-
|
45658
|
-
|
45659
|
-
|
45660
|
-
|
45661
|
-
|
45662
|
-
|
45663
|
-
|
45664
|
-
|
45665
|
-
|
45666
|
-
|
45667
|
-
|
45668
|
-
|
45669
|
-
|
45670
|
-
|
45671
|
-
|
45672
|
-
|
45673
|
-
|
45674
|
-
|
45675
|
-
|
45676
|
-
|
45677
|
-
|
45678
|
-
|
45679
|
-
|
45680
|
-
|
45681
|
-
errors: {
|
45682
|
-
id: number | string;
|
45683
|
-
errorMessages: string[];
|
45684
|
-
}[];
|
45685
|
-
}>;
|
45686
|
-
reset: () => void;
|
45687
|
-
resetValidation: () => void;
|
45688
|
-
}) => vue.VNodeChild) | undefined;
|
45689
|
-
} | ((arg: {
|
45690
|
-
errors: vue.Ref<{
|
45691
|
-
id: number | string;
|
45692
|
-
errorMessages: string[];
|
45693
|
-
}[], FieldValidationResult[] | {
|
45694
|
-
id: number | string;
|
45695
|
-
errorMessages: string[];
|
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
|
-
}>;
|
45727
|
-
reset: () => void;
|
45728
|
-
resetValidation: () => void;
|
45729
|
-
}) => vue.VNodeChild);
|
45730
|
-
'v-slots'?: {
|
45731
|
-
default?: false | ((arg: {
|
45732
|
-
errors: vue.Ref<{
|
45733
|
-
id: number | string;
|
45734
|
-
errorMessages: string[];
|
45735
|
-
}[], FieldValidationResult[] | {
|
45736
|
-
id: number | string;
|
45737
|
-
errorMessages: string[];
|
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
|
-
}>;
|
45769
|
-
reset: () => void;
|
45770
|
-
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<{
|
45386
|
+
style: vue.StyleValue;
|
45387
|
+
disabled: boolean;
|
45388
|
+
readonly: boolean;
|
45389
|
+
modelValue: boolean | null;
|
45390
|
+
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
|
+
fastFail: boolean;
|
45392
|
+
} & {
|
45393
|
+
class?: any;
|
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;
|
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,47 +82555,42 @@ declare module 'vue' {
|
|
82958
82555
|
$children?: VNodeChild
|
82959
82556
|
}
|
82960
82557
|
export interface GlobalComponents {
|
82558
|
+
VAppBar: VAppBar
|
82559
|
+
VAppBarNavIcon: VAppBarNavIcon
|
82560
|
+
VAppBarTitle: VAppBarTitle
|
82961
82561
|
VApp: VApp
|
82562
|
+
VBadge: VBadge
|
82563
|
+
VAutocomplete: VAutocomplete
|
82962
82564
|
VAlert: VAlert
|
82963
82565
|
VAlertTitle: VAlertTitle
|
82964
|
-
VAutocomplete: VAutocomplete
|
82965
82566
|
VAvatar: VAvatar
|
82966
|
-
VBadge: VBadge
|
82967
82567
|
VBottomNavigation: VBottomNavigation
|
82968
|
-
VBanner: VBanner
|
82969
|
-
VBannerActions: VBannerActions
|
82970
|
-
VBannerText: VBannerText
|
82971
|
-
VBottomSheet: VBottomSheet
|
82972
82568
|
VBreadcrumbs: VBreadcrumbs
|
82973
82569
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82974
82570
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82975
|
-
|
82571
|
+
VBottomSheet: VBottomSheet
|
82572
|
+
VBanner: VBanner
|
82573
|
+
VBannerActions: VBannerActions
|
82574
|
+
VBannerText: VBannerText
|
82976
82575
|
VBtn: VBtn
|
82977
|
-
|
82576
|
+
VCarousel: VCarousel
|
82577
|
+
VCarouselItem: VCarouselItem
|
82978
82578
|
VBtnToggle: VBtnToggle
|
82979
|
-
|
82980
|
-
|
82981
|
-
VCounter: VCounter
|
82982
|
-
VCode: VCode
|
82579
|
+
VBtnGroup: VBtnGroup
|
82580
|
+
VChip: VChip
|
82983
82581
|
VCard: VCard
|
82984
82582
|
VCardActions: VCardActions
|
82985
82583
|
VCardItem: VCardItem
|
82986
82584
|
VCardSubtitle: VCardSubtitle
|
82987
82585
|
VCardText: VCardText
|
82988
82586
|
VCardTitle: VCardTitle
|
82989
|
-
|
82990
|
-
|
82991
|
-
|
82992
|
-
|
82993
|
-
VDatePickerHeader: VDatePickerHeader
|
82994
|
-
VDatePickerMonth: VDatePickerMonth
|
82995
|
-
VDatePickerMonths: VDatePickerMonths
|
82996
|
-
VDatePickerYears: VDatePickerYears
|
82997
|
-
VCarousel: VCarousel
|
82998
|
-
VCarouselItem: VCarouselItem
|
82587
|
+
VCode: VCode
|
82588
|
+
VCheckbox: VCheckbox
|
82589
|
+
VCheckboxBtn: VCheckboxBtn
|
82590
|
+
VChipGroup: VChipGroup
|
82999
82591
|
VColorPicker: VColorPicker
|
82592
|
+
VCombobox: VCombobox
|
83000
82593
|
VDialog: VDialog
|
83001
|
-
VDivider: VDivider
|
83002
82594
|
VDataTable: VDataTable
|
83003
82595
|
VDataTableHeaders: VDataTableHeaders
|
83004
82596
|
VDataTableFooter: VDataTableFooter
|
@@ -83006,29 +82598,35 @@ declare module 'vue' {
|
|
83006
82598
|
VDataTableRow: VDataTableRow
|
83007
82599
|
VDataTableVirtual: VDataTableVirtual
|
83008
82600
|
VDataTableServer: VDataTableServer
|
82601
|
+
VCounter: VCounter
|
82602
|
+
VDatePicker: VDatePicker
|
82603
|
+
VDatePickerControls: VDatePickerControls
|
82604
|
+
VDatePickerHeader: VDatePickerHeader
|
82605
|
+
VDatePickerMonth: VDatePickerMonth
|
82606
|
+
VDatePickerMonths: VDatePickerMonths
|
82607
|
+
VDatePickerYears: VDatePickerYears
|
82608
|
+
VEmptyState: VEmptyState
|
82609
|
+
VExpansionPanels: VExpansionPanels
|
82610
|
+
VExpansionPanel: VExpansionPanel
|
82611
|
+
VExpansionPanelText: VExpansionPanelText
|
82612
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
82613
|
+
VDivider: VDivider
|
83009
82614
|
VFab: VFab
|
83010
82615
|
VField: VField
|
83011
82616
|
VFieldLabel: VFieldLabel
|
83012
82617
|
VFooter: VFooter
|
83013
82618
|
VFileInput: VFileInput
|
82619
|
+
VImg: VImg
|
83014
82620
|
VIcon: VIcon
|
83015
82621
|
VComponentIcon: VComponentIcon
|
83016
82622
|
VSvgIcon: VSvgIcon
|
83017
82623
|
VLigatureIcon: VLigatureIcon
|
83018
82624
|
VClassIcon: VClassIcon
|
83019
|
-
VEmptyState: VEmptyState
|
83020
|
-
VExpansionPanels: VExpansionPanels
|
83021
|
-
VExpansionPanel: VExpansionPanel
|
83022
|
-
VExpansionPanelText: VExpansionPanelText
|
83023
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
83024
|
-
VImg: VImg
|
83025
|
-
VInput: VInput
|
83026
|
-
VKbd: VKbd
|
83027
82625
|
VInfiniteScroll: VInfiniteScroll
|
82626
|
+
VLabel: VLabel
|
83028
82627
|
VItemGroup: VItemGroup
|
83029
82628
|
VItem: VItem
|
83030
|
-
|
83031
|
-
VMain: VMain
|
82629
|
+
VInput: VInput
|
83032
82630
|
VList: VList
|
83033
82631
|
VListGroup: VListGroup
|
83034
82632
|
VListImg: VListImg
|
@@ -83038,69 +82636,73 @@ declare module 'vue' {
|
|
83038
82636
|
VListItemSubtitle: VListItemSubtitle
|
83039
82637
|
VListItemTitle: VListItemTitle
|
83040
82638
|
VListSubheader: VListSubheader
|
82639
|
+
VMain: VMain
|
82640
|
+
VKbd: VKbd
|
83041
82641
|
VMenu: VMenu
|
83042
|
-
VNumberInput: VNumberInput
|
83043
|
-
VOtpInput: VOtpInput
|
83044
82642
|
VMessages: VMessages
|
83045
|
-
VProgressCircular: VProgressCircular
|
83046
|
-
VOverlay: VOverlay
|
83047
82643
|
VNavigationDrawer: VNavigationDrawer
|
83048
82644
|
VPagination: VPagination
|
83049
|
-
|
83050
|
-
|
82645
|
+
VNumberInput: VNumberInput
|
82646
|
+
VOtpInput: VOtpInput
|
83051
82647
|
VProgressLinear: VProgressLinear
|
82648
|
+
VOverlay: VOverlay
|
82649
|
+
VProgressCircular: VProgressCircular
|
83052
82650
|
VRadioGroup: VRadioGroup
|
82651
|
+
VRating: VRating
|
82652
|
+
VSelectionControl: VSelectionControl
|
83053
82653
|
VSelectionControlGroup: VSelectionControlGroup
|
83054
|
-
|
83055
|
-
|
82654
|
+
VSkeletonLoader: VSkeletonLoader
|
82655
|
+
VSelect: VSelect
|
83056
82656
|
VSlideGroup: VSlideGroup
|
83057
82657
|
VSlideGroupItem: VSlideGroupItem
|
83058
|
-
|
83059
|
-
VTextarea: VTextarea
|
83060
|
-
VSwitch: VSwitch
|
83061
|
-
VTab: VTab
|
83062
|
-
VTabs: VTabs
|
83063
|
-
VTabsWindow: VTabsWindow
|
83064
|
-
VTabsWindowItem: VTabsWindowItem
|
83065
|
-
VTable: VTable
|
82658
|
+
VSnackbar: VSnackbar
|
83066
82659
|
VStepper: VStepper
|
83067
82660
|
VStepperActions: VStepperActions
|
83068
82661
|
VStepperHeader: VStepperHeader
|
83069
82662
|
VStepperItem: VStepperItem
|
83070
82663
|
VStepperWindow: VStepperWindow
|
83071
82664
|
VStepperWindowItem: VStepperWindowItem
|
82665
|
+
VSlider: VSlider
|
82666
|
+
VSwitch: VSwitch
|
82667
|
+
VTextarea: VTextarea
|
82668
|
+
VSystemBar: VSystemBar
|
82669
|
+
VSheet: VSheet
|
82670
|
+
VTab: VTab
|
82671
|
+
VTabs: VTabs
|
82672
|
+
VTabsWindow: VTabsWindow
|
82673
|
+
VTabsWindowItem: VTabsWindowItem
|
82674
|
+
VTable: VTable
|
82675
|
+
VToolbar: VToolbar
|
82676
|
+
VToolbarTitle: VToolbarTitle
|
82677
|
+
VToolbarItems: VToolbarItems
|
83072
82678
|
VTextField: VTextField
|
83073
82679
|
VTooltip: VTooltip
|
83074
|
-
VWindow: VWindow
|
83075
|
-
VWindowItem: VWindowItem
|
83076
82680
|
VTimeline: VTimeline
|
83077
82681
|
VTimelineItem: VTimelineItem
|
83078
|
-
|
82682
|
+
VWindow: VWindow
|
82683
|
+
VWindowItem: VWindowItem
|
83079
82684
|
VConfirmEdit: VConfirmEdit
|
83080
82685
|
VDataIterator: VDataIterator
|
83081
82686
|
VDefaultsProvider: VDefaultsProvider
|
83082
|
-
VForm: VForm
|
83083
82687
|
VContainer: VContainer
|
83084
82688
|
VCol: VCol
|
83085
82689
|
VRow: VRow
|
83086
82690
|
VSpacer: VSpacer
|
82691
|
+
VForm: VForm
|
83087
82692
|
VHover: VHover
|
83088
82693
|
VLayout: VLayout
|
83089
82694
|
VLayoutItem: VLayoutItem
|
83090
|
-
VLocaleProvider: VLocaleProvider
|
83091
82695
|
VLazy: VLazy
|
83092
|
-
|
83093
|
-
VRangeSlider: VRangeSlider
|
82696
|
+
VLocaleProvider: VLocaleProvider
|
83094
82697
|
VNoSsr: VNoSsr
|
83095
82698
|
VParallax: VParallax
|
83096
|
-
|
83097
|
-
VSparkline: VSparkline
|
83098
|
-
VSkeletonLoader: VSkeletonLoader
|
82699
|
+
VRadio: VRadio
|
83099
82700
|
VResponsive: VResponsive
|
82701
|
+
VRangeSlider: VRangeSlider
|
82702
|
+
VSnackbarQueue: VSnackbarQueue
|
83100
82703
|
VSpeedDial: VSpeedDial
|
82704
|
+
VSparkline: VSparkline
|
83101
82705
|
VThemeProvider: VThemeProvider
|
83102
|
-
VValidation: VValidation
|
83103
|
-
VVirtualScroll: VVirtualScroll
|
83104
82706
|
VFabTransition: VFabTransition
|
83105
82707
|
VDialogBottomTransition: VDialogBottomTransition
|
83106
82708
|
VDialogTopTransition: VDialogTopTransition
|
@@ -83117,33 +82719,28 @@ declare module 'vue' {
|
|
83117
82719
|
VExpandTransition: VExpandTransition
|
83118
82720
|
VExpandXTransition: VExpandXTransition
|
83119
82721
|
VDialogTransition: VDialogTransition
|
83120
|
-
|
83121
|
-
|
83122
|
-
VToolbarItems: VToolbarItems
|
83123
|
-
VSlider: VSlider
|
83124
|
-
VAppBar: VAppBar
|
83125
|
-
VAppBarNavIcon: VAppBarNavIcon
|
83126
|
-
VAppBarTitle: VAppBarTitle
|
82722
|
+
VValidation: VValidation
|
82723
|
+
VVirtualScroll: VVirtualScroll
|
83127
82724
|
VCalendar: VCalendar
|
83128
82725
|
VCalendarDay: VCalendarDay
|
83129
82726
|
VCalendarHeader: VCalendarHeader
|
83130
82727
|
VCalendarInterval: VCalendarInterval
|
83131
82728
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83132
82729
|
VCalendarMonthDay: VCalendarMonthDay
|
83133
|
-
VFileUpload: VFileUpload
|
83134
|
-
VFileUploadItem: VFileUploadItem
|
83135
82730
|
VPicker: VPicker
|
83136
82731
|
VPickerTitle: VPickerTitle
|
83137
|
-
VTimePicker: VTimePicker
|
83138
|
-
VTimePickerClock: VTimePickerClock
|
83139
|
-
VTimePickerControls: VTimePickerControls
|
83140
82732
|
VStepperVertical: VStepperVertical
|
83141
82733
|
VStepperVerticalItem: VStepperVerticalItem
|
83142
82734
|
VStepperVerticalActions: VStepperVerticalActions
|
82735
|
+
VTimePicker: VTimePicker
|
82736
|
+
VTimePickerClock: VTimePickerClock
|
82737
|
+
VTimePickerControls: VTimePickerControls
|
83143
82738
|
VIconBtn: VIconBtn
|
83144
82739
|
VTreeview: VTreeview
|
83145
82740
|
VTreeviewItem: VTreeviewItem
|
83146
82741
|
VTreeviewGroup: VTreeviewGroup
|
82742
|
+
VFileUpload: VFileUpload
|
82743
|
+
VFileUploadItem: VFileUploadItem
|
83147
82744
|
VDateInput: VDateInput
|
83148
82745
|
VPullToRefresh: VPullToRefresh
|
83149
82746
|
}
|