@skyux/indicators 6.23.3 → 6.24.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 +700 -0
  2. package/package.json +5 -5
@@ -37,6 +37,8 @@
37
37
  "SkyAlertHarness": "class-skyalertharness",
38
38
  "SkyKeyInfoHarness": "class-skykeyinfoharness",
39
39
  "SkyLabelHarness": "class-skylabelharness",
40
+ "SkyTokenHarness": "class-skytokenharness",
41
+ "SkyTokensHarness": "class-skytokensharness",
40
42
  "SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
41
43
  "SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
42
44
  "SkyLabelHarnessFilters": "interface-skylabelharnessfilters"
@@ -7475,6 +7477,704 @@
7475
7477
  }
7476
7478
  ]
7477
7479
  },
7480
+ {
7481
+ "id": 597,
7482
+ "name": "SkyTokenHarness",
7483
+ "kind": 128,
7484
+ "kindString": "Class",
7485
+ "flags": {},
7486
+ "comment": {
7487
+ "shortText": "Harness for interacting with a token component in tests."
7488
+ },
7489
+ "children": [
7490
+ {
7491
+ "id": 609,
7492
+ "name": "dismiss",
7493
+ "kind": 2048,
7494
+ "kindString": "Method",
7495
+ "flags": {
7496
+ "isPublic": true
7497
+ },
7498
+ "sources": [
7499
+ {
7500
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7501
+ "line": 50,
7502
+ "character": 15
7503
+ }
7504
+ ],
7505
+ "signatures": [
7506
+ {
7507
+ "id": 610,
7508
+ "name": "dismiss",
7509
+ "kind": 4096,
7510
+ "kindString": "Call signature",
7511
+ "flags": {},
7512
+ "comment": {
7513
+ "shortText": "Dismisses the token."
7514
+ },
7515
+ "type": {
7516
+ "type": "reference",
7517
+ "typeArguments": [
7518
+ {
7519
+ "type": "intrinsic",
7520
+ "name": "void"
7521
+ }
7522
+ ],
7523
+ "qualifiedName": "Promise",
7524
+ "package": "typescript",
7525
+ "name": "Promise"
7526
+ }
7527
+ }
7528
+ ]
7529
+ },
7530
+ {
7531
+ "id": 611,
7532
+ "name": "getText",
7533
+ "kind": 2048,
7534
+ "kindString": "Method",
7535
+ "flags": {
7536
+ "isPublic": true
7537
+ },
7538
+ "sources": [
7539
+ {
7540
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7541
+ "line": 63,
7542
+ "character": 15
7543
+ }
7544
+ ],
7545
+ "signatures": [
7546
+ {
7547
+ "id": 612,
7548
+ "name": "getText",
7549
+ "kind": 4096,
7550
+ "kindString": "Call signature",
7551
+ "flags": {},
7552
+ "comment": {
7553
+ "shortText": "Returns the text content of the token."
7554
+ },
7555
+ "type": {
7556
+ "type": "reference",
7557
+ "typeArguments": [
7558
+ {
7559
+ "type": "intrinsic",
7560
+ "name": "string"
7561
+ }
7562
+ ],
7563
+ "qualifiedName": "Promise",
7564
+ "package": "typescript",
7565
+ "name": "Promise"
7566
+ }
7567
+ }
7568
+ ]
7569
+ },
7570
+ {
7571
+ "id": 620,
7572
+ "name": "host",
7573
+ "kind": 2048,
7574
+ "kindString": "Method",
7575
+ "flags": {},
7576
+ "sources": [
7577
+ {
7578
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
7579
+ "line": 221,
7580
+ "character": 4
7581
+ }
7582
+ ],
7583
+ "signatures": [
7584
+ {
7585
+ "id": 621,
7586
+ "name": "host",
7587
+ "kind": 4096,
7588
+ "kindString": "Call signature",
7589
+ "flags": {},
7590
+ "comment": {
7591
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
7592
+ },
7593
+ "type": {
7594
+ "type": "reference",
7595
+ "typeArguments": [
7596
+ {
7597
+ "type": "reference",
7598
+ "qualifiedName": "TestElement",
7599
+ "package": "@angular/cdk",
7600
+ "name": "TestElement"
7601
+ }
7602
+ ],
7603
+ "qualifiedName": "Promise",
7604
+ "package": "typescript",
7605
+ "name": "Promise"
7606
+ },
7607
+ "inheritedFrom": {
7608
+ "type": "reference",
7609
+ "name": "ComponentHarness.host"
7610
+ }
7611
+ }
7612
+ ],
7613
+ "inheritedFrom": {
7614
+ "type": "reference",
7615
+ "name": "ComponentHarness.host"
7616
+ }
7617
+ },
7618
+ {
7619
+ "id": 613,
7620
+ "name": "isDisabled",
7621
+ "kind": 2048,
7622
+ "kindString": "Method",
7623
+ "flags": {
7624
+ "isPublic": true
7625
+ },
7626
+ "sources": [
7627
+ {
7628
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7629
+ "line": 70,
7630
+ "character": 15
7631
+ }
7632
+ ],
7633
+ "signatures": [
7634
+ {
7635
+ "id": 614,
7636
+ "name": "isDisabled",
7637
+ "kind": 4096,
7638
+ "kindString": "Call signature",
7639
+ "flags": {},
7640
+ "comment": {
7641
+ "shortText": "Whether the token is disabled."
7642
+ },
7643
+ "type": {
7644
+ "type": "reference",
7645
+ "typeArguments": [
7646
+ {
7647
+ "type": "intrinsic",
7648
+ "name": "boolean"
7649
+ }
7650
+ ],
7651
+ "qualifiedName": "Promise",
7652
+ "package": "typescript",
7653
+ "name": "Promise"
7654
+ }
7655
+ }
7656
+ ]
7657
+ },
7658
+ {
7659
+ "id": 615,
7660
+ "name": "isDismissible",
7661
+ "kind": 2048,
7662
+ "kindString": "Method",
7663
+ "flags": {
7664
+ "isPublic": true
7665
+ },
7666
+ "sources": [
7667
+ {
7668
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7669
+ "line": 77,
7670
+ "character": 15
7671
+ }
7672
+ ],
7673
+ "signatures": [
7674
+ {
7675
+ "id": 616,
7676
+ "name": "isDismissible",
7677
+ "kind": 4096,
7678
+ "kindString": "Call signature",
7679
+ "flags": {},
7680
+ "comment": {
7681
+ "shortText": "Whether the token is dismissible."
7682
+ },
7683
+ "type": {
7684
+ "type": "reference",
7685
+ "typeArguments": [
7686
+ {
7687
+ "type": "intrinsic",
7688
+ "name": "boolean"
7689
+ }
7690
+ ],
7691
+ "qualifiedName": "Promise",
7692
+ "package": "typescript",
7693
+ "name": "Promise"
7694
+ }
7695
+ }
7696
+ ]
7697
+ },
7698
+ {
7699
+ "id": 617,
7700
+ "name": "isFocused",
7701
+ "kind": 2048,
7702
+ "kindString": "Method",
7703
+ "flags": {
7704
+ "isPublic": true
7705
+ },
7706
+ "sources": [
7707
+ {
7708
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7709
+ "line": 84,
7710
+ "character": 15
7711
+ }
7712
+ ],
7713
+ "signatures": [
7714
+ {
7715
+ "id": 618,
7716
+ "name": "isFocused",
7717
+ "kind": 4096,
7718
+ "kindString": "Call signature",
7719
+ "flags": {},
7720
+ "comment": {
7721
+ "shortText": "Whether the token is focused."
7722
+ },
7723
+ "type": {
7724
+ "type": "reference",
7725
+ "typeArguments": [
7726
+ {
7727
+ "type": "intrinsic",
7728
+ "name": "boolean"
7729
+ }
7730
+ ],
7731
+ "qualifiedName": "Promise",
7732
+ "package": "typescript",
7733
+ "name": "Promise"
7734
+ }
7735
+ }
7736
+ ]
7737
+ },
7738
+ {
7739
+ "id": 607,
7740
+ "name": "select",
7741
+ "kind": 2048,
7742
+ "kindString": "Method",
7743
+ "flags": {
7744
+ "isPublic": true
7745
+ },
7746
+ "sources": [
7747
+ {
7748
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7749
+ "line": 39,
7750
+ "character": 15
7751
+ }
7752
+ ],
7753
+ "signatures": [
7754
+ {
7755
+ "id": 608,
7756
+ "name": "select",
7757
+ "kind": 4096,
7758
+ "kindString": "Call signature",
7759
+ "flags": {},
7760
+ "comment": {
7761
+ "shortText": "Selects the token."
7762
+ },
7763
+ "type": {
7764
+ "type": "reference",
7765
+ "typeArguments": [
7766
+ {
7767
+ "type": "intrinsic",
7768
+ "name": "void"
7769
+ }
7770
+ ],
7771
+ "qualifiedName": "Promise",
7772
+ "package": "typescript",
7773
+ "name": "Promise"
7774
+ }
7775
+ }
7776
+ ]
7777
+ },
7778
+ {
7779
+ "id": 599,
7780
+ "name": "with",
7781
+ "kind": 2048,
7782
+ "kindString": "Method",
7783
+ "flags": {
7784
+ "isPublic": true,
7785
+ "isStatic": true
7786
+ },
7787
+ "sources": [
7788
+ {
7789
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7790
+ "line": 22,
7791
+ "character": 16
7792
+ }
7793
+ ],
7794
+ "signatures": [
7795
+ {
7796
+ "id": 600,
7797
+ "name": "with",
7798
+ "kind": 4096,
7799
+ "kindString": "Call signature",
7800
+ "flags": {},
7801
+ "comment": {
7802
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyTokenHarness` that meets certain criteria."
7803
+ },
7804
+ "parameters": [
7805
+ {
7806
+ "id": 601,
7807
+ "name": "filters",
7808
+ "kind": 32768,
7809
+ "kindString": "Parameter",
7810
+ "flags": {},
7811
+ "type": {
7812
+ "type": "reference",
7813
+ "name": "SkyTokenHarnessFilters"
7814
+ }
7815
+ }
7816
+ ],
7817
+ "type": {
7818
+ "type": "reference",
7819
+ "typeArguments": [
7820
+ {
7821
+ "type": "reference",
7822
+ "id": 597,
7823
+ "name": "SkyTokenHarness"
7824
+ }
7825
+ ],
7826
+ "qualifiedName": "HarnessPredicate",
7827
+ "package": "@angular/cdk",
7828
+ "name": "HarnessPredicate"
7829
+ }
7830
+ }
7831
+ ]
7832
+ }
7833
+ ],
7834
+ "groups": [
7835
+ {
7836
+ "title": "Constructors",
7837
+ "kind": 512,
7838
+ "children": [
7839
+ 602
7840
+ ]
7841
+ },
7842
+ {
7843
+ "title": "Methods",
7844
+ "kind": 2048,
7845
+ "children": [
7846
+ 609,
7847
+ 611,
7848
+ 620,
7849
+ 613,
7850
+ 615,
7851
+ 617,
7852
+ 607,
7853
+ 599
7854
+ ]
7855
+ }
7856
+ ],
7857
+ "sources": [
7858
+ {
7859
+ "fileName": "projects/indicators/src/testing/tokens/token-harness.ts",
7860
+ "line": 8,
7861
+ "character": 13
7862
+ }
7863
+ ],
7864
+ "extendedTypes": [
7865
+ {
7866
+ "type": "reference",
7867
+ "qualifiedName": "ComponentHarness",
7868
+ "package": "@angular/cdk",
7869
+ "name": "ComponentHarness"
7870
+ }
7871
+ ]
7872
+ },
7873
+ {
7874
+ "id": 644,
7875
+ "name": "SkyTokensHarness",
7876
+ "kind": 128,
7877
+ "kindString": "Class",
7878
+ "flags": {},
7879
+ "comment": {
7880
+ "shortText": "Harness for interacting with a tokens component in tests."
7881
+ },
7882
+ "children": [
7883
+ {
7884
+ "id": 657,
7885
+ "name": "dismissTokens",
7886
+ "kind": 2048,
7887
+ "kindString": "Method",
7888
+ "flags": {
7889
+ "isPublic": true
7890
+ },
7891
+ "sources": [
7892
+ {
7893
+ "fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
7894
+ "line": 27,
7895
+ "character": 15
7896
+ }
7897
+ ],
7898
+ "signatures": [
7899
+ {
7900
+ "id": 658,
7901
+ "name": "dismissTokens",
7902
+ "kind": 4096,
7903
+ "kindString": "Call signature",
7904
+ "flags": {},
7905
+ "comment": {
7906
+ "shortText": "Dismisses all tokens, or tokens that meet certain criteria."
7907
+ },
7908
+ "parameters": [
7909
+ {
7910
+ "id": 659,
7911
+ "name": "filters",
7912
+ "kind": 32768,
7913
+ "kindString": "Parameter",
7914
+ "flags": {
7915
+ "isOptional": true
7916
+ },
7917
+ "type": {
7918
+ "type": "reference",
7919
+ "name": "SkyTokenHarnessFilters"
7920
+ }
7921
+ }
7922
+ ],
7923
+ "type": {
7924
+ "type": "reference",
7925
+ "typeArguments": [
7926
+ {
7927
+ "type": "intrinsic",
7928
+ "name": "void"
7929
+ }
7930
+ ],
7931
+ "qualifiedName": "Promise",
7932
+ "package": "typescript",
7933
+ "name": "Promise"
7934
+ }
7935
+ }
7936
+ ]
7937
+ },
7938
+ {
7939
+ "id": 660,
7940
+ "name": "getTokens",
7941
+ "kind": 2048,
7942
+ "kindString": "Method",
7943
+ "flags": {
7944
+ "isPublic": true
7945
+ },
7946
+ "sources": [
7947
+ {
7948
+ "fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
7949
+ "line": 37,
7950
+ "character": 15
7951
+ }
7952
+ ],
7953
+ "signatures": [
7954
+ {
7955
+ "id": 661,
7956
+ "name": "getTokens",
7957
+ "kind": 4096,
7958
+ "kindString": "Call signature",
7959
+ "flags": {},
7960
+ "comment": {
7961
+ "shortText": "Returns a list of tokens."
7962
+ },
7963
+ "parameters": [
7964
+ {
7965
+ "id": 662,
7966
+ "name": "filters",
7967
+ "kind": 32768,
7968
+ "kindString": "Parameter",
7969
+ "flags": {
7970
+ "isOptional": true
7971
+ },
7972
+ "type": {
7973
+ "type": "reference",
7974
+ "name": "SkyTokenHarnessFilters"
7975
+ }
7976
+ }
7977
+ ],
7978
+ "type": {
7979
+ "type": "reference",
7980
+ "typeArguments": [
7981
+ {
7982
+ "type": "array",
7983
+ "elementType": {
7984
+ "type": "reference",
7985
+ "id": 597,
7986
+ "name": "SkyTokenHarness"
7987
+ }
7988
+ }
7989
+ ],
7990
+ "qualifiedName": "Promise",
7991
+ "package": "typescript",
7992
+ "name": "Promise"
7993
+ }
7994
+ }
7995
+ ]
7996
+ },
7997
+ {
7998
+ "id": 663,
7999
+ "name": "getTokensText",
8000
+ "kind": 2048,
8001
+ "kindString": "Method",
8002
+ "flags": {
8003
+ "isPublic": true
8004
+ },
8005
+ "sources": [
8006
+ {
8007
+ "fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
8008
+ "line": 46,
8009
+ "character": 15
8010
+ }
8011
+ ],
8012
+ "signatures": [
8013
+ {
8014
+ "id": 664,
8015
+ "name": "getTokensText",
8016
+ "kind": 4096,
8017
+ "kindString": "Call signature",
8018
+ "flags": {},
8019
+ "comment": {
8020
+ "shortText": "Returns the text content of all tokens."
8021
+ },
8022
+ "type": {
8023
+ "type": "reference",
8024
+ "typeArguments": [
8025
+ {
8026
+ "type": "array",
8027
+ "elementType": {
8028
+ "type": "intrinsic",
8029
+ "name": "string"
8030
+ }
8031
+ }
8032
+ ],
8033
+ "qualifiedName": "Promise",
8034
+ "package": "typescript",
8035
+ "name": "Promise"
8036
+ }
8037
+ }
8038
+ ]
8039
+ },
8040
+ {
8041
+ "id": 668,
8042
+ "name": "host",
8043
+ "kind": 2048,
8044
+ "kindString": "Method",
8045
+ "flags": {},
8046
+ "sources": [
8047
+ {
8048
+ "fileName": "node_modules/@angular/cdk/testing/component-harness.d.ts",
8049
+ "line": 221,
8050
+ "character": 4
8051
+ }
8052
+ ],
8053
+ "signatures": [
8054
+ {
8055
+ "id": 669,
8056
+ "name": "host",
8057
+ "kind": 4096,
8058
+ "kindString": "Call signature",
8059
+ "flags": {},
8060
+ "comment": {
8061
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
8062
+ },
8063
+ "type": {
8064
+ "type": "reference",
8065
+ "typeArguments": [
8066
+ {
8067
+ "type": "reference",
8068
+ "qualifiedName": "TestElement",
8069
+ "package": "@angular/cdk",
8070
+ "name": "TestElement"
8071
+ }
8072
+ ],
8073
+ "qualifiedName": "Promise",
8074
+ "package": "typescript",
8075
+ "name": "Promise"
8076
+ },
8077
+ "inheritedFrom": {
8078
+ "type": "reference",
8079
+ "name": "SkyComponentHarness.host"
8080
+ }
8081
+ }
8082
+ ],
8083
+ "inheritedFrom": {
8084
+ "type": "reference",
8085
+ "name": "SkyComponentHarness.host"
8086
+ }
8087
+ },
8088
+ {
8089
+ "id": 646,
8090
+ "name": "with",
8091
+ "kind": 2048,
8092
+ "kindString": "Method",
8093
+ "flags": {
8094
+ "isPublic": true,
8095
+ "isStatic": true
8096
+ },
8097
+ "sources": [
8098
+ {
8099
+ "fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
8100
+ "line": 20,
8101
+ "character": 16
8102
+ }
8103
+ ],
8104
+ "signatures": [
8105
+ {
8106
+ "id": 647,
8107
+ "name": "with",
8108
+ "kind": 4096,
8109
+ "kindString": "Call signature",
8110
+ "flags": {},
8111
+ "comment": {
8112
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyTokensHarness` that meets certain criteria."
8113
+ },
8114
+ "parameters": [
8115
+ {
8116
+ "id": 648,
8117
+ "name": "filters",
8118
+ "kind": 32768,
8119
+ "kindString": "Parameter",
8120
+ "flags": {},
8121
+ "type": {
8122
+ "type": "reference",
8123
+ "name": "SkyTokensHarnessFilters"
8124
+ }
8125
+ }
8126
+ ],
8127
+ "type": {
8128
+ "type": "reference",
8129
+ "typeArguments": [
8130
+ {
8131
+ "type": "reference",
8132
+ "id": 644,
8133
+ "name": "SkyTokensHarness"
8134
+ }
8135
+ ],
8136
+ "qualifiedName": "HarnessPredicate",
8137
+ "package": "@angular/cdk",
8138
+ "name": "HarnessPredicate"
8139
+ }
8140
+ }
8141
+ ]
8142
+ }
8143
+ ],
8144
+ "groups": [
8145
+ {
8146
+ "title": "Constructors",
8147
+ "kind": 512,
8148
+ "children": [
8149
+ 654
8150
+ ]
8151
+ },
8152
+ {
8153
+ "title": "Methods",
8154
+ "kind": 2048,
8155
+ "children": [
8156
+ 657,
8157
+ 660,
8158
+ 663,
8159
+ 668,
8160
+ 646
8161
+ ]
8162
+ }
8163
+ ],
8164
+ "sources": [
8165
+ {
8166
+ "fileName": "projects/indicators/src/testing/tokens/tokens-harness.ts",
8167
+ "line": 10,
8168
+ "character": 13
8169
+ }
8170
+ ],
8171
+ "extendedTypes": [
8172
+ {
8173
+ "type": "reference",
8174
+ "name": "SkyComponentHarness"
8175
+ }
8176
+ ]
8177
+ },
7478
8178
  {
7479
8179
  "id": 493,
7480
8180
  "name": "SkyAlertHarnessFilters",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "6.23.3",
3
+ "version": "6.24.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,10 +45,10 @@
45
45
  "@angular/common": "^13.3.2",
46
46
  "@angular/core": "^13.3.2",
47
47
  "@angular/platform-browser": "^13.3.2",
48
- "@skyux-sdk/testing": "6.23.3",
49
- "@skyux/core": "6.23.3",
50
- "@skyux/i18n": "6.23.3",
51
- "@skyux/theme": "6.23.3"
48
+ "@skyux-sdk/testing": "6.24.0",
49
+ "@skyux/core": "6.24.0",
50
+ "@skyux/i18n": "6.24.0",
51
+ "@skyux/theme": "6.24.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1"