@feedmepos/mf-report 5.24.6 → 5.25.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.
Files changed (25) hide show
  1. package/dist/{App-vm_gZlji.js → App-B2AQ6kNR.js} +4 -4
  2. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-DVef4M0_.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-V40y6yHR.js} +1 -1
  3. package/dist/{Default.vue_vue_type_script_setup_true_lang-l_ICCBMo.js → Default.vue_vue_type_script_setup_true_lang-BjSFdUmC.js} +1 -1
  4. package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-CU2Ti_Gu.js → DynamicWidget.vue_vue_type_script_setup_true_lang-CsNiIaqh.js} +4 -4
  5. package/dist/{GlobalFilterSelect.vue_vue_type_script_setup_true_lang-D5iLvS2w.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-BnHw1fG-.js} +6 -5
  6. package/dist/{InsightView-Dg9no9BA.js → InsightView-DhLOM064.js} +4 -4
  7. package/dist/{Integration-DpgTJYYB.js → Integration-8-kgIZrA.js} +765 -774
  8. package/dist/{Integrations-Cnv8sC_9.js → Integrations-BxHr5_Wn.js} +2 -2
  9. package/dist/{Layout-D32qnKsK.js → Layout-CrJo1Ew2.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-vpJXnkOI.js → MenuTab.vue_vue_type_script_setup_true_lang-B-2XWswj.js} +4 -4
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DsI5ZEve.js → NavigationTab.vue_vue_type_script_setup_true_lang-Ciq3y04T.js} +35 -35
  12. package/dist/{OverviewView-B1eZj9AD.js → OverviewView-Bvo7roZH.js} +4 -4
  13. package/dist/{Report-BTlr3p_3.js → Report-DRz8GEaN.js} +3 -3
  14. package/dist/{ReportEditor-B_7leNjh.js → ReportEditor-4DurBP5d.js} +3 -3
  15. package/dist/{ReportView-WuURzA2c.js → ReportView-DMyzzEOB.js} +6 -6
  16. package/dist/{Setting-CdAp5Bfr.js → Setting-DbpXe1AL.js} +3 -3
  17. package/dist/TileEditor-MYQUUMKD.js +3837 -0
  18. package/dist/{TransitionFade-DdLDOUPb.js → TransitionFade-BzmhDbB9.js} +4 -4
  19. package/dist/{app-CwT2pthD.js → app-DrffabME.js} +32 -12
  20. package/dist/app.js +1 -1
  21. package/dist/assets/{formatChartData.worker-CVpRfTHb.js → formatChartData.worker-BFAp2S-b.js} +1 -1
  22. package/dist/assets/{processTableData.worker-CiRM5jBF.js → processTableData.worker-WBO6WbNw.js} +1 -1
  23. package/dist/{useRestaurantPermission-CyiFCr6U.js → useRestaurantPermission--3nqckTQ.js} +1 -1
  24. package/package.json +1 -1
  25. 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-D5iLvS2w.js";
7
- import { p as Rn, a as ln, d as Xn } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-DVef4M0_.js";
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-BnHw1fG-.js";
7
+ import { p as Rn, a as ln, d as Xn } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-V40y6yHR.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-CU2Ti_Gu.js";
10
- import { d as ht } from "./app-CwT2pthD.js";
9
+ import { R as Yn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-CsNiIaqh.js";
10
+ import { d as ht } from "./app-DrffabME.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: "月初至今"
@@ -11504,7 +11524,7 @@ const oA = [
11504
11524
  path: "/overview",
11505
11525
  alias: ["/"],
11506
11526
  name: "overview",
11507
- component: ft(() => import("./OverviewView-B1eZj9AD.js")),
11527
+ component: ft(() => import("./OverviewView-Bvo7roZH.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-BTlr3p_3.js")
11537
+ component: () => import("./Report-DRz8GEaN.js")
11518
11538
  },
11519
11539
  {
11520
11540
  path: "/insights",
11521
11541
  name: "insights",
11522
- component: ft(() => import("./InsightView-Dg9no9BA.js")),
11542
+ component: ft(() => import("./InsightView-DhLOM064.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-WuURzA2c.js")
11552
+ component: () => import("./ReportView-DMyzzEOB.js")
11533
11553
  },
11534
11554
  {
11535
11555
  path: "/report-editor",
11536
11556
  name: "reportEditor",
11537
- component: () => import("./ReportEditor-B_7leNjh.js")
11557
+ component: () => import("./ReportEditor-4DurBP5d.js")
11538
11558
  },
11539
11559
  {
11540
11560
  path: "/report-editor/tile-editor",
11541
11561
  name: "tileEditor",
11542
- component: () => import("./TileEditor-DLbxghqX.js")
11562
+ component: () => import("./TileEditor-MYQUUMKD.js")
11543
11563
  },
11544
11564
  {
11545
11565
  path: "/setting",
11546
11566
  name: "setting",
11547
- component: ft(() => import("./Setting-CdAp5Bfr.js")),
11567
+ component: ft(() => import("./Setting-DbpXe1AL.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-D32qnKsK.js")),
11576
+ component: ft(() => import("./Layout-CrJo1Ew2.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-Cnv8sC_9.js")
11586
+ component: () => import("./Integrations-BxHr5_Wn.js")
11567
11587
  },
11568
11588
  {
11569
11589
  name: "integration",
11570
11590
  path: "/integration/:id",
11571
- component: () => import("./Integration-DpgTJYYB.js")
11591
+ component: () => import("./Integration-8-kgIZrA.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-vm_gZlji.js"));
11615
+ }, ZA = _o(() => import("./App-B2AQ6kNR.js"));
11596
11616
  export {
11597
11617
  ZA as $,
11598
11618
  OA as A,
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { $ as e, _ as o, a0 as p } from "./app-CwT2pthD.js";
2
+ import { $ as e, _ as o, a0 as p } from "./app-DrffabME.js";
3
3
  export {
4
4
  e as FmApp,
5
5
  o as i18nMessages,