@arim-aisdc/public-components 2.3.41 → 2.3.43

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 (88) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +3 -3
  3. package/dist/assets/iconfont/index.css +6 -6
  4. package/dist/assets/iconfont/menu-gray/demo.css +539 -539
  5. package/dist/assets/iconfont/menu-gray/demo_index.html +1154 -1154
  6. package/dist/assets/iconfont/menu-gray/iconfont.css +183 -183
  7. package/dist/assets/iconfont/menu-gray/iconfont.json +303 -303
  8. package/dist/assets/iconfont/other/demo.css +539 -539
  9. package/dist/assets/iconfont/other/demo_index.html +2764 -2764
  10. package/dist/assets/iconfont/other/iconfont.css +463 -463
  11. package/dist/assets/iconfont/other/iconfont.json +793 -793
  12. package/dist/assets/iconfont/public/iconfont.css +69 -69
  13. package/dist/assets/iconfont/table/iconfont.css +89 -89
  14. package/dist/assets/iconfont/theme-dark/four/demo.css +539 -539
  15. package/dist/assets/iconfont/theme-dark/four/demo_index.html +306 -306
  16. package/dist/assets/iconfont/theme-dark/four/iconfont.css +37 -37
  17. package/dist/assets/iconfont/theme-dark/four/iconfont.json +44 -44
  18. package/dist/assets/images/data-empty-dark.svg +103 -103
  19. package/dist/assets/images/data-empty-light.svg +73 -73
  20. package/dist/assets/images/data.empty-dark.svg +44 -44
  21. package/dist/assets/styles/custom-dark.css +28466 -28466
  22. package/dist/assets/styles/custom-light.css +28092 -28092
  23. package/dist/components/BaseInfo/BaseInfo.d.ts +1 -1
  24. package/dist/components/BaseInfo/index.less +95 -95
  25. package/dist/components/CacheTabs/index.less +115 -115
  26. package/dist/components/CenterModal/index.less +41 -41
  27. package/dist/components/ConditionExpression/index.less +111 -111
  28. package/dist/components/CustomForm/CustomForm.js +5 -5
  29. package/dist/components/CustomForm/UploadImg/index.js +5 -5
  30. package/dist/components/CustomForm/customFormItemInputNumber/index.less +12 -12
  31. package/dist/components/CustomForm/index.less +76 -76
  32. package/dist/components/DraggableBox/index.less +26 -26
  33. package/dist/components/Empty/index.less +21 -21
  34. package/dist/components/Filter/FilterColor/index.less +106 -106
  35. package/dist/components/Filter/FilterInputNumber/index.less +15 -15
  36. package/dist/components/Filter/FilterRadio/index.less +25 -25
  37. package/dist/components/Filter/FilterSelect/index.less +28 -28
  38. package/dist/components/Filter/FilterSlider/index.less +19 -19
  39. package/dist/components/Filter/FilterSwitch/index.less +20 -20
  40. package/dist/components/GlobalTip/MessageTip/index.less +28 -28
  41. package/dist/components/GlobalTip/ModalTip/index.less +42 -42
  42. package/dist/components/Icon/IconDemo/animations/Calendar/calendar.json +692 -692
  43. package/dist/components/Icon/IconDemo/animations/Loading/loading.json +869 -869
  44. package/dist/components/Icon/IconDemo/animations/download/download.json +815 -815
  45. package/dist/components/Icon/IconDemo/animations/download/download.svg +5 -5
  46. package/dist/components/Icon/IconDemo/animations/skipForward/skipForward.json +1053 -1053
  47. package/dist/components/Icon/index.less +28 -28
  48. package/dist/components/QueryFilter/QueryFilter.js +5 -5
  49. package/dist/components/QueryFilter/index.less +64 -64
  50. package/dist/components/SchemaForm/type.js +2 -2
  51. package/dist/components/SchemaForm/utils.js +7 -7
  52. package/dist/components/SplitPane/splitPane.less +24 -24
  53. package/dist/components/SplitPane/util.js +21 -21
  54. package/dist/components/TableMax/TableBody/contextMenu/index.less +21 -21
  55. package/dist/components/TableMax/TableBody/index.less +187 -187
  56. package/dist/components/TableMax/TableHeader/index.less +224 -224
  57. package/dist/components/TableMax/TableHeader/utils.js +2 -2
  58. package/dist/components/TableMax/TableMax.js +14 -4
  59. package/dist/components/TableMax/components/ColumnEdit/components/numberRange/index.less +2 -2
  60. package/dist/components/TableMax/components/ColumnEdit/index.less +72 -72
  61. package/dist/components/TableMax/components/ColumnFilterV2/DateRange/index.less +24 -24
  62. package/dist/components/TableMax/components/ColumnFilterV2/MultipleSelect/index.less +32 -32
  63. package/dist/components/TableMax/components/ColumnFilterV2/NumberRange/index.less +27 -27
  64. package/dist/components/TableMax/components/ColumnFilterV2/ResetFilter.d.ts +10 -0
  65. package/dist/components/TableMax/components/ColumnFilterV2/ResetFilter.js +30 -0
  66. package/dist/components/TableMax/components/ColumnFilterV2/SingleSelect/index.less +43 -43
  67. package/dist/components/TableMax/components/ColumnFilterV2/index.less +39 -39
  68. package/dist/components/TableMax/components/ColumnSetting/index.less +183 -183
  69. package/dist/components/TableMax/components/ColumnSort/customSortFns.d.ts +8 -8
  70. package/dist/components/TableMax/components/ColumnSort/index.less +42 -42
  71. package/dist/components/TableMax/components/CustomDragerLayer/index.less +59 -59
  72. package/dist/components/TableMax/components/Export/index.d.ts +14 -0
  73. package/dist/components/TableMax/components/Export/index.js +56 -0
  74. package/dist/components/TableMax/components/Export/useTableExport.d.ts +20 -0
  75. package/dist/components/TableMax/components/Export/useTableExport.js +243 -0
  76. package/dist/components/TableMax/components/PaginationV2/index.less +116 -116
  77. package/dist/components/TableMax/hooks/useColumnWidth copy.js +26 -26
  78. package/dist/components/TableMax/hooks/useColumnWidth.js +18 -18
  79. package/dist/components/TableMax/tableMax.less +340 -340
  80. package/dist/components/TableMax/type.d.ts +6 -0
  81. package/dist/components/TableMax/utils.js +11 -9
  82. package/dist/hooks/useCenterModalState.js +2 -2
  83. package/dist/hooks/usePageCacheState.js +18 -18
  84. package/dist/themes/custom-dark.css +28482 -28482
  85. package/dist/themes/custom-light.css +28108 -28108
  86. package/dist/themes/variables.less +90 -90
  87. package/dist/utils/request.js +10 -10
  88. package/package.json +110 -108
@@ -1,693 +1,693 @@
1
- {
2
- "v": "5.6.5",
3
- "fr": 30,
4
- "ip": 0,
5
- "op": 8,
6
- "w": 32,
7
- "h": 32,
8
- "nm": "calendar",
9
- "ddd": 0,
10
- "assets": [],
11
- "layers": [{
12
- "ddd": 0,
13
- "ind": 1,
14
- "ty": 4,
15
- "nm": "calendar",
16
- "sr": 1,
17
- "ks": {
18
- "o": {
19
- "a": 0,
20
- "k": 100,
21
- "ix": 11
22
- },
23
- "r": {
24
- "a": 0,
25
- "k": 0,
26
- "ix": 10
27
- },
28
- "p": {
29
- "a": 0,
30
- "k": [16, 16, 0],
31
- "ix": 2
32
- },
33
- "a": {
34
- "a": 0,
35
- "k": [12, 12, 0],
36
- "ix": 1
37
- },
38
- "s": {
39
- "a": 0,
40
- "k": [100, 100, 100],
41
- "ix": 6
42
- }
43
- },
44
- "ao": 0,
45
- "shapes": [{
46
- "ty": "gr",
47
- "it": [{
48
- "ind": 0,
49
- "ty": "sh",
50
- "ix": 1,
51
- "ks": {
52
- "a": 0,
53
- "k": {
54
- "i": [
55
- [0, 0],
56
- [0, 0]
57
- ],
58
- "o": [
59
- [0, 0],
60
- [0, 0]
61
- ],
62
- "v": [
63
- [3, 10],
64
- [21, 10]
65
- ],
66
- "c": false
67
- },
68
- "ix": 2
69
- },
70
- "nm": "Path 1",
71
- "mn": "ADBE Vector Shape - Group",
72
- "hd": false
73
- }, {
74
- "ty": "st",
75
- "c": {
76
- "a": 0,
77
- "k": [0, 0, 0, 1],
78
- "ix": 3
79
- },
80
- "o": {
81
- "a": 0,
82
- "k": 100,
83
- "ix": 4
84
- },
85
- "w": {
86
- "a": 0,
87
- "k": 2,
88
- "ix": 5
89
- },
90
- "lc": 2,
91
- "lj": 2,
92
- "bm": 0,
93
- "nm": "Stroke 1",
94
- "mn": "ADBE Vector Graphic - Stroke",
95
- "hd": false
96
- }, {
97
- "ty": "tr",
98
- "p": {
99
- "a": 1,
100
- "k": [{
101
- "i": {
102
- "x": 0.3,
103
- "y": 1
104
- },
105
- "o": {
106
- "x": 0.3,
107
- "y": 0
108
- },
109
- "t": 0,
110
- "s": [0, 0],
111
- "to": [0, -0.292],
112
- "ti": [0, 0.292]
113
- }, {
114
- "t": 8,
115
- "s": [0, -1.75]
116
- }],
117
- "ix": 2
118
- },
119
- "a": {
120
- "a": 0,
121
- "k": [0, 0],
122
- "ix": 1
123
- },
124
- "s": {
125
- "a": 0,
126
- "k": [100, 100],
127
- "ix": 3
128
- },
129
- "r": {
130
- "a": 0,
131
- "k": 0,
132
- "ix": 6
133
- },
134
- "o": {
135
- "a": 0,
136
- "k": 100,
137
- "ix": 7
138
- },
139
- "sk": {
140
- "a": 0,
141
- "k": 0,
142
- "ix": 4
143
- },
144
- "sa": {
145
- "a": 0,
146
- "k": 0,
147
- "ix": 5
148
- },
149
- "nm": "Transform"
150
- }],
151
- "nm": "Group 2",
152
- "np": 2,
153
- "cix": 2,
154
- "bm": 0,
155
- "ix": 1,
156
- "mn": "ADBE Vector Group",
157
- "hd": false
158
- }, {
159
- "ty": "gr",
160
- "it": [{
161
- "ind": 0,
162
- "ty": "sh",
163
- "ix": 1,
164
- "ks": {
165
- "a": 0,
166
- "k": {
167
- "i": [
168
- [0, 0],
169
- [0, 0]
170
- ],
171
- "o": [
172
- [0, 0],
173
- [0, 0]
174
- ],
175
- "v": [
176
- [8, 2],
177
- [8, 6]
178
- ],
179
- "c": false
180
- },
181
- "ix": 2
182
- },
183
- "nm": "Path 1",
184
- "mn": "ADBE Vector Shape - Group",
185
- "hd": false
186
- }, {
187
- "ty": "st",
188
- "c": {
189
- "a": 0,
190
- "k": [0, 0, 0, 1],
191
- "ix": 3
192
- },
193
- "o": {
194
- "a": 0,
195
- "k": 100,
196
- "ix": 4
197
- },
198
- "w": {
199
- "a": 0,
200
- "k": 2,
201
- "ix": 5
202
- },
203
- "lc": 2,
204
- "lj": 2,
205
- "bm": 0,
206
- "nm": "Stroke 1",
207
- "mn": "ADBE Vector Graphic - Stroke",
208
- "hd": false
209
- }, {
210
- "ty": "tr",
211
- "p": {
212
- "a": 0,
213
- "k": [0, 0],
214
- "ix": 2
215
- },
216
- "a": {
217
- "a": 0,
218
- "k": [0, 0],
219
- "ix": 1
220
- },
221
- "s": {
222
- "a": 0,
223
- "k": [100, 100],
224
- "ix": 3
225
- },
226
- "r": {
227
- "a": 0,
228
- "k": 0,
229
- "ix": 6
230
- },
231
- "o": {
232
- "a": 0,
233
- "k": 100,
234
- "ix": 7
235
- },
236
- "sk": {
237
- "a": 0,
238
- "k": 0,
239
- "ix": 4
240
- },
241
- "sa": {
242
- "a": 0,
243
- "k": 0,
244
- "ix": 5
245
- },
246
- "nm": "Transform"
247
- }],
248
- "nm": "Group 3",
249
- "np": 2,
250
- "cix": 2,
251
- "bm": 0,
252
- "ix": 2,
253
- "mn": "ADBE Vector Group",
254
- "hd": false
255
- }, {
256
- "ty": "gr",
257
- "it": [{
258
- "ind": 0,
259
- "ty": "sh",
260
- "ix": 1,
261
- "ks": {
262
- "a": 0,
263
- "k": {
264
- "i": [
265
- [0, 0],
266
- [0, 0]
267
- ],
268
- "o": [
269
- [0, 0],
270
- [0, 0]
271
- ],
272
- "v": [
273
- [16, 2],
274
- [16, 6]
275
- ],
276
- "c": false
277
- },
278
- "ix": 2
279
- },
280
- "nm": "Path 1",
281
- "mn": "ADBE Vector Shape - Group",
282
- "hd": false
283
- }, {
284
- "ty": "st",
285
- "c": {
286
- "a": 0,
287
- "k": [0, 0, 0, 1],
288
- "ix": 3
289
- },
290
- "o": {
291
- "a": 0,
292
- "k": 100,
293
- "ix": 4
294
- },
295
- "w": {
296
- "a": 0,
297
- "k": 2,
298
- "ix": 5
299
- },
300
- "lc": 2,
301
- "lj": 2,
302
- "bm": 0,
303
- "nm": "Stroke 1",
304
- "mn": "ADBE Vector Graphic - Stroke",
305
- "hd": false
306
- }, {
307
- "ty": "tr",
308
- "p": {
309
- "a": 0,
310
- "k": [0, 0],
311
- "ix": 2
312
- },
313
- "a": {
314
- "a": 0,
315
- "k": [0, 0],
316
- "ix": 1
317
- },
318
- "s": {
319
- "a": 0,
320
- "k": [100, 100],
321
- "ix": 3
322
- },
323
- "r": {
324
- "a": 0,
325
- "k": 0,
326
- "ix": 6
327
- },
328
- "o": {
329
- "a": 0,
330
- "k": 100,
331
- "ix": 7
332
- },
333
- "sk": {
334
- "a": 0,
335
- "k": 0,
336
- "ix": 4
337
- },
338
- "sa": {
339
- "a": 0,
340
- "k": 0,
341
- "ix": 5
342
- },
343
- "nm": "Transform"
344
- }],
345
- "nm": "Group 4",
346
- "np": 2,
347
- "cix": 2,
348
- "bm": 0,
349
- "ix": 3,
350
- "mn": "ADBE Vector Group",
351
- "hd": false
352
- }, {
353
- "ty": "gr",
354
- "it": [{
355
- "ind": 0,
356
- "ty": "sh",
357
- "ix": 1,
358
- "ks": {
359
- "a": 1,
360
- "k": [{
361
- "i": {
362
- "x": 0.3,
363
- "y": 1
364
- },
365
- "o": {
366
- "x": 0.3,
367
- "y": 0
368
- },
369
- "t": 0,
370
- "s": [{
371
- "i": [
372
- [-1.104, 0],
373
- [0, 0],
374
- [0, -1.104],
375
- [0, 0],
376
- [1.104, 0],
377
- [0, 0],
378
- [0, 1.104],
379
- [0, 0]
380
- ],
381
- "o": [
382
- [0, 0],
383
- [1.104, 0],
384
- [0, 0],
385
- [0, 1.104],
386
- [0, 0],
387
- [-1.104, 0],
388
- [0, 0],
389
- [0, -1.104]
390
- ],
391
- "v": [
392
- [-7, -9],
393
- [7, -9],
394
- [9, -7],
395
- [9, 7],
396
- [7, 9],
397
- [-7, 9],
398
- [-9, 7],
399
- [-9, -7]
400
- ],
401
- "c": true
402
- }]
403
- }, {
404
- "t": 8,
405
- "s": [{
406
- "i": [
407
- [-1.104, 0],
408
- [0, 0],
409
- [0, -1.104],
410
- [0, 0],
411
- [1.104, 0],
412
- [0, 0],
413
- [0, 1.104],
414
- [0, 0]
415
- ],
416
- "o": [
417
- [0, 0],
418
- [1.104, 0],
419
- [0, 0],
420
- [0, 1.104],
421
- [0, 0],
422
- [-1.104, 0],
423
- [0, 0],
424
- [0, -1.104]
425
- ],
426
- "v": [
427
- [-7, -9],
428
- [7, -9],
429
- [9, -7],
430
- [10.719, 3.25],
431
- [8.719, 5.25],
432
- [-8.719, 5.25],
433
- [-10.719, 3.25],
434
- [-9, -7]
435
- ],
436
- "c": true
437
- }]
438
- }],
439
- "ix": 2
440
- },
441
- "nm": "Path 1",
442
- "mn": "ADBE Vector Shape - Group",
443
- "hd": false
444
- }, {
445
- "ty": "st",
446
- "c": {
447
- "a": 0,
448
- "k": [0, 0, 0, 1],
449
- "ix": 3
450
- },
451
- "o": {
452
- "a": 0,
453
- "k": 100,
454
- "ix": 4
455
- },
456
- "w": {
457
- "a": 0,
458
- "k": 2,
459
- "ix": 5
460
- },
461
- "lc": 2,
462
- "lj": 2,
463
- "bm": 0,
464
- "nm": "Stroke 1",
465
- "mn": "ADBE Vector Graphic - Stroke",
466
- "hd": false
467
- }, {
468
- "ty": "tr",
469
- "p": {
470
- "a": 0,
471
- "k": [12, 13],
472
- "ix": 2
473
- },
474
- "a": {
475
- "a": 0,
476
- "k": [0, 0],
477
- "ix": 1
478
- },
479
- "s": {
480
- "a": 0,
481
- "k": [100, 100],
482
- "ix": 3
483
- },
484
- "r": {
485
- "a": 0,
486
- "k": 0,
487
- "ix": 6
488
- },
489
- "o": {
490
- "a": 0,
491
- "k": 100,
492
- "ix": 7
493
- },
494
- "sk": {
495
- "a": 0,
496
- "k": 0,
497
- "ix": 4
498
- },
499
- "sa": {
500
- "a": 0,
501
- "k": 0,
502
- "ix": 5
503
- },
504
- "nm": "Transform"
505
- }],
506
- "nm": "Group 6",
507
- "np": 2,
508
- "cix": 2,
509
- "bm": 0,
510
- "ix": 4,
511
- "mn": "ADBE Vector Group",
512
- "hd": false
513
- }, {
514
- "ty": "gr",
515
- "it": [{
516
- "ind": 0,
517
- "ty": "sh",
518
- "ix": 1,
519
- "ks": {
520
- "a": 0,
521
- "k": {
522
- "i": [
523
- [0, 0],
524
- [0, 0],
525
- [1.104, 0],
526
- [0, 0],
527
- [0, 1.104],
528
- [0, 0]
529
- ],
530
- "o": [
531
- [0, 0],
532
- [0, 1.104],
533
- [0, 0],
534
- [-1.104, 0],
535
- [0, 0],
536
- [0, 0]
537
- ],
538
- "v": [
539
- [9, 5.25],
540
- [9, 7],
541
- [7, 9],
542
- [-7, 9],
543
- [-9, 7],
544
- [-9, 5.25]
545
- ],
546
- "c": false
547
- },
548
- "ix": 2
549
- },
550
- "nm": "Path 1",
551
- "mn": "ADBE Vector Shape - Group",
552
- "hd": false
553
- }, {
554
- "ty": "tm",
555
- "s": {
556
- "a": 1,
557
- "k": [{
558
- "i": {
559
- "x": [0.3],
560
- "y": [1]
561
- },
562
- "o": {
563
- "x": [0.3],
564
- "y": [0]
565
- },
566
- "t": 0,
567
- "s": [15]
568
- }, {
569
- "t": 8,
570
- "s": [0]
571
- }],
572
- "ix": 1
573
- },
574
- "e": {
575
- "a": 1,
576
- "k": [{
577
- "i": {
578
- "x": [0.3],
579
- "y": [1]
580
- },
581
- "o": {
582
- "x": [0.3],
583
- "y": [0]
584
- },
585
- "t": 0,
586
- "s": [85]
587
- }, {
588
- "t": 8,
589
- "s": [100]
590
- }],
591
- "ix": 2
592
- },
593
- "o": {
594
- "a": 0,
595
- "k": 0,
596
- "ix": 3
597
- },
598
- "m": 1,
599
- "ix": 2,
600
- "nm": "Trim Paths 1",
601
- "mn": "ADBE Vector Filter - Trim",
602
- "hd": false
603
- }, {
604
- "ty": "st",
605
- "c": {
606
- "a": 0,
607
- "k": [0, 0, 0, 1],
608
- "ix": 3
609
- },
610
- "o": {
611
- "a": 0,
612
- "k": 100,
613
- "ix": 4
614
- },
615
- "w": {
616
- "a": 0,
617
- "k": 2,
618
- "ix": 5
619
- },
620
- "lc": 2,
621
- "lj": 2,
622
- "bm": 0,
623
- "nm": "Stroke 1",
624
- "mn": "ADBE Vector Graphic - Stroke",
625
- "hd": false
626
- }, {
627
- "ty": "tr",
628
- "p": {
629
- "a": 0,
630
- "k": [12, 13],
631
- "ix": 2
632
- },
633
- "a": {
634
- "a": 0,
635
- "k": [0, 0],
636
- "ix": 1
637
- },
638
- "s": {
639
- "a": 0,
640
- "k": [100, 100],
641
- "ix": 3
642
- },
643
- "r": {
644
- "a": 0,
645
- "k": 0,
646
- "ix": 6
647
- },
648
- "o": {
649
- "a": 1,
650
- "k": [{
651
- "i": {
652
- "x": [0.833],
653
- "y": [0.833]
654
- },
655
- "o": {
656
- "x": [0.167],
657
- "y": [0.167]
658
- },
659
- "t": 0,
660
- "s": [0]
661
- }, {
662
- "t": 1,
663
- "s": [100]
664
- }],
665
- "ix": 7
666
- },
667
- "sk": {
668
- "a": 0,
669
- "k": 0,
670
- "ix": 4
671
- },
672
- "sa": {
673
- "a": 0,
674
- "k": 0,
675
- "ix": 5
676
- },
677
- "nm": "Transform"
678
- }],
679
- "nm": "Group 5",
680
- "np": 3,
681
- "cix": 2,
682
- "bm": 0,
683
- "ix": 5,
684
- "mn": "ADBE Vector Group",
685
- "hd": false
686
- }],
687
- "ip": 0,
688
- "op": 8,
689
- "st": 0,
690
- "bm": 0
691
- }],
692
- "markers": []
1
+ {
2
+ "v": "5.6.5",
3
+ "fr": 30,
4
+ "ip": 0,
5
+ "op": 8,
6
+ "w": 32,
7
+ "h": 32,
8
+ "nm": "calendar",
9
+ "ddd": 0,
10
+ "assets": [],
11
+ "layers": [{
12
+ "ddd": 0,
13
+ "ind": 1,
14
+ "ty": 4,
15
+ "nm": "calendar",
16
+ "sr": 1,
17
+ "ks": {
18
+ "o": {
19
+ "a": 0,
20
+ "k": 100,
21
+ "ix": 11
22
+ },
23
+ "r": {
24
+ "a": 0,
25
+ "k": 0,
26
+ "ix": 10
27
+ },
28
+ "p": {
29
+ "a": 0,
30
+ "k": [16, 16, 0],
31
+ "ix": 2
32
+ },
33
+ "a": {
34
+ "a": 0,
35
+ "k": [12, 12, 0],
36
+ "ix": 1
37
+ },
38
+ "s": {
39
+ "a": 0,
40
+ "k": [100, 100, 100],
41
+ "ix": 6
42
+ }
43
+ },
44
+ "ao": 0,
45
+ "shapes": [{
46
+ "ty": "gr",
47
+ "it": [{
48
+ "ind": 0,
49
+ "ty": "sh",
50
+ "ix": 1,
51
+ "ks": {
52
+ "a": 0,
53
+ "k": {
54
+ "i": [
55
+ [0, 0],
56
+ [0, 0]
57
+ ],
58
+ "o": [
59
+ [0, 0],
60
+ [0, 0]
61
+ ],
62
+ "v": [
63
+ [3, 10],
64
+ [21, 10]
65
+ ],
66
+ "c": false
67
+ },
68
+ "ix": 2
69
+ },
70
+ "nm": "Path 1",
71
+ "mn": "ADBE Vector Shape - Group",
72
+ "hd": false
73
+ }, {
74
+ "ty": "st",
75
+ "c": {
76
+ "a": 0,
77
+ "k": [0, 0, 0, 1],
78
+ "ix": 3
79
+ },
80
+ "o": {
81
+ "a": 0,
82
+ "k": 100,
83
+ "ix": 4
84
+ },
85
+ "w": {
86
+ "a": 0,
87
+ "k": 2,
88
+ "ix": 5
89
+ },
90
+ "lc": 2,
91
+ "lj": 2,
92
+ "bm": 0,
93
+ "nm": "Stroke 1",
94
+ "mn": "ADBE Vector Graphic - Stroke",
95
+ "hd": false
96
+ }, {
97
+ "ty": "tr",
98
+ "p": {
99
+ "a": 1,
100
+ "k": [{
101
+ "i": {
102
+ "x": 0.3,
103
+ "y": 1
104
+ },
105
+ "o": {
106
+ "x": 0.3,
107
+ "y": 0
108
+ },
109
+ "t": 0,
110
+ "s": [0, 0],
111
+ "to": [0, -0.292],
112
+ "ti": [0, 0.292]
113
+ }, {
114
+ "t": 8,
115
+ "s": [0, -1.75]
116
+ }],
117
+ "ix": 2
118
+ },
119
+ "a": {
120
+ "a": 0,
121
+ "k": [0, 0],
122
+ "ix": 1
123
+ },
124
+ "s": {
125
+ "a": 0,
126
+ "k": [100, 100],
127
+ "ix": 3
128
+ },
129
+ "r": {
130
+ "a": 0,
131
+ "k": 0,
132
+ "ix": 6
133
+ },
134
+ "o": {
135
+ "a": 0,
136
+ "k": 100,
137
+ "ix": 7
138
+ },
139
+ "sk": {
140
+ "a": 0,
141
+ "k": 0,
142
+ "ix": 4
143
+ },
144
+ "sa": {
145
+ "a": 0,
146
+ "k": 0,
147
+ "ix": 5
148
+ },
149
+ "nm": "Transform"
150
+ }],
151
+ "nm": "Group 2",
152
+ "np": 2,
153
+ "cix": 2,
154
+ "bm": 0,
155
+ "ix": 1,
156
+ "mn": "ADBE Vector Group",
157
+ "hd": false
158
+ }, {
159
+ "ty": "gr",
160
+ "it": [{
161
+ "ind": 0,
162
+ "ty": "sh",
163
+ "ix": 1,
164
+ "ks": {
165
+ "a": 0,
166
+ "k": {
167
+ "i": [
168
+ [0, 0],
169
+ [0, 0]
170
+ ],
171
+ "o": [
172
+ [0, 0],
173
+ [0, 0]
174
+ ],
175
+ "v": [
176
+ [8, 2],
177
+ [8, 6]
178
+ ],
179
+ "c": false
180
+ },
181
+ "ix": 2
182
+ },
183
+ "nm": "Path 1",
184
+ "mn": "ADBE Vector Shape - Group",
185
+ "hd": false
186
+ }, {
187
+ "ty": "st",
188
+ "c": {
189
+ "a": 0,
190
+ "k": [0, 0, 0, 1],
191
+ "ix": 3
192
+ },
193
+ "o": {
194
+ "a": 0,
195
+ "k": 100,
196
+ "ix": 4
197
+ },
198
+ "w": {
199
+ "a": 0,
200
+ "k": 2,
201
+ "ix": 5
202
+ },
203
+ "lc": 2,
204
+ "lj": 2,
205
+ "bm": 0,
206
+ "nm": "Stroke 1",
207
+ "mn": "ADBE Vector Graphic - Stroke",
208
+ "hd": false
209
+ }, {
210
+ "ty": "tr",
211
+ "p": {
212
+ "a": 0,
213
+ "k": [0, 0],
214
+ "ix": 2
215
+ },
216
+ "a": {
217
+ "a": 0,
218
+ "k": [0, 0],
219
+ "ix": 1
220
+ },
221
+ "s": {
222
+ "a": 0,
223
+ "k": [100, 100],
224
+ "ix": 3
225
+ },
226
+ "r": {
227
+ "a": 0,
228
+ "k": 0,
229
+ "ix": 6
230
+ },
231
+ "o": {
232
+ "a": 0,
233
+ "k": 100,
234
+ "ix": 7
235
+ },
236
+ "sk": {
237
+ "a": 0,
238
+ "k": 0,
239
+ "ix": 4
240
+ },
241
+ "sa": {
242
+ "a": 0,
243
+ "k": 0,
244
+ "ix": 5
245
+ },
246
+ "nm": "Transform"
247
+ }],
248
+ "nm": "Group 3",
249
+ "np": 2,
250
+ "cix": 2,
251
+ "bm": 0,
252
+ "ix": 2,
253
+ "mn": "ADBE Vector Group",
254
+ "hd": false
255
+ }, {
256
+ "ty": "gr",
257
+ "it": [{
258
+ "ind": 0,
259
+ "ty": "sh",
260
+ "ix": 1,
261
+ "ks": {
262
+ "a": 0,
263
+ "k": {
264
+ "i": [
265
+ [0, 0],
266
+ [0, 0]
267
+ ],
268
+ "o": [
269
+ [0, 0],
270
+ [0, 0]
271
+ ],
272
+ "v": [
273
+ [16, 2],
274
+ [16, 6]
275
+ ],
276
+ "c": false
277
+ },
278
+ "ix": 2
279
+ },
280
+ "nm": "Path 1",
281
+ "mn": "ADBE Vector Shape - Group",
282
+ "hd": false
283
+ }, {
284
+ "ty": "st",
285
+ "c": {
286
+ "a": 0,
287
+ "k": [0, 0, 0, 1],
288
+ "ix": 3
289
+ },
290
+ "o": {
291
+ "a": 0,
292
+ "k": 100,
293
+ "ix": 4
294
+ },
295
+ "w": {
296
+ "a": 0,
297
+ "k": 2,
298
+ "ix": 5
299
+ },
300
+ "lc": 2,
301
+ "lj": 2,
302
+ "bm": 0,
303
+ "nm": "Stroke 1",
304
+ "mn": "ADBE Vector Graphic - Stroke",
305
+ "hd": false
306
+ }, {
307
+ "ty": "tr",
308
+ "p": {
309
+ "a": 0,
310
+ "k": [0, 0],
311
+ "ix": 2
312
+ },
313
+ "a": {
314
+ "a": 0,
315
+ "k": [0, 0],
316
+ "ix": 1
317
+ },
318
+ "s": {
319
+ "a": 0,
320
+ "k": [100, 100],
321
+ "ix": 3
322
+ },
323
+ "r": {
324
+ "a": 0,
325
+ "k": 0,
326
+ "ix": 6
327
+ },
328
+ "o": {
329
+ "a": 0,
330
+ "k": 100,
331
+ "ix": 7
332
+ },
333
+ "sk": {
334
+ "a": 0,
335
+ "k": 0,
336
+ "ix": 4
337
+ },
338
+ "sa": {
339
+ "a": 0,
340
+ "k": 0,
341
+ "ix": 5
342
+ },
343
+ "nm": "Transform"
344
+ }],
345
+ "nm": "Group 4",
346
+ "np": 2,
347
+ "cix": 2,
348
+ "bm": 0,
349
+ "ix": 3,
350
+ "mn": "ADBE Vector Group",
351
+ "hd": false
352
+ }, {
353
+ "ty": "gr",
354
+ "it": [{
355
+ "ind": 0,
356
+ "ty": "sh",
357
+ "ix": 1,
358
+ "ks": {
359
+ "a": 1,
360
+ "k": [{
361
+ "i": {
362
+ "x": 0.3,
363
+ "y": 1
364
+ },
365
+ "o": {
366
+ "x": 0.3,
367
+ "y": 0
368
+ },
369
+ "t": 0,
370
+ "s": [{
371
+ "i": [
372
+ [-1.104, 0],
373
+ [0, 0],
374
+ [0, -1.104],
375
+ [0, 0],
376
+ [1.104, 0],
377
+ [0, 0],
378
+ [0, 1.104],
379
+ [0, 0]
380
+ ],
381
+ "o": [
382
+ [0, 0],
383
+ [1.104, 0],
384
+ [0, 0],
385
+ [0, 1.104],
386
+ [0, 0],
387
+ [-1.104, 0],
388
+ [0, 0],
389
+ [0, -1.104]
390
+ ],
391
+ "v": [
392
+ [-7, -9],
393
+ [7, -9],
394
+ [9, -7],
395
+ [9, 7],
396
+ [7, 9],
397
+ [-7, 9],
398
+ [-9, 7],
399
+ [-9, -7]
400
+ ],
401
+ "c": true
402
+ }]
403
+ }, {
404
+ "t": 8,
405
+ "s": [{
406
+ "i": [
407
+ [-1.104, 0],
408
+ [0, 0],
409
+ [0, -1.104],
410
+ [0, 0],
411
+ [1.104, 0],
412
+ [0, 0],
413
+ [0, 1.104],
414
+ [0, 0]
415
+ ],
416
+ "o": [
417
+ [0, 0],
418
+ [1.104, 0],
419
+ [0, 0],
420
+ [0, 1.104],
421
+ [0, 0],
422
+ [-1.104, 0],
423
+ [0, 0],
424
+ [0, -1.104]
425
+ ],
426
+ "v": [
427
+ [-7, -9],
428
+ [7, -9],
429
+ [9, -7],
430
+ [10.719, 3.25],
431
+ [8.719, 5.25],
432
+ [-8.719, 5.25],
433
+ [-10.719, 3.25],
434
+ [-9, -7]
435
+ ],
436
+ "c": true
437
+ }]
438
+ }],
439
+ "ix": 2
440
+ },
441
+ "nm": "Path 1",
442
+ "mn": "ADBE Vector Shape - Group",
443
+ "hd": false
444
+ }, {
445
+ "ty": "st",
446
+ "c": {
447
+ "a": 0,
448
+ "k": [0, 0, 0, 1],
449
+ "ix": 3
450
+ },
451
+ "o": {
452
+ "a": 0,
453
+ "k": 100,
454
+ "ix": 4
455
+ },
456
+ "w": {
457
+ "a": 0,
458
+ "k": 2,
459
+ "ix": 5
460
+ },
461
+ "lc": 2,
462
+ "lj": 2,
463
+ "bm": 0,
464
+ "nm": "Stroke 1",
465
+ "mn": "ADBE Vector Graphic - Stroke",
466
+ "hd": false
467
+ }, {
468
+ "ty": "tr",
469
+ "p": {
470
+ "a": 0,
471
+ "k": [12, 13],
472
+ "ix": 2
473
+ },
474
+ "a": {
475
+ "a": 0,
476
+ "k": [0, 0],
477
+ "ix": 1
478
+ },
479
+ "s": {
480
+ "a": 0,
481
+ "k": [100, 100],
482
+ "ix": 3
483
+ },
484
+ "r": {
485
+ "a": 0,
486
+ "k": 0,
487
+ "ix": 6
488
+ },
489
+ "o": {
490
+ "a": 0,
491
+ "k": 100,
492
+ "ix": 7
493
+ },
494
+ "sk": {
495
+ "a": 0,
496
+ "k": 0,
497
+ "ix": 4
498
+ },
499
+ "sa": {
500
+ "a": 0,
501
+ "k": 0,
502
+ "ix": 5
503
+ },
504
+ "nm": "Transform"
505
+ }],
506
+ "nm": "Group 6",
507
+ "np": 2,
508
+ "cix": 2,
509
+ "bm": 0,
510
+ "ix": 4,
511
+ "mn": "ADBE Vector Group",
512
+ "hd": false
513
+ }, {
514
+ "ty": "gr",
515
+ "it": [{
516
+ "ind": 0,
517
+ "ty": "sh",
518
+ "ix": 1,
519
+ "ks": {
520
+ "a": 0,
521
+ "k": {
522
+ "i": [
523
+ [0, 0],
524
+ [0, 0],
525
+ [1.104, 0],
526
+ [0, 0],
527
+ [0, 1.104],
528
+ [0, 0]
529
+ ],
530
+ "o": [
531
+ [0, 0],
532
+ [0, 1.104],
533
+ [0, 0],
534
+ [-1.104, 0],
535
+ [0, 0],
536
+ [0, 0]
537
+ ],
538
+ "v": [
539
+ [9, 5.25],
540
+ [9, 7],
541
+ [7, 9],
542
+ [-7, 9],
543
+ [-9, 7],
544
+ [-9, 5.25]
545
+ ],
546
+ "c": false
547
+ },
548
+ "ix": 2
549
+ },
550
+ "nm": "Path 1",
551
+ "mn": "ADBE Vector Shape - Group",
552
+ "hd": false
553
+ }, {
554
+ "ty": "tm",
555
+ "s": {
556
+ "a": 1,
557
+ "k": [{
558
+ "i": {
559
+ "x": [0.3],
560
+ "y": [1]
561
+ },
562
+ "o": {
563
+ "x": [0.3],
564
+ "y": [0]
565
+ },
566
+ "t": 0,
567
+ "s": [15]
568
+ }, {
569
+ "t": 8,
570
+ "s": [0]
571
+ }],
572
+ "ix": 1
573
+ },
574
+ "e": {
575
+ "a": 1,
576
+ "k": [{
577
+ "i": {
578
+ "x": [0.3],
579
+ "y": [1]
580
+ },
581
+ "o": {
582
+ "x": [0.3],
583
+ "y": [0]
584
+ },
585
+ "t": 0,
586
+ "s": [85]
587
+ }, {
588
+ "t": 8,
589
+ "s": [100]
590
+ }],
591
+ "ix": 2
592
+ },
593
+ "o": {
594
+ "a": 0,
595
+ "k": 0,
596
+ "ix": 3
597
+ },
598
+ "m": 1,
599
+ "ix": 2,
600
+ "nm": "Trim Paths 1",
601
+ "mn": "ADBE Vector Filter - Trim",
602
+ "hd": false
603
+ }, {
604
+ "ty": "st",
605
+ "c": {
606
+ "a": 0,
607
+ "k": [0, 0, 0, 1],
608
+ "ix": 3
609
+ },
610
+ "o": {
611
+ "a": 0,
612
+ "k": 100,
613
+ "ix": 4
614
+ },
615
+ "w": {
616
+ "a": 0,
617
+ "k": 2,
618
+ "ix": 5
619
+ },
620
+ "lc": 2,
621
+ "lj": 2,
622
+ "bm": 0,
623
+ "nm": "Stroke 1",
624
+ "mn": "ADBE Vector Graphic - Stroke",
625
+ "hd": false
626
+ }, {
627
+ "ty": "tr",
628
+ "p": {
629
+ "a": 0,
630
+ "k": [12, 13],
631
+ "ix": 2
632
+ },
633
+ "a": {
634
+ "a": 0,
635
+ "k": [0, 0],
636
+ "ix": 1
637
+ },
638
+ "s": {
639
+ "a": 0,
640
+ "k": [100, 100],
641
+ "ix": 3
642
+ },
643
+ "r": {
644
+ "a": 0,
645
+ "k": 0,
646
+ "ix": 6
647
+ },
648
+ "o": {
649
+ "a": 1,
650
+ "k": [{
651
+ "i": {
652
+ "x": [0.833],
653
+ "y": [0.833]
654
+ },
655
+ "o": {
656
+ "x": [0.167],
657
+ "y": [0.167]
658
+ },
659
+ "t": 0,
660
+ "s": [0]
661
+ }, {
662
+ "t": 1,
663
+ "s": [100]
664
+ }],
665
+ "ix": 7
666
+ },
667
+ "sk": {
668
+ "a": 0,
669
+ "k": 0,
670
+ "ix": 4
671
+ },
672
+ "sa": {
673
+ "a": 0,
674
+ "k": 0,
675
+ "ix": 5
676
+ },
677
+ "nm": "Transform"
678
+ }],
679
+ "nm": "Group 5",
680
+ "np": 3,
681
+ "cix": 2,
682
+ "bm": 0,
683
+ "ix": 5,
684
+ "mn": "ADBE Vector Group",
685
+ "hd": false
686
+ }],
687
+ "ip": 0,
688
+ "op": 8,
689
+ "st": 0,
690
+ "bm": 0
691
+ }],
692
+ "markers": []
693
693
  }