@lark-apaas/coding-vite-preset 0.1.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 (108) hide show
  1. package/LICENSE +7 -0
  2. package/README.md +68 -0
  3. package/lib/index.d.ts +37 -0
  4. package/lib/index.d.ts.map +1 -0
  5. package/lib/index.js +69 -0
  6. package/lib/index.js.map +1 -0
  7. package/lib/module-alias/clsx.d.ts +4 -0
  8. package/lib/module-alias/clsx.d.ts.map +1 -0
  9. package/lib/module-alias/clsx.js +13 -0
  10. package/lib/module-alias/clsx.js.map +1 -0
  11. package/lib/module-alias/echarts-for-react.d.ts +14 -0
  12. package/lib/module-alias/echarts-for-react.d.ts.map +1 -0
  13. package/lib/module-alias/echarts-for-react.js +142 -0
  14. package/lib/module-alias/echarts-for-react.js.map +1 -0
  15. package/lib/module-alias/echarts.d.ts +9 -0
  16. package/lib/module-alias/echarts.d.ts.map +1 -0
  17. package/lib/module-alias/echarts.js +84 -0
  18. package/lib/module-alias/echarts.js.map +1 -0
  19. package/lib/module-alias/registry_echarts_theme.d.ts +692 -0
  20. package/lib/module-alias/registry_echarts_theme.d.ts.map +1 -0
  21. package/lib/module-alias/registry_echarts_theme.js +394 -0
  22. package/lib/module-alias/registry_echarts_theme.js.map +1 -0
  23. package/lib/polyfills/index.d.ts +15 -0
  24. package/lib/polyfills/index.d.ts.map +1 -0
  25. package/lib/polyfills/index.js +36 -0
  26. package/lib/polyfills/index.js.map +1 -0
  27. package/lib/preset.d.ts +14 -0
  28. package/lib/preset.d.ts.map +1 -0
  29. package/lib/preset.js +452 -0
  30. package/lib/preset.js.map +1 -0
  31. package/lib/utils/hmr-timing.d.ts +10 -0
  32. package/lib/utils/hmr-timing.d.ts.map +1 -0
  33. package/lib/utils/hmr-timing.js +102 -0
  34. package/lib/utils/hmr-timing.js.map +1 -0
  35. package/lib/utils/normalize-base-path.d.ts +12 -0
  36. package/lib/utils/normalize-base-path.d.ts.map +1 -0
  37. package/lib/utils/normalize-base-path.js +24 -0
  38. package/lib/utils/normalize-base-path.js.map +1 -0
  39. package/lib/utils/snapdom-proxy.d.ts +8 -0
  40. package/lib/utils/snapdom-proxy.d.ts.map +1 -0
  41. package/lib/utils/snapdom-proxy.js +52 -0
  42. package/lib/utils/snapdom-proxy.js.map +1 -0
  43. package/lib/vite-plugins/banner-plugin.d.ts +3 -0
  44. package/lib/vite-plugins/banner-plugin.d.ts.map +1 -0
  45. package/lib/vite-plugins/banner-plugin.js +26 -0
  46. package/lib/vite-plugins/banner-plugin.js.map +1 -0
  47. package/lib/vite-plugins/css-legacy-plugin.d.ts +12 -0
  48. package/lib/vite-plugins/css-legacy-plugin.d.ts.map +1 -0
  49. package/lib/vite-plugins/css-legacy-plugin.js +205 -0
  50. package/lib/vite-plugins/css-legacy-plugin.js.map +1 -0
  51. package/lib/vite-plugins/error-overlay-plugin.d.ts +33 -0
  52. package/lib/vite-plugins/error-overlay-plugin.d.ts.map +1 -0
  53. package/lib/vite-plugins/error-overlay-plugin.js +129 -0
  54. package/lib/vite-plugins/error-overlay-plugin.js.map +1 -0
  55. package/lib/vite-plugins/html-output-plugin.d.ts +21 -0
  56. package/lib/vite-plugins/html-output-plugin.d.ts.map +1 -0
  57. package/lib/vite-plugins/html-output-plugin.js +171 -0
  58. package/lib/vite-plugins/html-output-plugin.js.map +1 -0
  59. package/lib/vite-plugins/module-alias-plugin.d.ts +10 -0
  60. package/lib/vite-plugins/module-alias-plugin.d.ts.map +1 -0
  61. package/lib/vite-plugins/module-alias-plugin.js +40 -0
  62. package/lib/vite-plugins/module-alias-plugin.js.map +1 -0
  63. package/lib/vite-plugins/og-meta-plugin.d.ts +17 -0
  64. package/lib/vite-plugins/og-meta-plugin.d.ts.map +1 -0
  65. package/lib/vite-plugins/og-meta-plugin.js +80 -0
  66. package/lib/vite-plugins/og-meta-plugin.js.map +1 -0
  67. package/lib/vite-plugins/polyfill-plugin.d.ts +12 -0
  68. package/lib/vite-plugins/polyfill-plugin.d.ts.map +1 -0
  69. package/lib/vite-plugins/polyfill-plugin.js +132 -0
  70. package/lib/vite-plugins/polyfill-plugin.js.map +1 -0
  71. package/lib/vite-plugins/route-parser-plugin.d.ts +13 -0
  72. package/lib/vite-plugins/route-parser-plugin.d.ts.map +1 -0
  73. package/lib/vite-plugins/route-parser-plugin.js +120 -0
  74. package/lib/vite-plugins/route-parser-plugin.js.map +1 -0
  75. package/lib/vite-plugins/runtime-injection-plugin.d.ts +23 -0
  76. package/lib/vite-plugins/runtime-injection-plugin.d.ts.map +1 -0
  77. package/lib/vite-plugins/runtime-injection-plugin.js +93 -0
  78. package/lib/vite-plugins/runtime-injection-plugin.js.map +1 -0
  79. package/lib/vite-plugins/slardar-plugin.d.ts +10 -0
  80. package/lib/vite-plugins/slardar-plugin.d.ts.map +1 -0
  81. package/lib/vite-plugins/slardar-plugin.js +102 -0
  82. package/lib/vite-plugins/slardar-plugin.js.map +1 -0
  83. package/lib/vite-plugins/source-map-upload-plugin.d.ts +7 -0
  84. package/lib/vite-plugins/source-map-upload-plugin.d.ts.map +1 -0
  85. package/lib/vite-plugins/source-map-upload-plugin.js +85 -0
  86. package/lib/vite-plugins/source-map-upload-plugin.js.map +1 -0
  87. package/lib/vite-plugins/static-assets-plugin.d.ts +27 -0
  88. package/lib/vite-plugins/static-assets-plugin.d.ts.map +1 -0
  89. package/lib/vite-plugins/static-assets-plugin.js +393 -0
  90. package/lib/vite-plugins/static-assets-plugin.js.map +1 -0
  91. package/lib/vite-plugins/view-context-plugin.d.ts +4 -0
  92. package/lib/vite-plugins/view-context-plugin.d.ts.map +1 -0
  93. package/lib/vite-plugins/view-context-plugin.js +40 -0
  94. package/lib/vite-plugins/view-context-plugin.js.map +1 -0
  95. package/lib/vite-plugins/vite-client-patch-plugin.d.ts +23 -0
  96. package/lib/vite-plugins/vite-client-patch-plugin.d.ts.map +1 -0
  97. package/lib/vite-plugins/vite-client-patch-plugin.js +53 -0
  98. package/lib/vite-plugins/vite-client-patch-plugin.js.map +1 -0
  99. package/package.json +61 -0
  100. package/src/empty.css +1 -0
  101. package/src/inspector-stub.js +6 -0
  102. package/src/module-alias/clsx.mjs +8 -0
  103. package/src/module-alias/echarts-for-react.mjs +129 -0
  104. package/src/module-alias/echarts.mjs +43 -0
  105. package/src/module-alias/registry_echarts_theme.mjs +390 -0
  106. package/src/overlay/components.js +94 -0
  107. package/src/overlay/index.js +443 -0
  108. package/src/overlay/vite-client.js +554 -0
@@ -0,0 +1,692 @@
1
+ /**
2
+ * Get the value of a CSS variable and convert it to sRGB color space hex string
3
+ * @param varName CSS variable name
4
+ * @param element Optional element, defaults to document.body
5
+ * @returns sRGB color space hex string
6
+ */
7
+ export declare function getCssVariable(varName: string, element?: HTMLElement): string;
8
+ export declare function generateEChartsTheme(element?: HTMLElement): {
9
+ color: string[];
10
+ backgroundColor: string;
11
+ textStyle: {};
12
+ title: {
13
+ textStyle: {
14
+ color: string;
15
+ };
16
+ subtextStyle: {
17
+ color: string;
18
+ };
19
+ };
20
+ line: {
21
+ itemStyle: {
22
+ borderWidth: number;
23
+ };
24
+ lineStyle: {
25
+ width: number;
26
+ };
27
+ symbolSize: number;
28
+ symbol: string;
29
+ smooth: boolean;
30
+ };
31
+ radar: {
32
+ itemStyle: {
33
+ borderWidth: number;
34
+ };
35
+ lineStyle: {
36
+ width: number;
37
+ };
38
+ symbolSize: number;
39
+ symbol: string;
40
+ smooth: boolean;
41
+ };
42
+ bar: {
43
+ itemStyle: {
44
+ barBorderWidth: number;
45
+ barBorderColor: string;
46
+ };
47
+ };
48
+ pie: {
49
+ itemStyle: {
50
+ borderWidth: number;
51
+ borderColor: string;
52
+ };
53
+ };
54
+ scatter: {
55
+ itemStyle: {
56
+ borderWidth: number;
57
+ borderColor: string;
58
+ };
59
+ };
60
+ boxplot: {
61
+ itemStyle: {
62
+ borderWidth: number;
63
+ borderColor: string;
64
+ };
65
+ };
66
+ parallel: {
67
+ itemStyle: {
68
+ borderWidth: number;
69
+ borderColor: string;
70
+ };
71
+ };
72
+ sankey: {
73
+ itemStyle: {
74
+ borderWidth: number;
75
+ borderColor: string;
76
+ };
77
+ };
78
+ funnel: {
79
+ itemStyle: {
80
+ borderWidth: number;
81
+ borderColor: string;
82
+ };
83
+ };
84
+ gauge: {
85
+ itemStyle: {
86
+ borderWidth: number;
87
+ borderColor: string;
88
+ };
89
+ };
90
+ candlestick: {
91
+ itemStyle: {
92
+ color: string;
93
+ color0: string;
94
+ borderColor: string;
95
+ borderColor0: string;
96
+ borderWidth: number;
97
+ };
98
+ };
99
+ graph: {
100
+ itemStyle: {
101
+ borderWidth: number;
102
+ borderColor: string;
103
+ };
104
+ lineStyle: {
105
+ width: number;
106
+ color: string;
107
+ };
108
+ symbolSize: number;
109
+ symbol: string;
110
+ smooth: boolean;
111
+ color: string[];
112
+ label: {
113
+ color: string;
114
+ };
115
+ };
116
+ map: {
117
+ itemStyle: {
118
+ areaColor: string;
119
+ borderColor: string;
120
+ borderWidth: number;
121
+ };
122
+ label: {
123
+ color: string;
124
+ };
125
+ emphasis: {
126
+ itemStyle: {
127
+ areaColor: string;
128
+ borderColor: string;
129
+ borderWidth: number;
130
+ };
131
+ label: {
132
+ color: string;
133
+ };
134
+ };
135
+ };
136
+ geo: {
137
+ itemStyle: {
138
+ areaColor: string;
139
+ borderColor: string;
140
+ borderWidth: number;
141
+ };
142
+ label: {
143
+ color: string;
144
+ };
145
+ emphasis: {
146
+ itemStyle: {
147
+ areaColor: string;
148
+ borderColor: string;
149
+ borderWidth: number;
150
+ };
151
+ label: {
152
+ color: string;
153
+ };
154
+ };
155
+ };
156
+ categoryAxis: {
157
+ axisLine: {
158
+ show: boolean;
159
+ lineStyle: {
160
+ color: string;
161
+ };
162
+ };
163
+ axisTick: {
164
+ show: boolean;
165
+ lineStyle: {
166
+ color: string;
167
+ };
168
+ };
169
+ axisLabel: {
170
+ show: boolean;
171
+ color: string;
172
+ };
173
+ splitLine: {
174
+ show: boolean;
175
+ lineStyle: {
176
+ color: string[];
177
+ };
178
+ };
179
+ splitArea: {
180
+ show: boolean;
181
+ };
182
+ };
183
+ valueAxis: {
184
+ axisLine: {
185
+ show: boolean;
186
+ lineStyle: {
187
+ color: string;
188
+ };
189
+ };
190
+ axisTick: {
191
+ show: boolean;
192
+ lineStyle: {
193
+ color: string;
194
+ };
195
+ };
196
+ axisLabel: {
197
+ show: boolean;
198
+ color: string;
199
+ };
200
+ splitLine: {
201
+ show: boolean;
202
+ lineStyle: {
203
+ color: string[];
204
+ };
205
+ };
206
+ splitArea: {
207
+ show: boolean;
208
+ };
209
+ };
210
+ logAxis: {
211
+ axisLine: {
212
+ show: boolean;
213
+ lineStyle: {
214
+ color: string;
215
+ };
216
+ };
217
+ axisTick: {
218
+ show: boolean;
219
+ lineStyle: {
220
+ color: string;
221
+ };
222
+ };
223
+ axisLabel: {
224
+ show: boolean;
225
+ color: string;
226
+ };
227
+ splitLine: {
228
+ show: boolean;
229
+ lineStyle: {
230
+ color: string[];
231
+ };
232
+ };
233
+ splitArea: {
234
+ show: boolean;
235
+ };
236
+ };
237
+ timeAxis: {
238
+ axisLine: {
239
+ show: boolean;
240
+ lineStyle: {
241
+ color: string;
242
+ };
243
+ };
244
+ axisTick: {
245
+ show: boolean;
246
+ lineStyle: {
247
+ color: string;
248
+ };
249
+ };
250
+ axisLabel: {
251
+ show: boolean;
252
+ color: string;
253
+ };
254
+ splitLine: {
255
+ show: boolean;
256
+ lineStyle: {
257
+ color: string[];
258
+ };
259
+ };
260
+ splitArea: {
261
+ show: boolean;
262
+ };
263
+ };
264
+ toolbox: {
265
+ iconStyle: {
266
+ borderColor: string;
267
+ };
268
+ emphasis: {
269
+ iconStyle: {
270
+ borderColor: string;
271
+ };
272
+ };
273
+ };
274
+ legend: {
275
+ textStyle: {
276
+ color: string;
277
+ };
278
+ };
279
+ tooltip: {
280
+ axisPointer: {
281
+ lineStyle: {
282
+ color: string;
283
+ width: number;
284
+ };
285
+ crossStyle: {
286
+ color: string;
287
+ width: number;
288
+ };
289
+ };
290
+ };
291
+ timeline: {
292
+ lineStyle: {
293
+ color: string;
294
+ width: number;
295
+ };
296
+ itemStyle: {
297
+ color: string;
298
+ borderWidth: number;
299
+ };
300
+ controlStyle: {
301
+ color: string;
302
+ borderColor: string;
303
+ borderWidth: number;
304
+ };
305
+ checkpointStyle: {
306
+ color: string;
307
+ borderColor: string;
308
+ };
309
+ label: {
310
+ color: string;
311
+ };
312
+ emphasis: {
313
+ itemStyle: {
314
+ color: string;
315
+ };
316
+ controlStyle: {
317
+ color: string;
318
+ borderColor: string;
319
+ borderWidth: number;
320
+ };
321
+ label: {
322
+ color: string;
323
+ };
324
+ };
325
+ };
326
+ visualMap: {
327
+ color: string[];
328
+ };
329
+ dataZoom: {
330
+ backgroundColor: string;
331
+ dataBackgroundColor: string;
332
+ fillerColor: string;
333
+ handleColor: string;
334
+ handleSize: string;
335
+ textStyle: {
336
+ color: string;
337
+ };
338
+ };
339
+ markPoint: {
340
+ label: {
341
+ color: string;
342
+ };
343
+ emphasis: {
344
+ label: {
345
+ color: string;
346
+ };
347
+ };
348
+ };
349
+ };
350
+ export declare function getShadcnEChartsTheme(): {
351
+ color: string[];
352
+ backgroundColor: string;
353
+ textStyle: {};
354
+ title: {
355
+ textStyle: {
356
+ color: string;
357
+ };
358
+ subtextStyle: {
359
+ color: string;
360
+ };
361
+ };
362
+ line: {
363
+ itemStyle: {
364
+ borderWidth: number;
365
+ };
366
+ lineStyle: {
367
+ width: number;
368
+ };
369
+ symbolSize: number;
370
+ symbol: string;
371
+ smooth: boolean;
372
+ };
373
+ radar: {
374
+ itemStyle: {
375
+ borderWidth: number;
376
+ };
377
+ lineStyle: {
378
+ width: number;
379
+ };
380
+ symbolSize: number;
381
+ symbol: string;
382
+ smooth: boolean;
383
+ };
384
+ bar: {
385
+ itemStyle: {
386
+ barBorderWidth: number;
387
+ barBorderColor: string;
388
+ };
389
+ };
390
+ pie: {
391
+ itemStyle: {
392
+ borderWidth: number;
393
+ borderColor: string;
394
+ };
395
+ };
396
+ scatter: {
397
+ itemStyle: {
398
+ borderWidth: number;
399
+ borderColor: string;
400
+ };
401
+ };
402
+ boxplot: {
403
+ itemStyle: {
404
+ borderWidth: number;
405
+ borderColor: string;
406
+ };
407
+ };
408
+ parallel: {
409
+ itemStyle: {
410
+ borderWidth: number;
411
+ borderColor: string;
412
+ };
413
+ };
414
+ sankey: {
415
+ itemStyle: {
416
+ borderWidth: number;
417
+ borderColor: string;
418
+ };
419
+ };
420
+ funnel: {
421
+ itemStyle: {
422
+ borderWidth: number;
423
+ borderColor: string;
424
+ };
425
+ };
426
+ gauge: {
427
+ itemStyle: {
428
+ borderWidth: number;
429
+ borderColor: string;
430
+ };
431
+ };
432
+ candlestick: {
433
+ itemStyle: {
434
+ color: string;
435
+ color0: string;
436
+ borderColor: string;
437
+ borderColor0: string;
438
+ borderWidth: number;
439
+ };
440
+ };
441
+ graph: {
442
+ itemStyle: {
443
+ borderWidth: number;
444
+ borderColor: string;
445
+ };
446
+ lineStyle: {
447
+ width: number;
448
+ color: string;
449
+ };
450
+ symbolSize: number;
451
+ symbol: string;
452
+ smooth: boolean;
453
+ color: string[];
454
+ label: {
455
+ color: string;
456
+ };
457
+ };
458
+ map: {
459
+ itemStyle: {
460
+ areaColor: string;
461
+ borderColor: string;
462
+ borderWidth: number;
463
+ };
464
+ label: {
465
+ color: string;
466
+ };
467
+ emphasis: {
468
+ itemStyle: {
469
+ areaColor: string;
470
+ borderColor: string;
471
+ borderWidth: number;
472
+ };
473
+ label: {
474
+ color: string;
475
+ };
476
+ };
477
+ };
478
+ geo: {
479
+ itemStyle: {
480
+ areaColor: string;
481
+ borderColor: string;
482
+ borderWidth: number;
483
+ };
484
+ label: {
485
+ color: string;
486
+ };
487
+ emphasis: {
488
+ itemStyle: {
489
+ areaColor: string;
490
+ borderColor: string;
491
+ borderWidth: number;
492
+ };
493
+ label: {
494
+ color: string;
495
+ };
496
+ };
497
+ };
498
+ categoryAxis: {
499
+ axisLine: {
500
+ show: boolean;
501
+ lineStyle: {
502
+ color: string;
503
+ };
504
+ };
505
+ axisTick: {
506
+ show: boolean;
507
+ lineStyle: {
508
+ color: string;
509
+ };
510
+ };
511
+ axisLabel: {
512
+ show: boolean;
513
+ color: string;
514
+ };
515
+ splitLine: {
516
+ show: boolean;
517
+ lineStyle: {
518
+ color: string[];
519
+ };
520
+ };
521
+ splitArea: {
522
+ show: boolean;
523
+ };
524
+ };
525
+ valueAxis: {
526
+ axisLine: {
527
+ show: boolean;
528
+ lineStyle: {
529
+ color: string;
530
+ };
531
+ };
532
+ axisTick: {
533
+ show: boolean;
534
+ lineStyle: {
535
+ color: string;
536
+ };
537
+ };
538
+ axisLabel: {
539
+ show: boolean;
540
+ color: string;
541
+ };
542
+ splitLine: {
543
+ show: boolean;
544
+ lineStyle: {
545
+ color: string[];
546
+ };
547
+ };
548
+ splitArea: {
549
+ show: boolean;
550
+ };
551
+ };
552
+ logAxis: {
553
+ axisLine: {
554
+ show: boolean;
555
+ lineStyle: {
556
+ color: string;
557
+ };
558
+ };
559
+ axisTick: {
560
+ show: boolean;
561
+ lineStyle: {
562
+ color: string;
563
+ };
564
+ };
565
+ axisLabel: {
566
+ show: boolean;
567
+ color: string;
568
+ };
569
+ splitLine: {
570
+ show: boolean;
571
+ lineStyle: {
572
+ color: string[];
573
+ };
574
+ };
575
+ splitArea: {
576
+ show: boolean;
577
+ };
578
+ };
579
+ timeAxis: {
580
+ axisLine: {
581
+ show: boolean;
582
+ lineStyle: {
583
+ color: string;
584
+ };
585
+ };
586
+ axisTick: {
587
+ show: boolean;
588
+ lineStyle: {
589
+ color: string;
590
+ };
591
+ };
592
+ axisLabel: {
593
+ show: boolean;
594
+ color: string;
595
+ };
596
+ splitLine: {
597
+ show: boolean;
598
+ lineStyle: {
599
+ color: string[];
600
+ };
601
+ };
602
+ splitArea: {
603
+ show: boolean;
604
+ };
605
+ };
606
+ toolbox: {
607
+ iconStyle: {
608
+ borderColor: string;
609
+ };
610
+ emphasis: {
611
+ iconStyle: {
612
+ borderColor: string;
613
+ };
614
+ };
615
+ };
616
+ legend: {
617
+ textStyle: {
618
+ color: string;
619
+ };
620
+ };
621
+ tooltip: {
622
+ axisPointer: {
623
+ lineStyle: {
624
+ color: string;
625
+ width: number;
626
+ };
627
+ crossStyle: {
628
+ color: string;
629
+ width: number;
630
+ };
631
+ };
632
+ };
633
+ timeline: {
634
+ lineStyle: {
635
+ color: string;
636
+ width: number;
637
+ };
638
+ itemStyle: {
639
+ color: string;
640
+ borderWidth: number;
641
+ };
642
+ controlStyle: {
643
+ color: string;
644
+ borderColor: string;
645
+ borderWidth: number;
646
+ };
647
+ checkpointStyle: {
648
+ color: string;
649
+ borderColor: string;
650
+ };
651
+ label: {
652
+ color: string;
653
+ };
654
+ emphasis: {
655
+ itemStyle: {
656
+ color: string;
657
+ };
658
+ controlStyle: {
659
+ color: string;
660
+ borderColor: string;
661
+ borderWidth: number;
662
+ };
663
+ label: {
664
+ color: string;
665
+ };
666
+ };
667
+ };
668
+ visualMap: {
669
+ color: string[];
670
+ };
671
+ dataZoom: {
672
+ backgroundColor: string;
673
+ dataBackgroundColor: string;
674
+ fillerColor: string;
675
+ handleColor: string;
676
+ handleSize: string;
677
+ textStyle: {
678
+ color: string;
679
+ };
680
+ };
681
+ markPoint: {
682
+ label: {
683
+ color: string;
684
+ };
685
+ emphasis: {
686
+ label: {
687
+ color: string;
688
+ };
689
+ };
690
+ };
691
+ };
692
+ //# sourceMappingURL=registry_echarts_theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry_echarts_theme.d.ts","sourceRoot":"","sources":["../../src/module-alias/registry_echarts_theme.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,cAAgB,GAAG,MAAM,CAS/E;AAGD,wBAAgB,oBAAoB,CAAC,OAAO,cAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2W3D;AAGD,wBAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpC"}