@feedmepos/mf-report 5.19.14 → 5.19.15-beta.1
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/{App-DeVQ-5jG.js → App-xBsadY9j.js} +31 -31
- package/dist/BaseDialog.vue_vue_type_script_setup_true_lang-CHRO5bBh.js +19641 -0
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-DumUlm1C.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-BVi8DNni.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-CmzBHyNH.js → Default.vue_vue_type_script_setup_true_lang-Dng4eIjN.js} +2 -2
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-DjrazYpH.js +1669 -0
- package/dist/{InsightView-59SomPE5.js → InsightView-BobNnxNO.js} +5 -5
- package/dist/{Integration-Cn3MIpPW.js → Integration-B58qXrEi.js} +2 -2
- package/dist/{Integrations-CDZCWs2E.js → Integrations-D4ju0l38.js} +3 -3
- package/dist/{Layout-BMT4kAeo.js → Layout-BEVHNcHv.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-B3GqFogN.js → MenuTab.vue_vue_type_script_setup_true_lang-Bjd65rm5.js} +6 -6
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-Do4b-kr5.js → NavigationTab.vue_vue_type_script_setup_true_lang-_ISHPXij.js} +7413 -7409
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-w_dppGRy.js → NoData.vue_vue_type_script_setup_true_lang-DX1We5Q0.js} +1 -1
- package/dist/{OverviewView-DVwf7FCp.js → OverviewView-BEgRbIxg.js} +5 -5
- package/dist/{Report-D7zpjMrN.js → Report-B7OIfQy4.js} +4 -4
- package/dist/{ReportEditor-C7ywC2vY.js → ReportEditor-Cp5mGpeI.js} +6 -6
- package/dist/{ReportView-j70V7ndP.js → ReportView-quL4ELcD.js} +7 -7
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-BLg2sUEv.js → SelectComponent.vue_vue_type_script_setup_true_lang-DYOjRnAy.js} +1 -1
- package/dist/{Setting-CCreZm_Z.js → Setting-DauahAzK.js} +4 -4
- package/dist/{TileEditor-DgthwM0_.js → TileEditor-hJyaEiil.js} +7 -7
- package/dist/{TransitionFade-BMtXJvf_.js → TransitionFade-5VQXMiy-.js} +92 -92
- package/dist/app.js +11 -11
- package/dist/assets/formatChartData.worker-reYyZ0mM.js +134 -0
- package/dist/assets/processTableData.worker-LuS08Ujn.js +134 -0
- package/dist/{helper-BxD8Pw6q.js → helper-CLGnwM-X.js} +1 -1
- package/dist/{vue-i18n-BhgV_iZ3.js → vue-i18n-DsnU36hZ.js} +177 -177
- package/package.json +2 -3
- package/dist/BaseDialog.vue_vue_type_script_setup_true_lang-DTcydHkQ.js +0 -11209
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-uQ3PyGDv.js +0 -1626
- package/dist/assets/formatChartData.worker-2gP9DT2G.js +0 -8
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { defineComponent as Ce, onBeforeMount as xn, onBeforeUnmount as On, resolveComponent as N, createElementBlock as Q, openBlock as V, normalizeStyle as
|
|
2
|
-
import { u as Pt, f as An, p as Nn, d as ht, h as Pn } from "./vue-i18n-
|
|
1
|
+
import { defineComponent as Ce, onBeforeMount as xn, onBeforeUnmount as On, resolveComponent as N, createElementBlock as Q, openBlock as V, normalizeStyle as Fn, unref as M, renderSlot as Ge, createVNode as k, createElementVNode as be, toDisplayString as Pe, TransitionGroup as In, nextTick as en, h as $t, mergeModels as Nt, useModel as ze, computed as ke, Fragment as qe, renderList as tn, createBlock as Me, normalizeClass as kn, withCtx as le, createTextVNode as nn, Transition as xt, createCommentVNode as fe, ref as De, watch as pt, withModifiers as Rt } from "vue";
|
|
2
|
+
import { u as Pt, f as An, p as Nn, d as ht, h as Pn } from "./vue-i18n-DsnU36hZ.js";
|
|
3
3
|
import { useCoreStore as Vn } from "@feedmepos/mf-common";
|
|
4
4
|
import { storeToRefs as Mn } from "pinia";
|
|
5
5
|
import { useRoute as Ln } from "vue-router";
|
|
6
|
-
import { W as L, D as Ze, c as z, C as de, _ as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { a as Vt, _ as Yt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-
|
|
8
|
-
import { R as $n } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { W as L, D as Ze, c as z, C as de, _ as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-CHRO5bBh.js";
|
|
7
|
+
import { a as Vt, _ as Yt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-DYOjRnAy.js";
|
|
8
|
+
import { R as $n } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-DjrazYpH.js";
|
|
9
9
|
import { useSnackbar as Rn } from "@feedmepos/ui-library";
|
|
10
|
-
import { a as Yn } from "./helper-
|
|
10
|
+
import { a as Yn } from "./helper-CLGnwM-X.js";
|
|
11
11
|
const Wn = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
|
|
@@ -23,7 +23,7 @@ const Wn = {
|
|
|
23
23
|
const u = N("FmCircularProgress");
|
|
24
24
|
return V(), Q("div", {
|
|
25
25
|
class: "mx-auto",
|
|
26
|
-
style:
|
|
26
|
+
style: Fn({
|
|
27
27
|
height: `calc(100vh - ${M(n).query.token && M(n).query.businessId ? "0" : "64"}px)`
|
|
28
28
|
})
|
|
29
29
|
}, [
|
|
@@ -55,7 +55,7 @@ function ue(t) {
|
|
|
55
55
|
for (var e = 1; e < arguments.length; e++) {
|
|
56
56
|
var n = arguments[e] != null ? arguments[e] : {};
|
|
57
57
|
e % 2 ? Wt(Object(n), !0).forEach(function(o) {
|
|
58
|
-
|
|
58
|
+
Un(t, o, n[o]);
|
|
59
59
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : Wt(Object(n)).forEach(function(o) {
|
|
60
60
|
Object.defineProperty(t, o, Object.getOwnPropertyDescriptor(n, o));
|
|
61
61
|
});
|
|
@@ -70,7 +70,7 @@ function ot(t) {
|
|
|
70
70
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
71
71
|
}, ot(t);
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function Un(t, e, n) {
|
|
74
74
|
return e in t ? Object.defineProperty(t, e, {
|
|
75
75
|
value: n,
|
|
76
76
|
enumerable: !0,
|
|
@@ -88,7 +88,7 @@ function pe() {
|
|
|
88
88
|
return t;
|
|
89
89
|
}, pe.apply(this, arguments);
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function Hn(t, e) {
|
|
92
92
|
if (t == null) return {};
|
|
93
93
|
var n = {}, o = Object.keys(t), r, a;
|
|
94
94
|
for (a = 0; a < o.length; a++)
|
|
@@ -97,7 +97,7 @@ function Un(t, e) {
|
|
|
97
97
|
}
|
|
98
98
|
function jn(t, e) {
|
|
99
99
|
if (t == null) return {};
|
|
100
|
-
var n =
|
|
100
|
+
var n = Hn(t, e), o, r;
|
|
101
101
|
if (Object.getOwnPropertySymbols) {
|
|
102
102
|
var a = Object.getOwnPropertySymbols(t);
|
|
103
103
|
for (r = 0; r < a.length; r++)
|
|
@@ -150,14 +150,14 @@ function ie(t, e, n, o) {
|
|
|
150
150
|
}
|
|
151
151
|
return null;
|
|
152
152
|
}
|
|
153
|
-
var
|
|
153
|
+
var Ut = /\s+/g;
|
|
154
154
|
function K(t, e, n) {
|
|
155
155
|
if (t && e)
|
|
156
156
|
if (t.classList)
|
|
157
157
|
t.classList[n ? "add" : "remove"](e);
|
|
158
158
|
else {
|
|
159
|
-
var o = (" " + t.className + " ").replace(
|
|
160
|
-
t.className = (o + (n ? " " + e : "")).replace(
|
|
159
|
+
var o = (" " + t.className + " ").replace(Ut, " ").replace(" " + e + " ", " ");
|
|
160
|
+
t.className = (o + (n ? " " + e : "")).replace(Ut, " ");
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
function g(t, e, n) {
|
|
@@ -219,7 +219,7 @@ function P(t, e, n, o, r) {
|
|
|
219
219
|
};
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function Ht(t, e, n) {
|
|
223
223
|
for (var o = _e(t, !0), r = P(t)[e]; o; ) {
|
|
224
224
|
var a = P(o)[n], i = void 0;
|
|
225
225
|
if (i = r >= a, !i) return o;
|
|
@@ -379,16 +379,16 @@ function eo(t) {
|
|
|
379
379
|
function to(t, e, n, o) {
|
|
380
380
|
return Math.sqrt(Math.pow(e.top - t.top, 2) + Math.pow(e.left - t.left, 2)) / Math.sqrt(Math.pow(e.top - n.top, 2) + Math.pow(e.left - n.left, 2)) * o.animation;
|
|
381
381
|
}
|
|
382
|
-
var
|
|
382
|
+
var Fe = [], vt = {
|
|
383
383
|
initializeByDefault: !0
|
|
384
384
|
}, Je = {
|
|
385
385
|
mount: function(e) {
|
|
386
386
|
for (var n in vt)
|
|
387
387
|
vt.hasOwnProperty(n) && !(n in e) && (e[n] = vt[n]);
|
|
388
|
-
|
|
388
|
+
Fe.forEach(function(o) {
|
|
389
389
|
if (o.pluginName === e.pluginName)
|
|
390
390
|
throw "Sortable: Cannot mount plugin ".concat(e.pluginName, " more than once");
|
|
391
|
-
}),
|
|
391
|
+
}), Fe.push(e);
|
|
392
392
|
},
|
|
393
393
|
pluginEvent: function(e, n, o) {
|
|
394
394
|
var r = this;
|
|
@@ -396,7 +396,7 @@ var Ie = [], vt = {
|
|
|
396
396
|
r.eventCanceled = !0;
|
|
397
397
|
};
|
|
398
398
|
var a = e + "Global";
|
|
399
|
-
|
|
399
|
+
Fe.forEach(function(i) {
|
|
400
400
|
n[i.pluginName] && (n[i.pluginName][a] && n[i.pluginName][a](ue({
|
|
401
401
|
sortable: n
|
|
402
402
|
}, o)), n.options[i.pluginName] && n[i.pluginName][e] && n[i.pluginName][e](ue({
|
|
@@ -405,7 +405,7 @@ var Ie = [], vt = {
|
|
|
405
405
|
});
|
|
406
406
|
},
|
|
407
407
|
initializePlugins: function(e, n, o, r) {
|
|
408
|
-
|
|
408
|
+
Fe.forEach(function(u) {
|
|
409
409
|
var s = u.pluginName;
|
|
410
410
|
if (!(!e.options[s] && !u.initializeByDefault)) {
|
|
411
411
|
var c = new u(e, n, e.options);
|
|
@@ -420,13 +420,13 @@ var Ie = [], vt = {
|
|
|
420
420
|
},
|
|
421
421
|
getEventProperties: function(e, n) {
|
|
422
422
|
var o = {};
|
|
423
|
-
return
|
|
423
|
+
return Fe.forEach(function(r) {
|
|
424
424
|
typeof r.eventProperties == "function" && pe(o, r.eventProperties.call(n[r.pluginName], e));
|
|
425
425
|
}), o;
|
|
426
426
|
},
|
|
427
427
|
modifyOption: function(e, n, o) {
|
|
428
428
|
var r;
|
|
429
|
-
return
|
|
429
|
+
return Fe.forEach(function(a) {
|
|
430
430
|
e[a.pluginName] && a.optionListeners && typeof a.optionListeners[n] == "function" && (r = a.optionListeners[n].call(e[a.pluginName], o));
|
|
431
431
|
}), r;
|
|
432
432
|
}
|
|
@@ -439,9 +439,9 @@ function no(t) {
|
|
|
439
439
|
bubbles: !0,
|
|
440
440
|
cancelable: !0
|
|
441
441
|
}) : (y = document.createEvent("Event"), y.initEvent(o, !0, !0)), y.to = i || n, y.from = u || n, y.item = r || n, y.clone = a, y.oldIndex = s, y.newIndex = c, y.oldDraggableIndex = l, y.newDraggableIndex = f, y.originalEvent = h, y.pullMode = w ? w.lastPutMode : void 0;
|
|
442
|
-
var
|
|
443
|
-
for (var W in
|
|
444
|
-
y[W] =
|
|
442
|
+
var F = ue(ue({}, b), Je.getEventProperties(o, e));
|
|
443
|
+
for (var W in F)
|
|
444
|
+
y[W] = F[W];
|
|
445
445
|
n && n.dispatchEvent(y), Y[B] && Y[B].call(e, y);
|
|
446
446
|
}
|
|
447
447
|
}
|
|
@@ -461,7 +461,7 @@ var oo = ["evt"], G = function(e, n) {
|
|
|
461
461
|
activeSortable: v.active,
|
|
462
462
|
originalEvent: r,
|
|
463
463
|
oldIndex: Ve,
|
|
464
|
-
oldDraggableIndex:
|
|
464
|
+
oldDraggableIndex: Ue,
|
|
465
465
|
newIndex: J,
|
|
466
466
|
newDraggableIndex: ve,
|
|
467
467
|
hideGhostForTarget: mn,
|
|
@@ -488,12 +488,12 @@ function j(t) {
|
|
|
488
488
|
targetEl: d,
|
|
489
489
|
rootEl: T,
|
|
490
490
|
oldIndex: Ve,
|
|
491
|
-
oldDraggableIndex:
|
|
491
|
+
oldDraggableIndex: Ue,
|
|
492
492
|
newIndex: J,
|
|
493
493
|
newDraggableIndex: ve
|
|
494
494
|
}, t));
|
|
495
495
|
}
|
|
496
|
-
var d, C, _, T, Te, rt, x, ye, Ve, J,
|
|
496
|
+
var d, C, _, T, Te, rt, x, ye, Ve, J, Ue, ve, Qe, R, Ae = !1, ut = !1, ct = [], Ee, ae, bt, yt, Gt, zt, $e, Ie, He, je = !1, et = !1, at, U, _t = [], Ot = !1, dt = [], mt = typeof document < "u", tt = on, qt = Ke || he ? "cssFloat" : "float", ro = mt && !zn && !on && "draggable" in document.createElement("div"), cn = function() {
|
|
497
497
|
if (mt) {
|
|
498
498
|
if (he)
|
|
499
499
|
return !1;
|
|
@@ -628,7 +628,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
628
628
|
{
|
|
629
629
|
constructor: v,
|
|
630
630
|
_isOutsideThisEl: function(e) {
|
|
631
|
-
!this.el.contains(e) && e !== this.el && (
|
|
631
|
+
!this.el.contains(e) && e !== this.el && (Ie = null);
|
|
632
632
|
},
|
|
633
633
|
_getDirection: function(e, n) {
|
|
634
634
|
return typeof this.options.direction == "function" ? this.options.direction.call(this, e, n, d) : this.options.direction;
|
|
@@ -637,7 +637,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
637
637
|
if (e.cancelable) {
|
|
638
638
|
var n = this, o = this.el, r = this.options, a = r.preventOnFilter, i = e.type, u = e.touches && e.touches[0] || e.pointerType && e.pointerType === "touch" && e, s = (u || e).target, c = e.target.shadowRoot && (e.path && e.path[0] || e.composedPath && e.composedPath()[0]) || s, l = r.filter;
|
|
639
639
|
if (go(o), !d && !(/mousedown|pointerdown/.test(i) && e.button !== 0 || r.disabled) && !c.isContentEditable && !(!this.nativeDraggable && We && s && s.tagName.toUpperCase() === "SELECT") && (s = ie(s, r.draggable, o, !1), !(s && s.animated) && rt !== s)) {
|
|
640
|
-
if (Ve = ne(s),
|
|
640
|
+
if (Ve = ne(s), Ue = ne(s, r.draggable), typeof l == "function") {
|
|
641
641
|
if (l.call(this, e, s, this)) {
|
|
642
642
|
j({
|
|
643
643
|
sortable: n,
|
|
@@ -763,7 +763,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
763
763
|
},
|
|
764
764
|
_onTouchMove: function(e) {
|
|
765
765
|
if (Ee) {
|
|
766
|
-
var n = this.options, o = n.fallbackTolerance, r = n.fallbackOffset, a = e.touches ? e.touches[0] : e, i = _ && Le(_, !0), u = _ && i && i.a, s = _ && i && i.d, c = tt &&
|
|
766
|
+
var n = this.options, o = n.fallbackTolerance, r = n.fallbackOffset, a = e.touches ? e.touches[0] : e, i = _ && Le(_, !0), u = _ && i && i.a, s = _ && i && i.d, c = tt && U && jt(U), l = (a.clientX - Ee.clientX + r.x) / (u || 1) + (c ? c[0] - _t[0] : 0) / (u || 1), f = (a.clientY - Ee.clientY + r.y) / (s || 1) + (c ? c[1] - _t[1] : 0) / (s || 1);
|
|
767
767
|
if (!v.active && !Ae) {
|
|
768
768
|
if (o && Math.max(Math.abs(a.clientX - this._lastX), Math.abs(a.clientY - this._lastY)) < o)
|
|
769
769
|
return;
|
|
@@ -788,9 +788,9 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
788
788
|
if (!_) {
|
|
789
789
|
var e = this.options.fallbackOnBody ? document.body : T, n = P(d, !0, tt, !0, e), o = this.options;
|
|
790
790
|
if (tt) {
|
|
791
|
-
for (
|
|
792
|
-
|
|
793
|
-
|
|
791
|
+
for (U = e; g(U, "position") === "static" && g(U, "transform") === "none" && U !== document; )
|
|
792
|
+
U = U.parentNode;
|
|
793
|
+
U !== document.body && U !== document.documentElement ? (U === document && (U = se()), n.top += U.scrollTop, n.left += U.scrollLeft) : U = se(), _t = jt(U);
|
|
794
794
|
}
|
|
795
795
|
_ = d.cloneNode(!0), K(_, o.ghostClass, !1), K(_, o.fallbackClass, !0), K(_, o.dragClass, !0), g(_, "transition", ""), g(_, "transform", ""), g(_, "box-sizing", "border-box"), g(_, "margin", 0), g(_, "top", n.top), g(_, "left", n.left), g(_, "width", n.width), g(_, "height", n.height), g(_, "opacity", "0.8"), g(_, "position", tt ? "absolute" : "fixed"), g(_, "zIndex", "100000"), g(_, "pointerEvents", "none"), v.ghost = _, e.appendChild(_), g(_, "transform-origin", Gt / parseInt(_.style.width) * 100 + "% " + zt / parseInt(_.style.height) * 100 + "%");
|
|
796
796
|
}
|
|
@@ -825,7 +825,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
825
825
|
canSort: f,
|
|
826
826
|
fromSortable: h,
|
|
827
827
|
target: o,
|
|
828
|
-
completed:
|
|
828
|
+
completed: F,
|
|
829
829
|
onMove: function(A, Cn) {
|
|
830
830
|
return nt(T, n, d, r, A, P(A), e, Cn);
|
|
831
831
|
},
|
|
@@ -835,12 +835,12 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
835
835
|
function B() {
|
|
836
836
|
Y("dragOverAnimationCapture"), b.captureAnimationState(), b !== h && h.captureAnimationState();
|
|
837
837
|
}
|
|
838
|
-
function
|
|
838
|
+
function F(we) {
|
|
839
839
|
return Y("dragOverCompleted", {
|
|
840
840
|
insertion: we
|
|
841
841
|
}), we && (l ? c._hideClone() : c._showClone(b), b !== h && (K(d, R ? R.options.ghostClass : c.options.ghostClass, !1), K(d, u.ghostClass, !0)), R !== b && b !== v.active ? R = b : b === v.active && R && (R = null), h === b && (b._ignoreWhileAnimating = o), b.animateAll(function() {
|
|
842
842
|
Y("dragOverAnimationComplete"), b._ignoreWhileAnimating = null;
|
|
843
|
-
}), b !== h && (h.animateAll(), h._ignoreWhileAnimating = null)), (o === d && !d.animated || o === n && !o.animated) && (
|
|
843
|
+
}), b !== h && (h.animateAll(), h._ignoreWhileAnimating = null)), (o === d && !d.animated || o === n && !o.animated) && (Ie = null), !u.dragoverBubble && !e.rootEl && o !== document && (d.parentNode[Z]._isOutsideThisEl(e.target), !we && Se(e)), !u.dragoverBubble && e.stopPropagation && e.stopPropagation(), y = !0;
|
|
844
844
|
}
|
|
845
845
|
function W() {
|
|
846
846
|
J = ne(d), ve = ne(d, u.draggable), j({
|
|
@@ -854,27 +854,27 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
854
854
|
}
|
|
855
855
|
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), o = ie(o, u.draggable, n, !0), Y("dragOver"), v.eventCanceled) return y;
|
|
856
856
|
if (d.contains(e.target) || o.animated && o.animatingX && o.animatingY || b._ignoreWhileAnimating === o)
|
|
857
|
-
return
|
|
857
|
+
return F(!1);
|
|
858
858
|
if (ut = !1, c && !u.disabled && (l ? f || (i = C !== T) : R === this || (this.lastPutMode = Qe.checkPull(this, c, d, e)) && s.checkPut(this, c, d, e))) {
|
|
859
859
|
if (w = this._getDirection(e, o) === "vertical", r = P(d), Y("dragOverValid"), v.eventCanceled) return y;
|
|
860
860
|
if (i)
|
|
861
|
-
return C = T, B(), this._hideClone(), Y("revert"), v.eventCanceled || (Te ? T.insertBefore(d, Te) : T.appendChild(d)),
|
|
862
|
-
var
|
|
863
|
-
if (!
|
|
864
|
-
if (
|
|
865
|
-
return
|
|
866
|
-
if (
|
|
867
|
-
return B(), n.appendChild(d), C = n, W(),
|
|
868
|
-
} else if (
|
|
861
|
+
return C = T, B(), this._hideClone(), Y("revert"), v.eventCanceled || (Te ? T.insertBefore(d, Te) : T.appendChild(d)), F(!0);
|
|
862
|
+
var H = Mt(n, u.draggable);
|
|
863
|
+
if (!H || fo(e, w, this) && !H.animated) {
|
|
864
|
+
if (H === d)
|
|
865
|
+
return F(!1);
|
|
866
|
+
if (H && n === e.target && (o = H), o && (a = P(o)), nt(T, n, d, r, o, a, e, !!o) !== !1)
|
|
867
|
+
return B(), n.appendChild(d), C = n, W(), F(!0);
|
|
868
|
+
} else if (H && co(e, w, this)) {
|
|
869
869
|
var X = Be(n, 0, u, !0);
|
|
870
870
|
if (X === d)
|
|
871
|
-
return
|
|
871
|
+
return F(!1);
|
|
872
872
|
if (o = X, a = P(o), nt(T, n, d, r, o, a, e, !1) !== !1)
|
|
873
|
-
return B(), n.insertBefore(d, X), C = n, W(),
|
|
873
|
+
return B(), n.insertBefore(d, X), C = n, W(), F(!0);
|
|
874
874
|
} else if (o.parentNode === n) {
|
|
875
875
|
a = P(o);
|
|
876
|
-
var ee = 0, ce, m = d.parentNode !== n, p = !ao(d.animated && d.toRect || r, o.animated && o.toRect || a, w), E = w ? "top" : "left", O =
|
|
877
|
-
|
|
876
|
+
var ee = 0, ce, m = d.parentNode !== n, p = !ao(d.animated && d.toRect || r, o.animated && o.toRect || a, w), E = w ? "top" : "left", O = Ht(o, "top", "top") || Ht(d, "top", "top"), oe = O ? O.scrollTop : void 0;
|
|
877
|
+
Ie !== o && (ce = a[E], je = !1, et = !p && u.invertSwap || m), ee = mo(e, o, a, w, p ? 1 : u.swapThreshold, u.invertedSwapThreshold == null ? u.swapThreshold : u.invertedSwapThreshold, et, Ie === o);
|
|
878
878
|
var q;
|
|
879
879
|
if (ee !== 0) {
|
|
880
880
|
var re = ne(d);
|
|
@@ -883,16 +883,16 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
883
883
|
while (q && (g(q, "display") === "none" || q === _));
|
|
884
884
|
}
|
|
885
885
|
if (ee === 0 || q === o)
|
|
886
|
-
return
|
|
887
|
-
|
|
886
|
+
return F(!1);
|
|
887
|
+
Ie = o, He = ee;
|
|
888
888
|
var $ = o.nextElementSibling, te = !1;
|
|
889
889
|
te = ee === 1;
|
|
890
890
|
var xe = nt(T, n, d, r, o, a, e, te);
|
|
891
891
|
if (xe !== !1)
|
|
892
|
-
return (xe === 1 || xe === -1) && (te = xe === 1), Ot = !0, setTimeout(uo, 30), B(), te && !$ ? n.appendChild(d) : o.parentNode.insertBefore(d, te ? $ : o), O && sn(O, 0, oe - O.scrollTop), C = d.parentNode, ce !== void 0 && !et && (at = Math.abs(ce - P(o)[E])), W(),
|
|
892
|
+
return (xe === 1 || xe === -1) && (te = xe === 1), Ot = !0, setTimeout(uo, 30), B(), te && !$ ? n.appendChild(d) : o.parentNode.insertBefore(d, te ? $ : o), O && sn(O, 0, oe - O.scrollTop), C = d.parentNode, ce !== void 0 && !et && (at = Math.abs(ce - P(o)[E])), W(), F(!0);
|
|
893
893
|
}
|
|
894
894
|
if (n.contains(d))
|
|
895
|
-
return
|
|
895
|
+
return F(!1);
|
|
896
896
|
}
|
|
897
897
|
return !1;
|
|
898
898
|
},
|
|
@@ -912,7 +912,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
912
912
|
this._nulling();
|
|
913
913
|
return;
|
|
914
914
|
}
|
|
915
|
-
Ae = !1, et = !1, je = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer),
|
|
915
|
+
Ae = !1, et = !1, je = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Ft(this.cloneId), Ft(this._dragStartId), this.nativeDraggable && (S(document, "drop", this), S(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), We && g(document.body, "user-select", ""), g(d, "transform", ""), e && ($e && (e.cancelable && e.preventDefault(), !o.dropBubble && e.stopPropagation()), _ && _.parentNode && _.parentNode.removeChild(_), (T === C || R && R.lastPutMode !== "clone") && x && x.parentNode && x.parentNode.removeChild(x), d && (this.nativeDraggable && S(d, "dragend", this), wt(d), d.style["will-change"] = "", $e && !Ae && K(d, R ? R.options.ghostClass : this.options.ghostClass, !1), K(d, this.options.chosenClass, !1), j({
|
|
916
916
|
sortable: this,
|
|
917
917
|
name: "unchoose",
|
|
918
918
|
toEl: C,
|
|
@@ -951,7 +951,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
951
951
|
name: "sort",
|
|
952
952
|
toEl: C,
|
|
953
953
|
originalEvent: e
|
|
954
|
-
})), v.active && ((J == null || J === -1) && (J = Ve, ve =
|
|
954
|
+
})), v.active && ((J == null || J === -1) && (J = Ve, ve = Ue), j({
|
|
955
955
|
sortable: this,
|
|
956
956
|
name: "end",
|
|
957
957
|
toEl: C,
|
|
@@ -959,7 +959,7 @@ v.prototype = /** @lends Sortable.prototype */
|
|
|
959
959
|
}), this.save()))), this._nulling();
|
|
960
960
|
},
|
|
961
961
|
_nulling: function() {
|
|
962
|
-
G("nulling", this), T = d = C = _ = Te = x = rt = ye = Ee = ae = $e = J = ve = Ve =
|
|
962
|
+
G("nulling", this), T = d = C = _ = Te = x = rt = ye = Ee = ae = $e = J = ve = Ve = Ue = Ie = He = R = Qe = v.dragged = v.ghost = v.clone = v.active = null, dt.forEach(function(e) {
|
|
963
963
|
e.checked = !0;
|
|
964
964
|
}), dt.length = bt = yt = 0;
|
|
965
965
|
},
|
|
@@ -1084,10 +1084,10 @@ function mo(t, e, n, o, r, a, i, u) {
|
|
|
1084
1084
|
var s = o ? t.clientY : t.clientX, c = o ? n.height : n.width, l = o ? n.top : n.left, f = o ? n.bottom : n.right, h = !1;
|
|
1085
1085
|
if (!i) {
|
|
1086
1086
|
if (u && at < c * r) {
|
|
1087
|
-
if (!je && (
|
|
1087
|
+
if (!je && (He === 1 ? s > l + c * a / 2 : s < f - c * a / 2) && (je = !0), je)
|
|
1088
1088
|
h = !0;
|
|
1089
|
-
else if (
|
|
1090
|
-
return -
|
|
1089
|
+
else if (He === 1 ? s < l + at : s > f - at)
|
|
1090
|
+
return -He;
|
|
1091
1091
|
} else if (s > l + c * (1 - r) / 2 && s < f - c * (1 - r) / 2)
|
|
1092
1092
|
return po(e);
|
|
1093
1093
|
}
|
|
@@ -1111,7 +1111,7 @@ function go(t) {
|
|
|
1111
1111
|
function it(t) {
|
|
1112
1112
|
return setTimeout(t, 0);
|
|
1113
1113
|
}
|
|
1114
|
-
function
|
|
1114
|
+
function Ft(t) {
|
|
1115
1115
|
return clearTimeout(t);
|
|
1116
1116
|
}
|
|
1117
1117
|
mt && D(document, "touchmove", function(t) {
|
|
@@ -1132,7 +1132,7 @@ v.utils = {
|
|
|
1132
1132
|
clone: un,
|
|
1133
1133
|
index: ne,
|
|
1134
1134
|
nextTick: it,
|
|
1135
|
-
cancelNextTick:
|
|
1135
|
+
cancelNextTick: Ft,
|
|
1136
1136
|
detectDirection: dn,
|
|
1137
1137
|
getChild: Be
|
|
1138
1138
|
};
|
|
@@ -1152,7 +1152,7 @@ v.create = function(t, e) {
|
|
|
1152
1152
|
return new v(t, e);
|
|
1153
1153
|
};
|
|
1154
1154
|
v.version = Gn;
|
|
1155
|
-
var
|
|
1155
|
+
var I = [], Re, It, kt = !1, Et, St, ft, Ye;
|
|
1156
1156
|
function vo() {
|
|
1157
1157
|
function t() {
|
|
1158
1158
|
this.defaults = {
|
|
@@ -1178,7 +1178,7 @@ function vo() {
|
|
|
1178
1178
|
this.sortable.nativeDraggable ? S(document, "dragover", this._handleAutoScroll) : (S(document, "pointermove", this._handleFallbackAutoScroll), S(document, "touchmove", this._handleFallbackAutoScroll), S(document, "mousemove", this._handleFallbackAutoScroll)), Kt(), lt(), Zn();
|
|
1179
1179
|
},
|
|
1180
1180
|
nulling: function() {
|
|
1181
|
-
ft =
|
|
1181
|
+
ft = It = Re = kt = Ye = Et = St = null, I.length = 0;
|
|
1182
1182
|
},
|
|
1183
1183
|
_handleFallbackAutoScroll: function(n) {
|
|
1184
1184
|
this._handleAutoScroll(n, !0);
|
|
@@ -1206,9 +1206,9 @@ function vo() {
|
|
|
1206
1206
|
});
|
|
1207
1207
|
}
|
|
1208
1208
|
function lt() {
|
|
1209
|
-
|
|
1209
|
+
I.forEach(function(t) {
|
|
1210
1210
|
clearInterval(t.pid);
|
|
1211
|
-
}),
|
|
1211
|
+
}), I = [];
|
|
1212
1212
|
}
|
|
1213
1213
|
function Kt() {
|
|
1214
1214
|
clearInterval(Ye);
|
|
@@ -1216,19 +1216,19 @@ function Kt() {
|
|
|
1216
1216
|
var Dt = ln(function(t, e, n, o) {
|
|
1217
1217
|
if (e.scroll) {
|
|
1218
1218
|
var r = (t.touches ? t.touches[0] : t).clientX, a = (t.touches ? t.touches[0] : t).clientY, i = e.scrollSensitivity, u = e.scrollSpeed, s = se(), c = !1, l;
|
|
1219
|
-
|
|
1219
|
+
It !== n && (It = n, lt(), Re = e.scroll, l = e.scrollFn, Re === !0 && (Re = _e(n, !0)));
|
|
1220
1220
|
var f = 0, h = Re;
|
|
1221
1221
|
do {
|
|
1222
|
-
var w = h, b = P(w), y = b.top, Y = b.bottom, B = b.left,
|
|
1223
|
-
w === s ? (X = W < ce && (p.overflowX === "auto" || p.overflowX === "scroll" || p.overflowX === "visible"), ee =
|
|
1224
|
-
var oe = X && (Math.abs(
|
|
1225
|
-
if (!
|
|
1222
|
+
var w = h, b = P(w), y = b.top, Y = b.bottom, B = b.left, F = b.right, W = b.width, H = b.height, X = void 0, ee = void 0, ce = w.scrollWidth, m = w.scrollHeight, p = g(w), E = w.scrollLeft, O = w.scrollTop;
|
|
1223
|
+
w === s ? (X = W < ce && (p.overflowX === "auto" || p.overflowX === "scroll" || p.overflowX === "visible"), ee = H < m && (p.overflowY === "auto" || p.overflowY === "scroll" || p.overflowY === "visible")) : (X = W < ce && (p.overflowX === "auto" || p.overflowX === "scroll"), ee = H < m && (p.overflowY === "auto" || p.overflowY === "scroll"));
|
|
1224
|
+
var oe = X && (Math.abs(F - r) <= i && E + W < ce) - (Math.abs(B - r) <= i && !!E), q = ee && (Math.abs(Y - a) <= i && O + H < m) - (Math.abs(y - a) <= i && !!O);
|
|
1225
|
+
if (!I[f])
|
|
1226
1226
|
for (var re = 0; re <= f; re++)
|
|
1227
|
-
|
|
1228
|
-
(
|
|
1227
|
+
I[re] || (I[re] = {});
|
|
1228
|
+
(I[f].vx != oe || I[f].vy != q || I[f].el !== w) && (I[f].el = w, I[f].vx = oe, I[f].vy = q, clearInterval(I[f].pid), (oe != 0 || q != 0) && (c = !0, I[f].pid = setInterval((function() {
|
|
1229
1229
|
o && this.layer === 0 && v.active._onTouchMove(ft);
|
|
1230
|
-
var $ =
|
|
1231
|
-
typeof l == "function" && l.call(v.dragged.parentNode[Z], te, $, t, ft,
|
|
1230
|
+
var $ = I[this.layer].vy ? I[this.layer].vy * u : 0, te = I[this.layer].vx ? I[this.layer].vx * u : 0;
|
|
1231
|
+
typeof l == "function" && l.call(v.dragged.parentNode[Z], te, $, t, ft, I[this.layer].el) !== "continue" || sn(I[this.layer].el, te, $);
|
|
1232
1232
|
}).bind({
|
|
1233
1233
|
layer: f
|
|
1234
1234
|
}), 24))), f++;
|
|
@@ -1288,7 +1288,7 @@ function Jt(t, e, n) {
|
|
|
1288
1288
|
t.insertBefore(e, o);
|
|
1289
1289
|
}
|
|
1290
1290
|
function bo() {
|
|
1291
|
-
return typeof window < "u" ? window.console :
|
|
1291
|
+
return typeof window < "u" ? window.console : globalThis.console;
|
|
1292
1292
|
}
|
|
1293
1293
|
const yo = bo();
|
|
1294
1294
|
function _o(t) {
|
|
@@ -1444,7 +1444,7 @@ function Oo({ $attrs: t, componentData: e = {} }) {
|
|
|
1444
1444
|
...e
|
|
1445
1445
|
};
|
|
1446
1446
|
}
|
|
1447
|
-
function
|
|
1447
|
+
function Fo({ $attrs: t, callBackBuilder: e }) {
|
|
1448
1448
|
const n = _n(wn(t));
|
|
1449
1449
|
Object.entries(e).forEach(([r, a]) => {
|
|
1450
1450
|
At[r].forEach((i) => {
|
|
@@ -1460,7 +1460,7 @@ function Io({ $attrs: t, callBackBuilder: e }) {
|
|
|
1460
1460
|
function wn(t) {
|
|
1461
1461
|
return Object.entries(t).filter(([e, n]) => !yn(e)).map(([e, n]) => [Eo(e), n]).filter(([e, n]) => !Do(e));
|
|
1462
1462
|
}
|
|
1463
|
-
const Zt = ({ el: t }) => t,
|
|
1463
|
+
const Zt = ({ el: t }) => t, Io = (t, e) => t.__draggable_context = e, Qt = (t) => t.__draggable_context;
|
|
1464
1464
|
class ko {
|
|
1465
1465
|
constructor({
|
|
1466
1466
|
nodes: { header: e, default: n, footer: o },
|
|
@@ -1479,7 +1479,7 @@ class ko {
|
|
|
1479
1479
|
updated() {
|
|
1480
1480
|
const { defaultNodes: e, realList: n } = this;
|
|
1481
1481
|
e.forEach((o, r) => {
|
|
1482
|
-
|
|
1482
|
+
Io(Zt(o), {
|
|
1483
1483
|
element: n[r],
|
|
1484
1484
|
index: r
|
|
1485
1485
|
});
|
|
@@ -1529,7 +1529,7 @@ function Po(t) {
|
|
|
1529
1529
|
return {
|
|
1530
1530
|
transition: e,
|
|
1531
1531
|
externalComponent: n,
|
|
1532
|
-
tag: n ? N(t) : e ?
|
|
1532
|
+
tag: n ? N(t) : e ? In : t
|
|
1533
1533
|
};
|
|
1534
1534
|
}
|
|
1535
1535
|
function Vo({ $slots: t, tag: e, realList: n, getKey: o }) {
|
|
@@ -1624,7 +1624,7 @@ const Lo = {
|
|
|
1624
1624
|
return;
|
|
1625
1625
|
const { $attrs: t, $el: e, componentStructure: n } = this;
|
|
1626
1626
|
n.updated();
|
|
1627
|
-
const o =
|
|
1627
|
+
const o = Fo({
|
|
1628
1628
|
$attrs: t,
|
|
1629
1629
|
callBackBuilder: {
|
|
1630
1630
|
manageAndEmit: (a) => Mo.call(this, a),
|
|
@@ -1912,7 +1912,7 @@ function hr(t, e) {
|
|
|
1912
1912
|
const Xo = {
|
|
1913
1913
|
key: 0,
|
|
1914
1914
|
class: "flex flex-col gap-5"
|
|
1915
|
-
},
|
|
1915
|
+
}, Uo = /* @__PURE__ */ Ce({
|
|
1916
1916
|
__name: "Section",
|
|
1917
1917
|
props: {
|
|
1918
1918
|
isOpen: { type: Boolean, default: !0 },
|
|
@@ -1945,9 +1945,9 @@ const Xo = {
|
|
|
1945
1945
|
], 64);
|
|
1946
1946
|
};
|
|
1947
1947
|
}
|
|
1948
|
-
}), gr = /* @__PURE__ */ Vt(
|
|
1948
|
+
}), gr = /* @__PURE__ */ Vt(Uo, [["__scopeId", "data-v-fa67a3a4"]]);
|
|
1949
1949
|
var Ne = /* @__PURE__ */ ((t) => (t.Select = "Select", t.TextField = "TextField", t.Timestamp = "Timestamp", t))(Ne || {});
|
|
1950
|
-
function
|
|
1950
|
+
function Ho(t) {
|
|
1951
1951
|
let e = !1, n = 1;
|
|
1952
1952
|
switch (t) {
|
|
1953
1953
|
case de.Equal:
|
|
@@ -1977,7 +1977,7 @@ function jo({
|
|
|
1977
1977
|
dataType: n,
|
|
1978
1978
|
t: o
|
|
1979
1979
|
}) {
|
|
1980
|
-
const { fixed: r, count: a } =
|
|
1980
|
+
const { fixed: r, count: a } = Ho(t);
|
|
1981
1981
|
switch (n) {
|
|
1982
1982
|
case Ze.String:
|
|
1983
1983
|
return {
|
|
@@ -2149,7 +2149,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2149
2149
|
return (s, c) => {
|
|
2150
2150
|
const l = N("FmSelect"), f = N("FmTextField"), h = N("FmTimePicker"), w = N("FmButton");
|
|
2151
2151
|
return V(!0), Q(qe, null, tn(new Array(e.value.length !== 0 ? e.value.length : 1), (b, y) => {
|
|
2152
|
-
var Y, B,
|
|
2152
|
+
var Y, B, F, W, H;
|
|
2153
2153
|
return V(), Q("div", {
|
|
2154
2154
|
key: y,
|
|
2155
2155
|
class: "flex flex-row align-center gap-2 w-full"
|
|
@@ -2163,7 +2163,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2163
2163
|
}, null, 8, ["model-value", "items", "onUpdate:modelValue"])) : ((B = n.config) == null ? void 0 : B.type) === M(Ne).TextField ? (V(), Me(f, {
|
|
2164
2164
|
key: 1,
|
|
2165
2165
|
"model-value": e.value[y],
|
|
2166
|
-
type: ((
|
|
2166
|
+
type: ((F = n.config) == null ? void 0 : F.dataType) === "number" ? "number" : "text",
|
|
2167
2167
|
"helper-text": o.value[y] || void 0,
|
|
2168
2168
|
"helper-state": "error",
|
|
2169
2169
|
"onUpdate:modelValue": (X) => i(y, X)
|
|
@@ -2174,7 +2174,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2174
2174
|
}, null, 8, ["model-value", "onUpdate:modelValue"])
|
|
2175
2175
|
])) : fe("", !0)
|
|
2176
2176
|
]),
|
|
2177
|
-
((
|
|
2177
|
+
((H = n.config) == null ? void 0 : H.fixed) === !1 ? (V(), Q("div", qo, [
|
|
2178
2178
|
k(w, {
|
|
2179
2179
|
icon: y === 0 ? "add" : "remove",
|
|
2180
2180
|
onClick: (X) => u(y)
|
|
@@ -2296,7 +2296,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2296
2296
|
t: e
|
|
2297
2297
|
}));
|
|
2298
2298
|
}
|
|
2299
|
-
function
|
|
2299
|
+
function F(m) {
|
|
2300
2300
|
var p, E, O;
|
|
2301
2301
|
(m.schemaName !== ((p = l.value) == null ? void 0 : p.schemaName) || m.name !== ((E = l.value) == null ? void 0 : E.name)) && (l.value = {
|
|
2302
2302
|
schemaName: m.schemaName,
|
|
@@ -2323,7 +2323,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2323
2323
|
}
|
|
2324
2324
|
a.value = !1;
|
|
2325
2325
|
}
|
|
2326
|
-
function
|
|
2326
|
+
function H(m) {
|
|
2327
2327
|
const p = [...u.value.map((E) => E.value)];
|
|
2328
2328
|
p.splice(m, 1), n.value = p, a.value = !1;
|
|
2329
2329
|
}
|
|
@@ -2366,7 +2366,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2366
2366
|
items: X.value,
|
|
2367
2367
|
placeholder: r.value,
|
|
2368
2368
|
label: r.value,
|
|
2369
|
-
"onUpdate:modelValue": p[0] || (p[0] = (A) =>
|
|
2369
|
+
"onUpdate:modelValue": p[0] || (p[0] = (A) => F(A))
|
|
2370
2370
|
}, null, 8, ["model-value", "items", "placeholder", "label"]),
|
|
2371
2371
|
l.value ? (V(), Q(qe, { key: 0 }, [
|
|
2372
2372
|
k(E, {
|
|
@@ -2436,7 +2436,7 @@ const Go = { class: "grow" }, zo = {
|
|
|
2436
2436
|
icon: "close",
|
|
2437
2437
|
size: "md",
|
|
2438
2438
|
variant: "tertiary",
|
|
2439
|
-
onClick: Rt((A) =>
|
|
2439
|
+
onClick: Rt((A) => H(Oe), ["stop"])
|
|
2440
2440
|
}, null, 8, ["onClick"])
|
|
2441
2441
|
]),
|
|
2442
2442
|
_: 2
|
package/dist/app.js
CHANGED
|
@@ -4972,51 +4972,51 @@ const a = {
|
|
|
4972
4972
|
path: "/overview",
|
|
4973
4973
|
alias: ["/"],
|
|
4974
4974
|
name: "overview",
|
|
4975
|
-
component: () => import("./OverviewView-
|
|
4975
|
+
component: () => import("./OverviewView-BEgRbIxg.js")
|
|
4976
4976
|
},
|
|
4977
4977
|
{
|
|
4978
4978
|
path: "/report",
|
|
4979
4979
|
name: "reports",
|
|
4980
|
-
component: () => import("./Report-
|
|
4980
|
+
component: () => import("./Report-B7OIfQy4.js")
|
|
4981
4981
|
},
|
|
4982
4982
|
{
|
|
4983
4983
|
path: "/insights",
|
|
4984
4984
|
name: "insights",
|
|
4985
|
-
component: () => import("./InsightView-
|
|
4985
|
+
component: () => import("./InsightView-BobNnxNO.js")
|
|
4986
4986
|
},
|
|
4987
4987
|
{
|
|
4988
4988
|
path: "/report-view",
|
|
4989
4989
|
name: "reportView",
|
|
4990
|
-
component: () => import("./ReportView-
|
|
4990
|
+
component: () => import("./ReportView-quL4ELcD.js")
|
|
4991
4991
|
},
|
|
4992
4992
|
{
|
|
4993
4993
|
path: "/report-editor",
|
|
4994
4994
|
name: "reportEditor",
|
|
4995
|
-
component: () => import("./ReportEditor-
|
|
4995
|
+
component: () => import("./ReportEditor-Cp5mGpeI.js")
|
|
4996
4996
|
},
|
|
4997
4997
|
{
|
|
4998
4998
|
path: "/report-editor/tile-editor",
|
|
4999
4999
|
name: "tileEditor",
|
|
5000
|
-
component: () => import("./TileEditor-
|
|
5000
|
+
component: () => import("./TileEditor-hJyaEiil.js")
|
|
5001
5001
|
},
|
|
5002
5002
|
{
|
|
5003
5003
|
path: "/setting",
|
|
5004
5004
|
name: "setting",
|
|
5005
|
-
component: () => import("./Setting-
|
|
5005
|
+
component: () => import("./Setting-DauahAzK.js")
|
|
5006
5006
|
},
|
|
5007
5007
|
{
|
|
5008
5008
|
path: "/integration",
|
|
5009
|
-
component: () => import("./Layout-
|
|
5009
|
+
component: () => import("./Layout-BEVHNcHv.js"),
|
|
5010
5010
|
children: [
|
|
5011
5011
|
{
|
|
5012
5012
|
name: "integrations",
|
|
5013
5013
|
path: "",
|
|
5014
|
-
component: () => import("./Integrations-
|
|
5014
|
+
component: () => import("./Integrations-D4ju0l38.js")
|
|
5015
5015
|
},
|
|
5016
5016
|
{
|
|
5017
5017
|
name: "integration",
|
|
5018
5018
|
path: "/integration/:id",
|
|
5019
|
-
component: () => import("./Integration-
|
|
5019
|
+
component: () => import("./Integration-B58qXrEi.js")
|
|
5020
5020
|
}
|
|
5021
5021
|
]
|
|
5022
5022
|
},
|
|
@@ -5040,7 +5040,7 @@ const u = {
|
|
|
5040
5040
|
"zh-CN": m,
|
|
5041
5041
|
"th-TH": c,
|
|
5042
5042
|
"zh-Hant": p
|
|
5043
|
-
}, h = e(() => import("./App-
|
|
5043
|
+
}, h = e(() => import("./App-xBsadY9j.js"));
|
|
5044
5044
|
export {
|
|
5045
5045
|
h as FmApp,
|
|
5046
5046
|
u as i18nMessages,
|