@skyux/icon 11.7.0 → 11.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +950 -85
- package/esm2022/index.mjs +4 -4
- package/esm2022/lib/modules/icon/icon-class-list.pipe.mjs +35 -0
- package/esm2022/lib/modules/icon/icon-resolver.service.mjs +79 -0
- package/esm2022/lib/modules/icon/icon-stack-item.mjs +2 -0
- package/esm2022/lib/{icon → modules/icon}/icon-stack.component.mjs +1 -1
- package/esm2022/lib/modules/icon/icon-svg-resolver.service.mjs +85 -0
- package/esm2022/lib/{icon → modules/icon}/icon-svg.component.mjs +1 -1
- package/esm2022/lib/modules/icon/icon.component.mjs +30 -0
- package/esm2022/lib/modules/icon/icon.module.mjs +21 -0
- package/esm2022/lib/modules/icon/types/icon-resolved.mjs +2 -0
- package/esm2022/lib/modules/icon/types/icon-type.mjs +2 -0
- package/esm2022/lib/modules/icon/types/icon-variant-type.mjs +2 -0
- package/esm2022/testing/public-api.mjs +2 -0
- package/esm2022/testing/skyux-icon-testing.mjs +2 -2
- package/fesm2022/skyux-icon-testing.mjs.map +1 -1
- package/fesm2022/skyux-icon.mjs.map +1 -1
- package/index.d.ts +6 -6
- package/package.json +3 -3
- package/testing/index.d.ts +5 -2
- package/testing/public-api.d.ts +2 -0
- package/esm2022/lib/icon/icon-class-list.pipe.mjs +0 -35
- package/esm2022/lib/icon/icon-resolver.service.mjs +0 -79
- package/esm2022/lib/icon/icon-stack-item.mjs +0 -2
- package/esm2022/lib/icon/icon-svg-resolver.service.mjs +0 -85
- package/esm2022/lib/icon/icon.component.mjs +0 -30
- package/esm2022/lib/icon/icon.module.mjs +0 -21
- package/esm2022/lib/icon/types/icon-resolved.mjs +0 -2
- package/esm2022/lib/icon/types/icon-type.mjs +0 -2
- package/esm2022/lib/icon/types/icon-variant-type.mjs +0 -2
- package/esm2022/testing/index.mjs +0 -2
- /package/lib/{icon → modules/icon}/icon-class-list.pipe.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon-resolver.service.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon-stack-item.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon-stack.component.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon-svg-resolver.service.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon-svg.component.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon.component.d.ts +0 -0
- /package/lib/{icon → modules/icon}/icon.module.d.ts +0 -0
- /package/lib/{icon → modules/icon}/types/icon-resolved.d.ts +0 -0
- /package/lib/{icon → modules/icon}/types/icon-type.d.ts +0 -0
- /package/lib/{icon → modules/icon}/types/icon-variant-type.d.ts +0 -0
package/documentation.json
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
"SkyIconModule": "class-skyiconmodule",
|
|
4
4
|
"SkyIconComponent": "class-skyiconcomponent",
|
|
5
5
|
"SkyIconType": "type-alias-skyicontype",
|
|
6
|
-
"SkyIconVariantType": "type-alias-skyiconvarianttype"
|
|
6
|
+
"SkyIconVariantType": "type-alias-skyiconvarianttype",
|
|
7
|
+
"SkyIconHarness": "class-skyiconharness",
|
|
8
|
+
"SkyIconHarnessFilters": "interface-skyiconharnessfilters"
|
|
7
9
|
},
|
|
8
10
|
"typedoc": {
|
|
9
11
|
"id": 0,
|
|
@@ -13,7 +15,7 @@
|
|
|
13
15
|
"flags": {},
|
|
14
16
|
"children": [
|
|
15
17
|
{
|
|
16
|
-
"id":
|
|
18
|
+
"id": 6,
|
|
17
19
|
"name": "SkyIconModule",
|
|
18
20
|
"variant": "declaration",
|
|
19
21
|
"kind": 128,
|
|
@@ -23,16 +25,16 @@
|
|
|
23
25
|
{
|
|
24
26
|
"title": "Constructors",
|
|
25
27
|
"children": [
|
|
26
|
-
|
|
28
|
+
7
|
|
27
29
|
]
|
|
28
30
|
}
|
|
29
31
|
],
|
|
30
32
|
"sources": [
|
|
31
33
|
{
|
|
32
|
-
"fileName": "projects/icon/src/icon/icon.module.ts",
|
|
34
|
+
"fileName": "projects/icon/src/modules/icon/icon.module.ts",
|
|
33
35
|
"line": 14,
|
|
34
36
|
"character": 13,
|
|
35
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
37
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.module.ts#L14"
|
|
36
38
|
}
|
|
37
39
|
],
|
|
38
40
|
"decorators": [
|
|
@@ -45,14 +47,14 @@
|
|
|
45
47
|
]
|
|
46
48
|
},
|
|
47
49
|
{
|
|
48
|
-
"id":
|
|
50
|
+
"id": 11,
|
|
49
51
|
"name": "SkyIconComponent",
|
|
50
52
|
"variant": "declaration",
|
|
51
53
|
"kind": 128,
|
|
52
54
|
"flags": {},
|
|
53
55
|
"children": [
|
|
54
56
|
{
|
|
55
|
-
"id":
|
|
57
|
+
"id": 18,
|
|
56
58
|
"name": "fixedWidth",
|
|
57
59
|
"variant": "declaration",
|
|
58
60
|
"kind": 1024,
|
|
@@ -80,10 +82,10 @@
|
|
|
80
82
|
},
|
|
81
83
|
"sources": [
|
|
82
84
|
{
|
|
83
|
-
"fileName": "projects/icon/src/icon/icon.component.ts",
|
|
85
|
+
"fileName": "projects/icon/src/modules/icon/icon.component.ts",
|
|
84
86
|
"line": 59,
|
|
85
87
|
"character": 9,
|
|
86
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
88
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.component.ts#L59"
|
|
87
89
|
}
|
|
88
90
|
],
|
|
89
91
|
"type": {
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
]
|
|
98
100
|
},
|
|
99
101
|
{
|
|
100
|
-
"id":
|
|
102
|
+
"id": 14,
|
|
101
103
|
"name": "icon",
|
|
102
104
|
"variant": "declaration",
|
|
103
105
|
"kind": 1024,
|
|
@@ -128,10 +130,10 @@
|
|
|
128
130
|
},
|
|
129
131
|
"sources": [
|
|
130
132
|
{
|
|
131
|
-
"fileName": "projects/icon/src/icon/icon.component.ts",
|
|
133
|
+
"fileName": "projects/icon/src/modules/icon/icon.component.ts",
|
|
132
134
|
"line": 26,
|
|
133
135
|
"character": 9,
|
|
134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
136
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.component.ts#L26"
|
|
135
137
|
}
|
|
136
138
|
],
|
|
137
139
|
"type": {
|
|
@@ -145,7 +147,7 @@
|
|
|
145
147
|
]
|
|
146
148
|
},
|
|
147
149
|
{
|
|
148
|
-
"id":
|
|
150
|
+
"id": 16,
|
|
149
151
|
"name": "iconType",
|
|
150
152
|
"variant": "declaration",
|
|
151
153
|
"kind": 1024,
|
|
@@ -198,15 +200,15 @@
|
|
|
198
200
|
},
|
|
199
201
|
"sources": [
|
|
200
202
|
{
|
|
201
|
-
"fileName": "projects/icon/src/icon/icon.component.ts",
|
|
203
|
+
"fileName": "projects/icon/src/modules/icon/icon.component.ts",
|
|
202
204
|
"line": 43,
|
|
203
205
|
"character": 9,
|
|
204
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
206
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.component.ts#L43"
|
|
205
207
|
}
|
|
206
208
|
],
|
|
207
209
|
"type": {
|
|
208
210
|
"type": "reference",
|
|
209
|
-
"target":
|
|
211
|
+
"target": 9,
|
|
210
212
|
"name": "SkyIconType",
|
|
211
213
|
"package": "@skyux/icon"
|
|
212
214
|
},
|
|
@@ -217,7 +219,7 @@
|
|
|
217
219
|
]
|
|
218
220
|
},
|
|
219
221
|
{
|
|
220
|
-
"id":
|
|
222
|
+
"id": 17,
|
|
221
223
|
"name": "size",
|
|
222
224
|
"variant": "declaration",
|
|
223
225
|
"kind": 1024,
|
|
@@ -242,10 +244,10 @@
|
|
|
242
244
|
},
|
|
243
245
|
"sources": [
|
|
244
246
|
{
|
|
245
|
-
"fileName": "projects/icon/src/icon/icon.component.ts",
|
|
247
|
+
"fileName": "projects/icon/src/modules/icon/icon.component.ts",
|
|
246
248
|
"line": 50,
|
|
247
249
|
"character": 9,
|
|
248
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
250
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.component.ts#L50"
|
|
249
251
|
}
|
|
250
252
|
],
|
|
251
253
|
"type": {
|
|
@@ -259,7 +261,7 @@
|
|
|
259
261
|
]
|
|
260
262
|
},
|
|
261
263
|
{
|
|
262
|
-
"id":
|
|
264
|
+
"id": 19,
|
|
263
265
|
"name": "variant",
|
|
264
266
|
"variant": "declaration",
|
|
265
267
|
"kind": 1024,
|
|
@@ -276,15 +278,15 @@
|
|
|
276
278
|
},
|
|
277
279
|
"sources": [
|
|
278
280
|
{
|
|
279
|
-
"fileName": "projects/icon/src/icon/icon.component.ts",
|
|
281
|
+
"fileName": "projects/icon/src/modules/icon/icon.component.ts",
|
|
280
282
|
"line": 66,
|
|
281
283
|
"character": 9,
|
|
282
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
284
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.component.ts#L66"
|
|
283
285
|
}
|
|
284
286
|
],
|
|
285
287
|
"type": {
|
|
286
288
|
"type": "reference",
|
|
287
|
-
"target":
|
|
289
|
+
"target": 10,
|
|
288
290
|
"name": "SkyIconVariantType",
|
|
289
291
|
"package": "@skyux/icon"
|
|
290
292
|
},
|
|
@@ -299,26 +301,26 @@
|
|
|
299
301
|
{
|
|
300
302
|
"title": "Constructors",
|
|
301
303
|
"children": [
|
|
302
|
-
|
|
304
|
+
12
|
|
303
305
|
]
|
|
304
306
|
},
|
|
305
307
|
{
|
|
306
308
|
"title": "Properties",
|
|
307
309
|
"children": [
|
|
308
|
-
|
|
309
|
-
12,
|
|
310
|
+
18,
|
|
310
311
|
14,
|
|
311
|
-
|
|
312
|
-
17
|
|
312
|
+
16,
|
|
313
|
+
17,
|
|
314
|
+
19
|
|
313
315
|
]
|
|
314
316
|
}
|
|
315
317
|
],
|
|
316
318
|
"sources": [
|
|
317
319
|
{
|
|
318
|
-
"fileName": "projects/icon/src/icon/icon.component.ts",
|
|
320
|
+
"fileName": "projects/icon/src/modules/icon/icon.component.ts",
|
|
319
321
|
"line": 18,
|
|
320
322
|
"character": 13,
|
|
321
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
323
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/icon.component.ts#L18"
|
|
322
324
|
}
|
|
323
325
|
],
|
|
324
326
|
"decorators": [
|
|
@@ -331,7 +333,7 @@
|
|
|
331
333
|
]
|
|
332
334
|
},
|
|
333
335
|
{
|
|
334
|
-
"id":
|
|
336
|
+
"id": 9,
|
|
335
337
|
"name": "SkyIconType",
|
|
336
338
|
"variant": "declaration",
|
|
337
339
|
"kind": 2097152,
|
|
@@ -347,10 +349,10 @@
|
|
|
347
349
|
},
|
|
348
350
|
"sources": [
|
|
349
351
|
{
|
|
350
|
-
"fileName": "projects/icon/src/icon/types/icon-type.ts",
|
|
352
|
+
"fileName": "projects/icon/src/modules/icon/types/icon-type.ts",
|
|
351
353
|
"line": 4,
|
|
352
354
|
"character": 12,
|
|
353
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
355
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/types/icon-type.ts#L4"
|
|
354
356
|
}
|
|
355
357
|
],
|
|
356
358
|
"type": {
|
|
@@ -368,17 +370,17 @@
|
|
|
368
370
|
}
|
|
369
371
|
},
|
|
370
372
|
{
|
|
371
|
-
"id":
|
|
373
|
+
"id": 10,
|
|
372
374
|
"name": "SkyIconVariantType",
|
|
373
375
|
"variant": "declaration",
|
|
374
376
|
"kind": 2097152,
|
|
375
377
|
"flags": {},
|
|
376
378
|
"sources": [
|
|
377
379
|
{
|
|
378
|
-
"fileName": "projects/icon/src/icon/types/icon-variant-type.ts",
|
|
380
|
+
"fileName": "projects/icon/src/modules/icon/types/icon-variant-type.ts",
|
|
379
381
|
"line": 1,
|
|
380
382
|
"character": 12,
|
|
381
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
383
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/src/lib/modules/icon/types/icon-variant-type.ts#L1"
|
|
382
384
|
}
|
|
383
385
|
],
|
|
384
386
|
"type": {
|
|
@@ -394,21 +396,788 @@
|
|
|
394
396
|
}
|
|
395
397
|
]
|
|
396
398
|
}
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
|
-
"groups": [
|
|
399
|
+
},
|
|
400
400
|
{
|
|
401
|
-
"
|
|
401
|
+
"id": 28,
|
|
402
|
+
"name": "SkyIconHarness",
|
|
403
|
+
"variant": "declaration",
|
|
404
|
+
"kind": 128,
|
|
405
|
+
"flags": {},
|
|
406
|
+
"comment": {
|
|
407
|
+
"summary": [
|
|
408
|
+
{
|
|
409
|
+
"kind": "text",
|
|
410
|
+
"text": "Harness for interacting with an icon component in tests."
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
402
414
|
"children": [
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
415
|
+
{
|
|
416
|
+
"id": 38,
|
|
417
|
+
"name": "constructor",
|
|
418
|
+
"variant": "declaration",
|
|
419
|
+
"kind": 512,
|
|
420
|
+
"flags": {},
|
|
421
|
+
"sources": [
|
|
422
|
+
{
|
|
423
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
424
|
+
"line": 38,
|
|
425
|
+
"character": 4
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"signatures": [
|
|
429
|
+
{
|
|
430
|
+
"id": 39,
|
|
431
|
+
"name": "new SkyIconHarness",
|
|
432
|
+
"variant": "signature",
|
|
433
|
+
"kind": 16384,
|
|
434
|
+
"flags": {},
|
|
435
|
+
"sources": [
|
|
436
|
+
{
|
|
437
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
438
|
+
"line": 38,
|
|
439
|
+
"character": 4
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"parameters": [
|
|
443
|
+
{
|
|
444
|
+
"id": 40,
|
|
445
|
+
"name": "locatorFactory",
|
|
446
|
+
"variant": "param",
|
|
447
|
+
"kind": 32768,
|
|
448
|
+
"flags": {},
|
|
449
|
+
"type": {
|
|
450
|
+
"type": "reference",
|
|
451
|
+
"target": {
|
|
452
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
453
|
+
"qualifiedName": "LocatorFactory"
|
|
454
|
+
},
|
|
455
|
+
"name": "LocatorFactory",
|
|
456
|
+
"package": "@angular/cdk"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"type": {
|
|
461
|
+
"type": "reference",
|
|
462
|
+
"target": 28,
|
|
463
|
+
"name": "SkyIconHarness",
|
|
464
|
+
"package": "@skyux/icon"
|
|
465
|
+
},
|
|
466
|
+
"inheritedFrom": {
|
|
467
|
+
"type": "reference",
|
|
468
|
+
"target": -1,
|
|
469
|
+
"name": "SkyComponentHarness.constructor"
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"inheritedFrom": {
|
|
474
|
+
"type": "reference",
|
|
475
|
+
"target": -1,
|
|
476
|
+
"name": "SkyComponentHarness.constructor"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": 41,
|
|
481
|
+
"name": "getIconName",
|
|
482
|
+
"variant": "declaration",
|
|
483
|
+
"kind": 2048,
|
|
484
|
+
"flags": {
|
|
485
|
+
"isPublic": true
|
|
486
|
+
},
|
|
487
|
+
"sources": [
|
|
488
|
+
{
|
|
489
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
490
|
+
"line": 28,
|
|
491
|
+
"character": 15,
|
|
492
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L28"
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"signatures": [
|
|
496
|
+
{
|
|
497
|
+
"id": 42,
|
|
498
|
+
"name": "getIconName",
|
|
499
|
+
"variant": "signature",
|
|
500
|
+
"kind": 4096,
|
|
501
|
+
"flags": {},
|
|
502
|
+
"comment": {
|
|
503
|
+
"summary": [
|
|
504
|
+
{
|
|
505
|
+
"kind": "text",
|
|
506
|
+
"text": "Gets the icon name."
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
"sources": [
|
|
511
|
+
{
|
|
512
|
+
"fileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
513
|
+
"line": 28,
|
|
514
|
+
"character": 15,
|
|
515
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L28"
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"type": {
|
|
519
|
+
"type": "reference",
|
|
520
|
+
"target": {
|
|
521
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
522
|
+
"qualifiedName": "Promise"
|
|
523
|
+
},
|
|
524
|
+
"typeArguments": [
|
|
525
|
+
{
|
|
526
|
+
"type": "intrinsic",
|
|
527
|
+
"name": "string"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"name": "Promise",
|
|
531
|
+
"package": "typescript"
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"decorators": []
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"id": 43,
|
|
539
|
+
"name": "getIconSize",
|
|
540
|
+
"variant": "declaration",
|
|
541
|
+
"kind": 2048,
|
|
542
|
+
"flags": {
|
|
543
|
+
"isPublic": true
|
|
544
|
+
},
|
|
545
|
+
"sources": [
|
|
546
|
+
{
|
|
547
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
548
|
+
"line": 37,
|
|
549
|
+
"character": 15,
|
|
550
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L37"
|
|
551
|
+
}
|
|
552
|
+
],
|
|
553
|
+
"signatures": [
|
|
554
|
+
{
|
|
555
|
+
"id": 44,
|
|
556
|
+
"name": "getIconSize",
|
|
557
|
+
"variant": "signature",
|
|
558
|
+
"kind": 4096,
|
|
559
|
+
"flags": {},
|
|
560
|
+
"comment": {
|
|
561
|
+
"summary": [
|
|
562
|
+
{
|
|
563
|
+
"kind": "text",
|
|
564
|
+
"text": "Gets the icon size."
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
"sources": [
|
|
569
|
+
{
|
|
570
|
+
"fileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
571
|
+
"line": 37,
|
|
572
|
+
"character": 15,
|
|
573
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L37"
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"type": {
|
|
577
|
+
"type": "reference",
|
|
578
|
+
"target": {
|
|
579
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
580
|
+
"qualifiedName": "Promise"
|
|
581
|
+
},
|
|
582
|
+
"typeArguments": [
|
|
583
|
+
{
|
|
584
|
+
"type": "intrinsic",
|
|
585
|
+
"name": "string"
|
|
586
|
+
}
|
|
587
|
+
],
|
|
588
|
+
"name": "Promise",
|
|
589
|
+
"package": "typescript"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"decorators": []
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"id": 45,
|
|
597
|
+
"name": "getIconType",
|
|
598
|
+
"variant": "declaration",
|
|
599
|
+
"kind": 2048,
|
|
600
|
+
"flags": {
|
|
601
|
+
"isPublic": true
|
|
602
|
+
},
|
|
603
|
+
"sources": [
|
|
604
|
+
{
|
|
605
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
606
|
+
"line": 54,
|
|
607
|
+
"character": 15,
|
|
608
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L54"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"signatures": [
|
|
612
|
+
{
|
|
613
|
+
"id": 46,
|
|
614
|
+
"name": "getIconType",
|
|
615
|
+
"variant": "signature",
|
|
616
|
+
"kind": 4096,
|
|
617
|
+
"flags": {},
|
|
618
|
+
"comment": {
|
|
619
|
+
"summary": [
|
|
620
|
+
{
|
|
621
|
+
"kind": "text",
|
|
622
|
+
"text": "Gets the icon type."
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"blockTags": [
|
|
626
|
+
{
|
|
627
|
+
"tag": "@deprecated",
|
|
628
|
+
"content": [
|
|
629
|
+
{
|
|
630
|
+
"kind": "text",
|
|
631
|
+
"text": "The "
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "code",
|
|
635
|
+
"text": "`iconType`"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"kind": "text",
|
|
639
|
+
"text": " input is no longer used. This method will be removed in a future version."
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
]
|
|
644
|
+
},
|
|
645
|
+
"sources": [
|
|
646
|
+
{
|
|
647
|
+
"fileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
648
|
+
"line": 54,
|
|
649
|
+
"character": 15,
|
|
650
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L54"
|
|
651
|
+
}
|
|
652
|
+
],
|
|
653
|
+
"type": {
|
|
654
|
+
"type": "reference",
|
|
655
|
+
"target": {
|
|
656
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
657
|
+
"qualifiedName": "Promise"
|
|
658
|
+
},
|
|
659
|
+
"typeArguments": [
|
|
660
|
+
{
|
|
661
|
+
"type": "intrinsic",
|
|
662
|
+
"name": "string"
|
|
663
|
+
}
|
|
664
|
+
],
|
|
665
|
+
"name": "Promise",
|
|
666
|
+
"package": "typescript"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"decorators": []
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"id": 47,
|
|
674
|
+
"name": "getVariant",
|
|
675
|
+
"variant": "declaration",
|
|
676
|
+
"kind": 2048,
|
|
677
|
+
"flags": {
|
|
678
|
+
"isPublic": true
|
|
679
|
+
},
|
|
680
|
+
"sources": [
|
|
681
|
+
{
|
|
682
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
683
|
+
"line": 61,
|
|
684
|
+
"character": 15,
|
|
685
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L61"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"signatures": [
|
|
689
|
+
{
|
|
690
|
+
"id": 48,
|
|
691
|
+
"name": "getVariant",
|
|
692
|
+
"variant": "signature",
|
|
693
|
+
"kind": 4096,
|
|
694
|
+
"flags": {},
|
|
695
|
+
"comment": {
|
|
696
|
+
"summary": [
|
|
697
|
+
{
|
|
698
|
+
"kind": "text",
|
|
699
|
+
"text": "Gets if the icon is a variant."
|
|
700
|
+
}
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"sources": [
|
|
704
|
+
{
|
|
705
|
+
"fileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
706
|
+
"line": 61,
|
|
707
|
+
"character": 15,
|
|
708
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L61"
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"type": {
|
|
712
|
+
"type": "reference",
|
|
713
|
+
"target": {
|
|
714
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
715
|
+
"qualifiedName": "Promise"
|
|
716
|
+
},
|
|
717
|
+
"typeArguments": [
|
|
718
|
+
{
|
|
719
|
+
"type": "intrinsic",
|
|
720
|
+
"name": "string"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"name": "Promise",
|
|
724
|
+
"package": "typescript"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
],
|
|
728
|
+
"decorators": []
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"id": 64,
|
|
732
|
+
"name": "host",
|
|
733
|
+
"variant": "declaration",
|
|
734
|
+
"kind": 2048,
|
|
735
|
+
"flags": {},
|
|
736
|
+
"sources": [
|
|
737
|
+
{
|
|
738
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
739
|
+
"line": 40,
|
|
740
|
+
"character": 4
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"signatures": [
|
|
744
|
+
{
|
|
745
|
+
"id": 65,
|
|
746
|
+
"name": "host",
|
|
747
|
+
"variant": "signature",
|
|
748
|
+
"kind": 4096,
|
|
749
|
+
"flags": {},
|
|
750
|
+
"comment": {
|
|
751
|
+
"summary": [
|
|
752
|
+
{
|
|
753
|
+
"kind": "text",
|
|
754
|
+
"text": "Gets a "
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"kind": "code",
|
|
758
|
+
"text": "`Promise`"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"kind": "text",
|
|
762
|
+
"text": " for the "
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "code",
|
|
766
|
+
"text": "`TestElement`"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"kind": "text",
|
|
770
|
+
"text": " representing the host element of the component."
|
|
771
|
+
}
|
|
772
|
+
]
|
|
773
|
+
},
|
|
774
|
+
"sources": [
|
|
775
|
+
{
|
|
776
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
777
|
+
"line": 40,
|
|
778
|
+
"character": 4
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"type": {
|
|
782
|
+
"type": "reference",
|
|
783
|
+
"target": {
|
|
784
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
785
|
+
"qualifiedName": "Promise"
|
|
786
|
+
},
|
|
787
|
+
"typeArguments": [
|
|
788
|
+
{
|
|
789
|
+
"type": "reference",
|
|
790
|
+
"target": {
|
|
791
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
792
|
+
"qualifiedName": "TestElement"
|
|
793
|
+
},
|
|
794
|
+
"name": "TestElement",
|
|
795
|
+
"package": "@angular/cdk"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"name": "Promise",
|
|
799
|
+
"package": "typescript"
|
|
800
|
+
},
|
|
801
|
+
"inheritedFrom": {
|
|
802
|
+
"type": "reference",
|
|
803
|
+
"target": -1,
|
|
804
|
+
"name": "SkyComponentHarness.host"
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"inheritedFrom": {
|
|
809
|
+
"type": "reference",
|
|
810
|
+
"target": -1,
|
|
811
|
+
"name": "SkyComponentHarness.host"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": 49,
|
|
816
|
+
"name": "isFixedWidth",
|
|
817
|
+
"variant": "declaration",
|
|
818
|
+
"kind": 2048,
|
|
819
|
+
"flags": {
|
|
820
|
+
"isPublic": true
|
|
821
|
+
},
|
|
822
|
+
"sources": [
|
|
823
|
+
{
|
|
824
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
825
|
+
"line": 76,
|
|
826
|
+
"character": 15,
|
|
827
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L76"
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"signatures": [
|
|
831
|
+
{
|
|
832
|
+
"id": 50,
|
|
833
|
+
"name": "isFixedWidth",
|
|
834
|
+
"variant": "signature",
|
|
835
|
+
"kind": 4096,
|
|
836
|
+
"flags": {},
|
|
837
|
+
"comment": {
|
|
838
|
+
"summary": [
|
|
839
|
+
{
|
|
840
|
+
"kind": "text",
|
|
841
|
+
"text": "Whether the icon has fixed width."
|
|
842
|
+
}
|
|
843
|
+
]
|
|
844
|
+
},
|
|
845
|
+
"sources": [
|
|
846
|
+
{
|
|
847
|
+
"fileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
848
|
+
"line": 76,
|
|
849
|
+
"character": 15,
|
|
850
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L76"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"type": {
|
|
854
|
+
"type": "reference",
|
|
855
|
+
"target": {
|
|
856
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
857
|
+
"qualifiedName": "Promise"
|
|
858
|
+
},
|
|
859
|
+
"typeArguments": [
|
|
860
|
+
{
|
|
861
|
+
"type": "intrinsic",
|
|
862
|
+
"name": "boolean"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"name": "Promise",
|
|
866
|
+
"package": "typescript"
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"decorators": []
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"id": 30,
|
|
874
|
+
"name": "with",
|
|
875
|
+
"variant": "declaration",
|
|
876
|
+
"kind": 2048,
|
|
877
|
+
"flags": {
|
|
878
|
+
"isPublic": true,
|
|
879
|
+
"isStatic": true
|
|
880
|
+
},
|
|
881
|
+
"sources": [
|
|
882
|
+
{
|
|
883
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
884
|
+
"line": 19,
|
|
885
|
+
"character": 16,
|
|
886
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L19"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"signatures": [
|
|
890
|
+
{
|
|
891
|
+
"id": 31,
|
|
892
|
+
"name": "with",
|
|
893
|
+
"variant": "signature",
|
|
894
|
+
"kind": 4096,
|
|
895
|
+
"flags": {},
|
|
896
|
+
"comment": {
|
|
897
|
+
"summary": [
|
|
898
|
+
{
|
|
899
|
+
"kind": "text",
|
|
900
|
+
"text": "Gets a "
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"kind": "code",
|
|
904
|
+
"text": "`HarnessPredicate`"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "text",
|
|
908
|
+
"text": " that can be used to search for a\n"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "code",
|
|
912
|
+
"text": "`SkyIconHarness`"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "text",
|
|
916
|
+
"text": " that meets certain criteria."
|
|
917
|
+
}
|
|
918
|
+
]
|
|
919
|
+
},
|
|
920
|
+
"sources": [
|
|
921
|
+
{
|
|
922
|
+
"fileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
923
|
+
"line": 19,
|
|
924
|
+
"character": 16,
|
|
925
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L19"
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"parameters": [
|
|
929
|
+
{
|
|
930
|
+
"id": 32,
|
|
931
|
+
"name": "filters",
|
|
932
|
+
"variant": "param",
|
|
933
|
+
"kind": 32768,
|
|
934
|
+
"flags": {},
|
|
935
|
+
"type": {
|
|
936
|
+
"type": "reference",
|
|
937
|
+
"target": 84,
|
|
938
|
+
"name": "SkyIconHarnessFilters",
|
|
939
|
+
"package": "@skyux/icon"
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"type": {
|
|
944
|
+
"type": "reference",
|
|
945
|
+
"target": {
|
|
946
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
947
|
+
"qualifiedName": "HarnessPredicate"
|
|
948
|
+
},
|
|
949
|
+
"typeArguments": [
|
|
950
|
+
{
|
|
951
|
+
"type": "reference",
|
|
952
|
+
"target": 28,
|
|
953
|
+
"name": "SkyIconHarness",
|
|
954
|
+
"package": "@skyux/icon"
|
|
955
|
+
}
|
|
956
|
+
],
|
|
957
|
+
"name": "HarnessPredicate",
|
|
958
|
+
"package": "@angular/cdk"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"decorators": []
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"groups": [
|
|
966
|
+
{
|
|
967
|
+
"title": "Constructors",
|
|
968
|
+
"children": [
|
|
969
|
+
38
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"title": "Methods",
|
|
974
|
+
"children": [
|
|
975
|
+
41,
|
|
976
|
+
43,
|
|
977
|
+
45,
|
|
978
|
+
47,
|
|
979
|
+
64,
|
|
980
|
+
49,
|
|
981
|
+
30
|
|
982
|
+
]
|
|
983
|
+
}
|
|
984
|
+
],
|
|
985
|
+
"sources": [
|
|
986
|
+
{
|
|
987
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness.ts",
|
|
988
|
+
"line": 9,
|
|
989
|
+
"character": 13,
|
|
990
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness.ts#L9"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"extendedTypes": [
|
|
994
|
+
{
|
|
995
|
+
"type": "reference",
|
|
996
|
+
"target": {
|
|
997
|
+
"sourceFileName": "libs/components/core/testing/src/shared/component-harness.ts",
|
|
998
|
+
"qualifiedName": "SkyComponentHarness"
|
|
999
|
+
},
|
|
1000
|
+
"name": "SkyComponentHarness",
|
|
1001
|
+
"package": "@skyux/core"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"decorators": []
|
|
406
1005
|
},
|
|
407
1006
|
{
|
|
408
|
-
"
|
|
1007
|
+
"id": 84,
|
|
1008
|
+
"name": "SkyIconHarnessFilters",
|
|
1009
|
+
"variant": "declaration",
|
|
1010
|
+
"kind": 256,
|
|
1011
|
+
"flags": {},
|
|
1012
|
+
"comment": {
|
|
1013
|
+
"summary": [
|
|
1014
|
+
{
|
|
1015
|
+
"kind": "text",
|
|
1016
|
+
"text": "A set of criteria that can be used to filter a list of SkyIconHarness instances."
|
|
1017
|
+
}
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
"children": [
|
|
1021
|
+
{
|
|
1022
|
+
"id": 87,
|
|
1023
|
+
"name": "ancestor",
|
|
1024
|
+
"variant": "declaration",
|
|
1025
|
+
"kind": 1024,
|
|
1026
|
+
"flags": {
|
|
1027
|
+
"isOptional": true
|
|
1028
|
+
},
|
|
1029
|
+
"comment": {
|
|
1030
|
+
"summary": [
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "text",
|
|
1033
|
+
"text": "Only find instances that are nested under an element with the given selector."
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
"sources": [
|
|
1038
|
+
{
|
|
1039
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1040
|
+
"line": 28,
|
|
1041
|
+
"character": 4
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"type": {
|
|
1045
|
+
"type": "intrinsic",
|
|
1046
|
+
"name": "string"
|
|
1047
|
+
},
|
|
1048
|
+
"inheritedFrom": {
|
|
1049
|
+
"type": "reference",
|
|
1050
|
+
"target": -1,
|
|
1051
|
+
"name": "SkyHarnessFilters.ancestor"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": 85,
|
|
1056
|
+
"name": "dataSkyId",
|
|
1057
|
+
"variant": "declaration",
|
|
1058
|
+
"kind": 1024,
|
|
1059
|
+
"flags": {
|
|
1060
|
+
"isOptional": true
|
|
1061
|
+
},
|
|
1062
|
+
"comment": {
|
|
1063
|
+
"summary": [
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "text",
|
|
1066
|
+
"text": "Only find instances whose "
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "code",
|
|
1070
|
+
"text": "`data-sky-id`"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "text",
|
|
1074
|
+
"text": " attribute matches the given value."
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
1078
|
+
"sources": [
|
|
1079
|
+
{
|
|
1080
|
+
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
1081
|
+
"line": 11,
|
|
1082
|
+
"character": 2,
|
|
1083
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"type": {
|
|
1087
|
+
"type": "union",
|
|
1088
|
+
"types": [
|
|
1089
|
+
{
|
|
1090
|
+
"type": "intrinsic",
|
|
1091
|
+
"name": "string"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"type": "reference",
|
|
1095
|
+
"target": {
|
|
1096
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
1097
|
+
"qualifiedName": "RegExp"
|
|
1098
|
+
},
|
|
1099
|
+
"name": "RegExp",
|
|
1100
|
+
"package": "typescript"
|
|
1101
|
+
}
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"inheritedFrom": {
|
|
1105
|
+
"type": "reference",
|
|
1106
|
+
"target": -1,
|
|
1107
|
+
"name": "SkyHarnessFilters.dataSkyId"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"id": 86,
|
|
1112
|
+
"name": "selector",
|
|
1113
|
+
"variant": "declaration",
|
|
1114
|
+
"kind": 1024,
|
|
1115
|
+
"flags": {
|
|
1116
|
+
"isOptional": true
|
|
1117
|
+
},
|
|
1118
|
+
"comment": {
|
|
1119
|
+
"summary": [
|
|
1120
|
+
{
|
|
1121
|
+
"kind": "text",
|
|
1122
|
+
"text": "Only find instances whose host element matches the given selector."
|
|
1123
|
+
}
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1126
|
+
"sources": [
|
|
1127
|
+
{
|
|
1128
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1129
|
+
"line": 26,
|
|
1130
|
+
"character": 4
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"type": {
|
|
1134
|
+
"type": "intrinsic",
|
|
1135
|
+
"name": "string"
|
|
1136
|
+
},
|
|
1137
|
+
"inheritedFrom": {
|
|
1138
|
+
"type": "reference",
|
|
1139
|
+
"target": -1,
|
|
1140
|
+
"name": "SkyHarnessFilters.selector"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"groups": [
|
|
1145
|
+
{
|
|
1146
|
+
"title": "Properties",
|
|
1147
|
+
"children": [
|
|
1148
|
+
87,
|
|
1149
|
+
85,
|
|
1150
|
+
86
|
|
1151
|
+
]
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1154
|
+
"sources": [
|
|
1155
|
+
{
|
|
1156
|
+
"fileName": "projects/icon/src/testing/icon/icon-harness-filters.ts",
|
|
1157
|
+
"line": 7,
|
|
1158
|
+
"character": 17,
|
|
1159
|
+
"url": "https://github.com/blackbaud/skyux/blob/f63ee30/libs/components/icon/testing/src/icon/icon-harness-filters.ts#L7"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"extendedTypes": [
|
|
1163
|
+
{
|
|
1164
|
+
"type": "reference",
|
|
1165
|
+
"target": {
|
|
1166
|
+
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
1167
|
+
"qualifiedName": "SkyHarnessFilters"
|
|
1168
|
+
},
|
|
1169
|
+
"name": "SkyHarnessFilters",
|
|
1170
|
+
"package": "@skyux/core"
|
|
1171
|
+
}
|
|
1172
|
+
]
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"groups": [
|
|
1176
|
+
{
|
|
1177
|
+
"title": "Modules",
|
|
409
1178
|
"children": [
|
|
410
|
-
|
|
411
|
-
|
|
1179
|
+
1,
|
|
1180
|
+
2
|
|
412
1181
|
]
|
|
413
1182
|
}
|
|
414
1183
|
],
|
|
@@ -420,45 +1189,141 @@
|
|
|
420
1189
|
}
|
|
421
1190
|
],
|
|
422
1191
|
"symbolIdMap": {
|
|
423
|
-
"
|
|
1192
|
+
"1": {
|
|
424
1193
|
"sourceFileName": "libs/components/icon/src/index.ts",
|
|
425
1194
|
"qualifiedName": ""
|
|
426
1195
|
},
|
|
427
|
-
"
|
|
428
|
-
"sourceFileName": "libs/components/icon/src/
|
|
1196
|
+
"2": {
|
|
1197
|
+
"sourceFileName": "libs/components/icon/testing/src/public-api.ts",
|
|
1198
|
+
"qualifiedName": ""
|
|
1199
|
+
},
|
|
1200
|
+
"6": {
|
|
1201
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.module.ts",
|
|
429
1202
|
"qualifiedName": "SkyIconModule"
|
|
430
1203
|
},
|
|
431
|
-
"
|
|
432
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/types/icon-type.ts",
|
|
1204
|
+
"9": {
|
|
1205
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/types/icon-type.ts",
|
|
433
1206
|
"qualifiedName": "SkyIconType"
|
|
434
1207
|
},
|
|
435
|
-
"
|
|
436
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/types/icon-variant-type.ts",
|
|
1208
|
+
"10": {
|
|
1209
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/types/icon-variant-type.ts",
|
|
437
1210
|
"qualifiedName": "SkyIconVariantType"
|
|
438
1211
|
},
|
|
439
|
-
"
|
|
440
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/icon.component.ts",
|
|
1212
|
+
"11": {
|
|
1213
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
|
|
441
1214
|
"qualifiedName": "SkyIconComponent"
|
|
442
1215
|
},
|
|
443
|
-
"
|
|
444
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/icon.component.ts",
|
|
1216
|
+
"14": {
|
|
1217
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
|
|
445
1218
|
"qualifiedName": "SkyIconComponent.icon"
|
|
446
1219
|
},
|
|
447
|
-
"
|
|
448
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/icon.component.ts",
|
|
1220
|
+
"16": {
|
|
1221
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
|
|
449
1222
|
"qualifiedName": "SkyIconComponent.iconType"
|
|
450
1223
|
},
|
|
451
|
-
"
|
|
452
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/icon.component.ts",
|
|
1224
|
+
"17": {
|
|
1225
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
|
|
453
1226
|
"qualifiedName": "SkyIconComponent.size"
|
|
454
1227
|
},
|
|
455
|
-
"
|
|
456
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/icon.component.ts",
|
|
1228
|
+
"18": {
|
|
1229
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
|
|
457
1230
|
"qualifiedName": "SkyIconComponent.fixedWidth"
|
|
458
1231
|
},
|
|
459
|
-
"
|
|
460
|
-
"sourceFileName": "libs/components/icon/src/lib/icon/icon.component.ts",
|
|
1232
|
+
"19": {
|
|
1233
|
+
"sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
|
|
461
1234
|
"qualifiedName": "SkyIconComponent.variant"
|
|
1235
|
+
},
|
|
1236
|
+
"28": {
|
|
1237
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1238
|
+
"qualifiedName": "SkyIconHarness"
|
|
1239
|
+
},
|
|
1240
|
+
"30": {
|
|
1241
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1242
|
+
"qualifiedName": "SkyIconHarness.with"
|
|
1243
|
+
},
|
|
1244
|
+
"31": {
|
|
1245
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1246
|
+
"qualifiedName": "SkyIconHarness.with"
|
|
1247
|
+
},
|
|
1248
|
+
"32": {
|
|
1249
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1250
|
+
"qualifiedName": "filters"
|
|
1251
|
+
},
|
|
1252
|
+
"38": {
|
|
1253
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1254
|
+
"qualifiedName": "ComponentHarness.__constructor"
|
|
1255
|
+
},
|
|
1256
|
+
"39": {
|
|
1257
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1258
|
+
"qualifiedName": "SkyIconHarness"
|
|
1259
|
+
},
|
|
1260
|
+
"40": {
|
|
1261
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1262
|
+
"qualifiedName": "locatorFactory"
|
|
1263
|
+
},
|
|
1264
|
+
"41": {
|
|
1265
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1266
|
+
"qualifiedName": "SkyIconHarness.getIconName"
|
|
1267
|
+
},
|
|
1268
|
+
"42": {
|
|
1269
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1270
|
+
"qualifiedName": "SkyIconHarness.getIconName"
|
|
1271
|
+
},
|
|
1272
|
+
"43": {
|
|
1273
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1274
|
+
"qualifiedName": "SkyIconHarness.getIconSize"
|
|
1275
|
+
},
|
|
1276
|
+
"44": {
|
|
1277
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1278
|
+
"qualifiedName": "SkyIconHarness.getIconSize"
|
|
1279
|
+
},
|
|
1280
|
+
"45": {
|
|
1281
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1282
|
+
"qualifiedName": "SkyIconHarness.getIconType"
|
|
1283
|
+
},
|
|
1284
|
+
"46": {
|
|
1285
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1286
|
+
"qualifiedName": "SkyIconHarness.getIconType"
|
|
1287
|
+
},
|
|
1288
|
+
"47": {
|
|
1289
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1290
|
+
"qualifiedName": "SkyIconHarness.getVariant"
|
|
1291
|
+
},
|
|
1292
|
+
"48": {
|
|
1293
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1294
|
+
"qualifiedName": "SkyIconHarness.getVariant"
|
|
1295
|
+
},
|
|
1296
|
+
"49": {
|
|
1297
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1298
|
+
"qualifiedName": "SkyIconHarness.isFixedWidth"
|
|
1299
|
+
},
|
|
1300
|
+
"50": {
|
|
1301
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness.ts",
|
|
1302
|
+
"qualifiedName": "SkyIconHarness.isFixedWidth"
|
|
1303
|
+
},
|
|
1304
|
+
"64": {
|
|
1305
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1306
|
+
"qualifiedName": "ComponentHarness.host"
|
|
1307
|
+
},
|
|
1308
|
+
"65": {
|
|
1309
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1310
|
+
"qualifiedName": "ComponentHarness.host"
|
|
1311
|
+
},
|
|
1312
|
+
"84": {
|
|
1313
|
+
"sourceFileName": "libs/components/icon/testing/src/icon/icon-harness-filters.ts",
|
|
1314
|
+
"qualifiedName": "SkyIconHarnessFilters"
|
|
1315
|
+
},
|
|
1316
|
+
"85": {
|
|
1317
|
+
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
1318
|
+
"qualifiedName": "SkyHarnessFilters.dataSkyId"
|
|
1319
|
+
},
|
|
1320
|
+
"86": {
|
|
1321
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1322
|
+
"qualifiedName": "BaseHarnessFilters.selector"
|
|
1323
|
+
},
|
|
1324
|
+
"87": {
|
|
1325
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
1326
|
+
"qualifiedName": "BaseHarnessFilters.ancestor"
|
|
462
1327
|
}
|
|
463
1328
|
}
|
|
464
1329
|
},
|
|
@@ -505,18 +1370,18 @@
|
|
|
505
1370
|
"@angular/core": "18.2.5",
|
|
506
1371
|
"@angular/platform-browser": "18.2.5",
|
|
507
1372
|
"@angular/router": "18.2.5",
|
|
508
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
1373
|
+
"@blackbaud/skyux-design-tokens": "0.0.36",
|
|
509
1374
|
"@schematics/angular": "18.2.4",
|
|
510
|
-
"@skyux-sdk/testing": "11.
|
|
511
|
-
"@skyux/assets": "11.
|
|
512
|
-
"@skyux/core": "11.
|
|
513
|
-
"@skyux/help-inline": "11.
|
|
514
|
-
"@skyux/i18n": "11.
|
|
515
|
-
"@skyux/icon": "11.
|
|
1375
|
+
"@skyux-sdk/testing": "11.9.0",
|
|
1376
|
+
"@skyux/assets": "11.9.0",
|
|
1377
|
+
"@skyux/core": "11.9.0",
|
|
1378
|
+
"@skyux/help-inline": "11.9.0",
|
|
1379
|
+
"@skyux/i18n": "11.9.0",
|
|
1380
|
+
"@skyux/icon": "11.9.0",
|
|
516
1381
|
"@skyux/icons": "7.8.0",
|
|
517
|
-
"@skyux/indicators": "11.
|
|
518
|
-
"@skyux/popovers": "11.
|
|
519
|
-
"@skyux/theme": "11.
|
|
1382
|
+
"@skyux/indicators": "11.9.0",
|
|
1383
|
+
"@skyux/popovers": "11.9.0",
|
|
1384
|
+
"@skyux/theme": "11.9.0",
|
|
520
1385
|
"@types/node": "20.14.12",
|
|
521
1386
|
"axe-core": "4.10.0",
|
|
522
1387
|
"fontfaceobserver": "2.3.0",
|
|
@@ -535,18 +1400,18 @@
|
|
|
535
1400
|
"@angular/core": "18.2.5",
|
|
536
1401
|
"@angular/platform-browser": "18.2.5",
|
|
537
1402
|
"@angular/router": "18.2.5",
|
|
538
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
1403
|
+
"@blackbaud/skyux-design-tokens": "0.0.36",
|
|
539
1404
|
"@schematics/angular": "18.2.4",
|
|
540
|
-
"@skyux-sdk/testing": "11.
|
|
541
|
-
"@skyux/assets": "11.
|
|
542
|
-
"@skyux/core": "11.
|
|
543
|
-
"@skyux/help-inline": "11.
|
|
544
|
-
"@skyux/i18n": "11.
|
|
545
|
-
"@skyux/icon": "11.
|
|
1405
|
+
"@skyux-sdk/testing": "11.9.0",
|
|
1406
|
+
"@skyux/assets": "11.9.0",
|
|
1407
|
+
"@skyux/core": "11.9.0",
|
|
1408
|
+
"@skyux/help-inline": "11.9.0",
|
|
1409
|
+
"@skyux/i18n": "11.9.0",
|
|
1410
|
+
"@skyux/icon": "11.9.0",
|
|
546
1411
|
"@skyux/icons": "7.8.0",
|
|
547
|
-
"@skyux/indicators": "11.
|
|
548
|
-
"@skyux/popovers": "11.
|
|
549
|
-
"@skyux/theme": "11.
|
|
1412
|
+
"@skyux/indicators": "11.9.0",
|
|
1413
|
+
"@skyux/popovers": "11.9.0",
|
|
1414
|
+
"@skyux/theme": "11.9.0",
|
|
550
1415
|
"@types/node": "20.14.12",
|
|
551
1416
|
"axe-core": "4.10.0",
|
|
552
1417
|
"fontfaceobserver": "2.3.0",
|