@skyux/text-editor 9.0.0-alpha.5 → 9.0.0-alpha.7
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 +1938 -1030
- package/esm2022/lib/modules/rich-text-display/rich-text-display.component.mjs +3 -3
- package/esm2022/lib/modules/rich-text-display/rich-text-display.module.mjs +4 -4
- package/esm2022/lib/modules/shared/sky-text-editor-resources.module.mjs +4 -4
- package/esm2022/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor-selection.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-sanitization.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/text-editor.component.mjs +3 -3
- package/esm2022/lib/modules/text-editor/text-editor.module.mjs +4 -4
- package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +3 -3
- package/esm2022/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +3 -3
- package/fesm2022/skyux-text-editor.mjs +39 -39
- package/package.json +18 -18
package/documentation.json
CHANGED
|
@@ -7,42 +7,26 @@
|
|
|
7
7
|
"SkyTextEditorFont": "interface-skytexteditorfont",
|
|
8
8
|
"SkyTextEditorMergeField": "interface-skytexteditormergefield",
|
|
9
9
|
"SkyTextEditorStyleState": "interface-skytexteditorstylestate",
|
|
10
|
-
"SkyTextEditorMenuType": "
|
|
11
|
-
"SkyTextEditorToolbarActionType": "
|
|
10
|
+
"SkyTextEditorMenuType": "typealias-skytexteditormenutype",
|
|
11
|
+
"SkyTextEditorToolbarActionType": "typealias-skytexteditortoolbaractiontype"
|
|
12
12
|
},
|
|
13
13
|
"typedoc": {
|
|
14
14
|
"id": 0,
|
|
15
15
|
"name": "@skyux/text-editor",
|
|
16
|
+
"variant": "project",
|
|
16
17
|
"kind": 1,
|
|
17
|
-
"kindString": "Project",
|
|
18
18
|
"flags": {},
|
|
19
|
-
"originalName": "",
|
|
20
19
|
"children": [
|
|
21
20
|
{
|
|
22
21
|
"id": 1,
|
|
23
22
|
"name": "SkyRichTextDisplayModule",
|
|
23
|
+
"variant": "declaration",
|
|
24
24
|
"kind": 128,
|
|
25
|
-
"kindString": "Class",
|
|
26
25
|
"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
26
|
"children": [],
|
|
42
27
|
"groups": [
|
|
43
28
|
{
|
|
44
29
|
"title": "Constructors",
|
|
45
|
-
"kind": 512,
|
|
46
30
|
"children": [
|
|
47
31
|
2
|
|
48
32
|
]
|
|
@@ -52,35 +36,29 @@
|
|
|
52
36
|
{
|
|
53
37
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.module.ts",
|
|
54
38
|
"line": 11,
|
|
55
|
-
"character": 13
|
|
39
|
+
"character": 13,
|
|
40
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts#L11"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"decorators": [
|
|
44
|
+
{
|
|
45
|
+
"name": "NgModule",
|
|
46
|
+
"arguments": {
|
|
47
|
+
"obj": "@NgModule({\n imports: [CommonModule],\n exports: [SkyRichTextDisplayComponent],\n declarations: [SkyRichTextDisplayComponent],\n})"
|
|
48
|
+
}
|
|
56
49
|
}
|
|
57
50
|
]
|
|
58
51
|
},
|
|
59
52
|
{
|
|
60
53
|
"id": 22,
|
|
61
54
|
"name": "SkyTextEditorModule",
|
|
55
|
+
"variant": "declaration",
|
|
62
56
|
"kind": 128,
|
|
63
|
-
"kindString": "Class",
|
|
64
57
|
"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 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
58
|
"children": [],
|
|
80
59
|
"groups": [
|
|
81
60
|
{
|
|
82
61
|
"title": "Constructors",
|
|
83
|
-
"kind": 512,
|
|
84
62
|
"children": [
|
|
85
63
|
23
|
|
86
64
|
]
|
|
@@ -90,81 +68,94 @@
|
|
|
90
68
|
{
|
|
91
69
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.module.ts",
|
|
92
70
|
"line": 52,
|
|
93
|
-
"character": 13
|
|
71
|
+
"character": 13,
|
|
72
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts#L52"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"decorators": [
|
|
76
|
+
{
|
|
77
|
+
"name": "NgModule",
|
|
78
|
+
"arguments": {
|
|
79
|
+
"obj": "@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyCoreAdapterModule,\n SkyTextEditorResourcesModule,\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})"
|
|
80
|
+
}
|
|
94
81
|
}
|
|
95
82
|
]
|
|
96
83
|
},
|
|
97
84
|
{
|
|
98
85
|
"id": 25,
|
|
99
86
|
"name": "SkyRichTextDisplayComponent",
|
|
87
|
+
"variant": "declaration",
|
|
100
88
|
"kind": 128,
|
|
101
|
-
"kindString": "Class",
|
|
102
89
|
"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
90
|
"children": [
|
|
118
91
|
{
|
|
119
92
|
"id": 26,
|
|
120
93
|
"name": "constructor",
|
|
94
|
+
"variant": "declaration",
|
|
121
95
|
"kind": 512,
|
|
122
|
-
"kindString": "Constructor",
|
|
123
96
|
"flags": {},
|
|
124
97
|
"sources": [
|
|
125
98
|
{
|
|
126
99
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
127
100
|
"line": 38,
|
|
128
|
-
"character": 2
|
|
101
|
+
"character": 2,
|
|
102
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
129
103
|
}
|
|
130
104
|
],
|
|
131
105
|
"signatures": [
|
|
132
106
|
{
|
|
133
107
|
"id": 27,
|
|
134
108
|
"name": "SkyRichTextDisplayComponent",
|
|
109
|
+
"variant": "signature",
|
|
135
110
|
"kind": 16384,
|
|
136
|
-
"kindString": "Constructor signature",
|
|
137
111
|
"flags": {},
|
|
112
|
+
"sources": [
|
|
113
|
+
{
|
|
114
|
+
"fileName": "lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
115
|
+
"line": 38,
|
|
116
|
+
"character": 2,
|
|
117
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
138
120
|
"parameters": [
|
|
139
121
|
{
|
|
140
122
|
"id": 28,
|
|
141
123
|
"name": "sanitizer",
|
|
124
|
+
"variant": "param",
|
|
142
125
|
"kind": 32768,
|
|
143
|
-
"kindString": "Parameter",
|
|
144
126
|
"flags": {},
|
|
145
127
|
"type": {
|
|
146
128
|
"type": "reference",
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
129
|
+
"target": {
|
|
130
|
+
"sourceFileName": "node_modules/@angular/platform-browser/index.d.ts",
|
|
131
|
+
"qualifiedName": "DomSanitizer"
|
|
132
|
+
},
|
|
133
|
+
"name": "DomSanitizer",
|
|
134
|
+
"package": "@angular/platform-browser"
|
|
150
135
|
}
|
|
151
136
|
},
|
|
152
137
|
{
|
|
153
138
|
"id": 29,
|
|
154
139
|
"name": "sanitizationService",
|
|
140
|
+
"variant": "param",
|
|
155
141
|
"kind": 32768,
|
|
156
|
-
"kindString": "Parameter",
|
|
157
142
|
"flags": {},
|
|
158
143
|
"type": {
|
|
159
144
|
"type": "reference",
|
|
160
|
-
"
|
|
145
|
+
"target": {
|
|
146
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/services/text-sanitization.service.ts",
|
|
147
|
+
"qualifiedName": "SkyTextSanitizationService"
|
|
148
|
+
},
|
|
149
|
+
"name": "SkyTextSanitizationService",
|
|
150
|
+
"package": "@skyux/text-editor"
|
|
161
151
|
}
|
|
162
152
|
}
|
|
163
153
|
],
|
|
164
154
|
"type": {
|
|
165
155
|
"type": "reference",
|
|
166
|
-
"
|
|
167
|
-
"name": "SkyRichTextDisplayComponent"
|
|
156
|
+
"target": 25,
|
|
157
|
+
"name": "SkyRichTextDisplayComponent",
|
|
158
|
+
"package": "@skyux/text-editor"
|
|
168
159
|
}
|
|
169
160
|
}
|
|
170
161
|
]
|
|
@@ -172,8 +163,8 @@
|
|
|
172
163
|
{
|
|
173
164
|
"id": 33,
|
|
174
165
|
"name": "sanitizedText",
|
|
166
|
+
"variant": "declaration",
|
|
175
167
|
"kind": 1024,
|
|
176
|
-
"kindString": "Property",
|
|
177
168
|
"flags": {
|
|
178
169
|
"isPublic": true
|
|
179
170
|
},
|
|
@@ -181,71 +172,81 @@
|
|
|
181
172
|
{
|
|
182
173
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
183
174
|
"line": 31,
|
|
184
|
-
"character": 9
|
|
175
|
+
"character": 9,
|
|
176
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L31"
|
|
185
177
|
}
|
|
186
178
|
],
|
|
187
179
|
"type": {
|
|
188
180
|
"type": "reference",
|
|
189
|
-
"
|
|
190
|
-
|
|
191
|
-
|
|
181
|
+
"target": {
|
|
182
|
+
"sourceFileName": "node_modules/@angular/platform-browser/index.d.ts",
|
|
183
|
+
"qualifiedName": "SafeHtml"
|
|
184
|
+
},
|
|
185
|
+
"name": "SafeHtml",
|
|
186
|
+
"package": "@angular/platform-browser"
|
|
192
187
|
},
|
|
193
|
-
"defaultValue": "''"
|
|
188
|
+
"defaultValue": "''",
|
|
189
|
+
"decorators": []
|
|
194
190
|
},
|
|
195
191
|
{
|
|
196
192
|
"id": 30,
|
|
197
193
|
"name": "richText",
|
|
194
|
+
"variant": "declaration",
|
|
198
195
|
"kind": 262144,
|
|
199
|
-
"kindString": "Accessor",
|
|
200
196
|
"flags": {
|
|
201
197
|
"isPublic": true
|
|
202
198
|
},
|
|
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
199
|
"sources": [
|
|
216
200
|
{
|
|
217
201
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
218
202
|
"line": 15,
|
|
219
|
-
"character": 13
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
},
|
|
232
|
-
"parameters": [
|
|
203
|
+
"character": 13,
|
|
204
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"setSignature": {
|
|
208
|
+
"id": 31,
|
|
209
|
+
"name": "richText",
|
|
210
|
+
"variant": "signature",
|
|
211
|
+
"kind": 1048576,
|
|
212
|
+
"flags": {},
|
|
213
|
+
"comment": {
|
|
214
|
+
"summary": [
|
|
233
215
|
{
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
216
|
+
"kind": "text",
|
|
217
|
+
"text": "The rich text to display."
|
|
218
|
+
}
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"sources": [
|
|
222
|
+
{
|
|
223
|
+
"fileName": "lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
224
|
+
"line": 14,
|
|
225
|
+
"character": 2,
|
|
226
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L14"
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"parameters": [
|
|
230
|
+
{
|
|
231
|
+
"id": 32,
|
|
232
|
+
"name": "value",
|
|
233
|
+
"variant": "param",
|
|
234
|
+
"kind": 32768,
|
|
235
|
+
"flags": {},
|
|
236
|
+
"type": {
|
|
237
|
+
"type": "intrinsic",
|
|
238
|
+
"name": "string"
|
|
243
239
|
}
|
|
244
|
-
],
|
|
245
|
-
"type": {
|
|
246
|
-
"type": "intrinsic",
|
|
247
|
-
"name": "void"
|
|
248
240
|
}
|
|
241
|
+
],
|
|
242
|
+
"type": {
|
|
243
|
+
"type": "intrinsic",
|
|
244
|
+
"name": "void"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"decorators": [
|
|
248
|
+
{
|
|
249
|
+
"name": "Input"
|
|
249
250
|
}
|
|
250
251
|
]
|
|
251
252
|
}
|
|
@@ -253,21 +254,18 @@
|
|
|
253
254
|
"groups": [
|
|
254
255
|
{
|
|
255
256
|
"title": "Constructors",
|
|
256
|
-
"kind": 512,
|
|
257
257
|
"children": [
|
|
258
258
|
26
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
"title": "Properties",
|
|
263
|
-
"kind": 1024,
|
|
264
263
|
"children": [
|
|
265
264
|
33
|
|
266
265
|
]
|
|
267
266
|
},
|
|
268
267
|
{
|
|
269
268
|
"title": "Accessors",
|
|
270
|
-
"kind": 262144,
|
|
271
269
|
"children": [
|
|
272
270
|
30
|
|
273
271
|
]
|
|
@@ -277,199 +275,242 @@
|
|
|
277
275
|
{
|
|
278
276
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
279
277
|
"line": 10,
|
|
280
|
-
"character": 13
|
|
278
|
+
"character": 13,
|
|
279
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"decorators": [
|
|
283
|
+
{
|
|
284
|
+
"name": "Component",
|
|
285
|
+
"arguments": {
|
|
286
|
+
"obj": "@Component({\n selector: 'sky-rich-text-display',\n templateUrl: './rich-text-display.component.html',\n})"
|
|
287
|
+
}
|
|
281
288
|
}
|
|
282
289
|
]
|
|
283
290
|
},
|
|
284
291
|
{
|
|
285
|
-
"id":
|
|
292
|
+
"id": 188,
|
|
286
293
|
"name": "SkyTextEditorComponent",
|
|
294
|
+
"variant": "declaration",
|
|
287
295
|
"kind": 128,
|
|
288
|
-
"kindString": "Class",
|
|
289
296
|
"flags": {},
|
|
290
297
|
"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}"
|
|
298
|
+
"summary": [
|
|
299
|
+
{
|
|
300
|
+
"kind": "text",
|
|
301
|
+
"text": "The text editor component lets users format and manipulate text."
|
|
304
302
|
}
|
|
305
|
-
|
|
306
|
-
|
|
303
|
+
]
|
|
304
|
+
},
|
|
307
305
|
"children": [
|
|
308
306
|
{
|
|
309
|
-
"id":
|
|
307
|
+
"id": 189,
|
|
310
308
|
"name": "constructor",
|
|
309
|
+
"variant": "declaration",
|
|
311
310
|
"kind": 512,
|
|
312
|
-
"kindString": "Constructor",
|
|
313
311
|
"flags": {},
|
|
314
312
|
"sources": [
|
|
315
313
|
{
|
|
316
314
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
317
315
|
"line": 313,
|
|
318
|
-
"character": 2
|
|
316
|
+
"character": 2,
|
|
317
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L313"
|
|
319
318
|
}
|
|
320
319
|
],
|
|
321
320
|
"signatures": [
|
|
322
321
|
{
|
|
323
|
-
"id":
|
|
322
|
+
"id": 190,
|
|
324
323
|
"name": "SkyTextEditorComponent",
|
|
324
|
+
"variant": "signature",
|
|
325
325
|
"kind": 16384,
|
|
326
|
-
"kindString": "Constructor signature",
|
|
327
326
|
"flags": {},
|
|
327
|
+
"sources": [
|
|
328
|
+
{
|
|
329
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
330
|
+
"line": 313,
|
|
331
|
+
"character": 2,
|
|
332
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L313"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
328
335
|
"parameters": [
|
|
329
336
|
{
|
|
330
|
-
"id":
|
|
337
|
+
"id": 191,
|
|
331
338
|
"name": "changeDetector",
|
|
339
|
+
"variant": "param",
|
|
332
340
|
"kind": 32768,
|
|
333
|
-
"kindString": "Parameter",
|
|
334
341
|
"flags": {},
|
|
335
342
|
"type": {
|
|
336
343
|
"type": "reference",
|
|
337
|
-
"
|
|
338
|
-
|
|
339
|
-
|
|
344
|
+
"target": {
|
|
345
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
346
|
+
"qualifiedName": "ChangeDetectorRef"
|
|
347
|
+
},
|
|
348
|
+
"name": "ChangeDetectorRef",
|
|
349
|
+
"package": "@angular/core"
|
|
340
350
|
}
|
|
341
351
|
},
|
|
342
352
|
{
|
|
343
|
-
"id":
|
|
353
|
+
"id": 192,
|
|
344
354
|
"name": "coreAdapterService",
|
|
355
|
+
"variant": "param",
|
|
345
356
|
"kind": 32768,
|
|
346
|
-
"kindString": "Parameter",
|
|
347
357
|
"flags": {},
|
|
348
358
|
"type": {
|
|
349
359
|
"type": "reference",
|
|
350
|
-
"
|
|
360
|
+
"target": {
|
|
361
|
+
"sourceFileName": "libs/components/core/src/lib/modules/adapter-service/adapter.service.ts",
|
|
362
|
+
"qualifiedName": "SkyCoreAdapterService"
|
|
363
|
+
},
|
|
364
|
+
"name": "SkyCoreAdapterService",
|
|
365
|
+
"package": "@skyux/core"
|
|
351
366
|
}
|
|
352
367
|
},
|
|
353
368
|
{
|
|
354
|
-
"id":
|
|
369
|
+
"id": 193,
|
|
355
370
|
"name": "adapterService",
|
|
371
|
+
"variant": "param",
|
|
356
372
|
"kind": 32768,
|
|
357
|
-
"kindString": "Parameter",
|
|
358
373
|
"flags": {},
|
|
359
374
|
"type": {
|
|
360
375
|
"type": "reference",
|
|
361
|
-
"
|
|
376
|
+
"target": {
|
|
377
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/services/text-editor-adapter.service.ts",
|
|
378
|
+
"qualifiedName": "SkyTextEditorAdapterService"
|
|
379
|
+
},
|
|
380
|
+
"name": "SkyTextEditorAdapterService",
|
|
381
|
+
"package": "@skyux/text-editor"
|
|
362
382
|
}
|
|
363
383
|
},
|
|
364
384
|
{
|
|
365
|
-
"id":
|
|
385
|
+
"id": 194,
|
|
366
386
|
"name": "editorService",
|
|
387
|
+
"variant": "param",
|
|
367
388
|
"kind": 32768,
|
|
368
|
-
"kindString": "Parameter",
|
|
369
389
|
"flags": {},
|
|
370
390
|
"type": {
|
|
371
391
|
"type": "reference",
|
|
372
|
-
"
|
|
392
|
+
"target": {
|
|
393
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/services/text-editor.service.ts",
|
|
394
|
+
"qualifiedName": "SkyTextEditorService"
|
|
395
|
+
},
|
|
396
|
+
"name": "SkyTextEditorService",
|
|
397
|
+
"package": "@skyux/text-editor"
|
|
373
398
|
}
|
|
374
399
|
},
|
|
375
400
|
{
|
|
376
|
-
"id":
|
|
401
|
+
"id": 195,
|
|
377
402
|
"name": "sanitizationService",
|
|
403
|
+
"variant": "param",
|
|
378
404
|
"kind": 32768,
|
|
379
|
-
"kindString": "Parameter",
|
|
380
405
|
"flags": {},
|
|
381
406
|
"type": {
|
|
382
407
|
"type": "reference",
|
|
383
|
-
"
|
|
408
|
+
"target": {
|
|
409
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/services/text-sanitization.service.ts",
|
|
410
|
+
"qualifiedName": "SkyTextSanitizationService"
|
|
411
|
+
},
|
|
412
|
+
"name": "SkyTextSanitizationService",
|
|
413
|
+
"package": "@skyux/text-editor"
|
|
384
414
|
}
|
|
385
415
|
},
|
|
386
416
|
{
|
|
387
|
-
"id":
|
|
417
|
+
"id": 196,
|
|
388
418
|
"name": "ngControl",
|
|
419
|
+
"variant": "param",
|
|
389
420
|
"kind": 32768,
|
|
390
|
-
"kindString": "Parameter",
|
|
391
421
|
"flags": {},
|
|
392
422
|
"type": {
|
|
393
423
|
"type": "reference",
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
424
|
+
"target": {
|
|
425
|
+
"sourceFileName": "node_modules/@angular/forms/index.d.ts",
|
|
426
|
+
"qualifiedName": "NgControl"
|
|
427
|
+
},
|
|
428
|
+
"name": "NgControl",
|
|
429
|
+
"package": "@angular/forms"
|
|
397
430
|
}
|
|
398
431
|
},
|
|
399
432
|
{
|
|
400
|
-
"id":
|
|
433
|
+
"id": 197,
|
|
401
434
|
"name": "zone",
|
|
435
|
+
"variant": "param",
|
|
402
436
|
"kind": 32768,
|
|
403
|
-
"kindString": "Parameter",
|
|
404
437
|
"flags": {},
|
|
405
438
|
"type": {
|
|
406
439
|
"type": "reference",
|
|
407
|
-
"
|
|
408
|
-
|
|
409
|
-
|
|
440
|
+
"target": {
|
|
441
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
442
|
+
"qualifiedName": "NgZone"
|
|
443
|
+
},
|
|
444
|
+
"name": "NgZone",
|
|
445
|
+
"package": "@angular/core"
|
|
410
446
|
}
|
|
411
447
|
},
|
|
412
448
|
{
|
|
413
|
-
"id":
|
|
449
|
+
"id": 198,
|
|
414
450
|
"name": "idSvc",
|
|
451
|
+
"variant": "param",
|
|
415
452
|
"kind": 32768,
|
|
416
|
-
"kindString": "Parameter",
|
|
417
453
|
"flags": {},
|
|
418
454
|
"type": {
|
|
419
455
|
"type": "reference",
|
|
420
|
-
"
|
|
456
|
+
"target": {
|
|
457
|
+
"sourceFileName": "libs/components/core/src/lib/modules/id/id.service.ts",
|
|
458
|
+
"qualifiedName": "SkyIdService"
|
|
459
|
+
},
|
|
460
|
+
"name": "SkyIdService",
|
|
461
|
+
"package": "@skyux/core"
|
|
421
462
|
}
|
|
422
463
|
}
|
|
423
464
|
],
|
|
424
465
|
"type": {
|
|
425
466
|
"type": "reference",
|
|
426
|
-
"
|
|
427
|
-
"name": "SkyTextEditorComponent"
|
|
467
|
+
"target": 188,
|
|
468
|
+
"name": "SkyTextEditorComponent",
|
|
469
|
+
"package": "@skyux/text-editor"
|
|
428
470
|
}
|
|
429
471
|
}
|
|
430
472
|
]
|
|
431
473
|
},
|
|
432
474
|
{
|
|
433
|
-
"id":
|
|
475
|
+
"id": 199,
|
|
434
476
|
"name": "autofocus",
|
|
477
|
+
"variant": "declaration",
|
|
435
478
|
"kind": 1024,
|
|
436
|
-
"kindString": "Property",
|
|
437
479
|
"flags": {
|
|
438
480
|
"isPublic": true
|
|
439
481
|
},
|
|
440
482
|
"comment": {
|
|
441
|
-
"
|
|
483
|
+
"summary": [
|
|
484
|
+
{
|
|
485
|
+
"kind": "text",
|
|
486
|
+
"text": "Whether to put focus on the editor after it renders."
|
|
487
|
+
}
|
|
488
|
+
]
|
|
442
489
|
},
|
|
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
490
|
"sources": [
|
|
456
491
|
{
|
|
457
492
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
458
493
|
"line": 60,
|
|
459
|
-
"character": 9
|
|
494
|
+
"character": 9,
|
|
495
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L60"
|
|
460
496
|
}
|
|
461
497
|
],
|
|
462
498
|
"type": {
|
|
463
499
|
"type": "intrinsic",
|
|
464
500
|
"name": "boolean"
|
|
465
501
|
},
|
|
466
|
-
"defaultValue": "false"
|
|
502
|
+
"defaultValue": "false",
|
|
503
|
+
"decorators": [
|
|
504
|
+
{
|
|
505
|
+
"name": "Input"
|
|
506
|
+
}
|
|
507
|
+
]
|
|
467
508
|
},
|
|
468
509
|
{
|
|
469
|
-
"id":
|
|
510
|
+
"id": 242,
|
|
470
511
|
"name": "editorFocusStream",
|
|
512
|
+
"variant": "declaration",
|
|
471
513
|
"kind": 1024,
|
|
472
|
-
"kindString": "Property",
|
|
473
514
|
"flags": {
|
|
474
515
|
"isPublic": true
|
|
475
516
|
},
|
|
@@ -477,905 +518,1018 @@
|
|
|
477
518
|
{
|
|
478
519
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
479
520
|
"line": 283,
|
|
480
|
-
"character": 9
|
|
521
|
+
"character": 9,
|
|
522
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L283"
|
|
481
523
|
}
|
|
482
524
|
],
|
|
483
525
|
"type": {
|
|
484
526
|
"type": "reference",
|
|
527
|
+
"target": {
|
|
528
|
+
"sourceFileName": "node_modules/rxjs/src/internal/Subject.ts",
|
|
529
|
+
"qualifiedName": "Subject"
|
|
530
|
+
},
|
|
485
531
|
"typeArguments": [
|
|
486
532
|
{
|
|
487
533
|
"type": "intrinsic",
|
|
488
534
|
"name": "void"
|
|
489
535
|
}
|
|
490
536
|
],
|
|
491
|
-
"
|
|
492
|
-
"package": "rxjs"
|
|
493
|
-
"name": "Subject"
|
|
537
|
+
"name": "Subject",
|
|
538
|
+
"package": "rxjs"
|
|
494
539
|
},
|
|
495
|
-
"defaultValue": "..."
|
|
540
|
+
"defaultValue": "...",
|
|
541
|
+
"decorators": []
|
|
496
542
|
},
|
|
497
543
|
{
|
|
498
|
-
"id":
|
|
544
|
+
"id": 243,
|
|
499
545
|
"name": "formControlClass",
|
|
546
|
+
"variant": "declaration",
|
|
500
547
|
"kind": 1024,
|
|
501
|
-
"kindString": "Property",
|
|
502
548
|
"flags": {
|
|
503
549
|
"isPublic": true
|
|
504
550
|
},
|
|
505
|
-
"decorators": [
|
|
506
|
-
{
|
|
507
|
-
"name": "HostBinding",
|
|
508
|
-
"type": {
|
|
509
|
-
"type": "reference",
|
|
510
|
-
"qualifiedName": "HostBindingDecorator",
|
|
511
|
-
"package": "@angular/core",
|
|
512
|
-
"name": "HostBinding"
|
|
513
|
-
},
|
|
514
|
-
"arguments": {
|
|
515
|
-
"hostPropertyName": "'class.sky-form-control'"
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
551
|
"sources": [
|
|
520
552
|
{
|
|
521
553
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
522
554
|
"line": 286,
|
|
523
|
-
"character": 9
|
|
555
|
+
"character": 9,
|
|
556
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L286"
|
|
524
557
|
}
|
|
525
558
|
],
|
|
526
559
|
"type": {
|
|
527
560
|
"type": "intrinsic",
|
|
528
561
|
"name": "boolean"
|
|
529
562
|
},
|
|
530
|
-
"defaultValue": "!!inject(SkyInputBoxHostService, {\n optional: true,\n })"
|
|
563
|
+
"defaultValue": "!!inject(SkyInputBoxHostService, {\n optional: true,\n })",
|
|
564
|
+
"decorators": []
|
|
531
565
|
},
|
|
532
566
|
{
|
|
533
|
-
"id":
|
|
567
|
+
"id": 236,
|
|
534
568
|
"name": "iframeRef",
|
|
569
|
+
"variant": "declaration",
|
|
535
570
|
"kind": 1024,
|
|
536
|
-
"kindString": "Property",
|
|
537
571
|
"flags": {
|
|
538
572
|
"isPublic": true
|
|
539
573
|
},
|
|
540
|
-
"decorators": [
|
|
541
|
-
{
|
|
542
|
-
"name": "ViewChild",
|
|
543
|
-
"type": {
|
|
544
|
-
"type": "reference",
|
|
545
|
-
"qualifiedName": "ViewChildDecorator",
|
|
546
|
-
"package": "@angular/core",
|
|
547
|
-
"name": "ViewChild"
|
|
548
|
-
},
|
|
549
|
-
"arguments": {
|
|
550
|
-
"selector": "'iframe'"
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
],
|
|
554
574
|
"sources": [
|
|
555
575
|
{
|
|
556
576
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
557
577
|
"line": 222,
|
|
558
|
-
"character": 9
|
|
578
|
+
"character": 9,
|
|
579
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L222"
|
|
559
580
|
}
|
|
560
581
|
],
|
|
561
582
|
"type": {
|
|
562
583
|
"type": "reference",
|
|
584
|
+
"target": {
|
|
585
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
586
|
+
"qualifiedName": "ElementRef"
|
|
587
|
+
},
|
|
563
588
|
"typeArguments": [
|
|
564
589
|
{
|
|
565
590
|
"type": "intrinsic",
|
|
566
591
|
"name": "any"
|
|
567
592
|
}
|
|
568
593
|
],
|
|
569
|
-
"
|
|
570
|
-
"package": "@angular/core"
|
|
571
|
-
|
|
572
|
-
|
|
594
|
+
"name": "ElementRef",
|
|
595
|
+
"package": "@angular/core"
|
|
596
|
+
},
|
|
597
|
+
"decorators": []
|
|
573
598
|
},
|
|
574
599
|
{
|
|
575
|
-
"id":
|
|
600
|
+
"id": 241,
|
|
576
601
|
"name": "inputTemplateRef",
|
|
602
|
+
"variant": "declaration",
|
|
577
603
|
"kind": 1024,
|
|
578
|
-
"kindString": "Property",
|
|
579
604
|
"flags": {
|
|
580
605
|
"isPublic": true
|
|
581
606
|
},
|
|
582
|
-
"decorators": [
|
|
583
|
-
{
|
|
584
|
-
"name": "ViewChild",
|
|
585
|
-
"type": {
|
|
586
|
-
"type": "reference",
|
|
587
|
-
"qualifiedName": "ViewChildDecorator",
|
|
588
|
-
"package": "@angular/core",
|
|
589
|
-
"name": "ViewChild"
|
|
590
|
-
},
|
|
591
|
-
"arguments": {
|
|
592
|
-
"selector": "'inputTemplateRef'",
|
|
593
|
-
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
],
|
|
597
607
|
"sources": [
|
|
598
608
|
{
|
|
599
609
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
600
610
|
"line": 281,
|
|
601
|
-
"character": 9
|
|
611
|
+
"character": 9,
|
|
612
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L281"
|
|
602
613
|
}
|
|
603
614
|
],
|
|
604
615
|
"type": {
|
|
605
616
|
"type": "reference",
|
|
617
|
+
"target": {
|
|
618
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
619
|
+
"qualifiedName": "TemplateRef"
|
|
620
|
+
},
|
|
606
621
|
"typeArguments": [
|
|
607
622
|
{
|
|
608
623
|
"type": "intrinsic",
|
|
609
624
|
"name": "unknown"
|
|
610
625
|
}
|
|
611
626
|
],
|
|
612
|
-
"
|
|
613
|
-
"package": "@angular/core"
|
|
614
|
-
|
|
615
|
-
|
|
627
|
+
"name": "TemplateRef",
|
|
628
|
+
"package": "@angular/core"
|
|
629
|
+
},
|
|
630
|
+
"decorators": []
|
|
616
631
|
},
|
|
617
632
|
{
|
|
618
|
-
"id":
|
|
633
|
+
"id": 200,
|
|
619
634
|
"name": "disabled",
|
|
635
|
+
"variant": "declaration",
|
|
620
636
|
"kind": 262144,
|
|
621
|
-
"kindString": "Accessor",
|
|
622
637
|
"flags": {
|
|
623
638
|
"isPublic": true
|
|
624
639
|
},
|
|
625
|
-
"decorators": [
|
|
626
|
-
{
|
|
627
|
-
"name": "Input",
|
|
628
|
-
"type": {
|
|
629
|
-
"type": "reference",
|
|
630
|
-
"qualifiedName": "InputDecorator",
|
|
631
|
-
"package": "@angular/core",
|
|
632
|
-
"name": "Input"
|
|
633
|
-
},
|
|
634
|
-
"arguments": {}
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
640
|
"sources": [
|
|
638
641
|
{
|
|
639
642
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
640
643
|
"line": 68,
|
|
641
|
-
"character": 13
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
"getSignature": [
|
|
644
|
+
"character": 13,
|
|
645
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L68"
|
|
646
|
+
},
|
|
645
647
|
{
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
"
|
|
662
|
-
"
|
|
648
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
649
|
+
"line": 101,
|
|
650
|
+
"character": 13,
|
|
651
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L101"
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"getSignature": {
|
|
655
|
+
"id": 201,
|
|
656
|
+
"name": "disabled",
|
|
657
|
+
"variant": "signature",
|
|
658
|
+
"kind": 524288,
|
|
659
|
+
"flags": {},
|
|
660
|
+
"sources": [
|
|
661
|
+
{
|
|
662
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
663
|
+
"line": 101,
|
|
664
|
+
"character": 2,
|
|
665
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L101"
|
|
663
666
|
}
|
|
667
|
+
],
|
|
668
|
+
"type": {
|
|
669
|
+
"type": "intrinsic",
|
|
670
|
+
"name": "boolean"
|
|
664
671
|
}
|
|
665
|
-
|
|
666
|
-
"setSignature":
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
"
|
|
674
|
-
"shortText": "Whether to disable the text editor on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.\nTo set the disabled state on reactive forms, use the `FormControl` instead.",
|
|
675
|
-
"tags": [
|
|
676
|
-
{
|
|
677
|
-
"tag": "default",
|
|
678
|
-
"text": "false\n"
|
|
679
|
-
}
|
|
680
|
-
]
|
|
681
|
-
},
|
|
682
|
-
"parameters": [
|
|
672
|
+
},
|
|
673
|
+
"setSignature": {
|
|
674
|
+
"id": 202,
|
|
675
|
+
"name": "disabled",
|
|
676
|
+
"variant": "signature",
|
|
677
|
+
"kind": 1048576,
|
|
678
|
+
"flags": {},
|
|
679
|
+
"comment": {
|
|
680
|
+
"summary": [
|
|
683
681
|
{
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
682
|
+
"kind": "text",
|
|
683
|
+
"text": "Whether to disable the text editor on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.\nTo set the disabled state on reactive forms, use the "
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"kind": "code",
|
|
687
|
+
"text": "`FormControl`"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"kind": "text",
|
|
691
|
+
"text": " instead."
|
|
693
692
|
}
|
|
694
693
|
],
|
|
695
|
-
"
|
|
696
|
-
|
|
697
|
-
|
|
694
|
+
"blockTags": [
|
|
695
|
+
{
|
|
696
|
+
"tag": "@default",
|
|
697
|
+
"content": [
|
|
698
|
+
{
|
|
699
|
+
"kind": "code",
|
|
700
|
+
"text": "```ts\nfalse\n```"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
"sources": [
|
|
707
|
+
{
|
|
708
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
709
|
+
"line": 67,
|
|
710
|
+
"character": 2,
|
|
711
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L67"
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"parameters": [
|
|
715
|
+
{
|
|
716
|
+
"id": 203,
|
|
717
|
+
"name": "value",
|
|
718
|
+
"variant": "param",
|
|
719
|
+
"kind": 32768,
|
|
720
|
+
"flags": {},
|
|
721
|
+
"type": {
|
|
722
|
+
"type": "intrinsic",
|
|
723
|
+
"name": "boolean"
|
|
724
|
+
}
|
|
698
725
|
}
|
|
726
|
+
],
|
|
727
|
+
"type": {
|
|
728
|
+
"type": "intrinsic",
|
|
729
|
+
"name": "void"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"decorators": [
|
|
733
|
+
{
|
|
734
|
+
"name": "Input"
|
|
699
735
|
}
|
|
700
736
|
]
|
|
701
737
|
},
|
|
702
738
|
{
|
|
703
|
-
"id":
|
|
739
|
+
"id": 204,
|
|
704
740
|
"name": "fontList",
|
|
741
|
+
"variant": "declaration",
|
|
705
742
|
"kind": 262144,
|
|
706
|
-
"kindString": "Accessor",
|
|
707
743
|
"flags": {
|
|
708
744
|
"isPublic": true
|
|
709
745
|
},
|
|
710
|
-
"decorators": [
|
|
711
|
-
{
|
|
712
|
-
"name": "Input",
|
|
713
|
-
"type": {
|
|
714
|
-
"type": "reference",
|
|
715
|
-
"qualifiedName": "InputDecorator",
|
|
716
|
-
"package": "@angular/core",
|
|
717
|
-
"name": "Input"
|
|
718
|
-
},
|
|
719
|
-
"arguments": {}
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
746
|
"sources": [
|
|
723
747
|
{
|
|
724
748
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
725
749
|
"line": 110,
|
|
726
|
-
"character": 13
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
"getSignature": [
|
|
750
|
+
"character": 13,
|
|
751
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L110"
|
|
752
|
+
},
|
|
730
753
|
{
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
754
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
755
|
+
"line": 114,
|
|
756
|
+
"character": 13,
|
|
757
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L114"
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"getSignature": {
|
|
761
|
+
"id": 205,
|
|
762
|
+
"name": "fontList",
|
|
763
|
+
"variant": "signature",
|
|
764
|
+
"kind": 524288,
|
|
765
|
+
"flags": {},
|
|
766
|
+
"sources": [
|
|
767
|
+
{
|
|
768
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
769
|
+
"line": 114,
|
|
770
|
+
"character": 2,
|
|
771
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L114"
|
|
772
|
+
}
|
|
773
|
+
],
|
|
774
|
+
"type": {
|
|
775
|
+
"type": "array",
|
|
776
|
+
"elementType": {
|
|
777
|
+
"type": "reference",
|
|
778
|
+
"target": 4,
|
|
779
|
+
"name": "SkyTextEditorFont",
|
|
780
|
+
"package": "@skyux/text-editor"
|
|
752
781
|
}
|
|
753
782
|
}
|
|
754
|
-
|
|
755
|
-
"setSignature":
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
"
|
|
763
|
-
"shortText": "The fonts to include in the font picker.",
|
|
764
|
-
"tags": [
|
|
765
|
-
{
|
|
766
|
-
"tag": "default",
|
|
767
|
-
"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"
|
|
768
|
-
}
|
|
769
|
-
]
|
|
770
|
-
},
|
|
771
|
-
"parameters": [
|
|
783
|
+
},
|
|
784
|
+
"setSignature": {
|
|
785
|
+
"id": 206,
|
|
786
|
+
"name": "fontList",
|
|
787
|
+
"variant": "signature",
|
|
788
|
+
"kind": 1048576,
|
|
789
|
+
"flags": {},
|
|
790
|
+
"comment": {
|
|
791
|
+
"summary": [
|
|
772
792
|
{
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
"
|
|
783
|
-
"name": "
|
|
793
|
+
"kind": "text",
|
|
794
|
+
"text": "The fonts to include in the font picker."
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"blockTags": [
|
|
798
|
+
{
|
|
799
|
+
"tag": "@default",
|
|
800
|
+
"content": [
|
|
801
|
+
{
|
|
802
|
+
"kind": "code",
|
|
803
|
+
"text": "```ts\n[{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```"
|
|
784
804
|
}
|
|
805
|
+
]
|
|
806
|
+
}
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
"sources": [
|
|
810
|
+
{
|
|
811
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
812
|
+
"line": 109,
|
|
813
|
+
"character": 2,
|
|
814
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L109"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"parameters": [
|
|
818
|
+
{
|
|
819
|
+
"id": 207,
|
|
820
|
+
"name": "value",
|
|
821
|
+
"variant": "param",
|
|
822
|
+
"kind": 32768,
|
|
823
|
+
"flags": {},
|
|
824
|
+
"type": {
|
|
825
|
+
"type": "array",
|
|
826
|
+
"elementType": {
|
|
827
|
+
"type": "reference",
|
|
828
|
+
"target": 4,
|
|
829
|
+
"name": "SkyTextEditorFont",
|
|
830
|
+
"package": "@skyux/text-editor"
|
|
785
831
|
}
|
|
786
832
|
}
|
|
787
|
-
],
|
|
788
|
-
"type": {
|
|
789
|
-
"type": "intrinsic",
|
|
790
|
-
"name": "void"
|
|
791
833
|
}
|
|
834
|
+
],
|
|
835
|
+
"type": {
|
|
836
|
+
"type": "intrinsic",
|
|
837
|
+
"name": "void"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
"decorators": [
|
|
841
|
+
{
|
|
842
|
+
"name": "Input"
|
|
792
843
|
}
|
|
793
844
|
]
|
|
794
845
|
},
|
|
795
846
|
{
|
|
796
|
-
"id":
|
|
847
|
+
"id": 208,
|
|
797
848
|
"name": "fontSizeList",
|
|
849
|
+
"variant": "declaration",
|
|
798
850
|
"kind": 262144,
|
|
799
|
-
"kindString": "Accessor",
|
|
800
851
|
"flags": {
|
|
801
852
|
"isPublic": true
|
|
802
853
|
},
|
|
803
|
-
"decorators": [
|
|
804
|
-
{
|
|
805
|
-
"name": "Input",
|
|
806
|
-
"type": {
|
|
807
|
-
"type": "reference",
|
|
808
|
-
"qualifiedName": "InputDecorator",
|
|
809
|
-
"package": "@angular/core",
|
|
810
|
-
"name": "Input"
|
|
811
|
-
},
|
|
812
|
-
"arguments": {}
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
854
|
"sources": [
|
|
816
855
|
{
|
|
817
856
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
818
857
|
"line": 123,
|
|
819
|
-
"character": 13
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
"getSignature": [
|
|
858
|
+
"character": 13,
|
|
859
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L123"
|
|
860
|
+
},
|
|
823
861
|
{
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
"
|
|
840
|
-
"
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
862
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
863
|
+
"line": 127,
|
|
864
|
+
"character": 13,
|
|
865
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L127"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"getSignature": {
|
|
869
|
+
"id": 209,
|
|
870
|
+
"name": "fontSizeList",
|
|
871
|
+
"variant": "signature",
|
|
872
|
+
"kind": 524288,
|
|
873
|
+
"flags": {},
|
|
874
|
+
"sources": [
|
|
875
|
+
{
|
|
876
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
877
|
+
"line": 127,
|
|
878
|
+
"character": 2,
|
|
879
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L127"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"type": {
|
|
883
|
+
"type": "array",
|
|
884
|
+
"elementType": {
|
|
885
|
+
"type": "intrinsic",
|
|
886
|
+
"name": "number"
|
|
844
887
|
}
|
|
845
888
|
}
|
|
846
|
-
|
|
847
|
-
"setSignature":
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
"
|
|
855
|
-
"shortText": "The font sizes to include in the font size picker.",
|
|
856
|
-
"tags": [
|
|
857
|
-
{
|
|
858
|
-
"tag": "default",
|
|
859
|
-
"text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
},
|
|
863
|
-
"parameters": [
|
|
889
|
+
},
|
|
890
|
+
"setSignature": {
|
|
891
|
+
"id": 210,
|
|
892
|
+
"name": "fontSizeList",
|
|
893
|
+
"variant": "signature",
|
|
894
|
+
"kind": 1048576,
|
|
895
|
+
"flags": {},
|
|
896
|
+
"comment": {
|
|
897
|
+
"summary": [
|
|
864
898
|
{
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
"
|
|
899
|
+
"kind": "text",
|
|
900
|
+
"text": "The font sizes to include in the font size picker."
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"blockTags": [
|
|
904
|
+
{
|
|
905
|
+
"tag": "@default",
|
|
906
|
+
"content": [
|
|
907
|
+
{
|
|
908
|
+
"kind": "code",
|
|
909
|
+
"text": "```ts\n[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n```"
|
|
875
910
|
}
|
|
911
|
+
]
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"sources": [
|
|
916
|
+
{
|
|
917
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
918
|
+
"line": 122,
|
|
919
|
+
"character": 2,
|
|
920
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L122"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"parameters": [
|
|
924
|
+
{
|
|
925
|
+
"id": 211,
|
|
926
|
+
"name": "value",
|
|
927
|
+
"variant": "param",
|
|
928
|
+
"kind": 32768,
|
|
929
|
+
"flags": {},
|
|
930
|
+
"type": {
|
|
931
|
+
"type": "array",
|
|
932
|
+
"elementType": {
|
|
933
|
+
"type": "intrinsic",
|
|
934
|
+
"name": "number"
|
|
876
935
|
}
|
|
877
936
|
}
|
|
878
|
-
],
|
|
879
|
-
"type": {
|
|
880
|
-
"type": "intrinsic",
|
|
881
|
-
"name": "void"
|
|
882
937
|
}
|
|
938
|
+
],
|
|
939
|
+
"type": {
|
|
940
|
+
"type": "intrinsic",
|
|
941
|
+
"name": "void"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"decorators": [
|
|
945
|
+
{
|
|
946
|
+
"name": "Input"
|
|
883
947
|
}
|
|
884
948
|
]
|
|
885
949
|
},
|
|
886
950
|
{
|
|
887
|
-
"id":
|
|
951
|
+
"id": 212,
|
|
888
952
|
"name": "id",
|
|
953
|
+
"variant": "declaration",
|
|
889
954
|
"kind": 262144,
|
|
890
|
-
"kindString": "Accessor",
|
|
891
955
|
"flags": {
|
|
892
956
|
"isPublic": true
|
|
893
957
|
},
|
|
894
|
-
"decorators": [
|
|
895
|
-
{
|
|
896
|
-
"name": "Input",
|
|
897
|
-
"type": {
|
|
898
|
-
"type": "reference",
|
|
899
|
-
"qualifiedName": "InputDecorator",
|
|
900
|
-
"package": "@angular/core",
|
|
901
|
-
"name": "Input"
|
|
902
|
-
},
|
|
903
|
-
"arguments": {}
|
|
904
|
-
}
|
|
905
|
-
],
|
|
906
958
|
"sources": [
|
|
907
959
|
{
|
|
908
960
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
909
961
|
"line": 136,
|
|
910
|
-
"character": 13
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
"getSignature": [
|
|
962
|
+
"character": 13,
|
|
963
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L136"
|
|
964
|
+
},
|
|
914
965
|
{
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
966
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
967
|
+
"line": 140,
|
|
968
|
+
"character": 13,
|
|
969
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L140"
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"getSignature": {
|
|
973
|
+
"id": 213,
|
|
974
|
+
"name": "id",
|
|
975
|
+
"variant": "signature",
|
|
976
|
+
"kind": 524288,
|
|
977
|
+
"flags": {},
|
|
978
|
+
"sources": [
|
|
979
|
+
{
|
|
980
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
981
|
+
"line": 140,
|
|
982
|
+
"character": 2,
|
|
983
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L140"
|
|
926
984
|
}
|
|
985
|
+
],
|
|
986
|
+
"type": {
|
|
987
|
+
"type": "intrinsic",
|
|
988
|
+
"name": "string"
|
|
927
989
|
}
|
|
928
|
-
|
|
929
|
-
"setSignature":
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
"
|
|
937
|
-
"shortText": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
938
|
-
},
|
|
939
|
-
"parameters": [
|
|
990
|
+
},
|
|
991
|
+
"setSignature": {
|
|
992
|
+
"id": 214,
|
|
993
|
+
"name": "id",
|
|
994
|
+
"variant": "signature",
|
|
995
|
+
"kind": 1048576,
|
|
996
|
+
"flags": {},
|
|
997
|
+
"comment": {
|
|
998
|
+
"summary": [
|
|
940
999
|
{
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
1000
|
+
"kind": "text",
|
|
1001
|
+
"text": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
|
|
1002
|
+
}
|
|
1003
|
+
]
|
|
1004
|
+
},
|
|
1005
|
+
"sources": [
|
|
1006
|
+
{
|
|
1007
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1008
|
+
"line": 135,
|
|
1009
|
+
"character": 2,
|
|
1010
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L135"
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"parameters": [
|
|
1014
|
+
{
|
|
1015
|
+
"id": 215,
|
|
1016
|
+
"name": "value",
|
|
1017
|
+
"variant": "param",
|
|
1018
|
+
"kind": 32768,
|
|
1019
|
+
"flags": {},
|
|
1020
|
+
"type": {
|
|
1021
|
+
"type": "intrinsic",
|
|
1022
|
+
"name": "string"
|
|
950
1023
|
}
|
|
951
|
-
],
|
|
952
|
-
"type": {
|
|
953
|
-
"type": "intrinsic",
|
|
954
|
-
"name": "void"
|
|
955
1024
|
}
|
|
1025
|
+
],
|
|
1026
|
+
"type": {
|
|
1027
|
+
"type": "intrinsic",
|
|
1028
|
+
"name": "void"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"decorators": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "Input"
|
|
956
1034
|
}
|
|
957
1035
|
]
|
|
958
1036
|
},
|
|
959
1037
|
{
|
|
960
|
-
"id":
|
|
1038
|
+
"id": 216,
|
|
961
1039
|
"name": "initialStyleState",
|
|
1040
|
+
"variant": "declaration",
|
|
962
1041
|
"kind": 262144,
|
|
963
|
-
"kindString": "Accessor",
|
|
964
1042
|
"flags": {
|
|
965
1043
|
"isPublic": true
|
|
966
1044
|
},
|
|
967
|
-
"decorators": [
|
|
968
|
-
{
|
|
969
|
-
"name": "Input",
|
|
970
|
-
"type": {
|
|
971
|
-
"type": "reference",
|
|
972
|
-
"qualifiedName": "InputDecorator",
|
|
973
|
-
"package": "@angular/core",
|
|
974
|
-
"name": "Input"
|
|
975
|
-
},
|
|
976
|
-
"arguments": {}
|
|
977
|
-
}
|
|
978
|
-
],
|
|
979
1045
|
"sources": [
|
|
980
1046
|
{
|
|
981
1047
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
982
1048
|
"line": 148,
|
|
983
|
-
"character": 13
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
"getSignature": [
|
|
1049
|
+
"character": 13,
|
|
1050
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L148"
|
|
1051
|
+
},
|
|
987
1052
|
{
|
|
988
|
-
"
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1053
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1054
|
+
"line": 159,
|
|
1055
|
+
"character": 13,
|
|
1056
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L159"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"getSignature": {
|
|
1060
|
+
"id": 217,
|
|
1061
|
+
"name": "initialStyleState",
|
|
1062
|
+
"variant": "signature",
|
|
1063
|
+
"kind": 524288,
|
|
1064
|
+
"flags": {},
|
|
1065
|
+
"sources": [
|
|
1066
|
+
{
|
|
1067
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1068
|
+
"line": 159,
|
|
1069
|
+
"character": 2,
|
|
1070
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L159"
|
|
1000
1071
|
}
|
|
1072
|
+
],
|
|
1073
|
+
"type": {
|
|
1074
|
+
"type": "reference",
|
|
1075
|
+
"target": 8,
|
|
1076
|
+
"name": "SkyTextEditorStyleState",
|
|
1077
|
+
"package": "@skyux/text-editor"
|
|
1001
1078
|
}
|
|
1002
|
-
|
|
1003
|
-
"setSignature":
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
"
|
|
1011
|
-
"shortText": "The initial styles for all content, including background color, font size, and link state."
|
|
1012
|
-
},
|
|
1013
|
-
"parameters": [
|
|
1079
|
+
},
|
|
1080
|
+
"setSignature": {
|
|
1081
|
+
"id": 218,
|
|
1082
|
+
"name": "initialStyleState",
|
|
1083
|
+
"variant": "signature",
|
|
1084
|
+
"kind": 1048576,
|
|
1085
|
+
"flags": {},
|
|
1086
|
+
"comment": {
|
|
1087
|
+
"summary": [
|
|
1014
1088
|
{
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1017
|
-
"kind": 32768,
|
|
1018
|
-
"kindString": "Parameter",
|
|
1019
|
-
"flags": {},
|
|
1020
|
-
"type": {
|
|
1021
|
-
"type": "reference",
|
|
1022
|
-
"id": 8,
|
|
1023
|
-
"name": "SkyTextEditorStyleState"
|
|
1024
|
-
}
|
|
1089
|
+
"kind": "text",
|
|
1090
|
+
"text": "The initial styles for all content, including background color, font size, and link state."
|
|
1025
1091
|
}
|
|
1026
|
-
]
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
"sources": [
|
|
1095
|
+
{
|
|
1096
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1097
|
+
"line": 147,
|
|
1098
|
+
"character": 2,
|
|
1099
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L147"
|
|
1030
1100
|
}
|
|
1101
|
+
],
|
|
1102
|
+
"parameters": [
|
|
1103
|
+
{
|
|
1104
|
+
"id": 219,
|
|
1105
|
+
"name": "state",
|
|
1106
|
+
"variant": "param",
|
|
1107
|
+
"kind": 32768,
|
|
1108
|
+
"flags": {},
|
|
1109
|
+
"type": {
|
|
1110
|
+
"type": "reference",
|
|
1111
|
+
"target": 8,
|
|
1112
|
+
"name": "SkyTextEditorStyleState",
|
|
1113
|
+
"package": "@skyux/text-editor"
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"type": {
|
|
1118
|
+
"type": "intrinsic",
|
|
1119
|
+
"name": "void"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"decorators": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "Input"
|
|
1031
1125
|
}
|
|
1032
1126
|
]
|
|
1033
1127
|
},
|
|
1034
1128
|
{
|
|
1035
|
-
"id":
|
|
1129
|
+
"id": 220,
|
|
1036
1130
|
"name": "menus",
|
|
1131
|
+
"variant": "declaration",
|
|
1037
1132
|
"kind": 262144,
|
|
1038
|
-
"kindString": "Accessor",
|
|
1039
1133
|
"flags": {
|
|
1040
1134
|
"isPublic": true
|
|
1041
1135
|
},
|
|
1042
|
-
"decorators": [
|
|
1043
|
-
{
|
|
1044
|
-
"name": "Input",
|
|
1045
|
-
"type": {
|
|
1046
|
-
"type": "reference",
|
|
1047
|
-
"qualifiedName": "InputDecorator",
|
|
1048
|
-
"package": "@angular/core",
|
|
1049
|
-
"name": "Input"
|
|
1050
|
-
},
|
|
1051
|
-
"arguments": {}
|
|
1052
|
-
}
|
|
1053
|
-
],
|
|
1054
1136
|
"sources": [
|
|
1055
1137
|
{
|
|
1056
1138
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1057
1139
|
"line": 168,
|
|
1058
|
-
"character": 13
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
"getSignature": [
|
|
1140
|
+
"character": 13,
|
|
1141
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L168"
|
|
1142
|
+
},
|
|
1062
1143
|
{
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1144
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1145
|
+
"line": 172,
|
|
1146
|
+
"character": 13,
|
|
1147
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L172"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"getSignature": {
|
|
1151
|
+
"id": 221,
|
|
1152
|
+
"name": "menus",
|
|
1153
|
+
"variant": "signature",
|
|
1154
|
+
"kind": 524288,
|
|
1155
|
+
"flags": {},
|
|
1156
|
+
"sources": [
|
|
1157
|
+
{
|
|
1158
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1159
|
+
"line": 172,
|
|
1160
|
+
"character": 2,
|
|
1161
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L172"
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"type": {
|
|
1165
|
+
"type": "array",
|
|
1166
|
+
"elementType": {
|
|
1167
|
+
"type": "reference",
|
|
1168
|
+
"target": 7,
|
|
1169
|
+
"name": "SkyTextEditorMenuType",
|
|
1170
|
+
"package": "@skyux/text-editor"
|
|
1084
1171
|
}
|
|
1085
1172
|
}
|
|
1086
|
-
|
|
1087
|
-
"setSignature":
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
"
|
|
1095
|
-
"shortText": "The menus to include in the menu bar.",
|
|
1096
|
-
"tags": [
|
|
1097
|
-
{
|
|
1098
|
-
"tag": "default",
|
|
1099
|
-
"text": "[ 'edit', 'format' ]\n"
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
},
|
|
1103
|
-
"parameters": [
|
|
1173
|
+
},
|
|
1174
|
+
"setSignature": {
|
|
1175
|
+
"id": 222,
|
|
1176
|
+
"name": "menus",
|
|
1177
|
+
"variant": "signature",
|
|
1178
|
+
"kind": 1048576,
|
|
1179
|
+
"flags": {},
|
|
1180
|
+
"comment": {
|
|
1181
|
+
"summary": [
|
|
1104
1182
|
{
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1183
|
+
"kind": "text",
|
|
1184
|
+
"text": "The menus to include in the menu bar."
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"blockTags": [
|
|
1188
|
+
{
|
|
1189
|
+
"tag": "@default",
|
|
1190
|
+
"content": [
|
|
1191
|
+
{
|
|
1192
|
+
"kind": "code",
|
|
1193
|
+
"text": "```ts\n[ 'edit', 'format' ]\n```"
|
|
1116
1194
|
}
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
},
|
|
1199
|
+
"sources": [
|
|
1200
|
+
{
|
|
1201
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1202
|
+
"line": 167,
|
|
1203
|
+
"character": 2,
|
|
1204
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L167"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"parameters": [
|
|
1208
|
+
{
|
|
1209
|
+
"id": 223,
|
|
1210
|
+
"name": "value",
|
|
1211
|
+
"variant": "param",
|
|
1212
|
+
"kind": 32768,
|
|
1213
|
+
"flags": {},
|
|
1214
|
+
"type": {
|
|
1215
|
+
"type": "array",
|
|
1216
|
+
"elementType": {
|
|
1217
|
+
"type": "reference",
|
|
1218
|
+
"target": 7,
|
|
1219
|
+
"name": "SkyTextEditorMenuType",
|
|
1220
|
+
"package": "@skyux/text-editor"
|
|
1117
1221
|
}
|
|
1118
1222
|
}
|
|
1119
|
-
],
|
|
1120
|
-
"type": {
|
|
1121
|
-
"type": "intrinsic",
|
|
1122
|
-
"name": "void"
|
|
1123
1223
|
}
|
|
1224
|
+
],
|
|
1225
|
+
"type": {
|
|
1226
|
+
"type": "intrinsic",
|
|
1227
|
+
"name": "void"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
"decorators": [
|
|
1231
|
+
{
|
|
1232
|
+
"name": "Input"
|
|
1124
1233
|
}
|
|
1125
1234
|
]
|
|
1126
1235
|
},
|
|
1127
1236
|
{
|
|
1128
|
-
"id":
|
|
1237
|
+
"id": 224,
|
|
1129
1238
|
"name": "mergeFields",
|
|
1239
|
+
"variant": "declaration",
|
|
1130
1240
|
"kind": 262144,
|
|
1131
|
-
"kindString": "Accessor",
|
|
1132
1241
|
"flags": {
|
|
1133
1242
|
"isPublic": true
|
|
1134
1243
|
},
|
|
1135
|
-
"decorators": [
|
|
1136
|
-
{
|
|
1137
|
-
"name": "Input",
|
|
1138
|
-
"type": {
|
|
1139
|
-
"type": "reference",
|
|
1140
|
-
"qualifiedName": "InputDecorator",
|
|
1141
|
-
"package": "@angular/core",
|
|
1142
|
-
"name": "Input"
|
|
1143
|
-
},
|
|
1144
|
-
"arguments": {}
|
|
1145
|
-
}
|
|
1146
|
-
],
|
|
1147
1244
|
"sources": [
|
|
1148
1245
|
{
|
|
1149
1246
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1150
1247
|
"line": 180,
|
|
1151
|
-
"character": 13
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
"getSignature": [
|
|
1248
|
+
"character": 13,
|
|
1249
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L180"
|
|
1250
|
+
},
|
|
1155
1251
|
{
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1252
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1253
|
+
"line": 184,
|
|
1254
|
+
"character": 13,
|
|
1255
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L184"
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"getSignature": {
|
|
1259
|
+
"id": 225,
|
|
1260
|
+
"name": "mergeFields",
|
|
1261
|
+
"variant": "signature",
|
|
1262
|
+
"kind": 524288,
|
|
1263
|
+
"flags": {},
|
|
1264
|
+
"sources": [
|
|
1265
|
+
{
|
|
1266
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1267
|
+
"line": 184,
|
|
1268
|
+
"character": 2,
|
|
1269
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L184"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"type": {
|
|
1273
|
+
"type": "array",
|
|
1274
|
+
"elementType": {
|
|
1275
|
+
"type": "reference",
|
|
1276
|
+
"target": 17,
|
|
1277
|
+
"name": "SkyTextEditorMergeField",
|
|
1278
|
+
"package": "@skyux/text-editor"
|
|
1171
1279
|
}
|
|
1172
1280
|
}
|
|
1173
|
-
|
|
1174
|
-
"setSignature":
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
"
|
|
1182
|
-
"shortText": "The merge fields to include in the merge field menu."
|
|
1183
|
-
},
|
|
1184
|
-
"parameters": [
|
|
1281
|
+
},
|
|
1282
|
+
"setSignature": {
|
|
1283
|
+
"id": 226,
|
|
1284
|
+
"name": "mergeFields",
|
|
1285
|
+
"variant": "signature",
|
|
1286
|
+
"kind": 1048576,
|
|
1287
|
+
"flags": {},
|
|
1288
|
+
"comment": {
|
|
1289
|
+
"summary": [
|
|
1185
1290
|
{
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1291
|
+
"kind": "text",
|
|
1292
|
+
"text": "The merge fields to include in the merge field menu."
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"sources": [
|
|
1297
|
+
{
|
|
1298
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1299
|
+
"line": 179,
|
|
1300
|
+
"character": 2,
|
|
1301
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L179"
|
|
1302
|
+
}
|
|
1303
|
+
],
|
|
1304
|
+
"parameters": [
|
|
1305
|
+
{
|
|
1306
|
+
"id": 227,
|
|
1307
|
+
"name": "value",
|
|
1308
|
+
"variant": "param",
|
|
1309
|
+
"kind": 32768,
|
|
1310
|
+
"flags": {},
|
|
1311
|
+
"type": {
|
|
1312
|
+
"type": "array",
|
|
1313
|
+
"elementType": {
|
|
1314
|
+
"type": "reference",
|
|
1315
|
+
"target": 17,
|
|
1316
|
+
"name": "SkyTextEditorMergeField",
|
|
1317
|
+
"package": "@skyux/text-editor"
|
|
1198
1318
|
}
|
|
1199
1319
|
}
|
|
1200
|
-
],
|
|
1201
|
-
"type": {
|
|
1202
|
-
"type": "intrinsic",
|
|
1203
|
-
"name": "void"
|
|
1204
1320
|
}
|
|
1321
|
+
],
|
|
1322
|
+
"type": {
|
|
1323
|
+
"type": "intrinsic",
|
|
1324
|
+
"name": "void"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"decorators": [
|
|
1328
|
+
{
|
|
1329
|
+
"name": "Input"
|
|
1205
1330
|
}
|
|
1206
1331
|
]
|
|
1207
1332
|
},
|
|
1208
1333
|
{
|
|
1209
|
-
"id":
|
|
1334
|
+
"id": 228,
|
|
1210
1335
|
"name": "placeholder",
|
|
1336
|
+
"variant": "declaration",
|
|
1211
1337
|
"kind": 262144,
|
|
1212
|
-
"kindString": "Accessor",
|
|
1213
1338
|
"flags": {
|
|
1214
1339
|
"isPublic": true
|
|
1215
1340
|
},
|
|
1216
|
-
"decorators": [
|
|
1217
|
-
{
|
|
1218
|
-
"name": "Input",
|
|
1219
|
-
"type": {
|
|
1220
|
-
"type": "reference",
|
|
1221
|
-
"qualifiedName": "InputDecorator",
|
|
1222
|
-
"package": "@angular/core",
|
|
1223
|
-
"name": "Input"
|
|
1224
|
-
},
|
|
1225
|
-
"arguments": {}
|
|
1226
|
-
}
|
|
1227
|
-
],
|
|
1228
1341
|
"sources": [
|
|
1229
1342
|
{
|
|
1230
1343
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1231
1344
|
"line": 192,
|
|
1232
|
-
"character": 13
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
"getSignature": [
|
|
1345
|
+
"character": 13,
|
|
1346
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L192"
|
|
1347
|
+
},
|
|
1236
1348
|
{
|
|
1237
|
-
"
|
|
1238
|
-
"
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1349
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1350
|
+
"line": 202,
|
|
1351
|
+
"character": 13,
|
|
1352
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L202"
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"getSignature": {
|
|
1356
|
+
"id": 229,
|
|
1357
|
+
"name": "placeholder",
|
|
1358
|
+
"variant": "signature",
|
|
1359
|
+
"kind": 524288,
|
|
1360
|
+
"flags": {},
|
|
1361
|
+
"sources": [
|
|
1362
|
+
{
|
|
1363
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1364
|
+
"line": 202,
|
|
1365
|
+
"character": 2,
|
|
1366
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L202"
|
|
1248
1367
|
}
|
|
1368
|
+
],
|
|
1369
|
+
"type": {
|
|
1370
|
+
"type": "intrinsic",
|
|
1371
|
+
"name": "string"
|
|
1249
1372
|
}
|
|
1250
|
-
|
|
1251
|
-
"setSignature":
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
"
|
|
1259
|
-
"shortText": "Placeholder text to display when the text entry area is empty."
|
|
1260
|
-
},
|
|
1261
|
-
"parameters": [
|
|
1373
|
+
},
|
|
1374
|
+
"setSignature": {
|
|
1375
|
+
"id": 230,
|
|
1376
|
+
"name": "placeholder",
|
|
1377
|
+
"variant": "signature",
|
|
1378
|
+
"kind": 1048576,
|
|
1379
|
+
"flags": {},
|
|
1380
|
+
"comment": {
|
|
1381
|
+
"summary": [
|
|
1262
1382
|
{
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1265
|
-
"kind": 32768,
|
|
1266
|
-
"kindString": "Parameter",
|
|
1267
|
-
"flags": {},
|
|
1268
|
-
"type": {
|
|
1269
|
-
"type": "intrinsic",
|
|
1270
|
-
"name": "string"
|
|
1271
|
-
}
|
|
1383
|
+
"kind": "text",
|
|
1384
|
+
"text": "Placeholder text to display when the text entry area is empty."
|
|
1272
1385
|
}
|
|
1273
|
-
]
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
|
+
"sources": [
|
|
1389
|
+
{
|
|
1390
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1391
|
+
"line": 191,
|
|
1392
|
+
"character": 2,
|
|
1393
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L191"
|
|
1277
1394
|
}
|
|
1395
|
+
],
|
|
1396
|
+
"parameters": [
|
|
1397
|
+
{
|
|
1398
|
+
"id": 231,
|
|
1399
|
+
"name": "value",
|
|
1400
|
+
"variant": "param",
|
|
1401
|
+
"kind": 32768,
|
|
1402
|
+
"flags": {},
|
|
1403
|
+
"type": {
|
|
1404
|
+
"type": "intrinsic",
|
|
1405
|
+
"name": "string"
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"type": {
|
|
1410
|
+
"type": "intrinsic",
|
|
1411
|
+
"name": "void"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
"decorators": [
|
|
1415
|
+
{
|
|
1416
|
+
"name": "Input"
|
|
1278
1417
|
}
|
|
1279
1418
|
]
|
|
1280
1419
|
},
|
|
1281
1420
|
{
|
|
1282
|
-
"id":
|
|
1421
|
+
"id": 232,
|
|
1283
1422
|
"name": "toolbarActions",
|
|
1423
|
+
"variant": "declaration",
|
|
1284
1424
|
"kind": 262144,
|
|
1285
|
-
"kindString": "Accessor",
|
|
1286
1425
|
"flags": {
|
|
1287
1426
|
"isPublic": true
|
|
1288
1427
|
},
|
|
1289
|
-
"decorators": [
|
|
1290
|
-
{
|
|
1291
|
-
"name": "Input",
|
|
1292
|
-
"type": {
|
|
1293
|
-
"type": "reference",
|
|
1294
|
-
"qualifiedName": "InputDecorator",
|
|
1295
|
-
"package": "@angular/core",
|
|
1296
|
-
"name": "Input"
|
|
1297
|
-
},
|
|
1298
|
-
"arguments": {}
|
|
1299
|
-
}
|
|
1300
|
-
],
|
|
1301
1428
|
"sources": [
|
|
1302
1429
|
{
|
|
1303
1430
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1304
1431
|
"line": 211,
|
|
1305
|
-
"character": 13
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
"getSignature": [
|
|
1432
|
+
"character": 13,
|
|
1433
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L211"
|
|
1434
|
+
},
|
|
1309
1435
|
{
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1436
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1437
|
+
"line": 217,
|
|
1438
|
+
"character": 13,
|
|
1439
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L217"
|
|
1440
|
+
}
|
|
1441
|
+
],
|
|
1442
|
+
"getSignature": {
|
|
1443
|
+
"id": 233,
|
|
1444
|
+
"name": "toolbarActions",
|
|
1445
|
+
"variant": "signature",
|
|
1446
|
+
"kind": 524288,
|
|
1447
|
+
"flags": {},
|
|
1448
|
+
"sources": [
|
|
1449
|
+
{
|
|
1450
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1451
|
+
"line": 217,
|
|
1452
|
+
"character": 2,
|
|
1453
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L217"
|
|
1454
|
+
}
|
|
1455
|
+
],
|
|
1456
|
+
"type": {
|
|
1457
|
+
"type": "array",
|
|
1458
|
+
"elementType": {
|
|
1459
|
+
"type": "reference",
|
|
1460
|
+
"target": 21,
|
|
1461
|
+
"name": "SkyTextEditorToolbarActionType",
|
|
1462
|
+
"package": "@skyux/text-editor"
|
|
1331
1463
|
}
|
|
1332
1464
|
}
|
|
1333
|
-
|
|
1334
|
-
"setSignature":
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
"
|
|
1342
|
-
"shortText": "The actions to include in the toolbar and determines their order.",
|
|
1343
|
-
"tags": [
|
|
1344
|
-
{
|
|
1345
|
-
"tag": "default",
|
|
1346
|
-
"text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
|
|
1347
|
-
}
|
|
1348
|
-
]
|
|
1349
|
-
},
|
|
1350
|
-
"parameters": [
|
|
1465
|
+
},
|
|
1466
|
+
"setSignature": {
|
|
1467
|
+
"id": 234,
|
|
1468
|
+
"name": "toolbarActions",
|
|
1469
|
+
"variant": "signature",
|
|
1470
|
+
"kind": 1048576,
|
|
1471
|
+
"flags": {},
|
|
1472
|
+
"comment": {
|
|
1473
|
+
"summary": [
|
|
1351
1474
|
{
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1475
|
+
"kind": "text",
|
|
1476
|
+
"text": "The actions to include in the toolbar and determines their order."
|
|
1477
|
+
}
|
|
1478
|
+
],
|
|
1479
|
+
"blockTags": [
|
|
1480
|
+
{
|
|
1481
|
+
"tag": "@default",
|
|
1482
|
+
"content": [
|
|
1483
|
+
{
|
|
1484
|
+
"kind": "code",
|
|
1485
|
+
"text": "```ts\n[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n```"
|
|
1363
1486
|
}
|
|
1487
|
+
]
|
|
1488
|
+
}
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
|
+
"sources": [
|
|
1492
|
+
{
|
|
1493
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1494
|
+
"line": 210,
|
|
1495
|
+
"character": 2,
|
|
1496
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L210"
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"parameters": [
|
|
1500
|
+
{
|
|
1501
|
+
"id": 235,
|
|
1502
|
+
"name": "value",
|
|
1503
|
+
"variant": "param",
|
|
1504
|
+
"kind": 32768,
|
|
1505
|
+
"flags": {},
|
|
1506
|
+
"type": {
|
|
1507
|
+
"type": "array",
|
|
1508
|
+
"elementType": {
|
|
1509
|
+
"type": "reference",
|
|
1510
|
+
"target": 21,
|
|
1511
|
+
"name": "SkyTextEditorToolbarActionType",
|
|
1512
|
+
"package": "@skyux/text-editor"
|
|
1364
1513
|
}
|
|
1365
1514
|
}
|
|
1366
|
-
],
|
|
1367
|
-
"type": {
|
|
1368
|
-
"type": "intrinsic",
|
|
1369
|
-
"name": "void"
|
|
1370
1515
|
}
|
|
1516
|
+
],
|
|
1517
|
+
"type": {
|
|
1518
|
+
"type": "intrinsic",
|
|
1519
|
+
"name": "void"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"decorators": [
|
|
1523
|
+
{
|
|
1524
|
+
"name": "Input"
|
|
1371
1525
|
}
|
|
1372
1526
|
]
|
|
1373
1527
|
},
|
|
1374
1528
|
{
|
|
1375
|
-
"id":
|
|
1529
|
+
"id": 237,
|
|
1376
1530
|
"name": "value",
|
|
1531
|
+
"variant": "declaration",
|
|
1377
1532
|
"kind": 262144,
|
|
1378
|
-
"kindString": "Accessor",
|
|
1379
1533
|
"flags": {
|
|
1380
1534
|
"isPublic": true
|
|
1381
1535
|
},
|
|
@@ -1383,60 +1537,82 @@
|
|
|
1383
1537
|
{
|
|
1384
1538
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1385
1539
|
"line": 227,
|
|
1386
|
-
"character": 13
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
"getSignature": [
|
|
1540
|
+
"character": 13,
|
|
1541
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L227"
|
|
1542
|
+
},
|
|
1390
1543
|
{
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1544
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1545
|
+
"line": 273,
|
|
1546
|
+
"character": 13,
|
|
1547
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L273"
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"getSignature": {
|
|
1551
|
+
"id": 238,
|
|
1552
|
+
"name": "value",
|
|
1553
|
+
"variant": "signature",
|
|
1554
|
+
"kind": 524288,
|
|
1555
|
+
"flags": {},
|
|
1556
|
+
"sources": [
|
|
1557
|
+
{
|
|
1558
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1559
|
+
"line": 273,
|
|
1560
|
+
"character": 2,
|
|
1561
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L273"
|
|
1402
1562
|
}
|
|
1563
|
+
],
|
|
1564
|
+
"type": {
|
|
1565
|
+
"type": "intrinsic",
|
|
1566
|
+
"name": "string"
|
|
1403
1567
|
}
|
|
1404
|
-
|
|
1405
|
-
"setSignature":
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
"
|
|
1413
|
-
"shortText": "The internal value of the control."
|
|
1414
|
-
},
|
|
1415
|
-
"parameters": [
|
|
1568
|
+
},
|
|
1569
|
+
"setSignature": {
|
|
1570
|
+
"id": 239,
|
|
1571
|
+
"name": "value",
|
|
1572
|
+
"variant": "signature",
|
|
1573
|
+
"kind": 1048576,
|
|
1574
|
+
"flags": {},
|
|
1575
|
+
"comment": {
|
|
1576
|
+
"summary": [
|
|
1416
1577
|
{
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1578
|
+
"kind": "text",
|
|
1579
|
+
"text": "The internal value of the control."
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1582
|
+
},
|
|
1583
|
+
"sources": [
|
|
1584
|
+
{
|
|
1585
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1586
|
+
"line": 227,
|
|
1587
|
+
"character": 2,
|
|
1588
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L227"
|
|
1589
|
+
}
|
|
1590
|
+
],
|
|
1591
|
+
"parameters": [
|
|
1592
|
+
{
|
|
1593
|
+
"id": 240,
|
|
1594
|
+
"name": "value",
|
|
1595
|
+
"variant": "param",
|
|
1596
|
+
"kind": 32768,
|
|
1597
|
+
"flags": {},
|
|
1598
|
+
"type": {
|
|
1599
|
+
"type": "intrinsic",
|
|
1600
|
+
"name": "string"
|
|
1426
1601
|
}
|
|
1427
|
-
],
|
|
1428
|
-
"type": {
|
|
1429
|
-
"type": "intrinsic",
|
|
1430
|
-
"name": "void"
|
|
1431
1602
|
}
|
|
1603
|
+
],
|
|
1604
|
+
"type": {
|
|
1605
|
+
"type": "intrinsic",
|
|
1606
|
+
"name": "void"
|
|
1432
1607
|
}
|
|
1433
|
-
|
|
1608
|
+
},
|
|
1609
|
+
"decorators": []
|
|
1434
1610
|
},
|
|
1435
1611
|
{
|
|
1436
|
-
"id":
|
|
1612
|
+
"id": 265,
|
|
1437
1613
|
"name": "ngAfterViewInit",
|
|
1614
|
+
"variant": "declaration",
|
|
1438
1615
|
"kind": 2048,
|
|
1439
|
-
"kindString": "Method",
|
|
1440
1616
|
"flags": {
|
|
1441
1617
|
"isPublic": true
|
|
1442
1618
|
},
|
|
@@ -1444,36 +1620,48 @@
|
|
|
1444
1620
|
{
|
|
1445
1621
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1446
1622
|
"line": 336,
|
|
1447
|
-
"character": 9
|
|
1623
|
+
"character": 9,
|
|
1624
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L336"
|
|
1448
1625
|
}
|
|
1449
1626
|
],
|
|
1450
1627
|
"signatures": [
|
|
1451
1628
|
{
|
|
1452
|
-
"id":
|
|
1629
|
+
"id": 266,
|
|
1453
1630
|
"name": "ngAfterViewInit",
|
|
1631
|
+
"variant": "signature",
|
|
1454
1632
|
"kind": 4096,
|
|
1455
|
-
"kindString": "Call signature",
|
|
1456
1633
|
"flags": {},
|
|
1634
|
+
"sources": [
|
|
1635
|
+
{
|
|
1636
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1637
|
+
"line": 336,
|
|
1638
|
+
"character": 2,
|
|
1639
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L336"
|
|
1640
|
+
}
|
|
1641
|
+
],
|
|
1457
1642
|
"type": {
|
|
1458
1643
|
"type": "intrinsic",
|
|
1459
1644
|
"name": "void"
|
|
1460
1645
|
},
|
|
1461
1646
|
"implementationOf": {
|
|
1462
1647
|
"type": "reference",
|
|
1648
|
+
"target": -1,
|
|
1463
1649
|
"name": "AfterViewInit.ngAfterViewInit"
|
|
1464
1650
|
}
|
|
1465
1651
|
}
|
|
1466
1652
|
],
|
|
1467
1653
|
"implementationOf": {
|
|
1468
1654
|
"type": "reference",
|
|
1655
|
+
"target": -1,
|
|
1469
1656
|
"name": "AfterViewInit.ngAfterViewInit"
|
|
1470
|
-
}
|
|
1657
|
+
},
|
|
1658
|
+
"decorators": []
|
|
1471
1659
|
},
|
|
1472
1660
|
{
|
|
1473
|
-
"id":
|
|
1661
|
+
"id": 267,
|
|
1474
1662
|
"name": "ngOnDestroy",
|
|
1663
|
+
"variant": "declaration",
|
|
1475
1664
|
"kind": 2048,
|
|
1476
|
-
"kindString": "Method",
|
|
1477
1665
|
"flags": {
|
|
1478
1666
|
"isPublic": true
|
|
1479
1667
|
},
|
|
@@ -1481,36 +1669,48 @@
|
|
|
1481
1669
|
{
|
|
1482
1670
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1483
1671
|
"line": 340,
|
|
1484
|
-
"character": 9
|
|
1672
|
+
"character": 9,
|
|
1673
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L340"
|
|
1485
1674
|
}
|
|
1486
1675
|
],
|
|
1487
1676
|
"signatures": [
|
|
1488
1677
|
{
|
|
1489
|
-
"id":
|
|
1678
|
+
"id": 268,
|
|
1490
1679
|
"name": "ngOnDestroy",
|
|
1680
|
+
"variant": "signature",
|
|
1491
1681
|
"kind": 4096,
|
|
1492
|
-
"kindString": "Call signature",
|
|
1493
1682
|
"flags": {},
|
|
1683
|
+
"sources": [
|
|
1684
|
+
{
|
|
1685
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1686
|
+
"line": 340,
|
|
1687
|
+
"character": 2,
|
|
1688
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L340"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1494
1691
|
"type": {
|
|
1495
1692
|
"type": "intrinsic",
|
|
1496
1693
|
"name": "void"
|
|
1497
1694
|
},
|
|
1498
1695
|
"implementationOf": {
|
|
1499
1696
|
"type": "reference",
|
|
1697
|
+
"target": -1,
|
|
1500
1698
|
"name": "OnDestroy.ngOnDestroy"
|
|
1501
1699
|
}
|
|
1502
1700
|
}
|
|
1503
1701
|
],
|
|
1504
1702
|
"implementationOf": {
|
|
1505
1703
|
"type": "reference",
|
|
1704
|
+
"target": -1,
|
|
1506
1705
|
"name": "OnDestroy.ngOnDestroy"
|
|
1507
|
-
}
|
|
1706
|
+
},
|
|
1707
|
+
"decorators": []
|
|
1508
1708
|
},
|
|
1509
1709
|
{
|
|
1510
|
-
"id":
|
|
1710
|
+
"id": 269,
|
|
1511
1711
|
"name": "onIframeLoad",
|
|
1712
|
+
"variant": "declaration",
|
|
1512
1713
|
"kind": 2048,
|
|
1513
|
-
"kindString": "Method",
|
|
1514
1714
|
"flags": {
|
|
1515
1715
|
"isPublic": true
|
|
1516
1716
|
},
|
|
@@ -1518,28 +1718,38 @@
|
|
|
1518
1718
|
{
|
|
1519
1719
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1520
1720
|
"line": 346,
|
|
1521
|
-
"character": 9
|
|
1721
|
+
"character": 9,
|
|
1722
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L346"
|
|
1522
1723
|
}
|
|
1523
1724
|
],
|
|
1524
1725
|
"signatures": [
|
|
1525
1726
|
{
|
|
1526
|
-
"id":
|
|
1727
|
+
"id": 270,
|
|
1527
1728
|
"name": "onIframeLoad",
|
|
1729
|
+
"variant": "signature",
|
|
1528
1730
|
"kind": 4096,
|
|
1529
|
-
"kindString": "Call signature",
|
|
1530
1731
|
"flags": {},
|
|
1732
|
+
"sources": [
|
|
1733
|
+
{
|
|
1734
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1735
|
+
"line": 346,
|
|
1736
|
+
"character": 2,
|
|
1737
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L346"
|
|
1738
|
+
}
|
|
1739
|
+
],
|
|
1531
1740
|
"type": {
|
|
1532
1741
|
"type": "intrinsic",
|
|
1533
1742
|
"name": "void"
|
|
1534
1743
|
}
|
|
1535
1744
|
}
|
|
1536
|
-
]
|
|
1745
|
+
],
|
|
1746
|
+
"decorators": []
|
|
1537
1747
|
},
|
|
1538
1748
|
{
|
|
1539
|
-
"id":
|
|
1749
|
+
"id": 274,
|
|
1540
1750
|
"name": "registerOnChange",
|
|
1751
|
+
"variant": "declaration",
|
|
1541
1752
|
"kind": 2048,
|
|
1542
|
-
"kindString": "Method",
|
|
1543
1753
|
"flags": {
|
|
1544
1754
|
"isPublic": true
|
|
1545
1755
|
},
|
|
@@ -1547,47 +1757,77 @@
|
|
|
1547
1757
|
{
|
|
1548
1758
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1549
1759
|
"line": 372,
|
|
1550
|
-
"character": 9
|
|
1760
|
+
"character": 9,
|
|
1761
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L372"
|
|
1551
1762
|
}
|
|
1552
1763
|
],
|
|
1553
1764
|
"signatures": [
|
|
1554
1765
|
{
|
|
1555
|
-
"id":
|
|
1766
|
+
"id": 275,
|
|
1556
1767
|
"name": "registerOnChange",
|
|
1768
|
+
"variant": "signature",
|
|
1557
1769
|
"kind": 4096,
|
|
1558
|
-
"kindString": "Call signature",
|
|
1559
1770
|
"flags": {},
|
|
1560
1771
|
"comment": {
|
|
1561
|
-
"
|
|
1772
|
+
"summary": [
|
|
1773
|
+
{
|
|
1774
|
+
"kind": "text",
|
|
1775
|
+
"text": "Implemented as part of ControlValueAccessor."
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1562
1778
|
},
|
|
1779
|
+
"sources": [
|
|
1780
|
+
{
|
|
1781
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1782
|
+
"line": 372,
|
|
1783
|
+
"character": 2,
|
|
1784
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L372"
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1563
1787
|
"parameters": [
|
|
1564
1788
|
{
|
|
1565
|
-
"id":
|
|
1789
|
+
"id": 276,
|
|
1566
1790
|
"name": "fn",
|
|
1791
|
+
"variant": "param",
|
|
1567
1792
|
"kind": 32768,
|
|
1568
|
-
"kindString": "Parameter",
|
|
1569
1793
|
"flags": {},
|
|
1570
1794
|
"type": {
|
|
1571
1795
|
"type": "reflection",
|
|
1572
1796
|
"declaration": {
|
|
1573
|
-
"id":
|
|
1797
|
+
"id": 277,
|
|
1574
1798
|
"name": "__type",
|
|
1799
|
+
"variant": "declaration",
|
|
1575
1800
|
"kind": 65536,
|
|
1576
|
-
"kindString": "Type literal",
|
|
1577
1801
|
"flags": {},
|
|
1802
|
+
"sources": [
|
|
1803
|
+
{
|
|
1804
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1805
|
+
"line": 372,
|
|
1806
|
+
"character": 30,
|
|
1807
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L372"
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1578
1810
|
"signatures": [
|
|
1579
1811
|
{
|
|
1580
|
-
"id":
|
|
1812
|
+
"id": 278,
|
|
1581
1813
|
"name": "__type",
|
|
1814
|
+
"variant": "signature",
|
|
1582
1815
|
"kind": 4096,
|
|
1583
|
-
"kindString": "Call signature",
|
|
1584
1816
|
"flags": {},
|
|
1817
|
+
"sources": [
|
|
1818
|
+
{
|
|
1819
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1820
|
+
"line": 372,
|
|
1821
|
+
"character": 30,
|
|
1822
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L372"
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1585
1825
|
"parameters": [
|
|
1586
1826
|
{
|
|
1587
|
-
"id":
|
|
1827
|
+
"id": 279,
|
|
1588
1828
|
"name": "value",
|
|
1829
|
+
"variant": "param",
|
|
1589
1830
|
"kind": 32768,
|
|
1590
|
-
"kindString": "Parameter",
|
|
1591
1831
|
"flags": {},
|
|
1592
1832
|
"type": {
|
|
1593
1833
|
"type": "intrinsic",
|
|
@@ -1610,13 +1850,14 @@
|
|
|
1610
1850
|
"name": "void"
|
|
1611
1851
|
}
|
|
1612
1852
|
}
|
|
1613
|
-
]
|
|
1853
|
+
],
|
|
1854
|
+
"decorators": []
|
|
1614
1855
|
},
|
|
1615
1856
|
{
|
|
1616
|
-
"id":
|
|
1857
|
+
"id": 280,
|
|
1617
1858
|
"name": "registerOnTouched",
|
|
1859
|
+
"variant": "declaration",
|
|
1618
1860
|
"kind": 2048,
|
|
1619
|
-
"kindString": "Method",
|
|
1620
1861
|
"flags": {
|
|
1621
1862
|
"isPublic": true
|
|
1622
1863
|
},
|
|
@@ -1624,41 +1865,71 @@
|
|
|
1624
1865
|
{
|
|
1625
1866
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1626
1867
|
"line": 379,
|
|
1627
|
-
"character": 9
|
|
1868
|
+
"character": 9,
|
|
1869
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L379"
|
|
1628
1870
|
}
|
|
1629
1871
|
],
|
|
1630
1872
|
"signatures": [
|
|
1631
1873
|
{
|
|
1632
|
-
"id":
|
|
1874
|
+
"id": 281,
|
|
1633
1875
|
"name": "registerOnTouched",
|
|
1876
|
+
"variant": "signature",
|
|
1634
1877
|
"kind": 4096,
|
|
1635
|
-
"kindString": "Call signature",
|
|
1636
1878
|
"flags": {},
|
|
1637
1879
|
"comment": {
|
|
1638
|
-
"
|
|
1880
|
+
"summary": [
|
|
1881
|
+
{
|
|
1882
|
+
"kind": "text",
|
|
1883
|
+
"text": "Implemented as part of ControlValueAccessor."
|
|
1884
|
+
}
|
|
1885
|
+
]
|
|
1639
1886
|
},
|
|
1887
|
+
"sources": [
|
|
1888
|
+
{
|
|
1889
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1890
|
+
"line": 379,
|
|
1891
|
+
"character": 2,
|
|
1892
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L379"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1640
1895
|
"parameters": [
|
|
1641
1896
|
{
|
|
1642
|
-
"id":
|
|
1897
|
+
"id": 282,
|
|
1643
1898
|
"name": "fn",
|
|
1899
|
+
"variant": "param",
|
|
1644
1900
|
"kind": 32768,
|
|
1645
|
-
"kindString": "Parameter",
|
|
1646
1901
|
"flags": {},
|
|
1647
1902
|
"type": {
|
|
1648
1903
|
"type": "reflection",
|
|
1649
1904
|
"declaration": {
|
|
1650
|
-
"id":
|
|
1905
|
+
"id": 283,
|
|
1651
1906
|
"name": "__type",
|
|
1907
|
+
"variant": "declaration",
|
|
1652
1908
|
"kind": 65536,
|
|
1653
|
-
"kindString": "Type literal",
|
|
1654
1909
|
"flags": {},
|
|
1910
|
+
"sources": [
|
|
1911
|
+
{
|
|
1912
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1913
|
+
"line": 379,
|
|
1914
|
+
"character": 31,
|
|
1915
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L379"
|
|
1916
|
+
}
|
|
1917
|
+
],
|
|
1655
1918
|
"signatures": [
|
|
1656
1919
|
{
|
|
1657
|
-
"id":
|
|
1920
|
+
"id": 284,
|
|
1658
1921
|
"name": "__type",
|
|
1922
|
+
"variant": "signature",
|
|
1659
1923
|
"kind": 4096,
|
|
1660
|
-
"kindString": "Call signature",
|
|
1661
1924
|
"flags": {},
|
|
1925
|
+
"sources": [
|
|
1926
|
+
{
|
|
1927
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1928
|
+
"line": 379,
|
|
1929
|
+
"character": 31,
|
|
1930
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L379"
|
|
1931
|
+
}
|
|
1932
|
+
],
|
|
1662
1933
|
"type": {
|
|
1663
1934
|
"type": "intrinsic",
|
|
1664
1935
|
"name": "void"
|
|
@@ -1674,13 +1945,14 @@
|
|
|
1674
1945
|
"name": "void"
|
|
1675
1946
|
}
|
|
1676
1947
|
}
|
|
1677
|
-
]
|
|
1948
|
+
],
|
|
1949
|
+
"decorators": []
|
|
1678
1950
|
},
|
|
1679
1951
|
{
|
|
1680
|
-
"id":
|
|
1952
|
+
"id": 285,
|
|
1681
1953
|
"name": "setDisabledState",
|
|
1954
|
+
"variant": "declaration",
|
|
1682
1955
|
"kind": 2048,
|
|
1683
|
-
"kindString": "Method",
|
|
1684
1956
|
"flags": {
|
|
1685
1957
|
"isPublic": true
|
|
1686
1958
|
},
|
|
@@ -1688,25 +1960,39 @@
|
|
|
1688
1960
|
{
|
|
1689
1961
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1690
1962
|
"line": 386,
|
|
1691
|
-
"character": 9
|
|
1963
|
+
"character": 9,
|
|
1964
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L386"
|
|
1692
1965
|
}
|
|
1693
1966
|
],
|
|
1694
1967
|
"signatures": [
|
|
1695
1968
|
{
|
|
1696
|
-
"id":
|
|
1969
|
+
"id": 286,
|
|
1697
1970
|
"name": "setDisabledState",
|
|
1971
|
+
"variant": "signature",
|
|
1698
1972
|
"kind": 4096,
|
|
1699
|
-
"kindString": "Call signature",
|
|
1700
1973
|
"flags": {},
|
|
1701
1974
|
"comment": {
|
|
1702
|
-
"
|
|
1975
|
+
"summary": [
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "text",
|
|
1978
|
+
"text": "Implemented as part of ControlValueAccessor."
|
|
1979
|
+
}
|
|
1980
|
+
]
|
|
1703
1981
|
},
|
|
1982
|
+
"sources": [
|
|
1983
|
+
{
|
|
1984
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1985
|
+
"line": 386,
|
|
1986
|
+
"character": 2,
|
|
1987
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L386"
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
1704
1990
|
"parameters": [
|
|
1705
1991
|
{
|
|
1706
|
-
"id":
|
|
1992
|
+
"id": 287,
|
|
1707
1993
|
"name": "isDisabled",
|
|
1994
|
+
"variant": "param",
|
|
1708
1995
|
"kind": 32768,
|
|
1709
|
-
"kindString": "Parameter",
|
|
1710
1996
|
"flags": {},
|
|
1711
1997
|
"type": {
|
|
1712
1998
|
"type": "intrinsic",
|
|
@@ -1719,13 +2005,14 @@
|
|
|
1719
2005
|
"name": "void"
|
|
1720
2006
|
}
|
|
1721
2007
|
}
|
|
1722
|
-
]
|
|
2008
|
+
],
|
|
2009
|
+
"decorators": []
|
|
1723
2010
|
},
|
|
1724
2011
|
{
|
|
1725
|
-
"id":
|
|
2012
|
+
"id": 271,
|
|
1726
2013
|
"name": "writeValue",
|
|
2014
|
+
"variant": "declaration",
|
|
1727
2015
|
"kind": 2048,
|
|
1728
|
-
"kindString": "Method",
|
|
1729
2016
|
"flags": {
|
|
1730
2017
|
"isPublic": true
|
|
1731
2018
|
},
|
|
@@ -1733,25 +2020,39 @@
|
|
|
1733
2020
|
{
|
|
1734
2021
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1735
2022
|
"line": 356,
|
|
1736
|
-
"character": 9
|
|
2023
|
+
"character": 9,
|
|
2024
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L356"
|
|
1737
2025
|
}
|
|
1738
2026
|
],
|
|
1739
2027
|
"signatures": [
|
|
1740
2028
|
{
|
|
1741
|
-
"id":
|
|
2029
|
+
"id": 272,
|
|
1742
2030
|
"name": "writeValue",
|
|
2031
|
+
"variant": "signature",
|
|
1743
2032
|
"kind": 4096,
|
|
1744
|
-
"kindString": "Call signature",
|
|
1745
2033
|
"flags": {},
|
|
1746
2034
|
"comment": {
|
|
1747
|
-
"
|
|
2035
|
+
"summary": [
|
|
2036
|
+
{
|
|
2037
|
+
"kind": "text",
|
|
2038
|
+
"text": "Implemented as part of ControlValueAccessor."
|
|
2039
|
+
}
|
|
2040
|
+
]
|
|
1748
2041
|
},
|
|
2042
|
+
"sources": [
|
|
2043
|
+
{
|
|
2044
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2045
|
+
"line": 356,
|
|
2046
|
+
"character": 2,
|
|
2047
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L356"
|
|
2048
|
+
}
|
|
2049
|
+
],
|
|
1749
2050
|
"parameters": [
|
|
1750
2051
|
{
|
|
1751
|
-
"id":
|
|
2052
|
+
"id": 273,
|
|
1752
2053
|
"name": "value",
|
|
2054
|
+
"variant": "param",
|
|
1753
2055
|
"kind": 32768,
|
|
1754
|
-
"kindString": "Parameter",
|
|
1755
2056
|
"flags": {},
|
|
1756
2057
|
"type": {
|
|
1757
2058
|
"type": "intrinsic",
|
|
@@ -1764,55 +2065,52 @@
|
|
|
1764
2065
|
"name": "void"
|
|
1765
2066
|
}
|
|
1766
2067
|
}
|
|
1767
|
-
]
|
|
2068
|
+
],
|
|
2069
|
+
"decorators": []
|
|
1768
2070
|
}
|
|
1769
2071
|
],
|
|
1770
2072
|
"groups": [
|
|
1771
2073
|
{
|
|
1772
2074
|
"title": "Constructors",
|
|
1773
|
-
"kind": 512,
|
|
1774
2075
|
"children": [
|
|
1775
|
-
|
|
2076
|
+
189
|
|
1776
2077
|
]
|
|
1777
2078
|
},
|
|
1778
2079
|
{
|
|
1779
2080
|
"title": "Properties",
|
|
1780
|
-
"kind": 1024,
|
|
1781
2081
|
"children": [
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
2082
|
+
199,
|
|
2083
|
+
242,
|
|
2084
|
+
243,
|
|
2085
|
+
236,
|
|
2086
|
+
241
|
|
1787
2087
|
]
|
|
1788
2088
|
},
|
|
1789
2089
|
{
|
|
1790
2090
|
"title": "Accessors",
|
|
1791
|
-
"kind": 262144,
|
|
1792
2091
|
"children": [
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
2092
|
+
200,
|
|
2093
|
+
204,
|
|
2094
|
+
208,
|
|
2095
|
+
212,
|
|
2096
|
+
216,
|
|
2097
|
+
220,
|
|
2098
|
+
224,
|
|
2099
|
+
228,
|
|
2100
|
+
232,
|
|
2101
|
+
237
|
|
1803
2102
|
]
|
|
1804
2103
|
},
|
|
1805
2104
|
{
|
|
1806
2105
|
"title": "Methods",
|
|
1807
|
-
"kind": 2048,
|
|
1808
2106
|
"children": [
|
|
1809
|
-
263,
|
|
1810
2107
|
265,
|
|
1811
2108
|
267,
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
2109
|
+
269,
|
|
2110
|
+
274,
|
|
2111
|
+
280,
|
|
2112
|
+
285,
|
|
2113
|
+
271
|
|
1816
2114
|
]
|
|
1817
2115
|
}
|
|
1818
2116
|
],
|
|
@@ -1820,45 +2118,66 @@
|
|
|
1820
2118
|
{
|
|
1821
2119
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1822
2120
|
"line": 55,
|
|
1823
|
-
"character": 13
|
|
2121
|
+
"character": 13,
|
|
2122
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L55"
|
|
1824
2123
|
}
|
|
1825
2124
|
],
|
|
1826
2125
|
"implementedTypes": [
|
|
1827
2126
|
{
|
|
1828
2127
|
"type": "reference",
|
|
1829
|
-
"
|
|
1830
|
-
|
|
1831
|
-
|
|
2128
|
+
"target": {
|
|
2129
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
2130
|
+
"qualifiedName": "AfterViewInit"
|
|
2131
|
+
},
|
|
2132
|
+
"name": "AfterViewInit",
|
|
2133
|
+
"package": "@angular/core"
|
|
1832
2134
|
},
|
|
1833
2135
|
{
|
|
1834
2136
|
"type": "reference",
|
|
1835
|
-
"
|
|
1836
|
-
|
|
1837
|
-
|
|
2137
|
+
"target": {
|
|
2138
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
2139
|
+
"qualifiedName": "OnDestroy"
|
|
2140
|
+
},
|
|
2141
|
+
"name": "OnDestroy",
|
|
2142
|
+
"package": "@angular/core"
|
|
2143
|
+
}
|
|
2144
|
+
],
|
|
2145
|
+
"decorators": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "Component",
|
|
2148
|
+
"arguments": {
|
|
2149
|
+
"obj": "@Component({\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})"
|
|
2150
|
+
}
|
|
1838
2151
|
}
|
|
1839
2152
|
]
|
|
1840
2153
|
},
|
|
1841
2154
|
{
|
|
1842
2155
|
"id": 4,
|
|
1843
2156
|
"name": "SkyTextEditorFont",
|
|
2157
|
+
"variant": "declaration",
|
|
1844
2158
|
"kind": 256,
|
|
1845
|
-
"kindString": "Interface",
|
|
1846
2159
|
"flags": {},
|
|
1847
2160
|
"children": [
|
|
1848
2161
|
{
|
|
1849
2162
|
"id": 5,
|
|
1850
2163
|
"name": "name",
|
|
2164
|
+
"variant": "declaration",
|
|
1851
2165
|
"kind": 1024,
|
|
1852
|
-
"kindString": "Property",
|
|
1853
2166
|
"flags": {},
|
|
1854
2167
|
"comment": {
|
|
1855
|
-
"
|
|
2168
|
+
"summary": [
|
|
2169
|
+
{
|
|
2170
|
+
"kind": "text",
|
|
2171
|
+
"text": "The display name of the font."
|
|
2172
|
+
}
|
|
2173
|
+
]
|
|
1856
2174
|
},
|
|
1857
2175
|
"sources": [
|
|
1858
2176
|
{
|
|
1859
2177
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1860
2178
|
"line": 5,
|
|
1861
|
-
"character": 2
|
|
2179
|
+
"character": 2,
|
|
2180
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
1862
2181
|
}
|
|
1863
2182
|
],
|
|
1864
2183
|
"type": {
|
|
@@ -1869,17 +2188,31 @@
|
|
|
1869
2188
|
{
|
|
1870
2189
|
"id": 6,
|
|
1871
2190
|
"name": "value",
|
|
2191
|
+
"variant": "declaration",
|
|
1872
2192
|
"kind": 1024,
|
|
1873
|
-
"kindString": "Property",
|
|
1874
2193
|
"flags": {},
|
|
1875
2194
|
"comment": {
|
|
1876
|
-
"
|
|
2195
|
+
"summary": [
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "text",
|
|
2198
|
+
"text": "The CSS "
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"kind": "code",
|
|
2202
|
+
"text": "`font-family`"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"kind": "text",
|
|
2206
|
+
"text": " value for the font."
|
|
2207
|
+
}
|
|
2208
|
+
]
|
|
1877
2209
|
},
|
|
1878
2210
|
"sources": [
|
|
1879
2211
|
{
|
|
1880
2212
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1881
2213
|
"line": 10,
|
|
1882
|
-
"character": 2
|
|
2214
|
+
"character": 2,
|
|
2215
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
1883
2216
|
}
|
|
1884
2217
|
],
|
|
1885
2218
|
"type": {
|
|
@@ -1891,7 +2224,6 @@
|
|
|
1891
2224
|
"groups": [
|
|
1892
2225
|
{
|
|
1893
2226
|
"title": "Properties",
|
|
1894
|
-
"kind": 1024,
|
|
1895
2227
|
"children": [
|
|
1896
2228
|
5,
|
|
1897
2229
|
6
|
|
@@ -1902,31 +2234,38 @@
|
|
|
1902
2234
|
{
|
|
1903
2235
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1904
2236
|
"line": 1,
|
|
1905
|
-
"character": 17
|
|
2237
|
+
"character": 17,
|
|
2238
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
1906
2239
|
}
|
|
1907
2240
|
]
|
|
1908
2241
|
},
|
|
1909
2242
|
{
|
|
1910
2243
|
"id": 17,
|
|
1911
2244
|
"name": "SkyTextEditorMergeField",
|
|
2245
|
+
"variant": "declaration",
|
|
1912
2246
|
"kind": 256,
|
|
1913
|
-
"kindString": "Interface",
|
|
1914
2247
|
"flags": {},
|
|
1915
2248
|
"children": [
|
|
1916
2249
|
{
|
|
1917
2250
|
"id": 18,
|
|
1918
2251
|
"name": "id",
|
|
2252
|
+
"variant": "declaration",
|
|
1919
2253
|
"kind": 1024,
|
|
1920
|
-
"kindString": "Property",
|
|
1921
2254
|
"flags": {},
|
|
1922
2255
|
"comment": {
|
|
1923
|
-
"
|
|
2256
|
+
"summary": [
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "text",
|
|
2259
|
+
"text": "The identifier for the merge field."
|
|
2260
|
+
}
|
|
2261
|
+
]
|
|
1924
2262
|
},
|
|
1925
2263
|
"sources": [
|
|
1926
2264
|
{
|
|
1927
2265
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1928
2266
|
"line": 5,
|
|
1929
|
-
"character": 2
|
|
2267
|
+
"character": 2,
|
|
2268
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
1930
2269
|
}
|
|
1931
2270
|
],
|
|
1932
2271
|
"type": {
|
|
@@ -1937,17 +2276,23 @@
|
|
|
1937
2276
|
{
|
|
1938
2277
|
"id": 19,
|
|
1939
2278
|
"name": "name",
|
|
2279
|
+
"variant": "declaration",
|
|
1940
2280
|
"kind": 1024,
|
|
1941
|
-
"kindString": "Property",
|
|
1942
2281
|
"flags": {},
|
|
1943
2282
|
"comment": {
|
|
1944
|
-
"
|
|
2283
|
+
"summary": [
|
|
2284
|
+
{
|
|
2285
|
+
"kind": "text",
|
|
2286
|
+
"text": "Display text for the merge field. If it is more than 18 characters, the component truncates to 15 characters."
|
|
2287
|
+
}
|
|
2288
|
+
]
|
|
1945
2289
|
},
|
|
1946
2290
|
"sources": [
|
|
1947
2291
|
{
|
|
1948
2292
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1949
2293
|
"line": 10,
|
|
1950
|
-
"character": 2
|
|
2294
|
+
"character": 2,
|
|
2295
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
1951
2296
|
}
|
|
1952
2297
|
],
|
|
1953
2298
|
"type": {
|
|
@@ -1958,19 +2303,41 @@
|
|
|
1958
2303
|
{
|
|
1959
2304
|
"id": 20,
|
|
1960
2305
|
"name": "previewImageUrl",
|
|
2306
|
+
"variant": "declaration",
|
|
1961
2307
|
"kind": 1024,
|
|
1962
|
-
"kindString": "Property",
|
|
1963
2308
|
"flags": {
|
|
1964
2309
|
"isOptional": true
|
|
1965
2310
|
},
|
|
1966
2311
|
"comment": {
|
|
1967
|
-
"
|
|
2312
|
+
"summary": [
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "text",
|
|
2315
|
+
"text": "The "
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"kind": "code",
|
|
2319
|
+
"text": "`src`"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"kind": "text",
|
|
2323
|
+
"text": " attribute for a preview image to represent the merge field\nin the text editor. By default, the "
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"kind": "code",
|
|
2327
|
+
"text": "`name`"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"kind": "text",
|
|
2331
|
+
"text": " value appears in a blue rectangle."
|
|
2332
|
+
}
|
|
2333
|
+
]
|
|
1968
2334
|
},
|
|
1969
2335
|
"sources": [
|
|
1970
2336
|
{
|
|
1971
2337
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1972
2338
|
"line": 16,
|
|
1973
|
-
"character": 2
|
|
2339
|
+
"character": 2,
|
|
2340
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
1974
2341
|
}
|
|
1975
2342
|
],
|
|
1976
2343
|
"type": {
|
|
@@ -1982,7 +2349,6 @@
|
|
|
1982
2349
|
"groups": [
|
|
1983
2350
|
{
|
|
1984
2351
|
"title": "Properties",
|
|
1985
|
-
"kind": 1024,
|
|
1986
2352
|
"children": [
|
|
1987
2353
|
18,
|
|
1988
2354
|
19,
|
|
@@ -1994,31 +2360,38 @@
|
|
|
1994
2360
|
{
|
|
1995
2361
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1996
2362
|
"line": 1,
|
|
1997
|
-
"character": 17
|
|
2363
|
+
"character": 17,
|
|
2364
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
1998
2365
|
}
|
|
1999
2366
|
]
|
|
2000
2367
|
},
|
|
2001
2368
|
{
|
|
2002
2369
|
"id": 8,
|
|
2003
2370
|
"name": "SkyTextEditorStyleState",
|
|
2371
|
+
"variant": "declaration",
|
|
2004
2372
|
"kind": 256,
|
|
2005
|
-
"kindString": "Interface",
|
|
2006
2373
|
"flags": {},
|
|
2007
2374
|
"children": [
|
|
2008
2375
|
{
|
|
2009
2376
|
"id": 9,
|
|
2010
2377
|
"name": "backColor",
|
|
2378
|
+
"variant": "declaration",
|
|
2011
2379
|
"kind": 1024,
|
|
2012
|
-
"kindString": "Property",
|
|
2013
2380
|
"flags": {},
|
|
2014
2381
|
"comment": {
|
|
2015
|
-
"
|
|
2382
|
+
"summary": [
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "text",
|
|
2385
|
+
"text": "The background color. Accepts any CSS color value."
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2016
2388
|
},
|
|
2017
2389
|
"sources": [
|
|
2018
2390
|
{
|
|
2019
2391
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2020
2392
|
"line": 5,
|
|
2021
|
-
"character": 2
|
|
2393
|
+
"character": 2,
|
|
2394
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
2022
2395
|
}
|
|
2023
2396
|
],
|
|
2024
2397
|
"type": {
|
|
@@ -2029,17 +2402,23 @@
|
|
|
2029
2402
|
{
|
|
2030
2403
|
"id": 13,
|
|
2031
2404
|
"name": "boldState",
|
|
2405
|
+
"variant": "declaration",
|
|
2032
2406
|
"kind": 1024,
|
|
2033
|
-
"kindString": "Property",
|
|
2034
2407
|
"flags": {},
|
|
2035
2408
|
"comment": {
|
|
2036
|
-
"
|
|
2409
|
+
"summary": [
|
|
2410
|
+
{
|
|
2411
|
+
"kind": "text",
|
|
2412
|
+
"text": "Whether to make text bold."
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2037
2415
|
},
|
|
2038
2416
|
"sources": [
|
|
2039
2417
|
{
|
|
2040
2418
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2041
2419
|
"line": 26,
|
|
2042
|
-
"character": 2
|
|
2420
|
+
"character": 2,
|
|
2421
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
2043
2422
|
}
|
|
2044
2423
|
],
|
|
2045
2424
|
"type": {
|
|
@@ -2050,17 +2429,71 @@
|
|
|
2050
2429
|
{
|
|
2051
2430
|
"id": 12,
|
|
2052
2431
|
"name": "font",
|
|
2432
|
+
"variant": "declaration",
|
|
2053
2433
|
"kind": 1024,
|
|
2054
|
-
"kindString": "Property",
|
|
2055
2434
|
"flags": {},
|
|
2056
2435
|
"comment": {
|
|
2057
|
-
"
|
|
2436
|
+
"summary": [
|
|
2437
|
+
{
|
|
2438
|
+
"kind": "text",
|
|
2439
|
+
"text": "The font family. Available values: "
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "code",
|
|
2443
|
+
"text": "`\"Blackbaud Sans\"`"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "text",
|
|
2447
|
+
"text": ",\n"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "code",
|
|
2451
|
+
"text": "`\"Arial\"`"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "text",
|
|
2455
|
+
"text": ", "
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "code",
|
|
2459
|
+
"text": "`\"sans-serif\"`"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"kind": "text",
|
|
2463
|
+
"text": ", "
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "code",
|
|
2467
|
+
"text": "`\"Arial Black\"`"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"kind": "text",
|
|
2471
|
+
"text": ", "
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"kind": "code",
|
|
2475
|
+
"text": "`\"Courier New\"`"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"kind": "text",
|
|
2479
|
+
"text": ", and "
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"kind": "code",
|
|
2483
|
+
"text": "`\"Times New Roman\"`"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"kind": "text",
|
|
2487
|
+
"text": "."
|
|
2488
|
+
}
|
|
2489
|
+
]
|
|
2058
2490
|
},
|
|
2059
2491
|
"sources": [
|
|
2060
2492
|
{
|
|
2061
2493
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2062
2494
|
"line": 21,
|
|
2063
|
-
"character": 2
|
|
2495
|
+
"character": 2,
|
|
2496
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
2064
2497
|
}
|
|
2065
2498
|
],
|
|
2066
2499
|
"type": {
|
|
@@ -2071,17 +2504,23 @@
|
|
|
2071
2504
|
{
|
|
2072
2505
|
"id": 10,
|
|
2073
2506
|
"name": "fontColor",
|
|
2507
|
+
"variant": "declaration",
|
|
2074
2508
|
"kind": 1024,
|
|
2075
|
-
"kindString": "Property",
|
|
2076
2509
|
"flags": {},
|
|
2077
2510
|
"comment": {
|
|
2078
|
-
"
|
|
2511
|
+
"summary": [
|
|
2512
|
+
{
|
|
2513
|
+
"kind": "text",
|
|
2514
|
+
"text": "The font color. Accepts any CSS color value."
|
|
2515
|
+
}
|
|
2516
|
+
]
|
|
2079
2517
|
},
|
|
2080
2518
|
"sources": [
|
|
2081
2519
|
{
|
|
2082
2520
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2083
2521
|
"line": 10,
|
|
2084
|
-
"character": 2
|
|
2522
|
+
"character": 2,
|
|
2523
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
2085
2524
|
}
|
|
2086
2525
|
],
|
|
2087
2526
|
"type": {
|
|
@@ -2092,17 +2531,23 @@
|
|
|
2092
2531
|
{
|
|
2093
2532
|
"id": 11,
|
|
2094
2533
|
"name": "fontSize",
|
|
2534
|
+
"variant": "declaration",
|
|
2095
2535
|
"kind": 1024,
|
|
2096
|
-
"kindString": "Property",
|
|
2097
2536
|
"flags": {},
|
|
2098
2537
|
"comment": {
|
|
2099
|
-
"
|
|
2538
|
+
"summary": [
|
|
2539
|
+
{
|
|
2540
|
+
"kind": "text",
|
|
2541
|
+
"text": "The font size in pixels."
|
|
2542
|
+
}
|
|
2543
|
+
]
|
|
2100
2544
|
},
|
|
2101
2545
|
"sources": [
|
|
2102
2546
|
{
|
|
2103
2547
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2104
2548
|
"line": 15,
|
|
2105
|
-
"character": 2
|
|
2549
|
+
"character": 2,
|
|
2550
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2106
2551
|
}
|
|
2107
2552
|
],
|
|
2108
2553
|
"type": {
|
|
@@ -2113,17 +2558,23 @@
|
|
|
2113
2558
|
{
|
|
2114
2559
|
"id": 14,
|
|
2115
2560
|
"name": "italicState",
|
|
2561
|
+
"variant": "declaration",
|
|
2116
2562
|
"kind": 1024,
|
|
2117
|
-
"kindString": "Property",
|
|
2118
2563
|
"flags": {},
|
|
2119
2564
|
"comment": {
|
|
2120
|
-
"
|
|
2565
|
+
"summary": [
|
|
2566
|
+
{
|
|
2567
|
+
"kind": "text",
|
|
2568
|
+
"text": "Whether to italicize text."
|
|
2569
|
+
}
|
|
2570
|
+
]
|
|
2121
2571
|
},
|
|
2122
2572
|
"sources": [
|
|
2123
2573
|
{
|
|
2124
2574
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2125
2575
|
"line": 31,
|
|
2126
|
-
"character": 2
|
|
2576
|
+
"character": 2,
|
|
2577
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2127
2578
|
}
|
|
2128
2579
|
],
|
|
2129
2580
|
"type": {
|
|
@@ -2134,17 +2585,23 @@
|
|
|
2134
2585
|
{
|
|
2135
2586
|
"id": 16,
|
|
2136
2587
|
"name": "linkState",
|
|
2588
|
+
"variant": "declaration",
|
|
2137
2589
|
"kind": 1024,
|
|
2138
|
-
"kindString": "Property",
|
|
2139
2590
|
"flags": {},
|
|
2140
2591
|
"comment": {
|
|
2141
|
-
"
|
|
2592
|
+
"summary": [
|
|
2593
|
+
{
|
|
2594
|
+
"kind": "text",
|
|
2595
|
+
"text": "Whether to format text as a link."
|
|
2596
|
+
}
|
|
2597
|
+
]
|
|
2142
2598
|
},
|
|
2143
2599
|
"sources": [
|
|
2144
2600
|
{
|
|
2145
2601
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2146
2602
|
"line": 41,
|
|
2147
|
-
"character": 2
|
|
2603
|
+
"character": 2,
|
|
2604
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
2148
2605
|
}
|
|
2149
2606
|
],
|
|
2150
2607
|
"type": {
|
|
@@ -2155,17 +2612,23 @@
|
|
|
2155
2612
|
{
|
|
2156
2613
|
"id": 15,
|
|
2157
2614
|
"name": "underlineState",
|
|
2615
|
+
"variant": "declaration",
|
|
2158
2616
|
"kind": 1024,
|
|
2159
|
-
"kindString": "Property",
|
|
2160
2617
|
"flags": {},
|
|
2161
2618
|
"comment": {
|
|
2162
|
-
"
|
|
2619
|
+
"summary": [
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "text",
|
|
2622
|
+
"text": "Whether to underline text."
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2163
2625
|
},
|
|
2164
2626
|
"sources": [
|
|
2165
2627
|
{
|
|
2166
2628
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2167
2629
|
"line": 36,
|
|
2168
|
-
"character": 2
|
|
2630
|
+
"character": 2,
|
|
2631
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
2169
2632
|
}
|
|
2170
2633
|
],
|
|
2171
2634
|
"type": {
|
|
@@ -2177,7 +2640,6 @@
|
|
|
2177
2640
|
"groups": [
|
|
2178
2641
|
{
|
|
2179
2642
|
"title": "Properties",
|
|
2180
|
-
"kind": 1024,
|
|
2181
2643
|
"children": [
|
|
2182
2644
|
9,
|
|
2183
2645
|
13,
|
|
@@ -2194,21 +2656,23 @@
|
|
|
2194
2656
|
{
|
|
2195
2657
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2196
2658
|
"line": 1,
|
|
2197
|
-
"character": 17
|
|
2659
|
+
"character": 17,
|
|
2660
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
2198
2661
|
}
|
|
2199
2662
|
]
|
|
2200
2663
|
},
|
|
2201
2664
|
{
|
|
2202
2665
|
"id": 7,
|
|
2203
2666
|
"name": "SkyTextEditorMenuType",
|
|
2667
|
+
"variant": "declaration",
|
|
2204
2668
|
"kind": 4194304,
|
|
2205
|
-
"kindString": "Type alias",
|
|
2206
2669
|
"flags": {},
|
|
2207
2670
|
"sources": [
|
|
2208
2671
|
{
|
|
2209
2672
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
2210
2673
|
"line": 1,
|
|
2211
|
-
"character": 12
|
|
2674
|
+
"character": 12,
|
|
2675
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
2212
2676
|
}
|
|
2213
2677
|
],
|
|
2214
2678
|
"type": {
|
|
@@ -2232,14 +2696,15 @@
|
|
|
2232
2696
|
{
|
|
2233
2697
|
"id": 21,
|
|
2234
2698
|
"name": "SkyTextEditorToolbarActionType",
|
|
2699
|
+
"variant": "declaration",
|
|
2235
2700
|
"kind": 4194304,
|
|
2236
|
-
"kindString": "Type alias",
|
|
2237
2701
|
"flags": {},
|
|
2238
2702
|
"sources": [
|
|
2239
2703
|
{
|
|
2240
2704
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
2241
2705
|
"line": 1,
|
|
2242
|
-
"character": 12
|
|
2706
|
+
"character": 12,
|
|
2707
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
2243
2708
|
}
|
|
2244
2709
|
],
|
|
2245
2710
|
"type": {
|
|
@@ -2288,17 +2753,15 @@
|
|
|
2288
2753
|
"groups": [
|
|
2289
2754
|
{
|
|
2290
2755
|
"title": "Classes",
|
|
2291
|
-
"kind": 128,
|
|
2292
2756
|
"children": [
|
|
2293
2757
|
1,
|
|
2294
2758
|
22,
|
|
2295
2759
|
25,
|
|
2296
|
-
|
|
2760
|
+
188
|
|
2297
2761
|
]
|
|
2298
2762
|
},
|
|
2299
2763
|
{
|
|
2300
2764
|
"title": "Interfaces",
|
|
2301
|
-
"kind": 256,
|
|
2302
2765
|
"children": [
|
|
2303
2766
|
4,
|
|
2304
2767
|
17,
|
|
@@ -2306,21 +2769,466 @@
|
|
|
2306
2769
|
]
|
|
2307
2770
|
},
|
|
2308
2771
|
{
|
|
2309
|
-
"title": "Type
|
|
2310
|
-
"kind": 4194304,
|
|
2772
|
+
"title": "Type Aliases",
|
|
2311
2773
|
"children": [
|
|
2312
2774
|
7,
|
|
2313
2775
|
21
|
|
2314
2776
|
]
|
|
2315
2777
|
}
|
|
2316
2778
|
],
|
|
2317
|
-
"
|
|
2779
|
+
"packageName": "@skyux/text-editor",
|
|
2780
|
+
"readme": [
|
|
2781
|
+
{
|
|
2782
|
+
"kind": "text",
|
|
2783
|
+
"text": "# text-editor\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "code",
|
|
2787
|
+
"text": "`nx test text-editor`"
|
|
2788
|
+
},
|
|
2318
2789
|
{
|
|
2319
|
-
"
|
|
2320
|
-
"
|
|
2321
|
-
|
|
2790
|
+
"kind": "text",
|
|
2791
|
+
"text": " to execute the unit tests."
|
|
2792
|
+
}
|
|
2793
|
+
],
|
|
2794
|
+
"symbolIdMap": {
|
|
2795
|
+
"0": {
|
|
2796
|
+
"sourceFileName": "libs/components/text-editor/src/index.ts",
|
|
2797
|
+
"qualifiedName": ""
|
|
2798
|
+
},
|
|
2799
|
+
"1": {
|
|
2800
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts",
|
|
2801
|
+
"qualifiedName": "SkyRichTextDisplayModule"
|
|
2802
|
+
},
|
|
2803
|
+
"4": {
|
|
2804
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts",
|
|
2805
|
+
"qualifiedName": "SkyTextEditorFont"
|
|
2806
|
+
},
|
|
2807
|
+
"5": {
|
|
2808
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts",
|
|
2809
|
+
"qualifiedName": "SkyTextEditorFont.name"
|
|
2810
|
+
},
|
|
2811
|
+
"6": {
|
|
2812
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts",
|
|
2813
|
+
"qualifiedName": "SkyTextEditorFont.value"
|
|
2814
|
+
},
|
|
2815
|
+
"7": {
|
|
2816
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts",
|
|
2817
|
+
"qualifiedName": "SkyTextEditorMenuType"
|
|
2818
|
+
},
|
|
2819
|
+
"8": {
|
|
2820
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2821
|
+
"qualifiedName": "SkyTextEditorStyleState"
|
|
2822
|
+
},
|
|
2823
|
+
"9": {
|
|
2824
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2825
|
+
"qualifiedName": "SkyTextEditorStyleState.backColor"
|
|
2826
|
+
},
|
|
2827
|
+
"10": {
|
|
2828
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2829
|
+
"qualifiedName": "SkyTextEditorStyleState.fontColor"
|
|
2830
|
+
},
|
|
2831
|
+
"11": {
|
|
2832
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2833
|
+
"qualifiedName": "SkyTextEditorStyleState.fontSize"
|
|
2834
|
+
},
|
|
2835
|
+
"12": {
|
|
2836
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2837
|
+
"qualifiedName": "SkyTextEditorStyleState.font"
|
|
2838
|
+
},
|
|
2839
|
+
"13": {
|
|
2840
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2841
|
+
"qualifiedName": "SkyTextEditorStyleState.boldState"
|
|
2842
|
+
},
|
|
2843
|
+
"14": {
|
|
2844
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2845
|
+
"qualifiedName": "SkyTextEditorStyleState.italicState"
|
|
2846
|
+
},
|
|
2847
|
+
"15": {
|
|
2848
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2849
|
+
"qualifiedName": "SkyTextEditorStyleState.underlineState"
|
|
2850
|
+
},
|
|
2851
|
+
"16": {
|
|
2852
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts",
|
|
2853
|
+
"qualifiedName": "SkyTextEditorStyleState.linkState"
|
|
2854
|
+
},
|
|
2855
|
+
"17": {
|
|
2856
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2857
|
+
"qualifiedName": "SkyTextEditorMergeField"
|
|
2858
|
+
},
|
|
2859
|
+
"18": {
|
|
2860
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2861
|
+
"qualifiedName": "SkyTextEditorMergeField.id"
|
|
2862
|
+
},
|
|
2863
|
+
"19": {
|
|
2864
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2865
|
+
"qualifiedName": "SkyTextEditorMergeField.name"
|
|
2866
|
+
},
|
|
2867
|
+
"20": {
|
|
2868
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2869
|
+
"qualifiedName": "SkyTextEditorMergeField.previewImageUrl"
|
|
2870
|
+
},
|
|
2871
|
+
"21": {
|
|
2872
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts",
|
|
2873
|
+
"qualifiedName": "SkyTextEditorToolbarActionType"
|
|
2874
|
+
},
|
|
2875
|
+
"22": {
|
|
2876
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts",
|
|
2877
|
+
"qualifiedName": "SkyTextEditorModule"
|
|
2878
|
+
},
|
|
2879
|
+
"25": {
|
|
2880
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2881
|
+
"qualifiedName": "SkyRichTextDisplayComponent"
|
|
2882
|
+
},
|
|
2883
|
+
"26": {
|
|
2884
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2885
|
+
"qualifiedName": "SkyRichTextDisplayComponent.__constructor"
|
|
2886
|
+
},
|
|
2887
|
+
"27": {
|
|
2888
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2889
|
+
"qualifiedName": "SkyRichTextDisplayComponent"
|
|
2890
|
+
},
|
|
2891
|
+
"28": {
|
|
2892
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2893
|
+
"qualifiedName": "sanitizer"
|
|
2894
|
+
},
|
|
2895
|
+
"29": {
|
|
2896
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2897
|
+
"qualifiedName": "sanitizationService"
|
|
2898
|
+
},
|
|
2899
|
+
"30": {
|
|
2900
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2901
|
+
"qualifiedName": "SkyRichTextDisplayComponent.richText"
|
|
2902
|
+
},
|
|
2903
|
+
"31": {
|
|
2904
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2905
|
+
"qualifiedName": "SkyRichTextDisplayComponent.richText"
|
|
2906
|
+
},
|
|
2907
|
+
"32": {
|
|
2908
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2909
|
+
"qualifiedName": "value"
|
|
2910
|
+
},
|
|
2911
|
+
"33": {
|
|
2912
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
2913
|
+
"qualifiedName": "SkyRichTextDisplayComponent.sanitizedText"
|
|
2914
|
+
},
|
|
2915
|
+
"188": {
|
|
2916
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2917
|
+
"qualifiedName": "SkyTextEditorComponent"
|
|
2918
|
+
},
|
|
2919
|
+
"189": {
|
|
2920
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2921
|
+
"qualifiedName": "SkyTextEditorComponent.__constructor"
|
|
2922
|
+
},
|
|
2923
|
+
"190": {
|
|
2924
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2925
|
+
"qualifiedName": "SkyTextEditorComponent"
|
|
2926
|
+
},
|
|
2927
|
+
"191": {
|
|
2928
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2929
|
+
"qualifiedName": "changeDetector"
|
|
2930
|
+
},
|
|
2931
|
+
"192": {
|
|
2932
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2933
|
+
"qualifiedName": "coreAdapterService"
|
|
2934
|
+
},
|
|
2935
|
+
"193": {
|
|
2936
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2937
|
+
"qualifiedName": "adapterService"
|
|
2938
|
+
},
|
|
2939
|
+
"194": {
|
|
2940
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2941
|
+
"qualifiedName": "editorService"
|
|
2942
|
+
},
|
|
2943
|
+
"195": {
|
|
2944
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2945
|
+
"qualifiedName": "sanitizationService"
|
|
2946
|
+
},
|
|
2947
|
+
"196": {
|
|
2948
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2949
|
+
"qualifiedName": "ngControl"
|
|
2950
|
+
},
|
|
2951
|
+
"197": {
|
|
2952
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2953
|
+
"qualifiedName": "zone"
|
|
2954
|
+
},
|
|
2955
|
+
"198": {
|
|
2956
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2957
|
+
"qualifiedName": "idSvc"
|
|
2958
|
+
},
|
|
2959
|
+
"199": {
|
|
2960
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2961
|
+
"qualifiedName": "SkyTextEditorComponent.autofocus"
|
|
2962
|
+
},
|
|
2963
|
+
"200": {
|
|
2964
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2965
|
+
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
2966
|
+
},
|
|
2967
|
+
"201": {
|
|
2968
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2969
|
+
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
2970
|
+
},
|
|
2971
|
+
"202": {
|
|
2972
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2973
|
+
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
2974
|
+
},
|
|
2975
|
+
"203": {
|
|
2976
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2977
|
+
"qualifiedName": "value"
|
|
2978
|
+
},
|
|
2979
|
+
"204": {
|
|
2980
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2981
|
+
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
2982
|
+
},
|
|
2983
|
+
"205": {
|
|
2984
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2985
|
+
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
2986
|
+
},
|
|
2987
|
+
"206": {
|
|
2988
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2989
|
+
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
2990
|
+
},
|
|
2991
|
+
"207": {
|
|
2992
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2993
|
+
"qualifiedName": "value"
|
|
2994
|
+
},
|
|
2995
|
+
"208": {
|
|
2996
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
2997
|
+
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
2998
|
+
},
|
|
2999
|
+
"209": {
|
|
3000
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3001
|
+
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3002
|
+
},
|
|
3003
|
+
"210": {
|
|
3004
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3005
|
+
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3006
|
+
},
|
|
3007
|
+
"211": {
|
|
3008
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3009
|
+
"qualifiedName": "value"
|
|
3010
|
+
},
|
|
3011
|
+
"212": {
|
|
3012
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3013
|
+
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3014
|
+
},
|
|
3015
|
+
"213": {
|
|
3016
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3017
|
+
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3018
|
+
},
|
|
3019
|
+
"214": {
|
|
3020
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3021
|
+
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3022
|
+
},
|
|
3023
|
+
"215": {
|
|
3024
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3025
|
+
"qualifiedName": "value"
|
|
3026
|
+
},
|
|
3027
|
+
"216": {
|
|
3028
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3029
|
+
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3030
|
+
},
|
|
3031
|
+
"217": {
|
|
3032
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3033
|
+
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3034
|
+
},
|
|
3035
|
+
"218": {
|
|
3036
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3037
|
+
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3038
|
+
},
|
|
3039
|
+
"219": {
|
|
3040
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3041
|
+
"qualifiedName": "state"
|
|
3042
|
+
},
|
|
3043
|
+
"220": {
|
|
3044
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3045
|
+
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3046
|
+
},
|
|
3047
|
+
"221": {
|
|
3048
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3049
|
+
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3050
|
+
},
|
|
3051
|
+
"222": {
|
|
3052
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3053
|
+
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3054
|
+
},
|
|
3055
|
+
"223": {
|
|
3056
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3057
|
+
"qualifiedName": "value"
|
|
3058
|
+
},
|
|
3059
|
+
"224": {
|
|
3060
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3061
|
+
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3062
|
+
},
|
|
3063
|
+
"225": {
|
|
3064
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3065
|
+
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3066
|
+
},
|
|
3067
|
+
"226": {
|
|
3068
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3069
|
+
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3070
|
+
},
|
|
3071
|
+
"227": {
|
|
3072
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3073
|
+
"qualifiedName": "value"
|
|
3074
|
+
},
|
|
3075
|
+
"228": {
|
|
3076
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3077
|
+
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3078
|
+
},
|
|
3079
|
+
"229": {
|
|
3080
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3081
|
+
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3082
|
+
},
|
|
3083
|
+
"230": {
|
|
3084
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3085
|
+
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3086
|
+
},
|
|
3087
|
+
"231": {
|
|
3088
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3089
|
+
"qualifiedName": "value"
|
|
3090
|
+
},
|
|
3091
|
+
"232": {
|
|
3092
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3093
|
+
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3094
|
+
},
|
|
3095
|
+
"233": {
|
|
3096
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3097
|
+
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3098
|
+
},
|
|
3099
|
+
"234": {
|
|
3100
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3101
|
+
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3102
|
+
},
|
|
3103
|
+
"235": {
|
|
3104
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3105
|
+
"qualifiedName": "value"
|
|
3106
|
+
},
|
|
3107
|
+
"236": {
|
|
3108
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3109
|
+
"qualifiedName": "SkyTextEditorComponent.iframeRef"
|
|
3110
|
+
},
|
|
3111
|
+
"237": {
|
|
3112
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3113
|
+
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3114
|
+
},
|
|
3115
|
+
"238": {
|
|
3116
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3117
|
+
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3118
|
+
},
|
|
3119
|
+
"239": {
|
|
3120
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3121
|
+
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3122
|
+
},
|
|
3123
|
+
"240": {
|
|
3124
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3125
|
+
"qualifiedName": "value"
|
|
3126
|
+
},
|
|
3127
|
+
"241": {
|
|
3128
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3129
|
+
"qualifiedName": "SkyTextEditorComponent.inputTemplateRef"
|
|
3130
|
+
},
|
|
3131
|
+
"242": {
|
|
3132
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3133
|
+
"qualifiedName": "SkyTextEditorComponent.editorFocusStream"
|
|
3134
|
+
},
|
|
3135
|
+
"243": {
|
|
3136
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3137
|
+
"qualifiedName": "SkyTextEditorComponent.formControlClass"
|
|
3138
|
+
},
|
|
3139
|
+
"265": {
|
|
3140
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3141
|
+
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3142
|
+
},
|
|
3143
|
+
"266": {
|
|
3144
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3145
|
+
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3146
|
+
},
|
|
3147
|
+
"267": {
|
|
3148
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3149
|
+
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3150
|
+
},
|
|
3151
|
+
"268": {
|
|
3152
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3153
|
+
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3154
|
+
},
|
|
3155
|
+
"269": {
|
|
3156
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3157
|
+
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3158
|
+
},
|
|
3159
|
+
"270": {
|
|
3160
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3161
|
+
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3162
|
+
},
|
|
3163
|
+
"271": {
|
|
3164
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3165
|
+
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3166
|
+
},
|
|
3167
|
+
"272": {
|
|
3168
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3169
|
+
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3170
|
+
},
|
|
3171
|
+
"273": {
|
|
3172
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3173
|
+
"qualifiedName": "value"
|
|
3174
|
+
},
|
|
3175
|
+
"274": {
|
|
3176
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3177
|
+
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3178
|
+
},
|
|
3179
|
+
"275": {
|
|
3180
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3181
|
+
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3182
|
+
},
|
|
3183
|
+
"276": {
|
|
3184
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3185
|
+
"qualifiedName": "fn"
|
|
3186
|
+
},
|
|
3187
|
+
"277": {
|
|
3188
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3189
|
+
"qualifiedName": "__type"
|
|
3190
|
+
},
|
|
3191
|
+
"278": {
|
|
3192
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3193
|
+
"qualifiedName": "__type"
|
|
3194
|
+
},
|
|
3195
|
+
"279": {
|
|
3196
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3197
|
+
"qualifiedName": "value"
|
|
3198
|
+
},
|
|
3199
|
+
"280": {
|
|
3200
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3201
|
+
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3202
|
+
},
|
|
3203
|
+
"281": {
|
|
3204
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3205
|
+
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3206
|
+
},
|
|
3207
|
+
"282": {
|
|
3208
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3209
|
+
"qualifiedName": "fn"
|
|
3210
|
+
},
|
|
3211
|
+
"283": {
|
|
3212
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3213
|
+
"qualifiedName": "__type"
|
|
3214
|
+
},
|
|
3215
|
+
"284": {
|
|
3216
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3217
|
+
"qualifiedName": "__type"
|
|
3218
|
+
},
|
|
3219
|
+
"285": {
|
|
3220
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3221
|
+
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3222
|
+
},
|
|
3223
|
+
"286": {
|
|
3224
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3225
|
+
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3226
|
+
},
|
|
3227
|
+
"287": {
|
|
3228
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3229
|
+
"qualifiedName": "isDisabled"
|
|
2322
3230
|
}
|
|
2323
|
-
|
|
3231
|
+
}
|
|
2324
3232
|
},
|
|
2325
3233
|
"codeExamples": [
|
|
2326
3234
|
{
|