@skyux/tiles 7.0.0-beta.9 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +402 -203
- package/esm2020/lib/modules/shared/sky-tiles-resources.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile/tile-summary.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile/tile-title.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile/tile.component.mjs +36 -32
- package/esm2020/lib/modules/tiles/tile/tile.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile-content/tile-content-section.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-content/tile-content.component.mjs +4 -4
- package/esm2020/lib/modules/tiles/tile-content/tile-content.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.component.mjs +45 -35
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tile-dashboard/tile-dashboard.service.mjs +353 -327
- package/esm2020/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.mjs +15 -14
- package/esm2020/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.mjs +5 -5
- package/esm2020/lib/modules/tiles/tiles.module.mjs +5 -5
- package/fesm2015/skyux-tiles.mjs +486 -433
- package/fesm2015/skyux-tiles.mjs.map +1 -1
- package/fesm2020/skyux-tiles.mjs +475 -433
- 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 +8 -8
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,10 +40,10 @@
|
|
|
40
40
|
},
|
|
41
41
|
"children": [
|
|
42
42
|
{
|
|
43
|
-
"id":
|
|
43
|
+
"id": 111,
|
|
44
44
|
"name": "CollapseAll",
|
|
45
45
|
"kind": 16,
|
|
46
|
-
"kindString": "Enumeration
|
|
46
|
+
"kindString": "Enumeration Member",
|
|
47
47
|
"flags": {},
|
|
48
48
|
"comment": {
|
|
49
49
|
"shortText": "Collapses all tiles within the tile dashboard."
|
|
@@ -55,13 +55,17 @@
|
|
|
55
55
|
"character": 2
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
|
+
"type": {
|
|
59
|
+
"type": "literal",
|
|
60
|
+
"value": 1
|
|
61
|
+
},
|
|
58
62
|
"defaultValue": "1"
|
|
59
63
|
},
|
|
60
64
|
{
|
|
61
|
-
"id":
|
|
65
|
+
"id": 110,
|
|
62
66
|
"name": "ExpandAll",
|
|
63
67
|
"kind": 16,
|
|
64
|
-
"kindString": "Enumeration
|
|
68
|
+
"kindString": "Enumeration Member",
|
|
65
69
|
"flags": {},
|
|
66
70
|
"comment": {
|
|
67
71
|
"shortText": "Expands all tiles within the tile dashboard."
|
|
@@ -73,16 +77,20 @@
|
|
|
73
77
|
"character": 2
|
|
74
78
|
}
|
|
75
79
|
],
|
|
80
|
+
"type": {
|
|
81
|
+
"type": "literal",
|
|
82
|
+
"value": 0
|
|
83
|
+
},
|
|
76
84
|
"defaultValue": "0"
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
87
|
"groups": [
|
|
80
88
|
{
|
|
81
|
-
"title": "Enumeration
|
|
89
|
+
"title": "Enumeration Members",
|
|
82
90
|
"kind": 16,
|
|
83
91
|
"children": [
|
|
84
|
-
|
|
85
|
-
|
|
92
|
+
111,
|
|
93
|
+
110
|
|
86
94
|
]
|
|
87
95
|
}
|
|
88
96
|
],
|
|
@@ -95,7 +103,7 @@
|
|
|
95
103
|
]
|
|
96
104
|
},
|
|
97
105
|
{
|
|
98
|
-
"id":
|
|
106
|
+
"id": 104,
|
|
99
107
|
"name": "SkyTileContentModule",
|
|
100
108
|
"kind": 128,
|
|
101
109
|
"kindString": "Class",
|
|
@@ -120,7 +128,7 @@
|
|
|
120
128
|
"title": "Constructors",
|
|
121
129
|
"kind": 512,
|
|
122
130
|
"children": [
|
|
123
|
-
|
|
131
|
+
105
|
|
124
132
|
]
|
|
125
133
|
}
|
|
126
134
|
],
|
|
@@ -133,7 +141,7 @@
|
|
|
133
141
|
]
|
|
134
142
|
},
|
|
135
143
|
{
|
|
136
|
-
"id":
|
|
144
|
+
"id": 229,
|
|
137
145
|
"name": "SkyTileDashboardColumnModule",
|
|
138
146
|
"kind": 128,
|
|
139
147
|
"kindString": "Class",
|
|
@@ -158,7 +166,7 @@
|
|
|
158
166
|
"title": "Constructors",
|
|
159
167
|
"kind": 512,
|
|
160
168
|
"children": [
|
|
161
|
-
|
|
169
|
+
230
|
|
162
170
|
]
|
|
163
171
|
}
|
|
164
172
|
],
|
|
@@ -171,7 +179,7 @@
|
|
|
171
179
|
]
|
|
172
180
|
},
|
|
173
181
|
{
|
|
174
|
-
"id":
|
|
182
|
+
"id": 112,
|
|
175
183
|
"name": "SkyTileDashboardModule",
|
|
176
184
|
"kind": 128,
|
|
177
185
|
"kindString": "Class",
|
|
@@ -196,7 +204,7 @@
|
|
|
196
204
|
"title": "Constructors",
|
|
197
205
|
"kind": 512,
|
|
198
206
|
"children": [
|
|
199
|
-
|
|
207
|
+
113
|
|
200
208
|
]
|
|
201
209
|
}
|
|
202
210
|
],
|
|
@@ -209,7 +217,7 @@
|
|
|
209
217
|
]
|
|
210
218
|
},
|
|
211
219
|
{
|
|
212
|
-
"id":
|
|
220
|
+
"id": 115,
|
|
213
221
|
"name": "SkyTileDashboardService",
|
|
214
222
|
"kind": 128,
|
|
215
223
|
"kindString": "Class",
|
|
@@ -228,7 +236,7 @@
|
|
|
228
236
|
],
|
|
229
237
|
"children": [
|
|
230
238
|
{
|
|
231
|
-
"id":
|
|
239
|
+
"id": 116,
|
|
232
240
|
"name": "constructor",
|
|
233
241
|
"kind": 512,
|
|
234
242
|
"kindString": "Constructor",
|
|
@@ -242,14 +250,14 @@
|
|
|
242
250
|
],
|
|
243
251
|
"signatures": [
|
|
244
252
|
{
|
|
245
|
-
"id":
|
|
253
|
+
"id": 117,
|
|
246
254
|
"name": "new SkyTileDashboardService",
|
|
247
255
|
"kind": 16384,
|
|
248
256
|
"kindString": "Constructor signature",
|
|
249
257
|
"flags": {},
|
|
250
258
|
"parameters": [
|
|
251
259
|
{
|
|
252
|
-
"id":
|
|
260
|
+
"id": 118,
|
|
253
261
|
"name": "dragulaService",
|
|
254
262
|
"kind": 32768,
|
|
255
263
|
"kindString": "Parameter",
|
|
@@ -262,7 +270,7 @@
|
|
|
262
270
|
}
|
|
263
271
|
},
|
|
264
272
|
{
|
|
265
|
-
"id":
|
|
273
|
+
"id": 119,
|
|
266
274
|
"name": "mediaQuery",
|
|
267
275
|
"kind": 32768,
|
|
268
276
|
"kindString": "Parameter",
|
|
@@ -273,7 +281,7 @@
|
|
|
273
281
|
}
|
|
274
282
|
},
|
|
275
283
|
{
|
|
276
|
-
"id":
|
|
284
|
+
"id": 120,
|
|
277
285
|
"name": "uiConfigService",
|
|
278
286
|
"kind": 32768,
|
|
279
287
|
"kindString": "Parameter",
|
|
@@ -282,18 +290,43 @@
|
|
|
282
290
|
"type": "reference",
|
|
283
291
|
"name": "SkyUIConfigService"
|
|
284
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
|
+
}
|
|
285
318
|
}
|
|
286
319
|
],
|
|
287
320
|
"type": {
|
|
288
321
|
"type": "reference",
|
|
289
|
-
"id":
|
|
322
|
+
"id": 115,
|
|
290
323
|
"name": "SkyTileDashboardService"
|
|
291
324
|
}
|
|
292
325
|
}
|
|
293
326
|
]
|
|
294
327
|
},
|
|
295
328
|
{
|
|
296
|
-
"id":
|
|
329
|
+
"id": 124,
|
|
297
330
|
"name": "dashboardInitialized",
|
|
298
331
|
"kind": 1024,
|
|
299
332
|
"kindString": "Property",
|
|
@@ -318,7 +351,7 @@
|
|
|
318
351
|
"sources": [
|
|
319
352
|
{
|
|
320
353
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
321
|
-
"line":
|
|
354
|
+
"line": 48,
|
|
322
355
|
"character": 9
|
|
323
356
|
}
|
|
324
357
|
],
|
|
@@ -337,7 +370,7 @@
|
|
|
337
370
|
"defaultValue": "..."
|
|
338
371
|
},
|
|
339
372
|
{
|
|
340
|
-
"id":
|
|
373
|
+
"id": 141,
|
|
341
374
|
"name": "addTileComponent",
|
|
342
375
|
"kind": 2048,
|
|
343
376
|
"kindString": "Method",
|
|
@@ -347,13 +380,13 @@
|
|
|
347
380
|
"sources": [
|
|
348
381
|
{
|
|
349
382
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
350
|
-
"line":
|
|
383
|
+
"line": 133,
|
|
351
384
|
"character": 9
|
|
352
385
|
}
|
|
353
386
|
],
|
|
354
387
|
"signatures": [
|
|
355
388
|
{
|
|
356
|
-
"id":
|
|
389
|
+
"id": 142,
|
|
357
390
|
"name": "addTileComponent",
|
|
358
391
|
"kind": 4096,
|
|
359
392
|
"kindString": "Call signature",
|
|
@@ -363,7 +396,7 @@
|
|
|
363
396
|
},
|
|
364
397
|
"parameters": [
|
|
365
398
|
{
|
|
366
|
-
"id":
|
|
399
|
+
"id": 143,
|
|
367
400
|
"name": "tile",
|
|
368
401
|
"kind": 32768,
|
|
369
402
|
"kindString": "Parameter",
|
|
@@ -373,12 +406,12 @@
|
|
|
373
406
|
},
|
|
374
407
|
"type": {
|
|
375
408
|
"type": "reference",
|
|
376
|
-
"id":
|
|
409
|
+
"id": 241,
|
|
377
410
|
"name": "SkyTileDashboardConfigLayoutTile"
|
|
378
411
|
}
|
|
379
412
|
},
|
|
380
413
|
{
|
|
381
|
-
"id":
|
|
414
|
+
"id": 144,
|
|
382
415
|
"name": "component",
|
|
383
416
|
"kind": 32768,
|
|
384
417
|
"kindString": "Parameter",
|
|
@@ -408,7 +441,7 @@
|
|
|
408
441
|
]
|
|
409
442
|
},
|
|
410
443
|
{
|
|
411
|
-
"id":
|
|
444
|
+
"id": 148,
|
|
412
445
|
"name": "setAllTilesCollapsed",
|
|
413
446
|
"kind": 2048,
|
|
414
447
|
"kindString": "Method",
|
|
@@ -418,13 +451,13 @@
|
|
|
418
451
|
"sources": [
|
|
419
452
|
{
|
|
420
453
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
421
|
-
"line":
|
|
454
|
+
"line": 162,
|
|
422
455
|
"character": 9
|
|
423
456
|
}
|
|
424
457
|
],
|
|
425
458
|
"signatures": [
|
|
426
459
|
{
|
|
427
|
-
"id":
|
|
460
|
+
"id": 149,
|
|
428
461
|
"name": "setAllTilesCollapsed",
|
|
429
462
|
"kind": 4096,
|
|
430
463
|
"kindString": "Call signature",
|
|
@@ -434,7 +467,7 @@
|
|
|
434
467
|
},
|
|
435
468
|
"parameters": [
|
|
436
469
|
{
|
|
437
|
-
"id":
|
|
470
|
+
"id": 150,
|
|
438
471
|
"name": "isCollapsed",
|
|
439
472
|
"kind": 32768,
|
|
440
473
|
"kindString": "Parameter",
|
|
@@ -456,7 +489,7 @@
|
|
|
456
489
|
]
|
|
457
490
|
},
|
|
458
491
|
{
|
|
459
|
-
"id":
|
|
492
|
+
"id": 151,
|
|
460
493
|
"name": "setTileCollapsed",
|
|
461
494
|
"kind": 2048,
|
|
462
495
|
"kindString": "Method",
|
|
@@ -466,13 +499,13 @@
|
|
|
466
499
|
"sources": [
|
|
467
500
|
{
|
|
468
501
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
469
|
-
"line":
|
|
502
|
+
"line": 187,
|
|
470
503
|
"character": 9
|
|
471
504
|
}
|
|
472
505
|
],
|
|
473
506
|
"signatures": [
|
|
474
507
|
{
|
|
475
|
-
"id":
|
|
508
|
+
"id": 152,
|
|
476
509
|
"name": "setTileCollapsed",
|
|
477
510
|
"kind": 4096,
|
|
478
511
|
"kindString": "Call signature",
|
|
@@ -482,7 +515,7 @@
|
|
|
482
515
|
},
|
|
483
516
|
"parameters": [
|
|
484
517
|
{
|
|
485
|
-
"id":
|
|
518
|
+
"id": 153,
|
|
486
519
|
"name": "tile",
|
|
487
520
|
"kind": 32768,
|
|
488
521
|
"kindString": "Parameter",
|
|
@@ -497,7 +530,7 @@
|
|
|
497
530
|
}
|
|
498
531
|
},
|
|
499
532
|
{
|
|
500
|
-
"id":
|
|
533
|
+
"id": 154,
|
|
501
534
|
"name": "isCollapsed",
|
|
502
535
|
"kind": 32768,
|
|
503
536
|
"kindString": "Parameter",
|
|
@@ -519,7 +552,7 @@
|
|
|
519
552
|
]
|
|
520
553
|
},
|
|
521
554
|
{
|
|
522
|
-
"id":
|
|
555
|
+
"id": 145,
|
|
523
556
|
"name": "tileIsCollapsed",
|
|
524
557
|
"kind": 2048,
|
|
525
558
|
"kindString": "Method",
|
|
@@ -529,13 +562,13 @@
|
|
|
529
562
|
"sources": [
|
|
530
563
|
{
|
|
531
564
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
532
|
-
"line":
|
|
565
|
+
"line": 148,
|
|
533
566
|
"character": 9
|
|
534
567
|
}
|
|
535
568
|
],
|
|
536
569
|
"signatures": [
|
|
537
570
|
{
|
|
538
|
-
"id":
|
|
571
|
+
"id": 146,
|
|
539
572
|
"name": "tileIsCollapsed",
|
|
540
573
|
"kind": 4096,
|
|
541
574
|
"kindString": "Call signature",
|
|
@@ -545,7 +578,7 @@
|
|
|
545
578
|
},
|
|
546
579
|
"parameters": [
|
|
547
580
|
{
|
|
548
|
-
"id":
|
|
581
|
+
"id": 147,
|
|
549
582
|
"name": "tile",
|
|
550
583
|
"kind": 32768,
|
|
551
584
|
"kindString": "Parameter",
|
|
@@ -573,37 +606,37 @@
|
|
|
573
606
|
"title": "Constructors",
|
|
574
607
|
"kind": 512,
|
|
575
608
|
"children": [
|
|
576
|
-
|
|
609
|
+
116
|
|
577
610
|
]
|
|
578
611
|
},
|
|
579
612
|
{
|
|
580
613
|
"title": "Properties",
|
|
581
614
|
"kind": 1024,
|
|
582
615
|
"children": [
|
|
583
|
-
|
|
616
|
+
124
|
|
584
617
|
]
|
|
585
618
|
},
|
|
586
619
|
{
|
|
587
620
|
"title": "Methods",
|
|
588
621
|
"kind": 2048,
|
|
589
622
|
"children": [
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
623
|
+
141,
|
|
624
|
+
148,
|
|
625
|
+
151,
|
|
626
|
+
145
|
|
594
627
|
]
|
|
595
628
|
}
|
|
596
629
|
],
|
|
597
630
|
"sources": [
|
|
598
631
|
{
|
|
599
632
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
|
|
600
|
-
"line":
|
|
633
|
+
"line": 33,
|
|
601
634
|
"character": 13
|
|
602
635
|
}
|
|
603
636
|
]
|
|
604
637
|
},
|
|
605
638
|
{
|
|
606
|
-
"id":
|
|
639
|
+
"id": 101,
|
|
607
640
|
"name": "SkyTileModule",
|
|
608
641
|
"kind": 128,
|
|
609
642
|
"kindString": "Class",
|
|
@@ -628,7 +661,7 @@
|
|
|
628
661
|
"title": "Constructors",
|
|
629
662
|
"kind": 512,
|
|
630
663
|
"children": [
|
|
631
|
-
|
|
664
|
+
102
|
|
632
665
|
]
|
|
633
666
|
}
|
|
634
667
|
],
|
|
@@ -641,7 +674,7 @@
|
|
|
641
674
|
]
|
|
642
675
|
},
|
|
643
676
|
{
|
|
644
|
-
"id":
|
|
677
|
+
"id": 252,
|
|
645
678
|
"name": "SkyTilesModule",
|
|
646
679
|
"kind": 128,
|
|
647
680
|
"kindString": "Class",
|
|
@@ -666,7 +699,7 @@
|
|
|
666
699
|
"title": "Constructors",
|
|
667
700
|
"kind": 512,
|
|
668
701
|
"children": [
|
|
669
|
-
|
|
702
|
+
253
|
|
670
703
|
]
|
|
671
704
|
}
|
|
672
705
|
],
|
|
@@ -711,7 +744,7 @@
|
|
|
711
744
|
"sources": [
|
|
712
745
|
{
|
|
713
746
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
714
|
-
"line":
|
|
747
|
+
"line": 117,
|
|
715
748
|
"character": 2
|
|
716
749
|
}
|
|
717
750
|
],
|
|
@@ -777,7 +810,7 @@
|
|
|
777
810
|
],
|
|
778
811
|
"type": {
|
|
779
812
|
"type": "reference",
|
|
780
|
-
"id":
|
|
813
|
+
"id": 115,
|
|
781
814
|
"name": "SkyTileDashboardService"
|
|
782
815
|
}
|
|
783
816
|
}
|
|
@@ -810,6 +843,49 @@
|
|
|
810
843
|
"name": "string"
|
|
811
844
|
}
|
|
812
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
|
+
},
|
|
813
889
|
{
|
|
814
890
|
"id": 12,
|
|
815
891
|
"name": "helpClick",
|
|
@@ -1079,11 +1155,54 @@
|
|
|
1079
1155
|
],
|
|
1080
1156
|
"type": {
|
|
1081
1157
|
"type": "intrinsic",
|
|
1082
|
-
"name": "
|
|
1158
|
+
"name": "string"
|
|
1083
1159
|
}
|
|
1084
1160
|
},
|
|
1085
1161
|
{
|
|
1086
|
-
"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,
|
|
1087
1206
|
"name": "hasHelp",
|
|
1088
1207
|
"kind": 262144,
|
|
1089
1208
|
"kindString": "Accessor",
|
|
@@ -1093,13 +1212,13 @@
|
|
|
1093
1212
|
"sources": [
|
|
1094
1213
|
{
|
|
1095
1214
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1096
|
-
"line":
|
|
1215
|
+
"line": 161,
|
|
1097
1216
|
"character": 13
|
|
1098
1217
|
}
|
|
1099
1218
|
],
|
|
1100
1219
|
"getSignature": [
|
|
1101
1220
|
{
|
|
1102
|
-
"id":
|
|
1221
|
+
"id": 35,
|
|
1103
1222
|
"name": "hasHelp",
|
|
1104
1223
|
"kind": 524288,
|
|
1105
1224
|
"kindString": "Get signature",
|
|
@@ -1112,7 +1231,7 @@
|
|
|
1112
1231
|
]
|
|
1113
1232
|
},
|
|
1114
1233
|
{
|
|
1115
|
-
"id":
|
|
1234
|
+
"id": 32,
|
|
1116
1235
|
"name": "hasSettings",
|
|
1117
1236
|
"kind": 262144,
|
|
1118
1237
|
"kindString": "Accessor",
|
|
@@ -1122,13 +1241,13 @@
|
|
|
1122
1241
|
"sources": [
|
|
1123
1242
|
{
|
|
1124
1243
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1125
|
-
"line":
|
|
1244
|
+
"line": 157,
|
|
1126
1245
|
"character": 13
|
|
1127
1246
|
}
|
|
1128
1247
|
],
|
|
1129
1248
|
"getSignature": [
|
|
1130
1249
|
{
|
|
1131
|
-
"id":
|
|
1250
|
+
"id": 33,
|
|
1132
1251
|
"name": "hasSettings",
|
|
1133
1252
|
"kind": 524288,
|
|
1134
1253
|
"kindString": "Get signature",
|
|
@@ -1205,7 +1324,7 @@
|
|
|
1205
1324
|
]
|
|
1206
1325
|
},
|
|
1207
1326
|
{
|
|
1208
|
-
"id":
|
|
1327
|
+
"id": 38,
|
|
1209
1328
|
"name": "chevronDirectionChange",
|
|
1210
1329
|
"kind": 2048,
|
|
1211
1330
|
"kindString": "Method",
|
|
@@ -1215,20 +1334,20 @@
|
|
|
1215
1334
|
"sources": [
|
|
1216
1335
|
{
|
|
1217
1336
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1218
|
-
"line":
|
|
1337
|
+
"line": 169,
|
|
1219
1338
|
"character": 9
|
|
1220
1339
|
}
|
|
1221
1340
|
],
|
|
1222
1341
|
"signatures": [
|
|
1223
1342
|
{
|
|
1224
|
-
"id":
|
|
1343
|
+
"id": 39,
|
|
1225
1344
|
"name": "chevronDirectionChange",
|
|
1226
1345
|
"kind": 4096,
|
|
1227
1346
|
"kindString": "Call signature",
|
|
1228
1347
|
"flags": {},
|
|
1229
1348
|
"parameters": [
|
|
1230
1349
|
{
|
|
1231
|
-
"id":
|
|
1350
|
+
"id": 40,
|
|
1232
1351
|
"name": "direction",
|
|
1233
1352
|
"kind": 32768,
|
|
1234
1353
|
"kindString": "Parameter",
|
|
@@ -1247,7 +1366,7 @@
|
|
|
1247
1366
|
]
|
|
1248
1367
|
},
|
|
1249
1368
|
{
|
|
1250
|
-
"id":
|
|
1369
|
+
"id": 30,
|
|
1251
1370
|
"name": "helpButtonClicked",
|
|
1252
1371
|
"kind": 2048,
|
|
1253
1372
|
"kindString": "Method",
|
|
@@ -1257,13 +1376,13 @@
|
|
|
1257
1376
|
"sources": [
|
|
1258
1377
|
{
|
|
1259
1378
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1260
|
-
"line":
|
|
1379
|
+
"line": 153,
|
|
1261
1380
|
"character": 9
|
|
1262
1381
|
}
|
|
1263
1382
|
],
|
|
1264
1383
|
"signatures": [
|
|
1265
1384
|
{
|
|
1266
|
-
"id":
|
|
1385
|
+
"id": 31,
|
|
1267
1386
|
"name": "helpButtonClicked",
|
|
1268
1387
|
"kind": 4096,
|
|
1269
1388
|
"kindString": "Call signature",
|
|
@@ -1276,7 +1395,7 @@
|
|
|
1276
1395
|
]
|
|
1277
1396
|
},
|
|
1278
1397
|
{
|
|
1279
|
-
"id":
|
|
1398
|
+
"id": 41,
|
|
1280
1399
|
"name": "moveTile",
|
|
1281
1400
|
"kind": 2048,
|
|
1282
1401
|
"kindString": "Method",
|
|
@@ -1286,20 +1405,20 @@
|
|
|
1286
1405
|
"sources": [
|
|
1287
1406
|
{
|
|
1288
1407
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1289
|
-
"line":
|
|
1408
|
+
"line": 173,
|
|
1290
1409
|
"character": 9
|
|
1291
1410
|
}
|
|
1292
1411
|
],
|
|
1293
1412
|
"signatures": [
|
|
1294
1413
|
{
|
|
1295
|
-
"id":
|
|
1414
|
+
"id": 42,
|
|
1296
1415
|
"name": "moveTile",
|
|
1297
1416
|
"kind": 4096,
|
|
1298
1417
|
"kindString": "Call signature",
|
|
1299
1418
|
"flags": {},
|
|
1300
1419
|
"parameters": [
|
|
1301
1420
|
{
|
|
1302
|
-
"id":
|
|
1421
|
+
"id": 43,
|
|
1303
1422
|
"name": "event",
|
|
1304
1423
|
"kind": 32768,
|
|
1305
1424
|
"kindString": "Parameter",
|
|
@@ -1320,7 +1439,7 @@
|
|
|
1320
1439
|
]
|
|
1321
1440
|
},
|
|
1322
1441
|
{
|
|
1323
|
-
"id":
|
|
1442
|
+
"id": 26,
|
|
1324
1443
|
"name": "ngOnDestroy",
|
|
1325
1444
|
"kind": 2048,
|
|
1326
1445
|
"kindString": "Method",
|
|
@@ -1330,13 +1449,13 @@
|
|
|
1330
1449
|
"sources": [
|
|
1331
1450
|
{
|
|
1332
1451
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1333
|
-
"line":
|
|
1452
|
+
"line": 144,
|
|
1334
1453
|
"character": 9
|
|
1335
1454
|
}
|
|
1336
1455
|
],
|
|
1337
1456
|
"signatures": [
|
|
1338
1457
|
{
|
|
1339
|
-
"id":
|
|
1458
|
+
"id": 27,
|
|
1340
1459
|
"name": "ngOnDestroy",
|
|
1341
1460
|
"kind": 4096,
|
|
1342
1461
|
"kindString": "Call signature",
|
|
@@ -1357,7 +1476,7 @@
|
|
|
1357
1476
|
}
|
|
1358
1477
|
},
|
|
1359
1478
|
{
|
|
1360
|
-
"id":
|
|
1479
|
+
"id": 28,
|
|
1361
1480
|
"name": "settingsButtonClicked",
|
|
1362
1481
|
"kind": 2048,
|
|
1363
1482
|
"kindString": "Method",
|
|
@@ -1367,13 +1486,13 @@
|
|
|
1367
1486
|
"sources": [
|
|
1368
1487
|
{
|
|
1369
1488
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1370
|
-
"line":
|
|
1489
|
+
"line": 149,
|
|
1371
1490
|
"character": 9
|
|
1372
1491
|
}
|
|
1373
1492
|
],
|
|
1374
1493
|
"signatures": [
|
|
1375
1494
|
{
|
|
1376
|
-
"id":
|
|
1495
|
+
"id": 29,
|
|
1377
1496
|
"name": "settingsButtonClicked",
|
|
1378
1497
|
"kind": 4096,
|
|
1379
1498
|
"kindString": "Call signature",
|
|
@@ -1386,7 +1505,7 @@
|
|
|
1386
1505
|
]
|
|
1387
1506
|
},
|
|
1388
1507
|
{
|
|
1389
|
-
"id":
|
|
1508
|
+
"id": 36,
|
|
1390
1509
|
"name": "titleClick",
|
|
1391
1510
|
"kind": 2048,
|
|
1392
1511
|
"kindString": "Method",
|
|
@@ -1396,13 +1515,13 @@
|
|
|
1396
1515
|
"sources": [
|
|
1397
1516
|
{
|
|
1398
1517
|
"fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
|
|
1399
|
-
"line":
|
|
1518
|
+
"line": 165,
|
|
1400
1519
|
"character": 9
|
|
1401
1520
|
}
|
|
1402
1521
|
],
|
|
1403
1522
|
"signatures": [
|
|
1404
1523
|
{
|
|
1405
|
-
"id":
|
|
1524
|
+
"id": 37,
|
|
1406
1525
|
"name": "titleClick",
|
|
1407
1526
|
"kind": 4096,
|
|
1408
1527
|
"kindString": "Call signature",
|
|
@@ -1428,22 +1547,24 @@
|
|
|
1428
1547
|
"kind": 1024,
|
|
1429
1548
|
"children": [
|
|
1430
1549
|
17,
|
|
1431
|
-
|
|
1550
|
+
25,
|
|
1551
|
+
19,
|
|
1432
1552
|
12,
|
|
1433
1553
|
11,
|
|
1434
1554
|
18,
|
|
1435
1555
|
10,
|
|
1436
1556
|
8,
|
|
1437
1557
|
7,
|
|
1438
|
-
9
|
|
1558
|
+
9,
|
|
1559
|
+
20
|
|
1439
1560
|
]
|
|
1440
1561
|
},
|
|
1441
1562
|
{
|
|
1442
1563
|
"title": "Accessors",
|
|
1443
1564
|
"kind": 262144,
|
|
1444
1565
|
"children": [
|
|
1566
|
+
34,
|
|
1445
1567
|
32,
|
|
1446
|
-
30,
|
|
1447
1568
|
13
|
|
1448
1569
|
]
|
|
1449
1570
|
},
|
|
@@ -1451,12 +1572,12 @@
|
|
|
1451
1572
|
"title": "Methods",
|
|
1452
1573
|
"kind": 2048,
|
|
1453
1574
|
"children": [
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
24,
|
|
1575
|
+
38,
|
|
1576
|
+
30,
|
|
1577
|
+
41,
|
|
1458
1578
|
26,
|
|
1459
|
-
|
|
1579
|
+
28,
|
|
1580
|
+
36
|
|
1460
1581
|
]
|
|
1461
1582
|
}
|
|
1462
1583
|
],
|
|
@@ -1477,7 +1598,7 @@
|
|
|
1477
1598
|
]
|
|
1478
1599
|
},
|
|
1479
1600
|
{
|
|
1480
|
-
"id":
|
|
1601
|
+
"id": 46,
|
|
1481
1602
|
"name": "SkyTileSummaryComponent",
|
|
1482
1603
|
"kind": 128,
|
|
1483
1604
|
"kindString": "Class",
|
|
@@ -1505,7 +1626,7 @@
|
|
|
1505
1626
|
"title": "Constructors",
|
|
1506
1627
|
"kind": 512,
|
|
1507
1628
|
"children": [
|
|
1508
|
-
|
|
1629
|
+
47
|
|
1509
1630
|
]
|
|
1510
1631
|
}
|
|
1511
1632
|
],
|
|
@@ -1518,7 +1639,7 @@
|
|
|
1518
1639
|
]
|
|
1519
1640
|
},
|
|
1520
1641
|
{
|
|
1521
|
-
"id":
|
|
1642
|
+
"id": 49,
|
|
1522
1643
|
"name": "SkyTileTitleComponent",
|
|
1523
1644
|
"kind": 128,
|
|
1524
1645
|
"kindString": "Class",
|
|
@@ -1546,7 +1667,7 @@
|
|
|
1546
1667
|
"title": "Constructors",
|
|
1547
1668
|
"kind": 512,
|
|
1548
1669
|
"children": [
|
|
1549
|
-
|
|
1670
|
+
50
|
|
1550
1671
|
]
|
|
1551
1672
|
}
|
|
1552
1673
|
],
|
|
@@ -1559,7 +1680,7 @@
|
|
|
1559
1680
|
]
|
|
1560
1681
|
},
|
|
1561
1682
|
{
|
|
1562
|
-
"id":
|
|
1683
|
+
"id": 52,
|
|
1563
1684
|
"name": "SkyTileContentSectionComponent",
|
|
1564
1685
|
"kind": 128,
|
|
1565
1686
|
"kindString": "Class",
|
|
@@ -1587,7 +1708,7 @@
|
|
|
1587
1708
|
"title": "Constructors",
|
|
1588
1709
|
"kind": 512,
|
|
1589
1710
|
"children": [
|
|
1590
|
-
|
|
1711
|
+
53
|
|
1591
1712
|
]
|
|
1592
1713
|
}
|
|
1593
1714
|
],
|
|
@@ -1600,7 +1721,7 @@
|
|
|
1600
1721
|
]
|
|
1601
1722
|
},
|
|
1602
1723
|
{
|
|
1603
|
-
"id":
|
|
1724
|
+
"id": 55,
|
|
1604
1725
|
"name": "SkyTileContentComponent",
|
|
1605
1726
|
"kind": 128,
|
|
1606
1727
|
"kindString": "Class",
|
|
@@ -1628,7 +1749,7 @@
|
|
|
1628
1749
|
"title": "Constructors",
|
|
1629
1750
|
"kind": 512,
|
|
1630
1751
|
"children": [
|
|
1631
|
-
|
|
1752
|
+
56
|
|
1632
1753
|
]
|
|
1633
1754
|
}
|
|
1634
1755
|
],
|
|
@@ -1641,7 +1762,7 @@
|
|
|
1641
1762
|
]
|
|
1642
1763
|
},
|
|
1643
1764
|
{
|
|
1644
|
-
"id":
|
|
1765
|
+
"id": 68,
|
|
1645
1766
|
"name": "SkyTileDashboardComponent",
|
|
1646
1767
|
"kind": 128,
|
|
1647
1768
|
"kindString": "Class",
|
|
@@ -1665,7 +1786,7 @@
|
|
|
1665
1786
|
],
|
|
1666
1787
|
"children": [
|
|
1667
1788
|
{
|
|
1668
|
-
"id":
|
|
1789
|
+
"id": 69,
|
|
1669
1790
|
"name": "constructor",
|
|
1670
1791
|
"kind": 512,
|
|
1671
1792
|
"kindString": "Constructor",
|
|
@@ -1673,33 +1794,33 @@
|
|
|
1673
1794
|
"sources": [
|
|
1674
1795
|
{
|
|
1675
1796
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
1676
|
-
"line":
|
|
1797
|
+
"line": 99,
|
|
1677
1798
|
"character": 2
|
|
1678
1799
|
}
|
|
1679
1800
|
],
|
|
1680
1801
|
"signatures": [
|
|
1681
1802
|
{
|
|
1682
|
-
"id":
|
|
1803
|
+
"id": 70,
|
|
1683
1804
|
"name": "SkyTileDashboardComponent",
|
|
1684
1805
|
"kind": 16384,
|
|
1685
1806
|
"kindString": "Constructor signature",
|
|
1686
1807
|
"flags": {},
|
|
1687
1808
|
"parameters": [
|
|
1688
1809
|
{
|
|
1689
|
-
"id":
|
|
1810
|
+
"id": 71,
|
|
1690
1811
|
"name": "dashboardService",
|
|
1691
1812
|
"kind": 32768,
|
|
1692
1813
|
"kindString": "Parameter",
|
|
1693
1814
|
"flags": {},
|
|
1694
1815
|
"type": {
|
|
1695
1816
|
"type": "reference",
|
|
1696
|
-
"id":
|
|
1817
|
+
"id": 115,
|
|
1697
1818
|
"name": "SkyTileDashboardService"
|
|
1698
1819
|
}
|
|
1699
1820
|
},
|
|
1700
1821
|
{
|
|
1701
|
-
"id":
|
|
1702
|
-
"name": "
|
|
1822
|
+
"id": 72,
|
|
1823
|
+
"name": "mediaQueryService",
|
|
1703
1824
|
"kind": 32768,
|
|
1704
1825
|
"kindString": "Parameter",
|
|
1705
1826
|
"flags": {},
|
|
@@ -1709,7 +1830,7 @@
|
|
|
1709
1830
|
}
|
|
1710
1831
|
},
|
|
1711
1832
|
{
|
|
1712
|
-
"id":
|
|
1833
|
+
"id": 73,
|
|
1713
1834
|
"name": "resourcesService",
|
|
1714
1835
|
"kind": 32768,
|
|
1715
1836
|
"kindString": "Parameter",
|
|
@@ -1736,14 +1857,56 @@
|
|
|
1736
1857
|
],
|
|
1737
1858
|
"type": {
|
|
1738
1859
|
"type": "reference",
|
|
1739
|
-
"id":
|
|
1860
|
+
"id": 68,
|
|
1740
1861
|
"name": "SkyTileDashboardComponent"
|
|
1741
1862
|
}
|
|
1742
1863
|
}
|
|
1743
1864
|
]
|
|
1744
1865
|
},
|
|
1745
1866
|
{
|
|
1746
|
-
"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,
|
|
1747
1910
|
"name": "configChange",
|
|
1748
1911
|
"kind": 1024,
|
|
1749
1912
|
"kindString": "Property",
|
|
@@ -1777,7 +1940,7 @@
|
|
|
1777
1940
|
"typeArguments": [
|
|
1778
1941
|
{
|
|
1779
1942
|
"type": "reference",
|
|
1780
|
-
"id":
|
|
1943
|
+
"id": 232,
|
|
1781
1944
|
"name": "SkyTileDashboardConfig"
|
|
1782
1945
|
}
|
|
1783
1946
|
],
|
|
@@ -1788,7 +1951,7 @@
|
|
|
1788
1951
|
"defaultValue": "..."
|
|
1789
1952
|
},
|
|
1790
1953
|
{
|
|
1791
|
-
"id":
|
|
1954
|
+
"id": 78,
|
|
1792
1955
|
"name": "messageStream",
|
|
1793
1956
|
"kind": 1024,
|
|
1794
1957
|
"kindString": "Property",
|
|
@@ -1822,7 +1985,7 @@
|
|
|
1822
1985
|
"typeArguments": [
|
|
1823
1986
|
{
|
|
1824
1987
|
"type": "reference",
|
|
1825
|
-
"id":
|
|
1988
|
+
"id": 107,
|
|
1826
1989
|
"name": "SkyTileDashboardMessage"
|
|
1827
1990
|
}
|
|
1828
1991
|
],
|
|
@@ -1833,7 +1996,7 @@
|
|
|
1833
1996
|
"defaultValue": "..."
|
|
1834
1997
|
},
|
|
1835
1998
|
{
|
|
1836
|
-
"id":
|
|
1999
|
+
"id": 84,
|
|
1837
2000
|
"name": "moveInstructionsId",
|
|
1838
2001
|
"kind": 1024,
|
|
1839
2002
|
"kindString": "Property",
|
|
@@ -1850,11 +2013,10 @@
|
|
|
1850
2013
|
"type": {
|
|
1851
2014
|
"type": "intrinsic",
|
|
1852
2015
|
"name": "string"
|
|
1853
|
-
}
|
|
1854
|
-
"defaultValue": "..."
|
|
2016
|
+
}
|
|
1855
2017
|
},
|
|
1856
2018
|
{
|
|
1857
|
-
"id":
|
|
2019
|
+
"id": 79,
|
|
1858
2020
|
"name": "settingsKey",
|
|
1859
2021
|
"kind": 1024,
|
|
1860
2022
|
"kindString": "Property",
|
|
@@ -1889,7 +2051,7 @@
|
|
|
1889
2051
|
}
|
|
1890
2052
|
},
|
|
1891
2053
|
{
|
|
1892
|
-
"id":
|
|
2054
|
+
"id": 82,
|
|
1893
2055
|
"name": "singleColumn",
|
|
1894
2056
|
"kind": 1024,
|
|
1895
2057
|
"kindString": "Property",
|
|
@@ -1924,7 +2086,7 @@
|
|
|
1924
2086
|
}
|
|
1925
2087
|
},
|
|
1926
2088
|
{
|
|
1927
|
-
"id":
|
|
2089
|
+
"id": 83,
|
|
1928
2090
|
"name": "tileMovedReport",
|
|
1929
2091
|
"kind": 1024,
|
|
1930
2092
|
"kindString": "Property",
|
|
@@ -1941,10 +2103,11 @@
|
|
|
1941
2103
|
"type": {
|
|
1942
2104
|
"type": "intrinsic",
|
|
1943
2105
|
"name": "string"
|
|
1944
|
-
}
|
|
2106
|
+
},
|
|
2107
|
+
"defaultValue": "''"
|
|
1945
2108
|
},
|
|
1946
2109
|
{
|
|
1947
|
-
"id":
|
|
2110
|
+
"id": 74,
|
|
1948
2111
|
"name": "config",
|
|
1949
2112
|
"kind": 262144,
|
|
1950
2113
|
"kindString": "Accessor",
|
|
@@ -1972,7 +2135,7 @@
|
|
|
1972
2135
|
],
|
|
1973
2136
|
"getSignature": [
|
|
1974
2137
|
{
|
|
1975
|
-
"id":
|
|
2138
|
+
"id": 75,
|
|
1976
2139
|
"name": "config",
|
|
1977
2140
|
"kind": 524288,
|
|
1978
2141
|
"kindString": "Get signature",
|
|
@@ -1988,14 +2151,14 @@
|
|
|
1988
2151
|
},
|
|
1989
2152
|
"type": {
|
|
1990
2153
|
"type": "reference",
|
|
1991
|
-
"id":
|
|
2154
|
+
"id": 232,
|
|
1992
2155
|
"name": "SkyTileDashboardConfig"
|
|
1993
2156
|
}
|
|
1994
2157
|
}
|
|
1995
2158
|
],
|
|
1996
2159
|
"setSignature": [
|
|
1997
2160
|
{
|
|
1998
|
-
"id":
|
|
2161
|
+
"id": 76,
|
|
1999
2162
|
"name": "config",
|
|
2000
2163
|
"kind": 1048576,
|
|
2001
2164
|
"kindString": "Set signature",
|
|
@@ -2011,14 +2174,14 @@
|
|
|
2011
2174
|
},
|
|
2012
2175
|
"parameters": [
|
|
2013
2176
|
{
|
|
2014
|
-
"id":
|
|
2177
|
+
"id": 77,
|
|
2015
2178
|
"name": "value",
|
|
2016
2179
|
"kind": 32768,
|
|
2017
2180
|
"kindString": "Parameter",
|
|
2018
2181
|
"flags": {},
|
|
2019
2182
|
"type": {
|
|
2020
2183
|
"type": "reference",
|
|
2021
|
-
"id":
|
|
2184
|
+
"id": 232,
|
|
2022
2185
|
"name": "SkyTileDashboardConfig"
|
|
2023
2186
|
}
|
|
2024
2187
|
}
|
|
@@ -2031,7 +2194,7 @@
|
|
|
2031
2194
|
]
|
|
2032
2195
|
},
|
|
2033
2196
|
{
|
|
2034
|
-
"id":
|
|
2197
|
+
"id": 92,
|
|
2035
2198
|
"name": "ngAfterViewInit",
|
|
2036
2199
|
"kind": 2048,
|
|
2037
2200
|
"kindString": "Method",
|
|
@@ -2041,13 +2204,13 @@
|
|
|
2041
2204
|
"sources": [
|
|
2042
2205
|
{
|
|
2043
2206
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2044
|
-
"line":
|
|
2207
|
+
"line": 149,
|
|
2045
2208
|
"character": 9
|
|
2046
2209
|
}
|
|
2047
2210
|
],
|
|
2048
2211
|
"signatures": [
|
|
2049
2212
|
{
|
|
2050
|
-
"id":
|
|
2213
|
+
"id": 93,
|
|
2051
2214
|
"name": "ngAfterViewInit",
|
|
2052
2215
|
"kind": 4096,
|
|
2053
2216
|
"kindString": "Call signature",
|
|
@@ -2068,7 +2231,7 @@
|
|
|
2068
2231
|
}
|
|
2069
2232
|
},
|
|
2070
2233
|
{
|
|
2071
|
-
"id":
|
|
2234
|
+
"id": 94,
|
|
2072
2235
|
"name": "ngOnDestroy",
|
|
2073
2236
|
"kind": 2048,
|
|
2074
2237
|
"kindString": "Method",
|
|
@@ -2078,13 +2241,13 @@
|
|
|
2078
2241
|
"sources": [
|
|
2079
2242
|
{
|
|
2080
2243
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
|
|
2081
|
-
"line":
|
|
2244
|
+
"line": 160,
|
|
2082
2245
|
"character": 9
|
|
2083
2246
|
}
|
|
2084
2247
|
],
|
|
2085
2248
|
"signatures": [
|
|
2086
2249
|
{
|
|
2087
|
-
"id":
|
|
2250
|
+
"id": 95,
|
|
2088
2251
|
"name": "ngOnDestroy",
|
|
2089
2252
|
"kind": 4096,
|
|
2090
2253
|
"kindString": "Call signature",
|
|
@@ -2110,34 +2273,35 @@
|
|
|
2110
2273
|
"title": "Constructors",
|
|
2111
2274
|
"kind": 512,
|
|
2112
2275
|
"children": [
|
|
2113
|
-
|
|
2276
|
+
69
|
|
2114
2277
|
]
|
|
2115
2278
|
},
|
|
2116
2279
|
{
|
|
2117
2280
|
"title": "Properties",
|
|
2118
2281
|
"kind": 1024,
|
|
2119
2282
|
"children": [
|
|
2120
|
-
79,
|
|
2121
|
-
77,
|
|
2122
|
-
83,
|
|
2123
|
-
78,
|
|
2124
2283
|
81,
|
|
2125
|
-
|
|
2284
|
+
80,
|
|
2285
|
+
78,
|
|
2286
|
+
84,
|
|
2287
|
+
79,
|
|
2288
|
+
82,
|
|
2289
|
+
83
|
|
2126
2290
|
]
|
|
2127
2291
|
},
|
|
2128
2292
|
{
|
|
2129
2293
|
"title": "Accessors",
|
|
2130
2294
|
"kind": 262144,
|
|
2131
2295
|
"children": [
|
|
2132
|
-
|
|
2296
|
+
74
|
|
2133
2297
|
]
|
|
2134
2298
|
},
|
|
2135
2299
|
{
|
|
2136
2300
|
"title": "Methods",
|
|
2137
2301
|
"kind": 2048,
|
|
2138
2302
|
"children": [
|
|
2139
|
-
|
|
2140
|
-
|
|
2303
|
+
92,
|
|
2304
|
+
94
|
|
2141
2305
|
]
|
|
2142
2306
|
}
|
|
2143
2307
|
],
|
|
@@ -2164,14 +2328,14 @@
|
|
|
2164
2328
|
]
|
|
2165
2329
|
},
|
|
2166
2330
|
{
|
|
2167
|
-
"id":
|
|
2331
|
+
"id": 232,
|
|
2168
2332
|
"name": "SkyTileDashboardConfig",
|
|
2169
2333
|
"kind": 256,
|
|
2170
2334
|
"kindString": "Interface",
|
|
2171
2335
|
"flags": {},
|
|
2172
2336
|
"children": [
|
|
2173
2337
|
{
|
|
2174
|
-
"id":
|
|
2338
|
+
"id": 234,
|
|
2175
2339
|
"name": "layout",
|
|
2176
2340
|
"kind": 1024,
|
|
2177
2341
|
"kindString": "Property",
|
|
@@ -2188,12 +2352,12 @@
|
|
|
2188
2352
|
],
|
|
2189
2353
|
"type": {
|
|
2190
2354
|
"type": "reference",
|
|
2191
|
-
"id":
|
|
2355
|
+
"id": 236,
|
|
2192
2356
|
"name": "SkyTileDashboardConfigLayout"
|
|
2193
2357
|
}
|
|
2194
2358
|
},
|
|
2195
2359
|
{
|
|
2196
|
-
"id":
|
|
2360
|
+
"id": 235,
|
|
2197
2361
|
"name": "movedTile",
|
|
2198
2362
|
"kind": 1024,
|
|
2199
2363
|
"kindString": "Property",
|
|
@@ -2212,12 +2376,12 @@
|
|
|
2212
2376
|
],
|
|
2213
2377
|
"type": {
|
|
2214
2378
|
"type": "reference",
|
|
2215
|
-
"id":
|
|
2379
|
+
"id": 244,
|
|
2216
2380
|
"name": "SkyTileDashboardConfigReorderData"
|
|
2217
2381
|
}
|
|
2218
2382
|
},
|
|
2219
2383
|
{
|
|
2220
|
-
"id":
|
|
2384
|
+
"id": 233,
|
|
2221
2385
|
"name": "tiles",
|
|
2222
2386
|
"kind": 1024,
|
|
2223
2387
|
"kindString": "Property",
|
|
@@ -2242,7 +2406,7 @@
|
|
|
2242
2406
|
"type": "array",
|
|
2243
2407
|
"elementType": {
|
|
2244
2408
|
"type": "reference",
|
|
2245
|
-
"id":
|
|
2409
|
+
"id": 248,
|
|
2246
2410
|
"name": "SkyTileDashboardConfigTile"
|
|
2247
2411
|
}
|
|
2248
2412
|
}
|
|
@@ -2253,9 +2417,9 @@
|
|
|
2253
2417
|
"title": "Properties",
|
|
2254
2418
|
"kind": 1024,
|
|
2255
2419
|
"children": [
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2420
|
+
234,
|
|
2421
|
+
235,
|
|
2422
|
+
233
|
|
2259
2423
|
]
|
|
2260
2424
|
}
|
|
2261
2425
|
],
|
|
@@ -2268,14 +2432,14 @@
|
|
|
2268
2432
|
]
|
|
2269
2433
|
},
|
|
2270
2434
|
{
|
|
2271
|
-
"id":
|
|
2435
|
+
"id": 236,
|
|
2272
2436
|
"name": "SkyTileDashboardConfigLayout",
|
|
2273
2437
|
"kind": 256,
|
|
2274
2438
|
"kindString": "Interface",
|
|
2275
2439
|
"flags": {},
|
|
2276
2440
|
"children": [
|
|
2277
2441
|
{
|
|
2278
|
-
"id":
|
|
2442
|
+
"id": 238,
|
|
2279
2443
|
"name": "multiColumn",
|
|
2280
2444
|
"kind": 1024,
|
|
2281
2445
|
"kindString": "Property",
|
|
@@ -2294,13 +2458,13 @@
|
|
|
2294
2458
|
"type": "array",
|
|
2295
2459
|
"elementType": {
|
|
2296
2460
|
"type": "reference",
|
|
2297
|
-
"id":
|
|
2461
|
+
"id": 239,
|
|
2298
2462
|
"name": "SkyTileDashboardConfigLayoutColumn"
|
|
2299
2463
|
}
|
|
2300
2464
|
}
|
|
2301
2465
|
},
|
|
2302
2466
|
{
|
|
2303
|
-
"id":
|
|
2467
|
+
"id": 237,
|
|
2304
2468
|
"name": "singleColumn",
|
|
2305
2469
|
"kind": 1024,
|
|
2306
2470
|
"kindString": "Property",
|
|
@@ -2317,7 +2481,7 @@
|
|
|
2317
2481
|
],
|
|
2318
2482
|
"type": {
|
|
2319
2483
|
"type": "reference",
|
|
2320
|
-
"id":
|
|
2484
|
+
"id": 239,
|
|
2321
2485
|
"name": "SkyTileDashboardConfigLayoutColumn"
|
|
2322
2486
|
}
|
|
2323
2487
|
}
|
|
@@ -2327,8 +2491,8 @@
|
|
|
2327
2491
|
"title": "Properties",
|
|
2328
2492
|
"kind": 1024,
|
|
2329
2493
|
"children": [
|
|
2330
|
-
|
|
2331
|
-
|
|
2494
|
+
238,
|
|
2495
|
+
237
|
|
2332
2496
|
]
|
|
2333
2497
|
}
|
|
2334
2498
|
],
|
|
@@ -2341,14 +2505,14 @@
|
|
|
2341
2505
|
]
|
|
2342
2506
|
},
|
|
2343
2507
|
{
|
|
2344
|
-
"id":
|
|
2508
|
+
"id": 239,
|
|
2345
2509
|
"name": "SkyTileDashboardConfigLayoutColumn",
|
|
2346
2510
|
"kind": 256,
|
|
2347
2511
|
"kindString": "Interface",
|
|
2348
2512
|
"flags": {},
|
|
2349
2513
|
"children": [
|
|
2350
2514
|
{
|
|
2351
|
-
"id":
|
|
2515
|
+
"id": 240,
|
|
2352
2516
|
"name": "tiles",
|
|
2353
2517
|
"kind": 1024,
|
|
2354
2518
|
"kindString": "Property",
|
|
@@ -2367,7 +2531,7 @@
|
|
|
2367
2531
|
"type": "array",
|
|
2368
2532
|
"elementType": {
|
|
2369
2533
|
"type": "reference",
|
|
2370
|
-
"id":
|
|
2534
|
+
"id": 241,
|
|
2371
2535
|
"name": "SkyTileDashboardConfigLayoutTile"
|
|
2372
2536
|
}
|
|
2373
2537
|
}
|
|
@@ -2378,7 +2542,7 @@
|
|
|
2378
2542
|
"title": "Properties",
|
|
2379
2543
|
"kind": 1024,
|
|
2380
2544
|
"children": [
|
|
2381
|
-
|
|
2545
|
+
240
|
|
2382
2546
|
]
|
|
2383
2547
|
}
|
|
2384
2548
|
],
|
|
@@ -2391,14 +2555,14 @@
|
|
|
2391
2555
|
]
|
|
2392
2556
|
},
|
|
2393
2557
|
{
|
|
2394
|
-
"id":
|
|
2558
|
+
"id": 241,
|
|
2395
2559
|
"name": "SkyTileDashboardConfigLayoutTile",
|
|
2396
2560
|
"kind": 256,
|
|
2397
2561
|
"kindString": "Interface",
|
|
2398
2562
|
"flags": {},
|
|
2399
2563
|
"children": [
|
|
2400
2564
|
{
|
|
2401
|
-
"id":
|
|
2565
|
+
"id": 242,
|
|
2402
2566
|
"name": "id",
|
|
2403
2567
|
"kind": 1024,
|
|
2404
2568
|
"kindString": "Property",
|
|
@@ -2419,7 +2583,7 @@
|
|
|
2419
2583
|
}
|
|
2420
2584
|
},
|
|
2421
2585
|
{
|
|
2422
|
-
"id":
|
|
2586
|
+
"id": 243,
|
|
2423
2587
|
"name": "isCollapsed",
|
|
2424
2588
|
"kind": 1024,
|
|
2425
2589
|
"kindString": "Property",
|
|
@@ -2445,8 +2609,8 @@
|
|
|
2445
2609
|
"title": "Properties",
|
|
2446
2610
|
"kind": 1024,
|
|
2447
2611
|
"children": [
|
|
2448
|
-
|
|
2449
|
-
|
|
2612
|
+
242,
|
|
2613
|
+
243
|
|
2450
2614
|
]
|
|
2451
2615
|
}
|
|
2452
2616
|
],
|
|
@@ -2459,14 +2623,14 @@
|
|
|
2459
2623
|
]
|
|
2460
2624
|
},
|
|
2461
2625
|
{
|
|
2462
|
-
"id":
|
|
2626
|
+
"id": 244,
|
|
2463
2627
|
"name": "SkyTileDashboardConfigReorderData",
|
|
2464
2628
|
"kind": 256,
|
|
2465
2629
|
"kindString": "Interface",
|
|
2466
2630
|
"flags": {},
|
|
2467
2631
|
"children": [
|
|
2468
2632
|
{
|
|
2469
|
-
"id":
|
|
2633
|
+
"id": 246,
|
|
2470
2634
|
"name": "column",
|
|
2471
2635
|
"kind": 1024,
|
|
2472
2636
|
"kindString": "Property",
|
|
@@ -2487,7 +2651,7 @@
|
|
|
2487
2651
|
}
|
|
2488
2652
|
},
|
|
2489
2653
|
{
|
|
2490
|
-
"id":
|
|
2654
|
+
"id": 247,
|
|
2491
2655
|
"name": "position",
|
|
2492
2656
|
"kind": 1024,
|
|
2493
2657
|
"kindString": "Property",
|
|
@@ -2508,7 +2672,7 @@
|
|
|
2508
2672
|
}
|
|
2509
2673
|
},
|
|
2510
2674
|
{
|
|
2511
|
-
"id":
|
|
2675
|
+
"id": 245,
|
|
2512
2676
|
"name": "tileDescription",
|
|
2513
2677
|
"kind": 1024,
|
|
2514
2678
|
"kindString": "Property",
|
|
@@ -2534,9 +2698,9 @@
|
|
|
2534
2698
|
"title": "Properties",
|
|
2535
2699
|
"kind": 1024,
|
|
2536
2700
|
"children": [
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2701
|
+
246,
|
|
2702
|
+
247,
|
|
2703
|
+
245
|
|
2540
2704
|
]
|
|
2541
2705
|
}
|
|
2542
2706
|
],
|
|
@@ -2549,14 +2713,14 @@
|
|
|
2549
2713
|
]
|
|
2550
2714
|
},
|
|
2551
2715
|
{
|
|
2552
|
-
"id":
|
|
2716
|
+
"id": 248,
|
|
2553
2717
|
"name": "SkyTileDashboardConfigTile",
|
|
2554
2718
|
"kind": 256,
|
|
2555
2719
|
"kindString": "Interface",
|
|
2556
2720
|
"flags": {},
|
|
2557
2721
|
"children": [
|
|
2558
2722
|
{
|
|
2559
|
-
"id":
|
|
2723
|
+
"id": 250,
|
|
2560
2724
|
"name": "componentType",
|
|
2561
2725
|
"kind": 1024,
|
|
2562
2726
|
"kindString": "Property",
|
|
@@ -2577,7 +2741,7 @@
|
|
|
2577
2741
|
}
|
|
2578
2742
|
},
|
|
2579
2743
|
{
|
|
2580
|
-
"id":
|
|
2744
|
+
"id": 249,
|
|
2581
2745
|
"name": "id",
|
|
2582
2746
|
"kind": 1024,
|
|
2583
2747
|
"kindString": "Property",
|
|
@@ -2598,7 +2762,7 @@
|
|
|
2598
2762
|
}
|
|
2599
2763
|
},
|
|
2600
2764
|
{
|
|
2601
|
-
"id":
|
|
2765
|
+
"id": 251,
|
|
2602
2766
|
"name": "providers",
|
|
2603
2767
|
"kind": 1024,
|
|
2604
2768
|
"kindString": "Property",
|
|
@@ -2629,9 +2793,9 @@
|
|
|
2629
2793
|
"title": "Properties",
|
|
2630
2794
|
"kind": 1024,
|
|
2631
2795
|
"children": [
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2796
|
+
250,
|
|
2797
|
+
249,
|
|
2798
|
+
251
|
|
2635
2799
|
]
|
|
2636
2800
|
}
|
|
2637
2801
|
],
|
|
@@ -2644,7 +2808,7 @@
|
|
|
2644
2808
|
]
|
|
2645
2809
|
},
|
|
2646
2810
|
{
|
|
2647
|
-
"id":
|
|
2811
|
+
"id": 107,
|
|
2648
2812
|
"name": "SkyTileDashboardMessage",
|
|
2649
2813
|
"kind": 256,
|
|
2650
2814
|
"kindString": "Interface",
|
|
@@ -2654,7 +2818,7 @@
|
|
|
2654
2818
|
},
|
|
2655
2819
|
"children": [
|
|
2656
2820
|
{
|
|
2657
|
-
"id":
|
|
2821
|
+
"id": 108,
|
|
2658
2822
|
"name": "type",
|
|
2659
2823
|
"kind": 1024,
|
|
2660
2824
|
"kindString": "Property",
|
|
@@ -2673,7 +2837,7 @@
|
|
|
2673
2837
|
],
|
|
2674
2838
|
"type": {
|
|
2675
2839
|
"type": "reference",
|
|
2676
|
-
"id":
|
|
2840
|
+
"id": 109,
|
|
2677
2841
|
"name": "SkyTileDashboardMessageType"
|
|
2678
2842
|
}
|
|
2679
2843
|
}
|
|
@@ -2683,7 +2847,7 @@
|
|
|
2683
2847
|
"title": "Properties",
|
|
2684
2848
|
"kind": 1024,
|
|
2685
2849
|
"children": [
|
|
2686
|
-
|
|
2850
|
+
108
|
|
2687
2851
|
]
|
|
2688
2852
|
}
|
|
2689
2853
|
],
|
|
@@ -2701,38 +2865,38 @@
|
|
|
2701
2865
|
"title": "Enumerations",
|
|
2702
2866
|
"kind": 8,
|
|
2703
2867
|
"children": [
|
|
2704
|
-
|
|
2868
|
+
109
|
|
2705
2869
|
]
|
|
2706
2870
|
},
|
|
2707
2871
|
{
|
|
2708
2872
|
"title": "Classes",
|
|
2709
2873
|
"kind": 128,
|
|
2710
2874
|
"children": [
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2875
|
+
104,
|
|
2876
|
+
229,
|
|
2877
|
+
112,
|
|
2878
|
+
115,
|
|
2879
|
+
101,
|
|
2880
|
+
252,
|
|
2717
2881
|
1,
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2882
|
+
46,
|
|
2883
|
+
49,
|
|
2884
|
+
52,
|
|
2885
|
+
55,
|
|
2886
|
+
68
|
|
2723
2887
|
]
|
|
2724
2888
|
},
|
|
2725
2889
|
{
|
|
2726
2890
|
"title": "Interfaces",
|
|
2727
2891
|
"kind": 256,
|
|
2728
2892
|
"children": [
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2893
|
+
232,
|
|
2894
|
+
236,
|
|
2895
|
+
239,
|
|
2896
|
+
241,
|
|
2897
|
+
244,
|
|
2898
|
+
248,
|
|
2899
|
+
107
|
|
2736
2900
|
]
|
|
2737
2901
|
}
|
|
2738
2902
|
],
|
|
@@ -2779,6 +2943,41 @@
|
|
|
2779
2943
|
"fileName": "tiles-demo.module.ts",
|
|
2780
2944
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tiles-demo.module.ts",
|
|
2781
2945
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyTilesModule } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\nimport { TilesDemoComponent } from './tiles-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTilesModule],\n declarations: [\n TilesDemoComponent,\n TileDemoTile1Component,\n TileDemoTile2Component,\n ],\n exports: [TilesDemoComponent],\n})\nexport class TilesDemoModule {}\n"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"fileName": "tile-demo-tile1.component.html",
|
|
2949
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tile-demo-tile1.component.html",
|
|
2950
|
+
"rawContents": "<sky-tile (settingsClick)=\"tileSettingsClick()\">\n <sky-tile-title>\n Tile 1\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n (click)=\"onHelpClick($event)\"\n ></sky-help-inline>\n </sky-tile-title>\n <sky-tile-summary> $123.4m </sky-tile-summary>\n <sky-tile-content>\n <sky-tile-content-section> Section 1 </sky-tile-content-section>\n <sky-tile-content-section> Section 2 </sky-tile-content-section>\n <sky-tile-content-section> Section 3 </sky-tile-content-section>\n </sky-tile-content>\n</sky-tile>\n"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"fileName": "tile-demo-tile1.component.ts",
|
|
2954
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tile-demo-tile1.component.ts",
|
|
2955
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'div.tile1',\n templateUrl: './tile-demo-tile1.component.html',\n})\nexport class TileDemoTile1Component {\n public tileSettingsClick(): void {\n alert('tile settings clicked');\n }\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n\n public onHelpClick($event: MouseEvent): void {\n $event.stopPropagation();\n }\n}\n"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"fileName": "tile-demo-tile2.component.html",
|
|
2959
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tile-demo-tile2.component.html",
|
|
2960
|
+
"rawContents": "<sky-tile>\n <sky-tile-title>\n Tile 2\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n (click)=\"onHelpClick($event)\"\n ></sky-help-inline>\n </sky-tile-title>\n <sky-tile-content>\n <sky-tile-content-section> Section 1 </sky-tile-content-section>\n <sky-tile-content-section> Section 2 </sky-tile-content-section>\n <sky-tile-content-section> Section 3 </sky-tile-content-section>\n </sky-tile-content>\n</sky-tile>\n"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"fileName": "tile-demo-tile2.component.ts",
|
|
2964
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tile-demo-tile2.component.ts",
|
|
2965
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'div.tile2',\n templateUrl: './tile-demo-tile2.component.html',\n})\nexport class TileDemoTile2Component {\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n\n public onHelpClick($event: MouseEvent): void {\n $event.stopPropagation();\n }\n}\n"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"fileName": "tiles-demo.component.html",
|
|
2969
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tiles-demo.component.html",
|
|
2970
|
+
"rawContents": "<sky-tile-dashboard [(config)]=\"dashboardConfig\"></sky-tile-dashboard>\n"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"fileName": "tiles-demo.component.ts",
|
|
2974
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tiles-demo.component.ts",
|
|
2975
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyTileDashboardConfig } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\n\n@Component({\n selector: 'app-tiles-demo',\n templateUrl: './tiles-demo.component.html',\n})\nexport class TilesDemoComponent {\n public dashboardConfig: SkyTileDashboardConfig = {\n tiles: [\n {\n id: 'tile1',\n componentType: TileDemoTile1Component,\n },\n {\n id: 'tile2',\n componentType: TileDemoTile2Component,\n },\n ],\n layout: {\n singleColumn: {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n ],\n },\n ],\n },\n };\n}\n"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"fileName": "tiles-demo.module.ts",
|
|
2979
|
+
"filePath": "/projects/tiles/documentation/code-examples/tiles/inline-help/tiles-demo.module.ts",
|
|
2980
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyHelpInlineModule } from '@skyux/indicators';\nimport { SkyTilesModule } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\nimport { TilesDemoComponent } from './tiles-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTilesModule, SkyHelpInlineModule],\n declarations: [\n TilesDemoComponent,\n TileDemoTile1Component,\n TileDemoTile2Component,\n ],\n exports: [TilesDemoComponent],\n})\nexport class TilesDemoModule {}\n"
|
|
2782
2981
|
}
|
|
2783
2982
|
]
|
|
2784
2983
|
}
|