@skyux/text-editor 7.11.1 → 7.12.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 +161 -112
- package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +10 -7
- package/esm2020/lib/modules/text-editor/text-editor.component.mjs +62 -56
- package/fesm2015/skyux-text-editor.mjs +70 -62
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +70 -61
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/services/text-editor.service.d.ts +1 -0
- package/lib/modules/text-editor/text-editor.component.d.ts +5 -4
- package/package.json +12 -12
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
|
],
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"sources": [
|
|
315
315
|
{
|
|
316
316
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
317
|
-
"line":
|
|
317
|
+
"line": 297,
|
|
318
318
|
"character": 2
|
|
319
319
|
}
|
|
320
320
|
],
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"sources": [
|
|
456
456
|
{
|
|
457
457
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
458
|
-
"line":
|
|
458
|
+
"line": 56,
|
|
459
459
|
"character": 9
|
|
460
460
|
}
|
|
461
461
|
],
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
"sources": [
|
|
477
477
|
{
|
|
478
478
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
479
|
-
"line":
|
|
479
|
+
"line": 272,
|
|
480
480
|
"character": 9
|
|
481
481
|
}
|
|
482
482
|
],
|
|
@@ -502,18 +502,38 @@
|
|
|
502
502
|
"flags": {
|
|
503
503
|
"isPublic": true
|
|
504
504
|
},
|
|
505
|
+
"decorators": [
|
|
506
|
+
{
|
|
507
|
+
"name": "ViewChild",
|
|
508
|
+
"type": {
|
|
509
|
+
"type": "reference",
|
|
510
|
+
"qualifiedName": "ViewChildDecorator",
|
|
511
|
+
"package": "@angular/core",
|
|
512
|
+
"name": "ViewChild"
|
|
513
|
+
},
|
|
514
|
+
"arguments": {
|
|
515
|
+
"selector": "'iframe'"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
],
|
|
505
519
|
"sources": [
|
|
506
520
|
{
|
|
507
521
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
508
|
-
"line":
|
|
522
|
+
"line": 217,
|
|
509
523
|
"character": 9
|
|
510
524
|
}
|
|
511
525
|
],
|
|
512
526
|
"type": {
|
|
513
527
|
"type": "reference",
|
|
514
|
-
"
|
|
515
|
-
|
|
516
|
-
|
|
528
|
+
"typeArguments": [
|
|
529
|
+
{
|
|
530
|
+
"type": "intrinsic",
|
|
531
|
+
"name": "any"
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"qualifiedName": "ElementRef",
|
|
535
|
+
"package": "@angular/core",
|
|
536
|
+
"name": "ElementRef"
|
|
517
537
|
}
|
|
518
538
|
},
|
|
519
539
|
{
|
|
@@ -539,7 +559,7 @@
|
|
|
539
559
|
"sources": [
|
|
540
560
|
{
|
|
541
561
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
542
|
-
"line":
|
|
562
|
+
"line": 63,
|
|
543
563
|
"character": 13
|
|
544
564
|
}
|
|
545
565
|
],
|
|
@@ -624,7 +644,7 @@
|
|
|
624
644
|
"sources": [
|
|
625
645
|
{
|
|
626
646
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
627
|
-
"line":
|
|
647
|
+
"line": 105,
|
|
628
648
|
"character": 13
|
|
629
649
|
}
|
|
630
650
|
],
|
|
@@ -648,7 +668,7 @@
|
|
|
648
668
|
"type": "array",
|
|
649
669
|
"elementType": {
|
|
650
670
|
"type": "reference",
|
|
651
|
-
"id":
|
|
671
|
+
"id": 276,
|
|
652
672
|
"name": "SkyTextEditorFont"
|
|
653
673
|
}
|
|
654
674
|
}
|
|
@@ -681,7 +701,7 @@
|
|
|
681
701
|
"type": "array",
|
|
682
702
|
"elementType": {
|
|
683
703
|
"type": "reference",
|
|
684
|
-
"id":
|
|
704
|
+
"id": 276,
|
|
685
705
|
"name": "SkyTextEditorFont"
|
|
686
706
|
}
|
|
687
707
|
}
|
|
@@ -717,7 +737,7 @@
|
|
|
717
737
|
"sources": [
|
|
718
738
|
{
|
|
719
739
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
720
|
-
"line":
|
|
740
|
+
"line": 118,
|
|
721
741
|
"character": 13
|
|
722
742
|
}
|
|
723
743
|
],
|
|
@@ -808,7 +828,7 @@
|
|
|
808
828
|
"sources": [
|
|
809
829
|
{
|
|
810
830
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
811
|
-
"line":
|
|
831
|
+
"line": 131,
|
|
812
832
|
"character": 13
|
|
813
833
|
}
|
|
814
834
|
],
|
|
@@ -881,7 +901,7 @@
|
|
|
881
901
|
"sources": [
|
|
882
902
|
{
|
|
883
903
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
884
|
-
"line":
|
|
904
|
+
"line": 143,
|
|
885
905
|
"character": 13
|
|
886
906
|
}
|
|
887
907
|
],
|
|
@@ -897,7 +917,7 @@
|
|
|
897
917
|
},
|
|
898
918
|
"type": {
|
|
899
919
|
"type": "reference",
|
|
900
|
-
"id":
|
|
920
|
+
"id": 280,
|
|
901
921
|
"name": "SkyTextEditorStyleState"
|
|
902
922
|
}
|
|
903
923
|
}
|
|
@@ -921,7 +941,7 @@
|
|
|
921
941
|
"flags": {},
|
|
922
942
|
"type": {
|
|
923
943
|
"type": "reference",
|
|
924
|
-
"id":
|
|
944
|
+
"id": 280,
|
|
925
945
|
"name": "SkyTextEditorStyleState"
|
|
926
946
|
}
|
|
927
947
|
}
|
|
@@ -956,7 +976,7 @@
|
|
|
956
976
|
"sources": [
|
|
957
977
|
{
|
|
958
978
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
959
|
-
"line":
|
|
979
|
+
"line": 163,
|
|
960
980
|
"character": 13
|
|
961
981
|
}
|
|
962
982
|
],
|
|
@@ -980,7 +1000,7 @@
|
|
|
980
1000
|
"type": "array",
|
|
981
1001
|
"elementType": {
|
|
982
1002
|
"type": "reference",
|
|
983
|
-
"id":
|
|
1003
|
+
"id": 279,
|
|
984
1004
|
"name": "SkyTextEditorMenuType"
|
|
985
1005
|
}
|
|
986
1006
|
}
|
|
@@ -1013,7 +1033,7 @@
|
|
|
1013
1033
|
"type": "array",
|
|
1014
1034
|
"elementType": {
|
|
1015
1035
|
"type": "reference",
|
|
1016
|
-
"id":
|
|
1036
|
+
"id": 279,
|
|
1017
1037
|
"name": "SkyTextEditorMenuType"
|
|
1018
1038
|
}
|
|
1019
1039
|
}
|
|
@@ -1049,7 +1069,7 @@
|
|
|
1049
1069
|
"sources": [
|
|
1050
1070
|
{
|
|
1051
1071
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1052
|
-
"line":
|
|
1072
|
+
"line": 175,
|
|
1053
1073
|
"character": 13
|
|
1054
1074
|
}
|
|
1055
1075
|
],
|
|
@@ -1067,7 +1087,7 @@
|
|
|
1067
1087
|
"type": "array",
|
|
1068
1088
|
"elementType": {
|
|
1069
1089
|
"type": "reference",
|
|
1070
|
-
"id":
|
|
1090
|
+
"id": 289,
|
|
1071
1091
|
"name": "SkyTextEditorMergeField"
|
|
1072
1092
|
}
|
|
1073
1093
|
}
|
|
@@ -1094,7 +1114,7 @@
|
|
|
1094
1114
|
"type": "array",
|
|
1095
1115
|
"elementType": {
|
|
1096
1116
|
"type": "reference",
|
|
1097
|
-
"id":
|
|
1117
|
+
"id": 289,
|
|
1098
1118
|
"name": "SkyTextEditorMergeField"
|
|
1099
1119
|
}
|
|
1100
1120
|
}
|
|
@@ -1130,7 +1150,7 @@
|
|
|
1130
1150
|
"sources": [
|
|
1131
1151
|
{
|
|
1132
1152
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1133
|
-
"line":
|
|
1153
|
+
"line": 187,
|
|
1134
1154
|
"character": 13
|
|
1135
1155
|
}
|
|
1136
1156
|
],
|
|
@@ -1203,7 +1223,7 @@
|
|
|
1203
1223
|
"sources": [
|
|
1204
1224
|
{
|
|
1205
1225
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1206
|
-
"line":
|
|
1226
|
+
"line": 206,
|
|
1207
1227
|
"character": 13
|
|
1208
1228
|
}
|
|
1209
1229
|
],
|
|
@@ -1227,7 +1247,7 @@
|
|
|
1227
1247
|
"type": "array",
|
|
1228
1248
|
"elementType": {
|
|
1229
1249
|
"type": "reference",
|
|
1230
|
-
"id":
|
|
1250
|
+
"id": 293,
|
|
1231
1251
|
"name": "SkyTextEditorToolbarActionType"
|
|
1232
1252
|
}
|
|
1233
1253
|
}
|
|
@@ -1260,7 +1280,7 @@
|
|
|
1260
1280
|
"type": "array",
|
|
1261
1281
|
"elementType": {
|
|
1262
1282
|
"type": "reference",
|
|
1263
|
-
"id":
|
|
1283
|
+
"id": 293,
|
|
1264
1284
|
"name": "SkyTextEditorToolbarActionType"
|
|
1265
1285
|
}
|
|
1266
1286
|
}
|
|
@@ -1284,7 +1304,7 @@
|
|
|
1284
1304
|
"sources": [
|
|
1285
1305
|
{
|
|
1286
1306
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1287
|
-
"line":
|
|
1307
|
+
"line": 222,
|
|
1288
1308
|
"character": 13
|
|
1289
1309
|
}
|
|
1290
1310
|
],
|
|
@@ -1336,7 +1356,7 @@
|
|
|
1336
1356
|
},
|
|
1337
1357
|
{
|
|
1338
1358
|
"id": 237,
|
|
1339
|
-
"name": "
|
|
1359
|
+
"name": "ngAfterViewInit",
|
|
1340
1360
|
"kind": 2048,
|
|
1341
1361
|
"kindString": "Method",
|
|
1342
1362
|
"flags": {
|
|
@@ -1345,13 +1365,50 @@
|
|
|
1345
1365
|
"sources": [
|
|
1346
1366
|
{
|
|
1347
1367
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1348
|
-
"line":
|
|
1368
|
+
"line": 320,
|
|
1349
1369
|
"character": 9
|
|
1350
1370
|
}
|
|
1351
1371
|
],
|
|
1352
1372
|
"signatures": [
|
|
1353
1373
|
{
|
|
1354
1374
|
"id": 238,
|
|
1375
|
+
"name": "ngAfterViewInit",
|
|
1376
|
+
"kind": 4096,
|
|
1377
|
+
"kindString": "Call signature",
|
|
1378
|
+
"flags": {},
|
|
1379
|
+
"type": {
|
|
1380
|
+
"type": "intrinsic",
|
|
1381
|
+
"name": "void"
|
|
1382
|
+
},
|
|
1383
|
+
"implementationOf": {
|
|
1384
|
+
"type": "reference",
|
|
1385
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"implementationOf": {
|
|
1390
|
+
"type": "reference",
|
|
1391
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"id": 239,
|
|
1396
|
+
"name": "ngOnDestroy",
|
|
1397
|
+
"kind": 2048,
|
|
1398
|
+
"kindString": "Method",
|
|
1399
|
+
"flags": {
|
|
1400
|
+
"isPublic": true
|
|
1401
|
+
},
|
|
1402
|
+
"sources": [
|
|
1403
|
+
{
|
|
1404
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1405
|
+
"line": 324,
|
|
1406
|
+
"character": 9
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"signatures": [
|
|
1410
|
+
{
|
|
1411
|
+
"id": 240,
|
|
1355
1412
|
"name": "ngOnDestroy",
|
|
1356
1413
|
"kind": 4096,
|
|
1357
1414
|
"kindString": "Call signature",
|
|
@@ -1372,7 +1429,7 @@
|
|
|
1372
1429
|
}
|
|
1373
1430
|
},
|
|
1374
1431
|
{
|
|
1375
|
-
"id":
|
|
1432
|
+
"id": 241,
|
|
1376
1433
|
"name": "onIframeLoad",
|
|
1377
1434
|
"kind": 2048,
|
|
1378
1435
|
"kindString": "Method",
|
|
@@ -1382,32 +1439,17 @@
|
|
|
1382
1439
|
"sources": [
|
|
1383
1440
|
{
|
|
1384
1441
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1385
|
-
"line":
|
|
1442
|
+
"line": 330,
|
|
1386
1443
|
"character": 9
|
|
1387
1444
|
}
|
|
1388
1445
|
],
|
|
1389
1446
|
"signatures": [
|
|
1390
1447
|
{
|
|
1391
|
-
"id":
|
|
1448
|
+
"id": 242,
|
|
1392
1449
|
"name": "onIframeLoad",
|
|
1393
1450
|
"kind": 4096,
|
|
1394
1451
|
"kindString": "Call signature",
|
|
1395
1452
|
"flags": {},
|
|
1396
|
-
"parameters": [
|
|
1397
|
-
{
|
|
1398
|
-
"id": 241,
|
|
1399
|
-
"name": "event",
|
|
1400
|
-
"kind": 32768,
|
|
1401
|
-
"kindString": "Parameter",
|
|
1402
|
-
"flags": {},
|
|
1403
|
-
"type": {
|
|
1404
|
-
"type": "reference",
|
|
1405
|
-
"qualifiedName": "Event",
|
|
1406
|
-
"package": "typescript",
|
|
1407
|
-
"name": "Event"
|
|
1408
|
-
}
|
|
1409
|
-
}
|
|
1410
|
-
],
|
|
1411
1453
|
"type": {
|
|
1412
1454
|
"type": "intrinsic",
|
|
1413
1455
|
"name": "void"
|
|
@@ -1416,7 +1458,7 @@
|
|
|
1416
1458
|
]
|
|
1417
1459
|
},
|
|
1418
1460
|
{
|
|
1419
|
-
"id":
|
|
1461
|
+
"id": 246,
|
|
1420
1462
|
"name": "registerOnChange",
|
|
1421
1463
|
"kind": 2048,
|
|
1422
1464
|
"kindString": "Method",
|
|
@@ -1426,13 +1468,13 @@
|
|
|
1426
1468
|
"sources": [
|
|
1427
1469
|
{
|
|
1428
1470
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1429
|
-
"line":
|
|
1471
|
+
"line": 356,
|
|
1430
1472
|
"character": 9
|
|
1431
1473
|
}
|
|
1432
1474
|
],
|
|
1433
1475
|
"signatures": [
|
|
1434
1476
|
{
|
|
1435
|
-
"id":
|
|
1477
|
+
"id": 247,
|
|
1436
1478
|
"name": "registerOnChange",
|
|
1437
1479
|
"kind": 4096,
|
|
1438
1480
|
"kindString": "Call signature",
|
|
@@ -1442,7 +1484,7 @@
|
|
|
1442
1484
|
},
|
|
1443
1485
|
"parameters": [
|
|
1444
1486
|
{
|
|
1445
|
-
"id":
|
|
1487
|
+
"id": 248,
|
|
1446
1488
|
"name": "fn",
|
|
1447
1489
|
"kind": 32768,
|
|
1448
1490
|
"kindString": "Parameter",
|
|
@@ -1450,21 +1492,21 @@
|
|
|
1450
1492
|
"type": {
|
|
1451
1493
|
"type": "reflection",
|
|
1452
1494
|
"declaration": {
|
|
1453
|
-
"id":
|
|
1495
|
+
"id": 249,
|
|
1454
1496
|
"name": "__type",
|
|
1455
1497
|
"kind": 65536,
|
|
1456
1498
|
"kindString": "Type literal",
|
|
1457
1499
|
"flags": {},
|
|
1458
1500
|
"signatures": [
|
|
1459
1501
|
{
|
|
1460
|
-
"id":
|
|
1502
|
+
"id": 250,
|
|
1461
1503
|
"name": "__type",
|
|
1462
1504
|
"kind": 4096,
|
|
1463
1505
|
"kindString": "Call signature",
|
|
1464
1506
|
"flags": {},
|
|
1465
1507
|
"parameters": [
|
|
1466
1508
|
{
|
|
1467
|
-
"id":
|
|
1509
|
+
"id": 251,
|
|
1468
1510
|
"name": "value",
|
|
1469
1511
|
"kind": 32768,
|
|
1470
1512
|
"kindString": "Parameter",
|
|
@@ -1493,7 +1535,7 @@
|
|
|
1493
1535
|
]
|
|
1494
1536
|
},
|
|
1495
1537
|
{
|
|
1496
|
-
"id":
|
|
1538
|
+
"id": 252,
|
|
1497
1539
|
"name": "registerOnTouched",
|
|
1498
1540
|
"kind": 2048,
|
|
1499
1541
|
"kindString": "Method",
|
|
@@ -1503,13 +1545,13 @@
|
|
|
1503
1545
|
"sources": [
|
|
1504
1546
|
{
|
|
1505
1547
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1506
|
-
"line":
|
|
1548
|
+
"line": 363,
|
|
1507
1549
|
"character": 9
|
|
1508
1550
|
}
|
|
1509
1551
|
],
|
|
1510
1552
|
"signatures": [
|
|
1511
1553
|
{
|
|
1512
|
-
"id":
|
|
1554
|
+
"id": 253,
|
|
1513
1555
|
"name": "registerOnTouched",
|
|
1514
1556
|
"kind": 4096,
|
|
1515
1557
|
"kindString": "Call signature",
|
|
@@ -1519,7 +1561,7 @@
|
|
|
1519
1561
|
},
|
|
1520
1562
|
"parameters": [
|
|
1521
1563
|
{
|
|
1522
|
-
"id":
|
|
1564
|
+
"id": 254,
|
|
1523
1565
|
"name": "fn",
|
|
1524
1566
|
"kind": 32768,
|
|
1525
1567
|
"kindString": "Parameter",
|
|
@@ -1527,14 +1569,14 @@
|
|
|
1527
1569
|
"type": {
|
|
1528
1570
|
"type": "reflection",
|
|
1529
1571
|
"declaration": {
|
|
1530
|
-
"id":
|
|
1572
|
+
"id": 255,
|
|
1531
1573
|
"name": "__type",
|
|
1532
1574
|
"kind": 65536,
|
|
1533
1575
|
"kindString": "Type literal",
|
|
1534
1576
|
"flags": {},
|
|
1535
1577
|
"signatures": [
|
|
1536
1578
|
{
|
|
1537
|
-
"id":
|
|
1579
|
+
"id": 256,
|
|
1538
1580
|
"name": "__type",
|
|
1539
1581
|
"kind": 4096,
|
|
1540
1582
|
"kindString": "Call signature",
|
|
@@ -1557,7 +1599,7 @@
|
|
|
1557
1599
|
]
|
|
1558
1600
|
},
|
|
1559
1601
|
{
|
|
1560
|
-
"id":
|
|
1602
|
+
"id": 257,
|
|
1561
1603
|
"name": "setDisabledState",
|
|
1562
1604
|
"kind": 2048,
|
|
1563
1605
|
"kindString": "Method",
|
|
@@ -1567,13 +1609,13 @@
|
|
|
1567
1609
|
"sources": [
|
|
1568
1610
|
{
|
|
1569
1611
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1570
|
-
"line":
|
|
1612
|
+
"line": 370,
|
|
1571
1613
|
"character": 9
|
|
1572
1614
|
}
|
|
1573
1615
|
],
|
|
1574
1616
|
"signatures": [
|
|
1575
1617
|
{
|
|
1576
|
-
"id":
|
|
1618
|
+
"id": 258,
|
|
1577
1619
|
"name": "setDisabledState",
|
|
1578
1620
|
"kind": 4096,
|
|
1579
1621
|
"kindString": "Call signature",
|
|
@@ -1583,7 +1625,7 @@
|
|
|
1583
1625
|
},
|
|
1584
1626
|
"parameters": [
|
|
1585
1627
|
{
|
|
1586
|
-
"id":
|
|
1628
|
+
"id": 259,
|
|
1587
1629
|
"name": "isDisabled",
|
|
1588
1630
|
"kind": 32768,
|
|
1589
1631
|
"kindString": "Parameter",
|
|
@@ -1602,7 +1644,7 @@
|
|
|
1602
1644
|
]
|
|
1603
1645
|
},
|
|
1604
1646
|
{
|
|
1605
|
-
"id":
|
|
1647
|
+
"id": 243,
|
|
1606
1648
|
"name": "writeValue",
|
|
1607
1649
|
"kind": 2048,
|
|
1608
1650
|
"kindString": "Method",
|
|
@@ -1612,13 +1654,13 @@
|
|
|
1612
1654
|
"sources": [
|
|
1613
1655
|
{
|
|
1614
1656
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1615
|
-
"line":
|
|
1657
|
+
"line": 340,
|
|
1616
1658
|
"character": 9
|
|
1617
1659
|
}
|
|
1618
1660
|
],
|
|
1619
1661
|
"signatures": [
|
|
1620
1662
|
{
|
|
1621
|
-
"id":
|
|
1663
|
+
"id": 244,
|
|
1622
1664
|
"name": "writeValue",
|
|
1623
1665
|
"kind": 4096,
|
|
1624
1666
|
"kindString": "Call signature",
|
|
@@ -1628,7 +1670,7 @@
|
|
|
1628
1670
|
},
|
|
1629
1671
|
"parameters": [
|
|
1630
1672
|
{
|
|
1631
|
-
"id":
|
|
1673
|
+
"id": 245,
|
|
1632
1674
|
"name": "value",
|
|
1633
1675
|
"kind": 32768,
|
|
1634
1676
|
"kindString": "Parameter",
|
|
@@ -1686,21 +1728,28 @@
|
|
|
1686
1728
|
"children": [
|
|
1687
1729
|
237,
|
|
1688
1730
|
239,
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1731
|
+
241,
|
|
1732
|
+
246,
|
|
1733
|
+
252,
|
|
1734
|
+
257,
|
|
1735
|
+
243
|
|
1693
1736
|
]
|
|
1694
1737
|
}
|
|
1695
1738
|
],
|
|
1696
1739
|
"sources": [
|
|
1697
1740
|
{
|
|
1698
1741
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1699
|
-
"line":
|
|
1742
|
+
"line": 51,
|
|
1700
1743
|
"character": 13
|
|
1701
1744
|
}
|
|
1702
1745
|
],
|
|
1703
1746
|
"implementedTypes": [
|
|
1747
|
+
{
|
|
1748
|
+
"type": "reference",
|
|
1749
|
+
"qualifiedName": "AfterViewInit",
|
|
1750
|
+
"package": "@angular/core",
|
|
1751
|
+
"name": "AfterViewInit"
|
|
1752
|
+
},
|
|
1704
1753
|
{
|
|
1705
1754
|
"type": "reference",
|
|
1706
1755
|
"qualifiedName": "OnDestroy",
|
|
@@ -1710,14 +1759,14 @@
|
|
|
1710
1759
|
]
|
|
1711
1760
|
},
|
|
1712
1761
|
{
|
|
1713
|
-
"id":
|
|
1762
|
+
"id": 276,
|
|
1714
1763
|
"name": "SkyTextEditorFont",
|
|
1715
1764
|
"kind": 256,
|
|
1716
1765
|
"kindString": "Interface",
|
|
1717
1766
|
"flags": {},
|
|
1718
1767
|
"children": [
|
|
1719
1768
|
{
|
|
1720
|
-
"id":
|
|
1769
|
+
"id": 277,
|
|
1721
1770
|
"name": "name",
|
|
1722
1771
|
"kind": 1024,
|
|
1723
1772
|
"kindString": "Property",
|
|
@@ -1738,7 +1787,7 @@
|
|
|
1738
1787
|
}
|
|
1739
1788
|
},
|
|
1740
1789
|
{
|
|
1741
|
-
"id":
|
|
1790
|
+
"id": 278,
|
|
1742
1791
|
"name": "value",
|
|
1743
1792
|
"kind": 1024,
|
|
1744
1793
|
"kindString": "Property",
|
|
@@ -1764,8 +1813,8 @@
|
|
|
1764
1813
|
"title": "Properties",
|
|
1765
1814
|
"kind": 1024,
|
|
1766
1815
|
"children": [
|
|
1767
|
-
|
|
1768
|
-
|
|
1816
|
+
277,
|
|
1817
|
+
278
|
|
1769
1818
|
]
|
|
1770
1819
|
}
|
|
1771
1820
|
],
|
|
@@ -1778,14 +1827,14 @@
|
|
|
1778
1827
|
]
|
|
1779
1828
|
},
|
|
1780
1829
|
{
|
|
1781
|
-
"id":
|
|
1830
|
+
"id": 289,
|
|
1782
1831
|
"name": "SkyTextEditorMergeField",
|
|
1783
1832
|
"kind": 256,
|
|
1784
1833
|
"kindString": "Interface",
|
|
1785
1834
|
"flags": {},
|
|
1786
1835
|
"children": [
|
|
1787
1836
|
{
|
|
1788
|
-
"id":
|
|
1837
|
+
"id": 290,
|
|
1789
1838
|
"name": "id",
|
|
1790
1839
|
"kind": 1024,
|
|
1791
1840
|
"kindString": "Property",
|
|
@@ -1806,7 +1855,7 @@
|
|
|
1806
1855
|
}
|
|
1807
1856
|
},
|
|
1808
1857
|
{
|
|
1809
|
-
"id":
|
|
1858
|
+
"id": 291,
|
|
1810
1859
|
"name": "name",
|
|
1811
1860
|
"kind": 1024,
|
|
1812
1861
|
"kindString": "Property",
|
|
@@ -1827,7 +1876,7 @@
|
|
|
1827
1876
|
}
|
|
1828
1877
|
},
|
|
1829
1878
|
{
|
|
1830
|
-
"id":
|
|
1879
|
+
"id": 292,
|
|
1831
1880
|
"name": "previewImageUrl",
|
|
1832
1881
|
"kind": 1024,
|
|
1833
1882
|
"kindString": "Property",
|
|
@@ -1855,9 +1904,9 @@
|
|
|
1855
1904
|
"title": "Properties",
|
|
1856
1905
|
"kind": 1024,
|
|
1857
1906
|
"children": [
|
|
1858
|
-
289,
|
|
1859
1907
|
290,
|
|
1860
|
-
291
|
|
1908
|
+
291,
|
|
1909
|
+
292
|
|
1861
1910
|
]
|
|
1862
1911
|
}
|
|
1863
1912
|
],
|
|
@@ -1870,14 +1919,14 @@
|
|
|
1870
1919
|
]
|
|
1871
1920
|
},
|
|
1872
1921
|
{
|
|
1873
|
-
"id":
|
|
1922
|
+
"id": 280,
|
|
1874
1923
|
"name": "SkyTextEditorStyleState",
|
|
1875
1924
|
"kind": 256,
|
|
1876
1925
|
"kindString": "Interface",
|
|
1877
1926
|
"flags": {},
|
|
1878
1927
|
"children": [
|
|
1879
1928
|
{
|
|
1880
|
-
"id":
|
|
1929
|
+
"id": 281,
|
|
1881
1930
|
"name": "backColor",
|
|
1882
1931
|
"kind": 1024,
|
|
1883
1932
|
"kindString": "Property",
|
|
@@ -1898,7 +1947,7 @@
|
|
|
1898
1947
|
}
|
|
1899
1948
|
},
|
|
1900
1949
|
{
|
|
1901
|
-
"id":
|
|
1950
|
+
"id": 285,
|
|
1902
1951
|
"name": "boldState",
|
|
1903
1952
|
"kind": 1024,
|
|
1904
1953
|
"kindString": "Property",
|
|
@@ -1919,7 +1968,7 @@
|
|
|
1919
1968
|
}
|
|
1920
1969
|
},
|
|
1921
1970
|
{
|
|
1922
|
-
"id":
|
|
1971
|
+
"id": 284,
|
|
1923
1972
|
"name": "font",
|
|
1924
1973
|
"kind": 1024,
|
|
1925
1974
|
"kindString": "Property",
|
|
@@ -1940,7 +1989,7 @@
|
|
|
1940
1989
|
}
|
|
1941
1990
|
},
|
|
1942
1991
|
{
|
|
1943
|
-
"id":
|
|
1992
|
+
"id": 282,
|
|
1944
1993
|
"name": "fontColor",
|
|
1945
1994
|
"kind": 1024,
|
|
1946
1995
|
"kindString": "Property",
|
|
@@ -1961,7 +2010,7 @@
|
|
|
1961
2010
|
}
|
|
1962
2011
|
},
|
|
1963
2012
|
{
|
|
1964
|
-
"id":
|
|
2013
|
+
"id": 283,
|
|
1965
2014
|
"name": "fontSize",
|
|
1966
2015
|
"kind": 1024,
|
|
1967
2016
|
"kindString": "Property",
|
|
@@ -1982,7 +2031,7 @@
|
|
|
1982
2031
|
}
|
|
1983
2032
|
},
|
|
1984
2033
|
{
|
|
1985
|
-
"id":
|
|
2034
|
+
"id": 286,
|
|
1986
2035
|
"name": "italicState",
|
|
1987
2036
|
"kind": 1024,
|
|
1988
2037
|
"kindString": "Property",
|
|
@@ -2003,7 +2052,7 @@
|
|
|
2003
2052
|
}
|
|
2004
2053
|
},
|
|
2005
2054
|
{
|
|
2006
|
-
"id":
|
|
2055
|
+
"id": 288,
|
|
2007
2056
|
"name": "linkState",
|
|
2008
2057
|
"kind": 1024,
|
|
2009
2058
|
"kindString": "Property",
|
|
@@ -2024,7 +2073,7 @@
|
|
|
2024
2073
|
}
|
|
2025
2074
|
},
|
|
2026
2075
|
{
|
|
2027
|
-
"id":
|
|
2076
|
+
"id": 287,
|
|
2028
2077
|
"name": "underlineState",
|
|
2029
2078
|
"kind": 1024,
|
|
2030
2079
|
"kindString": "Property",
|
|
@@ -2050,14 +2099,14 @@
|
|
|
2050
2099
|
"title": "Properties",
|
|
2051
2100
|
"kind": 1024,
|
|
2052
2101
|
"children": [
|
|
2053
|
-
280,
|
|
2054
|
-
284,
|
|
2055
|
-
283,
|
|
2056
2102
|
281,
|
|
2057
|
-
282,
|
|
2058
2103
|
285,
|
|
2059
|
-
|
|
2060
|
-
|
|
2104
|
+
284,
|
|
2105
|
+
282,
|
|
2106
|
+
283,
|
|
2107
|
+
286,
|
|
2108
|
+
288,
|
|
2109
|
+
287
|
|
2061
2110
|
]
|
|
2062
2111
|
}
|
|
2063
2112
|
],
|
|
@@ -2070,7 +2119,7 @@
|
|
|
2070
2119
|
]
|
|
2071
2120
|
},
|
|
2072
2121
|
{
|
|
2073
|
-
"id":
|
|
2122
|
+
"id": 279,
|
|
2074
2123
|
"name": "SkyTextEditorMenuType",
|
|
2075
2124
|
"kind": 4194304,
|
|
2076
2125
|
"kindString": "Type alias",
|
|
@@ -2101,7 +2150,7 @@
|
|
|
2101
2150
|
}
|
|
2102
2151
|
},
|
|
2103
2152
|
{
|
|
2104
|
-
"id":
|
|
2153
|
+
"id": 293,
|
|
2105
2154
|
"name": "SkyTextEditorToolbarActionType",
|
|
2106
2155
|
"kind": 4194304,
|
|
2107
2156
|
"kindString": "Type alias",
|
|
@@ -2161,8 +2210,8 @@
|
|
|
2161
2210
|
"title": "Classes",
|
|
2162
2211
|
"kind": 128,
|
|
2163
2212
|
"children": [
|
|
2164
|
-
|
|
2165
|
-
|
|
2213
|
+
273,
|
|
2214
|
+
294,
|
|
2166
2215
|
1,
|
|
2167
2216
|
162
|
|
2168
2217
|
]
|
|
@@ -2171,17 +2220,17 @@
|
|
|
2171
2220
|
"title": "Interfaces",
|
|
2172
2221
|
"kind": 256,
|
|
2173
2222
|
"children": [
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2223
|
+
276,
|
|
2224
|
+
289,
|
|
2225
|
+
280
|
|
2177
2226
|
]
|
|
2178
2227
|
},
|
|
2179
2228
|
{
|
|
2180
2229
|
"title": "Type Aliases",
|
|
2181
2230
|
"kind": 4194304,
|
|
2182
2231
|
"children": [
|
|
2183
|
-
|
|
2184
|
-
|
|
2232
|
+
279,
|
|
2233
|
+
293
|
|
2185
2234
|
]
|
|
2186
2235
|
}
|
|
2187
2236
|
],
|