@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-dev.2024-12-03
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/dist/json/attributes.json +3034 -3026
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5538 -5520
- package/dist/vuetify-labs.css +25130 -23413
- package/dist/vuetify-labs.d.ts +162 -156
- package/dist/vuetify-labs.esm.js +89 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +89 -71
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +24211 -22491
- package/dist/vuetify.d.ts +146 -140
- package/dist/vuetify.esm.js +78 -61
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -61
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +40 -40
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +16 -16
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VBadge/VBadge.css +77 -73
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChip/VChip.mjs +18 -10
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +13 -8
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VChipGroup/VChipGroup.mjs +2 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +5 -0
- package/lib/components/VCode/VCode.css +8 -10
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +85 -86
- package/lib/components/VCombobox/VCombobox.mjs +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +16 -16
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +3 -7
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.sass +10 -20
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDatePicker/index.d.mts +5 -5
- package/lib/components/VDialog/VDialog.css +95 -95
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VField/VField.mjs +2 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +29 -31
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VIcon/VIcon.css +52 -51
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInput/VInput.css +142 -131
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.mjs +3 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VList/index.d.mts +10 -10
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOverlay/VOverlay.css +63 -60
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VSelect/VSelect.css +52 -54
- package/lib/components/VSelect/VSelect.mjs +3 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +16 -16
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepper.mjs +5 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VStepper/VStepperItem.mjs +5 -4
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +51 -45
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTextField/VTextField.css +68 -65
- package/lib/components/VTextarea/VTextarea.css +39 -47
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VTimeline/VTimeline.css +418 -379
- package/lib/components/VToolbar/VToolbar.css +143 -136
- package/lib/components/VTooltip/VTooltip.css +21 -25
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/components/index.d.mts +98 -92
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.css +38 -40
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -5
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.css +57 -53
- package/lib/labs/VStepperVertical/index.d.mts +44 -44
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
- package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
- package/lib/labs/VTreeview/index.d.mts +20 -20
- package/lib/labs/components.d.mts +64 -64
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.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 +1 -13
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16139 -14666
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -4363,8 +4363,8 @@ declare const VList: {
|
|
4363
4363
|
activeColor?: string | undefined;
|
4364
4364
|
activeClass?: string | undefined;
|
4365
4365
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4366
|
-
collapseIcon?:
|
4367
|
-
expandIcon?:
|
4366
|
+
collapseIcon?: IconValue | undefined;
|
4367
|
+
expandIcon?: IconValue | undefined;
|
4368
4368
|
} & {
|
4369
4369
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4370
4370
|
"onClick:activate"?: ((value: {
|
@@ -4487,8 +4487,8 @@ declare const VList: {
|
|
4487
4487
|
activeColor?: string | undefined;
|
4488
4488
|
activeClass?: string | undefined;
|
4489
4489
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4490
|
-
collapseIcon?:
|
4491
|
-
expandIcon?:
|
4490
|
+
collapseIcon?: IconValue | undefined;
|
4491
|
+
expandIcon?: IconValue | undefined;
|
4492
4492
|
} & {
|
4493
4493
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4494
4494
|
"onClick:activate"?: ((value: {
|
@@ -4563,8 +4563,8 @@ declare const VList: {
|
|
4563
4563
|
activeColor?: string | undefined;
|
4564
4564
|
activeClass?: string | undefined;
|
4565
4565
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4566
|
-
collapseIcon?:
|
4567
|
-
expandIcon?:
|
4566
|
+
collapseIcon?: IconValue | undefined;
|
4567
|
+
expandIcon?: IconValue | undefined;
|
4568
4568
|
} & {
|
4569
4569
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4570
4570
|
"onClick:activate"?: ((value: {
|
@@ -4753,8 +4753,8 @@ declare const VList: {
|
|
4753
4753
|
activeClass: StringConstructor;
|
4754
4754
|
bgColor: StringConstructor;
|
4755
4755
|
disabled: BooleanConstructor;
|
4756
|
-
expandIcon:
|
4757
|
-
collapseIcon:
|
4756
|
+
expandIcon: PropType<IconValue>;
|
4757
|
+
collapseIcon: PropType<IconValue>;
|
4758
4758
|
lines: {
|
4759
4759
|
type: PropType<"one" | "two" | "three" | false>;
|
4760
4760
|
default: string;
|
@@ -4862,8 +4862,8 @@ declare const VList: {
|
|
4862
4862
|
activeClass: StringConstructor;
|
4863
4863
|
bgColor: StringConstructor;
|
4864
4864
|
disabled: BooleanConstructor;
|
4865
|
-
expandIcon:
|
4866
|
-
collapseIcon:
|
4865
|
+
expandIcon: PropType<IconValue>;
|
4866
|
+
collapseIcon: PropType<IconValue>;
|
4867
4867
|
lines: {
|
4868
4868
|
type: PropType<"one" | "two" | "three" | false>;
|
4869
4869
|
default: string;
|
@@ -7717,8 +7717,8 @@ declare const VAutocomplete: {
|
|
7717
7717
|
activeColor?: string | undefined;
|
7718
7718
|
activeClass?: string | undefined;
|
7719
7719
|
activeStrategy?: ActiveStrategyProp | undefined;
|
7720
|
-
collapseIcon?:
|
7721
|
-
expandIcon?:
|
7720
|
+
collapseIcon?: IconValue | undefined;
|
7721
|
+
expandIcon?: IconValue | undefined;
|
7722
7722
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
7723
7723
|
"onClick:activate"?: ((value: {
|
7724
7724
|
id: unknown;
|
@@ -8174,8 +8174,8 @@ declare const VAutocomplete: {
|
|
8174
8174
|
activeColor?: string | undefined;
|
8175
8175
|
activeClass?: string | undefined;
|
8176
8176
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8177
|
-
collapseIcon?:
|
8178
|
-
expandIcon?:
|
8177
|
+
collapseIcon?: IconValue | undefined;
|
8178
|
+
expandIcon?: IconValue | undefined;
|
8179
8179
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8180
8180
|
"onClick:activate"?: ((value: {
|
8181
8181
|
id: unknown;
|
@@ -8591,8 +8591,8 @@ declare const VAutocomplete: {
|
|
8591
8591
|
activeColor?: string | undefined;
|
8592
8592
|
activeClass?: string | undefined;
|
8593
8593
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8594
|
-
collapseIcon?:
|
8595
|
-
expandIcon?:
|
8594
|
+
collapseIcon?: IconValue | undefined;
|
8595
|
+
expandIcon?: IconValue | undefined;
|
8596
8596
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8597
8597
|
"onClick:activate"?: ((value: {
|
8598
8598
|
id: unknown;
|
@@ -16214,7 +16214,7 @@ declare const VChip: {
|
|
16214
16214
|
closable: boolean;
|
16215
16215
|
closeIcon: IconValue;
|
16216
16216
|
closeLabel: string;
|
16217
|
-
filterIcon:
|
16217
|
+
filterIcon: IconValue;
|
16218
16218
|
pill: boolean;
|
16219
16219
|
} & {
|
16220
16220
|
link?: boolean | undefined;
|
@@ -16230,6 +16230,7 @@ declare const VChip: {
|
|
16230
16230
|
href?: string | undefined;
|
16231
16231
|
elevation?: string | number | undefined;
|
16232
16232
|
rounded?: string | number | boolean | undefined;
|
16233
|
+
baseColor?: string | undefined;
|
16233
16234
|
selectedClass?: string | undefined;
|
16234
16235
|
prependIcon?: IconValue | undefined;
|
16235
16236
|
appendIcon?: IconValue | undefined;
|
@@ -16324,7 +16325,7 @@ declare const VChip: {
|
|
16324
16325
|
closable: boolean;
|
16325
16326
|
closeIcon: IconValue;
|
16326
16327
|
closeLabel: string;
|
16327
|
-
filterIcon:
|
16328
|
+
filterIcon: IconValue;
|
16328
16329
|
pill: boolean;
|
16329
16330
|
}, true, {}, vue.SlotsType<Partial<{
|
16330
16331
|
default: (arg: {
|
@@ -16367,7 +16368,7 @@ declare const VChip: {
|
|
16367
16368
|
closable: boolean;
|
16368
16369
|
closeIcon: IconValue;
|
16369
16370
|
closeLabel: string;
|
16370
|
-
filterIcon:
|
16371
|
+
filterIcon: IconValue;
|
16371
16372
|
pill: boolean;
|
16372
16373
|
} & {
|
16373
16374
|
link?: boolean | undefined;
|
@@ -16383,6 +16384,7 @@ declare const VChip: {
|
|
16383
16384
|
href?: string | undefined;
|
16384
16385
|
elevation?: string | number | undefined;
|
16385
16386
|
rounded?: string | number | boolean | undefined;
|
16387
|
+
baseColor?: string | undefined;
|
16386
16388
|
selectedClass?: string | undefined;
|
16387
16389
|
prependIcon?: IconValue | undefined;
|
16388
16390
|
appendIcon?: IconValue | undefined;
|
@@ -16470,7 +16472,7 @@ declare const VChip: {
|
|
16470
16472
|
closable: boolean;
|
16471
16473
|
closeIcon: IconValue;
|
16472
16474
|
closeLabel: string;
|
16473
|
-
filterIcon:
|
16475
|
+
filterIcon: IconValue;
|
16474
16476
|
pill: boolean;
|
16475
16477
|
}>;
|
16476
16478
|
__isFragment?: never;
|
@@ -16496,7 +16498,7 @@ declare const VChip: {
|
|
16496
16498
|
closable: boolean;
|
16497
16499
|
closeIcon: IconValue;
|
16498
16500
|
closeLabel: string;
|
16499
|
-
filterIcon:
|
16501
|
+
filterIcon: IconValue;
|
16500
16502
|
pill: boolean;
|
16501
16503
|
} & {
|
16502
16504
|
link?: boolean | undefined;
|
@@ -16512,6 +16514,7 @@ declare const VChip: {
|
|
16512
16514
|
href?: string | undefined;
|
16513
16515
|
elevation?: string | number | undefined;
|
16514
16516
|
rounded?: string | number | boolean | undefined;
|
16517
|
+
baseColor?: string | undefined;
|
16515
16518
|
selectedClass?: string | undefined;
|
16516
16519
|
prependIcon?: IconValue | undefined;
|
16517
16520
|
appendIcon?: IconValue | undefined;
|
@@ -16606,7 +16609,7 @@ declare const VChip: {
|
|
16606
16609
|
closable: boolean;
|
16607
16610
|
closeIcon: IconValue;
|
16608
16611
|
closeLabel: string;
|
16609
|
-
filterIcon:
|
16612
|
+
filterIcon: IconValue;
|
16610
16613
|
pill: boolean;
|
16611
16614
|
}, {}, string, vue.SlotsType<Partial<{
|
16612
16615
|
default: (arg: {
|
@@ -16674,6 +16677,7 @@ declare const VChip: {
|
|
16674
16677
|
activeClass: StringConstructor;
|
16675
16678
|
appendAvatar: StringConstructor;
|
16676
16679
|
appendIcon: PropType<IconValue>;
|
16680
|
+
baseColor: StringConstructor;
|
16677
16681
|
closable: BooleanConstructor;
|
16678
16682
|
closeIcon: {
|
16679
16683
|
type: PropType<IconValue>;
|
@@ -16686,7 +16690,7 @@ declare const VChip: {
|
|
16686
16690
|
draggable: BooleanConstructor;
|
16687
16691
|
filter: BooleanConstructor;
|
16688
16692
|
filterIcon: {
|
16689
|
-
type:
|
16693
|
+
type: PropType<IconValue>;
|
16690
16694
|
default: string;
|
16691
16695
|
};
|
16692
16696
|
label: BooleanConstructor;
|
@@ -16760,6 +16764,7 @@ declare const VChip: {
|
|
16760
16764
|
activeClass: StringConstructor;
|
16761
16765
|
appendAvatar: StringConstructor;
|
16762
16766
|
appendIcon: PropType<IconValue>;
|
16767
|
+
baseColor: StringConstructor;
|
16763
16768
|
closable: BooleanConstructor;
|
16764
16769
|
closeIcon: {
|
16765
16770
|
type: PropType<IconValue>;
|
@@ -16772,7 +16777,7 @@ declare const VChip: {
|
|
16772
16777
|
draggable: BooleanConstructor;
|
16773
16778
|
filter: BooleanConstructor;
|
16774
16779
|
filterIcon: {
|
16775
|
-
type:
|
16780
|
+
type: PropType<IconValue>;
|
16776
16781
|
default: string;
|
16777
16782
|
};
|
16778
16783
|
label: BooleanConstructor;
|
@@ -16830,6 +16835,7 @@ declare const VChipGroup: {
|
|
16830
16835
|
theme?: string | undefined;
|
16831
16836
|
mandatory?: boolean | "force" | undefined;
|
16832
16837
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
16838
|
+
baseColor?: string | undefined;
|
16833
16839
|
showArrows?: string | boolean | undefined;
|
16834
16840
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16835
16841
|
'update:modelValue': (value: any) => true;
|
@@ -16887,6 +16893,7 @@ declare const VChipGroup: {
|
|
16887
16893
|
theme?: string | undefined;
|
16888
16894
|
mandatory?: boolean | "force" | undefined;
|
16889
16895
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
16896
|
+
baseColor?: string | undefined;
|
16890
16897
|
showArrows?: string | boolean | undefined;
|
16891
16898
|
} & {}, {}, {}, {}, {}, {
|
16892
16899
|
symbol: any;
|
@@ -16931,6 +16938,7 @@ declare const VChipGroup: {
|
|
16931
16938
|
theme?: string | undefined;
|
16932
16939
|
mandatory?: boolean | "force" | undefined;
|
16933
16940
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
16941
|
+
baseColor?: string | undefined;
|
16934
16942
|
showArrows?: string | boolean | undefined;
|
16935
16943
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16936
16944
|
'update:modelValue': (value: any) => true;
|
@@ -17022,6 +17030,7 @@ declare const VChipGroup: {
|
|
17022
17030
|
type: (StringConstructor | BooleanConstructor)[];
|
17023
17031
|
validator: (v: any) => boolean;
|
17024
17032
|
};
|
17033
|
+
baseColor: StringConstructor;
|
17025
17034
|
column: BooleanConstructor;
|
17026
17035
|
filter: BooleanConstructor;
|
17027
17036
|
valueComparator: {
|
@@ -17089,6 +17098,7 @@ declare const VChipGroup: {
|
|
17089
17098
|
type: (StringConstructor | BooleanConstructor)[];
|
17090
17099
|
validator: (v: any) => boolean;
|
17091
17100
|
};
|
17101
|
+
baseColor: StringConstructor;
|
17092
17102
|
column: BooleanConstructor;
|
17093
17103
|
filter: BooleanConstructor;
|
17094
17104
|
valueComparator: {
|
@@ -17767,8 +17777,8 @@ declare const VCombobox: {
|
|
17767
17777
|
activeColor?: string | undefined;
|
17768
17778
|
activeClass?: string | undefined;
|
17769
17779
|
activeStrategy?: ActiveStrategyProp | undefined;
|
17770
|
-
collapseIcon?:
|
17771
|
-
expandIcon?:
|
17780
|
+
collapseIcon?: IconValue | undefined;
|
17781
|
+
expandIcon?: IconValue | undefined;
|
17772
17782
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
17773
17783
|
"onClick:activate"?: ((value: {
|
17774
17784
|
id: unknown;
|
@@ -18224,8 +18234,8 @@ declare const VCombobox: {
|
|
18224
18234
|
activeColor?: string | undefined;
|
18225
18235
|
activeClass?: string | undefined;
|
18226
18236
|
activeStrategy?: ActiveStrategyProp | undefined;
|
18227
|
-
collapseIcon?:
|
18228
|
-
expandIcon?:
|
18237
|
+
collapseIcon?: IconValue | undefined;
|
18238
|
+
expandIcon?: IconValue | undefined;
|
18229
18239
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
18230
18240
|
"onClick:activate"?: ((value: {
|
18231
18241
|
id: unknown;
|
@@ -18641,8 +18651,8 @@ declare const VCombobox: {
|
|
18641
18651
|
activeColor?: string | undefined;
|
18642
18652
|
activeClass?: string | undefined;
|
18643
18653
|
activeStrategy?: ActiveStrategyProp | undefined;
|
18644
|
-
collapseIcon?:
|
18645
|
-
expandIcon?:
|
18654
|
+
collapseIcon?: IconValue | undefined;
|
18655
|
+
expandIcon?: IconValue | undefined;
|
18646
18656
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
18647
18657
|
"onClick:activate"?: ((value: {
|
18648
18658
|
id: unknown;
|
@@ -19408,7 +19418,7 @@ type VConfirmEditSlots<T> = {
|
|
19408
19418
|
save: () => void;
|
19409
19419
|
cancel: () => void;
|
19410
19420
|
isPristine: boolean;
|
19411
|
-
get actions(): VNode;
|
19421
|
+
get actions(): (props?: {}) => VNode;
|
19412
19422
|
};
|
19413
19423
|
};
|
19414
19424
|
declare const VConfirmEdit: {
|
@@ -19436,9 +19446,7 @@ declare const VConfirmEdit: {
|
|
19436
19446
|
save: () => void;
|
19437
19447
|
cancel: () => void;
|
19438
19448
|
isPristine: boolean;
|
19439
|
-
readonly actions:
|
19440
|
-
[key: string]: any;
|
19441
|
-
}>;
|
19449
|
+
readonly actions: (props?: {}) => VNode;
|
19442
19450
|
}) => VNode[];
|
19443
19451
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
19444
19452
|
P: {};
|
@@ -19489,9 +19497,7 @@ declare const VConfirmEdit: {
|
|
19489
19497
|
save: () => void;
|
19490
19498
|
cancel: () => void;
|
19491
19499
|
isPristine: boolean;
|
19492
|
-
readonly actions:
|
19493
|
-
[key: string]: any;
|
19494
|
-
}>;
|
19500
|
+
readonly actions: (props?: {}) => VNode;
|
19495
19501
|
}) => VNode[];
|
19496
19502
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
19497
19503
|
modelValue?: T;
|
@@ -24554,7 +24560,7 @@ declare const VDatePickerHeader: {
|
|
24554
24560
|
transition?: string | undefined;
|
24555
24561
|
header?: string | undefined;
|
24556
24562
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
24557
|
-
appendIcon?:
|
24563
|
+
appendIcon?: IconValue | undefined;
|
24558
24564
|
} & {
|
24559
24565
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
24560
24566
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -24592,7 +24598,7 @@ declare const VDatePickerHeader: {
|
|
24592
24598
|
transition?: string | undefined;
|
24593
24599
|
header?: string | undefined;
|
24594
24600
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
24595
|
-
appendIcon?:
|
24601
|
+
appendIcon?: IconValue | undefined;
|
24596
24602
|
} & {
|
24597
24603
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
24598
24604
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -24620,7 +24626,7 @@ declare const VDatePickerHeader: {
|
|
24620
24626
|
transition?: string | undefined;
|
24621
24627
|
header?: string | undefined;
|
24622
24628
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
24623
|
-
appendIcon?:
|
24629
|
+
appendIcon?: IconValue | undefined;
|
24624
24630
|
} & {
|
24625
24631
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
24626
24632
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -24647,13 +24653,13 @@ declare const VDatePickerHeader: {
|
|
24647
24653
|
default: () => vue.VNode[];
|
24648
24654
|
append: () => vue.VNode[];
|
24649
24655
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
24650
|
-
appendIcon:
|
24656
|
+
appendIcon: vue.PropType<IconValue>;
|
24651
24657
|
color: StringConstructor;
|
24652
24658
|
header: StringConstructor;
|
24653
24659
|
transition: StringConstructor;
|
24654
24660
|
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
24655
24661
|
}, vue.ExtractPropTypes<{
|
24656
|
-
appendIcon:
|
24662
|
+
appendIcon: vue.PropType<IconValue>;
|
24657
24663
|
color: StringConstructor;
|
24658
24664
|
header: StringConstructor;
|
24659
24665
|
transition: StringConstructor;
|
@@ -39159,8 +39165,8 @@ declare const VSelect: {
|
|
39159
39165
|
activeColor?: string | undefined;
|
39160
39166
|
activeClass?: string | undefined;
|
39161
39167
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39162
|
-
collapseIcon?:
|
39163
|
-
expandIcon?:
|
39168
|
+
collapseIcon?: IconValue | undefined;
|
39169
|
+
expandIcon?: IconValue | undefined;
|
39164
39170
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
39165
39171
|
"onClick:activate"?: ((value: {
|
39166
39172
|
id: unknown;
|
@@ -39606,8 +39612,8 @@ declare const VSelect: {
|
|
39606
39612
|
activeColor?: string | undefined;
|
39607
39613
|
activeClass?: string | undefined;
|
39608
39614
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39609
|
-
collapseIcon?:
|
39610
|
-
expandIcon?:
|
39615
|
+
collapseIcon?: IconValue | undefined;
|
39616
|
+
expandIcon?: IconValue | undefined;
|
39611
39617
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
39612
39618
|
"onClick:activate"?: ((value: {
|
39613
39619
|
id: unknown;
|
@@ -40014,8 +40020,8 @@ declare const VSelect: {
|
|
40014
40020
|
activeColor?: string | undefined;
|
40015
40021
|
activeClass?: string | undefined;
|
40016
40022
|
activeStrategy?: ActiveStrategyProp | undefined;
|
40017
|
-
collapseIcon?:
|
40018
|
-
expandIcon?:
|
40023
|
+
collapseIcon?: IconValue | undefined;
|
40024
|
+
expandIcon?: IconValue | undefined;
|
40019
40025
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
40020
40026
|
"onClick:activate"?: ((value: {
|
40021
40027
|
id: unknown;
|
@@ -45051,15 +45057,15 @@ declare const VStepperItem: {
|
|
45051
45057
|
ripple: boolean | {
|
45052
45058
|
class: string;
|
45053
45059
|
} | undefined;
|
45054
|
-
completeIcon:
|
45060
|
+
completeIcon: IconValue;
|
45055
45061
|
editable: boolean;
|
45056
|
-
editIcon:
|
45057
|
-
errorIcon:
|
45062
|
+
editIcon: IconValue;
|
45063
|
+
errorIcon: IconValue;
|
45058
45064
|
} & {
|
45059
45065
|
color?: string | undefined;
|
45060
45066
|
value?: any;
|
45061
45067
|
title?: string | undefined;
|
45062
|
-
icon?:
|
45068
|
+
icon?: IconValue | undefined;
|
45063
45069
|
selectedClass?: string | undefined;
|
45064
45070
|
subtitle?: string | undefined;
|
45065
45071
|
} & {
|
@@ -45096,10 +45102,10 @@ declare const VStepperItem: {
|
|
45096
45102
|
ripple: boolean | {
|
45097
45103
|
class: string;
|
45098
45104
|
} | undefined;
|
45099
|
-
completeIcon:
|
45105
|
+
completeIcon: IconValue;
|
45100
45106
|
editable: boolean;
|
45101
|
-
editIcon:
|
45102
|
-
errorIcon:
|
45107
|
+
editIcon: IconValue;
|
45108
|
+
errorIcon: IconValue;
|
45103
45109
|
}, true, {}, vue.SlotsType<Partial<{
|
45104
45110
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
45105
45111
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -45120,15 +45126,15 @@ declare const VStepperItem: {
|
|
45120
45126
|
ripple: boolean | {
|
45121
45127
|
class: string;
|
45122
45128
|
} | undefined;
|
45123
|
-
completeIcon:
|
45129
|
+
completeIcon: IconValue;
|
45124
45130
|
editable: boolean;
|
45125
|
-
editIcon:
|
45126
|
-
errorIcon:
|
45131
|
+
editIcon: IconValue;
|
45132
|
+
errorIcon: IconValue;
|
45127
45133
|
} & {
|
45128
45134
|
color?: string | undefined;
|
45129
45135
|
value?: any;
|
45130
45136
|
title?: string | undefined;
|
45131
|
-
icon?:
|
45137
|
+
icon?: IconValue | undefined;
|
45132
45138
|
selectedClass?: string | undefined;
|
45133
45139
|
subtitle?: string | undefined;
|
45134
45140
|
} & {
|
@@ -45161,10 +45167,10 @@ declare const VStepperItem: {
|
|
45161
45167
|
ripple: boolean | {
|
45162
45168
|
class: string;
|
45163
45169
|
} | undefined;
|
45164
|
-
completeIcon:
|
45170
|
+
completeIcon: IconValue;
|
45165
45171
|
editable: boolean;
|
45166
|
-
editIcon:
|
45167
|
-
errorIcon:
|
45172
|
+
editIcon: IconValue;
|
45173
|
+
errorIcon: IconValue;
|
45168
45174
|
}>;
|
45169
45175
|
__isFragment?: never;
|
45170
45176
|
__isTeleport?: never;
|
@@ -45177,15 +45183,15 @@ declare const VStepperItem: {
|
|
45177
45183
|
ripple: boolean | {
|
45178
45184
|
class: string;
|
45179
45185
|
} | undefined;
|
45180
|
-
completeIcon:
|
45186
|
+
completeIcon: IconValue;
|
45181
45187
|
editable: boolean;
|
45182
|
-
editIcon:
|
45183
|
-
errorIcon:
|
45188
|
+
editIcon: IconValue;
|
45189
|
+
errorIcon: IconValue;
|
45184
45190
|
} & {
|
45185
45191
|
color?: string | undefined;
|
45186
45192
|
value?: any;
|
45187
45193
|
title?: string | undefined;
|
45188
|
-
icon?:
|
45194
|
+
icon?: IconValue | undefined;
|
45189
45195
|
selectedClass?: string | undefined;
|
45190
45196
|
subtitle?: string | undefined;
|
45191
45197
|
} & {
|
@@ -45222,10 +45228,10 @@ declare const VStepperItem: {
|
|
45222
45228
|
ripple: boolean | {
|
45223
45229
|
class: string;
|
45224
45230
|
} | undefined;
|
45225
|
-
completeIcon:
|
45231
|
+
completeIcon: IconValue;
|
45226
45232
|
editable: boolean;
|
45227
|
-
editIcon:
|
45228
|
-
errorIcon:
|
45233
|
+
editIcon: IconValue;
|
45234
|
+
errorIcon: IconValue;
|
45229
45235
|
}, {}, string, vue.SlotsType<Partial<{
|
45230
45236
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
45231
45237
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -45240,20 +45246,20 @@ declare const VStepperItem: {
|
|
45240
45246
|
subtitle: StringConstructor;
|
45241
45247
|
complete: BooleanConstructor;
|
45242
45248
|
completeIcon: {
|
45243
|
-
type:
|
45249
|
+
type: PropType<IconValue>;
|
45244
45250
|
default: string;
|
45245
45251
|
};
|
45246
45252
|
editable: BooleanConstructor;
|
45247
45253
|
editIcon: {
|
45248
|
-
type:
|
45254
|
+
type: PropType<IconValue>;
|
45249
45255
|
default: string;
|
45250
45256
|
};
|
45251
45257
|
error: BooleanConstructor;
|
45252
45258
|
errorIcon: {
|
45253
|
-
type:
|
45259
|
+
type: PropType<IconValue>;
|
45254
45260
|
default: string;
|
45255
45261
|
};
|
45256
|
-
icon:
|
45262
|
+
icon: PropType<IconValue>;
|
45257
45263
|
ripple: {
|
45258
45264
|
type: PropType<RippleDirectiveBinding["value"]>;
|
45259
45265
|
default: boolean;
|
@@ -45271,20 +45277,20 @@ declare const VStepperItem: {
|
|
45271
45277
|
subtitle: StringConstructor;
|
45272
45278
|
complete: BooleanConstructor;
|
45273
45279
|
completeIcon: {
|
45274
|
-
type:
|
45280
|
+
type: PropType<IconValue>;
|
45275
45281
|
default: string;
|
45276
45282
|
};
|
45277
45283
|
editable: BooleanConstructor;
|
45278
45284
|
editIcon: {
|
45279
|
-
type:
|
45285
|
+
type: PropType<IconValue>;
|
45280
45286
|
default: string;
|
45281
45287
|
};
|
45282
45288
|
error: BooleanConstructor;
|
45283
45289
|
errorIcon: {
|
45284
|
-
type:
|
45290
|
+
type: PropType<IconValue>;
|
45285
45291
|
default: string;
|
45286
45292
|
};
|
45287
|
-
icon:
|
45293
|
+
icon: PropType<IconValue>;
|
45288
45294
|
ripple: {
|
45289
45295
|
type: PropType<RippleDirectiveBinding["value"]>;
|
45290
45296
|
default: boolean;
|
@@ -45339,9 +45345,9 @@ declare const VStepper: {
|
|
45339
45345
|
modelValue?: any;
|
45340
45346
|
rounded?: string | number | boolean | undefined;
|
45341
45347
|
bgColor?: string | undefined;
|
45342
|
-
completeIcon?:
|
45343
|
-
editIcon?:
|
45344
|
-
errorIcon?:
|
45348
|
+
completeIcon?: IconValue | undefined;
|
45349
|
+
editIcon?: IconValue | undefined;
|
45350
|
+
errorIcon?: IconValue | undefined;
|
45345
45351
|
} & {
|
45346
45352
|
$children?: vue.VNodeChild | {
|
45347
45353
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -45470,9 +45476,9 @@ declare const VStepper: {
|
|
45470
45476
|
modelValue?: any;
|
45471
45477
|
rounded?: string | number | boolean | undefined;
|
45472
45478
|
bgColor?: string | undefined;
|
45473
|
-
completeIcon?:
|
45474
|
-
editIcon?:
|
45475
|
-
errorIcon?:
|
45479
|
+
completeIcon?: IconValue | undefined;
|
45480
|
+
editIcon?: IconValue | undefined;
|
45481
|
+
errorIcon?: IconValue | undefined;
|
45476
45482
|
} & {
|
45477
45483
|
$children?: vue.VNodeChild | {
|
45478
45484
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -45583,9 +45589,9 @@ declare const VStepper: {
|
|
45583
45589
|
modelValue?: any;
|
45584
45590
|
rounded?: string | number | boolean | undefined;
|
45585
45591
|
bgColor?: string | undefined;
|
45586
|
-
completeIcon?:
|
45587
|
-
editIcon?:
|
45588
|
-
errorIcon?:
|
45592
|
+
completeIcon?: IconValue | undefined;
|
45593
|
+
editIcon?: IconValue | undefined;
|
45594
|
+
errorIcon?: IconValue | undefined;
|
45589
45595
|
} & {
|
45590
45596
|
$children?: vue.VNodeChild | {
|
45591
45597
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -45732,10 +45738,10 @@ declare const VStepper: {
|
|
45732
45738
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
45733
45739
|
altLabels: BooleanConstructor;
|
45734
45740
|
bgColor: StringConstructor;
|
45735
|
-
completeIcon:
|
45736
|
-
editIcon:
|
45741
|
+
completeIcon: PropType<IconValue>;
|
45742
|
+
editIcon: PropType<IconValue>;
|
45737
45743
|
editable: BooleanConstructor;
|
45738
|
-
errorIcon:
|
45744
|
+
errorIcon: PropType<IconValue>;
|
45739
45745
|
hideActions: BooleanConstructor;
|
45740
45746
|
items: {
|
45741
45747
|
type: PropType<readonly StepperItem[]>;
|
@@ -45814,10 +45820,10 @@ declare const VStepper: {
|
|
45814
45820
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
45815
45821
|
altLabels: BooleanConstructor;
|
45816
45822
|
bgColor: StringConstructor;
|
45817
|
-
completeIcon:
|
45818
|
-
editIcon:
|
45823
|
+
completeIcon: PropType<IconValue>;
|
45824
|
+
editIcon: PropType<IconValue>;
|
45819
45825
|
editable: BooleanConstructor;
|
45820
|
-
errorIcon:
|
45826
|
+
errorIcon: PropType<IconValue>;
|
45821
45827
|
hideActions: BooleanConstructor;
|
45822
45828
|
items: {
|
45823
45829
|
type: PropType<readonly StepperItem[]>;
|
@@ -66717,9 +66723,9 @@ declare const VStepperVertical: {
|
|
66717
66723
|
rounded?: string | number | boolean | undefined;
|
66718
66724
|
selectedClass?: string | undefined;
|
66719
66725
|
bgColor?: string | undefined;
|
66720
|
-
completeIcon?:
|
66721
|
-
editIcon?:
|
66722
|
-
errorIcon?:
|
66726
|
+
completeIcon?: IconValue | undefined;
|
66727
|
+
editIcon?: IconValue | undefined;
|
66728
|
+
errorIcon?: IconValue | undefined;
|
66723
66729
|
} & {
|
66724
66730
|
$children?: vue.VNodeChild | {
|
66725
66731
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -66855,9 +66861,9 @@ declare const VStepperVertical: {
|
|
66855
66861
|
rounded?: string | number | boolean | undefined;
|
66856
66862
|
selectedClass?: string | undefined;
|
66857
66863
|
bgColor?: string | undefined;
|
66858
|
-
completeIcon?:
|
66859
|
-
editIcon?:
|
66860
|
-
errorIcon?:
|
66864
|
+
completeIcon?: IconValue | undefined;
|
66865
|
+
editIcon?: IconValue | undefined;
|
66866
|
+
errorIcon?: IconValue | undefined;
|
66861
66867
|
} & {
|
66862
66868
|
$children?: vue.VNodeChild | {
|
66863
66869
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -66975,9 +66981,9 @@ declare const VStepperVertical: {
|
|
66975
66981
|
rounded?: string | number | boolean | undefined;
|
66976
66982
|
selectedClass?: string | undefined;
|
66977
66983
|
bgColor?: string | undefined;
|
66978
|
-
completeIcon?:
|
66979
|
-
editIcon?:
|
66980
|
-
errorIcon?:
|
66984
|
+
completeIcon?: IconValue | undefined;
|
66985
|
+
editIcon?: IconValue | undefined;
|
66986
|
+
errorIcon?: IconValue | undefined;
|
66981
66987
|
} & {
|
66982
66988
|
$children?: vue.VNodeChild | {
|
66983
66989
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -67133,10 +67139,10 @@ declare const VStepperVertical: {
|
|
67133
67139
|
};
|
67134
67140
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
67135
67141
|
altLabels: BooleanConstructor;
|
67136
|
-
completeIcon:
|
67137
|
-
editIcon:
|
67142
|
+
completeIcon: vue.PropType<IconValue>;
|
67143
|
+
editIcon: vue.PropType<IconValue>;
|
67138
67144
|
editable: BooleanConstructor;
|
67139
|
-
errorIcon:
|
67145
|
+
errorIcon: vue.PropType<IconValue>;
|
67140
67146
|
items: {
|
67141
67147
|
type: vue.PropType<readonly StepperItem[]>;
|
67142
67148
|
default: () => never[];
|
@@ -67223,10 +67229,10 @@ declare const VStepperVertical: {
|
|
67223
67229
|
};
|
67224
67230
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
67225
67231
|
altLabels: BooleanConstructor;
|
67226
|
-
completeIcon:
|
67227
|
-
editIcon:
|
67232
|
+
completeIcon: vue.PropType<IconValue>;
|
67233
|
+
editIcon: vue.PropType<IconValue>;
|
67228
67234
|
editable: BooleanConstructor;
|
67229
|
-
errorIcon:
|
67235
|
+
errorIcon: vue.PropType<IconValue>;
|
67230
67236
|
items: {
|
67231
67237
|
type: vue.PropType<readonly StepperItem[]>;
|
67232
67238
|
default: () => never[];
|
@@ -67270,10 +67276,10 @@ declare const VStepperVerticalItem: {
|
|
67270
67276
|
collapseIcon: IconValue;
|
67271
67277
|
expandIcon: IconValue;
|
67272
67278
|
hideActions: boolean;
|
67273
|
-
completeIcon:
|
67279
|
+
completeIcon: IconValue;
|
67274
67280
|
editable: boolean;
|
67275
|
-
editIcon:
|
67276
|
-
errorIcon:
|
67281
|
+
editIcon: IconValue;
|
67282
|
+
errorIcon: IconValue;
|
67277
67283
|
} & {
|
67278
67284
|
height?: string | number | undefined;
|
67279
67285
|
width?: string | number | undefined;
|
@@ -67286,7 +67292,7 @@ declare const VStepperVerticalItem: {
|
|
67286
67292
|
title?: string | undefined;
|
67287
67293
|
text?: string | undefined;
|
67288
67294
|
class?: any;
|
67289
|
-
icon?:
|
67295
|
+
icon?: IconValue | undefined;
|
67290
67296
|
elevation?: string | number | undefined;
|
67291
67297
|
rounded?: string | number | boolean | undefined;
|
67292
67298
|
selectedClass?: string | undefined;
|
@@ -67358,10 +67364,10 @@ declare const VStepperVerticalItem: {
|
|
67358
67364
|
collapseIcon: IconValue;
|
67359
67365
|
expandIcon: IconValue;
|
67360
67366
|
hideActions: boolean;
|
67361
|
-
completeIcon:
|
67367
|
+
completeIcon: IconValue;
|
67362
67368
|
editable: boolean;
|
67363
|
-
editIcon:
|
67364
|
-
errorIcon:
|
67369
|
+
editIcon: IconValue;
|
67370
|
+
errorIcon: IconValue;
|
67365
67371
|
}, true, {}, vue.SlotsType<Partial<{
|
67366
67372
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
67367
67373
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -67399,10 +67405,10 @@ declare const VStepperVerticalItem: {
|
|
67399
67405
|
collapseIcon: IconValue;
|
67400
67406
|
expandIcon: IconValue;
|
67401
67407
|
hideActions: boolean;
|
67402
|
-
completeIcon:
|
67408
|
+
completeIcon: IconValue;
|
67403
67409
|
editable: boolean;
|
67404
|
-
editIcon:
|
67405
|
-
errorIcon:
|
67410
|
+
editIcon: IconValue;
|
67411
|
+
errorIcon: IconValue;
|
67406
67412
|
} & {
|
67407
67413
|
height?: string | number | undefined;
|
67408
67414
|
width?: string | number | undefined;
|
@@ -67415,7 +67421,7 @@ declare const VStepperVerticalItem: {
|
|
67415
67421
|
title?: string | undefined;
|
67416
67422
|
text?: string | undefined;
|
67417
67423
|
class?: any;
|
67418
|
-
icon?:
|
67424
|
+
icon?: IconValue | undefined;
|
67419
67425
|
elevation?: string | number | undefined;
|
67420
67426
|
rounded?: string | number | boolean | undefined;
|
67421
67427
|
selectedClass?: string | undefined;
|
@@ -67483,10 +67489,10 @@ declare const VStepperVerticalItem: {
|
|
67483
67489
|
collapseIcon: IconValue;
|
67484
67490
|
expandIcon: IconValue;
|
67485
67491
|
hideActions: boolean;
|
67486
|
-
completeIcon:
|
67492
|
+
completeIcon: IconValue;
|
67487
67493
|
editable: boolean;
|
67488
|
-
editIcon:
|
67489
|
-
errorIcon:
|
67494
|
+
editIcon: IconValue;
|
67495
|
+
errorIcon: IconValue;
|
67490
67496
|
}>;
|
67491
67497
|
__isFragment?: never;
|
67492
67498
|
__isTeleport?: never;
|
@@ -67509,10 +67515,10 @@ declare const VStepperVerticalItem: {
|
|
67509
67515
|
collapseIcon: IconValue;
|
67510
67516
|
expandIcon: IconValue;
|
67511
67517
|
hideActions: boolean;
|
67512
|
-
completeIcon:
|
67518
|
+
completeIcon: IconValue;
|
67513
67519
|
editable: boolean;
|
67514
|
-
editIcon:
|
67515
|
-
errorIcon:
|
67520
|
+
editIcon: IconValue;
|
67521
|
+
errorIcon: IconValue;
|
67516
67522
|
} & {
|
67517
67523
|
height?: string | number | undefined;
|
67518
67524
|
width?: string | number | undefined;
|
@@ -67525,7 +67531,7 @@ declare const VStepperVerticalItem: {
|
|
67525
67531
|
title?: string | undefined;
|
67526
67532
|
text?: string | undefined;
|
67527
67533
|
class?: any;
|
67528
|
-
icon?:
|
67534
|
+
icon?: IconValue | undefined;
|
67529
67535
|
elevation?: string | number | undefined;
|
67530
67536
|
rounded?: string | number | boolean | undefined;
|
67531
67537
|
selectedClass?: string | undefined;
|
@@ -67597,10 +67603,10 @@ declare const VStepperVerticalItem: {
|
|
67597
67603
|
collapseIcon: IconValue;
|
67598
67604
|
expandIcon: IconValue;
|
67599
67605
|
hideActions: boolean;
|
67600
|
-
completeIcon:
|
67606
|
+
completeIcon: IconValue;
|
67601
67607
|
editable: boolean;
|
67602
|
-
editIcon:
|
67603
|
-
errorIcon:
|
67608
|
+
editIcon: IconValue;
|
67609
|
+
errorIcon: IconValue;
|
67604
67610
|
}, {}, string, vue.SlotsType<Partial<{
|
67605
67611
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
67606
67612
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -67670,20 +67676,20 @@ declare const VStepperVerticalItem: {
|
|
67670
67676
|
subtitle: StringConstructor;
|
67671
67677
|
complete: BooleanConstructor;
|
67672
67678
|
completeIcon: {
|
67673
|
-
type:
|
67679
|
+
type: vue.PropType<IconValue>;
|
67674
67680
|
default: string;
|
67675
67681
|
};
|
67676
67682
|
editable: BooleanConstructor;
|
67677
67683
|
editIcon: {
|
67678
|
-
type:
|
67684
|
+
type: vue.PropType<IconValue>;
|
67679
67685
|
default: string;
|
67680
67686
|
};
|
67681
67687
|
error: BooleanConstructor;
|
67682
67688
|
errorIcon: {
|
67683
|
-
type:
|
67689
|
+
type: vue.PropType<IconValue>;
|
67684
67690
|
default: string;
|
67685
67691
|
};
|
67686
|
-
icon:
|
67692
|
+
icon: vue.PropType<IconValue>;
|
67687
67693
|
rules: {
|
67688
67694
|
type: vue.PropType<readonly ValidationRule[]>;
|
67689
67695
|
default: () => never[];
|
@@ -67746,20 +67752,20 @@ declare const VStepperVerticalItem: {
|
|
67746
67752
|
subtitle: StringConstructor;
|
67747
67753
|
complete: BooleanConstructor;
|
67748
67754
|
completeIcon: {
|
67749
|
-
type:
|
67755
|
+
type: vue.PropType<IconValue>;
|
67750
67756
|
default: string;
|
67751
67757
|
};
|
67752
67758
|
editable: BooleanConstructor;
|
67753
67759
|
editIcon: {
|
67754
|
-
type:
|
67760
|
+
type: vue.PropType<IconValue>;
|
67755
67761
|
default: string;
|
67756
67762
|
};
|
67757
67763
|
error: BooleanConstructor;
|
67758
67764
|
errorIcon: {
|
67759
|
-
type:
|
67765
|
+
type: vue.PropType<IconValue>;
|
67760
67766
|
default: string;
|
67761
67767
|
};
|
67762
|
-
icon:
|
67768
|
+
icon: vue.PropType<IconValue>;
|
67763
67769
|
rules: {
|
67764
67770
|
type: vue.PropType<readonly ValidationRule[]>;
|
67765
67771
|
default: () => never[];
|
@@ -69374,8 +69380,8 @@ declare const VTreeview: {
|
|
69374
69380
|
activatable: boolean;
|
69375
69381
|
selectable: boolean;
|
69376
69382
|
selectStrategy: SelectStrategyProp;
|
69377
|
-
collapseIcon:
|
69378
|
-
expandIcon:
|
69383
|
+
collapseIcon: IconValue;
|
69384
|
+
expandIcon: IconValue;
|
69379
69385
|
returnObject: boolean;
|
69380
69386
|
filterMode: FilterMode;
|
69381
69387
|
noFilter: boolean;
|
@@ -69473,8 +69479,8 @@ declare const VTreeview: {
|
|
69473
69479
|
activatable: boolean;
|
69474
69480
|
selectable: boolean;
|
69475
69481
|
selectStrategy: SelectStrategyProp;
|
69476
|
-
collapseIcon:
|
69477
|
-
expandIcon:
|
69482
|
+
collapseIcon: IconValue;
|
69483
|
+
expandIcon: IconValue;
|
69478
69484
|
returnObject: boolean;
|
69479
69485
|
filterMode: FilterMode;
|
69480
69486
|
noFilter: boolean;
|
@@ -69535,8 +69541,8 @@ declare const VTreeview: {
|
|
69535
69541
|
activatable: boolean;
|
69536
69542
|
selectable: boolean;
|
69537
69543
|
selectStrategy: SelectStrategyProp;
|
69538
|
-
collapseIcon:
|
69539
|
-
expandIcon:
|
69544
|
+
collapseIcon: IconValue;
|
69545
|
+
expandIcon: IconValue;
|
69540
69546
|
returnObject: boolean;
|
69541
69547
|
filterMode: FilterMode;
|
69542
69548
|
noFilter: boolean;
|
@@ -69619,8 +69625,8 @@ declare const VTreeview: {
|
|
69619
69625
|
activatable: boolean;
|
69620
69626
|
selectable: boolean;
|
69621
69627
|
selectStrategy: SelectStrategyProp;
|
69622
|
-
collapseIcon:
|
69623
|
-
expandIcon:
|
69628
|
+
collapseIcon: IconValue;
|
69629
|
+
expandIcon: IconValue;
|
69624
69630
|
returnObject: boolean;
|
69625
69631
|
filterMode: FilterMode;
|
69626
69632
|
noFilter: boolean;
|
@@ -69652,8 +69658,8 @@ declare const VTreeview: {
|
|
69652
69658
|
activatable: boolean;
|
69653
69659
|
selectable: boolean;
|
69654
69660
|
selectStrategy: SelectStrategyProp;
|
69655
|
-
collapseIcon:
|
69656
|
-
expandIcon:
|
69661
|
+
collapseIcon: IconValue;
|
69662
|
+
expandIcon: IconValue;
|
69657
69663
|
returnObject: boolean;
|
69658
69664
|
filterMode: FilterMode;
|
69659
69665
|
noFilter: boolean;
|
@@ -69751,8 +69757,8 @@ declare const VTreeview: {
|
|
69751
69757
|
activatable: boolean;
|
69752
69758
|
selectable: boolean;
|
69753
69759
|
selectStrategy: SelectStrategyProp;
|
69754
|
-
collapseIcon:
|
69755
|
-
expandIcon:
|
69760
|
+
collapseIcon: IconValue;
|
69761
|
+
expandIcon: IconValue;
|
69756
69762
|
returnObject: boolean;
|
69757
69763
|
filterMode: FilterMode;
|
69758
69764
|
noFilter: boolean;
|
@@ -69871,12 +69877,12 @@ declare const VTreeview: {
|
|
69871
69877
|
};
|
69872
69878
|
'onUpdate:opened': vue.PropType<() => void>;
|
69873
69879
|
collapseIcon: {
|
69874
|
-
type: vue.PropType<
|
69875
|
-
default:
|
69880
|
+
type: vue.PropType<IconValue>;
|
69881
|
+
default: NonNullable<IconValue>;
|
69876
69882
|
};
|
69877
69883
|
expandIcon: {
|
69878
|
-
type: vue.PropType<
|
69879
|
-
default:
|
69884
|
+
type: vue.PropType<IconValue>;
|
69885
|
+
default: NonNullable<IconValue>;
|
69880
69886
|
};
|
69881
69887
|
returnObject: BooleanConstructor;
|
69882
69888
|
itemTitle: {
|
@@ -70013,12 +70019,12 @@ declare const VTreeview: {
|
|
70013
70019
|
};
|
70014
70020
|
'onUpdate:opened': vue.PropType<() => void>;
|
70015
70021
|
collapseIcon: {
|
70016
|
-
type: vue.PropType<
|
70017
|
-
default:
|
70022
|
+
type: vue.PropType<IconValue>;
|
70023
|
+
default: NonNullable<IconValue>;
|
70018
70024
|
};
|
70019
70025
|
expandIcon: {
|
70020
|
-
type: vue.PropType<
|
70021
|
-
default:
|
70026
|
+
type: vue.PropType<IconValue>;
|
70027
|
+
default: NonNullable<IconValue>;
|
70022
70028
|
};
|
70023
70029
|
returnObject: BooleanConstructor;
|
70024
70030
|
itemTitle: {
|