@feedmepos/mf-report 5.5.14 → 5.5.15

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.
@@ -96,7 +96,7 @@ const ye = ["src"], _e = ["src"], Le = /* @__PURE__ */ O({
96
96
  }), M(() => {
97
97
  u(de);
98
98
  }), j(() => {
99
- console.log("5.5.14", !0), window.addEventListener("message", R), window.addEventListener("message", L);
99
+ console.log("5.5.15", !0), window.addEventListener("message", R), window.addEventListener("message", L);
100
100
  });
101
101
  const V = ce(), D = ve();
102
102
  ee(() => {
package/dist/app.js CHANGED
@@ -247,6 +247,9 @@ const m = {
247
247
  planNotSupported: "Your current plan does not support integrations.",
248
248
  invalid: "Invalid @.lower:report.integration.title"
249
249
  },
250
+ action: {
251
+ remove: "remove"
252
+ },
250
253
  type: {
251
254
  ACCOUNTING: "ACCOUNTING",
252
255
  HR: "HR"
@@ -368,8 +371,8 @@ const m = {
368
371
  Filter: "Filter",
369
372
  description: "Filter special value from the schema",
370
373
  add: "Add filter",
371
- advance: "Advance",
372
374
  AddToReportView: "Add to @:report.common.report view",
375
+ advance: "Advance",
373
376
  dataFormula: "Data source formula",
374
377
  timeFormatter: "Time Formatter"
375
378
  },
@@ -631,6 +634,7 @@ const m = {
631
634
  "Is in house delivery": "@:{'report.dynamic.common.is'} in house @:{'report.dynamic.common.delivery'}",
632
635
  "Is other delivery": "@:{'report.dynamic.common.is'} other @:{'report.dynamic.common.delivery'}",
633
636
  "Is takeaway": "@:{'report.dynamic.common.is'} takeaway",
637
+ Refund: "@.capitalize:{'report.dynamic.common.refund'}",
634
638
  Rounding: "Rounding",
635
639
  SST: "SST",
636
640
  Discount: "@:{'report.dynamic.schema.Discount'}",
@@ -656,6 +660,7 @@ const m = {
656
660
  User: "@:{'report.dynamic.schema.User'}",
657
661
  Reason: "@.capitalize:{'report.dynamic.common.reason'}",
658
662
  "Counter ID": "@:{'report.dynamic.schema.Counter'} @:{'report.dynamic.common.id'}",
663
+ Counter: "@:{'report.dynamic.schema.Counter'}",
659
664
  Total: "@.capitalize:{'report.dynamic.common.total'}",
660
665
  In: "In",
661
666
  Out: "Out",
@@ -933,7 +938,6 @@ const m = {
933
938
  "Inventory adjustment": "@:{'report.dynamic.schema.Inventory'} Adjustment",
934
939
  "Product unit": "@:{'report.dynamic.common.product'} @:{'report.dynamic.common.unit'}",
935
940
  "Product by invoice": "@:{'report.dynamic.common.product'} by Invoice",
936
- Counter: "@:{'report.dynamic.schema.Counter'}",
937
941
  "Counter records": "@:{'report.dynamic.schema.Counter'} Records",
938
942
  "Counter records - CASH": "@:{'report.dynamic.schema.Counter'} Records - @:{'report.dynamic.common.cash'}",
939
943
  Timesheet: "@:{'report.dynamic.schema.Timesheet'}",
@@ -949,7 +953,6 @@ const m = {
949
953
  "Member store purchase": "@:{'report.dynamic.schema.Member store purchase'}",
950
954
  "User credit transaction": "@:{'report.dynamic.common.user'} @:{'report.dynamic.schema.Credit transaction'}",
951
955
  "Credit transaction": "@:{'report.dynamic.schema.Credit transaction'}",
952
- Refund: "@:{'report.dynamic.schema.Refund'}",
953
956
  "Member Dashboard": "@:{'report.dynamic.schema.Member'} Dashboard",
954
957
  "Active members": "@:{'report.dynamic.common.active'} @:{'report.dynamic.schema.Member'}s",
955
958
  "Average rating": "@:{'report.dynamic.common.average'} Rating",
@@ -1335,6 +1338,7 @@ const m = {
1335
1338
  datasource: {
1336
1339
  main: "主数据源",
1337
1340
  join: "连接数据源 {index}",
1341
+ joinButton: "连接数据源",
1338
1342
  remove: "移除数据源",
1339
1343
  confirmRemove: "确认移除连接数据源{index} ?"
1340
1344
  },
@@ -3086,7 +3090,7 @@ const y = {
3086
3090
  "en-US": t,
3087
3091
  "zh-CN": a,
3088
3092
  "th-TH": i
3089
- }, l = e(() => import("./App-tdp2aNQt.js"));
3093
+ }, l = e(() => import("./App-C7UeRsme.js"));
3090
3094
  export {
3091
3095
  l as FmApp,
3092
3096
  y as i18nMessages,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-report",
3
- "version": "5.5.14",
3
+ "version": "5.5.15",
4
4
  "files": [
5
5
  "dist"
6
6
  ],