@feedmepos/mf-report 5.22.15 → 5.22.16

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 (32) hide show
  1. package/dist/{App-CdZlnXKI.js → App-BVF7QlD0.js} +5 -5
  2. package/dist/{BaseDialog.vue_vue_type_script_setup_true_lang-CLwzdS2Q.js → BaseDialog.vue_vue_type_script_setup_true_lang-C0TNaWyV.js} +1504 -1367
  3. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-CsDelr-w.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-BZ-wqf61.js} +2 -2
  4. package/dist/{Default.vue_vue_type_script_setup_true_lang-DzDO-bfn.js → Default.vue_vue_type_script_setup_true_lang-CfIy5eDd.js} +2 -2
  5. package/dist/FilterSelector.vue_vue_type_script_setup_true_lang-DTyjD4Ns.js +5500 -0
  6. package/dist/{InsightView--U8YNngJ.js → InsightView-CcULarZa.js} +6 -6
  7. package/dist/{Integration-BECzMkNu.js → Integration-B4e12DEq.js} +4 -4
  8. package/dist/{Integrations-CKTqvI1_.js → Integrations-DKefC_8Q.js} +4 -4
  9. package/dist/{Layout-Cnc8ppRk.js → Layout-fFxDWyHb.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-DwTrXeDM.js → MenuTab.vue_vue_type_script_setup_true_lang-BMmuP39v.js} +5 -5
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-DU__tSUF.js → NavigationTab.vue_vue_type_script_setup_true_lang-DcX8TQAm.js} +1432 -1426
  12. package/dist/{NoData.vue_vue_type_script_setup_true_lang-yT3rD3v6.js → NoData.vue_vue_type_script_setup_true_lang-DRlDgLPG.js} +1 -1
  13. package/dist/{OverviewView-x9wDh9Ri.js → OverviewView-C0vzEN7-.js} +5 -5
  14. package/dist/{Report-CK_isrIW.js → Report-CsjhpzLP.js} +4 -4
  15. package/dist/ReportEditor-UEUbwEwl.js +1392 -0
  16. package/dist/ReportView-5nihWNrb.js +264 -0
  17. package/dist/{SelectComponent.vue_vue_type_script_setup_true_lang-COi1XhYD.js → SelectComponent.vue_vue_type_script_setup_true_lang-BDvVGWuB.js} +1 -1
  18. package/dist/{Setting-DyrGukYa.js → Setting-REox7q25.js} +5 -5
  19. package/dist/TileEditor-D23dVPsy.js +3820 -0
  20. package/dist/{TransitionFade-D4Rp-fR9.js → TransitionFade-CFT50m56.js} +11 -10
  21. package/dist/{app-Dd6GUk_Q.js → app-Bp5urT4H.js} +156 -116
  22. package/dist/app.js +1 -1
  23. package/dist/assets/{formatChartData.worker-CxcSukKp.js → formatChartData.worker-BMafyqs1.js} +22 -22
  24. package/dist/assets/{processTableData.worker-MkLoF0u4.js → processTableData.worker-SW0HOvM7.js} +7 -7
  25. package/dist/style.css +1 -1
  26. package/dist/{useRestaurantPermission-Dw-A2QGb.js → useRestaurantPermission-4IKyXsvY.js} +1 -1
  27. package/dist/{vue-i18n-Dwv_B0_J.js → vue-i18n-pKrrGi-M.js} +1 -1
  28. package/package.json +1 -1
  29. package/dist/FilterSelector.vue_vue_type_script_setup_true_lang-DgagC5F1.js +0 -5405
  30. package/dist/ReportEditor-T12VzOJa.js +0 -1104
  31. package/dist/ReportView-BC77AQD8.js +0 -264
  32. package/dist/TileEditor-B-sEmK-X.js +0 -3789
@@ -555,9 +555,12 @@ const he = {
555
555
  AddToReportView: "Add to @:report.common.report view",
556
556
  advance: "Advance",
557
557
  dataFormula: "Data source formula",
558
+ label: "Label",
558
559
  timeFormatter: "Time Formatter",
560
+ timeRangeName: "Time range name",
559
561
  globalFilter: "Global filter",
560
562
  addGlobalFilter: "Add global filter",
563
+ customOptions: "Custom options",
561
564
  noWidget: "No widgets available for this schema",
562
565
  applyWidget: "Apply to specific widget",
563
566
  invalidSchema: "Invalid schema",
@@ -566,6 +569,12 @@ const he = {
566
569
  missingSchema: "Missing schema",
567
570
  missingTileIds: "No widgets selected",
568
571
  missingFilterSchema: "Missing filter schema",
572
+ invalidCustomTimeRange: "Invalid custom time range",
573
+ customTimeRangeNamesMustBeUnique: "Custom time range names must be unique",
574
+ invalidCustomOption: "Invalid custom option",
575
+ customOptionLabelsMustBeUnique: "Custom option labels must be unique",
576
+ unknownFilters: "unknown filter(s)",
577
+ invalidFiltersSchemaNotFound: "Invalid filter(s): {schemas}{unknownFiltersSuffix} - schema not found",
569
578
  year: "Yearly",
570
579
  hourOfDay: "Hour (24-hour)",
571
580
  dayOfMonth: "Day of month (1-31)",
@@ -740,7 +749,8 @@ const he = {
740
749
  transpose: "Transpose",
741
750
  blend: "Blend",
742
751
  none: "None",
743
- grandTotal: "Grand Total"
752
+ grandTotal: "Grand total",
753
+ grandTotalLabel: "Grand total label"
744
754
  },
745
755
  sort: {
746
756
  title: "Sort",
@@ -1456,7 +1466,7 @@ const he = {
1456
1466
  "Title Issued": "Title Issued",
1457
1467
  "Restaurant Name": "Restaurant Name",
1458
1468
  "Product Name": "@.capitalize:{'report.dynamic.common.product'} @:{'report.dynamic.common.name'}",
1459
- "Grand total": "Grand Total",
1469
+ "Grand total": "Grand total",
1460
1470
  "New widget": "New widget"
1461
1471
  }
1462
1472
  },
@@ -2038,9 +2048,12 @@ const he = {
2038
2048
  AddToReportView: "添加到@:{'report.common.report'}视图",
2039
2049
  advance: "高级",
2040
2050
  dataFormula: "数据源公式",
2051
+ label: "标签",
2041
2052
  timeFormatter: "时间格式",
2053
+ timeRangeName: "时间范围名称",
2042
2054
  globalFilter: "全局筛选",
2043
2055
  addGlobalFilter: "添加全局筛选器",
2056
+ customOptions: "自定义选项",
2044
2057
  noWidget: "此数据结构没有可用的小组件",
2045
2058
  applyWidget: "应用于指定小组件",
2046
2059
  invalidSchema: "无效的结构",
@@ -2049,6 +2062,12 @@ const he = {
2049
2062
  missingSchema: "缺少数据结构",
2050
2063
  missingTileIds: "未选择小组件",
2051
2064
  missingFilterSchema: "缺少筛选器数据结构",
2065
+ invalidCustomTimeRange: "自定义时间范围无效",
2066
+ customTimeRangeNamesMustBeUnique: "自定义时间范围名称必须唯一",
2067
+ invalidCustomOption: "自定义选项无效",
2068
+ customOptionLabelsMustBeUnique: "自定义选项标签必须唯一",
2069
+ unknownFilters: "未知筛选器",
2070
+ invalidFiltersSchemaNotFound: "筛选器无效:{schemas}{unknownFiltersSuffix} - 找不到数据结构",
2052
2071
  hourOfDay: "小时(24小时制)",
2053
2072
  dayOfMonth: "每月日期(1-31)",
2054
2073
  dayOfWeek: "星期几(周一至周日)",
@@ -2218,6 +2237,7 @@ const he = {
2218
2237
  blend: "融合",
2219
2238
  none: "无",
2220
2239
  grandTotal: "总计",
2240
+ grandTotalLabel: "总计标签",
2221
2241
  periodType: {
2222
2242
  label: "期间类型",
2223
2243
  MTD: "月初至今"
@@ -2964,7 +2984,7 @@ const he = {
2964
2984
  }
2965
2985
  }, ve = {
2966
2986
  report: fe
2967
- }, ze = {
2987
+ }, be = {
2968
2988
  common: {
2969
2989
  report: "รายงาน",
2970
2990
  filter: "ตัวกรอง",
@@ -3521,9 +3541,12 @@ const he = {
3521
3541
  advance: "ขั้นสูง",
3522
3542
  AddToReportView: "เพิ่มไปยังมุมมองรายงาน",
3523
3543
  dataFormula: "สูตรข้อมูล",
3544
+ label: "ป้ายกำกับ",
3524
3545
  timeFormatter: "รูปแบบเวลา",
3546
+ timeRangeName: "ชื่อช่วงเวลา",
3525
3547
  globalFilter: "ตัวกรองรวม",
3526
3548
  addGlobalFilter: "เพิ่มตัวกรองทั่วไป",
3549
+ customOptions: "ตัวเลือกกำหนดเอง",
3527
3550
  noWidget: "ไม่มีวิดเจ็ตสำหรับสคีมานี้",
3528
3551
  applyWidget: "ใช้กับวิดเจ็ตที่ระบุ",
3529
3552
  invalidSchema: "สคีมาไม่ถูกต้อง",
@@ -3532,6 +3555,12 @@ const he = {
3532
3555
  missingSchema: "สคีมาไม่ถูกต้อง",
3533
3556
  missingTileIds: "ยังไม่ได้เลือกวิดเจ็ต",
3534
3557
  missingFilterSchema: "สคีมาไม่ถูกต้อง",
3558
+ invalidCustomTimeRange: "ช่วงเวลาแบบกำหนดเองไม่ถูกต้อง",
3559
+ customTimeRangeNamesMustBeUnique: "ชื่อช่วงเวลาแบบกำหนดเองต้องไม่ซ้ำกัน",
3560
+ invalidCustomOption: "ตัวเลือกแบบกำหนดเองไม่ถูกต้อง",
3561
+ customOptionLabelsMustBeUnique: "ป้ายกำกับตัวเลือกแบบกำหนดเองต้องไม่ซ้ำกัน",
3562
+ unknownFilters: "ตัวกรองที่ไม่รู้จัก",
3563
+ invalidFiltersSchemaNotFound: "ตัวกรองไม่ถูกต้อง: {schemas}{unknownFiltersSuffix} - ไม่พบสคีมา",
3535
3564
  hourOfDay: "ชั่วโมง (24 ชั่วโมง)",
3536
3565
  dayOfMonth: "วันที่ของเดือน (1-31)",
3537
3566
  dayOfWeek: "วันในสัปดาห์ (จ.–อา.)",
@@ -3701,6 +3730,7 @@ const he = {
3701
3730
  blend: "ผสาน",
3702
3731
  none: "ไม่มี",
3703
3732
  grandTotal: "ยอดรวมทั้งหมด",
3733
+ grandTotalLabel: "ป้ายชื่อยอดรวมทั้งหมด",
3704
3734
  periodType: {
3705
3735
  label: "ประเภทช่วงเวลา",
3706
3736
  MTD: "ตั้งแต่ต้นเดือนถึงปัจจุบัน"
@@ -4445,8 +4475,8 @@ const he = {
4445
4475
  cancelled: "ยกเลิกแล้ว"
4446
4476
  }
4447
4477
  }
4448
- }, be = {
4449
- report: ze
4478
+ }, ze = {
4479
+ report: be
4450
4480
  }, De = {
4451
4481
  common: {
4452
4482
  report: "報表 | 報表",
@@ -4995,9 +5025,12 @@ const he = {
4995
5025
  AddToReportView: "添加到@:{'report.common.report'}視圖",
4996
5026
  advance: "高級",
4997
5027
  dataFormula: "數據源公式",
5028
+ label: "標籤",
4998
5029
  timeFormatter: "時間格式",
5030
+ timeRangeName: "時間範圍名稱",
4999
5031
  globalFilter: "全局篩選",
5000
5032
  addGlobalFilter: "新增全域篩選器",
5033
+ customOptions: "自訂選項",
5001
5034
  noWidget: "此資料結構沒有可用的小元件",
5002
5035
  applyWidget: "套用至指定小元件",
5003
5036
  invalidSchema: "無效的結構",
@@ -5006,6 +5039,12 @@ const he = {
5006
5039
  missingSchema: "缺少資料結構",
5007
5040
  missingTileIds: "未選擇小元件",
5008
5041
  missingFilterSchema: "缺少篩選器資料結構",
5042
+ invalidCustomTimeRange: "自訂時間範圍無效",
5043
+ customTimeRangeNamesMustBeUnique: "自訂時間範圍名稱必須唯一",
5044
+ invalidCustomOption: "自訂選項無效",
5045
+ customOptionLabelsMustBeUnique: "自訂選項標籤必須唯一",
5046
+ unknownFilters: "未知篩選器",
5047
+ invalidFiltersSchemaNotFound: "篩選器無效:{schemas}{unknownFiltersSuffix} - 找不到資料結構",
5009
5048
  hourOfDay: "小時(24小時制)",
5010
5049
  dayOfMonth: "每月日期(1-31)",
5011
5050
  dayOfWeek: "星期幾(週一至週日)",
@@ -5175,6 +5214,7 @@ const he = {
5175
5214
  blend: "融合",
5176
5215
  none: "無",
5177
5216
  grandTotal: "總計",
5217
+ grandTotalLabel: "總計標籤",
5178
5218
  periodType: {
5179
5219
  label: "期間類型",
5180
5220
  MTD: "月初至今"
@@ -5922,16 +5962,16 @@ const he = {
5922
5962
  }, Se = {
5923
5963
  report: De
5924
5964
  };
5925
- var q = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
5926
- function Q(E) {
5927
- return E && E.__esModule && Object.prototype.hasOwnProperty.call(E, "default") ? E.default : E;
5965
+ var j = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
5966
+ function Q(N) {
5967
+ return N && N.__esModule && Object.prototype.hasOwnProperty.call(N, "default") ? N.default : N;
5928
5968
  }
5929
5969
  var ie = { exports: {} };
5930
- (function(E, X) {
5931
- (function(N, v) {
5932
- E.exports = v();
5933
- })(q, function() {
5934
- var N = 1e3, v = 6e4, F = 36e5, w = "millisecond", s = "second", T = "minute", h = "hour", U = "day", D = "week", O = "month", b = "quarter", S = "year", g = "date", a = "Invalid Date", r = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, c = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, l = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(n) {
5970
+ (function(N, X) {
5971
+ (function(E, v) {
5972
+ N.exports = v();
5973
+ })(j, function() {
5974
+ var E = 1e3, v = 6e4, F = 36e5, w = "millisecond", s = "second", T = "minute", h = "hour", U = "day", D = "week", O = "month", z = "quarter", S = "year", g = "date", a = "Invalid Date", r = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, c = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, l = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(n) {
5935
5975
  var o = ["th", "st", "nd", "rd"], e = n % 100;
5936
5976
  return "[" + n + (o[(e - 20) % 10] || o[e] || o[0]) + "]";
5937
5977
  } }, p = function(n, o, e) {
@@ -5947,16 +5987,16 @@ var ie = { exports: {} };
5947
5987
  }, a: function(n) {
5948
5988
  return n < 0 ? Math.ceil(n) || 0 : Math.floor(n);
5949
5989
  }, p: function(n) {
5950
- return { M: O, y: S, w: D, d: U, D: g, h, m: T, s, ms: w, Q: b }[n] || String(n || "").toLowerCase().replace(/s$/, "");
5990
+ return { M: O, y: S, w: D, d: U, D: g, h, m: T, s, ms: w, Q: z }[n] || String(n || "").toLowerCase().replace(/s$/, "");
5951
5991
  }, u: function(n) {
5952
5992
  return n === void 0;
5953
- } }, z = "en", A = {};
5954
- A[z] = l;
5993
+ } }, b = "en", A = {};
5994
+ A[b] = l;
5955
5995
  var R = "$isDayjsObject", x = function(n) {
5956
5996
  return n instanceof B || !(!n || !n[R]);
5957
5997
  }, I = function n(o, e, i) {
5958
5998
  var t;
5959
- if (!o) return z;
5999
+ if (!o) return b;
5960
6000
  if (typeof o == "string") {
5961
6001
  var m = o.toLowerCase();
5962
6002
  A[m] && (t = m), e && (A[m] = e, t = m);
@@ -5966,7 +6006,7 @@ var ie = { exports: {} };
5966
6006
  var u = o.name;
5967
6007
  A[u] = o, t = u;
5968
6008
  }
5969
- return !i && t && (z = t), t || !i && z;
6009
+ return !i && t && (b = t), t || !i && b;
5970
6010
  }, f = function(n, o) {
5971
6011
  if (x(n)) return n.clone();
5972
6012
  var e = typeof o == "object" ? o : {};
@@ -6028,8 +6068,8 @@ var ie = { exports: {} };
6028
6068
  case O:
6029
6069
  return m ? u(1, k) : u(0, k + 1);
6030
6070
  case D:
6031
- var $ = this.$locale().weekStart || 0, j = (P < $ ? P + 7 : P) - $;
6032
- return u(m ? Y - j : Y + (6 - j), k);
6071
+ var $ = this.$locale().weekStart || 0, q = (P < $ ? P + 7 : P) - $;
6072
+ return u(m ? Y - q : Y + (6 - q), k);
6033
6073
  case U:
6034
6074
  case g:
6035
6075
  return C(W + "Hours", 0);
@@ -6066,7 +6106,7 @@ var ie = { exports: {} };
6066
6106
  if (d === S) return this.set(S, this.$y + e);
6067
6107
  if (d === U) return u(1);
6068
6108
  if (d === D) return u(7);
6069
- var C = (t = {}, t[T] = v, t[h] = F, t[s] = N, t)[d] || 1, P = this.$d.getTime() + e * C;
6109
+ var C = (t = {}, t[T] = v, t[h] = F, t[s] = E, t)[d] || 1, P = this.$d.getTime() + e * C;
6070
6110
  return y.w(P, this);
6071
6111
  }, o.subtract = function(e, i) {
6072
6112
  return this.add(-1 * e, i);
@@ -6075,7 +6115,7 @@ var ie = { exports: {} };
6075
6115
  if (!this.isValid()) return t.invalidDate || a;
6076
6116
  var m = e || "YYYY-MM-DDTHH:mm:ssZ", d = y.z(this), u = this.$H, C = this.$m, P = this.$M, k = t.weekdays, Y = t.months, W = t.meridiem, $ = function(L, H, G, K) {
6077
6117
  return L && (L[H] || L(i, m)) || G[H].slice(0, K);
6078
- }, j = function(L) {
6118
+ }, q = function(L) {
6079
6119
  return y.s(u % 12 || 12, L, "0");
6080
6120
  }, _ = W || function(L, H, G) {
6081
6121
  var K = L < 12 ? "AM" : "PM";
@@ -6113,9 +6153,9 @@ var ie = { exports: {} };
6113
6153
  case "HH":
6114
6154
  return y.s(u, 2, "0");
6115
6155
  case "h":
6116
- return j(1);
6156
+ return q(1);
6117
6157
  case "hh":
6118
- return j(2);
6158
+ return q(2);
6119
6159
  case "a":
6120
6160
  return _(u, C, !0);
6121
6161
  case "A":
@@ -6149,7 +6189,7 @@ var ie = { exports: {} };
6149
6189
  case O:
6150
6190
  m = Y();
6151
6191
  break;
6152
- case b:
6192
+ case z:
6153
6193
  m = Y() / 3;
6154
6194
  break;
6155
6195
  case D:
@@ -6165,7 +6205,7 @@ var ie = { exports: {} };
6165
6205
  m = k / v;
6166
6206
  break;
6167
6207
  case s:
6168
- m = k / N;
6208
+ m = k / E;
6169
6209
  break;
6170
6210
  default:
6171
6211
  m = k;
@@ -6199,17 +6239,17 @@ var ie = { exports: {} };
6199
6239
  return n.$i || (n(o, B, f), n.$i = !0), f;
6200
6240
  }, f.locale = I, f.isDayjs = x, f.unix = function(n) {
6201
6241
  return f(1e3 * n);
6202
- }, f.en = A[z], f.Ls = A, f.p = {}, f;
6242
+ }, f.en = A[b], f.Ls = A, f.p = {}, f;
6203
6243
  });
6204
6244
  })(ie);
6205
6245
  var Te = ie.exports;
6206
6246
  const Z = /* @__PURE__ */ Q(Te);
6207
6247
  var ne = { exports: {} };
6208
- (function(E, X) {
6209
- (function(N, v) {
6210
- E.exports = v();
6211
- })(q, function() {
6212
- var N = "minute", v = /[+-]\d\d(?::?\d\d)?/g, F = /([+-]|\d\d)/g;
6248
+ (function(N, X) {
6249
+ (function(E, v) {
6250
+ N.exports = v();
6251
+ })(j, function() {
6252
+ var E = "minute", v = /[+-]\d\d(?::?\d\d)?/g, F = /([+-]|\d\d)/g;
6213
6253
  return function(w, s, T) {
6214
6254
  var h = s.prototype;
6215
6255
  T.utc = function(a) {
@@ -6217,7 +6257,7 @@ var ne = { exports: {} };
6217
6257
  return new s(r);
6218
6258
  }, h.utc = function(a) {
6219
6259
  var r = T(this.toDate(), { locale: this.$L, utc: !0 });
6220
- return a ? r.add(this.utcOffset(), N) : r;
6260
+ return a ? r.add(this.utcOffset(), E) : r;
6221
6261
  }, h.local = function() {
6222
6262
  return T(this.toDate(), { locale: this.$L, utc: !1 });
6223
6263
  };
@@ -6236,9 +6276,9 @@ var ne = { exports: {} };
6236
6276
  h.utcOffset = function(a, r) {
6237
6277
  var c = this.$utils().u;
6238
6278
  if (c(a)) return this.$u ? 0 : c(this.$offset) ? O.call(this) : this.$offset;
6239
- if (typeof a == "string" && (a = function(z) {
6240
- z === void 0 && (z = "");
6241
- var A = z.match(v);
6279
+ if (typeof a == "string" && (a = function(b) {
6280
+ b === void 0 && (b = "");
6281
+ var A = b.match(v);
6242
6282
  if (!A) return null;
6243
6283
  var R = ("" + A[0]).match(F) || ["-", 0, 0], x = R[0], I = 60 * +R[1] + +R[2];
6244
6284
  return I === 0 ? 0 : x === "+" ? I : -I;
@@ -6247,14 +6287,14 @@ var ne = { exports: {} };
6247
6287
  if (r) return p.$offset = l, p.$u = a === 0, p;
6248
6288
  if (a !== 0) {
6249
6289
  var M = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
6250
- (p = this.local().add(l + M, N)).$offset = l, p.$x.$localOffset = M;
6290
+ (p = this.local().add(l + M, E)).$offset = l, p.$x.$localOffset = M;
6251
6291
  } else p = this.utc();
6252
6292
  return p;
6253
6293
  };
6254
- var b = h.format;
6294
+ var z = h.format;
6255
6295
  h.format = function(a) {
6256
6296
  var r = a || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
6257
- return b.call(this, r);
6297
+ return z.call(this, r);
6258
6298
  }, h.valueOf = function() {
6259
6299
  var a = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
6260
6300
  return this.$d.valueOf() - 6e4 * a;
@@ -6281,62 +6321,62 @@ var ne = { exports: {} };
6281
6321
  var Ce = ne.exports;
6282
6322
  const Me = /* @__PURE__ */ Q(Ce);
6283
6323
  var me = { exports: {} };
6284
- (function(E, X) {
6285
- (function(N, v) {
6286
- E.exports = v();
6287
- })(q, function() {
6288
- var N = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, v = {};
6324
+ (function(N, X) {
6325
+ (function(E, v) {
6326
+ N.exports = v();
6327
+ })(j, function() {
6328
+ var E = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, v = {};
6289
6329
  return function(F, w, s) {
6290
- var T, h = function(b, S, g) {
6330
+ var T, h = function(z, S, g) {
6291
6331
  g === void 0 && (g = {});
6292
- var a = new Date(b), r = function(c, l) {
6332
+ var a = new Date(z), r = function(c, l) {
6293
6333
  l === void 0 && (l = {});
6294
- var p = l.timeZoneName || "short", M = c + "|" + p, z = v[M];
6295
- return z || (z = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: c, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: p }), v[M] = z), z;
6334
+ var p = l.timeZoneName || "short", M = c + "|" + p, b = v[M];
6335
+ return b || (b = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: c, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: p }), v[M] = b), b;
6296
6336
  }(S, g);
6297
6337
  return r.formatToParts(a);
6298
- }, U = function(b, S) {
6299
- for (var g = h(b, S), a = [], r = 0; r < g.length; r += 1) {
6300
- var c = g[r], l = c.type, p = c.value, M = N[l];
6338
+ }, U = function(z, S) {
6339
+ for (var g = h(z, S), a = [], r = 0; r < g.length; r += 1) {
6340
+ var c = g[r], l = c.type, p = c.value, M = E[l];
6301
6341
  M >= 0 && (a[M] = parseInt(p, 10));
6302
6342
  }
6303
- var z = a[3], A = z === 24 ? 0 : z, R = a[0] + "-" + a[1] + "-" + a[2] + " " + A + ":" + a[4] + ":" + a[5] + ":000", x = +b;
6343
+ var b = a[3], A = b === 24 ? 0 : b, R = a[0] + "-" + a[1] + "-" + a[2] + " " + A + ":" + a[4] + ":" + a[5] + ":000", x = +z;
6304
6344
  return (s.utc(R).valueOf() - (x -= x % 1e3)) / 6e4;
6305
6345
  }, D = w.prototype;
6306
- D.tz = function(b, S) {
6307
- b === void 0 && (b = T);
6308
- var g, a = this.utcOffset(), r = this.toDate(), c = r.toLocaleString("en-US", { timeZone: b }), l = Math.round((r - new Date(c)) / 1e3 / 60), p = 15 * -Math.round(r.getTimezoneOffset() / 15) - l;
6346
+ D.tz = function(z, S) {
6347
+ z === void 0 && (z = T);
6348
+ var g, a = this.utcOffset(), r = this.toDate(), c = r.toLocaleString("en-US", { timeZone: z }), l = Math.round((r - new Date(c)) / 1e3 / 60), p = 15 * -Math.round(r.getTimezoneOffset() / 15) - l;
6309
6349
  if (!Number(p)) g = this.utcOffset(0, S);
6310
6350
  else if (g = s(c, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(p, !0), S) {
6311
6351
  var M = g.utcOffset();
6312
6352
  g = g.add(a - M, "minute");
6313
6353
  }
6314
- return g.$x.$timezone = b, g;
6315
- }, D.offsetName = function(b) {
6316
- var S = this.$x.$timezone || s.tz.guess(), g = h(this.valueOf(), S, { timeZoneName: b }).find(function(a) {
6354
+ return g.$x.$timezone = z, g;
6355
+ }, D.offsetName = function(z) {
6356
+ var S = this.$x.$timezone || s.tz.guess(), g = h(this.valueOf(), S, { timeZoneName: z }).find(function(a) {
6317
6357
  return a.type.toLowerCase() === "timezonename";
6318
6358
  });
6319
6359
  return g && g.value;
6320
6360
  };
6321
6361
  var O = D.startOf;
6322
- D.startOf = function(b, S) {
6323
- if (!this.$x || !this.$x.$timezone) return O.call(this, b, S);
6362
+ D.startOf = function(z, S) {
6363
+ if (!this.$x || !this.$x.$timezone) return O.call(this, z, S);
6324
6364
  var g = s(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
6325
- return O.call(g, b, S).tz(this.$x.$timezone, !0);
6326
- }, s.tz = function(b, S, g) {
6365
+ return O.call(g, z, S).tz(this.$x.$timezone, !0);
6366
+ }, s.tz = function(z, S, g) {
6327
6367
  var a = g && S, r = g || S || T, c = U(+s(), r);
6328
- if (typeof b != "string") return s(b).tz(r);
6368
+ if (typeof z != "string") return s(z).tz(r);
6329
6369
  var l = function(A, R, x) {
6330
6370
  var I = A - 60 * R * 1e3, f = U(I, x);
6331
6371
  if (R === f) return [I, R];
6332
6372
  var y = U(I -= 60 * (f - R) * 1e3, x);
6333
6373
  return f === y ? [I, f] : [A - 60 * Math.min(f, y) * 1e3, Math.max(f, y)];
6334
- }(s.utc(b, a).valueOf(), c, r), p = l[0], M = l[1], z = s(p).utcOffset(M);
6335
- return z.$x.$timezone = r, z;
6374
+ }(s.utc(z, a).valueOf(), c, r), p = l[0], M = l[1], b = s(p).utcOffset(M);
6375
+ return b.$x.$timezone = r, b;
6336
6376
  }, s.tz.guess = function() {
6337
6377
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
6338
- }, s.tz.setDefault = function(b) {
6339
- T = b;
6378
+ }, s.tz.setDefault = function(z) {
6379
+ T = z;
6340
6380
  };
6341
6381
  };
6342
6382
  });
@@ -6344,11 +6384,11 @@ var me = { exports: {} };
6344
6384
  var Ie = me.exports;
6345
6385
  const Pe = /* @__PURE__ */ Q(Ie);
6346
6386
  var ce = { exports: {} };
6347
- (function(E, X) {
6348
- (function(N, v) {
6349
- E.exports = v();
6350
- })(q, function() {
6351
- var N = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, v = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, F = /\d/, w = /\d\d/, s = /\d\d?/, T = /\d*[^-_:/,()\s\d]+/, h = {}, U = function(r) {
6387
+ (function(N, X) {
6388
+ (function(E, v) {
6389
+ N.exports = v();
6390
+ })(j, function() {
6391
+ var E = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, v = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, F = /\d/, w = /\d\d/, s = /\d\d?/, T = /\d*[^-_:/,()\s\d]+/, h = {}, U = function(r) {
6352
6392
  return (r = +r) + (r > 68 ? 1900 : 2e3);
6353
6393
  }, D = function(r) {
6354
6394
  return function(c) {
@@ -6360,7 +6400,7 @@ var ce = { exports: {} };
6360
6400
  var l = c.match(/([+-]|\d\d)/g), p = 60 * l[1] + (+l[2] || 0);
6361
6401
  return p === 0 ? 0 : l[0] === "+" ? -p : p;
6362
6402
  }(r);
6363
- }], b = function(r) {
6403
+ }], z = function(r) {
6364
6404
  var c = h[r];
6365
6405
  return c && (c.indexOf ? c : c.s.concat(c.f));
6366
6406
  }, S = function(r, c) {
@@ -6388,13 +6428,13 @@ var ce = { exports: {} };
6388
6428
  var c = h.ordinal, l = r.match(/\d+/);
6389
6429
  if (this.day = l[0], c) for (var p = 1; p <= 31; p += 1) c(p).replace(/\[|\]/g, "") === r && (this.day = p);
6390
6430
  }], w: [s, D("week")], ww: [w, D("week")], M: [s, D("month")], MM: [w, D("month")], MMM: [T, function(r) {
6391
- var c = b("months"), l = (b("monthsShort") || c.map(function(p) {
6431
+ var c = z("months"), l = (z("monthsShort") || c.map(function(p) {
6392
6432
  return p.slice(0, 3);
6393
6433
  })).indexOf(r) + 1;
6394
6434
  if (l < 1) throw new Error();
6395
6435
  this.month = l % 12 || l;
6396
6436
  }], MMMM: [T, function(r) {
6397
- var c = b("months").indexOf(r) + 1;
6437
+ var c = z("months").indexOf(r) + 1;
6398
6438
  if (c < 1) throw new Error();
6399
6439
  this.month = c % 12 || c;
6400
6440
  }], Y: [/[+-]?\d+/, D("year")], YY: [w, function(r) {
@@ -6405,12 +6445,12 @@ var ce = { exports: {} };
6405
6445
  c = r, l = h && h.formats;
6406
6446
  for (var p = (r = c.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(f, y, B) {
6407
6447
  var V = B && B.toUpperCase();
6408
- return y || l[B] || N[B] || l[V].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(n, o, e) {
6448
+ return y || l[B] || E[B] || l[V].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(n, o, e) {
6409
6449
  return o || e.slice(1);
6410
6450
  });
6411
- })).match(v), M = p.length, z = 0; z < M; z += 1) {
6412
- var A = p[z], R = g[A], x = R && R[0], I = R && R[1];
6413
- p[z] = I ? { regex: x, parser: I } : A.replace(/^\[|\]$/g, "");
6451
+ })).match(v), M = p.length, b = 0; b < M; b += 1) {
6452
+ var A = p[b], R = g[A], x = R && R[0], I = R && R[1];
6453
+ p[b] = I ? { regex: x, parser: I } : A.replace(/^\[|\]$/g, "");
6414
6454
  }
6415
6455
  return function(f) {
6416
6456
  for (var y = {}, B = 0, V = 0; B < M; B += 1) {
@@ -6433,8 +6473,8 @@ var ce = { exports: {} };
6433
6473
  return function(r, c, l) {
6434
6474
  l.p.customParseFormat = !0, r && r.parseTwoDigitYear && (U = r.parseTwoDigitYear);
6435
6475
  var p = c.prototype, M = p.parse;
6436
- p.parse = function(z) {
6437
- var A = z.date, R = z.utc, x = z.args;
6476
+ p.parse = function(b) {
6477
+ var A = b.date, R = b.utc, x = b.args;
6438
6478
  this.$u = R;
6439
6479
  var I = x[1];
6440
6480
  if (typeof I == "string") {
@@ -6442,9 +6482,9 @@ var ce = { exports: {} };
6442
6482
  y && (V = x[2]), h = this.$locale(), !f && V && (h = l.Ls[V]), this.$d = function(i, t, m, d) {
6443
6483
  try {
6444
6484
  if (["x", "X"].indexOf(t) > -1) return new Date((t === "X" ? 1e3 : 1) * i);
6445
- var u = a(t)(i), C = u.year, P = u.month, k = u.day, Y = u.hours, W = u.minutes, $ = u.seconds, j = u.milliseconds, _ = u.zone, L = u.week, H = /* @__PURE__ */ new Date(), G = k || (C || P ? 1 : H.getDate()), K = C || H.getFullYear(), J = 0;
6485
+ var u = a(t)(i), C = u.year, P = u.month, k = u.day, Y = u.hours, W = u.minutes, $ = u.seconds, q = u.milliseconds, _ = u.zone, L = u.week, H = /* @__PURE__ */ new Date(), G = k || (C || P ? 1 : H.getDate()), K = C || H.getFullYear(), J = 0;
6446
6486
  C && !P || (J = P > 0 ? P - 1 : H.getMonth());
6447
- var ee, oe = Y || 0, te = W || 0, re = $ || 0, ae = j || 0;
6487
+ var ee, oe = Y || 0, te = W || 0, re = $ || 0, ae = q || 0;
6448
6488
  return _ ? new Date(Date.UTC(K, J, G, oe, te, re, ae + 60 * _.offset * 1e3)) : m ? new Date(Date.UTC(K, J, G, oe, te, re, ae)) : (ee = new Date(K, J, G, oe, te, re, ae), L && (ee = d(ee).week(L).toDate()), ee);
6449
6489
  } catch {
6450
6490
  return /* @__PURE__ */ new Date("");
@@ -6459,7 +6499,7 @@ var ce = { exports: {} };
6459
6499
  }
6460
6500
  o === n && (this.$d = /* @__PURE__ */ new Date(""));
6461
6501
  }
6462
- else M.call(this, z);
6502
+ else M.call(this, b);
6463
6503
  };
6464
6504
  };
6465
6505
  });
@@ -6467,11 +6507,11 @@ var ce = { exports: {} };
6467
6507
  var we = ce.exports;
6468
6508
  const Ae = /* @__PURE__ */ Q(we);
6469
6509
  var de = { exports: {} };
6470
- (function(E, X) {
6471
- (function(N, v) {
6472
- E.exports = v();
6473
- })(q, function() {
6474
- return function(N, v, F) {
6510
+ (function(N, X) {
6511
+ (function(E, v) {
6512
+ N.exports = v();
6513
+ })(j, function() {
6514
+ return function(E, v, F) {
6475
6515
  v.prototype.isToday = function() {
6476
6516
  var w = "YYYY-MM-DD", s = F();
6477
6517
  return this.format(w) === s.format(w);
@@ -6482,11 +6522,11 @@ var de = { exports: {} };
6482
6522
  var Re = de.exports;
6483
6523
  const xe = /* @__PURE__ */ Q(Re);
6484
6524
  var pe = { exports: {} };
6485
- (function(E, X) {
6486
- (function(N, v) {
6487
- E.exports = v();
6488
- })(q, function() {
6489
- return function(N, v, F) {
6525
+ (function(N, X) {
6526
+ (function(E, v) {
6527
+ N.exports = v();
6528
+ })(j, function() {
6529
+ return function(E, v, F) {
6490
6530
  v.prototype.isYesterday = function() {
6491
6531
  var w = "YYYY-MM-DD", s = F().subtract(1, "day");
6492
6532
  return this.format(w) === s.format(w);
@@ -6494,14 +6534,14 @@ var pe = { exports: {} };
6494
6534
  };
6495
6535
  });
6496
6536
  })(pe);
6497
- var Ee = pe.exports;
6498
- const Ne = /* @__PURE__ */ Q(Ee);
6537
+ var Ne = pe.exports;
6538
+ const Ee = /* @__PURE__ */ Q(Ne);
6499
6539
  var se = { exports: {} };
6500
- (function(E, X) {
6501
- (function(N, v) {
6502
- E.exports = v();
6503
- })(q, function() {
6504
- return function(N, v) {
6540
+ (function(N, X) {
6541
+ (function(E, v) {
6542
+ N.exports = v();
6543
+ })(j, function() {
6544
+ return function(E, v) {
6505
6545
  v.prototype.weekday = function(F) {
6506
6546
  var w = this.$locale().weekStart || 0, s = this.$W, T = (s < w ? s + 7 : s) - w;
6507
6547
  return this.$utils().u(F) ? T : this.subtract(T, "day").add(F, "day");
@@ -6515,58 +6555,58 @@ Z.extend(Me);
6515
6555
  Z.extend(Pe);
6516
6556
  Z.extend(Ae);
6517
6557
  Z.extend(xe);
6518
- Z.extend(Ne);
6558
+ Z.extend(Ee);
6519
6559
  Z.extend(ke);
6520
6560
  const Ue = [
6521
6561
  {
6522
6562
  path: "/overview",
6523
6563
  alias: ["/"],
6524
6564
  name: "overview",
6525
- component: () => import("./OverviewView-x9wDh9Ri.js")
6565
+ component: () => import("./OverviewView-C0vzEN7-.js")
6526
6566
  },
6527
6567
  {
6528
6568
  path: "/report",
6529
6569
  name: "reports",
6530
- component: () => import("./Report-CK_isrIW.js")
6570
+ component: () => import("./Report-CsjhpzLP.js")
6531
6571
  },
6532
6572
  {
6533
6573
  path: "/insights",
6534
6574
  name: "insights",
6535
- component: () => import("./InsightView--U8YNngJ.js")
6575
+ component: () => import("./InsightView-CcULarZa.js")
6536
6576
  },
6537
6577
  {
6538
6578
  path: "/report-view",
6539
6579
  name: "reportView",
6540
- component: () => import("./ReportView-BC77AQD8.js")
6580
+ component: () => import("./ReportView-5nihWNrb.js")
6541
6581
  },
6542
6582
  {
6543
6583
  path: "/report-editor",
6544
6584
  name: "reportEditor",
6545
- component: () => import("./ReportEditor-T12VzOJa.js")
6585
+ component: () => import("./ReportEditor-UEUbwEwl.js")
6546
6586
  },
6547
6587
  {
6548
6588
  path: "/report-editor/tile-editor",
6549
6589
  name: "tileEditor",
6550
- component: () => import("./TileEditor-B-sEmK-X.js")
6590
+ component: () => import("./TileEditor-D23dVPsy.js")
6551
6591
  },
6552
6592
  {
6553
6593
  path: "/setting",
6554
6594
  name: "setting",
6555
- component: () => import("./Setting-DyrGukYa.js")
6595
+ component: () => import("./Setting-REox7q25.js")
6556
6596
  },
6557
6597
  {
6558
6598
  path: "/integration",
6559
- component: () => import("./Layout-Cnc8ppRk.js"),
6599
+ component: () => import("./Layout-fFxDWyHb.js"),
6560
6600
  children: [
6561
6601
  {
6562
6602
  name: "integrations",
6563
6603
  path: "",
6564
- component: () => import("./Integrations-CKTqvI1_.js")
6604
+ component: () => import("./Integrations-DKefC_8Q.js")
6565
6605
  },
6566
6606
  {
6567
6607
  name: "integration",
6568
6608
  path: "/integration/:id",
6569
- component: () => import("./Integration-BECzMkNu.js")
6609
+ component: () => import("./Integration-B4e12DEq.js")
6570
6610
  }
6571
6611
  ]
6572
6612
  },
@@ -6588,19 +6628,19 @@ ye({
6588
6628
  const Ve = {
6589
6629
  "en-US": ge,
6590
6630
  "zh-CN": ve,
6591
- "th-TH": be,
6631
+ "th-TH": ze,
6592
6632
  "zh-Hant": Se
6593
- }, Ye = le(() => import("./App-CdZlnXKI.js"));
6633
+ }, Ye = le(() => import("./App-BVF7QlD0.js"));
6594
6634
  export {
6595
6635
  Ye as F,
6596
6636
  ve as a,
6597
6637
  Te as b,
6598
- q as c,
6638
+ j as c,
6599
6639
  Z as d,
6600
6640
  ge as e,
6601
6641
  Q as g,
6602
6642
  Ve as i,
6603
6643
  Ue as r,
6604
- be as t,
6644
+ ze as t,
6605
6645
  Se as z
6606
6646
  };