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.d.ts
CHANGED
|
@@ -114205,41 +114205,41 @@ declare module 'vue' {
|
|
|
114205
114205
|
export interface GlobalComponents {
|
|
114206
114206
|
VApp: VApp
|
|
114207
114207
|
VAutocomplete: VAutocomplete
|
|
114208
|
+
VBadge: VBadge
|
|
114208
114209
|
VAppBar: VAppBar
|
|
114209
114210
|
VAppBarNavIcon: VAppBarNavIcon
|
|
114210
114211
|
VAppBarTitle: VAppBarTitle
|
|
114211
114212
|
VAlert: VAlert
|
|
114212
114213
|
VAlertTitle: VAlertTitle
|
|
114213
|
-
VAvatar: VAvatar
|
|
114214
|
-
VBtnGroup: VBtnGroup
|
|
114215
|
-
VBadge: VBadge
|
|
114216
114214
|
VBanner: VBanner
|
|
114217
114215
|
VBannerActions: VBannerActions
|
|
114218
114216
|
VBannerText: VBannerText
|
|
114217
|
+
VBottomSheet: VBottomSheet
|
|
114218
|
+
VAvatar: VAvatar
|
|
114219
114219
|
VBreadcrumbs: VBreadcrumbs
|
|
114220
114220
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
114221
114221
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
114222
|
-
VBtn: VBtn
|
|
114223
114222
|
VBottomNavigation: VBottomNavigation
|
|
114224
|
-
|
|
114225
|
-
|
|
114226
|
-
|
|
114227
|
-
|
|
114223
|
+
VBtn: VBtn
|
|
114224
|
+
VCheckbox: VCheckbox
|
|
114225
|
+
VCheckboxBtn: VCheckboxBtn
|
|
114226
|
+
VBtnToggle: VBtnToggle
|
|
114227
|
+
VBtnGroup: VBtnGroup
|
|
114228
114228
|
VCard: VCard
|
|
114229
114229
|
VCardActions: VCardActions
|
|
114230
114230
|
VCardItem: VCardItem
|
|
114231
114231
|
VCardSubtitle: VCardSubtitle
|
|
114232
114232
|
VCardText: VCardText
|
|
114233
114233
|
VCardTitle: VCardTitle
|
|
114234
|
-
|
|
114235
|
-
|
|
114236
|
-
|
|
114234
|
+
VCalendar: VCalendar
|
|
114235
|
+
VChip: VChip
|
|
114236
|
+
VChipGroup: VChipGroup
|
|
114237
114237
|
VCombobox: VCombobox
|
|
114238
114238
|
VCounter: VCounter
|
|
114239
|
+
VCarousel: VCarousel
|
|
114240
|
+
VCarouselItem: VCarouselItem
|
|
114239
114241
|
VCode: VCode
|
|
114240
|
-
|
|
114241
|
-
VChip: VChip
|
|
114242
|
-
VDialog: VDialog
|
|
114242
|
+
VColorPicker: VColorPicker
|
|
114243
114243
|
VDivider: VDivider
|
|
114244
114244
|
VDataTable: VDataTable
|
|
114245
114245
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -114248,6 +114248,7 @@ declare module 'vue' {
|
|
|
114248
114248
|
VDataTableRow: VDataTableRow
|
|
114249
114249
|
VDataTableVirtual: VDataTableVirtual
|
|
114250
114250
|
VDataTableServer: VDataTableServer
|
|
114251
|
+
VDialog: VDialog
|
|
114251
114252
|
VDatePicker: VDatePicker
|
|
114252
114253
|
VDatePickerControls: VDatePickerControls
|
|
114253
114254
|
VDatePickerHeader: VDatePickerHeader
|
|
@@ -114255,28 +114256,28 @@ declare module 'vue' {
|
|
|
114255
114256
|
VDatePickerMonths: VDatePickerMonths
|
|
114256
114257
|
VDatePickerYears: VDatePickerYears
|
|
114257
114258
|
VEmptyState: VEmptyState
|
|
114258
|
-
|
|
114259
|
-
VFieldLabel: VFieldLabel
|
|
114260
|
-
VFooter: VFooter
|
|
114259
|
+
VFileInput: VFileInput
|
|
114261
114260
|
VExpansionPanels: VExpansionPanels
|
|
114262
114261
|
VExpansionPanel: VExpansionPanel
|
|
114263
114262
|
VExpansionPanelText: VExpansionPanelText
|
|
114264
114263
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
114265
|
-
|
|
114266
|
-
|
|
114264
|
+
VFab: VFab
|
|
114265
|
+
VFooter: VFooter
|
|
114267
114266
|
VHotkey: VHotkey
|
|
114268
|
-
VImg: VImg
|
|
114269
|
-
VInfiniteScroll: VInfiniteScroll
|
|
114270
114267
|
VIcon: VIcon
|
|
114271
114268
|
VComponentIcon: VComponentIcon
|
|
114272
114269
|
VSvgIcon: VSvgIcon
|
|
114273
114270
|
VLigatureIcon: VLigatureIcon
|
|
114274
114271
|
VClassIcon: VClassIcon
|
|
114275
|
-
|
|
114276
|
-
|
|
114277
|
-
|
|
114272
|
+
VField: VField
|
|
114273
|
+
VFieldLabel: VFieldLabel
|
|
114274
|
+
VInfiniteScroll: VInfiniteScroll
|
|
114278
114275
|
VItemGroup: VItemGroup
|
|
114279
114276
|
VItem: VItem
|
|
114277
|
+
VInput: VInput
|
|
114278
|
+
VKbd: VKbd
|
|
114279
|
+
VImg: VImg
|
|
114280
|
+
VLabel: VLabel
|
|
114280
114281
|
VList: VList
|
|
114281
114282
|
VListGroup: VListGroup
|
|
114282
114283
|
VListImg: VListImg
|
|
@@ -114287,27 +114288,25 @@ declare module 'vue' {
|
|
|
114287
114288
|
VListItemTitle: VListItemTitle
|
|
114288
114289
|
VListSubheader: VListSubheader
|
|
114289
114290
|
VMain: VMain
|
|
114290
|
-
VMenu: VMenu
|
|
114291
114291
|
VMessages: VMessages
|
|
114292
|
+
VMenu: VMenu
|
|
114292
114293
|
VNavigationDrawer: VNavigationDrawer
|
|
114293
|
-
VNumberInput: VNumberInput
|
|
114294
114294
|
VOtpInput: VOtpInput
|
|
114295
|
+
VOverlay: VOverlay
|
|
114295
114296
|
VPagination: VPagination
|
|
114297
|
+
VNumberInput: VNumberInput
|
|
114298
|
+
VRadioGroup: VRadioGroup
|
|
114296
114299
|
VProgressCircular: VProgressCircular
|
|
114297
|
-
VFab: VFab
|
|
114298
|
-
VOverlay: VOverlay
|
|
114299
114300
|
VProgressLinear: VProgressLinear
|
|
114300
|
-
VRadioGroup: VRadioGroup
|
|
114301
114301
|
VSelect: VSelect
|
|
114302
|
+
VSelectionControl: VSelectionControl
|
|
114302
114303
|
VRating: VRating
|
|
114303
|
-
VSlideGroup: VSlideGroup
|
|
114304
|
-
VSlideGroupItem: VSlideGroupItem
|
|
114305
114304
|
VSelectionControlGroup: VSelectionControlGroup
|
|
114306
|
-
VSelectionControl: VSelectionControl
|
|
114307
|
-
VSkeletonLoader: VSkeletonLoader
|
|
114308
114305
|
VSheet: VSheet
|
|
114306
|
+
VSkeletonLoader: VSkeletonLoader
|
|
114309
114307
|
VSlider: VSlider
|
|
114310
|
-
|
|
114308
|
+
VSlideGroup: VSlideGroup
|
|
114309
|
+
VSlideGroupItem: VSlideGroupItem
|
|
114311
114310
|
VSnackbar: VSnackbar
|
|
114312
114311
|
VStepper: VStepper
|
|
114313
114312
|
VStepperActions: VStepperActions
|
|
@@ -114320,23 +114319,24 @@ declare module 'vue' {
|
|
|
114320
114319
|
VTabs: VTabs
|
|
114321
114320
|
VTabsWindow: VTabsWindow
|
|
114322
114321
|
VTabsWindowItem: VTabsWindowItem
|
|
114323
|
-
|
|
114322
|
+
VSystemBar: VSystemBar
|
|
114324
114323
|
VTable: VTable
|
|
114324
|
+
VTimeline: VTimeline
|
|
114325
|
+
VTimelineItem: VTimelineItem
|
|
114326
|
+
VTextField: VTextField
|
|
114327
|
+
VTextarea: VTextarea
|
|
114325
114328
|
VToolbar: VToolbar
|
|
114326
114329
|
VToolbarTitle: VToolbarTitle
|
|
114327
114330
|
VToolbarItems: VToolbarItems
|
|
114328
|
-
VTextarea: VTextarea
|
|
114329
114331
|
VTooltip: VTooltip
|
|
114330
|
-
VTimePicker: VTimePicker
|
|
114331
|
-
VTimePickerClock: VTimePickerClock
|
|
114332
|
-
VTimePickerControls: VTimePickerControls
|
|
114333
|
-
VTimeline: VTimeline
|
|
114334
|
-
VTimelineItem: VTimelineItem
|
|
114335
114332
|
VTreeview: VTreeview
|
|
114336
114333
|
VTreeviewItem: VTreeviewItem
|
|
114337
114334
|
VTreeviewGroup: VTreeviewGroup
|
|
114338
114335
|
VWindow: VWindow
|
|
114339
114336
|
VWindowItem: VWindowItem
|
|
114337
|
+
VTimePicker: VTimePicker
|
|
114338
|
+
VTimePickerClock: VTimePickerClock
|
|
114339
|
+
VTimePickerControls: VTimePickerControls
|
|
114340
114340
|
VConfirmEdit: VConfirmEdit
|
|
114341
114341
|
VDataIterator: VDataIterator
|
|
114342
114342
|
VDefaultsProvider: VDefaultsProvider
|
|
@@ -114346,21 +114346,21 @@ declare module 'vue' {
|
|
|
114346
114346
|
VRow: VRow
|
|
114347
114347
|
VSpacer: VSpacer
|
|
114348
114348
|
VHover: VHover
|
|
114349
|
-
VLazy: VLazy
|
|
114350
|
-
VLocaleProvider: VLocaleProvider
|
|
114351
114349
|
VLayout: VLayout
|
|
114352
114350
|
VLayoutItem: VLayoutItem
|
|
114351
|
+
VLocaleProvider: VLocaleProvider
|
|
114352
|
+
VLazy: VLazy
|
|
114353
114353
|
VNoSsr: VNoSsr
|
|
114354
|
-
VRadio: VRadio
|
|
114355
114354
|
VParallax: VParallax
|
|
114355
|
+
VRadio: VRadio
|
|
114356
114356
|
VRangeSlider: VRangeSlider
|
|
114357
114357
|
VResponsive: VResponsive
|
|
114358
|
+
VSnackbarQueue: VSnackbarQueue
|
|
114358
114359
|
VSparkline: VSparkline
|
|
114359
114360
|
VSpeedDial: VSpeedDial
|
|
114360
|
-
|
|
114361
|
+
VVirtualScroll: VVirtualScroll
|
|
114361
114362
|
VThemeProvider: VThemeProvider
|
|
114362
114363
|
VValidation: VValidation
|
|
114363
|
-
VVirtualScroll: VVirtualScroll
|
|
114364
114364
|
VFabTransition: VFabTransition
|
|
114365
114365
|
VDialogBottomTransition: VDialogBottomTransition
|
|
114366
114366
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -114383,15 +114383,15 @@ declare module 'vue' {
|
|
|
114383
114383
|
VIconBtn: VIconBtn
|
|
114384
114384
|
VPicker: VPicker
|
|
114385
114385
|
VPickerTitle: VPickerTitle
|
|
114386
|
-
VVideo: VVideo
|
|
114387
|
-
VVideoControls: VVideoControls
|
|
114388
|
-
VVideoVolume: VVideoVolume
|
|
114389
114386
|
VPie: VPie
|
|
114390
114387
|
VPieSegment: VPieSegment
|
|
114391
114388
|
VPieTooltip: VPieTooltip
|
|
114392
114389
|
VStepperVertical: VStepperVertical
|
|
114393
114390
|
VStepperVerticalItem: VStepperVerticalItem
|
|
114394
114391
|
VStepperVerticalActions: VStepperVerticalActions
|
|
114392
|
+
VVideo: VVideo
|
|
114393
|
+
VVideoControls: VVideoControls
|
|
114394
|
+
VVideoVolume: VVideoVolume
|
|
114395
114395
|
VDateInput: VDateInput
|
|
114396
114396
|
VMaskInput: VMaskInput
|
|
114397
114397
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify.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
|
*/
|
|
@@ -13113,6 +13113,20 @@ const VField = genericComponent()({
|
|
|
13113
13113
|
blur,
|
|
13114
13114
|
focus
|
|
13115
13115
|
}));
|
|
13116
|
+
const floatingLabelProps = toRef(() => {
|
|
13117
|
+
const ariaHidden = !isActive.value;
|
|
13118
|
+
return {
|
|
13119
|
+
'aria-hidden': ariaHidden,
|
|
13120
|
+
for: ariaHidden ? undefined : id.value
|
|
13121
|
+
};
|
|
13122
|
+
});
|
|
13123
|
+
const mainLabelProps = toRef(() => {
|
|
13124
|
+
const ariaHidden = hasFloatingLabel.value && isActive.value;
|
|
13125
|
+
return {
|
|
13126
|
+
'aria-hidden': ariaHidden,
|
|
13127
|
+
for: ariaHidden ? undefined : id.value
|
|
13128
|
+
};
|
|
13129
|
+
});
|
|
13116
13130
|
function onClick(e) {
|
|
13117
13131
|
if (e.target !== document.activeElement) {
|
|
13118
13132
|
e.preventDefault();
|
|
@@ -13168,23 +13182,20 @@ const VField = genericComponent()({
|
|
|
13168
13182
|
}, null)]), createElementVNode("div", {
|
|
13169
13183
|
"class": "v-field__field",
|
|
13170
13184
|
"data-no-activator": ""
|
|
13171
|
-
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
|
13185
|
+
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, mergeProps({
|
|
13172
13186
|
"key": "floating-label",
|
|
13173
13187
|
"ref": floatingLabelRef,
|
|
13174
|
-
"class":
|
|
13175
|
-
"floating": true
|
|
13176
|
-
|
|
13177
|
-
"
|
|
13178
|
-
|
|
13179
|
-
}, {
|
|
13188
|
+
"class": [textColorClasses.value],
|
|
13189
|
+
"floating": true
|
|
13190
|
+
}, floatingLabelProps.value, {
|
|
13191
|
+
"style": textColorStyles.value
|
|
13192
|
+
}), {
|
|
13180
13193
|
default: () => [label()]
|
|
13181
|
-
}), hasLabel.value && createVNode(VFieldLabel, {
|
|
13194
|
+
}), hasLabel.value && createVNode(VFieldLabel, mergeProps({
|
|
13182
13195
|
"key": "label",
|
|
13183
13196
|
"ref": labelRef,
|
|
13184
|
-
"id": props.labelId
|
|
13185
|
-
|
|
13186
|
-
"aria-hidden": hasFloatingLabel.value && isActive.value
|
|
13187
|
-
}, {
|
|
13197
|
+
"id": props.labelId
|
|
13198
|
+
}, mainLabelProps.value), {
|
|
13188
13199
|
default: () => [label()]
|
|
13189
13200
|
}), slots.default?.({
|
|
13190
13201
|
...slotProps.value,
|
|
@@ -13244,21 +13255,17 @@ const VField = genericComponent()({
|
|
|
13244
13255
|
"class": "v-field__outline__start"
|
|
13245
13256
|
}, null), hasFloatingLabel.value && createElementVNode("div", {
|
|
13246
13257
|
"class": "v-field__outline__notch"
|
|
13247
|
-
}, [createVNode(VFieldLabel, {
|
|
13258
|
+
}, [createVNode(VFieldLabel, mergeProps({
|
|
13248
13259
|
"ref": floatingLabelRef,
|
|
13249
|
-
"floating": true
|
|
13250
|
-
|
|
13251
|
-
"aria-hidden": !isActive.value
|
|
13252
|
-
}, {
|
|
13260
|
+
"floating": true
|
|
13261
|
+
}, floatingLabelProps.value), {
|
|
13253
13262
|
default: () => [label()]
|
|
13254
13263
|
})]), createElementVNode("div", {
|
|
13255
13264
|
"class": "v-field__outline__end"
|
|
13256
|
-
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
|
13265
|
+
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, mergeProps({
|
|
13257
13266
|
"ref": floatingLabelRef,
|
|
13258
|
-
"floating": true
|
|
13259
|
-
|
|
13260
|
-
"aria-hidden": !isActive.value
|
|
13261
|
-
}, {
|
|
13267
|
+
"floating": true
|
|
13268
|
+
}, floatingLabelProps.value), {
|
|
13262
13269
|
default: () => [label()]
|
|
13263
13270
|
})])]);
|
|
13264
13271
|
});
|
|
@@ -20894,8 +20901,8 @@ const VColorPickerCanvas = defineComponent({
|
|
|
20894
20901
|
width,
|
|
20895
20902
|
height
|
|
20896
20903
|
} = entries[0].contentRect;
|
|
20897
|
-
canvasWidth.value = width;
|
|
20898
|
-
canvasHeight.value = height;
|
|
20904
|
+
canvasWidth.value = Math.round(width);
|
|
20905
|
+
canvasHeight.value = Math.round(height);
|
|
20899
20906
|
});
|
|
20900
20907
|
function updateDotPosition(x, y, rect) {
|
|
20901
20908
|
const {
|
|
@@ -36709,7 +36716,7 @@ function createVuetify$1() {
|
|
|
36709
36716
|
};
|
|
36710
36717
|
});
|
|
36711
36718
|
}
|
|
36712
|
-
const version$1 = "3.11.
|
|
36719
|
+
const version$1 = "3.11.8";
|
|
36713
36720
|
createVuetify$1.version = version$1;
|
|
36714
36721
|
|
|
36715
36722
|
// Vue's inject() can only be used in setup
|
|
@@ -36734,7 +36741,7 @@ const createVuetify = function () {
|
|
|
36734
36741
|
...options
|
|
36735
36742
|
});
|
|
36736
36743
|
};
|
|
36737
|
-
const version = "3.11.
|
|
36744
|
+
const version = "3.11.8";
|
|
36738
36745
|
createVuetify.version = version;
|
|
36739
36746
|
|
|
36740
36747
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|