@aarsteinmedia/dotlottie-player 2.2.8 → 2.2.9

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.
@@ -1,1278 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/index.ts",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "js",
12
- "name": "DotLottiePlayer",
13
- "declaration": {
14
- "name": "DotLottiePlayer",
15
- "module": "src/index.ts"
16
- }
17
- },
18
- {
19
- "kind": "js",
20
- "name": "PlayMode",
21
- "declaration": {
22
- "name": "PlayMode",
23
- "module": "./component/utils"
24
- }
25
- },
26
- {
27
- "kind": "js",
28
- "name": "PlayerEvents",
29
- "declaration": {
30
- "name": "PlayerEvents",
31
- "module": "./component/utils"
32
- }
33
- },
34
- {
35
- "kind": "js",
36
- "name": "PlayerState",
37
- "declaration": {
38
- "name": "PlayerState",
39
- "module": "./component/utils"
40
- }
41
- }
42
- ]
43
- },
44
- {
45
- "kind": "javascript-module",
46
- "path": "src/component/index.ts",
47
- "declarations": [
48
- {
49
- "kind": "class",
50
- "description": "dotLottie Player Web Component",
51
- "name": "DotLottiePlayer",
52
- "members": [
53
- {
54
- "kind": "field",
55
- "name": "autoplay",
56
- "type": {
57
- "text": "Autoplay | undefined"
58
- },
59
- "description": "Autoplay",
60
- "attribute": "autoplay",
61
- "reflects": true
62
- },
63
- {
64
- "kind": "field",
65
- "name": "background",
66
- "type": {
67
- "text": "string | undefined"
68
- },
69
- "default": "'transparent'",
70
- "description": "Background color",
71
- "attribute": "background"
72
- },
73
- {
74
- "kind": "field",
75
- "name": "controls",
76
- "type": {
77
- "text": "Controls | undefined"
78
- },
79
- "default": "false",
80
- "description": "Display controls",
81
- "attribute": "controls",
82
- "reflects": true
83
- },
84
- {
85
- "kind": "field",
86
- "name": "count",
87
- "type": {
88
- "text": "number | undefined"
89
- },
90
- "description": "Number of times to loop",
91
- "attribute": "count"
92
- },
93
- {
94
- "kind": "field",
95
- "name": "currentState",
96
- "type": {
97
- "text": "PlayerState | undefined"
98
- },
99
- "description": "Player state",
100
- "attribute": "currentState"
101
- },
102
- {
103
- "kind": "field",
104
- "name": "description",
105
- "type": {
106
- "text": "string | undefined"
107
- },
108
- "description": "Description for screen readers",
109
- "attribute": "description"
110
- },
111
- {
112
- "kind": "field",
113
- "name": "direction",
114
- "type": {
115
- "text": "AnimationDirection | undefined"
116
- },
117
- "default": "1",
118
- "description": "Direction of animation",
119
- "attribute": "direction"
120
- },
121
- {
122
- "kind": "field",
123
- "name": "hover",
124
- "type": {
125
- "text": "boolean"
126
- },
127
- "default": "false",
128
- "description": "Whether to play on mouseover",
129
- "attribute": "hover"
130
- },
131
- {
132
- "kind": "field",
133
- "name": "intermission",
134
- "type": {
135
- "text": "number"
136
- },
137
- "default": "0",
138
- "description": "Intermission",
139
- "attribute": "intermission"
140
- },
141
- {
142
- "kind": "field",
143
- "name": "loop",
144
- "type": {
145
- "text": "Loop | undefined"
146
- },
147
- "default": "false",
148
- "description": "Whether to loop",
149
- "attribute": "loop",
150
- "reflects": true
151
- },
152
- {
153
- "kind": "field",
154
- "name": "mode",
155
- "type": {
156
- "text": "PlayMode | undefined"
157
- },
158
- "description": "Play mode",
159
- "attribute": "mode"
160
- },
161
- {
162
- "kind": "field",
163
- "name": "multiAnimationSettings",
164
- "type": {
165
- "text": "AnimationSettings[] | undefined"
166
- },
167
- "description": "Multi-animation settings\nIf set, these will override conflicting settings",
168
- "attribute": "multiAnimationSettings"
169
- },
170
- {
171
- "kind": "field",
172
- "name": "objectfit",
173
- "type": {
174
- "text": "ObjectFit | undefined"
175
- },
176
- "default": "'contain'",
177
- "description": "Resizing to container",
178
- "attribute": "objectfit"
179
- },
180
- {
181
- "kind": "field",
182
- "name": "preserveAspectRatio",
183
- "type": {
184
- "text": "PreserveAspectRatio | undefined"
185
- },
186
- "description": "Resizing to container (Deprecated)",
187
- "attribute": "preserveAspectRatio"
188
- },
189
- {
190
- "kind": "field",
191
- "name": "renderer",
192
- "type": {
193
- "text": "RendererType | undefined"
194
- },
195
- "default": "'svg'",
196
- "description": "Renderer to use (svg, canvas or html)",
197
- "attribute": "renderer"
198
- },
199
- {
200
- "kind": "field",
201
- "name": "segment",
202
- "type": {
203
- "text": "AnimationSegment | undefined"
204
- },
205
- "description": "Segment",
206
- "attribute": "segment"
207
- },
208
- {
209
- "kind": "field",
210
- "name": "simple",
211
- "type": {
212
- "text": "boolean | undefined"
213
- },
214
- "default": "false",
215
- "description": "Hide advanced controls",
216
- "attribute": "simple"
217
- },
218
- {
219
- "kind": "field",
220
- "name": "speed",
221
- "type": {
222
- "text": "number | undefined"
223
- },
224
- "default": "1",
225
- "description": "Speed",
226
- "attribute": "speed"
227
- },
228
- {
229
- "kind": "field",
230
- "name": "src",
231
- "type": {
232
- "text": "string"
233
- },
234
- "description": "JSON/dotLottie data or URL",
235
- "attribute": "src"
236
- },
237
- {
238
- "kind": "field",
239
- "name": "subframe",
240
- "type": {
241
- "text": "Subframe | undefined"
242
- },
243
- "default": "true",
244
- "description": "Subframe",
245
- "attribute": "subframe"
246
- },
247
- {
248
- "kind": "field",
249
- "name": "container",
250
- "type": {
251
- "text": "HTMLElement"
252
- },
253
- "privacy": "protected",
254
- "description": "Animaiton Container"
255
- },
256
- {
257
- "kind": "field",
258
- "name": "_isSettingsOpen",
259
- "type": {
260
- "text": "boolean"
261
- },
262
- "privacy": "private",
263
- "default": "false",
264
- "description": "Whether settings toolbar is open"
265
- },
266
- {
267
- "kind": "field",
268
- "name": "_seeker",
269
- "type": {
270
- "text": "number"
271
- },
272
- "privacy": "private",
273
- "default": "0",
274
- "description": "Seeker"
275
- },
276
- {
277
- "kind": "field",
278
- "name": "_currentAnimation",
279
- "type": {
280
- "text": "number"
281
- },
282
- "privacy": "private",
283
- "default": "0",
284
- "description": "Which animation to show, if several"
285
- },
286
- {
287
- "kind": "field",
288
- "name": "_intersectionObserver",
289
- "type": {
290
- "text": "IntersectionObserver | undefined"
291
- },
292
- "privacy": "private"
293
- },
294
- {
295
- "kind": "field",
296
- "name": "_lottieInstance",
297
- "type": {
298
- "text": "AnimationItem | null"
299
- },
300
- "privacy": "private",
301
- "default": "null"
302
- },
303
- {
304
- "kind": "field",
305
- "name": "_identifier",
306
- "privacy": "private"
307
- },
308
- {
309
- "kind": "field",
310
- "name": "_errorMessage",
311
- "type": {
312
- "text": "string"
313
- },
314
- "privacy": "private",
315
- "default": "'Something went wrong'"
316
- },
317
- {
318
- "kind": "field",
319
- "name": "_isBounce",
320
- "type": {
321
- "text": "boolean"
322
- },
323
- "privacy": "private",
324
- "default": "false"
325
- },
326
- {
327
- "kind": "field",
328
- "name": "_isDotLottie",
329
- "type": {
330
- "text": "boolean"
331
- },
332
- "privacy": "private",
333
- "default": "false"
334
- },
335
- {
336
- "kind": "field",
337
- "name": "_manifest",
338
- "type": {
339
- "text": "LottieManifest"
340
- },
341
- "privacy": "private"
342
- },
343
- {
344
- "kind": "field",
345
- "name": "_animations",
346
- "type": {
347
- "text": "LottieJSON[]"
348
- },
349
- "privacy": "private",
350
- "description": "This is set to state, so that next-button will show up\non load, if controls are visible"
351
- },
352
- {
353
- "kind": "field",
354
- "name": "_playerState",
355
- "type": {
356
- "text": "object"
357
- },
358
- "privacy": "private",
359
- "default": "{\n prev: PlayerState.Loading,\n count: 0,\n loaded: false,\n }"
360
- },
361
- {
362
- "kind": "method",
363
- "name": "_getOptions",
364
- "privacy": "private",
365
- "description": "Get options from props",
366
- "return": {
367
- "type": {
368
- "text": "LottieConfig"
369
- }
370
- }
371
- },
372
- {
373
- "kind": "method",
374
- "name": "load",
375
- "privacy": "public",
376
- "parameters": [
377
- {
378
- "name": "src",
379
- "type": {
380
- "text": "string | LottieJSON"
381
- },
382
- "description": "URL to lottie animation, or raw JSON data"
383
- }
384
- ],
385
- "description": "Initialize Lottie Web player"
386
- },
387
- {
388
- "kind": "method",
389
- "name": "getManifest",
390
- "privacy": "public",
391
- "description": "Get Lottie Manifest"
392
- },
393
- {
394
- "kind": "method",
395
- "name": "_addEventListeners",
396
- "privacy": "private",
397
- "description": "Add event listeners"
398
- },
399
- {
400
- "kind": "method",
401
- "name": "_onVisibilityChange",
402
- "privacy": "private",
403
- "description": "Handle visibility change events"
404
- },
405
- {
406
- "kind": "method",
407
- "name": "_handleSeekChange",
408
- "privacy": "private",
409
- "parameters": [
410
- {
411
- "name": "{ target }",
412
- "type": {
413
- "text": "Event"
414
- }
415
- },
416
- {
417
- "name": "event",
418
- "type": {
419
- "text": "Event & { HTMLInputElement }"
420
- }
421
- }
422
- ],
423
- "description": "Handles click and drag actions on the progress track"
424
- },
425
- {
426
- "kind": "method",
427
- "name": "_isLottie",
428
- "privacy": "private",
429
- "parameters": [
430
- {
431
- "name": "json",
432
- "type": {
433
- "text": "LottieJSON"
434
- }
435
- }
436
- ]
437
- },
438
- {
439
- "kind": "method",
440
- "name": "addAnimation",
441
- "privacy": "public",
442
- "parameters": [
443
- {
444
- "name": "configs",
445
- "type": {
446
- "text": "[AnimationConfig]"
447
- }
448
- },
449
- {
450
- "name": "fileName",
451
- "optional": true,
452
- "type": {
453
- "text": "string"
454
- }
455
- },
456
- {
457
- "name": "triggerDownload",
458
- "default": "true",
459
- "description": "Whether to trigger a download in the browser.\nIf set to false the function returns an ArrayBuffer. Defaults to true.",
460
- "type": {
461
- "text": "boolean"
462
- }
463
- }
464
- ],
465
- "description": "Creates a new dotLottie file, by combinig several animations"
466
- },
467
- {
468
- "kind": "method",
469
- "name": "getLottie",
470
- "privacy": "public",
471
- "description": "Returns the lottie-web instance used in the component"
472
- },
473
- {
474
- "kind": "method",
475
- "name": "play",
476
- "privacy": "public",
477
- "description": "Play"
478
- },
479
- {
480
- "kind": "method",
481
- "name": "pause",
482
- "privacy": "public",
483
- "description": "Pause"
484
- },
485
- {
486
- "kind": "method",
487
- "name": "stop",
488
- "privacy": "public",
489
- "description": "Stop"
490
- },
491
- {
492
- "kind": "method",
493
- "name": "destroy",
494
- "privacy": "public",
495
- "description": "Destroy animation and element"
496
- },
497
- {
498
- "kind": "method",
499
- "name": "seek",
500
- "privacy": "public",
501
- "parameters": [
502
- {
503
- "name": "value",
504
- "type": {
505
- "text": "number | string"
506
- },
507
- "description": "Frame to seek to"
508
- }
509
- ],
510
- "description": "Seek to a given frame"
511
- },
512
- {
513
- "kind": "method",
514
- "name": "snapshot",
515
- "privacy": "public",
516
- "description": "Snapshot and download the current frame as SVG"
517
- },
518
- {
519
- "kind": "method",
520
- "name": "setSubframe",
521
- "privacy": "public",
522
- "parameters": [
523
- {
524
- "name": "value",
525
- "type": {
526
- "text": "boolean"
527
- },
528
- "description": "Whether animation uses subframe"
529
- }
530
- ],
531
- "description": "Toggles subframe, for more smooth animations"
532
- },
533
- {
534
- "kind": "method",
535
- "name": "_freeze",
536
- "privacy": "private",
537
- "description": "Freeze animation.\nThis internal state pauses animation and is used to differentiate between\nuser requested pauses and component instigated pauses."
538
- },
539
- {
540
- "kind": "method",
541
- "name": "reload",
542
- "privacy": "public",
543
- "description": "Reload animation"
544
- },
545
- {
546
- "kind": "method",
547
- "name": "setSpeed",
548
- "privacy": "public",
549
- "parameters": [
550
- {
551
- "name": "value",
552
- "default": "1",
553
- "description": "Playback speed",
554
- "type": {
555
- "text": "number"
556
- }
557
- }
558
- ],
559
- "description": "Set animation playback speed"
560
- },
561
- {
562
- "kind": "method",
563
- "name": "setDirection",
564
- "privacy": "public",
565
- "parameters": [
566
- {
567
- "name": "value",
568
- "type": {
569
- "text": "AnimationDirection"
570
- },
571
- "description": "Animation direction"
572
- }
573
- ],
574
- "description": "Animation play direction"
575
- },
576
- {
577
- "kind": "method",
578
- "name": "setLooping",
579
- "privacy": "public",
580
- "parameters": [
581
- {
582
- "name": "value",
583
- "type": {
584
- "text": "boolean"
585
- }
586
- }
587
- ],
588
- "description": "Set loop"
589
- },
590
- {
591
- "kind": "method",
592
- "name": "setMultiAnimationSettings",
593
- "privacy": "public",
594
- "parameters": [
595
- {
596
- "name": "settings",
597
- "type": {
598
- "text": "AnimationSettings[]"
599
- }
600
- }
601
- ],
602
- "description": "Set Multi-animation settings"
603
- },
604
- {
605
- "kind": "method",
606
- "name": "togglePlay",
607
- "privacy": "public",
608
- "description": "Toggle playing state"
609
- },
610
- {
611
- "kind": "method",
612
- "name": "toggleLooping",
613
- "privacy": "public",
614
- "description": "Toggle loop"
615
- },
616
- {
617
- "kind": "method",
618
- "name": "toggleBoomerang",
619
- "privacy": "public",
620
- "description": "Toggle Boomerang"
621
- },
622
- {
623
- "kind": "method",
624
- "name": "_toggleSettings",
625
- "privacy": "private",
626
- "parameters": [
627
- {
628
- "name": "flag",
629
- "optional": true,
630
- "type": {
631
- "text": "boolean"
632
- }
633
- }
634
- ],
635
- "description": "Toggle show Settings"
636
- },
637
- {
638
- "kind": "field",
639
- "name": "_handleSettingsClick",
640
- "privacy": "private",
641
- "description": "Handle settings click event"
642
- },
643
- {
644
- "kind": "method",
645
- "name": "_handleBlur",
646
- "privacy": "private",
647
- "description": "Handle blur"
648
- },
649
- {
650
- "kind": "method",
651
- "name": "_switchInstance",
652
- "privacy": "private",
653
- "parameters": [
654
- {
655
- "name": "isPrevious",
656
- "default": "false"
657
- }
658
- ]
659
- },
660
- {
661
- "kind": "method",
662
- "name": "next",
663
- "privacy": "public",
664
- "description": "Skip to next animation"
665
- },
666
- {
667
- "kind": "method",
668
- "name": "prev",
669
- "privacy": "public",
670
- "description": "Skip to previous animation"
671
- },
672
- {
673
- "kind": "method",
674
- "name": "convert",
675
- "privacy": "public",
676
- "parameters": [
677
- {
678
- "name": "typeCheck",
679
- "optional": true,
680
- "type": {
681
- "text": "boolean | undefined"
682
- },
683
- "description": "External type safety"
684
- },
685
- {
686
- "name": "manifest",
687
- "optional": true,
688
- "type": {
689
- "text": "LottieManifest | undefined"
690
- },
691
- "description": "Externally added manifest"
692
- },
693
- {
694
- "name": "animations",
695
- "optional": true,
696
- "type": {
697
- "text": "LottieJSON[] | undefined"
698
- },
699
- "description": "Externally added animations"
700
- },
701
- {
702
- "name": "fileName",
703
- "optional": true,
704
- "type": {
705
- "text": "string"
706
- }
707
- },
708
- {
709
- "name": "download",
710
- "default": "true",
711
- "description": "Whether to trigger a download in the browser",
712
- "type": {
713
- "text": "boolean"
714
- }
715
- }
716
- ],
717
- "description": "Convert JSON Lottie to dotLottie"
718
- },
719
- {
720
- "kind": "method",
721
- "name": "renderControls",
722
- "privacy": "protected"
723
- }
724
- ],
725
- "events": [
726
- {
727
- "type": {
728
- "text": "CustomEvent"
729
- }
730
- }
731
- ],
732
- "attributes": [
733
- {
734
- "name": "autoplay",
735
- "type": {
736
- "text": "Autoplay | undefined"
737
- },
738
- "description": "Autoplay",
739
- "fieldName": "autoplay"
740
- },
741
- {
742
- "name": "background",
743
- "type": {
744
- "text": "string | undefined"
745
- },
746
- "default": "'transparent'",
747
- "description": "Background color",
748
- "fieldName": "background"
749
- },
750
- {
751
- "name": "controls",
752
- "type": {
753
- "text": "Controls | undefined"
754
- },
755
- "default": "false",
756
- "description": "Display controls",
757
- "fieldName": "controls"
758
- },
759
- {
760
- "name": "count",
761
- "type": {
762
- "text": "number | undefined"
763
- },
764
- "description": "Number of times to loop",
765
- "fieldName": "count"
766
- },
767
- {
768
- "name": "currentState",
769
- "type": {
770
- "text": "PlayerState | undefined"
771
- },
772
- "description": "Player state",
773
- "fieldName": "currentState"
774
- },
775
- {
776
- "name": "description",
777
- "type": {
778
- "text": "string | undefined"
779
- },
780
- "description": "Description for screen readers",
781
- "fieldName": "description"
782
- },
783
- {
784
- "name": "direction",
785
- "type": {
786
- "text": "AnimationDirection | undefined"
787
- },
788
- "default": "1",
789
- "description": "Direction of animation",
790
- "fieldName": "direction"
791
- },
792
- {
793
- "name": "hover",
794
- "type": {
795
- "text": "boolean"
796
- },
797
- "default": "false",
798
- "description": "Whether to play on mouseover",
799
- "fieldName": "hover"
800
- },
801
- {
802
- "name": "intermission",
803
- "type": {
804
- "text": "number"
805
- },
806
- "default": "0",
807
- "description": "Intermission",
808
- "fieldName": "intermission"
809
- },
810
- {
811
- "name": "loop",
812
- "type": {
813
- "text": "Loop | undefined"
814
- },
815
- "default": "false",
816
- "description": "Whether to loop",
817
- "fieldName": "loop"
818
- },
819
- {
820
- "name": "mode",
821
- "type": {
822
- "text": "PlayMode | undefined"
823
- },
824
- "description": "Play mode",
825
- "fieldName": "mode"
826
- },
827
- {
828
- "name": "multiAnimationSettings",
829
- "type": {
830
- "text": "AnimationSettings[] | undefined"
831
- },
832
- "description": "Multi-animation settings\nIf set, these will override conflicting settings",
833
- "fieldName": "multiAnimationSettings"
834
- },
835
- {
836
- "name": "objectfit",
837
- "type": {
838
- "text": "ObjectFit | undefined"
839
- },
840
- "default": "'contain'",
841
- "description": "Resizing to container",
842
- "fieldName": "objectfit"
843
- },
844
- {
845
- "name": "preserveAspectRatio",
846
- "type": {
847
- "text": "PreserveAspectRatio | undefined"
848
- },
849
- "description": "Resizing to container (Deprecated)",
850
- "fieldName": "preserveAspectRatio"
851
- },
852
- {
853
- "name": "renderer",
854
- "type": {
855
- "text": "RendererType | undefined"
856
- },
857
- "default": "'svg'",
858
- "description": "Renderer to use (svg, canvas or html)",
859
- "fieldName": "renderer"
860
- },
861
- {
862
- "name": "segment",
863
- "type": {
864
- "text": "AnimationSegment | undefined"
865
- },
866
- "description": "Segment",
867
- "fieldName": "segment"
868
- },
869
- {
870
- "name": "simple",
871
- "type": {
872
- "text": "boolean | undefined"
873
- },
874
- "default": "false",
875
- "description": "Hide advanced controls",
876
- "fieldName": "simple"
877
- },
878
- {
879
- "name": "speed",
880
- "type": {
881
- "text": "number | undefined"
882
- },
883
- "default": "1",
884
- "description": "Speed",
885
- "fieldName": "speed"
886
- },
887
- {
888
- "name": "src",
889
- "type": {
890
- "text": "string"
891
- },
892
- "description": "JSON/dotLottie data or URL",
893
- "fieldName": "src"
894
- },
895
- {
896
- "name": "subframe",
897
- "type": {
898
- "text": "Subframe | undefined"
899
- },
900
- "default": "true",
901
- "description": "Subframe",
902
- "fieldName": "subframe"
903
- }
904
- ],
905
- "superclass": {
906
- "name": "LitElement",
907
- "package": "lit"
908
- },
909
- "tagName": "dotlottie-player",
910
- "customElement": true
911
- }
912
- ],
913
- "exports": [
914
- {
915
- "kind": "js",
916
- "name": "DotLottiePlayer",
917
- "declaration": {
918
- "name": "DotLottiePlayer",
919
- "module": "src/component/index.ts"
920
- }
921
- },
922
- {
923
- "kind": "custom-element-definition",
924
- "name": "dotlottie-player",
925
- "declaration": {
926
- "name": "DotLottiePlayer",
927
- "module": "src/component/index.ts"
928
- }
929
- }
930
- ]
931
- },
932
- {
933
- "kind": "javascript-module",
934
- "path": "src/component/styles.ts",
935
- "declarations": [],
936
- "exports": [
937
- {
938
- "kind": "js",
939
- "name": "default",
940
- "declaration": {
941
- "module": "src/component/styles.ts"
942
- }
943
- }
944
- ]
945
- },
946
- {
947
- "kind": "javascript-module",
948
- "path": "src/component/types.ts",
949
- "declarations": [],
950
- "exports": []
951
- },
952
- {
953
- "kind": "javascript-module",
954
- "path": "src/component/utils.ts",
955
- "declarations": [
956
- {
957
- "kind": "class",
958
- "description": "",
959
- "name": "CustomError",
960
- "members": [
961
- {
962
- "kind": "field",
963
- "name": "status",
964
- "type": {
965
- "text": "number | undefined"
966
- }
967
- }
968
- ],
969
- "superclass": {
970
- "name": "Error",
971
- "module": "src/component/utils.ts"
972
- }
973
- },
974
- {
975
- "kind": "function",
976
- "name": "addExt",
977
- "parameters": [
978
- {
979
- "name": "ext",
980
- "type": {
981
- "text": "string"
982
- }
983
- },
984
- {
985
- "name": "str",
986
- "optional": true,
987
- "type": {
988
- "text": "string"
989
- }
990
- }
991
- ]
992
- },
993
- {
994
- "kind": "variable",
995
- "name": "aspectRatio"
996
- },
997
- {
998
- "kind": "variable",
999
- "name": "base64ToU8"
1000
- },
1001
- {
1002
- "kind": "variable",
1003
- "name": "createDotLottie"
1004
- },
1005
- {
1006
- "kind": "variable",
1007
- "name": "download"
1008
- },
1009
- {
1010
- "kind": "variable",
1011
- "name": "handleErrors"
1012
- },
1013
- {
1014
- "kind": "variable",
1015
- "name": "frameOutput"
1016
- },
1017
- {
1018
- "kind": "variable",
1019
- "name": "getAnimationData"
1020
- },
1021
- {
1022
- "kind": "variable",
1023
- "name": "getArrayBuffer"
1024
- },
1025
- {
1026
- "kind": "variable",
1027
- "name": "getExt"
1028
- },
1029
- {
1030
- "kind": "variable",
1031
- "name": "getExtFromB64"
1032
- },
1033
- {
1034
- "kind": "variable",
1035
- "name": "getFilename"
1036
- },
1037
- {
1038
- "kind": "variable",
1039
- "name": "getLottieJSON"
1040
- },
1041
- {
1042
- "kind": "variable",
1043
- "name": "getManifest"
1044
- },
1045
- {
1046
- "kind": "variable",
1047
- "name": "getMimeFromExt"
1048
- },
1049
- {
1050
- "kind": "variable",
1051
- "name": "hasExt"
1052
- },
1053
- {
1054
- "kind": "variable",
1055
- "name": "isAudio"
1056
- },
1057
- {
1058
- "kind": "variable",
1059
- "name": "isImage"
1060
- },
1061
- {
1062
- "kind": "variable",
1063
- "name": "isServer"
1064
- },
1065
- {
1066
- "kind": "variable",
1067
- "name": "strToU8"
1068
- },
1069
- {
1070
- "kind": "variable",
1071
- "name": "resolveAssets"
1072
- },
1073
- {
1074
- "kind": "variable",
1075
- "name": "unzip"
1076
- },
1077
- {
1078
- "kind": "variable",
1079
- "name": "useId"
1080
- }
1081
- ],
1082
- "exports": [
1083
- {
1084
- "kind": "js",
1085
- "name": "CustomError",
1086
- "declaration": {
1087
- "name": "CustomError",
1088
- "module": "src/component/utils.ts"
1089
- }
1090
- },
1091
- {
1092
- "kind": "js",
1093
- "name": "addExt",
1094
- "declaration": {
1095
- "name": "addExt",
1096
- "module": "src/component/utils.ts"
1097
- }
1098
- },
1099
- {
1100
- "kind": "js",
1101
- "name": "aspectRatio",
1102
- "declaration": {
1103
- "name": "aspectRatio",
1104
- "module": "src/component/utils.ts"
1105
- }
1106
- },
1107
- {
1108
- "kind": "js",
1109
- "name": "base64ToU8",
1110
- "declaration": {
1111
- "name": "base64ToU8",
1112
- "module": "src/component/utils.ts"
1113
- }
1114
- },
1115
- {
1116
- "kind": "js",
1117
- "name": "createDotLottie",
1118
- "declaration": {
1119
- "name": "createDotLottie",
1120
- "module": "src/component/utils.ts"
1121
- }
1122
- },
1123
- {
1124
- "kind": "js",
1125
- "name": "download",
1126
- "declaration": {
1127
- "name": "download",
1128
- "module": "src/component/utils.ts"
1129
- }
1130
- },
1131
- {
1132
- "kind": "js",
1133
- "name": "handleErrors",
1134
- "declaration": {
1135
- "name": "handleErrors",
1136
- "module": "src/component/utils.ts"
1137
- }
1138
- },
1139
- {
1140
- "kind": "js",
1141
- "name": "frameOutput",
1142
- "declaration": {
1143
- "name": "frameOutput",
1144
- "module": "src/component/utils.ts"
1145
- }
1146
- },
1147
- {
1148
- "kind": "js",
1149
- "name": "getAnimationData",
1150
- "declaration": {
1151
- "name": "getAnimationData",
1152
- "module": "src/component/utils.ts"
1153
- }
1154
- },
1155
- {
1156
- "kind": "js",
1157
- "name": "getArrayBuffer",
1158
- "declaration": {
1159
- "name": "getArrayBuffer",
1160
- "module": "src/component/utils.ts"
1161
- }
1162
- },
1163
- {
1164
- "kind": "js",
1165
- "name": "getExt",
1166
- "declaration": {
1167
- "name": "getExt",
1168
- "module": "src/component/utils.ts"
1169
- }
1170
- },
1171
- {
1172
- "kind": "js",
1173
- "name": "getExtFromB64",
1174
- "declaration": {
1175
- "name": "getExtFromB64",
1176
- "module": "src/component/utils.ts"
1177
- }
1178
- },
1179
- {
1180
- "kind": "js",
1181
- "name": "getFilename",
1182
- "declaration": {
1183
- "name": "getFilename",
1184
- "module": "src/component/utils.ts"
1185
- }
1186
- },
1187
- {
1188
- "kind": "js",
1189
- "name": "getLottieJSON",
1190
- "declaration": {
1191
- "name": "getLottieJSON",
1192
- "module": "src/component/utils.ts"
1193
- }
1194
- },
1195
- {
1196
- "kind": "js",
1197
- "name": "getManifest",
1198
- "declaration": {
1199
- "name": "getManifest",
1200
- "module": "src/component/utils.ts"
1201
- }
1202
- },
1203
- {
1204
- "kind": "js",
1205
- "name": "getMimeFromExt",
1206
- "declaration": {
1207
- "name": "getMimeFromExt",
1208
- "module": "src/component/utils.ts"
1209
- }
1210
- },
1211
- {
1212
- "kind": "js",
1213
- "name": "hasExt",
1214
- "declaration": {
1215
- "name": "hasExt",
1216
- "module": "src/component/utils.ts"
1217
- }
1218
- },
1219
- {
1220
- "kind": "js",
1221
- "name": "isAudio",
1222
- "declaration": {
1223
- "name": "isAudio",
1224
- "module": "src/component/utils.ts"
1225
- }
1226
- },
1227
- {
1228
- "kind": "js",
1229
- "name": "isImage",
1230
- "declaration": {
1231
- "name": "isImage",
1232
- "module": "src/component/utils.ts"
1233
- }
1234
- },
1235
- {
1236
- "kind": "js",
1237
- "name": "isServer",
1238
- "declaration": {
1239
- "name": "isServer",
1240
- "module": "src/component/utils.ts"
1241
- }
1242
- },
1243
- {
1244
- "kind": "js",
1245
- "name": "strToU8",
1246
- "declaration": {
1247
- "name": "strToU8",
1248
- "module": "src/component/utils.ts"
1249
- }
1250
- },
1251
- {
1252
- "kind": "js",
1253
- "name": "resolveAssets",
1254
- "declaration": {
1255
- "name": "resolveAssets",
1256
- "module": "src/component/utils.ts"
1257
- }
1258
- },
1259
- {
1260
- "kind": "js",
1261
- "name": "unzip",
1262
- "declaration": {
1263
- "name": "unzip",
1264
- "module": "src/component/utils.ts"
1265
- }
1266
- },
1267
- {
1268
- "kind": "js",
1269
- "name": "useId",
1270
- "declaration": {
1271
- "name": "useId",
1272
- "module": "src/component/utils.ts"
1273
- }
1274
- }
1275
- ]
1276
- }
1277
- ]
1278
- }