@skyux/action-bars 11.15.1 → 11.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +263 -680
- package/esm2022/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.mjs +3 -3
- package/esm2022/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.mjs +3 -3
- package/esm2022/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.mjs +3 -3
- package/esm2022/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.mjs +6 -3
- package/esm2022/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.mjs +37 -57
- package/esm2022/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.mjs +3 -3
- package/esm2022/lib/modules/summary-action-bar/summary-action-bar.component.mjs +74 -57
- package/esm2022/lib/modules/summary-action-bar/summary-action-bar.module.mjs +7 -32
- package/fesm2022/skyux-action-bars.mjs +170 -210
- package/fesm2022/skyux-action-bars.mjs.map +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.d.ts +5 -9
- package/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.d.ts +1 -1
- package/lib/modules/summary-action-bar/summary-action-bar.component.d.ts +6 -9
- package/lib/modules/summary-action-bar/summary-action-bar.module.d.ts +6 -13
- package/package.json +9 -9
- package/esm2022/lib/modules/summary-action-bar/summary-action-bar-collapsible.pipe.mjs +0 -19
- package/lib/modules/summary-action-bar/summary-action-bar-collapsible.pipe.d.ts +0 -9
package/documentation.json
CHANGED
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"sources": [
|
|
35
35
|
{
|
|
36
36
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.module.ts",
|
|
37
|
-
"line":
|
|
37
|
+
"line": 31,
|
|
38
38
|
"character": 13,
|
|
39
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
39
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.module.ts#L31"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"decorators": [
|
|
43
43
|
{
|
|
44
44
|
"name": "NgModule",
|
|
45
45
|
"arguments": {
|
|
46
|
-
"obj": "@NgModule({\n
|
|
46
|
+
"obj": "@NgModule({\n imports: [\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n exports: [\n SkySummaryActionBarComponent,\n SkySummaryActionBarActionsComponent,\n SkySummaryActionBarCancelComponent,\n SkySummaryActionBarPrimaryActionComponent,\n SkySummaryActionBarSecondaryActionComponent,\n SkySummaryActionBarSecondaryActionsComponent,\n SkySummaryActionBarSummaryComponent,\n ],\n})"
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"id":
|
|
52
|
+
"id": 93,
|
|
53
53
|
"name": "SkySummaryActionBarSummaryComponent",
|
|
54
54
|
"variant": "declaration",
|
|
55
55
|
"kind": 128,
|
|
@@ -67,29 +67,29 @@
|
|
|
67
67
|
{
|
|
68
68
|
"title": "Constructors",
|
|
69
69
|
"children": [
|
|
70
|
-
|
|
70
|
+
94
|
|
71
71
|
]
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"sources": [
|
|
75
75
|
{
|
|
76
76
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
|
|
77
|
-
"line":
|
|
77
|
+
"line": 12,
|
|
78
78
|
"character": 13,
|
|
79
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
79
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts#L12"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"decorators": [
|
|
83
83
|
{
|
|
84
84
|
"name": "Component",
|
|
85
85
|
"arguments": {
|
|
86
|
-
"obj": "@Component({\n selector: 'sky-summary-action-bar-summary',\n templateUrl: './summary-action-bar-summary.component.html',\n
|
|
86
|
+
"obj": "@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'sky-summary-action-bar-summary',\n standalone: true,\n templateUrl: './summary-action-bar-summary.component.html',\n})"
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
"id":
|
|
92
|
+
"id": 45,
|
|
93
93
|
"name": "SkySummaryActionBarComponent",
|
|
94
94
|
"variant": "declaration",
|
|
95
95
|
"kind": 128,
|
|
@@ -120,149 +120,7 @@
|
|
|
120
120
|
},
|
|
121
121
|
"children": [
|
|
122
122
|
{
|
|
123
|
-
"id":
|
|
124
|
-
"name": "constructor",
|
|
125
|
-
"variant": "declaration",
|
|
126
|
-
"kind": 512,
|
|
127
|
-
"flags": {},
|
|
128
|
-
"sources": [
|
|
129
|
-
{
|
|
130
|
-
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
131
|
-
"line": 77,
|
|
132
|
-
"character": 2,
|
|
133
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L77"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"signatures": [
|
|
137
|
-
{
|
|
138
|
-
"id": 58,
|
|
139
|
-
"name": "SkySummaryActionBarComponent",
|
|
140
|
-
"variant": "signature",
|
|
141
|
-
"kind": 16384,
|
|
142
|
-
"flags": {},
|
|
143
|
-
"sources": [
|
|
144
|
-
{
|
|
145
|
-
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
146
|
-
"line": 77,
|
|
147
|
-
"character": 2,
|
|
148
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L77"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"parameters": [
|
|
152
|
-
{
|
|
153
|
-
"id": 59,
|
|
154
|
-
"name": "adapterService",
|
|
155
|
-
"variant": "param",
|
|
156
|
-
"kind": 32768,
|
|
157
|
-
"flags": {},
|
|
158
|
-
"type": {
|
|
159
|
-
"type": "reference",
|
|
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"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"id": 60,
|
|
170
|
-
"name": "changeDetector",
|
|
171
|
-
"variant": "param",
|
|
172
|
-
"kind": 32768,
|
|
173
|
-
"flags": {},
|
|
174
|
-
"type": {
|
|
175
|
-
"type": "reference",
|
|
176
|
-
"target": {
|
|
177
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
178
|
-
"qualifiedName": "ChangeDetectorRef"
|
|
179
|
-
},
|
|
180
|
-
"name": "ChangeDetectorRef",
|
|
181
|
-
"package": "@angular/core"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"id": 61,
|
|
186
|
-
"name": "elementRef",
|
|
187
|
-
"variant": "param",
|
|
188
|
-
"kind": 32768,
|
|
189
|
-
"flags": {},
|
|
190
|
-
"type": {
|
|
191
|
-
"type": "reference",
|
|
192
|
-
"target": {
|
|
193
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
194
|
-
"qualifiedName": "ElementRef"
|
|
195
|
-
},
|
|
196
|
-
"typeArguments": [
|
|
197
|
-
{
|
|
198
|
-
"type": "intrinsic",
|
|
199
|
-
"name": "any"
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
|
-
"name": "ElementRef",
|
|
203
|
-
"package": "@angular/core"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"id": 62,
|
|
208
|
-
"name": "mediaQueryService",
|
|
209
|
-
"variant": "param",
|
|
210
|
-
"kind": 32768,
|
|
211
|
-
"flags": {},
|
|
212
|
-
"type": {
|
|
213
|
-
"type": "reference",
|
|
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"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"id": 63,
|
|
224
|
-
"name": "observerService",
|
|
225
|
-
"variant": "param",
|
|
226
|
-
"kind": 32768,
|
|
227
|
-
"flags": {},
|
|
228
|
-
"type": {
|
|
229
|
-
"type": "reference",
|
|
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"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"id": 64,
|
|
240
|
-
"name": "windowRef",
|
|
241
|
-
"variant": "param",
|
|
242
|
-
"kind": 32768,
|
|
243
|
-
"flags": {},
|
|
244
|
-
"type": {
|
|
245
|
-
"type": "reference",
|
|
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"
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
],
|
|
255
|
-
"type": {
|
|
256
|
-
"type": "reference",
|
|
257
|
-
"target": 56,
|
|
258
|
-
"name": "SkySummaryActionBarComponent",
|
|
259
|
-
"package": "@skyux/action-bars"
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
]
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"id": 73,
|
|
123
|
+
"id": 62,
|
|
266
124
|
"name": "chevronElementRef",
|
|
267
125
|
"variant": "declaration",
|
|
268
126
|
"kind": 1024,
|
|
@@ -272,9 +130,9 @@
|
|
|
272
130
|
"sources": [
|
|
273
131
|
{
|
|
274
132
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
275
|
-
"line":
|
|
133
|
+
"line": 85,
|
|
276
134
|
"character": 9,
|
|
277
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
135
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L85"
|
|
278
136
|
}
|
|
279
137
|
],
|
|
280
138
|
"type": {
|
|
@@ -295,7 +153,7 @@
|
|
|
295
153
|
"decorators": []
|
|
296
154
|
},
|
|
297
155
|
{
|
|
298
|
-
"id":
|
|
156
|
+
"id": 55,
|
|
299
157
|
"name": "isSummaryCollapsed",
|
|
300
158
|
"variant": "declaration",
|
|
301
159
|
"kind": 1024,
|
|
@@ -305,46 +163,31 @@
|
|
|
305
163
|
"sources": [
|
|
306
164
|
{
|
|
307
165
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
308
|
-
"line":
|
|
166
|
+
"line": 69,
|
|
309
167
|
"character": 9,
|
|
310
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
311
|
-
}
|
|
312
|
-
],
|
|
313
|
-
"type": {
|
|
314
|
-
"type": "intrinsic",
|
|
315
|
-
"name": "boolean"
|
|
316
|
-
},
|
|
317
|
-
"defaultValue": "false",
|
|
318
|
-
"decorators": []
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"id": 83,
|
|
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": 81,
|
|
332
|
-
"character": 11,
|
|
333
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L81"
|
|
168
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L69"
|
|
334
169
|
}
|
|
335
170
|
],
|
|
336
171
|
"type": {
|
|
337
172
|
"type": "reference",
|
|
338
173
|
"target": {
|
|
339
|
-
"sourceFileName": "
|
|
340
|
-
"qualifiedName": "
|
|
174
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
175
|
+
"qualifiedName": "WritableSignal"
|
|
341
176
|
},
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
177
|
+
"typeArguments": [
|
|
178
|
+
{
|
|
179
|
+
"type": "intrinsic",
|
|
180
|
+
"name": "boolean"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"name": "WritableSignal",
|
|
184
|
+
"package": "@angular/core"
|
|
185
|
+
},
|
|
186
|
+
"defaultValue": "...",
|
|
187
|
+
"decorators": []
|
|
345
188
|
},
|
|
346
189
|
{
|
|
347
|
-
"id":
|
|
190
|
+
"id": 56,
|
|
348
191
|
"name": "slideDirection",
|
|
349
192
|
"variant": "declaration",
|
|
350
193
|
"kind": 1024,
|
|
@@ -354,20 +197,31 @@
|
|
|
354
197
|
"sources": [
|
|
355
198
|
{
|
|
356
199
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
357
|
-
"line":
|
|
200
|
+
"line": 70,
|
|
358
201
|
"character": 9,
|
|
359
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
202
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L70"
|
|
360
203
|
}
|
|
361
204
|
],
|
|
362
205
|
"type": {
|
|
363
|
-
"type": "
|
|
364
|
-
"
|
|
206
|
+
"type": "reference",
|
|
207
|
+
"target": {
|
|
208
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
209
|
+
"qualifiedName": "WritableSignal"
|
|
210
|
+
},
|
|
211
|
+
"typeArguments": [
|
|
212
|
+
{
|
|
213
|
+
"type": "intrinsic",
|
|
214
|
+
"name": "string"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"name": "WritableSignal",
|
|
218
|
+
"package": "@angular/core"
|
|
365
219
|
},
|
|
366
|
-
"defaultValue": "
|
|
220
|
+
"defaultValue": "...",
|
|
367
221
|
"decorators": []
|
|
368
222
|
},
|
|
369
223
|
{
|
|
370
|
-
"id":
|
|
224
|
+
"id": 57,
|
|
371
225
|
"name": "summaryId",
|
|
372
226
|
"variant": "declaration",
|
|
373
227
|
"kind": 1024,
|
|
@@ -377,9 +231,9 @@
|
|
|
377
231
|
"sources": [
|
|
378
232
|
{
|
|
379
233
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
380
|
-
"line":
|
|
234
|
+
"line": 72,
|
|
381
235
|
"character": 9,
|
|
382
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
236
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L72"
|
|
383
237
|
}
|
|
384
238
|
],
|
|
385
239
|
"type": {
|
|
@@ -390,34 +244,7 @@
|
|
|
390
244
|
"decorators": []
|
|
391
245
|
},
|
|
392
246
|
{
|
|
393
|
-
"id":
|
|
394
|
-
"name": "type",
|
|
395
|
-
"variant": "declaration",
|
|
396
|
-
"kind": 1024,
|
|
397
|
-
"flags": {
|
|
398
|
-
"isPublic": true
|
|
399
|
-
},
|
|
400
|
-
"sources": [
|
|
401
|
-
{
|
|
402
|
-
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
403
|
-
"line": 47,
|
|
404
|
-
"character": 9,
|
|
405
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L47"
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"type": {
|
|
409
|
-
"type": "reference",
|
|
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": []
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"id": 69,
|
|
247
|
+
"id": 58,
|
|
421
248
|
"name": "summaryElement",
|
|
422
249
|
"variant": "declaration",
|
|
423
250
|
"kind": 262144,
|
|
@@ -427,19 +254,19 @@
|
|
|
427
254
|
"sources": [
|
|
428
255
|
{
|
|
429
256
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
430
|
-
"line":
|
|
257
|
+
"line": 75,
|
|
431
258
|
"character": 13,
|
|
432
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
259
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L75"
|
|
433
260
|
},
|
|
434
261
|
{
|
|
435
262
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
436
|
-
"line":
|
|
263
|
+
"line": 80,
|
|
437
264
|
"character": 13,
|
|
438
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
265
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L80"
|
|
439
266
|
}
|
|
440
267
|
],
|
|
441
268
|
"getSignature": {
|
|
442
|
-
"id":
|
|
269
|
+
"id": 59,
|
|
443
270
|
"name": "summaryElement",
|
|
444
271
|
"variant": "signature",
|
|
445
272
|
"kind": 524288,
|
|
@@ -447,9 +274,9 @@
|
|
|
447
274
|
"sources": [
|
|
448
275
|
{
|
|
449
276
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
450
|
-
"line":
|
|
277
|
+
"line": 80,
|
|
451
278
|
"character": 13,
|
|
452
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
279
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L80"
|
|
453
280
|
}
|
|
454
281
|
],
|
|
455
282
|
"type": {
|
|
@@ -469,7 +296,7 @@
|
|
|
469
296
|
}
|
|
470
297
|
},
|
|
471
298
|
"setSignature": {
|
|
472
|
-
"id":
|
|
299
|
+
"id": 60,
|
|
473
300
|
"name": "summaryElement",
|
|
474
301
|
"variant": "signature",
|
|
475
302
|
"kind": 1048576,
|
|
@@ -477,14 +304,14 @@
|
|
|
477
304
|
"sources": [
|
|
478
305
|
{
|
|
479
306
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
480
|
-
"line":
|
|
307
|
+
"line": 75,
|
|
481
308
|
"character": 13,
|
|
482
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
309
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L75"
|
|
483
310
|
}
|
|
484
311
|
],
|
|
485
312
|
"parameters": [
|
|
486
313
|
{
|
|
487
|
-
"id":
|
|
314
|
+
"id": 61,
|
|
488
315
|
"name": "element",
|
|
489
316
|
"variant": "param",
|
|
490
317
|
"kind": 32768,
|
|
@@ -514,7 +341,7 @@
|
|
|
514
341
|
"decorators": []
|
|
515
342
|
},
|
|
516
343
|
{
|
|
517
|
-
"id":
|
|
344
|
+
"id": 69,
|
|
518
345
|
"name": "ngAfterViewInit",
|
|
519
346
|
"variant": "declaration",
|
|
520
347
|
"kind": 2048,
|
|
@@ -524,14 +351,14 @@
|
|
|
524
351
|
"sources": [
|
|
525
352
|
{
|
|
526
353
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
527
|
-
"line":
|
|
354
|
+
"line": 105,
|
|
528
355
|
"character": 9,
|
|
529
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
356
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L105"
|
|
530
357
|
}
|
|
531
358
|
],
|
|
532
359
|
"signatures": [
|
|
533
360
|
{
|
|
534
|
-
"id":
|
|
361
|
+
"id": 70,
|
|
535
362
|
"name": "ngAfterViewInit",
|
|
536
363
|
"variant": "signature",
|
|
537
364
|
"kind": 4096,
|
|
@@ -539,9 +366,9 @@
|
|
|
539
366
|
"sources": [
|
|
540
367
|
{
|
|
541
368
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
542
|
-
"line":
|
|
369
|
+
"line": 105,
|
|
543
370
|
"character": 9,
|
|
544
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
371
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L105"
|
|
545
372
|
}
|
|
546
373
|
],
|
|
547
374
|
"type": {
|
|
@@ -563,7 +390,7 @@
|
|
|
563
390
|
"decorators": []
|
|
564
391
|
},
|
|
565
392
|
{
|
|
566
|
-
"id":
|
|
393
|
+
"id": 71,
|
|
567
394
|
"name": "ngOnDestroy",
|
|
568
395
|
"variant": "declaration",
|
|
569
396
|
"kind": 2048,
|
|
@@ -573,14 +400,14 @@
|
|
|
573
400
|
"sources": [
|
|
574
401
|
{
|
|
575
402
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
576
|
-
"line":
|
|
403
|
+
"line": 143,
|
|
577
404
|
"character": 9,
|
|
578
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
405
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L143"
|
|
579
406
|
}
|
|
580
407
|
],
|
|
581
408
|
"signatures": [
|
|
582
409
|
{
|
|
583
|
-
"id":
|
|
410
|
+
"id": 72,
|
|
584
411
|
"name": "ngOnDestroy",
|
|
585
412
|
"variant": "signature",
|
|
586
413
|
"kind": 4096,
|
|
@@ -588,9 +415,9 @@
|
|
|
588
415
|
"sources": [
|
|
589
416
|
{
|
|
590
417
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
591
|
-
"line":
|
|
418
|
+
"line": 143,
|
|
592
419
|
"character": 9,
|
|
593
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
420
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L143"
|
|
594
421
|
}
|
|
595
422
|
],
|
|
596
423
|
"type": {
|
|
@@ -612,7 +439,7 @@
|
|
|
612
439
|
"decorators": []
|
|
613
440
|
},
|
|
614
441
|
{
|
|
615
|
-
"id":
|
|
442
|
+
"id": 73,
|
|
616
443
|
"name": "onDirectionChange",
|
|
617
444
|
"variant": "declaration",
|
|
618
445
|
"kind": 2048,
|
|
@@ -622,14 +449,14 @@
|
|
|
622
449
|
"sources": [
|
|
623
450
|
{
|
|
624
451
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
625
|
-
"line":
|
|
452
|
+
"line": 161,
|
|
626
453
|
"character": 9,
|
|
627
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
454
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L161"
|
|
628
455
|
}
|
|
629
456
|
],
|
|
630
457
|
"signatures": [
|
|
631
458
|
{
|
|
632
|
-
"id":
|
|
459
|
+
"id": 74,
|
|
633
460
|
"name": "onDirectionChange",
|
|
634
461
|
"variant": "signature",
|
|
635
462
|
"kind": 4096,
|
|
@@ -637,14 +464,14 @@
|
|
|
637
464
|
"sources": [
|
|
638
465
|
{
|
|
639
466
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
640
|
-
"line":
|
|
467
|
+
"line": 161,
|
|
641
468
|
"character": 9,
|
|
642
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
469
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L161"
|
|
643
470
|
}
|
|
644
471
|
],
|
|
645
472
|
"parameters": [
|
|
646
473
|
{
|
|
647
|
-
"id":
|
|
474
|
+
"id": 75,
|
|
648
475
|
"name": "direction",
|
|
649
476
|
"variant": "param",
|
|
650
477
|
"kind": 32768,
|
|
@@ -664,7 +491,7 @@
|
|
|
664
491
|
"decorators": []
|
|
665
492
|
},
|
|
666
493
|
{
|
|
667
|
-
"id":
|
|
494
|
+
"id": 85,
|
|
668
495
|
"name": "setupTabListener",
|
|
669
496
|
"variant": "declaration",
|
|
670
497
|
"kind": 2048,
|
|
@@ -674,14 +501,14 @@
|
|
|
674
501
|
"sources": [
|
|
675
502
|
{
|
|
676
503
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
677
|
-
"line":
|
|
504
|
+
"line": 214,
|
|
678
505
|
"character": 9,
|
|
679
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
506
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L214"
|
|
680
507
|
}
|
|
681
508
|
],
|
|
682
509
|
"signatures": [
|
|
683
510
|
{
|
|
684
|
-
"id":
|
|
511
|
+
"id": 86,
|
|
685
512
|
"name": "setupTabListener",
|
|
686
513
|
"variant": "signature",
|
|
687
514
|
"kind": 4096,
|
|
@@ -689,9 +516,9 @@
|
|
|
689
516
|
"sources": [
|
|
690
517
|
{
|
|
691
518
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
692
|
-
"line":
|
|
519
|
+
"line": 214,
|
|
693
520
|
"character": 9,
|
|
694
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
521
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L214"
|
|
695
522
|
}
|
|
696
523
|
],
|
|
697
524
|
"type": {
|
|
@@ -703,7 +530,7 @@
|
|
|
703
530
|
"decorators": []
|
|
704
531
|
},
|
|
705
532
|
{
|
|
706
|
-
"id":
|
|
533
|
+
"id": 76,
|
|
707
534
|
"name": "summaryContentExists",
|
|
708
535
|
"variant": "declaration",
|
|
709
536
|
"kind": 2048,
|
|
@@ -713,14 +540,14 @@
|
|
|
713
540
|
"sources": [
|
|
714
541
|
{
|
|
715
542
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
716
|
-
"line":
|
|
543
|
+
"line": 165,
|
|
717
544
|
"character": 9,
|
|
718
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
545
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L165"
|
|
719
546
|
}
|
|
720
547
|
],
|
|
721
548
|
"signatures": [
|
|
722
549
|
{
|
|
723
|
-
"id":
|
|
550
|
+
"id": 77,
|
|
724
551
|
"name": "summaryContentExists",
|
|
725
552
|
"variant": "signature",
|
|
726
553
|
"kind": 4096,
|
|
@@ -728,9 +555,9 @@
|
|
|
728
555
|
"sources": [
|
|
729
556
|
{
|
|
730
557
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
731
|
-
"line":
|
|
558
|
+
"line": 165,
|
|
732
559
|
"character": 9,
|
|
733
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
560
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L165"
|
|
734
561
|
}
|
|
735
562
|
],
|
|
736
563
|
"type": {
|
|
@@ -742,7 +569,7 @@
|
|
|
742
569
|
"decorators": []
|
|
743
570
|
},
|
|
744
571
|
{
|
|
745
|
-
"id":
|
|
572
|
+
"id": 78,
|
|
746
573
|
"name": "summaryTransitionEnd",
|
|
747
574
|
"variant": "declaration",
|
|
748
575
|
"kind": 2048,
|
|
@@ -752,14 +579,14 @@
|
|
|
752
579
|
"sources": [
|
|
753
580
|
{
|
|
754
581
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
755
|
-
"line":
|
|
582
|
+
"line": 170,
|
|
756
583
|
"character": 9,
|
|
757
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
584
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L170"
|
|
758
585
|
}
|
|
759
586
|
],
|
|
760
587
|
"signatures": [
|
|
761
588
|
{
|
|
762
|
-
"id":
|
|
589
|
+
"id": 79,
|
|
763
590
|
"name": "summaryTransitionEnd",
|
|
764
591
|
"variant": "signature",
|
|
765
592
|
"kind": 4096,
|
|
@@ -767,14 +594,14 @@
|
|
|
767
594
|
"sources": [
|
|
768
595
|
{
|
|
769
596
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
770
|
-
"line":
|
|
597
|
+
"line": 170,
|
|
771
598
|
"character": 9,
|
|
772
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
599
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L170"
|
|
773
600
|
}
|
|
774
601
|
],
|
|
775
602
|
"parameters": [
|
|
776
603
|
{
|
|
777
|
-
"id":
|
|
604
|
+
"id": 80,
|
|
778
605
|
"name": "animationEvent",
|
|
779
606
|
"variant": "param",
|
|
780
607
|
"kind": 32768,
|
|
@@ -799,7 +626,7 @@
|
|
|
799
626
|
"decorators": []
|
|
800
627
|
},
|
|
801
628
|
{
|
|
802
|
-
"id":
|
|
629
|
+
"id": 81,
|
|
803
630
|
"name": "summaryTransitionStart",
|
|
804
631
|
"variant": "declaration",
|
|
805
632
|
"kind": 2048,
|
|
@@ -809,14 +636,14 @@
|
|
|
809
636
|
"sources": [
|
|
810
637
|
{
|
|
811
638
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
812
|
-
"line":
|
|
639
|
+
"line": 196,
|
|
813
640
|
"character": 9,
|
|
814
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
641
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L196"
|
|
815
642
|
}
|
|
816
643
|
],
|
|
817
644
|
"signatures": [
|
|
818
645
|
{
|
|
819
|
-
"id":
|
|
646
|
+
"id": 82,
|
|
820
647
|
"name": "summaryTransitionStart",
|
|
821
648
|
"variant": "signature",
|
|
822
649
|
"kind": 4096,
|
|
@@ -824,9 +651,9 @@
|
|
|
824
651
|
"sources": [
|
|
825
652
|
{
|
|
826
653
|
"fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
827
|
-
"line":
|
|
654
|
+
"line": 196,
|
|
828
655
|
"character": 9,
|
|
829
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
656
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L196"
|
|
830
657
|
}
|
|
831
658
|
],
|
|
832
659
|
"type": {
|
|
@@ -842,45 +669,43 @@
|
|
|
842
669
|
{
|
|
843
670
|
"title": "Constructors",
|
|
844
671
|
"children": [
|
|
845
|
-
|
|
672
|
+
46
|
|
846
673
|
]
|
|
847
674
|
},
|
|
848
675
|
{
|
|
849
676
|
"title": "Properties",
|
|
850
677
|
"children": [
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
68,
|
|
856
|
-
66
|
|
678
|
+
62,
|
|
679
|
+
55,
|
|
680
|
+
56,
|
|
681
|
+
57
|
|
857
682
|
]
|
|
858
683
|
},
|
|
859
684
|
{
|
|
860
685
|
"title": "Accessors",
|
|
861
686
|
"children": [
|
|
862
|
-
|
|
687
|
+
58
|
|
863
688
|
]
|
|
864
689
|
},
|
|
865
690
|
{
|
|
866
691
|
"title": "Methods",
|
|
867
692
|
"children": [
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
693
|
+
69,
|
|
694
|
+
71,
|
|
695
|
+
73,
|
|
696
|
+
85,
|
|
697
|
+
76,
|
|
698
|
+
78,
|
|
699
|
+
81
|
|
875
700
|
]
|
|
876
701
|
}
|
|
877
702
|
],
|
|
878
703
|
"sources": [
|
|
879
704
|
{
|
|
880
705
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
881
|
-
"line":
|
|
706
|
+
"line": 60,
|
|
882
707
|
"character": 13,
|
|
883
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
708
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L60"
|
|
884
709
|
}
|
|
885
710
|
],
|
|
886
711
|
"implementedTypes": [
|
|
@@ -907,7 +732,7 @@
|
|
|
907
732
|
{
|
|
908
733
|
"name": "Component",
|
|
909
734
|
"arguments": {
|
|
910
|
-
"obj": "@Component({\n selector: 'sky-summary-action-bar',\n
|
|
735
|
+
"obj": "@Component({\n animations: [skyAnimationSlide],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n CommonModule,\n SkyActionBarsResourcesModule,\n SkyChevronModule,\n SkyThemeModule,\n ],\n providers: [SkySummaryActionBarAdapterService],\n selector: 'sky-summary-action-bar',\n standalone: true,\n styleUrls: ['./summary-action-bar.component.scss'],\n templateUrl: './summary-action-bar.component.html',\n})"
|
|
911
736
|
}
|
|
912
737
|
}
|
|
913
738
|
]
|
|
@@ -946,16 +771,16 @@
|
|
|
946
771
|
"sources": [
|
|
947
772
|
{
|
|
948
773
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
|
|
949
|
-
"line":
|
|
774
|
+
"line": 13,
|
|
950
775
|
"character": 13,
|
|
951
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
776
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts#L13"
|
|
952
777
|
}
|
|
953
778
|
],
|
|
954
779
|
"decorators": [
|
|
955
780
|
{
|
|
956
781
|
"name": "Component",
|
|
957
782
|
"arguments": {
|
|
958
|
-
"obj": "@Component({\n selector: 'sky-summary-action-bar-actions',\n
|
|
783
|
+
"obj": "@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'sky-summary-action-bar-actions',\n standalone: true,\n styleUrls: ['./summary-action-bar-actions.component.scss'],\n templateUrl: './summary-action-bar-actions.component.html',\n})"
|
|
959
784
|
}
|
|
960
785
|
}
|
|
961
786
|
]
|
|
@@ -994,9 +819,9 @@
|
|
|
994
819
|
"sources": [
|
|
995
820
|
{
|
|
996
821
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
997
|
-
"line":
|
|
822
|
+
"line": 30,
|
|
998
823
|
"character": 9,
|
|
999
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
824
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L30"
|
|
1000
825
|
}
|
|
1001
826
|
],
|
|
1002
827
|
"type": {
|
|
@@ -1040,9 +865,9 @@
|
|
|
1040
865
|
"sources": [
|
|
1041
866
|
{
|
|
1042
867
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
1043
|
-
"line":
|
|
868
|
+
"line": 24,
|
|
1044
869
|
"character": 9,
|
|
1045
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
870
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L24"
|
|
1046
871
|
}
|
|
1047
872
|
],
|
|
1048
873
|
"type": {
|
|
@@ -1067,9 +892,9 @@
|
|
|
1067
892
|
"sources": [
|
|
1068
893
|
{
|
|
1069
894
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
1070
|
-
"line":
|
|
895
|
+
"line": 32,
|
|
1071
896
|
"character": 9,
|
|
1072
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
897
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L32"
|
|
1073
898
|
}
|
|
1074
899
|
],
|
|
1075
900
|
"signatures": [
|
|
@@ -1082,9 +907,9 @@
|
|
|
1082
907
|
"sources": [
|
|
1083
908
|
{
|
|
1084
909
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
1085
|
-
"line":
|
|
910
|
+
"line": 32,
|
|
1086
911
|
"character": 9,
|
|
1087
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
912
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L32"
|
|
1088
913
|
}
|
|
1089
914
|
],
|
|
1090
915
|
"type": {
|
|
@@ -1120,16 +945,16 @@
|
|
|
1120
945
|
"sources": [
|
|
1121
946
|
{
|
|
1122
947
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
|
|
1123
|
-
"line":
|
|
948
|
+
"line": 19,
|
|
1124
949
|
"character": 13,
|
|
1125
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
950
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L19"
|
|
1126
951
|
}
|
|
1127
952
|
],
|
|
1128
953
|
"decorators": [
|
|
1129
954
|
{
|
|
1130
955
|
"name": "Component",
|
|
1131
956
|
"arguments": {
|
|
1132
|
-
"obj": "@Component({\n selector: 'sky-summary-action-bar-cancel',\n
|
|
957
|
+
"obj": "@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'sky-summary-action-bar-cancel',\n standalone: true,\n styleUrls: ['./summary-action-bar-cancel.component.scss'],\n templateUrl: './summary-action-bar-cancel.component.html',\n})"
|
|
1133
958
|
}
|
|
1134
959
|
}
|
|
1135
960
|
]
|
|
@@ -1168,9 +993,9 @@
|
|
|
1168
993
|
"sources": [
|
|
1169
994
|
{
|
|
1170
995
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1171
|
-
"line":
|
|
996
|
+
"line": 31,
|
|
1172
997
|
"character": 9,
|
|
1173
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
998
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L31"
|
|
1174
999
|
}
|
|
1175
1000
|
],
|
|
1176
1001
|
"type": {
|
|
@@ -1225,9 +1050,9 @@
|
|
|
1225
1050
|
"sources": [
|
|
1226
1051
|
{
|
|
1227
1052
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1228
|
-
"line":
|
|
1053
|
+
"line": 25,
|
|
1229
1054
|
"character": 9,
|
|
1230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1055
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L25"
|
|
1231
1056
|
}
|
|
1232
1057
|
],
|
|
1233
1058
|
"type": {
|
|
@@ -1252,9 +1077,9 @@
|
|
|
1252
1077
|
"sources": [
|
|
1253
1078
|
{
|
|
1254
1079
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1255
|
-
"line":
|
|
1080
|
+
"line": 33,
|
|
1256
1081
|
"character": 9,
|
|
1257
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1082
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L33"
|
|
1258
1083
|
}
|
|
1259
1084
|
],
|
|
1260
1085
|
"signatures": [
|
|
@@ -1267,9 +1092,9 @@
|
|
|
1267
1092
|
"sources": [
|
|
1268
1093
|
{
|
|
1269
1094
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1270
|
-
"line":
|
|
1095
|
+
"line": 33,
|
|
1271
1096
|
"character": 9,
|
|
1272
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1097
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L33"
|
|
1273
1098
|
}
|
|
1274
1099
|
],
|
|
1275
1100
|
"type": {
|
|
@@ -1305,16 +1130,16 @@
|
|
|
1305
1130
|
"sources": [
|
|
1306
1131
|
{
|
|
1307
1132
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
|
|
1308
|
-
"line":
|
|
1133
|
+
"line": 19,
|
|
1309
1134
|
"character": 13,
|
|
1310
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1135
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L19"
|
|
1311
1136
|
}
|
|
1312
1137
|
],
|
|
1313
1138
|
"decorators": [
|
|
1314
1139
|
{
|
|
1315
1140
|
"name": "Component",
|
|
1316
1141
|
"arguments": {
|
|
1317
|
-
"obj": "@Component({\n selector: 'sky-summary-action-bar-primary-action',\n
|
|
1142
|
+
"obj": "@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'sky-summary-action-bar-primary-action',\n standalone: true,\n styleUrls: ['./summary-action-bar-primary-action.component.scss'],\n templateUrl: './summary-action-bar-primary-action.component.html',\n})"
|
|
1318
1143
|
}
|
|
1319
1144
|
}
|
|
1320
1145
|
]
|
|
@@ -1343,9 +1168,9 @@
|
|
|
1343
1168
|
"sources": [
|
|
1344
1169
|
{
|
|
1345
1170
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1346
|
-
"line":
|
|
1171
|
+
"line": 51,
|
|
1347
1172
|
"character": 2,
|
|
1348
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1173
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L51"
|
|
1349
1174
|
}
|
|
1350
1175
|
],
|
|
1351
1176
|
"signatures": [
|
|
@@ -1358,9 +1183,9 @@
|
|
|
1358
1183
|
"sources": [
|
|
1359
1184
|
{
|
|
1360
1185
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1361
|
-
"line":
|
|
1186
|
+
"line": 51,
|
|
1362
1187
|
"character": 2,
|
|
1363
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1188
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L51"
|
|
1364
1189
|
}
|
|
1365
1190
|
],
|
|
1366
1191
|
"parameters": [
|
|
@@ -1409,9 +1234,9 @@
|
|
|
1409
1234
|
"sources": [
|
|
1410
1235
|
{
|
|
1411
1236
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1412
|
-
"line":
|
|
1237
|
+
"line": 45,
|
|
1413
1238
|
"character": 9,
|
|
1414
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1239
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L45"
|
|
1415
1240
|
}
|
|
1416
1241
|
],
|
|
1417
1242
|
"type": {
|
|
@@ -1466,9 +1291,9 @@
|
|
|
1466
1291
|
"sources": [
|
|
1467
1292
|
{
|
|
1468
1293
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1469
|
-
"line":
|
|
1294
|
+
"line": 30,
|
|
1470
1295
|
"character": 9,
|
|
1471
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1296
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L30"
|
|
1472
1297
|
}
|
|
1473
1298
|
],
|
|
1474
1299
|
"type": {
|
|
@@ -1493,15 +1318,15 @@
|
|
|
1493
1318
|
"sources": [
|
|
1494
1319
|
{
|
|
1495
1320
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1496
|
-
"line":
|
|
1321
|
+
"line": 32,
|
|
1497
1322
|
"character": 13,
|
|
1498
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1323
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
|
|
1499
1324
|
},
|
|
1500
1325
|
{
|
|
1501
1326
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1502
|
-
"line":
|
|
1327
|
+
"line": 37,
|
|
1503
1328
|
"character": 13,
|
|
1504
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1329
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L37"
|
|
1505
1330
|
}
|
|
1506
1331
|
],
|
|
1507
1332
|
"getSignature": {
|
|
@@ -1513,9 +1338,9 @@
|
|
|
1513
1338
|
"sources": [
|
|
1514
1339
|
{
|
|
1515
1340
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1516
|
-
"line":
|
|
1341
|
+
"line": 37,
|
|
1517
1342
|
"character": 13,
|
|
1518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1343
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L37"
|
|
1519
1344
|
}
|
|
1520
1345
|
],
|
|
1521
1346
|
"type": {
|
|
@@ -1532,9 +1357,9 @@
|
|
|
1532
1357
|
"sources": [
|
|
1533
1358
|
{
|
|
1534
1359
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1535
|
-
"line":
|
|
1360
|
+
"line": 32,
|
|
1536
1361
|
"character": 13,
|
|
1537
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1362
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
|
|
1538
1363
|
}
|
|
1539
1364
|
],
|
|
1540
1365
|
"parameters": [
|
|
@@ -1568,9 +1393,9 @@
|
|
|
1568
1393
|
"sources": [
|
|
1569
1394
|
{
|
|
1570
1395
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1571
|
-
"line":
|
|
1396
|
+
"line": 55,
|
|
1572
1397
|
"character": 9,
|
|
1573
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1398
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L55"
|
|
1574
1399
|
}
|
|
1575
1400
|
],
|
|
1576
1401
|
"signatures": [
|
|
@@ -1583,9 +1408,9 @@
|
|
|
1583
1408
|
"sources": [
|
|
1584
1409
|
{
|
|
1585
1410
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1586
|
-
"line":
|
|
1411
|
+
"line": 55,
|
|
1587
1412
|
"character": 9,
|
|
1588
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1413
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L55"
|
|
1589
1414
|
}
|
|
1590
1415
|
],
|
|
1591
1416
|
"type": {
|
|
@@ -1627,16 +1452,16 @@
|
|
|
1627
1452
|
"sources": [
|
|
1628
1453
|
{
|
|
1629
1454
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
|
|
1630
|
-
"line":
|
|
1455
|
+
"line": 24,
|
|
1631
1456
|
"character": 13,
|
|
1632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1457
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L24"
|
|
1633
1458
|
}
|
|
1634
1459
|
],
|
|
1635
1460
|
"decorators": [
|
|
1636
1461
|
{
|
|
1637
1462
|
"name": "Component",
|
|
1638
1463
|
"arguments": {
|
|
1639
|
-
"obj": "@Component({\n selector: 'sky-summary-action-bar-secondary-action',\n
|
|
1464
|
+
"obj": "@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CommonModule, SkyDropdownModule, SkyThemeModule],\n selector: 'sky-summary-action-bar-secondary-action',\n standalone: true,\n styleUrls: ['./summary-action-bar-secondary-action.component.scss'],\n templateUrl: './summary-action-bar-secondary-action.component.html',\n})"
|
|
1640
1465
|
}
|
|
1641
1466
|
}
|
|
1642
1467
|
]
|
|
@@ -1673,9 +1498,9 @@
|
|
|
1673
1498
|
"sources": [
|
|
1674
1499
|
{
|
|
1675
1500
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1676
|
-
"line":
|
|
1501
|
+
"line": 56,
|
|
1677
1502
|
"character": 2,
|
|
1678
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1503
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L56"
|
|
1679
1504
|
}
|
|
1680
1505
|
],
|
|
1681
1506
|
"signatures": [
|
|
@@ -1688,43 +1513,9 @@
|
|
|
1688
1513
|
"sources": [
|
|
1689
1514
|
{
|
|
1690
1515
|
"fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1691
|
-
"line":
|
|
1516
|
+
"line": 56,
|
|
1692
1517
|
"character": 2,
|
|
1693
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1694
|
-
}
|
|
1695
|
-
],
|
|
1696
|
-
"parameters": [
|
|
1697
|
-
{
|
|
1698
|
-
"id": 40,
|
|
1699
|
-
"name": "changeDetector",
|
|
1700
|
-
"variant": "param",
|
|
1701
|
-
"kind": 32768,
|
|
1702
|
-
"flags": {},
|
|
1703
|
-
"type": {
|
|
1704
|
-
"type": "reference",
|
|
1705
|
-
"target": {
|
|
1706
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1707
|
-
"qualifiedName": "ChangeDetectorRef"
|
|
1708
|
-
},
|
|
1709
|
-
"name": "ChangeDetectorRef",
|
|
1710
|
-
"package": "@angular/core"
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"id": 41,
|
|
1715
|
-
"name": "mediaQueryService",
|
|
1716
|
-
"variant": "param",
|
|
1717
|
-
"kind": 32768,
|
|
1718
|
-
"flags": {},
|
|
1719
|
-
"type": {
|
|
1720
|
-
"type": "reference",
|
|
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"
|
|
1727
|
-
}
|
|
1518
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L56"
|
|
1728
1519
|
}
|
|
1729
1520
|
],
|
|
1730
1521
|
"type": {
|
|
@@ -1737,7 +1528,7 @@
|
|
|
1737
1528
|
]
|
|
1738
1529
|
},
|
|
1739
1530
|
{
|
|
1740
|
-
"id":
|
|
1531
|
+
"id": 43,
|
|
1741
1532
|
"name": "dropdownMessageStream",
|
|
1742
1533
|
"variant": "declaration",
|
|
1743
1534
|
"kind": 1024,
|
|
@@ -1747,9 +1538,9 @@
|
|
|
1747
1538
|
"sources": [
|
|
1748
1539
|
{
|
|
1749
1540
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1750
|
-
"line":
|
|
1541
|
+
"line": 49,
|
|
1751
1542
|
"character": 9,
|
|
1752
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1543
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L49"
|
|
1753
1544
|
}
|
|
1754
1545
|
],
|
|
1755
1546
|
"type": {
|
|
@@ -1776,159 +1567,47 @@
|
|
|
1776
1567
|
"decorators": []
|
|
1777
1568
|
},
|
|
1778
1569
|
{
|
|
1779
|
-
"id":
|
|
1780
|
-
"name": "isMobile",
|
|
1781
|
-
"variant": "declaration",
|
|
1782
|
-
"kind": 1024,
|
|
1783
|
-
"flags": {
|
|
1784
|
-
"isPublic": true
|
|
1785
|
-
},
|
|
1786
|
-
"sources": [
|
|
1787
|
-
{
|
|
1788
|
-
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1789
|
-
"line": 34,
|
|
1790
|
-
"character": 9,
|
|
1791
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L34"
|
|
1792
|
-
}
|
|
1793
|
-
],
|
|
1794
|
-
"type": {
|
|
1795
|
-
"type": "intrinsic",
|
|
1796
|
-
"name": "boolean"
|
|
1797
|
-
},
|
|
1798
|
-
"defaultValue": "false",
|
|
1799
|
-
"decorators": []
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"id": 42,
|
|
1570
|
+
"id": 44,
|
|
1803
1571
|
"name": "secondaryActionComponents",
|
|
1804
1572
|
"variant": "declaration",
|
|
1805
1573
|
"kind": 1024,
|
|
1806
1574
|
"flags": {
|
|
1807
|
-
"isPublic": true
|
|
1575
|
+
"isPublic": true,
|
|
1576
|
+
"isReadonly": true
|
|
1808
1577
|
},
|
|
1809
1578
|
"sources": [
|
|
1810
1579
|
{
|
|
1811
1580
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1812
|
-
"line":
|
|
1813
|
-
"character":
|
|
1814
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1581
|
+
"line": 51,
|
|
1582
|
+
"character": 18,
|
|
1583
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L51"
|
|
1815
1584
|
}
|
|
1816
1585
|
],
|
|
1817
1586
|
"type": {
|
|
1818
1587
|
"type": "reference",
|
|
1819
1588
|
"target": {
|
|
1820
1589
|
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1821
|
-
"qualifiedName": "
|
|
1590
|
+
"qualifiedName": "Signal"
|
|
1822
1591
|
},
|
|
1823
1592
|
"typeArguments": [
|
|
1824
1593
|
{
|
|
1825
|
-
"type": "
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
|
|
1594
|
+
"type": "typeOperator",
|
|
1595
|
+
"operator": "readonly",
|
|
1596
|
+
"target": {
|
|
1597
|
+
"type": "array",
|
|
1598
|
+
"elementType": {
|
|
1599
|
+
"type": "reference",
|
|
1600
|
+
"target": 23,
|
|
1601
|
+
"name": "SkySummaryActionBarSecondaryActionComponent",
|
|
1602
|
+
"package": "@skyux/action-bars"
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1829
1605
|
}
|
|
1830
1606
|
],
|
|
1831
|
-
"name": "
|
|
1607
|
+
"name": "Signal",
|
|
1832
1608
|
"package": "@angular/core"
|
|
1833
1609
|
},
|
|
1834
|
-
"
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"id": 50,
|
|
1838
|
-
"name": "ngAfterContentInit",
|
|
1839
|
-
"variant": "declaration",
|
|
1840
|
-
"kind": 2048,
|
|
1841
|
-
"flags": {
|
|
1842
|
-
"isPublic": true
|
|
1843
|
-
},
|
|
1844
|
-
"sources": [
|
|
1845
|
-
{
|
|
1846
|
-
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1847
|
-
"line": 52,
|
|
1848
|
-
"character": 9,
|
|
1849
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L52"
|
|
1850
|
-
}
|
|
1851
|
-
],
|
|
1852
|
-
"signatures": [
|
|
1853
|
-
{
|
|
1854
|
-
"id": 51,
|
|
1855
|
-
"name": "ngAfterContentInit",
|
|
1856
|
-
"variant": "signature",
|
|
1857
|
-
"kind": 4096,
|
|
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": 9,
|
|
1864
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L52"
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1867
|
-
"type": {
|
|
1868
|
-
"type": "intrinsic",
|
|
1869
|
-
"name": "void"
|
|
1870
|
-
},
|
|
1871
|
-
"implementationOf": {
|
|
1872
|
-
"type": "reference",
|
|
1873
|
-
"target": -1,
|
|
1874
|
-
"name": "AfterContentInit.ngAfterContentInit"
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1877
|
-
],
|
|
1878
|
-
"implementationOf": {
|
|
1879
|
-
"type": "reference",
|
|
1880
|
-
"target": -1,
|
|
1881
|
-
"name": "AfterContentInit.ngAfterContentInit"
|
|
1882
|
-
},
|
|
1883
|
-
"decorators": []
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"id": 52,
|
|
1887
|
-
"name": "ngOnDestroy",
|
|
1888
|
-
"variant": "declaration",
|
|
1889
|
-
"kind": 2048,
|
|
1890
|
-
"flags": {
|
|
1891
|
-
"isPublic": true
|
|
1892
|
-
},
|
|
1893
|
-
"sources": [
|
|
1894
|
-
{
|
|
1895
|
-
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1896
|
-
"line": 71,
|
|
1897
|
-
"character": 9,
|
|
1898
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L71"
|
|
1899
|
-
}
|
|
1900
|
-
],
|
|
1901
|
-
"signatures": [
|
|
1902
|
-
{
|
|
1903
|
-
"id": 53,
|
|
1904
|
-
"name": "ngOnDestroy",
|
|
1905
|
-
"variant": "signature",
|
|
1906
|
-
"kind": 4096,
|
|
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": 9,
|
|
1913
|
-
"url": "https://github.com/blackbaud/skyux/blob/b133b78/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L71"
|
|
1914
|
-
}
|
|
1915
|
-
],
|
|
1916
|
-
"type": {
|
|
1917
|
-
"type": "intrinsic",
|
|
1918
|
-
"name": "void"
|
|
1919
|
-
},
|
|
1920
|
-
"implementationOf": {
|
|
1921
|
-
"type": "reference",
|
|
1922
|
-
"target": -1,
|
|
1923
|
-
"name": "OnDestroy.ngOnDestroy"
|
|
1924
|
-
}
|
|
1925
|
-
}
|
|
1926
|
-
],
|
|
1927
|
-
"implementationOf": {
|
|
1928
|
-
"type": "reference",
|
|
1929
|
-
"target": -1,
|
|
1930
|
-
"name": "OnDestroy.ngOnDestroy"
|
|
1931
|
-
},
|
|
1610
|
+
"defaultValue": "...",
|
|
1932
1611
|
"decorators": []
|
|
1933
1612
|
}
|
|
1934
1613
|
],
|
|
@@ -1942,52 +1621,24 @@
|
|
|
1942
1621
|
{
|
|
1943
1622
|
"title": "Properties",
|
|
1944
1623
|
"children": [
|
|
1945
|
-
44,
|
|
1946
1624
|
43,
|
|
1947
|
-
|
|
1948
|
-
]
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"title": "Methods",
|
|
1952
|
-
"children": [
|
|
1953
|
-
50,
|
|
1954
|
-
52
|
|
1625
|
+
44
|
|
1955
1626
|
]
|
|
1956
1627
|
}
|
|
1957
1628
|
],
|
|
1958
1629
|
"sources": [
|
|
1959
1630
|
{
|
|
1960
1631
|
"fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
1961
|
-
"line":
|
|
1632
|
+
"line": 41,
|
|
1962
1633
|
"character": 13,
|
|
1963
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1964
|
-
}
|
|
1965
|
-
],
|
|
1966
|
-
"implementedTypes": [
|
|
1967
|
-
{
|
|
1968
|
-
"type": "reference",
|
|
1969
|
-
"target": {
|
|
1970
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1971
|
-
"qualifiedName": "AfterContentInit"
|
|
1972
|
-
},
|
|
1973
|
-
"name": "AfterContentInit",
|
|
1974
|
-
"package": "@angular/core"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"type": "reference",
|
|
1978
|
-
"target": {
|
|
1979
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1980
|
-
"qualifiedName": "OnDestroy"
|
|
1981
|
-
},
|
|
1982
|
-
"name": "OnDestroy",
|
|
1983
|
-
"package": "@angular/core"
|
|
1634
|
+
"url": "https://github.com/blackbaud/skyux/blob/9f00686/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L41"
|
|
1984
1635
|
}
|
|
1985
1636
|
],
|
|
1986
1637
|
"decorators": [
|
|
1987
1638
|
{
|
|
1988
1639
|
"name": "Component",
|
|
1989
1640
|
"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})"
|
|
1641
|
+
"obj": "@Component({\n imports: [\n CommonModule,\n SkyActionBarsResourcesModule,\n SkyDropdownModule,\n SkyIconModule,\n ],\n selector: 'sky-summary-action-bar-secondary-actions',\n standalone: true,\n templateUrl: './summary-action-bar-secondary-actions.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
1991
1642
|
}
|
|
1992
1643
|
}
|
|
1993
1644
|
]
|
|
@@ -2134,183 +1785,115 @@
|
|
|
2134
1785
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2135
1786
|
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent"
|
|
2136
1787
|
},
|
|
2137
|
-
"40": {
|
|
2138
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2139
|
-
"qualifiedName": "changeDetector"
|
|
2140
|
-
},
|
|
2141
|
-
"41": {
|
|
2142
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2143
|
-
"qualifiedName": "mediaQueryService"
|
|
2144
|
-
},
|
|
2145
|
-
"42": {
|
|
2146
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2147
|
-
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.secondaryActionComponents"
|
|
2148
|
-
},
|
|
2149
1788
|
"43": {
|
|
2150
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2151
|
-
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.isMobile"
|
|
2152
|
-
},
|
|
2153
|
-
"44": {
|
|
2154
1789
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2155
1790
|
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.dropdownMessageStream"
|
|
2156
1791
|
},
|
|
2157
|
-
"
|
|
2158
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2159
|
-
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngAfterContentInit"
|
|
2160
|
-
},
|
|
2161
|
-
"51": {
|
|
2162
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2163
|
-
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngAfterContentInit"
|
|
2164
|
-
},
|
|
2165
|
-
"52": {
|
|
2166
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2167
|
-
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.ngOnDestroy"
|
|
2168
|
-
},
|
|
2169
|
-
"53": {
|
|
1792
|
+
"44": {
|
|
2170
1793
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
|
|
2171
|
-
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.
|
|
2172
|
-
},
|
|
2173
|
-
"56": {
|
|
2174
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2175
|
-
"qualifiedName": "SkySummaryActionBarComponent"
|
|
2176
|
-
},
|
|
2177
|
-
"57": {
|
|
2178
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2179
|
-
"qualifiedName": "SkySummaryActionBarComponent.__constructor"
|
|
1794
|
+
"qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.secondaryActionComponents"
|
|
2180
1795
|
},
|
|
2181
|
-
"
|
|
1796
|
+
"45": {
|
|
2182
1797
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2183
1798
|
"qualifiedName": "SkySummaryActionBarComponent"
|
|
2184
1799
|
},
|
|
2185
|
-
"
|
|
2186
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2187
|
-
"qualifiedName": "adapterService"
|
|
2188
|
-
},
|
|
2189
|
-
"60": {
|
|
2190
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2191
|
-
"qualifiedName": "changeDetector"
|
|
2192
|
-
},
|
|
2193
|
-
"61": {
|
|
2194
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2195
|
-
"qualifiedName": "elementRef"
|
|
2196
|
-
},
|
|
2197
|
-
"62": {
|
|
2198
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2199
|
-
"qualifiedName": "mediaQueryService"
|
|
2200
|
-
},
|
|
2201
|
-
"63": {
|
|
2202
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2203
|
-
"qualifiedName": "observerService"
|
|
2204
|
-
},
|
|
2205
|
-
"64": {
|
|
2206
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2207
|
-
"qualifiedName": "windowRef"
|
|
2208
|
-
},
|
|
2209
|
-
"65": {
|
|
1800
|
+
"55": {
|
|
2210
1801
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2211
1802
|
"qualifiedName": "SkySummaryActionBarComponent.isSummaryCollapsed"
|
|
2212
1803
|
},
|
|
2213
|
-
"
|
|
2214
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2215
|
-
"qualifiedName": "SkySummaryActionBarComponent.type"
|
|
2216
|
-
},
|
|
2217
|
-
"67": {
|
|
1804
|
+
"56": {
|
|
2218
1805
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2219
1806
|
"qualifiedName": "SkySummaryActionBarComponent.slideDirection"
|
|
2220
1807
|
},
|
|
2221
|
-
"
|
|
1808
|
+
"57": {
|
|
2222
1809
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2223
1810
|
"qualifiedName": "SkySummaryActionBarComponent.summaryId"
|
|
2224
1811
|
},
|
|
2225
|
-
"
|
|
1812
|
+
"58": {
|
|
2226
1813
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2227
1814
|
"qualifiedName": "SkySummaryActionBarComponent.summaryElement"
|
|
2228
1815
|
},
|
|
2229
|
-
"
|
|
1816
|
+
"59": {
|
|
2230
1817
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2231
1818
|
"qualifiedName": "SkySummaryActionBarComponent.summaryElement"
|
|
2232
1819
|
},
|
|
2233
|
-
"
|
|
1820
|
+
"60": {
|
|
2234
1821
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2235
1822
|
"qualifiedName": "SkySummaryActionBarComponent.summaryElement"
|
|
2236
1823
|
},
|
|
2237
|
-
"
|
|
1824
|
+
"61": {
|
|
2238
1825
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2239
1826
|
"qualifiedName": "element"
|
|
2240
1827
|
},
|
|
2241
|
-
"
|
|
1828
|
+
"62": {
|
|
2242
1829
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2243
1830
|
"qualifiedName": "SkySummaryActionBarComponent.chevronElementRef"
|
|
2244
1831
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2247
|
-
"qualifiedName": "SkySummaryActionBarComponent.mediaQueryService"
|
|
2248
|
-
},
|
|
2249
|
-
"84": {
|
|
1832
|
+
"69": {
|
|
2250
1833
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2251
1834
|
"qualifiedName": "SkySummaryActionBarComponent.ngAfterViewInit"
|
|
2252
1835
|
},
|
|
2253
|
-
"
|
|
1836
|
+
"70": {
|
|
2254
1837
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2255
1838
|
"qualifiedName": "SkySummaryActionBarComponent.ngAfterViewInit"
|
|
2256
1839
|
},
|
|
2257
|
-
"
|
|
1840
|
+
"71": {
|
|
2258
1841
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2259
1842
|
"qualifiedName": "SkySummaryActionBarComponent.ngOnDestroy"
|
|
2260
1843
|
},
|
|
2261
|
-
"
|
|
1844
|
+
"72": {
|
|
2262
1845
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2263
1846
|
"qualifiedName": "SkySummaryActionBarComponent.ngOnDestroy"
|
|
2264
1847
|
},
|
|
2265
|
-
"
|
|
1848
|
+
"73": {
|
|
2266
1849
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2267
1850
|
"qualifiedName": "SkySummaryActionBarComponent.onDirectionChange"
|
|
2268
1851
|
},
|
|
2269
|
-
"
|
|
1852
|
+
"74": {
|
|
2270
1853
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2271
1854
|
"qualifiedName": "SkySummaryActionBarComponent.onDirectionChange"
|
|
2272
1855
|
},
|
|
2273
|
-
"
|
|
1856
|
+
"75": {
|
|
2274
1857
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2275
1858
|
"qualifiedName": "direction"
|
|
2276
1859
|
},
|
|
2277
|
-
"
|
|
1860
|
+
"76": {
|
|
2278
1861
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2279
1862
|
"qualifiedName": "SkySummaryActionBarComponent.summaryContentExists"
|
|
2280
1863
|
},
|
|
2281
|
-
"
|
|
1864
|
+
"77": {
|
|
2282
1865
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2283
1866
|
"qualifiedName": "SkySummaryActionBarComponent.summaryContentExists"
|
|
2284
1867
|
},
|
|
2285
|
-
"
|
|
1868
|
+
"78": {
|
|
2286
1869
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2287
1870
|
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionEnd"
|
|
2288
1871
|
},
|
|
2289
|
-
"
|
|
1872
|
+
"79": {
|
|
2290
1873
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2291
1874
|
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionEnd"
|
|
2292
1875
|
},
|
|
2293
|
-
"
|
|
1876
|
+
"80": {
|
|
2294
1877
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2295
1878
|
"qualifiedName": "animationEvent"
|
|
2296
1879
|
},
|
|
2297
|
-
"
|
|
1880
|
+
"81": {
|
|
2298
1881
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2299
1882
|
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionStart"
|
|
2300
1883
|
},
|
|
2301
|
-
"
|
|
1884
|
+
"82": {
|
|
2302
1885
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2303
1886
|
"qualifiedName": "SkySummaryActionBarComponent.summaryTransitionStart"
|
|
2304
1887
|
},
|
|
2305
|
-
"
|
|
1888
|
+
"85": {
|
|
2306
1889
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2307
1890
|
"qualifiedName": "SkySummaryActionBarComponent.setupTabListener"
|
|
2308
1891
|
},
|
|
2309
|
-
"
|
|
1892
|
+
"86": {
|
|
2310
1893
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
|
|
2311
1894
|
"qualifiedName": "SkySummaryActionBarComponent.setupTabListener"
|
|
2312
1895
|
},
|
|
2313
|
-
"
|
|
1896
|
+
"93": {
|
|
2314
1897
|
"sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
|
|
2315
1898
|
"qualifiedName": "SkySummaryActionBarSummaryComponent"
|
|
2316
1899
|
}
|
|
@@ -2372,20 +1955,20 @@
|
|
|
2372
1955
|
"@angular/router": "18.2.8",
|
|
2373
1956
|
"@blackbaud/skyux-design-tokens": "0.0.40",
|
|
2374
1957
|
"@schematics/angular": "18.2.8",
|
|
2375
|
-
"@skyux-sdk/testing": "11.
|
|
2376
|
-
"@skyux/action-bars": "11.
|
|
2377
|
-
"@skyux/animations": "11.
|
|
2378
|
-
"@skyux/assets": "11.
|
|
2379
|
-
"@skyux/core": "11.
|
|
2380
|
-
"@skyux/forms": "11.
|
|
2381
|
-
"@skyux/help-inline": "11.
|
|
2382
|
-
"@skyux/i18n": "11.
|
|
2383
|
-
"@skyux/icon": "11.
|
|
1958
|
+
"@skyux-sdk/testing": "11.17.0",
|
|
1959
|
+
"@skyux/action-bars": "11.17.0",
|
|
1960
|
+
"@skyux/animations": "11.17.0",
|
|
1961
|
+
"@skyux/assets": "11.17.0",
|
|
1962
|
+
"@skyux/core": "11.17.0",
|
|
1963
|
+
"@skyux/forms": "11.17.0",
|
|
1964
|
+
"@skyux/help-inline": "11.17.0",
|
|
1965
|
+
"@skyux/i18n": "11.17.0",
|
|
1966
|
+
"@skyux/icon": "11.17.0",
|
|
2384
1967
|
"@skyux/icons": "7.8.0",
|
|
2385
|
-
"@skyux/indicators": "11.
|
|
2386
|
-
"@skyux/popovers": "11.
|
|
2387
|
-
"@skyux/tabs": "11.
|
|
2388
|
-
"@skyux/theme": "11.
|
|
1968
|
+
"@skyux/indicators": "11.17.0",
|
|
1969
|
+
"@skyux/popovers": "11.17.0",
|
|
1970
|
+
"@skyux/tabs": "11.17.0",
|
|
1971
|
+
"@skyux/theme": "11.17.0",
|
|
2389
1972
|
"@types/node": "20.14.12",
|
|
2390
1973
|
"axe-core": "4.10.0",
|
|
2391
1974
|
"fontfaceobserver": "2.3.0",
|
|
@@ -2406,19 +1989,19 @@
|
|
|
2406
1989
|
"@angular/router": "18.2.8",
|
|
2407
1990
|
"@blackbaud/skyux-design-tokens": "0.0.40",
|
|
2408
1991
|
"@schematics/angular": "18.2.8",
|
|
2409
|
-
"@skyux-sdk/testing": "11.
|
|
2410
|
-
"@skyux/action-bars": "11.
|
|
2411
|
-
"@skyux/animations": "11.
|
|
2412
|
-
"@skyux/assets": "11.
|
|
2413
|
-
"@skyux/core": "11.
|
|
2414
|
-
"@skyux/help-inline": "11.
|
|
2415
|
-
"@skyux/i18n": "11.
|
|
2416
|
-
"@skyux/icon": "11.
|
|
1992
|
+
"@skyux-sdk/testing": "11.17.0",
|
|
1993
|
+
"@skyux/action-bars": "11.17.0",
|
|
1994
|
+
"@skyux/animations": "11.17.0",
|
|
1995
|
+
"@skyux/assets": "11.17.0",
|
|
1996
|
+
"@skyux/core": "11.17.0",
|
|
1997
|
+
"@skyux/help-inline": "11.17.0",
|
|
1998
|
+
"@skyux/i18n": "11.17.0",
|
|
1999
|
+
"@skyux/icon": "11.17.0",
|
|
2417
2000
|
"@skyux/icons": "7.8.0",
|
|
2418
|
-
"@skyux/indicators": "11.
|
|
2419
|
-
"@skyux/modals": "11.
|
|
2420
|
-
"@skyux/popovers": "11.
|
|
2421
|
-
"@skyux/theme": "11.
|
|
2001
|
+
"@skyux/indicators": "11.17.0",
|
|
2002
|
+
"@skyux/modals": "11.17.0",
|
|
2003
|
+
"@skyux/popovers": "11.17.0",
|
|
2004
|
+
"@skyux/theme": "11.17.0",
|
|
2422
2005
|
"@types/node": "20.14.12",
|
|
2423
2006
|
"axe-core": "4.10.0",
|
|
2424
2007
|
"fontfaceobserver": "2.3.0",
|
|
@@ -2439,18 +2022,18 @@
|
|
|
2439
2022
|
"@angular/router": "18.2.8",
|
|
2440
2023
|
"@blackbaud/skyux-design-tokens": "0.0.40",
|
|
2441
2024
|
"@schematics/angular": "18.2.8",
|
|
2442
|
-
"@skyux-sdk/testing": "11.
|
|
2443
|
-
"@skyux/action-bars": "11.
|
|
2444
|
-
"@skyux/animations": "11.
|
|
2445
|
-
"@skyux/assets": "11.
|
|
2446
|
-
"@skyux/core": "11.
|
|
2447
|
-
"@skyux/help-inline": "11.
|
|
2448
|
-
"@skyux/i18n": "11.
|
|
2449
|
-
"@skyux/icon": "11.
|
|
2025
|
+
"@skyux-sdk/testing": "11.17.0",
|
|
2026
|
+
"@skyux/action-bars": "11.17.0",
|
|
2027
|
+
"@skyux/animations": "11.17.0",
|
|
2028
|
+
"@skyux/assets": "11.17.0",
|
|
2029
|
+
"@skyux/core": "11.17.0",
|
|
2030
|
+
"@skyux/help-inline": "11.17.0",
|
|
2031
|
+
"@skyux/i18n": "11.17.0",
|
|
2032
|
+
"@skyux/icon": "11.17.0",
|
|
2450
2033
|
"@skyux/icons": "7.8.0",
|
|
2451
|
-
"@skyux/indicators": "11.
|
|
2452
|
-
"@skyux/popovers": "11.
|
|
2453
|
-
"@skyux/theme": "11.
|
|
2034
|
+
"@skyux/indicators": "11.17.0",
|
|
2035
|
+
"@skyux/popovers": "11.17.0",
|
|
2036
|
+
"@skyux/theme": "11.17.0",
|
|
2454
2037
|
"@types/node": "20.14.12",
|
|
2455
2038
|
"axe-core": "4.10.0",
|
|
2456
2039
|
"fontfaceobserver": "2.3.0",
|