@htmlbricks/hb-matrix-video 0.20.7

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.
@@ -0,0 +1,1113 @@
1
+ {
2
+ "definitions": {
3
+ "events": {
4
+ "$ref": "#/definitions/Events",
5
+ "$schema": "http://json-schema.org/draft-07/schema#",
6
+ "definitions": {
7
+ "Events": {
8
+ "additionalProperties": false,
9
+ "properties": {
10
+ "clickItem": {
11
+ "additionalProperties": false,
12
+ "properties": {
13
+ "id": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "required": [
18
+ "id"
19
+ ],
20
+ "type": "object"
21
+ },
22
+ "hoverItem": {
23
+ "additionalProperties": false,
24
+ "properties": {
25
+ "id": {
26
+ "type": "string"
27
+ },
28
+ "selected": {
29
+ "type": "boolean"
30
+ }
31
+ },
32
+ "required": [
33
+ "selected"
34
+ ],
35
+ "type": "object"
36
+ }
37
+ },
38
+ "required": [
39
+ "hoverItem",
40
+ "clickItem"
41
+ ],
42
+ "type": "object"
43
+ }
44
+ }
45
+ },
46
+ "component": {
47
+ "$ref": "#/definitions/Component",
48
+ "$schema": "http://json-schema.org/draft-07/schema#",
49
+ "definitions": {
50
+ "Component": {
51
+ "additionalProperties": false,
52
+ "properties": {
53
+ "id": {
54
+ "type": "string"
55
+ },
56
+ "items": {
57
+ "items": {
58
+ "additionalProperties": false,
59
+ "properties": {
60
+ "id": {
61
+ "type": "string"
62
+ },
63
+ "title": {
64
+ "type": "string"
65
+ },
66
+ "type": {
67
+ "enum": [
68
+ "video",
69
+ "iframe",
70
+ "mediamtx-webrtc",
71
+ "mediamtx-webrtc-ptz"
72
+ ],
73
+ "type": "string"
74
+ },
75
+ "uri": {
76
+ "type": "string"
77
+ }
78
+ },
79
+ "required": [
80
+ "type",
81
+ "id",
82
+ "uri"
83
+ ],
84
+ "type": "object"
85
+ },
86
+ "type": "array"
87
+ },
88
+ "style": {
89
+ "type": "string"
90
+ }
91
+ },
92
+ "required": [
93
+ "items"
94
+ ],
95
+ "type": "object"
96
+ }
97
+ }
98
+ }
99
+ },
100
+ "storybookArgs": {
101
+ "items": {
102
+ "control": {
103
+ "type": "object"
104
+ }
105
+ },
106
+ "hoverItem": {
107
+ "action": "hoverItemEvent"
108
+ },
109
+ "clickItem": {
110
+ "action": "clickItemEvent"
111
+ }
112
+ },
113
+ "styleSetup": {
114
+ "vars": [],
115
+ "parts": []
116
+ },
117
+ "author": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
118
+ "contributors": [],
119
+ "owner": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
120
+ "htmlSlots": [],
121
+ "i18n": [],
122
+ "examples": [
123
+ {
124
+ "name": "with2videos",
125
+ "data": {
126
+ "items": [
127
+ {
128
+ "type": "iframe",
129
+ "id": "1",
130
+ "uri": "http://127.0.0.1:8889/test/"
131
+ },
132
+ {
133
+ "type": "iframe",
134
+ "id": "2",
135
+ "uri": "http://127.0.0.1:8889/test/"
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ {
141
+ "name": "with3videos",
142
+ "data": {
143
+ "items": [
144
+ {
145
+ "type": "iframe",
146
+ "id": "1",
147
+ "uri": "http://127.0.0.1:8889/test/"
148
+ },
149
+ {
150
+ "type": "iframe",
151
+ "id": "2",
152
+ "uri": "http://127.0.0.1:8889/test/"
153
+ },
154
+ {
155
+ "type": "iframe",
156
+ "id": "3",
157
+ "uri": "http://127.0.0.1:8889/test/"
158
+ }
159
+ ]
160
+ }
161
+ },
162
+ {
163
+ "name": "with4videos",
164
+ "data": {
165
+ "items": [
166
+ {
167
+ "type": "iframe",
168
+ "id": "1",
169
+ "uri": "http://127.0.0.1:8889/test/"
170
+ },
171
+ {
172
+ "type": "iframe",
173
+ "id": "2",
174
+ "uri": "http://127.0.0.1:8889/test/"
175
+ },
176
+ {
177
+ "type": "iframe",
178
+ "id": "3",
179
+ "uri": "http://127.0.0.1:8889/test/"
180
+ },
181
+ {
182
+ "type": "iframe",
183
+ "id": "4",
184
+ "uri": "http://127.0.0.1:8889/test/"
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "name": "with6videos",
191
+ "data": {
192
+ "items": [
193
+ {
194
+ "type": "iframe",
195
+ "id": "1",
196
+ "uri": "http://127.0.0.1:8889/test/"
197
+ },
198
+ {
199
+ "type": "iframe",
200
+ "id": "2",
201
+ "uri": "http://127.0.0.1:8889/test/"
202
+ },
203
+ {
204
+ "type": "iframe",
205
+ "id": "3",
206
+ "uri": "http://127.0.0.1:8889/test/"
207
+ },
208
+ {
209
+ "type": "iframe",
210
+ "id": "4",
211
+ "uri": "http://127.0.0.1:8889/test/"
212
+ },
213
+ {
214
+ "type": "iframe",
215
+ "id": "5",
216
+ "uri": "http://127.0.0.1:8889/test/"
217
+ },
218
+ {
219
+ "type": "iframe",
220
+ "id": "6",
221
+ "uri": "http://127.0.0.1:8889/test/"
222
+ }
223
+ ]
224
+ }
225
+ },
226
+ {
227
+ "name": "with7videos",
228
+ "data": {
229
+ "items": [
230
+ {
231
+ "type": "iframe",
232
+ "id": "1",
233
+ "uri": "http://127.0.0.1:8889/test/"
234
+ },
235
+ {
236
+ "type": "iframe",
237
+ "id": "2",
238
+ "uri": "http://127.0.0.1:8889/test/"
239
+ },
240
+ {
241
+ "type": "iframe",
242
+ "id": "3",
243
+ "uri": "http://127.0.0.1:8889/test/"
244
+ },
245
+ {
246
+ "type": "iframe",
247
+ "id": "4",
248
+ "uri": "http://127.0.0.1:8889/test/"
249
+ },
250
+ {
251
+ "type": "iframe",
252
+ "id": "5",
253
+ "uri": "http://127.0.0.1:8889/test/"
254
+ },
255
+ {
256
+ "type": "iframe",
257
+ "id": "6",
258
+ "uri": "http://127.0.0.1:8889/test/"
259
+ },
260
+ {
261
+ "type": "iframe",
262
+ "id": "7",
263
+ "uri": "http://127.0.0.1:8889/test/"
264
+ }
265
+ ]
266
+ }
267
+ },
268
+ {
269
+ "name": "with8videos",
270
+ "data": {
271
+ "items": [
272
+ {
273
+ "type": "iframe",
274
+ "id": "1",
275
+ "uri": "http://127.0.0.1:8889/test/"
276
+ },
277
+ {
278
+ "type": "iframe",
279
+ "id": "2",
280
+ "uri": "http://127.0.0.1:8889/test/"
281
+ },
282
+ {
283
+ "type": "iframe",
284
+ "id": "3",
285
+ "uri": "http://127.0.0.1:8889/test/"
286
+ },
287
+ {
288
+ "type": "iframe",
289
+ "id": "4",
290
+ "uri": "http://127.0.0.1:8889/test/"
291
+ },
292
+ {
293
+ "type": "iframe",
294
+ "id": "5",
295
+ "uri": "http://127.0.0.1:8889/test/"
296
+ },
297
+ {
298
+ "type": "iframe",
299
+ "id": "6",
300
+ "uri": "http://127.0.0.1:8889/test/"
301
+ },
302
+ {
303
+ "type": "iframe",
304
+ "id": "7",
305
+ "uri": "http://127.0.0.1:8889/test/"
306
+ },
307
+ {
308
+ "type": "iframe",
309
+ "id": "8",
310
+ "uri": "http://127.0.0.1:8889/test/"
311
+ }
312
+ ]
313
+ }
314
+ },
315
+ {
316
+ "name": "with9videos",
317
+ "data": {
318
+ "items": [
319
+ {
320
+ "type": "iframe",
321
+ "id": "1",
322
+ "uri": "http://127.0.0.1:8889/test/"
323
+ },
324
+ {
325
+ "type": "iframe",
326
+ "id": "2",
327
+ "uri": "http://127.0.0.1:8889/test/"
328
+ },
329
+ {
330
+ "type": "iframe",
331
+ "id": "3",
332
+ "uri": "http://127.0.0.1:8889/test/"
333
+ },
334
+ {
335
+ "type": "iframe",
336
+ "id": "4",
337
+ "uri": "http://127.0.0.1:8889/test/"
338
+ },
339
+ {
340
+ "type": "iframe",
341
+ "id": "5",
342
+ "uri": "http://127.0.0.1:8889/test/"
343
+ },
344
+ {
345
+ "type": "iframe",
346
+ "id": "6",
347
+ "uri": "http://127.0.0.1:8889/test/"
348
+ },
349
+ {
350
+ "type": "iframe",
351
+ "id": "7",
352
+ "uri": "http://127.0.0.1:8889/test/"
353
+ },
354
+ {
355
+ "type": "iframe",
356
+ "id": "8",
357
+ "uri": "http://127.0.0.1:8889/test/"
358
+ },
359
+ {
360
+ "type": "iframe",
361
+ "id": "9",
362
+ "uri": "http://127.0.0.1:8889/test/"
363
+ }
364
+ ]
365
+ }
366
+ },
367
+ {
368
+ "name": "with10videos",
369
+ "data": {
370
+ "items": [
371
+ {
372
+ "type": "iframe",
373
+ "id": "1",
374
+ "uri": "http://127.0.0.1:8889/test/"
375
+ },
376
+ {
377
+ "type": "iframe",
378
+ "id": "2",
379
+ "uri": "http://127.0.0.1:8889/test/"
380
+ },
381
+ {
382
+ "type": "iframe",
383
+ "id": "3",
384
+ "uri": "http://127.0.0.1:8889/test/"
385
+ },
386
+ {
387
+ "type": "iframe",
388
+ "id": "4",
389
+ "uri": "http://127.0.0.1:8889/test/"
390
+ },
391
+ {
392
+ "type": "iframe",
393
+ "id": "5",
394
+ "uri": "http://127.0.0.1:8889/test/"
395
+ },
396
+ {
397
+ "type": "iframe",
398
+ "id": "6",
399
+ "uri": "http://127.0.0.1:8889/test/"
400
+ },
401
+ {
402
+ "type": "iframe",
403
+ "id": "7",
404
+ "uri": "http://127.0.0.1:8889/test/"
405
+ },
406
+ {
407
+ "type": "iframe",
408
+ "id": "8",
409
+ "uri": "http://127.0.0.1:8889/test/"
410
+ },
411
+ {
412
+ "type": "iframe",
413
+ "id": "9",
414
+ "uri": "http://127.0.0.1:8889/test/"
415
+ },
416
+ {
417
+ "type": "iframe",
418
+ "id": "10",
419
+ "uri": "http://127.0.0.1:8889/test/"
420
+ }
421
+ ]
422
+ }
423
+ },
424
+ {
425
+ "name": "with12videos",
426
+ "data": {
427
+ "items": [
428
+ {
429
+ "type": "iframe",
430
+ "id": "1",
431
+ "uri": "http://127.0.0.1:8889/test/"
432
+ },
433
+ {
434
+ "type": "iframe",
435
+ "id": "2",
436
+ "uri": "http://127.0.0.1:8889/test/"
437
+ },
438
+ {
439
+ "type": "iframe",
440
+ "id": "3",
441
+ "uri": "http://127.0.0.1:8889/test/"
442
+ },
443
+ {
444
+ "type": "iframe",
445
+ "id": "4",
446
+ "uri": "http://127.0.0.1:8889/test/"
447
+ },
448
+ {
449
+ "type": "iframe",
450
+ "id": "5",
451
+ "uri": "http://127.0.0.1:8889/test/"
452
+ },
453
+ {
454
+ "type": "iframe",
455
+ "id": "6",
456
+ "uri": "http://127.0.0.1:8889/test/"
457
+ },
458
+ {
459
+ "type": "iframe",
460
+ "id": "7",
461
+ "uri": "http://127.0.0.1:8889/test/"
462
+ },
463
+ {
464
+ "type": "iframe",
465
+ "id": "8",
466
+ "uri": "http://127.0.0.1:8889/test/"
467
+ },
468
+ {
469
+ "type": "iframe",
470
+ "id": "9",
471
+ "uri": "http://127.0.0.1:8889/test/"
472
+ },
473
+ {
474
+ "type": "iframe",
475
+ "id": "10",
476
+ "uri": "http://127.0.0.1:8889/test/"
477
+ },
478
+ {
479
+ "type": "iframe",
480
+ "id": "11",
481
+ "uri": "http://127.0.0.1:8889/test/"
482
+ },
483
+ {
484
+ "type": "iframe",
485
+ "id": "12",
486
+ "uri": "http://127.0.0.1:8889/test/"
487
+ }
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "name": "with13videos",
493
+ "data": {
494
+ "items": [
495
+ {
496
+ "type": "iframe",
497
+ "id": "1",
498
+ "uri": "http://127.0.0.1:8889/test/"
499
+ },
500
+ {
501
+ "type": "iframe",
502
+ "id": "2",
503
+ "uri": "http://127.0.0.1:8889/test/"
504
+ },
505
+ {
506
+ "type": "iframe",
507
+ "id": "3",
508
+ "uri": "http://127.0.0.1:8889/test/"
509
+ },
510
+ {
511
+ "type": "iframe",
512
+ "id": "4",
513
+ "uri": "http://127.0.0.1:8889/test/"
514
+ },
515
+ {
516
+ "type": "iframe",
517
+ "id": "5",
518
+ "uri": "http://127.0.0.1:8889/test/"
519
+ },
520
+ {
521
+ "type": "iframe",
522
+ "id": "6",
523
+ "uri": "http://127.0.0.1:8889/test/"
524
+ },
525
+ {
526
+ "type": "iframe",
527
+ "id": "7",
528
+ "uri": "http://127.0.0.1:8889/test/"
529
+ },
530
+ {
531
+ "type": "iframe",
532
+ "id": "8",
533
+ "uri": "http://127.0.0.1:8889/test/"
534
+ },
535
+ {
536
+ "type": "iframe",
537
+ "id": "9",
538
+ "uri": "http://127.0.0.1:8889/test/"
539
+ },
540
+ {
541
+ "type": "iframe",
542
+ "id": "10",
543
+ "uri": "http://127.0.0.1:8889/test/"
544
+ },
545
+ {
546
+ "type": "iframe",
547
+ "id": "11",
548
+ "uri": "http://127.0.0.1:8889/test/"
549
+ },
550
+ {
551
+ "type": "iframe",
552
+ "id": "12",
553
+ "uri": "http://127.0.0.1:8889/test/"
554
+ },
555
+ {
556
+ "type": "iframe",
557
+ "id": "13",
558
+ "uri": "http://127.0.0.1:8889/test/"
559
+ }
560
+ ]
561
+ }
562
+ },
563
+ {
564
+ "name": "with15videos",
565
+ "data": {
566
+ "items": [
567
+ {
568
+ "type": "iframe",
569
+ "id": "1",
570
+ "uri": "http://127.0.0.1:8889/test/"
571
+ },
572
+ {
573
+ "type": "iframe",
574
+ "id": "2",
575
+ "uri": "http://127.0.0.1:8889/test/"
576
+ },
577
+ {
578
+ "type": "iframe",
579
+ "id": "3",
580
+ "uri": "http://127.0.0.1:8889/test/"
581
+ },
582
+ {
583
+ "type": "iframe",
584
+ "id": "4",
585
+ "uri": "http://127.0.0.1:8889/test/"
586
+ },
587
+ {
588
+ "type": "iframe",
589
+ "id": "5",
590
+ "uri": "http://127.0.0.1:8889/test/"
591
+ },
592
+ {
593
+ "type": "iframe",
594
+ "id": "6",
595
+ "uri": "http://127.0.0.1:8889/test/"
596
+ },
597
+ {
598
+ "type": "iframe",
599
+ "id": "7",
600
+ "uri": "http://127.0.0.1:8889/test/"
601
+ },
602
+ {
603
+ "type": "iframe",
604
+ "id": "8",
605
+ "uri": "http://127.0.0.1:8889/test/"
606
+ },
607
+ {
608
+ "type": "iframe",
609
+ "id": "9",
610
+ "uri": "http://127.0.0.1:8889/test/"
611
+ },
612
+ {
613
+ "type": "iframe",
614
+ "id": "10",
615
+ "uri": "http://127.0.0.1:8889/test/"
616
+ },
617
+ {
618
+ "type": "iframe",
619
+ "id": "11",
620
+ "uri": "http://127.0.0.1:8889/test/"
621
+ },
622
+ {
623
+ "type": "iframe",
624
+ "id": "12",
625
+ "uri": "http://127.0.0.1:8889/test/"
626
+ },
627
+ {
628
+ "type": "iframe",
629
+ "id": "13",
630
+ "uri": "http://127.0.0.1:8889/test/"
631
+ },
632
+ {
633
+ "type": "iframe",
634
+ "id": "14",
635
+ "uri": "http://127.0.0.1:8889/test/"
636
+ },
637
+ {
638
+ "type": "iframe",
639
+ "id": "15",
640
+ "uri": "http://127.0.0.1:8889/test/"
641
+ }
642
+ ]
643
+ }
644
+ },
645
+ {
646
+ "name": "with16videos",
647
+ "data": {
648
+ "items": [
649
+ {
650
+ "type": "iframe",
651
+ "id": "1",
652
+ "uri": "http://127.0.0.1:8889/test/"
653
+ },
654
+ {
655
+ "type": "iframe",
656
+ "id": "2",
657
+ "uri": "http://127.0.0.1:8889/test/"
658
+ },
659
+ {
660
+ "type": "iframe",
661
+ "id": "3",
662
+ "uri": "http://127.0.0.1:8889/test/"
663
+ },
664
+ {
665
+ "type": "iframe",
666
+ "id": "4",
667
+ "uri": "http://127.0.0.1:8889/test/"
668
+ },
669
+ {
670
+ "type": "iframe",
671
+ "id": "5",
672
+ "uri": "http://127.0.0.1:8889/test/"
673
+ },
674
+ {
675
+ "type": "iframe",
676
+ "id": "6",
677
+ "uri": "http://127.0.0.1:8889/test/"
678
+ },
679
+ {
680
+ "type": "iframe",
681
+ "id": "7",
682
+ "uri": "http://127.0.0.1:8889/test/"
683
+ },
684
+ {
685
+ "type": "iframe",
686
+ "id": "8",
687
+ "uri": "http://127.0.0.1:8889/test/"
688
+ },
689
+ {
690
+ "type": "iframe",
691
+ "id": "9",
692
+ "uri": "http://127.0.0.1:8889/test/"
693
+ },
694
+ {
695
+ "type": "iframe",
696
+ "id": "10",
697
+ "uri": "http://127.0.0.1:8889/test/"
698
+ },
699
+ {
700
+ "type": "iframe",
701
+ "id": "11",
702
+ "uri": "http://127.0.0.1:8889/test/"
703
+ },
704
+ {
705
+ "type": "iframe",
706
+ "id": "12",
707
+ "uri": "http://127.0.0.1:8889/test/"
708
+ },
709
+ {
710
+ "type": "iframe",
711
+ "id": "13",
712
+ "uri": "http://127.0.0.1:8889/test/"
713
+ },
714
+ {
715
+ "type": "iframe",
716
+ "id": "14",
717
+ "uri": "http://127.0.0.1:8889/test/"
718
+ },
719
+ {
720
+ "type": "iframe",
721
+ "id": "15",
722
+ "uri": "http://127.0.0.1:8889/test/"
723
+ },
724
+ {
725
+ "type": "iframe",
726
+ "id": "16",
727
+ "uri": "http://127.0.0.1:8889/test/"
728
+ }
729
+ ]
730
+ }
731
+ },
732
+ {
733
+ "name": "with18videos",
734
+ "data": {
735
+ "items": [
736
+ {
737
+ "type": "iframe",
738
+ "id": "1",
739
+ "uri": "http://127.0.0.1:8889/test/"
740
+ },
741
+ {
742
+ "type": "iframe",
743
+ "id": "2",
744
+ "uri": "http://127.0.0.1:8889/test/"
745
+ },
746
+ {
747
+ "type": "iframe",
748
+ "id": "3",
749
+ "uri": "http://127.0.0.1:8889/test/"
750
+ },
751
+ {
752
+ "type": "iframe",
753
+ "id": "4",
754
+ "uri": "http://127.0.0.1:8889/test/"
755
+ },
756
+ {
757
+ "type": "iframe",
758
+ "id": "5",
759
+ "uri": "http://127.0.0.1:8889/test/"
760
+ },
761
+ {
762
+ "type": "iframe",
763
+ "id": "6",
764
+ "uri": "http://127.0.0.1:8889/test/"
765
+ },
766
+ {
767
+ "type": "iframe",
768
+ "id": "7",
769
+ "uri": "http://127.0.0.1:8889/test/"
770
+ },
771
+ {
772
+ "type": "iframe",
773
+ "id": "8",
774
+ "uri": "http://127.0.0.1:8889/test/"
775
+ },
776
+ {
777
+ "type": "iframe",
778
+ "id": "9",
779
+ "uri": "http://127.0.0.1:8889/test/"
780
+ },
781
+ {
782
+ "type": "iframe",
783
+ "id": "10",
784
+ "uri": "http://127.0.0.1:8889/test/"
785
+ },
786
+ {
787
+ "type": "iframe",
788
+ "id": "11",
789
+ "uri": "http://127.0.0.1:8889/test/"
790
+ },
791
+ {
792
+ "type": "iframe",
793
+ "id": "12",
794
+ "uri": "http://127.0.0.1:8889/test/"
795
+ },
796
+ {
797
+ "type": "iframe",
798
+ "id": "13",
799
+ "uri": "http://127.0.0.1:8889/test/"
800
+ },
801
+ {
802
+ "type": "iframe",
803
+ "id": "14",
804
+ "uri": "http://127.0.0.1:8889/test/"
805
+ },
806
+ {
807
+ "type": "iframe",
808
+ "id": "15",
809
+ "uri": "http://127.0.0.1:8889/test/"
810
+ },
811
+ {
812
+ "type": "iframe",
813
+ "id": "16",
814
+ "uri": "http://127.0.0.1:8889/test/"
815
+ },
816
+ {
817
+ "type": "iframe",
818
+ "id": "17",
819
+ "uri": "http://127.0.0.1:8889/test/"
820
+ },
821
+ {
822
+ "type": "iframe",
823
+ "id": "18",
824
+ "uri": "http://127.0.0.1:8889/test/"
825
+ }
826
+ ]
827
+ }
828
+ },
829
+ {
830
+ "name": "with20videos",
831
+ "data": {
832
+ "items": [
833
+ {
834
+ "type": "iframe",
835
+ "id": "1",
836
+ "uri": "http://127.0.0.1:8889/test/"
837
+ },
838
+ {
839
+ "type": "iframe",
840
+ "id": "2",
841
+ "uri": "http://127.0.0.1:8889/test/"
842
+ },
843
+ {
844
+ "type": "iframe",
845
+ "id": "3",
846
+ "uri": "http://127.0.0.1:8889/test/"
847
+ },
848
+ {
849
+ "type": "iframe",
850
+ "id": "4",
851
+ "uri": "http://127.0.0.1:8889/test/"
852
+ },
853
+ {
854
+ "type": "iframe",
855
+ "id": "5",
856
+ "uri": "http://127.0.0.1:8889/test/"
857
+ },
858
+ {
859
+ "type": "iframe",
860
+ "id": "6",
861
+ "uri": "http://127.0.0.1:8889/test/"
862
+ },
863
+ {
864
+ "type": "iframe",
865
+ "id": "7",
866
+ "uri": "http://127.0.0.1:8889/test/"
867
+ },
868
+ {
869
+ "type": "iframe",
870
+ "id": "8",
871
+ "uri": "http://127.0.0.1:8889/test/"
872
+ },
873
+ {
874
+ "type": "iframe",
875
+ "id": "9",
876
+ "uri": "http://127.0.0.1:8889/test/"
877
+ },
878
+ {
879
+ "type": "iframe",
880
+ "id": "10",
881
+ "uri": "http://127.0.0.1:8889/test/"
882
+ },
883
+ {
884
+ "type": "iframe",
885
+ "id": "11",
886
+ "uri": "http://127.0.0.1:8889/test/"
887
+ },
888
+ {
889
+ "type": "iframe",
890
+ "id": "12",
891
+ "uri": "http://127.0.0.1:8889/test/"
892
+ },
893
+ {
894
+ "type": "iframe",
895
+ "id": "13",
896
+ "uri": "http://127.0.0.1:8889/test/"
897
+ },
898
+ {
899
+ "type": "iframe",
900
+ "id": "14",
901
+ "uri": "http://127.0.0.1:8889/test/"
902
+ },
903
+ {
904
+ "type": "iframe",
905
+ "id": "15",
906
+ "uri": "http://127.0.0.1:8889/test/"
907
+ },
908
+ {
909
+ "type": "iframe",
910
+ "id": "16",
911
+ "uri": "http://127.0.0.1:8889/test/"
912
+ },
913
+ {
914
+ "type": "iframe",
915
+ "id": "17",
916
+ "uri": "http://127.0.0.1:8889/test/"
917
+ },
918
+ {
919
+ "type": "iframe",
920
+ "id": "18",
921
+ "uri": "http://127.0.0.1:8889/test/"
922
+ },
923
+ {
924
+ "type": "iframe",
925
+ "id": "19",
926
+ "uri": "http://127.0.0.1:8889/test/"
927
+ },
928
+ {
929
+ "type": "iframe",
930
+ "id": "20",
931
+ "uri": "http://127.0.0.1:8889/test/"
932
+ }
933
+ ]
934
+ }
935
+ },
936
+ {
937
+ "name": "with30videos",
938
+ "data": {
939
+ "items": [
940
+ {
941
+ "type": "iframe",
942
+ "id": "1",
943
+ "uri": "http://127.0.0.1:8889/test/"
944
+ },
945
+ {
946
+ "type": "iframe",
947
+ "id": "2",
948
+ "uri": "http://127.0.0.1:8889/test/"
949
+ },
950
+ {
951
+ "type": "iframe",
952
+ "id": "3",
953
+ "uri": "http://127.0.0.1:8889/test/"
954
+ },
955
+ {
956
+ "type": "iframe",
957
+ "id": "4",
958
+ "uri": "http://127.0.0.1:8889/test/"
959
+ },
960
+ {
961
+ "type": "iframe",
962
+ "id": "5",
963
+ "uri": "http://127.0.0.1:8889/test/"
964
+ },
965
+ {
966
+ "type": "iframe",
967
+ "id": "6",
968
+ "uri": "http://127.0.0.1:8889/test/"
969
+ },
970
+ {
971
+ "type": "iframe",
972
+ "id": "7",
973
+ "uri": "http://127.0.0.1:8889/test/"
974
+ },
975
+ {
976
+ "type": "iframe",
977
+ "id": "8",
978
+ "uri": "http://127.0.0.1:8889/test/"
979
+ },
980
+ {
981
+ "type": "iframe",
982
+ "id": "9",
983
+ "uri": "http://127.0.0.1:8889/test/"
984
+ },
985
+ {
986
+ "type": "iframe",
987
+ "id": "10",
988
+ "uri": "http://127.0.0.1:8889/test/"
989
+ },
990
+ {
991
+ "type": "iframe",
992
+ "id": "11",
993
+ "uri": "http://127.0.0.1:8889/test/"
994
+ },
995
+ {
996
+ "type": "iframe",
997
+ "id": "12",
998
+ "uri": "http://127.0.0.1:8889/test/"
999
+ },
1000
+ {
1001
+ "type": "iframe",
1002
+ "id": "13",
1003
+ "uri": "http://127.0.0.1:8889/test/"
1004
+ },
1005
+ {
1006
+ "type": "iframe",
1007
+ "id": "14",
1008
+ "uri": "http://127.0.0.1:8889/test/"
1009
+ },
1010
+ {
1011
+ "type": "iframe",
1012
+ "id": "15",
1013
+ "uri": "http://127.0.0.1:8889/test/"
1014
+ },
1015
+ {
1016
+ "type": "iframe",
1017
+ "id": "16",
1018
+ "uri": "http://127.0.0.1:8889/test/"
1019
+ },
1020
+ {
1021
+ "type": "iframe",
1022
+ "id": "17",
1023
+ "uri": "http://127.0.0.1:8889/test/"
1024
+ },
1025
+ {
1026
+ "type": "iframe",
1027
+ "id": "18",
1028
+ "uri": "http://127.0.0.1:8889/test/"
1029
+ },
1030
+ {
1031
+ "type": "iframe",
1032
+ "id": "19",
1033
+ "uri": "http://127.0.0.1:8889/test/"
1034
+ },
1035
+ {
1036
+ "type": "iframe",
1037
+ "id": "20",
1038
+ "uri": "http://127.0.0.1:8889/test/"
1039
+ },
1040
+ {
1041
+ "type": "iframe",
1042
+ "id": "21",
1043
+ "uri": "http://127.0.0.1:8889/test/"
1044
+ },
1045
+ {
1046
+ "type": "iframe",
1047
+ "id": "22",
1048
+ "uri": "http://127.0.0.1:8889/test/"
1049
+ },
1050
+ {
1051
+ "type": "iframe",
1052
+ "id": "23",
1053
+ "uri": "http://127.0.0.1:8889/test/"
1054
+ },
1055
+ {
1056
+ "type": "iframe",
1057
+ "id": "24",
1058
+ "uri": "http://127.0.0.1:8889/test/"
1059
+ },
1060
+ {
1061
+ "type": "iframe",
1062
+ "id": "25",
1063
+ "uri": "http://127.0.0.1:8889/test/"
1064
+ },
1065
+ {
1066
+ "type": "iframe",
1067
+ "id": "26",
1068
+ "uri": "http://127.0.0.1:8889/test/"
1069
+ },
1070
+ {
1071
+ "type": "iframe",
1072
+ "id": "27",
1073
+ "uri": "http://127.0.0.1:8889/test/"
1074
+ },
1075
+ {
1076
+ "type": "iframe",
1077
+ "id": "28",
1078
+ "uri": "http://127.0.0.1:8889/test/"
1079
+ },
1080
+ {
1081
+ "type": "iframe",
1082
+ "id": "29",
1083
+ "uri": "http://127.0.0.1:8889/test/"
1084
+ },
1085
+ {
1086
+ "type": "iframe",
1087
+ "id": "30",
1088
+ "uri": "http://127.0.0.1:8889/test/"
1089
+ }
1090
+ ]
1091
+ }
1092
+ }
1093
+ ],
1094
+ "screenshots": [],
1095
+ "licenses": [
1096
+ {
1097
+ "type": "Apache-2.0",
1098
+ "path": "LICENSE.md",
1099
+ "cost": 0,
1100
+ "currency": "EUR"
1101
+ }
1102
+ ],
1103
+ "readmePath": "README.md",
1104
+ "name": "hb-matrix-video",
1105
+ "category": "components",
1106
+ "tags": [
1107
+ "components"
1108
+ ],
1109
+ "size": {},
1110
+ "iifePath": "release/release.js",
1111
+ "repoName": "@htmlbricks/hb-matrix-video",
1112
+ "version": "0.20.7"
1113
+ }