@vuetify/nightly 3.9.0-master.2025-07-09 → 3.9.0-next.2025-07-09
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 +20 -9
- package/dist/json/attributes.json +3539 -3539
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +6434 -6398
- package/dist/vuetify-labs.cjs +55 -36
- package/dist/vuetify-labs.css +26440 -28193
- package/dist/vuetify-labs.d.ts +197 -590
- package/dist/vuetify-labs.esm.js +55 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +55 -36
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.cjs +47 -28
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +22837 -24587
- package/dist/vuetify.d.ts +197 -590
- package/dist/vuetify.esm.js +47 -28
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +47 -28
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +18 -18
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +211 -220
- 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 +400 -436
- package/lib/components/VBtn/VBtn.sass +10 -23
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +87 -88
- package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCarousel/VCarousel.css +62 -64
- 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 +13 -11
- 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 +202 -200
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
- 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 +34 -32
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- 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 +33 -31
- 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 +442 -454
- 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 +59 -57
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- 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 +59 -57
- 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/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- 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 +142 -143
- 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/VTimePicker/VTimePicker.css +4 -2
- package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
- package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
- 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/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +83 -85
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VWindow/VWindow.css +88 -85
- package/lib/composables/theme.js +3 -3
- package/lib/composables/theme.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +45 -45
- 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/VCalendarDay.css +40 -41
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- 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/VColorInput/VColorInput.css +5 -3
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.css +74 -77
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VHotkey/VHotkey.css +242 -241
- package/lib/labs/VIconBtn/VIconBtn.css +162 -164
- package/lib/labs/VPicker/VPicker.css +62 -67
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -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 +14677 -16153
- 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/package.json +1 -1
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
package/dist/vuetify.d.ts
CHANGED
@@ -13318,17 +13318,20 @@ declare const VAutocomplete: {
|
|
13318
13318
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
13319
13319
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
13320
13320
|
item: (arg: {
|
13321
|
-
item:
|
13321
|
+
item: unknown;
|
13322
|
+
internalItem: ListItem<unknown>;
|
13322
13323
|
index: number;
|
13323
13324
|
props: Record<string, unknown>;
|
13324
13325
|
}) => vue.VNode[];
|
13325
13326
|
chip: (arg: {
|
13326
|
-
item:
|
13327
|
+
item: unknown;
|
13328
|
+
internalItem: ListItem<unknown>;
|
13327
13329
|
index: number;
|
13328
13330
|
props: Record<string, unknown>;
|
13329
13331
|
}) => vue.VNode[];
|
13330
13332
|
selection: (arg: {
|
13331
|
-
item:
|
13333
|
+
item: unknown;
|
13334
|
+
internalItem: ListItem<unknown>;
|
13332
13335
|
index: number;
|
13333
13336
|
}) => vue.VNode[];
|
13334
13337
|
subheader: (arg: {
|
@@ -18334,17 +18337,20 @@ declare const VAutocomplete: {
|
|
18334
18337
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
18335
18338
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
18336
18339
|
item: (arg: {
|
18337
|
-
item:
|
18340
|
+
item: unknown;
|
18341
|
+
internalItem: ListItem<unknown>;
|
18338
18342
|
index: number;
|
18339
18343
|
props: Record<string, unknown>;
|
18340
18344
|
}) => vue.VNode[];
|
18341
18345
|
chip: (arg: {
|
18342
|
-
item:
|
18346
|
+
item: unknown;
|
18347
|
+
internalItem: ListItem<unknown>;
|
18343
18348
|
index: number;
|
18344
18349
|
props: Record<string, unknown>;
|
18345
18350
|
}) => vue.VNode[];
|
18346
18351
|
selection: (arg: {
|
18347
|
-
item:
|
18352
|
+
item: unknown;
|
18353
|
+
internalItem: ListItem<unknown>;
|
18348
18354
|
index: number;
|
18349
18355
|
}) => vue.VNode[];
|
18350
18356
|
subheader: (arg: {
|
@@ -18369,17 +18375,20 @@ declare const VAutocomplete: {
|
|
18369
18375
|
"onUpdate:modelValue"?: (value: V) => void;
|
18370
18376
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
18371
18377
|
item: {
|
18372
|
-
item:
|
18378
|
+
item: Item;
|
18379
|
+
internalItem: ListItem<Item>;
|
18373
18380
|
index: number;
|
18374
18381
|
props: Record<string, unknown>;
|
18375
18382
|
};
|
18376
18383
|
chip: {
|
18377
|
-
item:
|
18384
|
+
item: Item;
|
18385
|
+
internalItem: ListItem<Item>;
|
18378
18386
|
index: number;
|
18379
18387
|
props: Record<string, unknown>;
|
18380
18388
|
};
|
18381
18389
|
selection: {
|
18382
|
-
item:
|
18390
|
+
item: Item;
|
18391
|
+
internalItem: ListItem<Item>;
|
18383
18392
|
index: number;
|
18384
18393
|
};
|
18385
18394
|
subheader: {
|
@@ -31224,17 +31233,20 @@ declare const VCombobox: {
|
|
31224
31233
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
31225
31234
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
31226
31235
|
item: (arg: {
|
31227
|
-
item:
|
31236
|
+
item: unknown;
|
31237
|
+
internalItem: ListItem<unknown>;
|
31228
31238
|
index: number;
|
31229
31239
|
props: Record<string, unknown>;
|
31230
31240
|
}) => vue.VNode[];
|
31231
31241
|
chip: (arg: {
|
31232
|
-
item:
|
31242
|
+
item: unknown;
|
31243
|
+
internalItem: ListItem<unknown>;
|
31233
31244
|
index: number;
|
31234
31245
|
props: Record<string, unknown>;
|
31235
31246
|
}) => vue.VNode[];
|
31236
31247
|
selection: (arg: {
|
31237
|
-
item:
|
31248
|
+
item: unknown;
|
31249
|
+
internalItem: ListItem<unknown>;
|
31238
31250
|
index: number;
|
31239
31251
|
}) => vue.VNode[];
|
31240
31252
|
subheader: (arg: {
|
@@ -36236,17 +36248,20 @@ declare const VCombobox: {
|
|
36236
36248
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
36237
36249
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
36238
36250
|
item: (arg: {
|
36239
|
-
item:
|
36251
|
+
item: unknown;
|
36252
|
+
internalItem: ListItem<unknown>;
|
36240
36253
|
index: number;
|
36241
36254
|
props: Record<string, unknown>;
|
36242
36255
|
}) => vue.VNode[];
|
36243
36256
|
chip: (arg: {
|
36244
|
-
item:
|
36257
|
+
item: unknown;
|
36258
|
+
internalItem: ListItem<unknown>;
|
36245
36259
|
index: number;
|
36246
36260
|
props: Record<string, unknown>;
|
36247
36261
|
}) => vue.VNode[];
|
36248
36262
|
selection: (arg: {
|
36249
|
-
item:
|
36263
|
+
item: unknown;
|
36264
|
+
internalItem: ListItem<unknown>;
|
36250
36265
|
index: number;
|
36251
36266
|
}) => vue.VNode[];
|
36252
36267
|
subheader: (arg: {
|
@@ -36271,17 +36286,20 @@ declare const VCombobox: {
|
|
36271
36286
|
"onUpdate:modelValue"?: (value: V) => void;
|
36272
36287
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
36273
36288
|
item: {
|
36274
|
-
item:
|
36289
|
+
item: Item;
|
36290
|
+
internalItem: ListItem<Item>;
|
36275
36291
|
index: number;
|
36276
36292
|
props: Record<string, unknown>;
|
36277
36293
|
};
|
36278
36294
|
chip: {
|
36279
|
-
item:
|
36295
|
+
item: Item;
|
36296
|
+
internalItem: ListItem<Item>;
|
36280
36297
|
index: number;
|
36281
36298
|
props: Record<string, unknown>;
|
36282
36299
|
};
|
36283
36300
|
selection: {
|
36284
|
-
item:
|
36301
|
+
item: Item;
|
36302
|
+
internalItem: ListItem<Item>;
|
36285
36303
|
index: number;
|
36286
36304
|
};
|
36287
36305
|
subheader: {
|
@@ -48452,169 +48470,49 @@ declare const VForm: {
|
|
48452
48470
|
} & {
|
48453
48471
|
$children?: vue.VNodeChild | {
|
48454
48472
|
default?: ((arg: {
|
48455
|
-
errors:
|
48456
|
-
|
48457
|
-
|
48458
|
-
|
48459
|
-
|
48460
|
-
|
48461
|
-
|
48462
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48463
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48464
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48465
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48466
|
-
readonly externalValue: boolean | null;
|
48467
|
-
};
|
48468
|
-
items: vue.Ref<{
|
48469
|
-
id: number | string;
|
48470
|
-
validate: () => Promise<string[]>;
|
48471
|
-
reset: () => Promise<void>;
|
48472
|
-
resetValidation: () => Promise<void>;
|
48473
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48474
|
-
isValid: boolean | null;
|
48475
|
-
errorMessages: string[];
|
48476
|
-
}[], FormField[] | {
|
48477
|
-
id: number | string;
|
48478
|
-
validate: () => Promise<string[]>;
|
48479
|
-
reset: () => Promise<void>;
|
48480
|
-
resetValidation: () => Promise<void>;
|
48481
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48482
|
-
isValid: boolean | null;
|
48483
|
-
errorMessages: string[];
|
48484
|
-
}[]>;
|
48485
|
-
validate: () => Promise<{
|
48486
|
-
valid: boolean;
|
48487
|
-
errors: {
|
48488
|
-
id: number | string;
|
48489
|
-
errorMessages: string[];
|
48490
|
-
}[];
|
48491
|
-
}>;
|
48473
|
+
errors: FieldValidationResult[];
|
48474
|
+
isDisabled: boolean;
|
48475
|
+
isReadonly: boolean;
|
48476
|
+
isValidating: boolean;
|
48477
|
+
isValid: boolean | null;
|
48478
|
+
items: FormField[];
|
48479
|
+
validate: () => Promise<FormValidationResult>;
|
48492
48480
|
reset: () => void;
|
48493
48481
|
resetValidation: () => void;
|
48494
48482
|
}) => vue.VNodeChild) | undefined;
|
48495
48483
|
} | ((arg: {
|
48496
|
-
errors:
|
48497
|
-
|
48498
|
-
|
48499
|
-
|
48500
|
-
|
48501
|
-
|
48502
|
-
|
48503
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48504
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48505
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48506
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48507
|
-
readonly externalValue: boolean | null;
|
48508
|
-
};
|
48509
|
-
items: vue.Ref<{
|
48510
|
-
id: number | string;
|
48511
|
-
validate: () => Promise<string[]>;
|
48512
|
-
reset: () => Promise<void>;
|
48513
|
-
resetValidation: () => Promise<void>;
|
48514
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48515
|
-
isValid: boolean | null;
|
48516
|
-
errorMessages: string[];
|
48517
|
-
}[], FormField[] | {
|
48518
|
-
id: number | string;
|
48519
|
-
validate: () => Promise<string[]>;
|
48520
|
-
reset: () => Promise<void>;
|
48521
|
-
resetValidation: () => Promise<void>;
|
48522
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48523
|
-
isValid: boolean | null;
|
48524
|
-
errorMessages: string[];
|
48525
|
-
}[]>;
|
48526
|
-
validate: () => Promise<{
|
48527
|
-
valid: boolean;
|
48528
|
-
errors: {
|
48529
|
-
id: number | string;
|
48530
|
-
errorMessages: string[];
|
48531
|
-
}[];
|
48532
|
-
}>;
|
48484
|
+
errors: FieldValidationResult[];
|
48485
|
+
isDisabled: boolean;
|
48486
|
+
isReadonly: boolean;
|
48487
|
+
isValidating: boolean;
|
48488
|
+
isValid: boolean | null;
|
48489
|
+
items: FormField[];
|
48490
|
+
validate: () => Promise<FormValidationResult>;
|
48533
48491
|
reset: () => void;
|
48534
48492
|
resetValidation: () => void;
|
48535
48493
|
}) => vue.VNodeChild);
|
48536
48494
|
'v-slots'?: {
|
48537
48495
|
default?: false | ((arg: {
|
48538
|
-
errors:
|
48539
|
-
|
48540
|
-
|
48541
|
-
|
48542
|
-
|
48543
|
-
|
48544
|
-
|
48545
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48546
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48547
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48548
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48549
|
-
readonly externalValue: boolean | null;
|
48550
|
-
};
|
48551
|
-
items: vue.Ref<{
|
48552
|
-
id: number | string;
|
48553
|
-
validate: () => Promise<string[]>;
|
48554
|
-
reset: () => Promise<void>;
|
48555
|
-
resetValidation: () => Promise<void>;
|
48556
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48557
|
-
isValid: boolean | null;
|
48558
|
-
errorMessages: string[];
|
48559
|
-
}[], FormField[] | {
|
48560
|
-
id: number | string;
|
48561
|
-
validate: () => Promise<string[]>;
|
48562
|
-
reset: () => Promise<void>;
|
48563
|
-
resetValidation: () => Promise<void>;
|
48564
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48565
|
-
isValid: boolean | null;
|
48566
|
-
errorMessages: string[];
|
48567
|
-
}[]>;
|
48568
|
-
validate: () => Promise<{
|
48569
|
-
valid: boolean;
|
48570
|
-
errors: {
|
48571
|
-
id: number | string;
|
48572
|
-
errorMessages: string[];
|
48573
|
-
}[];
|
48574
|
-
}>;
|
48496
|
+
errors: FieldValidationResult[];
|
48497
|
+
isDisabled: boolean;
|
48498
|
+
isReadonly: boolean;
|
48499
|
+
isValidating: boolean;
|
48500
|
+
isValid: boolean | null;
|
48501
|
+
items: FormField[];
|
48502
|
+
validate: () => Promise<FormValidationResult>;
|
48575
48503
|
reset: () => void;
|
48576
48504
|
resetValidation: () => void;
|
48577
48505
|
}) => vue.VNodeChild) | undefined;
|
48578
48506
|
} | undefined;
|
48579
48507
|
} & {
|
48580
48508
|
"v-slot:default"?: false | ((arg: {
|
48581
|
-
errors:
|
48582
|
-
|
48583
|
-
|
48584
|
-
|
48585
|
-
|
48586
|
-
|
48587
|
-
|
48588
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48589
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48590
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48591
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48592
|
-
readonly externalValue: boolean | null;
|
48593
|
-
};
|
48594
|
-
items: vue.Ref<{
|
48595
|
-
id: number | string;
|
48596
|
-
validate: () => Promise<string[]>;
|
48597
|
-
reset: () => Promise<void>;
|
48598
|
-
resetValidation: () => Promise<void>;
|
48599
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48600
|
-
isValid: boolean | null;
|
48601
|
-
errorMessages: string[];
|
48602
|
-
}[], FormField[] | {
|
48603
|
-
id: number | string;
|
48604
|
-
validate: () => Promise<string[]>;
|
48605
|
-
reset: () => Promise<void>;
|
48606
|
-
resetValidation: () => Promise<void>;
|
48607
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48608
|
-
isValid: boolean | null;
|
48609
|
-
errorMessages: string[];
|
48610
|
-
}[]>;
|
48611
|
-
validate: () => Promise<{
|
48612
|
-
valid: boolean;
|
48613
|
-
errors: {
|
48614
|
-
id: number | string;
|
48615
|
-
errorMessages: string[];
|
48616
|
-
}[];
|
48617
|
-
}>;
|
48509
|
+
errors: FieldValidationResult[];
|
48510
|
+
isDisabled: boolean;
|
48511
|
+
isReadonly: boolean;
|
48512
|
+
isValidating: boolean;
|
48513
|
+
isValid: boolean | null;
|
48514
|
+
items: FormField[];
|
48515
|
+
validate: () => Promise<FormValidationResult>;
|
48618
48516
|
reset: () => void;
|
48619
48517
|
resetValidation: () => void;
|
48620
48518
|
}) => vue.VNodeChild) | undefined;
|
@@ -48715,43 +48613,13 @@ declare const VForm: {
|
|
48715
48613
|
fastFail: boolean;
|
48716
48614
|
}, true, {}, vue.SlotsType<Partial<{
|
48717
48615
|
default: (arg: {
|
48718
|
-
errors:
|
48719
|
-
|
48720
|
-
|
48721
|
-
|
48722
|
-
|
48723
|
-
|
48724
|
-
|
48725
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48726
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48727
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48728
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48729
|
-
readonly externalValue: boolean | null;
|
48730
|
-
};
|
48731
|
-
items: vue.Ref<{
|
48732
|
-
id: number | string;
|
48733
|
-
validate: () => Promise<string[]>;
|
48734
|
-
reset: () => Promise<void>;
|
48735
|
-
resetValidation: () => Promise<void>;
|
48736
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48737
|
-
isValid: boolean | null;
|
48738
|
-
errorMessages: string[];
|
48739
|
-
}[], FormField[] | {
|
48740
|
-
id: number | string;
|
48741
|
-
validate: () => Promise<string[]>;
|
48742
|
-
reset: () => Promise<void>;
|
48743
|
-
resetValidation: () => Promise<void>;
|
48744
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48745
|
-
isValid: boolean | null;
|
48746
|
-
errorMessages: string[];
|
48747
|
-
}[]>;
|
48748
|
-
validate: () => Promise<{
|
48749
|
-
valid: boolean;
|
48750
|
-
errors: {
|
48751
|
-
id: number | string;
|
48752
|
-
errorMessages: string[];
|
48753
|
-
}[];
|
48754
|
-
}>;
|
48616
|
+
errors: FieldValidationResult[];
|
48617
|
+
isDisabled: boolean;
|
48618
|
+
isReadonly: boolean;
|
48619
|
+
isValidating: boolean;
|
48620
|
+
isValid: boolean | null;
|
48621
|
+
items: FormField[];
|
48622
|
+
validate: () => Promise<FormValidationResult>;
|
48755
48623
|
reset: () => void;
|
48756
48624
|
resetValidation: () => void;
|
48757
48625
|
}) => vue.VNode[];
|
@@ -48774,169 +48642,49 @@ declare const VForm: {
|
|
48774
48642
|
} & {
|
48775
48643
|
$children?: vue.VNodeChild | {
|
48776
48644
|
default?: ((arg: {
|
48777
|
-
errors:
|
48778
|
-
|
48779
|
-
|
48780
|
-
|
48781
|
-
|
48782
|
-
|
48783
|
-
|
48784
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48785
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48786
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48787
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48788
|
-
readonly externalValue: boolean | null;
|
48789
|
-
};
|
48790
|
-
items: vue.Ref<{
|
48791
|
-
id: number | string;
|
48792
|
-
validate: () => Promise<string[]>;
|
48793
|
-
reset: () => Promise<void>;
|
48794
|
-
resetValidation: () => Promise<void>;
|
48795
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48796
|
-
isValid: boolean | null;
|
48797
|
-
errorMessages: string[];
|
48798
|
-
}[], FormField[] | {
|
48799
|
-
id: number | string;
|
48800
|
-
validate: () => Promise<string[]>;
|
48801
|
-
reset: () => Promise<void>;
|
48802
|
-
resetValidation: () => Promise<void>;
|
48803
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48804
|
-
isValid: boolean | null;
|
48805
|
-
errorMessages: string[];
|
48806
|
-
}[]>;
|
48807
|
-
validate: () => Promise<{
|
48808
|
-
valid: boolean;
|
48809
|
-
errors: {
|
48810
|
-
id: number | string;
|
48811
|
-
errorMessages: string[];
|
48812
|
-
}[];
|
48813
|
-
}>;
|
48645
|
+
errors: FieldValidationResult[];
|
48646
|
+
isDisabled: boolean;
|
48647
|
+
isReadonly: boolean;
|
48648
|
+
isValidating: boolean;
|
48649
|
+
isValid: boolean | null;
|
48650
|
+
items: FormField[];
|
48651
|
+
validate: () => Promise<FormValidationResult>;
|
48814
48652
|
reset: () => void;
|
48815
48653
|
resetValidation: () => void;
|
48816
48654
|
}) => vue.VNodeChild) | undefined;
|
48817
48655
|
} | ((arg: {
|
48818
|
-
errors:
|
48819
|
-
|
48820
|
-
|
48821
|
-
|
48822
|
-
|
48823
|
-
|
48824
|
-
|
48825
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48826
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48827
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48828
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48829
|
-
readonly externalValue: boolean | null;
|
48830
|
-
};
|
48831
|
-
items: vue.Ref<{
|
48832
|
-
id: number | string;
|
48833
|
-
validate: () => Promise<string[]>;
|
48834
|
-
reset: () => Promise<void>;
|
48835
|
-
resetValidation: () => Promise<void>;
|
48836
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48837
|
-
isValid: boolean | null;
|
48838
|
-
errorMessages: string[];
|
48839
|
-
}[], FormField[] | {
|
48840
|
-
id: number | string;
|
48841
|
-
validate: () => Promise<string[]>;
|
48842
|
-
reset: () => Promise<void>;
|
48843
|
-
resetValidation: () => Promise<void>;
|
48844
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48845
|
-
isValid: boolean | null;
|
48846
|
-
errorMessages: string[];
|
48847
|
-
}[]>;
|
48848
|
-
validate: () => Promise<{
|
48849
|
-
valid: boolean;
|
48850
|
-
errors: {
|
48851
|
-
id: number | string;
|
48852
|
-
errorMessages: string[];
|
48853
|
-
}[];
|
48854
|
-
}>;
|
48656
|
+
errors: FieldValidationResult[];
|
48657
|
+
isDisabled: boolean;
|
48658
|
+
isReadonly: boolean;
|
48659
|
+
isValidating: boolean;
|
48660
|
+
isValid: boolean | null;
|
48661
|
+
items: FormField[];
|
48662
|
+
validate: () => Promise<FormValidationResult>;
|
48855
48663
|
reset: () => void;
|
48856
48664
|
resetValidation: () => void;
|
48857
48665
|
}) => vue.VNodeChild);
|
48858
48666
|
'v-slots'?: {
|
48859
48667
|
default?: false | ((arg: {
|
48860
|
-
errors:
|
48861
|
-
|
48862
|
-
|
48863
|
-
|
48864
|
-
|
48865
|
-
|
48866
|
-
|
48867
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48868
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48869
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48870
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48871
|
-
readonly externalValue: boolean | null;
|
48872
|
-
};
|
48873
|
-
items: vue.Ref<{
|
48874
|
-
id: number | string;
|
48875
|
-
validate: () => Promise<string[]>;
|
48876
|
-
reset: () => Promise<void>;
|
48877
|
-
resetValidation: () => Promise<void>;
|
48878
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48879
|
-
isValid: boolean | null;
|
48880
|
-
errorMessages: string[];
|
48881
|
-
}[], FormField[] | {
|
48882
|
-
id: number | string;
|
48883
|
-
validate: () => Promise<string[]>;
|
48884
|
-
reset: () => Promise<void>;
|
48885
|
-
resetValidation: () => Promise<void>;
|
48886
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48887
|
-
isValid: boolean | null;
|
48888
|
-
errorMessages: string[];
|
48889
|
-
}[]>;
|
48890
|
-
validate: () => Promise<{
|
48891
|
-
valid: boolean;
|
48892
|
-
errors: {
|
48893
|
-
id: number | string;
|
48894
|
-
errorMessages: string[];
|
48895
|
-
}[];
|
48896
|
-
}>;
|
48668
|
+
errors: FieldValidationResult[];
|
48669
|
+
isDisabled: boolean;
|
48670
|
+
isReadonly: boolean;
|
48671
|
+
isValidating: boolean;
|
48672
|
+
isValid: boolean | null;
|
48673
|
+
items: FormField[];
|
48674
|
+
validate: () => Promise<FormValidationResult>;
|
48897
48675
|
reset: () => void;
|
48898
48676
|
resetValidation: () => void;
|
48899
48677
|
}) => vue.VNodeChild) | undefined;
|
48900
48678
|
} | undefined;
|
48901
48679
|
} & {
|
48902
48680
|
"v-slot:default"?: false | ((arg: {
|
48903
|
-
errors:
|
48904
|
-
|
48905
|
-
|
48906
|
-
|
48907
|
-
|
48908
|
-
|
48909
|
-
|
48910
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
48911
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
48912
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
48913
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
48914
|
-
readonly externalValue: boolean | null;
|
48915
|
-
};
|
48916
|
-
items: vue.Ref<{
|
48917
|
-
id: number | string;
|
48918
|
-
validate: () => Promise<string[]>;
|
48919
|
-
reset: () => Promise<void>;
|
48920
|
-
resetValidation: () => Promise<void>;
|
48921
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48922
|
-
isValid: boolean | null;
|
48923
|
-
errorMessages: string[];
|
48924
|
-
}[], FormField[] | {
|
48925
|
-
id: number | string;
|
48926
|
-
validate: () => Promise<string[]>;
|
48927
|
-
reset: () => Promise<void>;
|
48928
|
-
resetValidation: () => Promise<void>;
|
48929
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
48930
|
-
isValid: boolean | null;
|
48931
|
-
errorMessages: string[];
|
48932
|
-
}[]>;
|
48933
|
-
validate: () => Promise<{
|
48934
|
-
valid: boolean;
|
48935
|
-
errors: {
|
48936
|
-
id: number | string;
|
48937
|
-
errorMessages: string[];
|
48938
|
-
}[];
|
48939
|
-
}>;
|
48681
|
+
errors: FieldValidationResult[];
|
48682
|
+
isDisabled: boolean;
|
48683
|
+
isReadonly: boolean;
|
48684
|
+
isValidating: boolean;
|
48685
|
+
isValid: boolean | null;
|
48686
|
+
items: FormField[];
|
48687
|
+
validate: () => Promise<FormValidationResult>;
|
48940
48688
|
reset: () => void;
|
48941
48689
|
resetValidation: () => void;
|
48942
48690
|
}) => vue.VNodeChild) | undefined;
|
@@ -49048,169 +48796,49 @@ declare const VForm: {
|
|
49048
48796
|
} & {
|
49049
48797
|
$children?: vue.VNodeChild | {
|
49050
48798
|
default?: ((arg: {
|
49051
|
-
errors:
|
49052
|
-
|
49053
|
-
|
49054
|
-
|
49055
|
-
|
49056
|
-
|
49057
|
-
|
49058
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
49059
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
49060
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
49061
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
49062
|
-
readonly externalValue: boolean | null;
|
49063
|
-
};
|
49064
|
-
items: vue.Ref<{
|
49065
|
-
id: number | string;
|
49066
|
-
validate: () => Promise<string[]>;
|
49067
|
-
reset: () => Promise<void>;
|
49068
|
-
resetValidation: () => Promise<void>;
|
49069
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49070
|
-
isValid: boolean | null;
|
49071
|
-
errorMessages: string[];
|
49072
|
-
}[], FormField[] | {
|
49073
|
-
id: number | string;
|
49074
|
-
validate: () => Promise<string[]>;
|
49075
|
-
reset: () => Promise<void>;
|
49076
|
-
resetValidation: () => Promise<void>;
|
49077
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49078
|
-
isValid: boolean | null;
|
49079
|
-
errorMessages: string[];
|
49080
|
-
}[]>;
|
49081
|
-
validate: () => Promise<{
|
49082
|
-
valid: boolean;
|
49083
|
-
errors: {
|
49084
|
-
id: number | string;
|
49085
|
-
errorMessages: string[];
|
49086
|
-
}[];
|
49087
|
-
}>;
|
48799
|
+
errors: FieldValidationResult[];
|
48800
|
+
isDisabled: boolean;
|
48801
|
+
isReadonly: boolean;
|
48802
|
+
isValidating: boolean;
|
48803
|
+
isValid: boolean | null;
|
48804
|
+
items: FormField[];
|
48805
|
+
validate: () => Promise<FormValidationResult>;
|
49088
48806
|
reset: () => void;
|
49089
48807
|
resetValidation: () => void;
|
49090
48808
|
}) => vue.VNodeChild) | undefined;
|
49091
48809
|
} | ((arg: {
|
49092
|
-
errors:
|
49093
|
-
|
49094
|
-
|
49095
|
-
|
49096
|
-
|
49097
|
-
|
49098
|
-
|
49099
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
49100
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
49101
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
49102
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
49103
|
-
readonly externalValue: boolean | null;
|
49104
|
-
};
|
49105
|
-
items: vue.Ref<{
|
49106
|
-
id: number | string;
|
49107
|
-
validate: () => Promise<string[]>;
|
49108
|
-
reset: () => Promise<void>;
|
49109
|
-
resetValidation: () => Promise<void>;
|
49110
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49111
|
-
isValid: boolean | null;
|
49112
|
-
errorMessages: string[];
|
49113
|
-
}[], FormField[] | {
|
49114
|
-
id: number | string;
|
49115
|
-
validate: () => Promise<string[]>;
|
49116
|
-
reset: () => Promise<void>;
|
49117
|
-
resetValidation: () => Promise<void>;
|
49118
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49119
|
-
isValid: boolean | null;
|
49120
|
-
errorMessages: string[];
|
49121
|
-
}[]>;
|
49122
|
-
validate: () => Promise<{
|
49123
|
-
valid: boolean;
|
49124
|
-
errors: {
|
49125
|
-
id: number | string;
|
49126
|
-
errorMessages: string[];
|
49127
|
-
}[];
|
49128
|
-
}>;
|
48810
|
+
errors: FieldValidationResult[];
|
48811
|
+
isDisabled: boolean;
|
48812
|
+
isReadonly: boolean;
|
48813
|
+
isValidating: boolean;
|
48814
|
+
isValid: boolean | null;
|
48815
|
+
items: FormField[];
|
48816
|
+
validate: () => Promise<FormValidationResult>;
|
49129
48817
|
reset: () => void;
|
49130
48818
|
resetValidation: () => void;
|
49131
48819
|
}) => vue.VNodeChild);
|
49132
48820
|
'v-slots'?: {
|
49133
48821
|
default?: false | ((arg: {
|
49134
|
-
errors:
|
49135
|
-
|
49136
|
-
|
49137
|
-
|
49138
|
-
|
49139
|
-
|
49140
|
-
|
49141
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
49142
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
49143
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
49144
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
49145
|
-
readonly externalValue: boolean | null;
|
49146
|
-
};
|
49147
|
-
items: vue.Ref<{
|
49148
|
-
id: number | string;
|
49149
|
-
validate: () => Promise<string[]>;
|
49150
|
-
reset: () => Promise<void>;
|
49151
|
-
resetValidation: () => Promise<void>;
|
49152
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49153
|
-
isValid: boolean | null;
|
49154
|
-
errorMessages: string[];
|
49155
|
-
}[], FormField[] | {
|
49156
|
-
id: number | string;
|
49157
|
-
validate: () => Promise<string[]>;
|
49158
|
-
reset: () => Promise<void>;
|
49159
|
-
resetValidation: () => Promise<void>;
|
49160
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49161
|
-
isValid: boolean | null;
|
49162
|
-
errorMessages: string[];
|
49163
|
-
}[]>;
|
49164
|
-
validate: () => Promise<{
|
49165
|
-
valid: boolean;
|
49166
|
-
errors: {
|
49167
|
-
id: number | string;
|
49168
|
-
errorMessages: string[];
|
49169
|
-
}[];
|
49170
|
-
}>;
|
48822
|
+
errors: FieldValidationResult[];
|
48823
|
+
isDisabled: boolean;
|
48824
|
+
isReadonly: boolean;
|
48825
|
+
isValidating: boolean;
|
48826
|
+
isValid: boolean | null;
|
48827
|
+
items: FormField[];
|
48828
|
+
validate: () => Promise<FormValidationResult>;
|
49171
48829
|
reset: () => void;
|
49172
48830
|
resetValidation: () => void;
|
49173
48831
|
}) => vue.VNodeChild) | undefined;
|
49174
48832
|
} | undefined;
|
49175
48833
|
} & {
|
49176
48834
|
"v-slot:default"?: false | ((arg: {
|
49177
|
-
errors:
|
49178
|
-
|
49179
|
-
|
49180
|
-
|
49181
|
-
|
49182
|
-
|
49183
|
-
|
49184
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
49185
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
49186
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
49187
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
49188
|
-
readonly externalValue: boolean | null;
|
49189
|
-
};
|
49190
|
-
items: vue.Ref<{
|
49191
|
-
id: number | string;
|
49192
|
-
validate: () => Promise<string[]>;
|
49193
|
-
reset: () => Promise<void>;
|
49194
|
-
resetValidation: () => Promise<void>;
|
49195
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49196
|
-
isValid: boolean | null;
|
49197
|
-
errorMessages: string[];
|
49198
|
-
}[], FormField[] | {
|
49199
|
-
id: number | string;
|
49200
|
-
validate: () => Promise<string[]>;
|
49201
|
-
reset: () => Promise<void>;
|
49202
|
-
resetValidation: () => Promise<void>;
|
49203
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49204
|
-
isValid: boolean | null;
|
49205
|
-
errorMessages: string[];
|
49206
|
-
}[]>;
|
49207
|
-
validate: () => Promise<{
|
49208
|
-
valid: boolean;
|
49209
|
-
errors: {
|
49210
|
-
id: number | string;
|
49211
|
-
errorMessages: string[];
|
49212
|
-
}[];
|
49213
|
-
}>;
|
48835
|
+
errors: FieldValidationResult[];
|
48836
|
+
isDisabled: boolean;
|
48837
|
+
isReadonly: boolean;
|
48838
|
+
isValidating: boolean;
|
48839
|
+
isValid: boolean | null;
|
48840
|
+
items: FormField[];
|
48841
|
+
validate: () => Promise<FormValidationResult>;
|
49214
48842
|
reset: () => void;
|
49215
48843
|
resetValidation: () => void;
|
49216
48844
|
}) => vue.VNodeChild) | undefined;
|
@@ -49311,43 +48939,13 @@ declare const VForm: {
|
|
49311
48939
|
fastFail: boolean;
|
49312
48940
|
}, {}, string, vue.SlotsType<Partial<{
|
49313
48941
|
default: (arg: {
|
49314
|
-
errors:
|
49315
|
-
|
49316
|
-
|
49317
|
-
|
49318
|
-
|
49319
|
-
|
49320
|
-
|
49321
|
-
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
49322
|
-
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
49323
|
-
isValidating: vue.ShallowRef<boolean, boolean>;
|
49324
|
-
isValid: vue.Ref<boolean | null, boolean | null> & {
|
49325
|
-
readonly externalValue: boolean | null;
|
49326
|
-
};
|
49327
|
-
items: vue.Ref<{
|
49328
|
-
id: number | string;
|
49329
|
-
validate: () => Promise<string[]>;
|
49330
|
-
reset: () => Promise<void>;
|
49331
|
-
resetValidation: () => Promise<void>;
|
49332
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49333
|
-
isValid: boolean | null;
|
49334
|
-
errorMessages: string[];
|
49335
|
-
}[], FormField[] | {
|
49336
|
-
id: number | string;
|
49337
|
-
validate: () => Promise<string[]>;
|
49338
|
-
reset: () => Promise<void>;
|
49339
|
-
resetValidation: () => Promise<void>;
|
49340
|
-
vm: vue.Raw<vue.ComponentInternalInstance>;
|
49341
|
-
isValid: boolean | null;
|
49342
|
-
errorMessages: string[];
|
49343
|
-
}[]>;
|
49344
|
-
validate: () => Promise<{
|
49345
|
-
valid: boolean;
|
49346
|
-
errors: {
|
49347
|
-
id: number | string;
|
49348
|
-
errorMessages: string[];
|
49349
|
-
}[];
|
49350
|
-
}>;
|
48942
|
+
errors: FieldValidationResult[];
|
48943
|
+
isDisabled: boolean;
|
48944
|
+
isReadonly: boolean;
|
48945
|
+
isValidating: boolean;
|
48946
|
+
isValid: boolean | null;
|
48947
|
+
items: FormField[];
|
48948
|
+
validate: () => Promise<FormValidationResult>;
|
49351
48949
|
reset: () => void;
|
49352
48950
|
resetValidation: () => void;
|
49353
48951
|
}) => vue.VNode[];
|
@@ -67063,17 +66661,20 @@ declare const VSelect: {
|
|
67063
66661
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
67064
66662
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
67065
66663
|
item: (arg: {
|
67066
|
-
item:
|
66664
|
+
item: unknown;
|
66665
|
+
internalItem: ListItem<unknown>;
|
67067
66666
|
index: number;
|
67068
66667
|
props: Record<string, unknown>;
|
67069
66668
|
}) => vue.VNode[];
|
67070
66669
|
chip: (arg: {
|
67071
|
-
item:
|
66670
|
+
item: unknown;
|
66671
|
+
internalItem: ListItem<unknown>;
|
67072
66672
|
index: number;
|
67073
66673
|
props: Record<string, unknown>;
|
67074
66674
|
}) => vue.VNode[];
|
67075
66675
|
selection: (arg: {
|
67076
|
-
item:
|
66676
|
+
item: unknown;
|
66677
|
+
internalItem: ListItem<unknown>;
|
67077
66678
|
index: number;
|
67078
66679
|
}) => vue.VNode[];
|
67079
66680
|
subheader: (arg: {
|
@@ -72040,17 +71641,20 @@ declare const VSelect: {
|
|
72040
71641
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
72041
71642
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
72042
71643
|
item: (arg: {
|
72043
|
-
item:
|
71644
|
+
item: unknown;
|
71645
|
+
internalItem: ListItem<unknown>;
|
72044
71646
|
index: number;
|
72045
71647
|
props: Record<string, unknown>;
|
72046
71648
|
}) => vue.VNode[];
|
72047
71649
|
chip: (arg: {
|
72048
|
-
item:
|
71650
|
+
item: unknown;
|
71651
|
+
internalItem: ListItem<unknown>;
|
72049
71652
|
index: number;
|
72050
71653
|
props: Record<string, unknown>;
|
72051
71654
|
}) => vue.VNode[];
|
72052
71655
|
selection: (arg: {
|
72053
|
-
item:
|
71656
|
+
item: unknown;
|
71657
|
+
internalItem: ListItem<unknown>;
|
72054
71658
|
index: number;
|
72055
71659
|
}) => vue.VNode[];
|
72056
71660
|
subheader: (arg: {
|
@@ -72075,17 +71679,20 @@ declare const VSelect: {
|
|
72075
71679
|
"onUpdate:modelValue"?: (value: V) => void;
|
72076
71680
|
}, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
|
72077
71681
|
item: {
|
72078
|
-
item:
|
71682
|
+
item: Item;
|
71683
|
+
internalItem: ListItem<Item>;
|
72079
71684
|
index: number;
|
72080
71685
|
props: Record<string, unknown>;
|
72081
71686
|
};
|
72082
71687
|
chip: {
|
72083
|
-
item:
|
71688
|
+
item: Item;
|
71689
|
+
internalItem: ListItem<Item>;
|
72084
71690
|
index: number;
|
72085
71691
|
props: Record<string, unknown>;
|
72086
71692
|
};
|
72087
71693
|
selection: {
|
72088
|
-
item:
|
71694
|
+
item: Item;
|
71695
|
+
internalItem: ListItem<Item>;
|
72089
71696
|
index: number;
|
72090
71697
|
};
|
72091
71698
|
subheader: {
|
@@ -93576,22 +93183,20 @@ declare module 'vue' {
|
|
93576
93183
|
VAppBar: VAppBar
|
93577
93184
|
VAppBarNavIcon: VAppBarNavIcon
|
93578
93185
|
VAppBarTitle: VAppBarTitle
|
93579
|
-
VAlert: VAlert
|
93580
|
-
VAlertTitle: VAlertTitle
|
93581
93186
|
VApp: VApp
|
93582
|
-
VAvatar: VAvatar
|
93583
93187
|
VAutocomplete: VAutocomplete
|
93584
|
-
|
93585
|
-
|
93188
|
+
VAvatar: VAvatar
|
93189
|
+
VAlert: VAlert
|
93190
|
+
VAlertTitle: VAlertTitle
|
93586
93191
|
VBanner: VBanner
|
93587
93192
|
VBannerActions: VBannerActions
|
93588
93193
|
VBannerText: VBannerText
|
93194
|
+
VBadge: VBadge
|
93589
93195
|
VBreadcrumbs: VBreadcrumbs
|
93590
93196
|
VBreadcrumbsItem: VBreadcrumbsItem
|
93591
93197
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93592
|
-
|
93593
|
-
|
93594
|
-
VCheckboxBtn: VCheckboxBtn
|
93198
|
+
VBottomNavigation: VBottomNavigation
|
93199
|
+
VBtn: VBtn
|
93595
93200
|
VBtnToggle: VBtnToggle
|
93596
93201
|
VCard: VCard
|
93597
93202
|
VCardActions: VCardActions
|
@@ -93599,15 +93204,16 @@ declare module 'vue' {
|
|
93599
93204
|
VCardSubtitle: VCardSubtitle
|
93600
93205
|
VCardText: VCardText
|
93601
93206
|
VCardTitle: VCardTitle
|
93602
|
-
|
93207
|
+
VBottomSheet: VBottomSheet
|
93603
93208
|
VCarousel: VCarousel
|
93604
93209
|
VCarouselItem: VCarouselItem
|
93605
|
-
|
93606
|
-
|
93210
|
+
VCheckbox: VCheckbox
|
93211
|
+
VCheckboxBtn: VCheckboxBtn
|
93212
|
+
VBtnGroup: VBtnGroup
|
93607
93213
|
VChip: VChip
|
93608
|
-
VBtn: VBtn
|
93609
93214
|
VCode: VCode
|
93610
|
-
|
93215
|
+
VChipGroup: VChipGroup
|
93216
|
+
VColorPicker: VColorPicker
|
93611
93217
|
VCombobox: VCombobox
|
93612
93218
|
VDataTable: VDataTable
|
93613
93219
|
VDataTableHeaders: VDataTableHeaders
|
@@ -93616,6 +93222,7 @@ declare module 'vue' {
|
|
93616
93222
|
VDataTableRow: VDataTableRow
|
93617
93223
|
VDataTableVirtual: VDataTableVirtual
|
93618
93224
|
VDataTableServer: VDataTableServer
|
93225
|
+
VCounter: VCounter
|
93619
93226
|
VDialog: VDialog
|
93620
93227
|
VDatePicker: VDatePicker
|
93621
93228
|
VDatePickerControls: VDatePickerControls
|
@@ -93623,30 +93230,29 @@ declare module 'vue' {
|
|
93623
93230
|
VDatePickerMonth: VDatePickerMonth
|
93624
93231
|
VDatePickerMonths: VDatePickerMonths
|
93625
93232
|
VDatePickerYears: VDatePickerYears
|
93233
|
+
VEmptyState: VEmptyState
|
93626
93234
|
VDivider: VDivider
|
93235
|
+
VField: VField
|
93236
|
+
VFieldLabel: VFieldLabel
|
93627
93237
|
VFab: VFab
|
93628
93238
|
VExpansionPanels: VExpansionPanels
|
93629
93239
|
VExpansionPanel: VExpansionPanel
|
93630
93240
|
VExpansionPanelText: VExpansionPanelText
|
93631
93241
|
VExpansionPanelTitle: VExpansionPanelTitle
|
93632
|
-
VEmptyState: VEmptyState
|
93633
|
-
VField: VField
|
93634
|
-
VFieldLabel: VFieldLabel
|
93635
|
-
VFooter: VFooter
|
93636
93242
|
VFileInput: VFileInput
|
93243
|
+
VFooter: VFooter
|
93244
|
+
VInfiniteScroll: VInfiniteScroll
|
93637
93245
|
VIcon: VIcon
|
93638
93246
|
VComponentIcon: VComponentIcon
|
93639
93247
|
VSvgIcon: VSvgIcon
|
93640
93248
|
VLigatureIcon: VLigatureIcon
|
93641
93249
|
VClassIcon: VClassIcon
|
93642
93250
|
VImg: VImg
|
93643
|
-
VInfiniteScroll: VInfiniteScroll
|
93644
|
-
VKbd: VKbd
|
93645
|
-
VLabel: VLabel
|
93646
93251
|
VItemGroup: VItemGroup
|
93647
93252
|
VItem: VItem
|
93648
93253
|
VInput: VInput
|
93649
|
-
|
93254
|
+
VLabel: VLabel
|
93255
|
+
VKbd: VKbd
|
93650
93256
|
VList: VList
|
93651
93257
|
VListGroup: VListGroup
|
93652
93258
|
VListImg: VListImg
|
@@ -93656,79 +93262,78 @@ declare module 'vue' {
|
|
93656
93262
|
VListItemSubtitle: VListItemSubtitle
|
93657
93263
|
VListItemTitle: VListItemTitle
|
93658
93264
|
VListSubheader: VListSubheader
|
93265
|
+
VMain: VMain
|
93266
|
+
VMenu: VMenu
|
93659
93267
|
VMessages: VMessages
|
93660
93268
|
VNumberInput: VNumberInput
|
93661
93269
|
VNavigationDrawer: VNavigationDrawer
|
93662
93270
|
VOtpInput: VOtpInput
|
93663
|
-
VOverlay: VOverlay
|
93664
93271
|
VPagination: VPagination
|
93272
|
+
VOverlay: VOverlay
|
93665
93273
|
VProgressLinear: VProgressLinear
|
93666
93274
|
VProgressCircular: VProgressCircular
|
93667
|
-
VRating: VRating
|
93668
|
-
VSelect: VSelect
|
93669
93275
|
VRadioGroup: VRadioGroup
|
93276
|
+
VSelect: VSelect
|
93277
|
+
VRating: VRating
|
93278
|
+
VSelectionControlGroup: VSelectionControlGroup
|
93670
93279
|
VSelectionControl: VSelectionControl
|
93280
|
+
VSkeletonLoader: VSkeletonLoader
|
93671
93281
|
VSlideGroup: VSlideGroup
|
93672
93282
|
VSlideGroupItem: VSlideGroupItem
|
93673
|
-
|
93674
|
-
VSelectionControlGroup: VSelectionControlGroup
|
93675
|
-
VSlider: VSlider
|
93283
|
+
VSheet: VSheet
|
93676
93284
|
VSnackbar: VSnackbar
|
93285
|
+
VSlider: VSlider
|
93677
93286
|
VStepper: VStepper
|
93678
93287
|
VStepperActions: VStepperActions
|
93679
93288
|
VStepperHeader: VStepperHeader
|
93680
93289
|
VStepperItem: VStepperItem
|
93681
93290
|
VStepperWindow: VStepperWindow
|
93682
93291
|
VStepperWindowItem: VStepperWindowItem
|
93683
|
-
VSheet: VSheet
|
93684
|
-
VSwitch: VSwitch
|
93685
93292
|
VTab: VTab
|
93686
93293
|
VTabs: VTabs
|
93687
93294
|
VTabsWindow: VTabsWindow
|
93688
93295
|
VTabsWindowItem: VTabsWindowItem
|
93689
93296
|
VTable: VTable
|
93690
|
-
|
93297
|
+
VTextField: VTextField
|
93691
93298
|
VTextarea: VTextarea
|
93299
|
+
VToolbar: VToolbar
|
93300
|
+
VToolbarTitle: VToolbarTitle
|
93301
|
+
VToolbarItems: VToolbarItems
|
93692
93302
|
VTimeline: VTimeline
|
93693
93303
|
VTimelineItem: VTimelineItem
|
93694
93304
|
VTimePicker: VTimePicker
|
93695
93305
|
VTimePickerClock: VTimePickerClock
|
93696
93306
|
VTimePickerControls: VTimePickerControls
|
93697
|
-
VTextField: VTextField
|
93698
93307
|
VTreeview: VTreeview
|
93699
93308
|
VTreeviewItem: VTreeviewItem
|
93700
93309
|
VTreeviewGroup: VTreeviewGroup
|
93701
|
-
VTooltip: VTooltip
|
93702
|
-
VToolbar: VToolbar
|
93703
|
-
VToolbarTitle: VToolbarTitle
|
93704
|
-
VToolbarItems: VToolbarItems
|
93705
93310
|
VWindow: VWindow
|
93706
93311
|
VWindowItem: VWindowItem
|
93312
|
+
VTooltip: VTooltip
|
93707
93313
|
VConfirmEdit: VConfirmEdit
|
93708
93314
|
VDataIterator: VDataIterator
|
93709
93315
|
VDefaultsProvider: VDefaultsProvider
|
93710
93316
|
VForm: VForm
|
93317
|
+
VHover: VHover
|
93711
93318
|
VContainer: VContainer
|
93712
93319
|
VCol: VCol
|
93713
93320
|
VRow: VRow
|
93714
93321
|
VSpacer: VSpacer
|
93715
|
-
VHover: VHover
|
93716
|
-
VLazy: VLazy
|
93717
93322
|
VLayout: VLayout
|
93718
93323
|
VLayoutItem: VLayoutItem
|
93324
|
+
VLazy: VLazy
|
93719
93325
|
VLocaleProvider: VLocaleProvider
|
93720
93326
|
VNoSsr: VNoSsr
|
93721
|
-
VRadio: VRadio
|
93722
93327
|
VParallax: VParallax
|
93328
|
+
VRadio: VRadio
|
93723
93329
|
VRangeSlider: VRangeSlider
|
93724
93330
|
VResponsive: VResponsive
|
93725
93331
|
VSnackbarQueue: VSnackbarQueue
|
93726
|
-
VSpeedDial: VSpeedDial
|
93727
93332
|
VSparkline: VSparkline
|
93728
|
-
|
93333
|
+
VSpeedDial: VSpeedDial
|
93729
93334
|
VThemeProvider: VThemeProvider
|
93335
|
+
VValidation: VValidation
|
93730
93336
|
VVirtualScroll: VVirtualScroll
|
93731
|
-
VMenu: VMenu
|
93732
93337
|
VFabTransition: VFabTransition
|
93733
93338
|
VDialogBottomTransition: VDialogBottomTransition
|
93734
93339
|
VDialogTopTransition: VDialogTopTransition
|
@@ -93745,21 +93350,23 @@ declare module 'vue' {
|
|
93745
93350
|
VExpandTransition: VExpandTransition
|
93746
93351
|
VExpandXTransition: VExpandXTransition
|
93747
93352
|
VDialogTransition: VDialogTransition
|
93353
|
+
VSystemBar: VSystemBar
|
93354
|
+
VSwitch: VSwitch
|
93355
|
+
VColorInput: VColorInput
|
93748
93356
|
VCalendar: VCalendar
|
93749
93357
|
VCalendarDay: VCalendarDay
|
93750
93358
|
VCalendarHeader: VCalendarHeader
|
93751
93359
|
VCalendarInterval: VCalendarInterval
|
93752
93360
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
93753
93361
|
VCalendarMonthDay: VCalendarMonthDay
|
93754
|
-
|
93755
|
-
VFileUpload: VFileUpload
|
93756
|
-
VFileUploadItem: VFileUploadItem
|
93362
|
+
VIconBtn: VIconBtn
|
93757
93363
|
VPicker: VPicker
|
93758
93364
|
VPickerTitle: VPickerTitle
|
93759
|
-
VIconBtn: VIconBtn
|
93760
93365
|
VStepperVertical: VStepperVertical
|
93761
93366
|
VStepperVerticalItem: VStepperVerticalItem
|
93762
93367
|
VStepperVerticalActions: VStepperVerticalActions
|
93368
|
+
VFileUpload: VFileUpload
|
93369
|
+
VFileUploadItem: VFileUploadItem
|
93763
93370
|
VHotkey: VHotkey
|
93764
93371
|
VDateInput: VDateInput
|
93765
93372
|
VMaskInput: VMaskInput
|