@perses-dev/timeseries-chart-plugin 0.6.0 → 0.8.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 (38) hide show
  1. package/__mf/js/{983.f8c95769.js → 983.94371668.js} +1 -1
  2. package/__mf/js/{TimeSeriesChart.645380d5.js → TimeSeriesChart.74367dd5.js} +3 -3
  3. package/__mf/js/async/{511.754bc334.js → 225.8c13dfe9.js} +2 -2
  4. package/__mf/js/async/409.0647f389.js +1 -0
  5. package/__mf/js/async/476.45fca8d3.js +1 -0
  6. package/__mf/js/async/570.87723a1e.js +29 -0
  7. package/__mf/js/async/65.86f223c0.js +73 -0
  8. package/__mf/js/async/{754.a8adddbc.js → 755.f76e3538.js} +2 -2
  9. package/__mf/js/async/797.f4545195.js +2 -0
  10. package/__mf/js/async/__federation_expose_TimeSeriesChart.3cb3d239.js +1 -0
  11. package/__mf/js/main.b97521b5.js +1 -0
  12. package/lib/TimeSeriesChartBase.d.ts +22 -0
  13. package/lib/TimeSeriesChartBase.d.ts.map +1 -0
  14. package/lib/TimeSeriesChartBase.js +389 -0
  15. package/lib/TimeSeriesChartBase.js.map +1 -0
  16. package/lib/TimeSeriesChartPanel.d.ts.map +1 -1
  17. package/lib/TimeSeriesChartPanel.js +3 -2
  18. package/lib/TimeSeriesChartPanel.js.map +1 -1
  19. package/lib/cjs/TimeSeriesChartBase.js +402 -0
  20. package/lib/cjs/TimeSeriesChartPanel.js +2 -1
  21. package/lib/cjs/index.js +36 -12
  22. package/lib/index.d.ts +9 -3
  23. package/lib/index.d.ts.map +1 -1
  24. package/lib/index.js +21 -3
  25. package/lib/index.js.map +1 -1
  26. package/mf-manifest.json +24 -22
  27. package/mf-stats.json +29 -24
  28. package/package.json +4 -5
  29. package/__mf/js/async/162.5d97bc19.js +0 -73
  30. package/__mf/js/async/357.397150dd.js +0 -29
  31. package/__mf/js/async/610.b0547671.js +0 -1
  32. package/__mf/js/async/996.7bede0b2.js +0 -2
  33. package/__mf/js/async/__federation_expose_TimeSeriesChart.a02bcd07.js +0 -1
  34. package/__mf/js/main.7c237ea8.js +0 -1
  35. /package/__mf/js/async/{511.754bc334.js.LICENSE.txt → 225.8c13dfe9.js.LICENSE.txt} +0 -0
  36. /package/__mf/js/async/{357.397150dd.js.LICENSE.txt → 570.87723a1e.js.LICENSE.txt} +0 -0
  37. /package/__mf/js/async/{162.5d97bc19.js.LICENSE.txt → 65.86f223c0.js.LICENSE.txt} +0 -0
  38. /package/__mf/js/async/{996.7bede0b2.js.LICENSE.txt → 797.f4545195.js.LICENSE.txt} +0 -0
package/lib/index.js CHANGED
@@ -1,5 +1,23 @@
1
- import { TimeSeriesChart } from './TimeSeriesChart';
2
- import { getPluginModule } from './getPluginModule';
3
- export { getPluginModule, TimeSeriesChart };
1
+ // Copyright 2025 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ export { getPluginModule } from './getPluginModule';
14
+ export * from './TimeSeriesChart';
15
+ export * from './QuerySettingsEditor';
16
+ export * from './TimeSeriesChartOptionsEditorSettings';
17
+ export * from './VisualOptionsEditor';
18
+ export * from './YAxisOptionsEditor';
19
+ export * from './TimeSeriesChartPanel';
20
+ export * from './TimeSeriesChartBase';
21
+ export * from './time-series-chart-model';
4
22
 
5
23
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { TimeSeriesChart } from './TimeSeriesChart';\nimport { getPluginModule } from './getPluginModule';\n\nexport { getPluginModule, TimeSeriesChart };\n"],"names":["TimeSeriesChart","getPluginModule"],"mappings":"AAAA,SAASA,eAAe,QAAQ,oBAAoB;AACpD,SAASC,eAAe,QAAQ,oBAAoB;AAEpD,SAASA,eAAe,EAAED,eAAe,GAAG"}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["// Copyright 2025 The Perses Authors\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\nexport { getPluginModule } from './getPluginModule';\nexport * from './TimeSeriesChart';\nexport * from './QuerySettingsEditor';\nexport * from './TimeSeriesChartOptionsEditorSettings';\nexport * from './VisualOptionsEditor';\nexport * from './YAxisOptionsEditor';\nexport * from './TimeSeriesChartPanel';\nexport * from './TimeSeriesChartBase';\nexport * from './time-series-chart-model';\n"],"names":["getPluginModule"],"mappings":"AAAA,oCAAoC;AACpC,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,6CAA6C;AAC7C,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,SAASA,eAAe,QAAQ,oBAAoB;AACpD,cAAc,oBAAoB;AAClC,cAAc,wBAAwB;AACtC,cAAc,yCAAyC;AACvD,cAAc,wBAAwB;AACtC,cAAc,uBAAuB;AACrC,cAAc,yBAAyB;AACvC,cAAc,wBAAwB;AACtC,cAAc,4BAA4B"}
package/mf-manifest.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "TimeSeriesChart",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.6.0",
8
+ "buildVersion": "0.8.0",
9
9
  "buildName": "@perses-dev/timeseries-chart-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/TimeSeriesChart.645380d5.js",
12
+ "name": "__mf/js/TimeSeriesChart.74367dd5.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -94,9 +94,9 @@
94
94
  {
95
95
  "id": "TimeSeriesChart:@perses-dev/components",
96
96
  "name": "@perses-dev/components",
97
- "version": "0.51.0-beta.1",
97
+ "version": "0.51.0-rc.0",
98
98
  "singleton": true,
99
- "requiredVersion": "^0.51.0-beta.1",
99
+ "requiredVersion": "^0.51.0-rc.0",
100
100
  "assets": {
101
101
  "js": {
102
102
  "async": [
@@ -108,7 +108,7 @@
108
108
  "__mf/js/async/75.5952779d.js"
109
109
  ],
110
110
  "sync": [
111
- "__mf/js/async/357.397150dd.js"
111
+ "__mf/js/async/570.87723a1e.js"
112
112
  ]
113
113
  },
114
114
  "css": {
@@ -120,9 +120,9 @@
120
120
  {
121
121
  "id": "TimeSeriesChart:@perses-dev/plugin-system",
122
122
  "name": "@perses-dev/plugin-system",
123
- "version": "0.51.0-beta.1",
123
+ "version": "0.51.0-rc.0",
124
124
  "singleton": true,
125
- "requiredVersion": "^0.51.0-beta.1",
125
+ "requiredVersion": "^0.51.0-rc.0",
126
126
  "assets": {
127
127
  "js": {
128
128
  "async": [
@@ -134,15 +134,16 @@
134
134
  "__mf/js/async/740.67107c3c.js",
135
135
  "__mf/js/async/238.625b8a48.js",
136
136
  "__mf/js/async/75.5952779d.js",
137
- "__mf/js/async/996.7bede0b2.js",
138
- "__mf/js/async/357.397150dd.js",
139
- "__mf/js/async/511.754bc334.js",
137
+ "__mf/js/async/797.f4545195.js",
138
+ "__mf/js/async/476.45fca8d3.js",
139
+ "__mf/js/async/570.87723a1e.js",
140
+ "__mf/js/async/225.8c13dfe9.js",
140
141
  "__mf/js/async/738.0a12bb44.js",
141
- "__mf/js/async/610.b0547671.js",
142
+ "__mf/js/async/409.0647f389.js",
142
143
  "__mf/js/async/981.77f901c0.js"
143
144
  ],
144
145
  "sync": [
145
- "__mf/js/async/162.5d97bc19.js"
146
+ "__mf/js/async/65.86f223c0.js"
146
147
  ]
147
148
  },
148
149
  "css": {
@@ -182,7 +183,7 @@
182
183
  "js": {
183
184
  "async": [],
184
185
  "sync": [
185
- "__mf/js/async/610.b0547671.js"
186
+ "__mf/js/async/409.0647f389.js"
186
187
  ]
187
188
  },
188
189
  "css": {
@@ -281,29 +282,30 @@
281
282
  "assets": {
282
283
  "js": {
283
284
  "sync": [
284
- "__mf/js/async/511.754bc334.js",
285
+ "__mf/js/async/797.f4545195.js",
286
+ "__mf/js/async/225.8c13dfe9.js",
285
287
  "__mf/js/async/780.3fa36115.js",
286
288
  "__mf/js/async/964.8be59ce0.js",
287
- "__mf/js/async/__federation_expose_TimeSeriesChart.a02bcd07.js"
289
+ "__mf/js/async/__federation_expose_TimeSeriesChart.3cb3d239.js"
288
290
  ],
289
291
  "async": [
290
292
  "__mf/js/async/110.e82fda83.js",
291
293
  "__mf/js/async/173.f6f7e45b.js",
292
294
  "__mf/js/async/960.3047096d.js",
293
295
  "__mf/js/async/770.78a741ab.js",
294
- "__mf/js/async/238.625b8a48.js",
295
296
  "__mf/js/async/224.ce414ffb.js",
296
- "__mf/js/async/292.311e6eb0.js",
297
- "__mf/js/async/996.7bede0b2.js",
298
- "__mf/js/async/754.a8adddbc.js",
299
- "__mf/js/async/357.397150dd.js",
300
297
  "__mf/js/async/740.67107c3c.js",
298
+ "__mf/js/async/238.625b8a48.js",
301
299
  "__mf/js/async/75.5952779d.js",
300
+ "__mf/js/async/292.311e6eb0.js",
301
+ "__mf/js/async/755.f76e3538.js",
302
+ "__mf/js/async/476.45fca8d3.js",
303
+ "__mf/js/async/570.87723a1e.js",
302
304
  "__mf/js/async/lib-router.098fc614.js",
303
- "__mf/js/async/162.5d97bc19.js",
305
+ "__mf/js/async/65.86f223c0.js",
304
306
  "__mf/js/async/488.0d0b1a91.js",
305
307
  "__mf/js/async/738.0a12bb44.js",
306
- "__mf/js/async/610.b0547671.js",
308
+ "__mf/js/async/409.0647f389.js",
307
309
  "__mf/js/async/981.77f901c0.js"
308
310
  ]
309
311
  },
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "TimeSeriesChart",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.6.0",
8
+ "buildVersion": "0.8.0",
9
9
  "buildName": "@perses-dev/timeseries-chart-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/TimeSeriesChart.645380d5.js",
12
+ "name": "__mf/js/TimeSeriesChart.74367dd5.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -102,10 +102,10 @@
102
102
  },
103
103
  {
104
104
  "singleton": true,
105
- "requiredVersion": "^0.51.0-beta.1",
105
+ "requiredVersion": "^0.51.0-rc.0",
106
106
  "shareScope": "default",
107
107
  "name": "@perses-dev/components",
108
- "version": "0.51.0-beta.1",
108
+ "version": "0.51.0-rc.0",
109
109
  "eager": false,
110
110
  "id": "TimeSeriesChart:@perses-dev/components",
111
111
  "assets": {
@@ -119,7 +119,7 @@
119
119
  "__mf/js/async/75.5952779d.js"
120
120
  ],
121
121
  "sync": [
122
- "__mf/js/async/357.397150dd.js"
122
+ "__mf/js/async/570.87723a1e.js"
123
123
  ]
124
124
  },
125
125
  "css": {
@@ -133,10 +133,10 @@
133
133
  },
134
134
  {
135
135
  "singleton": true,
136
- "requiredVersion": "^0.51.0-beta.1",
136
+ "requiredVersion": "^0.51.0-rc.0",
137
137
  "shareScope": "default",
138
138
  "name": "@perses-dev/plugin-system",
139
- "version": "0.51.0-beta.1",
139
+ "version": "0.51.0-rc.0",
140
140
  "eager": false,
141
141
  "id": "TimeSeriesChart:@perses-dev/plugin-system",
142
142
  "assets": {
@@ -150,15 +150,16 @@
150
150
  "__mf/js/async/740.67107c3c.js",
151
151
  "__mf/js/async/238.625b8a48.js",
152
152
  "__mf/js/async/75.5952779d.js",
153
- "__mf/js/async/996.7bede0b2.js",
154
- "__mf/js/async/357.397150dd.js",
155
- "__mf/js/async/511.754bc334.js",
153
+ "__mf/js/async/797.f4545195.js",
154
+ "__mf/js/async/476.45fca8d3.js",
155
+ "__mf/js/async/570.87723a1e.js",
156
+ "__mf/js/async/225.8c13dfe9.js",
156
157
  "__mf/js/async/738.0a12bb44.js",
157
- "__mf/js/async/610.b0547671.js",
158
+ "__mf/js/async/409.0647f389.js",
158
159
  "__mf/js/async/981.77f901c0.js"
159
160
  ],
160
161
  "sync": [
161
- "__mf/js/async/162.5d97bc19.js"
162
+ "__mf/js/async/65.86f223c0.js"
162
163
  ]
163
164
  },
164
165
  "css": {
@@ -206,7 +207,7 @@
206
207
  "js": {
207
208
  "async": [],
208
209
  "sync": [
209
- "__mf/js/async/610.b0547671.js"
210
+ "__mf/js/async/409.0647f389.js"
210
211
  ]
211
212
  },
212
213
  "css": {
@@ -309,7 +310,9 @@
309
310
  "sync": []
310
311
  }
311
312
  },
312
- "usedIn": []
313
+ "usedIn": [
314
+ "./TimeSeriesChart"
315
+ ]
313
316
  }
314
317
  ],
315
318
  "remotes": [],
@@ -321,35 +324,37 @@
321
324
  "requires": [
322
325
  "react",
323
326
  "@perses-dev/components",
324
- "@perses-dev/plugin-system"
327
+ "@perses-dev/plugin-system",
328
+ "date-fns-tz"
325
329
  ],
326
330
  "file": "src/TimeSeriesChart.ts",
327
331
  "assets": {
328
332
  "js": {
329
333
  "sync": [
330
- "__mf/js/async/511.754bc334.js",
334
+ "__mf/js/async/797.f4545195.js",
335
+ "__mf/js/async/225.8c13dfe9.js",
331
336
  "__mf/js/async/780.3fa36115.js",
332
337
  "__mf/js/async/964.8be59ce0.js",
333
- "__mf/js/async/__federation_expose_TimeSeriesChart.a02bcd07.js"
338
+ "__mf/js/async/__federation_expose_TimeSeriesChart.3cb3d239.js"
334
339
  ],
335
340
  "async": [
336
341
  "__mf/js/async/110.e82fda83.js",
337
342
  "__mf/js/async/173.f6f7e45b.js",
338
343
  "__mf/js/async/960.3047096d.js",
339
344
  "__mf/js/async/770.78a741ab.js",
340
- "__mf/js/async/238.625b8a48.js",
341
345
  "__mf/js/async/224.ce414ffb.js",
342
- "__mf/js/async/292.311e6eb0.js",
343
- "__mf/js/async/996.7bede0b2.js",
344
- "__mf/js/async/754.a8adddbc.js",
345
- "__mf/js/async/357.397150dd.js",
346
346
  "__mf/js/async/740.67107c3c.js",
347
+ "__mf/js/async/238.625b8a48.js",
347
348
  "__mf/js/async/75.5952779d.js",
349
+ "__mf/js/async/292.311e6eb0.js",
350
+ "__mf/js/async/755.f76e3538.js",
351
+ "__mf/js/async/476.45fca8d3.js",
352
+ "__mf/js/async/570.87723a1e.js",
348
353
  "__mf/js/async/lib-router.098fc614.js",
349
- "__mf/js/async/162.5d97bc19.js",
354
+ "__mf/js/async/65.86f223c0.js",
350
355
  "__mf/js/async/488.0d0b1a91.js",
351
356
  "__mf/js/async/738.0a12bb44.js",
352
- "__mf/js/async/610.b0547671.js",
357
+ "__mf/js/async/409.0647f389.js",
353
358
  "__mf/js/async/981.77f901c0.js"
354
359
  ]
355
360
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/timeseries-chart-plugin",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "scripts": {
5
5
  "dev": "rsbuild dev",
6
6
  "build": "npm run build-mf && concurrently \"npm:build:*\"",
@@ -16,16 +16,15 @@
16
16
  "module": "lib/index.js",
17
17
  "types": "lib/index.d.ts",
18
18
  "dependencies": {
19
- "@module-federation/enhanced": "^0.8.9",
20
19
  "color-hash": "^2.0.2"
21
20
  },
22
21
  "peerDependencies": {
23
22
  "@emotion/react": "^11.7.1",
24
23
  "@emotion/styled": "^11.6.0",
25
24
  "@hookform/resolvers": "^3.2.0",
26
- "@perses-dev/components": "^0.51.0-beta.1",
27
- "@perses-dev/core": "^0.51.0-beta.1",
28
- "@perses-dev/plugin-system": "^0.51.0-beta.1",
25
+ "@perses-dev/components": "^0.51.0-rc.0",
26
+ "@perses-dev/core": "^0.51.0-rc.0",
27
+ "@perses-dev/plugin-system": "^0.51.0-rc.0",
29
28
  "date-fns": "^4.1.0",
30
29
  "date-fns-tz": "^3.2.0",
31
30
  "echarts": "5.5.0",