@skyux/action-bars 7.0.0-beta.8 → 7.0.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.
Files changed (32) hide show
  1. package/documentation.json +241 -111
  2. package/esm2020/lib/modules/shared/sky-action-bars-resources.module.mjs +5 -5
  3. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.mjs +4 -4
  4. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.mjs +4 -4
  5. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.mjs +4 -4
  6. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.mjs +14 -9
  7. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.mjs +45 -38
  8. package/esm2020/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.mjs +4 -4
  9. package/esm2020/lib/modules/summary-action-bar/summary-action-bar-adapter.service.mjs +26 -23
  10. package/esm2020/lib/modules/summary-action-bar/summary-action-bar-collapsible.pipe.mjs +19 -0
  11. package/esm2020/lib/modules/summary-action-bar/summary-action-bar.component.mjs +78 -74
  12. package/esm2020/lib/modules/summary-action-bar/summary-action-bar.module.mjs +8 -5
  13. package/esm2020/testing/summary-action-bar/summary-action-bar-fixture-action.mjs +1 -1
  14. package/esm2020/testing/summary-action-bar/summary-action-bar-fixture.mjs +68 -72
  15. package/esm2020/testing/summary-action-bar/summary-action-bar.module.mjs +5 -5
  16. package/fesm2015/skyux-action-bars-testing.mjs +76 -81
  17. package/fesm2015/skyux-action-bars-testing.mjs.map +1 -1
  18. package/fesm2015/skyux-action-bars.mjs +192 -155
  19. package/fesm2015/skyux-action-bars.mjs.map +1 -1
  20. package/fesm2020/skyux-action-bars-testing.mjs +71 -75
  21. package/fesm2020/skyux-action-bars-testing.mjs.map +1 -1
  22. package/fesm2020/skyux-action-bars.mjs +188 -155
  23. package/fesm2020/skyux-action-bars.mjs.map +1 -1
  24. package/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.d.ts +3 -4
  25. package/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.d.ts +2 -7
  26. package/lib/modules/summary-action-bar/summary-action-bar-adapter.service.d.ts +3 -5
  27. package/lib/modules/summary-action-bar/summary-action-bar-collapsible.pipe.d.ts +9 -0
  28. package/lib/modules/summary-action-bar/summary-action-bar.component.d.ts +7 -20
  29. package/lib/modules/summary-action-bar/summary-action-bar.module.d.ts +13 -12
  30. package/package.json +12 -12
  31. package/testing/summary-action-bar/summary-action-bar-fixture-action.d.ts +1 -1
  32. package/testing/summary-action-bar/summary-action-bar-fixture.d.ts +3 -14
@@ -17,7 +17,7 @@
17
17
  "originalName": "",
18
18
  "children": [
19
19
  {
20
- "id": 101,
20
+ "id": 108,
21
21
  "name": "SkySummaryActionBarModule",
22
22
  "kind": 128,
23
23
  "kindString": "Class",
@@ -32,7 +32,7 @@
32
32
  "name": "NgModule"
33
33
  },
34
34
  "arguments": {
35
- "obj": "{\n declarations: [\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyDropdownModule,\n SkyI18nModule,\n SkyIconModule,\n SkyActionBarsResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkySummaryActionBarComponent,\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n}"
35
+ "obj": "{\n declarations: [\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarCollapsiblePipe,\n SkySummaryActionBarComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyDropdownModule,\n SkyI18nModule,\n SkyIconModule,\n SkyActionBarsResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkySummaryActionBarComponent,\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n}"
36
36
  }
37
37
  }
38
38
  ],
@@ -42,14 +42,14 @@
42
42
  "title": "Constructors",
43
43
  "kind": 512,
44
44
  "children": [
45
- 102
45
+ 109
46
46
  ]
47
47
  }
48
48
  ],
49
49
  "sources": [
50
50
  {
51
51
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.module.ts",
52
- "line": 47,
52
+ "line": 49,
53
53
  "character": 13
54
54
  }
55
55
  ]
@@ -128,7 +128,7 @@
128
128
  "sources": [
129
129
  {
130
130
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
131
- "line": 83,
131
+ "line": 79,
132
132
  "character": 2
133
133
  }
134
134
  ],
@@ -225,6 +225,49 @@
225
225
  }
226
226
  ]
227
227
  },
228
+ {
229
+ "id": 23,
230
+ "name": "chevronElementRef",
231
+ "kind": 1024,
232
+ "kindString": "Property",
233
+ "flags": {
234
+ "isPublic": true
235
+ },
236
+ "decorators": [
237
+ {
238
+ "name": "ViewChild",
239
+ "type": {
240
+ "type": "reference",
241
+ "qualifiedName": "ViewChildDecorator",
242
+ "package": "@angular/core",
243
+ "name": "ViewChild"
244
+ },
245
+ "arguments": {
246
+ "selector": "'chevronEl'",
247
+ "opts": "{ read: ElementRef }"
248
+ }
249
+ }
250
+ ],
251
+ "sources": [
252
+ {
253
+ "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
254
+ "line": 66,
255
+ "character": 9
256
+ }
257
+ ],
258
+ "type": {
259
+ "type": "reference",
260
+ "typeArguments": [
261
+ {
262
+ "type": "intrinsic",
263
+ "name": "any"
264
+ }
265
+ ],
266
+ "qualifiedName": "ElementRef",
267
+ "package": "@angular/core",
268
+ "name": "ElementRef"
269
+ }
270
+ },
228
271
  {
229
272
  "id": 15,
230
273
  "name": "isSummaryCollapsed",
@@ -247,7 +290,7 @@
247
290
  "defaultValue": "false"
248
291
  },
249
292
  {
250
- "id": 19,
293
+ "id": 17,
251
294
  "name": "slideDirection",
252
295
  "kind": 1024,
253
296
  "kindString": "Property",
@@ -257,7 +300,7 @@
257
300
  "sources": [
258
301
  {
259
302
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
260
- "line": 58,
303
+ "line": 51,
261
304
  "character": 9
262
305
  }
263
306
  ],
@@ -268,7 +311,7 @@
268
311
  "defaultValue": "'down'"
269
312
  },
270
313
  {
271
- "id": 20,
314
+ "id": 18,
272
315
  "name": "summaryId",
273
316
  "kind": 1024,
274
317
  "kindString": "Property",
@@ -278,7 +321,7 @@
278
321
  "sources": [
279
322
  {
280
323
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
281
- "line": 60,
324
+ "line": 53,
282
325
  "character": 9
283
326
  }
284
327
  ],
@@ -289,7 +332,7 @@
289
332
  "defaultValue": "..."
290
333
  },
291
334
  {
292
- "id": 18,
335
+ "id": 16,
293
336
  "name": "type",
294
337
  "kind": 1024,
295
338
  "kindString": "Property",
@@ -299,7 +342,7 @@
299
342
  "sources": [
300
343
  {
301
344
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
302
- "line": 56,
345
+ "line": 49,
303
346
  "character": 9
304
347
  }
305
348
  ],
@@ -309,36 +352,93 @@
309
352
  }
310
353
  },
311
354
  {
312
- "id": 16,
313
- "name": "isSummaryCollapsible",
355
+ "id": 19,
356
+ "name": "summaryElement",
314
357
  "kind": 262144,
315
358
  "kindString": "Accessor",
316
359
  "flags": {
317
360
  "isPublic": true
318
361
  },
362
+ "decorators": [
363
+ {
364
+ "name": "ContentChild",
365
+ "type": {
366
+ "type": "reference",
367
+ "qualifiedName": "ContentChildDecorator",
368
+ "package": "@angular/core",
369
+ "name": "ContentChild"
370
+ },
371
+ "arguments": {
372
+ "selector": "SkySummaryActionBarSummaryComponent",
373
+ "opts": "{ read: ElementRef }"
374
+ }
375
+ }
376
+ ],
319
377
  "sources": [
320
378
  {
321
379
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
322
- "line": 49,
380
+ "line": 56,
323
381
  "character": 13
324
382
  }
325
383
  ],
326
384
  "getSignature": [
327
385
  {
328
- "id": 17,
329
- "name": "isSummaryCollapsible",
386
+ "id": 20,
387
+ "name": "summaryElement",
330
388
  "kind": 524288,
331
389
  "kindString": "Get signature",
332
390
  "flags": {},
391
+ "type": {
392
+ "type": "reference",
393
+ "typeArguments": [
394
+ {
395
+ "type": "intrinsic",
396
+ "name": "any"
397
+ }
398
+ ],
399
+ "qualifiedName": "ElementRef",
400
+ "package": "@angular/core",
401
+ "name": "ElementRef"
402
+ }
403
+ }
404
+ ],
405
+ "setSignature": [
406
+ {
407
+ "id": 21,
408
+ "name": "summaryElement",
409
+ "kind": 1048576,
410
+ "kindString": "Set signature",
411
+ "flags": {},
412
+ "parameters": [
413
+ {
414
+ "id": 22,
415
+ "name": "element",
416
+ "kind": 32768,
417
+ "kindString": "Parameter",
418
+ "flags": {},
419
+ "type": {
420
+ "type": "reference",
421
+ "typeArguments": [
422
+ {
423
+ "type": "intrinsic",
424
+ "name": "any"
425
+ }
426
+ ],
427
+ "qualifiedName": "ElementRef",
428
+ "package": "@angular/core",
429
+ "name": "ElementRef"
430
+ }
431
+ }
432
+ ],
333
433
  "type": {
334
434
  "type": "intrinsic",
335
- "name": "boolean"
435
+ "name": "void"
336
436
  }
337
437
  }
338
438
  ]
339
439
  },
340
440
  {
341
- "id": 30,
441
+ "id": 34,
342
442
  "name": "ngAfterViewInit",
343
443
  "kind": 2048,
344
444
  "kindString": "Method",
@@ -348,13 +448,13 @@
348
448
  "sources": [
349
449
  {
350
450
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
351
- "line": 92,
451
+ "line": 94,
352
452
  "character": 9
353
453
  }
354
454
  ],
355
455
  "signatures": [
356
456
  {
357
- "id": 31,
457
+ "id": 35,
358
458
  "name": "ngAfterViewInit",
359
459
  "kind": 4096,
360
460
  "kindString": "Call signature",
@@ -375,7 +475,7 @@
375
475
  }
376
476
  },
377
477
  {
378
- "id": 32,
478
+ "id": 36,
379
479
  "name": "ngOnDestroy",
380
480
  "kind": 2048,
381
481
  "kindString": "Method",
@@ -385,13 +485,13 @@
385
485
  "sources": [
386
486
  {
387
487
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
388
- "line": 125,
488
+ "line": 129,
389
489
  "character": 9
390
490
  }
391
491
  ],
392
492
  "signatures": [
393
493
  {
394
- "id": 33,
494
+ "id": 37,
395
495
  "name": "ngOnDestroy",
396
496
  "kind": 4096,
397
497
  "kindString": "Call signature",
@@ -412,7 +512,7 @@
412
512
  }
413
513
  },
414
514
  {
415
- "id": 34,
515
+ "id": 38,
416
516
  "name": "onDirectionChange",
417
517
  "kind": 2048,
418
518
  "kindString": "Method",
@@ -422,20 +522,20 @@
422
522
  "sources": [
423
523
  {
424
524
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
425
- "line": 144,
525
+ "line": 148,
426
526
  "character": 9
427
527
  }
428
528
  ],
429
529
  "signatures": [
430
530
  {
431
- "id": 35,
531
+ "id": 39,
432
532
  "name": "onDirectionChange",
433
533
  "kind": 4096,
434
534
  "kindString": "Call signature",
435
535
  "flags": {},
436
536
  "parameters": [
437
537
  {
438
- "id": 36,
538
+ "id": 40,
439
539
  "name": "direction",
440
540
  "kind": 32768,
441
541
  "kindString": "Parameter",
@@ -454,7 +554,34 @@
454
554
  ]
455
555
  },
456
556
  {
457
- "id": 37,
557
+ "id": 50,
558
+ "name": "setupTabListener",
559
+ "kind": 2048,
560
+ "kindString": "Method",
561
+ "flags": {},
562
+ "sources": [
563
+ {
564
+ "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
565
+ "line": 200,
566
+ "character": 2
567
+ }
568
+ ],
569
+ "signatures": [
570
+ {
571
+ "id": 51,
572
+ "name": "setupTabListener",
573
+ "kind": 4096,
574
+ "kindString": "Call signature",
575
+ "flags": {},
576
+ "type": {
577
+ "type": "intrinsic",
578
+ "name": "void"
579
+ }
580
+ }
581
+ ]
582
+ },
583
+ {
584
+ "id": 41,
458
585
  "name": "summaryContentExists",
459
586
  "kind": 2048,
460
587
  "kindString": "Method",
@@ -464,13 +591,13 @@
464
591
  "sources": [
465
592
  {
466
593
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
467
- "line": 148,
594
+ "line": 152,
468
595
  "character": 9
469
596
  }
470
597
  ],
471
598
  "signatures": [
472
599
  {
473
- "id": 38,
600
+ "id": 42,
474
601
  "name": "summaryContentExists",
475
602
  "kind": 4096,
476
603
  "kindString": "Call signature",
@@ -483,7 +610,7 @@
483
610
  ]
484
611
  },
485
612
  {
486
- "id": 39,
613
+ "id": 43,
487
614
  "name": "summaryTransitionEnd",
488
615
  "kind": 2048,
489
616
  "kindString": "Method",
@@ -493,20 +620,20 @@
493
620
  "sources": [
494
621
  {
495
622
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
496
- "line": 156,
623
+ "line": 157,
497
624
  "character": 9
498
625
  }
499
626
  ],
500
627
  "signatures": [
501
628
  {
502
- "id": 40,
629
+ "id": 44,
503
630
  "name": "summaryTransitionEnd",
504
631
  "kind": 4096,
505
632
  "kindString": "Call signature",
506
633
  "flags": {},
507
634
  "parameters": [
508
635
  {
509
- "id": 41,
636
+ "id": 45,
510
637
  "name": "animationEvent",
511
638
  "kind": 32768,
512
639
  "kindString": "Parameter",
@@ -527,7 +654,7 @@
527
654
  ]
528
655
  },
529
656
  {
530
- "id": 42,
657
+ "id": 46,
531
658
  "name": "summaryTransitionStart",
532
659
  "kind": 2048,
533
660
  "kindString": "Method",
@@ -537,13 +664,13 @@
537
664
  "sources": [
538
665
  {
539
666
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
540
- "line": 181,
667
+ "line": 182,
541
668
  "character": 9
542
669
  }
543
670
  ],
544
671
  "signatures": [
545
672
  {
546
- "id": 43,
673
+ "id": 47,
547
674
  "name": "summaryTransitionStart",
548
675
  "kind": 4096,
549
676
  "kindString": "Call signature",
@@ -568,29 +695,32 @@
568
695
  "title": "Properties",
569
696
  "kind": 1024,
570
697
  "children": [
698
+ 23,
571
699
  15,
572
- 19,
573
- 20,
574
- 18
700
+ 33,
701
+ 17,
702
+ 18,
703
+ 16
575
704
  ]
576
705
  },
577
706
  {
578
707
  "title": "Accessors",
579
708
  "kind": 262144,
580
709
  "children": [
581
- 16
710
+ 19
582
711
  ]
583
712
  },
584
713
  {
585
714
  "title": "Methods",
586
715
  "kind": 2048,
587
716
  "children": [
588
- 30,
589
- 32,
590
717
  34,
591
- 37,
592
- 39,
593
- 42
718
+ 36,
719
+ 38,
720
+ 50,
721
+ 41,
722
+ 43,
723
+ 46
594
724
  ]
595
725
  }
596
726
  ],
@@ -617,7 +747,7 @@
617
747
  ]
618
748
  },
619
749
  {
620
- "id": 54,
750
+ "id": 58,
621
751
  "name": "SkySummaryActionBarActionsComponent",
622
752
  "kind": 128,
623
753
  "kindString": "Class",
@@ -645,7 +775,7 @@
645
775
  "title": "Constructors",
646
776
  "kind": 512,
647
777
  "children": [
648
- 55
778
+ 59
649
779
  ]
650
780
  }
651
781
  ],
@@ -658,7 +788,7 @@
658
788
  ]
659
789
  },
660
790
  {
661
- "id": 57,
791
+ "id": 61,
662
792
  "name": "SkySummaryActionBarCancelComponent",
663
793
  "kind": 128,
664
794
  "kindString": "Class",
@@ -682,7 +812,7 @@
682
812
  ],
683
813
  "children": [
684
814
  {
685
- "id": 61,
815
+ "id": 65,
686
816
  "name": "actionClick",
687
817
  "kind": 1024,
688
818
  "kindString": "Property",
@@ -726,7 +856,7 @@
726
856
  "defaultValue": "..."
727
857
  },
728
858
  {
729
- "id": 60,
859
+ "id": 64,
730
860
  "name": "disabled",
731
861
  "kind": 1024,
732
862
  "kindString": "Property",
@@ -762,7 +892,7 @@
762
892
  "defaultValue": "false"
763
893
  },
764
894
  {
765
- "id": 62,
895
+ "id": 66,
766
896
  "name": "onCancelClicked",
767
897
  "kind": 2048,
768
898
  "kindString": "Method",
@@ -778,7 +908,7 @@
778
908
  ],
779
909
  "signatures": [
780
910
  {
781
- "id": 63,
911
+ "id": 67,
782
912
  "name": "onCancelClicked",
783
913
  "kind": 4096,
784
914
  "kindString": "Call signature",
@@ -796,22 +926,22 @@
796
926
  "title": "Constructors",
797
927
  "kind": 512,
798
928
  "children": [
799
- 58
929
+ 62
800
930
  ]
801
931
  },
802
932
  {
803
933
  "title": "Properties",
804
934
  "kind": 1024,
805
935
  "children": [
806
- 61,
807
- 60
936
+ 65,
937
+ 64
808
938
  ]
809
939
  },
810
940
  {
811
941
  "title": "Methods",
812
942
  "kind": 2048,
813
943
  "children": [
814
- 62
944
+ 66
815
945
  ]
816
946
  }
817
947
  ],
@@ -824,7 +954,7 @@
824
954
  ]
825
955
  },
826
956
  {
827
- "id": 64,
957
+ "id": 68,
828
958
  "name": "SkySummaryActionBarPrimaryActionComponent",
829
959
  "kind": 128,
830
960
  "kindString": "Class",
@@ -848,7 +978,7 @@
848
978
  ],
849
979
  "children": [
850
980
  {
851
- "id": 68,
981
+ "id": 72,
852
982
  "name": "actionClick",
853
983
  "kind": 1024,
854
984
  "kindString": "Property",
@@ -892,7 +1022,7 @@
892
1022
  "defaultValue": "..."
893
1023
  },
894
1024
  {
895
- "id": 67,
1025
+ "id": 71,
896
1026
  "name": "disabled",
897
1027
  "kind": 1024,
898
1028
  "kindString": "Property",
@@ -934,7 +1064,7 @@
934
1064
  "defaultValue": "false"
935
1065
  },
936
1066
  {
937
- "id": 69,
1067
+ "id": 73,
938
1068
  "name": "onButtonClicked",
939
1069
  "kind": 2048,
940
1070
  "kindString": "Method",
@@ -950,7 +1080,7 @@
950
1080
  ],
951
1081
  "signatures": [
952
1082
  {
953
- "id": 70,
1083
+ "id": 74,
954
1084
  "name": "onButtonClicked",
955
1085
  "kind": 4096,
956
1086
  "kindString": "Call signature",
@@ -968,22 +1098,22 @@
968
1098
  "title": "Constructors",
969
1099
  "kind": 512,
970
1100
  "children": [
971
- 65
1101
+ 69
972
1102
  ]
973
1103
  },
974
1104
  {
975
1105
  "title": "Properties",
976
1106
  "kind": 1024,
977
1107
  "children": [
978
- 68,
979
- 67
1108
+ 72,
1109
+ 71
980
1110
  ]
981
1111
  },
982
1112
  {
983
1113
  "title": "Methods",
984
1114
  "kind": 2048,
985
1115
  "children": [
986
- 69
1116
+ 73
987
1117
  ]
988
1118
  }
989
1119
  ],
@@ -996,7 +1126,7 @@
996
1126
  ]
997
1127
  },
998
1128
  {
999
- "id": 71,
1129
+ "id": 75,
1000
1130
  "name": "SkySummaryActionBarSecondaryActionComponent",
1001
1131
  "kind": 128,
1002
1132
  "kindString": "Class",
@@ -1020,7 +1150,7 @@
1020
1150
  ],
1021
1151
  "children": [
1022
1152
  {
1023
- "id": 72,
1153
+ "id": 76,
1024
1154
  "name": "constructor",
1025
1155
  "kind": 512,
1026
1156
  "kindString": "Constructor",
@@ -1028,20 +1158,20 @@
1028
1158
  "sources": [
1029
1159
  {
1030
1160
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1031
- "line": 44,
1161
+ "line": 46,
1032
1162
  "character": 2
1033
1163
  }
1034
1164
  ],
1035
1165
  "signatures": [
1036
1166
  {
1037
- "id": 73,
1167
+ "id": 77,
1038
1168
  "name": "SkySummaryActionBarSecondaryActionComponent",
1039
1169
  "kind": 16384,
1040
1170
  "kindString": "Constructor signature",
1041
1171
  "flags": {},
1042
1172
  "parameters": [
1043
1173
  {
1044
- "id": 74,
1174
+ "id": 78,
1045
1175
  "name": "changeDetector",
1046
1176
  "kind": 32768,
1047
1177
  "kindString": "Parameter",
@@ -1056,14 +1186,14 @@
1056
1186
  ],
1057
1187
  "type": {
1058
1188
  "type": "reference",
1059
- "id": 71,
1189
+ "id": 75,
1060
1190
  "name": "SkySummaryActionBarSecondaryActionComponent"
1061
1191
  }
1062
1192
  }
1063
1193
  ]
1064
1194
  },
1065
1195
  {
1066
- "id": 80,
1196
+ "id": 84,
1067
1197
  "name": "actionClick",
1068
1198
  "kind": 1024,
1069
1199
  "kindString": "Property",
@@ -1107,7 +1237,7 @@
1107
1237
  "defaultValue": "..."
1108
1238
  },
1109
1239
  {
1110
- "id": 75,
1240
+ "id": 79,
1111
1241
  "name": "disabled",
1112
1242
  "kind": 1024,
1113
1243
  "kindString": "Property",
@@ -1149,7 +1279,7 @@
1149
1279
  "defaultValue": "false"
1150
1280
  },
1151
1281
  {
1152
- "id": 76,
1282
+ "id": 80,
1153
1283
  "name": "isDropdown",
1154
1284
  "kind": 262144,
1155
1285
  "kindString": "Accessor",
@@ -1165,7 +1295,7 @@
1165
1295
  ],
1166
1296
  "getSignature": [
1167
1297
  {
1168
- "id": 77,
1298
+ "id": 81,
1169
1299
  "name": "isDropdown",
1170
1300
  "kind": 524288,
1171
1301
  "kindString": "Get signature",
@@ -1178,14 +1308,14 @@
1178
1308
  ],
1179
1309
  "setSignature": [
1180
1310
  {
1181
- "id": 78,
1311
+ "id": 82,
1182
1312
  "name": "isDropdown",
1183
1313
  "kind": 1048576,
1184
1314
  "kindString": "Set signature",
1185
1315
  "flags": {},
1186
1316
  "parameters": [
1187
1317
  {
1188
- "id": 79,
1318
+ "id": 83,
1189
1319
  "name": "value",
1190
1320
  "kind": 32768,
1191
1321
  "kindString": "Parameter",
@@ -1204,7 +1334,7 @@
1204
1334
  ]
1205
1335
  },
1206
1336
  {
1207
- "id": 82,
1337
+ "id": 87,
1208
1338
  "name": "onButtonClicked",
1209
1339
  "kind": 2048,
1210
1340
  "kindString": "Method",
@@ -1214,13 +1344,13 @@
1214
1344
  "sources": [
1215
1345
  {
1216
1346
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1217
- "line": 46,
1347
+ "line": 50,
1218
1348
  "character": 9
1219
1349
  }
1220
1350
  ],
1221
1351
  "signatures": [
1222
1352
  {
1223
- "id": 83,
1353
+ "id": 88,
1224
1354
  "name": "onButtonClicked",
1225
1355
  "kind": 4096,
1226
1356
  "kindString": "Call signature",
@@ -1238,29 +1368,29 @@
1238
1368
  "title": "Constructors",
1239
1369
  "kind": 512,
1240
1370
  "children": [
1241
- 72
1371
+ 76
1242
1372
  ]
1243
1373
  },
1244
1374
  {
1245
1375
  "title": "Properties",
1246
1376
  "kind": 1024,
1247
1377
  "children": [
1248
- 80,
1249
- 75
1378
+ 84,
1379
+ 79
1250
1380
  ]
1251
1381
  },
1252
1382
  {
1253
1383
  "title": "Accessors",
1254
1384
  "kind": 262144,
1255
1385
  "children": [
1256
- 76
1386
+ 80
1257
1387
  ]
1258
1388
  },
1259
1389
  {
1260
1390
  "title": "Methods",
1261
1391
  "kind": 2048,
1262
1392
  "children": [
1263
- 82
1393
+ 87
1264
1394
  ]
1265
1395
  }
1266
1396
  ],
@@ -1273,7 +1403,7 @@
1273
1403
  ]
1274
1404
  },
1275
1405
  {
1276
- "id": 84,
1406
+ "id": 89,
1277
1407
  "name": "SkySummaryActionBarSecondaryActionsComponent",
1278
1408
  "kind": 128,
1279
1409
  "kindString": "Class",
@@ -1297,7 +1427,7 @@
1297
1427
  ],
1298
1428
  "children": [
1299
1429
  {
1300
- "id": 85,
1430
+ "id": 90,
1301
1431
  "name": "constructor",
1302
1432
  "kind": 512,
1303
1433
  "kindString": "Constructor",
@@ -1305,20 +1435,20 @@
1305
1435
  "sources": [
1306
1436
  {
1307
1437
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1308
- "line": 40,
1438
+ "line": 44,
1309
1439
  "character": 2
1310
1440
  }
1311
1441
  ],
1312
1442
  "signatures": [
1313
1443
  {
1314
- "id": 86,
1444
+ "id": 91,
1315
1445
  "name": "SkySummaryActionBarSecondaryActionsComponent",
1316
1446
  "kind": 16384,
1317
1447
  "kindString": "Constructor signature",
1318
1448
  "flags": {},
1319
1449
  "parameters": [
1320
1450
  {
1321
- "id": 87,
1451
+ "id": 92,
1322
1452
  "name": "changeDetector",
1323
1453
  "kind": 32768,
1324
1454
  "kindString": "Parameter",
@@ -1331,7 +1461,7 @@
1331
1461
  }
1332
1462
  },
1333
1463
  {
1334
- "id": 88,
1464
+ "id": 93,
1335
1465
  "name": "mediaQueryService",
1336
1466
  "kind": 32768,
1337
1467
  "kindString": "Parameter",
@@ -1344,14 +1474,14 @@
1344
1474
  ],
1345
1475
  "type": {
1346
1476
  "type": "reference",
1347
- "id": 84,
1477
+ "id": 89,
1348
1478
  "name": "SkySummaryActionBarSecondaryActionsComponent"
1349
1479
  }
1350
1480
  }
1351
1481
  ]
1352
1482
  },
1353
1483
  {
1354
- "id": 91,
1484
+ "id": 96,
1355
1485
  "name": "dropdownMessageStream",
1356
1486
  "kind": 1024,
1357
1487
  "kindString": "Property",
@@ -1361,7 +1491,7 @@
1361
1491
  "sources": [
1362
1492
  {
1363
1493
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1364
- "line": 34,
1494
+ "line": 36,
1365
1495
  "character": 9
1366
1496
  }
1367
1497
  ],
@@ -1380,7 +1510,7 @@
1380
1510
  "defaultValue": "..."
1381
1511
  },
1382
1512
  {
1383
- "id": 90,
1513
+ "id": 95,
1384
1514
  "name": "isMobile",
1385
1515
  "kind": 1024,
1386
1516
  "kindString": "Property",
@@ -1390,7 +1520,7 @@
1390
1520
  "sources": [
1391
1521
  {
1392
1522
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1393
- "line": 32,
1523
+ "line": 34,
1394
1524
  "character": 9
1395
1525
  }
1396
1526
  ],
@@ -1401,7 +1531,7 @@
1401
1531
  "defaultValue": "false"
1402
1532
  },
1403
1533
  {
1404
- "id": 89,
1534
+ "id": 94,
1405
1535
  "name": "secondaryActionComponents",
1406
1536
  "kind": 1024,
1407
1537
  "kindString": "Property",
@@ -1434,7 +1564,7 @@
1434
1564
  "typeArguments": [
1435
1565
  {
1436
1566
  "type": "reference",
1437
- "id": 71,
1567
+ "id": 75,
1438
1568
  "name": "SkySummaryActionBarSecondaryActionComponent"
1439
1569
  }
1440
1570
  ],
@@ -1444,7 +1574,7 @@
1444
1574
  }
1445
1575
  },
1446
1576
  {
1447
- "id": 95,
1577
+ "id": 102,
1448
1578
  "name": "ngAfterContentInit",
1449
1579
  "kind": 2048,
1450
1580
  "kindString": "Method",
@@ -1454,13 +1584,13 @@
1454
1584
  "sources": [
1455
1585
  {
1456
1586
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1457
- "line": 45,
1587
+ "line": 52,
1458
1588
  "character": 9
1459
1589
  }
1460
1590
  ],
1461
1591
  "signatures": [
1462
1592
  {
1463
- "id": 96,
1593
+ "id": 103,
1464
1594
  "name": "ngAfterContentInit",
1465
1595
  "kind": 4096,
1466
1596
  "kindString": "Call signature",
@@ -1481,7 +1611,7 @@
1481
1611
  }
1482
1612
  },
1483
1613
  {
1484
- "id": 97,
1614
+ "id": 104,
1485
1615
  "name": "ngOnDestroy",
1486
1616
  "kind": 2048,
1487
1617
  "kindString": "Method",
@@ -1491,13 +1621,13 @@
1491
1621
  "sources": [
1492
1622
  {
1493
1623
  "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1494
- "line": 64,
1624
+ "line": 71,
1495
1625
  "character": 9
1496
1626
  }
1497
1627
  ],
1498
1628
  "signatures": [
1499
1629
  {
1500
- "id": 98,
1630
+ "id": 105,
1501
1631
  "name": "ngOnDestroy",
1502
1632
  "kind": 4096,
1503
1633
  "kindString": "Call signature",
@@ -1523,24 +1653,24 @@
1523
1653
  "title": "Constructors",
1524
1654
  "kind": 512,
1525
1655
  "children": [
1526
- 85
1656
+ 90
1527
1657
  ]
1528
1658
  },
1529
1659
  {
1530
1660
  "title": "Properties",
1531
1661
  "kind": 1024,
1532
1662
  "children": [
1533
- 91,
1534
- 90,
1535
- 89
1663
+ 96,
1664
+ 95,
1665
+ 94
1536
1666
  ]
1537
1667
  },
1538
1668
  {
1539
1669
  "title": "Methods",
1540
1670
  "kind": 2048,
1541
1671
  "children": [
1542
- 95,
1543
- 97
1672
+ 102,
1673
+ 104
1544
1674
  ]
1545
1675
  }
1546
1676
  ],