@skyux/indicators 8.0.0-alpha.6 → 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 +483 -573
- 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 +3 -3
- package/esm2020/lib/modules/icon/icon.component.mjs +3 -3
- 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/label-fixture.mjs +6 -6
- package/esm2020/testing/wait-fixture.mjs +6 -6
- package/fesm2015/skyux-indicators-testing.mjs +15 -15
- 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 +15 -15
- 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/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/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
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
81
81
|
"line": 10,
|
|
82
82
|
"character": 2,
|
|
83
|
-
"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"
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"type": {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
108
108
|
"line": 5,
|
|
109
109
|
"character": 2,
|
|
110
|
-
"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"
|
|
111
111
|
}
|
|
112
112
|
],
|
|
113
113
|
"type": {
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
135
135
|
"line": 20,
|
|
136
136
|
"character": 2,
|
|
137
|
-
"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"
|
|
138
138
|
}
|
|
139
139
|
],
|
|
140
140
|
"type": {
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
162
162
|
"line": 15,
|
|
163
163
|
"character": 2,
|
|
164
|
-
"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"
|
|
165
165
|
}
|
|
166
166
|
],
|
|
167
167
|
"type": {
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
189
189
|
"line": 25,
|
|
190
190
|
"character": 2,
|
|
191
|
-
"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"
|
|
192
192
|
}
|
|
193
193
|
],
|
|
194
194
|
"type": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
|
|
215
215
|
"line": 1,
|
|
216
216
|
"character": 12,
|
|
217
|
-
"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"
|
|
218
218
|
}
|
|
219
219
|
]
|
|
220
220
|
},
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"fileName": "projects/indicators/src/modules/alert/alert.module.ts",
|
|
239
239
|
"line": 22,
|
|
240
240
|
"character": 13,
|
|
241
|
-
"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"
|
|
242
242
|
}
|
|
243
243
|
]
|
|
244
244
|
},
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
|
|
263
263
|
"line": 22,
|
|
264
264
|
"character": 13,
|
|
265
|
-
"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"
|
|
266
266
|
}
|
|
267
267
|
]
|
|
268
268
|
},
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"fileName": "projects/indicators/src/modules/expansion-indicator/expansion-indicator.module.ts",
|
|
287
287
|
"line": 12,
|
|
288
288
|
"character": 13,
|
|
289
|
-
"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"
|
|
290
290
|
}
|
|
291
291
|
]
|
|
292
292
|
},
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.module.ts",
|
|
311
311
|
"line": 22,
|
|
312
312
|
"character": 13,
|
|
313
|
-
"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"
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
},
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
"fileName": "projects/indicators/src/modules/icon/icon.module.ts",
|
|
335
335
|
"line": 14,
|
|
336
336
|
"character": 13,
|
|
337
|
-
"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"
|
|
338
338
|
}
|
|
339
339
|
]
|
|
340
340
|
},
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"fileName": "projects/indicators/src/modules/key-info/key-info.module.ts",
|
|
359
359
|
"line": 22,
|
|
360
360
|
"character": 13,
|
|
361
|
-
"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"
|
|
362
362
|
}
|
|
363
363
|
]
|
|
364
364
|
},
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"fileName": "projects/indicators/src/modules/label/label.module.ts",
|
|
383
383
|
"line": 20,
|
|
384
384
|
"character": 13,
|
|
385
|
-
"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"
|
|
386
386
|
}
|
|
387
387
|
]
|
|
388
388
|
},
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.module.ts",
|
|
407
407
|
"line": 22,
|
|
408
408
|
"character": 13,
|
|
409
|
-
"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"
|
|
410
410
|
}
|
|
411
411
|
]
|
|
412
412
|
},
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.module.ts",
|
|
431
431
|
"line": 11,
|
|
432
432
|
"character": 13,
|
|
433
|
-
"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"
|
|
434
434
|
}
|
|
435
435
|
]
|
|
436
436
|
},
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"fileName": "projects/indicators/src/modules/tokens/tokens.module.ts",
|
|
455
455
|
"line": 21,
|
|
456
456
|
"character": 13,
|
|
457
|
-
"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"
|
|
458
458
|
}
|
|
459
459
|
]
|
|
460
460
|
},
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"fileName": "projects/indicators/src/modules/wait/wait.module.ts",
|
|
479
479
|
"line": 15,
|
|
480
480
|
"character": 13,
|
|
481
|
-
"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"
|
|
482
482
|
}
|
|
483
483
|
]
|
|
484
484
|
},
|
|
@@ -490,97 +490,7 @@
|
|
|
490
490
|
"flags": {},
|
|
491
491
|
"children": [
|
|
492
492
|
{
|
|
493
|
-
"id":
|
|
494
|
-
"name": "constructor",
|
|
495
|
-
"kind": 512,
|
|
496
|
-
"kindString": "Constructor",
|
|
497
|
-
"flags": {},
|
|
498
|
-
"sources": [
|
|
499
|
-
{
|
|
500
|
-
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
501
|
-
"line": 39,
|
|
502
|
-
"character": 2,
|
|
503
|
-
"url": "https://github.com/blackbaud/skyux/blob/36584b7/libs/components/indicators/src/lib/modules/wait/wait.service.ts#L39"
|
|
504
|
-
}
|
|
505
|
-
],
|
|
506
|
-
"signatures": [
|
|
507
|
-
{
|
|
508
|
-
"id": 401,
|
|
509
|
-
"name": "new SkyWaitService",
|
|
510
|
-
"kind": 16384,
|
|
511
|
-
"kindString": "Constructor signature",
|
|
512
|
-
"flags": {},
|
|
513
|
-
"parameters": [
|
|
514
|
-
{
|
|
515
|
-
"id": 402,
|
|
516
|
-
"name": "resolver",
|
|
517
|
-
"kind": 32768,
|
|
518
|
-
"kindString": "Parameter",
|
|
519
|
-
"flags": {},
|
|
520
|
-
"type": {
|
|
521
|
-
"type": "reference",
|
|
522
|
-
"name": "ComponentFactoryResolver",
|
|
523
|
-
"qualifiedName": "ComponentFactoryResolver",
|
|
524
|
-
"package": "@angular/core"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"id": 403,
|
|
529
|
-
"name": "appRef",
|
|
530
|
-
"kind": 32768,
|
|
531
|
-
"kindString": "Parameter",
|
|
532
|
-
"flags": {},
|
|
533
|
-
"type": {
|
|
534
|
-
"type": "reference",
|
|
535
|
-
"name": "ApplicationRef",
|
|
536
|
-
"qualifiedName": "ApplicationRef",
|
|
537
|
-
"package": "@angular/core"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"id": 404,
|
|
542
|
-
"name": "waitAdapter",
|
|
543
|
-
"kind": 32768,
|
|
544
|
-
"kindString": "Parameter",
|
|
545
|
-
"flags": {},
|
|
546
|
-
"type": {
|
|
547
|
-
"type": "reference",
|
|
548
|
-
"name": "SkyWaitPageAdapterService"
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"id": 405,
|
|
553
|
-
"name": "windowSvc",
|
|
554
|
-
"kind": 32768,
|
|
555
|
-
"kindString": "Parameter",
|
|
556
|
-
"flags": {},
|
|
557
|
-
"type": {
|
|
558
|
-
"type": "reference",
|
|
559
|
-
"name": "SkyAppWindowRef"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"id": 406,
|
|
564
|
-
"name": "dynamicComponentService",
|
|
565
|
-
"kind": 32768,
|
|
566
|
-
"kindString": "Parameter",
|
|
567
|
-
"flags": {},
|
|
568
|
-
"type": {
|
|
569
|
-
"type": "reference",
|
|
570
|
-
"name": "SkyDynamicComponentService"
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"type": {
|
|
575
|
-
"type": "reference",
|
|
576
|
-
"id": 399,
|
|
577
|
-
"name": "SkyWaitService"
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
]
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"id": 412,
|
|
493
|
+
"id": 404,
|
|
584
494
|
"name": "beginBlockingPageWait",
|
|
585
495
|
"kind": 2048,
|
|
586
496
|
"kindString": "Method",
|
|
@@ -590,14 +500,14 @@
|
|
|
590
500
|
"sources": [
|
|
591
501
|
{
|
|
592
502
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
593
|
-
"line":
|
|
503
|
+
"line": 31,
|
|
594
504
|
"character": 9,
|
|
595
|
-
"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"
|
|
596
506
|
}
|
|
597
507
|
],
|
|
598
508
|
"signatures": [
|
|
599
509
|
{
|
|
600
|
-
"id":
|
|
510
|
+
"id": 405,
|
|
601
511
|
"name": "beginBlockingPageWait",
|
|
602
512
|
"kind": 4096,
|
|
603
513
|
"kindString": "Call signature",
|
|
@@ -618,7 +528,7 @@
|
|
|
618
528
|
]
|
|
619
529
|
},
|
|
620
530
|
{
|
|
621
|
-
"id":
|
|
531
|
+
"id": 406,
|
|
622
532
|
"name": "beginNonBlockingPageWait",
|
|
623
533
|
"kind": 2048,
|
|
624
534
|
"kindString": "Method",
|
|
@@ -628,14 +538,14 @@
|
|
|
628
538
|
"sources": [
|
|
629
539
|
{
|
|
630
540
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
631
|
-
"line":
|
|
541
|
+
"line": 38,
|
|
632
542
|
"character": 9,
|
|
633
|
-
"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"
|
|
634
544
|
}
|
|
635
545
|
],
|
|
636
546
|
"signatures": [
|
|
637
547
|
{
|
|
638
|
-
"id":
|
|
548
|
+
"id": 407,
|
|
639
549
|
"name": "beginNonBlockingPageWait",
|
|
640
550
|
"kind": 4096,
|
|
641
551
|
"kindString": "Call signature",
|
|
@@ -656,7 +566,7 @@
|
|
|
656
566
|
]
|
|
657
567
|
},
|
|
658
568
|
{
|
|
659
|
-
"id":
|
|
569
|
+
"id": 416,
|
|
660
570
|
"name": "blockingWrap",
|
|
661
571
|
"kind": 2048,
|
|
662
572
|
"kindString": "Method",
|
|
@@ -666,14 +576,14 @@
|
|
|
666
576
|
"sources": [
|
|
667
577
|
{
|
|
668
578
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
669
|
-
"line":
|
|
579
|
+
"line": 81,
|
|
670
580
|
"character": 9,
|
|
671
|
-
"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"
|
|
672
582
|
}
|
|
673
583
|
],
|
|
674
584
|
"signatures": [
|
|
675
585
|
{
|
|
676
|
-
"id":
|
|
586
|
+
"id": 417,
|
|
677
587
|
"name": "blockingWrap",
|
|
678
588
|
"kind": 4096,
|
|
679
589
|
"kindString": "Call signature",
|
|
@@ -688,7 +598,7 @@
|
|
|
688
598
|
},
|
|
689
599
|
"typeParameter": [
|
|
690
600
|
{
|
|
691
|
-
"id":
|
|
601
|
+
"id": 418,
|
|
692
602
|
"name": "T",
|
|
693
603
|
"kind": 131072,
|
|
694
604
|
"kindString": "Type parameter",
|
|
@@ -697,7 +607,7 @@
|
|
|
697
607
|
],
|
|
698
608
|
"parameters": [
|
|
699
609
|
{
|
|
700
|
-
"id":
|
|
610
|
+
"id": 419,
|
|
701
611
|
"name": "observable",
|
|
702
612
|
"kind": 32768,
|
|
703
613
|
"kindString": "Parameter",
|
|
@@ -707,7 +617,7 @@
|
|
|
707
617
|
"typeArguments": [
|
|
708
618
|
{
|
|
709
619
|
"type": "reference",
|
|
710
|
-
"id":
|
|
620
|
+
"id": 418,
|
|
711
621
|
"name": "T"
|
|
712
622
|
}
|
|
713
623
|
],
|
|
@@ -722,7 +632,7 @@
|
|
|
722
632
|
"typeArguments": [
|
|
723
633
|
{
|
|
724
634
|
"type": "reference",
|
|
725
|
-
"id":
|
|
635
|
+
"id": 418,
|
|
726
636
|
"name": "T"
|
|
727
637
|
}
|
|
728
638
|
],
|
|
@@ -734,7 +644,7 @@
|
|
|
734
644
|
]
|
|
735
645
|
},
|
|
736
646
|
{
|
|
737
|
-
"id":
|
|
647
|
+
"id": 412,
|
|
738
648
|
"name": "clearAllPageWaits",
|
|
739
649
|
"kind": 2048,
|
|
740
650
|
"kindString": "Method",
|
|
@@ -744,14 +654,14 @@
|
|
|
744
654
|
"sources": [
|
|
745
655
|
{
|
|
746
656
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
747
|
-
"line":
|
|
657
|
+
"line": 61,
|
|
748
658
|
"character": 9,
|
|
749
|
-
"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"
|
|
750
660
|
}
|
|
751
661
|
],
|
|
752
662
|
"signatures": [
|
|
753
663
|
{
|
|
754
|
-
"id":
|
|
664
|
+
"id": 413,
|
|
755
665
|
"name": "clearAllPageWaits",
|
|
756
666
|
"kind": 4096,
|
|
757
667
|
"kindString": "Call signature",
|
|
@@ -772,7 +682,7 @@
|
|
|
772
682
|
]
|
|
773
683
|
},
|
|
774
684
|
{
|
|
775
|
-
"id":
|
|
685
|
+
"id": 408,
|
|
776
686
|
"name": "endBlockingPageWait",
|
|
777
687
|
"kind": 2048,
|
|
778
688
|
"kindString": "Method",
|
|
@@ -782,14 +692,14 @@
|
|
|
782
692
|
"sources": [
|
|
783
693
|
{
|
|
784
694
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
785
|
-
"line":
|
|
695
|
+
"line": 46,
|
|
786
696
|
"character": 9,
|
|
787
|
-
"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"
|
|
788
698
|
}
|
|
789
699
|
],
|
|
790
700
|
"signatures": [
|
|
791
701
|
{
|
|
792
|
-
"id":
|
|
702
|
+
"id": 409,
|
|
793
703
|
"name": "endBlockingPageWait",
|
|
794
704
|
"kind": 4096,
|
|
795
705
|
"kindString": "Call signature",
|
|
@@ -810,7 +720,7 @@
|
|
|
810
720
|
]
|
|
811
721
|
},
|
|
812
722
|
{
|
|
813
|
-
"id":
|
|
723
|
+
"id": 410,
|
|
814
724
|
"name": "endNonBlockingPageWait",
|
|
815
725
|
"kind": 2048,
|
|
816
726
|
"kindString": "Method",
|
|
@@ -820,14 +730,14 @@
|
|
|
820
730
|
"sources": [
|
|
821
731
|
{
|
|
822
732
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
823
|
-
"line":
|
|
733
|
+
"line": 54,
|
|
824
734
|
"character": 9,
|
|
825
|
-
"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"
|
|
826
736
|
}
|
|
827
737
|
],
|
|
828
738
|
"signatures": [
|
|
829
739
|
{
|
|
830
|
-
"id":
|
|
740
|
+
"id": 411,
|
|
831
741
|
"name": "endNonBlockingPageWait",
|
|
832
742
|
"kind": 4096,
|
|
833
743
|
"kindString": "Call signature",
|
|
@@ -848,7 +758,7 @@
|
|
|
848
758
|
]
|
|
849
759
|
},
|
|
850
760
|
{
|
|
851
|
-
"id":
|
|
761
|
+
"id": 420,
|
|
852
762
|
"name": "nonBlockingWrap",
|
|
853
763
|
"kind": 2048,
|
|
854
764
|
"kindString": "Method",
|
|
@@ -858,14 +768,14 @@
|
|
|
858
768
|
"sources": [
|
|
859
769
|
{
|
|
860
770
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
861
|
-
"line":
|
|
771
|
+
"line": 92,
|
|
862
772
|
"character": 9,
|
|
863
|
-
"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"
|
|
864
774
|
}
|
|
865
775
|
],
|
|
866
776
|
"signatures": [
|
|
867
777
|
{
|
|
868
|
-
"id":
|
|
778
|
+
"id": 421,
|
|
869
779
|
"name": "nonBlockingWrap",
|
|
870
780
|
"kind": 4096,
|
|
871
781
|
"kindString": "Call signature",
|
|
@@ -880,7 +790,7 @@
|
|
|
880
790
|
},
|
|
881
791
|
"typeParameter": [
|
|
882
792
|
{
|
|
883
|
-
"id":
|
|
793
|
+
"id": 422,
|
|
884
794
|
"name": "T",
|
|
885
795
|
"kind": 131072,
|
|
886
796
|
"kindString": "Type parameter",
|
|
@@ -889,7 +799,7 @@
|
|
|
889
799
|
],
|
|
890
800
|
"parameters": [
|
|
891
801
|
{
|
|
892
|
-
"id":
|
|
802
|
+
"id": 423,
|
|
893
803
|
"name": "observable",
|
|
894
804
|
"kind": 32768,
|
|
895
805
|
"kindString": "Parameter",
|
|
@@ -899,7 +809,7 @@
|
|
|
899
809
|
"typeArguments": [
|
|
900
810
|
{
|
|
901
811
|
"type": "reference",
|
|
902
|
-
"id":
|
|
812
|
+
"id": 422,
|
|
903
813
|
"name": "T"
|
|
904
814
|
}
|
|
905
815
|
],
|
|
@@ -914,7 +824,7 @@
|
|
|
914
824
|
"typeArguments": [
|
|
915
825
|
{
|
|
916
826
|
"type": "reference",
|
|
917
|
-
"id":
|
|
827
|
+
"id": 422,
|
|
918
828
|
"name": "T"
|
|
919
829
|
}
|
|
920
830
|
],
|
|
@@ -936,22 +846,22 @@
|
|
|
936
846
|
{
|
|
937
847
|
"title": "Methods",
|
|
938
848
|
"children": [
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
424,
|
|
942
|
-
420,
|
|
849
|
+
404,
|
|
850
|
+
406,
|
|
943
851
|
416,
|
|
944
|
-
|
|
945
|
-
|
|
852
|
+
412,
|
|
853
|
+
408,
|
|
854
|
+
410,
|
|
855
|
+
420
|
|
946
856
|
]
|
|
947
857
|
}
|
|
948
858
|
],
|
|
949
859
|
"sources": [
|
|
950
860
|
{
|
|
951
861
|
"fileName": "projects/indicators/src/modules/wait/wait.service.ts",
|
|
952
|
-
"line":
|
|
862
|
+
"line": 24,
|
|
953
863
|
"character": 13,
|
|
954
|
-
"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"
|
|
955
865
|
}
|
|
956
866
|
]
|
|
957
867
|
},
|
|
@@ -973,7 +883,7 @@
|
|
|
973
883
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
974
884
|
"line": 95,
|
|
975
885
|
"character": 2,
|
|
976
|
-
"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"
|
|
977
887
|
}
|
|
978
888
|
],
|
|
979
889
|
"signatures": [
|
|
@@ -1017,7 +927,7 @@
|
|
|
1017
927
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1018
928
|
"line": 79,
|
|
1019
929
|
"character": 9,
|
|
1020
|
-
"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"
|
|
1021
931
|
}
|
|
1022
932
|
],
|
|
1023
933
|
"type": {
|
|
@@ -1038,7 +948,7 @@
|
|
|
1038
948
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1039
949
|
"line": 81,
|
|
1040
950
|
"character": 9,
|
|
1041
|
-
"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"
|
|
1042
952
|
}
|
|
1043
953
|
],
|
|
1044
954
|
"type": {
|
|
@@ -1059,7 +969,7 @@
|
|
|
1059
969
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1060
970
|
"line": 83,
|
|
1061
971
|
"character": 9,
|
|
1062
|
-
"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"
|
|
1063
973
|
}
|
|
1064
974
|
],
|
|
1065
975
|
"type": {
|
|
@@ -1101,7 +1011,7 @@
|
|
|
1101
1011
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1102
1012
|
"line": 44,
|
|
1103
1013
|
"character": 9,
|
|
1104
|
-
"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"
|
|
1105
1015
|
}
|
|
1106
1016
|
],
|
|
1107
1017
|
"type": {
|
|
@@ -1141,7 +1051,7 @@
|
|
|
1141
1051
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1142
1052
|
"line": 51,
|
|
1143
1053
|
"character": 9,
|
|
1144
|
-
"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"
|
|
1145
1055
|
}
|
|
1146
1056
|
],
|
|
1147
1057
|
"type": {
|
|
@@ -1170,7 +1080,7 @@
|
|
|
1170
1080
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1171
1081
|
"line": 77,
|
|
1172
1082
|
"character": 9,
|
|
1173
|
-
"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"
|
|
1174
1084
|
}
|
|
1175
1085
|
],
|
|
1176
1086
|
"type": {
|
|
@@ -1200,7 +1110,7 @@
|
|
|
1200
1110
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1201
1111
|
"line": 85,
|
|
1202
1112
|
"character": 9,
|
|
1203
|
-
"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"
|
|
1204
1114
|
}
|
|
1205
1115
|
],
|
|
1206
1116
|
"type": {
|
|
@@ -1221,7 +1131,7 @@
|
|
|
1221
1131
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1222
1132
|
"line": 32,
|
|
1223
1133
|
"character": 13,
|
|
1224
|
-
"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"
|
|
1225
1135
|
}
|
|
1226
1136
|
],
|
|
1227
1137
|
"setSignature": {
|
|
@@ -1314,7 +1224,7 @@
|
|
|
1314
1224
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1315
1225
|
"line": 68,
|
|
1316
1226
|
"character": 13,
|
|
1317
|
-
"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"
|
|
1318
1228
|
}
|
|
1319
1229
|
],
|
|
1320
1230
|
"setSignature": {
|
|
@@ -1379,7 +1289,7 @@
|
|
|
1379
1289
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1380
1290
|
"line": 58,
|
|
1381
1291
|
"character": 13,
|
|
1382
|
-
"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"
|
|
1383
1293
|
}
|
|
1384
1294
|
],
|
|
1385
1295
|
"setSignature": {
|
|
@@ -1429,7 +1339,7 @@
|
|
|
1429
1339
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1430
1340
|
"line": 107,
|
|
1431
1341
|
"character": 9,
|
|
1432
|
-
"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"
|
|
1433
1343
|
}
|
|
1434
1344
|
],
|
|
1435
1345
|
"signatures": [
|
|
@@ -1459,7 +1369,7 @@
|
|
|
1459
1369
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1460
1370
|
"line": 103,
|
|
1461
1371
|
"character": 9,
|
|
1462
|
-
"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"
|
|
1463
1373
|
}
|
|
1464
1374
|
],
|
|
1465
1375
|
"signatures": [
|
|
@@ -1497,7 +1407,7 @@
|
|
|
1497
1407
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1498
1408
|
"line": 99,
|
|
1499
1409
|
"character": 9,
|
|
1500
|
-
"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"
|
|
1501
1411
|
}
|
|
1502
1412
|
],
|
|
1503
1413
|
"signatures": [
|
|
@@ -1564,7 +1474,7 @@
|
|
|
1564
1474
|
"fileName": "projects/indicators/src/modules/alert/alert.component.ts",
|
|
1565
1475
|
"line": 25,
|
|
1566
1476
|
"character": 13,
|
|
1567
|
-
"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"
|
|
1568
1478
|
}
|
|
1569
1479
|
],
|
|
1570
1480
|
"implementedTypes": [
|
|
@@ -1632,7 +1542,7 @@
|
|
|
1632
1542
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1633
1543
|
"line": 86,
|
|
1634
1544
|
"character": 2,
|
|
1635
|
-
"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"
|
|
1636
1546
|
}
|
|
1637
1547
|
],
|
|
1638
1548
|
"signatures": [
|
|
@@ -1689,7 +1599,7 @@
|
|
|
1689
1599
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1690
1600
|
"line": 72,
|
|
1691
1601
|
"character": 9,
|
|
1692
|
-
"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"
|
|
1693
1603
|
}
|
|
1694
1604
|
],
|
|
1695
1605
|
"type": {
|
|
@@ -1710,7 +1620,7 @@
|
|
|
1710
1620
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1711
1621
|
"line": 70,
|
|
1712
1622
|
"character": 9,
|
|
1713
|
-
"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"
|
|
1714
1624
|
}
|
|
1715
1625
|
],
|
|
1716
1626
|
"type": {
|
|
@@ -1731,7 +1641,7 @@
|
|
|
1731
1641
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1732
1642
|
"line": 74,
|
|
1733
1643
|
"character": 9,
|
|
1734
|
-
"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"
|
|
1735
1645
|
}
|
|
1736
1646
|
],
|
|
1737
1647
|
"type": {
|
|
@@ -1752,7 +1662,7 @@
|
|
|
1752
1662
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1753
1663
|
"line": 76,
|
|
1754
1664
|
"character": 9,
|
|
1755
|
-
"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"
|
|
1756
1666
|
}
|
|
1757
1667
|
],
|
|
1758
1668
|
"type": {
|
|
@@ -1775,7 +1685,7 @@
|
|
|
1775
1685
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1776
1686
|
"line": 78,
|
|
1777
1687
|
"character": 9,
|
|
1778
|
-
"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"
|
|
1779
1689
|
}
|
|
1780
1690
|
],
|
|
1781
1691
|
"type": {
|
|
@@ -1796,13 +1706,13 @@
|
|
|
1796
1706
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1797
1707
|
"line": 61,
|
|
1798
1708
|
"character": 13,
|
|
1799
|
-
"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"
|
|
1800
1710
|
},
|
|
1801
1711
|
{
|
|
1802
1712
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1803
1713
|
"line": 66,
|
|
1804
1714
|
"character": 13,
|
|
1805
|
-
"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"
|
|
1806
1716
|
}
|
|
1807
1717
|
],
|
|
1808
1718
|
"getSignature": {
|
|
@@ -1878,13 +1788,13 @@
|
|
|
1878
1788
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1879
1789
|
"line": 47,
|
|
1880
1790
|
"character": 13,
|
|
1881
|
-
"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"
|
|
1882
1792
|
},
|
|
1883
1793
|
{
|
|
1884
1794
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1885
1795
|
"line": 52,
|
|
1886
1796
|
"character": 13,
|
|
1887
|
-
"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"
|
|
1888
1798
|
}
|
|
1889
1799
|
],
|
|
1890
1800
|
"getSignature": {
|
|
@@ -1952,7 +1862,7 @@
|
|
|
1952
1862
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
1953
1863
|
"line": 34,
|
|
1954
1864
|
"character": 13,
|
|
1955
|
-
"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"
|
|
1956
1866
|
}
|
|
1957
1867
|
],
|
|
1958
1868
|
"setSignature": {
|
|
@@ -2013,7 +1923,7 @@
|
|
|
2013
1923
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
2014
1924
|
"line": 94,
|
|
2015
1925
|
"character": 9,
|
|
2016
|
-
"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"
|
|
2017
1927
|
}
|
|
2018
1928
|
],
|
|
2019
1929
|
"signatures": [
|
|
@@ -2076,7 +1986,7 @@
|
|
|
2076
1986
|
"fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
|
|
2077
1987
|
"line": 28,
|
|
2078
1988
|
"character": 13,
|
|
2079
|
-
"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"
|
|
2080
1990
|
}
|
|
2081
1991
|
],
|
|
2082
1992
|
"implementedTypes": [
|
|
@@ -2114,7 +2024,7 @@
|
|
|
2114
2024
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2115
2025
|
"line": 137,
|
|
2116
2026
|
"character": 2,
|
|
2117
|
-
"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"
|
|
2118
2028
|
}
|
|
2119
2029
|
],
|
|
2120
2030
|
"signatures": [
|
|
@@ -2177,7 +2087,7 @@
|
|
|
2177
2087
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2178
2088
|
"line": 112,
|
|
2179
2089
|
"character": 13,
|
|
2180
|
-
"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"
|
|
2181
2091
|
}
|
|
2182
2092
|
],
|
|
2183
2093
|
"setSignature": {
|
|
@@ -2238,7 +2148,7 @@
|
|
|
2238
2148
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2239
2149
|
"line": 148,
|
|
2240
2150
|
"character": 9,
|
|
2241
|
-
"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"
|
|
2242
2152
|
}
|
|
2243
2153
|
],
|
|
2244
2154
|
"signatures": [
|
|
@@ -2276,7 +2186,7 @@
|
|
|
2276
2186
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2277
2187
|
"line": 142,
|
|
2278
2188
|
"character": 9,
|
|
2279
|
-
"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"
|
|
2280
2190
|
}
|
|
2281
2191
|
],
|
|
2282
2192
|
"signatures": [
|
|
@@ -2329,7 +2239,7 @@
|
|
|
2329
2239
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2330
2240
|
"line": 156,
|
|
2331
2241
|
"character": 9,
|
|
2332
|
-
"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"
|
|
2333
2243
|
}
|
|
2334
2244
|
],
|
|
2335
2245
|
"signatures": [
|
|
@@ -2382,7 +2292,7 @@
|
|
|
2382
2292
|
"fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
|
|
2383
2293
|
"line": 105,
|
|
2384
2294
|
"character": 13,
|
|
2385
|
-
"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"
|
|
2386
2296
|
}
|
|
2387
2297
|
],
|
|
2388
2298
|
"implementedTypes": [
|
|
@@ -2424,7 +2334,7 @@
|
|
|
2424
2334
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2425
2335
|
"line": 97,
|
|
2426
2336
|
"character": 2,
|
|
2427
|
-
"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"
|
|
2428
2338
|
}
|
|
2429
2339
|
],
|
|
2430
2340
|
"signatures": [
|
|
@@ -2476,7 +2386,7 @@
|
|
|
2476
2386
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2477
2387
|
"line": 85,
|
|
2478
2388
|
"character": 9,
|
|
2479
|
-
"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"
|
|
2480
2390
|
}
|
|
2481
2391
|
],
|
|
2482
2392
|
"type": {
|
|
@@ -2540,7 +2450,7 @@
|
|
|
2540
2450
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2541
2451
|
"line": 40,
|
|
2542
2452
|
"character": 9,
|
|
2543
|
-
"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"
|
|
2544
2454
|
}
|
|
2545
2455
|
],
|
|
2546
2456
|
"type": {
|
|
@@ -2561,7 +2471,7 @@
|
|
|
2561
2471
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2562
2472
|
"line": 89,
|
|
2563
2473
|
"character": 9,
|
|
2564
|
-
"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"
|
|
2565
2475
|
}
|
|
2566
2476
|
],
|
|
2567
2477
|
"type": {
|
|
@@ -2591,7 +2501,7 @@
|
|
|
2591
2501
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2592
2502
|
"line": 76,
|
|
2593
2503
|
"character": 9,
|
|
2594
|
-
"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"
|
|
2595
2505
|
}
|
|
2596
2506
|
],
|
|
2597
2507
|
"type": {
|
|
@@ -2621,7 +2531,7 @@
|
|
|
2621
2531
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2622
2532
|
"line": 87,
|
|
2623
2533
|
"character": 9,
|
|
2624
|
-
"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"
|
|
2625
2535
|
}
|
|
2626
2536
|
],
|
|
2627
2537
|
"type": {
|
|
@@ -2643,7 +2553,7 @@
|
|
|
2643
2553
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2644
2554
|
"line": 90,
|
|
2645
2555
|
"character": 9,
|
|
2646
|
-
"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"
|
|
2647
2557
|
}
|
|
2648
2558
|
],
|
|
2649
2559
|
"type": {
|
|
@@ -2665,7 +2575,7 @@
|
|
|
2665
2575
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2666
2576
|
"line": 88,
|
|
2667
2577
|
"character": 9,
|
|
2668
|
-
"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"
|
|
2669
2579
|
}
|
|
2670
2580
|
],
|
|
2671
2581
|
"type": {
|
|
@@ -2703,7 +2613,7 @@
|
|
|
2703
2613
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2704
2614
|
"line": 82,
|
|
2705
2615
|
"character": 9,
|
|
2706
|
-
"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"
|
|
2707
2617
|
}
|
|
2708
2618
|
],
|
|
2709
2619
|
"type": {
|
|
@@ -2733,13 +2643,13 @@
|
|
|
2733
2643
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2734
2644
|
"line": 25,
|
|
2735
2645
|
"character": 13,
|
|
2736
|
-
"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"
|
|
2737
2647
|
},
|
|
2738
2648
|
{
|
|
2739
2649
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2740
2650
|
"line": 29,
|
|
2741
2651
|
"character": 13,
|
|
2742
|
-
"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"
|
|
2743
2653
|
}
|
|
2744
2654
|
],
|
|
2745
2655
|
"getSignature": {
|
|
@@ -2818,13 +2728,13 @@
|
|
|
2818
2728
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2819
2729
|
"line": 47,
|
|
2820
2730
|
"character": 13,
|
|
2821
|
-
"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"
|
|
2822
2732
|
},
|
|
2823
2733
|
{
|
|
2824
2734
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2825
2735
|
"line": 51,
|
|
2826
2736
|
"character": 13,
|
|
2827
|
-
"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"
|
|
2828
2738
|
}
|
|
2829
2739
|
],
|
|
2830
2740
|
"getSignature": {
|
|
@@ -2895,7 +2805,7 @@
|
|
|
2895
2805
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2896
2806
|
"line": 61,
|
|
2897
2807
|
"character": 13,
|
|
2898
|
-
"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"
|
|
2899
2809
|
}
|
|
2900
2810
|
],
|
|
2901
2811
|
"setSignature": {
|
|
@@ -2963,7 +2873,7 @@
|
|
|
2963
2873
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
2964
2874
|
"line": 114,
|
|
2965
2875
|
"character": 9,
|
|
2966
|
-
"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"
|
|
2967
2877
|
}
|
|
2968
2878
|
],
|
|
2969
2879
|
"signatures": [
|
|
@@ -3008,7 +2918,7 @@
|
|
|
3008
2918
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3009
2919
|
"line": 119,
|
|
3010
2920
|
"character": 9,
|
|
3011
|
-
"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"
|
|
3012
2922
|
}
|
|
3013
2923
|
],
|
|
3014
2924
|
"signatures": [
|
|
@@ -3038,7 +2948,7 @@
|
|
|
3038
2948
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3039
2949
|
"line": 127,
|
|
3040
2950
|
"character": 9,
|
|
3041
|
-
"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"
|
|
3042
2952
|
}
|
|
3043
2953
|
],
|
|
3044
2954
|
"signatures": [
|
|
@@ -3081,7 +2991,7 @@
|
|
|
3081
2991
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3082
2992
|
"line": 123,
|
|
3083
2993
|
"character": 9,
|
|
3084
|
-
"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"
|
|
3085
2995
|
}
|
|
3086
2996
|
],
|
|
3087
2997
|
"signatures": [
|
|
@@ -3155,7 +3065,7 @@
|
|
|
3155
3065
|
"fileName": "projects/indicators/src/modules/tokens/token.component.ts",
|
|
3156
3066
|
"line": 17,
|
|
3157
3067
|
"character": 13,
|
|
3158
|
-
"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"
|
|
3159
3069
|
}
|
|
3160
3070
|
]
|
|
3161
3071
|
},
|
|
@@ -3185,7 +3095,7 @@
|
|
|
3185
3095
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3186
3096
|
"line": 229,
|
|
3187
3097
|
"character": 2,
|
|
3188
|
-
"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"
|
|
3189
3099
|
}
|
|
3190
3100
|
],
|
|
3191
3101
|
"signatures": [
|
|
@@ -3247,7 +3157,7 @@
|
|
|
3247
3157
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3248
3158
|
"line": 164,
|
|
3249
3159
|
"character": 9,
|
|
3250
|
-
"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"
|
|
3251
3161
|
}
|
|
3252
3162
|
],
|
|
3253
3163
|
"type": {
|
|
@@ -3293,7 +3203,7 @@
|
|
|
3293
3203
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3294
3204
|
"line": 171,
|
|
3295
3205
|
"character": 9,
|
|
3296
|
-
"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"
|
|
3297
3207
|
}
|
|
3298
3208
|
],
|
|
3299
3209
|
"type": {
|
|
@@ -3323,7 +3233,7 @@
|
|
|
3323
3233
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3324
3234
|
"line": 220,
|
|
3325
3235
|
"character": 9,
|
|
3326
|
-
"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"
|
|
3327
3237
|
}
|
|
3328
3238
|
],
|
|
3329
3239
|
"type": {
|
|
@@ -3361,7 +3271,7 @@
|
|
|
3361
3271
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3362
3272
|
"line": 177,
|
|
3363
3273
|
"character": 9,
|
|
3364
|
-
"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"
|
|
3365
3275
|
}
|
|
3366
3276
|
],
|
|
3367
3277
|
"type": {
|
|
@@ -3406,7 +3316,7 @@
|
|
|
3406
3316
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3407
3317
|
"line": 184,
|
|
3408
3318
|
"character": 9,
|
|
3409
|
-
"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"
|
|
3410
3320
|
}
|
|
3411
3321
|
],
|
|
3412
3322
|
"type": {
|
|
@@ -3446,7 +3356,7 @@
|
|
|
3446
3356
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3447
3357
|
"line": 211,
|
|
3448
3358
|
"character": 9,
|
|
3449
|
-
"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"
|
|
3450
3360
|
}
|
|
3451
3361
|
],
|
|
3452
3362
|
"type": {
|
|
@@ -3490,7 +3400,7 @@
|
|
|
3490
3400
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3491
3401
|
"line": 111,
|
|
3492
3402
|
"character": 9,
|
|
3493
|
-
"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"
|
|
3494
3404
|
}
|
|
3495
3405
|
],
|
|
3496
3406
|
"type": {
|
|
@@ -3511,13 +3421,13 @@
|
|
|
3511
3421
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3512
3422
|
"line": 193,
|
|
3513
3423
|
"character": 13,
|
|
3514
|
-
"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"
|
|
3515
3425
|
},
|
|
3516
3426
|
{
|
|
3517
3427
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3518
3428
|
"line": 197,
|
|
3519
3429
|
"character": 13,
|
|
3520
|
-
"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"
|
|
3521
3431
|
}
|
|
3522
3432
|
],
|
|
3523
3433
|
"getSignature": {
|
|
@@ -3569,13 +3479,13 @@
|
|
|
3569
3479
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3570
3480
|
"line": 72,
|
|
3571
3481
|
"character": 13,
|
|
3572
|
-
"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"
|
|
3573
3483
|
},
|
|
3574
3484
|
{
|
|
3575
3485
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3576
3486
|
"line": 76,
|
|
3577
3487
|
"character": 13,
|
|
3578
|
-
"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"
|
|
3579
3489
|
}
|
|
3580
3490
|
],
|
|
3581
3491
|
"getSignature": {
|
|
@@ -3654,13 +3564,13 @@
|
|
|
3654
3564
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3655
3565
|
"line": 85,
|
|
3656
3566
|
"character": 13,
|
|
3657
|
-
"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"
|
|
3658
3568
|
},
|
|
3659
3569
|
{
|
|
3660
3570
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3661
3571
|
"line": 89,
|
|
3662
3572
|
"character": 13,
|
|
3663
|
-
"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"
|
|
3664
3574
|
}
|
|
3665
3575
|
],
|
|
3666
3576
|
"getSignature": {
|
|
@@ -3731,13 +3641,13 @@
|
|
|
3731
3641
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3732
3642
|
"line": 98,
|
|
3733
3643
|
"character": 13,
|
|
3734
|
-
"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"
|
|
3735
3645
|
},
|
|
3736
3646
|
{
|
|
3737
3647
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3738
3648
|
"line": 102,
|
|
3739
3649
|
"character": 13,
|
|
3740
|
-
"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"
|
|
3741
3651
|
}
|
|
3742
3652
|
],
|
|
3743
3653
|
"getSignature": {
|
|
@@ -3808,13 +3718,13 @@
|
|
|
3808
3718
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3809
3719
|
"line": 120,
|
|
3810
3720
|
"character": 13,
|
|
3811
|
-
"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"
|
|
3812
3722
|
},
|
|
3813
3723
|
{
|
|
3814
3724
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3815
3725
|
"line": 124,
|
|
3816
3726
|
"character": 13,
|
|
3817
|
-
"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"
|
|
3818
3728
|
}
|
|
3819
3729
|
],
|
|
3820
3730
|
"getSignature": {
|
|
@@ -3893,13 +3803,13 @@
|
|
|
3893
3803
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3894
3804
|
"line": 150,
|
|
3895
3805
|
"character": 13,
|
|
3896
|
-
"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"
|
|
3897
3807
|
},
|
|
3898
3808
|
{
|
|
3899
3809
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3900
3810
|
"line": 155,
|
|
3901
3811
|
"character": 13,
|
|
3902
|
-
"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"
|
|
3903
3813
|
}
|
|
3904
3814
|
],
|
|
3905
3815
|
"getSignature": {
|
|
@@ -3985,13 +3895,13 @@
|
|
|
3985
3895
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3986
3896
|
"line": 132,
|
|
3987
3897
|
"character": 13,
|
|
3988
|
-
"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"
|
|
3989
3899
|
},
|
|
3990
3900
|
{
|
|
3991
3901
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
3992
3902
|
"line": 141,
|
|
3993
3903
|
"character": 13,
|
|
3994
|
-
"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"
|
|
3995
3905
|
}
|
|
3996
3906
|
],
|
|
3997
3907
|
"getSignature": {
|
|
@@ -4071,7 +3981,7 @@
|
|
|
4071
3981
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4072
3982
|
"line": 258,
|
|
4073
3983
|
"character": 9,
|
|
4074
|
-
"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"
|
|
4075
3985
|
}
|
|
4076
3986
|
],
|
|
4077
3987
|
"signatures": [
|
|
@@ -4101,7 +4011,7 @@
|
|
|
4101
4011
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4102
4012
|
"line": 245,
|
|
4103
4013
|
"character": 9,
|
|
4104
|
-
"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"
|
|
4105
4015
|
}
|
|
4106
4016
|
],
|
|
4107
4017
|
"signatures": [
|
|
@@ -4139,7 +4049,7 @@
|
|
|
4139
4049
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4140
4050
|
"line": 250,
|
|
4141
4051
|
"character": 9,
|
|
4142
|
-
"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"
|
|
4143
4053
|
}
|
|
4144
4054
|
],
|
|
4145
4055
|
"signatures": [
|
|
@@ -4189,7 +4099,7 @@
|
|
|
4189
4099
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4190
4100
|
"line": 262,
|
|
4191
4101
|
"character": 9,
|
|
4192
|
-
"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"
|
|
4193
4103
|
}
|
|
4194
4104
|
],
|
|
4195
4105
|
"signatures": [
|
|
@@ -4234,7 +4144,7 @@
|
|
|
4234
4144
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4235
4145
|
"line": 290,
|
|
4236
4146
|
"character": 9,
|
|
4237
|
-
"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"
|
|
4238
4148
|
}
|
|
4239
4149
|
],
|
|
4240
4150
|
"signatures": [
|
|
@@ -4284,7 +4194,7 @@
|
|
|
4284
4194
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4285
4195
|
"line": 284,
|
|
4286
4196
|
"character": 9,
|
|
4287
|
-
"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"
|
|
4288
4198
|
}
|
|
4289
4199
|
],
|
|
4290
4200
|
"signatures": [
|
|
@@ -4370,7 +4280,7 @@
|
|
|
4370
4280
|
"fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
|
|
4371
4281
|
"line": 64,
|
|
4372
4282
|
"character": 13,
|
|
4373
|
-
"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"
|
|
4374
4284
|
}
|
|
4375
4285
|
],
|
|
4376
4286
|
"implementedTypes": [
|
|
@@ -4400,7 +4310,7 @@
|
|
|
4400
4310
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4401
4311
|
"line": 121,
|
|
4402
4312
|
"character": 2,
|
|
4403
|
-
"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"
|
|
4404
4314
|
}
|
|
4405
4315
|
],
|
|
4406
4316
|
"signatures": [
|
|
@@ -4474,7 +4384,7 @@
|
|
|
4474
4384
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4475
4385
|
"line": 107,
|
|
4476
4386
|
"character": 9,
|
|
4477
|
-
"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"
|
|
4478
4388
|
}
|
|
4479
4389
|
],
|
|
4480
4390
|
"type": {
|
|
@@ -4504,7 +4414,7 @@
|
|
|
4504
4414
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4505
4415
|
"line": 35,
|
|
4506
4416
|
"character": 13,
|
|
4507
|
-
"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"
|
|
4508
4418
|
}
|
|
4509
4419
|
],
|
|
4510
4420
|
"setSignature": {
|
|
@@ -4569,13 +4479,13 @@
|
|
|
4569
4479
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4570
4480
|
"line": 76,
|
|
4571
4481
|
"character": 13,
|
|
4572
|
-
"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"
|
|
4573
4483
|
},
|
|
4574
4484
|
{
|
|
4575
4485
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4576
4486
|
"line": 88,
|
|
4577
4487
|
"character": 13,
|
|
4578
|
-
"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"
|
|
4579
4489
|
}
|
|
4580
4490
|
],
|
|
4581
4491
|
"getSignature": {
|
|
@@ -4678,13 +4588,13 @@
|
|
|
4678
4588
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4679
4589
|
"line": 98,
|
|
4680
4590
|
"character": 13,
|
|
4681
|
-
"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"
|
|
4682
4592
|
},
|
|
4683
4593
|
{
|
|
4684
4594
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4685
4595
|
"line": 103,
|
|
4686
4596
|
"character": 13,
|
|
4687
|
-
"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"
|
|
4688
4598
|
}
|
|
4689
4599
|
],
|
|
4690
4600
|
"getSignature": {
|
|
@@ -4763,13 +4673,13 @@
|
|
|
4763
4673
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4764
4674
|
"line": 44,
|
|
4765
4675
|
"character": 13,
|
|
4766
|
-
"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"
|
|
4767
4677
|
},
|
|
4768
4678
|
{
|
|
4769
4679
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4770
4680
|
"line": 64,
|
|
4771
4681
|
"character": 13,
|
|
4772
|
-
"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"
|
|
4773
4683
|
}
|
|
4774
4684
|
],
|
|
4775
4685
|
"getSignature": {
|
|
@@ -4845,7 +4755,7 @@
|
|
|
4845
4755
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4846
4756
|
"line": 137,
|
|
4847
4757
|
"character": 9,
|
|
4848
|
-
"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"
|
|
4849
4759
|
}
|
|
4850
4760
|
],
|
|
4851
4761
|
"signatures": [
|
|
@@ -4883,7 +4793,7 @@
|
|
|
4883
4793
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4884
4794
|
"line": 133,
|
|
4885
4795
|
"character": 9,
|
|
4886
|
-
"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"
|
|
4887
4797
|
}
|
|
4888
4798
|
],
|
|
4889
4799
|
"signatures": [
|
|
@@ -4944,7 +4854,7 @@
|
|
|
4944
4854
|
"fileName": "projects/indicators/src/modules/wait/wait.component.ts",
|
|
4945
4855
|
"line": 24,
|
|
4946
4856
|
"character": 13,
|
|
4947
|
-
"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"
|
|
4948
4858
|
}
|
|
4949
4859
|
],
|
|
4950
4860
|
"implementedTypes": [
|
|
@@ -4990,7 +4900,7 @@
|
|
|
4990
4900
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
4991
4901
|
"line": 13,
|
|
4992
4902
|
"character": 9,
|
|
4993
|
-
"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"
|
|
4994
4904
|
}
|
|
4995
4905
|
],
|
|
4996
4906
|
"type": {
|
|
@@ -5020,7 +4930,7 @@
|
|
|
5020
4930
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
5021
4931
|
"line": 15,
|
|
5022
4932
|
"character": 9,
|
|
5023
|
-
"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"
|
|
5024
4934
|
}
|
|
5025
4935
|
],
|
|
5026
4936
|
"signatures": [
|
|
@@ -5063,7 +4973,7 @@
|
|
|
5063
4973
|
"fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
|
|
5064
4974
|
"line": 8,
|
|
5065
4975
|
"character": 13,
|
|
5066
|
-
"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"
|
|
5067
4977
|
}
|
|
5068
4978
|
]
|
|
5069
4979
|
},
|
|
@@ -5106,7 +5016,7 @@
|
|
|
5106
5016
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5107
5017
|
"line": 45,
|
|
5108
5018
|
"character": 9,
|
|
5109
|
-
"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"
|
|
5110
5020
|
}
|
|
5111
5021
|
],
|
|
5112
5022
|
"type": {
|
|
@@ -5149,7 +5059,7 @@
|
|
|
5149
5059
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5150
5060
|
"line": 20,
|
|
5151
5061
|
"character": 9,
|
|
5152
|
-
"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"
|
|
5153
5063
|
}
|
|
5154
5064
|
],
|
|
5155
5065
|
"type": {
|
|
@@ -5205,7 +5115,7 @@
|
|
|
5205
5115
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5206
5116
|
"line": 29,
|
|
5207
5117
|
"character": 9,
|
|
5208
|
-
"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"
|
|
5209
5119
|
}
|
|
5210
5120
|
],
|
|
5211
5121
|
"type": {
|
|
@@ -5243,7 +5153,7 @@
|
|
|
5243
5153
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5244
5154
|
"line": 36,
|
|
5245
5155
|
"character": 9,
|
|
5246
|
-
"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"
|
|
5247
5157
|
}
|
|
5248
5158
|
],
|
|
5249
5159
|
"type": {
|
|
@@ -5272,7 +5182,7 @@
|
|
|
5272
5182
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5273
5183
|
"line": 52,
|
|
5274
5184
|
"character": 9,
|
|
5275
|
-
"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"
|
|
5276
5186
|
}
|
|
5277
5187
|
],
|
|
5278
5188
|
"type": {
|
|
@@ -5305,7 +5215,7 @@
|
|
|
5305
5215
|
"fileName": "projects/indicators/src/modules/icon/icon.component.ts",
|
|
5306
5216
|
"line": 12,
|
|
5307
5217
|
"character": 13,
|
|
5308
|
-
"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"
|
|
5309
5219
|
}
|
|
5310
5220
|
]
|
|
5311
5221
|
},
|
|
@@ -5367,7 +5277,7 @@
|
|
|
5367
5277
|
"fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
|
|
5368
5278
|
"line": 13,
|
|
5369
5279
|
"character": 13,
|
|
5370
|
-
"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"
|
|
5371
5281
|
}
|
|
5372
5282
|
]
|
|
5373
5283
|
},
|
|
@@ -5405,7 +5315,7 @@
|
|
|
5405
5315
|
"fileName": "projects/indicators/src/modules/key-info/key-info-value.component.ts",
|
|
5406
5316
|
"line": 11,
|
|
5407
5317
|
"character": 13,
|
|
5408
|
-
"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"
|
|
5409
5319
|
}
|
|
5410
5320
|
]
|
|
5411
5321
|
},
|
|
@@ -5448,7 +5358,7 @@
|
|
|
5448
5358
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5449
5359
|
"line": 17,
|
|
5450
5360
|
"character": 9,
|
|
5451
|
-
"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"
|
|
5452
5362
|
}
|
|
5453
5363
|
],
|
|
5454
5364
|
"type": {
|
|
@@ -5478,7 +5388,7 @@
|
|
|
5478
5388
|
"fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
|
|
5479
5389
|
"line": 10,
|
|
5480
5390
|
"character": 13,
|
|
5481
|
-
"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"
|
|
5482
5392
|
}
|
|
5483
5393
|
]
|
|
5484
5394
|
},
|
|
@@ -5500,7 +5410,7 @@
|
|
|
5500
5410
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5501
5411
|
"line": 77,
|
|
5502
5412
|
"character": 2,
|
|
5503
|
-
"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"
|
|
5504
5414
|
}
|
|
5505
5415
|
],
|
|
5506
5416
|
"signatures": [
|
|
@@ -5557,7 +5467,7 @@
|
|
|
5557
5467
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5558
5468
|
"line": 57,
|
|
5559
5469
|
"character": 9,
|
|
5560
|
-
"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"
|
|
5561
5471
|
}
|
|
5562
5472
|
],
|
|
5563
5473
|
"type": {
|
|
@@ -5578,7 +5488,7 @@
|
|
|
5578
5488
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5579
5489
|
"line": 59,
|
|
5580
5490
|
"character": 9,
|
|
5581
|
-
"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"
|
|
5582
5492
|
}
|
|
5583
5493
|
],
|
|
5584
5494
|
"type": {
|
|
@@ -5599,7 +5509,7 @@
|
|
|
5599
5509
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5600
5510
|
"line": 61,
|
|
5601
5511
|
"character": 9,
|
|
5602
|
-
"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"
|
|
5603
5513
|
}
|
|
5604
5514
|
],
|
|
5605
5515
|
"type": {
|
|
@@ -5620,7 +5530,7 @@
|
|
|
5620
5530
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5621
5531
|
"line": 63,
|
|
5622
5532
|
"character": 9,
|
|
5623
|
-
"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"
|
|
5624
5534
|
}
|
|
5625
5535
|
],
|
|
5626
5536
|
"type": {
|
|
@@ -5643,7 +5553,7 @@
|
|
|
5643
5553
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5644
5554
|
"line": 65,
|
|
5645
5555
|
"character": 9,
|
|
5646
|
-
"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"
|
|
5647
5557
|
}
|
|
5648
5558
|
],
|
|
5649
5559
|
"type": {
|
|
@@ -5664,7 +5574,7 @@
|
|
|
5664
5574
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5665
5575
|
"line": 52,
|
|
5666
5576
|
"character": 13,
|
|
5667
|
-
"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"
|
|
5668
5578
|
}
|
|
5669
5579
|
],
|
|
5670
5580
|
"setSignature": {
|
|
@@ -5729,7 +5639,7 @@
|
|
|
5729
5639
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5730
5640
|
"line": 42,
|
|
5731
5641
|
"character": 13,
|
|
5732
|
-
"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"
|
|
5733
5643
|
}
|
|
5734
5644
|
],
|
|
5735
5645
|
"setSignature": {
|
|
@@ -5779,7 +5689,7 @@
|
|
|
5779
5689
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5780
5690
|
"line": 31,
|
|
5781
5691
|
"character": 13,
|
|
5782
|
-
"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"
|
|
5783
5693
|
}
|
|
5784
5694
|
],
|
|
5785
5695
|
"setSignature": {
|
|
@@ -5840,7 +5750,7 @@
|
|
|
5840
5750
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5841
5751
|
"line": 89,
|
|
5842
5752
|
"character": 9,
|
|
5843
|
-
"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"
|
|
5844
5754
|
}
|
|
5845
5755
|
],
|
|
5846
5756
|
"signatures": [
|
|
@@ -5878,7 +5788,7 @@
|
|
|
5878
5788
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5879
5789
|
"line": 85,
|
|
5880
5790
|
"character": 9,
|
|
5881
|
-
"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"
|
|
5882
5792
|
}
|
|
5883
5793
|
],
|
|
5884
5794
|
"signatures": [
|
|
@@ -5942,7 +5852,7 @@
|
|
|
5942
5852
|
"fileName": "projects/indicators/src/modules/label/label.component.ts",
|
|
5943
5853
|
"line": 25,
|
|
5944
5854
|
"character": 13,
|
|
5945
|
-
"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"
|
|
5946
5856
|
}
|
|
5947
5857
|
],
|
|
5948
5858
|
"implementedTypes": [
|
|
@@ -6002,7 +5912,7 @@
|
|
|
6002
5912
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
6003
5913
|
"line": 7,
|
|
6004
5914
|
"character": 2,
|
|
6005
|
-
"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"
|
|
6006
5916
|
}
|
|
6007
5917
|
],
|
|
6008
5918
|
"type": {
|
|
@@ -6025,7 +5935,7 @@
|
|
|
6025
5935
|
"fileName": "projects/indicators/src/modules/tokens/types/token.ts",
|
|
6026
5936
|
"line": 2,
|
|
6027
5937
|
"character": 17,
|
|
6028
|
-
"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"
|
|
6029
5939
|
}
|
|
6030
5940
|
],
|
|
6031
5941
|
"typeParameters": [
|
|
@@ -6070,7 +5980,7 @@
|
|
|
6070
5980
|
"fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
|
|
6071
5981
|
"line": 7,
|
|
6072
5982
|
"character": 2,
|
|
6073
|
-
"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"
|
|
6074
5984
|
}
|
|
6075
5985
|
],
|
|
6076
5986
|
"type": {
|
|
@@ -6100,7 +6010,7 @@
|
|
|
6100
6010
|
"fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
|
|
6101
6011
|
"line": 3,
|
|
6102
6012
|
"character": 17,
|
|
6103
|
-
"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"
|
|
6104
6014
|
}
|
|
6105
6015
|
],
|
|
6106
6016
|
"typeParameters": [
|
|
@@ -6145,7 +6055,7 @@
|
|
|
6145
6055
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
|
|
6146
6056
|
"line": 7,
|
|
6147
6057
|
"character": 2,
|
|
6148
|
-
"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"
|
|
6149
6059
|
}
|
|
6150
6060
|
],
|
|
6151
6061
|
"type": {
|
|
@@ -6168,7 +6078,7 @@
|
|
|
6168
6078
|
"fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
|
|
6169
6079
|
"line": 3,
|
|
6170
6080
|
"character": 17,
|
|
6171
|
-
"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"
|
|
6172
6082
|
}
|
|
6173
6083
|
]
|
|
6174
6084
|
},
|
|
@@ -6183,7 +6093,7 @@
|
|
|
6183
6093
|
"fileName": "projects/indicators/src/modules/icon/types/icon-type.ts",
|
|
6184
6094
|
"line": 1,
|
|
6185
6095
|
"character": 12,
|
|
6186
|
-
"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"
|
|
6187
6097
|
}
|
|
6188
6098
|
],
|
|
6189
6099
|
"type": {
|
|
@@ -6211,7 +6121,7 @@
|
|
|
6211
6121
|
"fileName": "projects/indicators/src/modules/icon/types/icon-variant-type.ts",
|
|
6212
6122
|
"line": 1,
|
|
6213
6123
|
"character": 12,
|
|
6214
|
-
"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"
|
|
6215
6125
|
}
|
|
6216
6126
|
],
|
|
6217
6127
|
"type": {
|
|
@@ -6239,7 +6149,7 @@
|
|
|
6239
6149
|
"fileName": "projects/indicators/src/modules/shared/indicator-description-type.ts",
|
|
6240
6150
|
"line": 1,
|
|
6241
6151
|
"character": 12,
|
|
6242
|
-
"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"
|
|
6243
6153
|
}
|
|
6244
6154
|
],
|
|
6245
6155
|
"type": {
|
|
@@ -6303,7 +6213,7 @@
|
|
|
6303
6213
|
"fileName": "projects/indicators/src/modules/shared/indicator-icon-type.ts",
|
|
6304
6214
|
"line": 1,
|
|
6305
6215
|
"character": 12,
|
|
6306
|
-
"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"
|
|
6307
6217
|
}
|
|
6308
6218
|
],
|
|
6309
6219
|
"type": {
|
|
@@ -6339,7 +6249,7 @@
|
|
|
6339
6249
|
"fileName": "projects/indicators/src/modules/key-info/key-info-layout-type.ts",
|
|
6340
6250
|
"line": 1,
|
|
6341
6251
|
"character": 12,
|
|
6342
|
-
"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"
|
|
6343
6253
|
}
|
|
6344
6254
|
],
|
|
6345
6255
|
"type": {
|
|
@@ -6367,7 +6277,7 @@
|
|
|
6367
6277
|
"fileName": "projects/indicators/src/modules/label/label-type.ts",
|
|
6368
6278
|
"line": 1,
|
|
6369
6279
|
"character": 12,
|
|
6370
|
-
"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"
|
|
6371
6281
|
}
|
|
6372
6282
|
],
|
|
6373
6283
|
"type": {
|
|
@@ -6393,7 +6303,7 @@
|
|
|
6393
6303
|
}
|
|
6394
6304
|
},
|
|
6395
6305
|
{
|
|
6396
|
-
"id":
|
|
6306
|
+
"id": 436,
|
|
6397
6307
|
"name": "SkyAlertHarness",
|
|
6398
6308
|
"kind": 128,
|
|
6399
6309
|
"kindString": "Class",
|
|
@@ -6408,7 +6318,7 @@
|
|
|
6408
6318
|
},
|
|
6409
6319
|
"children": [
|
|
6410
6320
|
{
|
|
6411
|
-
"id":
|
|
6321
|
+
"id": 446,
|
|
6412
6322
|
"name": "constructor",
|
|
6413
6323
|
"kind": 512,
|
|
6414
6324
|
"kindString": "Constructor",
|
|
@@ -6422,14 +6332,14 @@
|
|
|
6422
6332
|
],
|
|
6423
6333
|
"signatures": [
|
|
6424
6334
|
{
|
|
6425
|
-
"id":
|
|
6335
|
+
"id": 447,
|
|
6426
6336
|
"name": "new SkyAlertHarness",
|
|
6427
6337
|
"kind": 16384,
|
|
6428
6338
|
"kindString": "Constructor signature",
|
|
6429
6339
|
"flags": {},
|
|
6430
6340
|
"parameters": [
|
|
6431
6341
|
{
|
|
6432
|
-
"id":
|
|
6342
|
+
"id": 448,
|
|
6433
6343
|
"name": "locatorFactory",
|
|
6434
6344
|
"kind": 32768,
|
|
6435
6345
|
"kindString": "Parameter",
|
|
@@ -6444,7 +6354,7 @@
|
|
|
6444
6354
|
],
|
|
6445
6355
|
"type": {
|
|
6446
6356
|
"type": "reference",
|
|
6447
|
-
"id":
|
|
6357
|
+
"id": 436,
|
|
6448
6358
|
"name": "SkyAlertHarness"
|
|
6449
6359
|
},
|
|
6450
6360
|
"inheritedFrom": {
|
|
@@ -6459,7 +6369,7 @@
|
|
|
6459
6369
|
}
|
|
6460
6370
|
},
|
|
6461
6371
|
{
|
|
6462
|
-
"id":
|
|
6372
|
+
"id": 457,
|
|
6463
6373
|
"name": "close",
|
|
6464
6374
|
"kind": 2048,
|
|
6465
6375
|
"kindString": "Method",
|
|
@@ -6471,12 +6381,12 @@
|
|
|
6471
6381
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6472
6382
|
"line": 65,
|
|
6473
6383
|
"character": 15,
|
|
6474
|
-
"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"
|
|
6475
6385
|
}
|
|
6476
6386
|
],
|
|
6477
6387
|
"signatures": [
|
|
6478
6388
|
{
|
|
6479
|
-
"id":
|
|
6389
|
+
"id": 458,
|
|
6480
6390
|
"name": "close",
|
|
6481
6391
|
"kind": 4096,
|
|
6482
6392
|
"kindString": "Call signature",
|
|
@@ -6505,7 +6415,7 @@
|
|
|
6505
6415
|
]
|
|
6506
6416
|
},
|
|
6507
6417
|
{
|
|
6508
|
-
"id":
|
|
6418
|
+
"id": 453,
|
|
6509
6419
|
"name": "getAlertType",
|
|
6510
6420
|
"kind": 2048,
|
|
6511
6421
|
"kindString": "Method",
|
|
@@ -6517,12 +6427,12 @@
|
|
|
6517
6427
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6518
6428
|
"line": 37,
|
|
6519
6429
|
"character": 15,
|
|
6520
|
-
"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"
|
|
6521
6431
|
}
|
|
6522
6432
|
],
|
|
6523
6433
|
"signatures": [
|
|
6524
6434
|
{
|
|
6525
|
-
"id":
|
|
6435
|
+
"id": 454,
|
|
6526
6436
|
"name": "getAlertType",
|
|
6527
6437
|
"kind": 4096,
|
|
6528
6438
|
"kindString": "Call signature",
|
|
@@ -6552,7 +6462,7 @@
|
|
|
6552
6462
|
]
|
|
6553
6463
|
},
|
|
6554
6464
|
{
|
|
6555
|
-
"id":
|
|
6465
|
+
"id": 465,
|
|
6556
6466
|
"name": "getCustomDescription",
|
|
6557
6467
|
"kind": 2048,
|
|
6558
6468
|
"kindString": "Method",
|
|
@@ -6564,12 +6474,12 @@
|
|
|
6564
6474
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6565
6475
|
"line": 129,
|
|
6566
6476
|
"character": 15,
|
|
6567
|
-
"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"
|
|
6568
6478
|
}
|
|
6569
6479
|
],
|
|
6570
6480
|
"signatures": [
|
|
6571
6481
|
{
|
|
6572
|
-
"id":
|
|
6482
|
+
"id": 466,
|
|
6573
6483
|
"name": "getCustomDescription",
|
|
6574
6484
|
"kind": 4096,
|
|
6575
6485
|
"kindString": "Call signature",
|
|
@@ -6598,7 +6508,7 @@
|
|
|
6598
6508
|
]
|
|
6599
6509
|
},
|
|
6600
6510
|
{
|
|
6601
|
-
"id":
|
|
6511
|
+
"id": 463,
|
|
6602
6512
|
"name": "getDescriptionType",
|
|
6603
6513
|
"kind": 2048,
|
|
6604
6514
|
"kindString": "Method",
|
|
@@ -6610,12 +6520,12 @@
|
|
|
6610
6520
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6611
6521
|
"line": 93,
|
|
6612
6522
|
"character": 15,
|
|
6613
|
-
"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"
|
|
6614
6524
|
}
|
|
6615
6525
|
],
|
|
6616
6526
|
"signatures": [
|
|
6617
6527
|
{
|
|
6618
|
-
"id":
|
|
6528
|
+
"id": 464,
|
|
6619
6529
|
"name": "getDescriptionType",
|
|
6620
6530
|
"kind": 4096,
|
|
6621
6531
|
"kindString": "Call signature",
|
|
@@ -6653,7 +6563,7 @@
|
|
|
6653
6563
|
]
|
|
6654
6564
|
},
|
|
6655
6565
|
{
|
|
6656
|
-
"id":
|
|
6566
|
+
"id": 455,
|
|
6657
6567
|
"name": "getText",
|
|
6658
6568
|
"kind": 2048,
|
|
6659
6569
|
"kindString": "Method",
|
|
@@ -6665,12 +6575,12 @@
|
|
|
6665
6575
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6666
6576
|
"line": 58,
|
|
6667
6577
|
"character": 15,
|
|
6668
|
-
"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"
|
|
6669
6579
|
}
|
|
6670
6580
|
],
|
|
6671
6581
|
"signatures": [
|
|
6672
6582
|
{
|
|
6673
|
-
"id":
|
|
6583
|
+
"id": 456,
|
|
6674
6584
|
"name": "getText",
|
|
6675
6585
|
"kind": 4096,
|
|
6676
6586
|
"kindString": "Call signature",
|
|
@@ -6699,7 +6609,7 @@
|
|
|
6699
6609
|
]
|
|
6700
6610
|
},
|
|
6701
6611
|
{
|
|
6702
|
-
"id":
|
|
6612
|
+
"id": 470,
|
|
6703
6613
|
"name": "host",
|
|
6704
6614
|
"kind": 2048,
|
|
6705
6615
|
"kindString": "Method",
|
|
@@ -6713,7 +6623,7 @@
|
|
|
6713
6623
|
],
|
|
6714
6624
|
"signatures": [
|
|
6715
6625
|
{
|
|
6716
|
-
"id":
|
|
6626
|
+
"id": 471,
|
|
6717
6627
|
"name": "host",
|
|
6718
6628
|
"kind": 4096,
|
|
6719
6629
|
"kindString": "Call signature",
|
|
@@ -6768,7 +6678,7 @@
|
|
|
6768
6678
|
}
|
|
6769
6679
|
},
|
|
6770
6680
|
{
|
|
6771
|
-
"id":
|
|
6681
|
+
"id": 461,
|
|
6772
6682
|
"name": "isCloseable",
|
|
6773
6683
|
"kind": 2048,
|
|
6774
6684
|
"kindString": "Method",
|
|
@@ -6780,12 +6690,12 @@
|
|
|
6780
6690
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6781
6691
|
"line": 85,
|
|
6782
6692
|
"character": 15,
|
|
6783
|
-
"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"
|
|
6784
6694
|
}
|
|
6785
6695
|
],
|
|
6786
6696
|
"signatures": [
|
|
6787
6697
|
{
|
|
6788
|
-
"id":
|
|
6698
|
+
"id": 462,
|
|
6789
6699
|
"name": "isCloseable",
|
|
6790
6700
|
"kind": 4096,
|
|
6791
6701
|
"kindString": "Call signature",
|
|
@@ -6814,7 +6724,7 @@
|
|
|
6814
6724
|
]
|
|
6815
6725
|
},
|
|
6816
6726
|
{
|
|
6817
|
-
"id":
|
|
6727
|
+
"id": 459,
|
|
6818
6728
|
"name": "isClosed",
|
|
6819
6729
|
"kind": 2048,
|
|
6820
6730
|
"kindString": "Method",
|
|
@@ -6826,12 +6736,12 @@
|
|
|
6826
6736
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6827
6737
|
"line": 76,
|
|
6828
6738
|
"character": 15,
|
|
6829
|
-
"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"
|
|
6830
6740
|
}
|
|
6831
6741
|
],
|
|
6832
6742
|
"signatures": [
|
|
6833
6743
|
{
|
|
6834
|
-
"id":
|
|
6744
|
+
"id": 460,
|
|
6835
6745
|
"name": "isClosed",
|
|
6836
6746
|
"kind": 4096,
|
|
6837
6747
|
"kindString": "Call signature",
|
|
@@ -6860,7 +6770,7 @@
|
|
|
6860
6770
|
]
|
|
6861
6771
|
},
|
|
6862
6772
|
{
|
|
6863
|
-
"id":
|
|
6773
|
+
"id": 438,
|
|
6864
6774
|
"name": "with",
|
|
6865
6775
|
"kind": 2048,
|
|
6866
6776
|
"kindString": "Method",
|
|
@@ -6873,12 +6783,12 @@
|
|
|
6873
6783
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6874
6784
|
"line": 28,
|
|
6875
6785
|
"character": 16,
|
|
6876
|
-
"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"
|
|
6877
6787
|
}
|
|
6878
6788
|
],
|
|
6879
6789
|
"signatures": [
|
|
6880
6790
|
{
|
|
6881
|
-
"id":
|
|
6791
|
+
"id": 439,
|
|
6882
6792
|
"name": "with",
|
|
6883
6793
|
"kind": 4096,
|
|
6884
6794
|
"kindString": "Call signature",
|
|
@@ -6909,14 +6819,14 @@
|
|
|
6909
6819
|
},
|
|
6910
6820
|
"parameters": [
|
|
6911
6821
|
{
|
|
6912
|
-
"id":
|
|
6822
|
+
"id": 440,
|
|
6913
6823
|
"name": "filters",
|
|
6914
6824
|
"kind": 32768,
|
|
6915
6825
|
"kindString": "Parameter",
|
|
6916
6826
|
"flags": {},
|
|
6917
6827
|
"type": {
|
|
6918
6828
|
"type": "reference",
|
|
6919
|
-
"id":
|
|
6829
|
+
"id": 490,
|
|
6920
6830
|
"name": "SkyAlertHarnessFilters"
|
|
6921
6831
|
}
|
|
6922
6832
|
}
|
|
@@ -6926,7 +6836,7 @@
|
|
|
6926
6836
|
"typeArguments": [
|
|
6927
6837
|
{
|
|
6928
6838
|
"type": "reference",
|
|
6929
|
-
"id":
|
|
6839
|
+
"id": 436,
|
|
6930
6840
|
"name": "SkyAlertHarness"
|
|
6931
6841
|
}
|
|
6932
6842
|
],
|
|
@@ -6942,21 +6852,21 @@
|
|
|
6942
6852
|
{
|
|
6943
6853
|
"title": "Constructors",
|
|
6944
6854
|
"children": [
|
|
6945
|
-
|
|
6855
|
+
446
|
|
6946
6856
|
]
|
|
6947
6857
|
},
|
|
6948
6858
|
{
|
|
6949
6859
|
"title": "Methods",
|
|
6950
6860
|
"children": [
|
|
6861
|
+
457,
|
|
6862
|
+
453,
|
|
6951
6863
|
465,
|
|
6952
|
-
461,
|
|
6953
|
-
473,
|
|
6954
|
-
471,
|
|
6955
6864
|
463,
|
|
6956
|
-
|
|
6957
|
-
|
|
6958
|
-
|
|
6959
|
-
|
|
6865
|
+
455,
|
|
6866
|
+
470,
|
|
6867
|
+
461,
|
|
6868
|
+
459,
|
|
6869
|
+
438
|
|
6960
6870
|
]
|
|
6961
6871
|
}
|
|
6962
6872
|
],
|
|
@@ -6965,7 +6875,7 @@
|
|
|
6965
6875
|
"fileName": "projects/indicators/src/testing/alert/alert-harness.ts",
|
|
6966
6876
|
"line": 13,
|
|
6967
6877
|
"character": 13,
|
|
6968
|
-
"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"
|
|
6969
6879
|
}
|
|
6970
6880
|
],
|
|
6971
6881
|
"extendedTypes": [
|
|
@@ -6976,7 +6886,7 @@
|
|
|
6976
6886
|
]
|
|
6977
6887
|
},
|
|
6978
6888
|
{
|
|
6979
|
-
"id":
|
|
6889
|
+
"id": 494,
|
|
6980
6890
|
"name": "SkyIconHarness",
|
|
6981
6891
|
"kind": 128,
|
|
6982
6892
|
"kindString": "Class",
|
|
@@ -6991,7 +6901,7 @@
|
|
|
6991
6901
|
},
|
|
6992
6902
|
"children": [
|
|
6993
6903
|
{
|
|
6994
|
-
"id":
|
|
6904
|
+
"id": 504,
|
|
6995
6905
|
"name": "constructor",
|
|
6996
6906
|
"kind": 512,
|
|
6997
6907
|
"kindString": "Constructor",
|
|
@@ -7005,14 +6915,14 @@
|
|
|
7005
6915
|
],
|
|
7006
6916
|
"signatures": [
|
|
7007
6917
|
{
|
|
7008
|
-
"id":
|
|
6918
|
+
"id": 505,
|
|
7009
6919
|
"name": "new SkyIconHarness",
|
|
7010
6920
|
"kind": 16384,
|
|
7011
6921
|
"kindString": "Constructor signature",
|
|
7012
6922
|
"flags": {},
|
|
7013
6923
|
"parameters": [
|
|
7014
6924
|
{
|
|
7015
|
-
"id":
|
|
6925
|
+
"id": 506,
|
|
7016
6926
|
"name": "locatorFactory",
|
|
7017
6927
|
"kind": 32768,
|
|
7018
6928
|
"kindString": "Parameter",
|
|
@@ -7027,7 +6937,7 @@
|
|
|
7027
6937
|
],
|
|
7028
6938
|
"type": {
|
|
7029
6939
|
"type": "reference",
|
|
7030
|
-
"id":
|
|
6940
|
+
"id": 494,
|
|
7031
6941
|
"name": "SkyIconHarness"
|
|
7032
6942
|
},
|
|
7033
6943
|
"inheritedFrom": {
|
|
@@ -7042,7 +6952,7 @@
|
|
|
7042
6952
|
}
|
|
7043
6953
|
},
|
|
7044
6954
|
{
|
|
7045
|
-
"id":
|
|
6955
|
+
"id": 511,
|
|
7046
6956
|
"name": "getIconName",
|
|
7047
6957
|
"kind": 2048,
|
|
7048
6958
|
"kindString": "Method",
|
|
@@ -7054,12 +6964,12 @@
|
|
|
7054
6964
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7055
6965
|
"line": 46,
|
|
7056
6966
|
"character": 15,
|
|
7057
|
-
"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"
|
|
7058
6968
|
}
|
|
7059
6969
|
],
|
|
7060
6970
|
"signatures": [
|
|
7061
6971
|
{
|
|
7062
|
-
"id":
|
|
6972
|
+
"id": 512,
|
|
7063
6973
|
"name": "getIconName",
|
|
7064
6974
|
"kind": 4096,
|
|
7065
6975
|
"kindString": "Call signature",
|
|
@@ -7088,7 +6998,7 @@
|
|
|
7088
6998
|
]
|
|
7089
6999
|
},
|
|
7090
7000
|
{
|
|
7091
|
-
"id":
|
|
7001
|
+
"id": 513,
|
|
7092
7002
|
"name": "getIconSize",
|
|
7093
7003
|
"kind": 2048,
|
|
7094
7004
|
"kindString": "Method",
|
|
@@ -7100,12 +7010,12 @@
|
|
|
7100
7010
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7101
7011
|
"line": 69,
|
|
7102
7012
|
"character": 15,
|
|
7103
|
-
"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"
|
|
7104
7014
|
}
|
|
7105
7015
|
],
|
|
7106
7016
|
"signatures": [
|
|
7107
7017
|
{
|
|
7108
|
-
"id":
|
|
7018
|
+
"id": 514,
|
|
7109
7019
|
"name": "getIconSize",
|
|
7110
7020
|
"kind": 4096,
|
|
7111
7021
|
"kindString": "Call signature",
|
|
@@ -7134,7 +7044,7 @@
|
|
|
7134
7044
|
]
|
|
7135
7045
|
},
|
|
7136
7046
|
{
|
|
7137
|
-
"id":
|
|
7047
|
+
"id": 515,
|
|
7138
7048
|
"name": "getIconType",
|
|
7139
7049
|
"kind": 2048,
|
|
7140
7050
|
"kindString": "Method",
|
|
@@ -7146,12 +7056,12 @@
|
|
|
7146
7056
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7147
7057
|
"line": 85,
|
|
7148
7058
|
"character": 15,
|
|
7149
|
-
"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"
|
|
7150
7060
|
}
|
|
7151
7061
|
],
|
|
7152
7062
|
"signatures": [
|
|
7153
7063
|
{
|
|
7154
|
-
"id":
|
|
7064
|
+
"id": 516,
|
|
7155
7065
|
"name": "getIconType",
|
|
7156
7066
|
"kind": 4096,
|
|
7157
7067
|
"kindString": "Call signature",
|
|
@@ -7180,7 +7090,7 @@
|
|
|
7180
7090
|
]
|
|
7181
7091
|
},
|
|
7182
7092
|
{
|
|
7183
|
-
"id":
|
|
7093
|
+
"id": 517,
|
|
7184
7094
|
"name": "getVariant",
|
|
7185
7095
|
"kind": 2048,
|
|
7186
7096
|
"kindString": "Method",
|
|
@@ -7192,12 +7102,12 @@
|
|
|
7192
7102
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7193
7103
|
"line": 101,
|
|
7194
7104
|
"character": 15,
|
|
7195
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7105
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L101"
|
|
7196
7106
|
}
|
|
7197
7107
|
],
|
|
7198
7108
|
"signatures": [
|
|
7199
7109
|
{
|
|
7200
|
-
"id":
|
|
7110
|
+
"id": 518,
|
|
7201
7111
|
"name": "getVariant",
|
|
7202
7112
|
"kind": 4096,
|
|
7203
7113
|
"kindString": "Call signature",
|
|
@@ -7226,7 +7136,7 @@
|
|
|
7226
7136
|
]
|
|
7227
7137
|
},
|
|
7228
7138
|
{
|
|
7229
|
-
"id":
|
|
7139
|
+
"id": 524,
|
|
7230
7140
|
"name": "host",
|
|
7231
7141
|
"kind": 2048,
|
|
7232
7142
|
"kindString": "Method",
|
|
@@ -7240,7 +7150,7 @@
|
|
|
7240
7150
|
],
|
|
7241
7151
|
"signatures": [
|
|
7242
7152
|
{
|
|
7243
|
-
"id":
|
|
7153
|
+
"id": 525,
|
|
7244
7154
|
"name": "host",
|
|
7245
7155
|
"kind": 4096,
|
|
7246
7156
|
"kindString": "Call signature",
|
|
@@ -7295,7 +7205,7 @@
|
|
|
7295
7205
|
}
|
|
7296
7206
|
},
|
|
7297
7207
|
{
|
|
7298
|
-
"id":
|
|
7208
|
+
"id": 519,
|
|
7299
7209
|
"name": "isFixedWidth",
|
|
7300
7210
|
"kind": 2048,
|
|
7301
7211
|
"kindString": "Method",
|
|
@@ -7307,12 +7217,12 @@
|
|
|
7307
7217
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7308
7218
|
"line": 122,
|
|
7309
7219
|
"character": 15,
|
|
7310
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7220
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness.ts#L122"
|
|
7311
7221
|
}
|
|
7312
7222
|
],
|
|
7313
7223
|
"signatures": [
|
|
7314
7224
|
{
|
|
7315
|
-
"id":
|
|
7225
|
+
"id": 520,
|
|
7316
7226
|
"name": "isFixedWidth",
|
|
7317
7227
|
"kind": 4096,
|
|
7318
7228
|
"kindString": "Call signature",
|
|
@@ -7341,7 +7251,7 @@
|
|
|
7341
7251
|
]
|
|
7342
7252
|
},
|
|
7343
7253
|
{
|
|
7344
|
-
"id":
|
|
7254
|
+
"id": 496,
|
|
7345
7255
|
"name": "with",
|
|
7346
7256
|
"kind": 2048,
|
|
7347
7257
|
"kindString": "Method",
|
|
@@ -7354,12 +7264,12 @@
|
|
|
7354
7264
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7355
7265
|
"line": 22,
|
|
7356
7266
|
"character": 16,
|
|
7357
|
-
"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"
|
|
7358
7268
|
}
|
|
7359
7269
|
],
|
|
7360
7270
|
"signatures": [
|
|
7361
7271
|
{
|
|
7362
|
-
"id":
|
|
7272
|
+
"id": 497,
|
|
7363
7273
|
"name": "with",
|
|
7364
7274
|
"kind": 4096,
|
|
7365
7275
|
"kindString": "Call signature",
|
|
@@ -7390,14 +7300,14 @@
|
|
|
7390
7300
|
},
|
|
7391
7301
|
"parameters": [
|
|
7392
7302
|
{
|
|
7393
|
-
"id":
|
|
7303
|
+
"id": 498,
|
|
7394
7304
|
"name": "filters",
|
|
7395
7305
|
"kind": 32768,
|
|
7396
7306
|
"kindString": "Parameter",
|
|
7397
7307
|
"flags": {},
|
|
7398
7308
|
"type": {
|
|
7399
7309
|
"type": "reference",
|
|
7400
|
-
"id":
|
|
7310
|
+
"id": 544,
|
|
7401
7311
|
"name": "SkyIconHarnessFilters"
|
|
7402
7312
|
}
|
|
7403
7313
|
}
|
|
@@ -7407,7 +7317,7 @@
|
|
|
7407
7317
|
"typeArguments": [
|
|
7408
7318
|
{
|
|
7409
7319
|
"type": "reference",
|
|
7410
|
-
"id":
|
|
7320
|
+
"id": 494,
|
|
7411
7321
|
"name": "SkyIconHarness"
|
|
7412
7322
|
}
|
|
7413
7323
|
],
|
|
@@ -7423,19 +7333,19 @@
|
|
|
7423
7333
|
{
|
|
7424
7334
|
"title": "Constructors",
|
|
7425
7335
|
"children": [
|
|
7426
|
-
|
|
7336
|
+
504
|
|
7427
7337
|
]
|
|
7428
7338
|
},
|
|
7429
7339
|
{
|
|
7430
7340
|
"title": "Methods",
|
|
7431
7341
|
"children": [
|
|
7342
|
+
511,
|
|
7343
|
+
513,
|
|
7344
|
+
515,
|
|
7345
|
+
517,
|
|
7346
|
+
524,
|
|
7432
7347
|
519,
|
|
7433
|
-
|
|
7434
|
-
523,
|
|
7435
|
-
525,
|
|
7436
|
-
532,
|
|
7437
|
-
527,
|
|
7438
|
-
504
|
|
7348
|
+
496
|
|
7439
7349
|
]
|
|
7440
7350
|
}
|
|
7441
7351
|
],
|
|
@@ -7444,7 +7354,7 @@
|
|
|
7444
7354
|
"fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
|
|
7445
7355
|
"line": 12,
|
|
7446
7356
|
"character": 13,
|
|
7447
|
-
"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"
|
|
7448
7358
|
}
|
|
7449
7359
|
],
|
|
7450
7360
|
"extendedTypes": [
|
|
@@ -7455,7 +7365,7 @@
|
|
|
7455
7365
|
]
|
|
7456
7366
|
},
|
|
7457
7367
|
{
|
|
7458
|
-
"id":
|
|
7368
|
+
"id": 548,
|
|
7459
7369
|
"name": "SkyKeyInfoHarness",
|
|
7460
7370
|
"kind": 128,
|
|
7461
7371
|
"kindString": "Class",
|
|
@@ -7470,7 +7380,7 @@
|
|
|
7470
7380
|
},
|
|
7471
7381
|
"children": [
|
|
7472
7382
|
{
|
|
7473
|
-
"id":
|
|
7383
|
+
"id": 558,
|
|
7474
7384
|
"name": "constructor",
|
|
7475
7385
|
"kind": 512,
|
|
7476
7386
|
"kindString": "Constructor",
|
|
@@ -7484,14 +7394,14 @@
|
|
|
7484
7394
|
],
|
|
7485
7395
|
"signatures": [
|
|
7486
7396
|
{
|
|
7487
|
-
"id":
|
|
7397
|
+
"id": 559,
|
|
7488
7398
|
"name": "new SkyKeyInfoHarness",
|
|
7489
7399
|
"kind": 16384,
|
|
7490
7400
|
"kindString": "Constructor signature",
|
|
7491
7401
|
"flags": {},
|
|
7492
7402
|
"parameters": [
|
|
7493
7403
|
{
|
|
7494
|
-
"id":
|
|
7404
|
+
"id": 560,
|
|
7495
7405
|
"name": "locatorFactory",
|
|
7496
7406
|
"kind": 32768,
|
|
7497
7407
|
"kindString": "Parameter",
|
|
@@ -7506,7 +7416,7 @@
|
|
|
7506
7416
|
],
|
|
7507
7417
|
"type": {
|
|
7508
7418
|
"type": "reference",
|
|
7509
|
-
"id":
|
|
7419
|
+
"id": 548,
|
|
7510
7420
|
"name": "SkyKeyInfoHarness"
|
|
7511
7421
|
},
|
|
7512
7422
|
"inheritedFrom": {
|
|
@@ -7521,7 +7431,7 @@
|
|
|
7521
7431
|
}
|
|
7522
7432
|
},
|
|
7523
7433
|
{
|
|
7524
|
-
"id":
|
|
7434
|
+
"id": 566,
|
|
7525
7435
|
"name": "getLabelText",
|
|
7526
7436
|
"kind": 2048,
|
|
7527
7437
|
"kindString": "Method",
|
|
@@ -7533,12 +7443,12 @@
|
|
|
7533
7443
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7534
7444
|
"line": 42,
|
|
7535
7445
|
"character": 15,
|
|
7536
|
-
"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"
|
|
7537
7447
|
}
|
|
7538
7448
|
],
|
|
7539
7449
|
"signatures": [
|
|
7540
7450
|
{
|
|
7541
|
-
"id":
|
|
7451
|
+
"id": 567,
|
|
7542
7452
|
"name": "getLabelText",
|
|
7543
7453
|
"kind": 4096,
|
|
7544
7454
|
"kindString": "Call signature",
|
|
@@ -7567,7 +7477,7 @@
|
|
|
7567
7477
|
]
|
|
7568
7478
|
},
|
|
7569
7479
|
{
|
|
7570
|
-
"id":
|
|
7480
|
+
"id": 568,
|
|
7571
7481
|
"name": "getLayout",
|
|
7572
7482
|
"kind": 2048,
|
|
7573
7483
|
"kindString": "Method",
|
|
@@ -7579,12 +7489,12 @@
|
|
|
7579
7489
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7580
7490
|
"line": 49,
|
|
7581
7491
|
"character": 15,
|
|
7582
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7492
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L49"
|
|
7583
7493
|
}
|
|
7584
7494
|
],
|
|
7585
7495
|
"signatures": [
|
|
7586
7496
|
{
|
|
7587
|
-
"id":
|
|
7497
|
+
"id": 569,
|
|
7588
7498
|
"name": "getLayout",
|
|
7589
7499
|
"kind": 4096,
|
|
7590
7500
|
"kindString": "Call signature",
|
|
@@ -7614,7 +7524,7 @@
|
|
|
7614
7524
|
]
|
|
7615
7525
|
},
|
|
7616
7526
|
{
|
|
7617
|
-
"id":
|
|
7527
|
+
"id": 564,
|
|
7618
7528
|
"name": "getValueText",
|
|
7619
7529
|
"kind": 2048,
|
|
7620
7530
|
"kindString": "Method",
|
|
@@ -7626,12 +7536,12 @@
|
|
|
7626
7536
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7627
7537
|
"line": 35,
|
|
7628
7538
|
"character": 15,
|
|
7629
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7539
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L35"
|
|
7630
7540
|
}
|
|
7631
7541
|
],
|
|
7632
7542
|
"signatures": [
|
|
7633
7543
|
{
|
|
7634
|
-
"id":
|
|
7544
|
+
"id": 565,
|
|
7635
7545
|
"name": "getValueText",
|
|
7636
7546
|
"kind": 4096,
|
|
7637
7547
|
"kindString": "Call signature",
|
|
@@ -7660,7 +7570,7 @@
|
|
|
7660
7570
|
]
|
|
7661
7571
|
},
|
|
7662
7572
|
{
|
|
7663
|
-
"id":
|
|
7573
|
+
"id": 573,
|
|
7664
7574
|
"name": "host",
|
|
7665
7575
|
"kind": 2048,
|
|
7666
7576
|
"kindString": "Method",
|
|
@@ -7674,7 +7584,7 @@
|
|
|
7674
7584
|
],
|
|
7675
7585
|
"signatures": [
|
|
7676
7586
|
{
|
|
7677
|
-
"id":
|
|
7587
|
+
"id": 574,
|
|
7678
7588
|
"name": "host",
|
|
7679
7589
|
"kind": 4096,
|
|
7680
7590
|
"kindString": "Call signature",
|
|
@@ -7729,7 +7639,7 @@
|
|
|
7729
7639
|
}
|
|
7730
7640
|
},
|
|
7731
7641
|
{
|
|
7732
|
-
"id":
|
|
7642
|
+
"id": 550,
|
|
7733
7643
|
"name": "with",
|
|
7734
7644
|
"kind": 2048,
|
|
7735
7645
|
"kindString": "Method",
|
|
@@ -7742,12 +7652,12 @@
|
|
|
7742
7652
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7743
7653
|
"line": 26,
|
|
7744
7654
|
"character": 16,
|
|
7745
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7655
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L26"
|
|
7746
7656
|
}
|
|
7747
7657
|
],
|
|
7748
7658
|
"signatures": [
|
|
7749
7659
|
{
|
|
7750
|
-
"id":
|
|
7660
|
+
"id": 551,
|
|
7751
7661
|
"name": "with",
|
|
7752
7662
|
"kind": 4096,
|
|
7753
7663
|
"kindString": "Call signature",
|
|
@@ -7778,14 +7688,14 @@
|
|
|
7778
7688
|
},
|
|
7779
7689
|
"parameters": [
|
|
7780
7690
|
{
|
|
7781
|
-
"id":
|
|
7691
|
+
"id": 552,
|
|
7782
7692
|
"name": "filters",
|
|
7783
7693
|
"kind": 32768,
|
|
7784
7694
|
"kindString": "Parameter",
|
|
7785
7695
|
"flags": {},
|
|
7786
7696
|
"type": {
|
|
7787
7697
|
"type": "reference",
|
|
7788
|
-
"id":
|
|
7698
|
+
"id": 593,
|
|
7789
7699
|
"name": "SkyKeyInfoHarnessFilters"
|
|
7790
7700
|
}
|
|
7791
7701
|
}
|
|
@@ -7795,7 +7705,7 @@
|
|
|
7795
7705
|
"typeArguments": [
|
|
7796
7706
|
{
|
|
7797
7707
|
"type": "reference",
|
|
7798
|
-
"id":
|
|
7708
|
+
"id": 548,
|
|
7799
7709
|
"name": "SkyKeyInfoHarness"
|
|
7800
7710
|
}
|
|
7801
7711
|
],
|
|
@@ -7811,17 +7721,17 @@
|
|
|
7811
7721
|
{
|
|
7812
7722
|
"title": "Constructors",
|
|
7813
7723
|
"children": [
|
|
7814
|
-
|
|
7724
|
+
558
|
|
7815
7725
|
]
|
|
7816
7726
|
},
|
|
7817
7727
|
{
|
|
7818
7728
|
"title": "Methods",
|
|
7819
7729
|
"children": [
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
|
|
7730
|
+
566,
|
|
7731
|
+
568,
|
|
7732
|
+
564,
|
|
7733
|
+
573,
|
|
7734
|
+
550
|
|
7825
7735
|
]
|
|
7826
7736
|
}
|
|
7827
7737
|
],
|
|
@@ -7830,7 +7740,7 @@
|
|
|
7830
7740
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness.ts",
|
|
7831
7741
|
"line": 12,
|
|
7832
7742
|
"character": 13,
|
|
7833
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7743
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/key-info/key-info-harness.ts#L12"
|
|
7834
7744
|
}
|
|
7835
7745
|
],
|
|
7836
7746
|
"extendedTypes": [
|
|
@@ -7841,7 +7751,7 @@
|
|
|
7841
7751
|
]
|
|
7842
7752
|
},
|
|
7843
7753
|
{
|
|
7844
|
-
"id":
|
|
7754
|
+
"id": 597,
|
|
7845
7755
|
"name": "SkyLabelHarness",
|
|
7846
7756
|
"kind": 128,
|
|
7847
7757
|
"kindString": "Class",
|
|
@@ -7856,7 +7766,7 @@
|
|
|
7856
7766
|
},
|
|
7857
7767
|
"children": [
|
|
7858
7768
|
{
|
|
7859
|
-
"id":
|
|
7769
|
+
"id": 607,
|
|
7860
7770
|
"name": "constructor",
|
|
7861
7771
|
"kind": 512,
|
|
7862
7772
|
"kindString": "Constructor",
|
|
@@ -7870,14 +7780,14 @@
|
|
|
7870
7780
|
],
|
|
7871
7781
|
"signatures": [
|
|
7872
7782
|
{
|
|
7873
|
-
"id":
|
|
7783
|
+
"id": 608,
|
|
7874
7784
|
"name": "new SkyLabelHarness",
|
|
7875
7785
|
"kind": 16384,
|
|
7876
7786
|
"kindString": "Constructor signature",
|
|
7877
7787
|
"flags": {},
|
|
7878
7788
|
"parameters": [
|
|
7879
7789
|
{
|
|
7880
|
-
"id":
|
|
7790
|
+
"id": 609,
|
|
7881
7791
|
"name": "locatorFactory",
|
|
7882
7792
|
"kind": 32768,
|
|
7883
7793
|
"kindString": "Parameter",
|
|
@@ -7892,7 +7802,7 @@
|
|
|
7892
7802
|
],
|
|
7893
7803
|
"type": {
|
|
7894
7804
|
"type": "reference",
|
|
7895
|
-
"id":
|
|
7805
|
+
"id": 597,
|
|
7896
7806
|
"name": "SkyLabelHarness"
|
|
7897
7807
|
},
|
|
7898
7808
|
"inheritedFrom": {
|
|
@@ -7907,7 +7817,7 @@
|
|
|
7907
7817
|
}
|
|
7908
7818
|
},
|
|
7909
7819
|
{
|
|
7910
|
-
"id":
|
|
7820
|
+
"id": 619,
|
|
7911
7821
|
"name": "getCustomDescription",
|
|
7912
7822
|
"kind": 2048,
|
|
7913
7823
|
"kindString": "Method",
|
|
@@ -7919,12 +7829,12 @@
|
|
|
7919
7829
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7920
7830
|
"line": 102,
|
|
7921
7831
|
"character": 15,
|
|
7922
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7832
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/label/label-harness.ts#L102"
|
|
7923
7833
|
}
|
|
7924
7834
|
],
|
|
7925
7835
|
"signatures": [
|
|
7926
7836
|
{
|
|
7927
|
-
"id":
|
|
7837
|
+
"id": 620,
|
|
7928
7838
|
"name": "getCustomDescription",
|
|
7929
7839
|
"kind": 4096,
|
|
7930
7840
|
"kindString": "Call signature",
|
|
@@ -7953,7 +7863,7 @@
|
|
|
7953
7863
|
]
|
|
7954
7864
|
},
|
|
7955
7865
|
{
|
|
7956
|
-
"id":
|
|
7866
|
+
"id": 617,
|
|
7957
7867
|
"name": "getDescriptionType",
|
|
7958
7868
|
"kind": 2048,
|
|
7959
7869
|
"kindString": "Method",
|
|
@@ -7965,12 +7875,12 @@
|
|
|
7965
7875
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
7966
7876
|
"line": 66,
|
|
7967
7877
|
"character": 15,
|
|
7968
|
-
"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"
|
|
7969
7879
|
}
|
|
7970
7880
|
],
|
|
7971
7881
|
"signatures": [
|
|
7972
7882
|
{
|
|
7973
|
-
"id":
|
|
7883
|
+
"id": 618,
|
|
7974
7884
|
"name": "getDescriptionType",
|
|
7975
7885
|
"kind": 4096,
|
|
7976
7886
|
"kindString": "Call signature",
|
|
@@ -8008,7 +7918,7 @@
|
|
|
8008
7918
|
]
|
|
8009
7919
|
},
|
|
8010
7920
|
{
|
|
8011
|
-
"id":
|
|
7921
|
+
"id": 613,
|
|
8012
7922
|
"name": "getLabelText",
|
|
8013
7923
|
"kind": 2048,
|
|
8014
7924
|
"kindString": "Method",
|
|
@@ -8020,12 +7930,12 @@
|
|
|
8020
7930
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
8021
7931
|
"line": 36,
|
|
8022
7932
|
"character": 15,
|
|
8023
|
-
"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"
|
|
8024
7934
|
}
|
|
8025
7935
|
],
|
|
8026
7936
|
"signatures": [
|
|
8027
7937
|
{
|
|
8028
|
-
"id":
|
|
7938
|
+
"id": 614,
|
|
8029
7939
|
"name": "getLabelText",
|
|
8030
7940
|
"kind": 4096,
|
|
8031
7941
|
"kindString": "Call signature",
|
|
@@ -8054,7 +7964,7 @@
|
|
|
8054
7964
|
]
|
|
8055
7965
|
},
|
|
8056
7966
|
{
|
|
8057
|
-
"id":
|
|
7967
|
+
"id": 615,
|
|
8058
7968
|
"name": "getLabelType",
|
|
8059
7969
|
"kind": 2048,
|
|
8060
7970
|
"kindString": "Method",
|
|
@@ -8066,12 +7976,12 @@
|
|
|
8066
7976
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
8067
7977
|
"line": 43,
|
|
8068
7978
|
"character": 15,
|
|
8069
|
-
"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"
|
|
8070
7980
|
}
|
|
8071
7981
|
],
|
|
8072
7982
|
"signatures": [
|
|
8073
7983
|
{
|
|
8074
|
-
"id":
|
|
7984
|
+
"id": 616,
|
|
8075
7985
|
"name": "getLabelType",
|
|
8076
7986
|
"kind": 4096,
|
|
8077
7987
|
"kindString": "Call signature",
|
|
@@ -8109,7 +8019,7 @@
|
|
|
8109
8019
|
]
|
|
8110
8020
|
},
|
|
8111
8021
|
{
|
|
8112
|
-
"id":
|
|
8022
|
+
"id": 624,
|
|
8113
8023
|
"name": "host",
|
|
8114
8024
|
"kind": 2048,
|
|
8115
8025
|
"kindString": "Method",
|
|
@@ -8123,7 +8033,7 @@
|
|
|
8123
8033
|
],
|
|
8124
8034
|
"signatures": [
|
|
8125
8035
|
{
|
|
8126
|
-
"id":
|
|
8036
|
+
"id": 625,
|
|
8127
8037
|
"name": "host",
|
|
8128
8038
|
"kind": 4096,
|
|
8129
8039
|
"kindString": "Call signature",
|
|
@@ -8178,7 +8088,7 @@
|
|
|
8178
8088
|
}
|
|
8179
8089
|
},
|
|
8180
8090
|
{
|
|
8181
|
-
"id":
|
|
8091
|
+
"id": 599,
|
|
8182
8092
|
"name": "with",
|
|
8183
8093
|
"kind": 2048,
|
|
8184
8094
|
"kindString": "Method",
|
|
@@ -8191,12 +8101,12 @@
|
|
|
8191
8101
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
8192
8102
|
"line": 27,
|
|
8193
8103
|
"character": 16,
|
|
8194
|
-
"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"
|
|
8195
8105
|
}
|
|
8196
8106
|
],
|
|
8197
8107
|
"signatures": [
|
|
8198
8108
|
{
|
|
8199
|
-
"id":
|
|
8109
|
+
"id": 600,
|
|
8200
8110
|
"name": "with",
|
|
8201
8111
|
"kind": 4096,
|
|
8202
8112
|
"kindString": "Call signature",
|
|
@@ -8227,14 +8137,14 @@
|
|
|
8227
8137
|
},
|
|
8228
8138
|
"parameters": [
|
|
8229
8139
|
{
|
|
8230
|
-
"id":
|
|
8140
|
+
"id": 601,
|
|
8231
8141
|
"name": "filters",
|
|
8232
8142
|
"kind": 32768,
|
|
8233
8143
|
"kindString": "Parameter",
|
|
8234
8144
|
"flags": {},
|
|
8235
8145
|
"type": {
|
|
8236
8146
|
"type": "reference",
|
|
8237
|
-
"id":
|
|
8147
|
+
"id": 644,
|
|
8238
8148
|
"name": "SkyLabelHarnessFilters"
|
|
8239
8149
|
}
|
|
8240
8150
|
}
|
|
@@ -8244,7 +8154,7 @@
|
|
|
8244
8154
|
"typeArguments": [
|
|
8245
8155
|
{
|
|
8246
8156
|
"type": "reference",
|
|
8247
|
-
"id":
|
|
8157
|
+
"id": 597,
|
|
8248
8158
|
"name": "SkyLabelHarness"
|
|
8249
8159
|
}
|
|
8250
8160
|
],
|
|
@@ -8260,18 +8170,18 @@
|
|
|
8260
8170
|
{
|
|
8261
8171
|
"title": "Constructors",
|
|
8262
8172
|
"children": [
|
|
8263
|
-
|
|
8173
|
+
607
|
|
8264
8174
|
]
|
|
8265
8175
|
},
|
|
8266
8176
|
{
|
|
8267
8177
|
"title": "Methods",
|
|
8268
8178
|
"children": [
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8179
|
+
619,
|
|
8180
|
+
617,
|
|
8181
|
+
613,
|
|
8182
|
+
615,
|
|
8183
|
+
624,
|
|
8184
|
+
599
|
|
8275
8185
|
]
|
|
8276
8186
|
}
|
|
8277
8187
|
],
|
|
@@ -8280,7 +8190,7 @@
|
|
|
8280
8190
|
"fileName": "projects/indicators/src/testing/label/label-harness.ts",
|
|
8281
8191
|
"line": 13,
|
|
8282
8192
|
"character": 13,
|
|
8283
|
-
"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"
|
|
8284
8194
|
}
|
|
8285
8195
|
],
|
|
8286
8196
|
"extendedTypes": [
|
|
@@ -8291,7 +8201,7 @@
|
|
|
8291
8201
|
]
|
|
8292
8202
|
},
|
|
8293
8203
|
{
|
|
8294
|
-
"id":
|
|
8204
|
+
"id": 648,
|
|
8295
8205
|
"name": "SkyTokenHarness",
|
|
8296
8206
|
"kind": 128,
|
|
8297
8207
|
"kindString": "Class",
|
|
@@ -8306,7 +8216,7 @@
|
|
|
8306
8216
|
},
|
|
8307
8217
|
"children": [
|
|
8308
8218
|
{
|
|
8309
|
-
"id":
|
|
8219
|
+
"id": 653,
|
|
8310
8220
|
"name": "constructor",
|
|
8311
8221
|
"kind": 512,
|
|
8312
8222
|
"kindString": "Constructor",
|
|
@@ -8320,14 +8230,14 @@
|
|
|
8320
8230
|
],
|
|
8321
8231
|
"signatures": [
|
|
8322
8232
|
{
|
|
8323
|
-
"id":
|
|
8233
|
+
"id": 654,
|
|
8324
8234
|
"name": "new SkyTokenHarness",
|
|
8325
8235
|
"kind": 16384,
|
|
8326
8236
|
"kindString": "Constructor signature",
|
|
8327
8237
|
"flags": {},
|
|
8328
8238
|
"parameters": [
|
|
8329
8239
|
{
|
|
8330
|
-
"id":
|
|
8240
|
+
"id": 655,
|
|
8331
8241
|
"name": "locatorFactory",
|
|
8332
8242
|
"kind": 32768,
|
|
8333
8243
|
"kindString": "Parameter",
|
|
@@ -8342,7 +8252,7 @@
|
|
|
8342
8252
|
],
|
|
8343
8253
|
"type": {
|
|
8344
8254
|
"type": "reference",
|
|
8345
|
-
"id":
|
|
8255
|
+
"id": 648,
|
|
8346
8256
|
"name": "SkyTokenHarness"
|
|
8347
8257
|
},
|
|
8348
8258
|
"inheritedFrom": {
|
|
@@ -8357,7 +8267,7 @@
|
|
|
8357
8267
|
}
|
|
8358
8268
|
},
|
|
8359
8269
|
{
|
|
8360
|
-
"id":
|
|
8270
|
+
"id": 661,
|
|
8361
8271
|
"name": "dismiss",
|
|
8362
8272
|
"kind": 2048,
|
|
8363
8273
|
"kindString": "Method",
|
|
@@ -8369,12 +8279,12 @@
|
|
|
8369
8279
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8370
8280
|
"line": 52,
|
|
8371
8281
|
"character": 15,
|
|
8372
|
-
"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"
|
|
8373
8283
|
}
|
|
8374
8284
|
],
|
|
8375
8285
|
"signatures": [
|
|
8376
8286
|
{
|
|
8377
|
-
"id":
|
|
8287
|
+
"id": 662,
|
|
8378
8288
|
"name": "dismiss",
|
|
8379
8289
|
"kind": 4096,
|
|
8380
8290
|
"kindString": "Call signature",
|
|
@@ -8403,7 +8313,7 @@
|
|
|
8403
8313
|
]
|
|
8404
8314
|
},
|
|
8405
8315
|
{
|
|
8406
|
-
"id":
|
|
8316
|
+
"id": 663,
|
|
8407
8317
|
"name": "getText",
|
|
8408
8318
|
"kind": 2048,
|
|
8409
8319
|
"kindString": "Method",
|
|
@@ -8415,12 +8325,12 @@
|
|
|
8415
8325
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8416
8326
|
"line": 65,
|
|
8417
8327
|
"character": 15,
|
|
8418
|
-
"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"
|
|
8419
8329
|
}
|
|
8420
8330
|
],
|
|
8421
8331
|
"signatures": [
|
|
8422
8332
|
{
|
|
8423
|
-
"id":
|
|
8333
|
+
"id": 664,
|
|
8424
8334
|
"name": "getText",
|
|
8425
8335
|
"kind": 4096,
|
|
8426
8336
|
"kindString": "Call signature",
|
|
@@ -8449,7 +8359,7 @@
|
|
|
8449
8359
|
]
|
|
8450
8360
|
},
|
|
8451
8361
|
{
|
|
8452
|
-
"id":
|
|
8362
|
+
"id": 672,
|
|
8453
8363
|
"name": "host",
|
|
8454
8364
|
"kind": 2048,
|
|
8455
8365
|
"kindString": "Method",
|
|
@@ -8463,7 +8373,7 @@
|
|
|
8463
8373
|
],
|
|
8464
8374
|
"signatures": [
|
|
8465
8375
|
{
|
|
8466
|
-
"id":
|
|
8376
|
+
"id": 673,
|
|
8467
8377
|
"name": "host",
|
|
8468
8378
|
"kind": 4096,
|
|
8469
8379
|
"kindString": "Call signature",
|
|
@@ -8518,7 +8428,7 @@
|
|
|
8518
8428
|
}
|
|
8519
8429
|
},
|
|
8520
8430
|
{
|
|
8521
|
-
"id":
|
|
8431
|
+
"id": 665,
|
|
8522
8432
|
"name": "isDisabled",
|
|
8523
8433
|
"kind": 2048,
|
|
8524
8434
|
"kindString": "Method",
|
|
@@ -8530,12 +8440,12 @@
|
|
|
8530
8440
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8531
8441
|
"line": 72,
|
|
8532
8442
|
"character": 15,
|
|
8533
|
-
"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"
|
|
8534
8444
|
}
|
|
8535
8445
|
],
|
|
8536
8446
|
"signatures": [
|
|
8537
8447
|
{
|
|
8538
|
-
"id":
|
|
8448
|
+
"id": 666,
|
|
8539
8449
|
"name": "isDisabled",
|
|
8540
8450
|
"kind": 4096,
|
|
8541
8451
|
"kindString": "Call signature",
|
|
@@ -8564,7 +8474,7 @@
|
|
|
8564
8474
|
]
|
|
8565
8475
|
},
|
|
8566
8476
|
{
|
|
8567
|
-
"id":
|
|
8477
|
+
"id": 667,
|
|
8568
8478
|
"name": "isDismissible",
|
|
8569
8479
|
"kind": 2048,
|
|
8570
8480
|
"kindString": "Method",
|
|
@@ -8576,12 +8486,12 @@
|
|
|
8576
8486
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8577
8487
|
"line": 79,
|
|
8578
8488
|
"character": 15,
|
|
8579
|
-
"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"
|
|
8580
8490
|
}
|
|
8581
8491
|
],
|
|
8582
8492
|
"signatures": [
|
|
8583
8493
|
{
|
|
8584
|
-
"id":
|
|
8494
|
+
"id": 668,
|
|
8585
8495
|
"name": "isDismissible",
|
|
8586
8496
|
"kind": 4096,
|
|
8587
8497
|
"kindString": "Call signature",
|
|
@@ -8610,7 +8520,7 @@
|
|
|
8610
8520
|
]
|
|
8611
8521
|
},
|
|
8612
8522
|
{
|
|
8613
|
-
"id":
|
|
8523
|
+
"id": 669,
|
|
8614
8524
|
"name": "isFocused",
|
|
8615
8525
|
"kind": 2048,
|
|
8616
8526
|
"kindString": "Method",
|
|
@@ -8622,12 +8532,12 @@
|
|
|
8622
8532
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8623
8533
|
"line": 86,
|
|
8624
8534
|
"character": 15,
|
|
8625
|
-
"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"
|
|
8626
8536
|
}
|
|
8627
8537
|
],
|
|
8628
8538
|
"signatures": [
|
|
8629
8539
|
{
|
|
8630
|
-
"id":
|
|
8540
|
+
"id": 670,
|
|
8631
8541
|
"name": "isFocused",
|
|
8632
8542
|
"kind": 4096,
|
|
8633
8543
|
"kindString": "Call signature",
|
|
@@ -8656,7 +8566,7 @@
|
|
|
8656
8566
|
]
|
|
8657
8567
|
},
|
|
8658
8568
|
{
|
|
8659
|
-
"id":
|
|
8569
|
+
"id": 659,
|
|
8660
8570
|
"name": "select",
|
|
8661
8571
|
"kind": 2048,
|
|
8662
8572
|
"kindString": "Method",
|
|
@@ -8668,12 +8578,12 @@
|
|
|
8668
8578
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8669
8579
|
"line": 41,
|
|
8670
8580
|
"character": 15,
|
|
8671
|
-
"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"
|
|
8672
8582
|
}
|
|
8673
8583
|
],
|
|
8674
8584
|
"signatures": [
|
|
8675
8585
|
{
|
|
8676
|
-
"id":
|
|
8586
|
+
"id": 660,
|
|
8677
8587
|
"name": "select",
|
|
8678
8588
|
"kind": 4096,
|
|
8679
8589
|
"kindString": "Call signature",
|
|
@@ -8702,7 +8612,7 @@
|
|
|
8702
8612
|
]
|
|
8703
8613
|
},
|
|
8704
8614
|
{
|
|
8705
|
-
"id":
|
|
8615
|
+
"id": 650,
|
|
8706
8616
|
"name": "with",
|
|
8707
8617
|
"kind": 2048,
|
|
8708
8618
|
"kindString": "Method",
|
|
@@ -8715,12 +8625,12 @@
|
|
|
8715
8625
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8716
8626
|
"line": 24,
|
|
8717
8627
|
"character": 16,
|
|
8718
|
-
"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"
|
|
8719
8629
|
}
|
|
8720
8630
|
],
|
|
8721
8631
|
"signatures": [
|
|
8722
8632
|
{
|
|
8723
|
-
"id":
|
|
8633
|
+
"id": 651,
|
|
8724
8634
|
"name": "with",
|
|
8725
8635
|
"kind": 4096,
|
|
8726
8636
|
"kindString": "Call signature",
|
|
@@ -8751,7 +8661,7 @@
|
|
|
8751
8661
|
},
|
|
8752
8662
|
"parameters": [
|
|
8753
8663
|
{
|
|
8754
|
-
"id":
|
|
8664
|
+
"id": 652,
|
|
8755
8665
|
"name": "filters",
|
|
8756
8666
|
"kind": 32768,
|
|
8757
8667
|
"kindString": "Parameter",
|
|
@@ -8767,7 +8677,7 @@
|
|
|
8767
8677
|
"typeArguments": [
|
|
8768
8678
|
{
|
|
8769
8679
|
"type": "reference",
|
|
8770
|
-
"id":
|
|
8680
|
+
"id": 648,
|
|
8771
8681
|
"name": "SkyTokenHarness"
|
|
8772
8682
|
}
|
|
8773
8683
|
],
|
|
@@ -8783,20 +8693,20 @@
|
|
|
8783
8693
|
{
|
|
8784
8694
|
"title": "Constructors",
|
|
8785
8695
|
"children": [
|
|
8786
|
-
|
|
8696
|
+
653
|
|
8787
8697
|
]
|
|
8788
8698
|
},
|
|
8789
8699
|
{
|
|
8790
8700
|
"title": "Methods",
|
|
8791
8701
|
"children": [
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
675,
|
|
8797
|
-
677,
|
|
8702
|
+
661,
|
|
8703
|
+
663,
|
|
8704
|
+
672,
|
|
8705
|
+
665,
|
|
8798
8706
|
667,
|
|
8799
|
-
|
|
8707
|
+
669,
|
|
8708
|
+
659,
|
|
8709
|
+
650
|
|
8800
8710
|
]
|
|
8801
8711
|
}
|
|
8802
8712
|
],
|
|
@@ -8805,7 +8715,7 @@
|
|
|
8805
8715
|
"fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
|
|
8806
8716
|
"line": 8,
|
|
8807
8717
|
"character": 13,
|
|
8808
|
-
"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"
|
|
8809
8719
|
}
|
|
8810
8720
|
],
|
|
8811
8721
|
"extendedTypes": [
|
|
@@ -8818,7 +8728,7 @@
|
|
|
8818
8728
|
]
|
|
8819
8729
|
},
|
|
8820
8730
|
{
|
|
8821
|
-
"id":
|
|
8731
|
+
"id": 696,
|
|
8822
8732
|
"name": "SkyTokensHarness",
|
|
8823
8733
|
"kind": 128,
|
|
8824
8734
|
"kindString": "Class",
|
|
@@ -8833,7 +8743,7 @@
|
|
|
8833
8743
|
},
|
|
8834
8744
|
"children": [
|
|
8835
8745
|
{
|
|
8836
|
-
"id":
|
|
8746
|
+
"id": 706,
|
|
8837
8747
|
"name": "constructor",
|
|
8838
8748
|
"kind": 512,
|
|
8839
8749
|
"kindString": "Constructor",
|
|
@@ -8847,14 +8757,14 @@
|
|
|
8847
8757
|
],
|
|
8848
8758
|
"signatures": [
|
|
8849
8759
|
{
|
|
8850
|
-
"id":
|
|
8760
|
+
"id": 707,
|
|
8851
8761
|
"name": "new SkyTokensHarness",
|
|
8852
8762
|
"kind": 16384,
|
|
8853
8763
|
"kindString": "Constructor signature",
|
|
8854
8764
|
"flags": {},
|
|
8855
8765
|
"parameters": [
|
|
8856
8766
|
{
|
|
8857
|
-
"id":
|
|
8767
|
+
"id": 708,
|
|
8858
8768
|
"name": "locatorFactory",
|
|
8859
8769
|
"kind": 32768,
|
|
8860
8770
|
"kindString": "Parameter",
|
|
@@ -8869,7 +8779,7 @@
|
|
|
8869
8779
|
],
|
|
8870
8780
|
"type": {
|
|
8871
8781
|
"type": "reference",
|
|
8872
|
-
"id":
|
|
8782
|
+
"id": 696,
|
|
8873
8783
|
"name": "SkyTokensHarness"
|
|
8874
8784
|
},
|
|
8875
8785
|
"inheritedFrom": {
|
|
@@ -8884,7 +8794,7 @@
|
|
|
8884
8794
|
}
|
|
8885
8795
|
},
|
|
8886
8796
|
{
|
|
8887
|
-
"id":
|
|
8797
|
+
"id": 709,
|
|
8888
8798
|
"name": "dismissTokens",
|
|
8889
8799
|
"kind": 2048,
|
|
8890
8800
|
"kindString": "Method",
|
|
@@ -8896,12 +8806,12 @@
|
|
|
8896
8806
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8897
8807
|
"line": 27,
|
|
8898
8808
|
"character": 15,
|
|
8899
|
-
"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"
|
|
8900
8810
|
}
|
|
8901
8811
|
],
|
|
8902
8812
|
"signatures": [
|
|
8903
8813
|
{
|
|
8904
|
-
"id":
|
|
8814
|
+
"id": 710,
|
|
8905
8815
|
"name": "dismissTokens",
|
|
8906
8816
|
"kind": 4096,
|
|
8907
8817
|
"kindString": "Call signature",
|
|
@@ -8916,7 +8826,7 @@
|
|
|
8916
8826
|
},
|
|
8917
8827
|
"parameters": [
|
|
8918
8828
|
{
|
|
8919
|
-
"id":
|
|
8829
|
+
"id": 711,
|
|
8920
8830
|
"name": "filters",
|
|
8921
8831
|
"kind": 32768,
|
|
8922
8832
|
"kindString": "Parameter",
|
|
@@ -8945,7 +8855,7 @@
|
|
|
8945
8855
|
]
|
|
8946
8856
|
},
|
|
8947
8857
|
{
|
|
8948
|
-
"id":
|
|
8858
|
+
"id": 712,
|
|
8949
8859
|
"name": "getTokens",
|
|
8950
8860
|
"kind": 2048,
|
|
8951
8861
|
"kindString": "Method",
|
|
@@ -8957,12 +8867,12 @@
|
|
|
8957
8867
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
8958
8868
|
"line": 37,
|
|
8959
8869
|
"character": 15,
|
|
8960
|
-
"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"
|
|
8961
8871
|
}
|
|
8962
8872
|
],
|
|
8963
8873
|
"signatures": [
|
|
8964
8874
|
{
|
|
8965
|
-
"id":
|
|
8875
|
+
"id": 713,
|
|
8966
8876
|
"name": "getTokens",
|
|
8967
8877
|
"kind": 4096,
|
|
8968
8878
|
"kindString": "Call signature",
|
|
@@ -8977,7 +8887,7 @@
|
|
|
8977
8887
|
},
|
|
8978
8888
|
"parameters": [
|
|
8979
8889
|
{
|
|
8980
|
-
"id":
|
|
8890
|
+
"id": 714,
|
|
8981
8891
|
"name": "filters",
|
|
8982
8892
|
"kind": 32768,
|
|
8983
8893
|
"kindString": "Parameter",
|
|
@@ -8997,7 +8907,7 @@
|
|
|
8997
8907
|
"type": "array",
|
|
8998
8908
|
"elementType": {
|
|
8999
8909
|
"type": "reference",
|
|
9000
|
-
"id":
|
|
8910
|
+
"id": 648,
|
|
9001
8911
|
"name": "SkyTokenHarness"
|
|
9002
8912
|
}
|
|
9003
8913
|
}
|
|
@@ -9010,7 +8920,7 @@
|
|
|
9010
8920
|
]
|
|
9011
8921
|
},
|
|
9012
8922
|
{
|
|
9013
|
-
"id":
|
|
8923
|
+
"id": 715,
|
|
9014
8924
|
"name": "getTokensText",
|
|
9015
8925
|
"kind": 2048,
|
|
9016
8926
|
"kindString": "Method",
|
|
@@ -9022,12 +8932,12 @@
|
|
|
9022
8932
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
9023
8933
|
"line": 46,
|
|
9024
8934
|
"character": 15,
|
|
9025
|
-
"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"
|
|
9026
8936
|
}
|
|
9027
8937
|
],
|
|
9028
8938
|
"signatures": [
|
|
9029
8939
|
{
|
|
9030
|
-
"id":
|
|
8940
|
+
"id": 716,
|
|
9031
8941
|
"name": "getTokensText",
|
|
9032
8942
|
"kind": 4096,
|
|
9033
8943
|
"kindString": "Call signature",
|
|
@@ -9059,7 +8969,7 @@
|
|
|
9059
8969
|
]
|
|
9060
8970
|
},
|
|
9061
8971
|
{
|
|
9062
|
-
"id":
|
|
8972
|
+
"id": 720,
|
|
9063
8973
|
"name": "host",
|
|
9064
8974
|
"kind": 2048,
|
|
9065
8975
|
"kindString": "Method",
|
|
@@ -9073,7 +8983,7 @@
|
|
|
9073
8983
|
],
|
|
9074
8984
|
"signatures": [
|
|
9075
8985
|
{
|
|
9076
|
-
"id":
|
|
8986
|
+
"id": 721,
|
|
9077
8987
|
"name": "host",
|
|
9078
8988
|
"kind": 4096,
|
|
9079
8989
|
"kindString": "Call signature",
|
|
@@ -9128,7 +9038,7 @@
|
|
|
9128
9038
|
}
|
|
9129
9039
|
},
|
|
9130
9040
|
{
|
|
9131
|
-
"id":
|
|
9041
|
+
"id": 698,
|
|
9132
9042
|
"name": "with",
|
|
9133
9043
|
"kind": 2048,
|
|
9134
9044
|
"kindString": "Method",
|
|
@@ -9141,12 +9051,12 @@
|
|
|
9141
9051
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
9142
9052
|
"line": 20,
|
|
9143
9053
|
"character": 16,
|
|
9144
|
-
"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"
|
|
9145
9055
|
}
|
|
9146
9056
|
],
|
|
9147
9057
|
"signatures": [
|
|
9148
9058
|
{
|
|
9149
|
-
"id":
|
|
9059
|
+
"id": 699,
|
|
9150
9060
|
"name": "with",
|
|
9151
9061
|
"kind": 4096,
|
|
9152
9062
|
"kindString": "Call signature",
|
|
@@ -9177,7 +9087,7 @@
|
|
|
9177
9087
|
},
|
|
9178
9088
|
"parameters": [
|
|
9179
9089
|
{
|
|
9180
|
-
"id":
|
|
9090
|
+
"id": 700,
|
|
9181
9091
|
"name": "filters",
|
|
9182
9092
|
"kind": 32768,
|
|
9183
9093
|
"kindString": "Parameter",
|
|
@@ -9193,7 +9103,7 @@
|
|
|
9193
9103
|
"typeArguments": [
|
|
9194
9104
|
{
|
|
9195
9105
|
"type": "reference",
|
|
9196
|
-
"id":
|
|
9106
|
+
"id": 696,
|
|
9197
9107
|
"name": "SkyTokensHarness"
|
|
9198
9108
|
}
|
|
9199
9109
|
],
|
|
@@ -9209,17 +9119,17 @@
|
|
|
9209
9119
|
{
|
|
9210
9120
|
"title": "Constructors",
|
|
9211
9121
|
"children": [
|
|
9212
|
-
|
|
9122
|
+
706
|
|
9213
9123
|
]
|
|
9214
9124
|
},
|
|
9215
9125
|
{
|
|
9216
9126
|
"title": "Methods",
|
|
9217
9127
|
"children": [
|
|
9218
|
-
|
|
9128
|
+
709,
|
|
9129
|
+
712,
|
|
9130
|
+
715,
|
|
9219
9131
|
720,
|
|
9220
|
-
|
|
9221
|
-
728,
|
|
9222
|
-
706
|
|
9132
|
+
698
|
|
9223
9133
|
]
|
|
9224
9134
|
}
|
|
9225
9135
|
],
|
|
@@ -9228,7 +9138,7 @@
|
|
|
9228
9138
|
"fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
|
|
9229
9139
|
"line": 10,
|
|
9230
9140
|
"character": 13,
|
|
9231
|
-
"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"
|
|
9232
9142
|
}
|
|
9233
9143
|
],
|
|
9234
9144
|
"extendedTypes": [
|
|
@@ -9239,7 +9149,7 @@
|
|
|
9239
9149
|
]
|
|
9240
9150
|
},
|
|
9241
9151
|
{
|
|
9242
|
-
"id":
|
|
9152
|
+
"id": 744,
|
|
9243
9153
|
"name": "SkyWaitHarness",
|
|
9244
9154
|
"kind": 128,
|
|
9245
9155
|
"kindString": "Class",
|
|
@@ -9254,7 +9164,7 @@
|
|
|
9254
9164
|
},
|
|
9255
9165
|
"children": [
|
|
9256
9166
|
{
|
|
9257
|
-
"id":
|
|
9167
|
+
"id": 754,
|
|
9258
9168
|
"name": "constructor",
|
|
9259
9169
|
"kind": 512,
|
|
9260
9170
|
"kindString": "Constructor",
|
|
@@ -9268,14 +9178,14 @@
|
|
|
9268
9178
|
],
|
|
9269
9179
|
"signatures": [
|
|
9270
9180
|
{
|
|
9271
|
-
"id":
|
|
9181
|
+
"id": 755,
|
|
9272
9182
|
"name": "new SkyWaitHarness",
|
|
9273
9183
|
"kind": 16384,
|
|
9274
9184
|
"kindString": "Constructor signature",
|
|
9275
9185
|
"flags": {},
|
|
9276
9186
|
"parameters": [
|
|
9277
9187
|
{
|
|
9278
|
-
"id":
|
|
9188
|
+
"id": 756,
|
|
9279
9189
|
"name": "locatorFactory",
|
|
9280
9190
|
"kind": 32768,
|
|
9281
9191
|
"kindString": "Parameter",
|
|
@@ -9290,7 +9200,7 @@
|
|
|
9290
9200
|
],
|
|
9291
9201
|
"type": {
|
|
9292
9202
|
"type": "reference",
|
|
9293
|
-
"id":
|
|
9203
|
+
"id": 744,
|
|
9294
9204
|
"name": "SkyWaitHarness"
|
|
9295
9205
|
},
|
|
9296
9206
|
"inheritedFrom": {
|
|
@@ -9305,7 +9215,7 @@
|
|
|
9305
9215
|
}
|
|
9306
9216
|
},
|
|
9307
9217
|
{
|
|
9308
|
-
"id":
|
|
9218
|
+
"id": 759,
|
|
9309
9219
|
"name": "getAriaLabel",
|
|
9310
9220
|
"kind": 2048,
|
|
9311
9221
|
"kindString": "Method",
|
|
@@ -9317,12 +9227,12 @@
|
|
|
9317
9227
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9318
9228
|
"line": 40,
|
|
9319
9229
|
"character": 15,
|
|
9320
|
-
"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"
|
|
9321
9231
|
}
|
|
9322
9232
|
],
|
|
9323
9233
|
"signatures": [
|
|
9324
9234
|
{
|
|
9325
|
-
"id":
|
|
9235
|
+
"id": 760,
|
|
9326
9236
|
"name": "getAriaLabel",
|
|
9327
9237
|
"kind": 4096,
|
|
9328
9238
|
"kindString": "Call signature",
|
|
@@ -9351,7 +9261,7 @@
|
|
|
9351
9261
|
]
|
|
9352
9262
|
},
|
|
9353
9263
|
{
|
|
9354
|
-
"id":
|
|
9264
|
+
"id": 770,
|
|
9355
9265
|
"name": "host",
|
|
9356
9266
|
"kind": 2048,
|
|
9357
9267
|
"kindString": "Method",
|
|
@@ -9365,7 +9275,7 @@
|
|
|
9365
9275
|
],
|
|
9366
9276
|
"signatures": [
|
|
9367
9277
|
{
|
|
9368
|
-
"id":
|
|
9278
|
+
"id": 771,
|
|
9369
9279
|
"name": "host",
|
|
9370
9280
|
"kind": 4096,
|
|
9371
9281
|
"kindString": "Call signature",
|
|
@@ -9420,7 +9330,7 @@
|
|
|
9420
9330
|
}
|
|
9421
9331
|
},
|
|
9422
9332
|
{
|
|
9423
|
-
"id":
|
|
9333
|
+
"id": 763,
|
|
9424
9334
|
"name": "isFullPage",
|
|
9425
9335
|
"kind": 2048,
|
|
9426
9336
|
"kindString": "Method",
|
|
@@ -9432,12 +9342,12 @@
|
|
|
9432
9342
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9433
9343
|
"line": 64,
|
|
9434
9344
|
"character": 15,
|
|
9435
|
-
"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"
|
|
9436
9346
|
}
|
|
9437
9347
|
],
|
|
9438
9348
|
"signatures": [
|
|
9439
9349
|
{
|
|
9440
|
-
"id":
|
|
9350
|
+
"id": 764,
|
|
9441
9351
|
"name": "isFullPage",
|
|
9442
9352
|
"kind": 4096,
|
|
9443
9353
|
"kindString": "Call signature",
|
|
@@ -9466,7 +9376,7 @@
|
|
|
9466
9376
|
]
|
|
9467
9377
|
},
|
|
9468
9378
|
{
|
|
9469
|
-
"id":
|
|
9379
|
+
"id": 765,
|
|
9470
9380
|
"name": "isNonBlocking",
|
|
9471
9381
|
"kind": 2048,
|
|
9472
9382
|
"kindString": "Method",
|
|
@@ -9478,12 +9388,12 @@
|
|
|
9478
9388
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9479
9389
|
"line": 71,
|
|
9480
9390
|
"character": 15,
|
|
9481
|
-
"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"
|
|
9482
9392
|
}
|
|
9483
9393
|
],
|
|
9484
9394
|
"signatures": [
|
|
9485
9395
|
{
|
|
9486
|
-
"id":
|
|
9396
|
+
"id": 766,
|
|
9487
9397
|
"name": "isNonBlocking",
|
|
9488
9398
|
"kind": 4096,
|
|
9489
9399
|
"kindString": "Call signature",
|
|
@@ -9512,7 +9422,7 @@
|
|
|
9512
9422
|
]
|
|
9513
9423
|
},
|
|
9514
9424
|
{
|
|
9515
|
-
"id":
|
|
9425
|
+
"id": 761,
|
|
9516
9426
|
"name": "isWaiting",
|
|
9517
9427
|
"kind": 2048,
|
|
9518
9428
|
"kindString": "Method",
|
|
@@ -9524,12 +9434,12 @@
|
|
|
9524
9434
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9525
9435
|
"line": 57,
|
|
9526
9436
|
"character": 15,
|
|
9527
|
-
"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"
|
|
9528
9438
|
}
|
|
9529
9439
|
],
|
|
9530
9440
|
"signatures": [
|
|
9531
9441
|
{
|
|
9532
|
-
"id":
|
|
9442
|
+
"id": 762,
|
|
9533
9443
|
"name": "isWaiting",
|
|
9534
9444
|
"kind": 4096,
|
|
9535
9445
|
"kindString": "Call signature",
|
|
@@ -9558,7 +9468,7 @@
|
|
|
9558
9468
|
]
|
|
9559
9469
|
},
|
|
9560
9470
|
{
|
|
9561
|
-
"id":
|
|
9471
|
+
"id": 746,
|
|
9562
9472
|
"name": "with",
|
|
9563
9473
|
"kind": 2048,
|
|
9564
9474
|
"kindString": "Method",
|
|
@@ -9571,12 +9481,12 @@
|
|
|
9571
9481
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9572
9482
|
"line": 22,
|
|
9573
9483
|
"character": 16,
|
|
9574
|
-
"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"
|
|
9575
9485
|
}
|
|
9576
9486
|
],
|
|
9577
9487
|
"signatures": [
|
|
9578
9488
|
{
|
|
9579
|
-
"id":
|
|
9489
|
+
"id": 747,
|
|
9580
9490
|
"name": "with",
|
|
9581
9491
|
"kind": 4096,
|
|
9582
9492
|
"kindString": "Call signature",
|
|
@@ -9607,14 +9517,14 @@
|
|
|
9607
9517
|
},
|
|
9608
9518
|
"parameters": [
|
|
9609
9519
|
{
|
|
9610
|
-
"id":
|
|
9520
|
+
"id": 748,
|
|
9611
9521
|
"name": "filters",
|
|
9612
9522
|
"kind": 32768,
|
|
9613
9523
|
"kindString": "Parameter",
|
|
9614
9524
|
"flags": {},
|
|
9615
9525
|
"type": {
|
|
9616
9526
|
"type": "reference",
|
|
9617
|
-
"id":
|
|
9527
|
+
"id": 790,
|
|
9618
9528
|
"name": "SkyWaitHarnessFilters"
|
|
9619
9529
|
}
|
|
9620
9530
|
}
|
|
@@ -9624,7 +9534,7 @@
|
|
|
9624
9534
|
"typeArguments": [
|
|
9625
9535
|
{
|
|
9626
9536
|
"type": "reference",
|
|
9627
|
-
"id":
|
|
9537
|
+
"id": 744,
|
|
9628
9538
|
"name": "SkyWaitHarness"
|
|
9629
9539
|
}
|
|
9630
9540
|
],
|
|
@@ -9640,18 +9550,18 @@
|
|
|
9640
9550
|
{
|
|
9641
9551
|
"title": "Constructors",
|
|
9642
9552
|
"children": [
|
|
9643
|
-
|
|
9553
|
+
754
|
|
9644
9554
|
]
|
|
9645
9555
|
},
|
|
9646
9556
|
{
|
|
9647
9557
|
"title": "Methods",
|
|
9648
9558
|
"children": [
|
|
9649
|
-
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9559
|
+
759,
|
|
9560
|
+
770,
|
|
9561
|
+
763,
|
|
9562
|
+
765,
|
|
9563
|
+
761,
|
|
9564
|
+
746
|
|
9655
9565
|
]
|
|
9656
9566
|
}
|
|
9657
9567
|
],
|
|
@@ -9660,7 +9570,7 @@
|
|
|
9660
9570
|
"fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
|
|
9661
9571
|
"line": 9,
|
|
9662
9572
|
"character": 13,
|
|
9663
|
-
"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"
|
|
9664
9574
|
}
|
|
9665
9575
|
],
|
|
9666
9576
|
"extendedTypes": [
|
|
@@ -9671,7 +9581,7 @@
|
|
|
9671
9581
|
]
|
|
9672
9582
|
},
|
|
9673
9583
|
{
|
|
9674
|
-
"id":
|
|
9584
|
+
"id": 490,
|
|
9675
9585
|
"name": "SkyAlertHarnessFilters",
|
|
9676
9586
|
"kind": 256,
|
|
9677
9587
|
"kindString": "Interface",
|
|
@@ -9686,7 +9596,7 @@
|
|
|
9686
9596
|
},
|
|
9687
9597
|
"children": [
|
|
9688
9598
|
{
|
|
9689
|
-
"id":
|
|
9599
|
+
"id": 493,
|
|
9690
9600
|
"name": "ancestor",
|
|
9691
9601
|
"kind": 1024,
|
|
9692
9602
|
"kindString": "Property",
|
|
@@ -9718,7 +9628,7 @@
|
|
|
9718
9628
|
}
|
|
9719
9629
|
},
|
|
9720
9630
|
{
|
|
9721
|
-
"id":
|
|
9631
|
+
"id": 491,
|
|
9722
9632
|
"name": "dataSkyId",
|
|
9723
9633
|
"kind": 1024,
|
|
9724
9634
|
"kindString": "Property",
|
|
@@ -9746,7 +9656,7 @@
|
|
|
9746
9656
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9747
9657
|
"line": 11,
|
|
9748
9658
|
"character": 2,
|
|
9749
|
-
"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"
|
|
9750
9660
|
}
|
|
9751
9661
|
],
|
|
9752
9662
|
"type": {
|
|
@@ -9770,7 +9680,7 @@
|
|
|
9770
9680
|
}
|
|
9771
9681
|
},
|
|
9772
9682
|
{
|
|
9773
|
-
"id":
|
|
9683
|
+
"id": 492,
|
|
9774
9684
|
"name": "selector",
|
|
9775
9685
|
"kind": 1024,
|
|
9776
9686
|
"kindString": "Property",
|
|
@@ -9806,9 +9716,9 @@
|
|
|
9806
9716
|
{
|
|
9807
9717
|
"title": "Properties",
|
|
9808
9718
|
"children": [
|
|
9809
|
-
|
|
9810
|
-
|
|
9811
|
-
|
|
9719
|
+
493,
|
|
9720
|
+
491,
|
|
9721
|
+
492
|
|
9812
9722
|
]
|
|
9813
9723
|
}
|
|
9814
9724
|
],
|
|
@@ -9817,7 +9727,7 @@
|
|
|
9817
9727
|
"fileName": "projects/indicators/src/testing/alert/alert-harness-filters.ts",
|
|
9818
9728
|
"line": 7,
|
|
9819
9729
|
"character": 17,
|
|
9820
|
-
"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"
|
|
9821
9731
|
}
|
|
9822
9732
|
],
|
|
9823
9733
|
"extendedTypes": [
|
|
@@ -9828,7 +9738,7 @@
|
|
|
9828
9738
|
]
|
|
9829
9739
|
},
|
|
9830
9740
|
{
|
|
9831
|
-
"id":
|
|
9741
|
+
"id": 544,
|
|
9832
9742
|
"name": "SkyIconHarnessFilters",
|
|
9833
9743
|
"kind": 256,
|
|
9834
9744
|
"kindString": "Interface",
|
|
@@ -9843,7 +9753,7 @@
|
|
|
9843
9753
|
},
|
|
9844
9754
|
"children": [
|
|
9845
9755
|
{
|
|
9846
|
-
"id":
|
|
9756
|
+
"id": 547,
|
|
9847
9757
|
"name": "ancestor",
|
|
9848
9758
|
"kind": 1024,
|
|
9849
9759
|
"kindString": "Property",
|
|
@@ -9875,7 +9785,7 @@
|
|
|
9875
9785
|
}
|
|
9876
9786
|
},
|
|
9877
9787
|
{
|
|
9878
|
-
"id":
|
|
9788
|
+
"id": 545,
|
|
9879
9789
|
"name": "dataSkyId",
|
|
9880
9790
|
"kind": 1024,
|
|
9881
9791
|
"kindString": "Property",
|
|
@@ -9903,7 +9813,7 @@
|
|
|
9903
9813
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
9904
9814
|
"line": 11,
|
|
9905
9815
|
"character": 2,
|
|
9906
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9816
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
9907
9817
|
}
|
|
9908
9818
|
],
|
|
9909
9819
|
"type": {
|
|
@@ -9927,7 +9837,7 @@
|
|
|
9927
9837
|
}
|
|
9928
9838
|
},
|
|
9929
9839
|
{
|
|
9930
|
-
"id":
|
|
9840
|
+
"id": 546,
|
|
9931
9841
|
"name": "selector",
|
|
9932
9842
|
"kind": 1024,
|
|
9933
9843
|
"kindString": "Property",
|
|
@@ -9963,9 +9873,9 @@
|
|
|
9963
9873
|
{
|
|
9964
9874
|
"title": "Properties",
|
|
9965
9875
|
"children": [
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9876
|
+
547,
|
|
9877
|
+
545,
|
|
9878
|
+
546
|
|
9969
9879
|
]
|
|
9970
9880
|
}
|
|
9971
9881
|
],
|
|
@@ -9974,7 +9884,7 @@
|
|
|
9974
9884
|
"fileName": "projects/indicators/src/testing/icon/icon-harness-filters.ts",
|
|
9975
9885
|
"line": 7,
|
|
9976
9886
|
"character": 17,
|
|
9977
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9887
|
+
"url": "https://github.com/blackbaud/skyux/blob/116cb59/libs/components/indicators/testing/src/icon/icon-harness-filters.ts#L7"
|
|
9978
9888
|
}
|
|
9979
9889
|
],
|
|
9980
9890
|
"extendedTypes": [
|
|
@@ -9985,7 +9895,7 @@
|
|
|
9985
9895
|
]
|
|
9986
9896
|
},
|
|
9987
9897
|
{
|
|
9988
|
-
"id":
|
|
9898
|
+
"id": 593,
|
|
9989
9899
|
"name": "SkyKeyInfoHarnessFilters",
|
|
9990
9900
|
"kind": 256,
|
|
9991
9901
|
"kindString": "Interface",
|
|
@@ -10000,7 +9910,7 @@
|
|
|
10000
9910
|
},
|
|
10001
9911
|
"children": [
|
|
10002
9912
|
{
|
|
10003
|
-
"id":
|
|
9913
|
+
"id": 596,
|
|
10004
9914
|
"name": "ancestor",
|
|
10005
9915
|
"kind": 1024,
|
|
10006
9916
|
"kindString": "Property",
|
|
@@ -10032,7 +9942,7 @@
|
|
|
10032
9942
|
}
|
|
10033
9943
|
},
|
|
10034
9944
|
{
|
|
10035
|
-
"id":
|
|
9945
|
+
"id": 594,
|
|
10036
9946
|
"name": "dataSkyId",
|
|
10037
9947
|
"kind": 1024,
|
|
10038
9948
|
"kindString": "Property",
|
|
@@ -10060,7 +9970,7 @@
|
|
|
10060
9970
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
10061
9971
|
"line": 11,
|
|
10062
9972
|
"character": 2,
|
|
10063
|
-
"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"
|
|
10064
9974
|
}
|
|
10065
9975
|
],
|
|
10066
9976
|
"type": {
|
|
@@ -10084,7 +9994,7 @@
|
|
|
10084
9994
|
}
|
|
10085
9995
|
},
|
|
10086
9996
|
{
|
|
10087
|
-
"id":
|
|
9997
|
+
"id": 595,
|
|
10088
9998
|
"name": "selector",
|
|
10089
9999
|
"kind": 1024,
|
|
10090
10000
|
"kindString": "Property",
|
|
@@ -10120,9 +10030,9 @@
|
|
|
10120
10030
|
{
|
|
10121
10031
|
"title": "Properties",
|
|
10122
10032
|
"children": [
|
|
10123
|
-
|
|
10124
|
-
|
|
10125
|
-
|
|
10033
|
+
596,
|
|
10034
|
+
594,
|
|
10035
|
+
595
|
|
10126
10036
|
]
|
|
10127
10037
|
}
|
|
10128
10038
|
],
|
|
@@ -10131,7 +10041,7 @@
|
|
|
10131
10041
|
"fileName": "projects/indicators/src/testing/key-info/key-info-harness-filters.ts",
|
|
10132
10042
|
"line": 7,
|
|
10133
10043
|
"character": 17,
|
|
10134
|
-
"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"
|
|
10135
10045
|
}
|
|
10136
10046
|
],
|
|
10137
10047
|
"extendedTypes": [
|
|
@@ -10142,7 +10052,7 @@
|
|
|
10142
10052
|
]
|
|
10143
10053
|
},
|
|
10144
10054
|
{
|
|
10145
|
-
"id":
|
|
10055
|
+
"id": 644,
|
|
10146
10056
|
"name": "SkyLabelHarnessFilters",
|
|
10147
10057
|
"kind": 256,
|
|
10148
10058
|
"kindString": "Interface",
|
|
@@ -10165,7 +10075,7 @@
|
|
|
10165
10075
|
},
|
|
10166
10076
|
"children": [
|
|
10167
10077
|
{
|
|
10168
|
-
"id":
|
|
10078
|
+
"id": 647,
|
|
10169
10079
|
"name": "ancestor",
|
|
10170
10080
|
"kind": 1024,
|
|
10171
10081
|
"kindString": "Property",
|
|
@@ -10197,7 +10107,7 @@
|
|
|
10197
10107
|
}
|
|
10198
10108
|
},
|
|
10199
10109
|
{
|
|
10200
|
-
"id":
|
|
10110
|
+
"id": 645,
|
|
10201
10111
|
"name": "dataSkyId",
|
|
10202
10112
|
"kind": 1024,
|
|
10203
10113
|
"kindString": "Property",
|
|
@@ -10225,7 +10135,7 @@
|
|
|
10225
10135
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
10226
10136
|
"line": 11,
|
|
10227
10137
|
"character": 2,
|
|
10228
|
-
"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"
|
|
10229
10139
|
}
|
|
10230
10140
|
],
|
|
10231
10141
|
"type": {
|
|
@@ -10249,7 +10159,7 @@
|
|
|
10249
10159
|
}
|
|
10250
10160
|
},
|
|
10251
10161
|
{
|
|
10252
|
-
"id":
|
|
10162
|
+
"id": 646,
|
|
10253
10163
|
"name": "selector",
|
|
10254
10164
|
"kind": 1024,
|
|
10255
10165
|
"kindString": "Property",
|
|
@@ -10285,9 +10195,9 @@
|
|
|
10285
10195
|
{
|
|
10286
10196
|
"title": "Properties",
|
|
10287
10197
|
"children": [
|
|
10288
|
-
|
|
10289
|
-
|
|
10290
|
-
|
|
10198
|
+
647,
|
|
10199
|
+
645,
|
|
10200
|
+
646
|
|
10291
10201
|
]
|
|
10292
10202
|
}
|
|
10293
10203
|
],
|
|
@@ -10296,7 +10206,7 @@
|
|
|
10296
10206
|
"fileName": "projects/indicators/src/testing/label/label-harness-filters.ts",
|
|
10297
10207
|
"line": 7,
|
|
10298
10208
|
"character": 17,
|
|
10299
|
-
"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"
|
|
10300
10210
|
}
|
|
10301
10211
|
],
|
|
10302
10212
|
"extendedTypes": [
|
|
@@ -10307,7 +10217,7 @@
|
|
|
10307
10217
|
]
|
|
10308
10218
|
},
|
|
10309
10219
|
{
|
|
10310
|
-
"id":
|
|
10220
|
+
"id": 790,
|
|
10311
10221
|
"name": "SkyWaitHarnessFilters",
|
|
10312
10222
|
"kind": 256,
|
|
10313
10223
|
"kindString": "Interface",
|
|
@@ -10322,7 +10232,7 @@
|
|
|
10322
10232
|
},
|
|
10323
10233
|
"children": [
|
|
10324
10234
|
{
|
|
10325
|
-
"id":
|
|
10235
|
+
"id": 794,
|
|
10326
10236
|
"name": "ancestor",
|
|
10327
10237
|
"kind": 1024,
|
|
10328
10238
|
"kindString": "Property",
|
|
@@ -10354,7 +10264,7 @@
|
|
|
10354
10264
|
}
|
|
10355
10265
|
},
|
|
10356
10266
|
{
|
|
10357
|
-
"id":
|
|
10267
|
+
"id": 792,
|
|
10358
10268
|
"name": "dataSkyId",
|
|
10359
10269
|
"kind": 1024,
|
|
10360
10270
|
"kindString": "Property",
|
|
@@ -10382,7 +10292,7 @@
|
|
|
10382
10292
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
10383
10293
|
"line": 11,
|
|
10384
10294
|
"character": 2,
|
|
10385
|
-
"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"
|
|
10386
10296
|
}
|
|
10387
10297
|
],
|
|
10388
10298
|
"type": {
|
|
@@ -10406,7 +10316,7 @@
|
|
|
10406
10316
|
}
|
|
10407
10317
|
},
|
|
10408
10318
|
{
|
|
10409
|
-
"id":
|
|
10319
|
+
"id": 793,
|
|
10410
10320
|
"name": "selector",
|
|
10411
10321
|
"kind": 1024,
|
|
10412
10322
|
"kindString": "Property",
|
|
@@ -10438,7 +10348,7 @@
|
|
|
10438
10348
|
}
|
|
10439
10349
|
},
|
|
10440
10350
|
{
|
|
10441
|
-
"id":
|
|
10351
|
+
"id": 791,
|
|
10442
10352
|
"name": "servicePageWaitType",
|
|
10443
10353
|
"kind": 1024,
|
|
10444
10354
|
"kindString": "Property",
|
|
@@ -10466,7 +10376,7 @@
|
|
|
10466
10376
|
"fileName": "projects/indicators/src/testing/wait/wait-harness-filters.ts",
|
|
10467
10377
|
"line": 11,
|
|
10468
10378
|
"character": 2,
|
|
10469
|
-
"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"
|
|
10470
10380
|
}
|
|
10471
10381
|
],
|
|
10472
10382
|
"type": {
|
|
@@ -10488,10 +10398,10 @@
|
|
|
10488
10398
|
{
|
|
10489
10399
|
"title": "Properties",
|
|
10490
10400
|
"children": [
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
|
|
10401
|
+
794,
|
|
10402
|
+
792,
|
|
10403
|
+
793,
|
|
10404
|
+
791
|
|
10495
10405
|
]
|
|
10496
10406
|
}
|
|
10497
10407
|
],
|
|
@@ -10500,7 +10410,7 @@
|
|
|
10500
10410
|
"fileName": "projects/indicators/src/testing/wait/wait-harness-filters.ts",
|
|
10501
10411
|
"line": 7,
|
|
10502
10412
|
"character": 17,
|
|
10503
|
-
"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"
|
|
10504
10414
|
}
|
|
10505
10415
|
],
|
|
10506
10416
|
"extendedTypes": [
|