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