@arim-aisdc/public-components 2.3.41 → 2.3.42

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 +30 -0
  75. package/dist/components/TableMax/components/Export/useTableExport.js +202 -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,815 +1,815 @@
1
- {
2
- "v": "5.6.5",
3
- "fr": 30,
4
- "ip": 0,
5
- "op": 120,
6
- "w": 32,
7
- "h": 32,
8
- "nm": "download",
9
- "ddd": 0,
10
- "assets": [
11
- {
12
- "id": "comp_0",
13
- "layers": [
14
- {
15
- "ddd": 0,
16
- "ind": 1,
17
- "ty": 4,
18
- "nm": "wave",
19
- "sr": 1,
20
- "ks": {
21
- "o": { "a": 0, "k": 100, "ix": 11 },
22
- "r": { "a": 0, "k": 0, "ix": 10 },
23
- "p": {
24
- "a": 1,
25
- "k": [
26
- {
27
- "i": { "x": 0.833, "y": 0.833 },
28
- "o": { "x": 0.167, "y": 0.167 },
29
- "t": 10,
30
- "s": [140, 155, 0],
31
- "to": [-96.667, 0, 0],
32
- "ti": [96.667, 0, 0]
33
- },
34
- {
35
- "i": { "x": 0.6, "y": 0.6 },
36
- "o": { "x": 0.167, "y": 0.167 },
37
- "t": 90,
38
- "s": [-440, 155, 0],
39
- "to": [0, 0, 0],
40
- "ti": [0, 0, 0]
41
- },
42
- {
43
- "i": { "x": 0.6, "y": 1 },
44
- "o": { "x": 0.6, "y": 0 },
45
- "t": 100,
46
- "s": [-440, 155, 0],
47
- "to": [0, 63.333, 0],
48
- "ti": [0, -63.333, 0]
49
- },
50
- { "t": 113, "s": [-440, 535, 0] }
51
- ],
52
- "ix": 2
53
- },
54
- "a": { "a": 0, "k": [12, 12, 0], "ix": 1 },
55
- "s": { "a": 0, "k": [1600, 1600, 100], "ix": 6 }
56
- },
57
- "ao": 0,
58
- "shapes": [
59
- {
60
- "ty": "gr",
61
- "it": [
62
- {
63
- "ind": 0,
64
- "ty": "sh",
65
- "ix": 1,
66
- "ks": {
67
- "a": 0,
68
- "k": {
69
- "i": [
70
- [3.373, 0],
71
- [3.373, 0],
72
- [3.374, 0],
73
- [3.375, 0],
74
- [3.372, 0],
75
- [3.376, 0],
76
- [3.378, 0],
77
- [3.378, 0],
78
- [0, 0],
79
- [0, 0],
80
- [0, 0],
81
- [0, 0],
82
- [0, 0],
83
- [0, 0],
84
- [0, 0]
85
- ],
86
- "o": [
87
- [-3.374, 0],
88
- [-3.374, 0],
89
- [-3.374, 0],
90
- [-3.373, 0],
91
- [-3.376, 0],
92
- [-3.378, 0],
93
- [-3.378, 0],
94
- [0, 0],
95
- [0, 0],
96
- [0, 0],
97
- [0, 0],
98
- [0, 0],
99
- [0, 0],
100
- [0, 0],
101
- [-3.374, 0]
102
- ],
103
- "v": [
104
- [39.253, -12.216],
105
- [32.506, -9.667],
106
- [25.758, -12.216],
107
- [19.009, -9.667],
108
- [12.264, -12.216],
109
- [5.512, -9.667],
110
- [-1.244, -12.216],
111
- [-8, -9.667],
112
- [-8, -9.144],
113
- [-8, -8.507],
114
- [-8, 11.601],
115
- [46, 11.601],
116
- [46, -8.507],
117
- [46, -9.144],
118
- [46, -9.667]
119
- ],
120
- "c": true
121
- },
122
- "ix": 2
123
- },
124
- "nm": "Path 1",
125
- "mn": "ADBE Vector Shape - Group",
126
- "hd": false
127
- },
128
- {
129
- "ty": "fl",
130
- "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
131
- "o": { "a": 0, "k": 100, "ix": 5 },
132
- "r": 1,
133
- "bm": 0,
134
- "nm": "Fill 1",
135
- "mn": "ADBE Vector Graphic - Fill",
136
- "hd": false
137
- },
138
- {
139
- "ty": "tr",
140
- "p": {
141
- "a": 1,
142
- "k": [
143
- {
144
- "i": { "x": 0.4, "y": 1 },
145
- "o": { "x": 0.4, "y": 0 },
146
- "t": 10,
147
- "s": [11, 34.601],
148
- "to": [0, -1.667],
149
- "ti": [0, 1.667]
150
- },
151
- {
152
- "i": { "x": 0.4, "y": 0.4 },
153
- "o": { "x": 0.4, "y": 0.4 },
154
- "t": 30,
155
- "s": [11, 24.601],
156
- "to": [0, 0],
157
- "ti": [0, 0]
158
- },
159
- {
160
- "i": { "x": 0.4, "y": 1 },
161
- "o": { "x": 0.4, "y": 0 },
162
- "t": 50,
163
- "s": [11, 24.601],
164
- "to": [0, -2.333],
165
- "ti": [0, 2.333]
166
- },
167
- { "t": 90, "s": [11, 10.601] }
168
- ],
169
- "ix": 2
170
- },
171
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
172
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
173
- "r": {
174
- "a": 1,
175
- "k": [
176
- { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 10, "s": [0] },
177
- { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 20, "s": [-10] },
178
- { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 40, "s": [0] },
179
- { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 50, "s": [0] },
180
- { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 60, "s": [-5] },
181
- { "t": 90, "s": [0] }
182
- ],
183
- "ix": 6
184
- },
185
- "o": { "a": 0, "k": 100, "ix": 7 },
186
- "sk": { "a": 0, "k": 0, "ix": 4 },
187
- "sa": { "a": 0, "k": 0, "ix": 5 },
188
- "nm": "Transform"
189
- }
190
- ],
191
- "nm": "wave",
192
- "np": 2,
193
- "cix": 2,
194
- "bm": 0,
195
- "ix": 1,
196
- "mn": "ADBE Vector Group",
197
- "hd": false
198
- }
199
- ],
200
- "ip": 0,
201
- "op": 120,
202
- "st": 0,
203
- "bm": 0
204
- }
205
- ]
206
- }
207
- ],
208
- "layers": [
209
- {
210
- "ddd": 0,
211
- "ind": 1,
212
- "ty": 4,
213
- "nm": "frame",
214
- "sr": 1,
215
- "ks": {
216
- "o": { "a": 0, "k": 100, "ix": 11 },
217
- "r": { "a": 0, "k": 0, "ix": 10 },
218
- "p": { "a": 0, "k": [16, 16, 0], "ix": 2 },
219
- "a": { "a": 0, "k": [12, 12, 0], "ix": 1 },
220
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
221
- },
222
- "ao": 0,
223
- "shapes": [
224
- {
225
- "ty": "gr",
226
- "it": [
227
- {
228
- "ind": 0,
229
- "ty": "sh",
230
- "ix": 1,
231
- "ks": {
232
- "a": 0,
233
- "k": {
234
- "i": [
235
- [-1.104, 0],
236
- [0, 0],
237
- [0, 0],
238
- [0, -1.104],
239
- [0, 0],
240
- [1.104, 0],
241
- [0, 0],
242
- [0, 1.104],
243
- [0, 0]
244
- ],
245
- "o": [
246
- [0, 0],
247
- [0, 0],
248
- [1.104, 0],
249
- [0, 0],
250
- [0, 1.104],
251
- [0, 0],
252
- [-1.104, 0],
253
- [0, 0],
254
- [0, -1.104]
255
- ],
256
- "v": [
257
- [-7, -10],
258
- [0, -10],
259
- [7, -10],
260
- [9, -8],
261
- [9, 8],
262
- [7, 10],
263
- [-7, 10],
264
- [-9, 8],
265
- [-9, -8]
266
- ],
267
- "c": true
268
- },
269
- "ix": 2
270
- },
271
- "nm": "Path 1",
272
- "mn": "ADBE Vector Shape - Group",
273
- "hd": false
274
- },
275
- {
276
- "ty": "tm",
277
- "s": {
278
- "a": 1,
279
- "k": [
280
- { "i": { "x": [0.3], "y": [1] }, "o": { "x": [0.3], "y": [0] }, "t": 0, "s": [36] },
281
- { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "t": 20, "s": [0] },
282
- { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.4], "y": [0] }, "t": 104, "s": [0] },
283
- { "t": 120, "s": [36] }
284
- ],
285
- "ix": 1
286
- },
287
- "e": {
288
- "a": 1,
289
- "k": [
290
- { "i": { "x": [0.3], "y": [1] }, "o": { "x": [0.3], "y": [0] }, "t": 0, "s": [64] },
291
- { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "t": 20, "s": [100] },
292
- { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.4], "y": [0] }, "t": 104, "s": [100] },
293
- { "t": 120, "s": [64] }
294
- ],
295
- "ix": 2
296
- },
297
- "o": { "a": 0, "k": 35, "ix": 3 },
298
- "m": 1,
299
- "ix": 2,
300
- "nm": "Trim Paths 1",
301
- "mn": "ADBE Vector Filter - Trim",
302
- "hd": false
303
- },
304
- {
305
- "ty": "st",
306
- "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
307
- "o": { "a": 0, "k": 100, "ix": 4 },
308
- "w": { "a": 0, "k": 2, "ix": 5 },
309
- "lc": 2,
310
- "lj": 2,
311
- "bm": 0,
312
- "nm": "Stroke 1",
313
- "mn": "ADBE Vector Graphic - Stroke",
314
- "hd": false
315
- },
316
- {
317
- "ty": "tr",
318
- "p": { "a": 0, "k": [12, 12], "ix": 2 },
319
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
320
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
321
- "r": { "a": 0, "k": 0, "ix": 6 },
322
- "o": { "a": 0, "k": 100, "ix": 7 },
323
- "sk": { "a": 0, "k": 0, "ix": 4 },
324
- "sa": { "a": 0, "k": 0, "ix": 5 },
325
- "nm": "Transform"
326
- }
327
- ],
328
- "nm": "frame",
329
- "np": 3,
330
- "cix": 2,
331
- "bm": 0,
332
- "ix": 1,
333
- "mn": "ADBE Vector Group",
334
- "hd": false
335
- },
336
- {
337
- "ty": "gr",
338
- "it": [
339
- {
340
- "ind": 0,
341
- "ty": "sh",
342
- "ix": 1,
343
- "ks": {
344
- "a": 0,
345
- "k": {
346
- "i": [
347
- [0, 0],
348
- [0, 0],
349
- [-1.104, 0],
350
- [0, 0],
351
- [0, 1.104],
352
- [0, 0]
353
- ],
354
- "o": [
355
- [0, 0],
356
- [0, 1.104],
357
- [0, 0],
358
- [1.104, 0],
359
- [0, 0],
360
- [0, 0]
361
- ],
362
- "v": [
363
- [-9, -2.5],
364
- [-9, 0.5],
365
- [-7, 2.5],
366
- [7, 2.5],
367
- [9, 0.5],
368
- [9, -2.5]
369
- ],
370
- "c": false
371
- },
372
- "ix": 2
373
- },
374
- "nm": "Path 1",
375
- "mn": "ADBE Vector Shape - Group",
376
- "hd": false
377
- },
378
- {
379
- "ty": "st",
380
- "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
381
- "o": { "a": 0, "k": 100, "ix": 4 },
382
- "w": { "a": 0, "k": 2, "ix": 5 },
383
- "lc": 2,
384
- "lj": 2,
385
- "bm": 0,
386
- "nm": "Stroke 1",
387
- "mn": "ADBE Vector Graphic - Stroke",
388
- "hd": false
389
- },
390
- {
391
- "ty": "tr",
392
- "p": { "a": 0, "k": [12, 19.5], "ix": 2 },
393
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
394
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
395
- "r": { "a": 0, "k": 0, "ix": 6 },
396
- "o": { "a": 0, "k": 100, "ix": 7 },
397
- "sk": { "a": 0, "k": 0, "ix": 4 },
398
- "sa": { "a": 0, "k": 0, "ix": 5 },
399
- "nm": "Transform"
400
- }
401
- ],
402
- "nm": "bottom",
403
- "np": 2,
404
- "cix": 2,
405
- "bm": 0,
406
- "ix": 2,
407
- "mn": "ADBE Vector Group",
408
- "hd": false
409
- },
410
- {
411
- "ty": "gr",
412
- "it": [
413
- {
414
- "ind": 0,
415
- "ty": "sh",
416
- "ix": 1,
417
- "ks": {
418
- "a": 0,
419
- "k": {
420
- "i": [
421
- [0, 0],
422
- [0, 0],
423
- [0, 0]
424
- ],
425
- "o": [
426
- [0, 0],
427
- [0, 0],
428
- [0, 0]
429
- ],
430
- "v": [
431
- [4.062, -2.708],
432
- [-1.355, 2.708],
433
- [-4.061, 0.001]
434
- ],
435
- "c": false
436
- },
437
- "ix": 2
438
- },
439
- "nm": "Path 1",
440
- "mn": "ADBE Vector Shape - Group",
441
- "hd": false
442
- },
443
- {
444
- "ty": "tm",
445
- "s": {
446
- "a": 1,
447
- "k": [
448
- { "i": { "x": [0.6], "y": [1] }, "o": { "x": [0.6], "y": [0] }, "t": 70, "s": [100] },
449
- { "t": 90, "s": [0] }
450
- ],
451
- "ix": 1
452
- },
453
- "e": { "a": 0, "k": 100, "ix": 2 },
454
- "o": { "a": 0, "k": 0, "ix": 3 },
455
- "m": 1,
456
- "ix": 2,
457
- "nm": "Trim Paths 1",
458
- "mn": "ADBE Vector Filter - Trim",
459
- "hd": false
460
- },
461
- {
462
- "ty": "st",
463
- "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
464
- "o": { "a": 0, "k": 100, "ix": 4 },
465
- "w": { "a": 0, "k": 2, "ix": 5 },
466
- "lc": 2,
467
- "lj": 2,
468
- "bm": 0,
469
- "nm": "Stroke 1",
470
- "mn": "ADBE Vector Graphic - Stroke",
471
- "hd": false
472
- },
473
- {
474
- "ty": "tr",
475
- "p": {
476
- "a": 1,
477
- "k": [
478
- {
479
- "i": { "x": 0.6, "y": 1 },
480
- "o": { "x": 0.6, "y": 0 },
481
- "t": 100,
482
- "s": [12.562, 12],
483
- "to": [0, 3.333],
484
- "ti": [0, -3.333]
485
- },
486
- { "t": 110, "s": [12.562, 32] }
487
- ],
488
- "ix": 2
489
- },
490
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
491
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
492
- "r": { "a": 0, "k": 0, "ix": 6 },
493
- "o": {
494
- "a": 1,
495
- "k": [
496
- { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.167], "y": [0.167] }, "t": 70, "s": [0] },
497
- { "t": 80, "s": [100] }
498
- ],
499
- "ix": 7
500
- },
501
- "sk": { "a": 0, "k": 0, "ix": 4 },
502
- "sa": { "a": 0, "k": 0, "ix": 5 },
503
- "nm": "Transform"
504
- }
505
- ],
506
- "nm": "checkmark",
507
- "np": 3,
508
- "cix": 2,
509
- "bm": 0,
510
- "ix": 3,
511
- "mn": "ADBE Vector Group",
512
- "hd": false
513
- }
514
- ],
515
- "ip": 0,
516
- "op": 120,
517
- "st": 0,
518
- "bm": 0
519
- },
520
- {
521
- "ddd": 0,
522
- "ind": 2,
523
- "ty": 0,
524
- "nm": "wave",
525
- "refId": "comp_0",
526
- "sr": 1,
527
- "ks": {
528
- "o": { "a": 0, "k": 100, "ix": 11 },
529
- "r": { "a": 0, "k": 0, "ix": 10 },
530
- "p": { "a": 0, "k": [16, 16, 0], "ix": 2 },
531
- "a": { "a": 0, "k": [140, 155, 0], "ix": 1 },
532
- "s": { "a": 0, "k": [6.25, 6.25, 100], "ix": 6 }
533
- },
534
- "ao": 0,
535
- "hasMask": true,
536
- "masksProperties": [
537
- {
538
- "inv": false,
539
- "mode": "a",
540
- "pt": {
541
- "a": 0,
542
- "k": {
543
- "i": [
544
- [0, 0],
545
- [0, 0],
546
- [0, 0],
547
- [0, 0]
548
- ],
549
- "o": [
550
- [0, 0],
551
- [0, 0],
552
- [0, 0],
553
- [0, 0]
554
- ],
555
- "v": [
556
- [0, 0],
557
- [0, 310],
558
- [280, 310],
559
- [280, 0]
560
- ],
561
- "c": true
562
- },
563
- "ix": 1
564
- },
565
- "o": { "a": 0, "k": 100, "ix": 3 },
566
- "x": { "a": 0, "k": 0, "ix": 4 },
567
- "nm": "Mask 1"
568
- }
569
- ],
570
- "w": 280,
571
- "h": 310,
572
- "ip": 0,
573
- "op": 120,
574
- "st": 0,
575
- "bm": 0
576
- },
577
- {
578
- "ddd": 0,
579
- "ind": 3,
580
- "ty": 4,
581
- "nm": "arrow",
582
- "sr": 1,
583
- "ks": {
584
- "o": { "a": 0, "k": 100, "ix": 11 },
585
- "r": { "a": 0, "k": 0, "ix": 10 },
586
- "p": { "a": 0, "k": [16, 16, 0], "ix": 2 },
587
- "a": { "a": 0, "k": [12, 12, 0], "ix": 1 },
588
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
589
- },
590
- "ao": 0,
591
- "hasMask": true,
592
- "masksProperties": [
593
- {
594
- "inv": false,
595
- "mode": "i",
596
- "pt": {
597
- "a": 0,
598
- "k": {
599
- "i": [
600
- [0, 0],
601
- [0, 0],
602
- [0, 0],
603
- [0, 0]
604
- ],
605
- "o": [
606
- [0, 0],
607
- [0, 0],
608
- [0, 0],
609
- [0, 0]
610
- ],
611
- "v": [
612
- [3.25, 0.5],
613
- [3.25, 21.5],
614
- [20.55, 21.5],
615
- [20.55, 0.5]
616
- ],
617
- "c": true
618
- },
619
- "ix": 1
620
- },
621
- "o": { "a": 0, "k": 100, "ix": 3 },
622
- "x": { "a": 0, "k": 0, "ix": 4 },
623
- "nm": "Mask 1"
624
- }
625
- ],
626
- "shapes": [
627
- {
628
- "ty": "gr",
629
- "it": [
630
- {
631
- "ty": "gr",
632
- "it": [
633
- {
634
- "ind": 0,
635
- "ty": "sh",
636
- "ix": 1,
637
- "ks": {
638
- "a": 0,
639
- "k": {
640
- "i": [
641
- [0, 0],
642
- [0, 0],
643
- [0, 0]
644
- ],
645
- "o": [
646
- [0, 0],
647
- [0, 0],
648
- [0, 0]
649
- ],
650
- "v": [
651
- [-4, -2],
652
- [0, 2],
653
- [4, -2]
654
- ],
655
- "c": false
656
- },
657
- "ix": 2
658
- },
659
- "nm": "Path 1",
660
- "mn": "ADBE Vector Shape - Group",
661
- "hd": false
662
- },
663
- {
664
- "ty": "st",
665
- "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
666
- "o": { "a": 0, "k": 100, "ix": 4 },
667
- "w": { "a": 0, "k": 2, "ix": 5 },
668
- "lc": 2,
669
- "lj": 2,
670
- "bm": 0,
671
- "nm": "Stroke 1",
672
- "mn": "ADBE Vector Graphic - Stroke",
673
- "hd": false
674
- },
675
- {
676
- "ty": "tr",
677
- "p": { "a": 0, "k": [12, 14], "ix": 2 },
678
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
679
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
680
- "r": { "a": 0, "k": 0, "ix": 6 },
681
- "o": { "a": 0, "k": 100, "ix": 7 },
682
- "sk": { "a": 0, "k": 0, "ix": 4 },
683
- "sa": { "a": 0, "k": 0, "ix": 5 },
684
- "nm": "Transform"
685
- }
686
- ],
687
- "nm": "head",
688
- "np": 2,
689
- "cix": 2,
690
- "bm": 0,
691
- "ix": 1,
692
- "mn": "ADBE Vector Group",
693
- "hd": false
694
- },
695
- {
696
- "ty": "gr",
697
- "it": [
698
- {
699
- "ind": 0,
700
- "ty": "sh",
701
- "ix": 1,
702
- "ks": {
703
- "a": 0,
704
- "k": {
705
- "i": [
706
- [0, 0],
707
- [0, 0]
708
- ],
709
- "o": [
710
- [0, 0],
711
- [0, 0]
712
- ],
713
- "v": [
714
- [12, 2],
715
- [12, 16]
716
- ],
717
- "c": false
718
- },
719
- "ix": 2
720
- },
721
- "nm": "Path 1",
722
- "mn": "ADBE Vector Shape - Group",
723
- "hd": false
724
- },
725
- {
726
- "ty": "st",
727
- "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
728
- "o": { "a": 0, "k": 100, "ix": 4 },
729
- "w": { "a": 0, "k": 2, "ix": 5 },
730
- "lc": 2,
731
- "lj": 2,
732
- "bm": 0,
733
- "nm": "Stroke 1",
734
- "mn": "ADBE Vector Graphic - Stroke",
735
- "hd": false
736
- },
737
- {
738
- "ty": "tr",
739
- "p": { "a": 0, "k": [0, 0], "ix": 2 },
740
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
741
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
742
- "r": { "a": 0, "k": 0, "ix": 6 },
743
- "o": { "a": 0, "k": 100, "ix": 7 },
744
- "sk": { "a": 0, "k": 0, "ix": 4 },
745
- "sa": { "a": 0, "k": 0, "ix": 5 },
746
- "nm": "Transform"
747
- }
748
- ],
749
- "nm": "leg",
750
- "np": 2,
751
- "cix": 2,
752
- "bm": 0,
753
- "ix": 2,
754
- "mn": "ADBE Vector Group",
755
- "hd": false
756
- },
757
- {
758
- "ty": "tr",
759
- "p": {
760
- "a": 1,
761
- "k": [
762
- {
763
- "i": { "x": 0.7, "y": 1 },
764
- "o": { "x": 0.7, "y": 0 },
765
- "t": 0,
766
- "s": [12, 9],
767
- "to": [0, 3.333],
768
- "ti": [0, -3.333]
769
- },
770
- {
771
- "i": { "x": 0.7, "y": 0.7 },
772
- "o": { "x": 0.167, "y": 0.167 },
773
- "t": 8,
774
- "s": [12, 29],
775
- "to": [0, 0],
776
- "ti": [0, 0]
777
- },
778
- {
779
- "i": { "x": 0.7, "y": 1 },
780
- "o": { "x": 0.167, "y": 0 },
781
- "t": 100,
782
- "s": [12, 29],
783
- "to": [0, -3.333],
784
- "ti": [0, 3.333]
785
- },
786
- { "t": 110, "s": [12, 9] }
787
- ],
788
- "ix": 2
789
- },
790
- "a": { "a": 0, "k": [12, 9], "ix": 1 },
791
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
792
- "r": { "a": 0, "k": 0, "ix": 6 },
793
- "o": { "a": 0, "k": 100, "ix": 7 },
794
- "sk": { "a": 0, "k": 0, "ix": 4 },
795
- "sa": { "a": 0, "k": 0, "ix": 5 },
796
- "nm": "Transform"
797
- }
798
- ],
799
- "nm": "arrow",
800
- "np": 2,
801
- "cix": 2,
802
- "bm": 0,
803
- "ix": 1,
804
- "mn": "ADBE Vector Group",
805
- "hd": false
806
- }
807
- ],
808
- "ip": 0,
809
- "op": 120,
810
- "st": 0,
811
- "bm": 0
812
- }
813
- ],
814
- "markers": []
815
- }
1
+ {
2
+ "v": "5.6.5",
3
+ "fr": 30,
4
+ "ip": 0,
5
+ "op": 120,
6
+ "w": 32,
7
+ "h": 32,
8
+ "nm": "download",
9
+ "ddd": 0,
10
+ "assets": [
11
+ {
12
+ "id": "comp_0",
13
+ "layers": [
14
+ {
15
+ "ddd": 0,
16
+ "ind": 1,
17
+ "ty": 4,
18
+ "nm": "wave",
19
+ "sr": 1,
20
+ "ks": {
21
+ "o": { "a": 0, "k": 100, "ix": 11 },
22
+ "r": { "a": 0, "k": 0, "ix": 10 },
23
+ "p": {
24
+ "a": 1,
25
+ "k": [
26
+ {
27
+ "i": { "x": 0.833, "y": 0.833 },
28
+ "o": { "x": 0.167, "y": 0.167 },
29
+ "t": 10,
30
+ "s": [140, 155, 0],
31
+ "to": [-96.667, 0, 0],
32
+ "ti": [96.667, 0, 0]
33
+ },
34
+ {
35
+ "i": { "x": 0.6, "y": 0.6 },
36
+ "o": { "x": 0.167, "y": 0.167 },
37
+ "t": 90,
38
+ "s": [-440, 155, 0],
39
+ "to": [0, 0, 0],
40
+ "ti": [0, 0, 0]
41
+ },
42
+ {
43
+ "i": { "x": 0.6, "y": 1 },
44
+ "o": { "x": 0.6, "y": 0 },
45
+ "t": 100,
46
+ "s": [-440, 155, 0],
47
+ "to": [0, 63.333, 0],
48
+ "ti": [0, -63.333, 0]
49
+ },
50
+ { "t": 113, "s": [-440, 535, 0] }
51
+ ],
52
+ "ix": 2
53
+ },
54
+ "a": { "a": 0, "k": [12, 12, 0], "ix": 1 },
55
+ "s": { "a": 0, "k": [1600, 1600, 100], "ix": 6 }
56
+ },
57
+ "ao": 0,
58
+ "shapes": [
59
+ {
60
+ "ty": "gr",
61
+ "it": [
62
+ {
63
+ "ind": 0,
64
+ "ty": "sh",
65
+ "ix": 1,
66
+ "ks": {
67
+ "a": 0,
68
+ "k": {
69
+ "i": [
70
+ [3.373, 0],
71
+ [3.373, 0],
72
+ [3.374, 0],
73
+ [3.375, 0],
74
+ [3.372, 0],
75
+ [3.376, 0],
76
+ [3.378, 0],
77
+ [3.378, 0],
78
+ [0, 0],
79
+ [0, 0],
80
+ [0, 0],
81
+ [0, 0],
82
+ [0, 0],
83
+ [0, 0],
84
+ [0, 0]
85
+ ],
86
+ "o": [
87
+ [-3.374, 0],
88
+ [-3.374, 0],
89
+ [-3.374, 0],
90
+ [-3.373, 0],
91
+ [-3.376, 0],
92
+ [-3.378, 0],
93
+ [-3.378, 0],
94
+ [0, 0],
95
+ [0, 0],
96
+ [0, 0],
97
+ [0, 0],
98
+ [0, 0],
99
+ [0, 0],
100
+ [0, 0],
101
+ [-3.374, 0]
102
+ ],
103
+ "v": [
104
+ [39.253, -12.216],
105
+ [32.506, -9.667],
106
+ [25.758, -12.216],
107
+ [19.009, -9.667],
108
+ [12.264, -12.216],
109
+ [5.512, -9.667],
110
+ [-1.244, -12.216],
111
+ [-8, -9.667],
112
+ [-8, -9.144],
113
+ [-8, -8.507],
114
+ [-8, 11.601],
115
+ [46, 11.601],
116
+ [46, -8.507],
117
+ [46, -9.144],
118
+ [46, -9.667]
119
+ ],
120
+ "c": true
121
+ },
122
+ "ix": 2
123
+ },
124
+ "nm": "Path 1",
125
+ "mn": "ADBE Vector Shape - Group",
126
+ "hd": false
127
+ },
128
+ {
129
+ "ty": "fl",
130
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
131
+ "o": { "a": 0, "k": 100, "ix": 5 },
132
+ "r": 1,
133
+ "bm": 0,
134
+ "nm": "Fill 1",
135
+ "mn": "ADBE Vector Graphic - Fill",
136
+ "hd": false
137
+ },
138
+ {
139
+ "ty": "tr",
140
+ "p": {
141
+ "a": 1,
142
+ "k": [
143
+ {
144
+ "i": { "x": 0.4, "y": 1 },
145
+ "o": { "x": 0.4, "y": 0 },
146
+ "t": 10,
147
+ "s": [11, 34.601],
148
+ "to": [0, -1.667],
149
+ "ti": [0, 1.667]
150
+ },
151
+ {
152
+ "i": { "x": 0.4, "y": 0.4 },
153
+ "o": { "x": 0.4, "y": 0.4 },
154
+ "t": 30,
155
+ "s": [11, 24.601],
156
+ "to": [0, 0],
157
+ "ti": [0, 0]
158
+ },
159
+ {
160
+ "i": { "x": 0.4, "y": 1 },
161
+ "o": { "x": 0.4, "y": 0 },
162
+ "t": 50,
163
+ "s": [11, 24.601],
164
+ "to": [0, -2.333],
165
+ "ti": [0, 2.333]
166
+ },
167
+ { "t": 90, "s": [11, 10.601] }
168
+ ],
169
+ "ix": 2
170
+ },
171
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
172
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
173
+ "r": {
174
+ "a": 1,
175
+ "k": [
176
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 10, "s": [0] },
177
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 20, "s": [-10] },
178
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 40, "s": [0] },
179
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 50, "s": [0] },
180
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 60, "s": [-5] },
181
+ { "t": 90, "s": [0] }
182
+ ],
183
+ "ix": 6
184
+ },
185
+ "o": { "a": 0, "k": 100, "ix": 7 },
186
+ "sk": { "a": 0, "k": 0, "ix": 4 },
187
+ "sa": { "a": 0, "k": 0, "ix": 5 },
188
+ "nm": "Transform"
189
+ }
190
+ ],
191
+ "nm": "wave",
192
+ "np": 2,
193
+ "cix": 2,
194
+ "bm": 0,
195
+ "ix": 1,
196
+ "mn": "ADBE Vector Group",
197
+ "hd": false
198
+ }
199
+ ],
200
+ "ip": 0,
201
+ "op": 120,
202
+ "st": 0,
203
+ "bm": 0
204
+ }
205
+ ]
206
+ }
207
+ ],
208
+ "layers": [
209
+ {
210
+ "ddd": 0,
211
+ "ind": 1,
212
+ "ty": 4,
213
+ "nm": "frame",
214
+ "sr": 1,
215
+ "ks": {
216
+ "o": { "a": 0, "k": 100, "ix": 11 },
217
+ "r": { "a": 0, "k": 0, "ix": 10 },
218
+ "p": { "a": 0, "k": [16, 16, 0], "ix": 2 },
219
+ "a": { "a": 0, "k": [12, 12, 0], "ix": 1 },
220
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
221
+ },
222
+ "ao": 0,
223
+ "shapes": [
224
+ {
225
+ "ty": "gr",
226
+ "it": [
227
+ {
228
+ "ind": 0,
229
+ "ty": "sh",
230
+ "ix": 1,
231
+ "ks": {
232
+ "a": 0,
233
+ "k": {
234
+ "i": [
235
+ [-1.104, 0],
236
+ [0, 0],
237
+ [0, 0],
238
+ [0, -1.104],
239
+ [0, 0],
240
+ [1.104, 0],
241
+ [0, 0],
242
+ [0, 1.104],
243
+ [0, 0]
244
+ ],
245
+ "o": [
246
+ [0, 0],
247
+ [0, 0],
248
+ [1.104, 0],
249
+ [0, 0],
250
+ [0, 1.104],
251
+ [0, 0],
252
+ [-1.104, 0],
253
+ [0, 0],
254
+ [0, -1.104]
255
+ ],
256
+ "v": [
257
+ [-7, -10],
258
+ [0, -10],
259
+ [7, -10],
260
+ [9, -8],
261
+ [9, 8],
262
+ [7, 10],
263
+ [-7, 10],
264
+ [-9, 8],
265
+ [-9, -8]
266
+ ],
267
+ "c": true
268
+ },
269
+ "ix": 2
270
+ },
271
+ "nm": "Path 1",
272
+ "mn": "ADBE Vector Shape - Group",
273
+ "hd": false
274
+ },
275
+ {
276
+ "ty": "tm",
277
+ "s": {
278
+ "a": 1,
279
+ "k": [
280
+ { "i": { "x": [0.3], "y": [1] }, "o": { "x": [0.3], "y": [0] }, "t": 0, "s": [36] },
281
+ { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "t": 20, "s": [0] },
282
+ { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.4], "y": [0] }, "t": 104, "s": [0] },
283
+ { "t": 120, "s": [36] }
284
+ ],
285
+ "ix": 1
286
+ },
287
+ "e": {
288
+ "a": 1,
289
+ "k": [
290
+ { "i": { "x": [0.3], "y": [1] }, "o": { "x": [0.3], "y": [0] }, "t": 0, "s": [64] },
291
+ { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.167], "y": [0] }, "t": 20, "s": [100] },
292
+ { "i": { "x": [0.4], "y": [1] }, "o": { "x": [0.4], "y": [0] }, "t": 104, "s": [100] },
293
+ { "t": 120, "s": [64] }
294
+ ],
295
+ "ix": 2
296
+ },
297
+ "o": { "a": 0, "k": 35, "ix": 3 },
298
+ "m": 1,
299
+ "ix": 2,
300
+ "nm": "Trim Paths 1",
301
+ "mn": "ADBE Vector Filter - Trim",
302
+ "hd": false
303
+ },
304
+ {
305
+ "ty": "st",
306
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
307
+ "o": { "a": 0, "k": 100, "ix": 4 },
308
+ "w": { "a": 0, "k": 2, "ix": 5 },
309
+ "lc": 2,
310
+ "lj": 2,
311
+ "bm": 0,
312
+ "nm": "Stroke 1",
313
+ "mn": "ADBE Vector Graphic - Stroke",
314
+ "hd": false
315
+ },
316
+ {
317
+ "ty": "tr",
318
+ "p": { "a": 0, "k": [12, 12], "ix": 2 },
319
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
320
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
321
+ "r": { "a": 0, "k": 0, "ix": 6 },
322
+ "o": { "a": 0, "k": 100, "ix": 7 },
323
+ "sk": { "a": 0, "k": 0, "ix": 4 },
324
+ "sa": { "a": 0, "k": 0, "ix": 5 },
325
+ "nm": "Transform"
326
+ }
327
+ ],
328
+ "nm": "frame",
329
+ "np": 3,
330
+ "cix": 2,
331
+ "bm": 0,
332
+ "ix": 1,
333
+ "mn": "ADBE Vector Group",
334
+ "hd": false
335
+ },
336
+ {
337
+ "ty": "gr",
338
+ "it": [
339
+ {
340
+ "ind": 0,
341
+ "ty": "sh",
342
+ "ix": 1,
343
+ "ks": {
344
+ "a": 0,
345
+ "k": {
346
+ "i": [
347
+ [0, 0],
348
+ [0, 0],
349
+ [-1.104, 0],
350
+ [0, 0],
351
+ [0, 1.104],
352
+ [0, 0]
353
+ ],
354
+ "o": [
355
+ [0, 0],
356
+ [0, 1.104],
357
+ [0, 0],
358
+ [1.104, 0],
359
+ [0, 0],
360
+ [0, 0]
361
+ ],
362
+ "v": [
363
+ [-9, -2.5],
364
+ [-9, 0.5],
365
+ [-7, 2.5],
366
+ [7, 2.5],
367
+ [9, 0.5],
368
+ [9, -2.5]
369
+ ],
370
+ "c": false
371
+ },
372
+ "ix": 2
373
+ },
374
+ "nm": "Path 1",
375
+ "mn": "ADBE Vector Shape - Group",
376
+ "hd": false
377
+ },
378
+ {
379
+ "ty": "st",
380
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
381
+ "o": { "a": 0, "k": 100, "ix": 4 },
382
+ "w": { "a": 0, "k": 2, "ix": 5 },
383
+ "lc": 2,
384
+ "lj": 2,
385
+ "bm": 0,
386
+ "nm": "Stroke 1",
387
+ "mn": "ADBE Vector Graphic - Stroke",
388
+ "hd": false
389
+ },
390
+ {
391
+ "ty": "tr",
392
+ "p": { "a": 0, "k": [12, 19.5], "ix": 2 },
393
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
394
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
395
+ "r": { "a": 0, "k": 0, "ix": 6 },
396
+ "o": { "a": 0, "k": 100, "ix": 7 },
397
+ "sk": { "a": 0, "k": 0, "ix": 4 },
398
+ "sa": { "a": 0, "k": 0, "ix": 5 },
399
+ "nm": "Transform"
400
+ }
401
+ ],
402
+ "nm": "bottom",
403
+ "np": 2,
404
+ "cix": 2,
405
+ "bm": 0,
406
+ "ix": 2,
407
+ "mn": "ADBE Vector Group",
408
+ "hd": false
409
+ },
410
+ {
411
+ "ty": "gr",
412
+ "it": [
413
+ {
414
+ "ind": 0,
415
+ "ty": "sh",
416
+ "ix": 1,
417
+ "ks": {
418
+ "a": 0,
419
+ "k": {
420
+ "i": [
421
+ [0, 0],
422
+ [0, 0],
423
+ [0, 0]
424
+ ],
425
+ "o": [
426
+ [0, 0],
427
+ [0, 0],
428
+ [0, 0]
429
+ ],
430
+ "v": [
431
+ [4.062, -2.708],
432
+ [-1.355, 2.708],
433
+ [-4.061, 0.001]
434
+ ],
435
+ "c": false
436
+ },
437
+ "ix": 2
438
+ },
439
+ "nm": "Path 1",
440
+ "mn": "ADBE Vector Shape - Group",
441
+ "hd": false
442
+ },
443
+ {
444
+ "ty": "tm",
445
+ "s": {
446
+ "a": 1,
447
+ "k": [
448
+ { "i": { "x": [0.6], "y": [1] }, "o": { "x": [0.6], "y": [0] }, "t": 70, "s": [100] },
449
+ { "t": 90, "s": [0] }
450
+ ],
451
+ "ix": 1
452
+ },
453
+ "e": { "a": 0, "k": 100, "ix": 2 },
454
+ "o": { "a": 0, "k": 0, "ix": 3 },
455
+ "m": 1,
456
+ "ix": 2,
457
+ "nm": "Trim Paths 1",
458
+ "mn": "ADBE Vector Filter - Trim",
459
+ "hd": false
460
+ },
461
+ {
462
+ "ty": "st",
463
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
464
+ "o": { "a": 0, "k": 100, "ix": 4 },
465
+ "w": { "a": 0, "k": 2, "ix": 5 },
466
+ "lc": 2,
467
+ "lj": 2,
468
+ "bm": 0,
469
+ "nm": "Stroke 1",
470
+ "mn": "ADBE Vector Graphic - Stroke",
471
+ "hd": false
472
+ },
473
+ {
474
+ "ty": "tr",
475
+ "p": {
476
+ "a": 1,
477
+ "k": [
478
+ {
479
+ "i": { "x": 0.6, "y": 1 },
480
+ "o": { "x": 0.6, "y": 0 },
481
+ "t": 100,
482
+ "s": [12.562, 12],
483
+ "to": [0, 3.333],
484
+ "ti": [0, -3.333]
485
+ },
486
+ { "t": 110, "s": [12.562, 32] }
487
+ ],
488
+ "ix": 2
489
+ },
490
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
491
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
492
+ "r": { "a": 0, "k": 0, "ix": 6 },
493
+ "o": {
494
+ "a": 1,
495
+ "k": [
496
+ { "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.167], "y": [0.167] }, "t": 70, "s": [0] },
497
+ { "t": 80, "s": [100] }
498
+ ],
499
+ "ix": 7
500
+ },
501
+ "sk": { "a": 0, "k": 0, "ix": 4 },
502
+ "sa": { "a": 0, "k": 0, "ix": 5 },
503
+ "nm": "Transform"
504
+ }
505
+ ],
506
+ "nm": "checkmark",
507
+ "np": 3,
508
+ "cix": 2,
509
+ "bm": 0,
510
+ "ix": 3,
511
+ "mn": "ADBE Vector Group",
512
+ "hd": false
513
+ }
514
+ ],
515
+ "ip": 0,
516
+ "op": 120,
517
+ "st": 0,
518
+ "bm": 0
519
+ },
520
+ {
521
+ "ddd": 0,
522
+ "ind": 2,
523
+ "ty": 0,
524
+ "nm": "wave",
525
+ "refId": "comp_0",
526
+ "sr": 1,
527
+ "ks": {
528
+ "o": { "a": 0, "k": 100, "ix": 11 },
529
+ "r": { "a": 0, "k": 0, "ix": 10 },
530
+ "p": { "a": 0, "k": [16, 16, 0], "ix": 2 },
531
+ "a": { "a": 0, "k": [140, 155, 0], "ix": 1 },
532
+ "s": { "a": 0, "k": [6.25, 6.25, 100], "ix": 6 }
533
+ },
534
+ "ao": 0,
535
+ "hasMask": true,
536
+ "masksProperties": [
537
+ {
538
+ "inv": false,
539
+ "mode": "a",
540
+ "pt": {
541
+ "a": 0,
542
+ "k": {
543
+ "i": [
544
+ [0, 0],
545
+ [0, 0],
546
+ [0, 0],
547
+ [0, 0]
548
+ ],
549
+ "o": [
550
+ [0, 0],
551
+ [0, 0],
552
+ [0, 0],
553
+ [0, 0]
554
+ ],
555
+ "v": [
556
+ [0, 0],
557
+ [0, 310],
558
+ [280, 310],
559
+ [280, 0]
560
+ ],
561
+ "c": true
562
+ },
563
+ "ix": 1
564
+ },
565
+ "o": { "a": 0, "k": 100, "ix": 3 },
566
+ "x": { "a": 0, "k": 0, "ix": 4 },
567
+ "nm": "Mask 1"
568
+ }
569
+ ],
570
+ "w": 280,
571
+ "h": 310,
572
+ "ip": 0,
573
+ "op": 120,
574
+ "st": 0,
575
+ "bm": 0
576
+ },
577
+ {
578
+ "ddd": 0,
579
+ "ind": 3,
580
+ "ty": 4,
581
+ "nm": "arrow",
582
+ "sr": 1,
583
+ "ks": {
584
+ "o": { "a": 0, "k": 100, "ix": 11 },
585
+ "r": { "a": 0, "k": 0, "ix": 10 },
586
+ "p": { "a": 0, "k": [16, 16, 0], "ix": 2 },
587
+ "a": { "a": 0, "k": [12, 12, 0], "ix": 1 },
588
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
589
+ },
590
+ "ao": 0,
591
+ "hasMask": true,
592
+ "masksProperties": [
593
+ {
594
+ "inv": false,
595
+ "mode": "i",
596
+ "pt": {
597
+ "a": 0,
598
+ "k": {
599
+ "i": [
600
+ [0, 0],
601
+ [0, 0],
602
+ [0, 0],
603
+ [0, 0]
604
+ ],
605
+ "o": [
606
+ [0, 0],
607
+ [0, 0],
608
+ [0, 0],
609
+ [0, 0]
610
+ ],
611
+ "v": [
612
+ [3.25, 0.5],
613
+ [3.25, 21.5],
614
+ [20.55, 21.5],
615
+ [20.55, 0.5]
616
+ ],
617
+ "c": true
618
+ },
619
+ "ix": 1
620
+ },
621
+ "o": { "a": 0, "k": 100, "ix": 3 },
622
+ "x": { "a": 0, "k": 0, "ix": 4 },
623
+ "nm": "Mask 1"
624
+ }
625
+ ],
626
+ "shapes": [
627
+ {
628
+ "ty": "gr",
629
+ "it": [
630
+ {
631
+ "ty": "gr",
632
+ "it": [
633
+ {
634
+ "ind": 0,
635
+ "ty": "sh",
636
+ "ix": 1,
637
+ "ks": {
638
+ "a": 0,
639
+ "k": {
640
+ "i": [
641
+ [0, 0],
642
+ [0, 0],
643
+ [0, 0]
644
+ ],
645
+ "o": [
646
+ [0, 0],
647
+ [0, 0],
648
+ [0, 0]
649
+ ],
650
+ "v": [
651
+ [-4, -2],
652
+ [0, 2],
653
+ [4, -2]
654
+ ],
655
+ "c": false
656
+ },
657
+ "ix": 2
658
+ },
659
+ "nm": "Path 1",
660
+ "mn": "ADBE Vector Shape - Group",
661
+ "hd": false
662
+ },
663
+ {
664
+ "ty": "st",
665
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
666
+ "o": { "a": 0, "k": 100, "ix": 4 },
667
+ "w": { "a": 0, "k": 2, "ix": 5 },
668
+ "lc": 2,
669
+ "lj": 2,
670
+ "bm": 0,
671
+ "nm": "Stroke 1",
672
+ "mn": "ADBE Vector Graphic - Stroke",
673
+ "hd": false
674
+ },
675
+ {
676
+ "ty": "tr",
677
+ "p": { "a": 0, "k": [12, 14], "ix": 2 },
678
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
679
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
680
+ "r": { "a": 0, "k": 0, "ix": 6 },
681
+ "o": { "a": 0, "k": 100, "ix": 7 },
682
+ "sk": { "a": 0, "k": 0, "ix": 4 },
683
+ "sa": { "a": 0, "k": 0, "ix": 5 },
684
+ "nm": "Transform"
685
+ }
686
+ ],
687
+ "nm": "head",
688
+ "np": 2,
689
+ "cix": 2,
690
+ "bm": 0,
691
+ "ix": 1,
692
+ "mn": "ADBE Vector Group",
693
+ "hd": false
694
+ },
695
+ {
696
+ "ty": "gr",
697
+ "it": [
698
+ {
699
+ "ind": 0,
700
+ "ty": "sh",
701
+ "ix": 1,
702
+ "ks": {
703
+ "a": 0,
704
+ "k": {
705
+ "i": [
706
+ [0, 0],
707
+ [0, 0]
708
+ ],
709
+ "o": [
710
+ [0, 0],
711
+ [0, 0]
712
+ ],
713
+ "v": [
714
+ [12, 2],
715
+ [12, 16]
716
+ ],
717
+ "c": false
718
+ },
719
+ "ix": 2
720
+ },
721
+ "nm": "Path 1",
722
+ "mn": "ADBE Vector Shape - Group",
723
+ "hd": false
724
+ },
725
+ {
726
+ "ty": "st",
727
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
728
+ "o": { "a": 0, "k": 100, "ix": 4 },
729
+ "w": { "a": 0, "k": 2, "ix": 5 },
730
+ "lc": 2,
731
+ "lj": 2,
732
+ "bm": 0,
733
+ "nm": "Stroke 1",
734
+ "mn": "ADBE Vector Graphic - Stroke",
735
+ "hd": false
736
+ },
737
+ {
738
+ "ty": "tr",
739
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
740
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
741
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
742
+ "r": { "a": 0, "k": 0, "ix": 6 },
743
+ "o": { "a": 0, "k": 100, "ix": 7 },
744
+ "sk": { "a": 0, "k": 0, "ix": 4 },
745
+ "sa": { "a": 0, "k": 0, "ix": 5 },
746
+ "nm": "Transform"
747
+ }
748
+ ],
749
+ "nm": "leg",
750
+ "np": 2,
751
+ "cix": 2,
752
+ "bm": 0,
753
+ "ix": 2,
754
+ "mn": "ADBE Vector Group",
755
+ "hd": false
756
+ },
757
+ {
758
+ "ty": "tr",
759
+ "p": {
760
+ "a": 1,
761
+ "k": [
762
+ {
763
+ "i": { "x": 0.7, "y": 1 },
764
+ "o": { "x": 0.7, "y": 0 },
765
+ "t": 0,
766
+ "s": [12, 9],
767
+ "to": [0, 3.333],
768
+ "ti": [0, -3.333]
769
+ },
770
+ {
771
+ "i": { "x": 0.7, "y": 0.7 },
772
+ "o": { "x": 0.167, "y": 0.167 },
773
+ "t": 8,
774
+ "s": [12, 29],
775
+ "to": [0, 0],
776
+ "ti": [0, 0]
777
+ },
778
+ {
779
+ "i": { "x": 0.7, "y": 1 },
780
+ "o": { "x": 0.167, "y": 0 },
781
+ "t": 100,
782
+ "s": [12, 29],
783
+ "to": [0, -3.333],
784
+ "ti": [0, 3.333]
785
+ },
786
+ { "t": 110, "s": [12, 9] }
787
+ ],
788
+ "ix": 2
789
+ },
790
+ "a": { "a": 0, "k": [12, 9], "ix": 1 },
791
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
792
+ "r": { "a": 0, "k": 0, "ix": 6 },
793
+ "o": { "a": 0, "k": 100, "ix": 7 },
794
+ "sk": { "a": 0, "k": 0, "ix": 4 },
795
+ "sa": { "a": 0, "k": 0, "ix": 5 },
796
+ "nm": "Transform"
797
+ }
798
+ ],
799
+ "nm": "arrow",
800
+ "np": 2,
801
+ "cix": 2,
802
+ "bm": 0,
803
+ "ix": 1,
804
+ "mn": "ADBE Vector Group",
805
+ "hd": false
806
+ }
807
+ ],
808
+ "ip": 0,
809
+ "op": 120,
810
+ "st": 0,
811
+ "bm": 0
812
+ }
813
+ ],
814
+ "markers": []
815
+ }