@perses-dev/stat-chart-plugin 0.12.0-beta.0 → 0.12.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.
- package/__mf/js/{StatChart.7df52118.js → StatChart.2e89aa1f.js} +3 -3
- package/__mf/js/async/392.b57d43bb.js +2 -0
- package/__mf/js/async/{911.29a700f7.js → 604.e0d336cb.js} +4 -4
- package/__mf/js/async/648.1c0ebb20.js +22 -0
- package/__mf/js/async/955.8917f69b.js +7 -0
- package/__mf/js/async/{__federation_expose_StatChart.2dcf8b3a.js → __federation_expose_StatChart.668c661b.js} +1 -1
- package/__mf/js/async/lib-router.18b45155.js +2 -0
- package/__mf/js/async/{lib-router.ed92c54d.js.LICENSE.txt → lib-router.18b45155.js.LICENSE.txt} +3 -3
- package/__mf/js/{main.4a371943.js → main.f573f11f.js} +3 -3
- package/lib/StatChart.js +1 -1
- package/lib/StatChart.js.map +1 -1
- package/lib/StatChartBase.js +1 -1
- package/lib/StatChartBase.js.map +1 -1
- package/lib/StatChartOptionsEditorSettings.js +1 -1
- package/lib/StatChartOptionsEditorSettings.js.map +1 -1
- package/lib/StatChartPanel.js +1 -1
- package/lib/StatChartPanel.js.map +1 -1
- package/lib/StatChartValueMappingEditor.js +1 -1
- package/lib/StatChartValueMappingEditor.js.map +1 -1
- package/lib/bootstrap.js +1 -1
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/StatChart.js +1 -1
- package/lib/cjs/StatChartBase.js +1 -1
- package/lib/cjs/StatChartOptionsEditorSettings.js +1 -1
- package/lib/cjs/StatChartPanel.js +1 -1
- package/lib/cjs/StatChartValueMappingEditor.js +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/index-federation.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/setup-tests.js +1 -1
- package/lib/cjs/stat-chart-model.js +1 -1
- package/lib/cjs/utils/calculate-font-size.js +1 -1
- package/lib/cjs/utils/calculate-value.js +1 -1
- package/lib/cjs/utils/data-transform.js +1 -1
- package/lib/cjs/utils/format-stat-chart-value.js +1 -1
- package/lib/cjs/utils/get-color.js +1 -1
- package/lib/env.d.js +1 -1
- package/lib/env.d.js.map +1 -1
- package/lib/getPluginModule.d.ts.map +1 -1
- package/lib/getPluginModule.js +12 -0
- package/lib/getPluginModule.js.map +1 -1
- package/lib/index-federation.js +1 -1
- package/lib/index-federation.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/setup-tests.js +1 -1
- package/lib/setup-tests.js.map +1 -1
- package/lib/stat-chart-model.js +1 -1
- package/lib/stat-chart-model.js.map +1 -1
- package/lib/utils/calculate-font-size.js +1 -1
- package/lib/utils/calculate-font-size.js.map +1 -1
- package/lib/utils/calculate-value.js +1 -1
- package/lib/utils/calculate-value.js.map +1 -1
- package/lib/utils/data-transform.js +1 -1
- package/lib/utils/data-transform.js.map +1 -1
- package/lib/utils/format-stat-chart-value.js +1 -1
- package/lib/utils/format-stat-chart-value.js.map +1 -1
- package/lib/utils/get-color.js +1 -1
- package/lib/utils/get-color.js.map +1 -1
- package/mf-manifest.json +14 -14
- package/mf-stats.json +14 -14
- package/package.json +4 -4
- package/__mf/js/async/252.05fbd2b1.js +0 -22
- package/__mf/js/async/392.a8143615.js +0 -2
- package/__mf/js/async/555.b1ac32bc.js +0 -7
- package/__mf/js/async/lib-router.ed92c54d.js +0 -2
- /package/__mf/js/async/{392.a8143615.js.LICENSE.txt → 392.b57d43bb.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{252.05fbd2b1.js.LICENSE.txt → 648.1c0ebb20.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{555.b1ac32bc.js.LICENSE.txt → 955.8917f69b.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.12.0
|
|
8
|
+
"buildVersion": "0.12.0",
|
|
9
9
|
"buildName": "@perses-dev/stat-chart-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/StatChart.
|
|
12
|
+
"name": "__mf/js/StatChart.2e89aa1f.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
|
|
90
|
+
"version": "0.53.0",
|
|
91
91
|
"singleton": true,
|
|
92
|
-
"requiredVersion": "^0.53.0
|
|
92
|
+
"requiredVersion": "^0.53.0",
|
|
93
93
|
"assets": {
|
|
94
94
|
"js": {
|
|
95
95
|
"async": [],
|
|
96
96
|
"sync": [
|
|
97
|
-
"__mf/js/async/
|
|
97
|
+
"__mf/js/async/955.8917f69b.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
|
|
109
|
+
"version": "0.53.0",
|
|
110
110
|
"singleton": true,
|
|
111
|
-
"requiredVersion": "^0.53.0
|
|
111
|
+
"requiredVersion": "^0.53.0",
|
|
112
112
|
"assets": {
|
|
113
113
|
"js": {
|
|
114
114
|
"async": [],
|
|
115
115
|
"sync": [
|
|
116
|
-
"__mf/js/async/
|
|
116
|
+
"__mf/js/async/648.1c0ebb20.js"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
119
|
"css": {
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
{
|
|
164
164
|
"id": "StatChart:lodash",
|
|
165
165
|
"name": "lodash",
|
|
166
|
-
"version": "4.17.
|
|
166
|
+
"version": "4.17.23",
|
|
167
167
|
"singleton": true,
|
|
168
|
-
"requiredVersion": "^4.17.
|
|
168
|
+
"requiredVersion": "^4.17.23",
|
|
169
169
|
"assets": {
|
|
170
170
|
"js": {
|
|
171
171
|
"async": [],
|
|
172
172
|
"sync": [
|
|
173
|
-
"__mf/js/async/392.
|
|
173
|
+
"__mf/js/async/392.b57d43bb.js"
|
|
174
174
|
]
|
|
175
175
|
},
|
|
176
176
|
"css": {
|
|
@@ -249,15 +249,15 @@
|
|
|
249
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.
|
|
252
|
+
"__mf/js/async/__federation_expose_StatChart.668c661b.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/604.e0d336cb.js",
|
|
258
259
|
"__mf/js/async/450.6c3d739b.js",
|
|
259
|
-
"__mf/js/async/
|
|
260
|
-
"__mf/js/async/lib-router.ed92c54d.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.12.0
|
|
8
|
+
"buildVersion": "0.12.0",
|
|
9
9
|
"buildName": "@perses-dev/stat-chart-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/StatChart.
|
|
12
|
+
"name": "__mf/js/StatChart.2e89aa1f.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
|
|
98
|
+
"requiredVersion": "^0.53.0",
|
|
99
99
|
"shareScope": "default",
|
|
100
100
|
"name": "@perses-dev/components",
|
|
101
|
-
"version": "0.53.0
|
|
101
|
+
"version": "0.53.0",
|
|
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/
|
|
108
|
+
"__mf/js/async/955.8917f69b.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
|
|
122
|
+
"requiredVersion": "^0.53.0",
|
|
123
123
|
"shareScope": "default",
|
|
124
124
|
"name": "@perses-dev/plugin-system",
|
|
125
|
-
"version": "0.53.0
|
|
125
|
+
"version": "0.53.0",
|
|
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/
|
|
132
|
+
"__mf/js/async/648.1c0ebb20.js"
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
135
|
"css": {
|
|
@@ -187,17 +187,17 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"singleton": true,
|
|
190
|
-
"requiredVersion": "^4.17.
|
|
190
|
+
"requiredVersion": "^4.17.23",
|
|
191
191
|
"shareScope": "default",
|
|
192
192
|
"name": "lodash",
|
|
193
|
-
"version": "4.17.
|
|
193
|
+
"version": "4.17.23",
|
|
194
194
|
"eager": false,
|
|
195
195
|
"id": "StatChart:lodash",
|
|
196
196
|
"assets": {
|
|
197
197
|
"js": {
|
|
198
198
|
"async": [],
|
|
199
199
|
"sync": [
|
|
200
|
-
"__mf/js/async/392.
|
|
200
|
+
"__mf/js/async/392.b57d43bb.js"
|
|
201
201
|
]
|
|
202
202
|
},
|
|
203
203
|
"css": {
|
|
@@ -295,15 +295,15 @@
|
|
|
295
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.
|
|
298
|
+
"__mf/js/async/__federation_expose_StatChart.668c661b.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/604.e0d336cb.js",
|
|
304
305
|
"__mf/js/async/450.6c3d739b.js",
|
|
305
|
-
"__mf/js/async/
|
|
306
|
-
"__mf/js/async/lib-router.ed92c54d.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.12.0
|
|
3
|
+
"version": "0.12.0",
|
|
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
|
|
31
|
-
"@perses-dev/core": "^0.53.0-
|
|
32
|
-
"@perses-dev/plugin-system": "^0.53.0
|
|
30
|
+
"@perses-dev/components": "^0.53.0",
|
|
31
|
+
"@perses-dev/core": "^0.53.0-rc.2",
|
|
32
|
+
"@perses-dev/plugin-system": "^0.53.0",
|
|
33
33
|
"date-fns": "^4.1.0",
|
|
34
34
|
"date-fns-tz": "^3.2.0",
|
|
35
35
|
"echarts": "5.5.0",
|