@vuetify/nightly 3.7.5-dev.2024-12-03 → 3.7.5-dev.2024-12-16

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 (77) hide show
  1. package/dist/json/attributes.json +3779 -3779
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/web-types.json +7026 -7026
  5. package/dist/vuetify-labs.css +4372 -4372
  6. package/dist/vuetify-labs.d.ts +40 -40
  7. package/dist/vuetify-labs.esm.js +21 -38
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +20 -37
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +4189 -4189
  12. package/dist/vuetify.d.ts +92 -92
  13. package/dist/vuetify.esm.js +21 -38
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +20 -37
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +876 -881
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAppBar/index.d.mts +6 -6
  21. package/lib/components/VAutocomplete/index.d.mts +6 -6
  22. package/lib/components/VBtn/index.d.mts +7 -7
  23. package/lib/components/VBtnToggle/index.d.mts +9 -9
  24. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  25. package/lib/components/VCarousel/index.d.mts +9 -9
  26. package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
  27. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  28. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  29. package/lib/components/VChipGroup/index.d.mts +15 -15
  30. package/lib/components/VCombobox/index.d.mts +6 -6
  31. package/lib/components/VExpansionPanel/index.d.mts +7 -7
  32. package/lib/components/VFab/index.d.mts +6 -6
  33. package/lib/components/VField/VField.mjs +3 -3
  34. package/lib/components/VField/VField.mjs.map +1 -1
  35. package/lib/components/VInput/VInput.mjs +3 -3
  36. package/lib/components/VInput/VInput.mjs.map +1 -1
  37. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  38. package/lib/components/VItemGroup/index.d.mts +9 -9
  39. package/lib/components/VMenu/VMenu.mjs +3 -3
  40. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  41. package/lib/components/VMenu/index.d.mts +6 -6
  42. package/lib/components/VRadioGroup/VRadioGroup.mjs +3 -3
  43. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  44. package/lib/components/VRating/VRating.mjs +4 -3
  45. package/lib/components/VRating/VRating.mjs.map +1 -1
  46. package/lib/components/VSelect/index.d.mts +6 -6
  47. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
  48. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  49. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  50. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  51. package/lib/components/VSlideGroup/index.d.mts +10 -10
  52. package/lib/components/VSparkline/VBarline.mjs +3 -3
  53. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  54. package/lib/components/VSparkline/VTrendline.mjs +3 -3
  55. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  56. package/lib/components/VSwitch/VSwitch.mjs +3 -3
  57. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  58. package/lib/components/VTabs/index.d.mts +7 -7
  59. package/lib/components/VTooltip/VTooltip.mjs +3 -3
  60. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  61. package/lib/components/VWindow/index.d.mts +7 -7
  62. package/lib/components/index.d.mts +40 -40
  63. package/lib/composables/group.mjs +3 -3
  64. package/lib/composables/group.mjs.map +1 -1
  65. package/lib/composables/layout.mjs +3 -3
  66. package/lib/composables/layout.mjs.map +1 -1
  67. package/lib/composables/nested/nested.mjs +2 -2
  68. package/lib/composables/nested/nested.mjs.map +1 -1
  69. package/lib/composables/validation.mjs +3 -3
  70. package/lib/composables/validation.mjs.map +1 -1
  71. package/lib/entry-bundler.mjs +1 -1
  72. package/lib/framework.mjs +2 -3
  73. package/lib/framework.mjs.map +1 -1
  74. package/lib/index.d.mts +52 -52
  75. package/lib/util/getCurrentInstance.mjs +1 -15
  76. package/lib/util/getCurrentInstance.mjs.map +1 -1
  77. package/package.json +1 -1
package/lib/index.d.mts CHANGED
@@ -486,27 +486,25 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
- VAlert: typeof import('vuetify/components')['VAlert']
490
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
491
489
  VApp: typeof import('vuetify/components')['VApp']
492
- VAppBar: typeof import('vuetify/components')['VAppBar']
493
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
494
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
495
490
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
496
- VBadge: typeof import('vuetify/components')['VBadge']
497
- VAvatar: typeof import('vuetify/components')['VAvatar']
498
491
  VBanner: typeof import('vuetify/components')['VBanner']
499
492
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
500
493
  VBannerText: typeof import('vuetify/components')['VBannerText']
494
+ VAppBar: typeof import('vuetify/components')['VAppBar']
495
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
496
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
497
+ VAlert: typeof import('vuetify/components')['VAlert']
498
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
499
+ VAvatar: typeof import('vuetify/components')['VAvatar']
500
+ VBadge: typeof import('vuetify/components')['VBadge']
501
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
501
502
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
502
503
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
504
+ VBtn: typeof import('vuetify/components')['VBtn']
503
505
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
504
506
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
505
507
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
506
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
507
- VBtn: typeof import('vuetify/components')['VBtn']
508
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
509
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
510
508
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
511
509
  VCard: typeof import('vuetify/components')['VCard']
512
510
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -514,12 +512,14 @@ declare module 'vue' {
514
512
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
515
513
  VCardText: typeof import('vuetify/components')['VCardText']
516
514
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
517
- VCode: typeof import('vuetify/components')['VCode']
518
- VChip: typeof import('vuetify/components')['VChip']
515
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
516
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
519
517
  VCarousel: typeof import('vuetify/components')['VCarousel']
520
518
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
521
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
519
+ VChip: typeof import('vuetify/components')['VChip']
522
520
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
521
+ VCombobox: typeof import('vuetify/components')['VCombobox']
522
+ VCode: typeof import('vuetify/components')['VCode']
523
523
  VCounter: typeof import('vuetify/components')['VCounter']
524
524
  VDataTable: typeof import('vuetify/components')['VDataTable']
525
525
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -528,38 +528,38 @@ declare module 'vue' {
528
528
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
529
529
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
530
530
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
531
- VCombobox: typeof import('vuetify/components')['VCombobox']
531
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
532
+ VDivider: typeof import('vuetify/components')['VDivider']
532
533
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
534
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
535
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
536
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
537
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
538
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
539
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
540
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
541
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
542
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
538
543
  VDialog: typeof import('vuetify/components')['VDialog']
539
544
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
540
545
  VFab: typeof import('vuetify/components')['VFab']
541
546
  VFileInput: typeof import('vuetify/components')['VFileInput']
542
- VDivider: typeof import('vuetify/components')['VDivider']
543
- VIcon: typeof import('vuetify/components')['VIcon']
544
- VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
545
- VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
546
- VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
547
- VClassIcon: typeof import('vuetify/components')['VClassIcon']
547
+ VImg: typeof import('vuetify/components')['VImg']
548
548
  VField: typeof import('vuetify/components')['VField']
549
549
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
550
550
  VFooter: typeof import('vuetify/components')['VFooter']
551
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
552
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
553
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
554
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
555
- VImg: typeof import('vuetify/components')['VImg']
556
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
551
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
558
552
  VItem: typeof import('vuetify/components')['VItem']
553
+ VIcon: typeof import('vuetify/components')['VIcon']
554
+ VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
555
+ VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
556
+ VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
557
+ VClassIcon: typeof import('vuetify/components')['VClassIcon']
559
558
  VLabel: typeof import('vuetify/components')['VLabel']
559
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
560
560
  VKbd: typeof import('vuetify/components')['VKbd']
561
561
  VInput: typeof import('vuetify/components')['VInput']
562
- VMain: typeof import('vuetify/components')['VMain']
562
+ VMenu: typeof import('vuetify/components')['VMenu']
563
563
  VList: typeof import('vuetify/components')['VList']
564
564
  VListGroup: typeof import('vuetify/components')['VListGroup']
565
565
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -569,22 +569,23 @@ declare module 'vue' {
569
569
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
570
570
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
571
571
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
572
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
573
- VMenu: typeof import('vuetify/components')['VMenu']
574
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
572
+ VMain: typeof import('vuetify/components')['VMain']
575
573
  VMessages: typeof import('vuetify/components')['VMessages']
574
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
576
575
  VOverlay: typeof import('vuetify/components')['VOverlay']
577
576
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
578
577
  VPagination: typeof import('vuetify/components')['VPagination']
579
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
+ VRating: typeof import('vuetify/components')['VRating']
580
579
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
580
  VSelect: typeof import('vuetify/components')['VSelect']
582
- VRating: typeof import('vuetify/components')['VRating']
581
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
582
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
583
583
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
584
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
585
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
584
586
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
585
587
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
586
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
587
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
588
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
588
589
  VSheet: typeof import('vuetify/components')['VSheet']
589
590
  VSlider: typeof import('vuetify/components')['VSlider']
590
591
  VStepper: typeof import('vuetify/components')['VStepper']
@@ -593,28 +594,27 @@ declare module 'vue' {
593
594
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
594
595
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
595
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
597
+ VTable: typeof import('vuetify/components')['VTable']
596
598
  VSwitch: typeof import('vuetify/components')['VSwitch']
597
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
598
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
599
+ VTextarea: typeof import('vuetify/components')['VTextarea']
599
600
  VTab: typeof import('vuetify/components')['VTab']
600
601
  VTabs: typeof import('vuetify/components')['VTabs']
601
602
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
602
603
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
604
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
603
605
  VTextField: typeof import('vuetify/components')['VTextField']
604
- VTable: typeof import('vuetify/components')['VTable']
605
- VTextarea: typeof import('vuetify/components')['VTextarea']
606
- VTimeline: typeof import('vuetify/components')['VTimeline']
607
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
608
606
  VToolbar: typeof import('vuetify/components')['VToolbar']
609
607
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
610
608
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
611
- VTooltip: typeof import('vuetify/components')['VTooltip']
609
+ VTimeline: typeof import('vuetify/components')['VTimeline']
610
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
612
611
  VWindow: typeof import('vuetify/components')['VWindow']
613
612
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
613
+ VTooltip: typeof import('vuetify/components')['VTooltip']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
616
  VForm: typeof import('vuetify/components')['VForm']
617
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
618
618
  VContainer: typeof import('vuetify/components')['VContainer']
619
619
  VCol: typeof import('vuetify/components')['VCol']
620
620
  VRow: typeof import('vuetify/components')['VRow']
@@ -632,8 +632,8 @@ declare module 'vue' {
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
- VValidation: typeof import('vuetify/components')['VValidation']
636
635
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
636
+ VValidation: typeof import('vuetify/components')['VValidation']
637
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
638
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
639
639
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -656,20 +656,20 @@ declare module 'vue' {
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
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
660
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
661
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
659
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
660
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
661
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
662
662
  VPicker: typeof import('vuetify/labs/components')['VPicker']
663
663
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
664
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
664
665
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
665
666
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
666
667
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
667
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
668
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
669
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
670
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
668
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
671
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
672
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
673
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
674
674
  }
675
675
  }
@@ -1,6 +1,6 @@
1
1
  // Utilities
2
2
  import { getCurrentInstance as _getCurrentInstance } from 'vue';
3
- import { toKebabCase } from "./helpers.mjs"; // Types
3
+ import { toKebabCase } from "./helpers.mjs";
4
4
  export function getCurrentInstance(name, message) {
5
5
  const vm = _getCurrentInstance();
6
6
  if (!vm) {
@@ -13,18 +13,4 @@ export function getCurrentInstanceName() {
13
13
  const vm = getCurrentInstance(name).type;
14
14
  return toKebabCase(vm?.aliasName || vm?.name);
15
15
  }
16
- let _uid = 0;
17
- let _map = new WeakMap();
18
- export function getUid() {
19
- const vm = getCurrentInstance('getUid');
20
- if (_map.has(vm)) return _map.get(vm);else {
21
- const uid = _uid++;
22
- _map.set(vm, uid);
23
- return uid;
24
- }
25
- }
26
- getUid.reset = () => {
27
- _uid = 0;
28
- _map = new WeakMap();
29
- };
30
16
  //# sourceMappingURL=getCurrentInstance.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCurrentInstance.mjs","names":["getCurrentInstance","_getCurrentInstance","toKebabCase","name","message","vm","Error","getCurrentInstanceName","arguments","length","undefined","type","aliasName","_uid","_map","WeakMap","getUid","has","get","uid","set","reset"],"sources":["../../src/util/getCurrentInstance.ts"],"sourcesContent":["// Utilities\nimport { getCurrentInstance as _getCurrentInstance } from 'vue'\nimport { toKebabCase } from '@/util/helpers'\n\n// Types\nimport type { ComponentInternalInstance } from 'vue'\n\nexport function getCurrentInstance (name: string, message?: string) {\n const vm = _getCurrentInstance()\n\n if (!vm) {\n throw new Error(`[Vuetify] ${name} ${message || 'must be called from inside a setup function'}`)\n }\n\n return vm\n}\n\nexport function getCurrentInstanceName (name = 'composables') {\n const vm = getCurrentInstance(name).type\n\n return toKebabCase(vm?.aliasName || vm?.name)\n}\n\nlet _uid = 0\nlet _map = new WeakMap<ComponentInternalInstance, number>()\nexport function getUid () {\n const vm = getCurrentInstance('getUid')\n\n if (_map.has(vm)) return _map.get(vm)!\n else {\n const uid = _uid++\n _map.set(vm, uid)\n return uid\n }\n}\ngetUid.reset = () => {\n _uid = 0\n _map = new WeakMap()\n}\n"],"mappings":"AAAA;AACA,SAASA,kBAAkB,IAAIC,mBAAmB,QAAQ,KAAK;AAAA,SACtDC,WAAW,yBAEpB;AAGA,OAAO,SAASF,kBAAkBA,CAAEG,IAAY,EAAEC,OAAgB,EAAE;EAClE,MAAMC,EAAE,GAAGJ,mBAAmB,CAAC,CAAC;EAEhC,IAAI,CAACI,EAAE,EAAE;IACP,MAAM,IAAIC,KAAK,CAAC,aAAaH,IAAI,IAAIC,OAAO,IAAI,6CAA6C,EAAE,CAAC;EAClG;EAEA,OAAOC,EAAE;AACX;AAEA,OAAO,SAASE,sBAAsBA,CAAA,EAAwB;EAAA,IAAtBJ,IAAI,GAAAK,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,aAAa;EAC1D,MAAMH,EAAE,GAAGL,kBAAkB,CAACG,IAAI,CAAC,CAACQ,IAAI;EAExC,OAAOT,WAAW,CAACG,EAAE,EAAEO,SAAS,IAAIP,EAAE,EAAEF,IAAI,CAAC;AAC/C;AAEA,IAAIU,IAAI,GAAG,CAAC;AACZ,IAAIC,IAAI,GAAG,IAAIC,OAAO,CAAoC,CAAC;AAC3D,OAAO,SAASC,MAAMA,CAAA,EAAI;EACxB,MAAMX,EAAE,GAAGL,kBAAkB,CAAC,QAAQ,CAAC;EAEvC,IAAIc,IAAI,CAACG,GAAG,CAACZ,EAAE,CAAC,EAAE,OAAOS,IAAI,CAACI,GAAG,CAACb,EAAE,CAAC,CAAC,KACjC;IACH,MAAMc,GAAG,GAAGN,IAAI,EAAE;IAClBC,IAAI,CAACM,GAAG,CAACf,EAAE,EAAEc,GAAG,CAAC;IACjB,OAAOA,GAAG;EACZ;AACF;AACAH,MAAM,CAACK,KAAK,GAAG,MAAM;EACnBR,IAAI,GAAG,CAAC;EACRC,IAAI,GAAG,IAAIC,OAAO,CAAC,CAAC;AACtB,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"getCurrentInstance.mjs","names":["getCurrentInstance","_getCurrentInstance","toKebabCase","name","message","vm","Error","getCurrentInstanceName","arguments","length","undefined","type","aliasName"],"sources":["../../src/util/getCurrentInstance.ts"],"sourcesContent":["// Utilities\nimport { getCurrentInstance as _getCurrentInstance } from 'vue'\nimport { toKebabCase } from '@/util/helpers'\n\nexport function getCurrentInstance (name: string, message?: string) {\n const vm = _getCurrentInstance()\n\n if (!vm) {\n throw new Error(`[Vuetify] ${name} ${message || 'must be called from inside a setup function'}`)\n }\n\n return vm\n}\n\nexport function getCurrentInstanceName (name = 'composables') {\n const vm = getCurrentInstance(name).type\n\n return toKebabCase(vm?.aliasName || vm?.name)\n}\n"],"mappings":"AAAA;AACA,SAASA,kBAAkB,IAAIC,mBAAmB,QAAQ,KAAK;AAAA,SACtDC,WAAW;AAEpB,OAAO,SAASF,kBAAkBA,CAAEG,IAAY,EAAEC,OAAgB,EAAE;EAClE,MAAMC,EAAE,GAAGJ,mBAAmB,CAAC,CAAC;EAEhC,IAAI,CAACI,EAAE,EAAE;IACP,MAAM,IAAIC,KAAK,CAAC,aAAaH,IAAI,IAAIC,OAAO,IAAI,6CAA6C,EAAE,CAAC;EAClG;EAEA,OAAOC,EAAE;AACX;AAEA,OAAO,SAASE,sBAAsBA,CAAA,EAAwB;EAAA,IAAtBJ,IAAI,GAAAK,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,aAAa;EAC1D,MAAMH,EAAE,GAAGL,kBAAkB,CAACG,IAAI,CAAC,CAACQ,IAAI;EAExC,OAAOT,WAAW,CAACG,EAAE,EAAEO,SAAS,IAAIP,EAAE,EAAEF,IAAI,CAAC;AAC/C","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.5-dev.2024-12-03",
4
+ "version": "3.7.5-dev.2024-12-16",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"