@skyux/action-bars 12.0.0-alpha.9 → 12.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2052 +0,0 @@
1
- {
2
- "anchorIds": {
3
- "SkySummaryActionBarModule": "class-skysummaryactionbarmodule",
4
- "SkySummaryActionBarSummaryComponent": "class-skysummaryactionbarsummarycomponent",
5
- "SkySummaryActionBarComponent": "class-skysummaryactionbarcomponent",
6
- "SkySummaryActionBarActionsComponent": "class-skysummaryactionbaractionscomponent",
7
- "SkySummaryActionBarCancelComponent": "class-skysummaryactionbarcancelcomponent",
8
- "SkySummaryActionBarPrimaryActionComponent": "class-skysummaryactionbarprimaryactioncomponent",
9
- "SkySummaryActionBarSecondaryActionComponent": "class-skysummaryactionbarsecondaryactioncomponent",
10
- "SkySummaryActionBarSecondaryActionsComponent": "class-skysummaryactionbarsecondaryactionscomponent"
11
- },
12
- "typedoc": {
13
- "id": 0,
14
- "name": "@skyux/action-bars",
15
- "variant": "project",
16
- "kind": 1,
17
- "flags": {},
18
- "children": [
19
- {
20
- "id": 3,
21
- "name": "SkySummaryActionBarModule",
22
- "variant": "declaration",
23
- "kind": 128,
24
- "flags": {},
25
- "children": [],
26
- "groups": [
27
- {
28
- "title": "Constructors",
29
- "children": [
30
- 4
31
- ]
32
- }
33
- ],
34
- "sources": [
35
- {
36
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.module.ts",
37
- "line": 31,
38
- "character": 13,
39
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.module.ts#L31"
40
- }
41
- ],
42
- "decorators": [
43
- {
44
- "name": "NgModule",
45
- "arguments": {
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
- }
48
- }
49
- ]
50
- },
51
- {
52
- "id": 93,
53
- "name": "SkySummaryActionBarSummaryComponent",
54
- "variant": "declaration",
55
- "kind": 128,
56
- "flags": {},
57
- "comment": {
58
- "summary": [
59
- {
60
- "kind": "text",
61
- "text": "Specifies the summary information to display."
62
- }
63
- ]
64
- },
65
- "children": [],
66
- "groups": [
67
- {
68
- "title": "Constructors",
69
- "children": [
70
- 94
71
- ]
72
- }
73
- ],
74
- "sources": [
75
- {
76
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
77
- "line": 12,
78
- "character": 13,
79
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts#L12"
80
- }
81
- ],
82
- "decorators": [
83
- {
84
- "name": "Component",
85
- "arguments": {
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
- }
88
- }
89
- ]
90
- },
91
- {
92
- "id": 45,
93
- "name": "SkySummaryActionBarComponent",
94
- "variant": "declaration",
95
- "kind": 128,
96
- "flags": {},
97
- "comment": {
98
- "summary": [
99
- {
100
- "kind": "text",
101
- "text": "Contains the "
102
- },
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
- }
119
- ]
120
- },
121
- "children": [
122
- {
123
- "id": 62,
124
- "name": "chevronElementRef",
125
- "variant": "declaration",
126
- "kind": 1024,
127
- "flags": {
128
- "isPublic": true
129
- },
130
- "sources": [
131
- {
132
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
133
- "line": 84,
134
- "character": 9,
135
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L84"
136
- }
137
- ],
138
- "type": {
139
- "type": "reference",
140
- "target": {
141
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
142
- "qualifiedName": "ElementRef"
143
- },
144
- "typeArguments": [
145
- {
146
- "type": "intrinsic",
147
- "name": "any"
148
- }
149
- ],
150
- "name": "ElementRef",
151
- "package": "@angular/core"
152
- },
153
- "decorators": []
154
- },
155
- {
156
- "id": 55,
157
- "name": "isSummaryCollapsed",
158
- "variant": "declaration",
159
- "kind": 1024,
160
- "flags": {
161
- "isPublic": true
162
- },
163
- "sources": [
164
- {
165
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
166
- "line": 68,
167
- "character": 9,
168
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L68"
169
- }
170
- ],
171
- "type": {
172
- "type": "reference",
173
- "target": {
174
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
175
- "qualifiedName": "WritableSignal"
176
- },
177
- "typeArguments": [
178
- {
179
- "type": "intrinsic",
180
- "name": "boolean"
181
- }
182
- ],
183
- "name": "WritableSignal",
184
- "package": "@angular/core"
185
- },
186
- "defaultValue": "...",
187
- "decorators": []
188
- },
189
- {
190
- "id": 56,
191
- "name": "slideDirection",
192
- "variant": "declaration",
193
- "kind": 1024,
194
- "flags": {
195
- "isPublic": true
196
- },
197
- "sources": [
198
- {
199
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
200
- "line": 69,
201
- "character": 9,
202
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L69"
203
- }
204
- ],
205
- "type": {
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"
219
- },
220
- "defaultValue": "...",
221
- "decorators": []
222
- },
223
- {
224
- "id": 57,
225
- "name": "summaryId",
226
- "variant": "declaration",
227
- "kind": 1024,
228
- "flags": {
229
- "isPublic": true
230
- },
231
- "sources": [
232
- {
233
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
234
- "line": 71,
235
- "character": 9,
236
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L71"
237
- }
238
- ],
239
- "type": {
240
- "type": "intrinsic",
241
- "name": "string"
242
- },
243
- "defaultValue": "...",
244
- "decorators": []
245
- },
246
- {
247
- "id": 58,
248
- "name": "summaryElement",
249
- "variant": "declaration",
250
- "kind": 262144,
251
- "flags": {
252
- "isPublic": true
253
- },
254
- "sources": [
255
- {
256
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
257
- "line": 74,
258
- "character": 13,
259
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L74"
260
- },
261
- {
262
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
263
- "line": 79,
264
- "character": 13,
265
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L79"
266
- }
267
- ],
268
- "getSignature": {
269
- "id": 59,
270
- "name": "summaryElement",
271
- "variant": "signature",
272
- "kind": 524288,
273
- "flags": {},
274
- "sources": [
275
- {
276
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
277
- "line": 79,
278
- "character": 2,
279
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L79"
280
- }
281
- ],
282
- "type": {
283
- "type": "reference",
284
- "target": {
285
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
286
- "qualifiedName": "ElementRef"
287
- },
288
- "typeArguments": [
289
- {
290
- "type": "intrinsic",
291
- "name": "any"
292
- }
293
- ],
294
- "name": "ElementRef",
295
- "package": "@angular/core"
296
- }
297
- },
298
- "setSignature": {
299
- "id": 60,
300
- "name": "summaryElement",
301
- "variant": "signature",
302
- "kind": 1048576,
303
- "flags": {},
304
- "sources": [
305
- {
306
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
307
- "line": 73,
308
- "character": 2,
309
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L73"
310
- }
311
- ],
312
- "parameters": [
313
- {
314
- "id": 61,
315
- "name": "element",
316
- "variant": "param",
317
- "kind": 32768,
318
- "flags": {},
319
- "type": {
320
- "type": "reference",
321
- "target": {
322
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
323
- "qualifiedName": "ElementRef"
324
- },
325
- "typeArguments": [
326
- {
327
- "type": "intrinsic",
328
- "name": "any"
329
- }
330
- ],
331
- "name": "ElementRef",
332
- "package": "@angular/core"
333
- }
334
- }
335
- ],
336
- "type": {
337
- "type": "intrinsic",
338
- "name": "void"
339
- }
340
- },
341
- "decorators": []
342
- },
343
- {
344
- "id": 69,
345
- "name": "ngAfterViewInit",
346
- "variant": "declaration",
347
- "kind": 2048,
348
- "flags": {
349
- "isPublic": true
350
- },
351
- "sources": [
352
- {
353
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
354
- "line": 104,
355
- "character": 9,
356
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L104"
357
- }
358
- ],
359
- "signatures": [
360
- {
361
- "id": 70,
362
- "name": "ngAfterViewInit",
363
- "variant": "signature",
364
- "kind": 4096,
365
- "flags": {},
366
- "sources": [
367
- {
368
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
369
- "line": 104,
370
- "character": 2,
371
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L104"
372
- }
373
- ],
374
- "type": {
375
- "type": "intrinsic",
376
- "name": "void"
377
- },
378
- "implementationOf": {
379
- "type": "reference",
380
- "target": -1,
381
- "name": "AfterViewInit.ngAfterViewInit"
382
- }
383
- }
384
- ],
385
- "implementationOf": {
386
- "type": "reference",
387
- "target": -1,
388
- "name": "AfterViewInit.ngAfterViewInit"
389
- },
390
- "decorators": []
391
- },
392
- {
393
- "id": 71,
394
- "name": "ngOnDestroy",
395
- "variant": "declaration",
396
- "kind": 2048,
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": 142,
404
- "character": 9,
405
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L142"
406
- }
407
- ],
408
- "signatures": [
409
- {
410
- "id": 72,
411
- "name": "ngOnDestroy",
412
- "variant": "signature",
413
- "kind": 4096,
414
- "flags": {},
415
- "sources": [
416
- {
417
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
418
- "line": 142,
419
- "character": 2,
420
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L142"
421
- }
422
- ],
423
- "type": {
424
- "type": "intrinsic",
425
- "name": "void"
426
- },
427
- "implementationOf": {
428
- "type": "reference",
429
- "target": -1,
430
- "name": "OnDestroy.ngOnDestroy"
431
- }
432
- }
433
- ],
434
- "implementationOf": {
435
- "type": "reference",
436
- "target": -1,
437
- "name": "OnDestroy.ngOnDestroy"
438
- },
439
- "decorators": []
440
- },
441
- {
442
- "id": 73,
443
- "name": "onDirectionChange",
444
- "variant": "declaration",
445
- "kind": 2048,
446
- "flags": {
447
- "isPublic": true
448
- },
449
- "sources": [
450
- {
451
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
452
- "line": 160,
453
- "character": 9,
454
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L160"
455
- }
456
- ],
457
- "signatures": [
458
- {
459
- "id": 74,
460
- "name": "onDirectionChange",
461
- "variant": "signature",
462
- "kind": 4096,
463
- "flags": {},
464
- "sources": [
465
- {
466
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
467
- "line": 160,
468
- "character": 2,
469
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L160"
470
- }
471
- ],
472
- "parameters": [
473
- {
474
- "id": 75,
475
- "name": "direction",
476
- "variant": "param",
477
- "kind": 32768,
478
- "flags": {},
479
- "type": {
480
- "type": "intrinsic",
481
- "name": "string"
482
- }
483
- }
484
- ],
485
- "type": {
486
- "type": "intrinsic",
487
- "name": "void"
488
- }
489
- }
490
- ],
491
- "decorators": []
492
- },
493
- {
494
- "id": 85,
495
- "name": "setupTabListener",
496
- "variant": "declaration",
497
- "kind": 2048,
498
- "flags": {
499
- "isPublic": true
500
- },
501
- "sources": [
502
- {
503
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
504
- "line": 213,
505
- "character": 9,
506
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L213"
507
- }
508
- ],
509
- "signatures": [
510
- {
511
- "id": 86,
512
- "name": "setupTabListener",
513
- "variant": "signature",
514
- "kind": 4096,
515
- "flags": {},
516
- "sources": [
517
- {
518
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
519
- "line": 213,
520
- "character": 2,
521
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L213"
522
- }
523
- ],
524
- "type": {
525
- "type": "intrinsic",
526
- "name": "void"
527
- }
528
- }
529
- ],
530
- "decorators": []
531
- },
532
- {
533
- "id": 76,
534
- "name": "summaryContentExists",
535
- "variant": "declaration",
536
- "kind": 2048,
537
- "flags": {
538
- "isPublic": true
539
- },
540
- "sources": [
541
- {
542
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
543
- "line": 164,
544
- "character": 9,
545
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L164"
546
- }
547
- ],
548
- "signatures": [
549
- {
550
- "id": 77,
551
- "name": "summaryContentExists",
552
- "variant": "signature",
553
- "kind": 4096,
554
- "flags": {},
555
- "sources": [
556
- {
557
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
558
- "line": 164,
559
- "character": 2,
560
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L164"
561
- }
562
- ],
563
- "type": {
564
- "type": "intrinsic",
565
- "name": "boolean"
566
- }
567
- }
568
- ],
569
- "decorators": []
570
- },
571
- {
572
- "id": 78,
573
- "name": "summaryTransitionEnd",
574
- "variant": "declaration",
575
- "kind": 2048,
576
- "flags": {
577
- "isPublic": true
578
- },
579
- "sources": [
580
- {
581
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
582
- "line": 169,
583
- "character": 9,
584
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L169"
585
- }
586
- ],
587
- "signatures": [
588
- {
589
- "id": 79,
590
- "name": "summaryTransitionEnd",
591
- "variant": "signature",
592
- "kind": 4096,
593
- "flags": {},
594
- "sources": [
595
- {
596
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
597
- "line": 169,
598
- "character": 2,
599
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L169"
600
- }
601
- ],
602
- "parameters": [
603
- {
604
- "id": 80,
605
- "name": "animationEvent",
606
- "variant": "param",
607
- "kind": 32768,
608
- "flags": {},
609
- "type": {
610
- "type": "reference",
611
- "target": {
612
- "sourceFileName": "node_modules/@angular/animations/index.d.ts",
613
- "qualifiedName": "AnimationEvent_2"
614
- },
615
- "name": "AnimationEvent_2",
616
- "package": "@angular/animations"
617
- }
618
- }
619
- ],
620
- "type": {
621
- "type": "intrinsic",
622
- "name": "void"
623
- }
624
- }
625
- ],
626
- "decorators": []
627
- },
628
- {
629
- "id": 81,
630
- "name": "summaryTransitionStart",
631
- "variant": "declaration",
632
- "kind": 2048,
633
- "flags": {
634
- "isPublic": true
635
- },
636
- "sources": [
637
- {
638
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
639
- "line": 195,
640
- "character": 9,
641
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L195"
642
- }
643
- ],
644
- "signatures": [
645
- {
646
- "id": 82,
647
- "name": "summaryTransitionStart",
648
- "variant": "signature",
649
- "kind": 4096,
650
- "flags": {},
651
- "sources": [
652
- {
653
- "fileName": "src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
654
- "line": 195,
655
- "character": 2,
656
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L195"
657
- }
658
- ],
659
- "type": {
660
- "type": "intrinsic",
661
- "name": "void"
662
- }
663
- }
664
- ],
665
- "decorators": []
666
- }
667
- ],
668
- "groups": [
669
- {
670
- "title": "Constructors",
671
- "children": [
672
- 46
673
- ]
674
- },
675
- {
676
- "title": "Properties",
677
- "children": [
678
- 62,
679
- 55,
680
- 56,
681
- 57
682
- ]
683
- },
684
- {
685
- "title": "Accessors",
686
- "children": [
687
- 58
688
- ]
689
- },
690
- {
691
- "title": "Methods",
692
- "children": [
693
- 69,
694
- 71,
695
- 73,
696
- 85,
697
- 76,
698
- 78,
699
- 81
700
- ]
701
- }
702
- ],
703
- "sources": [
704
- {
705
- "fileName": "projects/action-bars/src/modules/summary-action-bar/summary-action-bar.component.ts",
706
- "line": 59,
707
- "character": 13,
708
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts#L59"
709
- }
710
- ],
711
- "implementedTypes": [
712
- {
713
- "type": "reference",
714
- "target": {
715
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
716
- "qualifiedName": "AfterViewInit"
717
- },
718
- "name": "AfterViewInit",
719
- "package": "@angular/core"
720
- },
721
- {
722
- "type": "reference",
723
- "target": {
724
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
725
- "qualifiedName": "OnDestroy"
726
- },
727
- "name": "OnDestroy",
728
- "package": "@angular/core"
729
- }
730
- ],
731
- "decorators": [
732
- {
733
- "name": "Component",
734
- "arguments": {
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 styleUrls: ['./summary-action-bar.component.scss'],\n templateUrl: './summary-action-bar.component.html',\n})"
736
- }
737
- }
738
- ]
739
- },
740
- {
741
- "id": 6,
742
- "name": "SkySummaryActionBarActionsComponent",
743
- "variant": "declaration",
744
- "kind": 128,
745
- "flags": {},
746
- "comment": {
747
- "summary": [
748
- {
749
- "kind": "text",
750
- "text": "Contains actions for the "
751
- },
752
- {
753
- "kind": "code",
754
- "text": "`sky-summary-action-bar`"
755
- },
756
- {
757
- "kind": "text",
758
- "text": " component."
759
- }
760
- ]
761
- },
762
- "children": [],
763
- "groups": [
764
- {
765
- "title": "Constructors",
766
- "children": [
767
- 7
768
- ]
769
- }
770
- ],
771
- "sources": [
772
- {
773
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
774
- "line": 13,
775
- "character": 13,
776
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts#L13"
777
- }
778
- ],
779
- "decorators": [
780
- {
781
- "name": "Component",
782
- "arguments": {
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})"
784
- }
785
- }
786
- ]
787
- },
788
- {
789
- "id": 9,
790
- "name": "SkySummaryActionBarCancelComponent",
791
- "variant": "declaration",
792
- "kind": 128,
793
- "flags": {},
794
- "comment": {
795
- "summary": [
796
- {
797
- "kind": "text",
798
- "text": "Displays a cancel action."
799
- }
800
- ]
801
- },
802
- "children": [
803
- {
804
- "id": 13,
805
- "name": "actionClick",
806
- "variant": "declaration",
807
- "kind": 1024,
808
- "flags": {
809
- "isPublic": true
810
- },
811
- "comment": {
812
- "summary": [
813
- {
814
- "kind": "text",
815
- "text": "Fires when users select the cancel action."
816
- }
817
- ]
818
- },
819
- "sources": [
820
- {
821
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
822
- "line": 30,
823
- "character": 9,
824
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L30"
825
- }
826
- ],
827
- "type": {
828
- "type": "reference",
829
- "target": {
830
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
831
- "qualifiedName": "EventEmitter"
832
- },
833
- "typeArguments": [
834
- {
835
- "type": "intrinsic",
836
- "name": "void"
837
- }
838
- ],
839
- "name": "EventEmitter",
840
- "package": "@angular/core"
841
- },
842
- "defaultValue": "...",
843
- "decorators": [
844
- {
845
- "name": "Output"
846
- }
847
- ]
848
- },
849
- {
850
- "id": 12,
851
- "name": "disabled",
852
- "variant": "declaration",
853
- "kind": 1024,
854
- "flags": {
855
- "isPublic": true
856
- },
857
- "comment": {
858
- "summary": [
859
- {
860
- "kind": "text",
861
- "text": "Whether to disable the cancel action."
862
- }
863
- ]
864
- },
865
- "sources": [
866
- {
867
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
868
- "line": 24,
869
- "character": 9,
870
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L24"
871
- }
872
- ],
873
- "type": {
874
- "type": "intrinsic",
875
- "name": "boolean"
876
- },
877
- "defaultValue": "false",
878
- "decorators": [
879
- {
880
- "name": "Input"
881
- }
882
- ]
883
- },
884
- {
885
- "id": 14,
886
- "name": "onCancelClicked",
887
- "variant": "declaration",
888
- "kind": 2048,
889
- "flags": {
890
- "isPublic": true
891
- },
892
- "sources": [
893
- {
894
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
895
- "line": 32,
896
- "character": 9,
897
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L32"
898
- }
899
- ],
900
- "signatures": [
901
- {
902
- "id": 15,
903
- "name": "onCancelClicked",
904
- "variant": "signature",
905
- "kind": 4096,
906
- "flags": {},
907
- "sources": [
908
- {
909
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
910
- "line": 32,
911
- "character": 2,
912
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L32"
913
- }
914
- ],
915
- "type": {
916
- "type": "intrinsic",
917
- "name": "void"
918
- }
919
- }
920
- ],
921
- "decorators": []
922
- }
923
- ],
924
- "groups": [
925
- {
926
- "title": "Constructors",
927
- "children": [
928
- 10
929
- ]
930
- },
931
- {
932
- "title": "Properties",
933
- "children": [
934
- 13,
935
- 12
936
- ]
937
- },
938
- {
939
- "title": "Methods",
940
- "children": [
941
- 14
942
- ]
943
- }
944
- ],
945
- "sources": [
946
- {
947
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
948
- "line": 19,
949
- "character": 13,
950
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts#L19"
951
- }
952
- ],
953
- "decorators": [
954
- {
955
- "name": "Component",
956
- "arguments": {
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})"
958
- }
959
- }
960
- ]
961
- },
962
- {
963
- "id": 16,
964
- "name": "SkySummaryActionBarPrimaryActionComponent",
965
- "variant": "declaration",
966
- "kind": 128,
967
- "flags": {},
968
- "comment": {
969
- "summary": [
970
- {
971
- "kind": "text",
972
- "text": "Displays a primary button."
973
- }
974
- ]
975
- },
976
- "children": [
977
- {
978
- "id": 20,
979
- "name": "actionClick",
980
- "variant": "declaration",
981
- "kind": 1024,
982
- "flags": {
983
- "isPublic": true
984
- },
985
- "comment": {
986
- "summary": [
987
- {
988
- "kind": "text",
989
- "text": "Fires when users select the primary action."
990
- }
991
- ]
992
- },
993
- "sources": [
994
- {
995
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
996
- "line": 33,
997
- "character": 9,
998
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L33"
999
- }
1000
- ],
1001
- "type": {
1002
- "type": "reference",
1003
- "target": {
1004
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
1005
- "qualifiedName": "EventEmitter"
1006
- },
1007
- "typeArguments": [
1008
- {
1009
- "type": "intrinsic",
1010
- "name": "void"
1011
- }
1012
- ],
1013
- "name": "EventEmitter",
1014
- "package": "@angular/core"
1015
- },
1016
- "defaultValue": "...",
1017
- "decorators": [
1018
- {
1019
- "name": "Output"
1020
- }
1021
- ]
1022
- },
1023
- {
1024
- "id": 19,
1025
- "name": "disabled",
1026
- "variant": "declaration",
1027
- "kind": 1024,
1028
- "flags": {
1029
- "isPublic": true
1030
- },
1031
- "comment": {
1032
- "summary": [
1033
- {
1034
- "kind": "text",
1035
- "text": "Whether to disable the primary action."
1036
- }
1037
- ],
1038
- "blockTags": [
1039
- {
1040
- "tag": "@default",
1041
- "content": [
1042
- {
1043
- "kind": "code",
1044
- "text": "```ts\nfalse\n```"
1045
- }
1046
- ]
1047
- }
1048
- ]
1049
- },
1050
- "sources": [
1051
- {
1052
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1053
- "line": 27,
1054
- "character": 9,
1055
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L27"
1056
- }
1057
- ],
1058
- "type": {
1059
- "type": "intrinsic",
1060
- "name": "boolean"
1061
- },
1062
- "defaultValue": "false",
1063
- "decorators": [
1064
- {
1065
- "name": "Input"
1066
- }
1067
- ]
1068
- },
1069
- {
1070
- "id": 21,
1071
- "name": "onButtonClicked",
1072
- "variant": "declaration",
1073
- "kind": 2048,
1074
- "flags": {
1075
- "isPublic": true
1076
- },
1077
- "sources": [
1078
- {
1079
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1080
- "line": 35,
1081
- "character": 9,
1082
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L35"
1083
- }
1084
- ],
1085
- "signatures": [
1086
- {
1087
- "id": 22,
1088
- "name": "onButtonClicked",
1089
- "variant": "signature",
1090
- "kind": 4096,
1091
- "flags": {},
1092
- "sources": [
1093
- {
1094
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1095
- "line": 35,
1096
- "character": 2,
1097
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L35"
1098
- }
1099
- ],
1100
- "type": {
1101
- "type": "intrinsic",
1102
- "name": "void"
1103
- }
1104
- }
1105
- ],
1106
- "decorators": []
1107
- }
1108
- ],
1109
- "groups": [
1110
- {
1111
- "title": "Constructors",
1112
- "children": [
1113
- 17
1114
- ]
1115
- },
1116
- {
1117
- "title": "Properties",
1118
- "children": [
1119
- 20,
1120
- 19
1121
- ]
1122
- },
1123
- {
1124
- "title": "Methods",
1125
- "children": [
1126
- 21
1127
- ]
1128
- }
1129
- ],
1130
- "sources": [
1131
- {
1132
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1133
- "line": 21,
1134
- "character": 13,
1135
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts#L21"
1136
- }
1137
- ],
1138
- "decorators": [
1139
- {
1140
- "name": "Component",
1141
- "arguments": {
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 hostDirectives: [SkyThemeComponentClassDirective],\n})"
1143
- }
1144
- }
1145
- ]
1146
- },
1147
- {
1148
- "id": 23,
1149
- "name": "SkySummaryActionBarSecondaryActionComponent",
1150
- "variant": "declaration",
1151
- "kind": 128,
1152
- "flags": {},
1153
- "comment": {
1154
- "summary": [
1155
- {
1156
- "kind": "text",
1157
- "text": "Specifies secondary actions."
1158
- }
1159
- ]
1160
- },
1161
- "children": [
1162
- {
1163
- "id": 24,
1164
- "name": "constructor",
1165
- "variant": "declaration",
1166
- "kind": 512,
1167
- "flags": {},
1168
- "sources": [
1169
- {
1170
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1171
- "line": 51,
1172
- "character": 2,
1173
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L51"
1174
- }
1175
- ],
1176
- "signatures": [
1177
- {
1178
- "id": 25,
1179
- "name": "SkySummaryActionBarSecondaryActionComponent",
1180
- "variant": "signature",
1181
- "kind": 16384,
1182
- "flags": {},
1183
- "sources": [
1184
- {
1185
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1186
- "line": 51,
1187
- "character": 2,
1188
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L51"
1189
- }
1190
- ],
1191
- "parameters": [
1192
- {
1193
- "id": 26,
1194
- "name": "changeDetector",
1195
- "variant": "param",
1196
- "kind": 32768,
1197
- "flags": {},
1198
- "type": {
1199
- "type": "reference",
1200
- "target": {
1201
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
1202
- "qualifiedName": "ChangeDetectorRef"
1203
- },
1204
- "name": "ChangeDetectorRef",
1205
- "package": "@angular/core"
1206
- }
1207
- }
1208
- ],
1209
- "type": {
1210
- "type": "reference",
1211
- "target": 23,
1212
- "name": "SkySummaryActionBarSecondaryActionComponent",
1213
- "package": "@skyux/action-bars"
1214
- }
1215
- }
1216
- ]
1217
- },
1218
- {
1219
- "id": 32,
1220
- "name": "actionClick",
1221
- "variant": "declaration",
1222
- "kind": 1024,
1223
- "flags": {
1224
- "isPublic": true
1225
- },
1226
- "comment": {
1227
- "summary": [
1228
- {
1229
- "kind": "text",
1230
- "text": "Fires when users select a secondary action."
1231
- }
1232
- ]
1233
- },
1234
- "sources": [
1235
- {
1236
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1237
- "line": 45,
1238
- "character": 9,
1239
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L45"
1240
- }
1241
- ],
1242
- "type": {
1243
- "type": "reference",
1244
- "target": {
1245
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
1246
- "qualifiedName": "EventEmitter"
1247
- },
1248
- "typeArguments": [
1249
- {
1250
- "type": "intrinsic",
1251
- "name": "void"
1252
- }
1253
- ],
1254
- "name": "EventEmitter",
1255
- "package": "@angular/core"
1256
- },
1257
- "defaultValue": "...",
1258
- "decorators": [
1259
- {
1260
- "name": "Output"
1261
- }
1262
- ]
1263
- },
1264
- {
1265
- "id": 27,
1266
- "name": "disabled",
1267
- "variant": "declaration",
1268
- "kind": 1024,
1269
- "flags": {
1270
- "isPublic": true
1271
- },
1272
- "comment": {
1273
- "summary": [
1274
- {
1275
- "kind": "text",
1276
- "text": "Whether to disable a secondary action."
1277
- }
1278
- ],
1279
- "blockTags": [
1280
- {
1281
- "tag": "@default",
1282
- "content": [
1283
- {
1284
- "kind": "code",
1285
- "text": "```ts\nfalse\n```"
1286
- }
1287
- ]
1288
- }
1289
- ]
1290
- },
1291
- "sources": [
1292
- {
1293
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1294
- "line": 30,
1295
- "character": 9,
1296
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L30"
1297
- }
1298
- ],
1299
- "type": {
1300
- "type": "intrinsic",
1301
- "name": "boolean"
1302
- },
1303
- "defaultValue": "false",
1304
- "decorators": [
1305
- {
1306
- "name": "Input"
1307
- }
1308
- ]
1309
- },
1310
- {
1311
- "id": 28,
1312
- "name": "isDropdown",
1313
- "variant": "declaration",
1314
- "kind": 262144,
1315
- "flags": {
1316
- "isPublic": true
1317
- },
1318
- "sources": [
1319
- {
1320
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1321
- "line": 32,
1322
- "character": 13,
1323
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
1324
- },
1325
- {
1326
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1327
- "line": 37,
1328
- "character": 13,
1329
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L37"
1330
- }
1331
- ],
1332
- "getSignature": {
1333
- "id": 29,
1334
- "name": "isDropdown",
1335
- "variant": "signature",
1336
- "kind": 524288,
1337
- "flags": {},
1338
- "sources": [
1339
- {
1340
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1341
- "line": 37,
1342
- "character": 2,
1343
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L37"
1344
- }
1345
- ],
1346
- "type": {
1347
- "type": "intrinsic",
1348
- "name": "boolean"
1349
- }
1350
- },
1351
- "setSignature": {
1352
- "id": 30,
1353
- "name": "isDropdown",
1354
- "variant": "signature",
1355
- "kind": 1048576,
1356
- "flags": {},
1357
- "sources": [
1358
- {
1359
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1360
- "line": 32,
1361
- "character": 2,
1362
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L32"
1363
- }
1364
- ],
1365
- "parameters": [
1366
- {
1367
- "id": 31,
1368
- "name": "value",
1369
- "variant": "param",
1370
- "kind": 32768,
1371
- "flags": {},
1372
- "type": {
1373
- "type": "intrinsic",
1374
- "name": "boolean"
1375
- }
1376
- }
1377
- ],
1378
- "type": {
1379
- "type": "intrinsic",
1380
- "name": "void"
1381
- }
1382
- },
1383
- "decorators": []
1384
- },
1385
- {
1386
- "id": 35,
1387
- "name": "onButtonClicked",
1388
- "variant": "declaration",
1389
- "kind": 2048,
1390
- "flags": {
1391
- "isPublic": true
1392
- },
1393
- "sources": [
1394
- {
1395
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1396
- "line": 55,
1397
- "character": 9,
1398
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L55"
1399
- }
1400
- ],
1401
- "signatures": [
1402
- {
1403
- "id": 36,
1404
- "name": "onButtonClicked",
1405
- "variant": "signature",
1406
- "kind": 4096,
1407
- "flags": {},
1408
- "sources": [
1409
- {
1410
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1411
- "line": 55,
1412
- "character": 2,
1413
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L55"
1414
- }
1415
- ],
1416
- "type": {
1417
- "type": "intrinsic",
1418
- "name": "void"
1419
- }
1420
- }
1421
- ],
1422
- "decorators": []
1423
- }
1424
- ],
1425
- "groups": [
1426
- {
1427
- "title": "Constructors",
1428
- "children": [
1429
- 24
1430
- ]
1431
- },
1432
- {
1433
- "title": "Properties",
1434
- "children": [
1435
- 32,
1436
- 27
1437
- ]
1438
- },
1439
- {
1440
- "title": "Accessors",
1441
- "children": [
1442
- 28
1443
- ]
1444
- },
1445
- {
1446
- "title": "Methods",
1447
- "children": [
1448
- 35
1449
- ]
1450
- }
1451
- ],
1452
- "sources": [
1453
- {
1454
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1455
- "line": 24,
1456
- "character": 13,
1457
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts#L24"
1458
- }
1459
- ],
1460
- "decorators": [
1461
- {
1462
- "name": "Component",
1463
- "arguments": {
1464
- "obj": "@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CommonModule, SkyDropdownModule, SkyThemeModule],\n selector: 'sky-summary-action-bar-secondary-action',\n styleUrls: ['./summary-action-bar-secondary-action.component.scss'],\n templateUrl: './summary-action-bar-secondary-action.component.html',\n hostDirectives: [SkyThemeComponentClassDirective],\n})"
1465
- }
1466
- }
1467
- ]
1468
- },
1469
- {
1470
- "id": 37,
1471
- "name": "SkySummaryActionBarSecondaryActionsComponent",
1472
- "variant": "declaration",
1473
- "kind": 128,
1474
- "flags": {},
1475
- "comment": {
1476
- "summary": [
1477
- {
1478
- "kind": "text",
1479
- "text": "Contains secondary actions specified with "
1480
- },
1481
- {
1482
- "kind": "code",
1483
- "text": "`sky-summary-action-bar-secondary-action`"
1484
- },
1485
- {
1486
- "kind": "text",
1487
- "text": "\ncomponents."
1488
- }
1489
- ]
1490
- },
1491
- "children": [
1492
- {
1493
- "id": 38,
1494
- "name": "constructor",
1495
- "variant": "declaration",
1496
- "kind": 512,
1497
- "flags": {},
1498
- "sources": [
1499
- {
1500
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1501
- "line": 58,
1502
- "character": 2,
1503
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L58"
1504
- }
1505
- ],
1506
- "signatures": [
1507
- {
1508
- "id": 39,
1509
- "name": "SkySummaryActionBarSecondaryActionsComponent",
1510
- "variant": "signature",
1511
- "kind": 16384,
1512
- "flags": {},
1513
- "sources": [
1514
- {
1515
- "fileName": "src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1516
- "line": 58,
1517
- "character": 2,
1518
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L58"
1519
- }
1520
- ],
1521
- "type": {
1522
- "type": "reference",
1523
- "target": 37,
1524
- "name": "SkySummaryActionBarSecondaryActionsComponent",
1525
- "package": "@skyux/action-bars"
1526
- }
1527
- }
1528
- ]
1529
- },
1530
- {
1531
- "id": 43,
1532
- "name": "dropdownMessageStream",
1533
- "variant": "declaration",
1534
- "kind": 1024,
1535
- "flags": {
1536
- "isPublic": true
1537
- },
1538
- "sources": [
1539
- {
1540
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1541
- "line": 51,
1542
- "character": 9,
1543
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L51"
1544
- }
1545
- ],
1546
- "type": {
1547
- "type": "reference",
1548
- "target": {
1549
- "sourceFileName": "node_modules/rxjs/src/internal/Subject.ts",
1550
- "qualifiedName": "Subject"
1551
- },
1552
- "typeArguments": [
1553
- {
1554
- "type": "reference",
1555
- "target": {
1556
- "sourceFileName": "libs/components/popovers/src/lib/modules/dropdown/types/dropdown-message.ts",
1557
- "qualifiedName": "SkyDropdownMessage"
1558
- },
1559
- "name": "SkyDropdownMessage",
1560
- "package": "@skyux/popovers"
1561
- }
1562
- ],
1563
- "name": "Subject",
1564
- "package": "rxjs"
1565
- },
1566
- "defaultValue": "...",
1567
- "decorators": []
1568
- },
1569
- {
1570
- "id": 44,
1571
- "name": "secondaryActionComponents",
1572
- "variant": "declaration",
1573
- "kind": 1024,
1574
- "flags": {
1575
- "isPublic": true,
1576
- "isReadonly": true
1577
- },
1578
- "sources": [
1579
- {
1580
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1581
- "line": 53,
1582
- "character": 18,
1583
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L53"
1584
- }
1585
- ],
1586
- "type": {
1587
- "type": "reference",
1588
- "target": {
1589
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
1590
- "qualifiedName": "Signal"
1591
- },
1592
- "typeArguments": [
1593
- {
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
- }
1605
- }
1606
- ],
1607
- "name": "Signal",
1608
- "package": "@angular/core"
1609
- },
1610
- "defaultValue": "...",
1611
- "decorators": []
1612
- }
1613
- ],
1614
- "groups": [
1615
- {
1616
- "title": "Constructors",
1617
- "children": [
1618
- 38
1619
- ]
1620
- },
1621
- {
1622
- "title": "Properties",
1623
- "children": [
1624
- 43,
1625
- 44
1626
- ]
1627
- }
1628
- ],
1629
- "sources": [
1630
- {
1631
- "fileName": "projects/action-bars/src/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1632
- "line": 43,
1633
- "character": 13,
1634
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts#L43"
1635
- }
1636
- ],
1637
- "decorators": [
1638
- {
1639
- "name": "Component",
1640
- "arguments": {
1641
- "obj": "@Component({\n imports: [\n CommonModule,\n SkyActionBarsResourcesModule,\n SkyDropdownModule,\n SkyIconModule,\n ],\n selector: 'sky-summary-action-bar-secondary-actions',\n templateUrl: './summary-action-bar-secondary-actions.component.html',\n styleUrls: ['./summary-action-bar-secondary-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [SkyThemeComponentClassDirective],\n})"
1642
- }
1643
- }
1644
- ]
1645
- }
1646
- ],
1647
- "groups": [
1648
- {
1649
- "title": "Modules",
1650
- "children": [
1651
- 1,
1652
- 2
1653
- ]
1654
- }
1655
- ],
1656
- "packageName": "@skyux/action-bars",
1657
- "readme": [
1658
- {
1659
- "kind": "text",
1660
- "text": "# action-bars\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
1661
- },
1662
- {
1663
- "kind": "code",
1664
- "text": "`nx test action-bars`"
1665
- },
1666
- {
1667
- "kind": "text",
1668
- "text": " to execute the unit tests."
1669
- }
1670
- ],
1671
- "symbolIdMap": {
1672
- "1": {
1673
- "sourceFileName": "libs/components/action-bars/src/index.ts",
1674
- "qualifiedName": ""
1675
- },
1676
- "2": {
1677
- "sourceFileName": "libs/components/action-bars/testing/src/public-api.ts",
1678
- "qualifiedName": ""
1679
- },
1680
- "3": {
1681
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.module.ts",
1682
- "qualifiedName": "SkySummaryActionBarModule"
1683
- },
1684
- "6": {
1685
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.ts",
1686
- "qualifiedName": "SkySummaryActionBarActionsComponent"
1687
- },
1688
- "9": {
1689
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
1690
- "qualifiedName": "SkySummaryActionBarCancelComponent"
1691
- },
1692
- "12": {
1693
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
1694
- "qualifiedName": "SkySummaryActionBarCancelComponent.disabled"
1695
- },
1696
- "13": {
1697
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
1698
- "qualifiedName": "SkySummaryActionBarCancelComponent.actionClick"
1699
- },
1700
- "14": {
1701
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
1702
- "qualifiedName": "SkySummaryActionBarCancelComponent.onCancelClicked"
1703
- },
1704
- "15": {
1705
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.ts",
1706
- "qualifiedName": "SkySummaryActionBarCancelComponent.onCancelClicked"
1707
- },
1708
- "16": {
1709
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1710
- "qualifiedName": "SkySummaryActionBarPrimaryActionComponent"
1711
- },
1712
- "19": {
1713
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1714
- "qualifiedName": "SkySummaryActionBarPrimaryActionComponent.disabled"
1715
- },
1716
- "20": {
1717
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1718
- "qualifiedName": "SkySummaryActionBarPrimaryActionComponent.actionClick"
1719
- },
1720
- "21": {
1721
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1722
- "qualifiedName": "SkySummaryActionBarPrimaryActionComponent.onButtonClicked"
1723
- },
1724
- "22": {
1725
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.ts",
1726
- "qualifiedName": "SkySummaryActionBarPrimaryActionComponent.onButtonClicked"
1727
- },
1728
- "23": {
1729
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1730
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent"
1731
- },
1732
- "24": {
1733
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1734
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.__constructor"
1735
- },
1736
- "25": {
1737
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1738
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent"
1739
- },
1740
- "26": {
1741
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1742
- "qualifiedName": "changeDetector"
1743
- },
1744
- "27": {
1745
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1746
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.disabled"
1747
- },
1748
- "28": {
1749
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1750
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.isDropdown"
1751
- },
1752
- "29": {
1753
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1754
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.isDropdown"
1755
- },
1756
- "30": {
1757
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1758
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.isDropdown"
1759
- },
1760
- "31": {
1761
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1762
- "qualifiedName": "value"
1763
- },
1764
- "32": {
1765
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1766
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.actionClick"
1767
- },
1768
- "35": {
1769
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1770
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.onButtonClicked"
1771
- },
1772
- "36": {
1773
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.ts",
1774
- "qualifiedName": "SkySummaryActionBarSecondaryActionComponent.onButtonClicked"
1775
- },
1776
- "37": {
1777
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1778
- "qualifiedName": "SkySummaryActionBarSecondaryActionsComponent"
1779
- },
1780
- "38": {
1781
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1782
- "qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.__constructor"
1783
- },
1784
- "39": {
1785
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1786
- "qualifiedName": "SkySummaryActionBarSecondaryActionsComponent"
1787
- },
1788
- "43": {
1789
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1790
- "qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.dropdownMessageStream"
1791
- },
1792
- "44": {
1793
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.ts",
1794
- "qualifiedName": "SkySummaryActionBarSecondaryActionsComponent.secondaryActionComponents"
1795
- },
1796
- "45": {
1797
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1798
- "qualifiedName": "SkySummaryActionBarComponent"
1799
- },
1800
- "55": {
1801
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1802
- "qualifiedName": "SkySummaryActionBarComponent.isSummaryCollapsed"
1803
- },
1804
- "56": {
1805
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1806
- "qualifiedName": "SkySummaryActionBarComponent.slideDirection"
1807
- },
1808
- "57": {
1809
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1810
- "qualifiedName": "SkySummaryActionBarComponent.summaryId"
1811
- },
1812
- "58": {
1813
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1814
- "qualifiedName": "SkySummaryActionBarComponent.summaryElement"
1815
- },
1816
- "59": {
1817
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1818
- "qualifiedName": "SkySummaryActionBarComponent.summaryElement"
1819
- },
1820
- "60": {
1821
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1822
- "qualifiedName": "SkySummaryActionBarComponent.summaryElement"
1823
- },
1824
- "61": {
1825
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1826
- "qualifiedName": "element"
1827
- },
1828
- "62": {
1829
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1830
- "qualifiedName": "SkySummaryActionBarComponent.chevronElementRef"
1831
- },
1832
- "69": {
1833
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1834
- "qualifiedName": "SkySummaryActionBarComponent.ngAfterViewInit"
1835
- },
1836
- "70": {
1837
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1838
- "qualifiedName": "SkySummaryActionBarComponent.ngAfterViewInit"
1839
- },
1840
- "71": {
1841
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1842
- "qualifiedName": "SkySummaryActionBarComponent.ngOnDestroy"
1843
- },
1844
- "72": {
1845
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1846
- "qualifiedName": "SkySummaryActionBarComponent.ngOnDestroy"
1847
- },
1848
- "73": {
1849
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1850
- "qualifiedName": "SkySummaryActionBarComponent.onDirectionChange"
1851
- },
1852
- "74": {
1853
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1854
- "qualifiedName": "SkySummaryActionBarComponent.onDirectionChange"
1855
- },
1856
- "75": {
1857
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1858
- "qualifiedName": "direction"
1859
- },
1860
- "76": {
1861
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1862
- "qualifiedName": "SkySummaryActionBarComponent.summaryContentExists"
1863
- },
1864
- "77": {
1865
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1866
- "qualifiedName": "SkySummaryActionBarComponent.summaryContentExists"
1867
- },
1868
- "78": {
1869
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1870
- "qualifiedName": "SkySummaryActionBarComponent.summaryTransitionEnd"
1871
- },
1872
- "79": {
1873
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1874
- "qualifiedName": "SkySummaryActionBarComponent.summaryTransitionEnd"
1875
- },
1876
- "80": {
1877
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1878
- "qualifiedName": "animationEvent"
1879
- },
1880
- "81": {
1881
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1882
- "qualifiedName": "SkySummaryActionBarComponent.summaryTransitionStart"
1883
- },
1884
- "82": {
1885
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1886
- "qualifiedName": "SkySummaryActionBarComponent.summaryTransitionStart"
1887
- },
1888
- "85": {
1889
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1890
- "qualifiedName": "SkySummaryActionBarComponent.setupTabListener"
1891
- },
1892
- "86": {
1893
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary-action-bar.component.ts",
1894
- "qualifiedName": "SkySummaryActionBarComponent.setupTabListener"
1895
- },
1896
- "93": {
1897
- "sourceFileName": "libs/components/action-bars/src/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.ts",
1898
- "qualifiedName": "SkySummaryActionBarSummaryComponent"
1899
- }
1900
- }
1901
- },
1902
- "codeExamples": [
1903
- {
1904
- "fileName": "demo.component.ts",
1905
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/tab/demo.component.ts",
1906
- "rawContents": "import { Component } from '@angular/core';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyKeyInfoModule } from '@skyux/indicators';\nimport { SkyTabsModule } from '@skyux/tabs';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [SkyKeyInfoModule, SkySummaryActionBarModule, SkyTabsModule],\n})\nexport class DemoComponent {\n protected onPrimaryActionClick(): void {\n alert('Primary action button clicked.');\n }\n\n protected onSecondaryActionClick(): void {\n alert('Secondary action button clicked.');\n }\n\n protected onSecondaryAction2Click(): void {\n alert('Secondary action 2 button clicked.');\n }\n}\n"
1907
- },
1908
- {
1909
- "fileName": "demo.component.html",
1910
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/tab/demo.component.html",
1911
- "rawContents": "<sky-tabset [active]=\"0\">\n <sky-tab tabHeading=\"Tab 1\"> Tab without summary action bar. </sky-tab>\n <sky-tab tabHeading=\"Tab 2\">\n Tab with summary action bar.\n <sky-summary-action-bar>\n <sky-summary-action-bar-actions>\n <sky-summary-action-bar-primary-action\n (actionClick)=\"onPrimaryActionClick()\"\n >\n Primary action\n </sky-summary-action-bar-primary-action>\n <sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryActionClick()\"\n >\n Secondary action\n </sky-summary-action-bar-secondary-action>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryAction2Click()\"\n >\n Secondary action 2\n </sky-summary-action-bar-secondary-action>\n </sky-summary-action-bar-secondary-actions>\n </sky-summary-action-bar-actions>\n <sky-summary-action-bar-summary>\n <sky-key-info>\n <sky-key-info-value>$250</sky-key-info-value>\n <sky-key-info-label>Given this month</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,000</sky-key-info-value>\n <sky-key-info-label>Given this year</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,300</sky-key-info-value>\n <sky-key-info-label>Given all time</sky-key-info-label>\n </sky-key-info>\n </sky-summary-action-bar-summary>\n </sky-summary-action-bar>\n </sky-tab>\n</sky-tabset>\n"
1912
- },
1913
- {
1914
- "fileName": "modal.component.ts",
1915
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/modal.component.ts",
1916
- "rawContents": "import { Component, inject } from '@angular/core';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyKeyInfoModule } from '@skyux/indicators';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\n@Component({\n selector: 'app-modal',\n templateUrl: './modal.component.html',\n imports: [SkyKeyInfoModule, SkyModalModule, SkySummaryActionBarModule],\n})\nexport class ModalComponent {\n readonly #modalInstance = inject(SkyModalInstance);\n\n protected onSecondaryActionClick(): void {\n alert('Secondary action button clicked.');\n }\n\n protected onSecondaryAction2Click(): void {\n alert('Secondary action 2 button clicked.');\n }\n\n protected cancel(): void {\n this.#modalInstance.cancel();\n }\n\n protected save(): void {\n this.#modalInstance.save();\n }\n}\n"
1917
- },
1918
- {
1919
- "fileName": "modal.component.html",
1920
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/modal.component.html",
1921
- "rawContents": "<sky-modal headingText=\"Modal with summary action bar\">\n <sky-modal-content> Hello world! </sky-modal-content>\n <sky-modal-footer>\n <sky-summary-action-bar>\n <sky-summary-action-bar-actions>\n <sky-summary-action-bar-primary-action (actionClick)=\"save()\">\n Primary action\n </sky-summary-action-bar-primary-action>\n <sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryActionClick()\"\n >\n Secondary action\n </sky-summary-action-bar-secondary-action>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryAction2Click()\"\n >\n Secondary action 2\n </sky-summary-action-bar-secondary-action>\n </sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-cancel (actionClick)=\"cancel()\">\n Cancel\n </sky-summary-action-bar-cancel>\n </sky-summary-action-bar-actions>\n <sky-summary-action-bar-summary>\n <sky-key-info>\n <sky-key-info-value>$250</sky-key-info-value>\n <sky-key-info-label>Given this month</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,000</sky-key-info-value>\n <sky-key-info-label>Given this year</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,300</sky-key-info-value>\n <sky-key-info-label>Given all time</sky-key-info-label>\n </sky-key-info>\n </sky-summary-action-bar-summary>\n </sky-summary-action-bar>\n </sky-modal-footer>\n</sky-modal>\n"
1922
- },
1923
- {
1924
- "fileName": "demo.component.ts",
1925
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/demo.component.ts",
1926
- "rawContents": "import { Component, inject } from '@angular/core';\nimport { SkyModalService } from '@skyux/modals';\n\nimport { ModalComponent } from './modal.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent {\n readonly #modalSvc = inject(SkyModalService);\n\n protected openModal(): void {\n this.#modalSvc.open(ModalComponent, {\n size: 'large',\n });\n }\n}\n"
1927
- },
1928
- {
1929
- "fileName": "demo.component.html",
1930
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/modal/demo.component.html",
1931
- "rawContents": "<button class=\"sky-btn sky-btn-primary\" type=\"button\" (click)=\"openModal()\">\n Open modal\n</button>\n"
1932
- },
1933
- {
1934
- "fileName": "demo.component.ts",
1935
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/basic/demo.component.ts",
1936
- "rawContents": "import { Component } from '@angular/core';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [SkyKeyInfoModule, SkySummaryActionBarModule],\n})\nexport class DemoComponent {\n protected onPrimaryActionClick(): void {\n alert('Primary action button clicked.');\n }\n\n protected onSecondaryActionClick(): void {\n alert('Secondary action button clicked.');\n }\n\n protected onSecondaryAction2Click(): void {\n alert('Secondary action 2 button clicked.');\n }\n}\n"
1937
- },
1938
- {
1939
- "fileName": "demo.component.html",
1940
- "filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/basic/demo.component.html",
1941
- "rawContents": "<sky-summary-action-bar>\n <sky-summary-action-bar-actions>\n <sky-summary-action-bar-primary-action\n (actionClick)=\"onPrimaryActionClick()\"\n >\n Primary action\n </sky-summary-action-bar-primary-action>\n <sky-summary-action-bar-secondary-actions>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryActionClick()\"\n >\n Secondary action\n </sky-summary-action-bar-secondary-action>\n <sky-summary-action-bar-secondary-action\n (actionClick)=\"onSecondaryAction2Click()\"\n >\n Secondary action 2\n </sky-summary-action-bar-secondary-action>\n </sky-summary-action-bar-secondary-actions>\n </sky-summary-action-bar-actions>\n <sky-summary-action-bar-summary>\n <sky-key-info>\n <sky-key-info-value>$250</sky-key-info-value>\n <sky-key-info-label>Given this month</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,000</sky-key-info-value>\n <sky-key-info-label>Given this year</sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value>$1,300</sky-key-info-value>\n <sky-key-info-label>Given all time</sky-key-info-label>\n </sky-key-info>\n </sky-summary-action-bar-summary>\n</sky-summary-action-bar>\n"
1942
- }
1943
- ],
1944
- "codeExampleDependencies": {
1945
- "/projects/action-bars/documentation/code-examples/summary-action-bar/tab": {
1946
- "@angular-devkit/core": "19.2.1",
1947
- "@angular-devkit/schematics": "19.2.1",
1948
- "@angular/animations": "19.2.1",
1949
- "@angular/cdk": "19.2.2",
1950
- "@angular/cli": "19.2.1",
1951
- "@angular/common": "19.2.1",
1952
- "@angular/core": "19.2.1",
1953
- "@angular/forms": "19.2.1",
1954
- "@angular/platform-browser": "19.2.1",
1955
- "@angular/router": "19.2.1",
1956
- "@blackbaud/skyux-design-tokens": "0.0.45",
1957
- "@schematics/angular": "19.2.1",
1958
- "@skyux-sdk/testing": "12.0.0-alpha.9",
1959
- "@skyux/action-bars": "12.0.0-alpha.9",
1960
- "@skyux/animations": "12.0.0-alpha.9",
1961
- "@skyux/assets": "12.0.0-alpha.9",
1962
- "@skyux/core": "12.0.0-alpha.9",
1963
- "@skyux/forms": "12.0.0-alpha.9",
1964
- "@skyux/help-inline": "12.0.0-alpha.9",
1965
- "@skyux/i18n": "12.0.0-alpha.9",
1966
- "@skyux/icon": "12.0.0-alpha.9",
1967
- "@skyux/icons": "7.14.1",
1968
- "@skyux/indicators": "12.0.0-alpha.9",
1969
- "@skyux/popovers": "12.0.0-alpha.9",
1970
- "@skyux/tabs": "12.0.0-alpha.9",
1971
- "@skyux/theme": "12.0.0-alpha.9",
1972
- "@types/node": "20.14.12",
1973
- "ajv": "8.17.1",
1974
- "axe-core": "4.10.3",
1975
- "fontfaceobserver": "2.3.0",
1976
- "jsonc-parser": "3.3.1",
1977
- "minimist": "1.2.8",
1978
- "rxjs": "7.8.1",
1979
- "tslib": "2.8.1",
1980
- "zone.js": "0.15.0"
1981
- },
1982
- "/projects/action-bars/documentation/code-examples/summary-action-bar/modal": {
1983
- "@angular-devkit/core": "19.2.1",
1984
- "@angular-devkit/schematics": "19.2.1",
1985
- "@angular/animations": "19.2.1",
1986
- "@angular/cdk": "19.2.2",
1987
- "@angular/cli": "19.2.1",
1988
- "@angular/common": "19.2.1",
1989
- "@angular/core": "19.2.1",
1990
- "@angular/platform-browser": "19.2.1",
1991
- "@angular/router": "19.2.1",
1992
- "@blackbaud/skyux-design-tokens": "0.0.45",
1993
- "@schematics/angular": "19.2.1",
1994
- "@skyux-sdk/testing": "12.0.0-alpha.9",
1995
- "@skyux/action-bars": "12.0.0-alpha.9",
1996
- "@skyux/animations": "12.0.0-alpha.9",
1997
- "@skyux/assets": "12.0.0-alpha.9",
1998
- "@skyux/core": "12.0.0-alpha.9",
1999
- "@skyux/help-inline": "12.0.0-alpha.9",
2000
- "@skyux/i18n": "12.0.0-alpha.9",
2001
- "@skyux/icon": "12.0.0-alpha.9",
2002
- "@skyux/icons": "7.14.1",
2003
- "@skyux/indicators": "12.0.0-alpha.9",
2004
- "@skyux/modals": "12.0.0-alpha.9",
2005
- "@skyux/popovers": "12.0.0-alpha.9",
2006
- "@skyux/theme": "12.0.0-alpha.9",
2007
- "@types/node": "20.14.12",
2008
- "ajv": "8.17.1",
2009
- "axe-core": "4.10.3",
2010
- "fontfaceobserver": "2.3.0",
2011
- "jsonc-parser": "3.3.1",
2012
- "minimist": "1.2.8",
2013
- "rxjs": "7.8.1",
2014
- "tslib": "2.8.1",
2015
- "zone.js": "0.15.0"
2016
- },
2017
- "/projects/action-bars/documentation/code-examples/summary-action-bar/basic": {
2018
- "@angular-devkit/core": "19.2.1",
2019
- "@angular-devkit/schematics": "19.2.1",
2020
- "@angular/animations": "19.2.1",
2021
- "@angular/cdk": "19.2.2",
2022
- "@angular/cli": "19.2.1",
2023
- "@angular/common": "19.2.1",
2024
- "@angular/core": "19.2.1",
2025
- "@angular/platform-browser": "19.2.1",
2026
- "@angular/router": "19.2.1",
2027
- "@blackbaud/skyux-design-tokens": "0.0.45",
2028
- "@schematics/angular": "19.2.1",
2029
- "@skyux-sdk/testing": "12.0.0-alpha.9",
2030
- "@skyux/action-bars": "12.0.0-alpha.9",
2031
- "@skyux/animations": "12.0.0-alpha.9",
2032
- "@skyux/assets": "12.0.0-alpha.9",
2033
- "@skyux/core": "12.0.0-alpha.9",
2034
- "@skyux/help-inline": "12.0.0-alpha.9",
2035
- "@skyux/i18n": "12.0.0-alpha.9",
2036
- "@skyux/icon": "12.0.0-alpha.9",
2037
- "@skyux/icons": "7.14.1",
2038
- "@skyux/indicators": "12.0.0-alpha.9",
2039
- "@skyux/popovers": "12.0.0-alpha.9",
2040
- "@skyux/theme": "12.0.0-alpha.9",
2041
- "@types/node": "20.14.12",
2042
- "ajv": "8.17.1",
2043
- "axe-core": "4.10.3",
2044
- "fontfaceobserver": "2.3.0",
2045
- "jsonc-parser": "3.3.1",
2046
- "minimist": "1.2.8",
2047
- "rxjs": "7.8.1",
2048
- "tslib": "2.8.1",
2049
- "zone.js": "0.15.0"
2050
- }
2051
- }
2052
- }