bt-core-app 2.2.10 → 2.2.12

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 (294) hide show
  1. package/dist/_virtual/VAlert.sass.mjs +1 -0
  2. package/dist/_virtual/VAvatar.sass.mjs +1 -0
  3. package/dist/_virtual/VBtn.sass.mjs +1 -0
  4. package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
  5. package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
  6. package/dist/_virtual/VCard.sass.mjs +1 -0
  7. package/dist/_virtual/VCheckbox.sass.mjs +1 -0
  8. package/dist/_virtual/VChip.sass.mjs +1 -0
  9. package/dist/_virtual/VChipGroup.sass.mjs +1 -0
  10. package/dist/_virtual/VColorPicker.sass.mjs +1 -0
  11. package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
  12. package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
  13. package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
  14. package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
  15. package/dist/_virtual/VCombobox.sass.mjs +1 -0
  16. package/dist/_virtual/VContainer.sass.mjs +1 -0
  17. package/dist/_virtual/VCounter.sass.mjs +1 -0
  18. package/dist/_virtual/VDialog.sass.mjs +1 -0
  19. package/dist/_virtual/VDivider.sass.mjs +1 -0
  20. package/dist/_virtual/VField.sass.mjs +1 -0
  21. package/dist/_virtual/VGrid.sass.mjs +1 -0
  22. package/dist/_virtual/VIcon.sass.mjs +1 -0
  23. package/dist/_virtual/VImg.sass.mjs +1 -0
  24. package/dist/_virtual/VInput.sass.mjs +1 -0
  25. package/dist/_virtual/VLabel.sass.mjs +1 -0
  26. package/dist/_virtual/VList.sass.mjs +1 -0
  27. package/dist/_virtual/VListItem.sass.mjs +1 -0
  28. package/dist/_virtual/VMenu.sass.mjs +1 -0
  29. package/dist/_virtual/VMessages.sass.mjs +1 -0
  30. package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
  31. package/dist/_virtual/VOverlay.sass.mjs +1 -0
  32. package/dist/_virtual/VPagination.sass.mjs +1 -0
  33. package/dist/_virtual/VPicker.sass.mjs +1 -0
  34. package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
  35. package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
  36. package/dist/_virtual/VRating.sass.mjs +1 -0
  37. package/dist/_virtual/VResponsive.sass.mjs +1 -0
  38. package/dist/_virtual/VRipple.sass.mjs +1 -0
  39. package/dist/_virtual/VSelect.sass.mjs +1 -0
  40. package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
  41. package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
  42. package/dist/_virtual/VSheet.sass.mjs +1 -0
  43. package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
  44. package/dist/_virtual/VSlider.sass.mjs +1 -0
  45. package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
  46. package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
  47. package/dist/_virtual/VSpacer.sass.mjs +1 -0
  48. package/dist/_virtual/VSwitch.sass.mjs +1 -0
  49. package/dist/_virtual/VTab.sass.mjs +1 -0
  50. package/dist/_virtual/VTable.sass.mjs +1 -0
  51. package/dist/_virtual/VTabs.sass.mjs +1 -0
  52. package/dist/_virtual/VTextField.sass.mjs +1 -0
  53. package/dist/_virtual/VTextarea.sass.mjs +1 -0
  54. package/dist/_virtual/VToolbar.sass.mjs +1 -0
  55. package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
  56. package/dist/_virtual/VWindow.sass.mjs +1 -0
  57. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
  58. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
  59. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
  60. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
  61. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
  62. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
  63. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
  64. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
  65. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
  66. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
  67. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
  68. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
  69. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
  70. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
  71. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
  72. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
  73. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
  74. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
  75. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
  76. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
  77. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
  78. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
  79. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
  80. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
  81. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
  82. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
  83. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
  84. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
  85. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
  86. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
  87. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
  88. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
  89. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
  90. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
  91. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
  92. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
  93. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
  94. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
  95. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
  96. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
  97. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
  98. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
  99. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
  100. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
  101. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
  102. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
  103. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
  104. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
  105. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
  106. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
  107. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
  108. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
  109. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
  110. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
  111. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
  112. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
  113. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
  114. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
  115. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
  116. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
  117. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
  118. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
  119. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
  120. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
  121. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
  154. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
  155. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
  156. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
  157. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
  158. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
  159. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
  160. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
  161. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
  162. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
  163. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
  164. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
  165. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
  166. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
  167. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
  168. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
  169. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
  170. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
  171. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
  172. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
  173. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
  174. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
  175. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
  176. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
  177. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
  178. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
  179. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
  180. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
  181. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
  182. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
  183. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
  184. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
  185. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
  186. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
  187. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
  188. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
  189. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
  190. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
  191. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
  192. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
  193. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
  194. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
  195. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
  196. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
  197. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
  198. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
  199. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
  200. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
  201. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
  202. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
  203. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
  204. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
  205. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
  206. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
  207. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
  208. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
  209. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
  210. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
  211. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
  212. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
  213. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
  214. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
  215. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
  216. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
  217. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
  218. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
  219. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
  220. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
  221. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
  222. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
  223. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
  224. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
  225. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
  226. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
  227. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
  228. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
  229. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
  230. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
  231. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
  232. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
  233. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
  234. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
  235. package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
  236. package/dist/components/BT-Avatar.vue.mjs +31 -31
  237. package/dist/components/BT-Background-Task.vue.mjs +52 -52
  238. package/dist/components/BT-Blade-Item.vue.mjs +110 -100
  239. package/dist/components/BT-Blade-Items.vue.mjs +1 -1
  240. package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
  241. package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
  242. package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
  243. package/dist/components/BT-Blade.vue.mjs +201 -192
  244. package/dist/components/BT-Btn.vue.mjs +23 -25
  245. package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
  246. package/dist/components/BT-Col.vue.mjs +17 -19
  247. package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
  248. package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
  249. package/dist/components/BT-Cron.vue.mjs +264 -249
  250. package/dist/components/BT-Date-Select.vue.mjs +46 -47
  251. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  252. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  253. package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
  254. package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
  255. package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
  256. package/dist/components/BT-Divider.vue.mjs +20 -21
  257. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  258. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  259. package/dist/components/BT-Entity.vue.mjs +82 -82
  260. package/dist/components/BT-Error.vue.mjs +26 -27
  261. package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
  262. package/dist/components/BT-Field-Date.vue.mjs +87 -84
  263. package/dist/components/BT-Field-Entity.vue.mjs +20 -16
  264. package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
  265. package/dist/components/BT-Field-Select.vue.mjs +32 -34
  266. package/dist/components/BT-Field-String.vue.mjs +54 -52
  267. package/dist/components/BT-Field-Switch.vue.mjs +44 -43
  268. package/dist/components/BT-Field-Tags.vue.mjs +57 -55
  269. package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
  270. package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
  271. package/dist/components/BT-Field.vue.mjs +39 -38
  272. package/dist/components/BT-Form-Builder.vue.mjs +346 -325
  273. package/dist/components/BT-Form-Field.vue.mjs +88 -81
  274. package/dist/components/BT-Form.vue.mjs +280 -269
  275. package/dist/components/BT-Header-Option.vue.mjs +21 -19
  276. package/dist/components/BT-Image-Select.vue.mjs +186 -177
  277. package/dist/components/BT-Json.vue.mjs +29 -30
  278. package/dist/components/BT-Loader.vue.mjs +32 -31
  279. package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
  280. package/dist/components/BT-Number.vue.mjs +1 -1
  281. package/dist/components/BT-Number.vue2.mjs +17 -19
  282. package/dist/components/BT-Numpad.vue.mjs +147 -144
  283. package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
  284. package/dist/components/BT-Select-Simple.vue.mjs +21 -23
  285. package/dist/components/BT-Select.vue.mjs +36 -37
  286. package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
  287. package/dist/components/BT-Signature.vue.mjs +96 -96
  288. package/dist/components/BT-Slider.vue.mjs +109 -103
  289. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  290. package/dist/components/BT-Status-Item.vue.mjs +18 -16
  291. package/dist/components/BT-Tags.vue.mjs +21 -22
  292. package/dist/components/BT-Tour.vue.mjs +69 -65
  293. package/dist/style.css +1 -1
  294. package/package.json +5 -2
@@ -0,0 +1,169 @@
1
+ import { useProxiedModel as G } from "./proxiedModel.mjs";
2
+ import { useId as E, provide as b, inject as A, toRef as x, computed as g, onBeforeUnmount as w, watch as B, reactive as P, onMounted as k, onUpdated as M, unref as U } from "vue";
3
+ import { deepEqual as $ } from "../util/deepEqual.mjs";
4
+ import { wrapInArray as q, findChildrenWithProvide as F } from "../util/helpers.mjs";
5
+ import { propsFactory as y } from "../util/propsFactory.mjs";
6
+ import { getCurrentInstance as C } from "../util/getCurrentInstance.mjs";
7
+ import { consoleWarn as W } from "../util/console.mjs";
8
+ const Q = y({
9
+ modelValue: {
10
+ type: null,
11
+ default: void 0
12
+ },
13
+ multiple: Boolean,
14
+ mandatory: [Boolean, String],
15
+ max: Number,
16
+ selectedClass: String,
17
+ disabled: Boolean
18
+ }, "group"), X = y({
19
+ value: null,
20
+ disabled: Boolean,
21
+ selectedClass: String
22
+ }, "group-item");
23
+ function Y(s, o) {
24
+ let d = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !0;
25
+ const n = C("useGroupItem");
26
+ if (!n)
27
+ throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");
28
+ const t = E();
29
+ b(Symbol.for(`${o.description}:id`), t);
30
+ const i = A(o, null);
31
+ if (!i) {
32
+ if (!d)
33
+ return i;
34
+ throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${o.description}`);
35
+ }
36
+ const m = x(() => s.value), p = g(() => !!(i.disabled.value || s.disabled));
37
+ function h() {
38
+ i == null || i.register({
39
+ id: t,
40
+ value: m,
41
+ disabled: p
42
+ }, n);
43
+ }
44
+ function v() {
45
+ i == null || i.unregister(t);
46
+ }
47
+ h(), w(() => v());
48
+ const f = g(() => i.isSelected(t)), I = g(() => i.items.value[0].id === t), e = g(() => i.items.value[i.items.value.length - 1].id === t), l = g(() => f.value && [i.selectedClass.value, s.selectedClass]);
49
+ return B(f, (r) => {
50
+ n.emit("group:selected", {
51
+ value: r
52
+ });
53
+ }, {
54
+ flush: "sync"
55
+ }), {
56
+ id: t,
57
+ isSelected: f,
58
+ isFirst: I,
59
+ isLast: e,
60
+ toggle: () => i.select(t, !f.value),
61
+ select: (r) => i.select(t, r),
62
+ selectedClass: l,
63
+ value: m,
64
+ disabled: p,
65
+ group: i,
66
+ register: h,
67
+ unregister: v
68
+ };
69
+ }
70
+ function Z(s, o) {
71
+ let d = !1;
72
+ const n = P([]), t = G(s, "modelValue", [], (e) => e === void 0 ? [] : S(n, e === null ? [null] : q(e)), (e) => {
73
+ const l = N(n, e);
74
+ return s.multiple ? l : l[0];
75
+ }), i = C("useGroup");
76
+ function m(e, l) {
77
+ const r = e, u = Symbol.for(`${o.description}:id`), a = F(u, i == null ? void 0 : i.vnode).indexOf(l);
78
+ U(r.value) === void 0 && (r.value = a, r.useIndexAsValue = !0), a > -1 ? n.splice(a, 0, r) : n.push(r);
79
+ }
80
+ function p(e) {
81
+ if (d)
82
+ return;
83
+ h();
84
+ const l = n.findIndex((r) => r.id === e);
85
+ n.splice(l, 1);
86
+ }
87
+ function h() {
88
+ const e = n.find((l) => !l.disabled);
89
+ e && s.mandatory === "force" && !t.value.length && (t.value = [e.id]);
90
+ }
91
+ k(() => {
92
+ h();
93
+ }), w(() => {
94
+ d = !0;
95
+ }), M(() => {
96
+ for (let e = 0; e < n.length; e++)
97
+ n[e].useIndexAsValue && (n[e].value = e);
98
+ });
99
+ function v(e, l) {
100
+ const r = n.find((u) => u.id === e);
101
+ if (!(l && (r != null && r.disabled)))
102
+ if (s.multiple) {
103
+ const u = t.value.slice(), c = u.findIndex((V) => V === e), a = ~c;
104
+ if (l = l ?? !a, a && s.mandatory && u.length <= 1 || !a && s.max != null && u.length + 1 > s.max)
105
+ return;
106
+ c < 0 && l ? u.push(e) : c >= 0 && !l && u.splice(c, 1), t.value = u;
107
+ } else {
108
+ const u = t.value.includes(e);
109
+ if (s.mandatory && u || !u && !l)
110
+ return;
111
+ t.value = l ?? !u ? [e] : [];
112
+ }
113
+ }
114
+ function f(e) {
115
+ if (s.multiple && W('This method is not supported when using "multiple" prop'), t.value.length) {
116
+ const l = t.value[0], r = n.findIndex((a) => a.id === l);
117
+ let u = (r + e) % n.length, c = n[u];
118
+ for (; c.disabled && u !== r; )
119
+ u = (u + e) % n.length, c = n[u];
120
+ if (c.disabled)
121
+ return;
122
+ t.value = [n[u].id];
123
+ } else {
124
+ const l = n.find((r) => !r.disabled);
125
+ l && (t.value = [l.id]);
126
+ }
127
+ }
128
+ const I = {
129
+ register: m,
130
+ unregister: p,
131
+ selected: t,
132
+ select: v,
133
+ disabled: x(() => s.disabled),
134
+ prev: () => f(n.length - 1),
135
+ next: () => f(1),
136
+ isSelected: (e) => t.value.includes(e),
137
+ selectedClass: x(() => s.selectedClass),
138
+ items: x(() => n),
139
+ getItemIndex: (e) => L(n, e)
140
+ };
141
+ return b(o, I), I;
142
+ }
143
+ function L(s, o) {
144
+ const d = S(s, [o]);
145
+ return d.length ? s.findIndex((n) => n.id === d[0]) : -1;
146
+ }
147
+ function S(s, o) {
148
+ const d = [];
149
+ return o.forEach((n) => {
150
+ const t = s.find((m) => $(n, m.value)), i = s[n];
151
+ (t == null ? void 0 : t.value) !== void 0 ? d.push(t.id) : i != null && i.useIndexAsValue && d.push(i.id);
152
+ }), d;
153
+ }
154
+ function N(s, o) {
155
+ const d = [];
156
+ return o.forEach((n) => {
157
+ const t = s.findIndex((i) => i.id === n);
158
+ if (~t) {
159
+ const i = s[t];
160
+ d.push(i.value !== void 0 ? i.value : t);
161
+ }
162
+ }), d;
163
+ }
164
+ export {
165
+ X as makeGroupItemProps,
166
+ Q as makeGroupProps,
167
+ Z as useGroup,
168
+ Y as useGroupItem
169
+ };
@@ -0,0 +1,20 @@
1
+ import { useDisplay as t } from "./display.mjs";
2
+ import { shallowRef as r, onMounted as s } from "vue";
3
+ import { IN_BROWSER as n } from "../util/globals.mjs";
4
+ function l() {
5
+ if (!n)
6
+ return r(!1);
7
+ const {
8
+ ssr: o
9
+ } = t();
10
+ if (o) {
11
+ const e = r(!1);
12
+ return s(() => {
13
+ e.value = !0;
14
+ }), e;
15
+ } else
16
+ return r(!0);
17
+ }
18
+ export {
19
+ l as useHydration
20
+ };
@@ -0,0 +1,21 @@
1
+ import { computed as c } from "vue";
2
+ import { propsFactory as t } from "../util/propsFactory.mjs";
3
+ const S = t({
4
+ iconSize: [Number, String],
5
+ iconSizes: {
6
+ type: Array,
7
+ default: () => [["x-small", 10], ["small", 16], ["default", 24], ["large", 28], ["x-large", 32]]
8
+ }
9
+ }, "iconSize");
10
+ function z(i, n) {
11
+ return {
12
+ iconSize: c(() => {
13
+ const o = new Map(i.iconSizes), e = i.iconSize ?? n() ?? "default";
14
+ return o.has(e) ? o.get(e) : e;
15
+ })
16
+ };
17
+ }
18
+ export {
19
+ S as makeIconSizeProps,
20
+ z as useIconSizes
21
+ };
@@ -1,82 +1,115 @@
1
- import { createVNode as r, mergeProps as u, createElementVNode as o, normalizeClass as s } from "vue";
2
- import { genericComponent as m, defineComponent as c } from "../util/defineComponent.mjs";
3
- import { propsFactory as g } from "../util/propsFactory.mjs";
4
- const p = [String, Function, Object, Array], l = g({
1
+ import { createVNode as i, mergeProps as g, createElementVNode as c, normalizeClass as d, inject as y, computed as I, toValue as V } from "vue";
2
+ import { genericComponent as S, defineComponent as l } from "../util/defineComponent.mjs";
3
+ import { consoleWarn as v } from "../util/console.mjs";
4
+ import { propsFactory as A } from "../util/propsFactory.mjs";
5
+ const h = [String, Function, Object, Array], w = Symbol.for("vuetify:icons"), s = A({
5
6
  icon: {
6
- type: p
7
+ type: h
7
8
  },
8
9
  // Could not remove this and use makeTagProps, types complained because it is not required
9
10
  tag: {
10
11
  type: [String, Object, Function],
11
12
  required: !0
12
13
  }
13
- }, "icon");
14
- m()({
14
+ }, "icon"), m = S()({
15
15
  name: "VComponentIcon",
16
- props: l(),
17
- setup(n, a) {
16
+ props: s(),
17
+ setup(t, o) {
18
18
  let {
19
- slots: t
20
- } = a;
19
+ slots: r
20
+ } = o;
21
21
  return () => {
22
- const e = n.icon;
23
- return r(n.tag, null, {
22
+ const e = t.icon;
23
+ return i(t.tag, null, {
24
24
  default: () => {
25
- var i;
26
- return [n.icon ? r(e, null, null) : (i = t.default) == null ? void 0 : i.call(t)];
25
+ var n;
26
+ return [t.icon ? i(e, null, null) : (n = r.default) == null ? void 0 : n.call(r)];
27
27
  }
28
28
  });
29
29
  };
30
30
  }
31
- });
32
- const I = c({
31
+ }), C = l({
33
32
  name: "VSvgIcon",
34
33
  inheritAttrs: !1,
35
- props: l(),
36
- setup(n, a) {
34
+ props: s(),
35
+ setup(t, o) {
37
36
  let {
38
- attrs: t
39
- } = a;
40
- return () => r(n.tag, u(t, {
37
+ attrs: r
38
+ } = o;
39
+ return () => i(t.tag, g(r, {
41
40
  style: null
42
41
  }), {
43
- default: () => [o("svg", {
42
+ default: () => [c("svg", {
44
43
  class: "v-icon__svg",
45
44
  xmlns: "http://www.w3.org/2000/svg",
46
45
  viewBox: "0 0 24 24",
47
46
  role: "img",
48
47
  "aria-hidden": "true"
49
- }, [Array.isArray(n.icon) ? n.icon.map((e) => Array.isArray(e) ? o("path", {
48
+ }, [Array.isArray(t.icon) ? t.icon.map((e) => Array.isArray(e) ? c("path", {
50
49
  d: e[0],
51
50
  "fill-opacity": e[1]
52
- }, null) : o("path", {
51
+ }, null) : c("path", {
53
52
  d: e
54
- }, null)) : o("path", {
55
- d: n.icon
53
+ }, null)) : c("path", {
54
+ d: t.icon
56
55
  }, null)])]
57
56
  });
58
57
  }
59
58
  });
60
- c({
59
+ l({
61
60
  name: "VLigatureIcon",
62
- props: l(),
63
- setup(n) {
64
- return () => r(n.tag, null, {
65
- default: () => [n.icon]
61
+ props: s(),
62
+ setup(t) {
63
+ return () => i(t.tag, null, {
64
+ default: () => [t.icon]
66
65
  });
67
66
  }
68
67
  });
69
- c({
68
+ l({
70
69
  name: "VClassIcon",
71
- props: l(),
72
- setup(n) {
73
- return () => r(n.tag, {
74
- class: s(n.icon)
70
+ props: s(),
71
+ setup(t) {
72
+ return () => i(t.tag, {
73
+ class: d(t.icon)
75
74
  }, null);
76
75
  }
77
76
  });
77
+ const O = (t) => {
78
+ const o = y(w);
79
+ if (!o)
80
+ throw new Error("Missing Vuetify Icons provide!");
81
+ return {
82
+ iconData: I(() => {
83
+ var u;
84
+ const e = V(t);
85
+ if (!e)
86
+ return {
87
+ component: m
88
+ };
89
+ let n = e;
90
+ if (typeof n == "string" && (n = n.trim(), n.startsWith("$") && (n = (u = o.aliases) == null ? void 0 : u[n.slice(1)])), n || v(`Could not find aliased icon "${e}"`), Array.isArray(n))
91
+ return {
92
+ component: C,
93
+ icon: n
94
+ };
95
+ if (typeof n != "string")
96
+ return {
97
+ component: m,
98
+ icon: n
99
+ };
100
+ const a = Object.keys(o.sets).find((p) => typeof n == "string" && n.startsWith(`${p}:`)), f = a ? n.slice(a.length + 1) : n;
101
+ return {
102
+ component: o.sets[a ?? o.defaultSet].component,
103
+ icon: f
104
+ };
105
+ })
106
+ };
107
+ };
78
108
  export {
79
- p as IconValue,
80
- I as VSvgIcon,
81
- l as makeIconProps
109
+ w as IconSymbol,
110
+ h as IconValue,
111
+ m as VComponentIcon,
112
+ C as VSvgIcon,
113
+ s as makeIconProps,
114
+ O as useIcon
82
115
  };
@@ -0,0 +1,24 @@
1
+ import { ref as f, shallowRef as v, onScopeDispose as p, watch as I } from "vue";
2
+ import { SUPPORTS_INTERSECTION as c } from "../util/globals.mjs";
3
+ function O(o, i) {
4
+ const t = f(), r = v(!1);
5
+ if (c) {
6
+ const s = new IntersectionObserver((e) => {
7
+ o == null || o(e, s), r.value = !!e.find((n) => n.isIntersecting);
8
+ }, i);
9
+ p(() => {
10
+ s.disconnect();
11
+ }), I(t, (e, n) => {
12
+ n && (s.unobserve(n), r.value = !1), e && s.observe(e);
13
+ }, {
14
+ flush: "post"
15
+ });
16
+ }
17
+ return {
18
+ intersectionRef: t,
19
+ isIntersecting: r
20
+ };
21
+ }
22
+ export {
23
+ O as useIntersectionObserver
24
+ };
@@ -0,0 +1,43 @@
1
+ import { inject as i, useId as l, provide as n, shallowRef as m, onDeactivated as s, onActivated as c, computed as f, onBeforeUnmount as v } from "vue";
2
+ import { getCurrentInstance as d } from "../util/getCurrentInstance.mjs";
3
+ import { propsFactory as p } from "../util/propsFactory.mjs";
4
+ const I = Symbol.for("vuetify:layout"), S = Symbol.for("vuetify:layout-item"), w = p({
5
+ name: {
6
+ type: String
7
+ },
8
+ order: {
9
+ type: [Number, String],
10
+ default: 0
11
+ },
12
+ absolute: Boolean
13
+ }, "layout-item");
14
+ function K(e) {
15
+ const t = i(I);
16
+ if (!t)
17
+ throw new Error("[Vuetify] Could not find injected layout");
18
+ const o = e.id ?? `layout-item-${l()}`, a = d("useLayoutItem");
19
+ n(S, {
20
+ id: o
21
+ });
22
+ const u = m(!1);
23
+ s(() => u.value = !0), c(() => u.value = !1);
24
+ const {
25
+ layoutItemStyles: r,
26
+ layoutItemScrimStyles: y
27
+ } = t.register(a, {
28
+ ...e,
29
+ active: f(() => u.value ? !1 : e.active.value),
30
+ id: o
31
+ });
32
+ return v(() => t.unregister(o)), {
33
+ layoutItemStyles: r,
34
+ layoutRect: t.layoutRect,
35
+ layoutItemScrimStyles: y
36
+ };
37
+ }
38
+ export {
39
+ S as VuetifyLayoutItemKey,
40
+ I as VuetifyLayoutKey,
41
+ w as makeLayoutItemProps,
42
+ K as useLayoutItem
43
+ };
@@ -0,0 +1,21 @@
1
+ import { shallowRef as n, toRef as f, watch as l } from "vue";
2
+ import { propsFactory as s } from "../util/propsFactory.mjs";
3
+ const i = s({
4
+ eager: Boolean
5
+ }, "lazy");
6
+ function m(o, a) {
7
+ const e = n(!1), t = f(() => e.value || o.eager || a.value);
8
+ l(a, () => e.value = !0);
9
+ function r() {
10
+ o.eager || (e.value = !1);
11
+ }
12
+ return {
13
+ isBooted: e,
14
+ hasContent: t,
15
+ onAfterLeave: r
16
+ };
17
+ }
18
+ export {
19
+ i as makeLazyProps,
20
+ m as useLazy
21
+ };
@@ -0,0 +1,120 @@
1
+ import { computed as A, shallowRef as _, watchEffect as S } from "vue";
2
+ import { isPrimitive as T, getPropertyFromItem as d, omit as b, pick as C } from "../util/helpers.mjs";
3
+ import { propsFactory as j } from "../util/propsFactory.mjs";
4
+ import { deepEqual as k } from "../util/deepEqual.mjs";
5
+ const N = j({
6
+ items: {
7
+ type: Array,
8
+ default: () => []
9
+ },
10
+ itemTitle: {
11
+ type: [String, Array, Function],
12
+ default: "title"
13
+ },
14
+ itemValue: {
15
+ type: [String, Array, Function],
16
+ default: "value"
17
+ },
18
+ itemChildren: {
19
+ type: [Boolean, String, Array, Function],
20
+ default: "children"
21
+ },
22
+ itemProps: {
23
+ type: [Boolean, String, Array, Function],
24
+ default: "props"
25
+ },
26
+ itemType: {
27
+ type: [Boolean, String, Array, Function],
28
+ default: "type"
29
+ },
30
+ returnObject: Boolean,
31
+ valueComparator: Function
32
+ }, "list-items"), O = /* @__PURE__ */ new Set(["item", "divider", "subheader"]);
33
+ function f(t, e) {
34
+ const u = d(e, t.itemTitle, e), i = d(e, t.itemValue, u), s = d(e, t.itemChildren), v = t.itemProps === !0 ? typeof e == "object" && e != null && !Array.isArray(e) ? "children" in e ? b(e, ["children"]) : e : void 0 : d(e, t.itemProps);
35
+ let l = d(e, t.itemType, "item");
36
+ O.has(l) || (l = "item");
37
+ const n = {
38
+ title: u,
39
+ value: i,
40
+ ...v
41
+ };
42
+ return {
43
+ type: l,
44
+ title: String(n.title ?? ""),
45
+ value: n.value,
46
+ props: n,
47
+ children: l === "item" && Array.isArray(s) ? F(t, s) : void 0,
48
+ raw: e
49
+ };
50
+ }
51
+ f.neededProps = ["itemTitle", "itemValue", "itemChildren", "itemProps", "itemType"];
52
+ function F(t, e) {
53
+ const u = C(t, f.neededProps), i = [];
54
+ for (const s of e)
55
+ i.push(f(u, s));
56
+ return i;
57
+ }
58
+ function q(t) {
59
+ const e = A(() => F(t, t.items)), u = A(() => e.value.some((n) => n.value === null)), i = _(/* @__PURE__ */ new Map()), s = _([]);
60
+ S(() => {
61
+ const n = e.value, r = /* @__PURE__ */ new Map(), o = [];
62
+ for (let p = 0; p < n.length; p++) {
63
+ const a = n[p];
64
+ if (T(a.value) || a.value === null) {
65
+ let c = r.get(a.value);
66
+ c || (c = [], r.set(a.value, c)), c.push(a);
67
+ } else
68
+ o.push(a);
69
+ }
70
+ i.value = r, s.value = o;
71
+ });
72
+ function v(n) {
73
+ const r = i.value, o = e.value, p = s.value, a = u.value, c = t.returnObject, h = !!t.valueComparator, w = t.valueComparator || k, I = C(t, f.neededProps), y = [];
74
+ e:
75
+ for (const m of n) {
76
+ if (!a && m === null)
77
+ continue;
78
+ if (c && typeof m == "string") {
79
+ y.push(f(I, m));
80
+ continue;
81
+ }
82
+ const g = r.get(m);
83
+ if (h || !g) {
84
+ for (const P of h ? o : p)
85
+ if (w(m, P.value)) {
86
+ y.push(P);
87
+ continue e;
88
+ }
89
+ y.push(f(I, m));
90
+ continue;
91
+ }
92
+ y.push(...g);
93
+ }
94
+ return y;
95
+ }
96
+ function l(n) {
97
+ return t.returnObject ? n.map((r) => {
98
+ let {
99
+ raw: o
100
+ } = r;
101
+ return o;
102
+ }) : n.map((r) => {
103
+ let {
104
+ value: o
105
+ } = r;
106
+ return o;
107
+ });
108
+ }
109
+ return {
110
+ items: e,
111
+ transformIn: v,
112
+ transformOut: l
113
+ };
114
+ }
115
+ export {
116
+ N as makeItemsProps,
117
+ f as transformItem,
118
+ F as transformItems,
119
+ q as useItems
120
+ };
@@ -0,0 +1,38 @@
1
+ import { toRef as a, createElementVNode as n, normalizeClass as l, createVNode as i } from "vue";
2
+ import { VProgressLinear as m } from "../components/VProgressLinear/VProgressLinear.mjs";
3
+ import { propsFactory as c } from "../util/propsFactory.mjs";
4
+ import { getCurrentInstanceName as d } from "../util/getCurrentInstance.mjs";
5
+ const v = c({
6
+ loading: [Boolean, String]
7
+ }, "loader");
8
+ function C(e) {
9
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : d();
10
+ return {
11
+ loaderClasses: a(() => ({
12
+ [`${t}--loading`]: e.loading
13
+ }))
14
+ };
15
+ }
16
+ function L(e, t) {
17
+ var r;
18
+ let {
19
+ slots: o
20
+ } = t;
21
+ return n("div", {
22
+ class: l(`${e.name}__loader`)
23
+ }, [((r = o.default) == null ? void 0 : r.call(o, {
24
+ color: e.color,
25
+ isActive: e.active
26
+ })) || i(m, {
27
+ absolute: e.absolute,
28
+ active: e.active,
29
+ color: e.color,
30
+ height: "2",
31
+ indeterminate: !0
32
+ }, null)]);
33
+ }
34
+ export {
35
+ L as LoaderSlot,
36
+ v as makeLoaderProps,
37
+ C as useLoader
38
+ };
@@ -0,0 +1,22 @@
1
+ import { inject as e } from "vue";
2
+ const o = Symbol.for("vuetify:locale");
3
+ function n() {
4
+ const t = e(o);
5
+ if (!t)
6
+ throw new Error("[Vuetify] Could not find injected locale instance");
7
+ return t;
8
+ }
9
+ function r() {
10
+ const t = e(o);
11
+ if (!t)
12
+ throw new Error("[Vuetify] Could not find injected rtl instance");
13
+ return {
14
+ isRtl: t.isRtl,
15
+ rtlClasses: t.rtlClasses
16
+ };
17
+ }
18
+ export {
19
+ o as LocaleSymbol,
20
+ n as useLocale,
21
+ r as useRtl
22
+ };
@@ -0,0 +1,49 @@
1
+ import { useRtl as f } from "./locale.mjs";
2
+ import { computed as m } from "vue";
3
+ import { parseAnchor as p } from "../util/anchor.mjs";
4
+ import { propsFactory as u } from "../util/propsFactory.mjs";
5
+ const i = {
6
+ center: "center",
7
+ top: "bottom",
8
+ bottom: "top",
9
+ left: "right",
10
+ right: "left"
11
+ }, x = u({
12
+ location: String
13
+ }, "location");
14
+ function S(o) {
15
+ let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, l = arguments.length > 2 ? arguments[2] : void 0;
16
+ const {
17
+ isRtl: s
18
+ } = f();
19
+ return {
20
+ locationStyles: m(() => {
21
+ if (!o.location)
22
+ return {};
23
+ const {
24
+ side: e,
25
+ align: n
26
+ } = p(o.location.split(" ").length > 1 ? o.location : `${o.location} center`, s.value);
27
+ function a(c) {
28
+ return l ? l(c) : 0;
29
+ }
30
+ const t = {};
31
+ return e !== "center" && (r ? t[i[e]] = `calc(100% - ${a(e)}px)` : t[e] = 0), n !== "center" ? r ? t[i[n]] = `calc(100% - ${a(n)}px)` : t[n] = 0 : (e === "center" ? t.top = t.left = "50%" : t[{
32
+ top: "left",
33
+ bottom: "left",
34
+ left: "top",
35
+ right: "top"
36
+ }[e]] = "50%", t.transform = {
37
+ top: "translateX(-50%)",
38
+ bottom: "translateX(-50%)",
39
+ left: "translateY(-50%)",
40
+ right: "translateY(-50%)",
41
+ center: "translate(-50%, -50%)"
42
+ }[e]), t;
43
+ })
44
+ };
45
+ }
46
+ export {
47
+ x as makeLocationProps,
48
+ S as useLocation
49
+ };