@skyux/action-bars 9.0.0-alpha.4 → 9.0.0-alpha.6
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 +1148 -542
- package/esm2022/lib/modules/summary-action-bar/summary-action-bar.module.mjs +1 -5
- package/fesm2022/skyux-action-bars.mjs +2 -5
- package/fesm2022/skyux-action-bars.mjs.map +1 -1
- package/lib/modules/summary-action-bar/summary-action-bar.module.d.ts +3 -4
- package/package.json +8 -8
package/documentation.json
CHANGED
|
@@ -12,35 +12,20 @@
|
|
|
12
12
|
"typedoc": {
|
|
13
13
|
"id": 0,
|
|
14
14
|
"name": "@skyux/action-bars",
|
|
15
|
+
"variant": "project",
|
|
15
16
|
"kind": 1,
|
|
16
17
|
"flags": {},
|
|
17
|
-
"originalName": "",
|
|
18
18
|
"children": [
|
|
19
19
|
{
|
|
20
20
|
"id": 3,
|
|
21
21
|
"name": "SkySummaryActionBarModule",
|
|
22
|
+
"variant": "declaration",
|
|
22
23
|
"kind": 128,
|
|
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
|
4
|
|
46
31
|
]
|
|
@@ -49,39 +34,38 @@
|
|
|
49
34
|
"sources": [
|
|
50
35
|
{
|
|
51
36
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.module.ts",
|
|
52
|
-
"line":
|
|
53
|
-
"character": 13
|
|
37
|
+
"line": 47,
|
|
38
|
+
"character": 13,
|
|
39
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.module.ts#L47"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"decorators": [
|
|
43
|
+
{
|
|
44
|
+
"name": "NgModule",
|
|
45
|
+
"arguments": {
|
|
46
|
+
"obj": "@NgModule({\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 SkyIconModule,\n SkyActionBarsResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkySummaryActionBarComponent,\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n})"
|
|
47
|
+
}
|
|
54
48
|
}
|
|
55
49
|
]
|
|
56
50
|
},
|
|
57
51
|
{
|
|
58
52
|
"id": 6,
|
|
59
53
|
"name": "SkySummaryActionBarSummaryComponent",
|
|
54
|
+
"variant": "declaration",
|
|
60
55
|
"kind": 128,
|
|
61
|
-
"kindString": "Class",
|
|
62
56
|
"flags": {},
|
|
63
57
|
"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}"
|
|
58
|
+
"summary": [
|
|
59
|
+
{
|
|
60
|
+
"kind": "text",
|
|
61
|
+
"text": "Specifies the summary information to display."
|
|
77
62
|
}
|
|
78
|
-
|
|
79
|
-
|
|
63
|
+
]
|
|
64
|
+
},
|
|
80
65
|
"children": [],
|
|
81
66
|
"groups": [
|
|
82
67
|
{
|
|
83
68
|
"title": "Constructors",
|
|
84
|
-
"kind": 512,
|
|
85
69
|
"children": [
|
|
86
70
|
7
|
|
87
71
|
]
|
|
@@ -91,136 +75,188 @@
|
|
|
91
75
|
{
|
|
92
76
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
|
|
93
77
|
"line": 11,
|
|
94
|
-
"character": 13
|
|
78
|
+
"character": 13,
|
|
79
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts#L11"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"decorators": [
|
|
83
|
+
{
|
|
84
|
+
"name": "Component",
|
|
85
|
+
"arguments": {
|
|
86
|
+
"obj": "@Component({\n selector: 'sky-summary-action-bar-summary',\n templateUrl: './summary-action-bar-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
87
|
+
}
|
|
95
88
|
}
|
|
96
89
|
]
|
|
97
90
|
},
|
|
98
91
|
{
|
|
99
92
|
"id": 9,
|
|
100
93
|
"name": "SkySummaryActionBarComponent",
|
|
94
|
+
"variant": "declaration",
|
|
101
95
|
"kind": 128,
|
|
102
|
-
"kindString": "Class",
|
|
103
96
|
"flags": {},
|
|
104
97
|
"comment": {
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"name": "Component",
|
|
110
|
-
"type": {
|
|
111
|
-
"type": "reference",
|
|
112
|
-
"qualifiedName": "ComponentDecorator",
|
|
113
|
-
"package": "@angular/core",
|
|
114
|
-
"name": "Component"
|
|
98
|
+
"summary": [
|
|
99
|
+
{
|
|
100
|
+
"kind": "text",
|
|
101
|
+
"text": "Contains the "
|
|
115
102
|
},
|
|
116
|
-
|
|
117
|
-
"
|
|
103
|
+
{
|
|
104
|
+
"kind": "code",
|
|
105
|
+
"text": "`sky-summary-action-bar-actions`"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"kind": "text",
|
|
109
|
+
"text": " and\n"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"kind": "code",
|
|
113
|
+
"text": "`sky-summary-action-bar-summary`"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"kind": "text",
|
|
117
|
+
"text": " components."
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
121
|
"children": [
|
|
122
122
|
{
|
|
123
123
|
"id": 10,
|
|
124
124
|
"name": "constructor",
|
|
125
|
+
"variant": "declaration",
|
|
125
126
|
"kind": 512,
|
|
126
|
-
"kindString": "Constructor",
|
|
127
127
|
"flags": {},
|
|
128
128
|
"sources": [
|
|
129
129
|
{
|
|
130
130
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
131
131
|
"line": 79,
|
|
132
|
-
"character": 2
|
|
132
|
+
"character": 2,
|
|
133
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L79"
|
|
133
134
|
}
|
|
134
135
|
],
|
|
135
136
|
"signatures": [
|
|
136
137
|
{
|
|
137
138
|
"id": 11,
|
|
138
139
|
"name": "SkySummaryActionBarComponent",
|
|
140
|
+
"variant": "signature",
|
|
139
141
|
"kind": 16384,
|
|
140
|
-
"kindString": "Constructor signature",
|
|
141
142
|
"flags": {},
|
|
143
|
+
"sources": [
|
|
144
|
+
{
|
|
145
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
146
|
+
"line": 79,
|
|
147
|
+
"character": 2,
|
|
148
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L79"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
142
151
|
"parameters": [
|
|
143
152
|
{
|
|
144
153
|
"id": 12,
|
|
145
154
|
"name": "adapterService",
|
|
155
|
+
"variant": "param",
|
|
146
156
|
"kind": 32768,
|
|
147
|
-
"kindString": "Parameter",
|
|
148
157
|
"flags": {},
|
|
149
158
|
"type": {
|
|
150
159
|
"type": "reference",
|
|
151
|
-
"
|
|
160
|
+
"target": {
|
|
161
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar-adapter.service.ts",
|
|
162
|
+
"qualifiedName": "SkySummaryActionBarAdapterService"
|
|
163
|
+
},
|
|
164
|
+
"name": "SkySummaryActionBarAdapterService",
|
|
165
|
+
"package": "@skyux/action-bars"
|
|
152
166
|
}
|
|
153
167
|
},
|
|
154
168
|
{
|
|
155
169
|
"id": 13,
|
|
156
170
|
"name": "changeDetector",
|
|
171
|
+
"variant": "param",
|
|
157
172
|
"kind": 32768,
|
|
158
|
-
"kindString": "Parameter",
|
|
159
173
|
"flags": {},
|
|
160
174
|
"type": {
|
|
161
175
|
"type": "reference",
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
176
|
+
"target": {
|
|
177
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
178
|
+
"qualifiedName": "ChangeDetectorRef"
|
|
179
|
+
},
|
|
180
|
+
"name": "ChangeDetectorRef",
|
|
181
|
+
"package": "@angular/core"
|
|
165
182
|
}
|
|
166
183
|
},
|
|
167
184
|
{
|
|
168
185
|
"id": 14,
|
|
169
186
|
"name": "elementRef",
|
|
187
|
+
"variant": "param",
|
|
170
188
|
"kind": 32768,
|
|
171
|
-
"kindString": "Parameter",
|
|
172
189
|
"flags": {},
|
|
173
190
|
"type": {
|
|
174
191
|
"type": "reference",
|
|
192
|
+
"target": {
|
|
193
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
194
|
+
"qualifiedName": "ElementRef"
|
|
195
|
+
},
|
|
175
196
|
"typeArguments": [
|
|
176
197
|
{
|
|
177
198
|
"type": "intrinsic",
|
|
178
199
|
"name": "any"
|
|
179
200
|
}
|
|
180
201
|
],
|
|
181
|
-
"
|
|
182
|
-
"package": "@angular/core"
|
|
183
|
-
"name": "ElementRef"
|
|
202
|
+
"name": "ElementRef",
|
|
203
|
+
"package": "@angular/core"
|
|
184
204
|
}
|
|
185
205
|
},
|
|
186
206
|
{
|
|
187
207
|
"id": 15,
|
|
188
208
|
"name": "mediaQueryService",
|
|
209
|
+
"variant": "param",
|
|
189
210
|
"kind": 32768,
|
|
190
|
-
"kindString": "Parameter",
|
|
191
211
|
"flags": {},
|
|
192
212
|
"type": {
|
|
193
213
|
"type": "reference",
|
|
194
|
-
"
|
|
214
|
+
"target": {
|
|
215
|
+
"sourceFileName": "libs/components/core/src/lib/modules/media-query/media-query.service.ts",
|
|
216
|
+
"qualifiedName": "SkyMediaQueryService"
|
|
217
|
+
},
|
|
218
|
+
"name": "SkyMediaQueryService",
|
|
219
|
+
"package": "@skyux/core"
|
|
195
220
|
}
|
|
196
221
|
},
|
|
197
222
|
{
|
|
198
223
|
"id": 16,
|
|
199
224
|
"name": "observerService",
|
|
225
|
+
"variant": "param",
|
|
200
226
|
"kind": 32768,
|
|
201
|
-
"kindString": "Parameter",
|
|
202
227
|
"flags": {},
|
|
203
228
|
"type": {
|
|
204
229
|
"type": "reference",
|
|
205
|
-
"
|
|
230
|
+
"target": {
|
|
231
|
+
"sourceFileName": "libs/components/core/src/lib/modules/mutation/mutation-observer-service.ts",
|
|
232
|
+
"qualifiedName": "SkyMutationObserverService"
|
|
233
|
+
},
|
|
234
|
+
"name": "SkyMutationObserverService",
|
|
235
|
+
"package": "@skyux/core"
|
|
206
236
|
}
|
|
207
237
|
},
|
|
208
238
|
{
|
|
209
239
|
"id": 17,
|
|
210
240
|
"name": "windowRef",
|
|
241
|
+
"variant": "param",
|
|
211
242
|
"kind": 32768,
|
|
212
|
-
"kindString": "Parameter",
|
|
213
243
|
"flags": {},
|
|
214
244
|
"type": {
|
|
215
245
|
"type": "reference",
|
|
216
|
-
"
|
|
246
|
+
"target": {
|
|
247
|
+
"sourceFileName": "libs/components/core/src/lib/modules/window/window-ref.ts",
|
|
248
|
+
"qualifiedName": "SkyAppWindowRef"
|
|
249
|
+
},
|
|
250
|
+
"name": "SkyAppWindowRef",
|
|
251
|
+
"package": "@skyux/core"
|
|
217
252
|
}
|
|
218
253
|
}
|
|
219
254
|
],
|
|
220
255
|
"type": {
|
|
221
256
|
"type": "reference",
|
|
222
|
-
"
|
|
223
|
-
"name": "SkySummaryActionBarComponent"
|
|
257
|
+
"target": 9,
|
|
258
|
+
"name": "SkySummaryActionBarComponent",
|
|
259
|
+
"package": "@skyux/action-bars"
|
|
224
260
|
}
|
|
225
261
|
}
|
|
226
262
|
]
|
|
@@ -228,51 +264,41 @@
|
|
|
228
264
|
{
|
|
229
265
|
"id": 26,
|
|
230
266
|
"name": "chevronElementRef",
|
|
267
|
+
"variant": "declaration",
|
|
231
268
|
"kind": 1024,
|
|
232
|
-
"kindString": "Property",
|
|
233
269
|
"flags": {
|
|
234
270
|
"isPublic": true
|
|
235
271
|
},
|
|
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
272
|
"sources": [
|
|
252
273
|
{
|
|
253
274
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
254
275
|
"line": 66,
|
|
255
|
-
"character": 9
|
|
276
|
+
"character": 9,
|
|
277
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L66"
|
|
256
278
|
}
|
|
257
279
|
],
|
|
258
280
|
"type": {
|
|
259
281
|
"type": "reference",
|
|
282
|
+
"target": {
|
|
283
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
284
|
+
"qualifiedName": "ElementRef"
|
|
285
|
+
},
|
|
260
286
|
"typeArguments": [
|
|
261
287
|
{
|
|
262
288
|
"type": "intrinsic",
|
|
263
289
|
"name": "any"
|
|
264
290
|
}
|
|
265
291
|
],
|
|
266
|
-
"
|
|
267
|
-
"package": "@angular/core"
|
|
268
|
-
|
|
269
|
-
|
|
292
|
+
"name": "ElementRef",
|
|
293
|
+
"package": "@angular/core"
|
|
294
|
+
},
|
|
295
|
+
"decorators": []
|
|
270
296
|
},
|
|
271
297
|
{
|
|
272
298
|
"id": 18,
|
|
273
299
|
"name": "isSummaryCollapsed",
|
|
300
|
+
"variant": "declaration",
|
|
274
301
|
"kind": 1024,
|
|
275
|
-
"kindString": "Property",
|
|
276
302
|
"flags": {
|
|
277
303
|
"isPublic": true
|
|
278
304
|
},
|
|
@@ -280,20 +306,48 @@
|
|
|
280
306
|
{
|
|
281
307
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
282
308
|
"line": 47,
|
|
283
|
-
"character": 9
|
|
309
|
+
"character": 9,
|
|
310
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L47"
|
|
284
311
|
}
|
|
285
312
|
],
|
|
286
313
|
"type": {
|
|
287
314
|
"type": "intrinsic",
|
|
288
315
|
"name": "boolean"
|
|
289
316
|
},
|
|
290
|
-
"defaultValue": "false"
|
|
317
|
+
"defaultValue": "false",
|
|
318
|
+
"decorators": []
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": 36,
|
|
322
|
+
"name": "mediaQueryService",
|
|
323
|
+
"variant": "declaration",
|
|
324
|
+
"kind": 1024,
|
|
325
|
+
"flags": {
|
|
326
|
+
"isPublic": true
|
|
327
|
+
},
|
|
328
|
+
"sources": [
|
|
329
|
+
{
|
|
330
|
+
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
331
|
+
"line": 83,
|
|
332
|
+
"character": 11,
|
|
333
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L83"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"type": {
|
|
337
|
+
"type": "reference",
|
|
338
|
+
"target": {
|
|
339
|
+
"sourceFileName": "libs/components/core/src/lib/modules/media-query/media-query.service.ts",
|
|
340
|
+
"qualifiedName": "SkyMediaQueryService"
|
|
341
|
+
},
|
|
342
|
+
"name": "SkyMediaQueryService",
|
|
343
|
+
"package": "@skyux/core"
|
|
344
|
+
}
|
|
291
345
|
},
|
|
292
346
|
{
|
|
293
347
|
"id": 20,
|
|
294
348
|
"name": "slideDirection",
|
|
349
|
+
"variant": "declaration",
|
|
295
350
|
"kind": 1024,
|
|
296
|
-
"kindString": "Property",
|
|
297
351
|
"flags": {
|
|
298
352
|
"isPublic": true
|
|
299
353
|
},
|
|
@@ -301,20 +355,22 @@
|
|
|
301
355
|
{
|
|
302
356
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
303
357
|
"line": 51,
|
|
304
|
-
"character": 9
|
|
358
|
+
"character": 9,
|
|
359
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L51"
|
|
305
360
|
}
|
|
306
361
|
],
|
|
307
362
|
"type": {
|
|
308
363
|
"type": "intrinsic",
|
|
309
364
|
"name": "string"
|
|
310
365
|
},
|
|
311
|
-
"defaultValue": "'down'"
|
|
366
|
+
"defaultValue": "'down'",
|
|
367
|
+
"decorators": []
|
|
312
368
|
},
|
|
313
369
|
{
|
|
314
370
|
"id": 21,
|
|
315
371
|
"name": "summaryId",
|
|
372
|
+
"variant": "declaration",
|
|
316
373
|
"kind": 1024,
|
|
317
|
-
"kindString": "Property",
|
|
318
374
|
"flags": {
|
|
319
375
|
"isPublic": true
|
|
320
376
|
},
|
|
@@ -322,20 +378,22 @@
|
|
|
322
378
|
{
|
|
323
379
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
324
380
|
"line": 53,
|
|
325
|
-
"character": 9
|
|
381
|
+
"character": 9,
|
|
382
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L53"
|
|
326
383
|
}
|
|
327
384
|
],
|
|
328
385
|
"type": {
|
|
329
386
|
"type": "intrinsic",
|
|
330
387
|
"name": "string"
|
|
331
388
|
},
|
|
332
|
-
"defaultValue": "..."
|
|
389
|
+
"defaultValue": "...",
|
|
390
|
+
"decorators": []
|
|
333
391
|
},
|
|
334
392
|
{
|
|
335
393
|
"id": 19,
|
|
336
394
|
"name": "type",
|
|
395
|
+
"variant": "declaration",
|
|
337
396
|
"kind": 1024,
|
|
338
|
-
"kindString": "Property",
|
|
339
397
|
"flags": {
|
|
340
398
|
"isPublic": true
|
|
341
399
|
},
|
|
@@ -343,105 +401,123 @@
|
|
|
343
401
|
{
|
|
344
402
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
345
403
|
"line": 49,
|
|
346
|
-
"character": 9
|
|
404
|
+
"character": 9,
|
|
405
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L49"
|
|
347
406
|
}
|
|
348
407
|
],
|
|
349
408
|
"type": {
|
|
350
409
|
"type": "reference",
|
|
351
|
-
"
|
|
352
|
-
|
|
410
|
+
"target": {
|
|
411
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/types/summary-action-bar-type.ts",
|
|
412
|
+
"qualifiedName": "SkySummaryActionBarType"
|
|
413
|
+
},
|
|
414
|
+
"name": "SkySummaryActionBarType",
|
|
415
|
+
"package": "@skyux/action-bars"
|
|
416
|
+
},
|
|
417
|
+
"decorators": []
|
|
353
418
|
},
|
|
354
419
|
{
|
|
355
420
|
"id": 22,
|
|
356
421
|
"name": "summaryElement",
|
|
422
|
+
"variant": "declaration",
|
|
357
423
|
"kind": 262144,
|
|
358
|
-
"kindString": "Accessor",
|
|
359
424
|
"flags": {
|
|
360
425
|
"isPublic": true
|
|
361
426
|
},
|
|
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
427
|
"sources": [
|
|
378
428
|
{
|
|
379
429
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
380
430
|
"line": 56,
|
|
381
|
-
"character": 13
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"getSignature": [
|
|
431
|
+
"character": 13,
|
|
432
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L56"
|
|
433
|
+
},
|
|
385
434
|
{
|
|
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
|
-
}
|
|
435
|
+
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
436
|
+
"line": 61,
|
|
437
|
+
"character": 13,
|
|
438
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L61"
|
|
403
439
|
}
|
|
404
440
|
],
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
441
|
+
"getSignature": {
|
|
442
|
+
"id": 23,
|
|
443
|
+
"name": "summaryElement",
|
|
444
|
+
"variant": "signature",
|
|
445
|
+
"kind": 524288,
|
|
446
|
+
"flags": {},
|
|
447
|
+
"sources": [
|
|
448
|
+
{
|
|
449
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
450
|
+
"line": 61,
|
|
451
|
+
"character": 2,
|
|
452
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L61"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"type": {
|
|
456
|
+
"type": "reference",
|
|
457
|
+
"target": {
|
|
458
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
459
|
+
"qualifiedName": "ElementRef"
|
|
460
|
+
},
|
|
461
|
+
"typeArguments": [
|
|
413
462
|
{
|
|
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
|
-
}
|
|
463
|
+
"type": "intrinsic",
|
|
464
|
+
"name": "any"
|
|
431
465
|
}
|
|
432
466
|
],
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
467
|
+
"name": "ElementRef",
|
|
468
|
+
"package": "@angular/core"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"setSignature": {
|
|
472
|
+
"id": 24,
|
|
473
|
+
"name": "summaryElement",
|
|
474
|
+
"variant": "signature",
|
|
475
|
+
"kind": 1048576,
|
|
476
|
+
"flags": {},
|
|
477
|
+
"sources": [
|
|
478
|
+
{
|
|
479
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
480
|
+
"line": 55,
|
|
481
|
+
"character": 2,
|
|
482
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L55"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"parameters": [
|
|
486
|
+
{
|
|
487
|
+
"id": 25,
|
|
488
|
+
"name": "element",
|
|
489
|
+
"variant": "param",
|
|
490
|
+
"kind": 32768,
|
|
491
|
+
"flags": {},
|
|
492
|
+
"type": {
|
|
493
|
+
"type": "reference",
|
|
494
|
+
"target": {
|
|
495
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
496
|
+
"qualifiedName": "ElementRef"
|
|
497
|
+
},
|
|
498
|
+
"typeArguments": [
|
|
499
|
+
{
|
|
500
|
+
"type": "intrinsic",
|
|
501
|
+
"name": "any"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"name": "ElementRef",
|
|
505
|
+
"package": "@angular/core"
|
|
506
|
+
}
|
|
436
507
|
}
|
|
508
|
+
],
|
|
509
|
+
"type": {
|
|
510
|
+
"type": "intrinsic",
|
|
511
|
+
"name": "void"
|
|
437
512
|
}
|
|
438
|
-
|
|
513
|
+
},
|
|
514
|
+
"decorators": []
|
|
439
515
|
},
|
|
440
516
|
{
|
|
441
517
|
"id": 37,
|
|
442
518
|
"name": "ngAfterViewInit",
|
|
519
|
+
"variant": "declaration",
|
|
443
520
|
"kind": 2048,
|
|
444
|
-
"kindString": "Method",
|
|
445
521
|
"flags": {
|
|
446
522
|
"isPublic": true
|
|
447
523
|
},
|
|
@@ -449,36 +525,48 @@
|
|
|
449
525
|
{
|
|
450
526
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
451
527
|
"line": 94,
|
|
452
|
-
"character": 9
|
|
528
|
+
"character": 9,
|
|
529
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L94"
|
|
453
530
|
}
|
|
454
531
|
],
|
|
455
532
|
"signatures": [
|
|
456
533
|
{
|
|
457
534
|
"id": 38,
|
|
458
535
|
"name": "ngAfterViewInit",
|
|
536
|
+
"variant": "signature",
|
|
459
537
|
"kind": 4096,
|
|
460
|
-
"kindString": "Call signature",
|
|
461
538
|
"flags": {},
|
|
539
|
+
"sources": [
|
|
540
|
+
{
|
|
541
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
542
|
+
"line": 94,
|
|
543
|
+
"character": 2,
|
|
544
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L94"
|
|
545
|
+
}
|
|
546
|
+
],
|
|
462
547
|
"type": {
|
|
463
548
|
"type": "intrinsic",
|
|
464
549
|
"name": "void"
|
|
465
550
|
},
|
|
466
551
|
"implementationOf": {
|
|
467
552
|
"type": "reference",
|
|
553
|
+
"target": -1,
|
|
468
554
|
"name": "AfterViewInit.ngAfterViewInit"
|
|
469
555
|
}
|
|
470
556
|
}
|
|
471
557
|
],
|
|
472
558
|
"implementationOf": {
|
|
473
559
|
"type": "reference",
|
|
560
|
+
"target": -1,
|
|
474
561
|
"name": "AfterViewInit.ngAfterViewInit"
|
|
475
|
-
}
|
|
562
|
+
},
|
|
563
|
+
"decorators": []
|
|
476
564
|
},
|
|
477
565
|
{
|
|
478
566
|
"id": 39,
|
|
479
567
|
"name": "ngOnDestroy",
|
|
568
|
+
"variant": "declaration",
|
|
480
569
|
"kind": 2048,
|
|
481
|
-
"kindString": "Method",
|
|
482
570
|
"flags": {
|
|
483
571
|
"isPublic": true
|
|
484
572
|
},
|
|
@@ -486,36 +574,48 @@
|
|
|
486
574
|
{
|
|
487
575
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
488
576
|
"line": 129,
|
|
489
|
-
"character": 9
|
|
577
|
+
"character": 9,
|
|
578
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L129"
|
|
490
579
|
}
|
|
491
580
|
],
|
|
492
581
|
"signatures": [
|
|
493
582
|
{
|
|
494
583
|
"id": 40,
|
|
495
584
|
"name": "ngOnDestroy",
|
|
585
|
+
"variant": "signature",
|
|
496
586
|
"kind": 4096,
|
|
497
|
-
"kindString": "Call signature",
|
|
498
587
|
"flags": {},
|
|
588
|
+
"sources": [
|
|
589
|
+
{
|
|
590
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
591
|
+
"line": 129,
|
|
592
|
+
"character": 2,
|
|
593
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L129"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
499
596
|
"type": {
|
|
500
597
|
"type": "intrinsic",
|
|
501
598
|
"name": "void"
|
|
502
599
|
},
|
|
503
600
|
"implementationOf": {
|
|
504
601
|
"type": "reference",
|
|
602
|
+
"target": -1,
|
|
505
603
|
"name": "OnDestroy.ngOnDestroy"
|
|
506
604
|
}
|
|
507
605
|
}
|
|
508
606
|
],
|
|
509
607
|
"implementationOf": {
|
|
510
608
|
"type": "reference",
|
|
609
|
+
"target": -1,
|
|
511
610
|
"name": "OnDestroy.ngOnDestroy"
|
|
512
|
-
}
|
|
611
|
+
},
|
|
612
|
+
"decorators": []
|
|
513
613
|
},
|
|
514
614
|
{
|
|
515
615
|
"id": 41,
|
|
516
616
|
"name": "onDirectionChange",
|
|
617
|
+
"variant": "declaration",
|
|
517
618
|
"kind": 2048,
|
|
518
|
-
"kindString": "Method",
|
|
519
619
|
"flags": {
|
|
520
620
|
"isPublic": true
|
|
521
621
|
},
|
|
@@ -523,22 +623,31 @@
|
|
|
523
623
|
{
|
|
524
624
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
525
625
|
"line": 148,
|
|
526
|
-
"character": 9
|
|
626
|
+
"character": 9,
|
|
627
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L148"
|
|
527
628
|
}
|
|
528
629
|
],
|
|
529
630
|
"signatures": [
|
|
530
631
|
{
|
|
531
632
|
"id": 42,
|
|
532
633
|
"name": "onDirectionChange",
|
|
634
|
+
"variant": "signature",
|
|
533
635
|
"kind": 4096,
|
|
534
|
-
"kindString": "Call signature",
|
|
535
636
|
"flags": {},
|
|
637
|
+
"sources": [
|
|
638
|
+
{
|
|
639
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
640
|
+
"line": 148,
|
|
641
|
+
"character": 2,
|
|
642
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L148"
|
|
643
|
+
}
|
|
644
|
+
],
|
|
536
645
|
"parameters": [
|
|
537
646
|
{
|
|
538
647
|
"id": 43,
|
|
539
648
|
"name": "direction",
|
|
649
|
+
"variant": "param",
|
|
540
650
|
"kind": 32768,
|
|
541
|
-
"kindString": "Parameter",
|
|
542
651
|
"flags": {},
|
|
543
652
|
"type": {
|
|
544
653
|
"type": "intrinsic",
|
|
@@ -551,13 +660,14 @@
|
|
|
551
660
|
"name": "void"
|
|
552
661
|
}
|
|
553
662
|
}
|
|
554
|
-
]
|
|
663
|
+
],
|
|
664
|
+
"decorators": []
|
|
555
665
|
},
|
|
556
666
|
{
|
|
557
667
|
"id": 53,
|
|
558
668
|
"name": "setupTabListener",
|
|
669
|
+
"variant": "declaration",
|
|
559
670
|
"kind": 2048,
|
|
560
|
-
"kindString": "Method",
|
|
561
671
|
"flags": {
|
|
562
672
|
"isPublic": true
|
|
563
673
|
},
|
|
@@ -565,28 +675,38 @@
|
|
|
565
675
|
{
|
|
566
676
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
567
677
|
"line": 200,
|
|
568
|
-
"character": 9
|
|
678
|
+
"character": 9,
|
|
679
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L200"
|
|
569
680
|
}
|
|
570
681
|
],
|
|
571
682
|
"signatures": [
|
|
572
683
|
{
|
|
573
684
|
"id": 54,
|
|
574
685
|
"name": "setupTabListener",
|
|
686
|
+
"variant": "signature",
|
|
575
687
|
"kind": 4096,
|
|
576
|
-
"kindString": "Call signature",
|
|
577
688
|
"flags": {},
|
|
689
|
+
"sources": [
|
|
690
|
+
{
|
|
691
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
692
|
+
"line": 200,
|
|
693
|
+
"character": 2,
|
|
694
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L200"
|
|
695
|
+
}
|
|
696
|
+
],
|
|
578
697
|
"type": {
|
|
579
698
|
"type": "intrinsic",
|
|
580
699
|
"name": "void"
|
|
581
700
|
}
|
|
582
701
|
}
|
|
583
|
-
]
|
|
702
|
+
],
|
|
703
|
+
"decorators": []
|
|
584
704
|
},
|
|
585
705
|
{
|
|
586
706
|
"id": 44,
|
|
587
707
|
"name": "summaryContentExists",
|
|
708
|
+
"variant": "declaration",
|
|
588
709
|
"kind": 2048,
|
|
589
|
-
"kindString": "Method",
|
|
590
710
|
"flags": {
|
|
591
711
|
"isPublic": true
|
|
592
712
|
},
|
|
@@ -594,28 +714,38 @@
|
|
|
594
714
|
{
|
|
595
715
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
596
716
|
"line": 152,
|
|
597
|
-
"character": 9
|
|
717
|
+
"character": 9,
|
|
718
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L152"
|
|
598
719
|
}
|
|
599
720
|
],
|
|
600
721
|
"signatures": [
|
|
601
722
|
{
|
|
602
723
|
"id": 45,
|
|
603
724
|
"name": "summaryContentExists",
|
|
725
|
+
"variant": "signature",
|
|
604
726
|
"kind": 4096,
|
|
605
|
-
"kindString": "Call signature",
|
|
606
727
|
"flags": {},
|
|
728
|
+
"sources": [
|
|
729
|
+
{
|
|
730
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
731
|
+
"line": 152,
|
|
732
|
+
"character": 2,
|
|
733
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L152"
|
|
734
|
+
}
|
|
735
|
+
],
|
|
607
736
|
"type": {
|
|
608
737
|
"type": "intrinsic",
|
|
609
738
|
"name": "boolean"
|
|
610
739
|
}
|
|
611
740
|
}
|
|
612
|
-
]
|
|
741
|
+
],
|
|
742
|
+
"decorators": []
|
|
613
743
|
},
|
|
614
744
|
{
|
|
615
745
|
"id": 46,
|
|
616
746
|
"name": "summaryTransitionEnd",
|
|
747
|
+
"variant": "declaration",
|
|
617
748
|
"kind": 2048,
|
|
618
|
-
"kindString": "Method",
|
|
619
749
|
"flags": {
|
|
620
750
|
"isPublic": true
|
|
621
751
|
},
|
|
@@ -623,28 +753,40 @@
|
|
|
623
753
|
{
|
|
624
754
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
625
755
|
"line": 157,
|
|
626
|
-
"character": 9
|
|
756
|
+
"character": 9,
|
|
757
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L157"
|
|
627
758
|
}
|
|
628
759
|
],
|
|
629
760
|
"signatures": [
|
|
630
761
|
{
|
|
631
762
|
"id": 47,
|
|
632
763
|
"name": "summaryTransitionEnd",
|
|
764
|
+
"variant": "signature",
|
|
633
765
|
"kind": 4096,
|
|
634
|
-
"kindString": "Call signature",
|
|
635
766
|
"flags": {},
|
|
767
|
+
"sources": [
|
|
768
|
+
{
|
|
769
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
770
|
+
"line": 157,
|
|
771
|
+
"character": 2,
|
|
772
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L157"
|
|
773
|
+
}
|
|
774
|
+
],
|
|
636
775
|
"parameters": [
|
|
637
776
|
{
|
|
638
777
|
"id": 48,
|
|
639
778
|
"name": "animationEvent",
|
|
779
|
+
"variant": "param",
|
|
640
780
|
"kind": 32768,
|
|
641
|
-
"kindString": "Parameter",
|
|
642
781
|
"flags": {},
|
|
643
782
|
"type": {
|
|
644
783
|
"type": "reference",
|
|
645
|
-
"
|
|
646
|
-
|
|
647
|
-
|
|
784
|
+
"target": {
|
|
785
|
+
"sourceFileName": "node_modules/@angular/animations/index.d.ts",
|
|
786
|
+
"qualifiedName": "AnimationEvent_2"
|
|
787
|
+
},
|
|
788
|
+
"name": "AnimationEvent_2",
|
|
789
|
+
"package": "@angular/animations"
|
|
648
790
|
}
|
|
649
791
|
}
|
|
650
792
|
],
|
|
@@ -653,13 +795,14 @@
|
|
|
653
795
|
"name": "void"
|
|
654
796
|
}
|
|
655
797
|
}
|
|
656
|
-
]
|
|
798
|
+
],
|
|
799
|
+
"decorators": []
|
|
657
800
|
},
|
|
658
801
|
{
|
|
659
802
|
"id": 49,
|
|
660
803
|
"name": "summaryTransitionStart",
|
|
804
|
+
"variant": "declaration",
|
|
661
805
|
"kind": 2048,
|
|
662
|
-
"kindString": "Method",
|
|
663
806
|
"flags": {
|
|
664
807
|
"isPublic": true
|
|
665
808
|
},
|
|
@@ -667,35 +810,43 @@
|
|
|
667
810
|
{
|
|
668
811
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
669
812
|
"line": 182,
|
|
670
|
-
"character": 9
|
|
813
|
+
"character": 9,
|
|
814
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L182"
|
|
671
815
|
}
|
|
672
816
|
],
|
|
673
817
|
"signatures": [
|
|
674
818
|
{
|
|
675
819
|
"id": 50,
|
|
676
820
|
"name": "summaryTransitionStart",
|
|
821
|
+
"variant": "signature",
|
|
677
822
|
"kind": 4096,
|
|
678
|
-
"kindString": "Call signature",
|
|
679
823
|
"flags": {},
|
|
824
|
+
"sources": [
|
|
825
|
+
{
|
|
826
|
+
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
827
|
+
"line": 182,
|
|
828
|
+
"character": 2,
|
|
829
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L182"
|
|
830
|
+
}
|
|
831
|
+
],
|
|
680
832
|
"type": {
|
|
681
833
|
"type": "intrinsic",
|
|
682
834
|
"name": "void"
|
|
683
835
|
}
|
|
684
836
|
}
|
|
685
|
-
]
|
|
837
|
+
],
|
|
838
|
+
"decorators": []
|
|
686
839
|
}
|
|
687
840
|
],
|
|
688
841
|
"groups": [
|
|
689
842
|
{
|
|
690
843
|
"title": "Constructors",
|
|
691
|
-
"kind": 512,
|
|
692
844
|
"children": [
|
|
693
845
|
10
|
|
694
846
|
]
|
|
695
847
|
},
|
|
696
848
|
{
|
|
697
849
|
"title": "Properties",
|
|
698
|
-
"kind": 1024,
|
|
699
850
|
"children": [
|
|
700
851
|
26,
|
|
701
852
|
18,
|
|
@@ -707,14 +858,12 @@
|
|
|
707
858
|
},
|
|
708
859
|
{
|
|
709
860
|
"title": "Accessors",
|
|
710
|
-
"kind": 262144,
|
|
711
861
|
"children": [
|
|
712
862
|
22
|
|
713
863
|
]
|
|
714
864
|
},
|
|
715
865
|
{
|
|
716
866
|
"title": "Methods",
|
|
717
|
-
"kind": 2048,
|
|
718
867
|
"children": [
|
|
719
868
|
37,
|
|
720
869
|
39,
|
|
@@ -730,52 +879,65 @@
|
|
|
730
879
|
{
|
|
731
880
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
732
881
|
"line": 46,
|
|
733
|
-
"character": 13
|
|
882
|
+
"character": 13,
|
|
883
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L46"
|
|
734
884
|
}
|
|
735
885
|
],
|
|
736
886
|
"implementedTypes": [
|
|
737
887
|
{
|
|
738
888
|
"type": "reference",
|
|
739
|
-
"
|
|
740
|
-
|
|
741
|
-
|
|
889
|
+
"target": {
|
|
890
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
891
|
+
"qualifiedName": "AfterViewInit"
|
|
892
|
+
},
|
|
893
|
+
"name": "AfterViewInit",
|
|
894
|
+
"package": "@angular/core"
|
|
742
895
|
},
|
|
743
896
|
{
|
|
744
897
|
"type": "reference",
|
|
745
|
-
"
|
|
746
|
-
|
|
747
|
-
|
|
898
|
+
"target": {
|
|
899
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
900
|
+
"qualifiedName": "OnDestroy"
|
|
901
|
+
},
|
|
902
|
+
"name": "OnDestroy",
|
|
903
|
+
"package": "@angular/core"
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"decorators": [
|
|
907
|
+
{
|
|
908
|
+
"name": "Component",
|
|
909
|
+
"arguments": {
|
|
910
|
+
"obj": "@Component({\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})"
|
|
911
|
+
}
|
|
748
912
|
}
|
|
749
913
|
]
|
|
750
914
|
},
|
|
751
915
|
{
|
|
752
916
|
"id": 61,
|
|
753
917
|
"name": "SkySummaryActionBarActionsComponent",
|
|
918
|
+
"variant": "declaration",
|
|
754
919
|
"kind": 128,
|
|
755
|
-
"kindString": "Class",
|
|
756
920
|
"flags": {},
|
|
757
921
|
"comment": {
|
|
758
|
-
"
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
"name": "Component",
|
|
763
|
-
"type": {
|
|
764
|
-
"type": "reference",
|
|
765
|
-
"qualifiedName": "ComponentDecorator",
|
|
766
|
-
"package": "@angular/core",
|
|
767
|
-
"name": "Component"
|
|
922
|
+
"summary": [
|
|
923
|
+
{
|
|
924
|
+
"kind": "text",
|
|
925
|
+
"text": "Contains actions for the "
|
|
768
926
|
},
|
|
769
|
-
|
|
770
|
-
"
|
|
927
|
+
{
|
|
928
|
+
"kind": "code",
|
|
929
|
+
"text": "`sky-summary-action-bar`"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "text",
|
|
933
|
+
"text": " component."
|
|
771
934
|
}
|
|
772
|
-
|
|
773
|
-
|
|
935
|
+
]
|
|
936
|
+
},
|
|
774
937
|
"children": [],
|
|
775
938
|
"groups": [
|
|
776
939
|
{
|
|
777
940
|
"title": "Constructors",
|
|
778
|
-
"kind": 512,
|
|
779
941
|
"children": [
|
|
780
942
|
62
|
|
781
943
|
]
|
|
@@ -785,119 +947,120 @@
|
|
|
785
947
|
{
|
|
786
948
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
|
|
787
949
|
"line": 12,
|
|
788
|
-
"character": 13
|
|
950
|
+
"character": 13,
|
|
951
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts#L12"
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
"decorators": [
|
|
955
|
+
{
|
|
956
|
+
"name": "Component",
|
|
957
|
+
"arguments": {
|
|
958
|
+
"obj": "@Component({\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})"
|
|
959
|
+
}
|
|
789
960
|
}
|
|
790
961
|
]
|
|
791
962
|
},
|
|
792
963
|
{
|
|
793
964
|
"id": 64,
|
|
794
965
|
"name": "SkySummaryActionBarCancelComponent",
|
|
966
|
+
"variant": "declaration",
|
|
795
967
|
"kind": 128,
|
|
796
|
-
"kindString": "Class",
|
|
797
968
|
"flags": {},
|
|
798
969
|
"comment": {
|
|
799
|
-
"
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
"name": "Component",
|
|
804
|
-
"type": {
|
|
805
|
-
"type": "reference",
|
|
806
|
-
"qualifiedName": "ComponentDecorator",
|
|
807
|
-
"package": "@angular/core",
|
|
808
|
-
"name": "Component"
|
|
809
|
-
},
|
|
810
|
-
"arguments": {
|
|
811
|
-
"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}"
|
|
970
|
+
"summary": [
|
|
971
|
+
{
|
|
972
|
+
"kind": "text",
|
|
973
|
+
"text": "Displays a cancel action."
|
|
812
974
|
}
|
|
813
|
-
|
|
814
|
-
|
|
975
|
+
]
|
|
976
|
+
},
|
|
815
977
|
"children": [
|
|
816
978
|
{
|
|
817
979
|
"id": 68,
|
|
818
980
|
"name": "actionClick",
|
|
981
|
+
"variant": "declaration",
|
|
819
982
|
"kind": 1024,
|
|
820
|
-
"kindString": "Property",
|
|
821
983
|
"flags": {
|
|
822
984
|
"isPublic": true
|
|
823
985
|
},
|
|
824
986
|
"comment": {
|
|
825
|
-
"
|
|
987
|
+
"summary": [
|
|
988
|
+
{
|
|
989
|
+
"kind": "text",
|
|
990
|
+
"text": "Fires when users select the cancel action."
|
|
991
|
+
}
|
|
992
|
+
]
|
|
826
993
|
},
|
|
827
|
-
"decorators": [
|
|
828
|
-
{
|
|
829
|
-
"name": "Output",
|
|
830
|
-
"type": {
|
|
831
|
-
"type": "reference",
|
|
832
|
-
"qualifiedName": "OutputDecorator",
|
|
833
|
-
"package": "@angular/core",
|
|
834
|
-
"name": "Output"
|
|
835
|
-
},
|
|
836
|
-
"arguments": {}
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
994
|
"sources": [
|
|
840
995
|
{
|
|
841
996
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
842
997
|
"line": 29,
|
|
843
|
-
"character": 9
|
|
998
|
+
"character": 9,
|
|
999
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L29"
|
|
844
1000
|
}
|
|
845
1001
|
],
|
|
846
1002
|
"type": {
|
|
847
1003
|
"type": "reference",
|
|
1004
|
+
"target": {
|
|
1005
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1006
|
+
"qualifiedName": "EventEmitter"
|
|
1007
|
+
},
|
|
848
1008
|
"typeArguments": [
|
|
849
1009
|
{
|
|
850
1010
|
"type": "intrinsic",
|
|
851
1011
|
"name": "void"
|
|
852
1012
|
}
|
|
853
1013
|
],
|
|
854
|
-
"
|
|
855
|
-
"package": "@angular/core"
|
|
856
|
-
"name": "EventEmitter"
|
|
1014
|
+
"name": "EventEmitter",
|
|
1015
|
+
"package": "@angular/core"
|
|
857
1016
|
},
|
|
858
|
-
"defaultValue": "..."
|
|
1017
|
+
"defaultValue": "...",
|
|
1018
|
+
"decorators": [
|
|
1019
|
+
{
|
|
1020
|
+
"name": "Output"
|
|
1021
|
+
}
|
|
1022
|
+
]
|
|
859
1023
|
},
|
|
860
1024
|
{
|
|
861
1025
|
"id": 67,
|
|
862
1026
|
"name": "disabled",
|
|
1027
|
+
"variant": "declaration",
|
|
863
1028
|
"kind": 1024,
|
|
864
|
-
"kindString": "Property",
|
|
865
1029
|
"flags": {
|
|
866
1030
|
"isPublic": true
|
|
867
1031
|
},
|
|
868
1032
|
"comment": {
|
|
869
|
-
"
|
|
1033
|
+
"summary": [
|
|
1034
|
+
{
|
|
1035
|
+
"kind": "text",
|
|
1036
|
+
"text": "Whether to disable the cancel action."
|
|
1037
|
+
}
|
|
1038
|
+
]
|
|
870
1039
|
},
|
|
871
|
-
"decorators": [
|
|
872
|
-
{
|
|
873
|
-
"name": "Input",
|
|
874
|
-
"type": {
|
|
875
|
-
"type": "reference",
|
|
876
|
-
"qualifiedName": "InputDecorator",
|
|
877
|
-
"package": "@angular/core",
|
|
878
|
-
"name": "Input"
|
|
879
|
-
},
|
|
880
|
-
"arguments": {}
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
1040
|
"sources": [
|
|
884
1041
|
{
|
|
885
1042
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
886
1043
|
"line": 23,
|
|
887
|
-
"character": 9
|
|
1044
|
+
"character": 9,
|
|
1045
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L23"
|
|
888
1046
|
}
|
|
889
1047
|
],
|
|
890
1048
|
"type": {
|
|
891
1049
|
"type": "intrinsic",
|
|
892
1050
|
"name": "boolean"
|
|
893
1051
|
},
|
|
894
|
-
"defaultValue": "false"
|
|
1052
|
+
"defaultValue": "false",
|
|
1053
|
+
"decorators": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "Input"
|
|
1056
|
+
}
|
|
1057
|
+
]
|
|
895
1058
|
},
|
|
896
1059
|
{
|
|
897
1060
|
"id": 69,
|
|
898
1061
|
"name": "onCancelClicked",
|
|
1062
|
+
"variant": "declaration",
|
|
899
1063
|
"kind": 2048,
|
|
900
|
-
"kindString": "Method",
|
|
901
1064
|
"flags": {
|
|
902
1065
|
"isPublic": true
|
|
903
1066
|
},
|
|
@@ -905,35 +1068,43 @@
|
|
|
905
1068
|
{
|
|
906
1069
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
907
1070
|
"line": 31,
|
|
908
|
-
"character": 9
|
|
1071
|
+
"character": 9,
|
|
1072
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L31"
|
|
909
1073
|
}
|
|
910
1074
|
],
|
|
911
1075
|
"signatures": [
|
|
912
1076
|
{
|
|
913
1077
|
"id": 70,
|
|
914
1078
|
"name": "onCancelClicked",
|
|
1079
|
+
"variant": "signature",
|
|
915
1080
|
"kind": 4096,
|
|
916
|
-
"kindString": "Call signature",
|
|
917
1081
|
"flags": {},
|
|
1082
|
+
"sources": [
|
|
1083
|
+
{
|
|
1084
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
1085
|
+
"line": 31,
|
|
1086
|
+
"character": 2,
|
|
1087
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L31"
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
918
1090
|
"type": {
|
|
919
1091
|
"type": "intrinsic",
|
|
920
1092
|
"name": "void"
|
|
921
1093
|
}
|
|
922
1094
|
}
|
|
923
|
-
]
|
|
1095
|
+
],
|
|
1096
|
+
"decorators": []
|
|
924
1097
|
}
|
|
925
1098
|
],
|
|
926
1099
|
"groups": [
|
|
927
1100
|
{
|
|
928
1101
|
"title": "Constructors",
|
|
929
|
-
"kind": 512,
|
|
930
1102
|
"children": [
|
|
931
1103
|
65
|
|
932
1104
|
]
|
|
933
1105
|
},
|
|
934
1106
|
{
|
|
935
1107
|
"title": "Properties",
|
|
936
|
-
"kind": 1024,
|
|
937
1108
|
"children": [
|
|
938
1109
|
68,
|
|
939
1110
|
67
|
|
@@ -941,7 +1112,6 @@
|
|
|
941
1112
|
},
|
|
942
1113
|
{
|
|
943
1114
|
"title": "Methods",
|
|
944
|
-
"kind": 2048,
|
|
945
1115
|
"children": [
|
|
946
1116
|
69
|
|
947
1117
|
]
|
|
@@ -951,125 +1121,131 @@
|
|
|
951
1121
|
{
|
|
952
1122
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
953
1123
|
"line": 18,
|
|
954
|
-
"character": 13
|
|
1124
|
+
"character": 13,
|
|
1125
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L18"
|
|
1126
|
+
}
|
|
1127
|
+
],
|
|
1128
|
+
"decorators": [
|
|
1129
|
+
{
|
|
1130
|
+
"name": "Component",
|
|
1131
|
+
"arguments": {
|
|
1132
|
+
"obj": "@Component({\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})"
|
|
1133
|
+
}
|
|
955
1134
|
}
|
|
956
1135
|
]
|
|
957
1136
|
},
|
|
958
1137
|
{
|
|
959
1138
|
"id": 71,
|
|
960
1139
|
"name": "SkySummaryActionBarPrimaryActionComponent",
|
|
1140
|
+
"variant": "declaration",
|
|
961
1141
|
"kind": 128,
|
|
962
|
-
"kindString": "Class",
|
|
963
1142
|
"flags": {},
|
|
964
1143
|
"comment": {
|
|
965
|
-
"
|
|
1144
|
+
"summary": [
|
|
1145
|
+
{
|
|
1146
|
+
"kind": "text",
|
|
1147
|
+
"text": "Displays a primary button."
|
|
1148
|
+
}
|
|
1149
|
+
]
|
|
966
1150
|
},
|
|
967
|
-
"
|
|
968
|
-
{
|
|
969
|
-
"name": "Component",
|
|
970
|
-
"type": {
|
|
971
|
-
"type": "reference",
|
|
972
|
-
"qualifiedName": "ComponentDecorator",
|
|
973
|
-
"package": "@angular/core",
|
|
974
|
-
"name": "Component"
|
|
975
|
-
},
|
|
976
|
-
"arguments": {
|
|
977
|
-
"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}"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"children": [
|
|
1151
|
+
"children": [
|
|
982
1152
|
{
|
|
983
1153
|
"id": 75,
|
|
984
1154
|
"name": "actionClick",
|
|
1155
|
+
"variant": "declaration",
|
|
985
1156
|
"kind": 1024,
|
|
986
|
-
"kindString": "Property",
|
|
987
1157
|
"flags": {
|
|
988
1158
|
"isPublic": true
|
|
989
1159
|
},
|
|
990
1160
|
"comment": {
|
|
991
|
-
"
|
|
1161
|
+
"summary": [
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "text",
|
|
1164
|
+
"text": "Fires when users select the primary action."
|
|
1165
|
+
}
|
|
1166
|
+
]
|
|
992
1167
|
},
|
|
993
|
-
"decorators": [
|
|
994
|
-
{
|
|
995
|
-
"name": "Output",
|
|
996
|
-
"type": {
|
|
997
|
-
"type": "reference",
|
|
998
|
-
"qualifiedName": "OutputDecorator",
|
|
999
|
-
"package": "@angular/core",
|
|
1000
|
-
"name": "Output"
|
|
1001
|
-
},
|
|
1002
|
-
"arguments": {}
|
|
1003
|
-
}
|
|
1004
|
-
],
|
|
1005
1168
|
"sources": [
|
|
1006
1169
|
{
|
|
1007
1170
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1008
1171
|
"line": 30,
|
|
1009
|
-
"character": 9
|
|
1172
|
+
"character": 9,
|
|
1173
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L30"
|
|
1010
1174
|
}
|
|
1011
1175
|
],
|
|
1012
1176
|
"type": {
|
|
1013
1177
|
"type": "reference",
|
|
1178
|
+
"target": {
|
|
1179
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1180
|
+
"qualifiedName": "EventEmitter"
|
|
1181
|
+
},
|
|
1014
1182
|
"typeArguments": [
|
|
1015
1183
|
{
|
|
1016
1184
|
"type": "intrinsic",
|
|
1017
1185
|
"name": "void"
|
|
1018
1186
|
}
|
|
1019
1187
|
],
|
|
1020
|
-
"
|
|
1021
|
-
"package": "@angular/core"
|
|
1022
|
-
"name": "EventEmitter"
|
|
1188
|
+
"name": "EventEmitter",
|
|
1189
|
+
"package": "@angular/core"
|
|
1023
1190
|
},
|
|
1024
|
-
"defaultValue": "..."
|
|
1191
|
+
"defaultValue": "...",
|
|
1192
|
+
"decorators": [
|
|
1193
|
+
{
|
|
1194
|
+
"name": "Output"
|
|
1195
|
+
}
|
|
1196
|
+
]
|
|
1025
1197
|
},
|
|
1026
1198
|
{
|
|
1027
1199
|
"id": 74,
|
|
1028
1200
|
"name": "disabled",
|
|
1201
|
+
"variant": "declaration",
|
|
1029
1202
|
"kind": 1024,
|
|
1030
|
-
"kindString": "Property",
|
|
1031
1203
|
"flags": {
|
|
1032
1204
|
"isPublic": true
|
|
1033
1205
|
},
|
|
1034
1206
|
"comment": {
|
|
1035
|
-
"
|
|
1036
|
-
"tags": [
|
|
1207
|
+
"summary": [
|
|
1037
1208
|
{
|
|
1038
|
-
"
|
|
1039
|
-
"text": "
|
|
1209
|
+
"kind": "text",
|
|
1210
|
+
"text": "Whether to disable the primary action."
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
1213
|
+
"blockTags": [
|
|
1214
|
+
{
|
|
1215
|
+
"tag": "@default",
|
|
1216
|
+
"content": [
|
|
1217
|
+
{
|
|
1218
|
+
"kind": "code",
|
|
1219
|
+
"text": "```ts\nfalse\n```"
|
|
1220
|
+
}
|
|
1221
|
+
]
|
|
1040
1222
|
}
|
|
1041
1223
|
]
|
|
1042
1224
|
},
|
|
1043
|
-
"decorators": [
|
|
1044
|
-
{
|
|
1045
|
-
"name": "Input",
|
|
1046
|
-
"type": {
|
|
1047
|
-
"type": "reference",
|
|
1048
|
-
"qualifiedName": "InputDecorator",
|
|
1049
|
-
"package": "@angular/core",
|
|
1050
|
-
"name": "Input"
|
|
1051
|
-
},
|
|
1052
|
-
"arguments": {}
|
|
1053
|
-
}
|
|
1054
|
-
],
|
|
1055
1225
|
"sources": [
|
|
1056
1226
|
{
|
|
1057
1227
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1058
1228
|
"line": 24,
|
|
1059
|
-
"character": 9
|
|
1229
|
+
"character": 9,
|
|
1230
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L24"
|
|
1060
1231
|
}
|
|
1061
1232
|
],
|
|
1062
1233
|
"type": {
|
|
1063
1234
|
"type": "intrinsic",
|
|
1064
1235
|
"name": "boolean"
|
|
1065
1236
|
},
|
|
1066
|
-
"defaultValue": "false"
|
|
1237
|
+
"defaultValue": "false",
|
|
1238
|
+
"decorators": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Input"
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1067
1243
|
},
|
|
1068
1244
|
{
|
|
1069
1245
|
"id": 76,
|
|
1070
1246
|
"name": "onButtonClicked",
|
|
1247
|
+
"variant": "declaration",
|
|
1071
1248
|
"kind": 2048,
|
|
1072
|
-
"kindString": "Method",
|
|
1073
1249
|
"flags": {
|
|
1074
1250
|
"isPublic": true
|
|
1075
1251
|
},
|
|
@@ -1077,35 +1253,43 @@
|
|
|
1077
1253
|
{
|
|
1078
1254
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1079
1255
|
"line": 32,
|
|
1080
|
-
"character": 9
|
|
1256
|
+
"character": 9,
|
|
1257
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L32"
|
|
1081
1258
|
}
|
|
1082
1259
|
],
|
|
1083
1260
|
"signatures": [
|
|
1084
1261
|
{
|
|
1085
1262
|
"id": 77,
|
|
1086
1263
|
"name": "onButtonClicked",
|
|
1264
|
+
"variant": "signature",
|
|
1087
1265
|
"kind": 4096,
|
|
1088
|
-
"kindString": "Call signature",
|
|
1089
1266
|
"flags": {},
|
|
1267
|
+
"sources": [
|
|
1268
|
+
{
|
|
1269
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1270
|
+
"line": 32,
|
|
1271
|
+
"character": 2,
|
|
1272
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L32"
|
|
1273
|
+
}
|
|
1274
|
+
],
|
|
1090
1275
|
"type": {
|
|
1091
1276
|
"type": "intrinsic",
|
|
1092
1277
|
"name": "void"
|
|
1093
1278
|
}
|
|
1094
1279
|
}
|
|
1095
|
-
]
|
|
1280
|
+
],
|
|
1281
|
+
"decorators": []
|
|
1096
1282
|
}
|
|
1097
1283
|
],
|
|
1098
1284
|
"groups": [
|
|
1099
1285
|
{
|
|
1100
1286
|
"title": "Constructors",
|
|
1101
|
-
"kind": 512,
|
|
1102
1287
|
"children": [
|
|
1103
1288
|
72
|
|
1104
1289
|
]
|
|
1105
1290
|
},
|
|
1106
1291
|
{
|
|
1107
1292
|
"title": "Properties",
|
|
1108
|
-
"kind": 1024,
|
|
1109
1293
|
"children": [
|
|
1110
1294
|
75,
|
|
1111
1295
|
74
|
|
@@ -1113,7 +1297,6 @@
|
|
|
1113
1297
|
},
|
|
1114
1298
|
{
|
|
1115
1299
|
"title": "Methods",
|
|
1116
|
-
"kind": 2048,
|
|
1117
1300
|
"children": [
|
|
1118
1301
|
76
|
|
1119
1302
|
]
|
|
@@ -1123,73 +1306,86 @@
|
|
|
1123
1306
|
{
|
|
1124
1307
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1125
1308
|
"line": 18,
|
|
1126
|
-
"character": 13
|
|
1309
|
+
"character": 13,
|
|
1310
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L18"
|
|
1311
|
+
}
|
|
1312
|
+
],
|
|
1313
|
+
"decorators": [
|
|
1314
|
+
{
|
|
1315
|
+
"name": "Component",
|
|
1316
|
+
"arguments": {
|
|
1317
|
+
"obj": "@Component({\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})"
|
|
1318
|
+
}
|
|
1127
1319
|
}
|
|
1128
1320
|
]
|
|
1129
1321
|
},
|
|
1130
1322
|
{
|
|
1131
1323
|
"id": 78,
|
|
1132
1324
|
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1325
|
+
"variant": "declaration",
|
|
1133
1326
|
"kind": 128,
|
|
1134
|
-
"kindString": "Class",
|
|
1135
1327
|
"flags": {},
|
|
1136
1328
|
"comment": {
|
|
1137
|
-
"
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
"name": "Component",
|
|
1142
|
-
"type": {
|
|
1143
|
-
"type": "reference",
|
|
1144
|
-
"qualifiedName": "ComponentDecorator",
|
|
1145
|
-
"package": "@angular/core",
|
|
1146
|
-
"name": "Component"
|
|
1147
|
-
},
|
|
1148
|
-
"arguments": {
|
|
1149
|
-
"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}"
|
|
1329
|
+
"summary": [
|
|
1330
|
+
{
|
|
1331
|
+
"kind": "text",
|
|
1332
|
+
"text": "Specifies secondary actions."
|
|
1150
1333
|
}
|
|
1151
|
-
|
|
1152
|
-
|
|
1334
|
+
]
|
|
1335
|
+
},
|
|
1153
1336
|
"children": [
|
|
1154
1337
|
{
|
|
1155
1338
|
"id": 79,
|
|
1156
1339
|
"name": "constructor",
|
|
1340
|
+
"variant": "declaration",
|
|
1157
1341
|
"kind": 512,
|
|
1158
|
-
"kindString": "Constructor",
|
|
1159
1342
|
"flags": {},
|
|
1160
1343
|
"sources": [
|
|
1161
1344
|
{
|
|
1162
1345
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1163
1346
|
"line": 46,
|
|
1164
|
-
"character": 2
|
|
1347
|
+
"character": 2,
|
|
1348
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L46"
|
|
1165
1349
|
}
|
|
1166
1350
|
],
|
|
1167
1351
|
"signatures": [
|
|
1168
1352
|
{
|
|
1169
1353
|
"id": 80,
|
|
1170
1354
|
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1355
|
+
"variant": "signature",
|
|
1171
1356
|
"kind": 16384,
|
|
1172
|
-
"kindString": "Constructor signature",
|
|
1173
1357
|
"flags": {},
|
|
1358
|
+
"sources": [
|
|
1359
|
+
{
|
|
1360
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1361
|
+
"line": 46,
|
|
1362
|
+
"character": 2,
|
|
1363
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L46"
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1174
1366
|
"parameters": [
|
|
1175
1367
|
{
|
|
1176
1368
|
"id": 81,
|
|
1177
1369
|
"name": "changeDetector",
|
|
1370
|
+
"variant": "param",
|
|
1178
1371
|
"kind": 32768,
|
|
1179
|
-
"kindString": "Parameter",
|
|
1180
1372
|
"flags": {},
|
|
1181
1373
|
"type": {
|
|
1182
1374
|
"type": "reference",
|
|
1183
|
-
"
|
|
1184
|
-
|
|
1185
|
-
|
|
1375
|
+
"target": {
|
|
1376
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1377
|
+
"qualifiedName": "ChangeDetectorRef"
|
|
1378
|
+
},
|
|
1379
|
+
"name": "ChangeDetectorRef",
|
|
1380
|
+
"package": "@angular/core"
|
|
1186
1381
|
}
|
|
1187
1382
|
}
|
|
1188
1383
|
],
|
|
1189
1384
|
"type": {
|
|
1190
1385
|
"type": "reference",
|
|
1191
|
-
"
|
|
1192
|
-
"name": "SkySummaryActionBarSecondaryActionComponent"
|
|
1386
|
+
"target": 78,
|
|
1387
|
+
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1388
|
+
"package": "@skyux/action-bars"
|
|
1193
1389
|
}
|
|
1194
1390
|
}
|
|
1195
1391
|
]
|
|
@@ -1197,94 +1393,100 @@
|
|
|
1197
1393
|
{
|
|
1198
1394
|
"id": 87,
|
|
1199
1395
|
"name": "actionClick",
|
|
1396
|
+
"variant": "declaration",
|
|
1200
1397
|
"kind": 1024,
|
|
1201
|
-
"kindString": "Property",
|
|
1202
1398
|
"flags": {
|
|
1203
1399
|
"isPublic": true
|
|
1204
1400
|
},
|
|
1205
1401
|
"comment": {
|
|
1206
|
-
"
|
|
1402
|
+
"summary": [
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "text",
|
|
1405
|
+
"text": "Fires when users select a secondary action."
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1207
1408
|
},
|
|
1208
|
-
"decorators": [
|
|
1209
|
-
{
|
|
1210
|
-
"name": "Output",
|
|
1211
|
-
"type": {
|
|
1212
|
-
"type": "reference",
|
|
1213
|
-
"qualifiedName": "OutputDecorator",
|
|
1214
|
-
"package": "@angular/core",
|
|
1215
|
-
"name": "Output"
|
|
1216
|
-
},
|
|
1217
|
-
"arguments": {}
|
|
1218
|
-
}
|
|
1219
|
-
],
|
|
1220
1409
|
"sources": [
|
|
1221
1410
|
{
|
|
1222
1411
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1223
1412
|
"line": 40,
|
|
1224
|
-
"character": 9
|
|
1413
|
+
"character": 9,
|
|
1414
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L40"
|
|
1225
1415
|
}
|
|
1226
1416
|
],
|
|
1227
1417
|
"type": {
|
|
1228
1418
|
"type": "reference",
|
|
1419
|
+
"target": {
|
|
1420
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1421
|
+
"qualifiedName": "EventEmitter"
|
|
1422
|
+
},
|
|
1229
1423
|
"typeArguments": [
|
|
1230
1424
|
{
|
|
1231
1425
|
"type": "intrinsic",
|
|
1232
1426
|
"name": "void"
|
|
1233
1427
|
}
|
|
1234
1428
|
],
|
|
1235
|
-
"
|
|
1236
|
-
"package": "@angular/core"
|
|
1237
|
-
"name": "EventEmitter"
|
|
1429
|
+
"name": "EventEmitter",
|
|
1430
|
+
"package": "@angular/core"
|
|
1238
1431
|
},
|
|
1239
|
-
"defaultValue": "..."
|
|
1432
|
+
"defaultValue": "...",
|
|
1433
|
+
"decorators": [
|
|
1434
|
+
{
|
|
1435
|
+
"name": "Output"
|
|
1436
|
+
}
|
|
1437
|
+
]
|
|
1240
1438
|
},
|
|
1241
1439
|
{
|
|
1242
1440
|
"id": 82,
|
|
1243
1441
|
"name": "disabled",
|
|
1442
|
+
"variant": "declaration",
|
|
1244
1443
|
"kind": 1024,
|
|
1245
|
-
"kindString": "Property",
|
|
1246
1444
|
"flags": {
|
|
1247
1445
|
"isPublic": true
|
|
1248
1446
|
},
|
|
1249
1447
|
"comment": {
|
|
1250
|
-
"
|
|
1251
|
-
|
|
1448
|
+
"summary": [
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "text",
|
|
1451
|
+
"text": "Whether to disable a secondary action."
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"blockTags": [
|
|
1252
1455
|
{
|
|
1253
|
-
"tag": "default",
|
|
1254
|
-
"
|
|
1456
|
+
"tag": "@default",
|
|
1457
|
+
"content": [
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "code",
|
|
1460
|
+
"text": "```ts\nfalse\n```"
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1255
1463
|
}
|
|
1256
1464
|
]
|
|
1257
1465
|
},
|
|
1258
|
-
"decorators": [
|
|
1259
|
-
{
|
|
1260
|
-
"name": "Input",
|
|
1261
|
-
"type": {
|
|
1262
|
-
"type": "reference",
|
|
1263
|
-
"qualifiedName": "InputDecorator",
|
|
1264
|
-
"package": "@angular/core",
|
|
1265
|
-
"name": "Input"
|
|
1266
|
-
},
|
|
1267
|
-
"arguments": {}
|
|
1268
|
-
}
|
|
1269
|
-
],
|
|
1270
1466
|
"sources": [
|
|
1271
1467
|
{
|
|
1272
1468
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1273
1469
|
"line": 25,
|
|
1274
|
-
"character": 9
|
|
1470
|
+
"character": 9,
|
|
1471
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L25"
|
|
1275
1472
|
}
|
|
1276
1473
|
],
|
|
1277
1474
|
"type": {
|
|
1278
1475
|
"type": "intrinsic",
|
|
1279
1476
|
"name": "boolean"
|
|
1280
1477
|
},
|
|
1281
|
-
"defaultValue": "false"
|
|
1478
|
+
"defaultValue": "false",
|
|
1479
|
+
"decorators": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "Input"
|
|
1482
|
+
}
|
|
1483
|
+
]
|
|
1282
1484
|
},
|
|
1283
1485
|
{
|
|
1284
1486
|
"id": 83,
|
|
1285
1487
|
"name": "isDropdown",
|
|
1488
|
+
"variant": "declaration",
|
|
1286
1489
|
"kind": 262144,
|
|
1287
|
-
"kindString": "Accessor",
|
|
1288
1490
|
"flags": {
|
|
1289
1491
|
"isPublic": true
|
|
1290
1492
|
},
|
|
@@ -1292,54 +1494,74 @@
|
|
|
1292
1494
|
{
|
|
1293
1495
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1294
1496
|
"line": 27,
|
|
1295
|
-
"character": 13
|
|
1497
|
+
"character": 13,
|
|
1498
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L27"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1502
|
+
"line": 32,
|
|
1503
|
+
"character": 13,
|
|
1504
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
|
|
1296
1505
|
}
|
|
1297
1506
|
],
|
|
1298
|
-
"getSignature":
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1507
|
+
"getSignature": {
|
|
1508
|
+
"id": 84,
|
|
1509
|
+
"name": "isDropdown",
|
|
1510
|
+
"variant": "signature",
|
|
1511
|
+
"kind": 524288,
|
|
1512
|
+
"flags": {},
|
|
1513
|
+
"sources": [
|
|
1514
|
+
{
|
|
1515
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1516
|
+
"line": 32,
|
|
1517
|
+
"character": 2,
|
|
1518
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
|
|
1308
1519
|
}
|
|
1520
|
+
],
|
|
1521
|
+
"type": {
|
|
1522
|
+
"type": "intrinsic",
|
|
1523
|
+
"name": "boolean"
|
|
1309
1524
|
}
|
|
1310
|
-
|
|
1311
|
-
"setSignature":
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1525
|
+
},
|
|
1526
|
+
"setSignature": {
|
|
1527
|
+
"id": 85,
|
|
1528
|
+
"name": "isDropdown",
|
|
1529
|
+
"variant": "signature",
|
|
1530
|
+
"kind": 1048576,
|
|
1531
|
+
"flags": {},
|
|
1532
|
+
"sources": [
|
|
1533
|
+
{
|
|
1534
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1535
|
+
"line": 27,
|
|
1536
|
+
"character": 2,
|
|
1537
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L27"
|
|
1538
|
+
}
|
|
1539
|
+
],
|
|
1540
|
+
"parameters": [
|
|
1541
|
+
{
|
|
1542
|
+
"id": 86,
|
|
1543
|
+
"name": "value",
|
|
1544
|
+
"variant": "param",
|
|
1545
|
+
"kind": 32768,
|
|
1546
|
+
"flags": {},
|
|
1547
|
+
"type": {
|
|
1548
|
+
"type": "intrinsic",
|
|
1549
|
+
"name": "boolean"
|
|
1329
1550
|
}
|
|
1330
|
-
],
|
|
1331
|
-
"type": {
|
|
1332
|
-
"type": "intrinsic",
|
|
1333
|
-
"name": "void"
|
|
1334
1551
|
}
|
|
1552
|
+
],
|
|
1553
|
+
"type": {
|
|
1554
|
+
"type": "intrinsic",
|
|
1555
|
+
"name": "void"
|
|
1335
1556
|
}
|
|
1336
|
-
|
|
1557
|
+
},
|
|
1558
|
+
"decorators": []
|
|
1337
1559
|
},
|
|
1338
1560
|
{
|
|
1339
1561
|
"id": 90,
|
|
1340
1562
|
"name": "onButtonClicked",
|
|
1563
|
+
"variant": "declaration",
|
|
1341
1564
|
"kind": 2048,
|
|
1342
|
-
"kindString": "Method",
|
|
1343
1565
|
"flags": {
|
|
1344
1566
|
"isPublic": true
|
|
1345
1567
|
},
|
|
@@ -1347,35 +1569,43 @@
|
|
|
1347
1569
|
{
|
|
1348
1570
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1349
1571
|
"line": 50,
|
|
1350
|
-
"character": 9
|
|
1572
|
+
"character": 9,
|
|
1573
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L50"
|
|
1351
1574
|
}
|
|
1352
1575
|
],
|
|
1353
1576
|
"signatures": [
|
|
1354
1577
|
{
|
|
1355
1578
|
"id": 91,
|
|
1356
1579
|
"name": "onButtonClicked",
|
|
1580
|
+
"variant": "signature",
|
|
1357
1581
|
"kind": 4096,
|
|
1358
|
-
"kindString": "Call signature",
|
|
1359
1582
|
"flags": {},
|
|
1583
|
+
"sources": [
|
|
1584
|
+
{
|
|
1585
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1586
|
+
"line": 50,
|
|
1587
|
+
"character": 2,
|
|
1588
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L50"
|
|
1589
|
+
}
|
|
1590
|
+
],
|
|
1360
1591
|
"type": {
|
|
1361
1592
|
"type": "intrinsic",
|
|
1362
1593
|
"name": "void"
|
|
1363
1594
|
}
|
|
1364
1595
|
}
|
|
1365
|
-
]
|
|
1596
|
+
],
|
|
1597
|
+
"decorators": []
|
|
1366
1598
|
}
|
|
1367
1599
|
],
|
|
1368
1600
|
"groups": [
|
|
1369
1601
|
{
|
|
1370
1602
|
"title": "Constructors",
|
|
1371
|
-
"kind": 512,
|
|
1372
1603
|
"children": [
|
|
1373
1604
|
79
|
|
1374
1605
|
]
|
|
1375
1606
|
},
|
|
1376
1607
|
{
|
|
1377
1608
|
"title": "Properties",
|
|
1378
|
-
"kind": 1024,
|
|
1379
1609
|
"children": [
|
|
1380
1610
|
87,
|
|
1381
1611
|
82
|
|
@@ -1383,14 +1613,12 @@
|
|
|
1383
1613
|
},
|
|
1384
1614
|
{
|
|
1385
1615
|
"title": "Accessors",
|
|
1386
|
-
"kind": 262144,
|
|
1387
1616
|
"children": [
|
|
1388
1617
|
83
|
|
1389
1618
|
]
|
|
1390
1619
|
},
|
|
1391
1620
|
{
|
|
1392
1621
|
"title": "Methods",
|
|
1393
|
-
"kind": 2048,
|
|
1394
1622
|
"children": [
|
|
1395
1623
|
90
|
|
1396
1624
|
]
|
|
@@ -1400,84 +1628,110 @@
|
|
|
1400
1628
|
{
|
|
1401
1629
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1402
1630
|
"line": 19,
|
|
1403
|
-
"character": 13
|
|
1631
|
+
"character": 13,
|
|
1632
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L19"
|
|
1633
|
+
}
|
|
1634
|
+
],
|
|
1635
|
+
"decorators": [
|
|
1636
|
+
{
|
|
1637
|
+
"name": "Component",
|
|
1638
|
+
"arguments": {
|
|
1639
|
+
"obj": "@Component({\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})"
|
|
1640
|
+
}
|
|
1404
1641
|
}
|
|
1405
1642
|
]
|
|
1406
1643
|
},
|
|
1407
1644
|
{
|
|
1408
1645
|
"id": 92,
|
|
1409
1646
|
"name": "SkySummaryActionBarSecondaryActionsComponent",
|
|
1647
|
+
"variant": "declaration",
|
|
1410
1648
|
"kind": 128,
|
|
1411
|
-
"kindString": "Class",
|
|
1412
1649
|
"flags": {},
|
|
1413
1650
|
"comment": {
|
|
1414
|
-
"
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
"name": "Component",
|
|
1419
|
-
"type": {
|
|
1420
|
-
"type": "reference",
|
|
1421
|
-
"qualifiedName": "ComponentDecorator",
|
|
1422
|
-
"package": "@angular/core",
|
|
1423
|
-
"name": "Component"
|
|
1651
|
+
"summary": [
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "text",
|
|
1654
|
+
"text": "Contains secondary actions specified with "
|
|
1424
1655
|
},
|
|
1425
|
-
|
|
1426
|
-
"
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "code",
|
|
1658
|
+
"text": "`sky-summary-action-bar-secondary-action`"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "text",
|
|
1662
|
+
"text": "\ncomponents."
|
|
1427
1663
|
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1430
1666
|
"children": [
|
|
1431
1667
|
{
|
|
1432
1668
|
"id": 93,
|
|
1433
1669
|
"name": "constructor",
|
|
1670
|
+
"variant": "declaration",
|
|
1434
1671
|
"kind": 512,
|
|
1435
|
-
"kindString": "Constructor",
|
|
1436
1672
|
"flags": {},
|
|
1437
1673
|
"sources": [
|
|
1438
1674
|
{
|
|
1439
1675
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1440
1676
|
"line": 44,
|
|
1441
|
-
"character": 2
|
|
1677
|
+
"character": 2,
|
|
1678
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L44"
|
|
1442
1679
|
}
|
|
1443
1680
|
],
|
|
1444
1681
|
"signatures": [
|
|
1445
1682
|
{
|
|
1446
1683
|
"id": 94,
|
|
1447
1684
|
"name": "SkySummaryActionBarSecondaryActionsComponent",
|
|
1685
|
+
"variant": "signature",
|
|
1448
1686
|
"kind": 16384,
|
|
1449
|
-
"kindString": "Constructor signature",
|
|
1450
1687
|
"flags": {},
|
|
1688
|
+
"sources": [
|
|
1689
|
+
{
|
|
1690
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1691
|
+
"line": 44,
|
|
1692
|
+
"character": 2,
|
|
1693
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L44"
|
|
1694
|
+
}
|
|
1695
|
+
],
|
|
1451
1696
|
"parameters": [
|
|
1452
1697
|
{
|
|
1453
1698
|
"id": 95,
|
|
1454
1699
|
"name": "changeDetector",
|
|
1700
|
+
"variant": "param",
|
|
1455
1701
|
"kind": 32768,
|
|
1456
|
-
"kindString": "Parameter",
|
|
1457
1702
|
"flags": {},
|
|
1458
1703
|
"type": {
|
|
1459
1704
|
"type": "reference",
|
|
1460
|
-
"
|
|
1461
|
-
|
|
1462
|
-
|
|
1705
|
+
"target": {
|
|
1706
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1707
|
+
"qualifiedName": "ChangeDetectorRef"
|
|
1708
|
+
},
|
|
1709
|
+
"name": "ChangeDetectorRef",
|
|
1710
|
+
"package": "@angular/core"
|
|
1463
1711
|
}
|
|
1464
1712
|
},
|
|
1465
1713
|
{
|
|
1466
1714
|
"id": 96,
|
|
1467
1715
|
"name": "mediaQueryService",
|
|
1716
|
+
"variant": "param",
|
|
1468
1717
|
"kind": 32768,
|
|
1469
|
-
"kindString": "Parameter",
|
|
1470
1718
|
"flags": {},
|
|
1471
1719
|
"type": {
|
|
1472
1720
|
"type": "reference",
|
|
1473
|
-
"
|
|
1721
|
+
"target": {
|
|
1722
|
+
"sourceFileName": "libs/components/core/src/lib/modules/media-query/media-query.service.ts",
|
|
1723
|
+
"qualifiedName": "SkyMediaQueryService"
|
|
1724
|
+
},
|
|
1725
|
+
"name": "SkyMediaQueryService",
|
|
1726
|
+
"package": "@skyux/core"
|
|
1474
1727
|
}
|
|
1475
1728
|
}
|
|
1476
1729
|
],
|
|
1477
1730
|
"type": {
|
|
1478
1731
|
"type": "reference",
|
|
1479
|
-
"
|
|
1480
|
-
"name": "SkySummaryActionBarSecondaryActionsComponent"
|
|
1732
|
+
"target": 92,
|
|
1733
|
+
"name": "SkySummaryActionBarSecondaryActionsComponent",
|
|
1734
|
+
"package": "@skyux/action-bars"
|
|
1481
1735
|
}
|
|
1482
1736
|
}
|
|
1483
1737
|
]
|
|
@@ -1485,8 +1739,8 @@
|
|
|
1485
1739
|
{
|
|
1486
1740
|
"id": 99,
|
|
1487
1741
|
"name": "dropdownMessageStream",
|
|
1742
|
+
"variant": "declaration",
|
|
1488
1743
|
"kind": 1024,
|
|
1489
|
-
"kindString": "Property",
|
|
1490
1744
|
"flags": {
|
|
1491
1745
|
"isPublic": true
|
|
1492
1746
|
},
|
|
@@ -1494,28 +1748,38 @@
|
|
|
1494
1748
|
{
|
|
1495
1749
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1496
1750
|
"line": 36,
|
|
1497
|
-
"character": 9
|
|
1751
|
+
"character": 9,
|
|
1752
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L36"
|
|
1498
1753
|
}
|
|
1499
1754
|
],
|
|
1500
1755
|
"type": {
|
|
1501
1756
|
"type": "reference",
|
|
1757
|
+
"target": {
|
|
1758
|
+
"sourceFileName": "node_modules/rxjs/internal/Subject.d.ts",
|
|
1759
|
+
"qualifiedName": "Subject"
|
|
1760
|
+
},
|
|
1502
1761
|
"typeArguments": [
|
|
1503
1762
|
{
|
|
1504
1763
|
"type": "reference",
|
|
1505
|
-
"
|
|
1764
|
+
"target": {
|
|
1765
|
+
"sourceFileName": "libs/components/popovers/src/lib/modules/dropdown/types/dropdown-message.ts",
|
|
1766
|
+
"qualifiedName": "SkyDropdownMessage"
|
|
1767
|
+
},
|
|
1768
|
+
"name": "SkyDropdownMessage",
|
|
1769
|
+
"package": "@skyux/popovers"
|
|
1506
1770
|
}
|
|
1507
1771
|
],
|
|
1508
|
-
"
|
|
1509
|
-
"package": "rxjs"
|
|
1510
|
-
"name": "Subject"
|
|
1772
|
+
"name": "Subject",
|
|
1773
|
+
"package": "rxjs"
|
|
1511
1774
|
},
|
|
1512
|
-
"defaultValue": "..."
|
|
1775
|
+
"defaultValue": "...",
|
|
1776
|
+
"decorators": []
|
|
1513
1777
|
},
|
|
1514
1778
|
{
|
|
1515
1779
|
"id": 98,
|
|
1516
1780
|
"name": "isMobile",
|
|
1781
|
+
"variant": "declaration",
|
|
1517
1782
|
"kind": 1024,
|
|
1518
|
-
"kindString": "Property",
|
|
1519
1783
|
"flags": {
|
|
1520
1784
|
"isPublic": true
|
|
1521
1785
|
},
|
|
@@ -1523,63 +1787,57 @@
|
|
|
1523
1787
|
{
|
|
1524
1788
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1525
1789
|
"line": 34,
|
|
1526
|
-
"character": 9
|
|
1790
|
+
"character": 9,
|
|
1791
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L34"
|
|
1527
1792
|
}
|
|
1528
1793
|
],
|
|
1529
1794
|
"type": {
|
|
1530
1795
|
"type": "intrinsic",
|
|
1531
1796
|
"name": "boolean"
|
|
1532
1797
|
},
|
|
1533
|
-
"defaultValue": "false"
|
|
1798
|
+
"defaultValue": "false",
|
|
1799
|
+
"decorators": []
|
|
1534
1800
|
},
|
|
1535
1801
|
{
|
|
1536
1802
|
"id": 97,
|
|
1537
1803
|
"name": "secondaryActionComponents",
|
|
1804
|
+
"variant": "declaration",
|
|
1538
1805
|
"kind": 1024,
|
|
1539
|
-
"kindString": "Property",
|
|
1540
1806
|
"flags": {
|
|
1541
1807
|
"isPublic": true
|
|
1542
1808
|
},
|
|
1543
|
-
"decorators": [
|
|
1544
|
-
{
|
|
1545
|
-
"name": "ContentChildren",
|
|
1546
|
-
"type": {
|
|
1547
|
-
"type": "reference",
|
|
1548
|
-
"qualifiedName": "ContentChildrenDecorator",
|
|
1549
|
-
"package": "@angular/core",
|
|
1550
|
-
"name": "ContentChildren"
|
|
1551
|
-
},
|
|
1552
|
-
"arguments": {
|
|
1553
|
-
"selector": "SkySummaryActionBarSecondaryActionComponent"
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
1809
|
"sources": [
|
|
1558
1810
|
{
|
|
1559
1811
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1560
1812
|
"line": 30,
|
|
1561
|
-
"character": 9
|
|
1813
|
+
"character": 9,
|
|
1814
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L30"
|
|
1562
1815
|
}
|
|
1563
1816
|
],
|
|
1564
1817
|
"type": {
|
|
1565
1818
|
"type": "reference",
|
|
1819
|
+
"target": {
|
|
1820
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1821
|
+
"qualifiedName": "QueryList"
|
|
1822
|
+
},
|
|
1566
1823
|
"typeArguments": [
|
|
1567
1824
|
{
|
|
1568
1825
|
"type": "reference",
|
|
1569
|
-
"
|
|
1570
|
-
"name": "SkySummaryActionBarSecondaryActionComponent"
|
|
1826
|
+
"target": 78,
|
|
1827
|
+
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1828
|
+
"package": "@skyux/action-bars"
|
|
1571
1829
|
}
|
|
1572
1830
|
],
|
|
1573
|
-
"
|
|
1574
|
-
"package": "@angular/core"
|
|
1575
|
-
|
|
1576
|
-
|
|
1831
|
+
"name": "QueryList",
|
|
1832
|
+
"package": "@angular/core"
|
|
1833
|
+
},
|
|
1834
|
+
"decorators": []
|
|
1577
1835
|
},
|
|
1578
1836
|
{
|
|
1579
1837
|
"id": 105,
|
|
1580
1838
|
"name": "ngAfterContentInit",
|
|
1839
|
+
"variant": "declaration",
|
|
1581
1840
|
"kind": 2048,
|
|
1582
|
-
"kindString": "Method",
|
|
1583
1841
|
"flags": {
|
|
1584
1842
|
"isPublic": true
|
|
1585
1843
|
},
|
|
@@ -1587,36 +1845,48 @@
|
|
|
1587
1845
|
{
|
|
1588
1846
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1589
1847
|
"line": 52,
|
|
1590
|
-
"character": 9
|
|
1848
|
+
"character": 9,
|
|
1849
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L52"
|
|
1591
1850
|
}
|
|
1592
1851
|
],
|
|
1593
1852
|
"signatures": [
|
|
1594
1853
|
{
|
|
1595
1854
|
"id": 106,
|
|
1596
1855
|
"name": "ngAfterContentInit",
|
|
1856
|
+
"variant": "signature",
|
|
1597
1857
|
"kind": 4096,
|
|
1598
|
-
"kindString": "Call signature",
|
|
1599
1858
|
"flags": {},
|
|
1859
|
+
"sources": [
|
|
1860
|
+
{
|
|
1861
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1862
|
+
"line": 52,
|
|
1863
|
+
"character": 2,
|
|
1864
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L52"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1600
1867
|
"type": {
|
|
1601
1868
|
"type": "intrinsic",
|
|
1602
1869
|
"name": "void"
|
|
1603
1870
|
},
|
|
1604
1871
|
"implementationOf": {
|
|
1605
1872
|
"type": "reference",
|
|
1873
|
+
"target": -1,
|
|
1606
1874
|
"name": "AfterContentInit.ngAfterContentInit"
|
|
1607
1875
|
}
|
|
1608
1876
|
}
|
|
1609
1877
|
],
|
|
1610
1878
|
"implementationOf": {
|
|
1611
1879
|
"type": "reference",
|
|
1880
|
+
"target": -1,
|
|
1612
1881
|
"name": "AfterContentInit.ngAfterContentInit"
|
|
1613
|
-
}
|
|
1882
|
+
},
|
|
1883
|
+
"decorators": []
|
|
1614
1884
|
},
|
|
1615
1885
|
{
|
|
1616
1886
|
"id": 107,
|
|
1617
1887
|
"name": "ngOnDestroy",
|
|
1888
|
+
"variant": "declaration",
|
|
1618
1889
|
"kind": 2048,
|
|
1619
|
-
"kindString": "Method",
|
|
1620
1890
|
"flags": {
|
|
1621
1891
|
"isPublic": true
|
|
1622
1892
|
},
|
|
@@ -1624,43 +1894,53 @@
|
|
|
1624
1894
|
{
|
|
1625
1895
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1626
1896
|
"line": 71,
|
|
1627
|
-
"character": 9
|
|
1897
|
+
"character": 9,
|
|
1898
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L71"
|
|
1628
1899
|
}
|
|
1629
1900
|
],
|
|
1630
1901
|
"signatures": [
|
|
1631
1902
|
{
|
|
1632
1903
|
"id": 108,
|
|
1633
1904
|
"name": "ngOnDestroy",
|
|
1905
|
+
"variant": "signature",
|
|
1634
1906
|
"kind": 4096,
|
|
1635
|
-
"kindString": "Call signature",
|
|
1636
1907
|
"flags": {},
|
|
1908
|
+
"sources": [
|
|
1909
|
+
{
|
|
1910
|
+
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1911
|
+
"line": 71,
|
|
1912
|
+
"character": 2,
|
|
1913
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L71"
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1637
1916
|
"type": {
|
|
1638
1917
|
"type": "intrinsic",
|
|
1639
1918
|
"name": "void"
|
|
1640
1919
|
},
|
|
1641
1920
|
"implementationOf": {
|
|
1642
1921
|
"type": "reference",
|
|
1922
|
+
"target": -1,
|
|
1643
1923
|
"name": "OnDestroy.ngOnDestroy"
|
|
1644
1924
|
}
|
|
1645
1925
|
}
|
|
1646
1926
|
],
|
|
1647
1927
|
"implementationOf": {
|
|
1648
1928
|
"type": "reference",
|
|
1929
|
+
"target": -1,
|
|
1649
1930
|
"name": "OnDestroy.ngOnDestroy"
|
|
1650
|
-
}
|
|
1931
|
+
},
|
|
1932
|
+
"decorators": []
|
|
1651
1933
|
}
|
|
1652
1934
|
],
|
|
1653
1935
|
"groups": [
|
|
1654
1936
|
{
|
|
1655
1937
|
"title": "Constructors",
|
|
1656
|
-
"kind": 512,
|
|
1657
1938
|
"children": [
|
|
1658
1939
|
93
|
|
1659
1940
|
]
|
|
1660
1941
|
},
|
|
1661
1942
|
{
|
|
1662
1943
|
"title": "Properties",
|
|
1663
|
-
"kind": 1024,
|
|
1664
1944
|
"children": [
|
|
1665
1945
|
99,
|
|
1666
1946
|
98,
|
|
@@ -1669,7 +1949,6 @@
|
|
|
1669
1949
|
},
|
|
1670
1950
|
{
|
|
1671
1951
|
"title": "Methods",
|
|
1672
|
-
"kind": 2048,
|
|
1673
1952
|
"children": [
|
|
1674
1953
|
105,
|
|
1675
1954
|
107
|
|
@@ -1680,21 +1959,36 @@
|
|
|
1680
1959
|
{
|
|
1681
1960
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1682
1961
|
"line": 26,
|
|
1683
|
-
"character": 13
|
|
1962
|
+
"character": 13,
|
|
1963
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L26"
|
|
1684
1964
|
}
|
|
1685
1965
|
],
|
|
1686
1966
|
"implementedTypes": [
|
|
1687
1967
|
{
|
|
1688
1968
|
"type": "reference",
|
|
1689
|
-
"
|
|
1690
|
-
|
|
1691
|
-
|
|
1969
|
+
"target": {
|
|
1970
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1971
|
+
"qualifiedName": "AfterContentInit"
|
|
1972
|
+
},
|
|
1973
|
+
"name": "AfterContentInit",
|
|
1974
|
+
"package": "@angular/core"
|
|
1692
1975
|
},
|
|
1693
1976
|
{
|
|
1694
1977
|
"type": "reference",
|
|
1695
|
-
"
|
|
1696
|
-
|
|
1697
|
-
|
|
1978
|
+
"target": {
|
|
1979
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1980
|
+
"qualifiedName": "OnDestroy"
|
|
1981
|
+
},
|
|
1982
|
+
"name": "OnDestroy",
|
|
1983
|
+
"package": "@angular/core"
|
|
1984
|
+
}
|
|
1985
|
+
],
|
|
1986
|
+
"decorators": [
|
|
1987
|
+
{
|
|
1988
|
+
"name": "Component",
|
|
1989
|
+
"arguments": {
|
|
1990
|
+
"obj": "@Component({\n selector: 'sky-summary-action-bar-secondary-actions',\n templateUrl: './summary-action-bar-secondary-actions.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
1991
|
+
}
|
|
1698
1992
|
}
|
|
1699
1993
|
]
|
|
1700
1994
|
}
|
|
@@ -1702,13 +1996,325 @@
|
|
|
1702
1996
|
"groups": [
|
|
1703
1997
|
{
|
|
1704
1998
|
"title": "Modules",
|
|
1705
|
-
"kind": 2,
|
|
1706
1999
|
"children": [
|
|
1707
2000
|
1,
|
|
1708
2001
|
2
|
|
1709
2002
|
]
|
|
1710
2003
|
}
|
|
1711
|
-
]
|
|
2004
|
+
],
|
|
2005
|
+
"packageName": "@skyux/action-bars",
|
|
2006
|
+
"readme": [
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "text",
|
|
2009
|
+
"text": "# action-bars\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "code",
|
|
2013
|
+
"text": "`nx test action-bars`"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "text",
|
|
2017
|
+
"text": " to execute the unit tests."
|
|
2018
|
+
}
|
|
2019
|
+
],
|
|
2020
|
+
"symbolIdMap": {
|
|
2021
|
+
"1": {
|
|
2022
|
+
"sourceFileName": "libs/components/action-bars/src/index.ts",
|
|
2023
|
+
"qualifiedName": ""
|
|
2024
|
+
},
|
|
2025
|
+
"2": {
|
|
2026
|
+
"sourceFileName": "libs/components/action-bars/testing/src/public-api.ts",
|
|
2027
|
+
"qualifiedName": ""
|
|
2028
|
+
},
|
|
2029
|
+
"3": {
|
|
2030
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.module.ts",
|
|
2031
|
+
"qualifiedName": "SkySummaryActionBarModule"
|
|
2032
|
+
},
|
|
2033
|
+
"6": {
|
|
2034
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
|
|
2035
|
+
"qualifiedName": "SkySummaryActionBarSummaryComponent"
|
|
2036
|
+
},
|
|
2037
|
+
"9": {
|
|
2038
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2039
|
+
"qualifiedName": "SkySummaryActionBarComponent"
|
|
2040
|
+
},
|
|
2041
|
+
"10": {
|
|
2042
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2043
|
+
"qualifiedName": "SkySummaryActionBarComponent.__constructor"
|
|
2044
|
+
},
|
|
2045
|
+
"11": {
|
|
2046
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2047
|
+
"qualifiedName": "SkySummaryActionBarComponent"
|
|
2048
|
+
},
|
|
2049
|
+
"12": {
|
|
2050
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2051
|
+
"qualifiedName": "adapterService"
|
|
2052
|
+
},
|
|
2053
|
+
"13": {
|
|
2054
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2055
|
+
"qualifiedName": "changeDetector"
|
|
2056
|
+
},
|
|
2057
|
+
"14": {
|
|
2058
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2059
|
+
"qualifiedName": "elementRef"
|
|
2060
|
+
},
|
|
2061
|
+
"15": {
|
|
2062
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2063
|
+
"qualifiedName": "mediaQueryService"
|
|
2064
|
+
},
|
|
2065
|
+
"16": {
|
|
2066
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2067
|
+
"qualifiedName": "observerService"
|
|
2068
|
+
},
|
|
2069
|
+
"17": {
|
|
2070
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2071
|
+
"qualifiedName": "windowRef"
|
|
2072
|
+
},
|
|
2073
|
+
"18": {
|
|
2074
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2075
|
+
"qualifiedName": "SkySummaryActionBarComponent.isSummaryCollapsed"
|
|
2076
|
+
},
|
|
2077
|
+
"19": {
|
|
2078
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2079
|
+
"qualifiedName": "SkySummaryActionBarComponent.type"
|
|
2080
|
+
},
|
|
2081
|
+
"20": {
|
|
2082
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2083
|
+
"qualifiedName": "SkySummaryActionBarComponent.slideDirection"
|
|
2084
|
+
},
|
|
2085
|
+
"21": {
|
|
2086
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2087
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryId"
|
|
2088
|
+
},
|
|
2089
|
+
"22": {
|
|
2090
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2091
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryElement"
|
|
2092
|
+
},
|
|
2093
|
+
"23": {
|
|
2094
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2095
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryElement"
|
|
2096
|
+
},
|
|
2097
|
+
"24": {
|
|
2098
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2099
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryElement"
|
|
2100
|
+
},
|
|
2101
|
+
"25": {
|
|
2102
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2103
|
+
"qualifiedName": "element"
|
|
2104
|
+
},
|
|
2105
|
+
"26": {
|
|
2106
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2107
|
+
"qualifiedName": "SkySummaryActionBarComponent.chevronElementRef"
|
|
2108
|
+
},
|
|
2109
|
+
"36": {
|
|
2110
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2111
|
+
"qualifiedName": "SkySummaryActionBarComponent.mediaQueryService"
|
|
2112
|
+
},
|
|
2113
|
+
"37": {
|
|
2114
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2115
|
+
"qualifiedName": "SkySummaryActionBarComponent.ngAfterViewInit"
|
|
2116
|
+
},
|
|
2117
|
+
"38": {
|
|
2118
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2119
|
+
"qualifiedName": "SkySummaryActionBarComponent.ngAfterViewInit"
|
|
2120
|
+
},
|
|
2121
|
+
"39": {
|
|
2122
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2123
|
+
"qualifiedName": "SkySummaryActionBarComponent.ngOnDestroy"
|
|
2124
|
+
},
|
|
2125
|
+
"40": {
|
|
2126
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2127
|
+
"qualifiedName": "SkySummaryActionBarComponent.ngOnDestroy"
|
|
2128
|
+
},
|
|
2129
|
+
"41": {
|
|
2130
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2131
|
+
"qualifiedName": "SkySummaryActionBarComponent.onDirectionChange"
|
|
2132
|
+
},
|
|
2133
|
+
"42": {
|
|
2134
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2135
|
+
"qualifiedName": "SkySummaryActionBarComponent.onDirectionChange"
|
|
2136
|
+
},
|
|
2137
|
+
"43": {
|
|
2138
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2139
|
+
"qualifiedName": "direction"
|
|
2140
|
+
},
|
|
2141
|
+
"44": {
|
|
2142
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2143
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryContentExists"
|
|
2144
|
+
},
|
|
2145
|
+
"45": {
|
|
2146
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2147
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryContentExists"
|
|
2148
|
+
},
|
|
2149
|
+
"46": {
|
|
2150
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2151
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionEnd"
|
|
2152
|
+
},
|
|
2153
|
+
"47": {
|
|
2154
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2155
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionEnd"
|
|
2156
|
+
},
|
|
2157
|
+
"48": {
|
|
2158
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2159
|
+
"qualifiedName": "animationEvent"
|
|
2160
|
+
},
|
|
2161
|
+
"49": {
|
|
2162
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2163
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionStart"
|
|
2164
|
+
},
|
|
2165
|
+
"50": {
|
|
2166
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2167
|
+
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionStart"
|
|
2168
|
+
},
|
|
2169
|
+
"53": {
|
|
2170
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2171
|
+
"qualifiedName": "SkySummaryActionBarComponent.setupTabListener"
|
|
2172
|
+
},
|
|
2173
|
+
"54": {
|
|
2174
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2175
|
+
"qualifiedName": "SkySummaryActionBarComponent.setupTabListener"
|
|
2176
|
+
},
|
|
2177
|
+
"61": {
|
|
2178
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
|
|
2179
|
+
"qualifiedName": "SkySummaryActionBarActionsComponent"
|
|
2180
|
+
},
|
|
2181
|
+
"64": {
|
|
2182
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
2183
|
+
"qualifiedName": "SkySummaryActionBarCancelComponent"
|
|
2184
|
+
},
|
|
2185
|
+
"67": {
|
|
2186
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
2187
|
+
"qualifiedName": "SkySummaryActionBarCancelComponent.disabled"
|
|
2188
|
+
},
|
|
2189
|
+
"68": {
|
|
2190
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
2191
|
+
"qualifiedName": "SkySummaryActionBarCancelComponent.actionClick"
|
|
2192
|
+
},
|
|
2193
|
+
"69": {
|
|
2194
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
2195
|
+
"qualifiedName": "SkySummaryActionBarCancelComponent.onCancelClicked"
|
|
2196
|
+
},
|
|
2197
|
+
"70": {
|
|
2198
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
2199
|
+
"qualifiedName": "SkySummaryActionBarCancelComponent.onCancelClicked"
|
|
2200
|
+
},
|
|
2201
|
+
"71": {
|
|
2202
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
2203
|
+
"qualifiedName": "SkySummaryActionBarPrimaryActionComponent"
|
|
2204
|
+
},
|
|
2205
|
+
"74": {
|
|
2206
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
2207
|
+
"qualifiedName": "SkySummaryActionBarPrimaryActionComponent.disabled"
|
|
2208
|
+
},
|
|
2209
|
+
"75": {
|
|
2210
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
2211
|
+
"qualifiedName": "SkySummaryActionBarPrimaryActionComponent.actionClick"
|
|
2212
|
+
},
|
|
2213
|
+
"76": {
|
|
2214
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
2215
|
+
"qualifiedName": "SkySummaryActionBarPrimaryActionComponent.onButtonClicked"
|
|
2216
|
+
},
|
|
2217
|
+
"77": {
|
|
2218
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
2219
|
+
"qualifiedName": "SkySummaryActionBarPrimaryActionComponent.onButtonClicked"
|
|
2220
|
+
},
|
|
2221
|
+
"78": {
|
|
2222
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2223
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent"
|
|
2224
|
+
},
|
|
2225
|
+
"79": {
|
|
2226
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2227
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.__constructor"
|
|
2228
|
+
},
|
|
2229
|
+
"80": {
|
|
2230
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2231
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent"
|
|
2232
|
+
},
|
|
2233
|
+
"81": {
|
|
2234
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2235
|
+
"qualifiedName": "changeDetector"
|
|
2236
|
+
},
|
|
2237
|
+
"82": {
|
|
2238
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2239
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.disabled"
|
|
2240
|
+
},
|
|
2241
|
+
"83": {
|
|
2242
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2243
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.isDropdown"
|
|
2244
|
+
},
|
|
2245
|
+
"84": {
|
|
2246
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2247
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.isDropdown"
|
|
2248
|
+
},
|
|
2249
|
+
"85": {
|
|
2250
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2251
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.isDropdown"
|
|
2252
|
+
},
|
|
2253
|
+
"86": {
|
|
2254
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2255
|
+
"qualifiedName": "value"
|
|
2256
|
+
},
|
|
2257
|
+
"87": {
|
|
2258
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2259
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.actionClick"
|
|
2260
|
+
},
|
|
2261
|
+
"90": {
|
|
2262
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2263
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.onButtonClicked"
|
|
2264
|
+
},
|
|
2265
|
+
"91": {
|
|
2266
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
2267
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionComponent.onButtonClicked"
|
|
2268
|
+
},
|
|
2269
|
+
"92": {
|
|
2270
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2271
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent"
|
|
2272
|
+
},
|
|
2273
|
+
"93": {
|
|
2274
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2275
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.__constructor"
|
|
2276
|
+
},
|
|
2277
|
+
"94": {
|
|
2278
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2279
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent"
|
|
2280
|
+
},
|
|
2281
|
+
"95": {
|
|
2282
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2283
|
+
"qualifiedName": "changeDetector"
|
|
2284
|
+
},
|
|
2285
|
+
"96": {
|
|
2286
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2287
|
+
"qualifiedName": "mediaQueryService"
|
|
2288
|
+
},
|
|
2289
|
+
"97": {
|
|
2290
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2291
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.secondaryActionComponents"
|
|
2292
|
+
},
|
|
2293
|
+
"98": {
|
|
2294
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2295
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.isMobile"
|
|
2296
|
+
},
|
|
2297
|
+
"99": {
|
|
2298
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2299
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.dropdownMessageStream"
|
|
2300
|
+
},
|
|
2301
|
+
"105": {
|
|
2302
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2303
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngAfterContentInit"
|
|
2304
|
+
},
|
|
2305
|
+
"106": {
|
|
2306
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2307
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngAfterContentInit"
|
|
2308
|
+
},
|
|
2309
|
+
"107": {
|
|
2310
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2311
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngOnDestroy"
|
|
2312
|
+
},
|
|
2313
|
+
"108": {
|
|
2314
|
+
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2315
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngOnDestroy"
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
1712
2318
|
},
|
|
1713
2319
|
"codeExamples": [
|
|
1714
2320
|
{
|