@skyux/indicators 5.3.0 → 5.5.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-indicators.umd.js +115 -114
- package/documentation.json +303 -30
- package/esm2015/index.js +38 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/{modules → lib/modules}/alert/alert.component.js +4 -4
- package/esm2015/lib/modules/alert/alert.component.js.map +1 -0
- package/esm2015/lib/modules/alert/alert.module.js +38 -0
- package/esm2015/lib/modules/alert/alert.module.js.map +1 -0
- package/esm2015/lib/modules/chevron/chevron.component.js +66 -0
- package/esm2015/lib/modules/chevron/chevron.component.js.map +1 -0
- package/esm2015/lib/modules/chevron/chevron.module.js +38 -0
- package/esm2015/lib/modules/chevron/chevron.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/expansion-indicator/expansion-indicator.component.js +4 -4
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.component.js.map +1 -0
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.module.js +19 -0
- package/esm2015/lib/modules/expansion-indicator/expansion-indicator.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/help-inline/help-inline.component.js +4 -4
- package/esm2015/lib/modules/help-inline/help-inline.component.js.map +1 -0
- package/esm2015/lib/modules/help-inline/help-inline.module.js +38 -0
- package/esm2015/lib/modules/help-inline/help-inline.module.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-class-list.pipe.js +38 -0
- package/esm2015/lib/modules/icon/icon-class-list.pipe.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-resolver.service.js +42 -0
- package/esm2015/lib/modules/icon/icon-resolver.service.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-stack-item.js +2 -0
- package/esm2015/lib/modules/icon/icon-stack-item.js.map +1 -0
- package/esm2015/lib/modules/icon/icon-stack.component.js +23 -0
- package/esm2015/lib/modules/icon/icon-stack.component.js.map +1 -0
- package/esm2015/lib/modules/icon/icon.component.js +37 -0
- package/esm2015/lib/modules/icon/icon.component.js.map +1 -0
- package/esm2015/lib/modules/icon/icon.module.js +21 -0
- package/esm2015/lib/modules/icon/icon.module.js.map +1 -0
- package/esm2015/lib/modules/icon/types/icon-type.js +2 -0
- package/esm2015/lib/modules/icon/types/icon-type.js.map +1 -0
- package/esm2015/lib/modules/icon/types/icon-variant-type.js +2 -0
- package/esm2015/lib/modules/icon/types/icon-variant-type.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info-label.component.js +18 -0
- package/esm2015/lib/modules/key-info/key-info-label.component.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info-value.component.js +18 -0
- package/esm2015/lib/modules/key-info/key-info-value.component.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info.component.js +26 -0
- package/esm2015/lib/modules/key-info/key-info.component.js.map +1 -0
- package/esm2015/lib/modules/key-info/key-info.module.js +32 -0
- package/esm2015/lib/modules/key-info/key-info.module.js.map +1 -0
- package/esm2015/lib/modules/label/label-type.js +2 -0
- package/esm2015/lib/modules/label/label-type.js.map +1 -0
- package/esm2015/{modules → lib/modules}/label/label.component.js +4 -4
- package/esm2015/lib/modules/label/label.component.js.map +1 -0
- package/esm2015/lib/modules/label/label.module.js +19 -0
- package/esm2015/lib/modules/label/label.module.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-description-type.js +2 -0
- package/esm2015/lib/modules/shared/indicator-description-type.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-icon-type.js +2 -0
- package/esm2015/lib/modules/shared/indicator-icon-type.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-icon-utility.js +41 -0
- package/esm2015/lib/modules/shared/indicator-icon-utility.js.map +1 -0
- package/esm2015/lib/modules/shared/indicator-icon.js +2 -0
- package/esm2015/lib/modules/shared/indicator-icon.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-indicators-resources.module.js +61 -0
- package/esm2015/lib/modules/shared/sky-indicators-resources.module.js.map +1 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.component.js +99 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.component.js.map +1 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.module.js +34 -0
- package/esm2015/lib/modules/status-indicator/status-indicator.module.js.map +1 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.directive.js +154 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.directive.js.map +1 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.module.js +18 -0
- package/esm2015/lib/modules/text-highlight/text-highlight.module.js.map +1 -0
- package/esm2015/{modules → lib/modules}/tokens/token.component.js +6 -5
- package/esm2015/lib/modules/tokens/token.component.js.map +1 -0
- package/esm2015/lib/modules/tokens/tokens.component.js +304 -0
- package/esm2015/lib/modules/tokens/tokens.component.js.map +1 -0
- package/esm2015/lib/modules/tokens/tokens.module.js +35 -0
- package/esm2015/lib/modules/tokens/tokens.module.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/token-selected-event-args.js +2 -0
- package/esm2015/lib/modules/tokens/types/token-selected-event-args.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/token.js +2 -0
- package/esm2015/lib/modules/tokens/types/token.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/tokens-message-type.js +24 -0
- package/esm2015/lib/modules/tokens/types/tokens-message-type.js.map +1 -0
- package/esm2015/lib/modules/tokens/types/tokens-message.js +2 -0
- package/esm2015/lib/modules/tokens/types/tokens-message.js.map +1 -0
- package/esm2015/lib/modules/wait/wait-adapter.service.js +201 -0
- package/esm2015/lib/modules/wait/wait-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/wait/wait-page-adapter.service.js +25 -0
- package/esm2015/lib/modules/wait/wait-page-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/wait/wait-page.component.js +23 -0
- package/esm2015/lib/modules/wait/wait-page.component.js.map +1 -0
- package/esm2015/lib/modules/wait/wait.component.js +94 -0
- package/esm2015/lib/modules/wait/wait.component.js.map +1 -0
- package/esm2015/lib/modules/wait/wait.module.js +22 -0
- package/esm2015/lib/modules/wait/wait.module.js.map +1 -0
- package/esm2015/lib/modules/wait/wait.service.js +164 -0
- package/esm2015/lib/modules/wait/wait.service.js.map +1 -0
- package/esm2015/skyux-indicators.js +2 -2
- package/esm2015/skyux-indicators.js.map +1 -0
- package/esm2015/testing/alert-fixture.js +1 -1
- package/esm2015/testing/alert-fixture.js.map +1 -0
- package/esm2015/testing/label-fixture.js +1 -1
- package/esm2015/testing/label-fixture.js.map +1 -0
- package/esm2015/testing/public-api.js +1 -1
- package/esm2015/testing/public-api.js.map +1 -0
- package/esm2015/testing/skyux-indicators-testing.js +1 -1
- package/esm2015/testing/skyux-indicators-testing.js.map +1 -0
- package/esm2015/testing/wait-fixture.js +1 -1
- package/esm2015/testing/wait-fixture.js.map +1 -0
- package/fesm2015/skyux-indicators-testing.js.map +1 -1
- package/fesm2015/skyux-indicators.js +115 -114
- package/fesm2015/skyux-indicators.js.map +1 -1
- package/index.d.ts +35 -0
- package/{modules → lib/modules}/alert/alert.component.d.ts +0 -0
- package/{modules → lib/modules}/alert/alert.module.d.ts +0 -0
- package/{modules → lib/modules}/chevron/chevron.component.d.ts +0 -0
- package/{modules → lib/modules}/chevron/chevron.module.d.ts +0 -0
- package/{modules → lib/modules}/expansion-indicator/expansion-indicator.component.d.ts +0 -0
- package/{modules → lib/modules}/expansion-indicator/expansion-indicator.module.d.ts +0 -0
- package/{modules → lib/modules}/help-inline/help-inline.component.d.ts +0 -0
- package/{modules → lib/modules}/help-inline/help-inline.module.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-class-list.pipe.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-resolver.service.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-stack-item.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon-stack.component.d.ts +0 -0
- package/{modules → lib/modules}/icon/icon.component.d.ts +4 -3
- package/{modules → lib/modules}/icon/icon.module.d.ts +0 -0
- package/{modules → lib/modules}/icon/types/icon-type.d.ts +0 -0
- package/{modules → lib/modules}/icon/types/icon-variant-type.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info-label.component.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info-value.component.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info.component.d.ts +0 -0
- package/{modules → lib/modules}/key-info/key-info.module.d.ts +0 -0
- package/{modules → lib/modules}/label/label-type.d.ts +0 -0
- package/{modules → lib/modules}/label/label.component.d.ts +0 -0
- package/{modules → lib/modules}/label/label.module.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-description-type.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-icon-type.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-icon-utility.d.ts +0 -0
- package/{modules → lib/modules}/shared/indicator-icon.d.ts +0 -0
- package/{modules → lib/modules}/shared/sky-indicators-resources.module.d.ts +0 -0
- package/{modules → lib/modules}/status-indicator/status-indicator.component.d.ts +0 -0
- package/{modules → lib/modules}/status-indicator/status-indicator.module.d.ts +0 -0
- package/{modules → lib/modules}/text-highlight/text-highlight.directive.d.ts +0 -0
- package/{modules → lib/modules}/text-highlight/text-highlight.module.d.ts +0 -0
- package/{modules → lib/modules}/tokens/token.component.d.ts +0 -0
- package/{modules → lib/modules}/tokens/tokens.component.d.ts +1 -1
- package/{modules → lib/modules}/tokens/tokens.module.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/token-selected-event-args.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/token.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/tokens-message-type.d.ts +0 -0
- package/{modules → lib/modules}/tokens/types/tokens-message.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait-page-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait-page.component.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait.component.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait.module.d.ts +0 -0
- package/{modules → lib/modules}/wait/wait.service.d.ts +0 -0
- package/package.json +20 -6
- package/skyux-indicators.d.ts +1 -1
- package/LICENSE +0 -21
- package/esm2015/modules/alert/alert.module.js +0 -38
- package/esm2015/modules/chevron/chevron.component.js +0 -66
- package/esm2015/modules/chevron/chevron.module.js +0 -38
- package/esm2015/modules/expansion-indicator/expansion-indicator.module.js +0 -19
- package/esm2015/modules/help-inline/help-inline.module.js +0 -38
- package/esm2015/modules/icon/icon-class-list.pipe.js +0 -37
- package/esm2015/modules/icon/icon-resolver.service.js +0 -41
- package/esm2015/modules/icon/icon-stack-item.js +0 -2
- package/esm2015/modules/icon/icon-stack.component.js +0 -23
- package/esm2015/modules/icon/icon.component.js +0 -36
- package/esm2015/modules/icon/icon.module.js +0 -21
- package/esm2015/modules/icon/types/icon-type.js +0 -2
- package/esm2015/modules/icon/types/icon-variant-type.js +0 -2
- package/esm2015/modules/key-info/key-info-label.component.js +0 -18
- package/esm2015/modules/key-info/key-info-value.component.js +0 -18
- package/esm2015/modules/key-info/key-info.component.js +0 -26
- package/esm2015/modules/key-info/key-info.module.js +0 -32
- package/esm2015/modules/label/label-type.js +0 -2
- package/esm2015/modules/label/label.module.js +0 -19
- package/esm2015/modules/shared/indicator-description-type.js +0 -2
- package/esm2015/modules/shared/indicator-icon-type.js +0 -2
- package/esm2015/modules/shared/indicator-icon-utility.js +0 -41
- package/esm2015/modules/shared/indicator-icon.js +0 -2
- package/esm2015/modules/shared/sky-indicators-resources.module.js +0 -61
- package/esm2015/modules/status-indicator/status-indicator.component.js +0 -98
- package/esm2015/modules/status-indicator/status-indicator.module.js +0 -34
- package/esm2015/modules/text-highlight/text-highlight.directive.js +0 -153
- package/esm2015/modules/text-highlight/text-highlight.module.js +0 -18
- package/esm2015/modules/tokens/tokens.component.js +0 -304
- package/esm2015/modules/tokens/tokens.module.js +0 -35
- package/esm2015/modules/tokens/types/token-selected-event-args.js +0 -2
- package/esm2015/modules/tokens/types/token.js +0 -2
- package/esm2015/modules/tokens/types/tokens-message-type.js +0 -24
- package/esm2015/modules/tokens/types/tokens-message.js +0 -2
- package/esm2015/modules/wait/wait-adapter.service.js +0 -201
- package/esm2015/modules/wait/wait-page-adapter.service.js +0 -25
- package/esm2015/modules/wait/wait-page.component.js +0 -23
- package/esm2015/modules/wait/wait.component.js +0 -93
- package/esm2015/modules/wait/wait.module.js +0 -22
- package/esm2015/modules/wait/wait.service.js +0 -162
- package/esm2015/public-api.js +0 -38
- package/public-api.d.ts +0 -35
package/documentation.json
CHANGED
|
@@ -172,6 +172,8 @@
|
|
|
172
172
|
"name": "NgModule",
|
|
173
173
|
"type": {
|
|
174
174
|
"type": "reference",
|
|
175
|
+
"qualifiedName": "NgModuleDecorator",
|
|
176
|
+
"package": "@angular/core",
|
|
175
177
|
"name": "NgModule"
|
|
176
178
|
},
|
|
177
179
|
"arguments": {
|
|
@@ -230,6 +232,8 @@
|
|
|
230
232
|
"name": "NgModule",
|
|
231
233
|
"type": {
|
|
232
234
|
"type": "reference",
|
|
235
|
+
"qualifiedName": "NgModuleDecorator",
|
|
236
|
+
"package": "@angular/core",
|
|
233
237
|
"name": "NgModule"
|
|
234
238
|
},
|
|
235
239
|
"arguments": {
|
|
@@ -288,6 +292,8 @@
|
|
|
288
292
|
"name": "NgModule",
|
|
289
293
|
"type": {
|
|
290
294
|
"type": "reference",
|
|
295
|
+
"qualifiedName": "NgModuleDecorator",
|
|
296
|
+
"package": "@angular/core",
|
|
291
297
|
"name": "NgModule"
|
|
292
298
|
},
|
|
293
299
|
"arguments": {
|
|
@@ -346,6 +352,8 @@
|
|
|
346
352
|
"name": "NgModule",
|
|
347
353
|
"type": {
|
|
348
354
|
"type": "reference",
|
|
355
|
+
"qualifiedName": "NgModuleDecorator",
|
|
356
|
+
"package": "@angular/core",
|
|
349
357
|
"name": "NgModule"
|
|
350
358
|
},
|
|
351
359
|
"arguments": {
|
|
@@ -404,6 +412,8 @@
|
|
|
404
412
|
"name": "NgModule",
|
|
405
413
|
"type": {
|
|
406
414
|
"type": "reference",
|
|
415
|
+
"qualifiedName": "NgModuleDecorator",
|
|
416
|
+
"package": "@angular/core",
|
|
407
417
|
"name": "NgModule"
|
|
408
418
|
},
|
|
409
419
|
"arguments": {
|
|
@@ -462,6 +472,8 @@
|
|
|
462
472
|
"name": "NgModule",
|
|
463
473
|
"type": {
|
|
464
474
|
"type": "reference",
|
|
475
|
+
"qualifiedName": "NgModuleDecorator",
|
|
476
|
+
"package": "@angular/core",
|
|
465
477
|
"name": "NgModule"
|
|
466
478
|
},
|
|
467
479
|
"arguments": {
|
|
@@ -520,6 +532,8 @@
|
|
|
520
532
|
"name": "NgModule",
|
|
521
533
|
"type": {
|
|
522
534
|
"type": "reference",
|
|
535
|
+
"qualifiedName": "NgModuleDecorator",
|
|
536
|
+
"package": "@angular/core",
|
|
523
537
|
"name": "NgModule"
|
|
524
538
|
},
|
|
525
539
|
"arguments": {
|
|
@@ -578,6 +592,8 @@
|
|
|
578
592
|
"name": "NgModule",
|
|
579
593
|
"type": {
|
|
580
594
|
"type": "reference",
|
|
595
|
+
"qualifiedName": "NgModuleDecorator",
|
|
596
|
+
"package": "@angular/core",
|
|
581
597
|
"name": "NgModule"
|
|
582
598
|
},
|
|
583
599
|
"arguments": {
|
|
@@ -636,6 +652,8 @@
|
|
|
636
652
|
"name": "NgModule",
|
|
637
653
|
"type": {
|
|
638
654
|
"type": "reference",
|
|
655
|
+
"qualifiedName": "NgModuleDecorator",
|
|
656
|
+
"package": "@angular/core",
|
|
639
657
|
"name": "NgModule"
|
|
640
658
|
},
|
|
641
659
|
"arguments": {
|
|
@@ -694,6 +712,8 @@
|
|
|
694
712
|
"name": "NgModule",
|
|
695
713
|
"type": {
|
|
696
714
|
"type": "reference",
|
|
715
|
+
"qualifiedName": "NgModuleDecorator",
|
|
716
|
+
"package": "@angular/core",
|
|
697
717
|
"name": "NgModule"
|
|
698
718
|
},
|
|
699
719
|
"arguments": {
|
|
@@ -752,6 +772,8 @@
|
|
|
752
772
|
"name": "NgModule",
|
|
753
773
|
"type": {
|
|
754
774
|
"type": "reference",
|
|
775
|
+
"qualifiedName": "NgModuleDecorator",
|
|
776
|
+
"package": "@angular/core",
|
|
755
777
|
"name": "NgModule"
|
|
756
778
|
},
|
|
757
779
|
"arguments": {
|
|
@@ -810,6 +832,8 @@
|
|
|
810
832
|
"name": "Injectable",
|
|
811
833
|
"type": {
|
|
812
834
|
"type": "reference",
|
|
835
|
+
"qualifiedName": "InjectableDecorator",
|
|
836
|
+
"package": "@angular/core",
|
|
813
837
|
"name": "Injectable"
|
|
814
838
|
},
|
|
815
839
|
"arguments": {
|
|
@@ -847,6 +871,8 @@
|
|
|
847
871
|
"flags": {},
|
|
848
872
|
"type": {
|
|
849
873
|
"type": "reference",
|
|
874
|
+
"qualifiedName": "ComponentFactoryResolver",
|
|
875
|
+
"package": "@angular/core",
|
|
850
876
|
"name": "ComponentFactoryResolver"
|
|
851
877
|
}
|
|
852
878
|
},
|
|
@@ -858,6 +884,8 @@
|
|
|
858
884
|
"flags": {},
|
|
859
885
|
"type": {
|
|
860
886
|
"type": "reference",
|
|
887
|
+
"qualifiedName": "ApplicationRef",
|
|
888
|
+
"package": "@angular/core",
|
|
861
889
|
"name": "ApplicationRef"
|
|
862
890
|
}
|
|
863
891
|
},
|
|
@@ -1006,6 +1034,8 @@
|
|
|
1006
1034
|
"name": "T"
|
|
1007
1035
|
}
|
|
1008
1036
|
],
|
|
1037
|
+
"qualifiedName": "Observable",
|
|
1038
|
+
"package": "rxjs",
|
|
1009
1039
|
"name": "Observable"
|
|
1010
1040
|
}
|
|
1011
1041
|
}
|
|
@@ -1019,6 +1049,8 @@
|
|
|
1019
1049
|
"name": "T"
|
|
1020
1050
|
}
|
|
1021
1051
|
],
|
|
1052
|
+
"qualifiedName": "Observable",
|
|
1053
|
+
"package": "rxjs",
|
|
1022
1054
|
"name": "Observable"
|
|
1023
1055
|
}
|
|
1024
1056
|
}
|
|
@@ -1170,6 +1202,8 @@
|
|
|
1170
1202
|
"name": "T"
|
|
1171
1203
|
}
|
|
1172
1204
|
],
|
|
1205
|
+
"qualifiedName": "Observable",
|
|
1206
|
+
"package": "rxjs",
|
|
1173
1207
|
"name": "Observable"
|
|
1174
1208
|
}
|
|
1175
1209
|
}
|
|
@@ -1183,6 +1217,8 @@
|
|
|
1183
1217
|
"name": "T"
|
|
1184
1218
|
}
|
|
1185
1219
|
],
|
|
1220
|
+
"qualifiedName": "Observable",
|
|
1221
|
+
"package": "rxjs",
|
|
1186
1222
|
"name": "Observable"
|
|
1187
1223
|
}
|
|
1188
1224
|
}
|
|
@@ -1230,6 +1266,8 @@
|
|
|
1230
1266
|
"name": "Component",
|
|
1231
1267
|
"type": {
|
|
1232
1268
|
"type": "reference",
|
|
1269
|
+
"qualifiedName": "ComponentDecorator",
|
|
1270
|
+
"package": "@angular/core",
|
|
1233
1271
|
"name": "Component"
|
|
1234
1272
|
},
|
|
1235
1273
|
"arguments": {
|
|
@@ -1323,6 +1361,8 @@
|
|
|
1323
1361
|
"name": "Input",
|
|
1324
1362
|
"type": {
|
|
1325
1363
|
"type": "reference",
|
|
1364
|
+
"qualifiedName": "InputDecorator",
|
|
1365
|
+
"package": "@angular/core",
|
|
1326
1366
|
"name": "Input"
|
|
1327
1367
|
},
|
|
1328
1368
|
"arguments": {}
|
|
@@ -1362,6 +1402,8 @@
|
|
|
1362
1402
|
"name": "Input",
|
|
1363
1403
|
"type": {
|
|
1364
1404
|
"type": "reference",
|
|
1405
|
+
"qualifiedName": "InputDecorator",
|
|
1406
|
+
"package": "@angular/core",
|
|
1365
1407
|
"name": "Input"
|
|
1366
1408
|
},
|
|
1367
1409
|
"arguments": {}
|
|
@@ -1395,6 +1437,8 @@
|
|
|
1395
1437
|
"name": "Output",
|
|
1396
1438
|
"type": {
|
|
1397
1439
|
"type": "reference",
|
|
1440
|
+
"qualifiedName": "OutputDecorator",
|
|
1441
|
+
"package": "@angular/core",
|
|
1398
1442
|
"name": "Output"
|
|
1399
1443
|
},
|
|
1400
1444
|
"arguments": {}
|
|
@@ -1415,6 +1459,8 @@
|
|
|
1415
1459
|
"name": "boolean"
|
|
1416
1460
|
}
|
|
1417
1461
|
],
|
|
1462
|
+
"qualifiedName": "EventEmitter",
|
|
1463
|
+
"package": "@angular/core",
|
|
1418
1464
|
"name": "EventEmitter"
|
|
1419
1465
|
},
|
|
1420
1466
|
"defaultValue": "..."
|
|
@@ -1432,6 +1478,8 @@
|
|
|
1432
1478
|
"name": "Input",
|
|
1433
1479
|
"type": {
|
|
1434
1480
|
"type": "reference",
|
|
1481
|
+
"qualifiedName": "InputDecorator",
|
|
1482
|
+
"package": "@angular/core",
|
|
1435
1483
|
"name": "Input"
|
|
1436
1484
|
},
|
|
1437
1485
|
"arguments": {}
|
|
@@ -1452,7 +1500,13 @@
|
|
|
1452
1500
|
"kindString": "Get signature",
|
|
1453
1501
|
"flags": {},
|
|
1454
1502
|
"comment": {
|
|
1455
|
-
"shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`."
|
|
1503
|
+
"shortText": "Specifies a style for the alert to determine the icon and background color.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
|
|
1504
|
+
"tags": [
|
|
1505
|
+
{
|
|
1506
|
+
"tag": "default",
|
|
1507
|
+
"text": "\"warning\"\n"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1456
1510
|
},
|
|
1457
1511
|
"type": {
|
|
1458
1512
|
"type": "intrinsic",
|
|
@@ -1608,6 +1662,8 @@
|
|
|
1608
1662
|
"implementedTypes": [
|
|
1609
1663
|
{
|
|
1610
1664
|
"type": "reference",
|
|
1665
|
+
"qualifiedName": "OnInit",
|
|
1666
|
+
"package": "@angular/core",
|
|
1611
1667
|
"name": "OnInit"
|
|
1612
1668
|
}
|
|
1613
1669
|
]
|
|
@@ -1623,6 +1679,8 @@
|
|
|
1623
1679
|
"name": "Component",
|
|
1624
1680
|
"type": {
|
|
1625
1681
|
"type": "reference",
|
|
1682
|
+
"qualifiedName": "ComponentDecorator",
|
|
1683
|
+
"package": "@angular/core",
|
|
1626
1684
|
"name": "Component"
|
|
1627
1685
|
},
|
|
1628
1686
|
"arguments": {
|
|
@@ -1660,6 +1718,8 @@
|
|
|
1660
1718
|
"flags": {},
|
|
1661
1719
|
"type": {
|
|
1662
1720
|
"type": "reference",
|
|
1721
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
1722
|
+
"package": "@angular/core",
|
|
1663
1723
|
"name": "ChangeDetectorRef"
|
|
1664
1724
|
}
|
|
1665
1725
|
},
|
|
@@ -1778,6 +1838,8 @@
|
|
|
1778
1838
|
"name": "Input",
|
|
1779
1839
|
"type": {
|
|
1780
1840
|
"type": "reference",
|
|
1841
|
+
"qualifiedName": "InputDecorator",
|
|
1842
|
+
"package": "@angular/core",
|
|
1781
1843
|
"name": "Input"
|
|
1782
1844
|
},
|
|
1783
1845
|
"arguments": {}
|
|
@@ -1849,6 +1911,8 @@
|
|
|
1849
1911
|
"name": "Input",
|
|
1850
1912
|
"type": {
|
|
1851
1913
|
"type": "reference",
|
|
1914
|
+
"qualifiedName": "InputDecorator",
|
|
1915
|
+
"package": "@angular/core",
|
|
1852
1916
|
"name": "Input"
|
|
1853
1917
|
},
|
|
1854
1918
|
"arguments": {}
|
|
@@ -1869,7 +1933,13 @@
|
|
|
1869
1933
|
"kindString": "Get signature",
|
|
1870
1934
|
"flags": {},
|
|
1871
1935
|
"comment": {
|
|
1872
|
-
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon. The valid options are `none`, `custom`,\n`error`, `warning`, `completed`, and `important-info`."
|
|
1936
|
+
"shortText": "Specifies the predefined text to be read by screen readers for users\nwho cannot see the indicator icon. The valid options are `none`, `custom`,\n`error`, `warning`, `completed`, and `important-info`.",
|
|
1937
|
+
"tags": [
|
|
1938
|
+
{
|
|
1939
|
+
"tag": "required",
|
|
1940
|
+
"text": "\n"
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1873
1943
|
},
|
|
1874
1944
|
"type": {
|
|
1875
1945
|
"type": "reference",
|
|
@@ -1926,6 +1996,8 @@
|
|
|
1926
1996
|
"name": "Input",
|
|
1927
1997
|
"type": {
|
|
1928
1998
|
"type": "reference",
|
|
1999
|
+
"qualifiedName": "InputDecorator",
|
|
2000
|
+
"package": "@angular/core",
|
|
1929
2001
|
"name": "Input"
|
|
1930
2002
|
},
|
|
1931
2003
|
"arguments": {}
|
|
@@ -1946,7 +2018,13 @@
|
|
|
1946
2018
|
"kindString": "Get signature",
|
|
1947
2019
|
"flags": {},
|
|
1948
2020
|
"comment": {
|
|
1949
|
-
"shortText": "Specifies a style for the status indicator to determine the icon.\nThe valid options are `danger`, `info`, `success`, and `warning`."
|
|
2021
|
+
"shortText": "Specifies a style for the status indicator to determine the icon.\nThe valid options are `danger`, `info`, `success`, and `warning`.",
|
|
2022
|
+
"tags": [
|
|
2023
|
+
{
|
|
2024
|
+
"tag": "default",
|
|
2025
|
+
"text": "\"warning\"\n"
|
|
2026
|
+
}
|
|
2027
|
+
]
|
|
1950
2028
|
},
|
|
1951
2029
|
"type": {
|
|
1952
2030
|
"type": "reference",
|
|
@@ -2041,6 +2119,8 @@
|
|
|
2041
2119
|
"name": "Directive",
|
|
2042
2120
|
"type": {
|
|
2043
2121
|
"type": "reference",
|
|
2122
|
+
"qualifiedName": "DirectiveDecorator",
|
|
2123
|
+
"package": "@angular/core",
|
|
2044
2124
|
"name": "Directive"
|
|
2045
2125
|
},
|
|
2046
2126
|
"arguments": {
|
|
@@ -2084,6 +2164,8 @@
|
|
|
2084
2164
|
"name": "any"
|
|
2085
2165
|
}
|
|
2086
2166
|
],
|
|
2167
|
+
"qualifiedName": "ElementRef",
|
|
2168
|
+
"package": "@angular/core",
|
|
2087
2169
|
"name": "ElementRef"
|
|
2088
2170
|
}
|
|
2089
2171
|
},
|
|
@@ -2120,6 +2202,8 @@
|
|
|
2120
2202
|
"name": "Input",
|
|
2121
2203
|
"type": {
|
|
2122
2204
|
"type": "reference",
|
|
2205
|
+
"qualifiedName": "InputDecorator",
|
|
2206
|
+
"package": "@angular/core",
|
|
2123
2207
|
"name": "Input"
|
|
2124
2208
|
},
|
|
2125
2209
|
"arguments": {}
|
|
@@ -2242,6 +2326,8 @@
|
|
|
2242
2326
|
"flags": {},
|
|
2243
2327
|
"type": {
|
|
2244
2328
|
"type": "reference",
|
|
2329
|
+
"qualifiedName": "SimpleChanges",
|
|
2330
|
+
"package": "@angular/core",
|
|
2245
2331
|
"name": "SimpleChanges"
|
|
2246
2332
|
}
|
|
2247
2333
|
}
|
|
@@ -2334,14 +2420,20 @@
|
|
|
2334
2420
|
"implementedTypes": [
|
|
2335
2421
|
{
|
|
2336
2422
|
"type": "reference",
|
|
2423
|
+
"qualifiedName": "OnChanges",
|
|
2424
|
+
"package": "@angular/core",
|
|
2337
2425
|
"name": "OnChanges"
|
|
2338
2426
|
},
|
|
2339
2427
|
{
|
|
2340
2428
|
"type": "reference",
|
|
2429
|
+
"qualifiedName": "AfterViewInit",
|
|
2430
|
+
"package": "@angular/core",
|
|
2341
2431
|
"name": "AfterViewInit"
|
|
2342
2432
|
},
|
|
2343
2433
|
{
|
|
2344
2434
|
"type": "reference",
|
|
2435
|
+
"qualifiedName": "OnDestroy",
|
|
2436
|
+
"package": "@angular/core",
|
|
2345
2437
|
"name": "OnDestroy"
|
|
2346
2438
|
}
|
|
2347
2439
|
]
|
|
@@ -2357,6 +2449,8 @@
|
|
|
2357
2449
|
"name": "Component",
|
|
2358
2450
|
"type": {
|
|
2359
2451
|
"type": "reference",
|
|
2452
|
+
"qualifiedName": "ComponentDecorator",
|
|
2453
|
+
"package": "@angular/core",
|
|
2360
2454
|
"name": "Component"
|
|
2361
2455
|
},
|
|
2362
2456
|
"arguments": {
|
|
@@ -2400,6 +2494,8 @@
|
|
|
2400
2494
|
"name": "any"
|
|
2401
2495
|
}
|
|
2402
2496
|
],
|
|
2497
|
+
"qualifiedName": "ElementRef",
|
|
2498
|
+
"package": "@angular/core",
|
|
2403
2499
|
"name": "ElementRef"
|
|
2404
2500
|
}
|
|
2405
2501
|
},
|
|
@@ -2439,6 +2535,8 @@
|
|
|
2439
2535
|
"name": "Output",
|
|
2440
2536
|
"type": {
|
|
2441
2537
|
"type": "reference",
|
|
2538
|
+
"qualifiedName": "OutputDecorator",
|
|
2539
|
+
"package": "@angular/core",
|
|
2442
2540
|
"name": "Output"
|
|
2443
2541
|
},
|
|
2444
2542
|
"arguments": {}
|
|
@@ -2459,6 +2557,8 @@
|
|
|
2459
2557
|
"name": "void"
|
|
2460
2558
|
}
|
|
2461
2559
|
],
|
|
2560
|
+
"qualifiedName": "EventEmitter",
|
|
2561
|
+
"package": "@angular/core",
|
|
2462
2562
|
"name": "EventEmitter"
|
|
2463
2563
|
},
|
|
2464
2564
|
"defaultValue": "..."
|
|
@@ -2479,6 +2579,8 @@
|
|
|
2479
2579
|
"name": "Output",
|
|
2480
2580
|
"type": {
|
|
2481
2581
|
"type": "reference",
|
|
2582
|
+
"qualifiedName": "OutputDecorator",
|
|
2583
|
+
"package": "@angular/core",
|
|
2482
2584
|
"name": "Output"
|
|
2483
2585
|
},
|
|
2484
2586
|
"arguments": {}
|
|
@@ -2499,6 +2601,8 @@
|
|
|
2499
2601
|
"name": "void"
|
|
2500
2602
|
}
|
|
2501
2603
|
],
|
|
2604
|
+
"qualifiedName": "EventEmitter",
|
|
2605
|
+
"package": "@angular/core",
|
|
2502
2606
|
"name": "EventEmitter"
|
|
2503
2607
|
},
|
|
2504
2608
|
"defaultValue": "..."
|
|
@@ -2516,6 +2620,8 @@
|
|
|
2516
2620
|
"name": "Input",
|
|
2517
2621
|
"type": {
|
|
2518
2622
|
"type": "reference",
|
|
2623
|
+
"qualifiedName": "InputDecorator",
|
|
2624
|
+
"package": "@angular/core",
|
|
2519
2625
|
"name": "Input"
|
|
2520
2626
|
},
|
|
2521
2627
|
"arguments": {}
|
|
@@ -2536,7 +2642,13 @@
|
|
|
2536
2642
|
"kindString": "Get signature",
|
|
2537
2643
|
"flags": {},
|
|
2538
2644
|
"comment": {
|
|
2539
|
-
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
2645
|
+
"shortText": "Specifies an ARIA label for the token's close button. This sets the button's `aria-label`\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).",
|
|
2646
|
+
"tags": [
|
|
2647
|
+
{
|
|
2648
|
+
"tag": "default",
|
|
2649
|
+
"text": "\"Remove item\"\n"
|
|
2650
|
+
}
|
|
2651
|
+
]
|
|
2540
2652
|
},
|
|
2541
2653
|
"type": {
|
|
2542
2654
|
"type": "intrinsic",
|
|
@@ -2593,6 +2705,8 @@
|
|
|
2593
2705
|
"name": "Input",
|
|
2594
2706
|
"type": {
|
|
2595
2707
|
"type": "reference",
|
|
2708
|
+
"qualifiedName": "InputDecorator",
|
|
2709
|
+
"package": "@angular/core",
|
|
2596
2710
|
"name": "Input"
|
|
2597
2711
|
},
|
|
2598
2712
|
"arguments": {}
|
|
@@ -2613,7 +2727,13 @@
|
|
|
2613
2727
|
"kindString": "Get signature",
|
|
2614
2728
|
"flags": {},
|
|
2615
2729
|
"comment": {
|
|
2616
|
-
"shortText": "Indicates whether to disable the token to prevent users from selecting it, dismissing it,\nor navigating to it with the arrow keys. When the token is disabled,\nusers can still place focus on it using the `Tab` key."
|
|
2730
|
+
"shortText": "Indicates whether to disable the token to prevent users from selecting it, dismissing it,\nor navigating to it with the arrow keys. When the token is disabled,\nusers can still place focus on it using the `Tab` key.",
|
|
2731
|
+
"tags": [
|
|
2732
|
+
{
|
|
2733
|
+
"tag": "default",
|
|
2734
|
+
"text": "true\n"
|
|
2735
|
+
}
|
|
2736
|
+
]
|
|
2617
2737
|
},
|
|
2618
2738
|
"type": {
|
|
2619
2739
|
"type": "intrinsic",
|
|
@@ -2670,6 +2790,8 @@
|
|
|
2670
2790
|
"name": "Input",
|
|
2671
2791
|
"type": {
|
|
2672
2792
|
"type": "reference",
|
|
2793
|
+
"qualifiedName": "InputDecorator",
|
|
2794
|
+
"package": "@angular/core",
|
|
2673
2795
|
"name": "Input"
|
|
2674
2796
|
},
|
|
2675
2797
|
"arguments": {}
|
|
@@ -2690,7 +2812,13 @@
|
|
|
2690
2812
|
"kindString": "Get signature",
|
|
2691
2813
|
"flags": {},
|
|
2692
2814
|
"comment": {
|
|
2693
|
-
"shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key."
|
|
2815
|
+
"shortText": "Indicates whether users can remove the token from the list by selecting the close button\nor pressing the `Backspace` key.",
|
|
2816
|
+
"tags": [
|
|
2817
|
+
{
|
|
2818
|
+
"tag": "default",
|
|
2819
|
+
"text": "true\n"
|
|
2820
|
+
}
|
|
2821
|
+
]
|
|
2694
2822
|
},
|
|
2695
2823
|
"type": {
|
|
2696
2824
|
"type": "intrinsic",
|
|
@@ -2747,6 +2875,8 @@
|
|
|
2747
2875
|
"name": "Input",
|
|
2748
2876
|
"type": {
|
|
2749
2877
|
"type": "reference",
|
|
2878
|
+
"qualifiedName": "InputDecorator",
|
|
2879
|
+
"package": "@angular/core",
|
|
2750
2880
|
"name": "Input"
|
|
2751
2881
|
},
|
|
2752
2882
|
"arguments": {}
|
|
@@ -2767,7 +2897,13 @@
|
|
|
2767
2897
|
"kindString": "Get signature",
|
|
2768
2898
|
"flags": {},
|
|
2769
2899
|
"comment": {
|
|
2770
|
-
"shortText": "Indicates whether users can press the `Tab` key to place focus on the token. This does not\naffect the ability to select the token, dismiss it, or navigate to it with the arrow keys."
|
|
2900
|
+
"shortText": "Indicates whether users can press the `Tab` key to place focus on the token. This does not\naffect the ability to select the token, dismiss it, or navigate to it with the arrow keys.",
|
|
2901
|
+
"tags": [
|
|
2902
|
+
{
|
|
2903
|
+
"tag": "default",
|
|
2904
|
+
"text": "true\n"
|
|
2905
|
+
}
|
|
2906
|
+
]
|
|
2771
2907
|
},
|
|
2772
2908
|
"type": {
|
|
2773
2909
|
"type": "intrinsic",
|
|
@@ -2842,6 +2978,8 @@
|
|
|
2842
2978
|
"flags": {},
|
|
2843
2979
|
"type": {
|
|
2844
2980
|
"type": "reference",
|
|
2981
|
+
"qualifiedName": "Event",
|
|
2982
|
+
"package": "typescript",
|
|
2845
2983
|
"name": "Event"
|
|
2846
2984
|
}
|
|
2847
2985
|
}
|
|
@@ -3023,6 +3161,8 @@
|
|
|
3023
3161
|
"name": "Component",
|
|
3024
3162
|
"type": {
|
|
3025
3163
|
"type": "reference",
|
|
3164
|
+
"qualifiedName": "ComponentDecorator",
|
|
3165
|
+
"package": "@angular/core",
|
|
3026
3166
|
"name": "Component"
|
|
3027
3167
|
},
|
|
3028
3168
|
"arguments": {
|
|
@@ -3060,6 +3200,8 @@
|
|
|
3060
3200
|
"flags": {},
|
|
3061
3201
|
"type": {
|
|
3062
3202
|
"type": "reference",
|
|
3203
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
3204
|
+
"package": "@angular/core",
|
|
3063
3205
|
"name": "ChangeDetectorRef"
|
|
3064
3206
|
}
|
|
3065
3207
|
}
|
|
@@ -3088,6 +3230,8 @@
|
|
|
3088
3230
|
"name": "Output",
|
|
3089
3231
|
"type": {
|
|
3090
3232
|
"type": "reference",
|
|
3233
|
+
"qualifiedName": "OutputDecorator",
|
|
3234
|
+
"package": "@angular/core",
|
|
3091
3235
|
"name": "Output"
|
|
3092
3236
|
},
|
|
3093
3237
|
"arguments": {}
|
|
@@ -3108,6 +3252,8 @@
|
|
|
3108
3252
|
"name": "void"
|
|
3109
3253
|
}
|
|
3110
3254
|
],
|
|
3255
|
+
"qualifiedName": "EventEmitter",
|
|
3256
|
+
"package": "@angular/core",
|
|
3111
3257
|
"name": "EventEmitter"
|
|
3112
3258
|
},
|
|
3113
3259
|
"defaultValue": "..."
|
|
@@ -3128,6 +3274,8 @@
|
|
|
3128
3274
|
"name": "Output",
|
|
3129
3275
|
"type": {
|
|
3130
3276
|
"type": "reference",
|
|
3277
|
+
"qualifiedName": "OutputDecorator",
|
|
3278
|
+
"package": "@angular/core",
|
|
3131
3279
|
"name": "Output"
|
|
3132
3280
|
},
|
|
3133
3281
|
"arguments": {}
|
|
@@ -3148,6 +3296,8 @@
|
|
|
3148
3296
|
"name": "void"
|
|
3149
3297
|
}
|
|
3150
3298
|
],
|
|
3299
|
+
"qualifiedName": "EventEmitter",
|
|
3300
|
+
"package": "@angular/core",
|
|
3151
3301
|
"name": "EventEmitter"
|
|
3152
3302
|
},
|
|
3153
3303
|
"defaultValue": "..."
|
|
@@ -3168,6 +3318,8 @@
|
|
|
3168
3318
|
"name": "Output",
|
|
3169
3319
|
"type": {
|
|
3170
3320
|
"type": "reference",
|
|
3321
|
+
"qualifiedName": "OutputDecorator",
|
|
3322
|
+
"package": "@angular/core",
|
|
3171
3323
|
"name": "Output"
|
|
3172
3324
|
},
|
|
3173
3325
|
"arguments": {}
|
|
@@ -3189,6 +3341,8 @@
|
|
|
3189
3341
|
"name": "SkyTokenSelectedEventArgs"
|
|
3190
3342
|
}
|
|
3191
3343
|
],
|
|
3344
|
+
"qualifiedName": "EventEmitter",
|
|
3345
|
+
"package": "@angular/core",
|
|
3192
3346
|
"name": "EventEmitter"
|
|
3193
3347
|
},
|
|
3194
3348
|
"defaultValue": "..."
|
|
@@ -3209,6 +3363,8 @@
|
|
|
3209
3363
|
"name": "Output",
|
|
3210
3364
|
"type": {
|
|
3211
3365
|
"type": "reference",
|
|
3366
|
+
"qualifiedName": "OutputDecorator",
|
|
3367
|
+
"package": "@angular/core",
|
|
3212
3368
|
"name": "Output"
|
|
3213
3369
|
},
|
|
3214
3370
|
"arguments": {}
|
|
@@ -3233,6 +3389,8 @@
|
|
|
3233
3389
|
}
|
|
3234
3390
|
}
|
|
3235
3391
|
],
|
|
3392
|
+
"qualifiedName": "EventEmitter",
|
|
3393
|
+
"package": "@angular/core",
|
|
3236
3394
|
"name": "EventEmitter"
|
|
3237
3395
|
},
|
|
3238
3396
|
"defaultValue": "..."
|
|
@@ -3320,6 +3478,8 @@
|
|
|
3320
3478
|
"name": "Input",
|
|
3321
3479
|
"type": {
|
|
3322
3480
|
"type": "reference",
|
|
3481
|
+
"qualifiedName": "InputDecorator",
|
|
3482
|
+
"package": "@angular/core",
|
|
3323
3483
|
"name": "Input"
|
|
3324
3484
|
},
|
|
3325
3485
|
"arguments": {}
|
|
@@ -3350,6 +3510,8 @@
|
|
|
3350
3510
|
"name": "Input",
|
|
3351
3511
|
"type": {
|
|
3352
3512
|
"type": "reference",
|
|
3513
|
+
"qualifiedName": "InputDecorator",
|
|
3514
|
+
"package": "@angular/core",
|
|
3353
3515
|
"name": "Input"
|
|
3354
3516
|
},
|
|
3355
3517
|
"arguments": {}
|
|
@@ -3370,7 +3532,13 @@
|
|
|
3370
3532
|
"kindString": "Get signature",
|
|
3371
3533
|
"flags": {},
|
|
3372
3534
|
"comment": {
|
|
3373
|
-
"shortText": "Indicates whether to disable the tokens list to prevent users from selecting tokens,\ndismissing tokens, or navigating through the list with the arrow keys. When the tokens list\nis disabled, users can still place focus on items in the list using the `Tab` key."
|
|
3535
|
+
"shortText": "Indicates whether to disable the tokens list to prevent users from selecting tokens,\ndismissing tokens, or navigating through the list with the arrow keys. When the tokens list\nis disabled, users can still place focus on items in the list using the `Tab` key.",
|
|
3536
|
+
"tags": [
|
|
3537
|
+
{
|
|
3538
|
+
"tag": "default",
|
|
3539
|
+
"text": "false\n"
|
|
3540
|
+
}
|
|
3541
|
+
]
|
|
3374
3542
|
},
|
|
3375
3543
|
"type": {
|
|
3376
3544
|
"type": "intrinsic",
|
|
@@ -3427,6 +3595,8 @@
|
|
|
3427
3595
|
"name": "Input",
|
|
3428
3596
|
"type": {
|
|
3429
3597
|
"type": "reference",
|
|
3598
|
+
"qualifiedName": "InputDecorator",
|
|
3599
|
+
"package": "@angular/core",
|
|
3430
3600
|
"name": "Input"
|
|
3431
3601
|
},
|
|
3432
3602
|
"arguments": {}
|
|
@@ -3447,7 +3617,13 @@
|
|
|
3447
3617
|
"kindString": "Get signature",
|
|
3448
3618
|
"flags": {},
|
|
3449
3619
|
"comment": {
|
|
3450
|
-
"shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key."
|
|
3620
|
+
"shortText": "Indicates whether users can remove tokens from the list by selecting their close buttons\nor pressing the `Backspace` key.",
|
|
3621
|
+
"tags": [
|
|
3622
|
+
{
|
|
3623
|
+
"tag": "default",
|
|
3624
|
+
"text": "true\n"
|
|
3625
|
+
}
|
|
3626
|
+
]
|
|
3451
3627
|
},
|
|
3452
3628
|
"type": {
|
|
3453
3629
|
"type": "intrinsic",
|
|
@@ -3504,6 +3680,8 @@
|
|
|
3504
3680
|
"name": "Input",
|
|
3505
3681
|
"type": {
|
|
3506
3682
|
"type": "reference",
|
|
3683
|
+
"qualifiedName": "InputDecorator",
|
|
3684
|
+
"package": "@angular/core",
|
|
3507
3685
|
"name": "Input"
|
|
3508
3686
|
},
|
|
3509
3687
|
"arguments": {}
|
|
@@ -3524,7 +3702,13 @@
|
|
|
3524
3702
|
"kindString": "Get signature",
|
|
3525
3703
|
"flags": {},
|
|
3526
3704
|
"comment": {
|
|
3527
|
-
"shortText": "Specifies the token property to display for each item in the tokens list."
|
|
3705
|
+
"shortText": "Specifies the token property to display for each item in the tokens list.",
|
|
3706
|
+
"tags": [
|
|
3707
|
+
{
|
|
3708
|
+
"tag": "default",
|
|
3709
|
+
"text": "\"name\"\n"
|
|
3710
|
+
}
|
|
3711
|
+
]
|
|
3528
3712
|
},
|
|
3529
3713
|
"type": {
|
|
3530
3714
|
"type": "intrinsic",
|
|
@@ -3544,7 +3728,7 @@
|
|
|
3544
3728
|
"tags": [
|
|
3545
3729
|
{
|
|
3546
3730
|
"tag": "default",
|
|
3547
|
-
"text": "
|
|
3731
|
+
"text": "\"name\"\n"
|
|
3548
3732
|
}
|
|
3549
3733
|
]
|
|
3550
3734
|
},
|
|
@@ -3581,6 +3765,8 @@
|
|
|
3581
3765
|
"name": "Input",
|
|
3582
3766
|
"type": {
|
|
3583
3767
|
"type": "reference",
|
|
3768
|
+
"qualifiedName": "InputDecorator",
|
|
3769
|
+
"package": "@angular/core",
|
|
3584
3770
|
"name": "Input"
|
|
3585
3771
|
},
|
|
3586
3772
|
"arguments": {}
|
|
@@ -3601,7 +3787,13 @@
|
|
|
3601
3787
|
"kindString": "Get signature",
|
|
3602
3788
|
"flags": {},
|
|
3603
3789
|
"comment": {
|
|
3604
|
-
"shortText": "Indicates whether users can focus on items in the list using the `Tab` key.\nThis does not affect the ability of users to select tokens, dismiss tokens,\nor navigate through the list with the arrow keys."
|
|
3790
|
+
"shortText": "Indicates whether users can focus on items in the list using the `Tab` key.\nThis does not affect the ability of users to select tokens, dismiss tokens,\nor navigate through the list with the arrow keys.",
|
|
3791
|
+
"tags": [
|
|
3792
|
+
{
|
|
3793
|
+
"tag": "default",
|
|
3794
|
+
"text": "true\n"
|
|
3795
|
+
}
|
|
3796
|
+
]
|
|
3605
3797
|
},
|
|
3606
3798
|
"type": {
|
|
3607
3799
|
"type": "intrinsic",
|
|
@@ -3658,6 +3850,8 @@
|
|
|
3658
3850
|
"name": "Input",
|
|
3659
3851
|
"type": {
|
|
3660
3852
|
"type": "reference",
|
|
3853
|
+
"qualifiedName": "InputDecorator",
|
|
3854
|
+
"package": "@angular/core",
|
|
3661
3855
|
"name": "Input"
|
|
3662
3856
|
},
|
|
3663
3857
|
"arguments": {}
|
|
@@ -3689,6 +3883,8 @@
|
|
|
3689
3883
|
"name": "SkyTokensMessage"
|
|
3690
3884
|
}
|
|
3691
3885
|
],
|
|
3886
|
+
"qualifiedName": "Subject",
|
|
3887
|
+
"package": "rxjs",
|
|
3692
3888
|
"name": "Subject"
|
|
3693
3889
|
}
|
|
3694
3890
|
}
|
|
@@ -3719,6 +3915,8 @@
|
|
|
3719
3915
|
"name": "SkyTokensMessage"
|
|
3720
3916
|
}
|
|
3721
3917
|
],
|
|
3918
|
+
"qualifiedName": "Subject",
|
|
3919
|
+
"package": "rxjs",
|
|
3722
3920
|
"name": "Subject"
|
|
3723
3921
|
}
|
|
3724
3922
|
}
|
|
@@ -3743,6 +3941,8 @@
|
|
|
3743
3941
|
"name": "Input",
|
|
3744
3942
|
"type": {
|
|
3745
3943
|
"type": "reference",
|
|
3944
|
+
"qualifiedName": "InputDecorator",
|
|
3945
|
+
"package": "@angular/core",
|
|
3746
3946
|
"name": "Input"
|
|
3747
3947
|
},
|
|
3748
3948
|
"arguments": {}
|
|
@@ -3920,6 +4120,8 @@
|
|
|
3920
4120
|
"flags": {},
|
|
3921
4121
|
"type": {
|
|
3922
4122
|
"type": "reference",
|
|
4123
|
+
"qualifiedName": "KeyboardEvent",
|
|
4124
|
+
"package": "typescript",
|
|
3923
4125
|
"name": "KeyboardEvent"
|
|
3924
4126
|
}
|
|
3925
4127
|
}
|
|
@@ -4072,6 +4274,8 @@
|
|
|
4072
4274
|
"implementedTypes": [
|
|
4073
4275
|
{
|
|
4074
4276
|
"type": "reference",
|
|
4277
|
+
"qualifiedName": "OnDestroy",
|
|
4278
|
+
"package": "@angular/core",
|
|
4075
4279
|
"name": "OnDestroy"
|
|
4076
4280
|
}
|
|
4077
4281
|
]
|
|
@@ -4087,6 +4291,8 @@
|
|
|
4087
4291
|
"name": "Component",
|
|
4088
4292
|
"type": {
|
|
4089
4293
|
"type": "reference",
|
|
4294
|
+
"qualifiedName": "ComponentDecorator",
|
|
4295
|
+
"package": "@angular/core",
|
|
4090
4296
|
"name": "Component"
|
|
4091
4297
|
},
|
|
4092
4298
|
"arguments": {
|
|
@@ -4130,6 +4336,8 @@
|
|
|
4130
4336
|
"name": "any"
|
|
4131
4337
|
}
|
|
4132
4338
|
],
|
|
4339
|
+
"qualifiedName": "ElementRef",
|
|
4340
|
+
"package": "@angular/core",
|
|
4133
4341
|
"name": "ElementRef"
|
|
4134
4342
|
}
|
|
4135
4343
|
},
|
|
@@ -4155,6 +4363,8 @@
|
|
|
4155
4363
|
"name": "Optional",
|
|
4156
4364
|
"type": {
|
|
4157
4365
|
"type": "reference",
|
|
4366
|
+
"qualifiedName": "OptionalDecorator",
|
|
4367
|
+
"package": "@angular/core",
|
|
4158
4368
|
"name": "Optional"
|
|
4159
4369
|
},
|
|
4160
4370
|
"arguments": {}
|
|
@@ -4190,6 +4400,8 @@
|
|
|
4190
4400
|
"name": "Input",
|
|
4191
4401
|
"type": {
|
|
4192
4402
|
"type": "reference",
|
|
4403
|
+
"qualifiedName": "InputDecorator",
|
|
4404
|
+
"package": "@angular/core",
|
|
4193
4405
|
"name": "Input"
|
|
4194
4406
|
},
|
|
4195
4407
|
"arguments": {}
|
|
@@ -4230,6 +4442,8 @@
|
|
|
4230
4442
|
"name": "string"
|
|
4231
4443
|
}
|
|
4232
4444
|
],
|
|
4445
|
+
"qualifiedName": "BehaviorSubject",
|
|
4446
|
+
"package": "rxjs",
|
|
4233
4447
|
"name": "BehaviorSubject"
|
|
4234
4448
|
},
|
|
4235
4449
|
"defaultValue": "..."
|
|
@@ -4256,6 +4470,8 @@
|
|
|
4256
4470
|
"name": "Input",
|
|
4257
4471
|
"type": {
|
|
4258
4472
|
"type": "reference",
|
|
4473
|
+
"qualifiedName": "InputDecorator",
|
|
4474
|
+
"package": "@angular/core",
|
|
4259
4475
|
"name": "Input"
|
|
4260
4476
|
},
|
|
4261
4477
|
"arguments": {}
|
|
@@ -4286,6 +4502,8 @@
|
|
|
4286
4502
|
"name": "Input",
|
|
4287
4503
|
"type": {
|
|
4288
4504
|
"type": "reference",
|
|
4505
|
+
"qualifiedName": "InputDecorator",
|
|
4506
|
+
"package": "@angular/core",
|
|
4289
4507
|
"name": "Input"
|
|
4290
4508
|
},
|
|
4291
4509
|
"arguments": {}
|
|
@@ -4306,7 +4524,13 @@
|
|
|
4306
4524
|
"kindString": "Get signature",
|
|
4307
4525
|
"flags": {},
|
|
4308
4526
|
"comment": {
|
|
4309
|
-
"shortText": "When set to `true`, wait indication appears on the page level instead of the\nparent element level. We recommend that you use the `beginBlockingPageWait` or\n`beginNonBlockingPageWait` functions of the `SkyWaitService` instead of setting this\non the component level."
|
|
4527
|
+
"shortText": "When set to `true`, wait indication appears on the page level instead of the\nparent element level. We recommend that you use the `beginBlockingPageWait` or\n`beginNonBlockingPageWait` functions of the `SkyWaitService` instead of setting this\non the component level.",
|
|
4528
|
+
"tags": [
|
|
4529
|
+
{
|
|
4530
|
+
"tag": "default",
|
|
4531
|
+
"text": "false\n"
|
|
4532
|
+
}
|
|
4533
|
+
]
|
|
4310
4534
|
},
|
|
4311
4535
|
"type": {
|
|
4312
4536
|
"type": "intrinsic",
|
|
@@ -4363,6 +4587,8 @@
|
|
|
4363
4587
|
"name": "Input",
|
|
4364
4588
|
"type": {
|
|
4365
4589
|
"type": "reference",
|
|
4590
|
+
"qualifiedName": "InputDecorator",
|
|
4591
|
+
"package": "@angular/core",
|
|
4366
4592
|
"name": "Input"
|
|
4367
4593
|
},
|
|
4368
4594
|
"arguments": {}
|
|
@@ -4502,6 +4728,8 @@
|
|
|
4502
4728
|
"implementedTypes": [
|
|
4503
4729
|
{
|
|
4504
4730
|
"type": "reference",
|
|
4731
|
+
"qualifiedName": "OnInit",
|
|
4732
|
+
"package": "@angular/core",
|
|
4505
4733
|
"name": "OnInit"
|
|
4506
4734
|
}
|
|
4507
4735
|
]
|
|
@@ -4517,6 +4745,8 @@
|
|
|
4517
4745
|
"name": "Component",
|
|
4518
4746
|
"type": {
|
|
4519
4747
|
"type": "reference",
|
|
4748
|
+
"qualifiedName": "ComponentDecorator",
|
|
4749
|
+
"package": "@angular/core",
|
|
4520
4750
|
"name": "Component"
|
|
4521
4751
|
},
|
|
4522
4752
|
"arguments": {
|
|
@@ -4562,6 +4792,8 @@
|
|
|
4562
4792
|
"name": "Output",
|
|
4563
4793
|
"type": {
|
|
4564
4794
|
"type": "reference",
|
|
4795
|
+
"qualifiedName": "OutputDecorator",
|
|
4796
|
+
"package": "@angular/core",
|
|
4565
4797
|
"name": "Output"
|
|
4566
4798
|
},
|
|
4567
4799
|
"arguments": {}
|
|
@@ -4582,6 +4814,8 @@
|
|
|
4582
4814
|
"name": "any"
|
|
4583
4815
|
}
|
|
4584
4816
|
],
|
|
4817
|
+
"qualifiedName": "EventEmitter",
|
|
4818
|
+
"package": "@angular/core",
|
|
4585
4819
|
"name": "EventEmitter"
|
|
4586
4820
|
},
|
|
4587
4821
|
"defaultValue": "..."
|
|
@@ -4658,6 +4892,8 @@
|
|
|
4658
4892
|
"name": "Component",
|
|
4659
4893
|
"type": {
|
|
4660
4894
|
"type": "reference",
|
|
4895
|
+
"qualifiedName": "ComponentDecorator",
|
|
4896
|
+
"package": "@angular/core",
|
|
4661
4897
|
"name": "Component"
|
|
4662
4898
|
},
|
|
4663
4899
|
"arguments": {
|
|
@@ -4703,6 +4939,8 @@
|
|
|
4703
4939
|
"name": "Input",
|
|
4704
4940
|
"type": {
|
|
4705
4941
|
"type": "reference",
|
|
4942
|
+
"qualifiedName": "InputDecorator",
|
|
4943
|
+
"package": "@angular/core",
|
|
4706
4944
|
"name": "Input"
|
|
4707
4945
|
},
|
|
4708
4946
|
"arguments": {}
|
|
@@ -4711,7 +4949,7 @@
|
|
|
4711
4949
|
"sources": [
|
|
4712
4950
|
{
|
|
4713
4951
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4714
|
-
"line":
|
|
4952
|
+
"line": 43,
|
|
4715
4953
|
"character": 9
|
|
4716
4954
|
}
|
|
4717
4955
|
],
|
|
@@ -4742,6 +4980,8 @@
|
|
|
4742
4980
|
"name": "Input",
|
|
4743
4981
|
"type": {
|
|
4744
4982
|
"type": "reference",
|
|
4983
|
+
"qualifiedName": "InputDecorator",
|
|
4984
|
+
"package": "@angular/core",
|
|
4745
4985
|
"name": "Input"
|
|
4746
4986
|
},
|
|
4747
4987
|
"arguments": {}
|
|
@@ -4768,13 +5008,21 @@
|
|
|
4768
5008
|
"isPublic": true
|
|
4769
5009
|
},
|
|
4770
5010
|
"comment": {
|
|
4771
|
-
"shortText": "Specifies the type of icon to display. Specifying
|
|
5011
|
+
"shortText": "Specifies the type of icon to display. Specifying `\"fa\"` will display a Font Awesome icon,\nwhile specifying `\"skyux\"` will display an icon from the custom SKY UX icon font. Note that\nthe custom SKY UX icon font is currently in beta.",
|
|
5012
|
+
"tags": [
|
|
5013
|
+
{
|
|
5014
|
+
"tag": "default",
|
|
5015
|
+
"text": "\"fa\"\n"
|
|
5016
|
+
}
|
|
5017
|
+
]
|
|
4772
5018
|
},
|
|
4773
5019
|
"decorators": [
|
|
4774
5020
|
{
|
|
4775
5021
|
"name": "Input",
|
|
4776
5022
|
"type": {
|
|
4777
5023
|
"type": "reference",
|
|
5024
|
+
"qualifiedName": "InputDecorator",
|
|
5025
|
+
"package": "@angular/core",
|
|
4778
5026
|
"name": "Input"
|
|
4779
5027
|
},
|
|
4780
5028
|
"arguments": {}
|
|
@@ -4783,7 +5031,7 @@
|
|
|
4783
5031
|
"sources": [
|
|
4784
5032
|
{
|
|
4785
5033
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4786
|
-
"line":
|
|
5034
|
+
"line": 30,
|
|
4787
5035
|
"character": 9
|
|
4788
5036
|
}
|
|
4789
5037
|
],
|
|
@@ -4810,6 +5058,8 @@
|
|
|
4810
5058
|
"name": "Input",
|
|
4811
5059
|
"type": {
|
|
4812
5060
|
"type": "reference",
|
|
5061
|
+
"qualifiedName": "InputDecorator",
|
|
5062
|
+
"package": "@angular/core",
|
|
4813
5063
|
"name": "Input"
|
|
4814
5064
|
},
|
|
4815
5065
|
"arguments": {}
|
|
@@ -4818,7 +5068,7 @@
|
|
|
4818
5068
|
"sources": [
|
|
4819
5069
|
{
|
|
4820
5070
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4821
|
-
"line":
|
|
5071
|
+
"line": 37,
|
|
4822
5072
|
"character": 9
|
|
4823
5073
|
}
|
|
4824
5074
|
],
|
|
@@ -4836,13 +5086,15 @@
|
|
|
4836
5086
|
"isPublic": true
|
|
4837
5087
|
},
|
|
4838
5088
|
"comment": {
|
|
4839
|
-
"shortText": "Specifies the icon variant (
|
|
5089
|
+
"shortText": "Specifies the icon variant (`\"line\"` or `\"solid\"`). If the variant doesn't exist for the\nspecified icon, the normal icon is displayed."
|
|
4840
5090
|
},
|
|
4841
5091
|
"decorators": [
|
|
4842
5092
|
{
|
|
4843
5093
|
"name": "Input",
|
|
4844
5094
|
"type": {
|
|
4845
5095
|
"type": "reference",
|
|
5096
|
+
"qualifiedName": "InputDecorator",
|
|
5097
|
+
"package": "@angular/core",
|
|
4846
5098
|
"name": "Input"
|
|
4847
5099
|
},
|
|
4848
5100
|
"arguments": {}
|
|
@@ -4851,7 +5103,7 @@
|
|
|
4851
5103
|
"sources": [
|
|
4852
5104
|
{
|
|
4853
5105
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
4854
|
-
"line":
|
|
5106
|
+
"line": 50,
|
|
4855
5107
|
"character": 9
|
|
4856
5108
|
}
|
|
4857
5109
|
],
|
|
@@ -4901,6 +5153,8 @@
|
|
|
4901
5153
|
"name": "Component",
|
|
4902
5154
|
"type": {
|
|
4903
5155
|
"type": "reference",
|
|
5156
|
+
"qualifiedName": "ComponentDecorator",
|
|
5157
|
+
"package": "@angular/core",
|
|
4904
5158
|
"name": "Component"
|
|
4905
5159
|
},
|
|
4906
5160
|
"arguments": {
|
|
@@ -4946,6 +5200,8 @@
|
|
|
4946
5200
|
"name": "Input",
|
|
4947
5201
|
"type": {
|
|
4948
5202
|
"type": "reference",
|
|
5203
|
+
"qualifiedName": "InputDecorator",
|
|
5204
|
+
"package": "@angular/core",
|
|
4949
5205
|
"name": "Input"
|
|
4950
5206
|
},
|
|
4951
5207
|
"arguments": {}
|
|
@@ -4980,6 +5236,8 @@
|
|
|
4980
5236
|
"name": "Input",
|
|
4981
5237
|
"type": {
|
|
4982
5238
|
"type": "reference",
|
|
5239
|
+
"qualifiedName": "InputDecorator",
|
|
5240
|
+
"package": "@angular/core",
|
|
4983
5241
|
"name": "Input"
|
|
4984
5242
|
},
|
|
4985
5243
|
"arguments": {}
|
|
@@ -5013,6 +5271,8 @@
|
|
|
5013
5271
|
"name": "Input",
|
|
5014
5272
|
"type": {
|
|
5015
5273
|
"type": "reference",
|
|
5274
|
+
"qualifiedName": "InputDecorator",
|
|
5275
|
+
"package": "@angular/core",
|
|
5016
5276
|
"name": "Input"
|
|
5017
5277
|
},
|
|
5018
5278
|
"arguments": {}
|
|
@@ -5078,6 +5338,8 @@
|
|
|
5078
5338
|
"name": "Component",
|
|
5079
5339
|
"type": {
|
|
5080
5340
|
"type": "reference",
|
|
5341
|
+
"qualifiedName": "ComponentDecorator",
|
|
5342
|
+
"package": "@angular/core",
|
|
5081
5343
|
"name": "Component"
|
|
5082
5344
|
},
|
|
5083
5345
|
"arguments": {
|
|
@@ -5145,6 +5407,8 @@
|
|
|
5145
5407
|
"name": "Component",
|
|
5146
5408
|
"type": {
|
|
5147
5409
|
"type": "reference",
|
|
5410
|
+
"qualifiedName": "ComponentDecorator",
|
|
5411
|
+
"package": "@angular/core",
|
|
5148
5412
|
"name": "Component"
|
|
5149
5413
|
},
|
|
5150
5414
|
"arguments": {
|
|
@@ -5203,6 +5467,8 @@
|
|
|
5203
5467
|
"name": "Component",
|
|
5204
5468
|
"type": {
|
|
5205
5469
|
"type": "reference",
|
|
5470
|
+
"qualifiedName": "ComponentDecorator",
|
|
5471
|
+
"package": "@angular/core",
|
|
5206
5472
|
"name": "Component"
|
|
5207
5473
|
},
|
|
5208
5474
|
"arguments": {
|
|
@@ -5254,6 +5520,8 @@
|
|
|
5254
5520
|
"name": "Input",
|
|
5255
5521
|
"type": {
|
|
5256
5522
|
"type": "reference",
|
|
5523
|
+
"qualifiedName": "InputDecorator",
|
|
5524
|
+
"package": "@angular/core",
|
|
5257
5525
|
"name": "Input"
|
|
5258
5526
|
},
|
|
5259
5527
|
"arguments": {}
|
|
@@ -5308,6 +5576,8 @@
|
|
|
5308
5576
|
"name": "Component",
|
|
5309
5577
|
"type": {
|
|
5310
5578
|
"type": "reference",
|
|
5579
|
+
"qualifiedName": "ComponentDecorator",
|
|
5580
|
+
"package": "@angular/core",
|
|
5311
5581
|
"name": "Component"
|
|
5312
5582
|
},
|
|
5313
5583
|
"arguments": {
|
|
@@ -5412,6 +5682,8 @@
|
|
|
5412
5682
|
"name": "Input",
|
|
5413
5683
|
"type": {
|
|
5414
5684
|
"type": "reference",
|
|
5685
|
+
"qualifiedName": "InputDecorator",
|
|
5686
|
+
"package": "@angular/core",
|
|
5415
5687
|
"name": "Input"
|
|
5416
5688
|
},
|
|
5417
5689
|
"arguments": {}
|
|
@@ -5432,7 +5704,13 @@
|
|
|
5432
5704
|
"kindString": "Get signature",
|
|
5433
5705
|
"flags": {},
|
|
5434
5706
|
"comment": {
|
|
5435
|
-
"shortText": "The type of label to display."
|
|
5707
|
+
"shortText": "The type of label to display.",
|
|
5708
|
+
"tags": [
|
|
5709
|
+
{
|
|
5710
|
+
"tag": "required",
|
|
5711
|
+
"text": "\n"
|
|
5712
|
+
}
|
|
5713
|
+
]
|
|
5436
5714
|
},
|
|
5437
5715
|
"type": {
|
|
5438
5716
|
"type": "reference",
|
|
@@ -5884,18 +6162,13 @@
|
|
|
5884
6162
|
],
|
|
5885
6163
|
"sources": [
|
|
5886
6164
|
{
|
|
5887
|
-
"fileName": "
|
|
6165
|
+
"fileName": "index.ts",
|
|
5888
6166
|
"line": 1,
|
|
5889
6167
|
"character": 0
|
|
5890
6168
|
}
|
|
5891
6169
|
]
|
|
5892
6170
|
},
|
|
5893
6171
|
"codeExamples": [
|
|
5894
|
-
{
|
|
5895
|
-
"fileName": ".eslintrc.json",
|
|
5896
|
-
"filePath": "/projects/indicators/documentation/code-examples/.eslintrc.json",
|
|
5897
|
-
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
5898
|
-
},
|
|
5899
6172
|
{
|
|
5900
6173
|
"fileName": "alert-demo.component.html",
|
|
5901
6174
|
"filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
|
|
@@ -5949,7 +6222,7 @@
|
|
|
5949
6222
|
{
|
|
5950
6223
|
"fileName": "key-info-demo.component.ts",
|
|
5951
6224
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
|
|
5952
|
-
"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
|
|
6225
|
+
"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 = 'vertical';\n}\n"
|
|
5953
6226
|
},
|
|
5954
6227
|
{
|
|
5955
6228
|
"fileName": "key-info-demo.module.ts",
|
|
@@ -5994,7 +6267,7 @@
|
|
|
5994
6267
|
{
|
|
5995
6268
|
"fileName": "text-highlight-demo.component.ts",
|
|
5996
6269
|
"filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.ts",
|
|
5997
|
-
"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
|
|
6270
|
+
"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 = false;\n}\n"
|
|
5998
6271
|
},
|
|
5999
6272
|
{
|
|
6000
6273
|
"fileName": "text-highlight-demo.module.ts",
|
|
@@ -6039,7 +6312,7 @@
|
|
|
6039
6312
|
{
|
|
6040
6313
|
"fileName": "wait-demo.component.ts",
|
|
6041
6314
|
"filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.ts",
|
|
6042
|
-
"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
|
|
6315
|
+
"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 = false;\n}\n"
|
|
6043
6316
|
},
|
|
6044
6317
|
{
|
|
6045
6318
|
"fileName": "wait-demo.module.ts",
|
|
@@ -6062,4 +6335,4 @@
|
|
|
6062
6335
|
"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"
|
|
6063
6336
|
}
|
|
6064
6337
|
]
|
|
6065
|
-
}
|
|
6338
|
+
}
|