@feedmepos/mf-report 5.22.31 → 5.23.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-DrNd0OhG.js → App-CLg-JHbI.js} +4 -4
- package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-DT0G5YTp.js → BaseDialog.vue_vue_type_script_setup_true_lang-xeRRM67q.js} +914 -870
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-D03qImVk.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-Cfqi9IdQ.js} +1 -1
- package/dist/{Default.vue_vue_type_script_setup_true_lang-SYfUr7CV.js → Default.vue_vue_type_script_setup_true_lang-CA6a15LW.js} +1 -1
- package/dist/{FilterSelector.vue_vue_type_script_setup_true_lang-BAlKmQBN.js → FilterSelector.vue_vue_type_script_setup_true_lang-C1paTZUf.js} +3 -3
- package/dist/{InsightView-BKxwhqE-.js → InsightView-DljEmdnJ.js} +4 -4
- package/dist/{Integration-CSe9xLiD.js → Integration-BhHZLsxL.js} +3 -3
- package/dist/{Integrations-DstbRAv7.js → Integrations-Dzawkc1P.js} +2 -2
- package/dist/{Layout-KqHc-oe1.js → Layout-1y8qFyo1.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-D353Xres.js → MenuTab.vue_vue_type_script_setup_true_lang-D9jfKPNk.js} +5 -5
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-m8FuKdYv.js → NavigationTab.vue_vue_type_script_setup_true_lang-DE2KZ0HC.js} +7 -5
- package/dist/{OverviewView-DyMe7oQN.js → OverviewView-BY0ZL6ch.js} +4 -4
- package/dist/{Report-DQiEnVY1.js → Report-rJSJxgxS.js} +3 -3
- package/dist/{ReportEditor-z5Ca_cPt.js → ReportEditor-D-Eh2pzd.js} +509 -496
- package/dist/{ReportView-CU5RY0cS.js → ReportView-DMXwoj61.js} +6 -6
- package/dist/{Setting-BlyScc05.js → Setting-CHYCvIj2.js} +3 -3
- package/dist/{TileEditor-CJHk2GIH.js → TileEditor-BAxMjm-s.js} +5 -5
- package/dist/{TransitionFade-Bo_RUoyJ.js → TransitionFade-D19LRrDq.js} +4 -4
- package/dist/{app-Ceu3CTy8.js → app-D2I8ZDs1.js} +15 -15
- package/dist/app.js +1 -1
- package/dist/{useRestaurantPermission-D7hSebq7.js → useRestaurantPermission-DAyNjHLa.js} +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { defineComponent as ee, ref as oe, computed as c, watch as te, resolveComponent as J, createBlock as _, openBlock as d, withCtx as w, createVNode as S, createElementVNode as k, unref as s, toDisplayString as re, normalizeStyle as ae, normalizeClass as T, createElementBlock as N, Fragment as se, renderList as ne } from "vue";
|
|
2
|
-
import { _ as le } from "./MenuTab.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { _ as ie } from "./FilterSelector.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { _ as le } from "./MenuTab.vue_vue_type_script_setup_true_lang-D9jfKPNk.js";
|
|
3
|
+
import { _ as ie } from "./FilterSelector.vue_vue_type_script_setup_true_lang-C1paTZUf.js";
|
|
4
4
|
import { useRouter as ue, useRoute as ce } from "vue-router";
|
|
5
|
-
import { _ as pe } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { u as me, s as de } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import { _ as pe } from "./Default.vue_vue_type_script_setup_true_lang-CA6a15LW.js";
|
|
6
|
+
import { u as me, s as de } from "./BaseDialog.vue_vue_type_script_setup_true_lang-xeRRM67q.js";
|
|
7
7
|
import { storeToRefs as f } from "pinia";
|
|
8
|
-
import { b as ve, c as fe, u as ge, g as ye } from "./NavigationTab.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { b as ve, c as fe, u as ge, g as ye } from "./NavigationTab.vue_vue_type_script_setup_true_lang-DE2KZ0HC.js";
|
|
9
9
|
import { _ as be } from "./NoData.vue_vue_type_script_setup_true_lang-CDKHIlF2.js";
|
|
10
10
|
import { useSnackbar as _e, useBreakpoints as we } from "@feedmepos/ui-library";
|
|
11
11
|
import { u as Se, a as ke } from "./vue-i18n-DVWuTfed.js";
|
|
12
12
|
import { u as xe } from "./message-dialog-UoMWOnil.js";
|
|
13
|
-
import { e as he, g as Ce } from "./app-
|
|
13
|
+
import { e as he, g as Ce } from "./app-D2I8ZDs1.js";
|
|
14
14
|
import { r as Re } from "./i18n-CI_sQ5d_.js";
|
|
15
15
|
import { _ as Pe } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Df40itH5.js";
|
|
16
16
|
const De = { class: "fm-typo-en-title-md-600 block min-w-0 max-w-full overflow-hidden text-ellipsis whitespace-nowrap" }, Oe = { class: "sticky top-0 z-10 bg-white" }, Ie = /* @__PURE__ */ ee({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as B, ref as H, useModel as J, resolveComponent as h, createElementBlock as k, openBlock as x, createBlock as P, createElementVNode as t, resolveDynamicComponent as ne, unref as e, withCtx as y, createVNode as a, normalizeClass as O, toDisplayString as s, Fragment as K, renderList as Q, withDirectives as M, createTextVNode as ie, vShow as j, watch as me, normalizeStyle as ue } from "vue";
|
|
2
|
-
import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-
|
|
3
|
-
import { d as z, C as I, D as pe, a as ce } from "./app-
|
|
2
|
+
import { _ as de } from "./Default.vue_vue_type_script_setup_true_lang-CA6a15LW.js";
|
|
3
|
+
import { d as z, C as I, D as pe, a as ce } from "./app-D2I8ZDs1.js";
|
|
4
4
|
import { components as A, useSnackbar as W, useBreakpoints as X, FmButtonColorThemeVariant as G } from "@feedmepos/ui-library";
|
|
5
|
-
import { t as N, j as fe } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
5
|
+
import { t as N, j as fe } from "./BaseDialog.vue_vue_type_script_setup_true_lang-xeRRM67q.js";
|
|
6
6
|
import { u as ve } from "./message-dialog-UoMWOnil.js";
|
|
7
7
|
import { u as U } from "./vue-i18n-DVWuTfed.js";
|
|
8
8
|
import { detectLocale as F } from "@feedmepos/mf-common";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { defineComponent as se, mergeModels as ve, useModel as ge, computed as S, ref as ee, resolveComponent as D, createElementBlock as P, openBlock as v, createVNode as d, createElementVNode as b, unref as l, withCtx as Y, toDisplayString as J, Fragment as de, renderList as xe, withModifiers as ye, createTextVNode as Ue, watch as he, createCommentVNode as N, createBlock as O, onUnmounted as Bl, renderSlot as rl, onMounted as Ye, onBeforeUnmount as ul, resolveDynamicComponent as dl, normalizeClass as ke, withDirectives as we, vShow as Ce, withKeys as el, vModelText as Ll, normalizeStyle as Ee, isRef as Al } from "vue";
|
|
2
2
|
import { useRoute as Ml, useRouter as Nl } from "vue-router";
|
|
3
|
-
import { h as Ol, d as Re, S as We, a as jl, W as zl, c as Rl, T as Il, b as Pl } from "./TransitionFade-
|
|
4
|
-
import { W as G, a as ml, c as De, D as Xl, S as ll, C as El, P as ol, u as Wl } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { h as Ol, d as Re, S as We, a as jl, W as zl, c as Rl, T as Il, b as Pl } from "./TransitionFade-D19LRrDq.js";
|
|
4
|
+
import { W as G, a as ml, c as De, D as Xl, S as ll, C as El, P as ol, u as Wl } from "./BaseDialog.vue_vue_type_script_setup_true_lang-xeRRM67q.js";
|
|
5
5
|
import { storeToRefs as Se } from "pinia";
|
|
6
6
|
import { u as cl } from "./message-dialog-UoMWOnil.js";
|
|
7
7
|
import { useSnackbar as ql, useBreakpoints as pl, FmButtonColorThemeVariant as tl } from "@feedmepos/ui-library";
|
|
8
8
|
import { a as fe, _ as vl } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Df40itH5.js";
|
|
9
9
|
import { u as ce } from "./vue-i18n-DVWuTfed.js";
|
|
10
10
|
import { r as me } from "./i18n-CI_sQ5d_.js";
|
|
11
|
-
import { b as Te, u as Oe, R as al, L as Fe, c as Ne, S as le, d as ie, e as nl, f as Hl, Y as Yl, X as Gl, _ as fl, a as Jl } from "./FilterSelector.vue_vue_type_script_setup_true_lang-
|
|
12
|
-
import { j as $e, a as gl, d as Me } from "./app-
|
|
13
|
-
import { d as je } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
11
|
+
import { b as Te, u as Oe, R as al, L as Fe, c as Ne, S as le, d as ie, e as nl, f as Hl, Y as Yl, X as Gl, _ as fl, a as Jl } from "./FilterSelector.vue_vue_type_script_setup_true_lang-C1paTZUf.js";
|
|
12
|
+
import { j as $e, a as gl, d as Me } from "./app-D2I8ZDs1.js";
|
|
13
|
+
import { d as je } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-Cfqi9IdQ.js";
|
|
14
14
|
import { _ as yl } from "./NoData.vue_vue_type_script_setup_true_lang-CDKHIlF2.js";
|
|
15
15
|
const Ie = [
|
|
16
16
|
{
|
|
@@ -3,13 +3,13 @@ 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, b as De, c as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { p as $n, d as ht, j as rn } from "./app-
|
|
6
|
+
import { W as F, b as De, c as Bn } from "./BaseDialog.vue_vue_type_script_setup_true_lang-xeRRM67q.js";
|
|
7
|
+
import { p as $n, d as ht, j as rn } from "./app-D2I8ZDs1.js";
|
|
8
8
|
import { _ as Vt, a as Wt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Df40itH5.js";
|
|
9
|
-
import { R as Rn, I as Be, h as an, i as ln, g as Xn } from "./FilterSelector.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { R as Rn, I as Be, h as an, i as ln, g as Xn } from "./FilterSelector.vue_vue_type_script_setup_true_lang-C1paTZUf.js";
|
|
10
10
|
import { r as Yn } from "./i18n-CI_sQ5d_.js";
|
|
11
11
|
import { useSnackbar as Wn } from "@feedmepos/ui-library";
|
|
12
|
-
import { d as Un } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
12
|
+
import { d as Un } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-Cfqi9IdQ.js";
|
|
13
13
|
const jn = {
|
|
14
14
|
key: 0,
|
|
15
15
|
class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
|
|
@@ -1506,7 +1506,7 @@ const vn = {
|
|
|
1506
1506
|
viewMore: "View more",
|
|
1507
1507
|
viewLess: "View less",
|
|
1508
1508
|
resendEmail: "Re-send email",
|
|
1509
|
-
|
|
1509
|
+
download: "Download",
|
|
1510
1510
|
noDownloadFound: "No download found",
|
|
1511
1511
|
noReportsFound: "No reports found. Try downloading a new report or check back later.",
|
|
1512
1512
|
status: {
|
|
@@ -3018,7 +3018,7 @@ const vn = {
|
|
|
3018
3018
|
viewMore: "查看更多",
|
|
3019
3019
|
viewLess: "收起",
|
|
3020
3020
|
resendEmail: "重新发送邮件",
|
|
3021
|
-
|
|
3021
|
+
download: "下载",
|
|
3022
3022
|
noDownloadFound: "未找到下载",
|
|
3023
3023
|
noReportsFound: "未找到报表。请尝试下载新报表或稍后再试。",
|
|
3024
3024
|
status: {
|
|
@@ -4531,7 +4531,7 @@ const vn = {
|
|
|
4531
4531
|
viewMore: "ดูเพิ่มเติม",
|
|
4532
4532
|
viewLess: "ดูน้อยลง",
|
|
4533
4533
|
resendEmail: "ส่งอีเมลอีกครั้ง",
|
|
4534
|
-
|
|
4534
|
+
download: "ดาวน์โหลด",
|
|
4535
4535
|
noDownloadFound: "ไม่พบการดาวน์โหลด",
|
|
4536
4536
|
noReportsFound: "ไม่พบบันทึกรายงาน ลองดาวน์โหลดรายงานใหม่หรือกลับมาตรวจสอบภายหลัง",
|
|
4537
4537
|
status: {
|
|
@@ -6035,7 +6035,7 @@ const vn = {
|
|
|
6035
6035
|
viewMore: "查看更多",
|
|
6036
6036
|
viewLess: "收合",
|
|
6037
6037
|
resendEmail: "重新傳送郵件",
|
|
6038
|
-
|
|
6038
|
+
download: "下載",
|
|
6039
6039
|
noDownloadFound: "未找到下載",
|
|
6040
6040
|
noReportsFound: "未找到報表。請嘗試下載新報表或稍後再試。",
|
|
6041
6041
|
status: {
|
|
@@ -11459,7 +11459,7 @@ const gA = [
|
|
|
11459
11459
|
path: "/overview",
|
|
11460
11460
|
alias: ["/"],
|
|
11461
11461
|
name: "overview",
|
|
11462
|
-
component: ft(() => import("./OverviewView-
|
|
11462
|
+
component: ft(() => import("./OverviewView-BY0ZL6ch.js")),
|
|
11463
11463
|
meta: {
|
|
11464
11464
|
validationManifest: pt(
|
|
11465
11465
|
X.report_accessOverview
|
|
@@ -11469,12 +11469,12 @@ const gA = [
|
|
|
11469
11469
|
{
|
|
11470
11470
|
path: "/report",
|
|
11471
11471
|
name: "reports",
|
|
11472
|
-
component: () => import("./Report-
|
|
11472
|
+
component: () => import("./Report-rJSJxgxS.js")
|
|
11473
11473
|
},
|
|
11474
11474
|
{
|
|
11475
11475
|
path: "/insights",
|
|
11476
11476
|
name: "insights",
|
|
11477
|
-
component: ft(() => import("./InsightView-
|
|
11477
|
+
component: ft(() => import("./InsightView-DljEmdnJ.js")),
|
|
11478
11478
|
meta: {
|
|
11479
11479
|
validationManifest: pt(
|
|
11480
11480
|
X.report_accessInsight
|
|
@@ -11484,22 +11484,22 @@ const gA = [
|
|
|
11484
11484
|
{
|
|
11485
11485
|
path: "/report-view",
|
|
11486
11486
|
name: "reportView",
|
|
11487
|
-
component: () => import("./ReportView-
|
|
11487
|
+
component: () => import("./ReportView-DMXwoj61.js")
|
|
11488
11488
|
},
|
|
11489
11489
|
{
|
|
11490
11490
|
path: "/report-editor",
|
|
11491
11491
|
name: "reportEditor",
|
|
11492
|
-
component: () => import("./ReportEditor-
|
|
11492
|
+
component: () => import("./ReportEditor-D-Eh2pzd.js")
|
|
11493
11493
|
},
|
|
11494
11494
|
{
|
|
11495
11495
|
path: "/report-editor/tile-editor",
|
|
11496
11496
|
name: "tileEditor",
|
|
11497
|
-
component: () => import("./TileEditor-
|
|
11497
|
+
component: () => import("./TileEditor-BAxMjm-s.js")
|
|
11498
11498
|
},
|
|
11499
11499
|
{
|
|
11500
11500
|
path: "/setting",
|
|
11501
11501
|
name: "setting",
|
|
11502
|
-
component: ft(() => import("./Setting-
|
|
11502
|
+
component: ft(() => import("./Setting-CHYCvIj2.js")),
|
|
11503
11503
|
meta: {
|
|
11504
11504
|
validationManifest: pt(
|
|
11505
11505
|
X.report_accessSetting
|
|
@@ -11508,7 +11508,7 @@ const gA = [
|
|
|
11508
11508
|
},
|
|
11509
11509
|
{
|
|
11510
11510
|
path: "/integration",
|
|
11511
|
-
component: ft(() => import("./Layout-
|
|
11511
|
+
component: ft(() => import("./Layout-1y8qFyo1.js")),
|
|
11512
11512
|
meta: {
|
|
11513
11513
|
validationManifest: pt(
|
|
11514
11514
|
X.report_accessIntegration
|
|
@@ -11518,12 +11518,12 @@ const gA = [
|
|
|
11518
11518
|
{
|
|
11519
11519
|
name: "integrations",
|
|
11520
11520
|
path: "",
|
|
11521
|
-
component: () => import("./Integrations-
|
|
11521
|
+
component: () => import("./Integrations-Dzawkc1P.js")
|
|
11522
11522
|
},
|
|
11523
11523
|
{
|
|
11524
11524
|
name: "integration",
|
|
11525
11525
|
path: "/integration/:id",
|
|
11526
|
-
component: () => import("./Integration-
|
|
11526
|
+
component: () => import("./Integration-BhHZLsxL.js")
|
|
11527
11527
|
}
|
|
11528
11528
|
]
|
|
11529
11529
|
},
|
|
@@ -11547,7 +11547,7 @@ const ds = {
|
|
|
11547
11547
|
"zh-CN": wn,
|
|
11548
11548
|
"th-TH": Un,
|
|
11549
11549
|
"zh-Hant": Dn
|
|
11550
|
-
}, us = ar(() => import("./App-
|
|
11550
|
+
}, us = ar(() => import("./App-CLg-JHbI.js"));
|
|
11551
11551
|
export {
|
|
11552
11552
|
aa as $,
|
|
11553
11553
|
g as A,
|
package/dist/app.js
CHANGED
|
@@ -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 { $ as l, a0 as i } from "./app-
|
|
5
|
+
import { $ as l, a0 as i } from "./app-D2I8ZDs1.js";
|
|
6
6
|
function g(t) {
|
|
7
7
|
return Array.isArray(t) ? t : [];
|
|
8
8
|
}
|