@genesislcap/foundation-zero 14.425.0 → 14.426.1-alpha-be0ea39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +746 -746
- package/dist/dts/react.d.ts +99 -14
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +12 -12
|
@@ -900,11 +900,42 @@
|
|
|
900
900
|
},
|
|
901
901
|
{
|
|
902
902
|
"kind": "javascript-module",
|
|
903
|
-
"path": "src/
|
|
903
|
+
"path": "src/_config/index.ts",
|
|
904
|
+
"declarations": [],
|
|
905
|
+
"exports": [
|
|
906
|
+
{
|
|
907
|
+
"kind": "js",
|
|
908
|
+
"name": "*",
|
|
909
|
+
"declaration": {
|
|
910
|
+
"name": "*",
|
|
911
|
+
"package": "./styles"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "js",
|
|
916
|
+
"name": "*",
|
|
917
|
+
"declaration": {
|
|
918
|
+
"name": "*",
|
|
919
|
+
"package": "./tokens"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"kind": "js",
|
|
924
|
+
"name": "*",
|
|
925
|
+
"declaration": {
|
|
926
|
+
"name": "*",
|
|
927
|
+
"package": "./values"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "javascript-module",
|
|
934
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
904
935
|
"declarations": [
|
|
905
936
|
{
|
|
906
937
|
"kind": "function",
|
|
907
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionItemStyles",
|
|
908
939
|
"return": {
|
|
909
940
|
"type": {
|
|
910
941
|
"text": "ElementStyles"
|
|
@@ -929,24 +960,24 @@
|
|
|
929
960
|
"exports": [
|
|
930
961
|
{
|
|
931
962
|
"kind": "js",
|
|
932
|
-
"name": "
|
|
963
|
+
"name": "zeroAccordionItemStyles",
|
|
933
964
|
"declaration": {
|
|
934
|
-
"name": "
|
|
935
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
965
|
+
"name": "zeroAccordionItemStyles",
|
|
966
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
936
967
|
}
|
|
937
968
|
}
|
|
938
969
|
]
|
|
939
970
|
},
|
|
940
971
|
{
|
|
941
972
|
"kind": "javascript-module",
|
|
942
|
-
"path": "src/accordion/accordion.template.ts",
|
|
973
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
943
974
|
"declarations": [
|
|
944
975
|
{
|
|
945
976
|
"kind": "function",
|
|
946
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionItemTemplate",
|
|
947
978
|
"return": {
|
|
948
979
|
"type": {
|
|
949
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
950
981
|
}
|
|
951
982
|
},
|
|
952
983
|
"parameters": [
|
|
@@ -968,420 +999,268 @@
|
|
|
968
999
|
"exports": [
|
|
969
1000
|
{
|
|
970
1001
|
"kind": "js",
|
|
971
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionItemTemplate",
|
|
972
1003
|
"declaration": {
|
|
973
|
-
"name": "
|
|
974
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1004
|
+
"name": "zeroAccordionItemTemplate",
|
|
1005
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
975
1006
|
}
|
|
976
1007
|
}
|
|
977
1008
|
]
|
|
978
1009
|
},
|
|
979
1010
|
{
|
|
980
1011
|
"kind": "javascript-module",
|
|
981
|
-
"path": "src/accordion/accordion.ts",
|
|
1012
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
982
1013
|
"declarations": [
|
|
983
1014
|
{
|
|
984
1015
|
"kind": "class",
|
|
985
1016
|
"description": "",
|
|
986
|
-
"name": "
|
|
1017
|
+
"name": "AccordionItem",
|
|
987
1018
|
"superclass": {
|
|
988
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordionItem",
|
|
989
1020
|
"package": "@genesislcap/foundation-ui"
|
|
990
1021
|
},
|
|
991
1022
|
"tagName": "%%prefix%%-card",
|
|
992
1023
|
"customElement": true,
|
|
993
1024
|
"attributes": [
|
|
994
1025
|
{
|
|
995
|
-
"name": "
|
|
1026
|
+
"name": "heading-level",
|
|
996
1027
|
"type": {
|
|
997
|
-
"text": "
|
|
1028
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
998
1029
|
},
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1030
|
+
"default": "2",
|
|
1031
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1032
|
+
"fieldName": "headinglevel",
|
|
1001
1033
|
"inheritedFrom": {
|
|
1002
|
-
"name": "
|
|
1003
|
-
"module": "src/accordion/accordion.ts"
|
|
1034
|
+
"name": "AccordionItem",
|
|
1035
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"type": {
|
|
1040
|
+
"text": "boolean"
|
|
1041
|
+
},
|
|
1042
|
+
"default": "false",
|
|
1043
|
+
"description": "Expands or collapses the item.",
|
|
1044
|
+
"fieldName": "expanded",
|
|
1045
|
+
"inheritedFrom": {
|
|
1046
|
+
"name": "AccordionItem",
|
|
1047
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "id",
|
|
1052
|
+
"type": {
|
|
1053
|
+
"text": "string"
|
|
1054
|
+
},
|
|
1055
|
+
"description": "The item ID",
|
|
1056
|
+
"fieldName": "id",
|
|
1057
|
+
"inheritedFrom": {
|
|
1058
|
+
"name": "AccordionItem",
|
|
1059
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1004
1060
|
}
|
|
1005
1061
|
}
|
|
1006
1062
|
],
|
|
1007
1063
|
"members": [
|
|
1008
1064
|
{
|
|
1009
1065
|
"kind": "field",
|
|
1010
|
-
"name": "
|
|
1066
|
+
"name": "headinglevel",
|
|
1011
1067
|
"type": {
|
|
1012
|
-
"text": "
|
|
1068
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1013
1069
|
},
|
|
1014
1070
|
"privacy": "public",
|
|
1015
|
-
"
|
|
1071
|
+
"default": "2",
|
|
1072
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1016
1073
|
"inheritedFrom": {
|
|
1017
|
-
"name": "
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1074
|
+
"name": "AccordionItem",
|
|
1075
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1019
1076
|
}
|
|
1020
1077
|
},
|
|
1021
1078
|
{
|
|
1022
1079
|
"kind": "field",
|
|
1023
|
-
"name": "
|
|
1080
|
+
"name": "expanded",
|
|
1024
1081
|
"type": {
|
|
1025
|
-
"text": "
|
|
1082
|
+
"text": "boolean"
|
|
1026
1083
|
},
|
|
1027
|
-
"privacy": "
|
|
1084
|
+
"privacy": "public",
|
|
1085
|
+
"default": "false",
|
|
1086
|
+
"description": "Expands or collapses the item.",
|
|
1028
1087
|
"inheritedFrom": {
|
|
1029
|
-
"name": "
|
|
1030
|
-
"module": "src/accordion/accordion.ts"
|
|
1088
|
+
"name": "AccordionItem",
|
|
1089
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1031
1090
|
}
|
|
1032
1091
|
},
|
|
1033
1092
|
{
|
|
1034
1093
|
"kind": "field",
|
|
1035
|
-
"name": "
|
|
1094
|
+
"name": "id",
|
|
1036
1095
|
"type": {
|
|
1037
|
-
"text": "
|
|
1096
|
+
"text": "string"
|
|
1038
1097
|
},
|
|
1039
|
-
"privacy": "
|
|
1040
|
-
"
|
|
1098
|
+
"privacy": "public",
|
|
1099
|
+
"description": "The item ID",
|
|
1041
1100
|
"inheritedFrom": {
|
|
1042
|
-
"name": "
|
|
1043
|
-
"module": "src/accordion/accordion.ts"
|
|
1101
|
+
"name": "AccordionItem",
|
|
1102
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1044
1103
|
}
|
|
1045
1104
|
},
|
|
1046
1105
|
{
|
|
1047
1106
|
"kind": "field",
|
|
1048
|
-
"name": "
|
|
1049
|
-
"type": {
|
|
1050
|
-
"text": "Array<string | null>"
|
|
1051
|
-
},
|
|
1107
|
+
"name": "change",
|
|
1052
1108
|
"privacy": "private",
|
|
1053
1109
|
"inheritedFrom": {
|
|
1054
|
-
"name": "
|
|
1055
|
-
"module": "src/accordion/accordion.ts"
|
|
1110
|
+
"name": "AccordionItem",
|
|
1111
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1056
1112
|
}
|
|
1057
1113
|
},
|
|
1058
1114
|
{
|
|
1059
1115
|
"kind": "field",
|
|
1060
|
-
"name": "
|
|
1116
|
+
"name": "_presentation",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
+
},
|
|
1061
1120
|
"privacy": "private",
|
|
1121
|
+
"default": "void 0",
|
|
1062
1122
|
"inheritedFrom": {
|
|
1063
|
-
"name": "
|
|
1064
|
-
"module": "src/accordion/accordion.ts"
|
|
1123
|
+
"name": "AccordionItem",
|
|
1124
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1065
1125
|
}
|
|
1066
1126
|
},
|
|
1067
1127
|
{
|
|
1068
|
-
"kind": "
|
|
1069
|
-
"name": "
|
|
1070
|
-
"
|
|
1071
|
-
|
|
1072
|
-
"type": {
|
|
1073
|
-
"text": "AccordionItem | null"
|
|
1074
|
-
}
|
|
1128
|
+
"kind": "field",
|
|
1129
|
+
"name": "$presentation",
|
|
1130
|
+
"type": {
|
|
1131
|
+
"text": "ComponentPresentation | null"
|
|
1075
1132
|
},
|
|
1133
|
+
"privacy": "public",
|
|
1134
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1076
1135
|
"inheritedFrom": {
|
|
1077
|
-
"name": "
|
|
1078
|
-
"module": "src/accordion/accordion.ts"
|
|
1136
|
+
"name": "AccordionItem",
|
|
1137
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1079
1138
|
}
|
|
1080
1139
|
},
|
|
1081
1140
|
{
|
|
1082
1141
|
"kind": "field",
|
|
1083
|
-
"name": "
|
|
1084
|
-
"
|
|
1142
|
+
"name": "template",
|
|
1143
|
+
"type": {
|
|
1144
|
+
"text": "ElementViewTemplate | void | null"
|
|
1145
|
+
},
|
|
1146
|
+
"privacy": "public",
|
|
1147
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1085
1148
|
"inheritedFrom": {
|
|
1086
|
-
"name": "
|
|
1087
|
-
"module": "src/accordion/accordion.ts"
|
|
1149
|
+
"name": "AccordionItem",
|
|
1150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1088
1151
|
}
|
|
1089
1152
|
},
|
|
1090
1153
|
{
|
|
1091
1154
|
"kind": "method",
|
|
1092
|
-
"name": "
|
|
1093
|
-
"privacy": "
|
|
1155
|
+
"name": "templateChanged",
|
|
1156
|
+
"privacy": "protected",
|
|
1094
1157
|
"return": {
|
|
1095
1158
|
"type": {
|
|
1096
1159
|
"text": "void"
|
|
1097
1160
|
}
|
|
1098
1161
|
},
|
|
1099
1162
|
"inheritedFrom": {
|
|
1100
|
-
"name": "
|
|
1101
|
-
"module": "src/accordion/accordion.ts"
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"kind": "field",
|
|
1106
|
-
"name": "removeItemListeners",
|
|
1107
|
-
"privacy": "private",
|
|
1108
|
-
"inheritedFrom": {
|
|
1109
|
-
"name": "Accordion",
|
|
1110
|
-
"module": "src/accordion/accordion.ts"
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1111
1165
|
}
|
|
1112
1166
|
},
|
|
1113
1167
|
{
|
|
1114
1168
|
"kind": "field",
|
|
1115
|
-
"name": "
|
|
1116
|
-
"
|
|
1169
|
+
"name": "styles",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "ElementStyles | void | null"
|
|
1172
|
+
},
|
|
1173
|
+
"privacy": "public",
|
|
1174
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1117
1175
|
"inheritedFrom": {
|
|
1118
|
-
"name": "
|
|
1119
|
-
"module": "src/accordion/accordion.ts"
|
|
1176
|
+
"name": "AccordionItem",
|
|
1177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1120
1178
|
}
|
|
1121
1179
|
},
|
|
1122
1180
|
{
|
|
1123
1181
|
"kind": "method",
|
|
1124
|
-
"name": "
|
|
1125
|
-
"privacy": "
|
|
1182
|
+
"name": "stylesChanged",
|
|
1183
|
+
"privacy": "protected",
|
|
1126
1184
|
"return": {
|
|
1127
1185
|
"type": {
|
|
1128
|
-
"text": "
|
|
1186
|
+
"text": "void"
|
|
1129
1187
|
}
|
|
1130
1188
|
},
|
|
1131
1189
|
"inheritedFrom": {
|
|
1132
|
-
"name": "
|
|
1133
|
-
"module": "src/accordion/accordion.ts"
|
|
1190
|
+
"name": "AccordionItem",
|
|
1191
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1134
1192
|
}
|
|
1135
1193
|
},
|
|
1136
1194
|
{
|
|
1137
1195
|
"kind": "method",
|
|
1138
|
-
"name": "
|
|
1139
|
-
"privacy": "
|
|
1196
|
+
"name": "compose",
|
|
1197
|
+
"privacy": "public",
|
|
1198
|
+
"static": true,
|
|
1140
1199
|
"return": {
|
|
1141
1200
|
"type": {
|
|
1142
|
-
"text": "
|
|
1201
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1143
1202
|
}
|
|
1144
1203
|
},
|
|
1204
|
+
"parameters": [
|
|
1205
|
+
{
|
|
1206
|
+
"name": "this",
|
|
1207
|
+
"type": {
|
|
1208
|
+
"text": "K"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "elementDefinition",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "T"
|
|
1215
|
+
},
|
|
1216
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1145
1220
|
"inheritedFrom": {
|
|
1146
|
-
"name": "
|
|
1147
|
-
"module": "src/accordion/accordion.ts"
|
|
1221
|
+
"name": "AccordionItem",
|
|
1222
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1148
1223
|
}
|
|
1149
|
-
}
|
|
1224
|
+
}
|
|
1225
|
+
],
|
|
1226
|
+
"events": [
|
|
1150
1227
|
{
|
|
1151
|
-
"
|
|
1152
|
-
"name": "
|
|
1153
|
-
"privacy": "private",
|
|
1228
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1229
|
+
"name": "change",
|
|
1154
1230
|
"inheritedFrom": {
|
|
1155
|
-
"name": "
|
|
1156
|
-
"module": "src/accordion/accordion.ts"
|
|
1157
|
-
}
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"kind": "field",
|
|
1161
|
-
"name": "handleItemFocus",
|
|
1162
|
-
"privacy": "private",
|
|
1163
|
-
"inheritedFrom": {
|
|
1164
|
-
"name": "Accordion",
|
|
1165
|
-
"module": "src/accordion/accordion.ts"
|
|
1166
|
-
}
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"kind": "method",
|
|
1170
|
-
"name": "adjust",
|
|
1171
|
-
"privacy": "private",
|
|
1172
|
-
"return": {
|
|
1173
|
-
"type": {
|
|
1174
|
-
"text": "void"
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
"parameters": [
|
|
1178
|
-
{
|
|
1179
|
-
"name": "adjustment",
|
|
1180
|
-
"type": {
|
|
1181
|
-
"text": "number"
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
],
|
|
1185
|
-
"inheritedFrom": {
|
|
1186
|
-
"name": "Accordion",
|
|
1187
|
-
"module": "src/accordion/accordion.ts"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "method",
|
|
1192
|
-
"name": "focusItem",
|
|
1193
|
-
"privacy": "private",
|
|
1194
|
-
"return": {
|
|
1195
|
-
"type": {
|
|
1196
|
-
"text": "void"
|
|
1197
|
-
}
|
|
1198
|
-
},
|
|
1199
|
-
"inheritedFrom": {
|
|
1200
|
-
"name": "Accordion",
|
|
1201
|
-
"module": "src/accordion/accordion.ts"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"kind": "field",
|
|
1206
|
-
"name": "_presentation",
|
|
1207
|
-
"type": {
|
|
1208
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1209
|
-
},
|
|
1210
|
-
"privacy": "private",
|
|
1211
|
-
"default": "void 0",
|
|
1212
|
-
"inheritedFrom": {
|
|
1213
|
-
"name": "Accordion",
|
|
1214
|
-
"module": "src/accordion/accordion.ts"
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"kind": "field",
|
|
1219
|
-
"name": "$presentation",
|
|
1220
|
-
"type": {
|
|
1221
|
-
"text": "ComponentPresentation | null"
|
|
1222
|
-
},
|
|
1223
|
-
"privacy": "public",
|
|
1224
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1225
|
-
"inheritedFrom": {
|
|
1226
|
-
"name": "Accordion",
|
|
1227
|
-
"module": "src/accordion/accordion.ts"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"kind": "field",
|
|
1232
|
-
"name": "template",
|
|
1233
|
-
"type": {
|
|
1234
|
-
"text": "ElementViewTemplate | void | null"
|
|
1235
|
-
},
|
|
1236
|
-
"privacy": "public",
|
|
1237
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1238
|
-
"inheritedFrom": {
|
|
1239
|
-
"name": "Accordion",
|
|
1240
|
-
"module": "src/accordion/accordion.ts"
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "method",
|
|
1245
|
-
"name": "templateChanged",
|
|
1246
|
-
"privacy": "protected",
|
|
1247
|
-
"return": {
|
|
1248
|
-
"type": {
|
|
1249
|
-
"text": "void"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
"inheritedFrom": {
|
|
1253
|
-
"name": "Accordion",
|
|
1254
|
-
"module": "src/accordion/accordion.ts"
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"kind": "field",
|
|
1259
|
-
"name": "styles",
|
|
1260
|
-
"type": {
|
|
1261
|
-
"text": "ElementStyles | void | null"
|
|
1262
|
-
},
|
|
1263
|
-
"privacy": "public",
|
|
1264
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1265
|
-
"inheritedFrom": {
|
|
1266
|
-
"name": "Accordion",
|
|
1267
|
-
"module": "src/accordion/accordion.ts"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"kind": "method",
|
|
1272
|
-
"name": "stylesChanged",
|
|
1273
|
-
"privacy": "protected",
|
|
1274
|
-
"return": {
|
|
1275
|
-
"type": {
|
|
1276
|
-
"text": "void"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
"inheritedFrom": {
|
|
1280
|
-
"name": "Accordion",
|
|
1281
|
-
"module": "src/accordion/accordion.ts"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"kind": "method",
|
|
1286
|
-
"name": "compose",
|
|
1287
|
-
"privacy": "public",
|
|
1288
|
-
"static": true,
|
|
1289
|
-
"return": {
|
|
1290
|
-
"type": {
|
|
1291
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
"parameters": [
|
|
1295
|
-
{
|
|
1296
|
-
"name": "this",
|
|
1297
|
-
"type": {
|
|
1298
|
-
"text": "K"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"name": "elementDefinition",
|
|
1303
|
-
"type": {
|
|
1304
|
-
"text": "T"
|
|
1305
|
-
},
|
|
1306
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1310
|
-
"inheritedFrom": {
|
|
1311
|
-
"name": "Accordion",
|
|
1312
|
-
"module": "src/accordion/accordion.ts"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
],
|
|
1316
|
-
"events": [
|
|
1317
|
-
{
|
|
1318
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
1319
|
-
"name": "change",
|
|
1320
|
-
"inheritedFrom": {
|
|
1321
|
-
"name": "Accordion",
|
|
1322
|
-
"module": "src/accordion/accordion.ts"
|
|
1231
|
+
"name": "AccordionItem",
|
|
1232
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1323
1233
|
}
|
|
1324
1234
|
}
|
|
1325
1235
|
]
|
|
1326
1236
|
},
|
|
1327
1237
|
{
|
|
1328
1238
|
"kind": "variable",
|
|
1329
|
-
"name": "
|
|
1239
|
+
"name": "zeroAccordionItem"
|
|
1330
1240
|
}
|
|
1331
1241
|
],
|
|
1332
1242
|
"exports": [
|
|
1333
1243
|
{
|
|
1334
1244
|
"kind": "js",
|
|
1335
|
-
"name": "
|
|
1336
|
-
"declaration": {
|
|
1337
|
-
"name": "Accordion",
|
|
1338
|
-
"module": "src/accordion/accordion.ts"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "js",
|
|
1343
|
-
"name": "zeroAccordion",
|
|
1344
|
-
"declaration": {
|
|
1345
|
-
"name": "zeroAccordion",
|
|
1346
|
-
"module": "src/accordion/accordion.ts"
|
|
1347
|
-
}
|
|
1348
|
-
}
|
|
1349
|
-
]
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "javascript-module",
|
|
1353
|
-
"path": "src/accordion/index.ts",
|
|
1354
|
-
"declarations": [],
|
|
1355
|
-
"exports": [
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "js",
|
|
1358
|
-
"name": "*",
|
|
1359
|
-
"declaration": {
|
|
1360
|
-
"name": "*",
|
|
1361
|
-
"package": "./accordion"
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "js",
|
|
1366
|
-
"name": "*",
|
|
1245
|
+
"name": "AccordionItem",
|
|
1367
1246
|
"declaration": {
|
|
1368
|
-
"name": "
|
|
1369
|
-
"
|
|
1247
|
+
"name": "AccordionItem",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1370
1249
|
}
|
|
1371
1250
|
},
|
|
1372
1251
|
{
|
|
1373
1252
|
"kind": "js",
|
|
1374
|
-
"name": "
|
|
1253
|
+
"name": "zeroAccordionItem",
|
|
1375
1254
|
"declaration": {
|
|
1376
|
-
"name": "
|
|
1377
|
-
"
|
|
1255
|
+
"name": "zeroAccordionItem",
|
|
1256
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1378
1257
|
}
|
|
1379
1258
|
}
|
|
1380
1259
|
]
|
|
1381
1260
|
},
|
|
1382
1261
|
{
|
|
1383
1262
|
"kind": "javascript-module",
|
|
1384
|
-
"path": "src/
|
|
1263
|
+
"path": "src/accordion-item/index.ts",
|
|
1385
1264
|
"declarations": [],
|
|
1386
1265
|
"exports": [
|
|
1387
1266
|
{
|
|
@@ -1389,7 +1268,7 @@
|
|
|
1389
1268
|
"name": "*",
|
|
1390
1269
|
"declaration": {
|
|
1391
1270
|
"name": "*",
|
|
1392
|
-
"package": "./
|
|
1271
|
+
"package": "./accordion-item"
|
|
1393
1272
|
}
|
|
1394
1273
|
},
|
|
1395
1274
|
{
|
|
@@ -1397,7 +1276,7 @@
|
|
|
1397
1276
|
"name": "*",
|
|
1398
1277
|
"declaration": {
|
|
1399
1278
|
"name": "*",
|
|
1400
|
-
"package": "./
|
|
1279
|
+
"package": "./accordion-item.styles"
|
|
1401
1280
|
}
|
|
1402
1281
|
},
|
|
1403
1282
|
{
|
|
@@ -1405,18 +1284,18 @@
|
|
|
1405
1284
|
"name": "*",
|
|
1406
1285
|
"declaration": {
|
|
1407
1286
|
"name": "*",
|
|
1408
|
-
"package": "./
|
|
1287
|
+
"package": "./accordion-item.template"
|
|
1409
1288
|
}
|
|
1410
1289
|
}
|
|
1411
1290
|
]
|
|
1412
1291
|
},
|
|
1413
1292
|
{
|
|
1414
1293
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/accordion
|
|
1294
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1416
1295
|
"declarations": [
|
|
1417
1296
|
{
|
|
1418
1297
|
"kind": "function",
|
|
1419
|
-
"name": "
|
|
1298
|
+
"name": "zeroAccordionStyles",
|
|
1420
1299
|
"return": {
|
|
1421
1300
|
"type": {
|
|
1422
1301
|
"text": "ElementStyles"
|
|
@@ -1441,24 +1320,24 @@
|
|
|
1441
1320
|
"exports": [
|
|
1442
1321
|
{
|
|
1443
1322
|
"kind": "js",
|
|
1444
|
-
"name": "
|
|
1323
|
+
"name": "zeroAccordionStyles",
|
|
1445
1324
|
"declaration": {
|
|
1446
|
-
"name": "
|
|
1447
|
-
"module": "src/accordion
|
|
1325
|
+
"name": "zeroAccordionStyles",
|
|
1326
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1448
1327
|
}
|
|
1449
1328
|
}
|
|
1450
1329
|
]
|
|
1451
1330
|
},
|
|
1452
1331
|
{
|
|
1453
1332
|
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/accordion
|
|
1333
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1455
1334
|
"declarations": [
|
|
1456
1335
|
{
|
|
1457
1336
|
"kind": "function",
|
|
1458
|
-
"name": "
|
|
1337
|
+
"name": "zeroAccordionTemplate",
|
|
1459
1338
|
"return": {
|
|
1460
1339
|
"type": {
|
|
1461
|
-
"text": "ViewTemplate<
|
|
1340
|
+
"text": "ViewTemplate<Accordion>"
|
|
1462
1341
|
}
|
|
1463
1342
|
},
|
|
1464
1343
|
"parameters": [
|
|
@@ -1480,116 +1359,237 @@
|
|
|
1480
1359
|
"exports": [
|
|
1481
1360
|
{
|
|
1482
1361
|
"kind": "js",
|
|
1483
|
-
"name": "
|
|
1362
|
+
"name": "zeroAccordionTemplate",
|
|
1484
1363
|
"declaration": {
|
|
1485
|
-
"name": "
|
|
1486
|
-
"module": "src/accordion
|
|
1364
|
+
"name": "zeroAccordionTemplate",
|
|
1365
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1487
1366
|
}
|
|
1488
1367
|
}
|
|
1489
1368
|
]
|
|
1490
1369
|
},
|
|
1491
1370
|
{
|
|
1492
1371
|
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/accordion
|
|
1372
|
+
"path": "src/accordion/accordion.ts",
|
|
1494
1373
|
"declarations": [
|
|
1495
1374
|
{
|
|
1496
1375
|
"kind": "class",
|
|
1497
1376
|
"description": "",
|
|
1498
|
-
"name": "
|
|
1377
|
+
"name": "Accordion",
|
|
1499
1378
|
"superclass": {
|
|
1500
|
-
"name": "
|
|
1379
|
+
"name": "FoundationAccordion",
|
|
1501
1380
|
"package": "@genesislcap/foundation-ui"
|
|
1502
1381
|
},
|
|
1503
1382
|
"tagName": "%%prefix%%-card",
|
|
1504
1383
|
"customElement": true,
|
|
1505
1384
|
"attributes": [
|
|
1506
1385
|
{
|
|
1507
|
-
"name": "
|
|
1386
|
+
"name": "expand-mode",
|
|
1508
1387
|
"type": {
|
|
1509
|
-
"text": "
|
|
1388
|
+
"text": "AccordionExpandMode"
|
|
1510
1389
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
"fieldName": "headinglevel",
|
|
1390
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1391
|
+
"fieldName": "expandmode",
|
|
1514
1392
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/accordion
|
|
1393
|
+
"name": "Accordion",
|
|
1394
|
+
"module": "src/accordion/accordion.ts"
|
|
1517
1395
|
}
|
|
1518
|
-
}
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"members": [
|
|
1519
1399
|
{
|
|
1400
|
+
"kind": "field",
|
|
1401
|
+
"name": "expandmode",
|
|
1520
1402
|
"type": {
|
|
1521
|
-
"text": "
|
|
1403
|
+
"text": "AccordionExpandMode"
|
|
1522
1404
|
},
|
|
1523
|
-
"
|
|
1524
|
-
"description": "
|
|
1525
|
-
"fieldName": "expanded",
|
|
1405
|
+
"privacy": "public",
|
|
1406
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1526
1407
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1408
|
+
"name": "Accordion",
|
|
1409
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1410
|
}
|
|
1530
1411
|
},
|
|
1531
1412
|
{
|
|
1532
|
-
"
|
|
1413
|
+
"kind": "field",
|
|
1414
|
+
"name": "activeid",
|
|
1533
1415
|
"type": {
|
|
1534
|
-
"text": "string"
|
|
1416
|
+
"text": "string | null"
|
|
1535
1417
|
},
|
|
1536
|
-
"
|
|
1537
|
-
"fieldName": "id",
|
|
1418
|
+
"privacy": "private",
|
|
1538
1419
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/accordion
|
|
1420
|
+
"name": "Accordion",
|
|
1421
|
+
"module": "src/accordion/accordion.ts"
|
|
1541
1422
|
}
|
|
1542
|
-
}
|
|
1543
|
-
],
|
|
1544
|
-
"members": [
|
|
1423
|
+
},
|
|
1545
1424
|
{
|
|
1546
1425
|
"kind": "field",
|
|
1547
|
-
"name": "
|
|
1426
|
+
"name": "activeItemIndex",
|
|
1548
1427
|
"type": {
|
|
1549
|
-
"text": "
|
|
1428
|
+
"text": "number"
|
|
1550
1429
|
},
|
|
1551
|
-
"privacy": "
|
|
1552
|
-
"default": "
|
|
1553
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1430
|
+
"privacy": "private",
|
|
1431
|
+
"default": "0",
|
|
1554
1432
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/accordion
|
|
1433
|
+
"name": "Accordion",
|
|
1434
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
1435
|
}
|
|
1558
1436
|
},
|
|
1559
1437
|
{
|
|
1560
1438
|
"kind": "field",
|
|
1561
|
-
"name": "
|
|
1439
|
+
"name": "accordionIds",
|
|
1562
1440
|
"type": {
|
|
1563
|
-
"text": "
|
|
1441
|
+
"text": "Array<string | null>"
|
|
1564
1442
|
},
|
|
1565
|
-
"privacy": "
|
|
1566
|
-
"default": "false",
|
|
1567
|
-
"description": "Expands or collapses the item.",
|
|
1443
|
+
"privacy": "private",
|
|
1568
1444
|
"inheritedFrom": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"module": "src/accordion
|
|
1445
|
+
"name": "Accordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1571
1447
|
}
|
|
1572
1448
|
},
|
|
1573
1449
|
{
|
|
1574
1450
|
"kind": "field",
|
|
1575
|
-
"name": "
|
|
1576
|
-
"
|
|
1577
|
-
|
|
1451
|
+
"name": "change",
|
|
1452
|
+
"privacy": "private",
|
|
1453
|
+
"inheritedFrom": {
|
|
1454
|
+
"name": "Accordion",
|
|
1455
|
+
"module": "src/accordion/accordion.ts"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "method",
|
|
1460
|
+
"name": "findExpandedItem",
|
|
1461
|
+
"privacy": "private",
|
|
1462
|
+
"return": {
|
|
1463
|
+
"type": {
|
|
1464
|
+
"text": "AccordionItem | null"
|
|
1465
|
+
}
|
|
1578
1466
|
},
|
|
1579
|
-
"privacy": "public",
|
|
1580
|
-
"description": "The item ID",
|
|
1581
1467
|
"inheritedFrom": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "src/accordion
|
|
1468
|
+
"name": "Accordion",
|
|
1469
|
+
"module": "src/accordion/accordion.ts"
|
|
1584
1470
|
}
|
|
1585
1471
|
},
|
|
1586
1472
|
{
|
|
1587
1473
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1474
|
+
"name": "setItems",
|
|
1589
1475
|
"privacy": "private",
|
|
1590
1476
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/accordion
|
|
1477
|
+
"name": "Accordion",
|
|
1478
|
+
"module": "src/accordion/accordion.ts"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "method",
|
|
1483
|
+
"name": "resetItems",
|
|
1484
|
+
"privacy": "private",
|
|
1485
|
+
"return": {
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "void"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"inheritedFrom": {
|
|
1491
|
+
"name": "Accordion",
|
|
1492
|
+
"module": "src/accordion/accordion.ts"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "field",
|
|
1497
|
+
"name": "removeItemListeners",
|
|
1498
|
+
"privacy": "private",
|
|
1499
|
+
"inheritedFrom": {
|
|
1500
|
+
"name": "Accordion",
|
|
1501
|
+
"module": "src/accordion/accordion.ts"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"kind": "field",
|
|
1506
|
+
"name": "activeItemChange",
|
|
1507
|
+
"privacy": "private",
|
|
1508
|
+
"inheritedFrom": {
|
|
1509
|
+
"name": "Accordion",
|
|
1510
|
+
"module": "src/accordion/accordion.ts"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "method",
|
|
1515
|
+
"name": "getItemIds",
|
|
1516
|
+
"privacy": "private",
|
|
1517
|
+
"return": {
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "Array<string | null>"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"inheritedFrom": {
|
|
1523
|
+
"name": "Accordion",
|
|
1524
|
+
"module": "src/accordion/accordion.ts"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "method",
|
|
1529
|
+
"name": "isSingleExpandMode",
|
|
1530
|
+
"privacy": "private",
|
|
1531
|
+
"return": {
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "boolean"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
"inheritedFrom": {
|
|
1537
|
+
"name": "Accordion",
|
|
1538
|
+
"module": "src/accordion/accordion.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "field",
|
|
1543
|
+
"name": "handleItemKeyDown",
|
|
1544
|
+
"privacy": "private",
|
|
1545
|
+
"inheritedFrom": {
|
|
1546
|
+
"name": "Accordion",
|
|
1547
|
+
"module": "src/accordion/accordion.ts"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "field",
|
|
1552
|
+
"name": "handleItemFocus",
|
|
1553
|
+
"privacy": "private",
|
|
1554
|
+
"inheritedFrom": {
|
|
1555
|
+
"name": "Accordion",
|
|
1556
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "method",
|
|
1561
|
+
"name": "adjust",
|
|
1562
|
+
"privacy": "private",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "void"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"parameters": [
|
|
1569
|
+
{
|
|
1570
|
+
"name": "adjustment",
|
|
1571
|
+
"type": {
|
|
1572
|
+
"text": "number"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"inheritedFrom": {
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "method",
|
|
1583
|
+
"name": "focusItem",
|
|
1584
|
+
"privacy": "private",
|
|
1585
|
+
"return": {
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "void"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"inheritedFrom": {
|
|
1591
|
+
"name": "Accordion",
|
|
1592
|
+
"module": "src/accordion/accordion.ts"
|
|
1593
1593
|
}
|
|
1594
1594
|
},
|
|
1595
1595
|
{
|
|
@@ -1601,8 +1601,8 @@
|
|
|
1601
1601
|
"privacy": "private",
|
|
1602
1602
|
"default": "void 0",
|
|
1603
1603
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/accordion
|
|
1604
|
+
"name": "Accordion",
|
|
1605
|
+
"module": "src/accordion/accordion.ts"
|
|
1606
1606
|
}
|
|
1607
1607
|
},
|
|
1608
1608
|
{
|
|
@@ -1614,8 +1614,8 @@
|
|
|
1614
1614
|
"privacy": "public",
|
|
1615
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1616
1616
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/accordion
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
1619
|
}
|
|
1620
1620
|
},
|
|
1621
1621
|
{
|
|
@@ -1627,8 +1627,8 @@
|
|
|
1627
1627
|
"privacy": "public",
|
|
1628
1628
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1629
1629
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/accordion
|
|
1630
|
+
"name": "Accordion",
|
|
1631
|
+
"module": "src/accordion/accordion.ts"
|
|
1632
1632
|
}
|
|
1633
1633
|
},
|
|
1634
1634
|
{
|
|
@@ -1641,8 +1641,8 @@
|
|
|
1641
1641
|
}
|
|
1642
1642
|
},
|
|
1643
1643
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/accordion
|
|
1644
|
+
"name": "Accordion",
|
|
1645
|
+
"module": "src/accordion/accordion.ts"
|
|
1646
1646
|
}
|
|
1647
1647
|
},
|
|
1648
1648
|
{
|
|
@@ -1654,8 +1654,8 @@
|
|
|
1654
1654
|
"privacy": "public",
|
|
1655
1655
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1656
1656
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/accordion
|
|
1657
|
+
"name": "Accordion",
|
|
1658
|
+
"module": "src/accordion/accordion.ts"
|
|
1659
1659
|
}
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
@@ -1668,8 +1668,8 @@
|
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
1670
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/accordion
|
|
1671
|
+
"name": "Accordion",
|
|
1672
|
+
"module": "src/accordion/accordion.ts"
|
|
1673
1673
|
}
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
@@ -1699,49 +1699,49 @@
|
|
|
1699
1699
|
],
|
|
1700
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1701
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/accordion
|
|
1702
|
+
"name": "Accordion",
|
|
1703
|
+
"module": "src/accordion/accordion.ts"
|
|
1704
1704
|
}
|
|
1705
1705
|
}
|
|
1706
1706
|
],
|
|
1707
1707
|
"events": [
|
|
1708
1708
|
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the
|
|
1709
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1710
1710
|
"name": "change",
|
|
1711
1711
|
"inheritedFrom": {
|
|
1712
|
-
"name": "
|
|
1713
|
-
"module": "src/accordion
|
|
1712
|
+
"name": "Accordion",
|
|
1713
|
+
"module": "src/accordion/accordion.ts"
|
|
1714
1714
|
}
|
|
1715
1715
|
}
|
|
1716
1716
|
]
|
|
1717
1717
|
},
|
|
1718
1718
|
{
|
|
1719
1719
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1720
|
+
"name": "zeroAccordion"
|
|
1721
1721
|
}
|
|
1722
1722
|
],
|
|
1723
1723
|
"exports": [
|
|
1724
1724
|
{
|
|
1725
1725
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1726
|
+
"name": "Accordion",
|
|
1727
1727
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/accordion
|
|
1728
|
+
"name": "Accordion",
|
|
1729
|
+
"module": "src/accordion/accordion.ts"
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
{
|
|
1733
1733
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordion",
|
|
1735
1735
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/accordion
|
|
1736
|
+
"name": "zeroAccordion",
|
|
1737
|
+
"module": "src/accordion/accordion.ts"
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
1740
|
]
|
|
1741
1741
|
},
|
|
1742
1742
|
{
|
|
1743
1743
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/accordion
|
|
1744
|
+
"path": "src/accordion/index.ts",
|
|
1745
1745
|
"declarations": [],
|
|
1746
1746
|
"exports": [
|
|
1747
1747
|
{
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
"name": "*",
|
|
1750
1750
|
"declaration": {
|
|
1751
1751
|
"name": "*",
|
|
1752
|
-
"package": "./accordion
|
|
1752
|
+
"package": "./accordion"
|
|
1753
1753
|
}
|
|
1754
1754
|
},
|
|
1755
1755
|
{
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
"name": "*",
|
|
1758
1758
|
"declaration": {
|
|
1759
1759
|
"name": "*",
|
|
1760
|
-
"package": "./accordion
|
|
1760
|
+
"package": "./accordion.styles"
|
|
1761
1761
|
}
|
|
1762
1762
|
},
|
|
1763
1763
|
{
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
"name": "*",
|
|
1766
1766
|
"declaration": {
|
|
1767
1767
|
"name": "*",
|
|
1768
|
-
"package": "./accordion
|
|
1768
|
+
"package": "./accordion.template"
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
]
|
|
@@ -2344,25 +2344,46 @@
|
|
|
2344
2344
|
},
|
|
2345
2345
|
{
|
|
2346
2346
|
"kind": "javascript-module",
|
|
2347
|
-
"path": "src/ai-
|
|
2347
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2348
|
+
"declarations": [
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "variable",
|
|
2351
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2352
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2353
|
+
}
|
|
2354
|
+
],
|
|
2355
|
+
"exports": [
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "js",
|
|
2358
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2359
|
+
"declaration": {
|
|
2360
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2361
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2362
|
+
}
|
|
2363
|
+
}
|
|
2364
|
+
]
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "javascript-module",
|
|
2368
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2348
2369
|
"declarations": [
|
|
2349
2370
|
{
|
|
2350
2371
|
"kind": "function",
|
|
2351
|
-
"name": "
|
|
2372
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2352
2373
|
"return": {
|
|
2353
2374
|
"type": {
|
|
2354
|
-
"text": "
|
|
2375
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2355
2376
|
}
|
|
2356
2377
|
},
|
|
2357
2378
|
"parameters": [
|
|
2358
2379
|
{
|
|
2359
|
-
"name": "
|
|
2380
|
+
"name": "_context",
|
|
2360
2381
|
"type": {
|
|
2361
2382
|
"text": "ElementDefinitionContext"
|
|
2362
2383
|
}
|
|
2363
2384
|
},
|
|
2364
2385
|
{
|
|
2365
|
-
"name": "
|
|
2386
|
+
"name": "_definition",
|
|
2366
2387
|
"type": {
|
|
2367
2388
|
"text": "FoundationElementDefinition"
|
|
2368
2389
|
}
|
|
@@ -2373,28 +2394,64 @@
|
|
|
2373
2394
|
"exports": [
|
|
2374
2395
|
{
|
|
2375
2396
|
"kind": "js",
|
|
2376
|
-
"name": "
|
|
2397
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2377
2398
|
"declaration": {
|
|
2378
|
-
"name": "
|
|
2379
|
-
"module": "src/ai-
|
|
2399
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2400
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2380
2401
|
}
|
|
2381
2402
|
}
|
|
2382
2403
|
]
|
|
2383
2404
|
},
|
|
2384
2405
|
{
|
|
2385
2406
|
"kind": "javascript-module",
|
|
2386
|
-
"path": "src/ai-
|
|
2407
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2387
2408
|
"declarations": [
|
|
2388
2409
|
{
|
|
2389
2410
|
"kind": "class",
|
|
2390
2411
|
"description": "",
|
|
2391
|
-
"name": "
|
|
2412
|
+
"name": "AiCriteriaSearch",
|
|
2392
2413
|
"superclass": {
|
|
2393
|
-
"name": "
|
|
2414
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2394
2415
|
"package": "@genesislcap/foundation-ui"
|
|
2395
2416
|
},
|
|
2396
|
-
"tagName": "%%prefix%%-ai-
|
|
2417
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2397
2418
|
"customElement": true,
|
|
2419
|
+
"attributes": [
|
|
2420
|
+
{
|
|
2421
|
+
"name": "placeholder",
|
|
2422
|
+
"type": {
|
|
2423
|
+
"text": "string"
|
|
2424
|
+
},
|
|
2425
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2426
|
+
"fieldName": "placeholder",
|
|
2427
|
+
"inheritedFrom": {
|
|
2428
|
+
"name": "AiCriteriaSearch",
|
|
2429
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"fieldName": "disabled",
|
|
2437
|
+
"inheritedFrom": {
|
|
2438
|
+
"name": "AiCriteriaSearch",
|
|
2439
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "mode",
|
|
2444
|
+
"type": {
|
|
2445
|
+
"text": "'append' | 'replace'"
|
|
2446
|
+
},
|
|
2447
|
+
"default": "'replace'",
|
|
2448
|
+
"fieldName": "mode",
|
|
2449
|
+
"inheritedFrom": {
|
|
2450
|
+
"name": "AiCriteriaSearch",
|
|
2451
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
],
|
|
2398
2455
|
"members": [
|
|
2399
2456
|
{
|
|
2400
2457
|
"kind": "field",
|
|
@@ -2403,242 +2460,207 @@
|
|
|
2403
2460
|
"text": "AIProvider"
|
|
2404
2461
|
},
|
|
2405
2462
|
"inheritedFrom": {
|
|
2406
|
-
"name": "
|
|
2407
|
-
"module": "src/ai-
|
|
2463
|
+
"name": "AiCriteriaSearch",
|
|
2464
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2408
2465
|
}
|
|
2409
2466
|
},
|
|
2410
2467
|
{
|
|
2411
2468
|
"kind": "field",
|
|
2412
|
-
"name": "
|
|
2469
|
+
"name": "placeholder",
|
|
2413
2470
|
"type": {
|
|
2414
|
-
"text": "
|
|
2471
|
+
"text": "string"
|
|
2415
2472
|
},
|
|
2416
|
-
"default": "
|
|
2473
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2417
2474
|
"inheritedFrom": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/ai-
|
|
2475
|
+
"name": "AiCriteriaSearch",
|
|
2476
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2420
2477
|
}
|
|
2421
2478
|
},
|
|
2422
2479
|
{
|
|
2423
2480
|
"kind": "field",
|
|
2424
|
-
"name": "
|
|
2481
|
+
"name": "disabled",
|
|
2425
2482
|
"type": {
|
|
2426
2483
|
"text": "boolean"
|
|
2427
2484
|
},
|
|
2428
|
-
"default": "false",
|
|
2429
2485
|
"inheritedFrom": {
|
|
2430
|
-
"name": "
|
|
2431
|
-
"module": "src/ai-
|
|
2486
|
+
"name": "AiCriteriaSearch",
|
|
2487
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2432
2488
|
}
|
|
2433
2489
|
},
|
|
2434
2490
|
{
|
|
2435
2491
|
"kind": "field",
|
|
2436
|
-
"name": "
|
|
2492
|
+
"name": "mode",
|
|
2437
2493
|
"type": {
|
|
2438
|
-
"text": "
|
|
2494
|
+
"text": "'append' | 'replace'"
|
|
2439
2495
|
},
|
|
2440
|
-
"default": "'
|
|
2496
|
+
"default": "'replace'",
|
|
2441
2497
|
"inheritedFrom": {
|
|
2442
|
-
"name": "
|
|
2443
|
-
"module": "src/ai-
|
|
2498
|
+
"name": "AiCriteriaSearch",
|
|
2499
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2444
2500
|
}
|
|
2445
2501
|
},
|
|
2446
2502
|
{
|
|
2447
2503
|
"kind": "field",
|
|
2448
|
-
"name": "
|
|
2504
|
+
"name": "inputValue",
|
|
2449
2505
|
"type": {
|
|
2450
|
-
"text": "
|
|
2506
|
+
"text": "string"
|
|
2451
2507
|
},
|
|
2452
|
-
"default": "
|
|
2508
|
+
"default": "''",
|
|
2453
2509
|
"inheritedFrom": {
|
|
2454
|
-
"name": "
|
|
2455
|
-
"module": "src/ai-
|
|
2510
|
+
"name": "AiCriteriaSearch",
|
|
2511
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2456
2512
|
}
|
|
2457
2513
|
},
|
|
2458
2514
|
{
|
|
2459
2515
|
"kind": "field",
|
|
2460
|
-
"name": "
|
|
2516
|
+
"name": "isInterpreting",
|
|
2461
2517
|
"type": {
|
|
2462
|
-
"text": "
|
|
2518
|
+
"text": "boolean"
|
|
2463
2519
|
},
|
|
2464
|
-
"
|
|
2465
|
-
"default": "null",
|
|
2520
|
+
"default": "false",
|
|
2466
2521
|
"inheritedFrom": {
|
|
2467
|
-
"name": "
|
|
2468
|
-
"module": "src/ai-
|
|
2522
|
+
"name": "AiCriteriaSearch",
|
|
2523
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2469
2524
|
}
|
|
2470
2525
|
},
|
|
2471
2526
|
{
|
|
2472
2527
|
"kind": "field",
|
|
2473
|
-
"name": "
|
|
2474
|
-
"
|
|
2528
|
+
"name": "lastValidCriteria",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"text": "string | null"
|
|
2531
|
+
},
|
|
2532
|
+
"default": "null",
|
|
2475
2533
|
"inheritedFrom": {
|
|
2476
|
-
"name": "
|
|
2477
|
-
"module": "src/ai-
|
|
2534
|
+
"name": "AiCriteriaSearch",
|
|
2535
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2478
2536
|
}
|
|
2479
2537
|
},
|
|
2480
2538
|
{
|
|
2481
2539
|
"kind": "field",
|
|
2482
|
-
"name": "
|
|
2540
|
+
"name": "fieldMetadata",
|
|
2483
2541
|
"type": {
|
|
2484
|
-
"text": "
|
|
2542
|
+
"text": "MetadataDetail[] | string[]"
|
|
2485
2543
|
},
|
|
2486
|
-
"
|
|
2544
|
+
"default": "[]",
|
|
2487
2545
|
"inheritedFrom": {
|
|
2488
|
-
"name": "
|
|
2489
|
-
"module": "src/ai-
|
|
2546
|
+
"name": "AiCriteriaSearch",
|
|
2547
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2490
2548
|
}
|
|
2491
2549
|
},
|
|
2492
2550
|
{
|
|
2493
2551
|
"kind": "field",
|
|
2494
|
-
"name": "
|
|
2552
|
+
"name": "isRecording",
|
|
2495
2553
|
"type": {
|
|
2496
2554
|
"text": "boolean"
|
|
2497
2555
|
},
|
|
2498
|
-
"
|
|
2556
|
+
"default": "false",
|
|
2499
2557
|
"inheritedFrom": {
|
|
2500
|
-
"name": "
|
|
2501
|
-
"module": "src/ai-
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2502
2560
|
}
|
|
2503
2561
|
},
|
|
2504
2562
|
{
|
|
2505
2563
|
"kind": "field",
|
|
2506
|
-
"name": "
|
|
2564
|
+
"name": "textAreaRef",
|
|
2507
2565
|
"type": {
|
|
2508
|
-
"text": "
|
|
2566
|
+
"text": "HTMLTextAreaElement"
|
|
2509
2567
|
},
|
|
2510
|
-
"
|
|
2568
|
+
"privacy": "public",
|
|
2511
2569
|
"inheritedFrom": {
|
|
2512
|
-
"name": "
|
|
2513
|
-
"module": "src/ai-
|
|
2570
|
+
"name": "AiCriteriaSearch",
|
|
2571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2514
2572
|
}
|
|
2515
2573
|
},
|
|
2516
2574
|
{
|
|
2517
|
-
"kind": "
|
|
2518
|
-
"name": "
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"text": "void"
|
|
2522
|
-
}
|
|
2575
|
+
"kind": "field",
|
|
2576
|
+
"name": "stopRecording",
|
|
2577
|
+
"type": {
|
|
2578
|
+
"text": "(() => void) | null"
|
|
2523
2579
|
},
|
|
2580
|
+
"privacy": "private",
|
|
2581
|
+
"default": "null",
|
|
2524
2582
|
"inheritedFrom": {
|
|
2525
|
-
"name": "
|
|
2526
|
-
"module": "src/ai-
|
|
2583
|
+
"name": "AiCriteriaSearch",
|
|
2584
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2527
2585
|
}
|
|
2528
2586
|
},
|
|
2529
2587
|
{
|
|
2530
|
-
"kind": "
|
|
2531
|
-
"name": "
|
|
2588
|
+
"kind": "field",
|
|
2589
|
+
"name": "speechApplyDebounceTimer",
|
|
2590
|
+
"type": {
|
|
2591
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2592
|
+
},
|
|
2532
2593
|
"privacy": "private",
|
|
2533
|
-
"
|
|
2534
|
-
{
|
|
2535
|
-
"name": "event",
|
|
2536
|
-
"type": {
|
|
2537
|
-
"text": "MouseEvent"
|
|
2538
|
-
}
|
|
2539
|
-
}
|
|
2540
|
-
],
|
|
2594
|
+
"default": "null",
|
|
2541
2595
|
"inheritedFrom": {
|
|
2542
|
-
"name": "
|
|
2543
|
-
"module": "src/ai-
|
|
2596
|
+
"name": "AiCriteriaSearch",
|
|
2597
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2544
2598
|
}
|
|
2545
2599
|
},
|
|
2546
2600
|
{
|
|
2547
|
-
"kind": "
|
|
2548
|
-
"name": "
|
|
2601
|
+
"kind": "field",
|
|
2602
|
+
"name": "baseInputForAppend",
|
|
2603
|
+
"type": {
|
|
2604
|
+
"text": "string"
|
|
2605
|
+
},
|
|
2606
|
+
"privacy": "private",
|
|
2607
|
+
"default": "''",
|
|
2549
2608
|
"inheritedFrom": {
|
|
2550
|
-
"name": "
|
|
2551
|
-
"module": "src/ai-
|
|
2609
|
+
"name": "AiCriteriaSearch",
|
|
2610
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2552
2611
|
}
|
|
2553
2612
|
},
|
|
2554
2613
|
{
|
|
2555
|
-
"kind": "
|
|
2556
|
-
"name": "
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2559
|
-
"text": "Promise<void>"
|
|
2560
|
-
}
|
|
2614
|
+
"kind": "field",
|
|
2615
|
+
"name": "speechAvailable",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "boolean"
|
|
2561
2618
|
},
|
|
2619
|
+
"readonly": true,
|
|
2562
2620
|
"inheritedFrom": {
|
|
2563
|
-
"name": "
|
|
2564
|
-
"module": "src/ai-
|
|
2621
|
+
"name": "AiCriteriaSearch",
|
|
2622
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2565
2623
|
}
|
|
2566
2624
|
},
|
|
2567
2625
|
{
|
|
2568
2626
|
"kind": "method",
|
|
2569
|
-
"name": "
|
|
2570
|
-
"privacy": "private",
|
|
2571
|
-
"return": {
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "AIIndicatorState"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
"parameters": [
|
|
2577
|
-
{
|
|
2578
|
-
"name": "s",
|
|
2579
|
-
"type": {
|
|
2580
|
-
"text": "AIStatus | null"
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
|
-
],
|
|
2627
|
+
"name": "handleSubmit",
|
|
2584
2628
|
"inheritedFrom": {
|
|
2585
|
-
"name": "
|
|
2586
|
-
"module": "src/ai-
|
|
2629
|
+
"name": "AiCriteriaSearch",
|
|
2630
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2587
2631
|
}
|
|
2588
2632
|
},
|
|
2589
2633
|
{
|
|
2590
2634
|
"kind": "method",
|
|
2591
|
-
"name": "
|
|
2592
|
-
"privacy": "private",
|
|
2593
|
-
"return": {
|
|
2594
|
-
"type": {
|
|
2595
|
-
"text": "void"
|
|
2596
|
-
}
|
|
2597
|
-
},
|
|
2635
|
+
"name": "handleBlur",
|
|
2598
2636
|
"inheritedFrom": {
|
|
2599
|
-
"name": "
|
|
2600
|
-
"module": "src/ai-
|
|
2637
|
+
"name": "AiCriteriaSearch",
|
|
2638
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2601
2639
|
}
|
|
2602
2640
|
},
|
|
2603
2641
|
{
|
|
2604
2642
|
"kind": "method",
|
|
2605
|
-
"name": "
|
|
2606
|
-
"privacy": "private",
|
|
2607
|
-
"return": {
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "void"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2643
|
+
"name": "clear",
|
|
2612
2644
|
"inheritedFrom": {
|
|
2613
|
-
"name": "
|
|
2614
|
-
"module": "src/ai-
|
|
2645
|
+
"name": "AiCriteriaSearch",
|
|
2646
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2615
2647
|
}
|
|
2616
2648
|
},
|
|
2617
2649
|
{
|
|
2618
2650
|
"kind": "method",
|
|
2619
|
-
"name": "
|
|
2620
|
-
"privacy": "private",
|
|
2621
|
-
"return": {
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "void"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2651
|
+
"name": "toggleSpeechInput",
|
|
2626
2652
|
"inheritedFrom": {
|
|
2627
|
-
"name": "
|
|
2628
|
-
"module": "src/ai-
|
|
2653
|
+
"name": "AiCriteriaSearch",
|
|
2654
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2629
2655
|
}
|
|
2630
2656
|
},
|
|
2631
2657
|
{
|
|
2632
2658
|
"kind": "method",
|
|
2633
|
-
"name": "
|
|
2634
|
-
"
|
|
2635
|
-
"type": {
|
|
2636
|
-
"text": "Promise<void>"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2659
|
+
"name": "clearSpeechApplyDebounce",
|
|
2660
|
+
"privacy": "private",
|
|
2639
2661
|
"inheritedFrom": {
|
|
2640
|
-
"name": "
|
|
2641
|
-
"module": "src/ai-
|
|
2662
|
+
"name": "AiCriteriaSearch",
|
|
2663
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2642
2664
|
}
|
|
2643
2665
|
},
|
|
2644
2666
|
{
|
|
@@ -2752,97 +2774,104 @@
|
|
|
2752
2774
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2753
2775
|
}
|
|
2754
2776
|
}
|
|
2777
|
+
],
|
|
2778
|
+
"events": [
|
|
2779
|
+
{
|
|
2780
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2781
|
+
"name": "criteria-changed",
|
|
2782
|
+
"inheritedFrom": {
|
|
2783
|
+
"name": "AiCriteriaSearch",
|
|
2784
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2789
|
+
"name": "validation-errors",
|
|
2790
|
+
"inheritedFrom": {
|
|
2791
|
+
"name": "AiCriteriaSearch",
|
|
2792
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2755
2795
|
]
|
|
2756
2796
|
},
|
|
2757
2797
|
{
|
|
2758
2798
|
"kind": "variable",
|
|
2759
|
-
"name": "
|
|
2799
|
+
"name": "zeroAiCriteriaSearch",
|
|
2800
|
+
"description": "The Zero AI Criteria Search",
|
|
2801
|
+
"privacy": "public"
|
|
2760
2802
|
}
|
|
2761
2803
|
],
|
|
2762
2804
|
"exports": [
|
|
2763
2805
|
{
|
|
2764
2806
|
"kind": "js",
|
|
2765
|
-
"name": "
|
|
2807
|
+
"name": "AiCriteriaSearch",
|
|
2766
2808
|
"declaration": {
|
|
2767
|
-
"name": "
|
|
2768
|
-
"module": "src/ai-
|
|
2809
|
+
"name": "AiCriteriaSearch",
|
|
2810
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2769
2811
|
}
|
|
2770
2812
|
},
|
|
2771
2813
|
{
|
|
2772
2814
|
"kind": "js",
|
|
2773
|
-
"name": "
|
|
2815
|
+
"name": "zeroAiCriteriaSearch",
|
|
2774
2816
|
"declaration": {
|
|
2775
|
-
"name": "
|
|
2776
|
-
"module": "src/ai-
|
|
2817
|
+
"name": "zeroAiCriteriaSearch",
|
|
2818
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2777
2819
|
}
|
|
2778
2820
|
}
|
|
2779
2821
|
]
|
|
2780
2822
|
},
|
|
2781
2823
|
{
|
|
2782
2824
|
"kind": "javascript-module",
|
|
2783
|
-
"path": "src/ai-
|
|
2825
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2784
2826
|
"declarations": [],
|
|
2785
2827
|
"exports": [
|
|
2786
2828
|
{
|
|
2787
2829
|
"kind": "js",
|
|
2788
|
-
"name": "
|
|
2830
|
+
"name": "*",
|
|
2789
2831
|
"declaration": {
|
|
2790
|
-
"name": "
|
|
2791
|
-
"
|
|
2832
|
+
"name": "*",
|
|
2833
|
+
"package": "./ai-criteria-search"
|
|
2792
2834
|
}
|
|
2793
2835
|
},
|
|
2794
2836
|
{
|
|
2795
2837
|
"kind": "js",
|
|
2796
|
-
"name": "
|
|
2838
|
+
"name": "*",
|
|
2797
2839
|
"declaration": {
|
|
2798
|
-
"name": "
|
|
2799
|
-
"
|
|
2840
|
+
"name": "*",
|
|
2841
|
+
"package": "./ai-criteria-search.styles"
|
|
2800
2842
|
}
|
|
2801
|
-
}
|
|
2802
|
-
]
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"kind": "javascript-module",
|
|
2806
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2807
|
-
"declarations": [
|
|
2808
|
-
{
|
|
2809
|
-
"kind": "variable",
|
|
2810
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
2811
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2812
|
-
}
|
|
2813
|
-
],
|
|
2814
|
-
"exports": [
|
|
2843
|
+
},
|
|
2815
2844
|
{
|
|
2816
2845
|
"kind": "js",
|
|
2817
|
-
"name": "
|
|
2846
|
+
"name": "*",
|
|
2818
2847
|
"declaration": {
|
|
2819
|
-
"name": "
|
|
2820
|
-
"
|
|
2848
|
+
"name": "*",
|
|
2849
|
+
"package": "./ai-criteria-search.template"
|
|
2821
2850
|
}
|
|
2822
2851
|
}
|
|
2823
2852
|
]
|
|
2824
2853
|
},
|
|
2825
2854
|
{
|
|
2826
2855
|
"kind": "javascript-module",
|
|
2827
|
-
"path": "src/ai-
|
|
2856
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2828
2857
|
"declarations": [
|
|
2829
2858
|
{
|
|
2830
2859
|
"kind": "function",
|
|
2831
|
-
"name": "
|
|
2860
|
+
"name": "zeroAiIndicatorStyles",
|
|
2832
2861
|
"return": {
|
|
2833
2862
|
"type": {
|
|
2834
|
-
"text": "
|
|
2863
|
+
"text": "ElementStyles"
|
|
2835
2864
|
}
|
|
2836
2865
|
},
|
|
2837
2866
|
"parameters": [
|
|
2838
2867
|
{
|
|
2839
|
-
"name": "
|
|
2868
|
+
"name": "context",
|
|
2840
2869
|
"type": {
|
|
2841
2870
|
"text": "ElementDefinitionContext"
|
|
2842
2871
|
}
|
|
2843
2872
|
},
|
|
2844
2873
|
{
|
|
2845
|
-
"name": "
|
|
2874
|
+
"name": "definition",
|
|
2846
2875
|
"type": {
|
|
2847
2876
|
"text": "FoundationElementDefinition"
|
|
2848
2877
|
}
|
|
@@ -2853,64 +2882,28 @@
|
|
|
2853
2882
|
"exports": [
|
|
2854
2883
|
{
|
|
2855
2884
|
"kind": "js",
|
|
2856
|
-
"name": "
|
|
2885
|
+
"name": "zeroAiIndicatorStyles",
|
|
2857
2886
|
"declaration": {
|
|
2858
|
-
"name": "
|
|
2859
|
-
"module": "src/ai-
|
|
2887
|
+
"name": "zeroAiIndicatorStyles",
|
|
2888
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2860
2889
|
}
|
|
2861
2890
|
}
|
|
2862
2891
|
]
|
|
2863
2892
|
},
|
|
2864
2893
|
{
|
|
2865
2894
|
"kind": "javascript-module",
|
|
2866
|
-
"path": "src/ai-
|
|
2895
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2867
2896
|
"declarations": [
|
|
2868
2897
|
{
|
|
2869
2898
|
"kind": "class",
|
|
2870
2899
|
"description": "",
|
|
2871
|
-
"name": "
|
|
2900
|
+
"name": "AiIndicator",
|
|
2872
2901
|
"superclass": {
|
|
2873
|
-
"name": "
|
|
2902
|
+
"name": "FoundationAiIndicator",
|
|
2874
2903
|
"package": "@genesislcap/foundation-ui"
|
|
2875
2904
|
},
|
|
2876
|
-
"tagName": "%%prefix%%-ai-
|
|
2905
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2877
2906
|
"customElement": true,
|
|
2878
|
-
"attributes": [
|
|
2879
|
-
{
|
|
2880
|
-
"name": "placeholder",
|
|
2881
|
-
"type": {
|
|
2882
|
-
"text": "string"
|
|
2883
|
-
},
|
|
2884
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2885
|
-
"fieldName": "placeholder",
|
|
2886
|
-
"inheritedFrom": {
|
|
2887
|
-
"name": "AiCriteriaSearch",
|
|
2888
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2889
|
-
}
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"type": {
|
|
2893
|
-
"text": "boolean"
|
|
2894
|
-
},
|
|
2895
|
-
"fieldName": "disabled",
|
|
2896
|
-
"inheritedFrom": {
|
|
2897
|
-
"name": "AiCriteriaSearch",
|
|
2898
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"name": "mode",
|
|
2903
|
-
"type": {
|
|
2904
|
-
"text": "'append' | 'replace'"
|
|
2905
|
-
},
|
|
2906
|
-
"default": "'replace'",
|
|
2907
|
-
"fieldName": "mode",
|
|
2908
|
-
"inheritedFrom": {
|
|
2909
|
-
"name": "AiCriteriaSearch",
|
|
2910
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
],
|
|
2914
2907
|
"members": [
|
|
2915
2908
|
{
|
|
2916
2909
|
"kind": "field",
|
|
@@ -2919,207 +2912,242 @@
|
|
|
2919
2912
|
"text": "AIProvider"
|
|
2920
2913
|
},
|
|
2921
2914
|
"inheritedFrom": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"module": "src/ai-
|
|
2915
|
+
"name": "AiIndicator",
|
|
2916
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2924
2917
|
}
|
|
2925
2918
|
},
|
|
2926
2919
|
{
|
|
2927
2920
|
"kind": "field",
|
|
2928
|
-
"name": "
|
|
2921
|
+
"name": "status",
|
|
2929
2922
|
"type": {
|
|
2930
|
-
"text": "
|
|
2923
|
+
"text": "AIStatus | null"
|
|
2931
2924
|
},
|
|
2932
|
-
"default": "
|
|
2925
|
+
"default": "null",
|
|
2933
2926
|
"inheritedFrom": {
|
|
2934
|
-
"name": "
|
|
2935
|
-
"module": "src/ai-
|
|
2927
|
+
"name": "AiIndicator",
|
|
2928
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2936
2929
|
}
|
|
2937
2930
|
},
|
|
2938
2931
|
{
|
|
2939
2932
|
"kind": "field",
|
|
2940
|
-
"name": "
|
|
2933
|
+
"name": "open",
|
|
2941
2934
|
"type": {
|
|
2942
2935
|
"text": "boolean"
|
|
2943
2936
|
},
|
|
2937
|
+
"default": "false",
|
|
2944
2938
|
"inheritedFrom": {
|
|
2945
|
-
"name": "
|
|
2946
|
-
"module": "src/ai-
|
|
2947
|
-
}
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"kind": "field",
|
|
2951
|
-
"name": "mode",
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "'append' | 'replace'"
|
|
2954
|
-
},
|
|
2955
|
-
"default": "'replace'",
|
|
2956
|
-
"inheritedFrom": {
|
|
2957
|
-
"name": "AiCriteriaSearch",
|
|
2958
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2939
|
+
"name": "AiIndicator",
|
|
2940
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2959
2941
|
}
|
|
2960
2942
|
},
|
|
2961
2943
|
{
|
|
2962
2944
|
"kind": "field",
|
|
2963
|
-
"name": "
|
|
2945
|
+
"name": "state",
|
|
2964
2946
|
"type": {
|
|
2965
|
-
"text": "
|
|
2947
|
+
"text": "AIIndicatorState"
|
|
2966
2948
|
},
|
|
2967
|
-
"default": "''",
|
|
2949
|
+
"default": "'none'",
|
|
2968
2950
|
"inheritedFrom": {
|
|
2969
|
-
"name": "
|
|
2970
|
-
"module": "src/ai-
|
|
2951
|
+
"name": "AiIndicator",
|
|
2952
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2971
2953
|
}
|
|
2972
2954
|
},
|
|
2973
2955
|
{
|
|
2974
2956
|
"kind": "field",
|
|
2975
|
-
"name": "
|
|
2957
|
+
"name": "isInstalling",
|
|
2976
2958
|
"type": {
|
|
2977
2959
|
"text": "boolean"
|
|
2978
2960
|
},
|
|
2979
2961
|
"default": "false",
|
|
2980
2962
|
"inheritedFrom": {
|
|
2981
|
-
"name": "
|
|
2982
|
-
"module": "src/ai-
|
|
2963
|
+
"name": "AiIndicator",
|
|
2964
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2983
2965
|
}
|
|
2984
2966
|
},
|
|
2985
2967
|
{
|
|
2986
2968
|
"kind": "field",
|
|
2987
|
-
"name": "
|
|
2969
|
+
"name": "pollTimer",
|
|
2988
2970
|
"type": {
|
|
2989
|
-
"text": "
|
|
2971
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2990
2972
|
},
|
|
2973
|
+
"privacy": "private",
|
|
2991
2974
|
"default": "null",
|
|
2992
2975
|
"inheritedFrom": {
|
|
2993
|
-
"name": "
|
|
2994
|
-
"module": "src/ai-
|
|
2976
|
+
"name": "AiIndicator",
|
|
2977
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2995
2978
|
}
|
|
2996
2979
|
},
|
|
2997
2980
|
{
|
|
2998
2981
|
"kind": "field",
|
|
2999
|
-
"name": "
|
|
3000
|
-
"
|
|
3001
|
-
"text": "MetadataDetail[] | string[]"
|
|
3002
|
-
},
|
|
3003
|
-
"default": "[]",
|
|
2982
|
+
"name": "clickOutside",
|
|
2983
|
+
"privacy": "private",
|
|
3004
2984
|
"inheritedFrom": {
|
|
3005
|
-
"name": "
|
|
3006
|
-
"module": "src/ai-
|
|
2985
|
+
"name": "AiIndicator",
|
|
2986
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3007
2987
|
}
|
|
3008
2988
|
},
|
|
3009
2989
|
{
|
|
3010
2990
|
"kind": "field",
|
|
3011
|
-
"name": "
|
|
2991
|
+
"name": "chromeStatusLabel",
|
|
3012
2992
|
"type": {
|
|
3013
|
-
"text": "
|
|
2993
|
+
"text": "string | null"
|
|
3014
2994
|
},
|
|
3015
|
-
"
|
|
2995
|
+
"readonly": true,
|
|
3016
2996
|
"inheritedFrom": {
|
|
3017
|
-
"name": "
|
|
3018
|
-
"module": "src/ai-
|
|
2997
|
+
"name": "AiIndicator",
|
|
2998
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3019
2999
|
}
|
|
3020
3000
|
},
|
|
3021
3001
|
{
|
|
3022
3002
|
"kind": "field",
|
|
3023
|
-
"name": "
|
|
3003
|
+
"name": "canInstall",
|
|
3024
3004
|
"type": {
|
|
3025
|
-
"text": "
|
|
3005
|
+
"text": "boolean"
|
|
3026
3006
|
},
|
|
3027
|
-
"
|
|
3007
|
+
"readonly": true,
|
|
3028
3008
|
"inheritedFrom": {
|
|
3029
|
-
"name": "
|
|
3030
|
-
"module": "src/ai-
|
|
3009
|
+
"name": "AiIndicator",
|
|
3010
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3031
3011
|
}
|
|
3032
3012
|
},
|
|
3033
3013
|
{
|
|
3034
3014
|
"kind": "field",
|
|
3035
|
-
"name": "
|
|
3015
|
+
"name": "isDownloading",
|
|
3036
3016
|
"type": {
|
|
3037
|
-
"text": "
|
|
3017
|
+
"text": "boolean"
|
|
3038
3018
|
},
|
|
3039
|
-
"
|
|
3040
|
-
"default": "null",
|
|
3019
|
+
"readonly": true,
|
|
3041
3020
|
"inheritedFrom": {
|
|
3042
|
-
"name": "
|
|
3043
|
-
"module": "src/ai-
|
|
3021
|
+
"name": "AiIndicator",
|
|
3022
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3044
3023
|
}
|
|
3045
3024
|
},
|
|
3046
3025
|
{
|
|
3047
|
-
"kind": "
|
|
3048
|
-
"name": "
|
|
3049
|
-
"
|
|
3050
|
-
"
|
|
3026
|
+
"kind": "method",
|
|
3027
|
+
"name": "openChanged",
|
|
3028
|
+
"return": {
|
|
3029
|
+
"type": {
|
|
3030
|
+
"text": "void"
|
|
3031
|
+
}
|
|
3051
3032
|
},
|
|
3052
|
-
"privacy": "private",
|
|
3053
|
-
"default": "null",
|
|
3054
3033
|
"inheritedFrom": {
|
|
3055
|
-
"name": "
|
|
3056
|
-
"module": "src/ai-
|
|
3034
|
+
"name": "AiIndicator",
|
|
3035
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3057
3036
|
}
|
|
3058
3037
|
},
|
|
3059
3038
|
{
|
|
3060
|
-
"kind": "
|
|
3061
|
-
"name": "
|
|
3062
|
-
"type": {
|
|
3063
|
-
"text": "string"
|
|
3064
|
-
},
|
|
3039
|
+
"kind": "method",
|
|
3040
|
+
"name": "handleClickOutside",
|
|
3065
3041
|
"privacy": "private",
|
|
3066
|
-
"
|
|
3042
|
+
"parameters": [
|
|
3043
|
+
{
|
|
3044
|
+
"name": "event",
|
|
3045
|
+
"type": {
|
|
3046
|
+
"text": "MouseEvent"
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
],
|
|
3067
3050
|
"inheritedFrom": {
|
|
3068
|
-
"name": "
|
|
3069
|
-
"module": "src/ai-
|
|
3051
|
+
"name": "AiIndicator",
|
|
3052
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3070
3053
|
}
|
|
3071
3054
|
},
|
|
3072
3055
|
{
|
|
3073
|
-
"kind": "
|
|
3074
|
-
"name": "
|
|
3075
|
-
"type": {
|
|
3076
|
-
"text": "boolean"
|
|
3077
|
-
},
|
|
3078
|
-
"readonly": true,
|
|
3056
|
+
"kind": "method",
|
|
3057
|
+
"name": "toggleDropdown",
|
|
3079
3058
|
"inheritedFrom": {
|
|
3080
|
-
"name": "
|
|
3081
|
-
"module": "src/ai-
|
|
3059
|
+
"name": "AiIndicator",
|
|
3060
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3082
3061
|
}
|
|
3083
3062
|
},
|
|
3084
3063
|
{
|
|
3085
3064
|
"kind": "method",
|
|
3086
|
-
"name": "
|
|
3065
|
+
"name": "refreshStatus",
|
|
3066
|
+
"return": {
|
|
3067
|
+
"type": {
|
|
3068
|
+
"text": "Promise<void>"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3087
3071
|
"inheritedFrom": {
|
|
3088
|
-
"name": "
|
|
3089
|
-
"module": "src/ai-
|
|
3072
|
+
"name": "AiIndicator",
|
|
3073
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3090
3074
|
}
|
|
3091
3075
|
},
|
|
3092
3076
|
{
|
|
3093
3077
|
"kind": "method",
|
|
3094
|
-
"name": "
|
|
3078
|
+
"name": "deriveState",
|
|
3079
|
+
"privacy": "private",
|
|
3080
|
+
"return": {
|
|
3081
|
+
"type": {
|
|
3082
|
+
"text": "AIIndicatorState"
|
|
3083
|
+
}
|
|
3084
|
+
},
|
|
3085
|
+
"parameters": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "s",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "AIStatus | null"
|
|
3090
|
+
}
|
|
3091
|
+
}
|
|
3092
|
+
],
|
|
3095
3093
|
"inheritedFrom": {
|
|
3096
|
-
"name": "
|
|
3097
|
-
"module": "src/ai-
|
|
3094
|
+
"name": "AiIndicator",
|
|
3095
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3098
3096
|
}
|
|
3099
3097
|
},
|
|
3100
3098
|
{
|
|
3101
3099
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
3100
|
+
"name": "maybeStartPolling",
|
|
3101
|
+
"privacy": "private",
|
|
3102
|
+
"return": {
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "void"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3103
3107
|
"inheritedFrom": {
|
|
3104
|
-
"name": "
|
|
3105
|
-
"module": "src/ai-
|
|
3108
|
+
"name": "AiIndicator",
|
|
3109
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3106
3110
|
}
|
|
3107
3111
|
},
|
|
3108
3112
|
{
|
|
3109
3113
|
"kind": "method",
|
|
3110
|
-
"name": "
|
|
3114
|
+
"name": "startPolling",
|
|
3115
|
+
"privacy": "private",
|
|
3116
|
+
"return": {
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "void"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3111
3121
|
"inheritedFrom": {
|
|
3112
|
-
"name": "
|
|
3113
|
-
"module": "src/ai-
|
|
3122
|
+
"name": "AiIndicator",
|
|
3123
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3114
3124
|
}
|
|
3115
3125
|
},
|
|
3116
3126
|
{
|
|
3117
3127
|
"kind": "method",
|
|
3118
|
-
"name": "
|
|
3128
|
+
"name": "stopPolling",
|
|
3119
3129
|
"privacy": "private",
|
|
3130
|
+
"return": {
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "void"
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3120
3135
|
"inheritedFrom": {
|
|
3121
|
-
"name": "
|
|
3122
|
-
"module": "src/ai-
|
|
3136
|
+
"name": "AiIndicator",
|
|
3137
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"kind": "method",
|
|
3142
|
+
"name": "onInstall",
|
|
3143
|
+
"return": {
|
|
3144
|
+
"type": {
|
|
3145
|
+
"text": "Promise<void>"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"inheritedFrom": {
|
|
3149
|
+
"name": "AiIndicator",
|
|
3150
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3123
3151
|
}
|
|
3124
3152
|
},
|
|
3125
3153
|
{
|
|
@@ -3233,79 +3261,51 @@
|
|
|
3233
3261
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3234
3262
|
}
|
|
3235
3263
|
}
|
|
3236
|
-
],
|
|
3237
|
-
"events": [
|
|
3238
|
-
{
|
|
3239
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3240
|
-
"name": "criteria-changed",
|
|
3241
|
-
"inheritedFrom": {
|
|
3242
|
-
"name": "AiCriteriaSearch",
|
|
3243
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3248
|
-
"name": "validation-errors",
|
|
3249
|
-
"inheritedFrom": {
|
|
3250
|
-
"name": "AiCriteriaSearch",
|
|
3251
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
3264
|
]
|
|
3255
3265
|
},
|
|
3256
3266
|
{
|
|
3257
3267
|
"kind": "variable",
|
|
3258
|
-
"name": "
|
|
3259
|
-
"description": "The Zero AI Criteria Search",
|
|
3260
|
-
"privacy": "public"
|
|
3268
|
+
"name": "zeroAiIndicator"
|
|
3261
3269
|
}
|
|
3262
3270
|
],
|
|
3263
3271
|
"exports": [
|
|
3264
3272
|
{
|
|
3265
3273
|
"kind": "js",
|
|
3266
|
-
"name": "
|
|
3274
|
+
"name": "AiIndicator",
|
|
3267
3275
|
"declaration": {
|
|
3268
|
-
"name": "
|
|
3269
|
-
"module": "src/ai-
|
|
3276
|
+
"name": "AiIndicator",
|
|
3277
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3270
3278
|
}
|
|
3271
3279
|
},
|
|
3272
3280
|
{
|
|
3273
3281
|
"kind": "js",
|
|
3274
|
-
"name": "
|
|
3282
|
+
"name": "zeroAiIndicator",
|
|
3275
3283
|
"declaration": {
|
|
3276
|
-
"name": "
|
|
3277
|
-
"module": "src/ai-
|
|
3284
|
+
"name": "zeroAiIndicator",
|
|
3285
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3278
3286
|
}
|
|
3279
3287
|
}
|
|
3280
3288
|
]
|
|
3281
3289
|
},
|
|
3282
3290
|
{
|
|
3283
3291
|
"kind": "javascript-module",
|
|
3284
|
-
"path": "src/ai-
|
|
3292
|
+
"path": "src/ai-indicator/index.ts",
|
|
3285
3293
|
"declarations": [],
|
|
3286
3294
|
"exports": [
|
|
3287
3295
|
{
|
|
3288
3296
|
"kind": "js",
|
|
3289
|
-
"name": "
|
|
3290
|
-
"declaration": {
|
|
3291
|
-
"name": "*",
|
|
3292
|
-
"package": "./ai-criteria-search"
|
|
3293
|
-
}
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"kind": "js",
|
|
3297
|
-
"name": "*",
|
|
3297
|
+
"name": "AiIndicator",
|
|
3298
3298
|
"declaration": {
|
|
3299
|
-
"name": "
|
|
3300
|
-
"
|
|
3299
|
+
"name": "AiIndicator",
|
|
3300
|
+
"module": "./ai-indicator"
|
|
3301
3301
|
}
|
|
3302
3302
|
},
|
|
3303
3303
|
{
|
|
3304
3304
|
"kind": "js",
|
|
3305
|
-
"name": "
|
|
3305
|
+
"name": "zeroAiIndicator",
|
|
3306
3306
|
"declaration": {
|
|
3307
|
-
"name": "
|
|
3308
|
-
"
|
|
3307
|
+
"name": "zeroAiIndicator",
|
|
3308
|
+
"module": "./ai-indicator"
|
|
3309
3309
|
}
|
|
3310
3310
|
}
|
|
3311
3311
|
]
|