@skyux/action-bars 7.7.0 → 8.0.0-alpha.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 +361 -450
- package/esm2020/lib/modules/shared/sky-action-bars-resources.module.mjs +5 -5
- package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.mjs +26 -54
- package/esm2020/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/summary-action-bar-adapter.service.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/summary-action-bar-collapsible.pipe.mjs +4 -4
- package/esm2020/lib/modules/summary-action-bar/summary-action-bar.component.mjs +5 -5
- package/esm2020/lib/modules/summary-action-bar/summary-action-bar.module.mjs +5 -5
- package/esm2020/testing/summary-action-bar/summary-action-bar.module.mjs +5 -5
- package/fesm2015/skyux-action-bars-testing.mjs +4 -4
- package/fesm2015/skyux-action-bars-testing.mjs.map +1 -1
- package/fesm2015/skyux-action-bars.mjs +62 -87
- package/fesm2015/skyux-action-bars.mjs.map +1 -1
- package/fesm2020/skyux-action-bars-testing.mjs +4 -4
- package/fesm2020/skyux-action-bars-testing.mjs.map +1 -1
- package/fesm2020/skyux-action-bars.mjs +61 -88
- package/fesm2020/skyux-action-bars.mjs.map +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.d.ts +3 -4
- package/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/summary-action-bar.component.d.ts +1 -1
- package/package.json +12 -12
package/documentation.json
CHANGED
|
@@ -17,32 +17,17 @@
|
|
|
17
17
|
"originalName": "",
|
|
18
18
|
"children": [
|
|
19
19
|
{
|
|
20
|
-
"id":
|
|
20
|
+
"id": 108,
|
|
21
21
|
"name": "SkySummaryActionBarModule",
|
|
22
22
|
"kind": 128,
|
|
23
23
|
"kindString": "Class",
|
|
24
24
|
"flags": {},
|
|
25
|
-
"decorators": [
|
|
26
|
-
{
|
|
27
|
-
"name": "NgModule",
|
|
28
|
-
"type": {
|
|
29
|
-
"type": "reference",
|
|
30
|
-
"qualifiedName": "NgModuleDecorator",
|
|
31
|
-
"package": "@angular/core",
|
|
32
|
-
"name": "NgModule"
|
|
33
|
-
},
|
|
34
|
-
"arguments": {
|
|
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
|
-
}
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
25
|
"children": [],
|
|
40
26
|
"groups": [
|
|
41
27
|
{
|
|
42
28
|
"title": "Constructors",
|
|
43
|
-
"kind": 512,
|
|
44
29
|
"children": [
|
|
45
|
-
|
|
30
|
+
109
|
|
46
31
|
]
|
|
47
32
|
}
|
|
48
33
|
],
|
|
@@ -50,7 +35,8 @@
|
|
|
50
35
|
{
|
|
51
36
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.module.ts",
|
|
52
37
|
"line": 49,
|
|
53
|
-
"character": 13
|
|
38
|
+
"character": 13,
|
|
39
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.module.ts#L49"
|
|
54
40
|
}
|
|
55
41
|
]
|
|
56
42
|
},
|
|
@@ -61,27 +47,17 @@
|
|
|
61
47
|
"kindString": "Class",
|
|
62
48
|
"flags": {},
|
|
63
49
|
"comment": {
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"name": "Component",
|
|
69
|
-
"type": {
|
|
70
|
-
"type": "reference",
|
|
71
|
-
"qualifiedName": "ComponentDecorator",
|
|
72
|
-
"package": "@angular/core",
|
|
73
|
-
"name": "Component"
|
|
74
|
-
},
|
|
75
|
-
"arguments": {
|
|
76
|
-
"obj": "{\n selector: 'sky-summary-action-bar-summary',\n templateUrl: './summary-action-bar-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
50
|
+
"summary": [
|
|
51
|
+
{
|
|
52
|
+
"kind": "text",
|
|
53
|
+
"text": "Specifies the summary information to display."
|
|
77
54
|
}
|
|
78
|
-
|
|
79
|
-
|
|
55
|
+
]
|
|
56
|
+
},
|
|
80
57
|
"children": [],
|
|
81
58
|
"groups": [
|
|
82
59
|
{
|
|
83
60
|
"title": "Constructors",
|
|
84
|
-
"kind": 512,
|
|
85
61
|
"children": [
|
|
86
62
|
4
|
|
87
63
|
]
|
|
@@ -91,7 +67,8 @@
|
|
|
91
67
|
{
|
|
92
68
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
|
|
93
69
|
"line": 11,
|
|
94
|
-
"character": 13
|
|
70
|
+
"character": 13,
|
|
71
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts#L11"
|
|
95
72
|
}
|
|
96
73
|
]
|
|
97
74
|
},
|
|
@@ -102,22 +79,29 @@
|
|
|
102
79
|
"kindString": "Class",
|
|
103
80
|
"flags": {},
|
|
104
81
|
"comment": {
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
82
|
+
"summary": [
|
|
83
|
+
{
|
|
84
|
+
"kind": "text",
|
|
85
|
+
"text": "Contains the "
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"kind": "code",
|
|
89
|
+
"text": "`sky-summary-action-bar-actions`"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"kind": "text",
|
|
93
|
+
"text": " and\n"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"kind": "code",
|
|
97
|
+
"text": "`sky-summary-action-bar-summary`"
|
|
115
98
|
},
|
|
116
|
-
|
|
117
|
-
"
|
|
99
|
+
{
|
|
100
|
+
"kind": "text",
|
|
101
|
+
"text": " components."
|
|
118
102
|
}
|
|
119
|
-
|
|
120
|
-
|
|
103
|
+
]
|
|
104
|
+
},
|
|
121
105
|
"children": [
|
|
122
106
|
{
|
|
123
107
|
"id": 7,
|
|
@@ -129,7 +113,8 @@
|
|
|
129
113
|
{
|
|
130
114
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
131
115
|
"line": 79,
|
|
132
|
-
"character": 2
|
|
116
|
+
"character": 2,
|
|
117
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L79"
|
|
133
118
|
}
|
|
134
119
|
],
|
|
135
120
|
"signatures": [
|
|
@@ -159,9 +144,9 @@
|
|
|
159
144
|
"flags": {},
|
|
160
145
|
"type": {
|
|
161
146
|
"type": "reference",
|
|
147
|
+
"name": "ChangeDetectorRef",
|
|
162
148
|
"qualifiedName": "ChangeDetectorRef",
|
|
163
|
-
"package": "@angular/core"
|
|
164
|
-
"name": "ChangeDetectorRef"
|
|
149
|
+
"package": "@angular/core"
|
|
165
150
|
}
|
|
166
151
|
},
|
|
167
152
|
{
|
|
@@ -178,9 +163,9 @@
|
|
|
178
163
|
"name": "any"
|
|
179
164
|
}
|
|
180
165
|
],
|
|
166
|
+
"name": "ElementRef",
|
|
181
167
|
"qualifiedName": "ElementRef",
|
|
182
|
-
"package": "@angular/core"
|
|
183
|
-
"name": "ElementRef"
|
|
168
|
+
"package": "@angular/core"
|
|
184
169
|
}
|
|
185
170
|
},
|
|
186
171
|
{
|
|
@@ -233,26 +218,12 @@
|
|
|
233
218
|
"flags": {
|
|
234
219
|
"isPublic": true
|
|
235
220
|
},
|
|
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
221
|
"sources": [
|
|
252
222
|
{
|
|
253
223
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
254
224
|
"line": 66,
|
|
255
|
-
"character": 9
|
|
225
|
+
"character": 9,
|
|
226
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L66"
|
|
256
227
|
}
|
|
257
228
|
],
|
|
258
229
|
"type": {
|
|
@@ -263,9 +234,9 @@
|
|
|
263
234
|
"name": "any"
|
|
264
235
|
}
|
|
265
236
|
],
|
|
237
|
+
"name": "ElementRef",
|
|
266
238
|
"qualifiedName": "ElementRef",
|
|
267
|
-
"package": "@angular/core"
|
|
268
|
-
"name": "ElementRef"
|
|
239
|
+
"package": "@angular/core"
|
|
269
240
|
}
|
|
270
241
|
},
|
|
271
242
|
{
|
|
@@ -280,7 +251,8 @@
|
|
|
280
251
|
{
|
|
281
252
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
282
253
|
"line": 47,
|
|
283
|
-
"character": 9
|
|
254
|
+
"character": 9,
|
|
255
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L47"
|
|
284
256
|
}
|
|
285
257
|
],
|
|
286
258
|
"type": {
|
|
@@ -289,6 +261,27 @@
|
|
|
289
261
|
},
|
|
290
262
|
"defaultValue": "false"
|
|
291
263
|
},
|
|
264
|
+
{
|
|
265
|
+
"id": 33,
|
|
266
|
+
"name": "mediaQueryService",
|
|
267
|
+
"kind": 1024,
|
|
268
|
+
"kindString": "Property",
|
|
269
|
+
"flags": {
|
|
270
|
+
"isPublic": true
|
|
271
|
+
},
|
|
272
|
+
"sources": [
|
|
273
|
+
{
|
|
274
|
+
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
275
|
+
"line": 83,
|
|
276
|
+
"character": 11,
|
|
277
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L83"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"type": {
|
|
281
|
+
"type": "reference",
|
|
282
|
+
"name": "SkyMediaQueryService"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
292
285
|
{
|
|
293
286
|
"id": 17,
|
|
294
287
|
"name": "slideDirection",
|
|
@@ -301,7 +294,8 @@
|
|
|
301
294
|
{
|
|
302
295
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
303
296
|
"line": 51,
|
|
304
|
-
"character": 9
|
|
297
|
+
"character": 9,
|
|
298
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L51"
|
|
305
299
|
}
|
|
306
300
|
],
|
|
307
301
|
"type": {
|
|
@@ -322,7 +316,8 @@
|
|
|
322
316
|
{
|
|
323
317
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
324
318
|
"line": 53,
|
|
325
|
-
"character": 9
|
|
319
|
+
"character": 9,
|
|
320
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L53"
|
|
326
321
|
}
|
|
327
322
|
],
|
|
328
323
|
"type": {
|
|
@@ -343,7 +338,8 @@
|
|
|
343
338
|
{
|
|
344
339
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
345
340
|
"line": 49,
|
|
346
|
-
"character": 9
|
|
341
|
+
"character": 9,
|
|
342
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L49"
|
|
347
343
|
}
|
|
348
344
|
],
|
|
349
345
|
"type": {
|
|
@@ -359,83 +355,71 @@
|
|
|
359
355
|
"flags": {
|
|
360
356
|
"isPublic": true
|
|
361
357
|
},
|
|
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
|
-
],
|
|
377
358
|
"sources": [
|
|
378
359
|
{
|
|
379
360
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
380
361
|
"line": 56,
|
|
381
|
-
"character": 13
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"getSignature": [
|
|
362
|
+
"character": 13,
|
|
363
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L56"
|
|
364
|
+
},
|
|
385
365
|
{
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
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
|
-
}
|
|
366
|
+
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
367
|
+
"line": 61,
|
|
368
|
+
"character": 13,
|
|
369
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L61"
|
|
403
370
|
}
|
|
404
371
|
],
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
"
|
|
372
|
+
"getSignature": {
|
|
373
|
+
"id": 20,
|
|
374
|
+
"name": "summaryElement",
|
|
375
|
+
"kind": 524288,
|
|
376
|
+
"kindString": "Get signature",
|
|
377
|
+
"flags": {},
|
|
378
|
+
"type": {
|
|
379
|
+
"type": "reference",
|
|
380
|
+
"typeArguments": [
|
|
413
381
|
{
|
|
414
|
-
"
|
|
415
|
-
"name": "
|
|
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
|
-
}
|
|
382
|
+
"type": "intrinsic",
|
|
383
|
+
"name": "any"
|
|
431
384
|
}
|
|
432
385
|
],
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
386
|
+
"name": "ElementRef",
|
|
387
|
+
"qualifiedName": "ElementRef",
|
|
388
|
+
"package": "@angular/core"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"setSignature": {
|
|
392
|
+
"id": 21,
|
|
393
|
+
"name": "summaryElement",
|
|
394
|
+
"kind": 1048576,
|
|
395
|
+
"kindString": "Set signature",
|
|
396
|
+
"flags": {},
|
|
397
|
+
"parameters": [
|
|
398
|
+
{
|
|
399
|
+
"id": 22,
|
|
400
|
+
"name": "element",
|
|
401
|
+
"kind": 32768,
|
|
402
|
+
"kindString": "Parameter",
|
|
403
|
+
"flags": {},
|
|
404
|
+
"type": {
|
|
405
|
+
"type": "reference",
|
|
406
|
+
"typeArguments": [
|
|
407
|
+
{
|
|
408
|
+
"type": "intrinsic",
|
|
409
|
+
"name": "any"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"name": "ElementRef",
|
|
413
|
+
"qualifiedName": "ElementRef",
|
|
414
|
+
"package": "@angular/core"
|
|
415
|
+
}
|
|
436
416
|
}
|
|
417
|
+
],
|
|
418
|
+
"type": {
|
|
419
|
+
"type": "intrinsic",
|
|
420
|
+
"name": "void"
|
|
437
421
|
}
|
|
438
|
-
|
|
422
|
+
}
|
|
439
423
|
},
|
|
440
424
|
{
|
|
441
425
|
"id": 34,
|
|
@@ -449,7 +433,8 @@
|
|
|
449
433
|
{
|
|
450
434
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
451
435
|
"line": 94,
|
|
452
|
-
"character": 9
|
|
436
|
+
"character": 9,
|
|
437
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L94"
|
|
453
438
|
}
|
|
454
439
|
],
|
|
455
440
|
"signatures": [
|
|
@@ -486,7 +471,8 @@
|
|
|
486
471
|
{
|
|
487
472
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
488
473
|
"line": 129,
|
|
489
|
-
"character": 9
|
|
474
|
+
"character": 9,
|
|
475
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L129"
|
|
490
476
|
}
|
|
491
477
|
],
|
|
492
478
|
"signatures": [
|
|
@@ -523,7 +509,8 @@
|
|
|
523
509
|
{
|
|
524
510
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
525
511
|
"line": 148,
|
|
526
|
-
"character": 9
|
|
512
|
+
"character": 9,
|
|
513
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L148"
|
|
527
514
|
}
|
|
528
515
|
],
|
|
529
516
|
"signatures": [
|
|
@@ -563,7 +550,8 @@
|
|
|
563
550
|
{
|
|
564
551
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
565
552
|
"line": 200,
|
|
566
|
-
"character": 2
|
|
553
|
+
"character": 2,
|
|
554
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L200"
|
|
567
555
|
}
|
|
568
556
|
],
|
|
569
557
|
"signatures": [
|
|
@@ -592,7 +580,8 @@
|
|
|
592
580
|
{
|
|
593
581
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
594
582
|
"line": 152,
|
|
595
|
-
"character": 9
|
|
583
|
+
"character": 9,
|
|
584
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L152"
|
|
596
585
|
}
|
|
597
586
|
],
|
|
598
587
|
"signatures": [
|
|
@@ -621,7 +610,8 @@
|
|
|
621
610
|
{
|
|
622
611
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
623
612
|
"line": 157,
|
|
624
|
-
"character": 9
|
|
613
|
+
"character": 9,
|
|
614
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L157"
|
|
625
615
|
}
|
|
626
616
|
],
|
|
627
617
|
"signatures": [
|
|
@@ -640,9 +630,9 @@
|
|
|
640
630
|
"flags": {},
|
|
641
631
|
"type": {
|
|
642
632
|
"type": "reference",
|
|
633
|
+
"name": "AnimationEvent_2",
|
|
643
634
|
"qualifiedName": "AnimationEvent_2",
|
|
644
|
-
"package": "@angular/animations"
|
|
645
|
-
"name": "AnimationEvent_2"
|
|
635
|
+
"package": "@angular/animations"
|
|
646
636
|
}
|
|
647
637
|
}
|
|
648
638
|
],
|
|
@@ -665,7 +655,8 @@
|
|
|
665
655
|
{
|
|
666
656
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
667
657
|
"line": 182,
|
|
668
|
-
"character": 9
|
|
658
|
+
"character": 9,
|
|
659
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L182"
|
|
669
660
|
}
|
|
670
661
|
],
|
|
671
662
|
"signatures": [
|
|
@@ -686,14 +677,12 @@
|
|
|
686
677
|
"groups": [
|
|
687
678
|
{
|
|
688
679
|
"title": "Constructors",
|
|
689
|
-
"kind": 512,
|
|
690
680
|
"children": [
|
|
691
681
|
7
|
|
692
682
|
]
|
|
693
683
|
},
|
|
694
684
|
{
|
|
695
685
|
"title": "Properties",
|
|
696
|
-
"kind": 1024,
|
|
697
686
|
"children": [
|
|
698
687
|
23,
|
|
699
688
|
15,
|
|
@@ -705,14 +694,12 @@
|
|
|
705
694
|
},
|
|
706
695
|
{
|
|
707
696
|
"title": "Accessors",
|
|
708
|
-
"kind": 262144,
|
|
709
697
|
"children": [
|
|
710
698
|
19
|
|
711
699
|
]
|
|
712
700
|
},
|
|
713
701
|
{
|
|
714
702
|
"title": "Methods",
|
|
715
|
-
"kind": 2048,
|
|
716
703
|
"children": [
|
|
717
704
|
34,
|
|
718
705
|
36,
|
|
@@ -728,21 +715,22 @@
|
|
|
728
715
|
{
|
|
729
716
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
730
717
|
"line": 46,
|
|
731
|
-
"character": 13
|
|
718
|
+
"character": 13,
|
|
719
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L46"
|
|
732
720
|
}
|
|
733
721
|
],
|
|
734
722
|
"implementedTypes": [
|
|
735
723
|
{
|
|
736
724
|
"type": "reference",
|
|
725
|
+
"name": "AfterViewInit",
|
|
737
726
|
"qualifiedName": "AfterViewInit",
|
|
738
|
-
"package": "@angular/core"
|
|
739
|
-
"name": "AfterViewInit"
|
|
727
|
+
"package": "@angular/core"
|
|
740
728
|
},
|
|
741
729
|
{
|
|
742
730
|
"type": "reference",
|
|
731
|
+
"name": "OnDestroy",
|
|
743
732
|
"qualifiedName": "OnDestroy",
|
|
744
|
-
"package": "@angular/core"
|
|
745
|
-
"name": "OnDestroy"
|
|
733
|
+
"package": "@angular/core"
|
|
746
734
|
}
|
|
747
735
|
]
|
|
748
736
|
},
|
|
@@ -753,27 +741,25 @@
|
|
|
753
741
|
"kindString": "Class",
|
|
754
742
|
"flags": {},
|
|
755
743
|
"comment": {
|
|
756
|
-
"
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
"name": "Component",
|
|
761
|
-
"type": {
|
|
762
|
-
"type": "reference",
|
|
763
|
-
"qualifiedName": "ComponentDecorator",
|
|
764
|
-
"package": "@angular/core",
|
|
765
|
-
"name": "Component"
|
|
744
|
+
"summary": [
|
|
745
|
+
{
|
|
746
|
+
"kind": "text",
|
|
747
|
+
"text": "Contains actions for the "
|
|
766
748
|
},
|
|
767
|
-
|
|
768
|
-
"
|
|
749
|
+
{
|
|
750
|
+
"kind": "code",
|
|
751
|
+
"text": "`sky-summary-action-bar`"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"kind": "text",
|
|
755
|
+
"text": " component."
|
|
769
756
|
}
|
|
770
|
-
|
|
771
|
-
|
|
757
|
+
]
|
|
758
|
+
},
|
|
772
759
|
"children": [],
|
|
773
760
|
"groups": [
|
|
774
761
|
{
|
|
775
762
|
"title": "Constructors",
|
|
776
|
-
"kind": 512,
|
|
777
763
|
"children": [
|
|
778
764
|
59
|
|
779
765
|
]
|
|
@@ -783,7 +769,8 @@
|
|
|
783
769
|
{
|
|
784
770
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
|
|
785
771
|
"line": 12,
|
|
786
|
-
"character": 13
|
|
772
|
+
"character": 13,
|
|
773
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts#L12"
|
|
787
774
|
}
|
|
788
775
|
]
|
|
789
776
|
},
|
|
@@ -794,22 +781,13 @@
|
|
|
794
781
|
"kindString": "Class",
|
|
795
782
|
"flags": {},
|
|
796
783
|
"comment": {
|
|
797
|
-
"
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
"name": "Component",
|
|
802
|
-
"type": {
|
|
803
|
-
"type": "reference",
|
|
804
|
-
"qualifiedName": "ComponentDecorator",
|
|
805
|
-
"package": "@angular/core",
|
|
806
|
-
"name": "Component"
|
|
807
|
-
},
|
|
808
|
-
"arguments": {
|
|
809
|
-
"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}"
|
|
784
|
+
"summary": [
|
|
785
|
+
{
|
|
786
|
+
"kind": "text",
|
|
787
|
+
"text": "Displays a cancel action."
|
|
810
788
|
}
|
|
811
|
-
|
|
812
|
-
|
|
789
|
+
]
|
|
790
|
+
},
|
|
813
791
|
"children": [
|
|
814
792
|
{
|
|
815
793
|
"id": 65,
|
|
@@ -820,25 +798,19 @@
|
|
|
820
798
|
"isPublic": true
|
|
821
799
|
},
|
|
822
800
|
"comment": {
|
|
823
|
-
"
|
|
801
|
+
"summary": [
|
|
802
|
+
{
|
|
803
|
+
"kind": "text",
|
|
804
|
+
"text": "Fires when users select the cancel action."
|
|
805
|
+
}
|
|
806
|
+
]
|
|
824
807
|
},
|
|
825
|
-
"decorators": [
|
|
826
|
-
{
|
|
827
|
-
"name": "Output",
|
|
828
|
-
"type": {
|
|
829
|
-
"type": "reference",
|
|
830
|
-
"qualifiedName": "OutputDecorator",
|
|
831
|
-
"package": "@angular/core",
|
|
832
|
-
"name": "Output"
|
|
833
|
-
},
|
|
834
|
-
"arguments": {}
|
|
835
|
-
}
|
|
836
|
-
],
|
|
837
808
|
"sources": [
|
|
838
809
|
{
|
|
839
810
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
840
811
|
"line": 29,
|
|
841
|
-
"character": 9
|
|
812
|
+
"character": 9,
|
|
813
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L29"
|
|
842
814
|
}
|
|
843
815
|
],
|
|
844
816
|
"type": {
|
|
@@ -849,9 +821,9 @@
|
|
|
849
821
|
"name": "void"
|
|
850
822
|
}
|
|
851
823
|
],
|
|
824
|
+
"name": "EventEmitter",
|
|
852
825
|
"qualifiedName": "EventEmitter",
|
|
853
|
-
"package": "@angular/core"
|
|
854
|
-
"name": "EventEmitter"
|
|
826
|
+
"package": "@angular/core"
|
|
855
827
|
},
|
|
856
828
|
"defaultValue": "..."
|
|
857
829
|
},
|
|
@@ -864,25 +836,19 @@
|
|
|
864
836
|
"isPublic": true
|
|
865
837
|
},
|
|
866
838
|
"comment": {
|
|
867
|
-
"
|
|
839
|
+
"summary": [
|
|
840
|
+
{
|
|
841
|
+
"kind": "text",
|
|
842
|
+
"text": "Whether to disable the cancel action."
|
|
843
|
+
}
|
|
844
|
+
]
|
|
868
845
|
},
|
|
869
|
-
"decorators": [
|
|
870
|
-
{
|
|
871
|
-
"name": "Input",
|
|
872
|
-
"type": {
|
|
873
|
-
"type": "reference",
|
|
874
|
-
"qualifiedName": "InputDecorator",
|
|
875
|
-
"package": "@angular/core",
|
|
876
|
-
"name": "Input"
|
|
877
|
-
},
|
|
878
|
-
"arguments": {}
|
|
879
|
-
}
|
|
880
|
-
],
|
|
881
846
|
"sources": [
|
|
882
847
|
{
|
|
883
848
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
884
849
|
"line": 23,
|
|
885
|
-
"character": 9
|
|
850
|
+
"character": 9,
|
|
851
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L23"
|
|
886
852
|
}
|
|
887
853
|
],
|
|
888
854
|
"type": {
|
|
@@ -903,7 +869,8 @@
|
|
|
903
869
|
{
|
|
904
870
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
905
871
|
"line": 31,
|
|
906
|
-
"character": 9
|
|
872
|
+
"character": 9,
|
|
873
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L31"
|
|
907
874
|
}
|
|
908
875
|
],
|
|
909
876
|
"signatures": [
|
|
@@ -924,14 +891,12 @@
|
|
|
924
891
|
"groups": [
|
|
925
892
|
{
|
|
926
893
|
"title": "Constructors",
|
|
927
|
-
"kind": 512,
|
|
928
894
|
"children": [
|
|
929
895
|
62
|
|
930
896
|
]
|
|
931
897
|
},
|
|
932
898
|
{
|
|
933
899
|
"title": "Properties",
|
|
934
|
-
"kind": 1024,
|
|
935
900
|
"children": [
|
|
936
901
|
65,
|
|
937
902
|
64
|
|
@@ -939,7 +904,6 @@
|
|
|
939
904
|
},
|
|
940
905
|
{
|
|
941
906
|
"title": "Methods",
|
|
942
|
-
"kind": 2048,
|
|
943
907
|
"children": [
|
|
944
908
|
66
|
|
945
909
|
]
|
|
@@ -949,7 +913,8 @@
|
|
|
949
913
|
{
|
|
950
914
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
951
915
|
"line": 18,
|
|
952
|
-
"character": 13
|
|
916
|
+
"character": 13,
|
|
917
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L18"
|
|
953
918
|
}
|
|
954
919
|
]
|
|
955
920
|
},
|
|
@@ -960,22 +925,13 @@
|
|
|
960
925
|
"kindString": "Class",
|
|
961
926
|
"flags": {},
|
|
962
927
|
"comment": {
|
|
963
|
-
"
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
"name": "Component",
|
|
968
|
-
"type": {
|
|
969
|
-
"type": "reference",
|
|
970
|
-
"qualifiedName": "ComponentDecorator",
|
|
971
|
-
"package": "@angular/core",
|
|
972
|
-
"name": "Component"
|
|
973
|
-
},
|
|
974
|
-
"arguments": {
|
|
975
|
-
"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}"
|
|
928
|
+
"summary": [
|
|
929
|
+
{
|
|
930
|
+
"kind": "text",
|
|
931
|
+
"text": "Displays a primary button."
|
|
976
932
|
}
|
|
977
|
-
|
|
978
|
-
|
|
933
|
+
]
|
|
934
|
+
},
|
|
979
935
|
"children": [
|
|
980
936
|
{
|
|
981
937
|
"id": 72,
|
|
@@ -986,25 +942,19 @@
|
|
|
986
942
|
"isPublic": true
|
|
987
943
|
},
|
|
988
944
|
"comment": {
|
|
989
|
-
"
|
|
945
|
+
"summary": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "text",
|
|
948
|
+
"text": "Fires when users select the primary action."
|
|
949
|
+
}
|
|
950
|
+
]
|
|
990
951
|
},
|
|
991
|
-
"decorators": [
|
|
992
|
-
{
|
|
993
|
-
"name": "Output",
|
|
994
|
-
"type": {
|
|
995
|
-
"type": "reference",
|
|
996
|
-
"qualifiedName": "OutputDecorator",
|
|
997
|
-
"package": "@angular/core",
|
|
998
|
-
"name": "Output"
|
|
999
|
-
},
|
|
1000
|
-
"arguments": {}
|
|
1001
|
-
}
|
|
1002
|
-
],
|
|
1003
952
|
"sources": [
|
|
1004
953
|
{
|
|
1005
954
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1006
955
|
"line": 30,
|
|
1007
|
-
"character": 9
|
|
956
|
+
"character": 9,
|
|
957
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L30"
|
|
1008
958
|
}
|
|
1009
959
|
],
|
|
1010
960
|
"type": {
|
|
@@ -1015,9 +965,9 @@
|
|
|
1015
965
|
"name": "void"
|
|
1016
966
|
}
|
|
1017
967
|
],
|
|
968
|
+
"name": "EventEmitter",
|
|
1018
969
|
"qualifiedName": "EventEmitter",
|
|
1019
|
-
"package": "@angular/core"
|
|
1020
|
-
"name": "EventEmitter"
|
|
970
|
+
"package": "@angular/core"
|
|
1021
971
|
},
|
|
1022
972
|
"defaultValue": "..."
|
|
1023
973
|
},
|
|
@@ -1030,31 +980,30 @@
|
|
|
1030
980
|
"isPublic": true
|
|
1031
981
|
},
|
|
1032
982
|
"comment": {
|
|
1033
|
-
"
|
|
1034
|
-
"tags": [
|
|
983
|
+
"summary": [
|
|
1035
984
|
{
|
|
1036
|
-
"
|
|
1037
|
-
"text": "
|
|
985
|
+
"kind": "text",
|
|
986
|
+
"text": "Whether to disable the primary action."
|
|
987
|
+
}
|
|
988
|
+
],
|
|
989
|
+
"blockTags": [
|
|
990
|
+
{
|
|
991
|
+
"tag": "@default",
|
|
992
|
+
"content": [
|
|
993
|
+
{
|
|
994
|
+
"kind": "text",
|
|
995
|
+
"text": "false"
|
|
996
|
+
}
|
|
997
|
+
]
|
|
1038
998
|
}
|
|
1039
999
|
]
|
|
1040
1000
|
},
|
|
1041
|
-
"decorators": [
|
|
1042
|
-
{
|
|
1043
|
-
"name": "Input",
|
|
1044
|
-
"type": {
|
|
1045
|
-
"type": "reference",
|
|
1046
|
-
"qualifiedName": "InputDecorator",
|
|
1047
|
-
"package": "@angular/core",
|
|
1048
|
-
"name": "Input"
|
|
1049
|
-
},
|
|
1050
|
-
"arguments": {}
|
|
1051
|
-
}
|
|
1052
|
-
],
|
|
1053
1001
|
"sources": [
|
|
1054
1002
|
{
|
|
1055
1003
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1056
1004
|
"line": 24,
|
|
1057
|
-
"character": 9
|
|
1005
|
+
"character": 9,
|
|
1006
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L24"
|
|
1058
1007
|
}
|
|
1059
1008
|
],
|
|
1060
1009
|
"type": {
|
|
@@ -1075,7 +1024,8 @@
|
|
|
1075
1024
|
{
|
|
1076
1025
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1077
1026
|
"line": 32,
|
|
1078
|
-
"character": 9
|
|
1027
|
+
"character": 9,
|
|
1028
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L32"
|
|
1079
1029
|
}
|
|
1080
1030
|
],
|
|
1081
1031
|
"signatures": [
|
|
@@ -1096,14 +1046,12 @@
|
|
|
1096
1046
|
"groups": [
|
|
1097
1047
|
{
|
|
1098
1048
|
"title": "Constructors",
|
|
1099
|
-
"kind": 512,
|
|
1100
1049
|
"children": [
|
|
1101
1050
|
69
|
|
1102
1051
|
]
|
|
1103
1052
|
},
|
|
1104
1053
|
{
|
|
1105
1054
|
"title": "Properties",
|
|
1106
|
-
"kind": 1024,
|
|
1107
1055
|
"children": [
|
|
1108
1056
|
72,
|
|
1109
1057
|
71
|
|
@@ -1111,7 +1059,6 @@
|
|
|
1111
1059
|
},
|
|
1112
1060
|
{
|
|
1113
1061
|
"title": "Methods",
|
|
1114
|
-
"kind": 2048,
|
|
1115
1062
|
"children": [
|
|
1116
1063
|
73
|
|
1117
1064
|
]
|
|
@@ -1121,7 +1068,8 @@
|
|
|
1121
1068
|
{
|
|
1122
1069
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1123
1070
|
"line": 18,
|
|
1124
|
-
"character": 13
|
|
1071
|
+
"character": 13,
|
|
1072
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L18"
|
|
1125
1073
|
}
|
|
1126
1074
|
]
|
|
1127
1075
|
},
|
|
@@ -1132,22 +1080,13 @@
|
|
|
1132
1080
|
"kindString": "Class",
|
|
1133
1081
|
"flags": {},
|
|
1134
1082
|
"comment": {
|
|
1135
|
-
"
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
"name": "Component",
|
|
1140
|
-
"type": {
|
|
1141
|
-
"type": "reference",
|
|
1142
|
-
"qualifiedName": "ComponentDecorator",
|
|
1143
|
-
"package": "@angular/core",
|
|
1144
|
-
"name": "Component"
|
|
1145
|
-
},
|
|
1146
|
-
"arguments": {
|
|
1147
|
-
"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}"
|
|
1083
|
+
"summary": [
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "text",
|
|
1086
|
+
"text": "Specifies secondary actions."
|
|
1148
1087
|
}
|
|
1149
|
-
|
|
1150
|
-
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1151
1090
|
"children": [
|
|
1152
1091
|
{
|
|
1153
1092
|
"id": 76,
|
|
@@ -1159,7 +1098,8 @@
|
|
|
1159
1098
|
{
|
|
1160
1099
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1161
1100
|
"line": 46,
|
|
1162
|
-
"character": 2
|
|
1101
|
+
"character": 2,
|
|
1102
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L46"
|
|
1163
1103
|
}
|
|
1164
1104
|
],
|
|
1165
1105
|
"signatures": [
|
|
@@ -1178,9 +1118,9 @@
|
|
|
1178
1118
|
"flags": {},
|
|
1179
1119
|
"type": {
|
|
1180
1120
|
"type": "reference",
|
|
1121
|
+
"name": "ChangeDetectorRef",
|
|
1181
1122
|
"qualifiedName": "ChangeDetectorRef",
|
|
1182
|
-
"package": "@angular/core"
|
|
1183
|
-
"name": "ChangeDetectorRef"
|
|
1123
|
+
"package": "@angular/core"
|
|
1184
1124
|
}
|
|
1185
1125
|
}
|
|
1186
1126
|
],
|
|
@@ -1201,25 +1141,19 @@
|
|
|
1201
1141
|
"isPublic": true
|
|
1202
1142
|
},
|
|
1203
1143
|
"comment": {
|
|
1204
|
-
"
|
|
1144
|
+
"summary": [
|
|
1145
|
+
{
|
|
1146
|
+
"kind": "text",
|
|
1147
|
+
"text": "Fires when users select a secondary action."
|
|
1148
|
+
}
|
|
1149
|
+
]
|
|
1205
1150
|
},
|
|
1206
|
-
"decorators": [
|
|
1207
|
-
{
|
|
1208
|
-
"name": "Output",
|
|
1209
|
-
"type": {
|
|
1210
|
-
"type": "reference",
|
|
1211
|
-
"qualifiedName": "OutputDecorator",
|
|
1212
|
-
"package": "@angular/core",
|
|
1213
|
-
"name": "Output"
|
|
1214
|
-
},
|
|
1215
|
-
"arguments": {}
|
|
1216
|
-
}
|
|
1217
|
-
],
|
|
1218
1151
|
"sources": [
|
|
1219
1152
|
{
|
|
1220
1153
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1221
1154
|
"line": 40,
|
|
1222
|
-
"character": 9
|
|
1155
|
+
"character": 9,
|
|
1156
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L40"
|
|
1223
1157
|
}
|
|
1224
1158
|
],
|
|
1225
1159
|
"type": {
|
|
@@ -1230,9 +1164,9 @@
|
|
|
1230
1164
|
"name": "void"
|
|
1231
1165
|
}
|
|
1232
1166
|
],
|
|
1167
|
+
"name": "EventEmitter",
|
|
1233
1168
|
"qualifiedName": "EventEmitter",
|
|
1234
|
-
"package": "@angular/core"
|
|
1235
|
-
"name": "EventEmitter"
|
|
1169
|
+
"package": "@angular/core"
|
|
1236
1170
|
},
|
|
1237
1171
|
"defaultValue": "..."
|
|
1238
1172
|
},
|
|
@@ -1245,31 +1179,30 @@
|
|
|
1245
1179
|
"isPublic": true
|
|
1246
1180
|
},
|
|
1247
1181
|
"comment": {
|
|
1248
|
-
"
|
|
1249
|
-
|
|
1182
|
+
"summary": [
|
|
1183
|
+
{
|
|
1184
|
+
"kind": "text",
|
|
1185
|
+
"text": "Whether to disable a secondary action."
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"blockTags": [
|
|
1250
1189
|
{
|
|
1251
|
-
"tag": "default",
|
|
1252
|
-
"
|
|
1190
|
+
"tag": "@default",
|
|
1191
|
+
"content": [
|
|
1192
|
+
{
|
|
1193
|
+
"kind": "text",
|
|
1194
|
+
"text": "false"
|
|
1195
|
+
}
|
|
1196
|
+
]
|
|
1253
1197
|
}
|
|
1254
1198
|
]
|
|
1255
1199
|
},
|
|
1256
|
-
"decorators": [
|
|
1257
|
-
{
|
|
1258
|
-
"name": "Input",
|
|
1259
|
-
"type": {
|
|
1260
|
-
"type": "reference",
|
|
1261
|
-
"qualifiedName": "InputDecorator",
|
|
1262
|
-
"package": "@angular/core",
|
|
1263
|
-
"name": "Input"
|
|
1264
|
-
},
|
|
1265
|
-
"arguments": {}
|
|
1266
|
-
}
|
|
1267
|
-
],
|
|
1268
1200
|
"sources": [
|
|
1269
1201
|
{
|
|
1270
1202
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1271
1203
|
"line": 25,
|
|
1272
|
-
"character": 9
|
|
1204
|
+
"character": 9,
|
|
1205
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L25"
|
|
1273
1206
|
}
|
|
1274
1207
|
],
|
|
1275
1208
|
"type": {
|
|
@@ -1290,48 +1223,51 @@
|
|
|
1290
1223
|
{
|
|
1291
1224
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1292
1225
|
"line": 27,
|
|
1293
|
-
"character": 13
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
"getSignature": [
|
|
1226
|
+
"character": 13,
|
|
1227
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L27"
|
|
1228
|
+
},
|
|
1297
1229
|
{
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"flags": {},
|
|
1303
|
-
"type": {
|
|
1304
|
-
"type": "intrinsic",
|
|
1305
|
-
"name": "boolean"
|
|
1306
|
-
}
|
|
1230
|
+
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1231
|
+
"line": 32,
|
|
1232
|
+
"character": 13,
|
|
1233
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
|
|
1307
1234
|
}
|
|
1308
1235
|
],
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
"
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1236
|
+
"getSignature": {
|
|
1237
|
+
"id": 81,
|
|
1238
|
+
"name": "isDropdown",
|
|
1239
|
+
"kind": 524288,
|
|
1240
|
+
"kindString": "Get signature",
|
|
1241
|
+
"flags": {},
|
|
1242
|
+
"type": {
|
|
1243
|
+
"type": "intrinsic",
|
|
1244
|
+
"name": "boolean"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"setSignature": {
|
|
1248
|
+
"id": 82,
|
|
1249
|
+
"name": "isDropdown",
|
|
1250
|
+
"kind": 1048576,
|
|
1251
|
+
"kindString": "Set signature",
|
|
1252
|
+
"flags": {},
|
|
1253
|
+
"parameters": [
|
|
1254
|
+
{
|
|
1255
|
+
"id": 83,
|
|
1256
|
+
"name": "value",
|
|
1257
|
+
"kind": 32768,
|
|
1258
|
+
"kindString": "Parameter",
|
|
1259
|
+
"flags": {},
|
|
1260
|
+
"type": {
|
|
1261
|
+
"type": "intrinsic",
|
|
1262
|
+
"name": "boolean"
|
|
1327
1263
|
}
|
|
1328
|
-
],
|
|
1329
|
-
"type": {
|
|
1330
|
-
"type": "intrinsic",
|
|
1331
|
-
"name": "void"
|
|
1332
1264
|
}
|
|
1265
|
+
],
|
|
1266
|
+
"type": {
|
|
1267
|
+
"type": "intrinsic",
|
|
1268
|
+
"name": "void"
|
|
1333
1269
|
}
|
|
1334
|
-
|
|
1270
|
+
}
|
|
1335
1271
|
},
|
|
1336
1272
|
{
|
|
1337
1273
|
"id": 87,
|
|
@@ -1345,7 +1281,8 @@
|
|
|
1345
1281
|
{
|
|
1346
1282
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1347
1283
|
"line": 50,
|
|
1348
|
-
"character": 9
|
|
1284
|
+
"character": 9,
|
|
1285
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L50"
|
|
1349
1286
|
}
|
|
1350
1287
|
],
|
|
1351
1288
|
"signatures": [
|
|
@@ -1366,14 +1303,12 @@
|
|
|
1366
1303
|
"groups": [
|
|
1367
1304
|
{
|
|
1368
1305
|
"title": "Constructors",
|
|
1369
|
-
"kind": 512,
|
|
1370
1306
|
"children": [
|
|
1371
1307
|
76
|
|
1372
1308
|
]
|
|
1373
1309
|
},
|
|
1374
1310
|
{
|
|
1375
1311
|
"title": "Properties",
|
|
1376
|
-
"kind": 1024,
|
|
1377
1312
|
"children": [
|
|
1378
1313
|
84,
|
|
1379
1314
|
79
|
|
@@ -1381,14 +1316,12 @@
|
|
|
1381
1316
|
},
|
|
1382
1317
|
{
|
|
1383
1318
|
"title": "Accessors",
|
|
1384
|
-
"kind": 262144,
|
|
1385
1319
|
"children": [
|
|
1386
1320
|
80
|
|
1387
1321
|
]
|
|
1388
1322
|
},
|
|
1389
1323
|
{
|
|
1390
1324
|
"title": "Methods",
|
|
1391
|
-
"kind": 2048,
|
|
1392
1325
|
"children": [
|
|
1393
1326
|
87
|
|
1394
1327
|
]
|
|
@@ -1398,7 +1331,8 @@
|
|
|
1398
1331
|
{
|
|
1399
1332
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1400
1333
|
"line": 19,
|
|
1401
|
-
"character": 13
|
|
1334
|
+
"character": 13,
|
|
1335
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L19"
|
|
1402
1336
|
}
|
|
1403
1337
|
]
|
|
1404
1338
|
},
|
|
@@ -1409,22 +1343,21 @@
|
|
|
1409
1343
|
"kindString": "Class",
|
|
1410
1344
|
"flags": {},
|
|
1411
1345
|
"comment": {
|
|
1412
|
-
"
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
"name": "Component",
|
|
1417
|
-
"type": {
|
|
1418
|
-
"type": "reference",
|
|
1419
|
-
"qualifiedName": "ComponentDecorator",
|
|
1420
|
-
"package": "@angular/core",
|
|
1421
|
-
"name": "Component"
|
|
1346
|
+
"summary": [
|
|
1347
|
+
{
|
|
1348
|
+
"kind": "text",
|
|
1349
|
+
"text": "Contains secondary actions specified with "
|
|
1422
1350
|
},
|
|
1423
|
-
|
|
1424
|
-
"
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "code",
|
|
1353
|
+
"text": "`sky-summary-action-bar-secondary-action`"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"kind": "text",
|
|
1357
|
+
"text": "\ncomponents."
|
|
1425
1358
|
}
|
|
1426
|
-
|
|
1427
|
-
|
|
1359
|
+
]
|
|
1360
|
+
},
|
|
1428
1361
|
"children": [
|
|
1429
1362
|
{
|
|
1430
1363
|
"id": 90,
|
|
@@ -1435,8 +1368,9 @@
|
|
|
1435
1368
|
"sources": [
|
|
1436
1369
|
{
|
|
1437
1370
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1438
|
-
"line":
|
|
1439
|
-
"character": 2
|
|
1371
|
+
"line": 44,
|
|
1372
|
+
"character": 2,
|
|
1373
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L44"
|
|
1440
1374
|
}
|
|
1441
1375
|
],
|
|
1442
1376
|
"signatures": [
|
|
@@ -1455,9 +1389,9 @@
|
|
|
1455
1389
|
"flags": {},
|
|
1456
1390
|
"type": {
|
|
1457
1391
|
"type": "reference",
|
|
1392
|
+
"name": "ChangeDetectorRef",
|
|
1458
1393
|
"qualifiedName": "ChangeDetectorRef",
|
|
1459
|
-
"package": "@angular/core"
|
|
1460
|
-
"name": "ChangeDetectorRef"
|
|
1394
|
+
"package": "@angular/core"
|
|
1461
1395
|
}
|
|
1462
1396
|
},
|
|
1463
1397
|
{
|
|
@@ -1470,17 +1404,6 @@
|
|
|
1470
1404
|
"type": "reference",
|
|
1471
1405
|
"name": "SkyMediaQueryService"
|
|
1472
1406
|
}
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"id": 94,
|
|
1476
|
-
"name": "viewportSvc",
|
|
1477
|
-
"kind": 32768,
|
|
1478
|
-
"kindString": "Parameter",
|
|
1479
|
-
"flags": {},
|
|
1480
|
-
"type": {
|
|
1481
|
-
"type": "reference",
|
|
1482
|
-
"name": "SkyAppViewportService"
|
|
1483
|
-
}
|
|
1484
1407
|
}
|
|
1485
1408
|
],
|
|
1486
1409
|
"type": {
|
|
@@ -1492,7 +1415,7 @@
|
|
|
1492
1415
|
]
|
|
1493
1416
|
},
|
|
1494
1417
|
{
|
|
1495
|
-
"id":
|
|
1418
|
+
"id": 96,
|
|
1496
1419
|
"name": "dropdownMessageStream",
|
|
1497
1420
|
"kind": 1024,
|
|
1498
1421
|
"kindString": "Property",
|
|
@@ -1502,8 +1425,9 @@
|
|
|
1502
1425
|
"sources": [
|
|
1503
1426
|
{
|
|
1504
1427
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1505
|
-
"line":
|
|
1506
|
-
"character": 9
|
|
1428
|
+
"line": 36,
|
|
1429
|
+
"character": 9,
|
|
1430
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L36"
|
|
1507
1431
|
}
|
|
1508
1432
|
],
|
|
1509
1433
|
"type": {
|
|
@@ -1514,15 +1438,15 @@
|
|
|
1514
1438
|
"name": "SkyDropdownMessage"
|
|
1515
1439
|
}
|
|
1516
1440
|
],
|
|
1441
|
+
"name": "Subject",
|
|
1517
1442
|
"qualifiedName": "Subject",
|
|
1518
|
-
"package": "rxjs"
|
|
1519
|
-
"name": "Subject"
|
|
1443
|
+
"package": "rxjs"
|
|
1520
1444
|
},
|
|
1521
1445
|
"defaultValue": "..."
|
|
1522
1446
|
},
|
|
1523
1447
|
{
|
|
1524
|
-
"id":
|
|
1525
|
-
"name": "
|
|
1448
|
+
"id": 95,
|
|
1449
|
+
"name": "isMobile",
|
|
1526
1450
|
"kind": 1024,
|
|
1527
1451
|
"kindString": "Property",
|
|
1528
1452
|
"flags": {
|
|
@@ -1531,8 +1455,9 @@
|
|
|
1531
1455
|
"sources": [
|
|
1532
1456
|
{
|
|
1533
1457
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1534
|
-
"line":
|
|
1535
|
-
"character": 9
|
|
1458
|
+
"line": 34,
|
|
1459
|
+
"character": 9,
|
|
1460
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L34"
|
|
1536
1461
|
}
|
|
1537
1462
|
],
|
|
1538
1463
|
"type": {
|
|
@@ -1542,32 +1467,19 @@
|
|
|
1542
1467
|
"defaultValue": "false"
|
|
1543
1468
|
},
|
|
1544
1469
|
{
|
|
1545
|
-
"id":
|
|
1470
|
+
"id": 94,
|
|
1546
1471
|
"name": "secondaryActionComponents",
|
|
1547
1472
|
"kind": 1024,
|
|
1548
1473
|
"kindString": "Property",
|
|
1549
1474
|
"flags": {
|
|
1550
1475
|
"isPublic": true
|
|
1551
1476
|
},
|
|
1552
|
-
"decorators": [
|
|
1553
|
-
{
|
|
1554
|
-
"name": "ContentChildren",
|
|
1555
|
-
"type": {
|
|
1556
|
-
"type": "reference",
|
|
1557
|
-
"qualifiedName": "ContentChildrenDecorator",
|
|
1558
|
-
"package": "@angular/core",
|
|
1559
|
-
"name": "ContentChildren"
|
|
1560
|
-
},
|
|
1561
|
-
"arguments": {
|
|
1562
|
-
"selector": "SkySummaryActionBarSecondaryActionComponent"
|
|
1563
|
-
}
|
|
1564
|
-
}
|
|
1565
|
-
],
|
|
1566
1477
|
"sources": [
|
|
1567
1478
|
{
|
|
1568
1479
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1569
|
-
"line":
|
|
1570
|
-
"character": 9
|
|
1480
|
+
"line": 30,
|
|
1481
|
+
"character": 9,
|
|
1482
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L30"
|
|
1571
1483
|
}
|
|
1572
1484
|
],
|
|
1573
1485
|
"type": {
|
|
@@ -1579,13 +1491,13 @@
|
|
|
1579
1491
|
"name": "SkySummaryActionBarSecondaryActionComponent"
|
|
1580
1492
|
}
|
|
1581
1493
|
],
|
|
1494
|
+
"name": "QueryList",
|
|
1582
1495
|
"qualifiedName": "QueryList",
|
|
1583
|
-
"package": "@angular/core"
|
|
1584
|
-
"name": "QueryList"
|
|
1496
|
+
"package": "@angular/core"
|
|
1585
1497
|
}
|
|
1586
1498
|
},
|
|
1587
1499
|
{
|
|
1588
|
-
"id":
|
|
1500
|
+
"id": 102,
|
|
1589
1501
|
"name": "ngAfterContentInit",
|
|
1590
1502
|
"kind": 2048,
|
|
1591
1503
|
"kindString": "Method",
|
|
@@ -1595,13 +1507,14 @@
|
|
|
1595
1507
|
"sources": [
|
|
1596
1508
|
{
|
|
1597
1509
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1598
|
-
"line":
|
|
1599
|
-
"character": 9
|
|
1510
|
+
"line": 52,
|
|
1511
|
+
"character": 9,
|
|
1512
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L52"
|
|
1600
1513
|
}
|
|
1601
1514
|
],
|
|
1602
1515
|
"signatures": [
|
|
1603
1516
|
{
|
|
1604
|
-
"id":
|
|
1517
|
+
"id": 103,
|
|
1605
1518
|
"name": "ngAfterContentInit",
|
|
1606
1519
|
"kind": 4096,
|
|
1607
1520
|
"kindString": "Call signature",
|
|
@@ -1622,7 +1535,7 @@
|
|
|
1622
1535
|
}
|
|
1623
1536
|
},
|
|
1624
1537
|
{
|
|
1625
|
-
"id":
|
|
1538
|
+
"id": 104,
|
|
1626
1539
|
"name": "ngOnDestroy",
|
|
1627
1540
|
"kind": 2048,
|
|
1628
1541
|
"kindString": "Method",
|
|
@@ -1632,13 +1545,14 @@
|
|
|
1632
1545
|
"sources": [
|
|
1633
1546
|
{
|
|
1634
1547
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1635
|
-
"line":
|
|
1636
|
-
"character": 9
|
|
1548
|
+
"line": 71,
|
|
1549
|
+
"character": 9,
|
|
1550
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L71"
|
|
1637
1551
|
}
|
|
1638
1552
|
],
|
|
1639
1553
|
"signatures": [
|
|
1640
1554
|
{
|
|
1641
|
-
"id":
|
|
1555
|
+
"id": 105,
|
|
1642
1556
|
"name": "ngOnDestroy",
|
|
1643
1557
|
"kind": 4096,
|
|
1644
1558
|
"kindString": "Call signature",
|
|
@@ -1662,48 +1576,46 @@
|
|
|
1662
1576
|
"groups": [
|
|
1663
1577
|
{
|
|
1664
1578
|
"title": "Constructors",
|
|
1665
|
-
"kind": 512,
|
|
1666
1579
|
"children": [
|
|
1667
1580
|
90
|
|
1668
1581
|
]
|
|
1669
1582
|
},
|
|
1670
1583
|
{
|
|
1671
1584
|
"title": "Properties",
|
|
1672
|
-
"kind": 1024,
|
|
1673
1585
|
"children": [
|
|
1674
|
-
97,
|
|
1675
1586
|
96,
|
|
1676
|
-
95
|
|
1587
|
+
95,
|
|
1588
|
+
94
|
|
1677
1589
|
]
|
|
1678
1590
|
},
|
|
1679
1591
|
{
|
|
1680
1592
|
"title": "Methods",
|
|
1681
|
-
"kind": 2048,
|
|
1682
1593
|
"children": [
|
|
1683
|
-
|
|
1684
|
-
|
|
1594
|
+
102,
|
|
1595
|
+
104
|
|
1685
1596
|
]
|
|
1686
1597
|
}
|
|
1687
1598
|
],
|
|
1688
1599
|
"sources": [
|
|
1689
1600
|
{
|
|
1690
1601
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1691
|
-
"line":
|
|
1692
|
-
"character": 13
|
|
1602
|
+
"line": 26,
|
|
1603
|
+
"character": 13,
|
|
1604
|
+
"url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L26"
|
|
1693
1605
|
}
|
|
1694
1606
|
],
|
|
1695
1607
|
"implementedTypes": [
|
|
1696
1608
|
{
|
|
1697
1609
|
"type": "reference",
|
|
1610
|
+
"name": "AfterContentInit",
|
|
1698
1611
|
"qualifiedName": "AfterContentInit",
|
|
1699
|
-
"package": "@angular/core"
|
|
1700
|
-
"name": "AfterContentInit"
|
|
1612
|
+
"package": "@angular/core"
|
|
1701
1613
|
},
|
|
1702
1614
|
{
|
|
1703
1615
|
"type": "reference",
|
|
1616
|
+
"name": "OnDestroy",
|
|
1704
1617
|
"qualifiedName": "OnDestroy",
|
|
1705
|
-
"package": "@angular/core"
|
|
1706
|
-
"name": "OnDestroy"
|
|
1618
|
+
"package": "@angular/core"
|
|
1707
1619
|
}
|
|
1708
1620
|
]
|
|
1709
1621
|
}
|
|
@@ -1711,7 +1623,6 @@
|
|
|
1711
1623
|
"groups": [
|
|
1712
1624
|
{
|
|
1713
1625
|
"title": "Modules",
|
|
1714
|
-
"kind": 2,
|
|
1715
1626
|
"children": [
|
|
1716
1627
|
1,
|
|
1717
1628
|
2
|