@skyux/indicators 7.9.1 → 7.10.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.
@@ -35,12 +35,14 @@
35
35
  "SkyKeyInfoLayoutType": "type-alias-skykeyinfolayouttype",
36
36
  "SkyLabelType": "type-alias-skylabeltype",
37
37
  "SkyAlertHarness": "class-skyalertharness",
38
+ "SkyIconHarness": "class-skyiconharness",
38
39
  "SkyKeyInfoHarness": "class-skykeyinfoharness",
39
40
  "SkyLabelHarness": "class-skylabelharness",
40
41
  "SkyTokenHarness": "class-skytokenharness",
41
42
  "SkyTokensHarness": "class-skytokensharness",
42
43
  "SkyWaitHarness": "class-skywaitharness",
43
44
  "SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
45
+ "SkyIconHarnessFilters": "interface-skyiconharnessfilters",
44
46
  "SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
45
47
  "SkyLabelHarnessFilters": "interface-skylabelharnessfilters",
46
48
  "SkyWaitHarnessFilters": "interface-skywaitharnessfilters"
@@ -5268,7 +5270,7 @@
5268
5270
  "isPublic": true
5269
5271
  },
5270
5272
  "comment": {
5271
- "shortText": "Whether the icon has a fixed width.",
5273
+ "shortText": "Whether to enforce a fixed width based on icon size. By default, icons of a specified size share a\nconsistent height, but their widths vary and can throw off vertical alignment. Use a fixed width when\nyou stack icons vertically, such as in lists.",
5272
5274
  "tags": [
5273
5275
  {
5274
5276
  "tag": "default",
@@ -5291,7 +5293,7 @@
5291
5293
  "sources": [
5292
5294
  {
5293
5295
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
5294
- "line": 43,
5296
+ "line": 45,
5295
5297
  "character": 9
5296
5298
  }
5297
5299
  ],
@@ -5392,7 +5394,7 @@
5392
5394
  "isPublic": true
5393
5395
  },
5394
5396
  "comment": {
5395
- "shortText": "The size of the icon using\n[Font Awesome sizes](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons). Do not prefix the size with `fa-`."
5397
+ "shortText": "The size of the icon using\n[Font Awesome sizes](https://fontawesome.com/v4/examples/). Do not prefix the size with `fa-`."
5396
5398
  },
5397
5399
  "decorators": [
5398
5400
  {
@@ -5444,7 +5446,7 @@
5444
5446
  "sources": [
5445
5447
  {
5446
5448
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
5447
- "line": 50,
5449
+ "line": 52,
5448
5450
  "character": 9
5449
5451
  }
5450
5452
  ],
@@ -6985,6 +6987,357 @@
6985
6987
  },
6986
6988
  {
6987
6989
  "id": 502,
6990
+ "name": "SkyIconHarness",
6991
+ "kind": 128,
6992
+ "kindString": "Class",
6993
+ "flags": {},
6994
+ "comment": {
6995
+ "shortText": "Harness for interacting with an icon component in tests."
6996
+ },
6997
+ "children": [
6998
+ {
6999
+ "id": 519,
7000
+ "name": "getIconName",
7001
+ "kind": 2048,
7002
+ "kindString": "Method",
7003
+ "flags": {
7004
+ "isPublic": true
7005
+ },
7006
+ "sources": [
7007
+ {
7008
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7009
+ "line": 46,
7010
+ "character": 15
7011
+ }
7012
+ ],
7013
+ "signatures": [
7014
+ {
7015
+ "id": 520,
7016
+ "name": "getIconName",
7017
+ "kind": 4096,
7018
+ "kindString": "Call signature",
7019
+ "flags": {},
7020
+ "comment": {
7021
+ "shortText": "Gets the icon name."
7022
+ },
7023
+ "type": {
7024
+ "type": "reference",
7025
+ "typeArguments": [
7026
+ {
7027
+ "type": "intrinsic",
7028
+ "name": "string"
7029
+ }
7030
+ ],
7031
+ "qualifiedName": "Promise",
7032
+ "package": "typescript",
7033
+ "name": "Promise"
7034
+ }
7035
+ }
7036
+ ]
7037
+ },
7038
+ {
7039
+ "id": 521,
7040
+ "name": "getIconSize",
7041
+ "kind": 2048,
7042
+ "kindString": "Method",
7043
+ "flags": {
7044
+ "isPublic": true
7045
+ },
7046
+ "sources": [
7047
+ {
7048
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7049
+ "line": 69,
7050
+ "character": 15
7051
+ }
7052
+ ],
7053
+ "signatures": [
7054
+ {
7055
+ "id": 522,
7056
+ "name": "getIconSize",
7057
+ "kind": 4096,
7058
+ "kindString": "Call signature",
7059
+ "flags": {},
7060
+ "comment": {
7061
+ "shortText": "Gets the icon size."
7062
+ },
7063
+ "type": {
7064
+ "type": "reference",
7065
+ "typeArguments": [
7066
+ {
7067
+ "type": "intrinsic",
7068
+ "name": "string"
7069
+ }
7070
+ ],
7071
+ "qualifiedName": "Promise",
7072
+ "package": "typescript",
7073
+ "name": "Promise"
7074
+ }
7075
+ }
7076
+ ]
7077
+ },
7078
+ {
7079
+ "id": 523,
7080
+ "name": "getIconType",
7081
+ "kind": 2048,
7082
+ "kindString": "Method",
7083
+ "flags": {
7084
+ "isPublic": true
7085
+ },
7086
+ "sources": [
7087
+ {
7088
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7089
+ "line": 85,
7090
+ "character": 15
7091
+ }
7092
+ ],
7093
+ "signatures": [
7094
+ {
7095
+ "id": 524,
7096
+ "name": "getIconType",
7097
+ "kind": 4096,
7098
+ "kindString": "Call signature",
7099
+ "flags": {},
7100
+ "comment": {
7101
+ "shortText": "Gets the icon type."
7102
+ },
7103
+ "type": {
7104
+ "type": "reference",
7105
+ "typeArguments": [
7106
+ {
7107
+ "type": "intrinsic",
7108
+ "name": "string"
7109
+ }
7110
+ ],
7111
+ "qualifiedName": "Promise",
7112
+ "package": "typescript",
7113
+ "name": "Promise"
7114
+ }
7115
+ }
7116
+ ]
7117
+ },
7118
+ {
7119
+ "id": 525,
7120
+ "name": "getVariant",
7121
+ "kind": 2048,
7122
+ "kindString": "Method",
7123
+ "flags": {
7124
+ "isPublic": true
7125
+ },
7126
+ "sources": [
7127
+ {
7128
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7129
+ "line": 101,
7130
+ "character": 15
7131
+ }
7132
+ ],
7133
+ "signatures": [
7134
+ {
7135
+ "id": 526,
7136
+ "name": "getVariant",
7137
+ "kind": 4096,
7138
+ "kindString": "Call signature",
7139
+ "flags": {},
7140
+ "comment": {
7141
+ "shortText": "Gets if the icon is a variant."
7142
+ },
7143
+ "type": {
7144
+ "type": "reference",
7145
+ "typeArguments": [
7146
+ {
7147
+ "type": "intrinsic",
7148
+ "name": "string"
7149
+ }
7150
+ ],
7151
+ "qualifiedName": "Promise",
7152
+ "package": "typescript",
7153
+ "name": "Promise"
7154
+ }
7155
+ }
7156
+ ]
7157
+ },
7158
+ {
7159
+ "id": 532,
7160
+ "name": "host",
7161
+ "kind": 2048,
7162
+ "kindString": "Method",
7163
+ "flags": {},
7164
+ "sources": [
7165
+ {
7166
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7167
+ "line": 40,
7168
+ "character": 4
7169
+ }
7170
+ ],
7171
+ "signatures": [
7172
+ {
7173
+ "id": 533,
7174
+ "name": "host",
7175
+ "kind": 4096,
7176
+ "kindString": "Call signature",
7177
+ "flags": {},
7178
+ "comment": {
7179
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
7180
+ },
7181
+ "type": {
7182
+ "type": "reference",
7183
+ "typeArguments": [
7184
+ {
7185
+ "type": "reference",
7186
+ "qualifiedName": "TestElement",
7187
+ "package": "@angular/cdk",
7188
+ "name": "TestElement"
7189
+ }
7190
+ ],
7191
+ "qualifiedName": "Promise",
7192
+ "package": "typescript",
7193
+ "name": "Promise"
7194
+ },
7195
+ "inheritedFrom": {
7196
+ "type": "reference",
7197
+ "name": "SkyComponentHarness.host"
7198
+ }
7199
+ }
7200
+ ],
7201
+ "inheritedFrom": {
7202
+ "type": "reference",
7203
+ "name": "SkyComponentHarness.host"
7204
+ }
7205
+ },
7206
+ {
7207
+ "id": 527,
7208
+ "name": "isFixedWidth",
7209
+ "kind": 2048,
7210
+ "kindString": "Method",
7211
+ "flags": {
7212
+ "isPublic": true
7213
+ },
7214
+ "sources": [
7215
+ {
7216
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7217
+ "line": 122,
7218
+ "character": 15
7219
+ }
7220
+ ],
7221
+ "signatures": [
7222
+ {
7223
+ "id": 528,
7224
+ "name": "isFixedWidth",
7225
+ "kind": 4096,
7226
+ "kindString": "Call signature",
7227
+ "flags": {},
7228
+ "comment": {
7229
+ "shortText": "Whether the icon has fixed width."
7230
+ },
7231
+ "type": {
7232
+ "type": "reference",
7233
+ "typeArguments": [
7234
+ {
7235
+ "type": "intrinsic",
7236
+ "name": "boolean"
7237
+ }
7238
+ ],
7239
+ "qualifiedName": "Promise",
7240
+ "package": "typescript",
7241
+ "name": "Promise"
7242
+ }
7243
+ }
7244
+ ]
7245
+ },
7246
+ {
7247
+ "id": 504,
7248
+ "name": "with",
7249
+ "kind": 2048,
7250
+ "kindString": "Method",
7251
+ "flags": {
7252
+ "isPublic": true,
7253
+ "isStatic": true
7254
+ },
7255
+ "sources": [
7256
+ {
7257
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7258
+ "line": 22,
7259
+ "character": 16
7260
+ }
7261
+ ],
7262
+ "signatures": [
7263
+ {
7264
+ "id": 505,
7265
+ "name": "with",
7266
+ "kind": 4096,
7267
+ "kindString": "Call signature",
7268
+ "flags": {},
7269
+ "comment": {
7270
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyIconHarness` that meets certain criteria."
7271
+ },
7272
+ "parameters": [
7273
+ {
7274
+ "id": 506,
7275
+ "name": "filters",
7276
+ "kind": 32768,
7277
+ "kindString": "Parameter",
7278
+ "flags": {},
7279
+ "type": {
7280
+ "type": "reference",
7281
+ "id": 552,
7282
+ "name": "SkyIconHarnessFilters"
7283
+ }
7284
+ }
7285
+ ],
7286
+ "type": {
7287
+ "type": "reference",
7288
+ "typeArguments": [
7289
+ {
7290
+ "type": "reference",
7291
+ "id": 502,
7292
+ "name": "SkyIconHarness"
7293
+ }
7294
+ ],
7295
+ "qualifiedName": "HarnessPredicate",
7296
+ "package": "@angular/cdk",
7297
+ "name": "HarnessPredicate"
7298
+ }
7299
+ }
7300
+ ]
7301
+ }
7302
+ ],
7303
+ "groups": [
7304
+ {
7305
+ "title": "Constructors",
7306
+ "kind": 512,
7307
+ "children": [
7308
+ 512
7309
+ ]
7310
+ },
7311
+ {
7312
+ "title": "Methods",
7313
+ "kind": 2048,
7314
+ "children": [
7315
+ 519,
7316
+ 521,
7317
+ 523,
7318
+ 525,
7319
+ 532,
7320
+ 527,
7321
+ 504
7322
+ ]
7323
+ }
7324
+ ],
7325
+ "sources": [
7326
+ {
7327
+ "fileName": "projects/indicators/src/testing/icon/icon-harness.ts",
7328
+ "line": 12,
7329
+ "character": 13
7330
+ }
7331
+ ],
7332
+ "extendedTypes": [
7333
+ {
7334
+ "type": "reference",
7335
+ "name": "SkyComponentHarness"
7336
+ }
7337
+ ]
7338
+ },
7339
+ {
7340
+ "id": 556,
6988
7341
  "name": "SkyKeyInfoHarness",
6989
7342
  "kind": 128,
6990
7343
  "kindString": "Class",
@@ -6994,7 +7347,7 @@
6994
7347
  },
6995
7348
  "children": [
6996
7349
  {
6997
- "id": 520,
7350
+ "id": 574,
6998
7351
  "name": "getLabelText",
6999
7352
  "kind": 2048,
7000
7353
  "kindString": "Method",
@@ -7010,7 +7363,7 @@
7010
7363
  ],
7011
7364
  "signatures": [
7012
7365
  {
7013
- "id": 521,
7366
+ "id": 575,
7014
7367
  "name": "getLabelText",
7015
7368
  "kind": 4096,
7016
7369
  "kindString": "Call signature",
@@ -7034,7 +7387,7 @@
7034
7387
  ]
7035
7388
  },
7036
7389
  {
7037
- "id": 522,
7390
+ "id": 576,
7038
7391
  "name": "getLayout",
7039
7392
  "kind": 2048,
7040
7393
  "kindString": "Method",
@@ -7050,7 +7403,7 @@
7050
7403
  ],
7051
7404
  "signatures": [
7052
7405
  {
7053
- "id": 523,
7406
+ "id": 577,
7054
7407
  "name": "getLayout",
7055
7408
  "kind": 4096,
7056
7409
  "kindString": "Call signature",
@@ -7075,7 +7428,7 @@
7075
7428
  ]
7076
7429
  },
7077
7430
  {
7078
- "id": 518,
7431
+ "id": 572,
7079
7432
  "name": "getValueText",
7080
7433
  "kind": 2048,
7081
7434
  "kindString": "Method",
@@ -7091,7 +7444,7 @@
7091
7444
  ],
7092
7445
  "signatures": [
7093
7446
  {
7094
- "id": 519,
7447
+ "id": 573,
7095
7448
  "name": "getValueText",
7096
7449
  "kind": 4096,
7097
7450
  "kindString": "Call signature",
@@ -7115,7 +7468,7 @@
7115
7468
  ]
7116
7469
  },
7117
7470
  {
7118
- "id": 527,
7471
+ "id": 581,
7119
7472
  "name": "host",
7120
7473
  "kind": 2048,
7121
7474
  "kindString": "Method",
@@ -7129,7 +7482,7 @@
7129
7482
  ],
7130
7483
  "signatures": [
7131
7484
  {
7132
- "id": 528,
7485
+ "id": 582,
7133
7486
  "name": "host",
7134
7487
  "kind": 4096,
7135
7488
  "kindString": "Call signature",
@@ -7163,7 +7516,7 @@
7163
7516
  }
7164
7517
  },
7165
7518
  {
7166
- "id": 504,
7519
+ "id": 558,
7167
7520
  "name": "with",
7168
7521
  "kind": 2048,
7169
7522
  "kindString": "Method",
@@ -7180,7 +7533,7 @@
7180
7533
  ],
7181
7534
  "signatures": [
7182
7535
  {
7183
- "id": 505,
7536
+ "id": 559,
7184
7537
  "name": "with",
7185
7538
  "kind": 4096,
7186
7539
  "kindString": "Call signature",
@@ -7190,14 +7543,14 @@
7190
7543
  },
7191
7544
  "parameters": [
7192
7545
  {
7193
- "id": 506,
7546
+ "id": 560,
7194
7547
  "name": "filters",
7195
7548
  "kind": 32768,
7196
7549
  "kindString": "Parameter",
7197
7550
  "flags": {},
7198
7551
  "type": {
7199
7552
  "type": "reference",
7200
- "id": 547,
7553
+ "id": 601,
7201
7554
  "name": "SkyKeyInfoHarnessFilters"
7202
7555
  }
7203
7556
  }
@@ -7207,7 +7560,7 @@
7207
7560
  "typeArguments": [
7208
7561
  {
7209
7562
  "type": "reference",
7210
- "id": 502,
7563
+ "id": 556,
7211
7564
  "name": "SkyKeyInfoHarness"
7212
7565
  }
7213
7566
  ],
@@ -7224,18 +7577,18 @@
7224
7577
  "title": "Constructors",
7225
7578
  "kind": 512,
7226
7579
  "children": [
7227
- 512
7580
+ 566
7228
7581
  ]
7229
7582
  },
7230
7583
  {
7231
7584
  "title": "Methods",
7232
7585
  "kind": 2048,
7233
7586
  "children": [
7234
- 520,
7235
- 522,
7236
- 518,
7237
- 527,
7238
- 504
7587
+ 574,
7588
+ 576,
7589
+ 572,
7590
+ 581,
7591
+ 558
7239
7592
  ]
7240
7593
  }
7241
7594
  ],
@@ -7254,7 +7607,7 @@
7254
7607
  ]
7255
7608
  },
7256
7609
  {
7257
- "id": 551,
7610
+ "id": 605,
7258
7611
  "name": "SkyLabelHarness",
7259
7612
  "kind": 128,
7260
7613
  "kindString": "Class",
@@ -7264,7 +7617,7 @@
7264
7617
  },
7265
7618
  "children": [
7266
7619
  {
7267
- "id": 573,
7620
+ "id": 627,
7268
7621
  "name": "getCustomDescription",
7269
7622
  "kind": 2048,
7270
7623
  "kindString": "Method",
@@ -7280,7 +7633,7 @@
7280
7633
  ],
7281
7634
  "signatures": [
7282
7635
  {
7283
- "id": 574,
7636
+ "id": 628,
7284
7637
  "name": "getCustomDescription",
7285
7638
  "kind": 4096,
7286
7639
  "kindString": "Call signature",
@@ -7304,7 +7657,7 @@
7304
7657
  ]
7305
7658
  },
7306
7659
  {
7307
- "id": 571,
7660
+ "id": 625,
7308
7661
  "name": "getDescriptionType",
7309
7662
  "kind": 2048,
7310
7663
  "kindString": "Method",
@@ -7320,7 +7673,7 @@
7320
7673
  ],
7321
7674
  "signatures": [
7322
7675
  {
7323
- "id": 572,
7676
+ "id": 626,
7324
7677
  "name": "getDescriptionType",
7325
7678
  "kind": 4096,
7326
7679
  "kindString": "Call signature",
@@ -7345,7 +7698,7 @@
7345
7698
  ]
7346
7699
  },
7347
7700
  {
7348
- "id": 567,
7701
+ "id": 621,
7349
7702
  "name": "getLabelText",
7350
7703
  "kind": 2048,
7351
7704
  "kindString": "Method",
@@ -7361,7 +7714,7 @@
7361
7714
  ],
7362
7715
  "signatures": [
7363
7716
  {
7364
- "id": 568,
7717
+ "id": 622,
7365
7718
  "name": "getLabelText",
7366
7719
  "kind": 4096,
7367
7720
  "kindString": "Call signature",
@@ -7385,7 +7738,7 @@
7385
7738
  ]
7386
7739
  },
7387
7740
  {
7388
- "id": 569,
7741
+ "id": 623,
7389
7742
  "name": "getLabelType",
7390
7743
  "kind": 2048,
7391
7744
  "kindString": "Method",
@@ -7401,7 +7754,7 @@
7401
7754
  ],
7402
7755
  "signatures": [
7403
7756
  {
7404
- "id": 570,
7757
+ "id": 624,
7405
7758
  "name": "getLabelType",
7406
7759
  "kind": 4096,
7407
7760
  "kindString": "Call signature",
@@ -7426,7 +7779,7 @@
7426
7779
  ]
7427
7780
  },
7428
7781
  {
7429
- "id": 578,
7782
+ "id": 632,
7430
7783
  "name": "host",
7431
7784
  "kind": 2048,
7432
7785
  "kindString": "Method",
@@ -7440,7 +7793,7 @@
7440
7793
  ],
7441
7794
  "signatures": [
7442
7795
  {
7443
- "id": 579,
7796
+ "id": 633,
7444
7797
  "name": "host",
7445
7798
  "kind": 4096,
7446
7799
  "kindString": "Call signature",
@@ -7474,7 +7827,7 @@
7474
7827
  }
7475
7828
  },
7476
7829
  {
7477
- "id": 553,
7830
+ "id": 607,
7478
7831
  "name": "with",
7479
7832
  "kind": 2048,
7480
7833
  "kindString": "Method",
@@ -7491,7 +7844,7 @@
7491
7844
  ],
7492
7845
  "signatures": [
7493
7846
  {
7494
- "id": 554,
7847
+ "id": 608,
7495
7848
  "name": "with",
7496
7849
  "kind": 4096,
7497
7850
  "kindString": "Call signature",
@@ -7501,14 +7854,14 @@
7501
7854
  },
7502
7855
  "parameters": [
7503
7856
  {
7504
- "id": 555,
7857
+ "id": 609,
7505
7858
  "name": "filters",
7506
7859
  "kind": 32768,
7507
7860
  "kindString": "Parameter",
7508
7861
  "flags": {},
7509
7862
  "type": {
7510
7863
  "type": "reference",
7511
- "id": 598,
7864
+ "id": 652,
7512
7865
  "name": "SkyLabelHarnessFilters"
7513
7866
  }
7514
7867
  }
@@ -7518,7 +7871,7 @@
7518
7871
  "typeArguments": [
7519
7872
  {
7520
7873
  "type": "reference",
7521
- "id": 551,
7874
+ "id": 605,
7522
7875
  "name": "SkyLabelHarness"
7523
7876
  }
7524
7877
  ],
@@ -7535,19 +7888,19 @@
7535
7888
  "title": "Constructors",
7536
7889
  "kind": 512,
7537
7890
  "children": [
7538
- 561
7891
+ 615
7539
7892
  ]
7540
7893
  },
7541
7894
  {
7542
7895
  "title": "Methods",
7543
7896
  "kind": 2048,
7544
7897
  "children": [
7545
- 573,
7546
- 571,
7547
- 567,
7548
- 569,
7549
- 578,
7550
- 553
7898
+ 627,
7899
+ 625,
7900
+ 621,
7901
+ 623,
7902
+ 632,
7903
+ 607
7551
7904
  ]
7552
7905
  }
7553
7906
  ],
@@ -7566,7 +7919,7 @@
7566
7919
  ]
7567
7920
  },
7568
7921
  {
7569
- "id": 602,
7922
+ "id": 656,
7570
7923
  "name": "SkyTokenHarness",
7571
7924
  "kind": 128,
7572
7925
  "kindString": "Class",
@@ -7576,7 +7929,7 @@
7576
7929
  },
7577
7930
  "children": [
7578
7931
  {
7579
- "id": 615,
7932
+ "id": 669,
7580
7933
  "name": "dismiss",
7581
7934
  "kind": 2048,
7582
7935
  "kindString": "Method",
@@ -7592,7 +7945,7 @@
7592
7945
  ],
7593
7946
  "signatures": [
7594
7947
  {
7595
- "id": 616,
7948
+ "id": 670,
7596
7949
  "name": "dismiss",
7597
7950
  "kind": 4096,
7598
7951
  "kindString": "Call signature",
@@ -7616,7 +7969,7 @@
7616
7969
  ]
7617
7970
  },
7618
7971
  {
7619
- "id": 617,
7972
+ "id": 671,
7620
7973
  "name": "getText",
7621
7974
  "kind": 2048,
7622
7975
  "kindString": "Method",
@@ -7632,7 +7985,7 @@
7632
7985
  ],
7633
7986
  "signatures": [
7634
7987
  {
7635
- "id": 618,
7988
+ "id": 672,
7636
7989
  "name": "getText",
7637
7990
  "kind": 4096,
7638
7991
  "kindString": "Call signature",
@@ -7656,7 +8009,7 @@
7656
8009
  ]
7657
8010
  },
7658
8011
  {
7659
- "id": 626,
8012
+ "id": 680,
7660
8013
  "name": "host",
7661
8014
  "kind": 2048,
7662
8015
  "kindString": "Method",
@@ -7670,7 +8023,7 @@
7670
8023
  ],
7671
8024
  "signatures": [
7672
8025
  {
7673
- "id": 627,
8026
+ "id": 681,
7674
8027
  "name": "host",
7675
8028
  "kind": 4096,
7676
8029
  "kindString": "Call signature",
@@ -7704,7 +8057,7 @@
7704
8057
  }
7705
8058
  },
7706
8059
  {
7707
- "id": 619,
8060
+ "id": 673,
7708
8061
  "name": "isDisabled",
7709
8062
  "kind": 2048,
7710
8063
  "kindString": "Method",
@@ -7720,7 +8073,7 @@
7720
8073
  ],
7721
8074
  "signatures": [
7722
8075
  {
7723
- "id": 620,
8076
+ "id": 674,
7724
8077
  "name": "isDisabled",
7725
8078
  "kind": 4096,
7726
8079
  "kindString": "Call signature",
@@ -7744,7 +8097,7 @@
7744
8097
  ]
7745
8098
  },
7746
8099
  {
7747
- "id": 621,
8100
+ "id": 675,
7748
8101
  "name": "isDismissible",
7749
8102
  "kind": 2048,
7750
8103
  "kindString": "Method",
@@ -7760,7 +8113,7 @@
7760
8113
  ],
7761
8114
  "signatures": [
7762
8115
  {
7763
- "id": 622,
8116
+ "id": 676,
7764
8117
  "name": "isDismissible",
7765
8118
  "kind": 4096,
7766
8119
  "kindString": "Call signature",
@@ -7784,7 +8137,7 @@
7784
8137
  ]
7785
8138
  },
7786
8139
  {
7787
- "id": 623,
8140
+ "id": 677,
7788
8141
  "name": "isFocused",
7789
8142
  "kind": 2048,
7790
8143
  "kindString": "Method",
@@ -7800,7 +8153,7 @@
7800
8153
  ],
7801
8154
  "signatures": [
7802
8155
  {
7803
- "id": 624,
8156
+ "id": 678,
7804
8157
  "name": "isFocused",
7805
8158
  "kind": 4096,
7806
8159
  "kindString": "Call signature",
@@ -7824,7 +8177,7 @@
7824
8177
  ]
7825
8178
  },
7826
8179
  {
7827
- "id": 613,
8180
+ "id": 667,
7828
8181
  "name": "select",
7829
8182
  "kind": 2048,
7830
8183
  "kindString": "Method",
@@ -7840,7 +8193,7 @@
7840
8193
  ],
7841
8194
  "signatures": [
7842
8195
  {
7843
- "id": 614,
8196
+ "id": 668,
7844
8197
  "name": "select",
7845
8198
  "kind": 4096,
7846
8199
  "kindString": "Call signature",
@@ -7864,7 +8217,7 @@
7864
8217
  ]
7865
8218
  },
7866
8219
  {
7867
- "id": 604,
8220
+ "id": 658,
7868
8221
  "name": "with",
7869
8222
  "kind": 2048,
7870
8223
  "kindString": "Method",
@@ -7881,7 +8234,7 @@
7881
8234
  ],
7882
8235
  "signatures": [
7883
8236
  {
7884
- "id": 605,
8237
+ "id": 659,
7885
8238
  "name": "with",
7886
8239
  "kind": 4096,
7887
8240
  "kindString": "Call signature",
@@ -7891,7 +8244,7 @@
7891
8244
  },
7892
8245
  "parameters": [
7893
8246
  {
7894
- "id": 606,
8247
+ "id": 660,
7895
8248
  "name": "filters",
7896
8249
  "kind": 32768,
7897
8250
  "kindString": "Parameter",
@@ -7907,7 +8260,7 @@
7907
8260
  "typeArguments": [
7908
8261
  {
7909
8262
  "type": "reference",
7910
- "id": 602,
8263
+ "id": 656,
7911
8264
  "name": "SkyTokenHarness"
7912
8265
  }
7913
8266
  ],
@@ -7924,21 +8277,21 @@
7924
8277
  "title": "Constructors",
7925
8278
  "kind": 512,
7926
8279
  "children": [
7927
- 607
8280
+ 661
7928
8281
  ]
7929
8282
  },
7930
8283
  {
7931
8284
  "title": "Methods",
7932
8285
  "kind": 2048,
7933
8286
  "children": [
7934
- 615,
7935
- 617,
7936
- 626,
7937
- 619,
7938
- 621,
7939
- 623,
7940
- 613,
7941
- 604
8287
+ 669,
8288
+ 671,
8289
+ 680,
8290
+ 673,
8291
+ 675,
8292
+ 677,
8293
+ 667,
8294
+ 658
7942
8295
  ]
7943
8296
  }
7944
8297
  ],
@@ -7959,7 +8312,7 @@
7959
8312
  ]
7960
8313
  },
7961
8314
  {
7962
- "id": 650,
8315
+ "id": 704,
7963
8316
  "name": "SkyTokensHarness",
7964
8317
  "kind": 128,
7965
8318
  "kindString": "Class",
@@ -7969,7 +8322,7 @@
7969
8322
  },
7970
8323
  "children": [
7971
8324
  {
7972
- "id": 663,
8325
+ "id": 717,
7973
8326
  "name": "dismissTokens",
7974
8327
  "kind": 2048,
7975
8328
  "kindString": "Method",
@@ -7985,7 +8338,7 @@
7985
8338
  ],
7986
8339
  "signatures": [
7987
8340
  {
7988
- "id": 664,
8341
+ "id": 718,
7989
8342
  "name": "dismissTokens",
7990
8343
  "kind": 4096,
7991
8344
  "kindString": "Call signature",
@@ -7995,7 +8348,7 @@
7995
8348
  },
7996
8349
  "parameters": [
7997
8350
  {
7998
- "id": 665,
8351
+ "id": 719,
7999
8352
  "name": "filters",
8000
8353
  "kind": 32768,
8001
8354
  "kindString": "Parameter",
@@ -8024,7 +8377,7 @@
8024
8377
  ]
8025
8378
  },
8026
8379
  {
8027
- "id": 666,
8380
+ "id": 720,
8028
8381
  "name": "getTokens",
8029
8382
  "kind": 2048,
8030
8383
  "kindString": "Method",
@@ -8040,7 +8393,7 @@
8040
8393
  ],
8041
8394
  "signatures": [
8042
8395
  {
8043
- "id": 667,
8396
+ "id": 721,
8044
8397
  "name": "getTokens",
8045
8398
  "kind": 4096,
8046
8399
  "kindString": "Call signature",
@@ -8050,7 +8403,7 @@
8050
8403
  },
8051
8404
  "parameters": [
8052
8405
  {
8053
- "id": 668,
8406
+ "id": 722,
8054
8407
  "name": "filters",
8055
8408
  "kind": 32768,
8056
8409
  "kindString": "Parameter",
@@ -8070,7 +8423,7 @@
8070
8423
  "type": "array",
8071
8424
  "elementType": {
8072
8425
  "type": "reference",
8073
- "id": 602,
8426
+ "id": 656,
8074
8427
  "name": "SkyTokenHarness"
8075
8428
  }
8076
8429
  }
@@ -8083,7 +8436,7 @@
8083
8436
  ]
8084
8437
  },
8085
8438
  {
8086
- "id": 669,
8439
+ "id": 723,
8087
8440
  "name": "getTokensText",
8088
8441
  "kind": 2048,
8089
8442
  "kindString": "Method",
@@ -8099,7 +8452,7 @@
8099
8452
  ],
8100
8453
  "signatures": [
8101
8454
  {
8102
- "id": 670,
8455
+ "id": 724,
8103
8456
  "name": "getTokensText",
8104
8457
  "kind": 4096,
8105
8458
  "kindString": "Call signature",
@@ -8126,7 +8479,7 @@
8126
8479
  ]
8127
8480
  },
8128
8481
  {
8129
- "id": 674,
8482
+ "id": 728,
8130
8483
  "name": "host",
8131
8484
  "kind": 2048,
8132
8485
  "kindString": "Method",
@@ -8140,7 +8493,7 @@
8140
8493
  ],
8141
8494
  "signatures": [
8142
8495
  {
8143
- "id": 675,
8496
+ "id": 729,
8144
8497
  "name": "host",
8145
8498
  "kind": 4096,
8146
8499
  "kindString": "Call signature",
@@ -8174,7 +8527,7 @@
8174
8527
  }
8175
8528
  },
8176
8529
  {
8177
- "id": 652,
8530
+ "id": 706,
8178
8531
  "name": "with",
8179
8532
  "kind": 2048,
8180
8533
  "kindString": "Method",
@@ -8191,7 +8544,7 @@
8191
8544
  ],
8192
8545
  "signatures": [
8193
8546
  {
8194
- "id": 653,
8547
+ "id": 707,
8195
8548
  "name": "with",
8196
8549
  "kind": 4096,
8197
8550
  "kindString": "Call signature",
@@ -8201,7 +8554,7 @@
8201
8554
  },
8202
8555
  "parameters": [
8203
8556
  {
8204
- "id": 654,
8557
+ "id": 708,
8205
8558
  "name": "filters",
8206
8559
  "kind": 32768,
8207
8560
  "kindString": "Parameter",
@@ -8217,7 +8570,7 @@
8217
8570
  "typeArguments": [
8218
8571
  {
8219
8572
  "type": "reference",
8220
- "id": 650,
8573
+ "id": 704,
8221
8574
  "name": "SkyTokensHarness"
8222
8575
  }
8223
8576
  ],
@@ -8234,18 +8587,18 @@
8234
8587
  "title": "Constructors",
8235
8588
  "kind": 512,
8236
8589
  "children": [
8237
- 660
8590
+ 714
8238
8591
  ]
8239
8592
  },
8240
8593
  {
8241
8594
  "title": "Methods",
8242
8595
  "kind": 2048,
8243
8596
  "children": [
8244
- 663,
8245
- 666,
8246
- 669,
8247
- 674,
8248
- 652
8597
+ 717,
8598
+ 720,
8599
+ 723,
8600
+ 728,
8601
+ 706
8249
8602
  ]
8250
8603
  }
8251
8604
  ],
@@ -8264,7 +8617,7 @@
8264
8617
  ]
8265
8618
  },
8266
8619
  {
8267
- "id": 698,
8620
+ "id": 752,
8268
8621
  "name": "SkyWaitHarness",
8269
8622
  "kind": 128,
8270
8623
  "kindString": "Class",
@@ -8274,7 +8627,7 @@
8274
8627
  },
8275
8628
  "children": [
8276
8629
  {
8277
- "id": 713,
8630
+ "id": 767,
8278
8631
  "name": "getAriaLabel",
8279
8632
  "kind": 2048,
8280
8633
  "kindString": "Method",
@@ -8290,7 +8643,7 @@
8290
8643
  ],
8291
8644
  "signatures": [
8292
8645
  {
8293
- "id": 714,
8646
+ "id": 768,
8294
8647
  "name": "getAriaLabel",
8295
8648
  "kind": 4096,
8296
8649
  "kindString": "Call signature",
@@ -8314,7 +8667,7 @@
8314
8667
  ]
8315
8668
  },
8316
8669
  {
8317
- "id": 724,
8670
+ "id": 778,
8318
8671
  "name": "host",
8319
8672
  "kind": 2048,
8320
8673
  "kindString": "Method",
@@ -8328,7 +8681,7 @@
8328
8681
  ],
8329
8682
  "signatures": [
8330
8683
  {
8331
- "id": 725,
8684
+ "id": 779,
8332
8685
  "name": "host",
8333
8686
  "kind": 4096,
8334
8687
  "kindString": "Call signature",
@@ -8362,7 +8715,7 @@
8362
8715
  }
8363
8716
  },
8364
8717
  {
8365
- "id": 717,
8718
+ "id": 771,
8366
8719
  "name": "isFullPage",
8367
8720
  "kind": 2048,
8368
8721
  "kindString": "Method",
@@ -8378,7 +8731,7 @@
8378
8731
  ],
8379
8732
  "signatures": [
8380
8733
  {
8381
- "id": 718,
8734
+ "id": 772,
8382
8735
  "name": "isFullPage",
8383
8736
  "kind": 4096,
8384
8737
  "kindString": "Call signature",
@@ -8402,7 +8755,7 @@
8402
8755
  ]
8403
8756
  },
8404
8757
  {
8405
- "id": 719,
8758
+ "id": 773,
8406
8759
  "name": "isNonBlocking",
8407
8760
  "kind": 2048,
8408
8761
  "kindString": "Method",
@@ -8418,7 +8771,7 @@
8418
8771
  ],
8419
8772
  "signatures": [
8420
8773
  {
8421
- "id": 720,
8774
+ "id": 774,
8422
8775
  "name": "isNonBlocking",
8423
8776
  "kind": 4096,
8424
8777
  "kindString": "Call signature",
@@ -8442,7 +8795,7 @@
8442
8795
  ]
8443
8796
  },
8444
8797
  {
8445
- "id": 715,
8798
+ "id": 769,
8446
8799
  "name": "isWaiting",
8447
8800
  "kind": 2048,
8448
8801
  "kindString": "Method",
@@ -8458,7 +8811,7 @@
8458
8811
  ],
8459
8812
  "signatures": [
8460
8813
  {
8461
- "id": 716,
8814
+ "id": 770,
8462
8815
  "name": "isWaiting",
8463
8816
  "kind": 4096,
8464
8817
  "kindString": "Call signature",
@@ -8482,7 +8835,7 @@
8482
8835
  ]
8483
8836
  },
8484
8837
  {
8485
- "id": 700,
8838
+ "id": 754,
8486
8839
  "name": "with",
8487
8840
  "kind": 2048,
8488
8841
  "kindString": "Method",
@@ -8499,7 +8852,7 @@
8499
8852
  ],
8500
8853
  "signatures": [
8501
8854
  {
8502
- "id": 701,
8855
+ "id": 755,
8503
8856
  "name": "with",
8504
8857
  "kind": 4096,
8505
8858
  "kindString": "Call signature",
@@ -8509,14 +8862,14 @@
8509
8862
  },
8510
8863
  "parameters": [
8511
8864
  {
8512
- "id": 702,
8865
+ "id": 756,
8513
8866
  "name": "filters",
8514
8867
  "kind": 32768,
8515
8868
  "kindString": "Parameter",
8516
8869
  "flags": {},
8517
8870
  "type": {
8518
8871
  "type": "reference",
8519
- "id": 744,
8872
+ "id": 798,
8520
8873
  "name": "SkyWaitHarnessFilters"
8521
8874
  }
8522
8875
  }
@@ -8526,7 +8879,7 @@
8526
8879
  "typeArguments": [
8527
8880
  {
8528
8881
  "type": "reference",
8529
- "id": 698,
8882
+ "id": 752,
8530
8883
  "name": "SkyWaitHarness"
8531
8884
  }
8532
8885
  ],
@@ -8543,19 +8896,19 @@
8543
8896
  "title": "Constructors",
8544
8897
  "kind": 512,
8545
8898
  "children": [
8546
- 708
8899
+ 762
8547
8900
  ]
8548
8901
  },
8549
8902
  {
8550
8903
  "title": "Methods",
8551
8904
  "kind": 2048,
8552
8905
  "children": [
8553
- 713,
8554
- 724,
8555
- 717,
8556
- 719,
8557
- 715,
8558
- 700
8906
+ 767,
8907
+ 778,
8908
+ 771,
8909
+ 773,
8910
+ 769,
8911
+ 754
8559
8912
  ]
8560
8913
  }
8561
8914
  ],
@@ -8702,7 +9055,135 @@
8702
9055
  ]
8703
9056
  },
8704
9057
  {
8705
- "id": 547,
9058
+ "id": 552,
9059
+ "name": "SkyIconHarnessFilters",
9060
+ "kind": 256,
9061
+ "kindString": "Interface",
9062
+ "flags": {},
9063
+ "comment": {
9064
+ "shortText": "A set of criteria that can be used to filter a list of SkyIconHarness instances."
9065
+ },
9066
+ "children": [
9067
+ {
9068
+ "id": 555,
9069
+ "name": "ancestor",
9070
+ "kind": 1024,
9071
+ "kindString": "Property",
9072
+ "flags": {
9073
+ "isOptional": true
9074
+ },
9075
+ "comment": {
9076
+ "shortText": "Only find instances that are nested under an element with the given selector."
9077
+ },
9078
+ "sources": [
9079
+ {
9080
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
9081
+ "line": 28,
9082
+ "character": 4
9083
+ }
9084
+ ],
9085
+ "type": {
9086
+ "type": "intrinsic",
9087
+ "name": "string"
9088
+ },
9089
+ "inheritedFrom": {
9090
+ "type": "reference",
9091
+ "name": "SkyHarnessFilters.ancestor"
9092
+ }
9093
+ },
9094
+ {
9095
+ "id": 553,
9096
+ "name": "dataSkyId",
9097
+ "kind": 1024,
9098
+ "kindString": "Property",
9099
+ "flags": {
9100
+ "isOptional": true
9101
+ },
9102
+ "comment": {
9103
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
9104
+ },
9105
+ "sources": [
9106
+ {
9107
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
9108
+ "line": 11,
9109
+ "character": 2
9110
+ }
9111
+ ],
9112
+ "type": {
9113
+ "type": "union",
9114
+ "types": [
9115
+ {
9116
+ "type": "intrinsic",
9117
+ "name": "string"
9118
+ },
9119
+ {
9120
+ "type": "reference",
9121
+ "qualifiedName": "RegExp",
9122
+ "package": "typescript",
9123
+ "name": "RegExp"
9124
+ }
9125
+ ]
9126
+ },
9127
+ "inheritedFrom": {
9128
+ "type": "reference",
9129
+ "name": "SkyHarnessFilters.dataSkyId"
9130
+ }
9131
+ },
9132
+ {
9133
+ "id": 554,
9134
+ "name": "selector",
9135
+ "kind": 1024,
9136
+ "kindString": "Property",
9137
+ "flags": {
9138
+ "isOptional": true
9139
+ },
9140
+ "comment": {
9141
+ "shortText": "Only find instances whose host element matches the given selector."
9142
+ },
9143
+ "sources": [
9144
+ {
9145
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
9146
+ "line": 26,
9147
+ "character": 4
9148
+ }
9149
+ ],
9150
+ "type": {
9151
+ "type": "intrinsic",
9152
+ "name": "string"
9153
+ },
9154
+ "inheritedFrom": {
9155
+ "type": "reference",
9156
+ "name": "SkyHarnessFilters.selector"
9157
+ }
9158
+ }
9159
+ ],
9160
+ "groups": [
9161
+ {
9162
+ "title": "Properties",
9163
+ "kind": 1024,
9164
+ "children": [
9165
+ 555,
9166
+ 553,
9167
+ 554
9168
+ ]
9169
+ }
9170
+ ],
9171
+ "sources": [
9172
+ {
9173
+ "fileName": "projects/indicators/src/testing/icon/icon-harness-filters.ts",
9174
+ "line": 7,
9175
+ "character": 17
9176
+ }
9177
+ ],
9178
+ "extendedTypes": [
9179
+ {
9180
+ "type": "reference",
9181
+ "name": "SkyHarnessFilters"
9182
+ }
9183
+ ]
9184
+ },
9185
+ {
9186
+ "id": 601,
8706
9187
  "name": "SkyKeyInfoHarnessFilters",
8707
9188
  "kind": 256,
8708
9189
  "kindString": "Interface",
@@ -8712,7 +9193,7 @@
8712
9193
  },
8713
9194
  "children": [
8714
9195
  {
8715
- "id": 550,
9196
+ "id": 604,
8716
9197
  "name": "ancestor",
8717
9198
  "kind": 1024,
8718
9199
  "kindString": "Property",
@@ -8739,7 +9220,7 @@
8739
9220
  }
8740
9221
  },
8741
9222
  {
8742
- "id": 548,
9223
+ "id": 602,
8743
9224
  "name": "dataSkyId",
8744
9225
  "kind": 1024,
8745
9226
  "kindString": "Property",
@@ -8777,7 +9258,7 @@
8777
9258
  }
8778
9259
  },
8779
9260
  {
8780
- "id": 549,
9261
+ "id": 603,
8781
9262
  "name": "selector",
8782
9263
  "kind": 1024,
8783
9264
  "kindString": "Property",
@@ -8809,9 +9290,9 @@
8809
9290
  "title": "Properties",
8810
9291
  "kind": 1024,
8811
9292
  "children": [
8812
- 550,
8813
- 548,
8814
- 549
9293
+ 604,
9294
+ 602,
9295
+ 603
8815
9296
  ]
8816
9297
  }
8817
9298
  ],
@@ -8830,7 +9311,7 @@
8830
9311
  ]
8831
9312
  },
8832
9313
  {
8833
- "id": 598,
9314
+ "id": 652,
8834
9315
  "name": "SkyLabelHarnessFilters",
8835
9316
  "kind": 256,
8836
9317
  "kindString": "Interface",
@@ -8840,7 +9321,7 @@
8840
9321
  },
8841
9322
  "children": [
8842
9323
  {
8843
- "id": 601,
9324
+ "id": 655,
8844
9325
  "name": "ancestor",
8845
9326
  "kind": 1024,
8846
9327
  "kindString": "Property",
@@ -8867,7 +9348,7 @@
8867
9348
  }
8868
9349
  },
8869
9350
  {
8870
- "id": 599,
9351
+ "id": 653,
8871
9352
  "name": "dataSkyId",
8872
9353
  "kind": 1024,
8873
9354
  "kindString": "Property",
@@ -8905,7 +9386,7 @@
8905
9386
  }
8906
9387
  },
8907
9388
  {
8908
- "id": 600,
9389
+ "id": 654,
8909
9390
  "name": "selector",
8910
9391
  "kind": 1024,
8911
9392
  "kindString": "Property",
@@ -8937,9 +9418,9 @@
8937
9418
  "title": "Properties",
8938
9419
  "kind": 1024,
8939
9420
  "children": [
8940
- 601,
8941
- 599,
8942
- 600
9421
+ 655,
9422
+ 653,
9423
+ 654
8943
9424
  ]
8944
9425
  }
8945
9426
  ],
@@ -8958,7 +9439,7 @@
8958
9439
  ]
8959
9440
  },
8960
9441
  {
8961
- "id": 744,
9442
+ "id": 798,
8962
9443
  "name": "SkyWaitHarnessFilters",
8963
9444
  "kind": 256,
8964
9445
  "kindString": "Interface",
@@ -8968,7 +9449,7 @@
8968
9449
  },
8969
9450
  "children": [
8970
9451
  {
8971
- "id": 748,
9452
+ "id": 802,
8972
9453
  "name": "ancestor",
8973
9454
  "kind": 1024,
8974
9455
  "kindString": "Property",
@@ -8995,7 +9476,7 @@
8995
9476
  }
8996
9477
  },
8997
9478
  {
8998
- "id": 746,
9479
+ "id": 800,
8999
9480
  "name": "dataSkyId",
9000
9481
  "kind": 1024,
9001
9482
  "kindString": "Property",
@@ -9033,7 +9514,7 @@
9033
9514
  }
9034
9515
  },
9035
9516
  {
9036
- "id": 747,
9517
+ "id": 801,
9037
9518
  "name": "selector",
9038
9519
  "kind": 1024,
9039
9520
  "kindString": "Property",
@@ -9060,7 +9541,7 @@
9060
9541
  }
9061
9542
  },
9062
9543
  {
9063
- "id": 745,
9544
+ "id": 799,
9064
9545
  "name": "servicePageWaitType",
9065
9546
  "kind": 1024,
9066
9547
  "kindString": "Property",
@@ -9097,10 +9578,10 @@
9097
9578
  "title": "Properties",
9098
9579
  "kind": 1024,
9099
9580
  "children": [
9100
- 748,
9101
- 746,
9102
- 747,
9103
- 745
9581
+ 802,
9582
+ 800,
9583
+ 801,
9584
+ 799
9104
9585
  ]
9105
9586
  }
9106
9587
  ],
@@ -9168,19 +9649,44 @@
9168
9649
  },
9169
9650
  {
9170
9651
  "fileName": "icon-demo.component.html",
9171
- "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
9172
- "rawContents": "<sky-icon icon=\"bars\" size=\"lg\"></sky-icon>\n<sky-icon icon=\"chevron-down\" size=\"sm\"></sky-icon>\n<sky-icon icon=\"chevron-up\" size=\"5x\"></sky-icon>\n<sky-icon icon=\"cog\" size=\"2x\"></sky-icon>\n<sky-icon icon=\"comment\" size=\"xs\"></sky-icon>\n<sky-icon icon=\"database\" size=\"3x\"></sky-icon>\n<sky-icon [fixedWidth]=\"true\" icon=\"spinner\" size=\"3x\"></sky-icon>\n<sky-icon icon=\"trash\" size=\"sm\"></sky-icon>\n<sky-icon icon=\"users\" size=\"4x\"></sky-icon>\n<sky-icon icon=\"user\" size=\"5x\"></sky-icon>\n<sky-icon icon=\"sort\" iconType=\"skyux\" size=\"5x\"></sky-icon>\n"
9652
+ "filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.component.html",
9653
+ "rawContents": "<sky-icon icon=\"calendar\"></sky-icon>\n<sky-icon icon=\"calendar\" size=\"lg\"></sky-icon>\n<sky-icon icon=\"calendar\" size=\"2x\" iconType=\"skyux\"></sky-icon>\n<sky-icon icon=\"calendar\" iconType=\"skyux\" variant=\"line\" size=\"3x\"></sky-icon>\n<sky-icon\n data-sky-id=\"icon-demo\"\n icon=\"calendar\"\n iconType=\"skyux\"\n variant=\"solid\"\n size=\"4x\"\n [fixedWidth]=\"true\"\n></sky-icon>\n\n<div>\n <sky-icon icon=\"bars\" size=\"2x\"></sky-icon>\n</div>\n<div>\n <sky-icon icon=\"chevron-down\" size=\"2x\"></sky-icon>\n</div>\n\n<div>\n <sky-icon icon=\"bars\" size=\"2x\" [fixedWidth]=\"true\"></sky-icon>\n</div>\n<div>\n <sky-icon icon=\"chevron-down\" size=\"2x\" [fixedWidth]=\"true\"></sky-icon>\n</div>\n"
9654
+ },
9655
+ {
9656
+ "fileName": "icon-demo.component.spec.ts",
9657
+ "filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.component.spec.ts",
9658
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/indicators/testing';\n\nimport { IconDemoComponent } from './icon-demo.component';\nimport { IconDemoModule } from './icon-demo.module';\n\ndescribe('Basic icon', async () => {\n async function setupTest(): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<IconDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(IconDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: 'icon-demo',\n })\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [IconDemoModule],\n });\n });\n\n it('should display the correct icon', async () => {\n const { iconHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('calendar');\n await expectAsync(iconHarness.getIconType()).toBeResolvedTo('skyux');\n await expectAsync(iconHarness.getVariant()).toBeResolvedTo('solid');\n await expectAsync(iconHarness.getIconSize()).toBeResolvedTo('4x');\n await expectAsync(iconHarness.isFixedWidth()).toBeResolvedTo(true);\n });\n});\n"
9173
9659
  },
9174
9660
  {
9175
9661
  "fileName": "icon-demo.component.ts",
9176
- "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.ts",
9662
+ "filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.component.ts",
9177
9663
  "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-icon-demo',\n templateUrl: './icon-demo.component.html',\n})\nexport class IconDemoComponent {}\n"
9178
9664
  },
9179
9665
  {
9180
9666
  "fileName": "icon-demo.module.ts",
9181
- "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.module.ts",
9667
+ "filePath": "/projects/indicators/documentation/code-examples/icon/basic/icon-demo.module.ts",
9182
9668
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { IconDemoComponent } from './icon-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule],\n declarations: [IconDemoComponent],\n exports: [IconDemoComponent],\n})\nexport class IconDemoModule {}\n"
9183
9669
  },
9670
+ {
9671
+ "fileName": "icon-button-demo.component.html",
9672
+ "filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.component.html",
9673
+ "rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"textButtonClick()\"\n>\n Save\n <sky-icon\n data-sky-id=\"text-button-icon\"\n icon=\"save\"\n iconType=\"skyux\"\n ></sky-icon>\n</button>\n\n<button\n type=\"button\"\n class=\"sky-btn sky-btn-icon-borderless\"\n (click)=\"iconOnlyButtonClick()\"\n>\n <sky-icon data-sky-id=\"button-icon\" icon=\"edit\" size=\"lg\"></sky-icon>\n</button>\n"
9674
+ },
9675
+ {
9676
+ "fileName": "icon-button-demo.component.spec.ts",
9677
+ "filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.component.spec.ts",
9678
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/indicators/testing';\n\nimport { IconDemoComponent } from './icon-button-demo.component';\nimport { IconDemoModule } from './icon-button-demo.module';\n\ndescribe('Icon button', async () => {\n async function setupTest(options: { dataSkyId?: string }): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<IconDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(IconDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: options?.dataSkyId,\n })\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [IconDemoModule],\n });\n });\n\n it('should display the icon in the text icon button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'text-button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('save');\n });\n\n it('should display the icon in the icon only button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('edit');\n });\n});\n"
9679
+ },
9680
+ {
9681
+ "fileName": "icon-button-demo.component.ts",
9682
+ "filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.component.ts",
9683
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-icon-demo',\n templateUrl: './icon-button-demo.component.html',\n})\nexport class IconDemoComponent {\n public textButtonClick(): void {\n alert('Text with icon button clicked');\n }\n\n public iconOnlyButtonClick(): void {\n alert('Icon only button clicked');\n }\n}\n"
9684
+ },
9685
+ {
9686
+ "fileName": "icon-button-demo.module.ts",
9687
+ "filePath": "/projects/indicators/documentation/code-examples/icon/icon-button/icon-button-demo.module.ts",
9688
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { IconDemoComponent } from './icon-button-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule],\n declarations: [IconDemoComponent],\n exports: [IconDemoComponent],\n})\nexport class IconDemoModule {}\n"
9689
+ },
9184
9690
  {
9185
9691
  "fileName": "key-info-demo.component.html",
9186
9692
  "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.html",