bt-core-app 2.2.10 → 2.2.11
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 +1 -1
|
@@ -1,29 +1,41 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isLengthyArray as
|
|
3
|
-
import { useAuth as
|
|
4
|
-
import { useList as
|
|
5
|
-
import { useNavigation as
|
|
6
|
-
import { useNested as
|
|
7
|
-
import { usePresets as
|
|
8
|
-
import { useRoute as
|
|
9
|
-
import { useHeights as
|
|
10
|
-
import { useDisplay as
|
|
11
|
-
|
|
1
|
+
import { defineComponent as be, ref as W, computed as k, watch as Ce, onMounted as Be, resolveComponent as ae, openBlock as i, createBlock as d, unref as e, withCtx as o, renderSlot as y, createElementBlock as p, createVNode as u, withKeys as ie, withModifiers as m, createCommentVNode as c, normalizeStyle as H, mergeProps as L, Fragment as $, renderList as C, createTextVNode as O, toDisplayString as X, createElementVNode as R, normalizeClass as T, createSlots as Ie, nextTick as Ve } from "vue";
|
|
2
|
+
import { isLengthyArray as B, isNullOrEmpty as se, capitalizeWords as oe } from "../composables/helpers.mjs";
|
|
3
|
+
import { useAuth as Ae } from "../composables/auth.mjs";
|
|
4
|
+
import { useList as we } from "../composables/list.mjs";
|
|
5
|
+
import { useNavigation as Ee } from "../composables/navigation.mjs";
|
|
6
|
+
import { useNested as Pe } from "../composables/nested.mjs";
|
|
7
|
+
import { usePresets as Te } from "../composables/presets.mjs";
|
|
8
|
+
import { useRoute as Fe, useRouter as Me } from "vue-router";
|
|
9
|
+
import { useHeights as He } from "../composables/heights.mjs";
|
|
10
|
+
import { useDisplay as Ne } from "vuetify";
|
|
11
|
+
import { VTextField as re } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
|
|
12
|
+
import { VListItem as w } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
13
|
+
import { VSlideXTransition as N, VSlideYTransition as Ue, VFadeTransition as ue, VSlideYReverseTransition as j } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
14
|
+
import { VRow as de } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs";
|
|
15
|
+
import { VDivider as De } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
16
|
+
import { VTable as Le } from "../bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs";
|
|
17
|
+
import { VPagination as Oe } from "../bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs";
|
|
18
|
+
import { VBtn as h } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
19
|
+
import { VMenu as G } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
20
|
+
import { VList as U } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
21
|
+
import { VSpacer as ce } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
22
|
+
import { VIcon as pe } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
23
|
+
const Re = {
|
|
12
24
|
key: 0,
|
|
13
25
|
class: "d-flex"
|
|
14
|
-
},
|
|
26
|
+
}, Ge = {
|
|
15
27
|
key: 0,
|
|
16
28
|
class: "d-flex align-center mr-2"
|
|
17
|
-
}, Ke = { key: "0" },
|
|
29
|
+
}, Ke = { key: "0" }, Ye = {
|
|
18
30
|
class: "d-flex",
|
|
19
31
|
key: "a1"
|
|
20
|
-
},
|
|
32
|
+
}, qe = {
|
|
21
33
|
key: "itemActions",
|
|
22
34
|
class: "text-right"
|
|
23
|
-
}, Qe = ["onClick"], We = { key: "0" },
|
|
35
|
+
}, Qe = ["onClick"], We = { key: "0" }, Xe = {
|
|
24
36
|
class: "d-flex",
|
|
25
37
|
key: "a1"
|
|
26
|
-
},
|
|
38
|
+
}, je = { key: 0 }, gt = /* @__PURE__ */ be({
|
|
27
39
|
__name: "BT-Blade-Items",
|
|
28
40
|
props: {
|
|
29
41
|
actionButtonSize: { default: "x-small" },
|
|
@@ -154,201 +166,201 @@ const Ge = {
|
|
|
154
166
|
variant: { default: "page" }
|
|
155
167
|
},
|
|
156
168
|
emits: ["update:selected", "change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item"],
|
|
157
|
-
setup(
|
|
158
|
-
const K =
|
|
169
|
+
setup(ye, { emit: ve }) {
|
|
170
|
+
const K = ve, s = ye, J = W(null), Z = W(null), { getValue: x } = Pe(), { xs: he } = Ne(), D = Fe(), P = Te(s.preset), { findDisplay: me } = Ee(), E = Ae(), _ = He(), l = we(s, K, {
|
|
159
171
|
hideActions: !0,
|
|
160
|
-
onError: (
|
|
161
|
-
if (
|
|
162
|
-
|
|
172
|
+
onError: (t) => {
|
|
173
|
+
if (t.code == 401)
|
|
174
|
+
E.logout(), E.login(location.pathname);
|
|
163
175
|
else
|
|
164
|
-
return
|
|
176
|
+
return t;
|
|
165
177
|
},
|
|
166
|
-
router:
|
|
178
|
+
router: Me(),
|
|
167
179
|
route: D
|
|
168
|
-
}),
|
|
169
|
-
const
|
|
170
|
-
return
|
|
171
|
-
}), ge = k(() =>
|
|
172
|
-
var n,
|
|
173
|
-
let
|
|
174
|
-
return s.showCount && (s.paginate == "server" ?
|
|
175
|
-
}),
|
|
176
|
-
let
|
|
180
|
+
}), g = k(() => s.actionButtonSize ?? s.size), fe = k(() => P.canAdd ?? s.canAdd), ee = k(() => {
|
|
181
|
+
const t = P.fadingActions ?? s.fadingActions;
|
|
182
|
+
return l.currentExternalParty.value == null && (t ?? !he.value);
|
|
183
|
+
}), ge = k(() => P.hideColumns ?? s.hideColumns), Se = k(() => P.hideFilters ?? s.hideFilters), Y = k(() => (P.hideIntegrations ?? s.hideIntegrations) || l.proxyID.value != null), ke = k(() => P.hideRefresh ?? s.hideRefresh), te = k(() => !!s.hideSubtoolbar || s.variant == "inline"), $e = k(() => {
|
|
184
|
+
var n, f, z;
|
|
185
|
+
let t = s.label ?? (s.variant == "page" ? (n = D == null ? void 0 : D.meta) == null ? void 0 : n.displayName : void 0) ?? me(s.nav);
|
|
186
|
+
return s.showCount && (s.paginate == "server" ? l.totalCount.value != null && (t = `${t} (${l.totalCount.value})`) : ((f = l.filteredItems.value) == null ? void 0 : f.length) != null && ((z = l.asyncItems.value) == null ? void 0 : z.length) != null && (t = `${t} (${l.filteredItems.value.length} of ${l.asyncItems.value.length})`)), t;
|
|
187
|
+
}), q = k(() => s.variant == "inline" && (s.canSearch || B(s.searchProps))), F = k(() => {
|
|
188
|
+
let t = s.opacity != null ? `opacity: ${s.opacity};` : "";
|
|
177
189
|
if (s.actualHeight != null)
|
|
178
|
-
return `${
|
|
190
|
+
return `${t} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(${s.actualHeight})`;
|
|
179
191
|
if (s.actualUsedHeight != null)
|
|
180
|
-
return `${
|
|
192
|
+
return `${t} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${_.getUsedHeight(s.actualUsedHeight)}px)`;
|
|
181
193
|
{
|
|
182
194
|
let n = 154;
|
|
183
|
-
return s.bordered ? n += 26 : s.variant == "page" && (n += 16), s.variant == "pure" && (n -= 96),
|
|
195
|
+
return s.bordered ? n += 26 : s.variant == "page" && (n += 16), s.variant == "pure" && (n -= 96), te.value && (n -= 48), s.hideToolbar == !0 && (n -= 48), se(s.paginate) && (n -= 58), `${t} ${s.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${_.getUsedHeight(n)}px)`;
|
|
184
196
|
}
|
|
185
|
-
}), M =
|
|
197
|
+
}), M = W([]), le = k({
|
|
186
198
|
get() {
|
|
187
|
-
const
|
|
188
|
-
let n = s.returnCSV ?
|
|
199
|
+
const t = s.selected ?? M.value;
|
|
200
|
+
let n = s.returnCSV ? t.split(",") : t;
|
|
189
201
|
if (s.selectSingle && !Array.isArray(n) && (n = [n]), s.returnIndex && s.returnCSV)
|
|
190
|
-
return n.map((
|
|
191
|
-
let
|
|
192
|
-
return s.itemValue != null &&
|
|
193
|
-
const
|
|
194
|
-
n.some((
|
|
195
|
-
}) : s.itemValue == null &&
|
|
202
|
+
return n.map((z) => Number.parseInt(z));
|
|
203
|
+
let f = [];
|
|
204
|
+
return s.itemValue != null && B(n) ? l.filteredItems.value.forEach((z) => {
|
|
205
|
+
const r = x(z, s.itemValue);
|
|
206
|
+
n.some((S) => S == r) && f.push(z);
|
|
207
|
+
}) : s.itemValue == null && f.push(...n), s.selectSingle ? B(f) ? [f[0]] : [] : f;
|
|
196
208
|
},
|
|
197
|
-
set(
|
|
198
|
-
if (
|
|
199
|
-
K("update:selected",
|
|
209
|
+
set(t) {
|
|
210
|
+
if (t == null)
|
|
211
|
+
K("update:selected", t), M.value = [];
|
|
200
212
|
else {
|
|
201
|
-
let n =
|
|
202
|
-
s.returnIndex ? n =
|
|
213
|
+
let n = t;
|
|
214
|
+
s.returnIndex ? n = t.map((f) => l.filteredItems.value.indexOf((z) => z === f)) : s.itemValue != null && (n = t.map((f) => x(f, s.itemValue))), s.selectSingle ? (n = B(n) ? n[0] : void 0, M.value = n != null ? [n] : []) : M.value = n, s.returnCSV && n != null && (n = n.toString()), K("update:selected", n), M.value = n;
|
|
203
215
|
}
|
|
204
216
|
}
|
|
205
217
|
});
|
|
206
|
-
function
|
|
218
|
+
function ne() {
|
|
207
219
|
s.onFocusSearch != null ? s.onFocusSearch() : Ve(() => {
|
|
208
|
-
var n,
|
|
209
|
-
let
|
|
210
|
-
|
|
220
|
+
var n, f;
|
|
221
|
+
let t;
|
|
222
|
+
q.value ? t = (n = Z.value) == null ? void 0 : n.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])") : l.showSearch.value && (t = (f = J.value) == null ? void 0 : f.$el.querySelector("input:not([type=hidden]),textarea:not([type=hidden])")), t == null || t.focus();
|
|
211
223
|
});
|
|
212
224
|
}
|
|
213
|
-
function
|
|
214
|
-
(s.canSearch !== !1 ||
|
|
225
|
+
function ze() {
|
|
226
|
+
(s.canSearch !== !1 || B(s.searchProps)) && !l.showSearch.value && l.toggleSearch();
|
|
215
227
|
}
|
|
216
|
-
return
|
|
217
|
-
|
|
218
|
-
}),
|
|
219
|
-
|
|
220
|
-
}), (
|
|
221
|
-
const
|
|
222
|
-
return i(),
|
|
223
|
-
onTitled:
|
|
228
|
+
return Ce(l.showSearch, (t) => {
|
|
229
|
+
t && ne();
|
|
230
|
+
}), Be(() => {
|
|
231
|
+
ne();
|
|
232
|
+
}), (t, n) => {
|
|
233
|
+
const f = ae("bt-header-option"), z = ae("bt-blade");
|
|
234
|
+
return i(), d(z, {
|
|
235
|
+
onTitled: ze,
|
|
224
236
|
bladeBasic: "",
|
|
225
|
-
bladeName:
|
|
226
|
-
bladeStartShowing:
|
|
227
|
-
bordered:
|
|
228
|
-
density:
|
|
229
|
-
flat:
|
|
230
|
-
errorMsg: l
|
|
231
|
-
hideSubtoolbar:
|
|
232
|
-
hideToolbar:
|
|
233
|
-
label:
|
|
234
|
-
loadingMsg: l
|
|
235
|
-
opacity:
|
|
236
|
-
preset:
|
|
237
|
-
showOnlyTitleLeft:
|
|
238
|
-
size:
|
|
239
|
-
transparent:
|
|
240
|
-
variant:
|
|
237
|
+
bladeName: t.bladeName,
|
|
238
|
+
bladeStartShowing: t.bladeStartShowing,
|
|
239
|
+
bordered: t.bordered,
|
|
240
|
+
density: t.density,
|
|
241
|
+
flat: t.flat,
|
|
242
|
+
errorMsg: e(l).errorMsg.value,
|
|
243
|
+
hideSubtoolbar: te.value,
|
|
244
|
+
hideToolbar: t.hideToolbar,
|
|
245
|
+
label: $e.value,
|
|
246
|
+
loadingMsg: e(l).loadingMsg.value,
|
|
247
|
+
opacity: t.opacity,
|
|
248
|
+
preset: t.preset,
|
|
249
|
+
showOnlyTitleLeft: q.value && e(l).showSearch.value,
|
|
250
|
+
size: t.size,
|
|
251
|
+
transparent: t.transparent,
|
|
252
|
+
variant: t.variant
|
|
241
253
|
}, {
|
|
242
254
|
"blade-toolbar": o(() => [
|
|
243
|
-
y(
|
|
244
|
-
refresh: l
|
|
245
|
-
searchString: l
|
|
246
|
-
showSearch: l
|
|
247
|
-
toggleSearch: l
|
|
248
|
-
ui: l
|
|
255
|
+
y(t.$slots, "blade-toolbar", {
|
|
256
|
+
refresh: e(l).refresh,
|
|
257
|
+
searchString: e(l).searchString,
|
|
258
|
+
showSearch: e(l).showSearch,
|
|
259
|
+
toggleSearch: e(l).toggleSearch,
|
|
260
|
+
ui: e(l)
|
|
249
261
|
}, void 0, !0)
|
|
250
262
|
]),
|
|
251
263
|
"blade-toolbar-left": o(() => [
|
|
252
|
-
y(
|
|
264
|
+
y(t.$slots, "toolbar-left", { ui: e(l) }, void 0, !0)
|
|
253
265
|
]),
|
|
254
266
|
"blade-title-left": o(() => [
|
|
255
|
-
|
|
256
|
-
y(
|
|
257
|
-
u(
|
|
258
|
-
icon: l
|
|
259
|
-
size:
|
|
260
|
-
onClick: l
|
|
267
|
+
q.value ? (i(), p("div", Re, [
|
|
268
|
+
y(t.$slots, "search-box", { ui: e(l) }, () => [
|
|
269
|
+
u(e(h), {
|
|
270
|
+
icon: e(l).showSearch.value ? "$close" : "$magnify",
|
|
271
|
+
size: t.size,
|
|
272
|
+
onClick: e(l).toggleSearch,
|
|
261
273
|
variant: "text"
|
|
262
274
|
}, null, 8, ["icon", "size", "onClick"]),
|
|
263
|
-
u(
|
|
275
|
+
u(e(N), { "hide-on-leave": "" }, {
|
|
264
276
|
default: o(() => [
|
|
265
|
-
l
|
|
277
|
+
e(l).showSearch.value ? (i(), d(e(re), {
|
|
266
278
|
key: 0,
|
|
267
|
-
"onClick:appendInner": n[0] || (n[0] = () => l
|
|
268
|
-
onKeyup: n[1] || (n[1] =
|
|
279
|
+
"onClick:appendInner": n[0] || (n[0] = () => e(l).refresh({ deepRefresh: !0 })),
|
|
280
|
+
onKeyup: n[1] || (n[1] = ie(m(() => {
|
|
269
281
|
console.log("kk");
|
|
270
282
|
}, ["stop"]), ["native", "enter"])),
|
|
271
283
|
"append-inner-icon": "$magnify",
|
|
272
284
|
autofocus: "",
|
|
273
|
-
density:
|
|
285
|
+
density: t.density,
|
|
274
286
|
flat: "",
|
|
275
287
|
"hide-details": "",
|
|
276
288
|
placeholder: "Find",
|
|
277
289
|
ref_key: "inlineSearchEl",
|
|
278
|
-
ref:
|
|
290
|
+
ref: Z,
|
|
279
291
|
style: { width: "200px" },
|
|
280
292
|
variant: "solo",
|
|
281
|
-
modelValue: l
|
|
282
|
-
"onUpdate:modelValue": n[2] || (n[2] = (
|
|
283
|
-
}, null, 8, ["density", "modelValue"])) :
|
|
293
|
+
modelValue: e(l).searchString.value,
|
|
294
|
+
"onUpdate:modelValue": n[2] || (n[2] = (r) => e(l).searchString.value = r)
|
|
295
|
+
}, null, 8, ["density", "modelValue"])) : c("", !0)
|
|
284
296
|
]),
|
|
285
297
|
_: 1
|
|
286
298
|
})
|
|
287
299
|
], !0)
|
|
288
|
-
])) :
|
|
300
|
+
])) : c("", !0)
|
|
289
301
|
]),
|
|
290
302
|
"blade-toolbar-right": o(() => [
|
|
291
|
-
y(
|
|
292
|
-
style:
|
|
293
|
-
ui: l
|
|
303
|
+
y(t.$slots, "toolbar-right", {
|
|
304
|
+
style: H(F.value),
|
|
305
|
+
ui: e(l)
|
|
294
306
|
}, void 0, !0),
|
|
295
|
-
|
|
307
|
+
ke.value ? c("", !0) : (i(), d(e(h), {
|
|
296
308
|
key: 0,
|
|
297
309
|
icon: "$refresh",
|
|
298
|
-
onClick: n[3] || (n[3] = m((
|
|
299
|
-
size:
|
|
310
|
+
onClick: n[3] || (n[3] = m((r) => e(l).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
311
|
+
size: t.size,
|
|
300
312
|
title: "Refresh",
|
|
301
313
|
variant: "text"
|
|
302
314
|
}, null, 8, ["size"])),
|
|
303
|
-
|
|
315
|
+
fe.value ? (i(), d(e(h), {
|
|
304
316
|
key: 1,
|
|
305
317
|
icon: "$plus",
|
|
306
|
-
onClick: n[4] || (n[4] = m((
|
|
307
|
-
size:
|
|
308
|
-
disabled: !
|
|
318
|
+
onClick: n[4] || (n[4] = m((r) => e(l).add(t.variant), ["stop"])),
|
|
319
|
+
size: t.size,
|
|
320
|
+
disabled: !e(E).canEdit(t.nav),
|
|
309
321
|
title: "Add",
|
|
310
322
|
variant: "text"
|
|
311
|
-
}, null, 8, ["size", "disabled"])) :
|
|
323
|
+
}, null, 8, ["size", "disabled"])) : c("", !0)
|
|
312
324
|
]),
|
|
313
325
|
subtoolbar: o(() => [
|
|
314
|
-
y(
|
|
315
|
-
|
|
326
|
+
y(t.$slots, "subtoolbar", {}, () => [
|
|
327
|
+
t.hideSubtoolbarSettings ? c("", !0) : (i(), d(e(G), {
|
|
316
328
|
key: 0,
|
|
317
329
|
"close-on-content-click": !1,
|
|
318
|
-
density:
|
|
330
|
+
density: t.density
|
|
319
331
|
}, {
|
|
320
|
-
activator: o(({ props:
|
|
321
|
-
u(
|
|
332
|
+
activator: o(({ props: r }) => [
|
|
333
|
+
u(e(h), L({
|
|
322
334
|
icon: "$cog",
|
|
323
|
-
size:
|
|
324
|
-
},
|
|
335
|
+
size: t.size
|
|
336
|
+
}, r, { variant: "text" }), null, 16, ["size"])
|
|
325
337
|
]),
|
|
326
338
|
default: o(() => [
|
|
327
|
-
u(
|
|
328
|
-
density:
|
|
339
|
+
u(e(U), {
|
|
340
|
+
density: t.density,
|
|
329
341
|
"min-width": "300"
|
|
330
342
|
}, {
|
|
331
343
|
default: o(() => [
|
|
332
|
-
ge.value ?
|
|
344
|
+
ge.value ? c("", !0) : (i(), d(e(G), {
|
|
333
345
|
key: 0,
|
|
334
346
|
"close-on-content-click": !1,
|
|
335
|
-
density:
|
|
347
|
+
density: t.density,
|
|
336
348
|
location: "end"
|
|
337
349
|
}, {
|
|
338
|
-
activator: o(({ props:
|
|
339
|
-
u(
|
|
350
|
+
activator: o(({ props: r }) => [
|
|
351
|
+
u(e(w), L(r, {
|
|
340
352
|
"prepend-icon": "$view-column",
|
|
341
353
|
subtitle: "Columns"
|
|
342
354
|
}), null, 16)
|
|
343
355
|
]),
|
|
344
356
|
default: o(() => [
|
|
345
|
-
u(
|
|
357
|
+
u(e(U), null, {
|
|
346
358
|
default: o(() => [
|
|
347
|
-
(i(!0), p($, null,
|
|
348
|
-
key:
|
|
349
|
-
"prepend-icon":
|
|
350
|
-
subtitle:
|
|
351
|
-
onClick: m((a) =>
|
|
359
|
+
(i(!0), p($, null, C(e(l).headerOptions.value, (r, S) => (i(), d(e(w), {
|
|
360
|
+
key: S,
|
|
361
|
+
"prepend-icon": r.hide === !0 ? "mdi" : "$check",
|
|
362
|
+
subtitle: r.title,
|
|
363
|
+
onClick: m((a) => r.hide = !r.hide, ["stop"])
|
|
352
364
|
}, null, 8, ["prepend-icon", "subtitle", "onClick"]))), 128))
|
|
353
365
|
]),
|
|
354
366
|
_: 1
|
|
@@ -356,32 +368,32 @@ const Ge = {
|
|
|
356
368
|
]),
|
|
357
369
|
_: 1
|
|
358
370
|
}, 8, ["density"])),
|
|
359
|
-
|
|
371
|
+
t.archiveBladeName != null ? (i(), d(e(w), {
|
|
360
372
|
key: 1,
|
|
361
|
-
density:
|
|
373
|
+
density: t.density,
|
|
362
374
|
"prepend-icon": "$archive-outline",
|
|
363
375
|
subtitle: "Archives",
|
|
364
|
-
to: { name:
|
|
365
|
-
}, null, 8, ["density", "to"])) :
|
|
366
|
-
|
|
376
|
+
to: { name: t.archiveBladeName }
|
|
377
|
+
}, null, 8, ["density", "to"])) : c("", !0),
|
|
378
|
+
t.canShowInactive ? (i(), d(e(w), {
|
|
367
379
|
key: 2,
|
|
368
|
-
density:
|
|
380
|
+
density: t.density,
|
|
369
381
|
"prepend-icon": "$eraser",
|
|
370
|
-
subtitle: l
|
|
371
|
-
onClick: n[5] || (n[5] = m((
|
|
372
|
-
}, null, 8, ["density", "subtitle"])) :
|
|
373
|
-
|
|
382
|
+
subtitle: e(l).showInactive.value ? "Hide Inactive" : "Show Inactive",
|
|
383
|
+
onClick: n[5] || (n[5] = m((r) => e(l).showInactive.value = !e(l).showInactive.value, ["stop"]))
|
|
384
|
+
}, null, 8, ["density", "subtitle"])) : c("", !0),
|
|
385
|
+
t.canExportCSV ? (i(), d(e(w), {
|
|
374
386
|
key: 3,
|
|
375
|
-
density:
|
|
387
|
+
density: t.density,
|
|
376
388
|
"prepend-icon": "$file-delimited-outline",
|
|
377
389
|
subtitle: "Export To CSV",
|
|
378
|
-
onClick: l
|
|
379
|
-
}, null, 8, ["density", "onClick"])) :
|
|
380
|
-
y(
|
|
381
|
-
items: l
|
|
382
|
-
allItems: l
|
|
383
|
-
size:
|
|
384
|
-
ui: l
|
|
390
|
+
onClick: e(l).exportToCSV
|
|
391
|
+
}, null, 8, ["density", "onClick"])) : c("", !0),
|
|
392
|
+
y(t.$slots, "settings", {
|
|
393
|
+
items: e(l).filteredItems.value,
|
|
394
|
+
allItems: e(l).asyncItems.value,
|
|
395
|
+
size: t.size,
|
|
396
|
+
ui: e(l)
|
|
385
397
|
}, void 0, !0)
|
|
386
398
|
]),
|
|
387
399
|
_: 3
|
|
@@ -389,79 +401,79 @@ const Ge = {
|
|
|
389
401
|
]),
|
|
390
402
|
_: 3
|
|
391
403
|
}, 8, ["density"])),
|
|
392
|
-
y(
|
|
393
|
-
u(
|
|
404
|
+
y(t.$slots, "search-box", { ui: e(l) }, () => [
|
|
405
|
+
u(e(Ue), { "hide-on-leave": "" }, {
|
|
394
406
|
default: o(() => [
|
|
395
|
-
(
|
|
407
|
+
(t.canSearch !== !1 || e(B)(t.searchProps)) && !e(l).showSearch.value ? (i(), d(e(h), {
|
|
396
408
|
icon: "$magnify",
|
|
397
409
|
key: "11",
|
|
398
|
-
size:
|
|
399
|
-
onClick: m(l
|
|
400
|
-
}, null, 8, ["size", "onClick"])) : (
|
|
401
|
-
"onClick:appendInner": n[6] || (n[6] = () => l
|
|
402
|
-
"onClick:prependInner": n[7] || (n[7] = () => l
|
|
403
|
-
onKeyup: n[8] || (n[8] =
|
|
410
|
+
size: t.size,
|
|
411
|
+
onClick: m(e(l).toggleSearch, ["stop"])
|
|
412
|
+
}, null, 8, ["size", "onClick"])) : (t.canSearch !== !1 || e(B)(t.searchProps)) && e(l).showSearch.value ? (i(), d(e(re), {
|
|
413
|
+
"onClick:appendInner": n[6] || (n[6] = () => e(l).refresh({ deepRefresh: !0 })),
|
|
414
|
+
"onClick:prependInner": n[7] || (n[7] = () => e(l).toggleSearch()),
|
|
415
|
+
onKeyup: n[8] || (n[8] = ie(m(() => e(l).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
|
|
404
416
|
"append-inner-icon": "$magnify",
|
|
405
417
|
"prepend-inner-icon": "$close",
|
|
406
|
-
density:
|
|
418
|
+
density: t.density,
|
|
407
419
|
flat: "",
|
|
408
420
|
"hide-details": "",
|
|
409
421
|
ref_key: "searchEl",
|
|
410
|
-
ref:
|
|
422
|
+
ref: J,
|
|
411
423
|
key: "12",
|
|
412
424
|
placeholder: "Find",
|
|
413
425
|
variant: "outlined",
|
|
414
|
-
modelValue: l
|
|
415
|
-
"onUpdate:modelValue": n[9] || (n[9] = (
|
|
416
|
-
}, null, 8, ["density", "modelValue"])) :
|
|
426
|
+
modelValue: e(l).searchString.value,
|
|
427
|
+
"onUpdate:modelValue": n[9] || (n[9] = (r) => e(l).searchString.value = r)
|
|
428
|
+
}, null, 8, ["density", "modelValue"])) : c("", !0)
|
|
417
429
|
]),
|
|
418
430
|
_: 1
|
|
419
431
|
})
|
|
420
432
|
], !0),
|
|
421
|
-
y(
|
|
422
|
-
ui: l
|
|
423
|
-
allItems: l
|
|
424
|
-
size:
|
|
433
|
+
y(t.$slots, "actions", {
|
|
434
|
+
ui: e(l),
|
|
435
|
+
allItems: e(l).asyncItems.value,
|
|
436
|
+
size: t.size
|
|
425
437
|
}, void 0, !0),
|
|
426
|
-
u(
|
|
427
|
-
y(
|
|
428
|
-
ui: l
|
|
429
|
-
allItems: l
|
|
430
|
-
size:
|
|
438
|
+
u(e(ce)),
|
|
439
|
+
y(t.$slots, "actions-right", {
|
|
440
|
+
ui: e(l),
|
|
441
|
+
allItems: e(l).asyncItems.value,
|
|
442
|
+
size: t.size
|
|
431
443
|
}, void 0, !0),
|
|
432
|
-
!
|
|
444
|
+
!Se.value && e(B)(e(l).filters.value) ? (i(), d(e(G), {
|
|
433
445
|
key: 1,
|
|
434
446
|
"close-on-content-click": !1,
|
|
435
|
-
density:
|
|
447
|
+
density: t.density,
|
|
436
448
|
location: "start"
|
|
437
449
|
}, {
|
|
438
|
-
activator: o(({ props:
|
|
439
|
-
u(
|
|
450
|
+
activator: o(({ props: r }) => [
|
|
451
|
+
u(e(h), L({
|
|
440
452
|
icon: "$filter",
|
|
441
|
-
size:
|
|
442
|
-
},
|
|
453
|
+
size: t.size
|
|
454
|
+
}, r, { variant: "text" }), null, 16, ["size"])
|
|
443
455
|
]),
|
|
444
456
|
default: o(() => [
|
|
445
|
-
u(
|
|
457
|
+
u(e(U), {
|
|
446
458
|
class: "pa-0",
|
|
447
|
-
density:
|
|
459
|
+
density: t.density,
|
|
448
460
|
"open-strategy": "multiple",
|
|
449
461
|
"select-strategy": "classic",
|
|
450
|
-
selected: l
|
|
451
|
-
"onUpdate:selected": n[10] || (n[10] = (
|
|
462
|
+
selected: e(l).selectedFilters.value,
|
|
463
|
+
"onUpdate:selected": n[10] || (n[10] = (r) => e(l).selectedFilters.value = r)
|
|
452
464
|
}, {
|
|
453
465
|
default: o(() => [
|
|
454
|
-
(i(!0), p($, null,
|
|
455
|
-
key:
|
|
456
|
-
subtitle:
|
|
457
|
-
value:
|
|
466
|
+
(i(!0), p($, null, C(e(l).filters.value, (r, S) => (i(), d(e(w), {
|
|
467
|
+
key: S,
|
|
468
|
+
subtitle: r,
|
|
469
|
+
value: S
|
|
458
470
|
}, {
|
|
459
471
|
prepend: o(({ isActive: a }) => [
|
|
460
|
-
u(
|
|
472
|
+
u(e(N), null, {
|
|
461
473
|
default: o(() => [
|
|
462
|
-
u(
|
|
474
|
+
u(e(pe), { size: t.size }, {
|
|
463
475
|
default: o(() => [
|
|
464
|
-
|
|
476
|
+
O(X(a ? "$check" : ""), 1)
|
|
465
477
|
]),
|
|
466
478
|
_: 2
|
|
467
479
|
}, 1032, ["size"])
|
|
@@ -471,28 +483,28 @@ const Ge = {
|
|
|
471
483
|
]),
|
|
472
484
|
_: 2
|
|
473
485
|
}, 1032, ["subtitle", "value"]))), 128)),
|
|
474
|
-
u(
|
|
486
|
+
u(e(ue), { "hide-on-leave": "" }, {
|
|
475
487
|
default: o(() => [
|
|
476
|
-
l
|
|
488
|
+
e(l).filtersChanged.value ? (i(), d(e(h), {
|
|
477
489
|
key: 0,
|
|
478
490
|
block: "",
|
|
479
|
-
onClick: m(l
|
|
480
|
-
size:
|
|
491
|
+
onClick: m(e(l).applyFilters, ["stop"]),
|
|
492
|
+
size: t.size
|
|
481
493
|
}, {
|
|
482
494
|
default: o(() => [
|
|
483
|
-
u(
|
|
495
|
+
u(e(pe), {
|
|
484
496
|
start: "",
|
|
485
|
-
size:
|
|
497
|
+
size: t.size
|
|
486
498
|
}, {
|
|
487
499
|
default: o(() => n[16] || (n[16] = [
|
|
488
|
-
|
|
500
|
+
O("$filter")
|
|
489
501
|
])),
|
|
490
502
|
_: 1
|
|
491
503
|
}, 8, ["size"]),
|
|
492
|
-
n[17] || (n[17] =
|
|
504
|
+
n[17] || (n[17] = O("Apply "))
|
|
493
505
|
]),
|
|
494
506
|
_: 1
|
|
495
|
-
}, 8, ["onClick", "size"])) :
|
|
507
|
+
}, 8, ["onClick", "size"])) : c("", !0)
|
|
496
508
|
]),
|
|
497
509
|
_: 1
|
|
498
510
|
})
|
|
@@ -501,26 +513,26 @@ const Ge = {
|
|
|
501
513
|
}, 8, ["density", "selected"])
|
|
502
514
|
]),
|
|
503
515
|
_: 1
|
|
504
|
-
}, 8, ["density"])) :
|
|
505
|
-
!
|
|
516
|
+
}, 8, ["density"])) : c("", !0),
|
|
517
|
+
!Y.value && e(B)(e(l).externalParties.value) ? (i(), d(e(G), {
|
|
506
518
|
key: 2,
|
|
507
|
-
density:
|
|
519
|
+
density: t.density,
|
|
508
520
|
location: "bottom"
|
|
509
521
|
}, {
|
|
510
|
-
activator: o(({ props:
|
|
511
|
-
u(
|
|
522
|
+
activator: o(({ props: r }) => [
|
|
523
|
+
u(e(j), { "hide-on-leave": "" }, {
|
|
512
524
|
default: o(() => [
|
|
513
|
-
l
|
|
514
|
-
u(
|
|
525
|
+
e(l).currentExternalParty.value != null ? (i(), p("div", Ge, [
|
|
526
|
+
u(e(h), {
|
|
515
527
|
icon: "$close",
|
|
516
|
-
onClick: n[11] || (n[11] = m((
|
|
528
|
+
onClick: n[11] || (n[11] = m((S) => e(l).selectExternalParty(void 0), ["stop"]))
|
|
517
529
|
}),
|
|
518
|
-
R("span", null, "Sync: " + X(
|
|
519
|
-
])) : (i(),
|
|
530
|
+
R("span", null, "Sync: " + X(e(oe)(e(l).currentExternalParty.value.party)), 1)
|
|
531
|
+
])) : (i(), d(e(h), L({
|
|
520
532
|
key: 1,
|
|
521
533
|
icon: "$cloud-sync",
|
|
522
|
-
size:
|
|
523
|
-
},
|
|
534
|
+
size: t.size
|
|
535
|
+
}, r, {
|
|
524
536
|
title: "Open sync options",
|
|
525
537
|
variant: "text"
|
|
526
538
|
}), null, 16, ["size"]))
|
|
@@ -529,104 +541,104 @@ const Ge = {
|
|
|
529
541
|
}, 1024)
|
|
530
542
|
]),
|
|
531
543
|
default: o(() => [
|
|
532
|
-
u(
|
|
533
|
-
density:
|
|
544
|
+
u(e(U), {
|
|
545
|
+
density: t.density,
|
|
534
546
|
"min-width": "150"
|
|
535
547
|
}, {
|
|
536
548
|
default: o(() => [
|
|
537
|
-
(i(!0), p($, null,
|
|
538
|
-
onClick: m((a) => l
|
|
539
|
-
key: (
|
|
540
|
-
title:
|
|
549
|
+
(i(!0), p($, null, C(e(l).externalParties.value, (r, S) => (i(), d(e(w), {
|
|
550
|
+
onClick: m((a) => e(l).selectExternalParty(r), ["stop"]),
|
|
551
|
+
key: (r.party ?? "") + S,
|
|
552
|
+
title: e(oe)(r.party)
|
|
541
553
|
}, null, 8, ["onClick", "title"]))), 128))
|
|
542
554
|
]),
|
|
543
555
|
_: 1
|
|
544
556
|
}, 8, ["density"])
|
|
545
557
|
]),
|
|
546
558
|
_: 1
|
|
547
|
-
}, 8, ["density"])) :
|
|
559
|
+
}, 8, ["density"])) : c("", !0)
|
|
548
560
|
], !0)
|
|
549
561
|
]),
|
|
550
|
-
content: o(({ bladeData:
|
|
551
|
-
y(
|
|
552
|
-
items: l
|
|
562
|
+
content: o(({ bladeData: r, isMobile: S }) => [
|
|
563
|
+
y(t.$slots, "d", {
|
|
564
|
+
items: e(l).asyncItems
|
|
553
565
|
}, void 0, !0),
|
|
554
|
-
y(
|
|
555
|
-
bladeData:
|
|
556
|
-
items: l
|
|
557
|
-
allItems: l
|
|
558
|
-
refresh: l
|
|
559
|
-
searchString: l
|
|
560
|
-
showSearch: l
|
|
561
|
-
size:
|
|
562
|
-
style:
|
|
563
|
-
toggleSearch: l
|
|
564
|
-
ui: l
|
|
566
|
+
y(t.$slots, "body", {
|
|
567
|
+
bladeData: r,
|
|
568
|
+
items: e(l).filteredItems.value,
|
|
569
|
+
allItems: e(l).asyncItems.value,
|
|
570
|
+
refresh: e(l).refresh,
|
|
571
|
+
searchString: e(l).searchString,
|
|
572
|
+
showSearch: e(l).showSearch,
|
|
573
|
+
size: t.size,
|
|
574
|
+
style: H(F.value),
|
|
575
|
+
toggleSearch: e(l).toggleSearch,
|
|
576
|
+
ui: e(l)
|
|
565
577
|
}, () => [
|
|
566
|
-
y(
|
|
567
|
-
refresh: l
|
|
568
|
-
searchString: l
|
|
569
|
-
showSearch: l
|
|
570
|
-
toggleSearch: l
|
|
571
|
-
size:
|
|
572
|
-
allItems: l
|
|
573
|
-
items: l
|
|
574
|
-
ui: l
|
|
578
|
+
y(t.$slots, "top", {
|
|
579
|
+
refresh: e(l).refresh,
|
|
580
|
+
searchString: e(l).searchString,
|
|
581
|
+
showSearch: e(l).showSearch,
|
|
582
|
+
toggleSearch: e(l).toggleSearch,
|
|
583
|
+
size: t.size,
|
|
584
|
+
allItems: e(l).asyncItems.value,
|
|
585
|
+
items: e(l).filteredItems.value,
|
|
586
|
+
ui: e(l)
|
|
575
587
|
}, void 0, !0),
|
|
576
|
-
|
|
588
|
+
e(B)(e(l).asyncItems.value) ? t.selectSingle || t.selectMulti || t.showListOnly === !0 || S ? (i(), d(e(U), {
|
|
577
589
|
key: 1,
|
|
578
|
-
"active-class":
|
|
579
|
-
class:
|
|
580
|
-
"bg-color":
|
|
590
|
+
"active-class": t.activeClass,
|
|
591
|
+
class: T(["pt-0", t.scrollY ? "overflow-y-auto" : ""]),
|
|
592
|
+
"bg-color": t.transparent ? "transparent" : void 0,
|
|
581
593
|
flat: "",
|
|
582
|
-
density:
|
|
583
|
-
lines:
|
|
584
|
-
mandatory: !
|
|
585
|
-
selectable:
|
|
586
|
-
"select-strategy":
|
|
587
|
-
style:
|
|
588
|
-
selected:
|
|
589
|
-
"onUpdate:selected": n[13] || (n[13] = (a) =>
|
|
594
|
+
density: t.density,
|
|
595
|
+
lines: t.lines,
|
|
596
|
+
mandatory: !t.canUnselect,
|
|
597
|
+
selectable: t.selectSingle || t.selectMulti,
|
|
598
|
+
"select-strategy": t.selectSingle ? "single-independent" : "independent",
|
|
599
|
+
style: H(F.value),
|
|
600
|
+
selected: le.value,
|
|
601
|
+
"onUpdate:selected": n[13] || (n[13] = (a) => le.value = a)
|
|
590
602
|
}, {
|
|
591
603
|
default: o(() => [
|
|
592
|
-
u(
|
|
604
|
+
u(e(N), {
|
|
593
605
|
group: "",
|
|
594
606
|
"hide-on-leave": ""
|
|
595
607
|
}, {
|
|
596
608
|
default: o(() => [
|
|
597
|
-
(i(!0), p($, null,
|
|
609
|
+
(i(!0), p($, null, C(e(l).filteredItems.value, (a, I) => (i(), p($, {
|
|
598
610
|
key: `${a.id}${I}-table-list-item`
|
|
599
611
|
}, [
|
|
600
|
-
y(
|
|
601
|
-
bladeData:
|
|
602
|
-
deleteItem: () => l
|
|
612
|
+
y(t.$slots, "listItem", {
|
|
613
|
+
bladeData: r,
|
|
614
|
+
deleteItem: () => e(l).deleteItem(a),
|
|
603
615
|
item: a,
|
|
604
616
|
index: I,
|
|
605
|
-
size:
|
|
606
|
-
select: () => l
|
|
607
|
-
ui: l
|
|
617
|
+
size: t.size,
|
|
618
|
+
select: () => e(l).selectItem(a, t.variant),
|
|
619
|
+
ui: e(l)
|
|
608
620
|
}, () => [
|
|
609
|
-
u(
|
|
621
|
+
u(e(w), {
|
|
610
622
|
class: "mouse-item",
|
|
611
|
-
density:
|
|
612
|
-
ripple:
|
|
623
|
+
density: t.density,
|
|
624
|
+
ripple: t.ripple,
|
|
613
625
|
value: a,
|
|
614
|
-
onClick: (
|
|
615
|
-
onMouseover: (
|
|
616
|
-
},
|
|
626
|
+
onClick: (v) => e(l).selectItem(a, t.variant),
|
|
627
|
+
onMouseover: (v) => t.$emit("mouse-over-item", a)
|
|
628
|
+
}, Ie({
|
|
617
629
|
title: o(() => [
|
|
618
|
-
y(
|
|
630
|
+
y(t.$slots, "itemTitle", {
|
|
619
631
|
item: a,
|
|
620
632
|
index: I,
|
|
621
|
-
size:
|
|
633
|
+
size: t.size
|
|
622
634
|
}, () => [
|
|
623
|
-
(i(!0), p($, null,
|
|
624
|
-
(i(!0), p($, null,
|
|
625
|
-
key:
|
|
635
|
+
(i(!0), p($, null, C(e(l).titleOptions.value, (v, V) => (i(), p("span", { key: V }, [
|
|
636
|
+
(i(!0), p($, null, C(v.values, (b, A) => y(t.$slots, b.value, {
|
|
637
|
+
key: A,
|
|
626
638
|
item: a,
|
|
627
639
|
class: "mr-1"
|
|
628
640
|
}, () => [
|
|
629
|
-
u(
|
|
641
|
+
u(f, {
|
|
630
642
|
option: b,
|
|
631
643
|
data: a
|
|
632
644
|
}, null, 8, ["option", "data"])
|
|
@@ -635,18 +647,18 @@ const Ge = {
|
|
|
635
647
|
], !0)
|
|
636
648
|
]),
|
|
637
649
|
subtitle: o(() => [
|
|
638
|
-
y(
|
|
650
|
+
y(t.$slots, "itemSubtitle", {
|
|
639
651
|
item: a,
|
|
640
652
|
index: I,
|
|
641
|
-
size:
|
|
653
|
+
size: t.size
|
|
642
654
|
}, () => [
|
|
643
|
-
(i(!0), p($, null,
|
|
644
|
-
(i(!0), p($, null,
|
|
645
|
-
key:
|
|
655
|
+
(i(!0), p($, null, C(e(l).subtitleOptions.value, (v, V) => (i(), p("span", { key: V }, [
|
|
656
|
+
(i(!0), p($, null, C(v.values, (b, A) => y(t.$slots, b.value, {
|
|
657
|
+
key: A,
|
|
646
658
|
item: a,
|
|
647
659
|
class: "mr-1"
|
|
648
660
|
}, () => [
|
|
649
|
-
u(
|
|
661
|
+
u(f, {
|
|
650
662
|
option: b,
|
|
651
663
|
data: a
|
|
652
664
|
}, null, 8, ["option", "data"])
|
|
@@ -655,96 +667,96 @@ const Ge = {
|
|
|
655
667
|
], !0)
|
|
656
668
|
]),
|
|
657
669
|
prepend: o(() => [
|
|
658
|
-
y(
|
|
670
|
+
y(t.$slots, "itemPrepend", {
|
|
659
671
|
item: a,
|
|
660
672
|
index: I,
|
|
661
|
-
size:
|
|
673
|
+
size: t.size
|
|
662
674
|
}, void 0, !0)
|
|
663
675
|
]),
|
|
664
676
|
_: 2
|
|
665
677
|
}, [
|
|
666
|
-
|
|
678
|
+
t.hideActions ? void 0 : {
|
|
667
679
|
name: "append",
|
|
668
680
|
fn: o(() => [
|
|
669
|
-
u(
|
|
681
|
+
u(e(de), {
|
|
670
682
|
"no-gutters": "",
|
|
671
|
-
class:
|
|
683
|
+
class: T(ee.value ? "actionButtons" : null)
|
|
672
684
|
}, {
|
|
673
685
|
default: o(() => [
|
|
674
|
-
y(
|
|
686
|
+
y(t.$slots, "itemActions", {
|
|
675
687
|
item: a,
|
|
676
688
|
index: I,
|
|
677
|
-
items: l
|
|
678
|
-
size:
|
|
689
|
+
items: e(l).asyncItems.value,
|
|
690
|
+
size: g.value
|
|
679
691
|
}, void 0, !0),
|
|
680
|
-
u(
|
|
692
|
+
u(e(N), {
|
|
681
693
|
group: "",
|
|
682
694
|
"hide-on-leave": ""
|
|
683
695
|
}, {
|
|
684
696
|
default: o(() => [
|
|
685
|
-
!
|
|
686
|
-
u(
|
|
697
|
+
!Y.value && e(l).isIntegratable.value(a) ? (i(), p("div", Ke, [
|
|
698
|
+
u(e(j), { "hide-on-leave": "" }, {
|
|
687
699
|
default: o(() => {
|
|
688
|
-
var
|
|
700
|
+
var v, V, b, A;
|
|
689
701
|
return [
|
|
690
|
-
l
|
|
691
|
-
u(
|
|
702
|
+
e(l).isIntegrated.value(a) ? (i(), p("div", Ye, [
|
|
703
|
+
u(e(h), {
|
|
692
704
|
class: "text-success",
|
|
693
705
|
icon: "$cloud-check",
|
|
694
|
-
size:
|
|
695
|
-
title: `Synced with ${(
|
|
706
|
+
size: g.value,
|
|
707
|
+
title: `Synced with ${(v = e(l).currentExternalParty.value) == null ? void 0 : v.party}`,
|
|
696
708
|
variant: "text"
|
|
697
709
|
}, null, 8, ["size", "title"]),
|
|
698
|
-
(
|
|
710
|
+
(V = e(l).currentExternalParty.value) != null && V.canUnlink ? (i(), d(e(h), {
|
|
699
711
|
key: 0,
|
|
700
|
-
onClick: m((
|
|
712
|
+
onClick: m((Q) => e(l).unlinkFromExternalParty(a), ["stop"]),
|
|
701
713
|
class: "text-error",
|
|
702
714
|
icon: "$cloud-remove",
|
|
703
|
-
size:
|
|
704
|
-
title: `Unlink from ${(b = l
|
|
715
|
+
size: g.value,
|
|
716
|
+
title: `Unlink from ${(b = e(l).currentExternalParty.value) == null ? void 0 : b.party}`,
|
|
705
717
|
variant: "text"
|
|
706
|
-
}, null, 8, ["onClick", "size", "title"])) :
|
|
707
|
-
])) : (i(),
|
|
708
|
-
onClick: m((
|
|
718
|
+
}, null, 8, ["onClick", "size", "title"])) : c("", !0)
|
|
719
|
+
])) : (i(), d(e(h), {
|
|
720
|
+
onClick: m((Q) => e(l).pushToExternalParty(a), ["stop"]),
|
|
709
721
|
icon: "$cloud-upload",
|
|
710
722
|
key: "a2",
|
|
711
|
-
size:
|
|
712
|
-
title: `Send to ${(
|
|
723
|
+
size: g.value,
|
|
724
|
+
title: `Send to ${(A = e(l).currentExternalParty.value) == null ? void 0 : A.party}`,
|
|
713
725
|
variant: "text"
|
|
714
726
|
}, null, 8, ["onClick", "size", "title"]))
|
|
715
727
|
];
|
|
716
728
|
}),
|
|
717
729
|
_: 2
|
|
718
730
|
}, 1024)
|
|
719
|
-
])) :
|
|
720
|
-
a.errorMsg != null ? (i(),
|
|
731
|
+
])) : c("", !0),
|
|
732
|
+
a.errorMsg != null ? (i(), d(e(h), {
|
|
721
733
|
onClick: n[12] || (n[12] = m(() => {
|
|
722
734
|
}, ["stop"])),
|
|
723
735
|
class: "text-warning",
|
|
724
736
|
icon: "$alert-circle",
|
|
725
737
|
key: "1",
|
|
726
|
-
size:
|
|
738
|
+
size: g.value,
|
|
727
739
|
title: a.errorMsg
|
|
728
|
-
}, null, 8, ["size", "title"])) :
|
|
729
|
-
|
|
730
|
-
onClick: m((
|
|
740
|
+
}, null, 8, ["size", "title"])) : c("", !0),
|
|
741
|
+
t.canDelete && e(l).isDeletable.value(a) ? (i(), d(e(h), {
|
|
742
|
+
onClick: m((v) => e(l).deleteItem(a), ["stop"]),
|
|
731
743
|
class: "text-error",
|
|
732
|
-
disabled: !
|
|
744
|
+
disabled: !e(E).canEdit(t.nav),
|
|
733
745
|
icon: "$delete",
|
|
734
746
|
key: "2",
|
|
735
747
|
loading: a.loadingCount > 0,
|
|
736
|
-
size:
|
|
748
|
+
size: g.value,
|
|
737
749
|
variant: "text"
|
|
738
|
-
}, null, 8, ["onClick", "disabled", "loading", "size"])) :
|
|
739
|
-
|
|
740
|
-
onClick: m((
|
|
741
|
-
disabled: !
|
|
750
|
+
}, null, 8, ["onClick", "disabled", "loading", "size"])) : c("", !0),
|
|
751
|
+
t.canRestore && e(l).isRestorable.value(a) ? (i(), d(e(h), {
|
|
752
|
+
onClick: m((v) => e(l).restoreItem(a), ["stop"]),
|
|
753
|
+
disabled: !e(E).canEdit(t.nav),
|
|
742
754
|
key: "3",
|
|
743
755
|
icon: "$eraser-variant",
|
|
744
756
|
loading: a.loadingCount > 0,
|
|
745
|
-
size:
|
|
757
|
+
size: g.value,
|
|
746
758
|
variant: "text"
|
|
747
|
-
}, null, 8, ["onClick", "disabled", "loading", "size"])) :
|
|
759
|
+
}, null, 8, ["onClick", "disabled", "loading", "size"])) : c("", !0)
|
|
748
760
|
]),
|
|
749
761
|
_: 2
|
|
750
762
|
}, 1024)
|
|
@@ -756,143 +768,143 @@ const Ge = {
|
|
|
756
768
|
}
|
|
757
769
|
]), 1032, ["density", "ripple", "value", "onClick", "onMouseover"])
|
|
758
770
|
], !0),
|
|
759
|
-
|
|
771
|
+
t.dividers ? (i(), d(e(De), {
|
|
760
772
|
key: "d" + I.toString()
|
|
761
|
-
})) :
|
|
773
|
+
})) : c("", !0)
|
|
762
774
|
], 64))), 128))
|
|
763
775
|
]),
|
|
764
776
|
_: 2
|
|
765
777
|
}, 1024),
|
|
766
|
-
y(
|
|
778
|
+
y(t.$slots, "bottomItem", {}, void 0, !0)
|
|
767
779
|
]),
|
|
768
780
|
_: 2
|
|
769
|
-
}, 1032, ["active-class", "class", "bg-color", "density", "lines", "mandatory", "selectable", "select-strategy", "style", "selected"])) :
|
|
781
|
+
}, 1032, ["active-class", "class", "bg-color", "density", "lines", "mandatory", "selectable", "select-strategy", "style", "selected"])) : t.showTableOnly === !0 || !S ? (i(), d(e(Le), {
|
|
770
782
|
key: 2,
|
|
771
783
|
class: "text-body-2 overflow-y-auto",
|
|
772
|
-
density:
|
|
773
|
-
"fixed-header":
|
|
784
|
+
density: t.density,
|
|
785
|
+
"fixed-header": t.fixedHeader,
|
|
774
786
|
hover: "",
|
|
775
|
-
style:
|
|
787
|
+
style: H(F.value)
|
|
776
788
|
}, {
|
|
777
789
|
default: o(() => [
|
|
778
790
|
R("thead", null, [
|
|
779
791
|
R("tr", null, [
|
|
780
|
-
(i(!0), p($, null,
|
|
792
|
+
(i(!0), p($, null, C(e(l).tableHeaders.value, (a) => (i(), p("th", {
|
|
781
793
|
key: a.value,
|
|
782
|
-
class:
|
|
794
|
+
class: T(`d-none d-${a.showSize ?? "sm"}-table-cell ${a.align == "end" ? "text-right" : void 0}`)
|
|
783
795
|
}, [
|
|
784
|
-
y(
|
|
785
|
-
|
|
796
|
+
y(t.$slots, `${a.value}-header`, { options: a }, () => [
|
|
797
|
+
O(X(a.title), 1)
|
|
786
798
|
], !0)
|
|
787
799
|
], 2))), 128)),
|
|
788
|
-
|
|
800
|
+
t.hideActions ? c("", !0) : (i(), p("th", qe, " Actions "))
|
|
789
801
|
])
|
|
790
802
|
]),
|
|
791
803
|
R("tbody", null, [
|
|
792
|
-
u(
|
|
804
|
+
u(e(N), {
|
|
793
805
|
group: "",
|
|
794
806
|
"hide-on-leave": ""
|
|
795
807
|
}, {
|
|
796
808
|
default: o(() => [
|
|
797
|
-
(i(!0), p($, null,
|
|
809
|
+
(i(!0), p($, null, C(e(l).filteredItems.value, (a, I) => (i(), p("tr", {
|
|
798
810
|
key: `${a.id}${I}`,
|
|
799
|
-
onClick: (
|
|
811
|
+
onClick: (v) => e(l).selectItem(a, t.variant)
|
|
800
812
|
}, [
|
|
801
|
-
(i(!0), p($, null,
|
|
802
|
-
key: "1" +
|
|
803
|
-
class:
|
|
813
|
+
(i(!0), p($, null, C(e(l).tableHeaders.value, (v) => (i(), p("td", {
|
|
814
|
+
key: "1" + v.value,
|
|
815
|
+
class: T(`d-none d-${v.showSize ?? "sm"}-table-cell ${v.align == "end" ? "text-right" : void 0}`)
|
|
804
816
|
}, [
|
|
805
|
-
y(
|
|
817
|
+
y(t.$slots, v.value, {
|
|
806
818
|
item: a,
|
|
807
|
-
options:
|
|
819
|
+
options: v
|
|
808
820
|
}, () => [
|
|
809
|
-
u(
|
|
810
|
-
option:
|
|
821
|
+
u(f, {
|
|
822
|
+
option: v,
|
|
811
823
|
data: a
|
|
812
824
|
}, null, 8, ["option", "data"])
|
|
813
825
|
], !0)
|
|
814
826
|
], 2))), 128)),
|
|
815
|
-
|
|
827
|
+
t.hideActions ? c("", !0) : (i(), p("td", {
|
|
816
828
|
key: "itemActions" + a.id,
|
|
817
829
|
class: "text-right"
|
|
818
830
|
}, [
|
|
819
|
-
u(
|
|
831
|
+
u(e(ue), { "hide-on-leave": "" }, {
|
|
820
832
|
default: o(() => [
|
|
821
|
-
u(
|
|
833
|
+
u(e(de), {
|
|
822
834
|
"no-gutters": "",
|
|
823
|
-
class:
|
|
835
|
+
class: T([ee.value ? "actionButtons" : null, "flex-nowrap"])
|
|
824
836
|
}, {
|
|
825
837
|
default: o(() => [
|
|
826
|
-
u(
|
|
827
|
-
y(
|
|
838
|
+
u(e(ce)),
|
|
839
|
+
y(t.$slots, "itemActions", {
|
|
828
840
|
item: a,
|
|
829
|
-
allItems: l
|
|
830
|
-
items: l
|
|
831
|
-
size:
|
|
832
|
-
density:
|
|
833
|
-
ui: l
|
|
841
|
+
allItems: e(l).asyncItems.value,
|
|
842
|
+
items: e(l).filteredItems.value,
|
|
843
|
+
size: g.value,
|
|
844
|
+
density: t.density,
|
|
845
|
+
ui: e(l)
|
|
834
846
|
}, void 0, !0),
|
|
835
|
-
!
|
|
836
|
-
u(
|
|
847
|
+
!Y.value && e(l).isIntegratable.value(a) ? (i(), p("div", We, [
|
|
848
|
+
u(e(j), { "hide-on-leave": "" }, {
|
|
837
849
|
default: o(() => {
|
|
838
|
-
var
|
|
850
|
+
var v, V, b, A;
|
|
839
851
|
return [
|
|
840
|
-
l
|
|
841
|
-
u(
|
|
852
|
+
e(l).isIntegrated.value(a) ? (i(), p("div", Xe, [
|
|
853
|
+
u(e(h), {
|
|
842
854
|
class: "text-success",
|
|
843
855
|
icon: "$cloud-check",
|
|
844
|
-
size:
|
|
845
|
-
title: `Synced with ${(
|
|
856
|
+
size: g.value,
|
|
857
|
+
title: `Synced with ${(v = e(l).currentExternalParty.value) == null ? void 0 : v.party}`,
|
|
846
858
|
variant: "text"
|
|
847
859
|
}, null, 8, ["size", "title"]),
|
|
848
|
-
(
|
|
860
|
+
(V = e(l).currentExternalParty.value) != null && V.canUnlink ? (i(), d(e(h), {
|
|
849
861
|
key: 0,
|
|
850
|
-
onClick: m((
|
|
862
|
+
onClick: m((Q) => e(l).unlinkFromExternalParty(a), ["stop"]),
|
|
851
863
|
class: "text-error",
|
|
852
864
|
icon: "$cloud-remove",
|
|
853
|
-
size:
|
|
854
|
-
title: `Unlink from ${(b = l
|
|
865
|
+
size: g.value,
|
|
866
|
+
title: `Unlink from ${(b = e(l).currentExternalParty.value) == null ? void 0 : b.party}`,
|
|
855
867
|
variant: "text"
|
|
856
|
-
}, null, 8, ["onClick", "size", "title"])) :
|
|
857
|
-
])) : (i(),
|
|
858
|
-
onClick: m((
|
|
868
|
+
}, null, 8, ["onClick", "size", "title"])) : c("", !0)
|
|
869
|
+
])) : (i(), d(e(h), {
|
|
870
|
+
onClick: m((Q) => e(l).pushToExternalParty(a), ["stop"]),
|
|
859
871
|
icon: "$cloud-upload",
|
|
860
872
|
key: "a2",
|
|
861
|
-
size:
|
|
862
|
-
title: `Send to ${(
|
|
873
|
+
size: g.value,
|
|
874
|
+
title: `Send to ${(A = e(l).currentExternalParty.value) == null ? void 0 : A.party}`,
|
|
863
875
|
variant: "text"
|
|
864
876
|
}, null, 8, ["onClick", "size", "title"]))
|
|
865
877
|
];
|
|
866
878
|
}),
|
|
867
879
|
_: 2
|
|
868
880
|
}, 1024)
|
|
869
|
-
])) :
|
|
870
|
-
a.errorMsg != null ? (i(),
|
|
881
|
+
])) : c("", !0),
|
|
882
|
+
a.errorMsg != null ? (i(), d(e(h), {
|
|
871
883
|
onClick: n[14] || (n[14] = m(() => {
|
|
872
884
|
}, ["stop"])),
|
|
873
885
|
class: "text-warning",
|
|
874
886
|
icon: "$alert-circle",
|
|
875
887
|
key: "1",
|
|
876
|
-
size:
|
|
888
|
+
size: g.value,
|
|
877
889
|
title: a.errorMsg
|
|
878
|
-
}, null, 8, ["size", "title"])) :
|
|
879
|
-
|
|
880
|
-
onClick: m((
|
|
890
|
+
}, null, 8, ["size", "title"])) : c("", !0),
|
|
891
|
+
t.canDelete && e(l).isDeletable.value(a) ? (i(), d(e(h), {
|
|
892
|
+
onClick: m((v) => e(l).deleteItem(a), ["stop"]),
|
|
881
893
|
class: "text-error",
|
|
882
|
-
disabled: !
|
|
894
|
+
disabled: !e(E).canEdit(t.nav),
|
|
883
895
|
icon: "$delete",
|
|
884
896
|
key: "2",
|
|
885
|
-
size:
|
|
897
|
+
size: g.value,
|
|
886
898
|
variant: "text"
|
|
887
|
-
}, null, 8, ["onClick", "disabled", "size"])) :
|
|
888
|
-
|
|
889
|
-
onClick: m((
|
|
890
|
-
disabled: !
|
|
899
|
+
}, null, 8, ["onClick", "disabled", "size"])) : c("", !0),
|
|
900
|
+
t.canRestore && e(l).isRestorable.value(a) ? (i(), d(e(h), {
|
|
901
|
+
onClick: m((v) => e(l).restoreItem(a), ["stop"]),
|
|
902
|
+
disabled: !e(E).canEdit(t.nav),
|
|
891
903
|
key: "3",
|
|
892
904
|
icon: "$eraser-variant",
|
|
893
|
-
size:
|
|
905
|
+
size: g.value,
|
|
894
906
|
variant: "text"
|
|
895
|
-
}, null, 8, ["onClick", "disabled", "size"])) :
|
|
907
|
+
}, null, 8, ["onClick", "disabled", "size"])) : c("", !0)
|
|
896
908
|
]),
|
|
897
909
|
_: 2
|
|
898
910
|
}, 1032, ["class"])
|
|
@@ -907,29 +919,29 @@ const Ge = {
|
|
|
907
919
|
])
|
|
908
920
|
]),
|
|
909
921
|
_: 3
|
|
910
|
-
}, 8, ["density", "fixed-header", "style"])) :
|
|
922
|
+
}, 8, ["density", "fixed-header", "style"])) : c("", !0) : (i(), p("div", {
|
|
911
923
|
key: 0,
|
|
912
|
-
class:
|
|
913
|
-
style:
|
|
924
|
+
class: T(t.scrollY ? "overflow-y-auto" : ""),
|
|
925
|
+
style: H(F.value)
|
|
914
926
|
}, [
|
|
915
|
-
y(
|
|
916
|
-
ui: l
|
|
917
|
-
bladeData:
|
|
918
|
-
refresh: l
|
|
919
|
-
size:
|
|
927
|
+
y(t.$slots, "notFound", {
|
|
928
|
+
ui: e(l),
|
|
929
|
+
bladeData: r,
|
|
930
|
+
refresh: e(l).refresh,
|
|
931
|
+
size: t.size
|
|
920
932
|
}, void 0, !0)
|
|
921
933
|
], 6)),
|
|
922
|
-
y(
|
|
923
|
-
size:
|
|
924
|
-
allItems: l
|
|
925
|
-
items: l
|
|
934
|
+
y(t.$slots, "bottom", {
|
|
935
|
+
size: t.size,
|
|
936
|
+
allItems: e(l).asyncItems.value,
|
|
937
|
+
items: e(l).filteredItems.value
|
|
926
938
|
}, void 0, !0)
|
|
927
939
|
], !0),
|
|
928
|
-
|
|
929
|
-
u(
|
|
930
|
-
modelValue: l
|
|
931
|
-
"onUpdate:modelValue": n[15] || (n[15] = (a) => l
|
|
932
|
-
length: l
|
|
940
|
+
e(se)(t.paginate) ? c("", !0) : (i(), p("div", je, [
|
|
941
|
+
u(e(Oe), {
|
|
942
|
+
modelValue: e(l).currentPage.value,
|
|
943
|
+
"onUpdate:modelValue": n[15] || (n[15] = (a) => e(l).currentPage.value = a),
|
|
944
|
+
length: e(l).totalPages.value
|
|
933
945
|
}, null, 8, ["modelValue", "length"])
|
|
934
946
|
]))
|
|
935
947
|
]),
|
|
@@ -939,5 +951,5 @@ const Ge = {
|
|
|
939
951
|
}
|
|
940
952
|
});
|
|
941
953
|
export {
|
|
942
|
-
|
|
954
|
+
gt as default
|
|
943
955
|
};
|