@blackbaud/skyux-lib-media 5.0.0-beta.0 → 6.0.0-beta.0

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