bt-core-app 2.2.10 → 2.2.11

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 +1 -1
@@ -0,0 +1,136 @@
1
+ import { createVNode as v, Transition as w, mergeProps as F } from "vue";
2
+ import { getTargetBox as b } from "../../util/box.mjs";
3
+ import { animate as d, nullifyTransforms as B } from "../../util/animation.mjs";
4
+ import { deceleratedEasing as x, standardEasing as E, acceleratedEasing as P } from "../../util/easing.mjs";
5
+ import { genericComponent as O } from "../../util/defineComponent.mjs";
6
+ import { propsFactory as S } from "../../util/propsFactory.mjs";
7
+ import { PREFERS_REDUCED_MOTION as A } from "../../util/globals.mjs";
8
+ const V = S({
9
+ target: [Object, Array]
10
+ }, "v-dialog-transition"), y = /* @__PURE__ */ new WeakMap(), X = O()({
11
+ name: "VDialogTransition",
12
+ props: V(),
13
+ setup(i, a) {
14
+ let {
15
+ slots: e
16
+ } = a;
17
+ const r = {
18
+ onBeforeEnter(t) {
19
+ t.style.pointerEvents = "none", t.style.visibility = "hidden";
20
+ },
21
+ async onEnter(t, f) {
22
+ var m;
23
+ await new Promise((s) => requestAnimationFrame(s)), await new Promise((s) => requestAnimationFrame(s)), t.style.visibility = "";
24
+ const n = T(i.target, t), {
25
+ x: c,
26
+ y: g,
27
+ sx: h,
28
+ sy: p,
29
+ speed: o
30
+ } = n;
31
+ if (y.set(t, n), A())
32
+ d(t, [{
33
+ opacity: 0
34
+ }, {}], {
35
+ duration: 125 * o,
36
+ easing: x
37
+ }).finished.then(() => f());
38
+ else {
39
+ const s = d(t, [{
40
+ transform: `translate(${c}px, ${g}px) scale(${h}, ${p})`,
41
+ opacity: 0
42
+ }, {}], {
43
+ duration: 225 * o,
44
+ easing: x
45
+ });
46
+ (m = $(t)) == null || m.forEach((l) => {
47
+ d(l, [{
48
+ opacity: 0
49
+ }, {
50
+ opacity: 0,
51
+ offset: 0.33
52
+ }, {}], {
53
+ duration: 225 * 2 * o,
54
+ easing: E
55
+ });
56
+ }), s.finished.then(() => f());
57
+ }
58
+ },
59
+ onAfterEnter(t) {
60
+ t.style.removeProperty("pointer-events");
61
+ },
62
+ onBeforeLeave(t) {
63
+ t.style.pointerEvents = "none";
64
+ },
65
+ async onLeave(t, f) {
66
+ var m;
67
+ await new Promise((s) => requestAnimationFrame(s));
68
+ let n;
69
+ !y.has(t) || Array.isArray(i.target) || i.target.offsetParent || i.target.getClientRects().length ? n = T(i.target, t) : n = y.get(t);
70
+ const {
71
+ x: c,
72
+ y: g,
73
+ sx: h,
74
+ sy: p,
75
+ speed: o
76
+ } = n;
77
+ A() ? d(t, [{}, {
78
+ opacity: 0
79
+ }], {
80
+ duration: 85 * o,
81
+ easing: P
82
+ }).finished.then(() => f()) : (d(t, [{}, {
83
+ transform: `translate(${c}px, ${g}px) scale(${h}, ${p})`,
84
+ opacity: 0
85
+ }], {
86
+ duration: 125 * o,
87
+ easing: P
88
+ }).finished.then(() => f()), (m = $(t)) == null || m.forEach((l) => {
89
+ d(l, [{}, {
90
+ opacity: 0,
91
+ offset: 0.2
92
+ }, {
93
+ opacity: 0
94
+ }], {
95
+ duration: 125 * 2 * o,
96
+ easing: E
97
+ });
98
+ }));
99
+ },
100
+ onAfterLeave(t) {
101
+ t.style.removeProperty("pointer-events");
102
+ }
103
+ };
104
+ return () => i.target ? v(w, F({
105
+ name: "dialog-transition"
106
+ }, r, {
107
+ css: !1
108
+ }), e) : v(w, {
109
+ name: "dialog-transition"
110
+ }, e);
111
+ }
112
+ });
113
+ function $(i) {
114
+ var e;
115
+ const a = (e = i.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list")) == null ? void 0 : e.children;
116
+ return a && [...a];
117
+ }
118
+ function T(i, a) {
119
+ const e = b(i), r = B(a), [t, f] = getComputedStyle(a).transformOrigin.split(" ").map((D) => parseFloat(D)), [n, c] = getComputedStyle(a).getPropertyValue("--v-overlay-anchor-origin").split(" ");
120
+ let g = e.left + e.width / 2;
121
+ n === "left" || c === "left" ? g -= e.width / 2 : (n === "right" || c === "right") && (g += e.width / 2);
122
+ let h = e.top + e.height / 2;
123
+ n === "top" || c === "top" ? h -= e.height / 2 : (n === "bottom" || c === "bottom") && (h += e.height / 2);
124
+ const p = e.width / r.width, o = e.height / r.height, m = Math.max(1, p, o), s = p / m || 0, l = o / m || 0, u = r.width * r.height / (window.innerWidth * window.innerHeight), C = u > 0.12 ? Math.min(1.5, (u - 0.12) * 10 + 1) : 1;
125
+ return {
126
+ x: g - (t + r.left),
127
+ y: h - (f + r.top),
128
+ sx: s,
129
+ sy: l,
130
+ speed: C
131
+ };
132
+ }
133
+ export {
134
+ X as VDialogTransition,
135
+ V as makeVDialogTransitionProps
136
+ };
@@ -0,0 +1,52 @@
1
+ function a() {
2
+ let n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "y";
3
+ return {
4
+ onBeforeEnter(t) {
5
+ t._parent = t.parentNode, t._initialStyle = {
6
+ transition: t.style.transition,
7
+ overflow: t.style.overflow,
8
+ width: t.style.width,
9
+ height: t.style.height
10
+ };
11
+ },
12
+ onEnter(t) {
13
+ const e = t._initialStyle;
14
+ if (!e)
15
+ return;
16
+ t.style.setProperty("transition", "none", "important"), t.style.overflow = "hidden";
17
+ const s = `${t.offsetWidth}px`, r = `${t.offsetHeight}px`;
18
+ ["x", "both"].includes(i) && (t.style.width = "0"), ["y", "both"].includes(i) && (t.style.height = "0"), t.offsetHeight, t.style.transition = e.transition, n && t._parent && t._parent.classList.add(n), requestAnimationFrame(() => {
19
+ ["x", "both"].includes(i) && (t.style.width = s), ["y", "both"].includes(i) && (t.style.height = r);
20
+ });
21
+ },
22
+ onAfterEnter: o,
23
+ onEnterCancelled: o,
24
+ onLeave(t) {
25
+ t._initialStyle = {
26
+ transition: "",
27
+ overflow: t.style.overflow,
28
+ width: t.style.width,
29
+ height: t.style.height
30
+ }, t.style.overflow = "hidden", ["x", "both"].includes(i) && (t.style.width = `${t.offsetWidth}px`), ["y", "both"].includes(i) && (t.style.height = `${t.offsetHeight}px`), t.offsetHeight, requestAnimationFrame(() => {
31
+ ["x", "both"].includes(i) && (t.style.width = "0"), ["y", "both"].includes(i) && (t.style.height = "0");
32
+ });
33
+ },
34
+ onAfterLeave: h,
35
+ onLeaveCancelled: h
36
+ };
37
+ function h(t) {
38
+ n && t._parent && t._parent.classList.remove(n), o(t);
39
+ }
40
+ function o(t) {
41
+ if (!t._initialStyle)
42
+ return;
43
+ const {
44
+ width: e,
45
+ height: s
46
+ } = t._initialStyle;
47
+ t.style.overflow = t._initialStyle.overflow, e != null && ["x", "both"].includes(i) && (t.style.width = e), s != null && ["y", "both"].includes(i) && (t.style.height = s), delete t._initialStyle;
48
+ }
49
+ }
50
+ export {
51
+ a as default
52
+ };
@@ -0,0 +1,22 @@
1
+ import { createCssTransition as n, createJavascriptTransition as i } from "./createTransition.mjs";
2
+ import t from "./expand-transition.mjs";
3
+ n("fab-transition", "center center", "out-in");
4
+ n("dialog-bottom-transition");
5
+ n("dialog-top-transition");
6
+ const s = n("fade-transition"), a = n("scale-transition");
7
+ n("scroll-x-transition");
8
+ n("scroll-x-reverse-transition");
9
+ n("scroll-y-transition");
10
+ n("scroll-y-reverse-transition");
11
+ const e = n("slide-x-transition"), l = n("slide-x-reverse-transition"), c = n("slide-y-transition"), d = n("slide-y-reverse-transition"), x = i("expand-transition", t()), p = i("expand-x-transition", t("", "x"));
12
+ i("expand-both-transition", t("", "both"));
13
+ export {
14
+ x as VExpandTransition,
15
+ p as VExpandXTransition,
16
+ s as VFadeTransition,
17
+ a as VScaleTransition,
18
+ l as VSlideXReverseTransition,
19
+ e as VSlideXTransition,
20
+ d as VSlideYReverseTransition,
21
+ c as VSlideYTransition
22
+ };
@@ -0,0 +1,21 @@
1
+ import { useId as m, shallowRef as l, toRef as o } from "vue";
2
+ import { propsFactory as c } from "../util/propsFactory.mjs";
3
+ const f = c({
4
+ autocomplete: String
5
+ }, "autocomplete");
6
+ function p(e) {
7
+ const n = m(), u = l(0), t = o(() => e.autocomplete === "suppress"), a = o(() => {
8
+ if (e.name)
9
+ return t.value ? `${e.name}-${n}-${u.value}` : e.name;
10
+ }), r = o(() => t.value ? "off" : e.autocomplete);
11
+ return {
12
+ isSuppressing: t,
13
+ fieldAutocomplete: r,
14
+ fieldName: a,
15
+ update: () => u.value = (/* @__PURE__ */ new Date()).getTime()
16
+ };
17
+ }
18
+ export {
19
+ f as makeAutocompleteProps,
20
+ p as useAutocomplete
21
+ };
@@ -0,0 +1,14 @@
1
+ function r(u) {
2
+ function n(o, c) {
3
+ if (!u.autofocus || !o)
4
+ return;
5
+ const t = c[0].target, e = t.matches("input,textarea") ? t : t.querySelector("input,textarea");
6
+ e == null || e.focus();
7
+ }
8
+ return {
9
+ onIntersect: n
10
+ };
11
+ }
12
+ export {
13
+ r as useAutofocus
14
+ };
@@ -0,0 +1,19 @@
1
+ import { computed as n } from "vue";
2
+ import { propsFactory as s } from "../util/propsFactory.mjs";
3
+ import { getCurrentInstanceName as m } from "../util/getCurrentInstance.mjs";
4
+ const p = s({
5
+ border: [Boolean, Number, String]
6
+ }, "border");
7
+ function b(e) {
8
+ let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : m();
9
+ return {
10
+ borderClasses: n(() => {
11
+ const r = e.border;
12
+ return r === !0 || r === "" ? `${o}--border` : typeof r == "string" || r === 0 ? String(r).split(" ").map((t) => `border-${t}`) : [];
13
+ })
14
+ };
15
+ }
16
+ export {
17
+ p as makeBorderProps,
18
+ b as useBorder
19
+ };
@@ -0,0 +1,69 @@
1
+ import { toValue as l } from "vue";
2
+ import { destructComputed as a } from "../util/helpers.mjs";
3
+ import { isCssColor as c, isParsableColor as C, parseColor as g, getForeground as d } from "../util/colorUtils.mjs";
4
+ function u(t) {
5
+ return a(() => {
6
+ const {
7
+ class: o,
8
+ style: r
9
+ } = b(t);
10
+ return {
11
+ colorClasses: o,
12
+ colorStyles: r
13
+ };
14
+ });
15
+ }
16
+ function p(t) {
17
+ const {
18
+ colorClasses: o,
19
+ colorStyles: r
20
+ } = u(() => ({
21
+ text: l(t)
22
+ }));
23
+ return {
24
+ textColorClasses: o,
25
+ textColorStyles: r
26
+ };
27
+ }
28
+ function y(t) {
29
+ const {
30
+ colorClasses: o,
31
+ colorStyles: r
32
+ } = u(() => ({
33
+ background: l(t)
34
+ }));
35
+ return {
36
+ backgroundColorClasses: o,
37
+ backgroundColorStyles: r
38
+ };
39
+ }
40
+ function i(t) {
41
+ return {
42
+ text: typeof t.text == "string" ? t.text.replace(/^text-/, "") : t.text,
43
+ background: typeof t.background == "string" ? t.background.replace(/^bg-/, "") : t.background
44
+ };
45
+ }
46
+ function b(t) {
47
+ const o = i(l(t)), r = [], e = {};
48
+ if (o.background)
49
+ if (c(o.background)) {
50
+ if (e.backgroundColor = o.background, !o.text && C(o.background)) {
51
+ const s = g(o.background);
52
+ if (s.a == null || s.a === 1) {
53
+ const n = d(s);
54
+ e.color = n, e.caretColor = n;
55
+ }
56
+ }
57
+ } else
58
+ r.push(`bg-${o.background}`);
59
+ return o.text && (c(o.text) ? (e.color = o.text, e.caretColor = o.text) : r.push(`text-${o.text}`)), {
60
+ class: r,
61
+ style: e
62
+ };
63
+ }
64
+ export {
65
+ b as computeColor,
66
+ y as useBackgroundColor,
67
+ u as useColor,
68
+ p as useTextColor
69
+ };
@@ -0,0 +1,11 @@
1
+ import { propsFactory as t } from "../util/propsFactory.mjs";
2
+ const o = t({
3
+ class: [String, Array, Object],
4
+ style: {
5
+ type: [String, Array, Object],
6
+ default: null
7
+ }
8
+ }, "component");
9
+ export {
10
+ o as makeComponentProps
11
+ };
@@ -1,61 +1,86 @@
1
- import { inject as h, computed as v, shallowRef as w, watchEffect as _, provide as C } from "vue";
2
- import { getCurrentInstance as E } from "../util/getCurrentInstance.mjs";
3
- import { toKebabCase as S, mergeDeep as V } from "../util/helpers.mjs";
4
- import { injectSelf as j } from "../util/injectSelf.mjs";
5
- const f = Symbol.for("vuetify:defaults");
6
- function x() {
7
- const t = h(f);
8
- if (!t)
1
+ import { ref as E, computed as v, unref as d, provide as w, inject as S, shallowRef as j, watchEffect as I } from "vue";
2
+ import { getCurrentInstance as V } from "../util/getCurrentInstance.mjs";
3
+ import { mergeDeep as o, toKebabCase as k } from "../util/helpers.mjs";
4
+ import { injectSelf as x } from "../util/injectSelf.mjs";
5
+ const m = Symbol.for("vuetify:defaults");
6
+ function _() {
7
+ const r = S(m);
8
+ if (!r)
9
9
  throw new Error("[Vuetify] Could not find defaults instance");
10
- return t;
10
+ return r;
11
11
  }
12
- function I(t, u) {
13
- return t.props && (typeof t.props[u] < "u" || typeof t.props[S(u)] < "u");
12
+ function P(r, t) {
13
+ const s = _(), l = E(r), f = v(() => {
14
+ if (d(t == null ? void 0 : t.disabled))
15
+ return s.value;
16
+ const a = d(t == null ? void 0 : t.scoped), c = d(t == null ? void 0 : t.reset), n = d(t == null ? void 0 : t.root);
17
+ if (l.value == null && !(a || c || n))
18
+ return s.value;
19
+ let e = o(l.value, {
20
+ prev: s.value
21
+ });
22
+ if (a)
23
+ return e;
24
+ if (c || n) {
25
+ const u = Number(c || 1 / 0);
26
+ for (let i = 0; i <= u && !(!e || !("prev" in e)); i++)
27
+ e = e.prev;
28
+ return e && typeof n == "string" && n in e && (e = o(o(e, {
29
+ prev: e
30
+ }), e[n])), e;
31
+ }
32
+ return e.prev ? o(e.prev, e) : e;
33
+ });
34
+ return w(m, f), f;
35
+ }
36
+ function O(r, t) {
37
+ return r.props && (typeof r.props[t] < "u" || typeof r.props[k(t)] < "u");
14
38
  }
15
- function K() {
16
- let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, u = arguments.length > 1 ? arguments[1] : void 0, a = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : x();
17
- const o = E("useDefaults");
18
- if (u = u ?? o.type.name ?? o.type.__name, !u)
39
+ function W() {
40
+ let r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0, s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : _();
41
+ const l = V("useDefaults");
42
+ if (t = t ?? l.type.name ?? l.type.__name, !t)
19
43
  throw new Error("[Vuetify] Could not determine component name");
20
- const s = v(() => {
21
- var e;
22
- return (e = a.value) == null ? void 0 : e[t._as ?? u];
23
- }), y = new Proxy(t, {
24
- get(e, n) {
25
- var c, d, p, g;
26
- const r = Reflect.get(e, n);
27
- if (n === "class" || n === "style")
28
- return [(c = s.value) == null ? void 0 : c[n], r].filter((D) => D != null);
29
- if (I(o.vnode, n))
30
- return r;
31
- const i = (d = s.value) == null ? void 0 : d[n];
44
+ const f = v(() => {
45
+ var n;
46
+ return (n = s.value) == null ? void 0 : n[r._as ?? t];
47
+ }), g = new Proxy(r, {
48
+ get(n, e) {
49
+ var p, D, y, h;
50
+ const u = Reflect.get(n, e);
51
+ if (e === "class" || e === "style")
52
+ return [(p = f.value) == null ? void 0 : p[e], u].filter((C) => C != null);
53
+ if (O(l.vnode, e))
54
+ return u;
55
+ const i = (D = f.value) == null ? void 0 : D[e];
32
56
  if (i !== void 0)
33
57
  return i;
34
- const m = (g = (p = a.value) == null ? void 0 : p.global) == null ? void 0 : g[n];
35
- return m !== void 0 ? m : r;
58
+ const b = (h = (y = s.value) == null ? void 0 : y.global) == null ? void 0 : h[e];
59
+ return b !== void 0 ? b : u;
36
60
  }
37
- }), l = w();
38
- _(() => {
39
- if (s.value) {
40
- const e = Object.entries(s.value).filter((n) => {
41
- let [r] = n;
42
- return r.startsWith(r[0].toUpperCase());
61
+ }), a = j();
62
+ I(() => {
63
+ if (f.value) {
64
+ const n = Object.entries(f.value).filter((e) => {
65
+ let [u] = e;
66
+ return u.startsWith(u[0].toUpperCase());
43
67
  });
44
- l.value = e.length ? Object.fromEntries(e) : void 0;
68
+ a.value = n.length ? Object.fromEntries(n) : void 0;
45
69
  } else
46
- l.value = void 0;
70
+ a.value = void 0;
47
71
  });
48
- function b() {
49
- const e = j(f, o);
50
- C(f, v(() => l.value ? V((e == null ? void 0 : e.value) ?? {}, l.value) : e == null ? void 0 : e.value));
72
+ function c() {
73
+ const n = x(m, l);
74
+ w(m, v(() => a.value ? o((n == null ? void 0 : n.value) ?? {}, a.value) : n == null ? void 0 : n.value));
51
75
  }
52
76
  return {
53
- props: y,
54
- provideSubDefaults: b
77
+ props: g,
78
+ provideSubDefaults: c
55
79
  };
56
80
  }
57
81
  export {
58
- f as DefaultsSymbol,
59
- x as injectDefaults,
60
- K as internalUseDefaults
82
+ m as DefaultsSymbol,
83
+ _ as injectDefaults,
84
+ W as internalUseDefaults,
85
+ P as provideDefaults
61
86
  };
@@ -0,0 +1,34 @@
1
+ import { defer as f } from "../util/helpers.mjs";
2
+ import { propsFactory as c } from "../util/propsFactory.mjs";
3
+ const i = c({
4
+ closeDelay: [Number, String],
5
+ openDelay: [Number, String]
6
+ }, "delay");
7
+ function N(l, n) {
8
+ let e = () => {
9
+ };
10
+ function t(r, a) {
11
+ e == null || e();
12
+ const y = r ? l.openDelay : l.closeDelay, m = Math.max((a == null ? void 0 : a.minDelay) ?? 0, Number(y ?? 0));
13
+ return new Promise((D) => {
14
+ e = f(m, () => {
15
+ n == null || n(r), D(r);
16
+ });
17
+ });
18
+ }
19
+ function u() {
20
+ return t(!0);
21
+ }
22
+ function o(r) {
23
+ return t(!1, r);
24
+ }
25
+ return {
26
+ clearDelay: e,
27
+ runOpenDelay: u,
28
+ runCloseDelay: o
29
+ };
30
+ }
31
+ export {
32
+ i as makeDelayProps,
33
+ N as useDelay
34
+ };
@@ -0,0 +1,20 @@
1
+ import { toRef as n } from "vue";
2
+ import { propsFactory as s } from "../util/propsFactory.mjs";
3
+ import { getCurrentInstanceName as r } from "../util/getCurrentInstance.mjs";
4
+ const o = [null, "default", "comfortable", "compact"], m = s({
5
+ density: {
6
+ type: String,
7
+ default: "default",
8
+ validator: (e) => o.includes(e)
9
+ }
10
+ }, "density");
11
+ function u(e) {
12
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : r();
13
+ return {
14
+ densityClasses: n(() => `${t}--density-${e.density}`)
15
+ };
16
+ }
17
+ export {
18
+ m as makeDensityProps,
19
+ u as useDensity
20
+ };
@@ -0,0 +1,23 @@
1
+ import { computed as u } from "vue";
2
+ import { propsFactory as d } from "../util/propsFactory.mjs";
3
+ import { convertToUnit as n } from "../util/helpers.mjs";
4
+ const f = d({
5
+ height: [Number, String],
6
+ maxHeight: [Number, String],
7
+ maxWidth: [Number, String],
8
+ minHeight: [Number, String],
9
+ minWidth: [Number, String],
10
+ width: [Number, String]
11
+ }, "dimension");
12
+ function x(t) {
13
+ return {
14
+ dimensionStyles: u(() => {
15
+ const i = {}, m = n(t.height), e = n(t.maxHeight), h = n(t.maxWidth), o = n(t.minHeight), r = n(t.minWidth), g = n(t.width);
16
+ return m != null && (i.height = m), e != null && (i.maxHeight = e), h != null && (i.maxWidth = h), o != null && (i.minHeight = o), r != null && (i.minWidth = r), g != null && (i.width = g), i;
17
+ })
18
+ };
19
+ }
20
+ export {
21
+ f as makeDimensionProps,
22
+ x as useDimension
23
+ };
@@ -0,0 +1,32 @@
1
+ import { inject as n, computed as i, toRef as s } from "vue";
2
+ import { getCurrentInstanceName as a } from "../util/getCurrentInstance.mjs";
3
+ import { propsFactory as m } from "../util/propsFactory.mjs";
4
+ const d = ["sm", "md", "lg", "xl", "xxl"], u = Symbol.for("vuetify:display"), y = m({
5
+ mobile: {
6
+ type: Boolean,
7
+ default: !1
8
+ },
9
+ mobileBreakpoint: [Number, String]
10
+ }, "display");
11
+ function c() {
12
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {
13
+ mobile: null
14
+ }, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : a();
15
+ const t = n(u);
16
+ if (!t)
17
+ throw new Error("Could not find Vuetify display injection");
18
+ const o = i(() => e.mobile ? !0 : typeof e.mobileBreakpoint == "number" ? t.width.value < e.mobileBreakpoint : e.mobileBreakpoint ? t.width.value < t.thresholds.value[e.mobileBreakpoint] : e.mobile === null ? t.mobile.value : !1), l = s(() => r ? {
19
+ [`${r}--mobile`]: o.value
20
+ } : {});
21
+ return {
22
+ ...t,
23
+ displayClasses: l,
24
+ mobile: o
25
+ };
26
+ }
27
+ export {
28
+ u as DisplaySymbol,
29
+ d as breakpoints,
30
+ y as makeDisplayProps,
31
+ c as useDisplay
32
+ };
@@ -0,0 +1,25 @@
1
+ import { toRef as o, isRef as a } from "vue";
2
+ import { propsFactory as r } from "../util/propsFactory.mjs";
3
+ const s = r({
4
+ elevation: {
5
+ type: [Number, String],
6
+ validator(e) {
7
+ const t = parseInt(e);
8
+ return !isNaN(t) && t >= 0 && // Material Design has a maximum elevation of 24
9
+ // https://material.io/design/environment/elevation.html#default-elevations
10
+ t <= 24;
11
+ }
12
+ }
13
+ }, "elevation");
14
+ function v(e) {
15
+ return {
16
+ elevationClasses: o(() => {
17
+ const n = a(e) ? e.value : e.elevation;
18
+ return n == null ? [] : [`elevation-${n}`];
19
+ })
20
+ };
21
+ }
22
+ export {
23
+ s as makeElevationProps,
24
+ v as useElevation
25
+ };