@skyux/text-editor 8.0.0 → 8.0.2
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 +919 -970
- package/package.json +12 -12
package/documentation.json
CHANGED
|
@@ -19,17 +19,32 @@
|
|
|
19
19
|
"originalName": "",
|
|
20
20
|
"children": [
|
|
21
21
|
{
|
|
22
|
-
"id":
|
|
22
|
+
"id": 273,
|
|
23
23
|
"name": "SkyRichTextDisplayModule",
|
|
24
24
|
"kind": 128,
|
|
25
25
|
"kindString": "Class",
|
|
26
26
|
"flags": {},
|
|
27
|
+
"decorators": [
|
|
28
|
+
{
|
|
29
|
+
"name": "NgModule",
|
|
30
|
+
"type": {
|
|
31
|
+
"type": "reference",
|
|
32
|
+
"qualifiedName": "NgModuleDecorator",
|
|
33
|
+
"package": "@angular/core",
|
|
34
|
+
"name": "NgModule"
|
|
35
|
+
},
|
|
36
|
+
"arguments": {
|
|
37
|
+
"obj": "{\n imports: [CommonModule],\n exports: [SkyRichTextDisplayComponent],\n declarations: [SkyRichTextDisplayComponent],\n}"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
],
|
|
27
41
|
"children": [],
|
|
28
42
|
"groups": [
|
|
29
43
|
{
|
|
30
44
|
"title": "Constructors",
|
|
45
|
+
"kind": 512,
|
|
31
46
|
"children": [
|
|
32
|
-
|
|
47
|
+
274
|
|
33
48
|
]
|
|
34
49
|
}
|
|
35
50
|
],
|
|
@@ -37,23 +52,37 @@
|
|
|
37
52
|
{
|
|
38
53
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.module.ts",
|
|
39
54
|
"line": 11,
|
|
40
|
-
"character": 13
|
|
41
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts#L11"
|
|
55
|
+
"character": 13
|
|
42
56
|
}
|
|
43
57
|
]
|
|
44
58
|
},
|
|
45
59
|
{
|
|
46
|
-
"id":
|
|
60
|
+
"id": 294,
|
|
47
61
|
"name": "SkyTextEditorModule",
|
|
48
62
|
"kind": 128,
|
|
49
63
|
"kindString": "Class",
|
|
50
64
|
"flags": {},
|
|
65
|
+
"decorators": [
|
|
66
|
+
{
|
|
67
|
+
"name": "NgModule",
|
|
68
|
+
"type": {
|
|
69
|
+
"type": "reference",
|
|
70
|
+
"qualifiedName": "NgModuleDecorator",
|
|
71
|
+
"package": "@angular/core",
|
|
72
|
+
"name": "NgModule"
|
|
73
|
+
},
|
|
74
|
+
"arguments": {
|
|
75
|
+
"obj": "{\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyCoreAdapterModule,\n SkyTextEditorResourcesModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyColorpickerModule,\n SkyCheckboxModule,\n SkyDropdownModule,\n SkyModalModule,\n SkyTabsModule,\n SkyThemeModule,\n SkyToolbarModule,\n ],\n exports: [\n SkyTextEditorComponent,\n SkyTextEditorUrlModalComponent,\n SkyTextEditorToolbarComponent,\n SkyTextEditorMenubarComponent,\n ],\n declarations: [\n SkyTextEditorComponent,\n SkyTextEditorUrlModalComponent,\n SkyTextEditorToolbarComponent,\n SkyTextEditorMenubarComponent,\n ],\n}"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
51
79
|
"children": [],
|
|
52
80
|
"groups": [
|
|
53
81
|
{
|
|
54
82
|
"title": "Constructors",
|
|
83
|
+
"kind": 512,
|
|
55
84
|
"children": [
|
|
56
|
-
|
|
85
|
+
295
|
|
57
86
|
]
|
|
58
87
|
}
|
|
59
88
|
],
|
|
@@ -61,8 +90,7 @@
|
|
|
61
90
|
{
|
|
62
91
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.module.ts",
|
|
63
92
|
"line": 54,
|
|
64
|
-
"character": 13
|
|
65
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts#L54"
|
|
93
|
+
"character": 13
|
|
66
94
|
}
|
|
67
95
|
]
|
|
68
96
|
},
|
|
@@ -72,6 +100,20 @@
|
|
|
72
100
|
"kind": 128,
|
|
73
101
|
"kindString": "Class",
|
|
74
102
|
"flags": {},
|
|
103
|
+
"decorators": [
|
|
104
|
+
{
|
|
105
|
+
"name": "Component",
|
|
106
|
+
"type": {
|
|
107
|
+
"type": "reference",
|
|
108
|
+
"qualifiedName": "ComponentDecorator",
|
|
109
|
+
"package": "@angular/core",
|
|
110
|
+
"name": "Component"
|
|
111
|
+
},
|
|
112
|
+
"arguments": {
|
|
113
|
+
"obj": "{\n selector: 'sky-rich-text-display',\n templateUrl: './rich-text-display.component.html',\n}"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
],
|
|
75
117
|
"children": [
|
|
76
118
|
{
|
|
77
119
|
"id": 2,
|
|
@@ -83,8 +125,7 @@
|
|
|
83
125
|
{
|
|
84
126
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
85
127
|
"line": 38,
|
|
86
|
-
"character": 2
|
|
87
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
128
|
+
"character": 2
|
|
88
129
|
}
|
|
89
130
|
],
|
|
90
131
|
"signatures": [
|
|
@@ -103,9 +144,9 @@
|
|
|
103
144
|
"flags": {},
|
|
104
145
|
"type": {
|
|
105
146
|
"type": "reference",
|
|
106
|
-
"name": "DomSanitizer",
|
|
107
147
|
"qualifiedName": "DomSanitizer",
|
|
108
|
-
"package": "@angular/platform-browser"
|
|
148
|
+
"package": "@angular/platform-browser",
|
|
149
|
+
"name": "DomSanitizer"
|
|
109
150
|
}
|
|
110
151
|
},
|
|
111
152
|
{
|
|
@@ -140,15 +181,14 @@
|
|
|
140
181
|
{
|
|
141
182
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
142
183
|
"line": 31,
|
|
143
|
-
"character": 9
|
|
144
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L31"
|
|
184
|
+
"character": 9
|
|
145
185
|
}
|
|
146
186
|
],
|
|
147
187
|
"type": {
|
|
148
188
|
"type": "reference",
|
|
149
|
-
"name": "SafeHtml",
|
|
150
189
|
"qualifiedName": "SafeHtml",
|
|
151
|
-
"package": "@angular/platform-browser"
|
|
190
|
+
"package": "@angular/platform-browser",
|
|
191
|
+
"name": "SafeHtml"
|
|
152
192
|
},
|
|
153
193
|
"defaultValue": "''"
|
|
154
194
|
},
|
|
@@ -160,63 +200,74 @@
|
|
|
160
200
|
"flags": {
|
|
161
201
|
"isPublic": true
|
|
162
202
|
},
|
|
203
|
+
"decorators": [
|
|
204
|
+
{
|
|
205
|
+
"name": "Input",
|
|
206
|
+
"type": {
|
|
207
|
+
"type": "reference",
|
|
208
|
+
"qualifiedName": "InputDecorator",
|
|
209
|
+
"package": "@angular/core",
|
|
210
|
+
"name": "Input"
|
|
211
|
+
},
|
|
212
|
+
"arguments": {}
|
|
213
|
+
}
|
|
214
|
+
],
|
|
163
215
|
"sources": [
|
|
164
216
|
{
|
|
165
217
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
166
218
|
"line": 15,
|
|
167
|
-
"character": 13
|
|
168
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
|
|
219
|
+
"character": 13
|
|
169
220
|
}
|
|
170
221
|
],
|
|
171
|
-
"setSignature":
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
"
|
|
222
|
+
"setSignature": [
|
|
223
|
+
{
|
|
224
|
+
"id": 7,
|
|
225
|
+
"name": "richText",
|
|
226
|
+
"kind": 1048576,
|
|
227
|
+
"kindString": "Set signature",
|
|
228
|
+
"flags": {},
|
|
229
|
+
"comment": {
|
|
230
|
+
"shortText": "The rich text to display."
|
|
231
|
+
},
|
|
232
|
+
"parameters": [
|
|
179
233
|
{
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"kind": 32768,
|
|
190
|
-
"kindString": "Parameter",
|
|
191
|
-
"flags": {},
|
|
192
|
-
"type": {
|
|
193
|
-
"type": "intrinsic",
|
|
194
|
-
"name": "string"
|
|
234
|
+
"id": 8,
|
|
235
|
+
"name": "value",
|
|
236
|
+
"kind": 32768,
|
|
237
|
+
"kindString": "Parameter",
|
|
238
|
+
"flags": {},
|
|
239
|
+
"type": {
|
|
240
|
+
"type": "intrinsic",
|
|
241
|
+
"name": "string"
|
|
242
|
+
}
|
|
195
243
|
}
|
|
244
|
+
],
|
|
245
|
+
"type": {
|
|
246
|
+
"type": "intrinsic",
|
|
247
|
+
"name": "void"
|
|
196
248
|
}
|
|
197
|
-
],
|
|
198
|
-
"type": {
|
|
199
|
-
"type": "intrinsic",
|
|
200
|
-
"name": "void"
|
|
201
249
|
}
|
|
202
|
-
|
|
250
|
+
]
|
|
203
251
|
}
|
|
204
252
|
],
|
|
205
253
|
"groups": [
|
|
206
254
|
{
|
|
207
255
|
"title": "Constructors",
|
|
256
|
+
"kind": 512,
|
|
208
257
|
"children": [
|
|
209
258
|
2
|
|
210
259
|
]
|
|
211
260
|
},
|
|
212
261
|
{
|
|
213
262
|
"title": "Properties",
|
|
263
|
+
"kind": 1024,
|
|
214
264
|
"children": [
|
|
215
265
|
9
|
|
216
266
|
]
|
|
217
267
|
},
|
|
218
268
|
{
|
|
219
269
|
"title": "Accessors",
|
|
270
|
+
"kind": 262144,
|
|
220
271
|
"children": [
|
|
221
272
|
6
|
|
222
273
|
]
|
|
@@ -226,28 +277,36 @@
|
|
|
226
277
|
{
|
|
227
278
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
228
279
|
"line": 10,
|
|
229
|
-
"character": 13
|
|
230
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
|
|
280
|
+
"character": 13
|
|
231
281
|
}
|
|
232
282
|
]
|
|
233
283
|
},
|
|
234
284
|
{
|
|
235
|
-
"id":
|
|
285
|
+
"id": 162,
|
|
236
286
|
"name": "SkyTextEditorComponent",
|
|
237
287
|
"kind": 128,
|
|
238
288
|
"kindString": "Class",
|
|
239
289
|
"flags": {},
|
|
240
290
|
"comment": {
|
|
241
|
-
"
|
|
242
|
-
{
|
|
243
|
-
"kind": "text",
|
|
244
|
-
"text": "The text editor component lets users format and manipulate text."
|
|
245
|
-
}
|
|
246
|
-
]
|
|
291
|
+
"shortText": "The text editor component lets users format and manipulate text."
|
|
247
292
|
},
|
|
293
|
+
"decorators": [
|
|
294
|
+
{
|
|
295
|
+
"name": "Component",
|
|
296
|
+
"type": {
|
|
297
|
+
"type": "reference",
|
|
298
|
+
"qualifiedName": "ComponentDecorator",
|
|
299
|
+
"package": "@angular/core",
|
|
300
|
+
"name": "Component"
|
|
301
|
+
},
|
|
302
|
+
"arguments": {
|
|
303
|
+
"obj": "{\n selector: 'sky-text-editor',\n templateUrl: './text-editor.component.html',\n styleUrls: ['./text-editor.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [\n SkyTextEditorService,\n SkyTextEditorSelectionService,\n SkyTextEditorAdapterService,\n ],\n}"
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
],
|
|
248
307
|
"children": [
|
|
249
308
|
{
|
|
250
|
-
"id":
|
|
309
|
+
"id": 163,
|
|
251
310
|
"name": "constructor",
|
|
252
311
|
"kind": 512,
|
|
253
312
|
"kindString": "Constructor",
|
|
@@ -256,33 +315,32 @@
|
|
|
256
315
|
{
|
|
257
316
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
258
317
|
"line": 297,
|
|
259
|
-
"character": 2
|
|
260
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L297"
|
|
318
|
+
"character": 2
|
|
261
319
|
}
|
|
262
320
|
],
|
|
263
321
|
"signatures": [
|
|
264
322
|
{
|
|
265
|
-
"id":
|
|
323
|
+
"id": 164,
|
|
266
324
|
"name": "SkyTextEditorComponent",
|
|
267
325
|
"kind": 16384,
|
|
268
326
|
"kindString": "Constructor signature",
|
|
269
327
|
"flags": {},
|
|
270
328
|
"parameters": [
|
|
271
329
|
{
|
|
272
|
-
"id":
|
|
330
|
+
"id": 165,
|
|
273
331
|
"name": "changeDetector",
|
|
274
332
|
"kind": 32768,
|
|
275
333
|
"kindString": "Parameter",
|
|
276
334
|
"flags": {},
|
|
277
335
|
"type": {
|
|
278
336
|
"type": "reference",
|
|
279
|
-
"name": "ChangeDetectorRef",
|
|
280
337
|
"qualifiedName": "ChangeDetectorRef",
|
|
281
|
-
"package": "@angular/core"
|
|
338
|
+
"package": "@angular/core",
|
|
339
|
+
"name": "ChangeDetectorRef"
|
|
282
340
|
}
|
|
283
341
|
},
|
|
284
342
|
{
|
|
285
|
-
"id":
|
|
343
|
+
"id": 166,
|
|
286
344
|
"name": "coreAdapterService",
|
|
287
345
|
"kind": 32768,
|
|
288
346
|
"kindString": "Parameter",
|
|
@@ -293,7 +351,7 @@
|
|
|
293
351
|
}
|
|
294
352
|
},
|
|
295
353
|
{
|
|
296
|
-
"id":
|
|
354
|
+
"id": 167,
|
|
297
355
|
"name": "adapterService",
|
|
298
356
|
"kind": 32768,
|
|
299
357
|
"kindString": "Parameter",
|
|
@@ -304,7 +362,7 @@
|
|
|
304
362
|
}
|
|
305
363
|
},
|
|
306
364
|
{
|
|
307
|
-
"id":
|
|
365
|
+
"id": 168,
|
|
308
366
|
"name": "editorService",
|
|
309
367
|
"kind": 32768,
|
|
310
368
|
"kindString": "Parameter",
|
|
@@ -315,7 +373,7 @@
|
|
|
315
373
|
}
|
|
316
374
|
},
|
|
317
375
|
{
|
|
318
|
-
"id":
|
|
376
|
+
"id": 169,
|
|
319
377
|
"name": "sanitizationService",
|
|
320
378
|
"kind": 32768,
|
|
321
379
|
"kindString": "Parameter",
|
|
@@ -326,33 +384,33 @@
|
|
|
326
384
|
}
|
|
327
385
|
},
|
|
328
386
|
{
|
|
329
|
-
"id":
|
|
387
|
+
"id": 170,
|
|
330
388
|
"name": "ngControl",
|
|
331
389
|
"kind": 32768,
|
|
332
390
|
"kindString": "Parameter",
|
|
333
391
|
"flags": {},
|
|
334
392
|
"type": {
|
|
335
393
|
"type": "reference",
|
|
336
|
-
"name": "NgControl",
|
|
337
394
|
"qualifiedName": "NgControl",
|
|
338
|
-
"package": "@angular/forms"
|
|
395
|
+
"package": "@angular/forms",
|
|
396
|
+
"name": "NgControl"
|
|
339
397
|
}
|
|
340
398
|
},
|
|
341
399
|
{
|
|
342
|
-
"id":
|
|
400
|
+
"id": 171,
|
|
343
401
|
"name": "zone",
|
|
344
402
|
"kind": 32768,
|
|
345
403
|
"kindString": "Parameter",
|
|
346
404
|
"flags": {},
|
|
347
405
|
"type": {
|
|
348
406
|
"type": "reference",
|
|
349
|
-
"name": "NgZone",
|
|
350
407
|
"qualifiedName": "NgZone",
|
|
351
|
-
"package": "@angular/core"
|
|
408
|
+
"package": "@angular/core",
|
|
409
|
+
"name": "NgZone"
|
|
352
410
|
}
|
|
353
411
|
},
|
|
354
412
|
{
|
|
355
|
-
"id":
|
|
413
|
+
"id": 172,
|
|
356
414
|
"name": "idSvc",
|
|
357
415
|
"kind": 32768,
|
|
358
416
|
"kindString": "Parameter",
|
|
@@ -365,14 +423,14 @@
|
|
|
365
423
|
],
|
|
366
424
|
"type": {
|
|
367
425
|
"type": "reference",
|
|
368
|
-
"id":
|
|
426
|
+
"id": 162,
|
|
369
427
|
"name": "SkyTextEditorComponent"
|
|
370
428
|
}
|
|
371
429
|
}
|
|
372
430
|
]
|
|
373
431
|
},
|
|
374
432
|
{
|
|
375
|
-
"id":
|
|
433
|
+
"id": 173,
|
|
376
434
|
"name": "autofocus",
|
|
377
435
|
"kind": 1024,
|
|
378
436
|
"kindString": "Property",
|
|
@@ -380,19 +438,25 @@
|
|
|
380
438
|
"isPublic": true
|
|
381
439
|
},
|
|
382
440
|
"comment": {
|
|
383
|
-
"
|
|
384
|
-
{
|
|
385
|
-
"kind": "text",
|
|
386
|
-
"text": "Whether to put focus on the editor after it renders."
|
|
387
|
-
}
|
|
388
|
-
]
|
|
441
|
+
"shortText": "Whether to put focus on the editor after it renders."
|
|
389
442
|
},
|
|
443
|
+
"decorators": [
|
|
444
|
+
{
|
|
445
|
+
"name": "Input",
|
|
446
|
+
"type": {
|
|
447
|
+
"type": "reference",
|
|
448
|
+
"qualifiedName": "InputDecorator",
|
|
449
|
+
"package": "@angular/core",
|
|
450
|
+
"name": "Input"
|
|
451
|
+
},
|
|
452
|
+
"arguments": {}
|
|
453
|
+
}
|
|
454
|
+
],
|
|
390
455
|
"sources": [
|
|
391
456
|
{
|
|
392
457
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
393
458
|
"line": 56,
|
|
394
|
-
"character": 9
|
|
395
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L56"
|
|
459
|
+
"character": 9
|
|
396
460
|
}
|
|
397
461
|
],
|
|
398
462
|
"type": {
|
|
@@ -402,7 +466,7 @@
|
|
|
402
466
|
"defaultValue": "false"
|
|
403
467
|
},
|
|
404
468
|
{
|
|
405
|
-
"id":
|
|
469
|
+
"id": 215,
|
|
406
470
|
"name": "editorFocusStream",
|
|
407
471
|
"kind": 1024,
|
|
408
472
|
"kindString": "Property",
|
|
@@ -413,8 +477,7 @@
|
|
|
413
477
|
{
|
|
414
478
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
415
479
|
"line": 272,
|
|
416
|
-
"character": 9
|
|
417
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L272"
|
|
480
|
+
"character": 9
|
|
418
481
|
}
|
|
419
482
|
],
|
|
420
483
|
"type": {
|
|
@@ -425,26 +488,39 @@
|
|
|
425
488
|
"name": "void"
|
|
426
489
|
}
|
|
427
490
|
],
|
|
428
|
-
"name": "Subject",
|
|
429
491
|
"qualifiedName": "Subject",
|
|
430
|
-
"package": "rxjs"
|
|
492
|
+
"package": "rxjs",
|
|
493
|
+
"name": "Subject"
|
|
431
494
|
},
|
|
432
495
|
"defaultValue": "..."
|
|
433
496
|
},
|
|
434
497
|
{
|
|
435
|
-
"id":
|
|
498
|
+
"id": 210,
|
|
436
499
|
"name": "iframeRef",
|
|
437
500
|
"kind": 1024,
|
|
438
501
|
"kindString": "Property",
|
|
439
502
|
"flags": {
|
|
440
503
|
"isPublic": true
|
|
441
504
|
},
|
|
505
|
+
"decorators": [
|
|
506
|
+
{
|
|
507
|
+
"name": "ViewChild",
|
|
508
|
+
"type": {
|
|
509
|
+
"type": "reference",
|
|
510
|
+
"qualifiedName": "ViewChildDecorator",
|
|
511
|
+
"package": "@angular/core",
|
|
512
|
+
"name": "ViewChild"
|
|
513
|
+
},
|
|
514
|
+
"arguments": {
|
|
515
|
+
"selector": "'iframe'"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
],
|
|
442
519
|
"sources": [
|
|
443
520
|
{
|
|
444
521
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
445
522
|
"line": 217,
|
|
446
|
-
"character": 9
|
|
447
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L217"
|
|
523
|
+
"character": 9
|
|
448
524
|
}
|
|
449
525
|
],
|
|
450
526
|
"type": {
|
|
@@ -455,702 +531,770 @@
|
|
|
455
531
|
"name": "any"
|
|
456
532
|
}
|
|
457
533
|
],
|
|
458
|
-
"name": "ElementRef",
|
|
459
534
|
"qualifiedName": "ElementRef",
|
|
460
|
-
"package": "@angular/core"
|
|
535
|
+
"package": "@angular/core",
|
|
536
|
+
"name": "ElementRef"
|
|
461
537
|
}
|
|
462
538
|
},
|
|
463
539
|
{
|
|
464
|
-
"id":
|
|
540
|
+
"id": 174,
|
|
465
541
|
"name": "disabled",
|
|
466
542
|
"kind": 262144,
|
|
467
543
|
"kindString": "Accessor",
|
|
468
544
|
"flags": {
|
|
469
545
|
"isPublic": true
|
|
470
546
|
},
|
|
547
|
+
"decorators": [
|
|
548
|
+
{
|
|
549
|
+
"name": "Input",
|
|
550
|
+
"type": {
|
|
551
|
+
"type": "reference",
|
|
552
|
+
"qualifiedName": "InputDecorator",
|
|
553
|
+
"package": "@angular/core",
|
|
554
|
+
"name": "Input"
|
|
555
|
+
},
|
|
556
|
+
"arguments": {}
|
|
557
|
+
}
|
|
558
|
+
],
|
|
471
559
|
"sources": [
|
|
472
560
|
{
|
|
473
561
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
474
562
|
"line": 63,
|
|
475
|
-
"character": 13
|
|
476
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L63"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
480
|
-
"line": 96,
|
|
481
|
-
"character": 13,
|
|
482
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L96"
|
|
563
|
+
"character": 13
|
|
483
564
|
}
|
|
484
565
|
],
|
|
485
|
-
"getSignature":
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
"
|
|
493
|
-
|
|
566
|
+
"getSignature": [
|
|
567
|
+
{
|
|
568
|
+
"id": 175,
|
|
569
|
+
"name": "disabled",
|
|
570
|
+
"kind": 524288,
|
|
571
|
+
"kindString": "Get signature",
|
|
572
|
+
"flags": {},
|
|
573
|
+
"comment": {
|
|
574
|
+
"shortText": "Whether to disable the text editor.",
|
|
575
|
+
"tags": [
|
|
576
|
+
{
|
|
577
|
+
"tag": "default",
|
|
578
|
+
"text": "false\n"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
"type": {
|
|
583
|
+
"type": "intrinsic",
|
|
584
|
+
"name": "boolean"
|
|
585
|
+
}
|
|
494
586
|
}
|
|
495
|
-
|
|
496
|
-
"setSignature":
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
"
|
|
587
|
+
],
|
|
588
|
+
"setSignature": [
|
|
589
|
+
{
|
|
590
|
+
"id": 176,
|
|
591
|
+
"name": "disabled",
|
|
592
|
+
"kind": 1048576,
|
|
593
|
+
"kindString": "Set signature",
|
|
594
|
+
"flags": {},
|
|
595
|
+
"comment": {
|
|
596
|
+
"shortText": "Whether to disable the text editor.",
|
|
597
|
+
"tags": [
|
|
598
|
+
{
|
|
599
|
+
"tag": "default",
|
|
600
|
+
"text": "false\n"
|
|
601
|
+
}
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
"parameters": [
|
|
504
605
|
{
|
|
505
|
-
"
|
|
506
|
-
"
|
|
606
|
+
"id": 177,
|
|
607
|
+
"name": "value",
|
|
608
|
+
"kind": 32768,
|
|
609
|
+
"kindString": "Parameter",
|
|
610
|
+
"flags": {},
|
|
611
|
+
"type": {
|
|
612
|
+
"type": "intrinsic",
|
|
613
|
+
"name": "boolean"
|
|
614
|
+
}
|
|
507
615
|
}
|
|
508
616
|
],
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
"content": [
|
|
513
|
-
{
|
|
514
|
-
"kind": "text",
|
|
515
|
-
"text": "false"
|
|
516
|
-
}
|
|
517
|
-
]
|
|
518
|
-
}
|
|
519
|
-
]
|
|
520
|
-
},
|
|
521
|
-
"parameters": [
|
|
522
|
-
{
|
|
523
|
-
"id": 179,
|
|
524
|
-
"name": "value",
|
|
525
|
-
"kind": 32768,
|
|
526
|
-
"kindString": "Parameter",
|
|
527
|
-
"flags": {},
|
|
528
|
-
"type": {
|
|
529
|
-
"type": "intrinsic",
|
|
530
|
-
"name": "boolean"
|
|
531
|
-
}
|
|
617
|
+
"type": {
|
|
618
|
+
"type": "intrinsic",
|
|
619
|
+
"name": "void"
|
|
532
620
|
}
|
|
533
|
-
],
|
|
534
|
-
"type": {
|
|
535
|
-
"type": "intrinsic",
|
|
536
|
-
"name": "void"
|
|
537
621
|
}
|
|
538
|
-
|
|
622
|
+
]
|
|
539
623
|
},
|
|
540
624
|
{
|
|
541
|
-
"id":
|
|
625
|
+
"id": 178,
|
|
542
626
|
"name": "fontList",
|
|
543
627
|
"kind": 262144,
|
|
544
628
|
"kindString": "Accessor",
|
|
545
629
|
"flags": {
|
|
546
630
|
"isPublic": true
|
|
547
631
|
},
|
|
632
|
+
"decorators": [
|
|
633
|
+
{
|
|
634
|
+
"name": "Input",
|
|
635
|
+
"type": {
|
|
636
|
+
"type": "reference",
|
|
637
|
+
"qualifiedName": "InputDecorator",
|
|
638
|
+
"package": "@angular/core",
|
|
639
|
+
"name": "Input"
|
|
640
|
+
},
|
|
641
|
+
"arguments": {}
|
|
642
|
+
}
|
|
643
|
+
],
|
|
548
644
|
"sources": [
|
|
549
645
|
{
|
|
550
646
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
551
647
|
"line": 105,
|
|
552
|
-
"character": 13
|
|
553
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L105"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
557
|
-
"line": 109,
|
|
558
|
-
"character": 13,
|
|
559
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L109"
|
|
648
|
+
"character": 13
|
|
560
649
|
}
|
|
561
650
|
],
|
|
562
|
-
"getSignature":
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
"
|
|
570
|
-
|
|
571
|
-
"
|
|
572
|
-
|
|
573
|
-
|
|
651
|
+
"getSignature": [
|
|
652
|
+
{
|
|
653
|
+
"id": 179,
|
|
654
|
+
"name": "fontList",
|
|
655
|
+
"kind": 524288,
|
|
656
|
+
"kindString": "Get signature",
|
|
657
|
+
"flags": {},
|
|
658
|
+
"comment": {
|
|
659
|
+
"shortText": "The fonts to include in the font picker.",
|
|
660
|
+
"tags": [
|
|
661
|
+
{
|
|
662
|
+
"tag": "default",
|
|
663
|
+
"text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
"type": {
|
|
668
|
+
"type": "array",
|
|
669
|
+
"elementType": {
|
|
670
|
+
"type": "reference",
|
|
671
|
+
"id": 276,
|
|
672
|
+
"name": "SkyTextEditorFont"
|
|
673
|
+
}
|
|
574
674
|
}
|
|
575
675
|
}
|
|
576
|
-
|
|
577
|
-
"setSignature":
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
"
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
676
|
+
],
|
|
677
|
+
"setSignature": [
|
|
678
|
+
{
|
|
679
|
+
"id": 180,
|
|
680
|
+
"name": "fontList",
|
|
681
|
+
"kind": 1048576,
|
|
682
|
+
"kindString": "Set signature",
|
|
683
|
+
"flags": {},
|
|
684
|
+
"comment": {
|
|
685
|
+
"shortText": "The fonts to include in the font picker.",
|
|
686
|
+
"tags": [
|
|
687
|
+
{
|
|
688
|
+
"tag": "default",
|
|
689
|
+
"text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
|
|
690
|
+
}
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
"parameters": [
|
|
591
694
|
{
|
|
592
|
-
"
|
|
593
|
-
"
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
695
|
+
"id": 181,
|
|
696
|
+
"name": "value",
|
|
697
|
+
"kind": 32768,
|
|
698
|
+
"kindString": "Parameter",
|
|
699
|
+
"flags": {},
|
|
700
|
+
"type": {
|
|
701
|
+
"type": "array",
|
|
702
|
+
"elementType": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"id": 276,
|
|
705
|
+
"name": "SkyTextEditorFont"
|
|
597
706
|
}
|
|
598
|
-
]
|
|
599
|
-
}
|
|
600
|
-
]
|
|
601
|
-
},
|
|
602
|
-
"parameters": [
|
|
603
|
-
{
|
|
604
|
-
"id": 183,
|
|
605
|
-
"name": "value",
|
|
606
|
-
"kind": 32768,
|
|
607
|
-
"kindString": "Parameter",
|
|
608
|
-
"flags": {},
|
|
609
|
-
"type": {
|
|
610
|
-
"type": "array",
|
|
611
|
-
"elementType": {
|
|
612
|
-
"type": "reference",
|
|
613
|
-
"id": 278,
|
|
614
|
-
"name": "SkyTextEditorFont"
|
|
615
707
|
}
|
|
616
708
|
}
|
|
709
|
+
],
|
|
710
|
+
"type": {
|
|
711
|
+
"type": "intrinsic",
|
|
712
|
+
"name": "void"
|
|
617
713
|
}
|
|
618
|
-
],
|
|
619
|
-
"type": {
|
|
620
|
-
"type": "intrinsic",
|
|
621
|
-
"name": "void"
|
|
622
714
|
}
|
|
623
|
-
|
|
715
|
+
]
|
|
624
716
|
},
|
|
625
717
|
{
|
|
626
|
-
"id":
|
|
718
|
+
"id": 182,
|
|
627
719
|
"name": "fontSizeList",
|
|
628
720
|
"kind": 262144,
|
|
629
721
|
"kindString": "Accessor",
|
|
630
722
|
"flags": {
|
|
631
723
|
"isPublic": true
|
|
632
724
|
},
|
|
725
|
+
"decorators": [
|
|
726
|
+
{
|
|
727
|
+
"name": "Input",
|
|
728
|
+
"type": {
|
|
729
|
+
"type": "reference",
|
|
730
|
+
"qualifiedName": "InputDecorator",
|
|
731
|
+
"package": "@angular/core",
|
|
732
|
+
"name": "Input"
|
|
733
|
+
},
|
|
734
|
+
"arguments": {}
|
|
735
|
+
}
|
|
736
|
+
],
|
|
633
737
|
"sources": [
|
|
634
738
|
{
|
|
635
739
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
636
740
|
"line": 118,
|
|
637
|
-
"character": 13
|
|
638
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L118"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
642
|
-
"line": 122,
|
|
643
|
-
"character": 13,
|
|
644
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L122"
|
|
741
|
+
"character": 13
|
|
645
742
|
}
|
|
646
743
|
],
|
|
647
|
-
"getSignature":
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
"
|
|
655
|
-
|
|
656
|
-
"
|
|
657
|
-
|
|
744
|
+
"getSignature": [
|
|
745
|
+
{
|
|
746
|
+
"id": 183,
|
|
747
|
+
"name": "fontSizeList",
|
|
748
|
+
"kind": 524288,
|
|
749
|
+
"kindString": "Get signature",
|
|
750
|
+
"flags": {},
|
|
751
|
+
"comment": {
|
|
752
|
+
"shortText": "The font sizes to include in the font size picker.",
|
|
753
|
+
"tags": [
|
|
754
|
+
{
|
|
755
|
+
"tag": "default",
|
|
756
|
+
"text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
|
|
757
|
+
}
|
|
758
|
+
]
|
|
759
|
+
},
|
|
760
|
+
"type": {
|
|
761
|
+
"type": "array",
|
|
762
|
+
"elementType": {
|
|
763
|
+
"type": "intrinsic",
|
|
764
|
+
"name": "number"
|
|
765
|
+
}
|
|
658
766
|
}
|
|
659
767
|
}
|
|
660
|
-
|
|
661
|
-
"setSignature":
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
"
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
768
|
+
],
|
|
769
|
+
"setSignature": [
|
|
770
|
+
{
|
|
771
|
+
"id": 184,
|
|
772
|
+
"name": "fontSizeList",
|
|
773
|
+
"kind": 1048576,
|
|
774
|
+
"kindString": "Set signature",
|
|
775
|
+
"flags": {},
|
|
776
|
+
"comment": {
|
|
777
|
+
"shortText": "The font sizes to include in the font size picker.",
|
|
778
|
+
"tags": [
|
|
779
|
+
{
|
|
780
|
+
"tag": "default",
|
|
781
|
+
"text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
|
|
782
|
+
}
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
"parameters": [
|
|
675
786
|
{
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
787
|
+
"id": 185,
|
|
788
|
+
"name": "value",
|
|
789
|
+
"kind": 32768,
|
|
790
|
+
"kindString": "Parameter",
|
|
791
|
+
"flags": {},
|
|
792
|
+
"type": {
|
|
793
|
+
"type": "array",
|
|
794
|
+
"elementType": {
|
|
795
|
+
"type": "intrinsic",
|
|
796
|
+
"name": "number"
|
|
681
797
|
}
|
|
682
|
-
]
|
|
683
|
-
}
|
|
684
|
-
]
|
|
685
|
-
},
|
|
686
|
-
"parameters": [
|
|
687
|
-
{
|
|
688
|
-
"id": 187,
|
|
689
|
-
"name": "value",
|
|
690
|
-
"kind": 32768,
|
|
691
|
-
"kindString": "Parameter",
|
|
692
|
-
"flags": {},
|
|
693
|
-
"type": {
|
|
694
|
-
"type": "array",
|
|
695
|
-
"elementType": {
|
|
696
|
-
"type": "intrinsic",
|
|
697
|
-
"name": "number"
|
|
698
798
|
}
|
|
699
799
|
}
|
|
800
|
+
],
|
|
801
|
+
"type": {
|
|
802
|
+
"type": "intrinsic",
|
|
803
|
+
"name": "void"
|
|
700
804
|
}
|
|
701
|
-
],
|
|
702
|
-
"type": {
|
|
703
|
-
"type": "intrinsic",
|
|
704
|
-
"name": "void"
|
|
705
805
|
}
|
|
706
|
-
|
|
806
|
+
]
|
|
707
807
|
},
|
|
708
808
|
{
|
|
709
|
-
"id":
|
|
809
|
+
"id": 186,
|
|
710
810
|
"name": "id",
|
|
711
811
|
"kind": 262144,
|
|
712
812
|
"kindString": "Accessor",
|
|
713
813
|
"flags": {
|
|
714
814
|
"isPublic": true
|
|
715
815
|
},
|
|
816
|
+
"decorators": [
|
|
817
|
+
{
|
|
818
|
+
"name": "Input",
|
|
819
|
+
"type": {
|
|
820
|
+
"type": "reference",
|
|
821
|
+
"qualifiedName": "InputDecorator",
|
|
822
|
+
"package": "@angular/core",
|
|
823
|
+
"name": "Input"
|
|
824
|
+
},
|
|
825
|
+
"arguments": {}
|
|
826
|
+
}
|
|
827
|
+
],
|
|
716
828
|
"sources": [
|
|
717
829
|
{
|
|
718
830
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
719
831
|
"line": 131,
|
|
720
|
-
"character": 13
|
|
721
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L131"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
725
|
-
"line": 135,
|
|
726
|
-
"character": 13,
|
|
727
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L135"
|
|
832
|
+
"character": 13
|
|
728
833
|
}
|
|
729
834
|
],
|
|
730
|
-
"getSignature":
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
"
|
|
738
|
-
|
|
835
|
+
"getSignature": [
|
|
836
|
+
{
|
|
837
|
+
"id": 187,
|
|
838
|
+
"name": "id",
|
|
839
|
+
"kind": 524288,
|
|
840
|
+
"kindString": "Get signature",
|
|
841
|
+
"flags": {},
|
|
842
|
+
"comment": {
|
|
843
|
+
"shortText": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
844
|
+
},
|
|
845
|
+
"type": {
|
|
846
|
+
"type": "intrinsic",
|
|
847
|
+
"name": "string"
|
|
848
|
+
}
|
|
739
849
|
}
|
|
740
|
-
|
|
741
|
-
"setSignature":
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
"
|
|
850
|
+
],
|
|
851
|
+
"setSignature": [
|
|
852
|
+
{
|
|
853
|
+
"id": 188,
|
|
854
|
+
"name": "id",
|
|
855
|
+
"kind": 1048576,
|
|
856
|
+
"kindString": "Set signature",
|
|
857
|
+
"flags": {},
|
|
858
|
+
"comment": {
|
|
859
|
+
"shortText": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
860
|
+
},
|
|
861
|
+
"parameters": [
|
|
749
862
|
{
|
|
750
|
-
"
|
|
751
|
-
"
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
"kind": 32768,
|
|
760
|
-
"kindString": "Parameter",
|
|
761
|
-
"flags": {},
|
|
762
|
-
"type": {
|
|
763
|
-
"type": "intrinsic",
|
|
764
|
-
"name": "string"
|
|
863
|
+
"id": 189,
|
|
864
|
+
"name": "value",
|
|
865
|
+
"kind": 32768,
|
|
866
|
+
"kindString": "Parameter",
|
|
867
|
+
"flags": {},
|
|
868
|
+
"type": {
|
|
869
|
+
"type": "intrinsic",
|
|
870
|
+
"name": "string"
|
|
871
|
+
}
|
|
765
872
|
}
|
|
873
|
+
],
|
|
874
|
+
"type": {
|
|
875
|
+
"type": "intrinsic",
|
|
876
|
+
"name": "void"
|
|
766
877
|
}
|
|
767
|
-
],
|
|
768
|
-
"type": {
|
|
769
|
-
"type": "intrinsic",
|
|
770
|
-
"name": "void"
|
|
771
878
|
}
|
|
772
|
-
|
|
879
|
+
]
|
|
773
880
|
},
|
|
774
881
|
{
|
|
775
|
-
"id":
|
|
882
|
+
"id": 190,
|
|
776
883
|
"name": "initialStyleState",
|
|
777
884
|
"kind": 262144,
|
|
778
885
|
"kindString": "Accessor",
|
|
779
886
|
"flags": {
|
|
780
887
|
"isPublic": true
|
|
781
888
|
},
|
|
889
|
+
"decorators": [
|
|
890
|
+
{
|
|
891
|
+
"name": "Input",
|
|
892
|
+
"type": {
|
|
893
|
+
"type": "reference",
|
|
894
|
+
"qualifiedName": "InputDecorator",
|
|
895
|
+
"package": "@angular/core",
|
|
896
|
+
"name": "Input"
|
|
897
|
+
},
|
|
898
|
+
"arguments": {}
|
|
899
|
+
}
|
|
900
|
+
],
|
|
782
901
|
"sources": [
|
|
783
902
|
{
|
|
784
903
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
785
904
|
"line": 143,
|
|
786
|
-
"character": 13
|
|
787
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L143"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
791
|
-
"line": 154,
|
|
792
|
-
"character": 13,
|
|
793
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L154"
|
|
905
|
+
"character": 13
|
|
794
906
|
}
|
|
795
907
|
],
|
|
796
|
-
"getSignature":
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
"
|
|
804
|
-
|
|
805
|
-
|
|
908
|
+
"getSignature": [
|
|
909
|
+
{
|
|
910
|
+
"id": 191,
|
|
911
|
+
"name": "initialStyleState",
|
|
912
|
+
"kind": 524288,
|
|
913
|
+
"kindString": "Get signature",
|
|
914
|
+
"flags": {},
|
|
915
|
+
"comment": {
|
|
916
|
+
"shortText": "The initial styles for all content, including background color, font size, and link state."
|
|
917
|
+
},
|
|
918
|
+
"type": {
|
|
919
|
+
"type": "reference",
|
|
920
|
+
"id": 280,
|
|
921
|
+
"name": "SkyTextEditorStyleState"
|
|
922
|
+
}
|
|
806
923
|
}
|
|
807
|
-
|
|
808
|
-
"setSignature":
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
"
|
|
924
|
+
],
|
|
925
|
+
"setSignature": [
|
|
926
|
+
{
|
|
927
|
+
"id": 192,
|
|
928
|
+
"name": "initialStyleState",
|
|
929
|
+
"kind": 1048576,
|
|
930
|
+
"kindString": "Set signature",
|
|
931
|
+
"flags": {},
|
|
932
|
+
"comment": {
|
|
933
|
+
"shortText": "The initial styles for all content, including background color, font size, and link state."
|
|
934
|
+
},
|
|
935
|
+
"parameters": [
|
|
816
936
|
{
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
"kindString": "Parameter",
|
|
828
|
-
"flags": {},
|
|
829
|
-
"type": {
|
|
830
|
-
"type": "reference",
|
|
831
|
-
"id": 282,
|
|
832
|
-
"name": "SkyTextEditorStyleState"
|
|
937
|
+
"id": 193,
|
|
938
|
+
"name": "state",
|
|
939
|
+
"kind": 32768,
|
|
940
|
+
"kindString": "Parameter",
|
|
941
|
+
"flags": {},
|
|
942
|
+
"type": {
|
|
943
|
+
"type": "reference",
|
|
944
|
+
"id": 280,
|
|
945
|
+
"name": "SkyTextEditorStyleState"
|
|
946
|
+
}
|
|
833
947
|
}
|
|
948
|
+
],
|
|
949
|
+
"type": {
|
|
950
|
+
"type": "intrinsic",
|
|
951
|
+
"name": "void"
|
|
834
952
|
}
|
|
835
|
-
],
|
|
836
|
-
"type": {
|
|
837
|
-
"type": "intrinsic",
|
|
838
|
-
"name": "void"
|
|
839
953
|
}
|
|
840
|
-
|
|
954
|
+
]
|
|
841
955
|
},
|
|
842
956
|
{
|
|
843
|
-
"id":
|
|
957
|
+
"id": 194,
|
|
844
958
|
"name": "menus",
|
|
845
959
|
"kind": 262144,
|
|
846
960
|
"kindString": "Accessor",
|
|
847
961
|
"flags": {
|
|
848
962
|
"isPublic": true
|
|
849
963
|
},
|
|
964
|
+
"decorators": [
|
|
965
|
+
{
|
|
966
|
+
"name": "Input",
|
|
967
|
+
"type": {
|
|
968
|
+
"type": "reference",
|
|
969
|
+
"qualifiedName": "InputDecorator",
|
|
970
|
+
"package": "@angular/core",
|
|
971
|
+
"name": "Input"
|
|
972
|
+
},
|
|
973
|
+
"arguments": {}
|
|
974
|
+
}
|
|
975
|
+
],
|
|
850
976
|
"sources": [
|
|
851
977
|
{
|
|
852
978
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
853
979
|
"line": 163,
|
|
854
|
-
"character": 13
|
|
855
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L163"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
859
|
-
"line": 167,
|
|
860
|
-
"character": 13,
|
|
861
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L167"
|
|
980
|
+
"character": 13
|
|
862
981
|
}
|
|
863
982
|
],
|
|
864
|
-
"getSignature":
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
"
|
|
872
|
-
|
|
873
|
-
"
|
|
874
|
-
|
|
875
|
-
|
|
983
|
+
"getSignature": [
|
|
984
|
+
{
|
|
985
|
+
"id": 195,
|
|
986
|
+
"name": "menus",
|
|
987
|
+
"kind": 524288,
|
|
988
|
+
"kindString": "Get signature",
|
|
989
|
+
"flags": {},
|
|
990
|
+
"comment": {
|
|
991
|
+
"shortText": "The menus to include in the menu bar.",
|
|
992
|
+
"tags": [
|
|
993
|
+
{
|
|
994
|
+
"tag": "default",
|
|
995
|
+
"text": "[ 'edit', 'format' ]\n"
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
"type": {
|
|
1000
|
+
"type": "array",
|
|
1001
|
+
"elementType": {
|
|
1002
|
+
"type": "reference",
|
|
1003
|
+
"id": 279,
|
|
1004
|
+
"name": "SkyTextEditorMenuType"
|
|
1005
|
+
}
|
|
876
1006
|
}
|
|
877
1007
|
}
|
|
878
|
-
|
|
879
|
-
"setSignature":
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
"
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
1008
|
+
],
|
|
1009
|
+
"setSignature": [
|
|
1010
|
+
{
|
|
1011
|
+
"id": 196,
|
|
1012
|
+
"name": "menus",
|
|
1013
|
+
"kind": 1048576,
|
|
1014
|
+
"kindString": "Set signature",
|
|
1015
|
+
"flags": {},
|
|
1016
|
+
"comment": {
|
|
1017
|
+
"shortText": "The menus to include in the menu bar.",
|
|
1018
|
+
"tags": [
|
|
1019
|
+
{
|
|
1020
|
+
"tag": "default",
|
|
1021
|
+
"text": "[ 'edit', 'format' ]\n"
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
"parameters": [
|
|
893
1026
|
{
|
|
894
|
-
"
|
|
895
|
-
"
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
1027
|
+
"id": 197,
|
|
1028
|
+
"name": "value",
|
|
1029
|
+
"kind": 32768,
|
|
1030
|
+
"kindString": "Parameter",
|
|
1031
|
+
"flags": {},
|
|
1032
|
+
"type": {
|
|
1033
|
+
"type": "array",
|
|
1034
|
+
"elementType": {
|
|
1035
|
+
"type": "reference",
|
|
1036
|
+
"id": 279,
|
|
1037
|
+
"name": "SkyTextEditorMenuType"
|
|
899
1038
|
}
|
|
900
|
-
]
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
|
-
"parameters": [
|
|
905
|
-
{
|
|
906
|
-
"id": 199,
|
|
907
|
-
"name": "value",
|
|
908
|
-
"kind": 32768,
|
|
909
|
-
"kindString": "Parameter",
|
|
910
|
-
"flags": {},
|
|
911
|
-
"type": {
|
|
912
|
-
"type": "array",
|
|
913
|
-
"elementType": {
|
|
914
|
-
"type": "reference",
|
|
915
|
-
"id": 281,
|
|
916
|
-
"name": "SkyTextEditorMenuType"
|
|
917
1039
|
}
|
|
918
1040
|
}
|
|
1041
|
+
],
|
|
1042
|
+
"type": {
|
|
1043
|
+
"type": "intrinsic",
|
|
1044
|
+
"name": "void"
|
|
919
1045
|
}
|
|
920
|
-
],
|
|
921
|
-
"type": {
|
|
922
|
-
"type": "intrinsic",
|
|
923
|
-
"name": "void"
|
|
924
1046
|
}
|
|
925
|
-
|
|
1047
|
+
]
|
|
926
1048
|
},
|
|
927
1049
|
{
|
|
928
|
-
"id":
|
|
1050
|
+
"id": 198,
|
|
929
1051
|
"name": "mergeFields",
|
|
930
1052
|
"kind": 262144,
|
|
931
1053
|
"kindString": "Accessor",
|
|
932
1054
|
"flags": {
|
|
933
1055
|
"isPublic": true
|
|
934
1056
|
},
|
|
1057
|
+
"decorators": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Input",
|
|
1060
|
+
"type": {
|
|
1061
|
+
"type": "reference",
|
|
1062
|
+
"qualifiedName": "InputDecorator",
|
|
1063
|
+
"package": "@angular/core",
|
|
1064
|
+
"name": "Input"
|
|
1065
|
+
},
|
|
1066
|
+
"arguments": {}
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
935
1069
|
"sources": [
|
|
936
1070
|
{
|
|
937
1071
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
938
1072
|
"line": 175,
|
|
939
|
-
"character": 13
|
|
940
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L175"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
944
|
-
"line": 179,
|
|
945
|
-
"character": 13,
|
|
946
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L179"
|
|
1073
|
+
"character": 13
|
|
947
1074
|
}
|
|
948
1075
|
],
|
|
949
|
-
"getSignature":
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
"
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
"
|
|
1076
|
+
"getSignature": [
|
|
1077
|
+
{
|
|
1078
|
+
"id": 199,
|
|
1079
|
+
"name": "mergeFields",
|
|
1080
|
+
"kind": 524288,
|
|
1081
|
+
"kindString": "Get signature",
|
|
1082
|
+
"flags": {},
|
|
1083
|
+
"comment": {
|
|
1084
|
+
"shortText": "The merge fields to include in the merge field menu."
|
|
1085
|
+
},
|
|
1086
|
+
"type": {
|
|
1087
|
+
"type": "array",
|
|
1088
|
+
"elementType": {
|
|
1089
|
+
"type": "reference",
|
|
1090
|
+
"id": 289,
|
|
1091
|
+
"name": "SkyTextEditorMergeField"
|
|
1092
|
+
}
|
|
961
1093
|
}
|
|
962
1094
|
}
|
|
963
|
-
|
|
964
|
-
"setSignature":
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
"
|
|
1095
|
+
],
|
|
1096
|
+
"setSignature": [
|
|
1097
|
+
{
|
|
1098
|
+
"id": 200,
|
|
1099
|
+
"name": "mergeFields",
|
|
1100
|
+
"kind": 1048576,
|
|
1101
|
+
"kindString": "Set signature",
|
|
1102
|
+
"flags": {},
|
|
1103
|
+
"comment": {
|
|
1104
|
+
"shortText": "The merge fields to include in the merge field menu."
|
|
1105
|
+
},
|
|
1106
|
+
"parameters": [
|
|
972
1107
|
{
|
|
973
|
-
"
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
"type": {
|
|
986
|
-
"type": "array",
|
|
987
|
-
"elementType": {
|
|
988
|
-
"type": "reference",
|
|
989
|
-
"id": 291,
|
|
990
|
-
"name": "SkyTextEditorMergeField"
|
|
1108
|
+
"id": 201,
|
|
1109
|
+
"name": "value",
|
|
1110
|
+
"kind": 32768,
|
|
1111
|
+
"kindString": "Parameter",
|
|
1112
|
+
"flags": {},
|
|
1113
|
+
"type": {
|
|
1114
|
+
"type": "array",
|
|
1115
|
+
"elementType": {
|
|
1116
|
+
"type": "reference",
|
|
1117
|
+
"id": 289,
|
|
1118
|
+
"name": "SkyTextEditorMergeField"
|
|
1119
|
+
}
|
|
991
1120
|
}
|
|
992
1121
|
}
|
|
1122
|
+
],
|
|
1123
|
+
"type": {
|
|
1124
|
+
"type": "intrinsic",
|
|
1125
|
+
"name": "void"
|
|
993
1126
|
}
|
|
994
|
-
],
|
|
995
|
-
"type": {
|
|
996
|
-
"type": "intrinsic",
|
|
997
|
-
"name": "void"
|
|
998
1127
|
}
|
|
999
|
-
|
|
1128
|
+
]
|
|
1000
1129
|
},
|
|
1001
1130
|
{
|
|
1002
|
-
"id":
|
|
1131
|
+
"id": 202,
|
|
1003
1132
|
"name": "placeholder",
|
|
1004
1133
|
"kind": 262144,
|
|
1005
1134
|
"kindString": "Accessor",
|
|
1006
1135
|
"flags": {
|
|
1007
1136
|
"isPublic": true
|
|
1008
1137
|
},
|
|
1138
|
+
"decorators": [
|
|
1139
|
+
{
|
|
1140
|
+
"name": "Input",
|
|
1141
|
+
"type": {
|
|
1142
|
+
"type": "reference",
|
|
1143
|
+
"qualifiedName": "InputDecorator",
|
|
1144
|
+
"package": "@angular/core",
|
|
1145
|
+
"name": "Input"
|
|
1146
|
+
},
|
|
1147
|
+
"arguments": {}
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1009
1150
|
"sources": [
|
|
1010
1151
|
{
|
|
1011
1152
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1012
1153
|
"line": 187,
|
|
1013
|
-
"character": 13
|
|
1014
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L187"
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1018
|
-
"line": 197,
|
|
1019
|
-
"character": 13,
|
|
1020
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L197"
|
|
1154
|
+
"character": 13
|
|
1021
1155
|
}
|
|
1022
1156
|
],
|
|
1023
|
-
"getSignature":
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
"
|
|
1031
|
-
|
|
1157
|
+
"getSignature": [
|
|
1158
|
+
{
|
|
1159
|
+
"id": 203,
|
|
1160
|
+
"name": "placeholder",
|
|
1161
|
+
"kind": 524288,
|
|
1162
|
+
"kindString": "Get signature",
|
|
1163
|
+
"flags": {},
|
|
1164
|
+
"comment": {
|
|
1165
|
+
"shortText": "Placeholder text to display when the text entry area is empty."
|
|
1166
|
+
},
|
|
1167
|
+
"type": {
|
|
1168
|
+
"type": "intrinsic",
|
|
1169
|
+
"name": "string"
|
|
1170
|
+
}
|
|
1032
1171
|
}
|
|
1033
|
-
|
|
1034
|
-
"setSignature":
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
"
|
|
1172
|
+
],
|
|
1173
|
+
"setSignature": [
|
|
1174
|
+
{
|
|
1175
|
+
"id": 204,
|
|
1176
|
+
"name": "placeholder",
|
|
1177
|
+
"kind": 1048576,
|
|
1178
|
+
"kindString": "Set signature",
|
|
1179
|
+
"flags": {},
|
|
1180
|
+
"comment": {
|
|
1181
|
+
"shortText": "Placeholder text to display when the text entry area is empty."
|
|
1182
|
+
},
|
|
1183
|
+
"parameters": [
|
|
1042
1184
|
{
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
"kind": 32768,
|
|
1053
|
-
"kindString": "Parameter",
|
|
1054
|
-
"flags": {},
|
|
1055
|
-
"type": {
|
|
1056
|
-
"type": "intrinsic",
|
|
1057
|
-
"name": "string"
|
|
1185
|
+
"id": 205,
|
|
1186
|
+
"name": "value",
|
|
1187
|
+
"kind": 32768,
|
|
1188
|
+
"kindString": "Parameter",
|
|
1189
|
+
"flags": {},
|
|
1190
|
+
"type": {
|
|
1191
|
+
"type": "intrinsic",
|
|
1192
|
+
"name": "string"
|
|
1193
|
+
}
|
|
1058
1194
|
}
|
|
1195
|
+
],
|
|
1196
|
+
"type": {
|
|
1197
|
+
"type": "intrinsic",
|
|
1198
|
+
"name": "void"
|
|
1059
1199
|
}
|
|
1060
|
-
],
|
|
1061
|
-
"type": {
|
|
1062
|
-
"type": "intrinsic",
|
|
1063
|
-
"name": "void"
|
|
1064
1200
|
}
|
|
1065
|
-
|
|
1201
|
+
]
|
|
1066
1202
|
},
|
|
1067
1203
|
{
|
|
1068
|
-
"id":
|
|
1204
|
+
"id": 206,
|
|
1069
1205
|
"name": "toolbarActions",
|
|
1070
1206
|
"kind": 262144,
|
|
1071
1207
|
"kindString": "Accessor",
|
|
1072
1208
|
"flags": {
|
|
1073
1209
|
"isPublic": true
|
|
1074
1210
|
},
|
|
1211
|
+
"decorators": [
|
|
1212
|
+
{
|
|
1213
|
+
"name": "Input",
|
|
1214
|
+
"type": {
|
|
1215
|
+
"type": "reference",
|
|
1216
|
+
"qualifiedName": "InputDecorator",
|
|
1217
|
+
"package": "@angular/core",
|
|
1218
|
+
"name": "Input"
|
|
1219
|
+
},
|
|
1220
|
+
"arguments": {}
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1075
1223
|
"sources": [
|
|
1076
1224
|
{
|
|
1077
1225
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1078
1226
|
"line": 206,
|
|
1079
|
-
"character": 13
|
|
1080
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L206"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1084
|
-
"line": 212,
|
|
1085
|
-
"character": 13,
|
|
1086
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L212"
|
|
1227
|
+
"character": 13
|
|
1087
1228
|
}
|
|
1088
1229
|
],
|
|
1089
|
-
"getSignature":
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
"
|
|
1097
|
-
|
|
1098
|
-
"
|
|
1099
|
-
|
|
1100
|
-
|
|
1230
|
+
"getSignature": [
|
|
1231
|
+
{
|
|
1232
|
+
"id": 207,
|
|
1233
|
+
"name": "toolbarActions",
|
|
1234
|
+
"kind": 524288,
|
|
1235
|
+
"kindString": "Get signature",
|
|
1236
|
+
"flags": {},
|
|
1237
|
+
"comment": {
|
|
1238
|
+
"shortText": "The actions to include in the toolbar and determines their order.",
|
|
1239
|
+
"tags": [
|
|
1240
|
+
{
|
|
1241
|
+
"tag": "default",
|
|
1242
|
+
"text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
|
|
1243
|
+
}
|
|
1244
|
+
]
|
|
1245
|
+
},
|
|
1246
|
+
"type": {
|
|
1247
|
+
"type": "array",
|
|
1248
|
+
"elementType": {
|
|
1249
|
+
"type": "reference",
|
|
1250
|
+
"id": 293,
|
|
1251
|
+
"name": "SkyTextEditorToolbarActionType"
|
|
1252
|
+
}
|
|
1101
1253
|
}
|
|
1102
1254
|
}
|
|
1103
|
-
|
|
1104
|
-
"setSignature":
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
"
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1255
|
+
],
|
|
1256
|
+
"setSignature": [
|
|
1257
|
+
{
|
|
1258
|
+
"id": 208,
|
|
1259
|
+
"name": "toolbarActions",
|
|
1260
|
+
"kind": 1048576,
|
|
1261
|
+
"kindString": "Set signature",
|
|
1262
|
+
"flags": {},
|
|
1263
|
+
"comment": {
|
|
1264
|
+
"shortText": "The actions to include in the toolbar and determines their order.",
|
|
1265
|
+
"tags": [
|
|
1266
|
+
{
|
|
1267
|
+
"tag": "default",
|
|
1268
|
+
"text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
"parameters": [
|
|
1118
1273
|
{
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1274
|
+
"id": 209,
|
|
1275
|
+
"name": "value",
|
|
1276
|
+
"kind": 32768,
|
|
1277
|
+
"kindString": "Parameter",
|
|
1278
|
+
"flags": {},
|
|
1279
|
+
"type": {
|
|
1280
|
+
"type": "array",
|
|
1281
|
+
"elementType": {
|
|
1282
|
+
"type": "reference",
|
|
1283
|
+
"id": 293,
|
|
1284
|
+
"name": "SkyTextEditorToolbarActionType"
|
|
1124
1285
|
}
|
|
1125
|
-
]
|
|
1126
|
-
}
|
|
1127
|
-
]
|
|
1128
|
-
},
|
|
1129
|
-
"parameters": [
|
|
1130
|
-
{
|
|
1131
|
-
"id": 211,
|
|
1132
|
-
"name": "value",
|
|
1133
|
-
"kind": 32768,
|
|
1134
|
-
"kindString": "Parameter",
|
|
1135
|
-
"flags": {},
|
|
1136
|
-
"type": {
|
|
1137
|
-
"type": "array",
|
|
1138
|
-
"elementType": {
|
|
1139
|
-
"type": "reference",
|
|
1140
|
-
"id": 295,
|
|
1141
|
-
"name": "SkyTextEditorToolbarActionType"
|
|
1142
1286
|
}
|
|
1143
1287
|
}
|
|
1288
|
+
],
|
|
1289
|
+
"type": {
|
|
1290
|
+
"type": "intrinsic",
|
|
1291
|
+
"name": "void"
|
|
1144
1292
|
}
|
|
1145
|
-
],
|
|
1146
|
-
"type": {
|
|
1147
|
-
"type": "intrinsic",
|
|
1148
|
-
"name": "void"
|
|
1149
1293
|
}
|
|
1150
|
-
|
|
1294
|
+
]
|
|
1151
1295
|
},
|
|
1152
1296
|
{
|
|
1153
|
-
"id":
|
|
1297
|
+
"id": 211,
|
|
1154
1298
|
"name": "value",
|
|
1155
1299
|
"kind": 262144,
|
|
1156
1300
|
"kindString": "Accessor",
|
|
@@ -1161,62 +1305,57 @@
|
|
|
1161
1305
|
{
|
|
1162
1306
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1163
1307
|
"line": 222,
|
|
1164
|
-
"character": 13
|
|
1165
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L222"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1169
|
-
"line": 268,
|
|
1170
|
-
"character": 13,
|
|
1171
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L268"
|
|
1308
|
+
"character": 13
|
|
1172
1309
|
}
|
|
1173
1310
|
],
|
|
1174
|
-
"getSignature":
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1311
|
+
"getSignature": [
|
|
1312
|
+
{
|
|
1313
|
+
"id": 212,
|
|
1314
|
+
"name": "value",
|
|
1315
|
+
"kind": 524288,
|
|
1316
|
+
"kindString": "Get signature",
|
|
1317
|
+
"flags": {},
|
|
1318
|
+
"comment": {
|
|
1319
|
+
"shortText": "The internal value of the control."
|
|
1320
|
+
},
|
|
1321
|
+
"type": {
|
|
1322
|
+
"type": "intrinsic",
|
|
1323
|
+
"name": "string"
|
|
1324
|
+
}
|
|
1183
1325
|
}
|
|
1184
|
-
|
|
1185
|
-
"setSignature":
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
"
|
|
1326
|
+
],
|
|
1327
|
+
"setSignature": [
|
|
1328
|
+
{
|
|
1329
|
+
"id": 213,
|
|
1330
|
+
"name": "value",
|
|
1331
|
+
"kind": 1048576,
|
|
1332
|
+
"kindString": "Set signature",
|
|
1333
|
+
"flags": {},
|
|
1334
|
+
"comment": {
|
|
1335
|
+
"shortText": "The internal value of the control."
|
|
1336
|
+
},
|
|
1337
|
+
"parameters": [
|
|
1193
1338
|
{
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
"kind": 32768,
|
|
1204
|
-
"kindString": "Parameter",
|
|
1205
|
-
"flags": {},
|
|
1206
|
-
"type": {
|
|
1207
|
-
"type": "intrinsic",
|
|
1208
|
-
"name": "string"
|
|
1339
|
+
"id": 214,
|
|
1340
|
+
"name": "value",
|
|
1341
|
+
"kind": 32768,
|
|
1342
|
+
"kindString": "Parameter",
|
|
1343
|
+
"flags": {},
|
|
1344
|
+
"type": {
|
|
1345
|
+
"type": "intrinsic",
|
|
1346
|
+
"name": "string"
|
|
1347
|
+
}
|
|
1209
1348
|
}
|
|
1349
|
+
],
|
|
1350
|
+
"type": {
|
|
1351
|
+
"type": "intrinsic",
|
|
1352
|
+
"name": "void"
|
|
1210
1353
|
}
|
|
1211
|
-
],
|
|
1212
|
-
"type": {
|
|
1213
|
-
"type": "intrinsic",
|
|
1214
|
-
"name": "void"
|
|
1215
1354
|
}
|
|
1216
|
-
|
|
1355
|
+
]
|
|
1217
1356
|
},
|
|
1218
1357
|
{
|
|
1219
|
-
"id":
|
|
1358
|
+
"id": 237,
|
|
1220
1359
|
"name": "ngAfterViewInit",
|
|
1221
1360
|
"kind": 2048,
|
|
1222
1361
|
"kindString": "Method",
|
|
@@ -1227,13 +1366,12 @@
|
|
|
1227
1366
|
{
|
|
1228
1367
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1229
1368
|
"line": 320,
|
|
1230
|
-
"character": 9
|
|
1231
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L320"
|
|
1369
|
+
"character": 9
|
|
1232
1370
|
}
|
|
1233
1371
|
],
|
|
1234
1372
|
"signatures": [
|
|
1235
1373
|
{
|
|
1236
|
-
"id":
|
|
1374
|
+
"id": 238,
|
|
1237
1375
|
"name": "ngAfterViewInit",
|
|
1238
1376
|
"kind": 4096,
|
|
1239
1377
|
"kindString": "Call signature",
|
|
@@ -1254,7 +1392,7 @@
|
|
|
1254
1392
|
}
|
|
1255
1393
|
},
|
|
1256
1394
|
{
|
|
1257
|
-
"id":
|
|
1395
|
+
"id": 239,
|
|
1258
1396
|
"name": "ngOnDestroy",
|
|
1259
1397
|
"kind": 2048,
|
|
1260
1398
|
"kindString": "Method",
|
|
@@ -1265,13 +1403,12 @@
|
|
|
1265
1403
|
{
|
|
1266
1404
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1267
1405
|
"line": 324,
|
|
1268
|
-
"character": 9
|
|
1269
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L324"
|
|
1406
|
+
"character": 9
|
|
1270
1407
|
}
|
|
1271
1408
|
],
|
|
1272
1409
|
"signatures": [
|
|
1273
1410
|
{
|
|
1274
|
-
"id":
|
|
1411
|
+
"id": 240,
|
|
1275
1412
|
"name": "ngOnDestroy",
|
|
1276
1413
|
"kind": 4096,
|
|
1277
1414
|
"kindString": "Call signature",
|
|
@@ -1292,7 +1429,7 @@
|
|
|
1292
1429
|
}
|
|
1293
1430
|
},
|
|
1294
1431
|
{
|
|
1295
|
-
"id":
|
|
1432
|
+
"id": 241,
|
|
1296
1433
|
"name": "onIframeLoad",
|
|
1297
1434
|
"kind": 2048,
|
|
1298
1435
|
"kindString": "Method",
|
|
@@ -1303,13 +1440,12 @@
|
|
|
1303
1440
|
{
|
|
1304
1441
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1305
1442
|
"line": 330,
|
|
1306
|
-
"character": 9
|
|
1307
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L330"
|
|
1443
|
+
"character": 9
|
|
1308
1444
|
}
|
|
1309
1445
|
],
|
|
1310
1446
|
"signatures": [
|
|
1311
1447
|
{
|
|
1312
|
-
"id":
|
|
1448
|
+
"id": 242,
|
|
1313
1449
|
"name": "onIframeLoad",
|
|
1314
1450
|
"kind": 4096,
|
|
1315
1451
|
"kindString": "Call signature",
|
|
@@ -1322,7 +1458,7 @@
|
|
|
1322
1458
|
]
|
|
1323
1459
|
},
|
|
1324
1460
|
{
|
|
1325
|
-
"id":
|
|
1461
|
+
"id": 246,
|
|
1326
1462
|
"name": "registerOnChange",
|
|
1327
1463
|
"kind": 2048,
|
|
1328
1464
|
"kindString": "Method",
|
|
@@ -1333,28 +1469,22 @@
|
|
|
1333
1469
|
{
|
|
1334
1470
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1335
1471
|
"line": 356,
|
|
1336
|
-
"character": 9
|
|
1337
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L356"
|
|
1472
|
+
"character": 9
|
|
1338
1473
|
}
|
|
1339
1474
|
],
|
|
1340
1475
|
"signatures": [
|
|
1341
1476
|
{
|
|
1342
|
-
"id":
|
|
1477
|
+
"id": 247,
|
|
1343
1478
|
"name": "registerOnChange",
|
|
1344
1479
|
"kind": 4096,
|
|
1345
1480
|
"kindString": "Call signature",
|
|
1346
1481
|
"flags": {},
|
|
1347
1482
|
"comment": {
|
|
1348
|
-
"
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "text",
|
|
1351
|
-
"text": "Implemented as part of ControlValueAccessor."
|
|
1352
|
-
}
|
|
1353
|
-
]
|
|
1483
|
+
"shortText": "Implemented as part of ControlValueAccessor."
|
|
1354
1484
|
},
|
|
1355
1485
|
"parameters": [
|
|
1356
1486
|
{
|
|
1357
|
-
"id":
|
|
1487
|
+
"id": 248,
|
|
1358
1488
|
"name": "fn",
|
|
1359
1489
|
"kind": 32768,
|
|
1360
1490
|
"kindString": "Parameter",
|
|
@@ -1362,29 +1492,21 @@
|
|
|
1362
1492
|
"type": {
|
|
1363
1493
|
"type": "reflection",
|
|
1364
1494
|
"declaration": {
|
|
1365
|
-
"id":
|
|
1495
|
+
"id": 249,
|
|
1366
1496
|
"name": "__type",
|
|
1367
1497
|
"kind": 65536,
|
|
1368
1498
|
"kindString": "Type literal",
|
|
1369
1499
|
"flags": {},
|
|
1370
|
-
"sources": [
|
|
1371
|
-
{
|
|
1372
|
-
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1373
|
-
"line": 356,
|
|
1374
|
-
"character": 30,
|
|
1375
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L356"
|
|
1376
|
-
}
|
|
1377
|
-
],
|
|
1378
1500
|
"signatures": [
|
|
1379
1501
|
{
|
|
1380
|
-
"id":
|
|
1502
|
+
"id": 250,
|
|
1381
1503
|
"name": "__type",
|
|
1382
1504
|
"kind": 4096,
|
|
1383
1505
|
"kindString": "Call signature",
|
|
1384
1506
|
"flags": {},
|
|
1385
1507
|
"parameters": [
|
|
1386
1508
|
{
|
|
1387
|
-
"id":
|
|
1509
|
+
"id": 251,
|
|
1388
1510
|
"name": "value",
|
|
1389
1511
|
"kind": 32768,
|
|
1390
1512
|
"kindString": "Parameter",
|
|
@@ -1413,7 +1535,7 @@
|
|
|
1413
1535
|
]
|
|
1414
1536
|
},
|
|
1415
1537
|
{
|
|
1416
|
-
"id":
|
|
1538
|
+
"id": 252,
|
|
1417
1539
|
"name": "registerOnTouched",
|
|
1418
1540
|
"kind": 2048,
|
|
1419
1541
|
"kindString": "Method",
|
|
@@ -1424,28 +1546,22 @@
|
|
|
1424
1546
|
{
|
|
1425
1547
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1426
1548
|
"line": 363,
|
|
1427
|
-
"character": 9
|
|
1428
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L363"
|
|
1549
|
+
"character": 9
|
|
1429
1550
|
}
|
|
1430
1551
|
],
|
|
1431
1552
|
"signatures": [
|
|
1432
1553
|
{
|
|
1433
|
-
"id":
|
|
1554
|
+
"id": 253,
|
|
1434
1555
|
"name": "registerOnTouched",
|
|
1435
1556
|
"kind": 4096,
|
|
1436
1557
|
"kindString": "Call signature",
|
|
1437
1558
|
"flags": {},
|
|
1438
1559
|
"comment": {
|
|
1439
|
-
"
|
|
1440
|
-
{
|
|
1441
|
-
"kind": "text",
|
|
1442
|
-
"text": "Implemented as part of ControlValueAccessor."
|
|
1443
|
-
}
|
|
1444
|
-
]
|
|
1560
|
+
"shortText": "Implemented as part of ControlValueAccessor."
|
|
1445
1561
|
},
|
|
1446
1562
|
"parameters": [
|
|
1447
1563
|
{
|
|
1448
|
-
"id":
|
|
1564
|
+
"id": 254,
|
|
1449
1565
|
"name": "fn",
|
|
1450
1566
|
"kind": 32768,
|
|
1451
1567
|
"kindString": "Parameter",
|
|
@@ -1453,22 +1569,14 @@
|
|
|
1453
1569
|
"type": {
|
|
1454
1570
|
"type": "reflection",
|
|
1455
1571
|
"declaration": {
|
|
1456
|
-
"id":
|
|
1572
|
+
"id": 255,
|
|
1457
1573
|
"name": "__type",
|
|
1458
1574
|
"kind": 65536,
|
|
1459
1575
|
"kindString": "Type literal",
|
|
1460
1576
|
"flags": {},
|
|
1461
|
-
"sources": [
|
|
1462
|
-
{
|
|
1463
|
-
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1464
|
-
"line": 363,
|
|
1465
|
-
"character": 31,
|
|
1466
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L363"
|
|
1467
|
-
}
|
|
1468
|
-
],
|
|
1469
1577
|
"signatures": [
|
|
1470
1578
|
{
|
|
1471
|
-
"id":
|
|
1579
|
+
"id": 256,
|
|
1472
1580
|
"name": "__type",
|
|
1473
1581
|
"kind": 4096,
|
|
1474
1582
|
"kindString": "Call signature",
|
|
@@ -1491,7 +1599,7 @@
|
|
|
1491
1599
|
]
|
|
1492
1600
|
},
|
|
1493
1601
|
{
|
|
1494
|
-
"id":
|
|
1602
|
+
"id": 257,
|
|
1495
1603
|
"name": "setDisabledState",
|
|
1496
1604
|
"kind": 2048,
|
|
1497
1605
|
"kindString": "Method",
|
|
@@ -1502,28 +1610,22 @@
|
|
|
1502
1610
|
{
|
|
1503
1611
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1504
1612
|
"line": 370,
|
|
1505
|
-
"character": 9
|
|
1506
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L370"
|
|
1613
|
+
"character": 9
|
|
1507
1614
|
}
|
|
1508
1615
|
],
|
|
1509
1616
|
"signatures": [
|
|
1510
1617
|
{
|
|
1511
|
-
"id":
|
|
1618
|
+
"id": 258,
|
|
1512
1619
|
"name": "setDisabledState",
|
|
1513
1620
|
"kind": 4096,
|
|
1514
1621
|
"kindString": "Call signature",
|
|
1515
1622
|
"flags": {},
|
|
1516
1623
|
"comment": {
|
|
1517
|
-
"
|
|
1518
|
-
{
|
|
1519
|
-
"kind": "text",
|
|
1520
|
-
"text": "Implemented as part of ControlValueAccessor."
|
|
1521
|
-
}
|
|
1522
|
-
]
|
|
1624
|
+
"shortText": "Implemented as part of ControlValueAccessor."
|
|
1523
1625
|
},
|
|
1524
1626
|
"parameters": [
|
|
1525
1627
|
{
|
|
1526
|
-
"id":
|
|
1628
|
+
"id": 259,
|
|
1527
1629
|
"name": "isDisabled",
|
|
1528
1630
|
"kind": 32768,
|
|
1529
1631
|
"kindString": "Parameter",
|
|
@@ -1542,7 +1644,7 @@
|
|
|
1542
1644
|
]
|
|
1543
1645
|
},
|
|
1544
1646
|
{
|
|
1545
|
-
"id":
|
|
1647
|
+
"id": 243,
|
|
1546
1648
|
"name": "writeValue",
|
|
1547
1649
|
"kind": 2048,
|
|
1548
1650
|
"kindString": "Method",
|
|
@@ -1553,28 +1655,22 @@
|
|
|
1553
1655
|
{
|
|
1554
1656
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1555
1657
|
"line": 340,
|
|
1556
|
-
"character": 9
|
|
1557
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L340"
|
|
1658
|
+
"character": 9
|
|
1558
1659
|
}
|
|
1559
1660
|
],
|
|
1560
1661
|
"signatures": [
|
|
1561
1662
|
{
|
|
1562
|
-
"id":
|
|
1663
|
+
"id": 244,
|
|
1563
1664
|
"name": "writeValue",
|
|
1564
1665
|
"kind": 4096,
|
|
1565
1666
|
"kindString": "Call signature",
|
|
1566
1667
|
"flags": {},
|
|
1567
1668
|
"comment": {
|
|
1568
|
-
"
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "text",
|
|
1571
|
-
"text": "Implemented as part of ControlValueAccessor."
|
|
1572
|
-
}
|
|
1573
|
-
]
|
|
1669
|
+
"shortText": "Implemented as part of ControlValueAccessor."
|
|
1574
1670
|
},
|
|
1575
1671
|
"parameters": [
|
|
1576
1672
|
{
|
|
1577
|
-
"id":
|
|
1673
|
+
"id": 245,
|
|
1578
1674
|
"name": "value",
|
|
1579
1675
|
"kind": 32768,
|
|
1580
1676
|
"kindString": "Parameter",
|
|
@@ -1596,43 +1692,47 @@
|
|
|
1596
1692
|
"groups": [
|
|
1597
1693
|
{
|
|
1598
1694
|
"title": "Constructors",
|
|
1695
|
+
"kind": 512,
|
|
1599
1696
|
"children": [
|
|
1600
|
-
|
|
1697
|
+
163
|
|
1601
1698
|
]
|
|
1602
1699
|
},
|
|
1603
1700
|
{
|
|
1604
1701
|
"title": "Properties",
|
|
1702
|
+
"kind": 1024,
|
|
1605
1703
|
"children": [
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1704
|
+
173,
|
|
1705
|
+
215,
|
|
1706
|
+
210
|
|
1609
1707
|
]
|
|
1610
1708
|
},
|
|
1611
1709
|
{
|
|
1612
1710
|
"title": "Accessors",
|
|
1711
|
+
"kind": 262144,
|
|
1613
1712
|
"children": [
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1713
|
+
174,
|
|
1714
|
+
178,
|
|
1715
|
+
182,
|
|
1716
|
+
186,
|
|
1717
|
+
190,
|
|
1718
|
+
194,
|
|
1719
|
+
198,
|
|
1720
|
+
202,
|
|
1721
|
+
206,
|
|
1722
|
+
211
|
|
1624
1723
|
]
|
|
1625
1724
|
},
|
|
1626
1725
|
{
|
|
1627
1726
|
"title": "Methods",
|
|
1727
|
+
"kind": 2048,
|
|
1628
1728
|
"children": [
|
|
1729
|
+
237,
|
|
1629
1730
|
239,
|
|
1630
1731
|
241,
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
245
|
|
1732
|
+
246,
|
|
1733
|
+
252,
|
|
1734
|
+
257,
|
|
1735
|
+
243
|
|
1636
1736
|
]
|
|
1637
1737
|
}
|
|
1638
1738
|
],
|
|
@@ -1640,52 +1740,45 @@
|
|
|
1640
1740
|
{
|
|
1641
1741
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1642
1742
|
"line": 51,
|
|
1643
|
-
"character": 13
|
|
1644
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L51"
|
|
1743
|
+
"character": 13
|
|
1645
1744
|
}
|
|
1646
1745
|
],
|
|
1647
1746
|
"implementedTypes": [
|
|
1648
1747
|
{
|
|
1649
1748
|
"type": "reference",
|
|
1650
|
-
"name": "AfterViewInit",
|
|
1651
1749
|
"qualifiedName": "AfterViewInit",
|
|
1652
|
-
"package": "@angular/core"
|
|
1750
|
+
"package": "@angular/core",
|
|
1751
|
+
"name": "AfterViewInit"
|
|
1653
1752
|
},
|
|
1654
1753
|
{
|
|
1655
1754
|
"type": "reference",
|
|
1656
|
-
"name": "OnDestroy",
|
|
1657
1755
|
"qualifiedName": "OnDestroy",
|
|
1658
|
-
"package": "@angular/core"
|
|
1756
|
+
"package": "@angular/core",
|
|
1757
|
+
"name": "OnDestroy"
|
|
1659
1758
|
}
|
|
1660
1759
|
]
|
|
1661
1760
|
},
|
|
1662
1761
|
{
|
|
1663
|
-
"id":
|
|
1762
|
+
"id": 276,
|
|
1664
1763
|
"name": "SkyTextEditorFont",
|
|
1665
1764
|
"kind": 256,
|
|
1666
1765
|
"kindString": "Interface",
|
|
1667
1766
|
"flags": {},
|
|
1668
1767
|
"children": [
|
|
1669
1768
|
{
|
|
1670
|
-
"id":
|
|
1769
|
+
"id": 277,
|
|
1671
1770
|
"name": "name",
|
|
1672
1771
|
"kind": 1024,
|
|
1673
1772
|
"kindString": "Property",
|
|
1674
1773
|
"flags": {},
|
|
1675
1774
|
"comment": {
|
|
1676
|
-
"
|
|
1677
|
-
{
|
|
1678
|
-
"kind": "text",
|
|
1679
|
-
"text": "The display name of the font."
|
|
1680
|
-
}
|
|
1681
|
-
]
|
|
1775
|
+
"shortText": "The display name of the font."
|
|
1682
1776
|
},
|
|
1683
1777
|
"sources": [
|
|
1684
1778
|
{
|
|
1685
1779
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1686
1780
|
"line": 5,
|
|
1687
|
-
"character": 2
|
|
1688
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
1781
|
+
"character": 2
|
|
1689
1782
|
}
|
|
1690
1783
|
],
|
|
1691
1784
|
"type": {
|
|
@@ -1694,33 +1787,19 @@
|
|
|
1694
1787
|
}
|
|
1695
1788
|
},
|
|
1696
1789
|
{
|
|
1697
|
-
"id":
|
|
1790
|
+
"id": 278,
|
|
1698
1791
|
"name": "value",
|
|
1699
1792
|
"kind": 1024,
|
|
1700
1793
|
"kindString": "Property",
|
|
1701
1794
|
"flags": {},
|
|
1702
1795
|
"comment": {
|
|
1703
|
-
"
|
|
1704
|
-
{
|
|
1705
|
-
"kind": "text",
|
|
1706
|
-
"text": "The CSS "
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"kind": "code",
|
|
1710
|
-
"text": "`font-family`"
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "text",
|
|
1714
|
-
"text": " value for the font."
|
|
1715
|
-
}
|
|
1716
|
-
]
|
|
1796
|
+
"shortText": "The CSS `font-family` value for the font."
|
|
1717
1797
|
},
|
|
1718
1798
|
"sources": [
|
|
1719
1799
|
{
|
|
1720
1800
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1721
1801
|
"line": 10,
|
|
1722
|
-
"character": 2
|
|
1723
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
1802
|
+
"character": 2
|
|
1724
1803
|
}
|
|
1725
1804
|
],
|
|
1726
1805
|
"type": {
|
|
@@ -1732,9 +1811,10 @@
|
|
|
1732
1811
|
"groups": [
|
|
1733
1812
|
{
|
|
1734
1813
|
"title": "Properties",
|
|
1814
|
+
"kind": 1024,
|
|
1735
1815
|
"children": [
|
|
1736
|
-
|
|
1737
|
-
|
|
1816
|
+
277,
|
|
1817
|
+
278
|
|
1738
1818
|
]
|
|
1739
1819
|
}
|
|
1740
1820
|
],
|
|
@@ -1742,38 +1822,31 @@
|
|
|
1742
1822
|
{
|
|
1743
1823
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1744
1824
|
"line": 1,
|
|
1745
|
-
"character": 17
|
|
1746
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
1825
|
+
"character": 17
|
|
1747
1826
|
}
|
|
1748
1827
|
]
|
|
1749
1828
|
},
|
|
1750
1829
|
{
|
|
1751
|
-
"id":
|
|
1830
|
+
"id": 289,
|
|
1752
1831
|
"name": "SkyTextEditorMergeField",
|
|
1753
1832
|
"kind": 256,
|
|
1754
1833
|
"kindString": "Interface",
|
|
1755
1834
|
"flags": {},
|
|
1756
1835
|
"children": [
|
|
1757
1836
|
{
|
|
1758
|
-
"id":
|
|
1837
|
+
"id": 290,
|
|
1759
1838
|
"name": "id",
|
|
1760
1839
|
"kind": 1024,
|
|
1761
1840
|
"kindString": "Property",
|
|
1762
1841
|
"flags": {},
|
|
1763
1842
|
"comment": {
|
|
1764
|
-
"
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "text",
|
|
1767
|
-
"text": "The identifier for the merge field."
|
|
1768
|
-
}
|
|
1769
|
-
]
|
|
1843
|
+
"shortText": "The identifier for the merge field."
|
|
1770
1844
|
},
|
|
1771
1845
|
"sources": [
|
|
1772
1846
|
{
|
|
1773
1847
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1774
1848
|
"line": 5,
|
|
1775
|
-
"character": 2
|
|
1776
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
1849
|
+
"character": 2
|
|
1777
1850
|
}
|
|
1778
1851
|
],
|
|
1779
1852
|
"type": {
|
|
@@ -1782,25 +1855,19 @@
|
|
|
1782
1855
|
}
|
|
1783
1856
|
},
|
|
1784
1857
|
{
|
|
1785
|
-
"id":
|
|
1858
|
+
"id": 291,
|
|
1786
1859
|
"name": "name",
|
|
1787
1860
|
"kind": 1024,
|
|
1788
1861
|
"kindString": "Property",
|
|
1789
1862
|
"flags": {},
|
|
1790
1863
|
"comment": {
|
|
1791
|
-
"
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "text",
|
|
1794
|
-
"text": "Display text for the merge field. If it is more than 18 characters, the component truncates to 15 characters."
|
|
1795
|
-
}
|
|
1796
|
-
]
|
|
1864
|
+
"shortText": "Display text for the merge field. If it is more than 18 characters, the component truncates to 15 characters."
|
|
1797
1865
|
},
|
|
1798
1866
|
"sources": [
|
|
1799
1867
|
{
|
|
1800
1868
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1801
1869
|
"line": 10,
|
|
1802
|
-
"character": 2
|
|
1803
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
1870
|
+
"character": 2
|
|
1804
1871
|
}
|
|
1805
1872
|
],
|
|
1806
1873
|
"type": {
|
|
@@ -1809,7 +1876,7 @@
|
|
|
1809
1876
|
}
|
|
1810
1877
|
},
|
|
1811
1878
|
{
|
|
1812
|
-
"id":
|
|
1879
|
+
"id": 292,
|
|
1813
1880
|
"name": "previewImageUrl",
|
|
1814
1881
|
"kind": 1024,
|
|
1815
1882
|
"kindString": "Property",
|
|
@@ -1817,35 +1884,13 @@
|
|
|
1817
1884
|
"isOptional": true
|
|
1818
1885
|
},
|
|
1819
1886
|
"comment": {
|
|
1820
|
-
"
|
|
1821
|
-
{
|
|
1822
|
-
"kind": "text",
|
|
1823
|
-
"text": "The "
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "code",
|
|
1827
|
-
"text": "`src`"
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"kind": "text",
|
|
1831
|
-
"text": " attribute for a preview image to represent the merge field\nin the text editor. By default, the "
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"kind": "code",
|
|
1835
|
-
"text": "`name`"
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"kind": "text",
|
|
1839
|
-
"text": " value appears in a blue rectangle."
|
|
1840
|
-
}
|
|
1841
|
-
]
|
|
1887
|
+
"shortText": "The `src` attribute for a preview image to represent the merge field\nin the text editor. By default, the `name` value appears in a blue rectangle."
|
|
1842
1888
|
},
|
|
1843
1889
|
"sources": [
|
|
1844
1890
|
{
|
|
1845
1891
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1846
1892
|
"line": 16,
|
|
1847
|
-
"character": 2
|
|
1848
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
1893
|
+
"character": 2
|
|
1849
1894
|
}
|
|
1850
1895
|
],
|
|
1851
1896
|
"type": {
|
|
@@ -1857,10 +1902,11 @@
|
|
|
1857
1902
|
"groups": [
|
|
1858
1903
|
{
|
|
1859
1904
|
"title": "Properties",
|
|
1905
|
+
"kind": 1024,
|
|
1860
1906
|
"children": [
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1907
|
+
290,
|
|
1908
|
+
291,
|
|
1909
|
+
292
|
|
1864
1910
|
]
|
|
1865
1911
|
}
|
|
1866
1912
|
],
|
|
@@ -1868,38 +1914,31 @@
|
|
|
1868
1914
|
{
|
|
1869
1915
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1870
1916
|
"line": 1,
|
|
1871
|
-
"character": 17
|
|
1872
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
1917
|
+
"character": 17
|
|
1873
1918
|
}
|
|
1874
1919
|
]
|
|
1875
1920
|
},
|
|
1876
1921
|
{
|
|
1877
|
-
"id":
|
|
1922
|
+
"id": 280,
|
|
1878
1923
|
"name": "SkyTextEditorStyleState",
|
|
1879
1924
|
"kind": 256,
|
|
1880
1925
|
"kindString": "Interface",
|
|
1881
1926
|
"flags": {},
|
|
1882
1927
|
"children": [
|
|
1883
1928
|
{
|
|
1884
|
-
"id":
|
|
1929
|
+
"id": 281,
|
|
1885
1930
|
"name": "backColor",
|
|
1886
1931
|
"kind": 1024,
|
|
1887
1932
|
"kindString": "Property",
|
|
1888
1933
|
"flags": {},
|
|
1889
1934
|
"comment": {
|
|
1890
|
-
"
|
|
1891
|
-
{
|
|
1892
|
-
"kind": "text",
|
|
1893
|
-
"text": "The background color. Accepts any CSS color value."
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1935
|
+
"shortText": "The background color. Accepts any CSS color value."
|
|
1896
1936
|
},
|
|
1897
1937
|
"sources": [
|
|
1898
1938
|
{
|
|
1899
1939
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
1900
1940
|
"line": 5,
|
|
1901
|
-
"character": 2
|
|
1902
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
1941
|
+
"character": 2
|
|
1903
1942
|
}
|
|
1904
1943
|
],
|
|
1905
1944
|
"type": {
|
|
@@ -1908,25 +1947,19 @@
|
|
|
1908
1947
|
}
|
|
1909
1948
|
},
|
|
1910
1949
|
{
|
|
1911
|
-
"id":
|
|
1950
|
+
"id": 285,
|
|
1912
1951
|
"name": "boldState",
|
|
1913
1952
|
"kind": 1024,
|
|
1914
1953
|
"kindString": "Property",
|
|
1915
1954
|
"flags": {},
|
|
1916
1955
|
"comment": {
|
|
1917
|
-
"
|
|
1918
|
-
{
|
|
1919
|
-
"kind": "text",
|
|
1920
|
-
"text": "Whether to make text bold."
|
|
1921
|
-
}
|
|
1922
|
-
]
|
|
1956
|
+
"shortText": "Whether to make text bold."
|
|
1923
1957
|
},
|
|
1924
1958
|
"sources": [
|
|
1925
1959
|
{
|
|
1926
1960
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
1927
1961
|
"line": 26,
|
|
1928
|
-
"character": 2
|
|
1929
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
1962
|
+
"character": 2
|
|
1930
1963
|
}
|
|
1931
1964
|
],
|
|
1932
1965
|
"type": {
|
|
@@ -1935,73 +1968,19 @@
|
|
|
1935
1968
|
}
|
|
1936
1969
|
},
|
|
1937
1970
|
{
|
|
1938
|
-
"id":
|
|
1971
|
+
"id": 284,
|
|
1939
1972
|
"name": "font",
|
|
1940
1973
|
"kind": 1024,
|
|
1941
1974
|
"kindString": "Property",
|
|
1942
1975
|
"flags": {},
|
|
1943
1976
|
"comment": {
|
|
1944
|
-
"
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "text",
|
|
1947
|
-
"text": "The font family. Available values: "
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"kind": "code",
|
|
1951
|
-
"text": "`\"Blackbaud Sans\"`"
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"kind": "text",
|
|
1955
|
-
"text": ",\n"
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"kind": "code",
|
|
1959
|
-
"text": "`\"Arial\"`"
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "text",
|
|
1963
|
-
"text": ", "
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "code",
|
|
1967
|
-
"text": "`\"sans-serif\"`"
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "text",
|
|
1971
|
-
"text": ", "
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "code",
|
|
1975
|
-
"text": "`\"Arial Black\"`"
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"kind": "text",
|
|
1979
|
-
"text": ", "
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"kind": "code",
|
|
1983
|
-
"text": "`\"Courier New\"`"
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "text",
|
|
1987
|
-
"text": ", and "
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "code",
|
|
1991
|
-
"text": "`\"Times New Roman\"`"
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"kind": "text",
|
|
1995
|
-
"text": "."
|
|
1996
|
-
}
|
|
1997
|
-
]
|
|
1977
|
+
"shortText": "The font family. Available values: `\"Blackbaud Sans\"`,\n`\"Arial\"`, `\"sans-serif\"`, `\"Arial Black\"`, `\"Courier New\"`, and `\"Times New Roman\"`."
|
|
1998
1978
|
},
|
|
1999
1979
|
"sources": [
|
|
2000
1980
|
{
|
|
2001
1981
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2002
1982
|
"line": 21,
|
|
2003
|
-
"character": 2
|
|
2004
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
1983
|
+
"character": 2
|
|
2005
1984
|
}
|
|
2006
1985
|
],
|
|
2007
1986
|
"type": {
|
|
@@ -2010,25 +1989,19 @@
|
|
|
2010
1989
|
}
|
|
2011
1990
|
},
|
|
2012
1991
|
{
|
|
2013
|
-
"id":
|
|
1992
|
+
"id": 282,
|
|
2014
1993
|
"name": "fontColor",
|
|
2015
1994
|
"kind": 1024,
|
|
2016
1995
|
"kindString": "Property",
|
|
2017
1996
|
"flags": {},
|
|
2018
1997
|
"comment": {
|
|
2019
|
-
"
|
|
2020
|
-
{
|
|
2021
|
-
"kind": "text",
|
|
2022
|
-
"text": "The font color. Accepts any CSS color value."
|
|
2023
|
-
}
|
|
2024
|
-
]
|
|
1998
|
+
"shortText": "The font color. Accepts any CSS color value."
|
|
2025
1999
|
},
|
|
2026
2000
|
"sources": [
|
|
2027
2001
|
{
|
|
2028
2002
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2029
2003
|
"line": 10,
|
|
2030
|
-
"character": 2
|
|
2031
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
2004
|
+
"character": 2
|
|
2032
2005
|
}
|
|
2033
2006
|
],
|
|
2034
2007
|
"type": {
|
|
@@ -2037,25 +2010,19 @@
|
|
|
2037
2010
|
}
|
|
2038
2011
|
},
|
|
2039
2012
|
{
|
|
2040
|
-
"id":
|
|
2013
|
+
"id": 283,
|
|
2041
2014
|
"name": "fontSize",
|
|
2042
2015
|
"kind": 1024,
|
|
2043
2016
|
"kindString": "Property",
|
|
2044
2017
|
"flags": {},
|
|
2045
2018
|
"comment": {
|
|
2046
|
-
"
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "text",
|
|
2049
|
-
"text": "The font size in pixels."
|
|
2050
|
-
}
|
|
2051
|
-
]
|
|
2019
|
+
"shortText": "The font size in pixels."
|
|
2052
2020
|
},
|
|
2053
2021
|
"sources": [
|
|
2054
2022
|
{
|
|
2055
2023
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2056
2024
|
"line": 15,
|
|
2057
|
-
"character": 2
|
|
2058
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2025
|
+
"character": 2
|
|
2059
2026
|
}
|
|
2060
2027
|
],
|
|
2061
2028
|
"type": {
|
|
@@ -2064,25 +2031,19 @@
|
|
|
2064
2031
|
}
|
|
2065
2032
|
},
|
|
2066
2033
|
{
|
|
2067
|
-
"id":
|
|
2034
|
+
"id": 286,
|
|
2068
2035
|
"name": "italicState",
|
|
2069
2036
|
"kind": 1024,
|
|
2070
2037
|
"kindString": "Property",
|
|
2071
2038
|
"flags": {},
|
|
2072
2039
|
"comment": {
|
|
2073
|
-
"
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "text",
|
|
2076
|
-
"text": "Whether to italicize text."
|
|
2077
|
-
}
|
|
2078
|
-
]
|
|
2040
|
+
"shortText": "Whether to italicize text."
|
|
2079
2041
|
},
|
|
2080
2042
|
"sources": [
|
|
2081
2043
|
{
|
|
2082
2044
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2083
2045
|
"line": 31,
|
|
2084
|
-
"character": 2
|
|
2085
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2046
|
+
"character": 2
|
|
2086
2047
|
}
|
|
2087
2048
|
],
|
|
2088
2049
|
"type": {
|
|
@@ -2091,25 +2052,19 @@
|
|
|
2091
2052
|
}
|
|
2092
2053
|
},
|
|
2093
2054
|
{
|
|
2094
|
-
"id":
|
|
2055
|
+
"id": 288,
|
|
2095
2056
|
"name": "linkState",
|
|
2096
2057
|
"kind": 1024,
|
|
2097
2058
|
"kindString": "Property",
|
|
2098
2059
|
"flags": {},
|
|
2099
2060
|
"comment": {
|
|
2100
|
-
"
|
|
2101
|
-
{
|
|
2102
|
-
"kind": "text",
|
|
2103
|
-
"text": "Whether to format text as a link."
|
|
2104
|
-
}
|
|
2105
|
-
]
|
|
2061
|
+
"shortText": "Whether to format text as a link."
|
|
2106
2062
|
},
|
|
2107
2063
|
"sources": [
|
|
2108
2064
|
{
|
|
2109
2065
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2110
2066
|
"line": 41,
|
|
2111
|
-
"character": 2
|
|
2112
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
2067
|
+
"character": 2
|
|
2113
2068
|
}
|
|
2114
2069
|
],
|
|
2115
2070
|
"type": {
|
|
@@ -2118,25 +2073,19 @@
|
|
|
2118
2073
|
}
|
|
2119
2074
|
},
|
|
2120
2075
|
{
|
|
2121
|
-
"id":
|
|
2076
|
+
"id": 287,
|
|
2122
2077
|
"name": "underlineState",
|
|
2123
2078
|
"kind": 1024,
|
|
2124
2079
|
"kindString": "Property",
|
|
2125
2080
|
"flags": {},
|
|
2126
2081
|
"comment": {
|
|
2127
|
-
"
|
|
2128
|
-
{
|
|
2129
|
-
"kind": "text",
|
|
2130
|
-
"text": "Whether to underline text."
|
|
2131
|
-
}
|
|
2132
|
-
]
|
|
2082
|
+
"shortText": "Whether to underline text."
|
|
2133
2083
|
},
|
|
2134
2084
|
"sources": [
|
|
2135
2085
|
{
|
|
2136
2086
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2137
2087
|
"line": 36,
|
|
2138
|
-
"character": 2
|
|
2139
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
2088
|
+
"character": 2
|
|
2140
2089
|
}
|
|
2141
2090
|
],
|
|
2142
2091
|
"type": {
|
|
@@ -2148,15 +2097,16 @@
|
|
|
2148
2097
|
"groups": [
|
|
2149
2098
|
{
|
|
2150
2099
|
"title": "Properties",
|
|
2100
|
+
"kind": 1024,
|
|
2151
2101
|
"children": [
|
|
2102
|
+
281,
|
|
2103
|
+
285,
|
|
2104
|
+
284,
|
|
2105
|
+
282,
|
|
2152
2106
|
283,
|
|
2153
|
-
287,
|
|
2154
2107
|
286,
|
|
2155
|
-
284,
|
|
2156
|
-
285,
|
|
2157
2108
|
288,
|
|
2158
|
-
|
|
2159
|
-
289
|
|
2109
|
+
287
|
|
2160
2110
|
]
|
|
2161
2111
|
}
|
|
2162
2112
|
],
|
|
@@ -2164,13 +2114,12 @@
|
|
|
2164
2114
|
{
|
|
2165
2115
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2166
2116
|
"line": 1,
|
|
2167
|
-
"character": 17
|
|
2168
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
2117
|
+
"character": 17
|
|
2169
2118
|
}
|
|
2170
2119
|
]
|
|
2171
2120
|
},
|
|
2172
2121
|
{
|
|
2173
|
-
"id":
|
|
2122
|
+
"id": 279,
|
|
2174
2123
|
"name": "SkyTextEditorMenuType",
|
|
2175
2124
|
"kind": 4194304,
|
|
2176
2125
|
"kindString": "Type alias",
|
|
@@ -2179,8 +2128,7 @@
|
|
|
2179
2128
|
{
|
|
2180
2129
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
2181
2130
|
"line": 1,
|
|
2182
|
-
"character": 12
|
|
2183
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
2131
|
+
"character": 12
|
|
2184
2132
|
}
|
|
2185
2133
|
],
|
|
2186
2134
|
"type": {
|
|
@@ -2202,7 +2150,7 @@
|
|
|
2202
2150
|
}
|
|
2203
2151
|
},
|
|
2204
2152
|
{
|
|
2205
|
-
"id":
|
|
2153
|
+
"id": 293,
|
|
2206
2154
|
"name": "SkyTextEditorToolbarActionType",
|
|
2207
2155
|
"kind": 4194304,
|
|
2208
2156
|
"kindString": "Type alias",
|
|
@@ -2211,8 +2159,7 @@
|
|
|
2211
2159
|
{
|
|
2212
2160
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
2213
2161
|
"line": 1,
|
|
2214
|
-
"character": 12
|
|
2215
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
2162
|
+
"character": 12
|
|
2216
2163
|
}
|
|
2217
2164
|
],
|
|
2218
2165
|
"type": {
|
|
@@ -2261,26 +2208,29 @@
|
|
|
2261
2208
|
"groups": [
|
|
2262
2209
|
{
|
|
2263
2210
|
"title": "Classes",
|
|
2211
|
+
"kind": 128,
|
|
2264
2212
|
"children": [
|
|
2265
|
-
|
|
2266
|
-
|
|
2213
|
+
273,
|
|
2214
|
+
294,
|
|
2267
2215
|
1,
|
|
2268
|
-
|
|
2216
|
+
162
|
|
2269
2217
|
]
|
|
2270
2218
|
},
|
|
2271
2219
|
{
|
|
2272
2220
|
"title": "Interfaces",
|
|
2221
|
+
"kind": 256,
|
|
2273
2222
|
"children": [
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2223
|
+
276,
|
|
2224
|
+
289,
|
|
2225
|
+
280
|
|
2277
2226
|
]
|
|
2278
2227
|
},
|
|
2279
2228
|
{
|
|
2280
|
-
"title": "Type
|
|
2229
|
+
"title": "Type aliases",
|
|
2230
|
+
"kind": 4194304,
|
|
2281
2231
|
"children": [
|
|
2282
|
-
|
|
2283
|
-
|
|
2232
|
+
279,
|
|
2233
|
+
293
|
|
2284
2234
|
]
|
|
2285
2235
|
}
|
|
2286
2236
|
],
|
|
@@ -2288,8 +2238,7 @@
|
|
|
2288
2238
|
{
|
|
2289
2239
|
"fileName": "index.ts",
|
|
2290
2240
|
"line": 1,
|
|
2291
|
-
"character": 0
|
|
2292
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/text-editor/src/index.ts#L1"
|
|
2241
|
+
"character": 0
|
|
2293
2242
|
}
|
|
2294
2243
|
]
|
|
2295
2244
|
},
|