@skyux/inline-form 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,1801 +0,0 @@
1
- {
2
- "anchorIds": {
3
- "SkyInlineFormButtonLayout": "enumeration-skyinlineformbuttonlayout",
4
- "SkyInlineFormModule": "class-skyinlineformmodule",
5
- "SkyInlineFormComponent": "class-skyinlineformcomponent",
6
- "SkyInlineFormButtonConfig": "interface-skyinlineformbuttonconfig",
7
- "SkyInlineFormCloseArgs": "interface-skyinlineformcloseargs",
8
- "SkyInlineFormConfig": "interface-skyinlineformconfig"
9
- },
10
- "typedoc": {
11
- "id": 0,
12
- "name": "@skyux/inline-form",
13
- "variant": "project",
14
- "kind": 1,
15
- "flags": {},
16
- "children": [
17
- {
18
- "id": 10,
19
- "name": "SkyInlineFormButtonLayout",
20
- "variant": "declaration",
21
- "kind": 8,
22
- "flags": {},
23
- "children": [
24
- {
25
- "id": 11,
26
- "name": "Custom",
27
- "variant": "declaration",
28
- "kind": 16,
29
- "flags": {},
30
- "comment": {
31
- "summary": [
32
- {
33
- "kind": "text",
34
- "text": "Displays custom buttons."
35
- }
36
- ]
37
- },
38
- "sources": [
39
- {
40
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-layout.ts",
41
- "line": 5,
42
- "character": 2,
43
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts#L5"
44
- }
45
- ],
46
- "type": {
47
- "type": "literal",
48
- "value": 0
49
- }
50
- },
51
- {
52
- "id": 12,
53
- "name": "DoneCancel",
54
- "variant": "declaration",
55
- "kind": 16,
56
- "flags": {},
57
- "comment": {
58
- "summary": [
59
- {
60
- "kind": "text",
61
- "text": "Displays Done and Cancel buttons."
62
- }
63
- ]
64
- },
65
- "sources": [
66
- {
67
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-layout.ts",
68
- "line": 9,
69
- "character": 2,
70
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts#L9"
71
- }
72
- ],
73
- "type": {
74
- "type": "literal",
75
- "value": 1
76
- }
77
- },
78
- {
79
- "id": 13,
80
- "name": "DoneDeleteCancel",
81
- "variant": "declaration",
82
- "kind": 16,
83
- "flags": {},
84
- "comment": {
85
- "summary": [
86
- {
87
- "kind": "text",
88
- "text": "Displays Done, Delete, and Cancel buttons."
89
- }
90
- ]
91
- },
92
- "sources": [
93
- {
94
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-layout.ts",
95
- "line": 13,
96
- "character": 2,
97
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts#L13"
98
- }
99
- ],
100
- "type": {
101
- "type": "literal",
102
- "value": 2
103
- }
104
- },
105
- {
106
- "id": 14,
107
- "name": "SaveCancel",
108
- "variant": "declaration",
109
- "kind": 16,
110
- "flags": {},
111
- "comment": {
112
- "summary": [
113
- {
114
- "kind": "text",
115
- "text": "Displays Save and Cancel buttons."
116
- }
117
- ]
118
- },
119
- "sources": [
120
- {
121
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-layout.ts",
122
- "line": 17,
123
- "character": 2,
124
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts#L17"
125
- }
126
- ],
127
- "type": {
128
- "type": "literal",
129
- "value": 3
130
- }
131
- },
132
- {
133
- "id": 15,
134
- "name": "SaveDeleteCancel",
135
- "variant": "declaration",
136
- "kind": 16,
137
- "flags": {},
138
- "comment": {
139
- "summary": [
140
- {
141
- "kind": "text",
142
- "text": "Displays Save, Delete, and Cancel buttons."
143
- }
144
- ]
145
- },
146
- "sources": [
147
- {
148
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-layout.ts",
149
- "line": 21,
150
- "character": 2,
151
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts#L21"
152
- }
153
- ],
154
- "type": {
155
- "type": "literal",
156
- "value": 4
157
- }
158
- }
159
- ],
160
- "groups": [
161
- {
162
- "title": "Enumeration Members",
163
- "children": [
164
- 11,
165
- 12,
166
- 13,
167
- 14,
168
- 15
169
- ]
170
- }
171
- ],
172
- "sources": [
173
- {
174
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-layout.ts",
175
- "line": 1,
176
- "character": 12,
177
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts#L1"
178
- }
179
- ]
180
- },
181
- {
182
- "id": 1,
183
- "name": "SkyInlineFormModule",
184
- "variant": "declaration",
185
- "kind": 128,
186
- "flags": {},
187
- "children": [],
188
- "groups": [
189
- {
190
- "title": "Constructors",
191
- "children": [
192
- 2
193
- ]
194
- }
195
- ],
196
- "sources": [
197
- {
198
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.module.ts",
199
- "line": 13,
200
- "character": 13,
201
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.module.ts#L13"
202
- }
203
- ],
204
- "decorators": [
205
- {
206
- "name": "NgModule",
207
- "arguments": {
208
- "obj": "@NgModule({\n declarations: [SkyInlineFormComponent],\n imports: [CommonModule, SkyInlineFormResourcesModule],\n exports: [SkyInlineFormComponent],\n})"
209
- }
210
- }
211
- ]
212
- },
213
- {
214
- "id": 21,
215
- "name": "SkyInlineFormComponent",
216
- "variant": "declaration",
217
- "kind": 128,
218
- "flags": {},
219
- "comment": {
220
- "summary": [
221
- {
222
- "kind": "text",
223
- "text": "Renders form content in the current view instead of a separate modal."
224
- }
225
- ]
226
- },
227
- "children": [
228
- {
229
- "id": 22,
230
- "name": "constructor",
231
- "variant": "declaration",
232
- "kind": 512,
233
- "flags": {},
234
- "sources": [
235
- {
236
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
237
- "line": 107,
238
- "character": 2,
239
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L107"
240
- }
241
- ],
242
- "signatures": [
243
- {
244
- "id": 23,
245
- "name": "SkyInlineFormComponent",
246
- "variant": "signature",
247
- "kind": 16384,
248
- "flags": {},
249
- "sources": [
250
- {
251
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
252
- "line": 107,
253
- "character": 2,
254
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L107"
255
- }
256
- ],
257
- "parameters": [
258
- {
259
- "id": 24,
260
- "name": "adapter",
261
- "variant": "param",
262
- "kind": 32768,
263
- "flags": {},
264
- "type": {
265
- "type": "reference",
266
- "target": {
267
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form-adapter.service.ts",
268
- "qualifiedName": "SkyInlineFormAdapterService"
269
- },
270
- "name": "SkyInlineFormAdapterService",
271
- "package": "@skyux/inline-form"
272
- }
273
- },
274
- {
275
- "id": 25,
276
- "name": "elementRef",
277
- "variant": "param",
278
- "kind": 32768,
279
- "flags": {},
280
- "type": {
281
- "type": "reference",
282
- "target": {
283
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
284
- "qualifiedName": "ElementRef"
285
- },
286
- "typeArguments": [
287
- {
288
- "type": "intrinsic",
289
- "name": "any"
290
- }
291
- ],
292
- "name": "ElementRef",
293
- "package": "@angular/core"
294
- }
295
- },
296
- {
297
- "id": 26,
298
- "name": "resourcesService",
299
- "variant": "param",
300
- "kind": 32768,
301
- "flags": {},
302
- "type": {
303
- "type": "reference",
304
- "target": {
305
- "sourceFileName": "libs/components/i18n/src/lib/modules/i18n/lib-resources.service.ts",
306
- "qualifiedName": "SkyLibResourcesService"
307
- },
308
- "name": "SkyLibResourcesService",
309
- "package": "@skyux/i18n"
310
- }
311
- },
312
- {
313
- "id": 27,
314
- "name": "skyAppWindowRef",
315
- "variant": "param",
316
- "kind": 32768,
317
- "flags": {},
318
- "type": {
319
- "type": "reference",
320
- "target": {
321
- "sourceFileName": "libs/components/core/src/lib/modules/window/window-ref.ts",
322
- "qualifiedName": "SkyAppWindowRef"
323
- },
324
- "name": "SkyAppWindowRef",
325
- "package": "@skyux/core"
326
- }
327
- },
328
- {
329
- "id": 28,
330
- "name": "changeDetectorRef",
331
- "variant": "param",
332
- "kind": 32768,
333
- "flags": {},
334
- "type": {
335
- "type": "reference",
336
- "target": {
337
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
338
- "qualifiedName": "ChangeDetectorRef"
339
- },
340
- "name": "ChangeDetectorRef",
341
- "package": "@angular/core"
342
- }
343
- }
344
- ],
345
- "type": {
346
- "type": "reference",
347
- "target": 21,
348
- "name": "SkyInlineFormComponent",
349
- "package": "@skyux/inline-form"
350
- }
351
- }
352
- ]
353
- },
354
- {
355
- "id": 39,
356
- "name": "buttons",
357
- "variant": "declaration",
358
- "kind": 1024,
359
- "flags": {
360
- "isPublic": true
361
- },
362
- "sources": [
363
- {
364
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
365
- "line": 93,
366
- "character": 9,
367
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L93"
368
- }
369
- ],
370
- "type": {
371
- "type": "array",
372
- "elementType": {
373
- "type": "reference",
374
- "target": 5,
375
- "name": "SkyInlineFormButtonConfig",
376
- "package": "@skyux/inline-form"
377
- }
378
- },
379
- "decorators": []
380
- },
381
- {
382
- "id": 38,
383
- "name": "close",
384
- "variant": "declaration",
385
- "kind": 1024,
386
- "flags": {
387
- "isPublic": true
388
- },
389
- "comment": {
390
- "summary": [
391
- {
392
- "kind": "text",
393
- "text": "Fires when users close the inline form."
394
- }
395
- ]
396
- },
397
- "sources": [
398
- {
399
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
400
- "line": 90,
401
- "character": 9,
402
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L90"
403
- }
404
- ],
405
- "type": {
406
- "type": "reference",
407
- "target": {
408
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
409
- "qualifiedName": "EventEmitter"
410
- },
411
- "typeArguments": [
412
- {
413
- "type": "reference",
414
- "target": 16,
415
- "name": "SkyInlineFormCloseArgs",
416
- "package": "@skyux/inline-form"
417
- }
418
- ],
419
- "name": "EventEmitter",
420
- "package": "@angular/core"
421
- },
422
- "defaultValue": "...",
423
- "decorators": [
424
- {
425
- "name": "Output"
426
- }
427
- ]
428
- },
429
- {
430
- "id": 33,
431
- "name": "template",
432
- "variant": "declaration",
433
- "kind": 1024,
434
- "flags": {
435
- "isPublic": true
436
- },
437
- "comment": {
438
- "summary": [
439
- {
440
- "kind": "text",
441
- "text": "The template to instantiate the inline form."
442
- }
443
- ],
444
- "blockTags": [
445
- {
446
- "tag": "@required",
447
- "content": []
448
- }
449
- ]
450
- },
451
- "sources": [
452
- {
453
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
454
- "line": 60,
455
- "character": 9,
456
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L60"
457
- }
458
- ],
459
- "type": {
460
- "type": "reference",
461
- "target": {
462
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
463
- "qualifiedName": "TemplateRef"
464
- },
465
- "typeArguments": [
466
- {
467
- "type": "intrinsic",
468
- "name": "unknown"
469
- }
470
- ],
471
- "name": "TemplateRef",
472
- "package": "@angular/core"
473
- },
474
- "decorators": [
475
- {
476
- "name": "Input"
477
- }
478
- ]
479
- },
480
- {
481
- "id": 29,
482
- "name": "config",
483
- "variant": "declaration",
484
- "kind": 262144,
485
- "flags": {
486
- "isPublic": true
487
- },
488
- "sources": [
489
- {
490
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
491
- "line": 44,
492
- "character": 13,
493
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L44"
494
- },
495
- {
496
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
497
- "line": 51,
498
- "character": 13,
499
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L51"
500
- }
501
- ],
502
- "getSignature": {
503
- "id": 30,
504
- "name": "config",
505
- "variant": "signature",
506
- "kind": 524288,
507
- "flags": {},
508
- "sources": [
509
- {
510
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
511
- "line": 51,
512
- "character": 2,
513
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L51"
514
- }
515
- ],
516
- "type": {
517
- "type": "reference",
518
- "target": 18,
519
- "name": "SkyInlineFormConfig",
520
- "package": "@skyux/inline-form"
521
- }
522
- },
523
- "setSignature": {
524
- "id": 31,
525
- "name": "config",
526
- "variant": "signature",
527
- "kind": 1048576,
528
- "flags": {},
529
- "comment": {
530
- "summary": [
531
- {
532
- "kind": "text",
533
- "text": "Configuration options for the buttons to display with the inline form."
534
- }
535
- ],
536
- "blockTags": [
537
- {
538
- "tag": "@required",
539
- "content": []
540
- }
541
- ]
542
- },
543
- "sources": [
544
- {
545
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
546
- "line": 43,
547
- "character": 2,
548
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L43"
549
- }
550
- ],
551
- "parameters": [
552
- {
553
- "id": 32,
554
- "name": "value",
555
- "variant": "param",
556
- "kind": 32768,
557
- "flags": {},
558
- "type": {
559
- "type": "reference",
560
- "target": 18,
561
- "name": "SkyInlineFormConfig",
562
- "package": "@skyux/inline-form"
563
- }
564
- }
565
- ],
566
- "type": {
567
- "type": "intrinsic",
568
- "name": "void"
569
- }
570
- },
571
- "decorators": [
572
- {
573
- "name": "Input"
574
- }
575
- ]
576
- },
577
- {
578
- "id": 34,
579
- "name": "showForm",
580
- "variant": "declaration",
581
- "kind": 262144,
582
- "flags": {
583
- "isPublic": true
584
- },
585
- "sources": [
586
- {
587
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
588
- "line": 68,
589
- "character": 13,
590
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L68"
591
- },
592
- {
593
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
594
- "line": 81,
595
- "character": 13,
596
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L81"
597
- }
598
- ],
599
- "getSignature": {
600
- "id": 35,
601
- "name": "showForm",
602
- "variant": "signature",
603
- "kind": 524288,
604
- "flags": {},
605
- "sources": [
606
- {
607
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
608
- "line": 81,
609
- "character": 2,
610
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L81"
611
- }
612
- ],
613
- "type": {
614
- "type": "intrinsic",
615
- "name": "boolean"
616
- }
617
- },
618
- "setSignature": {
619
- "id": 36,
620
- "name": "showForm",
621
- "variant": "signature",
622
- "kind": 1048576,
623
- "flags": {},
624
- "comment": {
625
- "summary": [
626
- {
627
- "kind": "text",
628
- "text": "Whether to display the inline form. Users can toggle between displaying\nand hiding the inline form."
629
- }
630
- ],
631
- "blockTags": [
632
- {
633
- "tag": "@default",
634
- "content": [
635
- {
636
- "kind": "code",
637
- "text": "```ts\nfalse\n```"
638
- }
639
- ]
640
- }
641
- ]
642
- },
643
- "sources": [
644
- {
645
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
646
- "line": 67,
647
- "character": 2,
648
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L67"
649
- }
650
- ],
651
- "parameters": [
652
- {
653
- "id": 37,
654
- "name": "value",
655
- "variant": "param",
656
- "kind": 32768,
657
- "flags": {},
658
- "type": {
659
- "type": "intrinsic",
660
- "name": "boolean"
661
- }
662
- }
663
- ],
664
- "type": {
665
- "type": "intrinsic",
666
- "name": "void"
667
- }
668
- },
669
- "decorators": [
670
- {
671
- "name": "Input"
672
- }
673
- ]
674
- },
675
- {
676
- "id": 52,
677
- "name": "closeInlineForm",
678
- "variant": "declaration",
679
- "kind": 2048,
680
- "flags": {
681
- "isPublic": true
682
- },
683
- "sources": [
684
- {
685
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
686
- "line": 132,
687
- "character": 9,
688
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L132"
689
- }
690
- ],
691
- "signatures": [
692
- {
693
- "id": 53,
694
- "name": "closeInlineForm",
695
- "variant": "signature",
696
- "kind": 4096,
697
- "flags": {},
698
- "sources": [
699
- {
700
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
701
- "line": 132,
702
- "character": 2,
703
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L132"
704
- }
705
- ],
706
- "parameters": [
707
- {
708
- "id": 54,
709
- "name": "event",
710
- "variant": "param",
711
- "kind": 32768,
712
- "flags": {},
713
- "type": {
714
- "type": "reference",
715
- "target": 5,
716
- "name": "SkyInlineFormButtonConfig",
717
- "package": "@skyux/inline-form"
718
- }
719
- }
720
- ],
721
- "type": {
722
- "type": "intrinsic",
723
- "name": "void"
724
- }
725
- }
726
- ],
727
- "decorators": []
728
- },
729
- {
730
- "id": 50,
731
- "name": "ngOnDestroy",
732
- "variant": "declaration",
733
- "kind": 2048,
734
- "flags": {
735
- "isPublic": true
736
- },
737
- "sources": [
738
- {
739
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
740
- "line": 125,
741
- "character": 9,
742
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L125"
743
- }
744
- ],
745
- "signatures": [
746
- {
747
- "id": 51,
748
- "name": "ngOnDestroy",
749
- "variant": "signature",
750
- "kind": 4096,
751
- "flags": {},
752
- "sources": [
753
- {
754
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
755
- "line": 125,
756
- "character": 2,
757
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L125"
758
- }
759
- ],
760
- "type": {
761
- "type": "intrinsic",
762
- "name": "void"
763
- },
764
- "implementationOf": {
765
- "type": "reference",
766
- "target": -1,
767
- "name": "OnDestroy.ngOnDestroy"
768
- }
769
- }
770
- ],
771
- "implementationOf": {
772
- "type": "reference",
773
- "target": -1,
774
- "name": "OnDestroy.ngOnDestroy"
775
- },
776
- "decorators": []
777
- },
778
- {
779
- "id": 48,
780
- "name": "ngOnInit",
781
- "variant": "declaration",
782
- "kind": 2048,
783
- "flags": {
784
- "isPublic": true
785
- },
786
- "sources": [
787
- {
788
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
789
- "line": 121,
790
- "character": 9,
791
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L121"
792
- }
793
- ],
794
- "signatures": [
795
- {
796
- "id": 49,
797
- "name": "ngOnInit",
798
- "variant": "signature",
799
- "kind": 4096,
800
- "flags": {},
801
- "sources": [
802
- {
803
- "fileName": "lib/modules/inline-form/inline-form.component.ts",
804
- "line": 121,
805
- "character": 2,
806
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L121"
807
- }
808
- ],
809
- "type": {
810
- "type": "intrinsic",
811
- "name": "void"
812
- },
813
- "implementationOf": {
814
- "type": "reference",
815
- "target": -1,
816
- "name": "OnInit.ngOnInit"
817
- }
818
- }
819
- ],
820
- "implementationOf": {
821
- "type": "reference",
822
- "target": -1,
823
- "name": "OnInit.ngOnInit"
824
- },
825
- "decorators": []
826
- }
827
- ],
828
- "groups": [
829
- {
830
- "title": "Constructors",
831
- "children": [
832
- 22
833
- ]
834
- },
835
- {
836
- "title": "Properties",
837
- "children": [
838
- 39,
839
- 38,
840
- 33
841
- ]
842
- },
843
- {
844
- "title": "Accessors",
845
- "children": [
846
- 29,
847
- 34
848
- ]
849
- },
850
- {
851
- "title": "Methods",
852
- "children": [
853
- 52,
854
- 50,
855
- 48
856
- ]
857
- }
858
- ],
859
- "sources": [
860
- {
861
- "fileName": "projects/inline-form/src/modules/inline-form/inline-form.component.ts",
862
- "line": 38,
863
- "character": 13,
864
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts#L38"
865
- }
866
- ],
867
- "implementedTypes": [
868
- {
869
- "type": "reference",
870
- "target": {
871
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
872
- "qualifiedName": "OnInit"
873
- },
874
- "name": "OnInit",
875
- "package": "@angular/core"
876
- },
877
- {
878
- "type": "reference",
879
- "target": {
880
- "sourceFileName": "node_modules/@angular/core/index.d.ts",
881
- "qualifiedName": "OnDestroy"
882
- },
883
- "name": "OnDestroy",
884
- "package": "@angular/core"
885
- }
886
- ],
887
- "decorators": [
888
- {
889
- "name": "Component",
890
- "arguments": {
891
- "obj": "@Component({\n selector: 'sky-inline-form',\n templateUrl: './inline-form.component.html',\n styleUrls: ['./inline-form.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyInlineFormAdapterService],\n animations: [skySlideDissolve],\n standalone: false,\n})"
892
- }
893
- }
894
- ]
895
- },
896
- {
897
- "id": 5,
898
- "name": "SkyInlineFormButtonConfig",
899
- "variant": "declaration",
900
- "kind": 256,
901
- "flags": {},
902
- "comment": {
903
- "summary": [
904
- {
905
- "kind": "text",
906
- "text": "Specifies configuration options for the inline form's buttons when "
907
- },
908
- {
909
- "kind": "code",
910
- "text": "`buttonLayout`"
911
- },
912
- {
913
- "kind": "text",
914
- "text": " is set to "
915
- },
916
- {
917
- "kind": "code",
918
- "text": "`Custom`"
919
- },
920
- {
921
- "kind": "text",
922
- "text": "."
923
- }
924
- ]
925
- },
926
- "children": [
927
- {
928
- "id": 6,
929
- "name": "action",
930
- "variant": "declaration",
931
- "kind": 1024,
932
- "flags": {},
933
- "comment": {
934
- "summary": [
935
- {
936
- "kind": "text",
937
- "text": "The "
938
- },
939
- {
940
- "kind": "code",
941
- "text": "`string`"
942
- },
943
- {
944
- "kind": "text",
945
- "text": " value to return when users click a custom button.\nThis correlates to the "
946
- },
947
- {
948
- "kind": "code",
949
- "text": "`reason`"
950
- },
951
- {
952
- "kind": "text",
953
- "text": " in "
954
- },
955
- {
956
- "kind": "code",
957
- "text": "`SkyInlineFormCloseArgs`"
958
- },
959
- {
960
- "kind": "text",
961
- "text": ".\nThe standard values are "
962
- },
963
- {
964
- "kind": "code",
965
- "text": "`cancel`"
966
- },
967
- {
968
- "kind": "text",
969
- "text": ", "
970
- },
971
- {
972
- "kind": "code",
973
- "text": "`delete`"
974
- },
975
- {
976
- "kind": "text",
977
- "text": ", "
978
- },
979
- {
980
- "kind": "code",
981
- "text": "`done`"
982
- },
983
- {
984
- "kind": "text",
985
- "text": ", and "
986
- },
987
- {
988
- "kind": "code",
989
- "text": "`save`"
990
- },
991
- {
992
- "kind": "text",
993
- "text": ", but other custom values are also allowed."
994
- }
995
- ],
996
- "blockTags": [
997
- {
998
- "tag": "@required",
999
- "content": []
1000
- }
1001
- ]
1002
- },
1003
- "sources": [
1004
- {
1005
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-config.ts",
1006
- "line": 11,
1007
- "character": 2,
1008
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts#L11"
1009
- }
1010
- ],
1011
- "type": {
1012
- "type": "intrinsic",
1013
- "name": "string"
1014
- }
1015
- },
1016
- {
1017
- "id": 8,
1018
- "name": "disabled",
1019
- "variant": "declaration",
1020
- "kind": 1024,
1021
- "flags": {
1022
- "isOptional": true
1023
- },
1024
- "comment": {
1025
- "summary": [
1026
- {
1027
- "kind": "text",
1028
- "text": "Whether to disable the button."
1029
- }
1030
- ],
1031
- "blockTags": [
1032
- {
1033
- "tag": "@default",
1034
- "content": [
1035
- {
1036
- "kind": "code",
1037
- "text": "```ts\nfalse\n```"
1038
- }
1039
- ]
1040
- }
1041
- ]
1042
- },
1043
- "sources": [
1044
- {
1045
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-config.ts",
1046
- "line": 23,
1047
- "character": 2,
1048
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts#L23"
1049
- }
1050
- ],
1051
- "type": {
1052
- "type": "intrinsic",
1053
- "name": "boolean"
1054
- }
1055
- },
1056
- {
1057
- "id": 9,
1058
- "name": "styleType",
1059
- "variant": "declaration",
1060
- "kind": 1024,
1061
- "flags": {
1062
- "isOptional": true
1063
- },
1064
- "comment": {
1065
- "summary": [
1066
- {
1067
- "kind": "text",
1068
- "text": "The background color and style for the button.\nThe valid options are "
1069
- },
1070
- {
1071
- "kind": "code",
1072
- "text": "`default`"
1073
- },
1074
- {
1075
- "kind": "text",
1076
- "text": ", "
1077
- },
1078
- {
1079
- "kind": "code",
1080
- "text": "`link`"
1081
- },
1082
- {
1083
- "kind": "text",
1084
- "text": ", and "
1085
- },
1086
- {
1087
- "kind": "code",
1088
- "text": "`primary`"
1089
- },
1090
- {
1091
- "kind": "text",
1092
- "text": ".\nThese values set the background color and style from the\n[secondary, link, and primary button classes](https://developer.blackbaud.com/skyux/components/button) respectively."
1093
- }
1094
- ]
1095
- },
1096
- "sources": [
1097
- {
1098
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-config.ts",
1099
- "line": 31,
1100
- "character": 2,
1101
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts#L31"
1102
- }
1103
- ],
1104
- "type": {
1105
- "type": "intrinsic",
1106
- "name": "string"
1107
- }
1108
- },
1109
- {
1110
- "id": 7,
1111
- "name": "text",
1112
- "variant": "declaration",
1113
- "kind": 1024,
1114
- "flags": {},
1115
- "comment": {
1116
- "summary": [
1117
- {
1118
- "kind": "text",
1119
- "text": "The label for the button."
1120
- }
1121
- ],
1122
- "blockTags": [
1123
- {
1124
- "tag": "@required",
1125
- "content": []
1126
- }
1127
- ]
1128
- },
1129
- "sources": [
1130
- {
1131
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-config.ts",
1132
- "line": 17,
1133
- "character": 2,
1134
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts#L17"
1135
- }
1136
- ],
1137
- "type": {
1138
- "type": "intrinsic",
1139
- "name": "string"
1140
- }
1141
- }
1142
- ],
1143
- "groups": [
1144
- {
1145
- "title": "Properties",
1146
- "children": [
1147
- 6,
1148
- 8,
1149
- 9,
1150
- 7
1151
- ]
1152
- }
1153
- ],
1154
- "sources": [
1155
- {
1156
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-button-config.ts",
1157
- "line": 4,
1158
- "character": 17,
1159
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts#L4"
1160
- }
1161
- ]
1162
- },
1163
- {
1164
- "id": 16,
1165
- "name": "SkyInlineFormCloseArgs",
1166
- "variant": "declaration",
1167
- "kind": 256,
1168
- "flags": {},
1169
- "children": [
1170
- {
1171
- "id": 17,
1172
- "name": "reason",
1173
- "variant": "declaration",
1174
- "kind": 1024,
1175
- "flags": {},
1176
- "comment": {
1177
- "summary": [
1178
- {
1179
- "kind": "text",
1180
- "text": "Returns a "
1181
- },
1182
- {
1183
- "kind": "code",
1184
- "text": "`string`"
1185
- },
1186
- {
1187
- "kind": "text",
1188
- "text": " value to explain why users clicked a custom button and initiated a "
1189
- },
1190
- {
1191
- "kind": "code",
1192
- "text": "`close`"
1193
- },
1194
- {
1195
- "kind": "text",
1196
- "text": " event.\nThis correlates to either the "
1197
- },
1198
- {
1199
- "kind": "code",
1200
- "text": "`action`"
1201
- },
1202
- {
1203
- "kind": "text",
1204
- "text": " in "
1205
- },
1206
- {
1207
- "kind": "code",
1208
- "text": "`SkyInlineFormButtonConfig`"
1209
- },
1210
- {
1211
- "kind": "text",
1212
- "text": " for custom buttons or the standard\nvalue of "
1213
- },
1214
- {
1215
- "kind": "code",
1216
- "text": "`cancel`"
1217
- },
1218
- {
1219
- "kind": "text",
1220
- "text": ", "
1221
- },
1222
- {
1223
- "kind": "code",
1224
- "text": "`delete`"
1225
- },
1226
- {
1227
- "kind": "text",
1228
- "text": ", "
1229
- },
1230
- {
1231
- "kind": "code",
1232
- "text": "`done`"
1233
- },
1234
- {
1235
- "kind": "text",
1236
- "text": ", or "
1237
- },
1238
- {
1239
- "kind": "code",
1240
- "text": "`save`"
1241
- },
1242
- {
1243
- "kind": "text",
1244
- "text": " for predefined buttons."
1245
- }
1246
- ]
1247
- },
1248
- "sources": [
1249
- {
1250
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-close-args.ts",
1251
- "line": 7,
1252
- "character": 2,
1253
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-close-args.ts#L7"
1254
- }
1255
- ],
1256
- "type": {
1257
- "type": "intrinsic",
1258
- "name": "string"
1259
- }
1260
- }
1261
- ],
1262
- "groups": [
1263
- {
1264
- "title": "Properties",
1265
- "children": [
1266
- 17
1267
- ]
1268
- }
1269
- ],
1270
- "sources": [
1271
- {
1272
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-close-args.ts",
1273
- "line": 1,
1274
- "character": 17,
1275
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-close-args.ts#L1"
1276
- }
1277
- ]
1278
- },
1279
- {
1280
- "id": 18,
1281
- "name": "SkyInlineFormConfig",
1282
- "variant": "declaration",
1283
- "kind": 256,
1284
- "flags": {},
1285
- "comment": {
1286
- "summary": [
1287
- {
1288
- "kind": "text",
1289
- "text": "Specifies configuration options for the buttons to display with the inline form."
1290
- }
1291
- ]
1292
- },
1293
- "children": [
1294
- {
1295
- "id": 19,
1296
- "name": "buttonLayout",
1297
- "variant": "declaration",
1298
- "kind": 1024,
1299
- "flags": {},
1300
- "comment": {
1301
- "summary": [
1302
- {
1303
- "kind": "text",
1304
- "text": "The buttons to display with the inline form. The valid options are "
1305
- },
1306
- {
1307
- "kind": "code",
1308
- "text": "`Custom`"
1309
- },
1310
- {
1311
- "kind": "text",
1312
- "text": "\nfor custom buttons, "
1313
- },
1314
- {
1315
- "kind": "code",
1316
- "text": "`DoneCancel`"
1317
- },
1318
- {
1319
- "kind": "text",
1320
- "text": " for Done and Cancel buttons, "
1321
- },
1322
- {
1323
- "kind": "code",
1324
- "text": "`DoneDeleteCancel`"
1325
- },
1326
- {
1327
- "kind": "text",
1328
- "text": " for Done,\nDelete, and Cancel buttons, "
1329
- },
1330
- {
1331
- "kind": "code",
1332
- "text": "`SaveCancel`"
1333
- },
1334
- {
1335
- "kind": "text",
1336
- "text": " for Save and Cancel buttons, and "
1337
- },
1338
- {
1339
- "kind": "code",
1340
- "text": "`SaveDeleteCancel`"
1341
- },
1342
- {
1343
- "kind": "text",
1344
- "text": "\nfor Save, Delete, and Cancel buttons."
1345
- }
1346
- ],
1347
- "blockTags": [
1348
- {
1349
- "tag": "@required",
1350
- "content": []
1351
- }
1352
- ]
1353
- },
1354
- "sources": [
1355
- {
1356
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-config.ts",
1357
- "line": 15,
1358
- "character": 2,
1359
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-config.ts#L15"
1360
- }
1361
- ],
1362
- "type": {
1363
- "type": "reference",
1364
- "target": 10,
1365
- "name": "SkyInlineFormButtonLayout",
1366
- "package": "@skyux/inline-form"
1367
- }
1368
- },
1369
- {
1370
- "id": 20,
1371
- "name": "buttons",
1372
- "variant": "declaration",
1373
- "kind": 1024,
1374
- "flags": {
1375
- "isOptional": true
1376
- },
1377
- "comment": {
1378
- "summary": [
1379
- {
1380
- "kind": "text",
1381
- "text": "Configuration options for the inline form's buttons when "
1382
- },
1383
- {
1384
- "kind": "code",
1385
- "text": "`buttonLayout`"
1386
- },
1387
- {
1388
- "kind": "text",
1389
- "text": " is set to "
1390
- },
1391
- {
1392
- "kind": "code",
1393
- "text": "`Custom`"
1394
- },
1395
- {
1396
- "kind": "text",
1397
- "text": "."
1398
- }
1399
- ]
1400
- },
1401
- "sources": [
1402
- {
1403
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-config.ts",
1404
- "line": 19,
1405
- "character": 2,
1406
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-config.ts#L19"
1407
- }
1408
- ],
1409
- "type": {
1410
- "type": "array",
1411
- "elementType": {
1412
- "type": "reference",
1413
- "target": 5,
1414
- "name": "SkyInlineFormButtonConfig",
1415
- "package": "@skyux/inline-form"
1416
- }
1417
- }
1418
- }
1419
- ],
1420
- "groups": [
1421
- {
1422
- "title": "Properties",
1423
- "children": [
1424
- 19,
1425
- 20
1426
- ]
1427
- }
1428
- ],
1429
- "sources": [
1430
- {
1431
- "fileName": "projects/inline-form/src/modules/inline-form/types/inline-form-config.ts",
1432
- "line": 7,
1433
- "character": 17,
1434
- "url": "https://github.com/blackbaud/skyux/blob/8022b0d/libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-config.ts#L7"
1435
- }
1436
- ]
1437
- }
1438
- ],
1439
- "groups": [
1440
- {
1441
- "title": "Enumerations",
1442
- "children": [
1443
- 10
1444
- ]
1445
- },
1446
- {
1447
- "title": "Classes",
1448
- "children": [
1449
- 1,
1450
- 21
1451
- ]
1452
- },
1453
- {
1454
- "title": "Interfaces",
1455
- "children": [
1456
- 5,
1457
- 16,
1458
- 18
1459
- ]
1460
- }
1461
- ],
1462
- "packageName": "@skyux/inline-form",
1463
- "readme": [
1464
- {
1465
- "kind": "text",
1466
- "text": "# inline-form\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
1467
- },
1468
- {
1469
- "kind": "code",
1470
- "text": "`nx test inline-form`"
1471
- },
1472
- {
1473
- "kind": "text",
1474
- "text": " to execute the unit tests."
1475
- }
1476
- ],
1477
- "symbolIdMap": {
1478
- "0": {
1479
- "sourceFileName": "libs/components/inline-form/src/index.ts",
1480
- "qualifiedName": ""
1481
- },
1482
- "1": {
1483
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.module.ts",
1484
- "qualifiedName": "SkyInlineFormModule"
1485
- },
1486
- "5": {
1487
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts",
1488
- "qualifiedName": "SkyInlineFormButtonConfig"
1489
- },
1490
- "6": {
1491
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts",
1492
- "qualifiedName": "SkyInlineFormButtonConfig.action"
1493
- },
1494
- "7": {
1495
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts",
1496
- "qualifiedName": "SkyInlineFormButtonConfig.text"
1497
- },
1498
- "8": {
1499
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts",
1500
- "qualifiedName": "SkyInlineFormButtonConfig.disabled"
1501
- },
1502
- "9": {
1503
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-config.ts",
1504
- "qualifiedName": "SkyInlineFormButtonConfig.styleType"
1505
- },
1506
- "10": {
1507
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts",
1508
- "qualifiedName": "SkyInlineFormButtonLayout"
1509
- },
1510
- "11": {
1511
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts",
1512
- "qualifiedName": "SkyInlineFormButtonLayout.Custom"
1513
- },
1514
- "12": {
1515
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts",
1516
- "qualifiedName": "SkyInlineFormButtonLayout.DoneCancel"
1517
- },
1518
- "13": {
1519
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts",
1520
- "qualifiedName": "SkyInlineFormButtonLayout.DoneDeleteCancel"
1521
- },
1522
- "14": {
1523
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts",
1524
- "qualifiedName": "SkyInlineFormButtonLayout.SaveCancel"
1525
- },
1526
- "15": {
1527
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-button-layout.ts",
1528
- "qualifiedName": "SkyInlineFormButtonLayout.SaveDeleteCancel"
1529
- },
1530
- "16": {
1531
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-close-args.ts",
1532
- "qualifiedName": "SkyInlineFormCloseArgs"
1533
- },
1534
- "17": {
1535
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-close-args.ts",
1536
- "qualifiedName": "SkyInlineFormCloseArgs.reason"
1537
- },
1538
- "18": {
1539
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-config.ts",
1540
- "qualifiedName": "SkyInlineFormConfig"
1541
- },
1542
- "19": {
1543
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-config.ts",
1544
- "qualifiedName": "SkyInlineFormConfig.buttonLayout"
1545
- },
1546
- "20": {
1547
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/types/inline-form-config.ts",
1548
- "qualifiedName": "SkyInlineFormConfig.buttons"
1549
- },
1550
- "21": {
1551
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1552
- "qualifiedName": "SkyInlineFormComponent"
1553
- },
1554
- "22": {
1555
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1556
- "qualifiedName": "SkyInlineFormComponent.__constructor"
1557
- },
1558
- "23": {
1559
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1560
- "qualifiedName": "SkyInlineFormComponent"
1561
- },
1562
- "24": {
1563
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1564
- "qualifiedName": "adapter"
1565
- },
1566
- "25": {
1567
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1568
- "qualifiedName": "elementRef"
1569
- },
1570
- "26": {
1571
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1572
- "qualifiedName": "resourcesService"
1573
- },
1574
- "27": {
1575
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1576
- "qualifiedName": "skyAppWindowRef"
1577
- },
1578
- "28": {
1579
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1580
- "qualifiedName": "changeDetectorRef"
1581
- },
1582
- "29": {
1583
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1584
- "qualifiedName": "SkyInlineFormComponent.config"
1585
- },
1586
- "30": {
1587
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1588
- "qualifiedName": "SkyInlineFormComponent.config"
1589
- },
1590
- "31": {
1591
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1592
- "qualifiedName": "SkyInlineFormComponent.config"
1593
- },
1594
- "32": {
1595
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1596
- "qualifiedName": "value"
1597
- },
1598
- "33": {
1599
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1600
- "qualifiedName": "SkyInlineFormComponent.template"
1601
- },
1602
- "34": {
1603
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1604
- "qualifiedName": "SkyInlineFormComponent.showForm"
1605
- },
1606
- "35": {
1607
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1608
- "qualifiedName": "SkyInlineFormComponent.showForm"
1609
- },
1610
- "36": {
1611
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1612
- "qualifiedName": "SkyInlineFormComponent.showForm"
1613
- },
1614
- "37": {
1615
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1616
- "qualifiedName": "value"
1617
- },
1618
- "38": {
1619
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1620
- "qualifiedName": "SkyInlineFormComponent.close"
1621
- },
1622
- "39": {
1623
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1624
- "qualifiedName": "SkyInlineFormComponent.buttons"
1625
- },
1626
- "48": {
1627
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1628
- "qualifiedName": "SkyInlineFormComponent.ngOnInit"
1629
- },
1630
- "49": {
1631
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1632
- "qualifiedName": "SkyInlineFormComponent.ngOnInit"
1633
- },
1634
- "50": {
1635
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1636
- "qualifiedName": "SkyInlineFormComponent.ngOnDestroy"
1637
- },
1638
- "51": {
1639
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1640
- "qualifiedName": "SkyInlineFormComponent.ngOnDestroy"
1641
- },
1642
- "52": {
1643
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1644
- "qualifiedName": "SkyInlineFormComponent.closeInlineForm"
1645
- },
1646
- "53": {
1647
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1648
- "qualifiedName": "SkyInlineFormComponent.closeInlineForm"
1649
- },
1650
- "54": {
1651
- "sourceFileName": "libs/components/inline-form/src/lib/modules/inline-form/inline-form.component.ts",
1652
- "qualifiedName": "event"
1653
- }
1654
- }
1655
- },
1656
- "codeExamples": [
1657
- {
1658
- "fileName": "demo.component.ts",
1659
- "filePath": "/projects/inline-form/documentation/code-examples/inline-form/repeaters/demo.component.ts",
1660
- "rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/icon';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n} from '@skyux/inline-form';\nimport { SkyRepeaterModule } from '@skyux/lists';\n\ninterface DemoForm {\n id: FormControl<string>;\n note: FormControl<string>;\n title: FormControl<string>;\n}\n\ninterface Item {\n id: string;\n title: string | undefined;\n note: string | undefined;\n}\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyIconModule,\n SkyInputBoxModule,\n SkyRepeaterModule,\n ],\n})\nexport class DemoComponent {\n protected activeInlineFormId: string | undefined;\n protected formGroup: FormGroup<DemoForm>;\n\n protected inlineFormConfig: SkyInlineFormConfig = {\n buttonLayout: SkyInlineFormButtonLayout.SaveCancel,\n };\n\n protected items: Item[] = [\n {\n id: '1',\n title: '2019 Spring Gala',\n note: 'Gala for friends and family',\n },\n {\n id: '2',\n title: '2019 Special Winter Event',\n note: 'A special event',\n },\n {\n id: '3',\n title: '2019 Donor Appreciation Event',\n note: 'Event for all donors and families',\n },\n {\n id: '4',\n title: '2020 Spring Gala',\n note: 'Gala for friends and family',\n },\n ];\n\n constructor() {\n this.formGroup = inject(FormBuilder).group({\n id: new FormControl('', { nonNullable: true }),\n title: new FormControl('', { nonNullable: true }),\n note: new FormControl('', { nonNullable: true }),\n });\n }\n\n protected showInlineForm(item: Item): void {\n this.activeInlineFormId = item.id;\n this.formGroup.patchValue({\n note: item.note,\n title: item.title,\n });\n }\n\n protected onInlineFormClose(args: SkyInlineFormCloseArgs): void {\n if (args.reason === 'save') {\n const found = this.items.find(\n (item) => item.id === this.activeInlineFormId,\n );\n\n if (found) {\n found.note = this.formGroup.value.note;\n found.title = this.formGroup.value.title;\n }\n }\n\n this.formGroup.patchValue({\n note: undefined,\n title: undefined,\n });\n\n // Close the active form.\n this.activeInlineFormId = undefined;\n }\n}\n"
1661
- },
1662
- {
1663
- "fileName": "demo.component.html",
1664
- "filePath": "/projects/inline-form/documentation/code-examples/inline-form/repeaters/demo.component.html",
1665
- "rawContents": "<sky-repeater>\n @for (item of items; track item) {\n <sky-repeater-item\n [inlineFormConfig]=\"inlineFormConfig\"\n [inlineFormTemplate]=\"inlineFormTemplate\"\n [showInlineForm]=\"activeInlineFormId === item.id\"\n (inlineFormClose)=\"onInlineFormClose($event)\"\n >\n <sky-repeater-item-title>\n <div class=\"sky-font-emphasized\">\n {{ item.title }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <button\n aria-label=\"Edit\"\n class=\"sky-btn sky-btn-icon-borderless\"\n type=\"button\"\n (click)=\"showInlineForm(item)\"\n >\n <sky-icon icon=\"edit\" />\n </button>\n </sky-repeater-item-context-menu>\n\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n }\n</sky-repeater>\n\n<ng-template #inlineFormTemplate>\n <form novalidate [formGroup]=\"formGroup\">\n <sky-input-box labelTex=\"Title\" stacked=\"true\">\n <input formControlName=\"title\" type=\"text\" />\n </sky-input-box>\n <sky-input-box labelText=\"Note\">\n <input formControlName=\"note\" type=\"text\" />\n </sky-input-box>\n </form>\n</ng-template>\n"
1666
- },
1667
- {
1668
- "fileName": "demo.component.ts",
1669
- "filePath": "/projects/inline-form/documentation/code-examples/inline-form/custom-buttons/demo.component.ts",
1670
- "rawContents": "import { Component, OnInit, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/icon';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n SkyInlineFormModule,\n} from '@skyux/inline-form';\n\ninterface DemoForm {\n firstName: FormControl<string>;\n}\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyIconModule,\n SkyInlineFormModule,\n SkyInputBoxModule,\n ],\n})\nexport class DemoComponent implements OnInit {\n protected firstName = 'Jane';\n protected formGroup: FormGroup<DemoForm>;\n\n protected inlineFormConfig: SkyInlineFormConfig = {\n buttonLayout: SkyInlineFormButtonLayout.Custom,\n buttons: [\n {\n action: 'save',\n text: 'Save',\n styleType: 'primary',\n },\n {\n action: 'clear',\n text: 'Clear',\n styleType: 'default',\n },\n {\n action: 'reset',\n text: 'Reset',\n styleType: 'default',\n },\n {\n action: 'cancel',\n text: 'Cancel',\n styleType: 'link',\n },\n ],\n };\n\n protected showForm = false;\n\n constructor() {\n this.formGroup = inject(FormBuilder).group({\n firstName: new FormControl<string>('', { nonNullable: true }),\n });\n }\n\n public ngOnInit(): void {\n this.formGroup.valueChanges.subscribe(() => {\n if (\n this.inlineFormConfig.buttons &&\n this.inlineFormConfig.buttons[0].disabled !== this.formGroup.invalid\n ) {\n this.inlineFormConfig.buttons[0].disabled = this.formGroup.invalid;\n this.inlineFormConfig = { ...{}, ...this.inlineFormConfig };\n }\n });\n }\n\n protected onInlineFormClose(args: SkyInlineFormCloseArgs): void {\n switch (args.reason) {\n case 'save':\n this.firstName = this.formGroup.value.firstName ?? '';\n this.showForm = false;\n break;\n\n case 'clear':\n this.formGroup.patchValue({ firstName: '' });\n break;\n\n case 'reset':\n this.formGroup.setValue({ firstName: this.firstName });\n break;\n\n default:\n this.showForm = false;\n break;\n }\n }\n\n protected onInlineFormOpen(): void {\n this.showForm = true;\n this.formGroup.patchValue({\n firstName: this.firstName,\n });\n }\n}\n"
1671
- },
1672
- {
1673
- "fileName": "demo.component.html",
1674
- "filePath": "/projects/inline-form/documentation/code-examples/inline-form/custom-buttons/demo.component.html",
1675
- "rawContents": "<sky-inline-form\n [config]=\"inlineFormConfig\"\n [showForm]=\"showForm\"\n [template]=\"inlineFormTemplate\"\n (close)=\"onInlineFormClose($event)\"\n>\n <table>\n <tr>\n <th>First name:</th>\n <td>\n {{ firstName }}\n </td>\n <td>\n <button\n aria-label=\"Edit\"\n class=\"sky-btn sky-btn-icon-borderless\"\n type=\"button\"\n (click)=\"onInlineFormOpen()\"\n >\n <sky-icon icon=\"edit\" />\n </button>\n </td>\n </tr>\n </table>\n</sky-inline-form>\n\n<ng-template #inlineFormTemplate>\n <form [formGroup]=\"formGroup\">\n <sky-input-box labelText=\"First name\">\n <input formControlName=\"firstName\" required type=\"text\" />\n </sky-input-box>\n </form>\n</ng-template>\n"
1676
- },
1677
- {
1678
- "fileName": "demo.component.ts",
1679
- "filePath": "/projects/inline-form/documentation/code-examples/inline-form/basic/demo.component.ts",
1680
- "rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/icon';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n SkyInlineFormModule,\n} from '@skyux/inline-form';\n\ninterface DemoForm {\n firstName: FormControl<string>;\n}\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyIconModule,\n SkyInlineFormModule,\n SkyInputBoxModule,\n ],\n})\nexport class DemoComponent {\n protected firstName = 'Jane';\n protected formGroup: FormGroup<DemoForm>;\n\n protected inlineFormConfig: SkyInlineFormConfig = {\n buttonLayout: SkyInlineFormButtonLayout.SaveCancel,\n };\n\n protected showForm = false;\n\n constructor() {\n this.formGroup = inject(FormBuilder).group({\n firstName: new FormControl<string>('', { nonNullable: true }),\n });\n }\n\n protected onInlineFormClose(args: SkyInlineFormCloseArgs): void {\n if (args.reason === 'save') {\n this.firstName = this.formGroup.value.firstName ?? '';\n }\n\n this.showForm = false;\n this.formGroup.patchValue({\n firstName: undefined,\n });\n }\n\n protected onInlineFormOpen(): void {\n this.showForm = true;\n this.formGroup.patchValue({\n firstName: this.firstName,\n });\n }\n}\n"
1681
- },
1682
- {
1683
- "fileName": "demo.component.html",
1684
- "filePath": "/projects/inline-form/documentation/code-examples/inline-form/basic/demo.component.html",
1685
- "rawContents": "<sky-inline-form\n [config]=\"inlineFormConfig\"\n [showForm]=\"showForm\"\n [template]=\"inlineFormTemplate\"\n (close)=\"onInlineFormClose($event)\"\n>\n <table>\n <tr>\n <th>First name:</th>\n <td>\n {{ firstName }}\n </td>\n <td>\n <button\n aria-label=\"Edit\"\n class=\"sky-btn sky-btn-icon-borderless\"\n type=\"button\"\n (click)=\"onInlineFormOpen()\"\n >\n <sky-icon icon=\"edit\" />\n </button>\n </td>\n </tr>\n </table>\n</sky-inline-form>\n\n<ng-template #inlineFormTemplate>\n <form [formGroup]=\"formGroup\">\n <sky-input-box labelText=\"First name\">\n <input formControlName=\"firstName\" type=\"text\" />\n </sky-input-box>\n </form>\n</ng-template>\n"
1686
- }
1687
- ],
1688
- "codeExampleDependencies": {
1689
- "/projects/inline-form/documentation/code-examples/inline-form/repeaters": {
1690
- "@angular-devkit/core": "19.2.1",
1691
- "@angular-devkit/schematics": "19.2.1",
1692
- "@angular/animations": "19.2.1",
1693
- "@angular/cdk": "19.2.2",
1694
- "@angular/cli": "19.2.1",
1695
- "@angular/common": "19.2.1",
1696
- "@angular/core": "19.2.1",
1697
- "@angular/forms": "19.2.1",
1698
- "@angular/platform-browser": "19.2.1",
1699
- "@angular/router": "19.2.1",
1700
- "@blackbaud/skyux-design-tokens": "0.0.45",
1701
- "@schematics/angular": "19.2.1",
1702
- "@skyux-sdk/testing": "12.0.0-alpha.9",
1703
- "@skyux/animations": "12.0.0-alpha.9",
1704
- "@skyux/assets": "12.0.0-alpha.9",
1705
- "@skyux/core": "12.0.0-alpha.9",
1706
- "@skyux/forms": "12.0.0-alpha.9",
1707
- "@skyux/help-inline": "12.0.0-alpha.9",
1708
- "@skyux/i18n": "12.0.0-alpha.9",
1709
- "@skyux/icon": "12.0.0-alpha.9",
1710
- "@skyux/icons": "7.14.1",
1711
- "@skyux/indicators": "12.0.0-alpha.9",
1712
- "@skyux/inline-form": "12.0.0-alpha.9",
1713
- "@skyux/lists": "12.0.0-alpha.9",
1714
- "@skyux/popovers": "12.0.0-alpha.9",
1715
- "@skyux/theme": "12.0.0-alpha.9",
1716
- "@types/dragula": "2.1.36",
1717
- "@types/node": "20.14.12",
1718
- "ajv": "8.17.1",
1719
- "axe-core": "4.10.3",
1720
- "dom-autoscroller": "2.3.4",
1721
- "dragula": "3.7.3",
1722
- "fontfaceobserver": "2.3.0",
1723
- "jsonc-parser": "3.3.1",
1724
- "minimist": "1.2.8",
1725
- "ng2-dragula": "5.1.0",
1726
- "rxjs": "7.8.1",
1727
- "tslib": "2.8.1",
1728
- "zone.js": "0.15.0"
1729
- },
1730
- "/projects/inline-form/documentation/code-examples/inline-form/custom-buttons": {
1731
- "@angular-devkit/core": "19.2.1",
1732
- "@angular-devkit/schematics": "19.2.1",
1733
- "@angular/animations": "19.2.1",
1734
- "@angular/cdk": "19.2.2",
1735
- "@angular/cli": "19.2.1",
1736
- "@angular/common": "19.2.1",
1737
- "@angular/core": "19.2.1",
1738
- "@angular/forms": "19.2.1",
1739
- "@angular/platform-browser": "19.2.1",
1740
- "@angular/router": "19.2.1",
1741
- "@blackbaud/skyux-design-tokens": "0.0.45",
1742
- "@schematics/angular": "19.2.1",
1743
- "@skyux-sdk/testing": "12.0.0-alpha.9",
1744
- "@skyux/assets": "12.0.0-alpha.9",
1745
- "@skyux/core": "12.0.0-alpha.9",
1746
- "@skyux/forms": "12.0.0-alpha.9",
1747
- "@skyux/help-inline": "12.0.0-alpha.9",
1748
- "@skyux/i18n": "12.0.0-alpha.9",
1749
- "@skyux/icon": "12.0.0-alpha.9",
1750
- "@skyux/icons": "7.14.1",
1751
- "@skyux/indicators": "12.0.0-alpha.9",
1752
- "@skyux/inline-form": "12.0.0-alpha.9",
1753
- "@skyux/popovers": "12.0.0-alpha.9",
1754
- "@skyux/theme": "12.0.0-alpha.9",
1755
- "@types/node": "20.14.12",
1756
- "ajv": "8.17.1",
1757
- "axe-core": "4.10.3",
1758
- "fontfaceobserver": "2.3.0",
1759
- "jsonc-parser": "3.3.1",
1760
- "minimist": "1.2.8",
1761
- "rxjs": "7.8.1",
1762
- "tslib": "2.8.1",
1763
- "zone.js": "0.15.0"
1764
- },
1765
- "/projects/inline-form/documentation/code-examples/inline-form/basic": {
1766
- "@angular-devkit/core": "19.2.1",
1767
- "@angular-devkit/schematics": "19.2.1",
1768
- "@angular/animations": "19.2.1",
1769
- "@angular/cdk": "19.2.2",
1770
- "@angular/cli": "19.2.1",
1771
- "@angular/common": "19.2.1",
1772
- "@angular/core": "19.2.1",
1773
- "@angular/forms": "19.2.1",
1774
- "@angular/platform-browser": "19.2.1",
1775
- "@angular/router": "19.2.1",
1776
- "@blackbaud/skyux-design-tokens": "0.0.45",
1777
- "@schematics/angular": "19.2.1",
1778
- "@skyux-sdk/testing": "12.0.0-alpha.9",
1779
- "@skyux/assets": "12.0.0-alpha.9",
1780
- "@skyux/core": "12.0.0-alpha.9",
1781
- "@skyux/forms": "12.0.0-alpha.9",
1782
- "@skyux/help-inline": "12.0.0-alpha.9",
1783
- "@skyux/i18n": "12.0.0-alpha.9",
1784
- "@skyux/icon": "12.0.0-alpha.9",
1785
- "@skyux/icons": "7.14.1",
1786
- "@skyux/indicators": "12.0.0-alpha.9",
1787
- "@skyux/inline-form": "12.0.0-alpha.9",
1788
- "@skyux/popovers": "12.0.0-alpha.9",
1789
- "@skyux/theme": "12.0.0-alpha.9",
1790
- "@types/node": "20.14.12",
1791
- "ajv": "8.17.1",
1792
- "axe-core": "4.10.3",
1793
- "fontfaceobserver": "2.3.0",
1794
- "jsonc-parser": "3.3.1",
1795
- "minimist": "1.2.8",
1796
- "rxjs": "7.8.1",
1797
- "tslib": "2.8.1",
1798
- "zone.js": "0.15.0"
1799
- }
1800
- }
1801
- }