@skyux/progress-indicator 7.0.0-beta.12 → 7.0.0-beta.13
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 +495 -410
- package/esm2020/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.mjs +43 -24
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-class.pipe.mjs +28 -0
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-disabled.pipe.mjs +19 -0
- package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.mjs +70 -86
- package/esm2020/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.mjs +3 -4
- package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker-class.pipe.mjs +31 -0
- package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.mjs +23 -40
- package/esm2020/lib/modules/progress-indicator/progress-indicator.component.mjs +200 -209
- package/esm2020/lib/modules/progress-indicator/progress-indicator.module.mjs +10 -1
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.mjs +1 -1
- package/esm2020/lib/modules/progress-indicator/types/progress-indicator-message.mjs +1 -1
- package/fesm2015/skyux-progress-indicator.mjs +420 -365
- package/fesm2015/skyux-progress-indicator.mjs.map +1 -1
- package/fesm2020/skyux-progress-indicator.mjs +412 -364
- package/fesm2020/skyux-progress-indicator.mjs.map +1 -1
- package/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.d.ts +9 -9
- package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-class.pipe.d.ts +7 -0
- package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-disabled.pipe.d.ts +9 -0
- package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.d.ts +12 -21
- package/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.d.ts +4 -4
- package/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker-class.pipe.d.ts +8 -0
- package/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.d.ts +3 -6
- package/lib/modules/progress-indicator/progress-indicator.component.d.ts +13 -39
- package/lib/modules/progress-indicator/progress-indicator.module.d.ts +14 -11
- package/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.d.ts +2 -2
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"originalName": "",
|
|
25
25
|
"children": [
|
|
26
26
|
{
|
|
27
|
-
"id":
|
|
27
|
+
"id": 197,
|
|
28
28
|
"name": "SkyProgressIndicatorItemStatus",
|
|
29
29
|
"kind": 8,
|
|
30
30
|
"kindString": "Enumeration",
|
|
31
31
|
"flags": {},
|
|
32
32
|
"children": [
|
|
33
33
|
{
|
|
34
|
-
"id":
|
|
34
|
+
"id": 198,
|
|
35
35
|
"name": "Active",
|
|
36
36
|
"kind": 16,
|
|
37
37
|
"kindString": "Enumeration Member",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"defaultValue": "0"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"id":
|
|
56
|
+
"id": 199,
|
|
57
57
|
"name": "Complete",
|
|
58
58
|
"kind": 16,
|
|
59
59
|
"kindString": "Enumeration Member",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"defaultValue": "1"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"id":
|
|
78
|
+
"id": 200,
|
|
79
79
|
"name": "Incomplete",
|
|
80
80
|
"kind": 16,
|
|
81
81
|
"kindString": "Enumeration Member",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"defaultValue": "2"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"id":
|
|
100
|
+
"id": 201,
|
|
101
101
|
"name": "Pending",
|
|
102
102
|
"kind": 16,
|
|
103
103
|
"kindString": "Enumeration Member",
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"title": "Enumeration Members",
|
|
125
125
|
"kind": 16,
|
|
126
126
|
"children": [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
198,
|
|
128
|
+
199,
|
|
129
|
+
200,
|
|
130
|
+
201
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"id":
|
|
143
|
+
"id": 209,
|
|
144
144
|
"name": "SkyProgressIndicatorMessageType",
|
|
145
145
|
"kind": 8,
|
|
146
146
|
"kindString": "Enumeration",
|
|
147
147
|
"flags": {},
|
|
148
148
|
"children": [
|
|
149
149
|
{
|
|
150
|
-
"id":
|
|
150
|
+
"id": 213,
|
|
151
151
|
"name": "Finish",
|
|
152
152
|
"kind": 16,
|
|
153
153
|
"kindString": "Enumeration Member",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"defaultValue": "3"
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
|
-
"id":
|
|
172
|
+
"id": 214,
|
|
173
173
|
"name": "GoTo",
|
|
174
174
|
"kind": 16,
|
|
175
175
|
"kindString": "Enumeration Member",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"defaultValue": "4"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
"id":
|
|
194
|
+
"id": 210,
|
|
195
195
|
"name": "Progress",
|
|
196
196
|
"kind": 16,
|
|
197
197
|
"kindString": "Enumeration Member",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"defaultValue": "0"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"id":
|
|
216
|
+
"id": 211,
|
|
217
217
|
"name": "Regress",
|
|
218
218
|
"kind": 16,
|
|
219
219
|
"kindString": "Enumeration Member",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"defaultValue": "1"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 212,
|
|
239
239
|
"name": "Reset",
|
|
240
240
|
"kind": 16,
|
|
241
241
|
"kindString": "Enumeration Member",
|
|
@@ -262,11 +262,11 @@
|
|
|
262
262
|
"title": "Enumeration Members",
|
|
263
263
|
"kind": 16,
|
|
264
264
|
"children": [
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
265
|
+
213,
|
|
266
|
+
214,
|
|
267
|
+
210,
|
|
268
|
+
211,
|
|
269
|
+
212
|
|
270
270
|
]
|
|
271
271
|
}
|
|
272
272
|
],
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
]
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"id":
|
|
282
|
+
"id": 183,
|
|
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": 184,
|
|
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": 185,
|
|
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": 186,
|
|
315
315
|
"name": "advance",
|
|
316
316
|
"kind": 32768,
|
|
317
317
|
"kindString": "Parameter",
|
|
@@ -320,16 +320,33 @@
|
|
|
320
320
|
"shortText": "Advances the progress indicator to the next step.\n"
|
|
321
321
|
},
|
|
322
322
|
"type": {
|
|
323
|
-
"type": "
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
323
|
+
"type": "reflection",
|
|
324
|
+
"declaration": {
|
|
325
|
+
"id": 187,
|
|
326
|
+
"name": "__type",
|
|
327
|
+
"kind": 65536,
|
|
328
|
+
"kindString": "Type literal",
|
|
329
|
+
"flags": {},
|
|
330
|
+
"signatures": [
|
|
331
|
+
{
|
|
332
|
+
"id": 188,
|
|
333
|
+
"name": "__type",
|
|
334
|
+
"kind": 4096,
|
|
335
|
+
"kindString": "Call signature",
|
|
336
|
+
"flags": {},
|
|
337
|
+
"type": {
|
|
338
|
+
"type": "intrinsic",
|
|
339
|
+
"name": "void"
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
}
|
|
327
344
|
}
|
|
328
345
|
}
|
|
329
346
|
],
|
|
330
347
|
"type": {
|
|
331
348
|
"type": "reference",
|
|
332
|
-
"id":
|
|
349
|
+
"id": 183,
|
|
333
350
|
"name": "SkyProgressIndicatorActionClickProgressHandler"
|
|
334
351
|
}
|
|
335
352
|
}
|
|
@@ -341,14 +358,14 @@
|
|
|
341
358
|
"title": "Constructors",
|
|
342
359
|
"kind": 512,
|
|
343
360
|
"children": [
|
|
344
|
-
|
|
361
|
+
184
|
|
345
362
|
]
|
|
346
363
|
},
|
|
347
364
|
{
|
|
348
365
|
"title": "Properties",
|
|
349
366
|
"kind": 1024,
|
|
350
367
|
"children": [
|
|
351
|
-
|
|
368
|
+
189
|
|
352
369
|
]
|
|
353
370
|
}
|
|
354
371
|
],
|
|
@@ -361,7 +378,7 @@
|
|
|
361
378
|
]
|
|
362
379
|
},
|
|
363
380
|
{
|
|
364
|
-
"id":
|
|
381
|
+
"id": 177,
|
|
365
382
|
"name": "SkyProgressIndicatorModule",
|
|
366
383
|
"kind": 128,
|
|
367
384
|
"kindString": "Class",
|
|
@@ -376,7 +393,7 @@
|
|
|
376
393
|
"name": "NgModule"
|
|
377
394
|
},
|
|
378
395
|
"arguments": {
|
|
379
|
-
"obj": "{\n declarations: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorStatusMarkerComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyProgressIndicatorResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n}"
|
|
396
|
+
"obj": "{\n declarations: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorMarkerClassPipe,\n SkyProgressIndicatorNavButtonClass,\n SkyProgressIndicatorNavButtonDisabledPipe,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorStatusMarkerComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyProgressIndicatorResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n}"
|
|
380
397
|
}
|
|
381
398
|
}
|
|
382
399
|
],
|
|
@@ -386,14 +403,14 @@
|
|
|
386
403
|
"title": "Constructors",
|
|
387
404
|
"kind": 512,
|
|
388
405
|
"children": [
|
|
389
|
-
|
|
406
|
+
178
|
|
390
407
|
]
|
|
391
408
|
}
|
|
392
409
|
],
|
|
393
410
|
"sources": [
|
|
394
411
|
{
|
|
395
412
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.module.ts",
|
|
396
|
-
"line":
|
|
413
|
+
"line": 48,
|
|
397
414
|
"character": 13
|
|
398
415
|
}
|
|
399
416
|
]
|
|
@@ -431,7 +448,7 @@
|
|
|
431
448
|
"sources": [
|
|
432
449
|
{
|
|
433
450
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
434
|
-
"line":
|
|
451
|
+
"line": 81,
|
|
435
452
|
"character": 2
|
|
436
453
|
}
|
|
437
454
|
],
|
|
@@ -465,6 +482,26 @@
|
|
|
465
482
|
}
|
|
466
483
|
]
|
|
467
484
|
},
|
|
485
|
+
{
|
|
486
|
+
"id": 13,
|
|
487
|
+
"name": "formattedTitle",
|
|
488
|
+
"kind": 1024,
|
|
489
|
+
"kindString": "Property",
|
|
490
|
+
"flags": {
|
|
491
|
+
"isPublic": true
|
|
492
|
+
},
|
|
493
|
+
"sources": [
|
|
494
|
+
{
|
|
495
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
496
|
+
"line": 69,
|
|
497
|
+
"character": 9
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"type": {
|
|
501
|
+
"type": "intrinsic",
|
|
502
|
+
"name": "string"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
468
505
|
{
|
|
469
506
|
"id": 14,
|
|
470
507
|
"name": "isVisible",
|
|
@@ -476,7 +513,7 @@
|
|
|
476
513
|
"sources": [
|
|
477
514
|
{
|
|
478
515
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
479
|
-
"line":
|
|
516
|
+
"line": 70,
|
|
480
517
|
"character": 9
|
|
481
518
|
}
|
|
482
519
|
],
|
|
@@ -497,7 +534,7 @@
|
|
|
497
534
|
"sources": [
|
|
498
535
|
{
|
|
499
536
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
500
|
-
"line":
|
|
537
|
+
"line": 71,
|
|
501
538
|
"character": 9
|
|
502
539
|
}
|
|
503
540
|
],
|
|
@@ -518,7 +555,7 @@
|
|
|
518
555
|
"sources": [
|
|
519
556
|
{
|
|
520
557
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
521
|
-
"line":
|
|
558
|
+
"line": 72,
|
|
522
559
|
"character": 9
|
|
523
560
|
}
|
|
524
561
|
],
|
|
@@ -529,49 +566,29 @@
|
|
|
529
566
|
"defaultValue": "true"
|
|
530
567
|
},
|
|
531
568
|
{
|
|
532
|
-
"id":
|
|
533
|
-
"name": "
|
|
569
|
+
"id": 17,
|
|
570
|
+
"name": "statusName",
|
|
534
571
|
"kind": 1024,
|
|
535
572
|
"kindString": "Property",
|
|
536
573
|
"flags": {
|
|
537
574
|
"isPublic": true
|
|
538
575
|
},
|
|
539
|
-
"comment": {
|
|
540
|
-
"shortText": "Specifies a step label for the step in the progress indicator.",
|
|
541
|
-
"tags": [
|
|
542
|
-
{
|
|
543
|
-
"tag": "required",
|
|
544
|
-
"text": "\n"
|
|
545
|
-
}
|
|
546
|
-
]
|
|
547
|
-
},
|
|
548
|
-
"decorators": [
|
|
549
|
-
{
|
|
550
|
-
"name": "Input",
|
|
551
|
-
"type": {
|
|
552
|
-
"type": "reference",
|
|
553
|
-
"qualifiedName": "InputDecorator",
|
|
554
|
-
"package": "@angular/core",
|
|
555
|
-
"name": "Input"
|
|
556
|
-
},
|
|
557
|
-
"arguments": {}
|
|
558
|
-
}
|
|
559
|
-
],
|
|
560
576
|
"sources": [
|
|
561
577
|
{
|
|
562
578
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
563
|
-
"line":
|
|
579
|
+
"line": 73,
|
|
564
580
|
"character": 9
|
|
565
581
|
}
|
|
566
582
|
],
|
|
567
583
|
"type": {
|
|
568
584
|
"type": "intrinsic",
|
|
569
585
|
"name": "string"
|
|
570
|
-
}
|
|
586
|
+
},
|
|
587
|
+
"defaultValue": "STATUS_NAME_DEFAULT"
|
|
571
588
|
},
|
|
572
589
|
{
|
|
573
|
-
"id":
|
|
574
|
-
"name": "
|
|
590
|
+
"id": 9,
|
|
591
|
+
"name": "status",
|
|
575
592
|
"kind": 262144,
|
|
576
593
|
"kindString": "Accessor",
|
|
577
594
|
"flags": {
|
|
@@ -580,71 +597,127 @@
|
|
|
580
597
|
"sources": [
|
|
581
598
|
{
|
|
582
599
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
583
|
-
"line":
|
|
600
|
+
"line": 39,
|
|
584
601
|
"character": 13
|
|
585
602
|
}
|
|
586
603
|
],
|
|
587
604
|
"getSignature": [
|
|
588
605
|
{
|
|
589
|
-
"id":
|
|
590
|
-
"name": "
|
|
606
|
+
"id": 10,
|
|
607
|
+
"name": "status",
|
|
591
608
|
"kind": 524288,
|
|
592
609
|
"kindString": "Get signature",
|
|
593
610
|
"flags": {},
|
|
611
|
+
"type": {
|
|
612
|
+
"type": "reference",
|
|
613
|
+
"id": 197,
|
|
614
|
+
"name": "SkyProgressIndicatorItemStatus"
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"setSignature": [
|
|
619
|
+
{
|
|
620
|
+
"id": 11,
|
|
621
|
+
"name": "status",
|
|
622
|
+
"kind": 1048576,
|
|
623
|
+
"kindString": "Set signature",
|
|
624
|
+
"flags": {},
|
|
625
|
+
"parameters": [
|
|
626
|
+
{
|
|
627
|
+
"id": 12,
|
|
628
|
+
"name": "value",
|
|
629
|
+
"kind": 32768,
|
|
630
|
+
"kindString": "Parameter",
|
|
631
|
+
"flags": {},
|
|
632
|
+
"type": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"id": 197,
|
|
635
|
+
"name": "SkyProgressIndicatorItemStatus"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
],
|
|
594
639
|
"type": {
|
|
595
640
|
"type": "intrinsic",
|
|
596
|
-
"name": "
|
|
641
|
+
"name": "void"
|
|
597
642
|
}
|
|
598
643
|
}
|
|
599
644
|
]
|
|
600
645
|
},
|
|
601
646
|
{
|
|
602
|
-
"id":
|
|
603
|
-
"name": "
|
|
647
|
+
"id": 5,
|
|
648
|
+
"name": "title",
|
|
604
649
|
"kind": 262144,
|
|
605
650
|
"kindString": "Accessor",
|
|
606
651
|
"flags": {
|
|
607
652
|
"isPublic": true
|
|
608
653
|
},
|
|
654
|
+
"decorators": [
|
|
655
|
+
{
|
|
656
|
+
"name": "Input",
|
|
657
|
+
"type": {
|
|
658
|
+
"type": "reference",
|
|
659
|
+
"qualifiedName": "InputDecorator",
|
|
660
|
+
"package": "@angular/core",
|
|
661
|
+
"name": "Input"
|
|
662
|
+
},
|
|
663
|
+
"arguments": {}
|
|
664
|
+
}
|
|
665
|
+
],
|
|
609
666
|
"sources": [
|
|
610
667
|
{
|
|
611
668
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
612
|
-
"line":
|
|
669
|
+
"line": 30,
|
|
613
670
|
"character": 13
|
|
614
671
|
}
|
|
615
672
|
],
|
|
616
673
|
"getSignature": [
|
|
617
674
|
{
|
|
618
|
-
"id":
|
|
619
|
-
"name": "
|
|
675
|
+
"id": 6,
|
|
676
|
+
"name": "title",
|
|
620
677
|
"kind": 524288,
|
|
621
678
|
"kindString": "Get signature",
|
|
622
679
|
"flags": {},
|
|
680
|
+
"comment": {
|
|
681
|
+
"shortText": "Specifies a step label for the step in the progress indicator.",
|
|
682
|
+
"tags": [
|
|
683
|
+
{
|
|
684
|
+
"tag": "required",
|
|
685
|
+
"text": "\n"
|
|
686
|
+
}
|
|
687
|
+
]
|
|
688
|
+
},
|
|
623
689
|
"type": {
|
|
624
|
-
"type": "
|
|
625
|
-
"
|
|
626
|
-
"name": "SkyProgressIndicatorItemStatus"
|
|
690
|
+
"type": "intrinsic",
|
|
691
|
+
"name": "string"
|
|
627
692
|
}
|
|
628
693
|
}
|
|
629
694
|
],
|
|
630
695
|
"setSignature": [
|
|
631
696
|
{
|
|
632
|
-
"id":
|
|
633
|
-
"name": "
|
|
697
|
+
"id": 7,
|
|
698
|
+
"name": "title",
|
|
634
699
|
"kind": 1048576,
|
|
635
700
|
"kindString": "Set signature",
|
|
636
701
|
"flags": {},
|
|
702
|
+
"comment": {
|
|
703
|
+
"shortText": "Specifies a step label for the step in the progress indicator.",
|
|
704
|
+
"tags": [
|
|
705
|
+
{
|
|
706
|
+
"tag": "required",
|
|
707
|
+
"text": "\n"
|
|
708
|
+
}
|
|
709
|
+
]
|
|
710
|
+
},
|
|
637
711
|
"parameters": [
|
|
638
712
|
{
|
|
639
|
-
"id":
|
|
713
|
+
"id": 8,
|
|
640
714
|
"name": "value",
|
|
641
715
|
"kind": 32768,
|
|
642
716
|
"kindString": "Parameter",
|
|
643
717
|
"flags": {},
|
|
644
718
|
"type": {
|
|
645
|
-
"type": "
|
|
646
|
-
"
|
|
647
|
-
"name": "SkyProgressIndicatorItemStatus"
|
|
719
|
+
"type": "intrinsic",
|
|
720
|
+
"name": "string"
|
|
648
721
|
}
|
|
649
722
|
}
|
|
650
723
|
],
|
|
@@ -656,37 +729,37 @@
|
|
|
656
729
|
]
|
|
657
730
|
},
|
|
658
731
|
{
|
|
659
|
-
"id":
|
|
660
|
-
"name": "
|
|
661
|
-
"kind":
|
|
662
|
-
"kindString": "
|
|
732
|
+
"id": 27,
|
|
733
|
+
"name": "hideStepNumber",
|
|
734
|
+
"kind": 2048,
|
|
735
|
+
"kindString": "Method",
|
|
663
736
|
"flags": {
|
|
664
737
|
"isPublic": true
|
|
665
738
|
},
|
|
666
739
|
"sources": [
|
|
667
740
|
{
|
|
668
741
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
669
|
-
"line":
|
|
670
|
-
"character":
|
|
742
|
+
"line": 94,
|
|
743
|
+
"character": 9
|
|
671
744
|
}
|
|
672
745
|
],
|
|
673
|
-
"
|
|
746
|
+
"signatures": [
|
|
674
747
|
{
|
|
675
|
-
"id":
|
|
676
|
-
"name": "
|
|
677
|
-
"kind":
|
|
678
|
-
"kindString": "
|
|
748
|
+
"id": 28,
|
|
749
|
+
"name": "hideStepNumber",
|
|
750
|
+
"kind": 4096,
|
|
751
|
+
"kindString": "Call signature",
|
|
679
752
|
"flags": {},
|
|
680
753
|
"type": {
|
|
681
754
|
"type": "intrinsic",
|
|
682
|
-
"name": "
|
|
755
|
+
"name": "void"
|
|
683
756
|
}
|
|
684
757
|
}
|
|
685
758
|
]
|
|
686
759
|
},
|
|
687
760
|
{
|
|
688
761
|
"id": 22,
|
|
689
|
-
"name": "
|
|
762
|
+
"name": "ngOnInit",
|
|
690
763
|
"kind": 2048,
|
|
691
764
|
"kindString": "Method",
|
|
692
765
|
"flags": {
|
|
@@ -695,26 +768,34 @@
|
|
|
695
768
|
"sources": [
|
|
696
769
|
{
|
|
697
770
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
698
|
-
"line":
|
|
771
|
+
"line": 85,
|
|
699
772
|
"character": 9
|
|
700
773
|
}
|
|
701
774
|
],
|
|
702
775
|
"signatures": [
|
|
703
776
|
{
|
|
704
777
|
"id": 23,
|
|
705
|
-
"name": "
|
|
778
|
+
"name": "ngOnInit",
|
|
706
779
|
"kind": 4096,
|
|
707
780
|
"kindString": "Call signature",
|
|
708
781
|
"flags": {},
|
|
709
782
|
"type": {
|
|
710
783
|
"type": "intrinsic",
|
|
711
784
|
"name": "void"
|
|
785
|
+
},
|
|
786
|
+
"implementationOf": {
|
|
787
|
+
"type": "reference",
|
|
788
|
+
"name": "OnInit.ngOnInit"
|
|
712
789
|
}
|
|
713
790
|
}
|
|
714
|
-
]
|
|
791
|
+
],
|
|
792
|
+
"implementationOf": {
|
|
793
|
+
"type": "reference",
|
|
794
|
+
"name": "OnInit.ngOnInit"
|
|
795
|
+
}
|
|
715
796
|
},
|
|
716
797
|
{
|
|
717
|
-
"id":
|
|
798
|
+
"id": 24,
|
|
718
799
|
"name": "showStepNumber",
|
|
719
800
|
"kind": 2048,
|
|
720
801
|
"kindString": "Method",
|
|
@@ -724,20 +805,20 @@
|
|
|
724
805
|
"sources": [
|
|
725
806
|
{
|
|
726
807
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
727
|
-
"line":
|
|
808
|
+
"line": 89,
|
|
728
809
|
"character": 9
|
|
729
810
|
}
|
|
730
811
|
],
|
|
731
812
|
"signatures": [
|
|
732
813
|
{
|
|
733
|
-
"id":
|
|
814
|
+
"id": 25,
|
|
734
815
|
"name": "showStepNumber",
|
|
735
816
|
"kind": 4096,
|
|
736
817
|
"kindString": "Call signature",
|
|
737
818
|
"flags": {},
|
|
738
819
|
"parameters": [
|
|
739
820
|
{
|
|
740
|
-
"id":
|
|
821
|
+
"id": 26,
|
|
741
822
|
"name": "step",
|
|
742
823
|
"kind": 32768,
|
|
743
824
|
"kindString": "Parameter",
|
|
@@ -768,40 +849,49 @@
|
|
|
768
849
|
"title": "Properties",
|
|
769
850
|
"kind": 1024,
|
|
770
851
|
"children": [
|
|
852
|
+
13,
|
|
771
853
|
14,
|
|
772
854
|
15,
|
|
773
855
|
16,
|
|
774
|
-
|
|
856
|
+
17
|
|
775
857
|
]
|
|
776
858
|
},
|
|
777
859
|
{
|
|
778
860
|
"title": "Accessors",
|
|
779
861
|
"kind": 262144,
|
|
780
862
|
"children": [
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
12
|
|
863
|
+
9,
|
|
864
|
+
5
|
|
784
865
|
]
|
|
785
866
|
},
|
|
786
867
|
{
|
|
787
868
|
"title": "Methods",
|
|
788
869
|
"kind": 2048,
|
|
789
870
|
"children": [
|
|
871
|
+
27,
|
|
790
872
|
22,
|
|
791
|
-
|
|
873
|
+
24
|
|
792
874
|
]
|
|
793
875
|
}
|
|
794
876
|
],
|
|
795
877
|
"sources": [
|
|
796
878
|
{
|
|
797
879
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
798
|
-
"line":
|
|
880
|
+
"line": 24,
|
|
799
881
|
"character": 13
|
|
800
882
|
}
|
|
883
|
+
],
|
|
884
|
+
"implementedTypes": [
|
|
885
|
+
{
|
|
886
|
+
"type": "reference",
|
|
887
|
+
"qualifiedName": "OnInit",
|
|
888
|
+
"package": "@angular/core",
|
|
889
|
+
"name": "OnInit"
|
|
890
|
+
}
|
|
801
891
|
]
|
|
802
892
|
},
|
|
803
893
|
{
|
|
804
|
-
"id":
|
|
894
|
+
"id": 31,
|
|
805
895
|
"name": "SkyProgressIndicatorComponent",
|
|
806
896
|
"kind": 128,
|
|
807
897
|
"kindString": "Class",
|
|
@@ -822,7 +912,7 @@
|
|
|
822
912
|
],
|
|
823
913
|
"children": [
|
|
824
914
|
{
|
|
825
|
-
"id":
|
|
915
|
+
"id": 32,
|
|
826
916
|
"name": "constructor",
|
|
827
917
|
"kind": 512,
|
|
828
918
|
"kindString": "Constructor",
|
|
@@ -830,20 +920,20 @@
|
|
|
830
920
|
"sources": [
|
|
831
921
|
{
|
|
832
922
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
833
|
-
"line":
|
|
923
|
+
"line": 165,
|
|
834
924
|
"character": 2
|
|
835
925
|
}
|
|
836
926
|
],
|
|
837
927
|
"signatures": [
|
|
838
928
|
{
|
|
839
|
-
"id":
|
|
929
|
+
"id": 33,
|
|
840
930
|
"name": "SkyProgressIndicatorComponent",
|
|
841
931
|
"kind": 16384,
|
|
842
932
|
"kindString": "Constructor signature",
|
|
843
933
|
"flags": {},
|
|
844
934
|
"parameters": [
|
|
845
935
|
{
|
|
846
|
-
"id":
|
|
936
|
+
"id": 34,
|
|
847
937
|
"name": "changeDetector",
|
|
848
938
|
"kind": 32768,
|
|
849
939
|
"kindString": "Parameter",
|
|
@@ -856,7 +946,7 @@
|
|
|
856
946
|
}
|
|
857
947
|
},
|
|
858
948
|
{
|
|
859
|
-
"id":
|
|
949
|
+
"id": 35,
|
|
860
950
|
"name": "windowRef",
|
|
861
951
|
"kind": 32768,
|
|
862
952
|
"kindString": "Parameter",
|
|
@@ -867,7 +957,7 @@
|
|
|
867
957
|
}
|
|
868
958
|
},
|
|
869
959
|
{
|
|
870
|
-
"id":
|
|
960
|
+
"id": 36,
|
|
871
961
|
"name": "logger",
|
|
872
962
|
"kind": 32768,
|
|
873
963
|
"kindString": "Parameter",
|
|
@@ -880,39 +970,62 @@
|
|
|
880
970
|
],
|
|
881
971
|
"type": {
|
|
882
972
|
"type": "reference",
|
|
883
|
-
"id":
|
|
973
|
+
"id": 31,
|
|
884
974
|
"name": "SkyProgressIndicatorComponent"
|
|
885
975
|
}
|
|
886
976
|
}
|
|
887
977
|
]
|
|
888
978
|
},
|
|
889
979
|
{
|
|
890
|
-
"id":
|
|
891
|
-
"name": "
|
|
980
|
+
"id": 58,
|
|
981
|
+
"name": "cssClassNames",
|
|
892
982
|
"kind": 1024,
|
|
893
983
|
"kindString": "Property",
|
|
894
984
|
"flags": {
|
|
895
985
|
"isPublic": true
|
|
896
986
|
},
|
|
897
|
-
"
|
|
898
|
-
|
|
987
|
+
"sources": [
|
|
988
|
+
{
|
|
989
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
990
|
+
"line": 137,
|
|
991
|
+
"character": 9
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"type": {
|
|
995
|
+
"type": "array",
|
|
996
|
+
"elementType": {
|
|
997
|
+
"type": "intrinsic",
|
|
998
|
+
"name": "string"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"defaultValue": "[]"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"id": 57,
|
|
1005
|
+
"name": "itemComponents",
|
|
1006
|
+
"kind": 1024,
|
|
1007
|
+
"kindString": "Property",
|
|
1008
|
+
"flags": {
|
|
1009
|
+
"isPublic": true
|
|
899
1010
|
},
|
|
900
1011
|
"decorators": [
|
|
901
1012
|
{
|
|
902
|
-
"name": "
|
|
1013
|
+
"name": "ContentChildren",
|
|
903
1014
|
"type": {
|
|
904
1015
|
"type": "reference",
|
|
905
|
-
"qualifiedName": "
|
|
1016
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
906
1017
|
"package": "@angular/core",
|
|
907
|
-
"name": "
|
|
1018
|
+
"name": "ContentChildren"
|
|
908
1019
|
},
|
|
909
|
-
"arguments": {
|
|
1020
|
+
"arguments": {
|
|
1021
|
+
"selector": "SkyProgressIndicatorItemComponent"
|
|
1022
|
+
}
|
|
910
1023
|
}
|
|
911
1024
|
],
|
|
912
1025
|
"sources": [
|
|
913
1026
|
{
|
|
914
1027
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
915
|
-
"line":
|
|
1028
|
+
"line": 133,
|
|
916
1029
|
"character": 9
|
|
917
1030
|
}
|
|
918
1031
|
],
|
|
@@ -921,47 +1034,87 @@
|
|
|
921
1034
|
"typeArguments": [
|
|
922
1035
|
{
|
|
923
1036
|
"type": "reference",
|
|
924
|
-
"id":
|
|
925
|
-
"name": "
|
|
1037
|
+
"id": 1,
|
|
1038
|
+
"name": "SkyProgressIndicatorItemComponent"
|
|
926
1039
|
}
|
|
927
1040
|
],
|
|
928
|
-
"qualifiedName": "
|
|
1041
|
+
"qualifiedName": "QueryList",
|
|
929
1042
|
"package": "@angular/core",
|
|
930
|
-
"name": "
|
|
931
|
-
}
|
|
932
|
-
"defaultValue": "..."
|
|
1043
|
+
"name": "QueryList"
|
|
1044
|
+
}
|
|
933
1045
|
},
|
|
934
1046
|
{
|
|
935
|
-
"id":
|
|
936
|
-
"name": "
|
|
937
|
-
"kind":
|
|
938
|
-
"kindString": "
|
|
1047
|
+
"id": 59,
|
|
1048
|
+
"name": "itemStatuses",
|
|
1049
|
+
"kind": 1024,
|
|
1050
|
+
"kindString": "Property",
|
|
939
1051
|
"flags": {
|
|
940
1052
|
"isPublic": true
|
|
941
1053
|
},
|
|
942
1054
|
"sources": [
|
|
943
1055
|
{
|
|
944
1056
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
945
|
-
"line":
|
|
946
|
-
"character":
|
|
1057
|
+
"line": 138,
|
|
1058
|
+
"character": 9
|
|
947
1059
|
}
|
|
948
1060
|
],
|
|
949
|
-
"
|
|
1061
|
+
"type": {
|
|
1062
|
+
"type": "array",
|
|
1063
|
+
"elementType": {
|
|
1064
|
+
"type": "reference",
|
|
1065
|
+
"id": 197,
|
|
1066
|
+
"name": "SkyProgressIndicatorItemStatus"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"defaultValue": "[]"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"id": 52,
|
|
1073
|
+
"name": "progressChanges",
|
|
1074
|
+
"kind": 1024,
|
|
1075
|
+
"kindString": "Property",
|
|
1076
|
+
"flags": {
|
|
1077
|
+
"isPublic": true
|
|
1078
|
+
},
|
|
1079
|
+
"comment": {
|
|
1080
|
+
"shortText": "Fires when the progress indicator changes the status of an item."
|
|
1081
|
+
},
|
|
1082
|
+
"decorators": [
|
|
950
1083
|
{
|
|
951
|
-
"
|
|
952
|
-
"name": "cssClassNames",
|
|
953
|
-
"kind": 524288,
|
|
954
|
-
"kindString": "Get signature",
|
|
955
|
-
"flags": {},
|
|
1084
|
+
"name": "Output",
|
|
956
1085
|
"type": {
|
|
957
|
-
"type": "
|
|
958
|
-
"
|
|
959
|
-
|
|
1086
|
+
"type": "reference",
|
|
1087
|
+
"qualifiedName": "OutputDecorator",
|
|
1088
|
+
"package": "@angular/core",
|
|
1089
|
+
"name": "Output"
|
|
1090
|
+
},
|
|
1091
|
+
"arguments": {}
|
|
960
1092
|
}
|
|
961
|
-
]
|
|
1093
|
+
],
|
|
1094
|
+
"sources": [
|
|
1095
|
+
{
|
|
1096
|
+
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1097
|
+
"line": 122,
|
|
1098
|
+
"character": 9
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"type": {
|
|
1102
|
+
"type": "reference",
|
|
1103
|
+
"typeArguments": [
|
|
1104
|
+
{
|
|
1105
|
+
"type": "reference",
|
|
1106
|
+
"id": 192,
|
|
1107
|
+
"name": "SkyProgressIndicatorChange"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"qualifiedName": "EventEmitter",
|
|
1111
|
+
"package": "@angular/core",
|
|
1112
|
+
"name": "EventEmitter"
|
|
1113
|
+
},
|
|
1114
|
+
"defaultValue": "..."
|
|
962
1115
|
},
|
|
963
1116
|
{
|
|
964
|
-
"id":
|
|
1117
|
+
"id": 37,
|
|
965
1118
|
"name": "displayMode",
|
|
966
1119
|
"kind": 262144,
|
|
967
1120
|
"kindString": "Accessor",
|
|
@@ -989,7 +1142,7 @@
|
|
|
989
1142
|
],
|
|
990
1143
|
"getSignature": [
|
|
991
1144
|
{
|
|
992
|
-
"id":
|
|
1145
|
+
"id": 38,
|
|
993
1146
|
"name": "displayMode",
|
|
994
1147
|
"kind": 524288,
|
|
995
1148
|
"kindString": "Get signature",
|
|
@@ -1009,14 +1162,14 @@
|
|
|
1009
1162
|
},
|
|
1010
1163
|
"type": {
|
|
1011
1164
|
"type": "reference",
|
|
1012
|
-
"id":
|
|
1165
|
+
"id": 196,
|
|
1013
1166
|
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1014
1167
|
}
|
|
1015
1168
|
}
|
|
1016
1169
|
],
|
|
1017
1170
|
"setSignature": [
|
|
1018
1171
|
{
|
|
1019
|
-
"id":
|
|
1172
|
+
"id": 39,
|
|
1020
1173
|
"name": "displayMode",
|
|
1021
1174
|
"kind": 1048576,
|
|
1022
1175
|
"kindString": "Set signature",
|
|
@@ -1036,14 +1189,14 @@
|
|
|
1036
1189
|
},
|
|
1037
1190
|
"parameters": [
|
|
1038
1191
|
{
|
|
1039
|
-
"id":
|
|
1192
|
+
"id": 40,
|
|
1040
1193
|
"name": "value",
|
|
1041
1194
|
"kind": 32768,
|
|
1042
1195
|
"kindString": "Parameter",
|
|
1043
1196
|
"flags": {},
|
|
1044
1197
|
"type": {
|
|
1045
1198
|
"type": "reference",
|
|
1046
|
-
"id":
|
|
1199
|
+
"id": 196,
|
|
1047
1200
|
"name": "SkyProgressIndicatorDisplayModeType"
|
|
1048
1201
|
}
|
|
1049
1202
|
}
|
|
@@ -1056,7 +1209,7 @@
|
|
|
1056
1209
|
]
|
|
1057
1210
|
},
|
|
1058
1211
|
{
|
|
1059
|
-
"id":
|
|
1212
|
+
"id": 53,
|
|
1060
1213
|
"name": "hasFinishButton",
|
|
1061
1214
|
"kind": 262144,
|
|
1062
1215
|
"kindString": "Accessor",
|
|
@@ -1066,13 +1219,13 @@
|
|
|
1066
1219
|
"sources": [
|
|
1067
1220
|
{
|
|
1068
1221
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1069
|
-
"line":
|
|
1222
|
+
"line": 124,
|
|
1070
1223
|
"character": 13
|
|
1071
1224
|
}
|
|
1072
1225
|
],
|
|
1073
1226
|
"getSignature": [
|
|
1074
1227
|
{
|
|
1075
|
-
"id":
|
|
1228
|
+
"id": 54,
|
|
1076
1229
|
"name": "hasFinishButton",
|
|
1077
1230
|
"kind": 524288,
|
|
1078
1231
|
"kindString": "Get signature",
|
|
@@ -1085,14 +1238,14 @@
|
|
|
1085
1238
|
],
|
|
1086
1239
|
"setSignature": [
|
|
1087
1240
|
{
|
|
1088
|
-
"id":
|
|
1241
|
+
"id": 55,
|
|
1089
1242
|
"name": "hasFinishButton",
|
|
1090
1243
|
"kind": 1048576,
|
|
1091
1244
|
"kindString": "Set signature",
|
|
1092
1245
|
"flags": {},
|
|
1093
1246
|
"parameters": [
|
|
1094
1247
|
{
|
|
1095
|
-
"id":
|
|
1248
|
+
"id": 56,
|
|
1096
1249
|
"name": "value",
|
|
1097
1250
|
"kind": 32768,
|
|
1098
1251
|
"kindString": "Parameter",
|
|
@@ -1111,7 +1264,7 @@
|
|
|
1111
1264
|
]
|
|
1112
1265
|
},
|
|
1113
1266
|
{
|
|
1114
|
-
"id":
|
|
1267
|
+
"id": 41,
|
|
1115
1268
|
"name": "isPassive",
|
|
1116
1269
|
"kind": 262144,
|
|
1117
1270
|
"kindString": "Accessor",
|
|
@@ -1133,13 +1286,13 @@
|
|
|
1133
1286
|
"sources": [
|
|
1134
1287
|
{
|
|
1135
1288
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1136
|
-
"line":
|
|
1289
|
+
"line": 80,
|
|
1137
1290
|
"character": 13
|
|
1138
1291
|
}
|
|
1139
1292
|
],
|
|
1140
1293
|
"getSignature": [
|
|
1141
1294
|
{
|
|
1142
|
-
"id":
|
|
1295
|
+
"id": 42,
|
|
1143
1296
|
"name": "isPassive",
|
|
1144
1297
|
"kind": 524288,
|
|
1145
1298
|
"kindString": "Get signature",
|
|
@@ -1161,7 +1314,7 @@
|
|
|
1161
1314
|
],
|
|
1162
1315
|
"setSignature": [
|
|
1163
1316
|
{
|
|
1164
|
-
"id":
|
|
1317
|
+
"id": 43,
|
|
1165
1318
|
"name": "isPassive",
|
|
1166
1319
|
"kind": 1048576,
|
|
1167
1320
|
"kindString": "Set signature",
|
|
@@ -1177,7 +1330,7 @@
|
|
|
1177
1330
|
},
|
|
1178
1331
|
"parameters": [
|
|
1179
1332
|
{
|
|
1180
|
-
"id":
|
|
1333
|
+
"id": 44,
|
|
1181
1334
|
"name": "value",
|
|
1182
1335
|
"kind": 32768,
|
|
1183
1336
|
"kindString": "Parameter",
|
|
@@ -1196,40 +1349,7 @@
|
|
|
1196
1349
|
]
|
|
1197
1350
|
},
|
|
1198
1351
|
{
|
|
1199
|
-
"id":
|
|
1200
|
-
"name": "itemStatuses",
|
|
1201
|
-
"kind": 262144,
|
|
1202
|
-
"kindString": "Accessor",
|
|
1203
|
-
"flags": {
|
|
1204
|
-
"isPublic": true
|
|
1205
|
-
},
|
|
1206
|
-
"sources": [
|
|
1207
|
-
{
|
|
1208
|
-
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1209
|
-
"line": 156,
|
|
1210
|
-
"character": 13
|
|
1211
|
-
}
|
|
1212
|
-
],
|
|
1213
|
-
"getSignature": [
|
|
1214
|
-
{
|
|
1215
|
-
"id": 55,
|
|
1216
|
-
"name": "itemStatuses",
|
|
1217
|
-
"kind": 524288,
|
|
1218
|
-
"kindString": "Get signature",
|
|
1219
|
-
"flags": {},
|
|
1220
|
-
"type": {
|
|
1221
|
-
"type": "array",
|
|
1222
|
-
"elementType": {
|
|
1223
|
-
"type": "reference",
|
|
1224
|
-
"id": 178,
|
|
1225
|
-
"name": "SkyProgressIndicatorItemStatus"
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
]
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"id": 38,
|
|
1352
|
+
"id": 45,
|
|
1233
1353
|
"name": "messageStream",
|
|
1234
1354
|
"kind": 262144,
|
|
1235
1355
|
"kindString": "Accessor",
|
|
@@ -1251,13 +1371,13 @@
|
|
|
1251
1371
|
"sources": [
|
|
1252
1372
|
{
|
|
1253
1373
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1254
|
-
"line":
|
|
1374
|
+
"line": 95,
|
|
1255
1375
|
"character": 13
|
|
1256
1376
|
}
|
|
1257
1377
|
],
|
|
1258
1378
|
"setSignature": [
|
|
1259
1379
|
{
|
|
1260
|
-
"id":
|
|
1380
|
+
"id": 46,
|
|
1261
1381
|
"name": "messageStream",
|
|
1262
1382
|
"kind": 1048576,
|
|
1263
1383
|
"kindString": "Set signature",
|
|
@@ -1267,7 +1387,7 @@
|
|
|
1267
1387
|
},
|
|
1268
1388
|
"parameters": [
|
|
1269
1389
|
{
|
|
1270
|
-
"id":
|
|
1390
|
+
"id": 47,
|
|
1271
1391
|
"name": "value",
|
|
1272
1392
|
"kind": 32768,
|
|
1273
1393
|
"kindString": "Parameter",
|
|
@@ -1280,12 +1400,12 @@
|
|
|
1280
1400
|
"types": [
|
|
1281
1401
|
{
|
|
1282
1402
|
"type": "reference",
|
|
1283
|
-
"id":
|
|
1403
|
+
"id": 202,
|
|
1284
1404
|
"name": "SkyProgressIndicatorMessage"
|
|
1285
1405
|
},
|
|
1286
1406
|
{
|
|
1287
1407
|
"type": "reference",
|
|
1288
|
-
"id":
|
|
1408
|
+
"id": 209,
|
|
1289
1409
|
"name": "SkyProgressIndicatorMessageType"
|
|
1290
1410
|
}
|
|
1291
1411
|
]
|
|
@@ -1305,7 +1425,7 @@
|
|
|
1305
1425
|
]
|
|
1306
1426
|
},
|
|
1307
1427
|
{
|
|
1308
|
-
"id":
|
|
1428
|
+
"id": 48,
|
|
1309
1429
|
"name": "startingIndex",
|
|
1310
1430
|
"kind": 262144,
|
|
1311
1431
|
"kindString": "Accessor",
|
|
@@ -1327,13 +1447,13 @@
|
|
|
1327
1447
|
"sources": [
|
|
1328
1448
|
{
|
|
1329
1449
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1330
|
-
"line":
|
|
1450
|
+
"line": 110,
|
|
1331
1451
|
"character": 13
|
|
1332
1452
|
}
|
|
1333
1453
|
],
|
|
1334
1454
|
"getSignature": [
|
|
1335
1455
|
{
|
|
1336
|
-
"id":
|
|
1456
|
+
"id": 49,
|
|
1337
1457
|
"name": "startingIndex",
|
|
1338
1458
|
"kind": 524288,
|
|
1339
1459
|
"kindString": "Get signature",
|
|
@@ -1349,7 +1469,7 @@
|
|
|
1349
1469
|
],
|
|
1350
1470
|
"setSignature": [
|
|
1351
1471
|
{
|
|
1352
|
-
"id":
|
|
1472
|
+
"id": 50,
|
|
1353
1473
|
"name": "startingIndex",
|
|
1354
1474
|
"kind": 1048576,
|
|
1355
1475
|
"kindString": "Set signature",
|
|
@@ -1359,7 +1479,7 @@
|
|
|
1359
1479
|
},
|
|
1360
1480
|
"parameters": [
|
|
1361
1481
|
{
|
|
1362
|
-
"id":
|
|
1482
|
+
"id": 51,
|
|
1363
1483
|
"name": "value",
|
|
1364
1484
|
"kind": 32768,
|
|
1365
1485
|
"kindString": "Parameter",
|
|
@@ -1378,7 +1498,7 @@
|
|
|
1378
1498
|
]
|
|
1379
1499
|
},
|
|
1380
1500
|
{
|
|
1381
|
-
"id":
|
|
1501
|
+
"id": 78,
|
|
1382
1502
|
"name": "ngAfterContentInit",
|
|
1383
1503
|
"kind": 2048,
|
|
1384
1504
|
"kindString": "Method",
|
|
@@ -1388,13 +1508,13 @@
|
|
|
1388
1508
|
"sources": [
|
|
1389
1509
|
{
|
|
1390
1510
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1391
|
-
"line":
|
|
1511
|
+
"line": 182,
|
|
1392
1512
|
"character": 9
|
|
1393
1513
|
}
|
|
1394
1514
|
],
|
|
1395
1515
|
"signatures": [
|
|
1396
1516
|
{
|
|
1397
|
-
"id":
|
|
1517
|
+
"id": 79,
|
|
1398
1518
|
"name": "ngAfterContentInit",
|
|
1399
1519
|
"kind": 4096,
|
|
1400
1520
|
"kindString": "Call signature",
|
|
@@ -1415,7 +1535,7 @@
|
|
|
1415
1535
|
}
|
|
1416
1536
|
},
|
|
1417
1537
|
{
|
|
1418
|
-
"id":
|
|
1538
|
+
"id": 80,
|
|
1419
1539
|
"name": "ngOnDestroy",
|
|
1420
1540
|
"kind": 2048,
|
|
1421
1541
|
"kindString": "Method",
|
|
@@ -1425,13 +1545,13 @@
|
|
|
1425
1545
|
"sources": [
|
|
1426
1546
|
{
|
|
1427
1547
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1428
|
-
"line":
|
|
1548
|
+
"line": 203,
|
|
1429
1549
|
"character": 9
|
|
1430
1550
|
}
|
|
1431
1551
|
],
|
|
1432
1552
|
"signatures": [
|
|
1433
1553
|
{
|
|
1434
|
-
"id":
|
|
1554
|
+
"id": 81,
|
|
1435
1555
|
"name": "ngOnDestroy",
|
|
1436
1556
|
"kind": 4096,
|
|
1437
1557
|
"kindString": "Call signature",
|
|
@@ -1452,7 +1572,7 @@
|
|
|
1452
1572
|
}
|
|
1453
1573
|
},
|
|
1454
1574
|
{
|
|
1455
|
-
"id":
|
|
1575
|
+
"id": 76,
|
|
1456
1576
|
"name": "ngOnInit",
|
|
1457
1577
|
"kind": 2048,
|
|
1458
1578
|
"kindString": "Method",
|
|
@@ -1462,13 +1582,13 @@
|
|
|
1462
1582
|
"sources": [
|
|
1463
1583
|
{
|
|
1464
1584
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1465
|
-
"line":
|
|
1585
|
+
"line": 175,
|
|
1466
1586
|
"character": 9
|
|
1467
1587
|
}
|
|
1468
1588
|
],
|
|
1469
1589
|
"signatures": [
|
|
1470
1590
|
{
|
|
1471
|
-
"id":
|
|
1591
|
+
"id": 77,
|
|
1472
1592
|
"name": "ngOnInit",
|
|
1473
1593
|
"kind": 4096,
|
|
1474
1594
|
"kindString": "Call signature",
|
|
@@ -1489,7 +1609,7 @@
|
|
|
1489
1609
|
}
|
|
1490
1610
|
},
|
|
1491
1611
|
{
|
|
1492
|
-
"id":
|
|
1612
|
+
"id": 82,
|
|
1493
1613
|
"name": "sendMessage",
|
|
1494
1614
|
"kind": 2048,
|
|
1495
1615
|
"kindString": "Method",
|
|
@@ -1499,27 +1619,27 @@
|
|
|
1499
1619
|
"sources": [
|
|
1500
1620
|
{
|
|
1501
1621
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1502
|
-
"line":
|
|
1622
|
+
"line": 208,
|
|
1503
1623
|
"character": 9
|
|
1504
1624
|
}
|
|
1505
1625
|
],
|
|
1506
1626
|
"signatures": [
|
|
1507
1627
|
{
|
|
1508
|
-
"id":
|
|
1628
|
+
"id": 83,
|
|
1509
1629
|
"name": "sendMessage",
|
|
1510
1630
|
"kind": 4096,
|
|
1511
1631
|
"kindString": "Call signature",
|
|
1512
1632
|
"flags": {},
|
|
1513
1633
|
"parameters": [
|
|
1514
1634
|
{
|
|
1515
|
-
"id":
|
|
1635
|
+
"id": 84,
|
|
1516
1636
|
"name": "message",
|
|
1517
1637
|
"kind": 32768,
|
|
1518
1638
|
"kindString": "Parameter",
|
|
1519
1639
|
"flags": {},
|
|
1520
1640
|
"type": {
|
|
1521
1641
|
"type": "reference",
|
|
1522
|
-
"id":
|
|
1642
|
+
"id": 202,
|
|
1523
1643
|
"name": "SkyProgressIndicatorMessage"
|
|
1524
1644
|
}
|
|
1525
1645
|
}
|
|
@@ -1537,37 +1657,38 @@
|
|
|
1537
1657
|
"title": "Constructors",
|
|
1538
1658
|
"kind": 512,
|
|
1539
1659
|
"children": [
|
|
1540
|
-
|
|
1660
|
+
32
|
|
1541
1661
|
]
|
|
1542
1662
|
},
|
|
1543
1663
|
{
|
|
1544
1664
|
"title": "Properties",
|
|
1545
1665
|
"kind": 1024,
|
|
1546
1666
|
"children": [
|
|
1547
|
-
|
|
1667
|
+
58,
|
|
1668
|
+
57,
|
|
1669
|
+
59,
|
|
1670
|
+
52
|
|
1548
1671
|
]
|
|
1549
1672
|
},
|
|
1550
1673
|
{
|
|
1551
1674
|
"title": "Accessors",
|
|
1552
1675
|
"kind": 262144,
|
|
1553
1676
|
"children": [
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
38,
|
|
1560
|
-
41
|
|
1677
|
+
37,
|
|
1678
|
+
53,
|
|
1679
|
+
41,
|
|
1680
|
+
45,
|
|
1681
|
+
48
|
|
1561
1682
|
]
|
|
1562
1683
|
},
|
|
1563
1684
|
{
|
|
1564
1685
|
"title": "Methods",
|
|
1565
1686
|
"kind": 2048,
|
|
1566
1687
|
"children": [
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1688
|
+
78,
|
|
1689
|
+
80,
|
|
1690
|
+
76,
|
|
1691
|
+
82
|
|
1571
1692
|
]
|
|
1572
1693
|
}
|
|
1573
1694
|
],
|
|
@@ -1600,7 +1721,7 @@
|
|
|
1600
1721
|
]
|
|
1601
1722
|
},
|
|
1602
1723
|
{
|
|
1603
|
-
"id":
|
|
1724
|
+
"id": 114,
|
|
1604
1725
|
"name": "SkyProgressIndicatorNavButtonComponent",
|
|
1605
1726
|
"kind": 128,
|
|
1606
1727
|
"kindString": "Class",
|
|
@@ -1624,7 +1745,7 @@
|
|
|
1624
1745
|
],
|
|
1625
1746
|
"children": [
|
|
1626
1747
|
{
|
|
1627
|
-
"id":
|
|
1748
|
+
"id": 115,
|
|
1628
1749
|
"name": "constructor",
|
|
1629
1750
|
"kind": 512,
|
|
1630
1751
|
"kindString": "Constructor",
|
|
@@ -1632,20 +1753,20 @@
|
|
|
1632
1753
|
"sources": [
|
|
1633
1754
|
{
|
|
1634
1755
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1635
|
-
"line":
|
|
1756
|
+
"line": 153,
|
|
1636
1757
|
"character": 2
|
|
1637
1758
|
}
|
|
1638
1759
|
],
|
|
1639
1760
|
"signatures": [
|
|
1640
1761
|
{
|
|
1641
|
-
"id":
|
|
1762
|
+
"id": 116,
|
|
1642
1763
|
"name": "SkyProgressIndicatorNavButtonComponent",
|
|
1643
1764
|
"kind": 16384,
|
|
1644
1765
|
"kindString": "Constructor signature",
|
|
1645
1766
|
"flags": {},
|
|
1646
1767
|
"parameters": [
|
|
1647
1768
|
{
|
|
1648
|
-
"id":
|
|
1769
|
+
"id": 117,
|
|
1649
1770
|
"name": "changeDetector",
|
|
1650
1771
|
"kind": 32768,
|
|
1651
1772
|
"kindString": "Parameter",
|
|
@@ -1658,11 +1779,13 @@
|
|
|
1658
1779
|
}
|
|
1659
1780
|
},
|
|
1660
1781
|
{
|
|
1661
|
-
"id":
|
|
1782
|
+
"id": 118,
|
|
1662
1783
|
"name": "parentComponent",
|
|
1663
1784
|
"kind": 32768,
|
|
1664
1785
|
"kindString": "Parameter",
|
|
1665
|
-
"flags": {
|
|
1786
|
+
"flags": {
|
|
1787
|
+
"isOptional": true
|
|
1788
|
+
},
|
|
1666
1789
|
"decorators": [
|
|
1667
1790
|
{
|
|
1668
1791
|
"name": "Optional",
|
|
@@ -1677,21 +1800,21 @@
|
|
|
1677
1800
|
],
|
|
1678
1801
|
"type": {
|
|
1679
1802
|
"type": "reference",
|
|
1680
|
-
"id":
|
|
1803
|
+
"id": 31,
|
|
1681
1804
|
"name": "SkyProgressIndicatorComponent"
|
|
1682
1805
|
}
|
|
1683
1806
|
}
|
|
1684
1807
|
],
|
|
1685
1808
|
"type": {
|
|
1686
1809
|
"type": "reference",
|
|
1687
|
-
"id":
|
|
1810
|
+
"id": 114,
|
|
1688
1811
|
"name": "SkyProgressIndicatorNavButtonComponent"
|
|
1689
1812
|
}
|
|
1690
1813
|
}
|
|
1691
1814
|
]
|
|
1692
1815
|
},
|
|
1693
1816
|
{
|
|
1694
|
-
"id":
|
|
1817
|
+
"id": 132,
|
|
1695
1818
|
"name": "actionClick",
|
|
1696
1819
|
"kind": 1024,
|
|
1697
1820
|
"kindString": "Property",
|
|
@@ -1716,7 +1839,7 @@
|
|
|
1716
1839
|
"sources": [
|
|
1717
1840
|
{
|
|
1718
1841
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1719
|
-
"line":
|
|
1842
|
+
"line": 129,
|
|
1720
1843
|
"character": 9
|
|
1721
1844
|
}
|
|
1722
1845
|
],
|
|
@@ -1725,7 +1848,7 @@
|
|
|
1725
1848
|
"typeArguments": [
|
|
1726
1849
|
{
|
|
1727
1850
|
"type": "reference",
|
|
1728
|
-
"id":
|
|
1851
|
+
"id": 180,
|
|
1729
1852
|
"name": "SkyProgressIndicatorActionClickArgs"
|
|
1730
1853
|
}
|
|
1731
1854
|
],
|
|
@@ -1736,7 +1859,7 @@
|
|
|
1736
1859
|
"defaultValue": "..."
|
|
1737
1860
|
},
|
|
1738
1861
|
{
|
|
1739
|
-
"id":
|
|
1862
|
+
"id": 119,
|
|
1740
1863
|
"name": "buttonText",
|
|
1741
1864
|
"kind": 1024,
|
|
1742
1865
|
"kindString": "Property",
|
|
@@ -1767,7 +1890,7 @@
|
|
|
1767
1890
|
"sources": [
|
|
1768
1891
|
{
|
|
1769
1892
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1770
|
-
"line":
|
|
1893
|
+
"line": 42,
|
|
1771
1894
|
"character": 9
|
|
1772
1895
|
}
|
|
1773
1896
|
],
|
|
@@ -1777,36 +1900,28 @@
|
|
|
1777
1900
|
}
|
|
1778
1901
|
},
|
|
1779
1902
|
{
|
|
1780
|
-
"id":
|
|
1781
|
-
"name": "
|
|
1782
|
-
"kind":
|
|
1783
|
-
"kindString": "
|
|
1903
|
+
"id": 137,
|
|
1904
|
+
"name": "lastProgressChange",
|
|
1905
|
+
"kind": 1024,
|
|
1906
|
+
"kindString": "Property",
|
|
1784
1907
|
"flags": {
|
|
1785
1908
|
"isPublic": true
|
|
1786
1909
|
},
|
|
1787
1910
|
"sources": [
|
|
1788
1911
|
{
|
|
1789
1912
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1790
|
-
"line":
|
|
1791
|
-
"character":
|
|
1913
|
+
"line": 140,
|
|
1914
|
+
"character": 9
|
|
1792
1915
|
}
|
|
1793
1916
|
],
|
|
1794
|
-
"
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
"kindString": "Get signature",
|
|
1800
|
-
"flags": {},
|
|
1801
|
-
"type": {
|
|
1802
|
-
"type": "intrinsic",
|
|
1803
|
-
"name": "string"
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
]
|
|
1917
|
+
"type": {
|
|
1918
|
+
"type": "reference",
|
|
1919
|
+
"id": 192,
|
|
1920
|
+
"name": "SkyProgressIndicatorChange"
|
|
1921
|
+
}
|
|
1807
1922
|
},
|
|
1808
1923
|
{
|
|
1809
|
-
"id":
|
|
1924
|
+
"id": 120,
|
|
1810
1925
|
"name": "buttonType",
|
|
1811
1926
|
"kind": 262144,
|
|
1812
1927
|
"kindString": "Accessor",
|
|
@@ -1828,13 +1943,13 @@
|
|
|
1828
1943
|
"sources": [
|
|
1829
1944
|
{
|
|
1830
1945
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1831
|
-
"line":
|
|
1946
|
+
"line": 50,
|
|
1832
1947
|
"character": 13
|
|
1833
1948
|
}
|
|
1834
1949
|
],
|
|
1835
1950
|
"getSignature": [
|
|
1836
1951
|
{
|
|
1837
|
-
"id":
|
|
1952
|
+
"id": 121,
|
|
1838
1953
|
"name": "buttonType",
|
|
1839
1954
|
"kind": 524288,
|
|
1840
1955
|
"kindString": "Get signature",
|
|
@@ -1850,14 +1965,14 @@
|
|
|
1850
1965
|
},
|
|
1851
1966
|
"type": {
|
|
1852
1967
|
"type": "reference",
|
|
1853
|
-
"id":
|
|
1968
|
+
"id": 218,
|
|
1854
1969
|
"name": "SkyProgressIndicatorNavButtonType"
|
|
1855
1970
|
}
|
|
1856
1971
|
}
|
|
1857
1972
|
],
|
|
1858
1973
|
"setSignature": [
|
|
1859
1974
|
{
|
|
1860
|
-
"id":
|
|
1975
|
+
"id": 122,
|
|
1861
1976
|
"name": "buttonType",
|
|
1862
1977
|
"kind": 1048576,
|
|
1863
1978
|
"kindString": "Set signature",
|
|
@@ -1873,14 +1988,14 @@
|
|
|
1873
1988
|
},
|
|
1874
1989
|
"parameters": [
|
|
1875
1990
|
{
|
|
1876
|
-
"id":
|
|
1991
|
+
"id": 123,
|
|
1877
1992
|
"name": "value",
|
|
1878
1993
|
"kind": 32768,
|
|
1879
1994
|
"kindString": "Parameter",
|
|
1880
1995
|
"flags": {},
|
|
1881
1996
|
"type": {
|
|
1882
1997
|
"type": "reference",
|
|
1883
|
-
"id":
|
|
1998
|
+
"id": 218,
|
|
1884
1999
|
"name": "SkyProgressIndicatorNavButtonType"
|
|
1885
2000
|
}
|
|
1886
2001
|
}
|
|
@@ -1893,36 +2008,7 @@
|
|
|
1893
2008
|
]
|
|
1894
2009
|
},
|
|
1895
2010
|
{
|
|
1896
|
-
"id":
|
|
1897
|
-
"name": "cssClassNames",
|
|
1898
|
-
"kind": 262144,
|
|
1899
|
-
"kindString": "Accessor",
|
|
1900
|
-
"flags": {
|
|
1901
|
-
"isPublic": true
|
|
1902
|
-
},
|
|
1903
|
-
"sources": [
|
|
1904
|
-
{
|
|
1905
|
-
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1906
|
-
"line": 144,
|
|
1907
|
-
"character": 13
|
|
1908
|
-
}
|
|
1909
|
-
],
|
|
1910
|
-
"getSignature": [
|
|
1911
|
-
{
|
|
1912
|
-
"id": 120,
|
|
1913
|
-
"name": "cssClassNames",
|
|
1914
|
-
"kind": 524288,
|
|
1915
|
-
"kindString": "Get signature",
|
|
1916
|
-
"flags": {},
|
|
1917
|
-
"type": {
|
|
1918
|
-
"type": "intrinsic",
|
|
1919
|
-
"name": "string"
|
|
1920
|
-
}
|
|
1921
|
-
}
|
|
1922
|
-
]
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"id": 110,
|
|
2011
|
+
"id": 124,
|
|
1926
2012
|
"name": "disabled",
|
|
1927
2013
|
"kind": 262144,
|
|
1928
2014
|
"kindString": "Accessor",
|
|
@@ -1944,13 +2030,13 @@
|
|
|
1944
2030
|
"sources": [
|
|
1945
2031
|
{
|
|
1946
2032
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1947
|
-
"line":
|
|
2033
|
+
"line": 63,
|
|
1948
2034
|
"character": 13
|
|
1949
2035
|
}
|
|
1950
2036
|
],
|
|
1951
2037
|
"getSignature": [
|
|
1952
2038
|
{
|
|
1953
|
-
"id":
|
|
2039
|
+
"id": 125,
|
|
1954
2040
|
"name": "disabled",
|
|
1955
2041
|
"kind": 524288,
|
|
1956
2042
|
"kindString": "Get signature",
|
|
@@ -1972,7 +2058,7 @@
|
|
|
1972
2058
|
],
|
|
1973
2059
|
"setSignature": [
|
|
1974
2060
|
{
|
|
1975
|
-
"id":
|
|
2061
|
+
"id": 126,
|
|
1976
2062
|
"name": "disabled",
|
|
1977
2063
|
"kind": 1048576,
|
|
1978
2064
|
"kindString": "Set signature",
|
|
@@ -1988,7 +2074,7 @@
|
|
|
1988
2074
|
},
|
|
1989
2075
|
"parameters": [
|
|
1990
2076
|
{
|
|
1991
|
-
"id":
|
|
2077
|
+
"id": 127,
|
|
1992
2078
|
"name": "value",
|
|
1993
2079
|
"kind": 32768,
|
|
1994
2080
|
"kindString": "Parameter",
|
|
@@ -2007,7 +2093,7 @@
|
|
|
2007
2093
|
]
|
|
2008
2094
|
},
|
|
2009
2095
|
{
|
|
2010
|
-
"id":
|
|
2096
|
+
"id": 133,
|
|
2011
2097
|
"name": "isVisible",
|
|
2012
2098
|
"kind": 262144,
|
|
2013
2099
|
"kindString": "Accessor",
|
|
@@ -2017,13 +2103,13 @@
|
|
|
2017
2103
|
"sources": [
|
|
2018
2104
|
{
|
|
2019
2105
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2020
|
-
"line":
|
|
2106
|
+
"line": 131,
|
|
2021
2107
|
"character": 13
|
|
2022
2108
|
}
|
|
2023
2109
|
],
|
|
2024
2110
|
"getSignature": [
|
|
2025
2111
|
{
|
|
2026
|
-
"id":
|
|
2112
|
+
"id": 134,
|
|
2027
2113
|
"name": "isVisible",
|
|
2028
2114
|
"kind": 524288,
|
|
2029
2115
|
"kindString": "Get signature",
|
|
@@ -2036,14 +2122,14 @@
|
|
|
2036
2122
|
],
|
|
2037
2123
|
"setSignature": [
|
|
2038
2124
|
{
|
|
2039
|
-
"id":
|
|
2125
|
+
"id": 135,
|
|
2040
2126
|
"name": "isVisible",
|
|
2041
2127
|
"kind": 1048576,
|
|
2042
2128
|
"kindString": "Set signature",
|
|
2043
2129
|
"flags": {},
|
|
2044
2130
|
"parameters": [
|
|
2045
2131
|
{
|
|
2046
|
-
"id":
|
|
2132
|
+
"id": 136,
|
|
2047
2133
|
"name": "value",
|
|
2048
2134
|
"kind": 32768,
|
|
2049
2135
|
"kindString": "Parameter",
|
|
@@ -2062,7 +2148,7 @@
|
|
|
2062
2148
|
]
|
|
2063
2149
|
},
|
|
2064
2150
|
{
|
|
2065
|
-
"id":
|
|
2151
|
+
"id": 128,
|
|
2066
2152
|
"name": "progressIndicator",
|
|
2067
2153
|
"kind": 262144,
|
|
2068
2154
|
"kindString": "Accessor",
|
|
@@ -2084,13 +2170,13 @@
|
|
|
2084
2170
|
"sources": [
|
|
2085
2171
|
{
|
|
2086
2172
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2087
|
-
"line":
|
|
2173
|
+
"line": 77,
|
|
2088
2174
|
"character": 13
|
|
2089
2175
|
}
|
|
2090
2176
|
],
|
|
2091
2177
|
"getSignature": [
|
|
2092
2178
|
{
|
|
2093
|
-
"id":
|
|
2179
|
+
"id": 129,
|
|
2094
2180
|
"name": "progressIndicator",
|
|
2095
2181
|
"kind": 524288,
|
|
2096
2182
|
"kindString": "Get signature",
|
|
@@ -2106,14 +2192,14 @@
|
|
|
2106
2192
|
},
|
|
2107
2193
|
"type": {
|
|
2108
2194
|
"type": "reference",
|
|
2109
|
-
"id":
|
|
2195
|
+
"id": 31,
|
|
2110
2196
|
"name": "SkyProgressIndicatorComponent"
|
|
2111
2197
|
}
|
|
2112
2198
|
}
|
|
2113
2199
|
],
|
|
2114
2200
|
"setSignature": [
|
|
2115
2201
|
{
|
|
2116
|
-
"id":
|
|
2202
|
+
"id": 130,
|
|
2117
2203
|
"name": "progressIndicator",
|
|
2118
2204
|
"kind": 1048576,
|
|
2119
2205
|
"kindString": "Set signature",
|
|
@@ -2129,14 +2215,14 @@
|
|
|
2129
2215
|
},
|
|
2130
2216
|
"parameters": [
|
|
2131
2217
|
{
|
|
2132
|
-
"id":
|
|
2218
|
+
"id": 131,
|
|
2133
2219
|
"name": "value",
|
|
2134
2220
|
"kind": 32768,
|
|
2135
2221
|
"kindString": "Parameter",
|
|
2136
2222
|
"flags": {},
|
|
2137
2223
|
"type": {
|
|
2138
2224
|
"type": "reference",
|
|
2139
|
-
"id":
|
|
2225
|
+
"id": 31,
|
|
2140
2226
|
"name": "SkyProgressIndicatorComponent"
|
|
2141
2227
|
}
|
|
2142
2228
|
}
|
|
@@ -2149,7 +2235,7 @@
|
|
|
2149
2235
|
]
|
|
2150
2236
|
},
|
|
2151
2237
|
{
|
|
2152
|
-
"id":
|
|
2238
|
+
"id": 146,
|
|
2153
2239
|
"name": "ngAfterViewInit",
|
|
2154
2240
|
"kind": 2048,
|
|
2155
2241
|
"kindString": "Method",
|
|
@@ -2159,13 +2245,13 @@
|
|
|
2159
2245
|
"sources": [
|
|
2160
2246
|
{
|
|
2161
2247
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2162
|
-
"line":
|
|
2248
|
+
"line": 161,
|
|
2163
2249
|
"character": 9
|
|
2164
2250
|
}
|
|
2165
2251
|
],
|
|
2166
2252
|
"signatures": [
|
|
2167
2253
|
{
|
|
2168
|
-
"id":
|
|
2254
|
+
"id": 147,
|
|
2169
2255
|
"name": "ngAfterViewInit",
|
|
2170
2256
|
"kind": 4096,
|
|
2171
2257
|
"kindString": "Call signature",
|
|
@@ -2186,7 +2272,7 @@
|
|
|
2186
2272
|
}
|
|
2187
2273
|
},
|
|
2188
2274
|
{
|
|
2189
|
-
"id":
|
|
2275
|
+
"id": 148,
|
|
2190
2276
|
"name": "ngOnDestroy",
|
|
2191
2277
|
"kind": 2048,
|
|
2192
2278
|
"kindString": "Method",
|
|
@@ -2196,13 +2282,13 @@
|
|
|
2196
2282
|
"sources": [
|
|
2197
2283
|
{
|
|
2198
2284
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2199
|
-
"line":
|
|
2285
|
+
"line": 169,
|
|
2200
2286
|
"character": 9
|
|
2201
2287
|
}
|
|
2202
2288
|
],
|
|
2203
2289
|
"signatures": [
|
|
2204
2290
|
{
|
|
2205
|
-
"id":
|
|
2291
|
+
"id": 149,
|
|
2206
2292
|
"name": "ngOnDestroy",
|
|
2207
2293
|
"kind": 4096,
|
|
2208
2294
|
"kindString": "Call signature",
|
|
@@ -2223,7 +2309,7 @@
|
|
|
2223
2309
|
}
|
|
2224
2310
|
},
|
|
2225
2311
|
{
|
|
2226
|
-
"id":
|
|
2312
|
+
"id": 150,
|
|
2227
2313
|
"name": "onClick",
|
|
2228
2314
|
"kind": 2048,
|
|
2229
2315
|
"kindString": "Method",
|
|
@@ -2233,20 +2319,20 @@
|
|
|
2233
2319
|
"sources": [
|
|
2234
2320
|
{
|
|
2235
2321
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2236
|
-
"line":
|
|
2322
|
+
"line": 175,
|
|
2237
2323
|
"character": 9
|
|
2238
2324
|
}
|
|
2239
2325
|
],
|
|
2240
2326
|
"signatures": [
|
|
2241
2327
|
{
|
|
2242
|
-
"id":
|
|
2328
|
+
"id": 151,
|
|
2243
2329
|
"name": "onClick",
|
|
2244
2330
|
"kind": 4096,
|
|
2245
2331
|
"kindString": "Call signature",
|
|
2246
2332
|
"flags": {},
|
|
2247
2333
|
"parameters": [
|
|
2248
2334
|
{
|
|
2249
|
-
"id":
|
|
2335
|
+
"id": 152,
|
|
2250
2336
|
"name": "event",
|
|
2251
2337
|
"kind": 32768,
|
|
2252
2338
|
"kindString": "Parameter",
|
|
@@ -2272,43 +2358,42 @@
|
|
|
2272
2358
|
"title": "Constructors",
|
|
2273
2359
|
"kind": 512,
|
|
2274
2360
|
"children": [
|
|
2275
|
-
|
|
2361
|
+
115
|
|
2276
2362
|
]
|
|
2277
2363
|
},
|
|
2278
2364
|
{
|
|
2279
2365
|
"title": "Properties",
|
|
2280
2366
|
"kind": 1024,
|
|
2281
2367
|
"children": [
|
|
2282
|
-
|
|
2283
|
-
|
|
2368
|
+
132,
|
|
2369
|
+
119,
|
|
2370
|
+
137
|
|
2284
2371
|
]
|
|
2285
2372
|
},
|
|
2286
2373
|
{
|
|
2287
2374
|
"title": "Accessors",
|
|
2288
2375
|
"kind": 262144,
|
|
2289
2376
|
"children": [
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
123,
|
|
2295
|
-
114
|
|
2377
|
+
120,
|
|
2378
|
+
124,
|
|
2379
|
+
133,
|
|
2380
|
+
128
|
|
2296
2381
|
]
|
|
2297
2382
|
},
|
|
2298
2383
|
{
|
|
2299
2384
|
"title": "Methods",
|
|
2300
2385
|
"kind": 2048,
|
|
2301
2386
|
"children": [
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2387
|
+
146,
|
|
2388
|
+
148,
|
|
2389
|
+
150
|
|
2305
2390
|
]
|
|
2306
2391
|
}
|
|
2307
2392
|
],
|
|
2308
2393
|
"sources": [
|
|
2309
2394
|
{
|
|
2310
2395
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2311
|
-
"line":
|
|
2396
|
+
"line": 34,
|
|
2312
2397
|
"character": 13
|
|
2313
2398
|
}
|
|
2314
2399
|
],
|
|
@@ -2328,7 +2413,7 @@
|
|
|
2328
2413
|
]
|
|
2329
2414
|
},
|
|
2330
2415
|
{
|
|
2331
|
-
"id":
|
|
2416
|
+
"id": 159,
|
|
2332
2417
|
"name": "SkyProgressIndicatorResetButtonComponent",
|
|
2333
2418
|
"kind": 128,
|
|
2334
2419
|
"kindString": "Class",
|
|
@@ -2352,7 +2437,7 @@
|
|
|
2352
2437
|
],
|
|
2353
2438
|
"children": [
|
|
2354
2439
|
{
|
|
2355
|
-
"id":
|
|
2440
|
+
"id": 160,
|
|
2356
2441
|
"name": "constructor",
|
|
2357
2442
|
"kind": 512,
|
|
2358
2443
|
"kindString": "Constructor",
|
|
@@ -2366,14 +2451,14 @@
|
|
|
2366
2451
|
],
|
|
2367
2452
|
"signatures": [
|
|
2368
2453
|
{
|
|
2369
|
-
"id":
|
|
2454
|
+
"id": 161,
|
|
2370
2455
|
"name": "SkyProgressIndicatorResetButtonComponent",
|
|
2371
2456
|
"kind": 16384,
|
|
2372
2457
|
"kindString": "Constructor signature",
|
|
2373
2458
|
"flags": {},
|
|
2374
2459
|
"parameters": [
|
|
2375
2460
|
{
|
|
2376
|
-
"id":
|
|
2461
|
+
"id": 162,
|
|
2377
2462
|
"name": "changeDetector",
|
|
2378
2463
|
"kind": 32768,
|
|
2379
2464
|
"kindString": "Parameter",
|
|
@@ -2388,14 +2473,14 @@
|
|
|
2388
2473
|
],
|
|
2389
2474
|
"type": {
|
|
2390
2475
|
"type": "reference",
|
|
2391
|
-
"id":
|
|
2476
|
+
"id": 159,
|
|
2392
2477
|
"name": "SkyProgressIndicatorResetButtonComponent"
|
|
2393
2478
|
}
|
|
2394
2479
|
}
|
|
2395
2480
|
]
|
|
2396
2481
|
},
|
|
2397
2482
|
{
|
|
2398
|
-
"id":
|
|
2483
|
+
"id": 167,
|
|
2399
2484
|
"name": "progressIndicator",
|
|
2400
2485
|
"kind": 1024,
|
|
2401
2486
|
"kindString": "Property",
|
|
@@ -2432,12 +2517,12 @@
|
|
|
2432
2517
|
],
|
|
2433
2518
|
"type": {
|
|
2434
2519
|
"type": "reference",
|
|
2435
|
-
"id":
|
|
2520
|
+
"id": 31,
|
|
2436
2521
|
"name": "SkyProgressIndicatorComponent"
|
|
2437
2522
|
}
|
|
2438
2523
|
},
|
|
2439
2524
|
{
|
|
2440
|
-
"id":
|
|
2525
|
+
"id": 168,
|
|
2441
2526
|
"name": "resetClick",
|
|
2442
2527
|
"kind": 1024,
|
|
2443
2528
|
"kindString": "Property",
|
|
@@ -2471,7 +2556,7 @@
|
|
|
2471
2556
|
"typeArguments": [
|
|
2472
2557
|
{
|
|
2473
2558
|
"type": "intrinsic",
|
|
2474
|
-
"name": "
|
|
2559
|
+
"name": "void"
|
|
2475
2560
|
}
|
|
2476
2561
|
],
|
|
2477
2562
|
"qualifiedName": "EventEmitter",
|
|
@@ -2481,7 +2566,7 @@
|
|
|
2481
2566
|
"defaultValue": "..."
|
|
2482
2567
|
},
|
|
2483
2568
|
{
|
|
2484
|
-
"id":
|
|
2569
|
+
"id": 163,
|
|
2485
2570
|
"name": "disabled",
|
|
2486
2571
|
"kind": 262144,
|
|
2487
2572
|
"kindString": "Accessor",
|
|
@@ -2509,7 +2594,7 @@
|
|
|
2509
2594
|
],
|
|
2510
2595
|
"getSignature": [
|
|
2511
2596
|
{
|
|
2512
|
-
"id":
|
|
2597
|
+
"id": 164,
|
|
2513
2598
|
"name": "disabled",
|
|
2514
2599
|
"kind": 524288,
|
|
2515
2600
|
"kindString": "Get signature",
|
|
@@ -2531,7 +2616,7 @@
|
|
|
2531
2616
|
],
|
|
2532
2617
|
"setSignature": [
|
|
2533
2618
|
{
|
|
2534
|
-
"id":
|
|
2619
|
+
"id": 165,
|
|
2535
2620
|
"name": "disabled",
|
|
2536
2621
|
"kind": 1048576,
|
|
2537
2622
|
"kindString": "Set signature",
|
|
@@ -2547,7 +2632,7 @@
|
|
|
2547
2632
|
},
|
|
2548
2633
|
"parameters": [
|
|
2549
2634
|
{
|
|
2550
|
-
"id":
|
|
2635
|
+
"id": 166,
|
|
2551
2636
|
"name": "value",
|
|
2552
2637
|
"kind": 32768,
|
|
2553
2638
|
"kindString": "Parameter",
|
|
@@ -2566,7 +2651,7 @@
|
|
|
2566
2651
|
]
|
|
2567
2652
|
},
|
|
2568
2653
|
{
|
|
2569
|
-
"id":
|
|
2654
|
+
"id": 170,
|
|
2570
2655
|
"name": "ngOnDestroy",
|
|
2571
2656
|
"kind": 2048,
|
|
2572
2657
|
"kindString": "Method",
|
|
@@ -2582,7 +2667,7 @@
|
|
|
2582
2667
|
],
|
|
2583
2668
|
"signatures": [
|
|
2584
2669
|
{
|
|
2585
|
-
"id":
|
|
2670
|
+
"id": 171,
|
|
2586
2671
|
"name": "ngOnDestroy",
|
|
2587
2672
|
"kind": 4096,
|
|
2588
2673
|
"kindString": "Call signature",
|
|
@@ -2603,7 +2688,7 @@
|
|
|
2603
2688
|
}
|
|
2604
2689
|
},
|
|
2605
2690
|
{
|
|
2606
|
-
"id":
|
|
2691
|
+
"id": 172,
|
|
2607
2692
|
"name": "onClick",
|
|
2608
2693
|
"kind": 2048,
|
|
2609
2694
|
"kindString": "Method",
|
|
@@ -2619,7 +2704,7 @@
|
|
|
2619
2704
|
],
|
|
2620
2705
|
"signatures": [
|
|
2621
2706
|
{
|
|
2622
|
-
"id":
|
|
2707
|
+
"id": 173,
|
|
2623
2708
|
"name": "onClick",
|
|
2624
2709
|
"kind": 4096,
|
|
2625
2710
|
"kindString": "Call signature",
|
|
@@ -2637,30 +2722,30 @@
|
|
|
2637
2722
|
"title": "Constructors",
|
|
2638
2723
|
"kind": 512,
|
|
2639
2724
|
"children": [
|
|
2640
|
-
|
|
2725
|
+
160
|
|
2641
2726
|
]
|
|
2642
2727
|
},
|
|
2643
2728
|
{
|
|
2644
2729
|
"title": "Properties",
|
|
2645
2730
|
"kind": 1024,
|
|
2646
2731
|
"children": [
|
|
2647
|
-
|
|
2648
|
-
|
|
2732
|
+
167,
|
|
2733
|
+
168
|
|
2649
2734
|
]
|
|
2650
2735
|
},
|
|
2651
2736
|
{
|
|
2652
2737
|
"title": "Accessors",
|
|
2653
2738
|
"kind": 262144,
|
|
2654
2739
|
"children": [
|
|
2655
|
-
|
|
2740
|
+
163
|
|
2656
2741
|
]
|
|
2657
2742
|
},
|
|
2658
2743
|
{
|
|
2659
2744
|
"title": "Methods",
|
|
2660
2745
|
"kind": 2048,
|
|
2661
2746
|
"children": [
|
|
2662
|
-
|
|
2663
|
-
|
|
2747
|
+
170,
|
|
2748
|
+
172
|
|
2664
2749
|
]
|
|
2665
2750
|
}
|
|
2666
2751
|
],
|
|
@@ -2681,7 +2766,7 @@
|
|
|
2681
2766
|
]
|
|
2682
2767
|
},
|
|
2683
2768
|
{
|
|
2684
|
-
"id":
|
|
2769
|
+
"id": 174,
|
|
2685
2770
|
"name": "SkyProgressIndicatorTitleComponent",
|
|
2686
2771
|
"kind": 128,
|
|
2687
2772
|
"kindString": "Class",
|
|
@@ -2709,7 +2794,7 @@
|
|
|
2709
2794
|
"title": "Constructors",
|
|
2710
2795
|
"kind": 512,
|
|
2711
2796
|
"children": [
|
|
2712
|
-
|
|
2797
|
+
175
|
|
2713
2798
|
]
|
|
2714
2799
|
}
|
|
2715
2800
|
],
|
|
@@ -2722,7 +2807,7 @@
|
|
|
2722
2807
|
]
|
|
2723
2808
|
},
|
|
2724
2809
|
{
|
|
2725
|
-
"id":
|
|
2810
|
+
"id": 180,
|
|
2726
2811
|
"name": "SkyProgressIndicatorActionClickArgs",
|
|
2727
2812
|
"kind": 256,
|
|
2728
2813
|
"kindString": "Interface",
|
|
@@ -2732,7 +2817,7 @@
|
|
|
2732
2817
|
},
|
|
2733
2818
|
"children": [
|
|
2734
2819
|
{
|
|
2735
|
-
"id":
|
|
2820
|
+
"id": 182,
|
|
2736
2821
|
"name": "event",
|
|
2737
2822
|
"kind": 1024,
|
|
2738
2823
|
"kindString": "Property",
|
|
@@ -2755,7 +2840,7 @@
|
|
|
2755
2840
|
}
|
|
2756
2841
|
},
|
|
2757
2842
|
{
|
|
2758
|
-
"id":
|
|
2843
|
+
"id": 181,
|
|
2759
2844
|
"name": "progressHandler",
|
|
2760
2845
|
"kind": 1024,
|
|
2761
2846
|
"kindString": "Property",
|
|
@@ -2772,7 +2857,7 @@
|
|
|
2772
2857
|
],
|
|
2773
2858
|
"type": {
|
|
2774
2859
|
"type": "reference",
|
|
2775
|
-
"id":
|
|
2860
|
+
"id": 183,
|
|
2776
2861
|
"name": "SkyProgressIndicatorActionClickProgressHandler"
|
|
2777
2862
|
}
|
|
2778
2863
|
}
|
|
@@ -2782,8 +2867,8 @@
|
|
|
2782
2867
|
"title": "Properties",
|
|
2783
2868
|
"kind": 1024,
|
|
2784
2869
|
"children": [
|
|
2785
|
-
|
|
2786
|
-
|
|
2870
|
+
182,
|
|
2871
|
+
181
|
|
2787
2872
|
]
|
|
2788
2873
|
}
|
|
2789
2874
|
],
|
|
@@ -2796,14 +2881,14 @@
|
|
|
2796
2881
|
]
|
|
2797
2882
|
},
|
|
2798
2883
|
{
|
|
2799
|
-
"id":
|
|
2884
|
+
"id": 192,
|
|
2800
2885
|
"name": "SkyProgressIndicatorChange",
|
|
2801
2886
|
"kind": 256,
|
|
2802
2887
|
"kindString": "Interface",
|
|
2803
2888
|
"flags": {},
|
|
2804
2889
|
"children": [
|
|
2805
2890
|
{
|
|
2806
|
-
"id":
|
|
2891
|
+
"id": 193,
|
|
2807
2892
|
"name": "activeIndex",
|
|
2808
2893
|
"kind": 1024,
|
|
2809
2894
|
"kindString": "Property",
|
|
@@ -2826,7 +2911,7 @@
|
|
|
2826
2911
|
}
|
|
2827
2912
|
},
|
|
2828
2913
|
{
|
|
2829
|
-
"id":
|
|
2914
|
+
"id": 194,
|
|
2830
2915
|
"name": "isComplete",
|
|
2831
2916
|
"kind": 1024,
|
|
2832
2917
|
"kindString": "Property",
|
|
@@ -2849,7 +2934,7 @@
|
|
|
2849
2934
|
}
|
|
2850
2935
|
},
|
|
2851
2936
|
{
|
|
2852
|
-
"id":
|
|
2937
|
+
"id": 195,
|
|
2853
2938
|
"name": "itemStatuses",
|
|
2854
2939
|
"kind": 1024,
|
|
2855
2940
|
"kindString": "Property",
|
|
@@ -2870,7 +2955,7 @@
|
|
|
2870
2955
|
"type": "array",
|
|
2871
2956
|
"elementType": {
|
|
2872
2957
|
"type": "reference",
|
|
2873
|
-
"id":
|
|
2958
|
+
"id": 197,
|
|
2874
2959
|
"name": "SkyProgressIndicatorItemStatus"
|
|
2875
2960
|
}
|
|
2876
2961
|
}
|
|
@@ -2881,9 +2966,9 @@
|
|
|
2881
2966
|
"title": "Properties",
|
|
2882
2967
|
"kind": 1024,
|
|
2883
2968
|
"children": [
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2969
|
+
193,
|
|
2970
|
+
194,
|
|
2971
|
+
195
|
|
2887
2972
|
]
|
|
2888
2973
|
}
|
|
2889
2974
|
],
|
|
@@ -2896,14 +2981,14 @@
|
|
|
2896
2981
|
]
|
|
2897
2982
|
},
|
|
2898
2983
|
{
|
|
2899
|
-
"id":
|
|
2984
|
+
"id": 202,
|
|
2900
2985
|
"name": "SkyProgressIndicatorMessage",
|
|
2901
2986
|
"kind": 256,
|
|
2902
2987
|
"kindString": "Interface",
|
|
2903
2988
|
"flags": {},
|
|
2904
2989
|
"children": [
|
|
2905
2990
|
{
|
|
2906
|
-
"id":
|
|
2991
|
+
"id": 204,
|
|
2907
2992
|
"name": "data",
|
|
2908
2993
|
"kind": 1024,
|
|
2909
2994
|
"kindString": "Property",
|
|
@@ -2923,14 +3008,14 @@
|
|
|
2923
3008
|
"type": {
|
|
2924
3009
|
"type": "reflection",
|
|
2925
3010
|
"declaration": {
|
|
2926
|
-
"id":
|
|
3011
|
+
"id": 205,
|
|
2927
3012
|
"name": "__type",
|
|
2928
3013
|
"kind": 65536,
|
|
2929
3014
|
"kindString": "Type literal",
|
|
2930
3015
|
"flags": {},
|
|
2931
3016
|
"children": [
|
|
2932
3017
|
{
|
|
2933
|
-
"id":
|
|
3018
|
+
"id": 206,
|
|
2934
3019
|
"name": "activeIndex",
|
|
2935
3020
|
"kind": 1024,
|
|
2936
3021
|
"kindString": "Property",
|
|
@@ -2955,19 +3040,19 @@
|
|
|
2955
3040
|
"title": "Properties",
|
|
2956
3041
|
"kind": 1024,
|
|
2957
3042
|
"children": [
|
|
2958
|
-
|
|
3043
|
+
206
|
|
2959
3044
|
]
|
|
2960
3045
|
}
|
|
2961
3046
|
],
|
|
2962
3047
|
"indexSignature": {
|
|
2963
|
-
"id":
|
|
3048
|
+
"id": 207,
|
|
2964
3049
|
"name": "__index",
|
|
2965
3050
|
"kind": 8192,
|
|
2966
3051
|
"kindString": "Index signature",
|
|
2967
3052
|
"flags": {},
|
|
2968
3053
|
"parameters": [
|
|
2969
3054
|
{
|
|
2970
|
-
"id":
|
|
3055
|
+
"id": 208,
|
|
2971
3056
|
"name": "key",
|
|
2972
3057
|
"kind": 32768,
|
|
2973
3058
|
"flags": {},
|
|
@@ -2986,7 +3071,7 @@
|
|
|
2986
3071
|
}
|
|
2987
3072
|
},
|
|
2988
3073
|
{
|
|
2989
|
-
"id":
|
|
3074
|
+
"id": 203,
|
|
2990
3075
|
"name": "type",
|
|
2991
3076
|
"kind": 1024,
|
|
2992
3077
|
"kindString": "Property",
|
|
@@ -3003,7 +3088,7 @@
|
|
|
3003
3088
|
],
|
|
3004
3089
|
"type": {
|
|
3005
3090
|
"type": "reference",
|
|
3006
|
-
"id":
|
|
3091
|
+
"id": 209,
|
|
3007
3092
|
"name": "SkyProgressIndicatorMessageType"
|
|
3008
3093
|
}
|
|
3009
3094
|
}
|
|
@@ -3013,8 +3098,8 @@
|
|
|
3013
3098
|
"title": "Properties",
|
|
3014
3099
|
"kind": 1024,
|
|
3015
3100
|
"children": [
|
|
3016
|
-
|
|
3017
|
-
|
|
3101
|
+
204,
|
|
3102
|
+
203
|
|
3018
3103
|
]
|
|
3019
3104
|
}
|
|
3020
3105
|
],
|
|
@@ -3027,7 +3112,7 @@
|
|
|
3027
3112
|
]
|
|
3028
3113
|
},
|
|
3029
3114
|
{
|
|
3030
|
-
"id":
|
|
3115
|
+
"id": 196,
|
|
3031
3116
|
"name": "SkyProgressIndicatorDisplayModeType",
|
|
3032
3117
|
"kind": 4194304,
|
|
3033
3118
|
"kindString": "Type alias",
|
|
@@ -3062,7 +3147,7 @@
|
|
|
3062
3147
|
}
|
|
3063
3148
|
},
|
|
3064
3149
|
{
|
|
3065
|
-
"id":
|
|
3150
|
+
"id": 218,
|
|
3066
3151
|
"name": "SkyProgressIndicatorNavButtonType",
|
|
3067
3152
|
"kind": 4194304,
|
|
3068
3153
|
"kindString": "Type alias",
|
|
@@ -3105,38 +3190,38 @@
|
|
|
3105
3190
|
"title": "Enumerations",
|
|
3106
3191
|
"kind": 8,
|
|
3107
3192
|
"children": [
|
|
3108
|
-
|
|
3109
|
-
|
|
3193
|
+
197,
|
|
3194
|
+
209
|
|
3110
3195
|
]
|
|
3111
3196
|
},
|
|
3112
3197
|
{
|
|
3113
3198
|
"title": "Classes",
|
|
3114
3199
|
"kind": 128,
|
|
3115
3200
|
"children": [
|
|
3116
|
-
|
|
3117
|
-
|
|
3201
|
+
183,
|
|
3202
|
+
177,
|
|
3118
3203
|
1,
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3204
|
+
31,
|
|
3205
|
+
114,
|
|
3206
|
+
159,
|
|
3207
|
+
174
|
|
3123
3208
|
]
|
|
3124
3209
|
},
|
|
3125
3210
|
{
|
|
3126
3211
|
"title": "Interfaces",
|
|
3127
3212
|
"kind": 256,
|
|
3128
3213
|
"children": [
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3214
|
+
180,
|
|
3215
|
+
192,
|
|
3216
|
+
202
|
|
3132
3217
|
]
|
|
3133
3218
|
},
|
|
3134
3219
|
{
|
|
3135
3220
|
"title": "Type Aliases",
|
|
3136
3221
|
"kind": 4194304,
|
|
3137
3222
|
"children": [
|
|
3138
|
-
|
|
3139
|
-
|
|
3223
|
+
196,
|
|
3224
|
+
218
|
|
3140
3225
|
]
|
|
3141
3226
|
}
|
|
3142
3227
|
],
|