@skyux/text-editor 9.9.0 → 9.10.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 +507 -348
- package/esm2022/index.mjs +1 -1
- package/esm2022/lib/modules/shared/sky-text-editor-resources.module.mjs +4 -1
- package/esm2022/lib/modules/text-editor/defaults/link-window-options-defaults.mjs +2 -0
- package/esm2022/lib/modules/text-editor/text-editor.component.mjs +20 -5
- package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +11 -3
- package/esm2022/lib/modules/text-editor/types/link-window-options-type.mjs +2 -0
- package/esm2022/lib/modules/text-editor/url-modal/text-editor-url-modal-context.mjs +1 -1
- package/esm2022/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +18 -3
- package/fesm2022/skyux-text-editor.mjs +50 -9
- package/fesm2022/skyux-text-editor.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/modules/text-editor/defaults/link-window-options-defaults.d.ts +2 -0
- package/lib/modules/text-editor/text-editor.component.d.ts +9 -2
- package/lib/modules/text-editor/toolbar/text-editor-toolbar.component.d.ts +3 -1
- package/lib/modules/text-editor/types/link-window-options-type.d.ts +1 -0
- package/lib/modules/text-editor/url-modal/text-editor-url-modal-context.d.ts +2 -0
- package/lib/modules/text-editor/url-modal/text-editor-url-modal.component.d.ts +2 -0
- package/package.json +12 -12
package/documentation.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"SkyTextEditorFont": "interface-skytexteditorfont",
|
|
8
8
|
"SkyTextEditorMergeField": "interface-skytexteditormergefield",
|
|
9
9
|
"SkyTextEditorStyleState": "interface-skytexteditorstylestate",
|
|
10
|
+
"SkyTextEditorLinkWindowOptionsType": "type-alias-skytexteditorlinkwindowoptionstype",
|
|
10
11
|
"SkyTextEditorMenuType": "type-alias-skytexteditormenutype",
|
|
11
12
|
"SkyTextEditorToolbarActionType": "type-alias-skytexteditortoolbaractiontype"
|
|
12
13
|
},
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.module.ts",
|
|
38
39
|
"line": 11,
|
|
39
40
|
"character": 13,
|
|
40
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
41
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts#L11"
|
|
41
42
|
}
|
|
42
43
|
],
|
|
43
44
|
"decorators": [
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
]
|
|
51
52
|
},
|
|
52
53
|
{
|
|
53
|
-
"id":
|
|
54
|
+
"id": 23,
|
|
54
55
|
"name": "SkyTextEditorModule",
|
|
55
56
|
"variant": "declaration",
|
|
56
57
|
"kind": 128,
|
|
@@ -60,7 +61,7 @@
|
|
|
60
61
|
{
|
|
61
62
|
"title": "Constructors",
|
|
62
63
|
"children": [
|
|
63
|
-
|
|
64
|
+
24
|
|
64
65
|
]
|
|
65
66
|
}
|
|
66
67
|
],
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.module.ts",
|
|
70
71
|
"line": 9,
|
|
71
72
|
"character": 13,
|
|
72
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
73
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts#L9"
|
|
73
74
|
}
|
|
74
75
|
],
|
|
75
76
|
"decorators": [
|
|
@@ -82,14 +83,14 @@
|
|
|
82
83
|
]
|
|
83
84
|
},
|
|
84
85
|
{
|
|
85
|
-
"id":
|
|
86
|
+
"id": 26,
|
|
86
87
|
"name": "SkyRichTextDisplayComponent",
|
|
87
88
|
"variant": "declaration",
|
|
88
89
|
"kind": 128,
|
|
89
90
|
"flags": {},
|
|
90
91
|
"children": [
|
|
91
92
|
{
|
|
92
|
-
"id":
|
|
93
|
+
"id": 27,
|
|
93
94
|
"name": "constructor",
|
|
94
95
|
"variant": "declaration",
|
|
95
96
|
"kind": 512,
|
|
@@ -99,12 +100,12 @@
|
|
|
99
100
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
100
101
|
"line": 38,
|
|
101
102
|
"character": 2,
|
|
102
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
103
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
103
104
|
}
|
|
104
105
|
],
|
|
105
106
|
"signatures": [
|
|
106
107
|
{
|
|
107
|
-
"id":
|
|
108
|
+
"id": 28,
|
|
108
109
|
"name": "SkyRichTextDisplayComponent",
|
|
109
110
|
"variant": "signature",
|
|
110
111
|
"kind": 16384,
|
|
@@ -114,12 +115,12 @@
|
|
|
114
115
|
"fileName": "lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
115
116
|
"line": 38,
|
|
116
117
|
"character": 2,
|
|
117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
118
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
118
119
|
}
|
|
119
120
|
],
|
|
120
121
|
"parameters": [
|
|
121
122
|
{
|
|
122
|
-
"id":
|
|
123
|
+
"id": 29,
|
|
123
124
|
"name": "sanitizer",
|
|
124
125
|
"variant": "param",
|
|
125
126
|
"kind": 32768,
|
|
@@ -135,7 +136,7 @@
|
|
|
135
136
|
}
|
|
136
137
|
},
|
|
137
138
|
{
|
|
138
|
-
"id":
|
|
139
|
+
"id": 30,
|
|
139
140
|
"name": "sanitizationService",
|
|
140
141
|
"variant": "param",
|
|
141
142
|
"kind": 32768,
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
],
|
|
154
155
|
"type": {
|
|
155
156
|
"type": "reference",
|
|
156
|
-
"target":
|
|
157
|
+
"target": 26,
|
|
157
158
|
"name": "SkyRichTextDisplayComponent",
|
|
158
159
|
"package": "@skyux/text-editor"
|
|
159
160
|
}
|
|
@@ -161,7 +162,7 @@
|
|
|
161
162
|
]
|
|
162
163
|
},
|
|
163
164
|
{
|
|
164
|
-
"id":
|
|
165
|
+
"id": 34,
|
|
165
166
|
"name": "sanitizedText",
|
|
166
167
|
"variant": "declaration",
|
|
167
168
|
"kind": 1024,
|
|
@@ -173,7 +174,7 @@
|
|
|
173
174
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
174
175
|
"line": 31,
|
|
175
176
|
"character": 9,
|
|
176
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
177
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L31"
|
|
177
178
|
}
|
|
178
179
|
],
|
|
179
180
|
"type": {
|
|
@@ -189,7 +190,7 @@
|
|
|
189
190
|
"decorators": []
|
|
190
191
|
},
|
|
191
192
|
{
|
|
192
|
-
"id":
|
|
193
|
+
"id": 31,
|
|
193
194
|
"name": "richText",
|
|
194
195
|
"variant": "declaration",
|
|
195
196
|
"kind": 262144,
|
|
@@ -201,11 +202,11 @@
|
|
|
201
202
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
202
203
|
"line": 15,
|
|
203
204
|
"character": 13,
|
|
204
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
205
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
|
|
205
206
|
}
|
|
206
207
|
],
|
|
207
208
|
"setSignature": {
|
|
208
|
-
"id":
|
|
209
|
+
"id": 32,
|
|
209
210
|
"name": "richText",
|
|
210
211
|
"variant": "signature",
|
|
211
212
|
"kind": 1048576,
|
|
@@ -223,12 +224,12 @@
|
|
|
223
224
|
"fileName": "lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
224
225
|
"line": 14,
|
|
225
226
|
"character": 2,
|
|
226
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
227
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L14"
|
|
227
228
|
}
|
|
228
229
|
],
|
|
229
230
|
"parameters": [
|
|
230
231
|
{
|
|
231
|
-
"id":
|
|
232
|
+
"id": 33,
|
|
232
233
|
"name": "value",
|
|
233
234
|
"variant": "param",
|
|
234
235
|
"kind": 32768,
|
|
@@ -255,19 +256,19 @@
|
|
|
255
256
|
{
|
|
256
257
|
"title": "Constructors",
|
|
257
258
|
"children": [
|
|
258
|
-
|
|
259
|
+
27
|
|
259
260
|
]
|
|
260
261
|
},
|
|
261
262
|
{
|
|
262
263
|
"title": "Properties",
|
|
263
264
|
"children": [
|
|
264
|
-
|
|
265
|
+
34
|
|
265
266
|
]
|
|
266
267
|
},
|
|
267
268
|
{
|
|
268
269
|
"title": "Accessors",
|
|
269
270
|
"children": [
|
|
270
|
-
|
|
271
|
+
31
|
|
271
272
|
]
|
|
272
273
|
}
|
|
273
274
|
],
|
|
@@ -276,7 +277,7 @@
|
|
|
276
277
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
277
278
|
"line": 10,
|
|
278
279
|
"character": 13,
|
|
279
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
280
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
|
|
280
281
|
}
|
|
281
282
|
],
|
|
282
283
|
"decorators": [
|
|
@@ -289,7 +290,7 @@
|
|
|
289
290
|
]
|
|
290
291
|
},
|
|
291
292
|
{
|
|
292
|
-
"id":
|
|
293
|
+
"id": 185,
|
|
293
294
|
"name": "SkyTextEditorComponent",
|
|
294
295
|
"variant": "declaration",
|
|
295
296
|
"kind": 128,
|
|
@@ -304,7 +305,7 @@
|
|
|
304
305
|
},
|
|
305
306
|
"children": [
|
|
306
307
|
{
|
|
307
|
-
"id":
|
|
308
|
+
"id": 186,
|
|
308
309
|
"name": "constructor",
|
|
309
310
|
"variant": "declaration",
|
|
310
311
|
"kind": 512,
|
|
@@ -312,14 +313,14 @@
|
|
|
312
313
|
"sources": [
|
|
313
314
|
{
|
|
314
315
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
315
|
-
"line":
|
|
316
|
+
"line": 346,
|
|
316
317
|
"character": 2,
|
|
317
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
318
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L346"
|
|
318
319
|
}
|
|
319
320
|
],
|
|
320
321
|
"signatures": [
|
|
321
322
|
{
|
|
322
|
-
"id":
|
|
323
|
+
"id": 187,
|
|
323
324
|
"name": "SkyTextEditorComponent",
|
|
324
325
|
"variant": "signature",
|
|
325
326
|
"kind": 16384,
|
|
@@ -327,14 +328,14 @@
|
|
|
327
328
|
"sources": [
|
|
328
329
|
{
|
|
329
330
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
330
|
-
"line":
|
|
331
|
+
"line": 346,
|
|
331
332
|
"character": 2,
|
|
332
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
333
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L346"
|
|
333
334
|
}
|
|
334
335
|
],
|
|
335
336
|
"type": {
|
|
336
337
|
"type": "reference",
|
|
337
|
-
"target":
|
|
338
|
+
"target": 185,
|
|
338
339
|
"name": "SkyTextEditorComponent",
|
|
339
340
|
"package": "@skyux/text-editor"
|
|
340
341
|
}
|
|
@@ -342,7 +343,7 @@
|
|
|
342
343
|
]
|
|
343
344
|
},
|
|
344
345
|
{
|
|
345
|
-
"id":
|
|
346
|
+
"id": 188,
|
|
346
347
|
"name": "autofocus",
|
|
347
348
|
"variant": "declaration",
|
|
348
349
|
"kind": 1024,
|
|
@@ -360,9 +361,9 @@
|
|
|
360
361
|
"sources": [
|
|
361
362
|
{
|
|
362
363
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
363
|
-
"line":
|
|
364
|
+
"line": 75,
|
|
364
365
|
"character": 9,
|
|
365
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
366
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L75"
|
|
366
367
|
}
|
|
367
368
|
],
|
|
368
369
|
"type": {
|
|
@@ -377,7 +378,7 @@
|
|
|
377
378
|
]
|
|
378
379
|
},
|
|
379
380
|
{
|
|
380
|
-
"id":
|
|
381
|
+
"id": 235,
|
|
381
382
|
"name": "editorFocusStream",
|
|
382
383
|
"variant": "declaration",
|
|
383
384
|
"kind": 1024,
|
|
@@ -387,9 +388,9 @@
|
|
|
387
388
|
"sources": [
|
|
388
389
|
{
|
|
389
390
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
390
|
-
"line":
|
|
391
|
+
"line": 313,
|
|
391
392
|
"character": 9,
|
|
392
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
393
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L313"
|
|
393
394
|
}
|
|
394
395
|
],
|
|
395
396
|
"type": {
|
|
@@ -411,7 +412,7 @@
|
|
|
411
412
|
"decorators": []
|
|
412
413
|
},
|
|
413
414
|
{
|
|
414
|
-
"id":
|
|
415
|
+
"id": 236,
|
|
415
416
|
"name": "formControlClass",
|
|
416
417
|
"variant": "declaration",
|
|
417
418
|
"kind": 1024,
|
|
@@ -421,9 +422,9 @@
|
|
|
421
422
|
"sources": [
|
|
422
423
|
{
|
|
423
424
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
424
|
-
"line":
|
|
425
|
+
"line": 316,
|
|
425
426
|
"character": 9,
|
|
426
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
427
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L316"
|
|
427
428
|
}
|
|
428
429
|
],
|
|
429
430
|
"type": {
|
|
@@ -434,7 +435,7 @@
|
|
|
434
435
|
"decorators": []
|
|
435
436
|
},
|
|
436
437
|
{
|
|
437
|
-
"id":
|
|
438
|
+
"id": 229,
|
|
438
439
|
"name": "iframeRef",
|
|
439
440
|
"variant": "declaration",
|
|
440
441
|
"kind": 1024,
|
|
@@ -444,9 +445,9 @@
|
|
|
444
445
|
"sources": [
|
|
445
446
|
{
|
|
446
447
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
447
|
-
"line":
|
|
448
|
+
"line": 252,
|
|
448
449
|
"character": 9,
|
|
449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
450
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L252"
|
|
450
451
|
}
|
|
451
452
|
],
|
|
452
453
|
"type": {
|
|
@@ -467,7 +468,7 @@
|
|
|
467
468
|
"decorators": []
|
|
468
469
|
},
|
|
469
470
|
{
|
|
470
|
-
"id":
|
|
471
|
+
"id": 234,
|
|
471
472
|
"name": "inputTemplateRef",
|
|
472
473
|
"variant": "declaration",
|
|
473
474
|
"kind": 1024,
|
|
@@ -477,9 +478,9 @@
|
|
|
477
478
|
"sources": [
|
|
478
479
|
{
|
|
479
480
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
480
|
-
"line":
|
|
481
|
+
"line": 311,
|
|
481
482
|
"character": 9,
|
|
482
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
483
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L311"
|
|
483
484
|
}
|
|
484
485
|
],
|
|
485
486
|
"type": {
|
|
@@ -500,7 +501,7 @@
|
|
|
500
501
|
"decorators": []
|
|
501
502
|
},
|
|
502
503
|
{
|
|
503
|
-
"id":
|
|
504
|
+
"id": 189,
|
|
504
505
|
"name": "disabled",
|
|
505
506
|
"variant": "declaration",
|
|
506
507
|
"kind": 262144,
|
|
@@ -510,19 +511,19 @@
|
|
|
510
511
|
"sources": [
|
|
511
512
|
{
|
|
512
513
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
513
|
-
"line":
|
|
514
|
+
"line": 83,
|
|
514
515
|
"character": 13,
|
|
515
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
516
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L83"
|
|
516
517
|
},
|
|
517
518
|
{
|
|
518
519
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
519
|
-
"line":
|
|
520
|
+
"line": 116,
|
|
520
521
|
"character": 13,
|
|
521
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
522
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L116"
|
|
522
523
|
}
|
|
523
524
|
],
|
|
524
525
|
"getSignature": {
|
|
525
|
-
"id":
|
|
526
|
+
"id": 190,
|
|
526
527
|
"name": "disabled",
|
|
527
528
|
"variant": "signature",
|
|
528
529
|
"kind": 524288,
|
|
@@ -530,9 +531,9 @@
|
|
|
530
531
|
"sources": [
|
|
531
532
|
{
|
|
532
533
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
533
|
-
"line":
|
|
534
|
+
"line": 116,
|
|
534
535
|
"character": 2,
|
|
535
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
536
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L116"
|
|
536
537
|
}
|
|
537
538
|
],
|
|
538
539
|
"type": {
|
|
@@ -541,7 +542,7 @@
|
|
|
541
542
|
}
|
|
542
543
|
},
|
|
543
544
|
"setSignature": {
|
|
544
|
-
"id":
|
|
545
|
+
"id": 191,
|
|
545
546
|
"name": "disabled",
|
|
546
547
|
"variant": "signature",
|
|
547
548
|
"kind": 1048576,
|
|
@@ -576,14 +577,14 @@
|
|
|
576
577
|
"sources": [
|
|
577
578
|
{
|
|
578
579
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
579
|
-
"line":
|
|
580
|
+
"line": 82,
|
|
580
581
|
"character": 2,
|
|
581
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
582
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L82"
|
|
582
583
|
}
|
|
583
584
|
],
|
|
584
585
|
"parameters": [
|
|
585
586
|
{
|
|
586
|
-
"id":
|
|
587
|
+
"id": 192,
|
|
587
588
|
"name": "value",
|
|
588
589
|
"variant": "param",
|
|
589
590
|
"kind": 32768,
|
|
@@ -606,7 +607,7 @@
|
|
|
606
607
|
]
|
|
607
608
|
},
|
|
608
609
|
{
|
|
609
|
-
"id":
|
|
610
|
+
"id": 193,
|
|
610
611
|
"name": "fontList",
|
|
611
612
|
"variant": "declaration",
|
|
612
613
|
"kind": 262144,
|
|
@@ -616,19 +617,19 @@
|
|
|
616
617
|
"sources": [
|
|
617
618
|
{
|
|
618
619
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
619
|
-
"line":
|
|
620
|
+
"line": 125,
|
|
620
621
|
"character": 13,
|
|
621
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
622
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L125"
|
|
622
623
|
},
|
|
623
624
|
{
|
|
624
625
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
625
|
-
"line":
|
|
626
|
+
"line": 129,
|
|
626
627
|
"character": 13,
|
|
627
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
628
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L129"
|
|
628
629
|
}
|
|
629
630
|
],
|
|
630
631
|
"getSignature": {
|
|
631
|
-
"id":
|
|
632
|
+
"id": 194,
|
|
632
633
|
"name": "fontList",
|
|
633
634
|
"variant": "signature",
|
|
634
635
|
"kind": 524288,
|
|
@@ -636,9 +637,9 @@
|
|
|
636
637
|
"sources": [
|
|
637
638
|
{
|
|
638
639
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
639
|
-
"line":
|
|
640
|
+
"line": 129,
|
|
640
641
|
"character": 2,
|
|
641
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
642
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L129"
|
|
642
643
|
}
|
|
643
644
|
],
|
|
644
645
|
"type": {
|
|
@@ -652,7 +653,7 @@
|
|
|
652
653
|
}
|
|
653
654
|
},
|
|
654
655
|
"setSignature": {
|
|
655
|
-
"id":
|
|
656
|
+
"id": 195,
|
|
656
657
|
"name": "fontList",
|
|
657
658
|
"variant": "signature",
|
|
658
659
|
"kind": 1048576,
|
|
@@ -679,14 +680,14 @@
|
|
|
679
680
|
"sources": [
|
|
680
681
|
{
|
|
681
682
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
682
|
-
"line":
|
|
683
|
+
"line": 124,
|
|
683
684
|
"character": 2,
|
|
684
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
685
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L124"
|
|
685
686
|
}
|
|
686
687
|
],
|
|
687
688
|
"parameters": [
|
|
688
689
|
{
|
|
689
|
-
"id":
|
|
690
|
+
"id": 196,
|
|
690
691
|
"name": "value",
|
|
691
692
|
"variant": "param",
|
|
692
693
|
"kind": 32768,
|
|
@@ -714,7 +715,7 @@
|
|
|
714
715
|
]
|
|
715
716
|
},
|
|
716
717
|
{
|
|
717
|
-
"id":
|
|
718
|
+
"id": 197,
|
|
718
719
|
"name": "fontSizeList",
|
|
719
720
|
"variant": "declaration",
|
|
720
721
|
"kind": 262144,
|
|
@@ -724,19 +725,19 @@
|
|
|
724
725
|
"sources": [
|
|
725
726
|
{
|
|
726
727
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
727
|
-
"line":
|
|
728
|
+
"line": 138,
|
|
728
729
|
"character": 13,
|
|
729
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
730
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L138"
|
|
730
731
|
},
|
|
731
732
|
{
|
|
732
733
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
733
|
-
"line":
|
|
734
|
+
"line": 142,
|
|
734
735
|
"character": 13,
|
|
735
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
736
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L142"
|
|
736
737
|
}
|
|
737
738
|
],
|
|
738
739
|
"getSignature": {
|
|
739
|
-
"id":
|
|
740
|
+
"id": 198,
|
|
740
741
|
"name": "fontSizeList",
|
|
741
742
|
"variant": "signature",
|
|
742
743
|
"kind": 524288,
|
|
@@ -744,9 +745,9 @@
|
|
|
744
745
|
"sources": [
|
|
745
746
|
{
|
|
746
747
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
747
|
-
"line":
|
|
748
|
+
"line": 142,
|
|
748
749
|
"character": 2,
|
|
749
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
750
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L142"
|
|
750
751
|
}
|
|
751
752
|
],
|
|
752
753
|
"type": {
|
|
@@ -758,7 +759,7 @@
|
|
|
758
759
|
}
|
|
759
760
|
},
|
|
760
761
|
"setSignature": {
|
|
761
|
-
"id":
|
|
762
|
+
"id": 199,
|
|
762
763
|
"name": "fontSizeList",
|
|
763
764
|
"variant": "signature",
|
|
764
765
|
"kind": 1048576,
|
|
@@ -785,14 +786,14 @@
|
|
|
785
786
|
"sources": [
|
|
786
787
|
{
|
|
787
788
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
788
|
-
"line":
|
|
789
|
+
"line": 137,
|
|
789
790
|
"character": 2,
|
|
790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
791
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L137"
|
|
791
792
|
}
|
|
792
793
|
],
|
|
793
794
|
"parameters": [
|
|
794
795
|
{
|
|
795
|
-
"id":
|
|
796
|
+
"id": 200,
|
|
796
797
|
"name": "value",
|
|
797
798
|
"variant": "param",
|
|
798
799
|
"kind": 32768,
|
|
@@ -818,7 +819,7 @@
|
|
|
818
819
|
]
|
|
819
820
|
},
|
|
820
821
|
{
|
|
821
|
-
"id":
|
|
822
|
+
"id": 201,
|
|
822
823
|
"name": "id",
|
|
823
824
|
"variant": "declaration",
|
|
824
825
|
"kind": 262144,
|
|
@@ -828,19 +829,19 @@
|
|
|
828
829
|
"sources": [
|
|
829
830
|
{
|
|
830
831
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
831
|
-
"line":
|
|
832
|
+
"line": 151,
|
|
832
833
|
"character": 13,
|
|
833
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
834
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L151"
|
|
834
835
|
},
|
|
835
836
|
{
|
|
836
837
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
837
|
-
"line":
|
|
838
|
+
"line": 155,
|
|
838
839
|
"character": 13,
|
|
839
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
840
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L155"
|
|
840
841
|
}
|
|
841
842
|
],
|
|
842
843
|
"getSignature": {
|
|
843
|
-
"id":
|
|
844
|
+
"id": 202,
|
|
844
845
|
"name": "id",
|
|
845
846
|
"variant": "signature",
|
|
846
847
|
"kind": 524288,
|
|
@@ -848,9 +849,9 @@
|
|
|
848
849
|
"sources": [
|
|
849
850
|
{
|
|
850
851
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
851
|
-
"line":
|
|
852
|
+
"line": 155,
|
|
852
853
|
"character": 2,
|
|
853
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
854
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L155"
|
|
854
855
|
}
|
|
855
856
|
],
|
|
856
857
|
"type": {
|
|
@@ -859,7 +860,7 @@
|
|
|
859
860
|
}
|
|
860
861
|
},
|
|
861
862
|
"setSignature": {
|
|
862
|
-
"id":
|
|
863
|
+
"id": 203,
|
|
863
864
|
"name": "id",
|
|
864
865
|
"variant": "signature",
|
|
865
866
|
"kind": 1048576,
|
|
@@ -875,14 +876,14 @@
|
|
|
875
876
|
"sources": [
|
|
876
877
|
{
|
|
877
878
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
878
|
-
"line":
|
|
879
|
+
"line": 150,
|
|
879
880
|
"character": 2,
|
|
880
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
881
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L150"
|
|
881
882
|
}
|
|
882
883
|
],
|
|
883
884
|
"parameters": [
|
|
884
885
|
{
|
|
885
|
-
"id":
|
|
886
|
+
"id": 204,
|
|
886
887
|
"name": "value",
|
|
887
888
|
"variant": "param",
|
|
888
889
|
"kind": 32768,
|
|
@@ -905,7 +906,7 @@
|
|
|
905
906
|
]
|
|
906
907
|
},
|
|
907
908
|
{
|
|
908
|
-
"id":
|
|
909
|
+
"id": 205,
|
|
909
910
|
"name": "initialStyleState",
|
|
910
911
|
"variant": "declaration",
|
|
911
912
|
"kind": 262144,
|
|
@@ -915,19 +916,19 @@
|
|
|
915
916
|
"sources": [
|
|
916
917
|
{
|
|
917
918
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
918
|
-
"line":
|
|
919
|
+
"line": 163,
|
|
919
920
|
"character": 13,
|
|
920
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
921
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L163"
|
|
921
922
|
},
|
|
922
923
|
{
|
|
923
924
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
924
|
-
"line":
|
|
925
|
+
"line": 174,
|
|
925
926
|
"character": 13,
|
|
926
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
927
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L174"
|
|
927
928
|
}
|
|
928
929
|
],
|
|
929
930
|
"getSignature": {
|
|
930
|
-
"id":
|
|
931
|
+
"id": 206,
|
|
931
932
|
"name": "initialStyleState",
|
|
932
933
|
"variant": "signature",
|
|
933
934
|
"kind": 524288,
|
|
@@ -935,9 +936,9 @@
|
|
|
935
936
|
"sources": [
|
|
936
937
|
{
|
|
937
938
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
938
|
-
"line":
|
|
939
|
+
"line": 174,
|
|
939
940
|
"character": 2,
|
|
940
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
941
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L174"
|
|
941
942
|
}
|
|
942
943
|
],
|
|
943
944
|
"type": {
|
|
@@ -948,7 +949,7 @@
|
|
|
948
949
|
}
|
|
949
950
|
},
|
|
950
951
|
"setSignature": {
|
|
951
|
-
"id":
|
|
952
|
+
"id": 207,
|
|
952
953
|
"name": "initialStyleState",
|
|
953
954
|
"variant": "signature",
|
|
954
955
|
"kind": 1048576,
|
|
@@ -964,14 +965,14 @@
|
|
|
964
965
|
"sources": [
|
|
965
966
|
{
|
|
966
967
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
967
|
-
"line":
|
|
968
|
+
"line": 162,
|
|
968
969
|
"character": 2,
|
|
969
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
970
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L162"
|
|
970
971
|
}
|
|
971
972
|
],
|
|
972
973
|
"parameters": [
|
|
973
974
|
{
|
|
974
|
-
"id":
|
|
975
|
+
"id": 208,
|
|
975
976
|
"name": "state",
|
|
976
977
|
"variant": "param",
|
|
977
978
|
"kind": 32768,
|
|
@@ -996,7 +997,115 @@
|
|
|
996
997
|
]
|
|
997
998
|
},
|
|
998
999
|
{
|
|
999
|
-
"id":
|
|
1000
|
+
"id": 225,
|
|
1001
|
+
"name": "linkWindowOptions",
|
|
1002
|
+
"variant": "declaration",
|
|
1003
|
+
"kind": 262144,
|
|
1004
|
+
"flags": {
|
|
1005
|
+
"isPublic": true
|
|
1006
|
+
},
|
|
1007
|
+
"sources": [
|
|
1008
|
+
{
|
|
1009
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1010
|
+
"line": 241,
|
|
1011
|
+
"character": 13,
|
|
1012
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L241"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1016
|
+
"line": 247,
|
|
1017
|
+
"character": 13,
|
|
1018
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L247"
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"getSignature": {
|
|
1022
|
+
"id": 226,
|
|
1023
|
+
"name": "linkWindowOptions",
|
|
1024
|
+
"variant": "signature",
|
|
1025
|
+
"kind": 524288,
|
|
1026
|
+
"flags": {},
|
|
1027
|
+
"sources": [
|
|
1028
|
+
{
|
|
1029
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1030
|
+
"line": 247,
|
|
1031
|
+
"character": 2,
|
|
1032
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L247"
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"type": {
|
|
1036
|
+
"type": "array",
|
|
1037
|
+
"elementType": {
|
|
1038
|
+
"type": "reference",
|
|
1039
|
+
"target": 21,
|
|
1040
|
+
"name": "SkyTextEditorLinkWindowOptionsType",
|
|
1041
|
+
"package": "@skyux/text-editor"
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"setSignature": {
|
|
1046
|
+
"id": 227,
|
|
1047
|
+
"name": "linkWindowOptions",
|
|
1048
|
+
"variant": "signature",
|
|
1049
|
+
"kind": 1048576,
|
|
1050
|
+
"flags": {},
|
|
1051
|
+
"comment": {
|
|
1052
|
+
"summary": [
|
|
1053
|
+
{
|
|
1054
|
+
"kind": "text",
|
|
1055
|
+
"text": "The target window options for adding a hyperlink."
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"blockTags": [
|
|
1059
|
+
{
|
|
1060
|
+
"tag": "@default",
|
|
1061
|
+
"content": [
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "code",
|
|
1064
|
+
"text": "```ts\n[ 'new', 'existing' ]\n```"
|
|
1065
|
+
}
|
|
1066
|
+
]
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
"sources": [
|
|
1071
|
+
{
|
|
1072
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1073
|
+
"line": 240,
|
|
1074
|
+
"character": 2,
|
|
1075
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L240"
|
|
1076
|
+
}
|
|
1077
|
+
],
|
|
1078
|
+
"parameters": [
|
|
1079
|
+
{
|
|
1080
|
+
"id": 228,
|
|
1081
|
+
"name": "value",
|
|
1082
|
+
"variant": "param",
|
|
1083
|
+
"kind": 32768,
|
|
1084
|
+
"flags": {},
|
|
1085
|
+
"type": {
|
|
1086
|
+
"type": "array",
|
|
1087
|
+
"elementType": {
|
|
1088
|
+
"type": "reference",
|
|
1089
|
+
"target": 21,
|
|
1090
|
+
"name": "SkyTextEditorLinkWindowOptionsType",
|
|
1091
|
+
"package": "@skyux/text-editor"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
],
|
|
1096
|
+
"type": {
|
|
1097
|
+
"type": "intrinsic",
|
|
1098
|
+
"name": "void"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"decorators": [
|
|
1102
|
+
{
|
|
1103
|
+
"name": "Input"
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"id": 209,
|
|
1000
1109
|
"name": "menus",
|
|
1001
1110
|
"variant": "declaration",
|
|
1002
1111
|
"kind": 262144,
|
|
@@ -1006,19 +1115,19 @@
|
|
|
1006
1115
|
"sources": [
|
|
1007
1116
|
{
|
|
1008
1117
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1009
|
-
"line":
|
|
1118
|
+
"line": 183,
|
|
1010
1119
|
"character": 13,
|
|
1011
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1120
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L183"
|
|
1012
1121
|
},
|
|
1013
1122
|
{
|
|
1014
1123
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1015
|
-
"line":
|
|
1124
|
+
"line": 187,
|
|
1016
1125
|
"character": 13,
|
|
1017
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1126
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L187"
|
|
1018
1127
|
}
|
|
1019
1128
|
],
|
|
1020
1129
|
"getSignature": {
|
|
1021
|
-
"id":
|
|
1130
|
+
"id": 210,
|
|
1022
1131
|
"name": "menus",
|
|
1023
1132
|
"variant": "signature",
|
|
1024
1133
|
"kind": 524288,
|
|
@@ -1026,9 +1135,9 @@
|
|
|
1026
1135
|
"sources": [
|
|
1027
1136
|
{
|
|
1028
1137
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1029
|
-
"line":
|
|
1138
|
+
"line": 187,
|
|
1030
1139
|
"character": 2,
|
|
1031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1140
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L187"
|
|
1032
1141
|
}
|
|
1033
1142
|
],
|
|
1034
1143
|
"type": {
|
|
@@ -1042,7 +1151,7 @@
|
|
|
1042
1151
|
}
|
|
1043
1152
|
},
|
|
1044
1153
|
"setSignature": {
|
|
1045
|
-
"id":
|
|
1154
|
+
"id": 211,
|
|
1046
1155
|
"name": "menus",
|
|
1047
1156
|
"variant": "signature",
|
|
1048
1157
|
"kind": 1048576,
|
|
@@ -1069,14 +1178,14 @@
|
|
|
1069
1178
|
"sources": [
|
|
1070
1179
|
{
|
|
1071
1180
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1072
|
-
"line":
|
|
1181
|
+
"line": 182,
|
|
1073
1182
|
"character": 2,
|
|
1074
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1183
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L182"
|
|
1075
1184
|
}
|
|
1076
1185
|
],
|
|
1077
1186
|
"parameters": [
|
|
1078
1187
|
{
|
|
1079
|
-
"id":
|
|
1188
|
+
"id": 212,
|
|
1080
1189
|
"name": "value",
|
|
1081
1190
|
"variant": "param",
|
|
1082
1191
|
"kind": 32768,
|
|
@@ -1104,7 +1213,7 @@
|
|
|
1104
1213
|
]
|
|
1105
1214
|
},
|
|
1106
1215
|
{
|
|
1107
|
-
"id":
|
|
1216
|
+
"id": 213,
|
|
1108
1217
|
"name": "mergeFields",
|
|
1109
1218
|
"variant": "declaration",
|
|
1110
1219
|
"kind": 262144,
|
|
@@ -1114,19 +1223,19 @@
|
|
|
1114
1223
|
"sources": [
|
|
1115
1224
|
{
|
|
1116
1225
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1117
|
-
"line":
|
|
1226
|
+
"line": 195,
|
|
1118
1227
|
"character": 13,
|
|
1119
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1228
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L195"
|
|
1120
1229
|
},
|
|
1121
1230
|
{
|
|
1122
1231
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1123
|
-
"line":
|
|
1232
|
+
"line": 199,
|
|
1124
1233
|
"character": 13,
|
|
1125
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1234
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L199"
|
|
1126
1235
|
}
|
|
1127
1236
|
],
|
|
1128
1237
|
"getSignature": {
|
|
1129
|
-
"id":
|
|
1238
|
+
"id": 214,
|
|
1130
1239
|
"name": "mergeFields",
|
|
1131
1240
|
"variant": "signature",
|
|
1132
1241
|
"kind": 524288,
|
|
@@ -1134,9 +1243,9 @@
|
|
|
1134
1243
|
"sources": [
|
|
1135
1244
|
{
|
|
1136
1245
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1137
|
-
"line":
|
|
1246
|
+
"line": 199,
|
|
1138
1247
|
"character": 2,
|
|
1139
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1248
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L199"
|
|
1140
1249
|
}
|
|
1141
1250
|
],
|
|
1142
1251
|
"type": {
|
|
@@ -1150,7 +1259,7 @@
|
|
|
1150
1259
|
}
|
|
1151
1260
|
},
|
|
1152
1261
|
"setSignature": {
|
|
1153
|
-
"id":
|
|
1262
|
+
"id": 215,
|
|
1154
1263
|
"name": "mergeFields",
|
|
1155
1264
|
"variant": "signature",
|
|
1156
1265
|
"kind": 1048576,
|
|
@@ -1166,14 +1275,14 @@
|
|
|
1166
1275
|
"sources": [
|
|
1167
1276
|
{
|
|
1168
1277
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1169
|
-
"line":
|
|
1278
|
+
"line": 194,
|
|
1170
1279
|
"character": 2,
|
|
1171
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1280
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L194"
|
|
1172
1281
|
}
|
|
1173
1282
|
],
|
|
1174
1283
|
"parameters": [
|
|
1175
1284
|
{
|
|
1176
|
-
"id":
|
|
1285
|
+
"id": 216,
|
|
1177
1286
|
"name": "value",
|
|
1178
1287
|
"variant": "param",
|
|
1179
1288
|
"kind": 32768,
|
|
@@ -1201,7 +1310,7 @@
|
|
|
1201
1310
|
]
|
|
1202
1311
|
},
|
|
1203
1312
|
{
|
|
1204
|
-
"id":
|
|
1313
|
+
"id": 217,
|
|
1205
1314
|
"name": "placeholder",
|
|
1206
1315
|
"variant": "declaration",
|
|
1207
1316
|
"kind": 262144,
|
|
@@ -1211,19 +1320,19 @@
|
|
|
1211
1320
|
"sources": [
|
|
1212
1321
|
{
|
|
1213
1322
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1214
|
-
"line":
|
|
1323
|
+
"line": 207,
|
|
1215
1324
|
"character": 13,
|
|
1216
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1325
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L207"
|
|
1217
1326
|
},
|
|
1218
1327
|
{
|
|
1219
1328
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1220
|
-
"line":
|
|
1329
|
+
"line": 217,
|
|
1221
1330
|
"character": 13,
|
|
1222
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1331
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L217"
|
|
1223
1332
|
}
|
|
1224
1333
|
],
|
|
1225
1334
|
"getSignature": {
|
|
1226
|
-
"id":
|
|
1335
|
+
"id": 218,
|
|
1227
1336
|
"name": "placeholder",
|
|
1228
1337
|
"variant": "signature",
|
|
1229
1338
|
"kind": 524288,
|
|
@@ -1231,9 +1340,9 @@
|
|
|
1231
1340
|
"sources": [
|
|
1232
1341
|
{
|
|
1233
1342
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1234
|
-
"line":
|
|
1343
|
+
"line": 217,
|
|
1235
1344
|
"character": 2,
|
|
1236
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1345
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L217"
|
|
1237
1346
|
}
|
|
1238
1347
|
],
|
|
1239
1348
|
"type": {
|
|
@@ -1242,7 +1351,7 @@
|
|
|
1242
1351
|
}
|
|
1243
1352
|
},
|
|
1244
1353
|
"setSignature": {
|
|
1245
|
-
"id":
|
|
1354
|
+
"id": 219,
|
|
1246
1355
|
"name": "placeholder",
|
|
1247
1356
|
"variant": "signature",
|
|
1248
1357
|
"kind": 1048576,
|
|
@@ -1258,14 +1367,14 @@
|
|
|
1258
1367
|
"sources": [
|
|
1259
1368
|
{
|
|
1260
1369
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1261
|
-
"line":
|
|
1370
|
+
"line": 206,
|
|
1262
1371
|
"character": 2,
|
|
1263
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1372
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L206"
|
|
1264
1373
|
}
|
|
1265
1374
|
],
|
|
1266
1375
|
"parameters": [
|
|
1267
1376
|
{
|
|
1268
|
-
"id":
|
|
1377
|
+
"id": 220,
|
|
1269
1378
|
"name": "value",
|
|
1270
1379
|
"variant": "param",
|
|
1271
1380
|
"kind": 32768,
|
|
@@ -1288,7 +1397,7 @@
|
|
|
1288
1397
|
]
|
|
1289
1398
|
},
|
|
1290
1399
|
{
|
|
1291
|
-
"id":
|
|
1400
|
+
"id": 221,
|
|
1292
1401
|
"name": "toolbarActions",
|
|
1293
1402
|
"variant": "declaration",
|
|
1294
1403
|
"kind": 262144,
|
|
@@ -1298,19 +1407,19 @@
|
|
|
1298
1407
|
"sources": [
|
|
1299
1408
|
{
|
|
1300
1409
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1301
|
-
"line":
|
|
1410
|
+
"line": 226,
|
|
1302
1411
|
"character": 13,
|
|
1303
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1412
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L226"
|
|
1304
1413
|
},
|
|
1305
1414
|
{
|
|
1306
1415
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1307
|
-
"line":
|
|
1416
|
+
"line": 232,
|
|
1308
1417
|
"character": 13,
|
|
1309
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1418
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L232"
|
|
1310
1419
|
}
|
|
1311
1420
|
],
|
|
1312
1421
|
"getSignature": {
|
|
1313
|
-
"id":
|
|
1422
|
+
"id": 222,
|
|
1314
1423
|
"name": "toolbarActions",
|
|
1315
1424
|
"variant": "signature",
|
|
1316
1425
|
"kind": 524288,
|
|
@@ -1318,23 +1427,23 @@
|
|
|
1318
1427
|
"sources": [
|
|
1319
1428
|
{
|
|
1320
1429
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1321
|
-
"line":
|
|
1430
|
+
"line": 232,
|
|
1322
1431
|
"character": 2,
|
|
1323
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1432
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L232"
|
|
1324
1433
|
}
|
|
1325
1434
|
],
|
|
1326
1435
|
"type": {
|
|
1327
1436
|
"type": "array",
|
|
1328
1437
|
"elementType": {
|
|
1329
1438
|
"type": "reference",
|
|
1330
|
-
"target":
|
|
1439
|
+
"target": 22,
|
|
1331
1440
|
"name": "SkyTextEditorToolbarActionType",
|
|
1332
1441
|
"package": "@skyux/text-editor"
|
|
1333
1442
|
}
|
|
1334
1443
|
}
|
|
1335
1444
|
},
|
|
1336
1445
|
"setSignature": {
|
|
1337
|
-
"id":
|
|
1446
|
+
"id": 223,
|
|
1338
1447
|
"name": "toolbarActions",
|
|
1339
1448
|
"variant": "signature",
|
|
1340
1449
|
"kind": 1048576,
|
|
@@ -1343,7 +1452,7 @@
|
|
|
1343
1452
|
"summary": [
|
|
1344
1453
|
{
|
|
1345
1454
|
"kind": "text",
|
|
1346
|
-
"text": "The actions to include in the toolbar
|
|
1455
|
+
"text": "The actions to include in the toolbar in the specified order."
|
|
1347
1456
|
}
|
|
1348
1457
|
],
|
|
1349
1458
|
"blockTags": [
|
|
@@ -1361,14 +1470,14 @@
|
|
|
1361
1470
|
"sources": [
|
|
1362
1471
|
{
|
|
1363
1472
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1364
|
-
"line":
|
|
1473
|
+
"line": 225,
|
|
1365
1474
|
"character": 2,
|
|
1366
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1475
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L225"
|
|
1367
1476
|
}
|
|
1368
1477
|
],
|
|
1369
1478
|
"parameters": [
|
|
1370
1479
|
{
|
|
1371
|
-
"id":
|
|
1480
|
+
"id": 224,
|
|
1372
1481
|
"name": "value",
|
|
1373
1482
|
"variant": "param",
|
|
1374
1483
|
"kind": 32768,
|
|
@@ -1377,7 +1486,7 @@
|
|
|
1377
1486
|
"type": "array",
|
|
1378
1487
|
"elementType": {
|
|
1379
1488
|
"type": "reference",
|
|
1380
|
-
"target":
|
|
1489
|
+
"target": 22,
|
|
1381
1490
|
"name": "SkyTextEditorToolbarActionType",
|
|
1382
1491
|
"package": "@skyux/text-editor"
|
|
1383
1492
|
}
|
|
@@ -1396,7 +1505,7 @@
|
|
|
1396
1505
|
]
|
|
1397
1506
|
},
|
|
1398
1507
|
{
|
|
1399
|
-
"id":
|
|
1508
|
+
"id": 230,
|
|
1400
1509
|
"name": "value",
|
|
1401
1510
|
"variant": "declaration",
|
|
1402
1511
|
"kind": 262144,
|
|
@@ -1406,19 +1515,19 @@
|
|
|
1406
1515
|
"sources": [
|
|
1407
1516
|
{
|
|
1408
1517
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1409
|
-
"line":
|
|
1518
|
+
"line": 257,
|
|
1410
1519
|
"character": 13,
|
|
1411
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1520
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L257"
|
|
1412
1521
|
},
|
|
1413
1522
|
{
|
|
1414
1523
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1415
|
-
"line":
|
|
1524
|
+
"line": 303,
|
|
1416
1525
|
"character": 13,
|
|
1417
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1526
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L303"
|
|
1418
1527
|
}
|
|
1419
1528
|
],
|
|
1420
1529
|
"getSignature": {
|
|
1421
|
-
"id":
|
|
1530
|
+
"id": 231,
|
|
1422
1531
|
"name": "value",
|
|
1423
1532
|
"variant": "signature",
|
|
1424
1533
|
"kind": 524288,
|
|
@@ -1426,9 +1535,9 @@
|
|
|
1426
1535
|
"sources": [
|
|
1427
1536
|
{
|
|
1428
1537
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1429
|
-
"line":
|
|
1538
|
+
"line": 303,
|
|
1430
1539
|
"character": 2,
|
|
1431
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1540
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L303"
|
|
1432
1541
|
}
|
|
1433
1542
|
],
|
|
1434
1543
|
"type": {
|
|
@@ -1437,7 +1546,7 @@
|
|
|
1437
1546
|
}
|
|
1438
1547
|
},
|
|
1439
1548
|
"setSignature": {
|
|
1440
|
-
"id":
|
|
1549
|
+
"id": 232,
|
|
1441
1550
|
"name": "value",
|
|
1442
1551
|
"variant": "signature",
|
|
1443
1552
|
"kind": 1048576,
|
|
@@ -1453,14 +1562,14 @@
|
|
|
1453
1562
|
"sources": [
|
|
1454
1563
|
{
|
|
1455
1564
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1456
|
-
"line":
|
|
1565
|
+
"line": 257,
|
|
1457
1566
|
"character": 2,
|
|
1458
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1567
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L257"
|
|
1459
1568
|
}
|
|
1460
1569
|
],
|
|
1461
1570
|
"parameters": [
|
|
1462
1571
|
{
|
|
1463
|
-
"id":
|
|
1572
|
+
"id": 233,
|
|
1464
1573
|
"name": "value",
|
|
1465
1574
|
"variant": "param",
|
|
1466
1575
|
"kind": 32768,
|
|
@@ -1479,7 +1588,7 @@
|
|
|
1479
1588
|
"decorators": []
|
|
1480
1589
|
},
|
|
1481
1590
|
{
|
|
1482
|
-
"id":
|
|
1591
|
+
"id": 260,
|
|
1483
1592
|
"name": "ngAfterViewInit",
|
|
1484
1593
|
"variant": "declaration",
|
|
1485
1594
|
"kind": 2048,
|
|
@@ -1489,14 +1598,14 @@
|
|
|
1489
1598
|
"sources": [
|
|
1490
1599
|
{
|
|
1491
1600
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1492
|
-
"line":
|
|
1601
|
+
"line": 351,
|
|
1493
1602
|
"character": 9,
|
|
1494
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1603
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L351"
|
|
1495
1604
|
}
|
|
1496
1605
|
],
|
|
1497
1606
|
"signatures": [
|
|
1498
1607
|
{
|
|
1499
|
-
"id":
|
|
1608
|
+
"id": 261,
|
|
1500
1609
|
"name": "ngAfterViewInit",
|
|
1501
1610
|
"variant": "signature",
|
|
1502
1611
|
"kind": 4096,
|
|
@@ -1504,9 +1613,9 @@
|
|
|
1504
1613
|
"sources": [
|
|
1505
1614
|
{
|
|
1506
1615
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1507
|
-
"line":
|
|
1616
|
+
"line": 351,
|
|
1508
1617
|
"character": 2,
|
|
1509
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1618
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L351"
|
|
1510
1619
|
}
|
|
1511
1620
|
],
|
|
1512
1621
|
"type": {
|
|
@@ -1528,7 +1637,7 @@
|
|
|
1528
1637
|
"decorators": []
|
|
1529
1638
|
},
|
|
1530
1639
|
{
|
|
1531
|
-
"id":
|
|
1640
|
+
"id": 262,
|
|
1532
1641
|
"name": "ngOnDestroy",
|
|
1533
1642
|
"variant": "declaration",
|
|
1534
1643
|
"kind": 2048,
|
|
@@ -1538,14 +1647,14 @@
|
|
|
1538
1647
|
"sources": [
|
|
1539
1648
|
{
|
|
1540
1649
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1541
|
-
"line":
|
|
1650
|
+
"line": 355,
|
|
1542
1651
|
"character": 9,
|
|
1543
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1652
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L355"
|
|
1544
1653
|
}
|
|
1545
1654
|
],
|
|
1546
1655
|
"signatures": [
|
|
1547
1656
|
{
|
|
1548
|
-
"id":
|
|
1657
|
+
"id": 263,
|
|
1549
1658
|
"name": "ngOnDestroy",
|
|
1550
1659
|
"variant": "signature",
|
|
1551
1660
|
"kind": 4096,
|
|
@@ -1553,9 +1662,9 @@
|
|
|
1553
1662
|
"sources": [
|
|
1554
1663
|
{
|
|
1555
1664
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1556
|
-
"line":
|
|
1665
|
+
"line": 355,
|
|
1557
1666
|
"character": 2,
|
|
1558
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1667
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L355"
|
|
1559
1668
|
}
|
|
1560
1669
|
],
|
|
1561
1670
|
"type": {
|
|
@@ -1577,7 +1686,7 @@
|
|
|
1577
1686
|
"decorators": []
|
|
1578
1687
|
},
|
|
1579
1688
|
{
|
|
1580
|
-
"id":
|
|
1689
|
+
"id": 264,
|
|
1581
1690
|
"name": "onIframeLoad",
|
|
1582
1691
|
"variant": "declaration",
|
|
1583
1692
|
"kind": 2048,
|
|
@@ -1587,14 +1696,14 @@
|
|
|
1587
1696
|
"sources": [
|
|
1588
1697
|
{
|
|
1589
1698
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1590
|
-
"line":
|
|
1699
|
+
"line": 361,
|
|
1591
1700
|
"character": 9,
|
|
1592
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1701
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L361"
|
|
1593
1702
|
}
|
|
1594
1703
|
],
|
|
1595
1704
|
"signatures": [
|
|
1596
1705
|
{
|
|
1597
|
-
"id":
|
|
1706
|
+
"id": 265,
|
|
1598
1707
|
"name": "onIframeLoad",
|
|
1599
1708
|
"variant": "signature",
|
|
1600
1709
|
"kind": 4096,
|
|
@@ -1602,9 +1711,9 @@
|
|
|
1602
1711
|
"sources": [
|
|
1603
1712
|
{
|
|
1604
1713
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1605
|
-
"line":
|
|
1714
|
+
"line": 361,
|
|
1606
1715
|
"character": 2,
|
|
1607
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1716
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L361"
|
|
1608
1717
|
}
|
|
1609
1718
|
],
|
|
1610
1719
|
"type": {
|
|
@@ -1616,7 +1725,7 @@
|
|
|
1616
1725
|
"decorators": []
|
|
1617
1726
|
},
|
|
1618
1727
|
{
|
|
1619
|
-
"id":
|
|
1728
|
+
"id": 269,
|
|
1620
1729
|
"name": "registerOnChange",
|
|
1621
1730
|
"variant": "declaration",
|
|
1622
1731
|
"kind": 2048,
|
|
@@ -1626,14 +1735,14 @@
|
|
|
1626
1735
|
"sources": [
|
|
1627
1736
|
{
|
|
1628
1737
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1629
|
-
"line":
|
|
1738
|
+
"line": 387,
|
|
1630
1739
|
"character": 9,
|
|
1631
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1740
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L387"
|
|
1632
1741
|
}
|
|
1633
1742
|
],
|
|
1634
1743
|
"signatures": [
|
|
1635
1744
|
{
|
|
1636
|
-
"id":
|
|
1745
|
+
"id": 270,
|
|
1637
1746
|
"name": "registerOnChange",
|
|
1638
1747
|
"variant": "signature",
|
|
1639
1748
|
"kind": 4096,
|
|
@@ -1649,14 +1758,14 @@
|
|
|
1649
1758
|
"sources": [
|
|
1650
1759
|
{
|
|
1651
1760
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1652
|
-
"line":
|
|
1761
|
+
"line": 387,
|
|
1653
1762
|
"character": 2,
|
|
1654
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1763
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L387"
|
|
1655
1764
|
}
|
|
1656
1765
|
],
|
|
1657
1766
|
"parameters": [
|
|
1658
1767
|
{
|
|
1659
|
-
"id":
|
|
1768
|
+
"id": 271,
|
|
1660
1769
|
"name": "fn",
|
|
1661
1770
|
"variant": "param",
|
|
1662
1771
|
"kind": 32768,
|
|
@@ -1664,7 +1773,7 @@
|
|
|
1664
1773
|
"type": {
|
|
1665
1774
|
"type": "reflection",
|
|
1666
1775
|
"declaration": {
|
|
1667
|
-
"id":
|
|
1776
|
+
"id": 272,
|
|
1668
1777
|
"name": "__type",
|
|
1669
1778
|
"variant": "declaration",
|
|
1670
1779
|
"kind": 65536,
|
|
@@ -1672,14 +1781,14 @@
|
|
|
1672
1781
|
"sources": [
|
|
1673
1782
|
{
|
|
1674
1783
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1675
|
-
"line":
|
|
1784
|
+
"line": 387,
|
|
1676
1785
|
"character": 30,
|
|
1677
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1786
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L387"
|
|
1678
1787
|
}
|
|
1679
1788
|
],
|
|
1680
1789
|
"signatures": [
|
|
1681
1790
|
{
|
|
1682
|
-
"id":
|
|
1791
|
+
"id": 273,
|
|
1683
1792
|
"name": "__type",
|
|
1684
1793
|
"variant": "signature",
|
|
1685
1794
|
"kind": 4096,
|
|
@@ -1687,14 +1796,14 @@
|
|
|
1687
1796
|
"sources": [
|
|
1688
1797
|
{
|
|
1689
1798
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1690
|
-
"line":
|
|
1799
|
+
"line": 387,
|
|
1691
1800
|
"character": 30,
|
|
1692
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1801
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L387"
|
|
1693
1802
|
}
|
|
1694
1803
|
],
|
|
1695
1804
|
"parameters": [
|
|
1696
1805
|
{
|
|
1697
|
-
"id":
|
|
1806
|
+
"id": 274,
|
|
1698
1807
|
"name": "value",
|
|
1699
1808
|
"variant": "param",
|
|
1700
1809
|
"kind": 32768,
|
|
@@ -1734,7 +1843,7 @@
|
|
|
1734
1843
|
"decorators": []
|
|
1735
1844
|
},
|
|
1736
1845
|
{
|
|
1737
|
-
"id":
|
|
1846
|
+
"id": 275,
|
|
1738
1847
|
"name": "registerOnTouched",
|
|
1739
1848
|
"variant": "declaration",
|
|
1740
1849
|
"kind": 2048,
|
|
@@ -1744,14 +1853,14 @@
|
|
|
1744
1853
|
"sources": [
|
|
1745
1854
|
{
|
|
1746
1855
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1747
|
-
"line":
|
|
1856
|
+
"line": 394,
|
|
1748
1857
|
"character": 9,
|
|
1749
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1858
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L394"
|
|
1750
1859
|
}
|
|
1751
1860
|
],
|
|
1752
1861
|
"signatures": [
|
|
1753
1862
|
{
|
|
1754
|
-
"id":
|
|
1863
|
+
"id": 276,
|
|
1755
1864
|
"name": "registerOnTouched",
|
|
1756
1865
|
"variant": "signature",
|
|
1757
1866
|
"kind": 4096,
|
|
@@ -1767,14 +1876,14 @@
|
|
|
1767
1876
|
"sources": [
|
|
1768
1877
|
{
|
|
1769
1878
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1770
|
-
"line":
|
|
1879
|
+
"line": 394,
|
|
1771
1880
|
"character": 2,
|
|
1772
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1881
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L394"
|
|
1773
1882
|
}
|
|
1774
1883
|
],
|
|
1775
1884
|
"parameters": [
|
|
1776
1885
|
{
|
|
1777
|
-
"id":
|
|
1886
|
+
"id": 277,
|
|
1778
1887
|
"name": "fn",
|
|
1779
1888
|
"variant": "param",
|
|
1780
1889
|
"kind": 32768,
|
|
@@ -1782,7 +1891,7 @@
|
|
|
1782
1891
|
"type": {
|
|
1783
1892
|
"type": "reflection",
|
|
1784
1893
|
"declaration": {
|
|
1785
|
-
"id":
|
|
1894
|
+
"id": 278,
|
|
1786
1895
|
"name": "__type",
|
|
1787
1896
|
"variant": "declaration",
|
|
1788
1897
|
"kind": 65536,
|
|
@@ -1790,14 +1899,14 @@
|
|
|
1790
1899
|
"sources": [
|
|
1791
1900
|
{
|
|
1792
1901
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1793
|
-
"line":
|
|
1902
|
+
"line": 394,
|
|
1794
1903
|
"character": 31,
|
|
1795
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1904
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L394"
|
|
1796
1905
|
}
|
|
1797
1906
|
],
|
|
1798
1907
|
"signatures": [
|
|
1799
1908
|
{
|
|
1800
|
-
"id":
|
|
1909
|
+
"id": 279,
|
|
1801
1910
|
"name": "__type",
|
|
1802
1911
|
"variant": "signature",
|
|
1803
1912
|
"kind": 4096,
|
|
@@ -1805,9 +1914,9 @@
|
|
|
1805
1914
|
"sources": [
|
|
1806
1915
|
{
|
|
1807
1916
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1808
|
-
"line":
|
|
1917
|
+
"line": 394,
|
|
1809
1918
|
"character": 31,
|
|
1810
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1919
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L394"
|
|
1811
1920
|
}
|
|
1812
1921
|
],
|
|
1813
1922
|
"type": {
|
|
@@ -1839,7 +1948,7 @@
|
|
|
1839
1948
|
"decorators": []
|
|
1840
1949
|
},
|
|
1841
1950
|
{
|
|
1842
|
-
"id":
|
|
1951
|
+
"id": 280,
|
|
1843
1952
|
"name": "setDisabledState",
|
|
1844
1953
|
"variant": "declaration",
|
|
1845
1954
|
"kind": 2048,
|
|
@@ -1849,14 +1958,14 @@
|
|
|
1849
1958
|
"sources": [
|
|
1850
1959
|
{
|
|
1851
1960
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1852
|
-
"line":
|
|
1961
|
+
"line": 401,
|
|
1853
1962
|
"character": 9,
|
|
1854
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1963
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L401"
|
|
1855
1964
|
}
|
|
1856
1965
|
],
|
|
1857
1966
|
"signatures": [
|
|
1858
1967
|
{
|
|
1859
|
-
"id":
|
|
1968
|
+
"id": 281,
|
|
1860
1969
|
"name": "setDisabledState",
|
|
1861
1970
|
"variant": "signature",
|
|
1862
1971
|
"kind": 4096,
|
|
@@ -1872,14 +1981,14 @@
|
|
|
1872
1981
|
"sources": [
|
|
1873
1982
|
{
|
|
1874
1983
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1875
|
-
"line":
|
|
1984
|
+
"line": 401,
|
|
1876
1985
|
"character": 2,
|
|
1877
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1986
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L401"
|
|
1878
1987
|
}
|
|
1879
1988
|
],
|
|
1880
1989
|
"parameters": [
|
|
1881
1990
|
{
|
|
1882
|
-
"id":
|
|
1991
|
+
"id": 282,
|
|
1883
1992
|
"name": "isDisabled",
|
|
1884
1993
|
"variant": "param",
|
|
1885
1994
|
"kind": 32768,
|
|
@@ -1909,7 +2018,7 @@
|
|
|
1909
2018
|
"decorators": []
|
|
1910
2019
|
},
|
|
1911
2020
|
{
|
|
1912
|
-
"id":
|
|
2021
|
+
"id": 266,
|
|
1913
2022
|
"name": "writeValue",
|
|
1914
2023
|
"variant": "declaration",
|
|
1915
2024
|
"kind": 2048,
|
|
@@ -1919,14 +2028,14 @@
|
|
|
1919
2028
|
"sources": [
|
|
1920
2029
|
{
|
|
1921
2030
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1922
|
-
"line":
|
|
2031
|
+
"line": 371,
|
|
1923
2032
|
"character": 9,
|
|
1924
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2033
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L371"
|
|
1925
2034
|
}
|
|
1926
2035
|
],
|
|
1927
2036
|
"signatures": [
|
|
1928
2037
|
{
|
|
1929
|
-
"id":
|
|
2038
|
+
"id": 267,
|
|
1930
2039
|
"name": "writeValue",
|
|
1931
2040
|
"variant": "signature",
|
|
1932
2041
|
"kind": 4096,
|
|
@@ -1942,14 +2051,14 @@
|
|
|
1942
2051
|
"sources": [
|
|
1943
2052
|
{
|
|
1944
2053
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1945
|
-
"line":
|
|
2054
|
+
"line": 371,
|
|
1946
2055
|
"character": 2,
|
|
1947
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2056
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L371"
|
|
1948
2057
|
}
|
|
1949
2058
|
],
|
|
1950
2059
|
"parameters": [
|
|
1951
2060
|
{
|
|
1952
|
-
"id":
|
|
2061
|
+
"id": 268,
|
|
1953
2062
|
"name": "value",
|
|
1954
2063
|
"variant": "param",
|
|
1955
2064
|
"kind": 32768,
|
|
@@ -1983,53 +2092,54 @@
|
|
|
1983
2092
|
{
|
|
1984
2093
|
"title": "Constructors",
|
|
1985
2094
|
"children": [
|
|
1986
|
-
|
|
2095
|
+
186
|
|
1987
2096
|
]
|
|
1988
2097
|
},
|
|
1989
2098
|
{
|
|
1990
2099
|
"title": "Properties",
|
|
1991
2100
|
"children": [
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
2101
|
+
188,
|
|
2102
|
+
235,
|
|
2103
|
+
236,
|
|
2104
|
+
229,
|
|
2105
|
+
234
|
|
1997
2106
|
]
|
|
1998
2107
|
},
|
|
1999
2108
|
{
|
|
2000
2109
|
"title": "Accessors",
|
|
2001
2110
|
"children": [
|
|
2002
|
-
185,
|
|
2003
2111
|
189,
|
|
2004
2112
|
193,
|
|
2005
2113
|
197,
|
|
2006
2114
|
201,
|
|
2007
2115
|
205,
|
|
2116
|
+
225,
|
|
2008
2117
|
209,
|
|
2009
2118
|
213,
|
|
2010
2119
|
217,
|
|
2011
|
-
|
|
2120
|
+
221,
|
|
2121
|
+
230
|
|
2012
2122
|
]
|
|
2013
2123
|
},
|
|
2014
2124
|
{
|
|
2015
2125
|
"title": "Methods",
|
|
2016
2126
|
"children": [
|
|
2017
|
-
251,
|
|
2018
|
-
253,
|
|
2019
|
-
255,
|
|
2020
2127
|
260,
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2128
|
+
262,
|
|
2129
|
+
264,
|
|
2130
|
+
269,
|
|
2131
|
+
275,
|
|
2132
|
+
280,
|
|
2133
|
+
266
|
|
2024
2134
|
]
|
|
2025
2135
|
}
|
|
2026
2136
|
],
|
|
2027
2137
|
"sources": [
|
|
2028
2138
|
{
|
|
2029
2139
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2030
|
-
"line":
|
|
2140
|
+
"line": 68,
|
|
2031
2141
|
"character": 13,
|
|
2032
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2142
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L68"
|
|
2033
2143
|
}
|
|
2034
2144
|
],
|
|
2035
2145
|
"implementedTypes": [
|
|
@@ -2096,7 +2206,7 @@
|
|
|
2096
2206
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2097
2207
|
"line": 5,
|
|
2098
2208
|
"character": 2,
|
|
2099
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2209
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
2100
2210
|
}
|
|
2101
2211
|
],
|
|
2102
2212
|
"type": {
|
|
@@ -2131,7 +2241,7 @@
|
|
|
2131
2241
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2132
2242
|
"line": 10,
|
|
2133
2243
|
"character": 2,
|
|
2134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2244
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
2135
2245
|
}
|
|
2136
2246
|
],
|
|
2137
2247
|
"type": {
|
|
@@ -2154,7 +2264,7 @@
|
|
|
2154
2264
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2155
2265
|
"line": 1,
|
|
2156
2266
|
"character": 17,
|
|
2157
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2267
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
2158
2268
|
}
|
|
2159
2269
|
]
|
|
2160
2270
|
},
|
|
@@ -2184,7 +2294,7 @@
|
|
|
2184
2294
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2185
2295
|
"line": 5,
|
|
2186
2296
|
"character": 2,
|
|
2187
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2297
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
2188
2298
|
}
|
|
2189
2299
|
],
|
|
2190
2300
|
"type": {
|
|
@@ -2211,7 +2321,7 @@
|
|
|
2211
2321
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2212
2322
|
"line": 10,
|
|
2213
2323
|
"character": 2,
|
|
2214
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2324
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
2215
2325
|
}
|
|
2216
2326
|
],
|
|
2217
2327
|
"type": {
|
|
@@ -2256,7 +2366,7 @@
|
|
|
2256
2366
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2257
2367
|
"line": 16,
|
|
2258
2368
|
"character": 2,
|
|
2259
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2369
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
2260
2370
|
}
|
|
2261
2371
|
],
|
|
2262
2372
|
"type": {
|
|
@@ -2280,7 +2390,7 @@
|
|
|
2280
2390
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2281
2391
|
"line": 1,
|
|
2282
2392
|
"character": 17,
|
|
2283
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2393
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
2284
2394
|
}
|
|
2285
2395
|
]
|
|
2286
2396
|
},
|
|
@@ -2310,7 +2420,7 @@
|
|
|
2310
2420
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2311
2421
|
"line": 5,
|
|
2312
2422
|
"character": 2,
|
|
2313
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2423
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
2314
2424
|
}
|
|
2315
2425
|
],
|
|
2316
2426
|
"type": {
|
|
@@ -2337,7 +2447,7 @@
|
|
|
2337
2447
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2338
2448
|
"line": 26,
|
|
2339
2449
|
"character": 2,
|
|
2340
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2450
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
2341
2451
|
}
|
|
2342
2452
|
],
|
|
2343
2453
|
"type": {
|
|
@@ -2412,7 +2522,7 @@
|
|
|
2412
2522
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2413
2523
|
"line": 21,
|
|
2414
2524
|
"character": 2,
|
|
2415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2525
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
2416
2526
|
}
|
|
2417
2527
|
],
|
|
2418
2528
|
"type": {
|
|
@@ -2439,7 +2549,7 @@
|
|
|
2439
2549
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2440
2550
|
"line": 10,
|
|
2441
2551
|
"character": 2,
|
|
2442
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2552
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
2443
2553
|
}
|
|
2444
2554
|
],
|
|
2445
2555
|
"type": {
|
|
@@ -2466,7 +2576,7 @@
|
|
|
2466
2576
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2467
2577
|
"line": 15,
|
|
2468
2578
|
"character": 2,
|
|
2469
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2579
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2470
2580
|
}
|
|
2471
2581
|
],
|
|
2472
2582
|
"type": {
|
|
@@ -2493,7 +2603,7 @@
|
|
|
2493
2603
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2494
2604
|
"line": 31,
|
|
2495
2605
|
"character": 2,
|
|
2496
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2606
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2497
2607
|
}
|
|
2498
2608
|
],
|
|
2499
2609
|
"type": {
|
|
@@ -2520,7 +2630,7 @@
|
|
|
2520
2630
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2521
2631
|
"line": 41,
|
|
2522
2632
|
"character": 2,
|
|
2523
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2633
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
2524
2634
|
}
|
|
2525
2635
|
],
|
|
2526
2636
|
"type": {
|
|
@@ -2547,7 +2657,7 @@
|
|
|
2547
2657
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2548
2658
|
"line": 36,
|
|
2549
2659
|
"character": 2,
|
|
2550
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2660
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
2551
2661
|
}
|
|
2552
2662
|
],
|
|
2553
2663
|
"type": {
|
|
@@ -2576,10 +2686,38 @@
|
|
|
2576
2686
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2577
2687
|
"line": 1,
|
|
2578
2688
|
"character": 17,
|
|
2579
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2689
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
2580
2690
|
}
|
|
2581
2691
|
]
|
|
2582
2692
|
},
|
|
2693
|
+
{
|
|
2694
|
+
"id": 21,
|
|
2695
|
+
"name": "SkyTextEditorLinkWindowOptionsType",
|
|
2696
|
+
"variant": "declaration",
|
|
2697
|
+
"kind": 4194304,
|
|
2698
|
+
"flags": {},
|
|
2699
|
+
"sources": [
|
|
2700
|
+
{
|
|
2701
|
+
"fileName": "projects/text-editor/src/modules/text-editor/types/link-window-options-type.ts",
|
|
2702
|
+
"line": 1,
|
|
2703
|
+
"character": 12,
|
|
2704
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/link-window-options-type.ts#L1"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"type": {
|
|
2708
|
+
"type": "union",
|
|
2709
|
+
"types": [
|
|
2710
|
+
{
|
|
2711
|
+
"type": "literal",
|
|
2712
|
+
"value": "new"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"type": "literal",
|
|
2716
|
+
"value": "existing"
|
|
2717
|
+
}
|
|
2718
|
+
]
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2583
2721
|
{
|
|
2584
2722
|
"id": 7,
|
|
2585
2723
|
"name": "SkyTextEditorMenuType",
|
|
@@ -2591,7 +2729,7 @@
|
|
|
2591
2729
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
2592
2730
|
"line": 1,
|
|
2593
2731
|
"character": 12,
|
|
2594
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2732
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
2595
2733
|
}
|
|
2596
2734
|
],
|
|
2597
2735
|
"type": {
|
|
@@ -2613,7 +2751,7 @@
|
|
|
2613
2751
|
}
|
|
2614
2752
|
},
|
|
2615
2753
|
{
|
|
2616
|
-
"id":
|
|
2754
|
+
"id": 22,
|
|
2617
2755
|
"name": "SkyTextEditorToolbarActionType",
|
|
2618
2756
|
"variant": "declaration",
|
|
2619
2757
|
"kind": 4194304,
|
|
@@ -2623,7 +2761,7 @@
|
|
|
2623
2761
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
2624
2762
|
"line": 1,
|
|
2625
2763
|
"character": 12,
|
|
2626
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2764
|
+
"url": "https://github.com/blackbaud/skyux/blob/dfcd32b/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
2627
2765
|
}
|
|
2628
2766
|
],
|
|
2629
2767
|
"type": {
|
|
@@ -2674,9 +2812,9 @@
|
|
|
2674
2812
|
"title": "Classes",
|
|
2675
2813
|
"children": [
|
|
2676
2814
|
1,
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2815
|
+
23,
|
|
2816
|
+
26,
|
|
2817
|
+
185
|
|
2680
2818
|
]
|
|
2681
2819
|
},
|
|
2682
2820
|
{
|
|
@@ -2690,8 +2828,9 @@
|
|
|
2690
2828
|
{
|
|
2691
2829
|
"title": "Type Aliases",
|
|
2692
2830
|
"children": [
|
|
2831
|
+
21,
|
|
2693
2832
|
7,
|
|
2694
|
-
|
|
2833
|
+
22
|
|
2695
2834
|
]
|
|
2696
2835
|
}
|
|
2697
2836
|
],
|
|
@@ -2788,330 +2927,350 @@
|
|
|
2788
2927
|
"qualifiedName": "SkyTextEditorMergeField.previewImageUrl"
|
|
2789
2928
|
},
|
|
2790
2929
|
"21": {
|
|
2930
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/link-window-options-type.ts",
|
|
2931
|
+
"qualifiedName": "SkyTextEditorLinkWindowOptionsType"
|
|
2932
|
+
},
|
|
2933
|
+
"22": {
|
|
2791
2934
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts",
|
|
2792
2935
|
"qualifiedName": "SkyTextEditorToolbarActionType"
|
|
2793
2936
|
},
|
|
2794
|
-
"
|
|
2937
|
+
"23": {
|
|
2795
2938
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts",
|
|
2796
2939
|
"qualifiedName": "SkyTextEditorModule"
|
|
2797
2940
|
},
|
|
2798
|
-
"
|
|
2941
|
+
"26": {
|
|
2799
2942
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2800
2943
|
"qualifiedName": "SkyRichTextDisplayComponent"
|
|
2801
2944
|
},
|
|
2802
|
-
"
|
|
2945
|
+
"27": {
|
|
2803
2946
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2804
2947
|
"qualifiedName": "SkyRichTextDisplayComponent.__constructor"
|
|
2805
2948
|
},
|
|
2806
|
-
"
|
|
2949
|
+
"28": {
|
|
2807
2950
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2808
2951
|
"qualifiedName": "SkyRichTextDisplayComponent"
|
|
2809
2952
|
},
|
|
2810
|
-
"
|
|
2953
|
+
"29": {
|
|
2811
2954
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2812
2955
|
"qualifiedName": "sanitizer"
|
|
2813
2956
|
},
|
|
2814
|
-
"
|
|
2957
|
+
"30": {
|
|
2815
2958
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2816
2959
|
"qualifiedName": "sanitizationService"
|
|
2817
2960
|
},
|
|
2818
|
-
"
|
|
2961
|
+
"31": {
|
|
2819
2962
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2820
2963
|
"qualifiedName": "SkyRichTextDisplayComponent.richText"
|
|
2821
2964
|
},
|
|
2822
|
-
"
|
|
2965
|
+
"32": {
|
|
2823
2966
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2824
2967
|
"qualifiedName": "SkyRichTextDisplayComponent.richText"
|
|
2825
2968
|
},
|
|
2826
|
-
"
|
|
2969
|
+
"33": {
|
|
2827
2970
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2828
2971
|
"qualifiedName": "value"
|
|
2829
2972
|
},
|
|
2830
|
-
"
|
|
2973
|
+
"34": {
|
|
2831
2974
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2832
2975
|
"qualifiedName": "SkyRichTextDisplayComponent.sanitizedText"
|
|
2833
2976
|
},
|
|
2834
|
-
"
|
|
2977
|
+
"185": {
|
|
2835
2978
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2836
2979
|
"qualifiedName": "SkyTextEditorComponent"
|
|
2837
2980
|
},
|
|
2838
|
-
"
|
|
2981
|
+
"186": {
|
|
2839
2982
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2840
2983
|
"qualifiedName": "SkyTextEditorComponent.__constructor"
|
|
2841
2984
|
},
|
|
2842
|
-
"
|
|
2985
|
+
"187": {
|
|
2843
2986
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2844
2987
|
"qualifiedName": "SkyTextEditorComponent"
|
|
2845
2988
|
},
|
|
2846
|
-
"
|
|
2989
|
+
"188": {
|
|
2847
2990
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2848
2991
|
"qualifiedName": "SkyTextEditorComponent.autofocus"
|
|
2849
2992
|
},
|
|
2850
|
-
"
|
|
2993
|
+
"189": {
|
|
2851
2994
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2852
2995
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
2853
2996
|
},
|
|
2854
|
-
"
|
|
2997
|
+
"190": {
|
|
2855
2998
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2856
2999
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
2857
3000
|
},
|
|
2858
|
-
"
|
|
3001
|
+
"191": {
|
|
2859
3002
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2860
3003
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
2861
3004
|
},
|
|
2862
|
-
"
|
|
3005
|
+
"192": {
|
|
2863
3006
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2864
3007
|
"qualifiedName": "value"
|
|
2865
3008
|
},
|
|
2866
|
-
"
|
|
3009
|
+
"193": {
|
|
2867
3010
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2868
3011
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
2869
3012
|
},
|
|
2870
|
-
"
|
|
3013
|
+
"194": {
|
|
2871
3014
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2872
3015
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
2873
3016
|
},
|
|
2874
|
-
"
|
|
3017
|
+
"195": {
|
|
2875
3018
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2876
3019
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
2877
3020
|
},
|
|
2878
|
-
"
|
|
3021
|
+
"196": {
|
|
2879
3022
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2880
3023
|
"qualifiedName": "value"
|
|
2881
3024
|
},
|
|
2882
|
-
"
|
|
3025
|
+
"197": {
|
|
2883
3026
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2884
3027
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
2885
3028
|
},
|
|
2886
|
-
"
|
|
3029
|
+
"198": {
|
|
2887
3030
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2888
3031
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
2889
3032
|
},
|
|
2890
|
-
"
|
|
3033
|
+
"199": {
|
|
2891
3034
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2892
3035
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
2893
3036
|
},
|
|
2894
|
-
"
|
|
3037
|
+
"200": {
|
|
2895
3038
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2896
3039
|
"qualifiedName": "value"
|
|
2897
3040
|
},
|
|
2898
|
-
"
|
|
3041
|
+
"201": {
|
|
2899
3042
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2900
3043
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
2901
3044
|
},
|
|
2902
|
-
"
|
|
3045
|
+
"202": {
|
|
2903
3046
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2904
3047
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
2905
3048
|
},
|
|
2906
|
-
"
|
|
3049
|
+
"203": {
|
|
2907
3050
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2908
3051
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
2909
3052
|
},
|
|
2910
|
-
"
|
|
3053
|
+
"204": {
|
|
2911
3054
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2912
3055
|
"qualifiedName": "value"
|
|
2913
3056
|
},
|
|
2914
|
-
"
|
|
3057
|
+
"205": {
|
|
2915
3058
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2916
3059
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
2917
3060
|
},
|
|
2918
|
-
"
|
|
3061
|
+
"206": {
|
|
2919
3062
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2920
3063
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
2921
3064
|
},
|
|
2922
|
-
"
|
|
3065
|
+
"207": {
|
|
2923
3066
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2924
3067
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
2925
3068
|
},
|
|
2926
|
-
"
|
|
3069
|
+
"208": {
|
|
2927
3070
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2928
3071
|
"qualifiedName": "state"
|
|
2929
3072
|
},
|
|
2930
|
-
"
|
|
3073
|
+
"209": {
|
|
2931
3074
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2932
3075
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
2933
3076
|
},
|
|
2934
|
-
"
|
|
3077
|
+
"210": {
|
|
2935
3078
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2936
3079
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
2937
3080
|
},
|
|
2938
|
-
"
|
|
3081
|
+
"211": {
|
|
2939
3082
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2940
3083
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
2941
3084
|
},
|
|
2942
|
-
"
|
|
3085
|
+
"212": {
|
|
2943
3086
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2944
3087
|
"qualifiedName": "value"
|
|
2945
3088
|
},
|
|
2946
|
-
"
|
|
3089
|
+
"213": {
|
|
2947
3090
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2948
3091
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
2949
3092
|
},
|
|
2950
|
-
"
|
|
3093
|
+
"214": {
|
|
2951
3094
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2952
3095
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
2953
3096
|
},
|
|
2954
|
-
"
|
|
3097
|
+
"215": {
|
|
2955
3098
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2956
3099
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
2957
3100
|
},
|
|
2958
|
-
"
|
|
3101
|
+
"216": {
|
|
2959
3102
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2960
3103
|
"qualifiedName": "value"
|
|
2961
3104
|
},
|
|
2962
|
-
"
|
|
3105
|
+
"217": {
|
|
2963
3106
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2964
3107
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
2965
3108
|
},
|
|
2966
|
-
"
|
|
3109
|
+
"218": {
|
|
2967
3110
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2968
3111
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
2969
3112
|
},
|
|
2970
|
-
"
|
|
3113
|
+
"219": {
|
|
2971
3114
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2972
3115
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
2973
3116
|
},
|
|
2974
|
-
"
|
|
3117
|
+
"220": {
|
|
2975
3118
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2976
3119
|
"qualifiedName": "value"
|
|
2977
3120
|
},
|
|
2978
|
-
"
|
|
3121
|
+
"221": {
|
|
2979
3122
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2980
3123
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
2981
3124
|
},
|
|
2982
|
-
"
|
|
3125
|
+
"222": {
|
|
2983
3126
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2984
3127
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
2985
3128
|
},
|
|
2986
|
-
"
|
|
3129
|
+
"223": {
|
|
2987
3130
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2988
3131
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
2989
3132
|
},
|
|
2990
|
-
"
|
|
3133
|
+
"224": {
|
|
2991
3134
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2992
3135
|
"qualifiedName": "value"
|
|
2993
3136
|
},
|
|
2994
|
-
"
|
|
3137
|
+
"225": {
|
|
3138
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3139
|
+
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3140
|
+
},
|
|
3141
|
+
"226": {
|
|
3142
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3143
|
+
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3144
|
+
},
|
|
3145
|
+
"227": {
|
|
3146
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3147
|
+
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3148
|
+
},
|
|
3149
|
+
"228": {
|
|
3150
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3151
|
+
"qualifiedName": "value"
|
|
3152
|
+
},
|
|
3153
|
+
"229": {
|
|
2995
3154
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2996
3155
|
"qualifiedName": "SkyTextEditorComponent.iframeRef"
|
|
2997
3156
|
},
|
|
2998
|
-
"
|
|
3157
|
+
"230": {
|
|
2999
3158
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3000
3159
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3001
3160
|
},
|
|
3002
|
-
"
|
|
3161
|
+
"231": {
|
|
3003
3162
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3004
3163
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3005
3164
|
},
|
|
3006
|
-
"
|
|
3165
|
+
"232": {
|
|
3007
3166
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3008
3167
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3009
3168
|
},
|
|
3010
|
-
"
|
|
3169
|
+
"233": {
|
|
3011
3170
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3012
3171
|
"qualifiedName": "value"
|
|
3013
3172
|
},
|
|
3014
|
-
"
|
|
3173
|
+
"234": {
|
|
3015
3174
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3016
3175
|
"qualifiedName": "SkyTextEditorComponent.inputTemplateRef"
|
|
3017
3176
|
},
|
|
3018
|
-
"
|
|
3177
|
+
"235": {
|
|
3019
3178
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3020
3179
|
"qualifiedName": "SkyTextEditorComponent.editorFocusStream"
|
|
3021
3180
|
},
|
|
3022
|
-
"
|
|
3181
|
+
"236": {
|
|
3023
3182
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3024
3183
|
"qualifiedName": "SkyTextEditorComponent.formControlClass"
|
|
3025
3184
|
},
|
|
3026
|
-
"
|
|
3185
|
+
"260": {
|
|
3027
3186
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3028
3187
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3029
3188
|
},
|
|
3030
|
-
"
|
|
3189
|
+
"261": {
|
|
3031
3190
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3032
3191
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3033
3192
|
},
|
|
3034
|
-
"
|
|
3193
|
+
"262": {
|
|
3035
3194
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3036
3195
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3037
3196
|
},
|
|
3038
|
-
"
|
|
3197
|
+
"263": {
|
|
3039
3198
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3040
3199
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3041
3200
|
},
|
|
3042
|
-
"
|
|
3201
|
+
"264": {
|
|
3043
3202
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3044
3203
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3045
3204
|
},
|
|
3046
|
-
"
|
|
3205
|
+
"265": {
|
|
3047
3206
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3048
3207
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3049
3208
|
},
|
|
3050
|
-
"
|
|
3209
|
+
"266": {
|
|
3051
3210
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3052
3211
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3053
3212
|
},
|
|
3054
|
-
"
|
|
3213
|
+
"267": {
|
|
3055
3214
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3056
3215
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3057
3216
|
},
|
|
3058
|
-
"
|
|
3217
|
+
"268": {
|
|
3059
3218
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3060
3219
|
"qualifiedName": "value"
|
|
3061
3220
|
},
|
|
3062
|
-
"
|
|
3221
|
+
"269": {
|
|
3063
3222
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3064
3223
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3065
3224
|
},
|
|
3066
|
-
"
|
|
3225
|
+
"270": {
|
|
3067
3226
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3068
3227
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3069
3228
|
},
|
|
3070
|
-
"
|
|
3229
|
+
"271": {
|
|
3071
3230
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3072
3231
|
"qualifiedName": "fn"
|
|
3073
3232
|
},
|
|
3074
|
-
"
|
|
3233
|
+
"272": {
|
|
3075
3234
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3076
3235
|
"qualifiedName": "__type"
|
|
3077
3236
|
},
|
|
3078
|
-
"
|
|
3237
|
+
"273": {
|
|
3079
3238
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3080
3239
|
"qualifiedName": "__type"
|
|
3081
3240
|
},
|
|
3082
|
-
"
|
|
3241
|
+
"274": {
|
|
3083
3242
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3084
3243
|
"qualifiedName": "value"
|
|
3085
3244
|
},
|
|
3086
|
-
"
|
|
3245
|
+
"275": {
|
|
3087
3246
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3088
3247
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3089
3248
|
},
|
|
3090
|
-
"
|
|
3249
|
+
"276": {
|
|
3091
3250
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3092
3251
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3093
3252
|
},
|
|
3094
|
-
"
|
|
3253
|
+
"277": {
|
|
3095
3254
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3096
3255
|
"qualifiedName": "fn"
|
|
3097
3256
|
},
|
|
3098
|
-
"
|
|
3257
|
+
"278": {
|
|
3099
3258
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3100
3259
|
"qualifiedName": "__type"
|
|
3101
3260
|
},
|
|
3102
|
-
"
|
|
3261
|
+
"279": {
|
|
3103
3262
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3104
3263
|
"qualifiedName": "__type"
|
|
3105
3264
|
},
|
|
3106
|
-
"
|
|
3265
|
+
"280": {
|
|
3107
3266
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3108
3267
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3109
3268
|
},
|
|
3110
|
-
"
|
|
3269
|
+
"281": {
|
|
3111
3270
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3112
3271
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3113
3272
|
},
|
|
3114
|
-
"
|
|
3273
|
+
"282": {
|
|
3115
3274
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3116
3275
|
"qualifiedName": "isDisabled"
|
|
3117
3276
|
}
|