@stonecrop/beam 0.31.0 → 0.32.0
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/assets/index.css +645 -1
- package/dist/beam.js +674 -591
- package/dist/beam.js.map +1 -1
- package/dist/src/components/ActionFooter.vue.d.ts +18 -0
- package/dist/src/components/ActionFooter.vue.d.ts.map +1 -0
- package/dist/src/components/BeamArrow.vue.d.ts +7 -0
- package/dist/src/components/BeamArrow.vue.d.ts.map +1 -0
- package/dist/src/components/BeamBtn.vue.d.ts +14 -0
- package/dist/src/components/BeamBtn.vue.d.ts.map +1 -0
- package/dist/src/components/BeamDayDivider.vue.d.ts +17 -0
- package/dist/src/components/BeamDayDivider.vue.d.ts.map +1 -0
- package/dist/src/components/BeamFilter.vue.d.ts +13 -0
- package/dist/src/components/BeamFilter.vue.d.ts.map +1 -0
- package/dist/src/components/BeamFilterOption.vue.d.ts +13 -0
- package/dist/src/components/BeamFilterOption.vue.d.ts.map +1 -0
- package/dist/src/components/BeamHeading.vue.d.ts +14 -0
- package/dist/src/components/BeamHeading.vue.d.ts.map +1 -0
- package/dist/src/components/BeamMetadata.vue.d.ts +23 -0
- package/dist/src/components/BeamMetadata.vue.d.ts.map +1 -0
- package/dist/src/components/BeamModal.vue.d.ts +26 -0
- package/dist/src/components/BeamModal.vue.d.ts.map +1 -0
- package/dist/src/components/BeamModalOutlet.vue.d.ts +10 -0
- package/dist/src/components/BeamModalOutlet.vue.d.ts.map +1 -0
- package/dist/src/components/BeamProgress.vue.d.ts +10 -0
- package/dist/src/components/BeamProgress.vue.d.ts.map +1 -0
- package/dist/src/components/Confirm.vue.d.ts +4 -0
- package/dist/src/components/Confirm.vue.d.ts.map +1 -0
- package/dist/src/components/FixedTop.vue.d.ts +14 -0
- package/dist/src/components/FixedTop.vue.d.ts.map +1 -0
- package/dist/src/components/ItemCheck.vue.d.ts +11 -0
- package/dist/src/components/ItemCheck.vue.d.ts.map +1 -0
- package/dist/src/components/ItemCount.vue.d.ts +19 -0
- package/dist/src/components/ItemCount.vue.d.ts.map +1 -0
- package/dist/src/components/ListAnchor.vue.d.ts +17 -0
- package/dist/src/components/ListAnchor.vue.d.ts.map +1 -0
- package/dist/src/components/ListItem.vue.d.ts +12 -0
- package/dist/src/components/ListItem.vue.d.ts.map +1 -0
- package/dist/src/components/ListView.vue.d.ts +14 -0
- package/dist/src/components/ListView.vue.d.ts.map +1 -0
- package/dist/src/components/Navbar.vue.d.ts +20 -0
- package/dist/src/components/Navbar.vue.d.ts.map +1 -0
- package/dist/src/components/ScanInput.vue.d.ts +12 -0
- package/dist/src/components/ScanInput.vue.d.ts.map +1 -0
- package/dist/src/components/SegmentedDisplay.vue.d.ts +11 -0
- package/dist/src/components/SegmentedDisplay.vue.d.ts.map +1 -0
- package/dist/src/components/SplitColumn.vue.d.ts +21 -0
- package/dist/src/components/SplitColumn.vue.d.ts.map +1 -0
- package/dist/src/components/ToggleArrow.vue.d.ts +7 -0
- package/dist/src/components/ToggleArrow.vue.d.ts.map +1 -0
- package/dist/{tsdoc-metadata.json → src/tsdoc-metadata.json} +1 -1
- package/package.json +31 -26
- package/dist/beam.d.ts +0 -167
- package/dist/beam.tsbuildinfo +0 -1
- package/dist/src/composables/mqtt.js +0 -85
- package/dist/src/index.js +0 -56
- package/dist/src/types/index.js +0 -0
- package/src/components/ActionFooter.vue +0 -31
- package/src/components/BeamArrow.vue +0 -37
- package/src/components/BeamBtn.vue +0 -32
- package/src/components/BeamDayDivider.vue +0 -60
- package/src/components/BeamFilter.vue +0 -58
- package/src/components/BeamFilterOption.vue +0 -150
- package/src/components/BeamHeading.vue +0 -17
- package/src/components/BeamMetadata.vue +0 -118
- package/src/components/BeamModal.vue +0 -28
- package/src/components/BeamModalOutlet.vue +0 -18
- package/src/components/BeamProgress.vue +0 -23
- package/src/components/Confirm.vue +0 -29
- package/src/components/FixedTop.vue +0 -13
- package/src/components/ItemCheck.vue +0 -76
- package/src/components/ItemCount.vue +0 -55
- package/src/components/ListAnchor.vue +0 -17
- package/src/components/ListItem.vue +0 -85
- package/src/components/ListView.vue +0 -62
- package/src/components/Navbar.vue +0 -42
- package/src/components/ScanInput.vue +0 -23
- package/src/components/SegmentedDisplay.vue +0 -55
- package/src/components/SplitColumn.vue +0 -49
- package/src/components/ToggleArrow.vue +0 -35
- package/src/composables/mqtt.ts +0 -102
- package/src/index.ts +0 -87
- package/src/onscan.d.ts +0 -45
- package/src/shims-vue.d.ts +0 -7
- package/src/types/index.ts +0 -77
package/dist/beam.js
CHANGED
|
@@ -1,597 +1,680 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { vOnClickOutside
|
|
3
|
-
import { useDebounceFn
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import './assets/index.css'
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
1
|
+
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createStaticVNode, createTextVNode, createVNode, defineComponent, mergeModels, normalizeClass, normalizeStyle, onMounted, onUnmounted, openBlock, ref, renderList, renderSlot, resolveComponent, resolveDynamicComponent, toDisplayString, unref, useModel, vModelCheckbox, vShow, watch, withCtx, withDirectives, withModifiers } from "vue";
|
|
2
|
+
import { vOnClickOutside } from "@vueuse/components";
|
|
3
|
+
import { useDebounceFn } from "@vueuse/core";
|
|
4
|
+
import onScan from "onscan.js";
|
|
5
|
+
import mqtt from "mqtt";
|
|
6
|
+
import './assets/index.css';//#region src/components/ActionFooter.vue?vue&type=script&setup=true&lang.ts
|
|
7
|
+
var _hoisted_1$19 = { class: "beam_action-footer" };
|
|
8
|
+
var _hoisted_2$7 = { class: "footer-action-wrapper" };
|
|
9
|
+
var ActionFooter_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent({
|
|
10
|
+
__name: "ActionFooter",
|
|
11
|
+
emits: ["click"],
|
|
12
|
+
setup(__props, { emit: __emit }) {
|
|
13
|
+
const emit = __emit;
|
|
14
|
+
const handleFooterAction = () => {
|
|
15
|
+
emit("click");
|
|
16
|
+
};
|
|
17
|
+
return (_ctx, _cache) => {
|
|
18
|
+
const _component_BeamBtn = resolveComponent("BeamBtn");
|
|
19
|
+
return openBlock(), createElementBlock("footer", _hoisted_1$19, [createElementVNode("span", _hoisted_2$7, [createVNode(_component_BeamBtn, { onClick: handleFooterAction }, {
|
|
20
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "default", {}, void 0, true)]),
|
|
21
|
+
_: 3
|
|
22
|
+
})])]);
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
//#region \0plugin-vue:export-helper
|
|
28
|
+
var _plugin_vue_export_helper_default = (sfc, props) => {
|
|
29
|
+
const target = sfc.__vccOpts || sfc;
|
|
30
|
+
for (const [key, val] of props) target[key] = val;
|
|
31
|
+
return target;
|
|
32
|
+
};
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/components/ActionFooter.vue
|
|
35
|
+
var ActionFooter_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ActionFooter_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-37933bd1"]]);
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/components/BeamArrow.vue?vue&type=script&setup=true&lang.ts
|
|
38
|
+
var _hoisted_1$18 = { class: "beam_metadata_arrow" };
|
|
39
|
+
var _hoisted_2$6 = { class: "beam_metadata_arrow-head" };
|
|
40
|
+
var _hoisted_3$4 = {
|
|
41
|
+
id: "Layer_1",
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
viewBox: "0 0 6.74 7.78"
|
|
44
|
+
};
|
|
45
|
+
//#endregion
|
|
46
|
+
//#region src/components/BeamArrow.vue
|
|
47
|
+
var BeamArrow_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
48
|
+
__name: "BeamArrow",
|
|
49
|
+
props: { color: { default: "#c4c4c4" } },
|
|
50
|
+
setup(__props) {
|
|
51
|
+
return (_ctx, _cache) => {
|
|
52
|
+
return openBlock(), createElementBlock("div", _hoisted_1$18, [createElementVNode("div", {
|
|
53
|
+
class: "beam_metadata_arrow-body",
|
|
54
|
+
style: normalizeStyle({ background: __props.color })
|
|
55
|
+
}, null, 4), createElementVNode("div", _hoisted_2$6, [(openBlock(), createElementBlock("svg", _hoisted_3$4, [createElementVNode("polygon", {
|
|
56
|
+
points: "6.74 3.89 0 0 0 7.78 6.74 3.89",
|
|
57
|
+
style: normalizeStyle([{ "fill": "#c4c4c4" }, { fill: __props.color }])
|
|
58
|
+
}, null, 4)]))])]);
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
}), [["__scopeId", "data-v-2b1d7448"]]);
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/components/BeamBtn.vue
|
|
64
|
+
var _sfc_main$3 = {};
|
|
65
|
+
var _hoisted_1$17 = { class: "beam_btn" };
|
|
66
|
+
function _sfc_render$3(_ctx, _cache) {
|
|
67
|
+
return openBlock(), createElementBlock("button", _hoisted_1$17, [renderSlot(_ctx.$slots, "default", {}, () => [_cache[0] || (_cache[0] = createTextVNode("Action", -1))], true)]);
|
|
64
68
|
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
function
|
|
168
|
-
|
|
169
|
-
v(e.$slots, "default", {}, void 0, !0)
|
|
170
|
-
]);
|
|
69
|
+
var BeamBtn_default = /*#__PURE__*/ _plugin_vue_export_helper_default(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-bc768596"]]);
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region src/components/BeamDayDivider.vue?vue&type=script&setup=true&lang.ts
|
|
72
|
+
var _hoisted_1$16 = { class: "beam_day-divider" };
|
|
73
|
+
//#endregion
|
|
74
|
+
//#region src/components/BeamDayDivider.vue
|
|
75
|
+
var BeamDayDivider_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
76
|
+
__name: "BeamDayDivider",
|
|
77
|
+
props: { item: {} },
|
|
78
|
+
setup(__props) {
|
|
79
|
+
const date = computed(() => {
|
|
80
|
+
if (!__props.item.date || isNaN(Date.parse(__props.item.date))) return __props.item.date;
|
|
81
|
+
const dateObj = new Date(__props.item.date);
|
|
82
|
+
if (__props.item.dateFormat) switch (__props.item.dateFormat.toLowerCase()) {
|
|
83
|
+
case "iso": return dateObj.toISOString();
|
|
84
|
+
}
|
|
85
|
+
return dateObj.toDateString();
|
|
86
|
+
});
|
|
87
|
+
return (_ctx, _cache) => {
|
|
88
|
+
return openBlock(), createElementBlock(Fragment, null, [createElementVNode("div", _hoisted_1$16, [createElementVNode("h2", null, toDisplayString(date.value), 1)]), renderSlot(_ctx.$slots, "default", {}, void 0, true)], 64);
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
}), [["__scopeId", "data-v-160cf6ef"]]);
|
|
92
|
+
//#endregion
|
|
93
|
+
//#region src/components/BeamFilter.vue?vue&type=script&setup=true&lang.ts
|
|
94
|
+
var _hoisted_1$15 = { class: "beam_filters" };
|
|
95
|
+
var _hoisted_2$5 = { class: "beam_filters-options" };
|
|
96
|
+
//#endregion
|
|
97
|
+
//#region src/components/BeamFilter.vue
|
|
98
|
+
var BeamFilter_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
99
|
+
__name: "BeamFilter",
|
|
100
|
+
setup(__props) {
|
|
101
|
+
const isFilterExpanded = ref(false);
|
|
102
|
+
return (_ctx, _cache) => {
|
|
103
|
+
const _component_ToggleArrow = resolveComponent("ToggleArrow");
|
|
104
|
+
const _component_BeamHeading = resolveComponent("BeamHeading");
|
|
105
|
+
return openBlock(), createElementBlock("div", _hoisted_1$15, [createElementVNode("div", {
|
|
106
|
+
class: "beam_filters-heading",
|
|
107
|
+
onClick: _cache[0] || (_cache[0] = ($event) => isFilterExpanded.value = !isFilterExpanded.value)
|
|
108
|
+
}, [createVNode(_component_ToggleArrow, { open: isFilterExpanded.value }, null, 8, ["open"]), createVNode(_component_BeamHeading, null, {
|
|
109
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [createTextVNode("Filter", -1)])]),
|
|
110
|
+
_: 1
|
|
111
|
+
})]), withDirectives(createElementVNode("div", _hoisted_2$5, [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 512), [[vShow, isFilterExpanded.value]])]);
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
}), [["__scopeId", "data-v-f8d60c9f"]]);
|
|
115
|
+
//#endregion
|
|
116
|
+
//#region src/components/BeamFilterOption.vue?vue&type=script&setup=true&lang.ts
|
|
117
|
+
var _hoisted_1$14 = { class: "beam_filter-container" };
|
|
118
|
+
var _hoisted_2$4 = { class: "beam_filter-option-select" };
|
|
119
|
+
var _hoisted_3$3 = { class: "beam_filter-label" };
|
|
120
|
+
var _hoisted_4$2 = {
|
|
121
|
+
key: 0,
|
|
122
|
+
ref: "menu",
|
|
123
|
+
class: "beam_filter-select-menu"
|
|
124
|
+
};
|
|
125
|
+
var _hoisted_5 = ["data-value", "onClick"];
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/components/BeamFilterOption.vue
|
|
128
|
+
var BeamFilterOption_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
129
|
+
__name: "BeamFilterOption",
|
|
130
|
+
props: {
|
|
131
|
+
choices: {},
|
|
132
|
+
title: { default: "title" }
|
|
133
|
+
},
|
|
134
|
+
emits: ["select"],
|
|
135
|
+
setup(__props, { emit: __emit }) {
|
|
136
|
+
const emit = __emit;
|
|
137
|
+
const isMenuOpen = ref(false);
|
|
138
|
+
const label = ref(__props.choices[0].label);
|
|
139
|
+
const value = ref(__props.choices[0].value);
|
|
140
|
+
const selectChoice = (data) => {
|
|
141
|
+
label.value = data.label;
|
|
142
|
+
value.value = data.value;
|
|
143
|
+
emit("select", data);
|
|
144
|
+
};
|
|
145
|
+
return (_ctx, _cache) => {
|
|
146
|
+
const _component_BeamHeading = resolveComponent("BeamHeading");
|
|
147
|
+
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$14, [createVNode(_component_BeamHeading, { class: "beam_filter-option-heading" }, {
|
|
148
|
+
default: withCtx(() => [createTextVNode(toDisplayString(__props.title), 1)]),
|
|
149
|
+
_: 1
|
|
150
|
+
}), createElementVNode("div", {
|
|
151
|
+
class: "beam_filter-option",
|
|
152
|
+
onClick: _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = !isMenuOpen.value)
|
|
153
|
+
}, [createElementVNode("div", _hoisted_2$4, [_cache[1] || (_cache[1] = createElementVNode("div", { class: "beam_filter-arrow" }, [createElementVNode("svg", {
|
|
154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
155
|
+
viewBox: "0 0 35.36 70.71"
|
|
156
|
+
}, [createElementVNode("polygon", { points: "0 70.71 0 0 35.36 35.36 0 70.71" })])], -1)), createElementVNode("div", _hoisted_3$3, [createElementVNode("label", null, toDisplayString(label.value), 1)])]), isMenuOpen.value ? (openBlock(), createElementBlock("ul", _hoisted_4$2, [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.choices, (choice) => {
|
|
157
|
+
return openBlock(), createElementBlock("li", {
|
|
158
|
+
key: choice.value,
|
|
159
|
+
class: normalizeClass([{ selected: label.value == choice.label }, "beam_filter-select-option"]),
|
|
160
|
+
"data-value": choice.value,
|
|
161
|
+
onClick: ($event) => selectChoice(choice)
|
|
162
|
+
}, toDisplayString(choice.label), 11, _hoisted_5);
|
|
163
|
+
}), 128))], 512)) : createCommentVNode("", true)])])), [[unref(vOnClickOutside), () => isMenuOpen.value = false]]);
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
}), [["__scopeId", "data-v-ad8ee21c"]]);
|
|
167
|
+
//#endregion
|
|
168
|
+
//#region src/components/BeamHeading.vue
|
|
169
|
+
var _sfc_main$2 = {};
|
|
170
|
+
var _hoisted_1$13 = { class: "beam_header" };
|
|
171
|
+
function _sfc_render$2(_ctx, _cache) {
|
|
172
|
+
return openBlock(), createElementBlock("h1", _hoisted_1$13, [renderSlot(_ctx.$slots, "default", {}, void 0, true)]);
|
|
171
173
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
})
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
])]),
|
|
273
|
-
_: 1
|
|
274
|
-
})
|
|
275
|
-
]);
|
|
174
|
+
var BeamHeading_default = /*#__PURE__*/ _plugin_vue_export_helper_default(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-5182a4d5"]]);
|
|
175
|
+
//#endregion
|
|
176
|
+
//#region src/components/BeamMetadata.vue?vue&type=script&setup=true&lang.ts
|
|
177
|
+
var _hoisted_1$12 = { class: "beam_metadata" };
|
|
178
|
+
var _hoisted_2$3 = { class: "beam_metadata_content" };
|
|
179
|
+
var _hoisted_3$2 = { class: "beam_metadata_block" };
|
|
180
|
+
var _hoisted_4$1 = { class: "beam_metadata_heading" };
|
|
181
|
+
//#endregion
|
|
182
|
+
//#region src/components/BeamMetadata.vue
|
|
183
|
+
var BeamMetadata_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
184
|
+
__name: "BeamMetadata",
|
|
185
|
+
props: { order: {} },
|
|
186
|
+
setup(__props) {
|
|
187
|
+
return (_ctx, _cache) => {
|
|
188
|
+
return openBlock(), createElementBlock("div", _hoisted_1$12, [createElementVNode("div", _hoisted_2$3, [renderSlot(_ctx.$slots, "default", {}, () => [
|
|
189
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "beam_metadata_header beam_metadata--two-column" }, null, -1)),
|
|
190
|
+
createElementVNode("div", _hoisted_3$2, [createElementVNode("p", _hoisted_4$1, [_cache[0] || (_cache[0] = createTextVNode(" Status: ", -1)), createElementVNode("span", { class: normalizeClass([{ alert: !__props.order.complete }, "beam_metadata--normal"]) }, toDisplayString(__props.order.complete ? "Complete" : "In Progress"), 3)])]),
|
|
191
|
+
_cache[2] || (_cache[2] = createStaticVNode("<div class=\"beam_metadata_shipping beam_metadata_block\" data-v-80484331><div class=\"beam_metadata_source\" data-v-80484331><p class=\"beam_metadata_heading\" data-v-80484331>Source</p></div><div class=\"beam_metadata_source\" data-v-80484331><p class=\"beam_metadata_heading\" data-v-80484331>Receiving</p></div></div>", 1))
|
|
192
|
+
], true)]), _cache[3] || (_cache[3] = createElementVNode("hr", null, null, -1))]);
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
}), [["__scopeId", "data-v-80484331"]]);
|
|
196
|
+
//#endregion
|
|
197
|
+
//#region src/components/BeamModal.vue?vue&type=script&setup=true&lang.ts
|
|
198
|
+
var _hoisted_1$11 = { class: "beam_modal" };
|
|
199
|
+
//#endregion
|
|
200
|
+
//#region src/components/BeamModal.vue
|
|
201
|
+
var BeamModal_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
202
|
+
__name: "BeamModal",
|
|
203
|
+
props: { showModal: { type: Boolean } },
|
|
204
|
+
emits: ["closemodal", "confirmmodal"],
|
|
205
|
+
setup(__props) {
|
|
206
|
+
return (_ctx, _cache) => {
|
|
207
|
+
const _component_BeamBtn = resolveComponent("BeamBtn");
|
|
208
|
+
const _component_portal = resolveComponent("portal");
|
|
209
|
+
return openBlock(), createBlock(_component_portal, { to: "beam_modal_outlet" }, {
|
|
210
|
+
default: withCtx(() => [withDirectives(createElementVNode("div", _hoisted_1$11, [createVNode(_component_BeamBtn, { onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("closemodal")) }, {
|
|
211
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [createTextVNode("Close Modal", -1)])]),
|
|
212
|
+
_: 1
|
|
213
|
+
}), renderSlot(_ctx.$slots, "default", {
|
|
214
|
+
onClosemodal: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("closemodal")),
|
|
215
|
+
onConfirmmodal: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("confirmmodal"))
|
|
216
|
+
}, void 0, true)], 512), [[vShow, __props.showModal]])]),
|
|
217
|
+
_: 3
|
|
218
|
+
});
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
}), [["__scopeId", "data-v-73c40686"]]);
|
|
222
|
+
//#endregion
|
|
223
|
+
//#region src/components/BeamModalOutlet.vue
|
|
224
|
+
var BeamModalOutlet_default = /* @__PURE__ */ defineComponent({
|
|
225
|
+
__name: "BeamModalOutlet",
|
|
226
|
+
emits: ["confirmmodal", "closemodal"],
|
|
227
|
+
setup(__props) {
|
|
228
|
+
return (_ctx, _cache) => {
|
|
229
|
+
const _component_portal_target = resolveComponent("portal-target");
|
|
230
|
+
return openBlock(), createBlock(_component_portal_target, { name: "beam_modal_outlet" });
|
|
231
|
+
};
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
//#endregion
|
|
235
|
+
//#region src/components/BeamProgress.vue?vue&type=script&setup=true&lang.ts
|
|
236
|
+
var _hoisted_1$10 = { class: "beam_metadata_heading" };
|
|
237
|
+
//#endregion
|
|
238
|
+
//#region src/components/BeamProgress.vue
|
|
239
|
+
var BeamProgress_default = /* @__PURE__ */ defineComponent({
|
|
240
|
+
__name: "BeamProgress",
|
|
241
|
+
props: {
|
|
242
|
+
label: { default: "Status" },
|
|
243
|
+
progressMessage: { default: "In Progress" },
|
|
244
|
+
completeMessage: { default: "Complete" },
|
|
245
|
+
complete: {
|
|
246
|
+
type: Boolean,
|
|
247
|
+
default: false
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
setup(__props) {
|
|
251
|
+
const statusMessage = computed(() => __props.complete ? __props.completeMessage : __props.progressMessage);
|
|
252
|
+
return (_ctx, _cache) => {
|
|
253
|
+
return openBlock(), createElementBlock("p", _hoisted_1$10, [createTextVNode(toDisplayString(__props.label) + ": ", 1), createElementVNode("span", { class: normalizeClass([{ "beam--alert": !__props.complete }, "beam--normal"]) }, toDisplayString(statusMessage.value), 3)]);
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
});
|
|
257
|
+
//#endregion
|
|
258
|
+
//#region src/components/Confirm.vue
|
|
259
|
+
var _sfc_main$1 = {};
|
|
260
|
+
var _hoisted_1$9 = { class: "beam_modal-confirm" };
|
|
261
|
+
function _sfc_render$1(_ctx, _cache) {
|
|
262
|
+
const _component_BeamBtn = resolveComponent("BeamBtn");
|
|
263
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
264
|
+
_cache[4] || (_cache[4] = createElementVNode("h2", null, "Would you like to continue?", -1)),
|
|
265
|
+
createVNode(_component_BeamBtn, { onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("confirmmodal")) }, {
|
|
266
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [createTextVNode("Yes", -1)])]),
|
|
267
|
+
_: 1
|
|
268
|
+
}),
|
|
269
|
+
createVNode(_component_BeamBtn, { onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("confirmmodal")) }, {
|
|
270
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [createTextVNode("No", -1)])]),
|
|
271
|
+
_: 1
|
|
272
|
+
})
|
|
273
|
+
]);
|
|
276
274
|
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
275
|
+
var Confirm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-5b430dca"]]);
|
|
276
|
+
//#endregion
|
|
277
|
+
//#region src/components/FixedTop.vue
|
|
278
|
+
var _sfc_main = {};
|
|
279
|
+
var _hoisted_1$8 = { class: "fixed-top" };
|
|
280
|
+
function _sfc_render(_ctx, _cache) {
|
|
281
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [renderSlot(_ctx.$slots, "default", {}, void 0, true)]);
|
|
282
282
|
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
"onUpdate:modelValue": c[1] || (c[1] = (r) => n.value.checked = r)
|
|
383
|
-
}, null, 8, ["modelValue"])) : y("", !0)
|
|
384
|
-
]));
|
|
385
|
-
}
|
|
386
|
-
}), M = /* @__PURE__ */ m(st, [["__scopeId", "data-v-634dd647"]]), lt = { class: "beam_list-view" }, ct = /* @__PURE__ */ u({
|
|
387
|
-
__name: "ListView",
|
|
388
|
-
props: {
|
|
389
|
-
items: {}
|
|
390
|
-
},
|
|
391
|
-
emits: ["update", "scrollbottom"],
|
|
392
|
-
setup(e, { emit: t }) {
|
|
393
|
-
const o = t;
|
|
394
|
-
F(() => {
|
|
395
|
-
window.addEventListener("scroll", a);
|
|
396
|
-
}), A(() => {
|
|
397
|
-
window.removeEventListener("scroll", a);
|
|
398
|
-
});
|
|
399
|
-
const n = (c) => o("update", c), a = () => {
|
|
400
|
-
const c = document.documentElement.scrollHeight - window.innerHeight, r = document.documentElement.scrollTop;
|
|
401
|
-
c - r <= 2 && o("scrollbottom");
|
|
402
|
-
};
|
|
403
|
-
return (c, r) => (s(), i("ul", lt, [
|
|
404
|
-
(s(!0), i(S, null, O(e.items, (d) => (s(), i("li", {
|
|
405
|
-
key: d.barcode || d.label
|
|
406
|
-
}, [
|
|
407
|
-
d.linkComponent == "BeamDayDivider" ? (s(), h(L, {
|
|
408
|
-
key: 0,
|
|
409
|
-
item: d
|
|
410
|
-
}, null, 8, ["item"])) : d.linkComponent ? (s(), h(W(d.linkComponent), {
|
|
411
|
-
key: 1,
|
|
412
|
-
to: d.route,
|
|
413
|
-
tabindex: "-1"
|
|
414
|
-
}, {
|
|
415
|
-
default: b(() => [
|
|
416
|
-
p(M, {
|
|
417
|
-
item: d,
|
|
418
|
-
onUpdate: n
|
|
419
|
-
}, null, 8, ["item"])
|
|
420
|
-
]),
|
|
421
|
-
_: 2
|
|
422
|
-
}, 1032, ["to"])) : (s(), h(M, {
|
|
423
|
-
key: 2,
|
|
424
|
-
item: d,
|
|
425
|
-
onUpdate: n
|
|
426
|
-
}, null, 8, ["item"]))
|
|
427
|
-
]))), 128))
|
|
428
|
-
]));
|
|
429
|
-
}
|
|
430
|
-
}), it = /* @__PURE__ */ m(ct, [["__scopeId", "data-v-d536b2a7"]]), rt = { class: "beam_navbar" }, dt = /* @__PURE__ */ u({
|
|
431
|
-
__name: "Navbar",
|
|
432
|
-
emits: ["click"],
|
|
433
|
-
setup(e, { emit: t }) {
|
|
434
|
-
const o = t, n = () => {
|
|
435
|
-
o("click");
|
|
436
|
-
};
|
|
437
|
-
return (a, c) => {
|
|
438
|
-
const r = f("BeamHeading"), d = f("BeamBtn");
|
|
439
|
-
return s(), i("nav", rt, [
|
|
440
|
-
v(a.$slots, "title", {}, () => [
|
|
441
|
-
p(r, null, {
|
|
442
|
-
default: b(() => [...c[0] || (c[0] = [
|
|
443
|
-
g("TITLE", -1)
|
|
444
|
-
])]),
|
|
445
|
-
_: 1
|
|
446
|
-
})
|
|
447
|
-
], !0),
|
|
448
|
-
p(d, { onClick: n }, {
|
|
449
|
-
default: b(() => [
|
|
450
|
-
v(a.$slots, "navbaraction", {}, () => [
|
|
451
|
-
c[1] || (c[1] = g("Action", -1))
|
|
452
|
-
], !0)
|
|
453
|
-
]),
|
|
454
|
-
_: 3
|
|
455
|
-
})
|
|
456
|
-
]);
|
|
457
|
-
};
|
|
458
|
-
}
|
|
459
|
-
}), mt = /* @__PURE__ */ m(dt, [["__scopeId", "data-v-cfc4c14e"]]), ut = { id: "scan_input" }, _t = /* @__PURE__ */ u({
|
|
460
|
-
__name: "ScanInput",
|
|
461
|
-
props: {
|
|
462
|
-
scanHandler: { type: Function }
|
|
463
|
-
},
|
|
464
|
-
emits: ["scanInstance"],
|
|
465
|
-
setup(e, { emit: t }) {
|
|
466
|
-
const o = t, n = e;
|
|
467
|
-
return F(() => {
|
|
468
|
-
const a = D.attachTo(window, { onScan: n.scanHandler });
|
|
469
|
-
o("scanInstance", a);
|
|
470
|
-
}), A(() => {
|
|
471
|
-
D.detachFrom(window);
|
|
472
|
-
}), (a, c) => (s(), i("div", ut));
|
|
473
|
-
}
|
|
474
|
-
}), vt = /* @__PURE__ */ u({
|
|
475
|
-
__name: "SegmentedDisplay",
|
|
476
|
-
props: {
|
|
477
|
-
displayInput: { default: 120.2568 },
|
|
478
|
-
decimalPlaces: { default: 2 },
|
|
479
|
-
displayColor: { default: "gray" },
|
|
480
|
-
textColor: { default: "white" }
|
|
481
|
-
},
|
|
482
|
-
setup(e) {
|
|
483
|
-
const t = I(() => e.displayInput === 0 ? 0 .toFixed(e.decimalPlaces) : e.displayInput.toFixed(e.decimalPlaces)), o = (n) => n?.substring(0, 2) == "--" ? `var(${n})` : n;
|
|
484
|
-
return (n, a) => (s(), i("div", {
|
|
485
|
-
class: "segmented-display",
|
|
486
|
-
style: B({ background: o(e.displayColor) })
|
|
487
|
-
}, [
|
|
488
|
-
l("h1", {
|
|
489
|
-
class: "segmented-display-output",
|
|
490
|
-
style: B({ color: o(e.textColor) })
|
|
491
|
-
}, _(t.value), 5)
|
|
492
|
-
], 4));
|
|
493
|
-
}
|
|
494
|
-
}), ft = /* @__PURE__ */ m(vt, [["__scopeId", "data-v-1731e036"]]), pt = { class: "column column-left" }, bt = { class: "column column-right" }, gt = /* @__PURE__ */ u({
|
|
495
|
-
__name: "SplitColumn",
|
|
496
|
-
props: {
|
|
497
|
-
justifyContent: { default: "space-between" },
|
|
498
|
-
alignItems: { default: "flex-start" }
|
|
499
|
-
},
|
|
500
|
-
setup(e) {
|
|
501
|
-
return (t, o) => (s(), i("div", {
|
|
502
|
-
class: "two-column",
|
|
503
|
-
style: B({ justifyContent: e.justifyContent, alignItems: e.alignItems })
|
|
504
|
-
}, [
|
|
505
|
-
l("div", pt, [
|
|
506
|
-
v(t.$slots, "left", {}, void 0, !0)
|
|
507
|
-
]),
|
|
508
|
-
l("div", bt, [
|
|
509
|
-
v(t.$slots, "right", {}, void 0, !0)
|
|
510
|
-
])
|
|
511
|
-
], 4));
|
|
512
|
-
}
|
|
513
|
-
}), $t = /* @__PURE__ */ m(gt, [["__scopeId", "data-v-3f65313d"]]), ht = /* @__PURE__ */ u({
|
|
514
|
-
__name: "ToggleArrow",
|
|
515
|
-
props: {
|
|
516
|
-
open: { type: Boolean }
|
|
517
|
-
},
|
|
518
|
-
setup(e) {
|
|
519
|
-
return (t, o) => (s(), i("div", {
|
|
520
|
-
class: C(["arrow-icon", { open: e.open }])
|
|
521
|
-
}, [...o[0] || (o[0] = [
|
|
522
|
-
l("svg", {
|
|
523
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
524
|
-
viewBox: "0 0 35.36 70.71"
|
|
525
|
-
}, [
|
|
526
|
-
l("polygon", { points: "0 70.71 0 0 35.36 35.36 0 70.71" })
|
|
527
|
-
], -1)
|
|
528
|
-
])], 2));
|
|
529
|
-
}
|
|
530
|
-
}), wt = /* @__PURE__ */ m(ht, [["__scopeId", "data-v-05e7abed"]]), St = async (e) => {
|
|
531
|
-
const t = $({});
|
|
532
|
-
if (e.host && e.port && !await Bt(e.host, e.port))
|
|
533
|
-
return { messages: t };
|
|
534
|
-
const o = $();
|
|
535
|
-
return F(() => {
|
|
536
|
-
o.value = J.connect(e), e.topics || (e.topics = ["#"]);
|
|
537
|
-
for (const n of e.topics)
|
|
538
|
-
o.value.subscribe(n, (a) => {
|
|
539
|
-
if (a)
|
|
540
|
-
throw a;
|
|
541
|
-
});
|
|
542
|
-
o.value.on("message", (n, a) => {
|
|
543
|
-
t.value[n] || (t.value[n] = []), t.value[n].push(a.toString());
|
|
544
|
-
});
|
|
545
|
-
}), A(() => {
|
|
546
|
-
o.value?.end();
|
|
547
|
-
}), { messages: t };
|
|
548
|
-
}, Bt = async (e, t) => {
|
|
549
|
-
try {
|
|
550
|
-
const o = new AbortController(), n = setTimeout(() => o.abort(), 2e3);
|
|
551
|
-
try {
|
|
552
|
-
return await fetch(`${e}:${t}`, {
|
|
553
|
-
mode: "no-cors",
|
|
554
|
-
// This allows checking without CORS issues
|
|
555
|
-
signal: o.signal
|
|
556
|
-
}), clearTimeout(n), !0;
|
|
557
|
-
} catch (a) {
|
|
558
|
-
if (clearTimeout(n), a instanceof DOMException && a.name === "AbortError")
|
|
559
|
-
return !1;
|
|
560
|
-
const c = String(a);
|
|
561
|
-
return !(c.includes("NetworkError") || c.includes("Failed to fetch") || c.includes("net::ERR_CONNECTION_REFUSED"));
|
|
562
|
-
}
|
|
563
|
-
} catch {
|
|
564
|
-
return !1;
|
|
565
|
-
}
|
|
283
|
+
var FixedTop_default = /*#__PURE__*/ _plugin_vue_export_helper_default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a38a41d0"]]);
|
|
284
|
+
//#endregion
|
|
285
|
+
//#region src/components/ItemCheck.vue?vue&type=script&setup=true&lang.ts
|
|
286
|
+
var _hoisted_1$7 = { class: "container" };
|
|
287
|
+
//#endregion
|
|
288
|
+
//#region src/components/ItemCheck.vue
|
|
289
|
+
var ItemCheck_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
290
|
+
__name: "ItemCheck",
|
|
291
|
+
props: {
|
|
292
|
+
"modelValue": {
|
|
293
|
+
type: Boolean,
|
|
294
|
+
default: false
|
|
295
|
+
},
|
|
296
|
+
"modelModifiers": {}
|
|
297
|
+
},
|
|
298
|
+
emits: ["update:modelValue"],
|
|
299
|
+
setup(__props) {
|
|
300
|
+
const value = useModel(__props, "modelValue");
|
|
301
|
+
return (_ctx, _cache) => {
|
|
302
|
+
return openBlock(), createElementBlock("label", _hoisted_1$7, [withDirectives(createElementVNode("input", {
|
|
303
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
|
|
304
|
+
type: "checkbox",
|
|
305
|
+
tabindex: "-1"
|
|
306
|
+
}, null, 512), [[vModelCheckbox, value.value]]), _cache[1] || (_cache[1] = createElementVNode("div", {
|
|
307
|
+
class: "checkmark",
|
|
308
|
+
tabindex: "0"
|
|
309
|
+
}, null, -1))]);
|
|
310
|
+
};
|
|
311
|
+
}
|
|
312
|
+
}), [["__scopeId", "data-v-ad0dc7dc"]]);
|
|
313
|
+
//#endregion
|
|
314
|
+
//#region src/components/ItemCount.vue?vue&type=script&setup=true&lang.ts
|
|
315
|
+
var _hoisted_1$6 = { class: "beam_item-count" };
|
|
316
|
+
var _hoisted_2$2 = ["contenteditable"];
|
|
317
|
+
var _hoisted_3$1 = { key: 0 };
|
|
318
|
+
var _hoisted_4 = { key: 1 };
|
|
319
|
+
//#endregion
|
|
320
|
+
//#region src/components/ItemCount.vue
|
|
321
|
+
var ItemCount_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
322
|
+
__name: "ItemCount",
|
|
323
|
+
props: /*@__PURE__*/ mergeModels({
|
|
324
|
+
denominator: { default: 0 },
|
|
325
|
+
debounce: { default: 300 },
|
|
326
|
+
editable: {
|
|
327
|
+
type: [Boolean, String],
|
|
328
|
+
default: true
|
|
329
|
+
},
|
|
330
|
+
uom: { default: "" }
|
|
331
|
+
}, {
|
|
332
|
+
"modelValue": { required: true },
|
|
333
|
+
"modelModifiers": {}
|
|
334
|
+
}),
|
|
335
|
+
emits: ["update:modelValue"],
|
|
336
|
+
setup(__props) {
|
|
337
|
+
const count = useModel(__props, "modelValue");
|
|
338
|
+
const isCountComplete = computed(() => __props.denominator !== 0 && count.value === __props.denominator);
|
|
339
|
+
const validate = (payload) => {
|
|
340
|
+
const newValue = Number(payload.target.innerHTML) || 0;
|
|
341
|
+
count.value = __props.denominator ? Math.min(newValue, __props.denominator) : newValue;
|
|
342
|
+
};
|
|
343
|
+
const debouncedRequest = useDebounceFn((payload) => validate(payload), __props.debounce);
|
|
344
|
+
const debouncedValidate = async (payload) => await debouncedRequest(payload);
|
|
345
|
+
return (_ctx, _cache) => {
|
|
346
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
347
|
+
createElementVNode("span", {
|
|
348
|
+
contenteditable: __props.editable,
|
|
349
|
+
class: normalizeClass({ "beam--alert": !isCountComplete.value }),
|
|
350
|
+
onClick: withModifiers(validate, ["stop", "prevent"]),
|
|
351
|
+
onInput: withModifiers(debouncedValidate, ["stop", "prevent"]),
|
|
352
|
+
onPaste: validate
|
|
353
|
+
}, toDisplayString(count.value), 43, _hoisted_2$2),
|
|
354
|
+
__props.denominator ? (openBlock(), createElementBlock("span", _hoisted_3$1, "/" + toDisplayString(__props.denominator), 1)) : createCommentVNode("", true),
|
|
355
|
+
__props.uom ? (openBlock(), createElementBlock("span", _hoisted_4, "\xA0 " + toDisplayString(__props.uom), 1)) : createCommentVNode("", true)
|
|
356
|
+
]);
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
}), [["__scopeId", "data-v-d4f676ed"]]);
|
|
360
|
+
//#endregion
|
|
361
|
+
//#region src/components/ListAnchor.vue?vue&type=script&setup=true&lang.ts
|
|
362
|
+
var _hoisted_1$5 = ["href"];
|
|
363
|
+
//#endregion
|
|
364
|
+
//#region src/components/ListAnchor.vue
|
|
365
|
+
var ListAnchor_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
366
|
+
__name: "ListAnchor",
|
|
367
|
+
props: { to: { default: "" } },
|
|
368
|
+
setup(__props) {
|
|
369
|
+
return (_ctx, _cache) => {
|
|
370
|
+
return openBlock(), createElementBlock("a", {
|
|
371
|
+
href: __props.to,
|
|
372
|
+
class: "beam_list-anchor"
|
|
373
|
+
}, [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 8, _hoisted_1$5);
|
|
374
|
+
};
|
|
375
|
+
}
|
|
376
|
+
}), [["__scopeId", "data-v-7e3ecf0d"]]);
|
|
377
|
+
//#endregion
|
|
378
|
+
//#region src/components/ListItem.vue?vue&type=script&setup=true&lang.ts
|
|
379
|
+
var _hoisted_1$4 = {
|
|
380
|
+
tabindex: "0",
|
|
381
|
+
class: "beam_list-item"
|
|
566
382
|
};
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
383
|
+
var _hoisted_2$1 = { class: "beam_list-text" };
|
|
384
|
+
var _hoisted_3 = { class: "beam--bold" };
|
|
385
|
+
//#endregion
|
|
386
|
+
//#region src/components/ListItem.vue
|
|
387
|
+
var ListItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
388
|
+
__name: "ListItem",
|
|
389
|
+
props: { item: {} },
|
|
390
|
+
emits: ["update"],
|
|
391
|
+
setup(__props, { emit: __emit }) {
|
|
392
|
+
const emit = __emit;
|
|
393
|
+
const listItem = ref(__props.item);
|
|
394
|
+
watch(listItem, (value) => {
|
|
395
|
+
emit("update", value);
|
|
396
|
+
}, { deep: true });
|
|
397
|
+
return (_ctx, _cache) => {
|
|
398
|
+
return openBlock(), createElementBlock("li", _hoisted_1$4, [
|
|
399
|
+
createElementVNode("div", _hoisted_2$1, [createElementVNode("label", _hoisted_3, toDisplayString(listItem.value.label), 1), createElementVNode("p", null, toDisplayString(listItem.value.description), 1)]),
|
|
400
|
+
listItem.value.count ? (openBlock(), createBlock(ItemCount_default, {
|
|
401
|
+
key: 0,
|
|
402
|
+
modelValue: listItem.value.count.count,
|
|
403
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => listItem.value.count.count = $event),
|
|
404
|
+
debounce: listItem.value.debounce,
|
|
405
|
+
denominator: listItem.value.count.of,
|
|
406
|
+
editable: true,
|
|
407
|
+
uom: listItem.value.count.uom
|
|
408
|
+
}, null, 8, [
|
|
409
|
+
"modelValue",
|
|
410
|
+
"debounce",
|
|
411
|
+
"denominator",
|
|
412
|
+
"uom"
|
|
413
|
+
])) : createCommentVNode("", true),
|
|
414
|
+
listItem.value.hasOwnProperty("checked") ? (openBlock(), createBlock(ItemCheck_default, {
|
|
415
|
+
key: 1,
|
|
416
|
+
modelValue: listItem.value.checked,
|
|
417
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => listItem.value.checked = $event)
|
|
418
|
+
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
419
|
+
]);
|
|
420
|
+
};
|
|
421
|
+
}
|
|
422
|
+
}), [["__scopeId", "data-v-634dd647"]]);
|
|
423
|
+
//#endregion
|
|
424
|
+
//#region src/components/ListView.vue?vue&type=script&setup=true&lang.ts
|
|
425
|
+
var _hoisted_1$3 = { class: "beam_list-view" };
|
|
426
|
+
//#endregion
|
|
427
|
+
//#region src/components/ListView.vue
|
|
428
|
+
var ListView_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
429
|
+
__name: "ListView",
|
|
430
|
+
props: { items: {} },
|
|
431
|
+
emits: ["update", "scrollbottom"],
|
|
432
|
+
setup(__props, { emit: __emit }) {
|
|
433
|
+
const emit = __emit;
|
|
434
|
+
onMounted(() => {
|
|
435
|
+
window.addEventListener("scroll", handleScroll);
|
|
436
|
+
});
|
|
437
|
+
onUnmounted(() => {
|
|
438
|
+
window.removeEventListener("scroll", handleScroll);
|
|
439
|
+
});
|
|
440
|
+
const handleUpdate = (item) => emit("update", item);
|
|
441
|
+
const handleScroll = () => {
|
|
442
|
+
if (document.documentElement.scrollHeight - window.innerHeight - document.documentElement.scrollTop <= 2) emit("scrollbottom");
|
|
443
|
+
};
|
|
444
|
+
return (_ctx, _cache) => {
|
|
445
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$3, [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
|
|
446
|
+
return openBlock(), createElementBlock("li", { key: item.barcode || item.label }, [item.linkComponent == "BeamDayDivider" ? (openBlock(), createBlock(BeamDayDivider_default, {
|
|
447
|
+
key: 0,
|
|
448
|
+
item
|
|
449
|
+
}, null, 8, ["item"])) : item.linkComponent ? (openBlock(), createBlock(resolveDynamicComponent(item.linkComponent), {
|
|
450
|
+
key: 1,
|
|
451
|
+
to: item.route,
|
|
452
|
+
tabindex: "-1"
|
|
453
|
+
}, {
|
|
454
|
+
default: withCtx(() => [createVNode(ListItem_default, {
|
|
455
|
+
item,
|
|
456
|
+
onUpdate: handleUpdate
|
|
457
|
+
}, null, 8, ["item"])]),
|
|
458
|
+
_: 2
|
|
459
|
+
}, 1032, ["to"])) : (openBlock(), createBlock(ListItem_default, {
|
|
460
|
+
key: 2,
|
|
461
|
+
item,
|
|
462
|
+
onUpdate: handleUpdate
|
|
463
|
+
}, null, 8, ["item"]))]);
|
|
464
|
+
}), 128))]);
|
|
465
|
+
};
|
|
466
|
+
}
|
|
467
|
+
}), [["__scopeId", "data-v-d536b2a7"]]);
|
|
468
|
+
//#endregion
|
|
469
|
+
//#region src/components/Navbar.vue?vue&type=script&setup=true&lang.ts
|
|
470
|
+
var _hoisted_1$2 = { class: "beam_navbar" };
|
|
471
|
+
//#endregion
|
|
472
|
+
//#region src/components/Navbar.vue
|
|
473
|
+
var Navbar_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
474
|
+
__name: "Navbar",
|
|
475
|
+
emits: ["click"],
|
|
476
|
+
setup(__props, { emit: __emit }) {
|
|
477
|
+
const emit = __emit;
|
|
478
|
+
const handlePrimaryAction = () => {
|
|
479
|
+
emit("click");
|
|
480
|
+
};
|
|
481
|
+
return (_ctx, _cache) => {
|
|
482
|
+
const _component_BeamHeading = resolveComponent("BeamHeading");
|
|
483
|
+
const _component_BeamBtn = resolveComponent("BeamBtn");
|
|
484
|
+
return openBlock(), createElementBlock("nav", _hoisted_1$2, [renderSlot(_ctx.$slots, "title", {}, () => [createVNode(_component_BeamHeading, null, {
|
|
485
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [createTextVNode("TITLE", -1)])]),
|
|
486
|
+
_: 1
|
|
487
|
+
})], true), createVNode(_component_BeamBtn, { onClick: handlePrimaryAction }, {
|
|
488
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "navbaraction", {}, () => [_cache[1] || (_cache[1] = createTextVNode("Action", -1))], true)]),
|
|
489
|
+
_: 3
|
|
490
|
+
})]);
|
|
491
|
+
};
|
|
492
|
+
}
|
|
493
|
+
}), [["__scopeId", "data-v-cfc4c14e"]]);
|
|
494
|
+
//#endregion
|
|
495
|
+
//#region src/components/ScanInput.vue?vue&type=script&setup=true&lang.ts
|
|
496
|
+
var _hoisted_1$1 = { id: "scan_input" };
|
|
497
|
+
//#endregion
|
|
498
|
+
//#region src/components/ScanInput.vue
|
|
499
|
+
var ScanInput_default = /* @__PURE__ */ defineComponent({
|
|
500
|
+
__name: "ScanInput",
|
|
501
|
+
props: { scanHandler: { type: Function } },
|
|
502
|
+
emits: ["scanInstance"],
|
|
503
|
+
setup(__props, { emit: __emit }) {
|
|
504
|
+
const emit = __emit;
|
|
505
|
+
const props = __props;
|
|
506
|
+
onMounted(() => {
|
|
507
|
+
const instance = onScan.attachTo(window, { onScan: props.scanHandler });
|
|
508
|
+
emit("scanInstance", instance);
|
|
509
|
+
});
|
|
510
|
+
onUnmounted(() => {
|
|
511
|
+
onScan.detachFrom(window);
|
|
512
|
+
});
|
|
513
|
+
return (_ctx, _cache) => {
|
|
514
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1);
|
|
515
|
+
};
|
|
516
|
+
}
|
|
517
|
+
});
|
|
518
|
+
//#endregion
|
|
519
|
+
//#region src/components/SegmentedDisplay.vue
|
|
520
|
+
var SegmentedDisplay_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
521
|
+
__name: "SegmentedDisplay",
|
|
522
|
+
props: {
|
|
523
|
+
displayInput: { default: 120.2568 },
|
|
524
|
+
decimalPlaces: { default: 2 },
|
|
525
|
+
displayColor: { default: "gray" },
|
|
526
|
+
textColor: { default: "white" }
|
|
527
|
+
},
|
|
528
|
+
setup(__props) {
|
|
529
|
+
const getOutput = computed(() => {
|
|
530
|
+
if (__props.displayInput === 0) return 0 .toFixed(__props.decimalPlaces);
|
|
531
|
+
return __props.displayInput.toFixed(__props.decimalPlaces);
|
|
532
|
+
});
|
|
533
|
+
const getColor = (color) => {
|
|
534
|
+
return color?.substring(0, 2) == "--" ? `var(${color})` : color;
|
|
535
|
+
};
|
|
536
|
+
return (_ctx, _cache) => {
|
|
537
|
+
return openBlock(), createElementBlock("div", {
|
|
538
|
+
class: "segmented-display",
|
|
539
|
+
style: normalizeStyle({ background: getColor(__props.displayColor) })
|
|
540
|
+
}, [createElementVNode("h1", {
|
|
541
|
+
class: "segmented-display-output",
|
|
542
|
+
style: normalizeStyle({ color: getColor(__props.textColor) })
|
|
543
|
+
}, toDisplayString(getOutput.value), 5)], 4);
|
|
544
|
+
};
|
|
545
|
+
}
|
|
546
|
+
}), [["__scopeId", "data-v-1731e036"]]);
|
|
547
|
+
//#endregion
|
|
548
|
+
//#region src/components/SplitColumn.vue?vue&type=script&setup=true&lang.ts
|
|
549
|
+
var _hoisted_1 = { class: "column column-left" };
|
|
550
|
+
var _hoisted_2 = { class: "column column-right" };
|
|
551
|
+
//#endregion
|
|
552
|
+
//#region src/components/SplitColumn.vue
|
|
553
|
+
var SplitColumn_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
554
|
+
__name: "SplitColumn",
|
|
555
|
+
props: {
|
|
556
|
+
justifyContent: { default: "space-between" },
|
|
557
|
+
alignItems: { default: "flex-start" }
|
|
558
|
+
},
|
|
559
|
+
setup(__props) {
|
|
560
|
+
return (_ctx, _cache) => {
|
|
561
|
+
return openBlock(), createElementBlock("div", {
|
|
562
|
+
class: "two-column",
|
|
563
|
+
style: normalizeStyle({
|
|
564
|
+
justifyContent: __props.justifyContent,
|
|
565
|
+
alignItems: __props.alignItems
|
|
566
|
+
})
|
|
567
|
+
}, [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "left", {}, void 0, true)]), createElementVNode("div", _hoisted_2, [renderSlot(_ctx.$slots, "right", {}, void 0, true)])], 4);
|
|
568
|
+
};
|
|
569
|
+
}
|
|
570
|
+
}), [["__scopeId", "data-v-3f65313d"]]);
|
|
571
|
+
//#endregion
|
|
572
|
+
//#region src/components/ToggleArrow.vue
|
|
573
|
+
var ToggleArrow_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
574
|
+
__name: "ToggleArrow",
|
|
575
|
+
props: { open: { type: Boolean } },
|
|
576
|
+
setup(__props) {
|
|
577
|
+
return (_ctx, _cache) => {
|
|
578
|
+
return openBlock(), createElementBlock("div", { class: normalizeClass(["arrow-icon", { open: __props.open }]) }, [..._cache[0] || (_cache[0] = [createElementVNode("svg", {
|
|
579
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
580
|
+
viewBox: "0 0 35.36 70.71"
|
|
581
|
+
}, [createElementVNode("polygon", { points: "0 70.71 0 0 35.36 35.36 0 70.71" })], -1)])], 2);
|
|
582
|
+
};
|
|
583
|
+
}
|
|
584
|
+
}), [["__scopeId", "data-v-05e7abed"]]);
|
|
585
|
+
//#endregion
|
|
586
|
+
//#region src/composables/mqtt.ts
|
|
587
|
+
/**
|
|
588
|
+
* Use MQTT stream
|
|
589
|
+
* @param options - MQTT stream options
|
|
590
|
+
* @returns MQTT stream messages
|
|
591
|
+
* @beta
|
|
592
|
+
*/
|
|
593
|
+
var useMqttStream = async (options) => {
|
|
594
|
+
const messages = ref({});
|
|
595
|
+
if (options.host && options.port) {
|
|
596
|
+
if (!await isPortActive(options.host, options.port)) return { messages };
|
|
597
|
+
}
|
|
598
|
+
const client = ref();
|
|
599
|
+
onMounted(() => {
|
|
600
|
+
client.value = mqtt.connect(options);
|
|
601
|
+
if (!options.topics) options.topics = ["#"];
|
|
602
|
+
for (const topic of options.topics) client.value.subscribe(topic, (err) => {
|
|
603
|
+
if (err) throw err;
|
|
604
|
+
});
|
|
605
|
+
client.value.on("message", (topic, message) => {
|
|
606
|
+
if (!messages.value[topic]) messages.value[topic] = [];
|
|
607
|
+
messages.value[topic].push(message.toString());
|
|
608
|
+
});
|
|
609
|
+
});
|
|
610
|
+
onUnmounted(() => {
|
|
611
|
+
client.value?.end();
|
|
612
|
+
});
|
|
613
|
+
return { messages };
|
|
614
|
+
};
|
|
615
|
+
/**
|
|
616
|
+
* Check if a local port has a service running
|
|
617
|
+
* @param host the host to check
|
|
618
|
+
* @param port the port to check
|
|
619
|
+
* @returns true if the port has a service running, false otherwise
|
|
620
|
+
*
|
|
621
|
+
* @beta
|
|
622
|
+
*/
|
|
623
|
+
var isPortActive = async (host, port) => {
|
|
624
|
+
try {
|
|
625
|
+
const controller = new AbortController();
|
|
626
|
+
const timeoutId = setTimeout(() => controller.abort(), 2e3);
|
|
627
|
+
try {
|
|
628
|
+
await fetch(`${host}:${port}`, {
|
|
629
|
+
mode: "no-cors",
|
|
630
|
+
signal: controller.signal
|
|
631
|
+
});
|
|
632
|
+
clearTimeout(timeoutId);
|
|
633
|
+
return true;
|
|
634
|
+
} catch (error) {
|
|
635
|
+
clearTimeout(timeoutId);
|
|
636
|
+
if (error instanceof DOMException && error.name === "AbortError") return false;
|
|
637
|
+
const errorString = String(error);
|
|
638
|
+
if (errorString.includes("NetworkError") || errorString.includes("Failed to fetch") || errorString.includes("net::ERR_CONNECTION_REFUSED")) return false;
|
|
639
|
+
return true;
|
|
640
|
+
}
|
|
641
|
+
} catch {
|
|
642
|
+
return false;
|
|
643
|
+
}
|
|
596
644
|
};
|
|
597
|
-
//#
|
|
645
|
+
//#endregion
|
|
646
|
+
//#region src/index.ts
|
|
647
|
+
/**
|
|
648
|
+
* Install all Beam components
|
|
649
|
+
* @param app - Vue app instance
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
function install(app) {
|
|
653
|
+
app.component("ActionFooter", ActionFooter_default);
|
|
654
|
+
app.component("BeamArrow", BeamArrow_default);
|
|
655
|
+
app.component("BeamBtn", BeamBtn_default);
|
|
656
|
+
app.component("BeamDayDivider", BeamDayDivider_default);
|
|
657
|
+
app.component("BeamFilter", BeamFilter_default);
|
|
658
|
+
app.component("BeamFilterOption", BeamFilterOption_default);
|
|
659
|
+
app.component("BeamHeading", BeamHeading_default);
|
|
660
|
+
app.component("BeamMetadata", BeamMetadata_default);
|
|
661
|
+
app.component("BeamModal", BeamModal_default);
|
|
662
|
+
app.component("BeamModalOutlet", BeamModalOutlet_default);
|
|
663
|
+
app.component("BeamProgress", BeamProgress_default);
|
|
664
|
+
app.component("Confirm", Confirm_default);
|
|
665
|
+
app.component("FixedTop", FixedTop_default);
|
|
666
|
+
app.component("ItemCheck", ItemCheck_default);
|
|
667
|
+
app.component("ItemCount", ItemCount_default);
|
|
668
|
+
app.component("ListAnchor", ListAnchor_default);
|
|
669
|
+
app.component("ListItem", ListItem_default);
|
|
670
|
+
app.component("ListView", ListView_default);
|
|
671
|
+
app.component("Navbar", Navbar_default);
|
|
672
|
+
app.component("ScanInput", ScanInput_default);
|
|
673
|
+
app.component("SegmentedDisplay", SegmentedDisplay_default);
|
|
674
|
+
app.component("SplitColumn", SplitColumn_default);
|
|
675
|
+
app.component("ToggleArrow", ToggleArrow_default);
|
|
676
|
+
}
|
|
677
|
+
//#endregion
|
|
678
|
+
export { ActionFooter_default as ActionFooter, BeamArrow_default as BeamArrow, BeamBtn_default as BeamBtn, BeamDayDivider_default as BeamDayDivider, BeamFilter_default as BeamFilter, BeamFilterOption_default as BeamFilterOption, BeamHeading_default as BeamHeading, BeamMetadata_default as BeamMetadata, BeamModal_default as BeamModal, BeamModalOutlet_default as BeamModalOutlet, BeamProgress_default as BeamProgress, Confirm_default as Confirm, FixedTop_default as FixedTop, ItemCheck_default as ItemCheck, ItemCount_default as ItemCount, ListAnchor_default as ListAnchor, ListItem_default as ListItem, ListView_default as ListView, Navbar_default as Navbar, ScanInput_default as ScanInput, SegmentedDisplay_default as SegmentedDisplay, SplitColumn_default as SplitColumn, ToggleArrow_default as ToggleArrow, install, useMqttStream };
|
|
679
|
+
|
|
680
|
+
//# sourceMappingURL=beam.js.map
|