@feedmepos/mf-report 5.5.11-beta.2 → 5.5.13-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.
Files changed (28) hide show
  1. package/dist/{App-B-fPB-ZJ.js → App-BS0-_AhY.js} +5 -5
  2. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-CN3UKRaQ.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-Bym218wx.js} +2 -2
  3. package/dist/{Default.vue_vue_type_script_setup_true_lang-D7TqpbQ9.js → Default.vue_vue_type_script_setup_true_lang-BPyDSlSv.js} +2 -2
  4. package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-BdzViho5.js +1134 -0
  5. package/dist/{InsightView-bZx6j8q5.js → InsightView-BNTy2BY6.js} +6 -6
  6. package/dist/{Integration-BhxDf6gs.js → Integration-carh07Vr.js} +3 -3
  7. package/dist/{Integrations-B6ACZi86.js → Integrations-CkNOG-0a.js} +3 -3
  8. package/dist/{Layout-CVsorGV9.js → Layout-BSSq5DmA.js} +1 -1
  9. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-AopNmaX1.js → MenuTab.vue_vue_type_script_setup_true_lang-C27xOs2V.js} +3 -3
  10. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-4LIEfrJG.js → NavigationTab.vue_vue_type_script_setup_true_lang-BGj4JBTM.js} +5 -5
  11. package/dist/{NoData.vue_vue_type_script_setup_true_lang-DI4X_DSc.js → NoData.vue_vue_type_script_setup_true_lang-Ds28wS8h.js} +1 -1
  12. package/dist/{OverviewView-D7wq9voi.js → OverviewView-Bw5iTk3_.js} +5 -5
  13. package/dist/{Report-St-N-XGu.js → Report-B-JUEWzb.js} +4 -4
  14. package/dist/{ReportEditor-CH9DyBJw.js → ReportEditor-DwJoE0yD.js} +5 -5
  15. package/dist/{ReportView-BqHk2OOl.js → ReportView-Cxp3H0_E.js} +7 -7
  16. package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-BVs1C4af.js → SelectComponent.vue_vue_type_script_setup_true_lang-8tR4yk5A.js} +1 -1
  17. package/dist/{Setting-CF6M_Gb2.js → Setting-K0PpkSOk.js} +4 -4
  18. package/dist/TileEditor-cPwOTLfC.js +2707 -0
  19. package/dist/{TransitionFade-z9aoIr9s.js → TransitionFade-B04L5pm3.js} +4 -4
  20. package/dist/app.js +123 -63
  21. package/dist/{global-loader-BqFQzk46.js → global-loader-DfQXrz7M.js} +1699 -1712
  22. package/dist/{index-DqqTHE7n.js → index-OX-gt0RL.js} +1 -1
  23. package/dist/{report-schema-OJAFh4P6.js → report-schema-Cnf7q4YC.js} +1 -1
  24. package/dist/style.css +1 -1
  25. package/dist/{v4-HCTsB306.js → v4-CKZZ3hoL.js} +264 -232
  26. package/package.json +2 -2
  27. package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-Blu98Lu7.js +0 -1082
  28. package/dist/TileEditor-Dh1OSYsO.js +0 -2538
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as Ne, onBeforeMount as cn, onBeforeUnmount as dn, resolveComponent as ge, createElementBlock as ce, openBlock as ne, normalizeStyle as fn, unref as Le, renderSlot as Pe, createVNode as ue, createElementVNode as Lt, toDisplayString as Rt, TransitionGroup as hn, nextTick as Bt, h as St, mergeModels as pn, useModel as Vt, computed as mn, Fragment as vt, renderList as gn, createBlock as vn, normalizeClass as bn, withCtx as ze, createTextVNode as _n, ref as yn, Transition as ct, createCommentVNode as dt } from "vue";
2
- import { u as Xt, f as wn } from "./global-loader-BqFQzk46.js";
2
+ import { u as Xt, f as wn } from "./global-loader-DfQXrz7M.js";
3
3
  import { useCoreStore as En } from "@feedmepos/mf-common";
4
4
  import { storeToRefs as Sn } from "pinia";
5
5
  import { useRoute as Dn } from "vue-router";
6
- import { W as x } from "./v4-HCTsB306.js";
7
- import { p as Cn } from "./index-DqqTHE7n.js";
6
+ import { W as x } from "./v4-CKZZ3hoL.js";
7
+ import { p as Cn } from "./index-OX-gt0RL.js";
8
8
  import { _ as bt } from "./_plugin-vue_export-helper-CHgC5LLL.js";
9
- import { R as Tn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-Blu98Lu7.js";
9
+ import { R as Tn } from "./DynamicWidget.vue_vue_type_script_setup_true_lang-BdzViho5.js";
10
10
  const xn = {
11
11
  key: 0,
12
12
  class: "flex gap-24 flex-col h-screen w-screen justify-center items-center"
package/dist/app.js CHANGED
@@ -394,24 +394,44 @@ const m = {
394
394
  datasource: {
395
395
  comparable: "Comparable",
396
396
  cumulative: "Cumulative",
397
- showLabel: "Show label",
398
- align: "Align",
399
- anchor: "Anchor",
400
- rotation: "Rotation",
401
- offset: "Offset",
397
+ chartHeight: "Chart Height",
398
+ chartWidth: "Chart Width",
402
399
  fontSize: "Font Size",
403
- showX: "Show X",
404
- showY: "Show Y",
405
- showGrid: "Show Grid",
406
- showTick: "Show tick",
407
- position: "Position",
408
- top: "Top",
409
- bottom: "Bottom",
410
- left: "Left",
411
- right: "Right",
412
- center: "Center",
413
- start: "Start",
414
- end: "End",
400
+ title: {
401
+ showTitle: "Show Title",
402
+ bold: "Bold",
403
+ italic: "Italic",
404
+ underline: "Underline"
405
+ },
406
+ label: {
407
+ showLabel: "Show Label"
408
+ },
409
+ alignment: {
410
+ align: "Align",
411
+ anchor: "Anchor",
412
+ rotation: "Rotation",
413
+ offset: "Offset"
414
+ },
415
+ axis: {
416
+ showX: "Show X",
417
+ showY: "Show Y",
418
+ showGrid: "Show Grid",
419
+ showTick: "Show Tick"
420
+ },
421
+ legend: {
422
+ showLegend: "Show Legend",
423
+ usePointStyle: "Use Point Style"
424
+ },
425
+ position: {
426
+ showPosition: "Position",
427
+ top: "Top",
428
+ bottom: "Bottom",
429
+ left: "Left",
430
+ right: "Right",
431
+ center: "Center",
432
+ start: "Start",
433
+ end: "End"
434
+ },
415
435
  drill: "Drill",
416
436
  subTotal: "SubTotal",
417
437
  transpose: "Transpose",
@@ -1380,24 +1400,44 @@ const m = {
1380
1400
  datasource: {
1381
1401
  comparable: "可比",
1382
1402
  cumulative: "累积",
1383
- showLabel: "显示标签",
1384
- align: "对齐",
1385
- anchor: "锚点",
1386
- rotation: "旋转",
1387
- offset: "偏移量",
1403
+ chartHeight: "图表高度",
1404
+ chartWidth: "图表宽度",
1388
1405
  fontSize: "字体大小",
1389
- showX: "显示 X 轴",
1390
- showY: "显示 Y 轴",
1391
- showGrid: "显示网格",
1392
- showTick: "显示刻度",
1393
- position: "位置",
1394
- top: "顶部",
1395
- bottom: "底部",
1396
- left: "左侧",
1397
- right: "右侧",
1398
- center: "居中",
1399
- start: "起始",
1400
- end: "结束",
1406
+ title: {
1407
+ showTitle: "显示标题",
1408
+ bold: "加粗",
1409
+ italic: "斜体",
1410
+ underline: "下划线"
1411
+ },
1412
+ label: {
1413
+ showLabel: "显示标签"
1414
+ },
1415
+ alignment: {
1416
+ align: "对齐",
1417
+ anchor: "锚点",
1418
+ rotation: "旋转",
1419
+ offset: "偏移"
1420
+ },
1421
+ axis: {
1422
+ showX: "显示X轴",
1423
+ showY: "显示Y轴",
1424
+ showGrid: "显示网格",
1425
+ showTick: "显示刻度"
1426
+ },
1427
+ legend: {
1428
+ showLegend: "显示图例",
1429
+ usePointStyle: "使用点样式"
1430
+ },
1431
+ position: {
1432
+ showPosition: "位置",
1433
+ top: "顶部",
1434
+ bottom: "底部",
1435
+ left: "左",
1436
+ right: "右",
1437
+ center: "中间",
1438
+ start: "开始",
1439
+ end: "结束"
1440
+ },
1401
1441
  drill: "钻取",
1402
1442
  subTotal: "小计",
1403
1443
  transpose: "转置",
@@ -2364,24 +2404,44 @@ const m = {
2364
2404
  datasource: {
2365
2405
  comparable: "เปรียบเทียบได้",
2366
2406
  cumulative: "สะสม",
2367
- showLabel: "แสดงป้ายกำกับ",
2368
- align: "การจัดแนว",
2369
- anchor: "สมอเรือ",
2370
- rotation: "การหมุน",
2371
- offset: "ระยะห่าง",
2372
- fontSize: "ขนาดตัวอักษร",
2373
- showX: "แสดงแกน X",
2374
- showY: "แสดงแกน Y",
2375
- showGrid: "แสดงเส้นกริด",
2376
- showTick: "แสดงขีด",
2377
- position: "ตำแหน่ง",
2378
- top: "บน",
2379
- bottom: "ล่าง",
2380
- left: "ซ้าย",
2381
- right: "ขวา",
2382
- center: "กึ่งกลาง",
2383
- start: "เริ่มต้น",
2384
- end: "สิ้นสุด",
2407
+ chartHeight: "ความสูงของแผนภูมิ",
2408
+ chartWidth: "ความกว้างของแผนภูมิ",
2409
+ fontSize: "ขนาดฟอนต์",
2410
+ title: {
2411
+ showTitle: "แสดงชื่อหัวข้อ",
2412
+ bold: "ตัวหนา",
2413
+ italic: "ตัวเอียง",
2414
+ underline: "ขีดเส้นใต้"
2415
+ },
2416
+ label: {
2417
+ showLabel: "แสดงป้าย"
2418
+ },
2419
+ alignment: {
2420
+ align: "จัดตำแหน่ง",
2421
+ anchor: "ยึดจุด",
2422
+ rotation: "การหมุน",
2423
+ offset: "การย้ายตำแหน่ง"
2424
+ },
2425
+ axis: {
2426
+ showX: "แสดงแกน X",
2427
+ showY: "แสดงแกน Y",
2428
+ showGrid: "แสดงกริด",
2429
+ showTick: "แสดงติ๊ก"
2430
+ },
2431
+ legend: {
2432
+ showLegend: "แสดงตำนาน",
2433
+ usePointStyle: "ใช้สไตล์จุด"
2434
+ },
2435
+ position: {
2436
+ showPosition: "ตำแหน่ง",
2437
+ top: "ด้านบน",
2438
+ bottom: "ด้านล่าง",
2439
+ left: "ซ้าย",
2440
+ right: "ขวา",
2441
+ center: "กลาง",
2442
+ start: "เริ่ม",
2443
+ end: "สิ้นสุด"
2444
+ },
2385
2445
  drill: "เจาะลึก",
2386
2446
  subTotal: "ยอดรวมย่อย",
2387
2447
  transpose: "สลับแถวคอลัมน์",
@@ -2959,51 +3019,51 @@ const m = {
2959
3019
  path: "/overview",
2960
3020
  alias: ["/"],
2961
3021
  name: "overview",
2962
- component: () => import("./OverviewView-D7wq9voi.js")
3022
+ component: () => import("./OverviewView-Bw5iTk3_.js")
2963
3023
  },
2964
3024
  {
2965
3025
  path: "/report",
2966
3026
  name: "reports",
2967
- component: () => import("./Report-St-N-XGu.js")
3027
+ component: () => import("./Report-B-JUEWzb.js")
2968
3028
  },
2969
3029
  {
2970
3030
  path: "/insights",
2971
3031
  name: "insights",
2972
- component: () => import("./InsightView-bZx6j8q5.js")
3032
+ component: () => import("./InsightView-BNTy2BY6.js")
2973
3033
  },
2974
3034
  {
2975
3035
  path: "/report-view",
2976
3036
  name: "reportView",
2977
- component: () => import("./ReportView-BqHk2OOl.js")
3037
+ component: () => import("./ReportView-Cxp3H0_E.js")
2978
3038
  },
2979
3039
  {
2980
3040
  path: "/report-editor",
2981
3041
  name: "reportEditor",
2982
- component: () => import("./ReportEditor-CH9DyBJw.js")
3042
+ component: () => import("./ReportEditor-DwJoE0yD.js")
2983
3043
  },
2984
3044
  {
2985
3045
  path: "/report-editor/tile-editor",
2986
3046
  name: "tileEditor",
2987
- component: () => import("./TileEditor-Dh1OSYsO.js")
3047
+ component: () => import("./TileEditor-cPwOTLfC.js")
2988
3048
  },
2989
3049
  {
2990
3050
  path: "/setting",
2991
3051
  name: "setting",
2992
- component: () => import("./Setting-CF6M_Gb2.js")
3052
+ component: () => import("./Setting-K0PpkSOk.js")
2993
3053
  },
2994
3054
  {
2995
3055
  path: "/integration",
2996
- component: () => import("./Layout-CVsorGV9.js"),
3056
+ component: () => import("./Layout-BSSq5DmA.js"),
2997
3057
  children: [
2998
3058
  {
2999
3059
  name: "integrations",
3000
3060
  path: "",
3001
- component: () => import("./Integrations-B6ACZi86.js")
3061
+ component: () => import("./Integrations-CkNOG-0a.js")
3002
3062
  },
3003
3063
  {
3004
3064
  name: "integration",
3005
3065
  path: "/integration/:id",
3006
- component: () => import("./Integration-BhxDf6gs.js")
3066
+ component: () => import("./Integration-carh07Vr.js")
3007
3067
  }
3008
3068
  ]
3009
3069
  },
@@ -3026,7 +3086,7 @@ const y = {
3026
3086
  "en-US": t,
3027
3087
  "zh-CN": a,
3028
3088
  "th-TH": i
3029
- }, l = e(() => import("./App-B-fPB-ZJ.js"));
3089
+ }, l = e(() => import("./App-BS0-_AhY.js"));
3030
3090
  export {
3031
3091
  l as FmApp,
3032
3092
  y as i18nMessages,