@skyux/indicators 7.10.1 → 7.11.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.
Files changed (2) hide show
  1. package/documentation.json +494 -172
  2. package/package.json +5 -5
@@ -35,6 +35,7 @@
35
35
  "SkyKeyInfoLayoutType": "type-alias-skykeyinfolayouttype",
36
36
  "SkyLabelType": "type-alias-skylabeltype",
37
37
  "SkyAlertHarness": "class-skyalertharness",
38
+ "SkyHelpInlineHarness": "class-skyhelpinlineharness",
38
39
  "SkyIconHarness": "class-skyiconharness",
39
40
  "SkyKeyInfoHarness": "class-skykeyinfoharness",
40
41
  "SkyLabelHarness": "class-skylabelharness",
@@ -42,6 +43,7 @@
42
43
  "SkyTokensHarness": "class-skytokensharness",
43
44
  "SkyWaitHarness": "class-skywaitharness",
44
45
  "SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
46
+ "SkyHelpInlineHarnessFilters": "interface-skyhelpinlineharnessfilters",
45
47
  "SkyIconHarnessFilters": "interface-skyiconharnessfilters",
46
48
  "SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
47
49
  "SkyLabelHarnessFilters": "interface-skylabelharnessfilters",
@@ -6987,6 +6989,193 @@
6987
6989
  },
6988
6990
  {
6989
6991
  "id": 502,
6992
+ "name": "SkyHelpInlineHarness",
6993
+ "kind": 128,
6994
+ "kindString": "Class",
6995
+ "flags": {},
6996
+ "comment": {
6997
+ "shortText": "Harness for interacting with a help inline component in tests."
6998
+ },
6999
+ "children": [
7000
+ {
7001
+ "id": 516,
7002
+ "name": "click",
7003
+ "kind": 2048,
7004
+ "kindString": "Method",
7005
+ "flags": {
7006
+ "isPublic": true
7007
+ },
7008
+ "sources": [
7009
+ {
7010
+ "fileName": "projects/indicators/src/testing/help-inline/help-inline-harness.ts",
7011
+ "line": 31,
7012
+ "character": 15
7013
+ }
7014
+ ],
7015
+ "signatures": [
7016
+ {
7017
+ "id": 517,
7018
+ "name": "click",
7019
+ "kind": 4096,
7020
+ "kindString": "Call signature",
7021
+ "flags": {},
7022
+ "comment": {
7023
+ "shortText": "Clicks the help inline icon button"
7024
+ },
7025
+ "type": {
7026
+ "type": "reference",
7027
+ "typeArguments": [
7028
+ {
7029
+ "type": "intrinsic",
7030
+ "name": "void"
7031
+ }
7032
+ ],
7033
+ "qualifiedName": "Promise",
7034
+ "package": "typescript",
7035
+ "name": "Promise"
7036
+ }
7037
+ }
7038
+ ]
7039
+ },
7040
+ {
7041
+ "id": 521,
7042
+ "name": "host",
7043
+ "kind": 2048,
7044
+ "kindString": "Method",
7045
+ "flags": {},
7046
+ "sources": [
7047
+ {
7048
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
7049
+ "line": 40,
7050
+ "character": 4
7051
+ }
7052
+ ],
7053
+ "signatures": [
7054
+ {
7055
+ "id": 522,
7056
+ "name": "host",
7057
+ "kind": 4096,
7058
+ "kindString": "Call signature",
7059
+ "flags": {},
7060
+ "comment": {
7061
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
7062
+ },
7063
+ "type": {
7064
+ "type": "reference",
7065
+ "typeArguments": [
7066
+ {
7067
+ "type": "reference",
7068
+ "qualifiedName": "TestElement",
7069
+ "package": "@angular/cdk",
7070
+ "name": "TestElement"
7071
+ }
7072
+ ],
7073
+ "qualifiedName": "Promise",
7074
+ "package": "typescript",
7075
+ "name": "Promise"
7076
+ },
7077
+ "inheritedFrom": {
7078
+ "type": "reference",
7079
+ "name": "SkyComponentHarness.host"
7080
+ }
7081
+ }
7082
+ ],
7083
+ "inheritedFrom": {
7084
+ "type": "reference",
7085
+ "name": "SkyComponentHarness.host"
7086
+ }
7087
+ },
7088
+ {
7089
+ "id": 504,
7090
+ "name": "with",
7091
+ "kind": 2048,
7092
+ "kindString": "Method",
7093
+ "flags": {
7094
+ "isPublic": true,
7095
+ "isStatic": true
7096
+ },
7097
+ "sources": [
7098
+ {
7099
+ "fileName": "projects/indicators/src/testing/help-inline/help-inline-harness.ts",
7100
+ "line": 22,
7101
+ "character": 16
7102
+ }
7103
+ ],
7104
+ "signatures": [
7105
+ {
7106
+ "id": 505,
7107
+ "name": "with",
7108
+ "kind": 4096,
7109
+ "kindString": "Call signature",
7110
+ "flags": {},
7111
+ "comment": {
7112
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyInlineHelpHarness` that meets certain criteria"
7113
+ },
7114
+ "parameters": [
7115
+ {
7116
+ "id": 506,
7117
+ "name": "filters",
7118
+ "kind": 32768,
7119
+ "kindString": "Parameter",
7120
+ "flags": {},
7121
+ "type": {
7122
+ "type": "reference",
7123
+ "id": 541,
7124
+ "name": "SkyHelpInlineHarnessFilters"
7125
+ }
7126
+ }
7127
+ ],
7128
+ "type": {
7129
+ "type": "reference",
7130
+ "typeArguments": [
7131
+ {
7132
+ "type": "reference",
7133
+ "id": 502,
7134
+ "name": "SkyHelpInlineHarness"
7135
+ }
7136
+ ],
7137
+ "qualifiedName": "HarnessPredicate",
7138
+ "package": "@angular/cdk",
7139
+ "name": "HarnessPredicate"
7140
+ }
7141
+ }
7142
+ ]
7143
+ }
7144
+ ],
7145
+ "groups": [
7146
+ {
7147
+ "title": "Constructors",
7148
+ "kind": 512,
7149
+ "children": [
7150
+ 512
7151
+ ]
7152
+ },
7153
+ {
7154
+ "title": "Methods",
7155
+ "kind": 2048,
7156
+ "children": [
7157
+ 516,
7158
+ 521,
7159
+ 504
7160
+ ]
7161
+ }
7162
+ ],
7163
+ "sources": [
7164
+ {
7165
+ "fileName": "projects/indicators/src/testing/help-inline/help-inline-harness.ts",
7166
+ "line": 10,
7167
+ "character": 13
7168
+ }
7169
+ ],
7170
+ "extendedTypes": [
7171
+ {
7172
+ "type": "reference",
7173
+ "name": "SkyComponentHarness"
7174
+ }
7175
+ ]
7176
+ },
7177
+ {
7178
+ "id": 545,
6990
7179
  "name": "SkyIconHarness",
6991
7180
  "kind": 128,
6992
7181
  "kindString": "Class",
@@ -6996,7 +7185,7 @@
6996
7185
  },
6997
7186
  "children": [
6998
7187
  {
6999
- "id": 519,
7188
+ "id": 562,
7000
7189
  "name": "getIconName",
7001
7190
  "kind": 2048,
7002
7191
  "kindString": "Method",
@@ -7012,7 +7201,7 @@
7012
7201
  ],
7013
7202
  "signatures": [
7014
7203
  {
7015
- "id": 520,
7204
+ "id": 563,
7016
7205
  "name": "getIconName",
7017
7206
  "kind": 4096,
7018
7207
  "kindString": "Call signature",
@@ -7036,7 +7225,7 @@
7036
7225
  ]
7037
7226
  },
7038
7227
  {
7039
- "id": 521,
7228
+ "id": 564,
7040
7229
  "name": "getIconSize",
7041
7230
  "kind": 2048,
7042
7231
  "kindString": "Method",
@@ -7052,7 +7241,7 @@
7052
7241
  ],
7053
7242
  "signatures": [
7054
7243
  {
7055
- "id": 522,
7244
+ "id": 565,
7056
7245
  "name": "getIconSize",
7057
7246
  "kind": 4096,
7058
7247
  "kindString": "Call signature",
@@ -7076,7 +7265,7 @@
7076
7265
  ]
7077
7266
  },
7078
7267
  {
7079
- "id": 523,
7268
+ "id": 566,
7080
7269
  "name": "getIconType",
7081
7270
  "kind": 2048,
7082
7271
  "kindString": "Method",
@@ -7092,7 +7281,7 @@
7092
7281
  ],
7093
7282
  "signatures": [
7094
7283
  {
7095
- "id": 524,
7284
+ "id": 567,
7096
7285
  "name": "getIconType",
7097
7286
  "kind": 4096,
7098
7287
  "kindString": "Call signature",
@@ -7116,7 +7305,7 @@
7116
7305
  ]
7117
7306
  },
7118
7307
  {
7119
- "id": 525,
7308
+ "id": 568,
7120
7309
  "name": "getVariant",
7121
7310
  "kind": 2048,
7122
7311
  "kindString": "Method",
@@ -7132,7 +7321,7 @@
7132
7321
  ],
7133
7322
  "signatures": [
7134
7323
  {
7135
- "id": 526,
7324
+ "id": 569,
7136
7325
  "name": "getVariant",
7137
7326
  "kind": 4096,
7138
7327
  "kindString": "Call signature",
@@ -7156,7 +7345,7 @@
7156
7345
  ]
7157
7346
  },
7158
7347
  {
7159
- "id": 532,
7348
+ "id": 575,
7160
7349
  "name": "host",
7161
7350
  "kind": 2048,
7162
7351
  "kindString": "Method",
@@ -7170,7 +7359,7 @@
7170
7359
  ],
7171
7360
  "signatures": [
7172
7361
  {
7173
- "id": 533,
7362
+ "id": 576,
7174
7363
  "name": "host",
7175
7364
  "kind": 4096,
7176
7365
  "kindString": "Call signature",
@@ -7204,7 +7393,7 @@
7204
7393
  }
7205
7394
  },
7206
7395
  {
7207
- "id": 527,
7396
+ "id": 570,
7208
7397
  "name": "isFixedWidth",
7209
7398
  "kind": 2048,
7210
7399
  "kindString": "Method",
@@ -7220,7 +7409,7 @@
7220
7409
  ],
7221
7410
  "signatures": [
7222
7411
  {
7223
- "id": 528,
7412
+ "id": 571,
7224
7413
  "name": "isFixedWidth",
7225
7414
  "kind": 4096,
7226
7415
  "kindString": "Call signature",
@@ -7244,7 +7433,7 @@
7244
7433
  ]
7245
7434
  },
7246
7435
  {
7247
- "id": 504,
7436
+ "id": 547,
7248
7437
  "name": "with",
7249
7438
  "kind": 2048,
7250
7439
  "kindString": "Method",
@@ -7261,7 +7450,7 @@
7261
7450
  ],
7262
7451
  "signatures": [
7263
7452
  {
7264
- "id": 505,
7453
+ "id": 548,
7265
7454
  "name": "with",
7266
7455
  "kind": 4096,
7267
7456
  "kindString": "Call signature",
@@ -7271,14 +7460,14 @@
7271
7460
  },
7272
7461
  "parameters": [
7273
7462
  {
7274
- "id": 506,
7463
+ "id": 549,
7275
7464
  "name": "filters",
7276
7465
  "kind": 32768,
7277
7466
  "kindString": "Parameter",
7278
7467
  "flags": {},
7279
7468
  "type": {
7280
7469
  "type": "reference",
7281
- "id": 552,
7470
+ "id": 595,
7282
7471
  "name": "SkyIconHarnessFilters"
7283
7472
  }
7284
7473
  }
@@ -7288,7 +7477,7 @@
7288
7477
  "typeArguments": [
7289
7478
  {
7290
7479
  "type": "reference",
7291
- "id": 502,
7480
+ "id": 545,
7292
7481
  "name": "SkyIconHarness"
7293
7482
  }
7294
7483
  ],
@@ -7305,20 +7494,20 @@
7305
7494
  "title": "Constructors",
7306
7495
  "kind": 512,
7307
7496
  "children": [
7308
- 512
7497
+ 555
7309
7498
  ]
7310
7499
  },
7311
7500
  {
7312
7501
  "title": "Methods",
7313
7502
  "kind": 2048,
7314
7503
  "children": [
7315
- 519,
7316
- 521,
7317
- 523,
7318
- 525,
7319
- 532,
7320
- 527,
7321
- 504
7504
+ 562,
7505
+ 564,
7506
+ 566,
7507
+ 568,
7508
+ 575,
7509
+ 570,
7510
+ 547
7322
7511
  ]
7323
7512
  }
7324
7513
  ],
@@ -7337,7 +7526,7 @@
7337
7526
  ]
7338
7527
  },
7339
7528
  {
7340
- "id": 556,
7529
+ "id": 599,
7341
7530
  "name": "SkyKeyInfoHarness",
7342
7531
  "kind": 128,
7343
7532
  "kindString": "Class",
@@ -7347,7 +7536,7 @@
7347
7536
  },
7348
7537
  "children": [
7349
7538
  {
7350
- "id": 574,
7539
+ "id": 617,
7351
7540
  "name": "getLabelText",
7352
7541
  "kind": 2048,
7353
7542
  "kindString": "Method",
@@ -7363,7 +7552,7 @@
7363
7552
  ],
7364
7553
  "signatures": [
7365
7554
  {
7366
- "id": 575,
7555
+ "id": 618,
7367
7556
  "name": "getLabelText",
7368
7557
  "kind": 4096,
7369
7558
  "kindString": "Call signature",
@@ -7387,7 +7576,7 @@
7387
7576
  ]
7388
7577
  },
7389
7578
  {
7390
- "id": 576,
7579
+ "id": 619,
7391
7580
  "name": "getLayout",
7392
7581
  "kind": 2048,
7393
7582
  "kindString": "Method",
@@ -7403,7 +7592,7 @@
7403
7592
  ],
7404
7593
  "signatures": [
7405
7594
  {
7406
- "id": 577,
7595
+ "id": 620,
7407
7596
  "name": "getLayout",
7408
7597
  "kind": 4096,
7409
7598
  "kindString": "Call signature",
@@ -7428,7 +7617,7 @@
7428
7617
  ]
7429
7618
  },
7430
7619
  {
7431
- "id": 572,
7620
+ "id": 615,
7432
7621
  "name": "getValueText",
7433
7622
  "kind": 2048,
7434
7623
  "kindString": "Method",
@@ -7444,7 +7633,7 @@
7444
7633
  ],
7445
7634
  "signatures": [
7446
7635
  {
7447
- "id": 573,
7636
+ "id": 616,
7448
7637
  "name": "getValueText",
7449
7638
  "kind": 4096,
7450
7639
  "kindString": "Call signature",
@@ -7468,7 +7657,7 @@
7468
7657
  ]
7469
7658
  },
7470
7659
  {
7471
- "id": 581,
7660
+ "id": 624,
7472
7661
  "name": "host",
7473
7662
  "kind": 2048,
7474
7663
  "kindString": "Method",
@@ -7482,7 +7671,7 @@
7482
7671
  ],
7483
7672
  "signatures": [
7484
7673
  {
7485
- "id": 582,
7674
+ "id": 625,
7486
7675
  "name": "host",
7487
7676
  "kind": 4096,
7488
7677
  "kindString": "Call signature",
@@ -7516,7 +7705,7 @@
7516
7705
  }
7517
7706
  },
7518
7707
  {
7519
- "id": 558,
7708
+ "id": 601,
7520
7709
  "name": "with",
7521
7710
  "kind": 2048,
7522
7711
  "kindString": "Method",
@@ -7533,7 +7722,7 @@
7533
7722
  ],
7534
7723
  "signatures": [
7535
7724
  {
7536
- "id": 559,
7725
+ "id": 602,
7537
7726
  "name": "with",
7538
7727
  "kind": 4096,
7539
7728
  "kindString": "Call signature",
@@ -7543,14 +7732,14 @@
7543
7732
  },
7544
7733
  "parameters": [
7545
7734
  {
7546
- "id": 560,
7735
+ "id": 603,
7547
7736
  "name": "filters",
7548
7737
  "kind": 32768,
7549
7738
  "kindString": "Parameter",
7550
7739
  "flags": {},
7551
7740
  "type": {
7552
7741
  "type": "reference",
7553
- "id": 601,
7742
+ "id": 644,
7554
7743
  "name": "SkyKeyInfoHarnessFilters"
7555
7744
  }
7556
7745
  }
@@ -7560,7 +7749,7 @@
7560
7749
  "typeArguments": [
7561
7750
  {
7562
7751
  "type": "reference",
7563
- "id": 556,
7752
+ "id": 599,
7564
7753
  "name": "SkyKeyInfoHarness"
7565
7754
  }
7566
7755
  ],
@@ -7577,18 +7766,18 @@
7577
7766
  "title": "Constructors",
7578
7767
  "kind": 512,
7579
7768
  "children": [
7580
- 566
7769
+ 609
7581
7770
  ]
7582
7771
  },
7583
7772
  {
7584
7773
  "title": "Methods",
7585
7774
  "kind": 2048,
7586
7775
  "children": [
7587
- 574,
7588
- 576,
7589
- 572,
7590
- 581,
7591
- 558
7776
+ 617,
7777
+ 619,
7778
+ 615,
7779
+ 624,
7780
+ 601
7592
7781
  ]
7593
7782
  }
7594
7783
  ],
@@ -7607,7 +7796,7 @@
7607
7796
  ]
7608
7797
  },
7609
7798
  {
7610
- "id": 605,
7799
+ "id": 648,
7611
7800
  "name": "SkyLabelHarness",
7612
7801
  "kind": 128,
7613
7802
  "kindString": "Class",
@@ -7617,7 +7806,7 @@
7617
7806
  },
7618
7807
  "children": [
7619
7808
  {
7620
- "id": 627,
7809
+ "id": 670,
7621
7810
  "name": "getCustomDescription",
7622
7811
  "kind": 2048,
7623
7812
  "kindString": "Method",
@@ -7633,7 +7822,7 @@
7633
7822
  ],
7634
7823
  "signatures": [
7635
7824
  {
7636
- "id": 628,
7825
+ "id": 671,
7637
7826
  "name": "getCustomDescription",
7638
7827
  "kind": 4096,
7639
7828
  "kindString": "Call signature",
@@ -7657,7 +7846,7 @@
7657
7846
  ]
7658
7847
  },
7659
7848
  {
7660
- "id": 625,
7849
+ "id": 668,
7661
7850
  "name": "getDescriptionType",
7662
7851
  "kind": 2048,
7663
7852
  "kindString": "Method",
@@ -7673,7 +7862,7 @@
7673
7862
  ],
7674
7863
  "signatures": [
7675
7864
  {
7676
- "id": 626,
7865
+ "id": 669,
7677
7866
  "name": "getDescriptionType",
7678
7867
  "kind": 4096,
7679
7868
  "kindString": "Call signature",
@@ -7698,7 +7887,7 @@
7698
7887
  ]
7699
7888
  },
7700
7889
  {
7701
- "id": 621,
7890
+ "id": 664,
7702
7891
  "name": "getLabelText",
7703
7892
  "kind": 2048,
7704
7893
  "kindString": "Method",
@@ -7714,7 +7903,7 @@
7714
7903
  ],
7715
7904
  "signatures": [
7716
7905
  {
7717
- "id": 622,
7906
+ "id": 665,
7718
7907
  "name": "getLabelText",
7719
7908
  "kind": 4096,
7720
7909
  "kindString": "Call signature",
@@ -7738,7 +7927,7 @@
7738
7927
  ]
7739
7928
  },
7740
7929
  {
7741
- "id": 623,
7930
+ "id": 666,
7742
7931
  "name": "getLabelType",
7743
7932
  "kind": 2048,
7744
7933
  "kindString": "Method",
@@ -7754,7 +7943,7 @@
7754
7943
  ],
7755
7944
  "signatures": [
7756
7945
  {
7757
- "id": 624,
7946
+ "id": 667,
7758
7947
  "name": "getLabelType",
7759
7948
  "kind": 4096,
7760
7949
  "kindString": "Call signature",
@@ -7779,7 +7968,7 @@
7779
7968
  ]
7780
7969
  },
7781
7970
  {
7782
- "id": 632,
7971
+ "id": 675,
7783
7972
  "name": "host",
7784
7973
  "kind": 2048,
7785
7974
  "kindString": "Method",
@@ -7793,7 +7982,7 @@
7793
7982
  ],
7794
7983
  "signatures": [
7795
7984
  {
7796
- "id": 633,
7985
+ "id": 676,
7797
7986
  "name": "host",
7798
7987
  "kind": 4096,
7799
7988
  "kindString": "Call signature",
@@ -7827,7 +8016,7 @@
7827
8016
  }
7828
8017
  },
7829
8018
  {
7830
- "id": 607,
8019
+ "id": 650,
7831
8020
  "name": "with",
7832
8021
  "kind": 2048,
7833
8022
  "kindString": "Method",
@@ -7844,7 +8033,7 @@
7844
8033
  ],
7845
8034
  "signatures": [
7846
8035
  {
7847
- "id": 608,
8036
+ "id": 651,
7848
8037
  "name": "with",
7849
8038
  "kind": 4096,
7850
8039
  "kindString": "Call signature",
@@ -7854,14 +8043,14 @@
7854
8043
  },
7855
8044
  "parameters": [
7856
8045
  {
7857
- "id": 609,
8046
+ "id": 652,
7858
8047
  "name": "filters",
7859
8048
  "kind": 32768,
7860
8049
  "kindString": "Parameter",
7861
8050
  "flags": {},
7862
8051
  "type": {
7863
8052
  "type": "reference",
7864
- "id": 652,
8053
+ "id": 695,
7865
8054
  "name": "SkyLabelHarnessFilters"
7866
8055
  }
7867
8056
  }
@@ -7871,7 +8060,7 @@
7871
8060
  "typeArguments": [
7872
8061
  {
7873
8062
  "type": "reference",
7874
- "id": 605,
8063
+ "id": 648,
7875
8064
  "name": "SkyLabelHarness"
7876
8065
  }
7877
8066
  ],
@@ -7888,19 +8077,19 @@
7888
8077
  "title": "Constructors",
7889
8078
  "kind": 512,
7890
8079
  "children": [
7891
- 615
8080
+ 658
7892
8081
  ]
7893
8082
  },
7894
8083
  {
7895
8084
  "title": "Methods",
7896
8085
  "kind": 2048,
7897
8086
  "children": [
7898
- 627,
7899
- 625,
7900
- 621,
7901
- 623,
7902
- 632,
7903
- 607
8087
+ 670,
8088
+ 668,
8089
+ 664,
8090
+ 666,
8091
+ 675,
8092
+ 650
7904
8093
  ]
7905
8094
  }
7906
8095
  ],
@@ -7919,7 +8108,7 @@
7919
8108
  ]
7920
8109
  },
7921
8110
  {
7922
- "id": 656,
8111
+ "id": 699,
7923
8112
  "name": "SkyTokenHarness",
7924
8113
  "kind": 128,
7925
8114
  "kindString": "Class",
@@ -7929,7 +8118,7 @@
7929
8118
  },
7930
8119
  "children": [
7931
8120
  {
7932
- "id": 669,
8121
+ "id": 712,
7933
8122
  "name": "dismiss",
7934
8123
  "kind": 2048,
7935
8124
  "kindString": "Method",
@@ -7945,7 +8134,7 @@
7945
8134
  ],
7946
8135
  "signatures": [
7947
8136
  {
7948
- "id": 670,
8137
+ "id": 713,
7949
8138
  "name": "dismiss",
7950
8139
  "kind": 4096,
7951
8140
  "kindString": "Call signature",
@@ -7969,7 +8158,7 @@
7969
8158
  ]
7970
8159
  },
7971
8160
  {
7972
- "id": 671,
8161
+ "id": 714,
7973
8162
  "name": "getText",
7974
8163
  "kind": 2048,
7975
8164
  "kindString": "Method",
@@ -7985,7 +8174,7 @@
7985
8174
  ],
7986
8175
  "signatures": [
7987
8176
  {
7988
- "id": 672,
8177
+ "id": 715,
7989
8178
  "name": "getText",
7990
8179
  "kind": 4096,
7991
8180
  "kindString": "Call signature",
@@ -8009,7 +8198,7 @@
8009
8198
  ]
8010
8199
  },
8011
8200
  {
8012
- "id": 680,
8201
+ "id": 723,
8013
8202
  "name": "host",
8014
8203
  "kind": 2048,
8015
8204
  "kindString": "Method",
@@ -8023,7 +8212,7 @@
8023
8212
  ],
8024
8213
  "signatures": [
8025
8214
  {
8026
- "id": 681,
8215
+ "id": 724,
8027
8216
  "name": "host",
8028
8217
  "kind": 4096,
8029
8218
  "kindString": "Call signature",
@@ -8057,7 +8246,7 @@
8057
8246
  }
8058
8247
  },
8059
8248
  {
8060
- "id": 673,
8249
+ "id": 716,
8061
8250
  "name": "isDisabled",
8062
8251
  "kind": 2048,
8063
8252
  "kindString": "Method",
@@ -8073,7 +8262,7 @@
8073
8262
  ],
8074
8263
  "signatures": [
8075
8264
  {
8076
- "id": 674,
8265
+ "id": 717,
8077
8266
  "name": "isDisabled",
8078
8267
  "kind": 4096,
8079
8268
  "kindString": "Call signature",
@@ -8097,7 +8286,7 @@
8097
8286
  ]
8098
8287
  },
8099
8288
  {
8100
- "id": 675,
8289
+ "id": 718,
8101
8290
  "name": "isDismissible",
8102
8291
  "kind": 2048,
8103
8292
  "kindString": "Method",
@@ -8113,7 +8302,7 @@
8113
8302
  ],
8114
8303
  "signatures": [
8115
8304
  {
8116
- "id": 676,
8305
+ "id": 719,
8117
8306
  "name": "isDismissible",
8118
8307
  "kind": 4096,
8119
8308
  "kindString": "Call signature",
@@ -8137,7 +8326,7 @@
8137
8326
  ]
8138
8327
  },
8139
8328
  {
8140
- "id": 677,
8329
+ "id": 720,
8141
8330
  "name": "isFocused",
8142
8331
  "kind": 2048,
8143
8332
  "kindString": "Method",
@@ -8153,7 +8342,7 @@
8153
8342
  ],
8154
8343
  "signatures": [
8155
8344
  {
8156
- "id": 678,
8345
+ "id": 721,
8157
8346
  "name": "isFocused",
8158
8347
  "kind": 4096,
8159
8348
  "kindString": "Call signature",
@@ -8177,7 +8366,7 @@
8177
8366
  ]
8178
8367
  },
8179
8368
  {
8180
- "id": 667,
8369
+ "id": 710,
8181
8370
  "name": "select",
8182
8371
  "kind": 2048,
8183
8372
  "kindString": "Method",
@@ -8193,7 +8382,7 @@
8193
8382
  ],
8194
8383
  "signatures": [
8195
8384
  {
8196
- "id": 668,
8385
+ "id": 711,
8197
8386
  "name": "select",
8198
8387
  "kind": 4096,
8199
8388
  "kindString": "Call signature",
@@ -8217,7 +8406,7 @@
8217
8406
  ]
8218
8407
  },
8219
8408
  {
8220
- "id": 658,
8409
+ "id": 701,
8221
8410
  "name": "with",
8222
8411
  "kind": 2048,
8223
8412
  "kindString": "Method",
@@ -8234,7 +8423,7 @@
8234
8423
  ],
8235
8424
  "signatures": [
8236
8425
  {
8237
- "id": 659,
8426
+ "id": 702,
8238
8427
  "name": "with",
8239
8428
  "kind": 4096,
8240
8429
  "kindString": "Call signature",
@@ -8244,7 +8433,7 @@
8244
8433
  },
8245
8434
  "parameters": [
8246
8435
  {
8247
- "id": 660,
8436
+ "id": 703,
8248
8437
  "name": "filters",
8249
8438
  "kind": 32768,
8250
8439
  "kindString": "Parameter",
@@ -8260,7 +8449,7 @@
8260
8449
  "typeArguments": [
8261
8450
  {
8262
8451
  "type": "reference",
8263
- "id": 656,
8452
+ "id": 699,
8264
8453
  "name": "SkyTokenHarness"
8265
8454
  }
8266
8455
  ],
@@ -8277,21 +8466,21 @@
8277
8466
  "title": "Constructors",
8278
8467
  "kind": 512,
8279
8468
  "children": [
8280
- 661
8469
+ 704
8281
8470
  ]
8282
8471
  },
8283
8472
  {
8284
8473
  "title": "Methods",
8285
8474
  "kind": 2048,
8286
8475
  "children": [
8287
- 669,
8288
- 671,
8289
- 680,
8290
- 673,
8291
- 675,
8292
- 677,
8293
- 667,
8294
- 658
8476
+ 712,
8477
+ 714,
8478
+ 723,
8479
+ 716,
8480
+ 718,
8481
+ 720,
8482
+ 710,
8483
+ 701
8295
8484
  ]
8296
8485
  }
8297
8486
  ],
@@ -8312,7 +8501,7 @@
8312
8501
  ]
8313
8502
  },
8314
8503
  {
8315
- "id": 704,
8504
+ "id": 747,
8316
8505
  "name": "SkyTokensHarness",
8317
8506
  "kind": 128,
8318
8507
  "kindString": "Class",
@@ -8322,7 +8511,7 @@
8322
8511
  },
8323
8512
  "children": [
8324
8513
  {
8325
- "id": 717,
8514
+ "id": 760,
8326
8515
  "name": "dismissTokens",
8327
8516
  "kind": 2048,
8328
8517
  "kindString": "Method",
@@ -8338,7 +8527,7 @@
8338
8527
  ],
8339
8528
  "signatures": [
8340
8529
  {
8341
- "id": 718,
8530
+ "id": 761,
8342
8531
  "name": "dismissTokens",
8343
8532
  "kind": 4096,
8344
8533
  "kindString": "Call signature",
@@ -8348,7 +8537,7 @@
8348
8537
  },
8349
8538
  "parameters": [
8350
8539
  {
8351
- "id": 719,
8540
+ "id": 762,
8352
8541
  "name": "filters",
8353
8542
  "kind": 32768,
8354
8543
  "kindString": "Parameter",
@@ -8377,7 +8566,7 @@
8377
8566
  ]
8378
8567
  },
8379
8568
  {
8380
- "id": 720,
8569
+ "id": 763,
8381
8570
  "name": "getTokens",
8382
8571
  "kind": 2048,
8383
8572
  "kindString": "Method",
@@ -8393,7 +8582,7 @@
8393
8582
  ],
8394
8583
  "signatures": [
8395
8584
  {
8396
- "id": 721,
8585
+ "id": 764,
8397
8586
  "name": "getTokens",
8398
8587
  "kind": 4096,
8399
8588
  "kindString": "Call signature",
@@ -8403,7 +8592,7 @@
8403
8592
  },
8404
8593
  "parameters": [
8405
8594
  {
8406
- "id": 722,
8595
+ "id": 765,
8407
8596
  "name": "filters",
8408
8597
  "kind": 32768,
8409
8598
  "kindString": "Parameter",
@@ -8423,7 +8612,7 @@
8423
8612
  "type": "array",
8424
8613
  "elementType": {
8425
8614
  "type": "reference",
8426
- "id": 656,
8615
+ "id": 699,
8427
8616
  "name": "SkyTokenHarness"
8428
8617
  }
8429
8618
  }
@@ -8436,7 +8625,7 @@
8436
8625
  ]
8437
8626
  },
8438
8627
  {
8439
- "id": 723,
8628
+ "id": 766,
8440
8629
  "name": "getTokensText",
8441
8630
  "kind": 2048,
8442
8631
  "kindString": "Method",
@@ -8452,7 +8641,7 @@
8452
8641
  ],
8453
8642
  "signatures": [
8454
8643
  {
8455
- "id": 724,
8644
+ "id": 767,
8456
8645
  "name": "getTokensText",
8457
8646
  "kind": 4096,
8458
8647
  "kindString": "Call signature",
@@ -8479,7 +8668,7 @@
8479
8668
  ]
8480
8669
  },
8481
8670
  {
8482
- "id": 728,
8671
+ "id": 771,
8483
8672
  "name": "host",
8484
8673
  "kind": 2048,
8485
8674
  "kindString": "Method",
@@ -8493,7 +8682,7 @@
8493
8682
  ],
8494
8683
  "signatures": [
8495
8684
  {
8496
- "id": 729,
8685
+ "id": 772,
8497
8686
  "name": "host",
8498
8687
  "kind": 4096,
8499
8688
  "kindString": "Call signature",
@@ -8527,7 +8716,7 @@
8527
8716
  }
8528
8717
  },
8529
8718
  {
8530
- "id": 706,
8719
+ "id": 749,
8531
8720
  "name": "with",
8532
8721
  "kind": 2048,
8533
8722
  "kindString": "Method",
@@ -8544,7 +8733,7 @@
8544
8733
  ],
8545
8734
  "signatures": [
8546
8735
  {
8547
- "id": 707,
8736
+ "id": 750,
8548
8737
  "name": "with",
8549
8738
  "kind": 4096,
8550
8739
  "kindString": "Call signature",
@@ -8554,7 +8743,7 @@
8554
8743
  },
8555
8744
  "parameters": [
8556
8745
  {
8557
- "id": 708,
8746
+ "id": 751,
8558
8747
  "name": "filters",
8559
8748
  "kind": 32768,
8560
8749
  "kindString": "Parameter",
@@ -8570,7 +8759,7 @@
8570
8759
  "typeArguments": [
8571
8760
  {
8572
8761
  "type": "reference",
8573
- "id": 704,
8762
+ "id": 747,
8574
8763
  "name": "SkyTokensHarness"
8575
8764
  }
8576
8765
  ],
@@ -8587,18 +8776,18 @@
8587
8776
  "title": "Constructors",
8588
8777
  "kind": 512,
8589
8778
  "children": [
8590
- 714
8779
+ 757
8591
8780
  ]
8592
8781
  },
8593
8782
  {
8594
8783
  "title": "Methods",
8595
8784
  "kind": 2048,
8596
8785
  "children": [
8597
- 717,
8598
- 720,
8599
- 723,
8600
- 728,
8601
- 706
8786
+ 760,
8787
+ 763,
8788
+ 766,
8789
+ 771,
8790
+ 749
8602
8791
  ]
8603
8792
  }
8604
8793
  ],
@@ -8617,7 +8806,7 @@
8617
8806
  ]
8618
8807
  },
8619
8808
  {
8620
- "id": 752,
8809
+ "id": 795,
8621
8810
  "name": "SkyWaitHarness",
8622
8811
  "kind": 128,
8623
8812
  "kindString": "Class",
@@ -8627,7 +8816,7 @@
8627
8816
  },
8628
8817
  "children": [
8629
8818
  {
8630
- "id": 767,
8819
+ "id": 810,
8631
8820
  "name": "getAriaLabel",
8632
8821
  "kind": 2048,
8633
8822
  "kindString": "Method",
@@ -8643,7 +8832,7 @@
8643
8832
  ],
8644
8833
  "signatures": [
8645
8834
  {
8646
- "id": 768,
8835
+ "id": 811,
8647
8836
  "name": "getAriaLabel",
8648
8837
  "kind": 4096,
8649
8838
  "kindString": "Call signature",
@@ -8667,7 +8856,7 @@
8667
8856
  ]
8668
8857
  },
8669
8858
  {
8670
- "id": 778,
8859
+ "id": 821,
8671
8860
  "name": "host",
8672
8861
  "kind": 2048,
8673
8862
  "kindString": "Method",
@@ -8681,7 +8870,7 @@
8681
8870
  ],
8682
8871
  "signatures": [
8683
8872
  {
8684
- "id": 779,
8873
+ "id": 822,
8685
8874
  "name": "host",
8686
8875
  "kind": 4096,
8687
8876
  "kindString": "Call signature",
@@ -8715,7 +8904,7 @@
8715
8904
  }
8716
8905
  },
8717
8906
  {
8718
- "id": 771,
8907
+ "id": 814,
8719
8908
  "name": "isFullPage",
8720
8909
  "kind": 2048,
8721
8910
  "kindString": "Method",
@@ -8731,7 +8920,7 @@
8731
8920
  ],
8732
8921
  "signatures": [
8733
8922
  {
8734
- "id": 772,
8923
+ "id": 815,
8735
8924
  "name": "isFullPage",
8736
8925
  "kind": 4096,
8737
8926
  "kindString": "Call signature",
@@ -8755,7 +8944,7 @@
8755
8944
  ]
8756
8945
  },
8757
8946
  {
8758
- "id": 773,
8947
+ "id": 816,
8759
8948
  "name": "isNonBlocking",
8760
8949
  "kind": 2048,
8761
8950
  "kindString": "Method",
@@ -8771,7 +8960,7 @@
8771
8960
  ],
8772
8961
  "signatures": [
8773
8962
  {
8774
- "id": 774,
8963
+ "id": 817,
8775
8964
  "name": "isNonBlocking",
8776
8965
  "kind": 4096,
8777
8966
  "kindString": "Call signature",
@@ -8795,7 +8984,7 @@
8795
8984
  ]
8796
8985
  },
8797
8986
  {
8798
- "id": 769,
8987
+ "id": 812,
8799
8988
  "name": "isWaiting",
8800
8989
  "kind": 2048,
8801
8990
  "kindString": "Method",
@@ -8811,7 +9000,7 @@
8811
9000
  ],
8812
9001
  "signatures": [
8813
9002
  {
8814
- "id": 770,
9003
+ "id": 813,
8815
9004
  "name": "isWaiting",
8816
9005
  "kind": 4096,
8817
9006
  "kindString": "Call signature",
@@ -8835,7 +9024,7 @@
8835
9024
  ]
8836
9025
  },
8837
9026
  {
8838
- "id": 754,
9027
+ "id": 797,
8839
9028
  "name": "with",
8840
9029
  "kind": 2048,
8841
9030
  "kindString": "Method",
@@ -8852,7 +9041,7 @@
8852
9041
  ],
8853
9042
  "signatures": [
8854
9043
  {
8855
- "id": 755,
9044
+ "id": 798,
8856
9045
  "name": "with",
8857
9046
  "kind": 4096,
8858
9047
  "kindString": "Call signature",
@@ -8862,14 +9051,14 @@
8862
9051
  },
8863
9052
  "parameters": [
8864
9053
  {
8865
- "id": 756,
9054
+ "id": 799,
8866
9055
  "name": "filters",
8867
9056
  "kind": 32768,
8868
9057
  "kindString": "Parameter",
8869
9058
  "flags": {},
8870
9059
  "type": {
8871
9060
  "type": "reference",
8872
- "id": 798,
9061
+ "id": 841,
8873
9062
  "name": "SkyWaitHarnessFilters"
8874
9063
  }
8875
9064
  }
@@ -8879,7 +9068,7 @@
8879
9068
  "typeArguments": [
8880
9069
  {
8881
9070
  "type": "reference",
8882
- "id": 752,
9071
+ "id": 795,
8883
9072
  "name": "SkyWaitHarness"
8884
9073
  }
8885
9074
  ],
@@ -8896,19 +9085,19 @@
8896
9085
  "title": "Constructors",
8897
9086
  "kind": 512,
8898
9087
  "children": [
8899
- 762
9088
+ 805
8900
9089
  ]
8901
9090
  },
8902
9091
  {
8903
9092
  "title": "Methods",
8904
9093
  "kind": 2048,
8905
9094
  "children": [
8906
- 767,
8907
- 778,
8908
- 771,
8909
- 773,
8910
- 769,
8911
- 754
9095
+ 810,
9096
+ 821,
9097
+ 814,
9098
+ 816,
9099
+ 812,
9100
+ 797
8912
9101
  ]
8913
9102
  }
8914
9103
  ],
@@ -9055,7 +9244,135 @@
9055
9244
  ]
9056
9245
  },
9057
9246
  {
9058
- "id": 552,
9247
+ "id": 541,
9248
+ "name": "SkyHelpInlineHarnessFilters",
9249
+ "kind": 256,
9250
+ "kindString": "Interface",
9251
+ "flags": {},
9252
+ "comment": {
9253
+ "shortText": "A set of criteria that can be used to filter a list of SkyHelpInlineHarness instances."
9254
+ },
9255
+ "children": [
9256
+ {
9257
+ "id": 544,
9258
+ "name": "ancestor",
9259
+ "kind": 1024,
9260
+ "kindString": "Property",
9261
+ "flags": {
9262
+ "isOptional": true
9263
+ },
9264
+ "comment": {
9265
+ "shortText": "Only find instances that are nested under an element with the given selector."
9266
+ },
9267
+ "sources": [
9268
+ {
9269
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
9270
+ "line": 28,
9271
+ "character": 4
9272
+ }
9273
+ ],
9274
+ "type": {
9275
+ "type": "intrinsic",
9276
+ "name": "string"
9277
+ },
9278
+ "inheritedFrom": {
9279
+ "type": "reference",
9280
+ "name": "SkyHarnessFilters.ancestor"
9281
+ }
9282
+ },
9283
+ {
9284
+ "id": 542,
9285
+ "name": "dataSkyId",
9286
+ "kind": 1024,
9287
+ "kindString": "Property",
9288
+ "flags": {
9289
+ "isOptional": true
9290
+ },
9291
+ "comment": {
9292
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
9293
+ },
9294
+ "sources": [
9295
+ {
9296
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
9297
+ "line": 11,
9298
+ "character": 2
9299
+ }
9300
+ ],
9301
+ "type": {
9302
+ "type": "union",
9303
+ "types": [
9304
+ {
9305
+ "type": "intrinsic",
9306
+ "name": "string"
9307
+ },
9308
+ {
9309
+ "type": "reference",
9310
+ "qualifiedName": "RegExp",
9311
+ "package": "typescript",
9312
+ "name": "RegExp"
9313
+ }
9314
+ ]
9315
+ },
9316
+ "inheritedFrom": {
9317
+ "type": "reference",
9318
+ "name": "SkyHarnessFilters.dataSkyId"
9319
+ }
9320
+ },
9321
+ {
9322
+ "id": 543,
9323
+ "name": "selector",
9324
+ "kind": 1024,
9325
+ "kindString": "Property",
9326
+ "flags": {
9327
+ "isOptional": true
9328
+ },
9329
+ "comment": {
9330
+ "shortText": "Only find instances whose host element matches the given selector."
9331
+ },
9332
+ "sources": [
9333
+ {
9334
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
9335
+ "line": 26,
9336
+ "character": 4
9337
+ }
9338
+ ],
9339
+ "type": {
9340
+ "type": "intrinsic",
9341
+ "name": "string"
9342
+ },
9343
+ "inheritedFrom": {
9344
+ "type": "reference",
9345
+ "name": "SkyHarnessFilters.selector"
9346
+ }
9347
+ }
9348
+ ],
9349
+ "groups": [
9350
+ {
9351
+ "title": "Properties",
9352
+ "kind": 1024,
9353
+ "children": [
9354
+ 544,
9355
+ 542,
9356
+ 543
9357
+ ]
9358
+ }
9359
+ ],
9360
+ "sources": [
9361
+ {
9362
+ "fileName": "projects/indicators/src/testing/help-inline/help-inline-harness-filters.ts",
9363
+ "line": 7,
9364
+ "character": 17
9365
+ }
9366
+ ],
9367
+ "extendedTypes": [
9368
+ {
9369
+ "type": "reference",
9370
+ "name": "SkyHarnessFilters"
9371
+ }
9372
+ ]
9373
+ },
9374
+ {
9375
+ "id": 595,
9059
9376
  "name": "SkyIconHarnessFilters",
9060
9377
  "kind": 256,
9061
9378
  "kindString": "Interface",
@@ -9065,7 +9382,7 @@
9065
9382
  },
9066
9383
  "children": [
9067
9384
  {
9068
- "id": 555,
9385
+ "id": 598,
9069
9386
  "name": "ancestor",
9070
9387
  "kind": 1024,
9071
9388
  "kindString": "Property",
@@ -9092,7 +9409,7 @@
9092
9409
  }
9093
9410
  },
9094
9411
  {
9095
- "id": 553,
9412
+ "id": 596,
9096
9413
  "name": "dataSkyId",
9097
9414
  "kind": 1024,
9098
9415
  "kindString": "Property",
@@ -9130,7 +9447,7 @@
9130
9447
  }
9131
9448
  },
9132
9449
  {
9133
- "id": 554,
9450
+ "id": 597,
9134
9451
  "name": "selector",
9135
9452
  "kind": 1024,
9136
9453
  "kindString": "Property",
@@ -9162,9 +9479,9 @@
9162
9479
  "title": "Properties",
9163
9480
  "kind": 1024,
9164
9481
  "children": [
9165
- 555,
9166
- 553,
9167
- 554
9482
+ 598,
9483
+ 596,
9484
+ 597
9168
9485
  ]
9169
9486
  }
9170
9487
  ],
@@ -9183,7 +9500,7 @@
9183
9500
  ]
9184
9501
  },
9185
9502
  {
9186
- "id": 601,
9503
+ "id": 644,
9187
9504
  "name": "SkyKeyInfoHarnessFilters",
9188
9505
  "kind": 256,
9189
9506
  "kindString": "Interface",
@@ -9193,7 +9510,7 @@
9193
9510
  },
9194
9511
  "children": [
9195
9512
  {
9196
- "id": 604,
9513
+ "id": 647,
9197
9514
  "name": "ancestor",
9198
9515
  "kind": 1024,
9199
9516
  "kindString": "Property",
@@ -9220,7 +9537,7 @@
9220
9537
  }
9221
9538
  },
9222
9539
  {
9223
- "id": 602,
9540
+ "id": 645,
9224
9541
  "name": "dataSkyId",
9225
9542
  "kind": 1024,
9226
9543
  "kindString": "Property",
@@ -9258,7 +9575,7 @@
9258
9575
  }
9259
9576
  },
9260
9577
  {
9261
- "id": 603,
9578
+ "id": 646,
9262
9579
  "name": "selector",
9263
9580
  "kind": 1024,
9264
9581
  "kindString": "Property",
@@ -9290,9 +9607,9 @@
9290
9607
  "title": "Properties",
9291
9608
  "kind": 1024,
9292
9609
  "children": [
9293
- 604,
9294
- 602,
9295
- 603
9610
+ 647,
9611
+ 645,
9612
+ 646
9296
9613
  ]
9297
9614
  }
9298
9615
  ],
@@ -9311,7 +9628,7 @@
9311
9628
  ]
9312
9629
  },
9313
9630
  {
9314
- "id": 652,
9631
+ "id": 695,
9315
9632
  "name": "SkyLabelHarnessFilters",
9316
9633
  "kind": 256,
9317
9634
  "kindString": "Interface",
@@ -9321,7 +9638,7 @@
9321
9638
  },
9322
9639
  "children": [
9323
9640
  {
9324
- "id": 655,
9641
+ "id": 698,
9325
9642
  "name": "ancestor",
9326
9643
  "kind": 1024,
9327
9644
  "kindString": "Property",
@@ -9348,7 +9665,7 @@
9348
9665
  }
9349
9666
  },
9350
9667
  {
9351
- "id": 653,
9668
+ "id": 696,
9352
9669
  "name": "dataSkyId",
9353
9670
  "kind": 1024,
9354
9671
  "kindString": "Property",
@@ -9386,7 +9703,7 @@
9386
9703
  }
9387
9704
  },
9388
9705
  {
9389
- "id": 654,
9706
+ "id": 697,
9390
9707
  "name": "selector",
9391
9708
  "kind": 1024,
9392
9709
  "kindString": "Property",
@@ -9418,9 +9735,9 @@
9418
9735
  "title": "Properties",
9419
9736
  "kind": 1024,
9420
9737
  "children": [
9421
- 655,
9422
- 653,
9423
- 654
9738
+ 698,
9739
+ 696,
9740
+ 697
9424
9741
  ]
9425
9742
  }
9426
9743
  ],
@@ -9439,7 +9756,7 @@
9439
9756
  ]
9440
9757
  },
9441
9758
  {
9442
- "id": 798,
9759
+ "id": 841,
9443
9760
  "name": "SkyWaitHarnessFilters",
9444
9761
  "kind": 256,
9445
9762
  "kindString": "Interface",
@@ -9449,7 +9766,7 @@
9449
9766
  },
9450
9767
  "children": [
9451
9768
  {
9452
- "id": 802,
9769
+ "id": 845,
9453
9770
  "name": "ancestor",
9454
9771
  "kind": 1024,
9455
9772
  "kindString": "Property",
@@ -9476,7 +9793,7 @@
9476
9793
  }
9477
9794
  },
9478
9795
  {
9479
- "id": 800,
9796
+ "id": 843,
9480
9797
  "name": "dataSkyId",
9481
9798
  "kind": 1024,
9482
9799
  "kindString": "Property",
@@ -9514,7 +9831,7 @@
9514
9831
  }
9515
9832
  },
9516
9833
  {
9517
- "id": 801,
9834
+ "id": 844,
9518
9835
  "name": "selector",
9519
9836
  "kind": 1024,
9520
9837
  "kindString": "Property",
@@ -9541,7 +9858,7 @@
9541
9858
  }
9542
9859
  },
9543
9860
  {
9544
- "id": 799,
9861
+ "id": 842,
9545
9862
  "name": "servicePageWaitType",
9546
9863
  "kind": 1024,
9547
9864
  "kindString": "Property",
@@ -9578,10 +9895,10 @@
9578
9895
  "title": "Properties",
9579
9896
  "kind": 1024,
9580
9897
  "children": [
9581
- 802,
9582
- 800,
9583
- 801,
9584
- 799
9898
+ 845,
9899
+ 843,
9900
+ 844,
9901
+ 842
9585
9902
  ]
9586
9903
  }
9587
9904
  ],
@@ -9635,7 +9952,12 @@
9635
9952
  {
9636
9953
  "fileName": "help-inline-demo.component.html",
9637
9954
  "filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.html",
9638
- "rawContents": "<h2>\n My heading\n <sky-help-inline (actionClick)=\"onActionClick()\"></sky-help-inline>\n</h2>\n"
9955
+ "rawContents": "<h2>\n My heading\n <sky-help-inline\n data-sky-id=\"help-inline-demo\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</h2>\n"
9956
+ },
9957
+ {
9958
+ "fileName": "help-inline-demo.component.spec.ts",
9959
+ "filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.spec.ts",
9960
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyHelpInlineHarness } from '@skyux/indicators/testing';\n\nimport { HelpInlineDemoComponent } from './help-inline-demo.component';\nimport { HelpInlineDemoModule } from './help-inline-demo.module';\n\ndescribe('Basic help inline', async () => {\n async function setupTest(): Promise<{\n helpInlineHarness: SkyHelpInlineHarness;\n fixture: ComponentFixture<HelpInlineDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(HelpInlineDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const helpInlineHarness = await loader.getHarness(\n SkyHelpInlineHarness.with({\n dataSkyId: 'help-inline-demo',\n })\n );\n\n return { helpInlineHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [HelpInlineDemoModule],\n });\n });\n\n fit('should click the help inline button', async () => {\n const { helpInlineHarness, fixture } = await setupTest();\n fixture.detectChanges();\n\n const clickSpy = spyOn(fixture.componentInstance, 'onActionClick');\n await helpInlineHarness.click();\n expect(clickSpy).toHaveBeenCalled();\n });\n});\n"
9639
9961
  },
9640
9962
  {
9641
9963
  "fileName": "help-inline-demo.component.ts",