@skyux/list-builder-view-checklist 5.9.4 → 6.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +203 -112
- package/esm2020/index.mjs +15 -0
- package/esm2020/lib/modules/list-view-checklist/list-view-checklist-item.component.mjs +17 -0
- package/esm2020/lib/modules/list-view-checklist/list-view-checklist.component.mjs +297 -0
- package/esm2020/lib/modules/list-view-checklist/list-view-checklist.module.mjs +28 -0
- package/esm2020/lib/modules/list-view-checklist/state/checklist-state-action.type.mjs +2 -0
- package/esm2020/lib/modules/list-view-checklist/state/checklist-state.model.mjs +10 -0
- package/esm2020/lib/modules/list-view-checklist/state/checklist-state.rxstate.mjs +16 -0
- package/esm2020/lib/modules/list-view-checklist/state/checklist-state.state-node.mjs +23 -0
- package/esm2020/lib/modules/list-view-checklist/state/items/item.model.mjs +13 -0
- package/esm2020/lib/modules/list-view-checklist/state/items/items.orchestrator.mjs +22 -0
- package/esm2020/lib/modules/list-view-checklist/state/items/load.action.mjs +12 -0
- package/esm2020/skyux-list-builder-view-checklist.mjs +5 -0
- package/esm2020/testing/list-view-checklist-fixture.mjs +83 -0
- package/esm2020/testing/list-view-checklist-item.mjs +2 -0
- package/esm2020/testing/public-api.mjs +3 -0
- package/esm2020/testing/skyux-list-builder-view-checklist-testing.mjs +5 -0
- package/fesm2015/{skyux-list-builder-view-checklist-testing.js → skyux-list-builder-view-checklist-testing.mjs} +1 -1
- package/fesm2015/skyux-list-builder-view-checklist-testing.mjs.map +1 -0
- package/fesm2015/{skyux-list-builder-view-checklist.js → skyux-list-builder-view-checklist.mjs} +68 -46
- package/fesm2015/skyux-list-builder-view-checklist.mjs.map +1 -0
- package/{esm2015/testing/list-view-checklist-fixture.js → fesm2020/skyux-list-builder-view-checklist-testing.mjs} +9 -2
- package/fesm2020/skyux-list-builder-view-checklist-testing.mjs.map +1 -0
- package/fesm2020/skyux-list-builder-view-checklist.mjs +413 -0
- package/fesm2020/skyux-list-builder-view-checklist.mjs.map +1 -0
- package/lib/modules/list-view-checklist/list-view-checklist-item.component.d.ts +3 -0
- package/lib/modules/list-view-checklist/list-view-checklist.component.d.ts +5 -1
- package/lib/modules/list-view-checklist/list-view-checklist.module.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/checklist-state-action.type.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/checklist-state.model.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/checklist-state.rxstate.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/checklist-state.state-node.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/items/item.model.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/items/items.orchestrator.d.ts +3 -0
- package/lib/modules/list-view-checklist/state/items/load.action.d.ts +3 -0
- package/package.json +39 -14
- package/testing/package.json +5 -5
- package/bundles/skyux-list-builder-view-checklist-testing.umd.js +0 -98
- package/bundles/skyux-list-builder-view-checklist.umd.js +0 -792
- package/esm2015/index.js +0 -15
- package/esm2015/index.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/list-view-checklist-item.component.js +0 -19
- package/esm2015/lib/modules/list-view-checklist/list-view-checklist-item.component.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/list-view-checklist.component.js +0 -293
- package/esm2015/lib/modules/list-view-checklist/list-view-checklist.component.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/list-view-checklist.module.js +0 -25
- package/esm2015/lib/modules/list-view-checklist/list-view-checklist.module.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state-action.type.js +0 -2
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state-action.type.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state.model.js +0 -7
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state.model.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state.rxstate.js +0 -13
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state.rxstate.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state.state-node.js +0 -20
- package/esm2015/lib/modules/list-view-checklist/state/checklist-state.state-node.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/items/item.model.js +0 -10
- package/esm2015/lib/modules/list-view-checklist/state/items/item.model.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/items/items.orchestrator.js +0 -19
- package/esm2015/lib/modules/list-view-checklist/state/items/items.orchestrator.js.map +0 -1
- package/esm2015/lib/modules/list-view-checklist/state/items/load.action.js +0 -9
- package/esm2015/lib/modules/list-view-checklist/state/items/load.action.js.map +0 -1
- package/esm2015/skyux-list-builder-view-checklist.js +0 -5
- package/esm2015/skyux-list-builder-view-checklist.js.map +0 -1
- package/esm2015/testing/list-view-checklist-fixture.js.map +0 -1
- package/esm2015/testing/list-view-checklist-item.js +0 -2
- package/esm2015/testing/list-view-checklist-item.js.map +0 -1
- package/esm2015/testing/public-api.js +0 -3
- package/esm2015/testing/public-api.js.map +0 -1
- package/esm2015/testing/skyux-list-builder-view-checklist-testing.js +0 -5
- package/esm2015/testing/skyux-list-builder-view-checklist-testing.js.map +0 -1
- package/fesm2015/skyux-list-builder-view-checklist-testing.js.map +0 -1
- package/fesm2015/skyux-list-builder-view-checklist.js.map +0 -1
package/documentation.json
CHANGED
|
@@ -26,6 +26,14 @@
|
|
|
26
26
|
"kind": 128,
|
|
27
27
|
"kindString": "Class",
|
|
28
28
|
"flags": {},
|
|
29
|
+
"comment": {
|
|
30
|
+
"tags": [
|
|
31
|
+
{
|
|
32
|
+
"tag": "deprecated",
|
|
33
|
+
"text": "\n"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
29
37
|
"decorators": [
|
|
30
38
|
{
|
|
31
39
|
"name": "Injectable",
|
|
@@ -48,7 +56,7 @@
|
|
|
48
56
|
"sources": [
|
|
49
57
|
{
|
|
50
58
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.state-node.ts",
|
|
51
|
-
"line":
|
|
59
|
+
"line": 13,
|
|
52
60
|
"character": 2
|
|
53
61
|
}
|
|
54
62
|
],
|
|
@@ -154,7 +162,7 @@
|
|
|
154
162
|
"sources": [
|
|
155
163
|
{
|
|
156
164
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.state-node.ts",
|
|
157
|
-
"line":
|
|
165
|
+
"line": 12,
|
|
158
166
|
"character": 13
|
|
159
167
|
}
|
|
160
168
|
],
|
|
@@ -178,6 +186,14 @@
|
|
|
178
186
|
"kind": 128,
|
|
179
187
|
"kindString": "Class",
|
|
180
188
|
"flags": {},
|
|
189
|
+
"comment": {
|
|
190
|
+
"tags": [
|
|
191
|
+
{
|
|
192
|
+
"tag": "deprecated",
|
|
193
|
+
"text": "\n"
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
181
197
|
"decorators": [
|
|
182
198
|
{
|
|
183
199
|
"name": "Injectable",
|
|
@@ -238,7 +254,7 @@
|
|
|
238
254
|
"sources": [
|
|
239
255
|
{
|
|
240
256
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.rxstate.ts",
|
|
241
|
-
"line":
|
|
257
|
+
"line": 10,
|
|
242
258
|
"character": 13
|
|
243
259
|
}
|
|
244
260
|
],
|
|
@@ -262,6 +278,14 @@
|
|
|
262
278
|
"kind": 128,
|
|
263
279
|
"kindString": "Class",
|
|
264
280
|
"flags": {},
|
|
281
|
+
"comment": {
|
|
282
|
+
"tags": [
|
|
283
|
+
{
|
|
284
|
+
"tag": "deprecated",
|
|
285
|
+
"text": "\n"
|
|
286
|
+
}
|
|
287
|
+
]
|
|
288
|
+
},
|
|
265
289
|
"children": [
|
|
266
290
|
{
|
|
267
291
|
"id": 12,
|
|
@@ -274,7 +298,7 @@
|
|
|
274
298
|
"sources": [
|
|
275
299
|
{
|
|
276
300
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.model.ts",
|
|
277
|
-
"line":
|
|
301
|
+
"line": 9,
|
|
278
302
|
"character": 9
|
|
279
303
|
}
|
|
280
304
|
],
|
|
@@ -311,7 +335,7 @@
|
|
|
311
335
|
"sources": [
|
|
312
336
|
{
|
|
313
337
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.model.ts",
|
|
314
|
-
"line":
|
|
338
|
+
"line": 8,
|
|
315
339
|
"character": 13
|
|
316
340
|
}
|
|
317
341
|
]
|
|
@@ -343,7 +367,7 @@
|
|
|
343
367
|
"sources": [
|
|
344
368
|
{
|
|
345
369
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state.rxstate.ts",
|
|
346
|
-
"line":
|
|
370
|
+
"line": 12,
|
|
347
371
|
"character": 13
|
|
348
372
|
}
|
|
349
373
|
],
|
|
@@ -388,6 +412,14 @@
|
|
|
388
412
|
"kind": 128,
|
|
389
413
|
"kindString": "Class",
|
|
390
414
|
"flags": {},
|
|
415
|
+
"comment": {
|
|
416
|
+
"tags": [
|
|
417
|
+
{
|
|
418
|
+
"tag": "deprecated",
|
|
419
|
+
"text": "\n"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
391
423
|
"children": [
|
|
392
424
|
{
|
|
393
425
|
"id": 503,
|
|
@@ -398,7 +430,7 @@
|
|
|
398
430
|
"sources": [
|
|
399
431
|
{
|
|
400
432
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
|
|
401
|
-
"line":
|
|
433
|
+
"line": 9,
|
|
402
434
|
"character": 2
|
|
403
435
|
}
|
|
404
436
|
],
|
|
@@ -454,7 +486,7 @@
|
|
|
454
486
|
"sources": [
|
|
455
487
|
{
|
|
456
488
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
|
|
457
|
-
"line":
|
|
489
|
+
"line": 7,
|
|
458
490
|
"character": 9
|
|
459
491
|
}
|
|
460
492
|
],
|
|
@@ -474,7 +506,7 @@
|
|
|
474
506
|
"sources": [
|
|
475
507
|
{
|
|
476
508
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
|
|
477
|
-
"line":
|
|
509
|
+
"line": 5,
|
|
478
510
|
"character": 9
|
|
479
511
|
}
|
|
480
512
|
],
|
|
@@ -494,7 +526,7 @@
|
|
|
494
526
|
"sources": [
|
|
495
527
|
{
|
|
496
528
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
|
|
497
|
-
"line":
|
|
529
|
+
"line": 6,
|
|
498
530
|
"character": 9
|
|
499
531
|
}
|
|
500
532
|
],
|
|
@@ -525,7 +557,7 @@
|
|
|
525
557
|
"sources": [
|
|
526
558
|
{
|
|
527
559
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/item.model.ts",
|
|
528
|
-
"line":
|
|
560
|
+
"line": 4,
|
|
529
561
|
"character": 13
|
|
530
562
|
}
|
|
531
563
|
]
|
|
@@ -536,6 +568,14 @@
|
|
|
536
568
|
"kind": 128,
|
|
537
569
|
"kindString": "Class",
|
|
538
570
|
"flags": {},
|
|
571
|
+
"comment": {
|
|
572
|
+
"tags": [
|
|
573
|
+
{
|
|
574
|
+
"tag": "deprecated",
|
|
575
|
+
"text": "\n"
|
|
576
|
+
}
|
|
577
|
+
]
|
|
578
|
+
},
|
|
539
579
|
"children": [
|
|
540
580
|
{
|
|
541
581
|
"id": 531,
|
|
@@ -546,7 +586,7 @@
|
|
|
546
586
|
"sources": [
|
|
547
587
|
{
|
|
548
588
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/load.action.ts",
|
|
549
|
-
"line":
|
|
589
|
+
"line": 7,
|
|
550
590
|
"character": 2
|
|
551
591
|
}
|
|
552
592
|
],
|
|
@@ -642,7 +682,7 @@
|
|
|
642
682
|
"sources": [
|
|
643
683
|
{
|
|
644
684
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/load.action.ts",
|
|
645
|
-
"line":
|
|
685
|
+
"line": 6,
|
|
646
686
|
"character": 13
|
|
647
687
|
}
|
|
648
688
|
]
|
|
@@ -653,6 +693,14 @@
|
|
|
653
693
|
"kind": 128,
|
|
654
694
|
"kindString": "Class",
|
|
655
695
|
"flags": {},
|
|
696
|
+
"comment": {
|
|
697
|
+
"tags": [
|
|
698
|
+
{
|
|
699
|
+
"tag": "deprecated",
|
|
700
|
+
"text": "\n"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
},
|
|
656
704
|
"children": [
|
|
657
705
|
{
|
|
658
706
|
"id": 511,
|
|
@@ -663,7 +711,7 @@
|
|
|
663
711
|
"sources": [
|
|
664
712
|
{
|
|
665
713
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/items.orchestrator.ts",
|
|
666
|
-
"line":
|
|
714
|
+
"line": 15,
|
|
667
715
|
"character": 2
|
|
668
716
|
}
|
|
669
717
|
],
|
|
@@ -713,7 +761,7 @@
|
|
|
713
761
|
"sources": [
|
|
714
762
|
{
|
|
715
763
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/items.orchestrator.ts",
|
|
716
|
-
"line":
|
|
764
|
+
"line": 11,
|
|
717
765
|
"character": 13
|
|
718
766
|
}
|
|
719
767
|
],
|
|
@@ -744,6 +792,14 @@
|
|
|
744
792
|
"kind": 128,
|
|
745
793
|
"kindString": "Class",
|
|
746
794
|
"flags": {},
|
|
795
|
+
"comment": {
|
|
796
|
+
"tags": [
|
|
797
|
+
{
|
|
798
|
+
"tag": "deprecated",
|
|
799
|
+
"text": "List builder view checklist and its features are deprecated. Use repeater instead. For more information, see https://developer.blackbaud.com/skyux/components/repeater.\n"
|
|
800
|
+
}
|
|
801
|
+
]
|
|
802
|
+
},
|
|
747
803
|
"decorators": [
|
|
748
804
|
{
|
|
749
805
|
"name": "Component",
|
|
@@ -768,7 +824,7 @@
|
|
|
768
824
|
"sources": [
|
|
769
825
|
{
|
|
770
826
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
771
|
-
"line":
|
|
827
|
+
"line": 145,
|
|
772
828
|
"character": 2
|
|
773
829
|
}
|
|
774
830
|
],
|
|
@@ -825,6 +881,17 @@
|
|
|
825
881
|
"id": 13,
|
|
826
882
|
"name": "ChecklistStateDispatcher"
|
|
827
883
|
}
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"id": 548,
|
|
887
|
+
"name": "logger",
|
|
888
|
+
"kind": 32768,
|
|
889
|
+
"kindString": "Parameter",
|
|
890
|
+
"flags": {},
|
|
891
|
+
"type": {
|
|
892
|
+
"type": "reference",
|
|
893
|
+
"name": "SkyLogService"
|
|
894
|
+
}
|
|
828
895
|
}
|
|
829
896
|
],
|
|
830
897
|
"type": {
|
|
@@ -844,7 +911,7 @@
|
|
|
844
911
|
}
|
|
845
912
|
},
|
|
846
913
|
{
|
|
847
|
-
"id":
|
|
914
|
+
"id": 558,
|
|
848
915
|
"name": "description",
|
|
849
916
|
"kind": 1024,
|
|
850
917
|
"kindString": "Property",
|
|
@@ -875,7 +942,7 @@
|
|
|
875
942
|
"sources": [
|
|
876
943
|
{
|
|
877
944
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
878
|
-
"line":
|
|
945
|
+
"line": 98,
|
|
879
946
|
"character": 9
|
|
880
947
|
}
|
|
881
948
|
],
|
|
@@ -886,7 +953,7 @@
|
|
|
886
953
|
"defaultValue": "'description'"
|
|
887
954
|
},
|
|
888
955
|
{
|
|
889
|
-
"id":
|
|
956
|
+
"id": 557,
|
|
890
957
|
"name": "labelFieldSelector",
|
|
891
958
|
"kind": 1024,
|
|
892
959
|
"kindString": "Property",
|
|
@@ -919,7 +986,7 @@
|
|
|
919
986
|
"sources": [
|
|
920
987
|
{
|
|
921
988
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
922
|
-
"line":
|
|
989
|
+
"line": 91,
|
|
923
990
|
"character": 9
|
|
924
991
|
}
|
|
925
992
|
],
|
|
@@ -930,7 +997,7 @@
|
|
|
930
997
|
"defaultValue": "'label'"
|
|
931
998
|
},
|
|
932
999
|
{
|
|
933
|
-
"id":
|
|
1000
|
+
"id": 552,
|
|
934
1001
|
"name": "search",
|
|
935
1002
|
"kind": 1024,
|
|
936
1003
|
"kindString": "Property",
|
|
@@ -952,21 +1019,21 @@
|
|
|
952
1019
|
"sources": [
|
|
953
1020
|
{
|
|
954
1021
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
955
|
-
"line":
|
|
1022
|
+
"line": 82,
|
|
956
1023
|
"character": 9
|
|
957
1024
|
}
|
|
958
1025
|
],
|
|
959
1026
|
"type": {
|
|
960
1027
|
"type": "reflection",
|
|
961
1028
|
"declaration": {
|
|
962
|
-
"id":
|
|
1029
|
+
"id": 553,
|
|
963
1030
|
"name": "__type",
|
|
964
1031
|
"kind": 65536,
|
|
965
1032
|
"kindString": "Type literal",
|
|
966
1033
|
"flags": {},
|
|
967
1034
|
"signatures": [
|
|
968
1035
|
{
|
|
969
|
-
"id":
|
|
1036
|
+
"id": 554,
|
|
970
1037
|
"name": "__type",
|
|
971
1038
|
"kind": 4096,
|
|
972
1039
|
"kindString": "Call signature",
|
|
@@ -982,7 +1049,7 @@
|
|
|
982
1049
|
},
|
|
983
1050
|
"parameters": [
|
|
984
1051
|
{
|
|
985
|
-
"id":
|
|
1052
|
+
"id": 555,
|
|
986
1053
|
"name": "data",
|
|
987
1054
|
"kind": 32768,
|
|
988
1055
|
"kindString": "Parameter",
|
|
@@ -993,7 +1060,7 @@
|
|
|
993
1060
|
}
|
|
994
1061
|
},
|
|
995
1062
|
{
|
|
996
|
-
"id":
|
|
1063
|
+
"id": 556,
|
|
997
1064
|
"name": "searchText",
|
|
998
1065
|
"kind": 32768,
|
|
999
1066
|
"kindString": "Parameter",
|
|
@@ -1015,7 +1082,7 @@
|
|
|
1015
1082
|
"defaultValue": "..."
|
|
1016
1083
|
},
|
|
1017
1084
|
{
|
|
1018
|
-
"id":
|
|
1085
|
+
"id": 587,
|
|
1019
1086
|
"name": "items",
|
|
1020
1087
|
"kind": 262144,
|
|
1021
1088
|
"kindString": "Accessor",
|
|
@@ -1023,13 +1090,13 @@
|
|
|
1023
1090
|
"sources": [
|
|
1024
1091
|
{
|
|
1025
1092
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1026
|
-
"line":
|
|
1093
|
+
"line": 323,
|
|
1027
1094
|
"character": 6
|
|
1028
1095
|
}
|
|
1029
1096
|
],
|
|
1030
1097
|
"getSignature": [
|
|
1031
1098
|
{
|
|
1032
|
-
"id":
|
|
1099
|
+
"id": 588,
|
|
1033
1100
|
"name": "items",
|
|
1034
1101
|
"kind": 524288,
|
|
1035
1102
|
"kindString": "Get signature",
|
|
@@ -1054,7 +1121,7 @@
|
|
|
1054
1121
|
]
|
|
1055
1122
|
},
|
|
1056
1123
|
{
|
|
1057
|
-
"id":
|
|
1124
|
+
"id": 549,
|
|
1058
1125
|
"name": "name",
|
|
1059
1126
|
"kind": 262144,
|
|
1060
1127
|
"kindString": "Accessor",
|
|
@@ -1074,13 +1141,13 @@
|
|
|
1074
1141
|
"sources": [
|
|
1075
1142
|
{
|
|
1076
1143
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1077
|
-
"line":
|
|
1144
|
+
"line": 71,
|
|
1078
1145
|
"character": 6
|
|
1079
1146
|
}
|
|
1080
1147
|
],
|
|
1081
1148
|
"setSignature": [
|
|
1082
1149
|
{
|
|
1083
|
-
"id":
|
|
1150
|
+
"id": 550,
|
|
1084
1151
|
"name": "name",
|
|
1085
1152
|
"kind": 1048576,
|
|
1086
1153
|
"kindString": "Set signature",
|
|
@@ -1096,7 +1163,7 @@
|
|
|
1096
1163
|
},
|
|
1097
1164
|
"parameters": [
|
|
1098
1165
|
{
|
|
1099
|
-
"id":
|
|
1166
|
+
"id": 551,
|
|
1100
1167
|
"name": "value",
|
|
1101
1168
|
"kind": 32768,
|
|
1102
1169
|
"kindString": "Parameter",
|
|
@@ -1115,7 +1182,7 @@
|
|
|
1115
1182
|
]
|
|
1116
1183
|
},
|
|
1117
1184
|
{
|
|
1118
|
-
"id":
|
|
1185
|
+
"id": 559,
|
|
1119
1186
|
"name": "selectMode",
|
|
1120
1187
|
"kind": 262144,
|
|
1121
1188
|
"kindString": "Accessor",
|
|
@@ -1137,13 +1204,13 @@
|
|
|
1137
1204
|
"sources": [
|
|
1138
1205
|
{
|
|
1139
1206
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1140
|
-
"line":
|
|
1207
|
+
"line": 107,
|
|
1141
1208
|
"character": 13
|
|
1142
1209
|
}
|
|
1143
1210
|
],
|
|
1144
1211
|
"getSignature": [
|
|
1145
1212
|
{
|
|
1146
|
-
"id":
|
|
1213
|
+
"id": 560,
|
|
1147
1214
|
"name": "selectMode",
|
|
1148
1215
|
"kind": 524288,
|
|
1149
1216
|
"kindString": "Get signature",
|
|
@@ -1165,7 +1232,7 @@
|
|
|
1165
1232
|
],
|
|
1166
1233
|
"setSignature": [
|
|
1167
1234
|
{
|
|
1168
|
-
"id":
|
|
1235
|
+
"id": 561,
|
|
1169
1236
|
"name": "selectMode",
|
|
1170
1237
|
"kind": 1048576,
|
|
1171
1238
|
"kindString": "Set signature",
|
|
@@ -1181,7 +1248,7 @@
|
|
|
1181
1248
|
},
|
|
1182
1249
|
"parameters": [
|
|
1183
1250
|
{
|
|
1184
|
-
"id":
|
|
1251
|
+
"id": 562,
|
|
1185
1252
|
"name": "value",
|
|
1186
1253
|
"kind": 32768,
|
|
1187
1254
|
"kindString": "Parameter",
|
|
@@ -1200,7 +1267,7 @@
|
|
|
1200
1267
|
]
|
|
1201
1268
|
},
|
|
1202
1269
|
{
|
|
1203
|
-
"id":
|
|
1270
|
+
"id": 563,
|
|
1204
1271
|
"name": "showOnlySelected",
|
|
1205
1272
|
"kind": 262144,
|
|
1206
1273
|
"kindString": "Accessor",
|
|
@@ -1222,13 +1289,13 @@
|
|
|
1222
1289
|
"sources": [
|
|
1223
1290
|
{
|
|
1224
1291
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1225
|
-
"line":
|
|
1292
|
+
"line": 129,
|
|
1226
1293
|
"character": 13
|
|
1227
1294
|
}
|
|
1228
1295
|
],
|
|
1229
1296
|
"getSignature": [
|
|
1230
1297
|
{
|
|
1231
|
-
"id":
|
|
1298
|
+
"id": 564,
|
|
1232
1299
|
"name": "showOnlySelected",
|
|
1233
1300
|
"kind": 524288,
|
|
1234
1301
|
"kindString": "Get signature",
|
|
@@ -1250,7 +1317,7 @@
|
|
|
1250
1317
|
],
|
|
1251
1318
|
"setSignature": [
|
|
1252
1319
|
{
|
|
1253
|
-
"id":
|
|
1320
|
+
"id": 565,
|
|
1254
1321
|
"name": "showOnlySelected",
|
|
1255
1322
|
"kind": 1048576,
|
|
1256
1323
|
"kindString": "Set signature",
|
|
@@ -1266,7 +1333,7 @@
|
|
|
1266
1333
|
},
|
|
1267
1334
|
"parameters": [
|
|
1268
1335
|
{
|
|
1269
|
-
"id":
|
|
1336
|
+
"id": 566,
|
|
1270
1337
|
"name": "value",
|
|
1271
1338
|
"kind": 32768,
|
|
1272
1339
|
"kindString": "Parameter",
|
|
@@ -1285,7 +1352,7 @@
|
|
|
1285
1352
|
]
|
|
1286
1353
|
},
|
|
1287
1354
|
{
|
|
1288
|
-
"id":
|
|
1355
|
+
"id": 576,
|
|
1289
1356
|
"name": "changeVisibleItems",
|
|
1290
1357
|
"kind": 2048,
|
|
1291
1358
|
"kindString": "Method",
|
|
@@ -1295,13 +1362,13 @@
|
|
|
1295
1362
|
"sources": [
|
|
1296
1363
|
{
|
|
1297
1364
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1298
|
-
"line":
|
|
1365
|
+
"line": 241,
|
|
1299
1366
|
"character": 9
|
|
1300
1367
|
}
|
|
1301
1368
|
],
|
|
1302
1369
|
"signatures": [
|
|
1303
1370
|
{
|
|
1304
|
-
"id":
|
|
1371
|
+
"id": 577,
|
|
1305
1372
|
"name": "changeVisibleItems",
|
|
1306
1373
|
"kind": 4096,
|
|
1307
1374
|
"kindString": "Call signature",
|
|
@@ -1316,7 +1383,7 @@
|
|
|
1316
1383
|
},
|
|
1317
1384
|
"parameters": [
|
|
1318
1385
|
{
|
|
1319
|
-
"id":
|
|
1386
|
+
"id": 578,
|
|
1320
1387
|
"name": "change",
|
|
1321
1388
|
"kind": 32768,
|
|
1322
1389
|
"kindString": "Parameter",
|
|
@@ -1335,7 +1402,7 @@
|
|
|
1335
1402
|
]
|
|
1336
1403
|
},
|
|
1337
1404
|
{
|
|
1338
|
-
"id":
|
|
1405
|
+
"id": 579,
|
|
1339
1406
|
"name": "clearSelections",
|
|
1340
1407
|
"kind": 2048,
|
|
1341
1408
|
"kindString": "Method",
|
|
@@ -1345,13 +1412,13 @@
|
|
|
1345
1412
|
"sources": [
|
|
1346
1413
|
{
|
|
1347
1414
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1348
|
-
"line":
|
|
1415
|
+
"line": 250,
|
|
1349
1416
|
"character": 9
|
|
1350
1417
|
}
|
|
1351
1418
|
],
|
|
1352
1419
|
"signatures": [
|
|
1353
1420
|
{
|
|
1354
|
-
"id":
|
|
1421
|
+
"id": 580,
|
|
1355
1422
|
"name": "clearSelections",
|
|
1356
1423
|
"kind": 4096,
|
|
1357
1424
|
"kindString": "Call signature",
|
|
@@ -1372,7 +1439,7 @@
|
|
|
1372
1439
|
]
|
|
1373
1440
|
},
|
|
1374
1441
|
{
|
|
1375
|
-
"id":
|
|
1442
|
+
"id": 595,
|
|
1376
1443
|
"name": "itemSelected",
|
|
1377
1444
|
"kind": 2048,
|
|
1378
1445
|
"kindString": "Method",
|
|
@@ -1382,20 +1449,20 @@
|
|
|
1382
1449
|
"sources": [
|
|
1383
1450
|
{
|
|
1384
1451
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1385
|
-
"line":
|
|
1452
|
+
"line": 357,
|
|
1386
1453
|
"character": 9
|
|
1387
1454
|
}
|
|
1388
1455
|
],
|
|
1389
1456
|
"signatures": [
|
|
1390
1457
|
{
|
|
1391
|
-
"id":
|
|
1458
|
+
"id": 596,
|
|
1392
1459
|
"name": "itemSelected",
|
|
1393
1460
|
"kind": 4096,
|
|
1394
1461
|
"kindString": "Call signature",
|
|
1395
1462
|
"flags": {},
|
|
1396
1463
|
"parameters": [
|
|
1397
1464
|
{
|
|
1398
|
-
"id":
|
|
1465
|
+
"id": 597,
|
|
1399
1466
|
"name": "id",
|
|
1400
1467
|
"kind": 32768,
|
|
1401
1468
|
"kindString": "Parameter",
|
|
@@ -1422,7 +1489,7 @@
|
|
|
1422
1489
|
]
|
|
1423
1490
|
},
|
|
1424
1491
|
{
|
|
1425
|
-
"id":
|
|
1492
|
+
"id": 573,
|
|
1426
1493
|
"name": "ngOnChanges",
|
|
1427
1494
|
"kind": 2048,
|
|
1428
1495
|
"kindString": "Method",
|
|
@@ -1432,20 +1499,20 @@
|
|
|
1432
1499
|
"sources": [
|
|
1433
1500
|
{
|
|
1434
1501
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1435
|
-
"line":
|
|
1502
|
+
"line": 226,
|
|
1436
1503
|
"character": 9
|
|
1437
1504
|
}
|
|
1438
1505
|
],
|
|
1439
1506
|
"signatures": [
|
|
1440
1507
|
{
|
|
1441
|
-
"id":
|
|
1508
|
+
"id": 574,
|
|
1442
1509
|
"name": "ngOnChanges",
|
|
1443
1510
|
"kind": 4096,
|
|
1444
1511
|
"kindString": "Call signature",
|
|
1445
1512
|
"flags": {},
|
|
1446
1513
|
"parameters": [
|
|
1447
1514
|
{
|
|
1448
|
-
"id":
|
|
1515
|
+
"id": 575,
|
|
1449
1516
|
"name": "changes",
|
|
1450
1517
|
"kind": 32768,
|
|
1451
1518
|
"kindString": "Parameter",
|
|
@@ -1474,7 +1541,7 @@
|
|
|
1474
1541
|
}
|
|
1475
1542
|
},
|
|
1476
1543
|
{
|
|
1477
|
-
"id":
|
|
1544
|
+
"id": 585,
|
|
1478
1545
|
"name": "ngOnDestroy",
|
|
1479
1546
|
"kind": 2048,
|
|
1480
1547
|
"kindString": "Method",
|
|
@@ -1484,13 +1551,13 @@
|
|
|
1484
1551
|
"sources": [
|
|
1485
1552
|
{
|
|
1486
1553
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1487
|
-
"line":
|
|
1554
|
+
"line": 318,
|
|
1488
1555
|
"character": 9
|
|
1489
1556
|
}
|
|
1490
1557
|
],
|
|
1491
1558
|
"signatures": [
|
|
1492
1559
|
{
|
|
1493
|
-
"id":
|
|
1560
|
+
"id": 586,
|
|
1494
1561
|
"name": "ngOnDestroy",
|
|
1495
1562
|
"kind": 4096,
|
|
1496
1563
|
"kindString": "Call signature",
|
|
@@ -1511,7 +1578,7 @@
|
|
|
1511
1578
|
}
|
|
1512
1579
|
},
|
|
1513
1580
|
{
|
|
1514
|
-
"id":
|
|
1581
|
+
"id": 571,
|
|
1515
1582
|
"name": "ngOnInit",
|
|
1516
1583
|
"kind": 2048,
|
|
1517
1584
|
"kindString": "Method",
|
|
@@ -1521,13 +1588,13 @@
|
|
|
1521
1588
|
"sources": [
|
|
1522
1589
|
{
|
|
1523
1590
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1524
|
-
"line":
|
|
1591
|
+
"line": 203,
|
|
1525
1592
|
"character": 9
|
|
1526
1593
|
}
|
|
1527
1594
|
],
|
|
1528
1595
|
"signatures": [
|
|
1529
1596
|
{
|
|
1530
|
-
"id":
|
|
1597
|
+
"id": 572,
|
|
1531
1598
|
"name": "ngOnInit",
|
|
1532
1599
|
"kind": 4096,
|
|
1533
1600
|
"kindString": "Call signature",
|
|
@@ -1548,7 +1615,7 @@
|
|
|
1548
1615
|
}
|
|
1549
1616
|
},
|
|
1550
1617
|
{
|
|
1551
|
-
"id":
|
|
1618
|
+
"id": 583,
|
|
1552
1619
|
"name": "onViewActive",
|
|
1553
1620
|
"kind": 2048,
|
|
1554
1621
|
"kindString": "Method",
|
|
@@ -1558,13 +1625,13 @@
|
|
|
1558
1625
|
"sources": [
|
|
1559
1626
|
{
|
|
1560
1627
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1561
|
-
"line":
|
|
1628
|
+
"line": 299,
|
|
1562
1629
|
"character": 9
|
|
1563
1630
|
}
|
|
1564
1631
|
],
|
|
1565
1632
|
"signatures": [
|
|
1566
1633
|
{
|
|
1567
|
-
"id":
|
|
1634
|
+
"id": 584,
|
|
1568
1635
|
"name": "onViewActive",
|
|
1569
1636
|
"kind": 4096,
|
|
1570
1637
|
"kindString": "Call signature",
|
|
@@ -1585,7 +1652,7 @@
|
|
|
1585
1652
|
}
|
|
1586
1653
|
},
|
|
1587
1654
|
{
|
|
1588
|
-
"id":
|
|
1655
|
+
"id": 589,
|
|
1589
1656
|
"name": "searchFunction",
|
|
1590
1657
|
"kind": 2048,
|
|
1591
1658
|
"kindString": "Method",
|
|
@@ -1595,13 +1662,13 @@
|
|
|
1595
1662
|
"sources": [
|
|
1596
1663
|
{
|
|
1597
1664
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1598
|
-
"line":
|
|
1665
|
+
"line": 329,
|
|
1599
1666
|
"character": 9
|
|
1600
1667
|
}
|
|
1601
1668
|
],
|
|
1602
1669
|
"signatures": [
|
|
1603
1670
|
{
|
|
1604
|
-
"id":
|
|
1671
|
+
"id": 590,
|
|
1605
1672
|
"name": "searchFunction",
|
|
1606
1673
|
"kind": 4096,
|
|
1607
1674
|
"kindString": "Call signature",
|
|
@@ -1609,21 +1676,21 @@
|
|
|
1609
1676
|
"type": {
|
|
1610
1677
|
"type": "reflection",
|
|
1611
1678
|
"declaration": {
|
|
1612
|
-
"id":
|
|
1679
|
+
"id": 591,
|
|
1613
1680
|
"name": "__type",
|
|
1614
1681
|
"kind": 65536,
|
|
1615
1682
|
"kindString": "Type literal",
|
|
1616
1683
|
"flags": {},
|
|
1617
1684
|
"signatures": [
|
|
1618
1685
|
{
|
|
1619
|
-
"id":
|
|
1686
|
+
"id": 592,
|
|
1620
1687
|
"name": "__type",
|
|
1621
1688
|
"kind": 4096,
|
|
1622
1689
|
"kindString": "Call signature",
|
|
1623
1690
|
"flags": {},
|
|
1624
1691
|
"parameters": [
|
|
1625
1692
|
{
|
|
1626
|
-
"id":
|
|
1693
|
+
"id": 593,
|
|
1627
1694
|
"name": "data",
|
|
1628
1695
|
"kind": 32768,
|
|
1629
1696
|
"kindString": "Parameter",
|
|
@@ -1634,7 +1701,7 @@
|
|
|
1634
1701
|
}
|
|
1635
1702
|
},
|
|
1636
1703
|
{
|
|
1637
|
-
"id":
|
|
1704
|
+
"id": 594,
|
|
1638
1705
|
"name": "searchText",
|
|
1639
1706
|
"kind": 32768,
|
|
1640
1707
|
"kindString": "Parameter",
|
|
@@ -1657,7 +1724,7 @@
|
|
|
1657
1724
|
]
|
|
1658
1725
|
},
|
|
1659
1726
|
{
|
|
1660
|
-
"id":
|
|
1727
|
+
"id": 581,
|
|
1661
1728
|
"name": "selectAll",
|
|
1662
1729
|
"kind": 2048,
|
|
1663
1730
|
"kindString": "Method",
|
|
@@ -1667,13 +1734,13 @@
|
|
|
1667
1734
|
"sources": [
|
|
1668
1735
|
{
|
|
1669
1736
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1670
|
-
"line":
|
|
1737
|
+
"line": 277,
|
|
1671
1738
|
"character": 9
|
|
1672
1739
|
}
|
|
1673
1740
|
],
|
|
1674
1741
|
"signatures": [
|
|
1675
1742
|
{
|
|
1676
|
-
"id":
|
|
1743
|
+
"id": 582,
|
|
1677
1744
|
"name": "selectAll",
|
|
1678
1745
|
"kind": 4096,
|
|
1679
1746
|
"kindString": "Call signature",
|
|
@@ -1694,7 +1761,7 @@
|
|
|
1694
1761
|
]
|
|
1695
1762
|
},
|
|
1696
1763
|
{
|
|
1697
|
-
"id":
|
|
1764
|
+
"id": 598,
|
|
1698
1765
|
"name": "setItemSelection",
|
|
1699
1766
|
"kind": 2048,
|
|
1700
1767
|
"kindString": "Method",
|
|
@@ -1704,20 +1771,20 @@
|
|
|
1704
1771
|
"sources": [
|
|
1705
1772
|
{
|
|
1706
1773
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1707
|
-
"line":
|
|
1774
|
+
"line": 363,
|
|
1708
1775
|
"character": 9
|
|
1709
1776
|
}
|
|
1710
1777
|
],
|
|
1711
1778
|
"signatures": [
|
|
1712
1779
|
{
|
|
1713
|
-
"id":
|
|
1780
|
+
"id": 599,
|
|
1714
1781
|
"name": "setItemSelection",
|
|
1715
1782
|
"kind": 4096,
|
|
1716
1783
|
"kindString": "Call signature",
|
|
1717
1784
|
"flags": {},
|
|
1718
1785
|
"parameters": [
|
|
1719
1786
|
{
|
|
1720
|
-
"id":
|
|
1787
|
+
"id": 600,
|
|
1721
1788
|
"name": "item",
|
|
1722
1789
|
"kind": 32768,
|
|
1723
1790
|
"kindString": "Parameter",
|
|
@@ -1728,7 +1795,7 @@
|
|
|
1728
1795
|
}
|
|
1729
1796
|
},
|
|
1730
1797
|
{
|
|
1731
|
-
"id":
|
|
1798
|
+
"id": 601,
|
|
1732
1799
|
"name": "event",
|
|
1733
1800
|
"kind": 32768,
|
|
1734
1801
|
"kindString": "Parameter",
|
|
@@ -1747,7 +1814,7 @@
|
|
|
1747
1814
|
]
|
|
1748
1815
|
},
|
|
1749
1816
|
{
|
|
1750
|
-
"id":
|
|
1817
|
+
"id": 602,
|
|
1751
1818
|
"name": "singleSelectRowClick",
|
|
1752
1819
|
"kind": 2048,
|
|
1753
1820
|
"kindString": "Method",
|
|
@@ -1757,20 +1824,20 @@
|
|
|
1757
1824
|
"sources": [
|
|
1758
1825
|
{
|
|
1759
1826
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1760
|
-
"line":
|
|
1827
|
+
"line": 369,
|
|
1761
1828
|
"character": 9
|
|
1762
1829
|
}
|
|
1763
1830
|
],
|
|
1764
1831
|
"signatures": [
|
|
1765
1832
|
{
|
|
1766
|
-
"id":
|
|
1833
|
+
"id": 603,
|
|
1767
1834
|
"name": "singleSelectRowClick",
|
|
1768
1835
|
"kind": 4096,
|
|
1769
1836
|
"kindString": "Call signature",
|
|
1770
1837
|
"flags": {},
|
|
1771
1838
|
"parameters": [
|
|
1772
1839
|
{
|
|
1773
|
-
"id":
|
|
1840
|
+
"id": 604,
|
|
1774
1841
|
"name": "item",
|
|
1775
1842
|
"kind": 32768,
|
|
1776
1843
|
"kindString": "Parameter",
|
|
@@ -1801,47 +1868,47 @@
|
|
|
1801
1868
|
"title": "Properties",
|
|
1802
1869
|
"kind": 1024,
|
|
1803
1870
|
"children": [
|
|
1804
|
-
|
|
1871
|
+
615,
|
|
1872
|
+
558,
|
|
1805
1873
|
557,
|
|
1806
|
-
|
|
1807
|
-
551
|
|
1874
|
+
552
|
|
1808
1875
|
]
|
|
1809
1876
|
},
|
|
1810
1877
|
{
|
|
1811
1878
|
"title": "Accessors",
|
|
1812
1879
|
"kind": 262144,
|
|
1813
1880
|
"children": [
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1881
|
+
620,
|
|
1882
|
+
587,
|
|
1883
|
+
622,
|
|
1884
|
+
549,
|
|
1885
|
+
559,
|
|
1886
|
+
563
|
|
1820
1887
|
]
|
|
1821
1888
|
},
|
|
1822
1889
|
{
|
|
1823
1890
|
"title": "Methods",
|
|
1824
1891
|
"kind": 2048,
|
|
1825
1892
|
"children": [
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1893
|
+
576,
|
|
1894
|
+
579,
|
|
1895
|
+
595,
|
|
1896
|
+
573,
|
|
1897
|
+
585,
|
|
1898
|
+
571,
|
|
1899
|
+
583,
|
|
1900
|
+
624,
|
|
1901
|
+
589,
|
|
1902
|
+
581,
|
|
1903
|
+
598,
|
|
1904
|
+
602
|
|
1838
1905
|
]
|
|
1839
1906
|
}
|
|
1840
1907
|
],
|
|
1841
1908
|
"sources": [
|
|
1842
1909
|
{
|
|
1843
1910
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.component.ts",
|
|
1844
|
-
"line":
|
|
1911
|
+
"line": 62,
|
|
1845
1912
|
"character": 13
|
|
1846
1913
|
}
|
|
1847
1914
|
],
|
|
@@ -1878,6 +1945,14 @@
|
|
|
1878
1945
|
"kind": 128,
|
|
1879
1946
|
"kindString": "Class",
|
|
1880
1947
|
"flags": {},
|
|
1948
|
+
"comment": {
|
|
1949
|
+
"tags": [
|
|
1950
|
+
{
|
|
1951
|
+
"tag": "deprecated",
|
|
1952
|
+
"text": "List builder view checklist and its features are deprecated. Use repeater instead. For more information, see https://developer.blackbaud.com/skyux/components/repeater.\n"
|
|
1953
|
+
}
|
|
1954
|
+
]
|
|
1955
|
+
},
|
|
1881
1956
|
"decorators": [
|
|
1882
1957
|
{
|
|
1883
1958
|
"name": "NgModule",
|
|
@@ -1905,7 +1980,7 @@
|
|
|
1905
1980
|
"sources": [
|
|
1906
1981
|
{
|
|
1907
1982
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist.module.ts",
|
|
1908
|
-
"line":
|
|
1983
|
+
"line": 20,
|
|
1909
1984
|
"character": 13
|
|
1910
1985
|
}
|
|
1911
1986
|
]
|
|
@@ -1916,6 +1991,14 @@
|
|
|
1916
1991
|
"kind": 128,
|
|
1917
1992
|
"kindString": "Class",
|
|
1918
1993
|
"flags": {},
|
|
1994
|
+
"comment": {
|
|
1995
|
+
"tags": [
|
|
1996
|
+
{
|
|
1997
|
+
"tag": "deprecated",
|
|
1998
|
+
"text": "\n"
|
|
1999
|
+
}
|
|
2000
|
+
]
|
|
2001
|
+
},
|
|
1919
2002
|
"decorators": [
|
|
1920
2003
|
{
|
|
1921
2004
|
"name": "Component",
|
|
@@ -1954,7 +2037,7 @@
|
|
|
1954
2037
|
"sources": [
|
|
1955
2038
|
{
|
|
1956
2039
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist-item.component.ts",
|
|
1957
|
-
"line":
|
|
2040
|
+
"line": 16,
|
|
1958
2041
|
"character": 9
|
|
1959
2042
|
}
|
|
1960
2043
|
],
|
|
@@ -1984,7 +2067,7 @@
|
|
|
1984
2067
|
"sources": [
|
|
1985
2068
|
{
|
|
1986
2069
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/list-view-checklist-item.component.ts",
|
|
1987
|
-
"line":
|
|
2070
|
+
"line": 14,
|
|
1988
2071
|
"character": 13
|
|
1989
2072
|
}
|
|
1990
2073
|
]
|
|
@@ -1995,10 +2078,18 @@
|
|
|
1995
2078
|
"kind": 4194304,
|
|
1996
2079
|
"kindString": "Type alias",
|
|
1997
2080
|
"flags": {},
|
|
2081
|
+
"comment": {
|
|
2082
|
+
"tags": [
|
|
2083
|
+
{
|
|
2084
|
+
"tag": "deprecated",
|
|
2085
|
+
"text": "\n"
|
|
2086
|
+
}
|
|
2087
|
+
]
|
|
2088
|
+
},
|
|
1998
2089
|
"sources": [
|
|
1999
2090
|
{
|
|
2000
2091
|
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/checklist-state-action.type.ts",
|
|
2001
|
-
"line":
|
|
2092
|
+
"line": 6,
|
|
2002
2093
|
"character": 12
|
|
2003
2094
|
}
|
|
2004
2095
|
],
|