@skyux/indicators 8.0.0-alpha.5 → 8.0.0-alpha.7
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/documentation.json +1149 -576
- package/esm2020/lib/modules/alert/alert.component.mjs +17 -17
- package/esm2020/lib/modules/alert/alert.module.mjs +4 -4
- package/esm2020/lib/modules/chevron/chevron.component.mjs +3 -3
- package/esm2020/lib/modules/chevron/chevron.module.mjs +4 -4
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.component.mjs +3 -3
- package/esm2020/lib/modules/expansion-indicator/expansion-indicator.module.mjs +4 -4
- package/esm2020/lib/modules/help-inline/help-inline.component.mjs +3 -3
- package/esm2020/lib/modules/help-inline/help-inline.module.mjs +4 -4
- package/esm2020/lib/modules/icon/icon-class-list.pipe.mjs +3 -3
- package/esm2020/lib/modules/icon/icon-resolver.service.mjs +3 -3
- package/esm2020/lib/modules/icon/icon-stack.component.mjs +4 -4
- package/esm2020/lib/modules/icon/icon.component.mjs +4 -4
- package/esm2020/lib/modules/icon/icon.module.mjs +4 -4
- package/esm2020/lib/modules/key-info/key-info-label.component.mjs +3 -3
- package/esm2020/lib/modules/key-info/key-info-value.component.mjs +3 -3
- package/esm2020/lib/modules/key-info/key-info.component.mjs +3 -3
- package/esm2020/lib/modules/key-info/key-info.module.mjs +4 -4
- package/esm2020/lib/modules/label/label.component.mjs +15 -15
- package/esm2020/lib/modules/label/label.module.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-indicators-resources.module.mjs +4 -4
- package/esm2020/lib/modules/status-indicator/status-indicator.component.mjs +14 -14
- package/esm2020/lib/modules/status-indicator/status-indicator.module.mjs +4 -4
- package/esm2020/lib/modules/text-highlight/text-highlight.directive.mjs +14 -14
- package/esm2020/lib/modules/text-highlight/text-highlight.module.mjs +4 -4
- package/esm2020/lib/modules/tokens/token.component.mjs +22 -22
- package/esm2020/lib/modules/tokens/tokens.component.mjs +52 -52
- package/esm2020/lib/modules/tokens/tokens.module.mjs +4 -4
- package/esm2020/lib/modules/wait/wait-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/wait/wait-page.component.mjs +3 -3
- package/esm2020/lib/modules/wait/wait.component.mjs +21 -21
- package/esm2020/lib/modules/wait/wait.module.mjs +4 -4
- package/esm2020/lib/modules/wait/wait.service.mjs +16 -44
- package/esm2020/testing/alert-fixture.mjs +6 -6
- package/esm2020/testing/icon/icon-harness-filters.mjs +2 -0
- package/esm2020/testing/icon/icon-harness.mjs +104 -0
- package/esm2020/testing/label-fixture.mjs +6 -6
- package/esm2020/testing/public-api.mjs +3 -1
- package/esm2020/testing/wait-fixture.mjs +6 -6
- package/fesm2015/skyux-indicators-testing.mjs +132 -16
- package/fesm2015/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2015/skyux-indicators.mjs +248 -300
- package/fesm2015/skyux-indicators.mjs.map +1 -1
- package/fesm2020/skyux-indicators-testing.mjs +118 -16
- package/fesm2020/skyux-indicators-testing.mjs.map +1 -1
- package/fesm2020/skyux-indicators.mjs +248 -298
- package/fesm2020/skyux-indicators.mjs.map +1 -1
- package/lib/modules/icon/icon-stack.component.d.ts +1 -1
- package/lib/modules/icon/icon.component.d.ts +4 -2
- package/lib/modules/icon/types/icon-type.d.ts +1 -1
- package/lib/modules/icon/types/icon-variant-type.d.ts +1 -1
- package/lib/modules/key-info/key-info-layout-type.d.ts +1 -1
- package/lib/modules/label/label-type.d.ts +1 -1
- package/lib/modules/shared/indicator-description-type.d.ts +1 -1
- package/lib/modules/shared/indicator-icon-type.d.ts +1 -1
- package/lib/modules/wait/wait.service.d.ts +1 -5
- package/package.json +11 -11
- package/testing/icon/icon-harness-filters.d.ts +6 -0
- package/testing/icon/icon-harness.d.ts +38 -0
- package/testing/public-api.d.ts +2 -0
- package/esm2020/lib/modules/wait/wait-page-adapter.service.mjs +0 -26
- package/lib/modules/wait/wait-page-adapter.service.d.ts +0 -10
package/documentation.json
CHANGED
|
@@ -35,12 +35,14 @@
|
|
|
35
35
|
"SkyKeyInfoLayoutType": "type-alias-skykeyinfolayouttype",
|
|
36
36
|
"SkyLabelType": "type-alias-skylabeltype",
|
|
37
37
|
"SkyAlertHarness": "class-skyalertharness",
|
|
38
|
+
"SkyIconHarness": "class-skyiconharness",
|
|
38
39
|
"SkyKeyInfoHarness": "class-skykeyinfoharness",
|
|
39
40
|
"SkyLabelHarness": "class-skylabelharness",
|
|
40
41
|
"SkyTokenHarness": "class-skytokenharness",
|
|
41
42
|
"SkyTokensHarness": "class-skytokensharness",
|
|
42
43
|
"SkyWaitHarness": "class-skywaitharness",
|
|
43
44
|
"SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
|
|
45
|
+
"SkyIconHarnessFilters": "interface-skyiconharnessfilters",
|
|
44
46
|
"SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
|
|
45
47
|
"SkyLabelHarnessFilters": "interface-skylabelharnessfilters",
|
|
46
48
|
"SkyWaitHarnessFilters": "interface-skywaitharnessfilters"
|
|
@@ -78,7 +80,7 @@
|
|
|
78
80
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
79
81
|
"line": 10,
|
|
80
82
|
"character": 2,
|
|
81
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
83
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message-type.ts#L10"
|
|
82
84
|
}
|
|
83
85
|
],
|
|
84
86
|
"type": {
|
|
@@ -105,7 +107,7 @@
|
|
|
105
107
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
106
108
|
"line": 5,
|
|
107
109
|
"character": 2,
|
|
108
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
110
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message-type.ts#L5"
|
|
109
111
|
}
|
|
110
112
|
],
|
|
111
113
|
"type": {
|
|
@@ -132,7 +134,7 @@
|
|
|
132
134
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
133
135
|
"line": 20,
|
|
134
136
|
"character": 2,
|
|
135
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
137
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message-type.ts#L20"
|
|
136
138
|
}
|
|
137
139
|
],
|
|
138
140
|
"type": {
|
|
@@ -159,7 +161,7 @@
|
|
|
159
161
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
160
162
|
"line": 15,
|
|
161
163
|
"character": 2,
|
|
162
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
164
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message-type.ts#L15"
|
|
163
165
|
}
|
|
164
166
|
],
|
|
165
167
|
"type": {
|
|
@@ -186,7 +188,7 @@
|
|
|
186
188
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
187
189
|
"line": 25,
|
|
188
190
|
"character": 2,
|
|
189
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
191
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message-type.ts#L25"
|
|
190
192
|
}
|
|
191
193
|
],
|
|
192
194
|
"type": {
|
|
@@ -212,7 +214,7 @@
|
|
|
212
214
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
213
215
|
"line": 1,
|
|
214
216
|
"character": 12,
|
|
215
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
217
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message-type.ts#L1"
|
|
216
218
|
}
|
|
217
219
|
]
|
|
218
220
|
},
|
|
@@ -236,7 +238,7 @@
|
|
|
236
238
|
"fileName": "projects/indicators/src/modules/alert/alert.module.ts",
|
|
237
239
|
"line": 22,
|
|
238
240
|
"character": 13,
|
|
239
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
241
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.module.ts#L22"
|
|
240
242
|
}
|
|
241
243
|
]
|
|
242
244
|
},
|
|
@@ -260,7 +262,7 @@
|
|
|
260
262
|
"fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
|
|
261
263
|
"line": 22,
|
|
262
264
|
"character": 13,
|
|
263
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
265
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/chevron/chevron.module.ts#L22"
|
|
264
266
|
}
|
|
265
267
|
]
|
|
266
268
|
},
|
|
@@ -284,7 +286,7 @@
|
|
|
284
286
|
"fileName": "projects/indicators/src/modules/expansion-indicator/expansion-indicator.module.ts",
|
|
285
287
|
"line": 12,
|
|
286
288
|
"character": 13,
|
|
287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
289
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/expansion-indicator/expansion-indicator.module.ts#L12"
|
|
288
290
|
}
|
|
289
291
|
]
|
|
290
292
|
},
|
|
@@ -308,7 +310,7 @@
|
|
|
308
310
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.module.ts",
|
|
309
311
|
"line": 22,
|
|
310
312
|
"character": 13,
|
|
311
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
313
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/help-inline/help-inline.module.ts#L22"
|
|
312
314
|
}
|
|
313
315
|
]
|
|
314
316
|
},
|
|
@@ -332,7 +334,7 @@
|
|
|
332
334
|
"fileName": "projects/indicators/src/modules/icon/icon.module.ts",
|
|
333
335
|
"line": 14,
|
|
334
336
|
"character": 13,
|
|
335
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
337
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.module.ts#L14"
|
|
336
338
|
}
|
|
337
339
|
]
|
|
338
340
|
},
|
|
@@ -356,7 +358,7 @@
|
|
|
356
358
|
"fileName": "projects/indicators/src/modules/key-info/key-info.module.ts",
|
|
357
359
|
"line": 22,
|
|
358
360
|
"character": 13,
|
|
359
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
361
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/key-info/key-info.module.ts#L22"
|
|
360
362
|
}
|
|
361
363
|
]
|
|
362
364
|
},
|
|
@@ -380,7 +382,7 @@
|
|
|
380
382
|
"fileName": "projects/indicators/src/modules/label/label.module.ts",
|
|
381
383
|
"line": 20,
|
|
382
384
|
"character": 13,
|
|
383
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
385
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.module.ts#L20"
|
|
384
386
|
}
|
|
385
387
|
]
|
|
386
388
|
},
|
|
@@ -404,7 +406,7 @@
|
|
|
404
406
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.module.ts",
|
|
405
407
|
"line": 22,
|
|
406
408
|
"character": 13,
|
|
407
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
409
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.module.ts#L22"
|
|
408
410
|
}
|
|
409
411
|
]
|
|
410
412
|
},
|
|
@@ -428,7 +430,7 @@
|
|
|
428
430
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.module.ts",
|
|
429
431
|
"line": 11,
|
|
430
432
|
"character": 13,
|
|
431
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
433
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.module.ts#L11"
|
|
432
434
|
}
|
|
433
435
|
]
|
|
434
436
|
},
|
|
@@ -452,7 +454,7 @@
|
|
|
452
454
|
"fileName": "projects/indicators/src/modules/tokens/tokens.module.ts",
|
|
453
455
|
"line": 21,
|
|
454
456
|
"character": 13,
|
|
455
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
457
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.module.ts#L21"
|
|
456
458
|
}
|
|
457
459
|
]
|
|
458
460
|
},
|
|
@@ -476,7 +478,7 @@
|
|
|
476
478
|
"fileName": "projects/indicators/src/modules/wait/wait.module.ts",
|
|
477
479
|
"line": 15,
|
|
478
480
|
"character": 13,
|
|
479
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
481
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.module.ts#L15"
|
|
480
482
|
}
|
|
481
483
|
]
|
|
482
484
|
},
|
|
@@ -488,97 +490,7 @@
|
|
|
488
490
|
"flags": {},
|
|
489
491
|
"children": [
|
|
490
492
|
{
|
|
491
|
-
"id":
|
|
492
|
-
"name": "constructor",
|
|
493
|
-
"kind": 512,
|
|
494
|
-
"kindString": "Constructor",
|
|
495
|
-
"flags": {},
|
|
496
|
-
"sources": [
|
|
497
|
-
{
|
|
498
|
-
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
499
|
-
"line": 39,
|
|
500
|
-
"character": 2,
|
|
501
|
-
"url": "https://github.com/blackbaud/skyux/blob/e20afce/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L39"
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"signatures": [
|
|
505
|
-
{
|
|
506
|
-
"id": 401,
|
|
507
|
-
"name": "new SkyWaitService",
|
|
508
|
-
"kind": 16384,
|
|
509
|
-
"kindString": "Constructor signature",
|
|
510
|
-
"flags": {},
|
|
511
|
-
"parameters": [
|
|
512
|
-
{
|
|
513
|
-
"id": 402,
|
|
514
|
-
"name": "resolver",
|
|
515
|
-
"kind": 32768,
|
|
516
|
-
"kindString": "Parameter",
|
|
517
|
-
"flags": {},
|
|
518
|
-
"type": {
|
|
519
|
-
"type": "reference",
|
|
520
|
-
"name": "ComponentFactoryResolver",
|
|
521
|
-
"qualifiedName": "ComponentFactoryResolver",
|
|
522
|
-
"package": "@angular/core"
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"id": 403,
|
|
527
|
-
"name": "appRef",
|
|
528
|
-
"kind": 32768,
|
|
529
|
-
"kindString": "Parameter",
|
|
530
|
-
"flags": {},
|
|
531
|
-
"type": {
|
|
532
|
-
"type": "reference",
|
|
533
|
-
"name": "ApplicationRef",
|
|
534
|
-
"qualifiedName": "ApplicationRef",
|
|
535
|
-
"package": "@angular/core"
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"id": 404,
|
|
540
|
-
"name": "waitAdapter",
|
|
541
|
-
"kind": 32768,
|
|
542
|
-
"kindString": "Parameter",
|
|
543
|
-
"flags": {},
|
|
544
|
-
"type": {
|
|
545
|
-
"type": "reference",
|
|
546
|
-
"name": "SkyWaitPageAdapterService"
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"id": 405,
|
|
551
|
-
"name": "windowSvc",
|
|
552
|
-
"kind": 32768,
|
|
553
|
-
"kindString": "Parameter",
|
|
554
|
-
"flags": {},
|
|
555
|
-
"type": {
|
|
556
|
-
"type": "reference",
|
|
557
|
-
"name": "SkyAppWindowRef"
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"id": 406,
|
|
562
|
-
"name": "dynamicComponentService",
|
|
563
|
-
"kind": 32768,
|
|
564
|
-
"kindString": "Parameter",
|
|
565
|
-
"flags": {},
|
|
566
|
-
"type": {
|
|
567
|
-
"type": "reference",
|
|
568
|
-
"name": "SkyDynamicComponentService"
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
],
|
|
572
|
-
"type": {
|
|
573
|
-
"type": "reference",
|
|
574
|
-
"id": 399,
|
|
575
|
-
"name": "SkyWaitService"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
]
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"id": 412,
|
|
493
|
+
"id": 404,
|
|
582
494
|
"name": "beginBlockingPageWait",
|
|
583
495
|
"kind": 2048,
|
|
584
496
|
"kindString": "Method",
|
|
@@ -588,14 +500,14 @@
|
|
|
588
500
|
"sources": [
|
|
589
501
|
{
|
|
590
502
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
591
|
-
"line":
|
|
503
|
+
"line": 31,
|
|
592
504
|
"character": 9,
|
|
593
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
505
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L31"
|
|
594
506
|
}
|
|
595
507
|
],
|
|
596
508
|
"signatures": [
|
|
597
509
|
{
|
|
598
|
-
"id":
|
|
510
|
+
"id": 405,
|
|
599
511
|
"name": "beginBlockingPageWait",
|
|
600
512
|
"kind": 4096,
|
|
601
513
|
"kindString": "Call signature",
|
|
@@ -616,7 +528,7 @@
|
|
|
616
528
|
]
|
|
617
529
|
},
|
|
618
530
|
{
|
|
619
|
-
"id":
|
|
531
|
+
"id": 406,
|
|
620
532
|
"name": "beginNonBlockingPageWait",
|
|
621
533
|
"kind": 2048,
|
|
622
534
|
"kindString": "Method",
|
|
@@ -626,14 +538,14 @@
|
|
|
626
538
|
"sources": [
|
|
627
539
|
{
|
|
628
540
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
629
|
-
"line":
|
|
541
|
+
"line": 38,
|
|
630
542
|
"character": 9,
|
|
631
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
543
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L38"
|
|
632
544
|
}
|
|
633
545
|
],
|
|
634
546
|
"signatures": [
|
|
635
547
|
{
|
|
636
|
-
"id":
|
|
548
|
+
"id": 407,
|
|
637
549
|
"name": "beginNonBlockingPageWait",
|
|
638
550
|
"kind": 4096,
|
|
639
551
|
"kindString": "Call signature",
|
|
@@ -654,7 +566,7 @@
|
|
|
654
566
|
]
|
|
655
567
|
},
|
|
656
568
|
{
|
|
657
|
-
"id":
|
|
569
|
+
"id": 416,
|
|
658
570
|
"name": "blockingWrap",
|
|
659
571
|
"kind": 2048,
|
|
660
572
|
"kindString": "Method",
|
|
@@ -664,14 +576,14 @@
|
|
|
664
576
|
"sources": [
|
|
665
577
|
{
|
|
666
578
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
667
|
-
"line":
|
|
579
|
+
"line": 81,
|
|
668
580
|
"character": 9,
|
|
669
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
581
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L81"
|
|
670
582
|
}
|
|
671
583
|
],
|
|
672
584
|
"signatures": [
|
|
673
585
|
{
|
|
674
|
-
"id":
|
|
586
|
+
"id": 417,
|
|
675
587
|
"name": "blockingWrap",
|
|
676
588
|
"kind": 4096,
|
|
677
589
|
"kindString": "Call signature",
|
|
@@ -686,7 +598,7 @@
|
|
|
686
598
|
},
|
|
687
599
|
"typeParameter": [
|
|
688
600
|
{
|
|
689
|
-
"id":
|
|
601
|
+
"id": 418,
|
|
690
602
|
"name": "T",
|
|
691
603
|
"kind": 131072,
|
|
692
604
|
"kindString": "Type parameter",
|
|
@@ -695,7 +607,7 @@
|
|
|
695
607
|
],
|
|
696
608
|
"parameters": [
|
|
697
609
|
{
|
|
698
|
-
"id":
|
|
610
|
+
"id": 419,
|
|
699
611
|
"name": "observable",
|
|
700
612
|
"kind": 32768,
|
|
701
613
|
"kindString": "Parameter",
|
|
@@ -705,7 +617,7 @@
|
|
|
705
617
|
"typeArguments": [
|
|
706
618
|
{
|
|
707
619
|
"type": "reference",
|
|
708
|
-
"id":
|
|
620
|
+
"id": 418,
|
|
709
621
|
"name": "T"
|
|
710
622
|
}
|
|
711
623
|
],
|
|
@@ -720,7 +632,7 @@
|
|
|
720
632
|
"typeArguments": [
|
|
721
633
|
{
|
|
722
634
|
"type": "reference",
|
|
723
|
-
"id":
|
|
635
|
+
"id": 418,
|
|
724
636
|
"name": "T"
|
|
725
637
|
}
|
|
726
638
|
],
|
|
@@ -732,7 +644,7 @@
|
|
|
732
644
|
]
|
|
733
645
|
},
|
|
734
646
|
{
|
|
735
|
-
"id":
|
|
647
|
+
"id": 412,
|
|
736
648
|
"name": "clearAllPageWaits",
|
|
737
649
|
"kind": 2048,
|
|
738
650
|
"kindString": "Method",
|
|
@@ -742,14 +654,14 @@
|
|
|
742
654
|
"sources": [
|
|
743
655
|
{
|
|
744
656
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
745
|
-
"line":
|
|
657
|
+
"line": 61,
|
|
746
658
|
"character": 9,
|
|
747
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
659
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L61"
|
|
748
660
|
}
|
|
749
661
|
],
|
|
750
662
|
"signatures": [
|
|
751
663
|
{
|
|
752
|
-
"id":
|
|
664
|
+
"id": 413,
|
|
753
665
|
"name": "clearAllPageWaits",
|
|
754
666
|
"kind": 4096,
|
|
755
667
|
"kindString": "Call signature",
|
|
@@ -770,7 +682,7 @@
|
|
|
770
682
|
]
|
|
771
683
|
},
|
|
772
684
|
{
|
|
773
|
-
"id":
|
|
685
|
+
"id": 408,
|
|
774
686
|
"name": "endBlockingPageWait",
|
|
775
687
|
"kind": 2048,
|
|
776
688
|
"kindString": "Method",
|
|
@@ -780,14 +692,14 @@
|
|
|
780
692
|
"sources": [
|
|
781
693
|
{
|
|
782
694
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
783
|
-
"line":
|
|
695
|
+
"line": 46,
|
|
784
696
|
"character": 9,
|
|
785
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
697
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L46"
|
|
786
698
|
}
|
|
787
699
|
],
|
|
788
700
|
"signatures": [
|
|
789
701
|
{
|
|
790
|
-
"id":
|
|
702
|
+
"id": 409,
|
|
791
703
|
"name": "endBlockingPageWait",
|
|
792
704
|
"kind": 4096,
|
|
793
705
|
"kindString": "Call signature",
|
|
@@ -808,7 +720,7 @@
|
|
|
808
720
|
]
|
|
809
721
|
},
|
|
810
722
|
{
|
|
811
|
-
"id":
|
|
723
|
+
"id": 410,
|
|
812
724
|
"name": "endNonBlockingPageWait",
|
|
813
725
|
"kind": 2048,
|
|
814
726
|
"kindString": "Method",
|
|
@@ -818,14 +730,14 @@
|
|
|
818
730
|
"sources": [
|
|
819
731
|
{
|
|
820
732
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
821
|
-
"line":
|
|
733
|
+
"line": 54,
|
|
822
734
|
"character": 9,
|
|
823
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
735
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L54"
|
|
824
736
|
}
|
|
825
737
|
],
|
|
826
738
|
"signatures": [
|
|
827
739
|
{
|
|
828
|
-
"id":
|
|
740
|
+
"id": 411,
|
|
829
741
|
"name": "endNonBlockingPageWait",
|
|
830
742
|
"kind": 4096,
|
|
831
743
|
"kindString": "Call signature",
|
|
@@ -846,7 +758,7 @@
|
|
|
846
758
|
]
|
|
847
759
|
},
|
|
848
760
|
{
|
|
849
|
-
"id":
|
|
761
|
+
"id": 420,
|
|
850
762
|
"name": "nonBlockingWrap",
|
|
851
763
|
"kind": 2048,
|
|
852
764
|
"kindString": "Method",
|
|
@@ -856,14 +768,14 @@
|
|
|
856
768
|
"sources": [
|
|
857
769
|
{
|
|
858
770
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
859
|
-
"line":
|
|
771
|
+
"line": 92,
|
|
860
772
|
"character": 9,
|
|
861
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
773
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L92"
|
|
862
774
|
}
|
|
863
775
|
],
|
|
864
776
|
"signatures": [
|
|
865
777
|
{
|
|
866
|
-
"id":
|
|
778
|
+
"id": 421,
|
|
867
779
|
"name": "nonBlockingWrap",
|
|
868
780
|
"kind": 4096,
|
|
869
781
|
"kindString": "Call signature",
|
|
@@ -878,7 +790,7 @@
|
|
|
878
790
|
},
|
|
879
791
|
"typeParameter": [
|
|
880
792
|
{
|
|
881
|
-
"id":
|
|
793
|
+
"id": 422,
|
|
882
794
|
"name": "T",
|
|
883
795
|
"kind": 131072,
|
|
884
796
|
"kindString": "Type parameter",
|
|
@@ -887,7 +799,7 @@
|
|
|
887
799
|
],
|
|
888
800
|
"parameters": [
|
|
889
801
|
{
|
|
890
|
-
"id":
|
|
802
|
+
"id": 423,
|
|
891
803
|
"name": "observable",
|
|
892
804
|
"kind": 32768,
|
|
893
805
|
"kindString": "Parameter",
|
|
@@ -897,7 +809,7 @@
|
|
|
897
809
|
"typeArguments": [
|
|
898
810
|
{
|
|
899
811
|
"type": "reference",
|
|
900
|
-
"id":
|
|
812
|
+
"id": 422,
|
|
901
813
|
"name": "T"
|
|
902
814
|
}
|
|
903
815
|
],
|
|
@@ -912,7 +824,7 @@
|
|
|
912
824
|
"typeArguments": [
|
|
913
825
|
{
|
|
914
826
|
"type": "reference",
|
|
915
|
-
"id":
|
|
827
|
+
"id": 422,
|
|
916
828
|
"name": "T"
|
|
917
829
|
}
|
|
918
830
|
],
|
|
@@ -934,22 +846,22 @@
|
|
|
934
846
|
{
|
|
935
847
|
"title": "Methods",
|
|
936
848
|
"children": [
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
424,
|
|
940
|
-
420,
|
|
849
|
+
404,
|
|
850
|
+
406,
|
|
941
851
|
416,
|
|
942
|
-
|
|
943
|
-
|
|
852
|
+
412,
|
|
853
|
+
408,
|
|
854
|
+
410,
|
|
855
|
+
420
|
|
944
856
|
]
|
|
945
857
|
}
|
|
946
858
|
],
|
|
947
859
|
"sources": [
|
|
948
860
|
{
|
|
949
861
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
950
|
-
"line":
|
|
862
|
+
"line": 24,
|
|
951
863
|
"character": 13,
|
|
952
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
864
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L24"
|
|
953
865
|
}
|
|
954
866
|
]
|
|
955
867
|
},
|
|
@@ -971,7 +883,7 @@
|
|
|
971
883
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
972
884
|
"line": 95,
|
|
973
885
|
"character": 2,
|
|
974
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
886
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L95"
|
|
975
887
|
}
|
|
976
888
|
],
|
|
977
889
|
"signatures": [
|
|
@@ -1015,7 +927,7 @@
|
|
|
1015
927
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1016
928
|
"line": 79,
|
|
1017
929
|
"character": 9,
|
|
1018
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
930
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L79"
|
|
1019
931
|
}
|
|
1020
932
|
],
|
|
1021
933
|
"type": {
|
|
@@ -1036,7 +948,7 @@
|
|
|
1036
948
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1037
949
|
"line": 81,
|
|
1038
950
|
"character": 9,
|
|
1039
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
951
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L81"
|
|
1040
952
|
}
|
|
1041
953
|
],
|
|
1042
954
|
"type": {
|
|
@@ -1057,7 +969,7 @@
|
|
|
1057
969
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1058
970
|
"line": 83,
|
|
1059
971
|
"character": 9,
|
|
1060
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
972
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L83"
|
|
1061
973
|
}
|
|
1062
974
|
],
|
|
1063
975
|
"type": {
|
|
@@ -1099,7 +1011,7 @@
|
|
|
1099
1011
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1100
1012
|
"line": 44,
|
|
1101
1013
|
"character": 9,
|
|
1102
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1014
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L44"
|
|
1103
1015
|
}
|
|
1104
1016
|
],
|
|
1105
1017
|
"type": {
|
|
@@ -1139,7 +1051,7 @@
|
|
|
1139
1051
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1140
1052
|
"line": 51,
|
|
1141
1053
|
"character": 9,
|
|
1142
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1054
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L51"
|
|
1143
1055
|
}
|
|
1144
1056
|
],
|
|
1145
1057
|
"type": {
|
|
@@ -1168,7 +1080,7 @@
|
|
|
1168
1080
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1169
1081
|
"line": 77,
|
|
1170
1082
|
"character": 9,
|
|
1171
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1083
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L77"
|
|
1172
1084
|
}
|
|
1173
1085
|
],
|
|
1174
1086
|
"type": {
|
|
@@ -1198,7 +1110,7 @@
|
|
|
1198
1110
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1199
1111
|
"line": 85,
|
|
1200
1112
|
"character": 9,
|
|
1201
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1113
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L85"
|
|
1202
1114
|
}
|
|
1203
1115
|
],
|
|
1204
1116
|
"type": {
|
|
@@ -1219,7 +1131,7 @@
|
|
|
1219
1131
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1220
1132
|
"line": 32,
|
|
1221
1133
|
"character": 13,
|
|
1222
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1134
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L32"
|
|
1223
1135
|
}
|
|
1224
1136
|
],
|
|
1225
1137
|
"setSignature": {
|
|
@@ -1312,7 +1224,7 @@
|
|
|
1312
1224
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1313
1225
|
"line": 68,
|
|
1314
1226
|
"character": 13,
|
|
1315
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1227
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L68"
|
|
1316
1228
|
}
|
|
1317
1229
|
],
|
|
1318
1230
|
"setSignature": {
|
|
@@ -1377,7 +1289,7 @@
|
|
|
1377
1289
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1378
1290
|
"line": 58,
|
|
1379
1291
|
"character": 13,
|
|
1380
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1292
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L58"
|
|
1381
1293
|
}
|
|
1382
1294
|
],
|
|
1383
1295
|
"setSignature": {
|
|
@@ -1427,7 +1339,7 @@
|
|
|
1427
1339
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1428
1340
|
"line": 107,
|
|
1429
1341
|
"character": 9,
|
|
1430
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1342
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L107"
|
|
1431
1343
|
}
|
|
1432
1344
|
],
|
|
1433
1345
|
"signatures": [
|
|
@@ -1457,7 +1369,7 @@
|
|
|
1457
1369
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1458
1370
|
"line": 103,
|
|
1459
1371
|
"character": 9,
|
|
1460
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1372
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L103"
|
|
1461
1373
|
}
|
|
1462
1374
|
],
|
|
1463
1375
|
"signatures": [
|
|
@@ -1495,7 +1407,7 @@
|
|
|
1495
1407
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1496
1408
|
"line": 99,
|
|
1497
1409
|
"character": 9,
|
|
1498
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1410
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L99"
|
|
1499
1411
|
}
|
|
1500
1412
|
],
|
|
1501
1413
|
"signatures": [
|
|
@@ -1562,7 +1474,7 @@
|
|
|
1562
1474
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1563
1475
|
"line": 25,
|
|
1564
1476
|
"character": 13,
|
|
1565
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1477
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/alert/alert.component.ts#L25"
|
|
1566
1478
|
}
|
|
1567
1479
|
],
|
|
1568
1480
|
"implementedTypes": [
|
|
@@ -1630,7 +1542,7 @@
|
|
|
1630
1542
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1631
1543
|
"line": 86,
|
|
1632
1544
|
"character": 2,
|
|
1633
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1545
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L86"
|
|
1634
1546
|
}
|
|
1635
1547
|
],
|
|
1636
1548
|
"signatures": [
|
|
@@ -1687,7 +1599,7 @@
|
|
|
1687
1599
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1688
1600
|
"line": 72,
|
|
1689
1601
|
"character": 9,
|
|
1690
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1602
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L72"
|
|
1691
1603
|
}
|
|
1692
1604
|
],
|
|
1693
1605
|
"type": {
|
|
@@ -1708,7 +1620,7 @@
|
|
|
1708
1620
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1709
1621
|
"line": 70,
|
|
1710
1622
|
"character": 9,
|
|
1711
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1623
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L70"
|
|
1712
1624
|
}
|
|
1713
1625
|
],
|
|
1714
1626
|
"type": {
|
|
@@ -1729,7 +1641,7 @@
|
|
|
1729
1641
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1730
1642
|
"line": 74,
|
|
1731
1643
|
"character": 9,
|
|
1732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1644
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L74"
|
|
1733
1645
|
}
|
|
1734
1646
|
],
|
|
1735
1647
|
"type": {
|
|
@@ -1750,7 +1662,7 @@
|
|
|
1750
1662
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1751
1663
|
"line": 76,
|
|
1752
1664
|
"character": 9,
|
|
1753
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1665
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L76"
|
|
1754
1666
|
}
|
|
1755
1667
|
],
|
|
1756
1668
|
"type": {
|
|
@@ -1773,7 +1685,7 @@
|
|
|
1773
1685
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1774
1686
|
"line": 78,
|
|
1775
1687
|
"character": 9,
|
|
1776
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1688
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L78"
|
|
1777
1689
|
}
|
|
1778
1690
|
],
|
|
1779
1691
|
"type": {
|
|
@@ -1794,13 +1706,13 @@
|
|
|
1794
1706
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1795
1707
|
"line": 61,
|
|
1796
1708
|
"character": 13,
|
|
1797
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1709
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L61"
|
|
1798
1710
|
},
|
|
1799
1711
|
{
|
|
1800
1712
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1801
1713
|
"line": 66,
|
|
1802
1714
|
"character": 13,
|
|
1803
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1715
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L66"
|
|
1804
1716
|
}
|
|
1805
1717
|
],
|
|
1806
1718
|
"getSignature": {
|
|
@@ -1876,13 +1788,13 @@
|
|
|
1876
1788
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1877
1789
|
"line": 47,
|
|
1878
1790
|
"character": 13,
|
|
1879
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1791
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L47"
|
|
1880
1792
|
},
|
|
1881
1793
|
{
|
|
1882
1794
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1883
1795
|
"line": 52,
|
|
1884
1796
|
"character": 13,
|
|
1885
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1797
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L52"
|
|
1886
1798
|
}
|
|
1887
1799
|
],
|
|
1888
1800
|
"getSignature": {
|
|
@@ -1950,7 +1862,7 @@
|
|
|
1950
1862
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1951
1863
|
"line": 34,
|
|
1952
1864
|
"character": 13,
|
|
1953
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1865
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L34"
|
|
1954
1866
|
}
|
|
1955
1867
|
],
|
|
1956
1868
|
"setSignature": {
|
|
@@ -2011,7 +1923,7 @@
|
|
|
2011
1923
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
2012
1924
|
"line": 94,
|
|
2013
1925
|
"character": 9,
|
|
2014
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1926
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L94"
|
|
2015
1927
|
}
|
|
2016
1928
|
],
|
|
2017
1929
|
"signatures": [
|
|
@@ -2074,7 +1986,7 @@
|
|
|
2074
1986
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
2075
1987
|
"line": 28,
|
|
2076
1988
|
"character": 13,
|
|
2077
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1989
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/status-indicator/status-indicator.component.ts#L28"
|
|
2078
1990
|
}
|
|
2079
1991
|
],
|
|
2080
1992
|
"implementedTypes": [
|
|
@@ -2112,7 +2024,7 @@
|
|
|
2112
2024
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2113
2025
|
"line": 137,
|
|
2114
2026
|
"character": 2,
|
|
2115
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2027
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.directive.ts#L137"
|
|
2116
2028
|
}
|
|
2117
2029
|
],
|
|
2118
2030
|
"signatures": [
|
|
@@ -2175,7 +2087,7 @@
|
|
|
2175
2087
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2176
2088
|
"line": 112,
|
|
2177
2089
|
"character": 13,
|
|
2178
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2090
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.directive.ts#L112"
|
|
2179
2091
|
}
|
|
2180
2092
|
],
|
|
2181
2093
|
"setSignature": {
|
|
@@ -2236,7 +2148,7 @@
|
|
|
2236
2148
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2237
2149
|
"line": 148,
|
|
2238
2150
|
"character": 9,
|
|
2239
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2151
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.directive.ts#L148"
|
|
2240
2152
|
}
|
|
2241
2153
|
],
|
|
2242
2154
|
"signatures": [
|
|
@@ -2274,7 +2186,7 @@
|
|
|
2274
2186
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2275
2187
|
"line": 142,
|
|
2276
2188
|
"character": 9,
|
|
2277
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2189
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.directive.ts#L142"
|
|
2278
2190
|
}
|
|
2279
2191
|
],
|
|
2280
2192
|
"signatures": [
|
|
@@ -2327,7 +2239,7 @@
|
|
|
2327
2239
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2328
2240
|
"line": 156,
|
|
2329
2241
|
"character": 9,
|
|
2330
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2242
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.directive.ts#L156"
|
|
2331
2243
|
}
|
|
2332
2244
|
],
|
|
2333
2245
|
"signatures": [
|
|
@@ -2380,7 +2292,7 @@
|
|
|
2380
2292
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2381
2293
|
"line": 105,
|
|
2382
2294
|
"character": 13,
|
|
2383
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2295
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/text-highlight/text-highlight.directive.ts#L105"
|
|
2384
2296
|
}
|
|
2385
2297
|
],
|
|
2386
2298
|
"implementedTypes": [
|
|
@@ -2422,7 +2334,7 @@
|
|
|
2422
2334
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2423
2335
|
"line": 97,
|
|
2424
2336
|
"character": 2,
|
|
2425
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2337
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L97"
|
|
2426
2338
|
}
|
|
2427
2339
|
],
|
|
2428
2340
|
"signatures": [
|
|
@@ -2474,7 +2386,7 @@
|
|
|
2474
2386
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2475
2387
|
"line": 85,
|
|
2476
2388
|
"character": 9,
|
|
2477
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2389
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L85"
|
|
2478
2390
|
}
|
|
2479
2391
|
],
|
|
2480
2392
|
"type": {
|
|
@@ -2538,7 +2450,7 @@
|
|
|
2538
2450
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2539
2451
|
"line": 40,
|
|
2540
2452
|
"character": 9,
|
|
2541
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2453
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L40"
|
|
2542
2454
|
}
|
|
2543
2455
|
],
|
|
2544
2456
|
"type": {
|
|
@@ -2559,7 +2471,7 @@
|
|
|
2559
2471
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2560
2472
|
"line": 89,
|
|
2561
2473
|
"character": 9,
|
|
2562
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2474
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L89"
|
|
2563
2475
|
}
|
|
2564
2476
|
],
|
|
2565
2477
|
"type": {
|
|
@@ -2589,7 +2501,7 @@
|
|
|
2589
2501
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2590
2502
|
"line": 76,
|
|
2591
2503
|
"character": 9,
|
|
2592
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2504
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L76"
|
|
2593
2505
|
}
|
|
2594
2506
|
],
|
|
2595
2507
|
"type": {
|
|
@@ -2619,7 +2531,7 @@
|
|
|
2619
2531
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2620
2532
|
"line": 87,
|
|
2621
2533
|
"character": 9,
|
|
2622
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2534
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L87"
|
|
2623
2535
|
}
|
|
2624
2536
|
],
|
|
2625
2537
|
"type": {
|
|
@@ -2641,7 +2553,7 @@
|
|
|
2641
2553
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2642
2554
|
"line": 90,
|
|
2643
2555
|
"character": 9,
|
|
2644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2556
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L90"
|
|
2645
2557
|
}
|
|
2646
2558
|
],
|
|
2647
2559
|
"type": {
|
|
@@ -2663,7 +2575,7 @@
|
|
|
2663
2575
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2664
2576
|
"line": 88,
|
|
2665
2577
|
"character": 9,
|
|
2666
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2578
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L88"
|
|
2667
2579
|
}
|
|
2668
2580
|
],
|
|
2669
2581
|
"type": {
|
|
@@ -2701,7 +2613,7 @@
|
|
|
2701
2613
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2702
2614
|
"line": 82,
|
|
2703
2615
|
"character": 9,
|
|
2704
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2616
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L82"
|
|
2705
2617
|
}
|
|
2706
2618
|
],
|
|
2707
2619
|
"type": {
|
|
@@ -2731,13 +2643,13 @@
|
|
|
2731
2643
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2732
2644
|
"line": 25,
|
|
2733
2645
|
"character": 13,
|
|
2734
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2646
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L25"
|
|
2735
2647
|
},
|
|
2736
2648
|
{
|
|
2737
2649
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2738
2650
|
"line": 29,
|
|
2739
2651
|
"character": 13,
|
|
2740
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2652
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L29"
|
|
2741
2653
|
}
|
|
2742
2654
|
],
|
|
2743
2655
|
"getSignature": {
|
|
@@ -2816,13 +2728,13 @@
|
|
|
2816
2728
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2817
2729
|
"line": 47,
|
|
2818
2730
|
"character": 13,
|
|
2819
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2731
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L47"
|
|
2820
2732
|
},
|
|
2821
2733
|
{
|
|
2822
2734
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2823
2735
|
"line": 51,
|
|
2824
2736
|
"character": 13,
|
|
2825
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2737
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L51"
|
|
2826
2738
|
}
|
|
2827
2739
|
],
|
|
2828
2740
|
"getSignature": {
|
|
@@ -2893,7 +2805,7 @@
|
|
|
2893
2805
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2894
2806
|
"line": 61,
|
|
2895
2807
|
"character": 13,
|
|
2896
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2808
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L61"
|
|
2897
2809
|
}
|
|
2898
2810
|
],
|
|
2899
2811
|
"setSignature": {
|
|
@@ -2961,7 +2873,7 @@
|
|
|
2961
2873
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2962
2874
|
"line": 114,
|
|
2963
2875
|
"character": 9,
|
|
2964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2876
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L114"
|
|
2965
2877
|
}
|
|
2966
2878
|
],
|
|
2967
2879
|
"signatures": [
|
|
@@ -3006,7 +2918,7 @@
|
|
|
3006
2918
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3007
2919
|
"line": 119,
|
|
3008
2920
|
"character": 9,
|
|
3009
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2921
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L119"
|
|
3010
2922
|
}
|
|
3011
2923
|
],
|
|
3012
2924
|
"signatures": [
|
|
@@ -3036,7 +2948,7 @@
|
|
|
3036
2948
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3037
2949
|
"line": 127,
|
|
3038
2950
|
"character": 9,
|
|
3039
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2951
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L127"
|
|
3040
2952
|
}
|
|
3041
2953
|
],
|
|
3042
2954
|
"signatures": [
|
|
@@ -3079,7 +2991,7 @@
|
|
|
3079
2991
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3080
2992
|
"line": 123,
|
|
3081
2993
|
"character": 9,
|
|
3082
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2994
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L123"
|
|
3083
2995
|
}
|
|
3084
2996
|
],
|
|
3085
2997
|
"signatures": [
|
|
@@ -3153,7 +3065,7 @@
|
|
|
3153
3065
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3154
3066
|
"line": 17,
|
|
3155
3067
|
"character": 13,
|
|
3156
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3068
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/token.component.ts#L17"
|
|
3157
3069
|
}
|
|
3158
3070
|
]
|
|
3159
3071
|
},
|
|
@@ -3183,7 +3095,7 @@
|
|
|
3183
3095
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3184
3096
|
"line": 229,
|
|
3185
3097
|
"character": 2,
|
|
3186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3098
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L229"
|
|
3187
3099
|
}
|
|
3188
3100
|
],
|
|
3189
3101
|
"signatures": [
|
|
@@ -3245,7 +3157,7 @@
|
|
|
3245
3157
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3246
3158
|
"line": 164,
|
|
3247
3159
|
"character": 9,
|
|
3248
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3160
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L164"
|
|
3249
3161
|
}
|
|
3250
3162
|
],
|
|
3251
3163
|
"type": {
|
|
@@ -3291,7 +3203,7 @@
|
|
|
3291
3203
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3292
3204
|
"line": 171,
|
|
3293
3205
|
"character": 9,
|
|
3294
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3206
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L171"
|
|
3295
3207
|
}
|
|
3296
3208
|
],
|
|
3297
3209
|
"type": {
|
|
@@ -3321,7 +3233,7 @@
|
|
|
3321
3233
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3322
3234
|
"line": 220,
|
|
3323
3235
|
"character": 9,
|
|
3324
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3236
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L220"
|
|
3325
3237
|
}
|
|
3326
3238
|
],
|
|
3327
3239
|
"type": {
|
|
@@ -3359,7 +3271,7 @@
|
|
|
3359
3271
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3360
3272
|
"line": 177,
|
|
3361
3273
|
"character": 9,
|
|
3362
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3274
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L177"
|
|
3363
3275
|
}
|
|
3364
3276
|
],
|
|
3365
3277
|
"type": {
|
|
@@ -3404,7 +3316,7 @@
|
|
|
3404
3316
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3405
3317
|
"line": 184,
|
|
3406
3318
|
"character": 9,
|
|
3407
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3319
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L184"
|
|
3408
3320
|
}
|
|
3409
3321
|
],
|
|
3410
3322
|
"type": {
|
|
@@ -3444,7 +3356,7 @@
|
|
|
3444
3356
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3445
3357
|
"line": 211,
|
|
3446
3358
|
"character": 9,
|
|
3447
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3359
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L211"
|
|
3448
3360
|
}
|
|
3449
3361
|
],
|
|
3450
3362
|
"type": {
|
|
@@ -3488,7 +3400,7 @@
|
|
|
3488
3400
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3489
3401
|
"line": 111,
|
|
3490
3402
|
"character": 9,
|
|
3491
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3403
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L111"
|
|
3492
3404
|
}
|
|
3493
3405
|
],
|
|
3494
3406
|
"type": {
|
|
@@ -3509,13 +3421,13 @@
|
|
|
3509
3421
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3510
3422
|
"line": 193,
|
|
3511
3423
|
"character": 13,
|
|
3512
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3424
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L193"
|
|
3513
3425
|
},
|
|
3514
3426
|
{
|
|
3515
3427
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3516
3428
|
"line": 197,
|
|
3517
3429
|
"character": 13,
|
|
3518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3430
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L197"
|
|
3519
3431
|
}
|
|
3520
3432
|
],
|
|
3521
3433
|
"getSignature": {
|
|
@@ -3567,13 +3479,13 @@
|
|
|
3567
3479
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3568
3480
|
"line": 72,
|
|
3569
3481
|
"character": 13,
|
|
3570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3482
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L72"
|
|
3571
3483
|
},
|
|
3572
3484
|
{
|
|
3573
3485
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3574
3486
|
"line": 76,
|
|
3575
3487
|
"character": 13,
|
|
3576
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3488
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L76"
|
|
3577
3489
|
}
|
|
3578
3490
|
],
|
|
3579
3491
|
"getSignature": {
|
|
@@ -3652,13 +3564,13 @@
|
|
|
3652
3564
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3653
3565
|
"line": 85,
|
|
3654
3566
|
"character": 13,
|
|
3655
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3567
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L85"
|
|
3656
3568
|
},
|
|
3657
3569
|
{
|
|
3658
3570
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3659
3571
|
"line": 89,
|
|
3660
3572
|
"character": 13,
|
|
3661
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3573
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L89"
|
|
3662
3574
|
}
|
|
3663
3575
|
],
|
|
3664
3576
|
"getSignature": {
|
|
@@ -3729,13 +3641,13 @@
|
|
|
3729
3641
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3730
3642
|
"line": 98,
|
|
3731
3643
|
"character": 13,
|
|
3732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3644
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L98"
|
|
3733
3645
|
},
|
|
3734
3646
|
{
|
|
3735
3647
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3736
3648
|
"line": 102,
|
|
3737
3649
|
"character": 13,
|
|
3738
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3650
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L102"
|
|
3739
3651
|
}
|
|
3740
3652
|
],
|
|
3741
3653
|
"getSignature": {
|
|
@@ -3806,13 +3718,13 @@
|
|
|
3806
3718
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3807
3719
|
"line": 120,
|
|
3808
3720
|
"character": 13,
|
|
3809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3721
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L120"
|
|
3810
3722
|
},
|
|
3811
3723
|
{
|
|
3812
3724
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3813
3725
|
"line": 124,
|
|
3814
3726
|
"character": 13,
|
|
3815
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3727
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L124"
|
|
3816
3728
|
}
|
|
3817
3729
|
],
|
|
3818
3730
|
"getSignature": {
|
|
@@ -3891,13 +3803,13 @@
|
|
|
3891
3803
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3892
3804
|
"line": 150,
|
|
3893
3805
|
"character": 13,
|
|
3894
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3806
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L150"
|
|
3895
3807
|
},
|
|
3896
3808
|
{
|
|
3897
3809
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3898
3810
|
"line": 155,
|
|
3899
3811
|
"character": 13,
|
|
3900
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3812
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L155"
|
|
3901
3813
|
}
|
|
3902
3814
|
],
|
|
3903
3815
|
"getSignature": {
|
|
@@ -3983,13 +3895,13 @@
|
|
|
3983
3895
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3984
3896
|
"line": 132,
|
|
3985
3897
|
"character": 13,
|
|
3986
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3898
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L132"
|
|
3987
3899
|
},
|
|
3988
3900
|
{
|
|
3989
3901
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3990
3902
|
"line": 141,
|
|
3991
3903
|
"character": 13,
|
|
3992
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3904
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L141"
|
|
3993
3905
|
}
|
|
3994
3906
|
],
|
|
3995
3907
|
"getSignature": {
|
|
@@ -4069,7 +3981,7 @@
|
|
|
4069
3981
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4070
3982
|
"line": 258,
|
|
4071
3983
|
"character": 9,
|
|
4072
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3984
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L258"
|
|
4073
3985
|
}
|
|
4074
3986
|
],
|
|
4075
3987
|
"signatures": [
|
|
@@ -4099,7 +4011,7 @@
|
|
|
4099
4011
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4100
4012
|
"line": 245,
|
|
4101
4013
|
"character": 9,
|
|
4102
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4014
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L245"
|
|
4103
4015
|
}
|
|
4104
4016
|
],
|
|
4105
4017
|
"signatures": [
|
|
@@ -4137,7 +4049,7 @@
|
|
|
4137
4049
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4138
4050
|
"line": 250,
|
|
4139
4051
|
"character": 9,
|
|
4140
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4052
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L250"
|
|
4141
4053
|
}
|
|
4142
4054
|
],
|
|
4143
4055
|
"signatures": [
|
|
@@ -4187,7 +4099,7 @@
|
|
|
4187
4099
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4188
4100
|
"line": 262,
|
|
4189
4101
|
"character": 9,
|
|
4190
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4102
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L262"
|
|
4191
4103
|
}
|
|
4192
4104
|
],
|
|
4193
4105
|
"signatures": [
|
|
@@ -4232,7 +4144,7 @@
|
|
|
4232
4144
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4233
4145
|
"line": 290,
|
|
4234
4146
|
"character": 9,
|
|
4235
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4147
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L290"
|
|
4236
4148
|
}
|
|
4237
4149
|
],
|
|
4238
4150
|
"signatures": [
|
|
@@ -4282,7 +4194,7 @@
|
|
|
4282
4194
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4283
4195
|
"line": 284,
|
|
4284
4196
|
"character": 9,
|
|
4285
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4197
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L284"
|
|
4286
4198
|
}
|
|
4287
4199
|
],
|
|
4288
4200
|
"signatures": [
|
|
@@ -4368,7 +4280,7 @@
|
|
|
4368
4280
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4369
4281
|
"line": 64,
|
|
4370
4282
|
"character": 13,
|
|
4371
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4283
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/tokens.component.ts#L64"
|
|
4372
4284
|
}
|
|
4373
4285
|
],
|
|
4374
4286
|
"implementedTypes": [
|
|
@@ -4398,7 +4310,7 @@
|
|
|
4398
4310
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4399
4311
|
"line": 121,
|
|
4400
4312
|
"character": 2,
|
|
4401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4313
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L121"
|
|
4402
4314
|
}
|
|
4403
4315
|
],
|
|
4404
4316
|
"signatures": [
|
|
@@ -4472,7 +4384,7 @@
|
|
|
4472
4384
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4473
4385
|
"line": 107,
|
|
4474
4386
|
"character": 9,
|
|
4475
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4387
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L107"
|
|
4476
4388
|
}
|
|
4477
4389
|
],
|
|
4478
4390
|
"type": {
|
|
@@ -4502,7 +4414,7 @@
|
|
|
4502
4414
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4503
4415
|
"line": 35,
|
|
4504
4416
|
"character": 13,
|
|
4505
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4417
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L35"
|
|
4506
4418
|
}
|
|
4507
4419
|
],
|
|
4508
4420
|
"setSignature": {
|
|
@@ -4567,13 +4479,13 @@
|
|
|
4567
4479
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4568
4480
|
"line": 76,
|
|
4569
4481
|
"character": 13,
|
|
4570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4482
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L76"
|
|
4571
4483
|
},
|
|
4572
4484
|
{
|
|
4573
4485
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4574
4486
|
"line": 88,
|
|
4575
4487
|
"character": 13,
|
|
4576
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4488
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L88"
|
|
4577
4489
|
}
|
|
4578
4490
|
],
|
|
4579
4491
|
"getSignature": {
|
|
@@ -4676,13 +4588,13 @@
|
|
|
4676
4588
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4677
4589
|
"line": 98,
|
|
4678
4590
|
"character": 13,
|
|
4679
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4591
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L98"
|
|
4680
4592
|
},
|
|
4681
4593
|
{
|
|
4682
4594
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4683
4595
|
"line": 103,
|
|
4684
4596
|
"character": 13,
|
|
4685
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4597
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L103"
|
|
4686
4598
|
}
|
|
4687
4599
|
],
|
|
4688
4600
|
"getSignature": {
|
|
@@ -4761,13 +4673,13 @@
|
|
|
4761
4673
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4762
4674
|
"line": 44,
|
|
4763
4675
|
"character": 13,
|
|
4764
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4676
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L44"
|
|
4765
4677
|
},
|
|
4766
4678
|
{
|
|
4767
4679
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4768
4680
|
"line": 64,
|
|
4769
4681
|
"character": 13,
|
|
4770
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4682
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L64"
|
|
4771
4683
|
}
|
|
4772
4684
|
],
|
|
4773
4685
|
"getSignature": {
|
|
@@ -4843,7 +4755,7 @@
|
|
|
4843
4755
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4844
4756
|
"line": 137,
|
|
4845
4757
|
"character": 9,
|
|
4846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4758
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L137"
|
|
4847
4759
|
}
|
|
4848
4760
|
],
|
|
4849
4761
|
"signatures": [
|
|
@@ -4881,7 +4793,7 @@
|
|
|
4881
4793
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4882
4794
|
"line": 133,
|
|
4883
4795
|
"character": 9,
|
|
4884
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4796
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L133"
|
|
4885
4797
|
}
|
|
4886
4798
|
],
|
|
4887
4799
|
"signatures": [
|
|
@@ -4942,7 +4854,7 @@
|
|
|
4942
4854
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4943
4855
|
"line": 24,
|
|
4944
4856
|
"character": 13,
|
|
4945
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4857
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/wait/wait.component.ts#L24"
|
|
4946
4858
|
}
|
|
4947
4859
|
],
|
|
4948
4860
|
"implementedTypes": [
|
|
@@ -4988,7 +4900,7 @@
|
|
|
4988
4900
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
4989
4901
|
"line": 13,
|
|
4990
4902
|
"character": 9,
|
|
4991
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4903
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/help-inline/help-inline.component.ts#L13"
|
|
4992
4904
|
}
|
|
4993
4905
|
],
|
|
4994
4906
|
"type": {
|
|
@@ -5018,7 +4930,7 @@
|
|
|
5018
4930
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
5019
4931
|
"line": 15,
|
|
5020
4932
|
"character": 9,
|
|
5021
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4933
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/help-inline/help-inline.component.ts#L15"
|
|
5022
4934
|
}
|
|
5023
4935
|
],
|
|
5024
4936
|
"signatures": [
|
|
@@ -5061,7 +4973,7 @@
|
|
|
5061
4973
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
5062
4974
|
"line": 8,
|
|
5063
4975
|
"character": 13,
|
|
5064
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4976
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/help-inline/help-inline.component.ts#L8"
|
|
5065
4977
|
}
|
|
5066
4978
|
]
|
|
5067
4979
|
},
|
|
@@ -5084,7 +4996,7 @@
|
|
|
5084
4996
|
"summary": [
|
|
5085
4997
|
{
|
|
5086
4998
|
"kind": "text",
|
|
5087
|
-
"text": "Whether
|
|
4999
|
+
"text": "Whether to enforce a fixed width based on icon size. By default, icons of a specified size share a\nconsistent height, but their widths vary and can throw off vertical alignment. Use a fixed width when\nyou stack icons vertically, such as in lists."
|
|
5088
5000
|
}
|
|
5089
5001
|
],
|
|
5090
5002
|
"blockTags": [
|
|
@@ -5102,9 +5014,9 @@
|
|
|
5102
5014
|
"sources": [
|
|
5103
5015
|
{
|
|
5104
5016
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5105
|
-
"line":
|
|
5017
|
+
"line": 45,
|
|
5106
5018
|
"character": 9,
|
|
5107
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5019
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.component.ts#L45"
|
|
5108
5020
|
}
|
|
5109
5021
|
],
|
|
5110
5022
|
"type": {
|
|
@@ -5147,7 +5059,7 @@
|
|
|
5147
5059
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5148
5060
|
"line": 20,
|
|
5149
5061
|
"character": 9,
|
|
5150
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5062
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.component.ts#L20"
|
|
5151
5063
|
}
|
|
5152
5064
|
],
|
|
5153
5065
|
"type": {
|
|
@@ -5203,7 +5115,7 @@
|
|
|
5203
5115
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5204
5116
|
"line": 29,
|
|
5205
5117
|
"character": 9,
|
|
5206
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5118
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.component.ts#L29"
|
|
5207
5119
|
}
|
|
5208
5120
|
],
|
|
5209
5121
|
"type": {
|
|
@@ -5224,7 +5136,7 @@
|
|
|
5224
5136
|
"summary": [
|
|
5225
5137
|
{
|
|
5226
5138
|
"kind": "text",
|
|
5227
|
-
"text": "The size of the icon using\n[Font Awesome sizes](https://fontawesome.com/
|
|
5139
|
+
"text": "The size of the icon using\n[Font Awesome sizes](https://fontawesome.com/v4/examples/). Do not prefix the size with "
|
|
5228
5140
|
},
|
|
5229
5141
|
{
|
|
5230
5142
|
"kind": "code",
|
|
@@ -5241,7 +5153,7 @@
|
|
|
5241
5153
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5242
5154
|
"line": 36,
|
|
5243
5155
|
"character": 9,
|
|
5244
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5156
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.component.ts#L36"
|
|
5245
5157
|
}
|
|
5246
5158
|
],
|
|
5247
5159
|
"type": {
|
|
@@ -5268,9 +5180,9 @@
|
|
|
5268
5180
|
"sources": [
|
|
5269
5181
|
{
|
|
5270
5182
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5271
|
-
"line":
|
|
5183
|
+
"line": 52,
|
|
5272
5184
|
"character": 9,
|
|
5273
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5185
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.component.ts#L52"
|
|
5274
5186
|
}
|
|
5275
5187
|
],
|
|
5276
5188
|
"type": {
|
|
@@ -5303,7 +5215,7 @@
|
|
|
5303
5215
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5304
5216
|
"line": 12,
|
|
5305
5217
|
"character": 13,
|
|
5306
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5218
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/icon.component.ts#L12"
|
|
5307
5219
|
}
|
|
5308
5220
|
]
|
|
5309
5221
|
},
|
|
@@ -5365,7 +5277,7 @@
|
|
|
5365
5277
|
"fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
|
|
5366
5278
|
"line": 13,
|
|
5367
5279
|
"character": 13,
|
|
5368
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5280
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/key-info/key-info-label.component.ts#L13"
|
|
5369
5281
|
}
|
|
5370
5282
|
]
|
|
5371
5283
|
},
|
|
@@ -5403,7 +5315,7 @@
|
|
|
5403
5315
|
"fileName": "projects/indicators/src/modules/key-info/key-info-value.component.ts",
|
|
5404
5316
|
"line": 11,
|
|
5405
5317
|
"character": 13,
|
|
5406
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5318
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/key-info/key-info-value.component.ts#L11"
|
|
5407
5319
|
}
|
|
5408
5320
|
]
|
|
5409
5321
|
},
|
|
@@ -5446,7 +5358,7 @@
|
|
|
5446
5358
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5447
5359
|
"line": 17,
|
|
5448
5360
|
"character": 9,
|
|
5449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5361
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/key-info/key-info.component.ts#L17"
|
|
5450
5362
|
}
|
|
5451
5363
|
],
|
|
5452
5364
|
"type": {
|
|
@@ -5476,7 +5388,7 @@
|
|
|
5476
5388
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5477
5389
|
"line": 10,
|
|
5478
5390
|
"character": 13,
|
|
5479
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5391
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/key-info/key-info.component.ts#L10"
|
|
5480
5392
|
}
|
|
5481
5393
|
]
|
|
5482
5394
|
},
|
|
@@ -5498,7 +5410,7 @@
|
|
|
5498
5410
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5499
5411
|
"line": 77,
|
|
5500
5412
|
"character": 2,
|
|
5501
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5413
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L77"
|
|
5502
5414
|
}
|
|
5503
5415
|
],
|
|
5504
5416
|
"signatures": [
|
|
@@ -5555,7 +5467,7 @@
|
|
|
5555
5467
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5556
5468
|
"line": 57,
|
|
5557
5469
|
"character": 9,
|
|
5558
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5470
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L57"
|
|
5559
5471
|
}
|
|
5560
5472
|
],
|
|
5561
5473
|
"type": {
|
|
@@ -5576,7 +5488,7 @@
|
|
|
5576
5488
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5577
5489
|
"line": 59,
|
|
5578
5490
|
"character": 9,
|
|
5579
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5491
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L59"
|
|
5580
5492
|
}
|
|
5581
5493
|
],
|
|
5582
5494
|
"type": {
|
|
@@ -5597,7 +5509,7 @@
|
|
|
5597
5509
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5598
5510
|
"line": 61,
|
|
5599
5511
|
"character": 9,
|
|
5600
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5512
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L61"
|
|
5601
5513
|
}
|
|
5602
5514
|
],
|
|
5603
5515
|
"type": {
|
|
@@ -5618,7 +5530,7 @@
|
|
|
5618
5530
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5619
5531
|
"line": 63,
|
|
5620
5532
|
"character": 9,
|
|
5621
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5533
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L63"
|
|
5622
5534
|
}
|
|
5623
5535
|
],
|
|
5624
5536
|
"type": {
|
|
@@ -5641,7 +5553,7 @@
|
|
|
5641
5553
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5642
5554
|
"line": 65,
|
|
5643
5555
|
"character": 9,
|
|
5644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5556
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L65"
|
|
5645
5557
|
}
|
|
5646
5558
|
],
|
|
5647
5559
|
"type": {
|
|
@@ -5662,7 +5574,7 @@
|
|
|
5662
5574
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5663
5575
|
"line": 52,
|
|
5664
5576
|
"character": 13,
|
|
5665
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5577
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L52"
|
|
5666
5578
|
}
|
|
5667
5579
|
],
|
|
5668
5580
|
"setSignature": {
|
|
@@ -5727,7 +5639,7 @@
|
|
|
5727
5639
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5728
5640
|
"line": 42,
|
|
5729
5641
|
"character": 13,
|
|
5730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5642
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L42"
|
|
5731
5643
|
}
|
|
5732
5644
|
],
|
|
5733
5645
|
"setSignature": {
|
|
@@ -5777,7 +5689,7 @@
|
|
|
5777
5689
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5778
5690
|
"line": 31,
|
|
5779
5691
|
"character": 13,
|
|
5780
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5692
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L31"
|
|
5781
5693
|
}
|
|
5782
5694
|
],
|
|
5783
5695
|
"setSignature": {
|
|
@@ -5838,7 +5750,7 @@
|
|
|
5838
5750
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5839
5751
|
"line": 89,
|
|
5840
5752
|
"character": 9,
|
|
5841
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5753
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L89"
|
|
5842
5754
|
}
|
|
5843
5755
|
],
|
|
5844
5756
|
"signatures": [
|
|
@@ -5876,7 +5788,7 @@
|
|
|
5876
5788
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5877
5789
|
"line": 85,
|
|
5878
5790
|
"character": 9,
|
|
5879
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5791
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L85"
|
|
5880
5792
|
}
|
|
5881
5793
|
],
|
|
5882
5794
|
"signatures": [
|
|
@@ -5940,7 +5852,7 @@
|
|
|
5940
5852
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5941
5853
|
"line": 25,
|
|
5942
5854
|
"character": 13,
|
|
5943
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5855
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label.component.ts#L25"
|
|
5944
5856
|
}
|
|
5945
5857
|
],
|
|
5946
5858
|
"implementedTypes": [
|
|
@@ -6000,7 +5912,7 @@
|
|
|
6000
5912
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
6001
5913
|
"line": 7,
|
|
6002
5914
|
"character": 2,
|
|
6003
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5915
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/token.ts#L7"
|
|
6004
5916
|
}
|
|
6005
5917
|
],
|
|
6006
5918
|
"type": {
|
|
@@ -6023,7 +5935,7 @@
|
|
|
6023
5935
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
6024
5936
|
"line": 2,
|
|
6025
5937
|
"character": 17,
|
|
6026
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5938
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/token.ts#L2"
|
|
6027
5939
|
}
|
|
6028
5940
|
],
|
|
6029
5941
|
"typeParameters": [
|
|
@@ -6068,7 +5980,7 @@
|
|
|
6068
5980
|
"fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
|
|
6069
5981
|
"line": 7,
|
|
6070
5982
|
"character": 2,
|
|
6071
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5983
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/token-selected-event-args.ts#L7"
|
|
6072
5984
|
}
|
|
6073
5985
|
],
|
|
6074
5986
|
"type": {
|
|
@@ -6098,7 +6010,7 @@
|
|
|
6098
6010
|
"fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
|
|
6099
6011
|
"line": 3,
|
|
6100
6012
|
"character": 17,
|
|
6101
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6013
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/token-selected-event-args.ts#L3"
|
|
6102
6014
|
}
|
|
6103
6015
|
],
|
|
6104
6016
|
"typeParameters": [
|
|
@@ -6143,7 +6055,7 @@
|
|
|
6143
6055
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
|
|
6144
6056
|
"line": 7,
|
|
6145
6057
|
"character": 2,
|
|
6146
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6058
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message.ts#L7"
|
|
6147
6059
|
}
|
|
6148
6060
|
],
|
|
6149
6061
|
"type": {
|
|
@@ -6166,7 +6078,7 @@
|
|
|
6166
6078
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
|
|
6167
6079
|
"line": 3,
|
|
6168
6080
|
"character": 17,
|
|
6169
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6081
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/tokens/types/tokens-message.ts#L3"
|
|
6170
6082
|
}
|
|
6171
6083
|
]
|
|
6172
6084
|
},
|
|
@@ -6181,7 +6093,7 @@
|
|
|
6181
6093
|
"fileName": "projects/indicators/src/modules/icon/types/icon-type.ts",
|
|
6182
6094
|
"line": 1,
|
|
6183
6095
|
"character": 12,
|
|
6184
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6096
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/types/icon-type.ts#L1"
|
|
6185
6097
|
}
|
|
6186
6098
|
],
|
|
6187
6099
|
"type": {
|
|
@@ -6209,7 +6121,7 @@
|
|
|
6209
6121
|
"fileName": "projects/indicators/src/modules/icon/types/icon-variant-type.ts",
|
|
6210
6122
|
"line": 1,
|
|
6211
6123
|
"character": 12,
|
|
6212
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6124
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/icon/types/icon-variant-type.ts#L1"
|
|
6213
6125
|
}
|
|
6214
6126
|
],
|
|
6215
6127
|
"type": {
|
|
@@ -6237,7 +6149,7 @@
|
|
|
6237
6149
|
"fileName": "projects/indicators/src/modules/shared/indicator-description-type.ts",
|
|
6238
6150
|
"line": 1,
|
|
6239
6151
|
"character": 12,
|
|
6240
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6152
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/shared/indicator-description-type.ts#L1"
|
|
6241
6153
|
}
|
|
6242
6154
|
],
|
|
6243
6155
|
"type": {
|
|
@@ -6301,7 +6213,7 @@
|
|
|
6301
6213
|
"fileName": "projects/indicators/src/modules/shared/indicator-icon-type.ts",
|
|
6302
6214
|
"line": 1,
|
|
6303
6215
|
"character": 12,
|
|
6304
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6216
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/shared/indicator-icon-type.ts#L1"
|
|
6305
6217
|
}
|
|
6306
6218
|
],
|
|
6307
6219
|
"type": {
|
|
@@ -6337,7 +6249,7 @@
|
|
|
6337
6249
|
"fileName": "projects/indicators/src/modules/key-info/key-info-layout-type.ts",
|
|
6338
6250
|
"line": 1,
|
|
6339
6251
|
"character": 12,
|
|
6340
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6252
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/key-info/key-info-layout-type.ts#L1"
|
|
6341
6253
|
}
|
|
6342
6254
|
],
|
|
6343
6255
|
"type": {
|
|
@@ -6365,7 +6277,7 @@
|
|
|
6365
6277
|
"fileName": "projects/indicators/src/modules/label/label-type.ts",
|
|
6366
6278
|
"line": 1,
|
|
6367
6279
|
"character": 12,
|
|
6368
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6280
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/src/lib/modules/label/label-type.ts#L1"
|
|
6369
6281
|
}
|
|
6370
6282
|
],
|
|
6371
6283
|
"type": {
|
|
@@ -6391,7 +6303,7 @@
|
|
|
6391
6303
|
}
|
|
6392
6304
|
},
|
|
6393
6305
|
{
|
|
6394
|
-
"id":
|
|
6306
|
+
"id": 436,
|
|
6395
6307
|
"name": "SkyAlertHarness",
|
|
6396
6308
|
"kind": 128,
|
|
6397
6309
|
"kindString": "Class",
|
|
@@ -6406,7 +6318,7 @@
|
|
|
6406
6318
|
},
|
|
6407
6319
|
"children": [
|
|
6408
6320
|
{
|
|
6409
|
-
"id":
|
|
6321
|
+
"id": 446,
|
|
6410
6322
|
"name": "constructor",
|
|
6411
6323
|
"kind": 512,
|
|
6412
6324
|
"kindString": "Constructor",
|
|
@@ -6420,14 +6332,14 @@
|
|
|
6420
6332
|
],
|
|
6421
6333
|
"signatures": [
|
|
6422
6334
|
{
|
|
6423
|
-
"id":
|
|
6335
|
+
"id": 447,
|
|
6424
6336
|
"name": "new SkyAlertHarness",
|
|
6425
6337
|
"kind": 16384,
|
|
6426
6338
|
"kindString": "Constructor signature",
|
|
6427
6339
|
"flags": {},
|
|
6428
6340
|
"parameters": [
|
|
6429
6341
|
{
|
|
6430
|
-
"id":
|
|
6342
|
+
"id": 448,
|
|
6431
6343
|
"name": "locatorFactory",
|
|
6432
6344
|
"kind": 32768,
|
|
6433
6345
|
"kindString": "Parameter",
|
|
@@ -6442,7 +6354,7 @@
|
|
|
6442
6354
|
],
|
|
6443
6355
|
"type": {
|
|
6444
6356
|
"type": "reference",
|
|
6445
|
-
"id":
|
|
6357
|
+
"id": 436,
|
|
6446
6358
|
"name": "SkyAlertHarness"
|
|
6447
6359
|
},
|
|
6448
6360
|
"inheritedFrom": {
|
|
@@ -6457,7 +6369,7 @@
|
|
|
6457
6369
|
}
|
|
6458
6370
|
},
|
|
6459
6371
|
{
|
|
6460
|
-
"id":
|
|
6372
|
+
"id": 457,
|
|
6461
6373
|
"name": "close",
|
|
6462
6374
|
"kind": 2048,
|
|
6463
6375
|
"kindString": "Method",
|
|
@@ -6469,12 +6381,12 @@
|
|
|
6469
6381
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6470
6382
|
"line": 65,
|
|
6471
6383
|
"character": 15,
|
|
6472
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6384
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L65"
|
|
6473
6385
|
}
|
|
6474
6386
|
],
|
|
6475
6387
|
"signatures": [
|
|
6476
6388
|
{
|
|
6477
|
-
"id":
|
|
6389
|
+
"id": 458,
|
|
6478
6390
|
"name": "close",
|
|
6479
6391
|
"kind": 4096,
|
|
6480
6392
|
"kindString": "Call signature",
|
|
@@ -6503,7 +6415,7 @@
|
|
|
6503
6415
|
]
|
|
6504
6416
|
},
|
|
6505
6417
|
{
|
|
6506
|
-
"id":
|
|
6418
|
+
"id": 453,
|
|
6507
6419
|
"name": "getAlertType",
|
|
6508
6420
|
"kind": 2048,
|
|
6509
6421
|
"kindString": "Method",
|
|
@@ -6515,12 +6427,12 @@
|
|
|
6515
6427
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6516
6428
|
"line": 37,
|
|
6517
6429
|
"character": 15,
|
|
6518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6430
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L37"
|
|
6519
6431
|
}
|
|
6520
6432
|
],
|
|
6521
6433
|
"signatures": [
|
|
6522
6434
|
{
|
|
6523
|
-
"id":
|
|
6435
|
+
"id": 454,
|
|
6524
6436
|
"name": "getAlertType",
|
|
6525
6437
|
"kind": 4096,
|
|
6526
6438
|
"kindString": "Call signature",
|
|
@@ -6550,7 +6462,7 @@
|
|
|
6550
6462
|
]
|
|
6551
6463
|
},
|
|
6552
6464
|
{
|
|
6553
|
-
"id":
|
|
6465
|
+
"id": 465,
|
|
6554
6466
|
"name": "getCustomDescription",
|
|
6555
6467
|
"kind": 2048,
|
|
6556
6468
|
"kindString": "Method",
|
|
@@ -6562,12 +6474,12 @@
|
|
|
6562
6474
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6563
6475
|
"line": 129,
|
|
6564
6476
|
"character": 15,
|
|
6565
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6477
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L129"
|
|
6566
6478
|
}
|
|
6567
6479
|
],
|
|
6568
6480
|
"signatures": [
|
|
6569
6481
|
{
|
|
6570
|
-
"id":
|
|
6482
|
+
"id": 466,
|
|
6571
6483
|
"name": "getCustomDescription",
|
|
6572
6484
|
"kind": 4096,
|
|
6573
6485
|
"kindString": "Call signature",
|
|
@@ -6596,7 +6508,7 @@
|
|
|
6596
6508
|
]
|
|
6597
6509
|
},
|
|
6598
6510
|
{
|
|
6599
|
-
"id":
|
|
6511
|
+
"id": 463,
|
|
6600
6512
|
"name": "getDescriptionType",
|
|
6601
6513
|
"kind": 2048,
|
|
6602
6514
|
"kindString": "Method",
|
|
@@ -6608,12 +6520,12 @@
|
|
|
6608
6520
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6609
6521
|
"line": 93,
|
|
6610
6522
|
"character": 15,
|
|
6611
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6523
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L93"
|
|
6612
6524
|
}
|
|
6613
6525
|
],
|
|
6614
6526
|
"signatures": [
|
|
6615
6527
|
{
|
|
6616
|
-
"id":
|
|
6528
|
+
"id": 464,
|
|
6617
6529
|
"name": "getDescriptionType",
|
|
6618
6530
|
"kind": 4096,
|
|
6619
6531
|
"kindString": "Call signature",
|
|
@@ -6651,7 +6563,7 @@
|
|
|
6651
6563
|
]
|
|
6652
6564
|
},
|
|
6653
6565
|
{
|
|
6654
|
-
"id":
|
|
6566
|
+
"id": 455,
|
|
6655
6567
|
"name": "getText",
|
|
6656
6568
|
"kind": 2048,
|
|
6657
6569
|
"kindString": "Method",
|
|
@@ -6663,12 +6575,12 @@
|
|
|
6663
6575
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6664
6576
|
"line": 58,
|
|
6665
6577
|
"character": 15,
|
|
6666
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6578
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L58"
|
|
6667
6579
|
}
|
|
6668
6580
|
],
|
|
6669
6581
|
"signatures": [
|
|
6670
6582
|
{
|
|
6671
|
-
"id":
|
|
6583
|
+
"id": 456,
|
|
6672
6584
|
"name": "getText",
|
|
6673
6585
|
"kind": 4096,
|
|
6674
6586
|
"kindString": "Call signature",
|
|
@@ -6697,7 +6609,7 @@
|
|
|
6697
6609
|
]
|
|
6698
6610
|
},
|
|
6699
6611
|
{
|
|
6700
|
-
"id":
|
|
6612
|
+
"id": 470,
|
|
6701
6613
|
"name": "host",
|
|
6702
6614
|
"kind": 2048,
|
|
6703
6615
|
"kindString": "Method",
|
|
@@ -6711,7 +6623,7 @@
|
|
|
6711
6623
|
],
|
|
6712
6624
|
"signatures": [
|
|
6713
6625
|
{
|
|
6714
|
-
"id":
|
|
6626
|
+
"id": 471,
|
|
6715
6627
|
"name": "host",
|
|
6716
6628
|
"kind": 4096,
|
|
6717
6629
|
"kindString": "Call signature",
|
|
@@ -6766,7 +6678,7 @@
|
|
|
6766
6678
|
}
|
|
6767
6679
|
},
|
|
6768
6680
|
{
|
|
6769
|
-
"id":
|
|
6681
|
+
"id": 461,
|
|
6770
6682
|
"name": "isCloseable",
|
|
6771
6683
|
"kind": 2048,
|
|
6772
6684
|
"kindString": "Method",
|
|
@@ -6778,12 +6690,12 @@
|
|
|
6778
6690
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6779
6691
|
"line": 85,
|
|
6780
6692
|
"character": 15,
|
|
6781
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6693
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L85"
|
|
6782
6694
|
}
|
|
6783
6695
|
],
|
|
6784
6696
|
"signatures": [
|
|
6785
6697
|
{
|
|
6786
|
-
"id":
|
|
6698
|
+
"id": 462,
|
|
6787
6699
|
"name": "isCloseable",
|
|
6788
6700
|
"kind": 4096,
|
|
6789
6701
|
"kindString": "Call signature",
|
|
@@ -6812,7 +6724,7 @@
|
|
|
6812
6724
|
]
|
|
6813
6725
|
},
|
|
6814
6726
|
{
|
|
6815
|
-
"id":
|
|
6727
|
+
"id": 459,
|
|
6816
6728
|
"name": "isClosed",
|
|
6817
6729
|
"kind": 2048,
|
|
6818
6730
|
"kindString": "Method",
|
|
@@ -6824,12 +6736,12 @@
|
|
|
6824
6736
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6825
6737
|
"line": 76,
|
|
6826
6738
|
"character": 15,
|
|
6827
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6739
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L76"
|
|
6828
6740
|
}
|
|
6829
6741
|
],
|
|
6830
6742
|
"signatures": [
|
|
6831
6743
|
{
|
|
6832
|
-
"id":
|
|
6744
|
+
"id": 460,
|
|
6833
6745
|
"name": "isClosed",
|
|
6834
6746
|
"kind": 4096,
|
|
6835
6747
|
"kindString": "Call signature",
|
|
@@ -6858,7 +6770,7 @@
|
|
|
6858
6770
|
]
|
|
6859
6771
|
},
|
|
6860
6772
|
{
|
|
6861
|
-
"id":
|
|
6773
|
+
"id": 438,
|
|
6862
6774
|
"name": "with",
|
|
6863
6775
|
"kind": 2048,
|
|
6864
6776
|
"kindString": "Method",
|
|
@@ -6871,12 +6783,12 @@
|
|
|
6871
6783
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6872
6784
|
"line": 28,
|
|
6873
6785
|
"character": 16,
|
|
6874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6786
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L28"
|
|
6875
6787
|
}
|
|
6876
6788
|
],
|
|
6877
6789
|
"signatures": [
|
|
6878
6790
|
{
|
|
6879
|
-
"id":
|
|
6791
|
+
"id": 439,
|
|
6880
6792
|
"name": "with",
|
|
6881
6793
|
"kind": 4096,
|
|
6882
6794
|
"kindString": "Call signature",
|
|
@@ -6907,14 +6819,14 @@
|
|
|
6907
6819
|
},
|
|
6908
6820
|
"parameters": [
|
|
6909
6821
|
{
|
|
6910
|
-
"id":
|
|
6822
|
+
"id": 440,
|
|
6911
6823
|
"name": "filters",
|
|
6912
6824
|
"kind": 32768,
|
|
6913
6825
|
"kindString": "Parameter",
|
|
6914
6826
|
"flags": {},
|
|
6915
6827
|
"type": {
|
|
6916
6828
|
"type": "reference",
|
|
6917
|
-
"id":
|
|
6829
|
+
"id": 490,
|
|
6918
6830
|
"name": "SkyAlertHarnessFilters"
|
|
6919
6831
|
}
|
|
6920
6832
|
}
|
|
@@ -6924,7 +6836,7 @@
|
|
|
6924
6836
|
"typeArguments": [
|
|
6925
6837
|
{
|
|
6926
6838
|
"type": "reference",
|
|
6927
|
-
"id":
|
|
6839
|
+
"id": 436,
|
|
6928
6840
|
"name": "SkyAlertHarness"
|
|
6929
6841
|
}
|
|
6930
6842
|
],
|
|
@@ -6940,21 +6852,21 @@
|
|
|
6940
6852
|
{
|
|
6941
6853
|
"title": "Constructors",
|
|
6942
6854
|
"children": [
|
|
6943
|
-
|
|
6855
|
+
446
|
|
6944
6856
|
]
|
|
6945
6857
|
},
|
|
6946
6858
|
{
|
|
6947
6859
|
"title": "Methods",
|
|
6948
6860
|
"children": [
|
|
6861
|
+
457,
|
|
6862
|
+
453,
|
|
6949
6863
|
465,
|
|
6950
|
-
461,
|
|
6951
|
-
473,
|
|
6952
|
-
471,
|
|
6953
6864
|
463,
|
|
6954
|
-
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6865
|
+
455,
|
|
6866
|
+
470,
|
|
6867
|
+
461,
|
|
6868
|
+
459,
|
|
6869
|
+
438
|
|
6958
6870
|
]
|
|
6959
6871
|
}
|
|
6960
6872
|
],
|
|
@@ -6963,7 +6875,7 @@
|
|
|
6963
6875
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6964
6876
|
"line": 13,
|
|
6965
6877
|
"character": 13,
|
|
6966
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6878
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness.ts#L13"
|
|
6967
6879
|
}
|
|
6968
6880
|
],
|
|
6969
6881
|
"extendedTypes": [
|
|
@@ -6974,8 +6886,8 @@
|
|
|
6974
6886
|
]
|
|
6975
6887
|
},
|
|
6976
6888
|
{
|
|
6977
|
-
"id":
|
|
6978
|
-
"name": "
|
|
6889
|
+
"id": 494,
|
|
6890
|
+
"name": "SkyIconHarness",
|
|
6979
6891
|
"kind": 128,
|
|
6980
6892
|
"kindString": "Class",
|
|
6981
6893
|
"flags": {},
|
|
@@ -6983,13 +6895,13 @@
|
|
|
6983
6895
|
"summary": [
|
|
6984
6896
|
{
|
|
6985
6897
|
"kind": "text",
|
|
6986
|
-
"text": "Harness for interacting with
|
|
6898
|
+
"text": "Harness for interacting with an icon component in tests."
|
|
6987
6899
|
}
|
|
6988
6900
|
]
|
|
6989
6901
|
},
|
|
6990
6902
|
"children": [
|
|
6991
6903
|
{
|
|
6992
|
-
"id":
|
|
6904
|
+
"id": 504,
|
|
6993
6905
|
"name": "constructor",
|
|
6994
6906
|
"kind": 512,
|
|
6995
6907
|
"kindString": "Constructor",
|
|
@@ -7003,14 +6915,14 @@
|
|
|
7003
6915
|
],
|
|
7004
6916
|
"signatures": [
|
|
7005
6917
|
{
|
|
7006
|
-
"id":
|
|
7007
|
-
"name": "new
|
|
6918
|
+
"id": 505,
|
|
6919
|
+
"name": "new SkyIconHarness",
|
|
7008
6920
|
"kind": 16384,
|
|
7009
6921
|
"kindString": "Constructor signature",
|
|
7010
6922
|
"flags": {},
|
|
7011
6923
|
"parameters": [
|
|
7012
6924
|
{
|
|
7013
|
-
"id":
|
|
6925
|
+
"id": 506,
|
|
7014
6926
|
"name": "locatorFactory",
|
|
7015
6927
|
"kind": 32768,
|
|
7016
6928
|
"kindString": "Parameter",
|
|
@@ -7025,8 +6937,8 @@
|
|
|
7025
6937
|
],
|
|
7026
6938
|
"type": {
|
|
7027
6939
|
"type": "reference",
|
|
7028
|
-
"id":
|
|
7029
|
-
"name": "
|
|
6940
|
+
"id": 494,
|
|
6941
|
+
"name": "SkyIconHarness"
|
|
7030
6942
|
},
|
|
7031
6943
|
"inheritedFrom": {
|
|
7032
6944
|
"type": "reference",
|
|
@@ -7040,8 +6952,8 @@
|
|
|
7040
6952
|
}
|
|
7041
6953
|
},
|
|
7042
6954
|
{
|
|
7043
|
-
"id":
|
|
7044
|
-
"name": "
|
|
6955
|
+
"id": 511,
|
|
6956
|
+
"name": "getIconName",
|
|
7045
6957
|
"kind": 2048,
|
|
7046
6958
|
"kindString": "Method",
|
|
7047
6959
|
"flags": {
|
|
@@ -7049,16 +6961,16 @@
|
|
|
7049
6961
|
},
|
|
7050
6962
|
"sources": [
|
|
7051
6963
|
{
|
|
7052
|
-
"fileName": "projects/indicators/src/testing/
|
|
7053
|
-
"line":
|
|
6964
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
6965
|
+
"line": 46,
|
|
7054
6966
|
"character": 15,
|
|
7055
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6967
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L46"
|
|
7056
6968
|
}
|
|
7057
6969
|
],
|
|
7058
6970
|
"signatures": [
|
|
7059
6971
|
{
|
|
7060
|
-
"id":
|
|
7061
|
-
"name": "
|
|
6972
|
+
"id": 512,
|
|
6973
|
+
"name": "getIconName",
|
|
7062
6974
|
"kind": 4096,
|
|
7063
6975
|
"kindString": "Call signature",
|
|
7064
6976
|
"flags": {},
|
|
@@ -7066,7 +6978,7 @@
|
|
|
7066
6978
|
"summary": [
|
|
7067
6979
|
{
|
|
7068
6980
|
"kind": "text",
|
|
7069
|
-
"text": "Gets the
|
|
6981
|
+
"text": "Gets the icon name."
|
|
7070
6982
|
}
|
|
7071
6983
|
]
|
|
7072
6984
|
},
|
|
@@ -7086,8 +6998,8 @@
|
|
|
7086
6998
|
]
|
|
7087
6999
|
},
|
|
7088
7000
|
{
|
|
7089
|
-
"id":
|
|
7090
|
-
"name": "
|
|
7001
|
+
"id": 513,
|
|
7002
|
+
"name": "getIconSize",
|
|
7091
7003
|
"kind": 2048,
|
|
7092
7004
|
"kindString": "Method",
|
|
7093
7005
|
"flags": {
|
|
@@ -7095,16 +7007,16 @@
|
|
|
7095
7007
|
},
|
|
7096
7008
|
"sources": [
|
|
7097
7009
|
{
|
|
7098
|
-
"fileName": "projects/indicators/src/testing/
|
|
7099
|
-
"line":
|
|
7010
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7011
|
+
"line": 69,
|
|
7100
7012
|
"character": 15,
|
|
7101
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7013
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L69"
|
|
7102
7014
|
}
|
|
7103
7015
|
],
|
|
7104
7016
|
"signatures": [
|
|
7105
7017
|
{
|
|
7106
|
-
"id":
|
|
7107
|
-
"name": "
|
|
7018
|
+
"id": 514,
|
|
7019
|
+
"name": "getIconSize",
|
|
7108
7020
|
"kind": 4096,
|
|
7109
7021
|
"kindString": "Call signature",
|
|
7110
7022
|
"flags": {},
|
|
@@ -7112,7 +7024,7 @@
|
|
|
7112
7024
|
"summary": [
|
|
7113
7025
|
{
|
|
7114
7026
|
"kind": "text",
|
|
7115
|
-
"text": "Gets the
|
|
7027
|
+
"text": "Gets the icon size."
|
|
7116
7028
|
}
|
|
7117
7029
|
]
|
|
7118
7030
|
},
|
|
@@ -7120,9 +7032,8 @@
|
|
|
7120
7032
|
"type": "reference",
|
|
7121
7033
|
"typeArguments": [
|
|
7122
7034
|
{
|
|
7123
|
-
"type": "
|
|
7124
|
-
"
|
|
7125
|
-
"name": "SkyKeyInfoLayoutType"
|
|
7035
|
+
"type": "intrinsic",
|
|
7036
|
+
"name": "string"
|
|
7126
7037
|
}
|
|
7127
7038
|
],
|
|
7128
7039
|
"name": "Promise",
|
|
@@ -7133,8 +7044,8 @@
|
|
|
7133
7044
|
]
|
|
7134
7045
|
},
|
|
7135
7046
|
{
|
|
7136
|
-
"id":
|
|
7137
|
-
"name": "
|
|
7047
|
+
"id": 515,
|
|
7048
|
+
"name": "getIconType",
|
|
7138
7049
|
"kind": 2048,
|
|
7139
7050
|
"kindString": "Method",
|
|
7140
7051
|
"flags": {
|
|
@@ -7142,16 +7053,16 @@
|
|
|
7142
7053
|
},
|
|
7143
7054
|
"sources": [
|
|
7144
7055
|
{
|
|
7145
|
-
"fileName": "projects/indicators/src/testing/
|
|
7146
|
-
"line":
|
|
7056
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7057
|
+
"line": 85,
|
|
7147
7058
|
"character": 15,
|
|
7148
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7059
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L85"
|
|
7149
7060
|
}
|
|
7150
7061
|
],
|
|
7151
7062
|
"signatures": [
|
|
7152
7063
|
{
|
|
7153
|
-
"id":
|
|
7154
|
-
"name": "
|
|
7064
|
+
"id": 516,
|
|
7065
|
+
"name": "getIconType",
|
|
7155
7066
|
"kind": 4096,
|
|
7156
7067
|
"kindString": "Call signature",
|
|
7157
7068
|
"flags": {},
|
|
@@ -7159,7 +7070,53 @@
|
|
|
7159
7070
|
"summary": [
|
|
7160
7071
|
{
|
|
7161
7072
|
"kind": "text",
|
|
7162
|
-
"text": "Gets the
|
|
7073
|
+
"text": "Gets the icon type."
|
|
7074
|
+
}
|
|
7075
|
+
]
|
|
7076
|
+
},
|
|
7077
|
+
"type": {
|
|
7078
|
+
"type": "reference",
|
|
7079
|
+
"typeArguments": [
|
|
7080
|
+
{
|
|
7081
|
+
"type": "intrinsic",
|
|
7082
|
+
"name": "string"
|
|
7083
|
+
}
|
|
7084
|
+
],
|
|
7085
|
+
"name": "Promise",
|
|
7086
|
+
"qualifiedName": "Promise",
|
|
7087
|
+
"package": "typescript"
|
|
7088
|
+
}
|
|
7089
|
+
}
|
|
7090
|
+
]
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"id": 517,
|
|
7094
|
+
"name": "getVariant",
|
|
7095
|
+
"kind": 2048,
|
|
7096
|
+
"kindString": "Method",
|
|
7097
|
+
"flags": {
|
|
7098
|
+
"isPublic": true
|
|
7099
|
+
},
|
|
7100
|
+
"sources": [
|
|
7101
|
+
{
|
|
7102
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7103
|
+
"line": 101,
|
|
7104
|
+
"character": 15,
|
|
7105
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L101"
|
|
7106
|
+
}
|
|
7107
|
+
],
|
|
7108
|
+
"signatures": [
|
|
7109
|
+
{
|
|
7110
|
+
"id": 518,
|
|
7111
|
+
"name": "getVariant",
|
|
7112
|
+
"kind": 4096,
|
|
7113
|
+
"kindString": "Call signature",
|
|
7114
|
+
"flags": {},
|
|
7115
|
+
"comment": {
|
|
7116
|
+
"summary": [
|
|
7117
|
+
{
|
|
7118
|
+
"kind": "text",
|
|
7119
|
+
"text": "Gets if the icon is a variant."
|
|
7163
7120
|
}
|
|
7164
7121
|
]
|
|
7165
7122
|
},
|
|
@@ -7179,7 +7136,7 @@
|
|
|
7179
7136
|
]
|
|
7180
7137
|
},
|
|
7181
7138
|
{
|
|
7182
|
-
"id":
|
|
7139
|
+
"id": 524,
|
|
7183
7140
|
"name": "host",
|
|
7184
7141
|
"kind": 2048,
|
|
7185
7142
|
"kindString": "Method",
|
|
@@ -7193,7 +7150,7 @@
|
|
|
7193
7150
|
],
|
|
7194
7151
|
"signatures": [
|
|
7195
7152
|
{
|
|
7196
|
-
"id":
|
|
7153
|
+
"id": 525,
|
|
7197
7154
|
"name": "host",
|
|
7198
7155
|
"kind": 4096,
|
|
7199
7156
|
"kindString": "Call signature",
|
|
@@ -7248,7 +7205,53 @@
|
|
|
7248
7205
|
}
|
|
7249
7206
|
},
|
|
7250
7207
|
{
|
|
7251
|
-
"id":
|
|
7208
|
+
"id": 519,
|
|
7209
|
+
"name": "isFixedWidth",
|
|
7210
|
+
"kind": 2048,
|
|
7211
|
+
"kindString": "Method",
|
|
7212
|
+
"flags": {
|
|
7213
|
+
"isPublic": true
|
|
7214
|
+
},
|
|
7215
|
+
"sources": [
|
|
7216
|
+
{
|
|
7217
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7218
|
+
"line": 122,
|
|
7219
|
+
"character": 15,
|
|
7220
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L122"
|
|
7221
|
+
}
|
|
7222
|
+
],
|
|
7223
|
+
"signatures": [
|
|
7224
|
+
{
|
|
7225
|
+
"id": 520,
|
|
7226
|
+
"name": "isFixedWidth",
|
|
7227
|
+
"kind": 4096,
|
|
7228
|
+
"kindString": "Call signature",
|
|
7229
|
+
"flags": {},
|
|
7230
|
+
"comment": {
|
|
7231
|
+
"summary": [
|
|
7232
|
+
{
|
|
7233
|
+
"kind": "text",
|
|
7234
|
+
"text": "Whether the icon has fixed width."
|
|
7235
|
+
}
|
|
7236
|
+
]
|
|
7237
|
+
},
|
|
7238
|
+
"type": {
|
|
7239
|
+
"type": "reference",
|
|
7240
|
+
"typeArguments": [
|
|
7241
|
+
{
|
|
7242
|
+
"type": "intrinsic",
|
|
7243
|
+
"name": "boolean"
|
|
7244
|
+
}
|
|
7245
|
+
],
|
|
7246
|
+
"name": "Promise",
|
|
7247
|
+
"qualifiedName": "Promise",
|
|
7248
|
+
"package": "typescript"
|
|
7249
|
+
}
|
|
7250
|
+
}
|
|
7251
|
+
]
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"id": 496,
|
|
7252
7255
|
"name": "with",
|
|
7253
7256
|
"kind": 2048,
|
|
7254
7257
|
"kindString": "Method",
|
|
@@ -7258,15 +7261,15 @@
|
|
|
7258
7261
|
},
|
|
7259
7262
|
"sources": [
|
|
7260
7263
|
{
|
|
7261
|
-
"fileName": "projects/indicators/src/testing/
|
|
7262
|
-
"line":
|
|
7264
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7265
|
+
"line": 22,
|
|
7263
7266
|
"character": 16,
|
|
7264
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7267
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L22"
|
|
7265
7268
|
}
|
|
7266
7269
|
],
|
|
7267
7270
|
"signatures": [
|
|
7268
7271
|
{
|
|
7269
|
-
"id":
|
|
7272
|
+
"id": 497,
|
|
7270
7273
|
"name": "with",
|
|
7271
7274
|
"kind": 4096,
|
|
7272
7275
|
"kindString": "Call signature",
|
|
@@ -7287,7 +7290,7 @@
|
|
|
7287
7290
|
},
|
|
7288
7291
|
{
|
|
7289
7292
|
"kind": "code",
|
|
7290
|
-
"text": "`
|
|
7293
|
+
"text": "`SkyIconHarness`"
|
|
7291
7294
|
},
|
|
7292
7295
|
{
|
|
7293
7296
|
"kind": "text",
|
|
@@ -7297,15 +7300,15 @@
|
|
|
7297
7300
|
},
|
|
7298
7301
|
"parameters": [
|
|
7299
7302
|
{
|
|
7300
|
-
"id":
|
|
7303
|
+
"id": 498,
|
|
7301
7304
|
"name": "filters",
|
|
7302
7305
|
"kind": 32768,
|
|
7303
7306
|
"kindString": "Parameter",
|
|
7304
7307
|
"flags": {},
|
|
7305
7308
|
"type": {
|
|
7306
7309
|
"type": "reference",
|
|
7307
|
-
"id":
|
|
7308
|
-
"name": "
|
|
7310
|
+
"id": 544,
|
|
7311
|
+
"name": "SkyIconHarnessFilters"
|
|
7309
7312
|
}
|
|
7310
7313
|
}
|
|
7311
7314
|
],
|
|
@@ -7314,8 +7317,8 @@
|
|
|
7314
7317
|
"typeArguments": [
|
|
7315
7318
|
{
|
|
7316
7319
|
"type": "reference",
|
|
7317
|
-
"id":
|
|
7318
|
-
"name": "
|
|
7320
|
+
"id": 494,
|
|
7321
|
+
"name": "SkyIconHarness"
|
|
7319
7322
|
}
|
|
7320
7323
|
],
|
|
7321
7324
|
"name": "HarnessPredicate",
|
|
@@ -7330,26 +7333,28 @@
|
|
|
7330
7333
|
{
|
|
7331
7334
|
"title": "Constructors",
|
|
7332
7335
|
"children": [
|
|
7333
|
-
|
|
7336
|
+
504
|
|
7334
7337
|
]
|
|
7335
7338
|
},
|
|
7336
7339
|
{
|
|
7337
7340
|
"title": "Methods",
|
|
7338
7341
|
"children": [
|
|
7339
|
-
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
|
|
7342
|
+
511,
|
|
7343
|
+
513,
|
|
7344
|
+
515,
|
|
7345
|
+
517,
|
|
7346
|
+
524,
|
|
7347
|
+
519,
|
|
7348
|
+
496
|
|
7344
7349
|
]
|
|
7345
7350
|
}
|
|
7346
7351
|
],
|
|
7347
7352
|
"sources": [
|
|
7348
7353
|
{
|
|
7349
|
-
"fileName": "projects/indicators/src/testing/
|
|
7354
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7350
7355
|
"line": 12,
|
|
7351
7356
|
"character": 13,
|
|
7352
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7357
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L12"
|
|
7353
7358
|
}
|
|
7354
7359
|
],
|
|
7355
7360
|
"extendedTypes": [
|
|
@@ -7360,8 +7365,8 @@
|
|
|
7360
7365
|
]
|
|
7361
7366
|
},
|
|
7362
7367
|
{
|
|
7363
|
-
"id":
|
|
7364
|
-
"name": "
|
|
7368
|
+
"id": 548,
|
|
7369
|
+
"name": "SkyKeyInfoHarness",
|
|
7365
7370
|
"kind": 128,
|
|
7366
7371
|
"kindString": "Class",
|
|
7367
7372
|
"flags": {},
|
|
@@ -7369,13 +7374,13 @@
|
|
|
7369
7374
|
"summary": [
|
|
7370
7375
|
{
|
|
7371
7376
|
"kind": "text",
|
|
7372
|
-
"text": "Harness for interacting with a
|
|
7377
|
+
"text": "Harness for interacting with a key info component in tests."
|
|
7373
7378
|
}
|
|
7374
7379
|
]
|
|
7375
7380
|
},
|
|
7376
7381
|
"children": [
|
|
7377
7382
|
{
|
|
7378
|
-
"id":
|
|
7383
|
+
"id": 558,
|
|
7379
7384
|
"name": "constructor",
|
|
7380
7385
|
"kind": 512,
|
|
7381
7386
|
"kindString": "Constructor",
|
|
@@ -7389,14 +7394,14 @@
|
|
|
7389
7394
|
],
|
|
7390
7395
|
"signatures": [
|
|
7391
7396
|
{
|
|
7392
|
-
"id":
|
|
7393
|
-
"name": "new
|
|
7397
|
+
"id": 559,
|
|
7398
|
+
"name": "new SkyKeyInfoHarness",
|
|
7394
7399
|
"kind": 16384,
|
|
7395
7400
|
"kindString": "Constructor signature",
|
|
7396
7401
|
"flags": {},
|
|
7397
7402
|
"parameters": [
|
|
7398
7403
|
{
|
|
7399
|
-
"id":
|
|
7404
|
+
"id": 560,
|
|
7400
7405
|
"name": "locatorFactory",
|
|
7401
7406
|
"kind": 32768,
|
|
7402
7407
|
"kindString": "Parameter",
|
|
@@ -7411,8 +7416,8 @@
|
|
|
7411
7416
|
],
|
|
7412
7417
|
"type": {
|
|
7413
7418
|
"type": "reference",
|
|
7414
|
-
"id":
|
|
7415
|
-
"name": "
|
|
7419
|
+
"id": 548,
|
|
7420
|
+
"name": "SkyKeyInfoHarness"
|
|
7416
7421
|
},
|
|
7417
7422
|
"inheritedFrom": {
|
|
7418
7423
|
"type": "reference",
|
|
@@ -7426,8 +7431,8 @@
|
|
|
7426
7431
|
}
|
|
7427
7432
|
},
|
|
7428
7433
|
{
|
|
7429
|
-
"id":
|
|
7430
|
-
"name": "
|
|
7434
|
+
"id": 566,
|
|
7435
|
+
"name": "getLabelText",
|
|
7431
7436
|
"kind": 2048,
|
|
7432
7437
|
"kindString": "Method",
|
|
7433
7438
|
"flags": {
|
|
@@ -7435,16 +7440,16 @@
|
|
|
7435
7440
|
},
|
|
7436
7441
|
"sources": [
|
|
7437
7442
|
{
|
|
7438
|
-
"fileName": "projects/indicators/src/testing/
|
|
7439
|
-
"line":
|
|
7443
|
+
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7444
|
+
"line": 42,
|
|
7440
7445
|
"character": 15,
|
|
7441
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7446
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L42"
|
|
7442
7447
|
}
|
|
7443
7448
|
],
|
|
7444
7449
|
"signatures": [
|
|
7445
7450
|
{
|
|
7446
|
-
"id":
|
|
7447
|
-
"name": "
|
|
7451
|
+
"id": 567,
|
|
7452
|
+
"name": "getLabelText",
|
|
7448
7453
|
"kind": 4096,
|
|
7449
7454
|
"kindString": "Call signature",
|
|
7450
7455
|
"flags": {},
|
|
@@ -7452,7 +7457,7 @@
|
|
|
7452
7457
|
"summary": [
|
|
7453
7458
|
{
|
|
7454
7459
|
"kind": "text",
|
|
7455
|
-
"text": "Gets the
|
|
7460
|
+
"text": "Gets the current label text."
|
|
7456
7461
|
}
|
|
7457
7462
|
]
|
|
7458
7463
|
},
|
|
@@ -7472,8 +7477,394 @@
|
|
|
7472
7477
|
]
|
|
7473
7478
|
},
|
|
7474
7479
|
{
|
|
7475
|
-
"id":
|
|
7476
|
-
"name": "
|
|
7480
|
+
"id": 568,
|
|
7481
|
+
"name": "getLayout",
|
|
7482
|
+
"kind": 2048,
|
|
7483
|
+
"kindString": "Method",
|
|
7484
|
+
"flags": {
|
|
7485
|
+
"isPublic": true
|
|
7486
|
+
},
|
|
7487
|
+
"sources": [
|
|
7488
|
+
{
|
|
7489
|
+
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7490
|
+
"line": 49,
|
|
7491
|
+
"character": 15,
|
|
7492
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L49"
|
|
7493
|
+
}
|
|
7494
|
+
],
|
|
7495
|
+
"signatures": [
|
|
7496
|
+
{
|
|
7497
|
+
"id": 569,
|
|
7498
|
+
"name": "getLayout",
|
|
7499
|
+
"kind": 4096,
|
|
7500
|
+
"kindString": "Call signature",
|
|
7501
|
+
"flags": {},
|
|
7502
|
+
"comment": {
|
|
7503
|
+
"summary": [
|
|
7504
|
+
{
|
|
7505
|
+
"kind": "text",
|
|
7506
|
+
"text": "Gets the current layout type."
|
|
7507
|
+
}
|
|
7508
|
+
]
|
|
7509
|
+
},
|
|
7510
|
+
"type": {
|
|
7511
|
+
"type": "reference",
|
|
7512
|
+
"typeArguments": [
|
|
7513
|
+
{
|
|
7514
|
+
"type": "reference",
|
|
7515
|
+
"id": 363,
|
|
7516
|
+
"name": "SkyKeyInfoLayoutType"
|
|
7517
|
+
}
|
|
7518
|
+
],
|
|
7519
|
+
"name": "Promise",
|
|
7520
|
+
"qualifiedName": "Promise",
|
|
7521
|
+
"package": "typescript"
|
|
7522
|
+
}
|
|
7523
|
+
}
|
|
7524
|
+
]
|
|
7525
|
+
},
|
|
7526
|
+
{
|
|
7527
|
+
"id": 564,
|
|
7528
|
+
"name": "getValueText",
|
|
7529
|
+
"kind": 2048,
|
|
7530
|
+
"kindString": "Method",
|
|
7531
|
+
"flags": {
|
|
7532
|
+
"isPublic": true
|
|
7533
|
+
},
|
|
7534
|
+
"sources": [
|
|
7535
|
+
{
|
|
7536
|
+
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7537
|
+
"line": 35,
|
|
7538
|
+
"character": 15,
|
|
7539
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L35"
|
|
7540
|
+
}
|
|
7541
|
+
],
|
|
7542
|
+
"signatures": [
|
|
7543
|
+
{
|
|
7544
|
+
"id": 565,
|
|
7545
|
+
"name": "getValueText",
|
|
7546
|
+
"kind": 4096,
|
|
7547
|
+
"kindString": "Call signature",
|
|
7548
|
+
"flags": {},
|
|
7549
|
+
"comment": {
|
|
7550
|
+
"summary": [
|
|
7551
|
+
{
|
|
7552
|
+
"kind": "text",
|
|
7553
|
+
"text": "Gets the current value text."
|
|
7554
|
+
}
|
|
7555
|
+
]
|
|
7556
|
+
},
|
|
7557
|
+
"type": {
|
|
7558
|
+
"type": "reference",
|
|
7559
|
+
"typeArguments": [
|
|
7560
|
+
{
|
|
7561
|
+
"type": "intrinsic",
|
|
7562
|
+
"name": "string"
|
|
7563
|
+
}
|
|
7564
|
+
],
|
|
7565
|
+
"name": "Promise",
|
|
7566
|
+
"qualifiedName": "Promise",
|
|
7567
|
+
"package": "typescript"
|
|
7568
|
+
}
|
|
7569
|
+
}
|
|
7570
|
+
]
|
|
7571
|
+
},
|
|
7572
|
+
{
|
|
7573
|
+
"id": 573,
|
|
7574
|
+
"name": "host",
|
|
7575
|
+
"kind": 2048,
|
|
7576
|
+
"kindString": "Method",
|
|
7577
|
+
"flags": {},
|
|
7578
|
+
"sources": [
|
|
7579
|
+
{
|
|
7580
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7581
|
+
"line": 40,
|
|
7582
|
+
"character": 4
|
|
7583
|
+
}
|
|
7584
|
+
],
|
|
7585
|
+
"signatures": [
|
|
7586
|
+
{
|
|
7587
|
+
"id": 574,
|
|
7588
|
+
"name": "host",
|
|
7589
|
+
"kind": 4096,
|
|
7590
|
+
"kindString": "Call signature",
|
|
7591
|
+
"flags": {},
|
|
7592
|
+
"comment": {
|
|
7593
|
+
"summary": [
|
|
7594
|
+
{
|
|
7595
|
+
"kind": "text",
|
|
7596
|
+
"text": "Gets a "
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"kind": "code",
|
|
7600
|
+
"text": "`Promise`"
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
"kind": "text",
|
|
7604
|
+
"text": " for the "
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"kind": "code",
|
|
7608
|
+
"text": "`TestElement`"
|
|
7609
|
+
},
|
|
7610
|
+
{
|
|
7611
|
+
"kind": "text",
|
|
7612
|
+
"text": " representing the host element of the component."
|
|
7613
|
+
}
|
|
7614
|
+
]
|
|
7615
|
+
},
|
|
7616
|
+
"type": {
|
|
7617
|
+
"type": "reference",
|
|
7618
|
+
"typeArguments": [
|
|
7619
|
+
{
|
|
7620
|
+
"type": "reference",
|
|
7621
|
+
"name": "TestElement",
|
|
7622
|
+
"qualifiedName": "TestElement",
|
|
7623
|
+
"package": "@angular/cdk"
|
|
7624
|
+
}
|
|
7625
|
+
],
|
|
7626
|
+
"name": "Promise",
|
|
7627
|
+
"qualifiedName": "Promise",
|
|
7628
|
+
"package": "typescript"
|
|
7629
|
+
},
|
|
7630
|
+
"inheritedFrom": {
|
|
7631
|
+
"type": "reference",
|
|
7632
|
+
"name": "SkyComponentHarness.host"
|
|
7633
|
+
}
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"inheritedFrom": {
|
|
7637
|
+
"type": "reference",
|
|
7638
|
+
"name": "SkyComponentHarness.host"
|
|
7639
|
+
}
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"id": 550,
|
|
7643
|
+
"name": "with",
|
|
7644
|
+
"kind": 2048,
|
|
7645
|
+
"kindString": "Method",
|
|
7646
|
+
"flags": {
|
|
7647
|
+
"isPublic": true,
|
|
7648
|
+
"isStatic": true
|
|
7649
|
+
},
|
|
7650
|
+
"sources": [
|
|
7651
|
+
{
|
|
7652
|
+
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7653
|
+
"line": 26,
|
|
7654
|
+
"character": 16,
|
|
7655
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L26"
|
|
7656
|
+
}
|
|
7657
|
+
],
|
|
7658
|
+
"signatures": [
|
|
7659
|
+
{
|
|
7660
|
+
"id": 551,
|
|
7661
|
+
"name": "with",
|
|
7662
|
+
"kind": 4096,
|
|
7663
|
+
"kindString": "Call signature",
|
|
7664
|
+
"flags": {},
|
|
7665
|
+
"comment": {
|
|
7666
|
+
"summary": [
|
|
7667
|
+
{
|
|
7668
|
+
"kind": "text",
|
|
7669
|
+
"text": "Gets a "
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
"kind": "code",
|
|
7673
|
+
"text": "`HarnessPredicate`"
|
|
7674
|
+
},
|
|
7675
|
+
{
|
|
7676
|
+
"kind": "text",
|
|
7677
|
+
"text": " that can be used to search for a\n"
|
|
7678
|
+
},
|
|
7679
|
+
{
|
|
7680
|
+
"kind": "code",
|
|
7681
|
+
"text": "`SkyKeyInfoHarness`"
|
|
7682
|
+
},
|
|
7683
|
+
{
|
|
7684
|
+
"kind": "text",
|
|
7685
|
+
"text": " that meets certain criteria."
|
|
7686
|
+
}
|
|
7687
|
+
]
|
|
7688
|
+
},
|
|
7689
|
+
"parameters": [
|
|
7690
|
+
{
|
|
7691
|
+
"id": 552,
|
|
7692
|
+
"name": "filters",
|
|
7693
|
+
"kind": 32768,
|
|
7694
|
+
"kindString": "Parameter",
|
|
7695
|
+
"flags": {},
|
|
7696
|
+
"type": {
|
|
7697
|
+
"type": "reference",
|
|
7698
|
+
"id": 593,
|
|
7699
|
+
"name": "SkyKeyInfoHarnessFilters"
|
|
7700
|
+
}
|
|
7701
|
+
}
|
|
7702
|
+
],
|
|
7703
|
+
"type": {
|
|
7704
|
+
"type": "reference",
|
|
7705
|
+
"typeArguments": [
|
|
7706
|
+
{
|
|
7707
|
+
"type": "reference",
|
|
7708
|
+
"id": 548,
|
|
7709
|
+
"name": "SkyKeyInfoHarness"
|
|
7710
|
+
}
|
|
7711
|
+
],
|
|
7712
|
+
"name": "HarnessPredicate",
|
|
7713
|
+
"qualifiedName": "HarnessPredicate",
|
|
7714
|
+
"package": "@angular/cdk"
|
|
7715
|
+
}
|
|
7716
|
+
}
|
|
7717
|
+
]
|
|
7718
|
+
}
|
|
7719
|
+
],
|
|
7720
|
+
"groups": [
|
|
7721
|
+
{
|
|
7722
|
+
"title": "Constructors",
|
|
7723
|
+
"children": [
|
|
7724
|
+
558
|
|
7725
|
+
]
|
|
7726
|
+
},
|
|
7727
|
+
{
|
|
7728
|
+
"title": "Methods",
|
|
7729
|
+
"children": [
|
|
7730
|
+
566,
|
|
7731
|
+
568,
|
|
7732
|
+
564,
|
|
7733
|
+
573,
|
|
7734
|
+
550
|
|
7735
|
+
]
|
|
7736
|
+
}
|
|
7737
|
+
],
|
|
7738
|
+
"sources": [
|
|
7739
|
+
{
|
|
7740
|
+
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7741
|
+
"line": 12,
|
|
7742
|
+
"character": 13,
|
|
7743
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L12"
|
|
7744
|
+
}
|
|
7745
|
+
],
|
|
7746
|
+
"extendedTypes": [
|
|
7747
|
+
{
|
|
7748
|
+
"type": "reference",
|
|
7749
|
+
"name": "SkyComponentHarness"
|
|
7750
|
+
}
|
|
7751
|
+
]
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
"id": 597,
|
|
7755
|
+
"name": "SkyLabelHarness",
|
|
7756
|
+
"kind": 128,
|
|
7757
|
+
"kindString": "Class",
|
|
7758
|
+
"flags": {},
|
|
7759
|
+
"comment": {
|
|
7760
|
+
"summary": [
|
|
7761
|
+
{
|
|
7762
|
+
"kind": "text",
|
|
7763
|
+
"text": "Harness for interacting with a label component in tests."
|
|
7764
|
+
}
|
|
7765
|
+
]
|
|
7766
|
+
},
|
|
7767
|
+
"children": [
|
|
7768
|
+
{
|
|
7769
|
+
"id": 607,
|
|
7770
|
+
"name": "constructor",
|
|
7771
|
+
"kind": 512,
|
|
7772
|
+
"kindString": "Constructor",
|
|
7773
|
+
"flags": {},
|
|
7774
|
+
"sources": [
|
|
7775
|
+
{
|
|
7776
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7777
|
+
"line": 38,
|
|
7778
|
+
"character": 4
|
|
7779
|
+
}
|
|
7780
|
+
],
|
|
7781
|
+
"signatures": [
|
|
7782
|
+
{
|
|
7783
|
+
"id": 608,
|
|
7784
|
+
"name": "new SkyLabelHarness",
|
|
7785
|
+
"kind": 16384,
|
|
7786
|
+
"kindString": "Constructor signature",
|
|
7787
|
+
"flags": {},
|
|
7788
|
+
"parameters": [
|
|
7789
|
+
{
|
|
7790
|
+
"id": 609,
|
|
7791
|
+
"name": "locatorFactory",
|
|
7792
|
+
"kind": 32768,
|
|
7793
|
+
"kindString": "Parameter",
|
|
7794
|
+
"flags": {},
|
|
7795
|
+
"type": {
|
|
7796
|
+
"type": "reference",
|
|
7797
|
+
"name": "LocatorFactory",
|
|
7798
|
+
"qualifiedName": "LocatorFactory",
|
|
7799
|
+
"package": "@angular/cdk"
|
|
7800
|
+
}
|
|
7801
|
+
}
|
|
7802
|
+
],
|
|
7803
|
+
"type": {
|
|
7804
|
+
"type": "reference",
|
|
7805
|
+
"id": 597,
|
|
7806
|
+
"name": "SkyLabelHarness"
|
|
7807
|
+
},
|
|
7808
|
+
"inheritedFrom": {
|
|
7809
|
+
"type": "reference",
|
|
7810
|
+
"name": "SkyComponentHarness.constructor"
|
|
7811
|
+
}
|
|
7812
|
+
}
|
|
7813
|
+
],
|
|
7814
|
+
"inheritedFrom": {
|
|
7815
|
+
"type": "reference",
|
|
7816
|
+
"name": "SkyComponentHarness.constructor"
|
|
7817
|
+
}
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"id": 619,
|
|
7821
|
+
"name": "getCustomDescription",
|
|
7822
|
+
"kind": 2048,
|
|
7823
|
+
"kindString": "Method",
|
|
7824
|
+
"flags": {
|
|
7825
|
+
"isPublic": true
|
|
7826
|
+
},
|
|
7827
|
+
"sources": [
|
|
7828
|
+
{
|
|
7829
|
+
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7830
|
+
"line": 102,
|
|
7831
|
+
"character": 15,
|
|
7832
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L102"
|
|
7833
|
+
}
|
|
7834
|
+
],
|
|
7835
|
+
"signatures": [
|
|
7836
|
+
{
|
|
7837
|
+
"id": 620,
|
|
7838
|
+
"name": "getCustomDescription",
|
|
7839
|
+
"kind": 4096,
|
|
7840
|
+
"kindString": "Call signature",
|
|
7841
|
+
"flags": {},
|
|
7842
|
+
"comment": {
|
|
7843
|
+
"summary": [
|
|
7844
|
+
{
|
|
7845
|
+
"kind": "text",
|
|
7846
|
+
"text": "Gets the custom text used for the screen reader description of the label component icon."
|
|
7847
|
+
}
|
|
7848
|
+
]
|
|
7849
|
+
},
|
|
7850
|
+
"type": {
|
|
7851
|
+
"type": "reference",
|
|
7852
|
+
"typeArguments": [
|
|
7853
|
+
{
|
|
7854
|
+
"type": "intrinsic",
|
|
7855
|
+
"name": "string"
|
|
7856
|
+
}
|
|
7857
|
+
],
|
|
7858
|
+
"name": "Promise",
|
|
7859
|
+
"qualifiedName": "Promise",
|
|
7860
|
+
"package": "typescript"
|
|
7861
|
+
}
|
|
7862
|
+
}
|
|
7863
|
+
]
|
|
7864
|
+
},
|
|
7865
|
+
{
|
|
7866
|
+
"id": 617,
|
|
7867
|
+
"name": "getDescriptionType",
|
|
7477
7868
|
"kind": 2048,
|
|
7478
7869
|
"kindString": "Method",
|
|
7479
7870
|
"flags": {
|
|
@@ -7484,12 +7875,12 @@
|
|
|
7484
7875
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7485
7876
|
"line": 66,
|
|
7486
7877
|
"character": 15,
|
|
7487
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7878
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L66"
|
|
7488
7879
|
}
|
|
7489
7880
|
],
|
|
7490
7881
|
"signatures": [
|
|
7491
7882
|
{
|
|
7492
|
-
"id":
|
|
7883
|
+
"id": 618,
|
|
7493
7884
|
"name": "getDescriptionType",
|
|
7494
7885
|
"kind": 4096,
|
|
7495
7886
|
"kindString": "Call signature",
|
|
@@ -7527,7 +7918,7 @@
|
|
|
7527
7918
|
]
|
|
7528
7919
|
},
|
|
7529
7920
|
{
|
|
7530
|
-
"id":
|
|
7921
|
+
"id": 613,
|
|
7531
7922
|
"name": "getLabelText",
|
|
7532
7923
|
"kind": 2048,
|
|
7533
7924
|
"kindString": "Method",
|
|
@@ -7539,12 +7930,12 @@
|
|
|
7539
7930
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7540
7931
|
"line": 36,
|
|
7541
7932
|
"character": 15,
|
|
7542
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7933
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L36"
|
|
7543
7934
|
}
|
|
7544
7935
|
],
|
|
7545
7936
|
"signatures": [
|
|
7546
7937
|
{
|
|
7547
|
-
"id":
|
|
7938
|
+
"id": 614,
|
|
7548
7939
|
"name": "getLabelText",
|
|
7549
7940
|
"kind": 4096,
|
|
7550
7941
|
"kindString": "Call signature",
|
|
@@ -7573,7 +7964,7 @@
|
|
|
7573
7964
|
]
|
|
7574
7965
|
},
|
|
7575
7966
|
{
|
|
7576
|
-
"id":
|
|
7967
|
+
"id": 615,
|
|
7577
7968
|
"name": "getLabelType",
|
|
7578
7969
|
"kind": 2048,
|
|
7579
7970
|
"kindString": "Method",
|
|
@@ -7585,12 +7976,12 @@
|
|
|
7585
7976
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7586
7977
|
"line": 43,
|
|
7587
7978
|
"character": 15,
|
|
7588
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7979
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L43"
|
|
7589
7980
|
}
|
|
7590
7981
|
],
|
|
7591
7982
|
"signatures": [
|
|
7592
7983
|
{
|
|
7593
|
-
"id":
|
|
7984
|
+
"id": 616,
|
|
7594
7985
|
"name": "getLabelType",
|
|
7595
7986
|
"kind": 4096,
|
|
7596
7987
|
"kindString": "Call signature",
|
|
@@ -7628,7 +8019,7 @@
|
|
|
7628
8019
|
]
|
|
7629
8020
|
},
|
|
7630
8021
|
{
|
|
7631
|
-
"id":
|
|
8022
|
+
"id": 624,
|
|
7632
8023
|
"name": "host",
|
|
7633
8024
|
"kind": 2048,
|
|
7634
8025
|
"kindString": "Method",
|
|
@@ -7642,7 +8033,7 @@
|
|
|
7642
8033
|
],
|
|
7643
8034
|
"signatures": [
|
|
7644
8035
|
{
|
|
7645
|
-
"id":
|
|
8036
|
+
"id": 625,
|
|
7646
8037
|
"name": "host",
|
|
7647
8038
|
"kind": 4096,
|
|
7648
8039
|
"kindString": "Call signature",
|
|
@@ -7697,7 +8088,7 @@
|
|
|
7697
8088
|
}
|
|
7698
8089
|
},
|
|
7699
8090
|
{
|
|
7700
|
-
"id":
|
|
8091
|
+
"id": 599,
|
|
7701
8092
|
"name": "with",
|
|
7702
8093
|
"kind": 2048,
|
|
7703
8094
|
"kindString": "Method",
|
|
@@ -7710,12 +8101,12 @@
|
|
|
7710
8101
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7711
8102
|
"line": 27,
|
|
7712
8103
|
"character": 16,
|
|
7713
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8104
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L27"
|
|
7714
8105
|
}
|
|
7715
8106
|
],
|
|
7716
8107
|
"signatures": [
|
|
7717
8108
|
{
|
|
7718
|
-
"id":
|
|
8109
|
+
"id": 600,
|
|
7719
8110
|
"name": "with",
|
|
7720
8111
|
"kind": 4096,
|
|
7721
8112
|
"kindString": "Call signature",
|
|
@@ -7746,14 +8137,14 @@
|
|
|
7746
8137
|
},
|
|
7747
8138
|
"parameters": [
|
|
7748
8139
|
{
|
|
7749
|
-
"id":
|
|
8140
|
+
"id": 601,
|
|
7750
8141
|
"name": "filters",
|
|
7751
8142
|
"kind": 32768,
|
|
7752
8143
|
"kindString": "Parameter",
|
|
7753
8144
|
"flags": {},
|
|
7754
8145
|
"type": {
|
|
7755
8146
|
"type": "reference",
|
|
7756
|
-
"id":
|
|
8147
|
+
"id": 644,
|
|
7757
8148
|
"name": "SkyLabelHarnessFilters"
|
|
7758
8149
|
}
|
|
7759
8150
|
}
|
|
@@ -7763,7 +8154,7 @@
|
|
|
7763
8154
|
"typeArguments": [
|
|
7764
8155
|
{
|
|
7765
8156
|
"type": "reference",
|
|
7766
|
-
"id":
|
|
8157
|
+
"id": 597,
|
|
7767
8158
|
"name": "SkyLabelHarness"
|
|
7768
8159
|
}
|
|
7769
8160
|
],
|
|
@@ -7779,18 +8170,18 @@
|
|
|
7779
8170
|
{
|
|
7780
8171
|
"title": "Constructors",
|
|
7781
8172
|
"children": [
|
|
7782
|
-
|
|
8173
|
+
607
|
|
7783
8174
|
]
|
|
7784
8175
|
},
|
|
7785
8176
|
{
|
|
7786
8177
|
"title": "Methods",
|
|
7787
8178
|
"children": [
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
8179
|
+
619,
|
|
8180
|
+
617,
|
|
8181
|
+
613,
|
|
8182
|
+
615,
|
|
8183
|
+
624,
|
|
8184
|
+
599
|
|
7794
8185
|
]
|
|
7795
8186
|
}
|
|
7796
8187
|
],
|
|
@@ -7799,7 +8190,7 @@
|
|
|
7799
8190
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7800
8191
|
"line": 13,
|
|
7801
8192
|
"character": 13,
|
|
7802
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8193
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L13"
|
|
7803
8194
|
}
|
|
7804
8195
|
],
|
|
7805
8196
|
"extendedTypes": [
|
|
@@ -7810,7 +8201,7 @@
|
|
|
7810
8201
|
]
|
|
7811
8202
|
},
|
|
7812
8203
|
{
|
|
7813
|
-
"id":
|
|
8204
|
+
"id": 648,
|
|
7814
8205
|
"name": "SkyTokenHarness",
|
|
7815
8206
|
"kind": 128,
|
|
7816
8207
|
"kindString": "Class",
|
|
@@ -7825,7 +8216,7 @@
|
|
|
7825
8216
|
},
|
|
7826
8217
|
"children": [
|
|
7827
8218
|
{
|
|
7828
|
-
"id":
|
|
8219
|
+
"id": 653,
|
|
7829
8220
|
"name": "constructor",
|
|
7830
8221
|
"kind": 512,
|
|
7831
8222
|
"kindString": "Constructor",
|
|
@@ -7839,14 +8230,14 @@
|
|
|
7839
8230
|
],
|
|
7840
8231
|
"signatures": [
|
|
7841
8232
|
{
|
|
7842
|
-
"id":
|
|
8233
|
+
"id": 654,
|
|
7843
8234
|
"name": "new SkyTokenHarness",
|
|
7844
8235
|
"kind": 16384,
|
|
7845
8236
|
"kindString": "Constructor signature",
|
|
7846
8237
|
"flags": {},
|
|
7847
8238
|
"parameters": [
|
|
7848
8239
|
{
|
|
7849
|
-
"id":
|
|
8240
|
+
"id": 655,
|
|
7850
8241
|
"name": "locatorFactory",
|
|
7851
8242
|
"kind": 32768,
|
|
7852
8243
|
"kindString": "Parameter",
|
|
@@ -7861,7 +8252,7 @@
|
|
|
7861
8252
|
],
|
|
7862
8253
|
"type": {
|
|
7863
8254
|
"type": "reference",
|
|
7864
|
-
"id":
|
|
8255
|
+
"id": 648,
|
|
7865
8256
|
"name": "SkyTokenHarness"
|
|
7866
8257
|
},
|
|
7867
8258
|
"inheritedFrom": {
|
|
@@ -7876,7 +8267,7 @@
|
|
|
7876
8267
|
}
|
|
7877
8268
|
},
|
|
7878
8269
|
{
|
|
7879
|
-
"id":
|
|
8270
|
+
"id": 661,
|
|
7880
8271
|
"name": "dismiss",
|
|
7881
8272
|
"kind": 2048,
|
|
7882
8273
|
"kindString": "Method",
|
|
@@ -7888,12 +8279,12 @@
|
|
|
7888
8279
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7889
8280
|
"line": 52,
|
|
7890
8281
|
"character": 15,
|
|
7891
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8282
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L52"
|
|
7892
8283
|
}
|
|
7893
8284
|
],
|
|
7894
8285
|
"signatures": [
|
|
7895
8286
|
{
|
|
7896
|
-
"id":
|
|
8287
|
+
"id": 662,
|
|
7897
8288
|
"name": "dismiss",
|
|
7898
8289
|
"kind": 4096,
|
|
7899
8290
|
"kindString": "Call signature",
|
|
@@ -7922,7 +8313,7 @@
|
|
|
7922
8313
|
]
|
|
7923
8314
|
},
|
|
7924
8315
|
{
|
|
7925
|
-
"id":
|
|
8316
|
+
"id": 663,
|
|
7926
8317
|
"name": "getText",
|
|
7927
8318
|
"kind": 2048,
|
|
7928
8319
|
"kindString": "Method",
|
|
@@ -7934,12 +8325,12 @@
|
|
|
7934
8325
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
7935
8326
|
"line": 65,
|
|
7936
8327
|
"character": 15,
|
|
7937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8328
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L65"
|
|
7938
8329
|
}
|
|
7939
8330
|
],
|
|
7940
8331
|
"signatures": [
|
|
7941
8332
|
{
|
|
7942
|
-
"id":
|
|
8333
|
+
"id": 664,
|
|
7943
8334
|
"name": "getText",
|
|
7944
8335
|
"kind": 4096,
|
|
7945
8336
|
"kindString": "Call signature",
|
|
@@ -7968,7 +8359,7 @@
|
|
|
7968
8359
|
]
|
|
7969
8360
|
},
|
|
7970
8361
|
{
|
|
7971
|
-
"id":
|
|
8362
|
+
"id": 672,
|
|
7972
8363
|
"name": "host",
|
|
7973
8364
|
"kind": 2048,
|
|
7974
8365
|
"kindString": "Method",
|
|
@@ -7982,7 +8373,7 @@
|
|
|
7982
8373
|
],
|
|
7983
8374
|
"signatures": [
|
|
7984
8375
|
{
|
|
7985
|
-
"id":
|
|
8376
|
+
"id": 673,
|
|
7986
8377
|
"name": "host",
|
|
7987
8378
|
"kind": 4096,
|
|
7988
8379
|
"kindString": "Call signature",
|
|
@@ -8037,7 +8428,7 @@
|
|
|
8037
8428
|
}
|
|
8038
8429
|
},
|
|
8039
8430
|
{
|
|
8040
|
-
"id":
|
|
8431
|
+
"id": 665,
|
|
8041
8432
|
"name": "isDisabled",
|
|
8042
8433
|
"kind": 2048,
|
|
8043
8434
|
"kindString": "Method",
|
|
@@ -8049,12 +8440,12 @@
|
|
|
8049
8440
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8050
8441
|
"line": 72,
|
|
8051
8442
|
"character": 15,
|
|
8052
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8443
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L72"
|
|
8053
8444
|
}
|
|
8054
8445
|
],
|
|
8055
8446
|
"signatures": [
|
|
8056
8447
|
{
|
|
8057
|
-
"id":
|
|
8448
|
+
"id": 666,
|
|
8058
8449
|
"name": "isDisabled",
|
|
8059
8450
|
"kind": 4096,
|
|
8060
8451
|
"kindString": "Call signature",
|
|
@@ -8083,7 +8474,7 @@
|
|
|
8083
8474
|
]
|
|
8084
8475
|
},
|
|
8085
8476
|
{
|
|
8086
|
-
"id":
|
|
8477
|
+
"id": 667,
|
|
8087
8478
|
"name": "isDismissible",
|
|
8088
8479
|
"kind": 2048,
|
|
8089
8480
|
"kindString": "Method",
|
|
@@ -8095,12 +8486,12 @@
|
|
|
8095
8486
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8096
8487
|
"line": 79,
|
|
8097
8488
|
"character": 15,
|
|
8098
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8489
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L79"
|
|
8099
8490
|
}
|
|
8100
8491
|
],
|
|
8101
8492
|
"signatures": [
|
|
8102
8493
|
{
|
|
8103
|
-
"id":
|
|
8494
|
+
"id": 668,
|
|
8104
8495
|
"name": "isDismissible",
|
|
8105
8496
|
"kind": 4096,
|
|
8106
8497
|
"kindString": "Call signature",
|
|
@@ -8129,7 +8520,7 @@
|
|
|
8129
8520
|
]
|
|
8130
8521
|
},
|
|
8131
8522
|
{
|
|
8132
|
-
"id":
|
|
8523
|
+
"id": 669,
|
|
8133
8524
|
"name": "isFocused",
|
|
8134
8525
|
"kind": 2048,
|
|
8135
8526
|
"kindString": "Method",
|
|
@@ -8141,12 +8532,12 @@
|
|
|
8141
8532
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8142
8533
|
"line": 86,
|
|
8143
8534
|
"character": 15,
|
|
8144
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8535
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L86"
|
|
8145
8536
|
}
|
|
8146
8537
|
],
|
|
8147
8538
|
"signatures": [
|
|
8148
8539
|
{
|
|
8149
|
-
"id":
|
|
8540
|
+
"id": 670,
|
|
8150
8541
|
"name": "isFocused",
|
|
8151
8542
|
"kind": 4096,
|
|
8152
8543
|
"kindString": "Call signature",
|
|
@@ -8175,7 +8566,7 @@
|
|
|
8175
8566
|
]
|
|
8176
8567
|
},
|
|
8177
8568
|
{
|
|
8178
|
-
"id":
|
|
8569
|
+
"id": 659,
|
|
8179
8570
|
"name": "select",
|
|
8180
8571
|
"kind": 2048,
|
|
8181
8572
|
"kindString": "Method",
|
|
@@ -8187,12 +8578,12 @@
|
|
|
8187
8578
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8188
8579
|
"line": 41,
|
|
8189
8580
|
"character": 15,
|
|
8190
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8581
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L41"
|
|
8191
8582
|
}
|
|
8192
8583
|
],
|
|
8193
8584
|
"signatures": [
|
|
8194
8585
|
{
|
|
8195
|
-
"id":
|
|
8586
|
+
"id": 660,
|
|
8196
8587
|
"name": "select",
|
|
8197
8588
|
"kind": 4096,
|
|
8198
8589
|
"kindString": "Call signature",
|
|
@@ -8221,7 +8612,7 @@
|
|
|
8221
8612
|
]
|
|
8222
8613
|
},
|
|
8223
8614
|
{
|
|
8224
|
-
"id":
|
|
8615
|
+
"id": 650,
|
|
8225
8616
|
"name": "with",
|
|
8226
8617
|
"kind": 2048,
|
|
8227
8618
|
"kindString": "Method",
|
|
@@ -8234,12 +8625,12 @@
|
|
|
8234
8625
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8235
8626
|
"line": 24,
|
|
8236
8627
|
"character": 16,
|
|
8237
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8628
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L24"
|
|
8238
8629
|
}
|
|
8239
8630
|
],
|
|
8240
8631
|
"signatures": [
|
|
8241
8632
|
{
|
|
8242
|
-
"id":
|
|
8633
|
+
"id": 651,
|
|
8243
8634
|
"name": "with",
|
|
8244
8635
|
"kind": 4096,
|
|
8245
8636
|
"kindString": "Call signature",
|
|
@@ -8270,7 +8661,7 @@
|
|
|
8270
8661
|
},
|
|
8271
8662
|
"parameters": [
|
|
8272
8663
|
{
|
|
8273
|
-
"id":
|
|
8664
|
+
"id": 652,
|
|
8274
8665
|
"name": "filters",
|
|
8275
8666
|
"kind": 32768,
|
|
8276
8667
|
"kindString": "Parameter",
|
|
@@ -8286,7 +8677,7 @@
|
|
|
8286
8677
|
"typeArguments": [
|
|
8287
8678
|
{
|
|
8288
8679
|
"type": "reference",
|
|
8289
|
-
"id":
|
|
8680
|
+
"id": 648,
|
|
8290
8681
|
"name": "SkyTokenHarness"
|
|
8291
8682
|
}
|
|
8292
8683
|
],
|
|
@@ -8302,20 +8693,20 @@
|
|
|
8302
8693
|
{
|
|
8303
8694
|
"title": "Constructors",
|
|
8304
8695
|
"children": [
|
|
8305
|
-
|
|
8696
|
+
653
|
|
8306
8697
|
]
|
|
8307
8698
|
},
|
|
8308
8699
|
{
|
|
8309
8700
|
"title": "Methods",
|
|
8310
8701
|
"children": [
|
|
8311
|
-
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
|
|
8702
|
+
661,
|
|
8703
|
+
663,
|
|
8704
|
+
672,
|
|
8705
|
+
665,
|
|
8706
|
+
667,
|
|
8707
|
+
669,
|
|
8708
|
+
659,
|
|
8709
|
+
650
|
|
8319
8710
|
]
|
|
8320
8711
|
}
|
|
8321
8712
|
],
|
|
@@ -8324,7 +8715,7 @@
|
|
|
8324
8715
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8325
8716
|
"line": 8,
|
|
8326
8717
|
"character": 13,
|
|
8327
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8718
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/token-harness.ts#L8"
|
|
8328
8719
|
}
|
|
8329
8720
|
],
|
|
8330
8721
|
"extendedTypes": [
|
|
@@ -8337,7 +8728,7 @@
|
|
|
8337
8728
|
]
|
|
8338
8729
|
},
|
|
8339
8730
|
{
|
|
8340
|
-
"id":
|
|
8731
|
+
"id": 696,
|
|
8341
8732
|
"name": "SkyTokensHarness",
|
|
8342
8733
|
"kind": 128,
|
|
8343
8734
|
"kindString": "Class",
|
|
@@ -8352,7 +8743,7 @@
|
|
|
8352
8743
|
},
|
|
8353
8744
|
"children": [
|
|
8354
8745
|
{
|
|
8355
|
-
"id":
|
|
8746
|
+
"id": 706,
|
|
8356
8747
|
"name": "constructor",
|
|
8357
8748
|
"kind": 512,
|
|
8358
8749
|
"kindString": "Constructor",
|
|
@@ -8366,14 +8757,14 @@
|
|
|
8366
8757
|
],
|
|
8367
8758
|
"signatures": [
|
|
8368
8759
|
{
|
|
8369
|
-
"id":
|
|
8760
|
+
"id": 707,
|
|
8370
8761
|
"name": "new SkyTokensHarness",
|
|
8371
8762
|
"kind": 16384,
|
|
8372
8763
|
"kindString": "Constructor signature",
|
|
8373
8764
|
"flags": {},
|
|
8374
8765
|
"parameters": [
|
|
8375
8766
|
{
|
|
8376
|
-
"id":
|
|
8767
|
+
"id": 708,
|
|
8377
8768
|
"name": "locatorFactory",
|
|
8378
8769
|
"kind": 32768,
|
|
8379
8770
|
"kindString": "Parameter",
|
|
@@ -8388,7 +8779,7 @@
|
|
|
8388
8779
|
],
|
|
8389
8780
|
"type": {
|
|
8390
8781
|
"type": "reference",
|
|
8391
|
-
"id":
|
|
8782
|
+
"id": 696,
|
|
8392
8783
|
"name": "SkyTokensHarness"
|
|
8393
8784
|
},
|
|
8394
8785
|
"inheritedFrom": {
|
|
@@ -8403,7 +8794,7 @@
|
|
|
8403
8794
|
}
|
|
8404
8795
|
},
|
|
8405
8796
|
{
|
|
8406
|
-
"id":
|
|
8797
|
+
"id": 709,
|
|
8407
8798
|
"name": "dismissTokens",
|
|
8408
8799
|
"kind": 2048,
|
|
8409
8800
|
"kindString": "Method",
|
|
@@ -8415,12 +8806,12 @@
|
|
|
8415
8806
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8416
8807
|
"line": 27,
|
|
8417
8808
|
"character": 15,
|
|
8418
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8809
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/tokens-harness.ts#L27"
|
|
8419
8810
|
}
|
|
8420
8811
|
],
|
|
8421
8812
|
"signatures": [
|
|
8422
8813
|
{
|
|
8423
|
-
"id":
|
|
8814
|
+
"id": 710,
|
|
8424
8815
|
"name": "dismissTokens",
|
|
8425
8816
|
"kind": 4096,
|
|
8426
8817
|
"kindString": "Call signature",
|
|
@@ -8435,7 +8826,7 @@
|
|
|
8435
8826
|
},
|
|
8436
8827
|
"parameters": [
|
|
8437
8828
|
{
|
|
8438
|
-
"id":
|
|
8829
|
+
"id": 711,
|
|
8439
8830
|
"name": "filters",
|
|
8440
8831
|
"kind": 32768,
|
|
8441
8832
|
"kindString": "Parameter",
|
|
@@ -8464,7 +8855,7 @@
|
|
|
8464
8855
|
]
|
|
8465
8856
|
},
|
|
8466
8857
|
{
|
|
8467
|
-
"id":
|
|
8858
|
+
"id": 712,
|
|
8468
8859
|
"name": "getTokens",
|
|
8469
8860
|
"kind": 2048,
|
|
8470
8861
|
"kindString": "Method",
|
|
@@ -8476,12 +8867,12 @@
|
|
|
8476
8867
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8477
8868
|
"line": 37,
|
|
8478
8869
|
"character": 15,
|
|
8479
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8870
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/tokens-harness.ts#L37"
|
|
8480
8871
|
}
|
|
8481
8872
|
],
|
|
8482
8873
|
"signatures": [
|
|
8483
8874
|
{
|
|
8484
|
-
"id":
|
|
8875
|
+
"id": 713,
|
|
8485
8876
|
"name": "getTokens",
|
|
8486
8877
|
"kind": 4096,
|
|
8487
8878
|
"kindString": "Call signature",
|
|
@@ -8496,7 +8887,7 @@
|
|
|
8496
8887
|
},
|
|
8497
8888
|
"parameters": [
|
|
8498
8889
|
{
|
|
8499
|
-
"id":
|
|
8890
|
+
"id": 714,
|
|
8500
8891
|
"name": "filters",
|
|
8501
8892
|
"kind": 32768,
|
|
8502
8893
|
"kindString": "Parameter",
|
|
@@ -8516,7 +8907,7 @@
|
|
|
8516
8907
|
"type": "array",
|
|
8517
8908
|
"elementType": {
|
|
8518
8909
|
"type": "reference",
|
|
8519
|
-
"id":
|
|
8910
|
+
"id": 648,
|
|
8520
8911
|
"name": "SkyTokenHarness"
|
|
8521
8912
|
}
|
|
8522
8913
|
}
|
|
@@ -8529,7 +8920,7 @@
|
|
|
8529
8920
|
]
|
|
8530
8921
|
},
|
|
8531
8922
|
{
|
|
8532
|
-
"id":
|
|
8923
|
+
"id": 715,
|
|
8533
8924
|
"name": "getTokensText",
|
|
8534
8925
|
"kind": 2048,
|
|
8535
8926
|
"kindString": "Method",
|
|
@@ -8541,12 +8932,12 @@
|
|
|
8541
8932
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8542
8933
|
"line": 46,
|
|
8543
8934
|
"character": 15,
|
|
8544
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8935
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/tokens-harness.ts#L46"
|
|
8545
8936
|
}
|
|
8546
8937
|
],
|
|
8547
8938
|
"signatures": [
|
|
8548
8939
|
{
|
|
8549
|
-
"id":
|
|
8940
|
+
"id": 716,
|
|
8550
8941
|
"name": "getTokensText",
|
|
8551
8942
|
"kind": 4096,
|
|
8552
8943
|
"kindString": "Call signature",
|
|
@@ -8578,7 +8969,7 @@
|
|
|
8578
8969
|
]
|
|
8579
8970
|
},
|
|
8580
8971
|
{
|
|
8581
|
-
"id":
|
|
8972
|
+
"id": 720,
|
|
8582
8973
|
"name": "host",
|
|
8583
8974
|
"kind": 2048,
|
|
8584
8975
|
"kindString": "Method",
|
|
@@ -8592,7 +8983,7 @@
|
|
|
8592
8983
|
],
|
|
8593
8984
|
"signatures": [
|
|
8594
8985
|
{
|
|
8595
|
-
"id":
|
|
8986
|
+
"id": 721,
|
|
8596
8987
|
"name": "host",
|
|
8597
8988
|
"kind": 4096,
|
|
8598
8989
|
"kindString": "Call signature",
|
|
@@ -8647,7 +9038,7 @@
|
|
|
8647
9038
|
}
|
|
8648
9039
|
},
|
|
8649
9040
|
{
|
|
8650
|
-
"id":
|
|
9041
|
+
"id": 698,
|
|
8651
9042
|
"name": "with",
|
|
8652
9043
|
"kind": 2048,
|
|
8653
9044
|
"kindString": "Method",
|
|
@@ -8660,12 +9051,12 @@
|
|
|
8660
9051
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8661
9052
|
"line": 20,
|
|
8662
9053
|
"character": 16,
|
|
8663
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9054
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/tokens-harness.ts#L20"
|
|
8664
9055
|
}
|
|
8665
9056
|
],
|
|
8666
9057
|
"signatures": [
|
|
8667
9058
|
{
|
|
8668
|
-
"id":
|
|
9059
|
+
"id": 699,
|
|
8669
9060
|
"name": "with",
|
|
8670
9061
|
"kind": 4096,
|
|
8671
9062
|
"kindString": "Call signature",
|
|
@@ -8696,7 +9087,7 @@
|
|
|
8696
9087
|
},
|
|
8697
9088
|
"parameters": [
|
|
8698
9089
|
{
|
|
8699
|
-
"id":
|
|
9090
|
+
"id": 700,
|
|
8700
9091
|
"name": "filters",
|
|
8701
9092
|
"kind": 32768,
|
|
8702
9093
|
"kindString": "Parameter",
|
|
@@ -8712,7 +9103,7 @@
|
|
|
8712
9103
|
"typeArguments": [
|
|
8713
9104
|
{
|
|
8714
9105
|
"type": "reference",
|
|
8715
|
-
"id":
|
|
9106
|
+
"id": 696,
|
|
8716
9107
|
"name": "SkyTokensHarness"
|
|
8717
9108
|
}
|
|
8718
9109
|
],
|
|
@@ -8728,17 +9119,17 @@
|
|
|
8728
9119
|
{
|
|
8729
9120
|
"title": "Constructors",
|
|
8730
9121
|
"children": [
|
|
8731
|
-
|
|
9122
|
+
706
|
|
8732
9123
|
]
|
|
8733
9124
|
},
|
|
8734
9125
|
{
|
|
8735
9126
|
"title": "Methods",
|
|
8736
9127
|
"children": [
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
|
|
8740
|
-
|
|
8741
|
-
|
|
9128
|
+
709,
|
|
9129
|
+
712,
|
|
9130
|
+
715,
|
|
9131
|
+
720,
|
|
9132
|
+
698
|
|
8742
9133
|
]
|
|
8743
9134
|
}
|
|
8744
9135
|
],
|
|
@@ -8747,7 +9138,7 @@
|
|
|
8747
9138
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8748
9139
|
"line": 10,
|
|
8749
9140
|
"character": 13,
|
|
8750
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9141
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/tokens/tokens-harness.ts#L10"
|
|
8751
9142
|
}
|
|
8752
9143
|
],
|
|
8753
9144
|
"extendedTypes": [
|
|
@@ -8758,7 +9149,7 @@
|
|
|
8758
9149
|
]
|
|
8759
9150
|
},
|
|
8760
9151
|
{
|
|
8761
|
-
"id":
|
|
9152
|
+
"id": 744,
|
|
8762
9153
|
"name": "SkyWaitHarness",
|
|
8763
9154
|
"kind": 128,
|
|
8764
9155
|
"kindString": "Class",
|
|
@@ -8773,7 +9164,7 @@
|
|
|
8773
9164
|
},
|
|
8774
9165
|
"children": [
|
|
8775
9166
|
{
|
|
8776
|
-
"id":
|
|
9167
|
+
"id": 754,
|
|
8777
9168
|
"name": "constructor",
|
|
8778
9169
|
"kind": 512,
|
|
8779
9170
|
"kindString": "Constructor",
|
|
@@ -8787,14 +9178,14 @@
|
|
|
8787
9178
|
],
|
|
8788
9179
|
"signatures": [
|
|
8789
9180
|
{
|
|
8790
|
-
"id":
|
|
9181
|
+
"id": 755,
|
|
8791
9182
|
"name": "new SkyWaitHarness",
|
|
8792
9183
|
"kind": 16384,
|
|
8793
9184
|
"kindString": "Constructor signature",
|
|
8794
9185
|
"flags": {},
|
|
8795
9186
|
"parameters": [
|
|
8796
9187
|
{
|
|
8797
|
-
"id":
|
|
9188
|
+
"id": 756,
|
|
8798
9189
|
"name": "locatorFactory",
|
|
8799
9190
|
"kind": 32768,
|
|
8800
9191
|
"kindString": "Parameter",
|
|
@@ -8809,7 +9200,7 @@
|
|
|
8809
9200
|
],
|
|
8810
9201
|
"type": {
|
|
8811
9202
|
"type": "reference",
|
|
8812
|
-
"id":
|
|
9203
|
+
"id": 744,
|
|
8813
9204
|
"name": "SkyWaitHarness"
|
|
8814
9205
|
},
|
|
8815
9206
|
"inheritedFrom": {
|
|
@@ -8824,7 +9215,7 @@
|
|
|
8824
9215
|
}
|
|
8825
9216
|
},
|
|
8826
9217
|
{
|
|
8827
|
-
"id":
|
|
9218
|
+
"id": 759,
|
|
8828
9219
|
"name": "getAriaLabel",
|
|
8829
9220
|
"kind": 2048,
|
|
8830
9221
|
"kindString": "Method",
|
|
@@ -8836,12 +9227,12 @@
|
|
|
8836
9227
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
8837
9228
|
"line": 40,
|
|
8838
9229
|
"character": 15,
|
|
8839
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9230
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness.ts#L40"
|
|
8840
9231
|
}
|
|
8841
9232
|
],
|
|
8842
9233
|
"signatures": [
|
|
8843
9234
|
{
|
|
8844
|
-
"id":
|
|
9235
|
+
"id": 760,
|
|
8845
9236
|
"name": "getAriaLabel",
|
|
8846
9237
|
"kind": 4096,
|
|
8847
9238
|
"kindString": "Call signature",
|
|
@@ -8870,7 +9261,7 @@
|
|
|
8870
9261
|
]
|
|
8871
9262
|
},
|
|
8872
9263
|
{
|
|
8873
|
-
"id":
|
|
9264
|
+
"id": 770,
|
|
8874
9265
|
"name": "host",
|
|
8875
9266
|
"kind": 2048,
|
|
8876
9267
|
"kindString": "Method",
|
|
@@ -8884,7 +9275,7 @@
|
|
|
8884
9275
|
],
|
|
8885
9276
|
"signatures": [
|
|
8886
9277
|
{
|
|
8887
|
-
"id":
|
|
9278
|
+
"id": 771,
|
|
8888
9279
|
"name": "host",
|
|
8889
9280
|
"kind": 4096,
|
|
8890
9281
|
"kindString": "Call signature",
|
|
@@ -8939,7 +9330,7 @@
|
|
|
8939
9330
|
}
|
|
8940
9331
|
},
|
|
8941
9332
|
{
|
|
8942
|
-
"id":
|
|
9333
|
+
"id": 763,
|
|
8943
9334
|
"name": "isFullPage",
|
|
8944
9335
|
"kind": 2048,
|
|
8945
9336
|
"kindString": "Method",
|
|
@@ -8951,12 +9342,12 @@
|
|
|
8951
9342
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
8952
9343
|
"line": 64,
|
|
8953
9344
|
"character": 15,
|
|
8954
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9345
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness.ts#L64"
|
|
8955
9346
|
}
|
|
8956
9347
|
],
|
|
8957
9348
|
"signatures": [
|
|
8958
9349
|
{
|
|
8959
|
-
"id":
|
|
9350
|
+
"id": 764,
|
|
8960
9351
|
"name": "isFullPage",
|
|
8961
9352
|
"kind": 4096,
|
|
8962
9353
|
"kindString": "Call signature",
|
|
@@ -8985,7 +9376,7 @@
|
|
|
8985
9376
|
]
|
|
8986
9377
|
},
|
|
8987
9378
|
{
|
|
8988
|
-
"id":
|
|
9379
|
+
"id": 765,
|
|
8989
9380
|
"name": "isNonBlocking",
|
|
8990
9381
|
"kind": 2048,
|
|
8991
9382
|
"kindString": "Method",
|
|
@@ -8997,12 +9388,12 @@
|
|
|
8997
9388
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
8998
9389
|
"line": 71,
|
|
8999
9390
|
"character": 15,
|
|
9000
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9391
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness.ts#L71"
|
|
9001
9392
|
}
|
|
9002
9393
|
],
|
|
9003
9394
|
"signatures": [
|
|
9004
9395
|
{
|
|
9005
|
-
"id":
|
|
9396
|
+
"id": 766,
|
|
9006
9397
|
"name": "isNonBlocking",
|
|
9007
9398
|
"kind": 4096,
|
|
9008
9399
|
"kindString": "Call signature",
|
|
@@ -9031,7 +9422,7 @@
|
|
|
9031
9422
|
]
|
|
9032
9423
|
},
|
|
9033
9424
|
{
|
|
9034
|
-
"id":
|
|
9425
|
+
"id": 761,
|
|
9035
9426
|
"name": "isWaiting",
|
|
9036
9427
|
"kind": 2048,
|
|
9037
9428
|
"kindString": "Method",
|
|
@@ -9043,12 +9434,12 @@
|
|
|
9043
9434
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9044
9435
|
"line": 57,
|
|
9045
9436
|
"character": 15,
|
|
9046
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9437
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness.ts#L57"
|
|
9047
9438
|
}
|
|
9048
9439
|
],
|
|
9049
9440
|
"signatures": [
|
|
9050
9441
|
{
|
|
9051
|
-
"id":
|
|
9442
|
+
"id": 762,
|
|
9052
9443
|
"name": "isWaiting",
|
|
9053
9444
|
"kind": 4096,
|
|
9054
9445
|
"kindString": "Call signature",
|
|
@@ -9077,7 +9468,7 @@
|
|
|
9077
9468
|
]
|
|
9078
9469
|
},
|
|
9079
9470
|
{
|
|
9080
|
-
"id":
|
|
9471
|
+
"id": 746,
|
|
9081
9472
|
"name": "with",
|
|
9082
9473
|
"kind": 2048,
|
|
9083
9474
|
"kindString": "Method",
|
|
@@ -9090,12 +9481,12 @@
|
|
|
9090
9481
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9091
9482
|
"line": 22,
|
|
9092
9483
|
"character": 16,
|
|
9093
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9484
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness.ts#L22"
|
|
9094
9485
|
}
|
|
9095
9486
|
],
|
|
9096
9487
|
"signatures": [
|
|
9097
9488
|
{
|
|
9098
|
-
"id":
|
|
9489
|
+
"id": 747,
|
|
9099
9490
|
"name": "with",
|
|
9100
9491
|
"kind": 4096,
|
|
9101
9492
|
"kindString": "Call signature",
|
|
@@ -9126,14 +9517,14 @@
|
|
|
9126
9517
|
},
|
|
9127
9518
|
"parameters": [
|
|
9128
9519
|
{
|
|
9129
|
-
"id":
|
|
9520
|
+
"id": 748,
|
|
9130
9521
|
"name": "filters",
|
|
9131
9522
|
"kind": 32768,
|
|
9132
9523
|
"kindString": "Parameter",
|
|
9133
9524
|
"flags": {},
|
|
9134
9525
|
"type": {
|
|
9135
9526
|
"type": "reference",
|
|
9136
|
-
"id":
|
|
9527
|
+
"id": 790,
|
|
9137
9528
|
"name": "SkyWaitHarnessFilters"
|
|
9138
9529
|
}
|
|
9139
9530
|
}
|
|
@@ -9143,7 +9534,7 @@
|
|
|
9143
9534
|
"typeArguments": [
|
|
9144
9535
|
{
|
|
9145
9536
|
"type": "reference",
|
|
9146
|
-
"id":
|
|
9537
|
+
"id": 744,
|
|
9147
9538
|
"name": "SkyWaitHarness"
|
|
9148
9539
|
}
|
|
9149
9540
|
],
|
|
@@ -9159,18 +9550,18 @@
|
|
|
9159
9550
|
{
|
|
9160
9551
|
"title": "Constructors",
|
|
9161
9552
|
"children": [
|
|
9162
|
-
|
|
9553
|
+
754
|
|
9163
9554
|
]
|
|
9164
9555
|
},
|
|
9165
9556
|
{
|
|
9166
9557
|
"title": "Methods",
|
|
9167
9558
|
"children": [
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9559
|
+
759,
|
|
9560
|
+
770,
|
|
9561
|
+
763,
|
|
9562
|
+
765,
|
|
9563
|
+
761,
|
|
9564
|
+
746
|
|
9174
9565
|
]
|
|
9175
9566
|
}
|
|
9176
9567
|
],
|
|
@@ -9179,7 +9570,7 @@
|
|
|
9179
9570
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9180
9571
|
"line": 9,
|
|
9181
9572
|
"character": 13,
|
|
9182
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9573
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness.ts#L9"
|
|
9183
9574
|
}
|
|
9184
9575
|
],
|
|
9185
9576
|
"extendedTypes": [
|
|
@@ -9190,7 +9581,7 @@
|
|
|
9190
9581
|
]
|
|
9191
9582
|
},
|
|
9192
9583
|
{
|
|
9193
|
-
"id":
|
|
9584
|
+
"id": 490,
|
|
9194
9585
|
"name": "SkyAlertHarnessFilters",
|
|
9195
9586
|
"kind": 256,
|
|
9196
9587
|
"kindString": "Interface",
|
|
@@ -9205,7 +9596,7 @@
|
|
|
9205
9596
|
},
|
|
9206
9597
|
"children": [
|
|
9207
9598
|
{
|
|
9208
|
-
"id":
|
|
9599
|
+
"id": 493,
|
|
9209
9600
|
"name": "ancestor",
|
|
9210
9601
|
"kind": 1024,
|
|
9211
9602
|
"kindString": "Property",
|
|
@@ -9237,7 +9628,7 @@
|
|
|
9237
9628
|
}
|
|
9238
9629
|
},
|
|
9239
9630
|
{
|
|
9240
|
-
"id":
|
|
9631
|
+
"id": 491,
|
|
9241
9632
|
"name": "dataSkyId",
|
|
9242
9633
|
"kind": 1024,
|
|
9243
9634
|
"kindString": "Property",
|
|
@@ -9265,7 +9656,7 @@
|
|
|
9265
9656
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9266
9657
|
"line": 11,
|
|
9267
9658
|
"character": 2,
|
|
9268
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9659
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
9269
9660
|
}
|
|
9270
9661
|
],
|
|
9271
9662
|
"type": {
|
|
@@ -9289,7 +9680,7 @@
|
|
|
9289
9680
|
}
|
|
9290
9681
|
},
|
|
9291
9682
|
{
|
|
9292
|
-
"id":
|
|
9683
|
+
"id": 492,
|
|
9293
9684
|
"name": "selector",
|
|
9294
9685
|
"kind": 1024,
|
|
9295
9686
|
"kindString": "Property",
|
|
@@ -9325,9 +9716,9 @@
|
|
|
9325
9716
|
{
|
|
9326
9717
|
"title": "Properties",
|
|
9327
9718
|
"children": [
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9719
|
+
493,
|
|
9720
|
+
491,
|
|
9721
|
+
492
|
|
9331
9722
|
]
|
|
9332
9723
|
}
|
|
9333
9724
|
],
|
|
@@ -9336,7 +9727,164 @@
|
|
|
9336
9727
|
"fileName": "projects/indicators/src/testing/alert/alert-harness-filters.ts",
|
|
9337
9728
|
"line": 7,
|
|
9338
9729
|
"character": 17,
|
|
9339
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9730
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/alert/alert-harness-filters.ts#L7"
|
|
9731
|
+
}
|
|
9732
|
+
],
|
|
9733
|
+
"extendedTypes": [
|
|
9734
|
+
{
|
|
9735
|
+
"type": "reference",
|
|
9736
|
+
"name": "SkyHarnessFilters"
|
|
9737
|
+
}
|
|
9738
|
+
]
|
|
9739
|
+
},
|
|
9740
|
+
{
|
|
9741
|
+
"id": 544,
|
|
9742
|
+
"name": "SkyIconHarnessFilters",
|
|
9743
|
+
"kind": 256,
|
|
9744
|
+
"kindString": "Interface",
|
|
9745
|
+
"flags": {},
|
|
9746
|
+
"comment": {
|
|
9747
|
+
"summary": [
|
|
9748
|
+
{
|
|
9749
|
+
"kind": "text",
|
|
9750
|
+
"text": "A set of criteria that can be used to filter a list of SkyIconHarness instances."
|
|
9751
|
+
}
|
|
9752
|
+
]
|
|
9753
|
+
},
|
|
9754
|
+
"children": [
|
|
9755
|
+
{
|
|
9756
|
+
"id": 547,
|
|
9757
|
+
"name": "ancestor",
|
|
9758
|
+
"kind": 1024,
|
|
9759
|
+
"kindString": "Property",
|
|
9760
|
+
"flags": {
|
|
9761
|
+
"isOptional": true
|
|
9762
|
+
},
|
|
9763
|
+
"comment": {
|
|
9764
|
+
"summary": [
|
|
9765
|
+
{
|
|
9766
|
+
"kind": "text",
|
|
9767
|
+
"text": "Only find instances that are nested under an element with the given selector."
|
|
9768
|
+
}
|
|
9769
|
+
]
|
|
9770
|
+
},
|
|
9771
|
+
"sources": [
|
|
9772
|
+
{
|
|
9773
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
9774
|
+
"line": 28,
|
|
9775
|
+
"character": 4
|
|
9776
|
+
}
|
|
9777
|
+
],
|
|
9778
|
+
"type": {
|
|
9779
|
+
"type": "intrinsic",
|
|
9780
|
+
"name": "string"
|
|
9781
|
+
},
|
|
9782
|
+
"inheritedFrom": {
|
|
9783
|
+
"type": "reference",
|
|
9784
|
+
"name": "SkyHarnessFilters.ancestor"
|
|
9785
|
+
}
|
|
9786
|
+
},
|
|
9787
|
+
{
|
|
9788
|
+
"id": 545,
|
|
9789
|
+
"name": "dataSkyId",
|
|
9790
|
+
"kind": 1024,
|
|
9791
|
+
"kindString": "Property",
|
|
9792
|
+
"flags": {
|
|
9793
|
+
"isOptional": true
|
|
9794
|
+
},
|
|
9795
|
+
"comment": {
|
|
9796
|
+
"summary": [
|
|
9797
|
+
{
|
|
9798
|
+
"kind": "text",
|
|
9799
|
+
"text": "Only find instances whose "
|
|
9800
|
+
},
|
|
9801
|
+
{
|
|
9802
|
+
"kind": "code",
|
|
9803
|
+
"text": "`data-sky-id`"
|
|
9804
|
+
},
|
|
9805
|
+
{
|
|
9806
|
+
"kind": "text",
|
|
9807
|
+
"text": " attribute matches the given value."
|
|
9808
|
+
}
|
|
9809
|
+
]
|
|
9810
|
+
},
|
|
9811
|
+
"sources": [
|
|
9812
|
+
{
|
|
9813
|
+
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9814
|
+
"line": 11,
|
|
9815
|
+
"character": 2,
|
|
9816
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
9817
|
+
}
|
|
9818
|
+
],
|
|
9819
|
+
"type": {
|
|
9820
|
+
"type": "union",
|
|
9821
|
+
"types": [
|
|
9822
|
+
{
|
|
9823
|
+
"type": "intrinsic",
|
|
9824
|
+
"name": "string"
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"type": "reference",
|
|
9828
|
+
"name": "RegExp",
|
|
9829
|
+
"qualifiedName": "RegExp",
|
|
9830
|
+
"package": "typescript"
|
|
9831
|
+
}
|
|
9832
|
+
]
|
|
9833
|
+
},
|
|
9834
|
+
"inheritedFrom": {
|
|
9835
|
+
"type": "reference",
|
|
9836
|
+
"name": "SkyHarnessFilters.dataSkyId"
|
|
9837
|
+
}
|
|
9838
|
+
},
|
|
9839
|
+
{
|
|
9840
|
+
"id": 546,
|
|
9841
|
+
"name": "selector",
|
|
9842
|
+
"kind": 1024,
|
|
9843
|
+
"kindString": "Property",
|
|
9844
|
+
"flags": {
|
|
9845
|
+
"isOptional": true
|
|
9846
|
+
},
|
|
9847
|
+
"comment": {
|
|
9848
|
+
"summary": [
|
|
9849
|
+
{
|
|
9850
|
+
"kind": "text",
|
|
9851
|
+
"text": "Only find instances whose host element matches the given selector."
|
|
9852
|
+
}
|
|
9853
|
+
]
|
|
9854
|
+
},
|
|
9855
|
+
"sources": [
|
|
9856
|
+
{
|
|
9857
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
9858
|
+
"line": 26,
|
|
9859
|
+
"character": 4
|
|
9860
|
+
}
|
|
9861
|
+
],
|
|
9862
|
+
"type": {
|
|
9863
|
+
"type": "intrinsic",
|
|
9864
|
+
"name": "string"
|
|
9865
|
+
},
|
|
9866
|
+
"inheritedFrom": {
|
|
9867
|
+
"type": "reference",
|
|
9868
|
+
"name": "SkyHarnessFilters.selector"
|
|
9869
|
+
}
|
|
9870
|
+
}
|
|
9871
|
+
],
|
|
9872
|
+
"groups": [
|
|
9873
|
+
{
|
|
9874
|
+
"title": "Properties",
|
|
9875
|
+
"children": [
|
|
9876
|
+
547,
|
|
9877
|
+
545,
|
|
9878
|
+
546
|
|
9879
|
+
]
|
|
9880
|
+
}
|
|
9881
|
+
],
|
|
9882
|
+
"sources": [
|
|
9883
|
+
{
|
|
9884
|
+
"fileName": "projects/indicators/src/testing/icon/icon-harness-filters.ts",
|
|
9885
|
+
"line": 7,
|
|
9886
|
+
"character": 17,
|
|
9887
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness-filters.ts#L7"
|
|
9340
9888
|
}
|
|
9341
9889
|
],
|
|
9342
9890
|
"extendedTypes": [
|
|
@@ -9347,7 +9895,7 @@
|
|
|
9347
9895
|
]
|
|
9348
9896
|
},
|
|
9349
9897
|
{
|
|
9350
|
-
"id":
|
|
9898
|
+
"id": 593,
|
|
9351
9899
|
"name": "SkyKeyInfoHarnessFilters",
|
|
9352
9900
|
"kind": 256,
|
|
9353
9901
|
"kindString": "Interface",
|
|
@@ -9362,7 +9910,7 @@
|
|
|
9362
9910
|
},
|
|
9363
9911
|
"children": [
|
|
9364
9912
|
{
|
|
9365
|
-
"id":
|
|
9913
|
+
"id": 596,
|
|
9366
9914
|
"name": "ancestor",
|
|
9367
9915
|
"kind": 1024,
|
|
9368
9916
|
"kindString": "Property",
|
|
@@ -9394,7 +9942,7 @@
|
|
|
9394
9942
|
}
|
|
9395
9943
|
},
|
|
9396
9944
|
{
|
|
9397
|
-
"id":
|
|
9945
|
+
"id": 594,
|
|
9398
9946
|
"name": "dataSkyId",
|
|
9399
9947
|
"kind": 1024,
|
|
9400
9948
|
"kindString": "Property",
|
|
@@ -9422,7 +9970,7 @@
|
|
|
9422
9970
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9423
9971
|
"line": 11,
|
|
9424
9972
|
"character": 2,
|
|
9425
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9973
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
9426
9974
|
}
|
|
9427
9975
|
],
|
|
9428
9976
|
"type": {
|
|
@@ -9446,7 +9994,7 @@
|
|
|
9446
9994
|
}
|
|
9447
9995
|
},
|
|
9448
9996
|
{
|
|
9449
|
-
"id":
|
|
9997
|
+
"id": 595,
|
|
9450
9998
|
"name": "selector",
|
|
9451
9999
|
"kind": 1024,
|
|
9452
10000
|
"kindString": "Property",
|
|
@@ -9482,9 +10030,9 @@
|
|
|
9482
10030
|
{
|
|
9483
10031
|
"title": "Properties",
|
|
9484
10032
|
"children": [
|
|
9485
|
-
|
|
9486
|
-
|
|
9487
|
-
|
|
10033
|
+
596,
|
|
10034
|
+
594,
|
|
10035
|
+
595
|
|
9488
10036
|
]
|
|
9489
10037
|
}
|
|
9490
10038
|
],
|
|
@@ -9493,7 +10041,7 @@
|
|
|
9493
10041
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness-filters.ts",
|
|
9494
10042
|
"line": 7,
|
|
9495
10043
|
"character": 17,
|
|
9496
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
10044
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness-filters.ts#L7"
|
|
9497
10045
|
}
|
|
9498
10046
|
],
|
|
9499
10047
|
"extendedTypes": [
|
|
@@ -9504,7 +10052,7 @@
|
|
|
9504
10052
|
]
|
|
9505
10053
|
},
|
|
9506
10054
|
{
|
|
9507
|
-
"id":
|
|
10055
|
+
"id": 644,
|
|
9508
10056
|
"name": "SkyLabelHarnessFilters",
|
|
9509
10057
|
"kind": 256,
|
|
9510
10058
|
"kindString": "Interface",
|
|
@@ -9527,7 +10075,7 @@
|
|
|
9527
10075
|
},
|
|
9528
10076
|
"children": [
|
|
9529
10077
|
{
|
|
9530
|
-
"id":
|
|
10078
|
+
"id": 647,
|
|
9531
10079
|
"name": "ancestor",
|
|
9532
10080
|
"kind": 1024,
|
|
9533
10081
|
"kindString": "Property",
|
|
@@ -9559,7 +10107,7 @@
|
|
|
9559
10107
|
}
|
|
9560
10108
|
},
|
|
9561
10109
|
{
|
|
9562
|
-
"id":
|
|
10110
|
+
"id": 645,
|
|
9563
10111
|
"name": "dataSkyId",
|
|
9564
10112
|
"kind": 1024,
|
|
9565
10113
|
"kindString": "Property",
|
|
@@ -9587,7 +10135,7 @@
|
|
|
9587
10135
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9588
10136
|
"line": 11,
|
|
9589
10137
|
"character": 2,
|
|
9590
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
10138
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
9591
10139
|
}
|
|
9592
10140
|
],
|
|
9593
10141
|
"type": {
|
|
@@ -9611,7 +10159,7 @@
|
|
|
9611
10159
|
}
|
|
9612
10160
|
},
|
|
9613
10161
|
{
|
|
9614
|
-
"id":
|
|
10162
|
+
"id": 646,
|
|
9615
10163
|
"name": "selector",
|
|
9616
10164
|
"kind": 1024,
|
|
9617
10165
|
"kindString": "Property",
|
|
@@ -9647,9 +10195,9 @@
|
|
|
9647
10195
|
{
|
|
9648
10196
|
"title": "Properties",
|
|
9649
10197
|
"children": [
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
10198
|
+
647,
|
|
10199
|
+
645,
|
|
10200
|
+
646
|
|
9653
10201
|
]
|
|
9654
10202
|
}
|
|
9655
10203
|
],
|
|
@@ -9658,7 +10206,7 @@
|
|
|
9658
10206
|
"fileName": "projects/indicators/src/testing/label/label-harness-filters.ts",
|
|
9659
10207
|
"line": 7,
|
|
9660
10208
|
"character": 17,
|
|
9661
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
10209
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness-filters.ts#L7"
|
|
9662
10210
|
}
|
|
9663
10211
|
],
|
|
9664
10212
|
"extendedTypes": [
|
|
@@ -9669,7 +10217,7 @@
|
|
|
9669
10217
|
]
|
|
9670
10218
|
},
|
|
9671
10219
|
{
|
|
9672
|
-
"id":
|
|
10220
|
+
"id": 790,
|
|
9673
10221
|
"name": "SkyWaitHarnessFilters",
|
|
9674
10222
|
"kind": 256,
|
|
9675
10223
|
"kindString": "Interface",
|
|
@@ -9684,7 +10232,7 @@
|
|
|
9684
10232
|
},
|
|
9685
10233
|
"children": [
|
|
9686
10234
|
{
|
|
9687
|
-
"id":
|
|
10235
|
+
"id": 794,
|
|
9688
10236
|
"name": "ancestor",
|
|
9689
10237
|
"kind": 1024,
|
|
9690
10238
|
"kindString": "Property",
|
|
@@ -9716,7 +10264,7 @@
|
|
|
9716
10264
|
}
|
|
9717
10265
|
},
|
|
9718
10266
|
{
|
|
9719
|
-
"id":
|
|
10267
|
+
"id": 792,
|
|
9720
10268
|
"name": "dataSkyId",
|
|
9721
10269
|
"kind": 1024,
|
|
9722
10270
|
"kindString": "Property",
|
|
@@ -9744,7 +10292,7 @@
|
|
|
9744
10292
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9745
10293
|
"line": 11,
|
|
9746
10294
|
"character": 2,
|
|
9747
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
10295
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
9748
10296
|
}
|
|
9749
10297
|
],
|
|
9750
10298
|
"type": {
|
|
@@ -9768,7 +10316,7 @@
|
|
|
9768
10316
|
}
|
|
9769
10317
|
},
|
|
9770
10318
|
{
|
|
9771
|
-
"id":
|
|
10319
|
+
"id": 793,
|
|
9772
10320
|
"name": "selector",
|
|
9773
10321
|
"kind": 1024,
|
|
9774
10322
|
"kindString": "Property",
|
|
@@ -9800,7 +10348,7 @@
|
|
|
9800
10348
|
}
|
|
9801
10349
|
},
|
|
9802
10350
|
{
|
|
9803
|
-
"id":
|
|
10351
|
+
"id": 791,
|
|
9804
10352
|
"name": "servicePageWaitType",
|
|
9805
10353
|
"kind": 1024,
|
|
9806
10354
|
"kindString": "Property",
|
|
@@ -9828,7 +10376,7 @@
|
|
|
9828
10376
|
"fileName": "projects/indicators/src/testing/wait/wait-harness-filters.ts",
|
|
9829
10377
|
"line": 11,
|
|
9830
10378
|
"character": 2,
|
|
9831
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
10379
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness-filters.ts#L11"
|
|
9832
10380
|
}
|
|
9833
10381
|
],
|
|
9834
10382
|
"type": {
|
|
@@ -9850,10 +10398,10 @@
|
|
|
9850
10398
|
{
|
|
9851
10399
|
"title": "Properties",
|
|
9852
10400
|
"children": [
|
|
9853
|
-
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
|
|
10401
|
+
794,
|
|
10402
|
+
792,
|
|
10403
|
+
793,
|
|
10404
|
+
791
|
|
9857
10405
|
]
|
|
9858
10406
|
}
|
|
9859
10407
|
],
|
|
@@ -9862,7 +10410,7 @@
|
|
|
9862
10410
|
"fileName": "projects/indicators/src/testing/wait/wait-harness-filters.ts",
|
|
9863
10411
|
"line": 7,
|
|
9864
10412
|
"character": 17,
|
|
9865
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
10413
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/wait/wait-harness-filters.ts#L7"
|
|
9866
10414
|
}
|
|
9867
10415
|
],
|
|
9868
10416
|
"extendedTypes": [
|
|
@@ -9921,19 +10469,44 @@
|
|
|
9921
10469
|
},
|
|
9922
10470
|
{
|
|
9923
10471
|
"fileName": "icon-demo.component.html",
|
|
9924
|
-
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
|
|
9925
|
-
"rawContents": "<sky-icon icon=\"
|
|
10472
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.component.html",
|
|
10473
|
+
"rawContents": "<sky-icon icon=\"calendar\"></sky-icon>\n<sky-icon icon=\"calendar\" size=\"lg\"></sky-icon>\n<sky-icon icon=\"calendar\" size=\"2x\" iconType=\"skyux\"></sky-icon>\n<sky-icon icon=\"calendar\" iconType=\"skyux\" variant=\"line\" size=\"3x\"></sky-icon>\n<sky-icon\n data-sky-id=\"icon-demo\"\n icon=\"calendar\"\n iconType=\"skyux\"\n variant=\"solid\"\n size=\"4x\"\n [fixedWidth]=\"true\"\n></sky-icon>\n\n<div>\n <sky-icon icon=\"bars\" size=\"2x\"></sky-icon>\n</div>\n<div>\n <sky-icon icon=\"chevron-down\" size=\"2x\"></sky-icon>\n</div>\n\n<div>\n <sky-icon icon=\"bars\" size=\"2x\" [fixedWidth]=\"true\"></sky-icon>\n</div>\n<div>\n <sky-icon icon=\"chevron-down\" size=\"2x\" [fixedWidth]=\"true\"></sky-icon>\n</div>\n"
|
|
10474
|
+
},
|
|
10475
|
+
{
|
|
10476
|
+
"fileName": "icon-demo.component.spec.ts",
|
|
10477
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.component.spec.ts",
|
|
10478
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/indicators/testing';\n\nimport { IconDemoComponent } from './icon-demo.component';\nimport { IconDemoModule } from './icon-demo.module';\n\ndescribe('Basic icon', async () => {\n async function setupTest(): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<IconDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(IconDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: 'icon-demo',\n })\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [IconDemoModule],\n });\n });\n\n it('should display the correct icon', async () => {\n const { iconHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('calendar');\n await expectAsync(iconHarness.getIconType()).toBeResolvedTo('skyux');\n await expectAsync(iconHarness.getVariant()).toBeResolvedTo('solid');\n await expectAsync(iconHarness.getIconSize()).toBeResolvedTo('4x');\n await expectAsync(iconHarness.isFixedWidth()).toBeResolvedTo(true);\n });\n});\n"
|
|
9926
10479
|
},
|
|
9927
10480
|
{
|
|
9928
10481
|
"fileName": "icon-demo.component.ts",
|
|
9929
|
-
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.ts",
|
|
10482
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.component.ts",
|
|
9930
10483
|
"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"
|
|
9931
10484
|
},
|
|
9932
10485
|
{
|
|
9933
10486
|
"fileName": "icon-demo.module.ts",
|
|
9934
|
-
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.module.ts",
|
|
10487
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.module.ts",
|
|
9935
10488
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\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"
|
|
9936
10489
|
},
|
|
10490
|
+
{
|
|
10491
|
+
"fileName": "icon-button-demo.component.html",
|
|
10492
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.component.html",
|
|
10493
|
+
"rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"textButtonClick()\"\n>\n Save\n <sky-icon\n data-sky-id=\"text-button-icon\"\n icon=\"save\"\n iconType=\"skyux\"\n ></sky-icon>\n</button>\n\n<button\n type=\"button\"\n class=\"sky-btn sky-btn-icon-borderless\"\n (click)=\"iconOnlyButtonClick()\"\n>\n <sky-icon data-sky-id=\"button-icon\" icon=\"edit\" size=\"lg\"></sky-icon>\n</button>\n"
|
|
10494
|
+
},
|
|
10495
|
+
{
|
|
10496
|
+
"fileName": "icon-button-demo.component.spec.ts",
|
|
10497
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.component.spec.ts",
|
|
10498
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/indicators/testing';\n\nimport { IconDemoComponent } from './icon-button-demo.component';\nimport { IconDemoModule } from './icon-button-demo.module';\n\ndescribe('Icon button', async () => {\n async function setupTest(options: { dataSkyId?: string }): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<IconDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(IconDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: options?.dataSkyId,\n })\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [IconDemoModule],\n });\n });\n\n it('should display the icon in the text icon button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'text-button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('save');\n });\n\n it('should display the icon in the icon only button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('edit');\n });\n});\n"
|
|
10499
|
+
},
|
|
10500
|
+
{
|
|
10501
|
+
"fileName": "icon-button-demo.component.ts",
|
|
10502
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.component.ts",
|
|
10503
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-icon-demo',\n templateUrl: './icon-button-demo.component.html',\n})\nexport class IconDemoComponent {\n public textButtonClick(): void {\n alert('Text with icon button clicked');\n }\n\n public iconOnlyButtonClick(): void {\n alert('Icon only button clicked');\n }\n}\n"
|
|
10504
|
+
},
|
|
10505
|
+
{
|
|
10506
|
+
"fileName": "icon-button-demo.module.ts",
|
|
10507
|
+
"filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.module.ts",
|
|
10508
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { IconDemoComponent } from './icon-button-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule],\n declarations: [IconDemoComponent],\n exports: [IconDemoComponent],\n})\nexport class IconDemoModule {}\n"
|
|
10509
|
+
},
|
|
9937
10510
|
{
|
|
9938
10511
|
"fileName": "key-info-demo.component.html",
|
|
9939
10512
|
"filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.html",
|