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