bt-core-app 2.2.4 → 2.2.6

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