@genesislcap/foundation-zero 14.479.0 → 14.479.1-alpha-af2aa5c.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 +727 -727
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +12 -12
|
@@ -931,11 +931,11 @@
|
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"kind": "javascript-module",
|
|
934
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
934
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
935
935
|
"declarations": [
|
|
936
936
|
{
|
|
937
937
|
"kind": "function",
|
|
938
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionItemStyles",
|
|
939
939
|
"return": {
|
|
940
940
|
"type": {
|
|
941
941
|
"text": "ElementStyles"
|
|
@@ -960,24 +960,24 @@
|
|
|
960
960
|
"exports": [
|
|
961
961
|
{
|
|
962
962
|
"kind": "js",
|
|
963
|
-
"name": "
|
|
963
|
+
"name": "zeroAccordionItemStyles",
|
|
964
964
|
"declaration": {
|
|
965
|
-
"name": "
|
|
966
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
965
|
+
"name": "zeroAccordionItemStyles",
|
|
966
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"kind": "javascript-module",
|
|
973
|
-
"path": "src/accordion/accordion.template.ts",
|
|
973
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
974
974
|
"declarations": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "function",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionItemTemplate",
|
|
978
978
|
"return": {
|
|
979
979
|
"type": {
|
|
980
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"parameters": [
|
|
@@ -999,389 +999,268 @@
|
|
|
999
999
|
"exports": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"kind": "js",
|
|
1002
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionItemTemplate",
|
|
1003
1003
|
"declaration": {
|
|
1004
|
-
"name": "
|
|
1005
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1004
|
+
"name": "zeroAccordionItemTemplate",
|
|
1005
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/accordion/accordion.ts",
|
|
1012
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1013
1013
|
"declarations": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "class",
|
|
1016
1016
|
"description": "",
|
|
1017
|
-
"name": "
|
|
1017
|
+
"name": "AccordionItem",
|
|
1018
1018
|
"superclass": {
|
|
1019
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordionItem",
|
|
1020
1020
|
"package": "@genesislcap/foundation-ui"
|
|
1021
1021
|
},
|
|
1022
1022
|
"tagName": "%%prefix%%-card",
|
|
1023
1023
|
"customElement": true,
|
|
1024
1024
|
"attributes": [
|
|
1025
1025
|
{
|
|
1026
|
-
"name": "
|
|
1026
|
+
"name": "heading-level",
|
|
1027
1027
|
"type": {
|
|
1028
|
-
"text": "
|
|
1028
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1029
1029
|
},
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
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",
|
|
1032
1033
|
"inheritedFrom": {
|
|
1033
|
-
"name": "
|
|
1034
|
-
"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"
|
|
1035
1060
|
}
|
|
1036
1061
|
}
|
|
1037
1062
|
],
|
|
1038
1063
|
"members": [
|
|
1039
1064
|
{
|
|
1040
1065
|
"kind": "field",
|
|
1041
|
-
"name": "
|
|
1066
|
+
"name": "headinglevel",
|
|
1042
1067
|
"type": {
|
|
1043
|
-
"text": "
|
|
1068
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1044
1069
|
},
|
|
1045
1070
|
"privacy": "public",
|
|
1046
|
-
"
|
|
1071
|
+
"default": "2",
|
|
1072
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1047
1073
|
"inheritedFrom": {
|
|
1048
|
-
"name": "
|
|
1049
|
-
"module": "src/accordion/accordion.ts"
|
|
1074
|
+
"name": "AccordionItem",
|
|
1075
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1050
1076
|
}
|
|
1051
1077
|
},
|
|
1052
1078
|
{
|
|
1053
1079
|
"kind": "field",
|
|
1054
|
-
"name": "
|
|
1080
|
+
"name": "expanded",
|
|
1055
1081
|
"type": {
|
|
1056
|
-
"text": "
|
|
1082
|
+
"text": "boolean"
|
|
1057
1083
|
},
|
|
1058
|
-
"privacy": "
|
|
1084
|
+
"privacy": "public",
|
|
1085
|
+
"default": "false",
|
|
1086
|
+
"description": "Expands or collapses the item.",
|
|
1059
1087
|
"inheritedFrom": {
|
|
1060
|
-
"name": "
|
|
1061
|
-
"module": "src/accordion/accordion.ts"
|
|
1088
|
+
"name": "AccordionItem",
|
|
1089
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1062
1090
|
}
|
|
1063
1091
|
},
|
|
1064
1092
|
{
|
|
1065
1093
|
"kind": "field",
|
|
1066
|
-
"name": "
|
|
1094
|
+
"name": "id",
|
|
1067
1095
|
"type": {
|
|
1068
|
-
"text": "
|
|
1096
|
+
"text": "string"
|
|
1069
1097
|
},
|
|
1070
|
-
"privacy": "
|
|
1071
|
-
"
|
|
1098
|
+
"privacy": "public",
|
|
1099
|
+
"description": "The item ID",
|
|
1072
1100
|
"inheritedFrom": {
|
|
1073
|
-
"name": "
|
|
1074
|
-
"module": "src/accordion/accordion.ts"
|
|
1101
|
+
"name": "AccordionItem",
|
|
1102
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1075
1103
|
}
|
|
1076
1104
|
},
|
|
1077
1105
|
{
|
|
1078
1106
|
"kind": "field",
|
|
1079
|
-
"name": "
|
|
1080
|
-
"type": {
|
|
1081
|
-
"text": "Array<string | null>"
|
|
1082
|
-
},
|
|
1107
|
+
"name": "change",
|
|
1083
1108
|
"privacy": "private",
|
|
1084
1109
|
"inheritedFrom": {
|
|
1085
|
-
"name": "
|
|
1086
|
-
"module": "src/accordion/accordion.ts"
|
|
1110
|
+
"name": "AccordionItem",
|
|
1111
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1087
1112
|
}
|
|
1088
1113
|
},
|
|
1089
1114
|
{
|
|
1090
1115
|
"kind": "field",
|
|
1091
|
-
"name": "
|
|
1116
|
+
"name": "_presentation",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
+
},
|
|
1092
1120
|
"privacy": "private",
|
|
1121
|
+
"default": "void 0",
|
|
1093
1122
|
"inheritedFrom": {
|
|
1094
|
-
"name": "
|
|
1095
|
-
"module": "src/accordion/accordion.ts"
|
|
1123
|
+
"name": "AccordionItem",
|
|
1124
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1096
1125
|
}
|
|
1097
1126
|
},
|
|
1098
1127
|
{
|
|
1099
|
-
"kind": "
|
|
1100
|
-
"name": "
|
|
1101
|
-
"
|
|
1102
|
-
|
|
1103
|
-
"type": {
|
|
1104
|
-
"text": "AccordionItem | null"
|
|
1105
|
-
}
|
|
1128
|
+
"kind": "field",
|
|
1129
|
+
"name": "$presentation",
|
|
1130
|
+
"type": {
|
|
1131
|
+
"text": "ComponentPresentation | null"
|
|
1106
1132
|
},
|
|
1133
|
+
"privacy": "public",
|
|
1134
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1107
1135
|
"inheritedFrom": {
|
|
1108
|
-
"name": "
|
|
1109
|
-
"module": "src/accordion/accordion.ts"
|
|
1136
|
+
"name": "AccordionItem",
|
|
1137
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1110
1138
|
}
|
|
1111
1139
|
},
|
|
1112
1140
|
{
|
|
1113
1141
|
"kind": "field",
|
|
1114
|
-
"name": "
|
|
1115
|
-
"
|
|
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.",
|
|
1116
1148
|
"inheritedFrom": {
|
|
1117
|
-
"name": "
|
|
1118
|
-
"module": "src/accordion/accordion.ts"
|
|
1149
|
+
"name": "AccordionItem",
|
|
1150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1119
1151
|
}
|
|
1120
1152
|
},
|
|
1121
1153
|
{
|
|
1122
1154
|
"kind": "method",
|
|
1123
|
-
"name": "
|
|
1124
|
-
"privacy": "
|
|
1155
|
+
"name": "templateChanged",
|
|
1156
|
+
"privacy": "protected",
|
|
1125
1157
|
"return": {
|
|
1126
1158
|
"type": {
|
|
1127
1159
|
"text": "void"
|
|
1128
1160
|
}
|
|
1129
1161
|
},
|
|
1130
1162
|
"inheritedFrom": {
|
|
1131
|
-
"name": "
|
|
1132
|
-
"module": "src/accordion/accordion.ts"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "field",
|
|
1137
|
-
"name": "removeItemListeners",
|
|
1138
|
-
"privacy": "private",
|
|
1139
|
-
"inheritedFrom": {
|
|
1140
|
-
"name": "Accordion",
|
|
1141
|
-
"module": "src/accordion/accordion.ts"
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1142
1165
|
}
|
|
1143
1166
|
},
|
|
1144
1167
|
{
|
|
1145
1168
|
"kind": "field",
|
|
1146
|
-
"name": "
|
|
1147
|
-
"
|
|
1148
|
-
|
|
1149
|
-
"name": "Accordion",
|
|
1150
|
-
"module": "src/accordion/accordion.ts"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "method",
|
|
1155
|
-
"name": "getItemIds",
|
|
1156
|
-
"privacy": "private",
|
|
1157
|
-
"return": {
|
|
1158
|
-
"type": {
|
|
1159
|
-
"text": "Array<string | null>"
|
|
1160
|
-
}
|
|
1169
|
+
"name": "styles",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "ElementStyles | void | null"
|
|
1161
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.",
|
|
1162
1175
|
"inheritedFrom": {
|
|
1163
|
-
"name": "
|
|
1164
|
-
"module": "src/accordion/accordion.ts"
|
|
1176
|
+
"name": "AccordionItem",
|
|
1177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1165
1178
|
}
|
|
1166
1179
|
},
|
|
1167
1180
|
{
|
|
1168
1181
|
"kind": "method",
|
|
1169
|
-
"name": "
|
|
1170
|
-
"privacy": "
|
|
1182
|
+
"name": "stylesChanged",
|
|
1183
|
+
"privacy": "protected",
|
|
1171
1184
|
"return": {
|
|
1172
1185
|
"type": {
|
|
1173
|
-
"text": "
|
|
1186
|
+
"text": "void"
|
|
1174
1187
|
}
|
|
1175
1188
|
},
|
|
1176
1189
|
"inheritedFrom": {
|
|
1177
|
-
"name": "
|
|
1178
|
-
"module": "src/accordion/accordion.ts"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "field",
|
|
1183
|
-
"name": "handleItemKeyDown",
|
|
1184
|
-
"privacy": "private",
|
|
1185
|
-
"inheritedFrom": {
|
|
1186
|
-
"name": "Accordion",
|
|
1187
|
-
"module": "src/accordion/accordion.ts"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "field",
|
|
1192
|
-
"name": "handleItemFocus",
|
|
1193
|
-
"privacy": "private",
|
|
1194
|
-
"inheritedFrom": {
|
|
1195
|
-
"name": "Accordion",
|
|
1196
|
-
"module": "src/accordion/accordion.ts"
|
|
1190
|
+
"name": "AccordionItem",
|
|
1191
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1197
1192
|
}
|
|
1198
1193
|
},
|
|
1199
1194
|
{
|
|
1200
1195
|
"kind": "method",
|
|
1201
|
-
"name": "
|
|
1202
|
-
"privacy": "
|
|
1196
|
+
"name": "compose",
|
|
1197
|
+
"privacy": "public",
|
|
1198
|
+
"static": true,
|
|
1203
1199
|
"return": {
|
|
1204
1200
|
"type": {
|
|
1205
|
-
"text": "
|
|
1201
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1206
1202
|
}
|
|
1207
1203
|
},
|
|
1208
1204
|
"parameters": [
|
|
1209
1205
|
{
|
|
1210
|
-
"name": "
|
|
1206
|
+
"name": "this",
|
|
1211
1207
|
"type": {
|
|
1212
|
-
"text": "
|
|
1208
|
+
"text": "K"
|
|
1213
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."
|
|
1214
1217
|
}
|
|
1215
1218
|
],
|
|
1219
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1216
1220
|
"inheritedFrom": {
|
|
1217
|
-
"name": "
|
|
1218
|
-
"module": "src/accordion/accordion.ts"
|
|
1221
|
+
"name": "AccordionItem",
|
|
1222
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1219
1223
|
}
|
|
1220
|
-
}
|
|
1224
|
+
}
|
|
1225
|
+
],
|
|
1226
|
+
"events": [
|
|
1221
1227
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"name": "
|
|
1224
|
-
"privacy": "private",
|
|
1225
|
-
"return": {
|
|
1226
|
-
"type": {
|
|
1227
|
-
"text": "void"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1228
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1229
|
+
"name": "change",
|
|
1230
1230
|
"inheritedFrom": {
|
|
1231
|
-
"name": "
|
|
1232
|
-
"module": "src/accordion/accordion.ts"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"kind": "field",
|
|
1237
|
-
"name": "_presentation",
|
|
1238
|
-
"type": {
|
|
1239
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1240
|
-
},
|
|
1241
|
-
"privacy": "private",
|
|
1242
|
-
"default": "void 0",
|
|
1243
|
-
"inheritedFrom": {
|
|
1244
|
-
"name": "Accordion",
|
|
1245
|
-
"module": "src/accordion/accordion.ts"
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "field",
|
|
1250
|
-
"name": "$presentation",
|
|
1251
|
-
"type": {
|
|
1252
|
-
"text": "ComponentPresentation | null"
|
|
1253
|
-
},
|
|
1254
|
-
"privacy": "public",
|
|
1255
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1256
|
-
"inheritedFrom": {
|
|
1257
|
-
"name": "Accordion",
|
|
1258
|
-
"module": "src/accordion/accordion.ts"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "field",
|
|
1263
|
-
"name": "template",
|
|
1264
|
-
"type": {
|
|
1265
|
-
"text": "ElementViewTemplate | void | null"
|
|
1266
|
-
},
|
|
1267
|
-
"privacy": "public",
|
|
1268
|
-
"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.",
|
|
1269
|
-
"inheritedFrom": {
|
|
1270
|
-
"name": "Accordion",
|
|
1271
|
-
"module": "src/accordion/accordion.ts"
|
|
1272
|
-
}
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "method",
|
|
1276
|
-
"name": "templateChanged",
|
|
1277
|
-
"privacy": "protected",
|
|
1278
|
-
"return": {
|
|
1279
|
-
"type": {
|
|
1280
|
-
"text": "void"
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
|
-
"inheritedFrom": {
|
|
1284
|
-
"name": "Accordion",
|
|
1285
|
-
"module": "src/accordion/accordion.ts"
|
|
1286
|
-
}
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
"kind": "field",
|
|
1290
|
-
"name": "styles",
|
|
1291
|
-
"type": {
|
|
1292
|
-
"text": "ElementStyles | void | null"
|
|
1293
|
-
},
|
|
1294
|
-
"privacy": "public",
|
|
1295
|
-
"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.",
|
|
1296
|
-
"inheritedFrom": {
|
|
1297
|
-
"name": "Accordion",
|
|
1298
|
-
"module": "src/accordion/accordion.ts"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"kind": "method",
|
|
1303
|
-
"name": "stylesChanged",
|
|
1304
|
-
"privacy": "protected",
|
|
1305
|
-
"return": {
|
|
1306
|
-
"type": {
|
|
1307
|
-
"text": "void"
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
"inheritedFrom": {
|
|
1311
|
-
"name": "Accordion",
|
|
1312
|
-
"module": "src/accordion/accordion.ts"
|
|
1313
|
-
}
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"kind": "method",
|
|
1317
|
-
"name": "compose",
|
|
1318
|
-
"privacy": "public",
|
|
1319
|
-
"static": true,
|
|
1320
|
-
"return": {
|
|
1321
|
-
"type": {
|
|
1322
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
"parameters": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "this",
|
|
1328
|
-
"type": {
|
|
1329
|
-
"text": "K"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "elementDefinition",
|
|
1334
|
-
"type": {
|
|
1335
|
-
"text": "T"
|
|
1336
|
-
},
|
|
1337
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1338
|
-
}
|
|
1339
|
-
],
|
|
1340
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1341
|
-
"inheritedFrom": {
|
|
1342
|
-
"name": "Accordion",
|
|
1343
|
-
"module": "src/accordion/accordion.ts"
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
],
|
|
1347
|
-
"events": [
|
|
1348
|
-
{
|
|
1349
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
1350
|
-
"name": "change",
|
|
1351
|
-
"inheritedFrom": {
|
|
1352
|
-
"name": "Accordion",
|
|
1353
|
-
"module": "src/accordion/accordion.ts"
|
|
1231
|
+
"name": "AccordionItem",
|
|
1232
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1354
1233
|
}
|
|
1355
1234
|
}
|
|
1356
1235
|
]
|
|
1357
1236
|
},
|
|
1358
1237
|
{
|
|
1359
1238
|
"kind": "variable",
|
|
1360
|
-
"name": "
|
|
1239
|
+
"name": "zeroAccordionItem"
|
|
1361
1240
|
}
|
|
1362
1241
|
],
|
|
1363
1242
|
"exports": [
|
|
1364
1243
|
{
|
|
1365
1244
|
"kind": "js",
|
|
1366
|
-
"name": "
|
|
1245
|
+
"name": "AccordionItem",
|
|
1367
1246
|
"declaration": {
|
|
1368
|
-
"name": "
|
|
1369
|
-
"module": "src/accordion/accordion.ts"
|
|
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
|
-
"module": "src/accordion/accordion.ts"
|
|
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/accordion/index.ts",
|
|
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": "./accordion"
|
|
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": "./accordion.styles"
|
|
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": "./accordion.template"
|
|
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,46 +2344,25 @@
|
|
|
2344
2344
|
},
|
|
2345
2345
|
{
|
|
2346
2346
|
"kind": "javascript-module",
|
|
2347
|
-
"path": "src/ai-
|
|
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",
|
|
2347
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2369
2348
|
"declarations": [
|
|
2370
2349
|
{
|
|
2371
2350
|
"kind": "function",
|
|
2372
|
-
"name": "
|
|
2351
|
+
"name": "zeroAiIndicatorStyles",
|
|
2373
2352
|
"return": {
|
|
2374
2353
|
"type": {
|
|
2375
|
-
"text": "
|
|
2354
|
+
"text": "ElementStyles"
|
|
2376
2355
|
}
|
|
2377
2356
|
},
|
|
2378
2357
|
"parameters": [
|
|
2379
2358
|
{
|
|
2380
|
-
"name": "
|
|
2359
|
+
"name": "context",
|
|
2381
2360
|
"type": {
|
|
2382
2361
|
"text": "ElementDefinitionContext"
|
|
2383
2362
|
}
|
|
2384
2363
|
},
|
|
2385
2364
|
{
|
|
2386
|
-
"name": "
|
|
2365
|
+
"name": "definition",
|
|
2387
2366
|
"type": {
|
|
2388
2367
|
"text": "FoundationElementDefinition"
|
|
2389
2368
|
}
|
|
@@ -2394,52 +2373,28 @@
|
|
|
2394
2373
|
"exports": [
|
|
2395
2374
|
{
|
|
2396
2375
|
"kind": "js",
|
|
2397
|
-
"name": "
|
|
2376
|
+
"name": "zeroAiIndicatorStyles",
|
|
2398
2377
|
"declaration": {
|
|
2399
|
-
"name": "
|
|
2400
|
-
"module": "src/ai-
|
|
2378
|
+
"name": "zeroAiIndicatorStyles",
|
|
2379
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2401
2380
|
}
|
|
2402
2381
|
}
|
|
2403
2382
|
]
|
|
2404
2383
|
},
|
|
2405
2384
|
{
|
|
2406
2385
|
"kind": "javascript-module",
|
|
2407
|
-
"path": "src/ai-
|
|
2386
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2408
2387
|
"declarations": [
|
|
2409
2388
|
{
|
|
2410
2389
|
"kind": "class",
|
|
2411
2390
|
"description": "",
|
|
2412
|
-
"name": "
|
|
2391
|
+
"name": "AiIndicator",
|
|
2413
2392
|
"superclass": {
|
|
2414
|
-
"name": "
|
|
2393
|
+
"name": "FoundationAiIndicator",
|
|
2415
2394
|
"package": "@genesislcap/foundation-ui"
|
|
2416
2395
|
},
|
|
2417
|
-
"tagName": "%%prefix%%-ai-
|
|
2396
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2418
2397
|
"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
2398
|
"members": [
|
|
2444
2399
|
{
|
|
2445
2400
|
"kind": "field",
|
|
@@ -2448,293 +2403,256 @@
|
|
|
2448
2403
|
"text": "AIProviderRegistry"
|
|
2449
2404
|
},
|
|
2450
2405
|
"inheritedFrom": {
|
|
2451
|
-
"name": "
|
|
2452
|
-
"module": "src/ai-
|
|
2453
|
-
}
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "field",
|
|
2457
|
-
"name": "placeholder",
|
|
2458
|
-
"type": {
|
|
2459
|
-
"text": "string"
|
|
2460
|
-
},
|
|
2461
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2462
|
-
"inheritedFrom": {
|
|
2463
|
-
"name": "AiCriteriaSearch",
|
|
2464
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "field",
|
|
2469
|
-
"name": "disabled",
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "boolean"
|
|
2472
|
-
},
|
|
2473
|
-
"inheritedFrom": {
|
|
2474
|
-
"name": "AiCriteriaSearch",
|
|
2475
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2476
|
-
}
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"kind": "field",
|
|
2480
|
-
"name": "inputValue",
|
|
2481
|
-
"type": {
|
|
2482
|
-
"text": "string"
|
|
2483
|
-
},
|
|
2484
|
-
"default": "''",
|
|
2485
|
-
"inheritedFrom": {
|
|
2486
|
-
"name": "AiCriteriaSearch",
|
|
2487
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2406
|
+
"name": "AiIndicator",
|
|
2407
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2488
2408
|
}
|
|
2489
2409
|
},
|
|
2490
2410
|
{
|
|
2491
2411
|
"kind": "field",
|
|
2492
|
-
"name": "
|
|
2412
|
+
"name": "aiProvider",
|
|
2493
2413
|
"type": {
|
|
2494
|
-
"text": "
|
|
2414
|
+
"text": "AIProvider | undefined"
|
|
2495
2415
|
},
|
|
2496
|
-
"
|
|
2416
|
+
"privacy": "private",
|
|
2417
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2418
|
+
"readonly": true,
|
|
2497
2419
|
"inheritedFrom": {
|
|
2498
|
-
"name": "
|
|
2499
|
-
"module": "src/ai-
|
|
2420
|
+
"name": "AiIndicator",
|
|
2421
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2500
2422
|
}
|
|
2501
2423
|
},
|
|
2502
2424
|
{
|
|
2503
2425
|
"kind": "field",
|
|
2504
|
-
"name": "
|
|
2426
|
+
"name": "status",
|
|
2505
2427
|
"type": {
|
|
2506
|
-
"text": "
|
|
2428
|
+
"text": "AIStatus | null"
|
|
2507
2429
|
},
|
|
2508
2430
|
"default": "null",
|
|
2509
2431
|
"inheritedFrom": {
|
|
2510
|
-
"name": "
|
|
2511
|
-
"module": "src/ai-
|
|
2512
|
-
}
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "field",
|
|
2516
|
-
"name": "activeGroups",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "CriteriaGroup[]"
|
|
2519
|
-
},
|
|
2520
|
-
"default": "[]",
|
|
2521
|
-
"inheritedFrom": {
|
|
2522
|
-
"name": "AiCriteriaSearch",
|
|
2523
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2432
|
+
"name": "AiIndicator",
|
|
2433
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2524
2434
|
}
|
|
2525
2435
|
},
|
|
2526
2436
|
{
|
|
2527
2437
|
"kind": "field",
|
|
2528
|
-
"name": "
|
|
2438
|
+
"name": "open",
|
|
2529
2439
|
"type": {
|
|
2530
2440
|
"text": "boolean"
|
|
2531
2441
|
},
|
|
2532
2442
|
"default": "false",
|
|
2533
2443
|
"inheritedFrom": {
|
|
2534
|
-
"name": "
|
|
2535
|
-
"module": "src/ai-
|
|
2444
|
+
"name": "AiIndicator",
|
|
2445
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2536
2446
|
}
|
|
2537
2447
|
},
|
|
2538
2448
|
{
|
|
2539
2449
|
"kind": "field",
|
|
2540
|
-
"name": "
|
|
2450
|
+
"name": "state",
|
|
2541
2451
|
"type": {
|
|
2542
|
-
"text": "
|
|
2452
|
+
"text": "AIIndicatorState"
|
|
2543
2453
|
},
|
|
2544
|
-
"default": "
|
|
2454
|
+
"default": "'none'",
|
|
2545
2455
|
"inheritedFrom": {
|
|
2546
|
-
"name": "
|
|
2547
|
-
"module": "src/ai-
|
|
2456
|
+
"name": "AiIndicator",
|
|
2457
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2548
2458
|
}
|
|
2549
2459
|
},
|
|
2550
2460
|
{
|
|
2551
2461
|
"kind": "field",
|
|
2552
|
-
"name": "
|
|
2462
|
+
"name": "isInstalling",
|
|
2553
2463
|
"type": {
|
|
2554
2464
|
"text": "boolean"
|
|
2555
2465
|
},
|
|
2556
2466
|
"default": "false",
|
|
2557
2467
|
"inheritedFrom": {
|
|
2558
|
-
"name": "
|
|
2559
|
-
"module": "src/ai-
|
|
2468
|
+
"name": "AiIndicator",
|
|
2469
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2560
2470
|
}
|
|
2561
2471
|
},
|
|
2562
2472
|
{
|
|
2563
2473
|
"kind": "field",
|
|
2564
|
-
"name": "
|
|
2474
|
+
"name": "pollTimer",
|
|
2565
2475
|
"type": {
|
|
2566
|
-
"text": "
|
|
2476
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2567
2477
|
},
|
|
2568
|
-
"privacy": "
|
|
2478
|
+
"privacy": "private",
|
|
2479
|
+
"default": "null",
|
|
2569
2480
|
"inheritedFrom": {
|
|
2570
|
-
"name": "
|
|
2571
|
-
"module": "src/ai-
|
|
2481
|
+
"name": "AiIndicator",
|
|
2482
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2572
2483
|
}
|
|
2573
2484
|
},
|
|
2574
2485
|
{
|
|
2575
2486
|
"kind": "field",
|
|
2576
|
-
"name": "
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": "(() => void) | null"
|
|
2579
|
-
},
|
|
2487
|
+
"name": "clickOutside",
|
|
2580
2488
|
"privacy": "private",
|
|
2581
|
-
"default": "null",
|
|
2582
2489
|
"inheritedFrom": {
|
|
2583
|
-
"name": "
|
|
2584
|
-
"module": "src/ai-
|
|
2490
|
+
"name": "AiIndicator",
|
|
2491
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2585
2492
|
}
|
|
2586
2493
|
},
|
|
2587
2494
|
{
|
|
2588
2495
|
"kind": "field",
|
|
2589
|
-
"name": "
|
|
2496
|
+
"name": "chromeStatusLabel",
|
|
2590
2497
|
"type": {
|
|
2591
|
-
"text": "
|
|
2498
|
+
"text": "string | null"
|
|
2592
2499
|
},
|
|
2593
|
-
"
|
|
2594
|
-
"default": "null",
|
|
2500
|
+
"readonly": true,
|
|
2595
2501
|
"inheritedFrom": {
|
|
2596
|
-
"name": "
|
|
2597
|
-
"module": "src/ai-
|
|
2502
|
+
"name": "AiIndicator",
|
|
2503
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2598
2504
|
}
|
|
2599
2505
|
},
|
|
2600
2506
|
{
|
|
2601
2507
|
"kind": "field",
|
|
2602
|
-
"name": "
|
|
2508
|
+
"name": "canInstall",
|
|
2603
2509
|
"type": {
|
|
2604
2510
|
"text": "boolean"
|
|
2605
2511
|
},
|
|
2606
2512
|
"readonly": true,
|
|
2607
2513
|
"inheritedFrom": {
|
|
2608
|
-
"name": "
|
|
2609
|
-
"module": "src/ai-
|
|
2514
|
+
"name": "AiIndicator",
|
|
2515
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2610
2516
|
}
|
|
2611
2517
|
},
|
|
2612
2518
|
{
|
|
2613
2519
|
"kind": "field",
|
|
2614
|
-
"name": "
|
|
2520
|
+
"name": "isDownloading",
|
|
2615
2521
|
"type": {
|
|
2616
|
-
"text": "
|
|
2522
|
+
"text": "boolean"
|
|
2617
2523
|
},
|
|
2618
2524
|
"readonly": true,
|
|
2619
2525
|
"inheritedFrom": {
|
|
2620
|
-
"name": "
|
|
2621
|
-
"module": "src/ai-
|
|
2526
|
+
"name": "AiIndicator",
|
|
2527
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2622
2528
|
}
|
|
2623
2529
|
},
|
|
2624
2530
|
{
|
|
2625
2531
|
"kind": "method",
|
|
2626
|
-
"name": "
|
|
2627
|
-
"privacy": "private",
|
|
2532
|
+
"name": "openChanged",
|
|
2628
2533
|
"return": {
|
|
2629
2534
|
"type": {
|
|
2630
|
-
"text": "
|
|
2535
|
+
"text": "void"
|
|
2631
2536
|
}
|
|
2632
2537
|
},
|
|
2538
|
+
"inheritedFrom": {
|
|
2539
|
+
"name": "AiIndicator",
|
|
2540
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"kind": "method",
|
|
2545
|
+
"name": "handleClickOutside",
|
|
2546
|
+
"privacy": "private",
|
|
2633
2547
|
"parameters": [
|
|
2634
2548
|
{
|
|
2635
|
-
"name": "
|
|
2549
|
+
"name": "event",
|
|
2636
2550
|
"type": {
|
|
2637
|
-
"text": "
|
|
2551
|
+
"text": "MouseEvent"
|
|
2638
2552
|
}
|
|
2639
2553
|
}
|
|
2640
2554
|
],
|
|
2641
2555
|
"inheritedFrom": {
|
|
2642
|
-
"name": "
|
|
2643
|
-
"module": "src/ai-
|
|
2556
|
+
"name": "AiIndicator",
|
|
2557
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2644
2558
|
}
|
|
2645
2559
|
},
|
|
2646
2560
|
{
|
|
2647
2561
|
"kind": "method",
|
|
2648
|
-
"name": "
|
|
2562
|
+
"name": "toggleDropdown",
|
|
2563
|
+
"inheritedFrom": {
|
|
2564
|
+
"name": "AiIndicator",
|
|
2565
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"kind": "method",
|
|
2570
|
+
"name": "refreshStatus",
|
|
2649
2571
|
"return": {
|
|
2650
2572
|
"type": {
|
|
2651
|
-
"text": "void"
|
|
2573
|
+
"text": "Promise<void>"
|
|
2652
2574
|
}
|
|
2653
2575
|
},
|
|
2654
2576
|
"inheritedFrom": {
|
|
2655
|
-
"name": "
|
|
2656
|
-
"module": "src/ai-
|
|
2577
|
+
"name": "AiIndicator",
|
|
2578
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2657
2579
|
}
|
|
2658
2580
|
},
|
|
2659
2581
|
{
|
|
2660
2582
|
"kind": "method",
|
|
2661
|
-
"name": "
|
|
2583
|
+
"name": "deriveState",
|
|
2584
|
+
"privacy": "private",
|
|
2662
2585
|
"return": {
|
|
2663
2586
|
"type": {
|
|
2664
|
-
"text": "
|
|
2587
|
+
"text": "AIIndicatorState"
|
|
2665
2588
|
}
|
|
2666
2589
|
},
|
|
2667
2590
|
"parameters": [
|
|
2668
2591
|
{
|
|
2669
|
-
"name": "
|
|
2670
|
-
"type": {
|
|
2671
|
-
"text": "number"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"name": "clauseIndex",
|
|
2592
|
+
"name": "s",
|
|
2676
2593
|
"type": {
|
|
2677
|
-
"text": "
|
|
2594
|
+
"text": "AIStatus | null"
|
|
2678
2595
|
}
|
|
2679
2596
|
}
|
|
2680
2597
|
],
|
|
2681
2598
|
"inheritedFrom": {
|
|
2682
|
-
"name": "
|
|
2683
|
-
"module": "src/ai-
|
|
2599
|
+
"name": "AiIndicator",
|
|
2600
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2684
2601
|
}
|
|
2685
2602
|
},
|
|
2686
2603
|
{
|
|
2687
2604
|
"kind": "method",
|
|
2688
|
-
"name": "
|
|
2605
|
+
"name": "maybeStartPolling",
|
|
2606
|
+
"privacy": "private",
|
|
2689
2607
|
"return": {
|
|
2690
2608
|
"type": {
|
|
2691
2609
|
"text": "void"
|
|
2692
2610
|
}
|
|
2693
2611
|
},
|
|
2694
2612
|
"inheritedFrom": {
|
|
2695
|
-
"name": "
|
|
2696
|
-
"module": "src/ai-
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"kind": "method",
|
|
2701
|
-
"name": "handleSubmit",
|
|
2702
|
-
"inheritedFrom": {
|
|
2703
|
-
"name": "AiCriteriaSearch",
|
|
2704
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2705
|
-
}
|
|
2706
|
-
},
|
|
2707
|
-
{
|
|
2708
|
-
"kind": "method",
|
|
2709
|
-
"name": "handleBlur",
|
|
2710
|
-
"inheritedFrom": {
|
|
2711
|
-
"name": "AiCriteriaSearch",
|
|
2712
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2613
|
+
"name": "AiIndicator",
|
|
2614
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2713
2615
|
}
|
|
2714
2616
|
},
|
|
2715
2617
|
{
|
|
2716
2618
|
"kind": "method",
|
|
2717
|
-
"name": "
|
|
2619
|
+
"name": "startPolling",
|
|
2620
|
+
"privacy": "private",
|
|
2621
|
+
"return": {
|
|
2622
|
+
"type": {
|
|
2623
|
+
"text": "void"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2718
2626
|
"inheritedFrom": {
|
|
2719
|
-
"name": "
|
|
2720
|
-
"module": "src/ai-
|
|
2627
|
+
"name": "AiIndicator",
|
|
2628
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2721
2629
|
}
|
|
2722
2630
|
},
|
|
2723
2631
|
{
|
|
2724
2632
|
"kind": "method",
|
|
2725
|
-
"name": "
|
|
2633
|
+
"name": "stopPolling",
|
|
2634
|
+
"privacy": "private",
|
|
2635
|
+
"return": {
|
|
2636
|
+
"type": {
|
|
2637
|
+
"text": "void"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2726
2640
|
"inheritedFrom": {
|
|
2727
|
-
"name": "
|
|
2728
|
-
"module": "src/ai-
|
|
2641
|
+
"name": "AiIndicator",
|
|
2642
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2729
2643
|
}
|
|
2730
2644
|
},
|
|
2731
2645
|
{
|
|
2732
2646
|
"kind": "method",
|
|
2733
|
-
"name": "
|
|
2734
|
-
"
|
|
2647
|
+
"name": "onInstall",
|
|
2648
|
+
"return": {
|
|
2649
|
+
"type": {
|
|
2650
|
+
"text": "Promise<void>"
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2735
2653
|
"inheritedFrom": {
|
|
2736
|
-
"name": "
|
|
2737
|
-
"module": "src/ai-
|
|
2654
|
+
"name": "AiIndicator",
|
|
2655
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2738
2656
|
}
|
|
2739
2657
|
},
|
|
2740
2658
|
{
|
|
@@ -2848,104 +2766,97 @@
|
|
|
2848
2766
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2849
2767
|
}
|
|
2850
2768
|
}
|
|
2851
|
-
],
|
|
2852
|
-
"events": [
|
|
2853
|
-
{
|
|
2854
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2855
|
-
"name": "criteria-changed",
|
|
2856
|
-
"inheritedFrom": {
|
|
2857
|
-
"name": "AiCriteriaSearch",
|
|
2858
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2863
|
-
"name": "validation-errors",
|
|
2864
|
-
"inheritedFrom": {
|
|
2865
|
-
"name": "AiCriteriaSearch",
|
|
2866
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2867
|
-
}
|
|
2868
|
-
}
|
|
2869
2769
|
]
|
|
2870
2770
|
},
|
|
2871
2771
|
{
|
|
2872
2772
|
"kind": "variable",
|
|
2873
|
-
"name": "
|
|
2874
|
-
"description": "The Zero AI Criteria Search",
|
|
2875
|
-
"privacy": "public"
|
|
2773
|
+
"name": "zeroAiIndicator"
|
|
2876
2774
|
}
|
|
2877
2775
|
],
|
|
2878
2776
|
"exports": [
|
|
2879
2777
|
{
|
|
2880
2778
|
"kind": "js",
|
|
2881
|
-
"name": "
|
|
2779
|
+
"name": "AiIndicator",
|
|
2882
2780
|
"declaration": {
|
|
2883
|
-
"name": "
|
|
2884
|
-
"module": "src/ai-
|
|
2781
|
+
"name": "AiIndicator",
|
|
2782
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2885
2783
|
}
|
|
2886
2784
|
},
|
|
2887
2785
|
{
|
|
2888
2786
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2787
|
+
"name": "zeroAiIndicator",
|
|
2890
2788
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/ai-
|
|
2789
|
+
"name": "zeroAiIndicator",
|
|
2790
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2893
2791
|
}
|
|
2894
2792
|
}
|
|
2895
2793
|
]
|
|
2896
2794
|
},
|
|
2897
2795
|
{
|
|
2898
2796
|
"kind": "javascript-module",
|
|
2899
|
-
"path": "src/ai-
|
|
2797
|
+
"path": "src/ai-indicator/index.ts",
|
|
2900
2798
|
"declarations": [],
|
|
2901
2799
|
"exports": [
|
|
2902
2800
|
{
|
|
2903
2801
|
"kind": "js",
|
|
2904
|
-
"name": "
|
|
2802
|
+
"name": "AiIndicator",
|
|
2905
2803
|
"declaration": {
|
|
2906
|
-
"name": "
|
|
2907
|
-
"
|
|
2804
|
+
"name": "AiIndicator",
|
|
2805
|
+
"module": "./ai-indicator"
|
|
2908
2806
|
}
|
|
2909
2807
|
},
|
|
2910
2808
|
{
|
|
2911
2809
|
"kind": "js",
|
|
2912
|
-
"name": "
|
|
2810
|
+
"name": "zeroAiIndicator",
|
|
2913
2811
|
"declaration": {
|
|
2914
|
-
"name": "
|
|
2915
|
-
"
|
|
2812
|
+
"name": "zeroAiIndicator",
|
|
2813
|
+
"module": "./ai-indicator"
|
|
2916
2814
|
}
|
|
2917
|
-
}
|
|
2815
|
+
}
|
|
2816
|
+
]
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"kind": "javascript-module",
|
|
2820
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2821
|
+
"declarations": [
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "variable",
|
|
2824
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2825
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2826
|
+
}
|
|
2827
|
+
],
|
|
2828
|
+
"exports": [
|
|
2918
2829
|
{
|
|
2919
2830
|
"kind": "js",
|
|
2920
|
-
"name": "
|
|
2831
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2921
2832
|
"declaration": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"
|
|
2833
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2834
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2924
2835
|
}
|
|
2925
2836
|
}
|
|
2926
2837
|
]
|
|
2927
2838
|
},
|
|
2928
2839
|
{
|
|
2929
2840
|
"kind": "javascript-module",
|
|
2930
|
-
"path": "src/ai-
|
|
2841
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2931
2842
|
"declarations": [
|
|
2932
2843
|
{
|
|
2933
2844
|
"kind": "function",
|
|
2934
|
-
"name": "
|
|
2845
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2935
2846
|
"return": {
|
|
2936
2847
|
"type": {
|
|
2937
|
-
"text": "
|
|
2848
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2938
2849
|
}
|
|
2939
2850
|
},
|
|
2940
2851
|
"parameters": [
|
|
2941
2852
|
{
|
|
2942
|
-
"name": "
|
|
2853
|
+
"name": "_context",
|
|
2943
2854
|
"type": {
|
|
2944
2855
|
"text": "ElementDefinitionContext"
|
|
2945
2856
|
}
|
|
2946
2857
|
},
|
|
2947
2858
|
{
|
|
2948
|
-
"name": "
|
|
2859
|
+
"name": "_definition",
|
|
2949
2860
|
"type": {
|
|
2950
2861
|
"text": "FoundationElementDefinition"
|
|
2951
2862
|
}
|
|
@@ -2956,28 +2867,52 @@
|
|
|
2956
2867
|
"exports": [
|
|
2957
2868
|
{
|
|
2958
2869
|
"kind": "js",
|
|
2959
|
-
"name": "
|
|
2870
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2960
2871
|
"declaration": {
|
|
2961
|
-
"name": "
|
|
2962
|
-
"module": "src/ai-
|
|
2872
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2873
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2963
2874
|
}
|
|
2964
2875
|
}
|
|
2965
2876
|
]
|
|
2966
2877
|
},
|
|
2967
2878
|
{
|
|
2968
2879
|
"kind": "javascript-module",
|
|
2969
|
-
"path": "src/ai-
|
|
2880
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2970
2881
|
"declarations": [
|
|
2971
2882
|
{
|
|
2972
2883
|
"kind": "class",
|
|
2973
2884
|
"description": "",
|
|
2974
|
-
"name": "
|
|
2885
|
+
"name": "AiCriteriaSearch",
|
|
2975
2886
|
"superclass": {
|
|
2976
|
-
"name": "
|
|
2887
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2977
2888
|
"package": "@genesislcap/foundation-ui"
|
|
2978
2889
|
},
|
|
2979
|
-
"tagName": "%%prefix%%-ai-
|
|
2890
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2980
2891
|
"customElement": true,
|
|
2892
|
+
"attributes": [
|
|
2893
|
+
{
|
|
2894
|
+
"name": "placeholder",
|
|
2895
|
+
"type": {
|
|
2896
|
+
"text": "string"
|
|
2897
|
+
},
|
|
2898
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2899
|
+
"fieldName": "placeholder",
|
|
2900
|
+
"inheritedFrom": {
|
|
2901
|
+
"name": "AiCriteriaSearch",
|
|
2902
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"type": {
|
|
2907
|
+
"text": "boolean"
|
|
2908
|
+
},
|
|
2909
|
+
"fieldName": "disabled",
|
|
2910
|
+
"inheritedFrom": {
|
|
2911
|
+
"name": "AiCriteriaSearch",
|
|
2912
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2913
|
+
}
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2981
2916
|
"members": [
|
|
2982
2917
|
{
|
|
2983
2918
|
"kind": "field",
|
|
@@ -2986,256 +2921,293 @@
|
|
|
2986
2921
|
"text": "AIProviderRegistry"
|
|
2987
2922
|
},
|
|
2988
2923
|
"inheritedFrom": {
|
|
2989
|
-
"name": "
|
|
2990
|
-
"module": "src/ai-
|
|
2924
|
+
"name": "AiCriteriaSearch",
|
|
2925
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2991
2926
|
}
|
|
2992
2927
|
},
|
|
2993
2928
|
{
|
|
2994
2929
|
"kind": "field",
|
|
2995
|
-
"name": "
|
|
2930
|
+
"name": "placeholder",
|
|
2996
2931
|
"type": {
|
|
2997
|
-
"text": "
|
|
2932
|
+
"text": "string"
|
|
2998
2933
|
},
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
3001
|
-
|
|
2934
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2935
|
+
"inheritedFrom": {
|
|
2936
|
+
"name": "AiCriteriaSearch",
|
|
2937
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "field",
|
|
2942
|
+
"name": "disabled",
|
|
2943
|
+
"type": {
|
|
2944
|
+
"text": "boolean"
|
|
2945
|
+
},
|
|
2946
|
+
"inheritedFrom": {
|
|
2947
|
+
"name": "AiCriteriaSearch",
|
|
2948
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"kind": "field",
|
|
2953
|
+
"name": "inputValue",
|
|
2954
|
+
"type": {
|
|
2955
|
+
"text": "string"
|
|
2956
|
+
},
|
|
2957
|
+
"default": "''",
|
|
2958
|
+
"inheritedFrom": {
|
|
2959
|
+
"name": "AiCriteriaSearch",
|
|
2960
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "field",
|
|
2965
|
+
"name": "isInterpreting",
|
|
2966
|
+
"type": {
|
|
2967
|
+
"text": "boolean"
|
|
2968
|
+
},
|
|
2969
|
+
"default": "false",
|
|
2970
|
+
"inheritedFrom": {
|
|
2971
|
+
"name": "AiCriteriaSearch",
|
|
2972
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"kind": "field",
|
|
2977
|
+
"name": "lastValidCriteria",
|
|
2978
|
+
"type": {
|
|
2979
|
+
"text": "string | null"
|
|
2980
|
+
},
|
|
2981
|
+
"default": "null",
|
|
3002
2982
|
"inheritedFrom": {
|
|
3003
|
-
"name": "
|
|
3004
|
-
"module": "src/ai-
|
|
2983
|
+
"name": "AiCriteriaSearch",
|
|
2984
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3005
2985
|
}
|
|
3006
2986
|
},
|
|
3007
2987
|
{
|
|
3008
2988
|
"kind": "field",
|
|
3009
|
-
"name": "
|
|
2989
|
+
"name": "activeGroups",
|
|
3010
2990
|
"type": {
|
|
3011
|
-
"text": "
|
|
2991
|
+
"text": "CriteriaGroup[]"
|
|
3012
2992
|
},
|
|
3013
|
-
"default": "
|
|
2993
|
+
"default": "[]",
|
|
3014
2994
|
"inheritedFrom": {
|
|
3015
|
-
"name": "
|
|
3016
|
-
"module": "src/ai-
|
|
2995
|
+
"name": "AiCriteriaSearch",
|
|
2996
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3017
2997
|
}
|
|
3018
2998
|
},
|
|
3019
2999
|
{
|
|
3020
3000
|
"kind": "field",
|
|
3021
|
-
"name": "
|
|
3001
|
+
"name": "showingChips",
|
|
3022
3002
|
"type": {
|
|
3023
3003
|
"text": "boolean"
|
|
3024
3004
|
},
|
|
3025
3005
|
"default": "false",
|
|
3026
3006
|
"inheritedFrom": {
|
|
3027
|
-
"name": "
|
|
3028
|
-
"module": "src/ai-
|
|
3007
|
+
"name": "AiCriteriaSearch",
|
|
3008
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3029
3009
|
}
|
|
3030
3010
|
},
|
|
3031
3011
|
{
|
|
3032
3012
|
"kind": "field",
|
|
3033
|
-
"name": "
|
|
3013
|
+
"name": "fieldMetadata",
|
|
3034
3014
|
"type": {
|
|
3035
|
-
"text": "
|
|
3015
|
+
"text": "MetadataDetail[] | string[]"
|
|
3036
3016
|
},
|
|
3037
|
-
"default": "
|
|
3017
|
+
"default": "[]",
|
|
3038
3018
|
"inheritedFrom": {
|
|
3039
|
-
"name": "
|
|
3040
|
-
"module": "src/ai-
|
|
3019
|
+
"name": "AiCriteriaSearch",
|
|
3020
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3041
3021
|
}
|
|
3042
3022
|
},
|
|
3043
3023
|
{
|
|
3044
3024
|
"kind": "field",
|
|
3045
|
-
"name": "
|
|
3025
|
+
"name": "isRecording",
|
|
3046
3026
|
"type": {
|
|
3047
3027
|
"text": "boolean"
|
|
3048
3028
|
},
|
|
3049
3029
|
"default": "false",
|
|
3050
3030
|
"inheritedFrom": {
|
|
3051
|
-
"name": "
|
|
3052
|
-
"module": "src/ai-
|
|
3031
|
+
"name": "AiCriteriaSearch",
|
|
3032
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3053
3033
|
}
|
|
3054
3034
|
},
|
|
3055
3035
|
{
|
|
3056
3036
|
"kind": "field",
|
|
3057
|
-
"name": "
|
|
3037
|
+
"name": "textAreaRef",
|
|
3058
3038
|
"type": {
|
|
3059
|
-
"text": "
|
|
3039
|
+
"text": "HTMLTextAreaElement"
|
|
3060
3040
|
},
|
|
3061
|
-
"privacy": "
|
|
3062
|
-
"default": "null",
|
|
3041
|
+
"privacy": "public",
|
|
3063
3042
|
"inheritedFrom": {
|
|
3064
|
-
"name": "
|
|
3065
|
-
"module": "src/ai-
|
|
3043
|
+
"name": "AiCriteriaSearch",
|
|
3044
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3066
3045
|
}
|
|
3067
3046
|
},
|
|
3068
3047
|
{
|
|
3069
3048
|
"kind": "field",
|
|
3070
|
-
"name": "
|
|
3049
|
+
"name": "stopRecording",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "(() => void) | null"
|
|
3052
|
+
},
|
|
3071
3053
|
"privacy": "private",
|
|
3054
|
+
"default": "null",
|
|
3072
3055
|
"inheritedFrom": {
|
|
3073
|
-
"name": "
|
|
3074
|
-
"module": "src/ai-
|
|
3056
|
+
"name": "AiCriteriaSearch",
|
|
3057
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3075
3058
|
}
|
|
3076
3059
|
},
|
|
3077
3060
|
{
|
|
3078
3061
|
"kind": "field",
|
|
3079
|
-
"name": "
|
|
3062
|
+
"name": "speechApplyDebounceTimer",
|
|
3080
3063
|
"type": {
|
|
3081
|
-
"text": "
|
|
3064
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3082
3065
|
},
|
|
3083
|
-
"
|
|
3066
|
+
"privacy": "private",
|
|
3067
|
+
"default": "null",
|
|
3084
3068
|
"inheritedFrom": {
|
|
3085
|
-
"name": "
|
|
3086
|
-
"module": "src/ai-
|
|
3069
|
+
"name": "AiCriteriaSearch",
|
|
3070
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3087
3071
|
}
|
|
3088
3072
|
},
|
|
3089
3073
|
{
|
|
3090
3074
|
"kind": "field",
|
|
3091
|
-
"name": "
|
|
3075
|
+
"name": "speechAvailable",
|
|
3092
3076
|
"type": {
|
|
3093
3077
|
"text": "boolean"
|
|
3094
3078
|
},
|
|
3095
3079
|
"readonly": true,
|
|
3096
3080
|
"inheritedFrom": {
|
|
3097
|
-
"name": "
|
|
3098
|
-
"module": "src/ai-
|
|
3081
|
+
"name": "AiCriteriaSearch",
|
|
3082
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3099
3083
|
}
|
|
3100
3084
|
},
|
|
3101
3085
|
{
|
|
3102
3086
|
"kind": "field",
|
|
3103
|
-
"name": "
|
|
3087
|
+
"name": "criteriaChips",
|
|
3104
3088
|
"type": {
|
|
3105
|
-
"text": "
|
|
3089
|
+
"text": "CriteriaChip[]"
|
|
3106
3090
|
},
|
|
3107
3091
|
"readonly": true,
|
|
3108
3092
|
"inheritedFrom": {
|
|
3109
|
-
"name": "
|
|
3110
|
-
"module": "src/ai-
|
|
3093
|
+
"name": "AiCriteriaSearch",
|
|
3094
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3111
3095
|
}
|
|
3112
3096
|
},
|
|
3113
3097
|
{
|
|
3114
3098
|
"kind": "method",
|
|
3115
|
-
"name": "
|
|
3099
|
+
"name": "getFieldLabel",
|
|
3100
|
+
"privacy": "private",
|
|
3116
3101
|
"return": {
|
|
3117
3102
|
"type": {
|
|
3118
|
-
"text": "
|
|
3103
|
+
"text": "string"
|
|
3119
3104
|
}
|
|
3120
3105
|
},
|
|
3121
|
-
"inheritedFrom": {
|
|
3122
|
-
"name": "AiIndicator",
|
|
3123
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3124
|
-
}
|
|
3125
|
-
},
|
|
3126
|
-
{
|
|
3127
|
-
"kind": "method",
|
|
3128
|
-
"name": "handleClickOutside",
|
|
3129
|
-
"privacy": "private",
|
|
3130
3106
|
"parameters": [
|
|
3131
3107
|
{
|
|
3132
|
-
"name": "
|
|
3108
|
+
"name": "fieldName",
|
|
3133
3109
|
"type": {
|
|
3134
|
-
"text": "
|
|
3110
|
+
"text": "string"
|
|
3135
3111
|
}
|
|
3136
3112
|
}
|
|
3137
3113
|
],
|
|
3138
3114
|
"inheritedFrom": {
|
|
3139
|
-
"name": "
|
|
3140
|
-
"module": "src/ai-
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
{
|
|
3144
|
-
"kind": "method",
|
|
3145
|
-
"name": "toggleDropdown",
|
|
3146
|
-
"inheritedFrom": {
|
|
3147
|
-
"name": "AiIndicator",
|
|
3148
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3115
|
+
"name": "AiCriteriaSearch",
|
|
3116
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3149
3117
|
}
|
|
3150
3118
|
},
|
|
3151
3119
|
{
|
|
3152
3120
|
"kind": "method",
|
|
3153
|
-
"name": "
|
|
3121
|
+
"name": "toggleCriteriaView",
|
|
3154
3122
|
"return": {
|
|
3155
3123
|
"type": {
|
|
3156
|
-
"text": "
|
|
3124
|
+
"text": "void"
|
|
3157
3125
|
}
|
|
3158
3126
|
},
|
|
3159
3127
|
"inheritedFrom": {
|
|
3160
|
-
"name": "
|
|
3161
|
-
"module": "src/ai-
|
|
3128
|
+
"name": "AiCriteriaSearch",
|
|
3129
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3162
3130
|
}
|
|
3163
3131
|
},
|
|
3164
3132
|
{
|
|
3165
3133
|
"kind": "method",
|
|
3166
|
-
"name": "
|
|
3167
|
-
"privacy": "private",
|
|
3134
|
+
"name": "removeChip",
|
|
3168
3135
|
"return": {
|
|
3169
3136
|
"type": {
|
|
3170
|
-
"text": "
|
|
3137
|
+
"text": "void"
|
|
3171
3138
|
}
|
|
3172
3139
|
},
|
|
3173
3140
|
"parameters": [
|
|
3174
3141
|
{
|
|
3175
|
-
"name": "
|
|
3142
|
+
"name": "groupIndex",
|
|
3176
3143
|
"type": {
|
|
3177
|
-
"text": "
|
|
3144
|
+
"text": "number"
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"name": "clauseIndex",
|
|
3149
|
+
"type": {
|
|
3150
|
+
"text": "number"
|
|
3178
3151
|
}
|
|
3179
3152
|
}
|
|
3180
3153
|
],
|
|
3181
3154
|
"inheritedFrom": {
|
|
3182
|
-
"name": "
|
|
3183
|
-
"module": "src/ai-
|
|
3155
|
+
"name": "AiCriteriaSearch",
|
|
3156
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3184
3157
|
}
|
|
3185
3158
|
},
|
|
3186
3159
|
{
|
|
3187
3160
|
"kind": "method",
|
|
3188
|
-
"name": "
|
|
3189
|
-
"privacy": "private",
|
|
3161
|
+
"name": "clearChips",
|
|
3190
3162
|
"return": {
|
|
3191
3163
|
"type": {
|
|
3192
3164
|
"text": "void"
|
|
3193
3165
|
}
|
|
3194
3166
|
},
|
|
3195
3167
|
"inheritedFrom": {
|
|
3196
|
-
"name": "
|
|
3197
|
-
"module": "src/ai-
|
|
3168
|
+
"name": "AiCriteriaSearch",
|
|
3169
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3198
3170
|
}
|
|
3199
3171
|
},
|
|
3200
3172
|
{
|
|
3201
3173
|
"kind": "method",
|
|
3202
|
-
"name": "
|
|
3203
|
-
"privacy": "private",
|
|
3204
|
-
"return": {
|
|
3205
|
-
"type": {
|
|
3206
|
-
"text": "void"
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3174
|
+
"name": "handleSubmit",
|
|
3209
3175
|
"inheritedFrom": {
|
|
3210
|
-
"name": "
|
|
3211
|
-
"module": "src/ai-
|
|
3176
|
+
"name": "AiCriteriaSearch",
|
|
3177
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3212
3178
|
}
|
|
3213
3179
|
},
|
|
3214
3180
|
{
|
|
3215
3181
|
"kind": "method",
|
|
3216
|
-
"name": "
|
|
3217
|
-
"privacy": "private",
|
|
3218
|
-
"return": {
|
|
3219
|
-
"type": {
|
|
3220
|
-
"text": "void"
|
|
3221
|
-
}
|
|
3222
|
-
},
|
|
3182
|
+
"name": "handleBlur",
|
|
3223
3183
|
"inheritedFrom": {
|
|
3224
|
-
"name": "
|
|
3225
|
-
"module": "src/ai-
|
|
3184
|
+
"name": "AiCriteriaSearch",
|
|
3185
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3226
3186
|
}
|
|
3227
3187
|
},
|
|
3228
3188
|
{
|
|
3229
3189
|
"kind": "method",
|
|
3230
|
-
"name": "
|
|
3231
|
-
"return": {
|
|
3232
|
-
"type": {
|
|
3233
|
-
"text": "Promise<void>"
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3190
|
+
"name": "clear",
|
|
3236
3191
|
"inheritedFrom": {
|
|
3237
|
-
"name": "
|
|
3238
|
-
"module": "src/ai-
|
|
3192
|
+
"name": "AiCriteriaSearch",
|
|
3193
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "method",
|
|
3198
|
+
"name": "toggleSpeechInput",
|
|
3199
|
+
"inheritedFrom": {
|
|
3200
|
+
"name": "AiCriteriaSearch",
|
|
3201
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "method",
|
|
3206
|
+
"name": "clearSpeechApplyDebounce",
|
|
3207
|
+
"privacy": "private",
|
|
3208
|
+
"inheritedFrom": {
|
|
3209
|
+
"name": "AiCriteriaSearch",
|
|
3210
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3239
3211
|
}
|
|
3240
3212
|
},
|
|
3241
3213
|
{
|
|
@@ -3349,51 +3321,79 @@
|
|
|
3349
3321
|
"module": "src/foundation-element/foundation-element.ts"
|
|
3350
3322
|
}
|
|
3351
3323
|
}
|
|
3324
|
+
],
|
|
3325
|
+
"events": [
|
|
3326
|
+
{
|
|
3327
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3328
|
+
"name": "criteria-changed",
|
|
3329
|
+
"inheritedFrom": {
|
|
3330
|
+
"name": "AiCriteriaSearch",
|
|
3331
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3336
|
+
"name": "validation-errors",
|
|
3337
|
+
"inheritedFrom": {
|
|
3338
|
+
"name": "AiCriteriaSearch",
|
|
3339
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3352
3342
|
]
|
|
3353
3343
|
},
|
|
3354
3344
|
{
|
|
3355
3345
|
"kind": "variable",
|
|
3356
|
-
"name": "
|
|
3346
|
+
"name": "zeroAiCriteriaSearch",
|
|
3347
|
+
"description": "The Zero AI Criteria Search",
|
|
3348
|
+
"privacy": "public"
|
|
3357
3349
|
}
|
|
3358
3350
|
],
|
|
3359
3351
|
"exports": [
|
|
3360
3352
|
{
|
|
3361
3353
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3354
|
+
"name": "AiCriteriaSearch",
|
|
3363
3355
|
"declaration": {
|
|
3364
|
-
"name": "
|
|
3365
|
-
"module": "src/ai-
|
|
3356
|
+
"name": "AiCriteriaSearch",
|
|
3357
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3366
3358
|
}
|
|
3367
3359
|
},
|
|
3368
3360
|
{
|
|
3369
3361
|
"kind": "js",
|
|
3370
|
-
"name": "
|
|
3362
|
+
"name": "zeroAiCriteriaSearch",
|
|
3371
3363
|
"declaration": {
|
|
3372
|
-
"name": "
|
|
3373
|
-
"module": "src/ai-
|
|
3364
|
+
"name": "zeroAiCriteriaSearch",
|
|
3365
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3374
3366
|
}
|
|
3375
3367
|
}
|
|
3376
3368
|
]
|
|
3377
3369
|
},
|
|
3378
3370
|
{
|
|
3379
3371
|
"kind": "javascript-module",
|
|
3380
|
-
"path": "src/ai-
|
|
3372
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3381
3373
|
"declarations": [],
|
|
3382
3374
|
"exports": [
|
|
3383
3375
|
{
|
|
3384
3376
|
"kind": "js",
|
|
3385
|
-
"name": "
|
|
3377
|
+
"name": "*",
|
|
3386
3378
|
"declaration": {
|
|
3387
|
-
"name": "
|
|
3388
|
-
"
|
|
3379
|
+
"name": "*",
|
|
3380
|
+
"package": "./ai-criteria-search"
|
|
3389
3381
|
}
|
|
3390
3382
|
},
|
|
3391
3383
|
{
|
|
3392
3384
|
"kind": "js",
|
|
3393
|
-
"name": "
|
|
3385
|
+
"name": "*",
|
|
3394
3386
|
"declaration": {
|
|
3395
|
-
"name": "
|
|
3396
|
-
"
|
|
3387
|
+
"name": "*",
|
|
3388
|
+
"package": "./ai-criteria-search.styles"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "js",
|
|
3393
|
+
"name": "*",
|
|
3394
|
+
"declaration": {
|
|
3395
|
+
"name": "*",
|
|
3396
|
+
"package": "./ai-criteria-search.template"
|
|
3397
3397
|
}
|
|
3398
3398
|
}
|
|
3399
3399
|
]
|