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