bt-core-app 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/VCheckbox.sass.mjs +1 -0
- package/dist/_virtual/VChip.sass.mjs +1 -0
- package/dist/_virtual/VChipGroup.sass.mjs +1 -0
- package/dist/_virtual/VColorPicker.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
- package/dist/_virtual/VCombobox.sass.mjs +1 -0
- package/dist/_virtual/VContainer.sass.mjs +1 -0
- package/dist/_virtual/VCounter.sass.mjs +1 -0
- package/dist/_virtual/VDialog.sass.mjs +1 -0
- package/dist/_virtual/VField.sass.mjs +1 -0
- package/dist/_virtual/VGrid.sass.mjs +1 -0
- package/dist/_virtual/VInput.sass.mjs +1 -0
- package/dist/_virtual/VLabel.sass.mjs +1 -0
- package/dist/_virtual/VMessages.sass.mjs +1 -0
- package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
- package/dist/_virtual/VPagination.sass.mjs +1 -0
- package/dist/_virtual/VPicker.sass.mjs +1 -0
- package/dist/_virtual/VRating.sass.mjs +1 -0
- package/dist/_virtual/VSelect.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
- package/dist/_virtual/VSheet.sass.mjs +1 -0
- package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
- package/dist/_virtual/VSlider.sass.mjs +1 -0
- package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
- package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
- package/dist/_virtual/VSpacer.sass.mjs +1 -0
- package/dist/_virtual/VSwitch.sass.mjs +1 -0
- package/dist/_virtual/VTab.sass.mjs +1 -0
- package/dist/_virtual/VTable.sass.mjs +1 -0
- package/dist/_virtual/VTabs.sass.mjs +1 -0
- package/dist/_virtual/VTextField.sass.mjs +1 -0
- package/dist/_virtual/VTextarea.sass.mjs +1 -0
- package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
- package/dist/_virtual/VWindow.sass.mjs +1 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +14 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +21 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +21 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +4 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +92 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +1 -1
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +133 -50
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +20 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +2 -1
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +248 -141
- package/dist/components/BT-Assistant-Menu.vue.mjs +226 -211
- package/dist/components/BT-Avatar.vue.mjs +31 -31
- package/dist/components/BT-Background-Task.vue.mjs +30 -28
- package/dist/components/BT-Blade-Item.vue.mjs +111 -102
- package/dist/components/BT-Blade-Items.vue.mjs +2 -2
- package/dist/components/BT-Blade-Items.vue2.mjs +413 -402
- package/dist/components/BT-Blade-Steps.vue.mjs +1 -1
- package/dist/components/BT-Blade-Steps.vue2.mjs +597 -583
- package/dist/components/BT-Blade.vue.mjs +19 -19
- package/dist/components/BT-Btn.vue.mjs +23 -25
- package/dist/components/BT-Camera-Overlay.vue.mjs +72 -68
- package/dist/components/BT-Col.vue.mjs +17 -19
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
- package/dist/components/BT-Cron.vue.mjs +249 -235
- package/dist/components/BT-Date-Select.vue.mjs +46 -47
- package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
- package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
- package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
- package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
- package/dist/components/BT-Dialog-Select.vue.mjs +107 -97
- package/dist/components/BT-Divider.vue.mjs +20 -21
- package/dist/components/BT-Drag-Counter.vue.mjs +2 -2
- package/dist/components/BT-Drag-Counter.vue2.mjs +58 -56
- package/dist/components/BT-Entity.vue.mjs +50 -48
- package/dist/components/BT-Error.vue.mjs +16 -15
- package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
- package/dist/components/BT-Field-Date.vue.mjs +87 -84
- package/dist/components/BT-Field-Entity.vue.mjs +20 -16
- package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
- package/dist/components/BT-Field-Select.vue.mjs +32 -34
- package/dist/components/BT-Field-String.vue.mjs +54 -52
- package/dist/components/BT-Field-Switch.vue.mjs +44 -43
- package/dist/components/BT-Field-Tags.vue.mjs +57 -55
- package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
- package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
- package/dist/components/BT-Field.vue.mjs +39 -38
- package/dist/components/BT-Form-Builder.vue.mjs +342 -322
- package/dist/components/BT-Form-Field.vue.mjs +81 -75
- package/dist/components/BT-Form.vue.mjs +263 -253
- package/dist/components/BT-Header-Option.vue.mjs +10 -9
- package/dist/components/BT-Image-Select.vue.mjs +186 -177
- package/dist/components/BT-Json.vue.mjs +29 -30
- package/dist/components/BT-Loader.vue.mjs +32 -31
- package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
- package/dist/components/BT-Number.vue.mjs +2 -2
- package/dist/components/BT-Number.vue2.mjs +17 -19
- package/dist/components/BT-Numpad.vue.mjs +71 -66
- package/dist/components/BT-Select-List-Box.vue.mjs +157 -144
- package/dist/components/BT-Select-Simple.vue.mjs +21 -23
- package/dist/components/BT-Select.vue.mjs +36 -37
- package/dist/components/BT-Signature-Overlay.vue.mjs +63 -60
- package/dist/components/BT-Signature.vue.mjs +66 -64
- package/dist/components/BT-Slider.vue.mjs +69 -61
- package/dist/components/BT-Square-Check.vue.mjs +24 -22
- package/dist/components/BT-Status-Item.vue.mjs +18 -16
- package/dist/components/BT-Tags.vue.mjs +21 -22
- package/dist/components/BT-Tour.vue.mjs +69 -65
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
1
|
+
import { defineComponent as c, openBlock as s, createBlock as a, unref as o, normalizeProps as l, guardReactiveProps as d, withCtx as r, createVNode as n, createElementVNode as i } from "vue";
|
|
2
|
+
import { VAvatar as f } from "../bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs";
|
|
3
|
+
import { VImg as p } from "../bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs";
|
|
4
|
+
import { VIcon as t } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
5
|
+
const m = { class: "d-flex align-center justify-center h-100 w-100" }, u = { class: "d-flex align-center justify-center h-100 w-100" }, g = /* @__PURE__ */ c({
|
|
3
6
|
__name: "BT-Avatar",
|
|
4
7
|
props: {
|
|
5
8
|
defaultIcon: {},
|
|
6
9
|
iconSize: {},
|
|
7
10
|
src: {}
|
|
8
11
|
},
|
|
9
|
-
setup(
|
|
10
|
-
return (e,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
_: 1
|
|
35
|
-
}, 16);
|
|
36
|
-
};
|
|
12
|
+
setup(z) {
|
|
13
|
+
return (e, _) => (s(), a(o(f), l(d(e.$attrs)), {
|
|
14
|
+
default: r(() => [
|
|
15
|
+
n(o(p), { src: e.src }, {
|
|
16
|
+
error: r(() => [
|
|
17
|
+
i("div", m, [
|
|
18
|
+
n(o(t), {
|
|
19
|
+
icon: e.defaultIcon,
|
|
20
|
+
size: e.iconSize
|
|
21
|
+
}, null, 8, ["icon", "size"])
|
|
22
|
+
])
|
|
23
|
+
]),
|
|
24
|
+
placeholder: r(() => [
|
|
25
|
+
i("div", u, [
|
|
26
|
+
n(o(t), {
|
|
27
|
+
icon: e.defaultIcon,
|
|
28
|
+
size: e.iconSize
|
|
29
|
+
}, null, 8, ["icon", "size"])
|
|
30
|
+
])
|
|
31
|
+
]),
|
|
32
|
+
_: 1
|
|
33
|
+
}, 8, ["src"])
|
|
34
|
+
]),
|
|
35
|
+
_: 1
|
|
36
|
+
}, 16));
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
g as default
|
|
41
41
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useBackgroundTask as
|
|
3
|
-
import { pullPropsFrom as
|
|
4
|
-
|
|
1
|
+
import { defineComponent as B, ref as m, computed as o, watch as w, resolveComponent as D, renderSlot as F, createVNode as f, unref as v, mergeProps as T, withModifiers as C, withCtx as r, openBlock as d, createBlock as V, normalizeStyle as N, createElementVNode as x, toDisplayString as k, createElementBlock as h } from "vue";
|
|
2
|
+
import { useBackgroundTask as L } from "../composables/background-tasks.mjs";
|
|
3
|
+
import { pullPropsFrom as S } from "../composables/helpers.mjs";
|
|
4
|
+
import { VBtn as I } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
5
|
+
import { VProgressLinear as P } from "../bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs";
|
|
6
|
+
const U = { key: 1 }, $ = { key: 2 }, q = /* @__PURE__ */ B({
|
|
5
7
|
__name: "BT-Background-Task",
|
|
6
8
|
props: {
|
|
7
9
|
actionName: {},
|
|
@@ -18,21 +20,21 @@ const U = { key: 1 }, $ = { key: 2 }, W = /* @__PURE__ */ D({
|
|
|
18
20
|
refresh: { type: Boolean },
|
|
19
21
|
text: { default: "Run Now" }
|
|
20
22
|
},
|
|
21
|
-
setup(
|
|
22
|
-
const a =
|
|
23
|
+
setup(y) {
|
|
24
|
+
const a = y, l = m(!1), n = m(!1), g = o(() => `min-width: ${a.minWidth}`), u = o(() => l.value || t.task.value != null && t.task.value.isFinished), t = L(a.actionName), p = o(() => {
|
|
23
25
|
var e;
|
|
24
26
|
return ((e = t.task.value) == null ? void 0 : e.progress) ?? 0;
|
|
25
27
|
}), s = o(() => {
|
|
26
28
|
var e;
|
|
27
|
-
return
|
|
29
|
+
return n.value || t.task.value != null && !((e = t.task.value) != null && e.isFinished);
|
|
28
30
|
});
|
|
29
31
|
let i = !1;
|
|
30
|
-
async function
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
async function c(e) {
|
|
33
|
+
n.value = !0, setTimeout(() => {
|
|
34
|
+
l.value = !0, n.value = !1;
|
|
33
35
|
}, 2e3), setTimeout(() => {
|
|
34
|
-
|
|
35
|
-
}, 4e3), await t.startTask(
|
|
36
|
+
l.value = !1;
|
|
37
|
+
}, 4e3), await t.startTask(S({
|
|
36
38
|
additionalUrl: a.additionalUrl,
|
|
37
39
|
data: a.data,
|
|
38
40
|
id: a.id,
|
|
@@ -42,38 +44,38 @@ const U = { key: 1 }, $ = { key: 2 }, W = /* @__PURE__ */ D({
|
|
|
42
44
|
refresh: a.refresh
|
|
43
45
|
}, e, [], "all-obj2-props"));
|
|
44
46
|
}
|
|
45
|
-
return
|
|
47
|
+
return w(s, (e) => {
|
|
46
48
|
e ? i = !0 : i && (a.onFinish != null && a.onFinish(), i = !1);
|
|
47
49
|
}), (e, E) => {
|
|
48
|
-
const
|
|
49
|
-
return
|
|
50
|
-
isDone:
|
|
50
|
+
const _ = D("v-slide-y-transition");
|
|
51
|
+
return F(e.$slots, "default", {
|
|
52
|
+
isDone: u.value,
|
|
51
53
|
isLoading: s.value,
|
|
52
54
|
progress: p.value,
|
|
53
|
-
startTask:
|
|
55
|
+
startTask: c
|
|
54
56
|
}, () => [
|
|
55
|
-
f(
|
|
57
|
+
f(v(I), T({
|
|
56
58
|
block: e.block,
|
|
57
|
-
onClick:
|
|
59
|
+
onClick: C(c, ["stop"]),
|
|
58
60
|
class: e.btnClass,
|
|
59
61
|
disabled: s.value
|
|
60
62
|
}, e.$attrs), {
|
|
61
|
-
default:
|
|
62
|
-
f(
|
|
63
|
-
default:
|
|
64
|
-
s.value ? (
|
|
63
|
+
default: r(() => [
|
|
64
|
+
f(_, { "hide-on-leave": "" }, {
|
|
65
|
+
default: r(() => [
|
|
66
|
+
s.value ? (d(), V(v(P), {
|
|
65
67
|
key: 0,
|
|
66
68
|
color: "primary",
|
|
67
69
|
height: "25",
|
|
68
70
|
indeterminate: "",
|
|
69
71
|
modelValue: p.value,
|
|
70
|
-
style:
|
|
72
|
+
style: N(g.value)
|
|
71
73
|
}, {
|
|
72
|
-
default:
|
|
73
|
-
|
|
74
|
+
default: r(({ value: b }) => [
|
|
75
|
+
x("strong", null, "Running: " + k(Math.ceil(b)) + "%", 1)
|
|
74
76
|
]),
|
|
75
77
|
_: 1
|
|
76
|
-
}, 8, ["modelValue", "style"])) :
|
|
78
|
+
}, 8, ["modelValue", "style"])) : u.value ? (d(), h("span", U, "Finished")) : (d(), h("span", $, k(e.text), 1))
|
|
77
79
|
]),
|
|
78
80
|
_: 1
|
|
79
81
|
})
|
|
@@ -85,5 +87,5 @@ const U = { key: 1 }, $ = { key: 2 }, W = /* @__PURE__ */ D({
|
|
|
85
87
|
}
|
|
86
88
|
});
|
|
87
89
|
export {
|
|
88
|
-
|
|
90
|
+
q as default
|
|
89
91
|
};
|
|
@@ -1,10 +1,19 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useItem as
|
|
3
|
-
import { useAuth as
|
|
4
|
-
import { useNavigation as
|
|
5
|
-
import { usePresets as
|
|
6
|
-
import { useHeights as
|
|
7
|
-
|
|
1
|
+
import { defineComponent as q, ref as I, inject as K, provide as W, computed as g, resolveComponent as z, openBlock as r, createBlock as v, unref as e, withCtx as o, renderSlot as u, createVNode as y, createElementVNode as J, createElementBlock as w, mergeProps as Q, createCommentVNode as m, normalizeStyle as b, normalizeClass as S, withModifiers as X, createTextVNode as A } from "vue";
|
|
2
|
+
import { useItem as Y } from "../composables/item.mjs";
|
|
3
|
+
import { useAuth as Z } from "../composables/auth.mjs";
|
|
4
|
+
import { useNavigation as x } from "../composables/navigation.mjs";
|
|
5
|
+
import { usePresets as _ } from "../composables/presets.mjs";
|
|
6
|
+
import { useHeights as ee } from "../composables/heights.mjs";
|
|
7
|
+
import { VMenu as te } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
8
|
+
import { VList as ae } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
9
|
+
import { VCard as se } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
10
|
+
import { VCardText as ie } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs";
|
|
11
|
+
import { VForm as ne } from "../bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs";
|
|
12
|
+
import { VCardActions as oe } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs";
|
|
13
|
+
import { VSpacer as le } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
14
|
+
import { VBtn as f } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
15
|
+
import { VIcon as R } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
16
|
+
const re = { key: "0" }, de = { key: "0.5" }, ze = /* @__PURE__ */ q({
|
|
8
17
|
__name: "BT-Blade-Item",
|
|
9
18
|
props: {
|
|
10
19
|
actualHeight: {},
|
|
@@ -94,33 +103,33 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
94
103
|
variant: { default: "page" }
|
|
95
104
|
},
|
|
96
105
|
emits: ["fetched", "saved"],
|
|
97
|
-
setup(
|
|
98
|
-
const N =
|
|
99
|
-
|
|
106
|
+
setup(T, { emit: V }) {
|
|
107
|
+
const N = V, i = T, p = _(i.preset), B = I(), { findSingleDisplay: D } = x(), E = Z(), k = ee(), n = K("size", () => I("small"), !0), t = Y(
|
|
108
|
+
i,
|
|
100
109
|
N
|
|
101
110
|
);
|
|
102
|
-
|
|
103
|
-
const H =
|
|
111
|
+
W("isEditing", t.isEditing);
|
|
112
|
+
const H = g(() => (p.canEdit ?? i.canEdit) && t.mode.value != "new"), M = g(() => p.canDelete ?? i.canDelete), U = g(() => p.canRestore ?? i.canRestore), h = g(() => !!i.overrideSave || !!(p.canSave ?? i.canSave) && t.isSaveable.value && (t.isChanged.value || t.mode.value == "new")), G = g(() => p.hideRefresh ?? i.hideRefresh), L = g(() => i.label ?? (i.getLabel != null ? i.getLabel(t.asyncItem.value) : void 0) ?? D(i.nav ?? "")), P = g(() => !!i.transparent || i.opacity != null), c = g(() => {
|
|
104
113
|
let a = "";
|
|
105
|
-
if (
|
|
106
|
-
return `${a} ${
|
|
107
|
-
if (
|
|
108
|
-
return `${a} ${
|
|
114
|
+
if (i.actualHeight != null)
|
|
115
|
+
return `${a} ${i.heightStrat == "upto" ? "max-height" : "height"}: calc(${i.actualHeight})`;
|
|
116
|
+
if (i.actualUsedHeight != null)
|
|
117
|
+
return `${a} ${i.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${k.getUsedHeight(i.actualUsedHeight)}px);`;
|
|
109
118
|
{
|
|
110
|
-
let
|
|
111
|
-
return
|
|
119
|
+
let s = 48;
|
|
120
|
+
return i.bordered ? s += 26 : i.variant == "page" && (s += 16), (i.hideToolbar == !0 || i.variant == "pure") && (s -= 48), `${a} ${i.heightStrat == "upto" ? "max-height" : "height"}: calc(100vh - ${k.getUsedHeight(s)}px)`;
|
|
112
121
|
}
|
|
113
122
|
});
|
|
114
|
-
async function l(a,
|
|
115
|
-
if (
|
|
116
|
-
const { valid:
|
|
117
|
-
|
|
123
|
+
async function l(a, s) {
|
|
124
|
+
if (B.value != null) {
|
|
125
|
+
const { valid: $ } = await B.value.validate();
|
|
126
|
+
$ && await t.saveItem(t.asyncItem.value, { navBack: a, stayEditing: s, updateUrl: !0 });
|
|
118
127
|
} else
|
|
119
|
-
await t.saveItem(t.asyncItem.value, { navBack: a, stayEditing:
|
|
128
|
+
await t.saveItem(t.asyncItem.value, { navBack: a, stayEditing: s, updateUrl: !0 });
|
|
120
129
|
}
|
|
121
|
-
return (a,
|
|
122
|
-
const
|
|
123
|
-
return r(),
|
|
130
|
+
return (a, s) => {
|
|
131
|
+
const $ = z("v-slide-y-transition"), F = z("v-slide-x-transition"), O = z("bt-blade");
|
|
132
|
+
return r(), v(O, {
|
|
124
133
|
bladeBasic: "",
|
|
125
134
|
bladeName: a.bladeName,
|
|
126
135
|
bladeStartShowing: a.bladeStartShowing,
|
|
@@ -138,92 +147,92 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
138
147
|
variant: a.variant
|
|
139
148
|
}, {
|
|
140
149
|
"blade-label": o(() => [
|
|
141
|
-
|
|
150
|
+
u(a.$slots, "blade-label", {
|
|
142
151
|
density: a.density,
|
|
143
152
|
isChanged: e(t).isChanged.value,
|
|
144
153
|
isEditing: e(t).isEditing.value,
|
|
145
154
|
item: e(t).asyncItem.value,
|
|
146
155
|
mode: e(t).mode.value,
|
|
147
156
|
save: l,
|
|
148
|
-
size: e(
|
|
157
|
+
size: e(n),
|
|
149
158
|
refresh: e(t).refresh,
|
|
150
159
|
ui: e(t)
|
|
151
160
|
})
|
|
152
161
|
]),
|
|
153
162
|
"blade-title-left": o(() => [
|
|
154
|
-
|
|
163
|
+
u(a.$slots, "blade-title-left", {
|
|
155
164
|
density: a.density,
|
|
156
165
|
isChanged: e(t).isChanged.value,
|
|
157
166
|
isEditing: e(t).isEditing.value,
|
|
158
167
|
item: e(t).asyncItem.value,
|
|
159
168
|
mode: e(t).mode.value,
|
|
160
169
|
save: l,
|
|
161
|
-
size: e(
|
|
170
|
+
size: e(n),
|
|
162
171
|
refresh: e(t).refresh,
|
|
163
172
|
ui: e(t)
|
|
164
173
|
})
|
|
165
174
|
]),
|
|
166
175
|
"blade-toolbar-left": o(() => [
|
|
167
|
-
|
|
176
|
+
u(a.$slots, "toolbar-left", { ui: e(t) })
|
|
168
177
|
]),
|
|
169
178
|
"blade-toolbar": o(() => [
|
|
170
|
-
|
|
179
|
+
u(a.$slots, "blade-toolbar", {
|
|
171
180
|
density: a.density,
|
|
172
181
|
isChanged: e(t).isChanged.value,
|
|
173
182
|
isEditing: e(t).isEditing.value,
|
|
174
183
|
item: e(t).asyncItem.value,
|
|
175
184
|
mode: e(t).mode.value,
|
|
176
185
|
save: l,
|
|
177
|
-
size: e(
|
|
186
|
+
size: e(n),
|
|
178
187
|
refresh: e(t).refresh,
|
|
179
188
|
ui: e(t)
|
|
180
189
|
})
|
|
181
190
|
]),
|
|
182
191
|
"blade-toolbar-right": o(() => [
|
|
183
|
-
|
|
192
|
+
y($, {
|
|
184
193
|
group: "",
|
|
185
194
|
"hide-on-leave": ""
|
|
186
195
|
}, {
|
|
187
196
|
default: o(() => [
|
|
188
|
-
|
|
189
|
-
|
|
197
|
+
J("div", re, [
|
|
198
|
+
u(a.$slots, "toolbar-right", {
|
|
190
199
|
density: a.density,
|
|
191
200
|
isChanged: e(t).isChanged.value,
|
|
192
201
|
isEditing: e(t).isEditing.value,
|
|
193
202
|
item: e(t).asyncItem.value,
|
|
194
203
|
mode: e(t).mode.value,
|
|
195
204
|
save: l,
|
|
196
|
-
size: e(
|
|
205
|
+
size: e(n),
|
|
197
206
|
ui: e(t)
|
|
198
207
|
})
|
|
199
208
|
]),
|
|
200
209
|
a.showSettings ? (r(), w("div", de, [
|
|
201
|
-
a.showSettings ? (r(),
|
|
210
|
+
a.showSettings ? (r(), v(e(te), {
|
|
202
211
|
"close-on-content-click": !1,
|
|
203
212
|
density: a.density,
|
|
204
213
|
key: "1"
|
|
205
214
|
}, {
|
|
206
215
|
activator: o(({ props: d }) => [
|
|
207
|
-
|
|
216
|
+
y(e(f), Q({
|
|
208
217
|
icon: "$cog",
|
|
209
218
|
key: "2",
|
|
210
|
-
size: e(
|
|
219
|
+
size: e(n)
|
|
211
220
|
}, d, { variant: "text" }), null, 16, ["size"])
|
|
212
221
|
]),
|
|
213
222
|
default: o(() => [
|
|
214
|
-
|
|
223
|
+
y(e(ae), {
|
|
215
224
|
density: a.density,
|
|
216
225
|
"min-width": "300"
|
|
217
226
|
}, {
|
|
218
227
|
default: o(() => [
|
|
219
|
-
|
|
228
|
+
u(a.$slots, "settings", {
|
|
220
229
|
density: a.density,
|
|
221
230
|
isChanged: e(t).isChanged.value,
|
|
222
231
|
isEditing: e(t).isEditing.value,
|
|
223
232
|
item: e(t).asyncItem.value,
|
|
224
233
|
mode: e(t).mode.value,
|
|
225
234
|
save: l,
|
|
226
|
-
size: e(
|
|
235
|
+
size: e(n),
|
|
227
236
|
ui: e(t)
|
|
228
237
|
})
|
|
229
238
|
]),
|
|
@@ -233,46 +242,46 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
233
242
|
_: 3
|
|
234
243
|
}, 8, ["density"])) : m("", !0)
|
|
235
244
|
])) : m("", !0),
|
|
236
|
-
h.value && !a.hideTopSave ? (r(),
|
|
237
|
-
onClick:
|
|
245
|
+
h.value && !a.hideTopSave ? (r(), v(e(f), {
|
|
246
|
+
onClick: s[0] || (s[0] = (d) => l(!!a.alwaysClose)),
|
|
238
247
|
icon: "$content-save",
|
|
239
|
-
size: e(
|
|
248
|
+
size: e(n),
|
|
240
249
|
title: "Save",
|
|
241
250
|
key: "3",
|
|
242
251
|
variant: "text"
|
|
243
252
|
}, null, 8, ["size"])) : m("", !0),
|
|
244
|
-
G.value ? m("", !0) : (r(),
|
|
253
|
+
G.value ? m("", !0) : (r(), v(e(f), {
|
|
245
254
|
icon: "$refresh",
|
|
246
|
-
onClick:
|
|
247
|
-
size: e(
|
|
255
|
+
onClick: s[1] || (s[1] = (d) => e(t).runRefresh({ deepRefresh: !0 })),
|
|
256
|
+
size: e(n),
|
|
248
257
|
title: "Refresh",
|
|
249
258
|
key: "4",
|
|
250
259
|
variant: "text"
|
|
251
260
|
}, null, 8, ["size"])),
|
|
252
|
-
!a.alwaysEditing && !h.value && H.value && e(t).isEditable.value ? (r(),
|
|
261
|
+
!a.alwaysEditing && !h.value && H.value && e(t).isEditable.value ? (r(), v(e(f), {
|
|
253
262
|
loading: e(t).isChangingMode.value,
|
|
254
263
|
icon: e(t).mode.value == "edit" ? "$pencil-off" : "$pencil",
|
|
255
264
|
onClick: e(t).toggleMode,
|
|
256
|
-
size: e(
|
|
257
|
-
disabled: !e(
|
|
265
|
+
size: e(n),
|
|
266
|
+
disabled: !e(E).canEdit(a.nav),
|
|
258
267
|
title: "Edit",
|
|
259
268
|
key: "5",
|
|
260
269
|
variant: "text"
|
|
261
270
|
}, null, 8, ["loading", "icon", "onClick", "size", "disabled"])) : m("", !0),
|
|
262
|
-
M.value && e(t).isDeletable.value ? (r(),
|
|
271
|
+
M.value && e(t).isDeletable.value ? (r(), v(e(f), {
|
|
263
272
|
icon: "$delete",
|
|
264
|
-
onClick:
|
|
265
|
-
size: e(
|
|
266
|
-
disabled: !e(
|
|
273
|
+
onClick: s[2] || (s[2] = (d) => e(t).deleteItem(e(t).asyncItem.value)),
|
|
274
|
+
size: e(n),
|
|
275
|
+
disabled: !e(E).canEdit(a.nav),
|
|
267
276
|
title: "Delete",
|
|
268
277
|
key: "6",
|
|
269
278
|
variant: "text"
|
|
270
279
|
}, null, 8, ["size", "disabled"])) : m("", !0),
|
|
271
|
-
U.value && e(t).isRestorable.value ? (r(),
|
|
280
|
+
U.value && e(t).isRestorable.value ? (r(), v(e(f), {
|
|
272
281
|
icon: "$eraser-variant",
|
|
273
|
-
onClick:
|
|
274
|
-
size: e(
|
|
275
|
-
disabled: !e(
|
|
282
|
+
onClick: s[3] || (s[3] = (d) => e(t).restoreItem(e(t).asyncItem.value)),
|
|
283
|
+
size: e(n),
|
|
284
|
+
disabled: !e(E).canEdit(a.nav),
|
|
276
285
|
title: "Restore",
|
|
277
286
|
key: "7",
|
|
278
287
|
variant: "text"
|
|
@@ -282,7 +291,7 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
282
291
|
})
|
|
283
292
|
]),
|
|
284
293
|
content: o(({ isMobile: d, bladeData: C }) => [
|
|
285
|
-
|
|
294
|
+
u(a.$slots, "body", {
|
|
286
295
|
bladeData: C,
|
|
287
296
|
density: a.density,
|
|
288
297
|
isChanged: e(t).isChanged.value,
|
|
@@ -291,11 +300,11 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
291
300
|
item: e(t).asyncItem.value,
|
|
292
301
|
mode: e(t).mode.value,
|
|
293
302
|
save: l,
|
|
294
|
-
size: e(
|
|
295
|
-
style:
|
|
303
|
+
size: e(n),
|
|
304
|
+
style: b(c.value),
|
|
296
305
|
ui: e(t)
|
|
297
306
|
}, () => [
|
|
298
|
-
|
|
307
|
+
u(a.$slots, "top", {
|
|
299
308
|
density: a.density,
|
|
300
309
|
isChanged: e(t).isChanged.value,
|
|
301
310
|
isEditing: e(t).isEditing.value,
|
|
@@ -304,15 +313,15 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
304
313
|
mode: e(t).mode.value,
|
|
305
314
|
refresh: e(t).refresh,
|
|
306
315
|
save: l,
|
|
307
|
-
size: e(
|
|
316
|
+
size: e(n),
|
|
308
317
|
ui: e(t)
|
|
309
318
|
}),
|
|
310
319
|
e(t).asyncItem.value == null && !e(t).isLoading.value ? (r(), w("div", {
|
|
311
320
|
key: 0,
|
|
312
|
-
class:
|
|
313
|
-
style:
|
|
321
|
+
class: S(["overflow-y-auto", {}]),
|
|
322
|
+
style: b(c.value)
|
|
314
323
|
}, [
|
|
315
|
-
|
|
324
|
+
u(a.$slots, "notFound", {
|
|
316
325
|
bladeData: C,
|
|
317
326
|
density: a.density,
|
|
318
327
|
isChanged: e(t).isChanged.value,
|
|
@@ -321,27 +330,27 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
321
330
|
mode: e(t).mode.value,
|
|
322
331
|
refresh: e(t).refresh,
|
|
323
332
|
save: l,
|
|
324
|
-
size: e(
|
|
325
|
-
style:
|
|
333
|
+
size: e(n),
|
|
334
|
+
style: b(c.value),
|
|
326
335
|
ui: e(t)
|
|
327
336
|
})
|
|
328
|
-
], 4)) : e(t).asyncItem.value != null ? (r(),
|
|
337
|
+
], 4)) : e(t).asyncItem.value != null ? (r(), v(e(se), {
|
|
329
338
|
key: 1,
|
|
330
|
-
class:
|
|
339
|
+
class: S(["overflow-y-auto", P.value ? "transparent" : ""]),
|
|
331
340
|
flat: a.flat,
|
|
332
|
-
style:
|
|
341
|
+
style: b(c.value)
|
|
333
342
|
}, {
|
|
334
343
|
default: o(() => [
|
|
335
|
-
|
|
344
|
+
y(e(ie), { class: "pa-0" }, {
|
|
336
345
|
default: o(() => [
|
|
337
|
-
|
|
346
|
+
y(e(ne), {
|
|
338
347
|
ref_key: "form",
|
|
339
|
-
ref:
|
|
340
|
-
onSubmit:
|
|
348
|
+
ref: B,
|
|
349
|
+
onSubmit: s[4] || (s[4] = X(() => {
|
|
341
350
|
}, ["prevent"]))
|
|
342
351
|
}, {
|
|
343
352
|
default: o(() => [
|
|
344
|
-
|
|
353
|
+
u(a.$slots, "default", {
|
|
345
354
|
bladeData: C,
|
|
346
355
|
density: a.density,
|
|
347
356
|
isChanged: e(t).isChanged.value,
|
|
@@ -351,8 +360,8 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
351
360
|
mode: e(t).mode.value,
|
|
352
361
|
refresh: e(t).refresh,
|
|
353
362
|
save: l,
|
|
354
|
-
size: e(
|
|
355
|
-
style:
|
|
363
|
+
size: e(n),
|
|
364
|
+
style: b(c.value),
|
|
356
365
|
ui: e(t)
|
|
357
366
|
})
|
|
358
367
|
]),
|
|
@@ -361,9 +370,9 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
361
370
|
]),
|
|
362
371
|
_: 2
|
|
363
372
|
}, 1024),
|
|
364
|
-
h.value && !a.hideBottomSave ? (r(),
|
|
373
|
+
h.value && !a.hideBottomSave ? (r(), v(e(oe), { key: 0 }, {
|
|
365
374
|
default: o(() => [
|
|
366
|
-
|
|
375
|
+
u(a.$slots, "bottom-left", {
|
|
367
376
|
bladeData: C,
|
|
368
377
|
density: a.density,
|
|
369
378
|
isChanged: e(t).isChanged.value,
|
|
@@ -373,41 +382,41 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
373
382
|
mode: e(t).mode.value,
|
|
374
383
|
refresh: e(t).refresh,
|
|
375
384
|
save: l,
|
|
376
|
-
size: e(
|
|
385
|
+
size: e(n),
|
|
377
386
|
ui: e(t)
|
|
378
387
|
}),
|
|
379
|
-
|
|
380
|
-
|
|
388
|
+
y(e(le)),
|
|
389
|
+
y(F, { group: "" }, {
|
|
381
390
|
default: o(() => [
|
|
382
|
-
!a.alwaysClose && h.value ? (r(),
|
|
391
|
+
!a.alwaysClose && h.value ? (r(), v(e(f), {
|
|
383
392
|
key: 0,
|
|
384
|
-
onClick:
|
|
385
|
-
size: e(
|
|
386
|
-
class:
|
|
393
|
+
onClick: s[5] || (s[5] = (j) => l(!1)),
|
|
394
|
+
size: e(n),
|
|
395
|
+
class: S(e(t).isMobile.value ? "ma-0" : "mr-4")
|
|
387
396
|
}, {
|
|
388
397
|
default: o(() => [
|
|
389
|
-
|
|
390
|
-
size: e(
|
|
398
|
+
y(e(R), {
|
|
399
|
+
size: e(n),
|
|
391
400
|
start: "",
|
|
392
401
|
icon: "$content-save"
|
|
393
402
|
}, null, 8, ["size"]),
|
|
394
|
-
|
|
403
|
+
s[7] || (s[7] = A("Save "))
|
|
395
404
|
]),
|
|
396
405
|
_: 2
|
|
397
406
|
}, 1032, ["size", "class"])) : m("", !0),
|
|
398
|
-
(a.canClose || a.alwaysClose) && h.value ? (r(),
|
|
407
|
+
(a.canClose || a.alwaysClose) && h.value ? (r(), v(e(f), {
|
|
399
408
|
key: 1,
|
|
400
|
-
onClick:
|
|
401
|
-
size: e(
|
|
402
|
-
class:
|
|
409
|
+
onClick: s[6] || (s[6] = (j) => l(!0)),
|
|
410
|
+
size: e(n),
|
|
411
|
+
class: S(e(t).isMobile.value ? "ma-0" : "mr-4")
|
|
403
412
|
}, {
|
|
404
413
|
default: o(() => [
|
|
405
|
-
|
|
406
|
-
size: e(
|
|
414
|
+
y(e(R), {
|
|
415
|
+
size: e(n),
|
|
407
416
|
start: "",
|
|
408
417
|
icon: "$content-save"
|
|
409
418
|
}, null, 8, ["size"]),
|
|
410
|
-
|
|
419
|
+
s[8] || (s[8] = A("Save/Close "))
|
|
411
420
|
]),
|
|
412
421
|
_: 2
|
|
413
422
|
}, 1032, ["size", "class"])) : m("", !0)
|
|
@@ -420,14 +429,14 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
420
429
|
]),
|
|
421
430
|
_: 2
|
|
422
431
|
}, 1032, ["class", "flat", "style"])) : m("", !0),
|
|
423
|
-
|
|
432
|
+
u(a.$slots, "bottom", {
|
|
424
433
|
bladeData: C,
|
|
425
434
|
item: e(t).asyncItem.value,
|
|
426
435
|
density: a.density,
|
|
427
436
|
isEditing: e(t).isEditing.value,
|
|
428
437
|
isMobile: d,
|
|
429
438
|
mode: e(t).mode.value,
|
|
430
|
-
size: e(
|
|
439
|
+
size: e(n)
|
|
431
440
|
})
|
|
432
441
|
])
|
|
433
442
|
]),
|
|
@@ -437,5 +446,5 @@ const re = { key: "0" }, de = { key: "0.5" }, pe = /* @__PURE__ */ Z({
|
|
|
437
446
|
}
|
|
438
447
|
});
|
|
439
448
|
export {
|
|
440
|
-
|
|
449
|
+
ze as default
|
|
441
450
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./BT-Blade-Items.vue2.mjs";
|
|
2
2
|
import "./BT-Blade-Items.vue3.mjs";
|
|
3
3
|
import t from "../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f896f89f"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|