@feedmepos/mf-report 5.4.18-beta.3 → 5.4.18-beta.4
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.
|
@@ -96,7 +96,7 @@ const he = ["src"], _e = ["src"], Le = /* @__PURE__ */ O({
|
|
|
96
96
|
}), M(() => {
|
|
97
97
|
u(de);
|
|
98
98
|
}), z(() => {
|
|
99
|
-
console.log("5.4.18-beta.
|
|
99
|
+
console.log("5.4.18-beta.4", !0), window.addEventListener("message", E), window.addEventListener("message", L);
|
|
100
100
|
});
|
|
101
101
|
const R = ce(), N = ve();
|
|
102
102
|
ee(() => {
|
|
@@ -321,7 +321,9 @@ const xe = [
|
|
|
321
321
|
label: a.labels.join(" "),
|
|
322
322
|
value: a
|
|
323
323
|
}))
|
|
324
|
-
), o = U(
|
|
324
|
+
), o = U(
|
|
325
|
+
() => c.label ? c.label : u(`report.section.dimension.${c.label}`)
|
|
326
|
+
);
|
|
325
327
|
return (a, e) => {
|
|
326
328
|
const r = y("FmTextField"), T = y("FmStepperField"), j = y("FmCheckbox"), q = y("FmTextarea"), X = y("FmForm"), B = y("FmIcon"), M = y("FmButton"), A = y("FmListItem"), z = y("FmList"), H = y("FmField");
|
|
327
329
|
return s.max !== 0 ? (p(), L("div", el, [
|
|
@@ -631,7 +633,9 @@ const il = { class: "flex flex-col my-2 gap-8" }, ul = { class: "fm-typo-en-body
|
|
|
631
633
|
label: e.labels.join(" "),
|
|
632
634
|
value: e
|
|
633
635
|
}))
|
|
634
|
-
), a = U(
|
|
636
|
+
), a = U(
|
|
637
|
+
() => g.label ? g.label : l(`report.section.metric.${g.label}`)
|
|
638
|
+
);
|
|
635
639
|
return (e, r) => {
|
|
636
640
|
const T = y("FmTextField"), j = y("FmStepperField"), q = y("FmCheckbox"), X = y("FmTextarea"), B = y("FmForm"), M = y("FmIcon"), A = y("FmButton"), z = y("FmListItem"), H = y("FmList"), x = y("FmField");
|
|
637
641
|
return p(), L("div", il, [
|
|
@@ -1191,7 +1195,9 @@ const pl = { class: "grow" }, vl = {
|
|
|
1191
1195
|
}),
|
|
1192
1196
|
emits: ["update:modelValue"],
|
|
1193
1197
|
setup(s) {
|
|
1194
|
-
const { t: u } = le(), l = Y(s, "modelValue"), c = s, g = U(
|
|
1198
|
+
const { t: u } = le(), l = Y(s, "modelValue"), c = s, g = U(
|
|
1199
|
+
() => c.label ? c.label : u(`report.section.sort.${c.label}`)
|
|
1200
|
+
), b = E(!1), v = U(
|
|
1195
1201
|
() => l.value.map((F, o) => {
|
|
1196
1202
|
const a = c.options.find(
|
|
1197
1203
|
(e) => e.schemaName === F.schemaName && e.name === F.name
|
package/dist/app.js
CHANGED
|
@@ -928,7 +928,7 @@ const r = {
|
|
|
928
928
|
{
|
|
929
929
|
path: "/report-editor/tile-editor",
|
|
930
930
|
name: "tileEditor",
|
|
931
|
-
component: () => import("./TileEditor-
|
|
931
|
+
component: () => import("./TileEditor-DE83HtyH.js")
|
|
932
932
|
},
|
|
933
933
|
{
|
|
934
934
|
path: "/setting",
|
|
@@ -969,7 +969,7 @@ t({
|
|
|
969
969
|
const m = {
|
|
970
970
|
"en-US": a,
|
|
971
971
|
"zh-CN": i
|
|
972
|
-
}, s = e(() => import("./App-
|
|
972
|
+
}, s = e(() => import("./App-WvbYBd8x.js"));
|
|
973
973
|
export {
|
|
974
974
|
s as FmApp,
|
|
975
975
|
m as i18nMessages,
|