bt-core-app 2.2.4 → 2.2.6

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 +23 -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 +226 -211
  236. package/dist/components/BT-Avatar.vue.mjs +31 -31
  237. package/dist/components/BT-Background-Task.vue.mjs +30 -28
  238. package/dist/components/BT-Blade-Item.vue.mjs +111 -102
  239. package/dist/components/BT-Blade-Items.vue.mjs +2 -2
  240. package/dist/components/BT-Blade-Items.vue2.mjs +413 -402
  241. package/dist/components/BT-Blade-Steps.vue.mjs +1 -1
  242. package/dist/components/BT-Blade-Steps.vue2.mjs +597 -583
  243. package/dist/components/BT-Blade.vue.mjs +108 -97
  244. package/dist/components/BT-Btn.vue.mjs +23 -25
  245. package/dist/components/BT-Camera-Overlay.vue.mjs +72 -68
  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 +249 -235
  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 +107 -97
  256. package/dist/components/BT-Divider.vue.mjs +20 -21
  257. package/dist/components/BT-Drag-Counter.vue.mjs +2 -2
  258. package/dist/components/BT-Drag-Counter.vue2.mjs +58 -56
  259. package/dist/components/BT-Entity.vue.mjs +50 -48
  260. package/dist/components/BT-Error.vue.mjs +16 -15
  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 +342 -322
  273. package/dist/components/BT-Form-Field.vue.mjs +81 -75
  274. package/dist/components/BT-Form.vue.mjs +263 -253
  275. package/dist/components/BT-Header-Option.vue.mjs +10 -9
  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 +2 -2
  281. package/dist/components/BT-Number.vue2.mjs +17 -19
  282. package/dist/components/BT-Numpad.vue.mjs +71 -66
  283. package/dist/components/BT-Select-List-Box.vue.mjs +157 -144
  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 +63 -60
  287. package/dist/components/BT-Signature.vue.mjs +66 -64
  288. package/dist/components/BT-Slider.vue.mjs +69 -61
  289. package/dist/components/BT-Square-Check.vue.mjs +24 -22
  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,22 @@
1
+ import { toRef as i } from "vue";
2
+ import { propsFactory as n } from "../util/propsFactory.mjs";
3
+ import { getCurrentInstanceName as e } from "../util/getCurrentInstance.mjs";
4
+ const s = ["static", "relative", "fixed", "absolute", "sticky"], m = n({
5
+ position: {
6
+ type: String,
7
+ validator: (
8
+ /* istanbul ignore next */
9
+ (t) => s.includes(t)
10
+ )
11
+ }
12
+ }, "position");
13
+ function c(t) {
14
+ let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : e();
15
+ return {
16
+ positionClasses: i(() => t.position ? `${o}--${t.position}` : void 0)
17
+ };
18
+ }
19
+ export {
20
+ m as makePositionProps,
21
+ c as usePosition
22
+ };
@@ -0,0 +1,35 @@
1
+ import { useToggleScope as g } from "./toggleScope.mjs";
2
+ import { ref as h, computed as l, toRaw as P, watch as b } from "vue";
3
+ import { toKebabCase as w } from "../util/helpers.mjs";
4
+ import { getCurrentInstance as O } from "../util/getCurrentInstance.mjs";
5
+ function K(o, t, i) {
6
+ let c = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : (e) => e, f = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : (e) => e;
7
+ const n = O("useProxiedModel"), r = h(o[t] !== void 0 ? o[t] : i), d = w(t), s = d !== t ? l(() => {
8
+ var e, a, u, v;
9
+ return o[t], !!(((e = n.vnode.props) != null && e.hasOwnProperty(t) || (a = n.vnode.props) != null && a.hasOwnProperty(d)) && ((u = n.vnode.props) != null && u.hasOwnProperty(`onUpdate:${t}`) || (v = n.vnode.props) != null && v.hasOwnProperty(`onUpdate:${d}`)));
10
+ }) : l(() => {
11
+ var e, a;
12
+ return o[t], !!((e = n.vnode.props) != null && e.hasOwnProperty(t) && ((a = n.vnode.props) != null && a.hasOwnProperty(`onUpdate:${t}`)));
13
+ });
14
+ g(() => !s.value, () => {
15
+ b(() => o[t], (e) => {
16
+ r.value = e;
17
+ });
18
+ });
19
+ const m = l({
20
+ get() {
21
+ const e = o[t];
22
+ return c(s.value ? e : r.value);
23
+ },
24
+ set(e) {
25
+ const a = f(e), u = P(s.value ? o[t] : r.value);
26
+ u === a || c(u) === e || (r.value = a, n == null || n.emit(`update:${t}`, a));
27
+ }
28
+ });
29
+ return Object.defineProperty(m, "externalValue", {
30
+ get: () => s.value ? o[t] : r.value
31
+ }), m;
32
+ }
33
+ export {
34
+ K as useProxiedModel
35
+ };
@@ -0,0 +1,15 @@
1
+ import { ref as t, onBeforeUpdate as n } from "vue";
2
+ function a() {
3
+ const e = t([]);
4
+ n(() => e.value = []);
5
+ function f(o, r) {
6
+ e.value[r] = o;
7
+ }
8
+ return {
9
+ refs: e,
10
+ updateRef: f
11
+ };
12
+ }
13
+ export {
14
+ a as useRefs
15
+ };
@@ -0,0 +1,26 @@
1
+ import { ref as i, onBeforeUnmount as u, watch as m, readonly as R } from "vue";
2
+ import { IN_BROWSER as c } from "../util/globals.mjs";
3
+ import { templateRef as g } from "../util/helpers.mjs";
4
+ function h(o) {
5
+ let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "content";
6
+ const r = g(), t = i();
7
+ if (c) {
8
+ const n = new ResizeObserver((e) => {
9
+ o == null || o(e, n), e.length && (s === "content" ? t.value = e[0].contentRect : t.value = e[0].target.getBoundingClientRect());
10
+ });
11
+ u(() => {
12
+ n.disconnect();
13
+ }), m(() => r.el, (e, f) => {
14
+ f && (n.unobserve(f), t.value = void 0), e && n.observe(e);
15
+ }, {
16
+ flush: "post"
17
+ });
18
+ }
19
+ return {
20
+ resizeRef: r,
21
+ contentRect: R(t)
22
+ };
23
+ }
24
+ export {
25
+ h as useResizeObserver
26
+ };
@@ -0,0 +1,21 @@
1
+ import { toRef as n, shallowRef as i, onMounted as l } from "vue";
2
+ import { propsFactory as r } from "../util/propsFactory.mjs";
3
+ const m = r({
4
+ reveal: {
5
+ type: [Boolean, Object],
6
+ default: !1
7
+ }
8
+ }, "reveal");
9
+ function v(e) {
10
+ const o = n(() => typeof e.reveal == "object" ? Math.max(0, Number(e.reveal.duration ?? 900)) : 900), a = i(e.reveal ? "initial" : "disabled");
11
+ return l(async () => {
12
+ e.reveal && (a.value = "initial", await new Promise((t) => requestAnimationFrame(t)), a.value = "pending", await new Promise((t) => setTimeout(t, o.value)), a.value = "done");
13
+ }), {
14
+ duration: o,
15
+ state: a
16
+ };
17
+ }
18
+ export {
19
+ m as makeRevealProps,
20
+ v as useReveal
21
+ };
@@ -0,0 +1,30 @@
1
+ import { computed as s, isRef as o } from "vue";
2
+ import { getCurrentInstanceName as a } from "../util/getCurrentInstance.mjs";
3
+ import { propsFactory as l } from "../util/propsFactory.mjs";
4
+ const g = l({
5
+ rounded: {
6
+ type: [Boolean, Number, String],
7
+ default: void 0
8
+ },
9
+ tile: Boolean
10
+ }, "rounded");
11
+ function p(n) {
12
+ let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : a();
13
+ return {
14
+ roundedClasses: s(() => {
15
+ const e = o(n) ? n.value : n.rounded, u = o(n) ? !1 : n.tile, t = [];
16
+ if (u || e === !1)
17
+ t.push("rounded-0");
18
+ else if (e === !0 || e === "")
19
+ t.push(`${r}--rounded`);
20
+ else if (typeof e == "string" || e === 0)
21
+ for (const d of String(e).split(" "))
22
+ t.push(`rounded-${d}`);
23
+ return t;
24
+ })
25
+ };
26
+ }
27
+ export {
28
+ g as makeRoundedProps,
29
+ p as useRounded
30
+ };
@@ -0,0 +1,97 @@
1
+ import { resolveDynamicComponent as L, toRef as n, computed as s, reactive as R, nextTick as g, onScopeDispose as b } from "vue";
2
+ import { hasEvent as h } from "../util/helpers.mjs";
3
+ import { getCurrentInstance as E } from "../util/getCurrentInstance.mjs";
4
+ import { deepEqual as y } from "../util/deepEqual.mjs";
5
+ import { propsFactory as x } from "../util/propsFactory.mjs";
6
+ import { IN_BROWSER as w } from "../util/globals.mjs";
7
+ function B() {
8
+ const e = E("useRoute");
9
+ return s(() => {
10
+ var u;
11
+ return (u = e == null ? void 0 : e.proxy) == null ? void 0 : u.$route;
12
+ });
13
+ }
14
+ function D() {
15
+ var e, u;
16
+ return (u = (e = E("useRouter")) == null ? void 0 : e.proxy) == null ? void 0 : u.$router;
17
+ }
18
+ function I(e, u) {
19
+ const o = L("RouterLink"), i = n(() => !!(e.href || e.to)), r = s(() => (i == null ? void 0 : i.value) || h(u, "click") || h(e, "click"));
20
+ if (typeof o == "string" || !("useLink" in o)) {
21
+ const t = n(() => e.href);
22
+ return {
23
+ isLink: i,
24
+ isRouterLink: n(() => !1),
25
+ isClickable: r,
26
+ href: t,
27
+ linkProps: R({
28
+ href: t
29
+ }),
30
+ route: n(() => {
31
+ }),
32
+ navigate: n(() => {
33
+ })
34
+ };
35
+ }
36
+ const f = o.useLink({
37
+ to: n(() => e.to || ""),
38
+ replace: n(() => e.replace)
39
+ }), a = s(() => e.to ? f : void 0), c = B(), l = s(() => {
40
+ var t, m, k;
41
+ return a.value ? e.exact ? c.value ? ((k = a.value.isExactActive) == null ? void 0 : k.value) && y(a.value.route.value.query, c.value.query) : ((m = a.value.isExactActive) == null ? void 0 : m.value) ?? !1 : ((t = a.value.isActive) == null ? void 0 : t.value) ?? !1 : !1;
42
+ }), d = s(() => {
43
+ var t;
44
+ return e.to ? (t = a.value) == null ? void 0 : t.route.value.href : e.href;
45
+ }), p = n(() => !!e.to);
46
+ return {
47
+ isLink: i,
48
+ isRouterLink: p,
49
+ isClickable: r,
50
+ isActive: l,
51
+ route: n(() => {
52
+ var t;
53
+ return (t = a.value) == null ? void 0 : t.route.value;
54
+ }),
55
+ navigate: n(() => {
56
+ var t;
57
+ return (t = a.value) == null ? void 0 : t.navigate;
58
+ }),
59
+ href: d,
60
+ linkProps: R({
61
+ href: d,
62
+ "aria-current": n(() => l.value ? "page" : void 0),
63
+ "aria-disabled": n(() => e.disabled && i.value ? "true" : void 0),
64
+ tabindex: n(() => e.disabled && i.value ? "-1" : void 0)
65
+ })
66
+ };
67
+ }
68
+ const O = x({
69
+ href: String,
70
+ replace: Boolean,
71
+ to: [String, Object],
72
+ exact: Boolean
73
+ }, "router");
74
+ let v = !1;
75
+ function $(e, u) {
76
+ let o = !1, i, r;
77
+ w && (e != null && e.beforeEach) && (g(() => {
78
+ window.addEventListener("popstate", f), i = e.beforeEach((a, c, l) => {
79
+ v ? o ? u(l) : l() : setTimeout(() => o ? u(l) : l()), v = !0;
80
+ }), r = e == null ? void 0 : e.afterEach(() => {
81
+ v = !1;
82
+ });
83
+ }), b(() => {
84
+ window.removeEventListener("popstate", f), i == null || i(), r == null || r();
85
+ }));
86
+ function f(a) {
87
+ var c;
88
+ (c = a.state) != null && c.replaced || (o = !0, setTimeout(() => o = !1));
89
+ }
90
+ }
91
+ export {
92
+ O as makeRouterProps,
93
+ $ as useBackButton,
94
+ I as useLink,
95
+ B as useRoute,
96
+ D as useRouter
97
+ };
@@ -0,0 +1,12 @@
1
+ import { getCurrentInstance as o } from "../util/getCurrentInstance.mjs";
2
+ function t() {
3
+ const e = o("useScopeId").vnode.scopeId;
4
+ return {
5
+ scopeId: e ? {
6
+ [e]: ""
7
+ } : void 0
8
+ };
9
+ }
10
+ export {
11
+ t as useScopeId
12
+ };
@@ -0,0 +1,16 @@
1
+ import { watch as u, nextTick as n } from "vue";
2
+ function m(i, t) {
3
+ u(() => {
4
+ var e;
5
+ return (e = i.isActive) == null ? void 0 : e.value;
6
+ }, (e) => {
7
+ i.isLink.value && e != null && t && n(() => {
8
+ t(e);
9
+ });
10
+ }, {
11
+ immediate: !0
12
+ });
13
+ }
14
+ export {
15
+ m as useSelectLink
16
+ };
@@ -0,0 +1,27 @@
1
+ import { destructComputed as l, includes as o, convertToUnit as r } from "../util/helpers.mjs";
2
+ import { propsFactory as a } from "../util/propsFactory.mjs";
3
+ import { getCurrentInstanceName as m } from "../util/getCurrentInstance.mjs";
4
+ const u = ["x-small", "small", "default", "large", "x-large"], z = a({
5
+ size: {
6
+ type: [String, Number],
7
+ default: "default"
8
+ }
9
+ }, "size");
10
+ function c(i) {
11
+ let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : m();
12
+ return l(() => {
13
+ const e = i.size;
14
+ let t, s;
15
+ return o(u, e) ? t = `${n}--size-${e}` : e && (s = {
16
+ width: r(e),
17
+ height: r(e)
18
+ }), {
19
+ sizeClasses: t,
20
+ sizeStyles: s
21
+ };
22
+ });
23
+ }
24
+ export {
25
+ z as makeSizeProps,
26
+ c as useSize
27
+ };
@@ -0,0 +1,17 @@
1
+ import { shallowRef as t, onMounted as e, toRef as n, readonly as s } from "vue";
2
+ function a() {
3
+ const o = t(!1);
4
+ return e(() => {
5
+ window.requestAnimationFrame(() => {
6
+ o.value = !0;
7
+ });
8
+ }), {
9
+ ssrBootStyles: n(() => o.value ? void 0 : {
10
+ transition: "none !important"
11
+ }),
12
+ isBooted: s(o)
13
+ };
14
+ }
15
+ export {
16
+ a as useSsrBoot
17
+ };
@@ -0,0 +1,39 @@
1
+ import { useToggleScope as g } from "./toggleScope.mjs";
2
+ import { reactive as v, inject as y, provide as T, shallowRef as d, toValue as r, watchEffect as x, toRef as f, readonly as C, onScopeDispose as w, toRaw as I } from "vue";
3
+ import { getCurrentInstance as R } from "../util/getCurrentInstance.mjs";
4
+ const m = Symbol.for("vuetify:stack"), c = v([]);
5
+ function _(p, s, S) {
6
+ const t = R("useStack"), n = !S, e = y(m, void 0), l = v({
7
+ activeChildren: /* @__PURE__ */ new Set()
8
+ });
9
+ T(m, l);
10
+ const a = d(Number(r(s)));
11
+ g(p, () => {
12
+ var o;
13
+ const i = (o = c.at(-1)) == null ? void 0 : o[1];
14
+ a.value = i ? i + 10 : Number(r(s)), n && c.push([t.uid, a.value]), e == null || e.activeChildren.add(t.uid), w(() => {
15
+ if (n) {
16
+ const b = I(c).findIndex((h) => h[0] === t.uid);
17
+ c.splice(b, 1);
18
+ }
19
+ e == null || e.activeChildren.delete(t.uid);
20
+ });
21
+ });
22
+ const u = d(!0);
23
+ n && x(() => {
24
+ var o;
25
+ const i = ((o = c.at(-1)) == null ? void 0 : o[0]) === t.uid;
26
+ setTimeout(() => u.value = i);
27
+ });
28
+ const k = f(() => !l.activeChildren.size);
29
+ return {
30
+ globalTop: C(u),
31
+ localTop: k,
32
+ stackStyles: f(() => ({
33
+ zIndex: a.value
34
+ }))
35
+ };
36
+ }
37
+ export {
38
+ _ as useStack
39
+ };
@@ -0,0 +1,10 @@
1
+ import { propsFactory as t } from "../util/propsFactory.mjs";
2
+ const r = t({
3
+ tag: {
4
+ type: [String, Object, Function],
5
+ default: "div"
6
+ }
7
+ }, "tag");
8
+ export {
9
+ r as makeTagProps
10
+ };
@@ -0,0 +1,21 @@
1
+ import { computed as a, warn as c } from "vue";
2
+ import { IN_BROWSER as l } from "../util/globals.mjs";
3
+ function m(n) {
4
+ return {
5
+ teleportTarget: a(() => {
6
+ const e = n();
7
+ if (e === !0 || !l)
8
+ return;
9
+ const r = e === !1 ? document.body : typeof e == "string" ? document.querySelector(e) : e;
10
+ if (r == null) {
11
+ c(`Unable to locate target ${e}`);
12
+ return;
13
+ }
14
+ let t = [...r.children].find((o) => o.matches(".v-overlay-container"));
15
+ return t || (t = document.createElement("div"), t.className = "v-overlay-container", r.appendChild(t)), t;
16
+ })
17
+ };
18
+ }
19
+ export {
20
+ m as useTeleport
21
+ };
@@ -0,0 +1,32 @@
1
+ import { inject as i, toRef as o, provide as c } from "vue";
2
+ import { propsFactory as f } from "../util/propsFactory.mjs";
3
+ import { getCurrentInstance as h } from "../util/getCurrentInstance.mjs";
4
+ const r = Symbol.for("vuetify:theme"), d = f({
5
+ theme: String
6
+ }, "theme");
7
+ function v(t) {
8
+ h("provideTheme");
9
+ const e = i(r, null);
10
+ if (!e)
11
+ throw new Error("Could not find Vuetify theme injection");
12
+ const n = o(() => t.theme ?? e.name.value), u = o(() => e.themes.value[n.value]), s = o(() => e.isDisabled ? void 0 : `${e.prefix}theme--${n.value}`), m = {
13
+ ...e,
14
+ name: n,
15
+ current: u,
16
+ themeClasses: s
17
+ };
18
+ return c(r, m), m;
19
+ }
20
+ function T() {
21
+ h("useTheme");
22
+ const t = i(r, null);
23
+ if (!t)
24
+ throw new Error("Could not find Vuetify theme injection");
25
+ return t;
26
+ }
27
+ export {
28
+ r as ThemeSymbol,
29
+ d as makeThemeProps,
30
+ v as provideTheme,
31
+ T as useTheme
32
+ };
@@ -0,0 +1,19 @@
1
+ import { watch as f, onScopeDispose as r, effectScope as u } from "vue";
2
+ function m(n, e) {
3
+ let t;
4
+ function o() {
5
+ t = u(), t.run(() => e.length ? e(() => {
6
+ t == null || t.stop(), o();
7
+ }) : e());
8
+ }
9
+ f(n, (i) => {
10
+ i && !t ? o() : i || (t == null || t.stop(), t = void 0);
11
+ }, {
12
+ immediate: !0
13
+ }), r(() => {
14
+ t == null || t.stop();
15
+ });
16
+ }
17
+ export {
18
+ m as useToggleScope
19
+ };
@@ -0,0 +1,73 @@
1
+ import { CircularBuffer as b } from "../util/helpers.mjs";
2
+ const v = 100, w = 20;
3
+ function y(t) {
4
+ return (t < 0 ? -1 : 1) * Math.sqrt(Math.abs(t)) * 1.41421356237;
5
+ }
6
+ function l(t) {
7
+ if (t.length < 2)
8
+ return 0;
9
+ if (t.length === 2)
10
+ return t[1].t === t[0].t ? 0 : (t[1].d - t[0].d) / (t[1].t - t[0].t);
11
+ let c = 0;
12
+ for (let n = t.length - 1; n > 0; n--) {
13
+ if (t[n].t === t[n - 1].t)
14
+ continue;
15
+ const f = y(c), r = (t[n].d - t[n - 1].d) / (t[n].t - t[n - 1].t);
16
+ c += (r - f) * Math.abs(r), n === t.length - 1 && (c *= 0.5);
17
+ }
18
+ return y(c) * 1e3;
19
+ }
20
+ function T() {
21
+ const t = {};
22
+ function c(r) {
23
+ Array.from(r.changedTouches).forEach((o) => {
24
+ (t[o.identifier] ?? (t[o.identifier] = new b(w))).push([r.timeStamp, o]);
25
+ });
26
+ }
27
+ function n(r) {
28
+ Array.from(r.changedTouches).forEach((o) => {
29
+ delete t[o.identifier];
30
+ });
31
+ }
32
+ function f(r) {
33
+ var g;
34
+ const o = (g = t[r]) == null ? void 0 : g.values().reverse();
35
+ if (!o)
36
+ throw new Error(`No samples for touch id ${r}`);
37
+ const d = o[0], a = [], s = [];
38
+ for (const e of o) {
39
+ if (d[0] - e[0] > v)
40
+ break;
41
+ a.push({
42
+ t: e[0],
43
+ d: e[1].clientX
44
+ }), s.push({
45
+ t: e[0],
46
+ d: e[1].clientY
47
+ });
48
+ }
49
+ return {
50
+ x: l(a),
51
+ y: l(s),
52
+ get direction() {
53
+ const {
54
+ x: e,
55
+ y: h
56
+ } = this, [i, u] = [Math.abs(e), Math.abs(h)];
57
+ return i > u && e >= 0 ? "right" : i > u && e <= 0 ? "left" : u > i && h >= 0 ? "down" : u > i && h <= 0 ? "up" : M();
58
+ }
59
+ };
60
+ }
61
+ return {
62
+ addMovement: c,
63
+ endTouch: n,
64
+ getVelocity: f
65
+ };
66
+ }
67
+ function M() {
68
+ throw new Error();
69
+ }
70
+ export {
71
+ l as calculateImpulseVelocity,
72
+ T as useVelocity
73
+ };
@@ -0,0 +1,34 @@
1
+ import { mergeProps as e, h as f, TransitionGroup as u, Transition as d } from "vue";
2
+ import { isObject as a, onlyDefinedProps as P } from "../util/helpers.mjs";
3
+ import { propsFactory as y } from "../util/propsFactory.mjs";
4
+ const h = y({
5
+ transition: {
6
+ type: null,
7
+ default: "fade-transition",
8
+ validator: (t) => t !== !0
9
+ }
10
+ }, "transition"), j = (t, p) => {
11
+ let {
12
+ slots: m
13
+ } = p;
14
+ const {
15
+ transition: o,
16
+ disabled: n,
17
+ group: i,
18
+ ...s
19
+ } = t, {
20
+ component: l = i ? u : d,
21
+ ...c
22
+ } = a(o) ? o : {};
23
+ let r;
24
+ return a(o) ? r = e(c, P({
25
+ disabled: n,
26
+ group: i
27
+ }), s) : r = e({
28
+ name: n || !o ? "" : o
29
+ }, s), f(l, r, m);
30
+ };
31
+ export {
32
+ j as MaybeTransition,
33
+ h as makeTransitionProps
34
+ };