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,31 @@
1
+ import { makeComponentProps as i } from "../composables/component.mjs";
2
+ import { capitalize as l, camelize as g, h as o } from "vue";
3
+ import { genericComponent as p } from "./defineComponent.mjs";
4
+ function d(n) {
5
+ let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "div", m = arguments.length > 2 ? arguments[2] : void 0;
6
+ return p()({
7
+ name: m ?? l(g(n.replace(/__/g, "-"))),
8
+ props: {
9
+ tag: {
10
+ type: String,
11
+ default: a
12
+ },
13
+ ...i()
14
+ },
15
+ setup(e, u) {
16
+ let {
17
+ slots: t
18
+ } = u;
19
+ return () => {
20
+ var r;
21
+ return o(e.tag, {
22
+ class: [n, e.class],
23
+ style: e.style
24
+ }, (r = t.default) == null ? void 0 : r.call(t));
25
+ };
26
+ }
27
+ });
28
+ }
29
+ export {
30
+ d as createSimpleFunctional
31
+ };
@@ -0,0 +1,37 @@
1
+ import { isPrimitive as s } from "./helpers.mjs";
2
+ function f(e, t, n, r) {
3
+ if (!n || s(e) || s(t))
4
+ return;
5
+ const i = n.get(e);
6
+ if (i)
7
+ i.set(t, r);
8
+ else {
9
+ const o = /* @__PURE__ */ new WeakMap();
10
+ o.set(t, r), n.set(e, o);
11
+ }
12
+ }
13
+ function c(e, t, n) {
14
+ var o, u;
15
+ if (!n || s(e) || s(t))
16
+ return null;
17
+ const r = (o = n.get(e)) == null ? void 0 : o.get(t);
18
+ if (typeof r == "boolean")
19
+ return r;
20
+ const i = (u = n.get(t)) == null ? void 0 : u.get(e);
21
+ return typeof i == "boolean" ? i : null;
22
+ }
23
+ function l(e, t) {
24
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : /* @__PURE__ */ new WeakMap();
25
+ if (e === t)
26
+ return !0;
27
+ if (e instanceof Date && t instanceof Date && e.getTime() !== t.getTime() || e !== Object(e) || t !== Object(t))
28
+ return !1;
29
+ const r = Object.keys(e);
30
+ if (r.length !== Object.keys(t).length)
31
+ return !1;
32
+ const i = c(e, t, n);
33
+ return i || (f(e, t, n, !0), r.every((o) => l(e[o], t[o], n)));
34
+ }
35
+ export {
36
+ l as deepEqual
37
+ };
@@ -0,0 +1,14 @@
1
+ function e(t) {
2
+ if (typeof t.getRootNode != "function") {
3
+ for (; t.parentNode; )
4
+ t = t.parentNode;
5
+ return t !== document ? null : document;
6
+ }
7
+ const o = t.getRootNode();
8
+ return o !== document && o.getRootNode({
9
+ composed: !0
10
+ }) !== document ? null : o;
11
+ }
12
+ export {
13
+ e as attachedRoot
14
+ };
@@ -0,0 +1,23 @@
1
+ import "vue";
2
+ const n = "cubic-bezier(0.4, 0, 0.2, 1)", s = "cubic-bezier(0.0, 0, 0.2, 1)", u = "cubic-bezier(0.4, 0, 1, 1)", i = {
3
+ linear: (e) => e,
4
+ easeInQuad: (e) => e ** 2,
5
+ easeOutQuad: (e) => e * (2 - e),
6
+ easeInOutQuad: (e) => e < 0.5 ? 2 * e ** 2 : -1 + (4 - 2 * e) * e,
7
+ easeInCubic: (e) => e ** 3,
8
+ easeOutCubic: (e) => --e ** 3 + 1,
9
+ easeInOutCubic: (e) => e < 0.5 ? 4 * e ** 3 : (e - 1) * (2 * e - 2) * (2 * e - 2) + 1,
10
+ easeInQuart: (e) => e ** 4,
11
+ easeOutQuart: (e) => 1 - --e ** 4,
12
+ easeInOutQuart: (e) => e < 0.5 ? 8 * e ** 4 : 1 - 8 * --e ** 4,
13
+ easeInQuint: (e) => e ** 5,
14
+ easeOutQuint: (e) => 1 + --e ** 5,
15
+ easeInOutQuint: (e) => e < 0.5 ? 16 * e ** 5 : 1 + 16 * --e ** 5,
16
+ instant: (e) => 1
17
+ };
18
+ export {
19
+ u as acceleratedEasing,
20
+ s as deceleratedEasing,
21
+ i as easingPatterns,
22
+ n as standardEasing
23
+ };
@@ -1,10 +1,17 @@
1
1
  import { getCurrentInstance as r } from "vue";
2
- function u(e, n) {
3
- const t = r();
4
- if (!t)
5
- throw new Error(`[Vuetify] ${e} ${n || "must be called from inside a setup function"}`);
6
- return t;
2
+ import { toKebabCase as a } from "./helpers.mjs";
3
+ function s(t, e) {
4
+ const n = r();
5
+ if (!n)
6
+ throw new Error(`[Vuetify] ${t} ${e || "must be called from inside a setup function"}`);
7
+ return n;
8
+ }
9
+ function m() {
10
+ let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "composables";
11
+ const e = s(t).type;
12
+ return a((e == null ? void 0 : e.aliasName) || (e == null ? void 0 : e.name));
7
13
  }
8
14
  export {
9
- u as getCurrentInstance
15
+ s as getCurrentInstance,
16
+ m as getCurrentInstanceName
10
17
  };
@@ -0,0 +1,34 @@
1
+ function i(t) {
2
+ let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
3
+ for (; t; ) {
4
+ if (n ? l(t) : r(t))
5
+ return t;
6
+ t = t.parentElement;
7
+ }
8
+ return document.scrollingElement;
9
+ }
10
+ function c(t, n) {
11
+ const e = [];
12
+ if (n && t && !n.contains(t))
13
+ return e;
14
+ for (; t && (r(t) && e.push(t), t !== n); )
15
+ t = t.parentElement;
16
+ return e;
17
+ }
18
+ function r(t) {
19
+ if (!t || t.nodeType !== Node.ELEMENT_NODE)
20
+ return !1;
21
+ const n = window.getComputedStyle(t), e = n.overflowY === "scroll" || n.overflowY === "auto" && t.scrollHeight > t.clientHeight, o = n.overflowX === "scroll" || n.overflowX === "auto" && t.scrollWidth > t.clientWidth;
22
+ return e || o;
23
+ }
24
+ function l(t) {
25
+ if (!t || t.nodeType !== Node.ELEMENT_NODE)
26
+ return !1;
27
+ const n = window.getComputedStyle(t);
28
+ return ["scroll", "auto"].includes(n.overflowY);
29
+ }
30
+ export {
31
+ i as getScrollParent,
32
+ c as getScrollParents,
33
+ r as hasScrollbar
34
+ };
@@ -0,0 +1,8 @@
1
+ const e = typeof window < "u", o = e && "IntersectionObserver" in window, i = e && "EyeDropper" in window, n = e && "matchMedia" in window && typeof window.matchMedia == "function", t = () => n && window.matchMedia("(prefers-reduced-motion: reduce)").matches;
2
+ export {
3
+ e as IN_BROWSER,
4
+ t as PREFERS_REDUCED_MOTION,
5
+ i as SUPPORTS_EYE_DROPPER,
6
+ o as SUPPORTS_INTERSECTION,
7
+ n as SUPPORTS_MATCH_MEDIA
8
+ };
@@ -1,44 +1,424 @@
1
- import "vue";
2
- function s(e) {
1
+ import { Fragment as y, reactive as b, watchEffect as O, toRef as v, capitalize as T, isVNode as S, Comment as R, shallowRef as x, camelize as F, unref as M } from "vue";
2
+ import { consoleError as $ } from "./console.mjs";
3
+ import { IN_BROWSER as w } from "./globals.mjs";
4
+ function d(e, t, n) {
5
+ I(e, t), t.set(e, n);
6
+ }
7
+ function I(e, t) {
8
+ if (t.has(e))
9
+ throw new TypeError("Cannot initialize the same private elements twice on an object");
10
+ }
11
+ function g(e, t, n) {
12
+ return e.set(A(e, t), n), n;
13
+ }
14
+ function s(e, t) {
15
+ return e.get(A(e, t));
16
+ }
17
+ function A(e, t, n) {
18
+ if (typeof e == "function" ? e === t : e.has(t))
19
+ return arguments.length < 3 ? t : n;
20
+ throw new TypeError("Private element is not present on this object");
21
+ }
22
+ function P(e, t, n) {
23
+ const r = t.length - 1;
24
+ if (r < 0)
25
+ return e === void 0 ? n : e;
26
+ for (let o = 0; o < r; o++) {
27
+ if (e == null)
28
+ return n;
29
+ e = e[t[o]];
30
+ }
31
+ return e == null || e[t[r]] === void 0 ? n : e[t[r]];
32
+ }
33
+ function D(e, t, n) {
34
+ return e == null || !t || typeof t != "string" ? n : e[t] !== void 0 ? e[t] : (t = t.replace(/\[(\w+)\]/g, ".$1"), t = t.replace(/^\./, ""), P(e, t.split("."), n));
35
+ }
36
+ function _(e, t, n) {
37
+ if (t === !0)
38
+ return e === void 0 ? n : e;
39
+ if (t == null || typeof t == "boolean")
40
+ return n;
41
+ if (e !== Object(e)) {
42
+ if (typeof t != "function")
43
+ return n;
44
+ const o = t(e, n);
45
+ return typeof o > "u" ? n : o;
46
+ }
47
+ if (typeof t == "string")
48
+ return D(e, t, n);
49
+ if (Array.isArray(t))
50
+ return P(e, t, n);
51
+ if (typeof t != "function")
52
+ return n;
53
+ const r = t(e, n);
54
+ return typeof r > "u" ? n : r;
55
+ }
56
+ function q(e) {
57
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
58
+ return Array.from({
59
+ length: e
60
+ }, (n, r) => t + r);
61
+ }
62
+ function H(e) {
63
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "px";
64
+ if (e == null || e === "")
65
+ return;
66
+ const n = Number(e);
67
+ return isNaN(n) ? String(e) : isFinite(n) ? `${n}${t}` : void 0;
68
+ }
69
+ function Z(e) {
70
+ return e !== null && typeof e == "object" && !Array.isArray(e);
71
+ }
72
+ function p(e) {
3
73
  let t;
4
74
  return e !== null && typeof e == "object" && ((t = Object.getPrototypeOf(e)) === Object.prototype || t === null);
5
75
  }
6
- function f(e, t) {
7
- const o = {};
8
- for (const n of t)
9
- Object.prototype.hasOwnProperty.call(e, n) && (o[n] = e[n]);
10
- return o;
76
+ function N(e) {
77
+ if (e && "$el" in e) {
78
+ const t = e.$el;
79
+ return (t == null ? void 0 : t.nodeType) === Node.TEXT_NODE ? t.nextElementSibling : t;
80
+ }
81
+ return e;
82
+ }
83
+ const J = Object.freeze({
84
+ enter: "Enter",
85
+ tab: "Tab",
86
+ delete: "Delete",
87
+ esc: "Escape",
88
+ space: "Space",
89
+ up: "ArrowUp",
90
+ down: "ArrowDown",
91
+ left: "ArrowLeft",
92
+ right: "ArrowRight",
93
+ end: "End",
94
+ home: "Home",
95
+ del: "Delete",
96
+ backspace: "Backspace",
97
+ insert: "Insert",
98
+ pageup: "PageUp",
99
+ pagedown: "PageDown",
100
+ shift: "Shift"
101
+ });
102
+ function Q(e) {
103
+ return Object.keys(e);
104
+ }
105
+ function ee(e, t) {
106
+ return t.every((n) => e.hasOwnProperty(n));
11
107
  }
12
- function i() {
13
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = arguments.length > 2 ? arguments[2] : void 0;
108
+ function te(e, t) {
14
109
  const n = {};
15
- for (const r in e)
16
- n[r] = e[r];
17
- for (const r in t) {
18
- const c = e[r], a = t[r];
19
- if (s(c) && s(a)) {
20
- n[r] = i(c, a, o);
110
+ for (const r of t)
111
+ Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r]);
112
+ return n;
113
+ }
114
+ function h(e, t, n) {
115
+ const r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
116
+ for (const i in e)
117
+ t.some((u) => u instanceof RegExp ? u.test(i) : u === i) && !(n != null && n.some((u) => u === i)) ? r[i] = e[i] : o[i] = e[i];
118
+ return [r, o];
119
+ }
120
+ function z(e, t) {
121
+ const n = {
122
+ ...e
123
+ };
124
+ return t.forEach((r) => delete n[r]), n;
125
+ }
126
+ const C = /^on[^a-z]/, ne = (e) => C.test(e), B = ["onAfterscriptexecute", "onAnimationcancel", "onAnimationend", "onAnimationiteration", "onAnimationstart", "onAuxclick", "onBeforeinput", "onBeforescriptexecute", "onChange", "onClick", "onCompositionend", "onCompositionstart", "onCompositionupdate", "onContextmenu", "onCopy", "onCut", "onDblclick", "onFocusin", "onFocusout", "onFullscreenchange", "onFullscreenerror", "onGesturechange", "onGestureend", "onGesturestart", "onGotpointercapture", "onInput", "onKeydown", "onKeypress", "onKeyup", "onLostpointercapture", "onMousedown", "onMousemove", "onMouseout", "onMouseover", "onMouseup", "onMousewheel", "onPaste", "onPointercancel", "onPointerdown", "onPointerenter", "onPointerleave", "onPointermove", "onPointerout", "onPointerover", "onPointerup", "onReset", "onSelect", "onSubmit", "onTouchcancel", "onTouchend", "onTouchmove", "onTouchstart", "onTransitioncancel", "onTransitionend", "onTransitionrun", "onTransitionstart", "onWheel"], K = ["ArrowUp", "ArrowDown", "ArrowRight", "ArrowLeft", "Enter", "Escape", "Tab", " "];
127
+ function re(e) {
128
+ return e.isComposing && K.includes(e.key);
129
+ }
130
+ function oe(e) {
131
+ const [t, n] = h(e, [C]), r = z(t, B), [o, i] = h(n, ["class", "style", "id", "inert", /^data-/]);
132
+ return Object.assign(o, t), Object.assign(i, r), [o, i];
133
+ }
134
+ function ie(e) {
135
+ return e == null ? [] : Array.isArray(e) ? e : [e];
136
+ }
137
+ function ue(e, t) {
138
+ let n = 0;
139
+ const r = function() {
140
+ for (var o = arguments.length, i = new Array(o), u = 0; u < o; u++)
141
+ i[u] = arguments[u];
142
+ clearTimeout(n), n = setTimeout(() => e(...i), M(t));
143
+ };
144
+ return r.clear = () => {
145
+ clearTimeout(n);
146
+ }, r.immediate = e, r;
147
+ }
148
+ function se(e) {
149
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
150
+ return Math.max(t, Math.min(n, e));
151
+ }
152
+ function ce(e) {
153
+ const t = e.toString().trim();
154
+ return t.includes(".") ? t.length - t.indexOf(".") - 1 : 0;
155
+ }
156
+ function ae(e, t) {
157
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "0";
158
+ return e + n.repeat(Math.max(0, t - e.length));
159
+ }
160
+ function fe(e) {
161
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
162
+ const n = [];
163
+ let r = 0;
164
+ for (; r < e.length; )
165
+ n.push(e.substr(r, t)), r += t;
166
+ return n;
167
+ }
168
+ function L() {
169
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 ? arguments[2] : void 0;
170
+ const r = {};
171
+ for (const o in e)
172
+ r[o] = e[o];
173
+ for (const o in t) {
174
+ const i = e[o], u = t[o];
175
+ if (p(i) && p(u)) {
176
+ r[o] = L(i, u, n);
21
177
  continue;
22
178
  }
23
- if (o && Array.isArray(c) && Array.isArray(a)) {
24
- n[r] = o(c, a);
179
+ if (n && Array.isArray(i) && Array.isArray(u)) {
180
+ r[o] = n(i, u);
25
181
  continue;
26
182
  }
27
- n[r] = a;
183
+ r[o] = u;
28
184
  }
29
- return n;
185
+ return r;
30
186
  }
31
- function u() {
187
+ function X(e) {
188
+ return e.map((t) => t.type === y ? X(t.children) : t).flat();
189
+ }
190
+ function m() {
32
191
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
33
- if (u.cache.has(e))
34
- return u.cache.get(e);
192
+ if (m.cache.has(e))
193
+ return m.cache.get(e);
35
194
  const t = e.replace(/[^a-z]/gi, "-").replace(/\B([A-Z])/g, "-$1").toLowerCase();
36
- return u.cache.set(e, t), t;
195
+ return m.cache.set(e, t), t;
196
+ }
197
+ m.cache = /* @__PURE__ */ new Map();
198
+ function l(e, t) {
199
+ if (!t || typeof t != "object")
200
+ return [];
201
+ if (Array.isArray(t))
202
+ return t.map((n) => l(e, n)).flat(1);
203
+ if (t.suspense)
204
+ return l(e, t.ssContent);
205
+ if (Array.isArray(t.children))
206
+ return t.children.map((n) => l(e, n)).flat(1);
207
+ if (t.component) {
208
+ if (Object.getOwnPropertyDescriptor(t.component.provides, e))
209
+ return [t.component];
210
+ if (t.component.subTree)
211
+ return l(e, t.component.subTree).flat(1);
212
+ }
213
+ return [];
214
+ }
215
+ var a = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap();
216
+ class le {
217
+ constructor(t) {
218
+ d(this, a, []), d(this, c, 0), this.size = t;
219
+ }
220
+ get isFull() {
221
+ return s(a, this).length === this.size;
222
+ }
223
+ push(t) {
224
+ s(a, this)[s(c, this)] = t, g(c, this, (s(c, this) + 1) % this.size);
225
+ }
226
+ values() {
227
+ return s(a, this).slice(s(c, this)).concat(s(a, this).slice(0, s(c, this)));
228
+ }
229
+ clear() {
230
+ s(a, this).length = 0, g(c, this, 0);
231
+ }
232
+ }
233
+ function me(e) {
234
+ return "touches" in e ? {
235
+ clientX: e.touches[0].clientX,
236
+ clientY: e.touches[0].clientY
237
+ } : {
238
+ clientX: e.clientX,
239
+ clientY: e.clientY
240
+ };
241
+ }
242
+ function de(e) {
243
+ const t = b({});
244
+ O(() => {
245
+ const r = e();
246
+ for (const o in r)
247
+ t[o] = r[o];
248
+ }, {
249
+ flush: "sync"
250
+ });
251
+ const n = {};
252
+ for (const r in t)
253
+ n[r] = v(() => t[r]);
254
+ return n;
255
+ }
256
+ function ge(e, t) {
257
+ return e.includes(t);
258
+ }
259
+ function pe(e) {
260
+ return e[2].toLowerCase() + e.slice(3);
261
+ }
262
+ const he = () => [Function, Array];
263
+ function ye(e, t) {
264
+ return t = "on" + T(t), !!(e[t] || e[`${t}Once`] || e[`${t}Capture`] || e[`${t}OnceCapture`] || e[`${t}CaptureOnce`]);
265
+ }
266
+ function we(e) {
267
+ for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
268
+ n[r - 1] = arguments[r];
269
+ if (Array.isArray(e))
270
+ for (const o of e)
271
+ o(...n);
272
+ else
273
+ typeof e == "function" && e(...n);
274
+ }
275
+ function Y(e) {
276
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
277
+ const n = ["button", "[href]", 'input:not([type="hidden"])', "select", "textarea", "details:not(:has(> summary))", "details > summary", "[tabindex]", '[contenteditable]:not([contenteditable="false"])', "audio[controls]", "video[controls]"].map((o) => `${o}${t ? ':not([tabindex="-1"])' : ""}:not([disabled], [inert])`).join(", ");
278
+ let r;
279
+ try {
280
+ r = [...e.querySelectorAll(n)];
281
+ } catch (o) {
282
+ return $(String(o)), [];
283
+ }
284
+ return r.filter((o) => !o.closest("[inert]")).filter((o) => !!o.offsetParent || o.getClientRects().length > 0).filter((o) => {
285
+ var i, u;
286
+ return !((i = o.parentElement) != null && i.closest("details:not([open])")) || o.tagName === "SUMMARY" && ((u = o.parentElement) == null ? void 0 : u.tagName) === "DETAILS";
287
+ });
288
+ }
289
+ function V(e, t, n) {
290
+ let r, o = e.indexOf(document.activeElement);
291
+ const i = t === "next" ? 1 : -1;
292
+ do
293
+ o += i, r = e[o];
294
+ while ((!r || r.offsetParent == null || !((n == null ? void 0 : n(r)) ?? !0)) && o < e.length && o >= 0);
295
+ return r;
296
+ }
297
+ function W(e, t) {
298
+ var r, o, i, u;
299
+ const n = Y(e);
300
+ if (t == null)
301
+ (e === document.activeElement || !e.contains(document.activeElement)) && ((r = n[0]) == null || r.focus());
302
+ else if (t === "first")
303
+ (o = n[0]) == null || o.focus();
304
+ else if (t === "last")
305
+ (i = n.at(-1)) == null || i.focus();
306
+ else if (typeof t == "number")
307
+ (u = n[t]) == null || u.focus();
308
+ else {
309
+ const f = V(n, t);
310
+ f ? f.focus() : W(e, t === "next" ? "first" : "last");
311
+ }
312
+ }
313
+ function Ae() {
314
+ }
315
+ function Pe(e, t) {
316
+ if (!(w && typeof CSS < "u" && typeof CSS.supports < "u" && CSS.supports(`selector(${t})`)))
317
+ return null;
318
+ try {
319
+ return !!e && e.matches(t);
320
+ } catch {
321
+ return null;
322
+ }
323
+ }
324
+ function j(e) {
325
+ return e.some((t) => S(t) ? t.type === R ? !1 : t.type !== y || j(t.children) : !0) ? e : null;
326
+ }
327
+ function Ce(e, t) {
328
+ if (!w || e === 0)
329
+ return t(), () => {
330
+ };
331
+ const n = window.setTimeout(t, e);
332
+ return () => window.clearTimeout(n);
333
+ }
334
+ function Ee(e, t) {
335
+ const n = e.clientX, r = e.clientY, o = t.getBoundingClientRect(), i = o.left, u = o.top, f = o.right, E = o.bottom;
336
+ return n >= i && n <= f && r >= u && r <= E;
337
+ }
338
+ function be() {
339
+ const e = x(), t = (n) => {
340
+ e.value = n;
341
+ };
342
+ return Object.defineProperty(t, "value", {
343
+ enumerable: !0,
344
+ get: () => e.value,
345
+ set: (n) => e.value = n
346
+ }), Object.defineProperty(t, "el", {
347
+ enumerable: !0,
348
+ get: () => N(e.value)
349
+ }), t;
350
+ }
351
+ function Oe(e) {
352
+ const t = e.key.length === 1, n = !e.ctrlKey && !e.metaKey && !e.altKey;
353
+ return t && n;
354
+ }
355
+ function ve(e) {
356
+ return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "bigint";
357
+ }
358
+ function Te(e) {
359
+ return "\\^$*+?.()|{}[]".includes(e) ? `\\${e}` : e;
360
+ }
361
+ function Se(e) {
362
+ const t = {};
363
+ for (const n in e)
364
+ t[F(n)] = e[n];
365
+ return t;
366
+ }
367
+ function Re(e) {
368
+ const t = ["checked", "disabled"];
369
+ return Object.fromEntries(Object.entries(e).filter((n) => {
370
+ let [r, o] = n;
371
+ return t.includes(r) ? !!o : o !== void 0;
372
+ }));
37
373
  }
38
- u.cache = /* @__PURE__ */ new Map();
39
374
  export {
40
- s as isPlainObject,
41
- i as mergeDeep,
42
- f as pick,
43
- u as toKebabCase
375
+ le as CircularBuffer,
376
+ he as EventProp,
377
+ we as callEvent,
378
+ Se as camelizeProps,
379
+ Oe as checkPrintable,
380
+ fe as chunk,
381
+ se as clamp,
382
+ H as convertToUnit,
383
+ q as createRange,
384
+ ue as debounce,
385
+ Ce as defer,
386
+ de as destructComputed,
387
+ j as ensureValidVNode,
388
+ Te as escapeForRegex,
389
+ pe as eventName,
390
+ oe as filterInputAttrs,
391
+ l as findChildrenWithProvide,
392
+ X as flattenFragments,
393
+ W as focusChild,
394
+ Y as focusableChildren,
395
+ ce as getDecimals,
396
+ me as getEventCoordinates,
397
+ P as getNestedValue,
398
+ V as getNextElement,
399
+ D as getObjectValueByPath,
400
+ _ as getPropertyFromItem,
401
+ ee as has,
402
+ ye as hasEvent,
403
+ ge as includes,
404
+ Ee as isClickInsideElement,
405
+ re as isComposingIgnoreKey,
406
+ Z as isObject,
407
+ ne as isOn,
408
+ p as isPlainObject,
409
+ ve as isPrimitive,
410
+ J as keyValues,
411
+ Q as keys,
412
+ Pe as matchesSelector,
413
+ L as mergeDeep,
414
+ Ae as noop,
415
+ z as omit,
416
+ Re as onlyDefinedProps,
417
+ ae as padEnd,
418
+ te as pick,
419
+ h as pickWithRest,
420
+ N as refElement,
421
+ be as templateRef,
422
+ m as toKebabCase,
423
+ ie as wrapInArray
44
424
  };
@@ -0,0 +1,11 @@
1
+ function i(t) {
2
+ for (; t; ) {
3
+ if (window.getComputedStyle(t).position === "fixed")
4
+ return !0;
5
+ t = t.offsetParent;
6
+ }
7
+ return !1;
8
+ }
9
+ export {
10
+ i as isFixedPosition
11
+ };
@@ -0,0 +1,25 @@
1
+ function h(l, i) {
2
+ let u = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {
3
+ leading: !0,
4
+ trailing: !0
5
+ }, t = 0, s = 0, r = !1, e = 0;
6
+ function m() {
7
+ clearTimeout(t), r = !1, e = 0;
8
+ }
9
+ const a = function() {
10
+ for (var c = arguments.length, f = new Array(c), n = 0; n < c; n++)
11
+ f[n] = arguments[n];
12
+ clearTimeout(t);
13
+ const g = Date.now();
14
+ e || (e = g);
15
+ const d = g - Math.max(e, s);
16
+ function o() {
17
+ s = Date.now(), t = setTimeout(m, i), l(...f);
18
+ }
19
+ r ? d >= i ? o() : u.trailing && (t = setTimeout(o, i - d)) : (r = !0, u.leading && o());
20
+ };
21
+ return a.clear = m, a.immediate = l, a;
22
+ }
23
+ export {
24
+ h as throttle
25
+ };
@@ -0,0 +1,8 @@
1
+ import { getCurrentInstance as r } from "./getCurrentInstance.mjs";
2
+ function o(e) {
3
+ const n = r("useRender");
4
+ n.render = e;
5
+ }
6
+ export {
7
+ o as useRender
8
+ };