@ni/ok-components 1.4.0 → 1.4.1

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.
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "kind": "javascript-module",
13
- "path": "src/ts/all-ts.ts",
13
+ "path": "src/ex/all-ex.ts",
14
14
  "declarations": [],
15
15
  "exports": []
16
16
  },
@@ -22,74 +22,47 @@
22
22
  },
23
23
  {
24
24
  "kind": "javascript-module",
25
- "path": "src/ex/all-ex.ts",
25
+ "path": "src/ts/all-ts.ts",
26
26
  "declarations": [],
27
27
  "exports": []
28
28
  },
29
29
  {
30
30
  "kind": "javascript-module",
31
- "path": "src/ts/icon-dynamic/index.ts",
31
+ "path": "src/ex/button/index.ts",
32
32
  "declarations": [
33
33
  {
34
34
  "kind": "class",
35
- "description": "Base class for dynamic icons. Not intended to be used directly, instead use to register dynamic icons:\n```\ncustomElements.get('ok-ts-icon-dynamic').registerIconDynamic('ok-ts-icon-dynamic-awesome', '<img data uri or arbitrary url>');\n```\nAfter calling successfully, the icon can be used like any other icon:\n```\n<ok-ts-icon-dynamic-awesome></ok-ts-icon-dynamic-awesome>\n<nimble-mapping-icon icon=\"ok-ts-icon-dynamic-awesome\"></nimble-mapping-icon>\n```",
36
- "name": "TsIconDynamic",
37
- "members": [
38
- {
39
- "kind": "method",
40
- "name": "registerIconDynamic",
41
- "privacy": "public",
42
- "static": true,
43
- "return": {
44
- "type": {
45
- "text": "void"
46
- }
47
- },
48
- "parameters": [
49
- {
50
- "name": "tagName",
51
- "type": {
52
- "text": "string"
53
- }
54
- },
55
- {
56
- "name": "url",
57
- "type": {
58
- "text": "string"
59
- }
60
- }
61
- ]
62
- }
63
- ],
35
+ "description": "A Ok demo component (not for production use)",
36
+ "name": "ExButton",
64
37
  "superclass": {
65
- "name": "Icon",
66
- "package": "@ni/nimble-components/dist/esm/icon-base"
38
+ "name": "FoundationElement",
39
+ "package": "@ni/fast-foundation"
67
40
  }
68
41
  },
69
42
  {
70
43
  "kind": "variable",
71
- "name": "tsIconDynamicTag",
44
+ "name": "exButtonTag",
72
45
  "type": {
73
46
  "text": "string"
74
47
  },
75
- "default": "'ok-ts-icon-dynamic'"
48
+ "default": "'ok-ex-button'"
76
49
  }
77
50
  ],
78
51
  "exports": [
79
52
  {
80
53
  "kind": "js",
81
- "name": "TsIconDynamic",
54
+ "name": "ExButton",
82
55
  "declaration": {
83
- "name": "TsIconDynamic",
84
- "module": "src/ts/icon-dynamic/index.ts"
56
+ "name": "ExButton",
57
+ "module": "src/ex/button/index.ts"
85
58
  }
86
59
  },
87
60
  {
88
61
  "kind": "js",
89
- "name": "tsIconDynamicTag",
62
+ "name": "exButtonTag",
90
63
  "declaration": {
91
- "name": "tsIconDynamicTag",
92
- "module": "src/ts/icon-dynamic/index.ts"
64
+ "name": "exButtonTag",
65
+ "module": "src/ex/button/index.ts"
93
66
  }
94
67
  }
95
68
  ]
@@ -712,80 +685,145 @@
712
685
  },
713
686
  {
714
687
  "kind": "javascript-module",
715
- "path": "src/fv/context-help/index.ts",
688
+ "path": "src/fv/split-button/index.ts",
716
689
  "declarations": [
717
690
  {
718
691
  "kind": "class",
719
- "description": "An info trigger with an attached tooltip for lightweight contextual guidance.",
720
- "name": "FvContextHelp",
692
+ "description": "A button with a primary action and a secondary expandable menu surface.",
693
+ "name": "FvSplitButton",
721
694
  "members": [
722
695
  {
723
696
  "kind": "field",
724
- "name": "text",
697
+ "name": "label",
725
698
  "type": {
726
699
  "text": "string"
727
700
  },
728
701
  "privacy": "public",
729
- "default": "''"
702
+ "default": "'Primary function'"
730
703
  },
731
704
  {
732
705
  "kind": "field",
733
- "name": "triggerLabel",
706
+ "name": "disabled",
734
707
  "type": {
735
- "text": "string"
708
+ "text": "boolean"
736
709
  },
737
710
  "privacy": "public",
738
- "default": "'Show help'"
711
+ "default": "false"
739
712
  },
740
713
  {
741
714
  "kind": "field",
742
- "name": "severity",
715
+ "name": "open",
743
716
  "type": {
744
- "text": "FvContextHelpSeverity"
717
+ "text": "boolean"
718
+ },
719
+ "privacy": "public",
720
+ "default": "false"
721
+ },
722
+ {
723
+ "kind": "field",
724
+ "name": "appearance",
725
+ "type": {
726
+ "text": "FvSplitButtonAppearanceType"
745
727
  },
746
728
  "privacy": "public"
747
729
  },
748
730
  {
749
731
  "kind": "field",
750
- "name": "iconVisible",
732
+ "name": "appearanceVariant",
751
733
  "type": {
752
- "text": "boolean"
734
+ "text": "FvSplitButtonAppearanceVariantType"
753
735
  },
754
- "privacy": "public",
755
- "default": "false"
736
+ "privacy": "public"
737
+ },
738
+ {
739
+ "kind": "field",
740
+ "name": "documentClickHandler",
741
+ "privacy": "private",
742
+ "readonly": true
743
+ },
744
+ {
745
+ "kind": "field",
746
+ "name": "keydownHandler",
747
+ "privacy": "private",
748
+ "readonly": true
749
+ },
750
+ {
751
+ "kind": "field",
752
+ "name": "menuChangeHandler",
753
+ "privacy": "private",
754
+ "readonly": true
755
+ },
756
+ {
757
+ "kind": "method",
758
+ "name": "setOpen",
759
+ "privacy": "private",
760
+ "return": {
761
+ "type": {
762
+ "text": "void"
763
+ }
764
+ },
765
+ "parameters": [
766
+ {
767
+ "name": "nextOpen",
768
+ "type": {
769
+ "text": "boolean"
770
+ }
771
+ }
772
+ ]
756
773
  }
757
774
  ],
758
- "attributes": [
775
+ "events": [
759
776
  {
760
- "name": "text",
777
+ "name": "trigger",
761
778
  "type": {
762
- "text": "string"
763
- },
764
- "default": "''",
765
- "fieldName": "text"
779
+ "text": "CustomEvent"
780
+ }
766
781
  },
767
782
  {
768
- "name": "trigger-label",
783
+ "name": "toggle",
784
+ "type": {
785
+ "text": "CustomEvent"
786
+ }
787
+ }
788
+ ],
789
+ "attributes": [
790
+ {
791
+ "name": "label",
769
792
  "type": {
770
793
  "text": "string"
771
794
  },
772
- "default": "'Show help'",
773
- "fieldName": "triggerLabel"
795
+ "default": "'Primary function'",
796
+ "fieldName": "label"
774
797
  },
775
798
  {
776
- "name": "severity",
799
+ "name": "disabled",
777
800
  "type": {
778
- "text": "FvContextHelpSeverity"
801
+ "text": "boolean"
779
802
  },
780
- "fieldName": "severity"
803
+ "default": "false",
804
+ "fieldName": "disabled"
781
805
  },
782
806
  {
783
- "name": "icon-visible",
807
+ "name": "open",
784
808
  "type": {
785
809
  "text": "boolean"
786
810
  },
787
811
  "default": "false",
788
- "fieldName": "iconVisible"
812
+ "fieldName": "open"
813
+ },
814
+ {
815
+ "name": "appearance",
816
+ "type": {
817
+ "text": "FvSplitButtonAppearanceType"
818
+ },
819
+ "fieldName": "appearance"
820
+ },
821
+ {
822
+ "name": "appearance-variant",
823
+ "type": {
824
+ "text": "FvSplitButtonAppearanceVariantType"
825
+ },
826
+ "fieldName": "appearanceVariant"
789
827
  }
790
828
  ],
791
829
  "superclass": {
@@ -795,155 +833,125 @@
795
833
  },
796
834
  {
797
835
  "kind": "variable",
798
- "name": "fvContextHelpTag",
836
+ "name": "fvSplitButtonTag",
799
837
  "type": {
800
838
  "text": "string"
801
839
  },
802
- "default": "'ok-fv-context-help'"
840
+ "default": "'ok-fv-split-button'"
803
841
  }
804
842
  ],
805
843
  "exports": [
806
844
  {
807
845
  "kind": "js",
808
- "name": "FvContextHelpSeverity",
846
+ "name": "FvSplitButton",
809
847
  "declaration": {
810
- "name": "FvContextHelpSeverity",
811
- "module": "src/fv/context-help/index.ts"
848
+ "name": "FvSplitButton",
849
+ "module": "src/fv/split-button/index.ts"
812
850
  }
813
851
  },
814
852
  {
815
853
  "kind": "js",
816
- "name": "FvContextHelp",
854
+ "name": "fvSplitButtonTag",
817
855
  "declaration": {
818
- "name": "FvContextHelp",
819
- "module": "src/fv/context-help/index.ts"
856
+ "name": "fvSplitButtonTag",
857
+ "module": "src/fv/split-button/index.ts"
820
858
  }
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "kind": "javascript-module",
864
+ "path": "src/fv/split-button/types.ts",
865
+ "declarations": [
866
+ {
867
+ "kind": "variable",
868
+ "name": "FvSplitButtonAppearance",
869
+ "type": {
870
+ "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
871
+ },
872
+ "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
821
873
  },
874
+ {
875
+ "kind": "variable",
876
+ "name": "FvSplitButtonAppearanceVariant",
877
+ "type": {
878
+ "text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
879
+ },
880
+ "default": "{ default: 'default', primary: 'primary', accent: 'accent' }"
881
+ }
882
+ ],
883
+ "exports": [
822
884
  {
823
885
  "kind": "js",
824
- "name": "fvContextHelpTag",
886
+ "name": "FvSplitButtonAppearance",
825
887
  "declaration": {
826
- "name": "fvContextHelpTag",
827
- "module": "src/fv/context-help/index.ts"
888
+ "name": "FvSplitButtonAppearance",
889
+ "module": "src/fv/split-button/types.ts"
890
+ }
891
+ },
892
+ {
893
+ "kind": "js",
894
+ "name": "FvSplitButtonAppearanceVariant",
895
+ "declaration": {
896
+ "name": "FvSplitButtonAppearanceVariant",
897
+ "module": "src/fv/split-button/types.ts"
828
898
  }
829
899
  }
830
900
  ]
831
901
  },
832
902
  {
833
903
  "kind": "javascript-module",
834
- "path": "src/fv/context-help/types.ts",
835
- "declarations": [],
836
- "exports": []
837
- },
838
- {
839
- "kind": "javascript-module",
840
- "path": "src/fv/search-input/index.ts",
904
+ "path": "src/fv/split-button-anchor/index.ts",
841
905
  "declarations": [
842
906
  {
843
907
  "kind": "class",
844
- "description": "A compact search input with a built-in clear affordance.",
845
- "name": "FvSearchInput",
908
+ "description": "A split button with an anchor-backed primary action and a secondary expandable menu surface.",
909
+ "name": "FvSplitButtonAnchor",
846
910
  "members": [
847
911
  {
848
912
  "kind": "field",
849
- "name": "appearance",
913
+ "name": "label",
850
914
  "type": {
851
- "text": "FvSearchInputAppearanceType"
915
+ "text": "string"
852
916
  },
853
- "privacy": "public"
854
- }
855
- ],
856
- "events": [
917
+ "privacy": "public",
918
+ "default": "'Primary function'"
919
+ },
857
920
  {
858
- "name": "input",
921
+ "kind": "field",
922
+ "name": "href",
859
923
  "type": {
860
- "text": "Event"
861
- }
862
- }
863
- ],
864
- "attributes": [
924
+ "text": "string"
925
+ },
926
+ "privacy": "public",
927
+ "default": "''"
928
+ },
865
929
  {
866
- "name": "appearance",
930
+ "kind": "field",
931
+ "name": "target",
867
932
  "type": {
868
- "text": "FvSearchInputAppearanceType"
933
+ "text": "string"
869
934
  },
870
- "fieldName": "appearance"
871
- }
872
- ],
873
- "superclass": {
874
- "name": "FoundationTextField",
875
- "package": "@ni/fast-foundation"
876
- }
877
- },
878
- {
879
- "kind": "variable",
880
- "name": "fvSearchInputTag",
881
- "type": {
882
- "text": "string"
883
- },
884
- "default": "'ok-fv-search-input'"
885
- }
886
- ],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "FvSearchInput",
891
- "declaration": {
892
- "name": "FvSearchInput",
893
- "module": "src/fv/search-input/index.ts"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "fvSearchInputTag",
899
- "declaration": {
900
- "name": "fvSearchInputTag",
901
- "module": "src/fv/search-input/index.ts"
902
- }
903
- }
904
- ]
905
- },
906
- {
907
- "kind": "javascript-module",
908
- "path": "src/fv/search-input/types.ts",
909
- "declarations": [
910
- {
911
- "kind": "variable",
912
- "name": "FvSearchInputAppearance",
913
- "type": {
914
- "text": "{\n block: 'block',\n outline: 'outline',\n underline: 'underline',\n frameless: 'frameless'\n}"
915
- },
916
- "default": "{ block: 'block', outline: 'outline', underline: 'underline', frameless: 'frameless' }"
917
- }
918
- ],
919
- "exports": [
920
- {
921
- "kind": "js",
922
- "name": "FvSearchInputAppearance",
923
- "declaration": {
924
- "name": "FvSearchInputAppearance",
925
- "module": "src/fv/search-input/types.ts"
926
- }
927
- }
928
- ]
929
- },
930
- {
931
- "kind": "javascript-module",
932
- "path": "src/fv/split-button/index.ts",
933
- "declarations": [
934
- {
935
- "kind": "class",
936
- "description": "A button with a primary action and a secondary expandable menu surface.",
937
- "name": "FvSplitButton",
938
- "members": [
935
+ "privacy": "public",
936
+ "default": "''"
937
+ },
939
938
  {
940
939
  "kind": "field",
941
- "name": "label",
940
+ "name": "rel",
942
941
  "type": {
943
942
  "text": "string"
944
943
  },
945
944
  "privacy": "public",
946
- "default": "'Primary function'"
945
+ "default": "''"
946
+ },
947
+ {
948
+ "kind": "field",
949
+ "name": "download",
950
+ "type": {
951
+ "text": "string"
952
+ },
953
+ "privacy": "public",
954
+ "default": "''"
947
955
  },
948
956
  {
949
957
  "kind": "field",
@@ -967,7 +975,7 @@
967
975
  "kind": "field",
968
976
  "name": "appearance",
969
977
  "type": {
970
- "text": "FvSplitButtonAppearanceType"
978
+ "text": "FvSplitButtonAnchorAppearanceType"
971
979
  },
972
980
  "privacy": "public"
973
981
  },
@@ -975,7 +983,7 @@
975
983
  "kind": "field",
976
984
  "name": "appearanceVariant",
977
985
  "type": {
978
- "text": "FvSplitButtonAppearanceVariantType"
986
+ "text": "FvSplitButtonAnchorAppearanceVariantType"
979
987
  },
980
988
  "privacy": "public"
981
989
  },
@@ -1039,6 +1047,38 @@
1039
1047
  "default": "'Primary function'",
1040
1048
  "fieldName": "label"
1041
1049
  },
1050
+ {
1051
+ "name": "href",
1052
+ "type": {
1053
+ "text": "string"
1054
+ },
1055
+ "default": "''",
1056
+ "fieldName": "href"
1057
+ },
1058
+ {
1059
+ "name": "target",
1060
+ "type": {
1061
+ "text": "string"
1062
+ },
1063
+ "default": "''",
1064
+ "fieldName": "target"
1065
+ },
1066
+ {
1067
+ "name": "rel",
1068
+ "type": {
1069
+ "text": "string"
1070
+ },
1071
+ "default": "''",
1072
+ "fieldName": "rel"
1073
+ },
1074
+ {
1075
+ "name": "download",
1076
+ "type": {
1077
+ "text": "string"
1078
+ },
1079
+ "default": "''",
1080
+ "fieldName": "download"
1081
+ },
1042
1082
  {
1043
1083
  "name": "disabled",
1044
1084
  "type": {
@@ -1058,14 +1098,14 @@
1058
1098
  {
1059
1099
  "name": "appearance",
1060
1100
  "type": {
1061
- "text": "FvSplitButtonAppearanceType"
1101
+ "text": "FvSplitButtonAnchorAppearanceType"
1062
1102
  },
1063
1103
  "fieldName": "appearance"
1064
1104
  },
1065
1105
  {
1066
1106
  "name": "appearance-variant",
1067
1107
  "type": {
1068
- "text": "FvSplitButtonAppearanceVariantType"
1108
+ "text": "FvSplitButtonAnchorAppearanceVariantType"
1069
1109
  },
1070
1110
  "fieldName": "appearanceVariant"
1071
1111
  }
@@ -1077,39 +1117,39 @@
1077
1117
  },
1078
1118
  {
1079
1119
  "kind": "variable",
1080
- "name": "fvSplitButtonTag",
1120
+ "name": "fvSplitButtonAnchorTag",
1081
1121
  "type": {
1082
1122
  "text": "string"
1083
1123
  },
1084
- "default": "'ok-fv-split-button'"
1124
+ "default": "'ok-fv-split-button-anchor'"
1085
1125
  }
1086
1126
  ],
1087
1127
  "exports": [
1088
1128
  {
1089
1129
  "kind": "js",
1090
- "name": "FvSplitButton",
1130
+ "name": "FvSplitButtonAnchor",
1091
1131
  "declaration": {
1092
- "name": "FvSplitButton",
1093
- "module": "src/fv/split-button/index.ts"
1132
+ "name": "FvSplitButtonAnchor",
1133
+ "module": "src/fv/split-button-anchor/index.ts"
1094
1134
  }
1095
1135
  },
1096
1136
  {
1097
1137
  "kind": "js",
1098
- "name": "fvSplitButtonTag",
1138
+ "name": "fvSplitButtonAnchorTag",
1099
1139
  "declaration": {
1100
- "name": "fvSplitButtonTag",
1101
- "module": "src/fv/split-button/index.ts"
1140
+ "name": "fvSplitButtonAnchorTag",
1141
+ "module": "src/fv/split-button-anchor/index.ts"
1102
1142
  }
1103
1143
  }
1104
1144
  ]
1105
1145
  },
1106
1146
  {
1107
1147
  "kind": "javascript-module",
1108
- "path": "src/fv/split-button/types.ts",
1148
+ "path": "src/fv/split-button-anchor/types.ts",
1109
1149
  "declarations": [
1110
1150
  {
1111
1151
  "kind": "variable",
1112
- "name": "FvSplitButtonAppearance",
1152
+ "name": "FvSplitButtonAnchorAppearance",
1113
1153
  "type": {
1114
1154
  "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
1115
1155
  },
@@ -1117,7 +1157,7 @@
1117
1157
  },
1118
1158
  {
1119
1159
  "kind": "variable",
1120
- "name": "FvSplitButtonAppearanceVariant",
1160
+ "name": "FvSplitButtonAnchorAppearanceVariant",
1121
1161
  "type": {
1122
1162
  "text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
1123
1163
  },
@@ -1127,61 +1167,126 @@
1127
1167
  "exports": [
1128
1168
  {
1129
1169
  "kind": "js",
1130
- "name": "FvSplitButtonAppearance",
1170
+ "name": "FvSplitButtonAnchorAppearance",
1131
1171
  "declaration": {
1132
- "name": "FvSplitButtonAppearance",
1133
- "module": "src/fv/split-button/types.ts"
1172
+ "name": "FvSplitButtonAnchorAppearance",
1173
+ "module": "src/fv/split-button-anchor/types.ts"
1134
1174
  }
1135
1175
  },
1136
1176
  {
1137
1177
  "kind": "js",
1138
- "name": "FvSplitButtonAppearanceVariant",
1178
+ "name": "FvSplitButtonAnchorAppearanceVariant",
1139
1179
  "declaration": {
1140
- "name": "FvSplitButtonAppearanceVariant",
1141
- "module": "src/fv/split-button/types.ts"
1180
+ "name": "FvSplitButtonAnchorAppearanceVariant",
1181
+ "module": "src/fv/split-button-anchor/types.ts"
1142
1182
  }
1143
1183
  }
1144
1184
  ]
1145
1185
  },
1146
1186
  {
1147
1187
  "kind": "javascript-module",
1148
- "path": "src/fv/split-button-anchor/index.ts",
1188
+ "path": "src/fv/search-input/index.ts",
1149
1189
  "declarations": [
1150
1190
  {
1151
1191
  "kind": "class",
1152
- "description": "A split button with an anchor-backed primary action and a secondary expandable menu surface.",
1153
- "name": "FvSplitButtonAnchor",
1192
+ "description": "A compact search input with a built-in clear affordance.",
1193
+ "name": "FvSearchInput",
1154
1194
  "members": [
1155
1195
  {
1156
1196
  "kind": "field",
1157
- "name": "label",
1197
+ "name": "appearance",
1158
1198
  "type": {
1159
- "text": "string"
1199
+ "text": "FvSearchInputAppearanceType"
1160
1200
  },
1161
- "privacy": "public",
1162
- "default": "'Primary function'"
1163
- },
1201
+ "privacy": "public"
1202
+ }
1203
+ ],
1204
+ "events": [
1164
1205
  {
1165
- "kind": "field",
1166
- "name": "href",
1206
+ "name": "input",
1167
1207
  "type": {
1168
- "text": "string"
1169
- },
1170
- "privacy": "public",
1171
- "default": "''"
1172
- },
1208
+ "text": "Event"
1209
+ }
1210
+ }
1211
+ ],
1212
+ "attributes": [
1173
1213
  {
1174
- "kind": "field",
1175
- "name": "target",
1214
+ "name": "appearance",
1176
1215
  "type": {
1177
- "text": "string"
1216
+ "text": "FvSearchInputAppearanceType"
1178
1217
  },
1179
- "privacy": "public",
1180
- "default": "''"
1181
- },
1218
+ "fieldName": "appearance"
1219
+ }
1220
+ ],
1221
+ "superclass": {
1222
+ "name": "FoundationTextField",
1223
+ "package": "@ni/fast-foundation"
1224
+ }
1225
+ },
1226
+ {
1227
+ "kind": "variable",
1228
+ "name": "fvSearchInputTag",
1229
+ "type": {
1230
+ "text": "string"
1231
+ },
1232
+ "default": "'ok-fv-search-input'"
1233
+ }
1234
+ ],
1235
+ "exports": [
1236
+ {
1237
+ "kind": "js",
1238
+ "name": "FvSearchInput",
1239
+ "declaration": {
1240
+ "name": "FvSearchInput",
1241
+ "module": "src/fv/search-input/index.ts"
1242
+ }
1243
+ },
1244
+ {
1245
+ "kind": "js",
1246
+ "name": "fvSearchInputTag",
1247
+ "declaration": {
1248
+ "name": "fvSearchInputTag",
1249
+ "module": "src/fv/search-input/index.ts"
1250
+ }
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "kind": "javascript-module",
1256
+ "path": "src/fv/search-input/types.ts",
1257
+ "declarations": [
1258
+ {
1259
+ "kind": "variable",
1260
+ "name": "FvSearchInputAppearance",
1261
+ "type": {
1262
+ "text": "{\n block: 'block',\n outline: 'outline',\n underline: 'underline',\n frameless: 'frameless'\n}"
1263
+ },
1264
+ "default": "{ block: 'block', outline: 'outline', underline: 'underline', frameless: 'frameless' }"
1265
+ }
1266
+ ],
1267
+ "exports": [
1268
+ {
1269
+ "kind": "js",
1270
+ "name": "FvSearchInputAppearance",
1271
+ "declaration": {
1272
+ "name": "FvSearchInputAppearance",
1273
+ "module": "src/fv/search-input/types.ts"
1274
+ }
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "kind": "javascript-module",
1280
+ "path": "src/fv/context-help/index.ts",
1281
+ "declarations": [
1282
+ {
1283
+ "kind": "class",
1284
+ "description": "An info trigger with an attached tooltip for lightweight contextual guidance.",
1285
+ "name": "FvContextHelp",
1286
+ "members": [
1182
1287
  {
1183
1288
  "kind": "field",
1184
- "name": "rel",
1289
+ "name": "text",
1185
1290
  "type": {
1186
1291
  "text": "string"
1187
1292
  },
@@ -1190,168 +1295,62 @@
1190
1295
  },
1191
1296
  {
1192
1297
  "kind": "field",
1193
- "name": "download",
1298
+ "name": "triggerLabel",
1194
1299
  "type": {
1195
1300
  "text": "string"
1196
1301
  },
1197
1302
  "privacy": "public",
1198
- "default": "''"
1303
+ "default": "'Show help'"
1199
1304
  },
1200
1305
  {
1201
1306
  "kind": "field",
1202
- "name": "disabled",
1307
+ "name": "severity",
1203
1308
  "type": {
1204
- "text": "boolean"
1309
+ "text": "FvContextHelpSeverity"
1205
1310
  },
1206
- "privacy": "public",
1207
- "default": "false"
1311
+ "privacy": "public"
1208
1312
  },
1209
1313
  {
1210
1314
  "kind": "field",
1211
- "name": "open",
1315
+ "name": "iconVisible",
1212
1316
  "type": {
1213
1317
  "text": "boolean"
1214
1318
  },
1215
1319
  "privacy": "public",
1216
1320
  "default": "false"
1217
- },
1218
- {
1219
- "kind": "field",
1220
- "name": "appearance",
1221
- "type": {
1222
- "text": "FvSplitButtonAnchorAppearanceType"
1223
- },
1224
- "privacy": "public"
1225
- },
1226
- {
1227
- "kind": "field",
1228
- "name": "appearanceVariant",
1229
- "type": {
1230
- "text": "FvSplitButtonAnchorAppearanceVariantType"
1231
- },
1232
- "privacy": "public"
1233
- },
1234
- {
1235
- "kind": "field",
1236
- "name": "documentClickHandler",
1237
- "privacy": "private",
1238
- "readonly": true
1239
- },
1240
- {
1241
- "kind": "field",
1242
- "name": "keydownHandler",
1243
- "privacy": "private",
1244
- "readonly": true
1245
- },
1246
- {
1247
- "kind": "field",
1248
- "name": "menuChangeHandler",
1249
- "privacy": "private",
1250
- "readonly": true
1251
- },
1252
- {
1253
- "kind": "method",
1254
- "name": "setOpen",
1255
- "privacy": "private",
1256
- "return": {
1257
- "type": {
1258
- "text": "void"
1259
- }
1260
- },
1261
- "parameters": [
1262
- {
1263
- "name": "nextOpen",
1264
- "type": {
1265
- "text": "boolean"
1266
- }
1267
- }
1268
- ]
1269
- }
1270
- ],
1271
- "events": [
1272
- {
1273
- "name": "trigger",
1274
- "type": {
1275
- "text": "CustomEvent"
1276
- }
1277
- },
1278
- {
1279
- "name": "toggle",
1280
- "type": {
1281
- "text": "CustomEvent"
1282
- }
1283
1321
  }
1284
1322
  ],
1285
1323
  "attributes": [
1286
1324
  {
1287
- "name": "label",
1288
- "type": {
1289
- "text": "string"
1290
- },
1291
- "default": "'Primary function'",
1292
- "fieldName": "label"
1293
- },
1294
- {
1295
- "name": "href",
1296
- "type": {
1297
- "text": "string"
1298
- },
1299
- "default": "''",
1300
- "fieldName": "href"
1301
- },
1302
- {
1303
- "name": "target",
1304
- "type": {
1305
- "text": "string"
1306
- },
1307
- "default": "''",
1308
- "fieldName": "target"
1309
- },
1310
- {
1311
- "name": "rel",
1325
+ "name": "text",
1312
1326
  "type": {
1313
1327
  "text": "string"
1314
1328
  },
1315
1329
  "default": "''",
1316
- "fieldName": "rel"
1330
+ "fieldName": "text"
1317
1331
  },
1318
1332
  {
1319
- "name": "download",
1333
+ "name": "trigger-label",
1320
1334
  "type": {
1321
1335
  "text": "string"
1322
1336
  },
1323
- "default": "''",
1324
- "fieldName": "download"
1337
+ "default": "'Show help'",
1338
+ "fieldName": "triggerLabel"
1325
1339
  },
1326
1340
  {
1327
- "name": "disabled",
1341
+ "name": "severity",
1328
1342
  "type": {
1329
- "text": "boolean"
1343
+ "text": "FvContextHelpSeverity"
1330
1344
  },
1331
- "default": "false",
1332
- "fieldName": "disabled"
1345
+ "fieldName": "severity"
1333
1346
  },
1334
1347
  {
1335
- "name": "open",
1348
+ "name": "icon-visible",
1336
1349
  "type": {
1337
1350
  "text": "boolean"
1338
1351
  },
1339
1352
  "default": "false",
1340
- "fieldName": "open"
1341
- },
1342
- {
1343
- "name": "appearance",
1344
- "type": {
1345
- "text": "FvSplitButtonAnchorAppearanceType"
1346
- },
1347
- "fieldName": "appearance"
1348
- },
1349
- {
1350
- "name": "appearance-variant",
1351
- "type": {
1352
- "text": "FvSplitButtonAnchorAppearanceVariantType"
1353
- },
1354
- "fieldName": "appearanceVariant"
1353
+ "fieldName": "iconVisible"
1355
1354
  }
1356
1355
  ],
1357
1356
  "superclass": {
@@ -1361,72 +1360,46 @@
1361
1360
  },
1362
1361
  {
1363
1362
  "kind": "variable",
1364
- "name": "fvSplitButtonAnchorTag",
1363
+ "name": "fvContextHelpTag",
1365
1364
  "type": {
1366
1365
  "text": "string"
1367
1366
  },
1368
- "default": "'ok-fv-split-button-anchor'"
1367
+ "default": "'ok-fv-context-help'"
1369
1368
  }
1370
1369
  ],
1371
1370
  "exports": [
1372
1371
  {
1373
1372
  "kind": "js",
1374
- "name": "FvSplitButtonAnchor",
1375
- "declaration": {
1376
- "name": "FvSplitButtonAnchor",
1377
- "module": "src/fv/split-button-anchor/index.ts"
1378
- }
1379
- },
1380
- {
1381
- "kind": "js",
1382
- "name": "fvSplitButtonAnchorTag",
1373
+ "name": "FvContextHelpSeverity",
1383
1374
  "declaration": {
1384
- "name": "fvSplitButtonAnchorTag",
1385
- "module": "src/fv/split-button-anchor/index.ts"
1375
+ "name": "FvContextHelpSeverity",
1376
+ "module": "src/fv/context-help/index.ts"
1386
1377
  }
1387
- }
1388
- ]
1389
- },
1390
- {
1391
- "kind": "javascript-module",
1392
- "path": "src/fv/split-button-anchor/types.ts",
1393
- "declarations": [
1394
- {
1395
- "kind": "variable",
1396
- "name": "FvSplitButtonAnchorAppearance",
1397
- "type": {
1398
- "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
1399
- },
1400
- "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
1401
1378
  },
1402
- {
1403
- "kind": "variable",
1404
- "name": "FvSplitButtonAnchorAppearanceVariant",
1405
- "type": {
1406
- "text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
1407
- },
1408
- "default": "{ default: 'default', primary: 'primary', accent: 'accent' }"
1409
- }
1410
- ],
1411
- "exports": [
1412
1379
  {
1413
1380
  "kind": "js",
1414
- "name": "FvSplitButtonAnchorAppearance",
1381
+ "name": "FvContextHelp",
1415
1382
  "declaration": {
1416
- "name": "FvSplitButtonAnchorAppearance",
1417
- "module": "src/fv/split-button-anchor/types.ts"
1383
+ "name": "FvContextHelp",
1384
+ "module": "src/fv/context-help/index.ts"
1418
1385
  }
1419
1386
  },
1420
1387
  {
1421
1388
  "kind": "js",
1422
- "name": "FvSplitButtonAnchorAppearanceVariant",
1389
+ "name": "fvContextHelpTag",
1423
1390
  "declaration": {
1424
- "name": "FvSplitButtonAnchorAppearanceVariant",
1425
- "module": "src/fv/split-button-anchor/types.ts"
1391
+ "name": "fvContextHelpTag",
1392
+ "module": "src/fv/context-help/index.ts"
1426
1393
  }
1427
1394
  }
1428
1395
  ]
1429
1396
  },
1397
+ {
1398
+ "kind": "javascript-module",
1399
+ "path": "src/fv/context-help/types.ts",
1400
+ "declarations": [],
1401
+ "exports": []
1402
+ },
1430
1403
  {
1431
1404
  "kind": "javascript-module",
1432
1405
  "path": "src/fv/summary-panel/index.ts",
@@ -1705,41 +1678,68 @@
1705
1678
  },
1706
1679
  {
1707
1680
  "kind": "javascript-module",
1708
- "path": "src/ex/button/index.ts",
1681
+ "path": "src/ts/icon-dynamic/index.ts",
1709
1682
  "declarations": [
1710
1683
  {
1711
1684
  "kind": "class",
1712
- "description": "A Ok demo component (not for production use)",
1713
- "name": "ExButton",
1685
+ "description": "Base class for dynamic icons. Not intended to be used directly, instead use to register dynamic icons:\n```\ncustomElements.get('ok-ts-icon-dynamic').registerIconDynamic('ok-ts-icon-dynamic-awesome', '<img data uri or arbitrary url>');\n```\nAfter calling successfully, the icon can be used like any other icon:\n```\n<ok-ts-icon-dynamic-awesome></ok-ts-icon-dynamic-awesome>\n<nimble-mapping-icon icon=\"ok-ts-icon-dynamic-awesome\"></nimble-mapping-icon>\n```",
1686
+ "name": "TsIconDynamic",
1687
+ "members": [
1688
+ {
1689
+ "kind": "method",
1690
+ "name": "registerIconDynamic",
1691
+ "privacy": "public",
1692
+ "static": true,
1693
+ "return": {
1694
+ "type": {
1695
+ "text": "void"
1696
+ }
1697
+ },
1698
+ "parameters": [
1699
+ {
1700
+ "name": "tagName",
1701
+ "type": {
1702
+ "text": "string"
1703
+ }
1704
+ },
1705
+ {
1706
+ "name": "url",
1707
+ "type": {
1708
+ "text": "string"
1709
+ }
1710
+ }
1711
+ ]
1712
+ }
1713
+ ],
1714
1714
  "superclass": {
1715
- "name": "FoundationElement",
1716
- "package": "@ni/fast-foundation"
1715
+ "name": "Icon",
1716
+ "package": "@ni/nimble-components/dist/esm/icon-base"
1717
1717
  }
1718
1718
  },
1719
1719
  {
1720
1720
  "kind": "variable",
1721
- "name": "exButtonTag",
1721
+ "name": "tsIconDynamicTag",
1722
1722
  "type": {
1723
1723
  "text": "string"
1724
1724
  },
1725
- "default": "'ok-ex-button'"
1725
+ "default": "'ok-ts-icon-dynamic'"
1726
1726
  }
1727
1727
  ],
1728
1728
  "exports": [
1729
1729
  {
1730
1730
  "kind": "js",
1731
- "name": "ExButton",
1731
+ "name": "TsIconDynamic",
1732
1732
  "declaration": {
1733
- "name": "ExButton",
1734
- "module": "src/ex/button/index.ts"
1733
+ "name": "TsIconDynamic",
1734
+ "module": "src/ts/icon-dynamic/index.ts"
1735
1735
  }
1736
1736
  },
1737
1737
  {
1738
1738
  "kind": "js",
1739
- "name": "exButtonTag",
1739
+ "name": "tsIconDynamicTag",
1740
1740
  "declaration": {
1741
- "name": "exButtonTag",
1742
- "module": "src/ex/button/index.ts"
1741
+ "name": "tsIconDynamicTag",
1742
+ "module": "src/ts/icon-dynamic/index.ts"
1743
1743
  }
1744
1744
  }
1745
1745
  ]