@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.
- package/__mf/js/{HeatMapChart.64173994.js → HeatMapChart.a5f52cc0.js} +3 -3
- package/__mf/js/async/12.4ae967ba.js +2 -0
- package/__mf/js/async/180.c67f24c4.js +71 -0
- package/__mf/js/async/392.81aab132.js +2 -0
- package/__mf/js/async/980.092bc51a.js +83 -0
- package/__mf/js/async/__federation_expose_HeatMapChart.c74c73d1.js +23 -0
- package/__mf/js/{main.73ddd86d.js → main.69b7f04b.js} +3 -3
- package/lib/HeatMapChart.js +1 -1
- package/lib/HeatMapChart.js.map +1 -1
- package/lib/bootstrap.js +1 -1
- package/lib/bootstrap.js.map +1 -1
- package/lib/cjs/HeatMapChart.js +1 -1
- package/lib/cjs/bootstrap.js +1 -1
- package/lib/cjs/components/HeatMapChart.js +97 -20
- package/lib/cjs/components/HeatMapChartOptionsEditorSettings.js +61 -6
- package/lib/cjs/components/HeatMapChartPanel.js +87 -38
- package/lib/cjs/components/HeatMapTooltip.js +6 -6
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/env.d.js +1 -1
- package/lib/cjs/getPluginModule.js +12 -0
- package/lib/cjs/heat-map-chart-model.js +25 -1
- 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/utils/data-transform.js +12 -0
- package/lib/cjs/utils/get-formatted-axis-label.js +1 -1
- package/lib/cjs/utils/index.js +1 -1
- package/lib/cjs/utils/thresholds.js +12 -0
- package/lib/components/HeatMapChart.d.ts +6 -3
- package/lib/components/HeatMapChart.d.ts.map +1 -1
- package/lib/components/HeatMapChart.js +97 -20
- package/lib/components/HeatMapChart.js.map +1 -1
- package/lib/components/HeatMapChartOptionsEditorSettings.d.ts.map +1 -1
- package/lib/components/HeatMapChartOptionsEditorSettings.js +64 -9
- package/lib/components/HeatMapChartOptionsEditorSettings.js.map +1 -1
- package/lib/components/HeatMapChartPanel.d.ts.map +1 -1
- package/lib/components/HeatMapChartPanel.js +87 -38
- package/lib/components/HeatMapChartPanel.js.map +1 -1
- package/lib/components/HeatMapTooltip.d.ts +1 -2
- package/lib/components/HeatMapTooltip.d.ts.map +1 -1
- package/lib/components/HeatMapTooltip.js +6 -6
- package/lib/components/HeatMapTooltip.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +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/heat-map-chart-model.d.ts +13 -0
- package/lib/heat-map-chart-model.d.ts.map +1 -1
- package/lib/heat-map-chart-model.js +19 -1
- package/lib/heat-map-chart-model.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/utils/data-transform.d.ts.map +1 -1
- package/lib/utils/data-transform.js +12 -0
- package/lib/utils/data-transform.js.map +1 -1
- package/lib/utils/get-formatted-axis-label.js +1 -1
- package/lib/utils/get-formatted-axis-label.js.map +1 -1
- package/lib/utils/index.js +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/thresholds.d.ts.map +1 -1
- package/lib/utils/thresholds.js +12 -0
- package/lib/utils/thresholds.js.map +1 -1
- package/mf-manifest.json +13 -13
- package/mf-stats.json +13 -13
- package/package.json +4 -4
- package/__mf/js/async/12.4a0642db.js +0 -2
- package/__mf/js/async/277.34ae0ac5.js +0 -71
- package/__mf/js/async/392.de783cd4.js +0 -2
- package/__mf/js/async/700.a5530423.js +0 -83
- package/__mf/js/async/__federation_expose_HeatMapChart.5ef80ecb.js +0 -23
- /package/__mf/js/async/{12.4a0642db.js.LICENSE.txt → 12.4ae967ba.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{277.34ae0ac5.js.LICENSE.txt → 180.c67f24c4.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{392.de783cd4.js.LICENSE.txt → 392.81aab132.js.LICENSE.txt} +0 -0
- /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
|
|
8
|
+
"buildVersion": "0.4.0",
|
|
9
9
|
"buildName": "@perses-dev/heatmap-chart-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/HeatMapChart.
|
|
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
|
|
30
|
+
"requiredVersion": "^0.53.0",
|
|
31
31
|
"shareScope": "default",
|
|
32
32
|
"name": "@perses-dev/components",
|
|
33
|
-
"version": "0.53.0
|
|
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/
|
|
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-
|
|
54
|
+
"requiredVersion": "^0.53.0-rc.2",
|
|
55
55
|
"shareScope": "default",
|
|
56
56
|
"name": "@perses-dev/core",
|
|
57
|
-
"version": "0.53.0-
|
|
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.
|
|
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.
|
|
102
|
+
"requiredVersion": "^4.17.23",
|
|
103
103
|
"shareScope": "default",
|
|
104
104
|
"name": "lodash",
|
|
105
|
-
"version": "4.17.
|
|
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.
|
|
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/
|
|
186
|
-
"__mf/js/async/__federation_expose_HeatMapChart.
|
|
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
|
|
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
|
|
28
|
-
"@perses-dev/core": "^0.53.0-
|
|
29
|
-
"@perses-dev/plugin-system": "^0.53.0
|
|
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",
|