bt-core-app 2.2.10 → 2.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/dist/_virtual/VAlert.sass.mjs +1 -0
  2. package/dist/_virtual/VAvatar.sass.mjs +1 -0
  3. package/dist/_virtual/VBtn.sass.mjs +1 -0
  4. package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
  5. package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
  6. package/dist/_virtual/VCard.sass.mjs +1 -0
  7. package/dist/_virtual/VCheckbox.sass.mjs +1 -0
  8. package/dist/_virtual/VChip.sass.mjs +1 -0
  9. package/dist/_virtual/VChipGroup.sass.mjs +1 -0
  10. package/dist/_virtual/VColorPicker.sass.mjs +1 -0
  11. package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
  12. package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
  13. package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
  14. package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
  15. package/dist/_virtual/VCombobox.sass.mjs +1 -0
  16. package/dist/_virtual/VContainer.sass.mjs +1 -0
  17. package/dist/_virtual/VCounter.sass.mjs +1 -0
  18. package/dist/_virtual/VDialog.sass.mjs +1 -0
  19. package/dist/_virtual/VDivider.sass.mjs +1 -0
  20. package/dist/_virtual/VField.sass.mjs +1 -0
  21. package/dist/_virtual/VGrid.sass.mjs +1 -0
  22. package/dist/_virtual/VIcon.sass.mjs +1 -0
  23. package/dist/_virtual/VImg.sass.mjs +1 -0
  24. package/dist/_virtual/VInput.sass.mjs +1 -0
  25. package/dist/_virtual/VLabel.sass.mjs +1 -0
  26. package/dist/_virtual/VList.sass.mjs +1 -0
  27. package/dist/_virtual/VListItem.sass.mjs +1 -0
  28. package/dist/_virtual/VMenu.sass.mjs +1 -0
  29. package/dist/_virtual/VMessages.sass.mjs +1 -0
  30. package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
  31. package/dist/_virtual/VOverlay.sass.mjs +1 -0
  32. package/dist/_virtual/VPagination.sass.mjs +1 -0
  33. package/dist/_virtual/VPicker.sass.mjs +1 -0
  34. package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
  35. package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
  36. package/dist/_virtual/VRating.sass.mjs +1 -0
  37. package/dist/_virtual/VResponsive.sass.mjs +1 -0
  38. package/dist/_virtual/VRipple.sass.mjs +1 -0
  39. package/dist/_virtual/VSelect.sass.mjs +1 -0
  40. package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
  41. package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
  42. package/dist/_virtual/VSheet.sass.mjs +1 -0
  43. package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
  44. package/dist/_virtual/VSlider.sass.mjs +1 -0
  45. package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
  46. package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
  47. package/dist/_virtual/VSpacer.sass.mjs +1 -0
  48. package/dist/_virtual/VSwitch.sass.mjs +1 -0
  49. package/dist/_virtual/VTab.sass.mjs +1 -0
  50. package/dist/_virtual/VTable.sass.mjs +1 -0
  51. package/dist/_virtual/VTabs.sass.mjs +1 -0
  52. package/dist/_virtual/VTextField.sass.mjs +1 -0
  53. package/dist/_virtual/VTextarea.sass.mjs +1 -0
  54. package/dist/_virtual/VToolbar.sass.mjs +1 -0
  55. package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
  56. package/dist/_virtual/VWindow.sass.mjs +1 -0
  57. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
  58. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
  59. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
  60. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
  61. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
  62. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
  63. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
  64. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
  65. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
  66. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
  67. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
  68. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
  69. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
  70. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
  71. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
  72. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
  73. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
  74. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
  75. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
  76. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
  77. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
  78. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
  79. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
  80. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
  81. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
  82. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
  83. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
  84. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
  85. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
  86. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
  87. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
  88. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
  89. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
  90. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
  91. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
  92. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
  93. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
  94. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
  95. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
  96. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
  97. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
  98. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
  99. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
  100. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
  101. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
  102. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
  103. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
  104. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
  105. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
  106. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
  107. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
  108. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
  109. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
  110. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
  111. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
  112. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
  113. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
  114. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
  115. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
  116. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
  117. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
  118. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
  119. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
  120. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
  121. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
  154. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
  155. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
  156. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
  157. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
  158. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
  159. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
  160. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
  161. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
  162. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
  163. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
  164. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
  165. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
  166. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
  167. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
  168. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
  169. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
  170. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
  171. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
  172. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
  173. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
  174. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
  175. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
  176. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
  177. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
  178. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
  179. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
  180. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
  181. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
  182. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
  183. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
  184. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
  185. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
  186. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
  187. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
  188. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
  189. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
  190. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
  191. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
  192. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
  193. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
  194. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
  195. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
  196. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
  197. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
  198. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
  199. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
  200. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
  201. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
  202. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
  203. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
  204. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
  205. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
  206. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
  207. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
  208. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
  209. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
  210. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
  211. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
  212. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
  213. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
  214. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
  215. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
  216. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
  217. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
  218. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
  219. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
  220. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
  221. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
  222. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
  223. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
  224. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
  225. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
  226. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
  227. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
  228. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
  229. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
  230. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
  231. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
  232. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
  233. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
  234. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
  235. package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
  236. package/dist/components/BT-Avatar.vue.mjs +31 -31
  237. package/dist/components/BT-Background-Task.vue.mjs +52 -52
  238. package/dist/components/BT-Blade-Item.vue.mjs +110 -100
  239. package/dist/components/BT-Blade-Items.vue.mjs +1 -1
  240. package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
  241. package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
  242. package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
  243. package/dist/components/BT-Blade.vue.mjs +201 -192
  244. package/dist/components/BT-Btn.vue.mjs +23 -25
  245. package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
  246. package/dist/components/BT-Col.vue.mjs +17 -19
  247. package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
  248. package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
  249. package/dist/components/BT-Cron.vue.mjs +264 -249
  250. package/dist/components/BT-Date-Select.vue.mjs +46 -47
  251. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  252. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  253. package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
  254. package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
  255. package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
  256. package/dist/components/BT-Divider.vue.mjs +20 -21
  257. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  258. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  259. package/dist/components/BT-Entity.vue.mjs +82 -82
  260. package/dist/components/BT-Error.vue.mjs +26 -27
  261. package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
  262. package/dist/components/BT-Field-Date.vue.mjs +87 -84
  263. package/dist/components/BT-Field-Entity.vue.mjs +20 -16
  264. package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
  265. package/dist/components/BT-Field-Select.vue.mjs +32 -34
  266. package/dist/components/BT-Field-String.vue.mjs +54 -52
  267. package/dist/components/BT-Field-Switch.vue.mjs +44 -43
  268. package/dist/components/BT-Field-Tags.vue.mjs +57 -55
  269. package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
  270. package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
  271. package/dist/components/BT-Field.vue.mjs +39 -38
  272. package/dist/components/BT-Form-Builder.vue.mjs +346 -325
  273. package/dist/components/BT-Form-Field.vue.mjs +88 -81
  274. package/dist/components/BT-Form.vue.mjs +280 -269
  275. package/dist/components/BT-Header-Option.vue.mjs +21 -19
  276. package/dist/components/BT-Image-Select.vue.mjs +186 -177
  277. package/dist/components/BT-Json.vue.mjs +29 -30
  278. package/dist/components/BT-Loader.vue.mjs +32 -31
  279. package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
  280. package/dist/components/BT-Number.vue.mjs +1 -1
  281. package/dist/components/BT-Number.vue2.mjs +17 -19
  282. package/dist/components/BT-Numpad.vue.mjs +147 -144
  283. package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
  284. package/dist/components/BT-Select-Simple.vue.mjs +21 -23
  285. package/dist/components/BT-Select.vue.mjs +36 -37
  286. package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
  287. package/dist/components/BT-Signature.vue.mjs +96 -96
  288. package/dist/components/BT-Slider.vue.mjs +109 -103
  289. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  290. package/dist/components/BT-Status-Item.vue.mjs +18 -16
  291. package/dist/components/BT-Tags.vue.mjs +21 -22
  292. package/dist/components/BT-Tour.vue.mjs +69 -65
  293. package/dist/style.css +1 -1
  294. package/package.json +5 -2
@@ -1,10 +1,16 @@
1
- import { defineComponent as j, computed as t, ref as c, inject as u, resolveComponent as n, openBlock as v, createBlock as f, normalizeClass as P, withCtx as a, unref as i, createVNode as r, createTextVNode as k, toDisplayString as S, mergeProps as M } from "vue";
2
- import Q from "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.mjs";
3
- import { useAuth as G } from "../composables/auth.mjs";
4
- import { useDates as H } from "../composables/dates.mjs";
5
- import { useTheme as J } from "vuetify";
6
- import { TestRequired as K } from "../composables/rules.mjs";
7
- const le = /* @__PURE__ */ j({
1
+ import { defineComponent as $, computed as o, ref as p, inject as r, openBlock as f, createBlock as c, unref as t, normalizeClass as q, withCtx as i, createVNode as s, createTextVNode as k, toDisplayString as S, mergeProps as M } from "vue";
2
+ import A from "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.mjs";
3
+ import { useAuth as R } from "../composables/auth.mjs";
4
+ import { useDates as U } from "../composables/dates.mjs";
5
+ import { useTheme as Z } from "vuetify";
6
+ import { TestRequired as j } from "../composables/rules.mjs";
7
+ import { VCol as P } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
8
+ import { VListItem as Q } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
9
+ import { VListItemSubtitle as G } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs";
10
+ import { VListItemTitle as H } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs";
11
+ import { VMenu as J } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
12
+ import { VTextField as K } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
13
+ const ne = /* @__PURE__ */ $({
8
14
  inheritAttrs: !1,
9
15
  __name: "BT-Field-Date",
10
16
  props: {
@@ -29,91 +35,88 @@ const le = /* @__PURE__ */ j({
29
35
  useTime: { type: Boolean }
30
36
  },
31
37
  emits: ["update:modelValue"],
32
- setup(T, { emit: h }) {
33
- const C = J(), e = T, D = h, { btString: I, tzString: g } = H(), N = G(), s = t({
38
+ setup(T, { emit: I }) {
39
+ const h = Z(), e = T, C = I, { btString: D, tzString: v } = U(), L = R(), n = o({
34
40
  get() {
35
- return e.modelValue == "0001-01-01T00:00:00" && e.ignoreMinDate ? I() : e.modelValue;
41
+ return e.modelValue == "0001-01-01T00:00:00" && e.ignoreMinDate ? D() : e.modelValue;
36
42
  },
37
43
  set(l) {
38
- D("update:modelValue", l == null ? l : `${l.split(".")[0]}Z`);
44
+ C("update:modelValue", l == null ? l : `${l.split(".")[0]}Z`);
39
45
  }
40
- }), m = t(() => e.modelValue ? g(e.modelValue, e.format) : void 0), y = c(), w = u("isEditing", () => c(!1), !0), V = t(() => e.isEditing ?? w.value), d = u("isMobile", () => c(!1), !0), _ = u("viewVariant", "list-item"), z = u("editVariant", "outlined"), b = t(() => {
46
+ }), u = o(() => e.modelValue ? v(e.modelValue, e.format) : void 0), V = p(), N = r("isEditing", () => p(!1), !0), g = o(() => e.isEditing ?? N.value), m = r("isMobile", () => p(!1), !0), y = r("viewVariant", "list-item"), w = r("editVariant", "outlined"), b = o(() => {
41
47
  var l = [
42
48
  ...e.rules ?? []
43
49
  ];
44
- return e.required && l.push(K), l.length > 0 ? l : void 0;
45
- }), E = t(() => e.isMobile ?? d.value ? !1 : e.lg), F = t(() => e.isMobile ?? d.value ? !1 : e.md), $ = t(() => e.isMobile ?? d.value ? !1 : e.sm);
46
- return e.dateFrom != null ? y.value = e.dateFrom : e.fromNow && (y.value = g()), (l, o) => {
47
- const q = n("v-list-item-subtitle"), L = n("v-list-item-title"), A = n("v-list-item"), R = n("v-text-field"), U = n("v-menu"), Z = n("v-col");
48
- return v(), f(Z, {
49
- class: P(l.colClass),
50
- lg: E.value,
51
- md: F.value,
52
- sm: $.value,
53
- cols: l.cols
54
- }, {
55
- default: a(() => [
56
- !V.value && i(_) == "list-item" ? (v(), f(A, {
57
- key: 0,
58
- density: "compact",
59
- "prepend-icon": l.prependIcon
60
- }, {
61
- default: a(() => [
62
- r(q, null, {
63
- default: a(() => [
64
- k(S(l.label), 1)
65
- ]),
66
- _: 1
67
- }),
68
- r(L, null, {
69
- default: a(() => [
70
- k(S(m.value), 1)
71
- ]),
72
- _: 1
73
- })
74
- ]),
75
- _: 1
76
- }, 8, ["prepend-icon"])) : (v(), f(U, {
77
- key: 1,
78
- "open-delay": "5"
79
- }, {
80
- activator: a(({ props: p }) => [
81
- r(R, M({
82
- "append-inner-icon": l.canSelectNone && s.value != null && s.value.length > 0 ? "$close" : void 0,
83
- "onClick:appendInner": o[0] || (o[0] = (B) => s.value = void 0)
84
- }, p, {
85
- "hide-details": b.value == null,
86
- label: l.label,
87
- readonly: "",
88
- rules: b.value,
89
- variant: V.value ? i(z) : i(_),
90
- modelValue: m.value,
91
- "onUpdate:modelValue": o[1] || (o[1] = (B) => m.value = B)
92
- }), null, 16, ["append-inner-icon", "hide-details", "label", "rules", "variant", "modelValue"])
93
- ]),
94
- default: a(() => [
95
- r(i(Q), M({
96
- "auto-apply": "",
97
- dark: i(C).global.current.value.dark,
98
- "enable-time-picker": l.useTime,
99
- inline: "",
100
- "is-24": !1,
101
- "time-picker-inline": l.useTime,
102
- timezone: i(N).timeZone.value,
103
- utc: ""
104
- }, l.$attrs, {
105
- modelValue: s.value,
106
- "onUpdate:modelValue": o[2] || (o[2] = (p) => s.value = p)
107
- }), null, 16, ["dark", "enable-time-picker", "time-picker-inline", "timezone", "modelValue"])
108
- ]),
109
- _: 1
110
- }))
111
- ]),
112
- _: 1
113
- }, 8, ["class", "lg", "md", "sm", "cols"]);
114
- };
50
+ return e.required && l.push(j), l.length > 0 ? l : void 0;
51
+ }), z = o(() => e.isMobile ?? m.value ? !1 : e.lg), E = o(() => e.isMobile ?? m.value ? !1 : e.md), F = o(() => e.isMobile ?? m.value ? !1 : e.sm);
52
+ return e.dateFrom != null ? V.value = e.dateFrom : e.fromNow && (V.value = v()), (l, a) => (f(), c(t(P), {
53
+ class: q(l.colClass),
54
+ lg: z.value,
55
+ md: E.value,
56
+ sm: F.value,
57
+ cols: l.cols
58
+ }, {
59
+ default: i(() => [
60
+ !g.value && t(y) == "list-item" ? (f(), c(t(Q), {
61
+ key: 0,
62
+ density: "compact",
63
+ "prepend-icon": l.prependIcon
64
+ }, {
65
+ default: i(() => [
66
+ s(t(G), null, {
67
+ default: i(() => [
68
+ k(S(l.label), 1)
69
+ ]),
70
+ _: 1
71
+ }),
72
+ s(t(H), null, {
73
+ default: i(() => [
74
+ k(S(u.value), 1)
75
+ ]),
76
+ _: 1
77
+ })
78
+ ]),
79
+ _: 1
80
+ }, 8, ["prepend-icon"])) : (f(), c(t(J), {
81
+ key: 1,
82
+ "open-delay": "5"
83
+ }, {
84
+ activator: i(({ props: d }) => [
85
+ s(t(K), M({
86
+ "append-inner-icon": l.canSelectNone && n.value != null && n.value.length > 0 ? "$close" : void 0,
87
+ "onClick:appendInner": a[0] || (a[0] = (B) => n.value = void 0)
88
+ }, d, {
89
+ "hide-details": b.value == null,
90
+ label: l.label,
91
+ readonly: "",
92
+ rules: b.value,
93
+ variant: g.value ? t(w) : t(y),
94
+ modelValue: u.value,
95
+ "onUpdate:modelValue": a[1] || (a[1] = (B) => u.value = B)
96
+ }), null, 16, ["append-inner-icon", "hide-details", "label", "rules", "variant", "modelValue"])
97
+ ]),
98
+ default: i(() => [
99
+ s(t(A), M({
100
+ "auto-apply": "",
101
+ dark: t(h).global.current.value.dark,
102
+ "enable-time-picker": l.useTime,
103
+ inline: "",
104
+ "is-24": !1,
105
+ "time-picker-inline": l.useTime,
106
+ timezone: t(L).timeZone.value,
107
+ utc: ""
108
+ }, l.$attrs, {
109
+ modelValue: n.value,
110
+ "onUpdate:modelValue": a[2] || (a[2] = (d) => n.value = d)
111
+ }), null, 16, ["dark", "enable-time-picker", "time-picker-inline", "timezone", "modelValue"])
112
+ ]),
113
+ _: 1
114
+ }))
115
+ ]),
116
+ _: 1
117
+ }, 8, ["class", "lg", "md", "sm", "cols"]));
115
118
  }
116
119
  });
117
120
  export {
118
- le as default
121
+ ne as default
119
122
  };
@@ -1,5 +1,9 @@
1
- import { defineComponent as g, inject as y, ref as B, computed as s, resolveComponent as l, openBlock as a, createBlock as m, withCtx as o, createVNode as i, createTextVNode as S, toDisplayString as M, createCommentVNode as C, mergeProps as V } from "vue";
2
- const N = /* @__PURE__ */ g({
1
+ import { defineComponent as f, inject as b, ref as g, computed as i, resolveComponent as y, openBlock as a, createBlock as r, unref as l, withCtx as o, createVNode as s, createTextVNode as _, toDisplayString as S, createCommentVNode as B, mergeProps as V } from "vue";
2
+ import { VCol as v } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
3
+ import { VListItem as M } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
4
+ import { VListItemSubtitle as I } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs";
5
+ import { VListItemTitle as C } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs";
6
+ const A = /* @__PURE__ */ f({
3
7
  inheritAttrs: !1,
4
8
  __name: "BT-Field-Entity",
5
9
  props: {
@@ -13,31 +17,31 @@ const N = /* @__PURE__ */ g({
13
17
  sm: { type: [String, Boolean], default: "6" }
14
18
  },
15
19
  emits: ["update:modelValue"],
16
- setup(c, { emit: h }) {
17
- const e = c, n = y("isMobile", () => B(!1), !0), p = s(() => e.isMobile ?? n.value ? !1 : e.lg), r = s(() => e.isMobile ?? n.value ? !1 : e.md), u = s(() => e.isMobile ?? n.value ? !1 : e.sm);
18
- return (t, k) => {
19
- const d = l("v-list-item-subtitle"), _ = l("bt-entity"), f = l("v-list-item-title"), v = l("v-list-item"), b = l("v-col");
20
- return a(), m(b, {
20
+ setup(m, { emit: L }) {
21
+ const e = m, n = b("isMobile", () => g(!1), !0), p = i(() => e.isMobile ?? n.value ? !1 : e.lg), u = i(() => e.isMobile ?? n.value ? !1 : e.md), d = i(() => e.isMobile ?? n.value ? !1 : e.sm);
22
+ return (t, h) => {
23
+ const c = y("bt-entity");
24
+ return a(), r(l(v), {
21
25
  lg: p.value,
22
- md: r.value,
23
- sm: u.value,
26
+ md: u.value,
27
+ sm: d.value,
24
28
  cols: t.cols
25
29
  }, {
26
30
  default: o(() => [
27
- i(v, {
31
+ s(l(M), {
28
32
  density: "compact",
29
33
  "prepend-icon": t.prependIcon
30
34
  }, {
31
35
  default: o(() => [
32
- t.label != null ? (a(), m(d, { key: 0 }, {
36
+ t.label != null ? (a(), r(l(I), { key: 0 }, {
33
37
  default: o(() => [
34
- S(M(t.label), 1)
38
+ _(S(t.label), 1)
35
39
  ]),
36
40
  _: 1
37
- })) : C("", !0),
38
- i(f, null, {
41
+ })) : B("", !0),
42
+ s(l(C), null, {
39
43
  default: o(() => [
40
- i(_, V(t.$attrs, { isSingle: !0 }), null, 16)
44
+ s(c, V(t.$attrs, { isSingle: !0 }), null, 16)
41
45
  ]),
42
46
  _: 1
43
47
  })
@@ -51,5 +55,5 @@ const N = /* @__PURE__ */ g({
51
55
  }
52
56
  });
53
57
  export {
54
- N as default
58
+ A as default
55
59
  };
@@ -1,5 +1,6 @@
1
- import { defineComponent as M, computed as t, inject as o, ref as u, resolveComponent as S, openBlock as _, createBlock as E, withCtx as w, createVNode as C, mergeProps as I, unref as h } from "vue";
2
- import k from "./BT-Select-Simple.vue.mjs";
1
+ import { defineComponent as M, computed as t, inject as a, ref as u, openBlock as S, createBlock as E, unref as m, withCtx as w, createVNode as _, mergeProps as C } from "vue";
2
+ import I from "./BT-Select-Simple.vue.mjs";
3
+ import { VCol as h } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
3
4
  const z = /* @__PURE__ */ M({
4
5
  inheritAttrs: !1,
5
6
  __name: "BT-Field-Select-Simple",
@@ -16,35 +17,32 @@ const z = /* @__PURE__ */ M({
16
17
  sm: { type: [String, Boolean], default: "6" }
17
18
  },
18
19
  emits: ["update:modelValue", "select"],
19
- setup(m, { emit: c }) {
20
- const e = m, n = c, i = t({
20
+ setup(c, { emit: f }) {
21
+ const e = c, i = f, n = t({
21
22
  get() {
22
23
  return e.modelValue;
23
24
  },
24
25
  set(l) {
25
- n("update:modelValue", l), n("select", l);
26
+ i("update:modelValue", l), i("select", l);
26
27
  }
27
- }), f = o("isEditing", () => u(!1), !0), s = t(() => e.isEditing ?? f.value), a = o("isMobile", () => u(!1), !0), r = o("viewVariant", "underlined"), p = t(() => r == "list-item" ? "underlined" : r), v = o("editVariant", "outlined"), g = t(() => e.isMobile ?? a.value ? !1 : e.lg), V = t(() => e.isMobile ?? a.value ? !1 : e.md), b = t(() => e.isMobile ?? a.value ? !1 : e.sm);
28
- return (l, d) => {
29
- const B = S("v-col");
30
- return _(), E(B, {
31
- lg: g.value,
32
- md: V.value,
33
- sm: b.value,
34
- cols: l.cols
35
- }, {
36
- default: w(() => [
37
- C(k, I(l.$attrs, {
38
- label: l.label,
39
- readonly: !s.value,
40
- fieldVariant: s.value ? h(v) : p.value,
41
- modelValue: i.value,
42
- "onUpdate:modelValue": d[0] || (d[0] = (y) => i.value = y)
43
- }), null, 16, ["label", "readonly", "fieldVariant", "modelValue"])
44
- ]),
45
- _: 1
46
- }, 8, ["lg", "md", "sm", "cols"]);
47
- };
28
+ }), p = a("isEditing", () => u(!1), !0), s = t(() => e.isEditing ?? p.value), o = a("isMobile", () => u(!1), !0), r = a("viewVariant", "underlined"), V = t(() => r == "list-item" ? "underlined" : r), g = a("editVariant", "outlined"), v = t(() => e.isMobile ?? o.value ? !1 : e.lg), b = t(() => e.isMobile ?? o.value ? !1 : e.md), B = t(() => e.isMobile ?? o.value ? !1 : e.sm);
29
+ return (l, d) => (S(), E(m(h), {
30
+ lg: v.value,
31
+ md: b.value,
32
+ sm: B.value,
33
+ cols: l.cols
34
+ }, {
35
+ default: w(() => [
36
+ _(I, C(l.$attrs, {
37
+ label: l.label,
38
+ readonly: !s.value,
39
+ fieldVariant: s.value ? m(g) : V.value,
40
+ modelValue: n.value,
41
+ "onUpdate:modelValue": d[0] || (d[0] = (y) => n.value = y)
42
+ }), null, 16, ["label", "readonly", "fieldVariant", "modelValue"])
43
+ ]),
44
+ _: 1
45
+ }, 8, ["lg", "md", "sm", "cols"]));
48
46
  }
49
47
  });
50
48
  export {
@@ -1,6 +1,7 @@
1
- import { defineComponent as w, computed as t, inject as a, ref as c, resolveComponent as $, openBlock as C, createBlock as I, withCtx as n, createVNode as P, mergeProps as h, unref as k, renderSlot as p, normalizeProps as f, guardReactiveProps as v } from "vue";
2
- import z from "./BT-Select.vue.mjs";
3
- const F = /* @__PURE__ */ w({
1
+ import { defineComponent as $, computed as t, inject as a, ref as c, openBlock as C, createBlock as I, unref as f, withCtx as n, createVNode as P, mergeProps as _, renderSlot as p, normalizeProps as g, guardReactiveProps as V } from "vue";
2
+ import h from "./BT-Select.vue.mjs";
3
+ import { VCol as k } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
4
+ const F = /* @__PURE__ */ $({
4
5
  inheritAttrs: !1,
5
6
  __name: "BT-Field-Select",
6
7
  props: {
@@ -16,43 +17,40 @@ const F = /* @__PURE__ */ w({
16
17
  sm: { type: [String, Boolean], default: "6" }
17
18
  },
18
19
  emits: ["update:modelValue", "select"],
19
- setup(g, { emit: V }) {
20
- const e = g, s = V, r = t({
20
+ setup(v, { emit: b }) {
21
+ const e = v, s = b, r = t({
21
22
  get() {
22
23
  return e.modelValue;
23
24
  },
24
25
  set(l) {
25
26
  s("update:modelValue", l), s("select", l);
26
27
  }
27
- }), b = a("isEditing", () => c(!1), !0), d = t(() => e.isEditing ?? b.value), i = a("isMobile", () => c(!1), !0), u = a("viewVariant", "underlined"), B = t(() => u == "list-item" ? "underlined" : u), y = a("editVariant", "outlined"), M = t(() => e.isMobile ?? i.value ? !1 : e.lg), S = t(() => e.isMobile ?? i.value ? !1 : e.md), _ = t(() => e.isMobile ?? i.value ? !1 : e.sm);
28
- return (l, m) => {
29
- const E = $("v-col");
30
- return C(), I(E, {
31
- lg: M.value,
32
- md: S.value,
33
- sm: _.value,
34
- cols: l.cols
35
- }, {
36
- default: n(() => [
37
- P(z, h(l.$attrs, {
38
- label: l.label,
39
- readonly: !d.value,
40
- fieldVariant: d.value ? k(y) : B.value,
41
- modelValue: r.value,
42
- "onUpdate:modelValue": m[0] || (m[0] = (o) => r.value = o)
43
- }), {
44
- item: n((o) => [
45
- p(l.$slots, "item", f(v(o)))
46
- ]),
47
- selection: n((o) => [
48
- p(l.$slots, "selection", f(v(o)))
49
- ]),
50
- _: 3
51
- }, 16, ["label", "readonly", "fieldVariant", "modelValue"])
52
- ]),
53
- _: 3
54
- }, 8, ["lg", "md", "sm", "cols"]);
55
- };
28
+ }), B = a("isEditing", () => c(!1), !0), d = t(() => e.isEditing ?? B.value), i = a("isMobile", () => c(!1), !0), u = a("viewVariant", "underlined"), y = t(() => u == "list-item" ? "underlined" : u), M = a("editVariant", "outlined"), S = t(() => e.isMobile ?? i.value ? !1 : e.lg), E = t(() => e.isMobile ?? i.value ? !1 : e.md), w = t(() => e.isMobile ?? i.value ? !1 : e.sm);
29
+ return (l, m) => (C(), I(f(k), {
30
+ lg: S.value,
31
+ md: E.value,
32
+ sm: w.value,
33
+ cols: l.cols
34
+ }, {
35
+ default: n(() => [
36
+ P(h, _(l.$attrs, {
37
+ label: l.label,
38
+ readonly: !d.value,
39
+ fieldVariant: d.value ? f(M) : y.value,
40
+ modelValue: r.value,
41
+ "onUpdate:modelValue": m[0] || (m[0] = (o) => r.value = o)
42
+ }), {
43
+ item: n((o) => [
44
+ p(l.$slots, "item", g(V(o)))
45
+ ]),
46
+ selection: n((o) => [
47
+ p(l.$slots, "selection", g(V(o)))
48
+ ]),
49
+ _: 3
50
+ }, 16, ["label", "readonly", "fieldVariant", "modelValue"])
51
+ ]),
52
+ _: 3
53
+ }, 8, ["lg", "md", "sm", "cols"]));
56
54
  }
57
55
  });
58
56
  export {
@@ -1,9 +1,14 @@
1
- import { defineComponent as x, computed as t, inject as o, ref as _, resolveComponent as i, openBlock as a, createBlock as d, withCtx as s, unref as m, mergeProps as y, createVNode as g, createTextVNode as V, toDisplayString as p, createElementBlock as R, createCommentVNode as j } from "vue";
2
- import { TestEmailValid as z, TestRequired as A } from "../composables/rules.mjs";
3
- const D = {
1
+ import { defineComponent as T, computed as i, inject as a, ref as v, openBlock as o, createBlock as m, unref as t, withCtx as r, mergeProps as y, createVNode as V, createTextVNode as g, toDisplayString as d, createElementBlock as L, createCommentVNode as $ } from "vue";
2
+ import { TestEmailValid as q, TestRequired as w } from "../composables/rules.mjs";
3
+ import { VCol as N } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
4
+ import { VListItem as F } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
5
+ import { VListItemSubtitle as R } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs";
6
+ import { VListItemTitle as j } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs";
7
+ import { VTextField as x } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
8
+ const z = {
4
9
  key: 0,
5
10
  class: "mr-1"
6
- }, P = /* @__PURE__ */ x({
11
+ }, K = /* @__PURE__ */ T({
7
12
  inheritAttrs: !1,
8
13
  __name: "BT-Field-String",
9
14
  props: {
@@ -24,64 +29,61 @@ const D = {
24
29
  },
25
30
  emits: ["update:modelValue"],
26
31
  setup(B, { emit: b }) {
27
- const l = B, E = b, n = t({
32
+ const l = B, E = b, s = i({
28
33
  get() {
29
34
  return l.modelValue;
30
35
  },
31
36
  set(e) {
32
37
  E("update:modelValue", e);
33
38
  }
34
- }), h = o("isEditing", () => _(!1), !0), r = t(() => l.isEditing ?? h.value), u = o("isMobile", () => _(!1), !0), c = o("viewVariant", "list-item"), C = o("editVariant", "outlined"), f = t(() => {
39
+ }), h = a("isEditing", () => v(!1), !0), n = i(() => l.isEditing ?? h.value), u = a("isMobile", () => v(!1), !0), p = a("viewVariant", "list-item"), S = a("editVariant", "outlined"), f = i(() => {
35
40
  var e = [
36
41
  ...l.rules ?? []
37
42
  ];
38
- return l.isEmail !== !1 && e.push(z), l.required && e.push(A), e.length > 0 ? e : void 0;
39
- }), M = t(() => l.isMobile ?? u.value ? !1 : l.lg), S = t(() => l.isMobile ?? u.value ? !1 : l.md), k = t(() => l.isMobile ?? u.value ? !1 : l.sm);
40
- return (e, v) => {
41
- const T = i("v-list-item-subtitle"), $ = i("v-list-item-title"), q = i("v-list-item"), w = i("v-text-field"), I = i("v-col");
42
- return a(), d(I, {
43
- lg: M.value,
44
- md: S.value,
45
- sm: k.value,
46
- cols: e.cols
47
- }, {
48
- default: s(() => [
49
- !r.value && m(c) == "list-item" ? (a(), d(q, y({
50
- key: 0,
51
- density: "compact"
52
- }, e.$attrs), {
53
- default: s(() => [
54
- g(T, null, {
55
- default: s(() => [
56
- V(p(e.label), 1)
57
- ]),
58
- _: 1
59
- }),
60
- g($, null, {
61
- default: s(() => [
62
- e.prefix != null || e.useCurrency ? (a(), R("span", D, p(e.prefix ?? "$"), 1)) : j("", !0),
63
- V(" " + p(n.value), 1)
64
- ]),
65
- _: 1
66
- })
67
- ]),
68
- _: 1
69
- }, 16)) : (a(), d(w, y({ key: 1 }, e.$attrs, {
70
- "hide-details": f.value == null,
71
- label: e.label,
72
- prefix: e.prefix ?? (e.useCurrency ? "$" : void 0),
73
- readonly: !r.value,
74
- rules: f.value,
75
- variant: r.value ? m(C) : m(c),
76
- modelValue: n.value,
77
- "onUpdate:modelValue": v[0] || (v[0] = (N) => n.value = N)
78
- }), null, 16, ["hide-details", "label", "prefix", "readonly", "rules", "variant", "modelValue"]))
79
- ]),
80
- _: 1
81
- }, 8, ["lg", "md", "sm", "cols"]);
82
- };
43
+ return l.isEmail !== !1 && e.push(q), l.required && e.push(w), e.length > 0 ? e : void 0;
44
+ }), C = i(() => l.isMobile ?? u.value ? !1 : l.lg), M = i(() => l.isMobile ?? u.value ? !1 : l.md), k = i(() => l.isMobile ?? u.value ? !1 : l.sm);
45
+ return (e, c) => (o(), m(t(N), {
46
+ lg: C.value,
47
+ md: M.value,
48
+ sm: k.value,
49
+ cols: e.cols
50
+ }, {
51
+ default: r(() => [
52
+ !n.value && t(p) == "list-item" ? (o(), m(t(F), y({
53
+ key: 0,
54
+ density: "compact"
55
+ }, e.$attrs), {
56
+ default: r(() => [
57
+ V(t(R), null, {
58
+ default: r(() => [
59
+ g(d(e.label), 1)
60
+ ]),
61
+ _: 1
62
+ }),
63
+ V(t(j), null, {
64
+ default: r(() => [
65
+ e.prefix != null || e.useCurrency ? (o(), L("span", z, d(e.prefix ?? "$"), 1)) : $("", !0),
66
+ g(" " + d(s.value), 1)
67
+ ]),
68
+ _: 1
69
+ })
70
+ ]),
71
+ _: 1
72
+ }, 16)) : (o(), m(t(x), y({ key: 1 }, e.$attrs, {
73
+ "hide-details": f.value == null,
74
+ label: e.label,
75
+ prefix: e.prefix ?? (e.useCurrency ? "$" : void 0),
76
+ readonly: !n.value,
77
+ rules: f.value,
78
+ variant: n.value ? t(S) : t(p),
79
+ modelValue: s.value,
80
+ "onUpdate:modelValue": c[0] || (c[0] = (I) => s.value = I)
81
+ }), null, 16, ["hide-details", "label", "prefix", "readonly", "rules", "variant", "modelValue"]))
82
+ ]),
83
+ _: 1
84
+ }, 8, ["lg", "md", "sm", "cols"]));
83
85
  }
84
86
  });
85
87
  export {
86
- P as default
88
+ K as default
87
89
  };