vuetify 3.9.5 → 3.9.6
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 +3026 -3018
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5623 -5592
- package/dist/vuetify-labs.cjs +135 -78
- package/dist/vuetify-labs.css +3281 -3260
- package/dist/vuetify-labs.d.ts +89 -65
- package/dist/vuetify-labs.esm.js +135 -78
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +135 -78
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +55 -25
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2730 -2712
- package/dist/vuetify.d.ts +63 -63
- package/dist/vuetify.esm.js +55 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +55 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +36 -32
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +10 -0
- package/lib/components/VBtn/VBtn.sass +12 -0
- package/lib/components/VCard/VCard.css +5 -0
- package/lib/components/VCard/VCard.sass +4 -0
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +18 -8
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +4 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +6 -6
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +8 -0
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.css +3 -0
- package/lib/components/VSelect/VSelect.sass +3 -0
- package/lib/components/VSparkline/VBarline.js +2 -2
- package/lib/components/VSparkline/VBarline.js.map +1 -1
- package/lib/components/VSparkline/VTrendline.js +3 -0
- package/lib/components/VSparkline/VTrendline.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +63 -63
- package/lib/framework.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPie/VPie.css +3 -0
- package/lib/labs/VPie/VPie.js +71 -29
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +3 -0
- package/lib/labs/VPie/VPieSegment.d.ts +25 -2
- package/lib/labs/VPie/VPieSegment.js +11 -6
- package/lib/labs/VPie/VPieSegment.js.map +1 -1
- package/lib/labs/VPie/VPieTooltip.d.ts +10 -0
- package/lib/labs/VPie/VPieTooltip.js +4 -22
- package/lib/labs/VPie/VPieTooltip.js.map +1 -1
- package/lib/labs/VPie/types.d.ts +1 -0
- package/lib/labs/VPie/types.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -95369,9 +95369,9 @@ declare module 'vue' {
|
|
|
95369
95369
|
VAppBarTitle: VAppBarTitle
|
|
95370
95370
|
VAlert: VAlert
|
|
95371
95371
|
VAlertTitle: VAlertTitle
|
|
95372
|
-
VAutocomplete: VAutocomplete
|
|
95373
95372
|
VAvatar: VAvatar
|
|
95374
95373
|
VBadge: VBadge
|
|
95374
|
+
VAutocomplete: VAutocomplete
|
|
95375
95375
|
VBanner: VBanner
|
|
95376
95376
|
VBannerActions: VBannerActions
|
|
95377
95377
|
VBannerText: VBannerText
|
|
@@ -95380,31 +95380,17 @@ declare module 'vue' {
|
|
|
95380
95380
|
VBreadcrumbs: VBreadcrumbs
|
|
95381
95381
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
95382
95382
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
95383
|
-
VBtn: VBtn
|
|
95384
|
-
VBtnGroup: VBtnGroup
|
|
95385
|
-
VBtnToggle: VBtnToggle
|
|
95386
|
-
VCard: VCard
|
|
95387
|
-
VCardActions: VCardActions
|
|
95388
|
-
VCardItem: VCardItem
|
|
95389
|
-
VCardSubtitle: VCardSubtitle
|
|
95390
|
-
VCardText: VCardText
|
|
95391
|
-
VCardTitle: VCardTitle
|
|
95392
95383
|
VCarousel: VCarousel
|
|
95393
95384
|
VCarouselItem: VCarouselItem
|
|
95394
|
-
|
|
95385
|
+
VBtnGroup: VBtnGroup
|
|
95386
|
+
VBtnToggle: VBtnToggle
|
|
95387
|
+
VBtn: VBtn
|
|
95395
95388
|
VCheckbox: VCheckbox
|
|
95396
95389
|
VCheckboxBtn: VCheckboxBtn
|
|
95397
95390
|
VChip: VChip
|
|
95398
|
-
|
|
95399
|
-
VCounter: VCounter
|
|
95391
|
+
VChipGroup: VChipGroup
|
|
95400
95392
|
VCode: VCode
|
|
95401
95393
|
VCombobox: VCombobox
|
|
95402
|
-
VDatePicker: VDatePicker
|
|
95403
|
-
VDatePickerControls: VDatePickerControls
|
|
95404
|
-
VDatePickerHeader: VDatePickerHeader
|
|
95405
|
-
VDatePickerMonth: VDatePickerMonth
|
|
95406
|
-
VDatePickerMonths: VDatePickerMonths
|
|
95407
|
-
VDatePickerYears: VDatePickerYears
|
|
95408
95394
|
VDataTable: VDataTable
|
|
95409
95395
|
VDataTableHeaders: VDataTableHeaders
|
|
95410
95396
|
VDataTableFooter: VDataTableFooter
|
|
@@ -95412,28 +95398,37 @@ declare module 'vue' {
|
|
|
95412
95398
|
VDataTableRow: VDataTableRow
|
|
95413
95399
|
VDataTableVirtual: VDataTableVirtual
|
|
95414
95400
|
VDataTableServer: VDataTableServer
|
|
95401
|
+
VCounter: VCounter
|
|
95402
|
+
VColorPicker: VColorPicker
|
|
95403
|
+
VDialog: VDialog
|
|
95404
|
+
VDatePicker: VDatePicker
|
|
95405
|
+
VDatePickerControls: VDatePickerControls
|
|
95406
|
+
VDatePickerHeader: VDatePickerHeader
|
|
95407
|
+
VDatePickerMonth: VDatePickerMonth
|
|
95408
|
+
VDatePickerMonths: VDatePickerMonths
|
|
95409
|
+
VDatePickerYears: VDatePickerYears
|
|
95415
95410
|
VDivider: VDivider
|
|
95416
95411
|
VEmptyState: VEmptyState
|
|
95417
|
-
VDialog: VDialog
|
|
95418
95412
|
VExpansionPanels: VExpansionPanels
|
|
95419
95413
|
VExpansionPanel: VExpansionPanel
|
|
95420
95414
|
VExpansionPanelText: VExpansionPanelText
|
|
95421
95415
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
95422
95416
|
VFab: VFab
|
|
95423
|
-
VFooter: VFooter
|
|
95424
|
-
VFileInput: VFileInput
|
|
95425
95417
|
VField: VField
|
|
95426
95418
|
VFieldLabel: VFieldLabel
|
|
95427
|
-
|
|
95419
|
+
VFileInput: VFileInput
|
|
95420
|
+
VFooter: VFooter
|
|
95428
95421
|
VIcon: VIcon
|
|
95429
95422
|
VComponentIcon: VComponentIcon
|
|
95430
95423
|
VSvgIcon: VSvgIcon
|
|
95431
95424
|
VLigatureIcon: VLigatureIcon
|
|
95432
95425
|
VClassIcon: VClassIcon
|
|
95426
|
+
VInfiniteScroll: VInfiniteScroll
|
|
95433
95427
|
VInput: VInput
|
|
95428
|
+
VImg: VImg
|
|
95434
95429
|
VItemGroup: VItemGroup
|
|
95435
95430
|
VItem: VItem
|
|
95436
|
-
|
|
95431
|
+
VLabel: VLabel
|
|
95437
95432
|
VKbd: VKbd
|
|
95438
95433
|
VList: VList
|
|
95439
95434
|
VListGroup: VListGroup
|
|
@@ -95444,79 +95439,81 @@ declare module 'vue' {
|
|
|
95444
95439
|
VListItemSubtitle: VListItemSubtitle
|
|
95445
95440
|
VListItemTitle: VListItemTitle
|
|
95446
95441
|
VListSubheader: VListSubheader
|
|
95447
|
-
VLabel: VLabel
|
|
95448
|
-
VMessages: VMessages
|
|
95449
|
-
VMenu: VMenu
|
|
95450
|
-
VNavigationDrawer: VNavigationDrawer
|
|
95451
95442
|
VMain: VMain
|
|
95443
|
+
VMenu: VMenu
|
|
95444
|
+
VMessages: VMessages
|
|
95452
95445
|
VNumberInput: VNumberInput
|
|
95453
|
-
VPagination: VPagination
|
|
95454
|
-
VOtpInput: VOtpInput
|
|
95455
95446
|
VOverlay: VOverlay
|
|
95456
|
-
|
|
95457
|
-
|
|
95447
|
+
VOtpInput: VOtpInput
|
|
95448
|
+
VNavigationDrawer: VNavigationDrawer
|
|
95449
|
+
VPagination: VPagination
|
|
95458
95450
|
VProgressCircular: VProgressCircular
|
|
95451
|
+
VProgressLinear: VProgressLinear
|
|
95452
|
+
VRadioGroup: VRadioGroup
|
|
95459
95453
|
VRating: VRating
|
|
95460
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
95461
|
-
VSelectionControl: VSelectionControl
|
|
95462
95454
|
VSelect: VSelect
|
|
95455
|
+
VSelectionControl: VSelectionControl
|
|
95456
|
+
VSlider: VSlider
|
|
95457
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
95463
95458
|
VSlideGroup: VSlideGroup
|
|
95464
95459
|
VSlideGroupItem: VSlideGroupItem
|
|
95465
95460
|
VSheet: VSheet
|
|
95466
|
-
VSnackbar: VSnackbar
|
|
95467
95461
|
VSkeletonLoader: VSkeletonLoader
|
|
95468
|
-
VSlider: VSlider
|
|
95469
|
-
VSwitch: VSwitch
|
|
95470
95462
|
VStepper: VStepper
|
|
95471
95463
|
VStepperActions: VStepperActions
|
|
95472
95464
|
VStepperHeader: VStepperHeader
|
|
95473
95465
|
VStepperItem: VStepperItem
|
|
95474
95466
|
VStepperWindow: VStepperWindow
|
|
95475
95467
|
VStepperWindowItem: VStepperWindowItem
|
|
95468
|
+
VSwitch: VSwitch
|
|
95469
|
+
VSnackbar: VSnackbar
|
|
95476
95470
|
VSystemBar: VSystemBar
|
|
95477
|
-
VTextField: VTextField
|
|
95478
|
-
VTextarea: VTextarea
|
|
95479
|
-
VTab: VTab
|
|
95480
|
-
VTabs: VTabs
|
|
95481
|
-
VTabsWindow: VTabsWindow
|
|
95482
|
-
VTabsWindowItem: VTabsWindowItem
|
|
95483
95471
|
VTable: VTable
|
|
95472
|
+
VTextarea: VTextarea
|
|
95473
|
+
VTextField: VTextField
|
|
95484
95474
|
VTimePicker: VTimePicker
|
|
95485
95475
|
VTimePickerClock: VTimePickerClock
|
|
95486
95476
|
VTimePickerControls: VTimePickerControls
|
|
95487
95477
|
VToolbar: VToolbar
|
|
95488
95478
|
VToolbarTitle: VToolbarTitle
|
|
95489
95479
|
VToolbarItems: VToolbarItems
|
|
95480
|
+
VTimeline: VTimeline
|
|
95481
|
+
VTimelineItem: VTimelineItem
|
|
95482
|
+
VWindow: VWindow
|
|
95483
|
+
VWindowItem: VWindowItem
|
|
95490
95484
|
VTooltip: VTooltip
|
|
95491
95485
|
VTreeview: VTreeview
|
|
95492
95486
|
VTreeviewItem: VTreeviewItem
|
|
95493
95487
|
VTreeviewGroup: VTreeviewGroup
|
|
95494
|
-
VWindow: VWindow
|
|
95495
|
-
VWindowItem: VWindowItem
|
|
95496
|
-
VDataIterator: VDataIterator
|
|
95497
95488
|
VConfirmEdit: VConfirmEdit
|
|
95489
|
+
VDataIterator: VDataIterator
|
|
95498
95490
|
VDefaultsProvider: VDefaultsProvider
|
|
95499
95491
|
VForm: VForm
|
|
95500
|
-
VContainer: VContainer
|
|
95501
|
-
VCol: VCol
|
|
95502
|
-
VRow: VRow
|
|
95503
|
-
VSpacer: VSpacer
|
|
95504
95492
|
VHover: VHover
|
|
95505
95493
|
VLayout: VLayout
|
|
95506
95494
|
VLayoutItem: VLayoutItem
|
|
95507
|
-
VLazy: VLazy
|
|
95508
95495
|
VLocaleProvider: VLocaleProvider
|
|
95496
|
+
VLazy: VLazy
|
|
95509
95497
|
VNoSsr: VNoSsr
|
|
95510
95498
|
VParallax: VParallax
|
|
95511
|
-
VRadio: VRadio
|
|
95512
95499
|
VRangeSlider: VRangeSlider
|
|
95500
|
+
VRadio: VRadio
|
|
95513
95501
|
VResponsive: VResponsive
|
|
95514
95502
|
VSnackbarQueue: VSnackbarQueue
|
|
95515
95503
|
VSparkline: VSparkline
|
|
95516
|
-
VSpeedDial: VSpeedDial
|
|
95517
95504
|
VThemeProvider: VThemeProvider
|
|
95518
|
-
|
|
95505
|
+
VSpeedDial: VSpeedDial
|
|
95519
95506
|
VVirtualScroll: VVirtualScroll
|
|
95507
|
+
VCard: VCard
|
|
95508
|
+
VCardActions: VCardActions
|
|
95509
|
+
VCardItem: VCardItem
|
|
95510
|
+
VCardSubtitle: VCardSubtitle
|
|
95511
|
+
VCardText: VCardText
|
|
95512
|
+
VCardTitle: VCardTitle
|
|
95513
|
+
VContainer: VContainer
|
|
95514
|
+
VCol: VCol
|
|
95515
|
+
VRow: VRow
|
|
95516
|
+
VSpacer: VSpacer
|
|
95520
95517
|
VFabTransition: VFabTransition
|
|
95521
95518
|
VDialogBottomTransition: VDialogBottomTransition
|
|
95522
95519
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -95533,8 +95530,11 @@ declare module 'vue' {
|
|
|
95533
95530
|
VExpandTransition: VExpandTransition
|
|
95534
95531
|
VExpandXTransition: VExpandXTransition
|
|
95535
95532
|
VDialogTransition: VDialogTransition
|
|
95536
|
-
|
|
95537
|
-
|
|
95533
|
+
VValidation: VValidation
|
|
95534
|
+
VTab: VTab
|
|
95535
|
+
VTabs: VTabs
|
|
95536
|
+
VTabsWindow: VTabsWindow
|
|
95537
|
+
VTabsWindowItem: VTabsWindowItem
|
|
95538
95538
|
VCalendar: VCalendar
|
|
95539
95539
|
VCalendarDay: VCalendarDay
|
|
95540
95540
|
VCalendarHeader: VCalendarHeader
|
|
@@ -95542,23 +95542,23 @@ declare module 'vue' {
|
|
|
95542
95542
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
95543
95543
|
VCalendarMonthDay: VCalendarMonthDay
|
|
95544
95544
|
VColorInput: VColorInput
|
|
95545
|
-
VIconBtn: VIconBtn
|
|
95546
95545
|
VFileUpload: VFileUpload
|
|
95547
95546
|
VFileUploadItem: VFileUploadItem
|
|
95548
|
-
|
|
95549
|
-
VPickerTitle: VPickerTitle
|
|
95547
|
+
VIconBtn: VIconBtn
|
|
95550
95548
|
VPie: VPie
|
|
95551
95549
|
VPieSegment: VPieSegment
|
|
95552
95550
|
VPieTooltip: VPieTooltip
|
|
95553
|
-
|
|
95554
|
-
|
|
95555
|
-
VVideoVolume: VVideoVolume
|
|
95551
|
+
VPicker: VPicker
|
|
95552
|
+
VPickerTitle: VPickerTitle
|
|
95556
95553
|
VHotkey: VHotkey
|
|
95557
95554
|
VStepperVertical: VStepperVertical
|
|
95558
95555
|
VStepperVerticalItem: VStepperVerticalItem
|
|
95559
95556
|
VStepperVerticalActions: VStepperVerticalActions
|
|
95560
|
-
|
|
95557
|
+
VVideo: VVideo
|
|
95558
|
+
VVideoControls: VVideoControls
|
|
95559
|
+
VVideoVolume: VVideoVolume
|
|
95561
95560
|
VDateInput: VDateInput
|
|
95561
|
+
VMaskInput: VMaskInput
|
|
95562
95562
|
VPullToRefresh: VPullToRefresh
|
|
95563
95563
|
}
|
|
95564
95564
|
export interface GlobalDirectives {
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.9.
|
|
2
|
+
* Vuetify v3.9.6
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12782,7 +12782,7 @@ const VTextField = genericComponent()({
|
|
|
12782
12782
|
"onClick:prependInner": props['onClick:prependInner'],
|
|
12783
12783
|
"onClick:appendInner": props['onClick:appendInner'],
|
|
12784
12784
|
"role": props.role
|
|
12785
|
-
}, fieldProps, {
|
|
12785
|
+
}, omit(fieldProps, ['onClick:clear']), {
|
|
12786
12786
|
"id": id.value,
|
|
12787
12787
|
"active": isActive.value || isDirty.value,
|
|
12788
12788
|
"dirty": isDirty.value || props.dirty,
|
|
@@ -23556,6 +23556,9 @@ const makeVDatePickerYearsProps = propsFactory({
|
|
|
23556
23556
|
const VDatePickerYears = genericComponent()({
|
|
23557
23557
|
name: 'VDatePickerYears',
|
|
23558
23558
|
props: makeVDatePickerYearsProps(),
|
|
23559
|
+
directives: {
|
|
23560
|
+
vIntersect: Intersect
|
|
23561
|
+
},
|
|
23559
23562
|
emits: {
|
|
23560
23563
|
'update:modelValue': year => true
|
|
23561
23564
|
},
|
|
@@ -23592,10 +23595,12 @@ const VDatePickerYears = genericComponent()({
|
|
|
23592
23595
|
model.value = model.value ?? adapter.getYear(adapter.date());
|
|
23593
23596
|
});
|
|
23594
23597
|
const yearRef = templateRef();
|
|
23595
|
-
|
|
23596
|
-
await nextTick();
|
|
23598
|
+
function focusSelectedYear() {
|
|
23597
23599
|
yearRef.el?.focus();
|
|
23598
|
-
|
|
23600
|
+
yearRef.el?.scrollIntoView({
|
|
23601
|
+
block: 'center'
|
|
23602
|
+
});
|
|
23603
|
+
}
|
|
23599
23604
|
function isYearAllowed(year) {
|
|
23600
23605
|
if (Array.isArray(props.allowedYears) && props.allowedYears.length) {
|
|
23601
23606
|
return props.allowedYears.includes(year);
|
|
@@ -23605,7 +23610,7 @@ const VDatePickerYears = genericComponent()({
|
|
|
23605
23610
|
}
|
|
23606
23611
|
return true;
|
|
23607
23612
|
}
|
|
23608
|
-
useRender(() => createElementVNode("div", {
|
|
23613
|
+
useRender(() => withDirectives(createElementVNode("div", {
|
|
23609
23614
|
"class": "v-date-picker-years",
|
|
23610
23615
|
"style": {
|
|
23611
23616
|
height: convertToUnit(props.height)
|
|
@@ -23636,7 +23641,11 @@ const VDatePickerYears = genericComponent()({
|
|
|
23636
23641
|
}) ?? createVNode(VBtn, mergeProps({
|
|
23637
23642
|
"key": "month"
|
|
23638
23643
|
}, btnProps), null);
|
|
23639
|
-
})])])
|
|
23644
|
+
})])]), [[Intersect, {
|
|
23645
|
+
handler: focusSelectedYear
|
|
23646
|
+
}, null, {
|
|
23647
|
+
once: true
|
|
23648
|
+
}]]));
|
|
23640
23649
|
return {};
|
|
23641
23650
|
}
|
|
23642
23651
|
});
|
|
@@ -23777,6 +23786,12 @@ const VDatePicker = genericComponent()({
|
|
|
23777
23786
|
}
|
|
23778
23787
|
return targets;
|
|
23779
23788
|
});
|
|
23789
|
+
const allowedYears = computed(() => {
|
|
23790
|
+
return props.allowedYears || isYearAllowed;
|
|
23791
|
+
});
|
|
23792
|
+
const allowedMonths = computed(() => {
|
|
23793
|
+
return props.allowedMonths || isMonthAllowed;
|
|
23794
|
+
});
|
|
23780
23795
|
function isAllowedInRange(start, end) {
|
|
23781
23796
|
const allowedDates = props.allowedDates;
|
|
23782
23797
|
if (typeof allowedDates !== 'function') return true;
|
|
@@ -23786,7 +23801,7 @@ const VDatePicker = genericComponent()({
|
|
|
23786
23801
|
}
|
|
23787
23802
|
return false;
|
|
23788
23803
|
}
|
|
23789
|
-
function
|
|
23804
|
+
function isYearAllowed(year) {
|
|
23790
23805
|
if (typeof props.allowedDates === 'function') {
|
|
23791
23806
|
const startOfYear = adapter.parseISO(`${year}-01-01`);
|
|
23792
23807
|
return isAllowedInRange(startOfYear, adapter.endOfYear(startOfYear));
|
|
@@ -23799,7 +23814,7 @@ const VDatePicker = genericComponent()({
|
|
|
23799
23814
|
}
|
|
23800
23815
|
return true;
|
|
23801
23816
|
}
|
|
23802
|
-
function
|
|
23817
|
+
function isMonthAllowed(month) {
|
|
23803
23818
|
if (typeof props.allowedDates === 'function') {
|
|
23804
23819
|
const monthTwoDigits = String(month + 1).padStart(2, '0');
|
|
23805
23820
|
const startOfMonth = adapter.parseISO(`${year.value}-${monthTwoDigits}-01`);
|
|
@@ -23927,7 +23942,7 @@ const VDatePicker = genericComponent()({
|
|
|
23927
23942
|
"min": minDate.value,
|
|
23928
23943
|
"max": maxDate.value,
|
|
23929
23944
|
"year": year.value,
|
|
23930
|
-
"allowedMonths": allowedMonths
|
|
23945
|
+
"allowedMonths": allowedMonths.value
|
|
23931
23946
|
}), {
|
|
23932
23947
|
month: slots.month
|
|
23933
23948
|
}) : viewMode.value === 'year' ? createVNode(VDatePickerYears, mergeProps({
|
|
@@ -23937,7 +23952,7 @@ const VDatePicker = genericComponent()({
|
|
|
23937
23952
|
"onUpdate:modelValue": [$event => year.value = $event, onUpdateYear],
|
|
23938
23953
|
"min": minDate.value,
|
|
23939
23954
|
"max": maxDate.value,
|
|
23940
|
-
"allowedYears": allowedYears
|
|
23955
|
+
"allowedYears": allowedYears.value
|
|
23941
23956
|
}), {
|
|
23942
23957
|
year: slots.year
|
|
23943
23958
|
}) : createVNode(VDatePickerMonth, mergeProps({
|
|
@@ -24672,7 +24687,10 @@ const VFileInput = genericComponent()({
|
|
|
24672
24687
|
modelValue: _,
|
|
24673
24688
|
...inputProps
|
|
24674
24689
|
} = VInput.filterProps(props);
|
|
24675
|
-
const fieldProps =
|
|
24690
|
+
const fieldProps = {
|
|
24691
|
+
...VField.filterProps(props),
|
|
24692
|
+
'onClick:clear': onClear
|
|
24693
|
+
};
|
|
24676
24694
|
return createVNode(VInput, mergeProps({
|
|
24677
24695
|
"ref": vInputRef,
|
|
24678
24696
|
"modelValue": props.multiple ? model.value : model.value[0],
|
|
@@ -24703,7 +24721,6 @@ const VFileInput = genericComponent()({
|
|
|
24703
24721
|
"prependIcon": props.prependIcon,
|
|
24704
24722
|
"onMousedown": onControlMousedown,
|
|
24705
24723
|
"onClick": onControlClick,
|
|
24706
|
-
"onClick:clear": onClear,
|
|
24707
24724
|
"onClick:prependInner": props['onClick:prependInner'],
|
|
24708
24725
|
"onClick:appendInner": props['onClick:appendInner']
|
|
24709
24726
|
}, fieldProps, {
|
|
@@ -26394,7 +26411,6 @@ const VNumberInput = genericComponent()({
|
|
|
26394
26411
|
"aria-hidden": "true",
|
|
26395
26412
|
"data-testid": "increment",
|
|
26396
26413
|
"disabled": !canIncrease.value,
|
|
26397
|
-
"flat": true,
|
|
26398
26414
|
"height": controlNodeDefaultHeight.value,
|
|
26399
26415
|
"icon": incrementIcon.value,
|
|
26400
26416
|
"key": "increment-btn",
|
|
@@ -26403,16 +26419,17 @@ const VNumberInput = genericComponent()({
|
|
|
26403
26419
|
"onPointerup": onControlMouseup,
|
|
26404
26420
|
"onPointercancel": onControlMouseup,
|
|
26405
26421
|
"size": controlNodeSize.value,
|
|
26422
|
+
"variant": "text",
|
|
26406
26423
|
"tabindex": "-1"
|
|
26407
26424
|
}, null) : createVNode(VDefaultsProvider, {
|
|
26408
26425
|
"key": "increment-defaults",
|
|
26409
26426
|
"defaults": {
|
|
26410
26427
|
VBtn: {
|
|
26411
26428
|
disabled: !canIncrease.value,
|
|
26412
|
-
flat: true,
|
|
26413
26429
|
height: controlNodeDefaultHeight.value,
|
|
26414
26430
|
size: controlNodeSize.value,
|
|
26415
|
-
icon: incrementIcon.value
|
|
26431
|
+
icon: incrementIcon.value,
|
|
26432
|
+
variant: 'text'
|
|
26416
26433
|
}
|
|
26417
26434
|
}
|
|
26418
26435
|
}, {
|
|
@@ -26424,7 +26441,6 @@ const VNumberInput = genericComponent()({
|
|
|
26424
26441
|
"aria-hidden": "true",
|
|
26425
26442
|
"data-testid": "decrement",
|
|
26426
26443
|
"disabled": !canDecrease.value,
|
|
26427
|
-
"flat": true,
|
|
26428
26444
|
"height": controlNodeDefaultHeight.value,
|
|
26429
26445
|
"icon": decrementIcon.value,
|
|
26430
26446
|
"key": "decrement-btn",
|
|
@@ -26433,16 +26449,17 @@ const VNumberInput = genericComponent()({
|
|
|
26433
26449
|
"onPointerup": onControlMouseup,
|
|
26434
26450
|
"onPointercancel": onControlMouseup,
|
|
26435
26451
|
"size": controlNodeSize.value,
|
|
26452
|
+
"variant": "text",
|
|
26436
26453
|
"tabindex": "-1"
|
|
26437
26454
|
}, null) : createVNode(VDefaultsProvider, {
|
|
26438
26455
|
"key": "decrement-defaults",
|
|
26439
26456
|
"defaults": {
|
|
26440
26457
|
VBtn: {
|
|
26441
26458
|
disabled: !canDecrease.value,
|
|
26442
|
-
flat: true,
|
|
26443
26459
|
height: controlNodeDefaultHeight.value,
|
|
26444
26460
|
size: controlNodeSize.value,
|
|
26445
|
-
icon: decrementIcon.value
|
|
26461
|
+
icon: decrementIcon.value,
|
|
26462
|
+
variant: 'text'
|
|
26446
26463
|
}
|
|
26447
26464
|
}
|
|
26448
26465
|
}, {
|
|
@@ -26578,6 +26595,7 @@ const VOtpInput = genericComponent()({
|
|
|
26578
26595
|
const contentRef = ref();
|
|
26579
26596
|
const inputRef = ref([]);
|
|
26580
26597
|
const current = computed(() => inputRef.value[focusIndex.value]);
|
|
26598
|
+
let _isComposing = false;
|
|
26581
26599
|
useToggleScope(() => props.autofocus, () => {
|
|
26582
26600
|
const intersectScope = effectScope();
|
|
26583
26601
|
intersectScope.run(() => {
|
|
@@ -26602,6 +26620,7 @@ const VOtpInput = genericComponent()({
|
|
|
26602
26620
|
current.value.value = '';
|
|
26603
26621
|
return;
|
|
26604
26622
|
}
|
|
26623
|
+
if (_isComposing) return;
|
|
26605
26624
|
const array = model.value.slice();
|
|
26606
26625
|
const value = current.value.value;
|
|
26607
26626
|
array[focusIndex.value] = value;
|
|
@@ -26614,6 +26633,10 @@ const VOtpInput = genericComponent()({
|
|
|
26614
26633
|
model.value = array;
|
|
26615
26634
|
if (target) focusChild(contentRef.value, target);
|
|
26616
26635
|
}
|
|
26636
|
+
function onCompositionend() {
|
|
26637
|
+
_isComposing = false;
|
|
26638
|
+
onInput();
|
|
26639
|
+
}
|
|
26617
26640
|
function onKeydown(e) {
|
|
26618
26641
|
const array = model.value.slice();
|
|
26619
26642
|
const index = focusIndex.value;
|
|
@@ -26727,6 +26750,8 @@ const VOtpInput = genericComponent()({
|
|
|
26727
26750
|
"onFocus": e => onFocus(e, i),
|
|
26728
26751
|
"onBlur": onBlur,
|
|
26729
26752
|
"onKeydown": onKeydown,
|
|
26753
|
+
"onCompositionstart": () => _isComposing = true,
|
|
26754
|
+
"onCompositionend": onCompositionend,
|
|
26730
26755
|
"onPaste": event => onPaste(i, event)
|
|
26731
26756
|
}, null);
|
|
26732
26757
|
}
|
|
@@ -27951,7 +27976,7 @@ const VBarline = genericComponent()({
|
|
|
27951
27976
|
let minValue = props.min != null ? Number(props.min) : Math.min(...values);
|
|
27952
27977
|
if (minValue > 0 && props.min == null) minValue = 0;
|
|
27953
27978
|
if (maxValue < 0 && props.max == null) maxValue = 0;
|
|
27954
|
-
const gridX = maxX / totalValues;
|
|
27979
|
+
const gridX = maxX / (totalValues === 1 ? 2 : totalValues);
|
|
27955
27980
|
const gridY = (maxY - minY) / (maxValue - minValue || 1);
|
|
27956
27981
|
const horizonY = maxY - Math.abs(minValue * gridY);
|
|
27957
27982
|
return values.map((value, index) => {
|
|
@@ -27982,7 +28007,7 @@ const VBarline = genericComponent()({
|
|
|
27982
28007
|
return labels;
|
|
27983
28008
|
});
|
|
27984
28009
|
const bars = computed(() => genBars(items.value, boundary.value));
|
|
27985
|
-
const offsetX = computed(() => (Math.abs(bars.value[0].x - bars.value[1].x) - lineWidth.value) / 2);
|
|
28010
|
+
const offsetX = computed(() => bars.value.length === 1 ? (boundary.value.maxX - lineWidth.value) / 2 : (Math.abs(bars.value[0].x - bars.value[1].x) - lineWidth.value) / 2);
|
|
27986
28011
|
const smooth = computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
|
|
27987
28012
|
useRender(() => {
|
|
27988
28013
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
|
@@ -28133,6 +28158,9 @@ const VTrendline = genericComponent()({
|
|
|
28133
28158
|
minY,
|
|
28134
28159
|
maxY
|
|
28135
28160
|
} = boundary;
|
|
28161
|
+
if (values.length === 1) {
|
|
28162
|
+
values = [values[0], values[0]];
|
|
28163
|
+
}
|
|
28136
28164
|
const totalValues = values.length;
|
|
28137
28165
|
const maxValue = props.max != null ? Number(props.max) : Math.max(...values);
|
|
28138
28166
|
const minValue = props.min != null ? Number(props.min) : Math.min(...values);
|
|
@@ -29447,7 +29475,10 @@ const VTextarea = genericComponent()({
|
|
|
29447
29475
|
modelValue: _,
|
|
29448
29476
|
...inputProps
|
|
29449
29477
|
} = VInput.filterProps(props);
|
|
29450
|
-
const fieldProps =
|
|
29478
|
+
const fieldProps = {
|
|
29479
|
+
...VField.filterProps(props),
|
|
29480
|
+
'onClick:clear': onClear
|
|
29481
|
+
};
|
|
29451
29482
|
return createVNode(VInput, mergeProps({
|
|
29452
29483
|
"ref": vInputRef,
|
|
29453
29484
|
"modelValue": model.value,
|
|
@@ -29483,7 +29514,6 @@ const VTextarea = genericComponent()({
|
|
|
29483
29514
|
},
|
|
29484
29515
|
"onClick": onControlClick,
|
|
29485
29516
|
"onMousedown": onControlMousedown,
|
|
29486
|
-
"onClick:clear": onClear,
|
|
29487
29517
|
"onClick:prependInner": props['onClick:prependInner'],
|
|
29488
29518
|
"onClick:appendInner": props['onClick:appendInner']
|
|
29489
29519
|
}, fieldProps, {
|
|
@@ -31540,7 +31570,7 @@ function createVuetify$1() {
|
|
|
31540
31570
|
};
|
|
31541
31571
|
});
|
|
31542
31572
|
}
|
|
31543
|
-
const version$1 = "3.9.
|
|
31573
|
+
const version$1 = "3.9.6";
|
|
31544
31574
|
createVuetify$1.version = version$1;
|
|
31545
31575
|
|
|
31546
31576
|
// Vue's inject() can only be used in setup
|
|
@@ -31565,7 +31595,7 @@ const createVuetify = function () {
|
|
|
31565
31595
|
...options
|
|
31566
31596
|
});
|
|
31567
31597
|
};
|
|
31568
|
-
const version = "3.9.
|
|
31598
|
+
const version = "3.9.6";
|
|
31569
31599
|
createVuetify.version = version;
|
|
31570
31600
|
|
|
31571
31601
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|