@feedmepos/mf-report 5.27.3 → 5.27.4-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.
Files changed (25) hide show
  1. package/dist/{App-BQvyBxQZ.js → App-CVUjMQDz.js} +60 -60
  2. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-C2vOon8y.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-D7KWRFL7.js} +1 -1
  3. package/dist/{Default.vue_vue_type_script_setup_true_lang-Cl3LOLSX.js → Default.vue_vue_type_script_setup_true_lang-_Pxgsq5e.js} +1 -1
  4. package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-C4SArHXe.js → DynamicWidget.vue_vue_type_script_setup_true_lang-ECz1NPi7.js} +3 -3
  5. package/dist/{GlobalFilterSelect.vue_vue_type_script_setup_true_lang-CvDkDKbD.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-CQNNicq4.js} +2 -2
  6. package/dist/{InsightView-DPiU9k6Z.js → InsightView-CDW0JBkk.js} +4 -4
  7. package/dist/{Integration-Fe0X2kBX.js → Integration-DLwAnT21.js} +3 -3
  8. package/dist/{Integrations-C6qtgYcR.js → Integrations-D0oVZDbH.js} +2 -2
  9. package/dist/{Layout-k9kowgUp.js → Layout-D9pO69wt.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-BxzUzgKQ.js → MenuTab.vue_vue_type_script_setup_true_lang-DXkWMv9I.js} +4 -4
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DE2dxChA.js → NavigationTab.vue_vue_type_script_setup_true_lang-CgUtDgUA.js} +3 -3
  12. package/dist/{OverviewView-Bn1Dsyht.js → OverviewView-DWKUFy4L.js} +4 -4
  13. package/dist/{Report-Dry5TCio.js → Report-Dq69Kao8.js} +3 -3
  14. package/dist/{ReportEditor-CTEY808t.js → ReportEditor-qo-3ylaP.js} +5 -5
  15. package/dist/{ReportView-fYYP6O89.js → ReportView-CM-bxuxT.js} +6 -6
  16. package/dist/{Setting-B19AiqLB.js → Setting-CPIM8l2c.js} +3 -3
  17. package/dist/{Template-CenPPWyy.js → Template-ChJoYLdm.js} +3 -3
  18. package/dist/TileEditor-Dt7uvirF.js +4023 -0
  19. package/dist/{TileGrid.vue_vue_type_script_setup_true_lang-DP9grlTV.js → TileGrid.vue_vue_type_script_setup_true_lang-CuFuqoo2.js} +1 -1
  20. package/dist/{TransitionFade-BxomnpMj.js → TransitionFade-rqX_v3T0.js} +941 -915
  21. package/dist/{app-DVjmSBbE.js → app-Ck-MFCfm.js} +13 -13
  22. package/dist/app.js +1 -1
  23. package/dist/{useRestaurantPermission-0AzpqbLa.js → useRestaurantPermission-DuopS9pb.js} +1 -1
  24. package/package.json +1 -1
  25. package/dist/TileEditor-BTJlWp-V.js +0 -4077
@@ -10980,7 +10980,7 @@ class xt {
10980
10980
  this.baseUrl = t;
10981
10981
  }
10982
10982
  }
10983
- const Ae = new xt("https://query-engine{.country}.feedmeapi.com"), mt = new xt("https://query-engine{.country}.feedmeapi.com/report-query"), bs = new xt("https://query-engine{.country}.feedmeapi.com/report-file"), Ks = new xt("https://portal-v2{.country}.feedmeapi.com"), vc = (e) => ({
10983
+ const Ae = new xt("https://query-engine{.country}.feedmeapidev.com"), mt = new xt("https://query-engine{.country}.feedmeapidev.com/report-query"), bs = new xt("https://query-engine{.country}.feedmeapidev.com/report-file"), Ks = new xt("https://portal-v2{.country}.feedmeapidev.com"), vc = (e) => ({
10984
10984
  id: e._id,
10985
10985
  name: e.profile.name,
10986
10986
  code: e.profile.code,
@@ -12596,7 +12596,7 @@ const os = [
12596
12596
  path: "/overview",
12597
12597
  alias: ["/"],
12598
12598
  name: "overview",
12599
- component: ft(() => import("./OverviewView-Bn1Dsyht.js")),
12599
+ component: ft(() => import("./OverviewView-DWKUFy4L.js")),
12600
12600
  meta: {
12601
12601
  validationManifest: pt(
12602
12602
  z.report_accessOverview
@@ -12606,18 +12606,18 @@ const os = [
12606
12606
  {
12607
12607
  path: "/report",
12608
12608
  name: "reports",
12609
- component: () => import("./Report-Dry5TCio.js")
12609
+ component: () => import("./Report-Dq69Kao8.js")
12610
12610
  },
12611
12611
  {
12612
12612
  path: "/template",
12613
12613
  name: "template",
12614
- component: () => import("./Template-CenPPWyy.js"),
12614
+ component: () => import("./Template-ChJoYLdm.js"),
12615
12615
  beforeEnter: () => qr().canAccessTemplate() ? !0 : { name: "reports" }
12616
12616
  },
12617
12617
  {
12618
12618
  path: "/insights",
12619
12619
  name: "insights",
12620
- component: ft(() => import("./InsightView-DPiU9k6Z.js")),
12620
+ component: ft(() => import("./InsightView-CDW0JBkk.js")),
12621
12621
  meta: {
12622
12622
  validationManifest: pt(
12623
12623
  z.report_accessInsight
@@ -12627,22 +12627,22 @@ const os = [
12627
12627
  {
12628
12628
  path: "/report-view",
12629
12629
  name: "reportView",
12630
- component: () => import("./ReportView-fYYP6O89.js")
12630
+ component: () => import("./ReportView-CM-bxuxT.js")
12631
12631
  },
12632
12632
  {
12633
12633
  path: "/report-editor",
12634
12634
  name: "reportEditor",
12635
- component: () => import("./ReportEditor-CTEY808t.js")
12635
+ component: () => import("./ReportEditor-qo-3ylaP.js")
12636
12636
  },
12637
12637
  {
12638
12638
  path: "/report-editor/tile-editor",
12639
12639
  name: "tileEditor",
12640
- component: () => import("./TileEditor-BTJlWp-V.js")
12640
+ component: () => import("./TileEditor-Dt7uvirF.js")
12641
12641
  },
12642
12642
  {
12643
12643
  path: "/setting",
12644
12644
  name: "setting",
12645
- component: ft(() => import("./Setting-B19AiqLB.js")),
12645
+ component: ft(() => import("./Setting-CPIM8l2c.js")),
12646
12646
  meta: {
12647
12647
  validationManifest: pt(
12648
12648
  z.report_accessSetting
@@ -12651,7 +12651,7 @@ const os = [
12651
12651
  },
12652
12652
  {
12653
12653
  path: "/integration",
12654
- component: ft(() => import("./Layout-k9kowgUp.js")),
12654
+ component: ft(() => import("./Layout-D9pO69wt.js")),
12655
12655
  meta: {
12656
12656
  validationManifest: pt(
12657
12657
  z.report_accessIntegration
@@ -12661,12 +12661,12 @@ const os = [
12661
12661
  {
12662
12662
  name: "integrations",
12663
12663
  path: "",
12664
- component: () => import("./Integrations-C6qtgYcR.js")
12664
+ component: () => import("./Integrations-D0oVZDbH.js")
12665
12665
  },
12666
12666
  {
12667
12667
  name: "integration",
12668
12668
  path: "/integration/:id",
12669
- component: () => import("./Integration-Fe0X2kBX.js")
12669
+ component: () => import("./Integration-DLwAnT21.js")
12670
12670
  }
12671
12671
  ]
12672
12672
  },
@@ -12690,7 +12690,7 @@ const Ws = {
12690
12690
  "zh-CN": un,
12691
12691
  "th-TH": fn,
12692
12692
  "zh-Hant": yn
12693
- }, Zs = $o(() => import("./App-BQvyBxQZ.js"));
12693
+ }, Zs = $o(() => import("./App-CVUjMQDz.js"));
12694
12694
  export {
12695
12695
  Kc as A,
12696
12696
  Ec as B,
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { X as e, i as o, Y as p } from "./app-DVjmSBbE.js";
2
+ import { X as e, i as o, Y as p } from "./app-Ck-MFCfm.js";
3
3
  export {
4
4
  e as FmApp,
5
5
  o as i18nMessages,
@@ -2,7 +2,7 @@ import { computed as u } from "vue";
2
2
  import { u as c } from "./vue-i18n-DVWuTfed.js";
3
3
  import { useSnackbar as f } from "@feedmepos/ui-library";
4
4
  import { useCoreStore as d } from "@feedmepos/mf-common";
5
- import { V as l, W as i } from "./app-DVjmSBbE.js";
5
+ import { V as l, W as i } from "./app-Ck-MFCfm.js";
6
6
  function g(t) {
7
7
  return Array.isArray(t) ? t : [];
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-report",
3
- "version": "5.27.3",
3
+ "version": "5.27.4-beta.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],