@skyux/progress-indicator 7.4.2 → 7.6.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 +405 -303
- package/esm2020/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.mjs +29 -7
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.mjs +4 -5
- package/esm2020/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.mjs +2 -2
- package/esm2020/lib/modules/progress-indicator/progress-indicator.component.mjs +5 -5
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-change.mjs +1 -1
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-item-status.mjs +5 -5
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-message-type.mjs +6 -6
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-message.mjs +1 -1
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-mode.mjs +3 -3
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.mjs +1 -1
- package/fesm2015/skyux-progress-indicator.mjs +47 -26
- package/fesm2015/skyux-progress-indicator.mjs.map +1 -1
- package/fesm2020/skyux-progress-indicator.mjs +47 -26
- package/fesm2020/skyux-progress-indicator.mjs.map +1 -1
- package/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.d.ts +7 -4
- package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.d.ts +4 -5
- package/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.d.ts +2 -2
- package/lib/modules/progress-indicator/progress-indicator.component.d.ts +4 -4
- package/lib/modules/progress-indicator/types/progress-indicator-change.d.ts +3 -3
- package/lib/modules/progress-indicator/types/progress-indicator-item-status.d.ts +4 -4
- package/lib/modules/progress-indicator/types/progress-indicator-message-type.d.ts +5 -5
- package/lib/modules/progress-indicator/types/progress-indicator-message.d.ts +1 -1
- package/lib/modules/progress-indicator/types/progress-indicator-mode.d.ts +2 -2
- package/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.d.ts +1 -1
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"originalName": "",
|
|
25
25
|
"children": [
|
|
26
26
|
{
|
|
27
|
-
"id":
|
|
27
|
+
"id": 210,
|
|
28
28
|
"name": "SkyProgressIndicatorItemStatus",
|
|
29
29
|
"kind": 8,
|
|
30
30
|
"kindString": "Enumeration",
|
|
31
31
|
"flags": {},
|
|
32
32
|
"children": [
|
|
33
33
|
{
|
|
34
|
-
"id":
|
|
34
|
+
"id": 211,
|
|
35
35
|
"name": "Active",
|
|
36
36
|
"kind": 16,
|
|
37
37
|
"kindString": "Enumeration Member",
|
|
38
38
|
"flags": {},
|
|
39
39
|
"comment": {
|
|
40
|
-
"shortText": "
|
|
40
|
+
"shortText": "The item is active."
|
|
41
41
|
},
|
|
42
42
|
"sources": [
|
|
43
43
|
{
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"defaultValue": "0"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"id":
|
|
56
|
+
"id": 212,
|
|
57
57
|
"name": "Complete",
|
|
58
58
|
"kind": 16,
|
|
59
59
|
"kindString": "Enumeration Member",
|
|
60
60
|
"flags": {},
|
|
61
61
|
"comment": {
|
|
62
|
-
"shortText": "
|
|
62
|
+
"shortText": "The item is complete."
|
|
63
63
|
},
|
|
64
64
|
"sources": [
|
|
65
65
|
{
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"defaultValue": "1"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"id":
|
|
78
|
+
"id": 213,
|
|
79
79
|
"name": "Incomplete",
|
|
80
80
|
"kind": 16,
|
|
81
81
|
"kindString": "Enumeration Member",
|
|
82
82
|
"flags": {},
|
|
83
83
|
"comment": {
|
|
84
|
-
"shortText": "
|
|
84
|
+
"shortText": "The item is incomplete."
|
|
85
85
|
},
|
|
86
86
|
"sources": [
|
|
87
87
|
{
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
"defaultValue": "2"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"id":
|
|
100
|
+
"id": 214,
|
|
101
101
|
"name": "Pending",
|
|
102
102
|
"kind": 16,
|
|
103
103
|
"kindString": "Enumeration Member",
|
|
104
104
|
"flags": {},
|
|
105
105
|
"comment": {
|
|
106
|
-
"shortText": "
|
|
106
|
+
"shortText": "The item is pending."
|
|
107
107
|
},
|
|
108
108
|
"sources": [
|
|
109
109
|
{
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"title": "Enumeration Members",
|
|
125
125
|
"kind": 16,
|
|
126
126
|
"children": [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
211,
|
|
128
|
+
212,
|
|
129
|
+
213,
|
|
130
|
+
214
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -140,20 +140,20 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"id":
|
|
143
|
+
"id": 222,
|
|
144
144
|
"name": "SkyProgressIndicatorMessageType",
|
|
145
145
|
"kind": 8,
|
|
146
146
|
"kindString": "Enumeration",
|
|
147
147
|
"flags": {},
|
|
148
148
|
"children": [
|
|
149
149
|
{
|
|
150
|
-
"id":
|
|
150
|
+
"id": 226,
|
|
151
151
|
"name": "Finish",
|
|
152
152
|
"kind": 16,
|
|
153
153
|
"kindString": "Enumeration Member",
|
|
154
154
|
"flags": {},
|
|
155
155
|
"comment": {
|
|
156
|
-
"shortText": "
|
|
156
|
+
"shortText": "Progress is complete.\nThis marks all items as complete and sets the last item as the active item."
|
|
157
157
|
},
|
|
158
158
|
"sources": [
|
|
159
159
|
{
|
|
@@ -169,13 +169,13 @@
|
|
|
169
169
|
"defaultValue": "3"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
|
-
"id":
|
|
172
|
+
"id": 227,
|
|
173
173
|
"name": "GoTo",
|
|
174
174
|
"kind": 16,
|
|
175
175
|
"kindString": "Enumeration Member",
|
|
176
176
|
"flags": {},
|
|
177
177
|
"comment": {
|
|
178
|
-
"shortText": "
|
|
178
|
+
"shortText": "Moves progress to the item indicated by the `data.activeIndex` property."
|
|
179
179
|
},
|
|
180
180
|
"sources": [
|
|
181
181
|
{
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
"defaultValue": "4"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
"id":
|
|
194
|
+
"id": 223,
|
|
195
195
|
"name": "Progress",
|
|
196
196
|
"kind": 16,
|
|
197
197
|
"kindString": "Enumeration Member",
|
|
198
198
|
"flags": {},
|
|
199
199
|
"comment": {
|
|
200
|
-
"shortText": "
|
|
200
|
+
"shortText": "The current step is complete.\nThis completes the active item and moves to the next item."
|
|
201
201
|
},
|
|
202
202
|
"sources": [
|
|
203
203
|
{
|
|
@@ -213,13 +213,13 @@
|
|
|
213
213
|
"defaultValue": "0"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"id":
|
|
216
|
+
"id": 224,
|
|
217
217
|
"name": "Regress",
|
|
218
218
|
"kind": 16,
|
|
219
219
|
"kindString": "Enumeration Member",
|
|
220
220
|
"flags": {},
|
|
221
221
|
"comment": {
|
|
222
|
-
"shortText": "
|
|
222
|
+
"shortText": "Returns progress to the previous step.\nThis moves from the active item to the item that precedes it."
|
|
223
223
|
},
|
|
224
224
|
"sources": [
|
|
225
225
|
{
|
|
@@ -235,13 +235,13 @@
|
|
|
235
235
|
"defaultValue": "1"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 225,
|
|
239
239
|
"name": "Reset",
|
|
240
240
|
"kind": 16,
|
|
241
241
|
"kindString": "Enumeration Member",
|
|
242
242
|
"flags": {},
|
|
243
243
|
"comment": {
|
|
244
|
-
"shortText": "
|
|
244
|
+
"shortText": "Progress is incomplete.\nThis marks all items as incomplete and sets the first item as the active item."
|
|
245
245
|
},
|
|
246
246
|
"sources": [
|
|
247
247
|
{
|
|
@@ -262,11 +262,11 @@
|
|
|
262
262
|
"title": "Enumeration Members",
|
|
263
263
|
"kind": 16,
|
|
264
264
|
"children": [
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
265
|
+
226,
|
|
266
|
+
227,
|
|
267
|
+
223,
|
|
268
|
+
224,
|
|
269
|
+
225
|
|
270
270
|
]
|
|
271
271
|
}
|
|
272
272
|
],
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
]
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"id":
|
|
282
|
+
"id": 196,
|
|
283
283
|
"name": "SkyProgressIndicatorActionClickProgressHandler",
|
|
284
284
|
"kind": 128,
|
|
285
285
|
"kindString": "Class",
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
},
|
|
290
290
|
"children": [
|
|
291
291
|
{
|
|
292
|
-
"id":
|
|
292
|
+
"id": 197,
|
|
293
293
|
"name": "constructor",
|
|
294
294
|
"kind": 512,
|
|
295
295
|
"kindString": "Constructor",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
],
|
|
304
304
|
"signatures": [
|
|
305
305
|
{
|
|
306
|
-
"id":
|
|
306
|
+
"id": 198,
|
|
307
307
|
"name": "new SkyProgressIndicatorActionClickProgressHandler",
|
|
308
308
|
"kind": 16384,
|
|
309
309
|
"kindString": "Constructor signature",
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"comment": {},
|
|
312
312
|
"parameters": [
|
|
313
313
|
{
|
|
314
|
-
"id":
|
|
314
|
+
"id": 199,
|
|
315
315
|
"name": "advance",
|
|
316
316
|
"kind": 32768,
|
|
317
317
|
"kindString": "Parameter",
|
|
@@ -322,14 +322,14 @@
|
|
|
322
322
|
"type": {
|
|
323
323
|
"type": "reflection",
|
|
324
324
|
"declaration": {
|
|
325
|
-
"id":
|
|
325
|
+
"id": 200,
|
|
326
326
|
"name": "__type",
|
|
327
327
|
"kind": 65536,
|
|
328
328
|
"kindString": "Type literal",
|
|
329
329
|
"flags": {},
|
|
330
330
|
"signatures": [
|
|
331
331
|
{
|
|
332
|
-
"id":
|
|
332
|
+
"id": 201,
|
|
333
333
|
"name": "__type",
|
|
334
334
|
"kind": 4096,
|
|
335
335
|
"kindString": "Call signature",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
],
|
|
347
347
|
"type": {
|
|
348
348
|
"type": "reference",
|
|
349
|
-
"id":
|
|
349
|
+
"id": 196,
|
|
350
350
|
"name": "SkyProgressIndicatorActionClickProgressHandler"
|
|
351
351
|
}
|
|
352
352
|
}
|
|
@@ -358,14 +358,14 @@
|
|
|
358
358
|
"title": "Constructors",
|
|
359
359
|
"kind": 512,
|
|
360
360
|
"children": [
|
|
361
|
-
|
|
361
|
+
197
|
|
362
362
|
]
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"title": "Properties",
|
|
366
366
|
"kind": 1024,
|
|
367
367
|
"children": [
|
|
368
|
-
|
|
368
|
+
202
|
|
369
369
|
]
|
|
370
370
|
}
|
|
371
371
|
],
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
]
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
"id":
|
|
381
|
+
"id": 190,
|
|
382
382
|
"name": "SkyProgressIndicatorModule",
|
|
383
383
|
"kind": 128,
|
|
384
384
|
"kindString": "Class",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"title": "Constructors",
|
|
404
404
|
"kind": 512,
|
|
405
405
|
"children": [
|
|
406
|
-
|
|
406
|
+
191
|
|
407
407
|
]
|
|
408
408
|
}
|
|
409
409
|
],
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"sources": [
|
|
449
449
|
{
|
|
450
450
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
451
|
-
"line":
|
|
451
|
+
"line": 109,
|
|
452
452
|
"character": 2
|
|
453
453
|
}
|
|
454
454
|
],
|
|
@@ -503,8 +503,8 @@
|
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
|
-
"id":
|
|
507
|
-
"name": "
|
|
506
|
+
"id": 26,
|
|
507
|
+
"name": "statusName",
|
|
508
508
|
"kind": 1024,
|
|
509
509
|
"kindString": "Property",
|
|
510
510
|
"flags": {
|
|
@@ -513,21 +513,21 @@
|
|
|
513
513
|
"sources": [
|
|
514
514
|
{
|
|
515
515
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
516
|
-
"line":
|
|
516
|
+
"line": 98,
|
|
517
517
|
"character": 9
|
|
518
518
|
}
|
|
519
519
|
],
|
|
520
520
|
"type": {
|
|
521
521
|
"type": "intrinsic",
|
|
522
|
-
"name": "
|
|
522
|
+
"name": "string"
|
|
523
523
|
},
|
|
524
|
-
"defaultValue": "
|
|
524
|
+
"defaultValue": "STATUS_NAME_DEFAULT"
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
|
-
"id":
|
|
528
|
-
"name": "
|
|
529
|
-
"kind":
|
|
530
|
-
"kindString": "
|
|
527
|
+
"id": 14,
|
|
528
|
+
"name": "isVisible",
|
|
529
|
+
"kind": 262144,
|
|
530
|
+
"kindString": "Accessor",
|
|
531
531
|
"flags": {
|
|
532
532
|
"isPublic": true
|
|
533
533
|
},
|
|
@@ -535,56 +535,158 @@
|
|
|
535
535
|
{
|
|
536
536
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
537
537
|
"line": 71,
|
|
538
|
-
"character":
|
|
538
|
+
"character": 13
|
|
539
539
|
}
|
|
540
540
|
],
|
|
541
|
-
"
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
541
|
+
"getSignature": [
|
|
542
|
+
{
|
|
543
|
+
"id": 15,
|
|
544
|
+
"name": "isVisible",
|
|
545
|
+
"kind": 524288,
|
|
546
|
+
"kindString": "Get signature",
|
|
547
|
+
"flags": {},
|
|
548
|
+
"type": {
|
|
549
|
+
"type": "intrinsic",
|
|
550
|
+
"name": "boolean"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"setSignature": [
|
|
555
|
+
{
|
|
556
|
+
"id": 16,
|
|
557
|
+
"name": "isVisible",
|
|
558
|
+
"kind": 1048576,
|
|
559
|
+
"kindString": "Set signature",
|
|
560
|
+
"flags": {},
|
|
561
|
+
"parameters": [
|
|
562
|
+
{
|
|
563
|
+
"id": 17,
|
|
564
|
+
"name": "value",
|
|
565
|
+
"kind": 32768,
|
|
566
|
+
"kindString": "Parameter",
|
|
567
|
+
"flags": {},
|
|
568
|
+
"type": {
|
|
569
|
+
"type": "intrinsic",
|
|
570
|
+
"name": "boolean"
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"type": {
|
|
575
|
+
"type": "intrinsic",
|
|
576
|
+
"name": "void"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
]
|
|
546
580
|
},
|
|
547
581
|
{
|
|
548
|
-
"id":
|
|
549
|
-
"name": "
|
|
550
|
-
"kind":
|
|
551
|
-
"kindString": "
|
|
582
|
+
"id": 18,
|
|
583
|
+
"name": "showStatusMarker",
|
|
584
|
+
"kind": 262144,
|
|
585
|
+
"kindString": "Accessor",
|
|
552
586
|
"flags": {
|
|
553
587
|
"isPublic": true
|
|
554
588
|
},
|
|
555
589
|
"sources": [
|
|
556
590
|
{
|
|
557
591
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
558
|
-
"line":
|
|
559
|
-
"character":
|
|
592
|
+
"line": 80,
|
|
593
|
+
"character": 13
|
|
560
594
|
}
|
|
561
595
|
],
|
|
562
|
-
"
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
596
|
+
"getSignature": [
|
|
597
|
+
{
|
|
598
|
+
"id": 19,
|
|
599
|
+
"name": "showStatusMarker",
|
|
600
|
+
"kind": 524288,
|
|
601
|
+
"kindString": "Get signature",
|
|
602
|
+
"flags": {},
|
|
603
|
+
"type": {
|
|
604
|
+
"type": "intrinsic",
|
|
605
|
+
"name": "boolean"
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
],
|
|
609
|
+
"setSignature": [
|
|
610
|
+
{
|
|
611
|
+
"id": 20,
|
|
612
|
+
"name": "showStatusMarker",
|
|
613
|
+
"kind": 1048576,
|
|
614
|
+
"kindString": "Set signature",
|
|
615
|
+
"flags": {},
|
|
616
|
+
"parameters": [
|
|
617
|
+
{
|
|
618
|
+
"id": 21,
|
|
619
|
+
"name": "value",
|
|
620
|
+
"kind": 32768,
|
|
621
|
+
"kindString": "Parameter",
|
|
622
|
+
"flags": {},
|
|
623
|
+
"type": {
|
|
624
|
+
"type": "intrinsic",
|
|
625
|
+
"name": "boolean"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
],
|
|
629
|
+
"type": {
|
|
630
|
+
"type": "intrinsic",
|
|
631
|
+
"name": "void"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
]
|
|
567
635
|
},
|
|
568
636
|
{
|
|
569
|
-
"id":
|
|
570
|
-
"name": "
|
|
571
|
-
"kind":
|
|
572
|
-
"kindString": "
|
|
637
|
+
"id": 22,
|
|
638
|
+
"name": "showTitle",
|
|
639
|
+
"kind": 262144,
|
|
640
|
+
"kindString": "Accessor",
|
|
573
641
|
"flags": {
|
|
574
642
|
"isPublic": true
|
|
575
643
|
},
|
|
576
644
|
"sources": [
|
|
577
645
|
{
|
|
578
646
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
579
|
-
"line":
|
|
580
|
-
"character":
|
|
647
|
+
"line": 89,
|
|
648
|
+
"character": 13
|
|
581
649
|
}
|
|
582
650
|
],
|
|
583
|
-
"
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
651
|
+
"getSignature": [
|
|
652
|
+
{
|
|
653
|
+
"id": 23,
|
|
654
|
+
"name": "showTitle",
|
|
655
|
+
"kind": 524288,
|
|
656
|
+
"kindString": "Get signature",
|
|
657
|
+
"flags": {},
|
|
658
|
+
"type": {
|
|
659
|
+
"type": "intrinsic",
|
|
660
|
+
"name": "boolean"
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"setSignature": [
|
|
665
|
+
{
|
|
666
|
+
"id": 24,
|
|
667
|
+
"name": "showTitle",
|
|
668
|
+
"kind": 1048576,
|
|
669
|
+
"kindString": "Set signature",
|
|
670
|
+
"flags": {},
|
|
671
|
+
"parameters": [
|
|
672
|
+
{
|
|
673
|
+
"id": 25,
|
|
674
|
+
"name": "value",
|
|
675
|
+
"kind": 32768,
|
|
676
|
+
"kindString": "Parameter",
|
|
677
|
+
"flags": {},
|
|
678
|
+
"type": {
|
|
679
|
+
"type": "intrinsic",
|
|
680
|
+
"name": "boolean"
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"type": {
|
|
685
|
+
"type": "intrinsic",
|
|
686
|
+
"name": "void"
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
]
|
|
588
690
|
},
|
|
589
691
|
{
|
|
590
692
|
"id": 9,
|
|
@@ -610,7 +712,7 @@
|
|
|
610
712
|
"flags": {},
|
|
611
713
|
"type": {
|
|
612
714
|
"type": "reference",
|
|
613
|
-
"id":
|
|
715
|
+
"id": 210,
|
|
614
716
|
"name": "SkyProgressIndicatorItemStatus"
|
|
615
717
|
}
|
|
616
718
|
}
|
|
@@ -631,7 +733,7 @@
|
|
|
631
733
|
"flags": {},
|
|
632
734
|
"type": {
|
|
633
735
|
"type": "reference",
|
|
634
|
-
"id":
|
|
736
|
+
"id": 210,
|
|
635
737
|
"name": "SkyProgressIndicatorItemStatus"
|
|
636
738
|
}
|
|
637
739
|
}
|
|
@@ -678,7 +780,7 @@
|
|
|
678
780
|
"kindString": "Get signature",
|
|
679
781
|
"flags": {},
|
|
680
782
|
"comment": {
|
|
681
|
-
"shortText": "
|
|
783
|
+
"shortText": "The step label for the step in the progress indicator.",
|
|
682
784
|
"tags": [
|
|
683
785
|
{
|
|
684
786
|
"tag": "required",
|
|
@@ -700,7 +802,7 @@
|
|
|
700
802
|
"kindString": "Set signature",
|
|
701
803
|
"flags": {},
|
|
702
804
|
"comment": {
|
|
703
|
-
"shortText": "
|
|
805
|
+
"shortText": "The step label for the step in the progress indicator.",
|
|
704
806
|
"tags": [
|
|
705
807
|
{
|
|
706
808
|
"tag": "required",
|
|
@@ -729,7 +831,7 @@
|
|
|
729
831
|
]
|
|
730
832
|
},
|
|
731
833
|
{
|
|
732
|
-
"id":
|
|
834
|
+
"id": 39,
|
|
733
835
|
"name": "hideStepNumber",
|
|
734
836
|
"kind": 2048,
|
|
735
837
|
"kindString": "Method",
|
|
@@ -739,13 +841,13 @@
|
|
|
739
841
|
"sources": [
|
|
740
842
|
{
|
|
741
843
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
742
|
-
"line":
|
|
844
|
+
"line": 122,
|
|
743
845
|
"character": 9
|
|
744
846
|
}
|
|
745
847
|
],
|
|
746
848
|
"signatures": [
|
|
747
849
|
{
|
|
748
|
-
"id":
|
|
850
|
+
"id": 40,
|
|
749
851
|
"name": "hideStepNumber",
|
|
750
852
|
"kind": 4096,
|
|
751
853
|
"kindString": "Call signature",
|
|
@@ -758,7 +860,7 @@
|
|
|
758
860
|
]
|
|
759
861
|
},
|
|
760
862
|
{
|
|
761
|
-
"id":
|
|
863
|
+
"id": 34,
|
|
762
864
|
"name": "ngOnInit",
|
|
763
865
|
"kind": 2048,
|
|
764
866
|
"kindString": "Method",
|
|
@@ -768,13 +870,13 @@
|
|
|
768
870
|
"sources": [
|
|
769
871
|
{
|
|
770
872
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
771
|
-
"line":
|
|
873
|
+
"line": 113,
|
|
772
874
|
"character": 9
|
|
773
875
|
}
|
|
774
876
|
],
|
|
775
877
|
"signatures": [
|
|
776
878
|
{
|
|
777
|
-
"id":
|
|
879
|
+
"id": 35,
|
|
778
880
|
"name": "ngOnInit",
|
|
779
881
|
"kind": 4096,
|
|
780
882
|
"kindString": "Call signature",
|
|
@@ -795,7 +897,7 @@
|
|
|
795
897
|
}
|
|
796
898
|
},
|
|
797
899
|
{
|
|
798
|
-
"id":
|
|
900
|
+
"id": 36,
|
|
799
901
|
"name": "showStepNumber",
|
|
800
902
|
"kind": 2048,
|
|
801
903
|
"kindString": "Method",
|
|
@@ -805,20 +907,20 @@
|
|
|
805
907
|
"sources": [
|
|
806
908
|
{
|
|
807
909
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
808
|
-
"line":
|
|
910
|
+
"line": 117,
|
|
809
911
|
"character": 9
|
|
810
912
|
}
|
|
811
913
|
],
|
|
812
914
|
"signatures": [
|
|
813
915
|
{
|
|
814
|
-
"id":
|
|
916
|
+
"id": 37,
|
|
815
917
|
"name": "showStepNumber",
|
|
816
918
|
"kind": 4096,
|
|
817
919
|
"kindString": "Call signature",
|
|
818
920
|
"flags": {},
|
|
819
921
|
"parameters": [
|
|
820
922
|
{
|
|
821
|
-
"id":
|
|
923
|
+
"id": 38,
|
|
822
924
|
"name": "step",
|
|
823
925
|
"kind": 32768,
|
|
824
926
|
"kindString": "Parameter",
|
|
@@ -850,16 +952,16 @@
|
|
|
850
952
|
"kind": 1024,
|
|
851
953
|
"children": [
|
|
852
954
|
13,
|
|
853
|
-
|
|
854
|
-
15,
|
|
855
|
-
16,
|
|
856
|
-
17
|
|
955
|
+
26
|
|
857
956
|
]
|
|
858
957
|
},
|
|
859
958
|
{
|
|
860
959
|
"title": "Accessors",
|
|
861
960
|
"kind": 262144,
|
|
862
961
|
"children": [
|
|
962
|
+
14,
|
|
963
|
+
18,
|
|
964
|
+
22,
|
|
863
965
|
9,
|
|
864
966
|
5
|
|
865
967
|
]
|
|
@@ -868,9 +970,9 @@
|
|
|
868
970
|
"title": "Methods",
|
|
869
971
|
"kind": 2048,
|
|
870
972
|
"children": [
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
973
|
+
39,
|
|
974
|
+
34,
|
|
975
|
+
36
|
|
874
976
|
]
|
|
875
977
|
}
|
|
876
978
|
],
|
|
@@ -891,7 +993,7 @@
|
|
|
891
993
|
]
|
|
892
994
|
},
|
|
893
995
|
{
|
|
894
|
-
"id":
|
|
996
|
+
"id": 43,
|
|
895
997
|
"name": "SkyProgressIndicatorComponent",
|
|
896
998
|
"kind": 128,
|
|
897
999
|
"kindString": "Class",
|
|
@@ -912,7 +1014,7 @@
|
|
|
912
1014
|
],
|
|
913
1015
|
"children": [
|
|
914
1016
|
{
|
|
915
|
-
"id":
|
|
1017
|
+
"id": 44,
|
|
916
1018
|
"name": "constructor",
|
|
917
1019
|
"kind": 512,
|
|
918
1020
|
"kindString": "Constructor",
|
|
@@ -926,14 +1028,14 @@
|
|
|
926
1028
|
],
|
|
927
1029
|
"signatures": [
|
|
928
1030
|
{
|
|
929
|
-
"id":
|
|
1031
|
+
"id": 45,
|
|
930
1032
|
"name": "SkyProgressIndicatorComponent",
|
|
931
1033
|
"kind": 16384,
|
|
932
1034
|
"kindString": "Constructor signature",
|
|
933
1035
|
"flags": {},
|
|
934
1036
|
"parameters": [
|
|
935
1037
|
{
|
|
936
|
-
"id":
|
|
1038
|
+
"id": 46,
|
|
937
1039
|
"name": "changeDetector",
|
|
938
1040
|
"kind": 32768,
|
|
939
1041
|
"kindString": "Parameter",
|
|
@@ -946,7 +1048,7 @@
|
|
|
946
1048
|
}
|
|
947
1049
|
},
|
|
948
1050
|
{
|
|
949
|
-
"id":
|
|
1051
|
+
"id": 47,
|
|
950
1052
|
"name": "windowRef",
|
|
951
1053
|
"kind": 32768,
|
|
952
1054
|
"kindString": "Parameter",
|
|
@@ -957,7 +1059,7 @@
|
|
|
957
1059
|
}
|
|
958
1060
|
},
|
|
959
1061
|
{
|
|
960
|
-
"id":
|
|
1062
|
+
"id": 48,
|
|
961
1063
|
"name": "logger",
|
|
962
1064
|
"kind": 32768,
|
|
963
1065
|
"kindString": "Parameter",
|
|
@@ -970,14 +1072,14 @@
|
|
|
970
1072
|
],
|
|
971
1073
|
"type": {
|
|
972
1074
|
"type": "reference",
|
|
973
|
-
"id":
|
|
1075
|
+
"id": 43,
|
|
974
1076
|
"name": "SkyProgressIndicatorComponent"
|
|
975
1077
|
}
|
|
976
1078
|
}
|
|
977
1079
|
]
|
|
978
1080
|
},
|
|
979
1081
|
{
|
|
980
|
-
"id":
|
|
1082
|
+
"id": 70,
|
|
981
1083
|
"name": "cssClassNames",
|
|
982
1084
|
"kind": 1024,
|
|
983
1085
|
"kindString": "Property",
|
|
@@ -1001,7 +1103,7 @@
|
|
|
1001
1103
|
"defaultValue": "[]"
|
|
1002
1104
|
},
|
|
1003
1105
|
{
|
|
1004
|
-
"id":
|
|
1106
|
+
"id": 69,
|
|
1005
1107
|
"name": "itemComponents",
|
|
1006
1108
|
"kind": 1024,
|
|
1007
1109
|
"kindString": "Property",
|
|
@@ -1044,7 +1146,7 @@
|
|
|
1044
1146
|
}
|
|
1045
1147
|
},
|
|
1046
1148
|
{
|
|
1047
|
-
"id":
|
|
1149
|
+
"id": 71,
|
|
1048
1150
|
"name": "itemStatuses",
|
|
1049
1151
|
"kind": 1024,
|
|
1050
1152
|
"kindString": "Property",
|
|
@@ -1062,14 +1164,14 @@
|
|
|
1062
1164
|
"type": "array",
|
|
1063
1165
|
"elementType": {
|
|
1064
1166
|
"type": "reference",
|
|
1065
|
-
"id":
|
|
1167
|
+
"id": 210,
|
|
1066
1168
|
"name": "SkyProgressIndicatorItemStatus"
|
|
1067
1169
|
}
|
|
1068
1170
|
},
|
|
1069
1171
|
"defaultValue": "[]"
|
|
1070
1172
|
},
|
|
1071
1173
|
{
|
|
1072
|
-
"id":
|
|
1174
|
+
"id": 64,
|
|
1073
1175
|
"name": "progressChanges",
|
|
1074
1176
|
"kind": 1024,
|
|
1075
1177
|
"kindString": "Property",
|
|
@@ -1103,7 +1205,7 @@
|
|
|
1103
1205
|
"typeArguments": [
|
|
1104
1206
|
{
|
|
1105
1207
|
"type": "reference",
|
|
1106
|
-
"id":
|
|
1208
|
+
"id": 205,
|
|
1107
1209
|
"name": "SkyProgressIndicatorChange"
|
|
1108
1210
|
}
|
|
1109
1211
|
],
|
|
@@ -1114,7 +1216,7 @@
|
|
|
1114
1216
|
"defaultValue": "..."
|
|
1115
1217
|
},
|
|
1116
1218
|
{
|
|
1117
|
-
"id":
|
|
1219
|
+
"id": 49,
|
|
1118
1220
|
"name": "displayMode",
|
|
1119
1221
|
"kind": 262144,
|
|
1120
1222
|
"kindString": "Accessor",
|
|
@@ -1142,13 +1244,13 @@
|
|
|
1142
1244
|
],
|
|
1143
1245
|
"getSignature": [
|
|
1144
1246
|
{
|
|
1145
|
-
"id":
|
|
1247
|
+
"id": 50,
|
|
1146
1248
|
"name": "displayMode",
|
|
1147
1249
|
"kind": 524288,
|
|
1148
1250
|
"kindString": "Get signature",
|
|
1149
1251
|
"flags": {},
|
|
1150
1252
|
"comment": {
|
|
1151
|
-
"shortText": "
|
|
1253
|
+
"shortText": "The orientation of the progress indicator, which can be vertical or horizontal.\nFor [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)\nand [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),\nuse the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),\nuse the horizontal display mode.",
|
|
1152
1254
|
"tags": [
|
|
1153
1255
|
{
|
|
1154
1256
|
"tag": "deprecated",
|
|
@@ -1162,20 +1264,20 @@
|
|
|
1162
1264
|
},
|
|
1163
1265
|
"type": {
|
|
1164
1266
|
"type": "reference",
|
|
1165
|
-
"id":
|
|
1267
|
+
"id": 209,
|
|
1166
1268
|
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1167
1269
|
}
|
|
1168
1270
|
}
|
|
1169
1271
|
],
|
|
1170
1272
|
"setSignature": [
|
|
1171
1273
|
{
|
|
1172
|
-
"id":
|
|
1274
|
+
"id": 51,
|
|
1173
1275
|
"name": "displayMode",
|
|
1174
1276
|
"kind": 1048576,
|
|
1175
1277
|
"kindString": "Set signature",
|
|
1176
1278
|
"flags": {},
|
|
1177
1279
|
"comment": {
|
|
1178
|
-
"shortText": "
|
|
1280
|
+
"shortText": "The orientation of the progress indicator, which can be vertical or horizontal.\nFor [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)\nand [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),\nuse the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),\nuse the horizontal display mode.",
|
|
1179
1281
|
"tags": [
|
|
1180
1282
|
{
|
|
1181
1283
|
"tag": "deprecated",
|
|
@@ -1189,14 +1291,14 @@
|
|
|
1189
1291
|
},
|
|
1190
1292
|
"parameters": [
|
|
1191
1293
|
{
|
|
1192
|
-
"id":
|
|
1294
|
+
"id": 52,
|
|
1193
1295
|
"name": "value",
|
|
1194
1296
|
"kind": 32768,
|
|
1195
1297
|
"kindString": "Parameter",
|
|
1196
1298
|
"flags": {},
|
|
1197
1299
|
"type": {
|
|
1198
1300
|
"type": "reference",
|
|
1199
|
-
"id":
|
|
1301
|
+
"id": 209,
|
|
1200
1302
|
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1201
1303
|
}
|
|
1202
1304
|
}
|
|
@@ -1209,7 +1311,7 @@
|
|
|
1209
1311
|
]
|
|
1210
1312
|
},
|
|
1211
1313
|
{
|
|
1212
|
-
"id":
|
|
1314
|
+
"id": 65,
|
|
1213
1315
|
"name": "hasFinishButton",
|
|
1214
1316
|
"kind": 262144,
|
|
1215
1317
|
"kindString": "Accessor",
|
|
@@ -1225,7 +1327,7 @@
|
|
|
1225
1327
|
],
|
|
1226
1328
|
"getSignature": [
|
|
1227
1329
|
{
|
|
1228
|
-
"id":
|
|
1330
|
+
"id": 66,
|
|
1229
1331
|
"name": "hasFinishButton",
|
|
1230
1332
|
"kind": 524288,
|
|
1231
1333
|
"kindString": "Get signature",
|
|
@@ -1238,14 +1340,14 @@
|
|
|
1238
1340
|
],
|
|
1239
1341
|
"setSignature": [
|
|
1240
1342
|
{
|
|
1241
|
-
"id":
|
|
1343
|
+
"id": 67,
|
|
1242
1344
|
"name": "hasFinishButton",
|
|
1243
1345
|
"kind": 1048576,
|
|
1244
1346
|
"kindString": "Set signature",
|
|
1245
1347
|
"flags": {},
|
|
1246
1348
|
"parameters": [
|
|
1247
1349
|
{
|
|
1248
|
-
"id":
|
|
1350
|
+
"id": 68,
|
|
1249
1351
|
"name": "value",
|
|
1250
1352
|
"kind": 32768,
|
|
1251
1353
|
"kindString": "Parameter",
|
|
@@ -1264,7 +1366,7 @@
|
|
|
1264
1366
|
]
|
|
1265
1367
|
},
|
|
1266
1368
|
{
|
|
1267
|
-
"id":
|
|
1369
|
+
"id": 53,
|
|
1268
1370
|
"name": "isPassive",
|
|
1269
1371
|
"kind": 262144,
|
|
1270
1372
|
"kindString": "Accessor",
|
|
@@ -1292,13 +1394,13 @@
|
|
|
1292
1394
|
],
|
|
1293
1395
|
"getSignature": [
|
|
1294
1396
|
{
|
|
1295
|
-
"id":
|
|
1397
|
+
"id": 54,
|
|
1296
1398
|
"name": "isPassive",
|
|
1297
1399
|
"kind": 524288,
|
|
1298
1400
|
"kindString": "Get signature",
|
|
1299
1401
|
"flags": {},
|
|
1300
1402
|
"comment": {
|
|
1301
|
-
"shortText": "
|
|
1403
|
+
"shortText": "Whether the progress indicator is passive. Passive progress indicators inform users of\nprogress that concerns them but that they are not responsible for, and they must use the vertical display mode.",
|
|
1302
1404
|
"tags": [
|
|
1303
1405
|
{
|
|
1304
1406
|
"tag": "default",
|
|
@@ -1314,13 +1416,13 @@
|
|
|
1314
1416
|
],
|
|
1315
1417
|
"setSignature": [
|
|
1316
1418
|
{
|
|
1317
|
-
"id":
|
|
1419
|
+
"id": 55,
|
|
1318
1420
|
"name": "isPassive",
|
|
1319
1421
|
"kind": 1048576,
|
|
1320
1422
|
"kindString": "Set signature",
|
|
1321
1423
|
"flags": {},
|
|
1322
1424
|
"comment": {
|
|
1323
|
-
"shortText": "
|
|
1425
|
+
"shortText": "Whether the progress indicator is passive. Passive progress indicators inform users of\nprogress that concerns them but that they are not responsible for, and they must use the vertical display mode.",
|
|
1324
1426
|
"tags": [
|
|
1325
1427
|
{
|
|
1326
1428
|
"tag": "default",
|
|
@@ -1330,7 +1432,7 @@
|
|
|
1330
1432
|
},
|
|
1331
1433
|
"parameters": [
|
|
1332
1434
|
{
|
|
1333
|
-
"id":
|
|
1435
|
+
"id": 56,
|
|
1334
1436
|
"name": "value",
|
|
1335
1437
|
"kind": 32768,
|
|
1336
1438
|
"kindString": "Parameter",
|
|
@@ -1349,7 +1451,7 @@
|
|
|
1349
1451
|
]
|
|
1350
1452
|
},
|
|
1351
1453
|
{
|
|
1352
|
-
"id":
|
|
1454
|
+
"id": 57,
|
|
1353
1455
|
"name": "messageStream",
|
|
1354
1456
|
"kind": 262144,
|
|
1355
1457
|
"kindString": "Accessor",
|
|
@@ -1377,17 +1479,17 @@
|
|
|
1377
1479
|
],
|
|
1378
1480
|
"setSignature": [
|
|
1379
1481
|
{
|
|
1380
|
-
"id":
|
|
1482
|
+
"id": 58,
|
|
1381
1483
|
"name": "messageStream",
|
|
1382
1484
|
"kind": 1048576,
|
|
1383
1485
|
"kindString": "Set signature",
|
|
1384
1486
|
"flags": {},
|
|
1385
1487
|
"comment": {
|
|
1386
|
-
"shortText": "
|
|
1488
|
+
"shortText": "The observable of `SkyProgressIndicatorMessage` that determines the status to\ndisplay for items in the progress indicator. The message stream is a queue of\ncommanding messages to change the state of the progress indicator based on the message type."
|
|
1387
1489
|
},
|
|
1388
1490
|
"parameters": [
|
|
1389
1491
|
{
|
|
1390
|
-
"id":
|
|
1492
|
+
"id": 59,
|
|
1391
1493
|
"name": "value",
|
|
1392
1494
|
"kind": 32768,
|
|
1393
1495
|
"kindString": "Parameter",
|
|
@@ -1400,12 +1502,12 @@
|
|
|
1400
1502
|
"types": [
|
|
1401
1503
|
{
|
|
1402
1504
|
"type": "reference",
|
|
1403
|
-
"id":
|
|
1505
|
+
"id": 215,
|
|
1404
1506
|
"name": "SkyProgressIndicatorMessage"
|
|
1405
1507
|
},
|
|
1406
1508
|
{
|
|
1407
1509
|
"type": "reference",
|
|
1408
|
-
"id":
|
|
1510
|
+
"id": 222,
|
|
1409
1511
|
"name": "SkyProgressIndicatorMessageType"
|
|
1410
1512
|
}
|
|
1411
1513
|
]
|
|
@@ -1425,7 +1527,7 @@
|
|
|
1425
1527
|
]
|
|
1426
1528
|
},
|
|
1427
1529
|
{
|
|
1428
|
-
"id":
|
|
1530
|
+
"id": 60,
|
|
1429
1531
|
"name": "startingIndex",
|
|
1430
1532
|
"kind": 262144,
|
|
1431
1533
|
"kindString": "Accessor",
|
|
@@ -1453,13 +1555,13 @@
|
|
|
1453
1555
|
],
|
|
1454
1556
|
"getSignature": [
|
|
1455
1557
|
{
|
|
1456
|
-
"id":
|
|
1558
|
+
"id": 61,
|
|
1457
1559
|
"name": "startingIndex",
|
|
1458
1560
|
"kind": 524288,
|
|
1459
1561
|
"kindString": "Get signature",
|
|
1460
1562
|
"flags": {},
|
|
1461
1563
|
"comment": {
|
|
1462
|
-
"shortText": "
|
|
1564
|
+
"shortText": "The index for the item to make active when the progress indicator\nloads. All steps that precede the active item are marked as complete, and all steps\nthat follow the active item are marked as incomplete."
|
|
1463
1565
|
},
|
|
1464
1566
|
"type": {
|
|
1465
1567
|
"type": "intrinsic",
|
|
@@ -1469,17 +1571,17 @@
|
|
|
1469
1571
|
],
|
|
1470
1572
|
"setSignature": [
|
|
1471
1573
|
{
|
|
1472
|
-
"id":
|
|
1574
|
+
"id": 62,
|
|
1473
1575
|
"name": "startingIndex",
|
|
1474
1576
|
"kind": 1048576,
|
|
1475
1577
|
"kindString": "Set signature",
|
|
1476
1578
|
"flags": {},
|
|
1477
1579
|
"comment": {
|
|
1478
|
-
"shortText": "
|
|
1580
|
+
"shortText": "The index for the item to make active when the progress indicator\nloads. All steps that precede the active item are marked as complete, and all steps\nthat follow the active item are marked as incomplete."
|
|
1479
1581
|
},
|
|
1480
1582
|
"parameters": [
|
|
1481
1583
|
{
|
|
1482
|
-
"id":
|
|
1584
|
+
"id": 63,
|
|
1483
1585
|
"name": "value",
|
|
1484
1586
|
"kind": 32768,
|
|
1485
1587
|
"kindString": "Parameter",
|
|
@@ -1498,7 +1600,7 @@
|
|
|
1498
1600
|
]
|
|
1499
1601
|
},
|
|
1500
1602
|
{
|
|
1501
|
-
"id":
|
|
1603
|
+
"id": 90,
|
|
1502
1604
|
"name": "ngAfterContentInit",
|
|
1503
1605
|
"kind": 2048,
|
|
1504
1606
|
"kindString": "Method",
|
|
@@ -1514,7 +1616,7 @@
|
|
|
1514
1616
|
],
|
|
1515
1617
|
"signatures": [
|
|
1516
1618
|
{
|
|
1517
|
-
"id":
|
|
1619
|
+
"id": 91,
|
|
1518
1620
|
"name": "ngAfterContentInit",
|
|
1519
1621
|
"kind": 4096,
|
|
1520
1622
|
"kindString": "Call signature",
|
|
@@ -1535,7 +1637,7 @@
|
|
|
1535
1637
|
}
|
|
1536
1638
|
},
|
|
1537
1639
|
{
|
|
1538
|
-
"id":
|
|
1640
|
+
"id": 92,
|
|
1539
1641
|
"name": "ngOnDestroy",
|
|
1540
1642
|
"kind": 2048,
|
|
1541
1643
|
"kindString": "Method",
|
|
@@ -1551,7 +1653,7 @@
|
|
|
1551
1653
|
],
|
|
1552
1654
|
"signatures": [
|
|
1553
1655
|
{
|
|
1554
|
-
"id":
|
|
1656
|
+
"id": 93,
|
|
1555
1657
|
"name": "ngOnDestroy",
|
|
1556
1658
|
"kind": 4096,
|
|
1557
1659
|
"kindString": "Call signature",
|
|
@@ -1572,7 +1674,7 @@
|
|
|
1572
1674
|
}
|
|
1573
1675
|
},
|
|
1574
1676
|
{
|
|
1575
|
-
"id":
|
|
1677
|
+
"id": 88,
|
|
1576
1678
|
"name": "ngOnInit",
|
|
1577
1679
|
"kind": 2048,
|
|
1578
1680
|
"kindString": "Method",
|
|
@@ -1588,7 +1690,7 @@
|
|
|
1588
1690
|
],
|
|
1589
1691
|
"signatures": [
|
|
1590
1692
|
{
|
|
1591
|
-
"id":
|
|
1693
|
+
"id": 89,
|
|
1592
1694
|
"name": "ngOnInit",
|
|
1593
1695
|
"kind": 4096,
|
|
1594
1696
|
"kindString": "Call signature",
|
|
@@ -1609,7 +1711,7 @@
|
|
|
1609
1711
|
}
|
|
1610
1712
|
},
|
|
1611
1713
|
{
|
|
1612
|
-
"id":
|
|
1714
|
+
"id": 94,
|
|
1613
1715
|
"name": "sendMessage",
|
|
1614
1716
|
"kind": 2048,
|
|
1615
1717
|
"kindString": "Method",
|
|
@@ -1625,21 +1727,21 @@
|
|
|
1625
1727
|
],
|
|
1626
1728
|
"signatures": [
|
|
1627
1729
|
{
|
|
1628
|
-
"id":
|
|
1730
|
+
"id": 95,
|
|
1629
1731
|
"name": "sendMessage",
|
|
1630
1732
|
"kind": 4096,
|
|
1631
1733
|
"kindString": "Call signature",
|
|
1632
1734
|
"flags": {},
|
|
1633
1735
|
"parameters": [
|
|
1634
1736
|
{
|
|
1635
|
-
"id":
|
|
1737
|
+
"id": 96,
|
|
1636
1738
|
"name": "message",
|
|
1637
1739
|
"kind": 32768,
|
|
1638
1740
|
"kindString": "Parameter",
|
|
1639
1741
|
"flags": {},
|
|
1640
1742
|
"type": {
|
|
1641
1743
|
"type": "reference",
|
|
1642
|
-
"id":
|
|
1744
|
+
"id": 215,
|
|
1643
1745
|
"name": "SkyProgressIndicatorMessage"
|
|
1644
1746
|
}
|
|
1645
1747
|
}
|
|
@@ -1657,38 +1759,38 @@
|
|
|
1657
1759
|
"title": "Constructors",
|
|
1658
1760
|
"kind": 512,
|
|
1659
1761
|
"children": [
|
|
1660
|
-
|
|
1762
|
+
44
|
|
1661
1763
|
]
|
|
1662
1764
|
},
|
|
1663
1765
|
{
|
|
1664
1766
|
"title": "Properties",
|
|
1665
1767
|
"kind": 1024,
|
|
1666
1768
|
"children": [
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1769
|
+
70,
|
|
1770
|
+
69,
|
|
1771
|
+
71,
|
|
1772
|
+
64
|
|
1671
1773
|
]
|
|
1672
1774
|
},
|
|
1673
1775
|
{
|
|
1674
1776
|
"title": "Accessors",
|
|
1675
1777
|
"kind": 262144,
|
|
1676
1778
|
"children": [
|
|
1677
|
-
|
|
1779
|
+
49,
|
|
1780
|
+
65,
|
|
1678
1781
|
53,
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
48
|
|
1782
|
+
57,
|
|
1783
|
+
60
|
|
1682
1784
|
]
|
|
1683
1785
|
},
|
|
1684
1786
|
{
|
|
1685
1787
|
"title": "Methods",
|
|
1686
1788
|
"kind": 2048,
|
|
1687
1789
|
"children": [
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1790
|
+
90,
|
|
1791
|
+
92,
|
|
1792
|
+
88,
|
|
1793
|
+
94
|
|
1692
1794
|
]
|
|
1693
1795
|
}
|
|
1694
1796
|
],
|
|
@@ -1721,7 +1823,7 @@
|
|
|
1721
1823
|
]
|
|
1722
1824
|
},
|
|
1723
1825
|
{
|
|
1724
|
-
"id":
|
|
1826
|
+
"id": 126,
|
|
1725
1827
|
"name": "SkyProgressIndicatorNavButtonComponent",
|
|
1726
1828
|
"kind": 128,
|
|
1727
1829
|
"kindString": "Class",
|
|
@@ -1745,7 +1847,7 @@
|
|
|
1745
1847
|
],
|
|
1746
1848
|
"children": [
|
|
1747
1849
|
{
|
|
1748
|
-
"id":
|
|
1850
|
+
"id": 127,
|
|
1749
1851
|
"name": "constructor",
|
|
1750
1852
|
"kind": 512,
|
|
1751
1853
|
"kindString": "Constructor",
|
|
@@ -1753,20 +1855,20 @@
|
|
|
1753
1855
|
"sources": [
|
|
1754
1856
|
{
|
|
1755
1857
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1756
|
-
"line":
|
|
1858
|
+
"line": 152,
|
|
1757
1859
|
"character": 2
|
|
1758
1860
|
}
|
|
1759
1861
|
],
|
|
1760
1862
|
"signatures": [
|
|
1761
1863
|
{
|
|
1762
|
-
"id":
|
|
1864
|
+
"id": 128,
|
|
1763
1865
|
"name": "SkyProgressIndicatorNavButtonComponent",
|
|
1764
1866
|
"kind": 16384,
|
|
1765
1867
|
"kindString": "Constructor signature",
|
|
1766
1868
|
"flags": {},
|
|
1767
1869
|
"parameters": [
|
|
1768
1870
|
{
|
|
1769
|
-
"id":
|
|
1871
|
+
"id": 129,
|
|
1770
1872
|
"name": "changeDetector",
|
|
1771
1873
|
"kind": 32768,
|
|
1772
1874
|
"kindString": "Parameter",
|
|
@@ -1779,7 +1881,7 @@
|
|
|
1779
1881
|
}
|
|
1780
1882
|
},
|
|
1781
1883
|
{
|
|
1782
|
-
"id":
|
|
1884
|
+
"id": 130,
|
|
1783
1885
|
"name": "parentComponent",
|
|
1784
1886
|
"kind": 32768,
|
|
1785
1887
|
"kindString": "Parameter",
|
|
@@ -1800,21 +1902,21 @@
|
|
|
1800
1902
|
],
|
|
1801
1903
|
"type": {
|
|
1802
1904
|
"type": "reference",
|
|
1803
|
-
"id":
|
|
1905
|
+
"id": 43,
|
|
1804
1906
|
"name": "SkyProgressIndicatorComponent"
|
|
1805
1907
|
}
|
|
1806
1908
|
}
|
|
1807
1909
|
],
|
|
1808
1910
|
"type": {
|
|
1809
1911
|
"type": "reference",
|
|
1810
|
-
"id":
|
|
1912
|
+
"id": 126,
|
|
1811
1913
|
"name": "SkyProgressIndicatorNavButtonComponent"
|
|
1812
1914
|
}
|
|
1813
1915
|
}
|
|
1814
1916
|
]
|
|
1815
1917
|
},
|
|
1816
1918
|
{
|
|
1817
|
-
"id":
|
|
1919
|
+
"id": 144,
|
|
1818
1920
|
"name": "actionClick",
|
|
1819
1921
|
"kind": 1024,
|
|
1820
1922
|
"kindString": "Property",
|
|
@@ -1839,7 +1941,7 @@
|
|
|
1839
1941
|
"sources": [
|
|
1840
1942
|
{
|
|
1841
1943
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1842
|
-
"line":
|
|
1944
|
+
"line": 128,
|
|
1843
1945
|
"character": 9
|
|
1844
1946
|
}
|
|
1845
1947
|
],
|
|
@@ -1848,7 +1950,7 @@
|
|
|
1848
1950
|
"typeArguments": [
|
|
1849
1951
|
{
|
|
1850
1952
|
"type": "reference",
|
|
1851
|
-
"id":
|
|
1953
|
+
"id": 193,
|
|
1852
1954
|
"name": "SkyProgressIndicatorActionClickArgs"
|
|
1853
1955
|
}
|
|
1854
1956
|
],
|
|
@@ -1859,7 +1961,7 @@
|
|
|
1859
1961
|
"defaultValue": "..."
|
|
1860
1962
|
},
|
|
1861
1963
|
{
|
|
1862
|
-
"id":
|
|
1964
|
+
"id": 131,
|
|
1863
1965
|
"name": "buttonText",
|
|
1864
1966
|
"kind": 1024,
|
|
1865
1967
|
"kindString": "Property",
|
|
@@ -1867,7 +1969,7 @@
|
|
|
1867
1969
|
"isPublic": true
|
|
1868
1970
|
},
|
|
1869
1971
|
"comment": {
|
|
1870
|
-
"shortText": "
|
|
1972
|
+
"shortText": "The label to display on the nav button.",
|
|
1871
1973
|
"tags": [
|
|
1872
1974
|
{
|
|
1873
1975
|
"tag": "default",
|
|
@@ -1900,7 +2002,7 @@
|
|
|
1900
2002
|
}
|
|
1901
2003
|
},
|
|
1902
2004
|
{
|
|
1903
|
-
"id":
|
|
2005
|
+
"id": 149,
|
|
1904
2006
|
"name": "lastProgressChange",
|
|
1905
2007
|
"kind": 1024,
|
|
1906
2008
|
"kindString": "Property",
|
|
@@ -1910,18 +2012,18 @@
|
|
|
1910
2012
|
"sources": [
|
|
1911
2013
|
{
|
|
1912
2014
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1913
|
-
"line":
|
|
2015
|
+
"line": 139,
|
|
1914
2016
|
"character": 9
|
|
1915
2017
|
}
|
|
1916
2018
|
],
|
|
1917
2019
|
"type": {
|
|
1918
2020
|
"type": "reference",
|
|
1919
|
-
"id":
|
|
2021
|
+
"id": 205,
|
|
1920
2022
|
"name": "SkyProgressIndicatorChange"
|
|
1921
2023
|
}
|
|
1922
2024
|
},
|
|
1923
2025
|
{
|
|
1924
|
-
"id":
|
|
2026
|
+
"id": 132,
|
|
1925
2027
|
"name": "buttonType",
|
|
1926
2028
|
"kind": 262144,
|
|
1927
2029
|
"kindString": "Accessor",
|
|
@@ -1943,19 +2045,19 @@
|
|
|
1943
2045
|
"sources": [
|
|
1944
2046
|
{
|
|
1945
2047
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1946
|
-
"line":
|
|
2048
|
+
"line": 49,
|
|
1947
2049
|
"character": 13
|
|
1948
2050
|
}
|
|
1949
2051
|
],
|
|
1950
2052
|
"getSignature": [
|
|
1951
2053
|
{
|
|
1952
|
-
"id":
|
|
2054
|
+
"id": 133,
|
|
1953
2055
|
"name": "buttonType",
|
|
1954
2056
|
"kind": 524288,
|
|
1955
2057
|
"kindString": "Get signature",
|
|
1956
2058
|
"flags": {},
|
|
1957
2059
|
"comment": {
|
|
1958
|
-
"shortText": "
|
|
2060
|
+
"shortText": "The type of nav button to include.",
|
|
1959
2061
|
"tags": [
|
|
1960
2062
|
{
|
|
1961
2063
|
"tag": "default",
|
|
@@ -1965,20 +2067,20 @@
|
|
|
1965
2067
|
},
|
|
1966
2068
|
"type": {
|
|
1967
2069
|
"type": "reference",
|
|
1968
|
-
"id":
|
|
2070
|
+
"id": 231,
|
|
1969
2071
|
"name": "SkyProgressIndicatorNavButtonType"
|
|
1970
2072
|
}
|
|
1971
2073
|
}
|
|
1972
2074
|
],
|
|
1973
2075
|
"setSignature": [
|
|
1974
2076
|
{
|
|
1975
|
-
"id":
|
|
2077
|
+
"id": 134,
|
|
1976
2078
|
"name": "buttonType",
|
|
1977
2079
|
"kind": 1048576,
|
|
1978
2080
|
"kindString": "Set signature",
|
|
1979
2081
|
"flags": {},
|
|
1980
2082
|
"comment": {
|
|
1981
|
-
"shortText": "
|
|
2083
|
+
"shortText": "The type of nav button to include.",
|
|
1982
2084
|
"tags": [
|
|
1983
2085
|
{
|
|
1984
2086
|
"tag": "default",
|
|
@@ -1988,14 +2090,14 @@
|
|
|
1988
2090
|
},
|
|
1989
2091
|
"parameters": [
|
|
1990
2092
|
{
|
|
1991
|
-
"id":
|
|
2093
|
+
"id": 135,
|
|
1992
2094
|
"name": "value",
|
|
1993
2095
|
"kind": 32768,
|
|
1994
2096
|
"kindString": "Parameter",
|
|
1995
2097
|
"flags": {},
|
|
1996
2098
|
"type": {
|
|
1997
2099
|
"type": "reference",
|
|
1998
|
-
"id":
|
|
2100
|
+
"id": 231,
|
|
1999
2101
|
"name": "SkyProgressIndicatorNavButtonType"
|
|
2000
2102
|
}
|
|
2001
2103
|
}
|
|
@@ -2008,7 +2110,7 @@
|
|
|
2008
2110
|
]
|
|
2009
2111
|
},
|
|
2010
2112
|
{
|
|
2011
|
-
"id":
|
|
2113
|
+
"id": 136,
|
|
2012
2114
|
"name": "disabled",
|
|
2013
2115
|
"kind": 262144,
|
|
2014
2116
|
"kindString": "Accessor",
|
|
@@ -2030,19 +2132,19 @@
|
|
|
2030
2132
|
"sources": [
|
|
2031
2133
|
{
|
|
2032
2134
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2033
|
-
"line":
|
|
2135
|
+
"line": 62,
|
|
2034
2136
|
"character": 13
|
|
2035
2137
|
}
|
|
2036
2138
|
],
|
|
2037
2139
|
"getSignature": [
|
|
2038
2140
|
{
|
|
2039
|
-
"id":
|
|
2141
|
+
"id": 137,
|
|
2040
2142
|
"name": "disabled",
|
|
2041
2143
|
"kind": 524288,
|
|
2042
2144
|
"kindString": "Get signature",
|
|
2043
2145
|
"flags": {},
|
|
2044
2146
|
"comment": {
|
|
2045
|
-
"shortText": "
|
|
2147
|
+
"shortText": "Whether to disable the nav button.",
|
|
2046
2148
|
"tags": [
|
|
2047
2149
|
{
|
|
2048
2150
|
"tag": "default",
|
|
@@ -2058,13 +2160,13 @@
|
|
|
2058
2160
|
],
|
|
2059
2161
|
"setSignature": [
|
|
2060
2162
|
{
|
|
2061
|
-
"id":
|
|
2163
|
+
"id": 138,
|
|
2062
2164
|
"name": "disabled",
|
|
2063
2165
|
"kind": 1048576,
|
|
2064
2166
|
"kindString": "Set signature",
|
|
2065
2167
|
"flags": {},
|
|
2066
2168
|
"comment": {
|
|
2067
|
-
"shortText": "
|
|
2169
|
+
"shortText": "Whether to disable the nav button.",
|
|
2068
2170
|
"tags": [
|
|
2069
2171
|
{
|
|
2070
2172
|
"tag": "default",
|
|
@@ -2074,7 +2176,7 @@
|
|
|
2074
2176
|
},
|
|
2075
2177
|
"parameters": [
|
|
2076
2178
|
{
|
|
2077
|
-
"id":
|
|
2179
|
+
"id": 139,
|
|
2078
2180
|
"name": "value",
|
|
2079
2181
|
"kind": 32768,
|
|
2080
2182
|
"kindString": "Parameter",
|
|
@@ -2093,7 +2195,7 @@
|
|
|
2093
2195
|
]
|
|
2094
2196
|
},
|
|
2095
2197
|
{
|
|
2096
|
-
"id":
|
|
2198
|
+
"id": 145,
|
|
2097
2199
|
"name": "isVisible",
|
|
2098
2200
|
"kind": 262144,
|
|
2099
2201
|
"kindString": "Accessor",
|
|
@@ -2103,13 +2205,13 @@
|
|
|
2103
2205
|
"sources": [
|
|
2104
2206
|
{
|
|
2105
2207
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2106
|
-
"line":
|
|
2208
|
+
"line": 130,
|
|
2107
2209
|
"character": 13
|
|
2108
2210
|
}
|
|
2109
2211
|
],
|
|
2110
2212
|
"getSignature": [
|
|
2111
2213
|
{
|
|
2112
|
-
"id":
|
|
2214
|
+
"id": 146,
|
|
2113
2215
|
"name": "isVisible",
|
|
2114
2216
|
"kind": 524288,
|
|
2115
2217
|
"kindString": "Get signature",
|
|
@@ -2122,14 +2224,14 @@
|
|
|
2122
2224
|
],
|
|
2123
2225
|
"setSignature": [
|
|
2124
2226
|
{
|
|
2125
|
-
"id":
|
|
2227
|
+
"id": 147,
|
|
2126
2228
|
"name": "isVisible",
|
|
2127
2229
|
"kind": 1048576,
|
|
2128
2230
|
"kindString": "Set signature",
|
|
2129
2231
|
"flags": {},
|
|
2130
2232
|
"parameters": [
|
|
2131
2233
|
{
|
|
2132
|
-
"id":
|
|
2234
|
+
"id": 148,
|
|
2133
2235
|
"name": "value",
|
|
2134
2236
|
"kind": 32768,
|
|
2135
2237
|
"kindString": "Parameter",
|
|
@@ -2148,7 +2250,7 @@
|
|
|
2148
2250
|
]
|
|
2149
2251
|
},
|
|
2150
2252
|
{
|
|
2151
|
-
"id":
|
|
2253
|
+
"id": 140,
|
|
2152
2254
|
"name": "progressIndicator",
|
|
2153
2255
|
"kind": 262144,
|
|
2154
2256
|
"kindString": "Accessor",
|
|
@@ -2170,19 +2272,19 @@
|
|
|
2170
2272
|
"sources": [
|
|
2171
2273
|
{
|
|
2172
2274
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2173
|
-
"line":
|
|
2275
|
+
"line": 76,
|
|
2174
2276
|
"character": 13
|
|
2175
2277
|
}
|
|
2176
2278
|
],
|
|
2177
2279
|
"getSignature": [
|
|
2178
2280
|
{
|
|
2179
|
-
"id":
|
|
2281
|
+
"id": 141,
|
|
2180
2282
|
"name": "progressIndicator",
|
|
2181
2283
|
"kind": 524288,
|
|
2182
2284
|
"kindString": "Get signature",
|
|
2183
2285
|
"flags": {},
|
|
2184
2286
|
"comment": {
|
|
2185
|
-
"shortText": "
|
|
2287
|
+
"shortText": "The progress indicator component to associate with the nav button.",
|
|
2186
2288
|
"tags": [
|
|
2187
2289
|
{
|
|
2188
2290
|
"tag": "required",
|
|
@@ -2192,20 +2294,20 @@
|
|
|
2192
2294
|
},
|
|
2193
2295
|
"type": {
|
|
2194
2296
|
"type": "reference",
|
|
2195
|
-
"id":
|
|
2297
|
+
"id": 43,
|
|
2196
2298
|
"name": "SkyProgressIndicatorComponent"
|
|
2197
2299
|
}
|
|
2198
2300
|
}
|
|
2199
2301
|
],
|
|
2200
2302
|
"setSignature": [
|
|
2201
2303
|
{
|
|
2202
|
-
"id":
|
|
2304
|
+
"id": 142,
|
|
2203
2305
|
"name": "progressIndicator",
|
|
2204
2306
|
"kind": 1048576,
|
|
2205
2307
|
"kindString": "Set signature",
|
|
2206
2308
|
"flags": {},
|
|
2207
2309
|
"comment": {
|
|
2208
|
-
"shortText": "
|
|
2310
|
+
"shortText": "The progress indicator component to associate with the nav button.",
|
|
2209
2311
|
"tags": [
|
|
2210
2312
|
{
|
|
2211
2313
|
"tag": "required",
|
|
@@ -2215,14 +2317,14 @@
|
|
|
2215
2317
|
},
|
|
2216
2318
|
"parameters": [
|
|
2217
2319
|
{
|
|
2218
|
-
"id":
|
|
2320
|
+
"id": 143,
|
|
2219
2321
|
"name": "value",
|
|
2220
2322
|
"kind": 32768,
|
|
2221
2323
|
"kindString": "Parameter",
|
|
2222
2324
|
"flags": {},
|
|
2223
2325
|
"type": {
|
|
2224
2326
|
"type": "reference",
|
|
2225
|
-
"id":
|
|
2327
|
+
"id": 43,
|
|
2226
2328
|
"name": "SkyProgressIndicatorComponent"
|
|
2227
2329
|
}
|
|
2228
2330
|
}
|
|
@@ -2235,7 +2337,7 @@
|
|
|
2235
2337
|
]
|
|
2236
2338
|
},
|
|
2237
2339
|
{
|
|
2238
|
-
"id":
|
|
2340
|
+
"id": 158,
|
|
2239
2341
|
"name": "ngAfterViewInit",
|
|
2240
2342
|
"kind": 2048,
|
|
2241
2343
|
"kindString": "Method",
|
|
@@ -2245,13 +2347,13 @@
|
|
|
2245
2347
|
"sources": [
|
|
2246
2348
|
{
|
|
2247
2349
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2248
|
-
"line":
|
|
2350
|
+
"line": 160,
|
|
2249
2351
|
"character": 9
|
|
2250
2352
|
}
|
|
2251
2353
|
],
|
|
2252
2354
|
"signatures": [
|
|
2253
2355
|
{
|
|
2254
|
-
"id":
|
|
2356
|
+
"id": 159,
|
|
2255
2357
|
"name": "ngAfterViewInit",
|
|
2256
2358
|
"kind": 4096,
|
|
2257
2359
|
"kindString": "Call signature",
|
|
@@ -2272,7 +2374,7 @@
|
|
|
2272
2374
|
}
|
|
2273
2375
|
},
|
|
2274
2376
|
{
|
|
2275
|
-
"id":
|
|
2377
|
+
"id": 160,
|
|
2276
2378
|
"name": "ngOnDestroy",
|
|
2277
2379
|
"kind": 2048,
|
|
2278
2380
|
"kindString": "Method",
|
|
@@ -2282,13 +2384,13 @@
|
|
|
2282
2384
|
"sources": [
|
|
2283
2385
|
{
|
|
2284
2386
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2285
|
-
"line":
|
|
2387
|
+
"line": 168,
|
|
2286
2388
|
"character": 9
|
|
2287
2389
|
}
|
|
2288
2390
|
],
|
|
2289
2391
|
"signatures": [
|
|
2290
2392
|
{
|
|
2291
|
-
"id":
|
|
2393
|
+
"id": 161,
|
|
2292
2394
|
"name": "ngOnDestroy",
|
|
2293
2395
|
"kind": 4096,
|
|
2294
2396
|
"kindString": "Call signature",
|
|
@@ -2309,7 +2411,7 @@
|
|
|
2309
2411
|
}
|
|
2310
2412
|
},
|
|
2311
2413
|
{
|
|
2312
|
-
"id":
|
|
2414
|
+
"id": 162,
|
|
2313
2415
|
"name": "onClick",
|
|
2314
2416
|
"kind": 2048,
|
|
2315
2417
|
"kindString": "Method",
|
|
@@ -2319,20 +2421,20 @@
|
|
|
2319
2421
|
"sources": [
|
|
2320
2422
|
{
|
|
2321
2423
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2322
|
-
"line":
|
|
2424
|
+
"line": 174,
|
|
2323
2425
|
"character": 9
|
|
2324
2426
|
}
|
|
2325
2427
|
],
|
|
2326
2428
|
"signatures": [
|
|
2327
2429
|
{
|
|
2328
|
-
"id":
|
|
2430
|
+
"id": 163,
|
|
2329
2431
|
"name": "onClick",
|
|
2330
2432
|
"kind": 4096,
|
|
2331
2433
|
"kindString": "Call signature",
|
|
2332
2434
|
"flags": {},
|
|
2333
2435
|
"parameters": [
|
|
2334
2436
|
{
|
|
2335
|
-
"id":
|
|
2437
|
+
"id": 164,
|
|
2336
2438
|
"name": "event",
|
|
2337
2439
|
"kind": 32768,
|
|
2338
2440
|
"kindString": "Parameter",
|
|
@@ -2358,35 +2460,35 @@
|
|
|
2358
2460
|
"title": "Constructors",
|
|
2359
2461
|
"kind": 512,
|
|
2360
2462
|
"children": [
|
|
2361
|
-
|
|
2463
|
+
127
|
|
2362
2464
|
]
|
|
2363
2465
|
},
|
|
2364
2466
|
{
|
|
2365
2467
|
"title": "Properties",
|
|
2366
2468
|
"kind": 1024,
|
|
2367
2469
|
"children": [
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2470
|
+
144,
|
|
2471
|
+
131,
|
|
2472
|
+
149
|
|
2371
2473
|
]
|
|
2372
2474
|
},
|
|
2373
2475
|
{
|
|
2374
2476
|
"title": "Accessors",
|
|
2375
2477
|
"kind": 262144,
|
|
2376
2478
|
"children": [
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2479
|
+
132,
|
|
2480
|
+
136,
|
|
2481
|
+
145,
|
|
2482
|
+
140
|
|
2381
2483
|
]
|
|
2382
2484
|
},
|
|
2383
2485
|
{
|
|
2384
2486
|
"title": "Methods",
|
|
2385
2487
|
"kind": 2048,
|
|
2386
2488
|
"children": [
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2489
|
+
158,
|
|
2490
|
+
160,
|
|
2491
|
+
162
|
|
2390
2492
|
]
|
|
2391
2493
|
}
|
|
2392
2494
|
],
|
|
@@ -2413,7 +2515,7 @@
|
|
|
2413
2515
|
]
|
|
2414
2516
|
},
|
|
2415
2517
|
{
|
|
2416
|
-
"id":
|
|
2518
|
+
"id": 171,
|
|
2417
2519
|
"name": "SkyProgressIndicatorResetButtonComponent",
|
|
2418
2520
|
"kind": 128,
|
|
2419
2521
|
"kindString": "Class",
|
|
@@ -2437,7 +2539,7 @@
|
|
|
2437
2539
|
],
|
|
2438
2540
|
"children": [
|
|
2439
2541
|
{
|
|
2440
|
-
"id":
|
|
2542
|
+
"id": 172,
|
|
2441
2543
|
"name": "constructor",
|
|
2442
2544
|
"kind": 512,
|
|
2443
2545
|
"kindString": "Constructor",
|
|
@@ -2451,14 +2553,14 @@
|
|
|
2451
2553
|
],
|
|
2452
2554
|
"signatures": [
|
|
2453
2555
|
{
|
|
2454
|
-
"id":
|
|
2556
|
+
"id": 173,
|
|
2455
2557
|
"name": "SkyProgressIndicatorResetButtonComponent",
|
|
2456
2558
|
"kind": 16384,
|
|
2457
2559
|
"kindString": "Constructor signature",
|
|
2458
2560
|
"flags": {},
|
|
2459
2561
|
"parameters": [
|
|
2460
2562
|
{
|
|
2461
|
-
"id":
|
|
2563
|
+
"id": 174,
|
|
2462
2564
|
"name": "changeDetector",
|
|
2463
2565
|
"kind": 32768,
|
|
2464
2566
|
"kindString": "Parameter",
|
|
@@ -2473,14 +2575,14 @@
|
|
|
2473
2575
|
],
|
|
2474
2576
|
"type": {
|
|
2475
2577
|
"type": "reference",
|
|
2476
|
-
"id":
|
|
2578
|
+
"id": 171,
|
|
2477
2579
|
"name": "SkyProgressIndicatorResetButtonComponent"
|
|
2478
2580
|
}
|
|
2479
2581
|
}
|
|
2480
2582
|
]
|
|
2481
2583
|
},
|
|
2482
2584
|
{
|
|
2483
|
-
"id":
|
|
2585
|
+
"id": 179,
|
|
2484
2586
|
"name": "progressIndicator",
|
|
2485
2587
|
"kind": 1024,
|
|
2486
2588
|
"kindString": "Property",
|
|
@@ -2488,7 +2590,7 @@
|
|
|
2488
2590
|
"isPublic": true
|
|
2489
2591
|
},
|
|
2490
2592
|
"comment": {
|
|
2491
|
-
"shortText": "
|
|
2593
|
+
"shortText": "The progress indicator component to associate with the reset button.",
|
|
2492
2594
|
"tags": [
|
|
2493
2595
|
{
|
|
2494
2596
|
"tag": "required",
|
|
@@ -2517,12 +2619,12 @@
|
|
|
2517
2619
|
],
|
|
2518
2620
|
"type": {
|
|
2519
2621
|
"type": "reference",
|
|
2520
|
-
"id":
|
|
2622
|
+
"id": 43,
|
|
2521
2623
|
"name": "SkyProgressIndicatorComponent"
|
|
2522
2624
|
}
|
|
2523
2625
|
},
|
|
2524
2626
|
{
|
|
2525
|
-
"id":
|
|
2627
|
+
"id": 180,
|
|
2526
2628
|
"name": "resetClick",
|
|
2527
2629
|
"kind": 1024,
|
|
2528
2630
|
"kindString": "Property",
|
|
@@ -2566,7 +2668,7 @@
|
|
|
2566
2668
|
"defaultValue": "..."
|
|
2567
2669
|
},
|
|
2568
2670
|
{
|
|
2569
|
-
"id":
|
|
2671
|
+
"id": 175,
|
|
2570
2672
|
"name": "disabled",
|
|
2571
2673
|
"kind": 262144,
|
|
2572
2674
|
"kindString": "Accessor",
|
|
@@ -2594,13 +2696,13 @@
|
|
|
2594
2696
|
],
|
|
2595
2697
|
"getSignature": [
|
|
2596
2698
|
{
|
|
2597
|
-
"id":
|
|
2699
|
+
"id": 176,
|
|
2598
2700
|
"name": "disabled",
|
|
2599
2701
|
"kind": 524288,
|
|
2600
2702
|
"kindString": "Get signature",
|
|
2601
2703
|
"flags": {},
|
|
2602
2704
|
"comment": {
|
|
2603
|
-
"shortText": "
|
|
2705
|
+
"shortText": "Whether to disable the reset button.",
|
|
2604
2706
|
"tags": [
|
|
2605
2707
|
{
|
|
2606
2708
|
"tag": "default",
|
|
@@ -2616,13 +2718,13 @@
|
|
|
2616
2718
|
],
|
|
2617
2719
|
"setSignature": [
|
|
2618
2720
|
{
|
|
2619
|
-
"id":
|
|
2721
|
+
"id": 177,
|
|
2620
2722
|
"name": "disabled",
|
|
2621
2723
|
"kind": 1048576,
|
|
2622
2724
|
"kindString": "Set signature",
|
|
2623
2725
|
"flags": {},
|
|
2624
2726
|
"comment": {
|
|
2625
|
-
"shortText": "
|
|
2727
|
+
"shortText": "Whether to disable the reset button.",
|
|
2626
2728
|
"tags": [
|
|
2627
2729
|
{
|
|
2628
2730
|
"tag": "default",
|
|
@@ -2632,7 +2734,7 @@
|
|
|
2632
2734
|
},
|
|
2633
2735
|
"parameters": [
|
|
2634
2736
|
{
|
|
2635
|
-
"id":
|
|
2737
|
+
"id": 178,
|
|
2636
2738
|
"name": "value",
|
|
2637
2739
|
"kind": 32768,
|
|
2638
2740
|
"kindString": "Parameter",
|
|
@@ -2651,7 +2753,7 @@
|
|
|
2651
2753
|
]
|
|
2652
2754
|
},
|
|
2653
2755
|
{
|
|
2654
|
-
"id":
|
|
2756
|
+
"id": 183,
|
|
2655
2757
|
"name": "ngOnDestroy",
|
|
2656
2758
|
"kind": 2048,
|
|
2657
2759
|
"kindString": "Method",
|
|
@@ -2667,7 +2769,7 @@
|
|
|
2667
2769
|
],
|
|
2668
2770
|
"signatures": [
|
|
2669
2771
|
{
|
|
2670
|
-
"id":
|
|
2772
|
+
"id": 184,
|
|
2671
2773
|
"name": "ngOnDestroy",
|
|
2672
2774
|
"kind": 4096,
|
|
2673
2775
|
"kindString": "Call signature",
|
|
@@ -2688,7 +2790,7 @@
|
|
|
2688
2790
|
}
|
|
2689
2791
|
},
|
|
2690
2792
|
{
|
|
2691
|
-
"id":
|
|
2793
|
+
"id": 185,
|
|
2692
2794
|
"name": "onClick",
|
|
2693
2795
|
"kind": 2048,
|
|
2694
2796
|
"kindString": "Method",
|
|
@@ -2704,7 +2806,7 @@
|
|
|
2704
2806
|
],
|
|
2705
2807
|
"signatures": [
|
|
2706
2808
|
{
|
|
2707
|
-
"id":
|
|
2809
|
+
"id": 186,
|
|
2708
2810
|
"name": "onClick",
|
|
2709
2811
|
"kind": 4096,
|
|
2710
2812
|
"kindString": "Call signature",
|
|
@@ -2722,30 +2824,30 @@
|
|
|
2722
2824
|
"title": "Constructors",
|
|
2723
2825
|
"kind": 512,
|
|
2724
2826
|
"children": [
|
|
2725
|
-
|
|
2827
|
+
172
|
|
2726
2828
|
]
|
|
2727
2829
|
},
|
|
2728
2830
|
{
|
|
2729
2831
|
"title": "Properties",
|
|
2730
2832
|
"kind": 1024,
|
|
2731
2833
|
"children": [
|
|
2732
|
-
|
|
2733
|
-
|
|
2834
|
+
179,
|
|
2835
|
+
180
|
|
2734
2836
|
]
|
|
2735
2837
|
},
|
|
2736
2838
|
{
|
|
2737
2839
|
"title": "Accessors",
|
|
2738
2840
|
"kind": 262144,
|
|
2739
2841
|
"children": [
|
|
2740
|
-
|
|
2842
|
+
175
|
|
2741
2843
|
]
|
|
2742
2844
|
},
|
|
2743
2845
|
{
|
|
2744
2846
|
"title": "Methods",
|
|
2745
2847
|
"kind": 2048,
|
|
2746
2848
|
"children": [
|
|
2747
|
-
|
|
2748
|
-
|
|
2849
|
+
183,
|
|
2850
|
+
185
|
|
2749
2851
|
]
|
|
2750
2852
|
}
|
|
2751
2853
|
],
|
|
@@ -2766,7 +2868,7 @@
|
|
|
2766
2868
|
]
|
|
2767
2869
|
},
|
|
2768
2870
|
{
|
|
2769
|
-
"id":
|
|
2871
|
+
"id": 187,
|
|
2770
2872
|
"name": "SkyProgressIndicatorTitleComponent",
|
|
2771
2873
|
"kind": 128,
|
|
2772
2874
|
"kindString": "Class",
|
|
@@ -2794,7 +2896,7 @@
|
|
|
2794
2896
|
"title": "Constructors",
|
|
2795
2897
|
"kind": 512,
|
|
2796
2898
|
"children": [
|
|
2797
|
-
|
|
2899
|
+
188
|
|
2798
2900
|
]
|
|
2799
2901
|
}
|
|
2800
2902
|
],
|
|
@@ -2807,7 +2909,7 @@
|
|
|
2807
2909
|
]
|
|
2808
2910
|
},
|
|
2809
2911
|
{
|
|
2810
|
-
"id":
|
|
2912
|
+
"id": 193,
|
|
2811
2913
|
"name": "SkyProgressIndicatorActionClickArgs",
|
|
2812
2914
|
"kind": 256,
|
|
2813
2915
|
"kindString": "Interface",
|
|
@@ -2817,7 +2919,7 @@
|
|
|
2817
2919
|
},
|
|
2818
2920
|
"children": [
|
|
2819
2921
|
{
|
|
2820
|
-
"id":
|
|
2922
|
+
"id": 195,
|
|
2821
2923
|
"name": "event",
|
|
2822
2924
|
"kind": 1024,
|
|
2823
2925
|
"kindString": "Property",
|
|
@@ -2840,7 +2942,7 @@
|
|
|
2840
2942
|
}
|
|
2841
2943
|
},
|
|
2842
2944
|
{
|
|
2843
|
-
"id":
|
|
2945
|
+
"id": 194,
|
|
2844
2946
|
"name": "progressHandler",
|
|
2845
2947
|
"kind": 1024,
|
|
2846
2948
|
"kindString": "Property",
|
|
@@ -2857,7 +2959,7 @@
|
|
|
2857
2959
|
],
|
|
2858
2960
|
"type": {
|
|
2859
2961
|
"type": "reference",
|
|
2860
|
-
"id":
|
|
2962
|
+
"id": 196,
|
|
2861
2963
|
"name": "SkyProgressIndicatorActionClickProgressHandler"
|
|
2862
2964
|
}
|
|
2863
2965
|
}
|
|
@@ -2867,8 +2969,8 @@
|
|
|
2867
2969
|
"title": "Properties",
|
|
2868
2970
|
"kind": 1024,
|
|
2869
2971
|
"children": [
|
|
2870
|
-
|
|
2871
|
-
|
|
2972
|
+
195,
|
|
2973
|
+
194
|
|
2872
2974
|
]
|
|
2873
2975
|
}
|
|
2874
2976
|
],
|
|
@@ -2881,14 +2983,14 @@
|
|
|
2881
2983
|
]
|
|
2882
2984
|
},
|
|
2883
2985
|
{
|
|
2884
|
-
"id":
|
|
2986
|
+
"id": 205,
|
|
2885
2987
|
"name": "SkyProgressIndicatorChange",
|
|
2886
2988
|
"kind": 256,
|
|
2887
2989
|
"kindString": "Interface",
|
|
2888
2990
|
"flags": {},
|
|
2889
2991
|
"children": [
|
|
2890
2992
|
{
|
|
2891
|
-
"id":
|
|
2993
|
+
"id": 206,
|
|
2892
2994
|
"name": "activeIndex",
|
|
2893
2995
|
"kind": 1024,
|
|
2894
2996
|
"kindString": "Property",
|
|
@@ -2896,7 +2998,7 @@
|
|
|
2896
2998
|
"isOptional": true
|
|
2897
2999
|
},
|
|
2898
3000
|
"comment": {
|
|
2899
|
-
"shortText": "
|
|
3001
|
+
"shortText": "The active item."
|
|
2900
3002
|
},
|
|
2901
3003
|
"sources": [
|
|
2902
3004
|
{
|
|
@@ -2911,7 +3013,7 @@
|
|
|
2911
3013
|
}
|
|
2912
3014
|
},
|
|
2913
3015
|
{
|
|
2914
|
-
"id":
|
|
3016
|
+
"id": 207,
|
|
2915
3017
|
"name": "isComplete",
|
|
2916
3018
|
"kind": 1024,
|
|
2917
3019
|
"kindString": "Property",
|
|
@@ -2919,7 +3021,7 @@
|
|
|
2919
3021
|
"isOptional": true
|
|
2920
3022
|
},
|
|
2921
3023
|
"comment": {
|
|
2922
|
-
"shortText": "
|
|
3024
|
+
"shortText": "Whether the progress indicator is complete."
|
|
2923
3025
|
},
|
|
2924
3026
|
"sources": [
|
|
2925
3027
|
{
|
|
@@ -2934,7 +3036,7 @@
|
|
|
2934
3036
|
}
|
|
2935
3037
|
},
|
|
2936
3038
|
{
|
|
2937
|
-
"id":
|
|
3039
|
+
"id": 208,
|
|
2938
3040
|
"name": "itemStatuses",
|
|
2939
3041
|
"kind": 1024,
|
|
2940
3042
|
"kindString": "Property",
|
|
@@ -2942,7 +3044,7 @@
|
|
|
2942
3044
|
"isOptional": true
|
|
2943
3045
|
},
|
|
2944
3046
|
"comment": {
|
|
2945
|
-
"shortText": "
|
|
3047
|
+
"shortText": "The array with the status of each item."
|
|
2946
3048
|
},
|
|
2947
3049
|
"sources": [
|
|
2948
3050
|
{
|
|
@@ -2955,7 +3057,7 @@
|
|
|
2955
3057
|
"type": "array",
|
|
2956
3058
|
"elementType": {
|
|
2957
3059
|
"type": "reference",
|
|
2958
|
-
"id":
|
|
3060
|
+
"id": 210,
|
|
2959
3061
|
"name": "SkyProgressIndicatorItemStatus"
|
|
2960
3062
|
}
|
|
2961
3063
|
}
|
|
@@ -2966,9 +3068,9 @@
|
|
|
2966
3068
|
"title": "Properties",
|
|
2967
3069
|
"kind": 1024,
|
|
2968
3070
|
"children": [
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
3071
|
+
206,
|
|
3072
|
+
207,
|
|
3073
|
+
208
|
|
2972
3074
|
]
|
|
2973
3075
|
}
|
|
2974
3076
|
],
|
|
@@ -2981,14 +3083,14 @@
|
|
|
2981
3083
|
]
|
|
2982
3084
|
},
|
|
2983
3085
|
{
|
|
2984
|
-
"id":
|
|
3086
|
+
"id": 215,
|
|
2985
3087
|
"name": "SkyProgressIndicatorMessage",
|
|
2986
3088
|
"kind": 256,
|
|
2987
3089
|
"kindString": "Interface",
|
|
2988
3090
|
"flags": {},
|
|
2989
3091
|
"children": [
|
|
2990
3092
|
{
|
|
2991
|
-
"id":
|
|
3093
|
+
"id": 217,
|
|
2992
3094
|
"name": "data",
|
|
2993
3095
|
"kind": 1024,
|
|
2994
3096
|
"kindString": "Property",
|
|
@@ -3008,14 +3110,14 @@
|
|
|
3008
3110
|
"type": {
|
|
3009
3111
|
"type": "reflection",
|
|
3010
3112
|
"declaration": {
|
|
3011
|
-
"id":
|
|
3113
|
+
"id": 218,
|
|
3012
3114
|
"name": "__type",
|
|
3013
3115
|
"kind": 65536,
|
|
3014
3116
|
"kindString": "Type literal",
|
|
3015
3117
|
"flags": {},
|
|
3016
3118
|
"children": [
|
|
3017
3119
|
{
|
|
3018
|
-
"id":
|
|
3120
|
+
"id": 219,
|
|
3019
3121
|
"name": "activeIndex",
|
|
3020
3122
|
"kind": 1024,
|
|
3021
3123
|
"kindString": "Property",
|
|
@@ -3040,19 +3142,19 @@
|
|
|
3040
3142
|
"title": "Properties",
|
|
3041
3143
|
"kind": 1024,
|
|
3042
3144
|
"children": [
|
|
3043
|
-
|
|
3145
|
+
219
|
|
3044
3146
|
]
|
|
3045
3147
|
}
|
|
3046
3148
|
],
|
|
3047
3149
|
"indexSignature": {
|
|
3048
|
-
"id":
|
|
3150
|
+
"id": 220,
|
|
3049
3151
|
"name": "__index",
|
|
3050
3152
|
"kind": 8192,
|
|
3051
3153
|
"kindString": "Index signature",
|
|
3052
3154
|
"flags": {},
|
|
3053
3155
|
"parameters": [
|
|
3054
3156
|
{
|
|
3055
|
-
"id":
|
|
3157
|
+
"id": 221,
|
|
3056
3158
|
"name": "key",
|
|
3057
3159
|
"kind": 32768,
|
|
3058
3160
|
"flags": {},
|
|
@@ -3071,13 +3173,13 @@
|
|
|
3071
3173
|
}
|
|
3072
3174
|
},
|
|
3073
3175
|
{
|
|
3074
|
-
"id":
|
|
3176
|
+
"id": 216,
|
|
3075
3177
|
"name": "type",
|
|
3076
3178
|
"kind": 1024,
|
|
3077
3179
|
"kindString": "Property",
|
|
3078
3180
|
"flags": {},
|
|
3079
3181
|
"comment": {
|
|
3080
|
-
"shortText": "
|
|
3182
|
+
"shortText": "The type of state change for the progress indicator."
|
|
3081
3183
|
},
|
|
3082
3184
|
"sources": [
|
|
3083
3185
|
{
|
|
@@ -3088,7 +3190,7 @@
|
|
|
3088
3190
|
],
|
|
3089
3191
|
"type": {
|
|
3090
3192
|
"type": "reference",
|
|
3091
|
-
"id":
|
|
3193
|
+
"id": 222,
|
|
3092
3194
|
"name": "SkyProgressIndicatorMessageType"
|
|
3093
3195
|
}
|
|
3094
3196
|
}
|
|
@@ -3098,8 +3200,8 @@
|
|
|
3098
3200
|
"title": "Properties",
|
|
3099
3201
|
"kind": 1024,
|
|
3100
3202
|
"children": [
|
|
3101
|
-
|
|
3102
|
-
|
|
3203
|
+
217,
|
|
3204
|
+
216
|
|
3103
3205
|
]
|
|
3104
3206
|
}
|
|
3105
3207
|
],
|
|
@@ -3112,7 +3214,7 @@
|
|
|
3112
3214
|
]
|
|
3113
3215
|
},
|
|
3114
3216
|
{
|
|
3115
|
-
"id":
|
|
3217
|
+
"id": 209,
|
|
3116
3218
|
"name": "SkyProgressIndicatorDisplayModeType",
|
|
3117
3219
|
"kind": 4194304,
|
|
3118
3220
|
"kindString": "Type alias",
|
|
@@ -3147,13 +3249,13 @@
|
|
|
3147
3249
|
}
|
|
3148
3250
|
},
|
|
3149
3251
|
{
|
|
3150
|
-
"id":
|
|
3252
|
+
"id": 231,
|
|
3151
3253
|
"name": "SkyProgressIndicatorNavButtonType",
|
|
3152
3254
|
"kind": 4194304,
|
|
3153
3255
|
"kindString": "Type alias",
|
|
3154
3256
|
"flags": {},
|
|
3155
3257
|
"comment": {
|
|
3156
|
-
"shortText": "
|
|
3258
|
+
"shortText": "The nav button type."
|
|
3157
3259
|
},
|
|
3158
3260
|
"sources": [
|
|
3159
3261
|
{
|
|
@@ -3190,38 +3292,38 @@
|
|
|
3190
3292
|
"title": "Enumerations",
|
|
3191
3293
|
"kind": 8,
|
|
3192
3294
|
"children": [
|
|
3193
|
-
|
|
3194
|
-
|
|
3295
|
+
210,
|
|
3296
|
+
222
|
|
3195
3297
|
]
|
|
3196
3298
|
},
|
|
3197
3299
|
{
|
|
3198
3300
|
"title": "Classes",
|
|
3199
3301
|
"kind": 128,
|
|
3200
3302
|
"children": [
|
|
3201
|
-
|
|
3202
|
-
|
|
3303
|
+
196,
|
|
3304
|
+
190,
|
|
3203
3305
|
1,
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3306
|
+
43,
|
|
3307
|
+
126,
|
|
3308
|
+
171,
|
|
3309
|
+
187
|
|
3208
3310
|
]
|
|
3209
3311
|
},
|
|
3210
3312
|
{
|
|
3211
3313
|
"title": "Interfaces",
|
|
3212
3314
|
"kind": 256,
|
|
3213
3315
|
"children": [
|
|
3214
|
-
181,
|
|
3215
3316
|
193,
|
|
3216
|
-
|
|
3317
|
+
205,
|
|
3318
|
+
215
|
|
3217
3319
|
]
|
|
3218
3320
|
},
|
|
3219
3321
|
{
|
|
3220
3322
|
"title": "Type Aliases",
|
|
3221
3323
|
"kind": 4194304,
|
|
3222
3324
|
"children": [
|
|
3223
|
-
|
|
3224
|
-
|
|
3325
|
+
209,
|
|
3326
|
+
231
|
|
3225
3327
|
]
|
|
3226
3328
|
}
|
|
3227
3329
|
],
|