@ms-cloudpack/overlay 0.19.51 → 0.19.52
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/NOTICE.txt +618 -0
- package/dist/browser-esm/198.chunk.js +1 -1
- package/dist/browser-esm/198.chunk.js.map +1 -1
- package/dist/browser-esm/240.chunk.js +1 -1
- package/dist/browser-esm/{497.chunk.js → 314.chunk.js} +2 -2
- package/dist/browser-esm/{497.chunk.js.map → 314.chunk.js.map} +1 -1
- package/dist/browser-esm/lib/index.js +1 -1
- package/dist/browser-esm/lib/index.js.map +1 -1
- package/lib/components/Button/Button.d.ts +1 -2
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/StatusDialog/StatusDialog.d.ts.map +1 -1
- package/lib/components/StatusDialog/StatusDialog.js.map +1 -1
- package/package.json +5 -4
package/NOTICE.txt
ADDED
|
@@ -0,0 +1,618 @@
|
|
|
1
|
+
NOTICES
|
|
2
|
+
|
|
3
|
+
This package incorporates material as listed below or described in the code.
|
|
4
|
+
|
|
5
|
+
----
|
|
6
|
+
|
|
7
|
+
@babel/runtime 7.28.4 - MIT
|
|
8
|
+
https://github.com/babel/babel.git
|
|
9
|
+
|
|
10
|
+
Author: The Babel Team (https://babel.dev/team)
|
|
11
|
+
|
|
12
|
+
MIT License
|
|
13
|
+
|
|
14
|
+
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
15
|
+
|
|
16
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
17
|
+
a copy of this software and associated documentation files (the
|
|
18
|
+
"Software"), to deal in the Software without restriction, including
|
|
19
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
20
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
21
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
22
|
+
the following conditions:
|
|
23
|
+
|
|
24
|
+
The above copyright notice and this permission notice shall be
|
|
25
|
+
included in all copies or substantial portions of the Software.
|
|
26
|
+
|
|
27
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
28
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
29
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
30
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
31
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
32
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
33
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
34
|
+
|
|
35
|
+
----
|
|
36
|
+
|
|
37
|
+
@preact/compat 18.3.1 - MIT
|
|
38
|
+
preactjs/compat-alias-package
|
|
39
|
+
|
|
40
|
+
Author: Preact Team <team@preactjs.com>
|
|
41
|
+
|
|
42
|
+
The MIT License (MIT)
|
|
43
|
+
|
|
44
|
+
Copyright (c) 2019-present Preact Team
|
|
45
|
+
|
|
46
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
47
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
48
|
+
in the Software without restriction, including without limitation the rights
|
|
49
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
50
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
51
|
+
furnished to do so, subject to the following conditions:
|
|
52
|
+
|
|
53
|
+
The above copyright notice and this permission notice shall be included in all
|
|
54
|
+
copies or substantial portions of the Software.
|
|
55
|
+
|
|
56
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
57
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
58
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
59
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
60
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
61
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
62
|
+
SOFTWARE.
|
|
63
|
+
|
|
64
|
+
----
|
|
65
|
+
|
|
66
|
+
@trpc/client 11.7.0 - MIT
|
|
67
|
+
git+https://github.com/trpc/trpc.git
|
|
68
|
+
|
|
69
|
+
Author: KATT
|
|
70
|
+
|
|
71
|
+
MIT License
|
|
72
|
+
|
|
73
|
+
Copyright (c) 2023 Alex Johansson
|
|
74
|
+
|
|
75
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
76
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
77
|
+
in the Software without restriction, including without limitation the rights
|
|
78
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
79
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
80
|
+
furnished to do so, subject to the following conditions:
|
|
81
|
+
|
|
82
|
+
The above copyright notice and this permission notice shall be included in all
|
|
83
|
+
copies or substantial portions of the Software.
|
|
84
|
+
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
86
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
87
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
88
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
89
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
90
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
91
|
+
SOFTWARE.
|
|
92
|
+
|
|
93
|
+
----
|
|
94
|
+
|
|
95
|
+
@trpc/server 11.7.0 - MIT
|
|
96
|
+
git+https://github.com/trpc/trpc.git
|
|
97
|
+
|
|
98
|
+
Author: KATT
|
|
99
|
+
|
|
100
|
+
MIT License
|
|
101
|
+
|
|
102
|
+
Copyright (c) 2023 Alex Johansson
|
|
103
|
+
|
|
104
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
105
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
106
|
+
in the Software without restriction, including without limitation the rights
|
|
107
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
108
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
109
|
+
furnished to do so, subject to the following conditions:
|
|
110
|
+
|
|
111
|
+
The above copyright notice and this permission notice shall be included in all
|
|
112
|
+
copies or substantial portions of the Software.
|
|
113
|
+
|
|
114
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
115
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
116
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
117
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
118
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
119
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
120
|
+
SOFTWARE.
|
|
121
|
+
|
|
122
|
+
----
|
|
123
|
+
|
|
124
|
+
aria-hidden 1.2.6 - MIT
|
|
125
|
+
git+https://github.com/theKashey/aria-hidden.git
|
|
126
|
+
|
|
127
|
+
Author: Anton Korzunov <thekashey@gmail.com>
|
|
128
|
+
|
|
129
|
+
MIT License
|
|
130
|
+
|
|
131
|
+
Copyright (c) 2017 Anton Korzunov
|
|
132
|
+
|
|
133
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
134
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
135
|
+
in the Software without restriction, including without limitation the rights
|
|
136
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
137
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
138
|
+
furnished to do so, subject to the following conditions:
|
|
139
|
+
|
|
140
|
+
The above copyright notice and this permission notice shall be included in all
|
|
141
|
+
copies or substantial portions of the Software.
|
|
142
|
+
|
|
143
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
144
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
145
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
146
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
147
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
148
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
149
|
+
SOFTWARE.
|
|
150
|
+
|
|
151
|
+
----
|
|
152
|
+
|
|
153
|
+
classnames 2.5.1 - MIT
|
|
154
|
+
git+https://github.com/JedWatson/classnames.git
|
|
155
|
+
|
|
156
|
+
Author: Jed Watson
|
|
157
|
+
|
|
158
|
+
The MIT License (MIT)
|
|
159
|
+
|
|
160
|
+
Copyright (c) 2018 Jed Watson
|
|
161
|
+
|
|
162
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
163
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
164
|
+
in the Software without restriction, including without limitation the rights
|
|
165
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
166
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
167
|
+
furnished to do so, subject to the following conditions:
|
|
168
|
+
|
|
169
|
+
The above copyright notice and this permission notice shall be included in all
|
|
170
|
+
copies or substantial portions of the Software.
|
|
171
|
+
|
|
172
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
173
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
174
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
175
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
176
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
177
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
178
|
+
SOFTWARE.
|
|
179
|
+
|
|
180
|
+
----
|
|
181
|
+
|
|
182
|
+
css-loader 7.1.2 - MIT
|
|
183
|
+
webpack-contrib/css-loader
|
|
184
|
+
|
|
185
|
+
Author: Tobias Koppers @sokra
|
|
186
|
+
|
|
187
|
+
Copyright JS Foundation and other contributors
|
|
188
|
+
|
|
189
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
190
|
+
a copy of this software and associated documentation files (the
|
|
191
|
+
'Software'), to deal in the Software without restriction, including
|
|
192
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
193
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
194
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
195
|
+
the following conditions:
|
|
196
|
+
|
|
197
|
+
The above copyright notice and this permission notice shall be
|
|
198
|
+
included in all copies or substantial portions of the Software.
|
|
199
|
+
|
|
200
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
201
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
202
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
203
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
204
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
205
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
206
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
207
|
+
|
|
208
|
+
----
|
|
209
|
+
|
|
210
|
+
focus-lock 1.3.6 - MIT
|
|
211
|
+
git+https://github.com/theKashey/focus-lock.git
|
|
212
|
+
|
|
213
|
+
Author: theKashey <thekashey@gmail.com>
|
|
214
|
+
|
|
215
|
+
MIT License
|
|
216
|
+
|
|
217
|
+
Copyright (c) 2017 Anton Korzunov
|
|
218
|
+
|
|
219
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
220
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
221
|
+
in the Software without restriction, including without limitation the rights
|
|
222
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
223
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
224
|
+
furnished to do so, subject to the following conditions:
|
|
225
|
+
|
|
226
|
+
The above copyright notice and this permission notice shall be included in all
|
|
227
|
+
copies or substantial portions of the Software.
|
|
228
|
+
|
|
229
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
230
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
231
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
232
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
233
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
234
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
235
|
+
SOFTWARE.
|
|
236
|
+
|
|
237
|
+
----
|
|
238
|
+
|
|
239
|
+
get-nonce 1.0.1 - MIT
|
|
240
|
+
git@github.com:theKashey/get-nonce.git
|
|
241
|
+
|
|
242
|
+
Author: Anton Korzunov <thekashey@gmail.com>
|
|
243
|
+
|
|
244
|
+
MIT License
|
|
245
|
+
|
|
246
|
+
Copyright (c) 2020 Anton Korzunov
|
|
247
|
+
|
|
248
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
249
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
250
|
+
in the Software without restriction, including without limitation the rights
|
|
251
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
252
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
253
|
+
furnished to do so, subject to the following conditions:
|
|
254
|
+
|
|
255
|
+
The above copyright notice and this permission notice shall be included in all
|
|
256
|
+
copies or substantial portions of the Software.
|
|
257
|
+
|
|
258
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
259
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
260
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
261
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
262
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
263
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
264
|
+
SOFTWARE.
|
|
265
|
+
|
|
266
|
+
----
|
|
267
|
+
|
|
268
|
+
jsx-runtime 1.0.0 - MIT
|
|
269
|
+
|
|
270
|
+
----
|
|
271
|
+
|
|
272
|
+
preact 10.27.2 - MIT
|
|
273
|
+
preactjs/preact
|
|
274
|
+
|
|
275
|
+
The MIT License (MIT)
|
|
276
|
+
|
|
277
|
+
Copyright (c) 2015-present Jason Miller
|
|
278
|
+
|
|
279
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
280
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
281
|
+
in the Software without restriction, including without limitation the rights
|
|
282
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
283
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
284
|
+
furnished to do so, subject to the following conditions:
|
|
285
|
+
|
|
286
|
+
The above copyright notice and this permission notice shall be included in all
|
|
287
|
+
copies or substantial portions of the Software.
|
|
288
|
+
|
|
289
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
290
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
291
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
292
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
293
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
294
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
295
|
+
SOFTWARE.
|
|
296
|
+
|
|
297
|
+
----
|
|
298
|
+
|
|
299
|
+
preact-compat 4.0.0 - MIT
|
|
300
|
+
|
|
301
|
+
----
|
|
302
|
+
|
|
303
|
+
preact-hooks 0.1.0 - MIT
|
|
304
|
+
|
|
305
|
+
----
|
|
306
|
+
|
|
307
|
+
react-clientside-effect 1.2.8 - MIT
|
|
308
|
+
https://github.com/thekashey/react-clientside-effect.git
|
|
309
|
+
|
|
310
|
+
Author: Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)
|
|
311
|
+
|
|
312
|
+
The MIT License (MIT)
|
|
313
|
+
|
|
314
|
+
Copyright (c) 2015 Dan Abramov
|
|
315
|
+
|
|
316
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
317
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
318
|
+
in the Software without restriction, including without limitation the rights
|
|
319
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
320
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
321
|
+
furnished to do so, subject to the following conditions:
|
|
322
|
+
|
|
323
|
+
The above copyright notice and this permission notice shall be included in all
|
|
324
|
+
copies or substantial portions of the Software.
|
|
325
|
+
|
|
326
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
327
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
328
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
329
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
330
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
331
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
332
|
+
SOFTWARE.
|
|
333
|
+
|
|
334
|
+
----
|
|
335
|
+
|
|
336
|
+
react-focus-lock 2.13.6 - MIT
|
|
337
|
+
git+https://github.com/theKashey/react-focus-lock.git
|
|
338
|
+
|
|
339
|
+
Author: theKashey <thekashey@gmail.com>
|
|
340
|
+
|
|
341
|
+
MIT License
|
|
342
|
+
|
|
343
|
+
Copyright (c) 2017 Anton
|
|
344
|
+
|
|
345
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
346
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
347
|
+
in the Software without restriction, including without limitation the rights
|
|
348
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
349
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
350
|
+
furnished to do so, subject to the following conditions:
|
|
351
|
+
|
|
352
|
+
The above copyright notice and this permission notice shall be included in all
|
|
353
|
+
copies or substantial portions of the Software.
|
|
354
|
+
|
|
355
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
356
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
357
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
358
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
359
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
360
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
361
|
+
SOFTWARE.
|
|
362
|
+
|
|
363
|
+
----
|
|
364
|
+
|
|
365
|
+
react-focus-on 3.10.0 - MIT
|
|
366
|
+
https://github.com/theKashey/react-focus-on.git
|
|
367
|
+
|
|
368
|
+
Author: Anton Korzunov <thekashey@gmail.com>
|
|
369
|
+
|
|
370
|
+
MIT License
|
|
371
|
+
|
|
372
|
+
Copyright (c) 2017 Anton
|
|
373
|
+
|
|
374
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
375
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
376
|
+
in the Software without restriction, including without limitation the rights
|
|
377
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
378
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
379
|
+
furnished to do so, subject to the following conditions:
|
|
380
|
+
|
|
381
|
+
The above copyright notice and this permission notice shall be included in all
|
|
382
|
+
copies or substantial portions of the Software.
|
|
383
|
+
|
|
384
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
385
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
386
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
387
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
388
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
389
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
390
|
+
SOFTWARE.
|
|
391
|
+
|
|
392
|
+
----
|
|
393
|
+
|
|
394
|
+
react-remove-scroll 2.7.1 - MIT
|
|
395
|
+
https://github.com/theKashey/react-remove-scroll
|
|
396
|
+
|
|
397
|
+
Author: Anton Korzunov <thekashey@gmail.com>
|
|
398
|
+
|
|
399
|
+
MIT License
|
|
400
|
+
|
|
401
|
+
Copyright (c) 2017 Anton Korzunov
|
|
402
|
+
|
|
403
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
404
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
405
|
+
in the Software without restriction, including without limitation the rights
|
|
406
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
407
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
408
|
+
furnished to do so, subject to the following conditions:
|
|
409
|
+
|
|
410
|
+
The above copyright notice and this permission notice shall be included in all
|
|
411
|
+
copies or substantial portions of the Software.
|
|
412
|
+
|
|
413
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
414
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
415
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
416
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
417
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
418
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
419
|
+
SOFTWARE.
|
|
420
|
+
|
|
421
|
+
----
|
|
422
|
+
|
|
423
|
+
react-remove-scroll-bar 2.3.8 - MIT
|
|
424
|
+
https://github.com/theKashey/react-remove-scroll-bar
|
|
425
|
+
|
|
426
|
+
Author: Anton Korzunov <thekashey@gmail.com>
|
|
427
|
+
|
|
428
|
+
----
|
|
429
|
+
|
|
430
|
+
react-style-singleton 2.2.3 - MIT
|
|
431
|
+
https://github.com/theKashey/react-style-singleton
|
|
432
|
+
|
|
433
|
+
Author: Anton Korzunov (thekashey@gmail.com)
|
|
434
|
+
|
|
435
|
+
MIT License
|
|
436
|
+
|
|
437
|
+
Copyright (c) 2017 Anton Korzunov
|
|
438
|
+
|
|
439
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
440
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
441
|
+
in the Software without restriction, including without limitation the rights
|
|
442
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
443
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
444
|
+
furnished to do so, subject to the following conditions:
|
|
445
|
+
|
|
446
|
+
The above copyright notice and this permission notice shall be included in all
|
|
447
|
+
copies or substantial portions of the Software.
|
|
448
|
+
|
|
449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
450
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
451
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
452
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
453
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
454
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
455
|
+
SOFTWARE.
|
|
456
|
+
|
|
457
|
+
----
|
|
458
|
+
|
|
459
|
+
style-loader 4.0.0 - MIT
|
|
460
|
+
webpack-contrib/style-loader
|
|
461
|
+
|
|
462
|
+
Author: Tobias Koppers @sokra
|
|
463
|
+
|
|
464
|
+
Copyright JS Foundation and other contributors
|
|
465
|
+
|
|
466
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
467
|
+
a copy of this software and associated documentation files (the
|
|
468
|
+
'Software'), to deal in the Software without restriction, including
|
|
469
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
470
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
471
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
472
|
+
the following conditions:
|
|
473
|
+
|
|
474
|
+
The above copyright notice and this permission notice shall be
|
|
475
|
+
included in all copies or substantial portions of the Software.
|
|
476
|
+
|
|
477
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
478
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
479
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
480
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
481
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
482
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
483
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
484
|
+
|
|
485
|
+
----
|
|
486
|
+
|
|
487
|
+
tslib 2.8.1 - 0BSD
|
|
488
|
+
https://github.com/Microsoft/tslib.git
|
|
489
|
+
|
|
490
|
+
Author: Microsoft Corp.
|
|
491
|
+
|
|
492
|
+
Copyright (c) Microsoft Corporation.
|
|
493
|
+
|
|
494
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
495
|
+
purpose with or without fee is hereby granted.
|
|
496
|
+
|
|
497
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
498
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
499
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
500
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
501
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
502
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
503
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
504
|
+
|
|
505
|
+
----
|
|
506
|
+
|
|
507
|
+
use-callback-ref 1.3.3 - MIT
|
|
508
|
+
https://github.com/theKashey/use-callback-ref/
|
|
509
|
+
|
|
510
|
+
Author: theKashey <thekashey@gmail.com>
|
|
511
|
+
|
|
512
|
+
MIT License
|
|
513
|
+
|
|
514
|
+
Copyright (c) 2017 Anton Korzunov
|
|
515
|
+
|
|
516
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
517
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
518
|
+
in the Software without restriction, including without limitation the rights
|
|
519
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
520
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
521
|
+
furnished to do so, subject to the following conditions:
|
|
522
|
+
|
|
523
|
+
The above copyright notice and this permission notice shall be included in all
|
|
524
|
+
copies or substantial portions of the Software.
|
|
525
|
+
|
|
526
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
527
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
528
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
529
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
530
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
531
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
532
|
+
SOFTWARE.
|
|
533
|
+
|
|
534
|
+
----
|
|
535
|
+
|
|
536
|
+
use-sidecar 1.1.3 - MIT
|
|
537
|
+
https://github.com/theKashey/use-sidecar
|
|
538
|
+
|
|
539
|
+
Author: theKashey <thekashey@gmail.com>
|
|
540
|
+
|
|
541
|
+
MIT License
|
|
542
|
+
|
|
543
|
+
Copyright (c) 2017 Anton Korzunov
|
|
544
|
+
|
|
545
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
546
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
547
|
+
in the Software without restriction, including without limitation the rights
|
|
548
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
549
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
550
|
+
furnished to do so, subject to the following conditions:
|
|
551
|
+
|
|
552
|
+
The above copyright notice and this permission notice shall be included in all
|
|
553
|
+
copies or substantial portions of the Software.
|
|
554
|
+
|
|
555
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
556
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
557
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
558
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
559
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
560
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
561
|
+
SOFTWARE.
|
|
562
|
+
|
|
563
|
+
----
|
|
564
|
+
|
|
565
|
+
ws 8.18.3 - MIT
|
|
566
|
+
git+https://github.com/websockets/ws.git
|
|
567
|
+
|
|
568
|
+
Author: Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)
|
|
569
|
+
|
|
570
|
+
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
|
571
|
+
Copyright (c) 2013 Arnout Kazemier and contributors
|
|
572
|
+
Copyright (c) 2016 Luigi Pinca and contributors
|
|
573
|
+
|
|
574
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
575
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
576
|
+
the Software without restriction, including without limitation the rights to
|
|
577
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
578
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
579
|
+
subject to the following conditions:
|
|
580
|
+
|
|
581
|
+
The above copyright notice and this permission notice shall be included in all
|
|
582
|
+
copies or substantial portions of the Software.
|
|
583
|
+
|
|
584
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
585
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
586
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
587
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
588
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
589
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
590
|
+
|
|
591
|
+
----
|
|
592
|
+
|
|
593
|
+
zod 3.25.76 - MIT
|
|
594
|
+
git+https://github.com/colinhacks/zod.git
|
|
595
|
+
|
|
596
|
+
Author: Colin McDonnell <zod@colinhacks.com>
|
|
597
|
+
|
|
598
|
+
MIT License
|
|
599
|
+
|
|
600
|
+
Copyright (c) 2025 Colin McDonnell
|
|
601
|
+
|
|
602
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
603
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
604
|
+
in the Software without restriction, including without limitation the rights
|
|
605
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
606
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
607
|
+
furnished to do so, subject to the following conditions:
|
|
608
|
+
|
|
609
|
+
The above copyright notice and this permission notice shall be included in all
|
|
610
|
+
copies or substantial portions of the Software.
|
|
611
|
+
|
|
612
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
613
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
614
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
615
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
616
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
617
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
618
|
+
SOFTWARE.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const __webpack_esm_id__=198;export const __webpack_esm_ids__=[198];export const __webpack_esm_modules__={
|
|
1
|
+
export const __webpack_esm_id__=198;export const __webpack_esm_ids__=[198];export const __webpack_esm_modules__={198:(n,e,t)=>{t.d(e,{StatusDialog:()=>K,default:()=>V}),t.r(e);var r=t(362),a=t(104),s=t.n(a),o=t(435),i=t(15),l=t(606),c=t.n(l),d=t(607),A=t.n(d),u=t(437),p=t.n(u),h=t(750),g=t.n(h),x=t(994),C=t.n(x),m=t(415),f=t.n(m),b=t(464),B={};B.styleTagTransform=f(),B.setAttributes=g(),B.insert=p().bind(null,"head"),B.domAPI=A(),B.insertStyleElement=C(),c()(b.default,B);const k=b.default&&b.default.locals?b.default.locals:void 0;var w=t(965);const E=["ori","rollup","webpack","rspack","esbuild"],v=n=>{const{item:e,inputPath:t,index:a,type:o}=n,{location:i,notes:l=[]}=e,c=E.includes(e.source)?`${e.source} bundler`:`cloudpack ${e.source}`;return(0,r.jsxs)("div",{class:k.root,children:[(0,r.jsx)("div",{class:s()(k.statusBar,"warning"===o&&k.warning)}),(0,r.jsxs)("div",{class:k.content,children:[(0,r.jsxs)("div",{class:k.titleArea,children:[a+1,". ",(0,r.jsx)(j,{loc:i,inputPath:t})," (via: ",c,")"]}),(0,r.jsx)("pre",{class:k.text,children:_(e.text)}),l.length>0&&(0,r.jsxs)("details",{children:[(0,r.jsx)("summary",{children:"Expand for more details"}),(0,r.jsx)("ul",{children:l.map((n,e)=>(0,r.jsxs)("li",{children:[n.location&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(j,{loc:n.location,inputPath:t}),(0,r.jsx)("br",{})]}),n.text&&(0,r.jsx)("pre",{class:k.text,children:_(n.text)})]},e))})]})]})]})};function _(n){return n.replace(/\x1b\[[\d;]+(m|[AKB]\b)/g,"")}const j=n=>{const{loc:e,inputPath:t}=n,a=(0,i.useCloudpack)();if(!e)return"(path unavailable)";const s=[e.file,e.line,e.column].filter(n=>void 0!==n).join(":");return!t||/[?!]/.test(s)?s:(0,r.jsx)(w.Button,{variant:"link",onClick:()=>{t&&a.openCodeEditor.mutate({rootPath:t,relativePath:e.file,line:e.line,column:e.column})},children:s})};var R=t(927),D=t(942);function y(n){return"pending"===n.status?"Running":[`Completed in ${n.duration}ms`,n.errors?.length&&`${n.errors.length} error${n.errors.length>1?"s":""}`,n.warnings?.length&&`${n.warnings.length} warning${n.warnings.length>1?"s":""}`].filter(Boolean).join(", ")}const S=n=>{const{task:e}=n,{name:t,warnings:a=[],errors:s=[],inputPath:o,outputPath:l}=e,c=(0,i.useCloudpack)(),d=n=>{c.openFilePath.mutate({rootPath:n})},A=()=>{o&&c.openCodeEditor.mutate({rootPath:o,relativePath:"package.json"})};return(0,r.jsx)(R.ResultsAccordion,{name:t||"<unknown>",index:n.index,result:s.length?"error":a.length?"warning":"success",headerEndContent:y(e),headerCommands:(0,r.jsx)(w.Button,{variant:"iconOnly",onClick:()=>{o&&c.restartTask.mutate({id:e.id,inputPath:o})},title:"Re-bundle this package","aria-label":"Re-bundle this package",children:(0,r.jsx)(D.Refresh20,{})}),getContent:()=>(0,r.jsxs)(r.Fragment,{children:[o?(0,r.jsx)(R.ResultsAccordionContent,{itemName:"Input path",itemValue:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(w.Button,{variant:"link",onClick:()=>d(o),children:o})," ","(",(0,r.jsx)(w.Button,{variant:"link",onClick:A,children:"package.json"}),")"]})}):"No input path found for bundle task. This is a Cloudpack bug. Please report it.",l&&(0,r.jsx)(R.ResultsAccordionContent,{itemName:"Output path",itemValue:(0,r.jsx)(w.Button,{variant:"link",onClick:()=>d(l),children:l})}),s.length>0&&(0,r.jsx)(R.ResultsAccordionContent,{title:"Errors",children:s.map((n,e)=>(0,r.jsx)(v,{type:"error",item:n,inputPath:o,index:e},e))}),a.length>0&&(0,r.jsx)(R.ResultsAccordionContent,{title:"Warnings",children:a.map((n,e)=>(0,r.jsx)(v,{type:"warning",item:n,inputPath:o,index:e},e))})]})})};var F=t(246);const T=({searchFilter:n,issuesOnly:e})=>{let t=[...(()=>{const n=(0,i.useCloudpack)(),[e,t]=(0,o.useState)({tasks:[]});return(0,o.useEffect)(()=>{const e=n?.onDataChanged.subscribe(F.taskListSource,{onData:n=>{t(n)}});return()=>{e.unsubscribe()}},[n]),e})().tasks].sort(P);return n&&(n=n.toLowerCase(),t=t.filter(({name:e})=>e?.toLowerCase().includes(n))),e&&(t=t.filter(({errors:n,warnings:e})=>n?.length||e?.length)),(0,r.jsx)(r.Fragment,{children:t.map((n,e)=>(0,r.jsx)(S,{index:e,task:n},n.name))})};function P(n,e){const t="pending"===n.status?1:0,r="pending"===e.status?1:0;if(t!==r)return t>r?-1:1;const a=n.errors?.length||0,s=e.errors?.length||0;return a!==s?a>s?-1:1:void 0===n.name&&void 0===e.name?n.id<e.id?-1:1:void 0===n.name?1:void 0===e.name||n.name<e.name?-1:1}var I=t(639),O=t(116),q=t(649),z={};z.styleTagTransform=f(),z.setAttributes=g(),z.insert=p().bind(null,"head"),z.domAPI=A(),z.insertStyleElement=C(),c()(q.default,z);const L=q.default&&q.default.locals?q.default.locals:void 0;var N=t(533);const K=({onClose:n})=>{const e=(0,i.useCloudpack)(),[t,a]=(0,o.useState)(""),[l,c]=(0,o.useState)(!1),[d,A]=(0,o.useState)(!1),u=(0,o.useCallback)(n=>{n.preventDefault(),a(n.target.value)},[]);return(0,r.jsx)(I.Dialog,{title:"Cloudpack bundle results",id:O.elementIds.statusDialogRoot,draggable:!0,onClose:d?void 0:n,commands:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(w.Button,{variant:"primary",onClick:()=>{A(!0),e.restartAllTasks.mutate()},disabled:d,children:[(0,r.jsx)(D.Refresh20,{class:s()(d&&L.spin)})," Re-bundle all packages"]}),(0,r.jsx)(w.Button,{onClick:()=>{c(n=>!n)},disabled:d,children:l?"Show all packages":"Show packages with issues"}),(0,r.jsx)("input",{type:"text","aria-label":"Search",placeholder:"Search",value:t,onInput:u,class:s()(L.searchbox,N.default.root,N.default.standard),disabled:d})]}),children:d?"Preparing to re-bundle (the page will refresh when ready)...":(0,r.jsx)(T,{searchFilter:t,issuesOnly:l})})},V=K},464:(n,e,t)=>{t.d(e,{default:()=>i});var r=t(692),a=t.n(r),s=t(860),o=t.n(s)()(a());o.push([n.id,".root__Rl6XMfFcB4M4Sp5RJbh8 {\n display: flex;\n background: var(--cp-neutralLighter);\n}\n\n/* left border color indicator */\n.statusBar__RsdQpgzZbI9fI4mSfjJX {\n flex-shrink: 0;\n border-radius: 4px;\n width: 4px;\n background: var(--cp-errorDark);\n box-shadow: 2px 0 4px 0 var(--cp-errorTransparent);\n}\n.statusBar__RsdQpgzZbI9fI4mSfjJX.warning__EcBSTvORlKqFlDbz3mr9 {\n background: var(--cp-warningDark);\n box-shadow: 2px 0 4px 0 var(--cp-warningTransparent);\n}\n\n/* everything but the status bar */\n.content__oaWQstIJN1TotKTOLcwX {\n padding: 8px;\n display: flex;\n flex-grow: 1;\n overflow: hidden;\n flex-direction: column;\n}\n\n/* file path and error source */\n.titleArea__NUKs26I_j0KAivvaQbz4 {\n padding: 4px 0;\n font-weight: 500;\n}\n\n/* pre with error details */\n.text__qXRXiNO7j_FMkOf4b1Hi {\n word-wrap: break-word;\n white-space: pre-wrap;\n color: var(--cp-text);\n /* monospace fonts tend to have tight line-height and be too large */\n line-height: 1.5em;\n font-size: 0.9em;\n}\n","",{version:3,sources:["webpack://./src/components/StatusDialog/TaskResultItem.module.css"],names:[],mappings:"AAAA;EACE,aAAa;EACb,oCAAoC;AACtC;;AAEA,gCAAgC;AAChC;EACE,cAAc;EACd,kBAAkB;EAClB,UAAU;EACV,+BAA+B;EAC/B,kDAAkD;AACpD;AACA;EACE,iCAAiC;EACjC,oDAAoD;AACtD;;AAEA,kCAAkC;AAClC;EACE,YAAY;EACZ,aAAa;EACb,YAAY;EACZ,gBAAgB;EAChB,sBAAsB;AACxB;;AAEA,+BAA+B;AAC/B;EACE,cAAc;EACd,gBAAgB;AAClB;;AAEA,2BAA2B;AAC3B;EACE,qBAAqB;EACrB,qBAAqB;EACrB,qBAAqB;EACrB,oEAAoE;EACpE,kBAAkB;EAClB,gBAAgB;AAClB",sourcesContent:[".root {\n display: flex;\n background: var(--cp-neutralLighter);\n}\n\n/* left border color indicator */\n.statusBar {\n flex-shrink: 0;\n border-radius: 4px;\n width: 4px;\n background: var(--cp-errorDark);\n box-shadow: 2px 0 4px 0 var(--cp-errorTransparent);\n}\n.statusBar.warning {\n background: var(--cp-warningDark);\n box-shadow: 2px 0 4px 0 var(--cp-warningTransparent);\n}\n\n/* everything but the status bar */\n.content {\n padding: 8px;\n display: flex;\n flex-grow: 1;\n overflow: hidden;\n flex-direction: column;\n}\n\n/* file path and error source */\n.titleArea {\n padding: 4px 0;\n font-weight: 500;\n}\n\n/* pre with error details */\n.text {\n word-wrap: break-word;\n white-space: pre-wrap;\n color: var(--cp-text);\n /* monospace fonts tend to have tight line-height and be too large */\n line-height: 1.5em;\n font-size: 0.9em;\n}\n"],sourceRoot:""}]),o.locals={root:"root__Rl6XMfFcB4M4Sp5RJbh8",statusBar:"statusBar__RsdQpgzZbI9fI4mSfjJX",warning:"warning__EcBSTvORlKqFlDbz3mr9",content:"content__oaWQstIJN1TotKTOLcwX",titleArea:"titleArea__NUKs26I_j0KAivvaQbz4",text:"text__qXRXiNO7j_FMkOf4b1Hi"};const i=o},649:(n,e,t)=>{t.d(e,{default:()=>i});var r=t(692),a=t.n(r),s=t(860),o=t.n(s)()(a());o.push([n.id,"@keyframes cp-spin__gcFQred791GFVqluefOr {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.spin__cSlR0KG2ydLnzVkkbwdj {\n animation: cp-spin__gcFQred791GFVqluefOr 1s linear infinite;\n}\n\n.searchbox__LfVxJ7Te2Dle6scWlkNw {\n background-color: var(--cp-white);\n font-weight: 400;\n box-shadow: none;\n padding: 0px 8px;\n min-width: 160px;\n /* align to far right */\n margin-left: auto;\n}\n.searchbox__LfVxJ7Te2Dle6scWlkNw:disabled::placeholder {\n color: var(--cp-textDisabled);\n}\n","",{version:3,sources:["webpack://./src/components/StatusDialog/StatusDialog.module.css"],names:[],mappings:"AAAA;EACE;IACE,uBAAuB;EACzB;EACA;IACE,yBAAyB;EAC3B;AACF;;AAEA;EACE,2DAAqC;AACvC;;AAEA;EACE,iCAAiC;EACjC,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,uBAAuB;EACvB,iBAAiB;AACnB;AACA;EACE,6BAA6B;AAC/B",sourcesContent:["@keyframes cp-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n.spin {\n animation: cp-spin 1s linear infinite;\n}\n\n.searchbox {\n background-color: var(--cp-white);\n font-weight: 400;\n box-shadow: none;\n padding: 0px 8px;\n min-width: 160px;\n /* align to far right */\n margin-left: auto;\n}\n.searchbox:disabled::placeholder {\n color: var(--cp-textDisabled);\n}\n"],sourceRoot:""}]),o.locals={spin:"spin__cSlR0KG2ydLnzVkkbwdj","cp-spin":"cp-spin__gcFQred791GFVqluefOr",searchbox:"searchbox__LfVxJ7Te2Dle6scWlkNw"};const i=o}};
|
|
2
2
|
//# sourceMappingURL=198.chunk.js.map
|