@blackbaud/skyux-lib-code-block 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.
@@ -1,703 +0,0 @@
1
- {
2
- "anchorIds": {
3
- "SkyCodeBlockModule": "class-skycodeblockmodule",
4
- "SkyCodeModule": "class-skycodemodule",
5
- "SkyCodeComponent": "class-skycodecomponent",
6
- "SkyCodeBlockComponent": "class-skycodeblockcomponent"
7
- },
8
- "typedoc": {
9
- "id": 0,
10
- "name": "@blackbaud/skyux-lib-code-block",
11
- "kind": 1,
12
- "kindString": "Project",
13
- "flags": {},
14
- "originalName": "",
15
- "children": [
16
- {
17
- "id": 38,
18
- "name": "SkyCodeBlockModule",
19
- "kind": 128,
20
- "kindString": "Class",
21
- "flags": {},
22
- "decorators": [
23
- {
24
- "name": "NgModule",
25
- "type": {
26
- "type": "reference",
27
- "name": "NgModule"
28
- },
29
- "arguments": {
30
- "obj": "{\n declarations: [\n SkyCodeBlockComponent\n ],\n imports: [\n CommonModule,\n SkyClipboardModule,\n SkyCodeBlockResourcesModule\n ],\n exports: [\n SkyCodeBlockComponent\n ]\n}"
31
- }
32
- }
33
- ],
34
- "children": [
35
- {
36
- "id": 39,
37
- "name": "constructor",
38
- "kind": 512,
39
- "kindString": "Constructor",
40
- "flags": {},
41
- "signatures": [
42
- {
43
- "id": 40,
44
- "name": "new SkyCodeBlockModule",
45
- "kind": 16384,
46
- "kindString": "Constructor signature",
47
- "flags": {},
48
- "type": {
49
- "type": "reference",
50
- "id": 38,
51
- "name": "SkyCodeBlockModule"
52
- }
53
- }
54
- ]
55
- }
56
- ],
57
- "groups": [
58
- {
59
- "title": "Constructors",
60
- "kind": 512,
61
- "children": [
62
- 39
63
- ]
64
- }
65
- ],
66
- "sources": [
67
- {
68
- "fileName": "projects/code-block/src/modules/code-block/code-block.module.ts",
69
- "line": 34,
70
- "character": 13
71
- }
72
- ]
73
- },
74
- {
75
- "id": 41,
76
- "name": "SkyCodeModule",
77
- "kind": 128,
78
- "kindString": "Class",
79
- "flags": {},
80
- "decorators": [
81
- {
82
- "name": "NgModule",
83
- "type": {
84
- "type": "reference",
85
- "name": "NgModule"
86
- },
87
- "arguments": {
88
- "obj": "{\n declarations: [\n SkyCodeComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SkyCodeComponent\n ]\n}"
89
- }
90
- }
91
- ],
92
- "children": [
93
- {
94
- "id": 42,
95
- "name": "constructor",
96
- "kind": 512,
97
- "kindString": "Constructor",
98
- "flags": {},
99
- "signatures": [
100
- {
101
- "id": 43,
102
- "name": "new SkyCodeModule",
103
- "kind": 16384,
104
- "kindString": "Constructor signature",
105
- "flags": {},
106
- "type": {
107
- "type": "reference",
108
- "id": 41,
109
- "name": "SkyCodeModule"
110
- }
111
- }
112
- ]
113
- }
114
- ],
115
- "groups": [
116
- {
117
- "title": "Constructors",
118
- "kind": 512,
119
- "children": [
120
- 42
121
- ]
122
- }
123
- ],
124
- "sources": [
125
- {
126
- "fileName": "projects/code-block/src/modules/code/code.module.ts",
127
- "line": 24,
128
- "character": 13
129
- }
130
- ]
131
- },
132
- {
133
- "id": 1,
134
- "name": "SkyCodeComponent",
135
- "kind": 128,
136
- "kindString": "Class",
137
- "flags": {},
138
- "decorators": [
139
- {
140
- "name": "Component",
141
- "type": {
142
- "type": "reference",
143
- "name": "Component"
144
- },
145
- "arguments": {
146
- "obj": "{\n selector: 'sky-code',\n templateUrl: './code.component.html',\n styleUrls: ['./code.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
147
- }
148
- }
149
- ],
150
- "children": [
151
- {
152
- "id": 2,
153
- "name": "constructor",
154
- "kind": 512,
155
- "kindString": "Constructor",
156
- "flags": {},
157
- "signatures": [
158
- {
159
- "id": 3,
160
- "name": "SkyCodeComponent",
161
- "kind": 16384,
162
- "kindString": "Constructor signature",
163
- "flags": {},
164
- "type": {
165
- "type": "reference",
166
- "id": 1,
167
- "name": "SkyCodeComponent"
168
- }
169
- }
170
- ]
171
- }
172
- ],
173
- "groups": [
174
- {
175
- "title": "Constructors",
176
- "kind": 512,
177
- "children": [
178
- 2
179
- ]
180
- }
181
- ],
182
- "sources": [
183
- {
184
- "fileName": "projects/code-block/src/modules/code/code.component.ts",
185
- "line": 12,
186
- "character": 13
187
- }
188
- ]
189
- },
190
- {
191
- "id": 4,
192
- "name": "SkyCodeBlockComponent",
193
- "kind": 128,
194
- "kindString": "Class",
195
- "flags": {},
196
- "decorators": [
197
- {
198
- "name": "Component",
199
- "type": {
200
- "type": "reference",
201
- "name": "Component"
202
- },
203
- "arguments": {
204
- "obj": "{\n selector: 'sky-code-block',\n templateUrl: './code-block.component.html',\n styleUrls: ['./code-block.component.scss']\n}"
205
- }
206
- }
207
- ],
208
- "children": [
209
- {
210
- "id": 5,
211
- "name": "constructor",
212
- "kind": 512,
213
- "kindString": "Constructor",
214
- "flags": {
215
- "isPublic": true
216
- },
217
- "sources": [
218
- {
219
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
220
- "line": 64,
221
- "character": 2
222
- }
223
- ],
224
- "signatures": [
225
- {
226
- "id": 6,
227
- "name": "SkyCodeBlockComponent",
228
- "kind": 16384,
229
- "kindString": "Constructor signature",
230
- "flags": {},
231
- "parameters": [
232
- {
233
- "id": 7,
234
- "name": "cdRef",
235
- "kind": 32768,
236
- "kindString": "Parameter",
237
- "flags": {},
238
- "type": {
239
- "type": "reference",
240
- "name": "ChangeDetectorRef"
241
- }
242
- },
243
- {
244
- "id": 8,
245
- "name": "sanitizer",
246
- "kind": 32768,
247
- "kindString": "Parameter",
248
- "flags": {},
249
- "type": {
250
- "type": "reference",
251
- "name": "DomSanitizer"
252
- }
253
- }
254
- ],
255
- "type": {
256
- "type": "reference",
257
- "id": 4,
258
- "name": "SkyCodeBlockComponent"
259
- }
260
- }
261
- ]
262
- },
263
- {
264
- "id": 9,
265
- "name": "code",
266
- "kind": 1024,
267
- "kindString": "Property",
268
- "flags": {
269
- "isPublic": true
270
- },
271
- "decorators": [
272
- {
273
- "name": "Input",
274
- "type": {
275
- "type": "reference",
276
- "name": "Input"
277
- },
278
- "arguments": {}
279
- }
280
- ],
281
- "sources": [
282
- {
283
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
284
- "line": 30,
285
- "character": 9
286
- }
287
- ],
288
- "type": {
289
- "type": "intrinsic",
290
- "name": "string"
291
- }
292
- },
293
- {
294
- "id": 17,
295
- "name": "codeTemplateRef",
296
- "kind": 1024,
297
- "kindString": "Property",
298
- "flags": {
299
- "isPublic": true
300
- },
301
- "decorators": [
302
- {
303
- "name": "ViewChild",
304
- "type": {
305
- "type": "reference",
306
- "name": "ViewChild"
307
- },
308
- "arguments": {
309
- "selector": "'codeFromContent'"
310
- }
311
- }
312
- ],
313
- "sources": [
314
- {
315
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
316
- "line": 56,
317
- "character": 9
318
- }
319
- ],
320
- "type": {
321
- "type": "intrinsic",
322
- "name": "any"
323
- }
324
- },
325
- {
326
- "id": 19,
327
- "name": "displayName",
328
- "kind": 1024,
329
- "kindString": "Property",
330
- "flags": {
331
- "isPublic": true
332
- },
333
- "sources": [
334
- {
335
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
336
- "line": 59,
337
- "character": 9
338
- }
339
- ],
340
- "type": {
341
- "type": "intrinsic",
342
- "name": "string"
343
- }
344
- },
345
- {
346
- "id": 10,
347
- "name": "fileName",
348
- "kind": 1024,
349
- "kindString": "Property",
350
- "flags": {
351
- "isPublic": true
352
- },
353
- "decorators": [
354
- {
355
- "name": "Input",
356
- "type": {
357
- "type": "reference",
358
- "name": "Input"
359
- },
360
- "arguments": {}
361
- }
362
- ],
363
- "sources": [
364
- {
365
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
366
- "line": 33,
367
- "character": 9
368
- }
369
- ],
370
- "type": {
371
- "type": "intrinsic",
372
- "name": "string"
373
- }
374
- },
375
- {
376
- "id": 15,
377
- "name": "hideCopyToClipboard",
378
- "kind": 1024,
379
- "kindString": "Property",
380
- "flags": {
381
- "isPublic": true
382
- },
383
- "decorators": [
384
- {
385
- "name": "Input",
386
- "type": {
387
- "type": "reference",
388
- "name": "Input"
389
- },
390
- "arguments": {}
391
- }
392
- ],
393
- "sources": [
394
- {
395
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
396
- "line": 46,
397
- "character": 9
398
- }
399
- ],
400
- "type": {
401
- "type": "intrinsic",
402
- "name": "boolean"
403
- },
404
- "defaultValue": "false"
405
- },
406
- {
407
- "id": 16,
408
- "name": "hideHeader",
409
- "kind": 1024,
410
- "kindString": "Property",
411
- "flags": {
412
- "isPublic": true
413
- },
414
- "decorators": [
415
- {
416
- "name": "Input",
417
- "type": {
418
- "type": "reference",
419
- "name": "Input"
420
- },
421
- "arguments": {}
422
- }
423
- ],
424
- "sources": [
425
- {
426
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
427
- "line": 49,
428
- "character": 9
429
- }
430
- ],
431
- "type": {
432
- "type": "intrinsic",
433
- "name": "boolean"
434
- }
435
- },
436
- {
437
- "id": 18,
438
- "name": "output",
439
- "kind": 1024,
440
- "kindString": "Property",
441
- "flags": {
442
- "isPublic": true
443
- },
444
- "sources": [
445
- {
446
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
447
- "line": 58,
448
- "character": 9
449
- }
450
- ],
451
- "type": {
452
- "type": "reference",
453
- "name": "SafeHtml"
454
- }
455
- },
456
- {
457
- "id": 11,
458
- "name": "languageType",
459
- "kind": 262144,
460
- "kindString": "Accessor",
461
- "flags": {
462
- "isPublic": true
463
- },
464
- "decorators": [
465
- {
466
- "name": "Input",
467
- "type": {
468
- "type": "reference",
469
- "name": "Input"
470
- },
471
- "arguments": {}
472
- }
473
- ],
474
- "sources": [
475
- {
476
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
477
- "line": 36,
478
- "character": 13
479
- }
480
- ],
481
- "getSignature": [
482
- {
483
- "id": 12,
484
- "name": "languageType",
485
- "kind": 524288,
486
- "kindString": "Get signature",
487
- "flags": {},
488
- "type": {
489
- "type": "intrinsic",
490
- "name": "string"
491
- }
492
- }
493
- ],
494
- "setSignature": [
495
- {
496
- "id": 13,
497
- "name": "languageType",
498
- "kind": 1048576,
499
- "kindString": "Set signature",
500
- "flags": {},
501
- "parameters": [
502
- {
503
- "id": 14,
504
- "name": "value",
505
- "kind": 32768,
506
- "kindString": "Parameter",
507
- "flags": {},
508
- "type": {
509
- "type": "intrinsic",
510
- "name": "string"
511
- }
512
- }
513
- ],
514
- "type": {
515
- "type": "intrinsic",
516
- "name": "void"
517
- }
518
- }
519
- ]
520
- },
521
- {
522
- "id": 27,
523
- "name": "getClassName",
524
- "kind": 2048,
525
- "kindString": "Method",
526
- "flags": {
527
- "isPublic": true
528
- },
529
- "sources": [
530
- {
531
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
532
- "line": 91,
533
- "character": 9
534
- }
535
- ],
536
- "signatures": [
537
- {
538
- "id": 28,
539
- "name": "getClassName",
540
- "kind": 4096,
541
- "kindString": "Call signature",
542
- "flags": {},
543
- "type": {
544
- "type": "intrinsic",
545
- "name": "string"
546
- }
547
- }
548
- ]
549
- },
550
- {
551
- "id": 25,
552
- "name": "ngAfterViewInit",
553
- "kind": 2048,
554
- "kindString": "Method",
555
- "flags": {
556
- "isPublic": true
557
- },
558
- "sources": [
559
- {
560
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
561
- "line": 76,
562
- "character": 9
563
- }
564
- ],
565
- "signatures": [
566
- {
567
- "id": 26,
568
- "name": "ngAfterViewInit",
569
- "kind": 4096,
570
- "kindString": "Call signature",
571
- "flags": {},
572
- "type": {
573
- "type": "intrinsic",
574
- "name": "void"
575
- },
576
- "implementationOf": {
577
- "type": "reference",
578
- "name": "AfterViewInit.ngAfterViewInit"
579
- }
580
- }
581
- ],
582
- "implementationOf": {
583
- "type": "reference",
584
- "name": "AfterViewInit.ngAfterViewInit"
585
- }
586
- },
587
- {
588
- "id": 23,
589
- "name": "ngOnInit",
590
- "kind": 2048,
591
- "kindString": "Method",
592
- "flags": {
593
- "isPublic": true
594
- },
595
- "sources": [
596
- {
597
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
598
- "line": 71,
599
- "character": 9
600
- }
601
- ],
602
- "signatures": [
603
- {
604
- "id": 24,
605
- "name": "ngOnInit",
606
- "kind": 4096,
607
- "kindString": "Call signature",
608
- "flags": {},
609
- "type": {
610
- "type": "intrinsic",
611
- "name": "void"
612
- },
613
- "implementationOf": {
614
- "type": "reference",
615
- "name": "OnInit.ngOnInit"
616
- }
617
- }
618
- ],
619
- "implementationOf": {
620
- "type": "reference",
621
- "name": "OnInit.ngOnInit"
622
- }
623
- }
624
- ],
625
- "groups": [
626
- {
627
- "title": "Constructors",
628
- "kind": 512,
629
- "children": [
630
- 5
631
- ]
632
- },
633
- {
634
- "title": "Properties",
635
- "kind": 1024,
636
- "children": [
637
- 9,
638
- 17,
639
- 19,
640
- 10,
641
- 15,
642
- 16,
643
- 18
644
- ]
645
- },
646
- {
647
- "title": "Accessors",
648
- "kind": 262144,
649
- "children": [
650
- 11
651
- ]
652
- },
653
- {
654
- "title": "Methods",
655
- "kind": 2048,
656
- "children": [
657
- 27,
658
- 25,
659
- 23
660
- ]
661
- }
662
- ],
663
- "sources": [
664
- {
665
- "fileName": "projects/code-block/src/modules/code-block/code-block.component.ts",
666
- "line": 28,
667
- "character": 13
668
- }
669
- ],
670
- "implementedTypes": [
671
- {
672
- "type": "reference",
673
- "name": "AfterViewInit"
674
- },
675
- {
676
- "type": "reference",
677
- "name": "OnInit"
678
- }
679
- ]
680
- }
681
- ],
682
- "groups": [
683
- {
684
- "title": "Classes",
685
- "kind": 128,
686
- "children": [
687
- 38,
688
- 41,
689
- 1,
690
- 4
691
- ]
692
- }
693
- ],
694
- "sources": [
695
- {
696
- "fileName": "projects/code-block/src/public-api.ts",
697
- "line": 1,
698
- "character": 0
699
- }
700
- ]
701
- },
702
- "codeExamples": []
703
- }