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

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-C9TC-nLW.js → PayoutAccount-B4YLzVpp.js} +3 -3
  2. package/dist/{PayoutAccount-BAXvKwol.js → PayoutAccount-DvrLfgt-.js} +5 -5
  3. package/dist/{PayoutAccountSetting-CsY4Dr_E.js → PayoutAccountSetting-Co7DmROR.js} +3 -3
  4. package/dist/{Restaurant-C9GmwxpU.js → Restaurant-DuhPwxX3.js} +4 -4
  5. package/dist/{RestaurantSetting-DaSalR0b.js → RestaurantSetting-BK9u7SCs.js} +3 -3
  6. package/dist/{Settlement-C7oFzVbb.js → Settlement-Ce_tmrSE.js} +3 -3
  7. package/dist/{Settlement-BvUs3MyQ.js → Settlement-Sl3sl0jF.js} +3 -3
  8. package/dist/{SettlementTransactions-BRo_oigl.js → SettlementTransactions-CuHc2CZz.js} +3 -3
  9. package/dist/{SettlementTransactions-qSgW0VCV.js → SettlementTransactions-D7UHmaaD.js} +3 -3
  10. package/dist/{Terminal-DXGKrm3G.js → Terminal-DC7kec1h.js} +6 -6
  11. package/dist/{TerminalSetting-bLxGkMlN.js → TerminalSetting-uqU8wLtE.js} +3 -3
  12. package/dist/{Transaction-B7ICajHR.js → Transaction-DSOyeHAf.js} +6 -6
  13. package/dist/{Transaction-BI2ZRsxe.js → Transaction-vVo3tggm.js} +5 -5
  14. package/dist/{TransactionOld-GLsvtHyF.js → TransactionOld-sUH_2SAc.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-UjV7RID1.js → TransactionTable.vue_vue_type_script_setup_true_lang-DFdz9uZ0.js} +3 -3
  16. package/dist/{app-DVnyclnX.js → app-tq6GxnyI.js} +336 -336
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-BZmrImt4.js → assets-OObLkGWe.js} +1 -1
  19. package/dist/grafana-RP6GDt42.js +62 -0
  20. package/dist/helpers/grafana.d.ts +2 -1
  21. package/dist/{index-C1Hgyi3j.js → index-4WCrMAZE.js} +1 -1
  22. package/dist/{index-BMF26WT4.js → index-AW-HP_R7.js} +1 -1
  23. package/dist/{index-gSE1T266.js → index-BO_i54up.js} +1 -1
  24. package/dist/{index-DZMn5Qjp.js → index-CD_22Kly.js} +2 -2
  25. package/dist/{index-CD59SyVI.js → index-CqHV-UqZ.js} +1 -1
  26. package/dist/{index-a-Vqap7Z.js → index-D1Vz4RR4.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-FgXpWvbs.js → index.vue_vue_type_script_setup_true_lang-yFA5HHj5.js} +1 -1
  28. package/dist/package.json +1 -1
  29. package/dist/{payout-account-B76ODsn2.js → payout-account-DFumNL6B.js} +2 -2
  30. package/dist/tsconfig.app.tsbuildinfo +1 -1
  31. package/package.json +1 -1
  32. package/dist/grafana-DRnPxAqM.js +0 -54
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.1.8",
3
+ "version": "1.1.9-beta.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,54 +0,0 @@
1
- import { e as y } from "./index-DZMn5Qjp.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 = (o, e, t) => ({
5
- apq: {
6
- datasource: "P998741A58ED2B411",
7
- range: {
8
- from: e,
9
- to: t
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: o.map((r) => `${r.queryKey}=${r.queryValue}`).join(" ")
22
- }
23
- ]
24
- }
25
- }), g = (o, 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: "production"
36
- },
37
- {
38
- type: "resource",
39
- queryKey: "namespace",
40
- queryValue: "apps-" + r.toLowerCase()
41
- }
42
- ];
43
- a.push(...o);
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
- };