@vuetify/nightly 3.9.2-master.2025-07-23 → 3.9.2-master.2025-07-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 (211) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/_component-variables-labs.sass +2 -1
  3. package/dist/json/attributes.json +2563 -2299
  4. package/dist/json/importMap-labs.json +24 -12
  5. package/dist/json/importMap.json +174 -174
  6. package/dist/json/tags.json +81 -0
  7. package/dist/json/web-types.json +5100 -3978
  8. package/dist/vuetify-labs.cjs +751 -15
  9. package/dist/vuetify-labs.css +5171 -4837
  10. package/dist/vuetify-labs.d.ts +6526 -845
  11. package/dist/vuetify-labs.esm.js +752 -16
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +751 -15
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +37 -9
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +3169 -3169
  18. package/dist/vuetify.d.ts +88 -68
  19. package/dist/vuetify.esm.js +37 -9
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +37 -9
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +264 -263
  25. package/dist/vuetify.min.js.map +1 -1
  26. package/lib/components/VBottomSheet/VBottomSheet.d.ts +6 -6
  27. package/lib/components/VDialog/VDialog.d.ts +6 -6
  28. package/lib/components/VOverlay/VOverlay.js +1 -0
  29. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  30. package/lib/components/VOverlay/scrollStrategies.d.ts +1 -0
  31. package/lib/components/VOverlay/scrollStrategies.js +6 -4
  32. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  33. package/lib/components/VRangeSlider/VRangeSlider.d.ts +13 -0
  34. package/lib/components/VSlider/VSlider.d.ts +13 -0
  35. package/lib/components/VSlider/VSlider.js +3 -1
  36. package/lib/components/VSlider/VSlider.js.map +1 -1
  37. package/lib/components/VSlider/VSliderThumb.d.ts +13 -0
  38. package/lib/components/VSlider/VSliderThumb.js +2 -0
  39. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  40. package/lib/components/VSlider/slider.d.ts +6 -0
  41. package/lib/components/VSlider/slider.js +2 -0
  42. package/lib/components/VSlider/slider.js.map +1 -1
  43. package/lib/components/index.js +1 -1
  44. package/lib/components/index.js.map +1 -1
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +60 -56
  47. package/lib/framework.js +1 -1
  48. package/lib/iconsets/fa.js +9 -1
  49. package/lib/iconsets/fa.js.map +1 -1
  50. package/lib/iconsets/fa4.js +9 -1
  51. package/lib/iconsets/fa4.js.map +1 -1
  52. package/lib/iconsets/md.js +9 -1
  53. package/lib/iconsets/md.js.map +1 -1
  54. package/lib/iconsets/mdi-svg.js +9 -1
  55. package/lib/iconsets/mdi-svg.js.map +1 -1
  56. package/lib/iconsets/mdi.js +9 -1
  57. package/lib/iconsets/mdi.js.map +1 -1
  58. package/lib/labs/VVideo/VVideo.css +319 -0
  59. package/lib/labs/VVideo/VVideo.d.ts +6932 -0
  60. package/lib/labs/VVideo/VVideo.js +424 -0
  61. package/lib/labs/VVideo/VVideo.js.map +1 -0
  62. package/lib/labs/VVideo/VVideo.sass +301 -0
  63. package/lib/labs/VVideo/VVideoControls.d.ts +3524 -0
  64. package/lib/labs/VVideo/VVideoControls.js +232 -0
  65. package/lib/labs/VVideo/VVideoControls.js.map +1 -0
  66. package/lib/labs/VVideo/VVideoVolume.d.ts +3088 -0
  67. package/lib/labs/VVideo/VVideoVolume.js +90 -0
  68. package/lib/labs/VVideo/VVideoVolume.js.map +1 -0
  69. package/lib/labs/VVideo/_variables.scss +58 -0
  70. package/lib/labs/VVideo/index.d.ts +3 -0
  71. package/lib/labs/VVideo/index.js +4 -0
  72. package/lib/labs/VVideo/index.js.map +1 -0
  73. package/lib/labs/components.d.ts +1 -0
  74. package/lib/labs/components.js +1 -0
  75. package/lib/labs/components.js.map +1 -1
  76. package/lib/locale/af.d.ts +11 -0
  77. package/lib/locale/af.js +11 -0
  78. package/lib/locale/af.js.map +1 -1
  79. package/lib/locale/ar.d.ts +11 -0
  80. package/lib/locale/ar.js +11 -0
  81. package/lib/locale/ar.js.map +1 -1
  82. package/lib/locale/az.d.ts +11 -0
  83. package/lib/locale/az.js +11 -0
  84. package/lib/locale/az.js.map +1 -1
  85. package/lib/locale/bg.d.ts +11 -0
  86. package/lib/locale/bg.js +11 -0
  87. package/lib/locale/bg.js.map +1 -1
  88. package/lib/locale/ca.d.ts +11 -0
  89. package/lib/locale/ca.js +11 -0
  90. package/lib/locale/ca.js.map +1 -1
  91. package/lib/locale/ckb.d.ts +11 -0
  92. package/lib/locale/ckb.js +11 -0
  93. package/lib/locale/ckb.js.map +1 -1
  94. package/lib/locale/cs.d.ts +11 -0
  95. package/lib/locale/cs.js +11 -0
  96. package/lib/locale/cs.js.map +1 -1
  97. package/lib/locale/da.d.ts +11 -0
  98. package/lib/locale/da.js +11 -0
  99. package/lib/locale/da.js.map +1 -1
  100. package/lib/locale/de.d.ts +11 -0
  101. package/lib/locale/de.js +11 -0
  102. package/lib/locale/de.js.map +1 -1
  103. package/lib/locale/el.d.ts +11 -0
  104. package/lib/locale/el.js +11 -0
  105. package/lib/locale/el.js.map +1 -1
  106. package/lib/locale/en.d.ts +11 -0
  107. package/lib/locale/en.js +11 -0
  108. package/lib/locale/en.js.map +1 -1
  109. package/lib/locale/es.d.ts +11 -0
  110. package/lib/locale/es.js +11 -0
  111. package/lib/locale/es.js.map +1 -1
  112. package/lib/locale/et.d.ts +11 -0
  113. package/lib/locale/et.js +11 -0
  114. package/lib/locale/et.js.map +1 -1
  115. package/lib/locale/fa.d.ts +11 -0
  116. package/lib/locale/fa.js +11 -0
  117. package/lib/locale/fa.js.map +1 -1
  118. package/lib/locale/fi.d.ts +11 -0
  119. package/lib/locale/fi.js +11 -0
  120. package/lib/locale/fi.js.map +1 -1
  121. package/lib/locale/fr.d.ts +11 -0
  122. package/lib/locale/fr.js +11 -0
  123. package/lib/locale/fr.js.map +1 -1
  124. package/lib/locale/he.d.ts +11 -0
  125. package/lib/locale/he.js +11 -0
  126. package/lib/locale/he.js.map +1 -1
  127. package/lib/locale/hr.d.ts +11 -0
  128. package/lib/locale/hr.js +11 -0
  129. package/lib/locale/hr.js.map +1 -1
  130. package/lib/locale/hu.d.ts +11 -0
  131. package/lib/locale/hu.js +11 -0
  132. package/lib/locale/hu.js.map +1 -1
  133. package/lib/locale/id.d.ts +11 -0
  134. package/lib/locale/id.js +11 -0
  135. package/lib/locale/id.js.map +1 -1
  136. package/lib/locale/it.d.ts +11 -0
  137. package/lib/locale/it.js +11 -0
  138. package/lib/locale/it.js.map +1 -1
  139. package/lib/locale/ja.d.ts +11 -0
  140. package/lib/locale/ja.js +11 -0
  141. package/lib/locale/ja.js.map +1 -1
  142. package/lib/locale/km.d.ts +11 -0
  143. package/lib/locale/km.js +11 -0
  144. package/lib/locale/km.js.map +1 -1
  145. package/lib/locale/ko.d.ts +11 -0
  146. package/lib/locale/ko.js +11 -0
  147. package/lib/locale/ko.js.map +1 -1
  148. package/lib/locale/lt.d.ts +11 -0
  149. package/lib/locale/lt.js +11 -0
  150. package/lib/locale/lt.js.map +1 -1
  151. package/lib/locale/lv.d.ts +11 -0
  152. package/lib/locale/lv.js +11 -0
  153. package/lib/locale/lv.js.map +1 -1
  154. package/lib/locale/nl.d.ts +11 -0
  155. package/lib/locale/nl.js +11 -0
  156. package/lib/locale/nl.js.map +1 -1
  157. package/lib/locale/no.d.ts +11 -0
  158. package/lib/locale/no.js +11 -0
  159. package/lib/locale/no.js.map +1 -1
  160. package/lib/locale/pl.d.ts +11 -0
  161. package/lib/locale/pl.js +11 -0
  162. package/lib/locale/pl.js.map +1 -1
  163. package/lib/locale/pt.d.ts +11 -0
  164. package/lib/locale/pt.js +11 -0
  165. package/lib/locale/pt.js.map +1 -1
  166. package/lib/locale/ro.d.ts +11 -0
  167. package/lib/locale/ro.js +11 -0
  168. package/lib/locale/ro.js.map +1 -1
  169. package/lib/locale/ru.d.ts +11 -0
  170. package/lib/locale/ru.js +11 -0
  171. package/lib/locale/ru.js.map +1 -1
  172. package/lib/locale/sk.d.ts +11 -0
  173. package/lib/locale/sk.js +11 -0
  174. package/lib/locale/sk.js.map +1 -1
  175. package/lib/locale/sl.d.ts +11 -0
  176. package/lib/locale/sl.js +11 -0
  177. package/lib/locale/sl.js.map +1 -1
  178. package/lib/locale/sr-Cyrl.d.ts +11 -0
  179. package/lib/locale/sr-Cyrl.js +11 -0
  180. package/lib/locale/sr-Cyrl.js.map +1 -1
  181. package/lib/locale/sr-Latn.d.ts +11 -0
  182. package/lib/locale/sr-Latn.js +11 -0
  183. package/lib/locale/sr-Latn.js.map +1 -1
  184. package/lib/locale/sv.d.ts +11 -0
  185. package/lib/locale/sv.js +11 -0
  186. package/lib/locale/sv.js.map +1 -1
  187. package/lib/locale/th.d.ts +11 -0
  188. package/lib/locale/th.js +11 -0
  189. package/lib/locale/th.js.map +1 -1
  190. package/lib/locale/tr.d.ts +11 -0
  191. package/lib/locale/tr.js +11 -0
  192. package/lib/locale/tr.js.map +1 -1
  193. package/lib/locale/uk.d.ts +11 -0
  194. package/lib/locale/uk.js +11 -0
  195. package/lib/locale/uk.js.map +1 -1
  196. package/lib/locale/vi.d.ts +11 -0
  197. package/lib/locale/vi.js +11 -0
  198. package/lib/locale/vi.js.map +1 -1
  199. package/lib/locale/zh-Hans.d.ts +11 -0
  200. package/lib/locale/zh-Hans.js +11 -0
  201. package/lib/locale/zh-Hans.js.map +1 -1
  202. package/lib/locale/zh-Hant.d.ts +11 -0
  203. package/lib/locale/zh-Hant.js +11 -0
  204. package/lib/locale/zh-Hant.js.map +1 -1
  205. package/lib/util/index.d.ts +1 -0
  206. package/lib/util/index.js +1 -0
  207. package/lib/util/index.js.map +1 -1
  208. package/lib/util/timeUtils.d.ts +1 -0
  209. package/lib/util/timeUtils.js +4 -0
  210. package/lib/util/timeUtils.js.map +1 -0
  211. package/package.json +1 -1
@@ -686,6 +686,7 @@ interface ScrollStrategyData {
686
686
  root: Ref<HTMLElement | undefined>;
687
687
  contentEl: Ref<HTMLElement | undefined>;
688
688
  targetEl: Ref<HTMLElement | undefined>;
689
+ target: Ref<HTMLElement | [x: number, y: number] | undefined>;
689
690
  isActive: Ref<boolean>;
690
691
  updateLocation: Ref<((e: Event) => void) | undefined>;
691
692
  }
@@ -2602,46 +2603,38 @@ declare module 'vue' {
2602
2603
  }
2603
2604
  export interface GlobalComponents {
2604
2605
  VApp: typeof import('vuetify/components')['VApp']
2605
- VAlert: typeof import('vuetify/components')['VAlert']
2606
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2607
2606
  VAppBar: typeof import('vuetify/components')['VAppBar']
2608
2607
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2609
2608
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2610
2609
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2611
- VAvatar: typeof import('vuetify/components')['VAvatar']
2612
2610
  VBadge: typeof import('vuetify/components')['VBadge']
2611
+ VAlert: typeof import('vuetify/components')['VAlert']
2612
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2613
2613
  VBanner: typeof import('vuetify/components')['VBanner']
2614
2614
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2615
2615
  VBannerText: typeof import('vuetify/components')['VBannerText']
2616
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2616
2617
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2617
2618
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2618
2619
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2619
2620
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2620
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2621
- VBtn: typeof import('vuetify/components')['VBtn']
2622
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2623
2621
  VCard: typeof import('vuetify/components')['VCard']
2624
2622
  VCardActions: typeof import('vuetify/components')['VCardActions']
2625
2623
  VCardItem: typeof import('vuetify/components')['VCardItem']
2626
2624
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2627
2625
  VCardText: typeof import('vuetify/components')['VCardText']
2628
2626
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2627
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2628
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2629
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2630
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2631
+ VBtn: typeof import('vuetify/components')['VBtn']
2632
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2633
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2629
2634
  VChip: typeof import('vuetify/components')['VChip']
2630
- VCode: typeof import('vuetify/components')['VCode']
2631
2635
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2632
2636
  VCounter: typeof import('vuetify/components')['VCounter']
2633
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2634
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2635
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2636
- VCarousel: typeof import('vuetify/components')['VCarousel']
2637
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2638
- VDataTable: typeof import('vuetify/components')['VDataTable']
2639
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2640
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
2641
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
2642
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2643
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2644
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2637
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2645
2638
  VDialog: typeof import('vuetify/components')['VDialog']
2646
2639
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2647
2640
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
@@ -2649,29 +2642,39 @@ declare module 'vue' {
2649
2642
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2650
2643
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2651
2644
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2645
+ VCode: typeof import('vuetify/components')['VCode']
2646
+ VDataTable: typeof import('vuetify/components')['VDataTable']
2647
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2648
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
2649
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
2650
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2651
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2652
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2652
2653
  VDivider: typeof import('vuetify/components')['VDivider']
2653
2654
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
2655
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2656
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2654
2657
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2655
2658
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2656
2659
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2657
2660
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2658
2661
  VField: typeof import('vuetify/components')['VField']
2659
2662
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2660
- VFileInput: typeof import('vuetify/components')['VFileInput']
2661
2663
  VFab: typeof import('vuetify/components')['VFab']
2664
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2662
2665
  VFooter: typeof import('vuetify/components')['VFooter']
2663
2666
  VIcon: typeof import('vuetify/components')['VIcon']
2664
2667
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2665
2668
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2666
2669
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2667
2670
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2668
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2669
2671
  VImg: typeof import('vuetify/components')['VImg']
2670
2672
  VInput: typeof import('vuetify/components')['VInput']
2673
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2671
2674
  VKbd: typeof import('vuetify/components')['VKbd']
2672
- VLabel: typeof import('vuetify/components')['VLabel']
2673
2675
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2674
2676
  VItem: typeof import('vuetify/components')['VItem']
2677
+ VLabel: typeof import('vuetify/components')['VLabel']
2675
2678
  VList: typeof import('vuetify/components')['VList']
2676
2679
  VListGroup: typeof import('vuetify/components')['VListGroup']
2677
2680
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2683,80 +2686,76 @@ declare module 'vue' {
2683
2686
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2684
2687
  VMenu: typeof import('vuetify/components')['VMenu']
2685
2688
  VMain: typeof import('vuetify/components')['VMain']
2689
+ VMessages: typeof import('vuetify/components')['VMessages']
2686
2690
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2687
- VOverlay: typeof import('vuetify/components')['VOverlay']
2688
- VPagination: typeof import('vuetify/components')['VPagination']
2691
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2689
2692
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2693
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2690
2694
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2691
- VMessages: typeof import('vuetify/components')['VMessages']
2692
2695
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2693
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2694
2696
  VRating: typeof import('vuetify/components')['VRating']
2695
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2696
2697
  VSelect: typeof import('vuetify/components')['VSelect']
2698
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2697
2699
  VSheet: typeof import('vuetify/components')['VSheet']
2698
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2699
2700
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2701
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2702
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2703
+ VPagination: typeof import('vuetify/components')['VPagination']
2704
+ VSlider: typeof import('vuetify/components')['VSlider']
2700
2705
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2701
2706
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2702
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2703
- VSlider: typeof import('vuetify/components')['VSlider']
2704
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2705
2707
  VStepper: typeof import('vuetify/components')['VStepper']
2706
2708
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2707
2709
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2708
2710
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2709
2711
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2710
2712
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2713
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2714
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2715
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2716
+ VTable: typeof import('vuetify/components')['VTable']
2717
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2718
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2719
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2711
2720
  VTab: typeof import('vuetify/components')['VTab']
2712
2721
  VTabs: typeof import('vuetify/components')['VTabs']
2713
2722
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2714
2723
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2715
- VTable: typeof import('vuetify/components')['VTable']
2716
- VTextarea: typeof import('vuetify/components')['VTextarea']
2717
- VTextField: typeof import('vuetify/components')['VTextField']
2718
- VTimePicker: typeof import('vuetify/components')['VTimePicker']
2719
- VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2720
- VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2721
- VSwitch: typeof import('vuetify/components')['VSwitch']
2722
- VTimeline: typeof import('vuetify/components')['VTimeline']
2723
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2724
2724
  VToolbar: typeof import('vuetify/components')['VToolbar']
2725
2725
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2726
2726
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2727
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2728
+ VTimePicker: typeof import('vuetify/components')['VTimePicker']
2729
+ VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2730
+ VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2727
2731
  VTreeview: typeof import('vuetify/components')['VTreeview']
2728
2732
  VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2729
2733
  VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2730
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2731
- VTooltip: typeof import('vuetify/components')['VTooltip']
2732
2734
  VWindow: typeof import('vuetify/components')['VWindow']
2733
2735
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2734
- VCombobox: typeof import('vuetify/components')['VCombobox']
2735
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2736
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2737
2736
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2738
2737
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2739
2738
  VForm: typeof import('vuetify/components')['VForm']
2740
- VHover: typeof import('vuetify/components')['VHover']
2741
2739
  VContainer: typeof import('vuetify/components')['VContainer']
2742
2740
  VCol: typeof import('vuetify/components')['VCol']
2743
2741
  VRow: typeof import('vuetify/components')['VRow']
2744
2742
  VSpacer: typeof import('vuetify/components')['VSpacer']
2743
+ VHover: typeof import('vuetify/components')['VHover']
2744
+ VLazy: typeof import('vuetify/components')['VLazy']
2745
2745
  VLayout: typeof import('vuetify/components')['VLayout']
2746
2746
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2747
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2748
- VLazy: typeof import('vuetify/components')['VLazy']
2749
2747
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2748
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2750
2749
  VParallax: typeof import('vuetify/components')['VParallax']
2751
2750
  VRadio: typeof import('vuetify/components')['VRadio']
2752
- VResponsive: typeof import('vuetify/components')['VResponsive']
2753
2751
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2754
2752
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2755
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2756
2753
  VSparkline: typeof import('vuetify/components')['VSparkline']
2754
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2757
2755
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2758
- VValidation: typeof import('vuetify/components')['VValidation']
2756
+ VResponsive: typeof import('vuetify/components')['VResponsive']
2759
2757
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2758
+ VValidation: typeof import('vuetify/components')['VValidation']
2760
2759
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2761
2760
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2762
2761
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2773,6 +2772,10 @@ declare module 'vue' {
2773
2772
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2774
2773
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2775
2774
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2775
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2776
+ VTextField: typeof import('vuetify/components')['VTextField']
2777
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2778
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2776
2779
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2777
2780
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2778
2781
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -2780,17 +2783,18 @@ declare module 'vue' {
2780
2783
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2781
2784
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2782
2785
  VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2783
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2784
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2786
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2785
2787
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2786
2788
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2787
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2789
+ VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2788
2790
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2789
2791
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2790
2792
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2791
- VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2792
- VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2793
+ VVideo: typeof import('vuetify/labs/components')['VVideo']
2794
+ VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2795
+ VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
2793
2796
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2797
+ VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2794
2798
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2795
2799
  }
2796
2800
  export interface GlobalDirectives {
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.9.2-master.2025-07-23";
112
+ export const version = "3.9.2-master.2025-07-24";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -56,7 +56,15 @@ const aliases = {
56
56
  arrowdown: 'fas fa-arrow-down',
57
57
  arrowleft: 'fas fa-arrow-left',
58
58
  arrowright: 'fas fa-arrow-right',
59
- backspace: 'fas fa-backspace'
59
+ backspace: 'fas fa-backspace',
60
+ play: 'fas fa-play',
61
+ pause: 'fas fa-pause',
62
+ fullscreen: 'fas fa-fullscreen',
63
+ fullscreenExit: 'fas fa-compress',
64
+ volumeHigh: 'fas fa-volume-high',
65
+ volumeMedium: 'fas fa-volume-low',
66
+ volumeLow: 'fas fa-volume-off',
67
+ volumeOff: 'fas fa-volume-off'
60
68
  };
61
69
  const fa = {
62
70
  component: VClassIcon
@@ -1 +1 @@
1
- {"version":3,"file":"fa.js","names":["VClassIcon","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","shift","alt","space","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","fa","component"],"sources":["../../src/iconsets/fa.ts"],"sourcesContent":["// Composables\nimport { VClassIcon } from '@/composables/icons'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'fas fa-chevron-up',\n complete: 'fas fa-check',\n cancel: 'fas fa-times-circle',\n close: 'fas fa-times',\n delete: 'fas fa-times-circle', // delete (e.g. v-chip close)\n clear: 'fas fa-times-circle', // delete (e.g. v-chip close)\n success: 'fas fa-check-circle',\n info: 'fas fa-info-circle',\n warning: 'fas fa-exclamation',\n error: 'fas fa-exclamation-triangle',\n prev: 'fas fa-chevron-left',\n next: 'fas fa-chevron-right',\n checkboxOn: 'fas fa-check-square',\n checkboxOff: 'far fa-square', // note 'far'\n checkboxIndeterminate: 'fas fa-minus-square',\n delimiter: 'fas fa-circle', // for carousel\n sortAsc: 'fas fa-arrow-up',\n sortDesc: 'fas fa-arrow-down',\n expand: 'fas fa-chevron-down',\n menu: 'fas fa-bars',\n subgroup: 'fas fa-caret-down',\n dropdown: 'fas fa-caret-down',\n radioOn: 'far fa-dot-circle',\n radioOff: 'far fa-circle',\n edit: 'fas fa-edit',\n ratingEmpty: 'far fa-star',\n ratingFull: 'fas fa-star',\n ratingHalf: 'fas fa-star-half',\n loading: 'fas fa-sync',\n first: 'fas fa-step-backward',\n last: 'fas fa-step-forward',\n unfold: 'fas fa-arrows-alt-v',\n file: 'fas fa-paperclip',\n plus: 'fas fa-plus',\n minus: 'fas fa-minus',\n calendar: 'fas fa-calendar',\n treeviewCollapse: 'fas fa-caret-down',\n treeviewExpand: 'fas fa-caret-right',\n eyeDropper: 'fas fa-eye-dropper',\n upload: 'fas fa-cloud-upload-alt',\n color: 'fas fa-palette',\n command: 'fas fa-keyboard',\n ctrl: 'fas fa-keyboard',\n shift: 'fas fa-arrow-up',\n alt: 'fas fa-keyboard',\n space: 'fas fa-square',\n enter: 'fas fa-reply',\n arrowup: 'fas fa-arrow-up',\n arrowdown: 'fas fa-arrow-down',\n arrowleft: 'fas fa-arrow-left',\n arrowright: 'fas fa-arrow-right',\n backspace: 'fas fa-backspace',\n}\n\nconst fa: IconSet = {\n component: VClassIcon,\n}\n\nexport { aliases, fa }\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,mCAEnB;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,mBAAmB;EAC7BC,QAAQ,EAAE,cAAc;EACxBC,MAAM,EAAE,qBAAqB;EAC7BC,KAAK,EAAE,cAAc;EACrBC,MAAM,EAAE,qBAAqB;EAAE;EAC/BC,KAAK,EAAE,qBAAqB;EAAE;EAC9BC,OAAO,EAAE,qBAAqB;EAC9BC,IAAI,EAAE,oBAAoB;EAC1BC,OAAO,EAAE,oBAAoB;EAC7BC,KAAK,EAAE,6BAA6B;EACpCC,IAAI,EAAE,qBAAqB;EAC3BC,IAAI,EAAE,sBAAsB;EAC5BC,UAAU,EAAE,qBAAqB;EACjCC,WAAW,EAAE,eAAe;EAAE;EAC9BC,qBAAqB,EAAE,qBAAqB;EAC5CC,SAAS,EAAE,eAAe;EAAE;EAC5BC,OAAO,EAAE,iBAAiB;EAC1BC,QAAQ,EAAE,mBAAmB;EAC7BC,MAAM,EAAE,qBAAqB;EAC7BC,IAAI,EAAE,aAAa;EACnBC,QAAQ,EAAE,mBAAmB;EAC7BC,QAAQ,EAAE,mBAAmB;EAC7BC,OAAO,EAAE,mBAAmB;EAC5BC,QAAQ,EAAE,eAAe;EACzBC,IAAI,EAAE,aAAa;EACnBC,WAAW,EAAE,aAAa;EAC1BC,UAAU,EAAE,aAAa;EACzBC,UAAU,EAAE,kBAAkB;EAC9BC,OAAO,EAAE,aAAa;EACtBC,KAAK,EAAE,sBAAsB;EAC7BC,IAAI,EAAE,qBAAqB;EAC3BC,MAAM,EAAE,qBAAqB;EAC7BC,IAAI,EAAE,kBAAkB;EACxBC,IAAI,EAAE,aAAa;EACnBC,KAAK,EAAE,cAAc;EACrBC,QAAQ,EAAE,iBAAiB;EAC3BC,gBAAgB,EAAE,mBAAmB;EACrCC,cAAc,EAAE,oBAAoB;EACpCC,UAAU,EAAE,oBAAoB;EAChCC,MAAM,EAAE,yBAAyB;EACjCC,KAAK,EAAE,gBAAgB;EACvBC,OAAO,EAAE,iBAAiB;EAC1BC,IAAI,EAAE,iBAAiB;EACvBC,KAAK,EAAE,iBAAiB;EACxBC,GAAG,EAAE,iBAAiB;EACtBC,KAAK,EAAE,eAAe;EACtBC,KAAK,EAAE,cAAc;EACrBC,OAAO,EAAE,iBAAiB;EAC1BC,SAAS,EAAE,mBAAmB;EAC9BC,SAAS,EAAE,mBAAmB;EAC9BC,UAAU,EAAE,oBAAoB;EAChCC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,EAAW,GAAG;EAClBC,SAAS,EAAEvD;AACb,CAAC;AAED,SAASC,OAAO,EAAEqD,EAAE","ignoreList":[]}
1
+ {"version":3,"file":"fa.js","names":["VClassIcon","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","shift","alt","space","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","play","pause","fullscreen","fullscreenExit","volumeHigh","volumeMedium","volumeLow","volumeOff","fa","component"],"sources":["../../src/iconsets/fa.ts"],"sourcesContent":["// Composables\nimport { VClassIcon } from '@/composables/icons'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'fas fa-chevron-up',\n complete: 'fas fa-check',\n cancel: 'fas fa-times-circle',\n close: 'fas fa-times',\n delete: 'fas fa-times-circle', // delete (e.g. v-chip close)\n clear: 'fas fa-times-circle', // delete (e.g. v-chip close)\n success: 'fas fa-check-circle',\n info: 'fas fa-info-circle',\n warning: 'fas fa-exclamation',\n error: 'fas fa-exclamation-triangle',\n prev: 'fas fa-chevron-left',\n next: 'fas fa-chevron-right',\n checkboxOn: 'fas fa-check-square',\n checkboxOff: 'far fa-square', // note 'far'\n checkboxIndeterminate: 'fas fa-minus-square',\n delimiter: 'fas fa-circle', // for carousel\n sortAsc: 'fas fa-arrow-up',\n sortDesc: 'fas fa-arrow-down',\n expand: 'fas fa-chevron-down',\n menu: 'fas fa-bars',\n subgroup: 'fas fa-caret-down',\n dropdown: 'fas fa-caret-down',\n radioOn: 'far fa-dot-circle',\n radioOff: 'far fa-circle',\n edit: 'fas fa-edit',\n ratingEmpty: 'far fa-star',\n ratingFull: 'fas fa-star',\n ratingHalf: 'fas fa-star-half',\n loading: 'fas fa-sync',\n first: 'fas fa-step-backward',\n last: 'fas fa-step-forward',\n unfold: 'fas fa-arrows-alt-v',\n file: 'fas fa-paperclip',\n plus: 'fas fa-plus',\n minus: 'fas fa-minus',\n calendar: 'fas fa-calendar',\n treeviewCollapse: 'fas fa-caret-down',\n treeviewExpand: 'fas fa-caret-right',\n eyeDropper: 'fas fa-eye-dropper',\n upload: 'fas fa-cloud-upload-alt',\n color: 'fas fa-palette',\n command: 'fas fa-keyboard',\n ctrl: 'fas fa-keyboard',\n shift: 'fas fa-arrow-up',\n alt: 'fas fa-keyboard',\n space: 'fas fa-square',\n enter: 'fas fa-reply',\n arrowup: 'fas fa-arrow-up',\n arrowdown: 'fas fa-arrow-down',\n arrowleft: 'fas fa-arrow-left',\n arrowright: 'fas fa-arrow-right',\n backspace: 'fas fa-backspace',\n play: 'fas fa-play',\n pause: 'fas fa-pause',\n fullscreen: 'fas fa-fullscreen',\n fullscreenExit: 'fas fa-compress',\n volumeHigh: 'fas fa-volume-high',\n volumeMedium: 'fas fa-volume-low',\n volumeLow: 'fas fa-volume-off',\n volumeOff: 'fas fa-volume-off',\n}\n\nconst fa: IconSet = {\n component: VClassIcon,\n}\n\nexport { aliases, fa }\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,mCAEnB;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,mBAAmB;EAC7BC,QAAQ,EAAE,cAAc;EACxBC,MAAM,EAAE,qBAAqB;EAC7BC,KAAK,EAAE,cAAc;EACrBC,MAAM,EAAE,qBAAqB;EAAE;EAC/BC,KAAK,EAAE,qBAAqB;EAAE;EAC9BC,OAAO,EAAE,qBAAqB;EAC9BC,IAAI,EAAE,oBAAoB;EAC1BC,OAAO,EAAE,oBAAoB;EAC7BC,KAAK,EAAE,6BAA6B;EACpCC,IAAI,EAAE,qBAAqB;EAC3BC,IAAI,EAAE,sBAAsB;EAC5BC,UAAU,EAAE,qBAAqB;EACjCC,WAAW,EAAE,eAAe;EAAE;EAC9BC,qBAAqB,EAAE,qBAAqB;EAC5CC,SAAS,EAAE,eAAe;EAAE;EAC5BC,OAAO,EAAE,iBAAiB;EAC1BC,QAAQ,EAAE,mBAAmB;EAC7BC,MAAM,EAAE,qBAAqB;EAC7BC,IAAI,EAAE,aAAa;EACnBC,QAAQ,EAAE,mBAAmB;EAC7BC,QAAQ,EAAE,mBAAmB;EAC7BC,OAAO,EAAE,mBAAmB;EAC5BC,QAAQ,EAAE,eAAe;EACzBC,IAAI,EAAE,aAAa;EACnBC,WAAW,EAAE,aAAa;EAC1BC,UAAU,EAAE,aAAa;EACzBC,UAAU,EAAE,kBAAkB;EAC9BC,OAAO,EAAE,aAAa;EACtBC,KAAK,EAAE,sBAAsB;EAC7BC,IAAI,EAAE,qBAAqB;EAC3BC,MAAM,EAAE,qBAAqB;EAC7BC,IAAI,EAAE,kBAAkB;EACxBC,IAAI,EAAE,aAAa;EACnBC,KAAK,EAAE,cAAc;EACrBC,QAAQ,EAAE,iBAAiB;EAC3BC,gBAAgB,EAAE,mBAAmB;EACrCC,cAAc,EAAE,oBAAoB;EACpCC,UAAU,EAAE,oBAAoB;EAChCC,MAAM,EAAE,yBAAyB;EACjCC,KAAK,EAAE,gBAAgB;EACvBC,OAAO,EAAE,iBAAiB;EAC1BC,IAAI,EAAE,iBAAiB;EACvBC,KAAK,EAAE,iBAAiB;EACxBC,GAAG,EAAE,iBAAiB;EACtBC,KAAK,EAAE,eAAe;EACtBC,KAAK,EAAE,cAAc;EACrBC,OAAO,EAAE,iBAAiB;EAC1BC,SAAS,EAAE,mBAAmB;EAC9BC,SAAS,EAAE,mBAAmB;EAC9BC,UAAU,EAAE,oBAAoB;EAChCC,SAAS,EAAE,kBAAkB;EAC7BC,IAAI,EAAE,aAAa;EACnBC,KAAK,EAAE,cAAc;EACrBC,UAAU,EAAE,mBAAmB;EAC/BC,cAAc,EAAE,iBAAiB;EACjCC,UAAU,EAAE,oBAAoB;EAChCC,YAAY,EAAE,mBAAmB;EACjCC,SAAS,EAAE,mBAAmB;EAC9BC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,EAAW,GAAG;EAClBC,SAAS,EAAE/D;AACb,CAAC;AAED,SAASC,OAAO,EAAE6D,EAAE","ignoreList":[]}
@@ -59,7 +59,15 @@ const aliases = {
59
59
  arrowdown: 'fa-arrow-down',
60
60
  arrowleft: 'fa-arrow-left',
61
61
  arrowright: 'fa-arrow-right',
62
- backspace: 'fa-undo'
62
+ backspace: 'fa-undo',
63
+ play: 'fa-play',
64
+ pause: 'fa-pause',
65
+ fullscreen: 'fa-fullscreen',
66
+ fullscreenExit: 'fa-compress',
67
+ volumeHigh: 'fa-volume-high',
68
+ volumeMedium: 'fa-volume-low',
69
+ volumeLow: 'fa-volume-off',
70
+ volumeOff: 'fa-volume-off'
63
71
  };
64
72
  const fa = {
65
73
  // Not using mergeProps here, functional components merge props by default (?)
@@ -1 +1 @@
1
- {"version":3,"file":"fa4.js","names":["VClassIcon","h","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","shift","alt","space","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","fa","component","props","class"],"sources":["../../src/iconsets/fa4.ts"],"sourcesContent":["// Composables\nimport { VClassIcon } from '@/composables/icons'\n\n// Utilities\nimport { h } from 'vue'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'fa-chevron-up',\n complete: 'fa-check',\n cancel: 'fa-times-circle',\n close: 'fa-times',\n delete: 'fa-times-circle', // delete (e.g. v-chip close)\n clear: 'fa-check-circle', // delete (e.g. v-chip close)\n success: 'fa-check-circle',\n info: 'fa-info-circle',\n warning: 'fa-exclamation',\n error: 'fa-exclamation-triangle',\n prev: 'fa-chevron-left',\n next: 'fa-chevron-right',\n checkboxOn: 'fa-check-square',\n checkboxOff: 'fa-square-o',\n checkboxIndeterminate: 'fa-minus-square',\n delimiter: 'fa-circle', // for carousel\n sortAsc: 'fa-arrow-up',\n sortDesc: 'fa-arrow-down',\n expand: 'fa-chevron-down',\n menu: 'fa-bars',\n subgroup: 'fa-caret-down',\n dropdown: 'fa-caret-down',\n radioOn: 'fa-dot-circle-o',\n radioOff: 'fa-circle-o',\n edit: 'fa-pencil',\n ratingEmpty: 'fa-star-o',\n ratingFull: 'fa-star',\n ratingHalf: 'fa-star-half-o',\n loading: 'fa-refresh',\n first: 'fa-step-backward',\n last: 'fa-step-forward',\n unfold: 'fa-angle-double-down',\n file: 'fa-paperclip',\n plus: 'fa-plus',\n minus: 'fa-minus',\n calendar: 'fa-calendar',\n treeviewCollapse: 'fa-caret-down',\n treeviewExpand: 'fa-caret-right',\n eyeDropper: 'fa-eye-dropper',\n upload: 'fa-cloud-upload',\n color: 'fa-paint-brush',\n command: 'fa-keyboard-o',\n ctrl: 'fa-keyboard-o',\n shift: 'fa-arrow-up',\n alt: 'fa-keyboard-o',\n space: 'fa-square-o',\n enter: 'fa-reply',\n arrowup: 'fa-arrow-up',\n arrowdown: 'fa-arrow-down',\n arrowleft: 'fa-arrow-left',\n arrowright: 'fa-arrow-right',\n backspace: 'fa-undo',\n}\n\nconst fa: IconSet = {\n // Not using mergeProps here, functional components merge props by default (?)\n component: props => h(VClassIcon, { ...props, class: 'fa' }),\n}\n\nexport { aliases, fa }\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,mCAEnB;AACA,SAASC,CAAC,QAAQ,KAAK;;AAEvB;;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,eAAe;EACzBC,QAAQ,EAAE,UAAU;EACpBC,MAAM,EAAE,iBAAiB;EACzBC,KAAK,EAAE,UAAU;EACjBC,MAAM,EAAE,iBAAiB;EAAE;EAC3BC,KAAK,EAAE,iBAAiB;EAAE;EAC1BC,OAAO,EAAE,iBAAiB;EAC1BC,IAAI,EAAE,gBAAgB;EACtBC,OAAO,EAAE,gBAAgB;EACzBC,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE,iBAAiB;EACvBC,IAAI,EAAE,kBAAkB;EACxBC,UAAU,EAAE,iBAAiB;EAC7BC,WAAW,EAAE,aAAa;EAC1BC,qBAAqB,EAAE,iBAAiB;EACxCC,SAAS,EAAE,WAAW;EAAE;EACxBC,OAAO,EAAE,aAAa;EACtBC,QAAQ,EAAE,eAAe;EACzBC,MAAM,EAAE,iBAAiB;EACzBC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,eAAe;EACzBC,QAAQ,EAAE,eAAe;EACzBC,OAAO,EAAE,iBAAiB;EAC1BC,QAAQ,EAAE,aAAa;EACvBC,IAAI,EAAE,WAAW;EACjBC,WAAW,EAAE,WAAW;EACxBC,UAAU,EAAE,SAAS;EACrBC,UAAU,EAAE,gBAAgB;EAC5BC,OAAO,EAAE,YAAY;EACrBC,KAAK,EAAE,kBAAkB;EACzBC,IAAI,EAAE,iBAAiB;EACvBC,MAAM,EAAE,sBAAsB;EAC9BC,IAAI,EAAE,cAAc;EACpBC,IAAI,EAAE,SAAS;EACfC,KAAK,EAAE,UAAU;EACjBC,QAAQ,EAAE,aAAa;EACvBC,gBAAgB,EAAE,eAAe;EACjCC,cAAc,EAAE,gBAAgB;EAChCC,UAAU,EAAE,gBAAgB;EAC5BC,MAAM,EAAE,iBAAiB;EACzBC,KAAK,EAAE,gBAAgB;EACvBC,OAAO,EAAE,eAAe;EACxBC,IAAI,EAAE,eAAe;EACrBC,KAAK,EAAE,aAAa;EACpBC,GAAG,EAAE,eAAe;EACpBC,KAAK,EAAE,aAAa;EACpBC,KAAK,EAAE,UAAU;EACjBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,eAAe;EAC1BC,SAAS,EAAE,eAAe;EAC1BC,UAAU,EAAE,gBAAgB;EAC5BC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,EAAW,GAAG;EAClB;EACAC,SAAS,EAAEC,KAAK,IAAIxD,CAAC,CAACD,UAAU,EAAE;IAAE,GAAGyD,KAAK;IAAEC,KAAK,EAAE;EAAK,CAAC;AAC7D,CAAC;AAED,SAASxD,OAAO,EAAEqD,EAAE","ignoreList":[]}
1
+ {"version":3,"file":"fa4.js","names":["VClassIcon","h","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","shift","alt","space","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","play","pause","fullscreen","fullscreenExit","volumeHigh","volumeMedium","volumeLow","volumeOff","fa","component","props","class"],"sources":["../../src/iconsets/fa4.ts"],"sourcesContent":["// Composables\nimport { VClassIcon } from '@/composables/icons'\n\n// Utilities\nimport { h } from 'vue'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'fa-chevron-up',\n complete: 'fa-check',\n cancel: 'fa-times-circle',\n close: 'fa-times',\n delete: 'fa-times-circle', // delete (e.g. v-chip close)\n clear: 'fa-check-circle', // delete (e.g. v-chip close)\n success: 'fa-check-circle',\n info: 'fa-info-circle',\n warning: 'fa-exclamation',\n error: 'fa-exclamation-triangle',\n prev: 'fa-chevron-left',\n next: 'fa-chevron-right',\n checkboxOn: 'fa-check-square',\n checkboxOff: 'fa-square-o',\n checkboxIndeterminate: 'fa-minus-square',\n delimiter: 'fa-circle', // for carousel\n sortAsc: 'fa-arrow-up',\n sortDesc: 'fa-arrow-down',\n expand: 'fa-chevron-down',\n menu: 'fa-bars',\n subgroup: 'fa-caret-down',\n dropdown: 'fa-caret-down',\n radioOn: 'fa-dot-circle-o',\n radioOff: 'fa-circle-o',\n edit: 'fa-pencil',\n ratingEmpty: 'fa-star-o',\n ratingFull: 'fa-star',\n ratingHalf: 'fa-star-half-o',\n loading: 'fa-refresh',\n first: 'fa-step-backward',\n last: 'fa-step-forward',\n unfold: 'fa-angle-double-down',\n file: 'fa-paperclip',\n plus: 'fa-plus',\n minus: 'fa-minus',\n calendar: 'fa-calendar',\n treeviewCollapse: 'fa-caret-down',\n treeviewExpand: 'fa-caret-right',\n eyeDropper: 'fa-eye-dropper',\n upload: 'fa-cloud-upload',\n color: 'fa-paint-brush',\n command: 'fa-keyboard-o',\n ctrl: 'fa-keyboard-o',\n shift: 'fa-arrow-up',\n alt: 'fa-keyboard-o',\n space: 'fa-square-o',\n enter: 'fa-reply',\n arrowup: 'fa-arrow-up',\n arrowdown: 'fa-arrow-down',\n arrowleft: 'fa-arrow-left',\n arrowright: 'fa-arrow-right',\n backspace: 'fa-undo',\n play: 'fa-play',\n pause: 'fa-pause',\n fullscreen: 'fa-fullscreen',\n fullscreenExit: 'fa-compress',\n volumeHigh: 'fa-volume-high',\n volumeMedium: 'fa-volume-low',\n volumeLow: 'fa-volume-off',\n volumeOff: 'fa-volume-off',\n}\n\nconst fa: IconSet = {\n // Not using mergeProps here, functional components merge props by default (?)\n component: props => h(VClassIcon, { ...props, class: 'fa' }),\n}\n\nexport { aliases, fa }\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,mCAEnB;AACA,SAASC,CAAC,QAAQ,KAAK;;AAEvB;;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,eAAe;EACzBC,QAAQ,EAAE,UAAU;EACpBC,MAAM,EAAE,iBAAiB;EACzBC,KAAK,EAAE,UAAU;EACjBC,MAAM,EAAE,iBAAiB;EAAE;EAC3BC,KAAK,EAAE,iBAAiB;EAAE;EAC1BC,OAAO,EAAE,iBAAiB;EAC1BC,IAAI,EAAE,gBAAgB;EACtBC,OAAO,EAAE,gBAAgB;EACzBC,KAAK,EAAE,yBAAyB;EAChCC,IAAI,EAAE,iBAAiB;EACvBC,IAAI,EAAE,kBAAkB;EACxBC,UAAU,EAAE,iBAAiB;EAC7BC,WAAW,EAAE,aAAa;EAC1BC,qBAAqB,EAAE,iBAAiB;EACxCC,SAAS,EAAE,WAAW;EAAE;EACxBC,OAAO,EAAE,aAAa;EACtBC,QAAQ,EAAE,eAAe;EACzBC,MAAM,EAAE,iBAAiB;EACzBC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,eAAe;EACzBC,QAAQ,EAAE,eAAe;EACzBC,OAAO,EAAE,iBAAiB;EAC1BC,QAAQ,EAAE,aAAa;EACvBC,IAAI,EAAE,WAAW;EACjBC,WAAW,EAAE,WAAW;EACxBC,UAAU,EAAE,SAAS;EACrBC,UAAU,EAAE,gBAAgB;EAC5BC,OAAO,EAAE,YAAY;EACrBC,KAAK,EAAE,kBAAkB;EACzBC,IAAI,EAAE,iBAAiB;EACvBC,MAAM,EAAE,sBAAsB;EAC9BC,IAAI,EAAE,cAAc;EACpBC,IAAI,EAAE,SAAS;EACfC,KAAK,EAAE,UAAU;EACjBC,QAAQ,EAAE,aAAa;EACvBC,gBAAgB,EAAE,eAAe;EACjCC,cAAc,EAAE,gBAAgB;EAChCC,UAAU,EAAE,gBAAgB;EAC5BC,MAAM,EAAE,iBAAiB;EACzBC,KAAK,EAAE,gBAAgB;EACvBC,OAAO,EAAE,eAAe;EACxBC,IAAI,EAAE,eAAe;EACrBC,KAAK,EAAE,aAAa;EACpBC,GAAG,EAAE,eAAe;EACpBC,KAAK,EAAE,aAAa;EACpBC,KAAK,EAAE,UAAU;EACjBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,eAAe;EAC1BC,SAAS,EAAE,eAAe;EAC1BC,UAAU,EAAE,gBAAgB;EAC5BC,SAAS,EAAE,SAAS;EACpBC,IAAI,EAAE,SAAS;EACfC,KAAK,EAAE,UAAU;EACjBC,UAAU,EAAE,eAAe;EAC3BC,cAAc,EAAE,aAAa;EAC7BC,UAAU,EAAE,gBAAgB;EAC5BC,YAAY,EAAE,eAAe;EAC7BC,SAAS,EAAE,eAAe;EAC1BC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,EAAW,GAAG;EAClB;EACAC,SAAS,EAAEC,KAAK,IAAIhE,CAAC,CAACD,UAAU,EAAE;IAAE,GAAGiE,KAAK;IAAEC,KAAK,EAAE;EAAK,CAAC;AAC7D,CAAC;AAED,SAAShE,OAAO,EAAE6D,EAAE","ignoreList":[]}
@@ -58,7 +58,15 @@ const aliases = {
58
58
  arrowdown: 'keyboard_arrow_down',
59
59
  arrowleft: 'keyboard_arrow_left',
60
60
  arrowright: 'keyboard_arrow_right',
61
- backspace: 'backspace'
61
+ backspace: 'backspace',
62
+ play: 'play',
63
+ pause: 'pause',
64
+ fullscreen: 'fullscreen',
65
+ fullscreenExit: 'fullscreen_exit',
66
+ volumeHigh: 'volume_high',
67
+ volumeMedium: 'volume_medium',
68
+ volumeLow: 'volume_low',
69
+ volumeOff: 'volume_variant_off'
62
70
  };
63
71
  const md = {
64
72
  // Not using mergeProps here, functional components merge props by default (?)
@@ -1 +1 @@
1
- {"version":3,"file":"md.js","names":["VLigatureIcon","h","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","shift","alt","space","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","md","component","props","class"],"sources":["../../src/iconsets/md.ts"],"sourcesContent":["// Composables\nimport { VLigatureIcon } from '@/composables/icons'\n\n// Utilities\nimport { h } from 'vue'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'keyboard_arrow_up',\n complete: 'check',\n cancel: 'cancel',\n close: 'close',\n delete: 'cancel', // delete (e.g. v-chip close)\n clear: 'cancel',\n success: 'check_circle',\n info: 'info',\n warning: 'priority_high',\n error: 'warning',\n prev: 'chevron_left',\n next: 'chevron_right',\n checkboxOn: 'check_box',\n checkboxOff: 'check_box_outline_blank',\n checkboxIndeterminate: 'indeterminate_check_box',\n delimiter: 'fiber_manual_record', // for carousel\n sortAsc: 'arrow_upward',\n sortDesc: 'arrow_downward',\n expand: 'keyboard_arrow_down',\n menu: 'menu',\n subgroup: 'arrow_drop_down',\n dropdown: 'arrow_drop_down',\n radioOn: 'radio_button_checked',\n radioOff: 'radio_button_unchecked',\n edit: 'edit',\n ratingEmpty: 'star_border',\n ratingFull: 'star',\n ratingHalf: 'star_half',\n loading: 'cached',\n first: 'first_page',\n last: 'last_page',\n unfold: 'unfold_more',\n file: 'attach_file',\n plus: 'add',\n minus: 'remove',\n calendar: 'event',\n treeviewCollapse: 'arrow_drop_down',\n treeviewExpand: 'arrow_right',\n eyeDropper: 'colorize',\n upload: 'cloud_upload',\n color: 'palette',\n command: 'keyboard_command_key',\n ctrl: 'keyboard_control_key',\n shift: 'shift',\n alt: 'keyboard_option_key',\n space: 'keyboard_space',\n enter: 'keyboard_return',\n arrowup: 'keyboard_arrow_up',\n arrowdown: 'keyboard_arrow_down',\n arrowleft: 'keyboard_arrow_left',\n arrowright: 'keyboard_arrow_right',\n backspace: 'backspace',\n}\n\nconst md: IconSet = {\n // Not using mergeProps here, functional components merge props by default (?)\n component: props => h(VLigatureIcon, { ...props, class: 'material-icons' }),\n}\n\nexport { aliases, md }\n"],"mappings":"AAAA;AAAA,SACSA,aAAa,mCAEtB;AACA,SAASC,CAAC,QAAQ,KAAK;;AAEvB;;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,mBAAmB;EAC7BC,QAAQ,EAAE,OAAO;EACjBC,MAAM,EAAE,QAAQ;EAChBC,KAAK,EAAE,OAAO;EACdC,MAAM,EAAE,QAAQ;EAAE;EAClBC,KAAK,EAAE,QAAQ;EACfC,OAAO,EAAE,cAAc;EACvBC,IAAI,EAAE,MAAM;EACZC,OAAO,EAAE,eAAe;EACxBC,KAAK,EAAE,SAAS;EAChBC,IAAI,EAAE,cAAc;EACpBC,IAAI,EAAE,eAAe;EACrBC,UAAU,EAAE,WAAW;EACvBC,WAAW,EAAE,yBAAyB;EACtCC,qBAAqB,EAAE,yBAAyB;EAChDC,SAAS,EAAE,qBAAqB;EAAE;EAClCC,OAAO,EAAE,cAAc;EACvBC,QAAQ,EAAE,gBAAgB;EAC1BC,MAAM,EAAE,qBAAqB;EAC7BC,IAAI,EAAE,MAAM;EACZC,QAAQ,EAAE,iBAAiB;EAC3BC,QAAQ,EAAE,iBAAiB;EAC3BC,OAAO,EAAE,sBAAsB;EAC/BC,QAAQ,EAAE,wBAAwB;EAClCC,IAAI,EAAE,MAAM;EACZC,WAAW,EAAE,aAAa;EAC1BC,UAAU,EAAE,MAAM;EAClBC,UAAU,EAAE,WAAW;EACvBC,OAAO,EAAE,QAAQ;EACjBC,KAAK,EAAE,YAAY;EACnBC,IAAI,EAAE,WAAW;EACjBC,MAAM,EAAE,aAAa;EACrBC,IAAI,EAAE,aAAa;EACnBC,IAAI,EAAE,KAAK;EACXC,KAAK,EAAE,QAAQ;EACfC,QAAQ,EAAE,OAAO;EACjBC,gBAAgB,EAAE,iBAAiB;EACnCC,cAAc,EAAE,aAAa;EAC7BC,UAAU,EAAE,UAAU;EACtBC,MAAM,EAAE,cAAc;EACtBC,KAAK,EAAE,SAAS;EAChBC,OAAO,EAAE,sBAAsB;EAC/BC,IAAI,EAAE,sBAAsB;EAC5BC,KAAK,EAAE,OAAO;EACdC,GAAG,EAAE,qBAAqB;EAC1BC,KAAK,EAAE,gBAAgB;EACvBC,KAAK,EAAE,iBAAiB;EACxBC,OAAO,EAAE,mBAAmB;EAC5BC,SAAS,EAAE,qBAAqB;EAChCC,SAAS,EAAE,qBAAqB;EAChCC,UAAU,EAAE,sBAAsB;EAClCC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,EAAW,GAAG;EAClB;EACAC,SAAS,EAAEC,KAAK,IAAIxD,CAAC,CAACD,aAAa,EAAE;IAAE,GAAGyD,KAAK;IAAEC,KAAK,EAAE;EAAiB,CAAC;AAC5E,CAAC;AAED,SAASxD,OAAO,EAAEqD,EAAE","ignoreList":[]}
1
+ {"version":3,"file":"md.js","names":["VLigatureIcon","h","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","shift","alt","space","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","play","pause","fullscreen","fullscreenExit","volumeHigh","volumeMedium","volumeLow","volumeOff","md","component","props","class"],"sources":["../../src/iconsets/md.ts"],"sourcesContent":["// Composables\nimport { VLigatureIcon } from '@/composables/icons'\n\n// Utilities\nimport { h } from 'vue'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'keyboard_arrow_up',\n complete: 'check',\n cancel: 'cancel',\n close: 'close',\n delete: 'cancel', // delete (e.g. v-chip close)\n clear: 'cancel',\n success: 'check_circle',\n info: 'info',\n warning: 'priority_high',\n error: 'warning',\n prev: 'chevron_left',\n next: 'chevron_right',\n checkboxOn: 'check_box',\n checkboxOff: 'check_box_outline_blank',\n checkboxIndeterminate: 'indeterminate_check_box',\n delimiter: 'fiber_manual_record', // for carousel\n sortAsc: 'arrow_upward',\n sortDesc: 'arrow_downward',\n expand: 'keyboard_arrow_down',\n menu: 'menu',\n subgroup: 'arrow_drop_down',\n dropdown: 'arrow_drop_down',\n radioOn: 'radio_button_checked',\n radioOff: 'radio_button_unchecked',\n edit: 'edit',\n ratingEmpty: 'star_border',\n ratingFull: 'star',\n ratingHalf: 'star_half',\n loading: 'cached',\n first: 'first_page',\n last: 'last_page',\n unfold: 'unfold_more',\n file: 'attach_file',\n plus: 'add',\n minus: 'remove',\n calendar: 'event',\n treeviewCollapse: 'arrow_drop_down',\n treeviewExpand: 'arrow_right',\n eyeDropper: 'colorize',\n upload: 'cloud_upload',\n color: 'palette',\n command: 'keyboard_command_key',\n ctrl: 'keyboard_control_key',\n shift: 'shift',\n alt: 'keyboard_option_key',\n space: 'keyboard_space',\n enter: 'keyboard_return',\n arrowup: 'keyboard_arrow_up',\n arrowdown: 'keyboard_arrow_down',\n arrowleft: 'keyboard_arrow_left',\n arrowright: 'keyboard_arrow_right',\n backspace: 'backspace',\n play: 'play',\n pause: 'pause',\n fullscreen: 'fullscreen',\n fullscreenExit: 'fullscreen_exit',\n volumeHigh: 'volume_high',\n volumeMedium: 'volume_medium',\n volumeLow: 'volume_low',\n volumeOff: 'volume_variant_off',\n}\n\nconst md: IconSet = {\n // Not using mergeProps here, functional components merge props by default (?)\n component: props => h(VLigatureIcon, { ...props, class: 'material-icons' }),\n}\n\nexport { aliases, md }\n"],"mappings":"AAAA;AAAA,SACSA,aAAa,mCAEtB;AACA,SAASC,CAAC,QAAQ,KAAK;;AAEvB;;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,mBAAmB;EAC7BC,QAAQ,EAAE,OAAO;EACjBC,MAAM,EAAE,QAAQ;EAChBC,KAAK,EAAE,OAAO;EACdC,MAAM,EAAE,QAAQ;EAAE;EAClBC,KAAK,EAAE,QAAQ;EACfC,OAAO,EAAE,cAAc;EACvBC,IAAI,EAAE,MAAM;EACZC,OAAO,EAAE,eAAe;EACxBC,KAAK,EAAE,SAAS;EAChBC,IAAI,EAAE,cAAc;EACpBC,IAAI,EAAE,eAAe;EACrBC,UAAU,EAAE,WAAW;EACvBC,WAAW,EAAE,yBAAyB;EACtCC,qBAAqB,EAAE,yBAAyB;EAChDC,SAAS,EAAE,qBAAqB;EAAE;EAClCC,OAAO,EAAE,cAAc;EACvBC,QAAQ,EAAE,gBAAgB;EAC1BC,MAAM,EAAE,qBAAqB;EAC7BC,IAAI,EAAE,MAAM;EACZC,QAAQ,EAAE,iBAAiB;EAC3BC,QAAQ,EAAE,iBAAiB;EAC3BC,OAAO,EAAE,sBAAsB;EAC/BC,QAAQ,EAAE,wBAAwB;EAClCC,IAAI,EAAE,MAAM;EACZC,WAAW,EAAE,aAAa;EAC1BC,UAAU,EAAE,MAAM;EAClBC,UAAU,EAAE,WAAW;EACvBC,OAAO,EAAE,QAAQ;EACjBC,KAAK,EAAE,YAAY;EACnBC,IAAI,EAAE,WAAW;EACjBC,MAAM,EAAE,aAAa;EACrBC,IAAI,EAAE,aAAa;EACnBC,IAAI,EAAE,KAAK;EACXC,KAAK,EAAE,QAAQ;EACfC,QAAQ,EAAE,OAAO;EACjBC,gBAAgB,EAAE,iBAAiB;EACnCC,cAAc,EAAE,aAAa;EAC7BC,UAAU,EAAE,UAAU;EACtBC,MAAM,EAAE,cAAc;EACtBC,KAAK,EAAE,SAAS;EAChBC,OAAO,EAAE,sBAAsB;EAC/BC,IAAI,EAAE,sBAAsB;EAC5BC,KAAK,EAAE,OAAO;EACdC,GAAG,EAAE,qBAAqB;EAC1BC,KAAK,EAAE,gBAAgB;EACvBC,KAAK,EAAE,iBAAiB;EACxBC,OAAO,EAAE,mBAAmB;EAC5BC,SAAS,EAAE,qBAAqB;EAChCC,SAAS,EAAE,qBAAqB;EAChCC,UAAU,EAAE,sBAAsB;EAClCC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,MAAM;EACZC,KAAK,EAAE,OAAO;EACdC,UAAU,EAAE,YAAY;EACxBC,cAAc,EAAE,iBAAiB;EACjCC,UAAU,EAAE,aAAa;EACzBC,YAAY,EAAE,eAAe;EAC7BC,SAAS,EAAE,YAAY;EACvBC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,EAAW,GAAG;EAClB;EACAC,SAAS,EAAEC,KAAK,IAAIhE,CAAC,CAACD,aAAa,EAAE;IAAE,GAAGiE,KAAK;IAAEC,KAAK,EAAE;EAAiB,CAAC;AAC5E,CAAC;AAED,SAAShE,OAAO,EAAE6D,EAAE","ignoreList":[]}
@@ -55,7 +55,15 @@ const aliases = {
55
55
  arrowdown: 'svg:M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16z',
56
56
  arrowleft: 'svg:M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z',
57
57
  arrowright: 'svg:M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z',
58
- backspace: 'svg:M19 15.59L17.59 17L14 13.41L10.41 17L9 15.59L12.59 12L9 8.41L10.41 7L14 10.59L17.59 7L19 8.41L15.41 12zM22 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7c-.69 0-1.23-.36-1.59-.89L0 12l5.41-8.12C5.77 3.35 6.31 3 7 3zm0 2H7l-4.72 7L7 19h15z'
58
+ backspace: 'svg:M19 15.59L17.59 17L14 13.41L10.41 17L9 15.59L12.59 12L9 8.41L10.41 7L14 10.59L17.59 7L19 8.41L15.41 12zM22 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7c-.69 0-1.23-.36-1.59-.89L0 12l5.41-8.12C5.77 3.35 6.31 3 7 3zm0 2H7l-4.72 7L7 19h15z',
59
+ play: 'svg:M8,5.14V19.14L19,12.14L8,5.14Z',
60
+ pause: 'svg:M14,19H18V5H14M6,19H10V5H6V19Z',
61
+ fullscreen: 'svg:M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z',
62
+ fullscreenExit: 'svg:M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z',
63
+ volumeHigh: 'svg:M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z',
64
+ volumeMedium: 'svg:M5,9V15H9L14,20V4L9,9M18.5,12C18.5,10.23 17.5,8.71 16,7.97V16C17.5,15.29 18.5,13.76 18.5,12Z',
65
+ volumeLow: 'svg:M7,9V15H11L16,20V4L11,9H7Z',
66
+ volumeOff: 'svg:M5.64,3.64L21.36,19.36L19.95,20.78L16,16.83V20L11,15H7V9H8.17L4.22,5.05L5.64,3.64M16,4V11.17L12.41,7.58L16,4Z'
59
67
  };
60
68
  const mdi = {
61
69
  component: VSvgIcon
@@ -1 +1 @@
1
- {"version":3,"file":"mdi-svg.js","names":["VSvgIcon","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","space","shift","alt","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","mdi","component"],"sources":["../../src/iconsets/mdi-svg.ts"],"sourcesContent":["/* eslint-disable max-len */\n\n// Composables\nimport { VSvgIcon } from '@/composables/icons'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'svg:M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z',\n complete: 'svg:M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z',\n cancel: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',\n close: 'svg:M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z',\n delete: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z', // delete (e.g. v-chip close)\n clear: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',\n success: 'svg:M12,2C17.52,2 22,6.48 22,12C22,17.52 17.52,22 12,22C6.48,22 2,17.52 2,12C2,6.48 6.48,2 12,2M11,16.5L18,9.5L16.59,8.09L11,13.67L7.91,10.59L6.5,12L11,16.5Z',\n info: 'svg:M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',\n warning: 'svg:M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',\n error: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',\n prev: 'svg:M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',\n next: 'svg:M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',\n checkboxOn: 'svg:M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',\n checkboxOff: 'svg:M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z',\n checkboxIndeterminate: 'svg:M17,13H7V11H17M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',\n delimiter: 'svg:M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z', // for carousel\n sortAsc: 'svg:M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z',\n sortDesc: 'svg:M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z',\n expand: 'svg:M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z',\n menu: 'svg:M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z',\n subgroup: 'svg:M7,10L12,15L17,10H7Z',\n dropdown: 'svg:M7,10L12,15L17,10H7Z',\n radioOn: 'svg:M12,20C7.58,20 4,16.42 4,12C4,7.58 7.58,4 12,4C16.42,4 20,7.58 20,12C20,16.42 16.42,20 12,20M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2M12,7C9.24,7 7,9.24 7,12C7,14.76 9.24,17 12,17C14.76,17 17,14.76 17,12C17,9.24 14.76,7 12,7Z',\n radioOff: 'svg:M12,20C7.58,20 4,16.42 4,12C4,7.58 7.58,4 12,4C16.42,4 20,7.58 20,12C20,16.42 16.42,20 12,20M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',\n edit: 'svg:M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z',\n ratingEmpty: 'svg:M12,15.39L8.24,17.66L9.23,13.38L5.91,10.5L10.29,10.13L12,6.09L13.71,10.13L18.09,10.5L14.77,13.38L15.76,17.66M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z',\n ratingFull: 'svg:M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z',\n ratingHalf: 'svg:M12,15.4V6.1L13.71,10.13L18.09,10.5L14.77,13.39L15.76,17.67M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z',\n loading: 'svg:M19,8L15,12H18C18,15.31 15.31,18 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20C16.42,20 20,16.42 20,12H23M6,12C6,8.69 8.69,6 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4C7.58,4 4,7.58 4,12H1L5,16L9,12',\n first: 'svg:M18.41,16.59L13.82,12L18.41,7.41L17,6L11,12L17,18L18.41,16.59M6,6H8V18H6V6Z',\n last: 'svg:M5.59,7.41L10.18,12L5.59,16.59L7,18L13,12L7,6L5.59,7.41M16,6H18V18H16V6Z',\n unfold: 'svg:M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z',\n file: 'svg:M16.5,6V17.5C16.5,19.71 14.71,21.5 12.5,21.5C10.29,21.5 8.5,19.71 8.5,17.5V5C8.5,3.62 9.62,2.5 11,2.5C12.38,2.5 13.5,3.62 13.5,5V15.5C13.5,16.05 13.05,16.5 12.5,16.5C11.95,16.5 11.5,16.05 11.5,15.5V6H10V15.5C10,16.88 11.12,18 12.5,18C13.88,18 15,16.88 15,15.5V5C15,2.79 13.21,1 11,1C8.79,1 7,2.79 7,5V17.5C7,20.54 9.46,23 12.5,23C15.54,23 18,20.54 18,17.5V6H16.5Z',\n plus: 'svg:M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z',\n minus: 'svg:M19,13H5V11H19V13Z',\n calendar: 'svg:M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z',\n treeviewCollapse: 'svg:M7,10L12,15L17,10H7Z',\n treeviewExpand: 'svg:M10,17L15,12L10,7V17Z',\n eyeDropper: 'svg:M19.35,11.72L17.22,13.85L15.81,12.43L8.1,20.14L3.5,22L2,20.5L3.86,15.9L11.57,8.19L10.15,6.78L12.28,4.65L19.35,11.72M16.76,3C17.93,1.83 19.83,1.83 21,3C22.17,4.17 22.17,6.07 21,7.24L19.08,9.16L14.84,4.92L16.76,3M5.56,17.03L4.5,19.5L6.97,18.44L14.4,11L13,9.6L5.56,17.03Z',\n upload: 'svg:M11 20H6.5q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48q1.18-1.53 3.08-1.95q.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5q1.14 1.28 1.14 3q0 1.88-1.31 3.19T18.5 20H13v-7.15l1.6 1.55L16 13l-4-4l-4 4l1.4 1.4l1.6-1.55Z',\n color: 'svg:M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5A1.5 1.5 0 0 1 14.5 5A1.5 1.5 0 0 1 16 6.5A1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5A1.5 1.5 0 0 1 9.5 5A1.5 1.5 0 0 1 11 6.5A1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5A1.5 1.5 0 0 1 6.5 9A1.5 1.5 0 0 1 8 10.5A1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1c-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8',\n command: 'svg:M6,2A4,4 0 0,1 10,6V8H14V6A4,4 0 0,1 18,2A4,4 0 0,1 22,6A4,4 0 0,1 18,10H16V14H18A4,4 0 0,1 22,18A4,4 0 0,1 18,22A4,4 0 0,1 14,18V16H10V18A4,4 0 0,1 6,22A4,4 0 0,1 2,18A4,4 0 0,1 6,14H8V10H6A4,4 0 0,1 2,6A4,4 0 0,1 6,2M16,18A2,2 0 0,0 18,20A2,2 0 0,0 20,18A2,2 0 0,0 18,16H16V18M14,10H10V14H14V10M6,16A2,2 0 0,0 4,18A2,2 0 0,0 6,20A2,2 0 0,0 8,18V16H6M8,6A2,2 0 0,0 6,4A2,2 0 0,0 4,6A2,2 0 0,0 6,8H8V6M18,8A2,2 0 0,0 20,6A2,2 0 0,0 18,4A2,2 0 0,0 16,6V8H18Z',\n ctrl: 'svg:M19.78,11.78L18.36,13.19L12,6.83L5.64,13.19L4.22,11.78L12,4L19.78,11.78Z',\n space: 'svg:M3 15H5V19H19V15H21V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15Z',\n shift: 'svg:M15 18v-6h2.17L12 6.83L6.83 12H9v6zM12 4l10 10h-5v6H7v-6H2z',\n alt: 'svg:M3 4h6.11l7.04 14H21v2h-6.12L7.84 6H3zm11 0h7v2h-7z',\n enter: 'svg:M19 7v4H5.83l3.58-3.59L8 6l-6 6l6 6l1.41-1.42L5.83 13H21V7z',\n arrowup: 'svg:M13 20h-2V8l-5.5 5.5l-1.42-1.42L12 4.16l7.92 7.92l-1.42 1.42L13 8z',\n arrowdown: 'svg:M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16z',\n arrowleft: 'svg:M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z',\n arrowright: 'svg:M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z',\n backspace: 'svg:M19 15.59L17.59 17L14 13.41L10.41 17L9 15.59L12.59 12L9 8.41L10.41 7L14 10.59L17.59 7L19 8.41L15.41 12zM22 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7c-.69 0-1.23-.36-1.59-.89L0 12l5.41-8.12C5.77 3.35 6.31 3 7 3zm0 2H7l-4.72 7L7 19h15z',\n}\n\nconst mdi: IconSet = {\n component: VSvgIcon,\n}\n\nexport { aliases, mdi }\n"],"mappings":"AAAA;AAEA;AAAA,SACSA,QAAQ,mCAEjB;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,kEAAkE;EAC5EC,QAAQ,EAAE,6DAA6D;EACvEC,MAAM,EAAE,8MAA8M;EACtNC,KAAK,EAAE,mHAAmH;EAC1HC,MAAM,EAAE,8MAA8M;EAAE;EACxNC,KAAK,EAAE,8MAA8M;EACrNC,OAAO,EAAE,+JAA+J;EACxKC,IAAI,EAAE,8HAA8H;EACpIC,OAAO,EAAE,+GAA+G;EACxHC,KAAK,EAAE,8MAA8M;EACrNC,IAAI,EAAE,mEAAmE;EACzEC,IAAI,EAAE,iEAAiE;EACvEC,UAAU,EAAE,oJAAoJ;EAChKC,WAAW,EAAE,oHAAoH;EACjIC,qBAAqB,EAAE,mHAAmH;EAC1IC,SAAS,EAAE,kGAAkG;EAAE;EAC/GC,OAAO,EAAE,4EAA4E;EACrFC,QAAQ,EAAE,6EAA6E;EACvFC,MAAM,EAAE,gEAAgE;EACxEC,IAAI,EAAE,oDAAoD;EAC1DC,QAAQ,EAAE,0BAA0B;EACpCC,QAAQ,EAAE,0BAA0B;EACpCC,OAAO,EAAE,yRAAyR;EAClSC,QAAQ,EAAE,8LAA8L;EACxMC,IAAI,EAAE,yJAAyJ;EAC/JC,WAAW,EAAE,qNAAqN;EAClOC,UAAU,EAAE,0GAA0G;EACtHC,UAAU,EAAE,oKAAoK;EAChLC,OAAO,EAAE,0PAA0P;EACnQC,KAAK,EAAE,iFAAiF;EACxFC,IAAI,EAAE,8EAA8E;EACpFC,MAAM,EAAE,uHAAuH;EAC/HC,IAAI,EAAE,iXAAiX;EACvXC,IAAI,EAAE,+CAA+C;EACrDC,KAAK,EAAE,wBAAwB;EAC/BC,QAAQ,EAAE,yIAAyI;EACnJC,gBAAgB,EAAE,0BAA0B;EAC5CC,cAAc,EAAE,2BAA2B;EAC3CC,UAAU,EAAE,kRAAkR;EAC9RC,MAAM,EAAE,iQAAiQ;EACzQC,KAAK,EAAE,ugBAAugB;EAC9gBC,OAAO,EAAE,+cAA+c;EACxdC,IAAI,EAAE,8EAA8E;EACpFC,KAAK,EAAE,2EAA2E;EAClFC,KAAK,EAAE,iEAAiE;EACxEC,GAAG,EAAE,yDAAyD;EAC9DC,KAAK,EAAE,iEAAiE;EACxEC,OAAO,EAAE,wEAAwE;EACjFC,SAAS,EAAE,sEAAsE;EACjFC,SAAS,EAAE,oEAAoE;EAC/EC,UAAU,EAAE,uEAAuE;EACnFC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,GAAY,GAAG;EACnBC,SAAS,EAAEvD;AACb,CAAC;AAED,SAASC,OAAO,EAAEqD,GAAG","ignoreList":[]}
1
+ {"version":3,"file":"mdi-svg.js","names":["VSvgIcon","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","space","shift","alt","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","play","pause","fullscreen","fullscreenExit","volumeHigh","volumeMedium","volumeLow","volumeOff","mdi","component"],"sources":["../../src/iconsets/mdi-svg.ts"],"sourcesContent":["/* eslint-disable max-len */\n\n// Composables\nimport { VSvgIcon } from '@/composables/icons'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'svg:M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z',\n complete: 'svg:M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z',\n cancel: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',\n close: 'svg:M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z',\n delete: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z', // delete (e.g. v-chip close)\n clear: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',\n success: 'svg:M12,2C17.52,2 22,6.48 22,12C22,17.52 17.52,22 12,22C6.48,22 2,17.52 2,12C2,6.48 6.48,2 12,2M11,16.5L18,9.5L16.59,8.09L11,13.67L7.91,10.59L6.5,12L11,16.5Z',\n info: 'svg:M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',\n warning: 'svg:M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',\n error: 'svg:M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',\n prev: 'svg:M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',\n next: 'svg:M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',\n checkboxOn: 'svg:M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',\n checkboxOff: 'svg:M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z',\n checkboxIndeterminate: 'svg:M17,13H7V11H17M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',\n delimiter: 'svg:M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z', // for carousel\n sortAsc: 'svg:M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z',\n sortDesc: 'svg:M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z',\n expand: 'svg:M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z',\n menu: 'svg:M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z',\n subgroup: 'svg:M7,10L12,15L17,10H7Z',\n dropdown: 'svg:M7,10L12,15L17,10H7Z',\n radioOn: 'svg:M12,20C7.58,20 4,16.42 4,12C4,7.58 7.58,4 12,4C16.42,4 20,7.58 20,12C20,16.42 16.42,20 12,20M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2M12,7C9.24,7 7,9.24 7,12C7,14.76 9.24,17 12,17C14.76,17 17,14.76 17,12C17,9.24 14.76,7 12,7Z',\n radioOff: 'svg:M12,20C7.58,20 4,16.42 4,12C4,7.58 7.58,4 12,4C16.42,4 20,7.58 20,12C20,16.42 16.42,20 12,20M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',\n edit: 'svg:M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z',\n ratingEmpty: 'svg:M12,15.39L8.24,17.66L9.23,13.38L5.91,10.5L10.29,10.13L12,6.09L13.71,10.13L18.09,10.5L14.77,13.38L15.76,17.66M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z',\n ratingFull: 'svg:M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z',\n ratingHalf: 'svg:M12,15.4V6.1L13.71,10.13L18.09,10.5L14.77,13.39L15.76,17.67M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z',\n loading: 'svg:M19,8L15,12H18C18,15.31 15.31,18 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20C16.42,20 20,16.42 20,12H23M6,12C6,8.69 8.69,6 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4C7.58,4 4,7.58 4,12H1L5,16L9,12',\n first: 'svg:M18.41,16.59L13.82,12L18.41,7.41L17,6L11,12L17,18L18.41,16.59M6,6H8V18H6V6Z',\n last: 'svg:M5.59,7.41L10.18,12L5.59,16.59L7,18L13,12L7,6L5.59,7.41M16,6H18V18H16V6Z',\n unfold: 'svg:M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z',\n file: 'svg:M16.5,6V17.5C16.5,19.71 14.71,21.5 12.5,21.5C10.29,21.5 8.5,19.71 8.5,17.5V5C8.5,3.62 9.62,2.5 11,2.5C12.38,2.5 13.5,3.62 13.5,5V15.5C13.5,16.05 13.05,16.5 12.5,16.5C11.95,16.5 11.5,16.05 11.5,15.5V6H10V15.5C10,16.88 11.12,18 12.5,18C13.88,18 15,16.88 15,15.5V5C15,2.79 13.21,1 11,1C8.79,1 7,2.79 7,5V17.5C7,20.54 9.46,23 12.5,23C15.54,23 18,20.54 18,17.5V6H16.5Z',\n plus: 'svg:M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z',\n minus: 'svg:M19,13H5V11H19V13Z',\n calendar: 'svg:M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z',\n treeviewCollapse: 'svg:M7,10L12,15L17,10H7Z',\n treeviewExpand: 'svg:M10,17L15,12L10,7V17Z',\n eyeDropper: 'svg:M19.35,11.72L17.22,13.85L15.81,12.43L8.1,20.14L3.5,22L2,20.5L3.86,15.9L11.57,8.19L10.15,6.78L12.28,4.65L19.35,11.72M16.76,3C17.93,1.83 19.83,1.83 21,3C22.17,4.17 22.17,6.07 21,7.24L19.08,9.16L14.84,4.92L16.76,3M5.56,17.03L4.5,19.5L6.97,18.44L14.4,11L13,9.6L5.56,17.03Z',\n upload: 'svg:M11 20H6.5q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48q1.18-1.53 3.08-1.95q.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5q1.14 1.28 1.14 3q0 1.88-1.31 3.19T18.5 20H13v-7.15l1.6 1.55L16 13l-4-4l-4 4l1.4 1.4l1.6-1.55Z',\n color: 'svg:M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5A1.5 1.5 0 0 1 14.5 5A1.5 1.5 0 0 1 16 6.5A1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5A1.5 1.5 0 0 1 9.5 5A1.5 1.5 0 0 1 11 6.5A1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5A1.5 1.5 0 0 1 6.5 9A1.5 1.5 0 0 1 8 10.5A1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1c-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8',\n command: 'svg:M6,2A4,4 0 0,1 10,6V8H14V6A4,4 0 0,1 18,2A4,4 0 0,1 22,6A4,4 0 0,1 18,10H16V14H18A4,4 0 0,1 22,18A4,4 0 0,1 18,22A4,4 0 0,1 14,18V16H10V18A4,4 0 0,1 6,22A4,4 0 0,1 2,18A4,4 0 0,1 6,14H8V10H6A4,4 0 0,1 2,6A4,4 0 0,1 6,2M16,18A2,2 0 0,0 18,20A2,2 0 0,0 20,18A2,2 0 0,0 18,16H16V18M14,10H10V14H14V10M6,16A2,2 0 0,0 4,18A2,2 0 0,0 6,20A2,2 0 0,0 8,18V16H6M8,6A2,2 0 0,0 6,4A2,2 0 0,0 4,6A2,2 0 0,0 6,8H8V6M18,8A2,2 0 0,0 20,6A2,2 0 0,0 18,4A2,2 0 0,0 16,6V8H18Z',\n ctrl: 'svg:M19.78,11.78L18.36,13.19L12,6.83L5.64,13.19L4.22,11.78L12,4L19.78,11.78Z',\n space: 'svg:M3 15H5V19H19V15H21V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15Z',\n shift: 'svg:M15 18v-6h2.17L12 6.83L6.83 12H9v6zM12 4l10 10h-5v6H7v-6H2z',\n alt: 'svg:M3 4h6.11l7.04 14H21v2h-6.12L7.84 6H3zm11 0h7v2h-7z',\n enter: 'svg:M19 7v4H5.83l3.58-3.59L8 6l-6 6l6 6l1.41-1.42L5.83 13H21V7z',\n arrowup: 'svg:M13 20h-2V8l-5.5 5.5l-1.42-1.42L12 4.16l7.92 7.92l-1.42 1.42L13 8z',\n arrowdown: 'svg:M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16z',\n arrowleft: 'svg:M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z',\n arrowright: 'svg:M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z',\n backspace: 'svg:M19 15.59L17.59 17L14 13.41L10.41 17L9 15.59L12.59 12L9 8.41L10.41 7L14 10.59L17.59 7L19 8.41L15.41 12zM22 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7c-.69 0-1.23-.36-1.59-.89L0 12l5.41-8.12C5.77 3.35 6.31 3 7 3zm0 2H7l-4.72 7L7 19h15z',\n play: 'svg:M8,5.14V19.14L19,12.14L8,5.14Z',\n pause: 'svg:M14,19H18V5H14M6,19H10V5H6V19Z',\n fullscreen: 'svg:M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z',\n fullscreenExit: 'svg:M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z',\n volumeHigh: 'svg:M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z',\n volumeMedium: 'svg:M5,9V15H9L14,20V4L9,9M18.5,12C18.5,10.23 17.5,8.71 16,7.97V16C17.5,15.29 18.5,13.76 18.5,12Z',\n volumeLow: 'svg:M7,9V15H11L16,20V4L11,9H7Z',\n volumeOff: 'svg:M5.64,3.64L21.36,19.36L19.95,20.78L16,16.83V20L11,15H7V9H8.17L4.22,5.05L5.64,3.64M16,4V11.17L12.41,7.58L16,4Z',\n}\n\nconst mdi: IconSet = {\n component: VSvgIcon,\n}\n\nexport { aliases, mdi }\n"],"mappings":"AAAA;AAEA;AAAA,SACSA,QAAQ,mCAEjB;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,kEAAkE;EAC5EC,QAAQ,EAAE,6DAA6D;EACvEC,MAAM,EAAE,8MAA8M;EACtNC,KAAK,EAAE,mHAAmH;EAC1HC,MAAM,EAAE,8MAA8M;EAAE;EACxNC,KAAK,EAAE,8MAA8M;EACrNC,OAAO,EAAE,+JAA+J;EACxKC,IAAI,EAAE,8HAA8H;EACpIC,OAAO,EAAE,+GAA+G;EACxHC,KAAK,EAAE,8MAA8M;EACrNC,IAAI,EAAE,mEAAmE;EACzEC,IAAI,EAAE,iEAAiE;EACvEC,UAAU,EAAE,oJAAoJ;EAChKC,WAAW,EAAE,oHAAoH;EACjIC,qBAAqB,EAAE,mHAAmH;EAC1IC,SAAS,EAAE,kGAAkG;EAAE;EAC/GC,OAAO,EAAE,4EAA4E;EACrFC,QAAQ,EAAE,6EAA6E;EACvFC,MAAM,EAAE,gEAAgE;EACxEC,IAAI,EAAE,oDAAoD;EAC1DC,QAAQ,EAAE,0BAA0B;EACpCC,QAAQ,EAAE,0BAA0B;EACpCC,OAAO,EAAE,yRAAyR;EAClSC,QAAQ,EAAE,8LAA8L;EACxMC,IAAI,EAAE,yJAAyJ;EAC/JC,WAAW,EAAE,qNAAqN;EAClOC,UAAU,EAAE,0GAA0G;EACtHC,UAAU,EAAE,oKAAoK;EAChLC,OAAO,EAAE,0PAA0P;EACnQC,KAAK,EAAE,iFAAiF;EACxFC,IAAI,EAAE,8EAA8E;EACpFC,MAAM,EAAE,uHAAuH;EAC/HC,IAAI,EAAE,iXAAiX;EACvXC,IAAI,EAAE,+CAA+C;EACrDC,KAAK,EAAE,wBAAwB;EAC/BC,QAAQ,EAAE,yIAAyI;EACnJC,gBAAgB,EAAE,0BAA0B;EAC5CC,cAAc,EAAE,2BAA2B;EAC3CC,UAAU,EAAE,kRAAkR;EAC9RC,MAAM,EAAE,iQAAiQ;EACzQC,KAAK,EAAE,ugBAAugB;EAC9gBC,OAAO,EAAE,+cAA+c;EACxdC,IAAI,EAAE,8EAA8E;EACpFC,KAAK,EAAE,2EAA2E;EAClFC,KAAK,EAAE,iEAAiE;EACxEC,GAAG,EAAE,yDAAyD;EAC9DC,KAAK,EAAE,iEAAiE;EACxEC,OAAO,EAAE,wEAAwE;EACjFC,SAAS,EAAE,sEAAsE;EACjFC,SAAS,EAAE,oEAAoE;EAC/EC,UAAU,EAAE,uEAAuE;EACnFC,SAAS,EAAE,wOAAwO;EACnPC,IAAI,EAAE,oCAAoC;EAC1CC,KAAK,EAAE,oCAAoC;EAC3CC,UAAU,EAAE,4FAA4F;EACxGC,cAAc,EAAE,2FAA2F;EAC3GC,UAAU,EAAE,6NAA6N;EACzOC,YAAY,EAAE,kGAAkG;EAChHC,SAAS,EAAE,gCAAgC;EAC3CC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,GAAY,GAAG;EACnBC,SAAS,EAAE/D;AACb,CAAC;AAED,SAASC,OAAO,EAAE6D,GAAG","ignoreList":[]}
@@ -58,7 +58,15 @@ const aliases = {
58
58
  arrowdown: 'mdi-arrow-down',
59
59
  arrowleft: 'mdi-arrow-left',
60
60
  arrowright: 'mdi-arrow-right',
61
- backspace: 'mdi-backspace'
61
+ backspace: 'mdi-backspace',
62
+ play: 'mdi-play',
63
+ pause: 'mdi-pause',
64
+ fullscreen: 'mdi-fullscreen',
65
+ fullscreenExit: 'mdi-fullscreen-exit',
66
+ volumeHigh: 'mdi-volume-high',
67
+ volumeMedium: 'mdi-volume-medium',
68
+ volumeLow: 'mdi-volume-low',
69
+ volumeOff: 'mdi-volume-variant-off'
62
70
  };
63
71
  const mdi = {
64
72
  // Not using mergeProps here, functional components merge props by default (?)
@@ -1 +1 @@
1
- {"version":3,"file":"mdi.js","names":["VClassIcon","h","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","space","shift","alt","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","mdi","component","props","class"],"sources":["../../src/iconsets/mdi.ts"],"sourcesContent":["// Composables\nimport { VClassIcon } from '@/composables/icons'\n\n// Utilities\nimport { h } from 'vue'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'mdi-chevron-up',\n complete: 'mdi-check',\n cancel: 'mdi-close-circle',\n close: 'mdi-close',\n delete: 'mdi-close-circle', // delete (e.g. v-chip close)\n clear: 'mdi-close-circle',\n success: 'mdi-check-circle',\n info: 'mdi-information',\n warning: 'mdi-alert-circle',\n error: 'mdi-close-circle',\n prev: 'mdi-chevron-left',\n next: 'mdi-chevron-right',\n checkboxOn: 'mdi-checkbox-marked',\n checkboxOff: 'mdi-checkbox-blank-outline',\n checkboxIndeterminate: 'mdi-minus-box',\n delimiter: 'mdi-circle', // for carousel\n sortAsc: 'mdi-arrow-up',\n sortDesc: 'mdi-arrow-down',\n expand: 'mdi-chevron-down',\n menu: 'mdi-menu',\n subgroup: 'mdi-menu-down',\n dropdown: 'mdi-menu-down',\n radioOn: 'mdi-radiobox-marked',\n radioOff: 'mdi-radiobox-blank',\n edit: 'mdi-pencil',\n ratingEmpty: 'mdi-star-outline',\n ratingFull: 'mdi-star',\n ratingHalf: 'mdi-star-half-full',\n loading: 'mdi-cached',\n first: 'mdi-page-first',\n last: 'mdi-page-last',\n unfold: 'mdi-unfold-more-horizontal',\n file: 'mdi-paperclip',\n plus: 'mdi-plus',\n minus: 'mdi-minus',\n calendar: 'mdi-calendar',\n treeviewCollapse: 'mdi-menu-down',\n treeviewExpand: 'mdi-menu-right',\n eyeDropper: 'mdi-eyedropper',\n upload: 'mdi-cloud-upload',\n color: 'mdi-palette',\n command: 'mdi-apple-keyboard-command',\n ctrl: 'mdi-apple-keyboard-control',\n space: 'mdi-keyboard-space',\n shift: 'mdi-apple-keyboard-shift',\n alt: 'mdi-apple-keyboard-option',\n enter: 'mdi-keyboard-return',\n arrowup: 'mdi-arrow-up',\n arrowdown: 'mdi-arrow-down',\n arrowleft: 'mdi-arrow-left',\n arrowright: 'mdi-arrow-right',\n backspace: 'mdi-backspace',\n}\n\nconst mdi: IconSet = {\n // Not using mergeProps here, functional components merge props by default (?)\n component: (props: any) => h(VClassIcon, { ...props, class: 'mdi' }),\n}\n\nexport { aliases, mdi }\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,mCAEnB;AACA,SAASC,CAAC,QAAQ,KAAK;;AAEvB;;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,gBAAgB;EAC1BC,QAAQ,EAAE,WAAW;EACrBC,MAAM,EAAE,kBAAkB;EAC1BC,KAAK,EAAE,WAAW;EAClBC,MAAM,EAAE,kBAAkB;EAAE;EAC5BC,KAAK,EAAE,kBAAkB;EACzBC,OAAO,EAAE,kBAAkB;EAC3BC,IAAI,EAAE,iBAAiB;EACvBC,OAAO,EAAE,kBAAkB;EAC3BC,KAAK,EAAE,kBAAkB;EACzBC,IAAI,EAAE,kBAAkB;EACxBC,IAAI,EAAE,mBAAmB;EACzBC,UAAU,EAAE,qBAAqB;EACjCC,WAAW,EAAE,4BAA4B;EACzCC,qBAAqB,EAAE,eAAe;EACtCC,SAAS,EAAE,YAAY;EAAE;EACzBC,OAAO,EAAE,cAAc;EACvBC,QAAQ,EAAE,gBAAgB;EAC1BC,MAAM,EAAE,kBAAkB;EAC1BC,IAAI,EAAE,UAAU;EAChBC,QAAQ,EAAE,eAAe;EACzBC,QAAQ,EAAE,eAAe;EACzBC,OAAO,EAAE,qBAAqB;EAC9BC,QAAQ,EAAE,oBAAoB;EAC9BC,IAAI,EAAE,YAAY;EAClBC,WAAW,EAAE,kBAAkB;EAC/BC,UAAU,EAAE,UAAU;EACtBC,UAAU,EAAE,oBAAoB;EAChCC,OAAO,EAAE,YAAY;EACrBC,KAAK,EAAE,gBAAgB;EACvBC,IAAI,EAAE,eAAe;EACrBC,MAAM,EAAE,4BAA4B;EACpCC,IAAI,EAAE,eAAe;EACrBC,IAAI,EAAE,UAAU;EAChBC,KAAK,EAAE,WAAW;EAClBC,QAAQ,EAAE,cAAc;EACxBC,gBAAgB,EAAE,eAAe;EACjCC,cAAc,EAAE,gBAAgB;EAChCC,UAAU,EAAE,gBAAgB;EAC5BC,MAAM,EAAE,kBAAkB;EAC1BC,KAAK,EAAE,aAAa;EACpBC,OAAO,EAAE,4BAA4B;EACrCC,IAAI,EAAE,4BAA4B;EAClCC,KAAK,EAAE,oBAAoB;EAC3BC,KAAK,EAAE,0BAA0B;EACjCC,GAAG,EAAE,2BAA2B;EAChCC,KAAK,EAAE,qBAAqB;EAC5BC,OAAO,EAAE,cAAc;EACvBC,SAAS,EAAE,gBAAgB;EAC3BC,SAAS,EAAE,gBAAgB;EAC3BC,UAAU,EAAE,iBAAiB;EAC7BC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,GAAY,GAAG;EACnB;EACAC,SAAS,EAAGC,KAAU,IAAKxD,CAAC,CAACD,UAAU,EAAE;IAAE,GAAGyD,KAAK;IAAEC,KAAK,EAAE;EAAM,CAAC;AACrE,CAAC;AAED,SAASxD,OAAO,EAAEqD,GAAG","ignoreList":[]}
1
+ {"version":3,"file":"mdi.js","names":["VClassIcon","h","aliases","collapse","complete","cancel","close","delete","clear","success","info","warning","error","prev","next","checkboxOn","checkboxOff","checkboxIndeterminate","delimiter","sortAsc","sortDesc","expand","menu","subgroup","dropdown","radioOn","radioOff","edit","ratingEmpty","ratingFull","ratingHalf","loading","first","last","unfold","file","plus","minus","calendar","treeviewCollapse","treeviewExpand","eyeDropper","upload","color","command","ctrl","space","shift","alt","enter","arrowup","arrowdown","arrowleft","arrowright","backspace","play","pause","fullscreen","fullscreenExit","volumeHigh","volumeMedium","volumeLow","volumeOff","mdi","component","props","class"],"sources":["../../src/iconsets/mdi.ts"],"sourcesContent":["// Composables\nimport { VClassIcon } from '@/composables/icons'\n\n// Utilities\nimport { h } from 'vue'\n\n// Types\nimport type { IconAliases, IconSet } from '@/composables/icons'\n\nconst aliases: IconAliases = {\n collapse: 'mdi-chevron-up',\n complete: 'mdi-check',\n cancel: 'mdi-close-circle',\n close: 'mdi-close',\n delete: 'mdi-close-circle', // delete (e.g. v-chip close)\n clear: 'mdi-close-circle',\n success: 'mdi-check-circle',\n info: 'mdi-information',\n warning: 'mdi-alert-circle',\n error: 'mdi-close-circle',\n prev: 'mdi-chevron-left',\n next: 'mdi-chevron-right',\n checkboxOn: 'mdi-checkbox-marked',\n checkboxOff: 'mdi-checkbox-blank-outline',\n checkboxIndeterminate: 'mdi-minus-box',\n delimiter: 'mdi-circle', // for carousel\n sortAsc: 'mdi-arrow-up',\n sortDesc: 'mdi-arrow-down',\n expand: 'mdi-chevron-down',\n menu: 'mdi-menu',\n subgroup: 'mdi-menu-down',\n dropdown: 'mdi-menu-down',\n radioOn: 'mdi-radiobox-marked',\n radioOff: 'mdi-radiobox-blank',\n edit: 'mdi-pencil',\n ratingEmpty: 'mdi-star-outline',\n ratingFull: 'mdi-star',\n ratingHalf: 'mdi-star-half-full',\n loading: 'mdi-cached',\n first: 'mdi-page-first',\n last: 'mdi-page-last',\n unfold: 'mdi-unfold-more-horizontal',\n file: 'mdi-paperclip',\n plus: 'mdi-plus',\n minus: 'mdi-minus',\n calendar: 'mdi-calendar',\n treeviewCollapse: 'mdi-menu-down',\n treeviewExpand: 'mdi-menu-right',\n eyeDropper: 'mdi-eyedropper',\n upload: 'mdi-cloud-upload',\n color: 'mdi-palette',\n command: 'mdi-apple-keyboard-command',\n ctrl: 'mdi-apple-keyboard-control',\n space: 'mdi-keyboard-space',\n shift: 'mdi-apple-keyboard-shift',\n alt: 'mdi-apple-keyboard-option',\n enter: 'mdi-keyboard-return',\n arrowup: 'mdi-arrow-up',\n arrowdown: 'mdi-arrow-down',\n arrowleft: 'mdi-arrow-left',\n arrowright: 'mdi-arrow-right',\n backspace: 'mdi-backspace',\n play: 'mdi-play',\n pause: 'mdi-pause',\n fullscreen: 'mdi-fullscreen',\n fullscreenExit: 'mdi-fullscreen-exit',\n volumeHigh: 'mdi-volume-high',\n volumeMedium: 'mdi-volume-medium',\n volumeLow: 'mdi-volume-low',\n volumeOff: 'mdi-volume-variant-off',\n}\n\nconst mdi: IconSet = {\n // Not using mergeProps here, functional components merge props by default (?)\n component: (props: any) => h(VClassIcon, { ...props, class: 'mdi' }),\n}\n\nexport { aliases, mdi }\n"],"mappings":"AAAA;AAAA,SACSA,UAAU,mCAEnB;AACA,SAASC,CAAC,QAAQ,KAAK;;AAEvB;;AAGA,MAAMC,OAAoB,GAAG;EAC3BC,QAAQ,EAAE,gBAAgB;EAC1BC,QAAQ,EAAE,WAAW;EACrBC,MAAM,EAAE,kBAAkB;EAC1BC,KAAK,EAAE,WAAW;EAClBC,MAAM,EAAE,kBAAkB;EAAE;EAC5BC,KAAK,EAAE,kBAAkB;EACzBC,OAAO,EAAE,kBAAkB;EAC3BC,IAAI,EAAE,iBAAiB;EACvBC,OAAO,EAAE,kBAAkB;EAC3BC,KAAK,EAAE,kBAAkB;EACzBC,IAAI,EAAE,kBAAkB;EACxBC,IAAI,EAAE,mBAAmB;EACzBC,UAAU,EAAE,qBAAqB;EACjCC,WAAW,EAAE,4BAA4B;EACzCC,qBAAqB,EAAE,eAAe;EACtCC,SAAS,EAAE,YAAY;EAAE;EACzBC,OAAO,EAAE,cAAc;EACvBC,QAAQ,EAAE,gBAAgB;EAC1BC,MAAM,EAAE,kBAAkB;EAC1BC,IAAI,EAAE,UAAU;EAChBC,QAAQ,EAAE,eAAe;EACzBC,QAAQ,EAAE,eAAe;EACzBC,OAAO,EAAE,qBAAqB;EAC9BC,QAAQ,EAAE,oBAAoB;EAC9BC,IAAI,EAAE,YAAY;EAClBC,WAAW,EAAE,kBAAkB;EAC/BC,UAAU,EAAE,UAAU;EACtBC,UAAU,EAAE,oBAAoB;EAChCC,OAAO,EAAE,YAAY;EACrBC,KAAK,EAAE,gBAAgB;EACvBC,IAAI,EAAE,eAAe;EACrBC,MAAM,EAAE,4BAA4B;EACpCC,IAAI,EAAE,eAAe;EACrBC,IAAI,EAAE,UAAU;EAChBC,KAAK,EAAE,WAAW;EAClBC,QAAQ,EAAE,cAAc;EACxBC,gBAAgB,EAAE,eAAe;EACjCC,cAAc,EAAE,gBAAgB;EAChCC,UAAU,EAAE,gBAAgB;EAC5BC,MAAM,EAAE,kBAAkB;EAC1BC,KAAK,EAAE,aAAa;EACpBC,OAAO,EAAE,4BAA4B;EACrCC,IAAI,EAAE,4BAA4B;EAClCC,KAAK,EAAE,oBAAoB;EAC3BC,KAAK,EAAE,0BAA0B;EACjCC,GAAG,EAAE,2BAA2B;EAChCC,KAAK,EAAE,qBAAqB;EAC5BC,OAAO,EAAE,cAAc;EACvBC,SAAS,EAAE,gBAAgB;EAC3BC,SAAS,EAAE,gBAAgB;EAC3BC,UAAU,EAAE,iBAAiB;EAC7BC,SAAS,EAAE,eAAe;EAC1BC,IAAI,EAAE,UAAU;EAChBC,KAAK,EAAE,WAAW;EAClBC,UAAU,EAAE,gBAAgB;EAC5BC,cAAc,EAAE,qBAAqB;EACrCC,UAAU,EAAE,iBAAiB;EAC7BC,YAAY,EAAE,mBAAmB;EACjCC,SAAS,EAAE,gBAAgB;EAC3BC,SAAS,EAAE;AACb,CAAC;AAED,MAAMC,GAAY,GAAG;EACnB;EACAC,SAAS,EAAGC,KAAU,IAAKhE,CAAC,CAACD,UAAU,EAAE;IAAE,GAAGiE,KAAK;IAAEC,KAAK,EAAE;EAAM,CAAC;AACrE,CAAC;AAED,SAAShE,OAAO,EAAE6D,GAAG","ignoreList":[]}