bt-core-app 2.2.9 → 2.2.10

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