@skyux/text-editor 7.0.0-beta.9 → 7.0.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.
- package/documentation.json +601 -282
- package/esm2020/lib/modules/rich-text-display/rich-text-display.component.mjs +25 -17
- package/esm2020/lib/modules/rich-text-display/rich-text-display.module.mjs +5 -5
- package/esm2020/lib/modules/shared/sky-text-editor-resources.module.mjs +5 -5
- package/esm2020/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +93 -87
- package/esm2020/lib/modules/text-editor/services/text-editor-adapter.service.mjs +263 -316
- package/esm2020/lib/modules/text-editor/services/text-editor-selection.service.mjs +16 -22
- package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +31 -31
- package/esm2020/lib/modules/text-editor/services/text-sanitization.service.mjs +11 -6
- package/esm2020/lib/modules/text-editor/text-editor.component.mjs +226 -173
- package/esm2020/lib/modules/text-editor/text-editor.module.mjs +5 -5
- package/esm2020/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +87 -62
- package/esm2020/lib/modules/text-editor/types/editor-command.mjs +1 -1
- package/esm2020/lib/modules/text-editor/types/editor-setting.mjs +1 -1
- package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal-context.mjs +1 -1
- package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +36 -35
- package/fesm2015/skyux-text-editor.mjs +786 -735
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +788 -744
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/rich-text-display/rich-text-display.component.d.ts +2 -4
- package/lib/modules/text-editor/menubar/text-editor-menubar.component.d.ts +6 -13
- package/lib/modules/text-editor/services/text-editor-adapter.service.d.ts +17 -34
- package/lib/modules/text-editor/services/text-editor-selection.service.d.ts +3 -3
- package/lib/modules/text-editor/services/text-editor.service.d.ts +8 -12
- package/lib/modules/text-editor/services/text-sanitization.service.d.ts +1 -1
- package/lib/modules/text-editor/text-editor.component.d.ts +23 -33
- package/lib/modules/text-editor/toolbar/text-editor-toolbar.component.d.ts +7 -13
- package/lib/modules/text-editor/types/editor-command.d.ts +1 -1
- package/lib/modules/text-editor/types/editor-setting.d.ts +4 -4
- package/lib/modules/text-editor/url-modal/text-editor-url-modal-context.d.ts +1 -1
- package/lib/modules/text-editor/url-modal/text-editor-url-modal.component.d.ts +2 -7
- package/package.json +18 -17
package/documentation.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"originalName": "",
|
|
20
20
|
"children": [
|
|
21
21
|
{
|
|
22
|
-
"id":
|
|
22
|
+
"id": 273,
|
|
23
23
|
"name": "SkyRichTextDisplayModule",
|
|
24
24
|
"kind": 128,
|
|
25
25
|
"kindString": "Class",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"title": "Constructors",
|
|
45
45
|
"kind": 512,
|
|
46
46
|
"children": [
|
|
47
|
-
|
|
47
|
+
274
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
],
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"id":
|
|
60
|
+
"id": 294,
|
|
61
61
|
"name": "SkyTextEditorModule",
|
|
62
62
|
"kind": 128,
|
|
63
63
|
"kindString": "Class",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"title": "Constructors",
|
|
83
83
|
"kind": 512,
|
|
84
84
|
"children": [
|
|
85
|
-
|
|
85
|
+
295
|
|
86
86
|
]
|
|
87
87
|
}
|
|
88
88
|
],
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"sources": [
|
|
125
125
|
{
|
|
126
126
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
127
|
-
"line":
|
|
127
|
+
"line": 38,
|
|
128
128
|
"character": 2
|
|
129
129
|
}
|
|
130
130
|
],
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"sources": [
|
|
181
181
|
{
|
|
182
182
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
183
|
-
"line":
|
|
183
|
+
"line": 31,
|
|
184
184
|
"character": 9
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
]
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"id":
|
|
285
|
+
"id": 162,
|
|
286
286
|
"name": "SkyTextEditorComponent",
|
|
287
287
|
"kind": 128,
|
|
288
288
|
"kindString": "Class",
|
|
@@ -300,13 +300,13 @@
|
|
|
300
300
|
"name": "Component"
|
|
301
301
|
},
|
|
302
302
|
"arguments": {
|
|
303
|
-
"obj": "{\n selector: 'sky-text-editor',\n templateUrl: './text-editor.component.html',\n styleUrls: ['./text-editor.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n}"
|
|
303
|
+
"obj": "{\n selector: 'sky-text-editor',\n templateUrl: './text-editor.component.html',\n styleUrls: ['./text-editor.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [\n SkyTextEditorService,\n SkyTextEditorSelectionService,\n SkyTextEditorAdapterService,\n ],\n}"
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
],
|
|
307
307
|
"children": [
|
|
308
308
|
{
|
|
309
|
-
"id":
|
|
309
|
+
"id": 163,
|
|
310
310
|
"name": "constructor",
|
|
311
311
|
"kind": 512,
|
|
312
312
|
"kindString": "Constructor",
|
|
@@ -314,20 +314,20 @@
|
|
|
314
314
|
"sources": [
|
|
315
315
|
{
|
|
316
316
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
317
|
-
"line":
|
|
317
|
+
"line": 294,
|
|
318
318
|
"character": 2
|
|
319
319
|
}
|
|
320
320
|
],
|
|
321
321
|
"signatures": [
|
|
322
322
|
{
|
|
323
|
-
"id":
|
|
323
|
+
"id": 164,
|
|
324
324
|
"name": "SkyTextEditorComponent",
|
|
325
325
|
"kind": 16384,
|
|
326
326
|
"kindString": "Constructor signature",
|
|
327
327
|
"flags": {},
|
|
328
328
|
"parameters": [
|
|
329
329
|
{
|
|
330
|
-
"id":
|
|
330
|
+
"id": 165,
|
|
331
331
|
"name": "changeDetector",
|
|
332
332
|
"kind": 32768,
|
|
333
333
|
"kindString": "Parameter",
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
|
-
"id":
|
|
343
|
+
"id": 166,
|
|
344
344
|
"name": "coreAdapterService",
|
|
345
345
|
"kind": 32768,
|
|
346
346
|
"kindString": "Parameter",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
|
-
"id":
|
|
354
|
+
"id": 167,
|
|
355
355
|
"name": "adapterService",
|
|
356
356
|
"kind": 32768,
|
|
357
357
|
"kindString": "Parameter",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
}
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"id":
|
|
365
|
+
"id": 168,
|
|
366
366
|
"name": "editorService",
|
|
367
367
|
"kind": 32768,
|
|
368
368
|
"kindString": "Parameter",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
|
-
"id":
|
|
376
|
+
"id": 169,
|
|
377
377
|
"name": "sanitizationService",
|
|
378
378
|
"kind": 32768,
|
|
379
379
|
"kindString": "Parameter",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
|
-
"id":
|
|
387
|
+
"id": 170,
|
|
388
388
|
"name": "ngControl",
|
|
389
389
|
"kind": 32768,
|
|
390
390
|
"kindString": "Parameter",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
|
-
"id":
|
|
400
|
+
"id": 171,
|
|
401
401
|
"name": "zone",
|
|
402
402
|
"kind": 32768,
|
|
403
403
|
"kindString": "Parameter",
|
|
@@ -408,18 +408,29 @@
|
|
|
408
408
|
"package": "@angular/core",
|
|
409
409
|
"name": "NgZone"
|
|
410
410
|
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": 172,
|
|
414
|
+
"name": "idSvc",
|
|
415
|
+
"kind": 32768,
|
|
416
|
+
"kindString": "Parameter",
|
|
417
|
+
"flags": {},
|
|
418
|
+
"type": {
|
|
419
|
+
"type": "reference",
|
|
420
|
+
"name": "SkyIdService"
|
|
421
|
+
}
|
|
411
422
|
}
|
|
412
423
|
],
|
|
413
424
|
"type": {
|
|
414
425
|
"type": "reference",
|
|
415
|
-
"id":
|
|
426
|
+
"id": 162,
|
|
416
427
|
"name": "SkyTextEditorComponent"
|
|
417
428
|
}
|
|
418
429
|
}
|
|
419
430
|
]
|
|
420
431
|
},
|
|
421
432
|
{
|
|
422
|
-
"id":
|
|
433
|
+
"id": 173,
|
|
423
434
|
"name": "autofocus",
|
|
424
435
|
"kind": 1024,
|
|
425
436
|
"kindString": "Property",
|
|
@@ -444,7 +455,7 @@
|
|
|
444
455
|
"sources": [
|
|
445
456
|
{
|
|
446
457
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
447
|
-
"line":
|
|
458
|
+
"line": 56,
|
|
448
459
|
"character": 9
|
|
449
460
|
}
|
|
450
461
|
],
|
|
@@ -455,7 +466,7 @@
|
|
|
455
466
|
"defaultValue": "false"
|
|
456
467
|
},
|
|
457
468
|
{
|
|
458
|
-
"id":
|
|
469
|
+
"id": 215,
|
|
459
470
|
"name": "editorFocusStream",
|
|
460
471
|
"kind": 1024,
|
|
461
472
|
"kindString": "Property",
|
|
@@ -465,7 +476,7 @@
|
|
|
465
476
|
"sources": [
|
|
466
477
|
{
|
|
467
478
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
468
|
-
"line":
|
|
479
|
+
"line": 269,
|
|
469
480
|
"character": 9
|
|
470
481
|
}
|
|
471
482
|
],
|
|
@@ -484,68 +495,55 @@
|
|
|
484
495
|
"defaultValue": "..."
|
|
485
496
|
},
|
|
486
497
|
{
|
|
487
|
-
"id":
|
|
488
|
-
"name": "
|
|
498
|
+
"id": 210,
|
|
499
|
+
"name": "iframeRef",
|
|
489
500
|
"kind": 1024,
|
|
490
501
|
"kindString": "Property",
|
|
491
502
|
"flags": {
|
|
492
503
|
"isPublic": true
|
|
493
504
|
},
|
|
494
|
-
"comment": {
|
|
495
|
-
"shortText": "Specifies the fonts to include in the font picker.",
|
|
496
|
-
"tags": [
|
|
497
|
-
{
|
|
498
|
-
"tag": "default",
|
|
499
|
-
"text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
|
|
500
|
-
}
|
|
501
|
-
]
|
|
502
|
-
},
|
|
503
505
|
"decorators": [
|
|
504
506
|
{
|
|
505
|
-
"name": "
|
|
507
|
+
"name": "ViewChild",
|
|
506
508
|
"type": {
|
|
507
509
|
"type": "reference",
|
|
508
|
-
"qualifiedName": "
|
|
510
|
+
"qualifiedName": "ViewChildDecorator",
|
|
509
511
|
"package": "@angular/core",
|
|
510
|
-
"name": "
|
|
512
|
+
"name": "ViewChild"
|
|
511
513
|
},
|
|
512
|
-
"arguments": {
|
|
514
|
+
"arguments": {
|
|
515
|
+
"selector": "'iframe'"
|
|
516
|
+
}
|
|
513
517
|
}
|
|
514
518
|
],
|
|
515
519
|
"sources": [
|
|
516
520
|
{
|
|
517
521
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
518
|
-
"line":
|
|
522
|
+
"line": 217,
|
|
519
523
|
"character": 9
|
|
520
524
|
}
|
|
521
525
|
],
|
|
522
526
|
"type": {
|
|
523
|
-
"type": "
|
|
524
|
-
"
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
527
|
+
"type": "reference",
|
|
528
|
+
"typeArguments": [
|
|
529
|
+
{
|
|
530
|
+
"type": "intrinsic",
|
|
531
|
+
"name": "any"
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"qualifiedName": "ElementRef",
|
|
535
|
+
"package": "@angular/core",
|
|
536
|
+
"name": "ElementRef"
|
|
537
|
+
}
|
|
531
538
|
},
|
|
532
539
|
{
|
|
533
|
-
"id":
|
|
534
|
-
"name": "
|
|
535
|
-
"kind":
|
|
536
|
-
"kindString": "
|
|
540
|
+
"id": 174,
|
|
541
|
+
"name": "disabled",
|
|
542
|
+
"kind": 262144,
|
|
543
|
+
"kindString": "Accessor",
|
|
537
544
|
"flags": {
|
|
538
545
|
"isPublic": true
|
|
539
546
|
},
|
|
540
|
-
"comment": {
|
|
541
|
-
"shortText": "Specifies the font sizes to include in the font size picker.",
|
|
542
|
-
"tags": [
|
|
543
|
-
{
|
|
544
|
-
"tag": "default",
|
|
545
|
-
"text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
|
|
546
|
-
}
|
|
547
|
-
]
|
|
548
|
-
},
|
|
549
547
|
"decorators": [
|
|
550
548
|
{
|
|
551
549
|
"name": "Input",
|
|
@@ -561,30 +559,76 @@
|
|
|
561
559
|
"sources": [
|
|
562
560
|
{
|
|
563
561
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
564
|
-
"line":
|
|
565
|
-
"character":
|
|
562
|
+
"line": 63,
|
|
563
|
+
"character": 13
|
|
566
564
|
}
|
|
567
565
|
],
|
|
568
|
-
"
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
"
|
|
572
|
-
"
|
|
566
|
+
"getSignature": [
|
|
567
|
+
{
|
|
568
|
+
"id": 175,
|
|
569
|
+
"name": "disabled",
|
|
570
|
+
"kind": 524288,
|
|
571
|
+
"kindString": "Get signature",
|
|
572
|
+
"flags": {},
|
|
573
|
+
"comment": {
|
|
574
|
+
"shortText": "Indicates whether to disable the text editor.",
|
|
575
|
+
"tags": [
|
|
576
|
+
{
|
|
577
|
+
"tag": "default",
|
|
578
|
+
"text": "false\n"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
"type": {
|
|
583
|
+
"type": "intrinsic",
|
|
584
|
+
"name": "boolean"
|
|
585
|
+
}
|
|
573
586
|
}
|
|
574
|
-
|
|
575
|
-
"
|
|
587
|
+
],
|
|
588
|
+
"setSignature": [
|
|
589
|
+
{
|
|
590
|
+
"id": 176,
|
|
591
|
+
"name": "disabled",
|
|
592
|
+
"kind": 1048576,
|
|
593
|
+
"kindString": "Set signature",
|
|
594
|
+
"flags": {},
|
|
595
|
+
"comment": {
|
|
596
|
+
"shortText": "Indicates whether to disable the text editor.",
|
|
597
|
+
"tags": [
|
|
598
|
+
{
|
|
599
|
+
"tag": "default",
|
|
600
|
+
"text": "false\n"
|
|
601
|
+
}
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
"parameters": [
|
|
605
|
+
{
|
|
606
|
+
"id": 177,
|
|
607
|
+
"name": "value",
|
|
608
|
+
"kind": 32768,
|
|
609
|
+
"kindString": "Parameter",
|
|
610
|
+
"flags": {},
|
|
611
|
+
"type": {
|
|
612
|
+
"type": "intrinsic",
|
|
613
|
+
"name": "boolean"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
"type": {
|
|
618
|
+
"type": "intrinsic",
|
|
619
|
+
"name": "void"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
]
|
|
576
623
|
},
|
|
577
624
|
{
|
|
578
|
-
"id":
|
|
579
|
-
"name": "
|
|
580
|
-
"kind":
|
|
581
|
-
"kindString": "
|
|
625
|
+
"id": 178,
|
|
626
|
+
"name": "fontList",
|
|
627
|
+
"kind": 262144,
|
|
628
|
+
"kindString": "Accessor",
|
|
582
629
|
"flags": {
|
|
583
630
|
"isPublic": true
|
|
584
631
|
},
|
|
585
|
-
"comment": {
|
|
586
|
-
"shortText": "Specifies a unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
587
|
-
},
|
|
588
632
|
"decorators": [
|
|
589
633
|
{
|
|
590
634
|
"name": "Input",
|
|
@@ -600,33 +644,84 @@
|
|
|
600
644
|
"sources": [
|
|
601
645
|
{
|
|
602
646
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
603
|
-
"line":
|
|
604
|
-
"character":
|
|
647
|
+
"line": 105,
|
|
648
|
+
"character": 13
|
|
605
649
|
}
|
|
606
650
|
],
|
|
607
|
-
"
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
651
|
+
"getSignature": [
|
|
652
|
+
{
|
|
653
|
+
"id": 179,
|
|
654
|
+
"name": "fontList",
|
|
655
|
+
"kind": 524288,
|
|
656
|
+
"kindString": "Get signature",
|
|
657
|
+
"flags": {},
|
|
658
|
+
"comment": {
|
|
659
|
+
"shortText": "Specifies the fonts to include in the font picker.",
|
|
660
|
+
"tags": [
|
|
661
|
+
{
|
|
662
|
+
"tag": "default",
|
|
663
|
+
"text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
"type": {
|
|
668
|
+
"type": "array",
|
|
669
|
+
"elementType": {
|
|
670
|
+
"type": "reference",
|
|
671
|
+
"id": 276,
|
|
672
|
+
"name": "SkyTextEditorFont"
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"setSignature": [
|
|
678
|
+
{
|
|
679
|
+
"id": 180,
|
|
680
|
+
"name": "fontList",
|
|
681
|
+
"kind": 1048576,
|
|
682
|
+
"kindString": "Set signature",
|
|
683
|
+
"flags": {},
|
|
684
|
+
"comment": {
|
|
685
|
+
"shortText": "Specifies the fonts to include in the font picker.",
|
|
686
|
+
"tags": [
|
|
687
|
+
{
|
|
688
|
+
"tag": "default",
|
|
689
|
+
"text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
|
|
690
|
+
}
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
"parameters": [
|
|
694
|
+
{
|
|
695
|
+
"id": 181,
|
|
696
|
+
"name": "value",
|
|
697
|
+
"kind": 32768,
|
|
698
|
+
"kindString": "Parameter",
|
|
699
|
+
"flags": {},
|
|
700
|
+
"type": {
|
|
701
|
+
"type": "array",
|
|
702
|
+
"elementType": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"id": 276,
|
|
705
|
+
"name": "SkyTextEditorFont"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"type": {
|
|
711
|
+
"type": "intrinsic",
|
|
712
|
+
"name": "void"
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
]
|
|
612
716
|
},
|
|
613
717
|
{
|
|
614
|
-
"id":
|
|
615
|
-
"name": "
|
|
616
|
-
"kind":
|
|
617
|
-
"kindString": "
|
|
718
|
+
"id": 182,
|
|
719
|
+
"name": "fontSizeList",
|
|
720
|
+
"kind": 262144,
|
|
721
|
+
"kindString": "Accessor",
|
|
618
722
|
"flags": {
|
|
619
723
|
"isPublic": true
|
|
620
724
|
},
|
|
621
|
-
"comment": {
|
|
622
|
-
"shortText": "Specifies the menus to include in the menu bar.",
|
|
623
|
-
"tags": [
|
|
624
|
-
{
|
|
625
|
-
"tag": "default",
|
|
626
|
-
"text": "[ 'edit', 'format' ]\n"
|
|
627
|
-
}
|
|
628
|
-
]
|
|
629
|
-
},
|
|
630
725
|
"decorators": [
|
|
631
726
|
{
|
|
632
727
|
"name": "Input",
|
|
@@ -642,31 +737,82 @@
|
|
|
642
737
|
"sources": [
|
|
643
738
|
{
|
|
644
739
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
645
|
-
"line":
|
|
646
|
-
"character":
|
|
740
|
+
"line": 118,
|
|
741
|
+
"character": 13
|
|
647
742
|
}
|
|
648
743
|
],
|
|
649
|
-
"
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
"
|
|
653
|
-
"
|
|
654
|
-
"
|
|
744
|
+
"getSignature": [
|
|
745
|
+
{
|
|
746
|
+
"id": 183,
|
|
747
|
+
"name": "fontSizeList",
|
|
748
|
+
"kind": 524288,
|
|
749
|
+
"kindString": "Get signature",
|
|
750
|
+
"flags": {},
|
|
751
|
+
"comment": {
|
|
752
|
+
"shortText": "Specifies the font sizes to include in the font size picker.",
|
|
753
|
+
"tags": [
|
|
754
|
+
{
|
|
755
|
+
"tag": "default",
|
|
756
|
+
"text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
|
|
757
|
+
}
|
|
758
|
+
]
|
|
759
|
+
},
|
|
760
|
+
"type": {
|
|
761
|
+
"type": "array",
|
|
762
|
+
"elementType": {
|
|
763
|
+
"type": "intrinsic",
|
|
764
|
+
"name": "number"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
655
767
|
}
|
|
656
|
-
|
|
657
|
-
"
|
|
768
|
+
],
|
|
769
|
+
"setSignature": [
|
|
770
|
+
{
|
|
771
|
+
"id": 184,
|
|
772
|
+
"name": "fontSizeList",
|
|
773
|
+
"kind": 1048576,
|
|
774
|
+
"kindString": "Set signature",
|
|
775
|
+
"flags": {},
|
|
776
|
+
"comment": {
|
|
777
|
+
"shortText": "Specifies the font sizes to include in the font size picker.",
|
|
778
|
+
"tags": [
|
|
779
|
+
{
|
|
780
|
+
"tag": "default",
|
|
781
|
+
"text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
|
|
782
|
+
}
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
"parameters": [
|
|
786
|
+
{
|
|
787
|
+
"id": 185,
|
|
788
|
+
"name": "value",
|
|
789
|
+
"kind": 32768,
|
|
790
|
+
"kindString": "Parameter",
|
|
791
|
+
"flags": {},
|
|
792
|
+
"type": {
|
|
793
|
+
"type": "array",
|
|
794
|
+
"elementType": {
|
|
795
|
+
"type": "intrinsic",
|
|
796
|
+
"name": "number"
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
],
|
|
801
|
+
"type": {
|
|
802
|
+
"type": "intrinsic",
|
|
803
|
+
"name": "void"
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
]
|
|
658
807
|
},
|
|
659
808
|
{
|
|
660
|
-
"id":
|
|
661
|
-
"name": "
|
|
662
|
-
"kind":
|
|
663
|
-
"kindString": "
|
|
809
|
+
"id": 186,
|
|
810
|
+
"name": "id",
|
|
811
|
+
"kind": 262144,
|
|
812
|
+
"kindString": "Accessor",
|
|
664
813
|
"flags": {
|
|
665
814
|
"isPublic": true
|
|
666
815
|
},
|
|
667
|
-
"comment": {
|
|
668
|
-
"shortText": "Specifies the merge fields to include in the merge field menu."
|
|
669
|
-
},
|
|
670
816
|
"decorators": [
|
|
671
817
|
{
|
|
672
818
|
"name": "Input",
|
|
@@ -682,37 +828,64 @@
|
|
|
682
828
|
"sources": [
|
|
683
829
|
{
|
|
684
830
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
685
|
-
"line":
|
|
686
|
-
"character":
|
|
831
|
+
"line": 131,
|
|
832
|
+
"character": 13
|
|
687
833
|
}
|
|
688
834
|
],
|
|
689
|
-
"
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
"
|
|
693
|
-
"
|
|
694
|
-
"
|
|
835
|
+
"getSignature": [
|
|
836
|
+
{
|
|
837
|
+
"id": 187,
|
|
838
|
+
"name": "id",
|
|
839
|
+
"kind": 524288,
|
|
840
|
+
"kindString": "Get signature",
|
|
841
|
+
"flags": {},
|
|
842
|
+
"comment": {
|
|
843
|
+
"shortText": "Specifies a unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
844
|
+
},
|
|
845
|
+
"type": {
|
|
846
|
+
"type": "intrinsic",
|
|
847
|
+
"name": "string"
|
|
848
|
+
}
|
|
695
849
|
}
|
|
696
|
-
|
|
697
|
-
"
|
|
850
|
+
],
|
|
851
|
+
"setSignature": [
|
|
852
|
+
{
|
|
853
|
+
"id": 188,
|
|
854
|
+
"name": "id",
|
|
855
|
+
"kind": 1048576,
|
|
856
|
+
"kindString": "Set signature",
|
|
857
|
+
"flags": {},
|
|
858
|
+
"comment": {
|
|
859
|
+
"shortText": "Specifies a unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
860
|
+
},
|
|
861
|
+
"parameters": [
|
|
862
|
+
{
|
|
863
|
+
"id": 189,
|
|
864
|
+
"name": "value",
|
|
865
|
+
"kind": 32768,
|
|
866
|
+
"kindString": "Parameter",
|
|
867
|
+
"flags": {},
|
|
868
|
+
"type": {
|
|
869
|
+
"type": "intrinsic",
|
|
870
|
+
"name": "string"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"type": {
|
|
875
|
+
"type": "intrinsic",
|
|
876
|
+
"name": "void"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
]
|
|
698
880
|
},
|
|
699
881
|
{
|
|
700
|
-
"id":
|
|
701
|
-
"name": "
|
|
702
|
-
"kind":
|
|
703
|
-
"kindString": "
|
|
882
|
+
"id": 190,
|
|
883
|
+
"name": "initialStyleState",
|
|
884
|
+
"kind": 262144,
|
|
885
|
+
"kindString": "Accessor",
|
|
704
886
|
"flags": {
|
|
705
887
|
"isPublic": true
|
|
706
888
|
},
|
|
707
|
-
"comment": {
|
|
708
|
-
"shortText": "Specifies the actions to include in the toolbar and determines their order.",
|
|
709
|
-
"tags": [
|
|
710
|
-
{
|
|
711
|
-
"tag": "default",
|
|
712
|
-
"text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
|
|
713
|
-
}
|
|
714
|
-
]
|
|
715
|
-
},
|
|
716
889
|
"decorators": [
|
|
717
890
|
{
|
|
718
891
|
"name": "Input",
|
|
@@ -728,23 +901,61 @@
|
|
|
728
901
|
"sources": [
|
|
729
902
|
{
|
|
730
903
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
731
|
-
"line":
|
|
732
|
-
"character":
|
|
904
|
+
"line": 143,
|
|
905
|
+
"character": 13
|
|
733
906
|
}
|
|
734
907
|
],
|
|
735
|
-
"
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"
|
|
908
|
+
"getSignature": [
|
|
909
|
+
{
|
|
910
|
+
"id": 191,
|
|
911
|
+
"name": "initialStyleState",
|
|
912
|
+
"kind": 524288,
|
|
913
|
+
"kindString": "Get signature",
|
|
914
|
+
"flags": {},
|
|
915
|
+
"comment": {
|
|
916
|
+
"shortText": "Specifies the initial styles for all content, including background color, font size, and link state."
|
|
917
|
+
},
|
|
918
|
+
"type": {
|
|
919
|
+
"type": "reference",
|
|
920
|
+
"id": 280,
|
|
921
|
+
"name": "SkyTextEditorStyleState"
|
|
922
|
+
}
|
|
741
923
|
}
|
|
742
|
-
|
|
743
|
-
"
|
|
924
|
+
],
|
|
925
|
+
"setSignature": [
|
|
926
|
+
{
|
|
927
|
+
"id": 192,
|
|
928
|
+
"name": "initialStyleState",
|
|
929
|
+
"kind": 1048576,
|
|
930
|
+
"kindString": "Set signature",
|
|
931
|
+
"flags": {},
|
|
932
|
+
"comment": {
|
|
933
|
+
"shortText": "Specifies the initial styles for all content, including background color, font size, and link state."
|
|
934
|
+
},
|
|
935
|
+
"parameters": [
|
|
936
|
+
{
|
|
937
|
+
"id": 193,
|
|
938
|
+
"name": "state",
|
|
939
|
+
"kind": 32768,
|
|
940
|
+
"kindString": "Parameter",
|
|
941
|
+
"flags": {},
|
|
942
|
+
"type": {
|
|
943
|
+
"type": "reference",
|
|
944
|
+
"id": 280,
|
|
945
|
+
"name": "SkyTextEditorStyleState"
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"type": {
|
|
950
|
+
"type": "intrinsic",
|
|
951
|
+
"name": "void"
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
]
|
|
744
955
|
},
|
|
745
956
|
{
|
|
746
|
-
"id":
|
|
747
|
-
"name": "
|
|
957
|
+
"id": 194,
|
|
958
|
+
"name": "menus",
|
|
748
959
|
"kind": 262144,
|
|
749
960
|
"kindString": "Accessor",
|
|
750
961
|
"flags": {
|
|
@@ -765,58 +976,66 @@
|
|
|
765
976
|
"sources": [
|
|
766
977
|
{
|
|
767
978
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
768
|
-
"line":
|
|
979
|
+
"line": 163,
|
|
769
980
|
"character": 13
|
|
770
981
|
}
|
|
771
982
|
],
|
|
772
983
|
"getSignature": [
|
|
773
984
|
{
|
|
774
|
-
"id":
|
|
775
|
-
"name": "
|
|
985
|
+
"id": 195,
|
|
986
|
+
"name": "menus",
|
|
776
987
|
"kind": 524288,
|
|
777
988
|
"kindString": "Get signature",
|
|
778
989
|
"flags": {},
|
|
779
990
|
"comment": {
|
|
780
|
-
"shortText": "
|
|
991
|
+
"shortText": "Specifies the menus to include in the menu bar.",
|
|
781
992
|
"tags": [
|
|
782
993
|
{
|
|
783
994
|
"tag": "default",
|
|
784
|
-
"text": "
|
|
995
|
+
"text": "[ 'edit', 'format' ]\n"
|
|
785
996
|
}
|
|
786
997
|
]
|
|
787
998
|
},
|
|
788
999
|
"type": {
|
|
789
|
-
"type": "
|
|
790
|
-
"
|
|
1000
|
+
"type": "array",
|
|
1001
|
+
"elementType": {
|
|
1002
|
+
"type": "reference",
|
|
1003
|
+
"id": 279,
|
|
1004
|
+
"name": "SkyTextEditorMenuType"
|
|
1005
|
+
}
|
|
791
1006
|
}
|
|
792
1007
|
}
|
|
793
1008
|
],
|
|
794
1009
|
"setSignature": [
|
|
795
1010
|
{
|
|
796
|
-
"id":
|
|
797
|
-
"name": "
|
|
1011
|
+
"id": 196,
|
|
1012
|
+
"name": "menus",
|
|
798
1013
|
"kind": 1048576,
|
|
799
1014
|
"kindString": "Set signature",
|
|
800
1015
|
"flags": {},
|
|
801
1016
|
"comment": {
|
|
802
|
-
"shortText": "
|
|
1017
|
+
"shortText": "Specifies the menus to include in the menu bar.",
|
|
803
1018
|
"tags": [
|
|
804
1019
|
{
|
|
805
1020
|
"tag": "default",
|
|
806
|
-
"text": "
|
|
1021
|
+
"text": "[ 'edit', 'format' ]\n"
|
|
807
1022
|
}
|
|
808
1023
|
]
|
|
809
1024
|
},
|
|
810
1025
|
"parameters": [
|
|
811
1026
|
{
|
|
812
|
-
"id":
|
|
1027
|
+
"id": 197,
|
|
813
1028
|
"name": "value",
|
|
814
1029
|
"kind": 32768,
|
|
815
1030
|
"kindString": "Parameter",
|
|
816
1031
|
"flags": {},
|
|
817
1032
|
"type": {
|
|
818
|
-
"type": "
|
|
819
|
-
"
|
|
1033
|
+
"type": "array",
|
|
1034
|
+
"elementType": {
|
|
1035
|
+
"type": "reference",
|
|
1036
|
+
"id": 279,
|
|
1037
|
+
"name": "SkyTextEditorMenuType"
|
|
1038
|
+
}
|
|
820
1039
|
}
|
|
821
1040
|
}
|
|
822
1041
|
],
|
|
@@ -828,8 +1047,8 @@
|
|
|
828
1047
|
]
|
|
829
1048
|
},
|
|
830
1049
|
{
|
|
831
|
-
"id":
|
|
832
|
-
"name": "
|
|
1050
|
+
"id": 198,
|
|
1051
|
+
"name": "mergeFields",
|
|
833
1052
|
"kind": 262144,
|
|
834
1053
|
"kindString": "Accessor",
|
|
835
1054
|
"flags": {
|
|
@@ -850,48 +1069,54 @@
|
|
|
850
1069
|
"sources": [
|
|
851
1070
|
{
|
|
852
1071
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
853
|
-
"line":
|
|
1072
|
+
"line": 175,
|
|
854
1073
|
"character": 13
|
|
855
1074
|
}
|
|
856
1075
|
],
|
|
857
1076
|
"getSignature": [
|
|
858
1077
|
{
|
|
859
|
-
"id":
|
|
860
|
-
"name": "
|
|
1078
|
+
"id": 199,
|
|
1079
|
+
"name": "mergeFields",
|
|
861
1080
|
"kind": 524288,
|
|
862
1081
|
"kindString": "Get signature",
|
|
863
1082
|
"flags": {},
|
|
864
1083
|
"comment": {
|
|
865
|
-
"shortText": "Specifies the
|
|
1084
|
+
"shortText": "Specifies the merge fields to include in the merge field menu."
|
|
866
1085
|
},
|
|
867
1086
|
"type": {
|
|
868
|
-
"type": "
|
|
869
|
-
"
|
|
870
|
-
|
|
1087
|
+
"type": "array",
|
|
1088
|
+
"elementType": {
|
|
1089
|
+
"type": "reference",
|
|
1090
|
+
"id": 289,
|
|
1091
|
+
"name": "SkyTextEditorMergeField"
|
|
1092
|
+
}
|
|
871
1093
|
}
|
|
872
1094
|
}
|
|
873
1095
|
],
|
|
874
1096
|
"setSignature": [
|
|
875
1097
|
{
|
|
876
|
-
"id":
|
|
877
|
-
"name": "
|
|
1098
|
+
"id": 200,
|
|
1099
|
+
"name": "mergeFields",
|
|
878
1100
|
"kind": 1048576,
|
|
879
1101
|
"kindString": "Set signature",
|
|
880
1102
|
"flags": {},
|
|
881
1103
|
"comment": {
|
|
882
|
-
"shortText": "Specifies the
|
|
1104
|
+
"shortText": "Specifies the merge fields to include in the merge field menu."
|
|
883
1105
|
},
|
|
884
1106
|
"parameters": [
|
|
885
1107
|
{
|
|
886
|
-
"id":
|
|
887
|
-
"name": "
|
|
1108
|
+
"id": 201,
|
|
1109
|
+
"name": "value",
|
|
888
1110
|
"kind": 32768,
|
|
889
1111
|
"kindString": "Parameter",
|
|
890
1112
|
"flags": {},
|
|
891
1113
|
"type": {
|
|
892
|
-
"type": "
|
|
893
|
-
"
|
|
894
|
-
|
|
1114
|
+
"type": "array",
|
|
1115
|
+
"elementType": {
|
|
1116
|
+
"type": "reference",
|
|
1117
|
+
"id": 289,
|
|
1118
|
+
"name": "SkyTextEditorMergeField"
|
|
1119
|
+
}
|
|
895
1120
|
}
|
|
896
1121
|
}
|
|
897
1122
|
],
|
|
@@ -903,7 +1128,7 @@
|
|
|
903
1128
|
]
|
|
904
1129
|
},
|
|
905
1130
|
{
|
|
906
|
-
"id":
|
|
1131
|
+
"id": 202,
|
|
907
1132
|
"name": "placeholder",
|
|
908
1133
|
"kind": 262144,
|
|
909
1134
|
"kindString": "Accessor",
|
|
@@ -925,13 +1150,13 @@
|
|
|
925
1150
|
"sources": [
|
|
926
1151
|
{
|
|
927
1152
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
928
|
-
"line":
|
|
1153
|
+
"line": 187,
|
|
929
1154
|
"character": 13
|
|
930
1155
|
}
|
|
931
1156
|
],
|
|
932
1157
|
"getSignature": [
|
|
933
1158
|
{
|
|
934
|
-
"id":
|
|
1159
|
+
"id": 203,
|
|
935
1160
|
"name": "placeholder",
|
|
936
1161
|
"kind": 524288,
|
|
937
1162
|
"kindString": "Get signature",
|
|
@@ -947,7 +1172,7 @@
|
|
|
947
1172
|
],
|
|
948
1173
|
"setSignature": [
|
|
949
1174
|
{
|
|
950
|
-
"id":
|
|
1175
|
+
"id": 204,
|
|
951
1176
|
"name": "placeholder",
|
|
952
1177
|
"kind": 1048576,
|
|
953
1178
|
"kindString": "Set signature",
|
|
@@ -957,7 +1182,7 @@
|
|
|
957
1182
|
},
|
|
958
1183
|
"parameters": [
|
|
959
1184
|
{
|
|
960
|
-
"id":
|
|
1185
|
+
"id": 205,
|
|
961
1186
|
"name": "value",
|
|
962
1187
|
"kind": 32768,
|
|
963
1188
|
"kindString": "Parameter",
|
|
@@ -976,7 +1201,100 @@
|
|
|
976
1201
|
]
|
|
977
1202
|
},
|
|
978
1203
|
{
|
|
979
|
-
"id":
|
|
1204
|
+
"id": 206,
|
|
1205
|
+
"name": "toolbarActions",
|
|
1206
|
+
"kind": 262144,
|
|
1207
|
+
"kindString": "Accessor",
|
|
1208
|
+
"flags": {
|
|
1209
|
+
"isPublic": true
|
|
1210
|
+
},
|
|
1211
|
+
"decorators": [
|
|
1212
|
+
{
|
|
1213
|
+
"name": "Input",
|
|
1214
|
+
"type": {
|
|
1215
|
+
"type": "reference",
|
|
1216
|
+
"qualifiedName": "InputDecorator",
|
|
1217
|
+
"package": "@angular/core",
|
|
1218
|
+
"name": "Input"
|
|
1219
|
+
},
|
|
1220
|
+
"arguments": {}
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"sources": [
|
|
1224
|
+
{
|
|
1225
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1226
|
+
"line": 206,
|
|
1227
|
+
"character": 13
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
"getSignature": [
|
|
1231
|
+
{
|
|
1232
|
+
"id": 207,
|
|
1233
|
+
"name": "toolbarActions",
|
|
1234
|
+
"kind": 524288,
|
|
1235
|
+
"kindString": "Get signature",
|
|
1236
|
+
"flags": {},
|
|
1237
|
+
"comment": {
|
|
1238
|
+
"shortText": "Specifies the actions to include in the toolbar and determines their order.",
|
|
1239
|
+
"tags": [
|
|
1240
|
+
{
|
|
1241
|
+
"tag": "default",
|
|
1242
|
+
"text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
|
|
1243
|
+
}
|
|
1244
|
+
]
|
|
1245
|
+
},
|
|
1246
|
+
"type": {
|
|
1247
|
+
"type": "array",
|
|
1248
|
+
"elementType": {
|
|
1249
|
+
"type": "reference",
|
|
1250
|
+
"id": 293,
|
|
1251
|
+
"name": "SkyTextEditorToolbarActionType"
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
],
|
|
1256
|
+
"setSignature": [
|
|
1257
|
+
{
|
|
1258
|
+
"id": 208,
|
|
1259
|
+
"name": "toolbarActions",
|
|
1260
|
+
"kind": 1048576,
|
|
1261
|
+
"kindString": "Set signature",
|
|
1262
|
+
"flags": {},
|
|
1263
|
+
"comment": {
|
|
1264
|
+
"shortText": "Specifies the actions to include in the toolbar and determines their order.",
|
|
1265
|
+
"tags": [
|
|
1266
|
+
{
|
|
1267
|
+
"tag": "default",
|
|
1268
|
+
"text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
"parameters": [
|
|
1273
|
+
{
|
|
1274
|
+
"id": 209,
|
|
1275
|
+
"name": "value",
|
|
1276
|
+
"kind": 32768,
|
|
1277
|
+
"kindString": "Parameter",
|
|
1278
|
+
"flags": {},
|
|
1279
|
+
"type": {
|
|
1280
|
+
"type": "array",
|
|
1281
|
+
"elementType": {
|
|
1282
|
+
"type": "reference",
|
|
1283
|
+
"id": 293,
|
|
1284
|
+
"name": "SkyTextEditorToolbarActionType"
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
],
|
|
1289
|
+
"type": {
|
|
1290
|
+
"type": "intrinsic",
|
|
1291
|
+
"name": "void"
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": 211,
|
|
980
1298
|
"name": "value",
|
|
981
1299
|
"kind": 262144,
|
|
982
1300
|
"kindString": "Accessor",
|
|
@@ -986,13 +1304,13 @@
|
|
|
986
1304
|
"sources": [
|
|
987
1305
|
{
|
|
988
1306
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
989
|
-
"line":
|
|
1307
|
+
"line": 222,
|
|
990
1308
|
"character": 13
|
|
991
1309
|
}
|
|
992
1310
|
],
|
|
993
1311
|
"getSignature": [
|
|
994
1312
|
{
|
|
995
|
-
"id":
|
|
1313
|
+
"id": 212,
|
|
996
1314
|
"name": "value",
|
|
997
1315
|
"kind": 524288,
|
|
998
1316
|
"kindString": "Get signature",
|
|
@@ -1008,7 +1326,7 @@
|
|
|
1008
1326
|
],
|
|
1009
1327
|
"setSignature": [
|
|
1010
1328
|
{
|
|
1011
|
-
"id":
|
|
1329
|
+
"id": 213,
|
|
1012
1330
|
"name": "value",
|
|
1013
1331
|
"kind": 1048576,
|
|
1014
1332
|
"kindString": "Set signature",
|
|
@@ -1018,7 +1336,7 @@
|
|
|
1018
1336
|
},
|
|
1019
1337
|
"parameters": [
|
|
1020
1338
|
{
|
|
1021
|
-
"id":
|
|
1339
|
+
"id": 214,
|
|
1022
1340
|
"name": "value",
|
|
1023
1341
|
"kind": 32768,
|
|
1024
1342
|
"kindString": "Parameter",
|
|
@@ -1037,7 +1355,7 @@
|
|
|
1037
1355
|
]
|
|
1038
1356
|
},
|
|
1039
1357
|
{
|
|
1040
|
-
"id":
|
|
1358
|
+
"id": 237,
|
|
1041
1359
|
"name": "ngAfterViewInit",
|
|
1042
1360
|
"kind": 2048,
|
|
1043
1361
|
"kindString": "Method",
|
|
@@ -1047,13 +1365,13 @@
|
|
|
1047
1365
|
"sources": [
|
|
1048
1366
|
{
|
|
1049
1367
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1050
|
-
"line":
|
|
1368
|
+
"line": 317,
|
|
1051
1369
|
"character": 9
|
|
1052
1370
|
}
|
|
1053
1371
|
],
|
|
1054
1372
|
"signatures": [
|
|
1055
1373
|
{
|
|
1056
|
-
"id":
|
|
1374
|
+
"id": 238,
|
|
1057
1375
|
"name": "ngAfterViewInit",
|
|
1058
1376
|
"kind": 4096,
|
|
1059
1377
|
"kindString": "Call signature",
|
|
@@ -1074,7 +1392,7 @@
|
|
|
1074
1392
|
}
|
|
1075
1393
|
},
|
|
1076
1394
|
{
|
|
1077
|
-
"id":
|
|
1395
|
+
"id": 239,
|
|
1078
1396
|
"name": "ngOnDestroy",
|
|
1079
1397
|
"kind": 2048,
|
|
1080
1398
|
"kindString": "Method",
|
|
@@ -1084,13 +1402,13 @@
|
|
|
1084
1402
|
"sources": [
|
|
1085
1403
|
{
|
|
1086
1404
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1087
|
-
"line":
|
|
1405
|
+
"line": 321,
|
|
1088
1406
|
"character": 9
|
|
1089
1407
|
}
|
|
1090
1408
|
],
|
|
1091
1409
|
"signatures": [
|
|
1092
1410
|
{
|
|
1093
|
-
"id":
|
|
1411
|
+
"id": 240,
|
|
1094
1412
|
"name": "ngOnDestroy",
|
|
1095
1413
|
"kind": 4096,
|
|
1096
1414
|
"kindString": "Call signature",
|
|
@@ -1111,7 +1429,7 @@
|
|
|
1111
1429
|
}
|
|
1112
1430
|
},
|
|
1113
1431
|
{
|
|
1114
|
-
"id":
|
|
1432
|
+
"id": 241,
|
|
1115
1433
|
"name": "onIframeLoad",
|
|
1116
1434
|
"kind": 2048,
|
|
1117
1435
|
"kindString": "Method",
|
|
@@ -1121,13 +1439,13 @@
|
|
|
1121
1439
|
"sources": [
|
|
1122
1440
|
{
|
|
1123
1441
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1124
|
-
"line":
|
|
1442
|
+
"line": 327,
|
|
1125
1443
|
"character": 9
|
|
1126
1444
|
}
|
|
1127
1445
|
],
|
|
1128
1446
|
"signatures": [
|
|
1129
1447
|
{
|
|
1130
|
-
"id":
|
|
1448
|
+
"id": 242,
|
|
1131
1449
|
"name": "onIframeLoad",
|
|
1132
1450
|
"kind": 4096,
|
|
1133
1451
|
"kindString": "Call signature",
|
|
@@ -1140,7 +1458,7 @@
|
|
|
1140
1458
|
]
|
|
1141
1459
|
},
|
|
1142
1460
|
{
|
|
1143
|
-
"id":
|
|
1461
|
+
"id": 246,
|
|
1144
1462
|
"name": "registerOnChange",
|
|
1145
1463
|
"kind": 2048,
|
|
1146
1464
|
"kindString": "Method",
|
|
@@ -1150,13 +1468,13 @@
|
|
|
1150
1468
|
"sources": [
|
|
1151
1469
|
{
|
|
1152
1470
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1153
|
-
"line":
|
|
1471
|
+
"line": 350,
|
|
1154
1472
|
"character": 9
|
|
1155
1473
|
}
|
|
1156
1474
|
],
|
|
1157
1475
|
"signatures": [
|
|
1158
1476
|
{
|
|
1159
|
-
"id":
|
|
1477
|
+
"id": 247,
|
|
1160
1478
|
"name": "registerOnChange",
|
|
1161
1479
|
"kind": 4096,
|
|
1162
1480
|
"kindString": "Call signature",
|
|
@@ -1166,7 +1484,7 @@
|
|
|
1166
1484
|
},
|
|
1167
1485
|
"parameters": [
|
|
1168
1486
|
{
|
|
1169
|
-
"id":
|
|
1487
|
+
"id": 248,
|
|
1170
1488
|
"name": "fn",
|
|
1171
1489
|
"kind": 32768,
|
|
1172
1490
|
"kindString": "Parameter",
|
|
@@ -1174,21 +1492,21 @@
|
|
|
1174
1492
|
"type": {
|
|
1175
1493
|
"type": "reflection",
|
|
1176
1494
|
"declaration": {
|
|
1177
|
-
"id":
|
|
1495
|
+
"id": 249,
|
|
1178
1496
|
"name": "__type",
|
|
1179
1497
|
"kind": 65536,
|
|
1180
1498
|
"kindString": "Type literal",
|
|
1181
1499
|
"flags": {},
|
|
1182
1500
|
"signatures": [
|
|
1183
1501
|
{
|
|
1184
|
-
"id":
|
|
1502
|
+
"id": 250,
|
|
1185
1503
|
"name": "__type",
|
|
1186
1504
|
"kind": 4096,
|
|
1187
1505
|
"kindString": "Call signature",
|
|
1188
1506
|
"flags": {},
|
|
1189
1507
|
"parameters": [
|
|
1190
1508
|
{
|
|
1191
|
-
"id":
|
|
1509
|
+
"id": 251,
|
|
1192
1510
|
"name": "value",
|
|
1193
1511
|
"kind": 32768,
|
|
1194
1512
|
"kindString": "Parameter",
|
|
@@ -1217,7 +1535,7 @@
|
|
|
1217
1535
|
]
|
|
1218
1536
|
},
|
|
1219
1537
|
{
|
|
1220
|
-
"id":
|
|
1538
|
+
"id": 252,
|
|
1221
1539
|
"name": "registerOnTouched",
|
|
1222
1540
|
"kind": 2048,
|
|
1223
1541
|
"kindString": "Method",
|
|
@@ -1227,13 +1545,13 @@
|
|
|
1227
1545
|
"sources": [
|
|
1228
1546
|
{
|
|
1229
1547
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1230
|
-
"line":
|
|
1548
|
+
"line": 357,
|
|
1231
1549
|
"character": 9
|
|
1232
1550
|
}
|
|
1233
1551
|
],
|
|
1234
1552
|
"signatures": [
|
|
1235
1553
|
{
|
|
1236
|
-
"id":
|
|
1554
|
+
"id": 253,
|
|
1237
1555
|
"name": "registerOnTouched",
|
|
1238
1556
|
"kind": 4096,
|
|
1239
1557
|
"kindString": "Call signature",
|
|
@@ -1243,7 +1561,7 @@
|
|
|
1243
1561
|
},
|
|
1244
1562
|
"parameters": [
|
|
1245
1563
|
{
|
|
1246
|
-
"id":
|
|
1564
|
+
"id": 254,
|
|
1247
1565
|
"name": "fn",
|
|
1248
1566
|
"kind": 32768,
|
|
1249
1567
|
"kindString": "Parameter",
|
|
@@ -1251,14 +1569,14 @@
|
|
|
1251
1569
|
"type": {
|
|
1252
1570
|
"type": "reflection",
|
|
1253
1571
|
"declaration": {
|
|
1254
|
-
"id":
|
|
1572
|
+
"id": 255,
|
|
1255
1573
|
"name": "__type",
|
|
1256
1574
|
"kind": 65536,
|
|
1257
1575
|
"kindString": "Type literal",
|
|
1258
1576
|
"flags": {},
|
|
1259
1577
|
"signatures": [
|
|
1260
1578
|
{
|
|
1261
|
-
"id":
|
|
1579
|
+
"id": 256,
|
|
1262
1580
|
"name": "__type",
|
|
1263
1581
|
"kind": 4096,
|
|
1264
1582
|
"kindString": "Call signature",
|
|
@@ -1281,7 +1599,7 @@
|
|
|
1281
1599
|
]
|
|
1282
1600
|
},
|
|
1283
1601
|
{
|
|
1284
|
-
"id":
|
|
1602
|
+
"id": 257,
|
|
1285
1603
|
"name": "setDisabledState",
|
|
1286
1604
|
"kind": 2048,
|
|
1287
1605
|
"kindString": "Method",
|
|
@@ -1291,13 +1609,13 @@
|
|
|
1291
1609
|
"sources": [
|
|
1292
1610
|
{
|
|
1293
1611
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1294
|
-
"line":
|
|
1612
|
+
"line": 364,
|
|
1295
1613
|
"character": 9
|
|
1296
1614
|
}
|
|
1297
1615
|
],
|
|
1298
1616
|
"signatures": [
|
|
1299
1617
|
{
|
|
1300
|
-
"id":
|
|
1618
|
+
"id": 258,
|
|
1301
1619
|
"name": "setDisabledState",
|
|
1302
1620
|
"kind": 4096,
|
|
1303
1621
|
"kindString": "Call signature",
|
|
@@ -1307,7 +1625,7 @@
|
|
|
1307
1625
|
},
|
|
1308
1626
|
"parameters": [
|
|
1309
1627
|
{
|
|
1310
|
-
"id":
|
|
1628
|
+
"id": 259,
|
|
1311
1629
|
"name": "isDisabled",
|
|
1312
1630
|
"kind": 32768,
|
|
1313
1631
|
"kindString": "Parameter",
|
|
@@ -1326,7 +1644,7 @@
|
|
|
1326
1644
|
]
|
|
1327
1645
|
},
|
|
1328
1646
|
{
|
|
1329
|
-
"id":
|
|
1647
|
+
"id": 243,
|
|
1330
1648
|
"name": "writeValue",
|
|
1331
1649
|
"kind": 2048,
|
|
1332
1650
|
"kindString": "Method",
|
|
@@ -1336,13 +1654,13 @@
|
|
|
1336
1654
|
"sources": [
|
|
1337
1655
|
{
|
|
1338
1656
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1339
|
-
"line":
|
|
1657
|
+
"line": 334,
|
|
1340
1658
|
"character": 9
|
|
1341
1659
|
}
|
|
1342
1660
|
],
|
|
1343
1661
|
"signatures": [
|
|
1344
1662
|
{
|
|
1345
|
-
"id":
|
|
1663
|
+
"id": 244,
|
|
1346
1664
|
"name": "writeValue",
|
|
1347
1665
|
"kind": 4096,
|
|
1348
1666
|
"kindString": "Call signature",
|
|
@@ -1352,7 +1670,7 @@
|
|
|
1352
1670
|
},
|
|
1353
1671
|
"parameters": [
|
|
1354
1672
|
{
|
|
1355
|
-
"id":
|
|
1673
|
+
"id": 245,
|
|
1356
1674
|
"name": "value",
|
|
1357
1675
|
"kind": 32768,
|
|
1358
1676
|
"kindString": "Parameter",
|
|
@@ -1376,51 +1694,52 @@
|
|
|
1376
1694
|
"title": "Constructors",
|
|
1377
1695
|
"kind": 512,
|
|
1378
1696
|
"children": [
|
|
1379
|
-
|
|
1697
|
+
163
|
|
1380
1698
|
]
|
|
1381
1699
|
},
|
|
1382
1700
|
{
|
|
1383
1701
|
"title": "Properties",
|
|
1384
1702
|
"kind": 1024,
|
|
1385
1703
|
"children": [
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
164,
|
|
1390
|
-
165,
|
|
1391
|
-
170,
|
|
1392
|
-
171,
|
|
1393
|
-
176
|
|
1704
|
+
173,
|
|
1705
|
+
215,
|
|
1706
|
+
210
|
|
1394
1707
|
]
|
|
1395
1708
|
},
|
|
1396
1709
|
{
|
|
1397
1710
|
"title": "Accessors",
|
|
1398
1711
|
"kind": 262144,
|
|
1399
1712
|
"children": [
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1713
|
+
174,
|
|
1714
|
+
178,
|
|
1715
|
+
182,
|
|
1716
|
+
186,
|
|
1717
|
+
190,
|
|
1718
|
+
194,
|
|
1719
|
+
198,
|
|
1720
|
+
202,
|
|
1721
|
+
206,
|
|
1722
|
+
211
|
|
1404
1723
|
]
|
|
1405
1724
|
},
|
|
1406
1725
|
{
|
|
1407
1726
|
"title": "Methods",
|
|
1408
1727
|
"kind": 2048,
|
|
1409
1728
|
"children": [
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1729
|
+
237,
|
|
1730
|
+
239,
|
|
1731
|
+
241,
|
|
1732
|
+
246,
|
|
1733
|
+
252,
|
|
1734
|
+
257,
|
|
1735
|
+
243
|
|
1417
1736
|
]
|
|
1418
1737
|
}
|
|
1419
1738
|
],
|
|
1420
1739
|
"sources": [
|
|
1421
1740
|
{
|
|
1422
1741
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1423
|
-
"line":
|
|
1742
|
+
"line": 51,
|
|
1424
1743
|
"character": 13
|
|
1425
1744
|
}
|
|
1426
1745
|
],
|
|
@@ -1440,14 +1759,14 @@
|
|
|
1440
1759
|
]
|
|
1441
1760
|
},
|
|
1442
1761
|
{
|
|
1443
|
-
"id":
|
|
1762
|
+
"id": 276,
|
|
1444
1763
|
"name": "SkyTextEditorFont",
|
|
1445
1764
|
"kind": 256,
|
|
1446
1765
|
"kindString": "Interface",
|
|
1447
1766
|
"flags": {},
|
|
1448
1767
|
"children": [
|
|
1449
1768
|
{
|
|
1450
|
-
"id":
|
|
1769
|
+
"id": 277,
|
|
1451
1770
|
"name": "name",
|
|
1452
1771
|
"kind": 1024,
|
|
1453
1772
|
"kindString": "Property",
|
|
@@ -1468,7 +1787,7 @@
|
|
|
1468
1787
|
}
|
|
1469
1788
|
},
|
|
1470
1789
|
{
|
|
1471
|
-
"id":
|
|
1790
|
+
"id": 278,
|
|
1472
1791
|
"name": "value",
|
|
1473
1792
|
"kind": 1024,
|
|
1474
1793
|
"kindString": "Property",
|
|
@@ -1494,8 +1813,8 @@
|
|
|
1494
1813
|
"title": "Properties",
|
|
1495
1814
|
"kind": 1024,
|
|
1496
1815
|
"children": [
|
|
1497
|
-
|
|
1498
|
-
|
|
1816
|
+
277,
|
|
1817
|
+
278
|
|
1499
1818
|
]
|
|
1500
1819
|
}
|
|
1501
1820
|
],
|
|
@@ -1508,14 +1827,14 @@
|
|
|
1508
1827
|
]
|
|
1509
1828
|
},
|
|
1510
1829
|
{
|
|
1511
|
-
"id":
|
|
1830
|
+
"id": 289,
|
|
1512
1831
|
"name": "SkyTextEditorMergeField",
|
|
1513
1832
|
"kind": 256,
|
|
1514
1833
|
"kindString": "Interface",
|
|
1515
1834
|
"flags": {},
|
|
1516
1835
|
"children": [
|
|
1517
1836
|
{
|
|
1518
|
-
"id":
|
|
1837
|
+
"id": 290,
|
|
1519
1838
|
"name": "id",
|
|
1520
1839
|
"kind": 1024,
|
|
1521
1840
|
"kindString": "Property",
|
|
@@ -1536,7 +1855,7 @@
|
|
|
1536
1855
|
}
|
|
1537
1856
|
},
|
|
1538
1857
|
{
|
|
1539
|
-
"id":
|
|
1858
|
+
"id": 291,
|
|
1540
1859
|
"name": "name",
|
|
1541
1860
|
"kind": 1024,
|
|
1542
1861
|
"kindString": "Property",
|
|
@@ -1557,7 +1876,7 @@
|
|
|
1557
1876
|
}
|
|
1558
1877
|
},
|
|
1559
1878
|
{
|
|
1560
|
-
"id":
|
|
1879
|
+
"id": 292,
|
|
1561
1880
|
"name": "previewImageUrl",
|
|
1562
1881
|
"kind": 1024,
|
|
1563
1882
|
"kindString": "Property",
|
|
@@ -1585,9 +1904,9 @@
|
|
|
1585
1904
|
"title": "Properties",
|
|
1586
1905
|
"kind": 1024,
|
|
1587
1906
|
"children": [
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1907
|
+
290,
|
|
1908
|
+
291,
|
|
1909
|
+
292
|
|
1591
1910
|
]
|
|
1592
1911
|
}
|
|
1593
1912
|
],
|
|
@@ -1600,14 +1919,14 @@
|
|
|
1600
1919
|
]
|
|
1601
1920
|
},
|
|
1602
1921
|
{
|
|
1603
|
-
"id":
|
|
1922
|
+
"id": 280,
|
|
1604
1923
|
"name": "SkyTextEditorStyleState",
|
|
1605
1924
|
"kind": 256,
|
|
1606
1925
|
"kindString": "Interface",
|
|
1607
1926
|
"flags": {},
|
|
1608
1927
|
"children": [
|
|
1609
1928
|
{
|
|
1610
|
-
"id":
|
|
1929
|
+
"id": 281,
|
|
1611
1930
|
"name": "backColor",
|
|
1612
1931
|
"kind": 1024,
|
|
1613
1932
|
"kindString": "Property",
|
|
@@ -1628,7 +1947,7 @@
|
|
|
1628
1947
|
}
|
|
1629
1948
|
},
|
|
1630
1949
|
{
|
|
1631
|
-
"id":
|
|
1950
|
+
"id": 285,
|
|
1632
1951
|
"name": "boldState",
|
|
1633
1952
|
"kind": 1024,
|
|
1634
1953
|
"kindString": "Property",
|
|
@@ -1649,7 +1968,7 @@
|
|
|
1649
1968
|
}
|
|
1650
1969
|
},
|
|
1651
1970
|
{
|
|
1652
|
-
"id":
|
|
1971
|
+
"id": 284,
|
|
1653
1972
|
"name": "font",
|
|
1654
1973
|
"kind": 1024,
|
|
1655
1974
|
"kindString": "Property",
|
|
@@ -1670,7 +1989,7 @@
|
|
|
1670
1989
|
}
|
|
1671
1990
|
},
|
|
1672
1991
|
{
|
|
1673
|
-
"id":
|
|
1992
|
+
"id": 282,
|
|
1674
1993
|
"name": "fontColor",
|
|
1675
1994
|
"kind": 1024,
|
|
1676
1995
|
"kindString": "Property",
|
|
@@ -1691,7 +2010,7 @@
|
|
|
1691
2010
|
}
|
|
1692
2011
|
},
|
|
1693
2012
|
{
|
|
1694
|
-
"id":
|
|
2013
|
+
"id": 283,
|
|
1695
2014
|
"name": "fontSize",
|
|
1696
2015
|
"kind": 1024,
|
|
1697
2016
|
"kindString": "Property",
|
|
@@ -1712,7 +2031,7 @@
|
|
|
1712
2031
|
}
|
|
1713
2032
|
},
|
|
1714
2033
|
{
|
|
1715
|
-
"id":
|
|
2034
|
+
"id": 286,
|
|
1716
2035
|
"name": "italicState",
|
|
1717
2036
|
"kind": 1024,
|
|
1718
2037
|
"kindString": "Property",
|
|
@@ -1733,7 +2052,7 @@
|
|
|
1733
2052
|
}
|
|
1734
2053
|
},
|
|
1735
2054
|
{
|
|
1736
|
-
"id":
|
|
2055
|
+
"id": 288,
|
|
1737
2056
|
"name": "linkState",
|
|
1738
2057
|
"kind": 1024,
|
|
1739
2058
|
"kindString": "Property",
|
|
@@ -1754,7 +2073,7 @@
|
|
|
1754
2073
|
}
|
|
1755
2074
|
},
|
|
1756
2075
|
{
|
|
1757
|
-
"id":
|
|
2076
|
+
"id": 287,
|
|
1758
2077
|
"name": "underlineState",
|
|
1759
2078
|
"kind": 1024,
|
|
1760
2079
|
"kindString": "Property",
|
|
@@ -1780,14 +2099,14 @@
|
|
|
1780
2099
|
"title": "Properties",
|
|
1781
2100
|
"kind": 1024,
|
|
1782
2101
|
"children": [
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
2102
|
+
281,
|
|
2103
|
+
285,
|
|
2104
|
+
284,
|
|
2105
|
+
282,
|
|
2106
|
+
283,
|
|
2107
|
+
286,
|
|
2108
|
+
288,
|
|
2109
|
+
287
|
|
1791
2110
|
]
|
|
1792
2111
|
}
|
|
1793
2112
|
],
|
|
@@ -1800,7 +2119,7 @@
|
|
|
1800
2119
|
]
|
|
1801
2120
|
},
|
|
1802
2121
|
{
|
|
1803
|
-
"id":
|
|
2122
|
+
"id": 279,
|
|
1804
2123
|
"name": "SkyTextEditorMenuType",
|
|
1805
2124
|
"kind": 4194304,
|
|
1806
2125
|
"kindString": "Type alias",
|
|
@@ -1831,7 +2150,7 @@
|
|
|
1831
2150
|
}
|
|
1832
2151
|
},
|
|
1833
2152
|
{
|
|
1834
|
-
"id":
|
|
2153
|
+
"id": 293,
|
|
1835
2154
|
"name": "SkyTextEditorToolbarActionType",
|
|
1836
2155
|
"kind": 4194304,
|
|
1837
2156
|
"kindString": "Type alias",
|
|
@@ -1891,27 +2210,27 @@
|
|
|
1891
2210
|
"title": "Classes",
|
|
1892
2211
|
"kind": 128,
|
|
1893
2212
|
"children": [
|
|
1894
|
-
|
|
1895
|
-
|
|
2213
|
+
273,
|
|
2214
|
+
294,
|
|
1896
2215
|
1,
|
|
1897
|
-
|
|
2216
|
+
162
|
|
1898
2217
|
]
|
|
1899
2218
|
},
|
|
1900
2219
|
{
|
|
1901
2220
|
"title": "Interfaces",
|
|
1902
2221
|
"kind": 256,
|
|
1903
2222
|
"children": [
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
2223
|
+
276,
|
|
2224
|
+
289,
|
|
2225
|
+
280
|
|
1907
2226
|
]
|
|
1908
2227
|
},
|
|
1909
2228
|
{
|
|
1910
|
-
"title": "Type
|
|
2229
|
+
"title": "Type Aliases",
|
|
1911
2230
|
"kind": 4194304,
|
|
1912
2231
|
"children": [
|
|
1913
|
-
|
|
1914
|
-
|
|
2232
|
+
279,
|
|
2233
|
+
293
|
|
1915
2234
|
]
|
|
1916
2235
|
}
|
|
1917
2236
|
],
|
|
@@ -1942,12 +2261,12 @@
|
|
|
1942
2261
|
{
|
|
1943
2262
|
"fileName": "text-editor-demo.component.html",
|
|
1944
2263
|
"filePath": "/projects/text-editor/documentation/code-examples/text-editor-inline-help/text-editor-demo.component.html",
|
|
1945
|
-
"rawContents": "<form novalidate [formGroup]=\"myForm\">\n <sky-input-box>\n <label skyId #textEditorLabel=\"skyId\" class=\"sky-control-label\">\n Text editor demo\n </label>\n <sky-help-inline
|
|
2264
|
+
"rawContents": "<form novalidate [formGroup]=\"myForm\">\n <sky-input-box>\n <label skyId #textEditorLabel=\"skyId\" class=\"sky-control-label\">\n Text editor demo\n </label>\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n <sky-text-editor\n formControlName=\"myText\"\n [attr.aria-labelledby]=\"textEditorLabel.id\"\n class=\"sky-form-control\"\n >\n </sky-text-editor>\n </sky-input-box>\n</form>\n"
|
|
1946
2265
|
},
|
|
1947
2266
|
{
|
|
1948
2267
|
"fileName": "text-editor-demo.component.ts",
|
|
1949
2268
|
"filePath": "/projects/text-editor/documentation/code-examples/text-editor-inline-help/text-editor-demo.component.ts",
|
|
1950
|
-
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n} from '@angular/forms';\n\n@Component({\n selector: 'app-text-editor-demo',\n templateUrl: './text-editor-demo.component.html',\n})\nexport class TextEditorDemoComponent implements OnInit {\n public myForm: UntypedFormGroup;\n\n private richText = `<font style=\"font-size: 18px\" face=\"Arial\" color=\"#a25353\"><b>Exclusively committed to your impact</b></font><p>Since day one, Blackbaud has been 100% focused on driving impact for social good organizations.</p><p>We equip change agents with <b>cloud software</b>, <i>services</i>, <u>expertise</u>, and <font color=\"#a25353\">data intelligence</font> designed with unmatched insight and supported with unparalleled commitment. Every day, our <b>customers</b> achieve unmatched impact as they advance their missions.</p><ul><li><a href=\"#\">Build a better world</a></li><li><a href=\"#\">Explore our solutions</a></li></ul>`;\n\n constructor(private formBuilder: UntypedFormBuilder) {}\n\n public ngOnInit(): void {\n this.myForm = this.formBuilder.group({\n myText: new UntypedFormControl(this.richText),\n });\n }\n}\n"
|
|
2269
|
+
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n} from '@angular/forms';\n\n@Component({\n selector: 'app-text-editor-demo',\n templateUrl: './text-editor-demo.component.html',\n})\nexport class TextEditorDemoComponent implements OnInit {\n public myForm: UntypedFormGroup;\n\n private richText = `<font style=\"font-size: 18px\" face=\"Arial\" color=\"#a25353\"><b>Exclusively committed to your impact</b></font><p>Since day one, Blackbaud has been 100% focused on driving impact for social good organizations.</p><p>We equip change agents with <b>cloud software</b>, <i>services</i>, <u>expertise</u>, and <font color=\"#a25353\">data intelligence</font> designed with unmatched insight and supported with unparalleled commitment. Every day, our <b>customers</b> achieve unmatched impact as they advance their missions.</p><ul><li><a href=\"#\">Build a better world</a></li><li><a href=\"#\">Explore our solutions</a></li></ul>`;\n\n constructor(private formBuilder: UntypedFormBuilder) {}\n\n public ngOnInit(): void {\n this.myForm = this.formBuilder.group({\n myText: new UntypedFormControl(this.richText),\n });\n }\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
|
|
1951
2270
|
},
|
|
1952
2271
|
{
|
|
1953
2272
|
"fileName": "text-editor-demo.module.ts",
|