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