@oanda/labs-instruments-price-chart-widget 1.0.7 → 1.0.8

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 (60) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/main/InstrumentsPriceChartWidget/components/Chart.js +7 -2
  3. package/dist/main/InstrumentsPriceChartWidget/components/Chart.js.map +1 -1
  4. package/dist/main/InstrumentsPriceChartWidget/components/formatters.js +26 -1
  5. package/dist/main/InstrumentsPriceChartWidget/components/formatters.js.map +1 -1
  6. package/dist/main/InstrumentsPriceChartWidget/components/getOption.js +21 -2
  7. package/dist/main/InstrumentsPriceChartWidget/components/getOption.js.map +1 -1
  8. package/dist/main/InstrumentsPriceChartWidget/components/types.js.map +1 -1
  9. package/dist/main/InstrumentsPriceChartWidget/getPriceCandlesMock.js +30 -13
  10. package/dist/main/InstrumentsPriceChartWidget/getPriceCandlesMock.js.map +1 -1
  11. package/dist/main/gql/mock/getPriceCandles.js +3 -0
  12. package/dist/main/gql/mock/getPriceCandles.js.map +1 -1
  13. package/dist/main/gql/mock/schema.graphqls +3 -0
  14. package/dist/main/gql/types/gql.js +1 -1
  15. package/dist/main/gql/types/gql.js.map +1 -1
  16. package/dist/main/gql/types/graphql.js +28 -1
  17. package/dist/main/gql/types/graphql.js.map +1 -1
  18. package/dist/main/translations/sources/en.json +7 -0
  19. package/dist/main/translations/sources/es.json +2 -0
  20. package/dist/main/translations/sources/th.json +2 -0
  21. package/dist/main/translations/sources/zh_TW.json +2 -0
  22. package/dist/module/InstrumentsPriceChartWidget/components/Chart.js +8 -3
  23. package/dist/module/InstrumentsPriceChartWidget/components/Chart.js.map +1 -1
  24. package/dist/module/InstrumentsPriceChartWidget/components/formatters.js +24 -0
  25. package/dist/module/InstrumentsPriceChartWidget/components/formatters.js.map +1 -1
  26. package/dist/module/InstrumentsPriceChartWidget/components/getOption.js +22 -3
  27. package/dist/module/InstrumentsPriceChartWidget/components/getOption.js.map +1 -1
  28. package/dist/module/InstrumentsPriceChartWidget/components/types.js.map +1 -1
  29. package/dist/module/InstrumentsPriceChartWidget/getPriceCandlesMock.js +30 -13
  30. package/dist/module/InstrumentsPriceChartWidget/getPriceCandlesMock.js.map +1 -1
  31. package/dist/module/gql/mock/getPriceCandles.js +3 -0
  32. package/dist/module/gql/mock/getPriceCandles.js.map +1 -1
  33. package/dist/module/gql/mock/schema.graphqls +3 -0
  34. package/dist/module/gql/types/gql.js +1 -1
  35. package/dist/module/gql/types/gql.js.map +1 -1
  36. package/dist/module/gql/types/graphql.js +27 -0
  37. package/dist/module/gql/types/graphql.js.map +1 -1
  38. package/dist/module/translations/sources/en.json +7 -0
  39. package/dist/module/translations/sources/es.json +2 -0
  40. package/dist/module/translations/sources/th.json +2 -0
  41. package/dist/module/translations/sources/zh_TW.json +2 -0
  42. package/dist/types/InstrumentsPriceChartWidget/components/formatters.d.ts +2 -0
  43. package/dist/types/InstrumentsPriceChartWidget/components/types.d.ts +12 -0
  44. package/dist/types/gql/types/gql.d.ts +2 -2
  45. package/dist/types/gql/types/graphql.d.ts +23 -1
  46. package/lokalise.config.json +1 -1
  47. package/package.json +3 -3
  48. package/src/InstrumentsPriceChartWidget/components/Chart.tsx +5 -0
  49. package/src/InstrumentsPriceChartWidget/components/formatters.ts +22 -0
  50. package/src/InstrumentsPriceChartWidget/components/getOption.ts +25 -3
  51. package/src/InstrumentsPriceChartWidget/components/types.ts +14 -0
  52. package/src/InstrumentsPriceChartWidget/getPriceCandlesMock.tsx +13 -5
  53. package/src/gql/mock/getPriceCandles.ts +3 -0
  54. package/src/gql/mock/schema.graphqls +3 -0
  55. package/src/gql/types/gql.ts +3 -3
  56. package/src/gql/types/graphql.ts +32 -2
  57. package/src/translations/sources/en.json +7 -0
  58. package/src/translations/sources/es.json +2 -0
  59. package/src/translations/sources/th.json +2 -0
  60. package/src/translations/sources/zh_TW.json +2 -0
@@ -1,2 +1,9 @@
1
1
  {
2
+ "close": "Close",
3
+ "data_unavailable": "Data unavailable",
4
+ "high": "High",
5
+ "low": "Low",
6
+ "no_matching_results": "No matching results",
7
+ "open": "Open",
8
+ "pagination_entries_range": "{{firstItemOnPage}}-{{lastItemOnPage}} of {{itemCount}} entries"
2
9
  }
@@ -1,2 +1,4 @@
1
1
  {
2
+ "data_unavailable": "No hay datos disponibles",
3
+ "pagination_entries_range": "{{firstItemOnPage}}-{{lastItemOnPage}} de {{itemCount}} entradas"
2
4
  }
@@ -1,2 +1,4 @@
1
1
  {
2
+ "data_unavailable": "ข้อมูลไม่พร้อมใช้งาน",
3
+ "pagination_entries_range": "{{firstItemOnPage}}-{{lastItemOnPage}} จาก {{itemCount}} รายการ"
2
4
  }
@@ -1,2 +1,4 @@
1
1
  {
2
+ "data_unavailable": "沒有數據",
3
+ "pagination_entries_range": "{{itemCount}}个挂单中的{{firstItemOnPage}}-{{lastItemOnPage}}"
2
4
  }