@feedmepos/mf-report 5.4.13-beta.8 → 5.4.13-beta.9
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-YVG7HTRC.js → App-tfcLfw_-.js} +1 -1
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-DCmqUKfg.js → DynamicWidget.vue_vue_type_script_setup_true_lang-BLs4Fr0V.js} +31 -34
- package/dist/{OverviewView-CnrE_3FQ.js → OverviewView-NcLzHtfl.js} +1 -1
- package/dist/{ReportEditor-rVL5lcyi.js → ReportEditor-DJQWOp57.js} +2 -2
- package/dist/{ReportView-Dk0S0Yka.js → ReportView-C6JQ-MPY.js} +1 -1
- package/dist/{TileEditor-DuZwZvrv.js → TileEditor-OS2fcET5.js} +2 -2
- package/dist/{TransitionFade-CHJ82SIs.js → TransitionFade-ClbH0XHm.js} +1 -1
- package/dist/app.js +5 -5
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ const me = { class: "fm-typo-en-body-md-400 text-ellipsis overflow-hidden" }, de
|
|
|
77
77
|
}), X(() => {
|
|
78
78
|
d(le);
|
|
79
79
|
}), j(() => {
|
|
80
|
-
console.log("5.4.13-beta.
|
|
80
|
+
console.log("5.4.13-beta.9", !0), window.addEventListener("message", C), window.addEventListener("message", $);
|
|
81
81
|
});
|
|
82
82
|
const F = ae(), B = ie();
|
|
83
83
|
z(() => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as W, useModel as z, computed as i, ref as D, resolveComponent as y, createElementBlock as S, openBlock as h, Fragment as E, renderSlot as U, createVNode as k, createElementVNode as C, toDisplayString as K, unref as q, withCtx as V, createBlock as R, createCommentVNode as G, normalizeClass as te, normalizeStyle as ye, h as ve, renderList as we, mergeModels as Ne, watch as ee, onMounted as Pe, onUnmounted as Ee, resolveDynamicComponent as We, withDirectives as ze, vShow as He } from "vue";
|
|
2
2
|
import { W as r, v as ae, R as Oe, g as qe, d as Ue, q as je } from "./v4-C_JpAi5p.js";
|
|
3
3
|
import { a as _e, u as re } from "./global-loader-CMC9fgBi.js";
|
|
4
4
|
import { d as he } from "./index-SmIkb24L.js";
|
|
@@ -153,7 +153,7 @@ function Xe(l) {
|
|
|
153
153
|
tailwind: "fm-color-neutral-gray-100"
|
|
154
154
|
};
|
|
155
155
|
}
|
|
156
|
-
const Ye = /* @__PURE__ */
|
|
156
|
+
const Ye = /* @__PURE__ */ W({
|
|
157
157
|
__name: "WidgetBarchart",
|
|
158
158
|
props: {
|
|
159
159
|
modelValue: { required: !0 },
|
|
@@ -161,7 +161,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
161
161
|
},
|
|
162
162
|
emits: ["update:modelValue"],
|
|
163
163
|
setup(l) {
|
|
164
|
-
const e =
|
|
164
|
+
const e = z(l, "modelValue"), s = i(() => {
|
|
165
165
|
var n;
|
|
166
166
|
return ((n = e.value.data) == null ? void 0 : n.xAxis) ?? [];
|
|
167
167
|
}), m = i(() => {
|
|
@@ -177,7 +177,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
177
177
|
] : []);
|
|
178
178
|
return (n, u) => {
|
|
179
179
|
const F = y("FmBarChart");
|
|
180
|
-
return h(), S(
|
|
180
|
+
return h(), S(E, null, [
|
|
181
181
|
U(n.$slots, "menu"),
|
|
182
182
|
k(F, {
|
|
183
183
|
ref_key: "chartRef",
|
|
@@ -199,7 +199,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
199
199
|
], 64);
|
|
200
200
|
};
|
|
201
201
|
}
|
|
202
|
-
}), ea = /* @__PURE__ */
|
|
202
|
+
}), ea = /* @__PURE__ */ W({
|
|
203
203
|
__name: "WidgetCircular",
|
|
204
204
|
props: {
|
|
205
205
|
modelValue: { required: !0 },
|
|
@@ -207,7 +207,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
207
207
|
},
|
|
208
208
|
emits: ["update:modelValue"],
|
|
209
209
|
setup(l) {
|
|
210
|
-
const e =
|
|
210
|
+
const e = z(l, "modelValue"), s = i(() => {
|
|
211
211
|
let m = [];
|
|
212
212
|
return e.value.data.datasets && e.value.data.metrics && e.value.data.datasets.length > 0 && e.value.data.metrics.length > 0 && (m = [
|
|
213
213
|
{
|
|
@@ -219,7 +219,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
219
219
|
});
|
|
220
220
|
return (m, v) => {
|
|
221
221
|
const c = y("FmPieChart");
|
|
222
|
-
return h(), S(
|
|
222
|
+
return h(), S(E, null, [
|
|
223
223
|
U(m.$slots, "menu"),
|
|
224
224
|
k(c, {
|
|
225
225
|
class: "circular",
|
|
@@ -240,7 +240,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
240
240
|
], 64);
|
|
241
241
|
};
|
|
242
242
|
}
|
|
243
|
-
}), aa = { class: "flex flex-col gap-1" }, ta = { class: "fm-typo-en-title-sm-600" }, la = { class: "flex gap-2" }, oa = { key: 0 }, na = { key: 1 }, sa = /* @__PURE__ */
|
|
243
|
+
}), aa = { class: "flex flex-col gap-1" }, ta = { class: "fm-typo-en-title-sm-600" }, la = { class: "flex gap-2" }, oa = { key: 0 }, na = { key: 1 }, sa = /* @__PURE__ */ W({
|
|
244
244
|
__name: "WidgetScorecard",
|
|
245
245
|
props: {
|
|
246
246
|
modelValue: { required: !0 },
|
|
@@ -248,7 +248,7 @@ const Ye = /* @__PURE__ */ z({
|
|
|
248
248
|
},
|
|
249
249
|
emits: ["update:modelValue"],
|
|
250
250
|
setup(l) {
|
|
251
|
-
const e =
|
|
251
|
+
const e = z(l, "modelValue"), { compareDateRange: s, defaultDateSetting: m } = ne(_e()), { country: v } = re(), c = i(() => {
|
|
252
252
|
var b;
|
|
253
253
|
return ((b = e.value.data) == null ? void 0 : b.value) || "";
|
|
254
254
|
}), a = i(() => {
|
|
@@ -356,7 +356,7 @@ function ia(l, e) {
|
|
|
356
356
|
const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da = {
|
|
357
357
|
class: "border-b border-fm-color-neutral-gray-100 hover:bg-fm-color-opacity-sm",
|
|
358
358
|
style: { backgroundColor: "#f9f9f9" }
|
|
359
|
-
}, ma = { class: "font-bold" }, pa = { class: "text-fm-color-neutral-gray-300" }, fa = /* @__PURE__ */
|
|
359
|
+
}, ma = { class: "font-bold" }, pa = { class: "text-fm-color-neutral-gray-300" }, fa = /* @__PURE__ */ W({
|
|
360
360
|
__name: "WidgetTable",
|
|
361
361
|
props: {
|
|
362
362
|
modelValue: { required: !0 },
|
|
@@ -364,7 +364,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
364
364
|
},
|
|
365
365
|
emits: ["update:modelValue"],
|
|
366
366
|
setup(l) {
|
|
367
|
-
const e =
|
|
367
|
+
const e = z(l, "modelValue"), { country: s } = re(), m = D(null), v = i(() => {
|
|
368
368
|
var t;
|
|
369
369
|
return ((t = e.value.data) == null ? void 0 : t.columns) || [{ label: "", key: "" }];
|
|
370
370
|
}), c = i(() => {
|
|
@@ -490,7 +490,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
490
490
|
});
|
|
491
491
|
return (t, d) => {
|
|
492
492
|
const g = y("FmTable");
|
|
493
|
-
return h(), S(
|
|
493
|
+
return h(), S(E, null, [
|
|
494
494
|
C("div", ca, [
|
|
495
495
|
U(t.$slots, "menu")
|
|
496
496
|
]),
|
|
@@ -508,7 +508,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
508
508
|
"pin-top": V(() => [
|
|
509
509
|
C("tbody", null, [
|
|
510
510
|
C("tr", da, [
|
|
511
|
-
(h(!0), S(
|
|
511
|
+
(h(!0), S(E, null, we(F.value, (p, w) => (h(), S("td", {
|
|
512
512
|
key: `${q(ae)()}_${w}`,
|
|
513
513
|
class: "h-[48px] text-fm-color-typo-primary px-16"
|
|
514
514
|
}, [
|
|
@@ -527,7 +527,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
527
527
|
], 64);
|
|
528
528
|
};
|
|
529
529
|
}
|
|
530
|
-
}), va = /* @__PURE__ */
|
|
530
|
+
}), va = /* @__PURE__ */ W({
|
|
531
531
|
__name: "WidgetStackBarChart",
|
|
532
532
|
props: {
|
|
533
533
|
modelValue: { required: !0 },
|
|
@@ -535,7 +535,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
535
535
|
},
|
|
536
536
|
emits: ["update:modelValue"],
|
|
537
537
|
setup(l) {
|
|
538
|
-
const e =
|
|
538
|
+
const e = z(l, "modelValue"), s = i(() => {
|
|
539
539
|
var u;
|
|
540
540
|
return ((u = e.value.data) == null ? void 0 : u.xAxis) || [];
|
|
541
541
|
}), m = i(() => {
|
|
@@ -554,7 +554,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
554
554
|
] : []);
|
|
555
555
|
return (n, u) => {
|
|
556
556
|
const F = y("FmBarChart");
|
|
557
|
-
return h(), S(
|
|
557
|
+
return h(), S(E, null, [
|
|
558
558
|
U(n.$slots, "menu"),
|
|
559
559
|
k(F, {
|
|
560
560
|
ref_key: "chartRef",
|
|
@@ -577,7 +577,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
577
577
|
], 64);
|
|
578
578
|
};
|
|
579
579
|
}
|
|
580
|
-
}), ha = /* @__PURE__ */
|
|
580
|
+
}), ha = /* @__PURE__ */ W({
|
|
581
581
|
__name: "WidgetStackLineChart",
|
|
582
582
|
props: {
|
|
583
583
|
modelValue: { required: !0 },
|
|
@@ -585,7 +585,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
585
585
|
},
|
|
586
586
|
emits: ["update:modelValue"],
|
|
587
587
|
setup(l) {
|
|
588
|
-
const e =
|
|
588
|
+
const e = z(l, "modelValue"), s = i(() => {
|
|
589
589
|
var a;
|
|
590
590
|
return ((a = e.value.data) == null ? void 0 : a.xAxis) ?? [];
|
|
591
591
|
}), m = i(() => {
|
|
@@ -605,7 +605,7 @@ const ua = /* @__PURE__ */ Ge(ra, [["render", ia]]), ca = { class: "my-4" }, da
|
|
|
605
605
|
] : []);
|
|
606
606
|
return (a, n) => {
|
|
607
607
|
const u = y("FmLineChart");
|
|
608
|
-
return h(), S(
|
|
608
|
+
return h(), S(E, null, [
|
|
609
609
|
U(a.$slots, "menu"),
|
|
610
610
|
k(u, {
|
|
611
611
|
class: "line-chart",
|
|
@@ -649,7 +649,7 @@ function ba(l) {
|
|
|
649
649
|
function ya(l) {
|
|
650
650
|
return l < 12 ? J[Math.min(11, l * 3 - 1)] : J[11];
|
|
651
651
|
}
|
|
652
|
-
const wa = /* @__PURE__ */
|
|
652
|
+
const wa = /* @__PURE__ */ W({
|
|
653
653
|
__name: "WidgetLinechart",
|
|
654
654
|
props: {
|
|
655
655
|
modelValue: { required: !0 },
|
|
@@ -657,7 +657,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
657
657
|
},
|
|
658
658
|
emits: ["update:modelValue"],
|
|
659
659
|
setup(l) {
|
|
660
|
-
const e =
|
|
660
|
+
const e = z(l, "modelValue"), s = i(() => {
|
|
661
661
|
var a;
|
|
662
662
|
return ((a = e.value.data) == null ? void 0 : a.xAxis) ?? [];
|
|
663
663
|
}), m = i(() => {
|
|
@@ -674,7 +674,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
674
674
|
] : []);
|
|
675
675
|
return (a, n) => {
|
|
676
676
|
const u = y("FmLineChart");
|
|
677
|
-
return h(), S(
|
|
677
|
+
return h(), S(E, null, [
|
|
678
678
|
U(a.$slots, "menu"),
|
|
679
679
|
k(u, {
|
|
680
680
|
class: "line-chart",
|
|
@@ -700,7 +700,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
700
700
|
}, Ca = {
|
|
701
701
|
key: 2,
|
|
702
702
|
class: "flex"
|
|
703
|
-
}, Va = /* @__PURE__ */
|
|
703
|
+
}, Va = /* @__PURE__ */ W({
|
|
704
704
|
__name: "DynamicWidget",
|
|
705
705
|
props: /* @__PURE__ */ Ne({
|
|
706
706
|
index: {
|
|
@@ -718,7 +718,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
718
718
|
}),
|
|
719
719
|
emits: ["update:modelValue"],
|
|
720
720
|
setup(l) {
|
|
721
|
-
const e = D(!0), s =
|
|
721
|
+
const e = D(!0), s = z(l, "modelValue"), m = l, v = D(null), c = D(s.value.widget.config.rollup), a = D(ae()), n = D(s.value.widget.config.drillDimension), u = i(() => {
|
|
722
722
|
if (O.value.length > 0) {
|
|
723
723
|
const o = O.value.findIndex(
|
|
724
724
|
(f) => f.value === n.value
|
|
@@ -837,14 +837,11 @@ const wa = /* @__PURE__ */ z({
|
|
|
837
837
|
{ deep: !0 }
|
|
838
838
|
), Pe(() => {
|
|
839
839
|
var f;
|
|
840
|
+
p();
|
|
840
841
|
const o = window.innerHeight;
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
}
|
|
845
|
-
p(), addEventListener("resize", p), de();
|
|
846
|
-
}), We(() => {
|
|
847
|
-
removeEventListener("resize", p);
|
|
842
|
+
((f = window.visualViewport) == null ? void 0 : f.height) ?? 0 < o * 0.75 ? (console.log("Ignoring resize event due to keyboard"), addEventListener("change", p)) : addEventListener("resize", p), de();
|
|
843
|
+
}), Ee(() => {
|
|
844
|
+
removeEventListener("resize", p), removeEventListener("change", p);
|
|
848
845
|
});
|
|
849
846
|
const ce = Ke();
|
|
850
847
|
let X;
|
|
@@ -903,7 +900,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
903
900
|
key: 0,
|
|
904
901
|
style: ye({ height: t.value })
|
|
905
902
|
}, [
|
|
906
|
-
(h(), R(
|
|
903
|
+
(h(), R(We(w.value), {
|
|
907
904
|
key: a.value,
|
|
908
905
|
modelValue: ie.value,
|
|
909
906
|
"onUpdate:modelValue": f[3] || (f[3] = (Y) => ie.value = Y)
|
|
@@ -933,7 +930,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
933
930
|
"onUpdate:modelValue": f[0] || (f[0] = (B) => M.value = B),
|
|
934
931
|
class: "grow"
|
|
935
932
|
}, null, 8, ["modelValue"])) : (h(), S("div", _a)),
|
|
936
|
-
|
|
933
|
+
ze(k(Te, {
|
|
937
934
|
modelValue: L.value,
|
|
938
935
|
"onUpdate:modelValue": f[1] || (f[1] = (B) => L.value = B),
|
|
939
936
|
label: "Label",
|
|
@@ -973,7 +970,7 @@ const wa = /* @__PURE__ */ z({
|
|
|
973
970
|
})
|
|
974
971
|
]),
|
|
975
972
|
default: V(() => [
|
|
976
|
-
(h(!0), S(
|
|
973
|
+
(h(!0), S(E, null, we(q(Fe), (B) => (h(), R($e, {
|
|
977
974
|
key: B.value,
|
|
978
975
|
label: B.label,
|
|
979
976
|
onClick: B.onClick
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as x, computed as g, resolveComponent as k, createBlock as l, openBlock as t, withCtx as w, createVNode as c, createElementVNode as $, unref as e, normalizeStyle as y, normalizeClass as d, createElementBlock as u, Fragment as C, renderList as h } from "vue";
|
|
2
2
|
import { useBreakpoints as B } from "@feedmepos/ui-library";
|
|
3
|
-
import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { _ as b } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-BLs4Fr0V.js";
|
|
4
4
|
import { _ as D } from "./Default.vue_vue_type_script_setup_true_lang-C8D-g7iV.js";
|
|
5
5
|
import { a as F } from "./v4-C_JpAi5p.js";
|
|
6
6
|
import { storeToRefs as P } from "pinia";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as $, mergeModels as w, useModel as R, ref as N, computed as U, resolveComponent as m, createBlock as y, openBlock as r, withCtx as u, createElementVNode as _, createVNode as t, normalizeClass as D, unref as l, createTextVNode as pe, createElementBlock as F, Fragment as B, renderSlot as A, createCommentVNode as O, watch as ce, resolveDynamicComponent as G, isRef as Y, toDisplayString as L, renderList as z, onMounted as fe, normalizeStyle as ve } from "vue";
|
|
2
|
-
import { W as ge, i as _e, S as ye, d as Ce, T as be, _ as Ve } from "./TransitionFade-
|
|
2
|
+
import { W as ge, i as _e, S as ye, d as Ce, T as be, _ as Ve } from "./TransitionFade-ClbH0XHm.js";
|
|
3
3
|
import { a as j, v as K } from "./v4-C_JpAi5p.js";
|
|
4
4
|
import { _ as ke } from "./HeaderTab.vue_vue_type_script_setup_true_lang-B5VBDNwX.js";
|
|
5
5
|
import { storeToRefs as Q } from "pinia";
|
|
6
6
|
import { useRouter as X, useRoute as Z } from "vue-router";
|
|
7
7
|
import { useBreakpoints as I, FmButtonColorThemeVariant as q, useSnackbar as Fe } from "@feedmepos/ui-library";
|
|
8
8
|
import { u as ee } from "./message-dialog-UoMWOnil.js";
|
|
9
|
-
import { _ as oe } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { _ as oe } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-BLs4Fr0V.js";
|
|
10
10
|
import { _ as te } from "./NoData.vue_vue_type_script_setup_true_lang-DlBNFLa3.js";
|
|
11
11
|
import { d as xe } from "./global-loader-CMC9fgBi.js";
|
|
12
12
|
const we = /* @__PURE__ */ $({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as F, computed as f, resolveComponent as J, createBlock as v, openBlock as s, withCtx as L, createVNode as x, createElementVNode as T, unref as t, normalizeStyle as V, normalizeClass as w, createElementBlock as S, Fragment as z, renderList as H } from "vue";
|
|
2
2
|
import { useSnackbar as M, useBreakpoints as Y } from "@feedmepos/ui-library";
|
|
3
3
|
import { _ as G } from "./MenuTab.vue_vue_type_script_setup_true_lang-h87kWy1E.js";
|
|
4
|
-
import { _ as Q } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { _ as Q } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-BLs4Fr0V.js";
|
|
5
5
|
import { useRouter as U, useRoute as W } from "vue-router";
|
|
6
6
|
import { _ as j } from "./Default.vue_vue_type_script_setup_true_lang-C8D-g7iV.js";
|
|
7
7
|
import { a as K } from "./v4-C_JpAi5p.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as P, mergeModels as H, useModel as z, computed as N, ref as j, resolveComponent as f, createElementBlock as $, openBlock as d, createVNode as s, createElementVNode as F, withCtx as w, Fragment as G, renderList as ue, toDisplayString as X, withModifiers as Z, unref as T, createTextVNode as oe, watch as ie, createCommentVNode as x, createBlock as V, renderSlot as we, resolveDynamicComponent as xe, normalizeClass as Ce, onMounted as Oe, normalizeStyle as $e, isRef as Ie } from "vue";
|
|
2
2
|
import { useRoute as Le, useRouter as Me } from "vue-router";
|
|
3
|
-
import { h as Be, d as re, S as pe, W as Re, a as Ae, T as je, _ as Ee } from "./TransitionFade-
|
|
3
|
+
import { h as Be, d as re, S as pe, W as Re, a as Ae, T as je, _ as Ee } from "./TransitionFade-ClbH0XHm.js";
|
|
4
4
|
import { _ as qe } from "./HeaderTab.vue_vue_type_script_setup_true_lang-B5VBDNwX.js";
|
|
5
5
|
import { W as C, a as Je } from "./v4-C_JpAi5p.js";
|
|
6
6
|
import { storeToRefs as ye } from "pinia";
|
|
@@ -10,7 +10,7 @@ import { useSnackbar as Pe, useBreakpoints as Se, FmButtonColorThemeVariant as s
|
|
|
10
10
|
import { u as _e } from "./report-schema-G0x3CoJb.js";
|
|
11
11
|
import { _ as ne } from "./BaseDialog.vue_vue_type_script_setup_true_lang-DTNiGKgd.js";
|
|
12
12
|
import { _ as q } from "./SelectComponent.vue_vue_type_script_setup_true_lang-DBI9op0g.js";
|
|
13
|
-
import { g as me, _ as De } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
13
|
+
import { g as me, _ as De } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-BLs4Fr0V.js";
|
|
14
14
|
import { g as de } from "./global-loader-CMC9fgBi.js";
|
|
15
15
|
import { _ as Ne } from "./NoData.vue_vue_type_script_setup_true_lang-DlBNFLa3.js";
|
|
16
16
|
var le = /* @__PURE__ */ ((u) => (u.DateTime = "DATE_TIME", u.Hour = "HOUR", u.Day = "DAY", u.Week = "WEEK", u.Month = "MONTH", u.TimeOfDay = "TIME_OF_DAY", u.HourOfDay = "HOUR_OF_DAY", u.DayOfWeek = "DAY_OF_WEEK", u.DayOfMonth = "DAY_OF_MONTH", u.MonthOfYear = "MONTH_OF_YEAR", u.Year = "YEAR", u))(le || {}), ve = /* @__PURE__ */ ((u) => (u.Asc = "ASC", u.Desc = "DESC", u))(ve || {}), Q = /* @__PURE__ */ ((u) => (u.Equal = "EQUAL", u.NotEqual = "NOT_EQUAL", u.GreaterThan = "GREATER_THAN", u.LessThan = "LESS_THAN", u.GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL", u.LessThanOrEqual = "LESS_THAN_OR_EQUAL", u.Between = "BETWEEN", u.Like = "LIKE", u.NotLike = "NOT_LIKE", u.And = "AND", u.Or = "OR", u))(Q || {}), ae = /* @__PURE__ */ ((u) => (u.String = "STRING", u.Timestamp = "TIMESTAMP", u.Bool = "BOOL", u.Numeric = "NUMERIC", u))(ae || {});
|
|
@@ -6,7 +6,7 @@ import { useRoute as En } from "vue-router";
|
|
|
6
6
|
import { W as x } from "./v4-C_JpAi5p.js";
|
|
7
7
|
import { p as Sn } from "./index-SmIkb24L.js";
|
|
8
8
|
import { _ as bt } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
9
|
-
import { R as Dn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { R as Dn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-BLs4Fr0V.js";
|
|
10
10
|
const Cn = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
|
package/dist/app.js
CHANGED
|
@@ -13,7 +13,7 @@ const r = {
|
|
|
13
13
|
path: "/overview",
|
|
14
14
|
alias: ["/"],
|
|
15
15
|
name: "overview",
|
|
16
|
-
component: () => import("./OverviewView-
|
|
16
|
+
component: () => import("./OverviewView-NcLzHtfl.js")
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
path: "/report",
|
|
@@ -28,17 +28,17 @@ const r = {
|
|
|
28
28
|
{
|
|
29
29
|
path: "/report-view",
|
|
30
30
|
name: "reportView",
|
|
31
|
-
component: () => import("./ReportView-
|
|
31
|
+
component: () => import("./ReportView-C6JQ-MPY.js")
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
path: "/report-editor",
|
|
35
35
|
name: "reportEditor",
|
|
36
|
-
component: () => import("./ReportEditor-
|
|
36
|
+
component: () => import("./ReportEditor-DJQWOp57.js")
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
path: "/report-editor/tile-editor",
|
|
40
40
|
name: "tileEditor",
|
|
41
|
-
component: () => import("./TileEditor-
|
|
41
|
+
component: () => import("./TileEditor-OS2fcET5.js")
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
path: "/setting",
|
|
@@ -79,7 +79,7 @@ o({
|
|
|
79
79
|
const c = {
|
|
80
80
|
"en-US": n,
|
|
81
81
|
"zh-CN": i
|
|
82
|
-
}, h = t(() => import("./App-
|
|
82
|
+
}, h = t(() => import("./App-tfcLfw_-.js"));
|
|
83
83
|
export {
|
|
84
84
|
h as FmApp,
|
|
85
85
|
c as i18nMessages,
|