@skyux/indicators 5.0.0-beta.4 → 5.0.3
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/bundles/skyux-indicators-testing.umd.js +2 -2
- package/bundles/skyux-indicators-testing.umd.js.map +1 -1
- package/bundles/skyux-indicators.umd.js +293 -345
- package/bundles/skyux-indicators.umd.js.map +1 -1
- package/documentation.json +184 -183
- package/esm2015/modules/alert/alert.component.js +5 -5
- package/esm2015/modules/alert/alert.module.js +9 -13
- package/esm2015/modules/chevron/chevron.component.js +5 -5
- package/esm2015/modules/chevron/chevron.module.js +9 -13
- package/esm2015/modules/help-inline/help-inline.component.js +5 -5
- package/esm2015/modules/help-inline/help-inline.module.js +9 -13
- package/esm2015/modules/icon/icon-class-list.pipe.js +5 -5
- package/esm2015/modules/icon/icon-resolver.service.js +5 -5
- package/esm2015/modules/icon/icon-stack-item.js +1 -1
- package/esm2015/modules/icon/icon-stack.component.js +5 -5
- package/esm2015/modules/icon/icon.component.js +5 -5
- package/esm2015/modules/icon/icon.module.js +8 -25
- package/esm2015/modules/key-info/key-info-label.component.js +5 -5
- package/esm2015/modules/key-info/key-info-value.component.js +5 -5
- package/esm2015/modules/key-info/key-info.component.js +5 -5
- package/esm2015/modules/key-info/key-info.module.js +9 -13
- package/esm2015/modules/label/label.component.js +5 -5
- package/esm2015/modules/label/label.module.js +8 -19
- package/esm2015/modules/shared/indicator-description-type.js +1 -1
- package/esm2015/modules/shared/indicator-icon-utility.js +4 -4
- package/esm2015/modules/shared/indicator-icon.js +1 -1
- package/esm2015/modules/shared/sky-indicators-resources.module.js +34 -12
- package/esm2015/modules/status-indicator/status-indicator.component.js +10 -7
- package/esm2015/modules/status-indicator/status-indicator.module.js +9 -13
- package/esm2015/modules/text-highlight/text-highlight.directive.js +11 -7
- package/esm2015/modules/text-highlight/text-highlight.module.js +8 -16
- package/esm2015/modules/tokens/token.component.js +9 -9
- package/esm2015/modules/tokens/tokens.component.js +34 -35
- package/esm2015/modules/tokens/tokens.module.js +10 -18
- package/esm2015/modules/tokens/types/token-selected-event-args.js +1 -1
- package/esm2015/modules/tokens/types/token.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
- package/esm2015/modules/tokens/types/tokens-message.js +1 -1
- package/esm2015/modules/wait/wait-adapter.service.js +29 -22
- package/esm2015/modules/wait/wait-page-adapter.service.js +5 -5
- package/esm2015/modules/wait/wait-page.component.js +5 -5
- package/esm2015/modules/wait/wait.component.js +9 -12
- package/esm2015/modules/wait/wait.module.js +9 -27
- package/esm2015/modules/wait/wait.service.js +6 -6
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/wait-fixture.js +1 -1
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +260 -310
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/package.json +7 -7
package/documentation.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"typedoc": {
|
|
38
38
|
"id": 0,
|
|
39
39
|
"name": "@skyux/indicators",
|
|
40
|
-
"kind":
|
|
40
|
+
"kind": 1,
|
|
41
41
|
"kindString": "Project",
|
|
42
42
|
"flags": {},
|
|
43
43
|
"originalName": "",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
{
|
|
46
46
|
"id": 323,
|
|
47
47
|
"name": "SkyTokensMessageType",
|
|
48
|
-
"kind":
|
|
48
|
+
"kind": 8,
|
|
49
49
|
"kindString": "Enumeration",
|
|
50
50
|
"flags": {},
|
|
51
51
|
"children": [
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"sources": [
|
|
62
62
|
{
|
|
63
63
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
64
|
-
"line":
|
|
64
|
+
"line": 10,
|
|
65
65
|
"character": 2
|
|
66
66
|
}
|
|
67
67
|
],
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"sources": [
|
|
80
80
|
{
|
|
81
81
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
82
|
-
"line":
|
|
82
|
+
"line": 5,
|
|
83
83
|
"character": 2
|
|
84
84
|
}
|
|
85
85
|
],
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"sources": [
|
|
98
98
|
{
|
|
99
99
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
100
|
-
"line":
|
|
100
|
+
"line": 20,
|
|
101
101
|
"character": 2
|
|
102
102
|
}
|
|
103
103
|
],
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"sources": [
|
|
116
116
|
{
|
|
117
117
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
118
|
-
"line":
|
|
118
|
+
"line": 15,
|
|
119
119
|
"character": 2
|
|
120
120
|
}
|
|
121
121
|
],
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"sources": [
|
|
134
134
|
{
|
|
135
135
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
136
|
-
"line":
|
|
136
|
+
"line": 25,
|
|
137
137
|
"character": 2
|
|
138
138
|
}
|
|
139
139
|
],
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"name": "NgModule"
|
|
176
176
|
},
|
|
177
177
|
"arguments": {
|
|
178
|
-
"obj": "{\n declarations: [
|
|
178
|
+
"obj": "{\n declarations: [SkyAlertComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyAlertComponent],\n}"
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"sources": [
|
|
215
215
|
{
|
|
216
216
|
"fileName": "projects/indicators/src/modules/alert/alert.module.ts",
|
|
217
|
-
"line":
|
|
217
|
+
"line": 26,
|
|
218
218
|
"character": 13
|
|
219
219
|
}
|
|
220
220
|
]
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"name": "NgModule"
|
|
234
234
|
},
|
|
235
235
|
"arguments": {
|
|
236
|
-
"obj": "{\n declarations: [
|
|
236
|
+
"obj": "{\n declarations: [SkyChevronComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyChevronComponent],\n}"
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
],
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"sources": [
|
|
273
273
|
{
|
|
274
274
|
"fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
|
|
275
|
-
"line":
|
|
275
|
+
"line": 23,
|
|
276
276
|
"character": 13
|
|
277
277
|
}
|
|
278
278
|
]
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"name": "NgModule"
|
|
292
292
|
},
|
|
293
293
|
"arguments": {
|
|
294
|
-
"obj": "{\n declarations: [
|
|
294
|
+
"obj": "{\n declarations: [SkyHelpInlineComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyHelpInlineComponent],\n}"
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
],
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"sources": [
|
|
331
331
|
{
|
|
332
332
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.module.ts",
|
|
333
|
-
"line":
|
|
333
|
+
"line": 26,
|
|
334
334
|
"character": 13
|
|
335
335
|
}
|
|
336
336
|
]
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"name": "NgModule"
|
|
350
350
|
},
|
|
351
351
|
"arguments": {
|
|
352
|
-
"obj": "{\n declarations: [
|
|
352
|
+
"obj": "{\n declarations: [SkyIconClassListPipe, SkyIconComponent, SkyIconStackComponent],\n imports: [CommonModule, SkyThemeIconManifestModule],\n exports: [SkyIconComponent, SkyIconStackComponent],\n}"
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
355
|
],
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"sources": [
|
|
389
389
|
{
|
|
390
390
|
"fileName": "projects/indicators/src/modules/icon/icon.module.ts",
|
|
391
|
-
"line":
|
|
391
|
+
"line": 18,
|
|
392
392
|
"character": 13
|
|
393
393
|
}
|
|
394
394
|
]
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"name": "NgModule"
|
|
408
408
|
},
|
|
409
409
|
"arguments": {
|
|
410
|
-
"obj": "{\n declarations: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent
|
|
410
|
+
"obj": "{\n declarations: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent,\n ],\n}"
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
],
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"sources": [
|
|
447
447
|
{
|
|
448
448
|
"fileName": "projects/indicators/src/modules/key-info/key-info.module.ts",
|
|
449
|
-
"line":
|
|
449
|
+
"line": 24,
|
|
450
450
|
"character": 13
|
|
451
451
|
}
|
|
452
452
|
]
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
"name": "NgModule"
|
|
466
466
|
},
|
|
467
467
|
"arguments": {
|
|
468
|
-
"obj": "{\n declarations: [
|
|
468
|
+
"obj": "{\n declarations: [SkyLabelComponent],\n imports: [CommonModule, SkyIconModule],\n exports: [SkyLabelComponent],\n}"
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
471
|
],
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"sources": [
|
|
505
505
|
{
|
|
506
506
|
"fileName": "projects/indicators/src/modules/label/label.module.ts",
|
|
507
|
-
"line":
|
|
507
|
+
"line": 14,
|
|
508
508
|
"character": 13
|
|
509
509
|
}
|
|
510
510
|
]
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"name": "NgModule"
|
|
524
524
|
},
|
|
525
525
|
"arguments": {
|
|
526
|
-
"obj": "{\n declarations: [
|
|
526
|
+
"obj": "{\n declarations: [SkyStatusIndicatorComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n ],\n exports: [SkyStatusIndicatorComponent],\n}"
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
],
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"sources": [
|
|
563
563
|
{
|
|
564
564
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.module.ts",
|
|
565
|
-
"line":
|
|
565
|
+
"line": 23,
|
|
566
566
|
"character": 13
|
|
567
567
|
}
|
|
568
568
|
]
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
"name": "NgModule"
|
|
582
582
|
},
|
|
583
583
|
"arguments": {
|
|
584
|
-
"obj": "{\n declarations: [
|
|
584
|
+
"obj": "{\n declarations: [SkyTextHighlightDirective],\n exports: [SkyTextHighlightDirective],\n providers: [MutationObserverService],\n}"
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
],
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"sources": [
|
|
621
621
|
{
|
|
622
622
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.module.ts",
|
|
623
|
-
"line":
|
|
623
|
+
"line": 12,
|
|
624
624
|
"character": 13
|
|
625
625
|
}
|
|
626
626
|
]
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"name": "NgModule"
|
|
640
640
|
},
|
|
641
641
|
"arguments": {
|
|
642
|
-
"obj": "{\n declarations: [
|
|
642
|
+
"obj": "{\n declarations: [SkyTokenComponent, SkyTokensComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n ],\n exports: [SkyTokenComponent, SkyTokensComponent],\n}"
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
645
|
],
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"sources": [
|
|
679
679
|
{
|
|
680
680
|
"fileName": "projects/indicators/src/modules/tokens/tokens.module.ts",
|
|
681
|
-
"line":
|
|
681
|
+
"line": 25,
|
|
682
682
|
"character": 13
|
|
683
683
|
}
|
|
684
684
|
]
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"name": "NgModule"
|
|
698
698
|
},
|
|
699
699
|
"arguments": {
|
|
700
|
-
"obj": "{\n declarations: [
|
|
700
|
+
"obj": "{\n declarations: [SkyWaitComponent, SkyWaitPageComponent],\n imports: [CommonModule, SkyI18nModule, SkyIndicatorsResourcesModule],\n exports: [SkyWaitComponent],\n entryComponents: [SkyWaitPageComponent],\n}"
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
703
|
],
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
"sources": [
|
|
737
737
|
{
|
|
738
738
|
"fileName": "projects/indicators/src/modules/wait/wait.module.ts",
|
|
739
|
-
"line":
|
|
739
|
+
"line": 19,
|
|
740
740
|
"character": 13
|
|
741
741
|
}
|
|
742
742
|
]
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"name": "Injectable"
|
|
756
756
|
},
|
|
757
757
|
"arguments": {
|
|
758
|
-
"options": "{\n providedIn: 'root'
|
|
758
|
+
"options": "{\n providedIn: 'root',\n}"
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
],
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"sources": [
|
|
770
770
|
{
|
|
771
771
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
772
|
-
"line":
|
|
772
|
+
"line": 28,
|
|
773
773
|
"character": 2
|
|
774
774
|
}
|
|
775
775
|
],
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
"sources": [
|
|
846
846
|
{
|
|
847
847
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
848
|
-
"line":
|
|
848
|
+
"line": 38,
|
|
849
849
|
"character": 9
|
|
850
850
|
}
|
|
851
851
|
],
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
"sources": [
|
|
878
878
|
{
|
|
879
879
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
880
|
-
"line":
|
|
880
|
+
"line": 45,
|
|
881
881
|
"character": 9
|
|
882
882
|
}
|
|
883
883
|
],
|
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"sources": [
|
|
910
910
|
{
|
|
911
911
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
912
|
-
"line":
|
|
912
|
+
"line": 88,
|
|
913
913
|
"character": 9
|
|
914
914
|
}
|
|
915
915
|
],
|
|
@@ -944,6 +944,7 @@
|
|
|
944
944
|
"typeArguments": [
|
|
945
945
|
{
|
|
946
946
|
"type": "reference",
|
|
947
|
+
"id": 356,
|
|
947
948
|
"name": "T"
|
|
948
949
|
}
|
|
949
950
|
],
|
|
@@ -956,6 +957,7 @@
|
|
|
956
957
|
"typeArguments": [
|
|
957
958
|
{
|
|
958
959
|
"type": "reference",
|
|
960
|
+
"id": 356,
|
|
959
961
|
"name": "T"
|
|
960
962
|
}
|
|
961
963
|
],
|
|
@@ -975,7 +977,7 @@
|
|
|
975
977
|
"sources": [
|
|
976
978
|
{
|
|
977
979
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
978
|
-
"line":
|
|
980
|
+
"line": 68,
|
|
979
981
|
"character": 9
|
|
980
982
|
}
|
|
981
983
|
],
|
|
@@ -1007,7 +1009,7 @@
|
|
|
1007
1009
|
"sources": [
|
|
1008
1010
|
{
|
|
1009
1011
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1010
|
-
"line":
|
|
1012
|
+
"line": 53,
|
|
1011
1013
|
"character": 9
|
|
1012
1014
|
}
|
|
1013
1015
|
],
|
|
@@ -1039,7 +1041,7 @@
|
|
|
1039
1041
|
"sources": [
|
|
1040
1042
|
{
|
|
1041
1043
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1042
|
-
"line":
|
|
1044
|
+
"line": 61,
|
|
1043
1045
|
"character": 9
|
|
1044
1046
|
}
|
|
1045
1047
|
],
|
|
@@ -1071,7 +1073,7 @@
|
|
|
1071
1073
|
"sources": [
|
|
1072
1074
|
{
|
|
1073
1075
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1074
|
-
"line":
|
|
1076
|
+
"line": 99,
|
|
1075
1077
|
"character": 9
|
|
1076
1078
|
}
|
|
1077
1079
|
],
|
|
@@ -1106,6 +1108,7 @@
|
|
|
1106
1108
|
"typeArguments": [
|
|
1107
1109
|
{
|
|
1108
1110
|
"type": "reference",
|
|
1111
|
+
"id": 360,
|
|
1109
1112
|
"name": "T"
|
|
1110
1113
|
}
|
|
1111
1114
|
],
|
|
@@ -1118,6 +1121,7 @@
|
|
|
1118
1121
|
"typeArguments": [
|
|
1119
1122
|
{
|
|
1120
1123
|
"type": "reference",
|
|
1124
|
+
"id": 360,
|
|
1121
1125
|
"name": "T"
|
|
1122
1126
|
}
|
|
1123
1127
|
],
|
|
@@ -1152,7 +1156,7 @@
|
|
|
1152
1156
|
"sources": [
|
|
1153
1157
|
{
|
|
1154
1158
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
1155
|
-
"line":
|
|
1159
|
+
"line": 23,
|
|
1156
1160
|
"character": 13
|
|
1157
1161
|
}
|
|
1158
1162
|
]
|
|
@@ -1171,7 +1175,7 @@
|
|
|
1171
1175
|
"name": "Component"
|
|
1172
1176
|
},
|
|
1173
1177
|
"arguments": {
|
|
1174
|
-
"obj": "{\n selector: 'sky-alert',\n styleUrls: ['./alert.component.scss'],\n templateUrl: './alert.component.html'
|
|
1178
|
+
"obj": "{\n selector: 'sky-alert',\n styleUrls: ['./alert.component.scss'],\n templateUrl: './alert.component.html',\n}"
|
|
1175
1179
|
}
|
|
1176
1180
|
}
|
|
1177
1181
|
],
|
|
@@ -1208,7 +1212,7 @@
|
|
|
1208
1212
|
"sources": [
|
|
1209
1213
|
{
|
|
1210
1214
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1211
|
-
"line":
|
|
1215
|
+
"line": 52,
|
|
1212
1216
|
"character": 9
|
|
1213
1217
|
}
|
|
1214
1218
|
],
|
|
@@ -1229,7 +1233,7 @@
|
|
|
1229
1233
|
"sources": [
|
|
1230
1234
|
{
|
|
1231
1235
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1232
|
-
"line":
|
|
1236
|
+
"line": 54,
|
|
1233
1237
|
"character": 9
|
|
1234
1238
|
}
|
|
1235
1239
|
],
|
|
@@ -1269,7 +1273,7 @@
|
|
|
1269
1273
|
"sources": [
|
|
1270
1274
|
{
|
|
1271
1275
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1272
|
-
"line":
|
|
1276
|
+
"line": 37,
|
|
1273
1277
|
"character": 9
|
|
1274
1278
|
}
|
|
1275
1279
|
],
|
|
@@ -1308,7 +1312,7 @@
|
|
|
1308
1312
|
"sources": [
|
|
1309
1313
|
{
|
|
1310
1314
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1311
|
-
"line":
|
|
1315
|
+
"line": 44,
|
|
1312
1316
|
"character": 9
|
|
1313
1317
|
}
|
|
1314
1318
|
],
|
|
@@ -1341,7 +1345,7 @@
|
|
|
1341
1345
|
"sources": [
|
|
1342
1346
|
{
|
|
1343
1347
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1344
|
-
"line":
|
|
1348
|
+
"line": 50,
|
|
1345
1349
|
"character": 9
|
|
1346
1350
|
}
|
|
1347
1351
|
],
|
|
@@ -1378,7 +1382,7 @@
|
|
|
1378
1382
|
"sources": [
|
|
1379
1383
|
{
|
|
1380
1384
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1381
|
-
"line":
|
|
1385
|
+
"line": 23,
|
|
1382
1386
|
"character": 13
|
|
1383
1387
|
}
|
|
1384
1388
|
],
|
|
@@ -1445,7 +1449,7 @@
|
|
|
1445
1449
|
"sources": [
|
|
1446
1450
|
{
|
|
1447
1451
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1448
|
-
"line":
|
|
1452
|
+
"line": 62,
|
|
1449
1453
|
"character": 9
|
|
1450
1454
|
}
|
|
1451
1455
|
],
|
|
@@ -1474,7 +1478,7 @@
|
|
|
1474
1478
|
"sources": [
|
|
1475
1479
|
{
|
|
1476
1480
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1477
|
-
"line":
|
|
1481
|
+
"line": 58,
|
|
1478
1482
|
"character": 9
|
|
1479
1483
|
}
|
|
1480
1484
|
],
|
|
@@ -1539,7 +1543,7 @@
|
|
|
1539
1543
|
"sources": [
|
|
1540
1544
|
{
|
|
1541
1545
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1542
|
-
"line":
|
|
1546
|
+
"line": 16,
|
|
1543
1547
|
"character": 13
|
|
1544
1548
|
}
|
|
1545
1549
|
],
|
|
@@ -1564,7 +1568,7 @@
|
|
|
1564
1568
|
"name": "Component"
|
|
1565
1569
|
},
|
|
1566
1570
|
"arguments": {
|
|
1567
|
-
"obj": "{\n selector: 'sky-status-indicator',\n templateUrl: './status-indicator.component.html',\n styleUrls: ['./status-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1571
|
+
"obj": "{\n selector: 'sky-status-indicator',\n templateUrl: './status-indicator.component.html',\n styleUrls: ['./status-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1568
1572
|
}
|
|
1569
1573
|
}
|
|
1570
1574
|
],
|
|
@@ -1578,7 +1582,7 @@
|
|
|
1578
1582
|
"sources": [
|
|
1579
1583
|
{
|
|
1580
1584
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1581
|
-
"line":
|
|
1585
|
+
"line": 86,
|
|
1582
1586
|
"character": 2
|
|
1583
1587
|
}
|
|
1584
1588
|
],
|
|
@@ -1632,7 +1636,7 @@
|
|
|
1632
1636
|
"sources": [
|
|
1633
1637
|
{
|
|
1634
1638
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1635
|
-
"line":
|
|
1639
|
+
"line": 74,
|
|
1636
1640
|
"character": 9
|
|
1637
1641
|
}
|
|
1638
1642
|
],
|
|
@@ -1653,7 +1657,7 @@
|
|
|
1653
1657
|
"sources": [
|
|
1654
1658
|
{
|
|
1655
1659
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1656
|
-
"line":
|
|
1660
|
+
"line": 72,
|
|
1657
1661
|
"character": 9
|
|
1658
1662
|
}
|
|
1659
1663
|
],
|
|
@@ -1673,7 +1677,7 @@
|
|
|
1673
1677
|
"sources": [
|
|
1674
1678
|
{
|
|
1675
1679
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1676
|
-
"line":
|
|
1680
|
+
"line": 76,
|
|
1677
1681
|
"character": 9
|
|
1678
1682
|
}
|
|
1679
1683
|
],
|
|
@@ -1693,7 +1697,7 @@
|
|
|
1693
1697
|
"sources": [
|
|
1694
1698
|
{
|
|
1695
1699
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1696
|
-
"line":
|
|
1700
|
+
"line": 78,
|
|
1697
1701
|
"character": 9
|
|
1698
1702
|
}
|
|
1699
1703
|
],
|
|
@@ -1724,7 +1728,7 @@
|
|
|
1724
1728
|
"sources": [
|
|
1725
1729
|
{
|
|
1726
1730
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1727
|
-
"line":
|
|
1731
|
+
"line": 63,
|
|
1728
1732
|
"character": 13
|
|
1729
1733
|
}
|
|
1730
1734
|
],
|
|
@@ -1795,7 +1799,7 @@
|
|
|
1795
1799
|
"sources": [
|
|
1796
1800
|
{
|
|
1797
1801
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1798
|
-
"line":
|
|
1802
|
+
"line": 49,
|
|
1799
1803
|
"character": 13
|
|
1800
1804
|
}
|
|
1801
1805
|
],
|
|
@@ -1872,7 +1876,7 @@
|
|
|
1872
1876
|
"sources": [
|
|
1873
1877
|
{
|
|
1874
1878
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1875
|
-
"line":
|
|
1879
|
+
"line": 33,
|
|
1876
1880
|
"character": 13
|
|
1877
1881
|
}
|
|
1878
1882
|
],
|
|
@@ -1960,7 +1964,7 @@
|
|
|
1960
1964
|
"sources": [
|
|
1961
1965
|
{
|
|
1962
1966
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1963
|
-
"line":
|
|
1967
|
+
"line": 26,
|
|
1964
1968
|
"character": 13
|
|
1965
1969
|
}
|
|
1966
1970
|
]
|
|
@@ -1982,7 +1986,7 @@
|
|
|
1982
1986
|
"name": "Directive"
|
|
1983
1987
|
},
|
|
1984
1988
|
"arguments": {
|
|
1985
|
-
"obj": "{\n selector: '[skyHighlight]'
|
|
1989
|
+
"obj": "{\n selector: '[skyHighlight]',\n}"
|
|
1986
1990
|
}
|
|
1987
1991
|
}
|
|
1988
1992
|
],
|
|
@@ -1996,7 +2000,7 @@
|
|
|
1996
2000
|
"sources": [
|
|
1997
2001
|
{
|
|
1998
2002
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
1999
|
-
"line":
|
|
2003
|
+
"line": 39,
|
|
2000
2004
|
"character": 2
|
|
2001
2005
|
}
|
|
2002
2006
|
],
|
|
@@ -2069,7 +2073,7 @@
|
|
|
2069
2073
|
"sources": [
|
|
2070
2074
|
{
|
|
2071
2075
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2072
|
-
"line":
|
|
2076
|
+
"line": 33,
|
|
2073
2077
|
"character": 9
|
|
2074
2078
|
}
|
|
2075
2079
|
],
|
|
@@ -2089,7 +2093,7 @@
|
|
|
2089
2093
|
"sources": [
|
|
2090
2094
|
{
|
|
2091
2095
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2092
|
-
"line":
|
|
2096
|
+
"line": 50,
|
|
2093
2097
|
"character": 9
|
|
2094
2098
|
}
|
|
2095
2099
|
],
|
|
@@ -2126,7 +2130,7 @@
|
|
|
2126
2130
|
"sources": [
|
|
2127
2131
|
{
|
|
2128
2132
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2129
|
-
"line":
|
|
2133
|
+
"line": 44,
|
|
2130
2134
|
"character": 9
|
|
2131
2135
|
}
|
|
2132
2136
|
],
|
|
@@ -2176,7 +2180,7 @@
|
|
|
2176
2180
|
"sources": [
|
|
2177
2181
|
{
|
|
2178
2182
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2179
|
-
"line":
|
|
2183
|
+
"line": 64,
|
|
2180
2184
|
"character": 9
|
|
2181
2185
|
}
|
|
2182
2186
|
],
|
|
@@ -2231,7 +2235,7 @@
|
|
|
2231
2235
|
"sources": [
|
|
2232
2236
|
{
|
|
2233
2237
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2234
|
-
"line":
|
|
2238
|
+
"line": 26,
|
|
2235
2239
|
"character": 13
|
|
2236
2240
|
}
|
|
2237
2241
|
],
|
|
@@ -2264,7 +2268,7 @@
|
|
|
2264
2268
|
"name": "Component"
|
|
2265
2269
|
},
|
|
2266
2270
|
"arguments": {
|
|
2267
|
-
"obj": "{\n selector: 'sky-token',\n templateUrl: './token.component.html',\n styleUrls: ['./token.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
2271
|
+
"obj": "{\n selector: 'sky-token',\n templateUrl: './token.component.html',\n styleUrls: ['./token.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2268
2272
|
}
|
|
2269
2273
|
}
|
|
2270
2274
|
],
|
|
@@ -2278,7 +2282,7 @@
|
|
|
2278
2282
|
"sources": [
|
|
2279
2283
|
{
|
|
2280
2284
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2281
|
-
"line":
|
|
2285
|
+
"line": 112,
|
|
2282
2286
|
"character": 2
|
|
2283
2287
|
}
|
|
2284
2288
|
],
|
|
@@ -2351,7 +2355,7 @@
|
|
|
2351
2355
|
"sources": [
|
|
2352
2356
|
{
|
|
2353
2357
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2354
|
-
"line":
|
|
2358
|
+
"line": 82,
|
|
2355
2359
|
"character": 9
|
|
2356
2360
|
}
|
|
2357
2361
|
],
|
|
@@ -2391,7 +2395,7 @@
|
|
|
2391
2395
|
"sources": [
|
|
2392
2396
|
{
|
|
2393
2397
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2394
|
-
"line":
|
|
2398
|
+
"line": 88,
|
|
2395
2399
|
"character": 9
|
|
2396
2400
|
}
|
|
2397
2401
|
],
|
|
@@ -2428,7 +2432,7 @@
|
|
|
2428
2432
|
"sources": [
|
|
2429
2433
|
{
|
|
2430
2434
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2431
|
-
"line":
|
|
2435
|
+
"line": 40,
|
|
2432
2436
|
"character": 13
|
|
2433
2437
|
}
|
|
2434
2438
|
],
|
|
@@ -2505,7 +2509,7 @@
|
|
|
2505
2509
|
"sources": [
|
|
2506
2510
|
{
|
|
2507
2511
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2508
|
-
"line":
|
|
2512
|
+
"line": 26,
|
|
2509
2513
|
"character": 13
|
|
2510
2514
|
}
|
|
2511
2515
|
],
|
|
@@ -2582,7 +2586,7 @@
|
|
|
2582
2586
|
"sources": [
|
|
2583
2587
|
{
|
|
2584
2588
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2585
|
-
"line":
|
|
2589
|
+
"line": 56,
|
|
2586
2590
|
"character": 13
|
|
2587
2591
|
}
|
|
2588
2592
|
],
|
|
@@ -2659,7 +2663,7 @@
|
|
|
2659
2663
|
"sources": [
|
|
2660
2664
|
{
|
|
2661
2665
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2662
|
-
"line":
|
|
2666
|
+
"line": 70,
|
|
2663
2667
|
"character": 13
|
|
2664
2668
|
}
|
|
2665
2669
|
],
|
|
@@ -2726,7 +2730,7 @@
|
|
|
2726
2730
|
"sources": [
|
|
2727
2731
|
{
|
|
2728
2732
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2729
|
-
"line":
|
|
2733
|
+
"line": 117,
|
|
2730
2734
|
"character": 9
|
|
2731
2735
|
}
|
|
2732
2736
|
],
|
|
@@ -2768,7 +2772,7 @@
|
|
|
2768
2772
|
"sources": [
|
|
2769
2773
|
{
|
|
2770
2774
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2771
|
-
"line":
|
|
2775
|
+
"line": 122,
|
|
2772
2776
|
"character": 9
|
|
2773
2777
|
}
|
|
2774
2778
|
],
|
|
@@ -2825,7 +2829,7 @@
|
|
|
2825
2829
|
"sources": [
|
|
2826
2830
|
{
|
|
2827
2831
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2828
|
-
"line":
|
|
2832
|
+
"line": 18,
|
|
2829
2833
|
"character": 13
|
|
2830
2834
|
}
|
|
2831
2835
|
]
|
|
@@ -2844,7 +2848,7 @@
|
|
|
2844
2848
|
"name": "Component"
|
|
2845
2849
|
},
|
|
2846
2850
|
"arguments": {
|
|
2847
|
-
"obj": "{\n selector: 'sky-tokens',\n templateUrl: './tokens.component.html',\n styleUrls: ['./tokens.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('blockAnimationOnLoad', [
|
|
2851
|
+
"obj": "{\n selector: 'sky-tokens',\n templateUrl: './tokens.component.html',\n styleUrls: ['./tokens.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('blockAnimationOnLoad', [transition(':enter', [])]),\n trigger('dismiss', [\n transition(':enter', [\n style({\n opacity: 0,\n width: 0,\n }),\n animate(\n '150ms ease-in',\n style({\n opacity: 1,\n width: '*',\n })\n ),\n ]),\n transition(':leave', [\n animate(\n '150ms ease-in',\n style({\n opacity: 0,\n width: 0,\n })\n ),\n ]),\n ]),\n ],\n}"
|
|
2848
2852
|
}
|
|
2849
2853
|
}
|
|
2850
2854
|
],
|
|
@@ -2858,7 +2862,7 @@
|
|
|
2858
2862
|
"sources": [
|
|
2859
2863
|
{
|
|
2860
2864
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
2861
|
-
"line":
|
|
2865
|
+
"line": 220,
|
|
2862
2866
|
"character": 2
|
|
2863
2867
|
}
|
|
2864
2868
|
],
|
|
@@ -2914,7 +2918,7 @@
|
|
|
2914
2918
|
"sources": [
|
|
2915
2919
|
{
|
|
2916
2920
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
2917
|
-
"line":
|
|
2921
|
+
"line": 159,
|
|
2918
2922
|
"character": 9
|
|
2919
2923
|
}
|
|
2920
2924
|
],
|
|
@@ -2954,7 +2958,7 @@
|
|
|
2954
2958
|
"sources": [
|
|
2955
2959
|
{
|
|
2956
2960
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
2957
|
-
"line":
|
|
2961
|
+
"line": 166,
|
|
2958
2962
|
"character": 9
|
|
2959
2963
|
}
|
|
2960
2964
|
],
|
|
@@ -2994,7 +2998,7 @@
|
|
|
2994
2998
|
"sources": [
|
|
2995
2999
|
{
|
|
2996
3000
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
2997
|
-
"line":
|
|
3001
|
+
"line": 172,
|
|
2998
3002
|
"character": 9
|
|
2999
3003
|
}
|
|
3000
3004
|
],
|
|
@@ -3035,7 +3039,7 @@
|
|
|
3035
3039
|
"sources": [
|
|
3036
3040
|
{
|
|
3037
3041
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3038
|
-
"line":
|
|
3042
|
+
"line": 179,
|
|
3039
3043
|
"character": 9
|
|
3040
3044
|
}
|
|
3041
3045
|
],
|
|
@@ -3063,13 +3067,10 @@
|
|
|
3063
3067
|
"flags": {
|
|
3064
3068
|
"isPublic": true
|
|
3065
3069
|
},
|
|
3066
|
-
"comment": {
|
|
3067
|
-
"shortText": "internal"
|
|
3068
|
-
},
|
|
3069
3070
|
"sources": [
|
|
3070
3071
|
{
|
|
3071
3072
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3072
|
-
"line":
|
|
3073
|
+
"line": 204,
|
|
3073
3074
|
"character": 9
|
|
3074
3075
|
}
|
|
3075
3076
|
],
|
|
@@ -3149,7 +3150,7 @@
|
|
|
3149
3150
|
"sources": [
|
|
3150
3151
|
{
|
|
3151
3152
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3152
|
-
"line":
|
|
3153
|
+
"line": 110,
|
|
3153
3154
|
"character": 9
|
|
3154
3155
|
}
|
|
3155
3156
|
],
|
|
@@ -3179,7 +3180,7 @@
|
|
|
3179
3180
|
"sources": [
|
|
3180
3181
|
{
|
|
3181
3182
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3182
|
-
"line":
|
|
3183
|
+
"line": 70,
|
|
3183
3184
|
"character": 13
|
|
3184
3185
|
}
|
|
3185
3186
|
],
|
|
@@ -3256,7 +3257,7 @@
|
|
|
3256
3257
|
"sources": [
|
|
3257
3258
|
{
|
|
3258
3259
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3259
|
-
"line":
|
|
3260
|
+
"line": 84,
|
|
3260
3261
|
"character": 13
|
|
3261
3262
|
}
|
|
3262
3263
|
],
|
|
@@ -3333,7 +3334,7 @@
|
|
|
3333
3334
|
"sources": [
|
|
3334
3335
|
{
|
|
3335
3336
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3336
|
-
"line":
|
|
3337
|
+
"line": 97,
|
|
3337
3338
|
"character": 13
|
|
3338
3339
|
}
|
|
3339
3340
|
],
|
|
@@ -3410,7 +3411,7 @@
|
|
|
3410
3411
|
"sources": [
|
|
3411
3412
|
{
|
|
3412
3413
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3413
|
-
"line":
|
|
3414
|
+
"line": 119,
|
|
3414
3415
|
"character": 13
|
|
3415
3416
|
}
|
|
3416
3417
|
],
|
|
@@ -3487,7 +3488,7 @@
|
|
|
3487
3488
|
"sources": [
|
|
3488
3489
|
{
|
|
3489
3490
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3490
|
-
"line":
|
|
3491
|
+
"line": 145,
|
|
3491
3492
|
"character": 13
|
|
3492
3493
|
}
|
|
3493
3494
|
],
|
|
@@ -3572,7 +3573,7 @@
|
|
|
3572
3573
|
"sources": [
|
|
3573
3574
|
{
|
|
3574
3575
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3575
|
-
"line":
|
|
3576
|
+
"line": 131,
|
|
3576
3577
|
"character": 13
|
|
3577
3578
|
}
|
|
3578
3579
|
],
|
|
@@ -3641,7 +3642,7 @@
|
|
|
3641
3642
|
"sources": [
|
|
3642
3643
|
{
|
|
3643
3644
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3644
|
-
"line":
|
|
3645
|
+
"line": 233,
|
|
3645
3646
|
"character": 9
|
|
3646
3647
|
}
|
|
3647
3648
|
],
|
|
@@ -3678,7 +3679,7 @@
|
|
|
3678
3679
|
"sources": [
|
|
3679
3680
|
{
|
|
3680
3681
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3681
|
-
"line":
|
|
3682
|
+
"line": 238,
|
|
3682
3683
|
"character": 9
|
|
3683
3684
|
}
|
|
3684
3685
|
],
|
|
@@ -3721,7 +3722,7 @@
|
|
|
3721
3722
|
"sources": [
|
|
3722
3723
|
{
|
|
3723
3724
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3724
|
-
"line":
|
|
3725
|
+
"line": 246,
|
|
3725
3726
|
"character": 9
|
|
3726
3727
|
}
|
|
3727
3728
|
],
|
|
@@ -3763,7 +3764,7 @@
|
|
|
3763
3764
|
"sources": [
|
|
3764
3765
|
{
|
|
3765
3766
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3766
|
-
"line":
|
|
3767
|
+
"line": 275,
|
|
3767
3768
|
"character": 9
|
|
3768
3769
|
}
|
|
3769
3770
|
],
|
|
@@ -3806,7 +3807,7 @@
|
|
|
3806
3807
|
"sources": [
|
|
3807
3808
|
{
|
|
3808
3809
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3809
|
-
"line":
|
|
3810
|
+
"line": 269,
|
|
3810
3811
|
"character": 9
|
|
3811
3812
|
}
|
|
3812
3813
|
],
|
|
@@ -3886,7 +3887,7 @@
|
|
|
3886
3887
|
"sources": [
|
|
3887
3888
|
{
|
|
3888
3889
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3889
|
-
"line":
|
|
3890
|
+
"line": 62,
|
|
3890
3891
|
"character": 13
|
|
3891
3892
|
}
|
|
3892
3893
|
],
|
|
@@ -3911,7 +3912,7 @@
|
|
|
3911
3912
|
"name": "Component"
|
|
3912
3913
|
},
|
|
3913
3914
|
"arguments": {
|
|
3914
|
-
"obj": "{\n selector: 'sky-wait',\n templateUrl: './wait.component.html',\n styleUrls: ['./wait.component.scss'],\n providers: [
|
|
3915
|
+
"obj": "{\n selector: 'sky-wait',\n templateUrl: './wait.component.html',\n styleUrls: ['./wait.component.scss'],\n providers: [SkyWaitAdapterService],\n}"
|
|
3915
3916
|
}
|
|
3916
3917
|
}
|
|
3917
3918
|
],
|
|
@@ -3925,7 +3926,7 @@
|
|
|
3925
3926
|
"sources": [
|
|
3926
3927
|
{
|
|
3927
3928
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
3928
|
-
"line":
|
|
3929
|
+
"line": 92,
|
|
3929
3930
|
"character": 2
|
|
3930
3931
|
}
|
|
3931
3932
|
],
|
|
@@ -4019,7 +4020,7 @@
|
|
|
4019
4020
|
"sources": [
|
|
4020
4021
|
{
|
|
4021
4022
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4022
|
-
"line":
|
|
4023
|
+
"line": 27,
|
|
4023
4024
|
"character": 9
|
|
4024
4025
|
}
|
|
4025
4026
|
],
|
|
@@ -4039,7 +4040,7 @@
|
|
|
4039
4040
|
"sources": [
|
|
4040
4041
|
{
|
|
4041
4042
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4042
|
-
"line":
|
|
4043
|
+
"line": 86,
|
|
4043
4044
|
"character": 9
|
|
4044
4045
|
}
|
|
4045
4046
|
],
|
|
@@ -4085,7 +4086,7 @@
|
|
|
4085
4086
|
"sources": [
|
|
4086
4087
|
{
|
|
4087
4088
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4088
|
-
"line":
|
|
4089
|
+
"line": 84,
|
|
4089
4090
|
"character": 9
|
|
4090
4091
|
}
|
|
4091
4092
|
],
|
|
@@ -4115,7 +4116,7 @@
|
|
|
4115
4116
|
"sources": [
|
|
4116
4117
|
{
|
|
4117
4118
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4118
|
-
"line":
|
|
4119
|
+
"line": 63,
|
|
4119
4120
|
"character": 13
|
|
4120
4121
|
}
|
|
4121
4122
|
],
|
|
@@ -4192,7 +4193,7 @@
|
|
|
4192
4193
|
"sources": [
|
|
4193
4194
|
{
|
|
4194
4195
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4195
|
-
"line":
|
|
4196
|
+
"line": 33,
|
|
4196
4197
|
"character": 13
|
|
4197
4198
|
}
|
|
4198
4199
|
],
|
|
@@ -4253,7 +4254,7 @@
|
|
|
4253
4254
|
"sources": [
|
|
4254
4255
|
{
|
|
4255
4256
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4256
|
-
"line":
|
|
4257
|
+
"line": 98,
|
|
4257
4258
|
"character": 9
|
|
4258
4259
|
}
|
|
4259
4260
|
],
|
|
@@ -4316,7 +4317,7 @@
|
|
|
4316
4317
|
"sources": [
|
|
4317
4318
|
{
|
|
4318
4319
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4319
|
-
"line":
|
|
4320
|
+
"line": 17,
|
|
4320
4321
|
"character": 13
|
|
4321
4322
|
}
|
|
4322
4323
|
],
|
|
@@ -4341,7 +4342,7 @@
|
|
|
4341
4342
|
"name": "Component"
|
|
4342
4343
|
},
|
|
4343
4344
|
"arguments": {
|
|
4344
|
-
"obj": "{\n selector: 'sky-chevron',\n styleUrls: ['./chevron.component.scss'],\n templateUrl: './chevron.component.html'
|
|
4345
|
+
"obj": "{\n selector: 'sky-chevron',\n styleUrls: ['./chevron.component.scss'],\n templateUrl: './chevron.component.html',\n}"
|
|
4345
4346
|
}
|
|
4346
4347
|
}
|
|
4347
4348
|
],
|
|
@@ -4388,7 +4389,7 @@
|
|
|
4388
4389
|
"sources": [
|
|
4389
4390
|
{
|
|
4390
4391
|
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4391
|
-
"line":
|
|
4392
|
+
"line": 13,
|
|
4392
4393
|
"character": 9
|
|
4393
4394
|
}
|
|
4394
4395
|
],
|
|
@@ -4419,7 +4420,7 @@
|
|
|
4419
4420
|
"sources": [
|
|
4420
4421
|
{
|
|
4421
4422
|
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4422
|
-
"line":
|
|
4423
|
+
"line": 10,
|
|
4423
4424
|
"character": 9
|
|
4424
4425
|
}
|
|
4425
4426
|
],
|
|
@@ -4456,7 +4457,7 @@
|
|
|
4456
4457
|
"sources": [
|
|
4457
4458
|
{
|
|
4458
4459
|
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4459
|
-
"line":
|
|
4460
|
+
"line": 16,
|
|
4460
4461
|
"character": 9
|
|
4461
4462
|
}
|
|
4462
4463
|
],
|
|
@@ -4477,7 +4478,7 @@
|
|
|
4477
4478
|
"sources": [
|
|
4478
4479
|
{
|
|
4479
4480
|
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4480
|
-
"line":
|
|
4481
|
+
"line": 18,
|
|
4481
4482
|
"character": 9
|
|
4482
4483
|
}
|
|
4483
4484
|
],
|
|
@@ -4537,7 +4538,7 @@
|
|
|
4537
4538
|
"sources": [
|
|
4538
4539
|
{
|
|
4539
4540
|
"fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
|
|
4540
|
-
"line":
|
|
4541
|
+
"line": 8,
|
|
4541
4542
|
"character": 13
|
|
4542
4543
|
}
|
|
4543
4544
|
]
|
|
@@ -4556,7 +4557,7 @@
|
|
|
4556
4557
|
"name": "Component"
|
|
4557
4558
|
},
|
|
4558
4559
|
"arguments": {
|
|
4559
|
-
"obj": "{\n selector: 'sky-help-inline',\n templateUrl: './help-inline.component.html',\n styleUrls: ['./help-inline.component.scss']
|
|
4560
|
+
"obj": "{\n selector: 'sky-help-inline',\n templateUrl: './help-inline.component.html',\n styleUrls: ['./help-inline.component.scss'],\n}"
|
|
4560
4561
|
}
|
|
4561
4562
|
}
|
|
4562
4563
|
],
|
|
@@ -4606,7 +4607,7 @@
|
|
|
4606
4607
|
"sources": [
|
|
4607
4608
|
{
|
|
4608
4609
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
4609
|
-
"line":
|
|
4610
|
+
"line": 13,
|
|
4610
4611
|
"character": 9
|
|
4611
4612
|
}
|
|
4612
4613
|
],
|
|
@@ -4633,7 +4634,7 @@
|
|
|
4633
4634
|
"sources": [
|
|
4634
4635
|
{
|
|
4635
4636
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
4636
|
-
"line":
|
|
4637
|
+
"line": 15,
|
|
4637
4638
|
"character": 9
|
|
4638
4639
|
}
|
|
4639
4640
|
],
|
|
@@ -4678,7 +4679,7 @@
|
|
|
4678
4679
|
"sources": [
|
|
4679
4680
|
{
|
|
4680
4681
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
4681
|
-
"line":
|
|
4682
|
+
"line": 8,
|
|
4682
4683
|
"character": 13
|
|
4683
4684
|
}
|
|
4684
4685
|
]
|
|
@@ -4697,7 +4698,7 @@
|
|
|
4697
4698
|
"name": "Component"
|
|
4698
4699
|
},
|
|
4699
4700
|
"arguments": {
|
|
4700
|
-
"obj": "{\n selector: 'sky-icon',\n templateUrl: './icon.component.html',\n styleUrls: ['./icon.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
4701
|
+
"obj": "{\n selector: 'sky-icon',\n templateUrl: './icon.component.html',\n styleUrls: ['./icon.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
4701
4702
|
}
|
|
4702
4703
|
}
|
|
4703
4704
|
],
|
|
@@ -4747,7 +4748,7 @@
|
|
|
4747
4748
|
"sources": [
|
|
4748
4749
|
{
|
|
4749
4750
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4750
|
-
"line":
|
|
4751
|
+
"line": 42,
|
|
4751
4752
|
"character": 9
|
|
4752
4753
|
}
|
|
4753
4754
|
],
|
|
@@ -4786,7 +4787,7 @@
|
|
|
4786
4787
|
"sources": [
|
|
4787
4788
|
{
|
|
4788
4789
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4789
|
-
"line":
|
|
4790
|
+
"line": 21,
|
|
4790
4791
|
"character": 9
|
|
4791
4792
|
}
|
|
4792
4793
|
],
|
|
@@ -4819,7 +4820,7 @@
|
|
|
4819
4820
|
"sources": [
|
|
4820
4821
|
{
|
|
4821
4822
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4822
|
-
"line":
|
|
4823
|
+
"line": 29,
|
|
4823
4824
|
"character": 9
|
|
4824
4825
|
}
|
|
4825
4826
|
],
|
|
@@ -4854,7 +4855,7 @@
|
|
|
4854
4855
|
"sources": [
|
|
4855
4856
|
{
|
|
4856
4857
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4857
|
-
"line":
|
|
4858
|
+
"line": 36,
|
|
4858
4859
|
"character": 9
|
|
4859
4860
|
}
|
|
4860
4861
|
],
|
|
@@ -4887,7 +4888,7 @@
|
|
|
4887
4888
|
"sources": [
|
|
4888
4889
|
{
|
|
4889
4890
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4890
|
-
"line":
|
|
4891
|
+
"line": 49,
|
|
4891
4892
|
"character": 9
|
|
4892
4893
|
}
|
|
4893
4894
|
],
|
|
@@ -4921,7 +4922,7 @@
|
|
|
4921
4922
|
"sources": [
|
|
4922
4923
|
{
|
|
4923
4924
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4924
|
-
"line":
|
|
4925
|
+
"line": 13,
|
|
4925
4926
|
"character": 13
|
|
4926
4927
|
}
|
|
4927
4928
|
]
|
|
@@ -4940,7 +4941,7 @@
|
|
|
4940
4941
|
"name": "Component"
|
|
4941
4942
|
},
|
|
4942
4943
|
"arguments": {
|
|
4943
|
-
"obj": "{\n selector: 'sky-icon-stack',\n templateUrl: './icon-stack.component.html',\n styleUrls: ['./icon-stack.component.scss']
|
|
4944
|
+
"obj": "{\n selector: 'sky-icon-stack',\n templateUrl: './icon-stack.component.html',\n styleUrls: ['./icon-stack.component.scss'],\n}"
|
|
4944
4945
|
}
|
|
4945
4946
|
}
|
|
4946
4947
|
],
|
|
@@ -4990,7 +4991,7 @@
|
|
|
4990
4991
|
"sources": [
|
|
4991
4992
|
{
|
|
4992
4993
|
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
4993
|
-
"line":
|
|
4994
|
+
"line": 22,
|
|
4994
4995
|
"character": 9
|
|
4995
4996
|
}
|
|
4996
4997
|
],
|
|
@@ -5024,7 +5025,7 @@
|
|
|
5024
5025
|
"sources": [
|
|
5025
5026
|
{
|
|
5026
5027
|
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
5027
|
-
"line":
|
|
5028
|
+
"line": 16,
|
|
5028
5029
|
"character": 9
|
|
5029
5030
|
}
|
|
5030
5031
|
],
|
|
@@ -5057,7 +5058,7 @@
|
|
|
5057
5058
|
"sources": [
|
|
5058
5059
|
{
|
|
5059
5060
|
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
5060
|
-
"line":
|
|
5061
|
+
"line": 28,
|
|
5061
5062
|
"character": 9
|
|
5062
5063
|
}
|
|
5063
5064
|
],
|
|
@@ -5089,7 +5090,7 @@
|
|
|
5089
5090
|
"sources": [
|
|
5090
5091
|
{
|
|
5091
5092
|
"fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
|
|
5092
|
-
"line":
|
|
5093
|
+
"line": 10,
|
|
5093
5094
|
"character": 13
|
|
5094
5095
|
}
|
|
5095
5096
|
]
|
|
@@ -5117,7 +5118,7 @@
|
|
|
5117
5118
|
"name": "Component"
|
|
5118
5119
|
},
|
|
5119
5120
|
"arguments": {
|
|
5120
|
-
"obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>'
|
|
5121
|
+
"obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>',\n}"
|
|
5121
5122
|
}
|
|
5122
5123
|
}
|
|
5123
5124
|
],
|
|
@@ -5156,7 +5157,7 @@
|
|
|
5156
5157
|
"sources": [
|
|
5157
5158
|
{
|
|
5158
5159
|
"fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
|
|
5159
|
-
"line":
|
|
5160
|
+
"line": 11,
|
|
5160
5161
|
"character": 13
|
|
5161
5162
|
}
|
|
5162
5163
|
]
|
|
@@ -5184,7 +5185,7 @@
|
|
|
5184
5185
|
"name": "Component"
|
|
5185
5186
|
},
|
|
5186
5187
|
"arguments": {
|
|
5187
|
-
"obj": "{\n selector: 'sky-key-info-value',\n template: '<ng-content></ng-content>'
|
|
5188
|
+
"obj": "{\n selector: 'sky-key-info-value',\n template: '<ng-content></ng-content>',\n}"
|
|
5188
5189
|
}
|
|
5189
5190
|
}
|
|
5190
5191
|
],
|
|
@@ -5223,7 +5224,7 @@
|
|
|
5223
5224
|
"sources": [
|
|
5224
5225
|
{
|
|
5225
5226
|
"fileName": "projects/indicators/src/modules/key-info/key-info-value.component.ts",
|
|
5226
|
-
"line":
|
|
5227
|
+
"line": 11,
|
|
5227
5228
|
"character": 13
|
|
5228
5229
|
}
|
|
5229
5230
|
]
|
|
@@ -5242,7 +5243,7 @@
|
|
|
5242
5243
|
"name": "Component"
|
|
5243
5244
|
},
|
|
5244
5245
|
"arguments": {
|
|
5245
|
-
"obj": "{\n selector: 'sky-key-info',\n templateUrl: './key-info.component.html',\n styleUrls: ['./key-info.component.scss']
|
|
5246
|
+
"obj": "{\n selector: 'sky-key-info',\n templateUrl: './key-info.component.html',\n styleUrls: ['./key-info.component.scss'],\n}"
|
|
5246
5247
|
}
|
|
5247
5248
|
}
|
|
5248
5249
|
],
|
|
@@ -5298,7 +5299,7 @@
|
|
|
5298
5299
|
"sources": [
|
|
5299
5300
|
{
|
|
5300
5301
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5301
|
-
"line":
|
|
5302
|
+
"line": 15,
|
|
5302
5303
|
"character": 9
|
|
5303
5304
|
}
|
|
5304
5305
|
],
|
|
@@ -5328,7 +5329,7 @@
|
|
|
5328
5329
|
"sources": [
|
|
5329
5330
|
{
|
|
5330
5331
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5331
|
-
"line":
|
|
5332
|
+
"line": 8,
|
|
5332
5333
|
"character": 13
|
|
5333
5334
|
}
|
|
5334
5335
|
]
|
|
@@ -5347,7 +5348,7 @@
|
|
|
5347
5348
|
"name": "Component"
|
|
5348
5349
|
},
|
|
5349
5350
|
"arguments": {
|
|
5350
|
-
"obj": "{\n selector: 'sky-label',\n templateUrl: './label.component.html',\n styleUrls: ['./label.component.scss']
|
|
5351
|
+
"obj": "{\n selector: 'sky-label',\n templateUrl: './label.component.html',\n styleUrls: ['./label.component.scss'],\n}"
|
|
5351
5352
|
}
|
|
5352
5353
|
}
|
|
5353
5354
|
],
|
|
@@ -5384,7 +5385,7 @@
|
|
|
5384
5385
|
"sources": [
|
|
5385
5386
|
{
|
|
5386
5387
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5387
|
-
"line":
|
|
5388
|
+
"line": 29,
|
|
5388
5389
|
"character": 9
|
|
5389
5390
|
}
|
|
5390
5391
|
],
|
|
@@ -5405,7 +5406,7 @@
|
|
|
5405
5406
|
"sources": [
|
|
5406
5407
|
{
|
|
5407
5408
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5408
|
-
"line":
|
|
5409
|
+
"line": 31,
|
|
5409
5410
|
"character": 9
|
|
5410
5411
|
}
|
|
5411
5412
|
],
|
|
@@ -5425,7 +5426,7 @@
|
|
|
5425
5426
|
"sources": [
|
|
5426
5427
|
{
|
|
5427
5428
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5428
|
-
"line":
|
|
5429
|
+
"line": 33,
|
|
5429
5430
|
"character": 9
|
|
5430
5431
|
}
|
|
5431
5432
|
],
|
|
@@ -5456,7 +5457,7 @@
|
|
|
5456
5457
|
"sources": [
|
|
5457
5458
|
{
|
|
5458
5459
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5459
|
-
"line":
|
|
5460
|
+
"line": 20,
|
|
5460
5461
|
"character": 13
|
|
5461
5462
|
}
|
|
5462
5463
|
],
|
|
@@ -5543,7 +5544,7 @@
|
|
|
5543
5544
|
"sources": [
|
|
5544
5545
|
{
|
|
5545
5546
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5546
|
-
"line":
|
|
5547
|
+
"line": 14,
|
|
5547
5548
|
"character": 13
|
|
5548
5549
|
}
|
|
5549
5550
|
]
|
|
@@ -5573,7 +5574,7 @@
|
|
|
5573
5574
|
"sources": [
|
|
5574
5575
|
{
|
|
5575
5576
|
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5576
|
-
"line":
|
|
5577
|
+
"line": 10,
|
|
5577
5578
|
"character": 2
|
|
5578
5579
|
}
|
|
5579
5580
|
],
|
|
@@ -5596,7 +5597,7 @@
|
|
|
5596
5597
|
"sources": [
|
|
5597
5598
|
{
|
|
5598
5599
|
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5599
|
-
"line":
|
|
5600
|
+
"line": 17,
|
|
5600
5601
|
"character": 2
|
|
5601
5602
|
}
|
|
5602
5603
|
],
|
|
@@ -5620,7 +5621,7 @@
|
|
|
5620
5621
|
"sources": [
|
|
5621
5622
|
{
|
|
5622
5623
|
"fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
|
|
5623
|
-
"line":
|
|
5624
|
+
"line": 3,
|
|
5624
5625
|
"character": 17
|
|
5625
5626
|
}
|
|
5626
5627
|
]
|
|
@@ -5644,7 +5645,7 @@
|
|
|
5644
5645
|
"sources": [
|
|
5645
5646
|
{
|
|
5646
5647
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
5647
|
-
"line":
|
|
5648
|
+
"line": 5,
|
|
5648
5649
|
"character": 2
|
|
5649
5650
|
}
|
|
5650
5651
|
],
|
|
@@ -5692,7 +5693,7 @@
|
|
|
5692
5693
|
"sources": [
|
|
5693
5694
|
{
|
|
5694
5695
|
"fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
|
|
5695
|
-
"line":
|
|
5696
|
+
"line": 7,
|
|
5696
5697
|
"character": 2
|
|
5697
5698
|
}
|
|
5698
5699
|
],
|
|
@@ -5715,7 +5716,7 @@
|
|
|
5715
5716
|
"sources": [
|
|
5716
5717
|
{
|
|
5717
5718
|
"fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
|
|
5718
|
-
"line":
|
|
5719
|
+
"line": 3,
|
|
5719
5720
|
"character": 17
|
|
5720
5721
|
}
|
|
5721
5722
|
]
|
|
@@ -5741,7 +5742,7 @@
|
|
|
5741
5742
|
"sources": [
|
|
5742
5743
|
{
|
|
5743
5744
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
|
|
5744
|
-
"line":
|
|
5745
|
+
"line": 7,
|
|
5745
5746
|
"character": 2
|
|
5746
5747
|
}
|
|
5747
5748
|
],
|
|
@@ -5764,7 +5765,7 @@
|
|
|
5764
5765
|
"sources": [
|
|
5765
5766
|
{
|
|
5766
5767
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
|
|
5767
|
-
"line":
|
|
5768
|
+
"line": 3,
|
|
5768
5769
|
"character": 17
|
|
5769
5770
|
}
|
|
5770
5771
|
]
|
|
@@ -5862,7 +5863,7 @@
|
|
|
5862
5863
|
"groups": [
|
|
5863
5864
|
{
|
|
5864
5865
|
"title": "Enumerations",
|
|
5865
|
-
"kind":
|
|
5866
|
+
"kind": 8,
|
|
5866
5867
|
"children": [
|
|
5867
5868
|
323
|
|
5868
5869
|
]
|
|
@@ -5930,152 +5931,152 @@
|
|
|
5930
5931
|
{
|
|
5931
5932
|
"fileName": "alert-demo.component.html",
|
|
5932
5933
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
|
|
5933
|
-
"rawContents": "<sky-alert
|
|
5934
|
+
"rawContents": "<sky-alert alertType=\"danger\" [closeable]=\"false\" [closed]=\"false\">\n Danger alert message\n</sky-alert>\n"
|
|
5934
5935
|
},
|
|
5935
5936
|
{
|
|
5936
5937
|
"fileName": "alert-demo.component.ts",
|
|
5937
5938
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.ts",
|
|
5938
|
-
"rawContents": "import {
|
|
5939
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-alert-demo',\n templateUrl: './alert-demo.component.html',\n})\nexport class AlertDemoComponent {}\n"
|
|
5939
5940
|
},
|
|
5940
5941
|
{
|
|
5941
5942
|
"fileName": "alert-demo.module.ts",
|
|
5942
5943
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.module.ts",
|
|
5943
|
-
"rawContents": "
|
|
5944
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyAlertModule } from '@skyux/indicators';\n\nimport { AlertDemoComponent } from './alert-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyAlertModule],\n declarations: [AlertDemoComponent],\n exports: [AlertDemoComponent],\n})\nexport class AlertDemoModule {}\n"
|
|
5944
5945
|
},
|
|
5945
5946
|
{
|
|
5946
5947
|
"fileName": "help-inline-demo.component.html",
|
|
5947
5948
|
"filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.html",
|
|
5948
|
-
"rawContents": "<h2>\n My heading\n <sky-help-inline
|
|
5949
|
+
"rawContents": "<h2>\n My heading\n <sky-help-inline (actionClick)=\"onActionClick()\"></sky-help-inline>\n</h2>\n"
|
|
5949
5950
|
},
|
|
5950
5951
|
{
|
|
5951
5952
|
"fileName": "help-inline-demo.component.ts",
|
|
5952
5953
|
"filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.ts",
|
|
5953
|
-
"rawContents": "import {
|
|
5954
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-help-inline-demo',\n templateUrl: './help-inline-demo.component.html',\n})\nexport class HelpInlineDemoComponent {\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
|
|
5954
5955
|
},
|
|
5955
5956
|
{
|
|
5956
5957
|
"fileName": "help-inline-demo.module.ts",
|
|
5957
5958
|
"filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.module.ts",
|
|
5958
|
-
"rawContents": "import {
|
|
5959
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyHelpInlineModule } from '@skyux/indicators';\n\nimport { HelpInlineDemoComponent } from './help-inline-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyHelpInlineModule],\n exports: [HelpInlineDemoComponent],\n declarations: [HelpInlineDemoComponent],\n})\nexport class HelpInlineDemoModule {}\n"
|
|
5959
5960
|
},
|
|
5960
5961
|
{
|
|
5961
5962
|
"fileName": "icon-demo.component.html",
|
|
5962
5963
|
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
|
|
5963
|
-
"rawContents": "<sky-icon
|
|
5964
|
+
"rawContents": "<sky-icon icon=\"bars\" size=\"lg\"> </sky-icon>\n<sky-icon icon=\"chevron-down\" size=\"sm\"> </sky-icon>\n<sky-icon icon=\"chevron-up\" size=\"5x\"> </sky-icon>\n<sky-icon icon=\"cog\" size=\"2x\"> </sky-icon>\n<sky-icon icon=\"comment\" size=\"xs\"> </sky-icon>\n<sky-icon icon=\"database\" size=\"3x\"> </sky-icon>\n<sky-icon fixedWidth=\"true\" icon=\"spinner\" size=\"3x\"> </sky-icon>\n<sky-icon icon=\"trash\" size=\"sm\"> </sky-icon>\n<sky-icon icon=\"users\" size=\"4x\"> </sky-icon>\n<sky-icon icon=\"user\" size=\"5x\"> </sky-icon>\n<sky-icon icon=\"sort\" iconType=\"skyux\" size=\"5x\"> </sky-icon>\n"
|
|
5964
5965
|
},
|
|
5965
5966
|
{
|
|
5966
5967
|
"fileName": "icon-demo.component.ts",
|
|
5967
5968
|
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.ts",
|
|
5968
|
-
"rawContents": "import {
|
|
5969
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-icon-demo',\n templateUrl: './icon-demo.component.html',\n})\nexport class IconDemoComponent {}\n"
|
|
5969
5970
|
},
|
|
5970
5971
|
{
|
|
5971
5972
|
"fileName": "icon-demo.module.ts",
|
|
5972
5973
|
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.module.ts",
|
|
5973
|
-
"rawContents": "
|
|
5974
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { IconDemoComponent } from './icon-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule],\n declarations: [IconDemoComponent],\n exports: [IconDemoComponent],\n})\nexport class IconDemoModule {}\n"
|
|
5974
5975
|
},
|
|
5975
5976
|
{
|
|
5976
5977
|
"fileName": "key-info-demo.component.html",
|
|
5977
5978
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.html",
|
|
5978
|
-
"rawContents": "<sky-key-info
|
|
5979
|
+
"rawContents": "<sky-key-info [layout]=\"layout\">\n <sky-key-info-value> 575 </sky-key-info-value>\n <sky-key-info-label> New members </sky-key-info-label>\n</sky-key-info>\n"
|
|
5979
5980
|
},
|
|
5980
5981
|
{
|
|
5981
5982
|
"fileName": "key-info-demo.component.ts",
|
|
5982
5983
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
|
|
5983
|
-
"rawContents": "import {
|
|
5984
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n public layout: string = 'vertical';\n}\n"
|
|
5984
5985
|
},
|
|
5985
5986
|
{
|
|
5986
5987
|
"fileName": "key-info-demo.module.ts",
|
|
5987
5988
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.module.ts",
|
|
5988
|
-
"rawContents": "import {
|
|
5989
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyKeyInfoModule],\n declarations: [KeyInfoDemoComponent],\n exports: [KeyInfoDemoComponent],\n})\nexport class KeyInfoDemoModule {}\n"
|
|
5989
5990
|
},
|
|
5990
5991
|
{
|
|
5991
5992
|
"fileName": "label-demo.component.html",
|
|
5992
5993
|
"filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.html",
|
|
5993
|
-
"rawContents": "<sky-label
|
|
5994
|
+
"rawContents": "<sky-label class=\"sky-margin-inline-default\" labelType=\"info\">\n Info label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-default\" labelType=\"success\">\n Success label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-default\" labelType=\"warning\">\n Warning label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-default\" labelType=\"danger\">\n Danger label\n</sky-label>\n"
|
|
5994
5995
|
},
|
|
5995
5996
|
{
|
|
5996
5997
|
"fileName": "label-demo.component.ts",
|
|
5997
5998
|
"filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.ts",
|
|
5998
|
-
"rawContents": "import {
|
|
5999
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html',\n})\nexport class LabelDemoComponent {}\n"
|
|
5999
6000
|
},
|
|
6000
6001
|
{
|
|
6001
6002
|
"fileName": "label-demo.module.ts",
|
|
6002
6003
|
"filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.module.ts",
|
|
6003
|
-
"rawContents": "import {
|
|
6004
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyLabelModule } from '@skyux/indicators';\n\nimport { LabelDemoComponent } from './label-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyLabelModule],\n exports: [LabelDemoComponent],\n declarations: [LabelDemoComponent],\n})\nexport class LabelDemoModule {}\n"
|
|
6004
6005
|
},
|
|
6005
6006
|
{
|
|
6006
6007
|
"fileName": "status-indicator-demo.component.html",
|
|
6007
6008
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.html",
|
|
6008
|
-
"rawContents": "<sky-status-indicator
|
|
6009
|
+
"rawContents": "<sky-status-indicator descriptionType=\"none\" indicatorType=\"danger\">\n Danger status indicator\n</sky-status-indicator>\n<sky-status-indicator descriptionType=\"important-info\" indicatorType=\"info\">\n Info status indicator\n</sky-status-indicator>\n<sky-status-indicator descriptionType=\"none\" indicatorType=\"success\">\n Success status indicator\n</sky-status-indicator>\n<sky-status-indicator descriptionType=\"none\" indicatorType=\"warning\">\n Warning status indicator\n</sky-status-indicator>\n"
|
|
6009
6010
|
},
|
|
6010
6011
|
{
|
|
6011
6012
|
"fileName": "status-indicator-demo.component.ts",
|
|
6012
6013
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.ts",
|
|
6013
|
-
"rawContents": "import {
|
|
6014
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-status-indicator-demo',\n templateUrl: './status-indicator-demo.component.html',\n})\nexport class StatusIndicatorDemoComponent {}\n"
|
|
6014
6015
|
},
|
|
6015
6016
|
{
|
|
6016
6017
|
"fileName": "status-indicator-demo.module.ts",
|
|
6017
6018
|
"filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.module.ts",
|
|
6018
|
-
"rawContents": "
|
|
6019
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyStatusIndicatorModule } from '@skyux/indicators';\n\nimport { StatusIndicatorDemoComponent } from './status-indicator-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyStatusIndicatorModule],\n declarations: [StatusIndicatorDemoComponent],\n exports: [StatusIndicatorDemoComponent],\n})\nexport class StatusIndicatorDemoModule {}\n"
|
|
6019
6020
|
},
|
|
6020
6021
|
{
|
|
6021
6022
|
"fileName": "text-highlight-demo.component.html",
|
|
6022
6023
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.html",
|
|
6023
|
-
"rawContents": "<div
|
|
6024
|
+
"rawContents": "<div class=\"sky-form-group\" style=\"width: 200px\">\n <label [for]=\"searchTermInput.id\" class=\"sky-control-label\">\n Text to highlight\n </label>\n <br />\n <input\n class=\"sky-form-control\"\n id=\"sky-demo-search-term\"\n skyId\n type=\"text\"\n [(ngModel)]=\"searchTerm\"\n #searchTermInput=\"skyId\"\n />\n</div>\n\n<div class=\"sky-margin-stacked-default\">\n <sky-checkbox [(ngModel)]=\"showAdditionalContent\">\n <sky-checkbox-label> Display additional content </sky-checkbox-label>\n </sky-checkbox>\n</div>\n\n<div [skyHighlight]=\"searchTerm\">\n The text that you enter is highlighted here.\n <div *ngIf=\"showAdditionalContent\">\n This additional content is highlighted too!\n </div>\n</div>\n"
|
|
6024
6025
|
},
|
|
6025
6026
|
{
|
|
6026
6027
|
"fileName": "text-highlight-demo.component.ts",
|
|
6027
6028
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.ts",
|
|
6028
|
-
"rawContents": "import {
|
|
6029
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html',\n})\nexport class TextHighlightDemoComponent {\n public searchTerm: string;\n\n public showAdditionalContent: boolean = false;\n}\n"
|
|
6029
6030
|
},
|
|
6030
6031
|
{
|
|
6031
6032
|
"fileName": "text-highlight-demo.module.ts",
|
|
6032
6033
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.module.ts",
|
|
6033
|
-
"rawContents": "import {
|
|
6034
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyTextHighlightModule } from '@skyux/indicators';\n\nimport { TextHighlightDemoComponent } from './text-highlight-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyTextHighlightModule,\n ],\n exports: [TextHighlightDemoComponent],\n declarations: [TextHighlightDemoComponent],\n})\nexport class TextHighlightDemoModule {}\n"
|
|
6034
6035
|
},
|
|
6035
6036
|
{
|
|
6036
6037
|
"fileName": "tokens-demo.component.html",
|
|
6037
6038
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.html",
|
|
6038
|
-
"rawContents": "<sky-tokens
|
|
6039
|
+
"rawContents": "<sky-tokens [(tokens)]=\"colors\"> </sky-tokens>\n"
|
|
6039
6040
|
},
|
|
6040
6041
|
{
|
|
6041
6042
|
"fileName": "tokens-demo.component.ts",
|
|
6042
6043
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.ts",
|
|
6043
|
-
"rawContents": "import {
|
|
6044
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyToken } from '@skyux/indicators';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent {\n public colors: SkyToken[];\n\n private defaultColors = [\n { name: 'Red' },\n { name: 'Black' },\n { name: 'Blue' },\n { name: 'Brown' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Yellow' },\n ];\n\n constructor() {\n this.colors = this.getTokens(this.defaultColors);\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item,\n } as SkyToken;\n });\n }\n}\n"
|
|
6044
6045
|
},
|
|
6045
6046
|
{
|
|
6046
6047
|
"fileName": "tokens-demo.module.ts",
|
|
6047
6048
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.module.ts",
|
|
6048
|
-
"rawContents": "import {
|
|
6049
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
|
|
6049
6050
|
},
|
|
6050
6051
|
{
|
|
6051
6052
|
"fileName": "tokens-demo.component.html",
|
|
6052
6053
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.html",
|
|
6053
|
-
"rawContents": "<p>\n These tokens define a custom property to display their values. When users
|
|
6054
|
+
"rawContents": "<p>\n These tokens define a custom property to display their values. When users\n select a token, it emits an event.\n</p>\n\n<p>\n <sky-tokens\n displayWith=\"label\"\n [messageStream]=\"tokensController\"\n (focusIndexOverRange)=\"onFocusIndexOverRange()\"\n (focusIndexUnderRange)=\"onFocusIndexUnderRange()\"\n (tokenSelected)=\"onTokenSelected($event)\"\n [(tokens)]=\"myTokens\"\n >\n (You may also include content inside the tokens component.)\n </sky-tokens>\n</p>\n\n<p>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"changeTokens()\"\n >\n Change tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"resetTokens()\"\n >\n Reset tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"destroyTokens()\"\n >\n Destroy tokens\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n (click)=\"focusLastToken()\"\n >\n Focus last token\n </button>\n</p>\n"
|
|
6054
6055
|
},
|
|
6055
6056
|
{
|
|
6056
6057
|
"fileName": "tokens-demo.component.ts",
|
|
6057
6058
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.ts",
|
|
6058
|
-
"rawContents": "import {
|
|
6059
|
+
"rawContents": "import { Component, OnDestroy } from '@angular/core';\n\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType,\n} from '@skyux/indicators';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent implements OnDestroy {\n public myTokens: SkyToken[];\n\n private defaultTokens = [\n { label: 'Canada' },\n { label: 'Older than 55' },\n { label: 'Employed' },\n { label: 'Added before 2018' },\n ];\n\n public tokensController: Subject<SkyTokensMessage>;\n\n constructor() {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public ngOnDestroy(): void {\n if (this.tokensController) {\n this.tokensController.complete();\n }\n }\n\n public resetTokens(): void {\n this.createTokens();\n }\n\n public changeTokens(): void {\n this.myTokens = this.getTokens([\n { label: 'Paid' },\n { label: 'Pending' },\n { label: 'Past due' },\n ]);\n }\n\n public destroyTokens(): void {\n this.myTokens = undefined;\n }\n\n public createTokens(): void {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public onTokenSelected(args: SkyTokenSelectedEventArgs): void {\n console.log('Token selected:', args);\n }\n\n public onFocusIndexUnderRange(): void {\n console.log('Focus index was less than zero.');\n }\n\n public onFocusIndexOverRange(): void {\n console.log('Focus index was greater than the number of tokens.');\n }\n\n public focusLastToken(): void {\n if (!this.tokensController) {\n this.tokensController = new Subject<SkyTokensMessage>();\n }\n\n this.tokensController.next({\n type: SkyTokensMessageType.FocusLastToken,\n });\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item,\n } as SkyToken;\n });\n }\n}\n"
|
|
6059
6060
|
},
|
|
6060
6061
|
{
|
|
6061
6062
|
"fileName": "tokens-demo.module.ts",
|
|
6062
6063
|
"filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.module.ts",
|
|
6063
|
-
"rawContents": "import {
|
|
6064
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
|
|
6064
6065
|
},
|
|
6065
6066
|
{
|
|
6066
6067
|
"fileName": "wait-demo.component.html",
|
|
6067
6068
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.html",
|
|
6068
|
-
"rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"isWaiting = !isWaiting\"\n>\n Toggle wait\n</button>\n\n<div
|
|
6069
|
+
"rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"isWaiting = !isWaiting\"\n>\n Toggle wait\n</button>\n\n<div style=\"height: 200px; width: 200px; margin: 10px\">\n The <code>sky-wait</code> directive can apply to a large area.\n <sky-wait [isWaiting]=\"isWaiting\"> </sky-wait>\n</div>\n"
|
|
6069
6070
|
},
|
|
6070
6071
|
{
|
|
6071
6072
|
"fileName": "wait-demo.component.ts",
|
|
6072
6073
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.ts",
|
|
6073
|
-
"rawContents": "import {
|
|
6074
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting: boolean = false;\n}\n"
|
|
6074
6075
|
},
|
|
6075
6076
|
{
|
|
6076
6077
|
"fileName": "wait-demo.module.ts",
|
|
6077
6078
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.module.ts",
|
|
6078
|
-
"rawContents": "import {
|
|
6079
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
|
|
6079
6080
|
},
|
|
6080
6081
|
{
|
|
6081
6082
|
"fileName": "wait-demo.component.html",
|
|
@@ -6085,12 +6086,12 @@
|
|
|
6085
6086
|
{
|
|
6086
6087
|
"fileName": "wait-demo.component.ts",
|
|
6087
6088
|
"filePath": "/projects/indicators/documentation/code-examples/wait/page/wait-demo.component.ts",
|
|
6088
|
-
"rawContents": "import {
|
|
6089
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { SkyWaitService } from '@skyux/indicators';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting = false;\n\n constructor(private waitSvc: SkyWaitService) {}\n\n public showPageWait(isBlocking: boolean): void {\n if (isBlocking) {\n this.waitSvc.beginBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endBlockingPageWait();\n }, 2000);\n } else {\n this.waitSvc.beginNonBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endNonBlockingPageWait();\n }, 2000);\n }\n }\n}\n"
|
|
6089
6090
|
},
|
|
6090
6091
|
{
|
|
6091
6092
|
"fileName": "wait-demo.module.ts",
|
|
6092
6093
|
"filePath": "/projects/indicators/documentation/code-examples/wait/page/wait-demo.module.ts",
|
|
6093
|
-
"rawContents": "import {
|
|
6094
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
|
|
6094
6095
|
}
|
|
6095
6096
|
]
|
|
6096
6097
|
}
|