@vuetify/nightly 3.7.4-master.2024-11-15 → 3.7.4-master.2024-11-24

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.
Files changed (37) hide show
  1. package/dist/json/attributes.json +3032 -3032
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +176 -176
  4. package/dist/json/web-types.json +5731 -5731
  5. package/dist/vuetify-labs.css +2236 -2232
  6. package/dist/vuetify-labs.d.ts +3 -7
  7. package/dist/vuetify-labs.esm.js +15 -12
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +15 -12
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1058 -1054
  12. package/dist/vuetify.d.ts +59 -63
  13. package/dist/vuetify.esm.js +14 -11
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -11
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +9 -10
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBadge/VBadge.css +4 -0
  21. package/lib/components/VBadge/VBadge.sass +4 -0
  22. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  23. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  24. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  25. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  26. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  27. package/lib/components/VList/VListItem.mjs +3 -2
  28. package/lib/components/VList/VListItem.mjs.map +1 -1
  29. package/lib/components/index.d.mts +3 -7
  30. package/lib/entry-bundler.mjs +1 -1
  31. package/lib/framework.mjs +1 -1
  32. package/lib/index.d.mts +56 -56
  33. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  34. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  35. package/lib/locale/fr.mjs +1 -1
  36. package/lib/locale/fr.mjs.map +1 -1
  37. package/package.json +1 -1
package/lib/index.d.mts CHANGED
@@ -490,35 +490,38 @@ declare module 'vue' {
490
490
  VAppBar: typeof import('vuetify/components')['VAppBar']
491
491
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
492
492
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
493
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
494
+ VBadge: typeof import('vuetify/components')['VBadge']
493
495
  VAlert: typeof import('vuetify/components')['VAlert']
494
496
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
497
+ VAvatar: typeof import('vuetify/components')['VAvatar']
496
498
  VBanner: typeof import('vuetify/components')['VBanner']
497
499
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
498
500
  VBannerText: typeof import('vuetify/components')['VBannerText']
499
501
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
500
- VAvatar: typeof import('vuetify/components')['VAvatar']
501
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
502
- VBadge: typeof import('vuetify/components')['VBadge']
503
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
504
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
505
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
506
502
  VBtn: typeof import('vuetify/components')['VBtn']
507
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
508
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
509
- VChip: typeof import('vuetify/components')['VChip']
510
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
511
503
  VCard: typeof import('vuetify/components')['VCard']
512
504
  VCardActions: typeof import('vuetify/components')['VCardActions']
513
505
  VCardItem: typeof import('vuetify/components')['VCardItem']
514
506
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
515
507
  VCardText: typeof import('vuetify/components')['VCardText']
516
508
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
509
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
510
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
511
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
512
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
513
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
517
514
  VCarousel: typeof import('vuetify/components')['VCarousel']
518
515
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
516
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
517
+ VChip: typeof import('vuetify/components')['VChip']
518
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
519
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
519
520
  VCode: typeof import('vuetify/components')['VCode']
520
521
  VCombobox: typeof import('vuetify/components')['VCombobox']
522
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
521
523
  VCounter: typeof import('vuetify/components')['VCounter']
524
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
525
  VDataTable: typeof import('vuetify/components')['VDataTable']
523
526
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
524
527
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -526,38 +529,36 @@ declare module 'vue' {
526
529
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
527
530
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
528
531
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
532
+ VDivider: typeof import('vuetify/components')['VDivider']
529
533
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
530
534
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
531
535
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
532
536
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
533
537
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
534
538
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
535
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
536
539
  VDialog: typeof import('vuetify/components')['VDialog']
537
- VDivider: typeof import('vuetify/components')['VDivider']
538
540
  VFab: typeof import('vuetify/components')['VFab']
539
- VField: typeof import('vuetify/components')['VField']
540
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
541
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
542
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
543
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
544
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
541
545
  VFileInput: typeof import('vuetify/components')['VFileInput']
546
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
542
547
  VFooter: typeof import('vuetify/components')['VFooter']
543
548
  VImg: typeof import('vuetify/components')['VImg']
549
+ VField: typeof import('vuetify/components')['VField']
550
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
551
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
544
552
  VIcon: typeof import('vuetify/components')['VIcon']
545
553
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
546
554
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
547
555
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
548
556
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
549
- VInput: typeof import('vuetify/components')['VInput']
557
+ VKbd: typeof import('vuetify/components')['VKbd']
550
558
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
551
559
  VItem: typeof import('vuetify/components')['VItem']
552
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
553
- VKbd: typeof import('vuetify/components')['VKbd']
554
- VMain: typeof import('vuetify/components')['VMain']
560
+ VInput: typeof import('vuetify/components')['VInput']
555
561
  VLabel: typeof import('vuetify/components')['VLabel']
556
- VMenu: typeof import('vuetify/components')['VMenu']
557
- VPagination: typeof import('vuetify/components')['VPagination']
558
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
559
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
560
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
561
562
  VList: typeof import('vuetify/components')['VList']
562
563
  VListGroup: typeof import('vuetify/components')['VListGroup']
563
564
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -567,69 +568,72 @@ declare module 'vue' {
567
568
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
568
569
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
569
570
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
570
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
571
- VOverlay: typeof import('vuetify/components')['VOverlay']
571
+ VMenu: typeof import('vuetify/components')['VMenu']
572
+ VMain: typeof import('vuetify/components')['VMain']
573
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
574
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
+ VPagination: typeof import('vuetify/components')['VPagination']
572
576
  VMessages: typeof import('vuetify/components')['VMessages']
577
+ VOverlay: typeof import('vuetify/components')['VOverlay']
578
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
573
579
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
580
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
574
581
  VRating: typeof import('vuetify/components')['VRating']
575
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
582
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
576
583
  VSelect: typeof import('vuetify/components')['VSelect']
577
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
578
- VSheet: typeof import('vuetify/components')['VSheet']
579
584
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
580
585
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
581
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
582
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
583
- VTextarea: typeof import('vuetify/components')['VTextarea']
586
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
587
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
584
588
  VSlider: typeof import('vuetify/components')['VSlider']
585
- VTable: typeof import('vuetify/components')['VTable']
589
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
586
590
  VStepper: typeof import('vuetify/components')['VStepper']
587
591
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
588
592
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
589
593
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
590
594
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
591
595
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
596
+ VSheet: typeof import('vuetify/components')['VSheet']
592
597
  VSwitch: typeof import('vuetify/components')['VSwitch']
598
+ VTable: typeof import('vuetify/components')['VTable']
599
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
593
600
  VTab: typeof import('vuetify/components')['VTab']
594
601
  VTabs: typeof import('vuetify/components')['VTabs']
595
602
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
596
603
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
604
+ VTextarea: typeof import('vuetify/components')['VTextarea']
605
+ VTextField: typeof import('vuetify/components')['VTextField']
606
+ VTimeline: typeof import('vuetify/components')['VTimeline']
607
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
597
608
  VToolbar: typeof import('vuetify/components')['VToolbar']
598
609
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
599
610
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
600
611
  VTooltip: typeof import('vuetify/components')['VTooltip']
601
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
602
- VTimeline: typeof import('vuetify/components')['VTimeline']
603
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
604
612
  VWindow: typeof import('vuetify/components')['VWindow']
605
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
606
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
607
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
608
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
609
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
610
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
611
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
612
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
613
614
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
615
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
614
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
+ VForm: typeof import('vuetify/components')['VForm']
615
618
  VContainer: typeof import('vuetify/components')['VContainer']
616
619
  VCol: typeof import('vuetify/components')['VCol']
617
620
  VRow: typeof import('vuetify/components')['VRow']
618
621
  VSpacer: typeof import('vuetify/components')['VSpacer']
619
- VForm: typeof import('vuetify/components')['VForm']
620
622
  VHover: typeof import('vuetify/components')['VHover']
623
+ VLazy: typeof import('vuetify/components')['VLazy']
624
+ VLayout: typeof import('vuetify/components')['VLayout']
625
+ VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
621
626
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
622
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
623
628
  VParallax: typeof import('vuetify/components')['VParallax']
624
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
625
629
  VRadio: typeof import('vuetify/components')['VRadio']
630
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
626
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
627
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
628
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
629
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
630
635
  VValidation: typeof import('vuetify/components')['VValidation']
631
636
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
632
- VLazy: typeof import('vuetify/components')['VLazy']
633
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
634
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
635
639
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -646,30 +650,26 @@ declare module 'vue' {
646
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
647
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
648
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
649
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
650
- VLayout: typeof import('vuetify/components')['VLayout']
651
- VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
652
- VTextField: typeof import('vuetify/components')['VTextField']
653
653
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
654
654
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
655
655
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
656
656
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
657
657
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
658
658
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
659
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
660
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
661
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
662
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
659
663
  VPicker: typeof import('vuetify/labs/components')['VPicker']
660
664
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
661
665
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
662
666
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
663
667
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
664
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
665
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
666
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
667
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
668
668
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
669
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
670
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
671
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
672
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
674
674
  }
675
675
  }
@@ -120,7 +120,7 @@ export const VDateInput = genericComponent()({
120
120
  },
121
121
  "onMousedown": e => e.preventDefault()
122
122
  }), {
123
- actions: !props.hideActions ? () => actions : undefined
123
+ actions: !props.hideActions ? actions : undefined
124
124
  });
125
125
  }
126
126
  })]
@@ -1 +1 @@
1
- {"version":3,"file":"VDateInput.mjs","names":["makeVConfirmEditProps","VConfirmEdit","makeVDatePickerProps","VDatePicker","VMenu","makeVTextFieldProps","VTextField","useDate","makeFocusProps","useFocus","useLocale","useProxiedModel","computed","shallowRef","genericComponent","omit","propsFactory","useRender","wrapInArray","makeVDateInputProps","hideActions","Boolean","placeholder","prependIcon","weeksInMonth","hideHeader","VDateInput","name","props","emits","val","setup","_ref","slots","t","adapter","isFocused","focus","blur","model","multiple","menu","display","value","length","start","end","isValid","format","isInteractive","disabled","readonly","onKeydown","e","key","target","date","onClick","preventDefault","stopPropagation","onSave","confirmEditProps","filterProps","datePickerProps","textFieldProps","_createVNode","_mergeProps","class","style","undefined","default","$event","_ref2","actions","proxyModel"],"sources":["../../../src/labs/VDateInput/VDateInput.tsx"],"sourcesContent":["// Components\nimport { makeVConfirmEditProps, VConfirmEdit } from '@/components/VConfirmEdit/VConfirmEdit'\nimport { makeVDatePickerProps, VDatePicker } from '@/components/VDatePicker/VDatePicker'\nimport { VMenu } from '@/components/VMenu/VMenu'\nimport { makeVTextFieldProps, VTextField } from '@/components/VTextField/VTextField'\n\n// Composables\nimport { useDate } from '@/composables/date'\nimport { makeFocusProps, useFocus } from '@/composables/focus'\nimport { useLocale } from '@/composables/locale'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed, shallowRef } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender, wrapInArray } from '@/util'\n\n// Types\nexport interface VDateInputSlots {\n default: never\n}\n\nexport const makeVDateInputProps = propsFactory({\n hideActions: Boolean,\n\n ...makeFocusProps(),\n ...makeVConfirmEditProps(),\n ...makeVTextFieldProps({\n placeholder: 'mm/dd/yyyy',\n prependIcon: '$calendar',\n }),\n ...omit(makeVDatePickerProps({\n weeksInMonth: 'dynamic' as const,\n hideHeader: true,\n }), ['active']),\n}, 'VDateInput')\n\nexport const VDateInput = genericComponent()({\n name: 'VDateInput',\n\n props: makeVDateInputProps(),\n\n emits: {\n 'update:modelValue': (val: string) => true,\n },\n\n setup (props, { slots }) {\n const { t } = useLocale()\n const adapter = useDate()\n const { isFocused, focus, blur } = useFocus(props)\n const model = useProxiedModel(props, 'modelValue', props.multiple ? [] : null)\n const menu = shallowRef(false)\n\n const display = computed(() => {\n const value = wrapInArray(model.value)\n\n if (!value.length) return null\n\n if (props.multiple === true) {\n return t('$vuetify.datePicker.itemsSelected', value.length)\n }\n\n if (props.multiple === 'range') {\n const start = value[0]\n const end = value[value.length - 1]\n\n return adapter.isValid(start) && adapter.isValid(end)\n ? `${adapter.format(start, 'keyboardDate')} - ${adapter.format(end, 'keyboardDate')}`\n : ''\n }\n\n return adapter.isValid(model.value) ? adapter.format(model.value, 'keyboardDate') : ''\n })\n\n const isInteractive = computed(() => !props.disabled && !props.readonly)\n\n function onKeydown (e: KeyboardEvent) {\n if (e.key !== 'Enter') return\n\n if (!menu.value || !isFocused.value) {\n menu.value = true\n\n return\n }\n\n const target = e.target as HTMLInputElement\n\n model.value = adapter.date(target.value)\n }\n\n function onClick (e: MouseEvent) {\n e.preventDefault()\n e.stopPropagation()\n\n menu.value = true\n }\n\n function onSave () {\n menu.value = false\n }\n\n useRender(() => {\n const confirmEditProps = VConfirmEdit.filterProps(props)\n const datePickerProps = VDatePicker.filterProps(omit(props, ['active']))\n const textFieldProps = VTextField.filterProps(props)\n\n return (\n <VTextField\n { ...textFieldProps }\n class={ props.class }\n style={ props.style }\n modelValue={ display.value }\n onKeydown={ isInteractive.value ? onKeydown : undefined }\n focused={ menu.value || isFocused.value }\n onFocus={ focus }\n onBlur={ blur }\n onClick:control={ isInteractive.value ? onClick : undefined }\n onClick:prepend={ isInteractive.value ? onClick : undefined }\n >\n <VMenu\n v-model={ menu.value }\n activator=\"parent\"\n min-width=\"0\"\n closeOnContentClick={ false }\n openOnClick={ false }\n >\n <VConfirmEdit\n { ...confirmEditProps }\n v-model={ model.value }\n onSave={ onSave }\n >\n {{\n default: ({ actions, model: proxyModel }) => {\n return (\n <VDatePicker\n { ...datePickerProps }\n modelValue={ props.hideActions ? model.value : proxyModel.value }\n onUpdate:modelValue={ val => {\n if (!props.hideActions) {\n proxyModel.value = val\n } else {\n model.value = val\n\n if (!props.multiple) menu.value = false\n }\n }}\n onMousedown={ (e: MouseEvent) => e.preventDefault() }\n >\n {{\n actions: !props.hideActions ? () => actions : undefined,\n }}\n </VDatePicker>\n )\n },\n }}\n </VConfirmEdit>\n </VMenu>\n\n { slots.default?.() }\n </VTextField>\n )\n })\n },\n})\n\nexport type VDateInput = InstanceType<typeof VDateInput>\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"VDateInput.mjs","names":["makeVConfirmEditProps","VConfirmEdit","makeVDatePickerProps","VDatePicker","VMenu","makeVTextFieldProps","VTextField","useDate","makeFocusProps","useFocus","useLocale","useProxiedModel","computed","shallowRef","genericComponent","omit","propsFactory","useRender","wrapInArray","makeVDateInputProps","hideActions","Boolean","placeholder","prependIcon","weeksInMonth","hideHeader","VDateInput","name","props","emits","val","setup","_ref","slots","t","adapter","isFocused","focus","blur","model","multiple","menu","display","value","length","start","end","isValid","format","isInteractive","disabled","readonly","onKeydown","e","key","target","date","onClick","preventDefault","stopPropagation","onSave","confirmEditProps","filterProps","datePickerProps","textFieldProps","_createVNode","_mergeProps","class","style","undefined","default","$event","_ref2","actions","proxyModel"],"sources":["../../../src/labs/VDateInput/VDateInput.tsx"],"sourcesContent":["// Components\nimport { makeVConfirmEditProps, VConfirmEdit } from '@/components/VConfirmEdit/VConfirmEdit'\nimport { makeVDatePickerProps, VDatePicker } from '@/components/VDatePicker/VDatePicker'\nimport { VMenu } from '@/components/VMenu/VMenu'\nimport { makeVTextFieldProps, VTextField } from '@/components/VTextField/VTextField'\n\n// Composables\nimport { useDate } from '@/composables/date'\nimport { makeFocusProps, useFocus } from '@/composables/focus'\nimport { useLocale } from '@/composables/locale'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed, shallowRef } from 'vue'\nimport { genericComponent, omit, propsFactory, useRender, wrapInArray } from '@/util'\n\n// Types\nexport interface VDateInputSlots {\n default: never\n}\n\nexport const makeVDateInputProps = propsFactory({\n hideActions: Boolean,\n\n ...makeFocusProps(),\n ...makeVConfirmEditProps(),\n ...makeVTextFieldProps({\n placeholder: 'mm/dd/yyyy',\n prependIcon: '$calendar',\n }),\n ...omit(makeVDatePickerProps({\n weeksInMonth: 'dynamic' as const,\n hideHeader: true,\n }), ['active']),\n}, 'VDateInput')\n\nexport const VDateInput = genericComponent()({\n name: 'VDateInput',\n\n props: makeVDateInputProps(),\n\n emits: {\n 'update:modelValue': (val: string) => true,\n },\n\n setup (props, { slots }) {\n const { t } = useLocale()\n const adapter = useDate()\n const { isFocused, focus, blur } = useFocus(props)\n const model = useProxiedModel(props, 'modelValue', props.multiple ? [] : null)\n const menu = shallowRef(false)\n\n const display = computed(() => {\n const value = wrapInArray(model.value)\n\n if (!value.length) return null\n\n if (props.multiple === true) {\n return t('$vuetify.datePicker.itemsSelected', value.length)\n }\n\n if (props.multiple === 'range') {\n const start = value[0]\n const end = value[value.length - 1]\n\n return adapter.isValid(start) && adapter.isValid(end)\n ? `${adapter.format(start, 'keyboardDate')} - ${adapter.format(end, 'keyboardDate')}`\n : ''\n }\n\n return adapter.isValid(model.value) ? adapter.format(model.value, 'keyboardDate') : ''\n })\n\n const isInteractive = computed(() => !props.disabled && !props.readonly)\n\n function onKeydown (e: KeyboardEvent) {\n if (e.key !== 'Enter') return\n\n if (!menu.value || !isFocused.value) {\n menu.value = true\n\n return\n }\n\n const target = e.target as HTMLInputElement\n\n model.value = adapter.date(target.value)\n }\n\n function onClick (e: MouseEvent) {\n e.preventDefault()\n e.stopPropagation()\n\n menu.value = true\n }\n\n function onSave () {\n menu.value = false\n }\n\n useRender(() => {\n const confirmEditProps = VConfirmEdit.filterProps(props)\n const datePickerProps = VDatePicker.filterProps(omit(props, ['active']))\n const textFieldProps = VTextField.filterProps(props)\n\n return (\n <VTextField\n { ...textFieldProps }\n class={ props.class }\n style={ props.style }\n modelValue={ display.value }\n onKeydown={ isInteractive.value ? onKeydown : undefined }\n focused={ menu.value || isFocused.value }\n onFocus={ focus }\n onBlur={ blur }\n onClick:control={ isInteractive.value ? onClick : undefined }\n onClick:prepend={ isInteractive.value ? onClick : undefined }\n >\n <VMenu\n v-model={ menu.value }\n activator=\"parent\"\n min-width=\"0\"\n closeOnContentClick={ false }\n openOnClick={ false }\n >\n <VConfirmEdit\n { ...confirmEditProps }\n v-model={ model.value }\n onSave={ onSave }\n >\n {{\n default: ({ actions, model: proxyModel }) => {\n return (\n <VDatePicker\n { ...datePickerProps }\n modelValue={ props.hideActions ? model.value : proxyModel.value }\n onUpdate:modelValue={ val => {\n if (!props.hideActions) {\n proxyModel.value = val\n } else {\n model.value = val\n\n if (!props.multiple) menu.value = false\n }\n }}\n onMousedown={ (e: MouseEvent) => e.preventDefault() }\n >\n {{\n actions: !props.hideActions ? actions : undefined,\n }}\n </VDatePicker>\n )\n },\n }}\n </VConfirmEdit>\n </VMenu>\n\n { slots.default?.() }\n </VTextField>\n )\n })\n },\n})\n\nexport type VDateInput = InstanceType<typeof VDateInput>\n"],"mappings":"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","ignoreList":[]}
package/lib/locale/fr.mjs CHANGED
@@ -57,7 +57,7 @@ export default {
57
57
  },
58
58
  calendar: {
59
59
  moreEvents: '{0} de plus',
60
- today: 'Today'
60
+ today: 'Aujourd\'hui'
61
61
  },
62
62
  input: {
63
63
  clear: 'Vider {0}',
@@ -1 +1 @@
1
- {"version":3,"file":"fr.mjs","names":["badge","open","close","dismiss","confirmEdit","ok","cancel","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","dateRangeInput","divider","datePicker","itemsSelected","range","title","header","input","placeholder","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","today","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/fr.ts"],"sourcesContent":["export default {\n badge: 'Badge',\n open: 'Ouvrir',\n close: 'Fermer',\n dismiss: 'Dismiss',\n confirmEdit: {\n ok: 'OK',\n cancel: 'Annuler',\n },\n dataIterator: {\n noResultsText: 'Aucun enregistrement correspondant trouvé',\n loadingText: `Chargement de l'élément...`,\n },\n dataTable: {\n itemsPerPageText: 'Lignes par page :',\n ariaLabel: {\n sortDescending: 'Tri décroissant.',\n sortAscending: 'Tri croissant.',\n sortNone: 'Non trié.',\n activateNone: 'Activer pour supprimer le tri.',\n activateDescending: 'Activer pour trier par ordre décroissant.',\n activateAscending: 'Activer pour trier par ordre croissant.',\n },\n sortBy: 'Trier par',\n },\n dataFooter: {\n itemsPerPageText: 'Éléments par page :',\n itemsPerPageAll: 'Tous',\n nextPage: 'Page suivante',\n prevPage: 'Page précédente',\n firstPage: 'Première page',\n lastPage: 'Dernière page',\n pageText: '{0}-{1} de {2}',\n },\n dateRangeInput: {\n divider: 'à',\n },\n datePicker: {\n itemsSelected: '{0} selected',\n range: {\n title: 'Sélectionner des dates',\n header: 'Entrer des dates',\n },\n title: 'Sélectionner une date',\n header: 'Entrer une date',\n input: {\n placeholder: 'Entrer une date',\n },\n },\n noDataText: 'Aucune donnée disponible',\n carousel: {\n prev: 'Visuel précédent',\n next: 'Visuel suivant',\n ariaLabel: {\n delimiter: 'Diapositive {0} de {1}',\n },\n },\n calendar: {\n moreEvents: '{0} de plus',\n today: 'Today',\n },\n input: {\n clear: 'Vider {0}',\n prependAction: '{0} action avant',\n appendAction: '{0} action après',\n otp: 'Caractère {0} du mot de passe à usage unique',\n },\n fileInput: {\n counter: '{0} fichier(s)',\n counterSize: '{0} fichier(s) ({1} au total)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n title: 'Select Time',\n },\n pagination: {\n ariaLabel: {\n root: 'Navigation de pagination',\n next: 'Page suivante',\n previous: 'Page précédente',\n page: 'Aller à la page {0}',\n currentPage: 'Page actuelle, Page {0}',\n first: 'Première page',\n last: 'Dernière page',\n },\n },\n stepper: {\n next: 'Suivant',\n prev: 'Précédent',\n },\n rating: {\n ariaLabel: {\n item: 'Note de {0} sur {1}',\n },\n },\n loading: 'Chargement...',\n infiniteScroll: {\n loadMore: 'Charger plus',\n empty: 'Aucune donnée supplémentaire',\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,OAAO;EACdC,IAAI,EAAE,QAAQ;EACdC,KAAK,EAAE,QAAQ;EACfC,OAAO,EAAE,SAAS;EAClBC,WAAW,EAAE;IACXC,EAAE,EAAE,IAAI;IACRC,MAAM,EAAE;EACV,CAAC;EACDC,YAAY,EAAE;IACZC,aAAa,EAAE,2CAA2C;IAC1DC,WAAW,EAAE;EACf,CAAC;EACDC,SAAS,EAAE;IACTC,gBAAgB,EAAE,mBAAmB;IACrCC,SAAS,EAAE;MACTC,cAAc,EAAE,kBAAkB;MAClCC,aAAa,EAAE,gBAAgB;MAC/BC,QAAQ,EAAE,WAAW;MACrBC,YAAY,EAAE,gCAAgC;MAC9CC,kBAAkB,EAAE,2CAA2C;MAC/DC,iBAAiB,EAAE;IACrB,CAAC;IACDC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBAAqB;IACvCU,eAAe,EAAE,MAAM;IACvBC,QAAQ,EAAE,eAAe;IACzBC,QAAQ,EAAE,iBAAiB;IAC3BC,SAAS,EAAE,eAAe;IAC1BC,QAAQ,EAAE,eAAe;IACzBC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdC,OAAO,EAAE;EACX,CAAC;EACDC,UAAU,EAAE;IACVC,aAAa,EAAE,cAAc;IAC7BC,KAAK,EAAE;MACLC,KAAK,EAAE,wBAAwB;MAC/BC,MAAM,EAAE;IACV,CAAC;IACDD,KAAK,EAAE,uBAAuB;IAC9BC,MAAM,EAAE,iBAAiB;IACzBC,KAAK,EAAE;MACLC,WAAW,EAAE;IACf;EACF,CAAC;EACDC,UAAU,EAAE,0BAA0B;EACtCC,QAAQ,EAAE;IACRC,IAAI,EAAE,kBAAkB;IACxBC,IAAI,EAAE,gBAAgB;IACtB3B,SAAS,EAAE;MACT4B,SAAS,EAAE;IACb;EACF,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE,aAAa;IACzBC,KAAK,EAAE;EACT,CAAC;EACDT,KAAK,EAAE;IACLU,KAAK,EAAE,WAAW;IAClBC,aAAa,EAAE,kBAAkB;IACjCC,YAAY,EAAE,kBAAkB;IAChCC,GAAG,EAAE;EACP,CAAC;EACDC,SAAS,EAAE;IACTC,OAAO,EAAE,gBAAgB;IACzBC,WAAW,EAAE;EACf,CAAC;EACDC,UAAU,EAAE;IACVC,EAAE,EAAE,IAAI;IACRC,EAAE,EAAE,IAAI;IACRrB,KAAK,EAAE;EACT,CAAC;EACDsB,UAAU,EAAE;IACV1C,SAAS,EAAE;MACT2C,IAAI,EAAE,0BAA0B;MAChChB,IAAI,EAAE,eAAe;MACrBiB,QAAQ,EAAE,iBAAiB;MAC3BC,IAAI,EAAE,qBAAqB;MAC3BC,WAAW,EAAE,yBAAyB;MACtCC,KAAK,EAAE,eAAe;MACtBC,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE;IACPtB,IAAI,EAAE,SAAS;IACfD,IAAI,EAAE;EACR,CAAC;EACDwB,MAAM,EAAE;IACNlD,SAAS,EAAE;MACTmD,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE,eAAe;EACxBC,cAAc,EAAE;IACdC,QAAQ,EAAE,cAAc;IACxBC,KAAK,EAAE;EACT;AACF,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"fr.mjs","names":["badge","open","close","dismiss","confirmEdit","ok","cancel","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","dateRangeInput","divider","datePicker","itemsSelected","range","title","header","input","placeholder","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","today","clear","prependAction","appendAction","otp","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","stepper","rating","item","loading","infiniteScroll","loadMore","empty"],"sources":["../../src/locale/fr.ts"],"sourcesContent":["export default {\n badge: 'Badge',\n open: 'Ouvrir',\n close: 'Fermer',\n dismiss: 'Dismiss',\n confirmEdit: {\n ok: 'OK',\n cancel: 'Annuler',\n },\n dataIterator: {\n noResultsText: 'Aucun enregistrement correspondant trouvé',\n loadingText: `Chargement de l'élément...`,\n },\n dataTable: {\n itemsPerPageText: 'Lignes par page :',\n ariaLabel: {\n sortDescending: 'Tri décroissant.',\n sortAscending: 'Tri croissant.',\n sortNone: 'Non trié.',\n activateNone: 'Activer pour supprimer le tri.',\n activateDescending: 'Activer pour trier par ordre décroissant.',\n activateAscending: 'Activer pour trier par ordre croissant.',\n },\n sortBy: 'Trier par',\n },\n dataFooter: {\n itemsPerPageText: 'Éléments par page :',\n itemsPerPageAll: 'Tous',\n nextPage: 'Page suivante',\n prevPage: 'Page précédente',\n firstPage: 'Première page',\n lastPage: 'Dernière page',\n pageText: '{0}-{1} de {2}',\n },\n dateRangeInput: {\n divider: 'à',\n },\n datePicker: {\n itemsSelected: '{0} selected',\n range: {\n title: 'Sélectionner des dates',\n header: 'Entrer des dates',\n },\n title: 'Sélectionner une date',\n header: 'Entrer une date',\n input: {\n placeholder: 'Entrer une date',\n },\n },\n noDataText: 'Aucune donnée disponible',\n carousel: {\n prev: 'Visuel précédent',\n next: 'Visuel suivant',\n ariaLabel: {\n delimiter: 'Diapositive {0} de {1}',\n },\n },\n calendar: {\n moreEvents: '{0} de plus',\n today: 'Aujourd\\'hui',\n },\n input: {\n clear: 'Vider {0}',\n prependAction: '{0} action avant',\n appendAction: '{0} action après',\n otp: 'Caractère {0} du mot de passe à usage unique',\n },\n fileInput: {\n counter: '{0} fichier(s)',\n counterSize: '{0} fichier(s) ({1} au total)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n title: 'Select Time',\n },\n pagination: {\n ariaLabel: {\n root: 'Navigation de pagination',\n next: 'Page suivante',\n previous: 'Page précédente',\n page: 'Aller à la page {0}',\n currentPage: 'Page actuelle, Page {0}',\n first: 'Première page',\n last: 'Dernière page',\n },\n },\n stepper: {\n next: 'Suivant',\n prev: 'Précédent',\n },\n rating: {\n ariaLabel: {\n item: 'Note de {0} sur {1}',\n },\n },\n loading: 'Chargement...',\n infiniteScroll: {\n loadMore: 'Charger plus',\n empty: 'Aucune donnée supplémentaire',\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,OAAO;EACdC,IAAI,EAAE,QAAQ;EACdC,KAAK,EAAE,QAAQ;EACfC,OAAO,EAAE,SAAS;EAClBC,WAAW,EAAE;IACXC,EAAE,EAAE,IAAI;IACRC,MAAM,EAAE;EACV,CAAC;EACDC,YAAY,EAAE;IACZC,aAAa,EAAE,2CAA2C;IAC1DC,WAAW,EAAE;EACf,CAAC;EACDC,SAAS,EAAE;IACTC,gBAAgB,EAAE,mBAAmB;IACrCC,SAAS,EAAE;MACTC,cAAc,EAAE,kBAAkB;MAClCC,aAAa,EAAE,gBAAgB;MAC/BC,QAAQ,EAAE,WAAW;MACrBC,YAAY,EAAE,gCAAgC;MAC9CC,kBAAkB,EAAE,2CAA2C;MAC/DC,iBAAiB,EAAE;IACrB,CAAC;IACDC,MAAM,EAAE;EACV,CAAC;EACDC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBAAqB;IACvCU,eAAe,EAAE,MAAM;IACvBC,QAAQ,EAAE,eAAe;IACzBC,QAAQ,EAAE,iBAAiB;IAC3BC,SAAS,EAAE,eAAe;IAC1BC,QAAQ,EAAE,eAAe;IACzBC,QAAQ,EAAE;EACZ,CAAC;EACDC,cAAc,EAAE;IACdC,OAAO,EAAE;EACX,CAAC;EACDC,UAAU,EAAE;IACVC,aAAa,EAAE,cAAc;IAC7BC,KAAK,EAAE;MACLC,KAAK,EAAE,wBAAwB;MAC/BC,MAAM,EAAE;IACV,CAAC;IACDD,KAAK,EAAE,uBAAuB;IAC9BC,MAAM,EAAE,iBAAiB;IACzBC,KAAK,EAAE;MACLC,WAAW,EAAE;IACf;EACF,CAAC;EACDC,UAAU,EAAE,0BAA0B;EACtCC,QAAQ,EAAE;IACRC,IAAI,EAAE,kBAAkB;IACxBC,IAAI,EAAE,gBAAgB;IACtB3B,SAAS,EAAE;MACT4B,SAAS,EAAE;IACb;EACF,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE,aAAa;IACzBC,KAAK,EAAE;EACT,CAAC;EACDT,KAAK,EAAE;IACLU,KAAK,EAAE,WAAW;IAClBC,aAAa,EAAE,kBAAkB;IACjCC,YAAY,EAAE,kBAAkB;IAChCC,GAAG,EAAE;EACP,CAAC;EACDC,SAAS,EAAE;IACTC,OAAO,EAAE,gBAAgB;IACzBC,WAAW,EAAE;EACf,CAAC;EACDC,UAAU,EAAE;IACVC,EAAE,EAAE,IAAI;IACRC,EAAE,EAAE,IAAI;IACRrB,KAAK,EAAE;EACT,CAAC;EACDsB,UAAU,EAAE;IACV1C,SAAS,EAAE;MACT2C,IAAI,EAAE,0BAA0B;MAChChB,IAAI,EAAE,eAAe;MACrBiB,QAAQ,EAAE,iBAAiB;MAC3BC,IAAI,EAAE,qBAAqB;MAC3BC,WAAW,EAAE,yBAAyB;MACtCC,KAAK,EAAE,eAAe;MACtBC,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE;IACPtB,IAAI,EAAE,SAAS;IACfD,IAAI,EAAE;EACR,CAAC;EACDwB,MAAM,EAAE;IACNlD,SAAS,EAAE;MACTmD,IAAI,EAAE;IACR;EACF,CAAC;EACDC,OAAO,EAAE,eAAe;EACxBC,cAAc,EAAE;IACdC,QAAQ,EAAE,cAAc;IACxBC,KAAK,EAAE;EACT;AACF,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.7.4-master.2024-11-15",
4
+ "version": "3.7.4-master.2024-11-24",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"