@feedmepos/mf-report 5.24.6 → 5.25.0-beta.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/{App-vm_gZlji.js → App-DEIfV9Dk.js} +61 -61
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-DVef4M0_.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-rU_22PHe.js} +1 -1
- package/dist/{Default.vue_vue_type_script_setup_true_lang-l_ICCBMo.js → Default.vue_vue_type_script_setup_true_lang-a2zvolO6.js} +1 -1
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-CU2Ti_Gu.js → DynamicWidget.vue_vue_type_script_setup_true_lang-gjsxBpbC.js} +4 -4
- package/dist/{GlobalFilterSelect.vue_vue_type_script_setup_true_lang-D5iLvS2w.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-BW0HFg0f.js} +6 -5
- package/dist/{InsightView-Dg9no9BA.js → InsightView-Ctvj6Rs7.js} +4 -4
- package/dist/{Integration-DpgTJYYB.js → Integration-BqTulWXo.js} +765 -774
- package/dist/{Integrations-Cnv8sC_9.js → Integrations-D-IRvCdj.js} +2 -2
- package/dist/{Layout-D32qnKsK.js → Layout-Lx11HH3m.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-vpJXnkOI.js → MenuTab.vue_vue_type_script_setup_true_lang-ItU_-BOO.js} +4 -4
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DsI5ZEve.js → NavigationTab.vue_vue_type_script_setup_true_lang-DpdMFYDk.js} +35 -35
- package/dist/{OverviewView-B1eZj9AD.js → OverviewView-DhfVlPx5.js} +4 -4
- package/dist/{Report-BTlr3p_3.js → Report-CNLufNkJ.js} +3 -3
- package/dist/{ReportEditor-B_7leNjh.js → ReportEditor-BYiUZMDy.js} +3 -3
- package/dist/{ReportView-WuURzA2c.js → ReportView-s12CMWbp.js} +6 -6
- package/dist/{Setting-CdAp5Bfr.js → Setting-B7R2pqWU.js} +3 -3
- package/dist/TileEditor-cbI41AcB.js +3837 -0
- package/dist/{TransitionFade-DdLDOUPb.js → TransitionFade-CO2Qc14S.js} +4 -4
- package/dist/{app-CwT2pthD.js → app-B4lVYuup.js} +33 -13
- package/dist/app.js +1 -1
- package/dist/assets/{formatChartData.worker-CVpRfTHb.js → formatChartData.worker-BFAp2S-b.js} +1 -1
- package/dist/assets/{processTableData.worker-CiRM5jBF.js → processTableData.worker-WBO6WbNw.js} +1 -1
- package/dist/{useRestaurantPermission-CyiFCr6U.js → useRestaurantPermission-DZUxVTZa.js} +1 -1
- package/package.json +1 -1
- package/dist/TileEditor-DLbxghqX.js +0 -3822
|
@@ -3,11 +3,11 @@ import { u as Pt, a as Pn } from "./vue-i18n-DVWuTfed.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 F, I as Be, f as rn, h as an, c as De, g as Bn, e as $n } from "./GlobalFilterSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { p as Rn, a as ln, d as Xn } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { W as F, I as Be, f as rn, h as an, c as De, g as Bn, e as $n } from "./GlobalFilterSelect.vue_vue_type_script_setup_true_lang-BW0HFg0f.js";
|
|
7
|
+
import { p as Rn, a as ln, d as Xn } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-rU_22PHe.js";
|
|
8
8
|
import { a as Vt, b as Wt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Af_Z54a4.js";
|
|
9
|
-
import { R as Yn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
10
|
-
import { d as ht } from "./app-
|
|
9
|
+
import { R as Yn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-gjsxBpbC.js";
|
|
10
|
+
import { d as ht } from "./app-B4lVYuup.js";
|
|
11
11
|
import { r as Wn } from "./i18n-CI_sQ5d_.js";
|
|
12
12
|
import { useSnackbar as Un } from "@feedmepos/ui-library";
|
|
13
13
|
const jn = {
|
|
@@ -802,7 +802,12 @@ const sn = {
|
|
|
802
802
|
blend: "Blend",
|
|
803
803
|
none: "None",
|
|
804
804
|
grandTotal: "Grand total",
|
|
805
|
-
grandTotalLabel: "Grand total label"
|
|
805
|
+
grandTotalLabel: "Grand total label",
|
|
806
|
+
joinType: {
|
|
807
|
+
label: "Join Type",
|
|
808
|
+
left: "Left Join",
|
|
809
|
+
fullOuter: "Full Outer Join"
|
|
810
|
+
}
|
|
806
811
|
},
|
|
807
812
|
sort: {
|
|
808
813
|
title: "Sort",
|
|
@@ -2337,6 +2342,11 @@ const sn = {
|
|
|
2337
2342
|
none: "无",
|
|
2338
2343
|
grandTotal: "总计",
|
|
2339
2344
|
grandTotalLabel: "总计标签",
|
|
2345
|
+
joinType: {
|
|
2346
|
+
label: "连接类型",
|
|
2347
|
+
left: "左连接",
|
|
2348
|
+
fullOuter: "全外连接"
|
|
2349
|
+
},
|
|
2340
2350
|
periodType: {
|
|
2341
2351
|
label: "期间类型",
|
|
2342
2352
|
MTD: "月初至今"
|
|
@@ -3877,6 +3887,11 @@ const sn = {
|
|
|
3877
3887
|
none: "ไม่มี",
|
|
3878
3888
|
grandTotal: "ยอดรวมทั้งหมด",
|
|
3879
3889
|
grandTotalLabel: "ป้ายชื่อยอดรวมทั้งหมด",
|
|
3890
|
+
joinType: {
|
|
3891
|
+
label: "ประเภทการเชื่อมต่อ",
|
|
3892
|
+
left: "Left Join",
|
|
3893
|
+
fullOuter: "Full Outer Join"
|
|
3894
|
+
},
|
|
3880
3895
|
periodType: {
|
|
3881
3896
|
label: "ประเภทช่วงเวลา",
|
|
3882
3897
|
MTD: "ตั้งแต่ต้นเดือนถึงปัจจุบัน"
|
|
@@ -5407,6 +5422,11 @@ const sn = {
|
|
|
5407
5422
|
none: "無",
|
|
5408
5423
|
grandTotal: "總計",
|
|
5409
5424
|
grandTotalLabel: "總計標籤",
|
|
5425
|
+
joinType: {
|
|
5426
|
+
label: "連接類型",
|
|
5427
|
+
left: "左連接",
|
|
5428
|
+
fullOuter: "全外連接"
|
|
5429
|
+
},
|
|
5410
5430
|
periodType: {
|
|
5411
5431
|
label: "期間類型",
|
|
5412
5432
|
MTD: "月初至今"
|
|
@@ -9919,7 +9939,7 @@ class xt {
|
|
|
9919
9939
|
this.baseUrl = t;
|
|
9920
9940
|
}
|
|
9921
9941
|
}
|
|
9922
|
-
const se = new xt("https://query-engine{.country}.
|
|
9942
|
+
const se = new xt("https://query-engine{.country}.feedmeapidev.com"), mt = new xt("https://query-engine{.country}.feedmeapidev.com/report-query"), bA = new xt("https://query-engine{.country}.feedmeapidev.com/report-file"), KA = new xt("https://portal-v2{.country}.feedmeapidev.com"), yc = (e) => ({
|
|
9923
9943
|
id: e._id,
|
|
9924
9944
|
name: e.profile.name,
|
|
9925
9945
|
code: e.profile.code,
|
|
@@ -11504,7 +11524,7 @@ const oA = [
|
|
|
11504
11524
|
path: "/overview",
|
|
11505
11525
|
alias: ["/"],
|
|
11506
11526
|
name: "overview",
|
|
11507
|
-
component: ft(() => import("./OverviewView-
|
|
11527
|
+
component: ft(() => import("./OverviewView-DhfVlPx5.js")),
|
|
11508
11528
|
meta: {
|
|
11509
11529
|
validationManifest: pt(
|
|
11510
11530
|
z.report_accessOverview
|
|
@@ -11514,12 +11534,12 @@ const oA = [
|
|
|
11514
11534
|
{
|
|
11515
11535
|
path: "/report",
|
|
11516
11536
|
name: "reports",
|
|
11517
|
-
component: () => import("./Report-
|
|
11537
|
+
component: () => import("./Report-CNLufNkJ.js")
|
|
11518
11538
|
},
|
|
11519
11539
|
{
|
|
11520
11540
|
path: "/insights",
|
|
11521
11541
|
name: "insights",
|
|
11522
|
-
component: ft(() => import("./InsightView-
|
|
11542
|
+
component: ft(() => import("./InsightView-Ctvj6Rs7.js")),
|
|
11523
11543
|
meta: {
|
|
11524
11544
|
validationManifest: pt(
|
|
11525
11545
|
z.report_accessInsight
|
|
@@ -11529,22 +11549,22 @@ const oA = [
|
|
|
11529
11549
|
{
|
|
11530
11550
|
path: "/report-view",
|
|
11531
11551
|
name: "reportView",
|
|
11532
|
-
component: () => import("./ReportView-
|
|
11552
|
+
component: () => import("./ReportView-s12CMWbp.js")
|
|
11533
11553
|
},
|
|
11534
11554
|
{
|
|
11535
11555
|
path: "/report-editor",
|
|
11536
11556
|
name: "reportEditor",
|
|
11537
|
-
component: () => import("./ReportEditor-
|
|
11557
|
+
component: () => import("./ReportEditor-BYiUZMDy.js")
|
|
11538
11558
|
},
|
|
11539
11559
|
{
|
|
11540
11560
|
path: "/report-editor/tile-editor",
|
|
11541
11561
|
name: "tileEditor",
|
|
11542
|
-
component: () => import("./TileEditor-
|
|
11562
|
+
component: () => import("./TileEditor-cbI41AcB.js")
|
|
11543
11563
|
},
|
|
11544
11564
|
{
|
|
11545
11565
|
path: "/setting",
|
|
11546
11566
|
name: "setting",
|
|
11547
|
-
component: ft(() => import("./Setting-
|
|
11567
|
+
component: ft(() => import("./Setting-B7R2pqWU.js")),
|
|
11548
11568
|
meta: {
|
|
11549
11569
|
validationManifest: pt(
|
|
11550
11570
|
z.report_accessSetting
|
|
@@ -11553,7 +11573,7 @@ const oA = [
|
|
|
11553
11573
|
},
|
|
11554
11574
|
{
|
|
11555
11575
|
path: "/integration",
|
|
11556
|
-
component: ft(() => import("./Layout-
|
|
11576
|
+
component: ft(() => import("./Layout-Lx11HH3m.js")),
|
|
11557
11577
|
meta: {
|
|
11558
11578
|
validationManifest: pt(
|
|
11559
11579
|
z.report_accessIntegration
|
|
@@ -11563,12 +11583,12 @@ const oA = [
|
|
|
11563
11583
|
{
|
|
11564
11584
|
name: "integrations",
|
|
11565
11585
|
path: "",
|
|
11566
|
-
component: () => import("./Integrations-
|
|
11586
|
+
component: () => import("./Integrations-D-IRvCdj.js")
|
|
11567
11587
|
},
|
|
11568
11588
|
{
|
|
11569
11589
|
name: "integration",
|
|
11570
11590
|
path: "/integration/:id",
|
|
11571
|
-
component: () => import("./Integration-
|
|
11591
|
+
component: () => import("./Integration-BqTulWXo.js")
|
|
11572
11592
|
}
|
|
11573
11593
|
]
|
|
11574
11594
|
},
|
|
@@ -11592,7 +11612,7 @@ const WA = {
|
|
|
11592
11612
|
"zh-CN": dn,
|
|
11593
11613
|
"th-TH": pn,
|
|
11594
11614
|
"zh-Hant": gn
|
|
11595
|
-
}, ZA = _o(() => import("./App-
|
|
11615
|
+
}, ZA = _o(() => import("./App-DEIfV9Dk.js"));
|
|
11596
11616
|
export {
|
|
11597
11617
|
ZA as $,
|
|
11598
11618
|
OA as A,
|
package/dist/app.js
CHANGED