@skyux/tiles 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/bundles/skyux-tiles.umd.js +77 -55
  2. package/documentation.json +295 -239
  3. package/esm2015/modules/shared/sky-tiles-resources.module.js +15 -9
  4. package/esm2015/modules/tiles/tile/tile-summary.component.js +3 -3
  5. package/esm2015/modules/tiles/tile/tile-title.component.js +3 -3
  6. package/esm2015/modules/tiles/tile/tile.component.js +8 -5
  7. package/esm2015/modules/tiles/tile/tile.module.js +9 -5
  8. package/esm2015/modules/tiles/tile-content/tile-content-section.component.js +3 -3
  9. package/esm2015/modules/tiles/tile-content/tile-content.component.js +3 -3
  10. package/esm2015/modules/tiles/tile-content/tile-content.module.js +4 -4
  11. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.component.js +5 -4
  12. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.module.js +17 -6
  13. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.service.js +3 -3
  14. package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.js +3 -3
  15. package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js +4 -4
  16. package/esm2015/modules/tiles/tiles.module.js +4 -4
  17. package/fesm2015/skyux-tiles.js +76 -54
  18. package/fesm2015/skyux-tiles.js.map +1 -1
  19. package/modules/tiles/tile/tile.component.d.ts +5 -1
  20. package/modules/tiles/tile/tile.module.d.ts +5 -4
  21. package/modules/tiles/tile-dashboard/tile-dashboard.component.d.ts +1 -0
  22. package/modules/tiles/tile-dashboard/tile-dashboard.module.d.ts +2 -1
  23. package/package.json +7 -7
  24. package/bundles/skyux-tiles.umd.js.map +0 -1
@@ -30,7 +30,7 @@
30
30
  "originalName": "",
31
31
  "children": [
32
32
  {
33
- "id": 102,
33
+ "id": 104,
34
34
  "name": "SkyTileDashboardMessageType",
35
35
  "kind": 8,
36
36
  "kindString": "Enumeration",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "children": [
42
42
  {
43
- "id": 104,
43
+ "id": 106,
44
44
  "name": "CollapseAll",
45
45
  "kind": 16,
46
46
  "kindString": "Enumeration member",
@@ -58,7 +58,7 @@
58
58
  "defaultValue": "1"
59
59
  },
60
60
  {
61
- "id": 103,
61
+ "id": 105,
62
62
  "name": "ExpandAll",
63
63
  "kind": 16,
64
64
  "kindString": "Enumeration member",
@@ -81,8 +81,8 @@
81
81
  "title": "Enumeration members",
82
82
  "kind": 16,
83
83
  "children": [
84
- 104,
85
- 103
84
+ 106,
85
+ 105
86
86
  ]
87
87
  }
88
88
  ],
@@ -95,7 +95,7 @@
95
95
  ]
96
96
  },
97
97
  {
98
- "id": 97,
98
+ "id": 99,
99
99
  "name": "SkyTileContentModule",
100
100
  "kind": 128,
101
101
  "kindString": "Class",
@@ -114,21 +114,21 @@
114
114
  ],
115
115
  "children": [
116
116
  {
117
- "id": 98,
117
+ "id": 100,
118
118
  "name": "constructor",
119
119
  "kind": 512,
120
120
  "kindString": "Constructor",
121
121
  "flags": {},
122
122
  "signatures": [
123
123
  {
124
- "id": 99,
124
+ "id": 101,
125
125
  "name": "new SkyTileContentModule",
126
126
  "kind": 16384,
127
127
  "kindString": "Constructor signature",
128
128
  "flags": {},
129
129
  "type": {
130
130
  "type": "reference",
131
- "id": 97,
131
+ "id": 99,
132
132
  "name": "SkyTileContentModule"
133
133
  }
134
134
  }
@@ -140,7 +140,7 @@
140
140
  "title": "Constructors",
141
141
  "kind": 512,
142
142
  "children": [
143
- 98
143
+ 100
144
144
  ]
145
145
  }
146
146
  ],
@@ -153,7 +153,7 @@
153
153
  ]
154
154
  },
155
155
  {
156
- "id": 215,
156
+ "id": 217,
157
157
  "name": "SkyTileDashboardColumnModule",
158
158
  "kind": 128,
159
159
  "kindString": "Class",
@@ -172,21 +172,21 @@
172
172
  ],
173
173
  "children": [
174
174
  {
175
- "id": 216,
175
+ "id": 218,
176
176
  "name": "constructor",
177
177
  "kind": 512,
178
178
  "kindString": "Constructor",
179
179
  "flags": {},
180
180
  "signatures": [
181
181
  {
182
- "id": 217,
182
+ "id": 219,
183
183
  "name": "new SkyTileDashboardColumnModule",
184
184
  "kind": 16384,
185
185
  "kindString": "Constructor signature",
186
186
  "flags": {},
187
187
  "type": {
188
188
  "type": "reference",
189
- "id": 215,
189
+ "id": 217,
190
190
  "name": "SkyTileDashboardColumnModule"
191
191
  }
192
192
  }
@@ -198,7 +198,7 @@
198
198
  "title": "Constructors",
199
199
  "kind": 512,
200
200
  "children": [
201
- 216
201
+ 218
202
202
  ]
203
203
  }
204
204
  ],
@@ -211,7 +211,7 @@
211
211
  ]
212
212
  },
213
213
  {
214
- "id": 105,
214
+ "id": 107,
215
215
  "name": "SkyTileDashboardModule",
216
216
  "kind": 128,
217
217
  "kindString": "Class",
@@ -224,27 +224,27 @@
224
224
  "name": "NgModule"
225
225
  },
226
226
  "arguments": {
227
- "obj": "{\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [CommonModule, SkyTileDashboardColumnModule],\n exports: [SkyTileDashboardComponent],\n}"
227
+ "obj": "{\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [\n CommonModule,\n SkyTileDashboardColumnModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileDashboardComponent],\n}"
228
228
  }
229
229
  }
230
230
  ],
231
231
  "children": [
232
232
  {
233
- "id": 106,
233
+ "id": 108,
234
234
  "name": "constructor",
235
235
  "kind": 512,
236
236
  "kindString": "Constructor",
237
237
  "flags": {},
238
238
  "signatures": [
239
239
  {
240
- "id": 107,
240
+ "id": 109,
241
241
  "name": "new SkyTileDashboardModule",
242
242
  "kind": 16384,
243
243
  "kindString": "Constructor signature",
244
244
  "flags": {},
245
245
  "type": {
246
246
  "type": "reference",
247
- "id": 105,
247
+ "id": 107,
248
248
  "name": "SkyTileDashboardModule"
249
249
  }
250
250
  }
@@ -256,20 +256,20 @@
256
256
  "title": "Constructors",
257
257
  "kind": 512,
258
258
  "children": [
259
- 106
259
+ 108
260
260
  ]
261
261
  }
262
262
  ],
263
263
  "sources": [
264
264
  {
265
265
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.module.ts",
266
- "line": 15,
266
+ "line": 20,
267
267
  "character": 13
268
268
  }
269
269
  ]
270
270
  },
271
271
  {
272
- "id": 108,
272
+ "id": 110,
273
273
  "name": "SkyTileDashboardService",
274
274
  "kind": 128,
275
275
  "kindString": "Class",
@@ -286,7 +286,7 @@
286
286
  ],
287
287
  "children": [
288
288
  {
289
- "id": 109,
289
+ "id": 111,
290
290
  "name": "constructor",
291
291
  "kind": 512,
292
292
  "kindString": "Constructor",
@@ -300,14 +300,14 @@
300
300
  ],
301
301
  "signatures": [
302
302
  {
303
- "id": 110,
303
+ "id": 112,
304
304
  "name": "new SkyTileDashboardService",
305
305
  "kind": 16384,
306
306
  "kindString": "Constructor signature",
307
307
  "flags": {},
308
308
  "parameters": [
309
309
  {
310
- "id": 111,
310
+ "id": 113,
311
311
  "name": "dragulaService",
312
312
  "kind": 32768,
313
313
  "kindString": "Parameter",
@@ -318,7 +318,7 @@
318
318
  }
319
319
  },
320
320
  {
321
- "id": 112,
321
+ "id": 114,
322
322
  "name": "mediaQuery",
323
323
  "kind": 32768,
324
324
  "kindString": "Parameter",
@@ -329,7 +329,7 @@
329
329
  }
330
330
  },
331
331
  {
332
- "id": 113,
332
+ "id": 115,
333
333
  "name": "uiConfigService",
334
334
  "kind": 32768,
335
335
  "kindString": "Parameter",
@@ -342,14 +342,14 @@
342
342
  ],
343
343
  "type": {
344
344
  "type": "reference",
345
- "id": 108,
345
+ "id": 110,
346
346
  "name": "SkyTileDashboardService"
347
347
  }
348
348
  }
349
349
  ]
350
350
  },
351
351
  {
352
- "id": 116,
352
+ "id": 118,
353
353
  "name": "dashboardInitialized",
354
354
  "kind": 1024,
355
355
  "kindString": "Property",
@@ -389,7 +389,7 @@
389
389
  "defaultValue": "..."
390
390
  },
391
391
  {
392
- "id": 130,
392
+ "id": 132,
393
393
  "name": "addTileComponent",
394
394
  "kind": 2048,
395
395
  "kindString": "Method",
@@ -405,7 +405,7 @@
405
405
  ],
406
406
  "signatures": [
407
407
  {
408
- "id": 131,
408
+ "id": 133,
409
409
  "name": "addTileComponent",
410
410
  "kind": 4096,
411
411
  "kindString": "Call signature",
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "parameters": [
417
417
  {
418
- "id": 132,
418
+ "id": 134,
419
419
  "name": "tile",
420
420
  "kind": 32768,
421
421
  "kindString": "Parameter",
@@ -425,12 +425,12 @@
425
425
  },
426
426
  "type": {
427
427
  "type": "reference",
428
- "id": 227,
428
+ "id": 229,
429
429
  "name": "SkyTileDashboardConfigLayoutTile"
430
430
  }
431
431
  },
432
432
  {
433
- "id": 133,
433
+ "id": 135,
434
434
  "name": "component",
435
435
  "kind": 32768,
436
436
  "kindString": "Parameter",
@@ -458,7 +458,7 @@
458
458
  ]
459
459
  },
460
460
  {
461
- "id": 137,
461
+ "id": 139,
462
462
  "name": "setAllTilesCollapsed",
463
463
  "kind": 2048,
464
464
  "kindString": "Method",
@@ -474,7 +474,7 @@
474
474
  ],
475
475
  "signatures": [
476
476
  {
477
- "id": 138,
477
+ "id": 140,
478
478
  "name": "setAllTilesCollapsed",
479
479
  "kind": 4096,
480
480
  "kindString": "Call signature",
@@ -484,7 +484,7 @@
484
484
  },
485
485
  "parameters": [
486
486
  {
487
- "id": 139,
487
+ "id": 141,
488
488
  "name": "isCollapsed",
489
489
  "kind": 32768,
490
490
  "kindString": "Parameter",
@@ -506,7 +506,7 @@
506
506
  ]
507
507
  },
508
508
  {
509
- "id": 140,
509
+ "id": 142,
510
510
  "name": "setTileCollapsed",
511
511
  "kind": 2048,
512
512
  "kindString": "Method",
@@ -522,7 +522,7 @@
522
522
  ],
523
523
  "signatures": [
524
524
  {
525
- "id": 141,
525
+ "id": 143,
526
526
  "name": "setTileCollapsed",
527
527
  "kind": 4096,
528
528
  "kindString": "Call signature",
@@ -532,7 +532,7 @@
532
532
  },
533
533
  "parameters": [
534
534
  {
535
- "id": 142,
535
+ "id": 144,
536
536
  "name": "tile",
537
537
  "kind": 32768,
538
538
  "kindString": "Parameter",
@@ -547,7 +547,7 @@
547
547
  }
548
548
  },
549
549
  {
550
- "id": 143,
550
+ "id": 145,
551
551
  "name": "isCollapsed",
552
552
  "kind": 32768,
553
553
  "kindString": "Parameter",
@@ -569,7 +569,7 @@
569
569
  ]
570
570
  },
571
571
  {
572
- "id": 134,
572
+ "id": 136,
573
573
  "name": "tileIsCollapsed",
574
574
  "kind": 2048,
575
575
  "kindString": "Method",
@@ -585,7 +585,7 @@
585
585
  ],
586
586
  "signatures": [
587
587
  {
588
- "id": 135,
588
+ "id": 137,
589
589
  "name": "tileIsCollapsed",
590
590
  "kind": 4096,
591
591
  "kindString": "Call signature",
@@ -595,7 +595,7 @@
595
595
  },
596
596
  "parameters": [
597
597
  {
598
- "id": 136,
598
+ "id": 138,
599
599
  "name": "tile",
600
600
  "kind": 32768,
601
601
  "kindString": "Parameter",
@@ -623,24 +623,24 @@
623
623
  "title": "Constructors",
624
624
  "kind": 512,
625
625
  "children": [
626
- 109
626
+ 111
627
627
  ]
628
628
  },
629
629
  {
630
630
  "title": "Properties",
631
631
  "kind": 1024,
632
632
  "children": [
633
- 116
633
+ 118
634
634
  ]
635
635
  },
636
636
  {
637
637
  "title": "Methods",
638
638
  "kind": 2048,
639
639
  "children": [
640
- 130,
641
- 137,
642
- 140,
643
- 134
640
+ 132,
641
+ 139,
642
+ 142,
643
+ 136
644
644
  ]
645
645
  }
646
646
  ],
@@ -653,7 +653,7 @@
653
653
  ]
654
654
  },
655
655
  {
656
- "id": 94,
656
+ "id": 96,
657
657
  "name": "SkyTileModule",
658
658
  "kind": 128,
659
659
  "kindString": "Class",
@@ -666,27 +666,27 @@
666
666
  "name": "NgModule"
667
667
  },
668
668
  "arguments": {
669
- "obj": "{\n declarations: [\n SkyTileComponent,\n SkyTileSummaryComponent,\n SkyTileTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyI18nModule,\n SkyIconModule,\n SkyThemeModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n}"
669
+ "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 ],\n exports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n}"
670
670
  }
671
671
  }
672
672
  ],
673
673
  "children": [
674
674
  {
675
- "id": 95,
675
+ "id": 97,
676
676
  "name": "constructor",
677
677
  "kind": 512,
678
678
  "kindString": "Constructor",
679
679
  "flags": {},
680
680
  "signatures": [
681
681
  {
682
- "id": 96,
682
+ "id": 98,
683
683
  "name": "new SkyTileModule",
684
684
  "kind": 16384,
685
685
  "kindString": "Constructor signature",
686
686
  "flags": {},
687
687
  "type": {
688
688
  "type": "reference",
689
- "id": 94,
689
+ "id": 96,
690
690
  "name": "SkyTileModule"
691
691
  }
692
692
  }
@@ -698,20 +698,20 @@
698
698
  "title": "Constructors",
699
699
  "kind": 512,
700
700
  "children": [
701
- 95
701
+ 97
702
702
  ]
703
703
  }
704
704
  ],
705
705
  "sources": [
706
706
  {
707
707
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.module.ts",
708
- "line": 35,
708
+ "line": 37,
709
709
  "character": 13
710
710
  }
711
711
  ]
712
712
  },
713
713
  {
714
- "id": 238,
714
+ "id": 240,
715
715
  "name": "SkyTilesModule",
716
716
  "kind": 128,
717
717
  "kindString": "Class",
@@ -730,21 +730,21 @@
730
730
  ],
731
731
  "children": [
732
732
  {
733
- "id": 239,
733
+ "id": 241,
734
734
  "name": "constructor",
735
735
  "kind": 512,
736
736
  "kindString": "Constructor",
737
737
  "flags": {},
738
738
  "signatures": [
739
739
  {
740
- "id": 240,
740
+ "id": 242,
741
741
  "name": "new SkyTilesModule",
742
742
  "kind": 16384,
743
743
  "kindString": "Constructor signature",
744
744
  "flags": {},
745
745
  "type": {
746
746
  "type": "reference",
747
- "id": 238,
747
+ "id": 240,
748
748
  "name": "SkyTilesModule"
749
749
  }
750
750
  }
@@ -756,7 +756,7 @@
756
756
  "title": "Constructors",
757
757
  "kind": 512,
758
758
  "children": [
759
- 239
759
+ 241
760
760
  ]
761
761
  }
762
762
  ],
@@ -799,7 +799,7 @@
799
799
  "sources": [
800
800
  {
801
801
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
802
- "line": 110,
802
+ "line": 117,
803
803
  "character": 2
804
804
  }
805
805
  ],
@@ -857,7 +857,7 @@
857
857
  ],
858
858
  "type": {
859
859
  "type": "reference",
860
- "id": 108,
860
+ "id": 110,
861
861
  "name": "SkyTileDashboardService"
862
862
  }
863
863
  }
@@ -871,7 +871,7 @@
871
871
  ]
872
872
  },
873
873
  {
874
- "id": 21,
874
+ "id": 22,
875
875
  "name": "elementRef",
876
876
  "kind": 1024,
877
877
  "kindString": "Property",
@@ -890,7 +890,7 @@
890
890
  }
891
891
  },
892
892
  {
893
- "id": 11,
893
+ "id": 12,
894
894
  "name": "helpClick",
895
895
  "kind": 1024,
896
896
  "kindString": "Property",
@@ -913,7 +913,7 @@
913
913
  "sources": [
914
914
  {
915
915
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
916
- "line": 66,
916
+ "line": 73,
917
917
  "character": 9
918
918
  }
919
919
  ],
@@ -930,7 +930,7 @@
930
930
  "defaultValue": "..."
931
931
  },
932
932
  {
933
- "id": 10,
933
+ "id": 11,
934
934
  "name": "isCollapsedChange",
935
935
  "kind": 1024,
936
936
  "kindString": "Property",
@@ -953,7 +953,7 @@
953
953
  "sources": [
954
954
  {
955
955
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
956
- "line": 59,
956
+ "line": 66,
957
957
  "character": 9
958
958
  }
959
959
  ],
@@ -970,7 +970,7 @@
970
970
  "defaultValue": "..."
971
971
  },
972
972
  {
973
- "id": 16,
973
+ "id": 17,
974
974
  "name": "isInDashboardColumn",
975
975
  "kind": 1024,
976
976
  "kindString": "Property",
@@ -980,7 +980,7 @@
980
980
  "sources": [
981
981
  {
982
982
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
983
- "line": 92,
983
+ "line": 99,
984
984
  "character": 9
985
985
  }
986
986
  ],
@@ -991,7 +991,7 @@
991
991
  "defaultValue": "false"
992
992
  },
993
993
  {
994
- "id": 9,
994
+ "id": 10,
995
995
  "name": "settingsClick",
996
996
  "kind": 1024,
997
997
  "kindString": "Property",
@@ -1014,7 +1014,7 @@
1014
1014
  "sources": [
1015
1015
  {
1016
1016
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1017
- "line": 52,
1017
+ "line": 59,
1018
1018
  "character": 9
1019
1019
  }
1020
1020
  ],
@@ -1060,7 +1060,7 @@
1060
1060
  "sources": [
1061
1061
  {
1062
1062
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1063
- "line": 45,
1063
+ "line": 46,
1064
1064
  "character": 9
1065
1065
  }
1066
1066
  ],
@@ -1100,7 +1100,7 @@
1100
1100
  "sources": [
1101
1101
  {
1102
1102
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1103
- "line": 37,
1103
+ "line": 38,
1104
1104
  "character": 9
1105
1105
  }
1106
1106
  ],
@@ -1111,7 +1111,40 @@
1111
1111
  "defaultValue": "true"
1112
1112
  },
1113
1113
  {
1114
- "id": 30,
1114
+ "id": 9,
1115
+ "name": "tileName",
1116
+ "kind": 1024,
1117
+ "kindString": "Property",
1118
+ "flags": {
1119
+ "isPublic": true
1120
+ },
1121
+ "comment": {
1122
+ "shortText": "Specifies a 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)."
1123
+ },
1124
+ "decorators": [
1125
+ {
1126
+ "name": "Input",
1127
+ "type": {
1128
+ "type": "reference",
1129
+ "name": "Input"
1130
+ },
1131
+ "arguments": {}
1132
+ }
1133
+ ],
1134
+ "sources": [
1135
+ {
1136
+ "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1137
+ "line": 52,
1138
+ "character": 9
1139
+ }
1140
+ ],
1141
+ "type": {
1142
+ "type": "intrinsic",
1143
+ "name": "any"
1144
+ }
1145
+ },
1146
+ {
1147
+ "id": 31,
1115
1148
  "name": "hasHelp",
1116
1149
  "kind": 262144,
1117
1150
  "kindString": "Accessor",
@@ -1121,13 +1154,13 @@
1121
1154
  "sources": [
1122
1155
  {
1123
1156
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1124
- "line": 148,
1157
+ "line": 155,
1125
1158
  "character": 13
1126
1159
  }
1127
1160
  ],
1128
1161
  "getSignature": [
1129
1162
  {
1130
- "id": 31,
1163
+ "id": 32,
1131
1164
  "name": "hasHelp",
1132
1165
  "kind": 524288,
1133
1166
  "kindString": "Get signature",
@@ -1140,7 +1173,7 @@
1140
1173
  ]
1141
1174
  },
1142
1175
  {
1143
- "id": 28,
1176
+ "id": 29,
1144
1177
  "name": "hasSettings",
1145
1178
  "kind": 262144,
1146
1179
  "kindString": "Accessor",
@@ -1150,13 +1183,13 @@
1150
1183
  "sources": [
1151
1184
  {
1152
1185
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1153
- "line": 144,
1186
+ "line": 151,
1154
1187
  "character": 13
1155
1188
  }
1156
1189
  ],
1157
1190
  "getSignature": [
1158
1191
  {
1159
- "id": 29,
1192
+ "id": 30,
1160
1193
  "name": "hasSettings",
1161
1194
  "kind": 524288,
1162
1195
  "kindString": "Get signature",
@@ -1169,7 +1202,7 @@
1169
1202
  ]
1170
1203
  },
1171
1204
  {
1172
- "id": 12,
1205
+ "id": 13,
1173
1206
  "name": "isCollapsed",
1174
1207
  "kind": 262144,
1175
1208
  "kindString": "Accessor",
@@ -1179,13 +1212,13 @@
1179
1212
  "sources": [
1180
1213
  {
1181
1214
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1182
- "line": 68,
1215
+ "line": 75,
1183
1216
  "character": 13
1184
1217
  }
1185
1218
  ],
1186
1219
  "getSignature": [
1187
1220
  {
1188
- "id": 13,
1221
+ "id": 14,
1189
1222
  "name": "isCollapsed",
1190
1223
  "kind": 524288,
1191
1224
  "kindString": "Get signature",
@@ -1198,7 +1231,7 @@
1198
1231
  ],
1199
1232
  "setSignature": [
1200
1233
  {
1201
- "id": 14,
1234
+ "id": 15,
1202
1235
  "name": "isCollapsed",
1203
1236
  "kind": 1048576,
1204
1237
  "kindString": "Set signature",
@@ -1214,7 +1247,7 @@
1214
1247
  },
1215
1248
  "parameters": [
1216
1249
  {
1217
- "id": 15,
1250
+ "id": 16,
1218
1251
  "name": "value",
1219
1252
  "kind": 32768,
1220
1253
  "kindString": "Parameter",
@@ -1233,7 +1266,7 @@
1233
1266
  ]
1234
1267
  },
1235
1268
  {
1236
- "id": 34,
1269
+ "id": 35,
1237
1270
  "name": "chevronDirectionChange",
1238
1271
  "kind": 2048,
1239
1272
  "kindString": "Method",
@@ -1243,20 +1276,20 @@
1243
1276
  "sources": [
1244
1277
  {
1245
1278
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1246
- "line": 156,
1279
+ "line": 163,
1247
1280
  "character": 9
1248
1281
  }
1249
1282
  ],
1250
1283
  "signatures": [
1251
1284
  {
1252
- "id": 35,
1285
+ "id": 36,
1253
1286
  "name": "chevronDirectionChange",
1254
1287
  "kind": 4096,
1255
1288
  "kindString": "Call signature",
1256
1289
  "flags": {},
1257
1290
  "parameters": [
1258
1291
  {
1259
- "id": 36,
1292
+ "id": 37,
1260
1293
  "name": "direction",
1261
1294
  "kind": 32768,
1262
1295
  "kindString": "Parameter",
@@ -1275,7 +1308,7 @@
1275
1308
  ]
1276
1309
  },
1277
1310
  {
1278
- "id": 26,
1311
+ "id": 27,
1279
1312
  "name": "helpButtonClicked",
1280
1313
  "kind": 2048,
1281
1314
  "kindString": "Method",
@@ -1285,13 +1318,13 @@
1285
1318
  "sources": [
1286
1319
  {
1287
1320
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1288
- "line": 140,
1321
+ "line": 147,
1289
1322
  "character": 9
1290
1323
  }
1291
1324
  ],
1292
1325
  "signatures": [
1293
1326
  {
1294
- "id": 27,
1327
+ "id": 28,
1295
1328
  "name": "helpButtonClicked",
1296
1329
  "kind": 4096,
1297
1330
  "kindString": "Call signature",
@@ -1304,7 +1337,7 @@
1304
1337
  ]
1305
1338
  },
1306
1339
  {
1307
- "id": 37,
1340
+ "id": 38,
1308
1341
  "name": "moveTile",
1309
1342
  "kind": 2048,
1310
1343
  "kindString": "Method",
@@ -1314,20 +1347,20 @@
1314
1347
  "sources": [
1315
1348
  {
1316
1349
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1317
- "line": 160,
1350
+ "line": 167,
1318
1351
  "character": 9
1319
1352
  }
1320
1353
  ],
1321
1354
  "signatures": [
1322
1355
  {
1323
- "id": 38,
1356
+ "id": 39,
1324
1357
  "name": "moveTile",
1325
1358
  "kind": 4096,
1326
1359
  "kindString": "Call signature",
1327
1360
  "flags": {},
1328
1361
  "parameters": [
1329
1362
  {
1330
- "id": 39,
1363
+ "id": 40,
1331
1364
  "name": "event",
1332
1365
  "kind": 32768,
1333
1366
  "kindString": "Parameter",
@@ -1346,7 +1379,7 @@
1346
1379
  ]
1347
1380
  },
1348
1381
  {
1349
- "id": 22,
1382
+ "id": 23,
1350
1383
  "name": "ngOnDestroy",
1351
1384
  "kind": 2048,
1352
1385
  "kindString": "Method",
@@ -1356,13 +1389,13 @@
1356
1389
  "sources": [
1357
1390
  {
1358
1391
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1359
- "line": 131,
1392
+ "line": 138,
1360
1393
  "character": 9
1361
1394
  }
1362
1395
  ],
1363
1396
  "signatures": [
1364
1397
  {
1365
- "id": 23,
1398
+ "id": 24,
1366
1399
  "name": "ngOnDestroy",
1367
1400
  "kind": 4096,
1368
1401
  "kindString": "Call signature",
@@ -1383,7 +1416,7 @@
1383
1416
  }
1384
1417
  },
1385
1418
  {
1386
- "id": 24,
1419
+ "id": 25,
1387
1420
  "name": "settingsButtonClicked",
1388
1421
  "kind": 2048,
1389
1422
  "kindString": "Method",
@@ -1393,13 +1426,13 @@
1393
1426
  "sources": [
1394
1427
  {
1395
1428
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1396
- "line": 136,
1429
+ "line": 143,
1397
1430
  "character": 9
1398
1431
  }
1399
1432
  ],
1400
1433
  "signatures": [
1401
1434
  {
1402
- "id": 25,
1435
+ "id": 26,
1403
1436
  "name": "settingsButtonClicked",
1404
1437
  "kind": 4096,
1405
1438
  "kindString": "Call signature",
@@ -1412,7 +1445,7 @@
1412
1445
  ]
1413
1446
  },
1414
1447
  {
1415
- "id": 32,
1448
+ "id": 33,
1416
1449
  "name": "titleClick",
1417
1450
  "kind": 2048,
1418
1451
  "kindString": "Method",
@@ -1422,13 +1455,13 @@
1422
1455
  "sources": [
1423
1456
  {
1424
1457
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1425
- "line": 152,
1458
+ "line": 159,
1426
1459
  "character": 9
1427
1460
  }
1428
1461
  ],
1429
1462
  "signatures": [
1430
1463
  {
1431
- "id": 33,
1464
+ "id": 34,
1432
1465
  "name": "titleClick",
1433
1466
  "kind": 4096,
1434
1467
  "kindString": "Call signature",
@@ -1453,41 +1486,42 @@
1453
1486
  "title": "Properties",
1454
1487
  "kind": 1024,
1455
1488
  "children": [
1456
- 21,
1489
+ 22,
1490
+ 12,
1457
1491
  11,
1492
+ 17,
1458
1493
  10,
1459
- 16,
1460
- 9,
1461
1494
  8,
1462
- 7
1495
+ 7,
1496
+ 9
1463
1497
  ]
1464
1498
  },
1465
1499
  {
1466
1500
  "title": "Accessors",
1467
1501
  "kind": 262144,
1468
1502
  "children": [
1469
- 30,
1470
- 28,
1471
- 12
1503
+ 31,
1504
+ 29,
1505
+ 13
1472
1506
  ]
1473
1507
  },
1474
1508
  {
1475
1509
  "title": "Methods",
1476
1510
  "kind": 2048,
1477
1511
  "children": [
1478
- 34,
1479
- 26,
1480
- 37,
1481
- 22,
1482
- 24,
1483
- 32
1512
+ 35,
1513
+ 27,
1514
+ 38,
1515
+ 23,
1516
+ 25,
1517
+ 33
1484
1518
  ]
1485
1519
  }
1486
1520
  ],
1487
1521
  "sources": [
1488
1522
  {
1489
1523
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1490
- "line": 30,
1524
+ "line": 31,
1491
1525
  "character": 13
1492
1526
  }
1493
1527
  ],
@@ -1499,7 +1533,7 @@
1499
1533
  ]
1500
1534
  },
1501
1535
  {
1502
- "id": 42,
1536
+ "id": 43,
1503
1537
  "name": "SkyTileSummaryComponent",
1504
1538
  "kind": 128,
1505
1539
  "kindString": "Class",
@@ -1521,21 +1555,21 @@
1521
1555
  ],
1522
1556
  "children": [
1523
1557
  {
1524
- "id": 43,
1558
+ "id": 44,
1525
1559
  "name": "constructor",
1526
1560
  "kind": 512,
1527
1561
  "kindString": "Constructor",
1528
1562
  "flags": {},
1529
1563
  "signatures": [
1530
1564
  {
1531
- "id": 44,
1565
+ "id": 45,
1532
1566
  "name": "SkyTileSummaryComponent",
1533
1567
  "kind": 16384,
1534
1568
  "kindString": "Constructor signature",
1535
1569
  "flags": {},
1536
1570
  "type": {
1537
1571
  "type": "reference",
1538
- "id": 42,
1572
+ "id": 43,
1539
1573
  "name": "SkyTileSummaryComponent"
1540
1574
  }
1541
1575
  }
@@ -1547,7 +1581,7 @@
1547
1581
  "title": "Constructors",
1548
1582
  "kind": 512,
1549
1583
  "children": [
1550
- 43
1584
+ 44
1551
1585
  ]
1552
1586
  }
1553
1587
  ],
@@ -1560,7 +1594,7 @@
1560
1594
  ]
1561
1595
  },
1562
1596
  {
1563
- "id": 45,
1597
+ "id": 46,
1564
1598
  "name": "SkyTileTitleComponent",
1565
1599
  "kind": 128,
1566
1600
  "kindString": "Class",
@@ -1582,21 +1616,21 @@
1582
1616
  ],
1583
1617
  "children": [
1584
1618
  {
1585
- "id": 46,
1619
+ "id": 47,
1586
1620
  "name": "constructor",
1587
1621
  "kind": 512,
1588
1622
  "kindString": "Constructor",
1589
1623
  "flags": {},
1590
1624
  "signatures": [
1591
1625
  {
1592
- "id": 47,
1626
+ "id": 48,
1593
1627
  "name": "SkyTileTitleComponent",
1594
1628
  "kind": 16384,
1595
1629
  "kindString": "Constructor signature",
1596
1630
  "flags": {},
1597
1631
  "type": {
1598
1632
  "type": "reference",
1599
- "id": 45,
1633
+ "id": 46,
1600
1634
  "name": "SkyTileTitleComponent"
1601
1635
  }
1602
1636
  }
@@ -1608,7 +1642,7 @@
1608
1642
  "title": "Constructors",
1609
1643
  "kind": 512,
1610
1644
  "children": [
1611
- 46
1645
+ 47
1612
1646
  ]
1613
1647
  }
1614
1648
  ],
@@ -1621,7 +1655,7 @@
1621
1655
  ]
1622
1656
  },
1623
1657
  {
1624
- "id": 48,
1658
+ "id": 49,
1625
1659
  "name": "SkyTileContentSectionComponent",
1626
1660
  "kind": 128,
1627
1661
  "kindString": "Class",
@@ -1643,21 +1677,21 @@
1643
1677
  ],
1644
1678
  "children": [
1645
1679
  {
1646
- "id": 49,
1680
+ "id": 50,
1647
1681
  "name": "constructor",
1648
1682
  "kind": 512,
1649
1683
  "kindString": "Constructor",
1650
1684
  "flags": {},
1651
1685
  "signatures": [
1652
1686
  {
1653
- "id": 50,
1687
+ "id": 51,
1654
1688
  "name": "SkyTileContentSectionComponent",
1655
1689
  "kind": 16384,
1656
1690
  "kindString": "Constructor signature",
1657
1691
  "flags": {},
1658
1692
  "type": {
1659
1693
  "type": "reference",
1660
- "id": 48,
1694
+ "id": 49,
1661
1695
  "name": "SkyTileContentSectionComponent"
1662
1696
  }
1663
1697
  }
@@ -1669,7 +1703,7 @@
1669
1703
  "title": "Constructors",
1670
1704
  "kind": 512,
1671
1705
  "children": [
1672
- 49
1706
+ 50
1673
1707
  ]
1674
1708
  }
1675
1709
  ],
@@ -1682,7 +1716,7 @@
1682
1716
  ]
1683
1717
  },
1684
1718
  {
1685
- "id": 51,
1719
+ "id": 52,
1686
1720
  "name": "SkyTileContentComponent",
1687
1721
  "kind": 128,
1688
1722
  "kindString": "Class",
@@ -1704,21 +1738,21 @@
1704
1738
  ],
1705
1739
  "children": [
1706
1740
  {
1707
- "id": 52,
1741
+ "id": 53,
1708
1742
  "name": "constructor",
1709
1743
  "kind": 512,
1710
1744
  "kindString": "Constructor",
1711
1745
  "flags": {},
1712
1746
  "signatures": [
1713
1747
  {
1714
- "id": 53,
1748
+ "id": 54,
1715
1749
  "name": "SkyTileContentComponent",
1716
1750
  "kind": 16384,
1717
1751
  "kindString": "Constructor signature",
1718
1752
  "flags": {},
1719
1753
  "type": {
1720
1754
  "type": "reference",
1721
- "id": 51,
1755
+ "id": 52,
1722
1756
  "name": "SkyTileContentComponent"
1723
1757
  }
1724
1758
  }
@@ -1730,7 +1764,7 @@
1730
1764
  "title": "Constructors",
1731
1765
  "kind": 512,
1732
1766
  "children": [
1733
- 52
1767
+ 53
1734
1768
  ]
1735
1769
  }
1736
1770
  ],
@@ -1743,7 +1777,7 @@
1743
1777
  ]
1744
1778
  },
1745
1779
  {
1746
- "id": 65,
1780
+ "id": 66,
1747
1781
  "name": "SkyTileDashboardComponent",
1748
1782
  "kind": 128,
1749
1783
  "kindString": "Class",
@@ -1765,7 +1799,7 @@
1765
1799
  ],
1766
1800
  "children": [
1767
1801
  {
1768
- "id": 66,
1802
+ "id": 67,
1769
1803
  "name": "constructor",
1770
1804
  "kind": 512,
1771
1805
  "kindString": "Constructor",
@@ -1773,32 +1807,32 @@
1773
1807
  "sources": [
1774
1808
  {
1775
1809
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1776
- "line": 101,
1810
+ "line": 104,
1777
1811
  "character": 2
1778
1812
  }
1779
1813
  ],
1780
1814
  "signatures": [
1781
1815
  {
1782
- "id": 67,
1816
+ "id": 68,
1783
1817
  "name": "SkyTileDashboardComponent",
1784
1818
  "kind": 16384,
1785
1819
  "kindString": "Constructor signature",
1786
1820
  "flags": {},
1787
1821
  "parameters": [
1788
1822
  {
1789
- "id": 68,
1823
+ "id": 69,
1790
1824
  "name": "dashboardService",
1791
1825
  "kind": 32768,
1792
1826
  "kindString": "Parameter",
1793
1827
  "flags": {},
1794
1828
  "type": {
1795
1829
  "type": "reference",
1796
- "id": 108,
1830
+ "id": 110,
1797
1831
  "name": "SkyTileDashboardService"
1798
1832
  }
1799
1833
  },
1800
1834
  {
1801
- "id": 69,
1835
+ "id": 70,
1802
1836
  "name": "mediaQuery",
1803
1837
  "kind": 32768,
1804
1838
  "kindString": "Parameter",
@@ -1809,7 +1843,7 @@
1809
1843
  }
1810
1844
  },
1811
1845
  {
1812
- "id": 70,
1846
+ "id": 71,
1813
1847
  "name": "resourcesService",
1814
1848
  "kind": 32768,
1815
1849
  "kindString": "Parameter",
@@ -1834,14 +1868,14 @@
1834
1868
  ],
1835
1869
  "type": {
1836
1870
  "type": "reference",
1837
- "id": 65,
1871
+ "id": 66,
1838
1872
  "name": "SkyTileDashboardComponent"
1839
1873
  }
1840
1874
  }
1841
1875
  ]
1842
1876
  },
1843
1877
  {
1844
- "id": 77,
1878
+ "id": 78,
1845
1879
  "name": "configChange",
1846
1880
  "kind": 1024,
1847
1881
  "kindString": "Property",
@@ -1873,7 +1907,7 @@
1873
1907
  "typeArguments": [
1874
1908
  {
1875
1909
  "type": "reference",
1876
- "id": 218,
1910
+ "id": 220,
1877
1911
  "name": "SkyTileDashboardConfig"
1878
1912
  }
1879
1913
  ],
@@ -1882,7 +1916,7 @@
1882
1916
  "defaultValue": "..."
1883
1917
  },
1884
1918
  {
1885
- "id": 75,
1919
+ "id": 76,
1886
1920
  "name": "messageStream",
1887
1921
  "kind": 1024,
1888
1922
  "kindString": "Property",
@@ -1914,7 +1948,7 @@
1914
1948
  "typeArguments": [
1915
1949
  {
1916
1950
  "type": "reference",
1917
- "id": 100,
1951
+ "id": 102,
1918
1952
  "name": "SkyTileDashboardMessage"
1919
1953
  }
1920
1954
  ],
@@ -1923,7 +1957,28 @@
1923
1957
  "defaultValue": "..."
1924
1958
  },
1925
1959
  {
1926
- "id": 76,
1960
+ "id": 82,
1961
+ "name": "moveInstructionsId",
1962
+ "kind": 1024,
1963
+ "kindString": "Property",
1964
+ "flags": {
1965
+ "isPublic": true
1966
+ },
1967
+ "sources": [
1968
+ {
1969
+ "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
1970
+ "line": 93,
1971
+ "character": 9
1972
+ }
1973
+ ],
1974
+ "type": {
1975
+ "type": "intrinsic",
1976
+ "name": "string"
1977
+ },
1978
+ "defaultValue": "..."
1979
+ },
1980
+ {
1981
+ "id": 77,
1927
1982
  "name": "settingsKey",
1928
1983
  "kind": 1024,
1929
1984
  "kindString": "Property",
@@ -1956,7 +2011,7 @@
1956
2011
  }
1957
2012
  },
1958
2013
  {
1959
- "id": 79,
2014
+ "id": 80,
1960
2015
  "name": "singleColumn",
1961
2016
  "kind": 1024,
1962
2017
  "kindString": "Property",
@@ -1989,7 +2044,7 @@
1989
2044
  }
1990
2045
  },
1991
2046
  {
1992
- "id": 80,
2047
+ "id": 81,
1993
2048
  "name": "tileMovedReport",
1994
2049
  "kind": 1024,
1995
2050
  "kindString": "Property",
@@ -2009,7 +2064,7 @@
2009
2064
  }
2010
2065
  },
2011
2066
  {
2012
- "id": 71,
2067
+ "id": 72,
2013
2068
  "name": "config",
2014
2069
  "kind": 262144,
2015
2070
  "kindString": "Accessor",
@@ -2035,7 +2090,7 @@
2035
2090
  ],
2036
2091
  "getSignature": [
2037
2092
  {
2038
- "id": 72,
2093
+ "id": 73,
2039
2094
  "name": "config",
2040
2095
  "kind": 524288,
2041
2096
  "kindString": "Get signature",
@@ -2045,14 +2100,14 @@
2045
2100
  },
2046
2101
  "type": {
2047
2102
  "type": "reference",
2048
- "id": 218,
2103
+ "id": 220,
2049
2104
  "name": "SkyTileDashboardConfig"
2050
2105
  }
2051
2106
  }
2052
2107
  ],
2053
2108
  "setSignature": [
2054
2109
  {
2055
- "id": 73,
2110
+ "id": 74,
2056
2111
  "name": "config",
2057
2112
  "kind": 1048576,
2058
2113
  "kindString": "Set signature",
@@ -2068,14 +2123,14 @@
2068
2123
  },
2069
2124
  "parameters": [
2070
2125
  {
2071
- "id": 74,
2126
+ "id": 75,
2072
2127
  "name": "value",
2073
2128
  "kind": 32768,
2074
2129
  "kindString": "Parameter",
2075
2130
  "flags": {},
2076
2131
  "type": {
2077
2132
  "type": "reference",
2078
- "id": 218,
2133
+ "id": 220,
2079
2134
  "name": "SkyTileDashboardConfig"
2080
2135
  }
2081
2136
  }
@@ -2088,7 +2143,7 @@
2088
2143
  ]
2089
2144
  },
2090
2145
  {
2091
- "id": 85,
2146
+ "id": 87,
2092
2147
  "name": "ngAfterViewInit",
2093
2148
  "kind": 2048,
2094
2149
  "kindString": "Method",
@@ -2098,13 +2153,13 @@
2098
2153
  "sources": [
2099
2154
  {
2100
2155
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2101
- "line": 145,
2156
+ "line": 148,
2102
2157
  "character": 9
2103
2158
  }
2104
2159
  ],
2105
2160
  "signatures": [
2106
2161
  {
2107
- "id": 86,
2162
+ "id": 88,
2108
2163
  "name": "ngAfterViewInit",
2109
2164
  "kind": 4096,
2110
2165
  "kindString": "Call signature",
@@ -2125,7 +2180,7 @@
2125
2180
  }
2126
2181
  },
2127
2182
  {
2128
- "id": 87,
2183
+ "id": 89,
2129
2184
  "name": "ngOnDestroy",
2130
2185
  "kind": 2048,
2131
2186
  "kindString": "Method",
@@ -2135,13 +2190,13 @@
2135
2190
  "sources": [
2136
2191
  {
2137
2192
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2138
- "line": 156,
2193
+ "line": 159,
2139
2194
  "character": 9
2140
2195
  }
2141
2196
  ],
2142
2197
  "signatures": [
2143
2198
  {
2144
- "id": 88,
2199
+ "id": 90,
2145
2200
  "name": "ngOnDestroy",
2146
2201
  "kind": 4096,
2147
2202
  "kindString": "Call signature",
@@ -2167,33 +2222,34 @@
2167
2222
  "title": "Constructors",
2168
2223
  "kind": 512,
2169
2224
  "children": [
2170
- 66
2225
+ 67
2171
2226
  ]
2172
2227
  },
2173
2228
  {
2174
2229
  "title": "Properties",
2175
2230
  "kind": 1024,
2176
2231
  "children": [
2177
- 77,
2178
- 75,
2232
+ 78,
2179
2233
  76,
2180
- 79,
2181
- 80
2234
+ 82,
2235
+ 77,
2236
+ 80,
2237
+ 81
2182
2238
  ]
2183
2239
  },
2184
2240
  {
2185
2241
  "title": "Accessors",
2186
2242
  "kind": 262144,
2187
2243
  "children": [
2188
- 71
2244
+ 72
2189
2245
  ]
2190
2246
  },
2191
2247
  {
2192
2248
  "title": "Methods",
2193
2249
  "kind": 2048,
2194
2250
  "children": [
2195
- 85,
2196
- 87
2251
+ 87,
2252
+ 89
2197
2253
  ]
2198
2254
  }
2199
2255
  ],
@@ -2216,14 +2272,14 @@
2216
2272
  ]
2217
2273
  },
2218
2274
  {
2219
- "id": 218,
2275
+ "id": 220,
2220
2276
  "name": "SkyTileDashboardConfig",
2221
2277
  "kind": 256,
2222
2278
  "kindString": "Interface",
2223
2279
  "flags": {},
2224
2280
  "children": [
2225
2281
  {
2226
- "id": 220,
2282
+ "id": 222,
2227
2283
  "name": "layout",
2228
2284
  "kind": 1024,
2229
2285
  "kindString": "Property",
@@ -2240,12 +2296,12 @@
2240
2296
  ],
2241
2297
  "type": {
2242
2298
  "type": "reference",
2243
- "id": 222,
2299
+ "id": 224,
2244
2300
  "name": "SkyTileDashboardConfigLayout"
2245
2301
  }
2246
2302
  },
2247
2303
  {
2248
- "id": 221,
2304
+ "id": 223,
2249
2305
  "name": "movedTile",
2250
2306
  "kind": 1024,
2251
2307
  "kindString": "Property",
@@ -2264,12 +2320,12 @@
2264
2320
  ],
2265
2321
  "type": {
2266
2322
  "type": "reference",
2267
- "id": 230,
2323
+ "id": 232,
2268
2324
  "name": "SkyTileDashboardConfigReorderData"
2269
2325
  }
2270
2326
  },
2271
2327
  {
2272
- "id": 219,
2328
+ "id": 221,
2273
2329
  "name": "tiles",
2274
2330
  "kind": 1024,
2275
2331
  "kindString": "Property",
@@ -2294,7 +2350,7 @@
2294
2350
  "type": "array",
2295
2351
  "elementType": {
2296
2352
  "type": "reference",
2297
- "id": 234,
2353
+ "id": 236,
2298
2354
  "name": "SkyTileDashboardConfigTile"
2299
2355
  }
2300
2356
  }
@@ -2305,9 +2361,9 @@
2305
2361
  "title": "Properties",
2306
2362
  "kind": 1024,
2307
2363
  "children": [
2308
- 220,
2309
- 221,
2310
- 219
2364
+ 222,
2365
+ 223,
2366
+ 221
2311
2367
  ]
2312
2368
  }
2313
2369
  ],
@@ -2320,14 +2376,14 @@
2320
2376
  ]
2321
2377
  },
2322
2378
  {
2323
- "id": 222,
2379
+ "id": 224,
2324
2380
  "name": "SkyTileDashboardConfigLayout",
2325
2381
  "kind": 256,
2326
2382
  "kindString": "Interface",
2327
2383
  "flags": {},
2328
2384
  "children": [
2329
2385
  {
2330
- "id": 224,
2386
+ "id": 226,
2331
2387
  "name": "multiColumn",
2332
2388
  "kind": 1024,
2333
2389
  "kindString": "Property",
@@ -2346,13 +2402,13 @@
2346
2402
  "type": "array",
2347
2403
  "elementType": {
2348
2404
  "type": "reference",
2349
- "id": 225,
2405
+ "id": 227,
2350
2406
  "name": "SkyTileDashboardConfigLayoutColumn"
2351
2407
  }
2352
2408
  }
2353
2409
  },
2354
2410
  {
2355
- "id": 223,
2411
+ "id": 225,
2356
2412
  "name": "singleColumn",
2357
2413
  "kind": 1024,
2358
2414
  "kindString": "Property",
@@ -2369,7 +2425,7 @@
2369
2425
  ],
2370
2426
  "type": {
2371
2427
  "type": "reference",
2372
- "id": 225,
2428
+ "id": 227,
2373
2429
  "name": "SkyTileDashboardConfigLayoutColumn"
2374
2430
  }
2375
2431
  }
@@ -2379,8 +2435,8 @@
2379
2435
  "title": "Properties",
2380
2436
  "kind": 1024,
2381
2437
  "children": [
2382
- 224,
2383
- 223
2438
+ 226,
2439
+ 225
2384
2440
  ]
2385
2441
  }
2386
2442
  ],
@@ -2393,14 +2449,14 @@
2393
2449
  ]
2394
2450
  },
2395
2451
  {
2396
- "id": 225,
2452
+ "id": 227,
2397
2453
  "name": "SkyTileDashboardConfigLayoutColumn",
2398
2454
  "kind": 256,
2399
2455
  "kindString": "Interface",
2400
2456
  "flags": {},
2401
2457
  "children": [
2402
2458
  {
2403
- "id": 226,
2459
+ "id": 228,
2404
2460
  "name": "tiles",
2405
2461
  "kind": 1024,
2406
2462
  "kindString": "Property",
@@ -2419,7 +2475,7 @@
2419
2475
  "type": "array",
2420
2476
  "elementType": {
2421
2477
  "type": "reference",
2422
- "id": 227,
2478
+ "id": 229,
2423
2479
  "name": "SkyTileDashboardConfigLayoutTile"
2424
2480
  }
2425
2481
  }
@@ -2430,7 +2486,7 @@
2430
2486
  "title": "Properties",
2431
2487
  "kind": 1024,
2432
2488
  "children": [
2433
- 226
2489
+ 228
2434
2490
  ]
2435
2491
  }
2436
2492
  ],
@@ -2443,14 +2499,14 @@
2443
2499
  ]
2444
2500
  },
2445
2501
  {
2446
- "id": 227,
2502
+ "id": 229,
2447
2503
  "name": "SkyTileDashboardConfigLayoutTile",
2448
2504
  "kind": 256,
2449
2505
  "kindString": "Interface",
2450
2506
  "flags": {},
2451
2507
  "children": [
2452
2508
  {
2453
- "id": 228,
2509
+ "id": 230,
2454
2510
  "name": "id",
2455
2511
  "kind": 1024,
2456
2512
  "kindString": "Property",
@@ -2471,7 +2527,7 @@
2471
2527
  }
2472
2528
  },
2473
2529
  {
2474
- "id": 229,
2530
+ "id": 231,
2475
2531
  "name": "isCollapsed",
2476
2532
  "kind": 1024,
2477
2533
  "kindString": "Property",
@@ -2497,8 +2553,8 @@
2497
2553
  "title": "Properties",
2498
2554
  "kind": 1024,
2499
2555
  "children": [
2500
- 228,
2501
- 229
2556
+ 230,
2557
+ 231
2502
2558
  ]
2503
2559
  }
2504
2560
  ],
@@ -2511,14 +2567,14 @@
2511
2567
  ]
2512
2568
  },
2513
2569
  {
2514
- "id": 230,
2570
+ "id": 232,
2515
2571
  "name": "SkyTileDashboardConfigReorderData",
2516
2572
  "kind": 256,
2517
2573
  "kindString": "Interface",
2518
2574
  "flags": {},
2519
2575
  "children": [
2520
2576
  {
2521
- "id": 232,
2577
+ "id": 234,
2522
2578
  "name": "column",
2523
2579
  "kind": 1024,
2524
2580
  "kindString": "Property",
@@ -2539,7 +2595,7 @@
2539
2595
  }
2540
2596
  },
2541
2597
  {
2542
- "id": 233,
2598
+ "id": 235,
2543
2599
  "name": "position",
2544
2600
  "kind": 1024,
2545
2601
  "kindString": "Property",
@@ -2560,7 +2616,7 @@
2560
2616
  }
2561
2617
  },
2562
2618
  {
2563
- "id": 231,
2619
+ "id": 233,
2564
2620
  "name": "tileDescription",
2565
2621
  "kind": 1024,
2566
2622
  "kindString": "Property",
@@ -2586,9 +2642,9 @@
2586
2642
  "title": "Properties",
2587
2643
  "kind": 1024,
2588
2644
  "children": [
2589
- 232,
2590
- 233,
2591
- 231
2645
+ 234,
2646
+ 235,
2647
+ 233
2592
2648
  ]
2593
2649
  }
2594
2650
  ],
@@ -2601,14 +2657,14 @@
2601
2657
  ]
2602
2658
  },
2603
2659
  {
2604
- "id": 234,
2660
+ "id": 236,
2605
2661
  "name": "SkyTileDashboardConfigTile",
2606
2662
  "kind": 256,
2607
2663
  "kindString": "Interface",
2608
2664
  "flags": {},
2609
2665
  "children": [
2610
2666
  {
2611
- "id": 236,
2667
+ "id": 238,
2612
2668
  "name": "componentType",
2613
2669
  "kind": 1024,
2614
2670
  "kindString": "Property",
@@ -2629,7 +2685,7 @@
2629
2685
  }
2630
2686
  },
2631
2687
  {
2632
- "id": 235,
2688
+ "id": 237,
2633
2689
  "name": "id",
2634
2690
  "kind": 1024,
2635
2691
  "kindString": "Property",
@@ -2650,7 +2706,7 @@
2650
2706
  }
2651
2707
  },
2652
2708
  {
2653
- "id": 237,
2709
+ "id": 239,
2654
2710
  "name": "providers",
2655
2711
  "kind": 1024,
2656
2712
  "kindString": "Property",
@@ -2681,9 +2737,9 @@
2681
2737
  "title": "Properties",
2682
2738
  "kind": 1024,
2683
2739
  "children": [
2684
- 236,
2685
- 235,
2686
- 237
2740
+ 238,
2741
+ 237,
2742
+ 239
2687
2743
  ]
2688
2744
  }
2689
2745
  ],
@@ -2696,7 +2752,7 @@
2696
2752
  ]
2697
2753
  },
2698
2754
  {
2699
- "id": 100,
2755
+ "id": 102,
2700
2756
  "name": "SkyTileDashboardMessage",
2701
2757
  "kind": 256,
2702
2758
  "kindString": "Interface",
@@ -2706,7 +2762,7 @@
2706
2762
  },
2707
2763
  "children": [
2708
2764
  {
2709
- "id": 101,
2765
+ "id": 103,
2710
2766
  "name": "type",
2711
2767
  "kind": 1024,
2712
2768
  "kindString": "Property",
@@ -2725,7 +2781,7 @@
2725
2781
  ],
2726
2782
  "type": {
2727
2783
  "type": "reference",
2728
- "id": 102,
2784
+ "id": 104,
2729
2785
  "name": "SkyTileDashboardMessageType"
2730
2786
  }
2731
2787
  }
@@ -2735,7 +2791,7 @@
2735
2791
  "title": "Properties",
2736
2792
  "kind": 1024,
2737
2793
  "children": [
2738
- 101
2794
+ 103
2739
2795
  ]
2740
2796
  }
2741
2797
  ],
@@ -2753,38 +2809,38 @@
2753
2809
  "title": "Enumerations",
2754
2810
  "kind": 8,
2755
2811
  "children": [
2756
- 102
2812
+ 104
2757
2813
  ]
2758
2814
  },
2759
2815
  {
2760
2816
  "title": "Classes",
2761
2817
  "kind": 128,
2762
2818
  "children": [
2763
- 97,
2764
- 215,
2765
- 105,
2766
- 108,
2767
- 94,
2768
- 238,
2819
+ 99,
2820
+ 217,
2821
+ 107,
2822
+ 110,
2823
+ 96,
2824
+ 240,
2769
2825
  1,
2770
- 42,
2771
- 45,
2772
- 48,
2773
- 51,
2774
- 65
2826
+ 43,
2827
+ 46,
2828
+ 49,
2829
+ 52,
2830
+ 66
2775
2831
  ]
2776
2832
  },
2777
2833
  {
2778
2834
  "title": "Interfaces",
2779
2835
  "kind": 256,
2780
2836
  "children": [
2781
- 218,
2782
- 222,
2783
- 225,
2837
+ 220,
2838
+ 224,
2784
2839
  227,
2785
- 230,
2786
- 234,
2787
- 100
2840
+ 229,
2841
+ 232,
2842
+ 236,
2843
+ 102
2788
2844
  ]
2789
2845
  }
2790
2846
  ],