@skyux/tiles 7.7.0 → 8.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +766 -711
- package/esm2020/lib/modules/shared/sky-tiles-resources.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile/tile-summary.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile/tile-title.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile/tile.component.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile/tile.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile-content/tile-content-section.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-content/tile-content.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-content/tile-content.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.service.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tiles.module.mjs +5 -5
- package/fesm2015/skyux-tiles.mjs +49 -49
- package/fesm2015/skyux-tiles.mjs.map +1 -1
- package/fesm2020/skyux-tiles.mjs +49 -49
- package/fesm2020/skyux-tiles.mjs.map +1 -1
- package/lib/modules/tiles/tile/tile-summary.component.d.ts +1 -1
- package/lib/modules/tiles/tile/tile-title.component.d.ts +1 -1
- package/lib/modules/tiles/tile/tile.component.d.ts +1 -1
- package/lib/modules/tiles/tile-content/tile-content-section.component.d.ts +1 -1
- package/lib/modules/tiles/tile-content/tile-content.component.d.ts +1 -1
- package/lib/modules/tiles/tile-dashboard/tile-dashboard.component.d.ts +1 -1
- package/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.d.ts +1 -1
- package/package.json +8 -8
package/documentation.json
CHANGED
|
@@ -36,7 +36,12 @@
|
|
|
36
36
|
"kindString": "Enumeration",
|
|
37
37
|
"flags": {},
|
|
38
38
|
"comment": {
|
|
39
|
-
"
|
|
39
|
+
"summary": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "text",
|
|
42
|
+
"text": "The type of message to send to the tile dashboard component."
|
|
43
|
+
}
|
|
44
|
+
]
|
|
40
45
|
},
|
|
41
46
|
"children": [
|
|
42
47
|
{
|
|
@@ -46,20 +51,25 @@
|
|
|
46
51
|
"kindString": "Enumeration Member",
|
|
47
52
|
"flags": {},
|
|
48
53
|
"comment": {
|
|
49
|
-
"
|
|
54
|
+
"summary": [
|
|
55
|
+
{
|
|
56
|
+
"kind": "text",
|
|
57
|
+
"text": "Collapses all tiles within the tile dashboard."
|
|
58
|
+
}
|
|
59
|
+
]
|
|
50
60
|
},
|
|
51
61
|
"sources": [
|
|
52
62
|
{
|
|
53
63
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
|
|
54
64
|
"line": 13,
|
|
55
|
-
"character": 2
|
|
65
|
+
"character": 2,
|
|
66
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L13"
|
|
56
67
|
}
|
|
57
68
|
],
|
|
58
69
|
"type": {
|
|
59
70
|
"type": "literal",
|
|
60
71
|
"value": 1
|
|
61
|
-
}
|
|
62
|
-
"defaultValue": "1"
|
|
72
|
+
}
|
|
63
73
|
},
|
|
64
74
|
{
|
|
65
75
|
"id": 110,
|
|
@@ -68,26 +78,30 @@
|
|
|
68
78
|
"kindString": "Enumeration Member",
|
|
69
79
|
"flags": {},
|
|
70
80
|
"comment": {
|
|
71
|
-
"
|
|
81
|
+
"summary": [
|
|
82
|
+
{
|
|
83
|
+
"kind": "text",
|
|
84
|
+
"text": "Expands all tiles within the tile dashboard."
|
|
85
|
+
}
|
|
86
|
+
]
|
|
72
87
|
},
|
|
73
88
|
"sources": [
|
|
74
89
|
{
|
|
75
90
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
|
|
76
91
|
"line": 8,
|
|
77
|
-
"character": 2
|
|
92
|
+
"character": 2,
|
|
93
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L8"
|
|
78
94
|
}
|
|
79
95
|
],
|
|
80
96
|
"type": {
|
|
81
97
|
"type": "literal",
|
|
82
98
|
"value": 0
|
|
83
|
-
}
|
|
84
|
-
"defaultValue": "0"
|
|
99
|
+
}
|
|
85
100
|
}
|
|
86
101
|
],
|
|
87
102
|
"groups": [
|
|
88
103
|
{
|
|
89
104
|
"title": "Enumeration Members",
|
|
90
|
-
"kind": 16,
|
|
91
105
|
"children": [
|
|
92
106
|
111,
|
|
93
107
|
110
|
|
@@ -98,7 +112,8 @@
|
|
|
98
112
|
{
|
|
99
113
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
|
|
100
114
|
"line": 4,
|
|
101
|
-
"character": 12
|
|
115
|
+
"character": 12,
|
|
116
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L4"
|
|
102
117
|
}
|
|
103
118
|
]
|
|
104
119
|
},
|
|
@@ -108,25 +123,10 @@
|
|
|
108
123
|
"kind": 128,
|
|
109
124
|
"kindString": "Class",
|
|
110
125
|
"flags": {},
|
|
111
|
-
"decorators": [
|
|
112
|
-
{
|
|
113
|
-
"name": "NgModule",
|
|
114
|
-
"type": {
|
|
115
|
-
"type": "reference",
|
|
116
|
-
"qualifiedName": "NgModuleDecorator",
|
|
117
|
-
"package": "@angular/core",
|
|
118
|
-
"name": "NgModule"
|
|
119
|
-
},
|
|
120
|
-
"arguments": {
|
|
121
|
-
"obj": "{\n declarations: [SkyTileContentComponent, SkyTileContentSectionComponent],\n imports: [CommonModule, SkyThemeModule],\n exports: [SkyTileContentComponent, SkyTileContentSectionComponent],\n}"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
126
|
"children": [],
|
|
126
127
|
"groups": [
|
|
127
128
|
{
|
|
128
129
|
"title": "Constructors",
|
|
129
|
-
"kind": 512,
|
|
130
130
|
"children": [
|
|
131
131
|
105
|
|
132
132
|
]
|
|
@@ -136,7 +136,8 @@
|
|
|
136
136
|
{
|
|
137
137
|
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.module.ts",
|
|
138
138
|
"line": 13,
|
|
139
|
-
"character": 13
|
|
139
|
+
"character": 13,
|
|
140
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.module.ts#L13"
|
|
140
141
|
}
|
|
141
142
|
]
|
|
142
143
|
},
|
|
@@ -146,25 +147,10 @@
|
|
|
146
147
|
"kind": 128,
|
|
147
148
|
"kindString": "Class",
|
|
148
149
|
"flags": {},
|
|
149
|
-
"decorators": [
|
|
150
|
-
{
|
|
151
|
-
"name": "NgModule",
|
|
152
|
-
"type": {
|
|
153
|
-
"type": "reference",
|
|
154
|
-
"qualifiedName": "NgModuleDecorator",
|
|
155
|
-
"package": "@angular/core",
|
|
156
|
-
"name": "NgModule"
|
|
157
|
-
},
|
|
158
|
-
"arguments": {
|
|
159
|
-
"obj": "{\n declarations: [SkyTileDashboardColumnComponent],\n imports: [CommonModule, DragulaModule],\n exports: [SkyTileDashboardColumnComponent],\n}"
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
150
|
"children": [],
|
|
164
151
|
"groups": [
|
|
165
152
|
{
|
|
166
153
|
"title": "Constructors",
|
|
167
|
-
"kind": 512,
|
|
168
154
|
"children": [
|
|
169
155
|
230
|
|
170
156
|
]
|
|
@@ -174,7 +160,8 @@
|
|
|
174
160
|
{
|
|
175
161
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts",
|
|
176
162
|
"line": 13,
|
|
177
|
-
"character": 13
|
|
163
|
+
"character": 13,
|
|
164
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts#L13"
|
|
178
165
|
}
|
|
179
166
|
]
|
|
180
167
|
},
|
|
@@ -184,25 +171,10 @@
|
|
|
184
171
|
"kind": 128,
|
|
185
172
|
"kindString": "Class",
|
|
186
173
|
"flags": {},
|
|
187
|
-
"decorators": [
|
|
188
|
-
{
|
|
189
|
-
"name": "NgModule",
|
|
190
|
-
"type": {
|
|
191
|
-
"type": "reference",
|
|
192
|
-
"qualifiedName": "NgModuleDecorator",
|
|
193
|
-
"package": "@angular/core",
|
|
194
|
-
"name": "NgModule"
|
|
195
|
-
},
|
|
196
|
-
"arguments": {
|
|
197
|
-
"obj": "{\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [\n CommonModule,\n SkyTileDashboardColumnModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileDashboardComponent],\n}"
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
],
|
|
201
174
|
"children": [],
|
|
202
175
|
"groups": [
|
|
203
176
|
{
|
|
204
177
|
"title": "Constructors",
|
|
205
|
-
"kind": 512,
|
|
206
178
|
"children": [
|
|
207
179
|
113
|
|
208
180
|
]
|
|
@@ -212,7 +184,8 @@
|
|
|
212
184
|
{
|
|
213
185
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.module.ts",
|
|
214
186
|
"line": 21,
|
|
215
|
-
"character": 13
|
|
187
|
+
"character": 13,
|
|
188
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.module.ts#L21"
|
|
216
189
|
}
|
|
217
190
|
]
|
|
218
191
|
},
|
|
@@ -222,18 +195,6 @@
|
|
|
222
195
|
"kind": 128,
|
|
223
196
|
"kindString": "Class",
|
|
224
197
|
"flags": {},
|
|
225
|
-
"decorators": [
|
|
226
|
-
{
|
|
227
|
-
"name": "Injectable",
|
|
228
|
-
"type": {
|
|
229
|
-
"type": "reference",
|
|
230
|
-
"qualifiedName": "InjectableDecorator",
|
|
231
|
-
"package": "@angular/core",
|
|
232
|
-
"name": "Injectable"
|
|
233
|
-
},
|
|
234
|
-
"arguments": {}
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
198
|
"children": [
|
|
238
199
|
{
|
|
239
200
|
"id": 116,
|
|
@@ -245,7 +206,8 @@
|
|
|
245
206
|
{
|
|
246
207
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
247
208
|
"line": 62,
|
|
248
|
-
"character": 2
|
|
209
|
+
"character": 2,
|
|
210
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L62"
|
|
249
211
|
}
|
|
250
212
|
],
|
|
251
213
|
"signatures": [
|
|
@@ -264,9 +226,9 @@
|
|
|
264
226
|
"flags": {},
|
|
265
227
|
"type": {
|
|
266
228
|
"type": "reference",
|
|
229
|
+
"name": "DragulaService",
|
|
267
230
|
"qualifiedName": "DragulaService",
|
|
268
|
-
"package": "ng2-dragula"
|
|
269
|
-
"name": "DragulaService"
|
|
231
|
+
"package": "ng2-dragula"
|
|
270
232
|
}
|
|
271
233
|
},
|
|
272
234
|
{
|
|
@@ -299,18 +261,6 @@
|
|
|
299
261
|
"flags": {
|
|
300
262
|
"isOptional": true
|
|
301
263
|
},
|
|
302
|
-
"decorators": [
|
|
303
|
-
{
|
|
304
|
-
"name": "Optional",
|
|
305
|
-
"type": {
|
|
306
|
-
"type": "reference",
|
|
307
|
-
"qualifiedName": "OptionalDecorator",
|
|
308
|
-
"package": "@angular/core",
|
|
309
|
-
"name": "Optional"
|
|
310
|
-
},
|
|
311
|
-
"arguments": {}
|
|
312
|
-
}
|
|
313
|
-
],
|
|
314
264
|
"type": {
|
|
315
265
|
"type": "reference",
|
|
316
266
|
"name": "SkyDynamicComponentService"
|
|
@@ -334,25 +284,19 @@
|
|
|
334
284
|
"isPublic": true
|
|
335
285
|
},
|
|
336
286
|
"comment": {
|
|
337
|
-
"
|
|
287
|
+
"summary": [
|
|
288
|
+
{
|
|
289
|
+
"kind": "text",
|
|
290
|
+
"text": "Fires when the tile dashboard's initialization is complete."
|
|
291
|
+
}
|
|
292
|
+
]
|
|
338
293
|
},
|
|
339
|
-
"decorators": [
|
|
340
|
-
{
|
|
341
|
-
"name": "Output",
|
|
342
|
-
"type": {
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"qualifiedName": "OutputDecorator",
|
|
345
|
-
"package": "@angular/core",
|
|
346
|
-
"name": "Output"
|
|
347
|
-
},
|
|
348
|
-
"arguments": {}
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
294
|
"sources": [
|
|
352
295
|
{
|
|
353
296
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
354
297
|
"line": 48,
|
|
355
|
-
"character": 9
|
|
298
|
+
"character": 9,
|
|
299
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L48"
|
|
356
300
|
}
|
|
357
301
|
],
|
|
358
302
|
"type": {
|
|
@@ -363,9 +307,9 @@
|
|
|
363
307
|
"name": "void"
|
|
364
308
|
}
|
|
365
309
|
],
|
|
310
|
+
"name": "EventEmitter",
|
|
366
311
|
"qualifiedName": "EventEmitter",
|
|
367
|
-
"package": "@angular/core"
|
|
368
|
-
"name": "EventEmitter"
|
|
312
|
+
"package": "@angular/core"
|
|
369
313
|
},
|
|
370
314
|
"defaultValue": "..."
|
|
371
315
|
},
|
|
@@ -381,7 +325,8 @@
|
|
|
381
325
|
{
|
|
382
326
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
383
327
|
"line": 133,
|
|
384
|
-
"character": 9
|
|
328
|
+
"character": 9,
|
|
329
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L133"
|
|
385
330
|
}
|
|
386
331
|
],
|
|
387
332
|
"signatures": [
|
|
@@ -392,7 +337,12 @@
|
|
|
392
337
|
"kindString": "Call signature",
|
|
393
338
|
"flags": {},
|
|
394
339
|
"comment": {
|
|
395
|
-
"
|
|
340
|
+
"summary": [
|
|
341
|
+
{
|
|
342
|
+
"kind": "text",
|
|
343
|
+
"text": "Adds a new tile to the tile dashboard."
|
|
344
|
+
}
|
|
345
|
+
]
|
|
396
346
|
},
|
|
397
347
|
"parameters": [
|
|
398
348
|
{
|
|
@@ -402,7 +352,12 @@
|
|
|
402
352
|
"kindString": "Parameter",
|
|
403
353
|
"flags": {},
|
|
404
354
|
"comment": {
|
|
405
|
-
"
|
|
355
|
+
"summary": [
|
|
356
|
+
{
|
|
357
|
+
"kind": "text",
|
|
358
|
+
"text": "Specifies the tile configuration."
|
|
359
|
+
}
|
|
360
|
+
]
|
|
406
361
|
},
|
|
407
362
|
"type": {
|
|
408
363
|
"type": "reference",
|
|
@@ -417,7 +372,12 @@
|
|
|
417
372
|
"kindString": "Parameter",
|
|
418
373
|
"flags": {},
|
|
419
374
|
"comment": {
|
|
420
|
-
"
|
|
375
|
+
"summary": [
|
|
376
|
+
{
|
|
377
|
+
"kind": "text",
|
|
378
|
+
"text": "Specifies the tile component to add."
|
|
379
|
+
}
|
|
380
|
+
]
|
|
421
381
|
},
|
|
422
382
|
"type": {
|
|
423
383
|
"type": "reference",
|
|
@@ -427,9 +387,9 @@
|
|
|
427
387
|
"name": "any"
|
|
428
388
|
}
|
|
429
389
|
],
|
|
390
|
+
"name": "ComponentRef",
|
|
430
391
|
"qualifiedName": "ComponentRef",
|
|
431
|
-
"package": "@angular/core"
|
|
432
|
-
"name": "ComponentRef"
|
|
392
|
+
"package": "@angular/core"
|
|
433
393
|
}
|
|
434
394
|
}
|
|
435
395
|
],
|
|
@@ -452,7 +412,8 @@
|
|
|
452
412
|
{
|
|
453
413
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
454
414
|
"line": 162,
|
|
455
|
-
"character": 9
|
|
415
|
+
"character": 9,
|
|
416
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L162"
|
|
456
417
|
}
|
|
457
418
|
],
|
|
458
419
|
"signatures": [
|
|
@@ -463,7 +424,12 @@
|
|
|
463
424
|
"kindString": "Call signature",
|
|
464
425
|
"flags": {},
|
|
465
426
|
"comment": {
|
|
466
|
-
"
|
|
427
|
+
"summary": [
|
|
428
|
+
{
|
|
429
|
+
"kind": "text",
|
|
430
|
+
"text": "Sets the collapsed state of all tiles."
|
|
431
|
+
}
|
|
432
|
+
]
|
|
467
433
|
},
|
|
468
434
|
"parameters": [
|
|
469
435
|
{
|
|
@@ -473,7 +439,12 @@
|
|
|
473
439
|
"kindString": "Parameter",
|
|
474
440
|
"flags": {},
|
|
475
441
|
"comment": {
|
|
476
|
-
"
|
|
442
|
+
"summary": [
|
|
443
|
+
{
|
|
444
|
+
"kind": "text",
|
|
445
|
+
"text": "Indicates whether tiles are collapsed."
|
|
446
|
+
}
|
|
447
|
+
]
|
|
477
448
|
},
|
|
478
449
|
"type": {
|
|
479
450
|
"type": "intrinsic",
|
|
@@ -500,7 +471,8 @@
|
|
|
500
471
|
{
|
|
501
472
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
502
473
|
"line": 187,
|
|
503
|
-
"character": 9
|
|
474
|
+
"character": 9,
|
|
475
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L187"
|
|
504
476
|
}
|
|
505
477
|
],
|
|
506
478
|
"signatures": [
|
|
@@ -511,7 +483,12 @@
|
|
|
511
483
|
"kindString": "Call signature",
|
|
512
484
|
"flags": {},
|
|
513
485
|
"comment": {
|
|
514
|
-
"
|
|
486
|
+
"summary": [
|
|
487
|
+
{
|
|
488
|
+
"kind": "text",
|
|
489
|
+
"text": "Sets the collapsed state of a specified tile."
|
|
490
|
+
}
|
|
491
|
+
]
|
|
515
492
|
},
|
|
516
493
|
"parameters": [
|
|
517
494
|
{
|
|
@@ -521,7 +498,12 @@
|
|
|
521
498
|
"kindString": "Parameter",
|
|
522
499
|
"flags": {},
|
|
523
500
|
"comment": {
|
|
524
|
-
"
|
|
501
|
+
"summary": [
|
|
502
|
+
{
|
|
503
|
+
"kind": "text",
|
|
504
|
+
"text": "Specifies the tile component."
|
|
505
|
+
}
|
|
506
|
+
]
|
|
525
507
|
},
|
|
526
508
|
"type": {
|
|
527
509
|
"type": "reference",
|
|
@@ -536,7 +518,12 @@
|
|
|
536
518
|
"kindString": "Parameter",
|
|
537
519
|
"flags": {},
|
|
538
520
|
"comment": {
|
|
539
|
-
"
|
|
521
|
+
"summary": [
|
|
522
|
+
{
|
|
523
|
+
"kind": "text",
|
|
524
|
+
"text": "Indicates whether the tile is collapsed."
|
|
525
|
+
}
|
|
526
|
+
]
|
|
540
527
|
},
|
|
541
528
|
"type": {
|
|
542
529
|
"type": "intrinsic",
|
|
@@ -563,7 +550,8 @@
|
|
|
563
550
|
{
|
|
564
551
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
565
552
|
"line": 148,
|
|
566
|
-
"character": 9
|
|
553
|
+
"character": 9,
|
|
554
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L148"
|
|
567
555
|
}
|
|
568
556
|
],
|
|
569
557
|
"signatures": [
|
|
@@ -574,7 +562,12 @@
|
|
|
574
562
|
"kindString": "Call signature",
|
|
575
563
|
"flags": {},
|
|
576
564
|
"comment": {
|
|
577
|
-
"
|
|
565
|
+
"summary": [
|
|
566
|
+
{
|
|
567
|
+
"kind": "text",
|
|
568
|
+
"text": "Checks whether a specified tile is collapsed."
|
|
569
|
+
}
|
|
570
|
+
]
|
|
578
571
|
},
|
|
579
572
|
"parameters": [
|
|
580
573
|
{
|
|
@@ -584,7 +577,12 @@
|
|
|
584
577
|
"kindString": "Parameter",
|
|
585
578
|
"flags": {},
|
|
586
579
|
"comment": {
|
|
587
|
-
"
|
|
580
|
+
"summary": [
|
|
581
|
+
{
|
|
582
|
+
"kind": "text",
|
|
583
|
+
"text": "Specifies the tile component to check."
|
|
584
|
+
}
|
|
585
|
+
]
|
|
588
586
|
},
|
|
589
587
|
"type": {
|
|
590
588
|
"type": "reference",
|
|
@@ -604,21 +602,18 @@
|
|
|
604
602
|
"groups": [
|
|
605
603
|
{
|
|
606
604
|
"title": "Constructors",
|
|
607
|
-
"kind": 512,
|
|
608
605
|
"children": [
|
|
609
606
|
116
|
|
610
607
|
]
|
|
611
608
|
},
|
|
612
609
|
{
|
|
613
610
|
"title": "Properties",
|
|
614
|
-
"kind": 1024,
|
|
615
611
|
"children": [
|
|
616
612
|
124
|
|
617
613
|
]
|
|
618
614
|
},
|
|
619
615
|
{
|
|
620
616
|
"title": "Methods",
|
|
621
|
-
"kind": 2048,
|
|
622
617
|
"children": [
|
|
623
618
|
141,
|
|
624
619
|
148,
|
|
@@ -631,7 +626,8 @@
|
|
|
631
626
|
{
|
|
632
627
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
633
628
|
"line": 33,
|
|
634
|
-
"character": 13
|
|
629
|
+
"character": 13,
|
|
630
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L33"
|
|
635
631
|
}
|
|
636
632
|
]
|
|
637
633
|
},
|
|
@@ -641,25 +637,10 @@
|
|
|
641
637
|
"kind": 128,
|
|
642
638
|
"kindString": "Class",
|
|
643
639
|
"flags": {},
|
|
644
|
-
"decorators": [
|
|
645
|
-
{
|
|
646
|
-
"name": "NgModule",
|
|
647
|
-
"type": {
|
|
648
|
-
"type": "reference",
|
|
649
|
-
"qualifiedName": "NgModuleDecorator",
|
|
650
|
-
"package": "@angular/core",
|
|
651
|
-
"name": "NgModule"
|
|
652
|
-
},
|
|
653
|
-
"arguments": {
|
|
654
|
-
"obj": "{\n declarations: [\n SkyTileComponent,\n SkyTileSummaryComponent,\n SkyTileTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyIdModule,\n SkyI18nModule,\n SkyIconModule,\n SkyThemeModule,\n SkyTilesResourcesModule,\n SkyTrimModule,\n ],\n exports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n}"
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
],
|
|
658
640
|
"children": [],
|
|
659
641
|
"groups": [
|
|
660
642
|
{
|
|
661
643
|
"title": "Constructors",
|
|
662
|
-
"kind": 512,
|
|
663
644
|
"children": [
|
|
664
645
|
102
|
|
665
646
|
]
|
|
@@ -669,7 +650,8 @@
|
|
|
669
650
|
{
|
|
670
651
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.module.ts",
|
|
671
652
|
"line": 32,
|
|
672
|
-
"character": 13
|
|
653
|
+
"character": 13,
|
|
654
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.module.ts#L32"
|
|
673
655
|
}
|
|
674
656
|
]
|
|
675
657
|
},
|
|
@@ -679,25 +661,10 @@
|
|
|
679
661
|
"kind": 128,
|
|
680
662
|
"kindString": "Class",
|
|
681
663
|
"flags": {},
|
|
682
|
-
"decorators": [
|
|
683
|
-
{
|
|
684
|
-
"name": "NgModule",
|
|
685
|
-
"type": {
|
|
686
|
-
"type": "reference",
|
|
687
|
-
"qualifiedName": "NgModuleDecorator",
|
|
688
|
-
"package": "@angular/core",
|
|
689
|
-
"name": "NgModule"
|
|
690
|
-
},
|
|
691
|
-
"arguments": {
|
|
692
|
-
"obj": "{\n imports: [CommonModule],\n exports: [\n SkyTileContentModule,\n SkyTileModule,\n SkyTileDashboardColumnModule,\n SkyTileDashboardModule,\n ],\n providers: [DragulaService],\n}"
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
664
|
"children": [],
|
|
697
665
|
"groups": [
|
|
698
666
|
{
|
|
699
667
|
"title": "Constructors",
|
|
700
|
-
"kind": 512,
|
|
701
668
|
"children": [
|
|
702
669
|
253
|
|
703
670
|
]
|
|
@@ -707,7 +674,8 @@
|
|
|
707
674
|
{
|
|
708
675
|
"fileName": "projects/tiles/src/modules/tiles/tiles.module.ts",
|
|
709
676
|
"line": 21,
|
|
710
|
-
"character": 13
|
|
677
|
+
"character": 13,
|
|
678
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tiles.module.ts#L21"
|
|
711
679
|
}
|
|
712
680
|
]
|
|
713
681
|
},
|
|
@@ -718,22 +686,13 @@
|
|
|
718
686
|
"kindString": "Class",
|
|
719
687
|
"flags": {},
|
|
720
688
|
"comment": {
|
|
721
|
-
"
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
"name": "Component",
|
|
726
|
-
"type": {
|
|
727
|
-
"type": "reference",
|
|
728
|
-
"qualifiedName": "ComponentDecorator",
|
|
729
|
-
"package": "@angular/core",
|
|
730
|
-
"name": "Component"
|
|
731
|
-
},
|
|
732
|
-
"arguments": {
|
|
733
|
-
"obj": "{\n selector: 'sky-tile',\n styleUrls: ['./tile.component.scss'],\n templateUrl: './tile.component.html',\n animations: [skyAnimationSlide],\n}"
|
|
689
|
+
"summary": [
|
|
690
|
+
{
|
|
691
|
+
"kind": "text",
|
|
692
|
+
"text": "Provides a common look-and-feel for tab content."
|
|
734
693
|
}
|
|
735
|
-
|
|
736
|
-
|
|
694
|
+
]
|
|
695
|
+
},
|
|
737
696
|
"children": [
|
|
738
697
|
{
|
|
739
698
|
"id": 2,
|
|
@@ -745,7 +704,8 @@
|
|
|
745
704
|
{
|
|
746
705
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
747
706
|
"line": 117,
|
|
748
|
-
"character": 2
|
|
707
|
+
"character": 2,
|
|
708
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L117"
|
|
749
709
|
}
|
|
750
710
|
],
|
|
751
711
|
"signatures": [
|
|
@@ -770,9 +730,9 @@
|
|
|
770
730
|
"name": "any"
|
|
771
731
|
}
|
|
772
732
|
],
|
|
733
|
+
"name": "ElementRef",
|
|
773
734
|
"qualifiedName": "ElementRef",
|
|
774
|
-
"package": "@angular/core"
|
|
775
|
-
"name": "ElementRef"
|
|
735
|
+
"package": "@angular/core"
|
|
776
736
|
}
|
|
777
737
|
},
|
|
778
738
|
{
|
|
@@ -783,9 +743,9 @@
|
|
|
783
743
|
"flags": {},
|
|
784
744
|
"type": {
|
|
785
745
|
"type": "reference",
|
|
746
|
+
"name": "ChangeDetectorRef",
|
|
786
747
|
"qualifiedName": "ChangeDetectorRef",
|
|
787
|
-
"package": "@angular/core"
|
|
788
|
-
"name": "ChangeDetectorRef"
|
|
748
|
+
"package": "@angular/core"
|
|
789
749
|
}
|
|
790
750
|
},
|
|
791
751
|
{
|
|
@@ -796,18 +756,6 @@
|
|
|
796
756
|
"flags": {
|
|
797
757
|
"isOptional": true
|
|
798
758
|
},
|
|
799
|
-
"decorators": [
|
|
800
|
-
{
|
|
801
|
-
"name": "Optional",
|
|
802
|
-
"type": {
|
|
803
|
-
"type": "reference",
|
|
804
|
-
"qualifiedName": "OptionalDecorator",
|
|
805
|
-
"package": "@angular/core",
|
|
806
|
-
"name": "Optional"
|
|
807
|
-
},
|
|
808
|
-
"arguments": {}
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
759
|
"type": {
|
|
812
760
|
"type": "reference",
|
|
813
761
|
"id": 115,
|
|
@@ -835,7 +783,8 @@
|
|
|
835
783
|
{
|
|
836
784
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
837
785
|
"line": 96,
|
|
838
|
-
"character": 9
|
|
786
|
+
"character": 9,
|
|
787
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L96"
|
|
839
788
|
}
|
|
840
789
|
],
|
|
841
790
|
"type": {
|
|
@@ -844,33 +793,48 @@
|
|
|
844
793
|
}
|
|
845
794
|
},
|
|
846
795
|
{
|
|
847
|
-
"id":
|
|
848
|
-
"name": "
|
|
796
|
+
"id": 25,
|
|
797
|
+
"name": "elementRef",
|
|
849
798
|
"kind": 1024,
|
|
850
799
|
"kindString": "Property",
|
|
851
800
|
"flags": {
|
|
852
801
|
"isPublic": true
|
|
853
802
|
},
|
|
854
|
-
"
|
|
803
|
+
"sources": [
|
|
855
804
|
{
|
|
856
|
-
"
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
"package": "@angular/core",
|
|
861
|
-
"name": "ViewChild"
|
|
862
|
-
},
|
|
863
|
-
"arguments": {
|
|
864
|
-
"selector": "'grabHandle'",
|
|
865
|
-
"opts": "{\n read: ElementRef,\n static: false,\n }"
|
|
866
|
-
}
|
|
805
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
806
|
+
"line": 118,
|
|
807
|
+
"character": 11,
|
|
808
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L118"
|
|
867
809
|
}
|
|
868
810
|
],
|
|
811
|
+
"type": {
|
|
812
|
+
"type": "reference",
|
|
813
|
+
"typeArguments": [
|
|
814
|
+
{
|
|
815
|
+
"type": "intrinsic",
|
|
816
|
+
"name": "any"
|
|
817
|
+
}
|
|
818
|
+
],
|
|
819
|
+
"name": "ElementRef",
|
|
820
|
+
"qualifiedName": "ElementRef",
|
|
821
|
+
"package": "@angular/core"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": 19,
|
|
826
|
+
"name": "grabHandle",
|
|
827
|
+
"kind": 1024,
|
|
828
|
+
"kindString": "Property",
|
|
829
|
+
"flags": {
|
|
830
|
+
"isPublic": true
|
|
831
|
+
},
|
|
869
832
|
"sources": [
|
|
870
833
|
{
|
|
871
834
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
872
835
|
"line": 104,
|
|
873
|
-
"character": 9
|
|
836
|
+
"character": 9,
|
|
837
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L104"
|
|
874
838
|
}
|
|
875
839
|
],
|
|
876
840
|
"type": {
|
|
@@ -881,9 +845,9 @@
|
|
|
881
845
|
"name": "any"
|
|
882
846
|
}
|
|
883
847
|
],
|
|
848
|
+
"name": "ElementRef",
|
|
884
849
|
"qualifiedName": "ElementRef",
|
|
885
|
-
"package": "@angular/core"
|
|
886
|
-
"name": "ElementRef"
|
|
850
|
+
"package": "@angular/core"
|
|
887
851
|
}
|
|
888
852
|
},
|
|
889
853
|
{
|
|
@@ -895,25 +859,35 @@
|
|
|
895
859
|
"isPublic": true
|
|
896
860
|
},
|
|
897
861
|
"comment": {
|
|
898
|
-
"
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
"name": "Output",
|
|
903
|
-
"type": {
|
|
904
|
-
"type": "reference",
|
|
905
|
-
"qualifiedName": "OutputDecorator",
|
|
906
|
-
"package": "@angular/core",
|
|
907
|
-
"name": "Output"
|
|
862
|
+
"summary": [
|
|
863
|
+
{
|
|
864
|
+
"kind": "text",
|
|
865
|
+
"text": "Fires when users select the help button in the tile header. The help\nbutton only appears when the "
|
|
908
866
|
},
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
867
|
+
{
|
|
868
|
+
"kind": "code",
|
|
869
|
+
"text": "`showHelp`"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "text",
|
|
873
|
+
"text": " property is set to "
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "code",
|
|
877
|
+
"text": "`true`"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"kind": "text",
|
|
881
|
+
"text": "."
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
912
885
|
"sources": [
|
|
913
886
|
{
|
|
914
887
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
915
888
|
"line": 70,
|
|
916
|
-
"character": 9
|
|
889
|
+
"character": 9,
|
|
890
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L70"
|
|
917
891
|
}
|
|
918
892
|
],
|
|
919
893
|
"type": {
|
|
@@ -924,9 +898,9 @@
|
|
|
924
898
|
"name": "any"
|
|
925
899
|
}
|
|
926
900
|
],
|
|
901
|
+
"name": "EventEmitter",
|
|
927
902
|
"qualifiedName": "EventEmitter",
|
|
928
|
-
"package": "@angular/core"
|
|
929
|
-
"name": "EventEmitter"
|
|
903
|
+
"package": "@angular/core"
|
|
930
904
|
},
|
|
931
905
|
"defaultValue": "..."
|
|
932
906
|
},
|
|
@@ -939,25 +913,35 @@
|
|
|
939
913
|
"isPublic": true
|
|
940
914
|
},
|
|
941
915
|
"comment": {
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
"name": "Output",
|
|
947
|
-
"type": {
|
|
948
|
-
"type": "reference",
|
|
949
|
-
"qualifiedName": "OutputDecorator",
|
|
950
|
-
"package": "@angular/core",
|
|
951
|
-
"name": "Output"
|
|
916
|
+
"summary": [
|
|
917
|
+
{
|
|
918
|
+
"kind": "text",
|
|
919
|
+
"text": "Fires when the tile's collapsed state changes. Returns "
|
|
952
920
|
},
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
921
|
+
{
|
|
922
|
+
"kind": "code",
|
|
923
|
+
"text": "`true`"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "text",
|
|
927
|
+
"text": " when the tile\ncollapses and "
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "code",
|
|
931
|
+
"text": "`false`"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"kind": "text",
|
|
935
|
+
"text": " when it expands."
|
|
936
|
+
}
|
|
937
|
+
]
|
|
938
|
+
},
|
|
956
939
|
"sources": [
|
|
957
940
|
{
|
|
958
941
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
959
942
|
"line": 63,
|
|
960
|
-
"character": 9
|
|
943
|
+
"character": 9,
|
|
944
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L63"
|
|
961
945
|
}
|
|
962
946
|
],
|
|
963
947
|
"type": {
|
|
@@ -968,9 +952,9 @@
|
|
|
968
952
|
"name": "boolean"
|
|
969
953
|
}
|
|
970
954
|
],
|
|
955
|
+
"name": "EventEmitter",
|
|
971
956
|
"qualifiedName": "EventEmitter",
|
|
972
|
-
"package": "@angular/core"
|
|
973
|
-
"name": "EventEmitter"
|
|
957
|
+
"package": "@angular/core"
|
|
974
958
|
},
|
|
975
959
|
"defaultValue": "..."
|
|
976
960
|
},
|
|
@@ -986,7 +970,8 @@
|
|
|
986
970
|
{
|
|
987
971
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
988
972
|
"line": 98,
|
|
989
|
-
"character": 9
|
|
973
|
+
"character": 9,
|
|
974
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L98"
|
|
990
975
|
}
|
|
991
976
|
],
|
|
992
977
|
"type": {
|
|
@@ -1004,25 +989,35 @@
|
|
|
1004
989
|
"isPublic": true
|
|
1005
990
|
},
|
|
1006
991
|
"comment": {
|
|
1007
|
-
"
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
"name": "Output",
|
|
1012
|
-
"type": {
|
|
1013
|
-
"type": "reference",
|
|
1014
|
-
"qualifiedName": "OutputDecorator",
|
|
1015
|
-
"package": "@angular/core",
|
|
1016
|
-
"name": "Output"
|
|
992
|
+
"summary": [
|
|
993
|
+
{
|
|
994
|
+
"kind": "text",
|
|
995
|
+
"text": "Fires when users select the settings button in the tile header. The settings\nbutton only appears when the "
|
|
1017
996
|
},
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
997
|
+
{
|
|
998
|
+
"kind": "code",
|
|
999
|
+
"text": "`showSettings`"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "text",
|
|
1003
|
+
"text": " property is set to "
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "code",
|
|
1007
|
+
"text": "`true`"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"kind": "text",
|
|
1011
|
+
"text": "."
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1014
|
+
},
|
|
1021
1015
|
"sources": [
|
|
1022
1016
|
{
|
|
1023
1017
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1024
1018
|
"line": 56,
|
|
1025
|
-
"character": 9
|
|
1019
|
+
"character": 9,
|
|
1020
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L56"
|
|
1026
1021
|
}
|
|
1027
1022
|
],
|
|
1028
1023
|
"type": {
|
|
@@ -1033,9 +1028,9 @@
|
|
|
1033
1028
|
"name": "any"
|
|
1034
1029
|
}
|
|
1035
1030
|
],
|
|
1031
|
+
"name": "EventEmitter",
|
|
1036
1032
|
"qualifiedName": "EventEmitter",
|
|
1037
|
-
"package": "@angular/core"
|
|
1038
|
-
"name": "EventEmitter"
|
|
1033
|
+
"package": "@angular/core"
|
|
1039
1034
|
},
|
|
1040
1035
|
"defaultValue": "..."
|
|
1041
1036
|
},
|
|
@@ -1048,31 +1043,38 @@
|
|
|
1048
1043
|
"isPublic": true
|
|
1049
1044
|
},
|
|
1050
1045
|
"comment": {
|
|
1051
|
-
"
|
|
1052
|
-
|
|
1046
|
+
"summary": [
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "text",
|
|
1049
|
+
"text": "Whether to display a help button in the tile header. To display the\nbutton, you must also listen for the "
|
|
1050
|
+
},
|
|
1053
1051
|
{
|
|
1054
|
-
"
|
|
1055
|
-
"text": "
|
|
1052
|
+
"kind": "code",
|
|
1053
|
+
"text": "`helpClick`"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "text",
|
|
1057
|
+
"text": " event."
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
"blockTags": [
|
|
1061
|
+
{
|
|
1062
|
+
"tag": "@default",
|
|
1063
|
+
"content": [
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "text",
|
|
1066
|
+
"text": "true"
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1056
1069
|
}
|
|
1057
1070
|
]
|
|
1058
1071
|
},
|
|
1059
|
-
"decorators": [
|
|
1060
|
-
{
|
|
1061
|
-
"name": "Input",
|
|
1062
|
-
"type": {
|
|
1063
|
-
"type": "reference",
|
|
1064
|
-
"qualifiedName": "InputDecorator",
|
|
1065
|
-
"package": "@angular/core",
|
|
1066
|
-
"name": "Input"
|
|
1067
|
-
},
|
|
1068
|
-
"arguments": {}
|
|
1069
|
-
}
|
|
1070
|
-
],
|
|
1071
1072
|
"sources": [
|
|
1072
1073
|
{
|
|
1073
1074
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1074
1075
|
"line": 43,
|
|
1075
|
-
"character": 9
|
|
1076
|
+
"character": 9,
|
|
1077
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L43"
|
|
1076
1078
|
}
|
|
1077
1079
|
],
|
|
1078
1080
|
"type": {
|
|
@@ -1090,31 +1092,38 @@
|
|
|
1090
1092
|
"isPublic": true
|
|
1091
1093
|
},
|
|
1092
1094
|
"comment": {
|
|
1093
|
-
"
|
|
1094
|
-
|
|
1095
|
+
"summary": [
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "text",
|
|
1098
|
+
"text": "Whether to display a settings button in the tile header. To display the\nbutton, you must also listen for the "
|
|
1099
|
+
},
|
|
1095
1100
|
{
|
|
1096
|
-
"
|
|
1097
|
-
"text": "
|
|
1101
|
+
"kind": "code",
|
|
1102
|
+
"text": "`settingsClick`"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"kind": "text",
|
|
1106
|
+
"text": " event."
|
|
1107
|
+
}
|
|
1108
|
+
],
|
|
1109
|
+
"blockTags": [
|
|
1110
|
+
{
|
|
1111
|
+
"tag": "@default",
|
|
1112
|
+
"content": [
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "text",
|
|
1115
|
+
"text": "true"
|
|
1116
|
+
}
|
|
1117
|
+
]
|
|
1098
1118
|
}
|
|
1099
1119
|
]
|
|
1100
1120
|
},
|
|
1101
|
-
"decorators": [
|
|
1102
|
-
{
|
|
1103
|
-
"name": "Input",
|
|
1104
|
-
"type": {
|
|
1105
|
-
"type": "reference",
|
|
1106
|
-
"qualifiedName": "InputDecorator",
|
|
1107
|
-
"package": "@angular/core",
|
|
1108
|
-
"name": "Input"
|
|
1109
|
-
},
|
|
1110
|
-
"arguments": {}
|
|
1111
|
-
}
|
|
1112
|
-
],
|
|
1113
1121
|
"sources": [
|
|
1114
1122
|
{
|
|
1115
1123
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1116
1124
|
"line": 35,
|
|
1117
|
-
"character": 9
|
|
1125
|
+
"character": 9,
|
|
1126
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L35"
|
|
1118
1127
|
}
|
|
1119
1128
|
],
|
|
1120
1129
|
"type": {
|
|
@@ -1132,25 +1141,19 @@
|
|
|
1132
1141
|
"isPublic": true
|
|
1133
1142
|
},
|
|
1134
1143
|
"comment": {
|
|
1135
|
-
"
|
|
1144
|
+
"summary": [
|
|
1145
|
+
{
|
|
1146
|
+
"kind": "text",
|
|
1147
|
+
"text": "The human-readable name for the tile that is available for multiple purposes, such as accessibility and instrumentation. For example, the component uses the name to construct ARIA labels for tile controls to [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
1148
|
+
}
|
|
1149
|
+
]
|
|
1136
1150
|
},
|
|
1137
|
-
"decorators": [
|
|
1138
|
-
{
|
|
1139
|
-
"name": "Input",
|
|
1140
|
-
"type": {
|
|
1141
|
-
"type": "reference",
|
|
1142
|
-
"qualifiedName": "InputDecorator",
|
|
1143
|
-
"package": "@angular/core",
|
|
1144
|
-
"name": "Input"
|
|
1145
|
-
},
|
|
1146
|
-
"arguments": {}
|
|
1147
|
-
}
|
|
1148
|
-
],
|
|
1149
1151
|
"sources": [
|
|
1150
1152
|
{
|
|
1151
1153
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1152
1154
|
"line": 49,
|
|
1153
|
-
"character": 9
|
|
1155
|
+
"character": 9,
|
|
1156
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L49"
|
|
1154
1157
|
}
|
|
1155
1158
|
],
|
|
1156
1159
|
"type": {
|
|
@@ -1166,26 +1169,12 @@
|
|
|
1166
1169
|
"flags": {
|
|
1167
1170
|
"isPublic": true
|
|
1168
1171
|
},
|
|
1169
|
-
"decorators": [
|
|
1170
|
-
{
|
|
1171
|
-
"name": "ViewChild",
|
|
1172
|
-
"type": {
|
|
1173
|
-
"type": "reference",
|
|
1174
|
-
"qualifiedName": "ViewChildDecorator",
|
|
1175
|
-
"package": "@angular/core",
|
|
1176
|
-
"name": "ViewChild"
|
|
1177
|
-
},
|
|
1178
|
-
"arguments": {
|
|
1179
|
-
"selector": "'titleContainer'",
|
|
1180
|
-
"opts": "{\n read: ElementRef,\n static: false,\n }"
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
],
|
|
1184
1172
|
"sources": [
|
|
1185
1173
|
{
|
|
1186
1174
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1187
1175
|
"line": 110,
|
|
1188
|
-
"character": 9
|
|
1176
|
+
"character": 9,
|
|
1177
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L110"
|
|
1189
1178
|
}
|
|
1190
1179
|
],
|
|
1191
1180
|
"type": {
|
|
@@ -1196,9 +1185,9 @@
|
|
|
1196
1185
|
"name": "any"
|
|
1197
1186
|
}
|
|
1198
1187
|
],
|
|
1188
|
+
"name": "ElementRef",
|
|
1199
1189
|
"qualifiedName": "ElementRef",
|
|
1200
|
-
"package": "@angular/core"
|
|
1201
|
-
"name": "ElementRef"
|
|
1190
|
+
"package": "@angular/core"
|
|
1202
1191
|
}
|
|
1203
1192
|
},
|
|
1204
1193
|
{
|
|
@@ -1213,22 +1202,21 @@
|
|
|
1213
1202
|
{
|
|
1214
1203
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1215
1204
|
"line": 161,
|
|
1216
|
-
"character": 13
|
|
1205
|
+
"character": 13,
|
|
1206
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L161"
|
|
1217
1207
|
}
|
|
1218
1208
|
],
|
|
1219
|
-
"getSignature":
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
"type":
|
|
1227
|
-
|
|
1228
|
-
"name": "boolean"
|
|
1229
|
-
}
|
|
1209
|
+
"getSignature": {
|
|
1210
|
+
"id": 35,
|
|
1211
|
+
"name": "hasHelp",
|
|
1212
|
+
"kind": 524288,
|
|
1213
|
+
"kindString": "Get signature",
|
|
1214
|
+
"flags": {},
|
|
1215
|
+
"type": {
|
|
1216
|
+
"type": "intrinsic",
|
|
1217
|
+
"name": "boolean"
|
|
1230
1218
|
}
|
|
1231
|
-
|
|
1219
|
+
}
|
|
1232
1220
|
},
|
|
1233
1221
|
{
|
|
1234
1222
|
"id": 32,
|
|
@@ -1242,22 +1230,21 @@
|
|
|
1242
1230
|
{
|
|
1243
1231
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1244
1232
|
"line": 157,
|
|
1245
|
-
"character": 13
|
|
1233
|
+
"character": 13,
|
|
1234
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L157"
|
|
1246
1235
|
}
|
|
1247
1236
|
],
|
|
1248
|
-
"getSignature":
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
"type":
|
|
1256
|
-
|
|
1257
|
-
"name": "boolean"
|
|
1258
|
-
}
|
|
1237
|
+
"getSignature": {
|
|
1238
|
+
"id": 33,
|
|
1239
|
+
"name": "hasSettings",
|
|
1240
|
+
"kind": 524288,
|
|
1241
|
+
"kindString": "Get signature",
|
|
1242
|
+
"flags": {},
|
|
1243
|
+
"type": {
|
|
1244
|
+
"type": "intrinsic",
|
|
1245
|
+
"name": "boolean"
|
|
1259
1246
|
}
|
|
1260
|
-
|
|
1247
|
+
}
|
|
1261
1248
|
},
|
|
1262
1249
|
{
|
|
1263
1250
|
"id": 13,
|
|
@@ -1271,57 +1258,70 @@
|
|
|
1271
1258
|
{
|
|
1272
1259
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1273
1260
|
"line": 72,
|
|
1274
|
-
"character": 13
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
"getSignature": [
|
|
1261
|
+
"character": 13,
|
|
1262
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L72"
|
|
1263
|
+
},
|
|
1278
1264
|
{
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
{
|
|
1292
|
-
"
|
|
1293
|
-
"name": "
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
]
|
|
1305
|
-
},
|
|
1306
|
-
"parameters": [
|
|
1265
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1266
|
+
"line": 86,
|
|
1267
|
+
"character": 13,
|
|
1268
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L86"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"getSignature": {
|
|
1272
|
+
"id": 14,
|
|
1273
|
+
"name": "isCollapsed",
|
|
1274
|
+
"kind": 524288,
|
|
1275
|
+
"kindString": "Get signature",
|
|
1276
|
+
"flags": {},
|
|
1277
|
+
"type": {
|
|
1278
|
+
"type": "intrinsic",
|
|
1279
|
+
"name": "boolean"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"setSignature": {
|
|
1283
|
+
"id": 15,
|
|
1284
|
+
"name": "isCollapsed",
|
|
1285
|
+
"kind": 1048576,
|
|
1286
|
+
"kindString": "Set signature",
|
|
1287
|
+
"flags": {},
|
|
1288
|
+
"comment": {
|
|
1289
|
+
"summary": [
|
|
1307
1290
|
{
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
"kind": 32768,
|
|
1311
|
-
"kindString": "Parameter",
|
|
1312
|
-
"flags": {},
|
|
1313
|
-
"type": {
|
|
1314
|
-
"type": "intrinsic",
|
|
1315
|
-
"name": "boolean"
|
|
1316
|
-
}
|
|
1291
|
+
"kind": "text",
|
|
1292
|
+
"text": "Whether the tile is in a collapsed state."
|
|
1317
1293
|
}
|
|
1318
1294
|
],
|
|
1319
|
-
"
|
|
1320
|
-
|
|
1321
|
-
|
|
1295
|
+
"blockTags": [
|
|
1296
|
+
{
|
|
1297
|
+
"tag": "@default",
|
|
1298
|
+
"content": [
|
|
1299
|
+
{
|
|
1300
|
+
"kind": "text",
|
|
1301
|
+
"text": "false"
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
}
|
|
1305
|
+
]
|
|
1306
|
+
},
|
|
1307
|
+
"parameters": [
|
|
1308
|
+
{
|
|
1309
|
+
"id": 16,
|
|
1310
|
+
"name": "value",
|
|
1311
|
+
"kind": 32768,
|
|
1312
|
+
"kindString": "Parameter",
|
|
1313
|
+
"flags": {},
|
|
1314
|
+
"type": {
|
|
1315
|
+
"type": "intrinsic",
|
|
1316
|
+
"name": "boolean"
|
|
1317
|
+
}
|
|
1322
1318
|
}
|
|
1319
|
+
],
|
|
1320
|
+
"type": {
|
|
1321
|
+
"type": "intrinsic",
|
|
1322
|
+
"name": "void"
|
|
1323
1323
|
}
|
|
1324
|
-
|
|
1324
|
+
}
|
|
1325
1325
|
},
|
|
1326
1326
|
{
|
|
1327
1327
|
"id": 38,
|
|
@@ -1335,7 +1335,8 @@
|
|
|
1335
1335
|
{
|
|
1336
1336
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1337
1337
|
"line": 169,
|
|
1338
|
-
"character": 9
|
|
1338
|
+
"character": 9,
|
|
1339
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L169"
|
|
1339
1340
|
}
|
|
1340
1341
|
],
|
|
1341
1342
|
"signatures": [
|
|
@@ -1377,7 +1378,8 @@
|
|
|
1377
1378
|
{
|
|
1378
1379
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1379
1380
|
"line": 153,
|
|
1380
|
-
"character": 9
|
|
1381
|
+
"character": 9,
|
|
1382
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L153"
|
|
1381
1383
|
}
|
|
1382
1384
|
],
|
|
1383
1385
|
"signatures": [
|
|
@@ -1406,7 +1408,8 @@
|
|
|
1406
1408
|
{
|
|
1407
1409
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1408
1410
|
"line": 173,
|
|
1409
|
-
"character": 9
|
|
1411
|
+
"character": 9,
|
|
1412
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L173"
|
|
1410
1413
|
}
|
|
1411
1414
|
],
|
|
1412
1415
|
"signatures": [
|
|
@@ -1425,9 +1428,9 @@
|
|
|
1425
1428
|
"flags": {},
|
|
1426
1429
|
"type": {
|
|
1427
1430
|
"type": "reference",
|
|
1431
|
+
"name": "KeyboardEvent",
|
|
1428
1432
|
"qualifiedName": "KeyboardEvent",
|
|
1429
|
-
"package": "typescript"
|
|
1430
|
-
"name": "KeyboardEvent"
|
|
1433
|
+
"package": "typescript"
|
|
1431
1434
|
}
|
|
1432
1435
|
}
|
|
1433
1436
|
],
|
|
@@ -1450,7 +1453,8 @@
|
|
|
1450
1453
|
{
|
|
1451
1454
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1452
1455
|
"line": 144,
|
|
1453
|
-
"character": 9
|
|
1456
|
+
"character": 9,
|
|
1457
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L144"
|
|
1454
1458
|
}
|
|
1455
1459
|
],
|
|
1456
1460
|
"signatures": [
|
|
@@ -1487,7 +1491,8 @@
|
|
|
1487
1491
|
{
|
|
1488
1492
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1489
1493
|
"line": 149,
|
|
1490
|
-
"character": 9
|
|
1494
|
+
"character": 9,
|
|
1495
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L149"
|
|
1491
1496
|
}
|
|
1492
1497
|
],
|
|
1493
1498
|
"signatures": [
|
|
@@ -1516,7 +1521,8 @@
|
|
|
1516
1521
|
{
|
|
1517
1522
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1518
1523
|
"line": 165,
|
|
1519
|
-
"character": 9
|
|
1524
|
+
"character": 9,
|
|
1525
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L165"
|
|
1520
1526
|
}
|
|
1521
1527
|
],
|
|
1522
1528
|
"signatures": [
|
|
@@ -1537,14 +1543,12 @@
|
|
|
1537
1543
|
"groups": [
|
|
1538
1544
|
{
|
|
1539
1545
|
"title": "Constructors",
|
|
1540
|
-
"kind": 512,
|
|
1541
1546
|
"children": [
|
|
1542
1547
|
2
|
|
1543
1548
|
]
|
|
1544
1549
|
},
|
|
1545
1550
|
{
|
|
1546
1551
|
"title": "Properties",
|
|
1547
|
-
"kind": 1024,
|
|
1548
1552
|
"children": [
|
|
1549
1553
|
17,
|
|
1550
1554
|
25,
|
|
@@ -1561,7 +1565,6 @@
|
|
|
1561
1565
|
},
|
|
1562
1566
|
{
|
|
1563
1567
|
"title": "Accessors",
|
|
1564
|
-
"kind": 262144,
|
|
1565
1568
|
"children": [
|
|
1566
1569
|
34,
|
|
1567
1570
|
32,
|
|
@@ -1570,7 +1573,6 @@
|
|
|
1570
1573
|
},
|
|
1571
1574
|
{
|
|
1572
1575
|
"title": "Methods",
|
|
1573
|
-
"kind": 2048,
|
|
1574
1576
|
"children": [
|
|
1575
1577
|
38,
|
|
1576
1578
|
30,
|
|
@@ -1585,15 +1587,16 @@
|
|
|
1585
1587
|
{
|
|
1586
1588
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1587
1589
|
"line": 28,
|
|
1588
|
-
"character": 13
|
|
1590
|
+
"character": 13,
|
|
1591
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L28"
|
|
1589
1592
|
}
|
|
1590
1593
|
],
|
|
1591
1594
|
"implementedTypes": [
|
|
1592
1595
|
{
|
|
1593
1596
|
"type": "reference",
|
|
1597
|
+
"name": "OnDestroy",
|
|
1594
1598
|
"qualifiedName": "OnDestroy",
|
|
1595
|
-
"package": "@angular/core"
|
|
1596
|
-
"name": "OnDestroy"
|
|
1599
|
+
"package": "@angular/core"
|
|
1597
1600
|
}
|
|
1598
1601
|
]
|
|
1599
1602
|
},
|
|
@@ -1604,27 +1607,17 @@
|
|
|
1604
1607
|
"kindString": "Class",
|
|
1605
1608
|
"flags": {},
|
|
1606
1609
|
"comment": {
|
|
1607
|
-
"
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
"name": "Component",
|
|
1612
|
-
"type": {
|
|
1613
|
-
"type": "reference",
|
|
1614
|
-
"qualifiedName": "ComponentDecorator",
|
|
1615
|
-
"package": "@angular/core",
|
|
1616
|
-
"name": "Component"
|
|
1617
|
-
},
|
|
1618
|
-
"arguments": {
|
|
1619
|
-
"obj": "{\n selector: 'sky-tile-summary',\n templateUrl: 'tile-summary.component.html',\n}"
|
|
1610
|
+
"summary": [
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "text",
|
|
1613
|
+
"text": "Specifies content to display in the tile's summary."
|
|
1620
1614
|
}
|
|
1621
|
-
|
|
1622
|
-
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1623
1617
|
"children": [],
|
|
1624
1618
|
"groups": [
|
|
1625
1619
|
{
|
|
1626
1620
|
"title": "Constructors",
|
|
1627
|
-
"kind": 512,
|
|
1628
1621
|
"children": [
|
|
1629
1622
|
47
|
|
1630
1623
|
]
|
|
@@ -1634,7 +1627,8 @@
|
|
|
1634
1627
|
{
|
|
1635
1628
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile-summary.component.ts",
|
|
1636
1629
|
"line": 12,
|
|
1637
|
-
"character": 13
|
|
1630
|
+
"character": 13,
|
|
1631
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile-summary.component.ts#L12"
|
|
1638
1632
|
}
|
|
1639
1633
|
]
|
|
1640
1634
|
},
|
|
@@ -1645,27 +1639,17 @@
|
|
|
1645
1639
|
"kindString": "Class",
|
|
1646
1640
|
"flags": {},
|
|
1647
1641
|
"comment": {
|
|
1648
|
-
"
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
"name": "Component",
|
|
1653
|
-
"type": {
|
|
1654
|
-
"type": "reference",
|
|
1655
|
-
"qualifiedName": "ComponentDecorator",
|
|
1656
|
-
"package": "@angular/core",
|
|
1657
|
-
"name": "Component"
|
|
1658
|
-
},
|
|
1659
|
-
"arguments": {
|
|
1660
|
-
"obj": "{\n selector: 'sky-tile-title',\n templateUrl: './tile-title.component.html',\n styleUrls: ['./tile-title.component.scss'],\n}"
|
|
1642
|
+
"summary": [
|
|
1643
|
+
{
|
|
1644
|
+
"kind": "text",
|
|
1645
|
+
"text": "Specifies content to display in the tile's title."
|
|
1661
1646
|
}
|
|
1662
|
-
|
|
1663
|
-
|
|
1647
|
+
]
|
|
1648
|
+
},
|
|
1664
1649
|
"children": [],
|
|
1665
1650
|
"groups": [
|
|
1666
1651
|
{
|
|
1667
1652
|
"title": "Constructors",
|
|
1668
|
-
"kind": 512,
|
|
1669
1653
|
"children": [
|
|
1670
1654
|
50
|
|
1671
1655
|
]
|
|
@@ -1675,7 +1659,8 @@
|
|
|
1675
1659
|
{
|
|
1676
1660
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile-title.component.ts",
|
|
1677
1661
|
"line": 11,
|
|
1678
|
-
"character": 13
|
|
1662
|
+
"character": 13,
|
|
1663
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile/tile-title.component.ts#L11"
|
|
1679
1664
|
}
|
|
1680
1665
|
]
|
|
1681
1666
|
},
|
|
@@ -1686,27 +1671,17 @@
|
|
|
1686
1671
|
"kindString": "Class",
|
|
1687
1672
|
"flags": {},
|
|
1688
1673
|
"comment": {
|
|
1689
|
-
"
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
"name": "Component",
|
|
1694
|
-
"type": {
|
|
1695
|
-
"type": "reference",
|
|
1696
|
-
"qualifiedName": "ComponentDecorator",
|
|
1697
|
-
"package": "@angular/core",
|
|
1698
|
-
"name": "Component"
|
|
1699
|
-
},
|
|
1700
|
-
"arguments": {
|
|
1701
|
-
"obj": "{\n selector: 'sky-tile-content-section',\n styleUrls: ['./tile-content-section.component.scss'],\n templateUrl: './tile-content-section.component.html',\n}"
|
|
1674
|
+
"summary": [
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "text",
|
|
1677
|
+
"text": "Specifies content to display inside a padded section of a SkyTileContentComponent."
|
|
1702
1678
|
}
|
|
1703
|
-
|
|
1704
|
-
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1705
1681
|
"children": [],
|
|
1706
1682
|
"groups": [
|
|
1707
1683
|
{
|
|
1708
1684
|
"title": "Constructors",
|
|
1709
|
-
"kind": 512,
|
|
1710
1685
|
"children": [
|
|
1711
1686
|
53
|
|
1712
1687
|
]
|
|
@@ -1716,7 +1691,8 @@
|
|
|
1716
1691
|
{
|
|
1717
1692
|
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content-section.component.ts",
|
|
1718
1693
|
"line": 11,
|
|
1719
|
-
"character": 13
|
|
1694
|
+
"character": 13,
|
|
1695
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content-section.component.ts#L11"
|
|
1720
1696
|
}
|
|
1721
1697
|
]
|
|
1722
1698
|
},
|
|
@@ -1727,27 +1703,17 @@
|
|
|
1727
1703
|
"kindString": "Class",
|
|
1728
1704
|
"flags": {},
|
|
1729
1705
|
"comment": {
|
|
1730
|
-
"
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
"name": "Component",
|
|
1735
|
-
"type": {
|
|
1736
|
-
"type": "reference",
|
|
1737
|
-
"qualifiedName": "ComponentDecorator",
|
|
1738
|
-
"package": "@angular/core",
|
|
1739
|
-
"name": "Component"
|
|
1740
|
-
},
|
|
1741
|
-
"arguments": {
|
|
1742
|
-
"obj": "{\n selector: 'sky-tile-content',\n styleUrls: ['./tile-content.component.scss'],\n templateUrl: 'tile-content.component.html',\n}"
|
|
1706
|
+
"summary": [
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "text",
|
|
1709
|
+
"text": "Specifies content to display in the tile's body."
|
|
1743
1710
|
}
|
|
1744
|
-
|
|
1745
|
-
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1746
1713
|
"children": [],
|
|
1747
1714
|
"groups": [
|
|
1748
1715
|
{
|
|
1749
1716
|
"title": "Constructors",
|
|
1750
|
-
"kind": 512,
|
|
1751
1717
|
"children": [
|
|
1752
1718
|
56
|
|
1753
1719
|
]
|
|
@@ -1757,7 +1723,8 @@
|
|
|
1757
1723
|
{
|
|
1758
1724
|
"fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.component.ts",
|
|
1759
1725
|
"line": 11,
|
|
1760
|
-
"character": 13
|
|
1726
|
+
"character": 13,
|
|
1727
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.component.ts#L11"
|
|
1761
1728
|
}
|
|
1762
1729
|
]
|
|
1763
1730
|
},
|
|
@@ -1768,22 +1735,13 @@
|
|
|
1768
1735
|
"kindString": "Class",
|
|
1769
1736
|
"flags": {},
|
|
1770
1737
|
"comment": {
|
|
1771
|
-
"
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
"name": "Component",
|
|
1776
|
-
"type": {
|
|
1777
|
-
"type": "reference",
|
|
1778
|
-
"qualifiedName": "ComponentDecorator",
|
|
1779
|
-
"package": "@angular/core",
|
|
1780
|
-
"name": "Component"
|
|
1781
|
-
},
|
|
1782
|
-
"arguments": {
|
|
1783
|
-
"obj": "{\n selector: 'sky-tile-dashboard',\n styleUrls: ['./tile-dashboard.component.scss'],\n templateUrl: './tile-dashboard.component.html',\n providers: [SkyTileDashboardService],\n}"
|
|
1738
|
+
"summary": [
|
|
1739
|
+
{
|
|
1740
|
+
"kind": "text",
|
|
1741
|
+
"text": "Specifies a container to group multiple tiles."
|
|
1784
1742
|
}
|
|
1785
|
-
|
|
1786
|
-
|
|
1743
|
+
]
|
|
1744
|
+
},
|
|
1787
1745
|
"children": [
|
|
1788
1746
|
{
|
|
1789
1747
|
"id": 69,
|
|
@@ -1795,7 +1753,8 @@
|
|
|
1795
1753
|
{
|
|
1796
1754
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1797
1755
|
"line": 99,
|
|
1798
|
-
"character": 2
|
|
1756
|
+
"character": 2,
|
|
1757
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L99"
|
|
1799
1758
|
}
|
|
1800
1759
|
],
|
|
1801
1760
|
"signatures": [
|
|
@@ -1837,18 +1796,6 @@
|
|
|
1837
1796
|
"flags": {
|
|
1838
1797
|
"isOptional": true
|
|
1839
1798
|
},
|
|
1840
|
-
"decorators": [
|
|
1841
|
-
{
|
|
1842
|
-
"name": "Optional",
|
|
1843
|
-
"type": {
|
|
1844
|
-
"type": "reference",
|
|
1845
|
-
"qualifiedName": "OptionalDecorator",
|
|
1846
|
-
"package": "@angular/core",
|
|
1847
|
-
"name": "Optional"
|
|
1848
|
-
},
|
|
1849
|
-
"arguments": {}
|
|
1850
|
-
}
|
|
1851
|
-
],
|
|
1852
1799
|
"type": {
|
|
1853
1800
|
"type": "reference",
|
|
1854
1801
|
"name": "SkyLibResourcesService"
|
|
@@ -1871,25 +1818,12 @@
|
|
|
1871
1818
|
"flags": {
|
|
1872
1819
|
"isPublic": true
|
|
1873
1820
|
},
|
|
1874
|
-
"decorators": [
|
|
1875
|
-
{
|
|
1876
|
-
"name": "ViewChildren",
|
|
1877
|
-
"type": {
|
|
1878
|
-
"type": "reference",
|
|
1879
|
-
"qualifiedName": "ViewChildrenDecorator",
|
|
1880
|
-
"package": "@angular/core",
|
|
1881
|
-
"name": "ViewChildren"
|
|
1882
|
-
},
|
|
1883
|
-
"arguments": {
|
|
1884
|
-
"selector": "SkyTileDashboardColumnComponent"
|
|
1885
|
-
}
|
|
1886
|
-
}
|
|
1887
|
-
],
|
|
1888
1821
|
"sources": [
|
|
1889
1822
|
{
|
|
1890
1823
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1891
1824
|
"line": 79,
|
|
1892
|
-
"character": 9
|
|
1825
|
+
"character": 9,
|
|
1826
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L79"
|
|
1893
1827
|
}
|
|
1894
1828
|
],
|
|
1895
1829
|
"type": {
|
|
@@ -1900,9 +1834,9 @@
|
|
|
1900
1834
|
"name": "SkyTileDashboardColumnComponent"
|
|
1901
1835
|
}
|
|
1902
1836
|
],
|
|
1837
|
+
"name": "QueryList",
|
|
1903
1838
|
"qualifiedName": "QueryList",
|
|
1904
|
-
"package": "@angular/core"
|
|
1905
|
-
"name": "QueryList"
|
|
1839
|
+
"package": "@angular/core"
|
|
1906
1840
|
}
|
|
1907
1841
|
},
|
|
1908
1842
|
{
|
|
@@ -1914,25 +1848,19 @@
|
|
|
1914
1848
|
"isPublic": true
|
|
1915
1849
|
},
|
|
1916
1850
|
"comment": {
|
|
1917
|
-
"
|
|
1851
|
+
"summary": [
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "text",
|
|
1854
|
+
"text": "Fires when the tile dashboard changes state and emits a SkyTileDashboardConfig\nobject. This occurs when tiles collapse or expand and when users drag and drop\ntiles to rearrange them."
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1918
1857
|
},
|
|
1919
|
-
"decorators": [
|
|
1920
|
-
{
|
|
1921
|
-
"name": "Output",
|
|
1922
|
-
"type": {
|
|
1923
|
-
"type": "reference",
|
|
1924
|
-
"qualifiedName": "OutputDecorator",
|
|
1925
|
-
"package": "@angular/core",
|
|
1926
|
-
"name": "Output"
|
|
1927
|
-
},
|
|
1928
|
-
"arguments": {}
|
|
1929
|
-
}
|
|
1930
|
-
],
|
|
1931
1858
|
"sources": [
|
|
1932
1859
|
{
|
|
1933
1860
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1934
1861
|
"line": 76,
|
|
1935
|
-
"character": 9
|
|
1862
|
+
"character": 9,
|
|
1863
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L76"
|
|
1936
1864
|
}
|
|
1937
1865
|
],
|
|
1938
1866
|
"type": {
|
|
@@ -1944,9 +1872,9 @@
|
|
|
1944
1872
|
"name": "SkyTileDashboardConfig"
|
|
1945
1873
|
}
|
|
1946
1874
|
],
|
|
1875
|
+
"name": "EventEmitter",
|
|
1947
1876
|
"qualifiedName": "EventEmitter",
|
|
1948
|
-
"package": "@angular/core"
|
|
1949
|
-
"name": "EventEmitter"
|
|
1877
|
+
"package": "@angular/core"
|
|
1950
1878
|
},
|
|
1951
1879
|
"defaultValue": "..."
|
|
1952
1880
|
},
|
|
@@ -1959,25 +1887,27 @@
|
|
|
1959
1887
|
"isPublic": true
|
|
1960
1888
|
},
|
|
1961
1889
|
"comment": {
|
|
1962
|
-
"
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
"name": "Input",
|
|
1967
|
-
"type": {
|
|
1968
|
-
"type": "reference",
|
|
1969
|
-
"qualifiedName": "InputDecorator",
|
|
1970
|
-
"package": "@angular/core",
|
|
1971
|
-
"name": "Input"
|
|
1890
|
+
"summary": [
|
|
1891
|
+
{
|
|
1892
|
+
"kind": "text",
|
|
1893
|
+
"text": "The observable to send commands to the tile dashboard. The commands must respect the\n"
|
|
1972
1894
|
},
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "code",
|
|
1897
|
+
"text": "`SkyTileDashboardMessage`"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"kind": "text",
|
|
1901
|
+
"text": " type."
|
|
1902
|
+
}
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1976
1905
|
"sources": [
|
|
1977
1906
|
{
|
|
1978
1907
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1979
1908
|
"line": 58,
|
|
1980
|
-
"character": 9
|
|
1909
|
+
"character": 9,
|
|
1910
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L58"
|
|
1981
1911
|
}
|
|
1982
1912
|
],
|
|
1983
1913
|
"type": {
|
|
@@ -1989,9 +1919,9 @@
|
|
|
1989
1919
|
"name": "SkyTileDashboardMessage"
|
|
1990
1920
|
}
|
|
1991
1921
|
],
|
|
1922
|
+
"name": "Subject",
|
|
1992
1923
|
"qualifiedName": "Subject",
|
|
1993
|
-
"package": "rxjs"
|
|
1994
|
-
"name": "Subject"
|
|
1924
|
+
"package": "rxjs"
|
|
1995
1925
|
},
|
|
1996
1926
|
"defaultValue": "..."
|
|
1997
1927
|
},
|
|
@@ -2007,7 +1937,8 @@
|
|
|
2007
1937
|
{
|
|
2008
1938
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2009
1939
|
"line": 89,
|
|
2010
|
-
"character": 9
|
|
1940
|
+
"character": 9,
|
|
1941
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L89"
|
|
2011
1942
|
}
|
|
2012
1943
|
],
|
|
2013
1944
|
"type": {
|
|
@@ -2024,25 +1955,35 @@
|
|
|
2024
1955
|
"isPublic": true
|
|
2025
1956
|
},
|
|
2026
1957
|
"comment": {
|
|
2027
|
-
"
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
"name": "Input",
|
|
2032
|
-
"type": {
|
|
2033
|
-
"type": "reference",
|
|
2034
|
-
"qualifiedName": "InputDecorator",
|
|
2035
|
-
"package": "@angular/core",
|
|
2036
|
-
"name": "Input"
|
|
1958
|
+
"summary": [
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "text",
|
|
1961
|
+
"text": "The unique key for the UI Config Service to retrieve stored settings\nfrom a database. The UI Config Service saves configuration settings for users\nto preserve the layout and collapsed state of tile dashboards. The UI Config Service relies on "
|
|
2037
1962
|
},
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "code",
|
|
1965
|
+
"text": "`id`"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "text",
|
|
1969
|
+
"text": " values from the "
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"kind": "code",
|
|
1973
|
+
"text": "`config`"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "text",
|
|
1977
|
+
"text": " property to maintain user settings. For more information\nabout the UI Config Service, see the\n[sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
2041
1981
|
"sources": [
|
|
2042
1982
|
{
|
|
2043
1983
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2044
1984
|
"line": 68,
|
|
2045
|
-
"character": 9
|
|
1985
|
+
"character": 9,
|
|
1986
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L68"
|
|
2046
1987
|
}
|
|
2047
1988
|
],
|
|
2048
1989
|
"type": {
|
|
@@ -2058,26 +1999,12 @@
|
|
|
2058
1999
|
"flags": {
|
|
2059
2000
|
"isPublic": true
|
|
2060
2001
|
},
|
|
2061
|
-
"decorators": [
|
|
2062
|
-
{
|
|
2063
|
-
"name": "ViewChild",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"type": "reference",
|
|
2066
|
-
"qualifiedName": "ViewChildDecorator",
|
|
2067
|
-
"package": "@angular/core",
|
|
2068
|
-
"name": "ViewChild"
|
|
2069
|
-
},
|
|
2070
|
-
"arguments": {
|
|
2071
|
-
"selector": "'singleColumn'",
|
|
2072
|
-
"opts": "{\n read: SkyTileDashboardColumnComponent,\n static: false,\n }"
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
2075
|
-
],
|
|
2076
2002
|
"sources": [
|
|
2077
2003
|
{
|
|
2078
2004
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2079
2005
|
"line": 85,
|
|
2080
|
-
"character": 9
|
|
2006
|
+
"character": 9,
|
|
2007
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L85"
|
|
2081
2008
|
}
|
|
2082
2009
|
],
|
|
2083
2010
|
"type": {
|
|
@@ -2097,7 +2024,8 @@
|
|
|
2097
2024
|
{
|
|
2098
2025
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2099
2026
|
"line": 87,
|
|
2100
|
-
"character": 9
|
|
2027
|
+
"character": 9,
|
|
2028
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L87"
|
|
2101
2029
|
}
|
|
2102
2030
|
],
|
|
2103
2031
|
"type": {
|
|
@@ -2114,84 +2042,79 @@
|
|
|
2114
2042
|
"flags": {
|
|
2115
2043
|
"isPublic": true
|
|
2116
2044
|
},
|
|
2117
|
-
"decorators": [
|
|
2118
|
-
{
|
|
2119
|
-
"name": "Input",
|
|
2120
|
-
"type": {
|
|
2121
|
-
"type": "reference",
|
|
2122
|
-
"qualifiedName": "InputDecorator",
|
|
2123
|
-
"package": "@angular/core",
|
|
2124
|
-
"name": "Input"
|
|
2125
|
-
},
|
|
2126
|
-
"arguments": {}
|
|
2127
|
-
}
|
|
2128
|
-
],
|
|
2129
2045
|
"sources": [
|
|
2130
2046
|
{
|
|
2131
2047
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2132
2048
|
"line": 41,
|
|
2133
|
-
"character": 13
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
"getSignature": [
|
|
2049
|
+
"character": 13,
|
|
2050
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L41"
|
|
2051
|
+
},
|
|
2137
2052
|
{
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"
|
|
2142
|
-
"flags": {},
|
|
2143
|
-
"comment": {
|
|
2144
|
-
"shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object.",
|
|
2145
|
-
"tags": [
|
|
2146
|
-
{
|
|
2147
|
-
"tag": "required",
|
|
2148
|
-
"text": "\n"
|
|
2149
|
-
}
|
|
2150
|
-
]
|
|
2151
|
-
},
|
|
2152
|
-
"type": {
|
|
2153
|
-
"type": "reference",
|
|
2154
|
-
"id": 232,
|
|
2155
|
-
"name": "SkyTileDashboardConfig"
|
|
2156
|
-
}
|
|
2053
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2054
|
+
"line": 49,
|
|
2055
|
+
"character": 13,
|
|
2056
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L49"
|
|
2157
2057
|
}
|
|
2158
2058
|
],
|
|
2159
|
-
"
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
"
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2059
|
+
"getSignature": {
|
|
2060
|
+
"id": 75,
|
|
2061
|
+
"name": "config",
|
|
2062
|
+
"kind": 524288,
|
|
2063
|
+
"kindString": "Get signature",
|
|
2064
|
+
"flags": {},
|
|
2065
|
+
"type": {
|
|
2066
|
+
"type": "reference",
|
|
2067
|
+
"id": 232,
|
|
2068
|
+
"name": "SkyTileDashboardConfig"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
"setSignature": {
|
|
2072
|
+
"id": 76,
|
|
2073
|
+
"name": "config",
|
|
2074
|
+
"kind": 1048576,
|
|
2075
|
+
"kindString": "Set signature",
|
|
2076
|
+
"flags": {},
|
|
2077
|
+
"comment": {
|
|
2078
|
+
"summary": [
|
|
2176
2079
|
{
|
|
2177
|
-
"
|
|
2178
|
-
"
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
"
|
|
2182
|
-
"
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2080
|
+
"kind": "text",
|
|
2081
|
+
"text": "Populates the tile dashboard based on the "
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"kind": "code",
|
|
2085
|
+
"text": "`SkyTileDashboardConfig`"
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"kind": "text",
|
|
2089
|
+
"text": " object."
|
|
2187
2090
|
}
|
|
2188
2091
|
],
|
|
2189
|
-
"
|
|
2190
|
-
|
|
2191
|
-
|
|
2092
|
+
"blockTags": [
|
|
2093
|
+
{
|
|
2094
|
+
"tag": "@required",
|
|
2095
|
+
"content": []
|
|
2096
|
+
}
|
|
2097
|
+
]
|
|
2098
|
+
},
|
|
2099
|
+
"parameters": [
|
|
2100
|
+
{
|
|
2101
|
+
"id": 77,
|
|
2102
|
+
"name": "value",
|
|
2103
|
+
"kind": 32768,
|
|
2104
|
+
"kindString": "Parameter",
|
|
2105
|
+
"flags": {},
|
|
2106
|
+
"type": {
|
|
2107
|
+
"type": "reference",
|
|
2108
|
+
"id": 232,
|
|
2109
|
+
"name": "SkyTileDashboardConfig"
|
|
2110
|
+
}
|
|
2192
2111
|
}
|
|
2112
|
+
],
|
|
2113
|
+
"type": {
|
|
2114
|
+
"type": "intrinsic",
|
|
2115
|
+
"name": "void"
|
|
2193
2116
|
}
|
|
2194
|
-
|
|
2117
|
+
}
|
|
2195
2118
|
},
|
|
2196
2119
|
{
|
|
2197
2120
|
"id": 92,
|
|
@@ -2205,7 +2128,8 @@
|
|
|
2205
2128
|
{
|
|
2206
2129
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2207
2130
|
"line": 149,
|
|
2208
|
-
"character": 9
|
|
2131
|
+
"character": 9,
|
|
2132
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L149"
|
|
2209
2133
|
}
|
|
2210
2134
|
],
|
|
2211
2135
|
"signatures": [
|
|
@@ -2242,7 +2166,8 @@
|
|
|
2242
2166
|
{
|
|
2243
2167
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2244
2168
|
"line": 160,
|
|
2245
|
-
"character": 9
|
|
2169
|
+
"character": 9,
|
|
2170
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L160"
|
|
2246
2171
|
}
|
|
2247
2172
|
],
|
|
2248
2173
|
"signatures": [
|
|
@@ -2271,14 +2196,12 @@
|
|
|
2271
2196
|
"groups": [
|
|
2272
2197
|
{
|
|
2273
2198
|
"title": "Constructors",
|
|
2274
|
-
"kind": 512,
|
|
2275
2199
|
"children": [
|
|
2276
2200
|
69
|
|
2277
2201
|
]
|
|
2278
2202
|
},
|
|
2279
2203
|
{
|
|
2280
2204
|
"title": "Properties",
|
|
2281
|
-
"kind": 1024,
|
|
2282
2205
|
"children": [
|
|
2283
2206
|
81,
|
|
2284
2207
|
80,
|
|
@@ -2291,14 +2214,12 @@
|
|
|
2291
2214
|
},
|
|
2292
2215
|
{
|
|
2293
2216
|
"title": "Accessors",
|
|
2294
|
-
"kind": 262144,
|
|
2295
2217
|
"children": [
|
|
2296
2218
|
74
|
|
2297
2219
|
]
|
|
2298
2220
|
},
|
|
2299
2221
|
{
|
|
2300
2222
|
"title": "Methods",
|
|
2301
|
-
"kind": 2048,
|
|
2302
2223
|
"children": [
|
|
2303
2224
|
92,
|
|
2304
2225
|
94
|
|
@@ -2309,21 +2230,22 @@
|
|
|
2309
2230
|
{
|
|
2310
2231
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2311
2232
|
"line": 35,
|
|
2312
|
-
"character": 13
|
|
2233
|
+
"character": 13,
|
|
2234
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L35"
|
|
2313
2235
|
}
|
|
2314
2236
|
],
|
|
2315
2237
|
"implementedTypes": [
|
|
2316
2238
|
{
|
|
2317
2239
|
"type": "reference",
|
|
2240
|
+
"name": "AfterViewInit",
|
|
2318
2241
|
"qualifiedName": "AfterViewInit",
|
|
2319
|
-
"package": "@angular/core"
|
|
2320
|
-
"name": "AfterViewInit"
|
|
2242
|
+
"package": "@angular/core"
|
|
2321
2243
|
},
|
|
2322
2244
|
{
|
|
2323
2245
|
"type": "reference",
|
|
2246
|
+
"name": "OnDestroy",
|
|
2324
2247
|
"qualifiedName": "OnDestroy",
|
|
2325
|
-
"package": "@angular/core"
|
|
2326
|
-
"name": "OnDestroy"
|
|
2248
|
+
"package": "@angular/core"
|
|
2327
2249
|
}
|
|
2328
2250
|
]
|
|
2329
2251
|
},
|
|
@@ -2341,13 +2263,27 @@
|
|
|
2341
2263
|
"kindString": "Property",
|
|
2342
2264
|
"flags": {},
|
|
2343
2265
|
"comment": {
|
|
2344
|
-
"
|
|
2266
|
+
"summary": [
|
|
2267
|
+
{
|
|
2268
|
+
"kind": "text",
|
|
2269
|
+
"text": "A "
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "code",
|
|
2273
|
+
"text": "`SkyTileDashboardConfigLayout`"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"kind": "text",
|
|
2277
|
+
"text": " object that describes the tile dashboard's layout."
|
|
2278
|
+
}
|
|
2279
|
+
]
|
|
2345
2280
|
},
|
|
2346
2281
|
"sources": [
|
|
2347
2282
|
{
|
|
2348
2283
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2349
2284
|
"line": 15,
|
|
2350
|
-
"character": 2
|
|
2285
|
+
"character": 2,
|
|
2286
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L15"
|
|
2351
2287
|
}
|
|
2352
2288
|
],
|
|
2353
2289
|
"type": {
|
|
@@ -2365,13 +2301,27 @@
|
|
|
2365
2301
|
"isOptional": true
|
|
2366
2302
|
},
|
|
2367
2303
|
"comment": {
|
|
2368
|
-
"
|
|
2304
|
+
"summary": [
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "text",
|
|
2307
|
+
"text": "A "
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"kind": "code",
|
|
2311
|
+
"text": "`SkyTileDashboardConfigReorderData`"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "text",
|
|
2315
|
+
"text": " object that describes\nhow to move a tile within the dashboard."
|
|
2316
|
+
}
|
|
2317
|
+
]
|
|
2369
2318
|
},
|
|
2370
2319
|
"sources": [
|
|
2371
2320
|
{
|
|
2372
2321
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2373
2322
|
"line": 20,
|
|
2374
|
-
"character": 2
|
|
2323
|
+
"character": 2,
|
|
2324
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L20"
|
|
2375
2325
|
}
|
|
2376
2326
|
],
|
|
2377
2327
|
"type": {
|
|
@@ -2387,11 +2337,16 @@
|
|
|
2387
2337
|
"kindString": "Property",
|
|
2388
2338
|
"flags": {},
|
|
2389
2339
|
"comment": {
|
|
2390
|
-
"
|
|
2391
|
-
|
|
2340
|
+
"summary": [
|
|
2341
|
+
{
|
|
2342
|
+
"kind": "text",
|
|
2343
|
+
"text": "An array of SkyTileDashboardConfigTile objects that specifies the tiles\nto include in the dashboard."
|
|
2344
|
+
}
|
|
2345
|
+
],
|
|
2346
|
+
"blockTags": [
|
|
2392
2347
|
{
|
|
2393
|
-
"tag": "required",
|
|
2394
|
-
"
|
|
2348
|
+
"tag": "@required",
|
|
2349
|
+
"content": []
|
|
2395
2350
|
}
|
|
2396
2351
|
]
|
|
2397
2352
|
},
|
|
@@ -2399,7 +2354,8 @@
|
|
|
2399
2354
|
{
|
|
2400
2355
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2401
2356
|
"line": 11,
|
|
2402
|
-
"character": 2
|
|
2357
|
+
"character": 2,
|
|
2358
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L11"
|
|
2403
2359
|
}
|
|
2404
2360
|
],
|
|
2405
2361
|
"type": {
|
|
@@ -2415,7 +2371,6 @@
|
|
|
2415
2371
|
"groups": [
|
|
2416
2372
|
{
|
|
2417
2373
|
"title": "Properties",
|
|
2418
|
-
"kind": 1024,
|
|
2419
2374
|
"children": [
|
|
2420
2375
|
234,
|
|
2421
2376
|
235,
|
|
@@ -2427,7 +2382,8 @@
|
|
|
2427
2382
|
{
|
|
2428
2383
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
|
|
2429
2384
|
"line": 5,
|
|
2430
|
-
"character": 17
|
|
2385
|
+
"character": 17,
|
|
2386
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L5"
|
|
2431
2387
|
}
|
|
2432
2388
|
]
|
|
2433
2389
|
},
|
|
@@ -2445,13 +2401,27 @@
|
|
|
2445
2401
|
"kindString": "Property",
|
|
2446
2402
|
"flags": {},
|
|
2447
2403
|
"comment": {
|
|
2448
|
-
"
|
|
2404
|
+
"summary": [
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "text",
|
|
2407
|
+
"text": "An array of "
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"kind": "code",
|
|
2411
|
+
"text": "`SkyTileDashboardConfigLayoutColumn`"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"kind": "text",
|
|
2415
|
+
"text": " objects that describes\nhow to display tiles in multiple columns on larger screens."
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2449
2418
|
},
|
|
2450
2419
|
"sources": [
|
|
2451
2420
|
{
|
|
2452
2421
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
|
|
2453
2422
|
"line": 13,
|
|
2454
|
-
"character": 2
|
|
2423
|
+
"character": 2,
|
|
2424
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L13"
|
|
2455
2425
|
}
|
|
2456
2426
|
],
|
|
2457
2427
|
"type": {
|
|
@@ -2470,13 +2440,27 @@
|
|
|
2470
2440
|
"kindString": "Property",
|
|
2471
2441
|
"flags": {},
|
|
2472
2442
|
"comment": {
|
|
2473
|
-
"
|
|
2443
|
+
"summary": [
|
|
2444
|
+
{
|
|
2445
|
+
"kind": "text",
|
|
2446
|
+
"text": "A "
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"kind": "code",
|
|
2450
|
+
"text": "`SkyTileDashboardConfigLayoutColumn`"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"kind": "text",
|
|
2454
|
+
"text": " object that describes how to\ndisplay tiles in a single column on small screens."
|
|
2455
|
+
}
|
|
2456
|
+
]
|
|
2474
2457
|
},
|
|
2475
2458
|
"sources": [
|
|
2476
2459
|
{
|
|
2477
2460
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
|
|
2478
2461
|
"line": 8,
|
|
2479
|
-
"character": 2
|
|
2462
|
+
"character": 2,
|
|
2463
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L8"
|
|
2480
2464
|
}
|
|
2481
2465
|
],
|
|
2482
2466
|
"type": {
|
|
@@ -2489,7 +2473,6 @@
|
|
|
2489
2473
|
"groups": [
|
|
2490
2474
|
{
|
|
2491
2475
|
"title": "Properties",
|
|
2492
|
-
"kind": 1024,
|
|
2493
2476
|
"children": [
|
|
2494
2477
|
238,
|
|
2495
2478
|
237
|
|
@@ -2500,7 +2483,8 @@
|
|
|
2500
2483
|
{
|
|
2501
2484
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
|
|
2502
2485
|
"line": 3,
|
|
2503
|
-
"character": 17
|
|
2486
|
+
"character": 17,
|
|
2487
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L3"
|
|
2504
2488
|
}
|
|
2505
2489
|
]
|
|
2506
2490
|
},
|
|
@@ -2518,13 +2502,27 @@
|
|
|
2518
2502
|
"kindString": "Property",
|
|
2519
2503
|
"flags": {},
|
|
2520
2504
|
"comment": {
|
|
2521
|
-
"
|
|
2505
|
+
"summary": [
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "text",
|
|
2508
|
+
"text": "An array of "
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "code",
|
|
2512
|
+
"text": "`SkyTileDashboardConfigTile`"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "text",
|
|
2516
|
+
"text": " objects that specifies the\ntiles to include in the dashboard."
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2522
2519
|
},
|
|
2523
2520
|
"sources": [
|
|
2524
2521
|
{
|
|
2525
2522
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts",
|
|
2526
2523
|
"line": 8,
|
|
2527
|
-
"character": 2
|
|
2524
|
+
"character": 2,
|
|
2525
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L8"
|
|
2528
2526
|
}
|
|
2529
2527
|
],
|
|
2530
2528
|
"type": {
|
|
@@ -2540,7 +2538,6 @@
|
|
|
2540
2538
|
"groups": [
|
|
2541
2539
|
{
|
|
2542
2540
|
"title": "Properties",
|
|
2543
|
-
"kind": 1024,
|
|
2544
2541
|
"children": [
|
|
2545
2542
|
240
|
|
2546
2543
|
]
|
|
@@ -2550,7 +2547,8 @@
|
|
|
2550
2547
|
{
|
|
2551
2548
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts",
|
|
2552
2549
|
"line": 3,
|
|
2553
|
-
"character": 17
|
|
2550
|
+
"character": 17,
|
|
2551
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L3"
|
|
2554
2552
|
}
|
|
2555
2553
|
]
|
|
2556
2554
|
},
|
|
@@ -2568,13 +2566,19 @@
|
|
|
2568
2566
|
"kindString": "Property",
|
|
2569
2567
|
"flags": {},
|
|
2570
2568
|
"comment": {
|
|
2571
|
-
"
|
|
2569
|
+
"summary": [
|
|
2570
|
+
{
|
|
2571
|
+
"kind": "text",
|
|
2572
|
+
"text": "The ID of a tile to display in the dashboard."
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2572
2575
|
},
|
|
2573
2576
|
"sources": [
|
|
2574
2577
|
{
|
|
2575
2578
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
|
|
2576
2579
|
"line": 5,
|
|
2577
|
-
"character": 2
|
|
2580
|
+
"character": 2,
|
|
2581
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L5"
|
|
2578
2582
|
}
|
|
2579
2583
|
],
|
|
2580
2584
|
"type": {
|
|
@@ -2589,13 +2593,19 @@
|
|
|
2589
2593
|
"kindString": "Property",
|
|
2590
2594
|
"flags": {},
|
|
2591
2595
|
"comment": {
|
|
2592
|
-
"
|
|
2596
|
+
"summary": [
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "text",
|
|
2599
|
+
"text": "Whether the tile is in a collapsed state."
|
|
2600
|
+
}
|
|
2601
|
+
]
|
|
2593
2602
|
},
|
|
2594
2603
|
"sources": [
|
|
2595
2604
|
{
|
|
2596
2605
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
|
|
2597
2606
|
"line": 9,
|
|
2598
|
-
"character": 2
|
|
2607
|
+
"character": 2,
|
|
2608
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L9"
|
|
2599
2609
|
}
|
|
2600
2610
|
],
|
|
2601
2611
|
"type": {
|
|
@@ -2607,7 +2617,6 @@
|
|
|
2607
2617
|
"groups": [
|
|
2608
2618
|
{
|
|
2609
2619
|
"title": "Properties",
|
|
2610
|
-
"kind": 1024,
|
|
2611
2620
|
"children": [
|
|
2612
2621
|
242,
|
|
2613
2622
|
243
|
|
@@ -2618,7 +2627,8 @@
|
|
|
2618
2627
|
{
|
|
2619
2628
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
|
|
2620
2629
|
"line": 1,
|
|
2621
|
-
"character": 17
|
|
2630
|
+
"character": 17,
|
|
2631
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L1"
|
|
2622
2632
|
}
|
|
2623
2633
|
]
|
|
2624
2634
|
},
|
|
@@ -2636,13 +2646,19 @@
|
|
|
2636
2646
|
"kindString": "Property",
|
|
2637
2647
|
"flags": {},
|
|
2638
2648
|
"comment": {
|
|
2639
|
-
"
|
|
2649
|
+
"summary": [
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "text",
|
|
2652
|
+
"text": "The column for the tile."
|
|
2653
|
+
}
|
|
2654
|
+
]
|
|
2640
2655
|
},
|
|
2641
2656
|
"sources": [
|
|
2642
2657
|
{
|
|
2643
2658
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
|
|
2644
2659
|
"line": 9,
|
|
2645
|
-
"character": 2
|
|
2660
|
+
"character": 2,
|
|
2661
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L9"
|
|
2646
2662
|
}
|
|
2647
2663
|
],
|
|
2648
2664
|
"type": {
|
|
@@ -2657,13 +2673,19 @@
|
|
|
2657
2673
|
"kindString": "Property",
|
|
2658
2674
|
"flags": {},
|
|
2659
2675
|
"comment": {
|
|
2660
|
-
"
|
|
2676
|
+
"summary": [
|
|
2677
|
+
{
|
|
2678
|
+
"kind": "text",
|
|
2679
|
+
"text": "The position of the tile within the column."
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2661
2682
|
},
|
|
2662
2683
|
"sources": [
|
|
2663
2684
|
{
|
|
2664
2685
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
|
|
2665
2686
|
"line": 13,
|
|
2666
|
-
"character": 2
|
|
2687
|
+
"character": 2,
|
|
2688
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L13"
|
|
2667
2689
|
}
|
|
2668
2690
|
],
|
|
2669
2691
|
"type": {
|
|
@@ -2678,13 +2700,19 @@
|
|
|
2678
2700
|
"kindString": "Property",
|
|
2679
2701
|
"flags": {},
|
|
2680
2702
|
"comment": {
|
|
2681
|
-
"
|
|
2703
|
+
"summary": [
|
|
2704
|
+
{
|
|
2705
|
+
"kind": "text",
|
|
2706
|
+
"text": "The description of the tile."
|
|
2707
|
+
}
|
|
2708
|
+
]
|
|
2682
2709
|
},
|
|
2683
2710
|
"sources": [
|
|
2684
2711
|
{
|
|
2685
2712
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
|
|
2686
2713
|
"line": 5,
|
|
2687
|
-
"character": 2
|
|
2714
|
+
"character": 2,
|
|
2715
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L5"
|
|
2688
2716
|
}
|
|
2689
2717
|
],
|
|
2690
2718
|
"type": {
|
|
@@ -2696,7 +2724,6 @@
|
|
|
2696
2724
|
"groups": [
|
|
2697
2725
|
{
|
|
2698
2726
|
"title": "Properties",
|
|
2699
|
-
"kind": 1024,
|
|
2700
2727
|
"children": [
|
|
2701
2728
|
246,
|
|
2702
2729
|
247,
|
|
@@ -2708,7 +2735,8 @@
|
|
|
2708
2735
|
{
|
|
2709
2736
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
|
|
2710
2737
|
"line": 1,
|
|
2711
|
-
"character": 17
|
|
2738
|
+
"character": 17,
|
|
2739
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L1"
|
|
2712
2740
|
}
|
|
2713
2741
|
]
|
|
2714
2742
|
},
|
|
@@ -2726,13 +2754,19 @@
|
|
|
2726
2754
|
"kindString": "Property",
|
|
2727
2755
|
"flags": {},
|
|
2728
2756
|
"comment": {
|
|
2729
|
-
"
|
|
2757
|
+
"summary": [
|
|
2758
|
+
{
|
|
2759
|
+
"kind": "text",
|
|
2760
|
+
"text": "The class type of the tile component."
|
|
2761
|
+
}
|
|
2762
|
+
]
|
|
2730
2763
|
},
|
|
2731
2764
|
"sources": [
|
|
2732
2765
|
{
|
|
2733
2766
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
|
|
2734
2767
|
"line": 9,
|
|
2735
|
-
"character": 2
|
|
2768
|
+
"character": 2,
|
|
2769
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L9"
|
|
2736
2770
|
}
|
|
2737
2771
|
],
|
|
2738
2772
|
"type": {
|
|
@@ -2747,13 +2781,19 @@
|
|
|
2747
2781
|
"kindString": "Property",
|
|
2748
2782
|
"flags": {},
|
|
2749
2783
|
"comment": {
|
|
2750
|
-
"
|
|
2784
|
+
"summary": [
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "text",
|
|
2787
|
+
"text": "The ID of the tile."
|
|
2788
|
+
}
|
|
2789
|
+
]
|
|
2751
2790
|
},
|
|
2752
2791
|
"sources": [
|
|
2753
2792
|
{
|
|
2754
2793
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
|
|
2755
2794
|
"line": 5,
|
|
2756
|
-
"character": 2
|
|
2795
|
+
"character": 2,
|
|
2796
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L5"
|
|
2757
2797
|
}
|
|
2758
2798
|
],
|
|
2759
2799
|
"type": {
|
|
@@ -2770,13 +2810,19 @@
|
|
|
2770
2810
|
"isOptional": true
|
|
2771
2811
|
},
|
|
2772
2812
|
"comment": {
|
|
2773
|
-
"
|
|
2813
|
+
"summary": [
|
|
2814
|
+
{
|
|
2815
|
+
"kind": "text",
|
|
2816
|
+
"text": "The array of data providers that can be passed to the tile."
|
|
2817
|
+
}
|
|
2818
|
+
]
|
|
2774
2819
|
},
|
|
2775
2820
|
"sources": [
|
|
2776
2821
|
{
|
|
2777
2822
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
|
|
2778
2823
|
"line": 13,
|
|
2779
|
-
"character": 2
|
|
2824
|
+
"character": 2,
|
|
2825
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L13"
|
|
2780
2826
|
}
|
|
2781
2827
|
],
|
|
2782
2828
|
"type": {
|
|
@@ -2791,7 +2837,6 @@
|
|
|
2791
2837
|
"groups": [
|
|
2792
2838
|
{
|
|
2793
2839
|
"title": "Properties",
|
|
2794
|
-
"kind": 1024,
|
|
2795
2840
|
"children": [
|
|
2796
2841
|
250,
|
|
2797
2842
|
249,
|
|
@@ -2803,7 +2848,8 @@
|
|
|
2803
2848
|
{
|
|
2804
2849
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
|
|
2805
2850
|
"line": 1,
|
|
2806
|
-
"character": 17
|
|
2851
|
+
"character": 17,
|
|
2852
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L1"
|
|
2807
2853
|
}
|
|
2808
2854
|
]
|
|
2809
2855
|
},
|
|
@@ -2814,7 +2860,12 @@
|
|
|
2814
2860
|
"kindString": "Interface",
|
|
2815
2861
|
"flags": {},
|
|
2816
2862
|
"comment": {
|
|
2817
|
-
"
|
|
2863
|
+
"summary": [
|
|
2864
|
+
{
|
|
2865
|
+
"kind": "text",
|
|
2866
|
+
"text": "Specifies the messages to be sent to the tile dashboard component."
|
|
2867
|
+
}
|
|
2868
|
+
]
|
|
2818
2869
|
},
|
|
2819
2870
|
"children": [
|
|
2820
2871
|
{
|
|
@@ -2826,13 +2877,19 @@
|
|
|
2826
2877
|
"isOptional": true
|
|
2827
2878
|
},
|
|
2828
2879
|
"comment": {
|
|
2829
|
-
"
|
|
2880
|
+
"summary": [
|
|
2881
|
+
{
|
|
2882
|
+
"kind": "text",
|
|
2883
|
+
"text": "The type of message to send."
|
|
2884
|
+
}
|
|
2885
|
+
]
|
|
2830
2886
|
},
|
|
2831
2887
|
"sources": [
|
|
2832
2888
|
{
|
|
2833
2889
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
|
|
2834
2890
|
"line": 10,
|
|
2835
|
-
"character": 2
|
|
2891
|
+
"character": 2,
|
|
2892
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L10"
|
|
2836
2893
|
}
|
|
2837
2894
|
],
|
|
2838
2895
|
"type": {
|
|
@@ -2845,7 +2902,6 @@
|
|
|
2845
2902
|
"groups": [
|
|
2846
2903
|
{
|
|
2847
2904
|
"title": "Properties",
|
|
2848
|
-
"kind": 1024,
|
|
2849
2905
|
"children": [
|
|
2850
2906
|
108
|
|
2851
2907
|
]
|
|
@@ -2855,7 +2911,8 @@
|
|
|
2855
2911
|
{
|
|
2856
2912
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
|
|
2857
2913
|
"line": 6,
|
|
2858
|
-
"character": 17
|
|
2914
|
+
"character": 17,
|
|
2915
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L6"
|
|
2859
2916
|
}
|
|
2860
2917
|
]
|
|
2861
2918
|
}
|
|
@@ -2863,14 +2920,12 @@
|
|
|
2863
2920
|
"groups": [
|
|
2864
2921
|
{
|
|
2865
2922
|
"title": "Enumerations",
|
|
2866
|
-
"kind": 8,
|
|
2867
2923
|
"children": [
|
|
2868
2924
|
109
|
|
2869
2925
|
]
|
|
2870
2926
|
},
|
|
2871
2927
|
{
|
|
2872
2928
|
"title": "Classes",
|
|
2873
|
-
"kind": 128,
|
|
2874
2929
|
"children": [
|
|
2875
2930
|
104,
|
|
2876
2931
|
229,
|
|
@@ -2888,7 +2943,6 @@
|
|
|
2888
2943
|
},
|
|
2889
2944
|
{
|
|
2890
2945
|
"title": "Interfaces",
|
|
2891
|
-
"kind": 256,
|
|
2892
2946
|
"children": [
|
|
2893
2947
|
232,
|
|
2894
2948
|
236,
|
|
@@ -2904,7 +2958,8 @@
|
|
|
2904
2958
|
{
|
|
2905
2959
|
"fileName": "index.ts",
|
|
2906
2960
|
"line": 1,
|
|
2907
|
-
"character": 0
|
|
2961
|
+
"character": 0,
|
|
2962
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/tiles/src/index.ts#L1"
|
|
2908
2963
|
}
|
|
2909
2964
|
]
|
|
2910
2965
|
},
|