@skyux/progress-indicator 7.0.0-beta.9 → 7.0.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.
Files changed (29) hide show
  1. package/documentation.json +547 -426
  2. package/esm2020/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.mjs +47 -28
  3. package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-class.pipe.mjs +28 -0
  4. package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-disabled.pipe.mjs +19 -0
  5. package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.mjs +73 -90
  6. package/esm2020/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.mjs +7 -8
  7. package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker-class.pipe.mjs +31 -0
  8. package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.mjs +26 -44
  9. package/esm2020/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.mjs +4 -4
  10. package/esm2020/lib/modules/progress-indicator/progress-indicator.component.mjs +202 -212
  11. package/esm2020/lib/modules/progress-indicator/progress-indicator.module.mjs +14 -5
  12. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.mjs +1 -1
  13. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-message.mjs +1 -1
  14. package/esm2020/lib/modules/shared/sky-progress-indicator-resources.module.mjs +5 -5
  15. package/fesm2015/skyux-progress-indicator.mjs +443 -388
  16. package/fesm2015/skyux-progress-indicator.mjs.map +1 -1
  17. package/fesm2020/skyux-progress-indicator.mjs +449 -401
  18. package/fesm2020/skyux-progress-indicator.mjs.map +1 -1
  19. package/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.d.ts +9 -9
  20. package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-class.pipe.d.ts +7 -0
  21. package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button-disabled.pipe.d.ts +9 -0
  22. package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.d.ts +12 -21
  23. package/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.d.ts +4 -4
  24. package/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker-class.pipe.d.ts +8 -0
  25. package/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.d.ts +3 -6
  26. package/lib/modules/progress-indicator/progress-indicator.component.d.ts +13 -39
  27. package/lib/modules/progress-indicator/progress-indicator.module.d.ts +14 -11
  28. package/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.d.ts +2 -2
  29. package/package.json +7 -7
@@ -24,17 +24,17 @@
24
24
  "originalName": "",
25
25
  "children": [
26
26
  {
27
- "id": 178,
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": 179,
34
+ "id": 198,
35
35
  "name": "Active",
36
36
  "kind": 16,
37
- "kindString": "Enumeration member",
37
+ "kindString": "Enumeration Member",
38
38
  "flags": {},
39
39
  "comment": {
40
40
  "shortText": "Indicates the item is active."
@@ -46,13 +46,17 @@
46
46
  "character": 2
47
47
  }
48
48
  ],
49
+ "type": {
50
+ "type": "literal",
51
+ "value": 0
52
+ },
49
53
  "defaultValue": "0"
50
54
  },
51
55
  {
52
- "id": 180,
56
+ "id": 199,
53
57
  "name": "Complete",
54
58
  "kind": 16,
55
- "kindString": "Enumeration member",
59
+ "kindString": "Enumeration Member",
56
60
  "flags": {},
57
61
  "comment": {
58
62
  "shortText": "Indicates the item is complete."
@@ -64,13 +68,17 @@
64
68
  "character": 2
65
69
  }
66
70
  ],
71
+ "type": {
72
+ "type": "literal",
73
+ "value": 1
74
+ },
67
75
  "defaultValue": "1"
68
76
  },
69
77
  {
70
- "id": 181,
78
+ "id": 200,
71
79
  "name": "Incomplete",
72
80
  "kind": 16,
73
- "kindString": "Enumeration member",
81
+ "kindString": "Enumeration Member",
74
82
  "flags": {},
75
83
  "comment": {
76
84
  "shortText": "Indicates the item is incomplete."
@@ -82,13 +90,17 @@
82
90
  "character": 2
83
91
  }
84
92
  ],
93
+ "type": {
94
+ "type": "literal",
95
+ "value": 2
96
+ },
85
97
  "defaultValue": "2"
86
98
  },
87
99
  {
88
- "id": 182,
100
+ "id": 201,
89
101
  "name": "Pending",
90
102
  "kind": 16,
91
- "kindString": "Enumeration member",
103
+ "kindString": "Enumeration Member",
92
104
  "flags": {},
93
105
  "comment": {
94
106
  "shortText": "Indicates the item is pending."
@@ -100,18 +112,22 @@
100
112
  "character": 2
101
113
  }
102
114
  ],
115
+ "type": {
116
+ "type": "literal",
117
+ "value": 3
118
+ },
103
119
  "defaultValue": "3"
104
120
  }
105
121
  ],
106
122
  "groups": [
107
123
  {
108
- "title": "Enumeration members",
124
+ "title": "Enumeration Members",
109
125
  "kind": 16,
110
126
  "children": [
111
- 179,
112
- 180,
113
- 181,
114
- 182
127
+ 198,
128
+ 199,
129
+ 200,
130
+ 201
115
131
  ]
116
132
  }
117
133
  ],
@@ -124,17 +140,17 @@
124
140
  ]
125
141
  },
126
142
  {
127
- "id": 190,
143
+ "id": 209,
128
144
  "name": "SkyProgressIndicatorMessageType",
129
145
  "kind": 8,
130
146
  "kindString": "Enumeration",
131
147
  "flags": {},
132
148
  "children": [
133
149
  {
134
- "id": 194,
150
+ "id": 213,
135
151
  "name": "Finish",
136
152
  "kind": 16,
137
- "kindString": "Enumeration member",
153
+ "kindString": "Enumeration Member",
138
154
  "flags": {},
139
155
  "comment": {
140
156
  "shortText": "Indicates that progress is complete.\nThis marks all items as complete and sets the last item as the active item."
@@ -146,13 +162,17 @@
146
162
  "character": 2
147
163
  }
148
164
  ],
165
+ "type": {
166
+ "type": "literal",
167
+ "value": 3
168
+ },
149
169
  "defaultValue": "3"
150
170
  },
151
171
  {
152
- "id": 195,
172
+ "id": 214,
153
173
  "name": "GoTo",
154
174
  "kind": 16,
155
- "kindString": "Enumeration member",
175
+ "kindString": "Enumeration Member",
156
176
  "flags": {},
157
177
  "comment": {
158
178
  "shortText": "Indicates that progress should move to the item indicated by the `data.activeIndex` property."
@@ -164,13 +184,17 @@
164
184
  "character": 2
165
185
  }
166
186
  ],
187
+ "type": {
188
+ "type": "literal",
189
+ "value": 4
190
+ },
167
191
  "defaultValue": "4"
168
192
  },
169
193
  {
170
- "id": 191,
194
+ "id": 210,
171
195
  "name": "Progress",
172
196
  "kind": 16,
173
- "kindString": "Enumeration member",
197
+ "kindString": "Enumeration Member",
174
198
  "flags": {},
175
199
  "comment": {
176
200
  "shortText": "Indicates that the current step is complete.\nThis completes the active item and moves to the next item."
@@ -182,13 +206,17 @@
182
206
  "character": 2
183
207
  }
184
208
  ],
209
+ "type": {
210
+ "type": "literal",
211
+ "value": 0
212
+ },
185
213
  "defaultValue": "0"
186
214
  },
187
215
  {
188
- "id": 192,
216
+ "id": 211,
189
217
  "name": "Regress",
190
218
  "kind": 16,
191
- "kindString": "Enumeration member",
219
+ "kindString": "Enumeration Member",
192
220
  "flags": {},
193
221
  "comment": {
194
222
  "shortText": "Indicates that progress should return to the previous step.\nThis moves from the active item to the item that precedes it."
@@ -200,13 +228,17 @@
200
228
  "character": 2
201
229
  }
202
230
  ],
231
+ "type": {
232
+ "type": "literal",
233
+ "value": 1
234
+ },
203
235
  "defaultValue": "1"
204
236
  },
205
237
  {
206
- "id": 193,
238
+ "id": 212,
207
239
  "name": "Reset",
208
240
  "kind": 16,
209
- "kindString": "Enumeration member",
241
+ "kindString": "Enumeration Member",
210
242
  "flags": {},
211
243
  "comment": {
212
244
  "shortText": "Indicates that progress is incomplete.\nThis marks all items as incomplete and sets the first item as the active item."
@@ -218,19 +250,23 @@
218
250
  "character": 2
219
251
  }
220
252
  ],
253
+ "type": {
254
+ "type": "literal",
255
+ "value": 2
256
+ },
221
257
  "defaultValue": "2"
222
258
  }
223
259
  ],
224
260
  "groups": [
225
261
  {
226
- "title": "Enumeration members",
262
+ "title": "Enumeration Members",
227
263
  "kind": 16,
228
264
  "children": [
229
- 194,
230
- 195,
231
- 191,
232
- 192,
233
- 193
265
+ 213,
266
+ 214,
267
+ 210,
268
+ 211,
269
+ 212
234
270
  ]
235
271
  }
236
272
  ],
@@ -243,7 +279,7 @@
243
279
  ]
244
280
  },
245
281
  {
246
- "id": 168,
282
+ "id": 183,
247
283
  "name": "SkyProgressIndicatorActionClickProgressHandler",
248
284
  "kind": 128,
249
285
  "kindString": "Class",
@@ -253,7 +289,7 @@
253
289
  },
254
290
  "children": [
255
291
  {
256
- "id": 169,
292
+ "id": 184,
257
293
  "name": "constructor",
258
294
  "kind": 512,
259
295
  "kindString": "Constructor",
@@ -267,7 +303,7 @@
267
303
  ],
268
304
  "signatures": [
269
305
  {
270
- "id": 170,
306
+ "id": 185,
271
307
  "name": "new SkyProgressIndicatorActionClickProgressHandler",
272
308
  "kind": 16384,
273
309
  "kindString": "Constructor signature",
@@ -275,7 +311,7 @@
275
311
  "comment": {},
276
312
  "parameters": [
277
313
  {
278
- "id": 171,
314
+ "id": 186,
279
315
  "name": "advance",
280
316
  "kind": 32768,
281
317
  "kindString": "Parameter",
@@ -284,16 +320,33 @@
284
320
  "shortText": "Advances the progress indicator to the next step.\n"
285
321
  },
286
322
  "type": {
287
- "type": "reference",
288
- "qualifiedName": "Function",
289
- "package": "typescript",
290
- "name": "Function"
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
+ }
291
344
  }
292
345
  }
293
346
  ],
294
347
  "type": {
295
348
  "type": "reference",
296
- "id": 168,
349
+ "id": 183,
297
350
  "name": "SkyProgressIndicatorActionClickProgressHandler"
298
351
  }
299
352
  }
@@ -305,14 +358,14 @@
305
358
  "title": "Constructors",
306
359
  "kind": 512,
307
360
  "children": [
308
- 169
361
+ 184
309
362
  ]
310
363
  },
311
364
  {
312
365
  "title": "Properties",
313
366
  "kind": 1024,
314
367
  "children": [
315
- 172
368
+ 189
316
369
  ]
317
370
  }
318
371
  ],
@@ -325,7 +378,7 @@
325
378
  ]
326
379
  },
327
380
  {
328
- "id": 162,
381
+ "id": 177,
329
382
  "name": "SkyProgressIndicatorModule",
330
383
  "kind": 128,
331
384
  "kindString": "Class",
@@ -340,7 +393,7 @@
340
393
  "name": "NgModule"
341
394
  },
342
395
  "arguments": {
343
- "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}"
344
397
  }
345
398
  }
346
399
  ],
@@ -350,14 +403,14 @@
350
403
  "title": "Constructors",
351
404
  "kind": 512,
352
405
  "children": [
353
- 163
406
+ 178
354
407
  ]
355
408
  }
356
409
  ],
357
410
  "sources": [
358
411
  {
359
412
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.module.ts",
360
- "line": 42,
413
+ "line": 48,
361
414
  "character": 13
362
415
  }
363
416
  ]
@@ -395,7 +448,7 @@
395
448
  "sources": [
396
449
  {
397
450
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
398
- "line": 82,
451
+ "line": 81,
399
452
  "character": 2
400
453
  }
401
454
  ],
@@ -429,6 +482,26 @@
429
482
  }
430
483
  ]
431
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
+ },
432
505
  {
433
506
  "id": 14,
434
507
  "name": "isVisible",
@@ -440,7 +513,7 @@
440
513
  "sources": [
441
514
  {
442
515
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
443
- "line": 74,
516
+ "line": 70,
444
517
  "character": 9
445
518
  }
446
519
  ],
@@ -461,7 +534,7 @@
461
534
  "sources": [
462
535
  {
463
536
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
464
- "line": 75,
537
+ "line": 71,
465
538
  "character": 9
466
539
  }
467
540
  ],
@@ -482,7 +555,7 @@
482
555
  "sources": [
483
556
  {
484
557
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
485
- "line": 76,
558
+ "line": 72,
486
559
  "character": 9
487
560
  }
488
561
  ],
@@ -493,49 +566,29 @@
493
566
  "defaultValue": "true"
494
567
  },
495
568
  {
496
- "id": 5,
497
- "name": "title",
569
+ "id": 17,
570
+ "name": "statusName",
498
571
  "kind": 1024,
499
572
  "kindString": "Property",
500
573
  "flags": {
501
574
  "isPublic": true
502
575
  },
503
- "comment": {
504
- "shortText": "Specifies a step label for the step in the progress indicator.",
505
- "tags": [
506
- {
507
- "tag": "required",
508
- "text": "\n"
509
- }
510
- ]
511
- },
512
- "decorators": [
513
- {
514
- "name": "Input",
515
- "type": {
516
- "type": "reference",
517
- "qualifiedName": "InputDecorator",
518
- "package": "@angular/core",
519
- "name": "Input"
520
- },
521
- "arguments": {}
522
- }
523
- ],
524
576
  "sources": [
525
577
  {
526
578
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
527
- "line": 26,
579
+ "line": 73,
528
580
  "character": 9
529
581
  }
530
582
  ],
531
583
  "type": {
532
584
  "type": "intrinsic",
533
585
  "name": "string"
534
- }
586
+ },
587
+ "defaultValue": "STATUS_NAME_DEFAULT"
535
588
  },
536
589
  {
537
- "id": 6,
538
- "name": "formattedTitle",
590
+ "id": 9,
591
+ "name": "status",
539
592
  "kind": 262144,
540
593
  "kindString": "Accessor",
541
594
  "flags": {
@@ -544,71 +597,127 @@
544
597
  "sources": [
545
598
  {
546
599
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
547
- "line": 28,
600
+ "line": 39,
548
601
  "character": 13
549
602
  }
550
603
  ],
551
604
  "getSignature": [
552
605
  {
553
- "id": 7,
554
- "name": "formattedTitle",
606
+ "id": 10,
607
+ "name": "status",
555
608
  "kind": 524288,
556
609
  "kindString": "Get signature",
557
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
+ ],
558
639
  "type": {
559
640
  "type": "intrinsic",
560
- "name": "string"
641
+ "name": "void"
561
642
  }
562
643
  }
563
644
  ]
564
645
  },
565
646
  {
566
- "id": 8,
567
- "name": "status",
647
+ "id": 5,
648
+ "name": "title",
568
649
  "kind": 262144,
569
650
  "kindString": "Accessor",
570
651
  "flags": {
571
652
  "isPublic": true
572
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
+ ],
573
666
  "sources": [
574
667
  {
575
668
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
576
- "line": 32,
669
+ "line": 30,
577
670
  "character": 13
578
671
  }
579
672
  ],
580
673
  "getSignature": [
581
674
  {
582
- "id": 9,
583
- "name": "status",
675
+ "id": 6,
676
+ "name": "title",
584
677
  "kind": 524288,
585
678
  "kindString": "Get signature",
586
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
+ },
587
689
  "type": {
588
- "type": "reference",
589
- "id": 178,
590
- "name": "SkyProgressIndicatorItemStatus"
690
+ "type": "intrinsic",
691
+ "name": "string"
591
692
  }
592
693
  }
593
694
  ],
594
695
  "setSignature": [
595
696
  {
596
- "id": 10,
597
- "name": "status",
697
+ "id": 7,
698
+ "name": "title",
598
699
  "kind": 1048576,
599
700
  "kindString": "Set signature",
600
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
+ },
601
711
  "parameters": [
602
712
  {
603
- "id": 11,
713
+ "id": 8,
604
714
  "name": "value",
605
715
  "kind": 32768,
606
716
  "kindString": "Parameter",
607
717
  "flags": {},
608
718
  "type": {
609
- "type": "reference",
610
- "id": 178,
611
- "name": "SkyProgressIndicatorItemStatus"
719
+ "type": "intrinsic",
720
+ "name": "string"
612
721
  }
613
722
  }
614
723
  ],
@@ -620,37 +729,37 @@
620
729
  ]
621
730
  },
622
731
  {
623
- "id": 12,
624
- "name": "statusName",
625
- "kind": 262144,
626
- "kindString": "Accessor",
732
+ "id": 27,
733
+ "name": "hideStepNumber",
734
+ "kind": 2048,
735
+ "kindString": "Method",
627
736
  "flags": {
628
737
  "isPublic": true
629
738
  },
630
739
  "sources": [
631
740
  {
632
741
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
633
- "line": 50,
634
- "character": 13
742
+ "line": 94,
743
+ "character": 9
635
744
  }
636
745
  ],
637
- "getSignature": [
746
+ "signatures": [
638
747
  {
639
- "id": 13,
640
- "name": "statusName",
641
- "kind": 524288,
642
- "kindString": "Get signature",
748
+ "id": 28,
749
+ "name": "hideStepNumber",
750
+ "kind": 4096,
751
+ "kindString": "Call signature",
643
752
  "flags": {},
644
753
  "type": {
645
754
  "type": "intrinsic",
646
- "name": "string"
755
+ "name": "void"
647
756
  }
648
757
  }
649
758
  ]
650
759
  },
651
760
  {
652
761
  "id": 22,
653
- "name": "hideStepNumber",
762
+ "name": "ngOnInit",
654
763
  "kind": 2048,
655
764
  "kindString": "Method",
656
765
  "flags": {
@@ -659,26 +768,34 @@
659
768
  "sources": [
660
769
  {
661
770
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
662
- "line": 88,
771
+ "line": 85,
663
772
  "character": 9
664
773
  }
665
774
  ],
666
775
  "signatures": [
667
776
  {
668
777
  "id": 23,
669
- "name": "hideStepNumber",
778
+ "name": "ngOnInit",
670
779
  "kind": 4096,
671
780
  "kindString": "Call signature",
672
781
  "flags": {},
673
782
  "type": {
674
783
  "type": "intrinsic",
675
784
  "name": "void"
785
+ },
786
+ "implementationOf": {
787
+ "type": "reference",
788
+ "name": "OnInit.ngOnInit"
676
789
  }
677
790
  }
678
- ]
791
+ ],
792
+ "implementationOf": {
793
+ "type": "reference",
794
+ "name": "OnInit.ngOnInit"
795
+ }
679
796
  },
680
797
  {
681
- "id": 19,
798
+ "id": 24,
682
799
  "name": "showStepNumber",
683
800
  "kind": 2048,
684
801
  "kindString": "Method",
@@ -688,20 +805,20 @@
688
805
  "sources": [
689
806
  {
690
807
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
691
- "line": 84,
808
+ "line": 89,
692
809
  "character": 9
693
810
  }
694
811
  ],
695
812
  "signatures": [
696
813
  {
697
- "id": 20,
814
+ "id": 25,
698
815
  "name": "showStepNumber",
699
816
  "kind": 4096,
700
817
  "kindString": "Call signature",
701
818
  "flags": {},
702
819
  "parameters": [
703
820
  {
704
- "id": 21,
821
+ "id": 26,
705
822
  "name": "step",
706
823
  "kind": 32768,
707
824
  "kindString": "Parameter",
@@ -732,40 +849,49 @@
732
849
  "title": "Properties",
733
850
  "kind": 1024,
734
851
  "children": [
852
+ 13,
735
853
  14,
736
854
  15,
737
855
  16,
738
- 5
856
+ 17
739
857
  ]
740
858
  },
741
859
  {
742
860
  "title": "Accessors",
743
861
  "kind": 262144,
744
862
  "children": [
745
- 6,
746
- 8,
747
- 12
863
+ 9,
864
+ 5
748
865
  ]
749
866
  },
750
867
  {
751
868
  "title": "Methods",
752
869
  "kind": 2048,
753
870
  "children": [
871
+ 27,
754
872
  22,
755
- 19
873
+ 24
756
874
  ]
757
875
  }
758
876
  ],
759
877
  "sources": [
760
878
  {
761
879
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
762
- "line": 20,
880
+ "line": 24,
763
881
  "character": 13
764
882
  }
883
+ ],
884
+ "implementedTypes": [
885
+ {
886
+ "type": "reference",
887
+ "qualifiedName": "OnInit",
888
+ "package": "@angular/core",
889
+ "name": "OnInit"
890
+ }
765
891
  ]
766
892
  },
767
893
  {
768
- "id": 24,
894
+ "id": 31,
769
895
  "name": "SkyProgressIndicatorComponent",
770
896
  "kind": 128,
771
897
  "kindString": "Class",
@@ -786,7 +912,7 @@
786
912
  ],
787
913
  "children": [
788
914
  {
789
- "id": 25,
915
+ "id": 32,
790
916
  "name": "constructor",
791
917
  "kind": 512,
792
918
  "kindString": "Constructor",
@@ -794,20 +920,20 @@
794
920
  "sources": [
795
921
  {
796
922
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
797
- "line": 198,
923
+ "line": 165,
798
924
  "character": 2
799
925
  }
800
926
  ],
801
927
  "signatures": [
802
928
  {
803
- "id": 26,
929
+ "id": 33,
804
930
  "name": "SkyProgressIndicatorComponent",
805
931
  "kind": 16384,
806
932
  "kindString": "Constructor signature",
807
933
  "flags": {},
808
934
  "parameters": [
809
935
  {
810
- "id": 27,
936
+ "id": 34,
811
937
  "name": "changeDetector",
812
938
  "kind": 32768,
813
939
  "kindString": "Parameter",
@@ -820,7 +946,7 @@
820
946
  }
821
947
  },
822
948
  {
823
- "id": 28,
949
+ "id": 35,
824
950
  "name": "windowRef",
825
951
  "kind": 32768,
826
952
  "kindString": "Parameter",
@@ -831,7 +957,7 @@
831
957
  }
832
958
  },
833
959
  {
834
- "id": 29,
960
+ "id": 36,
835
961
  "name": "logger",
836
962
  "kind": 32768,
837
963
  "kindString": "Parameter",
@@ -844,39 +970,62 @@
844
970
  ],
845
971
  "type": {
846
972
  "type": "reference",
847
- "id": 24,
973
+ "id": 31,
848
974
  "name": "SkyProgressIndicatorComponent"
849
975
  }
850
976
  }
851
977
  ]
852
978
  },
853
979
  {
854
- "id": 45,
855
- "name": "progressChanges",
980
+ "id": 58,
981
+ "name": "cssClassNames",
856
982
  "kind": 1024,
857
983
  "kindString": "Property",
858
984
  "flags": {
859
985
  "isPublic": true
860
986
  },
861
- "comment": {
862
- "shortText": "Fires when the progress indicator changes the status of an item."
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
863
1010
  },
864
1011
  "decorators": [
865
1012
  {
866
- "name": "Output",
1013
+ "name": "ContentChildren",
867
1014
  "type": {
868
1015
  "type": "reference",
869
- "qualifiedName": "OutputDecorator",
1016
+ "qualifiedName": "ContentChildrenDecorator",
870
1017
  "package": "@angular/core",
871
- "name": "Output"
1018
+ "name": "ContentChildren"
872
1019
  },
873
- "arguments": {}
1020
+ "arguments": {
1021
+ "selector": "SkyProgressIndicatorItemComponent"
1022
+ }
874
1023
  }
875
1024
  ],
876
1025
  "sources": [
877
1026
  {
878
1027
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
879
- "line": 120,
1028
+ "line": 133,
880
1029
  "character": 9
881
1030
  }
882
1031
  ],
@@ -885,47 +1034,87 @@
885
1034
  "typeArguments": [
886
1035
  {
887
1036
  "type": "reference",
888
- "id": 173,
889
- "name": "SkyProgressIndicatorChange"
1037
+ "id": 1,
1038
+ "name": "SkyProgressIndicatorItemComponent"
890
1039
  }
891
1040
  ],
892
- "qualifiedName": "EventEmitter",
1041
+ "qualifiedName": "QueryList",
893
1042
  "package": "@angular/core",
894
- "name": "EventEmitter"
895
- },
896
- "defaultValue": "..."
1043
+ "name": "QueryList"
1044
+ }
897
1045
  },
898
1046
  {
899
- "id": 46,
900
- "name": "cssClassNames",
901
- "kind": 262144,
902
- "kindString": "Accessor",
1047
+ "id": 59,
1048
+ "name": "itemStatuses",
1049
+ "kind": 1024,
1050
+ "kindString": "Property",
903
1051
  "flags": {
904
1052
  "isPublic": true
905
1053
  },
906
1054
  "sources": [
907
1055
  {
908
1056
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
909
- "line": 122,
910
- "character": 13
1057
+ "line": 138,
1058
+ "character": 9
911
1059
  }
912
1060
  ],
913
- "getSignature": [
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": [
914
1083
  {
915
- "id": 47,
916
- "name": "cssClassNames",
917
- "kind": 524288,
918
- "kindString": "Get signature",
919
- "flags": {},
1084
+ "name": "Output",
920
1085
  "type": {
921
- "type": "intrinsic",
922
- "name": "string"
923
- }
1086
+ "type": "reference",
1087
+ "qualifiedName": "OutputDecorator",
1088
+ "package": "@angular/core",
1089
+ "name": "Output"
1090
+ },
1091
+ "arguments": {}
924
1092
  }
925
- ]
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": "..."
926
1115
  },
927
1116
  {
928
- "id": 30,
1117
+ "id": 37,
929
1118
  "name": "displayMode",
930
1119
  "kind": 262144,
931
1120
  "kindString": "Accessor",
@@ -953,7 +1142,7 @@
953
1142
  ],
954
1143
  "getSignature": [
955
1144
  {
956
- "id": 31,
1145
+ "id": 38,
957
1146
  "name": "displayMode",
958
1147
  "kind": 524288,
959
1148
  "kindString": "Get signature",
@@ -973,14 +1162,14 @@
973
1162
  },
974
1163
  "type": {
975
1164
  "type": "reference",
976
- "id": 177,
1165
+ "id": 196,
977
1166
  "name": "SkyProgressIndicatorDisplayModeType"
978
1167
  }
979
1168
  }
980
1169
  ],
981
1170
  "setSignature": [
982
1171
  {
983
- "id": 32,
1172
+ "id": 39,
984
1173
  "name": "displayMode",
985
1174
  "kind": 1048576,
986
1175
  "kindString": "Set signature",
@@ -1000,14 +1189,14 @@
1000
1189
  },
1001
1190
  "parameters": [
1002
1191
  {
1003
- "id": 33,
1192
+ "id": 40,
1004
1193
  "name": "value",
1005
1194
  "kind": 32768,
1006
1195
  "kindString": "Parameter",
1007
1196
  "flags": {},
1008
1197
  "type": {
1009
1198
  "type": "reference",
1010
- "id": 177,
1199
+ "id": 196,
1011
1200
  "name": "SkyProgressIndicatorDisplayModeType"
1012
1201
  }
1013
1202
  }
@@ -1020,7 +1209,7 @@
1020
1209
  ]
1021
1210
  },
1022
1211
  {
1023
- "id": 50,
1212
+ "id": 53,
1024
1213
  "name": "hasFinishButton",
1025
1214
  "kind": 262144,
1026
1215
  "kindString": "Accessor",
@@ -1030,13 +1219,13 @@
1030
1219
  "sources": [
1031
1220
  {
1032
1221
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1033
- "line": 148,
1222
+ "line": 124,
1034
1223
  "character": 13
1035
1224
  }
1036
1225
  ],
1037
1226
  "getSignature": [
1038
1227
  {
1039
- "id": 51,
1228
+ "id": 54,
1040
1229
  "name": "hasFinishButton",
1041
1230
  "kind": 524288,
1042
1231
  "kindString": "Get signature",
@@ -1049,14 +1238,14 @@
1049
1238
  ],
1050
1239
  "setSignature": [
1051
1240
  {
1052
- "id": 52,
1241
+ "id": 55,
1053
1242
  "name": "hasFinishButton",
1054
1243
  "kind": 1048576,
1055
1244
  "kindString": "Set signature",
1056
1245
  "flags": {},
1057
1246
  "parameters": [
1058
1247
  {
1059
- "id": 53,
1248
+ "id": 56,
1060
1249
  "name": "value",
1061
1250
  "kind": 32768,
1062
1251
  "kindString": "Parameter",
@@ -1075,7 +1264,7 @@
1075
1264
  ]
1076
1265
  },
1077
1266
  {
1078
- "id": 34,
1267
+ "id": 41,
1079
1268
  "name": "isPassive",
1080
1269
  "kind": 262144,
1081
1270
  "kindString": "Accessor",
@@ -1097,13 +1286,13 @@
1097
1286
  "sources": [
1098
1287
  {
1099
1288
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1100
- "line": 73,
1289
+ "line": 80,
1101
1290
  "character": 13
1102
1291
  }
1103
1292
  ],
1104
1293
  "getSignature": [
1105
1294
  {
1106
- "id": 35,
1295
+ "id": 42,
1107
1296
  "name": "isPassive",
1108
1297
  "kind": 524288,
1109
1298
  "kindString": "Get signature",
@@ -1125,7 +1314,7 @@
1125
1314
  ],
1126
1315
  "setSignature": [
1127
1316
  {
1128
- "id": 36,
1317
+ "id": 43,
1129
1318
  "name": "isPassive",
1130
1319
  "kind": 1048576,
1131
1320
  "kindString": "Set signature",
@@ -1141,7 +1330,7 @@
1141
1330
  },
1142
1331
  "parameters": [
1143
1332
  {
1144
- "id": 37,
1333
+ "id": 44,
1145
1334
  "name": "value",
1146
1335
  "kind": 32768,
1147
1336
  "kindString": "Parameter",
@@ -1160,40 +1349,7 @@
1160
1349
  ]
1161
1350
  },
1162
1351
  {
1163
- "id": 54,
1164
- "name": "itemStatuses",
1165
- "kind": 262144,
1166
- "kindString": "Accessor",
1167
- "flags": {
1168
- "isPublic": true
1169
- },
1170
- "sources": [
1171
- {
1172
- "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1173
- "line": 156,
1174
- "character": 13
1175
- }
1176
- ],
1177
- "getSignature": [
1178
- {
1179
- "id": 55,
1180
- "name": "itemStatuses",
1181
- "kind": 524288,
1182
- "kindString": "Get signature",
1183
- "flags": {},
1184
- "type": {
1185
- "type": "array",
1186
- "elementType": {
1187
- "type": "reference",
1188
- "id": 178,
1189
- "name": "SkyProgressIndicatorItemStatus"
1190
- }
1191
- }
1192
- }
1193
- ]
1194
- },
1195
- {
1196
- "id": 38,
1352
+ "id": 45,
1197
1353
  "name": "messageStream",
1198
1354
  "kind": 262144,
1199
1355
  "kindString": "Accessor",
@@ -1215,13 +1371,13 @@
1215
1371
  "sources": [
1216
1372
  {
1217
1373
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1218
- "line": 92,
1374
+ "line": 95,
1219
1375
  "character": 13
1220
1376
  }
1221
1377
  ],
1222
1378
  "setSignature": [
1223
1379
  {
1224
- "id": 39,
1380
+ "id": 46,
1225
1381
  "name": "messageStream",
1226
1382
  "kind": 1048576,
1227
1383
  "kindString": "Set signature",
@@ -1231,7 +1387,7 @@
1231
1387
  },
1232
1388
  "parameters": [
1233
1389
  {
1234
- "id": 40,
1390
+ "id": 47,
1235
1391
  "name": "value",
1236
1392
  "kind": 32768,
1237
1393
  "kindString": "Parameter",
@@ -1244,12 +1400,12 @@
1244
1400
  "types": [
1245
1401
  {
1246
1402
  "type": "reference",
1247
- "id": 183,
1403
+ "id": 202,
1248
1404
  "name": "SkyProgressIndicatorMessage"
1249
1405
  },
1250
1406
  {
1251
1407
  "type": "reference",
1252
- "id": 190,
1408
+ "id": 209,
1253
1409
  "name": "SkyProgressIndicatorMessageType"
1254
1410
  }
1255
1411
  ]
@@ -1269,7 +1425,7 @@
1269
1425
  ]
1270
1426
  },
1271
1427
  {
1272
- "id": 41,
1428
+ "id": 48,
1273
1429
  "name": "startingIndex",
1274
1430
  "kind": 262144,
1275
1431
  "kindString": "Accessor",
@@ -1291,13 +1447,13 @@
1291
1447
  "sources": [
1292
1448
  {
1293
1449
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1294
- "line": 108,
1450
+ "line": 110,
1295
1451
  "character": 13
1296
1452
  }
1297
1453
  ],
1298
1454
  "getSignature": [
1299
1455
  {
1300
- "id": 42,
1456
+ "id": 49,
1301
1457
  "name": "startingIndex",
1302
1458
  "kind": 524288,
1303
1459
  "kindString": "Get signature",
@@ -1313,7 +1469,7 @@
1313
1469
  ],
1314
1470
  "setSignature": [
1315
1471
  {
1316
- "id": 43,
1472
+ "id": 50,
1317
1473
  "name": "startingIndex",
1318
1474
  "kind": 1048576,
1319
1475
  "kindString": "Set signature",
@@ -1323,7 +1479,7 @@
1323
1479
  },
1324
1480
  "parameters": [
1325
1481
  {
1326
- "id": 44,
1482
+ "id": 51,
1327
1483
  "name": "value",
1328
1484
  "kind": 32768,
1329
1485
  "kindString": "Parameter",
@@ -1342,7 +1498,7 @@
1342
1498
  ]
1343
1499
  },
1344
1500
  {
1345
- "id": 72,
1501
+ "id": 78,
1346
1502
  "name": "ngAfterContentInit",
1347
1503
  "kind": 2048,
1348
1504
  "kindString": "Method",
@@ -1352,13 +1508,13 @@
1352
1508
  "sources": [
1353
1509
  {
1354
1510
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1355
- "line": 210,
1511
+ "line": 182,
1356
1512
  "character": 9
1357
1513
  }
1358
1514
  ],
1359
1515
  "signatures": [
1360
1516
  {
1361
- "id": 73,
1517
+ "id": 79,
1362
1518
  "name": "ngAfterContentInit",
1363
1519
  "kind": 4096,
1364
1520
  "kindString": "Call signature",
@@ -1379,7 +1535,7 @@
1379
1535
  }
1380
1536
  },
1381
1537
  {
1382
- "id": 74,
1538
+ "id": 80,
1383
1539
  "name": "ngOnDestroy",
1384
1540
  "kind": 2048,
1385
1541
  "kindString": "Method",
@@ -1389,13 +1545,13 @@
1389
1545
  "sources": [
1390
1546
  {
1391
1547
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1392
- "line": 231,
1548
+ "line": 203,
1393
1549
  "character": 9
1394
1550
  }
1395
1551
  ],
1396
1552
  "signatures": [
1397
1553
  {
1398
- "id": 75,
1554
+ "id": 81,
1399
1555
  "name": "ngOnDestroy",
1400
1556
  "kind": 4096,
1401
1557
  "kindString": "Call signature",
@@ -1416,7 +1572,7 @@
1416
1572
  }
1417
1573
  },
1418
1574
  {
1419
- "id": 70,
1575
+ "id": 76,
1420
1576
  "name": "ngOnInit",
1421
1577
  "kind": 2048,
1422
1578
  "kindString": "Method",
@@ -1426,13 +1582,13 @@
1426
1582
  "sources": [
1427
1583
  {
1428
1584
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1429
- "line": 204,
1585
+ "line": 175,
1430
1586
  "character": 9
1431
1587
  }
1432
1588
  ],
1433
1589
  "signatures": [
1434
1590
  {
1435
- "id": 71,
1591
+ "id": 77,
1436
1592
  "name": "ngOnInit",
1437
1593
  "kind": 4096,
1438
1594
  "kindString": "Call signature",
@@ -1453,7 +1609,7 @@
1453
1609
  }
1454
1610
  },
1455
1611
  {
1456
- "id": 76,
1612
+ "id": 82,
1457
1613
  "name": "sendMessage",
1458
1614
  "kind": 2048,
1459
1615
  "kindString": "Method",
@@ -1463,27 +1619,27 @@
1463
1619
  "sources": [
1464
1620
  {
1465
1621
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1466
- "line": 236,
1622
+ "line": 208,
1467
1623
  "character": 9
1468
1624
  }
1469
1625
  ],
1470
1626
  "signatures": [
1471
1627
  {
1472
- "id": 77,
1628
+ "id": 83,
1473
1629
  "name": "sendMessage",
1474
1630
  "kind": 4096,
1475
1631
  "kindString": "Call signature",
1476
1632
  "flags": {},
1477
1633
  "parameters": [
1478
1634
  {
1479
- "id": 78,
1635
+ "id": 84,
1480
1636
  "name": "message",
1481
1637
  "kind": 32768,
1482
1638
  "kindString": "Parameter",
1483
1639
  "flags": {},
1484
1640
  "type": {
1485
1641
  "type": "reference",
1486
- "id": 183,
1642
+ "id": 202,
1487
1643
  "name": "SkyProgressIndicatorMessage"
1488
1644
  }
1489
1645
  }
@@ -1501,37 +1657,38 @@
1501
1657
  "title": "Constructors",
1502
1658
  "kind": 512,
1503
1659
  "children": [
1504
- 25
1660
+ 32
1505
1661
  ]
1506
1662
  },
1507
1663
  {
1508
1664
  "title": "Properties",
1509
1665
  "kind": 1024,
1510
1666
  "children": [
1511
- 45
1667
+ 58,
1668
+ 57,
1669
+ 59,
1670
+ 52
1512
1671
  ]
1513
1672
  },
1514
1673
  {
1515
1674
  "title": "Accessors",
1516
1675
  "kind": 262144,
1517
1676
  "children": [
1518
- 46,
1519
- 30,
1520
- 50,
1521
- 34,
1522
- 54,
1523
- 38,
1524
- 41
1677
+ 37,
1678
+ 53,
1679
+ 41,
1680
+ 45,
1681
+ 48
1525
1682
  ]
1526
1683
  },
1527
1684
  {
1528
1685
  "title": "Methods",
1529
1686
  "kind": 2048,
1530
1687
  "children": [
1531
- 72,
1532
- 74,
1533
- 70,
1534
- 76
1688
+ 78,
1689
+ 80,
1690
+ 76,
1691
+ 82
1535
1692
  ]
1536
1693
  }
1537
1694
  ],
@@ -1564,7 +1721,7 @@
1564
1721
  ]
1565
1722
  },
1566
1723
  {
1567
- "id": 100,
1724
+ "id": 114,
1568
1725
  "name": "SkyProgressIndicatorNavButtonComponent",
1569
1726
  "kind": 128,
1570
1727
  "kindString": "Class",
@@ -1588,7 +1745,7 @@
1588
1745
  ],
1589
1746
  "children": [
1590
1747
  {
1591
- "id": 101,
1748
+ "id": 115,
1592
1749
  "name": "constructor",
1593
1750
  "kind": 512,
1594
1751
  "kindString": "Constructor",
@@ -1596,20 +1753,20 @@
1596
1753
  "sources": [
1597
1754
  {
1598
1755
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1599
- "line": 189,
1756
+ "line": 153,
1600
1757
  "character": 2
1601
1758
  }
1602
1759
  ],
1603
1760
  "signatures": [
1604
1761
  {
1605
- "id": 102,
1762
+ "id": 116,
1606
1763
  "name": "SkyProgressIndicatorNavButtonComponent",
1607
1764
  "kind": 16384,
1608
1765
  "kindString": "Constructor signature",
1609
1766
  "flags": {},
1610
1767
  "parameters": [
1611
1768
  {
1612
- "id": 103,
1769
+ "id": 117,
1613
1770
  "name": "changeDetector",
1614
1771
  "kind": 32768,
1615
1772
  "kindString": "Parameter",
@@ -1622,11 +1779,13 @@
1622
1779
  }
1623
1780
  },
1624
1781
  {
1625
- "id": 104,
1782
+ "id": 118,
1626
1783
  "name": "parentComponent",
1627
1784
  "kind": 32768,
1628
1785
  "kindString": "Parameter",
1629
- "flags": {},
1786
+ "flags": {
1787
+ "isOptional": true
1788
+ },
1630
1789
  "decorators": [
1631
1790
  {
1632
1791
  "name": "Optional",
@@ -1641,21 +1800,21 @@
1641
1800
  ],
1642
1801
  "type": {
1643
1802
  "type": "reference",
1644
- "id": 24,
1803
+ "id": 31,
1645
1804
  "name": "SkyProgressIndicatorComponent"
1646
1805
  }
1647
1806
  }
1648
1807
  ],
1649
1808
  "type": {
1650
1809
  "type": "reference",
1651
- "id": 100,
1810
+ "id": 114,
1652
1811
  "name": "SkyProgressIndicatorNavButtonComponent"
1653
1812
  }
1654
1813
  }
1655
1814
  ]
1656
1815
  },
1657
1816
  {
1658
- "id": 118,
1817
+ "id": 132,
1659
1818
  "name": "actionClick",
1660
1819
  "kind": 1024,
1661
1820
  "kindString": "Property",
@@ -1680,7 +1839,7 @@
1680
1839
  "sources": [
1681
1840
  {
1682
1841
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1683
- "line": 142,
1842
+ "line": 129,
1684
1843
  "character": 9
1685
1844
  }
1686
1845
  ],
@@ -1689,7 +1848,7 @@
1689
1848
  "typeArguments": [
1690
1849
  {
1691
1850
  "type": "reference",
1692
- "id": 165,
1851
+ "id": 180,
1693
1852
  "name": "SkyProgressIndicatorActionClickArgs"
1694
1853
  }
1695
1854
  ],
@@ -1700,7 +1859,7 @@
1700
1859
  "defaultValue": "..."
1701
1860
  },
1702
1861
  {
1703
- "id": 105,
1862
+ "id": 119,
1704
1863
  "name": "buttonText",
1705
1864
  "kind": 1024,
1706
1865
  "kindString": "Property",
@@ -1731,7 +1890,7 @@
1731
1890
  "sources": [
1732
1891
  {
1733
1892
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1734
- "line": 40,
1893
+ "line": 42,
1735
1894
  "character": 9
1736
1895
  }
1737
1896
  ],
@@ -1741,36 +1900,28 @@
1741
1900
  }
1742
1901
  },
1743
1902
  {
1744
- "id": 121,
1745
- "name": "buttonLabelResourceString",
1746
- "kind": 262144,
1747
- "kindString": "Accessor",
1903
+ "id": 137,
1904
+ "name": "lastProgressChange",
1905
+ "kind": 1024,
1906
+ "kindString": "Property",
1748
1907
  "flags": {
1749
1908
  "isPublic": true
1750
1909
  },
1751
1910
  "sources": [
1752
1911
  {
1753
1912
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1754
- "line": 167,
1755
- "character": 13
1913
+ "line": 140,
1914
+ "character": 9
1756
1915
  }
1757
1916
  ],
1758
- "getSignature": [
1759
- {
1760
- "id": 122,
1761
- "name": "buttonLabelResourceString",
1762
- "kind": 524288,
1763
- "kindString": "Get signature",
1764
- "flags": {},
1765
- "type": {
1766
- "type": "intrinsic",
1767
- "name": "string"
1768
- }
1769
- }
1770
- ]
1917
+ "type": {
1918
+ "type": "reference",
1919
+ "id": 192,
1920
+ "name": "SkyProgressIndicatorChange"
1921
+ }
1771
1922
  },
1772
1923
  {
1773
- "id": 106,
1924
+ "id": 120,
1774
1925
  "name": "buttonType",
1775
1926
  "kind": 262144,
1776
1927
  "kindString": "Accessor",
@@ -1792,13 +1943,13 @@
1792
1943
  "sources": [
1793
1944
  {
1794
1945
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1795
- "line": 48,
1946
+ "line": 50,
1796
1947
  "character": 13
1797
1948
  }
1798
1949
  ],
1799
1950
  "getSignature": [
1800
1951
  {
1801
- "id": 107,
1952
+ "id": 121,
1802
1953
  "name": "buttonType",
1803
1954
  "kind": 524288,
1804
1955
  "kindString": "Get signature",
@@ -1814,14 +1965,14 @@
1814
1965
  },
1815
1966
  "type": {
1816
1967
  "type": "reference",
1817
- "id": 199,
1968
+ "id": 218,
1818
1969
  "name": "SkyProgressIndicatorNavButtonType"
1819
1970
  }
1820
1971
  }
1821
1972
  ],
1822
1973
  "setSignature": [
1823
1974
  {
1824
- "id": 108,
1975
+ "id": 122,
1825
1976
  "name": "buttonType",
1826
1977
  "kind": 1048576,
1827
1978
  "kindString": "Set signature",
@@ -1837,14 +1988,14 @@
1837
1988
  },
1838
1989
  "parameters": [
1839
1990
  {
1840
- "id": 109,
1991
+ "id": 123,
1841
1992
  "name": "value",
1842
1993
  "kind": 32768,
1843
1994
  "kindString": "Parameter",
1844
1995
  "flags": {},
1845
1996
  "type": {
1846
1997
  "type": "reference",
1847
- "id": 199,
1998
+ "id": 218,
1848
1999
  "name": "SkyProgressIndicatorNavButtonType"
1849
2000
  }
1850
2001
  }
@@ -1857,36 +2008,7 @@
1857
2008
  ]
1858
2009
  },
1859
2010
  {
1860
- "id": 119,
1861
- "name": "cssClassNames",
1862
- "kind": 262144,
1863
- "kindString": "Accessor",
1864
- "flags": {
1865
- "isPublic": true
1866
- },
1867
- "sources": [
1868
- {
1869
- "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1870
- "line": 144,
1871
- "character": 13
1872
- }
1873
- ],
1874
- "getSignature": [
1875
- {
1876
- "id": 120,
1877
- "name": "cssClassNames",
1878
- "kind": 524288,
1879
- "kindString": "Get signature",
1880
- "flags": {},
1881
- "type": {
1882
- "type": "intrinsic",
1883
- "name": "string"
1884
- }
1885
- }
1886
- ]
1887
- },
1888
- {
1889
- "id": 110,
2011
+ "id": 124,
1890
2012
  "name": "disabled",
1891
2013
  "kind": 262144,
1892
2014
  "kindString": "Accessor",
@@ -1908,13 +2030,13 @@
1908
2030
  "sources": [
1909
2031
  {
1910
2032
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1911
- "line": 65,
2033
+ "line": 63,
1912
2034
  "character": 13
1913
2035
  }
1914
2036
  ],
1915
2037
  "getSignature": [
1916
2038
  {
1917
- "id": 111,
2039
+ "id": 125,
1918
2040
  "name": "disabled",
1919
2041
  "kind": 524288,
1920
2042
  "kindString": "Get signature",
@@ -1936,7 +2058,7 @@
1936
2058
  ],
1937
2059
  "setSignature": [
1938
2060
  {
1939
- "id": 112,
2061
+ "id": 126,
1940
2062
  "name": "disabled",
1941
2063
  "kind": 1048576,
1942
2064
  "kindString": "Set signature",
@@ -1952,7 +2074,7 @@
1952
2074
  },
1953
2075
  "parameters": [
1954
2076
  {
1955
- "id": 113,
2077
+ "id": 127,
1956
2078
  "name": "value",
1957
2079
  "kind": 32768,
1958
2080
  "kindString": "Parameter",
@@ -1971,7 +2093,7 @@
1971
2093
  ]
1972
2094
  },
1973
2095
  {
1974
- "id": 123,
2096
+ "id": 133,
1975
2097
  "name": "isVisible",
1976
2098
  "kind": 262144,
1977
2099
  "kindString": "Accessor",
@@ -1981,13 +2103,13 @@
1981
2103
  "sources": [
1982
2104
  {
1983
2105
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1984
- "line": 171,
2106
+ "line": 131,
1985
2107
  "character": 13
1986
2108
  }
1987
2109
  ],
1988
2110
  "getSignature": [
1989
2111
  {
1990
- "id": 124,
2112
+ "id": 134,
1991
2113
  "name": "isVisible",
1992
2114
  "kind": 524288,
1993
2115
  "kindString": "Get signature",
@@ -2000,14 +2122,14 @@
2000
2122
  ],
2001
2123
  "setSignature": [
2002
2124
  {
2003
- "id": 125,
2125
+ "id": 135,
2004
2126
  "name": "isVisible",
2005
2127
  "kind": 1048576,
2006
2128
  "kindString": "Set signature",
2007
2129
  "flags": {},
2008
2130
  "parameters": [
2009
2131
  {
2010
- "id": 126,
2132
+ "id": 136,
2011
2133
  "name": "value",
2012
2134
  "kind": 32768,
2013
2135
  "kindString": "Parameter",
@@ -2026,7 +2148,7 @@
2026
2148
  ]
2027
2149
  },
2028
2150
  {
2029
- "id": 114,
2151
+ "id": 128,
2030
2152
  "name": "progressIndicator",
2031
2153
  "kind": 262144,
2032
2154
  "kindString": "Accessor",
@@ -2048,13 +2170,13 @@
2048
2170
  "sources": [
2049
2171
  {
2050
2172
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2051
- "line": 92,
2173
+ "line": 77,
2052
2174
  "character": 13
2053
2175
  }
2054
2176
  ],
2055
2177
  "getSignature": [
2056
2178
  {
2057
- "id": 115,
2179
+ "id": 129,
2058
2180
  "name": "progressIndicator",
2059
2181
  "kind": 524288,
2060
2182
  "kindString": "Get signature",
@@ -2070,14 +2192,14 @@
2070
2192
  },
2071
2193
  "type": {
2072
2194
  "type": "reference",
2073
- "id": 24,
2195
+ "id": 31,
2074
2196
  "name": "SkyProgressIndicatorComponent"
2075
2197
  }
2076
2198
  }
2077
2199
  ],
2078
2200
  "setSignature": [
2079
2201
  {
2080
- "id": 116,
2202
+ "id": 130,
2081
2203
  "name": "progressIndicator",
2082
2204
  "kind": 1048576,
2083
2205
  "kindString": "Set signature",
@@ -2093,14 +2215,14 @@
2093
2215
  },
2094
2216
  "parameters": [
2095
2217
  {
2096
- "id": 117,
2218
+ "id": 131,
2097
2219
  "name": "value",
2098
2220
  "kind": 32768,
2099
2221
  "kindString": "Parameter",
2100
2222
  "flags": {},
2101
2223
  "type": {
2102
2224
  "type": "reference",
2103
- "id": 24,
2225
+ "id": 31,
2104
2226
  "name": "SkyProgressIndicatorComponent"
2105
2227
  }
2106
2228
  }
@@ -2113,7 +2235,7 @@
2113
2235
  ]
2114
2236
  },
2115
2237
  {
2116
- "id": 134,
2238
+ "id": 146,
2117
2239
  "name": "ngAfterViewInit",
2118
2240
  "kind": 2048,
2119
2241
  "kindString": "Method",
@@ -2123,13 +2245,13 @@
2123
2245
  "sources": [
2124
2246
  {
2125
2247
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2126
- "line": 194,
2248
+ "line": 161,
2127
2249
  "character": 9
2128
2250
  }
2129
2251
  ],
2130
2252
  "signatures": [
2131
2253
  {
2132
- "id": 135,
2254
+ "id": 147,
2133
2255
  "name": "ngAfterViewInit",
2134
2256
  "kind": 4096,
2135
2257
  "kindString": "Call signature",
@@ -2150,7 +2272,7 @@
2150
2272
  }
2151
2273
  },
2152
2274
  {
2153
- "id": 136,
2275
+ "id": 148,
2154
2276
  "name": "ngOnDestroy",
2155
2277
  "kind": 2048,
2156
2278
  "kindString": "Method",
@@ -2160,13 +2282,13 @@
2160
2282
  "sources": [
2161
2283
  {
2162
2284
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2163
- "line": 202,
2285
+ "line": 169,
2164
2286
  "character": 9
2165
2287
  }
2166
2288
  ],
2167
2289
  "signatures": [
2168
2290
  {
2169
- "id": 137,
2291
+ "id": 149,
2170
2292
  "name": "ngOnDestroy",
2171
2293
  "kind": 4096,
2172
2294
  "kindString": "Call signature",
@@ -2187,7 +2309,7 @@
2187
2309
  }
2188
2310
  },
2189
2311
  {
2190
- "id": 138,
2312
+ "id": 150,
2191
2313
  "name": "onClick",
2192
2314
  "kind": 2048,
2193
2315
  "kindString": "Method",
@@ -2197,20 +2319,20 @@
2197
2319
  "sources": [
2198
2320
  {
2199
2321
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2200
- "line": 208,
2322
+ "line": 175,
2201
2323
  "character": 9
2202
2324
  }
2203
2325
  ],
2204
2326
  "signatures": [
2205
2327
  {
2206
- "id": 139,
2328
+ "id": 151,
2207
2329
  "name": "onClick",
2208
2330
  "kind": 4096,
2209
2331
  "kindString": "Call signature",
2210
2332
  "flags": {},
2211
2333
  "parameters": [
2212
2334
  {
2213
- "id": 140,
2335
+ "id": 152,
2214
2336
  "name": "event",
2215
2337
  "kind": 32768,
2216
2338
  "kindString": "Parameter",
@@ -2236,43 +2358,42 @@
2236
2358
  "title": "Constructors",
2237
2359
  "kind": 512,
2238
2360
  "children": [
2239
- 101
2361
+ 115
2240
2362
  ]
2241
2363
  },
2242
2364
  {
2243
2365
  "title": "Properties",
2244
2366
  "kind": 1024,
2245
2367
  "children": [
2246
- 118,
2247
- 105
2368
+ 132,
2369
+ 119,
2370
+ 137
2248
2371
  ]
2249
2372
  },
2250
2373
  {
2251
2374
  "title": "Accessors",
2252
2375
  "kind": 262144,
2253
2376
  "children": [
2254
- 121,
2255
- 106,
2256
- 119,
2257
- 110,
2258
- 123,
2259
- 114
2377
+ 120,
2378
+ 124,
2379
+ 133,
2380
+ 128
2260
2381
  ]
2261
2382
  },
2262
2383
  {
2263
2384
  "title": "Methods",
2264
2385
  "kind": 2048,
2265
2386
  "children": [
2266
- 134,
2267
- 136,
2268
- 138
2387
+ 146,
2388
+ 148,
2389
+ 150
2269
2390
  ]
2270
2391
  }
2271
2392
  ],
2272
2393
  "sources": [
2273
2394
  {
2274
2395
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2275
- "line": 32,
2396
+ "line": 34,
2276
2397
  "character": 13
2277
2398
  }
2278
2399
  ],
@@ -2292,7 +2413,7 @@
2292
2413
  ]
2293
2414
  },
2294
2415
  {
2295
- "id": 144,
2416
+ "id": 159,
2296
2417
  "name": "SkyProgressIndicatorResetButtonComponent",
2297
2418
  "kind": 128,
2298
2419
  "kindString": "Class",
@@ -2316,7 +2437,7 @@
2316
2437
  ],
2317
2438
  "children": [
2318
2439
  {
2319
- "id": 145,
2440
+ "id": 160,
2320
2441
  "name": "constructor",
2321
2442
  "kind": 512,
2322
2443
  "kindString": "Constructor",
@@ -2330,14 +2451,14 @@
2330
2451
  ],
2331
2452
  "signatures": [
2332
2453
  {
2333
- "id": 146,
2454
+ "id": 161,
2334
2455
  "name": "SkyProgressIndicatorResetButtonComponent",
2335
2456
  "kind": 16384,
2336
2457
  "kindString": "Constructor signature",
2337
2458
  "flags": {},
2338
2459
  "parameters": [
2339
2460
  {
2340
- "id": 147,
2461
+ "id": 162,
2341
2462
  "name": "changeDetector",
2342
2463
  "kind": 32768,
2343
2464
  "kindString": "Parameter",
@@ -2352,14 +2473,14 @@
2352
2473
  ],
2353
2474
  "type": {
2354
2475
  "type": "reference",
2355
- "id": 144,
2476
+ "id": 159,
2356
2477
  "name": "SkyProgressIndicatorResetButtonComponent"
2357
2478
  }
2358
2479
  }
2359
2480
  ]
2360
2481
  },
2361
2482
  {
2362
- "id": 152,
2483
+ "id": 167,
2363
2484
  "name": "progressIndicator",
2364
2485
  "kind": 1024,
2365
2486
  "kindString": "Property",
@@ -2396,12 +2517,12 @@
2396
2517
  ],
2397
2518
  "type": {
2398
2519
  "type": "reference",
2399
- "id": 24,
2520
+ "id": 31,
2400
2521
  "name": "SkyProgressIndicatorComponent"
2401
2522
  }
2402
2523
  },
2403
2524
  {
2404
- "id": 153,
2525
+ "id": 168,
2405
2526
  "name": "resetClick",
2406
2527
  "kind": 1024,
2407
2528
  "kindString": "Property",
@@ -2435,7 +2556,7 @@
2435
2556
  "typeArguments": [
2436
2557
  {
2437
2558
  "type": "intrinsic",
2438
- "name": "any"
2559
+ "name": "void"
2439
2560
  }
2440
2561
  ],
2441
2562
  "qualifiedName": "EventEmitter",
@@ -2445,7 +2566,7 @@
2445
2566
  "defaultValue": "..."
2446
2567
  },
2447
2568
  {
2448
- "id": 148,
2569
+ "id": 163,
2449
2570
  "name": "disabled",
2450
2571
  "kind": 262144,
2451
2572
  "kindString": "Accessor",
@@ -2473,7 +2594,7 @@
2473
2594
  ],
2474
2595
  "getSignature": [
2475
2596
  {
2476
- "id": 149,
2597
+ "id": 164,
2477
2598
  "name": "disabled",
2478
2599
  "kind": 524288,
2479
2600
  "kindString": "Get signature",
@@ -2495,7 +2616,7 @@
2495
2616
  ],
2496
2617
  "setSignature": [
2497
2618
  {
2498
- "id": 150,
2619
+ "id": 165,
2499
2620
  "name": "disabled",
2500
2621
  "kind": 1048576,
2501
2622
  "kindString": "Set signature",
@@ -2511,7 +2632,7 @@
2511
2632
  },
2512
2633
  "parameters": [
2513
2634
  {
2514
- "id": 151,
2635
+ "id": 166,
2515
2636
  "name": "value",
2516
2637
  "kind": 32768,
2517
2638
  "kindString": "Parameter",
@@ -2530,7 +2651,7 @@
2530
2651
  ]
2531
2652
  },
2532
2653
  {
2533
- "id": 155,
2654
+ "id": 170,
2534
2655
  "name": "ngOnDestroy",
2535
2656
  "kind": 2048,
2536
2657
  "kindString": "Method",
@@ -2546,7 +2667,7 @@
2546
2667
  ],
2547
2668
  "signatures": [
2548
2669
  {
2549
- "id": 156,
2670
+ "id": 171,
2550
2671
  "name": "ngOnDestroy",
2551
2672
  "kind": 4096,
2552
2673
  "kindString": "Call signature",
@@ -2567,7 +2688,7 @@
2567
2688
  }
2568
2689
  },
2569
2690
  {
2570
- "id": 157,
2691
+ "id": 172,
2571
2692
  "name": "onClick",
2572
2693
  "kind": 2048,
2573
2694
  "kindString": "Method",
@@ -2583,7 +2704,7 @@
2583
2704
  ],
2584
2705
  "signatures": [
2585
2706
  {
2586
- "id": 158,
2707
+ "id": 173,
2587
2708
  "name": "onClick",
2588
2709
  "kind": 4096,
2589
2710
  "kindString": "Call signature",
@@ -2601,30 +2722,30 @@
2601
2722
  "title": "Constructors",
2602
2723
  "kind": 512,
2603
2724
  "children": [
2604
- 145
2725
+ 160
2605
2726
  ]
2606
2727
  },
2607
2728
  {
2608
2729
  "title": "Properties",
2609
2730
  "kind": 1024,
2610
2731
  "children": [
2611
- 152,
2612
- 153
2732
+ 167,
2733
+ 168
2613
2734
  ]
2614
2735
  },
2615
2736
  {
2616
2737
  "title": "Accessors",
2617
2738
  "kind": 262144,
2618
2739
  "children": [
2619
- 148
2740
+ 163
2620
2741
  ]
2621
2742
  },
2622
2743
  {
2623
2744
  "title": "Methods",
2624
2745
  "kind": 2048,
2625
2746
  "children": [
2626
- 155,
2627
- 157
2747
+ 170,
2748
+ 172
2628
2749
  ]
2629
2750
  }
2630
2751
  ],
@@ -2645,7 +2766,7 @@
2645
2766
  ]
2646
2767
  },
2647
2768
  {
2648
- "id": 159,
2769
+ "id": 174,
2649
2770
  "name": "SkyProgressIndicatorTitleComponent",
2650
2771
  "kind": 128,
2651
2772
  "kindString": "Class",
@@ -2673,7 +2794,7 @@
2673
2794
  "title": "Constructors",
2674
2795
  "kind": 512,
2675
2796
  "children": [
2676
- 160
2797
+ 175
2677
2798
  ]
2678
2799
  }
2679
2800
  ],
@@ -2686,7 +2807,7 @@
2686
2807
  ]
2687
2808
  },
2688
2809
  {
2689
- "id": 165,
2810
+ "id": 180,
2690
2811
  "name": "SkyProgressIndicatorActionClickArgs",
2691
2812
  "kind": 256,
2692
2813
  "kindString": "Interface",
@@ -2696,7 +2817,7 @@
2696
2817
  },
2697
2818
  "children": [
2698
2819
  {
2699
- "id": 167,
2820
+ "id": 182,
2700
2821
  "name": "event",
2701
2822
  "kind": 1024,
2702
2823
  "kindString": "Property",
@@ -2719,7 +2840,7 @@
2719
2840
  }
2720
2841
  },
2721
2842
  {
2722
- "id": 166,
2843
+ "id": 181,
2723
2844
  "name": "progressHandler",
2724
2845
  "kind": 1024,
2725
2846
  "kindString": "Property",
@@ -2736,7 +2857,7 @@
2736
2857
  ],
2737
2858
  "type": {
2738
2859
  "type": "reference",
2739
- "id": 168,
2860
+ "id": 183,
2740
2861
  "name": "SkyProgressIndicatorActionClickProgressHandler"
2741
2862
  }
2742
2863
  }
@@ -2746,8 +2867,8 @@
2746
2867
  "title": "Properties",
2747
2868
  "kind": 1024,
2748
2869
  "children": [
2749
- 167,
2750
- 166
2870
+ 182,
2871
+ 181
2751
2872
  ]
2752
2873
  }
2753
2874
  ],
@@ -2760,14 +2881,14 @@
2760
2881
  ]
2761
2882
  },
2762
2883
  {
2763
- "id": 173,
2884
+ "id": 192,
2764
2885
  "name": "SkyProgressIndicatorChange",
2765
2886
  "kind": 256,
2766
2887
  "kindString": "Interface",
2767
2888
  "flags": {},
2768
2889
  "children": [
2769
2890
  {
2770
- "id": 174,
2891
+ "id": 193,
2771
2892
  "name": "activeIndex",
2772
2893
  "kind": 1024,
2773
2894
  "kindString": "Property",
@@ -2790,7 +2911,7 @@
2790
2911
  }
2791
2912
  },
2792
2913
  {
2793
- "id": 175,
2914
+ "id": 194,
2794
2915
  "name": "isComplete",
2795
2916
  "kind": 1024,
2796
2917
  "kindString": "Property",
@@ -2813,7 +2934,7 @@
2813
2934
  }
2814
2935
  },
2815
2936
  {
2816
- "id": 176,
2937
+ "id": 195,
2817
2938
  "name": "itemStatuses",
2818
2939
  "kind": 1024,
2819
2940
  "kindString": "Property",
@@ -2834,7 +2955,7 @@
2834
2955
  "type": "array",
2835
2956
  "elementType": {
2836
2957
  "type": "reference",
2837
- "id": 178,
2958
+ "id": 197,
2838
2959
  "name": "SkyProgressIndicatorItemStatus"
2839
2960
  }
2840
2961
  }
@@ -2845,9 +2966,9 @@
2845
2966
  "title": "Properties",
2846
2967
  "kind": 1024,
2847
2968
  "children": [
2848
- 174,
2849
- 175,
2850
- 176
2969
+ 193,
2970
+ 194,
2971
+ 195
2851
2972
  ]
2852
2973
  }
2853
2974
  ],
@@ -2860,14 +2981,14 @@
2860
2981
  ]
2861
2982
  },
2862
2983
  {
2863
- "id": 183,
2984
+ "id": 202,
2864
2985
  "name": "SkyProgressIndicatorMessage",
2865
2986
  "kind": 256,
2866
2987
  "kindString": "Interface",
2867
2988
  "flags": {},
2868
2989
  "children": [
2869
2990
  {
2870
- "id": 185,
2991
+ "id": 204,
2871
2992
  "name": "data",
2872
2993
  "kind": 1024,
2873
2994
  "kindString": "Property",
@@ -2887,14 +3008,14 @@
2887
3008
  "type": {
2888
3009
  "type": "reflection",
2889
3010
  "declaration": {
2890
- "id": 186,
3011
+ "id": 205,
2891
3012
  "name": "__type",
2892
3013
  "kind": 65536,
2893
3014
  "kindString": "Type literal",
2894
3015
  "flags": {},
2895
3016
  "children": [
2896
3017
  {
2897
- "id": 187,
3018
+ "id": 206,
2898
3019
  "name": "activeIndex",
2899
3020
  "kind": 1024,
2900
3021
  "kindString": "Property",
@@ -2919,19 +3040,19 @@
2919
3040
  "title": "Properties",
2920
3041
  "kind": 1024,
2921
3042
  "children": [
2922
- 187
3043
+ 206
2923
3044
  ]
2924
3045
  }
2925
3046
  ],
2926
3047
  "indexSignature": {
2927
- "id": 188,
3048
+ "id": 207,
2928
3049
  "name": "__index",
2929
3050
  "kind": 8192,
2930
3051
  "kindString": "Index signature",
2931
3052
  "flags": {},
2932
3053
  "parameters": [
2933
3054
  {
2934
- "id": 189,
3055
+ "id": 208,
2935
3056
  "name": "key",
2936
3057
  "kind": 32768,
2937
3058
  "flags": {},
@@ -2950,7 +3071,7 @@
2950
3071
  }
2951
3072
  },
2952
3073
  {
2953
- "id": 184,
3074
+ "id": 203,
2954
3075
  "name": "type",
2955
3076
  "kind": 1024,
2956
3077
  "kindString": "Property",
@@ -2967,7 +3088,7 @@
2967
3088
  ],
2968
3089
  "type": {
2969
3090
  "type": "reference",
2970
- "id": 190,
3091
+ "id": 209,
2971
3092
  "name": "SkyProgressIndicatorMessageType"
2972
3093
  }
2973
3094
  }
@@ -2977,8 +3098,8 @@
2977
3098
  "title": "Properties",
2978
3099
  "kind": 1024,
2979
3100
  "children": [
2980
- 185,
2981
- 184
3101
+ 204,
3102
+ 203
2982
3103
  ]
2983
3104
  }
2984
3105
  ],
@@ -2991,7 +3112,7 @@
2991
3112
  ]
2992
3113
  },
2993
3114
  {
2994
- "id": 177,
3115
+ "id": 196,
2995
3116
  "name": "SkyProgressIndicatorDisplayModeType",
2996
3117
  "kind": 4194304,
2997
3118
  "kindString": "Type alias",
@@ -3026,7 +3147,7 @@
3026
3147
  }
3027
3148
  },
3028
3149
  {
3029
- "id": 199,
3150
+ "id": 218,
3030
3151
  "name": "SkyProgressIndicatorNavButtonType",
3031
3152
  "kind": 4194304,
3032
3153
  "kindString": "Type alias",
@@ -3069,38 +3190,38 @@
3069
3190
  "title": "Enumerations",
3070
3191
  "kind": 8,
3071
3192
  "children": [
3072
- 178,
3073
- 190
3193
+ 197,
3194
+ 209
3074
3195
  ]
3075
3196
  },
3076
3197
  {
3077
3198
  "title": "Classes",
3078
3199
  "kind": 128,
3079
3200
  "children": [
3080
- 168,
3081
- 162,
3201
+ 183,
3202
+ 177,
3082
3203
  1,
3083
- 24,
3084
- 100,
3085
- 144,
3086
- 159
3204
+ 31,
3205
+ 114,
3206
+ 159,
3207
+ 174
3087
3208
  ]
3088
3209
  },
3089
3210
  {
3090
3211
  "title": "Interfaces",
3091
3212
  "kind": 256,
3092
3213
  "children": [
3093
- 165,
3094
- 173,
3095
- 183
3214
+ 180,
3215
+ 192,
3216
+ 202
3096
3217
  ]
3097
3218
  },
3098
3219
  {
3099
- "title": "Type aliases",
3220
+ "title": "Type Aliases",
3100
3221
  "kind": 4194304,
3101
3222
  "children": [
3102
- 177,
3103
- 199
3223
+ 196,
3224
+ 218
3104
3225
  ]
3105
3226
  }
3106
3227
  ],
@@ -3131,12 +3252,12 @@
3131
3252
  {
3132
3253
  "fileName": "progress-indicator-passive-demo.component.html",
3133
3254
  "filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/inline-help/progress-indicator-passive-demo.component.html",
3134
- "rawContents": "<sky-progress-indicator [isPassive]=\"true\" [startingIndex]=\"1\">\n <sky-progress-indicator-item title=\"Finished step\"\n >Optional details about this step\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n </sky-progress-indicator-item>\n <sky-progress-indicator-item title=\"Current step\">\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n </sky-progress-indicator-item>\n <sky-progress-indicator-item title=\"HIDDEN TITLE\">\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n </sky-progress-indicator-item>\n</sky-progress-indicator>\n"
3255
+ "rawContents": "<sky-progress-indicator [isPassive]=\"true\" [startingIndex]=\"1\">\n <sky-progress-indicator-item title=\"Finished step\"\n >Optional details about this step\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n </sky-progress-indicator-item>\n <sky-progress-indicator-item title=\"Current step\">\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n </sky-progress-indicator-item>\n <sky-progress-indicator-item title=\"HIDDEN TITLE\">\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n </sky-progress-indicator-item>\n</sky-progress-indicator>\n"
3135
3256
  },
3136
3257
  {
3137
3258
  "fileName": "progress-indicator-passive-demo.component.ts",
3138
3259
  "filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/inline-help/progress-indicator-passive-demo.component.ts",
3139
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-progress-indicator-passive-demo',\n templateUrl: './progress-indicator-passive-demo.component.html',\n})\nexport class SkyProgressIndicatorPassiveDemoComponent {}\n"
3260
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-progress-indicator-passive-demo',\n templateUrl: './progress-indicator-passive-demo.component.html',\n})\nexport class SkyProgressIndicatorPassiveDemoComponent {\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
3140
3261
  },
3141
3262
  {
3142
3263
  "fileName": "progress-indicator-passive-demo.module.ts",
@@ -3191,12 +3312,12 @@
3191
3312
  {
3192
3313
  "fileName": "progress-indicator-waterfall-demo.component.html",
3193
3314
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/inline-help/progress-indicator-waterfall-demo.component.html",
3194
- "rawContents": "<sky-progress-indicator\n id=\"progress-indicator-waterfall\"\n [messageStream]=\"progressMessageStream\"\n [startingIndex]=\"2\"\n (progressChanges)=\"updateIndex($event)\"\n #progressIndicator\n>\n <sky-progress-indicator-title>\n Set up my connection\n </sky-progress-indicator-title>\n\n <sky-progress-indicator-item title=\"Configure connection\">\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n <div>\n <button\n *ngIf=\"activeIndex === 0\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"configureConnection(true)\"\n >\n Set up connection\n </button>\n <button\n *ngIf=\"activeIndex > 0\"\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"configureConnection(false)\"\n >\n Edit connection\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Select remote server\">\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n <div *ngIf=\"activeIndex >= 1\">\n <button\n *ngIf=\"activeIndex === 1\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"setServer(true)\"\n >\n Select server\n </button>\n <button\n *ngIf=\"activeIndex > 1\"\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"setServer(false)\"\n >\n Change server\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Test connection\">\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n <div *ngIf=\"activeIndex >= 2\">\n <button\n *ngIf=\"activeIndex === 2\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"testConnection(true)\"\n >\n Test connection\n </button>\n <button\n *ngIf=\"activeIndex > 2\"\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"testConnection(false)\"\n >\n Retest connection\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Turn on connection\">\n <sky-help-inline class=\"sky-control-help\"></sky-help-inline>\n <div *ngIf=\"activeIndex >= 3\">\n <button\n *ngIf=\"activeIndex === 3\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"alertMessage('Form completed')\"\n >\n Turn on\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-reset-button [progressIndicator]=\"progressIndicator\">\n Erase all settings\n </sky-progress-indicator-reset-button>\n</sky-progress-indicator>\n"
3315
+ "rawContents": "<sky-progress-indicator\n id=\"progress-indicator-waterfall\"\n [messageStream]=\"progressMessageStream\"\n [startingIndex]=\"2\"\n (progressChanges)=\"updateIndex($event)\"\n #progressIndicator\n>\n <sky-progress-indicator-title>\n Set up my connection\n </sky-progress-indicator-title>\n\n <sky-progress-indicator-item title=\"Configure connection\">\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n <div>\n <button\n *ngIf=\"activeIndex === 0\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"configureConnection(true)\"\n >\n Set up connection\n </button>\n <button\n *ngIf=\"activeIndex > 0\"\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"configureConnection(false)\"\n >\n Edit connection\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Select remote server\">\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n <div *ngIf=\"activeIndex >= 1\">\n <button\n *ngIf=\"activeIndex === 1\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"setServer(true)\"\n >\n Select server\n </button>\n <button\n *ngIf=\"activeIndex > 1\"\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"setServer(false)\"\n >\n Change server\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Test connection\">\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n <div *ngIf=\"activeIndex >= 2\">\n <button\n *ngIf=\"activeIndex === 2\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"testConnection(true)\"\n >\n Test connection\n </button>\n <button\n *ngIf=\"activeIndex > 2\"\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"testConnection(false)\"\n >\n Retest connection\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Turn on connection\">\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n <div *ngIf=\"activeIndex >= 3\">\n <button\n *ngIf=\"activeIndex === 3\"\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"alertMessage('Form completed')\"\n >\n Turn on\n </button>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-reset-button [progressIndicator]=\"progressIndicator\">\n Erase all settings\n </sky-progress-indicator-reset-button>\n</sky-progress-indicator>\n"
3195
3316
  },
3196
3317
  {
3197
3318
  "fileName": "progress-indicator-waterfall-demo.component.ts",
3198
3319
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/inline-help/progress-indicator-waterfall-demo.component.ts",
3199
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n} from '@angular/core';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\nimport {\n SkyProgressIndicatorChange,\n SkyProgressIndicatorMessageType,\n} from '@skyux/progress-indicator';\n\nimport { Subject } from 'rxjs';\nimport { take } from 'rxjs/operators';\n\nimport { SkyProgressIndicatorWaterfallDemoContext } from './progress-indicator-waterfall-demo-context';\nimport { SkyProgressIndicatorWaterfallDemoFormComponent } from './progress-indicator-waterfall-demo-form.component';\n\n@Component({\n selector: 'app-waterfall-indicator-docs',\n templateUrl: './progress-indicator-waterfall-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class WaterfallIndicatorDocsComponent {\n public activeIndex = 0;\n\n public progressMessageStream = new Subject<SkyProgressIndicatorMessageType>();\n\n constructor(\n private changeDetector: ChangeDetectorRef,\n private modal: SkyModalService\n ) {}\n\n public configureConnection(isProgress: boolean): void {\n this.openModalForm(\n {\n title: 'Configure connection',\n buttonText: 'Submit connection settings',\n },\n isProgress\n );\n }\n\n public setServer(isProgress: boolean): void {\n this.openModalForm(\n {\n title: 'Select remote server',\n buttonText: 'Submit server choice',\n },\n isProgress\n );\n }\n\n public testConnection(isProgress: boolean): void {\n this.openModalForm(\n {\n title: 'Connection confirmed.',\n buttonText: 'OK',\n },\n isProgress\n );\n }\n\n public alertMessage(message: string): void {\n alert(message);\n }\n\n public updateIndex(changes: SkyProgressIndicatorChange): void {\n this.activeIndex = changes.activeIndex;\n this.changeDetector.detectChanges();\n }\n\n public resetClicked(): void {\n this.progressMessageStream.next(SkyProgressIndicatorMessageType.Reset);\n }\n\n private progress(): void {\n this.progressMessageStream.next(SkyProgressIndicatorMessageType.Progress);\n }\n\n private openModalForm(\n context: SkyProgressIndicatorWaterfallDemoContext,\n isProgress: boolean\n ): void {\n const modalForm = this.modal.open(\n SkyProgressIndicatorWaterfallDemoFormComponent,\n [\n {\n provide: SkyProgressIndicatorWaterfallDemoContext,\n useValue: context,\n },\n ]\n );\n\n modalForm.closed.pipe(take(1)).subscribe((args: SkyModalCloseArgs) => {\n if (args.reason === 'save' && isProgress) {\n this.progress();\n }\n });\n }\n}\n"
3320
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n} from '@angular/core';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\nimport {\n SkyProgressIndicatorChange,\n SkyProgressIndicatorMessageType,\n} from '@skyux/progress-indicator';\n\nimport { Subject } from 'rxjs';\nimport { take } from 'rxjs/operators';\n\nimport { SkyProgressIndicatorWaterfallDemoContext } from './progress-indicator-waterfall-demo-context';\nimport { SkyProgressIndicatorWaterfallDemoFormComponent } from './progress-indicator-waterfall-demo-form.component';\n\n@Component({\n selector: 'app-waterfall-indicator-docs',\n templateUrl: './progress-indicator-waterfall-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class WaterfallIndicatorDocsComponent {\n public activeIndex = 0;\n\n public progressMessageStream = new Subject<SkyProgressIndicatorMessageType>();\n\n constructor(\n private changeDetector: ChangeDetectorRef,\n private modal: SkyModalService\n ) {}\n\n public configureConnection(isProgress: boolean): void {\n this.openModalForm(\n {\n title: 'Configure connection',\n buttonText: 'Submit connection settings',\n },\n isProgress\n );\n }\n\n public setServer(isProgress: boolean): void {\n this.openModalForm(\n {\n title: 'Select remote server',\n buttonText: 'Submit server choice',\n },\n isProgress\n );\n }\n\n public testConnection(isProgress: boolean): void {\n this.openModalForm(\n {\n title: 'Connection confirmed.',\n buttonText: 'OK',\n },\n isProgress\n );\n }\n\n public alertMessage(message: string): void {\n alert(message);\n }\n\n public updateIndex(changes: SkyProgressIndicatorChange): void {\n this.activeIndex = changes.activeIndex;\n this.changeDetector.detectChanges();\n }\n\n public resetClicked(): void {\n this.progressMessageStream.next(SkyProgressIndicatorMessageType.Reset);\n }\n\n private progress(): void {\n this.progressMessageStream.next(SkyProgressIndicatorMessageType.Progress);\n }\n\n private openModalForm(\n context: SkyProgressIndicatorWaterfallDemoContext,\n isProgress: boolean\n ): void {\n const modalForm = this.modal.open(\n SkyProgressIndicatorWaterfallDemoFormComponent,\n [\n {\n provide: SkyProgressIndicatorWaterfallDemoContext,\n useValue: context,\n },\n ]\n );\n\n modalForm.closed.pipe(take(1)).subscribe((args: SkyModalCloseArgs) => {\n if (args.reason === 'save' && isProgress) {\n this.progress();\n }\n });\n }\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
3200
3321
  },
3201
3322
  {
3202
3323
  "fileName": "progress-indicator-waterfall-demo.module.ts",