@perses-dev/stat-chart-plugin 0.11.1 → 0.12.0-rc.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 (72) hide show
  1. package/__mf/js/{StatChart.91907838.js → StatChart.b24a8bd1.js} +5 -5
  2. package/__mf/js/async/{205.1bcd0ed9.js → 119.b85eb681.js} +5 -5
  3. package/__mf/js/async/{450.13fefb05.js → 450.6c3d739b.js} +1 -1
  4. package/__mf/js/async/{911.29a700f7.js → 604.20d774aa.js} +4 -4
  5. package/__mf/js/async/648.0aa02e3b.js +22 -0
  6. package/__mf/js/async/{873.bde3655e.js → 873.c0881a00.js} +1 -1
  7. package/__mf/js/async/955.87184680.js +7 -0
  8. package/__mf/js/async/{__federation_expose_StatChart.fd6bf4ac.js → __federation_expose_StatChart.8b3c764d.js} +1 -1
  9. package/__mf/js/async/lib-router.18b45155.js +2 -0
  10. package/__mf/js/async/{lib-router.ed92c54d.js.LICENSE.txt → lib-router.18b45155.js.LICENSE.txt} +3 -3
  11. package/__mf/js/{main.5a7ad716.js → main.d82ac889.js} +5 -5
  12. package/lib/StatChart.js +1 -1
  13. package/lib/StatChart.js.map +1 -1
  14. package/lib/StatChartBase.js +1 -1
  15. package/lib/StatChartBase.js.map +1 -1
  16. package/lib/StatChartOptionsEditorSettings.js +1 -1
  17. package/lib/StatChartOptionsEditorSettings.js.map +1 -1
  18. package/lib/StatChartPanel.js +1 -1
  19. package/lib/StatChartPanel.js.map +1 -1
  20. package/lib/StatChartValueMappingEditor.js +1 -1
  21. package/lib/StatChartValueMappingEditor.js.map +1 -1
  22. package/lib/bootstrap.js +1 -1
  23. package/lib/bootstrap.js.map +1 -1
  24. package/lib/cjs/StatChart.js +1 -1
  25. package/lib/cjs/StatChartBase.js +1 -1
  26. package/lib/cjs/StatChartOptionsEditorSettings.js +1 -1
  27. package/lib/cjs/StatChartPanel.js +1 -1
  28. package/lib/cjs/StatChartValueMappingEditor.js +1 -1
  29. package/lib/cjs/bootstrap.js +1 -1
  30. package/lib/cjs/env.d.js +1 -1
  31. package/lib/cjs/getPluginModule.js +12 -0
  32. package/lib/cjs/index-federation.js +1 -1
  33. package/lib/cjs/index.js +1 -1
  34. package/lib/cjs/setup-tests.js +1 -1
  35. package/lib/cjs/stat-chart-model.js +1 -1
  36. package/lib/cjs/utils/calculate-font-size.js +1 -1
  37. package/lib/cjs/utils/calculate-value.js +1 -1
  38. package/lib/cjs/utils/data-transform.js +1 -1
  39. package/lib/cjs/utils/format-stat-chart-value.js +1 -1
  40. package/lib/cjs/utils/get-color.js +1 -1
  41. package/lib/env.d.js +1 -1
  42. package/lib/env.d.js.map +1 -1
  43. package/lib/getPluginModule.d.ts.map +1 -1
  44. package/lib/getPluginModule.js +12 -0
  45. package/lib/getPluginModule.js.map +1 -1
  46. package/lib/index-federation.js +1 -1
  47. package/lib/index-federation.js.map +1 -1
  48. package/lib/index.js +1 -1
  49. package/lib/index.js.map +1 -1
  50. package/lib/setup-tests.js +1 -1
  51. package/lib/setup-tests.js.map +1 -1
  52. package/lib/stat-chart-model.js +1 -1
  53. package/lib/stat-chart-model.js.map +1 -1
  54. package/lib/utils/calculate-font-size.js +1 -1
  55. package/lib/utils/calculate-font-size.js.map +1 -1
  56. package/lib/utils/calculate-value.js +1 -1
  57. package/lib/utils/calculate-value.js.map +1 -1
  58. package/lib/utils/data-transform.js +1 -1
  59. package/lib/utils/data-transform.js.map +1 -1
  60. package/lib/utils/format-stat-chart-value.js +1 -1
  61. package/lib/utils/format-stat-chart-value.js.map +1 -1
  62. package/lib/utils/get-color.js +1 -1
  63. package/lib/utils/get-color.js.map +1 -1
  64. package/mf-manifest.json +14 -14
  65. package/mf-stats.json +14 -14
  66. package/package.json +4 -4
  67. package/__mf/js/async/252.71d76564.js +0 -22
  68. package/__mf/js/async/790.42bd307b.js +0 -7
  69. package/__mf/js/async/lib-router.ed92c54d.js +0 -2
  70. /package/__mf/js/async/{205.1bcd0ed9.js.LICENSE.txt → 119.b85eb681.js.LICENSE.txt} +0 -0
  71. /package/__mf/js/async/{252.71d76564.js.LICENSE.txt → 648.0aa02e3b.js.LICENSE.txt} +0 -0
  72. /package/__mf/js/async/{790.42bd307b.js.LICENSE.txt → 955.87184680.js.LICENSE.txt} +0 -0
package/mf-manifest.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "StatChart",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.11.1",
8
+ "buildVersion": "0.12.0-rc.1",
9
9
  "buildName": "@perses-dev/stat-chart-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/StatChart.91907838.js",
12
+ "name": "__mf/js/StatChart.b24a8bd1.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -87,14 +87,14 @@
87
87
  {
88
88
  "id": "StatChart:@perses-dev/components",
89
89
  "name": "@perses-dev/components",
90
- "version": "0.53.0-beta.2",
90
+ "version": "0.53.0-rc.2",
91
91
  "singleton": true,
92
- "requiredVersion": "^0.53.0-beta.2",
92
+ "requiredVersion": "^0.53.0-rc.2",
93
93
  "assets": {
94
94
  "js": {
95
95
  "async": [],
96
96
  "sync": [
97
- "__mf/js/async/790.42bd307b.js"
97
+ "__mf/js/async/955.87184680.js"
98
98
  ]
99
99
  },
100
100
  "css": {
@@ -106,14 +106,14 @@
106
106
  {
107
107
  "id": "StatChart:@perses-dev/plugin-system",
108
108
  "name": "@perses-dev/plugin-system",
109
- "version": "0.53.0-beta.2",
109
+ "version": "0.53.0-rc.2",
110
110
  "singleton": true,
111
- "requiredVersion": "^0.53.0-beta.2",
111
+ "requiredVersion": "^0.53.0-rc.2",
112
112
  "assets": {
113
113
  "js": {
114
114
  "async": [],
115
115
  "sync": [
116
- "__mf/js/async/252.71d76564.js"
116
+ "__mf/js/async/648.0aa02e3b.js"
117
117
  ]
118
118
  },
119
119
  "css": {
@@ -151,7 +151,7 @@
151
151
  "js": {
152
152
  "async": [],
153
153
  "sync": [
154
- "__mf/js/async/873.bde3655e.js"
154
+ "__mf/js/async/873.c0881a00.js"
155
155
  ]
156
156
  },
157
157
  "css": {
@@ -246,18 +246,18 @@
246
246
  "js": {
247
247
  "sync": [
248
248
  "__mf/js/async/465.fc9973fc.js",
249
- "__mf/js/async/205.1bcd0ed9.js",
249
+ "__mf/js/async/119.b85eb681.js",
250
250
  "__mf/js/async/721.0467c07c.js",
251
251
  "__mf/js/async/302.b54c0505.js",
252
- "__mf/js/async/__federation_expose_StatChart.fd6bf4ac.js"
252
+ "__mf/js/async/__federation_expose_StatChart.8b3c764d.js"
253
253
  ],
254
254
  "async": [
255
255
  "__mf/js/async/588.496be9cb.js",
256
256
  "__mf/js/async/71.603fe88a.js",
257
257
  "__mf/js/async/356.f5a1c439.js",
258
- "__mf/js/async/450.13fefb05.js",
259
- "__mf/js/async/911.29a700f7.js",
260
- "__mf/js/async/lib-router.ed92c54d.js",
258
+ "__mf/js/async/604.20d774aa.js",
259
+ "__mf/js/async/450.6c3d739b.js",
260
+ "__mf/js/async/lib-router.18b45155.js",
261
261
  "__mf/js/async/177.eb221fda.js"
262
262
  ]
263
263
  },
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "StatChart",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.11.1",
8
+ "buildVersion": "0.12.0-rc.1",
9
9
  "buildName": "@perses-dev/stat-chart-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/StatChart.91907838.js",
12
+ "name": "__mf/js/StatChart.b24a8bd1.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -95,17 +95,17 @@
95
95
  },
96
96
  {
97
97
  "singleton": true,
98
- "requiredVersion": "^0.53.0-beta.2",
98
+ "requiredVersion": "^0.53.0-rc.2",
99
99
  "shareScope": "default",
100
100
  "name": "@perses-dev/components",
101
- "version": "0.53.0-beta.2",
101
+ "version": "0.53.0-rc.2",
102
102
  "eager": false,
103
103
  "id": "StatChart:@perses-dev/components",
104
104
  "assets": {
105
105
  "js": {
106
106
  "async": [],
107
107
  "sync": [
108
- "__mf/js/async/790.42bd307b.js"
108
+ "__mf/js/async/955.87184680.js"
109
109
  ]
110
110
  },
111
111
  "css": {
@@ -119,17 +119,17 @@
119
119
  },
120
120
  {
121
121
  "singleton": true,
122
- "requiredVersion": "^0.53.0-beta.2",
122
+ "requiredVersion": "^0.53.0-rc.2",
123
123
  "shareScope": "default",
124
124
  "name": "@perses-dev/plugin-system",
125
- "version": "0.53.0-beta.2",
125
+ "version": "0.53.0-rc.2",
126
126
  "eager": false,
127
127
  "id": "StatChart:@perses-dev/plugin-system",
128
128
  "assets": {
129
129
  "js": {
130
130
  "async": [],
131
131
  "sync": [
132
- "__mf/js/async/252.71d76564.js"
132
+ "__mf/js/async/648.0aa02e3b.js"
133
133
  ]
134
134
  },
135
135
  "css": {
@@ -175,7 +175,7 @@
175
175
  "js": {
176
176
  "async": [],
177
177
  "sync": [
178
- "__mf/js/async/873.bde3655e.js"
178
+ "__mf/js/async/873.c0881a00.js"
179
179
  ]
180
180
  },
181
181
  "css": {
@@ -292,18 +292,18 @@
292
292
  "js": {
293
293
  "sync": [
294
294
  "__mf/js/async/465.fc9973fc.js",
295
- "__mf/js/async/205.1bcd0ed9.js",
295
+ "__mf/js/async/119.b85eb681.js",
296
296
  "__mf/js/async/721.0467c07c.js",
297
297
  "__mf/js/async/302.b54c0505.js",
298
- "__mf/js/async/__federation_expose_StatChart.fd6bf4ac.js"
298
+ "__mf/js/async/__federation_expose_StatChart.8b3c764d.js"
299
299
  ],
300
300
  "async": [
301
301
  "__mf/js/async/588.496be9cb.js",
302
302
  "__mf/js/async/71.603fe88a.js",
303
303
  "__mf/js/async/356.f5a1c439.js",
304
- "__mf/js/async/450.13fefb05.js",
305
- "__mf/js/async/911.29a700f7.js",
306
- "__mf/js/async/lib-router.ed92c54d.js",
304
+ "__mf/js/async/604.20d774aa.js",
305
+ "__mf/js/async/450.6c3d739b.js",
306
+ "__mf/js/async/lib-router.18b45155.js",
307
307
  "__mf/js/async/177.eb221fda.js"
308
308
  ]
309
309
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/stat-chart-plugin",
3
- "version": "0.11.1",
3
+ "version": "0.12.0-rc.1",
4
4
  "homepage": "https://github.com/perses/plugins/blob/main/README.md",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  "@emotion/react": "^11.7.1",
28
28
  "@emotion/styled": "^11.6.0",
29
29
  "@hookform/resolvers": "^3.2.0",
30
- "@perses-dev/components": "^0.53.0-beta.2",
31
- "@perses-dev/core": "^0.53.0-beta.2",
32
- "@perses-dev/plugin-system": "^0.53.0-beta.2",
30
+ "@perses-dev/components": "^0.53.0-rc.2",
31
+ "@perses-dev/core": "^0.53.0-rc.0",
32
+ "@perses-dev/plugin-system": "^0.53.0-rc.2",
33
33
  "date-fns": "^4.1.0",
34
34
  "date-fns-tz": "^3.2.0",
35
35
  "echarts": "5.5.0",