@skyux/tiles 7.0.0-beta.13 → 7.0.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +356 -200
- package/esm2020/lib/modules/tiles/tile/tile.component.mjs +32 -27
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.component.mjs +42 -31
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.service.mjs +351 -324
- package/esm2020/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.mjs +14 -12
- package/fesm2015/skyux-tiles.mjs +443 -390
- package/fesm2015/skyux-tiles.mjs.map +1 -1
- package/fesm2020/skyux-tiles.mjs +432 -390
- package/fesm2020/skyux-tiles.mjs.map +1 -1
- package/lib/modules/tiles/tile/tile.component.d.ts +5 -9
- package/lib/modules/tiles/tile-dashboard/tile-dashboard.component.d.ts +8 -14
- package/lib/modules/tiles/tile-dashboard/tile-dashboard.service.d.ts +7 -36
- package/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.d.ts +4 -5
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"originalName": "",
|
|
31
31
|
"children": [
|
|
32
32
|
{
|
|
33
|
-
"id":
|
|
33
|
+
"id": 109,
|
|
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":
|
|
43
|
+
"id": 111,
|
|
44
44
|
"name": "CollapseAll",
|
|
45
45
|
"kind": 16,
|
|
46
46
|
"kindString": "Enumeration Member",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"defaultValue": "1"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"id":
|
|
65
|
+
"id": 110,
|
|
66
66
|
"name": "ExpandAll",
|
|
67
67
|
"kind": 16,
|
|
68
68
|
"kindString": "Enumeration Member",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"title": "Enumeration Members",
|
|
90
90
|
"kind": 16,
|
|
91
91
|
"children": [
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
111,
|
|
93
|
+
110
|
|
94
94
|
]
|
|
95
95
|
}
|
|
96
96
|
],
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
"id":
|
|
106
|
+
"id": 104,
|
|
107
107
|
"name": "SkyTileContentModule",
|
|
108
108
|
"kind": 128,
|
|
109
109
|
"kindString": "Class",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"title": "Constructors",
|
|
129
129
|
"kind": 512,
|
|
130
130
|
"children": [
|
|
131
|
-
|
|
131
|
+
105
|
|
132
132
|
]
|
|
133
133
|
}
|
|
134
134
|
],
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
|
-
"id":
|
|
144
|
+
"id": 229,
|
|
145
145
|
"name": "SkyTileDashboardColumnModule",
|
|
146
146
|
"kind": 128,
|
|
147
147
|
"kindString": "Class",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"title": "Constructors",
|
|
167
167
|
"kind": 512,
|
|
168
168
|
"children": [
|
|
169
|
-
|
|
169
|
+
230
|
|
170
170
|
]
|
|
171
171
|
}
|
|
172
172
|
],
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
]
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
"id":
|
|
182
|
+
"id": 112,
|
|
183
183
|
"name": "SkyTileDashboardModule",
|
|
184
184
|
"kind": 128,
|
|
185
185
|
"kindString": "Class",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"title": "Constructors",
|
|
205
205
|
"kind": 512,
|
|
206
206
|
"children": [
|
|
207
|
-
|
|
207
|
+
113
|
|
208
208
|
]
|
|
209
209
|
}
|
|
210
210
|
],
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
]
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
|
-
"id":
|
|
220
|
+
"id": 115,
|
|
221
221
|
"name": "SkyTileDashboardService",
|
|
222
222
|
"kind": 128,
|
|
223
223
|
"kindString": "Class",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
],
|
|
237
237
|
"children": [
|
|
238
238
|
{
|
|
239
|
-
"id":
|
|
239
|
+
"id": 116,
|
|
240
240
|
"name": "constructor",
|
|
241
241
|
"kind": 512,
|
|
242
242
|
"kindString": "Constructor",
|
|
@@ -250,14 +250,14 @@
|
|
|
250
250
|
],
|
|
251
251
|
"signatures": [
|
|
252
252
|
{
|
|
253
|
-
"id":
|
|
253
|
+
"id": 117,
|
|
254
254
|
"name": "new SkyTileDashboardService",
|
|
255
255
|
"kind": 16384,
|
|
256
256
|
"kindString": "Constructor signature",
|
|
257
257
|
"flags": {},
|
|
258
258
|
"parameters": [
|
|
259
259
|
{
|
|
260
|
-
"id":
|
|
260
|
+
"id": 118,
|
|
261
261
|
"name": "dragulaService",
|
|
262
262
|
"kind": 32768,
|
|
263
263
|
"kindString": "Parameter",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
|
-
"id":
|
|
273
|
+
"id": 119,
|
|
274
274
|
"name": "mediaQuery",
|
|
275
275
|
"kind": 32768,
|
|
276
276
|
"kindString": "Parameter",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
}
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
"id":
|
|
284
|
+
"id": 120,
|
|
285
285
|
"name": "uiConfigService",
|
|
286
286
|
"kind": 32768,
|
|
287
287
|
"kindString": "Parameter",
|
|
@@ -290,18 +290,43 @@
|
|
|
290
290
|
"type": "reference",
|
|
291
291
|
"name": "SkyUIConfigService"
|
|
292
292
|
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": 121,
|
|
296
|
+
"name": "dynamicComponentService",
|
|
297
|
+
"kind": 32768,
|
|
298
|
+
"kindString": "Parameter",
|
|
299
|
+
"flags": {
|
|
300
|
+
"isOptional": true
|
|
301
|
+
},
|
|
302
|
+
"decorators": [
|
|
303
|
+
{
|
|
304
|
+
"name": "Optional",
|
|
305
|
+
"type": {
|
|
306
|
+
"type": "reference",
|
|
307
|
+
"qualifiedName": "OptionalDecorator",
|
|
308
|
+
"package": "@angular/core",
|
|
309
|
+
"name": "Optional"
|
|
310
|
+
},
|
|
311
|
+
"arguments": {}
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"type": {
|
|
315
|
+
"type": "reference",
|
|
316
|
+
"name": "SkyDynamicComponentService"
|
|
317
|
+
}
|
|
293
318
|
}
|
|
294
319
|
],
|
|
295
320
|
"type": {
|
|
296
321
|
"type": "reference",
|
|
297
|
-
"id":
|
|
322
|
+
"id": 115,
|
|
298
323
|
"name": "SkyTileDashboardService"
|
|
299
324
|
}
|
|
300
325
|
}
|
|
301
326
|
]
|
|
302
327
|
},
|
|
303
328
|
{
|
|
304
|
-
"id":
|
|
329
|
+
"id": 124,
|
|
305
330
|
"name": "dashboardInitialized",
|
|
306
331
|
"kind": 1024,
|
|
307
332
|
"kindString": "Property",
|
|
@@ -326,7 +351,7 @@
|
|
|
326
351
|
"sources": [
|
|
327
352
|
{
|
|
328
353
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
329
|
-
"line":
|
|
354
|
+
"line": 48,
|
|
330
355
|
"character": 9
|
|
331
356
|
}
|
|
332
357
|
],
|
|
@@ -345,7 +370,7 @@
|
|
|
345
370
|
"defaultValue": "..."
|
|
346
371
|
},
|
|
347
372
|
{
|
|
348
|
-
"id":
|
|
373
|
+
"id": 141,
|
|
349
374
|
"name": "addTileComponent",
|
|
350
375
|
"kind": 2048,
|
|
351
376
|
"kindString": "Method",
|
|
@@ -355,13 +380,13 @@
|
|
|
355
380
|
"sources": [
|
|
356
381
|
{
|
|
357
382
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
358
|
-
"line":
|
|
383
|
+
"line": 133,
|
|
359
384
|
"character": 9
|
|
360
385
|
}
|
|
361
386
|
],
|
|
362
387
|
"signatures": [
|
|
363
388
|
{
|
|
364
|
-
"id":
|
|
389
|
+
"id": 142,
|
|
365
390
|
"name": "addTileComponent",
|
|
366
391
|
"kind": 4096,
|
|
367
392
|
"kindString": "Call signature",
|
|
@@ -371,7 +396,7 @@
|
|
|
371
396
|
},
|
|
372
397
|
"parameters": [
|
|
373
398
|
{
|
|
374
|
-
"id":
|
|
399
|
+
"id": 143,
|
|
375
400
|
"name": "tile",
|
|
376
401
|
"kind": 32768,
|
|
377
402
|
"kindString": "Parameter",
|
|
@@ -381,12 +406,12 @@
|
|
|
381
406
|
},
|
|
382
407
|
"type": {
|
|
383
408
|
"type": "reference",
|
|
384
|
-
"id":
|
|
409
|
+
"id": 241,
|
|
385
410
|
"name": "SkyTileDashboardConfigLayoutTile"
|
|
386
411
|
}
|
|
387
412
|
},
|
|
388
413
|
{
|
|
389
|
-
"id":
|
|
414
|
+
"id": 144,
|
|
390
415
|
"name": "component",
|
|
391
416
|
"kind": 32768,
|
|
392
417
|
"kindString": "Parameter",
|
|
@@ -416,7 +441,7 @@
|
|
|
416
441
|
]
|
|
417
442
|
},
|
|
418
443
|
{
|
|
419
|
-
"id":
|
|
444
|
+
"id": 148,
|
|
420
445
|
"name": "setAllTilesCollapsed",
|
|
421
446
|
"kind": 2048,
|
|
422
447
|
"kindString": "Method",
|
|
@@ -426,13 +451,13 @@
|
|
|
426
451
|
"sources": [
|
|
427
452
|
{
|
|
428
453
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
429
|
-
"line":
|
|
454
|
+
"line": 162,
|
|
430
455
|
"character": 9
|
|
431
456
|
}
|
|
432
457
|
],
|
|
433
458
|
"signatures": [
|
|
434
459
|
{
|
|
435
|
-
"id":
|
|
460
|
+
"id": 149,
|
|
436
461
|
"name": "setAllTilesCollapsed",
|
|
437
462
|
"kind": 4096,
|
|
438
463
|
"kindString": "Call signature",
|
|
@@ -442,7 +467,7 @@
|
|
|
442
467
|
},
|
|
443
468
|
"parameters": [
|
|
444
469
|
{
|
|
445
|
-
"id":
|
|
470
|
+
"id": 150,
|
|
446
471
|
"name": "isCollapsed",
|
|
447
472
|
"kind": 32768,
|
|
448
473
|
"kindString": "Parameter",
|
|
@@ -464,7 +489,7 @@
|
|
|
464
489
|
]
|
|
465
490
|
},
|
|
466
491
|
{
|
|
467
|
-
"id":
|
|
492
|
+
"id": 151,
|
|
468
493
|
"name": "setTileCollapsed",
|
|
469
494
|
"kind": 2048,
|
|
470
495
|
"kindString": "Method",
|
|
@@ -474,13 +499,13 @@
|
|
|
474
499
|
"sources": [
|
|
475
500
|
{
|
|
476
501
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
477
|
-
"line":
|
|
502
|
+
"line": 187,
|
|
478
503
|
"character": 9
|
|
479
504
|
}
|
|
480
505
|
],
|
|
481
506
|
"signatures": [
|
|
482
507
|
{
|
|
483
|
-
"id":
|
|
508
|
+
"id": 152,
|
|
484
509
|
"name": "setTileCollapsed",
|
|
485
510
|
"kind": 4096,
|
|
486
511
|
"kindString": "Call signature",
|
|
@@ -490,7 +515,7 @@
|
|
|
490
515
|
},
|
|
491
516
|
"parameters": [
|
|
492
517
|
{
|
|
493
|
-
"id":
|
|
518
|
+
"id": 153,
|
|
494
519
|
"name": "tile",
|
|
495
520
|
"kind": 32768,
|
|
496
521
|
"kindString": "Parameter",
|
|
@@ -505,7 +530,7 @@
|
|
|
505
530
|
}
|
|
506
531
|
},
|
|
507
532
|
{
|
|
508
|
-
"id":
|
|
533
|
+
"id": 154,
|
|
509
534
|
"name": "isCollapsed",
|
|
510
535
|
"kind": 32768,
|
|
511
536
|
"kindString": "Parameter",
|
|
@@ -527,7 +552,7 @@
|
|
|
527
552
|
]
|
|
528
553
|
},
|
|
529
554
|
{
|
|
530
|
-
"id":
|
|
555
|
+
"id": 145,
|
|
531
556
|
"name": "tileIsCollapsed",
|
|
532
557
|
"kind": 2048,
|
|
533
558
|
"kindString": "Method",
|
|
@@ -537,13 +562,13 @@
|
|
|
537
562
|
"sources": [
|
|
538
563
|
{
|
|
539
564
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
540
|
-
"line":
|
|
565
|
+
"line": 148,
|
|
541
566
|
"character": 9
|
|
542
567
|
}
|
|
543
568
|
],
|
|
544
569
|
"signatures": [
|
|
545
570
|
{
|
|
546
|
-
"id":
|
|
571
|
+
"id": 146,
|
|
547
572
|
"name": "tileIsCollapsed",
|
|
548
573
|
"kind": 4096,
|
|
549
574
|
"kindString": "Call signature",
|
|
@@ -553,7 +578,7 @@
|
|
|
553
578
|
},
|
|
554
579
|
"parameters": [
|
|
555
580
|
{
|
|
556
|
-
"id":
|
|
581
|
+
"id": 147,
|
|
557
582
|
"name": "tile",
|
|
558
583
|
"kind": 32768,
|
|
559
584
|
"kindString": "Parameter",
|
|
@@ -581,37 +606,37 @@
|
|
|
581
606
|
"title": "Constructors",
|
|
582
607
|
"kind": 512,
|
|
583
608
|
"children": [
|
|
584
|
-
|
|
609
|
+
116
|
|
585
610
|
]
|
|
586
611
|
},
|
|
587
612
|
{
|
|
588
613
|
"title": "Properties",
|
|
589
614
|
"kind": 1024,
|
|
590
615
|
"children": [
|
|
591
|
-
|
|
616
|
+
124
|
|
592
617
|
]
|
|
593
618
|
},
|
|
594
619
|
{
|
|
595
620
|
"title": "Methods",
|
|
596
621
|
"kind": 2048,
|
|
597
622
|
"children": [
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
623
|
+
141,
|
|
624
|
+
148,
|
|
625
|
+
151,
|
|
626
|
+
145
|
|
602
627
|
]
|
|
603
628
|
}
|
|
604
629
|
],
|
|
605
630
|
"sources": [
|
|
606
631
|
{
|
|
607
632
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
608
|
-
"line":
|
|
633
|
+
"line": 33,
|
|
609
634
|
"character": 13
|
|
610
635
|
}
|
|
611
636
|
]
|
|
612
637
|
},
|
|
613
638
|
{
|
|
614
|
-
"id":
|
|
639
|
+
"id": 101,
|
|
615
640
|
"name": "SkyTileModule",
|
|
616
641
|
"kind": 128,
|
|
617
642
|
"kindString": "Class",
|
|
@@ -636,7 +661,7 @@
|
|
|
636
661
|
"title": "Constructors",
|
|
637
662
|
"kind": 512,
|
|
638
663
|
"children": [
|
|
639
|
-
|
|
664
|
+
102
|
|
640
665
|
]
|
|
641
666
|
}
|
|
642
667
|
],
|
|
@@ -649,7 +674,7 @@
|
|
|
649
674
|
]
|
|
650
675
|
},
|
|
651
676
|
{
|
|
652
|
-
"id":
|
|
677
|
+
"id": 252,
|
|
653
678
|
"name": "SkyTilesModule",
|
|
654
679
|
"kind": 128,
|
|
655
680
|
"kindString": "Class",
|
|
@@ -674,7 +699,7 @@
|
|
|
674
699
|
"title": "Constructors",
|
|
675
700
|
"kind": 512,
|
|
676
701
|
"children": [
|
|
677
|
-
|
|
702
|
+
253
|
|
678
703
|
]
|
|
679
704
|
}
|
|
680
705
|
],
|
|
@@ -719,7 +744,7 @@
|
|
|
719
744
|
"sources": [
|
|
720
745
|
{
|
|
721
746
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
722
|
-
"line":
|
|
747
|
+
"line": 117,
|
|
723
748
|
"character": 2
|
|
724
749
|
}
|
|
725
750
|
],
|
|
@@ -785,7 +810,7 @@
|
|
|
785
810
|
],
|
|
786
811
|
"type": {
|
|
787
812
|
"type": "reference",
|
|
788
|
-
"id":
|
|
813
|
+
"id": 115,
|
|
789
814
|
"name": "SkyTileDashboardService"
|
|
790
815
|
}
|
|
791
816
|
}
|
|
@@ -818,6 +843,49 @@
|
|
|
818
843
|
"name": "string"
|
|
819
844
|
}
|
|
820
845
|
},
|
|
846
|
+
{
|
|
847
|
+
"id": 19,
|
|
848
|
+
"name": "grabHandle",
|
|
849
|
+
"kind": 1024,
|
|
850
|
+
"kindString": "Property",
|
|
851
|
+
"flags": {
|
|
852
|
+
"isPublic": true
|
|
853
|
+
},
|
|
854
|
+
"decorators": [
|
|
855
|
+
{
|
|
856
|
+
"name": "ViewChild",
|
|
857
|
+
"type": {
|
|
858
|
+
"type": "reference",
|
|
859
|
+
"qualifiedName": "ViewChildDecorator",
|
|
860
|
+
"package": "@angular/core",
|
|
861
|
+
"name": "ViewChild"
|
|
862
|
+
},
|
|
863
|
+
"arguments": {
|
|
864
|
+
"selector": "'grabHandle'",
|
|
865
|
+
"opts": "{\n read: ElementRef,\n static: false,\n }"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"sources": [
|
|
870
|
+
{
|
|
871
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
872
|
+
"line": 104,
|
|
873
|
+
"character": 9
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"type": {
|
|
877
|
+
"type": "reference",
|
|
878
|
+
"typeArguments": [
|
|
879
|
+
{
|
|
880
|
+
"type": "intrinsic",
|
|
881
|
+
"name": "any"
|
|
882
|
+
}
|
|
883
|
+
],
|
|
884
|
+
"qualifiedName": "ElementRef",
|
|
885
|
+
"package": "@angular/core",
|
|
886
|
+
"name": "ElementRef"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
821
889
|
{
|
|
822
890
|
"id": 12,
|
|
823
891
|
"name": "helpClick",
|
|
@@ -1087,11 +1155,54 @@
|
|
|
1087
1155
|
],
|
|
1088
1156
|
"type": {
|
|
1089
1157
|
"type": "intrinsic",
|
|
1090
|
-
"name": "
|
|
1158
|
+
"name": "string"
|
|
1091
1159
|
}
|
|
1092
1160
|
},
|
|
1093
1161
|
{
|
|
1094
|
-
"id":
|
|
1162
|
+
"id": 20,
|
|
1163
|
+
"name": "title",
|
|
1164
|
+
"kind": 1024,
|
|
1165
|
+
"kindString": "Property",
|
|
1166
|
+
"flags": {
|
|
1167
|
+
"isPublic": true
|
|
1168
|
+
},
|
|
1169
|
+
"decorators": [
|
|
1170
|
+
{
|
|
1171
|
+
"name": "ViewChild",
|
|
1172
|
+
"type": {
|
|
1173
|
+
"type": "reference",
|
|
1174
|
+
"qualifiedName": "ViewChildDecorator",
|
|
1175
|
+
"package": "@angular/core",
|
|
1176
|
+
"name": "ViewChild"
|
|
1177
|
+
},
|
|
1178
|
+
"arguments": {
|
|
1179
|
+
"selector": "'titleContainer'",
|
|
1180
|
+
"opts": "{\n read: ElementRef,\n static: false,\n }"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
],
|
|
1184
|
+
"sources": [
|
|
1185
|
+
{
|
|
1186
|
+
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1187
|
+
"line": 110,
|
|
1188
|
+
"character": 9
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"type": {
|
|
1192
|
+
"type": "reference",
|
|
1193
|
+
"typeArguments": [
|
|
1194
|
+
{
|
|
1195
|
+
"type": "intrinsic",
|
|
1196
|
+
"name": "any"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"qualifiedName": "ElementRef",
|
|
1200
|
+
"package": "@angular/core",
|
|
1201
|
+
"name": "ElementRef"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": 34,
|
|
1095
1206
|
"name": "hasHelp",
|
|
1096
1207
|
"kind": 262144,
|
|
1097
1208
|
"kindString": "Accessor",
|
|
@@ -1101,13 +1212,13 @@
|
|
|
1101
1212
|
"sources": [
|
|
1102
1213
|
{
|
|
1103
1214
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1104
|
-
"line":
|
|
1215
|
+
"line": 161,
|
|
1105
1216
|
"character": 13
|
|
1106
1217
|
}
|
|
1107
1218
|
],
|
|
1108
1219
|
"getSignature": [
|
|
1109
1220
|
{
|
|
1110
|
-
"id":
|
|
1221
|
+
"id": 35,
|
|
1111
1222
|
"name": "hasHelp",
|
|
1112
1223
|
"kind": 524288,
|
|
1113
1224
|
"kindString": "Get signature",
|
|
@@ -1120,7 +1231,7 @@
|
|
|
1120
1231
|
]
|
|
1121
1232
|
},
|
|
1122
1233
|
{
|
|
1123
|
-
"id":
|
|
1234
|
+
"id": 32,
|
|
1124
1235
|
"name": "hasSettings",
|
|
1125
1236
|
"kind": 262144,
|
|
1126
1237
|
"kindString": "Accessor",
|
|
@@ -1130,13 +1241,13 @@
|
|
|
1130
1241
|
"sources": [
|
|
1131
1242
|
{
|
|
1132
1243
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1133
|
-
"line":
|
|
1244
|
+
"line": 157,
|
|
1134
1245
|
"character": 13
|
|
1135
1246
|
}
|
|
1136
1247
|
],
|
|
1137
1248
|
"getSignature": [
|
|
1138
1249
|
{
|
|
1139
|
-
"id":
|
|
1250
|
+
"id": 33,
|
|
1140
1251
|
"name": "hasSettings",
|
|
1141
1252
|
"kind": 524288,
|
|
1142
1253
|
"kindString": "Get signature",
|
|
@@ -1213,7 +1324,7 @@
|
|
|
1213
1324
|
]
|
|
1214
1325
|
},
|
|
1215
1326
|
{
|
|
1216
|
-
"id":
|
|
1327
|
+
"id": 38,
|
|
1217
1328
|
"name": "chevronDirectionChange",
|
|
1218
1329
|
"kind": 2048,
|
|
1219
1330
|
"kindString": "Method",
|
|
@@ -1223,20 +1334,20 @@
|
|
|
1223
1334
|
"sources": [
|
|
1224
1335
|
{
|
|
1225
1336
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1226
|
-
"line":
|
|
1337
|
+
"line": 169,
|
|
1227
1338
|
"character": 9
|
|
1228
1339
|
}
|
|
1229
1340
|
],
|
|
1230
1341
|
"signatures": [
|
|
1231
1342
|
{
|
|
1232
|
-
"id":
|
|
1343
|
+
"id": 39,
|
|
1233
1344
|
"name": "chevronDirectionChange",
|
|
1234
1345
|
"kind": 4096,
|
|
1235
1346
|
"kindString": "Call signature",
|
|
1236
1347
|
"flags": {},
|
|
1237
1348
|
"parameters": [
|
|
1238
1349
|
{
|
|
1239
|
-
"id":
|
|
1350
|
+
"id": 40,
|
|
1240
1351
|
"name": "direction",
|
|
1241
1352
|
"kind": 32768,
|
|
1242
1353
|
"kindString": "Parameter",
|
|
@@ -1255,7 +1366,7 @@
|
|
|
1255
1366
|
]
|
|
1256
1367
|
},
|
|
1257
1368
|
{
|
|
1258
|
-
"id":
|
|
1369
|
+
"id": 30,
|
|
1259
1370
|
"name": "helpButtonClicked",
|
|
1260
1371
|
"kind": 2048,
|
|
1261
1372
|
"kindString": "Method",
|
|
@@ -1265,13 +1376,13 @@
|
|
|
1265
1376
|
"sources": [
|
|
1266
1377
|
{
|
|
1267
1378
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1268
|
-
"line":
|
|
1379
|
+
"line": 153,
|
|
1269
1380
|
"character": 9
|
|
1270
1381
|
}
|
|
1271
1382
|
],
|
|
1272
1383
|
"signatures": [
|
|
1273
1384
|
{
|
|
1274
|
-
"id":
|
|
1385
|
+
"id": 31,
|
|
1275
1386
|
"name": "helpButtonClicked",
|
|
1276
1387
|
"kind": 4096,
|
|
1277
1388
|
"kindString": "Call signature",
|
|
@@ -1284,7 +1395,7 @@
|
|
|
1284
1395
|
]
|
|
1285
1396
|
},
|
|
1286
1397
|
{
|
|
1287
|
-
"id":
|
|
1398
|
+
"id": 41,
|
|
1288
1399
|
"name": "moveTile",
|
|
1289
1400
|
"kind": 2048,
|
|
1290
1401
|
"kindString": "Method",
|
|
@@ -1294,20 +1405,20 @@
|
|
|
1294
1405
|
"sources": [
|
|
1295
1406
|
{
|
|
1296
1407
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1297
|
-
"line":
|
|
1408
|
+
"line": 173,
|
|
1298
1409
|
"character": 9
|
|
1299
1410
|
}
|
|
1300
1411
|
],
|
|
1301
1412
|
"signatures": [
|
|
1302
1413
|
{
|
|
1303
|
-
"id":
|
|
1414
|
+
"id": 42,
|
|
1304
1415
|
"name": "moveTile",
|
|
1305
1416
|
"kind": 4096,
|
|
1306
1417
|
"kindString": "Call signature",
|
|
1307
1418
|
"flags": {},
|
|
1308
1419
|
"parameters": [
|
|
1309
1420
|
{
|
|
1310
|
-
"id":
|
|
1421
|
+
"id": 43,
|
|
1311
1422
|
"name": "event",
|
|
1312
1423
|
"kind": 32768,
|
|
1313
1424
|
"kindString": "Parameter",
|
|
@@ -1328,7 +1439,7 @@
|
|
|
1328
1439
|
]
|
|
1329
1440
|
},
|
|
1330
1441
|
{
|
|
1331
|
-
"id":
|
|
1442
|
+
"id": 26,
|
|
1332
1443
|
"name": "ngOnDestroy",
|
|
1333
1444
|
"kind": 2048,
|
|
1334
1445
|
"kindString": "Method",
|
|
@@ -1338,13 +1449,13 @@
|
|
|
1338
1449
|
"sources": [
|
|
1339
1450
|
{
|
|
1340
1451
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1341
|
-
"line":
|
|
1452
|
+
"line": 144,
|
|
1342
1453
|
"character": 9
|
|
1343
1454
|
}
|
|
1344
1455
|
],
|
|
1345
1456
|
"signatures": [
|
|
1346
1457
|
{
|
|
1347
|
-
"id":
|
|
1458
|
+
"id": 27,
|
|
1348
1459
|
"name": "ngOnDestroy",
|
|
1349
1460
|
"kind": 4096,
|
|
1350
1461
|
"kindString": "Call signature",
|
|
@@ -1365,7 +1476,7 @@
|
|
|
1365
1476
|
}
|
|
1366
1477
|
},
|
|
1367
1478
|
{
|
|
1368
|
-
"id":
|
|
1479
|
+
"id": 28,
|
|
1369
1480
|
"name": "settingsButtonClicked",
|
|
1370
1481
|
"kind": 2048,
|
|
1371
1482
|
"kindString": "Method",
|
|
@@ -1375,13 +1486,13 @@
|
|
|
1375
1486
|
"sources": [
|
|
1376
1487
|
{
|
|
1377
1488
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1378
|
-
"line":
|
|
1489
|
+
"line": 149,
|
|
1379
1490
|
"character": 9
|
|
1380
1491
|
}
|
|
1381
1492
|
],
|
|
1382
1493
|
"signatures": [
|
|
1383
1494
|
{
|
|
1384
|
-
"id":
|
|
1495
|
+
"id": 29,
|
|
1385
1496
|
"name": "settingsButtonClicked",
|
|
1386
1497
|
"kind": 4096,
|
|
1387
1498
|
"kindString": "Call signature",
|
|
@@ -1394,7 +1505,7 @@
|
|
|
1394
1505
|
]
|
|
1395
1506
|
},
|
|
1396
1507
|
{
|
|
1397
|
-
"id":
|
|
1508
|
+
"id": 36,
|
|
1398
1509
|
"name": "titleClick",
|
|
1399
1510
|
"kind": 2048,
|
|
1400
1511
|
"kindString": "Method",
|
|
@@ -1404,13 +1515,13 @@
|
|
|
1404
1515
|
"sources": [
|
|
1405
1516
|
{
|
|
1406
1517
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1407
|
-
"line":
|
|
1518
|
+
"line": 165,
|
|
1408
1519
|
"character": 9
|
|
1409
1520
|
}
|
|
1410
1521
|
],
|
|
1411
1522
|
"signatures": [
|
|
1412
1523
|
{
|
|
1413
|
-
"id":
|
|
1524
|
+
"id": 37,
|
|
1414
1525
|
"name": "titleClick",
|
|
1415
1526
|
"kind": 4096,
|
|
1416
1527
|
"kindString": "Call signature",
|
|
@@ -1436,22 +1547,24 @@
|
|
|
1436
1547
|
"kind": 1024,
|
|
1437
1548
|
"children": [
|
|
1438
1549
|
17,
|
|
1439
|
-
|
|
1550
|
+
25,
|
|
1551
|
+
19,
|
|
1440
1552
|
12,
|
|
1441
1553
|
11,
|
|
1442
1554
|
18,
|
|
1443
1555
|
10,
|
|
1444
1556
|
8,
|
|
1445
1557
|
7,
|
|
1446
|
-
9
|
|
1558
|
+
9,
|
|
1559
|
+
20
|
|
1447
1560
|
]
|
|
1448
1561
|
},
|
|
1449
1562
|
{
|
|
1450
1563
|
"title": "Accessors",
|
|
1451
1564
|
"kind": 262144,
|
|
1452
1565
|
"children": [
|
|
1566
|
+
34,
|
|
1453
1567
|
32,
|
|
1454
|
-
30,
|
|
1455
1568
|
13
|
|
1456
1569
|
]
|
|
1457
1570
|
},
|
|
@@ -1459,12 +1572,12 @@
|
|
|
1459
1572
|
"title": "Methods",
|
|
1460
1573
|
"kind": 2048,
|
|
1461
1574
|
"children": [
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
24,
|
|
1575
|
+
38,
|
|
1576
|
+
30,
|
|
1577
|
+
41,
|
|
1466
1578
|
26,
|
|
1467
|
-
|
|
1579
|
+
28,
|
|
1580
|
+
36
|
|
1468
1581
|
]
|
|
1469
1582
|
}
|
|
1470
1583
|
],
|
|
@@ -1485,7 +1598,7 @@
|
|
|
1485
1598
|
]
|
|
1486
1599
|
},
|
|
1487
1600
|
{
|
|
1488
|
-
"id":
|
|
1601
|
+
"id": 46,
|
|
1489
1602
|
"name": "SkyTileSummaryComponent",
|
|
1490
1603
|
"kind": 128,
|
|
1491
1604
|
"kindString": "Class",
|
|
@@ -1513,7 +1626,7 @@
|
|
|
1513
1626
|
"title": "Constructors",
|
|
1514
1627
|
"kind": 512,
|
|
1515
1628
|
"children": [
|
|
1516
|
-
|
|
1629
|
+
47
|
|
1517
1630
|
]
|
|
1518
1631
|
}
|
|
1519
1632
|
],
|
|
@@ -1526,7 +1639,7 @@
|
|
|
1526
1639
|
]
|
|
1527
1640
|
},
|
|
1528
1641
|
{
|
|
1529
|
-
"id":
|
|
1642
|
+
"id": 49,
|
|
1530
1643
|
"name": "SkyTileTitleComponent",
|
|
1531
1644
|
"kind": 128,
|
|
1532
1645
|
"kindString": "Class",
|
|
@@ -1554,7 +1667,7 @@
|
|
|
1554
1667
|
"title": "Constructors",
|
|
1555
1668
|
"kind": 512,
|
|
1556
1669
|
"children": [
|
|
1557
|
-
|
|
1670
|
+
50
|
|
1558
1671
|
]
|
|
1559
1672
|
}
|
|
1560
1673
|
],
|
|
@@ -1567,7 +1680,7 @@
|
|
|
1567
1680
|
]
|
|
1568
1681
|
},
|
|
1569
1682
|
{
|
|
1570
|
-
"id":
|
|
1683
|
+
"id": 52,
|
|
1571
1684
|
"name": "SkyTileContentSectionComponent",
|
|
1572
1685
|
"kind": 128,
|
|
1573
1686
|
"kindString": "Class",
|
|
@@ -1595,7 +1708,7 @@
|
|
|
1595
1708
|
"title": "Constructors",
|
|
1596
1709
|
"kind": 512,
|
|
1597
1710
|
"children": [
|
|
1598
|
-
|
|
1711
|
+
53
|
|
1599
1712
|
]
|
|
1600
1713
|
}
|
|
1601
1714
|
],
|
|
@@ -1608,7 +1721,7 @@
|
|
|
1608
1721
|
]
|
|
1609
1722
|
},
|
|
1610
1723
|
{
|
|
1611
|
-
"id":
|
|
1724
|
+
"id": 55,
|
|
1612
1725
|
"name": "SkyTileContentComponent",
|
|
1613
1726
|
"kind": 128,
|
|
1614
1727
|
"kindString": "Class",
|
|
@@ -1636,7 +1749,7 @@
|
|
|
1636
1749
|
"title": "Constructors",
|
|
1637
1750
|
"kind": 512,
|
|
1638
1751
|
"children": [
|
|
1639
|
-
|
|
1752
|
+
56
|
|
1640
1753
|
]
|
|
1641
1754
|
}
|
|
1642
1755
|
],
|
|
@@ -1649,7 +1762,7 @@
|
|
|
1649
1762
|
]
|
|
1650
1763
|
},
|
|
1651
1764
|
{
|
|
1652
|
-
"id":
|
|
1765
|
+
"id": 68,
|
|
1653
1766
|
"name": "SkyTileDashboardComponent",
|
|
1654
1767
|
"kind": 128,
|
|
1655
1768
|
"kindString": "Class",
|
|
@@ -1673,7 +1786,7 @@
|
|
|
1673
1786
|
],
|
|
1674
1787
|
"children": [
|
|
1675
1788
|
{
|
|
1676
|
-
"id":
|
|
1789
|
+
"id": 69,
|
|
1677
1790
|
"name": "constructor",
|
|
1678
1791
|
"kind": 512,
|
|
1679
1792
|
"kindString": "Constructor",
|
|
@@ -1681,33 +1794,33 @@
|
|
|
1681
1794
|
"sources": [
|
|
1682
1795
|
{
|
|
1683
1796
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1684
|
-
"line":
|
|
1797
|
+
"line": 99,
|
|
1685
1798
|
"character": 2
|
|
1686
1799
|
}
|
|
1687
1800
|
],
|
|
1688
1801
|
"signatures": [
|
|
1689
1802
|
{
|
|
1690
|
-
"id":
|
|
1803
|
+
"id": 70,
|
|
1691
1804
|
"name": "SkyTileDashboardComponent",
|
|
1692
1805
|
"kind": 16384,
|
|
1693
1806
|
"kindString": "Constructor signature",
|
|
1694
1807
|
"flags": {},
|
|
1695
1808
|
"parameters": [
|
|
1696
1809
|
{
|
|
1697
|
-
"id":
|
|
1810
|
+
"id": 71,
|
|
1698
1811
|
"name": "dashboardService",
|
|
1699
1812
|
"kind": 32768,
|
|
1700
1813
|
"kindString": "Parameter",
|
|
1701
1814
|
"flags": {},
|
|
1702
1815
|
"type": {
|
|
1703
1816
|
"type": "reference",
|
|
1704
|
-
"id":
|
|
1817
|
+
"id": 115,
|
|
1705
1818
|
"name": "SkyTileDashboardService"
|
|
1706
1819
|
}
|
|
1707
1820
|
},
|
|
1708
1821
|
{
|
|
1709
|
-
"id":
|
|
1710
|
-
"name": "
|
|
1822
|
+
"id": 72,
|
|
1823
|
+
"name": "mediaQueryService",
|
|
1711
1824
|
"kind": 32768,
|
|
1712
1825
|
"kindString": "Parameter",
|
|
1713
1826
|
"flags": {},
|
|
@@ -1717,7 +1830,7 @@
|
|
|
1717
1830
|
}
|
|
1718
1831
|
},
|
|
1719
1832
|
{
|
|
1720
|
-
"id":
|
|
1833
|
+
"id": 73,
|
|
1721
1834
|
"name": "resourcesService",
|
|
1722
1835
|
"kind": 32768,
|
|
1723
1836
|
"kindString": "Parameter",
|
|
@@ -1744,14 +1857,56 @@
|
|
|
1744
1857
|
],
|
|
1745
1858
|
"type": {
|
|
1746
1859
|
"type": "reference",
|
|
1747
|
-
"id":
|
|
1860
|
+
"id": 68,
|
|
1748
1861
|
"name": "SkyTileDashboardComponent"
|
|
1749
1862
|
}
|
|
1750
1863
|
}
|
|
1751
1864
|
]
|
|
1752
1865
|
},
|
|
1753
1866
|
{
|
|
1754
|
-
"id":
|
|
1867
|
+
"id": 81,
|
|
1868
|
+
"name": "columns",
|
|
1869
|
+
"kind": 1024,
|
|
1870
|
+
"kindString": "Property",
|
|
1871
|
+
"flags": {
|
|
1872
|
+
"isPublic": true
|
|
1873
|
+
},
|
|
1874
|
+
"decorators": [
|
|
1875
|
+
{
|
|
1876
|
+
"name": "ViewChildren",
|
|
1877
|
+
"type": {
|
|
1878
|
+
"type": "reference",
|
|
1879
|
+
"qualifiedName": "ViewChildrenDecorator",
|
|
1880
|
+
"package": "@angular/core",
|
|
1881
|
+
"name": "ViewChildren"
|
|
1882
|
+
},
|
|
1883
|
+
"arguments": {
|
|
1884
|
+
"selector": "SkyTileDashboardColumnComponent"
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
],
|
|
1888
|
+
"sources": [
|
|
1889
|
+
{
|
|
1890
|
+
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1891
|
+
"line": 79,
|
|
1892
|
+
"character": 9
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"type": {
|
|
1896
|
+
"type": "reference",
|
|
1897
|
+
"typeArguments": [
|
|
1898
|
+
{
|
|
1899
|
+
"type": "reference",
|
|
1900
|
+
"name": "SkyTileDashboardColumnComponent"
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"qualifiedName": "QueryList",
|
|
1904
|
+
"package": "@angular/core",
|
|
1905
|
+
"name": "QueryList"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"id": 80,
|
|
1755
1910
|
"name": "configChange",
|
|
1756
1911
|
"kind": 1024,
|
|
1757
1912
|
"kindString": "Property",
|
|
@@ -1785,7 +1940,7 @@
|
|
|
1785
1940
|
"typeArguments": [
|
|
1786
1941
|
{
|
|
1787
1942
|
"type": "reference",
|
|
1788
|
-
"id":
|
|
1943
|
+
"id": 232,
|
|
1789
1944
|
"name": "SkyTileDashboardConfig"
|
|
1790
1945
|
}
|
|
1791
1946
|
],
|
|
@@ -1796,7 +1951,7 @@
|
|
|
1796
1951
|
"defaultValue": "..."
|
|
1797
1952
|
},
|
|
1798
1953
|
{
|
|
1799
|
-
"id":
|
|
1954
|
+
"id": 78,
|
|
1800
1955
|
"name": "messageStream",
|
|
1801
1956
|
"kind": 1024,
|
|
1802
1957
|
"kindString": "Property",
|
|
@@ -1830,7 +1985,7 @@
|
|
|
1830
1985
|
"typeArguments": [
|
|
1831
1986
|
{
|
|
1832
1987
|
"type": "reference",
|
|
1833
|
-
"id":
|
|
1988
|
+
"id": 107,
|
|
1834
1989
|
"name": "SkyTileDashboardMessage"
|
|
1835
1990
|
}
|
|
1836
1991
|
],
|
|
@@ -1841,7 +1996,7 @@
|
|
|
1841
1996
|
"defaultValue": "..."
|
|
1842
1997
|
},
|
|
1843
1998
|
{
|
|
1844
|
-
"id":
|
|
1999
|
+
"id": 84,
|
|
1845
2000
|
"name": "moveInstructionsId",
|
|
1846
2001
|
"kind": 1024,
|
|
1847
2002
|
"kindString": "Property",
|
|
@@ -1858,11 +2013,10 @@
|
|
|
1858
2013
|
"type": {
|
|
1859
2014
|
"type": "intrinsic",
|
|
1860
2015
|
"name": "string"
|
|
1861
|
-
}
|
|
1862
|
-
"defaultValue": "..."
|
|
2016
|
+
}
|
|
1863
2017
|
},
|
|
1864
2018
|
{
|
|
1865
|
-
"id":
|
|
2019
|
+
"id": 79,
|
|
1866
2020
|
"name": "settingsKey",
|
|
1867
2021
|
"kind": 1024,
|
|
1868
2022
|
"kindString": "Property",
|
|
@@ -1897,7 +2051,7 @@
|
|
|
1897
2051
|
}
|
|
1898
2052
|
},
|
|
1899
2053
|
{
|
|
1900
|
-
"id":
|
|
2054
|
+
"id": 82,
|
|
1901
2055
|
"name": "singleColumn",
|
|
1902
2056
|
"kind": 1024,
|
|
1903
2057
|
"kindString": "Property",
|
|
@@ -1932,7 +2086,7 @@
|
|
|
1932
2086
|
}
|
|
1933
2087
|
},
|
|
1934
2088
|
{
|
|
1935
|
-
"id":
|
|
2089
|
+
"id": 83,
|
|
1936
2090
|
"name": "tileMovedReport",
|
|
1937
2091
|
"kind": 1024,
|
|
1938
2092
|
"kindString": "Property",
|
|
@@ -1949,10 +2103,11 @@
|
|
|
1949
2103
|
"type": {
|
|
1950
2104
|
"type": "intrinsic",
|
|
1951
2105
|
"name": "string"
|
|
1952
|
-
}
|
|
2106
|
+
},
|
|
2107
|
+
"defaultValue": "''"
|
|
1953
2108
|
},
|
|
1954
2109
|
{
|
|
1955
|
-
"id":
|
|
2110
|
+
"id": 74,
|
|
1956
2111
|
"name": "config",
|
|
1957
2112
|
"kind": 262144,
|
|
1958
2113
|
"kindString": "Accessor",
|
|
@@ -1980,7 +2135,7 @@
|
|
|
1980
2135
|
],
|
|
1981
2136
|
"getSignature": [
|
|
1982
2137
|
{
|
|
1983
|
-
"id":
|
|
2138
|
+
"id": 75,
|
|
1984
2139
|
"name": "config",
|
|
1985
2140
|
"kind": 524288,
|
|
1986
2141
|
"kindString": "Get signature",
|
|
@@ -1996,14 +2151,14 @@
|
|
|
1996
2151
|
},
|
|
1997
2152
|
"type": {
|
|
1998
2153
|
"type": "reference",
|
|
1999
|
-
"id":
|
|
2154
|
+
"id": 232,
|
|
2000
2155
|
"name": "SkyTileDashboardConfig"
|
|
2001
2156
|
}
|
|
2002
2157
|
}
|
|
2003
2158
|
],
|
|
2004
2159
|
"setSignature": [
|
|
2005
2160
|
{
|
|
2006
|
-
"id":
|
|
2161
|
+
"id": 76,
|
|
2007
2162
|
"name": "config",
|
|
2008
2163
|
"kind": 1048576,
|
|
2009
2164
|
"kindString": "Set signature",
|
|
@@ -2019,14 +2174,14 @@
|
|
|
2019
2174
|
},
|
|
2020
2175
|
"parameters": [
|
|
2021
2176
|
{
|
|
2022
|
-
"id":
|
|
2177
|
+
"id": 77,
|
|
2023
2178
|
"name": "value",
|
|
2024
2179
|
"kind": 32768,
|
|
2025
2180
|
"kindString": "Parameter",
|
|
2026
2181
|
"flags": {},
|
|
2027
2182
|
"type": {
|
|
2028
2183
|
"type": "reference",
|
|
2029
|
-
"id":
|
|
2184
|
+
"id": 232,
|
|
2030
2185
|
"name": "SkyTileDashboardConfig"
|
|
2031
2186
|
}
|
|
2032
2187
|
}
|
|
@@ -2039,7 +2194,7 @@
|
|
|
2039
2194
|
]
|
|
2040
2195
|
},
|
|
2041
2196
|
{
|
|
2042
|
-
"id":
|
|
2197
|
+
"id": 92,
|
|
2043
2198
|
"name": "ngAfterViewInit",
|
|
2044
2199
|
"kind": 2048,
|
|
2045
2200
|
"kindString": "Method",
|
|
@@ -2049,13 +2204,13 @@
|
|
|
2049
2204
|
"sources": [
|
|
2050
2205
|
{
|
|
2051
2206
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2052
|
-
"line":
|
|
2207
|
+
"line": 149,
|
|
2053
2208
|
"character": 9
|
|
2054
2209
|
}
|
|
2055
2210
|
],
|
|
2056
2211
|
"signatures": [
|
|
2057
2212
|
{
|
|
2058
|
-
"id":
|
|
2213
|
+
"id": 93,
|
|
2059
2214
|
"name": "ngAfterViewInit",
|
|
2060
2215
|
"kind": 4096,
|
|
2061
2216
|
"kindString": "Call signature",
|
|
@@ -2076,7 +2231,7 @@
|
|
|
2076
2231
|
}
|
|
2077
2232
|
},
|
|
2078
2233
|
{
|
|
2079
|
-
"id":
|
|
2234
|
+
"id": 94,
|
|
2080
2235
|
"name": "ngOnDestroy",
|
|
2081
2236
|
"kind": 2048,
|
|
2082
2237
|
"kindString": "Method",
|
|
@@ -2086,13 +2241,13 @@
|
|
|
2086
2241
|
"sources": [
|
|
2087
2242
|
{
|
|
2088
2243
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2089
|
-
"line":
|
|
2244
|
+
"line": 160,
|
|
2090
2245
|
"character": 9
|
|
2091
2246
|
}
|
|
2092
2247
|
],
|
|
2093
2248
|
"signatures": [
|
|
2094
2249
|
{
|
|
2095
|
-
"id":
|
|
2250
|
+
"id": 95,
|
|
2096
2251
|
"name": "ngOnDestroy",
|
|
2097
2252
|
"kind": 4096,
|
|
2098
2253
|
"kindString": "Call signature",
|
|
@@ -2118,34 +2273,35 @@
|
|
|
2118
2273
|
"title": "Constructors",
|
|
2119
2274
|
"kind": 512,
|
|
2120
2275
|
"children": [
|
|
2121
|
-
|
|
2276
|
+
69
|
|
2122
2277
|
]
|
|
2123
2278
|
},
|
|
2124
2279
|
{
|
|
2125
2280
|
"title": "Properties",
|
|
2126
2281
|
"kind": 1024,
|
|
2127
2282
|
"children": [
|
|
2128
|
-
79,
|
|
2129
|
-
77,
|
|
2130
|
-
83,
|
|
2131
|
-
78,
|
|
2132
2283
|
81,
|
|
2133
|
-
|
|
2284
|
+
80,
|
|
2285
|
+
78,
|
|
2286
|
+
84,
|
|
2287
|
+
79,
|
|
2288
|
+
82,
|
|
2289
|
+
83
|
|
2134
2290
|
]
|
|
2135
2291
|
},
|
|
2136
2292
|
{
|
|
2137
2293
|
"title": "Accessors",
|
|
2138
2294
|
"kind": 262144,
|
|
2139
2295
|
"children": [
|
|
2140
|
-
|
|
2296
|
+
74
|
|
2141
2297
|
]
|
|
2142
2298
|
},
|
|
2143
2299
|
{
|
|
2144
2300
|
"title": "Methods",
|
|
2145
2301
|
"kind": 2048,
|
|
2146
2302
|
"children": [
|
|
2147
|
-
|
|
2148
|
-
|
|
2303
|
+
92,
|
|
2304
|
+
94
|
|
2149
2305
|
]
|
|
2150
2306
|
}
|
|
2151
2307
|
],
|
|
@@ -2172,14 +2328,14 @@
|
|
|
2172
2328
|
]
|
|
2173
2329
|
},
|
|
2174
2330
|
{
|
|
2175
|
-
"id":
|
|
2331
|
+
"id": 232,
|
|
2176
2332
|
"name": "SkyTileDashboardConfig",
|
|
2177
2333
|
"kind": 256,
|
|
2178
2334
|
"kindString": "Interface",
|
|
2179
2335
|
"flags": {},
|
|
2180
2336
|
"children": [
|
|
2181
2337
|
{
|
|
2182
|
-
"id":
|
|
2338
|
+
"id": 234,
|
|
2183
2339
|
"name": "layout",
|
|
2184
2340
|
"kind": 1024,
|
|
2185
2341
|
"kindString": "Property",
|
|
@@ -2196,12 +2352,12 @@
|
|
|
2196
2352
|
],
|
|
2197
2353
|
"type": {
|
|
2198
2354
|
"type": "reference",
|
|
2199
|
-
"id":
|
|
2355
|
+
"id": 236,
|
|
2200
2356
|
"name": "SkyTileDashboardConfigLayout"
|
|
2201
2357
|
}
|
|
2202
2358
|
},
|
|
2203
2359
|
{
|
|
2204
|
-
"id":
|
|
2360
|
+
"id": 235,
|
|
2205
2361
|
"name": "movedTile",
|
|
2206
2362
|
"kind": 1024,
|
|
2207
2363
|
"kindString": "Property",
|
|
@@ -2220,12 +2376,12 @@
|
|
|
2220
2376
|
],
|
|
2221
2377
|
"type": {
|
|
2222
2378
|
"type": "reference",
|
|
2223
|
-
"id":
|
|
2379
|
+
"id": 244,
|
|
2224
2380
|
"name": "SkyTileDashboardConfigReorderData"
|
|
2225
2381
|
}
|
|
2226
2382
|
},
|
|
2227
2383
|
{
|
|
2228
|
-
"id":
|
|
2384
|
+
"id": 233,
|
|
2229
2385
|
"name": "tiles",
|
|
2230
2386
|
"kind": 1024,
|
|
2231
2387
|
"kindString": "Property",
|
|
@@ -2250,7 +2406,7 @@
|
|
|
2250
2406
|
"type": "array",
|
|
2251
2407
|
"elementType": {
|
|
2252
2408
|
"type": "reference",
|
|
2253
|
-
"id":
|
|
2409
|
+
"id": 248,
|
|
2254
2410
|
"name": "SkyTileDashboardConfigTile"
|
|
2255
2411
|
}
|
|
2256
2412
|
}
|
|
@@ -2261,9 +2417,9 @@
|
|
|
2261
2417
|
"title": "Properties",
|
|
2262
2418
|
"kind": 1024,
|
|
2263
2419
|
"children": [
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2420
|
+
234,
|
|
2421
|
+
235,
|
|
2422
|
+
233
|
|
2267
2423
|
]
|
|
2268
2424
|
}
|
|
2269
2425
|
],
|
|
@@ -2276,14 +2432,14 @@
|
|
|
2276
2432
|
]
|
|
2277
2433
|
},
|
|
2278
2434
|
{
|
|
2279
|
-
"id":
|
|
2435
|
+
"id": 236,
|
|
2280
2436
|
"name": "SkyTileDashboardConfigLayout",
|
|
2281
2437
|
"kind": 256,
|
|
2282
2438
|
"kindString": "Interface",
|
|
2283
2439
|
"flags": {},
|
|
2284
2440
|
"children": [
|
|
2285
2441
|
{
|
|
2286
|
-
"id":
|
|
2442
|
+
"id": 238,
|
|
2287
2443
|
"name": "multiColumn",
|
|
2288
2444
|
"kind": 1024,
|
|
2289
2445
|
"kindString": "Property",
|
|
@@ -2302,13 +2458,13 @@
|
|
|
2302
2458
|
"type": "array",
|
|
2303
2459
|
"elementType": {
|
|
2304
2460
|
"type": "reference",
|
|
2305
|
-
"id":
|
|
2461
|
+
"id": 239,
|
|
2306
2462
|
"name": "SkyTileDashboardConfigLayoutColumn"
|
|
2307
2463
|
}
|
|
2308
2464
|
}
|
|
2309
2465
|
},
|
|
2310
2466
|
{
|
|
2311
|
-
"id":
|
|
2467
|
+
"id": 237,
|
|
2312
2468
|
"name": "singleColumn",
|
|
2313
2469
|
"kind": 1024,
|
|
2314
2470
|
"kindString": "Property",
|
|
@@ -2325,7 +2481,7 @@
|
|
|
2325
2481
|
],
|
|
2326
2482
|
"type": {
|
|
2327
2483
|
"type": "reference",
|
|
2328
|
-
"id":
|
|
2484
|
+
"id": 239,
|
|
2329
2485
|
"name": "SkyTileDashboardConfigLayoutColumn"
|
|
2330
2486
|
}
|
|
2331
2487
|
}
|
|
@@ -2335,8 +2491,8 @@
|
|
|
2335
2491
|
"title": "Properties",
|
|
2336
2492
|
"kind": 1024,
|
|
2337
2493
|
"children": [
|
|
2338
|
-
|
|
2339
|
-
|
|
2494
|
+
238,
|
|
2495
|
+
237
|
|
2340
2496
|
]
|
|
2341
2497
|
}
|
|
2342
2498
|
],
|
|
@@ -2349,14 +2505,14 @@
|
|
|
2349
2505
|
]
|
|
2350
2506
|
},
|
|
2351
2507
|
{
|
|
2352
|
-
"id":
|
|
2508
|
+
"id": 239,
|
|
2353
2509
|
"name": "SkyTileDashboardConfigLayoutColumn",
|
|
2354
2510
|
"kind": 256,
|
|
2355
2511
|
"kindString": "Interface",
|
|
2356
2512
|
"flags": {},
|
|
2357
2513
|
"children": [
|
|
2358
2514
|
{
|
|
2359
|
-
"id":
|
|
2515
|
+
"id": 240,
|
|
2360
2516
|
"name": "tiles",
|
|
2361
2517
|
"kind": 1024,
|
|
2362
2518
|
"kindString": "Property",
|
|
@@ -2375,7 +2531,7 @@
|
|
|
2375
2531
|
"type": "array",
|
|
2376
2532
|
"elementType": {
|
|
2377
2533
|
"type": "reference",
|
|
2378
|
-
"id":
|
|
2534
|
+
"id": 241,
|
|
2379
2535
|
"name": "SkyTileDashboardConfigLayoutTile"
|
|
2380
2536
|
}
|
|
2381
2537
|
}
|
|
@@ -2386,7 +2542,7 @@
|
|
|
2386
2542
|
"title": "Properties",
|
|
2387
2543
|
"kind": 1024,
|
|
2388
2544
|
"children": [
|
|
2389
|
-
|
|
2545
|
+
240
|
|
2390
2546
|
]
|
|
2391
2547
|
}
|
|
2392
2548
|
],
|
|
@@ -2399,14 +2555,14 @@
|
|
|
2399
2555
|
]
|
|
2400
2556
|
},
|
|
2401
2557
|
{
|
|
2402
|
-
"id":
|
|
2558
|
+
"id": 241,
|
|
2403
2559
|
"name": "SkyTileDashboardConfigLayoutTile",
|
|
2404
2560
|
"kind": 256,
|
|
2405
2561
|
"kindString": "Interface",
|
|
2406
2562
|
"flags": {},
|
|
2407
2563
|
"children": [
|
|
2408
2564
|
{
|
|
2409
|
-
"id":
|
|
2565
|
+
"id": 242,
|
|
2410
2566
|
"name": "id",
|
|
2411
2567
|
"kind": 1024,
|
|
2412
2568
|
"kindString": "Property",
|
|
@@ -2427,7 +2583,7 @@
|
|
|
2427
2583
|
}
|
|
2428
2584
|
},
|
|
2429
2585
|
{
|
|
2430
|
-
"id":
|
|
2586
|
+
"id": 243,
|
|
2431
2587
|
"name": "isCollapsed",
|
|
2432
2588
|
"kind": 1024,
|
|
2433
2589
|
"kindString": "Property",
|
|
@@ -2453,8 +2609,8 @@
|
|
|
2453
2609
|
"title": "Properties",
|
|
2454
2610
|
"kind": 1024,
|
|
2455
2611
|
"children": [
|
|
2456
|
-
|
|
2457
|
-
|
|
2612
|
+
242,
|
|
2613
|
+
243
|
|
2458
2614
|
]
|
|
2459
2615
|
}
|
|
2460
2616
|
],
|
|
@@ -2467,14 +2623,14 @@
|
|
|
2467
2623
|
]
|
|
2468
2624
|
},
|
|
2469
2625
|
{
|
|
2470
|
-
"id":
|
|
2626
|
+
"id": 244,
|
|
2471
2627
|
"name": "SkyTileDashboardConfigReorderData",
|
|
2472
2628
|
"kind": 256,
|
|
2473
2629
|
"kindString": "Interface",
|
|
2474
2630
|
"flags": {},
|
|
2475
2631
|
"children": [
|
|
2476
2632
|
{
|
|
2477
|
-
"id":
|
|
2633
|
+
"id": 246,
|
|
2478
2634
|
"name": "column",
|
|
2479
2635
|
"kind": 1024,
|
|
2480
2636
|
"kindString": "Property",
|
|
@@ -2495,7 +2651,7 @@
|
|
|
2495
2651
|
}
|
|
2496
2652
|
},
|
|
2497
2653
|
{
|
|
2498
|
-
"id":
|
|
2654
|
+
"id": 247,
|
|
2499
2655
|
"name": "position",
|
|
2500
2656
|
"kind": 1024,
|
|
2501
2657
|
"kindString": "Property",
|
|
@@ -2516,7 +2672,7 @@
|
|
|
2516
2672
|
}
|
|
2517
2673
|
},
|
|
2518
2674
|
{
|
|
2519
|
-
"id":
|
|
2675
|
+
"id": 245,
|
|
2520
2676
|
"name": "tileDescription",
|
|
2521
2677
|
"kind": 1024,
|
|
2522
2678
|
"kindString": "Property",
|
|
@@ -2542,9 +2698,9 @@
|
|
|
2542
2698
|
"title": "Properties",
|
|
2543
2699
|
"kind": 1024,
|
|
2544
2700
|
"children": [
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2701
|
+
246,
|
|
2702
|
+
247,
|
|
2703
|
+
245
|
|
2548
2704
|
]
|
|
2549
2705
|
}
|
|
2550
2706
|
],
|
|
@@ -2557,14 +2713,14 @@
|
|
|
2557
2713
|
]
|
|
2558
2714
|
},
|
|
2559
2715
|
{
|
|
2560
|
-
"id":
|
|
2716
|
+
"id": 248,
|
|
2561
2717
|
"name": "SkyTileDashboardConfigTile",
|
|
2562
2718
|
"kind": 256,
|
|
2563
2719
|
"kindString": "Interface",
|
|
2564
2720
|
"flags": {},
|
|
2565
2721
|
"children": [
|
|
2566
2722
|
{
|
|
2567
|
-
"id":
|
|
2723
|
+
"id": 250,
|
|
2568
2724
|
"name": "componentType",
|
|
2569
2725
|
"kind": 1024,
|
|
2570
2726
|
"kindString": "Property",
|
|
@@ -2585,7 +2741,7 @@
|
|
|
2585
2741
|
}
|
|
2586
2742
|
},
|
|
2587
2743
|
{
|
|
2588
|
-
"id":
|
|
2744
|
+
"id": 249,
|
|
2589
2745
|
"name": "id",
|
|
2590
2746
|
"kind": 1024,
|
|
2591
2747
|
"kindString": "Property",
|
|
@@ -2606,7 +2762,7 @@
|
|
|
2606
2762
|
}
|
|
2607
2763
|
},
|
|
2608
2764
|
{
|
|
2609
|
-
"id":
|
|
2765
|
+
"id": 251,
|
|
2610
2766
|
"name": "providers",
|
|
2611
2767
|
"kind": 1024,
|
|
2612
2768
|
"kindString": "Property",
|
|
@@ -2637,9 +2793,9 @@
|
|
|
2637
2793
|
"title": "Properties",
|
|
2638
2794
|
"kind": 1024,
|
|
2639
2795
|
"children": [
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2796
|
+
250,
|
|
2797
|
+
249,
|
|
2798
|
+
251
|
|
2643
2799
|
]
|
|
2644
2800
|
}
|
|
2645
2801
|
],
|
|
@@ -2652,7 +2808,7 @@
|
|
|
2652
2808
|
]
|
|
2653
2809
|
},
|
|
2654
2810
|
{
|
|
2655
|
-
"id":
|
|
2811
|
+
"id": 107,
|
|
2656
2812
|
"name": "SkyTileDashboardMessage",
|
|
2657
2813
|
"kind": 256,
|
|
2658
2814
|
"kindString": "Interface",
|
|
@@ -2662,7 +2818,7 @@
|
|
|
2662
2818
|
},
|
|
2663
2819
|
"children": [
|
|
2664
2820
|
{
|
|
2665
|
-
"id":
|
|
2821
|
+
"id": 108,
|
|
2666
2822
|
"name": "type",
|
|
2667
2823
|
"kind": 1024,
|
|
2668
2824
|
"kindString": "Property",
|
|
@@ -2681,7 +2837,7 @@
|
|
|
2681
2837
|
],
|
|
2682
2838
|
"type": {
|
|
2683
2839
|
"type": "reference",
|
|
2684
|
-
"id":
|
|
2840
|
+
"id": 109,
|
|
2685
2841
|
"name": "SkyTileDashboardMessageType"
|
|
2686
2842
|
}
|
|
2687
2843
|
}
|
|
@@ -2691,7 +2847,7 @@
|
|
|
2691
2847
|
"title": "Properties",
|
|
2692
2848
|
"kind": 1024,
|
|
2693
2849
|
"children": [
|
|
2694
|
-
|
|
2850
|
+
108
|
|
2695
2851
|
]
|
|
2696
2852
|
}
|
|
2697
2853
|
],
|
|
@@ -2709,38 +2865,38 @@
|
|
|
2709
2865
|
"title": "Enumerations",
|
|
2710
2866
|
"kind": 8,
|
|
2711
2867
|
"children": [
|
|
2712
|
-
|
|
2868
|
+
109
|
|
2713
2869
|
]
|
|
2714
2870
|
},
|
|
2715
2871
|
{
|
|
2716
2872
|
"title": "Classes",
|
|
2717
2873
|
"kind": 128,
|
|
2718
2874
|
"children": [
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2875
|
+
104,
|
|
2876
|
+
229,
|
|
2877
|
+
112,
|
|
2878
|
+
115,
|
|
2879
|
+
101,
|
|
2880
|
+
252,
|
|
2725
2881
|
1,
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2882
|
+
46,
|
|
2883
|
+
49,
|
|
2884
|
+
52,
|
|
2885
|
+
55,
|
|
2886
|
+
68
|
|
2731
2887
|
]
|
|
2732
2888
|
},
|
|
2733
2889
|
{
|
|
2734
2890
|
"title": "Interfaces",
|
|
2735
2891
|
"kind": 256,
|
|
2736
2892
|
"children": [
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2893
|
+
232,
|
|
2894
|
+
236,
|
|
2895
|
+
239,
|
|
2896
|
+
241,
|
|
2897
|
+
244,
|
|
2898
|
+
248,
|
|
2899
|
+
107
|
|
2744
2900
|
]
|
|
2745
2901
|
}
|
|
2746
2902
|
],
|