bt-core-app 2.2.10 → 2.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/dist/_virtual/VAlert.sass.mjs +1 -0
  2. package/dist/_virtual/VAvatar.sass.mjs +1 -0
  3. package/dist/_virtual/VBtn.sass.mjs +1 -0
  4. package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
  5. package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
  6. package/dist/_virtual/VCard.sass.mjs +1 -0
  7. package/dist/_virtual/VCheckbox.sass.mjs +1 -0
  8. package/dist/_virtual/VChip.sass.mjs +1 -0
  9. package/dist/_virtual/VChipGroup.sass.mjs +1 -0
  10. package/dist/_virtual/VColorPicker.sass.mjs +1 -0
  11. package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
  12. package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
  13. package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
  14. package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
  15. package/dist/_virtual/VCombobox.sass.mjs +1 -0
  16. package/dist/_virtual/VContainer.sass.mjs +1 -0
  17. package/dist/_virtual/VCounter.sass.mjs +1 -0
  18. package/dist/_virtual/VDialog.sass.mjs +1 -0
  19. package/dist/_virtual/VDivider.sass.mjs +1 -0
  20. package/dist/_virtual/VField.sass.mjs +1 -0
  21. package/dist/_virtual/VGrid.sass.mjs +1 -0
  22. package/dist/_virtual/VIcon.sass.mjs +1 -0
  23. package/dist/_virtual/VImg.sass.mjs +1 -0
  24. package/dist/_virtual/VInput.sass.mjs +1 -0
  25. package/dist/_virtual/VLabel.sass.mjs +1 -0
  26. package/dist/_virtual/VList.sass.mjs +1 -0
  27. package/dist/_virtual/VListItem.sass.mjs +1 -0
  28. package/dist/_virtual/VMenu.sass.mjs +1 -0
  29. package/dist/_virtual/VMessages.sass.mjs +1 -0
  30. package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
  31. package/dist/_virtual/VOverlay.sass.mjs +1 -0
  32. package/dist/_virtual/VPagination.sass.mjs +1 -0
  33. package/dist/_virtual/VPicker.sass.mjs +1 -0
  34. package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
  35. package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
  36. package/dist/_virtual/VRating.sass.mjs +1 -0
  37. package/dist/_virtual/VResponsive.sass.mjs +1 -0
  38. package/dist/_virtual/VRipple.sass.mjs +1 -0
  39. package/dist/_virtual/VSelect.sass.mjs +1 -0
  40. package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
  41. package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
  42. package/dist/_virtual/VSheet.sass.mjs +1 -0
  43. package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
  44. package/dist/_virtual/VSlider.sass.mjs +1 -0
  45. package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
  46. package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
  47. package/dist/_virtual/VSpacer.sass.mjs +1 -0
  48. package/dist/_virtual/VSwitch.sass.mjs +1 -0
  49. package/dist/_virtual/VTab.sass.mjs +1 -0
  50. package/dist/_virtual/VTable.sass.mjs +1 -0
  51. package/dist/_virtual/VTabs.sass.mjs +1 -0
  52. package/dist/_virtual/VTextField.sass.mjs +1 -0
  53. package/dist/_virtual/VTextarea.sass.mjs +1 -0
  54. package/dist/_virtual/VToolbar.sass.mjs +1 -0
  55. package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
  56. package/dist/_virtual/VWindow.sass.mjs +1 -0
  57. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
  58. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
  59. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
  60. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
  61. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
  62. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
  63. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
  64. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
  65. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
  66. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
  67. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
  68. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
  69. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
  70. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
  71. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
  72. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
  73. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
  74. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
  75. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
  76. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
  77. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
  78. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
  79. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
  80. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
  81. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
  82. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
  83. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
  84. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
  85. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
  86. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
  87. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
  88. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
  89. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
  90. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
  91. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
  92. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
  93. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
  94. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
  95. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
  96. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
  97. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
  98. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
  99. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
  100. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
  101. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
  102. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
  103. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
  104. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
  105. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
  106. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
  107. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
  108. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
  109. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
  110. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
  111. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
  112. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
  113. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
  114. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
  115. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
  116. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
  117. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
  118. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
  119. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
  120. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
  121. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
  154. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
  155. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
  156. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
  157. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
  158. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
  159. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
  160. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
  161. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
  162. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
  163. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
  164. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
  165. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
  166. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
  167. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
  168. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
  169. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
  170. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
  171. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
  172. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
  173. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
  174. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
  175. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
  176. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
  177. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
  178. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
  179. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
  180. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
  181. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
  182. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
  183. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
  184. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
  185. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
  186. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
  187. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
  188. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
  189. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
  190. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
  191. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
  192. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
  193. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
  194. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
  195. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
  196. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
  197. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
  198. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
  199. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
  200. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
  201. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
  202. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
  203. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
  204. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
  205. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
  206. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
  207. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
  208. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
  209. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
  210. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
  211. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
  212. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
  213. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
  214. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
  215. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
  216. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
  217. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
  218. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
  219. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
  220. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
  221. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
  222. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
  223. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
  224. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
  225. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
  226. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
  227. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
  228. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
  229. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
  230. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
  231. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
  232. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
  233. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
  234. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
  235. package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
  236. package/dist/components/BT-Avatar.vue.mjs +31 -31
  237. package/dist/components/BT-Background-Task.vue.mjs +52 -52
  238. package/dist/components/BT-Blade-Item.vue.mjs +110 -100
  239. package/dist/components/BT-Blade-Items.vue.mjs +1 -1
  240. package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
  241. package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
  242. package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
  243. package/dist/components/BT-Blade.vue.mjs +201 -192
  244. package/dist/components/BT-Btn.vue.mjs +23 -25
  245. package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
  246. package/dist/components/BT-Col.vue.mjs +17 -19
  247. package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
  248. package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
  249. package/dist/components/BT-Cron.vue.mjs +264 -249
  250. package/dist/components/BT-Date-Select.vue.mjs +46 -47
  251. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  252. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  253. package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
  254. package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
  255. package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
  256. package/dist/components/BT-Divider.vue.mjs +20 -21
  257. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  258. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  259. package/dist/components/BT-Entity.vue.mjs +82 -82
  260. package/dist/components/BT-Error.vue.mjs +26 -27
  261. package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
  262. package/dist/components/BT-Field-Date.vue.mjs +87 -84
  263. package/dist/components/BT-Field-Entity.vue.mjs +20 -16
  264. package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
  265. package/dist/components/BT-Field-Select.vue.mjs +32 -34
  266. package/dist/components/BT-Field-String.vue.mjs +54 -52
  267. package/dist/components/BT-Field-Switch.vue.mjs +44 -43
  268. package/dist/components/BT-Field-Tags.vue.mjs +57 -55
  269. package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
  270. package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
  271. package/dist/components/BT-Field.vue.mjs +39 -38
  272. package/dist/components/BT-Form-Builder.vue.mjs +346 -325
  273. package/dist/components/BT-Form-Field.vue.mjs +88 -81
  274. package/dist/components/BT-Form.vue.mjs +280 -269
  275. package/dist/components/BT-Header-Option.vue.mjs +21 -19
  276. package/dist/components/BT-Image-Select.vue.mjs +186 -177
  277. package/dist/components/BT-Json.vue.mjs +29 -30
  278. package/dist/components/BT-Loader.vue.mjs +32 -31
  279. package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
  280. package/dist/components/BT-Number.vue.mjs +1 -1
  281. package/dist/components/BT-Number.vue2.mjs +17 -19
  282. package/dist/components/BT-Numpad.vue.mjs +147 -144
  283. package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
  284. package/dist/components/BT-Select-Simple.vue.mjs +21 -23
  285. package/dist/components/BT-Select.vue.mjs +36 -37
  286. package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
  287. package/dist/components/BT-Signature.vue.mjs +96 -96
  288. package/dist/components/BT-Slider.vue.mjs +109 -103
  289. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  290. package/dist/components/BT-Status-Item.vue.mjs +18 -16
  291. package/dist/components/BT-Tags.vue.mjs +21 -22
  292. package/dist/components/BT-Tour.vue.mjs +69 -65
  293. package/dist/style.css +1 -1
  294. package/package.json +1 -1
@@ -1,14 +1,29 @@
1
- import { defineComponent as st, computed as g, ref as X, provide as rt, watch as _, onMounted as ut, onUnmounted as dt, resolveComponent as S, openBlock as o, createBlock as d, unref as l, withCtx as r, renderSlot as m, createCommentVNode as v, createVNode as u, mergeProps as ne, createElementBlock as p, Fragment as E, renderList as P, withKeys as De, withModifiers as T, createTextVNode as fe, toDisplayString as oe, createElementVNode as x, normalizeStyle as W, normalizeClass as Z, createSlots as Ne, nextTick as vt } from "vue";
2
- import { isLengthyArray as Y, isNullOrEmpty as ie, copyDeep as ge, capitalizeWords as Me } from "../composables/helpers.mjs";
3
- import { useAuth as ct } from "../composables/auth.mjs";
4
- import { useList as pt } from "../composables/list.mjs";
5
- import { useNavigation as yt } from "../composables/navigation.mjs";
6
- import { usePresets as mt } from "../composables/presets.mjs";
7
- import { useRoute as ht, useRouter as He } from "vue-router";
8
- import { useHeights as ft } from "../composables/heights.mjs";
9
- import { useDisplay as gt } from "vuetify";
10
- import { registerSteps as St, unregisterSteps as kt } from "../composables/steps.mjs";
11
- import { useTracker as $t } from "../composables/track.mjs";
1
+ import { defineComponent as et, computed as g, ref as j, provide as tt, watch as Z, onMounted as lt, onUnmounted as at, resolveComponent as Ae, openBlock as o, createBlock as u, unref as e, withCtx as s, renderSlot as h, createCommentVNode as v, createVNode as r, mergeProps as le, createElementBlock as c, Fragment as T, renderList as E, withKeys as Te, withModifiers as P, createTextVNode as me, toDisplayString as ae, createElementVNode as R, normalizeStyle as W, normalizeClass as J, createSlots as Ie, nextTick as nt } from "vue";
2
+ import { isLengthyArray as G, isNullOrEmpty as ne, copyDeep as he, capitalizeWords as Ee } from "../composables/helpers.mjs";
3
+ import { useAuth as ot } from "../composables/auth.mjs";
4
+ import { useList as it } from "../composables/list.mjs";
5
+ import { useNavigation as st } from "../composables/navigation.mjs";
6
+ import { usePresets as rt } from "../composables/presets.mjs";
7
+ import { useRoute as ut, useRouter as Pe } from "vue-router";
8
+ import { useHeights as dt } from "../composables/heights.mjs";
9
+ import { useDisplay as vt } from "vuetify";
10
+ import { registerSteps as ct, unregisterSteps as pt } from "../composables/steps.mjs";
11
+ import { useTracker as yt } from "../composables/track.mjs";
12
+ import { VSlideYTransition as mt, VSlideXTransition as x, VFadeTransition as Ve, VSlideYReverseTransition as fe, VSlideXReverseTransition as ht } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
13
+ import { VWindow as ft } from "../bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs";
14
+ import { VWindowItem as De } from "../bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs";
15
+ import { VBtn as p } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
16
+ import { VMenu as oe } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
17
+ import { VList as _ } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
18
+ import { VListItem as K } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
19
+ import { VTextField as Ne } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
20
+ import { VSpacer as ie } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
21
+ import { VIcon as Me } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
22
+ import { VRow as Fe } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs";
23
+ import { VDivider as gt } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
24
+ import { VTable as St } from "../bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs";
25
+ import { VCard as kt } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
26
+ import { VPagination as $t } from "../bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs";
12
27
  const bt = {
13
28
  key: 0,
14
29
  class: "d-flex align-center mr-2"
@@ -24,13 +39,13 @@ const bt = {
24
39
  }, Bt = { class: "text-h6 ml-3" }, wt = { key: "0" }, At = {
25
40
  class: "d-flex",
26
41
  key: "a1"
27
- }, Et = {
42
+ }, Tt = {
28
43
  key: "itemActions",
29
44
  class: "text-right"
30
- }, It = ["onClick"], Pt = { key: "0" }, Tt = {
45
+ }, It = ["onClick"], Et = { key: "0" }, Pt = {
31
46
  class: "d-flex",
32
47
  key: "a1"
33
- }, Dt = { key: 0 }, Yt = /* @__PURE__ */ st({
48
+ }, Vt = { key: 0 }, ol = /* @__PURE__ */ et({
34
49
  __name: "BT-Blade-Steps",
35
50
  props: {
36
51
  actionButtonSize: { default: "x-small" },
@@ -170,126 +185,126 @@ const bt = {
170
185
  variant: { default: "page" }
171
186
  },
172
187
  emits: ["change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item", "saved"],
173
- setup(Fe, { emit: Ve }) {
174
- const Se = Ve, i = Fe, F = g(() => i.steps ?? []), ke = X(null), $e = X(null), { xs: Ue } = gt(), I = ht(), j = mt(i.preset), U = He(), { findDisplay: Le, findSingleDisplay: Oe } = yt(), q = ct(), be = ft(), t = pt(i, Se, {
188
+ setup(He, { emit: Ue }) {
189
+ const ge = Ue, i = He, M = g(() => i.steps ?? []), Se = j(null), ke = j(null), { xs: Le } = vt(), I = ut(), X = rt(i.preset), F = Pe(), { findDisplay: Oe, findSingleDisplay: qe } = st(), L = ot(), $e = dt(), l = it(i, ge, {
175
190
  hideActions: !0,
176
- onError: (e) => {
177
- if (console.log(e), e.code == 401)
178
- q.logout(), q.login(location.pathname);
191
+ onError: (t) => {
192
+ if (console.log(t), t.code == 401)
193
+ L.logout(), L.login(location.pathname);
179
194
  else
180
- return e;
195
+ return t;
181
196
  },
182
- onFinishedAsync: async (e) => {
183
- if (i.defaultNew === !0 && !Y(e))
184
- G();
185
- else if (t.id.value != null) {
186
- if (t.id.value == "new")
187
- G();
188
- else if (e != null) {
189
- var a = e.find((s) => s.id == t.id.value);
190
- a != null && (await J(a), ee(), B());
197
+ onFinishedAsync: async (t) => {
198
+ if (i.defaultNew === !0 && !G(t))
199
+ O();
200
+ else if (l.id.value != null) {
201
+ if (l.id.value == "new")
202
+ O();
203
+ else if (t != null) {
204
+ var a = t.find((m) => m.id == l.id.value);
205
+ a != null && (await Q(a), ee(), w());
191
206
  }
192
207
  }
193
208
  },
194
- router: He(),
209
+ router: Pe(),
195
210
  route: I
196
- }), D = X([]), y = X(0), se = X(0);
197
- function qe(e) {
198
- console.log(`window updated to: ${e.toString()}`);
211
+ }), V = j([]), y = j(0), se = j(0);
212
+ function Ge(t) {
213
+ console.log(`window updated to: ${t.toString()}`);
199
214
  }
200
- const $ = g(() => y.value > 0 ? F.value[y.value - 1] : void 0), Ge = g(() => y.value > 0), re = g(() => {
201
- var e;
202
- return !(y.value >= F.value.length || ((e = $.value) == null ? void 0 : e.onCanMoveNext) != null && $.value.onCanMoveNext({
203
- isChanged: N.value,
204
- item: k.value,
205
- meta: C.value,
206
- mode: t.mode.value
215
+ const k = g(() => y.value > 0 ? M.value[y.value - 1] : void 0), Ke = g(() => y.value > 0), re = g(() => {
216
+ var t;
217
+ return !(y.value >= M.value.length || ((t = k.value) == null ? void 0 : t.onCanMoveNext) != null && k.value.onCanMoveNext({
218
+ isChanged: D.value,
219
+ item: S.value,
220
+ meta: z.value,
221
+ mode: l.mode.value
207
222
  }) !== !0);
208
- }), Ke = g(() => y.value > 0), ue = g(() => {
209
- var e;
210
- return ((e = $.value) == null ? void 0 : e.onCanSave) != null ? $.value.onCanSave({
211
- isChanged: N.value,
212
- item: k.value,
213
- meta: C.value,
214
- mode: t.mode.value
215
- }) && N.value : !!(i.canSave && y.value >= F.value.length && N.value);
216
- }), Ye = g(() => {
217
- var e;
218
- return !!(((e = $.value) == null ? void 0 : e.onCanSave) != null && $.value.onCanSave({
219
- isChanged: N.value,
220
- item: k.value,
221
- meta: C.value,
222
- mode: t.mode.value
223
- }) && !N.value || y.value >= F.value.length && !N.value);
224
- }), Ce = g(() => {
225
- var e;
226
- return !!(((e = $.value) == null ? void 0 : e.onCanSkip) != null && $.value.onCanSkip({
227
- isChanged: N.value,
228
- item: k.value,
229
- meta: C.value,
230
- mode: t.mode.value
223
+ }), Ye = g(() => y.value > 0), ue = g(() => {
224
+ var t;
225
+ return ((t = k.value) == null ? void 0 : t.onCanSave) != null ? k.value.onCanSave({
226
+ isChanged: D.value,
227
+ item: S.value,
228
+ meta: z.value,
229
+ mode: l.mode.value
230
+ }) && D.value : !!(i.canSave && y.value >= M.value.length && D.value);
231
+ }), We = g(() => {
232
+ var t;
233
+ return !!(((t = k.value) == null ? void 0 : t.onCanSave) != null && k.value.onCanSave({
234
+ isChanged: D.value,
235
+ item: S.value,
236
+ meta: z.value,
237
+ mode: l.mode.value
238
+ }) && !D.value || y.value >= M.value.length && !D.value);
239
+ }), be = g(() => {
240
+ var t;
241
+ return !!(((t = k.value) == null ? void 0 : t.onCanSkip) != null && k.value.onCanSkip({
242
+ isChanged: D.value,
243
+ item: S.value,
244
+ meta: z.value,
245
+ mode: l.mode.value
231
246
  }));
232
- }), Qe = g(() => i.nav != null && !q.canEdit(i.nav) ? !1 : t.isEditing.value);
233
- rt("isEditing", Qe);
234
- const z = g(() => i.actionButtonSize ?? i.size), We = g(() => j.canAdd ?? i.canAdd), ze = g(() => {
235
- const e = j.fadingActions ?? i.fadingActions;
236
- return t.currentExternalParty.value == null && (e ?? !Ue.value);
237
- }), je = g(() => j.hideColumns ?? i.hideColumns), Je = g(() => j.hideFilters ?? i.hideFilters), de = g(() => (j.hideIntegrations ?? i.hideIntegrations) || t.proxyID.value != null), Xe = g(() => j.hideRefresh ?? i.hideRefresh), Be = g(() => !!i.hideSubtoolbar || i.variant == "inline"), Ze = g(() => {
238
- var a, s, h;
239
- let e = i.label ?? (i.variant == "page" ? (a = I == null ? void 0 : I.meta) == null ? void 0 : a.displayName : void 0) ?? Le(i.nav);
240
- return i.showCount == !0 && ((s = t.filteredItems.value) == null ? void 0 : s.length) != null && ((h = t.asyncItems.value) == null ? void 0 : h.length) != null && (e = `${e} (${t.filteredItems.value.length} of ${t.asyncItems.value.length})`), e;
241
- }), we = g(() => {
242
- var e, a;
243
- return ((e = $.value) == null ? void 0 : e.label) != null ? $.value.label : ((a = $.value) == null ? void 0 : a.getLabel) != null ? $.value.getLabel({
244
- item: k.value,
245
- meta: C.value
246
- }) : i.getLabel != null ? i.getLabel(k.value, $.value) : Oe(i.nav);
247
- }), ve = g(() => i.variant == "inline" && (i.canSearch || Y(i.searchProps))), Q = g(() => {
247
+ }), Xe = g(() => i.nav != null && !L.canEdit(i.nav) ? !1 : l.isEditing.value);
248
+ tt("isEditing", Xe);
249
+ const B = g(() => i.actionButtonSize ?? i.size), Qe = g(() => X.canAdd ?? i.canAdd), Ce = g(() => {
250
+ const t = X.fadingActions ?? i.fadingActions;
251
+ return l.currentExternalParty.value == null && (t ?? !Le.value);
252
+ }), je = g(() => X.hideColumns ?? i.hideColumns), Je = g(() => X.hideFilters ?? i.hideFilters), de = g(() => (X.hideIntegrations ?? i.hideIntegrations) || l.proxyID.value != null), Ze = g(() => X.hideRefresh ?? i.hideRefresh), ze = g(() => !!i.hideSubtoolbar || i.variant == "inline"), Re = g(() => {
253
+ var a, m, $;
254
+ let t = i.label ?? (i.variant == "page" ? (a = I == null ? void 0 : I.meta) == null ? void 0 : a.displayName : void 0) ?? Oe(i.nav);
255
+ return i.showCount == !0 && ((m = l.filteredItems.value) == null ? void 0 : m.length) != null && (($ = l.asyncItems.value) == null ? void 0 : $.length) != null && (t = `${t} (${l.filteredItems.value.length} of ${l.asyncItems.value.length})`), t;
256
+ }), Be = g(() => {
257
+ var t, a;
258
+ return ((t = k.value) == null ? void 0 : t.label) != null ? k.value.label : ((a = k.value) == null ? void 0 : a.getLabel) != null ? k.value.getLabel({
259
+ item: S.value,
260
+ meta: z.value
261
+ }) : i.getLabel != null ? i.getLabel(S.value, k.value) : qe(i.nav);
262
+ }), ve = g(() => i.variant == "inline" && (i.canSearch || G(i.searchProps))), Y = g(() => {
248
263
  if (i.actualHeight != null)
249
264
  return `${i.heightStrat == "upto" ? "max-height" : "height"}: calc(${i.actualHeight})`;
250
265
  if (i.actualUsedHeight != null)
251
- return `${i.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${be.getUsedHeight(i.actualUsedHeight)}px)`;
266
+ return `${i.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${$e.getUsedHeight(i.actualUsedHeight)}px)`;
252
267
  {
253
- let e = 154;
254
- return y.value > 0 ? e -= 48 : i.variant == "pure" && (e -= 96), i.bordered ? e += 26 : i.variant == "page" && (e += 16), Be.value && y.value == 0 && (e -= 48), i.hideToolbar == !0 && (e -= 48), (ie(i.paginate) || y.value > 0) && (e -= 58), `${i.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${be.getUsedHeight(e)}px)`;
268
+ let t = 154;
269
+ return y.value > 0 ? t -= 48 : i.variant == "pure" && (t -= 96), i.bordered ? t += 26 : i.variant == "page" && (t += 16), ze.value && y.value == 0 && (t -= 48), i.hideToolbar == !0 && (t -= 48), (ne(i.paginate) || y.value > 0) && (t -= 58), `${i.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${$e.getUsedHeight(t)}px)`;
255
270
  }
256
271
  });
257
- function Ae() {
258
- vt(() => {
259
- var a, s;
260
- let e;
261
- ve.value ? e = (a = $e.value) == null ? void 0 : a.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])") : t.showSearch.value && (e = (s = ke.value) == null ? void 0 : s.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])")), e == null || e.focus();
272
+ function we() {
273
+ nt(() => {
274
+ var a, m;
275
+ let t;
276
+ ve.value ? t = (a = ke.value) == null ? void 0 : a.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])") : l.showSearch.value && (t = (m = Se.value) == null ? void 0 : m.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])")), t == null || t.focus();
262
277
  });
263
278
  }
264
- const C = X(), { asyncItem: k, isChanged: N, restartTracker: ee } = $t(void 0, {
279
+ const z = j(), { asyncItem: S, isChanged: D, restartTracker: ee } = yt(void 0, {
265
280
  useTracker: i.trackChanges,
266
281
  propsToIgnore: i.trackIgnoreProps,
267
282
  propsToTrack: i.trackProps
268
283
  });
269
- async function J(e, a) {
270
- var s;
271
- if (k.value = i.onSelectAsync != null ? await i.onSelectAsync(ge(e), e) : ge(e), C.value = {}, ((s = k.value) == null ? void 0 : s.id) != null) {
272
- let h = {};
273
- t.proxyID.value != null && (h.proxyID = t.proxyID.value);
274
- let A = {
284
+ async function Q(t, a) {
285
+ var m;
286
+ if (S.value = i.onSelectAsync != null ? await i.onSelectAsync(he(t), t) : he(t), z.value = {}, ((m = S.value) == null ? void 0 : m.id) != null) {
287
+ let $ = {};
288
+ l.proxyID.value != null && ($.proxyID = l.proxyID.value);
289
+ let d = {
275
290
  ...I,
276
291
  params: {
277
292
  ...I.params,
278
- id: k.value.id
293
+ id: S.value.id
279
294
  },
280
- query: h,
295
+ query: $,
281
296
  replace: !0
282
297
  };
283
- U == null || U.replace(A);
298
+ F == null || F.replace(d);
284
299
  }
285
- ee(), a == null ? B() : typeof a == "string" ? K(a) : typeof a == "number" && b(a);
300
+ ee(), a == null ? w() : typeof a == "string" ? q(a) : typeof a == "number" && C(a);
286
301
  }
287
- async function G() {
288
- var e = i.onGetNewAsync ?? (async () => ({}));
289
- t.mode.value = "new", k.value = await e(), C.value = {};
302
+ async function O() {
303
+ var t = i.onGetNewAsync ?? (async () => ({}));
304
+ l.mode.value = "new", S.value = await t(), z.value = {};
290
305
  let a = {};
291
- t.proxyID.value != null && (a.proxyID = t.proxyID.value);
292
- const s = {
306
+ l.proxyID.value != null && (a.proxyID = l.proxyID.value);
307
+ const m = {
293
308
  ...I,
294
309
  params: {
295
310
  ...I.params,
@@ -298,218 +313,218 @@ const bt = {
298
313
  query: a,
299
314
  replace: !0
300
315
  };
301
- U == null || U.replace(s), B();
316
+ F == null || F.replace(m), w();
302
317
  }
303
- function Re() {
304
- (i.canSearch !== !1 || Y(i.searchProps)) && !t.showSearch.value && t.toggleSearch();
318
+ function xe() {
319
+ (i.canSearch !== !1 || G(i.searchProps)) && !l.showSearch.value && l.toggleSearch();
305
320
  }
306
- function B() {
307
- var h, A;
308
- var e = y.value + 1;
309
- if (((h = $.value) == null ? void 0 : h.onMoveNext) != null) {
310
- var a = (A = $.value) == null ? void 0 : A.onMoveNext({
311
- item: k.value,
312
- meta: C.value,
313
- mode: t.mode.value,
314
- next: e
321
+ function w() {
322
+ var $, d;
323
+ var t = y.value + 1;
324
+ if ((($ = k.value) == null ? void 0 : $.onMoveNext) != null) {
325
+ var a = (d = k.value) == null ? void 0 : d.onMoveNext({
326
+ item: S.value,
327
+ meta: z.value,
328
+ mode: l.mode.value,
329
+ next: t
315
330
  });
316
331
  if (a == null)
317
332
  return;
318
333
  if (typeof a == "string") {
319
- if (a == $.value.name)
334
+ if (a == k.value.name)
320
335
  return;
321
- var s = F.value.findIndex((M) => M.name == a);
322
- if (s == null)
336
+ var m = M.value.findIndex((b) => b.name == a);
337
+ if (m == null)
323
338
  return;
324
- s >= 0 && (e = s + 1);
339
+ m >= 0 && (t = m + 1);
325
340
  } else if (typeof a == "number") {
326
341
  if (a == y.value)
327
342
  return;
328
- e = a;
343
+ t = a;
329
344
  }
330
345
  }
331
- e <= F.value.length && b(e);
346
+ t <= M.value.length && C(t);
332
347
  }
333
348
  function ce() {
334
- D.value.pop(), pe();
349
+ V.value.pop(), pe();
335
350
  }
336
- function b(e) {
337
- if (console.log(`from: ${y.value} (other: ${se.value}) | to: ${e}`), e != 0) {
338
- var a = e - 1;
339
- if (a < F.value.length) {
340
- var s = F.value[a];
341
- if (s.onMoveInto != null) {
342
- var h = s.onMoveInto({
343
- item: k.value,
344
- meta: C.value,
345
- mode: t.mode.value,
351
+ function C(t) {
352
+ if (console.log(`from: ${y.value} (other: ${se.value}) | to: ${t}`), t != 0) {
353
+ var a = t - 1;
354
+ if (a < M.value.length) {
355
+ var m = M.value[a];
356
+ if (m.onMoveInto != null) {
357
+ var $ = m.onMoveInto({
358
+ item: S.value,
359
+ meta: z.value,
360
+ mode: l.mode.value,
346
361
  from: y.value,
347
- thisStep: e
362
+ thisStep: t
348
363
  });
349
- if (console.log(`returned: ${h}`), h == null)
364
+ if (console.log(`returned: ${$}`), $ == null)
350
365
  return;
351
- if (typeof h == "string") {
352
- var A = F.value.findIndex((M) => M.name == h) ?? -1;
353
- A >= 0 && (e = A + 1);
366
+ if (typeof $ == "string") {
367
+ var d = M.value.findIndex((b) => b.name == $) ?? -1;
368
+ d >= 0 && (t = d + 1);
354
369
  } else
355
- typeof h == "number" && (e = h);
370
+ typeof $ == "number" && (t = $);
356
371
  }
357
372
  }
358
373
  }
359
- if (e == 0 ? (D.value = [e], pe(), console.log(`zero: ${y.value}`)) : y.value !== e ? (D.value.length == 0 && D.value.push(0), D.value.push(e), pe()) : console.log(`same same: ${e}`), e == 0) {
360
- let M = {};
361
- t.proxyID.value != null && (M.proxyID = t.proxyID.value);
362
- const le = {
374
+ if (t == 0 ? (V.value = [t], pe(), console.log(`zero: ${y.value}`)) : y.value !== t ? (V.value.length == 0 && V.value.push(0), V.value.push(t), pe()) : console.log(`same same: ${t}`), t == 0) {
375
+ let b = {};
376
+ l.proxyID.value != null && (b.proxyID = l.proxyID.value);
377
+ const n = {
363
378
  ...I,
364
379
  params: {},
365
- query: M,
380
+ query: b,
366
381
  replace: !0
367
382
  };
368
- U == null || U.replace(le), i.startEditing == !0 ? t.mode.value = "edit" : t.mode.value = "view";
383
+ F == null || F.replace(n), i.startEditing == !0 ? l.mode.value = "edit" : l.mode.value = "view";
369
384
  }
370
385
  }
371
- _(y, (e) => {
372
- console.log(`changed to: ${e}`);
386
+ Z(y, (t) => {
387
+ console.log(`changed to: ${t}`);
373
388
  });
374
389
  function pe() {
375
- se.value = D.value.length > 0 ? D.value[D.value.length - 1] : 0, y.value = D.value.length > 0 ? D.value[D.value.length - 1] : 0;
390
+ se.value = V.value.length > 0 ? V.value[V.value.length - 1] : 0, y.value = V.value.length > 0 ? V.value[V.value.length - 1] : 0;
376
391
  }
377
- function K(e) {
378
- if (e != null) {
379
- var a = F.value.findIndex((s) => s.name == e);
380
- a >= 0 && b(a + 1);
392
+ function q(t) {
393
+ if (t != null) {
394
+ var a = M.value.findIndex((m) => m.name == t);
395
+ a >= 0 && C(a + 1);
381
396
  }
382
397
  }
383
398
  function _e() {
384
399
  console.log("skip not implemented yet");
385
400
  }
386
401
  async function te() {
387
- var s;
388
- if (k.value != null) {
389
- var e = await t.saveItem(k.value);
390
- if (e != null) {
391
- k.value = ge(e), ee();
392
- var a = ((s = $.value) == null ? void 0 : s.onSaveMoveNext) ?? 0;
393
- typeof a == "number" ? b(a) : typeof a == "boolean" && a == !0 && B();
402
+ var m;
403
+ if (S.value != null) {
404
+ var t = await l.saveItem(S.value);
405
+ if (t != null) {
406
+ S.value = he(t), ee();
407
+ var a = ((m = k.value) == null ? void 0 : m.onSaveMoveNext) ?? 0;
408
+ typeof a == "number" ? C(a) : typeof a == "boolean" && a == !0 && w();
394
409
  }
395
410
  }
396
411
  }
397
- return _(y, (e) => {
398
- Se("change", e);
399
- }), _(t.showSearch, () => {
400
- Ae();
401
- }), _(() => i.resetTrackerToggle, () => {
412
+ return Z(y, (t) => {
413
+ ge("change", t);
414
+ }), Z(l.showSearch, () => {
415
+ we();
416
+ }), Z(() => i.resetTrackerToggle, () => {
402
417
  ee();
403
- }), _(() => i.resetSlidesToggle, () => {
404
- b(0);
405
- }), ut(() => {
418
+ }), Z(() => i.resetSlidesToggle, () => {
419
+ C(0);
420
+ }), lt(() => {
406
421
  var a;
407
- console.log("mounted"), Ae();
408
- var e = (a = I == null ? void 0 : I.query) == null ? void 0 : a.step;
409
- e != null ? K(e) : (console.log("mm"), b(0)), ie(i.stepsID) || St(i.stepsID, {
422
+ console.log("mounted"), we();
423
+ var t = (a = I == null ? void 0 : I.query) == null ? void 0 : a.step;
424
+ t != null ? q(t) : (console.log("mm"), C(0)), ne(i.stepsID) || ct(i.stepsID, {
410
425
  navBack: ce,
411
- navTo: b,
412
- navToName: K,
413
- nextStep: B
426
+ navTo: C,
427
+ navToName: q,
428
+ nextStep: w
414
429
  });
415
- }), dt(() => {
416
- console.log("unmounte"), ie(i.stepsID) || kt(i.stepsID);
417
- }), (e, a) => {
418
- const s = S("v-btn"), h = S("v-list-item"), A = S("v-list"), M = S("v-menu"), le = S("v-text-field"), xe = S("v-slide-y-transition"), ae = S("v-spacer"), Ee = S("v-icon"), R = S("v-slide-x-transition"), Ie = S("v-fade-transition"), ye = S("v-slide-y-reverse-transition"), et = S("v-slide-x-reverse-transition"), me = S("bt-header-option"), Pe = S("v-row"), tt = S("v-divider"), lt = S("v-table"), Te = S("v-window-item"), at = S("v-card"), nt = S("v-window"), ot = S("v-pagination"), it = S("bt-blade");
419
- return o(), d(it, {
420
- onTitled: Re,
430
+ }), at(() => {
431
+ console.log("unmounte"), ne(i.stepsID) || pt(i.stepsID);
432
+ }), (t, a) => {
433
+ const m = Ae("bt-header-option"), $ = Ae("bt-blade");
434
+ return o(), u($, {
435
+ onTitled: xe,
421
436
  bladeBasic: "",
422
- bladeName: e.bladeName,
423
- bladeStartShowing: e.bladeStartShowing,
424
- bordered: e.bordered,
425
- density: e.density,
426
- flat: e.flat,
427
- errorMsg: l(t).errorMsg.value,
428
- hideSubtoolbar: e.useStepHeader != !1 || y.value !== 0 || Be.value,
429
- hideToolbar: e.useStepHeader != !1 || y.value !== 0 || e.hideToolbar,
430
- label: Ze.value,
431
- loadingMsg: l(t).loadingMsg.value,
432
- preset: e.preset,
433
- showOnlyTitleLeft: ve.value && l(t).showSearch.value,
434
- size: e.size,
435
- transparent: e.transparent,
436
- variant: e.variant
437
+ bladeName: t.bladeName,
438
+ bladeStartShowing: t.bladeStartShowing,
439
+ bordered: t.bordered,
440
+ density: t.density,
441
+ flat: t.flat,
442
+ errorMsg: e(l).errorMsg.value,
443
+ hideSubtoolbar: t.useStepHeader != !1 || y.value !== 0 || ze.value,
444
+ hideToolbar: t.useStepHeader != !1 || y.value !== 0 || t.hideToolbar,
445
+ label: Re.value,
446
+ loadingMsg: e(l).loadingMsg.value,
447
+ preset: t.preset,
448
+ showOnlyTitleLeft: ve.value && e(l).showSearch.value,
449
+ size: t.size,
450
+ transparent: t.transparent,
451
+ variant: t.variant
437
452
  }, {
438
- "blade-toolbar": r(() => [
439
- m(e.$slots, "blade-toolbar", {
440
- newItem: G,
441
- refresh: l(t).refresh,
442
- searchString: l(t).searchString,
443
- showSearch: l(t).showSearch,
444
- toggleSearch: l(t).toggleSearch,
445
- ui: l(t)
453
+ "blade-toolbar": s(() => [
454
+ h(t.$slots, "blade-toolbar", {
455
+ newItem: O,
456
+ refresh: e(l).refresh,
457
+ searchString: e(l).searchString,
458
+ showSearch: e(l).showSearch,
459
+ toggleSearch: e(l).toggleSearch,
460
+ ui: e(l)
446
461
  }, void 0, !0)
447
462
  ]),
448
- "blade-toolbar-left": r(() => [
449
- m(e.$slots, "toolbar-left", { ui: l(t) }, void 0, !0)
463
+ "blade-toolbar-left": s(() => [
464
+ h(t.$slots, "toolbar-left", { ui: e(l) }, void 0, !0)
450
465
  ]),
451
- "blade-toolbar-right": r(() => [
452
- m(e.$slots, "toolbar-right", {
453
- newItem: G,
454
- ui: l(t)
466
+ "blade-toolbar-right": s(() => [
467
+ h(t.$slots, "toolbar-right", {
468
+ newItem: O,
469
+ ui: e(l)
455
470
  }, void 0, !0),
456
- Xe.value ? v("", !0) : (o(), d(s, {
471
+ Ze.value ? v("", !0) : (o(), u(e(p), {
457
472
  key: 0,
458
473
  icon: "$refresh",
459
- onClick: a[0] || (a[0] = (c) => l(t).refresh({ deepRefresh: !0 })),
460
- size: e.size,
474
+ onClick: a[0] || (a[0] = (d) => e(l).refresh({ deepRefresh: !0 })),
475
+ size: t.size,
461
476
  title: "Refresh",
462
477
  variant: "text"
463
478
  }, null, 8, ["size"])),
464
- We.value ? (o(), d(s, {
479
+ Qe.value ? (o(), u(e(p), {
465
480
  key: 1,
466
481
  icon: "$plus",
467
- onClick: G,
468
- size: e.size,
469
- disabled: !l(q).canEdit(e.nav),
482
+ onClick: O,
483
+ size: t.size,
484
+ disabled: !e(L).canEdit(t.nav),
470
485
  title: "Add",
471
486
  variant: "text"
472
487
  }, null, 8, ["size", "disabled"])) : v("", !0)
473
488
  ]),
474
- subtoolbar: r(() => [
475
- m(e.$slots, "subtoolbar", {}, () => [
476
- e.hideSubtoolbarSettings ? v("", !0) : (o(), d(M, {
489
+ subtoolbar: s(() => [
490
+ h(t.$slots, "subtoolbar", {}, () => [
491
+ t.hideSubtoolbarSettings ? v("", !0) : (o(), u(e(oe), {
477
492
  key: 0,
478
493
  "close-on-content-click": !1,
479
- density: e.density
494
+ density: t.density
480
495
  }, {
481
- activator: r(({ props: c }) => [
482
- u(s, ne({
496
+ activator: s(({ props: d }) => [
497
+ r(e(p), le({
483
498
  icon: "$cog",
484
- size: e.size
485
- }, c, { variant: "text" }), null, 16, ["size"])
499
+ size: t.size
500
+ }, d, { variant: "text" }), null, 16, ["size"])
486
501
  ]),
487
- default: r(() => [
488
- u(A, {
489
- density: e.density,
502
+ default: s(() => [
503
+ r(e(_), {
504
+ density: t.density,
490
505
  "min-width": "300"
491
506
  }, {
492
- default: r(() => [
493
- je.value ? v("", !0) : (o(), d(M, {
507
+ default: s(() => [
508
+ je.value ? v("", !0) : (o(), u(e(oe), {
494
509
  key: 0,
495
510
  "close-on-content-click": !1,
496
- density: e.density,
511
+ density: t.density,
497
512
  location: "end"
498
513
  }, {
499
- activator: r(({ props: c }) => [
500
- u(h, ne(c, {
514
+ activator: s(({ props: d }) => [
515
+ r(e(K), le(d, {
501
516
  "prepend-icon": "$view-column",
502
517
  subtitle: "Columns"
503
518
  }), null, 16)
504
519
  ]),
505
- default: r(() => [
506
- u(A, null, {
507
- default: r(() => [
508
- (o(!0), p(E, null, P(l(t).headerOptions.value, (c, V) => (o(), d(h, {
509
- key: V,
510
- "prepend-icon": c.hide === !0 ? "mdi" : "$check",
511
- subtitle: c.title,
512
- onClick: (n) => c.hide = !c.hide
520
+ default: s(() => [
521
+ r(e(_), null, {
522
+ default: s(() => [
523
+ (o(!0), c(T, null, E(e(l).headerOptions.value, (d, b) => (o(), u(e(K), {
524
+ key: b,
525
+ "prepend-icon": d.hide === !0 ? "mdi" : "$check",
526
+ subtitle: d.title,
527
+ onClick: (n) => d.hide = !d.hide
513
528
  }, null, 8, ["prepend-icon", "subtitle", "onClick"]))), 128))
514
529
  ]),
515
530
  _: 1
@@ -517,31 +532,31 @@ const bt = {
517
532
  ]),
518
533
  _: 1
519
534
  }, 8, ["density"])),
520
- e.archiveBladeName != null ? (o(), d(h, {
535
+ t.archiveBladeName != null ? (o(), u(e(K), {
521
536
  key: 1,
522
- density: e.density,
537
+ density: t.density,
523
538
  "prepend-icon": "$archive-outline",
524
539
  subtitle: "Archives",
525
- to: { name: e.archiveBladeName }
540
+ to: { name: t.archiveBladeName }
526
541
  }, null, 8, ["density", "to"])) : v("", !0),
527
- e.canShowInactive ? (o(), d(h, {
542
+ t.canShowInactive ? (o(), u(e(K), {
528
543
  key: 2,
529
- density: e.density,
544
+ density: t.density,
530
545
  "prepend-icon": "$eraser",
531
- subtitle: l(t).showInactive.value ? "Hide Inactive" : "Show Inactive",
532
- onClick: a[1] || (a[1] = (c) => l(t).showInactive.value = !l(t).showInactive.value)
546
+ subtitle: e(l).showInactive.value ? "Hide Inactive" : "Show Inactive",
547
+ onClick: a[1] || (a[1] = (d) => e(l).showInactive.value = !e(l).showInactive.value)
533
548
  }, null, 8, ["density", "subtitle"])) : v("", !0),
534
- e.canExportCSV ? (o(), d(h, {
549
+ t.canExportCSV ? (o(), u(e(K), {
535
550
  key: 3,
536
- density: e.density,
551
+ density: t.density,
537
552
  "prepend-icon": "$file-delimited-outline",
538
553
  subtitle: "Export To CSV",
539
- onClick: l(t).exportToCSV
554
+ onClick: e(l).exportToCSV
540
555
  }, null, 8, ["density", "onClick"])) : v("", !0),
541
- m(e.$slots, "settings", {
542
- items: l(t).filteredItems.value,
543
- allItems: l(t).asyncItems.value,
544
- size: e.size
556
+ h(t.$slots, "settings", {
557
+ items: e(l).filteredItems.value,
558
+ allItems: e(l).asyncItems.value,
559
+ size: t.size
545
560
  }, void 0, !0)
546
561
  ]),
547
562
  _: 3
@@ -549,81 +564,81 @@ const bt = {
549
564
  ]),
550
565
  _: 3
551
566
  }, 8, ["density"])),
552
- u(xe, {
567
+ r(e(mt), {
553
568
  group: "",
554
569
  "hide-on-leave": ""
555
570
  }, {
556
- default: r(() => [
557
- (e.canSearch !== !1 || l(Y)(e.searchProps)) && !l(t).showSearch.value ? (o(), d(s, {
571
+ default: s(() => [
572
+ (t.canSearch !== !1 || e(G)(t.searchProps)) && !e(l).showSearch.value ? (o(), u(e(p), {
558
573
  icon: "$magnify",
559
574
  key: "11",
560
- size: e.size,
561
- onClick: l(t).toggleSearch
575
+ size: t.size,
576
+ onClick: e(l).toggleSearch
562
577
  }, null, 8, ["size", "onClick"])) : v("", !0),
563
- (e.canSearch !== !1 || l(Y)(e.searchProps)) && l(t).showSearch.value ? (o(), d(le, {
564
- "onClick:appendInner": a[2] || (a[2] = () => l(t).refresh({ deepRefresh: !0 })),
565
- "onClick:prependInner": a[3] || (a[3] = () => l(t).toggleSearch()),
566
- onKeyup: a[4] || (a[4] = De(T(() => l(t).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
578
+ (t.canSearch !== !1 || e(G)(t.searchProps)) && e(l).showSearch.value ? (o(), u(e(Ne), {
579
+ "onClick:appendInner": a[2] || (a[2] = () => e(l).refresh({ deepRefresh: !0 })),
580
+ "onClick:prependInner": a[3] || (a[3] = () => e(l).toggleSearch()),
581
+ onKeyup: a[4] || (a[4] = Te(P(() => e(l).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
567
582
  "append-inner-icon": "$magnify",
568
583
  "prepend-inner-icon": "$close",
569
- density: e.density,
584
+ density: t.density,
570
585
  flat: "",
571
586
  "hide-details": "",
572
587
  ref_key: "searchEl",
573
- ref: ke,
588
+ ref: Se,
574
589
  key: "12",
575
590
  placeholder: "Find",
576
591
  variant: "outlined",
577
- modelValue: l(t).searchString.value,
578
- "onUpdate:modelValue": a[5] || (a[5] = (c) => l(t).searchString.value = c)
592
+ modelValue: e(l).searchString.value,
593
+ "onUpdate:modelValue": a[5] || (a[5] = (d) => e(l).searchString.value = d)
579
594
  }, null, 8, ["density", "modelValue"])) : v("", !0)
580
595
  ]),
581
596
  _: 1
582
597
  }),
583
- m(e.$slots, "actions", {
584
- allItems: l(t).asyncItems.value,
585
- size: e.size,
598
+ h(t.$slots, "actions", {
599
+ allItems: e(l).asyncItems.value,
600
+ size: t.size,
586
601
  last: se.value,
587
- navToName: K
602
+ navToName: q
588
603
  }, void 0, !0),
589
- e.variant != "inline" ? (o(), d(ae, { key: 1 })) : v("", !0),
590
- m(e.$slots, "actions-right", {
591
- allItems: l(t).asyncItems.value,
592
- size: e.size
604
+ t.variant != "inline" ? (o(), u(e(ie), { key: 1 })) : v("", !0),
605
+ h(t.$slots, "actions-right", {
606
+ allItems: e(l).asyncItems.value,
607
+ size: t.size
593
608
  }, void 0, !0),
594
- !Je.value && l(Y)(l(t).filters.value) ? (o(), d(M, {
609
+ !Je.value && e(G)(e(l).filters.value) ? (o(), u(e(oe), {
595
610
  key: 2,
596
611
  "close-on-content-click": !1,
597
- density: e.density,
612
+ density: t.density,
598
613
  location: "start"
599
614
  }, {
600
- activator: r(({ props: c }) => [
601
- u(s, ne({
615
+ activator: s(({ props: d }) => [
616
+ r(e(p), le({
602
617
  icon: "$filter",
603
- size: e.size
604
- }, c, { variant: "text" }), null, 16, ["size"])
618
+ size: t.size
619
+ }, d, { variant: "text" }), null, 16, ["size"])
605
620
  ]),
606
- default: r(() => [
607
- u(A, {
621
+ default: s(() => [
622
+ r(e(_), {
608
623
  class: "pa-0",
609
- density: e.density,
624
+ density: t.density,
610
625
  "open-strategy": "multiple",
611
626
  "select-strategy": "classic",
612
- selected: l(t).selectedFilters.value,
613
- "onUpdate:selected": a[6] || (a[6] = (c) => l(t).selectedFilters.value = c)
627
+ selected: e(l).selectedFilters.value,
628
+ "onUpdate:selected": a[6] || (a[6] = (d) => e(l).selectedFilters.value = d)
614
629
  }, {
615
- default: r(() => [
616
- (o(!0), p(E, null, P(l(t).filters.value, (c, V) => (o(), d(h, {
617
- key: V,
618
- subtitle: c,
619
- value: V
630
+ default: s(() => [
631
+ (o(!0), c(T, null, E(e(l).filters.value, (d, b) => (o(), u(e(K), {
632
+ key: b,
633
+ subtitle: d,
634
+ value: b
620
635
  }, {
621
- prepend: r(({ isActive: n }) => [
622
- u(R, null, {
623
- default: r(() => [
624
- u(Ee, { size: e.size }, {
625
- default: r(() => [
626
- fe(oe(n ? "$check" : ""), 1)
636
+ prepend: s(({ isActive: n }) => [
637
+ r(e(x), null, {
638
+ default: s(() => [
639
+ r(e(Me), { size: t.size }, {
640
+ default: s(() => [
641
+ me(ae(n ? "$check" : ""), 1)
627
642
  ]),
628
643
  _: 2
629
644
  }, 1032, ["size"])
@@ -633,28 +648,28 @@ const bt = {
633
648
  ]),
634
649
  _: 2
635
650
  }, 1032, ["subtitle", "value"]))), 128)),
636
- u(Ie, {
651
+ r(e(Ve), {
637
652
  "hide-on-leave": "",
638
653
  group: ""
639
654
  }, {
640
- default: r(() => [
641
- l(t).filtersChanged.value ? (o(), d(s, {
655
+ default: s(() => [
656
+ e(l).filtersChanged.value ? (o(), u(e(p), {
642
657
  key: 0,
643
658
  block: "",
644
- onClick: l(t).applyFilters,
645
- size: e.size
659
+ onClick: e(l).applyFilters,
660
+ size: t.size
646
661
  }, {
647
- default: r(() => [
648
- u(Ee, {
662
+ default: s(() => [
663
+ r(e(Me), {
649
664
  start: "",
650
- size: e.size
665
+ size: t.size
651
666
  }, {
652
- default: r(() => a[17] || (a[17] = [
653
- fe("$filter")
667
+ default: s(() => a[17] || (a[17] = [
668
+ me("$filter")
654
669
  ])),
655
670
  _: 1
656
671
  }, 8, ["size"]),
657
- a[18] || (a[18] = fe("Apply "))
672
+ a[18] || (a[18] = me("Apply "))
658
673
  ]),
659
674
  _: 1
660
675
  }, 8, ["onClick", "size"])) : v("", !0)
@@ -667,26 +682,26 @@ const bt = {
667
682
  ]),
668
683
  _: 1
669
684
  }, 8, ["density"])) : v("", !0),
670
- !de.value && l(Y)(l(t).externalParties.value) ? (o(), d(M, {
685
+ !de.value && e(G)(e(l).externalParties.value) ? (o(), u(e(oe), {
671
686
  key: 3,
672
687
  "close-on-content-click": !1,
673
- density: e.density,
688
+ density: t.density,
674
689
  location: "bottom"
675
690
  }, {
676
- activator: r(({ props: c }) => [
677
- u(ye, { "hide-on-leave": "" }, {
678
- default: r(() => [
679
- l(t).currentExternalParty.value != null ? (o(), p("div", bt, [
680
- u(s, {
691
+ activator: s(({ props: d }) => [
692
+ r(e(fe), { "hide-on-leave": "" }, {
693
+ default: s(() => [
694
+ e(l).currentExternalParty.value != null ? (o(), c("div", bt, [
695
+ r(e(p), {
681
696
  icon: "$close",
682
- onClick: a[7] || (a[7] = (V) => l(t).selectExternalParty(void 0))
697
+ onClick: a[7] || (a[7] = (b) => e(l).selectExternalParty(void 0))
683
698
  }),
684
- x("span", null, "Sync: " + oe(l(Me)(l(t).currentExternalParty.value.party)), 1)
685
- ])) : (o(), d(s, ne({
699
+ R("span", null, "Sync: " + ae(e(Ee)(e(l).currentExternalParty.value.party)), 1)
700
+ ])) : (o(), u(e(p), le({
686
701
  key: 1,
687
702
  icon: "$cloud-sync",
688
- size: e.size
689
- }, c, {
703
+ size: t.size
704
+ }, d, {
690
705
  title: "Open sync options",
691
706
  variant: "text"
692
707
  }), null, 16, ["size"]))
@@ -694,16 +709,16 @@ const bt = {
694
709
  _: 2
695
710
  }, 1024)
696
711
  ]),
697
- default: r(() => [
698
- u(A, {
699
- density: e.density,
712
+ default: s(() => [
713
+ r(e(_), {
714
+ density: t.density,
700
715
  "min-width": "150"
701
716
  }, {
702
- default: r(() => [
703
- (o(!0), p(E, null, P(l(t).externalParties.value, (c, V) => (o(), d(h, {
704
- onClick: (n) => l(t).selectExternalParty(c),
705
- key: (c.party ?? "") + V,
706
- title: l(Me)(c.party)
717
+ default: s(() => [
718
+ (o(!0), c(T, null, E(e(l).externalParties.value, (d, b) => (o(), u(e(K), {
719
+ onClick: (n) => e(l).selectExternalParty(d),
720
+ key: (d.party ?? "") + b,
721
+ title: e(Ee)(d.party)
707
722
  }, null, 8, ["onClick", "title"]))), 128))
708
723
  ]),
709
724
  _: 1
@@ -713,107 +728,107 @@ const bt = {
713
728
  }, 8, ["density"])) : v("", !0)
714
729
  ], !0)
715
730
  ]),
716
- content: r(({ bladeData: c, isMobile: V }) => [
717
- m(e.$slots, "body", {
718
- bladeData: c,
719
- items: l(t).filteredItems.value,
720
- allItems: l(t).asyncItems.value,
721
- refresh: l(t).refresh,
722
- searchString: l(t).searchString,
723
- selectItem: J,
724
- showSearch: l(t).showSearch,
725
- size: e.size,
726
- style: W(Q.value),
727
- toggleSearch: l(t).toggleSearch
731
+ content: s(({ bladeData: d, isMobile: b }) => [
732
+ h(t.$slots, "body", {
733
+ bladeData: d,
734
+ items: e(l).filteredItems.value,
735
+ allItems: e(l).asyncItems.value,
736
+ refresh: e(l).refresh,
737
+ searchString: e(l).searchString,
738
+ selectItem: Q,
739
+ showSearch: e(l).showSearch,
740
+ size: t.size,
741
+ style: W(Y.value),
742
+ toggleSearch: e(l).toggleSearch
728
743
  }, () => [
729
- ve.value ? (o(), p("div", Ct, [
730
- u(s, {
731
- icon: l(t).showSearch.value ? "$close" : "$magnify",
732
- size: e.size,
733
- onClick: l(t).toggleSearch,
744
+ ve.value ? (o(), c("div", Ct, [
745
+ r(e(p), {
746
+ icon: e(l).showSearch.value ? "$close" : "$magnify",
747
+ size: t.size,
748
+ onClick: e(l).toggleSearch,
734
749
  variant: "text"
735
750
  }, null, 8, ["icon", "size", "onClick"]),
736
- u(et, null, {
737
- default: r(() => [
738
- l(t).showSearch.value ? (o(), d(le, {
751
+ r(e(ht), null, {
752
+ default: s(() => [
753
+ e(l).showSearch.value ? (o(), u(e(Ne), {
739
754
  key: 0,
740
- "onClick:appendInner": a[8] || (a[8] = () => l(t).refresh()),
741
- onKeyup: a[9] || (a[9] = De(T(() => l(t).refresh(), ["stop"]), ["native", "enter"])),
755
+ "onClick:appendInner": a[8] || (a[8] = () => e(l).refresh()),
756
+ onKeyup: a[9] || (a[9] = Te(P(() => e(l).refresh(), ["stop"]), ["native", "enter"])),
742
757
  "append-inner-icon": "$magnify",
743
758
  autofocus: "",
744
- density: e.density,
759
+ density: t.density,
745
760
  flat: "",
746
761
  "hide-details": "",
747
762
  placeholder: "Find",
748
763
  ref_key: "inlineSearchEl",
749
- ref: $e,
764
+ ref: ke,
750
765
  variant: "solo",
751
- modelValue: l(t).searchString.value,
752
- "onUpdate:modelValue": a[10] || (a[10] = (n) => l(t).searchString.value = n)
766
+ modelValue: e(l).searchString.value,
767
+ "onUpdate:modelValue": a[10] || (a[10] = (n) => e(l).searchString.value = n)
753
768
  }, null, 8, ["density", "modelValue"])) : v("", !0)
754
769
  ]),
755
770
  _: 1
756
771
  })
757
772
  ])) : v("", !0),
758
- m(e.$slots, "top", {
759
- mode: l(t).mode.value,
760
- newItem: G,
761
- refresh: l(t).refresh,
762
- searchString: l(t).searchString,
763
- showSearch: l(t).showSearch,
764
- toggleSearch: l(t).toggleSearch,
765
- size: e.size,
766
- allItems: l(t).asyncItems.value,
767
- items: l(t).filteredItems.value
773
+ h(t.$slots, "top", {
774
+ mode: e(l).mode.value,
775
+ newItem: O,
776
+ refresh: e(l).refresh,
777
+ searchString: e(l).searchString,
778
+ showSearch: e(l).showSearch,
779
+ toggleSearch: e(l).toggleSearch,
780
+ size: t.size,
781
+ allItems: e(l).asyncItems.value,
782
+ items: e(l).filteredItems.value
768
783
  }, void 0, !0),
769
- u(R, { "hide-on-leave": "" }, {
770
- default: r(() => [
771
- e.useStepHeader != !1 || y.value != 0 ? (o(), p("div", zt, [
772
- m(e.$slots, "step-toolbar", {
784
+ r(e(x), { "hide-on-leave": "" }, {
785
+ default: s(() => [
786
+ t.useStepHeader != !1 || y.value != 0 ? (o(), c("div", zt, [
787
+ h(t.$slots, "step-toolbar", {
773
788
  back: () => ce(),
774
- item: l(k),
775
- meta: C.value,
776
- navTo: b,
777
- nextStep: B,
778
- title: we.value
789
+ item: e(S),
790
+ meta: z.value,
791
+ navTo: C,
792
+ nextStep: w,
793
+ title: Be.value
779
794
  }, () => [
780
- u(s, {
795
+ r(e(p), {
781
796
  icon: "$chevron-left",
782
797
  onClick: ce,
783
- disabled: !Ge.value,
798
+ disabled: !Ke.value,
784
799
  variant: "text"
785
800
  }, null, 8, ["disabled"]),
786
- u(s, {
801
+ r(e(p), {
787
802
  icon: "$chevron-right",
788
- onClick: B,
803
+ onClick: w,
789
804
  disabled: !re.value,
790
805
  variant: "text"
791
806
  }, null, 8, ["disabled"]),
792
- u(s, {
807
+ r(e(p), {
793
808
  icon: "$restart",
794
- onClick: a[11] || (a[11] = (n) => b(0)),
795
- disabled: !Ke.value,
809
+ onClick: a[11] || (a[11] = (n) => C(0)),
810
+ disabled: !Ye.value,
796
811
  variant: "text",
797
812
  size: "small"
798
813
  }, null, 8, ["disabled"]),
799
- x("div", Bt, oe(we.value), 1),
800
- m(e.$slots, "step-label", {
801
- item: l(k),
802
- meta: C.value,
803
- mode: l(t).mode.value,
804
- navTo: b,
805
- navToName: K,
806
- nextStep: B
814
+ R("div", Bt, ae(Be.value), 1),
815
+ h(t.$slots, "step-label", {
816
+ item: e(S),
817
+ meta: z.value,
818
+ mode: e(l).mode.value,
819
+ navTo: C,
820
+ navToName: q,
821
+ nextStep: w
807
822
  }, void 0, !0),
808
- u(ae),
809
- Ce.value ? (o(), d(s, {
823
+ r(e(ie)),
824
+ be.value ? (o(), u(e(p), {
810
825
  key: 0,
811
826
  icon: "$debug-step-over",
812
827
  onClick: _e,
813
828
  variant: "text",
814
829
  text: "Skip"
815
830
  })) : v("", !0),
816
- ue.value ? (o(), d(s, {
831
+ ue.value ? (o(), u(e(p), {
817
832
  key: 1,
818
833
  "prepend-icon": "$content-save",
819
834
  class: "mr-2",
@@ -825,167 +840,167 @@ const bt = {
825
840
  ]),
826
841
  _: 3
827
842
  }),
828
- u(nt, {
843
+ r(e(ft), {
829
844
  modelValue: y.value,
830
845
  "onUpdate:modelValue": [
831
846
  a[15] || (a[15] = (n) => y.value = n),
832
- qe
847
+ Ge
833
848
  ],
834
849
  class: "ma-0 pa-0"
835
850
  }, {
836
- default: r(() => [
837
- u(Te, null, {
838
- default: r(() => [
839
- m(e.$slots, "firstStep", {
840
- allItems: l(t).asyncItems.value,
841
- bladeData: c,
842
- items: l(t).filteredItems.value,
843
- meta: C.value,
844
- mode: l(t).mode.value,
845
- navTo: b,
846
- navToName: K,
847
- nextStep: B,
848
- refresh: l(t).refresh,
849
- searchString: l(t).searchString,
850
- selectItem: J,
851
- showSearch: l(t).showSearch,
852
- size: e.size,
853
- style: W(Q.value),
854
- toggleSearch: l(t).toggleSearch,
855
- ui: l(t)
851
+ default: s(() => [
852
+ r(e(De), null, {
853
+ default: s(() => [
854
+ h(t.$slots, "firstStep", {
855
+ allItems: e(l).asyncItems.value,
856
+ bladeData: d,
857
+ items: e(l).filteredItems.value,
858
+ meta: z.value,
859
+ mode: e(l).mode.value,
860
+ navTo: C,
861
+ navToName: q,
862
+ nextStep: w,
863
+ refresh: e(l).refresh,
864
+ searchString: e(l).searchString,
865
+ selectItem: Q,
866
+ showSearch: e(l).showSearch,
867
+ size: t.size,
868
+ style: W(Y.value),
869
+ toggleSearch: e(l).toggleSearch,
870
+ ui: e(l)
856
871
  }, () => [
857
- l(Y)(l(t).asyncItems.value) ? e.showListOnly || V ? (o(), d(A, {
872
+ e(G)(e(l).asyncItems.value) ? t.showListOnly || b ? (o(), u(e(_), {
858
873
  key: 1,
859
- "active-class": e.activeClass,
860
- class: Z(["pt-0", e.scrollY ? "overflow-y-auto" : ""]),
861
- "bg-color": e.transparent ? "transparent" : void 0,
874
+ "active-class": t.activeClass,
875
+ class: J(["pt-0", t.scrollY ? "overflow-y-auto" : ""]),
876
+ "bg-color": t.transparent ? "transparent" : void 0,
862
877
  flat: "",
863
- density: e.density,
864
- lines: e.lines,
865
- style: W(Q.value)
878
+ density: t.density,
879
+ lines: t.lines,
880
+ style: W(Y.value)
866
881
  }, {
867
- default: r(() => [
868
- u(R, {
882
+ default: s(() => [
883
+ r(e(x), {
869
884
  group: "",
870
885
  "hide-on-leave": ""
871
886
  }, {
872
- default: r(() => [
873
- (o(!0), p(E, null, P(l(t).filteredItems.value, (n, w) => (o(), p(E, {
874
- key: `${n != null && (n == null ? void 0 : n.id) != null ? n.id : w}-table-list-item`
887
+ default: s(() => [
888
+ (o(!0), c(T, null, E(e(l).filteredItems.value, (n, A) => (o(), c(T, {
889
+ key: `${n != null && (n == null ? void 0 : n.id) != null ? n.id : A}-table-list-item`
875
890
  }, [
876
- m(e.$slots, "listItem", {
877
- bladeData: c,
878
- deleteItem: () => l(t).deleteItem(n),
891
+ h(t.$slots, "listItem", {
892
+ bladeData: d,
893
+ deleteItem: () => e(l).deleteItem(n),
879
894
  item: n,
880
- index: w,
881
- size: e.size,
882
- select: () => J(n)
895
+ index: A,
896
+ size: t.size,
897
+ select: () => Q(n)
883
898
  }, () => [
884
- u(h, {
899
+ r(e(K), {
885
900
  class: "mouse-item",
886
- density: e.density,
887
- ripple: e.ripple,
901
+ density: t.density,
902
+ ripple: t.ripple,
888
903
  value: n,
889
- onClick: (f) => J(n)
890
- }, Ne({
891
- title: r(() => [
892
- m(e.$slots, "itemTitle", {
904
+ onClick: (f) => Q(n)
905
+ }, Ie({
906
+ title: s(() => [
907
+ h(t.$slots, "itemTitle", {
893
908
  item: n,
894
- index: w,
895
- size: e.size
909
+ index: A,
910
+ size: t.size
896
911
  }, () => [
897
- (o(!0), p(E, null, P(l(t).titleOptions.value, (f, L) => (o(), p("span", { key: L }, [
898
- (o(!0), p(E, null, P(f.values, (H, O) => m(e.$slots, H.value, {
899
- key: O,
912
+ (o(!0), c(T, null, E(e(l).titleOptions.value, (f, H) => (o(), c("span", { key: H }, [
913
+ (o(!0), c(T, null, E(f.values, (N, U) => h(t.$slots, N.value, {
914
+ key: U,
900
915
  item: n,
901
916
  class: "mr-1"
902
917
  }, () => [
903
- u(me, {
904
- option: H,
918
+ r(m, {
919
+ option: N,
905
920
  data: n
906
921
  }, null, 8, ["option", "data"])
907
922
  ], !0)), 128))
908
923
  ]))), 128))
909
924
  ], !0)
910
925
  ]),
911
- subtitle: r(() => [
912
- m(e.$slots, "itemSubtitle", {
926
+ subtitle: s(() => [
927
+ h(t.$slots, "itemSubtitle", {
913
928
  item: n,
914
- index: w,
915
- size: e.size
929
+ index: A,
930
+ size: t.size
916
931
  }, () => [
917
- (o(!0), p(E, null, P(l(t).subtitleOptions.value, (f, L) => (o(), p("span", { key: L }, [
918
- (o(!0), p(E, null, P(f.values, (H, O) => m(e.$slots, H.value, {
919
- key: O,
932
+ (o(!0), c(T, null, E(e(l).subtitleOptions.value, (f, H) => (o(), c("span", { key: H }, [
933
+ (o(!0), c(T, null, E(f.values, (N, U) => h(t.$slots, N.value, {
934
+ key: U,
920
935
  item: n,
921
936
  class: "mr-1"
922
937
  }, () => [
923
- u(me, {
924
- option: H,
938
+ r(m, {
939
+ option: N,
925
940
  data: n
926
941
  }, null, 8, ["option", "data"])
927
942
  ], !0)), 128))
928
943
  ]))), 128))
929
944
  ], !0)
930
945
  ]),
931
- prepend: r(() => [
932
- m(e.$slots, "itemPrepend", {
946
+ prepend: s(() => [
947
+ h(t.$slots, "itemPrepend", {
933
948
  item: n,
934
- index: w,
935
- size: e.size
949
+ index: A,
950
+ size: t.size
936
951
  }, void 0, !0)
937
952
  ]),
938
953
  _: 2
939
954
  }, [
940
- e.hideActions ? void 0 : {
955
+ t.hideActions ? void 0 : {
941
956
  name: "append",
942
- fn: r(() => [
943
- u(Pe, {
957
+ fn: s(() => [
958
+ r(e(Fe), {
944
959
  "no-gutters": "",
945
- class: Z(ze.value ? "actionButtons" : null)
960
+ class: J(Ce.value ? "actionButtons" : null)
946
961
  }, {
947
- default: r(() => [
948
- m(e.$slots, "itemActions", {
962
+ default: s(() => [
963
+ h(t.$slots, "itemActions", {
949
964
  item: n,
950
- index: w,
951
- items: l(t).asyncItems.value,
952
- size: z.value,
953
- density: e.density,
954
- ui: l(t)
965
+ index: A,
966
+ items: e(l).asyncItems.value,
967
+ size: B.value,
968
+ density: t.density,
969
+ ui: e(l)
955
970
  }, void 0, !0),
956
- u(R, {
971
+ r(e(x), {
957
972
  group: "",
958
973
  "hide-on-leave": ""
959
974
  }, {
960
- default: r(() => [
961
- !de.value && l(t).isIntegratable.value(n) ? (o(), p("div", wt, [
962
- u(ye, { "hide-on-leave": "" }, {
963
- default: r(() => {
964
- var f, L, H, O;
975
+ default: s(() => [
976
+ !de.value && e(l).isIntegratable.value(n) ? (o(), c("div", wt, [
977
+ r(e(fe), { "hide-on-leave": "" }, {
978
+ default: s(() => {
979
+ var f, H, N, U;
965
980
  return [
966
- l(t).isIntegrated.value(n) ? (o(), p("div", At, [
967
- u(s, {
981
+ e(l).isIntegrated.value(n) ? (o(), c("div", At, [
982
+ r(e(p), {
968
983
  class: "text-success",
969
984
  icon: "$cloud-check",
970
- size: z.value,
971
- title: `Synced with ${(f = l(t).currentExternalParty.value) == null ? void 0 : f.party}`,
985
+ size: B.value,
986
+ title: `Synced with ${(f = e(l).currentExternalParty.value) == null ? void 0 : f.party}`,
972
987
  variant: "text"
973
988
  }, null, 8, ["size", "title"]),
974
- (L = l(t).currentExternalParty.value) != null && L.canUnlink ? (o(), d(s, {
989
+ (H = e(l).currentExternalParty.value) != null && H.canUnlink ? (o(), u(e(p), {
975
990
  key: 0,
976
- onClick: T((he) => l(t).unlinkFromExternalParty(n), ["stop"]),
991
+ onClick: P((ye) => e(l).unlinkFromExternalParty(n), ["stop"]),
977
992
  class: "text-error",
978
993
  icon: "$cloud-remove",
979
- size: z.value,
980
- title: `Unlink from ${(H = l(t).currentExternalParty.value) == null ? void 0 : H.party}`,
994
+ size: B.value,
995
+ title: `Unlink from ${(N = e(l).currentExternalParty.value) == null ? void 0 : N.party}`,
981
996
  variant: "text"
982
997
  }, null, 8, ["onClick", "size", "title"])) : v("", !0)
983
- ])) : (o(), d(s, {
984
- onClick: T((he) => l(t).pushToExternalParty(n), ["stop"]),
998
+ ])) : (o(), u(e(p), {
999
+ onClick: P((ye) => e(l).pushToExternalParty(n), ["stop"]),
985
1000
  icon: "$cloud-upload",
986
1001
  key: "a2",
987
- size: z.value,
988
- title: `Send to ${(O = l(t).currentExternalParty.value) == null ? void 0 : O.party}`,
1002
+ size: B.value,
1003
+ title: `Send to ${(U = e(l).currentExternalParty.value) == null ? void 0 : U.party}`,
989
1004
  variant: "text"
990
1005
  }, null, 8, ["onClick", "size", "title"]))
991
1006
  ];
@@ -993,32 +1008,32 @@ const bt = {
993
1008
  _: 2
994
1009
  }, 1024)
995
1010
  ])) : v("", !0),
996
- n.errorMsg != null ? (o(), d(s, {
997
- onClick: a[12] || (a[12] = T(() => {
1011
+ n.errorMsg != null ? (o(), u(e(p), {
1012
+ onClick: a[12] || (a[12] = P(() => {
998
1013
  }, ["stop"])),
999
1014
  class: "text-warning",
1000
1015
  icon: "$alert-circle",
1001
1016
  key: "1",
1002
- size: z.value,
1017
+ size: B.value,
1003
1018
  title: n.errorMsg
1004
1019
  }, null, 8, ["size", "title"])) : v("", !0),
1005
- e.canDelete && l(t).isDeletable.value(n) ? (o(), d(s, {
1006
- onClick: T((f) => l(t).deleteItem(n), ["stop"]),
1020
+ t.canDelete && e(l).isDeletable.value(n) ? (o(), u(e(p), {
1021
+ onClick: P((f) => e(l).deleteItem(n), ["stop"]),
1007
1022
  class: "text-error",
1008
- disabled: !l(q).canEdit(e.nav),
1023
+ disabled: !e(L).canEdit(t.nav),
1009
1024
  icon: "$delete",
1010
1025
  key: "2",
1011
1026
  loading: n.loadingCount > 0,
1012
- size: z.value,
1027
+ size: B.value,
1013
1028
  variant: "text"
1014
1029
  }, null, 8, ["onClick", "disabled", "loading", "size"])) : v("", !0),
1015
- e.canRestore && l(t).isRestorable.value(n) ? (o(), d(s, {
1016
- onClick: T((f) => l(t).restoreItem(n), ["stop"]),
1017
- disabled: !l(q).canEdit(e.nav),
1030
+ t.canRestore && e(l).isRestorable.value(n) ? (o(), u(e(p), {
1031
+ onClick: P((f) => e(l).restoreItem(n), ["stop"]),
1032
+ disabled: !e(L).canEdit(t.nav),
1018
1033
  key: "3",
1019
1034
  icon: "$eraser-variant",
1020
1035
  loading: n.loadingCount > 0,
1021
- size: z.value,
1036
+ size: B.value,
1022
1037
  variant: "text"
1023
1038
  }, null, 8, ["onClick", "disabled", "loading", "size"])) : v("", !0)
1024
1039
  ]),
@@ -1032,8 +1047,8 @@ const bt = {
1032
1047
  }
1033
1048
  ]), 1032, ["density", "ripple", "value", "onClick"])
1034
1049
  ], !0),
1035
- e.dividers ? (o(), d(tt, {
1036
- key: "d" + w.toString()
1050
+ t.dividers ? (o(), u(e(gt), {
1051
+ key: "d" + A.toString()
1037
1052
  })) : v("", !0)
1038
1053
  ], 64))), 128))
1039
1054
  ]),
@@ -1041,95 +1056,95 @@ const bt = {
1041
1056
  }, 1024)
1042
1057
  ]),
1043
1058
  _: 2
1044
- }, 1032, ["active-class", "class", "bg-color", "density", "lines", "style"])) : e.showTableOnly === !0 || !V ? (o(), d(lt, {
1059
+ }, 1032, ["active-class", "class", "bg-color", "density", "lines", "style"])) : t.showTableOnly === !0 || !b ? (o(), u(e(St), {
1045
1060
  key: 2,
1046
1061
  class: "text-body-2 overflow-y-auto",
1047
- density: e.density,
1048
- "fixed-header": e.fixedHeader,
1062
+ density: t.density,
1063
+ "fixed-header": t.fixedHeader,
1049
1064
  hover: "",
1050
- style: W(Q.value)
1065
+ style: W(Y.value)
1051
1066
  }, {
1052
- default: r(() => [
1053
- x("thead", null, [
1054
- x("tr", null, [
1055
- (o(!0), p(E, null, P(l(t).tableHeaders.value, (n) => (o(), p("th", {
1067
+ default: s(() => [
1068
+ R("thead", null, [
1069
+ R("tr", null, [
1070
+ (o(!0), c(T, null, E(e(l).tableHeaders.value, (n) => (o(), c("th", {
1056
1071
  key: n.value,
1057
- class: Z(`d-none d-${n.showSize ?? "sm"}-table-cell`)
1058
- }, oe(n.title), 3))), 128)),
1059
- e.hideActions ? v("", !0) : (o(), p("th", Et, " Actions "))
1072
+ class: J(`d-none d-${n.showSize ?? "sm"}-table-cell`)
1073
+ }, ae(n.title), 3))), 128)),
1074
+ t.hideActions ? v("", !0) : (o(), c("th", Tt, " Actions "))
1060
1075
  ])
1061
1076
  ]),
1062
- x("tbody", null, [
1063
- u(R, {
1077
+ R("tbody", null, [
1078
+ r(e(x), {
1064
1079
  group: "",
1065
1080
  "hide-on-leave": ""
1066
1081
  }, {
1067
- default: r(() => [
1068
- (o(!0), p(E, null, P(l(t).filteredItems.value, (n, w) => (o(), p("tr", {
1069
- key: `${n.id}${w}`,
1070
- onClick: (f) => J(n)
1082
+ default: s(() => [
1083
+ (o(!0), c(T, null, E(e(l).filteredItems.value, (n, A) => (o(), c("tr", {
1084
+ key: `${n.id}${A}`,
1085
+ onClick: (f) => Q(n)
1071
1086
  }, [
1072
- (o(!0), p(E, null, P(l(t).tableHeaders.value, (f) => (o(), p("td", {
1087
+ (o(!0), c(T, null, E(e(l).tableHeaders.value, (f) => (o(), c("td", {
1073
1088
  key: "1" + f.value,
1074
- class: Z(`d-none d-${f.showSize ?? "sm"}-table-cell`)
1089
+ class: J(`d-none d-${f.showSize ?? "sm"}-table-cell`)
1075
1090
  }, [
1076
- m(e.$slots, f.value, {
1091
+ h(t.$slots, f.value, {
1077
1092
  item: n,
1078
1093
  options: f
1079
1094
  }, () => [
1080
- u(me, {
1095
+ r(m, {
1081
1096
  option: f,
1082
1097
  data: n
1083
1098
  }, null, 8, ["option", "data"])
1084
1099
  ], !0)
1085
1100
  ], 2))), 128)),
1086
- e.hideActions ? v("", !0) : (o(), p("td", {
1101
+ t.hideActions ? v("", !0) : (o(), c("td", {
1087
1102
  key: "itemActions" + n.id,
1088
1103
  class: "text-right"
1089
1104
  }, [
1090
- u(Ie, { "hide-on-leave": "" }, {
1091
- default: r(() => [
1092
- u(Pe, {
1105
+ r(e(Ve), { "hide-on-leave": "" }, {
1106
+ default: s(() => [
1107
+ r(e(Fe), {
1093
1108
  "no-gutters": "",
1094
- class: Z([ze.value ? "actionButtons" : null, "flex-nowrap"])
1109
+ class: J([Ce.value ? "actionButtons" : null, "flex-nowrap"])
1095
1110
  }, {
1096
- default: r(() => [
1097
- u(ae),
1098
- m(e.$slots, "itemActions", {
1111
+ default: s(() => [
1112
+ r(e(ie)),
1113
+ h(t.$slots, "itemActions", {
1099
1114
  item: n,
1100
- allItems: l(t).asyncItems.value,
1101
- items: l(t).filteredItems.value,
1102
- size: z.value,
1103
- density: e.density
1115
+ allItems: e(l).asyncItems.value,
1116
+ items: e(l).filteredItems.value,
1117
+ size: B.value,
1118
+ density: t.density
1104
1119
  }, void 0, !0),
1105
- !de.value && l(t).isIntegratable.value(n) ? (o(), p("div", Pt, [
1106
- u(ye, { "hide-on-leave": "" }, {
1107
- default: r(() => {
1108
- var f, L, H, O;
1120
+ !de.value && e(l).isIntegratable.value(n) ? (o(), c("div", Et, [
1121
+ r(e(fe), { "hide-on-leave": "" }, {
1122
+ default: s(() => {
1123
+ var f, H, N, U;
1109
1124
  return [
1110
- l(t).isIntegrated.value(n) ? (o(), p("div", Tt, [
1111
- u(s, {
1125
+ e(l).isIntegrated.value(n) ? (o(), c("div", Pt, [
1126
+ r(e(p), {
1112
1127
  class: "text-success",
1113
1128
  icon: "$cloud-check",
1114
- size: z.value,
1115
- title: `Synced with ${(f = l(t).currentExternalParty.value) == null ? void 0 : f.party}`,
1129
+ size: B.value,
1130
+ title: `Synced with ${(f = e(l).currentExternalParty.value) == null ? void 0 : f.party}`,
1116
1131
  variant: "text"
1117
1132
  }, null, 8, ["size", "title"]),
1118
- (L = l(t).currentExternalParty.value) != null && L.canUnlink ? (o(), d(s, {
1133
+ (H = e(l).currentExternalParty.value) != null && H.canUnlink ? (o(), u(e(p), {
1119
1134
  key: 0,
1120
- onClick: T((he) => l(t).unlinkFromExternalParty(n), ["stop"]),
1135
+ onClick: P((ye) => e(l).unlinkFromExternalParty(n), ["stop"]),
1121
1136
  class: "text-error",
1122
1137
  icon: "$cloud-remove",
1123
- size: z.value,
1124
- title: `Unlink from ${(H = l(t).currentExternalParty.value) == null ? void 0 : H.party}`,
1138
+ size: B.value,
1139
+ title: `Unlink from ${(N = e(l).currentExternalParty.value) == null ? void 0 : N.party}`,
1125
1140
  variant: "text"
1126
1141
  }, null, 8, ["onClick", "size", "title"])) : v("", !0)
1127
- ])) : (o(), d(s, {
1128
- onClick: T((he) => l(t).pushToExternalParty(n), ["stop"]),
1142
+ ])) : (o(), u(e(p), {
1143
+ onClick: P((ye) => e(l).pushToExternalParty(n), ["stop"]),
1129
1144
  icon: "$cloud-upload",
1130
1145
  key: "a2",
1131
- size: z.value,
1132
- title: `Send to ${(O = l(t).currentExternalParty.value) == null ? void 0 : O.party}`,
1146
+ size: B.value,
1147
+ title: `Send to ${(U = e(l).currentExternalParty.value) == null ? void 0 : U.party}`,
1133
1148
  variant: "text"
1134
1149
  }, null, 8, ["onClick", "size", "title"]))
1135
1150
  ];
@@ -1137,30 +1152,30 @@ const bt = {
1137
1152
  _: 2
1138
1153
  }, 1024)
1139
1154
  ])) : v("", !0),
1140
- n.errorMsg != null ? (o(), d(s, {
1141
- onClick: a[13] || (a[13] = T(() => {
1155
+ n.errorMsg != null ? (o(), u(e(p), {
1156
+ onClick: a[13] || (a[13] = P(() => {
1142
1157
  }, ["stop"])),
1143
1158
  class: "text-warning",
1144
1159
  icon: "$alert-circle",
1145
1160
  key: "1",
1146
- size: z.value,
1161
+ size: B.value,
1147
1162
  title: n.errorMsg
1148
1163
  }, null, 8, ["size", "title"])) : v("", !0),
1149
- e.canDelete && l(t).isDeletable.value(n) ? (o(), d(s, {
1150
- onClick: T((f) => l(t).deleteItem(n), ["stop"]),
1164
+ t.canDelete && e(l).isDeletable.value(n) ? (o(), u(e(p), {
1165
+ onClick: P((f) => e(l).deleteItem(n), ["stop"]),
1151
1166
  class: "text-error",
1152
- disabled: !l(q).canEdit(e.nav),
1167
+ disabled: !e(L).canEdit(t.nav),
1153
1168
  icon: "$delete",
1154
1169
  key: "2",
1155
- size: z.value,
1170
+ size: B.value,
1156
1171
  variant: "text"
1157
1172
  }, null, 8, ["onClick", "disabled", "size"])) : v("", !0),
1158
- e.canRestore && l(t).isRestorable.value(n) ? (o(), d(s, {
1159
- onClick: T((f) => l(t).restoreItem(n), ["stop"]),
1160
- disabled: !l(q).canEdit(e.nav),
1173
+ t.canRestore && e(l).isRestorable.value(n) ? (o(), u(e(p), {
1174
+ onClick: P((f) => e(l).restoreItem(n), ["stop"]),
1175
+ disabled: !e(L).canEdit(t.nav),
1161
1176
  key: "3",
1162
1177
  icon: "$eraser-variant",
1163
- size: z.value,
1178
+ size: B.value,
1164
1179
  variant: "text"
1165
1180
  }, null, 8, ["onClick", "disabled", "size"])) : v("", !0)
1166
1181
  ]),
@@ -1177,94 +1192,94 @@ const bt = {
1177
1192
  ])
1178
1193
  ]),
1179
1194
  _: 3
1180
- }, 8, ["density", "fixed-header", "style"])) : v("", !0) : (o(), p("div", {
1195
+ }, 8, ["density", "fixed-header", "style"])) : v("", !0) : (o(), c("div", {
1181
1196
  key: 0,
1182
- class: Z(e.scrollY ? "overflow-y-auto" : ""),
1183
- style: W(Q.value)
1197
+ class: J(t.scrollY ? "overflow-y-auto" : ""),
1198
+ style: W(Y.value)
1184
1199
  }, [
1185
- m(e.$slots, "notFound", {
1186
- bladeData: c,
1187
- create: G,
1188
- navTo: b,
1189
- nextStep: B,
1190
- refresh: l(t).refresh,
1191
- size: e.size
1200
+ h(t.$slots, "notFound", {
1201
+ bladeData: d,
1202
+ create: O,
1203
+ navTo: C,
1204
+ nextStep: w,
1205
+ refresh: e(l).refresh,
1206
+ size: t.size
1192
1207
  }, void 0, !0)
1193
1208
  ], 6))
1194
1209
  ], !0)
1195
1210
  ]),
1196
1211
  _: 2
1197
1212
  }, 1024),
1198
- (o(!0), p(E, null, P(e.steps, (n, w) => (o(), d(Te, {
1199
- key: w,
1213
+ (o(!0), c(T, null, E(t.steps, (n, A) => (o(), u(e(De), {
1214
+ key: A,
1200
1215
  class: "ma-0 pa-0"
1201
1216
  }, {
1202
- default: r(() => [
1203
- m(e.$slots, `${n.name}-top`, {
1204
- isChanged: l(N),
1205
- isShowing: w == y.value - 1,
1206
- item: l(k),
1207
- meta: C.value,
1208
- mode: l(t).mode.value,
1209
- navTo: b,
1210
- navToName: K,
1211
- nextStep: B,
1212
- ui: l(t)
1217
+ default: s(() => [
1218
+ h(t.$slots, `${n.name}-top`, {
1219
+ isChanged: e(D),
1220
+ isShowing: A == y.value - 1,
1221
+ item: e(S),
1222
+ meta: z.value,
1223
+ mode: e(l).mode.value,
1224
+ navTo: C,
1225
+ navToName: q,
1226
+ nextStep: w,
1227
+ ui: e(l)
1213
1228
  }, void 0, !0),
1214
- u(at, {
1215
- style: W(Q.value),
1229
+ r(e(kt), {
1230
+ style: W(Y.value),
1216
1231
  class: "overflow-y-auto"
1217
- }, Ne({
1218
- default: r(() => [
1219
- m(e.$slots, `${n.name}`, {
1220
- meta: C.value,
1221
- mode: l(t).mode.value,
1222
- isChanged: l(N),
1223
- isShowing: w == y.value - 1,
1224
- item: l(k),
1225
- navTo: b,
1226
- navToName: K,
1227
- nextStep: B,
1232
+ }, Ie({
1233
+ default: s(() => [
1234
+ h(t.$slots, `${n.name}`, {
1235
+ meta: z.value,
1236
+ mode: e(l).mode.value,
1237
+ isChanged: e(D),
1238
+ isShowing: A == y.value - 1,
1239
+ item: e(S),
1240
+ navTo: C,
1241
+ navToName: q,
1242
+ nextStep: w,
1228
1243
  save: te,
1229
- style: W(Q.value),
1230
- ui: l(t)
1244
+ style: W(Y.value),
1245
+ ui: e(l)
1231
1246
  }, void 0, !0)
1232
1247
  ]),
1233
1248
  _: 2
1234
1249
  }, [
1235
1250
  n.hideActions !== !0 ? {
1236
1251
  name: "actions",
1237
- fn: r(() => [
1238
- m(e.$slots, `${n.name}-actions`, {
1239
- meta: C.value,
1240
- mode: l(t).mode.value,
1241
- isChanged: l(N),
1242
- isShowing: w == y.value - 1,
1243
- item: l(k),
1252
+ fn: s(() => [
1253
+ h(t.$slots, `${n.name}-actions`, {
1254
+ meta: z.value,
1255
+ mode: e(l).mode.value,
1256
+ isChanged: e(D),
1257
+ isShowing: A == y.value - 1,
1258
+ item: e(S),
1244
1259
  canMoveNext: re.value,
1245
1260
  canSave: ue.value,
1246
- canSkip: Ce.value,
1247
- navTo: b,
1248
- nextStep: B,
1261
+ canSkip: be.value,
1262
+ navTo: C,
1263
+ nextStep: w,
1249
1264
  save: te,
1250
- ui: l(t)
1265
+ ui: e(l)
1251
1266
  }, () => [
1252
- u(ae),
1253
- ue.value ? (o(), d(s, {
1267
+ r(e(ie)),
1268
+ ue.value ? (o(), u(e(p), {
1254
1269
  key: 0,
1255
1270
  "prepend-icon": "$content-save",
1256
1271
  onClick: te,
1257
1272
  text: "Save"
1258
1273
  })) : v("", !0),
1259
- Ye.value ? (o(), d(s, {
1274
+ We.value ? (o(), u(e(p), {
1260
1275
  key: 1,
1261
1276
  "prepend-icon": "$check",
1262
- onClick: a[14] || (a[14] = (f) => b(0)),
1277
+ onClick: a[14] || (a[14] = (f) => C(0)),
1263
1278
  text: "Done"
1264
1279
  })) : v("", !0),
1265
- re.value ? (o(), d(s, {
1280
+ re.value ? (o(), u(e(p), {
1266
1281
  key: 2,
1267
- onClick: B,
1282
+ onClick: w,
1268
1283
  text: "Next"
1269
1284
  })) : v("", !0)
1270
1285
  ], !0)
@@ -1278,20 +1293,20 @@ const bt = {
1278
1293
  ]),
1279
1294
  _: 2
1280
1295
  }, 1032, ["modelValue"]),
1281
- m(e.$slots, "bottom", {
1282
- mode: l(t).mode.value,
1283
- newItem: G,
1284
- size: e.size,
1285
- allItems: l(t).asyncItems.value,
1286
- items: l(t).filteredItems.value,
1287
- ui: l(t)
1296
+ h(t.$slots, "bottom", {
1297
+ mode: e(l).mode.value,
1298
+ newItem: O,
1299
+ size: t.size,
1300
+ allItems: e(l).asyncItems.value,
1301
+ items: e(l).filteredItems.value,
1302
+ ui: e(l)
1288
1303
  }, void 0, !0)
1289
1304
  ], !0),
1290
- y.value == 0 && !l(ie)(e.paginate) ? (o(), p("div", Dt, [
1291
- u(ot, {
1292
- modelValue: l(t).currentPage.value,
1293
- "onUpdate:modelValue": a[16] || (a[16] = (n) => l(t).currentPage.value = n),
1294
- length: l(t).totalPages.value
1305
+ y.value == 0 && !e(ne)(t.paginate) ? (o(), c("div", Vt, [
1306
+ r(e($t), {
1307
+ modelValue: e(l).currentPage.value,
1308
+ "onUpdate:modelValue": a[16] || (a[16] = (n) => e(l).currentPage.value = n),
1309
+ length: e(l).totalPages.value
1295
1310
  }, null, 8, ["modelValue", "length"])
1296
1311
  ])) : v("", !0)
1297
1312
  ]),
@@ -1301,5 +1316,5 @@ const bt = {
1301
1316
  }
1302
1317
  });
1303
1318
  export {
1304
- Yt as default
1319
+ ol as default
1305
1320
  };