@feedmepos/mf-report 5.26.9 → 5.27.0-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-B9jsVITx.js → App-7sxIC6-C.js} +60 -60
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-D_dvvhqx.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-CP6RAaXe.js} +1 -1
- package/dist/{Default.vue_vue_type_script_setup_true_lang-BO7p8Mq_.js → Default.vue_vue_type_script_setup_true_lang-e3pzzQh_.js} +1 -1
- package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-CYk44w69.js → DynamicWidget.vue_vue_type_script_setup_true_lang-HQ4x1yGJ.js} +1663 -1642
- package/dist/{GlobalFilterSelect.vue_vue_type_script_setup_true_lang-DXusNtLu.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-BQ196li6.js} +1448 -1359
- package/dist/{InsightView-DHWIOLCi.js → InsightView-CBP_EW0d.js} +4 -4
- package/dist/{Integration-K4zEQ9xo.js → Integration-CBCo0EOJ.js} +3 -3
- package/dist/{Integrations-KyNsy5yd.js → Integrations-DkQWZeZP.js} +2 -2
- package/dist/{Layout-BGGSx2Bv.js → Layout-D3zJH3z1.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-gFC74Kpl.js → MenuTab.vue_vue_type_script_setup_true_lang-2wArlO_a.js} +4 -4
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DGY2NPZT.js → NavigationTab.vue_vue_type_script_setup_true_lang-CL_DD9sP.js} +3 -3
- package/dist/OverviewView-CCJqYug0.js +62 -0
- package/dist/{Report-B2ypN6sG.js → Report-B4OdCQza.js} +3 -3
- package/dist/ReportEditor-C-zJNu8G.js +1812 -0
- package/dist/{ReportView-X8UyQe1R.js → ReportView-CxhzRur5.js} +93 -93
- package/dist/{Setting-BIYwCHo7.js → Setting-BaLkNfN8.js} +6 -6
- package/dist/{Template-B7ywcdv7.js → Template-wkBEZ12T.js} +3 -3
- package/dist/{TileEditor-D0mCJNfG.js → TileEditor-BUTsC_ct.js} +1620 -1600
- package/dist/TileGrid.vue_vue_type_script_setup_true_lang-BOkxFIAd.js +143 -0
- package/dist/{TransitionFade-BGQPx3Xb.js → TransitionFade-C7Czon0d.js} +164 -162
- package/dist/{app-T2BFgO-M.js → app-C3U4kkgS.js} +81 -25
- package/dist/app.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useRestaurantPermission-DV8KEXT1.js → useRestaurantPermission-CDfKw3iJ.js} +1 -1
- package/package.json +1 -1
- package/dist/OverviewView-pLaPV8q1.js +0 -62
- package/dist/ReportEditor-BSIMLrn7.js +0 -1594
|
@@ -312,7 +312,8 @@ const mn = {
|
|
|
312
312
|
noPermissionRead: "You do not have permission to view this report.",
|
|
313
313
|
noPermissionUpdateReport: "You do not have permission to update this report.",
|
|
314
314
|
noPermissionDuplicateReport: "You do not have permission to duplicate this report.",
|
|
315
|
-
noPermissionDeleteReport: "You do not have permission to delete this report."
|
|
315
|
+
noPermissionDeleteReport: "You do not have permission to delete this report.",
|
|
316
|
+
tooDeepNesting: "Nested groups can be at most 3 levels deep"
|
|
316
317
|
},
|
|
317
318
|
schedule: {
|
|
318
319
|
title: "Schedule @:report.common.email for @:report.common.report",
|
|
@@ -661,7 +662,19 @@ const mn = {
|
|
|
661
662
|
desktop: "Desktop",
|
|
662
663
|
tablet: "Tablet",
|
|
663
664
|
phone: "Phone"
|
|
664
|
-
}
|
|
665
|
+
},
|
|
666
|
+
addTabGroup: "Add tab group",
|
|
667
|
+
addGroup: "Add group",
|
|
668
|
+
tabGroup: "Tab group",
|
|
669
|
+
group: "Group",
|
|
670
|
+
addTab: "Add tab",
|
|
671
|
+
tab: "Tab {index}",
|
|
672
|
+
width: "Width",
|
|
673
|
+
tabName: "Tab name",
|
|
674
|
+
widgets: "Widgets",
|
|
675
|
+
moveTo: "Move to",
|
|
676
|
+
topLevel: "Top level",
|
|
677
|
+
emptyLevel: "Nothing here yet — use Add below"
|
|
665
678
|
},
|
|
666
679
|
widget: {
|
|
667
680
|
type: "Widget Type",
|
|
@@ -895,7 +908,8 @@ const mn = {
|
|
|
895
908
|
textStyleFormat: "Text style and format",
|
|
896
909
|
bold: "Bold",
|
|
897
910
|
italic: "Italic",
|
|
898
|
-
underline: "Underline"
|
|
911
|
+
underline: "Underline",
|
|
912
|
+
showSearchBar: "Show search bar"
|
|
899
913
|
},
|
|
900
914
|
label: {
|
|
901
915
|
showLabel: "Show Label"
|
|
@@ -2080,7 +2094,8 @@ const mn = {
|
|
|
2080
2094
|
noPermissionRead: "您没有查看此报告的权限。",
|
|
2081
2095
|
noPermissionUpdateReport: "您没有更新此报告的权限。",
|
|
2082
2096
|
noPermissionDuplicateReport: "您没有复制此报告的权限。",
|
|
2083
|
-
noPermissionDeleteReport: "您没有删除此报告的权限。"
|
|
2097
|
+
noPermissionDeleteReport: "您没有删除此报告的权限。",
|
|
2098
|
+
tooDeepNesting: "嵌套分组最多支持 3 层"
|
|
2084
2099
|
},
|
|
2085
2100
|
schedule: {
|
|
2086
2101
|
title: "@:report.common.schedule@:{report.common.email'}给@:report.common.report",
|
|
@@ -2429,7 +2444,19 @@ const mn = {
|
|
|
2429
2444
|
desktop: "桌面",
|
|
2430
2445
|
tablet: "平板",
|
|
2431
2446
|
phone: "手机"
|
|
2432
|
-
}
|
|
2447
|
+
},
|
|
2448
|
+
addTabGroup: "添加页签组",
|
|
2449
|
+
addGroup: "添加分组",
|
|
2450
|
+
tabGroup: "页签组",
|
|
2451
|
+
group: "分组",
|
|
2452
|
+
addTab: "添加页签",
|
|
2453
|
+
tab: "页签 {index}",
|
|
2454
|
+
width: "宽度",
|
|
2455
|
+
tabName: "页签名称",
|
|
2456
|
+
widgets: "组件",
|
|
2457
|
+
moveTo: "移动到",
|
|
2458
|
+
topLevel: "顶层",
|
|
2459
|
+
emptyLevel: "暂无内容 — 请使用下方的添加按钮"
|
|
2433
2460
|
},
|
|
2434
2461
|
widget: {
|
|
2435
2462
|
type: "组件类型",
|
|
@@ -2662,7 +2689,8 @@ const mn = {
|
|
|
2662
2689
|
textStyleFormat: "文本样式和格式",
|
|
2663
2690
|
bold: "加粗",
|
|
2664
2691
|
italic: "斜体",
|
|
2665
|
-
underline: "下划线"
|
|
2692
|
+
underline: "下划线",
|
|
2693
|
+
showSearchBar: "显示搜索栏"
|
|
2666
2694
|
},
|
|
2667
2695
|
label: {
|
|
2668
2696
|
showLabel: "显示标签"
|
|
@@ -3851,7 +3879,8 @@ const mn = {
|
|
|
3851
3879
|
noPermissionRead: "คุณไม่มีสิทธิ์ดูรายงานนี้",
|
|
3852
3880
|
noPermissionUpdateReport: "คุณไม่มีสิทธิ์แก้ไขรายงานนี้",
|
|
3853
3881
|
noPermissionDuplicateReport: "คุณไม่มีสิทธิ์ทำสำเนารายงานนี้",
|
|
3854
|
-
noPermissionDeleteReport: "คุณไม่มีสิทธิ์ลบรายงานนี้"
|
|
3882
|
+
noPermissionDeleteReport: "คุณไม่มีสิทธิ์ลบรายงานนี้",
|
|
3883
|
+
tooDeepNesting: "กลุ่มซ้อนกันได้สูงสุด 3 ชั้น"
|
|
3855
3884
|
},
|
|
3856
3885
|
schedule: {
|
|
3857
3886
|
title: "กำหนดเวลาสำหรับอีเมลของ @:report.common.report",
|
|
@@ -4201,7 +4230,19 @@ const mn = {
|
|
|
4201
4230
|
desktop: "เดสก์ท็อป",
|
|
4202
4231
|
tablet: "แท็บเล็ต",
|
|
4203
4232
|
phone: "โทรศัพท์"
|
|
4204
|
-
}
|
|
4233
|
+
},
|
|
4234
|
+
addTabGroup: "เพิ่มกลุ่มแท็บ",
|
|
4235
|
+
addGroup: "เพิ่มกลุ่ม",
|
|
4236
|
+
tabGroup: "กลุ่มแท็บ",
|
|
4237
|
+
group: "กลุ่ม",
|
|
4238
|
+
addTab: "เพิ่มแท็บ",
|
|
4239
|
+
tab: "แท็บ {index}",
|
|
4240
|
+
width: "ความกว้าง",
|
|
4241
|
+
tabName: "ชื่อแท็บ",
|
|
4242
|
+
widgets: "วิดเจ็ต",
|
|
4243
|
+
moveTo: "ย้ายไปที่",
|
|
4244
|
+
topLevel: "ระดับบนสุด",
|
|
4245
|
+
emptyLevel: "ยังไม่มีรายการ — ใช้ปุ่มเพิ่มด้านล่าง"
|
|
4205
4246
|
},
|
|
4206
4247
|
widget: {
|
|
4207
4248
|
type: "ประเภทวิดเจ็ต",
|
|
@@ -4434,7 +4475,8 @@ const mn = {
|
|
|
4434
4475
|
textStyleFormat: "รูปแบบและสไตล์ข้อความ",
|
|
4435
4476
|
bold: "ตัวหนา",
|
|
4436
4477
|
italic: "ตัวเอียง",
|
|
4437
|
-
underline: "ขีดเส้นใต้"
|
|
4478
|
+
underline: "ขีดเส้นใต้",
|
|
4479
|
+
showSearchBar: "แสดงแถบค้นหา"
|
|
4438
4480
|
},
|
|
4439
4481
|
label: {
|
|
4440
4482
|
showLabel: "แสดงป้าย"
|
|
@@ -5623,7 +5665,8 @@ const mn = {
|
|
|
5623
5665
|
noPermissionRead: "您沒有檢視此報告的權限。",
|
|
5624
5666
|
noPermissionUpdateReport: "您沒有更新此報告的權限。",
|
|
5625
5667
|
noPermissionDuplicateReport: "您沒有複製此報告的權限。",
|
|
5626
|
-
noPermissionDeleteReport: "您沒有刪除此報告的權限。"
|
|
5668
|
+
noPermissionDeleteReport: "您沒有刪除此報告的權限。",
|
|
5669
|
+
tooDeepNesting: "巢狀群組最多支援 3 層"
|
|
5627
5670
|
},
|
|
5628
5671
|
schedule: {
|
|
5629
5672
|
title: "@:report.common.schedule@:{report.common.email'}給@:report.common.report",
|
|
@@ -5963,7 +6006,19 @@ const mn = {
|
|
|
5963
6006
|
deleteWidgetConfirm: "你確定要@.lower:report.common.delete{title}嗎?",
|
|
5964
6007
|
advancedUsage: "進階用法",
|
|
5965
6008
|
customizeReport: "自定義@:report.common.report",
|
|
5966
|
-
notSaved: "@:report.common.report{name}未保存,你確定要退出嗎?"
|
|
6009
|
+
notSaved: "@:report.common.report{name}未保存,你確定要退出嗎?",
|
|
6010
|
+
addTabGroup: "新增頁籤組",
|
|
6011
|
+
addGroup: "新增群組",
|
|
6012
|
+
tabGroup: "頁籤組",
|
|
6013
|
+
group: "群組",
|
|
6014
|
+
addTab: "新增頁籤",
|
|
6015
|
+
tab: "頁籤 {index}",
|
|
6016
|
+
width: "寬度",
|
|
6017
|
+
tabName: "頁籤名稱",
|
|
6018
|
+
widgets: "元件",
|
|
6019
|
+
moveTo: "移動至",
|
|
6020
|
+
topLevel: "頂層",
|
|
6021
|
+
emptyLevel: "尚無內容 — 請使用下方的新增按鈕"
|
|
5967
6022
|
},
|
|
5968
6023
|
widget: {
|
|
5969
6024
|
type: "組件類型",
|
|
@@ -6196,7 +6251,8 @@ const mn = {
|
|
|
6196
6251
|
textStyleFormat: "文字樣式和格式",
|
|
6197
6252
|
bold: "加粗",
|
|
6198
6253
|
italic: "斜體",
|
|
6199
|
-
underline: "下劃線"
|
|
6254
|
+
underline: "下劃線",
|
|
6255
|
+
showSearchBar: "顯示搜尋欄"
|
|
6200
6256
|
},
|
|
6201
6257
|
label: {
|
|
6202
6258
|
showLabel: "顯示標籤"
|
|
@@ -10844,7 +10900,7 @@ class xt {
|
|
|
10844
10900
|
this.baseUrl = t;
|
|
10845
10901
|
}
|
|
10846
10902
|
}
|
|
10847
|
-
const Ae = new xt("https://query-engine{.country}.
|
|
10903
|
+
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) => ({
|
|
10848
10904
|
id: e._id,
|
|
10849
10905
|
name: e.profile.name,
|
|
10850
10906
|
code: e.profile.code,
|
|
@@ -12460,7 +12516,7 @@ const os = [
|
|
|
12460
12516
|
path: "/overview",
|
|
12461
12517
|
alias: ["/"],
|
|
12462
12518
|
name: "overview",
|
|
12463
|
-
component: ft(() => import("./OverviewView-
|
|
12519
|
+
component: ft(() => import("./OverviewView-CCJqYug0.js")),
|
|
12464
12520
|
meta: {
|
|
12465
12521
|
validationManifest: pt(
|
|
12466
12522
|
z.report_accessOverview
|
|
@@ -12470,18 +12526,18 @@ const os = [
|
|
|
12470
12526
|
{
|
|
12471
12527
|
path: "/report",
|
|
12472
12528
|
name: "reports",
|
|
12473
|
-
component: () => import("./Report-
|
|
12529
|
+
component: () => import("./Report-B4OdCQza.js")
|
|
12474
12530
|
},
|
|
12475
12531
|
{
|
|
12476
12532
|
path: "/template",
|
|
12477
12533
|
name: "template",
|
|
12478
|
-
component: () => import("./Template-
|
|
12534
|
+
component: () => import("./Template-wkBEZ12T.js"),
|
|
12479
12535
|
beforeEnter: () => qr().canAccessTemplate() ? !0 : { name: "reports" }
|
|
12480
12536
|
},
|
|
12481
12537
|
{
|
|
12482
12538
|
path: "/insights",
|
|
12483
12539
|
name: "insights",
|
|
12484
|
-
component: ft(() => import("./InsightView-
|
|
12540
|
+
component: ft(() => import("./InsightView-CBP_EW0d.js")),
|
|
12485
12541
|
meta: {
|
|
12486
12542
|
validationManifest: pt(
|
|
12487
12543
|
z.report_accessInsight
|
|
@@ -12491,22 +12547,22 @@ const os = [
|
|
|
12491
12547
|
{
|
|
12492
12548
|
path: "/report-view",
|
|
12493
12549
|
name: "reportView",
|
|
12494
|
-
component: () => import("./ReportView-
|
|
12550
|
+
component: () => import("./ReportView-CxhzRur5.js")
|
|
12495
12551
|
},
|
|
12496
12552
|
{
|
|
12497
12553
|
path: "/report-editor",
|
|
12498
12554
|
name: "reportEditor",
|
|
12499
|
-
component: () => import("./ReportEditor-
|
|
12555
|
+
component: () => import("./ReportEditor-C-zJNu8G.js")
|
|
12500
12556
|
},
|
|
12501
12557
|
{
|
|
12502
12558
|
path: "/report-editor/tile-editor",
|
|
12503
12559
|
name: "tileEditor",
|
|
12504
|
-
component: () => import("./TileEditor-
|
|
12560
|
+
component: () => import("./TileEditor-BUTsC_ct.js")
|
|
12505
12561
|
},
|
|
12506
12562
|
{
|
|
12507
12563
|
path: "/setting",
|
|
12508
12564
|
name: "setting",
|
|
12509
|
-
component: ft(() => import("./Setting-
|
|
12565
|
+
component: ft(() => import("./Setting-BaLkNfN8.js")),
|
|
12510
12566
|
meta: {
|
|
12511
12567
|
validationManifest: pt(
|
|
12512
12568
|
z.report_accessSetting
|
|
@@ -12515,7 +12571,7 @@ const os = [
|
|
|
12515
12571
|
},
|
|
12516
12572
|
{
|
|
12517
12573
|
path: "/integration",
|
|
12518
|
-
component: ft(() => import("./Layout-
|
|
12574
|
+
component: ft(() => import("./Layout-D3zJH3z1.js")),
|
|
12519
12575
|
meta: {
|
|
12520
12576
|
validationManifest: pt(
|
|
12521
12577
|
z.report_accessIntegration
|
|
@@ -12525,12 +12581,12 @@ const os = [
|
|
|
12525
12581
|
{
|
|
12526
12582
|
name: "integrations",
|
|
12527
12583
|
path: "",
|
|
12528
|
-
component: () => import("./Integrations-
|
|
12584
|
+
component: () => import("./Integrations-DkQWZeZP.js")
|
|
12529
12585
|
},
|
|
12530
12586
|
{
|
|
12531
12587
|
name: "integration",
|
|
12532
12588
|
path: "/integration/:id",
|
|
12533
|
-
component: () => import("./Integration-
|
|
12589
|
+
component: () => import("./Integration-CBCo0EOJ.js")
|
|
12534
12590
|
}
|
|
12535
12591
|
]
|
|
12536
12592
|
},
|
|
@@ -12554,7 +12610,7 @@ const Ws = {
|
|
|
12554
12610
|
"zh-CN": un,
|
|
12555
12611
|
"th-TH": fn,
|
|
12556
12612
|
"zh-Hant": yn
|
|
12557
|
-
}, Zs = $o(() => import("./App-
|
|
12613
|
+
}, Zs = $o(() => import("./App-7sxIC6-C.js"));
|
|
12558
12614
|
export {
|
|
12559
12615
|
Kc as A,
|
|
12560
12616
|
Ec as B,
|
package/dist/app.js
CHANGED
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.glassmorphism{background:linear-gradient(135deg,#fffffff5,#fffffff5);box-shadow:0 8px 24px #0f172a2e}.chart-legend-text[data-v-a258ca90]{color:var(--legend-text-color);font-size:var(--legend-font-size)}.chart-legend-list[data-v-a258ca90]{scrollbar-width:none;-ms-overflow-style:none}.chart-legend-list[data-v-a258ca90]::-webkit-scrollbar{display:none;width:0;height:0}.circular{flex:1 1 auto;min-height:0;min-width:0;max-height:100%;max-width:100%;overflow:hidden;padding:0;width:calc(100% - var(--legend-panel-width, 0px));height:calc(100% - var(--legend-panel-height, 0px))}.circular .flex-col.gap-8{gap:0!important}.circular .fm-color-typo-primary:empty,.circular .fm-color-typo-secondary:empty{display:none}.circular .grow{height:100%}.sparkline{margin:0;padding:0}.sparkline .grow{height:50px;flex-grow:0}.scrollbar-hide-table>div{scrollbar-width:thin}.bar-chart{flex:1 1 auto;min-height:0;min-width:0;max-width:100%;max-height:100%;overflow:hidden;padding:0;width:calc(100% - var(--legend-panel-width, 0px));height:calc(100% - var(--legend-panel-height, 0px))}.bar-chart .grow{height:100%}.bar-chart .flex-col{gap:0}.widget-content{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.chart-layout{display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:0}.chart-layout--side{flex-direction:row;align-items:stretch;gap:0;min-height:0}.line-chart{flex:1 1 auto;min-height:0;min-width:0;max-width:100%;max-height:100%;overflow:hidden;margin:0;padding:8px 0 0;width:calc(100% - var(--legend-panel-width, 0px));height:calc(100% - var(--legend-panel-height, 0px))}.line-chart .grow{height:100%}.line-chart .flex-col{gap:0}.card-container[data-v-818eab25]{overflow-y:auto;overflow-x:hidden}.fm-progress-linear-custom span[data-v-2f6d52e6]{width:auto;height:100%;position:absolute;display:inline-block;top:0;left:0}.fm-progress-linear-custom span.dash-1[data-v-2f6d52e6]{left:-35%;animation:progress-linear-dash-1-2f6d52e6 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.fm-progress-linear-custom span.dash-2[data-v-2f6d52e6]{left:100%;animation:progress-linear-dash-2-2f6d52e6 2.1s cubic-bezier(.165,.84,.44,1) 1.15s infinite}@keyframes progress-linear-dash-1-2f6d52e6{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes progress-linear-dash-2-2f6d52e6{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes shimmer-2f6d52e6{0%{transform:translate(-100%)}to{transform:translate(400%)}}.progress-bar-fill[data-v-2f6d52e6]{position:relative;overflow:hidden}.progress-bar-fill[data-v-2f6d52e6]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:50%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.12) 30%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.12) 70%,transparent 100%);animation:shimmer-2f6d52e6 1.5s infinite linear}.show-pin{visibility:hidden}.row:hover .show-pin,.row:hover .show-actions{visibility:visible}.icon-btn{border-radius:100%}.overlay{background:#0006;position:absolute;top:0;left:0;height:100vh;width:100vw}.side-panel{position:fixed;right:0;top:0;height:100%;background:#fff}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:all .3s ease-out}.slide-enter-from,.slide-leave-to{transform:translate(100%)}.remove-line-clamping[data-v-
|
|
1
|
+
.glassmorphism{background:linear-gradient(135deg,#fffffff5,#fffffff5);box-shadow:0 8px 24px #0f172a2e}.chart-legend-text[data-v-a258ca90]{color:var(--legend-text-color);font-size:var(--legend-font-size)}.chart-legend-list[data-v-a258ca90]{scrollbar-width:none;-ms-overflow-style:none}.chart-legend-list[data-v-a258ca90]::-webkit-scrollbar{display:none;width:0;height:0}.circular{flex:1 1 auto;min-height:0;min-width:0;max-height:100%;max-width:100%;overflow:hidden;padding:0;width:calc(100% - var(--legend-panel-width, 0px));height:calc(100% - var(--legend-panel-height, 0px))}.circular .flex-col.gap-8{gap:0!important}.circular .fm-color-typo-primary:empty,.circular .fm-color-typo-secondary:empty{display:none}.circular .grow{height:100%}.sparkline{margin:0;padding:0}.sparkline .grow{height:50px;flex-grow:0}.scrollbar-hide-table>div{scrollbar-width:thin}.bar-chart{flex:1 1 auto;min-height:0;min-width:0;max-width:100%;max-height:100%;overflow:hidden;padding:0;width:calc(100% - var(--legend-panel-width, 0px));height:calc(100% - var(--legend-panel-height, 0px))}.bar-chart .grow{height:100%}.bar-chart .flex-col{gap:0}.widget-content{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.chart-layout{display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:0}.chart-layout--side{flex-direction:row;align-items:stretch;gap:0;min-height:0}.line-chart{flex:1 1 auto;min-height:0;min-width:0;max-width:100%;max-height:100%;overflow:hidden;margin:0;padding:8px 0 0;width:calc(100% - var(--legend-panel-width, 0px));height:calc(100% - var(--legend-panel-height, 0px))}.line-chart .grow{height:100%}.line-chart .flex-col{gap:0}.card-container[data-v-818eab25]{overflow-y:auto;overflow-x:hidden}.fm-progress-linear-custom span[data-v-2f6d52e6]{width:auto;height:100%;position:absolute;display:inline-block;top:0;left:0}.fm-progress-linear-custom span.dash-1[data-v-2f6d52e6]{left:-35%;animation:progress-linear-dash-1-2f6d52e6 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.fm-progress-linear-custom span.dash-2[data-v-2f6d52e6]{left:100%;animation:progress-linear-dash-2-2f6d52e6 2.1s cubic-bezier(.165,.84,.44,1) 1.15s infinite}@keyframes progress-linear-dash-1-2f6d52e6{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes progress-linear-dash-2-2f6d52e6{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes shimmer-2f6d52e6{0%{transform:translate(-100%)}to{transform:translate(400%)}}.progress-bar-fill[data-v-2f6d52e6]{position:relative;overflow:hidden}.progress-bar-fill[data-v-2f6d52e6]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:50%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.12) 30%,rgba(255,255,255,.28) 50%,rgba(255,255,255,.12) 70%,transparent 100%);animation:shimmer-2f6d52e6 1.5s infinite linear}.show-pin{visibility:hidden}.row:hover .show-pin,.row:hover .show-actions{visibility:visible}.icon-btn{border-radius:100%}.overlay{background:#0006;position:absolute;top:0;left:0;height:100vh;width:100vw}.side-panel{position:fixed;right:0;top:0;height:100%;background:#fff}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:all .3s ease-out}.slide-enter-from,.slide-leave-to{transform:translate(100%)}.remove-line-clamping[data-v-a22ca746] .line-clamp-1,.remove-line-clamping[data-v-a22ca746] .line-clamp-2{display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;white-space:normal!important}.remove-line-clamping[data-v-a22ca746] .flex.flex-col.flex-grow{min-width:0}.remove-line-clamping[data-v-a22ca746] .cursor-pointer.flex.items-center.justify-center.relative{min-width:0;max-width:100%;overflow:hidden}.selected-widget[data-v-0535b07b]{background-color:#fff4e6;border-color:#ff7823}.slide-fade-enter-active[data-v-fa67a3a4],.slide-fade-leave-active[data-v-fa67a3a4]{transition:all .3s ease-in-out}.slide-fade-enter-from[data-v-fa67a3a4],.slide-fade-leave-to[data-v-fa67a3a4]{transform:translateY(-50px);opacity:0}.slide-fade-right-enter-active[data-v-a98ca9bc],.slide-fade-right-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-right-enter-from[data-v-a98ca9bc],.slide-fade-right-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.4}.slide-fade-left-enter-active[data-v-a98ca9bc]{transition-delay:.3s;transition:all .3s ease-in-out}.slide-fade-left-leave-active[data-v-a98ca9bc]{transition:all .3s ease-in-out}.slide-fade-left-enter-from[data-v-a98ca9bc],.slide-fade-left-leave-to[data-v-a98ca9bc]{position:absolute;transform:translate(-50px);opacity:.1}.legend-color-input[data-v-0e072961]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:40px;height:24px;border:0;background:transparent;padding:0}.legend-color-input[data-v-0e072961]::-webkit-color-swatch-wrapper{padding:0}.legend-color-input[data-v-0e072961]::-webkit-color-swatch{border:1px solid rgb(var(--fm-color-neutral-gray-200));border-radius:4px}.legend-color-input[data-v-0e072961]::-moz-color-swatch{border:1px solid rgb(var(--fm-color-neutral-gray-200));border-radius:4px}.line-style-icon[data-v-f1c35513]{width:28px;border-top:2px solid currentColor;color:rgb(var(--fm-color-neutral-gray-300));flex-shrink:0}.line-style-icon--solid[data-v-f1c35513]{border-top-style:solid}.line-style-icon--dashed[data-v-f1c35513]{border-top-style:dashed}.line-style-icon--dotted[data-v-f1c35513]{border-top-style:dotted}.fm-top-sheet{height:100%}.integration-card[data-v-60c3aea9]{height:140px;width:140px;padding:0}.integration-card .logo-card[data-v-60c3aea9]{width:100%;padding:24px;background:#fff}.integration-card .title-card[data-v-60c3aea9]{height:36px;color:#fff}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
|
|
@@ -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-
|
|
5
|
+
import { V as l, W as i } from "./app-C3U4kkgS.js";
|
|
6
6
|
function g(t) {
|
|
7
7
|
return Array.isArray(t) ? t : [];
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { defineComponent as w, computed as c, resolveComponent as $, createBlock as l, openBlock as r, withCtx as y, createVNode as u, createElementVNode as h, unref as e, normalizeStyle as C, normalizeClass as d, createElementBlock as _, Fragment as b, renderList as B } from "vue";
|
|
2
|
-
import { _ as F } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-CYk44w69.js";
|
|
3
|
-
import { _ as L } from "./Default.vue_vue_type_script_setup_true_lang-BO7p8Mq_.js";
|
|
4
|
-
import { u as P } from "./GlobalFilterSelect.vue_vue_type_script_setup_true_lang-DXusNtLu.js";
|
|
5
|
-
import { storeToRefs as R } from "pinia";
|
|
6
|
-
import { _ as S } from "./SelectComponent.vue_vue_type_script_setup_true_lang-BL1jpiXN.js";
|
|
7
|
-
import { useBreakpoints as V } from "@feedmepos/ui-library";
|
|
8
|
-
import { _ as z } from "./MenuTab.vue_vue_type_script_setup_true_lang-gFC74Kpl.js";
|
|
9
|
-
import { useI18n as D } from "@feedmepos/mf-common";
|
|
10
|
-
import { r as E } from "./i18n-CI_sQ5d_.js";
|
|
11
|
-
const M = /* @__PURE__ */ w({
|
|
12
|
-
__name: "OverviewView",
|
|
13
|
-
setup(H) {
|
|
14
|
-
const { t: n, te: f } = D(), v = P(), { breakpoints: o } = V(), { isOpenDownloadDialog: g, overviewReport: a } = R(v), s = c(() => {
|
|
15
|
-
var t;
|
|
16
|
-
return ((t = a.value) == null ? void 0 : t.tiles) || [];
|
|
17
|
-
}), x = c(() => {
|
|
18
|
-
var t;
|
|
19
|
-
return E(n, f, (t = a.value) == null ? void 0 : t.name, "other");
|
|
20
|
-
});
|
|
21
|
-
return (t, i) => {
|
|
22
|
-
const k = $("FmPageHead");
|
|
23
|
-
return r(), l(L, null, {
|
|
24
|
-
default: y(() => [
|
|
25
|
-
u(k, {
|
|
26
|
-
title: x.value,
|
|
27
|
-
class: "h-[68px]",
|
|
28
|
-
actions: [
|
|
29
|
-
{
|
|
30
|
-
label: e(n)("report.common.download"),
|
|
31
|
-
value: "download",
|
|
32
|
-
isPrimary: !0,
|
|
33
|
-
prependIcon: "download"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"onClick:action": i[0] || (i[0] = (m) => g.value = !0)
|
|
37
|
-
}, null, 8, ["title", "actions"]),
|
|
38
|
-
u(z),
|
|
39
|
-
h("div", {
|
|
40
|
-
class: d(`flex flex-col gap-2 ${e(o).sm || e(o).xs ? "mb-20" : ""}`),
|
|
41
|
-
style: C({ height: `calc(100% - ${e(o).lg || e(o).md ? 72 : 64}px)` })
|
|
42
|
-
}, [
|
|
43
|
-
s.value.length > 0 && e(a) ? (r(), _("div", {
|
|
44
|
-
key: 0,
|
|
45
|
-
class: d(["grid grid-cols-12", e(o).sm || e(o).xs ? "px-3 gap-[16px]" : "px-24 gap-[24px]"])
|
|
46
|
-
}, [
|
|
47
|
-
(r(!0), _(b, null, B(s.value, (m, p) => (r(), l(F, {
|
|
48
|
-
key: `widget_${e(a).id}_${p}`,
|
|
49
|
-
"model-value": m,
|
|
50
|
-
index: p
|
|
51
|
-
}, null, 8, ["model-value", "index"]))), 128))
|
|
52
|
-
], 2)) : (r(), l(S, { key: 1 }))
|
|
53
|
-
], 6)
|
|
54
|
-
]),
|
|
55
|
-
_: 1
|
|
56
|
-
});
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
export {
|
|
61
|
-
M as default
|
|
62
|
-
};
|