@perses-dev/pie-chart-plugin 0.6.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 (129) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +41 -0
  3. package/__mf/css/async/263.80005a4a.css +1 -0
  4. package/__mf/css/async/341.80005a4a.css +1 -0
  5. package/__mf/css/async/759.80005a4a.css +1 -0
  6. package/__mf/font/lato-all-300-normal.322bdf14.woff +0 -0
  7. package/__mf/font/lato-all-400-normal.63513b00.woff +0 -0
  8. package/__mf/font/lato-all-700-normal.bb27db94.woff +0 -0
  9. package/__mf/font/lato-all-900-normal.a27049a3.woff +0 -0
  10. package/__mf/font/lato-latin-300-normal.c5195215.woff2 +0 -0
  11. package/__mf/font/lato-latin-400-normal.b7ffde23.woff2 +0 -0
  12. package/__mf/font/lato-latin-700-normal.d5eb20bc.woff2 +0 -0
  13. package/__mf/font/lato-latin-900-normal.d884a71c.woff2 +0 -0
  14. package/__mf/font/lato-latin-ext-300-normal.abcc64a9.woff2 +0 -0
  15. package/__mf/font/lato-latin-ext-400-normal.6ebed106.woff2 +0 -0
  16. package/__mf/font/lato-latin-ext-700-normal.8697d1d5.woff2 +0 -0
  17. package/__mf/font/lato-latin-ext-900-normal.20a2b415.woff2 +0 -0
  18. package/__mf/js/693.77ca36d8.js +5 -0
  19. package/__mf/js/PieChart.9e5c2bf5.js +5 -0
  20. package/__mf/js/async/162.668ea958.js +73 -0
  21. package/__mf/js/async/162.668ea958.js.LICENSE.txt +19 -0
  22. package/__mf/js/async/173.ee70b493.js +2 -0
  23. package/__mf/js/async/173.ee70b493.js.LICENSE.txt +19 -0
  24. package/__mf/js/async/214.df2e7807.js +1 -0
  25. package/__mf/js/async/224.dbeed4db.js +1 -0
  26. package/__mf/js/async/238.5287310b.js +1 -0
  27. package/__mf/js/async/292.f278784e.js +1 -0
  28. package/__mf/js/async/331.a0d6355f.js +2 -0
  29. package/__mf/js/async/331.a0d6355f.js.LICENSE.txt +21 -0
  30. package/__mf/js/async/36.ac56ec70.js +38 -0
  31. package/__mf/js/async/360.fdc4e499.js +29 -0
  32. package/__mf/js/async/360.fdc4e499.js.LICENSE.txt +37 -0
  33. package/__mf/js/async/488.0fc5dcbb.js +1 -0
  34. package/__mf/js/async/610.8c8cf7f2.js +1 -0
  35. package/__mf/js/async/620.9a73a66b.js +2 -0
  36. package/__mf/js/async/620.9a73a66b.js.LICENSE.txt +9 -0
  37. package/__mf/js/async/651.a1042e18.js +1 -0
  38. package/__mf/js/async/656.5efccb26.js +1 -0
  39. package/__mf/js/async/694.b227b636.js +1 -0
  40. package/__mf/js/async/707.55fda5d1.js +1 -0
  41. package/__mf/js/async/738.4ac98841.js +1 -0
  42. package/__mf/js/async/740.b86dfa00.js +1 -0
  43. package/__mf/js/async/75.905151a5.js +1 -0
  44. package/__mf/js/async/770.93415255.js +1 -0
  45. package/__mf/js/async/960.208437e1.js +2 -0
  46. package/__mf/js/async/960.208437e1.js.LICENSE.txt +8 -0
  47. package/__mf/js/async/964.6df60c3e.js +2 -0
  48. package/__mf/js/async/964.6df60c3e.js.LICENSE.txt +9 -0
  49. package/__mf/js/async/973.74031340.js +110 -0
  50. package/__mf/js/async/973.74031340.js.LICENSE.txt +27 -0
  51. package/__mf/js/async/981.3ecbf5ea.js +2 -0
  52. package/__mf/js/async/981.3ecbf5ea.js.LICENSE.txt +8 -0
  53. package/__mf/js/async/996.9e160813.js +2 -0
  54. package/__mf/js/async/996.9e160813.js.LICENSE.txt +24 -0
  55. package/__mf/js/async/__federation_expose_PieChart.f03b1180.js +1 -0
  56. package/__mf/js/async/lib-router.d29f3ef0.js +2 -0
  57. package/__mf/js/async/lib-router.d29f3ef0.js.LICENSE.txt +32 -0
  58. package/__mf/js/main.518abb8d.js +1 -0
  59. package/lib/PieChart.d.ts +8 -0
  60. package/lib/PieChart.d.ts.map +1 -0
  61. package/lib/PieChart.js +32 -0
  62. package/lib/PieChart.js.map +1 -0
  63. package/lib/PieChartOptionsEditorSettings.d.ts +4 -0
  64. package/lib/PieChartOptionsEditorSettings.d.ts.map +1 -0
  65. package/lib/PieChartOptionsEditorSettings.js +104 -0
  66. package/lib/PieChartOptionsEditorSettings.js.map +1 -0
  67. package/lib/PieChartPanel.d.ts +7 -0
  68. package/lib/PieChartPanel.d.ts.map +1 -0
  69. package/lib/PieChartPanel.js +164 -0
  70. package/lib/PieChartPanel.js.map +1 -0
  71. package/lib/bootstrap.d.ts +2 -0
  72. package/lib/bootstrap.d.ts.map +1 -0
  73. package/lib/bootstrap.js +19 -0
  74. package/lib/bootstrap.js.map +1 -0
  75. package/lib/cjs/PieChart.js +38 -0
  76. package/lib/cjs/PieChartOptionsEditorSettings.js +117 -0
  77. package/lib/cjs/PieChartPanel.js +177 -0
  78. package/lib/cjs/bootstrap.js +26 -0
  79. package/lib/cjs/env.d.js +14 -0
  80. package/lib/cjs/getPluginModule.js +27 -0
  81. package/lib/cjs/index-federation.js +55 -0
  82. package/lib/cjs/index.js +31 -0
  83. package/lib/cjs/model.js +16 -0
  84. package/lib/cjs/palette-gen.js +75 -0
  85. package/lib/cjs/palette.js +83 -0
  86. package/lib/cjs/pie-chart-model.js +114 -0
  87. package/lib/cjs/setup-tests.js +19 -0
  88. package/lib/cjs/utils.js +72 -0
  89. package/lib/env.d.js +15 -0
  90. package/lib/env.d.js.map +1 -0
  91. package/lib/getPluginModule.d.ts +6 -0
  92. package/lib/getPluginModule.d.ts.map +1 -0
  93. package/lib/getPluginModule.js +16 -0
  94. package/lib/getPluginModule.js.map +1 -0
  95. package/lib/index-federation.d.ts +1 -0
  96. package/lib/index-federation.d.ts.map +1 -0
  97. package/lib/index-federation.js +15 -0
  98. package/lib/index-federation.js.map +1 -0
  99. package/lib/index.d.ts +9 -0
  100. package/lib/index.d.ts.map +1 -0
  101. package/lib/index.js +10 -0
  102. package/lib/index.js.map +1 -0
  103. package/lib/model.d.ts +20 -0
  104. package/lib/model.d.ts.map +1 -0
  105. package/lib/model.js +15 -0
  106. package/lib/model.js.map +1 -0
  107. package/lib/palette-gen.d.ts +25 -0
  108. package/lib/palette-gen.d.ts.map +1 -0
  109. package/lib/palette-gen.js +62 -0
  110. package/lib/palette-gen.js.map +1 -0
  111. package/lib/palette.d.ts +6 -0
  112. package/lib/palette.d.ts.map +1 -0
  113. package/lib/palette.js +64 -0
  114. package/lib/palette.js.map +1 -0
  115. package/lib/pie-chart-model.d.ts +71 -0
  116. package/lib/pie-chart-model.d.ts.map +1 -0
  117. package/lib/pie-chart-model.js +71 -0
  118. package/lib/pie-chart-model.js.map +1 -0
  119. package/lib/setup-tests.d.ts +2 -0
  120. package/lib/setup-tests.d.ts.map +1 -0
  121. package/lib/setup-tests.js +17 -0
  122. package/lib/setup-tests.js.map +1 -0
  123. package/lib/utils.d.ts +7 -0
  124. package/lib/utils.d.ts.map +1 -0
  125. package/lib/utils.js +56 -0
  126. package/lib/utils.js.map +1 -0
  127. package/mf-manifest.json +321 -0
  128. package/mf-stats.json +366 -0
  129. package/package.json +53 -0
@@ -0,0 +1,321 @@
1
+ {
2
+ "id": "PieChart",
3
+ "name": "PieChart",
4
+ "metaData": {
5
+ "name": "PieChart",
6
+ "type": "app",
7
+ "buildInfo": {
8
+ "buildVersion": "0.6.0",
9
+ "buildName": "@perses-dev/pie-chart-plugin"
10
+ },
11
+ "remoteEntry": {
12
+ "name": "__mf/js/PieChart.9e5c2bf5.js",
13
+ "path": "",
14
+ "type": "global"
15
+ },
16
+ "types": {
17
+ "path": "",
18
+ "name": "",
19
+ "zip": "",
20
+ "api": ""
21
+ },
22
+ "globalName": "PieChart",
23
+ "pluginVersion": "0.11.2",
24
+ "prefetchInterface": false,
25
+ "publicPath": "/plugins/PieChart/"
26
+ },
27
+ "shared": [
28
+ {
29
+ "id": "PieChart:@emotion/react",
30
+ "name": "@emotion/react",
31
+ "version": "11.14.0",
32
+ "singleton": true,
33
+ "requiredVersion": "^11.11.3",
34
+ "assets": {
35
+ "js": {
36
+ "async": [
37
+ "__mf/js/async/964.6df60c3e.js"
38
+ ],
39
+ "sync": [
40
+ "__mf/js/async/960.208437e1.js"
41
+ ]
42
+ },
43
+ "css": {
44
+ "async": [],
45
+ "sync": []
46
+ }
47
+ }
48
+ },
49
+ {
50
+ "id": "PieChart:@emotion/styled",
51
+ "name": "@emotion/styled",
52
+ "version": "11.14.0",
53
+ "singleton": true,
54
+ "requiredVersion": "^11.14.0",
55
+ "assets": {
56
+ "js": {
57
+ "async": [
58
+ "__mf/js/async/964.6df60c3e.js",
59
+ "__mf/js/async/960.208437e1.js"
60
+ ],
61
+ "sync": [
62
+ "__mf/js/async/694.b227b636.js",
63
+ "__mf/js/async/770.93415255.js"
64
+ ]
65
+ },
66
+ "css": {
67
+ "async": [],
68
+ "sync": []
69
+ }
70
+ }
71
+ },
72
+ {
73
+ "id": "PieChart:@hookform/resolvers",
74
+ "name": "@hookform/resolvers",
75
+ "version": "3.10.0",
76
+ "singleton": true,
77
+ "requiredVersion": "^3.10.0",
78
+ "assets": {
79
+ "js": {
80
+ "async": [
81
+ "__mf/js/async/964.6df60c3e.js"
82
+ ],
83
+ "sync": [
84
+ "__mf/js/async/214.df2e7807.js",
85
+ "__mf/js/async/738.4ac98841.js"
86
+ ]
87
+ },
88
+ "css": {
89
+ "async": [],
90
+ "sync": []
91
+ }
92
+ }
93
+ },
94
+ {
95
+ "id": "PieChart:@perses-dev/components",
96
+ "name": "@perses-dev/components",
97
+ "version": "0.51.0-beta.1",
98
+ "singleton": true,
99
+ "requiredVersion": "^0.51.0-beta.1",
100
+ "assets": {
101
+ "js": {
102
+ "async": [
103
+ "__mf/js/async/964.6df60c3e.js",
104
+ "__mf/js/async/173.ee70b493.js",
105
+ "__mf/js/async/960.208437e1.js",
106
+ "__mf/js/async/770.93415255.js",
107
+ "__mf/js/async/740.b86dfa00.js",
108
+ "__mf/js/async/75.905151a5.js"
109
+ ],
110
+ "sync": [
111
+ "__mf/js/async/360.fdc4e499.js"
112
+ ]
113
+ },
114
+ "css": {
115
+ "async": [],
116
+ "sync": []
117
+ }
118
+ }
119
+ },
120
+ {
121
+ "id": "PieChart:@perses-dev/plugin-system",
122
+ "name": "@perses-dev/plugin-system",
123
+ "version": "0.51.0-beta.1",
124
+ "singleton": true,
125
+ "requiredVersion": "^0.51.0-beta.1",
126
+ "assets": {
127
+ "js": {
128
+ "async": [
129
+ "__mf/js/async/964.6df60c3e.js",
130
+ "__mf/js/async/173.ee70b493.js",
131
+ "__mf/js/async/960.208437e1.js",
132
+ "__mf/js/async/770.93415255.js",
133
+ "__mf/js/async/224.dbeed4db.js",
134
+ "__mf/js/async/740.b86dfa00.js",
135
+ "__mf/js/async/238.5287310b.js",
136
+ "__mf/js/async/75.905151a5.js",
137
+ "__mf/js/async/996.9e160813.js",
138
+ "__mf/js/async/360.fdc4e499.js",
139
+ "__mf/js/async/331.a0d6355f.js",
140
+ "__mf/js/async/738.4ac98841.js",
141
+ "__mf/js/async/610.8c8cf7f2.js",
142
+ "__mf/js/async/981.3ecbf5ea.js"
143
+ ],
144
+ "sync": [
145
+ "__mf/js/async/162.668ea958.js"
146
+ ]
147
+ },
148
+ "css": {
149
+ "async": [
150
+ "__mf/css/async/263.80005a4a.css"
151
+ ],
152
+ "sync": []
153
+ }
154
+ }
155
+ },
156
+ {
157
+ "id": "PieChart:date-fns",
158
+ "name": "date-fns",
159
+ "version": "4.1.0",
160
+ "singleton": true,
161
+ "requiredVersion": "^4.1.0",
162
+ "assets": {
163
+ "js": {
164
+ "async": [],
165
+ "sync": [
166
+ "__mf/js/async/75.905151a5.js"
167
+ ]
168
+ },
169
+ "css": {
170
+ "async": [],
171
+ "sync": []
172
+ }
173
+ }
174
+ },
175
+ {
176
+ "id": "PieChart:echarts",
177
+ "name": "echarts",
178
+ "version": "5.5.0",
179
+ "singleton": true,
180
+ "requiredVersion": "^undefined",
181
+ "assets": {
182
+ "js": {
183
+ "async": [],
184
+ "sync": [
185
+ "__mf/js/async/610.8c8cf7f2.js"
186
+ ]
187
+ },
188
+ "css": {
189
+ "async": [],
190
+ "sync": []
191
+ }
192
+ }
193
+ },
194
+ {
195
+ "id": "PieChart:lodash",
196
+ "name": "lodash",
197
+ "version": "4.17.21",
198
+ "singleton": true,
199
+ "requiredVersion": "^4.17.21",
200
+ "assets": {
201
+ "js": {
202
+ "async": [],
203
+ "sync": [
204
+ "__mf/js/async/981.3ecbf5ea.js"
205
+ ]
206
+ },
207
+ "css": {
208
+ "async": [],
209
+ "sync": []
210
+ }
211
+ }
212
+ },
213
+ {
214
+ "id": "PieChart:react-dom",
215
+ "name": "react-dom",
216
+ "version": "18.3.1",
217
+ "singleton": true,
218
+ "requiredVersion": "18.2.0",
219
+ "assets": {
220
+ "js": {
221
+ "async": [
222
+ "__mf/js/async/964.6df60c3e.js"
223
+ ],
224
+ "sync": [
225
+ "__mf/js/async/173.ee70b493.js"
226
+ ]
227
+ },
228
+ "css": {
229
+ "async": [],
230
+ "sync": []
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "id": "PieChart:react",
236
+ "name": "react",
237
+ "version": "18.3.1",
238
+ "singleton": true,
239
+ "requiredVersion": "18.2.0",
240
+ "assets": {
241
+ "js": {
242
+ "async": [],
243
+ "sync": [
244
+ "__mf/js/async/964.6df60c3e.js"
245
+ ]
246
+ },
247
+ "css": {
248
+ "async": [],
249
+ "sync": []
250
+ }
251
+ }
252
+ },
253
+ {
254
+ "id": "PieChart:date-fns-tz",
255
+ "name": "date-fns-tz",
256
+ "version": "3.2.0",
257
+ "singleton": true,
258
+ "requiredVersion": "^3.2.0",
259
+ "assets": {
260
+ "js": {
261
+ "async": [
262
+ "__mf/js/async/238.5287310b.js",
263
+ "__mf/js/async/75.905151a5.js"
264
+ ],
265
+ "sync": [
266
+ "__mf/js/async/740.b86dfa00.js"
267
+ ]
268
+ },
269
+ "css": {
270
+ "async": [],
271
+ "sync": []
272
+ }
273
+ }
274
+ }
275
+ ],
276
+ "remotes": [],
277
+ "exposes": [
278
+ {
279
+ "id": "PieChart:PieChart",
280
+ "name": "PieChart",
281
+ "assets": {
282
+ "js": {
283
+ "sync": [
284
+ "__mf/js/async/973.74031340.js",
285
+ "__mf/js/async/331.a0d6355f.js",
286
+ "__mf/js/async/707.55fda5d1.js",
287
+ "__mf/js/async/__federation_expose_PieChart.f03b1180.js"
288
+ ],
289
+ "async": [
290
+ "__mf/js/async/964.6df60c3e.js",
291
+ "__mf/js/async/960.208437e1.js",
292
+ "__mf/js/async/770.93415255.js",
293
+ "__mf/js/async/lib-router.d29f3ef0.js",
294
+ "__mf/js/async/292.f278784e.js",
295
+ "__mf/js/async/36.ac56ec70.js",
296
+ "__mf/js/async/162.668ea958.js",
297
+ "__mf/js/async/488.0fc5dcbb.js",
298
+ "__mf/js/async/238.5287310b.js",
299
+ "__mf/js/async/224.dbeed4db.js",
300
+ "__mf/js/async/996.9e160813.js",
301
+ "__mf/js/async/360.fdc4e499.js",
302
+ "__mf/js/async/738.4ac98841.js",
303
+ "__mf/js/async/173.ee70b493.js",
304
+ "__mf/js/async/75.905151a5.js",
305
+ "__mf/js/async/610.8c8cf7f2.js",
306
+ "__mf/js/async/740.b86dfa00.js",
307
+ "__mf/js/async/981.3ecbf5ea.js"
308
+ ]
309
+ },
310
+ "css": {
311
+ "sync": [],
312
+ "async": [
313
+ "__mf/css/async/263.80005a4a.css",
314
+ "__mf/css/async/341.80005a4a.css"
315
+ ]
316
+ }
317
+ },
318
+ "path": "./PieChart"
319
+ }
320
+ ]
321
+ }
package/mf-stats.json ADDED
@@ -0,0 +1,366 @@
1
+ {
2
+ "id": "PieChart",
3
+ "name": "PieChart",
4
+ "metaData": {
5
+ "name": "PieChart",
6
+ "type": "app",
7
+ "buildInfo": {
8
+ "buildVersion": "0.6.0",
9
+ "buildName": "@perses-dev/pie-chart-plugin"
10
+ },
11
+ "remoteEntry": {
12
+ "name": "__mf/js/PieChart.9e5c2bf5.js",
13
+ "path": "",
14
+ "type": "global"
15
+ },
16
+ "types": {
17
+ "path": "",
18
+ "name": "",
19
+ "zip": "",
20
+ "api": ""
21
+ },
22
+ "globalName": "PieChart",
23
+ "pluginVersion": "0.11.2",
24
+ "prefetchInterface": false,
25
+ "publicPath": "/plugins/PieChart/"
26
+ },
27
+ "shared": [
28
+ {
29
+ "singleton": true,
30
+ "requiredVersion": "^11.11.3",
31
+ "shareScope": "default",
32
+ "name": "@emotion/react",
33
+ "version": "11.14.0",
34
+ "eager": false,
35
+ "id": "PieChart:@emotion/react",
36
+ "assets": {
37
+ "js": {
38
+ "async": [
39
+ "__mf/js/async/964.6df60c3e.js"
40
+ ],
41
+ "sync": [
42
+ "__mf/js/async/960.208437e1.js"
43
+ ]
44
+ },
45
+ "css": {
46
+ "async": [],
47
+ "sync": []
48
+ }
49
+ },
50
+ "usedIn": []
51
+ },
52
+ {
53
+ "singleton": true,
54
+ "requiredVersion": "^11.14.0",
55
+ "shareScope": "default",
56
+ "name": "@emotion/styled",
57
+ "version": "11.14.0",
58
+ "eager": false,
59
+ "id": "PieChart:@emotion/styled",
60
+ "assets": {
61
+ "js": {
62
+ "async": [
63
+ "__mf/js/async/964.6df60c3e.js",
64
+ "__mf/js/async/960.208437e1.js"
65
+ ],
66
+ "sync": [
67
+ "__mf/js/async/694.b227b636.js",
68
+ "__mf/js/async/770.93415255.js"
69
+ ]
70
+ },
71
+ "css": {
72
+ "async": [],
73
+ "sync": []
74
+ }
75
+ },
76
+ "usedIn": []
77
+ },
78
+ {
79
+ "singleton": true,
80
+ "requiredVersion": "^3.10.0",
81
+ "shareScope": "default",
82
+ "name": "@hookform/resolvers",
83
+ "version": "3.10.0",
84
+ "eager": false,
85
+ "id": "PieChart:@hookform/resolvers",
86
+ "assets": {
87
+ "js": {
88
+ "async": [
89
+ "__mf/js/async/964.6df60c3e.js"
90
+ ],
91
+ "sync": [
92
+ "__mf/js/async/214.df2e7807.js",
93
+ "__mf/js/async/738.4ac98841.js"
94
+ ]
95
+ },
96
+ "css": {
97
+ "async": [],
98
+ "sync": []
99
+ }
100
+ },
101
+ "usedIn": []
102
+ },
103
+ {
104
+ "singleton": true,
105
+ "requiredVersion": "^0.51.0-beta.1",
106
+ "shareScope": "default",
107
+ "name": "@perses-dev/components",
108
+ "version": "0.51.0-beta.1",
109
+ "eager": false,
110
+ "id": "PieChart:@perses-dev/components",
111
+ "assets": {
112
+ "js": {
113
+ "async": [
114
+ "__mf/js/async/964.6df60c3e.js",
115
+ "__mf/js/async/173.ee70b493.js",
116
+ "__mf/js/async/960.208437e1.js",
117
+ "__mf/js/async/770.93415255.js",
118
+ "__mf/js/async/740.b86dfa00.js",
119
+ "__mf/js/async/75.905151a5.js"
120
+ ],
121
+ "sync": [
122
+ "__mf/js/async/360.fdc4e499.js"
123
+ ]
124
+ },
125
+ "css": {
126
+ "async": [],
127
+ "sync": []
128
+ }
129
+ },
130
+ "usedIn": [
131
+ "./PieChart"
132
+ ]
133
+ },
134
+ {
135
+ "singleton": true,
136
+ "requiredVersion": "^0.51.0-beta.1",
137
+ "shareScope": "default",
138
+ "name": "@perses-dev/plugin-system",
139
+ "version": "0.51.0-beta.1",
140
+ "eager": false,
141
+ "id": "PieChart:@perses-dev/plugin-system",
142
+ "assets": {
143
+ "js": {
144
+ "async": [
145
+ "__mf/js/async/964.6df60c3e.js",
146
+ "__mf/js/async/173.ee70b493.js",
147
+ "__mf/js/async/960.208437e1.js",
148
+ "__mf/js/async/770.93415255.js",
149
+ "__mf/js/async/224.dbeed4db.js",
150
+ "__mf/js/async/740.b86dfa00.js",
151
+ "__mf/js/async/238.5287310b.js",
152
+ "__mf/js/async/75.905151a5.js",
153
+ "__mf/js/async/996.9e160813.js",
154
+ "__mf/js/async/360.fdc4e499.js",
155
+ "__mf/js/async/331.a0d6355f.js",
156
+ "__mf/js/async/738.4ac98841.js",
157
+ "__mf/js/async/610.8c8cf7f2.js",
158
+ "__mf/js/async/981.3ecbf5ea.js"
159
+ ],
160
+ "sync": [
161
+ "__mf/js/async/162.668ea958.js"
162
+ ]
163
+ },
164
+ "css": {
165
+ "async": [
166
+ "__mf/css/async/263.80005a4a.css"
167
+ ],
168
+ "sync": []
169
+ }
170
+ },
171
+ "usedIn": [
172
+ "./PieChart"
173
+ ]
174
+ },
175
+ {
176
+ "singleton": true,
177
+ "requiredVersion": "^4.1.0",
178
+ "shareScope": "default",
179
+ "name": "date-fns",
180
+ "version": "4.1.0",
181
+ "eager": false,
182
+ "id": "PieChart:date-fns",
183
+ "assets": {
184
+ "js": {
185
+ "async": [],
186
+ "sync": [
187
+ "__mf/js/async/75.905151a5.js"
188
+ ]
189
+ },
190
+ "css": {
191
+ "async": [],
192
+ "sync": []
193
+ }
194
+ },
195
+ "usedIn": []
196
+ },
197
+ {
198
+ "singleton": true,
199
+ "requiredVersion": "^undefined",
200
+ "shareScope": "default",
201
+ "name": "echarts",
202
+ "version": "5.5.0",
203
+ "eager": false,
204
+ "id": "PieChart:echarts",
205
+ "assets": {
206
+ "js": {
207
+ "async": [],
208
+ "sync": [
209
+ "__mf/js/async/610.8c8cf7f2.js"
210
+ ]
211
+ },
212
+ "css": {
213
+ "async": [],
214
+ "sync": []
215
+ }
216
+ },
217
+ "usedIn": []
218
+ },
219
+ {
220
+ "singleton": true,
221
+ "requiredVersion": "^4.17.21",
222
+ "shareScope": "default",
223
+ "name": "lodash",
224
+ "version": "4.17.21",
225
+ "eager": false,
226
+ "id": "PieChart:lodash",
227
+ "assets": {
228
+ "js": {
229
+ "async": [],
230
+ "sync": [
231
+ "__mf/js/async/981.3ecbf5ea.js"
232
+ ]
233
+ },
234
+ "css": {
235
+ "async": [],
236
+ "sync": []
237
+ }
238
+ },
239
+ "usedIn": []
240
+ },
241
+ {
242
+ "singleton": true,
243
+ "requiredVersion": "18.2.0",
244
+ "shareScope": "default",
245
+ "name": "react-dom",
246
+ "version": "18.3.1",
247
+ "eager": false,
248
+ "id": "PieChart:react-dom",
249
+ "assets": {
250
+ "js": {
251
+ "async": [
252
+ "__mf/js/async/964.6df60c3e.js"
253
+ ],
254
+ "sync": [
255
+ "__mf/js/async/173.ee70b493.js"
256
+ ]
257
+ },
258
+ "css": {
259
+ "async": [],
260
+ "sync": []
261
+ }
262
+ },
263
+ "usedIn": []
264
+ },
265
+ {
266
+ "singleton": true,
267
+ "requiredVersion": "18.2.0",
268
+ "shareScope": "default",
269
+ "name": "react",
270
+ "version": "18.3.1",
271
+ "eager": false,
272
+ "id": "PieChart:react",
273
+ "assets": {
274
+ "js": {
275
+ "async": [],
276
+ "sync": [
277
+ "__mf/js/async/964.6df60c3e.js"
278
+ ]
279
+ },
280
+ "css": {
281
+ "async": [],
282
+ "sync": []
283
+ }
284
+ },
285
+ "usedIn": [
286
+ "./PieChart"
287
+ ]
288
+ },
289
+ {
290
+ "singleton": true,
291
+ "requiredVersion": "^3.2.0",
292
+ "shareScope": "default",
293
+ "name": "date-fns-tz",
294
+ "version": "3.2.0",
295
+ "eager": false,
296
+ "id": "PieChart:date-fns-tz",
297
+ "assets": {
298
+ "js": {
299
+ "async": [
300
+ "__mf/js/async/238.5287310b.js",
301
+ "__mf/js/async/75.905151a5.js"
302
+ ],
303
+ "sync": [
304
+ "__mf/js/async/740.b86dfa00.js"
305
+ ]
306
+ },
307
+ "css": {
308
+ "async": [],
309
+ "sync": []
310
+ }
311
+ },
312
+ "usedIn": []
313
+ }
314
+ ],
315
+ "remotes": [],
316
+ "exposes": [
317
+ {
318
+ "path": "./PieChart",
319
+ "id": "PieChart:PieChart",
320
+ "name": "PieChart",
321
+ "requires": [
322
+ "react",
323
+ "@perses-dev/plugin-system",
324
+ "@perses-dev/components"
325
+ ],
326
+ "file": "src/PieChart.ts",
327
+ "assets": {
328
+ "js": {
329
+ "sync": [
330
+ "__mf/js/async/973.74031340.js",
331
+ "__mf/js/async/331.a0d6355f.js",
332
+ "__mf/js/async/707.55fda5d1.js",
333
+ "__mf/js/async/__federation_expose_PieChart.f03b1180.js"
334
+ ],
335
+ "async": [
336
+ "__mf/js/async/964.6df60c3e.js",
337
+ "__mf/js/async/960.208437e1.js",
338
+ "__mf/js/async/770.93415255.js",
339
+ "__mf/js/async/lib-router.d29f3ef0.js",
340
+ "__mf/js/async/292.f278784e.js",
341
+ "__mf/js/async/36.ac56ec70.js",
342
+ "__mf/js/async/162.668ea958.js",
343
+ "__mf/js/async/488.0fc5dcbb.js",
344
+ "__mf/js/async/238.5287310b.js",
345
+ "__mf/js/async/224.dbeed4db.js",
346
+ "__mf/js/async/996.9e160813.js",
347
+ "__mf/js/async/360.fdc4e499.js",
348
+ "__mf/js/async/738.4ac98841.js",
349
+ "__mf/js/async/173.ee70b493.js",
350
+ "__mf/js/async/75.905151a5.js",
351
+ "__mf/js/async/610.8c8cf7f2.js",
352
+ "__mf/js/async/740.b86dfa00.js",
353
+ "__mf/js/async/981.3ecbf5ea.js"
354
+ ]
355
+ },
356
+ "css": {
357
+ "sync": [],
358
+ "async": [
359
+ "__mf/css/async/263.80005a4a.css",
360
+ "__mf/css/async/341.80005a4a.css"
361
+ ]
362
+ }
363
+ }
364
+ }
365
+ ]
366
+ }