@vuetify/nightly 3.7.9-dev.2025-01-30 → 3.7.9-dev.2025-02-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/CHANGELOG.md +5 -3
- package/dist/json/attributes.json +1565 -1565
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +192 -192
- package/dist/json/web-types.json +2620 -2620
- package/dist/vuetify-labs.css +4345 -4345
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +25 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +25 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3705 -3705
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +25 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +25 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/util/index.js +18 -0
- package/lib/components/VColorPicker/util/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/colorUtils.js +4 -2
- package/lib/util/colorUtils.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -57915,7 +57915,7 @@ declare const createVuetify: {
|
|
57915
57915
|
};
|
57916
57916
|
};
|
57917
57917
|
goTo: GoToInstance;
|
57918
|
-
}
|
57918
|
+
};
|
57919
57919
|
version: string;
|
57920
57920
|
};
|
57921
57921
|
declare const version: string;
|
@@ -57957,40 +57957,39 @@ declare module 'vue' {
|
|
57957
57957
|
$children?: VNodeChild
|
57958
57958
|
}
|
57959
57959
|
export interface GlobalComponents {
|
57960
|
+
VAppBar: VAppBar
|
57961
|
+
VAppBarNavIcon: VAppBarNavIcon
|
57962
|
+
VAppBarTitle: VAppBarTitle
|
57960
57963
|
VApp: VApp
|
57961
57964
|
VAlert: VAlert
|
57962
57965
|
VAlertTitle: VAlertTitle
|
57966
|
+
VAutocomplete: VAutocomplete
|
57963
57967
|
VAvatar: VAvatar
|
57964
|
-
VBanner: VBanner
|
57965
|
-
VBannerActions: VBannerActions
|
57966
|
-
VBannerText: VBannerText
|
57967
57968
|
VBadge: VBadge
|
57968
|
-
|
57969
|
-
|
57970
|
-
VAppBarTitle: VAppBarTitle
|
57971
|
-
VAutocomplete: VAutocomplete
|
57969
|
+
VBottomNavigation: VBottomNavigation
|
57970
|
+
VBottomSheet: VBottomSheet
|
57972
57971
|
VBreadcrumbs: VBreadcrumbs
|
57973
57972
|
VBreadcrumbsItem: VBreadcrumbsItem
|
57974
57973
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
57975
|
-
VBtnToggle: VBtnToggle
|
57976
|
-
VBottomNavigation: VBottomNavigation
|
57977
|
-
VBtn: VBtn
|
57978
57974
|
VBtnGroup: VBtnGroup
|
57975
|
+
VBanner: VBanner
|
57976
|
+
VBannerActions: VBannerActions
|
57977
|
+
VBannerText: VBannerText
|
57978
|
+
VCheckbox: VCheckbox
|
57979
|
+
VCheckboxBtn: VCheckboxBtn
|
57980
|
+
VBtn: VBtn
|
57981
|
+
VBtnToggle: VBtnToggle
|
57982
|
+
VCarousel: VCarousel
|
57983
|
+
VCarouselItem: VCarouselItem
|
57979
57984
|
VCard: VCard
|
57980
57985
|
VCardActions: VCardActions
|
57981
57986
|
VCardItem: VCardItem
|
57982
57987
|
VCardSubtitle: VCardSubtitle
|
57983
57988
|
VCardText: VCardText
|
57984
57989
|
VCardTitle: VCardTitle
|
57985
|
-
VColorPicker: VColorPicker
|
57986
|
-
VCheckbox: VCheckbox
|
57987
|
-
VCheckboxBtn: VCheckboxBtn
|
57988
|
-
VCode: VCode
|
57989
57990
|
VChipGroup: VChipGroup
|
57990
57991
|
VCounter: VCounter
|
57991
|
-
|
57992
|
-
VCarouselItem: VCarouselItem
|
57993
|
-
VChip: VChip
|
57992
|
+
VCode: VCode
|
57994
57993
|
VDataTable: VDataTable
|
57995
57994
|
VDataTableHeaders: VDataTableHeaders
|
57996
57995
|
VDataTableFooter: VDataTableFooter
|
@@ -57998,37 +57997,39 @@ declare module 'vue' {
|
|
57998
57997
|
VDataTableRow: VDataTableRow
|
57999
57998
|
VDataTableVirtual: VDataTableVirtual
|
58000
57999
|
VDataTableServer: VDataTableServer
|
58000
|
+
VChip: VChip
|
58001
|
+
VEmptyState: VEmptyState
|
58001
58002
|
VCombobox: VCombobox
|
58002
58003
|
VDialog: VDialog
|
58003
|
-
VEmptyState: VEmptyState
|
58004
|
-
VExpansionPanels: VExpansionPanels
|
58005
|
-
VExpansionPanel: VExpansionPanel
|
58006
|
-
VExpansionPanelText: VExpansionPanelText
|
58007
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
58008
|
-
VDivider: VDivider
|
58009
58004
|
VDatePicker: VDatePicker
|
58010
58005
|
VDatePickerControls: VDatePickerControls
|
58011
58006
|
VDatePickerHeader: VDatePickerHeader
|
58012
58007
|
VDatePickerMonth: VDatePickerMonth
|
58013
58008
|
VDatePickerMonths: VDatePickerMonths
|
58014
58009
|
VDatePickerYears: VDatePickerYears
|
58010
|
+
VDivider: VDivider
|
58011
|
+
VFooter: VFooter
|
58012
|
+
VFab: VFab
|
58015
58013
|
VField: VField
|
58016
58014
|
VFieldLabel: VFieldLabel
|
58017
|
-
VFab: VFab
|
58018
|
-
VFileInput: VFileInput
|
58019
|
-
VFooter: VFooter
|
58020
|
-
VInfiniteScroll: VInfiniteScroll
|
58021
|
-
VBottomSheet: VBottomSheet
|
58022
|
-
VLabel: VLabel
|
58023
|
-
VImg: VImg
|
58024
58015
|
VIcon: VIcon
|
58025
58016
|
VComponentIcon: VComponentIcon
|
58026
58017
|
VSvgIcon: VSvgIcon
|
58027
58018
|
VLigatureIcon: VLigatureIcon
|
58028
58019
|
VClassIcon: VClassIcon
|
58020
|
+
VExpansionPanels: VExpansionPanels
|
58021
|
+
VExpansionPanel: VExpansionPanel
|
58022
|
+
VExpansionPanelText: VExpansionPanelText
|
58023
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
58024
|
+
VFileInput: VFileInput
|
58025
|
+
VInfiniteScroll: VInfiniteScroll
|
58026
|
+
VImg: VImg
|
58027
|
+
VKbd: VKbd
|
58029
58028
|
VInput: VInput
|
58030
58029
|
VItemGroup: VItemGroup
|
58031
58030
|
VItem: VItem
|
58031
|
+
VLabel: VLabel
|
58032
|
+
VMain: VMain
|
58032
58033
|
VList: VList
|
58033
58034
|
VListGroup: VListGroup
|
58034
58035
|
VListImg: VListImg
|
@@ -58038,72 +58039,72 @@ declare module 'vue' {
|
|
58038
58039
|
VListItemSubtitle: VListItemSubtitle
|
58039
58040
|
VListItemTitle: VListItemTitle
|
58040
58041
|
VListSubheader: VListSubheader
|
58041
|
-
VKbd: VKbd
|
58042
|
-
VMenu: VMenu
|
58043
|
-
VMain: VMain
|
58044
|
-
VNavigationDrawer: VNavigationDrawer
|
58045
58042
|
VMessages: VMessages
|
58046
58043
|
VOtpInput: VOtpInput
|
58044
|
+
VMenu: VMenu
|
58047
58045
|
VOverlay: VOverlay
|
58048
|
-
|
58046
|
+
VPagination: VPagination
|
58047
|
+
VNavigationDrawer: VNavigationDrawer
|
58049
58048
|
VProgressLinear: VProgressLinear
|
58050
58049
|
VRadioGroup: VRadioGroup
|
58051
|
-
VPagination: VPagination
|
58052
|
-
VSelect: VSelect
|
58053
58050
|
VRating: VRating
|
58051
|
+
VProgressCircular: VProgressCircular
|
58052
|
+
VSelectionControl: VSelectionControl
|
58054
58053
|
VSheet: VSheet
|
58054
|
+
VSlideGroup: VSlideGroup
|
58055
|
+
VSlideGroupItem: VSlideGroupItem
|
58055
58056
|
VSkeletonLoader: VSkeletonLoader
|
58056
58057
|
VSelectionControlGroup: VSelectionControlGroup
|
58057
|
-
|
58058
|
+
VColorPicker: VColorPicker
|
58059
|
+
VSystemBar: VSystemBar
|
58060
|
+
VSelect: VSelect
|
58061
|
+
VSlider: VSlider
|
58062
|
+
VSnackbar: VSnackbar
|
58063
|
+
VTab: VTab
|
58064
|
+
VTabs: VTabs
|
58065
|
+
VTabsWindow: VTabsWindow
|
58066
|
+
VTabsWindowItem: VTabsWindowItem
|
58067
|
+
VTable: VTable
|
58058
58068
|
VStepper: VStepper
|
58059
58069
|
VStepperActions: VStepperActions
|
58060
58070
|
VStepperHeader: VStepperHeader
|
58061
58071
|
VStepperItem: VStepperItem
|
58062
58072
|
VStepperWindow: VStepperWindow
|
58063
58073
|
VStepperWindowItem: VStepperWindowItem
|
58064
|
-
VSlideGroup: VSlideGroup
|
58065
|
-
VSlideGroupItem: VSlideGroupItem
|
58066
|
-
VSlider: VSlider
|
58067
|
-
VTab: VTab
|
58068
|
-
VTabs: VTabs
|
58069
|
-
VTabsWindow: VTabsWindow
|
58070
|
-
VTabsWindowItem: VTabsWindowItem
|
58071
|
-
VSnackbar: VSnackbar
|
58072
58074
|
VSwitch: VSwitch
|
58073
|
-
VSystemBar: VSystemBar
|
58074
|
-
VTable: VTable
|
58075
|
-
VToolbar: VToolbar
|
58076
|
-
VToolbarTitle: VToolbarTitle
|
58077
|
-
VToolbarItems: VToolbarItems
|
58078
|
-
VTextField: VTextField
|
58079
58075
|
VTimeline: VTimeline
|
58080
58076
|
VTimelineItem: VTimelineItem
|
58081
58077
|
VTextarea: VTextarea
|
58082
|
-
|
58078
|
+
VTextField: VTextField
|
58079
|
+
VToolbar: VToolbar
|
58080
|
+
VToolbarTitle: VToolbarTitle
|
58081
|
+
VToolbarItems: VToolbarItems
|
58083
58082
|
VWindow: VWindow
|
58084
58083
|
VWindowItem: VWindowItem
|
58084
|
+
VTooltip: VTooltip
|
58085
58085
|
VConfirmEdit: VConfirmEdit
|
58086
58086
|
VDataIterator: VDataIterator
|
58087
58087
|
VDefaultsProvider: VDefaultsProvider
|
58088
|
-
VForm: VForm
|
58089
58088
|
VContainer: VContainer
|
58090
58089
|
VCol: VCol
|
58091
58090
|
VRow: VRow
|
58092
58091
|
VSpacer: VSpacer
|
58093
58092
|
VHover: VHover
|
58094
|
-
VLazy: VLazy
|
58095
58093
|
VLayout: VLayout
|
58096
58094
|
VLayoutItem: VLayoutItem
|
58095
|
+
VLazy: VLazy
|
58096
|
+
VForm: VForm
|
58097
58097
|
VLocaleProvider: VLocaleProvider
|
58098
|
-
VParallax: VParallax
|
58099
58098
|
VNoSsr: VNoSsr
|
58099
|
+
VParallax: VParallax
|
58100
58100
|
VRadio: VRadio
|
58101
58101
|
VRangeSlider: VRangeSlider
|
58102
58102
|
VResponsive: VResponsive
|
58103
58103
|
VSparkline: VSparkline
|
58104
|
-
VSpeedDial: VSpeedDial
|
58105
58104
|
VThemeProvider: VThemeProvider
|
58105
|
+
VSpeedDial: VSpeedDial
|
58106
58106
|
VValidation: VValidation
|
58107
|
+
VVirtualScroll: VVirtualScroll
|
58107
58108
|
VFabTransition: VFabTransition
|
58108
58109
|
VDialogBottomTransition: VDialogBottomTransition
|
58109
58110
|
VDialogTopTransition: VDialogTopTransition
|
@@ -58120,27 +58121,26 @@ declare module 'vue' {
|
|
58120
58121
|
VExpandTransition: VExpandTransition
|
58121
58122
|
VExpandXTransition: VExpandXTransition
|
58122
58123
|
VDialogTransition: VDialogTransition
|
58123
|
-
VVirtualScroll: VVirtualScroll
|
58124
58124
|
VFileUpload: VFileUpload
|
58125
58125
|
VFileUploadItem: VFileUploadItem
|
58126
|
-
VNumberInput: VNumberInput
|
58127
58126
|
VStepperVertical: VStepperVertical
|
58128
58127
|
VStepperVerticalItem: VStepperVerticalItem
|
58129
58128
|
VStepperVerticalActions: VStepperVerticalActions
|
58129
|
+
VPicker: VPicker
|
58130
|
+
VPickerTitle: VPickerTitle
|
58131
|
+
VNumberInput: VNumberInput
|
58132
|
+
VTreeview: VTreeview
|
58133
|
+
VTreeviewItem: VTreeviewItem
|
58134
|
+
VTreeviewGroup: VTreeviewGroup
|
58130
58135
|
VTimePicker: VTimePicker
|
58131
58136
|
VTimePickerClock: VTimePickerClock
|
58132
58137
|
VTimePickerControls: VTimePickerControls
|
58133
|
-
VPicker: VPicker
|
58134
|
-
VPickerTitle: VPickerTitle
|
58135
58138
|
VCalendar: VCalendar
|
58136
58139
|
VCalendarDay: VCalendarDay
|
58137
58140
|
VCalendarHeader: VCalendarHeader
|
58138
58141
|
VCalendarInterval: VCalendarInterval
|
58139
58142
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
58140
58143
|
VCalendarMonthDay: VCalendarMonthDay
|
58141
|
-
VTreeview: VTreeview
|
58142
|
-
VTreeviewItem: VTreeviewItem
|
58143
|
-
VTreeviewGroup: VTreeviewGroup
|
58144
58144
|
VDateInput: VDateInput
|
58145
58145
|
VPullToRefresh: VPullToRefresh
|
58146
58146
|
VSnackbarQueue: VSnackbarQueue
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.9-dev.2025-
|
2
|
+
* Vuetify v3.7.9-dev.2025-02-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -953,8 +953,10 @@ function parseColor(color) {
|
|
953
953
|
fn,
|
954
954
|
values
|
955
955
|
} = groups;
|
956
|
-
const realValues = values.split(/,\s
|
957
|
-
if (v.endsWith('%')
|
956
|
+
const realValues = values.split(/,\s*|\s*\/\s*|\s+/).map((v, i) => {
|
957
|
+
if (v.endsWith('%') ||
|
958
|
+
// unitless slv are %
|
959
|
+
i > 0 && i < 3 && ['hsl', 'hsla', 'hsv', 'hsva'].includes(fn)) {
|
958
960
|
return parseFloat(v) / 100;
|
959
961
|
} else {
|
960
962
|
return parseFloat(v);
|
@@ -15479,6 +15481,24 @@ function stripAlpha(color, stripAlpha) {
|
|
15479
15481
|
}
|
15480
15482
|
function extractColor(color, input) {
|
15481
15483
|
if (input == null || typeof input === 'string') {
|
15484
|
+
const hasA = color.a !== 1;
|
15485
|
+
if (input?.startsWith('rgb(')) {
|
15486
|
+
const {
|
15487
|
+
r,
|
15488
|
+
g,
|
15489
|
+
b,
|
15490
|
+
a
|
15491
|
+
} = HSVtoRGB(color);
|
15492
|
+
return `rgb(${r} ${g} ${b}` + (hasA ? ` / ${a})` : ')');
|
15493
|
+
} else if (input?.startsWith('hsl(')) {
|
15494
|
+
const {
|
15495
|
+
h,
|
15496
|
+
s,
|
15497
|
+
l,
|
15498
|
+
a
|
15499
|
+
} = HSVtoHSL(color);
|
15500
|
+
return `hsl(${h} ${Math.round(s * 100)} ${Math.round(l * 100)}` + (hasA ? ` / ${a})` : ')');
|
15501
|
+
}
|
15482
15502
|
const hex = HSVtoHex(color);
|
15483
15503
|
if (color.a === 1) return hex.slice(0, 7);else return hex;
|
15484
15504
|
}
|
@@ -28439,7 +28459,7 @@ function createVuetify$1() {
|
|
28439
28459
|
};
|
28440
28460
|
});
|
28441
28461
|
}
|
28442
|
-
const version$1 = "3.7.9-dev.2025-
|
28462
|
+
const version$1 = "3.7.9-dev.2025-02-03";
|
28443
28463
|
createVuetify$1.version = version$1;
|
28444
28464
|
|
28445
28465
|
// Vue's inject() can only be used in setup
|
@@ -28464,7 +28484,7 @@ const createVuetify = function () {
|
|
28464
28484
|
...options
|
28465
28485
|
});
|
28466
28486
|
};
|
28467
|
-
const version = "3.7.9-dev.2025-
|
28487
|
+
const version = "3.7.9-dev.2025-02-03";
|
28468
28488
|
createVuetify.version = version;
|
28469
28489
|
|
28470
28490
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|