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,5 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
1
|
+
import { defineComponent as _, computed as o, inject as B, ref as L, resolveComponent as c, openBlock as a, createBlock as u, unref as r, withModifiers as T, withCtx as s, renderSlot as w, createVNode as f, createElementBlock as d, toDisplayString as i, normalizeClass as p, createTextVNode as g } from "vue";
|
|
2
|
+
import { VCard as E } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
3
|
+
import { VIcon as m } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
4
|
+
const $ = { key: "1" }, j = { key: "2" }, N = { key: "3" }, F = /* @__PURE__ */ _({
|
|
3
5
|
__name: "BT-Square-Check",
|
|
4
6
|
props: {
|
|
5
7
|
disabled: { type: Boolean },
|
|
@@ -21,23 +23,23 @@ const E = { key: "1" }, $ = { key: "2" }, j = { key: "3" }, D = /* @__PURE__ */
|
|
|
21
23
|
width: { default: "100" }
|
|
22
24
|
},
|
|
23
25
|
emits: ["update:modelValue"],
|
|
24
|
-
setup(
|
|
25
|
-
const l =
|
|
26
|
+
setup(h, { emit: v }) {
|
|
27
|
+
const l = h, b = v, n = o({
|
|
26
28
|
get() {
|
|
27
29
|
return l.modelValue;
|
|
28
30
|
},
|
|
29
31
|
set(e) {
|
|
30
|
-
|
|
32
|
+
b("update:modelValue", e);
|
|
31
33
|
}
|
|
32
|
-
}),
|
|
33
|
-
function
|
|
34
|
-
l.onToggle != null ? l.onToggle() :
|
|
34
|
+
}), y = B("isEditing", () => L(!1), !0), V = o(() => l.isEditing ?? y.value), t = o(() => n.value === l.trueValue), k = o(() => t.value ? l.trueLabel : l.falseLabel), C = o(() => t.value ? l.trueIcon : l.falseIcon);
|
|
35
|
+
function I() {
|
|
36
|
+
l.onToggle != null ? l.onToggle() : n.value = n.value == l.falseValue ? l.trueValue : l.falseValue;
|
|
35
37
|
}
|
|
36
|
-
return (e,
|
|
37
|
-
const z =
|
|
38
|
-
return a(),
|
|
39
|
-
onClick: T(
|
|
40
|
-
disabled: e.disabled || !
|
|
38
|
+
return (e, q) => {
|
|
39
|
+
const z = c("v-slide-x-transition"), S = c("v-slide-y-reverse-transition");
|
|
40
|
+
return a(), u(r(E), {
|
|
41
|
+
onClick: T(I, ["stop"]),
|
|
42
|
+
disabled: e.disabled || !V.value,
|
|
41
43
|
class: "d-flex flex-column align-center justify-center",
|
|
42
44
|
height: e.height,
|
|
43
45
|
ripple: e.ripple,
|
|
@@ -45,9 +47,9 @@ const E = { key: "1" }, $ = { key: "2" }, j = { key: "3" }, D = /* @__PURE__ */
|
|
|
45
47
|
}, {
|
|
46
48
|
default: s(() => [
|
|
47
49
|
w(e.$slots, "content", {
|
|
48
|
-
icon:
|
|
50
|
+
icon: C.value,
|
|
49
51
|
isTrue: t.value,
|
|
50
|
-
label:
|
|
52
|
+
label: k.value,
|
|
51
53
|
iconSize: e.iconSize
|
|
52
54
|
}, () => [
|
|
53
55
|
f(z, {
|
|
@@ -55,31 +57,31 @@ const E = { key: "1" }, $ = { key: "2" }, j = { key: "3" }, D = /* @__PURE__ */
|
|
|
55
57
|
"hide-on-leave": ""
|
|
56
58
|
}, {
|
|
57
59
|
default: s(() => [
|
|
58
|
-
e.label != null ? (a(),
|
|
60
|
+
e.label != null ? (a(), d("p", $, i(e.label), 1)) : t.value ? (a(), d("p", j, i(e.trueLabel), 1)) : (a(), d("p", N, i(e.falseLabel), 1))
|
|
59
61
|
]),
|
|
60
62
|
_: 1
|
|
61
63
|
}),
|
|
62
|
-
f(
|
|
64
|
+
f(S, {
|
|
63
65
|
group: "",
|
|
64
66
|
"hide-on-leave": ""
|
|
65
67
|
}, {
|
|
66
68
|
default: s(() => [
|
|
67
|
-
t.value ? (a(),
|
|
69
|
+
t.value ? (a(), u(r(m), {
|
|
68
70
|
size: e.iconSize,
|
|
69
71
|
class: p(e.disabled ? "" : e.trueClass),
|
|
70
72
|
key: "3"
|
|
71
73
|
}, {
|
|
72
74
|
default: s(() => [
|
|
73
|
-
|
|
75
|
+
g(i(e.trueIcon), 1)
|
|
74
76
|
]),
|
|
75
77
|
_: 1
|
|
76
|
-
}, 8, ["size", "class"])) : (a(),
|
|
78
|
+
}, 8, ["size", "class"])) : (a(), u(r(m), {
|
|
77
79
|
size: e.iconSize,
|
|
78
80
|
class: p(e.disabled ? "" : e.falseClass),
|
|
79
81
|
key: "4"
|
|
80
82
|
}, {
|
|
81
83
|
default: s(() => [
|
|
82
|
-
|
|
84
|
+
g(i(e.falseIcon), 1)
|
|
83
85
|
]),
|
|
84
86
|
_: 1
|
|
85
87
|
}, 8, ["size", "class"]))
|
|
@@ -94,5 +96,5 @@ const E = { key: "1" }, $ = { key: "2" }, j = { key: "3" }, D = /* @__PURE__ */
|
|
|
94
96
|
}
|
|
95
97
|
});
|
|
96
98
|
export {
|
|
97
|
-
|
|
99
|
+
F as default
|
|
98
100
|
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
1
|
+
import { defineComponent as p, resolveComponent as m, openBlock as t, createBlock as l, unref as o, withCtx as i, createCommentVNode as c, renderSlot as s, createElementBlock as n, toDisplayString as u } from "vue";
|
|
2
|
+
import { VListItem as f } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
3
|
+
import { VIcon as a } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
4
|
+
const b = { key: 1 }, k = { key: 1 }, B = /* @__PURE__ */ p({
|
|
3
5
|
__name: "BT-Status-Item",
|
|
4
6
|
props: {
|
|
5
7
|
isTrue: { type: Boolean, default: void 0 },
|
|
@@ -8,37 +10,37 @@ const _ = { key: 1 }, b = { key: 1 }, d = /* @__PURE__ */ c({
|
|
|
8
10
|
title: {},
|
|
9
11
|
titleFilter: {}
|
|
10
12
|
},
|
|
11
|
-
setup(
|
|
12
|
-
return (e,
|
|
13
|
-
const
|
|
14
|
-
return t(), l(
|
|
13
|
+
setup(d) {
|
|
14
|
+
return (e, y) => {
|
|
15
|
+
const r = m("bt-span");
|
|
16
|
+
return t(), l(o(f), null, {
|
|
15
17
|
prepend: i(() => [
|
|
16
|
-
e.isTrue === !0 ? (t(), l(
|
|
18
|
+
e.isTrue === !0 ? (t(), l(o(a), {
|
|
17
19
|
key: 0,
|
|
18
20
|
icon: "$check",
|
|
19
21
|
color: "success"
|
|
20
|
-
})) : e.isTrue === !1 ? (t(), l(
|
|
22
|
+
})) : e.isTrue === !1 ? (t(), l(o(a), {
|
|
21
23
|
key: 1,
|
|
22
24
|
icon: "$close",
|
|
23
25
|
color: "error"
|
|
24
|
-
})) :
|
|
26
|
+
})) : c("", !0)
|
|
25
27
|
]),
|
|
26
28
|
title: i(() => [
|
|
27
|
-
|
|
28
|
-
e.titleFilter != null ? (t(), l(
|
|
29
|
+
s(e.$slots, "title", {}, () => [
|
|
30
|
+
e.titleFilter != null ? (t(), l(r, {
|
|
29
31
|
key: 0,
|
|
30
32
|
value: e.title,
|
|
31
33
|
filter: e.titleFilter
|
|
32
|
-
}, null, 8, ["value", "filter"])) : (t(),
|
|
34
|
+
}, null, 8, ["value", "filter"])) : (t(), n("span", b, u(e.title), 1))
|
|
33
35
|
])
|
|
34
36
|
]),
|
|
35
37
|
subtitle: i(() => [
|
|
36
|
-
|
|
37
|
-
e.subtitleFilter != null ? (t(), l(
|
|
38
|
+
s(e.$slots, "subtitle", {}, () => [
|
|
39
|
+
e.subtitleFilter != null ? (t(), l(r, {
|
|
38
40
|
key: 0,
|
|
39
41
|
value: e.subtitle,
|
|
40
42
|
filter: e.subtitleFilter
|
|
41
|
-
}, null, 8, ["value", "filter"])) : (t(),
|
|
43
|
+
}, null, 8, ["value", "filter"])) : (t(), n("span", k, u(e.subtitle), 1))
|
|
42
44
|
])
|
|
43
45
|
]),
|
|
44
46
|
_: 3
|
|
@@ -47,5 +49,5 @@ const _ = { key: 1 }, b = { key: 1 }, d = /* @__PURE__ */ c({
|
|
|
47
49
|
}
|
|
48
50
|
});
|
|
49
51
|
export {
|
|
50
|
-
|
|
52
|
+
B as default
|
|
51
53
|
};
|
|
@@ -1,32 +1,31 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
1
|
+
import { defineComponent as s, computed as m, openBlock as t, createBlock as r, unref as o, withCtx as l, createElementBlock as c, Fragment as d, renderList as f, createTextVNode as V, toDisplayString as _ } from "vue";
|
|
2
|
+
import { VChipGroup as g } from "../bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs";
|
|
3
|
+
import { VChip as h } from "../bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs";
|
|
4
|
+
const x = /* @__PURE__ */ s({
|
|
3
5
|
__name: "BT-Tags",
|
|
4
6
|
props: {
|
|
5
7
|
chipProps: {},
|
|
6
8
|
modelValue: {},
|
|
7
9
|
size: {}
|
|
8
10
|
},
|
|
9
|
-
setup(
|
|
10
|
-
const e =
|
|
11
|
-
return (
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
_: 1
|
|
26
|
-
});
|
|
27
|
-
};
|
|
11
|
+
setup(n) {
|
|
12
|
+
const e = n, u = m(() => e.modelValue == null ? [] : typeof e.modelValue == "string" ? e.modelValue.split(",") : e.modelValue);
|
|
13
|
+
return (a, k) => (t(), r(o(g), null, {
|
|
14
|
+
default: l(() => [
|
|
15
|
+
(t(!0), c(d, null, f(u.value, (i, p) => (t(), r(o(h), {
|
|
16
|
+
key: p,
|
|
17
|
+
size: a.size
|
|
18
|
+
}, {
|
|
19
|
+
default: l(() => [
|
|
20
|
+
V(_(i), 1)
|
|
21
|
+
]),
|
|
22
|
+
_: 2
|
|
23
|
+
}, 1032, ["size"]))), 128))
|
|
24
|
+
]),
|
|
25
|
+
_: 1
|
|
26
|
+
}));
|
|
28
27
|
}
|
|
29
28
|
});
|
|
30
29
|
export {
|
|
31
|
-
|
|
30
|
+
x as default
|
|
32
31
|
};
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useRoute as
|
|
3
|
-
|
|
1
|
+
import { defineComponent as T, ref as d, watch as w, openBlock as N, createBlock as C, unref as o, withCtx as l, renderSlot as p, createVNode as t, createTextVNode as S, toDisplayString as b, createElementVNode as $ } from "vue";
|
|
2
|
+
import { useRoute as x } from "vue-router";
|
|
3
|
+
import { VDialog as B } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
|
|
4
|
+
import { VCard as k } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
5
|
+
import { VBtn as c } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
6
|
+
import { VToolbar as H } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs";
|
|
7
|
+
import { VToolbarTitle as D } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs";
|
|
8
|
+
import { VSpacer as I } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
9
|
+
import { VCardText as J } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs";
|
|
10
|
+
const z = /* @__PURE__ */ T({
|
|
4
11
|
__name: "BT-Tour",
|
|
5
12
|
props: {
|
|
6
13
|
label: { default: "Info" },
|
|
@@ -8,71 +15,68 @@ const E = /* @__PURE__ */ S({
|
|
|
8
15
|
tourName: {}
|
|
9
16
|
},
|
|
10
17
|
emits: ["close"],
|
|
11
|
-
setup(
|
|
12
|
-
const g =
|
|
13
|
-
tourKey:
|
|
18
|
+
setup(v, { emit: V }) {
|
|
19
|
+
const g = V, i = v, a = d(!1), y = x(), s = `tour-info-box-${i.tourName ?? y.name}`, n = d({
|
|
20
|
+
tourKey: s,
|
|
14
21
|
alwaysHide: !1
|
|
15
|
-
}),
|
|
16
|
-
|
|
17
|
-
function
|
|
18
|
-
|
|
22
|
+
}), m = localStorage.getItem(s);
|
|
23
|
+
m != null && (n.value = JSON.parse(m)), a.value = !n.value.alwaysHide;
|
|
24
|
+
function f(r) {
|
|
25
|
+
r && (n.value.alwaysHide = !0), a.value = !1, localStorage.setItem(s, JSON.stringify(n.value)), g("close");
|
|
19
26
|
}
|
|
20
|
-
return
|
|
21
|
-
|
|
22
|
-
}), (
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
_: 3
|
|
72
|
-
}, 8, ["modelValue"]);
|
|
73
|
-
};
|
|
27
|
+
return w(() => i.showToggle, () => {
|
|
28
|
+
a.value = !0;
|
|
29
|
+
}), (r, e) => (N(), C(o(B), {
|
|
30
|
+
transition: "dialog-top-transition",
|
|
31
|
+
modelValue: a.value,
|
|
32
|
+
"onUpdate:modelValue": e[2] || (e[2] = (u) => a.value = u)
|
|
33
|
+
}, {
|
|
34
|
+
default: l(() => [
|
|
35
|
+
p(r.$slots, "body", {}, () => [
|
|
36
|
+
t(o(k), null, {
|
|
37
|
+
actions: l(() => [
|
|
38
|
+
t(o(c), {
|
|
39
|
+
text: "Hide Forever",
|
|
40
|
+
onClick: e[1] || (e[1] = (u) => f(!0))
|
|
41
|
+
})
|
|
42
|
+
]),
|
|
43
|
+
default: l(() => [
|
|
44
|
+
t(o(H), { density: "compact" }, {
|
|
45
|
+
default: l(() => [
|
|
46
|
+
t(o(D), null, {
|
|
47
|
+
default: l(() => [
|
|
48
|
+
S(b(r.label), 1)
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
}),
|
|
52
|
+
t(o(I)),
|
|
53
|
+
t(o(c), {
|
|
54
|
+
icon: "$close",
|
|
55
|
+
onClick: e[0] || (e[0] = (u) => f(!1))
|
|
56
|
+
})
|
|
57
|
+
]),
|
|
58
|
+
_: 1
|
|
59
|
+
}),
|
|
60
|
+
t(o(J), {
|
|
61
|
+
class: "overflow-y-auto ma-0 pa-0",
|
|
62
|
+
"max-height": "70vh"
|
|
63
|
+
}, {
|
|
64
|
+
default: l(() => [
|
|
65
|
+
p(r.$slots, "content", {}, () => [
|
|
66
|
+
e[3] || (e[3] = $("div", null, "Tour Content", -1))
|
|
67
|
+
])
|
|
68
|
+
]),
|
|
69
|
+
_: 3
|
|
70
|
+
})
|
|
71
|
+
]),
|
|
72
|
+
_: 3
|
|
73
|
+
})
|
|
74
|
+
])
|
|
75
|
+
]),
|
|
76
|
+
_: 3
|
|
77
|
+
}, 8, ["modelValue"]));
|
|
74
78
|
}
|
|
75
79
|
});
|
|
76
80
|
export {
|
|
77
|
-
|
|
81
|
+
z as default
|
|
78
82
|
};
|