@feedmepos/mf-report 5.22.13-beta.1 → 5.22.14-beta.2

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 (31) hide show
  1. package/dist/App-Cwppqefm.js +294 -0
  2. package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-CzbeFyTt.js → BaseDialog.vue_vue_type_script_setup_true_lang-CcKWqqNP.js} +471 -464
  3. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-B06jDFgJ.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-CryPHoYr.js} +2 -2
  4. package/dist/{Default.vue_vue_type_script_setup_true_lang-BTCBYTaC.js → Default.vue_vue_type_script_setup_true_lang-DU3zkEF1.js} +2 -2
  5. package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-Ccr5PmzE.js → FilterSelector.vue_vue_type_script_setup_true_lang-CyW-5xr4.js} +7 -7
  6. package/dist/{InsightView-C0TwLCJv.js → InsightView-DAnaBH3D.js} +6 -6
  7. package/dist/{Integration-BFEaM0Wz.js → Integration-DiNs52W5.js} +5 -5
  8. package/dist/{Integrations-CG-ygqKI.js → Integrations-BvgLRF5N.js} +5 -5
  9. package/dist/{Layout-D6kcGEx6.js → Layout-BAYV4nCo.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-D3EZc4Vp.js → MenuTab.vue_vue_type_script_setup_true_lang-BZphMQGv.js} +5 -5
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-CpMCe0cN.js → NavigationTab.vue_vue_type_script_setup_true_lang-DSTG-gQ3.js} +5 -5
  12. package/dist/{NoData.vue_vue_type_script_setup_true_lang-DdX25Qgn.js → NoData.vue_vue_type_script_setup_true_lang-zS79GrjC.js} +1 -1
  13. package/dist/{OverviewView-ATC5S46N.js → OverviewView-CvRMdLbB.js} +5 -5
  14. package/dist/{Report-CVNA4oKn.js → Report-C6445626.js} +164 -154
  15. package/dist/{ReportEditor-ZXjzIVWj.js → ReportEditor-Cy8f2WFu.js} +6 -6
  16. package/dist/{ReportView-C0vzCbYY.js → ReportView-D-T3b10U.js} +9 -9
  17. package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-BHVPbR3l.js → SelectComponent.vue_vue_type_script_setup_true_lang-CYDZzbCU.js} +1 -1
  18. package/dist/{Setting-BfR6T0tE.js → Setting-DBzyuCx-.js} +5 -5
  19. package/dist/{TileEditor-BQDzUwav.js → TileEditor-CWYE5X71.js} +275 -268
  20. package/dist/{TransitionFade-DlAa1-mg.js → TransitionFade-DwQjFIYA.js} +101 -99
  21. package/dist/{access-Dw5cDt65-DpLiFTpm.js → access-Dw5cDt65-C2c0R9q4.js} +1 -1
  22. package/dist/{app-tS9-0m0b.js → app-BRv3iLF1.js} +11 -11
  23. package/dist/app.js +1 -1
  24. package/dist/assets/{formatChartData.worker-CtCG_oop.js → formatChartData.worker-Df5ziPQ2.js} +7 -7
  25. package/dist/assets/{processTableData.worker-BN2TZ-50.js → processTableData.worker-qpA30azs.js} +7 -7
  26. package/dist/style.css +1 -1
  27. package/dist/{useReportPermission-DEI1PTJT.js → useReportPermission-CDWkdi6R.js} +2 -2
  28. package/dist/{useRestaurantPermission-DTzkzgml.js → useRestaurantPermission-CjG_t7dK.js} +2 -2
  29. package/dist/{vue-i18n-BxRs360O.js → vue-i18n-ComGWqEb.js} +1 -1
  30. package/package.json +1 -1
  31. package/dist/App-pXGWlg3l.js +0 -264
@@ -1,4 +1,4 @@
1
- import { g as Oe, c as $e } from "./app-tS9-0m0b.js";
1
+ import { g as Oe, c as $e } from "./app-BRv3iLF1.js";
2
2
  var oe = { exports: {} };
3
3
  (function(e, u) {
4
4
  (function(l, i) {
@@ -6514,51 +6514,51 @@ const Ue = [
6514
6514
  path: "/overview",
6515
6515
  alias: ["/"],
6516
6516
  name: "overview",
6517
- component: () => import("./OverviewView-ATC5S46N.js")
6517
+ component: () => import("./OverviewView-CvRMdLbB.js")
6518
6518
  },
6519
6519
  {
6520
6520
  path: "/report",
6521
6521
  name: "reports",
6522
- component: () => import("./Report-CVNA4oKn.js")
6522
+ component: () => import("./Report-C6445626.js")
6523
6523
  },
6524
6524
  {
6525
6525
  path: "/insights",
6526
6526
  name: "insights",
6527
- component: () => import("./InsightView-C0TwLCJv.js")
6527
+ component: () => import("./InsightView-DAnaBH3D.js")
6528
6528
  },
6529
6529
  {
6530
6530
  path: "/report-view",
6531
6531
  name: "reportView",
6532
- component: () => import("./ReportView-C0vzCbYY.js")
6532
+ component: () => import("./ReportView-D-T3b10U.js")
6533
6533
  },
6534
6534
  {
6535
6535
  path: "/report-editor",
6536
6536
  name: "reportEditor",
6537
- component: () => import("./ReportEditor-ZXjzIVWj.js")
6537
+ component: () => import("./ReportEditor-Cy8f2WFu.js")
6538
6538
  },
6539
6539
  {
6540
6540
  path: "/report-editor/tile-editor",
6541
6541
  name: "tileEditor",
6542
- component: () => import("./TileEditor-BQDzUwav.js")
6542
+ component: () => import("./TileEditor-CWYE5X71.js")
6543
6543
  },
6544
6544
  {
6545
6545
  path: "/setting",
6546
6546
  name: "setting",
6547
- component: () => import("./Setting-BfR6T0tE.js")
6547
+ component: () => import("./Setting-DBzyuCx-.js")
6548
6548
  },
6549
6549
  {
6550
6550
  path: "/integration",
6551
- component: () => import("./Layout-D6kcGEx6.js"),
6551
+ component: () => import("./Layout-BAYV4nCo.js"),
6552
6552
  children: [
6553
6553
  {
6554
6554
  name: "integrations",
6555
6555
  path: "",
6556
- component: () => import("./Integrations-CG-ygqKI.js")
6556
+ component: () => import("./Integrations-BvgLRF5N.js")
6557
6557
  },
6558
6558
  {
6559
6559
  name: "integration",
6560
6560
  path: "/integration/:id",
6561
- component: () => import("./Integration-BFEaM0Wz.js")
6561
+ component: () => import("./Integration-DiNs52W5.js")
6562
6562
  }
6563
6563
  ]
6564
6564
  },
@@ -6582,7 +6582,7 @@ const Ve = {
6582
6582
  "zh-CN": ve,
6583
6583
  "th-TH": be,
6584
6584
  "zh-Hant": Se
6585
- }, Ye = le(() => import("./App-pXGWlg3l.js"));
6585
+ }, Ye = le(() => import("./App-Cwppqefm.js"));
6586
6586
  export {
6587
6587
  Ye as F,
6588
6588
  ve as a,
package/dist/app.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { F as e, i as o, r as p } from "./app-tS9-0m0b.js";
2
+ import { F as e, i as o, r as p } from "./app-BRv3iLF1.js";
3
3
  export {
4
4
  e as FmApp,
5
5
  o as i18nMessages,