@skyux/progress-indicator 5.0.0-beta.2 → 5.0.2

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 (23) hide show
  1. package/bundles/skyux-progress-indicator.umd.js +90 -92
  2. package/documentation.json +395 -341
  3. package/esm2015/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.js +6 -6
  4. package/esm2015/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.js +13 -19
  5. package/esm2015/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.js +7 -7
  6. package/esm2015/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.js +7 -7
  7. package/esm2015/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.js +5 -5
  8. package/esm2015/modules/progress-indicator/progress-indicator.component.js +16 -19
  9. package/esm2015/modules/progress-indicator/progress-indicator.module.js +10 -10
  10. package/esm2015/modules/progress-indicator/types/progress-indicator-action-click-args.js +1 -1
  11. package/esm2015/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.js +1 -1
  12. package/esm2015/modules/progress-indicator/types/progress-indicator-change.js +1 -1
  13. package/esm2015/modules/progress-indicator/types/progress-indicator-display-mode-type.js +1 -1
  14. package/esm2015/modules/progress-indicator/types/progress-indicator-item-status.js +1 -1
  15. package/esm2015/modules/progress-indicator/types/progress-indicator-message-type.js +1 -1
  16. package/esm2015/modules/progress-indicator/types/progress-indicator-message.js +1 -1
  17. package/esm2015/modules/progress-indicator/types/progress-indicator-mode.js +1 -1
  18. package/esm2015/modules/progress-indicator/types/progress-indicator-nav-button-type.js +1 -1
  19. package/esm2015/modules/shared/sky-progress-indicator-resources.module.js +21 -12
  20. package/fesm2015/skyux-progress-indicator.js +71 -71
  21. package/fesm2015/skyux-progress-indicator.js.map +1 -1
  22. package/package.json +7 -5
  23. package/bundles/skyux-progress-indicator.umd.js.map +0 -1
@@ -4,11 +4,11 @@
4
4
  "SkyProgressIndicatorMessageType": "enumeration-skyprogressindicatormessagetype",
5
5
  "SkyProgressIndicatorActionClickProgressHandler": "class-skyprogressindicatoractionclickprogresshandler",
6
6
  "SkyProgressIndicatorModule": "class-skyprogressindicatormodule",
7
- "λ1": "class-λ1",
8
- "λ2": "class-λ2",
9
- "λ3": "class-λ3",
10
- "λ4": "class-λ4",
11
- "λ5": "class-λ5",
7
+ "SkyProgressIndicatorItemComponent": "class-skyprogressindicatoritemcomponent",
8
+ "SkyProgressIndicatorComponent": "class-skyprogressindicatorcomponent",
9
+ "SkyProgressIndicatorNavButtonComponent": "class-skyprogressindicatornavbuttoncomponent",
10
+ "SkyProgressIndicatorResetButtonComponent": "class-skyprogressindicatorresetbuttoncomponent",
11
+ "SkyProgressIndicatorTitleComponent": "class-skyprogressindicatortitlecomponent",
12
12
  "SkyProgressIndicatorActionClickArgs": "interface-skyprogressindicatoractionclickargs",
13
13
  "SkyProgressIndicatorChange": "interface-skyprogressindicatorchange",
14
14
  "SkyProgressIndicatorMessage": "interface-skyprogressindicatormessage",
@@ -16,16 +16,22 @@
16
16
  "SkyProgressIndicatorNavButtonType": "type-alias-skyprogressindicatornavbuttontype"
17
17
  },
18
18
  "typedoc": {
19
+ "id": 0,
20
+ "name": "@skyux/progress-indicator",
21
+ "kind": 1,
22
+ "kindString": "Project",
23
+ "flags": {},
24
+ "originalName": "",
19
25
  "children": [
20
26
  {
21
- "id": 200,
27
+ "id": 177,
22
28
  "name": "SkyProgressIndicatorItemStatus",
23
- "kind": 4,
29
+ "kind": 8,
24
30
  "kindString": "Enumeration",
25
31
  "flags": {},
26
32
  "children": [
27
33
  {
28
- "id": 201,
34
+ "id": 178,
29
35
  "name": "Active",
30
36
  "kind": 16,
31
37
  "kindString": "Enumeration member",
@@ -36,14 +42,14 @@
36
42
  "sources": [
37
43
  {
38
44
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
39
- "line": 6,
45
+ "line": 5,
40
46
  "character": 2
41
47
  }
42
48
  ],
43
49
  "defaultValue": "0"
44
50
  },
45
51
  {
46
- "id": 202,
52
+ "id": 179,
47
53
  "name": "Complete",
48
54
  "kind": 16,
49
55
  "kindString": "Enumeration member",
@@ -54,14 +60,14 @@
54
60
  "sources": [
55
61
  {
56
62
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
57
- "line": 11,
63
+ "line": 10,
58
64
  "character": 2
59
65
  }
60
66
  ],
61
67
  "defaultValue": "1"
62
68
  },
63
69
  {
64
- "id": 203,
70
+ "id": 180,
65
71
  "name": "Incomplete",
66
72
  "kind": 16,
67
73
  "kindString": "Enumeration member",
@@ -72,14 +78,14 @@
72
78
  "sources": [
73
79
  {
74
80
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
75
- "line": 16,
81
+ "line": 15,
76
82
  "character": 2
77
83
  }
78
84
  ],
79
85
  "defaultValue": "2"
80
86
  },
81
87
  {
82
- "id": 204,
88
+ "id": 181,
83
89
  "name": "Pending",
84
90
  "kind": 16,
85
91
  "kindString": "Enumeration member",
@@ -90,7 +96,7 @@
90
96
  "sources": [
91
97
  {
92
98
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
93
- "line": 21,
99
+ "line": 20,
94
100
  "character": 2
95
101
  }
96
102
  ],
@@ -102,10 +108,10 @@
102
108
  "title": "Enumeration members",
103
109
  "kind": 16,
104
110
  "children": [
105
- 201,
106
- 202,
107
- 203,
108
- 204
111
+ 178,
112
+ 179,
113
+ 180,
114
+ 181
109
115
  ]
110
116
  }
111
117
  ],
@@ -118,14 +124,14 @@
118
124
  ]
119
125
  },
120
126
  {
121
- "id": 212,
127
+ "id": 189,
122
128
  "name": "SkyProgressIndicatorMessageType",
123
- "kind": 4,
129
+ "kind": 8,
124
130
  "kindString": "Enumeration",
125
131
  "flags": {},
126
132
  "children": [
127
133
  {
128
- "id": 216,
134
+ "id": 193,
129
135
  "name": "Finish",
130
136
  "kind": 16,
131
137
  "kindString": "Enumeration member",
@@ -136,14 +142,14 @@
136
142
  "sources": [
137
143
  {
138
144
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
139
- "line": 25,
145
+ "line": 24,
140
146
  "character": 2
141
147
  }
142
148
  ],
143
149
  "defaultValue": "3"
144
150
  },
145
151
  {
146
- "id": 217,
152
+ "id": 194,
147
153
  "name": "GoTo",
148
154
  "kind": 16,
149
155
  "kindString": "Enumeration member",
@@ -154,14 +160,14 @@
154
160
  "sources": [
155
161
  {
156
162
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
157
- "line": 30,
163
+ "line": 29,
158
164
  "character": 2
159
165
  }
160
166
  ],
161
167
  "defaultValue": "4"
162
168
  },
163
169
  {
164
- "id": 213,
170
+ "id": 190,
165
171
  "name": "Progress",
166
172
  "kind": 16,
167
173
  "kindString": "Enumeration member",
@@ -172,14 +178,14 @@
172
178
  "sources": [
173
179
  {
174
180
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
175
- "line": 7,
181
+ "line": 6,
176
182
  "character": 2
177
183
  }
178
184
  ],
179
185
  "defaultValue": "0"
180
186
  },
181
187
  {
182
- "id": 214,
188
+ "id": 191,
183
189
  "name": "Regress",
184
190
  "kind": 16,
185
191
  "kindString": "Enumeration member",
@@ -190,14 +196,14 @@
190
196
  "sources": [
191
197
  {
192
198
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
193
- "line": 13,
199
+ "line": 12,
194
200
  "character": 2
195
201
  }
196
202
  ],
197
203
  "defaultValue": "1"
198
204
  },
199
205
  {
200
- "id": 215,
206
+ "id": 192,
201
207
  "name": "Reset",
202
208
  "kind": 16,
203
209
  "kindString": "Enumeration member",
@@ -208,7 +214,7 @@
208
214
  "sources": [
209
215
  {
210
216
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
211
- "line": 19,
217
+ "line": 18,
212
218
  "character": 2
213
219
  }
214
220
  ],
@@ -220,11 +226,11 @@
220
226
  "title": "Enumeration members",
221
227
  "kind": 16,
222
228
  "children": [
223
- 216,
224
- 217,
225
- 213,
226
- 214,
227
- 215
229
+ 193,
230
+ 194,
231
+ 190,
232
+ 191,
233
+ 192
228
234
  ]
229
235
  }
230
236
  ],
@@ -237,7 +243,7 @@
237
243
  ]
238
244
  },
239
245
  {
240
- "id": 190,
246
+ "id": 167,
241
247
  "name": "SkyProgressIndicatorActionClickProgressHandler",
242
248
  "kind": 128,
243
249
  "kindString": "Class",
@@ -247,22 +253,21 @@
247
253
  },
248
254
  "children": [
249
255
  {
250
- "id": 191,
256
+ "id": 168,
251
257
  "name": "constructor",
252
258
  "kind": 512,
253
259
  "kindString": "Constructor",
254
260
  "flags": {},
255
- "comment": {},
256
261
  "sources": [
257
262
  {
258
263
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
259
- "line": 11,
264
+ "line": 10,
260
265
  "character": 2
261
266
  }
262
267
  ],
263
268
  "signatures": [
264
269
  {
265
- "id": 192,
270
+ "id": 169,
266
271
  "name": "new SkyProgressIndicatorActionClickProgressHandler",
267
272
  "kind": 16384,
268
273
  "kindString": "Constructor signature",
@@ -270,7 +275,7 @@
270
275
  "comment": {},
271
276
  "parameters": [
272
277
  {
273
- "id": 193,
278
+ "id": 170,
274
279
  "name": "advance",
275
280
  "kind": 32768,
276
281
  "kindString": "Parameter",
@@ -286,14 +291,14 @@
286
291
  ],
287
292
  "type": {
288
293
  "type": "reference",
289
- "id": 190,
294
+ "id": 167,
290
295
  "name": "SkyProgressIndicatorActionClickProgressHandler"
291
296
  }
292
297
  }
293
298
  ]
294
299
  },
295
300
  {
296
- "id": 194,
301
+ "id": 171,
297
302
  "name": "advance",
298
303
  "kind": 1024,
299
304
  "kindString": "Property",
@@ -312,14 +317,14 @@
312
317
  "title": "Constructors",
313
318
  "kind": 512,
314
319
  "children": [
315
- 191
320
+ 168
316
321
  ]
317
322
  },
318
323
  {
319
324
  "title": "Properties",
320
325
  "kind": 1024,
321
326
  "children": [
322
- 194
327
+ 171
323
328
  ]
324
329
  }
325
330
  ],
@@ -332,7 +337,7 @@
332
337
  ]
333
338
  },
334
339
  {
335
- "id": 184,
340
+ "id": 161,
336
341
  "name": "SkyProgressIndicatorModule",
337
342
  "kind": 128,
338
343
  "kindString": "Class",
@@ -345,27 +350,27 @@
345
350
  "name": "NgModule"
346
351
  },
347
352
  "arguments": {
348
- "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 ],\n exports: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorTitleComponent\n ]\n}"
353
+ "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 ],\n exports: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorTitleComponent,\n ],\n}"
349
354
  }
350
355
  }
351
356
  ],
352
357
  "children": [
353
358
  {
354
- "id": 185,
359
+ "id": 162,
355
360
  "name": "constructor",
356
361
  "kind": 512,
357
362
  "kindString": "Constructor",
358
363
  "flags": {},
359
364
  "signatures": [
360
365
  {
361
- "id": 186,
366
+ "id": 163,
362
367
  "name": "new SkyProgressIndicatorModule",
363
368
  "kind": 16384,
364
369
  "kindString": "Constructor signature",
365
370
  "flags": {},
366
371
  "type": {
367
372
  "type": "reference",
368
- "id": 184,
373
+ "id": 161,
369
374
  "name": "SkyProgressIndicatorModule"
370
375
  }
371
376
  }
@@ -377,21 +382,21 @@
377
382
  "title": "Constructors",
378
383
  "kind": 512,
379
384
  "children": [
380
- 185
385
+ 162
381
386
  ]
382
387
  }
383
388
  ],
384
389
  "sources": [
385
390
  {
386
391
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.module.ts",
387
- "line": 73,
392
+ "line": 49,
388
393
  "character": 13
389
394
  }
390
395
  ]
391
396
  },
392
397
  {
393
- "id": 24,
394
- "name": "λ1",
398
+ "id": 1,
399
+ "name": "SkyProgressIndicatorItemComponent",
395
400
  "kind": 128,
396
401
  "kindString": "Class",
397
402
  "flags": {},
@@ -406,13 +411,13 @@
406
411
  "name": "Component"
407
412
  },
408
413
  "arguments": {
409
- "obj": "{\n selector: 'sky-progress-indicator-item',\n templateUrl: './progress-indicator-item.component.html',\n styleUrls: ['./progress-indicator-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
414
+ "obj": "{\n selector: 'sky-progress-indicator-item',\n templateUrl: './progress-indicator-item.component.html',\n styleUrls: ['./progress-indicator-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
410
415
  }
411
416
  }
412
417
  ],
413
418
  "children": [
414
419
  {
415
- "id": 25,
420
+ "id": 2,
416
421
  "name": "constructor",
417
422
  "kind": 512,
418
423
  "kindString": "Constructor",
@@ -420,20 +425,20 @@
420
425
  "sources": [
421
426
  {
422
427
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
423
- "line": 86,
428
+ "line": 83,
424
429
  "character": 2
425
430
  }
426
431
  ],
427
432
  "signatures": [
428
433
  {
429
- "id": 26,
430
- "name": "new λ1",
434
+ "id": 3,
435
+ "name": "SkyProgressIndicatorItemComponent",
431
436
  "kind": 16384,
432
437
  "kindString": "Constructor signature",
433
438
  "flags": {},
434
439
  "parameters": [
435
440
  {
436
- "id": 27,
441
+ "id": 4,
437
442
  "name": "changeDetector",
438
443
  "kind": 32768,
439
444
  "kindString": "Parameter",
@@ -446,14 +451,14 @@
446
451
  ],
447
452
  "type": {
448
453
  "type": "reference",
449
- "id": 24,
454
+ "id": 1,
450
455
  "name": "SkyProgressIndicatorItemComponent"
451
456
  }
452
457
  }
453
458
  ]
454
459
  },
455
460
  {
456
- "id": 37,
461
+ "id": 14,
457
462
  "name": "isVisible",
458
463
  "kind": 1024,
459
464
  "kindString": "Property",
@@ -463,7 +468,7 @@
463
468
  "sources": [
464
469
  {
465
470
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
466
- "line": 78,
471
+ "line": 75,
467
472
  "character": 9
468
473
  }
469
474
  ],
@@ -474,7 +479,7 @@
474
479
  "defaultValue": "false"
475
480
  },
476
481
  {
477
- "id": 38,
482
+ "id": 15,
478
483
  "name": "showStatusMarker",
479
484
  "kind": 1024,
480
485
  "kindString": "Property",
@@ -484,7 +489,7 @@
484
489
  "sources": [
485
490
  {
486
491
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
487
- "line": 79,
492
+ "line": 76,
488
493
  "character": 9
489
494
  }
490
495
  ],
@@ -495,7 +500,7 @@
495
500
  "defaultValue": "true"
496
501
  },
497
502
  {
498
- "id": 39,
503
+ "id": 16,
499
504
  "name": "showTitle",
500
505
  "kind": 1024,
501
506
  "kindString": "Property",
@@ -505,7 +510,7 @@
505
510
  "sources": [
506
511
  {
507
512
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
508
- "line": 80,
513
+ "line": 77,
509
514
  "character": 9
510
515
  }
511
516
  ],
@@ -516,7 +521,7 @@
516
521
  "defaultValue": "true"
517
522
  },
518
523
  {
519
- "id": 28,
524
+ "id": 5,
520
525
  "name": "title",
521
526
  "kind": 1024,
522
527
  "kindString": "Property",
@@ -545,7 +550,7 @@
545
550
  "sources": [
546
551
  {
547
552
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
548
- "line": 29,
553
+ "line": 26,
549
554
  "character": 9
550
555
  }
551
556
  ],
@@ -555,7 +560,7 @@
555
560
  }
556
561
  },
557
562
  {
558
- "id": 29,
563
+ "id": 6,
559
564
  "name": "formattedTitle",
560
565
  "kind": 262144,
561
566
  "kindString": "Accessor",
@@ -565,13 +570,13 @@
565
570
  "sources": [
566
571
  {
567
572
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
568
- "line": 31,
573
+ "line": 28,
569
574
  "character": 13
570
575
  }
571
576
  ],
572
577
  "getSignature": [
573
578
  {
574
- "id": 30,
579
+ "id": 7,
575
580
  "name": "formattedTitle",
576
581
  "kind": 524288,
577
582
  "kindString": "Get signature",
@@ -584,7 +589,7 @@
584
589
  ]
585
590
  },
586
591
  {
587
- "id": 31,
592
+ "id": 8,
588
593
  "name": "status",
589
594
  "kind": 262144,
590
595
  "kindString": "Accessor",
@@ -594,41 +599,41 @@
594
599
  "sources": [
595
600
  {
596
601
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
597
- "line": 35,
602
+ "line": 32,
598
603
  "character": 13
599
604
  }
600
605
  ],
601
606
  "getSignature": [
602
607
  {
603
- "id": 32,
608
+ "id": 9,
604
609
  "name": "status",
605
610
  "kind": 524288,
606
611
  "kindString": "Get signature",
607
612
  "flags": {},
608
613
  "type": {
609
614
  "type": "reference",
610
- "id": 200,
615
+ "id": 177,
611
616
  "name": "SkyProgressIndicatorItemStatus"
612
617
  }
613
618
  }
614
619
  ],
615
620
  "setSignature": [
616
621
  {
617
- "id": 33,
622
+ "id": 10,
618
623
  "name": "status",
619
624
  "kind": 1048576,
620
625
  "kindString": "Set signature",
621
626
  "flags": {},
622
627
  "parameters": [
623
628
  {
624
- "id": 34,
629
+ "id": 11,
625
630
  "name": "value",
626
631
  "kind": 32768,
627
632
  "kindString": "Parameter",
628
633
  "flags": {},
629
634
  "type": {
630
635
  "type": "reference",
631
- "id": 200,
636
+ "id": 177,
632
637
  "name": "SkyProgressIndicatorItemStatus"
633
638
  }
634
639
  }
@@ -641,7 +646,7 @@
641
646
  ]
642
647
  },
643
648
  {
644
- "id": 35,
649
+ "id": 12,
645
650
  "name": "statusName",
646
651
  "kind": 262144,
647
652
  "kindString": "Accessor",
@@ -651,13 +656,13 @@
651
656
  "sources": [
652
657
  {
653
658
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
654
- "line": 53,
659
+ "line": 50,
655
660
  "character": 13
656
661
  }
657
662
  ],
658
663
  "getSignature": [
659
664
  {
660
- "id": 36,
665
+ "id": 13,
661
666
  "name": "statusName",
662
667
  "kind": 524288,
663
668
  "kindString": "Get signature",
@@ -670,7 +675,7 @@
670
675
  ]
671
676
  },
672
677
  {
673
- "id": 45,
678
+ "id": 22,
674
679
  "name": "hideStepNumber",
675
680
  "kind": 2048,
676
681
  "kindString": "Method",
@@ -680,13 +685,13 @@
680
685
  "sources": [
681
686
  {
682
687
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
683
- "line": 94,
688
+ "line": 89,
684
689
  "character": 9
685
690
  }
686
691
  ],
687
692
  "signatures": [
688
693
  {
689
- "id": 46,
694
+ "id": 23,
690
695
  "name": "hideStepNumber",
691
696
  "kind": 4096,
692
697
  "kindString": "Call signature",
@@ -699,7 +704,7 @@
699
704
  ]
700
705
  },
701
706
  {
702
- "id": 42,
707
+ "id": 19,
703
708
  "name": "showStepNumber",
704
709
  "kind": 2048,
705
710
  "kindString": "Method",
@@ -709,20 +714,20 @@
709
714
  "sources": [
710
715
  {
711
716
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
712
- "line": 90,
717
+ "line": 85,
713
718
  "character": 9
714
719
  }
715
720
  ],
716
721
  "signatures": [
717
722
  {
718
- "id": 43,
723
+ "id": 20,
719
724
  "name": "showStepNumber",
720
725
  "kind": 4096,
721
726
  "kindString": "Call signature",
722
727
  "flags": {},
723
728
  "parameters": [
724
729
  {
725
- "id": 44,
730
+ "id": 21,
726
731
  "name": "step",
727
732
  "kind": 32768,
728
733
  "kindString": "Parameter",
@@ -746,48 +751,48 @@
746
751
  "title": "Constructors",
747
752
  "kind": 512,
748
753
  "children": [
749
- 25
754
+ 2
750
755
  ]
751
756
  },
752
757
  {
753
758
  "title": "Properties",
754
759
  "kind": 1024,
755
760
  "children": [
756
- 37,
757
- 38,
758
- 39,
759
- 28
761
+ 14,
762
+ 15,
763
+ 16,
764
+ 5
760
765
  ]
761
766
  },
762
767
  {
763
768
  "title": "Accessors",
764
769
  "kind": 262144,
765
770
  "children": [
766
- 29,
767
- 31,
768
- 35
771
+ 6,
772
+ 8,
773
+ 12
769
774
  ]
770
775
  },
771
776
  {
772
777
  "title": "Methods",
773
778
  "kind": 2048,
774
779
  "children": [
775
- 45,
776
- 42
780
+ 22,
781
+ 19
777
782
  ]
778
783
  }
779
784
  ],
780
785
  "sources": [
781
786
  {
782
787
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
783
- "line": 22,
788
+ "line": 20,
784
789
  "character": 13
785
790
  }
786
791
  ]
787
792
  },
788
793
  {
789
- "id": 47,
790
- "name": "λ2",
794
+ "id": 24,
795
+ "name": "SkyProgressIndicatorComponent",
791
796
  "kind": 128,
792
797
  "kindString": "Class",
793
798
  "flags": {},
@@ -799,13 +804,13 @@
799
804
  "name": "Component"
800
805
  },
801
806
  "arguments": {
802
- "obj": "{\n selector: 'sky-progress-indicator',\n templateUrl: './progress-indicator.component.html',\n styleUrls: ['./progress-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
807
+ "obj": "{\n selector: 'sky-progress-indicator',\n templateUrl: './progress-indicator.component.html',\n styleUrls: ['./progress-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
803
808
  }
804
809
  }
805
810
  ],
806
811
  "children": [
807
812
  {
808
- "id": 48,
813
+ "id": 25,
809
814
  "name": "constructor",
810
815
  "kind": 512,
811
816
  "kindString": "Constructor",
@@ -813,20 +818,20 @@
813
818
  "sources": [
814
819
  {
815
820
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
816
- "line": 212,
821
+ "line": 196,
817
822
  "character": 2
818
823
  }
819
824
  ],
820
825
  "signatures": [
821
826
  {
822
- "id": 49,
823
- "name": "new λ2",
827
+ "id": 26,
828
+ "name": "SkyProgressIndicatorComponent",
824
829
  "kind": 16384,
825
830
  "kindString": "Constructor signature",
826
831
  "flags": {},
827
832
  "parameters": [
828
833
  {
829
- "id": 50,
834
+ "id": 27,
830
835
  "name": "changeDetector",
831
836
  "kind": 32768,
832
837
  "kindString": "Parameter",
@@ -837,7 +842,7 @@
837
842
  }
838
843
  },
839
844
  {
840
- "id": 51,
845
+ "id": 28,
841
846
  "name": "windowRef",
842
847
  "kind": 32768,
843
848
  "kindString": "Parameter",
@@ -850,14 +855,14 @@
850
855
  ],
851
856
  "type": {
852
857
  "type": "reference",
853
- "id": 47,
858
+ "id": 24,
854
859
  "name": "SkyProgressIndicatorComponent"
855
860
  }
856
861
  }
857
862
  ]
858
863
  },
859
864
  {
860
- "id": 67,
865
+ "id": 44,
861
866
  "name": "progressChanges",
862
867
  "kind": 1024,
863
868
  "kindString": "Property",
@@ -880,7 +885,7 @@
880
885
  "sources": [
881
886
  {
882
887
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
883
- "line": 136,
888
+ "line": 118,
884
889
  "character": 9
885
890
  }
886
891
  ],
@@ -889,7 +894,7 @@
889
894
  "typeArguments": [
890
895
  {
891
896
  "type": "reference",
892
- "id": 195,
897
+ "id": 172,
893
898
  "name": "SkyProgressIndicatorChange"
894
899
  }
895
900
  ],
@@ -898,7 +903,7 @@
898
903
  "defaultValue": "..."
899
904
  },
900
905
  {
901
- "id": 68,
906
+ "id": 45,
902
907
  "name": "cssClassNames",
903
908
  "kind": 262144,
904
909
  "kindString": "Accessor",
@@ -908,13 +913,13 @@
908
913
  "sources": [
909
914
  {
910
915
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
911
- "line": 138,
916
+ "line": 120,
912
917
  "character": 13
913
918
  }
914
919
  ],
915
920
  "getSignature": [
916
921
  {
917
- "id": 69,
922
+ "id": 46,
918
923
  "name": "cssClassNames",
919
924
  "kind": 524288,
920
925
  "kindString": "Get signature",
@@ -927,7 +932,7 @@
927
932
  ]
928
933
  },
929
934
  {
930
- "id": 52,
935
+ "id": 29,
931
936
  "name": "displayMode",
932
937
  "kind": 262144,
933
938
  "kindString": "Accessor",
@@ -947,13 +952,13 @@
947
952
  "sources": [
948
953
  {
949
954
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
950
- "line": 73,
955
+ "line": 53,
951
956
  "character": 13
952
957
  }
953
958
  ],
954
959
  "getSignature": [
955
960
  {
956
- "id": 53,
961
+ "id": 30,
957
962
  "name": "displayMode",
958
963
  "kind": 524288,
959
964
  "kindString": "Get signature",
@@ -963,14 +968,14 @@
963
968
  },
964
969
  "type": {
965
970
  "type": "reference",
966
- "id": 199,
971
+ "id": 176,
967
972
  "name": "SkyProgressIndicatorDisplayModeType"
968
973
  }
969
974
  }
970
975
  ],
971
976
  "setSignature": [
972
977
  {
973
- "id": 54,
978
+ "id": 31,
974
979
  "name": "displayMode",
975
980
  "kind": 1048576,
976
981
  "kindString": "Set signature",
@@ -986,14 +991,14 @@
986
991
  },
987
992
  "parameters": [
988
993
  {
989
- "id": 55,
994
+ "id": 32,
990
995
  "name": "value",
991
996
  "kind": 32768,
992
997
  "kindString": "Parameter",
993
998
  "flags": {},
994
999
  "type": {
995
1000
  "type": "reference",
996
- "id": 199,
1001
+ "id": 176,
997
1002
  "name": "SkyProgressIndicatorDisplayModeType"
998
1003
  }
999
1004
  }
@@ -1006,7 +1011,7 @@
1006
1011
  ]
1007
1012
  },
1008
1013
  {
1009
- "id": 72,
1014
+ "id": 49,
1010
1015
  "name": "hasFinishButton",
1011
1016
  "kind": 262144,
1012
1017
  "kindString": "Accessor",
@@ -1016,13 +1021,13 @@
1016
1021
  "sources": [
1017
1022
  {
1018
1023
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1019
- "line": 164,
1024
+ "line": 146,
1020
1025
  "character": 13
1021
1026
  }
1022
1027
  ],
1023
1028
  "getSignature": [
1024
1029
  {
1025
- "id": 73,
1030
+ "id": 50,
1026
1031
  "name": "hasFinishButton",
1027
1032
  "kind": 524288,
1028
1033
  "kindString": "Get signature",
@@ -1035,14 +1040,14 @@
1035
1040
  ],
1036
1041
  "setSignature": [
1037
1042
  {
1038
- "id": 74,
1043
+ "id": 51,
1039
1044
  "name": "hasFinishButton",
1040
1045
  "kind": 1048576,
1041
1046
  "kindString": "Set signature",
1042
1047
  "flags": {},
1043
1048
  "parameters": [
1044
1049
  {
1045
- "id": 75,
1050
+ "id": 52,
1046
1051
  "name": "value",
1047
1052
  "kind": 32768,
1048
1053
  "kindString": "Parameter",
@@ -1061,7 +1066,7 @@
1061
1066
  ]
1062
1067
  },
1063
1068
  {
1064
- "id": 56,
1069
+ "id": 33,
1065
1070
  "name": "isPassive",
1066
1071
  "kind": 262144,
1067
1072
  "kindString": "Accessor",
@@ -1081,13 +1086,13 @@
1081
1086
  "sources": [
1082
1087
  {
1083
1088
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1084
- "line": 91,
1089
+ "line": 71,
1085
1090
  "character": 13
1086
1091
  }
1087
1092
  ],
1088
1093
  "getSignature": [
1089
1094
  {
1090
- "id": 57,
1095
+ "id": 34,
1091
1096
  "name": "isPassive",
1092
1097
  "kind": 524288,
1093
1098
  "kindString": "Get signature",
@@ -1103,7 +1108,7 @@
1103
1108
  ],
1104
1109
  "setSignature": [
1105
1110
  {
1106
- "id": 58,
1111
+ "id": 35,
1107
1112
  "name": "isPassive",
1108
1113
  "kind": 1048576,
1109
1114
  "kindString": "Set signature",
@@ -1119,7 +1124,7 @@
1119
1124
  },
1120
1125
  "parameters": [
1121
1126
  {
1122
- "id": 59,
1127
+ "id": 36,
1123
1128
  "name": "value",
1124
1129
  "kind": 32768,
1125
1130
  "kindString": "Parameter",
@@ -1138,7 +1143,7 @@
1138
1143
  ]
1139
1144
  },
1140
1145
  {
1141
- "id": 76,
1146
+ "id": 53,
1142
1147
  "name": "itemStatuses",
1143
1148
  "kind": 262144,
1144
1149
  "kindString": "Accessor",
@@ -1148,13 +1153,13 @@
1148
1153
  "sources": [
1149
1154
  {
1150
1155
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1151
- "line": 172,
1156
+ "line": 154,
1152
1157
  "character": 13
1153
1158
  }
1154
1159
  ],
1155
1160
  "getSignature": [
1156
1161
  {
1157
- "id": 77,
1162
+ "id": 54,
1158
1163
  "name": "itemStatuses",
1159
1164
  "kind": 524288,
1160
1165
  "kindString": "Get signature",
@@ -1163,7 +1168,7 @@
1163
1168
  "type": "array",
1164
1169
  "elementType": {
1165
1170
  "type": "reference",
1166
- "id": 200,
1171
+ "id": 177,
1167
1172
  "name": "SkyProgressIndicatorItemStatus"
1168
1173
  }
1169
1174
  }
@@ -1171,16 +1176,13 @@
1171
1176
  ]
1172
1177
  },
1173
1178
  {
1174
- "id": 60,
1179
+ "id": 37,
1175
1180
  "name": "messageStream",
1176
1181
  "kind": 262144,
1177
1182
  "kindString": "Accessor",
1178
1183
  "flags": {
1179
1184
  "isPublic": true
1180
1185
  },
1181
- "comment": {
1182
- "shortText": "Specifies an observable of `SkyProgressIndicatorMessage` that determines the status to\ndisplay for items in the progress indicator. The message stream is a queue of\ncommanding messages to change the state of the progress indicator based on the message type."
1183
- },
1184
1186
  "decorators": [
1185
1187
  {
1186
1188
  "name": "Input",
@@ -1194,13 +1196,13 @@
1194
1196
  "sources": [
1195
1197
  {
1196
1198
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1197
- "line": 110,
1199
+ "line": 90,
1198
1200
  "character": 13
1199
1201
  }
1200
1202
  ],
1201
1203
  "setSignature": [
1202
1204
  {
1203
- "id": 61,
1205
+ "id": 38,
1204
1206
  "name": "messageStream",
1205
1207
  "kind": 1048576,
1206
1208
  "kindString": "Set signature",
@@ -1210,7 +1212,7 @@
1210
1212
  },
1211
1213
  "parameters": [
1212
1214
  {
1213
- "id": 62,
1215
+ "id": 39,
1214
1216
  "name": "value",
1215
1217
  "kind": 32768,
1216
1218
  "kindString": "Parameter",
@@ -1223,12 +1225,12 @@
1223
1225
  "types": [
1224
1226
  {
1225
1227
  "type": "reference",
1226
- "id": 205,
1228
+ "id": 182,
1227
1229
  "name": "SkyProgressIndicatorMessage"
1228
1230
  },
1229
1231
  {
1230
1232
  "type": "reference",
1231
- "id": 212,
1233
+ "id": 189,
1232
1234
  "name": "SkyProgressIndicatorMessageType"
1233
1235
  }
1234
1236
  ]
@@ -1246,7 +1248,7 @@
1246
1248
  ]
1247
1249
  },
1248
1250
  {
1249
- "id": 63,
1251
+ "id": 40,
1250
1252
  "name": "startingIndex",
1251
1253
  "kind": 262144,
1252
1254
  "kindString": "Accessor",
@@ -1266,13 +1268,13 @@
1266
1268
  "sources": [
1267
1269
  {
1268
1270
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1269
- "line": 124,
1271
+ "line": 106,
1270
1272
  "character": 13
1271
1273
  }
1272
1274
  ],
1273
1275
  "getSignature": [
1274
1276
  {
1275
- "id": 64,
1277
+ "id": 41,
1276
1278
  "name": "startingIndex",
1277
1279
  "kind": 524288,
1278
1280
  "kindString": "Get signature",
@@ -1288,7 +1290,7 @@
1288
1290
  ],
1289
1291
  "setSignature": [
1290
1292
  {
1291
- "id": 65,
1293
+ "id": 42,
1292
1294
  "name": "startingIndex",
1293
1295
  "kind": 1048576,
1294
1296
  "kindString": "Set signature",
@@ -1298,7 +1300,7 @@
1298
1300
  },
1299
1301
  "parameters": [
1300
1302
  {
1301
- "id": 66,
1303
+ "id": 43,
1302
1304
  "name": "value",
1303
1305
  "kind": 32768,
1304
1306
  "kindString": "Parameter",
@@ -1317,7 +1319,7 @@
1317
1319
  ]
1318
1320
  },
1319
1321
  {
1320
- "id": 94,
1322
+ "id": 71,
1321
1323
  "name": "ngAfterContentInit",
1322
1324
  "kind": 2048,
1323
1325
  "kindString": "Method",
@@ -1327,13 +1329,13 @@
1327
1329
  "sources": [
1328
1330
  {
1329
1331
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1330
- "line": 223,
1332
+ "line": 207,
1331
1333
  "character": 9
1332
1334
  }
1333
1335
  ],
1334
1336
  "signatures": [
1335
1337
  {
1336
- "id": 95,
1338
+ "id": 72,
1337
1339
  "name": "ngAfterContentInit",
1338
1340
  "kind": 4096,
1339
1341
  "kindString": "Call signature",
@@ -1354,7 +1356,7 @@
1354
1356
  }
1355
1357
  },
1356
1358
  {
1357
- "id": 96,
1359
+ "id": 73,
1358
1360
  "name": "ngOnDestroy",
1359
1361
  "kind": 2048,
1360
1362
  "kindString": "Method",
@@ -1364,13 +1366,13 @@
1364
1366
  "sources": [
1365
1367
  {
1366
1368
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1367
- "line": 247,
1369
+ "line": 228,
1368
1370
  "character": 9
1369
1371
  }
1370
1372
  ],
1371
1373
  "signatures": [
1372
1374
  {
1373
- "id": 97,
1375
+ "id": 74,
1374
1376
  "name": "ngOnDestroy",
1375
1377
  "kind": 4096,
1376
1378
  "kindString": "Call signature",
@@ -1391,7 +1393,7 @@
1391
1393
  }
1392
1394
  },
1393
1395
  {
1394
- "id": 92,
1396
+ "id": 69,
1395
1397
  "name": "ngOnInit",
1396
1398
  "kind": 2048,
1397
1399
  "kindString": "Method",
@@ -1401,13 +1403,13 @@
1401
1403
  "sources": [
1402
1404
  {
1403
1405
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1404
- "line": 217,
1406
+ "line": 201,
1405
1407
  "character": 9
1406
1408
  }
1407
1409
  ],
1408
1410
  "signatures": [
1409
1411
  {
1410
- "id": 93,
1412
+ "id": 70,
1411
1413
  "name": "ngOnInit",
1412
1414
  "kind": 4096,
1413
1415
  "kindString": "Call signature",
@@ -1428,7 +1430,7 @@
1428
1430
  }
1429
1431
  },
1430
1432
  {
1431
- "id": 98,
1433
+ "id": 75,
1432
1434
  "name": "sendMessage",
1433
1435
  "kind": 2048,
1434
1436
  "kindString": "Method",
@@ -1438,27 +1440,27 @@
1438
1440
  "sources": [
1439
1441
  {
1440
1442
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1441
- "line": 252,
1443
+ "line": 233,
1442
1444
  "character": 9
1443
1445
  }
1444
1446
  ],
1445
1447
  "signatures": [
1446
1448
  {
1447
- "id": 99,
1449
+ "id": 76,
1448
1450
  "name": "sendMessage",
1449
1451
  "kind": 4096,
1450
1452
  "kindString": "Call signature",
1451
1453
  "flags": {},
1452
1454
  "parameters": [
1453
1455
  {
1454
- "id": 100,
1456
+ "id": 77,
1455
1457
  "name": "message",
1456
1458
  "kind": 32768,
1457
1459
  "kindString": "Parameter",
1458
1460
  "flags": {},
1459
1461
  "type": {
1460
1462
  "type": "reference",
1461
- "id": 205,
1463
+ "id": 182,
1462
1464
  "name": "SkyProgressIndicatorMessage"
1463
1465
  }
1464
1466
  }
@@ -1476,44 +1478,44 @@
1476
1478
  "title": "Constructors",
1477
1479
  "kind": 512,
1478
1480
  "children": [
1479
- 48
1481
+ 25
1480
1482
  ]
1481
1483
  },
1482
1484
  {
1483
1485
  "title": "Properties",
1484
1486
  "kind": 1024,
1485
1487
  "children": [
1486
- 67
1488
+ 44
1487
1489
  ]
1488
1490
  },
1489
1491
  {
1490
1492
  "title": "Accessors",
1491
1493
  "kind": 262144,
1492
1494
  "children": [
1493
- 68,
1494
- 52,
1495
- 72,
1496
- 56,
1497
- 76,
1498
- 60,
1499
- 63
1495
+ 45,
1496
+ 29,
1497
+ 49,
1498
+ 33,
1499
+ 53,
1500
+ 37,
1501
+ 40
1500
1502
  ]
1501
1503
  },
1502
1504
  {
1503
1505
  "title": "Methods",
1504
1506
  "kind": 2048,
1505
1507
  "children": [
1506
- 94,
1507
- 96,
1508
- 92,
1509
- 98
1508
+ 71,
1509
+ 73,
1510
+ 69,
1511
+ 75
1510
1512
  ]
1511
1513
  }
1512
1514
  ],
1513
1515
  "sources": [
1514
1516
  {
1515
1517
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
1516
- "line": 62,
1518
+ "line": 41,
1517
1519
  "character": 13
1518
1520
  }
1519
1521
  ],
@@ -1533,8 +1535,8 @@
1533
1535
  ]
1534
1536
  },
1535
1537
  {
1536
- "id": 122,
1537
- "name": "λ3",
1538
+ "id": 99,
1539
+ "name": "SkyProgressIndicatorNavButtonComponent",
1538
1540
  "kind": 128,
1539
1541
  "kindString": "Class",
1540
1542
  "flags": {},
@@ -1549,13 +1551,13 @@
1549
1551
  "name": "Component"
1550
1552
  },
1551
1553
  "arguments": {
1552
- "obj": "{\n selector: 'sky-progress-indicator-nav-button',\n templateUrl: './progress-indicator-nav-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1554
+ "obj": "{\n selector: 'sky-progress-indicator-nav-button',\n templateUrl: './progress-indicator-nav-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1553
1555
  }
1554
1556
  }
1555
1557
  ],
1556
1558
  "children": [
1557
1559
  {
1558
- "id": 123,
1560
+ "id": 100,
1559
1561
  "name": "constructor",
1560
1562
  "kind": 512,
1561
1563
  "kindString": "Constructor",
@@ -1563,20 +1565,20 @@
1563
1565
  "sources": [
1564
1566
  {
1565
1567
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1566
- "line": 221,
1568
+ "line": 195,
1567
1569
  "character": 2
1568
1570
  }
1569
1571
  ],
1570
1572
  "signatures": [
1571
1573
  {
1572
- "id": 124,
1573
- "name": "new λ3",
1574
+ "id": 101,
1575
+ "name": "SkyProgressIndicatorNavButtonComponent",
1574
1576
  "kind": 16384,
1575
1577
  "kindString": "Constructor signature",
1576
1578
  "flags": {},
1577
1579
  "parameters": [
1578
1580
  {
1579
- "id": 125,
1581
+ "id": 102,
1580
1582
  "name": "changeDetector",
1581
1583
  "kind": 32768,
1582
1584
  "kindString": "Parameter",
@@ -1587,7 +1589,7 @@
1587
1589
  }
1588
1590
  },
1589
1591
  {
1590
- "id": 126,
1592
+ "id": 103,
1591
1593
  "name": "parentComponent",
1592
1594
  "kind": 32768,
1593
1595
  "kindString": "Parameter",
@@ -1604,21 +1606,21 @@
1604
1606
  ],
1605
1607
  "type": {
1606
1608
  "type": "reference",
1607
- "id": 47,
1609
+ "id": 24,
1608
1610
  "name": "SkyProgressIndicatorComponent"
1609
1611
  }
1610
1612
  }
1611
1613
  ],
1612
1614
  "type": {
1613
1615
  "type": "reference",
1614
- "id": 122,
1616
+ "id": 99,
1615
1617
  "name": "SkyProgressIndicatorNavButtonComponent"
1616
1618
  }
1617
1619
  }
1618
1620
  ]
1619
1621
  },
1620
1622
  {
1621
- "id": 140,
1623
+ "id": 117,
1622
1624
  "name": "actionClick",
1623
1625
  "kind": 1024,
1624
1626
  "kindString": "Property",
@@ -1641,7 +1643,7 @@
1641
1643
  "sources": [
1642
1644
  {
1643
1645
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1644
- "line": 172,
1646
+ "line": 148,
1645
1647
  "character": 9
1646
1648
  }
1647
1649
  ],
@@ -1650,7 +1652,7 @@
1650
1652
  "typeArguments": [
1651
1653
  {
1652
1654
  "type": "reference",
1653
- "id": 187,
1655
+ "id": 164,
1654
1656
  "name": "SkyProgressIndicatorActionClickArgs"
1655
1657
  }
1656
1658
  ],
@@ -1659,7 +1661,7 @@
1659
1661
  "defaultValue": "..."
1660
1662
  },
1661
1663
  {
1662
- "id": 127,
1664
+ "id": 104,
1663
1665
  "name": "buttonText",
1664
1666
  "kind": 1024,
1665
1667
  "kindString": "Property",
@@ -1688,7 +1690,7 @@
1688
1690
  "sources": [
1689
1691
  {
1690
1692
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1691
- "line": 62,
1693
+ "line": 46,
1692
1694
  "character": 9
1693
1695
  }
1694
1696
  ],
@@ -1698,7 +1700,7 @@
1698
1700
  }
1699
1701
  },
1700
1702
  {
1701
- "id": 143,
1703
+ "id": 120,
1702
1704
  "name": "buttonLabelResourceString",
1703
1705
  "kind": 262144,
1704
1706
  "kindString": "Accessor",
@@ -1708,13 +1710,13 @@
1708
1710
  "sources": [
1709
1711
  {
1710
1712
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1711
- "line": 199,
1713
+ "line": 173,
1712
1714
  "character": 13
1713
1715
  }
1714
1716
  ],
1715
1717
  "getSignature": [
1716
1718
  {
1717
- "id": 144,
1719
+ "id": 121,
1718
1720
  "name": "buttonLabelResourceString",
1719
1721
  "kind": 524288,
1720
1722
  "kindString": "Get signature",
@@ -1727,7 +1729,7 @@
1727
1729
  ]
1728
1730
  },
1729
1731
  {
1730
- "id": 128,
1732
+ "id": 105,
1731
1733
  "name": "buttonType",
1732
1734
  "kind": 262144,
1733
1735
  "kindString": "Accessor",
@@ -1747,13 +1749,13 @@
1747
1749
  "sources": [
1748
1750
  {
1749
1751
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1750
- "line": 70,
1752
+ "line": 54,
1751
1753
  "character": 13
1752
1754
  }
1753
1755
  ],
1754
1756
  "getSignature": [
1755
1757
  {
1756
- "id": 129,
1758
+ "id": 106,
1757
1759
  "name": "buttonType",
1758
1760
  "kind": 524288,
1759
1761
  "kindString": "Get signature",
@@ -1763,14 +1765,14 @@
1763
1765
  },
1764
1766
  "type": {
1765
1767
  "type": "reference",
1766
- "id": 221,
1768
+ "id": 198,
1767
1769
  "name": "SkyProgressIndicatorNavButtonType"
1768
1770
  }
1769
1771
  }
1770
1772
  ],
1771
1773
  "setSignature": [
1772
1774
  {
1773
- "id": 130,
1775
+ "id": 107,
1774
1776
  "name": "buttonType",
1775
1777
  "kind": 1048576,
1776
1778
  "kindString": "Set signature",
@@ -1786,14 +1788,14 @@
1786
1788
  },
1787
1789
  "parameters": [
1788
1790
  {
1789
- "id": 131,
1791
+ "id": 108,
1790
1792
  "name": "value",
1791
1793
  "kind": 32768,
1792
1794
  "kindString": "Parameter",
1793
1795
  "flags": {},
1794
1796
  "type": {
1795
1797
  "type": "reference",
1796
- "id": 221,
1798
+ "id": 198,
1797
1799
  "name": "SkyProgressIndicatorNavButtonType"
1798
1800
  }
1799
1801
  }
@@ -1806,7 +1808,7 @@
1806
1808
  ]
1807
1809
  },
1808
1810
  {
1809
- "id": 141,
1811
+ "id": 118,
1810
1812
  "name": "cssClassNames",
1811
1813
  "kind": 262144,
1812
1814
  "kindString": "Accessor",
@@ -1816,13 +1818,13 @@
1816
1818
  "sources": [
1817
1819
  {
1818
1820
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1819
- "line": 174,
1821
+ "line": 150,
1820
1822
  "character": 13
1821
1823
  }
1822
1824
  ],
1823
1825
  "getSignature": [
1824
1826
  {
1825
- "id": 142,
1827
+ "id": 119,
1826
1828
  "name": "cssClassNames",
1827
1829
  "kind": 524288,
1828
1830
  "kindString": "Get signature",
@@ -1835,7 +1837,7 @@
1835
1837
  ]
1836
1838
  },
1837
1839
  {
1838
- "id": 132,
1840
+ "id": 109,
1839
1841
  "name": "disabled",
1840
1842
  "kind": 262144,
1841
1843
  "kindString": "Accessor",
@@ -1855,13 +1857,13 @@
1855
1857
  "sources": [
1856
1858
  {
1857
1859
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1858
- "line": 87,
1860
+ "line": 71,
1859
1861
  "character": 13
1860
1862
  }
1861
1863
  ],
1862
1864
  "getSignature": [
1863
1865
  {
1864
- "id": 133,
1866
+ "id": 110,
1865
1867
  "name": "disabled",
1866
1868
  "kind": 524288,
1867
1869
  "kindString": "Get signature",
@@ -1877,7 +1879,7 @@
1877
1879
  ],
1878
1880
  "setSignature": [
1879
1881
  {
1880
- "id": 134,
1882
+ "id": 111,
1881
1883
  "name": "disabled",
1882
1884
  "kind": 1048576,
1883
1885
  "kindString": "Set signature",
@@ -1893,7 +1895,7 @@
1893
1895
  },
1894
1896
  "parameters": [
1895
1897
  {
1896
- "id": 135,
1898
+ "id": 112,
1897
1899
  "name": "value",
1898
1900
  "kind": 32768,
1899
1901
  "kindString": "Parameter",
@@ -1912,7 +1914,7 @@
1912
1914
  ]
1913
1915
  },
1914
1916
  {
1915
- "id": 145,
1917
+ "id": 122,
1916
1918
  "name": "isVisible",
1917
1919
  "kind": 262144,
1918
1920
  "kindString": "Accessor",
@@ -1922,13 +1924,13 @@
1922
1924
  "sources": [
1923
1925
  {
1924
1926
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1925
- "line": 203,
1927
+ "line": 177,
1926
1928
  "character": 13
1927
1929
  }
1928
1930
  ],
1929
1931
  "getSignature": [
1930
1932
  {
1931
- "id": 146,
1933
+ "id": 123,
1932
1934
  "name": "isVisible",
1933
1935
  "kind": 524288,
1934
1936
  "kindString": "Get signature",
@@ -1941,14 +1943,14 @@
1941
1943
  ],
1942
1944
  "setSignature": [
1943
1945
  {
1944
- "id": 147,
1946
+ "id": 124,
1945
1947
  "name": "isVisible",
1946
1948
  "kind": 1048576,
1947
1949
  "kindString": "Set signature",
1948
1950
  "flags": {},
1949
1951
  "parameters": [
1950
1952
  {
1951
- "id": 148,
1953
+ "id": 125,
1952
1954
  "name": "value",
1953
1955
  "kind": 32768,
1954
1956
  "kindString": "Parameter",
@@ -1967,7 +1969,7 @@
1967
1969
  ]
1968
1970
  },
1969
1971
  {
1970
- "id": 136,
1972
+ "id": 113,
1971
1973
  "name": "progressIndicator",
1972
1974
  "kind": 262144,
1973
1975
  "kindString": "Accessor",
@@ -1987,13 +1989,13 @@
1987
1989
  "sources": [
1988
1990
  {
1989
1991
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
1990
- "line": 119,
1992
+ "line": 98,
1991
1993
  "character": 13
1992
1994
  }
1993
1995
  ],
1994
1996
  "getSignature": [
1995
1997
  {
1996
- "id": 137,
1998
+ "id": 114,
1997
1999
  "name": "progressIndicator",
1998
2000
  "kind": 524288,
1999
2001
  "kindString": "Get signature",
@@ -2003,14 +2005,14 @@
2003
2005
  },
2004
2006
  "type": {
2005
2007
  "type": "reference",
2006
- "id": 47,
2008
+ "id": 24,
2007
2009
  "name": "SkyProgressIndicatorComponent"
2008
2010
  }
2009
2011
  }
2010
2012
  ],
2011
2013
  "setSignature": [
2012
2014
  {
2013
- "id": 138,
2015
+ "id": 115,
2014
2016
  "name": "progressIndicator",
2015
2017
  "kind": 1048576,
2016
2018
  "kindString": "Set signature",
@@ -2026,14 +2028,14 @@
2026
2028
  },
2027
2029
  "parameters": [
2028
2030
  {
2029
- "id": 139,
2031
+ "id": 116,
2030
2032
  "name": "value",
2031
2033
  "kind": 32768,
2032
2034
  "kindString": "Parameter",
2033
2035
  "flags": {},
2034
2036
  "type": {
2035
2037
  "type": "reference",
2036
- "id": 47,
2038
+ "id": 24,
2037
2039
  "name": "SkyProgressIndicatorComponent"
2038
2040
  }
2039
2041
  }
@@ -2046,7 +2048,7 @@
2046
2048
  ]
2047
2049
  },
2048
2050
  {
2049
- "id": 156,
2051
+ "id": 133,
2050
2052
  "name": "ngAfterViewInit",
2051
2053
  "kind": 2048,
2052
2054
  "kindString": "Method",
@@ -2056,13 +2058,13 @@
2056
2058
  "sources": [
2057
2059
  {
2058
2060
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2059
- "line": 226,
2061
+ "line": 200,
2060
2062
  "character": 9
2061
2063
  }
2062
2064
  ],
2063
2065
  "signatures": [
2064
2066
  {
2065
- "id": 157,
2067
+ "id": 134,
2066
2068
  "name": "ngAfterViewInit",
2067
2069
  "kind": 4096,
2068
2070
  "kindString": "Call signature",
@@ -2083,7 +2085,7 @@
2083
2085
  }
2084
2086
  },
2085
2087
  {
2086
- "id": 158,
2088
+ "id": 135,
2087
2089
  "name": "ngOnDestroy",
2088
2090
  "kind": 2048,
2089
2091
  "kindString": "Method",
@@ -2093,13 +2095,13 @@
2093
2095
  "sources": [
2094
2096
  {
2095
2097
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2096
- "line": 234,
2098
+ "line": 208,
2097
2099
  "character": 9
2098
2100
  }
2099
2101
  ],
2100
2102
  "signatures": [
2101
2103
  {
2102
- "id": 159,
2104
+ "id": 136,
2103
2105
  "name": "ngOnDestroy",
2104
2106
  "kind": 4096,
2105
2107
  "kindString": "Call signature",
@@ -2120,7 +2122,7 @@
2120
2122
  }
2121
2123
  },
2122
2124
  {
2123
- "id": 160,
2125
+ "id": 137,
2124
2126
  "name": "onClick",
2125
2127
  "kind": 2048,
2126
2128
  "kindString": "Method",
@@ -2130,20 +2132,20 @@
2130
2132
  "sources": [
2131
2133
  {
2132
2134
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2133
- "line": 240,
2135
+ "line": 214,
2134
2136
  "character": 9
2135
2137
  }
2136
2138
  ],
2137
2139
  "signatures": [
2138
2140
  {
2139
- "id": 161,
2141
+ "id": 138,
2140
2142
  "name": "onClick",
2141
2143
  "kind": 4096,
2142
2144
  "kindString": "Call signature",
2143
2145
  "flags": {},
2144
2146
  "parameters": [
2145
2147
  {
2146
- "id": 162,
2148
+ "id": 139,
2147
2149
  "name": "event",
2148
2150
  "kind": 32768,
2149
2151
  "kindString": "Parameter",
@@ -2167,43 +2169,43 @@
2167
2169
  "title": "Constructors",
2168
2170
  "kind": 512,
2169
2171
  "children": [
2170
- 123
2172
+ 100
2171
2173
  ]
2172
2174
  },
2173
2175
  {
2174
2176
  "title": "Properties",
2175
2177
  "kind": 1024,
2176
2178
  "children": [
2177
- 140,
2178
- 127
2179
+ 117,
2180
+ 104
2179
2181
  ]
2180
2182
  },
2181
2183
  {
2182
2184
  "title": "Accessors",
2183
2185
  "kind": 262144,
2184
2186
  "children": [
2185
- 143,
2186
- 128,
2187
- 141,
2188
- 132,
2189
- 145,
2190
- 136
2187
+ 120,
2188
+ 105,
2189
+ 118,
2190
+ 109,
2191
+ 122,
2192
+ 113
2191
2193
  ]
2192
2194
  },
2193
2195
  {
2194
2196
  "title": "Methods",
2195
2197
  "kind": 2048,
2196
2198
  "children": [
2197
- 156,
2198
- 158,
2199
- 160
2199
+ 133,
2200
+ 135,
2201
+ 137
2200
2202
  ]
2201
2203
  }
2202
2204
  ],
2203
2205
  "sources": [
2204
2206
  {
2205
2207
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
2206
- "line": 55,
2208
+ "line": 38,
2207
2209
  "character": 13
2208
2210
  }
2209
2211
  ],
@@ -2219,8 +2221,8 @@
2219
2221
  ]
2220
2222
  },
2221
2223
  {
2222
- "id": 166,
2223
- "name": "λ4",
2224
+ "id": 143,
2225
+ "name": "SkyProgressIndicatorResetButtonComponent",
2224
2226
  "kind": 128,
2225
2227
  "kindString": "Class",
2226
2228
  "flags": {},
@@ -2235,13 +2237,13 @@
2235
2237
  "name": "Component"
2236
2238
  },
2237
2239
  "arguments": {
2238
- "obj": "{\n selector: 'sky-progress-indicator-reset-button',\n templateUrl: './progress-indicator-reset-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2240
+ "obj": "{\n selector: 'sky-progress-indicator-reset-button',\n templateUrl: './progress-indicator-reset-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2239
2241
  }
2240
2242
  }
2241
2243
  ],
2242
2244
  "children": [
2243
2245
  {
2244
- "id": 167,
2246
+ "id": 144,
2245
2247
  "name": "constructor",
2246
2248
  "kind": 512,
2247
2249
  "kindString": "Constructor",
@@ -2249,20 +2251,20 @@
2249
2251
  "sources": [
2250
2252
  {
2251
2253
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2252
- "line": 61,
2254
+ "line": 56,
2253
2255
  "character": 2
2254
2256
  }
2255
2257
  ],
2256
2258
  "signatures": [
2257
2259
  {
2258
- "id": 168,
2259
- "name": "new λ4",
2260
+ "id": 145,
2261
+ "name": "SkyProgressIndicatorResetButtonComponent",
2260
2262
  "kind": 16384,
2261
2263
  "kindString": "Constructor signature",
2262
2264
  "flags": {},
2263
2265
  "parameters": [
2264
2266
  {
2265
- "id": 169,
2267
+ "id": 146,
2266
2268
  "name": "changeDetector",
2267
2269
  "kind": 32768,
2268
2270
  "kindString": "Parameter",
@@ -2275,14 +2277,14 @@
2275
2277
  ],
2276
2278
  "type": {
2277
2279
  "type": "reference",
2278
- "id": 166,
2280
+ "id": 143,
2279
2281
  "name": "SkyProgressIndicatorResetButtonComponent"
2280
2282
  }
2281
2283
  }
2282
2284
  ]
2283
2285
  },
2284
2286
  {
2285
- "id": 174,
2287
+ "id": 151,
2286
2288
  "name": "progressIndicator",
2287
2289
  "kind": 1024,
2288
2290
  "kindString": "Property",
@@ -2311,18 +2313,18 @@
2311
2313
  "sources": [
2312
2314
  {
2313
2315
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2314
- "line": 50,
2316
+ "line": 45,
2315
2317
  "character": 9
2316
2318
  }
2317
2319
  ],
2318
2320
  "type": {
2319
2321
  "type": "reference",
2320
- "id": 47,
2322
+ "id": 24,
2321
2323
  "name": "SkyProgressIndicatorComponent"
2322
2324
  }
2323
2325
  },
2324
2326
  {
2325
- "id": 175,
2327
+ "id": 152,
2326
2328
  "name": "resetClick",
2327
2329
  "kind": 1024,
2328
2330
  "kindString": "Property",
@@ -2345,7 +2347,7 @@
2345
2347
  "sources": [
2346
2348
  {
2347
2349
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2348
- "line": 57,
2350
+ "line": 52,
2349
2351
  "character": 9
2350
2352
  }
2351
2353
  ],
@@ -2362,7 +2364,7 @@
2362
2364
  "defaultValue": "..."
2363
2365
  },
2364
2366
  {
2365
- "id": 170,
2367
+ "id": 147,
2366
2368
  "name": "disabled",
2367
2369
  "kind": 262144,
2368
2370
  "kindString": "Accessor",
@@ -2382,13 +2384,13 @@
2382
2384
  "sources": [
2383
2385
  {
2384
2386
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2385
- "line": 36,
2387
+ "line": 31,
2386
2388
  "character": 13
2387
2389
  }
2388
2390
  ],
2389
2391
  "getSignature": [
2390
2392
  {
2391
- "id": 171,
2393
+ "id": 148,
2392
2394
  "name": "disabled",
2393
2395
  "kind": 524288,
2394
2396
  "kindString": "Get signature",
@@ -2404,7 +2406,7 @@
2404
2406
  ],
2405
2407
  "setSignature": [
2406
2408
  {
2407
- "id": 172,
2409
+ "id": 149,
2408
2410
  "name": "disabled",
2409
2411
  "kind": 1048576,
2410
2412
  "kindString": "Set signature",
@@ -2420,7 +2422,7 @@
2420
2422
  },
2421
2423
  "parameters": [
2422
2424
  {
2423
- "id": 173,
2425
+ "id": 150,
2424
2426
  "name": "value",
2425
2427
  "kind": 32768,
2426
2428
  "kindString": "Parameter",
@@ -2439,7 +2441,7 @@
2439
2441
  ]
2440
2442
  },
2441
2443
  {
2442
- "id": 177,
2444
+ "id": 154,
2443
2445
  "name": "ngOnDestroy",
2444
2446
  "kind": 2048,
2445
2447
  "kindString": "Method",
@@ -2449,13 +2451,13 @@
2449
2451
  "sources": [
2450
2452
  {
2451
2453
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2452
- "line": 71,
2454
+ "line": 64,
2453
2455
  "character": 9
2454
2456
  }
2455
2457
  ],
2456
2458
  "signatures": [
2457
2459
  {
2458
- "id": 178,
2460
+ "id": 155,
2459
2461
  "name": "ngOnDestroy",
2460
2462
  "kind": 4096,
2461
2463
  "kindString": "Call signature",
@@ -2476,7 +2478,7 @@
2476
2478
  }
2477
2479
  },
2478
2480
  {
2479
- "id": 179,
2481
+ "id": 156,
2480
2482
  "name": "onClick",
2481
2483
  "kind": 2048,
2482
2484
  "kindString": "Method",
@@ -2486,13 +2488,13 @@
2486
2488
  "sources": [
2487
2489
  {
2488
2490
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2489
- "line": 75,
2491
+ "line": 68,
2490
2492
  "character": 9
2491
2493
  }
2492
2494
  ],
2493
2495
  "signatures": [
2494
2496
  {
2495
- "id": 180,
2497
+ "id": 157,
2496
2498
  "name": "onClick",
2497
2499
  "kind": 4096,
2498
2500
  "kindString": "Call signature",
@@ -2510,37 +2512,37 @@
2510
2512
  "title": "Constructors",
2511
2513
  "kind": 512,
2512
2514
  "children": [
2513
- 167
2515
+ 144
2514
2516
  ]
2515
2517
  },
2516
2518
  {
2517
2519
  "title": "Properties",
2518
2520
  "kind": 1024,
2519
2521
  "children": [
2520
- 174,
2521
- 175
2522
+ 151,
2523
+ 152
2522
2524
  ]
2523
2525
  },
2524
2526
  {
2525
2527
  "title": "Accessors",
2526
2528
  "kind": 262144,
2527
2529
  "children": [
2528
- 170
2530
+ 147
2529
2531
  ]
2530
2532
  },
2531
2533
  {
2532
2534
  "title": "Methods",
2533
2535
  "kind": 2048,
2534
2536
  "children": [
2535
- 177,
2536
- 179
2537
+ 154,
2538
+ 156
2537
2539
  ]
2538
2540
  }
2539
2541
  ],
2540
2542
  "sources": [
2541
2543
  {
2542
2544
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
2543
- "line": 29,
2545
+ "line": 25,
2544
2546
  "character": 13
2545
2547
  }
2546
2548
  ],
@@ -2552,8 +2554,8 @@
2552
2554
  ]
2553
2555
  },
2554
2556
  {
2555
- "id": 181,
2556
- "name": "λ5",
2557
+ "id": 158,
2558
+ "name": "SkyProgressIndicatorTitleComponent",
2557
2559
  "kind": 128,
2558
2560
  "kindString": "Class",
2559
2561
  "flags": {},
@@ -2568,27 +2570,27 @@
2568
2570
  "name": "Component"
2569
2571
  },
2570
2572
  "arguments": {
2571
- "obj": "{\n selector: 'sky-progress-indicator-title',\n templateUrl: './progress-indicator-title.component.html',\n styleUrls: ['./progress-indicator-title.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2573
+ "obj": "{\n selector: 'sky-progress-indicator-title',\n templateUrl: './progress-indicator-title.component.html',\n styleUrls: ['./progress-indicator-title.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2572
2574
  }
2573
2575
  }
2574
2576
  ],
2575
2577
  "children": [
2576
2578
  {
2577
- "id": 182,
2579
+ "id": 159,
2578
2580
  "name": "constructor",
2579
2581
  "kind": 512,
2580
2582
  "kindString": "Constructor",
2581
2583
  "flags": {},
2582
2584
  "signatures": [
2583
2585
  {
2584
- "id": 183,
2585
- "name": "new λ5",
2586
+ "id": 160,
2587
+ "name": "SkyProgressIndicatorTitleComponent",
2586
2588
  "kind": 16384,
2587
2589
  "kindString": "Constructor signature",
2588
2590
  "flags": {},
2589
2591
  "type": {
2590
2592
  "type": "reference",
2591
- "id": 181,
2593
+ "id": 158,
2592
2594
  "name": "SkyProgressIndicatorTitleComponent"
2593
2595
  }
2594
2596
  }
@@ -2600,20 +2602,20 @@
2600
2602
  "title": "Constructors",
2601
2603
  "kind": 512,
2602
2604
  "children": [
2603
- 182
2605
+ 159
2604
2606
  ]
2605
2607
  }
2606
2608
  ],
2607
2609
  "sources": [
2608
2610
  {
2609
2611
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.ts",
2610
- "line": 15,
2612
+ "line": 12,
2611
2613
  "character": 13
2612
2614
  }
2613
2615
  ]
2614
2616
  },
2615
2617
  {
2616
- "id": 187,
2618
+ "id": 164,
2617
2619
  "name": "SkyProgressIndicatorActionClickArgs",
2618
2620
  "kind": 256,
2619
2621
  "kindString": "Interface",
@@ -2623,7 +2625,7 @@
2623
2625
  },
2624
2626
  "children": [
2625
2627
  {
2626
- "id": 189,
2628
+ "id": 166,
2627
2629
  "name": "event",
2628
2630
  "kind": 1024,
2629
2631
  "kindString": "Property",
@@ -2634,7 +2636,7 @@
2634
2636
  "sources": [
2635
2637
  {
2636
2638
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
2637
- "line": 18,
2639
+ "line": 15,
2638
2640
  "character": 2
2639
2641
  }
2640
2642
  ],
@@ -2644,7 +2646,7 @@
2644
2646
  }
2645
2647
  },
2646
2648
  {
2647
- "id": 188,
2649
+ "id": 165,
2648
2650
  "name": "progressHandler",
2649
2651
  "kind": 1024,
2650
2652
  "kindString": "Property",
@@ -2655,13 +2657,13 @@
2655
2657
  "sources": [
2656
2658
  {
2657
2659
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
2658
- "line": 13,
2660
+ "line": 10,
2659
2661
  "character": 2
2660
2662
  }
2661
2663
  ],
2662
2664
  "type": {
2663
2665
  "type": "reference",
2664
- "id": 190,
2666
+ "id": 167,
2665
2667
  "name": "SkyProgressIndicatorActionClickProgressHandler"
2666
2668
  }
2667
2669
  }
@@ -2671,28 +2673,28 @@
2671
2673
  "title": "Properties",
2672
2674
  "kind": 1024,
2673
2675
  "children": [
2674
- 189,
2675
- 188
2676
+ 166,
2677
+ 165
2676
2678
  ]
2677
2679
  }
2678
2680
  ],
2679
2681
  "sources": [
2680
2682
  {
2681
2683
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
2682
- "line": 8,
2684
+ "line": 6,
2683
2685
  "character": 17
2684
2686
  }
2685
2687
  ]
2686
2688
  },
2687
2689
  {
2688
- "id": 195,
2690
+ "id": 172,
2689
2691
  "name": "SkyProgressIndicatorChange",
2690
2692
  "kind": 256,
2691
2693
  "kindString": "Interface",
2692
2694
  "flags": {},
2693
2695
  "children": [
2694
2696
  {
2695
- "id": 196,
2697
+ "id": 173,
2696
2698
  "name": "activeIndex",
2697
2699
  "kind": 1024,
2698
2700
  "kindString": "Property",
@@ -2705,7 +2707,7 @@
2705
2707
  "sources": [
2706
2708
  {
2707
2709
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
2708
- "line": 10,
2710
+ "line": 7,
2709
2711
  "character": 2
2710
2712
  }
2711
2713
  ],
@@ -2715,7 +2717,7 @@
2715
2717
  }
2716
2718
  },
2717
2719
  {
2718
- "id": 197,
2720
+ "id": 174,
2719
2721
  "name": "isComplete",
2720
2722
  "kind": 1024,
2721
2723
  "kindString": "Property",
@@ -2728,7 +2730,7 @@
2728
2730
  "sources": [
2729
2731
  {
2730
2732
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
2731
- "line": 15,
2733
+ "line": 12,
2732
2734
  "character": 2
2733
2735
  }
2734
2736
  ],
@@ -2738,7 +2740,7 @@
2738
2740
  }
2739
2741
  },
2740
2742
  {
2741
- "id": 198,
2743
+ "id": 175,
2742
2744
  "name": "itemStatuses",
2743
2745
  "kind": 1024,
2744
2746
  "kindString": "Property",
@@ -2751,7 +2753,7 @@
2751
2753
  "sources": [
2752
2754
  {
2753
2755
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
2754
- "line": 20,
2756
+ "line": 17,
2755
2757
  "character": 2
2756
2758
  }
2757
2759
  ],
@@ -2759,7 +2761,7 @@
2759
2761
  "type": "array",
2760
2762
  "elementType": {
2761
2763
  "type": "reference",
2762
- "id": 200,
2764
+ "id": 177,
2763
2765
  "name": "SkyProgressIndicatorItemStatus"
2764
2766
  }
2765
2767
  }
@@ -2770,29 +2772,29 @@
2770
2772
  "title": "Properties",
2771
2773
  "kind": 1024,
2772
2774
  "children": [
2773
- 196,
2774
- 197,
2775
- 198
2775
+ 173,
2776
+ 174,
2777
+ 175
2776
2778
  ]
2777
2779
  }
2778
2780
  ],
2779
2781
  "sources": [
2780
2782
  {
2781
2783
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
2782
- "line": 5,
2784
+ "line": 3,
2783
2785
  "character": 17
2784
2786
  }
2785
2787
  ]
2786
2788
  },
2787
2789
  {
2788
- "id": 205,
2790
+ "id": 182,
2789
2791
  "name": "SkyProgressIndicatorMessage",
2790
2792
  "kind": 256,
2791
2793
  "kindString": "Interface",
2792
2794
  "flags": {},
2793
2795
  "children": [
2794
2796
  {
2795
- "id": 207,
2797
+ "id": 184,
2796
2798
  "name": "data",
2797
2799
  "kind": 1024,
2798
2800
  "kindString": "Property",
@@ -2805,21 +2807,21 @@
2805
2807
  "sources": [
2806
2808
  {
2807
2809
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
2808
- "line": 16,
2810
+ "line": 13,
2809
2811
  "character": 2
2810
2812
  }
2811
2813
  ],
2812
2814
  "type": {
2813
2815
  "type": "reflection",
2814
2816
  "declaration": {
2815
- "id": 208,
2817
+ "id": 185,
2816
2818
  "name": "__type",
2817
2819
  "kind": 65536,
2818
2820
  "kindString": "Type literal",
2819
2821
  "flags": {},
2820
2822
  "children": [
2821
2823
  {
2822
- "id": 209,
2824
+ "id": 186,
2823
2825
  "name": "activeIndex",
2824
2826
  "kind": 1024,
2825
2827
  "kindString": "Property",
@@ -2829,7 +2831,7 @@
2829
2831
  "sources": [
2830
2832
  {
2831
2833
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
2832
- "line": 17,
2834
+ "line": 14,
2833
2835
  "character": 4
2834
2836
  }
2835
2837
  ],
@@ -2844,19 +2846,19 @@
2844
2846
  "title": "Properties",
2845
2847
  "kind": 1024,
2846
2848
  "children": [
2847
- 209
2849
+ 186
2848
2850
  ]
2849
2851
  }
2850
2852
  ],
2851
2853
  "indexSignature": {
2852
- "id": 210,
2854
+ "id": 187,
2853
2855
  "name": "__index",
2854
2856
  "kind": 8192,
2855
2857
  "kindString": "Index signature",
2856
2858
  "flags": {},
2857
2859
  "parameters": [
2858
2860
  {
2859
- "id": 211,
2861
+ "id": 188,
2860
2862
  "name": "key",
2861
2863
  "kind": 32768,
2862
2864
  "flags": {},
@@ -2875,7 +2877,7 @@
2875
2877
  }
2876
2878
  },
2877
2879
  {
2878
- "id": 206,
2880
+ "id": 183,
2879
2881
  "name": "type",
2880
2882
  "kind": 1024,
2881
2883
  "kindString": "Property",
@@ -2886,13 +2888,13 @@
2886
2888
  "sources": [
2887
2889
  {
2888
2890
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
2889
- "line": 10,
2891
+ "line": 7,
2890
2892
  "character": 2
2891
2893
  }
2892
2894
  ],
2893
2895
  "type": {
2894
2896
  "type": "reference",
2895
- "id": 212,
2897
+ "id": 189,
2896
2898
  "name": "SkyProgressIndicatorMessageType"
2897
2899
  }
2898
2900
  }
@@ -2902,21 +2904,21 @@
2902
2904
  "title": "Properties",
2903
2905
  "kind": 1024,
2904
2906
  "children": [
2905
- 207,
2906
- 206
2907
+ 184,
2908
+ 183
2907
2909
  ]
2908
2910
  }
2909
2911
  ],
2910
2912
  "sources": [
2911
2913
  {
2912
2914
  "fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
2913
- "line": 5,
2915
+ "line": 3,
2914
2916
  "character": 17
2915
2917
  }
2916
2918
  ]
2917
2919
  },
2918
2920
  {
2919
- "id": 199,
2921
+ "id": 176,
2920
2922
  "name": "SkyProgressIndicatorDisplayModeType",
2921
2923
  "kind": 4194304,
2922
2924
  "kindString": "Type alias",
@@ -2951,7 +2953,7 @@
2951
2953
  }
2952
2954
  },
2953
2955
  {
2954
- "id": 221,
2956
+ "id": 198,
2955
2957
  "name": "SkyProgressIndicatorNavButtonType",
2956
2958
  "kind": 4194304,
2957
2959
  "kindString": "Type alias",
@@ -2988,23 +2990,75 @@
2988
2990
  ]
2989
2991
  }
2990
2992
  }
2993
+ ],
2994
+ "groups": [
2995
+ {
2996
+ "title": "Enumerations",
2997
+ "kind": 8,
2998
+ "children": [
2999
+ 177,
3000
+ 189
3001
+ ]
3002
+ },
3003
+ {
3004
+ "title": "Classes",
3005
+ "kind": 128,
3006
+ "children": [
3007
+ 167,
3008
+ 161,
3009
+ 1,
3010
+ 24,
3011
+ 99,
3012
+ 143,
3013
+ 158
3014
+ ]
3015
+ },
3016
+ {
3017
+ "title": "Interfaces",
3018
+ "kind": 256,
3019
+ "children": [
3020
+ 164,
3021
+ 172,
3022
+ 182
3023
+ ]
3024
+ },
3025
+ {
3026
+ "title": "Type aliases",
3027
+ "kind": 4194304,
3028
+ "children": [
3029
+ 176,
3030
+ 198
3031
+ ]
3032
+ }
3033
+ ],
3034
+ "sources": [
3035
+ {
3036
+ "fileName": "projects/progress-indicator/src/public-api.ts",
3037
+ "line": 1,
3038
+ "character": 0
3039
+ }
2991
3040
  ]
2992
3041
  },
2993
3042
  "codeExamples": [
3043
+ {
3044
+ "fileName": ".eslintrc.json",
3045
+ "filePath": "/projects/progress-indicator/documentation/code-examples/.eslintrc.json",
3046
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
3047
+ },
2994
3048
  {
2995
3049
  "fileName": "progress-indicator-passive-demo.component.html",
2996
3050
  "filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/basic/progress-indicator-passive-demo.component.html",
2997
- "rawContents": "<sky-progress-indicator\n [isPassive]=\"true\"\n [startingIndex]=\"1\"\n>\n <sky-progress-indicator-item\n title=\"Finished step\"\n >Optional details about this step\n </sky-progress-indicator-item>\n <sky-progress-indicator-item\n title=\"Current step\"\n >\n </sky-progress-indicator-item>\n <sky-progress-indicator-item\n title=\"HIDDEN TITLE\"\n >\n </sky-progress-indicator-item>\n</sky-progress-indicator>\n"
3051
+ "rawContents": "<sky-progress-indicator [isPassive]=\"true\" [startingIndex]=\"1\">\n <sky-progress-indicator-item title=\"Finished step\"\n >Optional details about this step\n </sky-progress-indicator-item>\n <sky-progress-indicator-item title=\"Current step\">\n </sky-progress-indicator-item>\n <sky-progress-indicator-item title=\"HIDDEN TITLE\">\n </sky-progress-indicator-item>\n</sky-progress-indicator>\n"
2998
3052
  },
2999
3053
  {
3000
3054
  "fileName": "progress-indicator-passive-demo.component.ts",
3001
3055
  "filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/basic/progress-indicator-passive-demo.component.ts",
3002
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'sky-progress-indicator-passive-demo',\n templateUrl: './progress-indicator-passive-demo.component.html'\n})\nexport class SkyProgressIndicatorPassiveDemoComponent { }\n"
3056
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'sky-progress-indicator-passive-demo',\n templateUrl: './progress-indicator-passive-demo.component.html',\n})\nexport class SkyProgressIndicatorPassiveDemoComponent {}\n"
3003
3057
  },
3004
3058
  {
3005
3059
  "fileName": "progress-indicator-passive-demo.module.ts",
3006
3060
  "filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/basic/progress-indicator-passive-demo.module.ts",
3007
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyProgressIndicatorModule\n} from '@skyux/progress-indicator';\n\nimport {\n SkyProgressIndicatorPassiveDemoComponent\n} from './progress-indicator-passive-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyProgressIndicatorModule\n ],\n exports: [\n SkyProgressIndicatorPassiveDemoComponent\n ],\n declarations: [\n SkyProgressIndicatorPassiveDemoComponent\n ]\n})\nexport class SkyProgressIndicatorPassiveDemoModule { }\n"
3061
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyProgressIndicatorModule } from '@skyux/progress-indicator';\n\nimport { SkyProgressIndicatorPassiveDemoComponent } from './progress-indicator-passive-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyProgressIndicatorModule],\n exports: [SkyProgressIndicatorPassiveDemoComponent],\n declarations: [SkyProgressIndicatorPassiveDemoComponent],\n})\nexport class SkyProgressIndicatorPassiveDemoModule {}\n"
3008
3062
  },
3009
3063
  {
3010
3064
  "fileName": "progress-indicator-waterfall-demo-context.ts",
@@ -3014,52 +3068,52 @@
3014
3068
  {
3015
3069
  "fileName": "progress-indicator-waterfall-demo-form.component.html",
3016
3070
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo-form.component.html",
3017
- "rawContents": "<sky-modal>\n <sky-modal-header>\n {{ context.title }}\n </sky-modal-header>\n <sky-modal-content>\n <br>\n <br>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary\"\n style=\"margin: 0 auto; vertical-align: middle;\"\n type=\"button\"\n (click)=\"submit()\"\n >\n {{ context.buttonText }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
3071
+ "rawContents": "<sky-modal>\n <sky-modal-header>\n {{ context.title }}\n </sky-modal-header>\n <sky-modal-content>\n <br />\n <br />\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary\"\n style=\"margin: 0 auto; vertical-align: middle\"\n type=\"button\"\n (click)=\"submit()\"\n >\n {{ context.buttonText }}\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
3018
3072
  },
3019
3073
  {
3020
3074
  "fileName": "progress-indicator-waterfall-demo-form.component.ts",
3021
3075
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo-form.component.ts",
3022
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyModalInstance\n} from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorWaterfallDemoContext\n} from './progress-indicator-waterfall-demo-context';\n\n@Component({\n selector: 'sky-demo-progress-indicator-waterfall-horizontal',\n templateUrl: './progress-indicator-waterfall-demo-form.component.html'\n})\nexport class SkyProgressIndicatorWaterfallDemoFormComponent {\n\n constructor(\n public instance: SkyModalInstance,\n public context: SkyProgressIndicatorWaterfallDemoContext\n ) { }\n\n public submit(): void {\n this.instance.close(undefined, 'save');\n }\n\n}\n"
3076
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { SkyProgressIndicatorWaterfallDemoContext } from './progress-indicator-waterfall-demo-context';\n\n@Component({\n selector: 'sky-demo-progress-indicator-waterfall-horizontal',\n templateUrl: './progress-indicator-waterfall-demo-form.component.html',\n})\nexport class SkyProgressIndicatorWaterfallDemoFormComponent {\n constructor(\n public instance: SkyModalInstance,\n public context: SkyProgressIndicatorWaterfallDemoContext\n ) {}\n\n public submit(): void {\n this.instance.close(undefined, 'save');\n }\n}\n"
3023
3077
  },
3024
3078
  {
3025
3079
  "fileName": "progress-indicator-waterfall-demo.component.html",
3026
3080
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo.component.html",
3027
- "rawContents": "<sky-progress-indicator\n id=\"progress-indicator-waterfall\"\n [messageStream]=\"progressMessageStream\"\n [startingIndex]=\"2\"\n (progressChanges)=\"updateIndex($event)\"\n #progressIndicator\n >\n\n <sky-progress-indicator-title>\n Set up my connection\n </sky-progress-indicator-title>\n\n <sky-progress-indicator-item\n title=\"Configure connection\"\n >\n <div>\n <button *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 *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\n title=\"Select remote server\"\n >\n <div *ngIf=\"activeIndex >= 1\">\n <button *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 *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\n title=\"Test connection\"\n >\n <div *ngIf=\"activeIndex >= 2\">\n <button *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 *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\n title=\"Turn on connection\"\n >\n <div *ngIf=\"activeIndex >= 3\">\n <button *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\n [progressIndicator]=\"progressIndicator\"\n >\n Erase all settings\n </sky-progress-indicator-reset-button>\n </sky-progress-indicator>\n"
3081
+ "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 <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 <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 <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 <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"
3028
3082
  },
3029
3083
  {
3030
3084
  "fileName": "progress-indicator-waterfall-demo.component.ts",
3031
3085
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo.component.ts",
3032
- "rawContents": "import {\n Component,\n ChangeDetectionStrategy,\n ChangeDetectorRef\n} from '@angular/core';\n\nimport {\n SkyModalService,\n SkyModalCloseArgs\n} from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorChange,\n SkyProgressIndicatorMessageType\n} from '@skyux/progress-indicator';\n\nimport {\n Subject\n} from 'rxjs';\n\nimport {\n take\n} from 'rxjs/operators';\n\nimport {\n SkyProgressIndicatorWaterfallDemoContext\n} from './progress-indicator-waterfall-demo-context';\n\nimport {\n SkyProgressIndicatorWaterfallDemoFormComponent\n} 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})\n\nexport class WaterfallIndicatorDocsComponent {\n\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(context: SkyProgressIndicatorWaterfallDemoContext, isProgress: boolean): void {\n const modalForm = this.modal.open(SkyProgressIndicatorWaterfallDemoFormComponent, [{\n provide: SkyProgressIndicatorWaterfallDemoContext,\n useValue: context\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}\n"
3086
+ "rawContents": "import {\n Component,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n} from '@angular/core';\n\nimport { SkyModalService, SkyModalCloseArgs } from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorChange,\n SkyProgressIndicatorMessageType,\n} from '@skyux/progress-indicator';\n\nimport { Subject } from 'rxjs';\n\nimport { take } from 'rxjs/operators';\n\nimport { SkyProgressIndicatorWaterfallDemoContext } from './progress-indicator-waterfall-demo-context';\n\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"
3033
3087
  },
3034
3088
  {
3035
3089
  "fileName": "progress-indicator-waterfall-demo.module.ts",
3036
3090
  "filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo.module.ts",
3037
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyModalModule\n} from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorModule\n} from '@skyux/progress-indicator';\n\nimport {\n WaterfallIndicatorDocsComponent\n} from './progress-indicator-waterfall-demo.component';\n\nimport {\n SkyProgressIndicatorWaterfallDemoFormComponent\n} from './progress-indicator-waterfall-demo-form.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyProgressIndicatorModule,\n SkyModalModule\n ],\n exports: [\n WaterfallIndicatorDocsComponent\n ],\n declarations: [\n WaterfallIndicatorDocsComponent,\n SkyProgressIndicatorWaterfallDemoFormComponent\n ],\n entryComponents: [\n WaterfallIndicatorDocsComponent,\n SkyProgressIndicatorWaterfallDemoFormComponent\n ]\n})\nexport class SkyProgressIndicatorPassiveDemoModule { }\n"
3091
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { SkyProgressIndicatorModule } from '@skyux/progress-indicator';\n\nimport { WaterfallIndicatorDocsComponent } from './progress-indicator-waterfall-demo.component';\n\nimport { SkyProgressIndicatorWaterfallDemoFormComponent } from './progress-indicator-waterfall-demo-form.component';\n\n@NgModule({\n imports: [CommonModule, SkyProgressIndicatorModule, SkyModalModule],\n exports: [WaterfallIndicatorDocsComponent],\n declarations: [\n WaterfallIndicatorDocsComponent,\n SkyProgressIndicatorWaterfallDemoFormComponent,\n ],\n entryComponents: [\n WaterfallIndicatorDocsComponent,\n SkyProgressIndicatorWaterfallDemoFormComponent,\n ],\n})\nexport class SkyProgressIndicatorPassiveDemoModule {}\n"
3038
3092
  },
3039
3093
  {
3040
3094
  "fileName": "wizard-demo-modal.component.html",
3041
3095
  "filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo-modal.component.html",
3042
- "rawContents": "<sky-modal>\n <sky-modal-header>\n {{ title }}\n </sky-modal-header>\n <sky-modal-content>\n <form\n [formGroup]=\"myForm\"\n >\n <sky-progress-indicator\n [displayMode]=\"displayMode\"\n (progressChanges)=\"updateIndex($event)\"\n #wizardDemo\n >\n\n <sky-progress-indicator-item\n title=\"First step\"\n >\n <div>\n <label class=\"sky-control-label sky-control-label-required\">\n Enter text to continue\n </label>\n <input\n class=\"sky-form-control\"\n type=\"text\"\n formControlName=\"requiredValue1\"\n />\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item\n title=\"Second step\"\n >\n <div>\n <sky-checkbox\n formControlName=\"requiredValue2\"\n >\n <sky-checkbox-label>\n Select to continue\n </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item\n title=\"Third step\"\n >\n <div>\n Additional content or tasks go here.\n </div>\n </sky-progress-indicator-item>\n\n </sky-progress-indicator>\n </form>\n </sky-modal-content>\n <sky-modal-footer>\n <sky-progress-indicator-nav-button\n buttonType=\"previous\"\n [progressIndicator]=\"wizardDemo\"\n >\n </sky-progress-indicator-nav-button>\n <sky-progress-indicator-nav-button\n buttonType=\"next\"\n [disabled]=\"!requirementsMet\"\n [progressIndicator]=\"wizardDemo\"\n >\n </sky-progress-indicator-nav-button>\n <sky-progress-indicator-nav-button\n buttonType=\"finish\"\n buttonText=\"Save and close\"\n [progressIndicator]=\"wizardDemo\"\n (actionClick)=\"onSaveClick($event)\"\n >\n </sky-progress-indicator-nav-button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"onCancelClick()\"\n >\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
3096
+ "rawContents": "<sky-modal>\n <sky-modal-header>\n {{ title }}\n </sky-modal-header>\n <sky-modal-content>\n <form [formGroup]=\"myForm\">\n <sky-progress-indicator\n [displayMode]=\"displayMode\"\n (progressChanges)=\"updateIndex($event)\"\n #wizardDemo\n >\n <sky-progress-indicator-item title=\"First step\">\n <div>\n <label class=\"sky-control-label sky-control-label-required\">\n Enter text to continue\n </label>\n <input\n class=\"sky-form-control\"\n type=\"text\"\n formControlName=\"requiredValue1\"\n />\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Second step\">\n <div>\n <sky-checkbox formControlName=\"requiredValue2\">\n <sky-checkbox-label> Select to continue </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-progress-indicator-item>\n\n <sky-progress-indicator-item title=\"Third step\">\n <div>Additional content or tasks go here.</div>\n </sky-progress-indicator-item>\n </sky-progress-indicator>\n </form>\n </sky-modal-content>\n <sky-modal-footer>\n <sky-progress-indicator-nav-button\n buttonType=\"previous\"\n [progressIndicator]=\"wizardDemo\"\n >\n </sky-progress-indicator-nav-button>\n <sky-progress-indicator-nav-button\n buttonType=\"next\"\n [disabled]=\"!requirementsMet\"\n [progressIndicator]=\"wizardDemo\"\n >\n </sky-progress-indicator-nav-button>\n <sky-progress-indicator-nav-button\n buttonType=\"finish\"\n buttonText=\"Save and close\"\n [progressIndicator]=\"wizardDemo\"\n (actionClick)=\"onSaveClick($event)\"\n >\n </sky-progress-indicator-nav-button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"onCancelClick()\"\n >\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
3043
3097
  },
3044
3098
  {
3045
3099
  "fileName": "wizard-demo-modal.component.ts",
3046
3100
  "filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo-modal.component.ts",
3047
- "rawContents": "import {\n Component,\n OnInit\n} from '@angular/core';\n\nimport {\n FormBuilder,\n FormGroup\n} from '@angular/forms';\n\nimport {\n SkyModalInstance\n} from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorActionClickArgs,\n SkyProgressIndicatorChange,\n SkyProgressIndicatorDisplayMode\n} from '@skyux/progress-indicator';\n\n@Component({\n selector: 'app-wizard-demo-modal',\n templateUrl: './wizard-demo-modal.component.html'\n})\nexport class WizardDemoModalComponent implements OnInit {\n\n public activeIndex = 0;\n\n public displayMode = SkyProgressIndicatorDisplayMode.Horizontal;\n\n public myForm: FormGroup;\n\n public title = 'Wizard example';\n\n public get requirementsMet(): boolean {\n switch (this.activeIndex) {\n case 0:\n return !!this.myForm.get('requiredValue1').value;\n case 1:\n return !!this.myForm.get('requiredValue2').value;\n default:\n return false;\n }\n }\n\n constructor(\n private formBuilder: FormBuilder,\n public instance: SkyModalInstance\n ) { }\n\n public ngOnInit() {\n this.myForm = this.formBuilder.group({\n requiredValue1: undefined,\n requiredValue2: undefined\n });\n\n }\n\n public onCancelClick(): void {\n this.instance.cancel();\n }\n\n public onSaveClick(args: SkyProgressIndicatorActionClickArgs): void {\n args.progressHandler.advance();\n this.instance.save();\n }\n\n public updateIndex(changes: SkyProgressIndicatorChange): void {\n this.activeIndex = changes.activeIndex;\n }\n}\n"
3101
+ "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorActionClickArgs,\n SkyProgressIndicatorChange,\n SkyProgressIndicatorDisplayMode,\n} from '@skyux/progress-indicator';\n\n@Component({\n selector: 'app-wizard-demo-modal',\n templateUrl: './wizard-demo-modal.component.html',\n})\nexport class WizardDemoModalComponent implements OnInit {\n public activeIndex = 0;\n\n public displayMode = SkyProgressIndicatorDisplayMode.Horizontal;\n\n public myForm: FormGroup;\n\n public title = 'Wizard example';\n\n public get requirementsMet(): boolean {\n switch (this.activeIndex) {\n case 0:\n return !!this.myForm.get('requiredValue1').value;\n case 1:\n return !!this.myForm.get('requiredValue2').value;\n default:\n return false;\n }\n }\n\n constructor(\n private formBuilder: FormBuilder,\n public instance: SkyModalInstance\n ) {}\n\n public ngOnInit() {\n this.myForm = this.formBuilder.group({\n requiredValue1: undefined,\n requiredValue2: undefined,\n });\n }\n\n public onCancelClick(): void {\n this.instance.cancel();\n }\n\n public onSaveClick(args: SkyProgressIndicatorActionClickArgs): void {\n args.progressHandler.advance();\n this.instance.save();\n }\n\n public updateIndex(changes: SkyProgressIndicatorChange): void {\n this.activeIndex = changes.activeIndex;\n }\n}\n"
3048
3102
  },
3049
3103
  {
3050
3104
  "fileName": "wizard-demo.component.html",
3051
3105
  "filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo.component.html",
3052
- "rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"openWizard()\">\n Open wizard\n</button>\n"
3106
+ "rawContents": "<button type=\"button\" class=\"sky-btn sky-btn-default\" (click)=\"openWizard()\">\n Open wizard\n</button>\n"
3053
3107
  },
3054
3108
  {
3055
3109
  "fileName": "wizard-demo.component.ts",
3056
3110
  "filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo.component.ts",
3057
- "rawContents": "import {\n ChangeDetectionStrategy,\n Component\n} from '@angular/core';\n\nimport {\n SkyModalService\n} from '@skyux/modals';\n\nimport {\n WizardDemoModalComponent\n} from './wizard-demo-modal.component';\n\n@Component({\n selector: 'app-wizard-demo',\n templateUrl: './wizard-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\n\nexport class WizardDemoComponent {\n\n constructor(\n private modal: SkyModalService\n ) { }\n\n public openWizard(): void {\n this.modal.open(WizardDemoModalComponent);\n }\n\n}\n"
3111
+ "rawContents": "import { ChangeDetectionStrategy, Component } from '@angular/core';\n\nimport { SkyModalService } from '@skyux/modals';\n\nimport { WizardDemoModalComponent } from './wizard-demo-modal.component';\n\n@Component({\n selector: 'app-wizard-demo',\n templateUrl: './wizard-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class WizardDemoComponent {\n constructor(private modal: SkyModalService) {}\n\n public openWizard(): void {\n this.modal.open(WizardDemoModalComponent);\n }\n}\n"
3058
3112
  },
3059
3113
  {
3060
3114
  "fileName": "wizard-demo.module.ts",
3061
3115
  "filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo.module.ts",
3062
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n ReactiveFormsModule\n} from '@angular/forms';\n\nimport {\n SkyCheckboxModule\n} from '@skyux/forms';\n\nimport {\n SkyModalModule\n} from '@skyux/modals';\n\nimport {\n SkyProgressIndicatorModule\n} from '@skyux/progress-indicator';\n\nimport {\n WizardDemoComponent\n} from './wizard-demo.component';\n\nimport {\n WizardDemoModalComponent\n} from './wizard-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCheckboxModule,\n SkyModalModule,\n SkyProgressIndicatorModule\n ],\n exports: [\n WizardDemoComponent\n ],\n declarations: [\n WizardDemoComponent,\n WizardDemoModalComponent\n ],\n entryComponents: [\n WizardDemoModalComponent\n ]\n})\nexport class SkyProgressIndicatorPassiveDemoModule { }\n"
3116
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { SkyProgressIndicatorModule } from '@skyux/progress-indicator';\n\nimport { WizardDemoComponent } from './wizard-demo.component';\n\nimport { WizardDemoModalComponent } from './wizard-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCheckboxModule,\n SkyModalModule,\n SkyProgressIndicatorModule,\n ],\n exports: [WizardDemoComponent],\n declarations: [WizardDemoComponent, WizardDemoModalComponent],\n entryComponents: [WizardDemoModalComponent],\n})\nexport class SkyProgressIndicatorPassiveDemoModule {}\n"
3063
3117
  }
3064
3118
  ]
3065
3119
  }