bt-core-app 2.2.9 → 2.2.10

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