@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-dev.2024-12-16
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 +2853 -2845
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5324 -5306
- package/dist/vuetify-labs.css +25135 -23418
- package/dist/vuetify-labs.d.ts +202 -196
- package/dist/vuetify-labs.esm.js +107 -106
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +106 -105
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +23838 -22118
- package/dist/vuetify.d.ts +191 -185
- package/dist/vuetify.esm.js +96 -96
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +95 -95
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +884 -889
- 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/VAppBar/index.d.mts +6 -6
- 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 +22 -22
- 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/VBtn/index.d.mts +7 -7
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VBtnToggle/index.d.mts +9 -9
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCarousel/index.d.mts +9 -9
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- 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 +20 -15
- 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 +22 -22
- 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/VExpansionPanel/index.d.mts +7 -7
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VFab/index.d.mts +6 -6
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VField/VField.mjs +5 -4
- 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/VInput/VInput.mjs +3 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +9 -9
- 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/VMenu/VMenu.mjs +3 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +6 -6
- 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/VRadioGroup/VRadioGroup.mjs +3 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VRating/VRating.mjs +4 -3
- package/lib/components/VRating/VRating.mjs.map +1 -1
- 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 +22 -22
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- 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/VSlideGroup/index.d.mts +10 -10
- 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/VSparkline/VBarline.mjs +3 -3
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -3
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- 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/VSwitch/VSwitch.mjs +3 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- 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/VTabs/index.d.mts +7 -7
- 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.mjs +3 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- 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/VWindow/index.d.mts +7 -7
- package/lib/components/index.d.mts +138 -132
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +13 -15
- 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 +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +53 -53
- 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/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +1 -1
@@ -1235,22 +1235,22 @@ declare const VClassIcon: {
|
|
1235
1235
|
type VClassIcon = InstanceType<typeof VClassIcon>;
|
1236
1236
|
|
1237
1237
|
interface GroupItem {
|
1238
|
-
id:
|
1238
|
+
id: string;
|
1239
1239
|
value: Ref<unknown>;
|
1240
1240
|
disabled: Ref<boolean | undefined>;
|
1241
1241
|
useIndexAsValue?: boolean;
|
1242
1242
|
}
|
1243
1243
|
interface GroupProvide {
|
1244
1244
|
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
1245
|
-
unregister: (id:
|
1246
|
-
select: (id:
|
1247
|
-
selected: Ref<Readonly<
|
1248
|
-
isSelected: (id:
|
1245
|
+
unregister: (id: string) => void;
|
1246
|
+
select: (id: string, value: boolean) => void;
|
1247
|
+
selected: Ref<Readonly<string[]>>;
|
1248
|
+
isSelected: (id: string) => boolean;
|
1249
1249
|
prev: () => void;
|
1250
1250
|
next: () => void;
|
1251
1251
|
selectedClass: Ref<string | undefined>;
|
1252
1252
|
items: ComputedRef<{
|
1253
|
-
id:
|
1253
|
+
id: string;
|
1254
1254
|
value: unknown;
|
1255
1255
|
disabled: boolean | undefined;
|
1256
1256
|
}[]>;
|
@@ -1258,7 +1258,7 @@ interface GroupProvide {
|
|
1258
1258
|
getItemIndex: (value: unknown) => number;
|
1259
1259
|
}
|
1260
1260
|
interface GroupItemProvide {
|
1261
|
-
id:
|
1261
|
+
id: string;
|
1262
1262
|
isSelected: Ref<boolean>;
|
1263
1263
|
isFirst: Ref<boolean>;
|
1264
1264
|
isLast: Ref<boolean>;
|
@@ -4014,8 +4014,8 @@ declare const VList: {
|
|
4014
4014
|
activeColor?: string | undefined;
|
4015
4015
|
activeClass?: string | undefined;
|
4016
4016
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4017
|
-
collapseIcon?:
|
4018
|
-
expandIcon?:
|
4017
|
+
collapseIcon?: IconValue | undefined;
|
4018
|
+
expandIcon?: IconValue | undefined;
|
4019
4019
|
} & {
|
4020
4020
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4021
4021
|
"onClick:activate"?: ((value: {
|
@@ -4138,8 +4138,8 @@ declare const VList: {
|
|
4138
4138
|
activeColor?: string | undefined;
|
4139
4139
|
activeClass?: string | undefined;
|
4140
4140
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4141
|
-
collapseIcon?:
|
4142
|
-
expandIcon?:
|
4141
|
+
collapseIcon?: IconValue | undefined;
|
4142
|
+
expandIcon?: IconValue | undefined;
|
4143
4143
|
} & {
|
4144
4144
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4145
4145
|
"onClick:activate"?: ((value: {
|
@@ -4214,8 +4214,8 @@ declare const VList: {
|
|
4214
4214
|
activeColor?: string | undefined;
|
4215
4215
|
activeClass?: string | undefined;
|
4216
4216
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4217
|
-
collapseIcon?:
|
4218
|
-
expandIcon?:
|
4217
|
+
collapseIcon?: IconValue | undefined;
|
4218
|
+
expandIcon?: IconValue | undefined;
|
4219
4219
|
} & {
|
4220
4220
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4221
4221
|
"onClick:activate"?: ((value: {
|
@@ -4404,8 +4404,8 @@ declare const VList: {
|
|
4404
4404
|
activeClass: StringConstructor;
|
4405
4405
|
bgColor: StringConstructor;
|
4406
4406
|
disabled: BooleanConstructor;
|
4407
|
-
expandIcon:
|
4408
|
-
collapseIcon:
|
4407
|
+
expandIcon: PropType<IconValue>;
|
4408
|
+
collapseIcon: PropType<IconValue>;
|
4409
4409
|
lines: {
|
4410
4410
|
type: PropType<"one" | "two" | "three" | false>;
|
4411
4411
|
default: string;
|
@@ -4513,8 +4513,8 @@ declare const VList: {
|
|
4513
4513
|
activeClass: StringConstructor;
|
4514
4514
|
bgColor: StringConstructor;
|
4515
4515
|
disabled: BooleanConstructor;
|
4516
|
-
expandIcon:
|
4517
|
-
collapseIcon:
|
4516
|
+
expandIcon: PropType<IconValue>;
|
4517
|
+
collapseIcon: PropType<IconValue>;
|
4518
4518
|
lines: {
|
4519
4519
|
type: PropType<"one" | "two" | "three" | false>;
|
4520
4520
|
default: string;
|
@@ -5453,7 +5453,7 @@ declare const VMenu: {
|
|
5453
5453
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5454
5454
|
}, {
|
5455
5455
|
id: vue.ComputedRef<string>;
|
5456
|
-
ΨopenChildren: vue.ShallowRef<Set<
|
5456
|
+
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
5457
5457
|
} & Omit<Omit<{
|
5458
5458
|
$: vue.ComponentInternalInstance;
|
5459
5459
|
$data: {};
|
@@ -5866,7 +5866,7 @@ declare const VMenu: {
|
|
5866
5866
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
5867
5867
|
} | {
|
5868
5868
|
id: vue.ComputedRef<string>;
|
5869
|
-
ΨopenChildren: vue.ShallowRef<Set<
|
5869
|
+
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
5870
5870
|
};
|
5871
5871
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
5872
5872
|
'update:modelValue': (value: boolean) => true;
|
@@ -5999,7 +5999,7 @@ declare const VMenu: {
|
|
5999
5999
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6000
6000
|
}, {
|
6001
6001
|
id: vue.ComputedRef<string>;
|
6002
|
-
ΨopenChildren: vue.ShallowRef<Set<
|
6002
|
+
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
6003
6003
|
} & Omit<Omit<{
|
6004
6004
|
$: vue.ComponentInternalInstance;
|
6005
6005
|
$data: {};
|
@@ -6412,7 +6412,7 @@ declare const VMenu: {
|
|
6412
6412
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
6413
6413
|
} | {
|
6414
6414
|
id: vue.ComputedRef<string>;
|
6415
|
-
ΨopenChildren: vue.ShallowRef<Set<
|
6415
|
+
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
6416
6416
|
};
|
6417
6417
|
}, {}, {}, {}, {
|
6418
6418
|
location: Anchor | undefined;
|
@@ -6531,7 +6531,7 @@ declare const VMenu: {
|
|
6531
6531
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6532
6532
|
}, {
|
6533
6533
|
id: vue.ComputedRef<string>;
|
6534
|
-
ΨopenChildren: vue.ShallowRef<Set<
|
6534
|
+
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
6535
6535
|
} & Omit<Omit<{
|
6536
6536
|
$: vue.ComponentInternalInstance;
|
6537
6537
|
$data: {};
|
@@ -6944,7 +6944,7 @@ declare const VMenu: {
|
|
6944
6944
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
6945
6945
|
} | {
|
6946
6946
|
id: vue.ComputedRef<string>;
|
6947
|
-
ΨopenChildren: vue.ShallowRef<Set<
|
6947
|
+
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
6948
6948
|
};
|
6949
6949
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6950
6950
|
'update:modelValue': (value: boolean) => true;
|
@@ -7368,8 +7368,8 @@ declare const VAutocomplete: {
|
|
7368
7368
|
activeColor?: string | undefined;
|
7369
7369
|
activeClass?: string | undefined;
|
7370
7370
|
activeStrategy?: ActiveStrategyProp | undefined;
|
7371
|
-
collapseIcon?:
|
7372
|
-
expandIcon?:
|
7371
|
+
collapseIcon?: IconValue | undefined;
|
7372
|
+
expandIcon?: IconValue | undefined;
|
7373
7373
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
7374
7374
|
"onClick:activate"?: ((value: {
|
7375
7375
|
id: unknown;
|
@@ -7825,8 +7825,8 @@ declare const VAutocomplete: {
|
|
7825
7825
|
activeColor?: string | undefined;
|
7826
7826
|
activeClass?: string | undefined;
|
7827
7827
|
activeStrategy?: ActiveStrategyProp | undefined;
|
7828
|
-
collapseIcon?:
|
7829
|
-
expandIcon?:
|
7828
|
+
collapseIcon?: IconValue | undefined;
|
7829
|
+
expandIcon?: IconValue | undefined;
|
7830
7830
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
7831
7831
|
"onClick:activate"?: ((value: {
|
7832
7832
|
id: unknown;
|
@@ -8242,8 +8242,8 @@ declare const VAutocomplete: {
|
|
8242
8242
|
activeColor?: string | undefined;
|
8243
8243
|
activeClass?: string | undefined;
|
8244
8244
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8245
|
-
collapseIcon?:
|
8246
|
-
expandIcon?:
|
8245
|
+
collapseIcon?: IconValue | undefined;
|
8246
|
+
expandIcon?: IconValue | undefined;
|
8247
8247
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8248
8248
|
"onClick:activate"?: ((value: {
|
8249
8249
|
id: unknown;
|
@@ -12022,7 +12022,7 @@ declare const VBtnToggle: {
|
|
12022
12022
|
} & {}, {
|
12023
12023
|
next: () => void;
|
12024
12024
|
prev: () => void;
|
12025
|
-
select: (id:
|
12025
|
+
select: (id: string, value: boolean) => void;
|
12026
12026
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
12027
12027
|
'update:modelValue': (value: any) => true;
|
12028
12028
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
@@ -12067,7 +12067,7 @@ declare const VBtnToggle: {
|
|
12067
12067
|
} & {}, {
|
12068
12068
|
next: () => void;
|
12069
12069
|
prev: () => void;
|
12070
|
-
select: (id:
|
12070
|
+
select: (id: string, value: boolean) => void;
|
12071
12071
|
}, {}, {}, {}, {
|
12072
12072
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
12073
12073
|
style: vue.StyleValue;
|
@@ -12105,7 +12105,7 @@ declare const VBtnToggle: {
|
|
12105
12105
|
} & {}, {
|
12106
12106
|
next: () => void;
|
12107
12107
|
prev: () => void;
|
12108
|
-
select: (id:
|
12108
|
+
select: (id: string, value: boolean) => void;
|
12109
12109
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
12110
12110
|
'update:modelValue': (value: any) => true;
|
12111
12111
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
@@ -13470,7 +13470,7 @@ type VCarouselSlots = VWindowSlots & {
|
|
13470
13470
|
item: {
|
13471
13471
|
props: Record<string, any>;
|
13472
13472
|
item: {
|
13473
|
-
id:
|
13473
|
+
id: string;
|
13474
13474
|
value: unknown;
|
13475
13475
|
disabled: boolean | undefined;
|
13476
13476
|
};
|
@@ -13549,7 +13549,7 @@ declare const VCarousel: {
|
|
13549
13549
|
item: (arg: {
|
13550
13550
|
props: Record<string, any>;
|
13551
13551
|
item: {
|
13552
|
-
id:
|
13552
|
+
id: string;
|
13553
13553
|
value: unknown;
|
13554
13554
|
disabled: boolean | undefined;
|
13555
13555
|
};
|
@@ -13681,7 +13681,7 @@ declare const VCarousel: {
|
|
13681
13681
|
item: (arg: {
|
13682
13682
|
props: Record<string, any>;
|
13683
13683
|
item: {
|
13684
|
-
id:
|
13684
|
+
id: string;
|
13685
13685
|
value: unknown;
|
13686
13686
|
disabled: boolean | undefined;
|
13687
13687
|
};
|
@@ -15856,7 +15856,7 @@ declare const VChip: {
|
|
15856
15856
|
closable: boolean;
|
15857
15857
|
closeIcon: IconValue;
|
15858
15858
|
closeLabel: string;
|
15859
|
-
filterIcon:
|
15859
|
+
filterIcon: IconValue;
|
15860
15860
|
pill: boolean;
|
15861
15861
|
} & {
|
15862
15862
|
link?: boolean | undefined;
|
@@ -15872,6 +15872,7 @@ declare const VChip: {
|
|
15872
15872
|
href?: string | undefined;
|
15873
15873
|
elevation?: string | number | undefined;
|
15874
15874
|
rounded?: string | number | boolean | undefined;
|
15875
|
+
baseColor?: string | undefined;
|
15875
15876
|
selectedClass?: string | undefined;
|
15876
15877
|
prependIcon?: IconValue | undefined;
|
15877
15878
|
appendIcon?: IconValue | undefined;
|
@@ -15966,7 +15967,7 @@ declare const VChip: {
|
|
15966
15967
|
closable: boolean;
|
15967
15968
|
closeIcon: IconValue;
|
15968
15969
|
closeLabel: string;
|
15969
|
-
filterIcon:
|
15970
|
+
filterIcon: IconValue;
|
15970
15971
|
pill: boolean;
|
15971
15972
|
}, true, {}, vue.SlotsType<Partial<{
|
15972
15973
|
default: (arg: {
|
@@ -16009,7 +16010,7 @@ declare const VChip: {
|
|
16009
16010
|
closable: boolean;
|
16010
16011
|
closeIcon: IconValue;
|
16011
16012
|
closeLabel: string;
|
16012
|
-
filterIcon:
|
16013
|
+
filterIcon: IconValue;
|
16013
16014
|
pill: boolean;
|
16014
16015
|
} & {
|
16015
16016
|
link?: boolean | undefined;
|
@@ -16025,6 +16026,7 @@ declare const VChip: {
|
|
16025
16026
|
href?: string | undefined;
|
16026
16027
|
elevation?: string | number | undefined;
|
16027
16028
|
rounded?: string | number | boolean | undefined;
|
16029
|
+
baseColor?: string | undefined;
|
16028
16030
|
selectedClass?: string | undefined;
|
16029
16031
|
prependIcon?: IconValue | undefined;
|
16030
16032
|
appendIcon?: IconValue | undefined;
|
@@ -16112,7 +16114,7 @@ declare const VChip: {
|
|
16112
16114
|
closable: boolean;
|
16113
16115
|
closeIcon: IconValue;
|
16114
16116
|
closeLabel: string;
|
16115
|
-
filterIcon:
|
16117
|
+
filterIcon: IconValue;
|
16116
16118
|
pill: boolean;
|
16117
16119
|
}>;
|
16118
16120
|
__isFragment?: never;
|
@@ -16138,7 +16140,7 @@ declare const VChip: {
|
|
16138
16140
|
closable: boolean;
|
16139
16141
|
closeIcon: IconValue;
|
16140
16142
|
closeLabel: string;
|
16141
|
-
filterIcon:
|
16143
|
+
filterIcon: IconValue;
|
16142
16144
|
pill: boolean;
|
16143
16145
|
} & {
|
16144
16146
|
link?: boolean | undefined;
|
@@ -16154,6 +16156,7 @@ declare const VChip: {
|
|
16154
16156
|
href?: string | undefined;
|
16155
16157
|
elevation?: string | number | undefined;
|
16156
16158
|
rounded?: string | number | boolean | undefined;
|
16159
|
+
baseColor?: string | undefined;
|
16157
16160
|
selectedClass?: string | undefined;
|
16158
16161
|
prependIcon?: IconValue | undefined;
|
16159
16162
|
appendIcon?: IconValue | undefined;
|
@@ -16248,7 +16251,7 @@ declare const VChip: {
|
|
16248
16251
|
closable: boolean;
|
16249
16252
|
closeIcon: IconValue;
|
16250
16253
|
closeLabel: string;
|
16251
|
-
filterIcon:
|
16254
|
+
filterIcon: IconValue;
|
16252
16255
|
pill: boolean;
|
16253
16256
|
}, {}, string, vue.SlotsType<Partial<{
|
16254
16257
|
default: (arg: {
|
@@ -16316,6 +16319,7 @@ declare const VChip: {
|
|
16316
16319
|
activeClass: StringConstructor;
|
16317
16320
|
appendAvatar: StringConstructor;
|
16318
16321
|
appendIcon: PropType<IconValue>;
|
16322
|
+
baseColor: StringConstructor;
|
16319
16323
|
closable: BooleanConstructor;
|
16320
16324
|
closeIcon: {
|
16321
16325
|
type: PropType<IconValue>;
|
@@ -16328,7 +16332,7 @@ declare const VChip: {
|
|
16328
16332
|
draggable: BooleanConstructor;
|
16329
16333
|
filter: BooleanConstructor;
|
16330
16334
|
filterIcon: {
|
16331
|
-
type:
|
16335
|
+
type: PropType<IconValue>;
|
16332
16336
|
default: string;
|
16333
16337
|
};
|
16334
16338
|
label: BooleanConstructor;
|
@@ -16402,6 +16406,7 @@ declare const VChip: {
|
|
16402
16406
|
activeClass: StringConstructor;
|
16403
16407
|
appendAvatar: StringConstructor;
|
16404
16408
|
appendIcon: PropType<IconValue>;
|
16409
|
+
baseColor: StringConstructor;
|
16405
16410
|
closable: BooleanConstructor;
|
16406
16411
|
closeIcon: {
|
16407
16412
|
type: PropType<IconValue>;
|
@@ -16414,7 +16419,7 @@ declare const VChip: {
|
|
16414
16419
|
draggable: BooleanConstructor;
|
16415
16420
|
filter: BooleanConstructor;
|
16416
16421
|
filterIcon: {
|
16417
|
-
type:
|
16422
|
+
type: PropType<IconValue>;
|
16418
16423
|
default: string;
|
16419
16424
|
};
|
16420
16425
|
label: BooleanConstructor;
|
@@ -16475,11 +16480,11 @@ interface FormProps {
|
|
16475
16480
|
|
16476
16481
|
type VChipGroupSlots = {
|
16477
16482
|
default: {
|
16478
|
-
isSelected: (id:
|
16479
|
-
select: (id:
|
16483
|
+
isSelected: (id: string) => boolean;
|
16484
|
+
select: (id: string, value: boolean) => void;
|
16480
16485
|
next: () => void;
|
16481
16486
|
prev: () => void;
|
16482
|
-
selected: readonly
|
16487
|
+
selected: readonly string[];
|
16483
16488
|
};
|
16484
16489
|
};
|
16485
16490
|
declare const VChipGroup: {
|
@@ -16506,6 +16511,7 @@ declare const VChipGroup: {
|
|
16506
16511
|
theme?: string | undefined;
|
16507
16512
|
mandatory?: boolean | "force" | undefined;
|
16508
16513
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
16514
|
+
baseColor?: string | undefined;
|
16509
16515
|
showArrows?: string | boolean | undefined;
|
16510
16516
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16511
16517
|
'update:modelValue': (value: any) => true;
|
@@ -16527,11 +16533,11 @@ declare const VChipGroup: {
|
|
16527
16533
|
prevIcon: IconValue;
|
16528
16534
|
}, true, {}, vue.SlotsType<Partial<{
|
16529
16535
|
default: (arg: {
|
16530
|
-
isSelected: (id:
|
16531
|
-
select: (id:
|
16536
|
+
isSelected: (id: string) => boolean;
|
16537
|
+
select: (id: string, value: boolean) => void;
|
16532
16538
|
next: () => void;
|
16533
16539
|
prev: () => void;
|
16534
|
-
selected: readonly
|
16540
|
+
selected: readonly string[];
|
16535
16541
|
}) => vue.VNode[];
|
16536
16542
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
16537
16543
|
P: {};
|
@@ -16563,6 +16569,7 @@ declare const VChipGroup: {
|
|
16563
16569
|
theme?: string | undefined;
|
16564
16570
|
mandatory?: boolean | "force" | undefined;
|
16565
16571
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
16572
|
+
baseColor?: string | undefined;
|
16566
16573
|
showArrows?: string | boolean | undefined;
|
16567
16574
|
} & {}, {}, {}, {}, {}, {
|
16568
16575
|
symbol: any;
|
@@ -16607,6 +16614,7 @@ declare const VChipGroup: {
|
|
16607
16614
|
theme?: string | undefined;
|
16608
16615
|
mandatory?: boolean | "force" | undefined;
|
16609
16616
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
16617
|
+
baseColor?: string | undefined;
|
16610
16618
|
showArrows?: string | boolean | undefined;
|
16611
16619
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
16612
16620
|
'update:modelValue': (value: any) => true;
|
@@ -16628,11 +16636,11 @@ declare const VChipGroup: {
|
|
16628
16636
|
prevIcon: IconValue;
|
16629
16637
|
}, {}, string, vue.SlotsType<Partial<{
|
16630
16638
|
default: (arg: {
|
16631
|
-
isSelected: (id:
|
16632
|
-
select: (id:
|
16639
|
+
isSelected: (id: string) => boolean;
|
16640
|
+
select: (id: string, value: boolean) => void;
|
16633
16641
|
next: () => void;
|
16634
16642
|
prev: () => void;
|
16635
|
-
selected: readonly
|
16643
|
+
selected: readonly string[];
|
16636
16644
|
}) => vue.VNode[];
|
16637
16645
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
16638
16646
|
modelValue?: T;
|
@@ -16698,6 +16706,7 @@ declare const VChipGroup: {
|
|
16698
16706
|
type: (StringConstructor | BooleanConstructor)[];
|
16699
16707
|
validator: (v: any) => boolean;
|
16700
16708
|
};
|
16709
|
+
baseColor: StringConstructor;
|
16701
16710
|
column: BooleanConstructor;
|
16702
16711
|
filter: BooleanConstructor;
|
16703
16712
|
valueComparator: {
|
@@ -16765,6 +16774,7 @@ declare const VChipGroup: {
|
|
16765
16774
|
type: (StringConstructor | BooleanConstructor)[];
|
16766
16775
|
validator: (v: any) => boolean;
|
16767
16776
|
};
|
16777
|
+
baseColor: StringConstructor;
|
16768
16778
|
column: BooleanConstructor;
|
16769
16779
|
filter: BooleanConstructor;
|
16770
16780
|
valueComparator: {
|
@@ -17443,8 +17453,8 @@ declare const VCombobox: {
|
|
17443
17453
|
activeColor?: string | undefined;
|
17444
17454
|
activeClass?: string | undefined;
|
17445
17455
|
activeStrategy?: ActiveStrategyProp | undefined;
|
17446
|
-
collapseIcon?:
|
17447
|
-
expandIcon?:
|
17456
|
+
collapseIcon?: IconValue | undefined;
|
17457
|
+
expandIcon?: IconValue | undefined;
|
17448
17458
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
17449
17459
|
"onClick:activate"?: ((value: {
|
17450
17460
|
id: unknown;
|
@@ -17900,8 +17910,8 @@ declare const VCombobox: {
|
|
17900
17910
|
activeColor?: string | undefined;
|
17901
17911
|
activeClass?: string | undefined;
|
17902
17912
|
activeStrategy?: ActiveStrategyProp | undefined;
|
17903
|
-
collapseIcon?:
|
17904
|
-
expandIcon?:
|
17913
|
+
collapseIcon?: IconValue | undefined;
|
17914
|
+
expandIcon?: IconValue | undefined;
|
17905
17915
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
17906
17916
|
"onClick:activate"?: ((value: {
|
17907
17917
|
id: unknown;
|
@@ -18317,8 +18327,8 @@ declare const VCombobox: {
|
|
18317
18327
|
activeColor?: string | undefined;
|
18318
18328
|
activeClass?: string | undefined;
|
18319
18329
|
activeStrategy?: ActiveStrategyProp | undefined;
|
18320
|
-
collapseIcon?:
|
18321
|
-
expandIcon?:
|
18330
|
+
collapseIcon?: IconValue | undefined;
|
18331
|
+
expandIcon?: IconValue | undefined;
|
18322
18332
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
18323
18333
|
"onClick:activate"?: ((value: {
|
18324
18334
|
id: unknown;
|
@@ -19084,7 +19094,7 @@ type VConfirmEditSlots<T> = {
|
|
19084
19094
|
save: () => void;
|
19085
19095
|
cancel: () => void;
|
19086
19096
|
isPristine: boolean;
|
19087
|
-
get actions(): VNode;
|
19097
|
+
get actions(): (props?: {}) => VNode;
|
19088
19098
|
};
|
19089
19099
|
};
|
19090
19100
|
declare const VConfirmEdit: {
|
@@ -19112,9 +19122,7 @@ declare const VConfirmEdit: {
|
|
19112
19122
|
save: () => void;
|
19113
19123
|
cancel: () => void;
|
19114
19124
|
isPristine: boolean;
|
19115
|
-
readonly actions:
|
19116
|
-
[key: string]: any;
|
19117
|
-
}>;
|
19125
|
+
readonly actions: (props?: {}) => VNode;
|
19118
19126
|
}) => VNode[];
|
19119
19127
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
19120
19128
|
P: {};
|
@@ -19165,9 +19173,7 @@ declare const VConfirmEdit: {
|
|
19165
19173
|
save: () => void;
|
19166
19174
|
cancel: () => void;
|
19167
19175
|
isPristine: boolean;
|
19168
|
-
readonly actions:
|
19169
|
-
[key: string]: any;
|
19170
|
-
}>;
|
19176
|
+
readonly actions: (props?: {}) => VNode;
|
19171
19177
|
}) => VNode[];
|
19172
19178
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
19173
19179
|
modelValue?: T;
|
@@ -23988,7 +23994,7 @@ declare const VDatePickerHeader: {
|
|
23988
23994
|
transition?: string | undefined;
|
23989
23995
|
header?: string | undefined;
|
23990
23996
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
23991
|
-
appendIcon?:
|
23997
|
+
appendIcon?: IconValue | undefined;
|
23992
23998
|
} & {
|
23993
23999
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
23994
24000
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -24026,7 +24032,7 @@ declare const VDatePickerHeader: {
|
|
24026
24032
|
transition?: string | undefined;
|
24027
24033
|
header?: string | undefined;
|
24028
24034
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
24029
|
-
appendIcon?:
|
24035
|
+
appendIcon?: IconValue | undefined;
|
24030
24036
|
} & {
|
24031
24037
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
24032
24038
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -24054,7 +24060,7 @@ declare const VDatePickerHeader: {
|
|
24054
24060
|
transition?: string | undefined;
|
24055
24061
|
header?: string | undefined;
|
24056
24062
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
24057
|
-
appendIcon?:
|
24063
|
+
appendIcon?: IconValue | undefined;
|
24058
24064
|
} & {
|
24059
24065
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
24060
24066
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -24081,13 +24087,13 @@ declare const VDatePickerHeader: {
|
|
24081
24087
|
default: () => vue.VNode[];
|
24082
24088
|
append: () => vue.VNode[];
|
24083
24089
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
24084
|
-
appendIcon:
|
24090
|
+
appendIcon: vue.PropType<IconValue>;
|
24085
24091
|
color: StringConstructor;
|
24086
24092
|
header: StringConstructor;
|
24087
24093
|
transition: StringConstructor;
|
24088
24094
|
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
24089
24095
|
}, vue.ExtractPropTypes<{
|
24090
|
-
appendIcon:
|
24096
|
+
appendIcon: vue.PropType<IconValue>;
|
24091
24097
|
color: StringConstructor;
|
24092
24098
|
header: StringConstructor;
|
24093
24099
|
transition: StringConstructor;
|
@@ -32677,11 +32683,11 @@ type VInfiniteScroll = InstanceType<typeof VInfiniteScroll>;
|
|
32677
32683
|
|
32678
32684
|
type VItemGroupSlots = {
|
32679
32685
|
default: {
|
32680
|
-
isSelected: (id:
|
32681
|
-
select: (id:
|
32686
|
+
isSelected: (id: string) => boolean;
|
32687
|
+
select: (id: string, value: boolean) => void;
|
32682
32688
|
next: () => void;
|
32683
32689
|
prev: () => void;
|
32684
|
-
selected: readonly
|
32690
|
+
selected: readonly string[];
|
32685
32691
|
};
|
32686
32692
|
};
|
32687
32693
|
declare const VItemGroup: {
|
@@ -32706,11 +32712,11 @@ declare const VItemGroup: {
|
|
32706
32712
|
selectedClass: string;
|
32707
32713
|
}, true, {}, vue.SlotsType<Partial<{
|
32708
32714
|
default: (arg: {
|
32709
|
-
isSelected: (id:
|
32710
|
-
select: (id:
|
32715
|
+
isSelected: (id: string) => boolean;
|
32716
|
+
select: (id: string, value: boolean) => void;
|
32711
32717
|
next: () => void;
|
32712
32718
|
prev: () => void;
|
32713
|
-
selected: readonly
|
32719
|
+
selected: readonly string[];
|
32714
32720
|
}) => vue.VNode[];
|
32715
32721
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
32716
32722
|
P: {};
|
@@ -32761,11 +32767,11 @@ declare const VItemGroup: {
|
|
32761
32767
|
selectedClass: string;
|
32762
32768
|
}, {}, string, vue.SlotsType<Partial<{
|
32763
32769
|
default: (arg: {
|
32764
|
-
isSelected: (id:
|
32765
|
-
select: (id:
|
32770
|
+
isSelected: (id: string) => boolean;
|
32771
|
+
select: (id: string, value: boolean) => void;
|
32766
32772
|
next: () => void;
|
32767
32773
|
prev: () => void;
|
32768
|
-
selected: readonly
|
32774
|
+
selected: readonly string[];
|
32769
32775
|
}) => vue.VNode[];
|
32770
32776
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
32771
32777
|
modelValue?: T;
|
@@ -38593,8 +38599,8 @@ declare const VSelect: {
|
|
38593
38599
|
activeColor?: string | undefined;
|
38594
38600
|
activeClass?: string | undefined;
|
38595
38601
|
activeStrategy?: ActiveStrategyProp | undefined;
|
38596
|
-
collapseIcon?:
|
38597
|
-
expandIcon?:
|
38602
|
+
collapseIcon?: IconValue | undefined;
|
38603
|
+
expandIcon?: IconValue | undefined;
|
38598
38604
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
38599
38605
|
"onClick:activate"?: ((value: {
|
38600
38606
|
id: unknown;
|
@@ -39040,8 +39046,8 @@ declare const VSelect: {
|
|
39040
39046
|
activeColor?: string | undefined;
|
39041
39047
|
activeClass?: string | undefined;
|
39042
39048
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39043
|
-
collapseIcon?:
|
39044
|
-
expandIcon?:
|
39049
|
+
collapseIcon?: IconValue | undefined;
|
39050
|
+
expandIcon?: IconValue | undefined;
|
39045
39051
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
39046
39052
|
"onClick:activate"?: ((value: {
|
39047
39053
|
id: unknown;
|
@@ -39448,8 +39454,8 @@ declare const VSelect: {
|
|
39448
39454
|
activeColor?: string | undefined;
|
39449
39455
|
activeClass?: string | undefined;
|
39450
39456
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39451
|
-
collapseIcon?:
|
39452
|
-
expandIcon?:
|
39457
|
+
collapseIcon?: IconValue | undefined;
|
39458
|
+
expandIcon?: IconValue | undefined;
|
39453
39459
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
39454
39460
|
"onClick:activate"?: ((value: {
|
39455
39461
|
id: unknown;
|
@@ -40563,7 +40569,7 @@ declare const VSlideGroup: {
|
|
40563
40569
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
40564
40570
|
showArrows?: string | boolean | undefined;
|
40565
40571
|
} & {}, {
|
40566
|
-
selected: vue.Ref<readonly
|
40572
|
+
selected: vue.Ref<readonly string[], readonly string[]>;
|
40567
40573
|
scrollTo: (location: "prev" | "next") => void;
|
40568
40574
|
scrollOffset: vue.ShallowRef<number, number>;
|
40569
40575
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
@@ -40613,7 +40619,7 @@ declare const VSlideGroup: {
|
|
40613
40619
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
40614
40620
|
showArrows?: string | boolean | undefined;
|
40615
40621
|
} & {}, {
|
40616
|
-
selected: vue.Ref<readonly
|
40622
|
+
selected: vue.Ref<readonly string[], readonly string[]>;
|
40617
40623
|
scrollTo: (location: "prev" | "next") => void;
|
40618
40624
|
scrollOffset: vue.ShallowRef<number, number>;
|
40619
40625
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
@@ -40654,7 +40660,7 @@ declare const VSlideGroup: {
|
|
40654
40660
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
40655
40661
|
showArrows?: string | boolean | undefined;
|
40656
40662
|
} & {}, {
|
40657
|
-
selected: vue.Ref<readonly
|
40663
|
+
selected: vue.Ref<readonly string[], readonly string[]>;
|
40658
40664
|
scrollTo: (location: "prev" | "next") => void;
|
40659
40665
|
scrollOffset: vue.ShallowRef<number, number>;
|
40660
40666
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
@@ -44485,15 +44491,15 @@ declare const VStepperItem: {
|
|
44485
44491
|
ripple: boolean | {
|
44486
44492
|
class: string;
|
44487
44493
|
} | undefined;
|
44488
|
-
completeIcon:
|
44494
|
+
completeIcon: IconValue;
|
44489
44495
|
editable: boolean;
|
44490
|
-
editIcon:
|
44491
|
-
errorIcon:
|
44496
|
+
editIcon: IconValue;
|
44497
|
+
errorIcon: IconValue;
|
44492
44498
|
} & {
|
44493
44499
|
color?: string | undefined;
|
44494
44500
|
value?: any;
|
44495
44501
|
title?: string | undefined;
|
44496
|
-
icon?:
|
44502
|
+
icon?: IconValue | undefined;
|
44497
44503
|
selectedClass?: string | undefined;
|
44498
44504
|
subtitle?: string | undefined;
|
44499
44505
|
} & {
|
@@ -44530,10 +44536,10 @@ declare const VStepperItem: {
|
|
44530
44536
|
ripple: boolean | {
|
44531
44537
|
class: string;
|
44532
44538
|
} | undefined;
|
44533
|
-
completeIcon:
|
44539
|
+
completeIcon: IconValue;
|
44534
44540
|
editable: boolean;
|
44535
|
-
editIcon:
|
44536
|
-
errorIcon:
|
44541
|
+
editIcon: IconValue;
|
44542
|
+
errorIcon: IconValue;
|
44537
44543
|
}, true, {}, vue.SlotsType<Partial<{
|
44538
44544
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
44539
44545
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -44554,15 +44560,15 @@ declare const VStepperItem: {
|
|
44554
44560
|
ripple: boolean | {
|
44555
44561
|
class: string;
|
44556
44562
|
} | undefined;
|
44557
|
-
completeIcon:
|
44563
|
+
completeIcon: IconValue;
|
44558
44564
|
editable: boolean;
|
44559
|
-
editIcon:
|
44560
|
-
errorIcon:
|
44565
|
+
editIcon: IconValue;
|
44566
|
+
errorIcon: IconValue;
|
44561
44567
|
} & {
|
44562
44568
|
color?: string | undefined;
|
44563
44569
|
value?: any;
|
44564
44570
|
title?: string | undefined;
|
44565
|
-
icon?:
|
44571
|
+
icon?: IconValue | undefined;
|
44566
44572
|
selectedClass?: string | undefined;
|
44567
44573
|
subtitle?: string | undefined;
|
44568
44574
|
} & {
|
@@ -44595,10 +44601,10 @@ declare const VStepperItem: {
|
|
44595
44601
|
ripple: boolean | {
|
44596
44602
|
class: string;
|
44597
44603
|
} | undefined;
|
44598
|
-
completeIcon:
|
44604
|
+
completeIcon: IconValue;
|
44599
44605
|
editable: boolean;
|
44600
|
-
editIcon:
|
44601
|
-
errorIcon:
|
44606
|
+
editIcon: IconValue;
|
44607
|
+
errorIcon: IconValue;
|
44602
44608
|
}>;
|
44603
44609
|
__isFragment?: never;
|
44604
44610
|
__isTeleport?: never;
|
@@ -44611,15 +44617,15 @@ declare const VStepperItem: {
|
|
44611
44617
|
ripple: boolean | {
|
44612
44618
|
class: string;
|
44613
44619
|
} | undefined;
|
44614
|
-
completeIcon:
|
44620
|
+
completeIcon: IconValue;
|
44615
44621
|
editable: boolean;
|
44616
|
-
editIcon:
|
44617
|
-
errorIcon:
|
44622
|
+
editIcon: IconValue;
|
44623
|
+
errorIcon: IconValue;
|
44618
44624
|
} & {
|
44619
44625
|
color?: string | undefined;
|
44620
44626
|
value?: any;
|
44621
44627
|
title?: string | undefined;
|
44622
|
-
icon?:
|
44628
|
+
icon?: IconValue | undefined;
|
44623
44629
|
selectedClass?: string | undefined;
|
44624
44630
|
subtitle?: string | undefined;
|
44625
44631
|
} & {
|
@@ -44656,10 +44662,10 @@ declare const VStepperItem: {
|
|
44656
44662
|
ripple: boolean | {
|
44657
44663
|
class: string;
|
44658
44664
|
} | undefined;
|
44659
|
-
completeIcon:
|
44665
|
+
completeIcon: IconValue;
|
44660
44666
|
editable: boolean;
|
44661
|
-
editIcon:
|
44662
|
-
errorIcon:
|
44667
|
+
editIcon: IconValue;
|
44668
|
+
errorIcon: IconValue;
|
44663
44669
|
}, {}, string, vue.SlotsType<Partial<{
|
44664
44670
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
44665
44671
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -44674,20 +44680,20 @@ declare const VStepperItem: {
|
|
44674
44680
|
subtitle: StringConstructor;
|
44675
44681
|
complete: BooleanConstructor;
|
44676
44682
|
completeIcon: {
|
44677
|
-
type:
|
44683
|
+
type: PropType<IconValue>;
|
44678
44684
|
default: string;
|
44679
44685
|
};
|
44680
44686
|
editable: BooleanConstructor;
|
44681
44687
|
editIcon: {
|
44682
|
-
type:
|
44688
|
+
type: PropType<IconValue>;
|
44683
44689
|
default: string;
|
44684
44690
|
};
|
44685
44691
|
error: BooleanConstructor;
|
44686
44692
|
errorIcon: {
|
44687
|
-
type:
|
44693
|
+
type: PropType<IconValue>;
|
44688
44694
|
default: string;
|
44689
44695
|
};
|
44690
|
-
icon:
|
44696
|
+
icon: PropType<IconValue>;
|
44691
44697
|
ripple: {
|
44692
44698
|
type: PropType<RippleDirectiveBinding["value"]>;
|
44693
44699
|
default: boolean;
|
@@ -44705,20 +44711,20 @@ declare const VStepperItem: {
|
|
44705
44711
|
subtitle: StringConstructor;
|
44706
44712
|
complete: BooleanConstructor;
|
44707
44713
|
completeIcon: {
|
44708
|
-
type:
|
44714
|
+
type: PropType<IconValue>;
|
44709
44715
|
default: string;
|
44710
44716
|
};
|
44711
44717
|
editable: BooleanConstructor;
|
44712
44718
|
editIcon: {
|
44713
|
-
type:
|
44719
|
+
type: PropType<IconValue>;
|
44714
44720
|
default: string;
|
44715
44721
|
};
|
44716
44722
|
error: BooleanConstructor;
|
44717
44723
|
errorIcon: {
|
44718
|
-
type:
|
44724
|
+
type: PropType<IconValue>;
|
44719
44725
|
default: string;
|
44720
44726
|
};
|
44721
|
-
icon:
|
44727
|
+
icon: PropType<IconValue>;
|
44722
44728
|
ripple: {
|
44723
44729
|
type: PropType<RippleDirectiveBinding["value"]>;
|
44724
44730
|
default: boolean;
|
@@ -44773,9 +44779,9 @@ declare const VStepper: {
|
|
44773
44779
|
modelValue?: any;
|
44774
44780
|
rounded?: string | number | boolean | undefined;
|
44775
44781
|
bgColor?: string | undefined;
|
44776
|
-
completeIcon?:
|
44777
|
-
editIcon?:
|
44778
|
-
errorIcon?:
|
44782
|
+
completeIcon?: IconValue | undefined;
|
44783
|
+
editIcon?: IconValue | undefined;
|
44784
|
+
errorIcon?: IconValue | undefined;
|
44779
44785
|
} & {
|
44780
44786
|
$children?: vue.VNodeChild | {
|
44781
44787
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -44904,9 +44910,9 @@ declare const VStepper: {
|
|
44904
44910
|
modelValue?: any;
|
44905
44911
|
rounded?: string | number | boolean | undefined;
|
44906
44912
|
bgColor?: string | undefined;
|
44907
|
-
completeIcon?:
|
44908
|
-
editIcon?:
|
44909
|
-
errorIcon?:
|
44913
|
+
completeIcon?: IconValue | undefined;
|
44914
|
+
editIcon?: IconValue | undefined;
|
44915
|
+
errorIcon?: IconValue | undefined;
|
44910
44916
|
} & {
|
44911
44917
|
$children?: vue.VNodeChild | {
|
44912
44918
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -45017,9 +45023,9 @@ declare const VStepper: {
|
|
45017
45023
|
modelValue?: any;
|
45018
45024
|
rounded?: string | number | boolean | undefined;
|
45019
45025
|
bgColor?: string | undefined;
|
45020
|
-
completeIcon?:
|
45021
|
-
editIcon?:
|
45022
|
-
errorIcon?:
|
45026
|
+
completeIcon?: IconValue | undefined;
|
45027
|
+
editIcon?: IconValue | undefined;
|
45028
|
+
errorIcon?: IconValue | undefined;
|
45023
45029
|
} & {
|
45024
45030
|
$children?: vue.VNodeChild | {
|
45025
45031
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -45166,10 +45172,10 @@ declare const VStepper: {
|
|
45166
45172
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
45167
45173
|
altLabels: BooleanConstructor;
|
45168
45174
|
bgColor: StringConstructor;
|
45169
|
-
completeIcon:
|
45170
|
-
editIcon:
|
45175
|
+
completeIcon: PropType<IconValue>;
|
45176
|
+
editIcon: PropType<IconValue>;
|
45171
45177
|
editable: BooleanConstructor;
|
45172
|
-
errorIcon:
|
45178
|
+
errorIcon: PropType<IconValue>;
|
45173
45179
|
hideActions: BooleanConstructor;
|
45174
45180
|
items: {
|
45175
45181
|
type: PropType<readonly StepperItem[]>;
|
@@ -45248,10 +45254,10 @@ declare const VStepper: {
|
|
45248
45254
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
45249
45255
|
altLabels: BooleanConstructor;
|
45250
45256
|
bgColor: StringConstructor;
|
45251
|
-
completeIcon:
|
45252
|
-
editIcon:
|
45257
|
+
completeIcon: PropType<IconValue>;
|
45258
|
+
editIcon: PropType<IconValue>;
|
45253
45259
|
editable: BooleanConstructor;
|
45254
|
-
errorIcon:
|
45260
|
+
errorIcon: PropType<IconValue>;
|
45255
45261
|
hideActions: BooleanConstructor;
|
45256
45262
|
items: {
|
45257
45263
|
type: PropType<readonly StepperItem[]>;
|