bt-core-app 2.2.10 → 2.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/dist/_virtual/VAlert.sass.mjs +1 -0
  2. package/dist/_virtual/VAvatar.sass.mjs +1 -0
  3. package/dist/_virtual/VBtn.sass.mjs +1 -0
  4. package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
  5. package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
  6. package/dist/_virtual/VCard.sass.mjs +1 -0
  7. package/dist/_virtual/VCheckbox.sass.mjs +1 -0
  8. package/dist/_virtual/VChip.sass.mjs +1 -0
  9. package/dist/_virtual/VChipGroup.sass.mjs +1 -0
  10. package/dist/_virtual/VColorPicker.sass.mjs +1 -0
  11. package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
  12. package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
  13. package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
  14. package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
  15. package/dist/_virtual/VCombobox.sass.mjs +1 -0
  16. package/dist/_virtual/VContainer.sass.mjs +1 -0
  17. package/dist/_virtual/VCounter.sass.mjs +1 -0
  18. package/dist/_virtual/VDialog.sass.mjs +1 -0
  19. package/dist/_virtual/VDivider.sass.mjs +1 -0
  20. package/dist/_virtual/VField.sass.mjs +1 -0
  21. package/dist/_virtual/VGrid.sass.mjs +1 -0
  22. package/dist/_virtual/VIcon.sass.mjs +1 -0
  23. package/dist/_virtual/VImg.sass.mjs +1 -0
  24. package/dist/_virtual/VInput.sass.mjs +1 -0
  25. package/dist/_virtual/VLabel.sass.mjs +1 -0
  26. package/dist/_virtual/VList.sass.mjs +1 -0
  27. package/dist/_virtual/VListItem.sass.mjs +1 -0
  28. package/dist/_virtual/VMenu.sass.mjs +1 -0
  29. package/dist/_virtual/VMessages.sass.mjs +1 -0
  30. package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
  31. package/dist/_virtual/VOverlay.sass.mjs +1 -0
  32. package/dist/_virtual/VPagination.sass.mjs +1 -0
  33. package/dist/_virtual/VPicker.sass.mjs +1 -0
  34. package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
  35. package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
  36. package/dist/_virtual/VRating.sass.mjs +1 -0
  37. package/dist/_virtual/VResponsive.sass.mjs +1 -0
  38. package/dist/_virtual/VRipple.sass.mjs +1 -0
  39. package/dist/_virtual/VSelect.sass.mjs +1 -0
  40. package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
  41. package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
  42. package/dist/_virtual/VSheet.sass.mjs +1 -0
  43. package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
  44. package/dist/_virtual/VSlider.sass.mjs +1 -0
  45. package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
  46. package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
  47. package/dist/_virtual/VSpacer.sass.mjs +1 -0
  48. package/dist/_virtual/VSwitch.sass.mjs +1 -0
  49. package/dist/_virtual/VTab.sass.mjs +1 -0
  50. package/dist/_virtual/VTable.sass.mjs +1 -0
  51. package/dist/_virtual/VTabs.sass.mjs +1 -0
  52. package/dist/_virtual/VTextField.sass.mjs +1 -0
  53. package/dist/_virtual/VTextarea.sass.mjs +1 -0
  54. package/dist/_virtual/VToolbar.sass.mjs +1 -0
  55. package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
  56. package/dist/_virtual/VWindow.sass.mjs +1 -0
  57. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
  58. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
  59. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
  60. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
  61. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
  62. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
  63. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
  64. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
  65. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
  66. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
  67. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
  68. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
  69. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
  70. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
  71. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
  72. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
  73. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
  74. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
  75. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
  76. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
  77. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
  78. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
  79. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
  80. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
  81. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
  82. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
  83. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
  84. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
  85. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
  86. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
  87. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
  88. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
  89. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
  90. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
  91. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
  92. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
  93. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
  94. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
  95. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
  96. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
  97. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
  98. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
  99. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
  100. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
  101. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
  102. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
  103. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
  104. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
  105. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
  106. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
  107. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
  108. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
  109. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
  110. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
  111. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
  112. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
  113. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
  114. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
  115. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
  116. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
  117. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
  118. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
  119. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
  120. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
  121. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
  154. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
  155. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
  156. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
  157. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
  158. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
  159. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
  160. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
  161. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
  162. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
  163. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
  164. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
  165. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
  166. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
  167. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
  168. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
  169. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
  170. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
  171. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
  172. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
  173. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
  174. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
  175. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
  176. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
  177. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
  178. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
  179. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
  180. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
  181. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
  182. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
  183. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
  184. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
  185. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
  186. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
  187. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
  188. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
  189. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
  190. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
  191. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
  192. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
  193. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
  194. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
  195. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
  196. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
  197. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
  198. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
  199. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
  200. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
  201. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
  202. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
  203. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
  204. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
  205. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
  206. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
  207. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
  208. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
  209. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
  210. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
  211. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
  212. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
  213. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
  214. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
  215. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
  216. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
  217. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
  218. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
  219. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
  220. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
  221. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
  222. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
  223. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
  224. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
  225. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
  226. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
  227. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
  228. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
  229. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
  230. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
  231. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
  232. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
  233. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
  234. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
  235. package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
  236. package/dist/components/BT-Avatar.vue.mjs +31 -31
  237. package/dist/components/BT-Background-Task.vue.mjs +52 -52
  238. package/dist/components/BT-Blade-Item.vue.mjs +110 -100
  239. package/dist/components/BT-Blade-Items.vue.mjs +1 -1
  240. package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
  241. package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
  242. package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
  243. package/dist/components/BT-Blade.vue.mjs +201 -192
  244. package/dist/components/BT-Btn.vue.mjs +23 -25
  245. package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
  246. package/dist/components/BT-Col.vue.mjs +17 -19
  247. package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
  248. package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
  249. package/dist/components/BT-Cron.vue.mjs +264 -249
  250. package/dist/components/BT-Date-Select.vue.mjs +46 -47
  251. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  252. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  253. package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
  254. package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
  255. package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
  256. package/dist/components/BT-Divider.vue.mjs +20 -21
  257. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  258. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  259. package/dist/components/BT-Entity.vue.mjs +82 -82
  260. package/dist/components/BT-Error.vue.mjs +26 -27
  261. package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
  262. package/dist/components/BT-Field-Date.vue.mjs +87 -84
  263. package/dist/components/BT-Field-Entity.vue.mjs +20 -16
  264. package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
  265. package/dist/components/BT-Field-Select.vue.mjs +32 -34
  266. package/dist/components/BT-Field-String.vue.mjs +54 -52
  267. package/dist/components/BT-Field-Switch.vue.mjs +44 -43
  268. package/dist/components/BT-Field-Tags.vue.mjs +57 -55
  269. package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
  270. package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
  271. package/dist/components/BT-Field.vue.mjs +39 -38
  272. package/dist/components/BT-Form-Builder.vue.mjs +346 -325
  273. package/dist/components/BT-Form-Field.vue.mjs +88 -81
  274. package/dist/components/BT-Form.vue.mjs +280 -269
  275. package/dist/components/BT-Header-Option.vue.mjs +21 -19
  276. package/dist/components/BT-Image-Select.vue.mjs +186 -177
  277. package/dist/components/BT-Json.vue.mjs +29 -30
  278. package/dist/components/BT-Loader.vue.mjs +32 -31
  279. package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
  280. package/dist/components/BT-Number.vue.mjs +1 -1
  281. package/dist/components/BT-Number.vue2.mjs +17 -19
  282. package/dist/components/BT-Numpad.vue.mjs +147 -144
  283. package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
  284. package/dist/components/BT-Select-Simple.vue.mjs +21 -23
  285. package/dist/components/BT-Select.vue.mjs +36 -37
  286. package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
  287. package/dist/components/BT-Signature.vue.mjs +96 -96
  288. package/dist/components/BT-Slider.vue.mjs +109 -103
  289. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  290. package/dist/components/BT-Status-Item.vue.mjs +18 -16
  291. package/dist/components/BT-Tags.vue.mjs +21 -22
  292. package/dist/components/BT-Tour.vue.mjs +69 -65
  293. package/dist/style.css +1 -1
  294. package/package.json +5 -2
@@ -1,29 +1,41 @@
1
- import { defineComponent as Ie, ref as J, computed as k, watch as we, onMounted as Ee, resolveComponent as g, openBlock as i, createBlock as c, unref as l, withCtx as o, renderSlot as y, createElementBlock as p, createVNode as u, withKeys as ue, withModifiers as m, createCommentVNode as v, normalizeStyle as U, mergeProps as O, Fragment as $, renderList as z, createTextVNode as G, toDisplayString as X, createElementVNode as R, normalizeClass as F, createSlots as Pe, nextTick as Ve } from "vue";
2
- import { isLengthyArray as A, isNullOrEmpty as de, capitalizeWords as ce } from "../composables/helpers.mjs";
3
- import { useAuth as Te } from "../composables/auth.mjs";
4
- import { useList as Fe } from "../composables/list.mjs";
5
- import { useNavigation as He } from "../composables/navigation.mjs";
6
- import { useNested as Me } from "../composables/nested.mjs";
7
- import { usePresets as Ne } from "../composables/presets.mjs";
8
- import { useRoute as Ue, useRouter as De } from "vue-router";
9
- import { useHeights as Le } from "../composables/heights.mjs";
10
- import { useDisplay as Oe } from "vuetify";
11
- const Ge = {
1
+ import { defineComponent as be, ref as W, computed as k, watch as Ce, onMounted as Be, resolveComponent as ae, openBlock as i, createBlock as d, unref as e, withCtx as o, renderSlot as y, createElementBlock as p, createVNode as u, withKeys as ie, withModifiers as m, createCommentVNode as c, normalizeStyle as H, mergeProps as L, Fragment as $, renderList as C, createTextVNode as O, toDisplayString as X, createElementVNode as R, normalizeClass as T, createSlots as Ie, nextTick as Ve } from "vue";
2
+ import { isLengthyArray as B, isNullOrEmpty as se, capitalizeWords as oe } from "../composables/helpers.mjs";
3
+ import { useAuth as Ae } from "../composables/auth.mjs";
4
+ import { useList as we } from "../composables/list.mjs";
5
+ import { useNavigation as Ee } from "../composables/navigation.mjs";
6
+ import { useNested as Pe } from "../composables/nested.mjs";
7
+ import { usePresets as Te } from "../composables/presets.mjs";
8
+ import { useRoute as Fe, useRouter as Me } from "vue-router";
9
+ import { useHeights as He } from "../composables/heights.mjs";
10
+ import { useDisplay as Ne } from "vuetify";
11
+ import { VTextField as re } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
12
+ import { VListItem as w } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
13
+ import { VSlideXTransition as N, VSlideYTransition as Ue, VFadeTransition as ue, VSlideYReverseTransition as j } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
14
+ import { VRow as de } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs";
15
+ import { VDivider as De } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
16
+ import { VTable as Le } from "../bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs";
17
+ import { VPagination as Oe } from "../bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs";
18
+ import { VBtn as h } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
19
+ import { VMenu as G } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
20
+ import { VList as U } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
21
+ import { VSpacer as ce } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
22
+ import { VIcon as pe } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
23
+ const Re = {
12
24
  key: 0,
13
25
  class: "d-flex"
14
- }, Re = {
26
+ }, Ge = {
15
27
  key: 0,
16
28
  class: "d-flex align-center mr-2"
17
- }, Ke = { key: "0" }, qe = {
29
+ }, Ke = { key: "0" }, Ye = {
18
30
  class: "d-flex",
19
31
  key: "a1"
20
- }, Ye = {
32
+ }, qe = {
21
33
  key: "itemActions",
22
34
  class: "text-right"
23
- }, Qe = ["onClick"], We = { key: "0" }, je = {
35
+ }, Qe = ["onClick"], We = { key: "0" }, Xe = {
24
36
  class: "d-flex",
25
37
  key: "a1"
26
- }, Je = { key: 0 }, st = /* @__PURE__ */ Ie({
38
+ }, je = { key: 0 }, gt = /* @__PURE__ */ be({
27
39
  __name: "BT-Blade-Items",
28
40
  props: {
29
41
  actionButtonSize: { default: "x-small" },
@@ -154,201 +166,201 @@ const Ge = {
154
166
  variant: { default: "page" }
155
167
  },
156
168
  emits: ["update:selected", "change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item"],
157
- setup(ve, { emit: pe }) {
158
- const K = pe, s = ve, Z = J(null), x = J(null), { getValue: _ } = Me(), { xs: ye } = Oe(), D = Ue(), T = Ne(s.preset), { findDisplay: he } = He(), P = Te(), ee = Le(), t = Fe(s, K, {
169
+ setup(ye, { emit: ve }) {
170
+ const K = ve, s = ye, J = W(null), Z = W(null), { getValue: x } = Pe(), { xs: he } = Ne(), D = Fe(), P = Te(s.preset), { findDisplay: me } = Ee(), E = Ae(), _ = He(), l = we(s, K, {
159
171
  hideActions: !0,
160
- onError: (e) => {
161
- if (e.code == 401)
162
- P.logout(), P.login(location.pathname);
172
+ onError: (t) => {
173
+ if (t.code == 401)
174
+ E.logout(), E.login(location.pathname);
163
175
  else
164
- return e;
176
+ return t;
165
177
  },
166
- router: De(),
178
+ router: Me(),
167
179
  route: D
168
- }), f = k(() => s.actionButtonSize ?? s.size), me = k(() => T.canAdd ?? s.canAdd), te = k(() => {
169
- const e = T.fadingActions ?? s.fadingActions;
170
- return t.currentExternalParty.value == null && (e ?? !ye.value);
171
- }), ge = k(() => T.hideColumns ?? s.hideColumns), fe = k(() => T.hideFilters ?? s.hideFilters), q = k(() => (T.hideIntegrations ?? s.hideIntegrations) || t.proxyID.value != null), Se = k(() => T.hideRefresh ?? s.hideRefresh), le = k(() => !!s.hideSubtoolbar || s.variant == "inline"), ke = k(() => {
172
- var n, r, S;
173
- let e = s.label ?? (s.variant == "page" ? (n = D == null ? void 0 : D.meta) == null ? void 0 : n.displayName : void 0) ?? he(s.nav);
174
- return s.showCount && (s.paginate == "server" ? t.totalCount.value != null && (e = `${e} (${t.totalCount.value})`) : ((r = t.filteredItems.value) == null ? void 0 : r.length) != null && ((S = t.asyncItems.value) == null ? void 0 : S.length) != null && (e = `${e} (${t.filteredItems.value.length} of ${t.asyncItems.value.length})`)), e;
175
- }), Y = k(() => s.variant == "inline" && (s.canSearch || A(s.searchProps))), H = k(() => {
176
- let e = s.opacity != null ? `opacity: ${s.opacity};` : "";
180
+ }), g = k(() => s.actionButtonSize ?? s.size), fe = k(() => P.canAdd ?? s.canAdd), ee = k(() => {
181
+ const t = P.fadingActions ?? s.fadingActions;
182
+ return l.currentExternalParty.value == null && (t ?? !he.value);
183
+ }), ge = k(() => P.hideColumns ?? s.hideColumns), Se = k(() => P.hideFilters ?? s.hideFilters), Y = k(() => (P.hideIntegrations ?? s.hideIntegrations) || l.proxyID.value != null), ke = k(() => P.hideRefresh ?? s.hideRefresh), te = k(() => !!s.hideSubtoolbar || s.variant == "inline"), $e = k(() => {
184
+ var n, f, z;
185
+ let t = s.label ?? (s.variant == "page" ? (n = D == null ? void 0 : D.meta) == null ? void 0 : n.displayName : void 0) ?? me(s.nav);
186
+ return s.showCount && (s.paginate == "server" ? l.totalCount.value != null && (t = `${t} (${l.totalCount.value})`) : ((f = l.filteredItems.value) == null ? void 0 : f.length) != null && ((z = l.asyncItems.value) == null ? void 0 : z.length) != null && (t = `${t} (${l.filteredItems.value.length} of ${l.asyncItems.value.length})`)), t;
187
+ }), q = k(() => s.variant == "inline" && (s.canSearch || B(s.searchProps))), F = k(() => {
188
+ let t = s.opacity != null ? `opacity: ${s.opacity};` : "";
177
189
  if (s.actualHeight != null)
178
- return `${e} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(${s.actualHeight})`;
190
+ return `${t} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(${s.actualHeight})`;
179
191
  if (s.actualUsedHeight != null)
180
- return `${e} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${ee.getUsedHeight(s.actualUsedHeight)}px)`;
192
+ return `${t} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${_.getUsedHeight(s.actualUsedHeight)}px)`;
181
193
  {
182
194
  let n = 154;
183
- return s.bordered ? n += 26 : s.variant == "page" && (n += 16), s.variant == "pure" && (n -= 96), le.value && (n -= 48), s.hideToolbar == !0 && (n -= 48), de(s.paginate) && (n -= 58), `${e} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${ee.getUsedHeight(n)}px)`;
195
+ return s.bordered ? n += 26 : s.variant == "page" && (n += 16), s.variant == "pure" && (n -= 96), te.value && (n -= 48), s.hideToolbar == !0 && (n -= 48), se(s.paginate) && (n -= 58), `${t} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${_.getUsedHeight(n)}px)`;
184
196
  }
185
- }), M = J([]), ne = k({
197
+ }), M = W([]), le = k({
186
198
  get() {
187
- const e = s.selected ?? M.value;
188
- let n = s.returnCSV ? e.split(",") : e;
199
+ const t = s.selected ?? M.value;
200
+ let n = s.returnCSV ? t.split(",") : t;
189
201
  if (s.selectSingle && !Array.isArray(n) && (n = [n]), s.returnIndex && s.returnCSV)
190
- return n.map((S) => Number.parseInt(S));
191
- let r = [];
192
- return s.itemValue != null && A(n) ? t.filteredItems.value.forEach((S) => {
193
- const V = _(S, s.itemValue);
194
- n.some((C) => C == V) && r.push(S);
195
- }) : s.itemValue == null && r.push(...n), s.selectSingle ? A(r) ? [r[0]] : [] : r;
202
+ return n.map((z) => Number.parseInt(z));
203
+ let f = [];
204
+ return s.itemValue != null && B(n) ? l.filteredItems.value.forEach((z) => {
205
+ const r = x(z, s.itemValue);
206
+ n.some((S) => S == r) && f.push(z);
207
+ }) : s.itemValue == null && f.push(...n), s.selectSingle ? B(f) ? [f[0]] : [] : f;
196
208
  },
197
- set(e) {
198
- if (e == null)
199
- K("update:selected", e), M.value = [];
209
+ set(t) {
210
+ if (t == null)
211
+ K("update:selected", t), M.value = [];
200
212
  else {
201
- let n = e;
202
- s.returnIndex ? n = e.map((r) => t.filteredItems.value.indexOf((S) => S === r)) : s.itemValue != null && (n = e.map((r) => _(r, s.itemValue))), s.selectSingle ? (n = A(n) ? n[0] : void 0, M.value = n != null ? [n] : []) : M.value = n, s.returnCSV && n != null && (n = n.toString()), K("update:selected", n), M.value = n;
213
+ let n = t;
214
+ s.returnIndex ? n = t.map((f) => l.filteredItems.value.indexOf((z) => z === f)) : s.itemValue != null && (n = t.map((f) => x(f, s.itemValue))), s.selectSingle ? (n = B(n) ? n[0] : void 0, M.value = n != null ? [n] : []) : M.value = n, s.returnCSV && n != null && (n = n.toString()), K("update:selected", n), M.value = n;
203
215
  }
204
216
  }
205
217
  });
206
- function ae() {
218
+ function ne() {
207
219
  s.onFocusSearch != null ? s.onFocusSearch() : Ve(() => {
208
- var n, r;
209
- let e;
210
- Y.value ? e = (n = x.value) == null ? void 0 : n.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])") : t.showSearch.value && (e = (r = Z.value) == null ? void 0 : r.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])")), e == null || e.focus();
220
+ var n, f;
221
+ let t;
222
+ q.value ? t = (n = Z.value) == null ? void 0 : n.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])") : l.showSearch.value && (t = (f = J.value) == null ? void 0 : f.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])")), t == null || t.focus();
211
223
  });
212
224
  }
213
- function $e() {
214
- (s.canSearch !== !1 || A(s.searchProps)) && !t.showSearch.value && t.toggleSearch();
225
+ function ze() {
226
+ (s.canSearch !== !1 || B(s.searchProps)) && !l.showSearch.value && l.toggleSearch();
215
227
  }
216
- return we(t.showSearch, (e) => {
217
- e && ae();
218
- }), Ee(() => {
219
- ae();
220
- }), (e, n) => {
221
- const r = g("v-btn"), S = g("v-text-field"), V = g("v-slide-x-transition"), C = g("v-list-item"), N = g("v-list"), L = g("v-menu"), be = g("v-slide-y-transition"), ie = g("v-spacer"), se = g("v-icon"), oe = g("v-fade-transition"), Q = g("v-slide-y-reverse-transition"), W = g("bt-header-option"), re = g("v-row"), ze = g("v-divider"), Ce = g("v-table"), Be = g("v-pagination"), Ae = g("bt-blade");
222
- return i(), c(Ae, {
223
- onTitled: $e,
228
+ return Ce(l.showSearch, (t) => {
229
+ t && ne();
230
+ }), Be(() => {
231
+ ne();
232
+ }), (t, n) => {
233
+ const f = ae("bt-header-option"), z = ae("bt-blade");
234
+ return i(), d(z, {
235
+ onTitled: ze,
224
236
  bladeBasic: "",
225
- bladeName: e.bladeName,
226
- bladeStartShowing: e.bladeStartShowing,
227
- bordered: e.bordered,
228
- density: e.density,
229
- flat: e.flat,
230
- errorMsg: l(t).errorMsg.value,
231
- hideSubtoolbar: le.value,
232
- hideToolbar: e.hideToolbar,
233
- label: ke.value,
234
- loadingMsg: l(t).loadingMsg.value,
235
- opacity: e.opacity,
236
- preset: e.preset,
237
- showOnlyTitleLeft: Y.value && l(t).showSearch.value,
238
- size: e.size,
239
- transparent: e.transparent,
240
- variant: e.variant
237
+ bladeName: t.bladeName,
238
+ bladeStartShowing: t.bladeStartShowing,
239
+ bordered: t.bordered,
240
+ density: t.density,
241
+ flat: t.flat,
242
+ errorMsg: e(l).errorMsg.value,
243
+ hideSubtoolbar: te.value,
244
+ hideToolbar: t.hideToolbar,
245
+ label: $e.value,
246
+ loadingMsg: e(l).loadingMsg.value,
247
+ opacity: t.opacity,
248
+ preset: t.preset,
249
+ showOnlyTitleLeft: q.value && e(l).showSearch.value,
250
+ size: t.size,
251
+ transparent: t.transparent,
252
+ variant: t.variant
241
253
  }, {
242
254
  "blade-toolbar": o(() => [
243
- y(e.$slots, "blade-toolbar", {
244
- refresh: l(t).refresh,
245
- searchString: l(t).searchString,
246
- showSearch: l(t).showSearch,
247
- toggleSearch: l(t).toggleSearch,
248
- ui: l(t)
255
+ y(t.$slots, "blade-toolbar", {
256
+ refresh: e(l).refresh,
257
+ searchString: e(l).searchString,
258
+ showSearch: e(l).showSearch,
259
+ toggleSearch: e(l).toggleSearch,
260
+ ui: e(l)
249
261
  }, void 0, !0)
250
262
  ]),
251
263
  "blade-toolbar-left": o(() => [
252
- y(e.$slots, "toolbar-left", { ui: l(t) }, void 0, !0)
264
+ y(t.$slots, "toolbar-left", { ui: e(l) }, void 0, !0)
253
265
  ]),
254
266
  "blade-title-left": o(() => [
255
- Y.value ? (i(), p("div", Ge, [
256
- y(e.$slots, "search-box", { ui: l(t) }, () => [
257
- u(r, {
258
- icon: l(t).showSearch.value ? "$close" : "$magnify",
259
- size: e.size,
260
- onClick: l(t).toggleSearch,
267
+ q.value ? (i(), p("div", Re, [
268
+ y(t.$slots, "search-box", { ui: e(l) }, () => [
269
+ u(e(h), {
270
+ icon: e(l).showSearch.value ? "$close" : "$magnify",
271
+ size: t.size,
272
+ onClick: e(l).toggleSearch,
261
273
  variant: "text"
262
274
  }, null, 8, ["icon", "size", "onClick"]),
263
- u(V, { "hide-on-leave": "" }, {
275
+ u(e(N), { "hide-on-leave": "" }, {
264
276
  default: o(() => [
265
- l(t).showSearch.value ? (i(), c(S, {
277
+ e(l).showSearch.value ? (i(), d(e(re), {
266
278
  key: 0,
267
- "onClick:appendInner": n[0] || (n[0] = () => l(t).refresh({ deepRefresh: !0 })),
268
- onKeyup: n[1] || (n[1] = ue(m(() => {
279
+ "onClick:appendInner": n[0] || (n[0] = () => e(l).refresh({ deepRefresh: !0 })),
280
+ onKeyup: n[1] || (n[1] = ie(m(() => {
269
281
  console.log("kk");
270
282
  }, ["stop"]), ["native", "enter"])),
271
283
  "append-inner-icon": "$magnify",
272
284
  autofocus: "",
273
- density: e.density,
285
+ density: t.density,
274
286
  flat: "",
275
287
  "hide-details": "",
276
288
  placeholder: "Find",
277
289
  ref_key: "inlineSearchEl",
278
- ref: x,
290
+ ref: Z,
279
291
  style: { width: "200px" },
280
292
  variant: "solo",
281
- modelValue: l(t).searchString.value,
282
- "onUpdate:modelValue": n[2] || (n[2] = (d) => l(t).searchString.value = d)
283
- }, null, 8, ["density", "modelValue"])) : v("", !0)
293
+ modelValue: e(l).searchString.value,
294
+ "onUpdate:modelValue": n[2] || (n[2] = (r) => e(l).searchString.value = r)
295
+ }, null, 8, ["density", "modelValue"])) : c("", !0)
284
296
  ]),
285
297
  _: 1
286
298
  })
287
299
  ], !0)
288
- ])) : v("", !0)
300
+ ])) : c("", !0)
289
301
  ]),
290
302
  "blade-toolbar-right": o(() => [
291
- y(e.$slots, "toolbar-right", {
292
- style: U(H.value),
293
- ui: l(t)
303
+ y(t.$slots, "toolbar-right", {
304
+ style: H(F.value),
305
+ ui: e(l)
294
306
  }, void 0, !0),
295
- Se.value ? v("", !0) : (i(), c(r, {
307
+ ke.value ? c("", !0) : (i(), d(e(h), {
296
308
  key: 0,
297
309
  icon: "$refresh",
298
- onClick: n[3] || (n[3] = m((d) => l(t).refresh({ deepRefresh: !0 }), ["stop"])),
299
- size: e.size,
310
+ onClick: n[3] || (n[3] = m((r) => e(l).refresh({ deepRefresh: !0 }), ["stop"])),
311
+ size: t.size,
300
312
  title: "Refresh",
301
313
  variant: "text"
302
314
  }, null, 8, ["size"])),
303
- me.value ? (i(), c(r, {
315
+ fe.value ? (i(), d(e(h), {
304
316
  key: 1,
305
317
  icon: "$plus",
306
- onClick: n[4] || (n[4] = m((d) => l(t).add(e.variant), ["stop"])),
307
- size: e.size,
308
- disabled: !l(P).canEdit(e.nav),
318
+ onClick: n[4] || (n[4] = m((r) => e(l).add(t.variant), ["stop"])),
319
+ size: t.size,
320
+ disabled: !e(E).canEdit(t.nav),
309
321
  title: "Add",
310
322
  variant: "text"
311
- }, null, 8, ["size", "disabled"])) : v("", !0)
323
+ }, null, 8, ["size", "disabled"])) : c("", !0)
312
324
  ]),
313
325
  subtoolbar: o(() => [
314
- y(e.$slots, "subtoolbar", {}, () => [
315
- e.hideSubtoolbarSettings ? v("", !0) : (i(), c(L, {
326
+ y(t.$slots, "subtoolbar", {}, () => [
327
+ t.hideSubtoolbarSettings ? c("", !0) : (i(), d(e(G), {
316
328
  key: 0,
317
329
  "close-on-content-click": !1,
318
- density: e.density
330
+ density: t.density
319
331
  }, {
320
- activator: o(({ props: d }) => [
321
- u(r, O({
332
+ activator: o(({ props: r }) => [
333
+ u(e(h), L({
322
334
  icon: "$cog",
323
- size: e.size
324
- }, d, { variant: "text" }), null, 16, ["size"])
335
+ size: t.size
336
+ }, r, { variant: "text" }), null, 16, ["size"])
325
337
  ]),
326
338
  default: o(() => [
327
- u(N, {
328
- density: e.density,
339
+ u(e(U), {
340
+ density: t.density,
329
341
  "min-width": "300"
330
342
  }, {
331
343
  default: o(() => [
332
- ge.value ? v("", !0) : (i(), c(L, {
344
+ ge.value ? c("", !0) : (i(), d(e(G), {
333
345
  key: 0,
334
346
  "close-on-content-click": !1,
335
- density: e.density,
347
+ density: t.density,
336
348
  location: "end"
337
349
  }, {
338
- activator: o(({ props: d }) => [
339
- u(C, O(d, {
350
+ activator: o(({ props: r }) => [
351
+ u(e(w), L(r, {
340
352
  "prepend-icon": "$view-column",
341
353
  subtitle: "Columns"
342
354
  }), null, 16)
343
355
  ]),
344
356
  default: o(() => [
345
- u(N, null, {
357
+ u(e(U), null, {
346
358
  default: o(() => [
347
- (i(!0), p($, null, z(l(t).headerOptions.value, (d, B) => (i(), c(C, {
348
- key: B,
349
- "prepend-icon": d.hide === !0 ? "mdi" : "$check",
350
- subtitle: d.title,
351
- onClick: m((a) => d.hide = !d.hide, ["stop"])
359
+ (i(!0), p($, null, C(e(l).headerOptions.value, (r, S) => (i(), d(e(w), {
360
+ key: S,
361
+ "prepend-icon": r.hide === !0 ? "mdi" : "$check",
362
+ subtitle: r.title,
363
+ onClick: m((a) => r.hide = !r.hide, ["stop"])
352
364
  }, null, 8, ["prepend-icon", "subtitle", "onClick"]))), 128))
353
365
  ]),
354
366
  _: 1
@@ -356,32 +368,32 @@ const Ge = {
356
368
  ]),
357
369
  _: 1
358
370
  }, 8, ["density"])),
359
- e.archiveBladeName != null ? (i(), c(C, {
371
+ t.archiveBladeName != null ? (i(), d(e(w), {
360
372
  key: 1,
361
- density: e.density,
373
+ density: t.density,
362
374
  "prepend-icon": "$archive-outline",
363
375
  subtitle: "Archives",
364
- to: { name: e.archiveBladeName }
365
- }, null, 8, ["density", "to"])) : v("", !0),
366
- e.canShowInactive ? (i(), c(C, {
376
+ to: { name: t.archiveBladeName }
377
+ }, null, 8, ["density", "to"])) : c("", !0),
378
+ t.canShowInactive ? (i(), d(e(w), {
367
379
  key: 2,
368
- density: e.density,
380
+ density: t.density,
369
381
  "prepend-icon": "$eraser",
370
- subtitle: l(t).showInactive.value ? "Hide Inactive" : "Show Inactive",
371
- onClick: n[5] || (n[5] = m((d) => l(t).showInactive.value = !l(t).showInactive.value, ["stop"]))
372
- }, null, 8, ["density", "subtitle"])) : v("", !0),
373
- e.canExportCSV ? (i(), c(C, {
382
+ subtitle: e(l).showInactive.value ? "Hide Inactive" : "Show Inactive",
383
+ onClick: n[5] || (n[5] = m((r) => e(l).showInactive.value = !e(l).showInactive.value, ["stop"]))
384
+ }, null, 8, ["density", "subtitle"])) : c("", !0),
385
+ t.canExportCSV ? (i(), d(e(w), {
374
386
  key: 3,
375
- density: e.density,
387
+ density: t.density,
376
388
  "prepend-icon": "$file-delimited-outline",
377
389
  subtitle: "Export To CSV",
378
- onClick: l(t).exportToCSV
379
- }, null, 8, ["density", "onClick"])) : v("", !0),
380
- y(e.$slots, "settings", {
381
- items: l(t).filteredItems.value,
382
- allItems: l(t).asyncItems.value,
383
- size: e.size,
384
- ui: l(t)
390
+ onClick: e(l).exportToCSV
391
+ }, null, 8, ["density", "onClick"])) : c("", !0),
392
+ y(t.$slots, "settings", {
393
+ items: e(l).filteredItems.value,
394
+ allItems: e(l).asyncItems.value,
395
+ size: t.size,
396
+ ui: e(l)
385
397
  }, void 0, !0)
386
398
  ]),
387
399
  _: 3
@@ -389,79 +401,79 @@ const Ge = {
389
401
  ]),
390
402
  _: 3
391
403
  }, 8, ["density"])),
392
- y(e.$slots, "search-box", { ui: l(t) }, () => [
393
- u(be, { "hide-on-leave": "" }, {
404
+ y(t.$slots, "search-box", { ui: e(l) }, () => [
405
+ u(e(Ue), { "hide-on-leave": "" }, {
394
406
  default: o(() => [
395
- (e.canSearch !== !1 || l(A)(e.searchProps)) && !l(t).showSearch.value ? (i(), c(r, {
407
+ (t.canSearch !== !1 || e(B)(t.searchProps)) && !e(l).showSearch.value ? (i(), d(e(h), {
396
408
  icon: "$magnify",
397
409
  key: "11",
398
- size: e.size,
399
- onClick: m(l(t).toggleSearch, ["stop"])
400
- }, null, 8, ["size", "onClick"])) : (e.canSearch !== !1 || l(A)(e.searchProps)) && l(t).showSearch.value ? (i(), c(S, {
401
- "onClick:appendInner": n[6] || (n[6] = () => l(t).refresh({ deepRefresh: !0 })),
402
- "onClick:prependInner": n[7] || (n[7] = () => l(t).toggleSearch()),
403
- onKeyup: n[8] || (n[8] = ue(m(() => l(t).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
410
+ size: t.size,
411
+ onClick: m(e(l).toggleSearch, ["stop"])
412
+ }, null, 8, ["size", "onClick"])) : (t.canSearch !== !1 || e(B)(t.searchProps)) && e(l).showSearch.value ? (i(), d(e(re), {
413
+ "onClick:appendInner": n[6] || (n[6] = () => e(l).refresh({ deepRefresh: !0 })),
414
+ "onClick:prependInner": n[7] || (n[7] = () => e(l).toggleSearch()),
415
+ onKeyup: n[8] || (n[8] = ie(m(() => e(l).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
404
416
  "append-inner-icon": "$magnify",
405
417
  "prepend-inner-icon": "$close",
406
- density: e.density,
418
+ density: t.density,
407
419
  flat: "",
408
420
  "hide-details": "",
409
421
  ref_key: "searchEl",
410
- ref: Z,
422
+ ref: J,
411
423
  key: "12",
412
424
  placeholder: "Find",
413
425
  variant: "outlined",
414
- modelValue: l(t).searchString.value,
415
- "onUpdate:modelValue": n[9] || (n[9] = (d) => l(t).searchString.value = d)
416
- }, null, 8, ["density", "modelValue"])) : v("", !0)
426
+ modelValue: e(l).searchString.value,
427
+ "onUpdate:modelValue": n[9] || (n[9] = (r) => e(l).searchString.value = r)
428
+ }, null, 8, ["density", "modelValue"])) : c("", !0)
417
429
  ]),
418
430
  _: 1
419
431
  })
420
432
  ], !0),
421
- y(e.$slots, "actions", {
422
- ui: l(t),
423
- allItems: l(t).asyncItems.value,
424
- size: e.size
433
+ y(t.$slots, "actions", {
434
+ ui: e(l),
435
+ allItems: e(l).asyncItems.value,
436
+ size: t.size
425
437
  }, void 0, !0),
426
- u(ie),
427
- y(e.$slots, "actions-right", {
428
- ui: l(t),
429
- allItems: l(t).asyncItems.value,
430
- size: e.size
438
+ u(e(ce)),
439
+ y(t.$slots, "actions-right", {
440
+ ui: e(l),
441
+ allItems: e(l).asyncItems.value,
442
+ size: t.size
431
443
  }, void 0, !0),
432
- !fe.value && l(A)(l(t).filters.value) ? (i(), c(L, {
444
+ !Se.value && e(B)(e(l).filters.value) ? (i(), d(e(G), {
433
445
  key: 1,
434
446
  "close-on-content-click": !1,
435
- density: e.density,
447
+ density: t.density,
436
448
  location: "start"
437
449
  }, {
438
- activator: o(({ props: d }) => [
439
- u(r, O({
450
+ activator: o(({ props: r }) => [
451
+ u(e(h), L({
440
452
  icon: "$filter",
441
- size: e.size
442
- }, d, { variant: "text" }), null, 16, ["size"])
453
+ size: t.size
454
+ }, r, { variant: "text" }), null, 16, ["size"])
443
455
  ]),
444
456
  default: o(() => [
445
- u(N, {
457
+ u(e(U), {
446
458
  class: "pa-0",
447
- density: e.density,
459
+ density: t.density,
448
460
  "open-strategy": "multiple",
449
461
  "select-strategy": "classic",
450
- selected: l(t).selectedFilters.value,
451
- "onUpdate:selected": n[10] || (n[10] = (d) => l(t).selectedFilters.value = d)
462
+ selected: e(l).selectedFilters.value,
463
+ "onUpdate:selected": n[10] || (n[10] = (r) => e(l).selectedFilters.value = r)
452
464
  }, {
453
465
  default: o(() => [
454
- (i(!0), p($, null, z(l(t).filters.value, (d, B) => (i(), c(C, {
455
- key: B,
456
- subtitle: d,
457
- value: B
466
+ (i(!0), p($, null, C(e(l).filters.value, (r, S) => (i(), d(e(w), {
467
+ key: S,
468
+ subtitle: r,
469
+ value: S
458
470
  }, {
459
471
  prepend: o(({ isActive: a }) => [
460
- u(V, null, {
472
+ u(e(N), null, {
461
473
  default: o(() => [
462
- u(se, { size: e.size }, {
474
+ u(e(pe), { size: t.size }, {
463
475
  default: o(() => [
464
- G(X(a ? "$check" : ""), 1)
476
+ O(X(a ? "$check" : ""), 1)
465
477
  ]),
466
478
  _: 2
467
479
  }, 1032, ["size"])
@@ -471,28 +483,28 @@ const Ge = {
471
483
  ]),
472
484
  _: 2
473
485
  }, 1032, ["subtitle", "value"]))), 128)),
474
- u(oe, { "hide-on-leave": "" }, {
486
+ u(e(ue), { "hide-on-leave": "" }, {
475
487
  default: o(() => [
476
- l(t).filtersChanged.value ? (i(), c(r, {
488
+ e(l).filtersChanged.value ? (i(), d(e(h), {
477
489
  key: 0,
478
490
  block: "",
479
- onClick: m(l(t).applyFilters, ["stop"]),
480
- size: e.size
491
+ onClick: m(e(l).applyFilters, ["stop"]),
492
+ size: t.size
481
493
  }, {
482
494
  default: o(() => [
483
- u(se, {
495
+ u(e(pe), {
484
496
  start: "",
485
- size: e.size
497
+ size: t.size
486
498
  }, {
487
499
  default: o(() => n[16] || (n[16] = [
488
- G("$filter")
500
+ O("$filter")
489
501
  ])),
490
502
  _: 1
491
503
  }, 8, ["size"]),
492
- n[17] || (n[17] = G("Apply "))
504
+ n[17] || (n[17] = O("Apply "))
493
505
  ]),
494
506
  _: 1
495
- }, 8, ["onClick", "size"])) : v("", !0)
507
+ }, 8, ["onClick", "size"])) : c("", !0)
496
508
  ]),
497
509
  _: 1
498
510
  })
@@ -501,26 +513,26 @@ const Ge = {
501
513
  }, 8, ["density", "selected"])
502
514
  ]),
503
515
  _: 1
504
- }, 8, ["density"])) : v("", !0),
505
- !q.value && l(A)(l(t).externalParties.value) ? (i(), c(L, {
516
+ }, 8, ["density"])) : c("", !0),
517
+ !Y.value && e(B)(e(l).externalParties.value) ? (i(), d(e(G), {
506
518
  key: 2,
507
- density: e.density,
519
+ density: t.density,
508
520
  location: "bottom"
509
521
  }, {
510
- activator: o(({ props: d }) => [
511
- u(Q, { "hide-on-leave": "" }, {
522
+ activator: o(({ props: r }) => [
523
+ u(e(j), { "hide-on-leave": "" }, {
512
524
  default: o(() => [
513
- l(t).currentExternalParty.value != null ? (i(), p("div", Re, [
514
- u(r, {
525
+ e(l).currentExternalParty.value != null ? (i(), p("div", Ge, [
526
+ u(e(h), {
515
527
  icon: "$close",
516
- onClick: n[11] || (n[11] = m((B) => l(t).selectExternalParty(void 0), ["stop"]))
528
+ onClick: n[11] || (n[11] = m((S) => e(l).selectExternalParty(void 0), ["stop"]))
517
529
  }),
518
- R("span", null, "Sync: " + X(l(ce)(l(t).currentExternalParty.value.party)), 1)
519
- ])) : (i(), c(r, O({
530
+ R("span", null, "Sync: " + X(e(oe)(e(l).currentExternalParty.value.party)), 1)
531
+ ])) : (i(), d(e(h), L({
520
532
  key: 1,
521
533
  icon: "$cloud-sync",
522
- size: e.size
523
- }, d, {
534
+ size: t.size
535
+ }, r, {
524
536
  title: "Open sync options",
525
537
  variant: "text"
526
538
  }), null, 16, ["size"]))
@@ -529,104 +541,104 @@ const Ge = {
529
541
  }, 1024)
530
542
  ]),
531
543
  default: o(() => [
532
- u(N, {
533
- density: e.density,
544
+ u(e(U), {
545
+ density: t.density,
534
546
  "min-width": "150"
535
547
  }, {
536
548
  default: o(() => [
537
- (i(!0), p($, null, z(l(t).externalParties.value, (d, B) => (i(), c(C, {
538
- onClick: m((a) => l(t).selectExternalParty(d), ["stop"]),
539
- key: (d.party ?? "") + B,
540
- title: l(ce)(d.party)
549
+ (i(!0), p($, null, C(e(l).externalParties.value, (r, S) => (i(), d(e(w), {
550
+ onClick: m((a) => e(l).selectExternalParty(r), ["stop"]),
551
+ key: (r.party ?? "") + S,
552
+ title: e(oe)(r.party)
541
553
  }, null, 8, ["onClick", "title"]))), 128))
542
554
  ]),
543
555
  _: 1
544
556
  }, 8, ["density"])
545
557
  ]),
546
558
  _: 1
547
- }, 8, ["density"])) : v("", !0)
559
+ }, 8, ["density"])) : c("", !0)
548
560
  ], !0)
549
561
  ]),
550
- content: o(({ bladeData: d, isMobile: B }) => [
551
- y(e.$slots, "d", {
552
- items: l(t).asyncItems
562
+ content: o(({ bladeData: r, isMobile: S }) => [
563
+ y(t.$slots, "d", {
564
+ items: e(l).asyncItems
553
565
  }, void 0, !0),
554
- y(e.$slots, "body", {
555
- bladeData: d,
556
- items: l(t).filteredItems.value,
557
- allItems: l(t).asyncItems.value,
558
- refresh: l(t).refresh,
559
- searchString: l(t).searchString,
560
- showSearch: l(t).showSearch,
561
- size: e.size,
562
- style: U(H.value),
563
- toggleSearch: l(t).toggleSearch,
564
- ui: l(t)
566
+ y(t.$slots, "body", {
567
+ bladeData: r,
568
+ items: e(l).filteredItems.value,
569
+ allItems: e(l).asyncItems.value,
570
+ refresh: e(l).refresh,
571
+ searchString: e(l).searchString,
572
+ showSearch: e(l).showSearch,
573
+ size: t.size,
574
+ style: H(F.value),
575
+ toggleSearch: e(l).toggleSearch,
576
+ ui: e(l)
565
577
  }, () => [
566
- y(e.$slots, "top", {
567
- refresh: l(t).refresh,
568
- searchString: l(t).searchString,
569
- showSearch: l(t).showSearch,
570
- toggleSearch: l(t).toggleSearch,
571
- size: e.size,
572
- allItems: l(t).asyncItems.value,
573
- items: l(t).filteredItems.value,
574
- ui: l(t)
578
+ y(t.$slots, "top", {
579
+ refresh: e(l).refresh,
580
+ searchString: e(l).searchString,
581
+ showSearch: e(l).showSearch,
582
+ toggleSearch: e(l).toggleSearch,
583
+ size: t.size,
584
+ allItems: e(l).asyncItems.value,
585
+ items: e(l).filteredItems.value,
586
+ ui: e(l)
575
587
  }, void 0, !0),
576
- l(A)(l(t).asyncItems.value) ? e.selectSingle || e.selectMulti || e.showListOnly === !0 || B ? (i(), c(N, {
588
+ e(B)(e(l).asyncItems.value) ? t.selectSingle || t.selectMulti || t.showListOnly === !0 || S ? (i(), d(e(U), {
577
589
  key: 1,
578
- "active-class": e.activeClass,
579
- class: F(["pt-0", e.scrollY ? "overflow-y-auto" : ""]),
580
- "bg-color": e.transparent ? "transparent" : void 0,
590
+ "active-class": t.activeClass,
591
+ class: T(["pt-0", t.scrollY ? "overflow-y-auto" : ""]),
592
+ "bg-color": t.transparent ? "transparent" : void 0,
581
593
  flat: "",
582
- density: e.density,
583
- lines: e.lines,
584
- mandatory: !e.canUnselect,
585
- selectable: e.selectSingle || e.selectMulti,
586
- "select-strategy": e.selectSingle ? "single-independent" : "independent",
587
- style: U(H.value),
588
- selected: ne.value,
589
- "onUpdate:selected": n[13] || (n[13] = (a) => ne.value = a)
594
+ density: t.density,
595
+ lines: t.lines,
596
+ mandatory: !t.canUnselect,
597
+ selectable: t.selectSingle || t.selectMulti,
598
+ "select-strategy": t.selectSingle ? "single-independent" : "independent",
599
+ style: H(F.value),
600
+ selected: le.value,
601
+ "onUpdate:selected": n[13] || (n[13] = (a) => le.value = a)
590
602
  }, {
591
603
  default: o(() => [
592
- u(V, {
604
+ u(e(N), {
593
605
  group: "",
594
606
  "hide-on-leave": ""
595
607
  }, {
596
608
  default: o(() => [
597
- (i(!0), p($, null, z(l(t).filteredItems.value, (a, I) => (i(), p($, {
609
+ (i(!0), p($, null, C(e(l).filteredItems.value, (a, I) => (i(), p($, {
598
610
  key: `${a.id}${I}-table-list-item`
599
611
  }, [
600
- y(e.$slots, "listItem", {
601
- bladeData: d,
602
- deleteItem: () => l(t).deleteItem(a),
612
+ y(t.$slots, "listItem", {
613
+ bladeData: r,
614
+ deleteItem: () => e(l).deleteItem(a),
603
615
  item: a,
604
616
  index: I,
605
- size: e.size,
606
- select: () => l(t).selectItem(a, e.variant),
607
- ui: l(t)
617
+ size: t.size,
618
+ select: () => e(l).selectItem(a, t.variant),
619
+ ui: e(l)
608
620
  }, () => [
609
- u(C, {
621
+ u(e(w), {
610
622
  class: "mouse-item",
611
- density: e.density,
612
- ripple: e.ripple,
623
+ density: t.density,
624
+ ripple: t.ripple,
613
625
  value: a,
614
- onClick: (h) => l(t).selectItem(a, e.variant),
615
- onMouseover: (h) => e.$emit("mouse-over-item", a)
616
- }, Pe({
626
+ onClick: (v) => e(l).selectItem(a, t.variant),
627
+ onMouseover: (v) => t.$emit("mouse-over-item", a)
628
+ }, Ie({
617
629
  title: o(() => [
618
- y(e.$slots, "itemTitle", {
630
+ y(t.$slots, "itemTitle", {
619
631
  item: a,
620
632
  index: I,
621
- size: e.size
633
+ size: t.size
622
634
  }, () => [
623
- (i(!0), p($, null, z(l(t).titleOptions.value, (h, w) => (i(), p("span", { key: w }, [
624
- (i(!0), p($, null, z(h.values, (b, E) => y(e.$slots, b.value, {
625
- key: E,
635
+ (i(!0), p($, null, C(e(l).titleOptions.value, (v, V) => (i(), p("span", { key: V }, [
636
+ (i(!0), p($, null, C(v.values, (b, A) => y(t.$slots, b.value, {
637
+ key: A,
626
638
  item: a,
627
639
  class: "mr-1"
628
640
  }, () => [
629
- u(W, {
641
+ u(f, {
630
642
  option: b,
631
643
  data: a
632
644
  }, null, 8, ["option", "data"])
@@ -635,18 +647,18 @@ const Ge = {
635
647
  ], !0)
636
648
  ]),
637
649
  subtitle: o(() => [
638
- y(e.$slots, "itemSubtitle", {
650
+ y(t.$slots, "itemSubtitle", {
639
651
  item: a,
640
652
  index: I,
641
- size: e.size
653
+ size: t.size
642
654
  }, () => [
643
- (i(!0), p($, null, z(l(t).subtitleOptions.value, (h, w) => (i(), p("span", { key: w }, [
644
- (i(!0), p($, null, z(h.values, (b, E) => y(e.$slots, b.value, {
645
- key: E,
655
+ (i(!0), p($, null, C(e(l).subtitleOptions.value, (v, V) => (i(), p("span", { key: V }, [
656
+ (i(!0), p($, null, C(v.values, (b, A) => y(t.$slots, b.value, {
657
+ key: A,
646
658
  item: a,
647
659
  class: "mr-1"
648
660
  }, () => [
649
- u(W, {
661
+ u(f, {
650
662
  option: b,
651
663
  data: a
652
664
  }, null, 8, ["option", "data"])
@@ -655,96 +667,96 @@ const Ge = {
655
667
  ], !0)
656
668
  ]),
657
669
  prepend: o(() => [
658
- y(e.$slots, "itemPrepend", {
670
+ y(t.$slots, "itemPrepend", {
659
671
  item: a,
660
672
  index: I,
661
- size: e.size
673
+ size: t.size
662
674
  }, void 0, !0)
663
675
  ]),
664
676
  _: 2
665
677
  }, [
666
- e.hideActions ? void 0 : {
678
+ t.hideActions ? void 0 : {
667
679
  name: "append",
668
680
  fn: o(() => [
669
- u(re, {
681
+ u(e(de), {
670
682
  "no-gutters": "",
671
- class: F(te.value ? "actionButtons" : null)
683
+ class: T(ee.value ? "actionButtons" : null)
672
684
  }, {
673
685
  default: o(() => [
674
- y(e.$slots, "itemActions", {
686
+ y(t.$slots, "itemActions", {
675
687
  item: a,
676
688
  index: I,
677
- items: l(t).asyncItems.value,
678
- size: f.value
689
+ items: e(l).asyncItems.value,
690
+ size: g.value
679
691
  }, void 0, !0),
680
- u(V, {
692
+ u(e(N), {
681
693
  group: "",
682
694
  "hide-on-leave": ""
683
695
  }, {
684
696
  default: o(() => [
685
- !q.value && l(t).isIntegratable.value(a) ? (i(), p("div", Ke, [
686
- u(Q, { "hide-on-leave": "" }, {
697
+ !Y.value && e(l).isIntegratable.value(a) ? (i(), p("div", Ke, [
698
+ u(e(j), { "hide-on-leave": "" }, {
687
699
  default: o(() => {
688
- var h, w, b, E;
700
+ var v, V, b, A;
689
701
  return [
690
- l(t).isIntegrated.value(a) ? (i(), p("div", qe, [
691
- u(r, {
702
+ e(l).isIntegrated.value(a) ? (i(), p("div", Ye, [
703
+ u(e(h), {
692
704
  class: "text-success",
693
705
  icon: "$cloud-check",
694
- size: f.value,
695
- title: `Synced with ${(h = l(t).currentExternalParty.value) == null ? void 0 : h.party}`,
706
+ size: g.value,
707
+ title: `Synced with ${(v = e(l).currentExternalParty.value) == null ? void 0 : v.party}`,
696
708
  variant: "text"
697
709
  }, null, 8, ["size", "title"]),
698
- (w = l(t).currentExternalParty.value) != null && w.canUnlink ? (i(), c(r, {
710
+ (V = e(l).currentExternalParty.value) != null && V.canUnlink ? (i(), d(e(h), {
699
711
  key: 0,
700
- onClick: m((j) => l(t).unlinkFromExternalParty(a), ["stop"]),
712
+ onClick: m((Q) => e(l).unlinkFromExternalParty(a), ["stop"]),
701
713
  class: "text-error",
702
714
  icon: "$cloud-remove",
703
- size: f.value,
704
- title: `Unlink from ${(b = l(t).currentExternalParty.value) == null ? void 0 : b.party}`,
715
+ size: g.value,
716
+ title: `Unlink from ${(b = e(l).currentExternalParty.value) == null ? void 0 : b.party}`,
705
717
  variant: "text"
706
- }, null, 8, ["onClick", "size", "title"])) : v("", !0)
707
- ])) : (i(), c(r, {
708
- onClick: m((j) => l(t).pushToExternalParty(a), ["stop"]),
718
+ }, null, 8, ["onClick", "size", "title"])) : c("", !0)
719
+ ])) : (i(), d(e(h), {
720
+ onClick: m((Q) => e(l).pushToExternalParty(a), ["stop"]),
709
721
  icon: "$cloud-upload",
710
722
  key: "a2",
711
- size: f.value,
712
- title: `Send to ${(E = l(t).currentExternalParty.value) == null ? void 0 : E.party}`,
723
+ size: g.value,
724
+ title: `Send to ${(A = e(l).currentExternalParty.value) == null ? void 0 : A.party}`,
713
725
  variant: "text"
714
726
  }, null, 8, ["onClick", "size", "title"]))
715
727
  ];
716
728
  }),
717
729
  _: 2
718
730
  }, 1024)
719
- ])) : v("", !0),
720
- a.errorMsg != null ? (i(), c(r, {
731
+ ])) : c("", !0),
732
+ a.errorMsg != null ? (i(), d(e(h), {
721
733
  onClick: n[12] || (n[12] = m(() => {
722
734
  }, ["stop"])),
723
735
  class: "text-warning",
724
736
  icon: "$alert-circle",
725
737
  key: "1",
726
- size: f.value,
738
+ size: g.value,
727
739
  title: a.errorMsg
728
- }, null, 8, ["size", "title"])) : v("", !0),
729
- e.canDelete && l(t).isDeletable.value(a) ? (i(), c(r, {
730
- onClick: m((h) => l(t).deleteItem(a), ["stop"]),
740
+ }, null, 8, ["size", "title"])) : c("", !0),
741
+ t.canDelete && e(l).isDeletable.value(a) ? (i(), d(e(h), {
742
+ onClick: m((v) => e(l).deleteItem(a), ["stop"]),
731
743
  class: "text-error",
732
- disabled: !l(P).canEdit(e.nav),
744
+ disabled: !e(E).canEdit(t.nav),
733
745
  icon: "$delete",
734
746
  key: "2",
735
747
  loading: a.loadingCount > 0,
736
- size: f.value,
748
+ size: g.value,
737
749
  variant: "text"
738
- }, null, 8, ["onClick", "disabled", "loading", "size"])) : v("", !0),
739
- e.canRestore && l(t).isRestorable.value(a) ? (i(), c(r, {
740
- onClick: m((h) => l(t).restoreItem(a), ["stop"]),
741
- disabled: !l(P).canEdit(e.nav),
750
+ }, null, 8, ["onClick", "disabled", "loading", "size"])) : c("", !0),
751
+ t.canRestore && e(l).isRestorable.value(a) ? (i(), d(e(h), {
752
+ onClick: m((v) => e(l).restoreItem(a), ["stop"]),
753
+ disabled: !e(E).canEdit(t.nav),
742
754
  key: "3",
743
755
  icon: "$eraser-variant",
744
756
  loading: a.loadingCount > 0,
745
- size: f.value,
757
+ size: g.value,
746
758
  variant: "text"
747
- }, null, 8, ["onClick", "disabled", "loading", "size"])) : v("", !0)
759
+ }, null, 8, ["onClick", "disabled", "loading", "size"])) : c("", !0)
748
760
  ]),
749
761
  _: 2
750
762
  }, 1024)
@@ -756,143 +768,143 @@ const Ge = {
756
768
  }
757
769
  ]), 1032, ["density", "ripple", "value", "onClick", "onMouseover"])
758
770
  ], !0),
759
- e.dividers ? (i(), c(ze, {
771
+ t.dividers ? (i(), d(e(De), {
760
772
  key: "d" + I.toString()
761
- })) : v("", !0)
773
+ })) : c("", !0)
762
774
  ], 64))), 128))
763
775
  ]),
764
776
  _: 2
765
777
  }, 1024),
766
- y(e.$slots, "bottomItem", {}, void 0, !0)
778
+ y(t.$slots, "bottomItem", {}, void 0, !0)
767
779
  ]),
768
780
  _: 2
769
- }, 1032, ["active-class", "class", "bg-color", "density", "lines", "mandatory", "selectable", "select-strategy", "style", "selected"])) : e.showTableOnly === !0 || !B ? (i(), c(Ce, {
781
+ }, 1032, ["active-class", "class", "bg-color", "density", "lines", "mandatory", "selectable", "select-strategy", "style", "selected"])) : t.showTableOnly === !0 || !S ? (i(), d(e(Le), {
770
782
  key: 2,
771
783
  class: "text-body-2 overflow-y-auto",
772
- density: e.density,
773
- "fixed-header": e.fixedHeader,
784
+ density: t.density,
785
+ "fixed-header": t.fixedHeader,
774
786
  hover: "",
775
- style: U(H.value)
787
+ style: H(F.value)
776
788
  }, {
777
789
  default: o(() => [
778
790
  R("thead", null, [
779
791
  R("tr", null, [
780
- (i(!0), p($, null, z(l(t).tableHeaders.value, (a) => (i(), p("th", {
792
+ (i(!0), p($, null, C(e(l).tableHeaders.value, (a) => (i(), p("th", {
781
793
  key: a.value,
782
- class: F(`d-none d-${a.showSize ?? "sm"}-table-cell ${a.align == "end" ? "text-right" : void 0}`)
794
+ class: T(`d-none d-${a.showSize ?? "sm"}-table-cell ${a.align == "end" ? "text-right" : void 0}`)
783
795
  }, [
784
- y(e.$slots, `${a.value}-header`, { options: a }, () => [
785
- G(X(a.title), 1)
796
+ y(t.$slots, `${a.value}-header`, { options: a }, () => [
797
+ O(X(a.title), 1)
786
798
  ], !0)
787
799
  ], 2))), 128)),
788
- e.hideActions ? v("", !0) : (i(), p("th", Ye, " Actions "))
800
+ t.hideActions ? c("", !0) : (i(), p("th", qe, " Actions "))
789
801
  ])
790
802
  ]),
791
803
  R("tbody", null, [
792
- u(V, {
804
+ u(e(N), {
793
805
  group: "",
794
806
  "hide-on-leave": ""
795
807
  }, {
796
808
  default: o(() => [
797
- (i(!0), p($, null, z(l(t).filteredItems.value, (a, I) => (i(), p("tr", {
809
+ (i(!0), p($, null, C(e(l).filteredItems.value, (a, I) => (i(), p("tr", {
798
810
  key: `${a.id}${I}`,
799
- onClick: (h) => l(t).selectItem(a, e.variant)
811
+ onClick: (v) => e(l).selectItem(a, t.variant)
800
812
  }, [
801
- (i(!0), p($, null, z(l(t).tableHeaders.value, (h) => (i(), p("td", {
802
- key: "1" + h.value,
803
- class: F(`d-none d-${h.showSize ?? "sm"}-table-cell ${h.align == "end" ? "text-right" : void 0}`)
813
+ (i(!0), p($, null, C(e(l).tableHeaders.value, (v) => (i(), p("td", {
814
+ key: "1" + v.value,
815
+ class: T(`d-none d-${v.showSize ?? "sm"}-table-cell ${v.align == "end" ? "text-right" : void 0}`)
804
816
  }, [
805
- y(e.$slots, h.value, {
817
+ y(t.$slots, v.value, {
806
818
  item: a,
807
- options: h
819
+ options: v
808
820
  }, () => [
809
- u(W, {
810
- option: h,
821
+ u(f, {
822
+ option: v,
811
823
  data: a
812
824
  }, null, 8, ["option", "data"])
813
825
  ], !0)
814
826
  ], 2))), 128)),
815
- e.hideActions ? v("", !0) : (i(), p("td", {
827
+ t.hideActions ? c("", !0) : (i(), p("td", {
816
828
  key: "itemActions" + a.id,
817
829
  class: "text-right"
818
830
  }, [
819
- u(oe, { "hide-on-leave": "" }, {
831
+ u(e(ue), { "hide-on-leave": "" }, {
820
832
  default: o(() => [
821
- u(re, {
833
+ u(e(de), {
822
834
  "no-gutters": "",
823
- class: F([te.value ? "actionButtons" : null, "flex-nowrap"])
835
+ class: T([ee.value ? "actionButtons" : null, "flex-nowrap"])
824
836
  }, {
825
837
  default: o(() => [
826
- u(ie),
827
- y(e.$slots, "itemActions", {
838
+ u(e(ce)),
839
+ y(t.$slots, "itemActions", {
828
840
  item: a,
829
- allItems: l(t).asyncItems.value,
830
- items: l(t).filteredItems.value,
831
- size: f.value,
832
- density: e.density,
833
- ui: l(t)
841
+ allItems: e(l).asyncItems.value,
842
+ items: e(l).filteredItems.value,
843
+ size: g.value,
844
+ density: t.density,
845
+ ui: e(l)
834
846
  }, void 0, !0),
835
- !q.value && l(t).isIntegratable.value(a) ? (i(), p("div", We, [
836
- u(Q, { "hide-on-leave": "" }, {
847
+ !Y.value && e(l).isIntegratable.value(a) ? (i(), p("div", We, [
848
+ u(e(j), { "hide-on-leave": "" }, {
837
849
  default: o(() => {
838
- var h, w, b, E;
850
+ var v, V, b, A;
839
851
  return [
840
- l(t).isIntegrated.value(a) ? (i(), p("div", je, [
841
- u(r, {
852
+ e(l).isIntegrated.value(a) ? (i(), p("div", Xe, [
853
+ u(e(h), {
842
854
  class: "text-success",
843
855
  icon: "$cloud-check",
844
- size: f.value,
845
- title: `Synced with ${(h = l(t).currentExternalParty.value) == null ? void 0 : h.party}`,
856
+ size: g.value,
857
+ title: `Synced with ${(v = e(l).currentExternalParty.value) == null ? void 0 : v.party}`,
846
858
  variant: "text"
847
859
  }, null, 8, ["size", "title"]),
848
- (w = l(t).currentExternalParty.value) != null && w.canUnlink ? (i(), c(r, {
860
+ (V = e(l).currentExternalParty.value) != null && V.canUnlink ? (i(), d(e(h), {
849
861
  key: 0,
850
- onClick: m((j) => l(t).unlinkFromExternalParty(a), ["stop"]),
862
+ onClick: m((Q) => e(l).unlinkFromExternalParty(a), ["stop"]),
851
863
  class: "text-error",
852
864
  icon: "$cloud-remove",
853
- size: f.value,
854
- title: `Unlink from ${(b = l(t).currentExternalParty.value) == null ? void 0 : b.party}`,
865
+ size: g.value,
866
+ title: `Unlink from ${(b = e(l).currentExternalParty.value) == null ? void 0 : b.party}`,
855
867
  variant: "text"
856
- }, null, 8, ["onClick", "size", "title"])) : v("", !0)
857
- ])) : (i(), c(r, {
858
- onClick: m((j) => l(t).pushToExternalParty(a), ["stop"]),
868
+ }, null, 8, ["onClick", "size", "title"])) : c("", !0)
869
+ ])) : (i(), d(e(h), {
870
+ onClick: m((Q) => e(l).pushToExternalParty(a), ["stop"]),
859
871
  icon: "$cloud-upload",
860
872
  key: "a2",
861
- size: f.value,
862
- title: `Send to ${(E = l(t).currentExternalParty.value) == null ? void 0 : E.party}`,
873
+ size: g.value,
874
+ title: `Send to ${(A = e(l).currentExternalParty.value) == null ? void 0 : A.party}`,
863
875
  variant: "text"
864
876
  }, null, 8, ["onClick", "size", "title"]))
865
877
  ];
866
878
  }),
867
879
  _: 2
868
880
  }, 1024)
869
- ])) : v("", !0),
870
- a.errorMsg != null ? (i(), c(r, {
881
+ ])) : c("", !0),
882
+ a.errorMsg != null ? (i(), d(e(h), {
871
883
  onClick: n[14] || (n[14] = m(() => {
872
884
  }, ["stop"])),
873
885
  class: "text-warning",
874
886
  icon: "$alert-circle",
875
887
  key: "1",
876
- size: f.value,
888
+ size: g.value,
877
889
  title: a.errorMsg
878
- }, null, 8, ["size", "title"])) : v("", !0),
879
- e.canDelete && l(t).isDeletable.value(a) ? (i(), c(r, {
880
- onClick: m((h) => l(t).deleteItem(a), ["stop"]),
890
+ }, null, 8, ["size", "title"])) : c("", !0),
891
+ t.canDelete && e(l).isDeletable.value(a) ? (i(), d(e(h), {
892
+ onClick: m((v) => e(l).deleteItem(a), ["stop"]),
881
893
  class: "text-error",
882
- disabled: !l(P).canEdit(e.nav),
894
+ disabled: !e(E).canEdit(t.nav),
883
895
  icon: "$delete",
884
896
  key: "2",
885
- size: f.value,
897
+ size: g.value,
886
898
  variant: "text"
887
- }, null, 8, ["onClick", "disabled", "size"])) : v("", !0),
888
- e.canRestore && l(t).isRestorable.value(a) ? (i(), c(r, {
889
- onClick: m((h) => l(t).restoreItem(a), ["stop"]),
890
- disabled: !l(P).canEdit(e.nav),
899
+ }, null, 8, ["onClick", "disabled", "size"])) : c("", !0),
900
+ t.canRestore && e(l).isRestorable.value(a) ? (i(), d(e(h), {
901
+ onClick: m((v) => e(l).restoreItem(a), ["stop"]),
902
+ disabled: !e(E).canEdit(t.nav),
891
903
  key: "3",
892
904
  icon: "$eraser-variant",
893
- size: f.value,
905
+ size: g.value,
894
906
  variant: "text"
895
- }, null, 8, ["onClick", "disabled", "size"])) : v("", !0)
907
+ }, null, 8, ["onClick", "disabled", "size"])) : c("", !0)
896
908
  ]),
897
909
  _: 2
898
910
  }, 1032, ["class"])
@@ -907,29 +919,29 @@ const Ge = {
907
919
  ])
908
920
  ]),
909
921
  _: 3
910
- }, 8, ["density", "fixed-header", "style"])) : v("", !0) : (i(), p("div", {
922
+ }, 8, ["density", "fixed-header", "style"])) : c("", !0) : (i(), p("div", {
911
923
  key: 0,
912
- class: F(e.scrollY ? "overflow-y-auto" : ""),
913
- style: U(H.value)
924
+ class: T(t.scrollY ? "overflow-y-auto" : ""),
925
+ style: H(F.value)
914
926
  }, [
915
- y(e.$slots, "notFound", {
916
- ui: l(t),
917
- bladeData: d,
918
- refresh: l(t).refresh,
919
- size: e.size
927
+ y(t.$slots, "notFound", {
928
+ ui: e(l),
929
+ bladeData: r,
930
+ refresh: e(l).refresh,
931
+ size: t.size
920
932
  }, void 0, !0)
921
933
  ], 6)),
922
- y(e.$slots, "bottom", {
923
- size: e.size,
924
- allItems: l(t).asyncItems.value,
925
- items: l(t).filteredItems.value
934
+ y(t.$slots, "bottom", {
935
+ size: t.size,
936
+ allItems: e(l).asyncItems.value,
937
+ items: e(l).filteredItems.value
926
938
  }, void 0, !0)
927
939
  ], !0),
928
- l(de)(e.paginate) ? v("", !0) : (i(), p("div", Je, [
929
- u(Be, {
930
- modelValue: l(t).currentPage.value,
931
- "onUpdate:modelValue": n[15] || (n[15] = (a) => l(t).currentPage.value = a),
932
- length: l(t).totalPages.value
940
+ e(se)(t.paginate) ? c("", !0) : (i(), p("div", je, [
941
+ u(e(Oe), {
942
+ modelValue: e(l).currentPage.value,
943
+ "onUpdate:modelValue": n[15] || (n[15] = (a) => e(l).currentPage.value = a),
944
+ length: e(l).totalPages.value
933
945
  }, null, 8, ["modelValue", "length"])
934
946
  ]))
935
947
  ]),
@@ -939,5 +951,5 @@ const Ge = {
939
951
  }
940
952
  });
941
953
  export {
942
- st as default
954
+ gt as default
943
955
  };