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
@@ -1,8 +1,9 @@
1
- import { defineComponent as d, computed as u, resolveComponent as y, openBlock as v, createBlock as S, mergeProps as g, unref as o } from "vue";
2
- import { useList as B } from "../composables/list.mjs";
3
- import { useNavigation as f } from "../composables/navigation.mjs";
4
- import { TestRequired as h } from "../composables/rules.mjs";
5
- const D = /* @__PURE__ */ d({
1
+ import { defineComponent as m, computed as d, openBlock as u, createBlock as y, unref as o, mergeProps as S } from "vue";
2
+ import { useList as g } from "../composables/list.mjs";
3
+ import { useNavigation as B } from "../composables/navigation.mjs";
4
+ import { TestRequired as v } from "../composables/rules.mjs";
5
+ import { VSelect as f } from "../bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs";
6
+ const D = /* @__PURE__ */ m({
6
7
  __name: "BT-Select-Simple",
7
8
  props: {
8
9
  additionalUrl: {},
@@ -97,28 +98,25 @@ const D = /* @__PURE__ */ d({
97
98
  },
98
99
  emits: ["change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item"],
99
100
  setup(r, { emit: s }) {
100
- const i = s, c = f(), t = r, p = t.itemText ?? (t.nav != null ? c.findItemText(t.nav) : void 0) ?? void 0, n = B(t, i), a = u(() => {
101
+ const i = s, c = B(), t = r, p = t.itemText ?? (t.nav != null ? c.findItemText(t.nav) : void 0) ?? void 0, n = g(t, i), a = d(() => {
101
102
  var e = [
102
103
  ...t.rules ?? []
103
104
  ];
104
- return t.required && e.push(h), e.length > 0 ? e : void 0;
105
+ return t.required && e.push(v), e.length > 0 ? e : void 0;
105
106
  });
106
- return (e, l) => {
107
- const m = y("v-select");
108
- return v(), S(m, g({
109
- "append-icon": e.canRefresh ? "$refresh" : void 0,
110
- clearable: e.canSelectNone,
111
- "onClick:appendIcon": l[0] || (l[0] = (A) => o(n).refresh({ deepRefresh: !0 })),
112
- "hide-details": a.value == null,
113
- items: o(n).filteredItems.value,
114
- "item-title": o(p),
115
- "item-value": e.itemValue,
116
- loading: o(n).isLoading.value,
117
- multiple: e.multiple,
118
- rules: a.value,
119
- variant: e.fieldVariant
120
- }, e.$attrs), null, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules", "variant"]);
121
- };
107
+ return (e, l) => (u(), y(o(f), S({
108
+ "append-icon": e.canRefresh ? "$refresh" : void 0,
109
+ clearable: e.canSelectNone,
110
+ "onClick:appendIcon": l[0] || (l[0] = (h) => o(n).refresh({ deepRefresh: !0 })),
111
+ "hide-details": a.value == null,
112
+ items: o(n).filteredItems.value,
113
+ "item-title": o(p),
114
+ "item-value": e.itemValue,
115
+ loading: o(n).isLoading.value,
116
+ multiple: e.multiple,
117
+ rules: a.value,
118
+ variant: e.fieldVariant
119
+ }, e.$attrs), null, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules", "variant"]));
122
120
  }
123
121
  });
124
122
  export {
@@ -1,8 +1,10 @@
1
- import { defineComponent as h, computed as A, resolveComponent as p, openBlock as C, createBlock as I, mergeProps as R, unref as n, withCtx as m, renderSlot as u, normalizeProps as a, guardReactiveProps as l, createVNode as d } from "vue";
2
- import { useList as T } from "../composables/list.mjs";
3
- import { useNavigation as P } from "../composables/navigation.mjs";
4
- import { TestRequired as D } from "../composables/rules.mjs";
5
- const k = /* @__PURE__ */ h({
1
+ import { defineComponent as B, computed as f, openBlock as h, createBlock as A, unref as t, mergeProps as I, withCtx as c, renderSlot as p, normalizeProps as a, guardReactiveProps as r, createVNode as m } from "vue";
2
+ import { useList as C } from "../composables/list.mjs";
3
+ import { useNavigation as R } from "../composables/navigation.mjs";
4
+ import { TestRequired as T } from "../composables/rules.mjs";
5
+ import { VSelect as P } from "../bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs";
6
+ import { VListItem as u } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
7
+ const k = /* @__PURE__ */ B({
6
8
  __name: "BT-Select",
7
9
  props: {
8
10
  additionalUrl: {},
@@ -96,41 +98,38 @@ const k = /* @__PURE__ */ h({
96
98
  variant: {}
97
99
  },
98
100
  emits: ["change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item"],
99
- setup(y, { emit: v }) {
100
- const g = v, S = P(), t = y, B = t.itemText ?? (t.nav != null ? S.findItemText(t.nav) : void 0) ?? void 0, r = T(t, g), s = A(() => {
101
+ setup(d, { emit: y }) {
102
+ const S = y, g = R(), o = d, v = o.itemText ?? (o.nav != null ? g.findItemText(o.nav) : void 0) ?? void 0, l = C(o, S), s = f(() => {
101
103
  var e = [
102
- ...t.rules ?? []
104
+ ...o.rules ?? []
103
105
  ];
104
- return t.required && e.push(D), e.length > 0 ? e : void 0;
106
+ return o.required && e.push(T), e.length > 0 ? e : void 0;
105
107
  });
106
- return (e, i) => {
107
- const c = p("v-list-item"), f = p("v-select");
108
- return C(), I(f, R({
109
- "append-icon": e.canRefresh ? "$refresh" : void 0,
110
- clearable: e.canSelectNone,
111
- "onClick:appendIcon": i[0] || (i[0] = (o) => n(r).refresh({ deepRefresh: !0 })),
112
- "hide-details": s.value == null,
113
- items: n(r).filteredItems.value,
114
- "item-title": n(B),
115
- "item-value": e.itemValue,
116
- loading: n(r).isLoading.value,
117
- multiple: e.multiple,
118
- rules: s.value,
119
- variant: e.fieldVariant
120
- }, e.$attrs), {
121
- item: m((o) => [
122
- u(e.$slots, "item", a(l(o)), () => [
123
- d(c, a(l(o.props)), null, 16)
124
- ])
125
- ]),
126
- selection: m((o) => [
127
- u(e.$slots, "selection", a(l(o)), () => [
128
- d(c, a(l(o.item.props)), null, 16)
129
- ])
130
- ]),
131
- _: 3
132
- }, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules", "variant"]);
133
- };
108
+ return (e, i) => (h(), A(t(P), I({
109
+ "append-icon": e.canRefresh ? "$refresh" : void 0,
110
+ clearable: e.canSelectNone,
111
+ "onClick:appendIcon": i[0] || (i[0] = (n) => t(l).refresh({ deepRefresh: !0 })),
112
+ "hide-details": s.value == null,
113
+ items: t(l).filteredItems.value,
114
+ "item-title": t(v),
115
+ "item-value": e.itemValue,
116
+ loading: t(l).isLoading.value,
117
+ multiple: e.multiple,
118
+ rules: s.value,
119
+ variant: e.fieldVariant
120
+ }, e.$attrs), {
121
+ item: c((n) => [
122
+ p(e.$slots, "item", a(r(n)), () => [
123
+ m(t(u), a(r(n.props)), null, 16)
124
+ ])
125
+ ]),
126
+ selection: c((n) => [
127
+ p(e.$slots, "selection", a(r(n)), () => [
128
+ m(t(u), a(r(n.item.props)), null, 16)
129
+ ])
130
+ ]),
131
+ _: 3
132
+ }, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules", "variant"]));
134
133
  }
135
134
  });
136
135
  export {
@@ -1,7 +1,11 @@
1
- import { defineComponent as O, computed as g, ref as h, watch as p, toValue as f, resolveComponent as m, openBlock as B, createElementBlock as P, createBlock as T, mergeProps as M, withModifiers as j, createCommentVNode as z, createVNode as n, withCtx as v, normalizeStyle as H, renderSlot as J, unref as A } from "vue";
2
- import { VueSignaturePad as L } from "../bt-core/core/node_modules/vue-signature-pad/dist/vue-signature-pad.esm.mjs";
3
- import { useTheme as U } from "vuetify";
4
- const F = /* @__PURE__ */ O({
1
+ import { defineComponent as P, computed as g, ref as h, watch as d, toValue as f, openBlock as S, createElementBlock as M, createBlock as _, unref as t, mergeProps as j, withModifiers as z, createCommentVNode as H, createVNode as n, withCtx as p, normalizeStyle as J, renderSlot as X } from "vue";
2
+ import { VueSignaturePad as A } from "../bt-core/core/node_modules/vue-signature-pad/dist/vue-signature-pad.esm.mjs";
3
+ import { useTheme as L } from "vuetify";
4
+ import { VBtn as m } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
5
+ import { VOverlay as R } from "../bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs";
6
+ import { VCard as E } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
7
+ import { VSlideXReverseTransition as U } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
8
+ const Z = /* @__PURE__ */ P({
5
9
  __name: "BT-Signature-Overlay",
6
10
  props: {
7
11
  canEdit: { type: Boolean },
@@ -16,131 +20,128 @@ const F = /* @__PURE__ */ O({
16
20
  usedHeight: { default: 0 }
17
21
  },
18
22
  emits: ["cancel", "change", "close", "open", "update:modelValue"],
19
- setup(E, { emit: S }) {
20
- const r = S, o = E, x = g(() => o.fullscreen == !0 ? `height: calc(100vh - ${o.usedHeight}px); width: 100%;` : ""), i = h(), s = h(!1), u = h(null), b = U(), _ = g(() => o.lineColor ?? (b.name.value == "dark" ? "white" : "black")), w = g(() => ({
21
- penColor: _.value
23
+ setup(w, { emit: x }) {
24
+ const i = x, l = w, $ = g(() => l.fullscreen == !0 ? `height: calc(100vh - ${l.usedHeight}px); width: 100%;` : ""), u = h(), s = h(!1), c = h(null), b = L(), v = g(() => l.lineColor ?? (b.name.value == "dark" ? "white" : "black")), D = g(() => ({
25
+ penColor: v.value
22
26
  }));
23
- function y(e, a) {
27
+ function y(e, r) {
24
28
  if (e != null)
25
- if (a == null)
29
+ if (r == null)
26
30
  e.clearSignature();
27
31
  else {
28
- const l = JSON.parse(a);
29
- l != null && l.length > 0 && e.fromData([{ color: _.value, points: l }]);
32
+ const a = JSON.parse(r);
33
+ a != null && a.length > 0 && e.fromData([{ color: v.value, points: a }]);
30
34
  }
31
35
  }
32
- p(u, (e) => {
33
- y(e, o.modelValue ?? o.signature);
34
- }), p(() => o.openToggle, () => {
35
- k();
36
- }), p(() => o.modelValue, (e) => {
37
- y(f(u), e);
38
- }), p(() => o.signature, (e) => {
39
- y(f(u), e);
36
+ d(c, (e) => {
37
+ y(e, l.modelValue ?? l.signature);
38
+ }), d(() => l.openToggle, () => {
39
+ V();
40
+ }), d(() => l.modelValue, (e) => {
41
+ y(f(c), e);
42
+ }), d(() => l.signature, (e) => {
43
+ y(f(c), e);
40
44
  });
41
- function $() {
42
- const e = f(u);
45
+ function O() {
46
+ const e = f(c);
43
47
  if (e != null && !e.isEmpty()) {
44
- const a = e.toData(), l = [];
45
- a.forEach((t) => {
46
- t.points.forEach((C) => {
47
- l.push({ x: C.x, y: C.y });
48
+ const r = e.toData(), a = [];
49
+ r.forEach((o) => {
50
+ o.points.forEach((C) => {
51
+ a.push({ x: C.x, y: C.y });
48
52
  });
49
53
  });
50
- let d = Math.min(...l.map((t) => t.x)), c = Math.min(...l.map((t) => t.y));
51
- d > 1 && l.forEach((t) => {
52
- t.x -= d;
53
- }), c > 1 && l.forEach((t) => {
54
- t.y -= c;
55
- }), i.value = JSON.stringify(l), (o.modelValue ?? o.signature) != i.value && (r("update:modelValue", i.value), r("change", i.value), r("close"), s.value = !1);
54
+ let k = Math.min(...a.map((o) => o.x)), B = Math.min(...a.map((o) => o.y));
55
+ k > 1 && a.forEach((o) => {
56
+ o.x -= k;
57
+ }), B > 1 && a.forEach((o) => {
58
+ o.y -= B;
59
+ }), u.value = JSON.stringify(a), (l.modelValue ?? l.signature) != u.value && (i("update:modelValue", u.value), i("change", u.value), i("close"), s.value = !1);
56
60
  }
57
61
  }
58
- function D() {
59
- r("cancel"), r("close"), s.value = !1;
62
+ function T() {
63
+ i("cancel"), i("close"), s.value = !1;
60
64
  }
61
65
  function N() {
62
- const e = f(u);
63
- e != null && !e.isEmpty() && e.clearSignature(), i.value = void 0;
66
+ const e = f(c);
67
+ e != null && !e.isEmpty() && e.clearSignature(), u.value = void 0;
64
68
  }
65
- function k() {
66
- i.value = o.modelValue ?? o.signature, s.value = !0, r("open");
69
+ function V() {
70
+ u.value = l.modelValue ?? l.signature, s.value = !0, i("open");
67
71
  }
68
- return (e, a) => {
69
- const l = m("v-btn"), d = m("v-slide-x-reverse-transition"), c = m("v-card"), V = m("v-overlay");
70
- return B(), P("div", null, [
71
- !e.hideButton && !s.value ? (B(), T(l, M({
72
- key: 0,
73
- onClick: j(k, ["stop"])
74
- }, e.$attrs), null, 16)) : z("", !0),
75
- n(V, {
76
- modelValue: s.value,
77
- "onUpdate:modelValue": a[0] || (a[0] = (t) => s.value = t),
78
- "z-index": "1001"
79
- }, {
80
- default: v(() => [
81
- n(c, {
82
- class: "pa-0 ma-0 d-flex align-center justify-center",
83
- color: e.color,
84
- style: H(x.value)
85
- }, {
86
- default: v(() => [
87
- J(e.$slots, "top"),
88
- n(A(L), {
89
- options: w.value,
90
- ref_key: "signaturePad",
91
- ref: u
92
- }, null, 8, ["options"]),
93
- n(c, {
94
- class: "d-flex flex-column align-center justify-center",
95
- color: "primary",
96
- style: { position: "fixed", opacity: "0.75", right: "0" },
97
- width: "60"
98
- }, {
99
- default: v(() => [
100
- n(d, {
101
- "hide-on-leave": "",
102
- group: ""
103
- }, {
104
- default: v(() => [
105
- n(l, {
106
- class: "my-3",
107
- onClick: D,
108
- icon: "$close",
109
- key: "1",
110
- variant: "tonal"
111
- }),
112
- n(l, {
113
- class: "my-3",
114
- onClick: N,
115
- disabled: !e.canEdit,
116
- icon: "$eraser",
117
- key: "3",
118
- variant: "tonal"
119
- }, null, 8, ["disabled"]),
120
- n(l, {
121
- class: "my-3",
122
- onClick: $,
123
- disabled: !e.canEdit,
124
- icon: "$check",
125
- key: "4",
126
- variant: "tonal"
127
- }, null, 8, ["disabled"])
128
- ]),
129
- _: 1
130
- })
131
- ]),
132
- _: 1
133
- })
134
- ]),
135
- _: 3
136
- }, 8, ["color", "style"])
137
- ]),
138
- _: 3
139
- }, 8, ["modelValue"])
140
- ]);
141
- };
72
+ return (e, r) => (S(), M("div", null, [
73
+ !e.hideButton && !s.value ? (S(), _(t(m), j({
74
+ key: 0,
75
+ onClick: z(V, ["stop"])
76
+ }, e.$attrs), null, 16)) : H("", !0),
77
+ n(t(R), {
78
+ modelValue: s.value,
79
+ "onUpdate:modelValue": r[0] || (r[0] = (a) => s.value = a),
80
+ "z-index": "1001"
81
+ }, {
82
+ default: p(() => [
83
+ n(t(E), {
84
+ class: "pa-0 ma-0 d-flex align-center justify-center",
85
+ color: e.color,
86
+ style: J($.value)
87
+ }, {
88
+ default: p(() => [
89
+ X(e.$slots, "top"),
90
+ n(t(A), {
91
+ options: D.value,
92
+ ref_key: "signaturePad",
93
+ ref: c
94
+ }, null, 8, ["options"]),
95
+ n(t(E), {
96
+ class: "d-flex flex-column align-center justify-center",
97
+ color: "primary",
98
+ style: { position: "fixed", opacity: "0.75", right: "0" },
99
+ width: "60"
100
+ }, {
101
+ default: p(() => [
102
+ n(t(U), {
103
+ "hide-on-leave": "",
104
+ group: ""
105
+ }, {
106
+ default: p(() => [
107
+ n(t(m), {
108
+ class: "my-3",
109
+ onClick: T,
110
+ icon: "$close",
111
+ key: "1",
112
+ variant: "tonal"
113
+ }),
114
+ n(t(m), {
115
+ class: "my-3",
116
+ onClick: N,
117
+ disabled: !e.canEdit,
118
+ icon: "$eraser",
119
+ key: "3",
120
+ variant: "tonal"
121
+ }, null, 8, ["disabled"]),
122
+ n(t(m), {
123
+ class: "my-3",
124
+ onClick: O,
125
+ disabled: !e.canEdit,
126
+ icon: "$check",
127
+ key: "4",
128
+ variant: "tonal"
129
+ }, null, 8, ["disabled"])
130
+ ]),
131
+ _: 1
132
+ })
133
+ ]),
134
+ _: 1
135
+ })
136
+ ]),
137
+ _: 3
138
+ }, 8, ["color", "style"])
139
+ ]),
140
+ _: 3
141
+ }, 8, ["modelValue"])
142
+ ]));
142
143
  }
143
144
  });
144
145
  export {
145
- F as default
146
+ Z as default
146
147
  };