@skyux/list-builder-view-checklist 6.16.0 → 6.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +1000 -305
- package/esm2020/testing/list-view-checklist-fixture.mjs +2 -1
- package/esm2020/testing/list-view-checklist-item.mjs +1 -1
- package/fesm2015/skyux-list-builder-view-checklist-testing.mjs +1 -0
- package/fesm2015/skyux-list-builder-view-checklist-testing.mjs.map +1 -1
- package/fesm2020/skyux-list-builder-view-checklist-testing.mjs +1 -0
- package/fesm2020/skyux-list-builder-view-checklist-testing.mjs.map +1 -1
- package/package.json +6 -6
- package/testing/list-view-checklist-fixture.d.ts +1 -0
- package/testing/list-view-checklist-item.d.ts +1 -0
package/documentation.json
CHANGED
|
@@ -16,12 +16,11 @@
|
|
|
16
16
|
"id": 0,
|
|
17
17
|
"name": "@skyux/list-builder-view-checklist",
|
|
18
18
|
"kind": 1,
|
|
19
|
-
"kindString": "Project",
|
|
20
19
|
"flags": {},
|
|
21
20
|
"originalName": "",
|
|
22
21
|
"children": [
|
|
23
22
|
{
|
|
24
|
-
"id":
|
|
23
|
+
"id": 262,
|
|
25
24
|
"name": "ChecklistState",
|
|
26
25
|
"kind": 128,
|
|
27
26
|
"kindString": "Class",
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
],
|
|
49
48
|
"children": [
|
|
50
49
|
{
|
|
51
|
-
"id":
|
|
50
|
+
"id": 279,
|
|
52
51
|
"name": "constructor",
|
|
53
52
|
"kind": 512,
|
|
54
53
|
"kindString": "Constructor",
|
|
@@ -62,40 +61,40 @@
|
|
|
62
61
|
],
|
|
63
62
|
"signatures": [
|
|
64
63
|
{
|
|
65
|
-
"id":
|
|
64
|
+
"id": 280,
|
|
66
65
|
"name": "new ChecklistState",
|
|
67
66
|
"kind": 16384,
|
|
68
67
|
"kindString": "Constructor signature",
|
|
69
68
|
"flags": {},
|
|
70
69
|
"parameters": [
|
|
71
70
|
{
|
|
72
|
-
"id":
|
|
71
|
+
"id": 281,
|
|
73
72
|
"name": "initialState",
|
|
74
73
|
"kind": 32768,
|
|
75
74
|
"kindString": "Parameter",
|
|
76
75
|
"flags": {},
|
|
77
76
|
"type": {
|
|
78
77
|
"type": "reference",
|
|
79
|
-
"id":
|
|
78
|
+
"id": 11,
|
|
80
79
|
"name": "ChecklistStateModel"
|
|
81
80
|
}
|
|
82
81
|
},
|
|
83
82
|
{
|
|
84
|
-
"id":
|
|
83
|
+
"id": 282,
|
|
85
84
|
"name": "dispatcher",
|
|
86
85
|
"kind": 32768,
|
|
87
86
|
"kindString": "Parameter",
|
|
88
87
|
"flags": {},
|
|
89
88
|
"type": {
|
|
90
89
|
"type": "reference",
|
|
91
|
-
"id":
|
|
90
|
+
"id": 15,
|
|
92
91
|
"name": "ChecklistStateDispatcher"
|
|
93
92
|
}
|
|
94
93
|
}
|
|
95
94
|
],
|
|
96
95
|
"type": {
|
|
97
96
|
"type": "reference",
|
|
98
|
-
"id":
|
|
97
|
+
"id": 262,
|
|
99
98
|
"name": "ChecklistState"
|
|
100
99
|
},
|
|
101
100
|
"overwrites": {
|
|
@@ -108,6 +107,142 @@
|
|
|
108
107
|
"type": "reference",
|
|
109
108
|
"name": "StateNode<ChecklistStateModel>.constructor"
|
|
110
109
|
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"id": 289,
|
|
113
|
+
"name": "begin",
|
|
114
|
+
"kind": 2048,
|
|
115
|
+
"kindString": "Method",
|
|
116
|
+
"flags": {
|
|
117
|
+
"isPublic": true
|
|
118
|
+
},
|
|
119
|
+
"sources": [
|
|
120
|
+
{
|
|
121
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-node.ts",
|
|
122
|
+
"line": 29,
|
|
123
|
+
"character": 9
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"signatures": [
|
|
127
|
+
{
|
|
128
|
+
"id": 290,
|
|
129
|
+
"name": "begin",
|
|
130
|
+
"kind": 4096,
|
|
131
|
+
"kindString": "Call signature",
|
|
132
|
+
"flags": {},
|
|
133
|
+
"type": {
|
|
134
|
+
"type": "intrinsic",
|
|
135
|
+
"name": "void"
|
|
136
|
+
},
|
|
137
|
+
"inheritedFrom": {
|
|
138
|
+
"type": "reference",
|
|
139
|
+
"name": "StateNode.begin"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"inheritedFrom": {
|
|
144
|
+
"type": "reference",
|
|
145
|
+
"name": "StateNode.begin"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": 283,
|
|
150
|
+
"name": "register",
|
|
151
|
+
"kind": 2048,
|
|
152
|
+
"kindString": "Method",
|
|
153
|
+
"flags": {
|
|
154
|
+
"isPublic": true
|
|
155
|
+
},
|
|
156
|
+
"sources": [
|
|
157
|
+
{
|
|
158
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-node.ts",
|
|
159
|
+
"line": 20,
|
|
160
|
+
"character": 9
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"signatures": [
|
|
164
|
+
{
|
|
165
|
+
"id": 284,
|
|
166
|
+
"name": "register",
|
|
167
|
+
"kind": 4096,
|
|
168
|
+
"kindString": "Call signature",
|
|
169
|
+
"flags": {},
|
|
170
|
+
"parameters": [
|
|
171
|
+
{
|
|
172
|
+
"id": 285,
|
|
173
|
+
"name": "stateKey",
|
|
174
|
+
"kind": 32768,
|
|
175
|
+
"kindString": "Parameter",
|
|
176
|
+
"flags": {},
|
|
177
|
+
"type": {
|
|
178
|
+
"type": "intrinsic",
|
|
179
|
+
"name": "string"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": 286,
|
|
184
|
+
"name": "orchestrator",
|
|
185
|
+
"kind": 32768,
|
|
186
|
+
"kindString": "Parameter",
|
|
187
|
+
"flags": {},
|
|
188
|
+
"type": {
|
|
189
|
+
"type": "intrinsic",
|
|
190
|
+
"name": "any"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"type": {
|
|
195
|
+
"type": "reference",
|
|
196
|
+
"id": 262,
|
|
197
|
+
"name": "ChecklistState"
|
|
198
|
+
},
|
|
199
|
+
"inheritedFrom": {
|
|
200
|
+
"type": "reference",
|
|
201
|
+
"name": "StateNode.register"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"inheritedFrom": {
|
|
206
|
+
"type": "reference",
|
|
207
|
+
"name": "StateNode.register"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": 287,
|
|
212
|
+
"name": "reset",
|
|
213
|
+
"kind": 2048,
|
|
214
|
+
"kindString": "Method",
|
|
215
|
+
"flags": {
|
|
216
|
+
"isPublic": true
|
|
217
|
+
},
|
|
218
|
+
"sources": [
|
|
219
|
+
{
|
|
220
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-node.ts",
|
|
221
|
+
"line": 25,
|
|
222
|
+
"character": 9
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"signatures": [
|
|
226
|
+
{
|
|
227
|
+
"id": 288,
|
|
228
|
+
"name": "reset",
|
|
229
|
+
"kind": 4096,
|
|
230
|
+
"kindString": "Call signature",
|
|
231
|
+
"flags": {},
|
|
232
|
+
"type": {
|
|
233
|
+
"type": "intrinsic",
|
|
234
|
+
"name": "void"
|
|
235
|
+
},
|
|
236
|
+
"inheritedFrom": {
|
|
237
|
+
"type": "reference",
|
|
238
|
+
"name": "StateNode.reset"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"inheritedFrom": {
|
|
243
|
+
"type": "reference",
|
|
244
|
+
"name": "StateNode.reset"
|
|
245
|
+
}
|
|
111
246
|
}
|
|
112
247
|
],
|
|
113
248
|
"groups": [
|
|
@@ -115,47 +250,47 @@
|
|
|
115
250
|
"title": "Constructors",
|
|
116
251
|
"kind": 512,
|
|
117
252
|
"children": [
|
|
118
|
-
|
|
253
|
+
279
|
|
119
254
|
]
|
|
120
255
|
},
|
|
121
256
|
{
|
|
122
257
|
"title": "Properties",
|
|
123
258
|
"kind": 1024,
|
|
124
259
|
"children": [
|
|
125
|
-
319,
|
|
126
|
-
299,
|
|
127
|
-
301,
|
|
128
|
-
300,
|
|
129
|
-
298,
|
|
130
260
|
321,
|
|
131
|
-
|
|
261
|
+
301,
|
|
262
|
+
303,
|
|
132
263
|
302,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
264
|
+
300,
|
|
265
|
+
323,
|
|
266
|
+
322,
|
|
267
|
+
304,
|
|
268
|
+
291,
|
|
269
|
+
263,
|
|
270
|
+
264,
|
|
271
|
+
274
|
|
137
272
|
]
|
|
138
273
|
},
|
|
139
274
|
{
|
|
140
275
|
"title": "Methods",
|
|
141
276
|
"kind": 2048,
|
|
142
277
|
"children": [
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
293,
|
|
151
|
-
303,
|
|
278
|
+
292,
|
|
279
|
+
316,
|
|
280
|
+
319,
|
|
281
|
+
289,
|
|
282
|
+
312,
|
|
283
|
+
309,
|
|
284
|
+
363,
|
|
152
285
|
295,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
286
|
+
305,
|
|
287
|
+
297,
|
|
288
|
+
370,
|
|
289
|
+
283,
|
|
290
|
+
287,
|
|
291
|
+
324,
|
|
292
|
+
492,
|
|
293
|
+
314
|
|
159
294
|
]
|
|
160
295
|
}
|
|
161
296
|
],
|
|
@@ -172,7 +307,7 @@
|
|
|
172
307
|
"typeArguments": [
|
|
173
308
|
{
|
|
174
309
|
"type": "reference",
|
|
175
|
-
"id":
|
|
310
|
+
"id": 11,
|
|
176
311
|
"name": "ChecklistStateModel"
|
|
177
312
|
}
|
|
178
313
|
],
|
|
@@ -181,7 +316,7 @@
|
|
|
181
316
|
]
|
|
182
317
|
},
|
|
183
318
|
{
|
|
184
|
-
"id":
|
|
319
|
+
"id": 15,
|
|
185
320
|
"name": "ChecklistStateDispatcher",
|
|
186
321
|
"kind": 128,
|
|
187
322
|
"kindString": "Class",
|
|
@@ -212,42 +347,42 @@
|
|
|
212
347
|
"title": "Constructors",
|
|
213
348
|
"kind": 512,
|
|
214
349
|
"children": [
|
|
215
|
-
|
|
350
|
+
32
|
|
216
351
|
]
|
|
217
352
|
},
|
|
218
353
|
{
|
|
219
354
|
"title": "Properties",
|
|
220
355
|
"kind": 1024,
|
|
221
356
|
"children": [
|
|
222
|
-
59,
|
|
223
|
-
33,
|
|
224
|
-
35,
|
|
225
|
-
34,
|
|
226
|
-
32,
|
|
227
357
|
61,
|
|
228
|
-
|
|
358
|
+
35,
|
|
359
|
+
37,
|
|
229
360
|
36,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
361
|
+
34,
|
|
362
|
+
63,
|
|
363
|
+
62,
|
|
364
|
+
38,
|
|
365
|
+
16,
|
|
366
|
+
17,
|
|
367
|
+
27
|
|
233
368
|
]
|
|
234
369
|
},
|
|
235
370
|
{
|
|
236
371
|
"title": "Methods",
|
|
237
372
|
"kind": 2048,
|
|
238
373
|
"children": [
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
374
|
+
56,
|
|
375
|
+
53,
|
|
376
|
+
59,
|
|
377
|
+
49,
|
|
378
|
+
46,
|
|
379
|
+
103,
|
|
380
|
+
39,
|
|
381
|
+
43,
|
|
382
|
+
110,
|
|
383
|
+
64,
|
|
384
|
+
232,
|
|
385
|
+
51
|
|
251
386
|
]
|
|
252
387
|
}
|
|
253
388
|
],
|
|
@@ -264,7 +399,7 @@
|
|
|
264
399
|
"typeArguments": [
|
|
265
400
|
{
|
|
266
401
|
"type": "reference",
|
|
267
|
-
"id":
|
|
402
|
+
"id": 10,
|
|
268
403
|
"name": "ChecklistStateAction"
|
|
269
404
|
}
|
|
270
405
|
],
|
|
@@ -273,7 +408,7 @@
|
|
|
273
408
|
]
|
|
274
409
|
},
|
|
275
410
|
{
|
|
276
|
-
"id":
|
|
411
|
+
"id": 11,
|
|
277
412
|
"name": "ChecklistStateModel",
|
|
278
413
|
"kind": 128,
|
|
279
414
|
"kindString": "Class",
|
|
@@ -288,7 +423,7 @@
|
|
|
288
423
|
},
|
|
289
424
|
"children": [
|
|
290
425
|
{
|
|
291
|
-
"id":
|
|
426
|
+
"id": 14,
|
|
292
427
|
"name": "items",
|
|
293
428
|
"kind": 1024,
|
|
294
429
|
"kindString": "Property",
|
|
@@ -307,7 +442,7 @@
|
|
|
307
442
|
"typeArguments": [
|
|
308
443
|
{
|
|
309
444
|
"type": "reference",
|
|
310
|
-
"id":
|
|
445
|
+
"id": 504,
|
|
311
446
|
"name": "ListViewChecklistItemModel"
|
|
312
447
|
}
|
|
313
448
|
],
|
|
@@ -321,14 +456,14 @@
|
|
|
321
456
|
"title": "Constructors",
|
|
322
457
|
"kind": 512,
|
|
323
458
|
"children": [
|
|
324
|
-
|
|
459
|
+
12
|
|
325
460
|
]
|
|
326
461
|
},
|
|
327
462
|
{
|
|
328
463
|
"title": "Properties",
|
|
329
464
|
"kind": 1024,
|
|
330
465
|
"children": [
|
|
331
|
-
|
|
466
|
+
14
|
|
332
467
|
]
|
|
333
468
|
}
|
|
334
469
|
],
|
|
@@ -341,26 +476,237 @@
|
|
|
341
476
|
]
|
|
342
477
|
},
|
|
343
478
|
{
|
|
344
|
-
"id":
|
|
479
|
+
"id": 244,
|
|
345
480
|
"name": "ChecklistStateOrchestrator",
|
|
346
481
|
"kind": 128,
|
|
347
482
|
"kindString": "Class",
|
|
348
483
|
"flags": {},
|
|
349
|
-
"children": [
|
|
484
|
+
"children": [
|
|
485
|
+
{
|
|
486
|
+
"id": 248,
|
|
487
|
+
"name": "register",
|
|
488
|
+
"kind": 2048,
|
|
489
|
+
"kindString": "Method",
|
|
490
|
+
"flags": {
|
|
491
|
+
"isPublic": true
|
|
492
|
+
},
|
|
493
|
+
"sources": [
|
|
494
|
+
{
|
|
495
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-orchestrator.ts",
|
|
496
|
+
"line": 15,
|
|
497
|
+
"character": 9
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"signatures": [
|
|
501
|
+
{
|
|
502
|
+
"id": 249,
|
|
503
|
+
"name": "register",
|
|
504
|
+
"kind": 4096,
|
|
505
|
+
"kindString": "Call signature",
|
|
506
|
+
"flags": {},
|
|
507
|
+
"parameters": [
|
|
508
|
+
{
|
|
509
|
+
"id": 250,
|
|
510
|
+
"name": "action",
|
|
511
|
+
"kind": 32768,
|
|
512
|
+
"kindString": "Parameter",
|
|
513
|
+
"flags": {},
|
|
514
|
+
"type": {
|
|
515
|
+
"type": "intrinsic",
|
|
516
|
+
"name": "any"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"id": 251,
|
|
521
|
+
"name": "callback",
|
|
522
|
+
"kind": 32768,
|
|
523
|
+
"kindString": "Parameter",
|
|
524
|
+
"flags": {},
|
|
525
|
+
"type": {
|
|
526
|
+
"type": "reflection",
|
|
527
|
+
"declaration": {
|
|
528
|
+
"id": 252,
|
|
529
|
+
"name": "__type",
|
|
530
|
+
"kind": 65536,
|
|
531
|
+
"kindString": "Type literal",
|
|
532
|
+
"flags": {},
|
|
533
|
+
"signatures": [
|
|
534
|
+
{
|
|
535
|
+
"id": 253,
|
|
536
|
+
"name": "__type",
|
|
537
|
+
"kind": 4096,
|
|
538
|
+
"kindString": "Call signature",
|
|
539
|
+
"flags": {},
|
|
540
|
+
"parameters": [
|
|
541
|
+
{
|
|
542
|
+
"id": 254,
|
|
543
|
+
"name": "state",
|
|
544
|
+
"kind": 32768,
|
|
545
|
+
"kindString": "Parameter",
|
|
546
|
+
"flags": {},
|
|
547
|
+
"type": {
|
|
548
|
+
"type": "reference",
|
|
549
|
+
"id": 247,
|
|
550
|
+
"name": "T"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": 255,
|
|
555
|
+
"name": "action",
|
|
556
|
+
"kind": 32768,
|
|
557
|
+
"kindString": "Parameter",
|
|
558
|
+
"flags": {},
|
|
559
|
+
"type": {
|
|
560
|
+
"type": "reference",
|
|
561
|
+
"id": 532,
|
|
562
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"id": 256,
|
|
567
|
+
"name": "initialState",
|
|
568
|
+
"kind": 32768,
|
|
569
|
+
"kindString": "Parameter",
|
|
570
|
+
"flags": {
|
|
571
|
+
"isOptional": true
|
|
572
|
+
},
|
|
573
|
+
"type": {
|
|
574
|
+
"type": "intrinsic",
|
|
575
|
+
"name": "any"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"type": {
|
|
580
|
+
"type": "intrinsic",
|
|
581
|
+
"name": "any"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"type": {
|
|
590
|
+
"type": "reference",
|
|
591
|
+
"typeArguments": [
|
|
592
|
+
{
|
|
593
|
+
"type": "reference",
|
|
594
|
+
"id": 247,
|
|
595
|
+
"name": "T"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "reference",
|
|
599
|
+
"id": 532,
|
|
600
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"name": "StateOrchestrator"
|
|
604
|
+
},
|
|
605
|
+
"inheritedFrom": {
|
|
606
|
+
"type": "reference",
|
|
607
|
+
"name": "StateOrchestrator.register"
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"inheritedFrom": {
|
|
612
|
+
"type": "reference",
|
|
613
|
+
"name": "StateOrchestrator.register"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"id": 257,
|
|
618
|
+
"name": "scan",
|
|
619
|
+
"kind": 2048,
|
|
620
|
+
"kindString": "Method",
|
|
621
|
+
"flags": {
|
|
622
|
+
"isPublic": true
|
|
623
|
+
},
|
|
624
|
+
"sources": [
|
|
625
|
+
{
|
|
626
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-orchestrator.ts",
|
|
627
|
+
"line": 27,
|
|
628
|
+
"character": 9
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"signatures": [
|
|
632
|
+
{
|
|
633
|
+
"id": 258,
|
|
634
|
+
"name": "scan",
|
|
635
|
+
"kind": 4096,
|
|
636
|
+
"kindString": "Call signature",
|
|
637
|
+
"flags": {},
|
|
638
|
+
"parameters": [
|
|
639
|
+
{
|
|
640
|
+
"id": 259,
|
|
641
|
+
"name": "initialState",
|
|
642
|
+
"kind": 32768,
|
|
643
|
+
"kindString": "Parameter",
|
|
644
|
+
"flags": {},
|
|
645
|
+
"type": {
|
|
646
|
+
"type": "reference",
|
|
647
|
+
"id": 247,
|
|
648
|
+
"name": "T"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": 260,
|
|
653
|
+
"name": "actions",
|
|
654
|
+
"kind": 32768,
|
|
655
|
+
"kindString": "Parameter",
|
|
656
|
+
"flags": {},
|
|
657
|
+
"type": {
|
|
658
|
+
"type": "reference",
|
|
659
|
+
"typeArguments": [
|
|
660
|
+
{
|
|
661
|
+
"type": "reference",
|
|
662
|
+
"id": 532,
|
|
663
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"qualifiedName": "Observable",
|
|
667
|
+
"package": "rxjs",
|
|
668
|
+
"name": "Observable"
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
],
|
|
672
|
+
"type": {
|
|
673
|
+
"type": "reference",
|
|
674
|
+
"typeArguments": [
|
|
675
|
+
{
|
|
676
|
+
"type": "intrinsic",
|
|
677
|
+
"name": "any"
|
|
678
|
+
}
|
|
679
|
+
],
|
|
680
|
+
"qualifiedName": "Observable",
|
|
681
|
+
"package": "rxjs",
|
|
682
|
+
"name": "Observable"
|
|
683
|
+
},
|
|
684
|
+
"inheritedFrom": {
|
|
685
|
+
"type": "reference",
|
|
686
|
+
"name": "StateOrchestrator.scan"
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"inheritedFrom": {
|
|
691
|
+
"type": "reference",
|
|
692
|
+
"name": "StateOrchestrator.scan"
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
],
|
|
350
696
|
"groups": [
|
|
351
697
|
{
|
|
352
698
|
"title": "Constructors",
|
|
353
699
|
"kind": 512,
|
|
354
700
|
"children": [
|
|
355
|
-
|
|
701
|
+
245
|
|
356
702
|
]
|
|
357
703
|
},
|
|
358
704
|
{
|
|
359
705
|
"title": "Methods",
|
|
360
706
|
"kind": 2048,
|
|
361
707
|
"children": [
|
|
362
|
-
|
|
363
|
-
|
|
708
|
+
248,
|
|
709
|
+
257
|
|
364
710
|
]
|
|
365
711
|
}
|
|
366
712
|
],
|
|
@@ -373,7 +719,7 @@
|
|
|
373
719
|
],
|
|
374
720
|
"typeParameter": [
|
|
375
721
|
{
|
|
376
|
-
"id":
|
|
722
|
+
"id": 261,
|
|
377
723
|
"name": "T",
|
|
378
724
|
"kind": 131072,
|
|
379
725
|
"kindString": "Type parameter",
|
|
@@ -386,12 +732,12 @@
|
|
|
386
732
|
"typeArguments": [
|
|
387
733
|
{
|
|
388
734
|
"type": "reference",
|
|
389
|
-
"id":
|
|
735
|
+
"id": 247,
|
|
390
736
|
"name": "T"
|
|
391
737
|
},
|
|
392
738
|
{
|
|
393
739
|
"type": "reference",
|
|
394
|
-
"id":
|
|
740
|
+
"id": 10,
|
|
395
741
|
"name": "ChecklistStateAction"
|
|
396
742
|
}
|
|
397
743
|
],
|
|
@@ -401,13 +747,13 @@
|
|
|
401
747
|
"extendedBy": [
|
|
402
748
|
{
|
|
403
749
|
"type": "reference",
|
|
404
|
-
"id":
|
|
750
|
+
"id": 512,
|
|
405
751
|
"name": "ListViewChecklistItemsOrchestrator"
|
|
406
752
|
}
|
|
407
753
|
]
|
|
408
754
|
},
|
|
409
755
|
{
|
|
410
|
-
"id":
|
|
756
|
+
"id": 504,
|
|
411
757
|
"name": "ListViewChecklistItemModel",
|
|
412
758
|
"kind": 128,
|
|
413
759
|
"kindString": "Class",
|
|
@@ -422,7 +768,7 @@
|
|
|
422
768
|
},
|
|
423
769
|
"children": [
|
|
424
770
|
{
|
|
425
|
-
"id":
|
|
771
|
+
"id": 505,
|
|
426
772
|
"name": "constructor",
|
|
427
773
|
"kind": 512,
|
|
428
774
|
"kindString": "Constructor",
|
|
@@ -436,14 +782,14 @@
|
|
|
436
782
|
],
|
|
437
783
|
"signatures": [
|
|
438
784
|
{
|
|
439
|
-
"id":
|
|
785
|
+
"id": 506,
|
|
440
786
|
"name": "new ListViewChecklistItemModel",
|
|
441
787
|
"kind": 16384,
|
|
442
788
|
"kindString": "Constructor signature",
|
|
443
789
|
"flags": {},
|
|
444
790
|
"parameters": [
|
|
445
791
|
{
|
|
446
|
-
"id":
|
|
792
|
+
"id": 507,
|
|
447
793
|
"name": "id",
|
|
448
794
|
"kind": 32768,
|
|
449
795
|
"kindString": "Parameter",
|
|
@@ -454,7 +800,7 @@
|
|
|
454
800
|
}
|
|
455
801
|
},
|
|
456
802
|
{
|
|
457
|
-
"id":
|
|
803
|
+
"id": 508,
|
|
458
804
|
"name": "data",
|
|
459
805
|
"kind": 32768,
|
|
460
806
|
"kindString": "Parameter",
|
|
@@ -469,14 +815,14 @@
|
|
|
469
815
|
],
|
|
470
816
|
"type": {
|
|
471
817
|
"type": "reference",
|
|
472
|
-
"id":
|
|
818
|
+
"id": 504,
|
|
473
819
|
"name": "ListViewChecklistItemModel"
|
|
474
820
|
}
|
|
475
821
|
}
|
|
476
822
|
]
|
|
477
823
|
},
|
|
478
824
|
{
|
|
479
|
-
"id":
|
|
825
|
+
"id": 511,
|
|
480
826
|
"name": "description",
|
|
481
827
|
"kind": 1024,
|
|
482
828
|
"kindString": "Property",
|
|
@@ -496,7 +842,7 @@
|
|
|
496
842
|
}
|
|
497
843
|
},
|
|
498
844
|
{
|
|
499
|
-
"id":
|
|
845
|
+
"id": 509,
|
|
500
846
|
"name": "id",
|
|
501
847
|
"kind": 1024,
|
|
502
848
|
"kindString": "Property",
|
|
@@ -516,7 +862,7 @@
|
|
|
516
862
|
}
|
|
517
863
|
},
|
|
518
864
|
{
|
|
519
|
-
"id":
|
|
865
|
+
"id": 510,
|
|
520
866
|
"name": "label",
|
|
521
867
|
"kind": 1024,
|
|
522
868
|
"kindString": "Property",
|
|
@@ -541,16 +887,16 @@
|
|
|
541
887
|
"title": "Constructors",
|
|
542
888
|
"kind": 512,
|
|
543
889
|
"children": [
|
|
544
|
-
|
|
890
|
+
505
|
|
545
891
|
]
|
|
546
892
|
},
|
|
547
893
|
{
|
|
548
894
|
"title": "Properties",
|
|
549
895
|
"kind": 1024,
|
|
550
896
|
"children": [
|
|
897
|
+
511,
|
|
551
898
|
509,
|
|
552
|
-
|
|
553
|
-
508
|
|
899
|
+
510
|
|
554
900
|
]
|
|
555
901
|
}
|
|
556
902
|
],
|
|
@@ -563,7 +909,7 @@
|
|
|
563
909
|
]
|
|
564
910
|
},
|
|
565
911
|
{
|
|
566
|
-
"id":
|
|
912
|
+
"id": 532,
|
|
567
913
|
"name": "ListViewChecklistItemsLoadAction",
|
|
568
914
|
"kind": 128,
|
|
569
915
|
"kindString": "Class",
|
|
@@ -578,7 +924,7 @@
|
|
|
578
924
|
},
|
|
579
925
|
"children": [
|
|
580
926
|
{
|
|
581
|
-
"id":
|
|
927
|
+
"id": 533,
|
|
582
928
|
"name": "constructor",
|
|
583
929
|
"kind": 512,
|
|
584
930
|
"kindString": "Constructor",
|
|
@@ -592,14 +938,14 @@
|
|
|
592
938
|
],
|
|
593
939
|
"signatures": [
|
|
594
940
|
{
|
|
595
|
-
"id":
|
|
941
|
+
"id": 534,
|
|
596
942
|
"name": "new ListViewChecklistItemsLoadAction",
|
|
597
943
|
"kind": 16384,
|
|
598
944
|
"kindString": "Constructor signature",
|
|
599
945
|
"flags": {},
|
|
600
946
|
"parameters": [
|
|
601
947
|
{
|
|
602
|
-
"id":
|
|
948
|
+
"id": 535,
|
|
603
949
|
"name": "items",
|
|
604
950
|
"kind": 32768,
|
|
605
951
|
"kindString": "Parameter",
|
|
@@ -608,14 +954,14 @@
|
|
|
608
954
|
"type": "array",
|
|
609
955
|
"elementType": {
|
|
610
956
|
"type": "reference",
|
|
611
|
-
"id":
|
|
957
|
+
"id": 504,
|
|
612
958
|
"name": "ListViewChecklistItemModel"
|
|
613
959
|
}
|
|
614
960
|
},
|
|
615
961
|
"defaultValue": "[]"
|
|
616
962
|
},
|
|
617
963
|
{
|
|
618
|
-
"id":
|
|
964
|
+
"id": 536,
|
|
619
965
|
"name": "refresh",
|
|
620
966
|
"kind": 32768,
|
|
621
967
|
"kindString": "Parameter",
|
|
@@ -627,117 +973,349 @@
|
|
|
627
973
|
"defaultValue": "false"
|
|
628
974
|
},
|
|
629
975
|
{
|
|
630
|
-
"id":
|
|
976
|
+
"id": 537,
|
|
631
977
|
"name": "dataChanged",
|
|
632
978
|
"kind": 32768,
|
|
633
979
|
"kindString": "Parameter",
|
|
634
980
|
"flags": {},
|
|
635
981
|
"type": {
|
|
636
|
-
"type": "intrinsic",
|
|
637
|
-
"name": "boolean"
|
|
638
|
-
},
|
|
639
|
-
"defaultValue": "true"
|
|
982
|
+
"type": "intrinsic",
|
|
983
|
+
"name": "boolean"
|
|
984
|
+
},
|
|
985
|
+
"defaultValue": "true"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"id": 538,
|
|
989
|
+
"name": "itemCount",
|
|
990
|
+
"kind": 32768,
|
|
991
|
+
"kindString": "Parameter",
|
|
992
|
+
"flags": {},
|
|
993
|
+
"type": {
|
|
994
|
+
"type": "intrinsic",
|
|
995
|
+
"name": "number"
|
|
996
|
+
},
|
|
997
|
+
"defaultValue": "items.length"
|
|
998
|
+
}
|
|
999
|
+
],
|
|
1000
|
+
"type": {
|
|
1001
|
+
"type": "reference",
|
|
1002
|
+
"id": 532,
|
|
1003
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"groups": [
|
|
1010
|
+
{
|
|
1011
|
+
"title": "Constructors",
|
|
1012
|
+
"kind": 512,
|
|
1013
|
+
"children": [
|
|
1014
|
+
533
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"title": "Properties",
|
|
1019
|
+
"kind": 1024,
|
|
1020
|
+
"children": [
|
|
1021
|
+
541,
|
|
1022
|
+
542,
|
|
1023
|
+
539,
|
|
1024
|
+
540
|
|
1025
|
+
]
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
"sources": [
|
|
1029
|
+
{
|
|
1030
|
+
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/load.action.ts",
|
|
1031
|
+
"line": 6,
|
|
1032
|
+
"character": 13
|
|
1033
|
+
}
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"id": 512,
|
|
1038
|
+
"name": "ListViewChecklistItemsOrchestrator",
|
|
1039
|
+
"kind": 128,
|
|
1040
|
+
"kindString": "Class",
|
|
1041
|
+
"flags": {},
|
|
1042
|
+
"comment": {
|
|
1043
|
+
"tags": [
|
|
1044
|
+
{
|
|
1045
|
+
"tag": "deprecated",
|
|
1046
|
+
"text": "\n"
|
|
1047
|
+
}
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
"children": [
|
|
1051
|
+
{
|
|
1052
|
+
"id": 513,
|
|
1053
|
+
"name": "constructor",
|
|
1054
|
+
"kind": 512,
|
|
1055
|
+
"kindString": "Constructor",
|
|
1056
|
+
"flags": {},
|
|
1057
|
+
"sources": [
|
|
1058
|
+
{
|
|
1059
|
+
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/items.orchestrator.ts",
|
|
1060
|
+
"line": 15,
|
|
1061
|
+
"character": 2
|
|
1062
|
+
}
|
|
1063
|
+
],
|
|
1064
|
+
"signatures": [
|
|
1065
|
+
{
|
|
1066
|
+
"id": 514,
|
|
1067
|
+
"name": "new ListViewChecklistItemsOrchestrator",
|
|
1068
|
+
"kind": 16384,
|
|
1069
|
+
"kindString": "Constructor signature",
|
|
1070
|
+
"flags": {},
|
|
1071
|
+
"type": {
|
|
1072
|
+
"type": "reference",
|
|
1073
|
+
"id": 512,
|
|
1074
|
+
"name": "ListViewChecklistItemsOrchestrator"
|
|
1075
|
+
},
|
|
1076
|
+
"overwrites": {
|
|
1077
|
+
"type": "reference",
|
|
1078
|
+
"id": 246,
|
|
1079
|
+
"name": "ChecklistStateOrchestrator.constructor"
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"overwrites": {
|
|
1084
|
+
"type": "reference",
|
|
1085
|
+
"id": 245,
|
|
1086
|
+
"name": "ChecklistStateOrchestrator.constructor"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": 519,
|
|
1091
|
+
"name": "register",
|
|
1092
|
+
"kind": 2048,
|
|
1093
|
+
"kindString": "Method",
|
|
1094
|
+
"flags": {
|
|
1095
|
+
"isPublic": true
|
|
1096
|
+
},
|
|
1097
|
+
"sources": [
|
|
1098
|
+
{
|
|
1099
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-orchestrator.ts",
|
|
1100
|
+
"line": 15,
|
|
1101
|
+
"character": 9
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"signatures": [
|
|
1105
|
+
{
|
|
1106
|
+
"id": 520,
|
|
1107
|
+
"name": "register",
|
|
1108
|
+
"kind": 4096,
|
|
1109
|
+
"kindString": "Call signature",
|
|
1110
|
+
"flags": {},
|
|
1111
|
+
"parameters": [
|
|
1112
|
+
{
|
|
1113
|
+
"id": 521,
|
|
1114
|
+
"name": "action",
|
|
1115
|
+
"kind": 32768,
|
|
1116
|
+
"kindString": "Parameter",
|
|
1117
|
+
"flags": {},
|
|
1118
|
+
"type": {
|
|
1119
|
+
"type": "intrinsic",
|
|
1120
|
+
"name": "any"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"id": 522,
|
|
1125
|
+
"name": "callback",
|
|
1126
|
+
"kind": 32768,
|
|
1127
|
+
"kindString": "Parameter",
|
|
1128
|
+
"flags": {},
|
|
1129
|
+
"type": {
|
|
1130
|
+
"type": "reflection",
|
|
1131
|
+
"declaration": {
|
|
1132
|
+
"id": 523,
|
|
1133
|
+
"name": "__type",
|
|
1134
|
+
"kind": 65536,
|
|
1135
|
+
"kindString": "Type literal",
|
|
1136
|
+
"flags": {},
|
|
1137
|
+
"signatures": [
|
|
1138
|
+
{
|
|
1139
|
+
"id": 524,
|
|
1140
|
+
"name": "__type",
|
|
1141
|
+
"kind": 4096,
|
|
1142
|
+
"kindString": "Call signature",
|
|
1143
|
+
"flags": {},
|
|
1144
|
+
"parameters": [
|
|
1145
|
+
{
|
|
1146
|
+
"id": 525,
|
|
1147
|
+
"name": "state",
|
|
1148
|
+
"kind": 32768,
|
|
1149
|
+
"kindString": "Parameter",
|
|
1150
|
+
"flags": {},
|
|
1151
|
+
"type": {
|
|
1152
|
+
"type": "reference",
|
|
1153
|
+
"typeArguments": [
|
|
1154
|
+
{
|
|
1155
|
+
"type": "reference",
|
|
1156
|
+
"id": 504,
|
|
1157
|
+
"name": "ListViewChecklistItemModel"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"name": "AsyncList"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"id": 526,
|
|
1165
|
+
"name": "action",
|
|
1166
|
+
"kind": 32768,
|
|
1167
|
+
"kindString": "Parameter",
|
|
1168
|
+
"flags": {},
|
|
1169
|
+
"type": {
|
|
1170
|
+
"type": "reference",
|
|
1171
|
+
"id": 532,
|
|
1172
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"id": 527,
|
|
1177
|
+
"name": "initialState",
|
|
1178
|
+
"kind": 32768,
|
|
1179
|
+
"kindString": "Parameter",
|
|
1180
|
+
"flags": {
|
|
1181
|
+
"isOptional": true
|
|
1182
|
+
},
|
|
1183
|
+
"type": {
|
|
1184
|
+
"type": "intrinsic",
|
|
1185
|
+
"name": "any"
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"type": {
|
|
1190
|
+
"type": "intrinsic",
|
|
1191
|
+
"name": "any"
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
]
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"type": {
|
|
1200
|
+
"type": "reference",
|
|
1201
|
+
"typeArguments": [
|
|
1202
|
+
{
|
|
1203
|
+
"type": "reference",
|
|
1204
|
+
"typeArguments": [
|
|
1205
|
+
{
|
|
1206
|
+
"type": "reference",
|
|
1207
|
+
"id": 504,
|
|
1208
|
+
"name": "ListViewChecklistItemModel"
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1211
|
+
"name": "AsyncList"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"type": "reference",
|
|
1215
|
+
"id": 532,
|
|
1216
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"name": "StateOrchestrator"
|
|
1220
|
+
},
|
|
1221
|
+
"inheritedFrom": {
|
|
1222
|
+
"type": "reference",
|
|
1223
|
+
"id": 249,
|
|
1224
|
+
"name": "ChecklistStateOrchestrator.register"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"inheritedFrom": {
|
|
1229
|
+
"type": "reference",
|
|
1230
|
+
"id": 248,
|
|
1231
|
+
"name": "ChecklistStateOrchestrator.register"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"id": 528,
|
|
1236
|
+
"name": "scan",
|
|
1237
|
+
"kind": 2048,
|
|
1238
|
+
"kindString": "Method",
|
|
1239
|
+
"flags": {
|
|
1240
|
+
"isPublic": true
|
|
1241
|
+
},
|
|
1242
|
+
"sources": [
|
|
1243
|
+
{
|
|
1244
|
+
"fileName": "libs/components/list-builder-common/src/lib/rxstate/state-orchestrator.ts",
|
|
1245
|
+
"line": 27,
|
|
1246
|
+
"character": 9
|
|
1247
|
+
}
|
|
1248
|
+
],
|
|
1249
|
+
"signatures": [
|
|
1250
|
+
{
|
|
1251
|
+
"id": 529,
|
|
1252
|
+
"name": "scan",
|
|
1253
|
+
"kind": 4096,
|
|
1254
|
+
"kindString": "Call signature",
|
|
1255
|
+
"flags": {},
|
|
1256
|
+
"parameters": [
|
|
1257
|
+
{
|
|
1258
|
+
"id": 530,
|
|
1259
|
+
"name": "initialState",
|
|
1260
|
+
"kind": 32768,
|
|
1261
|
+
"kindString": "Parameter",
|
|
1262
|
+
"flags": {},
|
|
1263
|
+
"type": {
|
|
1264
|
+
"type": "reference",
|
|
1265
|
+
"typeArguments": [
|
|
1266
|
+
{
|
|
1267
|
+
"type": "reference",
|
|
1268
|
+
"id": 504,
|
|
1269
|
+
"name": "ListViewChecklistItemModel"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"name": "AsyncList"
|
|
1273
|
+
}
|
|
640
1274
|
},
|
|
641
1275
|
{
|
|
642
|
-
"id":
|
|
643
|
-
"name": "
|
|
1276
|
+
"id": 531,
|
|
1277
|
+
"name": "actions",
|
|
644
1278
|
"kind": 32768,
|
|
645
1279
|
"kindString": "Parameter",
|
|
646
1280
|
"flags": {},
|
|
647
1281
|
"type": {
|
|
648
|
-
"type": "
|
|
649
|
-
"
|
|
650
|
-
|
|
651
|
-
|
|
1282
|
+
"type": "reference",
|
|
1283
|
+
"typeArguments": [
|
|
1284
|
+
{
|
|
1285
|
+
"type": "reference",
|
|
1286
|
+
"id": 532,
|
|
1287
|
+
"name": "ListViewChecklistItemsLoadAction"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"qualifiedName": "Observable",
|
|
1291
|
+
"package": "rxjs",
|
|
1292
|
+
"name": "Observable"
|
|
1293
|
+
}
|
|
652
1294
|
}
|
|
653
1295
|
],
|
|
654
1296
|
"type": {
|
|
655
1297
|
"type": "reference",
|
|
656
|
-
"
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
"title": "Constructors",
|
|
666
|
-
"kind": 512,
|
|
667
|
-
"children": [
|
|
668
|
-
531
|
|
669
|
-
]
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"title": "Properties",
|
|
673
|
-
"kind": 1024,
|
|
674
|
-
"children": [
|
|
675
|
-
539,
|
|
676
|
-
540,
|
|
677
|
-
537,
|
|
678
|
-
538
|
|
679
|
-
]
|
|
680
|
-
}
|
|
681
|
-
],
|
|
682
|
-
"sources": [
|
|
683
|
-
{
|
|
684
|
-
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/load.action.ts",
|
|
685
|
-
"line": 6,
|
|
686
|
-
"character": 13
|
|
687
|
-
}
|
|
688
|
-
]
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"id": 510,
|
|
692
|
-
"name": "ListViewChecklistItemsOrchestrator",
|
|
693
|
-
"kind": 128,
|
|
694
|
-
"kindString": "Class",
|
|
695
|
-
"flags": {},
|
|
696
|
-
"comment": {
|
|
697
|
-
"tags": [
|
|
698
|
-
{
|
|
699
|
-
"tag": "deprecated",
|
|
700
|
-
"text": "\n"
|
|
701
|
-
}
|
|
702
|
-
]
|
|
703
|
-
},
|
|
704
|
-
"children": [
|
|
705
|
-
{
|
|
706
|
-
"id": 511,
|
|
707
|
-
"name": "constructor",
|
|
708
|
-
"kind": 512,
|
|
709
|
-
"kindString": "Constructor",
|
|
710
|
-
"flags": {},
|
|
711
|
-
"sources": [
|
|
712
|
-
{
|
|
713
|
-
"fileName": "projects/list-builder-view-checklist/src/modules/list-view-checklist/state/items/items.orchestrator.ts",
|
|
714
|
-
"line": 15,
|
|
715
|
-
"character": 2
|
|
716
|
-
}
|
|
717
|
-
],
|
|
718
|
-
"signatures": [
|
|
719
|
-
{
|
|
720
|
-
"id": 512,
|
|
721
|
-
"name": "new ListViewChecklistItemsOrchestrator",
|
|
722
|
-
"kind": 16384,
|
|
723
|
-
"kindString": "Constructor signature",
|
|
724
|
-
"flags": {},
|
|
725
|
-
"type": {
|
|
726
|
-
"type": "reference",
|
|
727
|
-
"id": 510,
|
|
728
|
-
"name": "ListViewChecklistItemsOrchestrator"
|
|
1298
|
+
"typeArguments": [
|
|
1299
|
+
{
|
|
1300
|
+
"type": "intrinsic",
|
|
1301
|
+
"name": "any"
|
|
1302
|
+
}
|
|
1303
|
+
],
|
|
1304
|
+
"qualifiedName": "Observable",
|
|
1305
|
+
"package": "rxjs",
|
|
1306
|
+
"name": "Observable"
|
|
729
1307
|
},
|
|
730
|
-
"
|
|
1308
|
+
"inheritedFrom": {
|
|
731
1309
|
"type": "reference",
|
|
732
|
-
"id":
|
|
733
|
-
"name": "ChecklistStateOrchestrator.
|
|
1310
|
+
"id": 258,
|
|
1311
|
+
"name": "ChecklistStateOrchestrator.scan"
|
|
734
1312
|
}
|
|
735
1313
|
}
|
|
736
1314
|
],
|
|
737
|
-
"
|
|
1315
|
+
"inheritedFrom": {
|
|
738
1316
|
"type": "reference",
|
|
739
|
-
"id":
|
|
740
|
-
"name": "ChecklistStateOrchestrator.
|
|
1317
|
+
"id": 257,
|
|
1318
|
+
"name": "ChecklistStateOrchestrator.scan"
|
|
741
1319
|
}
|
|
742
1320
|
}
|
|
743
1321
|
],
|
|
@@ -746,15 +1324,15 @@
|
|
|
746
1324
|
"title": "Constructors",
|
|
747
1325
|
"kind": 512,
|
|
748
1326
|
"children": [
|
|
749
|
-
|
|
1327
|
+
513
|
|
750
1328
|
]
|
|
751
1329
|
},
|
|
752
1330
|
{
|
|
753
1331
|
"title": "Methods",
|
|
754
1332
|
"kind": 2048,
|
|
755
1333
|
"children": [
|
|
756
|
-
|
|
757
|
-
|
|
1334
|
+
519,
|
|
1335
|
+
528
|
|
758
1336
|
]
|
|
759
1337
|
}
|
|
760
1338
|
],
|
|
@@ -768,14 +1346,14 @@
|
|
|
768
1346
|
"extendedTypes": [
|
|
769
1347
|
{
|
|
770
1348
|
"type": "reference",
|
|
771
|
-
"id":
|
|
1349
|
+
"id": 244,
|
|
772
1350
|
"typeArguments": [
|
|
773
1351
|
{
|
|
774
1352
|
"type": "reference",
|
|
775
1353
|
"typeArguments": [
|
|
776
1354
|
{
|
|
777
1355
|
"type": "reference",
|
|
778
|
-
"id":
|
|
1356
|
+
"id": 504,
|
|
779
1357
|
"name": "ListViewChecklistItemModel"
|
|
780
1358
|
}
|
|
781
1359
|
],
|
|
@@ -787,7 +1365,7 @@
|
|
|
787
1365
|
]
|
|
788
1366
|
},
|
|
789
1367
|
{
|
|
790
|
-
"id":
|
|
1368
|
+
"id": 543,
|
|
791
1369
|
"name": "SkyListViewChecklistComponent",
|
|
792
1370
|
"kind": 128,
|
|
793
1371
|
"kindString": "Class",
|
|
@@ -816,7 +1394,7 @@
|
|
|
816
1394
|
],
|
|
817
1395
|
"children": [
|
|
818
1396
|
{
|
|
819
|
-
"id":
|
|
1397
|
+
"id": 544,
|
|
820
1398
|
"name": "constructor",
|
|
821
1399
|
"kind": 512,
|
|
822
1400
|
"kindString": "Constructor",
|
|
@@ -830,14 +1408,14 @@
|
|
|
830
1408
|
],
|
|
831
1409
|
"signatures": [
|
|
832
1410
|
{
|
|
833
|
-
"id":
|
|
1411
|
+
"id": 545,
|
|
834
1412
|
"name": "new SkyListViewChecklistComponent",
|
|
835
1413
|
"kind": 16384,
|
|
836
1414
|
"kindString": "Constructor signature",
|
|
837
1415
|
"flags": {},
|
|
838
1416
|
"parameters": [
|
|
839
1417
|
{
|
|
840
|
-
"id":
|
|
1418
|
+
"id": 546,
|
|
841
1419
|
"name": "state",
|
|
842
1420
|
"kind": 32768,
|
|
843
1421
|
"kindString": "Parameter",
|
|
@@ -848,7 +1426,7 @@
|
|
|
848
1426
|
}
|
|
849
1427
|
},
|
|
850
1428
|
{
|
|
851
|
-
"id":
|
|
1429
|
+
"id": 547,
|
|
852
1430
|
"name": "dispatcher",
|
|
853
1431
|
"kind": 32768,
|
|
854
1432
|
"kindString": "Parameter",
|
|
@@ -859,31 +1437,31 @@
|
|
|
859
1437
|
}
|
|
860
1438
|
},
|
|
861
1439
|
{
|
|
862
|
-
"id":
|
|
1440
|
+
"id": 548,
|
|
863
1441
|
"name": "checklistState",
|
|
864
1442
|
"kind": 32768,
|
|
865
1443
|
"kindString": "Parameter",
|
|
866
1444
|
"flags": {},
|
|
867
1445
|
"type": {
|
|
868
1446
|
"type": "reference",
|
|
869
|
-
"id":
|
|
1447
|
+
"id": 262,
|
|
870
1448
|
"name": "ChecklistState"
|
|
871
1449
|
}
|
|
872
1450
|
},
|
|
873
1451
|
{
|
|
874
|
-
"id":
|
|
1452
|
+
"id": 549,
|
|
875
1453
|
"name": "checklistDispatcher",
|
|
876
1454
|
"kind": 32768,
|
|
877
1455
|
"kindString": "Parameter",
|
|
878
1456
|
"flags": {},
|
|
879
1457
|
"type": {
|
|
880
1458
|
"type": "reference",
|
|
881
|
-
"id":
|
|
1459
|
+
"id": 15,
|
|
882
1460
|
"name": "ChecklistStateDispatcher"
|
|
883
1461
|
}
|
|
884
1462
|
},
|
|
885
1463
|
{
|
|
886
|
-
"id":
|
|
1464
|
+
"id": 550,
|
|
887
1465
|
"name": "logger",
|
|
888
1466
|
"kind": 32768,
|
|
889
1467
|
"kindString": "Parameter",
|
|
@@ -896,7 +1474,7 @@
|
|
|
896
1474
|
],
|
|
897
1475
|
"type": {
|
|
898
1476
|
"type": "reference",
|
|
899
|
-
"id":
|
|
1477
|
+
"id": 543,
|
|
900
1478
|
"name": "SkyListViewChecklistComponent"
|
|
901
1479
|
},
|
|
902
1480
|
"overwrites": {
|
|
@@ -911,7 +1489,39 @@
|
|
|
911
1489
|
}
|
|
912
1490
|
},
|
|
913
1491
|
{
|
|
914
|
-
"id":
|
|
1492
|
+
"id": 617,
|
|
1493
|
+
"name": "active",
|
|
1494
|
+
"kind": 1024,
|
|
1495
|
+
"kindString": "Property",
|
|
1496
|
+
"flags": {
|
|
1497
|
+
"isPublic": true
|
|
1498
|
+
},
|
|
1499
|
+
"sources": [
|
|
1500
|
+
{
|
|
1501
|
+
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
1502
|
+
"line": 15,
|
|
1503
|
+
"character": 9
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1506
|
+
"type": {
|
|
1507
|
+
"type": "reference",
|
|
1508
|
+
"typeArguments": [
|
|
1509
|
+
{
|
|
1510
|
+
"type": "intrinsic",
|
|
1511
|
+
"name": "boolean"
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"qualifiedName": "Observable",
|
|
1515
|
+
"package": "rxjs",
|
|
1516
|
+
"name": "Observable"
|
|
1517
|
+
},
|
|
1518
|
+
"inheritedFrom": {
|
|
1519
|
+
"type": "reference",
|
|
1520
|
+
"name": "ListViewComponent.active"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"id": 560,
|
|
915
1525
|
"name": "description",
|
|
916
1526
|
"kind": 1024,
|
|
917
1527
|
"kindString": "Property",
|
|
@@ -953,7 +1563,7 @@
|
|
|
953
1563
|
"defaultValue": "'description'"
|
|
954
1564
|
},
|
|
955
1565
|
{
|
|
956
|
-
"id":
|
|
1566
|
+
"id": 559,
|
|
957
1567
|
"name": "labelFieldSelector",
|
|
958
1568
|
"kind": 1024,
|
|
959
1569
|
"kindString": "Property",
|
|
@@ -997,7 +1607,7 @@
|
|
|
997
1607
|
"defaultValue": "'label'"
|
|
998
1608
|
},
|
|
999
1609
|
{
|
|
1000
|
-
"id":
|
|
1610
|
+
"id": 554,
|
|
1001
1611
|
"name": "search",
|
|
1002
1612
|
"kind": 1024,
|
|
1003
1613
|
"kindString": "Property",
|
|
@@ -1026,14 +1636,14 @@
|
|
|
1026
1636
|
"type": {
|
|
1027
1637
|
"type": "reflection",
|
|
1028
1638
|
"declaration": {
|
|
1029
|
-
"id":
|
|
1639
|
+
"id": 555,
|
|
1030
1640
|
"name": "__type",
|
|
1031
1641
|
"kind": 65536,
|
|
1032
1642
|
"kindString": "Type literal",
|
|
1033
1643
|
"flags": {},
|
|
1034
1644
|
"signatures": [
|
|
1035
1645
|
{
|
|
1036
|
-
"id":
|
|
1646
|
+
"id": 556,
|
|
1037
1647
|
"name": "__type",
|
|
1038
1648
|
"kind": 4096,
|
|
1039
1649
|
"kindString": "Call signature",
|
|
@@ -1049,7 +1659,7 @@
|
|
|
1049
1659
|
},
|
|
1050
1660
|
"parameters": [
|
|
1051
1661
|
{
|
|
1052
|
-
"id":
|
|
1662
|
+
"id": 557,
|
|
1053
1663
|
"name": "data",
|
|
1054
1664
|
"kind": 32768,
|
|
1055
1665
|
"kindString": "Parameter",
|
|
@@ -1060,7 +1670,7 @@
|
|
|
1060
1670
|
}
|
|
1061
1671
|
},
|
|
1062
1672
|
{
|
|
1063
|
-
"id":
|
|
1673
|
+
"id": 558,
|
|
1064
1674
|
"name": "searchText",
|
|
1065
1675
|
"kind": 32768,
|
|
1066
1676
|
"kindString": "Parameter",
|
|
@@ -1082,7 +1692,42 @@
|
|
|
1082
1692
|
"defaultValue": "..."
|
|
1083
1693
|
},
|
|
1084
1694
|
{
|
|
1085
|
-
"id":
|
|
1695
|
+
"id": 622,
|
|
1696
|
+
"name": "id",
|
|
1697
|
+
"kind": 262144,
|
|
1698
|
+
"kindString": "Accessor",
|
|
1699
|
+
"flags": {},
|
|
1700
|
+
"sources": [
|
|
1701
|
+
{
|
|
1702
|
+
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
1703
|
+
"line": 41,
|
|
1704
|
+
"character": 6
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"getSignature": [
|
|
1708
|
+
{
|
|
1709
|
+
"id": 623,
|
|
1710
|
+
"name": "id",
|
|
1711
|
+
"kind": 524288,
|
|
1712
|
+
"kindString": "Get signature",
|
|
1713
|
+
"flags": {},
|
|
1714
|
+
"type": {
|
|
1715
|
+
"type": "intrinsic",
|
|
1716
|
+
"name": "string"
|
|
1717
|
+
},
|
|
1718
|
+
"inheritedFrom": {
|
|
1719
|
+
"type": "reference",
|
|
1720
|
+
"name": "ListViewComponent.id"
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"inheritedFrom": {
|
|
1725
|
+
"type": "reference",
|
|
1726
|
+
"name": "ListViewComponent.id"
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": 589,
|
|
1086
1731
|
"name": "items",
|
|
1087
1732
|
"kind": 262144,
|
|
1088
1733
|
"kindString": "Accessor",
|
|
@@ -1096,7 +1741,7 @@
|
|
|
1096
1741
|
],
|
|
1097
1742
|
"getSignature": [
|
|
1098
1743
|
{
|
|
1099
|
-
"id":
|
|
1744
|
+
"id": 590,
|
|
1100
1745
|
"name": "items",
|
|
1101
1746
|
"kind": 524288,
|
|
1102
1747
|
"kindString": "Get signature",
|
|
@@ -1108,7 +1753,7 @@
|
|
|
1108
1753
|
"type": "array",
|
|
1109
1754
|
"elementType": {
|
|
1110
1755
|
"type": "reference",
|
|
1111
|
-
"id":
|
|
1756
|
+
"id": 504,
|
|
1112
1757
|
"name": "ListViewChecklistItemModel"
|
|
1113
1758
|
}
|
|
1114
1759
|
}
|
|
@@ -1121,7 +1766,42 @@
|
|
|
1121
1766
|
]
|
|
1122
1767
|
},
|
|
1123
1768
|
{
|
|
1124
|
-
"id":
|
|
1769
|
+
"id": 624,
|
|
1770
|
+
"name": "label",
|
|
1771
|
+
"kind": 262144,
|
|
1772
|
+
"kindString": "Accessor",
|
|
1773
|
+
"flags": {},
|
|
1774
|
+
"sources": [
|
|
1775
|
+
{
|
|
1776
|
+
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
1777
|
+
"line": 45,
|
|
1778
|
+
"character": 6
|
|
1779
|
+
}
|
|
1780
|
+
],
|
|
1781
|
+
"getSignature": [
|
|
1782
|
+
{
|
|
1783
|
+
"id": 625,
|
|
1784
|
+
"name": "label",
|
|
1785
|
+
"kind": 524288,
|
|
1786
|
+
"kindString": "Get signature",
|
|
1787
|
+
"flags": {},
|
|
1788
|
+
"type": {
|
|
1789
|
+
"type": "intrinsic",
|
|
1790
|
+
"name": "string"
|
|
1791
|
+
},
|
|
1792
|
+
"inheritedFrom": {
|
|
1793
|
+
"type": "reference",
|
|
1794
|
+
"name": "ListViewComponent.label"
|
|
1795
|
+
}
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"inheritedFrom": {
|
|
1799
|
+
"type": "reference",
|
|
1800
|
+
"name": "ListViewComponent.label"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"id": 551,
|
|
1125
1805
|
"name": "name",
|
|
1126
1806
|
"kind": 262144,
|
|
1127
1807
|
"kindString": "Accessor",
|
|
@@ -1147,7 +1827,7 @@
|
|
|
1147
1827
|
],
|
|
1148
1828
|
"setSignature": [
|
|
1149
1829
|
{
|
|
1150
|
-
"id":
|
|
1830
|
+
"id": 552,
|
|
1151
1831
|
"name": "name",
|
|
1152
1832
|
"kind": 1048576,
|
|
1153
1833
|
"kindString": "Set signature",
|
|
@@ -1163,7 +1843,7 @@
|
|
|
1163
1843
|
},
|
|
1164
1844
|
"parameters": [
|
|
1165
1845
|
{
|
|
1166
|
-
"id":
|
|
1846
|
+
"id": 553,
|
|
1167
1847
|
"name": "value",
|
|
1168
1848
|
"kind": 32768,
|
|
1169
1849
|
"kindString": "Parameter",
|
|
@@ -1182,7 +1862,7 @@
|
|
|
1182
1862
|
]
|
|
1183
1863
|
},
|
|
1184
1864
|
{
|
|
1185
|
-
"id":
|
|
1865
|
+
"id": 561,
|
|
1186
1866
|
"name": "selectMode",
|
|
1187
1867
|
"kind": 262144,
|
|
1188
1868
|
"kindString": "Accessor",
|
|
@@ -1210,7 +1890,7 @@
|
|
|
1210
1890
|
],
|
|
1211
1891
|
"getSignature": [
|
|
1212
1892
|
{
|
|
1213
|
-
"id":
|
|
1893
|
+
"id": 562,
|
|
1214
1894
|
"name": "selectMode",
|
|
1215
1895
|
"kind": 524288,
|
|
1216
1896
|
"kindString": "Get signature",
|
|
@@ -1232,7 +1912,7 @@
|
|
|
1232
1912
|
],
|
|
1233
1913
|
"setSignature": [
|
|
1234
1914
|
{
|
|
1235
|
-
"id":
|
|
1915
|
+
"id": 563,
|
|
1236
1916
|
"name": "selectMode",
|
|
1237
1917
|
"kind": 1048576,
|
|
1238
1918
|
"kindString": "Set signature",
|
|
@@ -1248,7 +1928,7 @@
|
|
|
1248
1928
|
},
|
|
1249
1929
|
"parameters": [
|
|
1250
1930
|
{
|
|
1251
|
-
"id":
|
|
1931
|
+
"id": 564,
|
|
1252
1932
|
"name": "value",
|
|
1253
1933
|
"kind": 32768,
|
|
1254
1934
|
"kindString": "Parameter",
|
|
@@ -1267,7 +1947,7 @@
|
|
|
1267
1947
|
]
|
|
1268
1948
|
},
|
|
1269
1949
|
{
|
|
1270
|
-
"id":
|
|
1950
|
+
"id": 565,
|
|
1271
1951
|
"name": "showOnlySelected",
|
|
1272
1952
|
"kind": 262144,
|
|
1273
1953
|
"kindString": "Accessor",
|
|
@@ -1295,7 +1975,7 @@
|
|
|
1295
1975
|
],
|
|
1296
1976
|
"getSignature": [
|
|
1297
1977
|
{
|
|
1298
|
-
"id":
|
|
1978
|
+
"id": 566,
|
|
1299
1979
|
"name": "showOnlySelected",
|
|
1300
1980
|
"kind": 524288,
|
|
1301
1981
|
"kindString": "Get signature",
|
|
@@ -1317,7 +1997,7 @@
|
|
|
1317
1997
|
],
|
|
1318
1998
|
"setSignature": [
|
|
1319
1999
|
{
|
|
1320
|
-
"id":
|
|
2000
|
+
"id": 567,
|
|
1321
2001
|
"name": "showOnlySelected",
|
|
1322
2002
|
"kind": 1048576,
|
|
1323
2003
|
"kindString": "Set signature",
|
|
@@ -1333,7 +2013,7 @@
|
|
|
1333
2013
|
},
|
|
1334
2014
|
"parameters": [
|
|
1335
2015
|
{
|
|
1336
|
-
"id":
|
|
2016
|
+
"id": 568,
|
|
1337
2017
|
"name": "value",
|
|
1338
2018
|
"kind": 32768,
|
|
1339
2019
|
"kindString": "Parameter",
|
|
@@ -1352,7 +2032,7 @@
|
|
|
1352
2032
|
]
|
|
1353
2033
|
},
|
|
1354
2034
|
{
|
|
1355
|
-
"id":
|
|
2035
|
+
"id": 578,
|
|
1356
2036
|
"name": "changeVisibleItems",
|
|
1357
2037
|
"kind": 2048,
|
|
1358
2038
|
"kindString": "Method",
|
|
@@ -1368,7 +2048,7 @@
|
|
|
1368
2048
|
],
|
|
1369
2049
|
"signatures": [
|
|
1370
2050
|
{
|
|
1371
|
-
"id":
|
|
2051
|
+
"id": 579,
|
|
1372
2052
|
"name": "changeVisibleItems",
|
|
1373
2053
|
"kind": 4096,
|
|
1374
2054
|
"kindString": "Call signature",
|
|
@@ -1383,7 +2063,7 @@
|
|
|
1383
2063
|
},
|
|
1384
2064
|
"parameters": [
|
|
1385
2065
|
{
|
|
1386
|
-
"id":
|
|
2066
|
+
"id": 580,
|
|
1387
2067
|
"name": "change",
|
|
1388
2068
|
"kind": 32768,
|
|
1389
2069
|
"kindString": "Parameter",
|
|
@@ -1402,7 +2082,7 @@
|
|
|
1402
2082
|
]
|
|
1403
2083
|
},
|
|
1404
2084
|
{
|
|
1405
|
-
"id":
|
|
2085
|
+
"id": 581,
|
|
1406
2086
|
"name": "clearSelections",
|
|
1407
2087
|
"kind": 2048,
|
|
1408
2088
|
"kindString": "Method",
|
|
@@ -1418,7 +2098,7 @@
|
|
|
1418
2098
|
],
|
|
1419
2099
|
"signatures": [
|
|
1420
2100
|
{
|
|
1421
|
-
"id":
|
|
2101
|
+
"id": 582,
|
|
1422
2102
|
"name": "clearSelections",
|
|
1423
2103
|
"kind": 4096,
|
|
1424
2104
|
"kindString": "Call signature",
|
|
@@ -1439,7 +2119,7 @@
|
|
|
1439
2119
|
]
|
|
1440
2120
|
},
|
|
1441
2121
|
{
|
|
1442
|
-
"id":
|
|
2122
|
+
"id": 597,
|
|
1443
2123
|
"name": "itemSelected",
|
|
1444
2124
|
"kind": 2048,
|
|
1445
2125
|
"kindString": "Method",
|
|
@@ -1455,14 +2135,14 @@
|
|
|
1455
2135
|
],
|
|
1456
2136
|
"signatures": [
|
|
1457
2137
|
{
|
|
1458
|
-
"id":
|
|
2138
|
+
"id": 598,
|
|
1459
2139
|
"name": "itemSelected",
|
|
1460
2140
|
"kind": 4096,
|
|
1461
2141
|
"kindString": "Call signature",
|
|
1462
2142
|
"flags": {},
|
|
1463
2143
|
"parameters": [
|
|
1464
2144
|
{
|
|
1465
|
-
"id":
|
|
2145
|
+
"id": 599,
|
|
1466
2146
|
"name": "id",
|
|
1467
2147
|
"kind": 32768,
|
|
1468
2148
|
"kindString": "Parameter",
|
|
@@ -1489,7 +2169,7 @@
|
|
|
1489
2169
|
]
|
|
1490
2170
|
},
|
|
1491
2171
|
{
|
|
1492
|
-
"id":
|
|
2172
|
+
"id": 575,
|
|
1493
2173
|
"name": "ngOnChanges",
|
|
1494
2174
|
"kind": 2048,
|
|
1495
2175
|
"kindString": "Method",
|
|
@@ -1505,14 +2185,14 @@
|
|
|
1505
2185
|
],
|
|
1506
2186
|
"signatures": [
|
|
1507
2187
|
{
|
|
1508
|
-
"id":
|
|
2188
|
+
"id": 576,
|
|
1509
2189
|
"name": "ngOnChanges",
|
|
1510
2190
|
"kind": 4096,
|
|
1511
2191
|
"kindString": "Call signature",
|
|
1512
2192
|
"flags": {},
|
|
1513
2193
|
"parameters": [
|
|
1514
2194
|
{
|
|
1515
|
-
"id":
|
|
2195
|
+
"id": 577,
|
|
1516
2196
|
"name": "changes",
|
|
1517
2197
|
"kind": 32768,
|
|
1518
2198
|
"kindString": "Parameter",
|
|
@@ -1541,7 +2221,7 @@
|
|
|
1541
2221
|
}
|
|
1542
2222
|
},
|
|
1543
2223
|
{
|
|
1544
|
-
"id":
|
|
2224
|
+
"id": 587,
|
|
1545
2225
|
"name": "ngOnDestroy",
|
|
1546
2226
|
"kind": 2048,
|
|
1547
2227
|
"kindString": "Method",
|
|
@@ -1557,7 +2237,7 @@
|
|
|
1557
2237
|
],
|
|
1558
2238
|
"signatures": [
|
|
1559
2239
|
{
|
|
1560
|
-
"id":
|
|
2240
|
+
"id": 588,
|
|
1561
2241
|
"name": "ngOnDestroy",
|
|
1562
2242
|
"kind": 4096,
|
|
1563
2243
|
"kindString": "Call signature",
|
|
@@ -1578,7 +2258,7 @@
|
|
|
1578
2258
|
}
|
|
1579
2259
|
},
|
|
1580
2260
|
{
|
|
1581
|
-
"id":
|
|
2261
|
+
"id": 573,
|
|
1582
2262
|
"name": "ngOnInit",
|
|
1583
2263
|
"kind": 2048,
|
|
1584
2264
|
"kindString": "Method",
|
|
@@ -1594,7 +2274,7 @@
|
|
|
1594
2274
|
],
|
|
1595
2275
|
"signatures": [
|
|
1596
2276
|
{
|
|
1597
|
-
"id":
|
|
2277
|
+
"id": 574,
|
|
1598
2278
|
"name": "ngOnInit",
|
|
1599
2279
|
"kind": 4096,
|
|
1600
2280
|
"kindString": "Call signature",
|
|
@@ -1615,7 +2295,7 @@
|
|
|
1615
2295
|
}
|
|
1616
2296
|
},
|
|
1617
2297
|
{
|
|
1618
|
-
"id":
|
|
2298
|
+
"id": 585,
|
|
1619
2299
|
"name": "onViewActive",
|
|
1620
2300
|
"kind": 2048,
|
|
1621
2301
|
"kindString": "Method",
|
|
@@ -1631,7 +2311,7 @@
|
|
|
1631
2311
|
],
|
|
1632
2312
|
"signatures": [
|
|
1633
2313
|
{
|
|
1634
|
-
"id":
|
|
2314
|
+
"id": 586,
|
|
1635
2315
|
"name": "onViewActive",
|
|
1636
2316
|
"kind": 4096,
|
|
1637
2317
|
"kindString": "Call signature",
|
|
@@ -1652,7 +2332,44 @@
|
|
|
1652
2332
|
}
|
|
1653
2333
|
},
|
|
1654
2334
|
{
|
|
1655
|
-
"id":
|
|
2335
|
+
"id": 626,
|
|
2336
|
+
"name": "onViewInactive",
|
|
2337
|
+
"kind": 2048,
|
|
2338
|
+
"kindString": "Method",
|
|
2339
|
+
"flags": {
|
|
2340
|
+
"isPublic": true
|
|
2341
|
+
},
|
|
2342
|
+
"sources": [
|
|
2343
|
+
{
|
|
2344
|
+
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
2345
|
+
"line": 52,
|
|
2346
|
+
"character": 9
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"signatures": [
|
|
2350
|
+
{
|
|
2351
|
+
"id": 627,
|
|
2352
|
+
"name": "onViewInactive",
|
|
2353
|
+
"kind": 4096,
|
|
2354
|
+
"kindString": "Call signature",
|
|
2355
|
+
"flags": {},
|
|
2356
|
+
"type": {
|
|
2357
|
+
"type": "intrinsic",
|
|
2358
|
+
"name": "void"
|
|
2359
|
+
},
|
|
2360
|
+
"inheritedFrom": {
|
|
2361
|
+
"type": "reference",
|
|
2362
|
+
"name": "ListViewComponent.onViewInactive"
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
],
|
|
2366
|
+
"inheritedFrom": {
|
|
2367
|
+
"type": "reference",
|
|
2368
|
+
"name": "ListViewComponent.onViewInactive"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"id": 591,
|
|
1656
2373
|
"name": "searchFunction",
|
|
1657
2374
|
"kind": 2048,
|
|
1658
2375
|
"kindString": "Method",
|
|
@@ -1668,7 +2385,7 @@
|
|
|
1668
2385
|
],
|
|
1669
2386
|
"signatures": [
|
|
1670
2387
|
{
|
|
1671
|
-
"id":
|
|
2388
|
+
"id": 592,
|
|
1672
2389
|
"name": "searchFunction",
|
|
1673
2390
|
"kind": 4096,
|
|
1674
2391
|
"kindString": "Call signature",
|
|
@@ -1676,21 +2393,21 @@
|
|
|
1676
2393
|
"type": {
|
|
1677
2394
|
"type": "reflection",
|
|
1678
2395
|
"declaration": {
|
|
1679
|
-
"id":
|
|
2396
|
+
"id": 593,
|
|
1680
2397
|
"name": "__type",
|
|
1681
2398
|
"kind": 65536,
|
|
1682
2399
|
"kindString": "Type literal",
|
|
1683
2400
|
"flags": {},
|
|
1684
2401
|
"signatures": [
|
|
1685
2402
|
{
|
|
1686
|
-
"id":
|
|
2403
|
+
"id": 594,
|
|
1687
2404
|
"name": "__type",
|
|
1688
2405
|
"kind": 4096,
|
|
1689
2406
|
"kindString": "Call signature",
|
|
1690
2407
|
"flags": {},
|
|
1691
2408
|
"parameters": [
|
|
1692
2409
|
{
|
|
1693
|
-
"id":
|
|
2410
|
+
"id": 595,
|
|
1694
2411
|
"name": "data",
|
|
1695
2412
|
"kind": 32768,
|
|
1696
2413
|
"kindString": "Parameter",
|
|
@@ -1701,7 +2418,7 @@
|
|
|
1701
2418
|
}
|
|
1702
2419
|
},
|
|
1703
2420
|
{
|
|
1704
|
-
"id":
|
|
2421
|
+
"id": 596,
|
|
1705
2422
|
"name": "searchText",
|
|
1706
2423
|
"kind": 32768,
|
|
1707
2424
|
"kindString": "Parameter",
|
|
@@ -1724,7 +2441,7 @@
|
|
|
1724
2441
|
]
|
|
1725
2442
|
},
|
|
1726
2443
|
{
|
|
1727
|
-
"id":
|
|
2444
|
+
"id": 583,
|
|
1728
2445
|
"name": "selectAll",
|
|
1729
2446
|
"kind": 2048,
|
|
1730
2447
|
"kindString": "Method",
|
|
@@ -1740,7 +2457,7 @@
|
|
|
1740
2457
|
],
|
|
1741
2458
|
"signatures": [
|
|
1742
2459
|
{
|
|
1743
|
-
"id":
|
|
2460
|
+
"id": 584,
|
|
1744
2461
|
"name": "selectAll",
|
|
1745
2462
|
"kind": 4096,
|
|
1746
2463
|
"kindString": "Call signature",
|
|
@@ -1761,7 +2478,7 @@
|
|
|
1761
2478
|
]
|
|
1762
2479
|
},
|
|
1763
2480
|
{
|
|
1764
|
-
"id":
|
|
2481
|
+
"id": 600,
|
|
1765
2482
|
"name": "setItemSelection",
|
|
1766
2483
|
"kind": 2048,
|
|
1767
2484
|
"kindString": "Method",
|
|
@@ -1777,14 +2494,14 @@
|
|
|
1777
2494
|
],
|
|
1778
2495
|
"signatures": [
|
|
1779
2496
|
{
|
|
1780
|
-
"id":
|
|
2497
|
+
"id": 601,
|
|
1781
2498
|
"name": "setItemSelection",
|
|
1782
2499
|
"kind": 4096,
|
|
1783
2500
|
"kindString": "Call signature",
|
|
1784
2501
|
"flags": {},
|
|
1785
2502
|
"parameters": [
|
|
1786
2503
|
{
|
|
1787
|
-
"id":
|
|
2504
|
+
"id": 602,
|
|
1788
2505
|
"name": "item",
|
|
1789
2506
|
"kind": 32768,
|
|
1790
2507
|
"kindString": "Parameter",
|
|
@@ -1795,7 +2512,7 @@
|
|
|
1795
2512
|
}
|
|
1796
2513
|
},
|
|
1797
2514
|
{
|
|
1798
|
-
"id":
|
|
2515
|
+
"id": 603,
|
|
1799
2516
|
"name": "event",
|
|
1800
2517
|
"kind": 32768,
|
|
1801
2518
|
"kindString": "Parameter",
|
|
@@ -1814,7 +2531,7 @@
|
|
|
1814
2531
|
]
|
|
1815
2532
|
},
|
|
1816
2533
|
{
|
|
1817
|
-
"id":
|
|
2534
|
+
"id": 604,
|
|
1818
2535
|
"name": "singleSelectRowClick",
|
|
1819
2536
|
"kind": 2048,
|
|
1820
2537
|
"kindString": "Method",
|
|
@@ -1830,14 +2547,14 @@
|
|
|
1830
2547
|
],
|
|
1831
2548
|
"signatures": [
|
|
1832
2549
|
{
|
|
1833
|
-
"id":
|
|
2550
|
+
"id": 605,
|
|
1834
2551
|
"name": "singleSelectRowClick",
|
|
1835
2552
|
"kind": 4096,
|
|
1836
2553
|
"kindString": "Call signature",
|
|
1837
2554
|
"flags": {},
|
|
1838
2555
|
"parameters": [
|
|
1839
2556
|
{
|
|
1840
|
-
"id":
|
|
2557
|
+
"id": 606,
|
|
1841
2558
|
"name": "item",
|
|
1842
2559
|
"kind": 32768,
|
|
1843
2560
|
"kindString": "Parameter",
|
|
@@ -1861,47 +2578,47 @@
|
|
|
1861
2578
|
"title": "Constructors",
|
|
1862
2579
|
"kind": 512,
|
|
1863
2580
|
"children": [
|
|
1864
|
-
|
|
2581
|
+
544
|
|
1865
2582
|
]
|
|
1866
2583
|
},
|
|
1867
2584
|
{
|
|
1868
2585
|
"title": "Properties",
|
|
1869
2586
|
"kind": 1024,
|
|
1870
2587
|
"children": [
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
2588
|
+
617,
|
|
2589
|
+
560,
|
|
2590
|
+
559,
|
|
2591
|
+
554
|
|
1875
2592
|
]
|
|
1876
2593
|
},
|
|
1877
2594
|
{
|
|
1878
2595
|
"title": "Accessors",
|
|
1879
2596
|
"kind": 262144,
|
|
1880
2597
|
"children": [
|
|
1881
|
-
620,
|
|
1882
|
-
587,
|
|
1883
2598
|
622,
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
2599
|
+
589,
|
|
2600
|
+
624,
|
|
2601
|
+
551,
|
|
2602
|
+
561,
|
|
2603
|
+
565
|
|
1887
2604
|
]
|
|
1888
2605
|
},
|
|
1889
2606
|
{
|
|
1890
2607
|
"title": "Methods",
|
|
1891
2608
|
"kind": 2048,
|
|
1892
2609
|
"children": [
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
2610
|
+
578,
|
|
2611
|
+
581,
|
|
2612
|
+
597,
|
|
2613
|
+
575,
|
|
2614
|
+
587,
|
|
1896
2615
|
573,
|
|
1897
2616
|
585,
|
|
1898
|
-
|
|
2617
|
+
626,
|
|
2618
|
+
591,
|
|
1899
2619
|
583,
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
581,
|
|
1903
|
-
598,
|
|
1904
|
-
602
|
|
2620
|
+
600,
|
|
2621
|
+
604
|
|
1905
2622
|
]
|
|
1906
2623
|
}
|
|
1907
2624
|
],
|
|
@@ -1940,7 +2657,7 @@
|
|
|
1940
2657
|
]
|
|
1941
2658
|
},
|
|
1942
2659
|
{
|
|
1943
|
-
"id":
|
|
2660
|
+
"id": 7,
|
|
1944
2661
|
"name": "SkyListViewChecklistModule",
|
|
1945
2662
|
"kind": 128,
|
|
1946
2663
|
"kindString": "Class",
|
|
@@ -1973,7 +2690,7 @@
|
|
|
1973
2690
|
"title": "Constructors",
|
|
1974
2691
|
"kind": 512,
|
|
1975
2692
|
"children": [
|
|
1976
|
-
|
|
2693
|
+
8
|
|
1977
2694
|
]
|
|
1978
2695
|
}
|
|
1979
2696
|
],
|
|
@@ -1986,7 +2703,7 @@
|
|
|
1986
2703
|
]
|
|
1987
2704
|
},
|
|
1988
2705
|
{
|
|
1989
|
-
"id":
|
|
2706
|
+
"id": 3,
|
|
1990
2707
|
"name": "SkyListViewChecklistItemComponent",
|
|
1991
2708
|
"kind": 128,
|
|
1992
2709
|
"kindString": "Class",
|
|
@@ -2015,7 +2732,7 @@
|
|
|
2015
2732
|
],
|
|
2016
2733
|
"children": [
|
|
2017
2734
|
{
|
|
2018
|
-
"id":
|
|
2735
|
+
"id": 6,
|
|
2019
2736
|
"name": "item",
|
|
2020
2737
|
"kind": 1024,
|
|
2021
2738
|
"kindString": "Property",
|
|
@@ -2043,7 +2760,7 @@
|
|
|
2043
2760
|
],
|
|
2044
2761
|
"type": {
|
|
2045
2762
|
"type": "reference",
|
|
2046
|
-
"id":
|
|
2763
|
+
"id": 504,
|
|
2047
2764
|
"name": "ListViewChecklistItemModel"
|
|
2048
2765
|
}
|
|
2049
2766
|
}
|
|
@@ -2053,14 +2770,14 @@
|
|
|
2053
2770
|
"title": "Constructors",
|
|
2054
2771
|
"kind": 512,
|
|
2055
2772
|
"children": [
|
|
2056
|
-
|
|
2773
|
+
4
|
|
2057
2774
|
]
|
|
2058
2775
|
},
|
|
2059
2776
|
{
|
|
2060
2777
|
"title": "Properties",
|
|
2061
2778
|
"kind": 1024,
|
|
2062
2779
|
"children": [
|
|
2063
|
-
|
|
2780
|
+
6
|
|
2064
2781
|
]
|
|
2065
2782
|
}
|
|
2066
2783
|
],
|
|
@@ -2073,7 +2790,7 @@
|
|
|
2073
2790
|
]
|
|
2074
2791
|
},
|
|
2075
2792
|
{
|
|
2076
|
-
"id":
|
|
2793
|
+
"id": 10,
|
|
2077
2794
|
"name": "ChecklistStateAction",
|
|
2078
2795
|
"kind": 4194304,
|
|
2079
2796
|
"kindString": "Type alias",
|
|
@@ -2095,42 +2812,20 @@
|
|
|
2095
2812
|
],
|
|
2096
2813
|
"type": {
|
|
2097
2814
|
"type": "reference",
|
|
2098
|
-
"id":
|
|
2815
|
+
"id": 532,
|
|
2099
2816
|
"name": "ListViewChecklistItemsLoadAction"
|
|
2100
2817
|
}
|
|
2101
2818
|
}
|
|
2102
2819
|
],
|
|
2103
2820
|
"groups": [
|
|
2104
2821
|
{
|
|
2105
|
-
"title": "
|
|
2106
|
-
"kind":
|
|
2107
|
-
"children": [
|
|
2108
|
-
260,
|
|
2109
|
-
13,
|
|
2110
|
-
9,
|
|
2111
|
-
242,
|
|
2112
|
-
502,
|
|
2113
|
-
530,
|
|
2114
|
-
510,
|
|
2115
|
-
541,
|
|
2116
|
-
5,
|
|
2117
|
-
1
|
|
2118
|
-
]
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"title": "Type aliases",
|
|
2122
|
-
"kind": 4194304,
|
|
2822
|
+
"title": "Modules",
|
|
2823
|
+
"kind": 2,
|
|
2123
2824
|
"children": [
|
|
2124
|
-
|
|
2825
|
+
1,
|
|
2826
|
+
2
|
|
2125
2827
|
]
|
|
2126
2828
|
}
|
|
2127
|
-
],
|
|
2128
|
-
"sources": [
|
|
2129
|
-
{
|
|
2130
|
-
"fileName": "libs/components/list-builder-view-checklist/src/index.ts",
|
|
2131
|
-
"line": 1,
|
|
2132
|
-
"character": 0
|
|
2133
|
-
}
|
|
2134
2829
|
]
|
|
2135
2830
|
},
|
|
2136
2831
|
"codeExamples": [
|