@skyux/action-bars 5.6.2 → 6.0.0-beta.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 (70) hide show
  1. package/documentation.json +91 -91
  2. package/esm2020/index.mjs +11 -0
  3. package/esm2020/lib/modules/shared/sky-action-bars-resources.module.mjs +50 -0
  4. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.mjs +14 -0
  5. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.mjs +31 -0
  6. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.mjs +32 -0
  7. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.mjs +43 -0
  8. package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.mjs +69 -0
  9. package/esm2020/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.mjs +14 -0
  10. package/esm2020/lib/modules/summary-action-bar/summary-action-bar-adapter.service.mjs +81 -0
  11. package/esm2020/lib/modules/summary-action-bar/summary-action-bar.component.mjs +179 -0
  12. package/esm2020/lib/modules/summary-action-bar/summary-action-bar.module.mjs +79 -0
  13. package/esm2020/lib/modules/summary-action-bar/types/summary-action-bar-type.mjs +12 -0
  14. package/esm2020/skyux-action-bars.mjs +5 -0
  15. package/esm2020/testing/public-api.mjs +4 -0
  16. package/esm2020/testing/skyux-action-bars-testing.mjs +5 -0
  17. package/esm2020/testing/summary-action-bar/summary-action-bar-fixture-action.mjs +2 -0
  18. package/esm2020/testing/summary-action-bar/summary-action-bar-fixture.mjs +135 -0
  19. package/esm2020/testing/summary-action-bar/summary-action-bar.module.mjs +27 -0
  20. package/fesm2015/{skyux-action-bars-testing.js → skyux-action-bars-testing.mjs} +5 -5
  21. package/fesm2015/skyux-action-bars-testing.mjs.map +1 -0
  22. package/fesm2015/{skyux-action-bars.js → skyux-action-bars.mjs} +49 -77
  23. package/fesm2015/skyux-action-bars.mjs.map +1 -0
  24. package/{esm2015/testing/summary-action-bar/summary-action-bar-fixture.js → fesm2020/skyux-action-bars-testing.mjs} +63 -40
  25. package/fesm2020/skyux-action-bars-testing.mjs.map +1 -0
  26. package/fesm2020/skyux-action-bars.mjs +566 -0
  27. package/fesm2020/skyux-action-bars.mjs.map +1 -0
  28. package/lib/modules/shared/sky-action-bars-resources.module.d.ts +1 -1
  29. package/lib/modules/summary-action-bar/summary-action-bar.component.d.ts +4 -2
  30. package/package.json +37 -16
  31. package/testing/package.json +5 -5
  32. package/bundles/skyux-action-bars-testing.umd.js +0 -563
  33. package/bundles/skyux-action-bars.umd.js +0 -653
  34. package/esm2015/index.js +0 -11
  35. package/esm2015/index.js.map +0 -1
  36. package/esm2015/lib/modules/shared/sky-action-bars-resources.module.js +0 -50
  37. package/esm2015/lib/modules/shared/sky-action-bars-resources.module.js.map +0 -1
  38. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.js +0 -19
  39. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.js.map +0 -1
  40. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.js +0 -36
  41. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.js.map +0 -1
  42. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.js +0 -37
  43. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.js.map +0 -1
  44. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.js +0 -48
  45. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.js.map +0 -1
  46. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.js +0 -73
  47. package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.js.map +0 -1
  48. package/esm2015/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.js +0 -18
  49. package/esm2015/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.js.map +0 -1
  50. package/esm2015/lib/modules/summary-action-bar/summary-action-bar-adapter.service.js +0 -81
  51. package/esm2015/lib/modules/summary-action-bar/summary-action-bar-adapter.service.js.map +0 -1
  52. package/esm2015/lib/modules/summary-action-bar/summary-action-bar.component.js +0 -179
  53. package/esm2015/lib/modules/summary-action-bar/summary-action-bar.component.js.map +0 -1
  54. package/esm2015/lib/modules/summary-action-bar/summary-action-bar.module.js +0 -79
  55. package/esm2015/lib/modules/summary-action-bar/summary-action-bar.module.js.map +0 -1
  56. package/esm2015/lib/modules/summary-action-bar/types/summary-action-bar-type.js +0 -12
  57. package/esm2015/lib/modules/summary-action-bar/types/summary-action-bar-type.js.map +0 -1
  58. package/esm2015/skyux-action-bars.js +0 -5
  59. package/esm2015/skyux-action-bars.js.map +0 -1
  60. package/esm2015/testing/public-api.js +0 -4
  61. package/esm2015/testing/public-api.js.map +0 -1
  62. package/esm2015/testing/skyux-action-bars-testing.js +0 -5
  63. package/esm2015/testing/skyux-action-bars-testing.js.map +0 -1
  64. package/esm2015/testing/summary-action-bar/summary-action-bar-fixture-action.js +0 -2
  65. package/esm2015/testing/summary-action-bar/summary-action-bar-fixture-action.js.map +0 -1
  66. package/esm2015/testing/summary-action-bar/summary-action-bar-fixture.js.map +0 -1
  67. package/esm2015/testing/summary-action-bar/summary-action-bar.module.js +0 -27
  68. package/esm2015/testing/summary-action-bar/summary-action-bar.module.js.map +0 -1
  69. package/fesm2015/skyux-action-bars-testing.js.map +0 -1
  70. package/fesm2015/skyux-action-bars.js.map +0 -1
@@ -18,7 +18,7 @@
18
18
  "originalName": "",
19
19
  "children": [
20
20
  {
21
- "id": 93,
21
+ "id": 98,
22
22
  "name": "SkySummaryActionBarModule",
23
23
  "kind": 128,
24
24
  "kindString": "Class",
@@ -43,7 +43,7 @@
43
43
  "title": "Constructors",
44
44
  "kind": 512,
45
45
  "children": [
46
- 94
46
+ 99
47
47
  ]
48
48
  }
49
49
  ],
@@ -129,7 +129,7 @@
129
129
  "sources": [
130
130
  {
131
131
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
132
- "line": 69,
132
+ "line": 78,
133
133
  "character": 2
134
134
  }
135
135
  ],
@@ -339,7 +339,7 @@
339
339
  ]
340
340
  },
341
341
  {
342
- "id": 23,
342
+ "id": 28,
343
343
  "name": "ngAfterViewInit",
344
344
  "kind": 2048,
345
345
  "kindString": "Method",
@@ -349,13 +349,13 @@
349
349
  "sources": [
350
350
  {
351
351
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
352
- "line": 78,
352
+ "line": 87,
353
353
  "character": 9
354
354
  }
355
355
  ],
356
356
  "signatures": [
357
357
  {
358
- "id": 24,
358
+ "id": 29,
359
359
  "name": "ngAfterViewInit",
360
360
  "kind": 4096,
361
361
  "kindString": "Call signature",
@@ -376,7 +376,7 @@
376
376
  }
377
377
  },
378
378
  {
379
- "id": 25,
379
+ "id": 30,
380
380
  "name": "ngOnDestroy",
381
381
  "kind": 2048,
382
382
  "kindString": "Method",
@@ -386,13 +386,13 @@
386
386
  "sources": [
387
387
  {
388
388
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
389
- "line": 111,
389
+ "line": 120,
390
390
  "character": 9
391
391
  }
392
392
  ],
393
393
  "signatures": [
394
394
  {
395
- "id": 26,
395
+ "id": 31,
396
396
  "name": "ngOnDestroy",
397
397
  "kind": 4096,
398
398
  "kindString": "Call signature",
@@ -413,7 +413,7 @@
413
413
  }
414
414
  },
415
415
  {
416
- "id": 27,
416
+ "id": 32,
417
417
  "name": "onDirectionChange",
418
418
  "kind": 2048,
419
419
  "kindString": "Method",
@@ -423,20 +423,20 @@
423
423
  "sources": [
424
424
  {
425
425
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
426
- "line": 130,
426
+ "line": 139,
427
427
  "character": 9
428
428
  }
429
429
  ],
430
430
  "signatures": [
431
431
  {
432
- "id": 28,
432
+ "id": 33,
433
433
  "name": "onDirectionChange",
434
434
  "kind": 4096,
435
435
  "kindString": "Call signature",
436
436
  "flags": {},
437
437
  "parameters": [
438
438
  {
439
- "id": 29,
439
+ "id": 34,
440
440
  "name": "direction",
441
441
  "kind": 32768,
442
442
  "kindString": "Parameter",
@@ -455,7 +455,7 @@
455
455
  ]
456
456
  },
457
457
  {
458
- "id": 30,
458
+ "id": 35,
459
459
  "name": "summaryContentExists",
460
460
  "kind": 2048,
461
461
  "kindString": "Method",
@@ -465,13 +465,13 @@
465
465
  "sources": [
466
466
  {
467
467
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
468
- "line": 134,
468
+ "line": 143,
469
469
  "character": 9
470
470
  }
471
471
  ],
472
472
  "signatures": [
473
473
  {
474
- "id": 31,
474
+ "id": 36,
475
475
  "name": "summaryContentExists",
476
476
  "kind": 4096,
477
477
  "kindString": "Call signature",
@@ -484,7 +484,7 @@
484
484
  ]
485
485
  },
486
486
  {
487
- "id": 32,
487
+ "id": 37,
488
488
  "name": "summaryTransitionEnd",
489
489
  "kind": 2048,
490
490
  "kindString": "Method",
@@ -494,13 +494,13 @@
494
494
  "sources": [
495
495
  {
496
496
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
497
- "line": 142,
497
+ "line": 151,
498
498
  "character": 9
499
499
  }
500
500
  ],
501
501
  "signatures": [
502
502
  {
503
- "id": 33,
503
+ "id": 38,
504
504
  "name": "summaryTransitionEnd",
505
505
  "kind": 4096,
506
506
  "kindString": "Call signature",
@@ -513,7 +513,7 @@
513
513
  ]
514
514
  },
515
515
  {
516
- "id": 34,
516
+ "id": 39,
517
517
  "name": "summaryTransitionStart",
518
518
  "kind": 2048,
519
519
  "kindString": "Method",
@@ -523,13 +523,13 @@
523
523
  "sources": [
524
524
  {
525
525
  "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
526
- "line": 156,
526
+ "line": 165,
527
527
  "character": 9
528
528
  }
529
529
  ],
530
530
  "signatures": [
531
531
  {
532
- "id": 35,
532
+ "id": 40,
533
533
  "name": "summaryTransitionStart",
534
534
  "kind": 4096,
535
535
  "kindString": "Call signature",
@@ -571,12 +571,12 @@
571
571
  "title": "Methods",
572
572
  "kind": 2048,
573
573
  "children": [
574
- 23,
575
- 25,
576
- 27,
574
+ 28,
577
575
  30,
578
576
  32,
579
- 34
577
+ 35,
578
+ 37,
579
+ 39
580
580
  ]
581
581
  }
582
582
  ],
@@ -603,7 +603,7 @@
603
603
  ]
604
604
  },
605
605
  {
606
- "id": 46,
606
+ "id": 51,
607
607
  "name": "SkySummaryActionBarActionsComponent",
608
608
  "kind": 128,
609
609
  "kindString": "Class",
@@ -631,7 +631,7 @@
631
631
  "title": "Constructors",
632
632
  "kind": 512,
633
633
  "children": [
634
- 47
634
+ 52
635
635
  ]
636
636
  }
637
637
  ],
@@ -644,7 +644,7 @@
644
644
  ]
645
645
  },
646
646
  {
647
- "id": 49,
647
+ "id": 54,
648
648
  "name": "SkySummaryActionBarCancelComponent",
649
649
  "kind": 128,
650
650
  "kindString": "Class",
@@ -668,7 +668,7 @@
668
668
  ],
669
669
  "children": [
670
670
  {
671
- "id": 53,
671
+ "id": 58,
672
672
  "name": "actionClick",
673
673
  "kind": 1024,
674
674
  "kindString": "Property",
@@ -712,7 +712,7 @@
712
712
  "defaultValue": "..."
713
713
  },
714
714
  {
715
- "id": 52,
715
+ "id": 57,
716
716
  "name": "disabled",
717
717
  "kind": 1024,
718
718
  "kindString": "Property",
@@ -748,7 +748,7 @@
748
748
  "defaultValue": "false"
749
749
  },
750
750
  {
751
- "id": 54,
751
+ "id": 59,
752
752
  "name": "onCancelClicked",
753
753
  "kind": 2048,
754
754
  "kindString": "Method",
@@ -764,7 +764,7 @@
764
764
  ],
765
765
  "signatures": [
766
766
  {
767
- "id": 55,
767
+ "id": 60,
768
768
  "name": "onCancelClicked",
769
769
  "kind": 4096,
770
770
  "kindString": "Call signature",
@@ -782,22 +782,22 @@
782
782
  "title": "Constructors",
783
783
  "kind": 512,
784
784
  "children": [
785
- 50
785
+ 55
786
786
  ]
787
787
  },
788
788
  {
789
789
  "title": "Properties",
790
790
  "kind": 1024,
791
791
  "children": [
792
- 53,
793
- 52
792
+ 58,
793
+ 57
794
794
  ]
795
795
  },
796
796
  {
797
797
  "title": "Methods",
798
798
  "kind": 2048,
799
799
  "children": [
800
- 54
800
+ 59
801
801
  ]
802
802
  }
803
803
  ],
@@ -810,7 +810,7 @@
810
810
  ]
811
811
  },
812
812
  {
813
- "id": 56,
813
+ "id": 61,
814
814
  "name": "SkySummaryActionBarPrimaryActionComponent",
815
815
  "kind": 128,
816
816
  "kindString": "Class",
@@ -834,7 +834,7 @@
834
834
  ],
835
835
  "children": [
836
836
  {
837
- "id": 60,
837
+ "id": 65,
838
838
  "name": "actionClick",
839
839
  "kind": 1024,
840
840
  "kindString": "Property",
@@ -878,7 +878,7 @@
878
878
  "defaultValue": "..."
879
879
  },
880
880
  {
881
- "id": 59,
881
+ "id": 64,
882
882
  "name": "disabled",
883
883
  "kind": 1024,
884
884
  "kindString": "Property",
@@ -920,7 +920,7 @@
920
920
  "defaultValue": "false"
921
921
  },
922
922
  {
923
- "id": 61,
923
+ "id": 66,
924
924
  "name": "onButtonClicked",
925
925
  "kind": 2048,
926
926
  "kindString": "Method",
@@ -936,7 +936,7 @@
936
936
  ],
937
937
  "signatures": [
938
938
  {
939
- "id": 62,
939
+ "id": 67,
940
940
  "name": "onButtonClicked",
941
941
  "kind": 4096,
942
942
  "kindString": "Call signature",
@@ -954,22 +954,22 @@
954
954
  "title": "Constructors",
955
955
  "kind": 512,
956
956
  "children": [
957
- 57
957
+ 62
958
958
  ]
959
959
  },
960
960
  {
961
961
  "title": "Properties",
962
962
  "kind": 1024,
963
963
  "children": [
964
- 60,
965
- 59
964
+ 65,
965
+ 64
966
966
  ]
967
967
  },
968
968
  {
969
969
  "title": "Methods",
970
970
  "kind": 2048,
971
971
  "children": [
972
- 61
972
+ 66
973
973
  ]
974
974
  }
975
975
  ],
@@ -982,7 +982,7 @@
982
982
  ]
983
983
  },
984
984
  {
985
- "id": 63,
985
+ "id": 68,
986
986
  "name": "SkySummaryActionBarSecondaryActionComponent",
987
987
  "kind": 128,
988
988
  "kindString": "Class",
@@ -1006,7 +1006,7 @@
1006
1006
  ],
1007
1007
  "children": [
1008
1008
  {
1009
- "id": 64,
1009
+ "id": 69,
1010
1010
  "name": "constructor",
1011
1011
  "kind": 512,
1012
1012
  "kindString": "Constructor",
@@ -1020,14 +1020,14 @@
1020
1020
  ],
1021
1021
  "signatures": [
1022
1022
  {
1023
- "id": 65,
1023
+ "id": 70,
1024
1024
  "name": "SkySummaryActionBarSecondaryActionComponent",
1025
1025
  "kind": 16384,
1026
1026
  "kindString": "Constructor signature",
1027
1027
  "flags": {},
1028
1028
  "parameters": [
1029
1029
  {
1030
- "id": 66,
1030
+ "id": 71,
1031
1031
  "name": "changeDetector",
1032
1032
  "kind": 32768,
1033
1033
  "kindString": "Parameter",
@@ -1042,14 +1042,14 @@
1042
1042
  ],
1043
1043
  "type": {
1044
1044
  "type": "reference",
1045
- "id": 63,
1045
+ "id": 68,
1046
1046
  "name": "SkySummaryActionBarSecondaryActionComponent"
1047
1047
  }
1048
1048
  }
1049
1049
  ]
1050
1050
  },
1051
1051
  {
1052
- "id": 72,
1052
+ "id": 77,
1053
1053
  "name": "actionClick",
1054
1054
  "kind": 1024,
1055
1055
  "kindString": "Property",
@@ -1093,7 +1093,7 @@
1093
1093
  "defaultValue": "..."
1094
1094
  },
1095
1095
  {
1096
- "id": 67,
1096
+ "id": 72,
1097
1097
  "name": "disabled",
1098
1098
  "kind": 1024,
1099
1099
  "kindString": "Property",
@@ -1135,7 +1135,7 @@
1135
1135
  "defaultValue": "false"
1136
1136
  },
1137
1137
  {
1138
- "id": 68,
1138
+ "id": 73,
1139
1139
  "name": "isDropdown",
1140
1140
  "kind": 262144,
1141
1141
  "kindString": "Accessor",
@@ -1151,7 +1151,7 @@
1151
1151
  ],
1152
1152
  "getSignature": [
1153
1153
  {
1154
- "id": 69,
1154
+ "id": 74,
1155
1155
  "name": "isDropdown",
1156
1156
  "kind": 524288,
1157
1157
  "kindString": "Get signature",
@@ -1164,14 +1164,14 @@
1164
1164
  ],
1165
1165
  "setSignature": [
1166
1166
  {
1167
- "id": 70,
1167
+ "id": 75,
1168
1168
  "name": "isDropdown",
1169
1169
  "kind": 1048576,
1170
1170
  "kindString": "Set signature",
1171
1171
  "flags": {},
1172
1172
  "parameters": [
1173
1173
  {
1174
- "id": 71,
1174
+ "id": 76,
1175
1175
  "name": "value",
1176
1176
  "kind": 32768,
1177
1177
  "kindString": "Parameter",
@@ -1190,7 +1190,7 @@
1190
1190
  ]
1191
1191
  },
1192
1192
  {
1193
- "id": 74,
1193
+ "id": 79,
1194
1194
  "name": "onButtonClicked",
1195
1195
  "kind": 2048,
1196
1196
  "kindString": "Method",
@@ -1206,7 +1206,7 @@
1206
1206
  ],
1207
1207
  "signatures": [
1208
1208
  {
1209
- "id": 75,
1209
+ "id": 80,
1210
1210
  "name": "onButtonClicked",
1211
1211
  "kind": 4096,
1212
1212
  "kindString": "Call signature",
@@ -1224,29 +1224,29 @@
1224
1224
  "title": "Constructors",
1225
1225
  "kind": 512,
1226
1226
  "children": [
1227
- 64
1227
+ 69
1228
1228
  ]
1229
1229
  },
1230
1230
  {
1231
1231
  "title": "Properties",
1232
1232
  "kind": 1024,
1233
1233
  "children": [
1234
- 72,
1235
- 67
1234
+ 77,
1235
+ 72
1236
1236
  ]
1237
1237
  },
1238
1238
  {
1239
1239
  "title": "Accessors",
1240
1240
  "kind": 262144,
1241
1241
  "children": [
1242
- 68
1242
+ 73
1243
1243
  ]
1244
1244
  },
1245
1245
  {
1246
1246
  "title": "Methods",
1247
1247
  "kind": 2048,
1248
1248
  "children": [
1249
- 74
1249
+ 79
1250
1250
  ]
1251
1251
  }
1252
1252
  ],
@@ -1259,7 +1259,7 @@
1259
1259
  ]
1260
1260
  },
1261
1261
  {
1262
- "id": 76,
1262
+ "id": 81,
1263
1263
  "name": "SkySummaryActionBarSecondaryActionsComponent",
1264
1264
  "kind": 128,
1265
1265
  "kindString": "Class",
@@ -1283,7 +1283,7 @@
1283
1283
  ],
1284
1284
  "children": [
1285
1285
  {
1286
- "id": 77,
1286
+ "id": 82,
1287
1287
  "name": "constructor",
1288
1288
  "kind": 512,
1289
1289
  "kindString": "Constructor",
@@ -1297,14 +1297,14 @@
1297
1297
  ],
1298
1298
  "signatures": [
1299
1299
  {
1300
- "id": 78,
1300
+ "id": 83,
1301
1301
  "name": "SkySummaryActionBarSecondaryActionsComponent",
1302
1302
  "kind": 16384,
1303
1303
  "kindString": "Constructor signature",
1304
1304
  "flags": {},
1305
1305
  "parameters": [
1306
1306
  {
1307
- "id": 79,
1307
+ "id": 84,
1308
1308
  "name": "changeDetector",
1309
1309
  "kind": 32768,
1310
1310
  "kindString": "Parameter",
@@ -1317,7 +1317,7 @@
1317
1317
  }
1318
1318
  },
1319
1319
  {
1320
- "id": 80,
1320
+ "id": 85,
1321
1321
  "name": "mediaQueryService",
1322
1322
  "kind": 32768,
1323
1323
  "kindString": "Parameter",
@@ -1330,14 +1330,14 @@
1330
1330
  ],
1331
1331
  "type": {
1332
1332
  "type": "reference",
1333
- "id": 76,
1333
+ "id": 81,
1334
1334
  "name": "SkySummaryActionBarSecondaryActionsComponent"
1335
1335
  }
1336
1336
  }
1337
1337
  ]
1338
1338
  },
1339
1339
  {
1340
- "id": 83,
1340
+ "id": 88,
1341
1341
  "name": "dropdownMessageStream",
1342
1342
  "kind": 1024,
1343
1343
  "kindString": "Property",
@@ -1366,7 +1366,7 @@
1366
1366
  "defaultValue": "..."
1367
1367
  },
1368
1368
  {
1369
- "id": 82,
1369
+ "id": 87,
1370
1370
  "name": "isMobile",
1371
1371
  "kind": 1024,
1372
1372
  "kindString": "Property",
@@ -1387,7 +1387,7 @@
1387
1387
  "defaultValue": "false"
1388
1388
  },
1389
1389
  {
1390
- "id": 81,
1390
+ "id": 86,
1391
1391
  "name": "secondaryActionComponents",
1392
1392
  "kind": 1024,
1393
1393
  "kindString": "Property",
@@ -1420,7 +1420,7 @@
1420
1420
  "typeArguments": [
1421
1421
  {
1422
1422
  "type": "reference",
1423
- "id": 63,
1423
+ "id": 68,
1424
1424
  "name": "SkySummaryActionBarSecondaryActionComponent"
1425
1425
  }
1426
1426
  ],
@@ -1430,7 +1430,7 @@
1430
1430
  }
1431
1431
  },
1432
1432
  {
1433
- "id": 87,
1433
+ "id": 92,
1434
1434
  "name": "ngAfterContentInit",
1435
1435
  "kind": 2048,
1436
1436
  "kindString": "Method",
@@ -1446,7 +1446,7 @@
1446
1446
  ],
1447
1447
  "signatures": [
1448
1448
  {
1449
- "id": 88,
1449
+ "id": 93,
1450
1450
  "name": "ngAfterContentInit",
1451
1451
  "kind": 4096,
1452
1452
  "kindString": "Call signature",
@@ -1467,7 +1467,7 @@
1467
1467
  }
1468
1468
  },
1469
1469
  {
1470
- "id": 89,
1470
+ "id": 94,
1471
1471
  "name": "ngOnDestroy",
1472
1472
  "kind": 2048,
1473
1473
  "kindString": "Method",
@@ -1483,7 +1483,7 @@
1483
1483
  ],
1484
1484
  "signatures": [
1485
1485
  {
1486
- "id": 90,
1486
+ "id": 95,
1487
1487
  "name": "ngOnDestroy",
1488
1488
  "kind": 4096,
1489
1489
  "kindString": "Call signature",
@@ -1509,24 +1509,24 @@
1509
1509
  "title": "Constructors",
1510
1510
  "kind": 512,
1511
1511
  "children": [
1512
- 77
1512
+ 82
1513
1513
  ]
1514
1514
  },
1515
1515
  {
1516
1516
  "title": "Properties",
1517
1517
  "kind": 1024,
1518
1518
  "children": [
1519
- 83,
1520
- 82,
1521
- 81
1519
+ 88,
1520
+ 87,
1521
+ 86
1522
1522
  ]
1523
1523
  },
1524
1524
  {
1525
1525
  "title": "Methods",
1526
1526
  "kind": 2048,
1527
1527
  "children": [
1528
- 87,
1529
- 89
1528
+ 92,
1529
+ 94
1530
1530
  ]
1531
1531
  }
1532
1532
  ],
@@ -1558,14 +1558,14 @@
1558
1558
  "title": "Classes",
1559
1559
  "kind": 128,
1560
1560
  "children": [
1561
- 93,
1561
+ 98,
1562
1562
  1,
1563
1563
  4,
1564
- 46,
1565
- 49,
1566
- 56,
1567
- 63,
1568
- 76
1564
+ 51,
1565
+ 54,
1566
+ 61,
1567
+ 68,
1568
+ 81
1569
1569
  ]
1570
1570
  }
1571
1571
  ],
@@ -1611,7 +1611,7 @@
1611
1611
  {
1612
1612
  "fileName": "summary-action-bar-demo.module.ts",
1613
1613
  "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/summary-action-bar-demo.module.ts",
1614
- "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyKeyInfoModule } from '@skyux/indicators';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { SummaryActionBarDemoComponent } from './summary-action-bar-demo.component';\nimport { SkySummaryActionBarModalDemoComponent } from './summary-action-bar-modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyKeyInfoModule,\n SkyModalModule,\n SkySummaryActionBarModule,\n ],\n exports: [SummaryActionBarDemoComponent],\n declarations: [\n SummaryActionBarDemoComponent,\n SkySummaryActionBarModalDemoComponent,\n ],\n entryComponents: [SkySummaryActionBarModalDemoComponent],\n})\nexport class SummaryActionBarDemoModule {}\n"
1614
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyKeyInfoModule } from '@skyux/indicators';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { SummaryActionBarDemoComponent } from './summary-action-bar-demo.component';\nimport { SkySummaryActionBarModalDemoComponent } from './summary-action-bar-modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyKeyInfoModule,\n SkyModalModule,\n SkySummaryActionBarModule,\n ],\n exports: [SummaryActionBarDemoComponent],\n declarations: [\n SummaryActionBarDemoComponent,\n SkySummaryActionBarModalDemoComponent,\n ],\n})\nexport class SummaryActionBarDemoModule {}\n"
1615
1615
  },
1616
1616
  {
1617
1617
  "fileName": "summary-action-bar-modal-demo.component.html",