@skyux/progress-indicator 5.0.0 → 5.5.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/bundles/skyux-progress-indicator.umd.js +93 -95
- package/documentation.json +218 -108
- package/esm2015/index.js +18 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.js +74 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.js +223 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.js +59 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.js +84 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.js +20 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator.component.js +317 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator.component.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator.module.js +65 -0
- package/esm2015/lib/modules/progress-indicator/progress-indicator.module.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-args.js +2 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-args.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.js +14 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-change.js +2 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-change.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-display-mode-type.js +2 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-display-mode-type.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-item-status.js +20 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-item-status.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message-type.js +28 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message-type.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message.js +2 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-mode.js +16 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-mode.js.map +1 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.js +2 -0
- package/esm2015/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-progress-indicator-resources.module.js +50 -0
- package/esm2015/lib/modules/shared/sky-progress-indicator-resources.module.js.map +1 -0
- package/esm2015/skyux-progress-indicator.js +2 -2
- package/esm2015/skyux-progress-indicator.js.map +1 -0
- package/fesm2015/skyux-progress-indicator.js +75 -75
- package/fesm2015/skyux-progress-indicator.js.map +1 -1
- package/index.d.ts +15 -0
- package/{modules → lib/modules}/progress-indicator/progress-indicator-item/progress-indicator-item.component.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.d.ts +3 -3
- package/{modules → lib/modules}/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/progress-indicator-title/progress-indicator-title.component.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/progress-indicator.component.d.ts +1 -1
- package/{modules → lib/modules}/progress-indicator/progress-indicator.module.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-action-click-args.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-action-click-progress-handler.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-change.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-display-mode-type.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-item-status.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-message-type.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-message.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-mode.d.ts +0 -0
- package/{modules → lib/modules}/progress-indicator/types/progress-indicator-nav-button-type.d.ts +0 -0
- package/{modules → lib/modules}/shared/sky-progress-indicator-resources.module.d.ts +0 -0
- package/package.json +7 -7
- package/skyux-progress-indicator.d.ts +1 -1
- package/LICENSE +0 -21
- package/bundles/skyux-progress-indicator.umd.js.map +0 -1
- package/esm2015/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.js +0 -74
- package/esm2015/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.js +0 -228
- package/esm2015/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.js +0 -58
- package/esm2015/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.js +0 -83
- package/esm2015/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.js +0 -20
- package/esm2015/modules/progress-indicator/progress-indicator.component.js +0 -319
- package/esm2015/modules/progress-indicator/progress-indicator.module.js +0 -65
- package/esm2015/modules/progress-indicator/types/progress-indicator-action-click-args.js +0 -2
- package/esm2015/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.js +0 -14
- package/esm2015/modules/progress-indicator/types/progress-indicator-change.js +0 -2
- package/esm2015/modules/progress-indicator/types/progress-indicator-display-mode-type.js +0 -2
- package/esm2015/modules/progress-indicator/types/progress-indicator-item-status.js +0 -20
- package/esm2015/modules/progress-indicator/types/progress-indicator-message-type.js +0 -28
- package/esm2015/modules/progress-indicator/types/progress-indicator-message.js +0 -2
- package/esm2015/modules/progress-indicator/types/progress-indicator-mode.js +0 -16
- package/esm2015/modules/progress-indicator/types/progress-indicator-nav-button-type.js +0 -2
- package/esm2015/modules/shared/sky-progress-indicator-resources.module.js +0 -41
- package/esm2015/public-api.js +0 -18
- package/public-api.d.ts +0 -15
package/documentation.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typedoc": {
|
|
19
19
|
"id": 0,
|
|
20
20
|
"name": "@skyux/progress-indicator",
|
|
21
|
-
"kind":
|
|
21
|
+
"kind": 1,
|
|
22
22
|
"kindString": "Project",
|
|
23
23
|
"flags": {},
|
|
24
24
|
"originalName": "",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{
|
|
27
27
|
"id": 177,
|
|
28
28
|
"name": "SkyProgressIndicatorItemStatus",
|
|
29
|
-
"kind":
|
|
29
|
+
"kind": 8,
|
|
30
30
|
"kindString": "Enumeration",
|
|
31
31
|
"flags": {},
|
|
32
32
|
"children": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"sources": [
|
|
43
43
|
{
|
|
44
44
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
45
|
-
"line":
|
|
45
|
+
"line": 5,
|
|
46
46
|
"character": 2
|
|
47
47
|
}
|
|
48
48
|
],
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"sources": [
|
|
61
61
|
{
|
|
62
62
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
63
|
-
"line":
|
|
63
|
+
"line": 10,
|
|
64
64
|
"character": 2
|
|
65
65
|
}
|
|
66
66
|
],
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"sources": [
|
|
79
79
|
{
|
|
80
80
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
81
|
-
"line":
|
|
81
|
+
"line": 15,
|
|
82
82
|
"character": 2
|
|
83
83
|
}
|
|
84
84
|
],
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"sources": [
|
|
97
97
|
{
|
|
98
98
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-item-status.ts",
|
|
99
|
-
"line":
|
|
99
|
+
"line": 20,
|
|
100
100
|
"character": 2
|
|
101
101
|
}
|
|
102
102
|
],
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
{
|
|
127
127
|
"id": 189,
|
|
128
128
|
"name": "SkyProgressIndicatorMessageType",
|
|
129
|
-
"kind":
|
|
129
|
+
"kind": 8,
|
|
130
130
|
"kindString": "Enumeration",
|
|
131
131
|
"flags": {},
|
|
132
132
|
"children": [
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"sources": [
|
|
143
143
|
{
|
|
144
144
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
145
|
-
"line":
|
|
145
|
+
"line": 24,
|
|
146
146
|
"character": 2
|
|
147
147
|
}
|
|
148
148
|
],
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"sources": [
|
|
161
161
|
{
|
|
162
162
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
163
|
-
"line":
|
|
163
|
+
"line": 29,
|
|
164
164
|
"character": 2
|
|
165
165
|
}
|
|
166
166
|
],
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"sources": [
|
|
179
179
|
{
|
|
180
180
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
181
|
-
"line":
|
|
181
|
+
"line": 6,
|
|
182
182
|
"character": 2
|
|
183
183
|
}
|
|
184
184
|
],
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"sources": [
|
|
197
197
|
{
|
|
198
198
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
199
|
-
"line":
|
|
199
|
+
"line": 12,
|
|
200
200
|
"character": 2
|
|
201
201
|
}
|
|
202
202
|
],
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"sources": [
|
|
215
215
|
{
|
|
216
216
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message-type.ts",
|
|
217
|
-
"line":
|
|
217
|
+
"line": 18,
|
|
218
218
|
"character": 2
|
|
219
219
|
}
|
|
220
220
|
],
|
|
@@ -258,11 +258,10 @@
|
|
|
258
258
|
"kind": 512,
|
|
259
259
|
"kindString": "Constructor",
|
|
260
260
|
"flags": {},
|
|
261
|
-
"comment": {},
|
|
262
261
|
"sources": [
|
|
263
262
|
{
|
|
264
263
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.ts",
|
|
265
|
-
"line":
|
|
264
|
+
"line": 10,
|
|
266
265
|
"character": 2
|
|
267
266
|
}
|
|
268
267
|
],
|
|
@@ -286,6 +285,8 @@
|
|
|
286
285
|
},
|
|
287
286
|
"type": {
|
|
288
287
|
"type": "reference",
|
|
288
|
+
"qualifiedName": "Function",
|
|
289
|
+
"package": "typescript",
|
|
289
290
|
"name": "Function"
|
|
290
291
|
}
|
|
291
292
|
}
|
|
@@ -309,6 +310,8 @@
|
|
|
309
310
|
},
|
|
310
311
|
"type": {
|
|
311
312
|
"type": "reference",
|
|
313
|
+
"qualifiedName": "Function",
|
|
314
|
+
"package": "typescript",
|
|
312
315
|
"name": "Function"
|
|
313
316
|
}
|
|
314
317
|
}
|
|
@@ -348,10 +351,12 @@
|
|
|
348
351
|
"name": "NgModule",
|
|
349
352
|
"type": {
|
|
350
353
|
"type": "reference",
|
|
354
|
+
"qualifiedName": "NgModuleDecorator",
|
|
355
|
+
"package": "@angular/core",
|
|
351
356
|
"name": "NgModule"
|
|
352
357
|
},
|
|
353
358
|
"arguments": {
|
|
354
|
-
"obj": "{\n declarations: [\n SkyProgressIndicatorComponent,\n SkyProgressIndicatorItemComponent,\n SkyProgressIndicatorNavButtonComponent,\n SkyProgressIndicatorResetButtonComponent,\n SkyProgressIndicatorStatusMarkerComponent,\n SkyProgressIndicatorTitleComponent
|
|
359
|
+
"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}"
|
|
355
360
|
}
|
|
356
361
|
}
|
|
357
362
|
],
|
|
@@ -390,7 +395,7 @@
|
|
|
390
395
|
"sources": [
|
|
391
396
|
{
|
|
392
397
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.module.ts",
|
|
393
|
-
"line":
|
|
398
|
+
"line": 49,
|
|
394
399
|
"character": 13
|
|
395
400
|
}
|
|
396
401
|
]
|
|
@@ -409,10 +414,12 @@
|
|
|
409
414
|
"name": "Component",
|
|
410
415
|
"type": {
|
|
411
416
|
"type": "reference",
|
|
417
|
+
"qualifiedName": "ComponentDecorator",
|
|
418
|
+
"package": "@angular/core",
|
|
412
419
|
"name": "Component"
|
|
413
420
|
},
|
|
414
421
|
"arguments": {
|
|
415
|
-
"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
|
|
422
|
+
"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}"
|
|
416
423
|
}
|
|
417
424
|
}
|
|
418
425
|
],
|
|
@@ -426,7 +433,7 @@
|
|
|
426
433
|
"sources": [
|
|
427
434
|
{
|
|
428
435
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
429
|
-
"line":
|
|
436
|
+
"line": 83,
|
|
430
437
|
"character": 2
|
|
431
438
|
}
|
|
432
439
|
],
|
|
@@ -446,6 +453,8 @@
|
|
|
446
453
|
"flags": {},
|
|
447
454
|
"type": {
|
|
448
455
|
"type": "reference",
|
|
456
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
457
|
+
"package": "@angular/core",
|
|
449
458
|
"name": "ChangeDetectorRef"
|
|
450
459
|
}
|
|
451
460
|
}
|
|
@@ -469,7 +478,7 @@
|
|
|
469
478
|
"sources": [
|
|
470
479
|
{
|
|
471
480
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
472
|
-
"line":
|
|
481
|
+
"line": 75,
|
|
473
482
|
"character": 9
|
|
474
483
|
}
|
|
475
484
|
],
|
|
@@ -490,7 +499,7 @@
|
|
|
490
499
|
"sources": [
|
|
491
500
|
{
|
|
492
501
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
493
|
-
"line":
|
|
502
|
+
"line": 76,
|
|
494
503
|
"character": 9
|
|
495
504
|
}
|
|
496
505
|
],
|
|
@@ -511,7 +520,7 @@
|
|
|
511
520
|
"sources": [
|
|
512
521
|
{
|
|
513
522
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
514
|
-
"line":
|
|
523
|
+
"line": 77,
|
|
515
524
|
"character": 9
|
|
516
525
|
}
|
|
517
526
|
],
|
|
@@ -543,6 +552,8 @@
|
|
|
543
552
|
"name": "Input",
|
|
544
553
|
"type": {
|
|
545
554
|
"type": "reference",
|
|
555
|
+
"qualifiedName": "InputDecorator",
|
|
556
|
+
"package": "@angular/core",
|
|
546
557
|
"name": "Input"
|
|
547
558
|
},
|
|
548
559
|
"arguments": {}
|
|
@@ -551,7 +562,7 @@
|
|
|
551
562
|
"sources": [
|
|
552
563
|
{
|
|
553
564
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
554
|
-
"line":
|
|
565
|
+
"line": 26,
|
|
555
566
|
"character": 9
|
|
556
567
|
}
|
|
557
568
|
],
|
|
@@ -571,7 +582,7 @@
|
|
|
571
582
|
"sources": [
|
|
572
583
|
{
|
|
573
584
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
574
|
-
"line":
|
|
585
|
+
"line": 28,
|
|
575
586
|
"character": 13
|
|
576
587
|
}
|
|
577
588
|
],
|
|
@@ -600,7 +611,7 @@
|
|
|
600
611
|
"sources": [
|
|
601
612
|
{
|
|
602
613
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
603
|
-
"line":
|
|
614
|
+
"line": 32,
|
|
604
615
|
"character": 13
|
|
605
616
|
}
|
|
606
617
|
],
|
|
@@ -657,7 +668,7 @@
|
|
|
657
668
|
"sources": [
|
|
658
669
|
{
|
|
659
670
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
660
|
-
"line":
|
|
671
|
+
"line": 50,
|
|
661
672
|
"character": 13
|
|
662
673
|
}
|
|
663
674
|
],
|
|
@@ -686,7 +697,7 @@
|
|
|
686
697
|
"sources": [
|
|
687
698
|
{
|
|
688
699
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
689
|
-
"line":
|
|
700
|
+
"line": 89,
|
|
690
701
|
"character": 9
|
|
691
702
|
}
|
|
692
703
|
],
|
|
@@ -715,7 +726,7 @@
|
|
|
715
726
|
"sources": [
|
|
716
727
|
{
|
|
717
728
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
718
|
-
"line":
|
|
729
|
+
"line": 85,
|
|
719
730
|
"character": 9
|
|
720
731
|
}
|
|
721
732
|
],
|
|
@@ -786,7 +797,7 @@
|
|
|
786
797
|
"sources": [
|
|
787
798
|
{
|
|
788
799
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.ts",
|
|
789
|
-
"line":
|
|
800
|
+
"line": 20,
|
|
790
801
|
"character": 13
|
|
791
802
|
}
|
|
792
803
|
]
|
|
@@ -802,10 +813,12 @@
|
|
|
802
813
|
"name": "Component",
|
|
803
814
|
"type": {
|
|
804
815
|
"type": "reference",
|
|
816
|
+
"qualifiedName": "ComponentDecorator",
|
|
817
|
+
"package": "@angular/core",
|
|
805
818
|
"name": "Component"
|
|
806
819
|
},
|
|
807
820
|
"arguments": {
|
|
808
|
-
"obj": "{\n selector: 'sky-progress-indicator',\n templateUrl: './progress-indicator.component.html',\n styleUrls: ['./progress-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
821
|
+
"obj": "{\n selector: 'sky-progress-indicator',\n templateUrl: './progress-indicator.component.html',\n styleUrls: ['./progress-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
809
822
|
}
|
|
810
823
|
}
|
|
811
824
|
],
|
|
@@ -819,7 +832,7 @@
|
|
|
819
832
|
"sources": [
|
|
820
833
|
{
|
|
821
834
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
822
|
-
"line":
|
|
835
|
+
"line": 196,
|
|
823
836
|
"character": 2
|
|
824
837
|
}
|
|
825
838
|
],
|
|
@@ -839,6 +852,8 @@
|
|
|
839
852
|
"flags": {},
|
|
840
853
|
"type": {
|
|
841
854
|
"type": "reference",
|
|
855
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
856
|
+
"package": "@angular/core",
|
|
842
857
|
"name": "ChangeDetectorRef"
|
|
843
858
|
}
|
|
844
859
|
},
|
|
@@ -878,6 +893,8 @@
|
|
|
878
893
|
"name": "Output",
|
|
879
894
|
"type": {
|
|
880
895
|
"type": "reference",
|
|
896
|
+
"qualifiedName": "OutputDecorator",
|
|
897
|
+
"package": "@angular/core",
|
|
881
898
|
"name": "Output"
|
|
882
899
|
},
|
|
883
900
|
"arguments": {}
|
|
@@ -886,7 +903,7 @@
|
|
|
886
903
|
"sources": [
|
|
887
904
|
{
|
|
888
905
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
889
|
-
"line":
|
|
906
|
+
"line": 118,
|
|
890
907
|
"character": 9
|
|
891
908
|
}
|
|
892
909
|
],
|
|
@@ -899,6 +916,8 @@
|
|
|
899
916
|
"name": "SkyProgressIndicatorChange"
|
|
900
917
|
}
|
|
901
918
|
],
|
|
919
|
+
"qualifiedName": "EventEmitter",
|
|
920
|
+
"package": "@angular/core",
|
|
902
921
|
"name": "EventEmitter"
|
|
903
922
|
},
|
|
904
923
|
"defaultValue": "..."
|
|
@@ -914,7 +933,7 @@
|
|
|
914
933
|
"sources": [
|
|
915
934
|
{
|
|
916
935
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
917
|
-
"line":
|
|
936
|
+
"line": 120,
|
|
918
937
|
"character": 13
|
|
919
938
|
}
|
|
920
939
|
],
|
|
@@ -945,6 +964,8 @@
|
|
|
945
964
|
"name": "Input",
|
|
946
965
|
"type": {
|
|
947
966
|
"type": "reference",
|
|
967
|
+
"qualifiedName": "InputDecorator",
|
|
968
|
+
"package": "@angular/core",
|
|
948
969
|
"name": "Input"
|
|
949
970
|
},
|
|
950
971
|
"arguments": {}
|
|
@@ -953,7 +974,7 @@
|
|
|
953
974
|
"sources": [
|
|
954
975
|
{
|
|
955
976
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
956
|
-
"line":
|
|
977
|
+
"line": 53,
|
|
957
978
|
"character": 13
|
|
958
979
|
}
|
|
959
980
|
],
|
|
@@ -965,7 +986,13 @@
|
|
|
965
986
|
"kindString": "Get signature",
|
|
966
987
|
"flags": {},
|
|
967
988
|
"comment": {
|
|
968
|
-
"shortText": "Specifies whether to display the progress indicator vertically or horizontally.\nFor [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)\nand [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),\nuse the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),\nuse the horizontal display mode."
|
|
989
|
+
"shortText": "Specifies whether to display the progress indicator vertically or horizontally.\nFor [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)\nand [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),\nuse the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),\nuse the horizontal display mode.",
|
|
990
|
+
"tags": [
|
|
991
|
+
{
|
|
992
|
+
"tag": "default",
|
|
993
|
+
"text": "\"vertical\"\n"
|
|
994
|
+
}
|
|
995
|
+
]
|
|
969
996
|
},
|
|
970
997
|
"type": {
|
|
971
998
|
"type": "reference",
|
|
@@ -986,7 +1013,7 @@
|
|
|
986
1013
|
"tags": [
|
|
987
1014
|
{
|
|
988
1015
|
"tag": "default",
|
|
989
|
-
"text": "
|
|
1016
|
+
"text": "\"vertical\"\n"
|
|
990
1017
|
}
|
|
991
1018
|
]
|
|
992
1019
|
},
|
|
@@ -1022,7 +1049,7 @@
|
|
|
1022
1049
|
"sources": [
|
|
1023
1050
|
{
|
|
1024
1051
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1025
|
-
"line":
|
|
1052
|
+
"line": 146,
|
|
1026
1053
|
"character": 13
|
|
1027
1054
|
}
|
|
1028
1055
|
],
|
|
@@ -1079,6 +1106,8 @@
|
|
|
1079
1106
|
"name": "Input",
|
|
1080
1107
|
"type": {
|
|
1081
1108
|
"type": "reference",
|
|
1109
|
+
"qualifiedName": "InputDecorator",
|
|
1110
|
+
"package": "@angular/core",
|
|
1082
1111
|
"name": "Input"
|
|
1083
1112
|
},
|
|
1084
1113
|
"arguments": {}
|
|
@@ -1087,7 +1116,7 @@
|
|
|
1087
1116
|
"sources": [
|
|
1088
1117
|
{
|
|
1089
1118
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1090
|
-
"line":
|
|
1119
|
+
"line": 71,
|
|
1091
1120
|
"character": 13
|
|
1092
1121
|
}
|
|
1093
1122
|
],
|
|
@@ -1099,7 +1128,13 @@
|
|
|
1099
1128
|
"kindString": "Get signature",
|
|
1100
1129
|
"flags": {},
|
|
1101
1130
|
"comment": {
|
|
1102
|
-
"shortText": "Indicates whether the progress indicator is passive. Passive progress indicators inform users of\nprogress that concerns them but that they are not responsible for, and they must use the vertical display mode."
|
|
1131
|
+
"shortText": "Indicates whether the progress indicator is passive. Passive progress indicators inform users of\nprogress that concerns them but that they are not responsible for, and they must use the vertical display mode.",
|
|
1132
|
+
"tags": [
|
|
1133
|
+
{
|
|
1134
|
+
"tag": "default",
|
|
1135
|
+
"text": "false\n"
|
|
1136
|
+
}
|
|
1137
|
+
]
|
|
1103
1138
|
},
|
|
1104
1139
|
"type": {
|
|
1105
1140
|
"type": "intrinsic",
|
|
@@ -1154,7 +1189,7 @@
|
|
|
1154
1189
|
"sources": [
|
|
1155
1190
|
{
|
|
1156
1191
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1157
|
-
"line":
|
|
1192
|
+
"line": 154,
|
|
1158
1193
|
"character": 13
|
|
1159
1194
|
}
|
|
1160
1195
|
],
|
|
@@ -1184,14 +1219,13 @@
|
|
|
1184
1219
|
"flags": {
|
|
1185
1220
|
"isPublic": true
|
|
1186
1221
|
},
|
|
1187
|
-
"comment": {
|
|
1188
|
-
"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."
|
|
1189
|
-
},
|
|
1190
1222
|
"decorators": [
|
|
1191
1223
|
{
|
|
1192
1224
|
"name": "Input",
|
|
1193
1225
|
"type": {
|
|
1194
1226
|
"type": "reference",
|
|
1227
|
+
"qualifiedName": "InputDecorator",
|
|
1228
|
+
"package": "@angular/core",
|
|
1195
1229
|
"name": "Input"
|
|
1196
1230
|
},
|
|
1197
1231
|
"arguments": {}
|
|
@@ -1200,7 +1234,7 @@
|
|
|
1200
1234
|
"sources": [
|
|
1201
1235
|
{
|
|
1202
1236
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1203
|
-
"line":
|
|
1237
|
+
"line": 90,
|
|
1204
1238
|
"character": 13
|
|
1205
1239
|
}
|
|
1206
1240
|
],
|
|
@@ -1240,6 +1274,8 @@
|
|
|
1240
1274
|
]
|
|
1241
1275
|
}
|
|
1242
1276
|
],
|
|
1277
|
+
"qualifiedName": "Subject",
|
|
1278
|
+
"package": "rxjs",
|
|
1243
1279
|
"name": "Subject"
|
|
1244
1280
|
}
|
|
1245
1281
|
}
|
|
@@ -1264,6 +1300,8 @@
|
|
|
1264
1300
|
"name": "Input",
|
|
1265
1301
|
"type": {
|
|
1266
1302
|
"type": "reference",
|
|
1303
|
+
"qualifiedName": "InputDecorator",
|
|
1304
|
+
"package": "@angular/core",
|
|
1267
1305
|
"name": "Input"
|
|
1268
1306
|
},
|
|
1269
1307
|
"arguments": {}
|
|
@@ -1272,7 +1310,7 @@
|
|
|
1272
1310
|
"sources": [
|
|
1273
1311
|
{
|
|
1274
1312
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1275
|
-
"line":
|
|
1313
|
+
"line": 106,
|
|
1276
1314
|
"character": 13
|
|
1277
1315
|
}
|
|
1278
1316
|
],
|
|
@@ -1333,7 +1371,7 @@
|
|
|
1333
1371
|
"sources": [
|
|
1334
1372
|
{
|
|
1335
1373
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1336
|
-
"line":
|
|
1374
|
+
"line": 207,
|
|
1337
1375
|
"character": 9
|
|
1338
1376
|
}
|
|
1339
1377
|
],
|
|
@@ -1370,7 +1408,7 @@
|
|
|
1370
1408
|
"sources": [
|
|
1371
1409
|
{
|
|
1372
1410
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1373
|
-
"line":
|
|
1411
|
+
"line": 228,
|
|
1374
1412
|
"character": 9
|
|
1375
1413
|
}
|
|
1376
1414
|
],
|
|
@@ -1407,7 +1445,7 @@
|
|
|
1407
1445
|
"sources": [
|
|
1408
1446
|
{
|
|
1409
1447
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1410
|
-
"line":
|
|
1448
|
+
"line": 201,
|
|
1411
1449
|
"character": 9
|
|
1412
1450
|
}
|
|
1413
1451
|
],
|
|
@@ -1444,7 +1482,7 @@
|
|
|
1444
1482
|
"sources": [
|
|
1445
1483
|
{
|
|
1446
1484
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1447
|
-
"line":
|
|
1485
|
+
"line": 233,
|
|
1448
1486
|
"character": 9
|
|
1449
1487
|
}
|
|
1450
1488
|
],
|
|
@@ -1519,21 +1557,27 @@
|
|
|
1519
1557
|
"sources": [
|
|
1520
1558
|
{
|
|
1521
1559
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator.component.ts",
|
|
1522
|
-
"line":
|
|
1560
|
+
"line": 41,
|
|
1523
1561
|
"character": 13
|
|
1524
1562
|
}
|
|
1525
1563
|
],
|
|
1526
1564
|
"implementedTypes": [
|
|
1527
1565
|
{
|
|
1528
1566
|
"type": "reference",
|
|
1567
|
+
"qualifiedName": "OnInit",
|
|
1568
|
+
"package": "@angular/core",
|
|
1529
1569
|
"name": "OnInit"
|
|
1530
1570
|
},
|
|
1531
1571
|
{
|
|
1532
1572
|
"type": "reference",
|
|
1573
|
+
"qualifiedName": "AfterContentInit",
|
|
1574
|
+
"package": "@angular/core",
|
|
1533
1575
|
"name": "AfterContentInit"
|
|
1534
1576
|
},
|
|
1535
1577
|
{
|
|
1536
1578
|
"type": "reference",
|
|
1579
|
+
"qualifiedName": "OnDestroy",
|
|
1580
|
+
"package": "@angular/core",
|
|
1537
1581
|
"name": "OnDestroy"
|
|
1538
1582
|
}
|
|
1539
1583
|
]
|
|
@@ -1552,10 +1596,12 @@
|
|
|
1552
1596
|
"name": "Component",
|
|
1553
1597
|
"type": {
|
|
1554
1598
|
"type": "reference",
|
|
1599
|
+
"qualifiedName": "ComponentDecorator",
|
|
1600
|
+
"package": "@angular/core",
|
|
1555
1601
|
"name": "Component"
|
|
1556
1602
|
},
|
|
1557
1603
|
"arguments": {
|
|
1558
|
-
"obj": "{\n selector: 'sky-progress-indicator-nav-button',\n templateUrl: './progress-indicator-nav-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1604
|
+
"obj": "{\n selector: 'sky-progress-indicator-nav-button',\n templateUrl: './progress-indicator-nav-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1559
1605
|
}
|
|
1560
1606
|
}
|
|
1561
1607
|
],
|
|
@@ -1569,7 +1615,7 @@
|
|
|
1569
1615
|
"sources": [
|
|
1570
1616
|
{
|
|
1571
1617
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1572
|
-
"line":
|
|
1618
|
+
"line": 195,
|
|
1573
1619
|
"character": 2
|
|
1574
1620
|
}
|
|
1575
1621
|
],
|
|
@@ -1589,6 +1635,8 @@
|
|
|
1589
1635
|
"flags": {},
|
|
1590
1636
|
"type": {
|
|
1591
1637
|
"type": "reference",
|
|
1638
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
1639
|
+
"package": "@angular/core",
|
|
1592
1640
|
"name": "ChangeDetectorRef"
|
|
1593
1641
|
}
|
|
1594
1642
|
},
|
|
@@ -1603,6 +1651,8 @@
|
|
|
1603
1651
|
"name": "Optional",
|
|
1604
1652
|
"type": {
|
|
1605
1653
|
"type": "reference",
|
|
1654
|
+
"qualifiedName": "OptionalDecorator",
|
|
1655
|
+
"package": "@angular/core",
|
|
1606
1656
|
"name": "Optional"
|
|
1607
1657
|
},
|
|
1608
1658
|
"arguments": {}
|
|
@@ -1639,6 +1689,8 @@
|
|
|
1639
1689
|
"name": "Output",
|
|
1640
1690
|
"type": {
|
|
1641
1691
|
"type": "reference",
|
|
1692
|
+
"qualifiedName": "OutputDecorator",
|
|
1693
|
+
"package": "@angular/core",
|
|
1642
1694
|
"name": "Output"
|
|
1643
1695
|
},
|
|
1644
1696
|
"arguments": {}
|
|
@@ -1647,7 +1699,7 @@
|
|
|
1647
1699
|
"sources": [
|
|
1648
1700
|
{
|
|
1649
1701
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1650
|
-
"line":
|
|
1702
|
+
"line": 148,
|
|
1651
1703
|
"character": 9
|
|
1652
1704
|
}
|
|
1653
1705
|
],
|
|
@@ -1660,6 +1712,8 @@
|
|
|
1660
1712
|
"name": "SkyProgressIndicatorActionClickArgs"
|
|
1661
1713
|
}
|
|
1662
1714
|
],
|
|
1715
|
+
"qualifiedName": "EventEmitter",
|
|
1716
|
+
"package": "@angular/core",
|
|
1663
1717
|
"name": "EventEmitter"
|
|
1664
1718
|
},
|
|
1665
1719
|
"defaultValue": "..."
|
|
@@ -1677,7 +1731,7 @@
|
|
|
1677
1731
|
"tags": [
|
|
1678
1732
|
{
|
|
1679
1733
|
"tag": "default",
|
|
1680
|
-
"text": "
|
|
1734
|
+
"text": "\"Next\"\n"
|
|
1681
1735
|
}
|
|
1682
1736
|
]
|
|
1683
1737
|
},
|
|
@@ -1686,6 +1740,8 @@
|
|
|
1686
1740
|
"name": "Input",
|
|
1687
1741
|
"type": {
|
|
1688
1742
|
"type": "reference",
|
|
1743
|
+
"qualifiedName": "InputDecorator",
|
|
1744
|
+
"package": "@angular/core",
|
|
1689
1745
|
"name": "Input"
|
|
1690
1746
|
},
|
|
1691
1747
|
"arguments": {}
|
|
@@ -1694,7 +1750,7 @@
|
|
|
1694
1750
|
"sources": [
|
|
1695
1751
|
{
|
|
1696
1752
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1697
|
-
"line":
|
|
1753
|
+
"line": 46,
|
|
1698
1754
|
"character": 9
|
|
1699
1755
|
}
|
|
1700
1756
|
],
|
|
@@ -1714,7 +1770,7 @@
|
|
|
1714
1770
|
"sources": [
|
|
1715
1771
|
{
|
|
1716
1772
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1717
|
-
"line":
|
|
1773
|
+
"line": 173,
|
|
1718
1774
|
"character": 13
|
|
1719
1775
|
}
|
|
1720
1776
|
],
|
|
@@ -1745,6 +1801,8 @@
|
|
|
1745
1801
|
"name": "Input",
|
|
1746
1802
|
"type": {
|
|
1747
1803
|
"type": "reference",
|
|
1804
|
+
"qualifiedName": "InputDecorator",
|
|
1805
|
+
"package": "@angular/core",
|
|
1748
1806
|
"name": "Input"
|
|
1749
1807
|
},
|
|
1750
1808
|
"arguments": {}
|
|
@@ -1753,7 +1811,7 @@
|
|
|
1753
1811
|
"sources": [
|
|
1754
1812
|
{
|
|
1755
1813
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1756
|
-
"line":
|
|
1814
|
+
"line": 54,
|
|
1757
1815
|
"character": 13
|
|
1758
1816
|
}
|
|
1759
1817
|
],
|
|
@@ -1765,7 +1823,13 @@
|
|
|
1765
1823
|
"kindString": "Get signature",
|
|
1766
1824
|
"flags": {},
|
|
1767
1825
|
"comment": {
|
|
1768
|
-
"shortText": "Specifies the type of nav button to include.\nThe valid options are
|
|
1826
|
+
"shortText": "Specifies the type of nav button to include.\nThe valid options are `\"finish\"`, `\"next\"`, `\"previous\"`, and `\"reset\"`.",
|
|
1827
|
+
"tags": [
|
|
1828
|
+
{
|
|
1829
|
+
"tag": "default",
|
|
1830
|
+
"text": "\"next\"\n"
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1769
1833
|
},
|
|
1770
1834
|
"type": {
|
|
1771
1835
|
"type": "reference",
|
|
@@ -1782,11 +1846,11 @@
|
|
|
1782
1846
|
"kindString": "Set signature",
|
|
1783
1847
|
"flags": {},
|
|
1784
1848
|
"comment": {
|
|
1785
|
-
"shortText": "Specifies the type of nav button to include.\nThe valid options are
|
|
1849
|
+
"shortText": "Specifies the type of nav button to include.\nThe valid options are `\"finish\"`, `\"next\"`, `\"previous\"`, and `\"reset\"`.",
|
|
1786
1850
|
"tags": [
|
|
1787
1851
|
{
|
|
1788
1852
|
"tag": "default",
|
|
1789
|
-
"text": "next\n"
|
|
1853
|
+
"text": "\"next\"\n"
|
|
1790
1854
|
}
|
|
1791
1855
|
]
|
|
1792
1856
|
},
|
|
@@ -1822,7 +1886,7 @@
|
|
|
1822
1886
|
"sources": [
|
|
1823
1887
|
{
|
|
1824
1888
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1825
|
-
"line":
|
|
1889
|
+
"line": 150,
|
|
1826
1890
|
"character": 13
|
|
1827
1891
|
}
|
|
1828
1892
|
],
|
|
@@ -1853,6 +1917,8 @@
|
|
|
1853
1917
|
"name": "Input",
|
|
1854
1918
|
"type": {
|
|
1855
1919
|
"type": "reference",
|
|
1920
|
+
"qualifiedName": "InputDecorator",
|
|
1921
|
+
"package": "@angular/core",
|
|
1856
1922
|
"name": "Input"
|
|
1857
1923
|
},
|
|
1858
1924
|
"arguments": {}
|
|
@@ -1861,7 +1927,7 @@
|
|
|
1861
1927
|
"sources": [
|
|
1862
1928
|
{
|
|
1863
1929
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1864
|
-
"line":
|
|
1930
|
+
"line": 71,
|
|
1865
1931
|
"character": 13
|
|
1866
1932
|
}
|
|
1867
1933
|
],
|
|
@@ -1873,7 +1939,13 @@
|
|
|
1873
1939
|
"kindString": "Get signature",
|
|
1874
1940
|
"flags": {},
|
|
1875
1941
|
"comment": {
|
|
1876
|
-
"shortText": "Indicates whether to disable the nav button."
|
|
1942
|
+
"shortText": "Indicates whether to disable the nav button.",
|
|
1943
|
+
"tags": [
|
|
1944
|
+
{
|
|
1945
|
+
"tag": "default",
|
|
1946
|
+
"text": "false\n"
|
|
1947
|
+
}
|
|
1948
|
+
]
|
|
1877
1949
|
},
|
|
1878
1950
|
"type": {
|
|
1879
1951
|
"type": "intrinsic",
|
|
@@ -1928,7 +2000,7 @@
|
|
|
1928
2000
|
"sources": [
|
|
1929
2001
|
{
|
|
1930
2002
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1931
|
-
"line":
|
|
2003
|
+
"line": 177,
|
|
1932
2004
|
"character": 13
|
|
1933
2005
|
}
|
|
1934
2006
|
],
|
|
@@ -1985,6 +2057,8 @@
|
|
|
1985
2057
|
"name": "Input",
|
|
1986
2058
|
"type": {
|
|
1987
2059
|
"type": "reference",
|
|
2060
|
+
"qualifiedName": "InputDecorator",
|
|
2061
|
+
"package": "@angular/core",
|
|
1988
2062
|
"name": "Input"
|
|
1989
2063
|
},
|
|
1990
2064
|
"arguments": {}
|
|
@@ -1993,7 +2067,7 @@
|
|
|
1993
2067
|
"sources": [
|
|
1994
2068
|
{
|
|
1995
2069
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
1996
|
-
"line":
|
|
2070
|
+
"line": 98,
|
|
1997
2071
|
"character": 13
|
|
1998
2072
|
}
|
|
1999
2073
|
],
|
|
@@ -2005,7 +2079,13 @@
|
|
|
2005
2079
|
"kindString": "Get signature",
|
|
2006
2080
|
"flags": {},
|
|
2007
2081
|
"comment": {
|
|
2008
|
-
"shortText": "Specifies the progress indicator component to associate with the nav button."
|
|
2082
|
+
"shortText": "Specifies the progress indicator component to associate with the nav button.",
|
|
2083
|
+
"tags": [
|
|
2084
|
+
{
|
|
2085
|
+
"tag": "required",
|
|
2086
|
+
"text": "\n"
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2009
2089
|
},
|
|
2010
2090
|
"type": {
|
|
2011
2091
|
"type": "reference",
|
|
@@ -2062,7 +2142,7 @@
|
|
|
2062
2142
|
"sources": [
|
|
2063
2143
|
{
|
|
2064
2144
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2065
|
-
"line":
|
|
2145
|
+
"line": 200,
|
|
2066
2146
|
"character": 9
|
|
2067
2147
|
}
|
|
2068
2148
|
],
|
|
@@ -2099,7 +2179,7 @@
|
|
|
2099
2179
|
"sources": [
|
|
2100
2180
|
{
|
|
2101
2181
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2102
|
-
"line":
|
|
2182
|
+
"line": 208,
|
|
2103
2183
|
"character": 9
|
|
2104
2184
|
}
|
|
2105
2185
|
],
|
|
@@ -2136,7 +2216,7 @@
|
|
|
2136
2216
|
"sources": [
|
|
2137
2217
|
{
|
|
2138
2218
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2139
|
-
"line":
|
|
2219
|
+
"line": 214,
|
|
2140
2220
|
"character": 9
|
|
2141
2221
|
}
|
|
2142
2222
|
],
|
|
@@ -2156,6 +2236,8 @@
|
|
|
2156
2236
|
"flags": {},
|
|
2157
2237
|
"type": {
|
|
2158
2238
|
"type": "reference",
|
|
2239
|
+
"qualifiedName": "MouseEvent",
|
|
2240
|
+
"package": "typescript",
|
|
2159
2241
|
"name": "MouseEvent"
|
|
2160
2242
|
}
|
|
2161
2243
|
}
|
|
@@ -2209,17 +2291,21 @@
|
|
|
2209
2291
|
"sources": [
|
|
2210
2292
|
{
|
|
2211
2293
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.ts",
|
|
2212
|
-
"line":
|
|
2294
|
+
"line": 38,
|
|
2213
2295
|
"character": 13
|
|
2214
2296
|
}
|
|
2215
2297
|
],
|
|
2216
2298
|
"implementedTypes": [
|
|
2217
2299
|
{
|
|
2218
2300
|
"type": "reference",
|
|
2301
|
+
"qualifiedName": "AfterViewInit",
|
|
2302
|
+
"package": "@angular/core",
|
|
2219
2303
|
"name": "AfterViewInit"
|
|
2220
2304
|
},
|
|
2221
2305
|
{
|
|
2222
2306
|
"type": "reference",
|
|
2307
|
+
"qualifiedName": "OnDestroy",
|
|
2308
|
+
"package": "@angular/core",
|
|
2223
2309
|
"name": "OnDestroy"
|
|
2224
2310
|
}
|
|
2225
2311
|
]
|
|
@@ -2238,10 +2324,12 @@
|
|
|
2238
2324
|
"name": "Component",
|
|
2239
2325
|
"type": {
|
|
2240
2326
|
"type": "reference",
|
|
2327
|
+
"qualifiedName": "ComponentDecorator",
|
|
2328
|
+
"package": "@angular/core",
|
|
2241
2329
|
"name": "Component"
|
|
2242
2330
|
},
|
|
2243
2331
|
"arguments": {
|
|
2244
|
-
"obj": "{\n selector: 'sky-progress-indicator-reset-button',\n templateUrl: './progress-indicator-reset-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
2332
|
+
"obj": "{\n selector: 'sky-progress-indicator-reset-button',\n templateUrl: './progress-indicator-reset-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2245
2333
|
}
|
|
2246
2334
|
}
|
|
2247
2335
|
],
|
|
@@ -2255,7 +2343,7 @@
|
|
|
2255
2343
|
"sources": [
|
|
2256
2344
|
{
|
|
2257
2345
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2258
|
-
"line":
|
|
2346
|
+
"line": 56,
|
|
2259
2347
|
"character": 2
|
|
2260
2348
|
}
|
|
2261
2349
|
],
|
|
@@ -2275,6 +2363,8 @@
|
|
|
2275
2363
|
"flags": {},
|
|
2276
2364
|
"type": {
|
|
2277
2365
|
"type": "reference",
|
|
2366
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
2367
|
+
"package": "@angular/core",
|
|
2278
2368
|
"name": "ChangeDetectorRef"
|
|
2279
2369
|
}
|
|
2280
2370
|
}
|
|
@@ -2309,6 +2399,8 @@
|
|
|
2309
2399
|
"name": "Input",
|
|
2310
2400
|
"type": {
|
|
2311
2401
|
"type": "reference",
|
|
2402
|
+
"qualifiedName": "InputDecorator",
|
|
2403
|
+
"package": "@angular/core",
|
|
2312
2404
|
"name": "Input"
|
|
2313
2405
|
},
|
|
2314
2406
|
"arguments": {}
|
|
@@ -2317,7 +2409,7 @@
|
|
|
2317
2409
|
"sources": [
|
|
2318
2410
|
{
|
|
2319
2411
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2320
|
-
"line":
|
|
2412
|
+
"line": 45,
|
|
2321
2413
|
"character": 9
|
|
2322
2414
|
}
|
|
2323
2415
|
],
|
|
@@ -2343,6 +2435,8 @@
|
|
|
2343
2435
|
"name": "Output",
|
|
2344
2436
|
"type": {
|
|
2345
2437
|
"type": "reference",
|
|
2438
|
+
"qualifiedName": "OutputDecorator",
|
|
2439
|
+
"package": "@angular/core",
|
|
2346
2440
|
"name": "Output"
|
|
2347
2441
|
},
|
|
2348
2442
|
"arguments": {}
|
|
@@ -2351,7 +2445,7 @@
|
|
|
2351
2445
|
"sources": [
|
|
2352
2446
|
{
|
|
2353
2447
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2354
|
-
"line":
|
|
2448
|
+
"line": 52,
|
|
2355
2449
|
"character": 9
|
|
2356
2450
|
}
|
|
2357
2451
|
],
|
|
@@ -2363,6 +2457,8 @@
|
|
|
2363
2457
|
"name": "any"
|
|
2364
2458
|
}
|
|
2365
2459
|
],
|
|
2460
|
+
"qualifiedName": "EventEmitter",
|
|
2461
|
+
"package": "@angular/core",
|
|
2366
2462
|
"name": "EventEmitter"
|
|
2367
2463
|
},
|
|
2368
2464
|
"defaultValue": "..."
|
|
@@ -2380,6 +2476,8 @@
|
|
|
2380
2476
|
"name": "Input",
|
|
2381
2477
|
"type": {
|
|
2382
2478
|
"type": "reference",
|
|
2479
|
+
"qualifiedName": "InputDecorator",
|
|
2480
|
+
"package": "@angular/core",
|
|
2383
2481
|
"name": "Input"
|
|
2384
2482
|
},
|
|
2385
2483
|
"arguments": {}
|
|
@@ -2388,7 +2486,7 @@
|
|
|
2388
2486
|
"sources": [
|
|
2389
2487
|
{
|
|
2390
2488
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2391
|
-
"line":
|
|
2489
|
+
"line": 31,
|
|
2392
2490
|
"character": 13
|
|
2393
2491
|
}
|
|
2394
2492
|
],
|
|
@@ -2400,7 +2498,13 @@
|
|
|
2400
2498
|
"kindString": "Get signature",
|
|
2401
2499
|
"flags": {},
|
|
2402
2500
|
"comment": {
|
|
2403
|
-
"shortText": "Indicates whether to disable the reset button."
|
|
2501
|
+
"shortText": "Indicates whether to disable the reset button.",
|
|
2502
|
+
"tags": [
|
|
2503
|
+
{
|
|
2504
|
+
"tag": "default",
|
|
2505
|
+
"text": "false\n"
|
|
2506
|
+
}
|
|
2507
|
+
]
|
|
2404
2508
|
},
|
|
2405
2509
|
"type": {
|
|
2406
2510
|
"type": "intrinsic",
|
|
@@ -2455,7 +2559,7 @@
|
|
|
2455
2559
|
"sources": [
|
|
2456
2560
|
{
|
|
2457
2561
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2458
|
-
"line":
|
|
2562
|
+
"line": 64,
|
|
2459
2563
|
"character": 9
|
|
2460
2564
|
}
|
|
2461
2565
|
],
|
|
@@ -2492,7 +2596,7 @@
|
|
|
2492
2596
|
"sources": [
|
|
2493
2597
|
{
|
|
2494
2598
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2495
|
-
"line":
|
|
2599
|
+
"line": 68,
|
|
2496
2600
|
"character": 9
|
|
2497
2601
|
}
|
|
2498
2602
|
],
|
|
@@ -2546,13 +2650,15 @@
|
|
|
2546
2650
|
"sources": [
|
|
2547
2651
|
{
|
|
2548
2652
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.ts",
|
|
2549
|
-
"line":
|
|
2653
|
+
"line": 25,
|
|
2550
2654
|
"character": 13
|
|
2551
2655
|
}
|
|
2552
2656
|
],
|
|
2553
2657
|
"implementedTypes": [
|
|
2554
2658
|
{
|
|
2555
2659
|
"type": "reference",
|
|
2660
|
+
"qualifiedName": "OnDestroy",
|
|
2661
|
+
"package": "@angular/core",
|
|
2556
2662
|
"name": "OnDestroy"
|
|
2557
2663
|
}
|
|
2558
2664
|
]
|
|
@@ -2571,10 +2677,12 @@
|
|
|
2571
2677
|
"name": "Component",
|
|
2572
2678
|
"type": {
|
|
2573
2679
|
"type": "reference",
|
|
2680
|
+
"qualifiedName": "ComponentDecorator",
|
|
2681
|
+
"package": "@angular/core",
|
|
2574
2682
|
"name": "Component"
|
|
2575
2683
|
},
|
|
2576
2684
|
"arguments": {
|
|
2577
|
-
"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
|
|
2685
|
+
"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}"
|
|
2578
2686
|
}
|
|
2579
2687
|
}
|
|
2580
2688
|
],
|
|
@@ -2613,7 +2721,7 @@
|
|
|
2613
2721
|
"sources": [
|
|
2614
2722
|
{
|
|
2615
2723
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.ts",
|
|
2616
|
-
"line":
|
|
2724
|
+
"line": 12,
|
|
2617
2725
|
"character": 13
|
|
2618
2726
|
}
|
|
2619
2727
|
]
|
|
@@ -2640,12 +2748,14 @@
|
|
|
2640
2748
|
"sources": [
|
|
2641
2749
|
{
|
|
2642
2750
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
|
|
2643
|
-
"line":
|
|
2751
|
+
"line": 15,
|
|
2644
2752
|
"character": 2
|
|
2645
2753
|
}
|
|
2646
2754
|
],
|
|
2647
2755
|
"type": {
|
|
2648
2756
|
"type": "reference",
|
|
2757
|
+
"qualifiedName": "MouseEvent",
|
|
2758
|
+
"package": "typescript",
|
|
2649
2759
|
"name": "MouseEvent"
|
|
2650
2760
|
}
|
|
2651
2761
|
},
|
|
@@ -2661,7 +2771,7 @@
|
|
|
2661
2771
|
"sources": [
|
|
2662
2772
|
{
|
|
2663
2773
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
|
|
2664
|
-
"line":
|
|
2774
|
+
"line": 10,
|
|
2665
2775
|
"character": 2
|
|
2666
2776
|
}
|
|
2667
2777
|
],
|
|
@@ -2685,7 +2795,7 @@
|
|
|
2685
2795
|
"sources": [
|
|
2686
2796
|
{
|
|
2687
2797
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-action-click-args.ts",
|
|
2688
|
-
"line":
|
|
2798
|
+
"line": 6,
|
|
2689
2799
|
"character": 17
|
|
2690
2800
|
}
|
|
2691
2801
|
]
|
|
@@ -2711,7 +2821,7 @@
|
|
|
2711
2821
|
"sources": [
|
|
2712
2822
|
{
|
|
2713
2823
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
2714
|
-
"line":
|
|
2824
|
+
"line": 7,
|
|
2715
2825
|
"character": 2
|
|
2716
2826
|
}
|
|
2717
2827
|
],
|
|
@@ -2734,7 +2844,7 @@
|
|
|
2734
2844
|
"sources": [
|
|
2735
2845
|
{
|
|
2736
2846
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
2737
|
-
"line":
|
|
2847
|
+
"line": 12,
|
|
2738
2848
|
"character": 2
|
|
2739
2849
|
}
|
|
2740
2850
|
],
|
|
@@ -2757,7 +2867,7 @@
|
|
|
2757
2867
|
"sources": [
|
|
2758
2868
|
{
|
|
2759
2869
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
2760
|
-
"line":
|
|
2870
|
+
"line": 17,
|
|
2761
2871
|
"character": 2
|
|
2762
2872
|
}
|
|
2763
2873
|
],
|
|
@@ -2785,7 +2895,7 @@
|
|
|
2785
2895
|
"sources": [
|
|
2786
2896
|
{
|
|
2787
2897
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-change.ts",
|
|
2788
|
-
"line":
|
|
2898
|
+
"line": 3,
|
|
2789
2899
|
"character": 17
|
|
2790
2900
|
}
|
|
2791
2901
|
]
|
|
@@ -2811,7 +2921,7 @@
|
|
|
2811
2921
|
"sources": [
|
|
2812
2922
|
{
|
|
2813
2923
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
2814
|
-
"line":
|
|
2924
|
+
"line": 13,
|
|
2815
2925
|
"character": 2
|
|
2816
2926
|
}
|
|
2817
2927
|
],
|
|
@@ -2834,8 +2944,8 @@
|
|
|
2834
2944
|
},
|
|
2835
2945
|
"sources": [
|
|
2836
2946
|
{
|
|
2837
|
-
"fileName": "
|
|
2838
|
-
"line":
|
|
2947
|
+
"fileName": "lib/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
2948
|
+
"line": 14,
|
|
2839
2949
|
"character": 4
|
|
2840
2950
|
}
|
|
2841
2951
|
],
|
|
@@ -2892,7 +3002,7 @@
|
|
|
2892
3002
|
"sources": [
|
|
2893
3003
|
{
|
|
2894
3004
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
2895
|
-
"line":
|
|
3005
|
+
"line": 7,
|
|
2896
3006
|
"character": 2
|
|
2897
3007
|
}
|
|
2898
3008
|
],
|
|
@@ -2916,7 +3026,7 @@
|
|
|
2916
3026
|
"sources": [
|
|
2917
3027
|
{
|
|
2918
3028
|
"fileName": "projects/progress-indicator/src/modules/progress-indicator/types/progress-indicator-message.ts",
|
|
2919
|
-
"line":
|
|
3029
|
+
"line": 3,
|
|
2920
3030
|
"character": 17
|
|
2921
3031
|
}
|
|
2922
3032
|
]
|
|
@@ -2998,7 +3108,7 @@
|
|
|
2998
3108
|
"groups": [
|
|
2999
3109
|
{
|
|
3000
3110
|
"title": "Enumerations",
|
|
3001
|
-
"kind":
|
|
3111
|
+
"kind": 8,
|
|
3002
3112
|
"children": [
|
|
3003
3113
|
177,
|
|
3004
3114
|
189
|
|
@@ -3037,7 +3147,7 @@
|
|
|
3037
3147
|
],
|
|
3038
3148
|
"sources": [
|
|
3039
3149
|
{
|
|
3040
|
-
"fileName": "
|
|
3150
|
+
"fileName": "index.ts",
|
|
3041
3151
|
"line": 1,
|
|
3042
3152
|
"character": 0
|
|
3043
3153
|
}
|
|
@@ -3047,17 +3157,17 @@
|
|
|
3047
3157
|
{
|
|
3048
3158
|
"fileName": "progress-indicator-passive-demo.component.html",
|
|
3049
3159
|
"filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/basic/progress-indicator-passive-demo.component.html",
|
|
3050
|
-
"rawContents": "<sky-progress-indicator
|
|
3160
|
+
"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"
|
|
3051
3161
|
},
|
|
3052
3162
|
{
|
|
3053
3163
|
"fileName": "progress-indicator-passive-demo.component.ts",
|
|
3054
3164
|
"filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/basic/progress-indicator-passive-demo.component.ts",
|
|
3055
|
-
"rawContents": "import {
|
|
3165
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-progress-indicator-passive-demo',\n templateUrl: './progress-indicator-passive-demo.component.html',\n})\nexport class SkyProgressIndicatorPassiveDemoComponent {}\n"
|
|
3056
3166
|
},
|
|
3057
3167
|
{
|
|
3058
3168
|
"fileName": "progress-indicator-passive-demo.module.ts",
|
|
3059
3169
|
"filePath": "/projects/progress-indicator/documentation/code-examples/passive-indicator/basic/progress-indicator-passive-demo.module.ts",
|
|
3060
|
-
"rawContents": "import {
|
|
3170
|
+
"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"
|
|
3061
3171
|
},
|
|
3062
3172
|
{
|
|
3063
3173
|
"fileName": "progress-indicator-waterfall-demo-context.ts",
|
|
@@ -3067,52 +3177,52 @@
|
|
|
3067
3177
|
{
|
|
3068
3178
|
"fileName": "progress-indicator-waterfall-demo-form.component.html",
|
|
3069
3179
|
"filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo-form.component.html",
|
|
3070
|
-
"rawContents": "<sky-modal>\n <sky-modal-header>\n {{ context.title }}\n </sky-modal-header>\n <sky-modal-content>\n <br
|
|
3180
|
+
"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
3181
|
},
|
|
3072
3182
|
{
|
|
3073
3183
|
"fileName": "progress-indicator-waterfall-demo-form.component.ts",
|
|
3074
3184
|
"filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo-form.component.ts",
|
|
3075
|
-
"rawContents": "import {
|
|
3185
|
+
"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: 'app-progress-indicator-waterfall-horizontal-demo',\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"
|
|
3076
3186
|
},
|
|
3077
3187
|
{
|
|
3078
3188
|
"fileName": "progress-indicator-waterfall-demo.component.html",
|
|
3079
3189
|
"filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo.component.html",
|
|
3080
|
-
"rawContents": "<sky-progress-indicator\n
|
|
3190
|
+
"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"
|
|
3081
3191
|
},
|
|
3082
3192
|
{
|
|
3083
3193
|
"fileName": "progress-indicator-waterfall-demo.component.ts",
|
|
3084
3194
|
"filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo.component.ts",
|
|
3085
|
-
"rawContents": "import {\n Component,\n ChangeDetectionStrategy,\n ChangeDetectorRef
|
|
3195
|
+
"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"
|
|
3086
3196
|
},
|
|
3087
3197
|
{
|
|
3088
3198
|
"fileName": "progress-indicator-waterfall-demo.module.ts",
|
|
3089
3199
|
"filePath": "/projects/progress-indicator/documentation/code-examples/waterfall-indicator/basic/progress-indicator-waterfall-demo.module.ts",
|
|
3090
|
-
"rawContents": "import {
|
|
3200
|
+
"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"
|
|
3091
3201
|
},
|
|
3092
3202
|
{
|
|
3093
3203
|
"fileName": "wizard-demo-modal.component.html",
|
|
3094
3204
|
"filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo-modal.component.html",
|
|
3095
|
-
"rawContents": "<sky-modal>\n <sky-modal-header>\n {{ title }}\n </sky-modal-header>\n <sky-modal-content>\n <form
|
|
3205
|
+
"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"
|
|
3096
3206
|
},
|
|
3097
3207
|
{
|
|
3098
3208
|
"fileName": "wizard-demo-modal.component.ts",
|
|
3099
3209
|
"filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo-modal.component.ts",
|
|
3100
|
-
"rawContents": "import {
|
|
3210
|
+
"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"
|
|
3101
3211
|
},
|
|
3102
3212
|
{
|
|
3103
3213
|
"fileName": "wizard-demo.component.html",
|
|
3104
3214
|
"filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo.component.html",
|
|
3105
|
-
"rawContents": "<button
|
|
3215
|
+
"rawContents": "<button type=\"button\" class=\"sky-btn sky-btn-default\" (click)=\"openWizard()\">\n Open wizard\n</button>\n"
|
|
3106
3216
|
},
|
|
3107
3217
|
{
|
|
3108
3218
|
"fileName": "wizard-demo.component.ts",
|
|
3109
3219
|
"filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo.component.ts",
|
|
3110
|
-
"rawContents": "import {
|
|
3220
|
+
"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"
|
|
3111
3221
|
},
|
|
3112
3222
|
{
|
|
3113
3223
|
"fileName": "wizard-demo.module.ts",
|
|
3114
3224
|
"filePath": "/projects/progress-indicator/documentation/code-examples/wizard/basic/wizard-demo.module.ts",
|
|
3115
|
-
"rawContents": "import {
|
|
3225
|
+
"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"
|
|
3116
3226
|
}
|
|
3117
3227
|
]
|
|
3118
|
-
}
|
|
3228
|
+
}
|