@perses-dev/heatmap-chart-plugin 0.4.0-rc.0 → 0.4.0

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 (81) hide show
  1. package/__mf/js/{HeatMapChart.64173994.js → HeatMapChart.a5f52cc0.js} +3 -3
  2. package/__mf/js/async/12.4ae967ba.js +2 -0
  3. package/__mf/js/async/180.c67f24c4.js +71 -0
  4. package/__mf/js/async/392.81aab132.js +2 -0
  5. package/__mf/js/async/980.092bc51a.js +83 -0
  6. package/__mf/js/async/__federation_expose_HeatMapChart.c74c73d1.js +23 -0
  7. package/__mf/js/{main.73ddd86d.js → main.69b7f04b.js} +3 -3
  8. package/lib/HeatMapChart.js +1 -1
  9. package/lib/HeatMapChart.js.map +1 -1
  10. package/lib/bootstrap.js +1 -1
  11. package/lib/bootstrap.js.map +1 -1
  12. package/lib/cjs/HeatMapChart.js +1 -1
  13. package/lib/cjs/bootstrap.js +1 -1
  14. package/lib/cjs/components/HeatMapChart.js +97 -20
  15. package/lib/cjs/components/HeatMapChartOptionsEditorSettings.js +61 -6
  16. package/lib/cjs/components/HeatMapChartPanel.js +87 -38
  17. package/lib/cjs/components/HeatMapTooltip.js +6 -6
  18. package/lib/cjs/components/index.js +1 -1
  19. package/lib/cjs/env.d.js +1 -1
  20. package/lib/cjs/getPluginModule.js +12 -0
  21. package/lib/cjs/heat-map-chart-model.js +25 -1
  22. package/lib/cjs/index-federation.js +1 -1
  23. package/lib/cjs/index.js +1 -1
  24. package/lib/cjs/setup-tests.js +1 -1
  25. package/lib/cjs/utils/data-transform.js +12 -0
  26. package/lib/cjs/utils/get-formatted-axis-label.js +1 -1
  27. package/lib/cjs/utils/index.js +1 -1
  28. package/lib/cjs/utils/thresholds.js +12 -0
  29. package/lib/components/HeatMapChart.d.ts +6 -3
  30. package/lib/components/HeatMapChart.d.ts.map +1 -1
  31. package/lib/components/HeatMapChart.js +97 -20
  32. package/lib/components/HeatMapChart.js.map +1 -1
  33. package/lib/components/HeatMapChartOptionsEditorSettings.d.ts.map +1 -1
  34. package/lib/components/HeatMapChartOptionsEditorSettings.js +64 -9
  35. package/lib/components/HeatMapChartOptionsEditorSettings.js.map +1 -1
  36. package/lib/components/HeatMapChartPanel.d.ts.map +1 -1
  37. package/lib/components/HeatMapChartPanel.js +87 -38
  38. package/lib/components/HeatMapChartPanel.js.map +1 -1
  39. package/lib/components/HeatMapTooltip.d.ts +1 -2
  40. package/lib/components/HeatMapTooltip.d.ts.map +1 -1
  41. package/lib/components/HeatMapTooltip.js +6 -6
  42. package/lib/components/HeatMapTooltip.js.map +1 -1
  43. package/lib/components/index.js +1 -1
  44. package/lib/components/index.js.map +1 -1
  45. package/lib/env.d.js +1 -1
  46. package/lib/env.d.js.map +1 -1
  47. package/lib/getPluginModule.d.ts.map +1 -1
  48. package/lib/getPluginModule.js +12 -0
  49. package/lib/getPluginModule.js.map +1 -1
  50. package/lib/heat-map-chart-model.d.ts +13 -0
  51. package/lib/heat-map-chart-model.d.ts.map +1 -1
  52. package/lib/heat-map-chart-model.js +19 -1
  53. package/lib/heat-map-chart-model.js.map +1 -1
  54. package/lib/index-federation.js +1 -1
  55. package/lib/index-federation.js.map +1 -1
  56. package/lib/index.js +1 -1
  57. package/lib/index.js.map +1 -1
  58. package/lib/setup-tests.js +1 -1
  59. package/lib/setup-tests.js.map +1 -1
  60. package/lib/utils/data-transform.d.ts.map +1 -1
  61. package/lib/utils/data-transform.js +12 -0
  62. package/lib/utils/data-transform.js.map +1 -1
  63. package/lib/utils/get-formatted-axis-label.js +1 -1
  64. package/lib/utils/get-formatted-axis-label.js.map +1 -1
  65. package/lib/utils/index.js +1 -1
  66. package/lib/utils/index.js.map +1 -1
  67. package/lib/utils/thresholds.d.ts.map +1 -1
  68. package/lib/utils/thresholds.js +12 -0
  69. package/lib/utils/thresholds.js.map +1 -1
  70. package/mf-manifest.json +13 -13
  71. package/mf-stats.json +13 -13
  72. package/package.json +4 -4
  73. package/__mf/js/async/12.4a0642db.js +0 -2
  74. package/__mf/js/async/277.34ae0ac5.js +0 -71
  75. package/__mf/js/async/392.de783cd4.js +0 -2
  76. package/__mf/js/async/700.a5530423.js +0 -83
  77. package/__mf/js/async/__federation_expose_HeatMapChart.5ef80ecb.js +0 -23
  78. /package/__mf/js/async/{12.4a0642db.js.LICENSE.txt → 12.4ae967ba.js.LICENSE.txt} +0 -0
  79. /package/__mf/js/async/{277.34ae0ac5.js.LICENSE.txt → 180.c67f24c4.js.LICENSE.txt} +0 -0
  80. /package/__mf/js/async/{392.de783cd4.js.LICENSE.txt → 392.81aab132.js.LICENSE.txt} +0 -0
  81. /package/__mf/js/async/{700.a5530423.js.LICENSE.txt → 980.092bc51a.js.LICENSE.txt} +0 -0
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "HeatMapChart",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.0-rc.0",
8
+ "buildVersion": "0.4.0",
9
9
  "buildName": "@perses-dev/heatmap-chart-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/HeatMapChart.64173994.js",
12
+ "name": "__mf/js/HeatMapChart.a5f52cc0.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -27,17 +27,17 @@
27
27
  "shared": [
28
28
  {
29
29
  "singleton": true,
30
- "requiredVersion": "^0.53.0-rc.1",
30
+ "requiredVersion": "^0.53.0",
31
31
  "shareScope": "default",
32
32
  "name": "@perses-dev/components",
33
- "version": "0.53.0-rc.1",
33
+ "version": "0.53.0",
34
34
  "eager": false,
35
35
  "id": "HeatMapChart:@perses-dev/components",
36
36
  "assets": {
37
37
  "js": {
38
38
  "async": [],
39
39
  "sync": [
40
- "__mf/js/async/277.34ae0ac5.js"
40
+ "__mf/js/async/180.c67f24c4.js"
41
41
  ]
42
42
  },
43
43
  "css": {
@@ -51,17 +51,17 @@
51
51
  },
52
52
  {
53
53
  "singleton": true,
54
- "requiredVersion": "^0.53.0-beta.4",
54
+ "requiredVersion": "^0.53.0-rc.2",
55
55
  "shareScope": "default",
56
56
  "name": "@perses-dev/core",
57
- "version": "0.53.0-beta.4",
57
+ "version": "0.53.0-rc.2",
58
58
  "eager": false,
59
59
  "id": "HeatMapChart:@perses-dev/core",
60
60
  "assets": {
61
61
  "js": {
62
62
  "async": [],
63
63
  "sync": [
64
- "__mf/js/async/12.4a0642db.js"
64
+ "__mf/js/async/12.4ae967ba.js"
65
65
  ]
66
66
  },
67
67
  "css": {
@@ -99,17 +99,17 @@
99
99
  },
100
100
  {
101
101
  "singleton": true,
102
- "requiredVersion": "^4.17.21",
102
+ "requiredVersion": "^4.17.23",
103
103
  "shareScope": "default",
104
104
  "name": "lodash",
105
- "version": "4.17.21",
105
+ "version": "4.17.23",
106
106
  "eager": false,
107
107
  "id": "HeatMapChart:lodash",
108
108
  "assets": {
109
109
  "js": {
110
110
  "async": [],
111
111
  "sync": [
112
- "__mf/js/async/392.de783cd4.js"
112
+ "__mf/js/async/392.81aab132.js"
113
113
  ]
114
114
  },
115
115
  "css": {
@@ -182,8 +182,8 @@
182
182
  "assets": {
183
183
  "js": {
184
184
  "sync": [
185
- "__mf/js/async/700.a5530423.js",
186
- "__mf/js/async/__federation_expose_HeatMapChart.5ef80ecb.js"
185
+ "__mf/js/async/980.092bc51a.js",
186
+ "__mf/js/async/__federation_expose_HeatMapChart.c74c73d1.js"
187
187
  ],
188
188
  "async": [
189
189
  "__mf/js/async/888.944e0384.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/heatmap-chart-plugin",
3
- "version": "0.4.0-rc.0",
3
+ "version": "0.4.0",
4
4
  "homepage": "https://github.com/perses/plugins/blob/main/README.md",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,9 +24,9 @@
24
24
  "module": "lib/index.js",
25
25
  "types": "lib/index.d.ts",
26
26
  "peerDependencies": {
27
- "@perses-dev/components": "^0.53.0-rc.1",
28
- "@perses-dev/core": "^0.53.0-beta.4",
29
- "@perses-dev/plugin-system": "^0.53.0-rc.1",
27
+ "@perses-dev/components": "^0.53.0",
28
+ "@perses-dev/core": "^0.53.0-rc.2",
29
+ "@perses-dev/plugin-system": "^0.53.0",
30
30
  "echarts": "5.5.0",
31
31
  "lodash": "^4.17.21",
32
32
  "react": "^17.0.2 || ^18.0.0",