@skyux/list-builder-view-checklist 4.0.1 → 5.0.1

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.
Files changed (67) hide show
  1. package/LICENSE +21 -0
  2. package/bundles/skyux-list-builder-view-checklist-testing.umd.js +8 -4
  3. package/bundles/skyux-list-builder-view-checklist-testing.umd.js.map +1 -1
  4. package/bundles/skyux-list-builder-view-checklist.umd.js +491 -335
  5. package/bundles/skyux-list-builder-view-checklist.umd.js.map +1 -1
  6. package/documentation.json +2124 -0
  7. package/esm2015/modules/list-view-checklist/list-view-checklist-item.component.js +17 -16
  8. package/esm2015/modules/list-view-checklist/list-view-checklist.component.js +111 -79
  9. package/esm2015/modules/list-view-checklist/list-view-checklist.module.js +19 -22
  10. package/esm2015/modules/list-view-checklist/state/checklist-state-action.type.js +2 -1
  11. package/esm2015/modules/list-view-checklist/state/checklist-state.model.js +1 -1
  12. package/esm2015/modules/list-view-checklist/state/checklist-state.rxstate.js +9 -8
  13. package/esm2015/modules/list-view-checklist/state/checklist-state.state-node.js +12 -16
  14. package/esm2015/modules/list-view-checklist/state/items/item.model.js +1 -1
  15. package/esm2015/modules/list-view-checklist/state/items/items.orchestrator.js +2 -2
  16. package/esm2015/modules/list-view-checklist/state/items/load.action.js +1 -1
  17. package/esm2015/public-api.js +15 -0
  18. package/esm2015/skyux-list-builder-view-checklist.js +2 -3
  19. package/esm2015/testing/list-view-checklist-fixture.js +2 -2
  20. package/esm2015/testing/list-view-checklist-item.js +2 -1
  21. package/esm2015/testing/public-api.js +3 -0
  22. package/esm2015/testing/skyux-list-builder-view-checklist-testing.js +2 -2
  23. package/fesm2015/skyux-list-builder-view-checklist-testing.js +1 -1
  24. package/fesm2015/skyux-list-builder-view-checklist-testing.js.map +1 -1
  25. package/fesm2015/skyux-list-builder-view-checklist.js +161 -132
  26. package/fesm2015/skyux-list-builder-view-checklist.js.map +1 -1
  27. package/modules/list-view-checklist/list-view-checklist-item.component.d.ts +3 -0
  28. package/modules/list-view-checklist/list-view-checklist.component.d.ts +31 -0
  29. package/modules/list-view-checklist/list-view-checklist.module.d.ts +9 -0
  30. package/modules/list-view-checklist/state/checklist-state.rxstate.d.ts +3 -0
  31. package/modules/list-view-checklist/state/checklist-state.state-node.d.ts +3 -0
  32. package/package.json +11 -26
  33. package/{public_api.d.ts → public-api.d.ts} +1 -0
  34. package/skyux-list-builder-view-checklist.d.ts +2 -2
  35. package/testing/package.json +2 -5
  36. package/testing/{public_api.d.ts → public-api.d.ts} +0 -0
  37. package/testing/skyux-list-builder-view-checklist-testing.d.ts +2 -1
  38. package/CHANGELOG.md +0 -97
  39. package/bundles/skyux-list-builder-view-checklist-testing.umd.min.js +0 -2
  40. package/bundles/skyux-list-builder-view-checklist-testing.umd.min.js.map +0 -1
  41. package/bundles/skyux-list-builder-view-checklist.umd.min.js +0 -16
  42. package/bundles/skyux-list-builder-view-checklist.umd.min.js.map +0 -1
  43. package/esm2015/public_api.js +0 -11
  44. package/esm2015/testing/public_api.js +0 -2
  45. package/esm5/modules/list-view-checklist/list-view-checklist-item.component.js +0 -20
  46. package/esm5/modules/list-view-checklist/list-view-checklist.component.js +0 -288
  47. package/esm5/modules/list-view-checklist/list-view-checklist.module.js +0 -31
  48. package/esm5/modules/list-view-checklist/state/checklist-state-action.type.js +0 -1
  49. package/esm5/modules/list-view-checklist/state/checklist-state.model.js +0 -9
  50. package/esm5/modules/list-view-checklist/state/checklist-state.rxstate.js +0 -23
  51. package/esm5/modules/list-view-checklist/state/checklist-state.state-node.js +0 -25
  52. package/esm5/modules/list-view-checklist/state/items/item.model.js +0 -12
  53. package/esm5/modules/list-view-checklist/state/items/items.orchestrator.js +0 -24
  54. package/esm5/modules/list-view-checklist/state/items/load.action.js +0 -15
  55. package/esm5/public_api.js +0 -11
  56. package/esm5/skyux-list-builder-view-checklist.js +0 -6
  57. package/esm5/testing/list-view-checklist-fixture.js +0 -85
  58. package/esm5/testing/list-view-checklist-item.js +0 -1
  59. package/esm5/testing/public_api.js +0 -2
  60. package/esm5/testing/skyux-list-builder-view-checklist-testing.js +0 -5
  61. package/fesm5/skyux-list-builder-view-checklist-testing.js +0 -91
  62. package/fesm5/skyux-list-builder-view-checklist-testing.js.map +0 -1
  63. package/fesm5/skyux-list-builder-view-checklist.js +0 -418
  64. package/fesm5/skyux-list-builder-view-checklist.js.map +0 -1
  65. package/skyux-list-builder-view-checklist.metadata.json +0 -1
  66. package/src/assets/locales/resources_en_US.json +0 -1
  67. package/testing/skyux-list-builder-view-checklist-testing.metadata.json +0 -1
@@ -0,0 +1,2124 @@
1
+ {
2
+ "anchorIds": {
3
+ "ChecklistState": "class-checkliststate",
4
+ "ChecklistStateDispatcher": "class-checkliststatedispatcher",
5
+ "ChecklistStateModel": "class-checkliststatemodel",
6
+ "ChecklistStateOrchestrator": "class-checkliststateorchestrator",
7
+ "ListViewChecklistItemModel": "class-listviewchecklistitemmodel",
8
+ "ListViewChecklistItemsLoadAction": "class-listviewchecklistitemsloadaction",
9
+ "ListViewChecklistItemsOrchestrator": "class-listviewchecklistitemsorchestrator",
10
+ "SkyListViewChecklistComponent": "class-skylistviewchecklistcomponent",
11
+ "SkyListViewChecklistModule": "class-skylistviewchecklistmodule",
12
+ "SkyListViewChecklistItemComponent": "class-skylistviewchecklistitemcomponent",
13
+ "ChecklistStateAction": "type-alias-checkliststateaction"
14
+ },
15
+ "typedoc": {
16
+ "id": 0,
17
+ "name": "@skyux/list-builder-view-checklist",
18
+ "kind": 1,
19
+ "kindString": "Project",
20
+ "flags": {},
21
+ "originalName": "",
22
+ "children": [
23
+ {
24
+ "id": 21,
25
+ "name": "ChecklistState",
26
+ "kind": 128,
27
+ "kindString": "Class",
28
+ "flags": {},
29
+ "decorators": [
30
+ {
31
+ "name": "Injectable",
32
+ "type": {
33
+ "type": "reference",
34
+ "name": "Injectable"
35
+ },
36
+ "arguments": {}
37
+ }
38
+ ],
39
+ "children": [
40
+ {
41
+ "id": 22,
42
+ "name": "constructor",
43
+ "kind": 512,
44
+ "kindString": "Constructor",
45
+ "flags": {},
46
+ "sources": [
47
+ {
48
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.state-node.ts",
49
+ "line": 13,
50
+ "character": 2
51
+ }
52
+ ],
53
+ "signatures": [
54
+ {
55
+ "id": 23,
56
+ "name": "new ChecklistState",
57
+ "kind": 16384,
58
+ "kindString": "Constructor signature",
59
+ "flags": {},
60
+ "parameters": [
61
+ {
62
+ "id": 24,
63
+ "name": "initialState",
64
+ "kind": 32768,
65
+ "kindString": "Parameter",
66
+ "flags": {},
67
+ "type": {
68
+ "type": "reference",
69
+ "id": 9,
70
+ "name": "ChecklistStateModel"
71
+ }
72
+ },
73
+ {
74
+ "id": 25,
75
+ "name": "dispatcher",
76
+ "kind": 32768,
77
+ "kindString": "Parameter",
78
+ "flags": {},
79
+ "type": {
80
+ "type": "reference",
81
+ "id": 13,
82
+ "name": "ChecklistStateDispatcher"
83
+ }
84
+ }
85
+ ],
86
+ "type": {
87
+ "type": "reference",
88
+ "id": 21,
89
+ "name": "ChecklistState"
90
+ },
91
+ "overwrites": {
92
+ "type": "reference",
93
+ "name": "StateNode<ChecklistStateModel>.constructor"
94
+ }
95
+ }
96
+ ],
97
+ "overwrites": {
98
+ "type": "reference",
99
+ "name": "StateNode<ChecklistStateModel>.constructor"
100
+ }
101
+ }
102
+ ],
103
+ "groups": [
104
+ {
105
+ "title": "Constructors",
106
+ "kind": 512,
107
+ "children": [
108
+ 22
109
+ ]
110
+ }
111
+ ],
112
+ "sources": [
113
+ {
114
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.state-node.ts",
115
+ "line": 12,
116
+ "character": 13
117
+ }
118
+ ],
119
+ "extendedTypes": [
120
+ {
121
+ "type": "reference",
122
+ "typeArguments": [
123
+ {
124
+ "type": "reference",
125
+ "id": 9,
126
+ "name": "ChecklistStateModel"
127
+ }
128
+ ],
129
+ "name": "StateNode"
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "id": 13,
135
+ "name": "ChecklistStateDispatcher",
136
+ "kind": 128,
137
+ "kindString": "Class",
138
+ "flags": {},
139
+ "decorators": [
140
+ {
141
+ "name": "Injectable",
142
+ "type": {
143
+ "type": "reference",
144
+ "name": "Injectable"
145
+ },
146
+ "arguments": {}
147
+ }
148
+ ],
149
+ "children": [
150
+ {
151
+ "id": 14,
152
+ "name": "constructor",
153
+ "kind": 512,
154
+ "kindString": "Constructor",
155
+ "flags": {},
156
+ "signatures": [
157
+ {
158
+ "id": 15,
159
+ "name": "new ChecklistStateDispatcher",
160
+ "kind": 16384,
161
+ "kindString": "Constructor signature",
162
+ "flags": {},
163
+ "type": {
164
+ "type": "reference",
165
+ "id": 13,
166
+ "name": "ChecklistStateDispatcher"
167
+ },
168
+ "inheritedFrom": {
169
+ "type": "reference",
170
+ "name": "StateDispatcher<ChecklistStateAction>.constructor"
171
+ }
172
+ }
173
+ ],
174
+ "inheritedFrom": {
175
+ "type": "reference",
176
+ "name": "StateDispatcher<ChecklistStateAction>.constructor"
177
+ }
178
+ }
179
+ ],
180
+ "groups": [
181
+ {
182
+ "title": "Constructors",
183
+ "kind": 512,
184
+ "children": [
185
+ 14
186
+ ]
187
+ }
188
+ ],
189
+ "sources": [
190
+ {
191
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.rxstate.ts",
192
+ "line": 8,
193
+ "character": 13
194
+ }
195
+ ],
196
+ "extendedTypes": [
197
+ {
198
+ "type": "reference",
199
+ "typeArguments": [
200
+ {
201
+ "type": "reference",
202
+ "id": 8,
203
+ "name": "ChecklistStateAction"
204
+ }
205
+ ],
206
+ "name": "StateDispatcher"
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "id": 9,
212
+ "name": "ChecklistStateModel",
213
+ "kind": 128,
214
+ "kindString": "Class",
215
+ "flags": {},
216
+ "children": [
217
+ {
218
+ "id": 10,
219
+ "name": "constructor",
220
+ "kind": 512,
221
+ "kindString": "Constructor",
222
+ "flags": {},
223
+ "signatures": [
224
+ {
225
+ "id": 11,
226
+ "name": "new ChecklistStateModel",
227
+ "kind": 16384,
228
+ "kindString": "Constructor signature",
229
+ "flags": {},
230
+ "type": {
231
+ "type": "reference",
232
+ "id": 9,
233
+ "name": "ChecklistStateModel"
234
+ }
235
+ }
236
+ ]
237
+ },
238
+ {
239
+ "id": 12,
240
+ "name": "items",
241
+ "kind": 1024,
242
+ "kindString": "Property",
243
+ "flags": {
244
+ "isPublic": true
245
+ },
246
+ "sources": [
247
+ {
248
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.model.ts",
249
+ "line": 6,
250
+ "character": 9
251
+ }
252
+ ],
253
+ "type": {
254
+ "type": "reference",
255
+ "typeArguments": [
256
+ {
257
+ "type": "reference",
258
+ "id": 26,
259
+ "name": "ListViewChecklistItemModel"
260
+ }
261
+ ],
262
+ "name": "AsyncList"
263
+ },
264
+ "defaultValue": "..."
265
+ }
266
+ ],
267
+ "groups": [
268
+ {
269
+ "title": "Constructors",
270
+ "kind": 512,
271
+ "children": [
272
+ 10
273
+ ]
274
+ },
275
+ {
276
+ "title": "Properties",
277
+ "kind": 1024,
278
+ "children": [
279
+ 12
280
+ ]
281
+ }
282
+ ],
283
+ "sources": [
284
+ {
285
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.model.ts",
286
+ "line": 5,
287
+ "character": 13
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "id": 16,
293
+ "name": "ChecklistStateOrchestrator",
294
+ "kind": 128,
295
+ "kindString": "Class",
296
+ "flags": {},
297
+ "children": [
298
+ {
299
+ "id": 17,
300
+ "name": "constructor",
301
+ "kind": 512,
302
+ "kindString": "Constructor",
303
+ "flags": {},
304
+ "signatures": [
305
+ {
306
+ "id": 18,
307
+ "name": "new ChecklistStateOrchestrator",
308
+ "kind": 16384,
309
+ "kindString": "Constructor signature",
310
+ "flags": {},
311
+ "typeParameter": [
312
+ {
313
+ "id": 19,
314
+ "name": "T",
315
+ "kind": 131072,
316
+ "kindString": "Type parameter",
317
+ "flags": {}
318
+ }
319
+ ],
320
+ "type": {
321
+ "type": "reference",
322
+ "id": 16,
323
+ "typeArguments": [
324
+ {
325
+ "type": "reference",
326
+ "id": 19,
327
+ "name": "T"
328
+ }
329
+ ],
330
+ "name": "ChecklistStateOrchestrator"
331
+ },
332
+ "inheritedFrom": {
333
+ "type": "reference",
334
+ "name": "StateOrchestrator<\n T,\n ChecklistStateAction\n>.constructor"
335
+ }
336
+ }
337
+ ],
338
+ "inheritedFrom": {
339
+ "type": "reference",
340
+ "name": "StateOrchestrator<\n T,\n ChecklistStateAction\n>.constructor"
341
+ }
342
+ }
343
+ ],
344
+ "groups": [
345
+ {
346
+ "title": "Constructors",
347
+ "kind": 512,
348
+ "children": [
349
+ 17
350
+ ]
351
+ }
352
+ ],
353
+ "sources": [
354
+ {
355
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.rxstate.ts",
356
+ "line": 10,
357
+ "character": 13
358
+ }
359
+ ],
360
+ "typeParameter": [
361
+ {
362
+ "id": 20,
363
+ "name": "T",
364
+ "kind": 131072,
365
+ "kindString": "Type parameter",
366
+ "flags": {}
367
+ }
368
+ ],
369
+ "extendedTypes": [
370
+ {
371
+ "type": "reference",
372
+ "typeArguments": [
373
+ {
374
+ "type": "reference",
375
+ "id": 19,
376
+ "name": "T"
377
+ },
378
+ {
379
+ "type": "reference",
380
+ "id": 8,
381
+ "name": "ChecklistStateAction"
382
+ }
383
+ ],
384
+ "name": "StateOrchestrator"
385
+ }
386
+ ],
387
+ "extendedBy": [
388
+ {
389
+ "type": "reference",
390
+ "id": 34,
391
+ "name": "ListViewChecklistItemsOrchestrator"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "id": 26,
397
+ "name": "ListViewChecklistItemModel",
398
+ "kind": 128,
399
+ "kindString": "Class",
400
+ "flags": {},
401
+ "children": [
402
+ {
403
+ "id": 27,
404
+ "name": "constructor",
405
+ "kind": 512,
406
+ "kindString": "Constructor",
407
+ "flags": {},
408
+ "sources": [
409
+ {
410
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
411
+ "line": 6,
412
+ "character": 2
413
+ }
414
+ ],
415
+ "signatures": [
416
+ {
417
+ "id": 28,
418
+ "name": "new ListViewChecklistItemModel",
419
+ "kind": 16384,
420
+ "kindString": "Constructor signature",
421
+ "flags": {},
422
+ "parameters": [
423
+ {
424
+ "id": 29,
425
+ "name": "id",
426
+ "kind": 32768,
427
+ "kindString": "Parameter",
428
+ "flags": {},
429
+ "type": {
430
+ "type": "intrinsic",
431
+ "name": "string"
432
+ }
433
+ },
434
+ {
435
+ "id": 30,
436
+ "name": "data",
437
+ "kind": 32768,
438
+ "kindString": "Parameter",
439
+ "flags": {
440
+ "isOptional": true
441
+ },
442
+ "type": {
443
+ "type": "intrinsic",
444
+ "name": "any"
445
+ }
446
+ }
447
+ ],
448
+ "type": {
449
+ "type": "reference",
450
+ "id": 26,
451
+ "name": "ListViewChecklistItemModel"
452
+ }
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "id": 33,
458
+ "name": "description",
459
+ "kind": 1024,
460
+ "kindString": "Property",
461
+ "flags": {
462
+ "isPublic": true
463
+ },
464
+ "sources": [
465
+ {
466
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
467
+ "line": 4,
468
+ "character": 9
469
+ }
470
+ ],
471
+ "type": {
472
+ "type": "intrinsic",
473
+ "name": "string"
474
+ }
475
+ },
476
+ {
477
+ "id": 31,
478
+ "name": "id",
479
+ "kind": 1024,
480
+ "kindString": "Property",
481
+ "flags": {
482
+ "isPublic": true
483
+ },
484
+ "sources": [
485
+ {
486
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
487
+ "line": 2,
488
+ "character": 9
489
+ }
490
+ ],
491
+ "type": {
492
+ "type": "intrinsic",
493
+ "name": "string"
494
+ }
495
+ },
496
+ {
497
+ "id": 32,
498
+ "name": "label",
499
+ "kind": 1024,
500
+ "kindString": "Property",
501
+ "flags": {
502
+ "isPublic": true
503
+ },
504
+ "sources": [
505
+ {
506
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
507
+ "line": 3,
508
+ "character": 9
509
+ }
510
+ ],
511
+ "type": {
512
+ "type": "intrinsic",
513
+ "name": "string"
514
+ }
515
+ }
516
+ ],
517
+ "groups": [
518
+ {
519
+ "title": "Constructors",
520
+ "kind": 512,
521
+ "children": [
522
+ 27
523
+ ]
524
+ },
525
+ {
526
+ "title": "Properties",
527
+ "kind": 1024,
528
+ "children": [
529
+ 33,
530
+ 31,
531
+ 32
532
+ ]
533
+ }
534
+ ],
535
+ "sources": [
536
+ {
537
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
538
+ "line": 1,
539
+ "character": 13
540
+ }
541
+ ]
542
+ },
543
+ {
544
+ "id": 41,
545
+ "name": "ListViewChecklistItemsLoadAction",
546
+ "kind": 128,
547
+ "kindString": "Class",
548
+ "flags": {},
549
+ "children": [
550
+ {
551
+ "id": 42,
552
+ "name": "constructor",
553
+ "kind": 512,
554
+ "kindString": "Constructor",
555
+ "flags": {},
556
+ "sources": [
557
+ {
558
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/load.action.ts",
559
+ "line": 4,
560
+ "character": 2
561
+ }
562
+ ],
563
+ "signatures": [
564
+ {
565
+ "id": 43,
566
+ "name": "new ListViewChecklistItemsLoadAction",
567
+ "kind": 16384,
568
+ "kindString": "Constructor signature",
569
+ "flags": {},
570
+ "parameters": [
571
+ {
572
+ "id": 44,
573
+ "name": "items",
574
+ "kind": 32768,
575
+ "kindString": "Parameter",
576
+ "flags": {},
577
+ "type": {
578
+ "type": "array",
579
+ "elementType": {
580
+ "type": "reference",
581
+ "id": 26,
582
+ "name": "ListViewChecklistItemModel"
583
+ }
584
+ },
585
+ "defaultValue": "[]"
586
+ },
587
+ {
588
+ "id": 45,
589
+ "name": "refresh",
590
+ "kind": 32768,
591
+ "kindString": "Parameter",
592
+ "flags": {},
593
+ "type": {
594
+ "type": "intrinsic",
595
+ "name": "boolean"
596
+ },
597
+ "defaultValue": "false"
598
+ },
599
+ {
600
+ "id": 46,
601
+ "name": "dataChanged",
602
+ "kind": 32768,
603
+ "kindString": "Parameter",
604
+ "flags": {},
605
+ "type": {
606
+ "type": "intrinsic",
607
+ "name": "boolean"
608
+ },
609
+ "defaultValue": "true"
610
+ },
611
+ {
612
+ "id": 47,
613
+ "name": "itemCount",
614
+ "kind": 32768,
615
+ "kindString": "Parameter",
616
+ "flags": {},
617
+ "type": {
618
+ "type": "intrinsic",
619
+ "name": "number"
620
+ },
621
+ "defaultValue": "..."
622
+ }
623
+ ],
624
+ "type": {
625
+ "type": "reference",
626
+ "id": 41,
627
+ "name": "ListViewChecklistItemsLoadAction"
628
+ }
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "id": 50,
634
+ "name": "dataChanged",
635
+ "kind": 1024,
636
+ "kindString": "Property",
637
+ "flags": {
638
+ "isPublic": true
639
+ },
640
+ "type": {
641
+ "type": "intrinsic",
642
+ "name": "boolean"
643
+ },
644
+ "defaultValue": "true"
645
+ },
646
+ {
647
+ "id": 51,
648
+ "name": "itemCount",
649
+ "kind": 1024,
650
+ "kindString": "Property",
651
+ "flags": {
652
+ "isPublic": true
653
+ },
654
+ "type": {
655
+ "type": "intrinsic",
656
+ "name": "number"
657
+ },
658
+ "defaultValue": "..."
659
+ },
660
+ {
661
+ "id": 48,
662
+ "name": "items",
663
+ "kind": 1024,
664
+ "kindString": "Property",
665
+ "flags": {
666
+ "isPublic": true
667
+ },
668
+ "type": {
669
+ "type": "array",
670
+ "elementType": {
671
+ "type": "reference",
672
+ "id": 26,
673
+ "name": "ListViewChecklistItemModel"
674
+ }
675
+ },
676
+ "defaultValue": "[]"
677
+ },
678
+ {
679
+ "id": 49,
680
+ "name": "refresh",
681
+ "kind": 1024,
682
+ "kindString": "Property",
683
+ "flags": {
684
+ "isPublic": true
685
+ },
686
+ "type": {
687
+ "type": "intrinsic",
688
+ "name": "boolean"
689
+ },
690
+ "defaultValue": "false"
691
+ }
692
+ ],
693
+ "groups": [
694
+ {
695
+ "title": "Constructors",
696
+ "kind": 512,
697
+ "children": [
698
+ 42
699
+ ]
700
+ },
701
+ {
702
+ "title": "Properties",
703
+ "kind": 1024,
704
+ "children": [
705
+ 50,
706
+ 51,
707
+ 48,
708
+ 49
709
+ ]
710
+ }
711
+ ],
712
+ "sources": [
713
+ {
714
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/load.action.ts",
715
+ "line": 3,
716
+ "character": 13
717
+ }
718
+ ]
719
+ },
720
+ {
721
+ "id": 34,
722
+ "name": "ListViewChecklistItemsOrchestrator",
723
+ "kind": 128,
724
+ "kindString": "Class",
725
+ "flags": {},
726
+ "children": [
727
+ {
728
+ "id": 35,
729
+ "name": "constructor",
730
+ "kind": 512,
731
+ "kindString": "Constructor",
732
+ "flags": {},
733
+ "sources": [
734
+ {
735
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/items.orchestrator.ts",
736
+ "line": 13,
737
+ "character": 2
738
+ }
739
+ ],
740
+ "signatures": [
741
+ {
742
+ "id": 36,
743
+ "name": "new ListViewChecklistItemsOrchestrator",
744
+ "kind": 16384,
745
+ "kindString": "Constructor signature",
746
+ "flags": {},
747
+ "type": {
748
+ "type": "reference",
749
+ "id": 34,
750
+ "name": "ListViewChecklistItemsOrchestrator"
751
+ },
752
+ "overwrites": {
753
+ "type": "reference",
754
+ "id": 18,
755
+ "name": "ChecklistStateOrchestrator.constructor"
756
+ }
757
+ }
758
+ ],
759
+ "overwrites": {
760
+ "type": "reference",
761
+ "id": 17,
762
+ "name": "ChecklistStateOrchestrator.constructor"
763
+ }
764
+ }
765
+ ],
766
+ "groups": [
767
+ {
768
+ "title": "Constructors",
769
+ "kind": 512,
770
+ "children": [
771
+ 35
772
+ ]
773
+ }
774
+ ],
775
+ "sources": [
776
+ {
777
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/items.orchestrator.ts",
778
+ "line": 9,
779
+ "character": 13
780
+ }
781
+ ],
782
+ "extendedTypes": [
783
+ {
784
+ "type": "reference",
785
+ "id": 16,
786
+ "typeArguments": [
787
+ {
788
+ "type": "reference",
789
+ "typeArguments": [
790
+ {
791
+ "type": "reference",
792
+ "id": 26,
793
+ "name": "ListViewChecklistItemModel"
794
+ }
795
+ ],
796
+ "name": "AsyncList"
797
+ }
798
+ ],
799
+ "name": "ChecklistStateOrchestrator"
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "id": 52,
805
+ "name": "SkyListViewChecklistComponent",
806
+ "kind": 128,
807
+ "kindString": "Class",
808
+ "flags": {},
809
+ "decorators": [
810
+ {
811
+ "name": "Component",
812
+ "type": {
813
+ "type": "reference",
814
+ "name": "Component"
815
+ },
816
+ "arguments": {
817
+ "obj": "{\n selector: 'sky-list-view-checklist',\n templateUrl: './list-view-checklist.component.html',\n styleUrls: ['./list-view-checklist.component.scss'],\n providers: [\n {\n provide: ListViewComponent,\n useExisting: forwardRef(() => SkyListViewChecklistComponent),\n },\n ChecklistState,\n ChecklistStateDispatcher,\n ChecklistStateModel,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
818
+ }
819
+ }
820
+ ],
821
+ "children": [
822
+ {
823
+ "id": 53,
824
+ "name": "constructor",
825
+ "kind": 512,
826
+ "kindString": "Constructor",
827
+ "flags": {},
828
+ "sources": [
829
+ {
830
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
831
+ "line": 149,
832
+ "character": 2
833
+ }
834
+ ],
835
+ "signatures": [
836
+ {
837
+ "id": 54,
838
+ "name": "new SkyListViewChecklistComponent",
839
+ "kind": 16384,
840
+ "kindString": "Constructor signature",
841
+ "flags": {},
842
+ "parameters": [
843
+ {
844
+ "id": 55,
845
+ "name": "state",
846
+ "kind": 32768,
847
+ "kindString": "Parameter",
848
+ "flags": {},
849
+ "type": {
850
+ "type": "reference",
851
+ "name": "ListState"
852
+ }
853
+ },
854
+ {
855
+ "id": 56,
856
+ "name": "dispatcher",
857
+ "kind": 32768,
858
+ "kindString": "Parameter",
859
+ "flags": {},
860
+ "type": {
861
+ "type": "reference",
862
+ "name": "ListStateDispatcher"
863
+ }
864
+ },
865
+ {
866
+ "id": 57,
867
+ "name": "checklistState",
868
+ "kind": 32768,
869
+ "kindString": "Parameter",
870
+ "flags": {},
871
+ "type": {
872
+ "type": "reference",
873
+ "id": 21,
874
+ "name": "ChecklistState"
875
+ }
876
+ },
877
+ {
878
+ "id": 58,
879
+ "name": "checklistDispatcher",
880
+ "kind": 32768,
881
+ "kindString": "Parameter",
882
+ "flags": {},
883
+ "type": {
884
+ "type": "reference",
885
+ "id": 13,
886
+ "name": "ChecklistStateDispatcher"
887
+ }
888
+ }
889
+ ],
890
+ "type": {
891
+ "type": "reference",
892
+ "id": 52,
893
+ "name": "SkyListViewChecklistComponent"
894
+ },
895
+ "overwrites": {
896
+ "type": "reference",
897
+ "name": "ListViewComponent.constructor"
898
+ }
899
+ }
900
+ ],
901
+ "overwrites": {
902
+ "type": "reference",
903
+ "name": "ListViewComponent.constructor"
904
+ }
905
+ },
906
+ {
907
+ "id": 68,
908
+ "name": "description",
909
+ "kind": 1024,
910
+ "kindString": "Property",
911
+ "flags": {
912
+ "isPublic": true
913
+ },
914
+ "comment": {
915
+ "shortText": "Specifies the name of the description field selector.",
916
+ "tags": [
917
+ {
918
+ "tag": "default",
919
+ "text": "'description'\n"
920
+ }
921
+ ]
922
+ },
923
+ "decorators": [
924
+ {
925
+ "name": "Input",
926
+ "type": {
927
+ "type": "reference",
928
+ "name": "Input"
929
+ },
930
+ "arguments": {}
931
+ }
932
+ ],
933
+ "sources": [
934
+ {
935
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
936
+ "line": 102,
937
+ "character": 9
938
+ }
939
+ ],
940
+ "type": {
941
+ "type": "intrinsic",
942
+ "name": "string"
943
+ },
944
+ "defaultValue": "'description'"
945
+ },
946
+ {
947
+ "id": 67,
948
+ "name": "labelFieldSelector",
949
+ "kind": 1024,
950
+ "kindString": "Property",
951
+ "flags": {
952
+ "isPublic": true
953
+ },
954
+ "comment": {
955
+ "shortText": "Specifies the name of the label field selector.",
956
+ "tags": [
957
+ {
958
+ "tag": "default",
959
+ "text": "'label'\n"
960
+ }
961
+ ]
962
+ },
963
+ "decorators": [
964
+ {
965
+ "name": "Input",
966
+ "type": {
967
+ "type": "reference",
968
+ "name": "Input"
969
+ },
970
+ "arguments": {
971
+ "bindingPropertyName": "'label'"
972
+ }
973
+ }
974
+ ],
975
+ "sources": [
976
+ {
977
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
978
+ "line": 95,
979
+ "character": 9
980
+ }
981
+ ],
982
+ "type": {
983
+ "type": "intrinsic",
984
+ "name": "string"
985
+ },
986
+ "defaultValue": "'label'"
987
+ },
988
+ {
989
+ "id": 62,
990
+ "name": "search",
991
+ "kind": 1024,
992
+ "kindString": "Property",
993
+ "flags": {
994
+ "isPublic": true
995
+ },
996
+ "decorators": [
997
+ {
998
+ "name": "Input",
999
+ "type": {
1000
+ "type": "reference",
1001
+ "name": "Input"
1002
+ },
1003
+ "arguments": {}
1004
+ }
1005
+ ],
1006
+ "sources": [
1007
+ {
1008
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1009
+ "line": 86,
1010
+ "character": 9
1011
+ }
1012
+ ],
1013
+ "type": {
1014
+ "type": "reflection",
1015
+ "declaration": {
1016
+ "id": 63,
1017
+ "name": "__type",
1018
+ "kind": 65536,
1019
+ "kindString": "Type literal",
1020
+ "flags": {},
1021
+ "signatures": [
1022
+ {
1023
+ "id": 64,
1024
+ "name": "__type",
1025
+ "kind": 4096,
1026
+ "kindString": "Call signature",
1027
+ "flags": {},
1028
+ "comment": {
1029
+ "shortText": "Specifies a search function to apply on the view data.\nThe default function searches view data on label, description,\nand category if field selectors are defined for the given field.",
1030
+ "tags": [
1031
+ {
1032
+ "tag": "default",
1033
+ "text": "default search function\n"
1034
+ }
1035
+ ]
1036
+ },
1037
+ "parameters": [
1038
+ {
1039
+ "id": 65,
1040
+ "name": "data",
1041
+ "kind": 32768,
1042
+ "kindString": "Parameter",
1043
+ "flags": {},
1044
+ "type": {
1045
+ "type": "intrinsic",
1046
+ "name": "any"
1047
+ }
1048
+ },
1049
+ {
1050
+ "id": 66,
1051
+ "name": "searchText",
1052
+ "kind": 32768,
1053
+ "kindString": "Parameter",
1054
+ "flags": {},
1055
+ "type": {
1056
+ "type": "intrinsic",
1057
+ "name": "string"
1058
+ }
1059
+ }
1060
+ ],
1061
+ "type": {
1062
+ "type": "intrinsic",
1063
+ "name": "boolean"
1064
+ }
1065
+ }
1066
+ ]
1067
+ }
1068
+ },
1069
+ "defaultValue": "..."
1070
+ },
1071
+ {
1072
+ "id": 97,
1073
+ "name": "items",
1074
+ "kind": 262144,
1075
+ "kindString": "Accessor",
1076
+ "flags": {},
1077
+ "sources": [
1078
+ {
1079
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1080
+ "line": 320,
1081
+ "character": 6
1082
+ }
1083
+ ],
1084
+ "getSignature": [
1085
+ {
1086
+ "id": 98,
1087
+ "name": "items",
1088
+ "kind": 524288,
1089
+ "kindString": "Get signature",
1090
+ "flags": {},
1091
+ "type": {
1092
+ "type": "reference",
1093
+ "typeArguments": [
1094
+ {
1095
+ "type": "array",
1096
+ "elementType": {
1097
+ "type": "reference",
1098
+ "id": 26,
1099
+ "name": "ListViewChecklistItemModel"
1100
+ }
1101
+ }
1102
+ ],
1103
+ "name": "Observable"
1104
+ }
1105
+ }
1106
+ ]
1107
+ },
1108
+ {
1109
+ "id": 59,
1110
+ "name": "name",
1111
+ "kind": 262144,
1112
+ "kindString": "Accessor",
1113
+ "flags": {},
1114
+ "decorators": [
1115
+ {
1116
+ "name": "Input",
1117
+ "type": {
1118
+ "type": "reference",
1119
+ "name": "Input"
1120
+ },
1121
+ "arguments": {}
1122
+ }
1123
+ ],
1124
+ "sources": [
1125
+ {
1126
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1127
+ "line": 75,
1128
+ "character": 6
1129
+ }
1130
+ ],
1131
+ "setSignature": [
1132
+ {
1133
+ "id": 60,
1134
+ "name": "name",
1135
+ "kind": 1048576,
1136
+ "kindString": "Set signature",
1137
+ "flags": {},
1138
+ "comment": {
1139
+ "shortText": "Specifies the name of the view.",
1140
+ "tags": [
1141
+ {
1142
+ "tag": "required",
1143
+ "text": "\n"
1144
+ }
1145
+ ]
1146
+ },
1147
+ "parameters": [
1148
+ {
1149
+ "id": 61,
1150
+ "name": "value",
1151
+ "kind": 32768,
1152
+ "kindString": "Parameter",
1153
+ "flags": {},
1154
+ "type": {
1155
+ "type": "intrinsic",
1156
+ "name": "string"
1157
+ }
1158
+ }
1159
+ ],
1160
+ "type": {
1161
+ "type": "intrinsic",
1162
+ "name": "void"
1163
+ }
1164
+ }
1165
+ ]
1166
+ },
1167
+ {
1168
+ "id": 69,
1169
+ "name": "selectMode",
1170
+ "kind": 262144,
1171
+ "kindString": "Accessor",
1172
+ "flags": {
1173
+ "isPublic": true
1174
+ },
1175
+ "decorators": [
1176
+ {
1177
+ "name": "Input",
1178
+ "type": {
1179
+ "type": "reference",
1180
+ "name": "Input"
1181
+ },
1182
+ "arguments": {}
1183
+ }
1184
+ ],
1185
+ "sources": [
1186
+ {
1187
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1188
+ "line": 111,
1189
+ "character": 13
1190
+ }
1191
+ ],
1192
+ "getSignature": [
1193
+ {
1194
+ "id": 70,
1195
+ "name": "selectMode",
1196
+ "kind": 524288,
1197
+ "kindString": "Get signature",
1198
+ "flags": {},
1199
+ "comment": {
1200
+ "shortText": "Specifies how many items users can select.\n`single` allows users to select one item in the checklist, while `multiple`\nallows users to select multiple items in the checklist."
1201
+ },
1202
+ "type": {
1203
+ "type": "intrinsic",
1204
+ "name": "string"
1205
+ }
1206
+ }
1207
+ ],
1208
+ "setSignature": [
1209
+ {
1210
+ "id": 71,
1211
+ "name": "selectMode",
1212
+ "kind": 1048576,
1213
+ "kindString": "Set signature",
1214
+ "flags": {},
1215
+ "comment": {
1216
+ "shortText": "Specifies how many items users can select.\n`single` allows users to select one item in the checklist, while `multiple`\nallows users to select multiple items in the checklist.",
1217
+ "tags": [
1218
+ {
1219
+ "tag": "default",
1220
+ "text": "'multiple'\n"
1221
+ }
1222
+ ]
1223
+ },
1224
+ "parameters": [
1225
+ {
1226
+ "id": 72,
1227
+ "name": "value",
1228
+ "kind": 32768,
1229
+ "kindString": "Parameter",
1230
+ "flags": {},
1231
+ "type": {
1232
+ "type": "intrinsic",
1233
+ "name": "string"
1234
+ }
1235
+ }
1236
+ ],
1237
+ "type": {
1238
+ "type": "intrinsic",
1239
+ "name": "void"
1240
+ }
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "id": 73,
1246
+ "name": "showOnlySelected",
1247
+ "kind": 262144,
1248
+ "kindString": "Accessor",
1249
+ "flags": {
1250
+ "isPublic": true
1251
+ },
1252
+ "decorators": [
1253
+ {
1254
+ "name": "Input",
1255
+ "type": {
1256
+ "type": "reference",
1257
+ "name": "Input"
1258
+ },
1259
+ "arguments": {}
1260
+ }
1261
+ ],
1262
+ "sources": [
1263
+ {
1264
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1265
+ "line": 133,
1266
+ "character": 13
1267
+ }
1268
+ ],
1269
+ "getSignature": [
1270
+ {
1271
+ "id": 74,
1272
+ "name": "showOnlySelected",
1273
+ "kind": 524288,
1274
+ "kindString": "Get signature",
1275
+ "flags": {},
1276
+ "comment": {
1277
+ "shortText": "Indicates whether to display selected items only."
1278
+ },
1279
+ "type": {
1280
+ "type": "intrinsic",
1281
+ "name": "boolean"
1282
+ }
1283
+ }
1284
+ ],
1285
+ "setSignature": [
1286
+ {
1287
+ "id": 75,
1288
+ "name": "showOnlySelected",
1289
+ "kind": 1048576,
1290
+ "kindString": "Set signature",
1291
+ "flags": {},
1292
+ "comment": {
1293
+ "shortText": "Indicates whether to display selected items only.",
1294
+ "tags": [
1295
+ {
1296
+ "tag": "default",
1297
+ "text": "false\n"
1298
+ }
1299
+ ]
1300
+ },
1301
+ "parameters": [
1302
+ {
1303
+ "id": 76,
1304
+ "name": "value",
1305
+ "kind": 32768,
1306
+ "kindString": "Parameter",
1307
+ "flags": {},
1308
+ "type": {
1309
+ "type": "intrinsic",
1310
+ "name": "boolean"
1311
+ }
1312
+ }
1313
+ ],
1314
+ "type": {
1315
+ "type": "intrinsic",
1316
+ "name": "void"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ "id": 86,
1323
+ "name": "changeVisibleItems",
1324
+ "kind": 2048,
1325
+ "kindString": "Method",
1326
+ "flags": {
1327
+ "isPublic": true
1328
+ },
1329
+ "sources": [
1330
+ {
1331
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1332
+ "line": 238,
1333
+ "character": 9
1334
+ }
1335
+ ],
1336
+ "signatures": [
1337
+ {
1338
+ "id": 87,
1339
+ "name": "changeVisibleItems",
1340
+ "kind": 4096,
1341
+ "kindString": "Call signature",
1342
+ "flags": {},
1343
+ "comment": {
1344
+ "tags": [
1345
+ {
1346
+ "tag": "deprecated",
1347
+ "text": "since version 3.2.0\nMultiselect toolbar will automatically show if select mode is set to 'multiple'.\nThese methods are no longer needed, as that functionality is part of list-builder.\n"
1348
+ }
1349
+ ]
1350
+ },
1351
+ "parameters": [
1352
+ {
1353
+ "id": 88,
1354
+ "name": "change",
1355
+ "kind": 32768,
1356
+ "kindString": "Parameter",
1357
+ "flags": {},
1358
+ "type": {
1359
+ "type": "reference",
1360
+ "name": "SkyCheckboxChange"
1361
+ }
1362
+ }
1363
+ ],
1364
+ "type": {
1365
+ "type": "intrinsic",
1366
+ "name": "void"
1367
+ }
1368
+ }
1369
+ ]
1370
+ },
1371
+ {
1372
+ "id": 89,
1373
+ "name": "clearSelections",
1374
+ "kind": 2048,
1375
+ "kindString": "Method",
1376
+ "flags": {
1377
+ "isPublic": true
1378
+ },
1379
+ "sources": [
1380
+ {
1381
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1382
+ "line": 247,
1383
+ "character": 9
1384
+ }
1385
+ ],
1386
+ "signatures": [
1387
+ {
1388
+ "id": 90,
1389
+ "name": "clearSelections",
1390
+ "kind": 4096,
1391
+ "kindString": "Call signature",
1392
+ "flags": {},
1393
+ "comment": {
1394
+ "tags": [
1395
+ {
1396
+ "tag": "deprecated",
1397
+ "text": "since version 3.2.0\nMultiselect toolbar will automatically show if select mode is set to 'multiple'.\nThese methods are no longer needed, as that functionality is part of list-builder.\n"
1398
+ }
1399
+ ]
1400
+ },
1401
+ "type": {
1402
+ "type": "intrinsic",
1403
+ "name": "void"
1404
+ }
1405
+ }
1406
+ ]
1407
+ },
1408
+ {
1409
+ "id": 105,
1410
+ "name": "itemSelected",
1411
+ "kind": 2048,
1412
+ "kindString": "Method",
1413
+ "flags": {
1414
+ "isPublic": true
1415
+ },
1416
+ "sources": [
1417
+ {
1418
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1419
+ "line": 354,
1420
+ "character": 9
1421
+ }
1422
+ ],
1423
+ "signatures": [
1424
+ {
1425
+ "id": 106,
1426
+ "name": "itemSelected",
1427
+ "kind": 4096,
1428
+ "kindString": "Call signature",
1429
+ "flags": {},
1430
+ "parameters": [
1431
+ {
1432
+ "id": 107,
1433
+ "name": "id",
1434
+ "kind": 32768,
1435
+ "kindString": "Parameter",
1436
+ "flags": {},
1437
+ "type": {
1438
+ "type": "intrinsic",
1439
+ "name": "string"
1440
+ }
1441
+ }
1442
+ ],
1443
+ "type": {
1444
+ "type": "reference",
1445
+ "typeArguments": [
1446
+ {
1447
+ "type": "intrinsic",
1448
+ "name": "boolean"
1449
+ }
1450
+ ],
1451
+ "name": "Observable"
1452
+ }
1453
+ }
1454
+ ]
1455
+ },
1456
+ {
1457
+ "id": 83,
1458
+ "name": "ngOnChanges",
1459
+ "kind": 2048,
1460
+ "kindString": "Method",
1461
+ "flags": {
1462
+ "isPublic": true
1463
+ },
1464
+ "sources": [
1465
+ {
1466
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1467
+ "line": 223,
1468
+ "character": 9
1469
+ }
1470
+ ],
1471
+ "signatures": [
1472
+ {
1473
+ "id": 84,
1474
+ "name": "ngOnChanges",
1475
+ "kind": 4096,
1476
+ "kindString": "Call signature",
1477
+ "flags": {},
1478
+ "parameters": [
1479
+ {
1480
+ "id": 85,
1481
+ "name": "changes",
1482
+ "kind": 32768,
1483
+ "kindString": "Parameter",
1484
+ "flags": {},
1485
+ "type": {
1486
+ "type": "reference",
1487
+ "name": "SimpleChanges"
1488
+ }
1489
+ }
1490
+ ],
1491
+ "type": {
1492
+ "type": "intrinsic",
1493
+ "name": "void"
1494
+ },
1495
+ "implementationOf": {
1496
+ "type": "reference",
1497
+ "name": "OnChanges.ngOnChanges"
1498
+ }
1499
+ }
1500
+ ],
1501
+ "implementationOf": {
1502
+ "type": "reference",
1503
+ "name": "OnChanges.ngOnChanges"
1504
+ }
1505
+ },
1506
+ {
1507
+ "id": 95,
1508
+ "name": "ngOnDestroy",
1509
+ "kind": 2048,
1510
+ "kindString": "Method",
1511
+ "flags": {
1512
+ "isPublic": true
1513
+ },
1514
+ "sources": [
1515
+ {
1516
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1517
+ "line": 315,
1518
+ "character": 9
1519
+ }
1520
+ ],
1521
+ "signatures": [
1522
+ {
1523
+ "id": 96,
1524
+ "name": "ngOnDestroy",
1525
+ "kind": 4096,
1526
+ "kindString": "Call signature",
1527
+ "flags": {},
1528
+ "type": {
1529
+ "type": "intrinsic",
1530
+ "name": "void"
1531
+ },
1532
+ "implementationOf": {
1533
+ "type": "reference",
1534
+ "name": "OnDestroy.ngOnDestroy"
1535
+ }
1536
+ }
1537
+ ],
1538
+ "implementationOf": {
1539
+ "type": "reference",
1540
+ "name": "OnDestroy.ngOnDestroy"
1541
+ }
1542
+ },
1543
+ {
1544
+ "id": 81,
1545
+ "name": "ngOnInit",
1546
+ "kind": 2048,
1547
+ "kindString": "Method",
1548
+ "flags": {
1549
+ "isPublic": true
1550
+ },
1551
+ "sources": [
1552
+ {
1553
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1554
+ "line": 200,
1555
+ "character": 9
1556
+ }
1557
+ ],
1558
+ "signatures": [
1559
+ {
1560
+ "id": 82,
1561
+ "name": "ngOnInit",
1562
+ "kind": 4096,
1563
+ "kindString": "Call signature",
1564
+ "flags": {},
1565
+ "type": {
1566
+ "type": "intrinsic",
1567
+ "name": "void"
1568
+ },
1569
+ "implementationOf": {
1570
+ "type": "reference",
1571
+ "name": "OnInit.ngOnInit"
1572
+ }
1573
+ }
1574
+ ],
1575
+ "implementationOf": {
1576
+ "type": "reference",
1577
+ "name": "OnInit.ngOnInit"
1578
+ }
1579
+ },
1580
+ {
1581
+ "id": 93,
1582
+ "name": "onViewActive",
1583
+ "kind": 2048,
1584
+ "kindString": "Method",
1585
+ "flags": {
1586
+ "isPublic": true
1587
+ },
1588
+ "sources": [
1589
+ {
1590
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1591
+ "line": 296,
1592
+ "character": 9
1593
+ }
1594
+ ],
1595
+ "signatures": [
1596
+ {
1597
+ "id": 94,
1598
+ "name": "onViewActive",
1599
+ "kind": 4096,
1600
+ "kindString": "Call signature",
1601
+ "flags": {},
1602
+ "type": {
1603
+ "type": "intrinsic",
1604
+ "name": "void"
1605
+ },
1606
+ "overwrites": {
1607
+ "type": "reference",
1608
+ "name": "ListViewComponent.onViewActive"
1609
+ }
1610
+ }
1611
+ ],
1612
+ "overwrites": {
1613
+ "type": "reference",
1614
+ "name": "ListViewComponent.onViewActive"
1615
+ }
1616
+ },
1617
+ {
1618
+ "id": 99,
1619
+ "name": "searchFunction",
1620
+ "kind": 2048,
1621
+ "kindString": "Method",
1622
+ "flags": {
1623
+ "isPublic": true
1624
+ },
1625
+ "sources": [
1626
+ {
1627
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1628
+ "line": 326,
1629
+ "character": 9
1630
+ }
1631
+ ],
1632
+ "signatures": [
1633
+ {
1634
+ "id": 100,
1635
+ "name": "searchFunction",
1636
+ "kind": 4096,
1637
+ "kindString": "Call signature",
1638
+ "flags": {},
1639
+ "type": {
1640
+ "type": "reflection",
1641
+ "declaration": {
1642
+ "id": 101,
1643
+ "name": "__type",
1644
+ "kind": 65536,
1645
+ "kindString": "Type literal",
1646
+ "flags": {},
1647
+ "signatures": [
1648
+ {
1649
+ "id": 102,
1650
+ "name": "__type",
1651
+ "kind": 4096,
1652
+ "kindString": "Call signature",
1653
+ "flags": {},
1654
+ "parameters": [
1655
+ {
1656
+ "id": 103,
1657
+ "name": "data",
1658
+ "kind": 32768,
1659
+ "kindString": "Parameter",
1660
+ "flags": {},
1661
+ "type": {
1662
+ "type": "intrinsic",
1663
+ "name": "any"
1664
+ }
1665
+ },
1666
+ {
1667
+ "id": 104,
1668
+ "name": "searchText",
1669
+ "kind": 32768,
1670
+ "kindString": "Parameter",
1671
+ "flags": {},
1672
+ "type": {
1673
+ "type": "intrinsic",
1674
+ "name": "string"
1675
+ }
1676
+ }
1677
+ ],
1678
+ "type": {
1679
+ "type": "intrinsic",
1680
+ "name": "boolean"
1681
+ }
1682
+ }
1683
+ ]
1684
+ }
1685
+ }
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "id": 91,
1691
+ "name": "selectAll",
1692
+ "kind": 2048,
1693
+ "kindString": "Method",
1694
+ "flags": {
1695
+ "isPublic": true
1696
+ },
1697
+ "sources": [
1698
+ {
1699
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1700
+ "line": 274,
1701
+ "character": 9
1702
+ }
1703
+ ],
1704
+ "signatures": [
1705
+ {
1706
+ "id": 92,
1707
+ "name": "selectAll",
1708
+ "kind": 4096,
1709
+ "kindString": "Call signature",
1710
+ "flags": {},
1711
+ "comment": {
1712
+ "tags": [
1713
+ {
1714
+ "tag": "deprecated",
1715
+ "text": "since version 3.2.0\nMultiselect toolbar will automatically show if select mode is set to 'multiple'.\nThese methods are no longer needed, as that functionality is part of list-builder.\n"
1716
+ }
1717
+ ]
1718
+ },
1719
+ "type": {
1720
+ "type": "intrinsic",
1721
+ "name": "void"
1722
+ }
1723
+ }
1724
+ ]
1725
+ },
1726
+ {
1727
+ "id": 108,
1728
+ "name": "setItemSelection",
1729
+ "kind": 2048,
1730
+ "kindString": "Method",
1731
+ "flags": {
1732
+ "isPublic": true
1733
+ },
1734
+ "sources": [
1735
+ {
1736
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1737
+ "line": 360,
1738
+ "character": 9
1739
+ }
1740
+ ],
1741
+ "signatures": [
1742
+ {
1743
+ "id": 109,
1744
+ "name": "setItemSelection",
1745
+ "kind": 4096,
1746
+ "kindString": "Call signature",
1747
+ "flags": {},
1748
+ "parameters": [
1749
+ {
1750
+ "id": 110,
1751
+ "name": "item",
1752
+ "kind": 32768,
1753
+ "kindString": "Parameter",
1754
+ "flags": {},
1755
+ "type": {
1756
+ "type": "reference",
1757
+ "name": "ListItemModel"
1758
+ }
1759
+ },
1760
+ {
1761
+ "id": 111,
1762
+ "name": "event",
1763
+ "kind": 32768,
1764
+ "kindString": "Parameter",
1765
+ "flags": {},
1766
+ "type": {
1767
+ "type": "intrinsic",
1768
+ "name": "any"
1769
+ }
1770
+ }
1771
+ ],
1772
+ "type": {
1773
+ "type": "intrinsic",
1774
+ "name": "void"
1775
+ }
1776
+ }
1777
+ ]
1778
+ },
1779
+ {
1780
+ "id": 112,
1781
+ "name": "singleSelectRowClick",
1782
+ "kind": 2048,
1783
+ "kindString": "Method",
1784
+ "flags": {
1785
+ "isPublic": true
1786
+ },
1787
+ "sources": [
1788
+ {
1789
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1790
+ "line": 366,
1791
+ "character": 9
1792
+ }
1793
+ ],
1794
+ "signatures": [
1795
+ {
1796
+ "id": 113,
1797
+ "name": "singleSelectRowClick",
1798
+ "kind": 4096,
1799
+ "kindString": "Call signature",
1800
+ "flags": {},
1801
+ "parameters": [
1802
+ {
1803
+ "id": 114,
1804
+ "name": "item",
1805
+ "kind": 32768,
1806
+ "kindString": "Parameter",
1807
+ "flags": {},
1808
+ "type": {
1809
+ "type": "reference",
1810
+ "name": "ListItemModel"
1811
+ }
1812
+ }
1813
+ ],
1814
+ "type": {
1815
+ "type": "intrinsic",
1816
+ "name": "void"
1817
+ }
1818
+ }
1819
+ ]
1820
+ }
1821
+ ],
1822
+ "groups": [
1823
+ {
1824
+ "title": "Constructors",
1825
+ "kind": 512,
1826
+ "children": [
1827
+ 53
1828
+ ]
1829
+ },
1830
+ {
1831
+ "title": "Properties",
1832
+ "kind": 1024,
1833
+ "children": [
1834
+ 68,
1835
+ 67,
1836
+ 62
1837
+ ]
1838
+ },
1839
+ {
1840
+ "title": "Accessors",
1841
+ "kind": 262144,
1842
+ "children": [
1843
+ 97,
1844
+ 59,
1845
+ 69,
1846
+ 73
1847
+ ]
1848
+ },
1849
+ {
1850
+ "title": "Methods",
1851
+ "kind": 2048,
1852
+ "children": [
1853
+ 86,
1854
+ 89,
1855
+ 105,
1856
+ 83,
1857
+ 95,
1858
+ 81,
1859
+ 93,
1860
+ 99,
1861
+ 91,
1862
+ 108,
1863
+ 112
1864
+ ]
1865
+ }
1866
+ ],
1867
+ "sources": [
1868
+ {
1869
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
1870
+ "line": 66,
1871
+ "character": 13
1872
+ }
1873
+ ],
1874
+ "extendedTypes": [
1875
+ {
1876
+ "type": "reference",
1877
+ "name": "ListViewComponent"
1878
+ }
1879
+ ],
1880
+ "implementedTypes": [
1881
+ {
1882
+ "type": "reference",
1883
+ "name": "OnInit"
1884
+ },
1885
+ {
1886
+ "type": "reference",
1887
+ "name": "OnDestroy"
1888
+ },
1889
+ {
1890
+ "type": "reference",
1891
+ "name": "OnChanges"
1892
+ }
1893
+ ]
1894
+ },
1895
+ {
1896
+ "id": 5,
1897
+ "name": "SkyListViewChecklistModule",
1898
+ "kind": 128,
1899
+ "kindString": "Class",
1900
+ "flags": {},
1901
+ "decorators": [
1902
+ {
1903
+ "name": "NgModule",
1904
+ "type": {
1905
+ "type": "reference",
1906
+ "name": "NgModule"
1907
+ },
1908
+ "arguments": {
1909
+ "obj": "{\n declarations: [\n SkyListViewChecklistComponent,\n SkyListViewChecklistItemComponent,\n ],\n imports: [CommonModule, FormsModule, SkyCheckboxModule],\n exports: [SkyListViewChecklistComponent, SkyListViewChecklistItemComponent],\n}"
1910
+ }
1911
+ }
1912
+ ],
1913
+ "children": [
1914
+ {
1915
+ "id": 6,
1916
+ "name": "constructor",
1917
+ "kind": 512,
1918
+ "kindString": "Constructor",
1919
+ "flags": {},
1920
+ "signatures": [
1921
+ {
1922
+ "id": 7,
1923
+ "name": "new SkyListViewChecklistModule",
1924
+ "kind": 16384,
1925
+ "kindString": "Constructor signature",
1926
+ "flags": {},
1927
+ "type": {
1928
+ "type": "reference",
1929
+ "id": 5,
1930
+ "name": "SkyListViewChecklistModule"
1931
+ }
1932
+ }
1933
+ ]
1934
+ }
1935
+ ],
1936
+ "groups": [
1937
+ {
1938
+ "title": "Constructors",
1939
+ "kind": 512,
1940
+ "children": [
1941
+ 6
1942
+ ]
1943
+ }
1944
+ ],
1945
+ "sources": [
1946
+ {
1947
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.module.ts",
1948
+ "line": 21,
1949
+ "character": 13
1950
+ }
1951
+ ]
1952
+ },
1953
+ {
1954
+ "id": 1,
1955
+ "name": "SkyListViewChecklistItemComponent",
1956
+ "kind": 128,
1957
+ "kindString": "Class",
1958
+ "flags": {},
1959
+ "decorators": [
1960
+ {
1961
+ "name": "Component",
1962
+ "type": {
1963
+ "type": "reference",
1964
+ "name": "Component"
1965
+ },
1966
+ "arguments": {
1967
+ "obj": "{\n selector: 'sky-list-view-checklist-item',\n templateUrl: './list-view-checklist-item.component.html',\n styleUrls: ['./list-view-checklist-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1968
+ }
1969
+ }
1970
+ ],
1971
+ "children": [
1972
+ {
1973
+ "id": 2,
1974
+ "name": "constructor",
1975
+ "kind": 512,
1976
+ "kindString": "Constructor",
1977
+ "flags": {},
1978
+ "signatures": [
1979
+ {
1980
+ "id": 3,
1981
+ "name": "SkyListViewChecklistItemComponent",
1982
+ "kind": 16384,
1983
+ "kindString": "Constructor signature",
1984
+ "flags": {},
1985
+ "type": {
1986
+ "type": "reference",
1987
+ "id": 1,
1988
+ "name": "SkyListViewChecklistItemComponent"
1989
+ }
1990
+ }
1991
+ ]
1992
+ },
1993
+ {
1994
+ "id": 4,
1995
+ "name": "item",
1996
+ "kind": 1024,
1997
+ "kindString": "Property",
1998
+ "flags": {
1999
+ "isPublic": true
2000
+ },
2001
+ "decorators": [
2002
+ {
2003
+ "name": "Input",
2004
+ "type": {
2005
+ "type": "reference",
2006
+ "name": "Input"
2007
+ },
2008
+ "arguments": {}
2009
+ }
2010
+ ],
2011
+ "sources": [
2012
+ {
2013
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist-item.component.ts",
2014
+ "line": 13,
2015
+ "character": 9
2016
+ }
2017
+ ],
2018
+ "type": {
2019
+ "type": "reference",
2020
+ "id": 26,
2021
+ "name": "ListViewChecklistItemModel"
2022
+ }
2023
+ }
2024
+ ],
2025
+ "groups": [
2026
+ {
2027
+ "title": "Constructors",
2028
+ "kind": 512,
2029
+ "children": [
2030
+ 2
2031
+ ]
2032
+ },
2033
+ {
2034
+ "title": "Properties",
2035
+ "kind": 1024,
2036
+ "children": [
2037
+ 4
2038
+ ]
2039
+ }
2040
+ ],
2041
+ "sources": [
2042
+ {
2043
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist-item.component.ts",
2044
+ "line": 11,
2045
+ "character": 13
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "id": 8,
2051
+ "name": "ChecklistStateAction",
2052
+ "kind": 4194304,
2053
+ "kindString": "Type alias",
2054
+ "flags": {},
2055
+ "sources": [
2056
+ {
2057
+ "fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state-action.type.ts",
2058
+ "line": 3,
2059
+ "character": 12
2060
+ }
2061
+ ],
2062
+ "type": {
2063
+ "type": "reference",
2064
+ "id": 41,
2065
+ "name": "ListViewChecklistItemsLoadAction"
2066
+ }
2067
+ }
2068
+ ],
2069
+ "groups": [
2070
+ {
2071
+ "title": "Classes",
2072
+ "kind": 128,
2073
+ "children": [
2074
+ 21,
2075
+ 13,
2076
+ 9,
2077
+ 16,
2078
+ 26,
2079
+ 41,
2080
+ 34,
2081
+ 52,
2082
+ 5,
2083
+ 1
2084
+ ]
2085
+ },
2086
+ {
2087
+ "title": "Type aliases",
2088
+ "kind": 4194304,
2089
+ "children": [
2090
+ 8
2091
+ ]
2092
+ }
2093
+ ],
2094
+ "sources": [
2095
+ {
2096
+ "fileName": "projects/list-builder-view-checklist/src/public-api.ts",
2097
+ "line": 1,
2098
+ "character": 0
2099
+ }
2100
+ ]
2101
+ },
2102
+ "codeExamples": [
2103
+ {
2104
+ "fileName": ".eslintrc.json",
2105
+ "filePath": "/projects/list-builder-view-checklist/documentation/code-examples/.eslintrc.json",
2106
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
2107
+ },
2108
+ {
2109
+ "fileName": "list-view-checklist-demo.component.html",
2110
+ "filePath": "/projects/list-builder-view-checklist/documentation/code-examples/list-view-checklist/basic/list-view-checklist-demo.component.html",
2111
+ "rawContents": "<div class=\"sky-form-group sky-margin-stacked-default\">\n <h3>Selection mode</h3>\n <sky-radio name=\"selectMode\" value=\"multiple\" [(ngModel)]=\"selectMode\">\n <sky-radio-label> Default select mode </sky-radio-label>\n </sky-radio>\n\n <sky-radio name=\"selectMode\" value=\"single\" [(ngModel)]=\"selectMode\">\n <sky-radio-label> Single select mode </sky-radio-label>\n </sky-radio>\n</div>\n<div class=\"sky-margin-stacked-default\">\n <sky-list [data]=\"items\" (selectedIdsChange)=\"selectedItemsChange($event)\">\n <sky-list-toolbar> </sky-list-toolbar>\n <sky-list-view-checklist\n description=\"column3\"\n label=\"column2\"\n [selectMode]=\"selectMode\"\n >\n </sky-list-view-checklist>\n </sky-list>\n</div>\n<label> Selected items: </label>\n<ul>\n <li *ngFor=\"let item of selectedItems\">\n {{ item.column2 }}\n </li>\n</ul>\n"
2112
+ },
2113
+ {
2114
+ "fileName": "list-view-checklist-demo.component.ts",
2115
+ "filePath": "/projects/list-builder-view-checklist/documentation/code-examples/list-view-checklist/basic/list-view-checklist-demo.component.ts",
2116
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { of } from 'rxjs';\n\nimport { take } from 'rxjs/operators';\n\n@Component({\n selector: 'app-list-view-checklist-demo',\n templateUrl: './list-view-checklist-demo.component.html',\n})\nexport class ListViewChecklistDemoComponent {\n public items = of([\n { id: '1', column1: 101, column2: 'Apple', column3: 'Anne eats apples' },\n { id: '2', column1: 202, column2: 'Banana', column3: 'Ben eats bananas' },\n { id: '3', column1: 303, column2: 'Pear', column3: 'Patty eats pears' },\n { id: '4', column1: 404, column2: 'Grape', column3: 'George eats grapes' },\n { id: '5', column1: 505, column2: 'Banana', column3: 'Becky eats bananas' },\n { id: '6', column1: 606, column2: 'Lemon', column3: 'Larry eats lemons' },\n {\n id: '7',\n column1: 707,\n column2: 'Strawberry',\n column3: 'Sally eats strawberries',\n },\n ]);\n\n public selectedItems: any[] = [];\n\n public selectMode = 'multiple';\n\n public selectedItemsChange(selectedMap: Map<string, boolean>): void {\n this.items.pipe(take(1)).subscribe((items) => {\n this.selectedItems = items.filter((item) => selectedMap.get(item.id));\n });\n }\n}\n"
2117
+ },
2118
+ {
2119
+ "fileName": "list-view-checklist-demo.module.ts",
2120
+ "filePath": "/projects/list-builder-view-checklist/documentation/code-examples/list-view-checklist/basic/list-view-checklist-demo.module.ts",
2121
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyRadioModule } from '@skyux/forms';\n\nimport { SkyListModule, SkyListToolbarModule } from '@skyux/list-builder';\n\nimport { SkyListViewChecklistModule } from '@skyux/list-builder-view-checklist';\n\nimport { ListViewChecklistDemoComponent } from './list-view-checklist-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyListModule,\n SkyListToolbarModule,\n SkyListViewChecklistModule,\n SkyRadioModule,\n ],\n declarations: [ListViewChecklistDemoComponent],\n exports: [ListViewChecklistDemoComponent],\n})\nexport class ListViewChecklistDemoModule {}\n"
2122
+ }
2123
+ ]
2124
+ }