@vuetify/nightly 3.8.0-beta.0-dev.2025-03-21 → 3.8.0-beta.0-dev.2025-03-23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -3
- package/dist/json/attributes.json +3039 -3035
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5679 -5670
- package/dist/vuetify-labs.cjs +7 -4
- package/dist/vuetify-labs.css +2873 -2872
- package/dist/vuetify-labs.d.ts +56 -51
- package/dist/vuetify-labs.esm.js +7 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +7 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3488 -3487
- package/dist/vuetify.d.ts +56 -51
- package/dist/vuetify.esm.js +7 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.d.ts +10 -0
- package/lib/components/VIcon/VIcon.js +4 -1
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -35370,6 +35370,7 @@ declare const VIcon: {
|
|
35370
35370
|
tag: string | JSXComponent;
|
35371
35371
|
} & {
|
35372
35372
|
color?: string | undefined;
|
35373
|
+
opacity?: string | number | undefined;
|
35373
35374
|
class?: any;
|
35374
35375
|
theme?: string | undefined;
|
35375
35376
|
icon?: IconValue | undefined;
|
@@ -35407,6 +35408,7 @@ declare const VIcon: {
|
|
35407
35408
|
tag: string | JSXComponent;
|
35408
35409
|
} & {
|
35409
35410
|
color?: string | undefined;
|
35411
|
+
opacity?: string | number | undefined;
|
35410
35412
|
class?: any;
|
35411
35413
|
theme?: string | undefined;
|
35412
35414
|
icon?: IconValue | undefined;
|
@@ -35439,6 +35441,7 @@ declare const VIcon: {
|
|
35439
35441
|
tag: string | JSXComponent;
|
35440
35442
|
} & {
|
35441
35443
|
color?: string | undefined;
|
35444
|
+
opacity?: string | number | undefined;
|
35442
35445
|
class?: any;
|
35443
35446
|
theme?: string | undefined;
|
35444
35447
|
icon?: IconValue | undefined;
|
@@ -35483,6 +35486,7 @@ declare const VIcon: {
|
|
35483
35486
|
start: BooleanConstructor;
|
35484
35487
|
end: BooleanConstructor;
|
35485
35488
|
icon: vue.PropType<IconValue>;
|
35489
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
35486
35490
|
}, vue.ExtractPropTypes<{
|
35487
35491
|
theme: StringConstructor;
|
35488
35492
|
tag: Omit<{
|
@@ -35506,6 +35510,7 @@ declare const VIcon: {
|
|
35506
35510
|
start: BooleanConstructor;
|
35507
35511
|
end: BooleanConstructor;
|
35508
35512
|
icon: vue.PropType<IconValue>;
|
35513
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
35509
35514
|
}>>;
|
35510
35515
|
type VIcon = InstanceType<typeof VIcon>;
|
35511
35516
|
|
@@ -73024,39 +73029,40 @@ declare module 'vue' {
|
|
73024
73029
|
}
|
73025
73030
|
export interface GlobalComponents {
|
73026
73031
|
VApp: VApp
|
73027
|
-
|
73028
|
-
VAlertTitle: VAlertTitle
|
73032
|
+
VBadge: VBadge
|
73029
73033
|
VAppBar: VAppBar
|
73030
73034
|
VAppBarNavIcon: VAppBarNavIcon
|
73031
73035
|
VAppBarTitle: VAppBarTitle
|
73032
73036
|
VAutocomplete: VAutocomplete
|
73033
|
-
|
73034
|
-
|
73037
|
+
VAlert: VAlert
|
73038
|
+
VAlertTitle: VAlertTitle
|
73035
73039
|
VAvatar: VAvatar
|
73036
73040
|
VBottomSheet: VBottomSheet
|
73037
73041
|
VBanner: VBanner
|
73038
73042
|
VBannerActions: VBannerActions
|
73039
73043
|
VBannerText: VBannerText
|
73044
|
+
VBtnGroup: VBtnGroup
|
73045
|
+
VBottomNavigation: VBottomNavigation
|
73046
|
+
VBtnToggle: VBtnToggle
|
73047
|
+
VCarousel: VCarousel
|
73048
|
+
VCarouselItem: VCarouselItem
|
73040
73049
|
VBreadcrumbs: VBreadcrumbs
|
73041
73050
|
VBreadcrumbsItem: VBreadcrumbsItem
|
73042
73051
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
73043
73052
|
VBtn: VBtn
|
73044
|
-
|
73045
|
-
VBtnGroup: VBtnGroup
|
73053
|
+
VChip: VChip
|
73046
73054
|
VCard: VCard
|
73047
73055
|
VCardActions: VCardActions
|
73048
73056
|
VCardItem: VCardItem
|
73049
73057
|
VCardSubtitle: VCardSubtitle
|
73050
73058
|
VCardText: VCardText
|
73051
73059
|
VCardTitle: VCardTitle
|
73052
|
-
|
73053
|
-
VCarouselItem: VCarouselItem
|
73060
|
+
VChipGroup: VChipGroup
|
73054
73061
|
VCheckbox: VCheckbox
|
73055
73062
|
VCheckboxBtn: VCheckboxBtn
|
73056
73063
|
VCombobox: VCombobox
|
73057
|
-
VChip: VChip
|
73058
|
-
VChipGroup: VChipGroup
|
73059
73064
|
VCode: VCode
|
73065
|
+
VCounter: VCounter
|
73060
73066
|
VDatePicker: VDatePicker
|
73061
73067
|
VDatePickerControls: VDatePickerControls
|
73062
73068
|
VDatePickerHeader: VDatePickerHeader
|
@@ -73070,32 +73076,30 @@ declare module 'vue' {
|
|
73070
73076
|
VDataTableRow: VDataTableRow
|
73071
73077
|
VDataTableVirtual: VDataTableVirtual
|
73072
73078
|
VDataTableServer: VDataTableServer
|
73073
|
-
VCounter: VCounter
|
73074
|
-
VColorPicker: VColorPicker
|
73075
|
-
VDialog: VDialog
|
73076
73079
|
VDivider: VDivider
|
73080
|
+
VDialog: VDialog
|
73077
73081
|
VExpansionPanels: VExpansionPanels
|
73078
73082
|
VExpansionPanel: VExpansionPanel
|
73079
73083
|
VExpansionPanelText: VExpansionPanelText
|
73080
73084
|
VExpansionPanelTitle: VExpansionPanelTitle
|
73081
73085
|
VEmptyState: VEmptyState
|
73082
|
-
VField: VField
|
73083
|
-
VFieldLabel: VFieldLabel
|
73084
73086
|
VFab: VFab
|
73085
|
-
VFileInput: VFileInput
|
73086
|
-
VFooter: VFooter
|
73087
73087
|
VIcon: VIcon
|
73088
73088
|
VComponentIcon: VComponentIcon
|
73089
73089
|
VSvgIcon: VSvgIcon
|
73090
73090
|
VLigatureIcon: VLigatureIcon
|
73091
73091
|
VClassIcon: VClassIcon
|
73092
|
-
|
73092
|
+
VField: VField
|
73093
|
+
VFieldLabel: VFieldLabel
|
73094
|
+
VFileInput: VFileInput
|
73095
|
+
VFooter: VFooter
|
73093
73096
|
VInput: VInput
|
73097
|
+
VImg: VImg
|
73098
|
+
VInfiniteScroll: VInfiniteScroll
|
73094
73099
|
VItemGroup: VItemGroup
|
73095
73100
|
VItem: VItem
|
73096
|
-
VInfiniteScroll: VInfiniteScroll
|
73097
73101
|
VKbd: VKbd
|
73098
|
-
|
73102
|
+
VLabel: VLabel
|
73099
73103
|
VList: VList
|
73100
73104
|
VListGroup: VListGroup
|
73101
73105
|
VListImg: VListImg
|
@@ -73106,64 +73110,64 @@ declare module 'vue' {
|
|
73106
73110
|
VListItemTitle: VListItemTitle
|
73107
73111
|
VListSubheader: VListSubheader
|
73108
73112
|
VMessages: VMessages
|
73109
|
-
|
73113
|
+
VMenu: VMenu
|
73110
73114
|
VMain: VMain
|
73111
73115
|
VNavigationDrawer: VNavigationDrawer
|
73112
73116
|
VNumberInput: VNumberInput
|
73113
|
-
VPagination: VPagination
|
73114
73117
|
VOtpInput: VOtpInput
|
73115
|
-
VProgressCircular: VProgressCircular
|
73116
73118
|
VOverlay: VOverlay
|
73117
|
-
|
73119
|
+
VPagination: VPagination
|
73120
|
+
VProgressCircular: VProgressCircular
|
73118
73121
|
VRadioGroup: VRadioGroup
|
73122
|
+
VProgressLinear: VProgressLinear
|
73119
73123
|
VRating: VRating
|
73124
|
+
VSelect: VSelect
|
73125
|
+
VSelectionControl: VSelectionControl
|
73120
73126
|
VSelectionControlGroup: VSelectionControlGroup
|
73121
|
-
VSkeletonLoader: VSkeletonLoader
|
73122
|
-
VSlideGroup: VSlideGroup
|
73123
|
-
VSlideGroupItem: VSlideGroupItem
|
73124
73127
|
VSheet: VSheet
|
73125
|
-
VSelectionControl: VSelectionControl
|
73126
|
-
VSlider: VSlider
|
73127
73128
|
VSnackbar: VSnackbar
|
73128
|
-
|
73129
|
-
|
73129
|
+
VSlider: VSlider
|
73130
|
+
VSlideGroup: VSlideGroup
|
73131
|
+
VSlideGroupItem: VSlideGroupItem
|
73132
|
+
VSkeletonLoader: VSkeletonLoader
|
73130
73133
|
VSystemBar: VSystemBar
|
73131
|
-
VTable: VTable
|
73132
|
-
VTab: VTab
|
73133
|
-
VTabs: VTabs
|
73134
|
-
VTabsWindow: VTabsWindow
|
73135
|
-
VTabsWindowItem: VTabsWindowItem
|
73136
73134
|
VStepper: VStepper
|
73137
73135
|
VStepperActions: VStepperActions
|
73138
73136
|
VStepperHeader: VStepperHeader
|
73139
73137
|
VStepperItem: VStepperItem
|
73140
73138
|
VStepperWindow: VStepperWindow
|
73141
73139
|
VStepperWindowItem: VStepperWindowItem
|
73140
|
+
VTab: VTab
|
73141
|
+
VTabs: VTabs
|
73142
|
+
VTabsWindow: VTabsWindow
|
73143
|
+
VTabsWindowItem: VTabsWindowItem
|
73144
|
+
VSwitch: VSwitch
|
73142
73145
|
VTextField: VTextField
|
73143
73146
|
VTooltip: VTooltip
|
73144
|
-
|
73145
|
-
|
73146
|
-
VTimeline: VTimeline
|
73147
|
-
VTimelineItem: VTimelineItem
|
73148
|
-
VSelect: VSelect
|
73147
|
+
VTable: VTable
|
73148
|
+
VTextarea: VTextarea
|
73149
73149
|
VToolbar: VToolbar
|
73150
73150
|
VToolbarTitle: VToolbarTitle
|
73151
73151
|
VToolbarItems: VToolbarItems
|
73152
|
-
|
73153
|
-
|
73152
|
+
VTimeline: VTimeline
|
73153
|
+
VTimelineItem: VTimelineItem
|
73154
|
+
VWindow: VWindow
|
73155
|
+
VWindowItem: VWindowItem
|
73156
|
+
VColorPicker: VColorPicker
|
73154
73157
|
VDefaultsProvider: VDefaultsProvider
|
73158
|
+
VDataIterator: VDataIterator
|
73155
73159
|
VForm: VForm
|
73156
|
-
VHover: VHover
|
73157
73160
|
VContainer: VContainer
|
73158
73161
|
VCol: VCol
|
73159
73162
|
VRow: VRow
|
73160
73163
|
VSpacer: VSpacer
|
73161
|
-
|
73164
|
+
VHover: VHover
|
73162
73165
|
VLayout: VLayout
|
73163
73166
|
VLayoutItem: VLayoutItem
|
73167
|
+
VLazy: VLazy
|
73164
73168
|
VLocaleProvider: VLocaleProvider
|
73165
|
-
VNoSsr: VNoSsr
|
73166
73169
|
VParallax: VParallax
|
73170
|
+
VNoSsr: VNoSsr
|
73167
73171
|
VRadio: VRadio
|
73168
73172
|
VRangeSlider: VRangeSlider
|
73169
73173
|
VResponsive: VResponsive
|
@@ -73189,25 +73193,26 @@ declare module 'vue' {
|
|
73189
73193
|
VExpandTransition: VExpandTransition
|
73190
73194
|
VExpandXTransition: VExpandXTransition
|
73191
73195
|
VDialogTransition: VDialogTransition
|
73196
|
+
VConfirmEdit: VConfirmEdit
|
73192
73197
|
VCalendar: VCalendar
|
73193
73198
|
VCalendarDay: VCalendarDay
|
73194
73199
|
VCalendarHeader: VCalendarHeader
|
73195
73200
|
VCalendarInterval: VCalendarInterval
|
73196
73201
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
73197
73202
|
VCalendarMonthDay: VCalendarMonthDay
|
73203
|
+
VFileUpload: VFileUpload
|
73204
|
+
VFileUploadItem: VFileUploadItem
|
73205
|
+
VTreeview: VTreeview
|
73206
|
+
VTreeviewItem: VTreeviewItem
|
73207
|
+
VTreeviewGroup: VTreeviewGroup
|
73198
73208
|
VPicker: VPicker
|
73199
73209
|
VPickerTitle: VPickerTitle
|
73200
73210
|
VStepperVertical: VStepperVertical
|
73201
73211
|
VStepperVerticalItem: VStepperVerticalItem
|
73202
73212
|
VStepperVerticalActions: VStepperVerticalActions
|
73203
|
-
VFileUpload: VFileUpload
|
73204
|
-
VFileUploadItem: VFileUploadItem
|
73205
73213
|
VTimePicker: VTimePicker
|
73206
73214
|
VTimePickerClock: VTimePickerClock
|
73207
73215
|
VTimePickerControls: VTimePickerControls
|
73208
|
-
VTreeview: VTreeview
|
73209
|
-
VTreeviewItem: VTreeviewItem
|
73210
|
-
VTreeviewGroup: VTreeviewGroup
|
73211
73216
|
VDateInput: VDateInput
|
73212
73217
|
VPullToRefresh: VPullToRefresh
|
73213
73218
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.0-beta.0-dev.2025-03-
|
2
|
+
* Vuetify v3.8.0-beta.0-dev.2025-03-23
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4663,6 +4663,7 @@ const makeVIconProps = propsFactory({
|
|
4663
4663
|
start: Boolean,
|
4664
4664
|
end: Boolean,
|
4665
4665
|
icon: IconValue,
|
4666
|
+
opacity: [String, Number],
|
4666
4667
|
...makeComponentProps(),
|
4667
4668
|
...makeSizeProps(),
|
4668
4669
|
...makeTagProps({
|
@@ -4707,7 +4708,9 @@ const VIcon = genericComponent()({
|
|
4707
4708
|
'v-icon--start': props.start,
|
4708
4709
|
'v-icon--end': props.end
|
4709
4710
|
}, props.class],
|
4710
|
-
"style": [
|
4711
|
+
"style": [{
|
4712
|
+
'--v-icon-opacity': props.opacity
|
4713
|
+
}, !sizeClasses.value ? {
|
4711
4714
|
fontSize: convertToUnit(props.size),
|
4712
4715
|
height: convertToUnit(props.size),
|
4713
4716
|
width: convertToUnit(props.size)
|
@@ -31265,7 +31268,7 @@ function createVuetify$1() {
|
|
31265
31268
|
};
|
31266
31269
|
});
|
31267
31270
|
}
|
31268
|
-
const version$1 = "3.8.0-beta.0-dev.2025-03-
|
31271
|
+
const version$1 = "3.8.0-beta.0-dev.2025-03-23";
|
31269
31272
|
createVuetify$1.version = version$1;
|
31270
31273
|
|
31271
31274
|
// Vue's inject() can only be used in setup
|
@@ -31550,7 +31553,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31550
31553
|
|
31551
31554
|
/* eslint-disable local-rules/sort-imports */
|
31552
31555
|
|
31553
|
-
const version = "3.8.0-beta.0-dev.2025-03-
|
31556
|
+
const version = "3.8.0-beta.0-dev.2025-03-23";
|
31554
31557
|
|
31555
31558
|
/* eslint-disable local-rules/sort-imports */
|
31556
31559
|
|