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