@feedmepos/mf-payment 1.1.8-beta.1 → 1.1.9

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/{PayoutAccount-8i57shlX.js → PayoutAccount-BuYnCwX0.js} +3 -3
  2. package/dist/{PayoutAccount-D7-wVu54.js → PayoutAccount-D-UAfJmx.js} +5 -5
  3. package/dist/{PayoutAccountSetting-CMKwrL4M.js → PayoutAccountSetting-P3EEdPd8.js} +3 -3
  4. package/dist/{Restaurant-CRacG00G.js → Restaurant-DVfQgRDa.js} +4 -4
  5. package/dist/{RestaurantSetting-D8gT0OLI.js → RestaurantSetting-v4X04iUd.js} +3 -3
  6. package/dist/{Settlement-HpncV_wh.js → Settlement-B7E4lpuy.js} +3 -3
  7. package/dist/{Settlement-ChZcWUR2.js → Settlement-BvOHdyd-.js} +3 -3
  8. package/dist/{SettlementTransactions-B4foya_u.js → SettlementTransactions-C_QiVAAT.js} +3 -3
  9. package/dist/{SettlementTransactions-Qi1y0ELt.js → SettlementTransactions-XWF6lcgO.js} +3 -3
  10. package/dist/{Terminal-CPxZpDko.js → Terminal-uiqG_SS0.js} +6 -6
  11. package/dist/{TerminalSetting-BTjY6R2k.js → TerminalSetting-BZ13kPwS.js} +3 -3
  12. package/dist/{Transaction-DOJeGqKs.js → Transaction-73ONBoa8.js} +5 -5
  13. package/dist/{Transaction-BRsEkW-X.js → Transaction-Do-cIw77.js} +6 -6
  14. package/dist/{TransactionOld-ytcLv_RQ.js → TransactionOld-CImEq3E_.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BadRdWve.js → TransactionTable.vue_vue_type_script_setup_true_lang-Ba83O4G-.js} +3 -3
  16. package/dist/{app-BTvVE_p8.js → app-BboGv5bA.js} +362 -362
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-D3eyomsS.js → assets-SBx-FS2c.js} +1 -1
  19. package/dist/grafana-DKPCmS74.js +62 -0
  20. package/dist/helpers/grafana.d.ts +2 -1
  21. package/dist/{index-Qf0lEeEt.js → index-BMI-n_D8.js} +1456 -1456
  22. package/dist/{index-DztkVnZ_.js → index-CUXRAwm_.js} +1 -1
  23. package/dist/{index-DcXXLPgu.js → index-Cc3tk2uy.js} +1 -1
  24. package/dist/{index-GGA88cxn.js → index-DChD3CMr.js} +1 -1
  25. package/dist/{index-C3jOMHIB.js → index-DNVOx0Qk.js} +1 -1
  26. package/dist/{index-DgF6PpqL.js → index-DitA7AGz.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-BfPw3DTP.js → index.vue_vue_type_script_setup_true_lang-Bk00_8Zw.js} +1 -1
  28. package/dist/package.json +1 -1
  29. package/dist/{payout-account-G2OxuB1T.js → payout-account-DEWX726j.js} +2 -2
  30. package/dist/tsconfig.app.tsbuildinfo +1 -1
  31. package/package.json +1 -1
  32. package/dist/grafana-pHGBuON2.js +0 -54
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.1.8-beta.1",
3
+ "version": "1.1.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,54 +0,0 @@
1
- import { e as y } from "./index-Qf0lEeEt.js";
2
- import { useCoreStore as p } from "@feedmepos/mf-common";
3
- import { h as m } from "./moment-h96o7c8I.js";
4
- const i = "https://grafana.feedme.farm/explore?schemaVersion=1", d = (t, e, o) => ({
5
- apq: {
6
- datasource: "P998741A58ED2B411",
7
- range: {
8
- from: e,
9
- to: o
10
- },
11
- queries: [
12
- {
13
- refId: "A",
14
- datasource: {
15
- type: "jaeger",
16
- uid: "P998741A58ED2B411"
17
- },
18
- queryType: "search",
19
- service: "payment-backend",
20
- limit: 1e3,
21
- tags: t.map((r) => `${r.queryKey}=${r.queryValue}`).join(" ")
22
- }
23
- ]
24
- }
25
- }), g = (t, e) => {
26
- const r = p().currentCountry.value ?? y.F_COUNTRY.enum.MY, a = [
27
- // {
28
- // type: "resource",
29
- // queryKey: "service.name",
30
- // queryValue: "payment-backend",
31
- // },
32
- {
33
- type: "resource",
34
- queryKey: "cluster",
35
- queryValue: "dev"
36
- },
37
- {
38
- type: "resource",
39
- queryKey: "namespace",
40
- queryValue: "apps-" + r.toLowerCase()
41
- }
42
- ];
43
- a.push(...t);
44
- let s = "now", n = "now-1d";
45
- if (e) {
46
- const u = +m(e).add(-3, "hours").toDate();
47
- n = `${u}`, s = `${u + 3 * 60 * 60 * 1e3}`;
48
- }
49
- const c = d(a, n, s);
50
- return i + `&panes=${encodeURIComponent(JSON.stringify(c))}&orgId=1`;
51
- };
52
- export {
53
- g
54
- };