@feedmepos/mf-report 5.25.3 → 5.25.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.
- package/dist/{App-CnFZJmzp.js → App-DtptjhjZ.js} +61 -61
- package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-RUTqJF5H.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-BpZRmN2X.js} +1 -1
- package/dist/{Default.vue_vue_type_script_setup_true_lang-CcMbnaoi.js → Default.vue_vue_type_script_setup_true_lang-YD8hGEgU.js} +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-khivJO9B.js +4939 -0
- package/dist/{GlobalFilterSelect.vue_vue_type_script_setup_true_lang-BY_KN_C1.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-ICdT23KP.js} +2 -2
- package/dist/{InsightView-DKrfAidQ.js → InsightView-D6kG8qxO.js} +4 -4
- package/dist/{Integration-BNW5e7Qk.js → Integration-5Zh9P4ni.js} +254 -254
- package/dist/{Integrations-DItxcgrC.js → Integrations-CS3GIgJs.js} +2 -2
- package/dist/{Layout-GLIcaoCe.js → Layout-PDHYlwIv.js} +1 -1
- package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-pOrfpYWl.js → MenuTab.vue_vue_type_script_setup_true_lang-BTkWCFV2.js} +4 -4
- package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-CBAiRY5H.js → NavigationTab.vue_vue_type_script_setup_true_lang-BTEHMFrz.js} +6 -6
- package/dist/{OverviewView-V-17Kj3C.js → OverviewView-C8gFEyAy.js} +4 -4
- package/dist/{Report-Cawu6GrR.js → Report-CHb2EMt_.js} +3 -3
- package/dist/{ReportEditor-ChZgxHxU.js → ReportEditor-AvoIjWIX.js} +3 -3
- package/dist/{ReportView-Dfb_owW8.js → ReportView-BPK_UG_W.js} +6 -6
- package/dist/{Setting-bPYUv_iE.js → Setting-DQIQRxq2.js} +3 -3
- package/dist/{TileEditor-CZ_n5OKa.js → TileEditor-C3ItD9ZL.js} +1351 -1317
- package/dist/{TransitionFade-DCyLVIwo.js → TransitionFade-ClFH8Y2K.js} +4 -4
- package/dist/{app-AKUT_6m_.js → app-DS19_5wu.js} +103 -55
- package/dist/app.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useRestaurantPermission-251v8GZD.js → useRestaurantPermission-B5vpR4h3.js} +1 -1
- package/package.json +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-COXEyuoF.js +0 -4689
|
@@ -3,11 +3,11 @@ 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, I as Be, f as rn, h as an, c as De, g as Bn, e as $n } from "./GlobalFilterSelect.vue_vue_type_script_setup_true_lang-
|
|
7
|
-
import { p as Rn, a as ln, d as Xn } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { W as F, I as Be, f as rn, h as an, c as De, g as Bn, e as $n } from "./GlobalFilterSelect.vue_vue_type_script_setup_true_lang-ICdT23KP.js";
|
|
7
|
+
import { p as Rn, a as ln, d as Xn } from "./DateRangeSelect.vue_vue_type_script_setup_true_lang-BpZRmN2X.js";
|
|
8
8
|
import { a as Vt, b as Wt } from "./SelectComponent.vue_vue_type_script_setup_true_lang-Af_Z54a4.js";
|
|
9
|
-
import { R as Yn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-
|
|
10
|
-
import { d as ht } from "./app-
|
|
9
|
+
import { R as Yn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-khivJO9B.js";
|
|
10
|
+
import { d as ht } from "./app-DS19_5wu.js";
|
|
11
11
|
import { r as Wn } from "./i18n-CI_sQ5d_.js";
|
|
12
12
|
import { useSnackbar as Un } from "@feedmepos/ui-library";
|
|
13
13
|
const jn = {
|
|
@@ -533,9 +533,13 @@ const sn = {
|
|
|
533
533
|
height: "Height",
|
|
534
534
|
comparisonTooltip: {
|
|
535
535
|
viewBreakdown: "Click to view breakdown",
|
|
536
|
+
doubleClickViewBreakdown: "Double click to view breakdown",
|
|
537
|
+
current: "Current",
|
|
538
|
+
compared: "Comparison",
|
|
536
539
|
fullBreakdownTitle: "Full breakdown details"
|
|
537
540
|
},
|
|
538
541
|
legend: {
|
|
542
|
+
comparison: "Comparison",
|
|
539
543
|
viewMore: "View more",
|
|
540
544
|
viewLess: "View less"
|
|
541
545
|
}
|
|
@@ -703,10 +707,16 @@ const sn = {
|
|
|
703
707
|
cumulative: "Cumulative",
|
|
704
708
|
chartHeight: "Chart Height",
|
|
705
709
|
chartWidth: "Chart Width",
|
|
710
|
+
barCornerStyle: {
|
|
711
|
+
title: "Bar Corner",
|
|
712
|
+
rounded: "Rounded",
|
|
713
|
+
square: "Square"
|
|
714
|
+
},
|
|
706
715
|
chartColor: {
|
|
707
716
|
title: "Chart Colors",
|
|
708
717
|
color: "Color",
|
|
709
718
|
series: "Series",
|
|
719
|
+
randomizeColor: "Randomize color",
|
|
710
720
|
secondaryMetricAutoShade: "Auto shade secondary metrics",
|
|
711
721
|
reset: "Reset Colors"
|
|
712
722
|
},
|
|
@@ -723,7 +733,9 @@ const sn = {
|
|
|
723
733
|
title: "Apply by",
|
|
724
734
|
series: "Series",
|
|
725
735
|
metric: "Metric",
|
|
726
|
-
breakdown: "Breakdown dimension"
|
|
736
|
+
breakdown: "Breakdown dimension",
|
|
737
|
+
main: "Main",
|
|
738
|
+
comparison: "Comparison"
|
|
727
739
|
},
|
|
728
740
|
fontSize: "Font Size",
|
|
729
741
|
title: {
|
|
@@ -762,6 +774,7 @@ const sn = {
|
|
|
762
774
|
showY: "Show Y",
|
|
763
775
|
showGrid: "Show Grid",
|
|
764
776
|
showTick: "Show Tick",
|
|
777
|
+
showBreakdownDimensionTick: "Show breakdown dimension tick",
|
|
765
778
|
showTitle: "Show Title"
|
|
766
779
|
},
|
|
767
780
|
legend: {
|
|
@@ -2077,9 +2090,13 @@ const sn = {
|
|
|
2077
2090
|
height: "高度",
|
|
2078
2091
|
comparisonTooltip: {
|
|
2079
2092
|
viewBreakdown: "点击查看分解",
|
|
2093
|
+
doubleClickViewBreakdown: "双击查看分解",
|
|
2094
|
+
current: "当前",
|
|
2095
|
+
compared: "对比",
|
|
2080
2096
|
fullBreakdownTitle: "完整分解详情"
|
|
2081
2097
|
},
|
|
2082
2098
|
legend: {
|
|
2099
|
+
comparison: "对比",
|
|
2083
2100
|
viewMore: "查看更多",
|
|
2084
2101
|
viewLess: "收起"
|
|
2085
2102
|
}
|
|
@@ -2246,10 +2263,16 @@ const sn = {
|
|
|
2246
2263
|
cumulative: "累积",
|
|
2247
2264
|
chartHeight: "图表高度",
|
|
2248
2265
|
chartWidth: "图表宽度",
|
|
2266
|
+
barCornerStyle: {
|
|
2267
|
+
title: "柱形圆角",
|
|
2268
|
+
rounded: "圆角",
|
|
2269
|
+
square: "直角"
|
|
2270
|
+
},
|
|
2249
2271
|
chartColor: {
|
|
2250
2272
|
title: "图表颜色",
|
|
2251
2273
|
color: "颜色",
|
|
2252
2274
|
series: "系列",
|
|
2275
|
+
randomizeColor: "随机颜色",
|
|
2253
2276
|
secondaryMetricAutoShade: "自动淡化次级指标",
|
|
2254
2277
|
reset: "重置颜色"
|
|
2255
2278
|
},
|
|
@@ -2266,7 +2289,9 @@ const sn = {
|
|
|
2266
2289
|
title: "应用方式",
|
|
2267
2290
|
series: "系列",
|
|
2268
2291
|
metric: "指标",
|
|
2269
|
-
breakdown: "分解维度"
|
|
2292
|
+
breakdown: "分解维度",
|
|
2293
|
+
main: "主图",
|
|
2294
|
+
comparison: "对比"
|
|
2270
2295
|
},
|
|
2271
2296
|
fontSize: "字体大小",
|
|
2272
2297
|
title: {
|
|
@@ -2305,6 +2330,7 @@ const sn = {
|
|
|
2305
2330
|
showY: "显示Y轴",
|
|
2306
2331
|
showGrid: "显示网格",
|
|
2307
2332
|
showTick: "显示刻度",
|
|
2333
|
+
showBreakdownDimensionTick: "显示细分维度刻度",
|
|
2308
2334
|
showTitle: "显示标题"
|
|
2309
2335
|
},
|
|
2310
2336
|
legend: {
|
|
@@ -3622,9 +3648,13 @@ const sn = {
|
|
|
3622
3648
|
height: "ความสูง",
|
|
3623
3649
|
comparisonTooltip: {
|
|
3624
3650
|
viewBreakdown: "คลิกเพื่อดูการแยกส่วน",
|
|
3651
|
+
doubleClickViewBreakdown: "ดับเบิลคลิกเพื่อดูการแยกส่วน",
|
|
3652
|
+
current: "ปัจจุบัน",
|
|
3653
|
+
compared: "เปรียบเทียบ",
|
|
3625
3654
|
fullBreakdownTitle: "รายละเอียดการแยกส่วนทั้งหมด"
|
|
3626
3655
|
},
|
|
3627
3656
|
legend: {
|
|
3657
|
+
comparison: "เปรียบเทียบ",
|
|
3628
3658
|
viewMore: "ดูเพิ่มเติม",
|
|
3629
3659
|
viewLess: "ดูน้อยลง"
|
|
3630
3660
|
}
|
|
@@ -3791,10 +3821,16 @@ const sn = {
|
|
|
3791
3821
|
cumulative: "สะสม",
|
|
3792
3822
|
chartHeight: "ความสูงของแผนภูมิ",
|
|
3793
3823
|
chartWidth: "ความกว้างของแผนภูมิ",
|
|
3824
|
+
barCornerStyle: {
|
|
3825
|
+
title: "มุมแท่ง",
|
|
3826
|
+
rounded: "มน",
|
|
3827
|
+
square: "เหลี่ยม"
|
|
3828
|
+
},
|
|
3794
3829
|
chartColor: {
|
|
3795
3830
|
title: "สีแผนภูมิ",
|
|
3796
3831
|
color: "สี",
|
|
3797
3832
|
series: "ซีรีส์",
|
|
3833
|
+
randomizeColor: "สุ่มสี",
|
|
3798
3834
|
secondaryMetricAutoShade: "ไล่เฉดอัตโนมัติสำหรับเมตริกรอง",
|
|
3799
3835
|
reset: "รีเซ็ตสี"
|
|
3800
3836
|
},
|
|
@@ -3811,7 +3847,9 @@ const sn = {
|
|
|
3811
3847
|
title: "ใช้ตาม",
|
|
3812
3848
|
series: "ซีรีส์",
|
|
3813
3849
|
metric: "เมตริก",
|
|
3814
|
-
breakdown: "มิติการแยกส่วน"
|
|
3850
|
+
breakdown: "มิติการแยกส่วน",
|
|
3851
|
+
main: "หลัก",
|
|
3852
|
+
comparison: "เปรียบเทียบ"
|
|
3815
3853
|
},
|
|
3816
3854
|
fontSize: "ขนาดฟอนต์",
|
|
3817
3855
|
title: {
|
|
@@ -3850,6 +3888,7 @@ const sn = {
|
|
|
3850
3888
|
showY: "แสดงแกน Y",
|
|
3851
3889
|
showGrid: "แสดงกริด",
|
|
3852
3890
|
showTick: "แสดงติ๊ก",
|
|
3891
|
+
showBreakdownDimensionTick: "แสดงติ๊กมิติการแยกย่อย",
|
|
3853
3892
|
showTitle: "แสดงชื่อ"
|
|
3854
3893
|
},
|
|
3855
3894
|
legend: {
|
|
@@ -5157,9 +5196,13 @@ const sn = {
|
|
|
5157
5196
|
height: "高度",
|
|
5158
5197
|
comparisonTooltip: {
|
|
5159
5198
|
viewBreakdown: "點擊查看分解",
|
|
5199
|
+
doubleClickViewBreakdown: "雙擊查看分解",
|
|
5200
|
+
current: "目前",
|
|
5201
|
+
compared: "比較",
|
|
5160
5202
|
fullBreakdownTitle: "完整分解詳情"
|
|
5161
5203
|
},
|
|
5162
5204
|
legend: {
|
|
5205
|
+
comparison: "對比",
|
|
5163
5206
|
viewMore: "查看更多",
|
|
5164
5207
|
viewLess: "收起"
|
|
5165
5208
|
}
|
|
@@ -5326,10 +5369,16 @@ const sn = {
|
|
|
5326
5369
|
cumulative: "累積",
|
|
5327
5370
|
chartHeight: "圖表高度",
|
|
5328
5371
|
chartWidth: "圖表寬度",
|
|
5372
|
+
barCornerStyle: {
|
|
5373
|
+
title: "柱形圓角",
|
|
5374
|
+
rounded: "圓角",
|
|
5375
|
+
square: "直角"
|
|
5376
|
+
},
|
|
5329
5377
|
chartColor: {
|
|
5330
5378
|
title: "圖表顏色",
|
|
5331
5379
|
color: "顏色",
|
|
5332
5380
|
series: "系列",
|
|
5381
|
+
randomizeColor: "隨機顏色",
|
|
5333
5382
|
secondaryMetricAutoShade: "自動淡化次級指標",
|
|
5334
5383
|
reset: "重設顏色"
|
|
5335
5384
|
},
|
|
@@ -5346,7 +5395,9 @@ const sn = {
|
|
|
5346
5395
|
title: "套用方式",
|
|
5347
5396
|
series: "系列",
|
|
5348
5397
|
metric: "指標",
|
|
5349
|
-
breakdown: "分解維度"
|
|
5398
|
+
breakdown: "分解維度",
|
|
5399
|
+
main: "主圖",
|
|
5400
|
+
comparison: "對比"
|
|
5350
5401
|
},
|
|
5351
5402
|
fontSize: "字體大小",
|
|
5352
5403
|
title: {
|
|
@@ -5385,6 +5436,7 @@ const sn = {
|
|
|
5385
5436
|
showY: "顯示Y軸",
|
|
5386
5437
|
showGrid: "顯示網格",
|
|
5387
5438
|
showTick: "顯示刻度",
|
|
5439
|
+
showBreakdownDimensionTick: "顯示細分維度刻度",
|
|
5388
5440
|
showTitle: "顯示標題"
|
|
5389
5441
|
},
|
|
5390
5442
|
legend: {
|
|
@@ -9939,7 +9991,7 @@ class xt {
|
|
|
9939
9991
|
this.baseUrl = t;
|
|
9940
9992
|
}
|
|
9941
9993
|
}
|
|
9942
|
-
const se = new xt("https://query-engine{.country}.
|
|
9994
|
+
const se = new xt("https://query-engine{.country}.feedmeapidev.com"), mt = new xt("https://query-engine{.country}.feedmeapidev.com/report-query"), bA = new xt("https://query-engine{.country}.feedmeapidev.com/report-file"), KA = new xt("https://portal-v2{.country}.feedmeapidev.com"), yc = (e) => ({
|
|
9943
9995
|
id: e._id,
|
|
9944
9996
|
name: e.profile.name,
|
|
9945
9997
|
code: e.profile.code,
|
|
@@ -11524,7 +11576,7 @@ const oA = [
|
|
|
11524
11576
|
path: "/overview",
|
|
11525
11577
|
alias: ["/"],
|
|
11526
11578
|
name: "overview",
|
|
11527
|
-
component: ft(() => import("./OverviewView-
|
|
11579
|
+
component: ft(() => import("./OverviewView-C8gFEyAy.js")),
|
|
11528
11580
|
meta: {
|
|
11529
11581
|
validationManifest: pt(
|
|
11530
11582
|
z.report_accessOverview
|
|
@@ -11534,12 +11586,12 @@ const oA = [
|
|
|
11534
11586
|
{
|
|
11535
11587
|
path: "/report",
|
|
11536
11588
|
name: "reports",
|
|
11537
|
-
component: () => import("./Report-
|
|
11589
|
+
component: () => import("./Report-CHb2EMt_.js")
|
|
11538
11590
|
},
|
|
11539
11591
|
{
|
|
11540
11592
|
path: "/insights",
|
|
11541
11593
|
name: "insights",
|
|
11542
|
-
component: ft(() => import("./InsightView-
|
|
11594
|
+
component: ft(() => import("./InsightView-D6kG8qxO.js")),
|
|
11543
11595
|
meta: {
|
|
11544
11596
|
validationManifest: pt(
|
|
11545
11597
|
z.report_accessInsight
|
|
@@ -11549,22 +11601,22 @@ const oA = [
|
|
|
11549
11601
|
{
|
|
11550
11602
|
path: "/report-view",
|
|
11551
11603
|
name: "reportView",
|
|
11552
|
-
component: () => import("./ReportView-
|
|
11604
|
+
component: () => import("./ReportView-BPK_UG_W.js")
|
|
11553
11605
|
},
|
|
11554
11606
|
{
|
|
11555
11607
|
path: "/report-editor",
|
|
11556
11608
|
name: "reportEditor",
|
|
11557
|
-
component: () => import("./ReportEditor-
|
|
11609
|
+
component: () => import("./ReportEditor-AvoIjWIX.js")
|
|
11558
11610
|
},
|
|
11559
11611
|
{
|
|
11560
11612
|
path: "/report-editor/tile-editor",
|
|
11561
11613
|
name: "tileEditor",
|
|
11562
|
-
component: () => import("./TileEditor-
|
|
11614
|
+
component: () => import("./TileEditor-C3ItD9ZL.js")
|
|
11563
11615
|
},
|
|
11564
11616
|
{
|
|
11565
11617
|
path: "/setting",
|
|
11566
11618
|
name: "setting",
|
|
11567
|
-
component: ft(() => import("./Setting-
|
|
11619
|
+
component: ft(() => import("./Setting-DQIQRxq2.js")),
|
|
11568
11620
|
meta: {
|
|
11569
11621
|
validationManifest: pt(
|
|
11570
11622
|
z.report_accessSetting
|
|
@@ -11573,7 +11625,7 @@ const oA = [
|
|
|
11573
11625
|
},
|
|
11574
11626
|
{
|
|
11575
11627
|
path: "/integration",
|
|
11576
|
-
component: ft(() => import("./Layout-
|
|
11628
|
+
component: ft(() => import("./Layout-PDHYlwIv.js")),
|
|
11577
11629
|
meta: {
|
|
11578
11630
|
validationManifest: pt(
|
|
11579
11631
|
z.report_accessIntegration
|
|
@@ -11583,12 +11635,12 @@ const oA = [
|
|
|
11583
11635
|
{
|
|
11584
11636
|
name: "integrations",
|
|
11585
11637
|
path: "",
|
|
11586
|
-
component: () => import("./Integrations-
|
|
11638
|
+
component: () => import("./Integrations-CS3GIgJs.js")
|
|
11587
11639
|
},
|
|
11588
11640
|
{
|
|
11589
11641
|
name: "integration",
|
|
11590
11642
|
path: "/integration/:id",
|
|
11591
|
-
component: () => import("./Integration-
|
|
11643
|
+
component: () => import("./Integration-5Zh9P4ni.js")
|
|
11592
11644
|
}
|
|
11593
11645
|
]
|
|
11594
11646
|
},
|
|
@@ -11612,61 +11664,57 @@ const WA = {
|
|
|
11612
11664
|
"zh-CN": dn,
|
|
11613
11665
|
"th-TH": pn,
|
|
11614
11666
|
"zh-Hant": gn
|
|
11615
|
-
}, ZA = _o(() => import("./App-
|
|
11667
|
+
}, ZA = _o(() => import("./App-DtptjhjZ.js"));
|
|
11616
11668
|
export {
|
|
11617
|
-
|
|
11618
|
-
|
|
11619
|
-
bc as B,
|
|
11669
|
+
bc as A,
|
|
11670
|
+
xc as B,
|
|
11620
11671
|
Cc as C,
|
|
11621
11672
|
Oe as D,
|
|
11622
|
-
|
|
11673
|
+
MA as E,
|
|
11623
11674
|
re as F,
|
|
11624
|
-
|
|
11625
|
-
|
|
11675
|
+
jA as G,
|
|
11676
|
+
zA as H,
|
|
11626
11677
|
Ee as I,
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
|
|
11630
|
-
|
|
11631
|
-
|
|
11632
|
-
|
|
11633
|
-
|
|
11634
|
-
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
wt as Z,
|
|
11644
|
-
WA as _,
|
|
11678
|
+
IA as J,
|
|
11679
|
+
TA as K,
|
|
11680
|
+
VA as L,
|
|
11681
|
+
GA as M,
|
|
11682
|
+
SA as N,
|
|
11683
|
+
NA as O,
|
|
11684
|
+
qA as P,
|
|
11685
|
+
YA as Q,
|
|
11686
|
+
LA as R,
|
|
11687
|
+
kA as S,
|
|
11688
|
+
EA as T,
|
|
11689
|
+
Dc as U,
|
|
11690
|
+
Zn as V,
|
|
11691
|
+
wt as W,
|
|
11692
|
+
ZA as X,
|
|
11693
|
+
oA as Y,
|
|
11645
11694
|
lt as a,
|
|
11646
|
-
oA as a0,
|
|
11647
11695
|
Nr as b,
|
|
11648
11696
|
tA as c,
|
|
11649
11697
|
k as d,
|
|
11650
11698
|
Zc as e,
|
|
11651
11699
|
qc as f,
|
|
11652
11700
|
$c as g,
|
|
11653
|
-
|
|
11654
|
-
|
|
11655
|
-
|
|
11656
|
-
|
|
11657
|
-
|
|
11658
|
-
|
|
11659
|
-
|
|
11660
|
-
|
|
11661
|
-
|
|
11701
|
+
Te as h,
|
|
11702
|
+
WA as i,
|
|
11703
|
+
yn as j,
|
|
11704
|
+
QA as k,
|
|
11705
|
+
Fe as l,
|
|
11706
|
+
mt as m,
|
|
11707
|
+
Sr as n,
|
|
11708
|
+
sA as o,
|
|
11709
|
+
KA as p,
|
|
11662
11710
|
se as q,
|
|
11663
11711
|
bA as r,
|
|
11664
11712
|
xA as s,
|
|
11665
11713
|
z as t,
|
|
11666
11714
|
$ as u,
|
|
11667
|
-
|
|
11668
|
-
|
|
11669
|
-
|
|
11670
|
-
|
|
11671
|
-
|
|
11715
|
+
f as v,
|
|
11716
|
+
XA as w,
|
|
11717
|
+
OA as x,
|
|
11718
|
+
Kc as y,
|
|
11719
|
+
HA as z
|
|
11672
11720
|
};
|
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-
|
|
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%;overflow:hidden;padding:0;width:var(--chart-width);height:var(--chart-height)}.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-height:100%;overflow:hidden;padding:0;width:var(--chart-width);height:var(--chart-height)}.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-height:100%;overflow:hidden;margin:0;padding:8px 0 0;width:var(--chart-width);height:var(--chart-height)}.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{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-75e63bb5] .line-clamp-1,.remove-line-clamping[data-v-75e63bb5] .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-75e63bb5] .flex.flex-col.flex-grow{min-width:0}.remove-line-clamping[data-v-75e63bb5] .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}.toggleEditResize{border:2px dashed #3b82f6!important;position:relative}th:hover,td:hover{cursor:default}.col-resize-handle{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:10}.highlight-hover-col,.highlight-col{border-right:2px solid #3b82f6!important}.row-resize-handle{position:absolute;bottom:0;left:0;width:100%;height:6px;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:10}.highlight-hover-row,.highlight-row{border-bottom:2px solid #3b82f6!important}.legend-color-input[data-v-0f6af12a]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:40px;height:24px;border:0;background:transparent;padding:0}.legend-color-input[data-v-0f6af12a]::-webkit-color-swatch-wrapper{padding:0}.legend-color-input[data-v-0f6af12a]::-webkit-color-swatch{border:1px solid rgb(var(--fm-color-neutral-gray-200));border-radius:4px}.legend-color-input[data-v-0f6af12a]::-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 {
|
|
5
|
+
import { V as l, W as i } from "./app-DS19_5wu.js";
|
|
6
6
|
function g(t) {
|
|
7
7
|
return Array.isArray(t) ? t : [];
|
|
8
8
|
}
|