@skyux/tiles 8.0.0-beta.4 → 8.0.1

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.
@@ -36,72 +36,50 @@
36
36
  "kindString": "Enumeration",
37
37
  "flags": {},
38
38
  "comment": {
39
- "summary": [
40
- {
41
- "kind": "text",
42
- "text": "The type of message to send to the tile dashboard component."
43
- }
44
- ]
39
+ "shortText": "The type of message to send to the tile dashboard component."
45
40
  },
46
41
  "children": [
47
42
  {
48
43
  "id": 111,
49
44
  "name": "CollapseAll",
50
45
  "kind": 16,
51
- "kindString": "Enumeration Member",
46
+ "kindString": "Enumeration member",
52
47
  "flags": {},
53
48
  "comment": {
54
- "summary": [
55
- {
56
- "kind": "text",
57
- "text": "Collapses all tiles within the tile dashboard."
58
- }
59
- ]
49
+ "shortText": "Collapses all tiles within the tile dashboard."
60
50
  },
61
51
  "sources": [
62
52
  {
63
53
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
64
54
  "line": 13,
65
- "character": 2,
66
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L13"
55
+ "character": 2
67
56
  }
68
57
  ],
69
- "type": {
70
- "type": "literal",
71
- "value": 1
72
- }
58
+ "defaultValue": "1"
73
59
  },
74
60
  {
75
61
  "id": 110,
76
62
  "name": "ExpandAll",
77
63
  "kind": 16,
78
- "kindString": "Enumeration Member",
64
+ "kindString": "Enumeration member",
79
65
  "flags": {},
80
66
  "comment": {
81
- "summary": [
82
- {
83
- "kind": "text",
84
- "text": "Expands all tiles within the tile dashboard."
85
- }
86
- ]
67
+ "shortText": "Expands all tiles within the tile dashboard."
87
68
  },
88
69
  "sources": [
89
70
  {
90
71
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
91
72
  "line": 8,
92
- "character": 2,
93
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L8"
73
+ "character": 2
94
74
  }
95
75
  ],
96
- "type": {
97
- "type": "literal",
98
- "value": 0
99
- }
76
+ "defaultValue": "0"
100
77
  }
101
78
  ],
102
79
  "groups": [
103
80
  {
104
- "title": "Enumeration Members",
81
+ "title": "Enumeration members",
82
+ "kind": 16,
105
83
  "children": [
106
84
  111,
107
85
  110
@@ -112,8 +90,7 @@
112
90
  {
113
91
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
114
92
  "line": 4,
115
- "character": 12,
116
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L4"
93
+ "character": 12
117
94
  }
118
95
  ]
119
96
  },
@@ -123,10 +100,25 @@
123
100
  "kind": 128,
124
101
  "kindString": "Class",
125
102
  "flags": {},
103
+ "decorators": [
104
+ {
105
+ "name": "NgModule",
106
+ "type": {
107
+ "type": "reference",
108
+ "qualifiedName": "NgModuleDecorator",
109
+ "package": "@angular/core",
110
+ "name": "NgModule"
111
+ },
112
+ "arguments": {
113
+ "obj": "{\n declarations: [SkyTileContentComponent, SkyTileContentSectionComponent],\n imports: [CommonModule, SkyThemeModule],\n exports: [SkyTileContentComponent, SkyTileContentSectionComponent],\n}"
114
+ }
115
+ }
116
+ ],
126
117
  "children": [],
127
118
  "groups": [
128
119
  {
129
120
  "title": "Constructors",
121
+ "kind": 512,
130
122
  "children": [
131
123
  105
132
124
  ]
@@ -136,8 +128,7 @@
136
128
  {
137
129
  "fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.module.ts",
138
130
  "line": 13,
139
- "character": 13,
140
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.module.ts#L13"
131
+ "character": 13
141
132
  }
142
133
  ]
143
134
  },
@@ -147,10 +138,25 @@
147
138
  "kind": 128,
148
139
  "kindString": "Class",
149
140
  "flags": {},
141
+ "decorators": [
142
+ {
143
+ "name": "NgModule",
144
+ "type": {
145
+ "type": "reference",
146
+ "qualifiedName": "NgModuleDecorator",
147
+ "package": "@angular/core",
148
+ "name": "NgModule"
149
+ },
150
+ "arguments": {
151
+ "obj": "{\n declarations: [SkyTileDashboardColumnComponent],\n imports: [CommonModule, DragulaModule],\n exports: [SkyTileDashboardColumnComponent],\n}"
152
+ }
153
+ }
154
+ ],
150
155
  "children": [],
151
156
  "groups": [
152
157
  {
153
158
  "title": "Constructors",
159
+ "kind": 512,
154
160
  "children": [
155
161
  226
156
162
  ]
@@ -160,8 +166,7 @@
160
166
  {
161
167
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts",
162
168
  "line": 13,
163
- "character": 13,
164
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts#L13"
169
+ "character": 13
165
170
  }
166
171
  ]
167
172
  },
@@ -171,10 +176,25 @@
171
176
  "kind": 128,
172
177
  "kindString": "Class",
173
178
  "flags": {},
179
+ "decorators": [
180
+ {
181
+ "name": "NgModule",
182
+ "type": {
183
+ "type": "reference",
184
+ "qualifiedName": "NgModuleDecorator",
185
+ "package": "@angular/core",
186
+ "name": "NgModule"
187
+ },
188
+ "arguments": {
189
+ "obj": "{\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [\n CommonModule,\n SkyTileDashboardColumnModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileDashboardComponent],\n}"
190
+ }
191
+ }
192
+ ],
174
193
  "children": [],
175
194
  "groups": [
176
195
  {
177
196
  "title": "Constructors",
197
+ "kind": 512,
178
198
  "children": [
179
199
  113
180
200
  ]
@@ -184,8 +204,7 @@
184
204
  {
185
205
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.module.ts",
186
206
  "line": 21,
187
- "character": 13,
188
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.module.ts#L21"
207
+ "character": 13
189
208
  }
190
209
  ]
191
210
  },
@@ -195,6 +214,18 @@
195
214
  "kind": 128,
196
215
  "kindString": "Class",
197
216
  "flags": {},
217
+ "decorators": [
218
+ {
219
+ "name": "Injectable",
220
+ "type": {
221
+ "type": "reference",
222
+ "qualifiedName": "InjectableDecorator",
223
+ "package": "@angular/core",
224
+ "name": "Injectable"
225
+ },
226
+ "arguments": {}
227
+ }
228
+ ],
198
229
  "children": [
199
230
  {
200
231
  "id": 116,
@@ -206,8 +237,7 @@
206
237
  {
207
238
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
208
239
  "line": 62,
209
- "character": 2,
210
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L62"
240
+ "character": 2
211
241
  }
212
242
  ],
213
243
  "signatures": [
@@ -234,19 +264,25 @@
234
264
  "isPublic": true
235
265
  },
236
266
  "comment": {
237
- "summary": [
238
- {
239
- "kind": "text",
240
- "text": "Fires when the tile dashboard's initialization is complete."
241
- }
242
- ]
267
+ "shortText": "Fires when the tile dashboard's initialization is complete."
243
268
  },
269
+ "decorators": [
270
+ {
271
+ "name": "Output",
272
+ "type": {
273
+ "type": "reference",
274
+ "qualifiedName": "OutputDecorator",
275
+ "package": "@angular/core",
276
+ "name": "Output"
277
+ },
278
+ "arguments": {}
279
+ }
280
+ ],
244
281
  "sources": [
245
282
  {
246
283
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
247
284
  "line": 48,
248
- "character": 9,
249
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L48"
285
+ "character": 9
250
286
  }
251
287
  ],
252
288
  "type": {
@@ -257,9 +293,9 @@
257
293
  "name": "void"
258
294
  }
259
295
  ],
260
- "name": "EventEmitter",
261
296
  "qualifiedName": "EventEmitter",
262
- "package": "@angular/core"
297
+ "package": "@angular/core",
298
+ "name": "EventEmitter"
263
299
  },
264
300
  "defaultValue": "..."
265
301
  },
@@ -275,8 +311,7 @@
275
311
  {
276
312
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
277
313
  "line": 117,
278
- "character": 9,
279
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L117"
314
+ "character": 9
280
315
  }
281
316
  ],
282
317
  "signatures": [
@@ -287,12 +322,7 @@
287
322
  "kindString": "Call signature",
288
323
  "flags": {},
289
324
  "comment": {
290
- "summary": [
291
- {
292
- "kind": "text",
293
- "text": "Adds a new tile to the tile dashboard."
294
- }
295
- ]
325
+ "shortText": "Adds a new tile to the tile dashboard."
296
326
  },
297
327
  "parameters": [
298
328
  {
@@ -302,12 +332,7 @@
302
332
  "kindString": "Parameter",
303
333
  "flags": {},
304
334
  "comment": {
305
- "summary": [
306
- {
307
- "kind": "text",
308
- "text": "Specifies the tile configuration."
309
- }
310
- ]
335
+ "shortText": "Specifies the tile configuration."
311
336
  },
312
337
  "type": {
313
338
  "type": "reference",
@@ -322,12 +347,7 @@
322
347
  "kindString": "Parameter",
323
348
  "flags": {},
324
349
  "comment": {
325
- "summary": [
326
- {
327
- "kind": "text",
328
- "text": "Specifies the tile component to add."
329
- }
330
- ]
350
+ "shortText": "Specifies the tile component to add.\n"
331
351
  },
332
352
  "type": {
333
353
  "type": "reference",
@@ -337,9 +357,9 @@
337
357
  "name": "any"
338
358
  }
339
359
  ],
340
- "name": "ComponentRef",
341
360
  "qualifiedName": "ComponentRef",
342
- "package": "@angular/core"
361
+ "package": "@angular/core",
362
+ "name": "ComponentRef"
343
363
  }
344
364
  }
345
365
  ],
@@ -362,8 +382,7 @@
362
382
  {
363
383
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
364
384
  "line": 146,
365
- "character": 9,
366
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L146"
385
+ "character": 9
367
386
  }
368
387
  ],
369
388
  "signatures": [
@@ -374,12 +393,7 @@
374
393
  "kindString": "Call signature",
375
394
  "flags": {},
376
395
  "comment": {
377
- "summary": [
378
- {
379
- "kind": "text",
380
- "text": "Sets the collapsed state of all tiles."
381
- }
382
- ]
396
+ "shortText": "Sets the collapsed state of all tiles."
383
397
  },
384
398
  "parameters": [
385
399
  {
@@ -389,12 +403,7 @@
389
403
  "kindString": "Parameter",
390
404
  "flags": {},
391
405
  "comment": {
392
- "summary": [
393
- {
394
- "kind": "text",
395
- "text": "Indicates whether tiles are collapsed."
396
- }
397
- ]
406
+ "shortText": "Indicates whether tiles are collapsed.\n"
398
407
  },
399
408
  "type": {
400
409
  "type": "intrinsic",
@@ -421,8 +430,7 @@
421
430
  {
422
431
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
423
432
  "line": 171,
424
- "character": 9,
425
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L171"
433
+ "character": 9
426
434
  }
427
435
  ],
428
436
  "signatures": [
@@ -433,12 +441,7 @@
433
441
  "kindString": "Call signature",
434
442
  "flags": {},
435
443
  "comment": {
436
- "summary": [
437
- {
438
- "kind": "text",
439
- "text": "Sets the collapsed state of a specified tile."
440
- }
441
- ]
444
+ "shortText": "Sets the collapsed state of a specified tile."
442
445
  },
443
446
  "parameters": [
444
447
  {
@@ -448,12 +451,7 @@
448
451
  "kindString": "Parameter",
449
452
  "flags": {},
450
453
  "comment": {
451
- "summary": [
452
- {
453
- "kind": "text",
454
- "text": "Specifies the tile component."
455
- }
456
- ]
454
+ "shortText": "Specifies the tile component."
457
455
  },
458
456
  "type": {
459
457
  "type": "reference",
@@ -468,12 +466,7 @@
468
466
  "kindString": "Parameter",
469
467
  "flags": {},
470
468
  "comment": {
471
- "summary": [
472
- {
473
- "kind": "text",
474
- "text": "Indicates whether the tile is collapsed."
475
- }
476
- ]
469
+ "shortText": "Indicates whether the tile is collapsed.\n"
477
470
  },
478
471
  "type": {
479
472
  "type": "intrinsic",
@@ -500,8 +493,7 @@
500
493
  {
501
494
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
502
495
  "line": 132,
503
- "character": 9,
504
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L132"
496
+ "character": 9
505
497
  }
506
498
  ],
507
499
  "signatures": [
@@ -512,12 +504,7 @@
512
504
  "kindString": "Call signature",
513
505
  "flags": {},
514
506
  "comment": {
515
- "summary": [
516
- {
517
- "kind": "text",
518
- "text": "Checks whether a specified tile is collapsed."
519
- }
520
- ]
507
+ "shortText": "Checks whether a specified tile is collapsed."
521
508
  },
522
509
  "parameters": [
523
510
  {
@@ -527,12 +514,7 @@
527
514
  "kindString": "Parameter",
528
515
  "flags": {},
529
516
  "comment": {
530
- "summary": [
531
- {
532
- "kind": "text",
533
- "text": "Specifies the tile component to check."
534
- }
535
- ]
517
+ "shortText": "Specifies the tile component to check.\n"
536
518
  },
537
519
  "type": {
538
520
  "type": "reference",
@@ -552,18 +534,21 @@
552
534
  "groups": [
553
535
  {
554
536
  "title": "Constructors",
537
+ "kind": 512,
555
538
  "children": [
556
539
  116
557
540
  ]
558
541
  },
559
542
  {
560
543
  "title": "Properties",
544
+ "kind": 1024,
561
545
  "children": [
562
546
  120
563
547
  ]
564
548
  },
565
549
  {
566
550
  "title": "Methods",
551
+ "kind": 2048,
567
552
  "children": [
568
553
  137,
569
554
  144,
@@ -576,8 +561,7 @@
576
561
  {
577
562
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
578
563
  "line": 33,
579
- "character": 13,
580
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L33"
564
+ "character": 13
581
565
  }
582
566
  ]
583
567
  },
@@ -587,10 +571,25 @@
587
571
  "kind": 128,
588
572
  "kindString": "Class",
589
573
  "flags": {},
574
+ "decorators": [
575
+ {
576
+ "name": "NgModule",
577
+ "type": {
578
+ "type": "reference",
579
+ "qualifiedName": "NgModuleDecorator",
580
+ "package": "@angular/core",
581
+ "name": "NgModule"
582
+ },
583
+ "arguments": {
584
+ "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}"
585
+ }
586
+ }
587
+ ],
590
588
  "children": [],
591
589
  "groups": [
592
590
  {
593
591
  "title": "Constructors",
592
+ "kind": 512,
594
593
  "children": [
595
594
  102
596
595
  ]
@@ -600,8 +599,7 @@
600
599
  {
601
600
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.module.ts",
602
601
  "line": 32,
603
- "character": 13,
604
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.module.ts#L32"
602
+ "character": 13
605
603
  }
606
604
  ]
607
605
  },
@@ -611,10 +609,25 @@
611
609
  "kind": 128,
612
610
  "kindString": "Class",
613
611
  "flags": {},
612
+ "decorators": [
613
+ {
614
+ "name": "NgModule",
615
+ "type": {
616
+ "type": "reference",
617
+ "qualifiedName": "NgModuleDecorator",
618
+ "package": "@angular/core",
619
+ "name": "NgModule"
620
+ },
621
+ "arguments": {
622
+ "obj": "{\n imports: [CommonModule],\n exports: [\n SkyTileContentModule,\n SkyTileModule,\n SkyTileDashboardColumnModule,\n SkyTileDashboardModule,\n ],\n providers: [DragulaService],\n}"
623
+ }
624
+ }
625
+ ],
614
626
  "children": [],
615
627
  "groups": [
616
628
  {
617
629
  "title": "Constructors",
630
+ "kind": 512,
618
631
  "children": [
619
632
  249
620
633
  ]
@@ -624,8 +637,7 @@
624
637
  {
625
638
  "fileName": "projects/tiles/src/modules/tiles/tiles.module.ts",
626
639
  "line": 21,
627
- "character": 13,
628
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tiles.module.ts#L21"
640
+ "character": 13
629
641
  }
630
642
  ]
631
643
  },
@@ -636,13 +648,22 @@
636
648
  "kindString": "Class",
637
649
  "flags": {},
638
650
  "comment": {
639
- "summary": [
640
- {
641
- "kind": "text",
642
- "text": "Provides a common look-and-feel for tab content."
643
- }
644
- ]
651
+ "shortText": "Provides a common look-and-feel for tab content."
645
652
  },
653
+ "decorators": [
654
+ {
655
+ "name": "Component",
656
+ "type": {
657
+ "type": "reference",
658
+ "qualifiedName": "ComponentDecorator",
659
+ "package": "@angular/core",
660
+ "name": "Component"
661
+ },
662
+ "arguments": {
663
+ "obj": "{\n selector: 'sky-tile',\n styleUrls: ['./tile.component.scss'],\n templateUrl: './tile.component.html',\n animations: [skyAnimationSlide],\n}"
664
+ }
665
+ }
666
+ ],
646
667
  "children": [
647
668
  {
648
669
  "id": 2,
@@ -654,8 +675,7 @@
654
675
  {
655
676
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
656
677
  "line": 117,
657
- "character": 2,
658
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L117"
678
+ "character": 2
659
679
  }
660
680
  ],
661
681
  "signatures": [
@@ -680,9 +700,9 @@
680
700
  "name": "any"
681
701
  }
682
702
  ],
683
- "name": "ElementRef",
684
703
  "qualifiedName": "ElementRef",
685
- "package": "@angular/core"
704
+ "package": "@angular/core",
705
+ "name": "ElementRef"
686
706
  }
687
707
  },
688
708
  {
@@ -693,9 +713,9 @@
693
713
  "flags": {},
694
714
  "type": {
695
715
  "type": "reference",
696
- "name": "ChangeDetectorRef",
697
716
  "qualifiedName": "ChangeDetectorRef",
698
- "package": "@angular/core"
717
+ "package": "@angular/core",
718
+ "name": "ChangeDetectorRef"
699
719
  }
700
720
  },
701
721
  {
@@ -706,6 +726,18 @@
706
726
  "flags": {
707
727
  "isOptional": true
708
728
  },
729
+ "decorators": [
730
+ {
731
+ "name": "Optional",
732
+ "type": {
733
+ "type": "reference",
734
+ "qualifiedName": "OptionalDecorator",
735
+ "package": "@angular/core",
736
+ "name": "Optional"
737
+ },
738
+ "arguments": {}
739
+ }
740
+ ],
709
741
  "type": {
710
742
  "type": "reference",
711
743
  "id": 115,
@@ -733,8 +765,7 @@
733
765
  {
734
766
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
735
767
  "line": 96,
736
- "character": 9,
737
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L96"
768
+ "character": 9
738
769
  }
739
770
  ],
740
771
  "type": {
@@ -743,48 +774,33 @@
743
774
  }
744
775
  },
745
776
  {
746
- "id": 25,
747
- "name": "elementRef",
777
+ "id": 19,
778
+ "name": "grabHandle",
748
779
  "kind": 1024,
749
780
  "kindString": "Property",
750
781
  "flags": {
751
782
  "isPublic": true
752
783
  },
753
- "sources": [
784
+ "decorators": [
754
785
  {
755
- "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
756
- "line": 118,
757
- "character": 11,
758
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L118"
786
+ "name": "ViewChild",
787
+ "type": {
788
+ "type": "reference",
789
+ "qualifiedName": "ViewChildDecorator",
790
+ "package": "@angular/core",
791
+ "name": "ViewChild"
792
+ },
793
+ "arguments": {
794
+ "selector": "'grabHandle'",
795
+ "opts": "{\n read: ElementRef,\n static: false,\n }"
796
+ }
759
797
  }
760
798
  ],
761
- "type": {
762
- "type": "reference",
763
- "typeArguments": [
764
- {
765
- "type": "intrinsic",
766
- "name": "any"
767
- }
768
- ],
769
- "name": "ElementRef",
770
- "qualifiedName": "ElementRef",
771
- "package": "@angular/core"
772
- }
773
- },
774
- {
775
- "id": 19,
776
- "name": "grabHandle",
777
- "kind": 1024,
778
- "kindString": "Property",
779
- "flags": {
780
- "isPublic": true
781
- },
782
799
  "sources": [
783
800
  {
784
801
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
785
802
  "line": 104,
786
- "character": 9,
787
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L104"
803
+ "character": 9
788
804
  }
789
805
  ],
790
806
  "type": {
@@ -795,9 +811,9 @@
795
811
  "name": "any"
796
812
  }
797
813
  ],
798
- "name": "ElementRef",
799
814
  "qualifiedName": "ElementRef",
800
- "package": "@angular/core"
815
+ "package": "@angular/core",
816
+ "name": "ElementRef"
801
817
  }
802
818
  },
803
819
  {
@@ -809,35 +825,25 @@
809
825
  "isPublic": true
810
826
  },
811
827
  "comment": {
812
- "summary": [
813
- {
814
- "kind": "text",
815
- "text": "Fires when users select the help button in the tile header. The help\nbutton only appears when the "
816
- },
817
- {
818
- "kind": "code",
819
- "text": "`showHelp`"
820
- },
821
- {
822
- "kind": "text",
823
- "text": " property is set to "
824
- },
825
- {
826
- "kind": "code",
827
- "text": "`true`"
828
- },
829
- {
830
- "kind": "text",
831
- "text": "."
832
- }
833
- ]
828
+ "shortText": "Fires when users select the help button in the tile header. The help\nbutton only appears when the `showHelp` property is set to `true`."
834
829
  },
830
+ "decorators": [
831
+ {
832
+ "name": "Output",
833
+ "type": {
834
+ "type": "reference",
835
+ "qualifiedName": "OutputDecorator",
836
+ "package": "@angular/core",
837
+ "name": "Output"
838
+ },
839
+ "arguments": {}
840
+ }
841
+ ],
835
842
  "sources": [
836
843
  {
837
844
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
838
845
  "line": 70,
839
- "character": 9,
840
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L70"
846
+ "character": 9
841
847
  }
842
848
  ],
843
849
  "type": {
@@ -848,9 +854,9 @@
848
854
  "name": "any"
849
855
  }
850
856
  ],
851
- "name": "EventEmitter",
852
857
  "qualifiedName": "EventEmitter",
853
- "package": "@angular/core"
858
+ "package": "@angular/core",
859
+ "name": "EventEmitter"
854
860
  },
855
861
  "defaultValue": "..."
856
862
  },
@@ -863,35 +869,25 @@
863
869
  "isPublic": true
864
870
  },
865
871
  "comment": {
866
- "summary": [
867
- {
868
- "kind": "text",
869
- "text": "Fires when the tile's collapsed state changes. Returns "
870
- },
871
- {
872
- "kind": "code",
873
- "text": "`true`"
874
- },
875
- {
876
- "kind": "text",
877
- "text": " when the tile\ncollapses and "
878
- },
879
- {
880
- "kind": "code",
881
- "text": "`false`"
882
- },
883
- {
884
- "kind": "text",
885
- "text": " when it expands."
886
- }
887
- ]
872
+ "shortText": "Fires when the tile's collapsed state changes. Returns `true` when the tile\ncollapses and `false` when it expands."
888
873
  },
874
+ "decorators": [
875
+ {
876
+ "name": "Output",
877
+ "type": {
878
+ "type": "reference",
879
+ "qualifiedName": "OutputDecorator",
880
+ "package": "@angular/core",
881
+ "name": "Output"
882
+ },
883
+ "arguments": {}
884
+ }
885
+ ],
889
886
  "sources": [
890
887
  {
891
888
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
892
889
  "line": 63,
893
- "character": 9,
894
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L63"
890
+ "character": 9
895
891
  }
896
892
  ],
897
893
  "type": {
@@ -902,9 +898,9 @@
902
898
  "name": "boolean"
903
899
  }
904
900
  ],
905
- "name": "EventEmitter",
906
901
  "qualifiedName": "EventEmitter",
907
- "package": "@angular/core"
902
+ "package": "@angular/core",
903
+ "name": "EventEmitter"
908
904
  },
909
905
  "defaultValue": "..."
910
906
  },
@@ -920,8 +916,7 @@
920
916
  {
921
917
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
922
918
  "line": 98,
923
- "character": 9,
924
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L98"
919
+ "character": 9
925
920
  }
926
921
  ],
927
922
  "type": {
@@ -939,35 +934,25 @@
939
934
  "isPublic": true
940
935
  },
941
936
  "comment": {
942
- "summary": [
943
- {
944
- "kind": "text",
945
- "text": "Fires when users select the settings button in the tile header. The settings\nbutton only appears when the "
946
- },
947
- {
948
- "kind": "code",
949
- "text": "`showSettings`"
950
- },
951
- {
952
- "kind": "text",
953
- "text": " property is set to "
954
- },
955
- {
956
- "kind": "code",
957
- "text": "`true`"
958
- },
959
- {
960
- "kind": "text",
961
- "text": "."
962
- }
963
- ]
937
+ "shortText": "Fires when users select the settings button in the tile header. The settings\nbutton only appears when the `showSettings` property is set to `true`."
964
938
  },
939
+ "decorators": [
940
+ {
941
+ "name": "Output",
942
+ "type": {
943
+ "type": "reference",
944
+ "qualifiedName": "OutputDecorator",
945
+ "package": "@angular/core",
946
+ "name": "Output"
947
+ },
948
+ "arguments": {}
949
+ }
950
+ ],
965
951
  "sources": [
966
952
  {
967
953
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
968
954
  "line": 56,
969
- "character": 9,
970
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L56"
955
+ "character": 9
971
956
  }
972
957
  ],
973
958
  "type": {
@@ -978,9 +963,9 @@
978
963
  "name": "any"
979
964
  }
980
965
  ],
981
- "name": "EventEmitter",
982
966
  "qualifiedName": "EventEmitter",
983
- "package": "@angular/core"
967
+ "package": "@angular/core",
968
+ "name": "EventEmitter"
984
969
  },
985
970
  "defaultValue": "..."
986
971
  },
@@ -993,38 +978,31 @@
993
978
  "isPublic": true
994
979
  },
995
980
  "comment": {
996
- "summary": [
981
+ "shortText": "Whether to display a help button in the tile header. To display the\nbutton, you must also listen for the `helpClick` event.",
982
+ "tags": [
997
983
  {
998
- "kind": "text",
999
- "text": "Whether to display a help button in the tile header. To display the\nbutton, you must also listen for the "
1000
- },
1001
- {
1002
- "kind": "code",
1003
- "text": "`helpClick`"
1004
- },
1005
- {
1006
- "kind": "text",
1007
- "text": " event."
1008
- }
1009
- ],
1010
- "blockTags": [
1011
- {
1012
- "tag": "@default",
1013
- "content": [
1014
- {
1015
- "kind": "text",
1016
- "text": "true"
1017
- }
1018
- ]
984
+ "tag": "default",
985
+ "text": "true\n"
1019
986
  }
1020
987
  ]
1021
988
  },
989
+ "decorators": [
990
+ {
991
+ "name": "Input",
992
+ "type": {
993
+ "type": "reference",
994
+ "qualifiedName": "InputDecorator",
995
+ "package": "@angular/core",
996
+ "name": "Input"
997
+ },
998
+ "arguments": {}
999
+ }
1000
+ ],
1022
1001
  "sources": [
1023
1002
  {
1024
1003
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1025
1004
  "line": 43,
1026
- "character": 9,
1027
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L43"
1005
+ "character": 9
1028
1006
  }
1029
1007
  ],
1030
1008
  "type": {
@@ -1042,38 +1020,31 @@
1042
1020
  "isPublic": true
1043
1021
  },
1044
1022
  "comment": {
1045
- "summary": [
1046
- {
1047
- "kind": "text",
1048
- "text": "Whether to display a settings button in the tile header. To display the\nbutton, you must also listen for the "
1049
- },
1050
- {
1051
- "kind": "code",
1052
- "text": "`settingsClick`"
1053
- },
1023
+ "shortText": "Whether to display a settings button in the tile header. To display the\nbutton, you must also listen for the `settingsClick` event.",
1024
+ "tags": [
1054
1025
  {
1055
- "kind": "text",
1056
- "text": " event."
1057
- }
1058
- ],
1059
- "blockTags": [
1060
- {
1061
- "tag": "@default",
1062
- "content": [
1063
- {
1064
- "kind": "text",
1065
- "text": "true"
1066
- }
1067
- ]
1026
+ "tag": "default",
1027
+ "text": "true\n"
1068
1028
  }
1069
1029
  ]
1070
1030
  },
1031
+ "decorators": [
1032
+ {
1033
+ "name": "Input",
1034
+ "type": {
1035
+ "type": "reference",
1036
+ "qualifiedName": "InputDecorator",
1037
+ "package": "@angular/core",
1038
+ "name": "Input"
1039
+ },
1040
+ "arguments": {}
1041
+ }
1042
+ ],
1071
1043
  "sources": [
1072
1044
  {
1073
1045
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1074
1046
  "line": 35,
1075
- "character": 9,
1076
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L35"
1047
+ "character": 9
1077
1048
  }
1078
1049
  ],
1079
1050
  "type": {
@@ -1091,19 +1062,25 @@
1091
1062
  "isPublic": true
1092
1063
  },
1093
1064
  "comment": {
1094
- "summary": [
1095
- {
1096
- "kind": "text",
1097
- "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)."
1098
- }
1099
- ]
1065
+ "shortText": "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)."
1100
1066
  },
1067
+ "decorators": [
1068
+ {
1069
+ "name": "Input",
1070
+ "type": {
1071
+ "type": "reference",
1072
+ "qualifiedName": "InputDecorator",
1073
+ "package": "@angular/core",
1074
+ "name": "Input"
1075
+ },
1076
+ "arguments": {}
1077
+ }
1078
+ ],
1101
1079
  "sources": [
1102
1080
  {
1103
1081
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1104
1082
  "line": 49,
1105
- "character": 9,
1106
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L49"
1083
+ "character": 9
1107
1084
  }
1108
1085
  ],
1109
1086
  "type": {
@@ -1119,12 +1096,26 @@
1119
1096
  "flags": {
1120
1097
  "isPublic": true
1121
1098
  },
1099
+ "decorators": [
1100
+ {
1101
+ "name": "ViewChild",
1102
+ "type": {
1103
+ "type": "reference",
1104
+ "qualifiedName": "ViewChildDecorator",
1105
+ "package": "@angular/core",
1106
+ "name": "ViewChild"
1107
+ },
1108
+ "arguments": {
1109
+ "selector": "'titleContainer'",
1110
+ "opts": "{\n read: ElementRef,\n static: false,\n }"
1111
+ }
1112
+ }
1113
+ ],
1122
1114
  "sources": [
1123
1115
  {
1124
1116
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1125
1117
  "line": 110,
1126
- "character": 9,
1127
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L110"
1118
+ "character": 9
1128
1119
  }
1129
1120
  ],
1130
1121
  "type": {
@@ -1135,9 +1126,9 @@
1135
1126
  "name": "any"
1136
1127
  }
1137
1128
  ],
1138
- "name": "ElementRef",
1139
1129
  "qualifiedName": "ElementRef",
1140
- "package": "@angular/core"
1130
+ "package": "@angular/core",
1131
+ "name": "ElementRef"
1141
1132
  }
1142
1133
  },
1143
1134
  {
@@ -1152,21 +1143,22 @@
1152
1143
  {
1153
1144
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1154
1145
  "line": 161,
1155
- "character": 13,
1156
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L161"
1146
+ "character": 13
1157
1147
  }
1158
1148
  ],
1159
- "getSignature": {
1160
- "id": 35,
1161
- "name": "hasHelp",
1162
- "kind": 524288,
1163
- "kindString": "Get signature",
1164
- "flags": {},
1165
- "type": {
1166
- "type": "intrinsic",
1167
- "name": "boolean"
1149
+ "getSignature": [
1150
+ {
1151
+ "id": 35,
1152
+ "name": "hasHelp",
1153
+ "kind": 524288,
1154
+ "kindString": "Get signature",
1155
+ "flags": {},
1156
+ "type": {
1157
+ "type": "intrinsic",
1158
+ "name": "boolean"
1159
+ }
1168
1160
  }
1169
- }
1161
+ ]
1170
1162
  },
1171
1163
  {
1172
1164
  "id": 32,
@@ -1180,21 +1172,22 @@
1180
1172
  {
1181
1173
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1182
1174
  "line": 157,
1183
- "character": 13,
1184
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L157"
1175
+ "character": 13
1185
1176
  }
1186
1177
  ],
1187
- "getSignature": {
1188
- "id": 33,
1189
- "name": "hasSettings",
1190
- "kind": 524288,
1191
- "kindString": "Get signature",
1192
- "flags": {},
1193
- "type": {
1194
- "type": "intrinsic",
1195
- "name": "boolean"
1178
+ "getSignature": [
1179
+ {
1180
+ "id": 33,
1181
+ "name": "hasSettings",
1182
+ "kind": 524288,
1183
+ "kindString": "Get signature",
1184
+ "flags": {},
1185
+ "type": {
1186
+ "type": "intrinsic",
1187
+ "name": "boolean"
1188
+ }
1196
1189
  }
1197
- }
1190
+ ]
1198
1191
  },
1199
1192
  {
1200
1193
  "id": 13,
@@ -1208,70 +1201,57 @@
1208
1201
  {
1209
1202
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1210
1203
  "line": 72,
1211
- "character": 13,
1212
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L72"
1213
- },
1204
+ "character": 13
1205
+ }
1206
+ ],
1207
+ "getSignature": [
1214
1208
  {
1215
- "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1216
- "line": 86,
1217
- "character": 13,
1218
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L86"
1219
- }
1220
- ],
1221
- "getSignature": {
1222
- "id": 14,
1223
- "name": "isCollapsed",
1224
- "kind": 524288,
1225
- "kindString": "Get signature",
1226
- "flags": {},
1227
- "type": {
1228
- "type": "intrinsic",
1229
- "name": "boolean"
1209
+ "id": 14,
1210
+ "name": "isCollapsed",
1211
+ "kind": 524288,
1212
+ "kindString": "Get signature",
1213
+ "flags": {},
1214
+ "type": {
1215
+ "type": "intrinsic",
1216
+ "name": "boolean"
1217
+ }
1230
1218
  }
1231
- },
1232
- "setSignature": {
1233
- "id": 15,
1234
- "name": "isCollapsed",
1235
- "kind": 1048576,
1236
- "kindString": "Set signature",
1237
- "flags": {},
1238
- "comment": {
1239
- "summary": [
1219
+ ],
1220
+ "setSignature": [
1221
+ {
1222
+ "id": 15,
1223
+ "name": "isCollapsed",
1224
+ "kind": 1048576,
1225
+ "kindString": "Set signature",
1226
+ "flags": {},
1227
+ "comment": {
1228
+ "shortText": "Whether the tile is in a collapsed state.",
1229
+ "tags": [
1230
+ {
1231
+ "tag": "default",
1232
+ "text": "false\n"
1233
+ }
1234
+ ]
1235
+ },
1236
+ "parameters": [
1240
1237
  {
1241
- "kind": "text",
1242
- "text": "Whether the tile is in a collapsed state."
1238
+ "id": 16,
1239
+ "name": "value",
1240
+ "kind": 32768,
1241
+ "kindString": "Parameter",
1242
+ "flags": {},
1243
+ "type": {
1244
+ "type": "intrinsic",
1245
+ "name": "boolean"
1246
+ }
1243
1247
  }
1244
1248
  ],
1245
- "blockTags": [
1246
- {
1247
- "tag": "@default",
1248
- "content": [
1249
- {
1250
- "kind": "text",
1251
- "text": "false"
1252
- }
1253
- ]
1254
- }
1255
- ]
1256
- },
1257
- "parameters": [
1258
- {
1259
- "id": 16,
1260
- "name": "value",
1261
- "kind": 32768,
1262
- "kindString": "Parameter",
1263
- "flags": {},
1264
- "type": {
1265
- "type": "intrinsic",
1266
- "name": "boolean"
1267
- }
1249
+ "type": {
1250
+ "type": "intrinsic",
1251
+ "name": "void"
1268
1252
  }
1269
- ],
1270
- "type": {
1271
- "type": "intrinsic",
1272
- "name": "void"
1273
1253
  }
1274
- }
1254
+ ]
1275
1255
  },
1276
1256
  {
1277
1257
  "id": 38,
@@ -1285,8 +1265,7 @@
1285
1265
  {
1286
1266
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1287
1267
  "line": 169,
1288
- "character": 9,
1289
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L169"
1268
+ "character": 9
1290
1269
  }
1291
1270
  ],
1292
1271
  "signatures": [
@@ -1328,8 +1307,7 @@
1328
1307
  {
1329
1308
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1330
1309
  "line": 153,
1331
- "character": 9,
1332
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L153"
1310
+ "character": 9
1333
1311
  }
1334
1312
  ],
1335
1313
  "signatures": [
@@ -1358,8 +1336,7 @@
1358
1336
  {
1359
1337
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1360
1338
  "line": 173,
1361
- "character": 9,
1362
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L173"
1339
+ "character": 9
1363
1340
  }
1364
1341
  ],
1365
1342
  "signatures": [
@@ -1378,9 +1355,9 @@
1378
1355
  "flags": {},
1379
1356
  "type": {
1380
1357
  "type": "reference",
1381
- "name": "KeyboardEvent",
1382
1358
  "qualifiedName": "KeyboardEvent",
1383
- "package": "typescript"
1359
+ "package": "typescript",
1360
+ "name": "KeyboardEvent"
1384
1361
  }
1385
1362
  }
1386
1363
  ],
@@ -1403,8 +1380,7 @@
1403
1380
  {
1404
1381
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1405
1382
  "line": 144,
1406
- "character": 9,
1407
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L144"
1383
+ "character": 9
1408
1384
  }
1409
1385
  ],
1410
1386
  "signatures": [
@@ -1441,8 +1417,7 @@
1441
1417
  {
1442
1418
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1443
1419
  "line": 149,
1444
- "character": 9,
1445
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L149"
1420
+ "character": 9
1446
1421
  }
1447
1422
  ],
1448
1423
  "signatures": [
@@ -1471,8 +1446,7 @@
1471
1446
  {
1472
1447
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1473
1448
  "line": 165,
1474
- "character": 9,
1475
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L165"
1449
+ "character": 9
1476
1450
  }
1477
1451
  ],
1478
1452
  "signatures": [
@@ -1493,12 +1467,14 @@
1493
1467
  "groups": [
1494
1468
  {
1495
1469
  "title": "Constructors",
1470
+ "kind": 512,
1496
1471
  "children": [
1497
1472
  2
1498
1473
  ]
1499
1474
  },
1500
1475
  {
1501
1476
  "title": "Properties",
1477
+ "kind": 1024,
1502
1478
  "children": [
1503
1479
  17,
1504
1480
  25,
@@ -1515,6 +1491,7 @@
1515
1491
  },
1516
1492
  {
1517
1493
  "title": "Accessors",
1494
+ "kind": 262144,
1518
1495
  "children": [
1519
1496
  34,
1520
1497
  32,
@@ -1523,6 +1500,7 @@
1523
1500
  },
1524
1501
  {
1525
1502
  "title": "Methods",
1503
+ "kind": 2048,
1526
1504
  "children": [
1527
1505
  38,
1528
1506
  30,
@@ -1537,16 +1515,15 @@
1537
1515
  {
1538
1516
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1539
1517
  "line": 28,
1540
- "character": 13,
1541
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L28"
1518
+ "character": 13
1542
1519
  }
1543
1520
  ],
1544
1521
  "implementedTypes": [
1545
1522
  {
1546
1523
  "type": "reference",
1547
- "name": "OnDestroy",
1548
1524
  "qualifiedName": "OnDestroy",
1549
- "package": "@angular/core"
1525
+ "package": "@angular/core",
1526
+ "name": "OnDestroy"
1550
1527
  }
1551
1528
  ]
1552
1529
  },
@@ -1557,17 +1534,27 @@
1557
1534
  "kindString": "Class",
1558
1535
  "flags": {},
1559
1536
  "comment": {
1560
- "summary": [
1561
- {
1562
- "kind": "text",
1563
- "text": "Specifies content to display in the tile's summary."
1564
- }
1565
- ]
1537
+ "shortText": "Specifies content to display in the tile's summary."
1566
1538
  },
1539
+ "decorators": [
1540
+ {
1541
+ "name": "Component",
1542
+ "type": {
1543
+ "type": "reference",
1544
+ "qualifiedName": "ComponentDecorator",
1545
+ "package": "@angular/core",
1546
+ "name": "Component"
1547
+ },
1548
+ "arguments": {
1549
+ "obj": "{\n selector: 'sky-tile-summary',\n templateUrl: 'tile-summary.component.html',\n}"
1550
+ }
1551
+ }
1552
+ ],
1567
1553
  "children": [],
1568
1554
  "groups": [
1569
1555
  {
1570
1556
  "title": "Constructors",
1557
+ "kind": 512,
1571
1558
  "children": [
1572
1559
  47
1573
1560
  ]
@@ -1577,8 +1564,7 @@
1577
1564
  {
1578
1565
  "fileName": "projects/tiles/src/modules/tiles/tile/tile-summary.component.ts",
1579
1566
  "line": 12,
1580
- "character": 13,
1581
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile-summary.component.ts#L12"
1567
+ "character": 13
1582
1568
  }
1583
1569
  ]
1584
1570
  },
@@ -1589,17 +1575,27 @@
1589
1575
  "kindString": "Class",
1590
1576
  "flags": {},
1591
1577
  "comment": {
1592
- "summary": [
1593
- {
1594
- "kind": "text",
1595
- "text": "Specifies content to display in the tile's title."
1596
- }
1597
- ]
1578
+ "shortText": "Specifies content to display in the tile's title."
1598
1579
  },
1580
+ "decorators": [
1581
+ {
1582
+ "name": "Component",
1583
+ "type": {
1584
+ "type": "reference",
1585
+ "qualifiedName": "ComponentDecorator",
1586
+ "package": "@angular/core",
1587
+ "name": "Component"
1588
+ },
1589
+ "arguments": {
1590
+ "obj": "{\n selector: 'sky-tile-title',\n templateUrl: './tile-title.component.html',\n styleUrls: ['./tile-title.component.scss'],\n}"
1591
+ }
1592
+ }
1593
+ ],
1599
1594
  "children": [],
1600
1595
  "groups": [
1601
1596
  {
1602
1597
  "title": "Constructors",
1598
+ "kind": 512,
1603
1599
  "children": [
1604
1600
  50
1605
1601
  ]
@@ -1609,8 +1605,7 @@
1609
1605
  {
1610
1606
  "fileName": "projects/tiles/src/modules/tiles/tile/tile-title.component.ts",
1611
1607
  "line": 11,
1612
- "character": 13,
1613
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile/tile-title.component.ts#L11"
1608
+ "character": 13
1614
1609
  }
1615
1610
  ]
1616
1611
  },
@@ -1621,17 +1616,27 @@
1621
1616
  "kindString": "Class",
1622
1617
  "flags": {},
1623
1618
  "comment": {
1624
- "summary": [
1625
- {
1626
- "kind": "text",
1627
- "text": "Specifies content to display inside a padded section of a SkyTileContentComponent."
1628
- }
1629
- ]
1619
+ "shortText": "Specifies content to display inside a padded section of a SkyTileContentComponent."
1630
1620
  },
1621
+ "decorators": [
1622
+ {
1623
+ "name": "Component",
1624
+ "type": {
1625
+ "type": "reference",
1626
+ "qualifiedName": "ComponentDecorator",
1627
+ "package": "@angular/core",
1628
+ "name": "Component"
1629
+ },
1630
+ "arguments": {
1631
+ "obj": "{\n selector: 'sky-tile-content-section',\n styleUrls: ['./tile-content-section.component.scss'],\n templateUrl: './tile-content-section.component.html',\n}"
1632
+ }
1633
+ }
1634
+ ],
1631
1635
  "children": [],
1632
1636
  "groups": [
1633
1637
  {
1634
1638
  "title": "Constructors",
1639
+ "kind": 512,
1635
1640
  "children": [
1636
1641
  53
1637
1642
  ]
@@ -1641,8 +1646,7 @@
1641
1646
  {
1642
1647
  "fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content-section.component.ts",
1643
1648
  "line": 11,
1644
- "character": 13,
1645
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content-section.component.ts#L11"
1649
+ "character": 13
1646
1650
  }
1647
1651
  ]
1648
1652
  },
@@ -1653,17 +1657,27 @@
1653
1657
  "kindString": "Class",
1654
1658
  "flags": {},
1655
1659
  "comment": {
1656
- "summary": [
1657
- {
1658
- "kind": "text",
1659
- "text": "Specifies content to display in the tile's body."
1660
- }
1661
- ]
1660
+ "shortText": "Specifies content to display in the tile's body."
1662
1661
  },
1662
+ "decorators": [
1663
+ {
1664
+ "name": "Component",
1665
+ "type": {
1666
+ "type": "reference",
1667
+ "qualifiedName": "ComponentDecorator",
1668
+ "package": "@angular/core",
1669
+ "name": "Component"
1670
+ },
1671
+ "arguments": {
1672
+ "obj": "{\n selector: 'sky-tile-content',\n styleUrls: ['./tile-content.component.scss'],\n templateUrl: 'tile-content.component.html',\n}"
1673
+ }
1674
+ }
1675
+ ],
1663
1676
  "children": [],
1664
1677
  "groups": [
1665
1678
  {
1666
1679
  "title": "Constructors",
1680
+ "kind": 512,
1667
1681
  "children": [
1668
1682
  56
1669
1683
  ]
@@ -1673,8 +1687,7 @@
1673
1687
  {
1674
1688
  "fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.component.ts",
1675
1689
  "line": 11,
1676
- "character": 13,
1677
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.component.ts#L11"
1690
+ "character": 13
1678
1691
  }
1679
1692
  ]
1680
1693
  },
@@ -1685,13 +1698,22 @@
1685
1698
  "kindString": "Class",
1686
1699
  "flags": {},
1687
1700
  "comment": {
1688
- "summary": [
1689
- {
1690
- "kind": "text",
1691
- "text": "Specifies a container to group multiple tiles."
1692
- }
1693
- ]
1701
+ "shortText": "Specifies a container to group multiple tiles."
1694
1702
  },
1703
+ "decorators": [
1704
+ {
1705
+ "name": "Component",
1706
+ "type": {
1707
+ "type": "reference",
1708
+ "qualifiedName": "ComponentDecorator",
1709
+ "package": "@angular/core",
1710
+ "name": "Component"
1711
+ },
1712
+ "arguments": {
1713
+ "obj": "{\n selector: 'sky-tile-dashboard',\n styleUrls: ['./tile-dashboard.component.scss'],\n templateUrl: './tile-dashboard.component.html',\n providers: [SkyTileDashboardService],\n}"
1714
+ }
1715
+ }
1716
+ ],
1695
1717
  "children": [
1696
1718
  {
1697
1719
  "id": 69,
@@ -1703,8 +1725,7 @@
1703
1725
  {
1704
1726
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1705
1727
  "line": 99,
1706
- "character": 2,
1707
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L99"
1728
+ "character": 2
1708
1729
  }
1709
1730
  ],
1710
1731
  "signatures": [
@@ -1746,6 +1767,18 @@
1746
1767
  "flags": {
1747
1768
  "isOptional": true
1748
1769
  },
1770
+ "decorators": [
1771
+ {
1772
+ "name": "Optional",
1773
+ "type": {
1774
+ "type": "reference",
1775
+ "qualifiedName": "OptionalDecorator",
1776
+ "package": "@angular/core",
1777
+ "name": "Optional"
1778
+ },
1779
+ "arguments": {}
1780
+ }
1781
+ ],
1749
1782
  "type": {
1750
1783
  "type": "reference",
1751
1784
  "name": "SkyLibResourcesService"
@@ -1768,12 +1801,25 @@
1768
1801
  "flags": {
1769
1802
  "isPublic": true
1770
1803
  },
1804
+ "decorators": [
1805
+ {
1806
+ "name": "ViewChildren",
1807
+ "type": {
1808
+ "type": "reference",
1809
+ "qualifiedName": "ViewChildrenDecorator",
1810
+ "package": "@angular/core",
1811
+ "name": "ViewChildren"
1812
+ },
1813
+ "arguments": {
1814
+ "selector": "SkyTileDashboardColumnComponent"
1815
+ }
1816
+ }
1817
+ ],
1771
1818
  "sources": [
1772
1819
  {
1773
1820
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1774
1821
  "line": 79,
1775
- "character": 9,
1776
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L79"
1822
+ "character": 9
1777
1823
  }
1778
1824
  ],
1779
1825
  "type": {
@@ -1784,9 +1830,9 @@
1784
1830
  "name": "SkyTileDashboardColumnComponent"
1785
1831
  }
1786
1832
  ],
1787
- "name": "QueryList",
1788
1833
  "qualifiedName": "QueryList",
1789
- "package": "@angular/core"
1834
+ "package": "@angular/core",
1835
+ "name": "QueryList"
1790
1836
  }
1791
1837
  },
1792
1838
  {
@@ -1798,19 +1844,25 @@
1798
1844
  "isPublic": true
1799
1845
  },
1800
1846
  "comment": {
1801
- "summary": [
1802
- {
1803
- "kind": "text",
1804
- "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."
1805
- }
1806
- ]
1847
+ "shortText": "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."
1807
1848
  },
1849
+ "decorators": [
1850
+ {
1851
+ "name": "Output",
1852
+ "type": {
1853
+ "type": "reference",
1854
+ "qualifiedName": "OutputDecorator",
1855
+ "package": "@angular/core",
1856
+ "name": "Output"
1857
+ },
1858
+ "arguments": {}
1859
+ }
1860
+ ],
1808
1861
  "sources": [
1809
1862
  {
1810
1863
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1811
1864
  "line": 76,
1812
- "character": 9,
1813
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L76"
1865
+ "character": 9
1814
1866
  }
1815
1867
  ],
1816
1868
  "type": {
@@ -1822,9 +1874,9 @@
1822
1874
  "name": "SkyTileDashboardConfig"
1823
1875
  }
1824
1876
  ],
1825
- "name": "EventEmitter",
1826
1877
  "qualifiedName": "EventEmitter",
1827
- "package": "@angular/core"
1878
+ "package": "@angular/core",
1879
+ "name": "EventEmitter"
1828
1880
  },
1829
1881
  "defaultValue": "..."
1830
1882
  },
@@ -1837,27 +1889,25 @@
1837
1889
  "isPublic": true
1838
1890
  },
1839
1891
  "comment": {
1840
- "summary": [
1841
- {
1842
- "kind": "text",
1843
- "text": "The observable to send commands to the tile dashboard. The commands must respect the\n"
1844
- },
1845
- {
1846
- "kind": "code",
1847
- "text": "`SkyTileDashboardMessage`"
1848
- },
1849
- {
1850
- "kind": "text",
1851
- "text": " type."
1852
- }
1853
- ]
1892
+ "shortText": "The observable to send commands to the tile dashboard. The commands must respect the\n`SkyTileDashboardMessage` type."
1854
1893
  },
1894
+ "decorators": [
1895
+ {
1896
+ "name": "Input",
1897
+ "type": {
1898
+ "type": "reference",
1899
+ "qualifiedName": "InputDecorator",
1900
+ "package": "@angular/core",
1901
+ "name": "Input"
1902
+ },
1903
+ "arguments": {}
1904
+ }
1905
+ ],
1855
1906
  "sources": [
1856
1907
  {
1857
1908
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1858
1909
  "line": 58,
1859
- "character": 9,
1860
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L58"
1910
+ "character": 9
1861
1911
  }
1862
1912
  ],
1863
1913
  "type": {
@@ -1869,9 +1919,9 @@
1869
1919
  "name": "SkyTileDashboardMessage"
1870
1920
  }
1871
1921
  ],
1872
- "name": "Subject",
1873
1922
  "qualifiedName": "Subject",
1874
- "package": "rxjs"
1923
+ "package": "rxjs",
1924
+ "name": "Subject"
1875
1925
  },
1876
1926
  "defaultValue": "..."
1877
1927
  },
@@ -1887,8 +1937,7 @@
1887
1937
  {
1888
1938
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1889
1939
  "line": 89,
1890
- "character": 9,
1891
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L89"
1940
+ "character": 9
1892
1941
  }
1893
1942
  ],
1894
1943
  "type": {
@@ -1905,35 +1954,25 @@
1905
1954
  "isPublic": true
1906
1955
  },
1907
1956
  "comment": {
1908
- "summary": [
1909
- {
1910
- "kind": "text",
1911
- "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 "
1912
- },
1913
- {
1914
- "kind": "code",
1915
- "text": "`id`"
1916
- },
1917
- {
1918
- "kind": "text",
1919
- "text": " values from the "
1920
- },
1921
- {
1922
- "kind": "code",
1923
- "text": "`config`"
1924
- },
1925
- {
1926
- "kind": "text",
1927
- "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)."
1928
- }
1929
- ]
1957
+ "shortText": "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 `id` values from the `config` 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)."
1930
1958
  },
1959
+ "decorators": [
1960
+ {
1961
+ "name": "Input",
1962
+ "type": {
1963
+ "type": "reference",
1964
+ "qualifiedName": "InputDecorator",
1965
+ "package": "@angular/core",
1966
+ "name": "Input"
1967
+ },
1968
+ "arguments": {}
1969
+ }
1970
+ ],
1931
1971
  "sources": [
1932
1972
  {
1933
1973
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1934
1974
  "line": 68,
1935
- "character": 9,
1936
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L68"
1975
+ "character": 9
1937
1976
  }
1938
1977
  ],
1939
1978
  "type": {
@@ -1949,12 +1988,26 @@
1949
1988
  "flags": {
1950
1989
  "isPublic": true
1951
1990
  },
1991
+ "decorators": [
1992
+ {
1993
+ "name": "ViewChild",
1994
+ "type": {
1995
+ "type": "reference",
1996
+ "qualifiedName": "ViewChildDecorator",
1997
+ "package": "@angular/core",
1998
+ "name": "ViewChild"
1999
+ },
2000
+ "arguments": {
2001
+ "selector": "'singleColumn'",
2002
+ "opts": "{\n read: SkyTileDashboardColumnComponent,\n static: false,\n }"
2003
+ }
2004
+ }
2005
+ ],
1952
2006
  "sources": [
1953
2007
  {
1954
2008
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1955
2009
  "line": 85,
1956
- "character": 9,
1957
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L85"
2010
+ "character": 9
1958
2011
  }
1959
2012
  ],
1960
2013
  "type": {
@@ -1974,8 +2027,7 @@
1974
2027
  {
1975
2028
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1976
2029
  "line": 87,
1977
- "character": 9,
1978
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L87"
2030
+ "character": 9
1979
2031
  }
1980
2032
  ],
1981
2033
  "type": {
@@ -1992,79 +2044,84 @@
1992
2044
  "flags": {
1993
2045
  "isPublic": true
1994
2046
  },
2047
+ "decorators": [
2048
+ {
2049
+ "name": "Input",
2050
+ "type": {
2051
+ "type": "reference",
2052
+ "qualifiedName": "InputDecorator",
2053
+ "package": "@angular/core",
2054
+ "name": "Input"
2055
+ },
2056
+ "arguments": {}
2057
+ }
2058
+ ],
1995
2059
  "sources": [
1996
2060
  {
1997
2061
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1998
2062
  "line": 41,
1999
- "character": 13,
2000
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L41"
2001
- },
2063
+ "character": 13
2064
+ }
2065
+ ],
2066
+ "getSignature": [
2002
2067
  {
2003
- "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2004
- "line": 49,
2005
- "character": 13,
2006
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L49"
2068
+ "id": 75,
2069
+ "name": "config",
2070
+ "kind": 524288,
2071
+ "kindString": "Get signature",
2072
+ "flags": {},
2073
+ "comment": {
2074
+ "shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object.",
2075
+ "tags": [
2076
+ {
2077
+ "tag": "required",
2078
+ "text": "\n"
2079
+ }
2080
+ ]
2081
+ },
2082
+ "type": {
2083
+ "type": "reference",
2084
+ "id": 228,
2085
+ "name": "SkyTileDashboardConfig"
2086
+ }
2007
2087
  }
2008
2088
  ],
2009
- "getSignature": {
2010
- "id": 75,
2011
- "name": "config",
2012
- "kind": 524288,
2013
- "kindString": "Get signature",
2014
- "flags": {},
2015
- "type": {
2016
- "type": "reference",
2017
- "id": 228,
2018
- "name": "SkyTileDashboardConfig"
2019
- }
2020
- },
2021
- "setSignature": {
2022
- "id": 76,
2023
- "name": "config",
2024
- "kind": 1048576,
2025
- "kindString": "Set signature",
2026
- "flags": {},
2027
- "comment": {
2028
- "summary": [
2029
- {
2030
- "kind": "text",
2031
- "text": "Populates the tile dashboard based on the "
2032
- },
2033
- {
2034
- "kind": "code",
2035
- "text": "`SkyTileDashboardConfig`"
2036
- },
2089
+ "setSignature": [
2090
+ {
2091
+ "id": 76,
2092
+ "name": "config",
2093
+ "kind": 1048576,
2094
+ "kindString": "Set signature",
2095
+ "flags": {},
2096
+ "comment": {
2097
+ "shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object.",
2098
+ "tags": [
2099
+ {
2100
+ "tag": "required",
2101
+ "text": "\n"
2102
+ }
2103
+ ]
2104
+ },
2105
+ "parameters": [
2037
2106
  {
2038
- "kind": "text",
2039
- "text": " object."
2107
+ "id": 77,
2108
+ "name": "value",
2109
+ "kind": 32768,
2110
+ "kindString": "Parameter",
2111
+ "flags": {},
2112
+ "type": {
2113
+ "type": "reference",
2114
+ "id": 228,
2115
+ "name": "SkyTileDashboardConfig"
2116
+ }
2040
2117
  }
2041
2118
  ],
2042
- "blockTags": [
2043
- {
2044
- "tag": "@required",
2045
- "content": []
2046
- }
2047
- ]
2048
- },
2049
- "parameters": [
2050
- {
2051
- "id": 77,
2052
- "name": "value",
2053
- "kind": 32768,
2054
- "kindString": "Parameter",
2055
- "flags": {},
2056
- "type": {
2057
- "type": "reference",
2058
- "id": 228,
2059
- "name": "SkyTileDashboardConfig"
2060
- }
2119
+ "type": {
2120
+ "type": "intrinsic",
2121
+ "name": "void"
2061
2122
  }
2062
- ],
2063
- "type": {
2064
- "type": "intrinsic",
2065
- "name": "void"
2066
2123
  }
2067
- }
2124
+ ]
2068
2125
  },
2069
2126
  {
2070
2127
  "id": 92,
@@ -2078,8 +2135,7 @@
2078
2135
  {
2079
2136
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2080
2137
  "line": 149,
2081
- "character": 9,
2082
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L149"
2138
+ "character": 9
2083
2139
  }
2084
2140
  ],
2085
2141
  "signatures": [
@@ -2116,8 +2172,7 @@
2116
2172
  {
2117
2173
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2118
2174
  "line": 160,
2119
- "character": 9,
2120
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L160"
2175
+ "character": 9
2121
2176
  }
2122
2177
  ],
2123
2178
  "signatures": [
@@ -2146,12 +2201,14 @@
2146
2201
  "groups": [
2147
2202
  {
2148
2203
  "title": "Constructors",
2204
+ "kind": 512,
2149
2205
  "children": [
2150
2206
  69
2151
2207
  ]
2152
2208
  },
2153
2209
  {
2154
2210
  "title": "Properties",
2211
+ "kind": 1024,
2155
2212
  "children": [
2156
2213
  81,
2157
2214
  80,
@@ -2164,12 +2221,14 @@
2164
2221
  },
2165
2222
  {
2166
2223
  "title": "Accessors",
2224
+ "kind": 262144,
2167
2225
  "children": [
2168
2226
  74
2169
2227
  ]
2170
2228
  },
2171
2229
  {
2172
2230
  "title": "Methods",
2231
+ "kind": 2048,
2173
2232
  "children": [
2174
2233
  92,
2175
2234
  94
@@ -2180,22 +2239,21 @@
2180
2239
  {
2181
2240
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2182
2241
  "line": 35,
2183
- "character": 13,
2184
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L35"
2242
+ "character": 13
2185
2243
  }
2186
2244
  ],
2187
2245
  "implementedTypes": [
2188
2246
  {
2189
2247
  "type": "reference",
2190
- "name": "AfterViewInit",
2191
2248
  "qualifiedName": "AfterViewInit",
2192
- "package": "@angular/core"
2249
+ "package": "@angular/core",
2250
+ "name": "AfterViewInit"
2193
2251
  },
2194
2252
  {
2195
2253
  "type": "reference",
2196
- "name": "OnDestroy",
2197
2254
  "qualifiedName": "OnDestroy",
2198
- "package": "@angular/core"
2255
+ "package": "@angular/core",
2256
+ "name": "OnDestroy"
2199
2257
  }
2200
2258
  ]
2201
2259
  },
@@ -2213,27 +2271,13 @@
2213
2271
  "kindString": "Property",
2214
2272
  "flags": {},
2215
2273
  "comment": {
2216
- "summary": [
2217
- {
2218
- "kind": "text",
2219
- "text": "A "
2220
- },
2221
- {
2222
- "kind": "code",
2223
- "text": "`SkyTileDashboardConfigLayout`"
2224
- },
2225
- {
2226
- "kind": "text",
2227
- "text": " object that describes the tile dashboard's layout."
2228
- }
2229
- ]
2274
+ "shortText": "A `SkyTileDashboardConfigLayout` object that describes the tile dashboard's layout."
2230
2275
  },
2231
2276
  "sources": [
2232
2277
  {
2233
2278
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2234
2279
  "line": 15,
2235
- "character": 2,
2236
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L15"
2280
+ "character": 2
2237
2281
  }
2238
2282
  ],
2239
2283
  "type": {
@@ -2251,27 +2295,13 @@
2251
2295
  "isOptional": true
2252
2296
  },
2253
2297
  "comment": {
2254
- "summary": [
2255
- {
2256
- "kind": "text",
2257
- "text": "A "
2258
- },
2259
- {
2260
- "kind": "code",
2261
- "text": "`SkyTileDashboardConfigReorderData`"
2262
- },
2263
- {
2264
- "kind": "text",
2265
- "text": " object that describes\nhow to move a tile within the dashboard."
2266
- }
2267
- ]
2298
+ "shortText": "A `SkyTileDashboardConfigReorderData` object that describes\nhow to move a tile within the dashboard."
2268
2299
  },
2269
2300
  "sources": [
2270
2301
  {
2271
2302
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2272
2303
  "line": 20,
2273
- "character": 2,
2274
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L20"
2304
+ "character": 2
2275
2305
  }
2276
2306
  ],
2277
2307
  "type": {
@@ -2287,16 +2317,11 @@
2287
2317
  "kindString": "Property",
2288
2318
  "flags": {},
2289
2319
  "comment": {
2290
- "summary": [
2291
- {
2292
- "kind": "text",
2293
- "text": "An array of SkyTileDashboardConfigTile objects that specifies the tiles\nto include in the dashboard."
2294
- }
2295
- ],
2296
- "blockTags": [
2320
+ "shortText": "An array of SkyTileDashboardConfigTile objects that specifies the tiles\nto include in the dashboard.",
2321
+ "tags": [
2297
2322
  {
2298
- "tag": "@required",
2299
- "content": []
2323
+ "tag": "required",
2324
+ "text": "\n"
2300
2325
  }
2301
2326
  ]
2302
2327
  },
@@ -2304,8 +2329,7 @@
2304
2329
  {
2305
2330
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2306
2331
  "line": 11,
2307
- "character": 2,
2308
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L11"
2332
+ "character": 2
2309
2333
  }
2310
2334
  ],
2311
2335
  "type": {
@@ -2321,6 +2345,7 @@
2321
2345
  "groups": [
2322
2346
  {
2323
2347
  "title": "Properties",
2348
+ "kind": 1024,
2324
2349
  "children": [
2325
2350
  230,
2326
2351
  231,
@@ -2332,8 +2357,7 @@
2332
2357
  {
2333
2358
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2334
2359
  "line": 5,
2335
- "character": 17,
2336
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L5"
2360
+ "character": 17
2337
2361
  }
2338
2362
  ]
2339
2363
  },
@@ -2351,27 +2375,13 @@
2351
2375
  "kindString": "Property",
2352
2376
  "flags": {},
2353
2377
  "comment": {
2354
- "summary": [
2355
- {
2356
- "kind": "text",
2357
- "text": "An array of "
2358
- },
2359
- {
2360
- "kind": "code",
2361
- "text": "`SkyTileDashboardConfigLayoutColumn`"
2362
- },
2363
- {
2364
- "kind": "text",
2365
- "text": " objects that describes\nhow to display tiles in multiple columns on larger screens."
2366
- }
2367
- ]
2378
+ "shortText": "An array of `SkyTileDashboardConfigLayoutColumn` objects that describes\nhow to display tiles in multiple columns on larger screens."
2368
2379
  },
2369
2380
  "sources": [
2370
2381
  {
2371
2382
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
2372
2383
  "line": 13,
2373
- "character": 2,
2374
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L13"
2384
+ "character": 2
2375
2385
  }
2376
2386
  ],
2377
2387
  "type": {
@@ -2390,27 +2400,13 @@
2390
2400
  "kindString": "Property",
2391
2401
  "flags": {},
2392
2402
  "comment": {
2393
- "summary": [
2394
- {
2395
- "kind": "text",
2396
- "text": "A "
2397
- },
2398
- {
2399
- "kind": "code",
2400
- "text": "`SkyTileDashboardConfigLayoutColumn`"
2401
- },
2402
- {
2403
- "kind": "text",
2404
- "text": " object that describes how to\ndisplay tiles in a single column on small screens."
2405
- }
2406
- ]
2403
+ "shortText": "A `SkyTileDashboardConfigLayoutColumn` object that describes how to\ndisplay tiles in a single column on small screens."
2407
2404
  },
2408
2405
  "sources": [
2409
2406
  {
2410
2407
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
2411
2408
  "line": 8,
2412
- "character": 2,
2413
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L8"
2409
+ "character": 2
2414
2410
  }
2415
2411
  ],
2416
2412
  "type": {
@@ -2423,6 +2419,7 @@
2423
2419
  "groups": [
2424
2420
  {
2425
2421
  "title": "Properties",
2422
+ "kind": 1024,
2426
2423
  "children": [
2427
2424
  234,
2428
2425
  233
@@ -2433,8 +2430,7 @@
2433
2430
  {
2434
2431
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
2435
2432
  "line": 3,
2436
- "character": 17,
2437
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L3"
2433
+ "character": 17
2438
2434
  }
2439
2435
  ]
2440
2436
  },
@@ -2452,27 +2448,13 @@
2452
2448
  "kindString": "Property",
2453
2449
  "flags": {},
2454
2450
  "comment": {
2455
- "summary": [
2456
- {
2457
- "kind": "text",
2458
- "text": "An array of "
2459
- },
2460
- {
2461
- "kind": "code",
2462
- "text": "`SkyTileDashboardConfigTile`"
2463
- },
2464
- {
2465
- "kind": "text",
2466
- "text": " objects that specifies the\ntiles to include in the dashboard."
2467
- }
2468
- ]
2451
+ "shortText": "An array of `SkyTileDashboardConfigTile` objects that specifies the\ntiles to include in the dashboard."
2469
2452
  },
2470
2453
  "sources": [
2471
2454
  {
2472
2455
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts",
2473
2456
  "line": 8,
2474
- "character": 2,
2475
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L8"
2457
+ "character": 2
2476
2458
  }
2477
2459
  ],
2478
2460
  "type": {
@@ -2488,6 +2470,7 @@
2488
2470
  "groups": [
2489
2471
  {
2490
2472
  "title": "Properties",
2473
+ "kind": 1024,
2491
2474
  "children": [
2492
2475
  236
2493
2476
  ]
@@ -2497,8 +2480,7 @@
2497
2480
  {
2498
2481
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts",
2499
2482
  "line": 3,
2500
- "character": 17,
2501
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L3"
2483
+ "character": 17
2502
2484
  }
2503
2485
  ]
2504
2486
  },
@@ -2516,19 +2498,13 @@
2516
2498
  "kindString": "Property",
2517
2499
  "flags": {},
2518
2500
  "comment": {
2519
- "summary": [
2520
- {
2521
- "kind": "text",
2522
- "text": "The ID of a tile to display in the dashboard."
2523
- }
2524
- ]
2501
+ "shortText": "The ID of a tile to display in the dashboard."
2525
2502
  },
2526
2503
  "sources": [
2527
2504
  {
2528
2505
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
2529
2506
  "line": 5,
2530
- "character": 2,
2531
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L5"
2507
+ "character": 2
2532
2508
  }
2533
2509
  ],
2534
2510
  "type": {
@@ -2543,19 +2519,13 @@
2543
2519
  "kindString": "Property",
2544
2520
  "flags": {},
2545
2521
  "comment": {
2546
- "summary": [
2547
- {
2548
- "kind": "text",
2549
- "text": "Whether the tile is in a collapsed state."
2550
- }
2551
- ]
2522
+ "shortText": "Whether the tile is in a collapsed state."
2552
2523
  },
2553
2524
  "sources": [
2554
2525
  {
2555
2526
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
2556
2527
  "line": 9,
2557
- "character": 2,
2558
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L9"
2528
+ "character": 2
2559
2529
  }
2560
2530
  ],
2561
2531
  "type": {
@@ -2567,6 +2537,7 @@
2567
2537
  "groups": [
2568
2538
  {
2569
2539
  "title": "Properties",
2540
+ "kind": 1024,
2570
2541
  "children": [
2571
2542
  238,
2572
2543
  239
@@ -2577,8 +2548,7 @@
2577
2548
  {
2578
2549
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
2579
2550
  "line": 1,
2580
- "character": 17,
2581
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L1"
2551
+ "character": 17
2582
2552
  }
2583
2553
  ]
2584
2554
  },
@@ -2596,19 +2566,13 @@
2596
2566
  "kindString": "Property",
2597
2567
  "flags": {},
2598
2568
  "comment": {
2599
- "summary": [
2600
- {
2601
- "kind": "text",
2602
- "text": "The column for the tile."
2603
- }
2604
- ]
2569
+ "shortText": "The column for the tile."
2605
2570
  },
2606
2571
  "sources": [
2607
2572
  {
2608
2573
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
2609
2574
  "line": 9,
2610
- "character": 2,
2611
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L9"
2575
+ "character": 2
2612
2576
  }
2613
2577
  ],
2614
2578
  "type": {
@@ -2623,19 +2587,13 @@
2623
2587
  "kindString": "Property",
2624
2588
  "flags": {},
2625
2589
  "comment": {
2626
- "summary": [
2627
- {
2628
- "kind": "text",
2629
- "text": "The position of the tile within the column."
2630
- }
2631
- ]
2590
+ "shortText": "The position of the tile within the column."
2632
2591
  },
2633
2592
  "sources": [
2634
2593
  {
2635
2594
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
2636
2595
  "line": 13,
2637
- "character": 2,
2638
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L13"
2596
+ "character": 2
2639
2597
  }
2640
2598
  ],
2641
2599
  "type": {
@@ -2650,19 +2608,13 @@
2650
2608
  "kindString": "Property",
2651
2609
  "flags": {},
2652
2610
  "comment": {
2653
- "summary": [
2654
- {
2655
- "kind": "text",
2656
- "text": "The description of the tile."
2657
- }
2658
- ]
2611
+ "shortText": "The description of the tile."
2659
2612
  },
2660
2613
  "sources": [
2661
2614
  {
2662
2615
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
2663
2616
  "line": 5,
2664
- "character": 2,
2665
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L5"
2617
+ "character": 2
2666
2618
  }
2667
2619
  ],
2668
2620
  "type": {
@@ -2674,6 +2626,7 @@
2674
2626
  "groups": [
2675
2627
  {
2676
2628
  "title": "Properties",
2629
+ "kind": 1024,
2677
2630
  "children": [
2678
2631
  242,
2679
2632
  243,
@@ -2685,8 +2638,7 @@
2685
2638
  {
2686
2639
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
2687
2640
  "line": 1,
2688
- "character": 17,
2689
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L1"
2641
+ "character": 17
2690
2642
  }
2691
2643
  ]
2692
2644
  },
@@ -2704,19 +2656,13 @@
2704
2656
  "kindString": "Property",
2705
2657
  "flags": {},
2706
2658
  "comment": {
2707
- "summary": [
2708
- {
2709
- "kind": "text",
2710
- "text": "The class type of the tile component."
2711
- }
2712
- ]
2659
+ "shortText": "The class type of the tile component."
2713
2660
  },
2714
2661
  "sources": [
2715
2662
  {
2716
2663
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
2717
2664
  "line": 9,
2718
- "character": 2,
2719
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L9"
2665
+ "character": 2
2720
2666
  }
2721
2667
  ],
2722
2668
  "type": {
@@ -2731,19 +2677,13 @@
2731
2677
  "kindString": "Property",
2732
2678
  "flags": {},
2733
2679
  "comment": {
2734
- "summary": [
2735
- {
2736
- "kind": "text",
2737
- "text": "The ID of the tile."
2738
- }
2739
- ]
2680
+ "shortText": "The ID of the tile."
2740
2681
  },
2741
2682
  "sources": [
2742
2683
  {
2743
2684
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
2744
2685
  "line": 5,
2745
- "character": 2,
2746
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L5"
2686
+ "character": 2
2747
2687
  }
2748
2688
  ],
2749
2689
  "type": {
@@ -2760,19 +2700,13 @@
2760
2700
  "isOptional": true
2761
2701
  },
2762
2702
  "comment": {
2763
- "summary": [
2764
- {
2765
- "kind": "text",
2766
- "text": "The array of data providers that can be passed to the tile."
2767
- }
2768
- ]
2703
+ "shortText": "The array of data providers that can be passed to the tile."
2769
2704
  },
2770
2705
  "sources": [
2771
2706
  {
2772
2707
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
2773
2708
  "line": 13,
2774
- "character": 2,
2775
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L13"
2709
+ "character": 2
2776
2710
  }
2777
2711
  ],
2778
2712
  "type": {
@@ -2787,6 +2721,7 @@
2787
2721
  "groups": [
2788
2722
  {
2789
2723
  "title": "Properties",
2724
+ "kind": 1024,
2790
2725
  "children": [
2791
2726
  246,
2792
2727
  245,
@@ -2798,8 +2733,7 @@
2798
2733
  {
2799
2734
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
2800
2735
  "line": 1,
2801
- "character": 17,
2802
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L1"
2736
+ "character": 17
2803
2737
  }
2804
2738
  ]
2805
2739
  },
@@ -2810,12 +2744,7 @@
2810
2744
  "kindString": "Interface",
2811
2745
  "flags": {},
2812
2746
  "comment": {
2813
- "summary": [
2814
- {
2815
- "kind": "text",
2816
- "text": "Specifies the messages to be sent to the tile dashboard component."
2817
- }
2818
- ]
2747
+ "shortText": "Specifies the messages to be sent to the tile dashboard component."
2819
2748
  },
2820
2749
  "children": [
2821
2750
  {
@@ -2827,19 +2756,13 @@
2827
2756
  "isOptional": true
2828
2757
  },
2829
2758
  "comment": {
2830
- "summary": [
2831
- {
2832
- "kind": "text",
2833
- "text": "The type of message to send."
2834
- }
2835
- ]
2759
+ "shortText": "The type of message to send."
2836
2760
  },
2837
2761
  "sources": [
2838
2762
  {
2839
2763
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
2840
2764
  "line": 10,
2841
- "character": 2,
2842
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L10"
2765
+ "character": 2
2843
2766
  }
2844
2767
  ],
2845
2768
  "type": {
@@ -2852,6 +2775,7 @@
2852
2775
  "groups": [
2853
2776
  {
2854
2777
  "title": "Properties",
2778
+ "kind": 1024,
2855
2779
  "children": [
2856
2780
  108
2857
2781
  ]
@@ -2861,8 +2785,7 @@
2861
2785
  {
2862
2786
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
2863
2787
  "line": 6,
2864
- "character": 17,
2865
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L6"
2788
+ "character": 17
2866
2789
  }
2867
2790
  ]
2868
2791
  }
@@ -2870,12 +2793,14 @@
2870
2793
  "groups": [
2871
2794
  {
2872
2795
  "title": "Enumerations",
2796
+ "kind": 8,
2873
2797
  "children": [
2874
2798
  109
2875
2799
  ]
2876
2800
  },
2877
2801
  {
2878
2802
  "title": "Classes",
2803
+ "kind": 128,
2879
2804
  "children": [
2880
2805
  104,
2881
2806
  225,
@@ -2893,6 +2818,7 @@
2893
2818
  },
2894
2819
  {
2895
2820
  "title": "Interfaces",
2821
+ "kind": 256,
2896
2822
  "children": [
2897
2823
  228,
2898
2824
  232,
@@ -2908,8 +2834,7 @@
2908
2834
  {
2909
2835
  "fileName": "index.ts",
2910
2836
  "line": 1,
2911
- "character": 0,
2912
- "url": "https://github.com/blackbaud/skyux/blob/368eb4b/libs/components/tiles/src/index.ts#L1"
2837
+ "character": 0
2913
2838
  }
2914
2839
  ]
2915
2840
  },