@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.d.ts
CHANGED
@@ -35133,6 +35133,7 @@ declare const VIcon: {
|
|
35133
35133
|
tag: string | JSXComponent;
|
35134
35134
|
} & {
|
35135
35135
|
color?: string | undefined;
|
35136
|
+
opacity?: string | number | undefined;
|
35136
35137
|
class?: any;
|
35137
35138
|
theme?: string | undefined;
|
35138
35139
|
icon?: IconValue | undefined;
|
@@ -35170,6 +35171,7 @@ declare const VIcon: {
|
|
35170
35171
|
tag: string | JSXComponent;
|
35171
35172
|
} & {
|
35172
35173
|
color?: string | undefined;
|
35174
|
+
opacity?: string | number | undefined;
|
35173
35175
|
class?: any;
|
35174
35176
|
theme?: string | undefined;
|
35175
35177
|
icon?: IconValue | undefined;
|
@@ -35202,6 +35204,7 @@ declare const VIcon: {
|
|
35202
35204
|
tag: string | JSXComponent;
|
35203
35205
|
} & {
|
35204
35206
|
color?: string | undefined;
|
35207
|
+
opacity?: string | number | undefined;
|
35205
35208
|
class?: any;
|
35206
35209
|
theme?: string | undefined;
|
35207
35210
|
icon?: IconValue | undefined;
|
@@ -35246,6 +35249,7 @@ declare const VIcon: {
|
|
35246
35249
|
start: BooleanConstructor;
|
35247
35250
|
end: BooleanConstructor;
|
35248
35251
|
icon: vue.PropType<IconValue>;
|
35252
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
35249
35253
|
}, vue.ExtractPropTypes<{
|
35250
35254
|
theme: StringConstructor;
|
35251
35255
|
tag: Omit<{
|
@@ -35269,6 +35273,7 @@ declare const VIcon: {
|
|
35269
35273
|
start: BooleanConstructor;
|
35270
35274
|
end: BooleanConstructor;
|
35271
35275
|
icon: vue.PropType<IconValue>;
|
35276
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
35272
35277
|
}>>;
|
35273
35278
|
type VIcon = InstanceType<typeof VIcon>;
|
35274
35279
|
|
@@ -65363,39 +65368,40 @@ declare module 'vue' {
|
|
65363
65368
|
}
|
65364
65369
|
export interface GlobalComponents {
|
65365
65370
|
VApp: VApp
|
65366
|
-
|
65367
|
-
VAlertTitle: VAlertTitle
|
65371
|
+
VBadge: VBadge
|
65368
65372
|
VAppBar: VAppBar
|
65369
65373
|
VAppBarNavIcon: VAppBarNavIcon
|
65370
65374
|
VAppBarTitle: VAppBarTitle
|
65371
65375
|
VAutocomplete: VAutocomplete
|
65372
|
-
|
65373
|
-
|
65376
|
+
VAlert: VAlert
|
65377
|
+
VAlertTitle: VAlertTitle
|
65374
65378
|
VAvatar: VAvatar
|
65375
65379
|
VBottomSheet: VBottomSheet
|
65376
65380
|
VBanner: VBanner
|
65377
65381
|
VBannerActions: VBannerActions
|
65378
65382
|
VBannerText: VBannerText
|
65383
|
+
VBtnGroup: VBtnGroup
|
65384
|
+
VBottomNavigation: VBottomNavigation
|
65385
|
+
VBtnToggle: VBtnToggle
|
65386
|
+
VCarousel: VCarousel
|
65387
|
+
VCarouselItem: VCarouselItem
|
65379
65388
|
VBreadcrumbs: VBreadcrumbs
|
65380
65389
|
VBreadcrumbsItem: VBreadcrumbsItem
|
65381
65390
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
65382
65391
|
VBtn: VBtn
|
65383
|
-
|
65384
|
-
VBtnGroup: VBtnGroup
|
65392
|
+
VChip: VChip
|
65385
65393
|
VCard: VCard
|
65386
65394
|
VCardActions: VCardActions
|
65387
65395
|
VCardItem: VCardItem
|
65388
65396
|
VCardSubtitle: VCardSubtitle
|
65389
65397
|
VCardText: VCardText
|
65390
65398
|
VCardTitle: VCardTitle
|
65391
|
-
|
65392
|
-
VCarouselItem: VCarouselItem
|
65399
|
+
VChipGroup: VChipGroup
|
65393
65400
|
VCheckbox: VCheckbox
|
65394
65401
|
VCheckboxBtn: VCheckboxBtn
|
65395
65402
|
VCombobox: VCombobox
|
65396
|
-
VChip: VChip
|
65397
|
-
VChipGroup: VChipGroup
|
65398
65403
|
VCode: VCode
|
65404
|
+
VCounter: VCounter
|
65399
65405
|
VDatePicker: VDatePicker
|
65400
65406
|
VDatePickerControls: VDatePickerControls
|
65401
65407
|
VDatePickerHeader: VDatePickerHeader
|
@@ -65409,32 +65415,30 @@ declare module 'vue' {
|
|
65409
65415
|
VDataTableRow: VDataTableRow
|
65410
65416
|
VDataTableVirtual: VDataTableVirtual
|
65411
65417
|
VDataTableServer: VDataTableServer
|
65412
|
-
VCounter: VCounter
|
65413
|
-
VColorPicker: VColorPicker
|
65414
|
-
VDialog: VDialog
|
65415
65418
|
VDivider: VDivider
|
65419
|
+
VDialog: VDialog
|
65416
65420
|
VExpansionPanels: VExpansionPanels
|
65417
65421
|
VExpansionPanel: VExpansionPanel
|
65418
65422
|
VExpansionPanelText: VExpansionPanelText
|
65419
65423
|
VExpansionPanelTitle: VExpansionPanelTitle
|
65420
65424
|
VEmptyState: VEmptyState
|
65421
|
-
VField: VField
|
65422
|
-
VFieldLabel: VFieldLabel
|
65423
65425
|
VFab: VFab
|
65424
|
-
VFileInput: VFileInput
|
65425
|
-
VFooter: VFooter
|
65426
65426
|
VIcon: VIcon
|
65427
65427
|
VComponentIcon: VComponentIcon
|
65428
65428
|
VSvgIcon: VSvgIcon
|
65429
65429
|
VLigatureIcon: VLigatureIcon
|
65430
65430
|
VClassIcon: VClassIcon
|
65431
|
-
|
65431
|
+
VField: VField
|
65432
|
+
VFieldLabel: VFieldLabel
|
65433
|
+
VFileInput: VFileInput
|
65434
|
+
VFooter: VFooter
|
65432
65435
|
VInput: VInput
|
65436
|
+
VImg: VImg
|
65437
|
+
VInfiniteScroll: VInfiniteScroll
|
65433
65438
|
VItemGroup: VItemGroup
|
65434
65439
|
VItem: VItem
|
65435
|
-
VInfiniteScroll: VInfiniteScroll
|
65436
65440
|
VKbd: VKbd
|
65437
|
-
|
65441
|
+
VLabel: VLabel
|
65438
65442
|
VList: VList
|
65439
65443
|
VListGroup: VListGroup
|
65440
65444
|
VListImg: VListImg
|
@@ -65445,64 +65449,64 @@ declare module 'vue' {
|
|
65445
65449
|
VListItemTitle: VListItemTitle
|
65446
65450
|
VListSubheader: VListSubheader
|
65447
65451
|
VMessages: VMessages
|
65448
|
-
|
65452
|
+
VMenu: VMenu
|
65449
65453
|
VMain: VMain
|
65450
65454
|
VNavigationDrawer: VNavigationDrawer
|
65451
65455
|
VNumberInput: VNumberInput
|
65452
|
-
VPagination: VPagination
|
65453
65456
|
VOtpInput: VOtpInput
|
65454
|
-
VProgressCircular: VProgressCircular
|
65455
65457
|
VOverlay: VOverlay
|
65456
|
-
|
65458
|
+
VPagination: VPagination
|
65459
|
+
VProgressCircular: VProgressCircular
|
65457
65460
|
VRadioGroup: VRadioGroup
|
65461
|
+
VProgressLinear: VProgressLinear
|
65458
65462
|
VRating: VRating
|
65463
|
+
VSelect: VSelect
|
65464
|
+
VSelectionControl: VSelectionControl
|
65459
65465
|
VSelectionControlGroup: VSelectionControlGroup
|
65460
|
-
VSkeletonLoader: VSkeletonLoader
|
65461
|
-
VSlideGroup: VSlideGroup
|
65462
|
-
VSlideGroupItem: VSlideGroupItem
|
65463
65466
|
VSheet: VSheet
|
65464
|
-
VSelectionControl: VSelectionControl
|
65465
|
-
VSlider: VSlider
|
65466
65467
|
VSnackbar: VSnackbar
|
65467
|
-
|
65468
|
-
|
65468
|
+
VSlider: VSlider
|
65469
|
+
VSlideGroup: VSlideGroup
|
65470
|
+
VSlideGroupItem: VSlideGroupItem
|
65471
|
+
VSkeletonLoader: VSkeletonLoader
|
65469
65472
|
VSystemBar: VSystemBar
|
65470
|
-
VTable: VTable
|
65471
|
-
VTab: VTab
|
65472
|
-
VTabs: VTabs
|
65473
|
-
VTabsWindow: VTabsWindow
|
65474
|
-
VTabsWindowItem: VTabsWindowItem
|
65475
65473
|
VStepper: VStepper
|
65476
65474
|
VStepperActions: VStepperActions
|
65477
65475
|
VStepperHeader: VStepperHeader
|
65478
65476
|
VStepperItem: VStepperItem
|
65479
65477
|
VStepperWindow: VStepperWindow
|
65480
65478
|
VStepperWindowItem: VStepperWindowItem
|
65479
|
+
VTab: VTab
|
65480
|
+
VTabs: VTabs
|
65481
|
+
VTabsWindow: VTabsWindow
|
65482
|
+
VTabsWindowItem: VTabsWindowItem
|
65483
|
+
VSwitch: VSwitch
|
65481
65484
|
VTextField: VTextField
|
65482
65485
|
VTooltip: VTooltip
|
65483
|
-
|
65484
|
-
|
65485
|
-
VTimeline: VTimeline
|
65486
|
-
VTimelineItem: VTimelineItem
|
65487
|
-
VSelect: VSelect
|
65486
|
+
VTable: VTable
|
65487
|
+
VTextarea: VTextarea
|
65488
65488
|
VToolbar: VToolbar
|
65489
65489
|
VToolbarTitle: VToolbarTitle
|
65490
65490
|
VToolbarItems: VToolbarItems
|
65491
|
-
|
65492
|
-
|
65491
|
+
VTimeline: VTimeline
|
65492
|
+
VTimelineItem: VTimelineItem
|
65493
|
+
VWindow: VWindow
|
65494
|
+
VWindowItem: VWindowItem
|
65495
|
+
VColorPicker: VColorPicker
|
65493
65496
|
VDefaultsProvider: VDefaultsProvider
|
65497
|
+
VDataIterator: VDataIterator
|
65494
65498
|
VForm: VForm
|
65495
|
-
VHover: VHover
|
65496
65499
|
VContainer: VContainer
|
65497
65500
|
VCol: VCol
|
65498
65501
|
VRow: VRow
|
65499
65502
|
VSpacer: VSpacer
|
65500
|
-
|
65503
|
+
VHover: VHover
|
65501
65504
|
VLayout: VLayout
|
65502
65505
|
VLayoutItem: VLayoutItem
|
65506
|
+
VLazy: VLazy
|
65503
65507
|
VLocaleProvider: VLocaleProvider
|
65504
|
-
VNoSsr: VNoSsr
|
65505
65508
|
VParallax: VParallax
|
65509
|
+
VNoSsr: VNoSsr
|
65506
65510
|
VRadio: VRadio
|
65507
65511
|
VRangeSlider: VRangeSlider
|
65508
65512
|
VResponsive: VResponsive
|
@@ -65528,25 +65532,26 @@ declare module 'vue' {
|
|
65528
65532
|
VExpandTransition: VExpandTransition
|
65529
65533
|
VExpandXTransition: VExpandXTransition
|
65530
65534
|
VDialogTransition: VDialogTransition
|
65535
|
+
VConfirmEdit: VConfirmEdit
|
65531
65536
|
VCalendar: VCalendar
|
65532
65537
|
VCalendarDay: VCalendarDay
|
65533
65538
|
VCalendarHeader: VCalendarHeader
|
65534
65539
|
VCalendarInterval: VCalendarInterval
|
65535
65540
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
65536
65541
|
VCalendarMonthDay: VCalendarMonthDay
|
65542
|
+
VFileUpload: VFileUpload
|
65543
|
+
VFileUploadItem: VFileUploadItem
|
65544
|
+
VTreeview: VTreeview
|
65545
|
+
VTreeviewItem: VTreeviewItem
|
65546
|
+
VTreeviewGroup: VTreeviewGroup
|
65537
65547
|
VPicker: VPicker
|
65538
65548
|
VPickerTitle: VPickerTitle
|
65539
65549
|
VStepperVertical: VStepperVertical
|
65540
65550
|
VStepperVerticalItem: VStepperVerticalItem
|
65541
65551
|
VStepperVerticalActions: VStepperVerticalActions
|
65542
|
-
VFileUpload: VFileUpload
|
65543
|
-
VFileUploadItem: VFileUploadItem
|
65544
65552
|
VTimePicker: VTimePicker
|
65545
65553
|
VTimePickerClock: VTimePickerClock
|
65546
65554
|
VTimePickerControls: VTimePickerControls
|
65547
|
-
VTreeview: VTreeview
|
65548
|
-
VTreeviewItem: VTreeviewItem
|
65549
|
-
VTreeviewGroup: VTreeviewGroup
|
65550
65555
|
VDateInput: VDateInput
|
65551
65556
|
VPullToRefresh: VPullToRefresh
|
65552
65557
|
}
|
package/dist/vuetify.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
|
*/
|
@@ -4928,6 +4928,7 @@ const makeVIconProps = propsFactory({
|
|
4928
4928
|
start: Boolean,
|
4929
4929
|
end: Boolean,
|
4930
4930
|
icon: IconValue,
|
4931
|
+
opacity: [String, Number],
|
4931
4932
|
...makeComponentProps(),
|
4932
4933
|
...makeSizeProps(),
|
4933
4934
|
...makeTagProps({
|
@@ -4972,7 +4973,9 @@ const VIcon = genericComponent()({
|
|
4972
4973
|
'v-icon--start': props.start,
|
4973
4974
|
'v-icon--end': props.end
|
4974
4975
|
}, props.class],
|
4975
|
-
"style": [
|
4976
|
+
"style": [{
|
4977
|
+
'--v-icon-opacity': props.opacity
|
4978
|
+
}, !sizeClasses.value ? {
|
4976
4979
|
fontSize: convertToUnit(props.size),
|
4977
4980
|
height: convertToUnit(props.size),
|
4978
4981
|
width: convertToUnit(props.size)
|
@@ -29168,7 +29171,7 @@ function createVuetify$1() {
|
|
29168
29171
|
};
|
29169
29172
|
});
|
29170
29173
|
}
|
29171
|
-
const version$1 = "3.8.0-beta.0-dev.2025-03-
|
29174
|
+
const version$1 = "3.8.0-beta.0-dev.2025-03-23";
|
29172
29175
|
createVuetify$1.version = version$1;
|
29173
29176
|
|
29174
29177
|
// Vue's inject() can only be used in setup
|
@@ -29193,7 +29196,7 @@ const createVuetify = function () {
|
|
29193
29196
|
...options
|
29194
29197
|
});
|
29195
29198
|
};
|
29196
|
-
const version = "3.8.0-beta.0-dev.2025-03-
|
29199
|
+
const version = "3.8.0-beta.0-dev.2025-03-23";
|
29197
29200
|
createVuetify.version = version;
|
29198
29201
|
|
29199
29202
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|