@skyux/action-bars 5.0.0-beta.3 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-action-bars-testing.umd.js +14 -15
- package/bundles/skyux-action-bars.umd.js +87 -85
- package/documentation.json +79 -74
- package/esm2015/modules/shared/sky-action-bars-resources.module.js +6 -6
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-actions.component.js +5 -5
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-cancel.component.js +6 -6
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.js +6 -6
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.js +6 -6
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.js +10 -8
- package/esm2015/modules/summary-action-bar/summary/summary-action-bar-summary.component.js +5 -5
- package/esm2015/modules/summary-action-bar/summary-action-bar-adapter.service.js +5 -5
- package/esm2015/modules/summary-action-bar/summary-action-bar.component.js +22 -20
- package/esm2015/modules/summary-action-bar/summary-action-bar.module.js +10 -10
- package/esm2015/modules/summary-action-bar/types/summary-action-bar-type.js +1 -1
- package/esm2015/testing/summary-action-bar/summary-action-bar-fixture.js +4 -3
- package/esm2015/testing/summary-action-bar/summary-action-bar.module.js +7 -7
- package/fesm2015/skyux-action-bars-testing.js +9 -8
- package/fesm2015/skyux-action-bars-testing.js.map +1 -1
- package/fesm2015/skyux-action-bars.js +64 -60
- package/fesm2015/skyux-action-bars.js.map +1 -1
- package/package.json +9 -9
- package/bundles/skyux-action-bars-testing.umd.js.map +0 -1
- package/bundles/skyux-action-bars.umd.js.map +0 -1
package/documentation.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"anchorIds": {
|
|
3
3
|
"SkySummaryActionBarModule": "class-skysummaryactionbarmodule",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
4
|
+
"SkySummaryActionBarSummaryComponent": "class-skysummaryactionbarsummarycomponent",
|
|
5
|
+
"SkySummaryActionBarComponent": "class-skysummaryactionbarcomponent",
|
|
6
|
+
"SkySummaryActionBarActionsComponent": "class-skysummaryactionbaractionscomponent",
|
|
7
|
+
"SkySummaryActionBarCancelComponent": "class-skysummaryactionbarcancelcomponent",
|
|
8
|
+
"SkySummaryActionBarPrimaryActionComponent": "class-skysummaryactionbarprimaryactioncomponent",
|
|
9
|
+
"SkySummaryActionBarSecondaryActionComponent": "class-skysummaryactionbarsecondaryactioncomponent",
|
|
10
|
+
"SkySummaryActionBarSecondaryActionsComponent": "class-skysummaryactionbarsecondaryactionscomponent"
|
|
11
11
|
},
|
|
12
12
|
"typedoc": {
|
|
13
13
|
"id": 0,
|
|
14
14
|
"name": "@skyux/action-bars",
|
|
15
|
-
"kind":
|
|
15
|
+
"kind": 1,
|
|
16
16
|
"kindString": "Project",
|
|
17
17
|
"flags": {},
|
|
18
18
|
"originalName": "",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"name": "NgModule"
|
|
32
32
|
},
|
|
33
33
|
"arguments": {
|
|
34
|
-
"obj": "{\n declarations: [\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent
|
|
34
|
+
"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
35
|
}
|
|
36
36
|
}
|
|
37
37
|
],
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"sources": [
|
|
71
71
|
{
|
|
72
72
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.module.ts",
|
|
73
|
-
"line":
|
|
73
|
+
"line": 58,
|
|
74
74
|
"character": 13
|
|
75
75
|
}
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"id": 1,
|
|
80
|
-
"name": "
|
|
80
|
+
"name": "SkySummaryActionBarSummaryComponent",
|
|
81
81
|
"kind": 128,
|
|
82
82
|
"kindString": "Class",
|
|
83
83
|
"flags": {},
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"name": "Component"
|
|
93
93
|
},
|
|
94
94
|
"arguments": {
|
|
95
|
-
"obj": "{\n selector: 'sky-summary-action-bar-summary',\n templateUrl: './summary-action-bar-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
95
|
+
"obj": "{\n selector: 'sky-summary-action-bar-summary',\n templateUrl: './summary-action-bar-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
],
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"signatures": [
|
|
107
107
|
{
|
|
108
108
|
"id": 3,
|
|
109
|
-
"name": "
|
|
109
|
+
"name": "SkySummaryActionBarSummaryComponent",
|
|
110
110
|
"kind": 16384,
|
|
111
111
|
"kindString": "Constructor signature",
|
|
112
112
|
"flags": {},
|
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
"sources": [
|
|
132
132
|
{
|
|
133
133
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
|
|
134
|
-
"line":
|
|
134
|
+
"line": 11,
|
|
135
135
|
"character": 13
|
|
136
136
|
}
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"id": 4,
|
|
141
|
-
"name": "
|
|
141
|
+
"name": "SkySummaryActionBarComponent",
|
|
142
142
|
"kind": 128,
|
|
143
143
|
"kindString": "Class",
|
|
144
144
|
"flags": {},
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"name": "Component"
|
|
154
154
|
},
|
|
155
155
|
"arguments": {
|
|
156
|
-
"obj": "{\n selector: 'sky-summary-action-bar',\n templateUrl: './summary-action-bar.component.html',\n styleUrls: ['./summary-action-bar.component.scss'],\n animations: [skyAnimationSlide],\n providers: [
|
|
156
|
+
"obj": "{\n selector: 'sky-summary-action-bar',\n templateUrl: './summary-action-bar.component.html',\n styleUrls: ['./summary-action-bar.component.scss'],\n animations: [skyAnimationSlide],\n providers: [SkySummaryActionBarAdapterService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
],
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
"sources": [
|
|
168
168
|
{
|
|
169
169
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
170
|
-
"line":
|
|
170
|
+
"line": 76,
|
|
171
171
|
"character": 2
|
|
172
172
|
}
|
|
173
173
|
],
|
|
174
174
|
"signatures": [
|
|
175
175
|
{
|
|
176
176
|
"id": 6,
|
|
177
|
-
"name": "
|
|
177
|
+
"name": "SkySummaryActionBarComponent",
|
|
178
178
|
"kind": 16384,
|
|
179
179
|
"kindString": "Constructor signature",
|
|
180
180
|
"flags": {},
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"sources": [
|
|
272
272
|
{
|
|
273
273
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
274
|
-
"line":
|
|
274
|
+
"line": 52,
|
|
275
275
|
"character": 9
|
|
276
276
|
}
|
|
277
277
|
],
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"sources": [
|
|
293
293
|
{
|
|
294
294
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
295
|
-
"line":
|
|
295
|
+
"line": 63,
|
|
296
296
|
"character": 9
|
|
297
297
|
}
|
|
298
298
|
],
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"sources": [
|
|
314
314
|
{
|
|
315
315
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
316
|
-
"line":
|
|
316
|
+
"line": 65,
|
|
317
317
|
"character": 9
|
|
318
318
|
}
|
|
319
319
|
],
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
"sources": [
|
|
335
335
|
{
|
|
336
336
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
337
|
-
"line":
|
|
337
|
+
"line": 61,
|
|
338
338
|
"character": 9
|
|
339
339
|
}
|
|
340
340
|
],
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"sources": [
|
|
355
355
|
{
|
|
356
356
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
357
|
-
"line":
|
|
357
|
+
"line": 54,
|
|
358
358
|
"character": 13
|
|
359
359
|
}
|
|
360
360
|
],
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"sources": [
|
|
384
384
|
{
|
|
385
385
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
386
|
-
"line":
|
|
386
|
+
"line": 85,
|
|
387
387
|
"character": 9
|
|
388
388
|
}
|
|
389
389
|
],
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"sources": [
|
|
421
421
|
{
|
|
422
422
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
423
|
-
"line":
|
|
423
|
+
"line": 118,
|
|
424
424
|
"character": 9
|
|
425
425
|
}
|
|
426
426
|
],
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"sources": [
|
|
458
458
|
{
|
|
459
459
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
460
|
-
"line":
|
|
460
|
+
"line": 137,
|
|
461
461
|
"character": 9
|
|
462
462
|
}
|
|
463
463
|
],
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"sources": [
|
|
500
500
|
{
|
|
501
501
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
502
|
-
"line":
|
|
502
|
+
"line": 141,
|
|
503
503
|
"character": 9
|
|
504
504
|
}
|
|
505
505
|
],
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"sources": [
|
|
529
529
|
{
|
|
530
530
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
531
|
-
"line":
|
|
531
|
+
"line": 149,
|
|
532
532
|
"character": 9
|
|
533
533
|
}
|
|
534
534
|
],
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"sources": [
|
|
558
558
|
{
|
|
559
559
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
560
|
-
"line":
|
|
560
|
+
"line": 163,
|
|
561
561
|
"character": 9
|
|
562
562
|
}
|
|
563
563
|
],
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"sources": [
|
|
618
618
|
{
|
|
619
619
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
620
|
-
"line":
|
|
620
|
+
"line": 51,
|
|
621
621
|
"character": 13
|
|
622
622
|
}
|
|
623
623
|
],
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"id": 46,
|
|
637
|
-
"name": "
|
|
637
|
+
"name": "SkySummaryActionBarActionsComponent",
|
|
638
638
|
"kind": 128,
|
|
639
639
|
"kindString": "Class",
|
|
640
640
|
"flags": {},
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
"name": "Component"
|
|
650
650
|
},
|
|
651
651
|
"arguments": {
|
|
652
|
-
"obj": "{\n selector: 'sky-summary-action-bar-actions',\n templateUrl: './summary-action-bar-actions.component.html',\n styleUrls: ['./summary-action-bar-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
652
|
+
"obj": "{\n selector: 'sky-summary-action-bar-actions',\n templateUrl: './summary-action-bar-actions.component.html',\n styleUrls: ['./summary-action-bar-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
653
653
|
}
|
|
654
654
|
}
|
|
655
655
|
],
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"signatures": [
|
|
664
664
|
{
|
|
665
665
|
"id": 48,
|
|
666
|
-
"name": "
|
|
666
|
+
"name": "SkySummaryActionBarActionsComponent",
|
|
667
667
|
"kind": 16384,
|
|
668
668
|
"kindString": "Constructor signature",
|
|
669
669
|
"flags": {},
|
|
@@ -688,14 +688,14 @@
|
|
|
688
688
|
"sources": [
|
|
689
689
|
{
|
|
690
690
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
|
|
691
|
-
"line":
|
|
691
|
+
"line": 12,
|
|
692
692
|
"character": 13
|
|
693
693
|
}
|
|
694
694
|
]
|
|
695
695
|
},
|
|
696
696
|
{
|
|
697
697
|
"id": 49,
|
|
698
|
-
"name": "
|
|
698
|
+
"name": "SkySummaryActionBarCancelComponent",
|
|
699
699
|
"kind": 128,
|
|
700
700
|
"kindString": "Class",
|
|
701
701
|
"flags": {},
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"name": "Component"
|
|
711
711
|
},
|
|
712
712
|
"arguments": {
|
|
713
|
-
"obj": "{\n selector: 'sky-summary-action-bar-cancel',\n templateUrl: './summary-action-bar-cancel.component.html',\n styleUrls: ['./summary-action-bar-cancel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
713
|
+
"obj": "{\n selector: 'sky-summary-action-bar-cancel',\n templateUrl: './summary-action-bar-cancel.component.html',\n styleUrls: ['./summary-action-bar-cancel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
716
|
],
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"signatures": [
|
|
725
725
|
{
|
|
726
726
|
"id": 51,
|
|
727
|
-
"name": "
|
|
727
|
+
"name": "SkySummaryActionBarCancelComponent",
|
|
728
728
|
"kind": 16384,
|
|
729
729
|
"kindString": "Constructor signature",
|
|
730
730
|
"flags": {},
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"sources": [
|
|
761
761
|
{
|
|
762
762
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
763
|
-
"line":
|
|
763
|
+
"line": 29,
|
|
764
764
|
"character": 9
|
|
765
765
|
}
|
|
766
766
|
],
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"sources": [
|
|
801
801
|
{
|
|
802
802
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
803
|
-
"line":
|
|
803
|
+
"line": 23,
|
|
804
804
|
"character": 9
|
|
805
805
|
}
|
|
806
806
|
],
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"sources": [
|
|
822
822
|
{
|
|
823
823
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
824
|
-
"line":
|
|
824
|
+
"line": 31,
|
|
825
825
|
"character": 9
|
|
826
826
|
}
|
|
827
827
|
],
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
876
|
"id": 56,
|
|
877
|
-
"name": "
|
|
877
|
+
"name": "SkySummaryActionBarPrimaryActionComponent",
|
|
878
878
|
"kind": 128,
|
|
879
879
|
"kindString": "Class",
|
|
880
880
|
"flags": {},
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"name": "Component"
|
|
890
890
|
},
|
|
891
891
|
"arguments": {
|
|
892
|
-
"obj": "{\n selector: 'sky-summary-action-bar-primary-action',\n templateUrl: './summary-action-bar-primary-action.component.html',\n styleUrls: ['./summary-action-bar-primary-action.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
892
|
+
"obj": "{\n selector: 'sky-summary-action-bar-primary-action',\n templateUrl: './summary-action-bar-primary-action.component.html',\n styleUrls: ['./summary-action-bar-primary-action.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
893
893
|
}
|
|
894
894
|
}
|
|
895
895
|
],
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"signatures": [
|
|
904
904
|
{
|
|
905
905
|
"id": 58,
|
|
906
|
-
"name": "
|
|
906
|
+
"name": "SkySummaryActionBarPrimaryActionComponent",
|
|
907
907
|
"kind": 16384,
|
|
908
908
|
"kindString": "Constructor signature",
|
|
909
909
|
"flags": {},
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"sources": [
|
|
940
940
|
{
|
|
941
941
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
942
|
-
"line":
|
|
942
|
+
"line": 30,
|
|
943
943
|
"character": 9
|
|
944
944
|
}
|
|
945
945
|
],
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
"sources": [
|
|
986
986
|
{
|
|
987
987
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
988
|
-
"line":
|
|
988
|
+
"line": 24,
|
|
989
989
|
"character": 9
|
|
990
990
|
}
|
|
991
991
|
],
|
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
"sources": [
|
|
1007
1007
|
{
|
|
1008
1008
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1009
|
-
"line":
|
|
1009
|
+
"line": 32,
|
|
1010
1010
|
"character": 9
|
|
1011
1011
|
}
|
|
1012
1012
|
],
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
},
|
|
1060
1060
|
{
|
|
1061
1061
|
"id": 63,
|
|
1062
|
-
"name": "
|
|
1062
|
+
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1063
1063
|
"kind": 128,
|
|
1064
1064
|
"kindString": "Class",
|
|
1065
1065
|
"flags": {},
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
"name": "Component"
|
|
1075
1075
|
},
|
|
1076
1076
|
"arguments": {
|
|
1077
|
-
"obj": "{\n selector: 'sky-summary-action-bar-secondary-action',\n templateUrl: './summary-action-bar-secondary-action.component.html',\n styleUrls: ['./summary-action-bar-secondary-action.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1077
|
+
"obj": "{\n selector: 'sky-summary-action-bar-secondary-action',\n templateUrl: './summary-action-bar-secondary-action.component.html',\n styleUrls: ['./summary-action-bar-secondary-action.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
1080
|
],
|
|
@@ -1088,14 +1088,14 @@
|
|
|
1088
1088
|
"sources": [
|
|
1089
1089
|
{
|
|
1090
1090
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1091
|
-
"line":
|
|
1091
|
+
"line": 44,
|
|
1092
1092
|
"character": 2
|
|
1093
1093
|
}
|
|
1094
1094
|
],
|
|
1095
1095
|
"signatures": [
|
|
1096
1096
|
{
|
|
1097
1097
|
"id": 65,
|
|
1098
|
-
"name": "
|
|
1098
|
+
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1099
1099
|
"kind": 16384,
|
|
1100
1100
|
"kindString": "Constructor signature",
|
|
1101
1101
|
"flags": {},
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
"sources": [
|
|
1145
1145
|
{
|
|
1146
1146
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1147
|
-
"line":
|
|
1147
|
+
"line": 40,
|
|
1148
1148
|
"character": 9
|
|
1149
1149
|
}
|
|
1150
1150
|
],
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
"sources": [
|
|
1191
1191
|
{
|
|
1192
1192
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1193
|
-
"line":
|
|
1193
|
+
"line": 25,
|
|
1194
1194
|
"character": 9
|
|
1195
1195
|
}
|
|
1196
1196
|
],
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
"sources": [
|
|
1212
1212
|
{
|
|
1213
1213
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1214
|
-
"line":
|
|
1214
|
+
"line": 27,
|
|
1215
1215
|
"character": 13
|
|
1216
1216
|
}
|
|
1217
1217
|
],
|
|
@@ -1266,7 +1266,7 @@
|
|
|
1266
1266
|
"sources": [
|
|
1267
1267
|
{
|
|
1268
1268
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1269
|
-
"line":
|
|
1269
|
+
"line": 46,
|
|
1270
1270
|
"character": 9
|
|
1271
1271
|
}
|
|
1272
1272
|
],
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
1328
1328
|
"id": 76,
|
|
1329
|
-
"name": "
|
|
1329
|
+
"name": "SkySummaryActionBarSecondaryActionsComponent",
|
|
1330
1330
|
"kind": 128,
|
|
1331
1331
|
"kindString": "Class",
|
|
1332
1332
|
"flags": {},
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
"name": "Component"
|
|
1342
1342
|
},
|
|
1343
1343
|
"arguments": {
|
|
1344
|
-
"obj": "{\n selector: 'sky-summary-action-bar-secondary-actions',\n templateUrl: './summary-action-bar-secondary-actions.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1344
|
+
"obj": "{\n selector: 'sky-summary-action-bar-secondary-actions',\n templateUrl: './summary-action-bar-secondary-actions.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1345
1345
|
}
|
|
1346
1346
|
}
|
|
1347
1347
|
],
|
|
@@ -1355,14 +1355,14 @@
|
|
|
1355
1355
|
"sources": [
|
|
1356
1356
|
{
|
|
1357
1357
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1358
|
-
"line":
|
|
1358
|
+
"line": 42,
|
|
1359
1359
|
"character": 2
|
|
1360
1360
|
}
|
|
1361
1361
|
],
|
|
1362
1362
|
"signatures": [
|
|
1363
1363
|
{
|
|
1364
1364
|
"id": 78,
|
|
1365
|
-
"name": "
|
|
1365
|
+
"name": "SkySummaryActionBarSecondaryActionsComponent",
|
|
1366
1366
|
"kind": 16384,
|
|
1367
1367
|
"kindString": "Constructor signature",
|
|
1368
1368
|
"flags": {},
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
"sources": [
|
|
1410
1410
|
{
|
|
1411
1411
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1412
|
-
"line":
|
|
1412
|
+
"line": 36,
|
|
1413
1413
|
"character": 9
|
|
1414
1414
|
}
|
|
1415
1415
|
],
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
"sources": [
|
|
1437
1437
|
{
|
|
1438
1438
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1439
|
-
"line":
|
|
1439
|
+
"line": 34,
|
|
1440
1440
|
"character": 9
|
|
1441
1441
|
}
|
|
1442
1442
|
],
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
"sources": [
|
|
1470
1470
|
{
|
|
1471
1471
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1472
|
-
"line":
|
|
1472
|
+
"line": 32,
|
|
1473
1473
|
"character": 9
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
"sources": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1499
|
-
"line":
|
|
1499
|
+
"line": 47,
|
|
1500
1500
|
"character": 9
|
|
1501
1501
|
}
|
|
1502
1502
|
],
|
|
@@ -1533,7 +1533,7 @@
|
|
|
1533
1533
|
"sources": [
|
|
1534
1534
|
{
|
|
1535
1535
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1536
|
-
"line":
|
|
1536
|
+
"line": 66,
|
|
1537
1537
|
"character": 9
|
|
1538
1538
|
}
|
|
1539
1539
|
],
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
"sources": [
|
|
1590
1590
|
{
|
|
1591
1591
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1592
|
-
"line":
|
|
1592
|
+
"line": 28,
|
|
1593
1593
|
"character": 13
|
|
1594
1594
|
}
|
|
1595
1595
|
],
|
|
@@ -1630,6 +1630,11 @@
|
|
|
1630
1630
|
]
|
|
1631
1631
|
},
|
|
1632
1632
|
"codeExamples": [
|
|
1633
|
+
{
|
|
1634
|
+
"fileName": ".eslintrc.json",
|
|
1635
|
+
"filePath": "/projects/action-bars/documentation/code-examples/.eslintrc.json",
|
|
1636
|
+
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
1637
|
+
},
|
|
1633
1638
|
{
|
|
1634
1639
|
"fileName": "summary-action-bar-demo.component.html",
|
|
1635
1640
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/basic/summary-action-bar-demo.component.html",
|
|
@@ -1643,32 +1648,32 @@
|
|
|
1643
1648
|
{
|
|
1644
1649
|
"fileName": "summary-action-bar-demo.component.ts",
|
|
1645
1650
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/basic/summary-action-bar-demo.component.ts",
|
|
1646
|
-
"rawContents": "import {
|
|
1651
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-summary-action-bar-demo',\n templateUrl: './summary-action-bar-demo.component.html',\n styleUrls: ['./summary-action-bar-demo.component.scss'],\n})\nexport class SummaryActionBarDemoComponent {\n public onPrimaryActionClick(): void {\n console.log('Primary action button clicked.');\n }\n\n public onSecondaryActionClick(): void {\n console.log('Secondary action button clicked.');\n }\n\n public onSecondaryAction2Click(): void {\n console.log('Secondary action 2 button clicked.');\n }\n}\n"
|
|
1647
1652
|
},
|
|
1648
1653
|
{
|
|
1649
1654
|
"fileName": "summary-action-bar-demo.module.ts",
|
|
1650
1655
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/basic/summary-action-bar-demo.module.ts",
|
|
1651
|
-
"rawContents": "import {
|
|
1656
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\n\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { SummaryActionBarDemoComponent } from './summary-action-bar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyKeyInfoModule, SkySummaryActionBarModule],\n exports: [SummaryActionBarDemoComponent],\n declarations: [SummaryActionBarDemoComponent],\n})\nexport class SummaryActionBarDemoModule {}\n"
|
|
1652
1657
|
},
|
|
1653
1658
|
{
|
|
1654
1659
|
"fileName": "summary-action-bar-demo.component.html",
|
|
1655
1660
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/summary-action-bar-demo.component.html",
|
|
1656
|
-
"rawContents": "<button
|
|
1661
|
+
"rawContents": "<button type=\"button\" class=\"sky-btn sky-btn-primary\" (click)=\"openModal()\">\n Open modal\n</button>\n"
|
|
1657
1662
|
},
|
|
1658
1663
|
{
|
|
1659
1664
|
"fileName": "summary-action-bar-demo.component.ts",
|
|
1660
1665
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/summary-action-bar-demo.component.ts",
|
|
1661
|
-
"rawContents": "import {
|
|
1666
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalService } from '@skyux/modals';\n\nimport { SkySummaryActionBarModalDemoComponent } from './summary-action-bar-modal-demo.component';\n\n@Component({\n selector: 'app-summary-action-bar-demo',\n templateUrl: './summary-action-bar-demo.component.html',\n styles: [\n `\n sky-key-info {\n margin-right: 20px;\n }\n `,\n ],\n})\nexport class SummaryActionBarDemoComponent {\n constructor(private modalService: SkyModalService) {}\n\n public openModal(): void {\n this.modalService.open(SkySummaryActionBarModalDemoComponent, {\n size: 'large',\n });\n }\n}\n"
|
|
1662
1667
|
},
|
|
1663
1668
|
{
|
|
1664
1669
|
"fileName": "summary-action-bar-demo.module.ts",
|
|
1665
1670
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/summary-action-bar-demo.module.ts",
|
|
1666
|
-
"rawContents": "import {
|
|
1671
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\n\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { SummaryActionBarDemoComponent } from './summary-action-bar-demo.component';\n\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"
|
|
1667
1672
|
},
|
|
1668
1673
|
{
|
|
1669
1674
|
"fileName": "summary-action-bar-modal-demo.component.html",
|
|
1670
1675
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/summary-action-bar-modal-demo.component.html",
|
|
1671
|
-
"rawContents": "<sky-modal>\n <sky-modal-header
|
|
1676
|
+
"rawContents": "<sky-modal>\n <sky-modal-header> Modal with summary action bar </sky-modal-header>\n <sky-modal-content> Hello world! </sky-modal-content>\n <sky-modal-footer>\n <sky-summary-action-bar>\n <sky-summary-action-bar-actions>\n <sky-summary-action-bar-primary-action (actionClick)=\"instance.save()\">\n Primary action\n </sky-summary-action-bar-primary-action>\n <sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryActionClick()\"\n >\n Secondary action\n </sky-summary-action-bar-secondary-action>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryAction2Click()\"\n >\n Secondary action 2\n </sky-summary-action-bar-secondary-action>\n </sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-cancel (actionClick)=\"instance.cancel()\">\n Cancel\n </sky-summary-action-bar-cancel>\n </sky-summary-action-bar-actions>\n <sky-summary-action-bar-summary>\n <sky-key-info>\n <sky-key-info-value>$250</sky-key-info-value>\n <sky-key-info-label>Given this month</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,000</sky-key-info-value>\n <sky-key-info-label>Given this year</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,300</sky-key-info-value>\n <sky-key-info-label>Given all time</sky-key-info-label>\n </sky-key-info>\n </sky-summary-action-bar-summary>\n </sky-summary-action-bar>\n </sky-modal-footer>\n</sky-modal>\n"
|
|
1672
1677
|
},
|
|
1673
1678
|
{
|
|
1674
1679
|
"fileName": "summary-action-bar-modal-demo.component.scss",
|
|
@@ -1678,12 +1683,12 @@
|
|
|
1678
1683
|
{
|
|
1679
1684
|
"fileName": "summary-action-bar-modal-demo.component.ts",
|
|
1680
1685
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/summary-action-bar-modal-demo.component.ts",
|
|
1681
|
-
"rawContents": "import {
|
|
1686
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\n@Component({\n selector: 'app-test-cmp-modal',\n templateUrl: './summary-action-bar-modal-demo.component.html',\n styleUrls: ['./summary-action-bar-modal-demo.component.scss'],\n})\nexport class SkySummaryActionBarModalDemoComponent {\n constructor(public instance: SkyModalInstance) {}\n\n public onSecondaryActionClick(): void {\n console.log('Secondary action button clicked.');\n }\n\n public onSecondaryAction2Click(): void {\n console.log('Secondary action 2 button clicked.');\n }\n}\n"
|
|
1682
1687
|
},
|
|
1683
1688
|
{
|
|
1684
1689
|
"fileName": "summary-action-bar-demo.component.html",
|
|
1685
1690
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/tab/summary-action-bar-demo.component.html",
|
|
1686
|
-
"rawContents": "<sky-tabset
|
|
1691
|
+
"rawContents": "<sky-tabset [active]=\"0\">\n <sky-tab tabHeading=\"Tab 1\"> Tab without summary action bar. </sky-tab>\n <sky-tab tabHeading=\"Tab 2\">\n Tab with summary action bar.\n <sky-summary-action-bar>\n <sky-summary-action-bar-actions>\n <sky-summary-action-bar-primary-action\n (actionClick)=\"onPrimaryActionClick()\"\n >\n Primary action\n </sky-summary-action-bar-primary-action>\n <sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryActionClick()\"\n >\n Secondary action\n </sky-summary-action-bar-secondary-action>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryAction2Click()\"\n >\n Secondary action 2\n </sky-summary-action-bar-secondary-action>\n </sky-summary-action-bar-secondary-actions>\n </sky-summary-action-bar-actions>\n <sky-summary-action-bar-summary>\n <sky-key-info>\n <sky-key-info-value>$250</sky-key-info-value>\n <sky-key-info-label>Given this month</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,000</sky-key-info-value>\n <sky-key-info-label>Given this year</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,300</sky-key-info-value>\n <sky-key-info-label>Given all time</sky-key-info-label>\n </sky-key-info>\n </sky-summary-action-bar-summary>\n </sky-summary-action-bar>\n </sky-tab>\n</sky-tabset>\n"
|
|
1687
1692
|
},
|
|
1688
1693
|
{
|
|
1689
1694
|
"fileName": "summary-action-bar-demo.component.scss",
|
|
@@ -1693,12 +1698,12 @@
|
|
|
1693
1698
|
{
|
|
1694
1699
|
"fileName": "summary-action-bar-demo.component.ts",
|
|
1695
1700
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/tab/summary-action-bar-demo.component.ts",
|
|
1696
|
-
"rawContents": "import {
|
|
1701
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-summary-action-bar-demo',\n templateUrl: './summary-action-bar-demo.component.html',\n styleUrls: ['./summary-action-bar-demo.component.scss'],\n})\nexport class SummaryActionBarDemoComponent {\n public onPrimaryActionClick(): void {\n console.log('Primary action button clicked.');\n }\n\n public onSecondaryActionClick(): void {\n console.log('Secondary action button clicked.');\n }\n\n public onSecondaryAction2Click(): void {\n console.log('Secondary action 2 button clicked.');\n }\n}\n"
|
|
1697
1702
|
},
|
|
1698
1703
|
{
|
|
1699
1704
|
"fileName": "summary-action-bar-demo.module.ts",
|
|
1700
1705
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/tab/summary-action-bar-demo.module.ts",
|
|
1701
|
-
"rawContents": "import {
|
|
1706
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { SkyTabsModule } from '@skyux/tabs';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\n\nimport { SummaryActionBarDemoComponent } from './summary-action-bar-demo.component';\n\n@NgModule({\n imports: [SkyKeyInfoModule, SkyTabsModule, SkySummaryActionBarModule],\n exports: [SummaryActionBarDemoComponent],\n declarations: [SummaryActionBarDemoComponent],\n})\nexport class SummaryActionBarDemoModule {}\n"
|
|
1702
1707
|
}
|
|
1703
1708
|
]
|
|
1704
1709
|
}
|