vuetify 3.11.7 → 3.11.8
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 +3916 -3916
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +7079 -7079
- package/dist/vuetify-labs.cjs +34 -27
- package/dist/vuetify-labs.css +5250 -5249
- package/dist/vuetify-labs.d.ts +49 -49
- package/dist/vuetify-labs.esm.js +34 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +34 -27
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2843 -2842
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +34 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +34 -27
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.js +2 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/lib/components/VField/VField.js +30 -23
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VListItem.css +2 -1
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +49 -49
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -145746,41 +145746,41 @@ declare module 'vue' {
|
|
|
145746
145746
|
export interface GlobalComponents {
|
|
145747
145747
|
VApp: VApp
|
|
145748
145748
|
VAutocomplete: VAutocomplete
|
|
145749
|
+
VBadge: VBadge
|
|
145749
145750
|
VAppBar: VAppBar
|
|
145750
145751
|
VAppBarNavIcon: VAppBarNavIcon
|
|
145751
145752
|
VAppBarTitle: VAppBarTitle
|
|
145752
145753
|
VAlert: VAlert
|
|
145753
145754
|
VAlertTitle: VAlertTitle
|
|
145754
|
-
VAvatar: VAvatar
|
|
145755
|
-
VBtnGroup: VBtnGroup
|
|
145756
|
-
VBadge: VBadge
|
|
145757
145755
|
VBanner: VBanner
|
|
145758
145756
|
VBannerActions: VBannerActions
|
|
145759
145757
|
VBannerText: VBannerText
|
|
145758
|
+
VBottomSheet: VBottomSheet
|
|
145759
|
+
VAvatar: VAvatar
|
|
145760
145760
|
VBreadcrumbs: VBreadcrumbs
|
|
145761
145761
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
145762
145762
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
145763
|
-
VBtn: VBtn
|
|
145764
145763
|
VBottomNavigation: VBottomNavigation
|
|
145765
|
-
|
|
145766
|
-
|
|
145767
|
-
|
|
145768
|
-
|
|
145764
|
+
VBtn: VBtn
|
|
145765
|
+
VCheckbox: VCheckbox
|
|
145766
|
+
VCheckboxBtn: VCheckboxBtn
|
|
145767
|
+
VBtnToggle: VBtnToggle
|
|
145768
|
+
VBtnGroup: VBtnGroup
|
|
145769
145769
|
VCard: VCard
|
|
145770
145770
|
VCardActions: VCardActions
|
|
145771
145771
|
VCardItem: VCardItem
|
|
145772
145772
|
VCardSubtitle: VCardSubtitle
|
|
145773
145773
|
VCardText: VCardText
|
|
145774
145774
|
VCardTitle: VCardTitle
|
|
145775
|
-
|
|
145776
|
-
|
|
145777
|
-
|
|
145775
|
+
VCalendar: VCalendar
|
|
145776
|
+
VChip: VChip
|
|
145777
|
+
VChipGroup: VChipGroup
|
|
145778
145778
|
VCombobox: VCombobox
|
|
145779
145779
|
VCounter: VCounter
|
|
145780
|
+
VCarousel: VCarousel
|
|
145781
|
+
VCarouselItem: VCarouselItem
|
|
145780
145782
|
VCode: VCode
|
|
145781
|
-
|
|
145782
|
-
VChip: VChip
|
|
145783
|
-
VDialog: VDialog
|
|
145783
|
+
VColorPicker: VColorPicker
|
|
145784
145784
|
VDivider: VDivider
|
|
145785
145785
|
VDataTable: VDataTable
|
|
145786
145786
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -145789,6 +145789,7 @@ declare module 'vue' {
|
|
|
145789
145789
|
VDataTableRow: VDataTableRow
|
|
145790
145790
|
VDataTableVirtual: VDataTableVirtual
|
|
145791
145791
|
VDataTableServer: VDataTableServer
|
|
145792
|
+
VDialog: VDialog
|
|
145792
145793
|
VDatePicker: VDatePicker
|
|
145793
145794
|
VDatePickerControls: VDatePickerControls
|
|
145794
145795
|
VDatePickerHeader: VDatePickerHeader
|
|
@@ -145796,28 +145797,28 @@ declare module 'vue' {
|
|
|
145796
145797
|
VDatePickerMonths: VDatePickerMonths
|
|
145797
145798
|
VDatePickerYears: VDatePickerYears
|
|
145798
145799
|
VEmptyState: VEmptyState
|
|
145799
|
-
|
|
145800
|
-
VFieldLabel: VFieldLabel
|
|
145801
|
-
VFooter: VFooter
|
|
145800
|
+
VFileInput: VFileInput
|
|
145802
145801
|
VExpansionPanels: VExpansionPanels
|
|
145803
145802
|
VExpansionPanel: VExpansionPanel
|
|
145804
145803
|
VExpansionPanelText: VExpansionPanelText
|
|
145805
145804
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
145806
|
-
|
|
145807
|
-
|
|
145805
|
+
VFab: VFab
|
|
145806
|
+
VFooter: VFooter
|
|
145808
145807
|
VHotkey: VHotkey
|
|
145809
|
-
VImg: VImg
|
|
145810
|
-
VInfiniteScroll: VInfiniteScroll
|
|
145811
145808
|
VIcon: VIcon
|
|
145812
145809
|
VComponentIcon: VComponentIcon
|
|
145813
145810
|
VSvgIcon: VSvgIcon
|
|
145814
145811
|
VLigatureIcon: VLigatureIcon
|
|
145815
145812
|
VClassIcon: VClassIcon
|
|
145816
|
-
|
|
145817
|
-
|
|
145818
|
-
|
|
145813
|
+
VField: VField
|
|
145814
|
+
VFieldLabel: VFieldLabel
|
|
145815
|
+
VInfiniteScroll: VInfiniteScroll
|
|
145819
145816
|
VItemGroup: VItemGroup
|
|
145820
145817
|
VItem: VItem
|
|
145818
|
+
VInput: VInput
|
|
145819
|
+
VKbd: VKbd
|
|
145820
|
+
VImg: VImg
|
|
145821
|
+
VLabel: VLabel
|
|
145821
145822
|
VList: VList
|
|
145822
145823
|
VListGroup: VListGroup
|
|
145823
145824
|
VListImg: VListImg
|
|
@@ -145828,27 +145829,25 @@ declare module 'vue' {
|
|
|
145828
145829
|
VListItemTitle: VListItemTitle
|
|
145829
145830
|
VListSubheader: VListSubheader
|
|
145830
145831
|
VMain: VMain
|
|
145831
|
-
VMenu: VMenu
|
|
145832
145832
|
VMessages: VMessages
|
|
145833
|
+
VMenu: VMenu
|
|
145833
145834
|
VNavigationDrawer: VNavigationDrawer
|
|
145834
|
-
VNumberInput: VNumberInput
|
|
145835
145835
|
VOtpInput: VOtpInput
|
|
145836
|
+
VOverlay: VOverlay
|
|
145836
145837
|
VPagination: VPagination
|
|
145838
|
+
VNumberInput: VNumberInput
|
|
145839
|
+
VRadioGroup: VRadioGroup
|
|
145837
145840
|
VProgressCircular: VProgressCircular
|
|
145838
|
-
VFab: VFab
|
|
145839
|
-
VOverlay: VOverlay
|
|
145840
145841
|
VProgressLinear: VProgressLinear
|
|
145841
|
-
VRadioGroup: VRadioGroup
|
|
145842
145842
|
VSelect: VSelect
|
|
145843
|
+
VSelectionControl: VSelectionControl
|
|
145843
145844
|
VRating: VRating
|
|
145844
|
-
VSlideGroup: VSlideGroup
|
|
145845
|
-
VSlideGroupItem: VSlideGroupItem
|
|
145846
145845
|
VSelectionControlGroup: VSelectionControlGroup
|
|
145847
|
-
VSelectionControl: VSelectionControl
|
|
145848
|
-
VSkeletonLoader: VSkeletonLoader
|
|
145849
145846
|
VSheet: VSheet
|
|
145847
|
+
VSkeletonLoader: VSkeletonLoader
|
|
145850
145848
|
VSlider: VSlider
|
|
145851
|
-
|
|
145849
|
+
VSlideGroup: VSlideGroup
|
|
145850
|
+
VSlideGroupItem: VSlideGroupItem
|
|
145852
145851
|
VSnackbar: VSnackbar
|
|
145853
145852
|
VStepper: VStepper
|
|
145854
145853
|
VStepperActions: VStepperActions
|
|
@@ -145861,23 +145860,24 @@ declare module 'vue' {
|
|
|
145861
145860
|
VTabs: VTabs
|
|
145862
145861
|
VTabsWindow: VTabsWindow
|
|
145863
145862
|
VTabsWindowItem: VTabsWindowItem
|
|
145864
|
-
|
|
145863
|
+
VSystemBar: VSystemBar
|
|
145865
145864
|
VTable: VTable
|
|
145865
|
+
VTimeline: VTimeline
|
|
145866
|
+
VTimelineItem: VTimelineItem
|
|
145867
|
+
VTextField: VTextField
|
|
145868
|
+
VTextarea: VTextarea
|
|
145866
145869
|
VToolbar: VToolbar
|
|
145867
145870
|
VToolbarTitle: VToolbarTitle
|
|
145868
145871
|
VToolbarItems: VToolbarItems
|
|
145869
|
-
VTextarea: VTextarea
|
|
145870
145872
|
VTooltip: VTooltip
|
|
145871
|
-
VTimePicker: VTimePicker
|
|
145872
|
-
VTimePickerClock: VTimePickerClock
|
|
145873
|
-
VTimePickerControls: VTimePickerControls
|
|
145874
|
-
VTimeline: VTimeline
|
|
145875
|
-
VTimelineItem: VTimelineItem
|
|
145876
145873
|
VTreeview: VTreeview
|
|
145877
145874
|
VTreeviewItem: VTreeviewItem
|
|
145878
145875
|
VTreeviewGroup: VTreeviewGroup
|
|
145879
145876
|
VWindow: VWindow
|
|
145880
145877
|
VWindowItem: VWindowItem
|
|
145878
|
+
VTimePicker: VTimePicker
|
|
145879
|
+
VTimePickerClock: VTimePickerClock
|
|
145880
|
+
VTimePickerControls: VTimePickerControls
|
|
145881
145881
|
VConfirmEdit: VConfirmEdit
|
|
145882
145882
|
VDataIterator: VDataIterator
|
|
145883
145883
|
VDefaultsProvider: VDefaultsProvider
|
|
@@ -145887,21 +145887,21 @@ declare module 'vue' {
|
|
|
145887
145887
|
VRow: VRow
|
|
145888
145888
|
VSpacer: VSpacer
|
|
145889
145889
|
VHover: VHover
|
|
145890
|
-
VLazy: VLazy
|
|
145891
|
-
VLocaleProvider: VLocaleProvider
|
|
145892
145890
|
VLayout: VLayout
|
|
145893
145891
|
VLayoutItem: VLayoutItem
|
|
145892
|
+
VLocaleProvider: VLocaleProvider
|
|
145893
|
+
VLazy: VLazy
|
|
145894
145894
|
VNoSsr: VNoSsr
|
|
145895
|
-
VRadio: VRadio
|
|
145896
145895
|
VParallax: VParallax
|
|
145896
|
+
VRadio: VRadio
|
|
145897
145897
|
VRangeSlider: VRangeSlider
|
|
145898
145898
|
VResponsive: VResponsive
|
|
145899
|
+
VSnackbarQueue: VSnackbarQueue
|
|
145899
145900
|
VSparkline: VSparkline
|
|
145900
145901
|
VSpeedDial: VSpeedDial
|
|
145901
|
-
|
|
145902
|
+
VVirtualScroll: VVirtualScroll
|
|
145902
145903
|
VThemeProvider: VThemeProvider
|
|
145903
145904
|
VValidation: VValidation
|
|
145904
|
-
VVirtualScroll: VVirtualScroll
|
|
145905
145905
|
VFabTransition: VFabTransition
|
|
145906
145906
|
VDialogBottomTransition: VDialogBottomTransition
|
|
145907
145907
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -145924,15 +145924,15 @@ declare module 'vue' {
|
|
|
145924
145924
|
VIconBtn: VIconBtn
|
|
145925
145925
|
VPicker: VPicker
|
|
145926
145926
|
VPickerTitle: VPickerTitle
|
|
145927
|
-
VVideo: VVideo
|
|
145928
|
-
VVideoControls: VVideoControls
|
|
145929
|
-
VVideoVolume: VVideoVolume
|
|
145930
145927
|
VPie: VPie
|
|
145931
145928
|
VPieSegment: VPieSegment
|
|
145932
145929
|
VPieTooltip: VPieTooltip
|
|
145933
145930
|
VStepperVertical: VStepperVertical
|
|
145934
145931
|
VStepperVerticalItem: VStepperVerticalItem
|
|
145935
145932
|
VStepperVerticalActions: VStepperVerticalActions
|
|
145933
|
+
VVideo: VVideo
|
|
145934
|
+
VVideoControls: VVideoControls
|
|
145935
|
+
VVideoVolume: VVideoVolume
|
|
145936
145936
|
VDateInput: VDateInput
|
|
145937
145937
|
VMaskInput: VMaskInput
|
|
145938
145938
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.
|
|
2
|
+
* Vuetify v3.11.8
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12784,6 +12784,20 @@ const VField = genericComponent()({
|
|
|
12784
12784
|
blur,
|
|
12785
12785
|
focus
|
|
12786
12786
|
}));
|
|
12787
|
+
const floatingLabelProps = toRef(() => {
|
|
12788
|
+
const ariaHidden = !isActive.value;
|
|
12789
|
+
return {
|
|
12790
|
+
'aria-hidden': ariaHidden,
|
|
12791
|
+
for: ariaHidden ? undefined : id.value
|
|
12792
|
+
};
|
|
12793
|
+
});
|
|
12794
|
+
const mainLabelProps = toRef(() => {
|
|
12795
|
+
const ariaHidden = hasFloatingLabel.value && isActive.value;
|
|
12796
|
+
return {
|
|
12797
|
+
'aria-hidden': ariaHidden,
|
|
12798
|
+
for: ariaHidden ? undefined : id.value
|
|
12799
|
+
};
|
|
12800
|
+
});
|
|
12787
12801
|
function onClick(e) {
|
|
12788
12802
|
if (e.target !== document.activeElement) {
|
|
12789
12803
|
e.preventDefault();
|
|
@@ -12839,23 +12853,20 @@ const VField = genericComponent()({
|
|
|
12839
12853
|
}, null)]), createElementVNode("div", {
|
|
12840
12854
|
"class": "v-field__field",
|
|
12841
12855
|
"data-no-activator": ""
|
|
12842
|
-
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
|
12856
|
+
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, mergeProps({
|
|
12843
12857
|
"key": "floating-label",
|
|
12844
12858
|
"ref": floatingLabelRef,
|
|
12845
|
-
"class":
|
|
12846
|
-
"floating": true
|
|
12847
|
-
|
|
12848
|
-
"
|
|
12849
|
-
|
|
12850
|
-
}, {
|
|
12859
|
+
"class": [textColorClasses.value],
|
|
12860
|
+
"floating": true
|
|
12861
|
+
}, floatingLabelProps.value, {
|
|
12862
|
+
"style": textColorStyles.value
|
|
12863
|
+
}), {
|
|
12851
12864
|
default: () => [label()]
|
|
12852
|
-
}), hasLabel.value && createVNode(VFieldLabel, {
|
|
12865
|
+
}), hasLabel.value && createVNode(VFieldLabel, mergeProps({
|
|
12853
12866
|
"key": "label",
|
|
12854
12867
|
"ref": labelRef,
|
|
12855
|
-
"id": props.labelId
|
|
12856
|
-
|
|
12857
|
-
"aria-hidden": hasFloatingLabel.value && isActive.value
|
|
12858
|
-
}, {
|
|
12868
|
+
"id": props.labelId
|
|
12869
|
+
}, mainLabelProps.value), {
|
|
12859
12870
|
default: () => [label()]
|
|
12860
12871
|
}), slots.default?.({
|
|
12861
12872
|
...slotProps.value,
|
|
@@ -12915,21 +12926,17 @@ const VField = genericComponent()({
|
|
|
12915
12926
|
"class": "v-field__outline__start"
|
|
12916
12927
|
}, null), hasFloatingLabel.value && createElementVNode("div", {
|
|
12917
12928
|
"class": "v-field__outline__notch"
|
|
12918
|
-
}, [createVNode(VFieldLabel, {
|
|
12929
|
+
}, [createVNode(VFieldLabel, mergeProps({
|
|
12919
12930
|
"ref": floatingLabelRef,
|
|
12920
|
-
"floating": true
|
|
12921
|
-
|
|
12922
|
-
"aria-hidden": !isActive.value
|
|
12923
|
-
}, {
|
|
12931
|
+
"floating": true
|
|
12932
|
+
}, floatingLabelProps.value), {
|
|
12924
12933
|
default: () => [label()]
|
|
12925
12934
|
})]), createElementVNode("div", {
|
|
12926
12935
|
"class": "v-field__outline__end"
|
|
12927
|
-
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
|
12936
|
+
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, mergeProps({
|
|
12928
12937
|
"ref": floatingLabelRef,
|
|
12929
|
-
"floating": true
|
|
12930
|
-
|
|
12931
|
-
"aria-hidden": !isActive.value
|
|
12932
|
-
}, {
|
|
12938
|
+
"floating": true
|
|
12939
|
+
}, floatingLabelProps.value), {
|
|
12933
12940
|
default: () => [label()]
|
|
12934
12941
|
})])]);
|
|
12935
12942
|
});
|
|
@@ -20574,8 +20581,8 @@ const VColorPickerCanvas = defineComponent({
|
|
|
20574
20581
|
width,
|
|
20575
20582
|
height
|
|
20576
20583
|
} = entries[0].contentRect;
|
|
20577
|
-
canvasWidth.value = width;
|
|
20578
|
-
canvasHeight.value = height;
|
|
20584
|
+
canvasWidth.value = Math.round(width);
|
|
20585
|
+
canvasHeight.value = Math.round(height);
|
|
20579
20586
|
});
|
|
20580
20587
|
function updateDotPosition(x, y, rect) {
|
|
20581
20588
|
const {
|
|
@@ -39254,7 +39261,7 @@ function createVuetify$1() {
|
|
|
39254
39261
|
};
|
|
39255
39262
|
});
|
|
39256
39263
|
}
|
|
39257
|
-
const version$1 = "3.11.
|
|
39264
|
+
const version$1 = "3.11.8";
|
|
39258
39265
|
createVuetify$1.version = version$1;
|
|
39259
39266
|
|
|
39260
39267
|
// Vue's inject() can only be used in setup
|
|
@@ -39557,7 +39564,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
39557
39564
|
|
|
39558
39565
|
/* eslint-disable local-rules/sort-imports */
|
|
39559
39566
|
|
|
39560
|
-
const version = "3.11.
|
|
39567
|
+
const version = "3.11.8";
|
|
39561
39568
|
|
|
39562
39569
|
/* eslint-disable local-rules/sort-imports */
|
|
39563
39570
|
|