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