@feedmepos/mf-report 5.22.8 → 5.22.10-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-D7cjotni.js → App-MKyrRR7f.js} +40 -40
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-498jR5eR.js → BaseDialog.vue_vue_type_script_setup_true_lang-CARL7yg6.js} +3 -3
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-DDKp9kfF.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-DRXPaYZq.js} +2 -2
- package/dist/{Default.vue_vue_type_script_setup_true_lang-Br99yDiJ.js → Default.vue_vue_type_script_setup_true_lang-C17Xh4l3.js} +2 -2
- package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-B0qBdHAf.js → FilterSelector.vue_vue_type_script_setup_true_lang-CaP1pm3E.js} +6 -6
- package/dist/{InsightView-BcA59RGK.js → InsightView-DWOhN4Hy.js} +6 -6
- package/dist/Integration-DbU2ypQR.js +7196 -0
- package/dist/{Integrations-B_tBGNMa.js → Integrations-Cen9kxae.js} +239 -173
- package/dist/{Layout-IsoY4xGs.js → Layout-Bhg-O6x1.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-DwA86Ges.js → MenuTab.vue_vue_type_script_setup_true_lang-BPjqVEku.js} +5 -5
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-uwUXuTFd.js → NavigationTab.vue_vue_type_script_setup_true_lang-BpZ5Xbhi.js} +5 -5
- package/dist/{NoData.vue_vue_type_script_setup_true_lang-BWqYdFid.js → NoData.vue_vue_type_script_setup_true_lang-CPj3tWdC.js} +1 -1
- package/dist/{OverviewView-CiotUyZ8.js → OverviewView-CjYVCNAk.js} +5 -5
- package/dist/{Report-FMWzysFR.js → Report-BzSLRxln.js} +4 -4
- package/dist/{ReportEditor-GUESqAT3.js → ReportEditor-CX6ApLWL.js} +6 -6
- package/dist/{ReportView-D4AOGBsk.js → ReportView-CmI71j2Z.js} +8 -8
- package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-czUiQdNp.js → SelectComponent.vue_vue_type_script_setup_true_lang-DNzFXh_a.js} +1 -1
- package/dist/{Setting--RhZ6vYw.js → Setting-CvJzHjd7.js} +5 -5
- package/dist/{TileEditor-BgBhNQfP.js → TileEditor-BHwC6XLL.js} +8 -8
- package/dist/{TransitionFade-CwHy5HRj.js → TransitionFade-NM72-6vL.js} +6 -6
- package/dist/{app-CxLB9i84.js → app-DwAohUwK.js} +81 -48
- package/dist/app.js +1 -1
- package/dist/style.css +1 -1
- package/dist/useRestaurantPermission-Uf-GL0qr.js +1240 -0
- package/dist/{vue-i18n-CtuwQWnL.js → vue-i18n-DUimioKj.js} +2 -2
- package/package.json +4 -2
- package/dist/Integration-Q89tPGWi.js +0 -7004
|
@@ -3,7 +3,7 @@ var Cr = (e, t, A) => t in e ? wr(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var Ft = (e, t, A) => Cr(e, typeof t != "symbol" ? t + "" : t, A);
|
|
4
4
|
import { defineStore as Gt, storeToRefs as tt } from "pinia";
|
|
5
5
|
import { ref as ue, computed as je, readonly as SA, getCurrentInstance as cn, inject as pr, shallowRef as Br, watch as Xn, onMounted as hr, onUnmounted as Er, defineComponent as Fn, h as ho, createVNode as Dr, Text as xr, Fragment as Eo } from "vue";
|
|
6
|
-
import { d as Z, c as Hr } from "./app-
|
|
6
|
+
import { d as Z, c as Hr } from "./app-DwAohUwK.js";
|
|
7
7
|
import "@vue/devtools-api";
|
|
8
8
|
const Xr = "mf-reportquery-store", te = Gt(Xr, () => {
|
|
9
9
|
const e = ue(""), t = ue(""), A = ue("MY");
|
|
@@ -1766,7 +1766,7 @@ class Rn {
|
|
|
1766
1766
|
this.baseUrl = t;
|
|
1767
1767
|
}
|
|
1768
1768
|
}
|
|
1769
|
-
const Ue = new Rn("https://query-engine{.country}.
|
|
1769
|
+
const Ue = new Rn("https://query-engine{.country}.feedmeapidev.com"), kt = new Rn("https://query-engine{.country}.feedmeapidev.com/report-query"), Ol = new Rn("https://query-engine{.country}.feedmeapidev.com/report-file"), la = (e) => ({
|
|
1770
1770
|
id: e._id,
|
|
1771
1771
|
name: e.profile.name,
|
|
1772
1772
|
code: e.profile.code,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-report",
|
|
3
|
-
"version": "5.22.
|
|
3
|
+
"version": "5.22.10-beta.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"@feedmepos/feature-flag": "^0.0.15",
|
|
20
20
|
"@feedmepos/mf-common": "1.24.0",
|
|
21
21
|
"@feedmepos/ui-library": "1.10.1",
|
|
22
|
+
"@feedmepos/hrm-permission": "1.0.0",
|
|
22
23
|
"axios": "^1.6.7",
|
|
23
24
|
"change-case": "^5.4.3",
|
|
24
25
|
"chart.js": "^4.4.2",
|
|
@@ -32,7 +33,8 @@
|
|
|
32
33
|
"vue-i18n": "^11.1.0",
|
|
33
34
|
"vue-router": "^4.2.5",
|
|
34
35
|
"vuedraggable": "^4.1.0",
|
|
35
|
-
"xlsx": "^0.18.5"
|
|
36
|
+
"xlsx": "^0.18.5",
|
|
37
|
+
"@casl/ability": "^3.2.0"
|
|
36
38
|
},
|
|
37
39
|
"devDependencies": {
|
|
38
40
|
"@rushstack/eslint-patch": "^1.3.3",
|