@genesislcap/foundation-zero 14.456.0 → 14.456.1-alpha-b67da79.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 +785 -785
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- 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,129 +1359,250 @@
|
|
|
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": "
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "2",
|
|
1512
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1513
|
-
"fieldName": "headinglevel",
|
|
1514
|
-
"inheritedFrom": {
|
|
1515
|
-
"name": "AccordionItem",
|
|
1516
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "boolean"
|
|
1522
|
-
},
|
|
1523
|
-
"default": "false",
|
|
1524
|
-
"description": "Expands or collapses the item.",
|
|
1525
|
-
"fieldName": "expanded",
|
|
1526
|
-
"inheritedFrom": {
|
|
1527
|
-
"name": "AccordionItem",
|
|
1528
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"name": "id",
|
|
1386
|
+
"name": "expand-mode",
|
|
1533
1387
|
"type": {
|
|
1534
|
-
"text": "
|
|
1388
|
+
"text": "AccordionExpandMode"
|
|
1535
1389
|
},
|
|
1536
|
-
"description": "
|
|
1537
|
-
"fieldName": "
|
|
1390
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1391
|
+
"fieldName": "expandmode",
|
|
1538
1392
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/accordion
|
|
1393
|
+
"name": "Accordion",
|
|
1394
|
+
"module": "src/accordion/accordion.ts"
|
|
1541
1395
|
}
|
|
1542
1396
|
}
|
|
1543
1397
|
],
|
|
1544
1398
|
"members": [
|
|
1545
1399
|
{
|
|
1546
1400
|
"kind": "field",
|
|
1547
|
-
"name": "
|
|
1401
|
+
"name": "expandmode",
|
|
1548
1402
|
"type": {
|
|
1549
|
-
"text": "
|
|
1403
|
+
"text": "AccordionExpandMode"
|
|
1550
1404
|
},
|
|
1551
1405
|
"privacy": "public",
|
|
1552
|
-
"
|
|
1553
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1406
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1554
1407
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/accordion
|
|
1408
|
+
"name": "Accordion",
|
|
1409
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
1410
|
}
|
|
1558
1411
|
},
|
|
1559
1412
|
{
|
|
1560
1413
|
"kind": "field",
|
|
1561
|
-
"name": "
|
|
1414
|
+
"name": "activeid",
|
|
1562
1415
|
"type": {
|
|
1563
|
-
"text": "
|
|
1416
|
+
"text": "string | null"
|
|
1564
1417
|
},
|
|
1565
|
-
"privacy": "
|
|
1566
|
-
"default": "false",
|
|
1567
|
-
"description": "Expands or collapses the item.",
|
|
1418
|
+
"privacy": "private",
|
|
1568
1419
|
"inheritedFrom": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"module": "src/accordion
|
|
1420
|
+
"name": "Accordion",
|
|
1421
|
+
"module": "src/accordion/accordion.ts"
|
|
1571
1422
|
}
|
|
1572
1423
|
},
|
|
1573
1424
|
{
|
|
1574
1425
|
"kind": "field",
|
|
1575
|
-
"name": "
|
|
1426
|
+
"name": "activeItemIndex",
|
|
1576
1427
|
"type": {
|
|
1577
|
-
"text": "
|
|
1428
|
+
"text": "number"
|
|
1578
1429
|
},
|
|
1579
|
-
"privacy": "
|
|
1580
|
-
"
|
|
1430
|
+
"privacy": "private",
|
|
1431
|
+
"default": "0",
|
|
1581
1432
|
"inheritedFrom": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "src/accordion
|
|
1433
|
+
"name": "Accordion",
|
|
1434
|
+
"module": "src/accordion/accordion.ts"
|
|
1584
1435
|
}
|
|
1585
1436
|
},
|
|
1586
1437
|
{
|
|
1587
1438
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1439
|
+
"name": "accordionIds",
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "Array<string | null>"
|
|
1442
|
+
},
|
|
1589
1443
|
"privacy": "private",
|
|
1590
1444
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/accordion
|
|
1445
|
+
"name": "Accordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1593
1447
|
}
|
|
1594
1448
|
},
|
|
1595
1449
|
{
|
|
1596
1450
|
"kind": "field",
|
|
1597
|
-
"name": "
|
|
1598
|
-
"
|
|
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
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"inheritedFrom": {
|
|
1468
|
+
"name": "Accordion",
|
|
1469
|
+
"module": "src/accordion/accordion.ts"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "field",
|
|
1474
|
+
"name": "setItems",
|
|
1475
|
+
"privacy": "private",
|
|
1476
|
+
"inheritedFrom": {
|
|
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
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"kind": "field",
|
|
1597
|
+
"name": "_presentation",
|
|
1598
|
+
"type": {
|
|
1599
1599
|
"text": "ComponentPresentation | null | undefined"
|
|
1600
1600
|
},
|
|
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,53 +1765,32 @@
|
|
|
1765
1765
|
"name": "*",
|
|
1766
1766
|
"declaration": {
|
|
1767
1767
|
"name": "*",
|
|
1768
|
-
"package": "./accordion
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
]
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1776
|
-
"declarations": [
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "variable",
|
|
1779
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
1780
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1781
|
-
}
|
|
1782
|
-
],
|
|
1783
|
-
"exports": [
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "js",
|
|
1786
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
1787
|
-
"declaration": {
|
|
1788
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
1789
|
-
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1768
|
+
"package": "./accordion.template"
|
|
1790
1769
|
}
|
|
1791
1770
|
}
|
|
1792
1771
|
]
|
|
1793
1772
|
},
|
|
1794
1773
|
{
|
|
1795
1774
|
"kind": "javascript-module",
|
|
1796
|
-
"path": "src/
|
|
1775
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1797
1776
|
"declarations": [
|
|
1798
1777
|
{
|
|
1799
1778
|
"kind": "function",
|
|
1800
|
-
"name": "
|
|
1779
|
+
"name": "zeroActionsMenuStyles",
|
|
1801
1780
|
"return": {
|
|
1802
1781
|
"type": {
|
|
1803
|
-
"text": "
|
|
1782
|
+
"text": "ElementStyles"
|
|
1804
1783
|
}
|
|
1805
1784
|
},
|
|
1806
1785
|
"parameters": [
|
|
1807
1786
|
{
|
|
1808
|
-
"name": "
|
|
1787
|
+
"name": "context",
|
|
1809
1788
|
"type": {
|
|
1810
1789
|
"text": "ElementDefinitionContext"
|
|
1811
1790
|
}
|
|
1812
1791
|
},
|
|
1813
1792
|
{
|
|
1814
|
-
"name": "
|
|
1793
|
+
"name": "definition",
|
|
1815
1794
|
"type": {
|
|
1816
1795
|
"text": "FoundationElementDefinition"
|
|
1817
1796
|
}
|
|
@@ -1822,347 +1801,383 @@
|
|
|
1822
1801
|
"exports": [
|
|
1823
1802
|
{
|
|
1824
1803
|
"kind": "js",
|
|
1825
|
-
"name": "
|
|
1804
|
+
"name": "zeroActionsMenuStyles",
|
|
1826
1805
|
"declaration": {
|
|
1827
|
-
"name": "
|
|
1828
|
-
"module": "src/
|
|
1806
|
+
"name": "zeroActionsMenuStyles",
|
|
1807
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1829
1808
|
}
|
|
1830
1809
|
}
|
|
1831
1810
|
]
|
|
1832
1811
|
},
|
|
1833
1812
|
{
|
|
1834
1813
|
"kind": "javascript-module",
|
|
1835
|
-
"path": "src/
|
|
1814
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1836
1815
|
"declarations": [
|
|
1837
1816
|
{
|
|
1838
1817
|
"kind": "class",
|
|
1839
1818
|
"description": "",
|
|
1840
|
-
"name": "
|
|
1819
|
+
"name": "ActionsMenu",
|
|
1841
1820
|
"superclass": {
|
|
1842
|
-
"name": "
|
|
1821
|
+
"name": "FoundationActionsMenu",
|
|
1843
1822
|
"package": "@genesislcap/foundation-ui"
|
|
1844
1823
|
},
|
|
1845
|
-
"tagName": "%%prefix%%-
|
|
1824
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1846
1825
|
"customElement": true,
|
|
1847
1826
|
"attributes": [
|
|
1848
1827
|
{
|
|
1849
|
-
"name": "
|
|
1828
|
+
"name": "is-vertical",
|
|
1850
1829
|
"type": {
|
|
1851
|
-
"text": "
|
|
1830
|
+
"text": "boolean"
|
|
1852
1831
|
},
|
|
1853
|
-
"default": "
|
|
1854
|
-
"fieldName": "
|
|
1855
|
-
"inheritedFrom": {
|
|
1856
|
-
"name": "
|
|
1857
|
-
"module": "src/
|
|
1832
|
+
"default": "false",
|
|
1833
|
+
"fieldName": "isVertical",
|
|
1834
|
+
"inheritedFrom": {
|
|
1835
|
+
"name": "ActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1858
1837
|
}
|
|
1859
1838
|
},
|
|
1860
1839
|
{
|
|
1840
|
+
"name": "add-default-actions",
|
|
1861
1841
|
"type": {
|
|
1862
1842
|
"text": "boolean"
|
|
1863
1843
|
},
|
|
1864
|
-
"
|
|
1844
|
+
"default": "true",
|
|
1845
|
+
"fieldName": "addDefaultActions",
|
|
1865
1846
|
"inheritedFrom": {
|
|
1866
|
-
"name": "
|
|
1867
|
-
"module": "src/
|
|
1847
|
+
"name": "ActionsMenu",
|
|
1848
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1868
1849
|
}
|
|
1869
|
-
}
|
|
1870
|
-
],
|
|
1871
|
-
"members": [
|
|
1850
|
+
},
|
|
1872
1851
|
{
|
|
1873
|
-
"
|
|
1874
|
-
"name": "providerRegistry",
|
|
1852
|
+
"name": "auto-close-on-action",
|
|
1875
1853
|
"type": {
|
|
1876
|
-
"text": "
|
|
1854
|
+
"text": "boolean"
|
|
1877
1855
|
},
|
|
1856
|
+
"default": "true",
|
|
1857
|
+
"fieldName": "autoCloseOnAction",
|
|
1878
1858
|
"inheritedFrom": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/
|
|
1859
|
+
"name": "ActionsMenu",
|
|
1860
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1881
1861
|
}
|
|
1882
1862
|
},
|
|
1883
1863
|
{
|
|
1884
|
-
"
|
|
1885
|
-
"name": "placeholder",
|
|
1864
|
+
"name": "name",
|
|
1886
1865
|
"type": {
|
|
1887
1866
|
"text": "string"
|
|
1888
1867
|
},
|
|
1889
|
-
"default": "'
|
|
1868
|
+
"default": "'Actions'",
|
|
1869
|
+
"fieldName": "name",
|
|
1890
1870
|
"inheritedFrom": {
|
|
1891
|
-
"name": "
|
|
1892
|
-
"module": "src/
|
|
1871
|
+
"name": "ActionsMenu",
|
|
1872
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1893
1873
|
}
|
|
1894
1874
|
},
|
|
1895
1875
|
{
|
|
1896
|
-
"
|
|
1897
|
-
"name": "disabled",
|
|
1876
|
+
"name": "open",
|
|
1898
1877
|
"type": {
|
|
1899
1878
|
"text": "boolean"
|
|
1900
1879
|
},
|
|
1880
|
+
"default": "false",
|
|
1881
|
+
"fieldName": "open",
|
|
1901
1882
|
"inheritedFrom": {
|
|
1902
|
-
"name": "
|
|
1903
|
-
"module": "src/
|
|
1883
|
+
"name": "ActionsMenu",
|
|
1884
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1904
1885
|
}
|
|
1905
1886
|
},
|
|
1906
1887
|
{
|
|
1907
|
-
"
|
|
1908
|
-
"name": "inputValue",
|
|
1888
|
+
"name": "buttonAppearance",
|
|
1909
1889
|
"type": {
|
|
1910
1890
|
"text": "string"
|
|
1911
1891
|
},
|
|
1912
|
-
"
|
|
1892
|
+
"fieldName": "buttonAppearance",
|
|
1913
1893
|
"inheritedFrom": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/
|
|
1894
|
+
"name": "ActionsMenu",
|
|
1895
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1916
1896
|
}
|
|
1917
1897
|
},
|
|
1918
1898
|
{
|
|
1919
|
-
"
|
|
1920
|
-
"name": "isInterpreting",
|
|
1899
|
+
"name": "hide-disabled",
|
|
1921
1900
|
"type": {
|
|
1922
1901
|
"text": "boolean"
|
|
1923
1902
|
},
|
|
1924
1903
|
"default": "false",
|
|
1904
|
+
"fieldName": "hideDisabled",
|
|
1925
1905
|
"inheritedFrom": {
|
|
1926
|
-
"name": "
|
|
1927
|
-
"module": "src/
|
|
1906
|
+
"name": "ActionsMenu",
|
|
1907
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1928
1908
|
}
|
|
1929
1909
|
},
|
|
1930
1910
|
{
|
|
1931
|
-
"
|
|
1932
|
-
"name": "lastValidCriteria",
|
|
1911
|
+
"name": "hide-menu-single-option",
|
|
1933
1912
|
"type": {
|
|
1934
|
-
"text": "
|
|
1913
|
+
"text": "boolean"
|
|
1935
1914
|
},
|
|
1936
|
-
"default": "
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideMenuSingleOption",
|
|
1937
1917
|
"inheritedFrom": {
|
|
1938
|
-
"name": "
|
|
1939
|
-
"module": "src/
|
|
1918
|
+
"name": "ActionsMenu",
|
|
1919
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1940
1920
|
}
|
|
1941
|
-
}
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"members": [
|
|
1942
1924
|
{
|
|
1943
1925
|
"kind": "field",
|
|
1944
|
-
"name": "
|
|
1926
|
+
"name": "actions",
|
|
1945
1927
|
"type": {
|
|
1946
|
-
"text": "
|
|
1928
|
+
"text": "ActionMenuItem[]"
|
|
1947
1929
|
},
|
|
1948
|
-
"default": "[]",
|
|
1949
1930
|
"inheritedFrom": {
|
|
1950
|
-
"name": "
|
|
1951
|
-
"module": "src/
|
|
1931
|
+
"name": "ActionsMenu",
|
|
1932
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1952
1933
|
}
|
|
1953
1934
|
},
|
|
1954
1935
|
{
|
|
1955
1936
|
"kind": "field",
|
|
1956
|
-
"name": "
|
|
1937
|
+
"name": "isVertical",
|
|
1957
1938
|
"type": {
|
|
1958
1939
|
"text": "boolean"
|
|
1959
1940
|
},
|
|
1960
1941
|
"default": "false",
|
|
1961
1942
|
"inheritedFrom": {
|
|
1962
|
-
"name": "
|
|
1963
|
-
"module": "src/
|
|
1943
|
+
"name": "ActionsMenu",
|
|
1944
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1964
1945
|
}
|
|
1965
1946
|
},
|
|
1966
1947
|
{
|
|
1967
1948
|
"kind": "field",
|
|
1968
|
-
"name": "
|
|
1949
|
+
"name": "addDefaultActions",
|
|
1969
1950
|
"type": {
|
|
1970
|
-
"text": "
|
|
1951
|
+
"text": "boolean"
|
|
1971
1952
|
},
|
|
1972
|
-
"default": "
|
|
1953
|
+
"default": "true",
|
|
1973
1954
|
"inheritedFrom": {
|
|
1974
|
-
"name": "
|
|
1975
|
-
"module": "src/
|
|
1955
|
+
"name": "ActionsMenu",
|
|
1956
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1976
1957
|
}
|
|
1977
1958
|
},
|
|
1978
1959
|
{
|
|
1979
1960
|
"kind": "field",
|
|
1980
|
-
"name": "
|
|
1961
|
+
"name": "autoCloseOnAction",
|
|
1981
1962
|
"type": {
|
|
1982
1963
|
"text": "boolean"
|
|
1983
1964
|
},
|
|
1984
|
-
"default": "
|
|
1965
|
+
"default": "true",
|
|
1985
1966
|
"inheritedFrom": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
1967
|
+
"name": "ActionsMenu",
|
|
1968
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1988
1969
|
}
|
|
1989
1970
|
},
|
|
1990
1971
|
{
|
|
1991
1972
|
"kind": "field",
|
|
1992
|
-
"name": "
|
|
1973
|
+
"name": "classNames",
|
|
1993
1974
|
"type": {
|
|
1994
|
-
"text": "
|
|
1975
|
+
"text": "string"
|
|
1995
1976
|
},
|
|
1996
|
-
"privacy": "public",
|
|
1997
1977
|
"inheritedFrom": {
|
|
1998
|
-
"name": "
|
|
1999
|
-
"module": "src/
|
|
1978
|
+
"name": "ActionsMenu",
|
|
1979
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2000
1980
|
}
|
|
2001
1981
|
},
|
|
2002
1982
|
{
|
|
2003
1983
|
"kind": "field",
|
|
2004
|
-
"name": "
|
|
1984
|
+
"name": "definition",
|
|
2005
1985
|
"type": {
|
|
2006
|
-
"text": "
|
|
1986
|
+
"text": "any"
|
|
2007
1987
|
},
|
|
2008
|
-
"privacy": "private",
|
|
2009
|
-
"default": "null",
|
|
2010
1988
|
"inheritedFrom": {
|
|
2011
|
-
"name": "
|
|
2012
|
-
"module": "src/
|
|
1989
|
+
"name": "ActionsMenu",
|
|
1990
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2013
1991
|
}
|
|
2014
1992
|
},
|
|
2015
1993
|
{
|
|
2016
1994
|
"kind": "field",
|
|
2017
|
-
"name": "
|
|
1995
|
+
"name": "name",
|
|
2018
1996
|
"type": {
|
|
2019
|
-
"text": "
|
|
1997
|
+
"text": "string"
|
|
2020
1998
|
},
|
|
2021
|
-
"
|
|
2022
|
-
"default": "null",
|
|
1999
|
+
"default": "'Actions'",
|
|
2023
2000
|
"inheritedFrom": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
2001
|
+
"name": "ActionsMenu",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2026
2003
|
}
|
|
2027
2004
|
},
|
|
2028
2005
|
{
|
|
2029
2006
|
"kind": "field",
|
|
2030
|
-
"name": "
|
|
2007
|
+
"name": "open",
|
|
2031
2008
|
"type": {
|
|
2032
2009
|
"text": "boolean"
|
|
2033
2010
|
},
|
|
2034
|
-
"
|
|
2011
|
+
"default": "false",
|
|
2035
2012
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
2013
|
+
"name": "ActionsMenu",
|
|
2014
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2038
2015
|
}
|
|
2039
2016
|
},
|
|
2040
2017
|
{
|
|
2041
2018
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2019
|
+
"name": "buttonAppearance",
|
|
2043
2020
|
"type": {
|
|
2044
|
-
"text": "
|
|
2021
|
+
"text": "string"
|
|
2045
2022
|
},
|
|
2046
|
-
"readonly": true,
|
|
2047
2023
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
2024
|
+
"name": "ActionsMenu",
|
|
2025
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2050
2026
|
}
|
|
2051
2027
|
},
|
|
2052
2028
|
{
|
|
2053
|
-
"kind": "
|
|
2054
|
-
"name": "
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2057
|
-
"type": {
|
|
2058
|
-
"text": "string"
|
|
2059
|
-
}
|
|
2029
|
+
"kind": "field",
|
|
2030
|
+
"name": "hideDisabled",
|
|
2031
|
+
"type": {
|
|
2032
|
+
"text": "boolean"
|
|
2060
2033
|
},
|
|
2061
|
-
"
|
|
2062
|
-
{
|
|
2063
|
-
"name": "fieldName",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "string"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
],
|
|
2034
|
+
"default": "false",
|
|
2069
2035
|
"inheritedFrom": {
|
|
2070
|
-
"name": "
|
|
2071
|
-
"module": "src/
|
|
2036
|
+
"name": "ActionsMenu",
|
|
2037
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2072
2038
|
}
|
|
2073
2039
|
},
|
|
2074
2040
|
{
|
|
2075
|
-
"kind": "
|
|
2076
|
-
"name": "
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2079
|
-
"text": "void"
|
|
2080
|
-
}
|
|
2041
|
+
"kind": "field",
|
|
2042
|
+
"name": "hideMenuSingleOption",
|
|
2043
|
+
"type": {
|
|
2044
|
+
"text": "boolean"
|
|
2081
2045
|
},
|
|
2046
|
+
"default": "false",
|
|
2082
2047
|
"inheritedFrom": {
|
|
2083
|
-
"name": "
|
|
2084
|
-
"module": "src/
|
|
2048
|
+
"name": "ActionsMenu",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2085
2050
|
}
|
|
2086
2051
|
},
|
|
2087
2052
|
{
|
|
2088
|
-
"kind": "
|
|
2089
|
-
"name": "
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
2092
|
-
"text": "void"
|
|
2093
|
-
}
|
|
2053
|
+
"kind": "field",
|
|
2054
|
+
"name": "singleOption",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "ActionMenuItem"
|
|
2094
2057
|
},
|
|
2058
|
+
"inheritedFrom": {
|
|
2059
|
+
"name": "ActionsMenu",
|
|
2060
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "field",
|
|
2065
|
+
"name": "actionsMenu",
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "HTMLElement"
|
|
2068
|
+
},
|
|
2069
|
+
"inheritedFrom": {
|
|
2070
|
+
"name": "ActionsMenu",
|
|
2071
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"kind": "method",
|
|
2076
|
+
"name": "definitionChanged",
|
|
2077
|
+
"privacy": "protected",
|
|
2095
2078
|
"parameters": [
|
|
2096
2079
|
{
|
|
2097
|
-
"name": "
|
|
2080
|
+
"name": "oldValue",
|
|
2098
2081
|
"type": {
|
|
2099
|
-
"text": "
|
|
2082
|
+
"text": "any"
|
|
2100
2083
|
}
|
|
2101
2084
|
},
|
|
2102
2085
|
{
|
|
2103
|
-
"name": "
|
|
2086
|
+
"name": "newValue",
|
|
2104
2087
|
"type": {
|
|
2105
|
-
"text": "
|
|
2088
|
+
"text": "any"
|
|
2106
2089
|
}
|
|
2107
2090
|
}
|
|
2108
2091
|
],
|
|
2109
2092
|
"inheritedFrom": {
|
|
2110
|
-
"name": "
|
|
2111
|
-
"module": "src/
|
|
2093
|
+
"name": "ActionsMenu",
|
|
2094
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2112
2095
|
}
|
|
2113
2096
|
},
|
|
2114
2097
|
{
|
|
2115
2098
|
"kind": "method",
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2118
|
-
"type": {
|
|
2119
|
-
"text": "void"
|
|
2120
|
-
}
|
|
2121
|
-
},
|
|
2099
|
+
"name": "openChanged",
|
|
2100
|
+
"privacy": "protected",
|
|
2122
2101
|
"inheritedFrom": {
|
|
2123
|
-
"name": "
|
|
2124
|
-
"module": "src/
|
|
2102
|
+
"name": "ActionsMenu",
|
|
2103
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2125
2104
|
}
|
|
2126
2105
|
},
|
|
2127
2106
|
{
|
|
2128
2107
|
"kind": "method",
|
|
2129
|
-
"name": "
|
|
2108
|
+
"name": "toggleActionsMenuVisibility",
|
|
2130
2109
|
"inheritedFrom": {
|
|
2131
|
-
"name": "
|
|
2132
|
-
"module": "src/
|
|
2110
|
+
"name": "ActionsMenu",
|
|
2111
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2133
2112
|
}
|
|
2134
2113
|
},
|
|
2135
2114
|
{
|
|
2136
2115
|
"kind": "method",
|
|
2137
|
-
"name": "
|
|
2116
|
+
"name": "onActionMenuItemClick",
|
|
2117
|
+
"parameters": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "callback",
|
|
2120
|
+
"type": {
|
|
2121
|
+
"text": "(rowData) => void | any"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2138
2125
|
"inheritedFrom": {
|
|
2139
|
-
"name": "
|
|
2140
|
-
"module": "src/
|
|
2126
|
+
"name": "ActionsMenu",
|
|
2127
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2141
2128
|
}
|
|
2142
2129
|
},
|
|
2143
2130
|
{
|
|
2144
|
-
"kind": "
|
|
2145
|
-
"name": "
|
|
2131
|
+
"kind": "field",
|
|
2132
|
+
"name": "allActions",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "ActionMenuItem[]"
|
|
2135
|
+
},
|
|
2136
|
+
"readonly": true,
|
|
2137
|
+
"inheritedFrom": {
|
|
2138
|
+
"name": "ActionsMenu",
|
|
2139
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "rowData",
|
|
2145
|
+
"readonly": true,
|
|
2146
2146
|
"inheritedFrom": {
|
|
2147
|
-
"name": "
|
|
2148
|
-
"module": "src/
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2149
2149
|
}
|
|
2150
2150
|
},
|
|
2151
2151
|
{
|
|
2152
2152
|
"kind": "method",
|
|
2153
|
-
"name": "
|
|
2153
|
+
"name": "getLabel",
|
|
2154
|
+
"parameters": [
|
|
2155
|
+
{
|
|
2156
|
+
"name": "name",
|
|
2157
|
+
"type": {
|
|
2158
|
+
"text": "string | ((rowData: any) => string)"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2154
2162
|
"inheritedFrom": {
|
|
2155
|
-
"name": "
|
|
2156
|
-
"module": "src/
|
|
2163
|
+
"name": "ActionsMenu",
|
|
2164
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2157
2165
|
}
|
|
2158
2166
|
},
|
|
2159
2167
|
{
|
|
2160
2168
|
"kind": "method",
|
|
2161
|
-
"name": "
|
|
2162
|
-
"
|
|
2169
|
+
"name": "getTemplate",
|
|
2170
|
+
"parameters": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "prefix",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "string"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2163
2178
|
"inheritedFrom": {
|
|
2164
|
-
"name": "
|
|
2165
|
-
"module": "src/
|
|
2179
|
+
"name": "ActionsMenu",
|
|
2180
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2166
2181
|
}
|
|
2167
2182
|
},
|
|
2168
2183
|
{
|
|
@@ -2276,55 +2291,37 @@
|
|
|
2276
2291
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2277
2292
|
}
|
|
2278
2293
|
}
|
|
2279
|
-
],
|
|
2280
|
-
"events": [
|
|
2281
|
-
{
|
|
2282
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2283
|
-
"name": "criteria-changed",
|
|
2284
|
-
"inheritedFrom": {
|
|
2285
|
-
"name": "AiCriteriaSearch",
|
|
2286
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2291
|
-
"name": "validation-errors",
|
|
2292
|
-
"inheritedFrom": {
|
|
2293
|
-
"name": "AiCriteriaSearch",
|
|
2294
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2297
2294
|
]
|
|
2298
2295
|
},
|
|
2299
2296
|
{
|
|
2300
2297
|
"kind": "variable",
|
|
2301
|
-
"name": "
|
|
2302
|
-
"description": "The Zero
|
|
2298
|
+
"name": "zeroActionsMenu",
|
|
2299
|
+
"description": "The Zero Actions Menu",
|
|
2303
2300
|
"privacy": "public"
|
|
2304
2301
|
}
|
|
2305
2302
|
],
|
|
2306
2303
|
"exports": [
|
|
2307
2304
|
{
|
|
2308
2305
|
"kind": "js",
|
|
2309
|
-
"name": "
|
|
2306
|
+
"name": "ActionsMenu",
|
|
2310
2307
|
"declaration": {
|
|
2311
|
-
"name": "
|
|
2312
|
-
"module": "src/
|
|
2308
|
+
"name": "ActionsMenu",
|
|
2309
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2313
2310
|
}
|
|
2314
2311
|
},
|
|
2315
2312
|
{
|
|
2316
2313
|
"kind": "js",
|
|
2317
|
-
"name": "
|
|
2314
|
+
"name": "zeroActionsMenu",
|
|
2318
2315
|
"declaration": {
|
|
2319
|
-
"name": "
|
|
2320
|
-
"module": "src/
|
|
2316
|
+
"name": "zeroActionsMenu",
|
|
2317
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2321
2318
|
}
|
|
2322
2319
|
}
|
|
2323
2320
|
]
|
|
2324
2321
|
},
|
|
2325
2322
|
{
|
|
2326
2323
|
"kind": "javascript-module",
|
|
2327
|
-
"path": "src/
|
|
2324
|
+
"path": "src/actions-menu/index.ts",
|
|
2328
2325
|
"declarations": [],
|
|
2329
2326
|
"exports": [
|
|
2330
2327
|
{
|
|
@@ -2332,7 +2329,7 @@
|
|
|
2332
2329
|
"name": "*",
|
|
2333
2330
|
"declaration": {
|
|
2334
2331
|
"name": "*",
|
|
2335
|
-
"package": "./
|
|
2332
|
+
"package": "./actions-menu"
|
|
2336
2333
|
}
|
|
2337
2334
|
},
|
|
2338
2335
|
{
|
|
@@ -2340,40 +2337,53 @@
|
|
|
2340
2337
|
"name": "*",
|
|
2341
2338
|
"declaration": {
|
|
2342
2339
|
"name": "*",
|
|
2343
|
-
"package": "./
|
|
2340
|
+
"package": "./actions-menu.styles"
|
|
2344
2341
|
}
|
|
2345
|
-
}
|
|
2342
|
+
}
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"kind": "javascript-module",
|
|
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": [
|
|
2346
2356
|
{
|
|
2347
2357
|
"kind": "js",
|
|
2348
|
-
"name": "
|
|
2358
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2349
2359
|
"declaration": {
|
|
2350
|
-
"name": "
|
|
2351
|
-
"
|
|
2360
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2361
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2352
2362
|
}
|
|
2353
2363
|
}
|
|
2354
2364
|
]
|
|
2355
2365
|
},
|
|
2356
2366
|
{
|
|
2357
2367
|
"kind": "javascript-module",
|
|
2358
|
-
"path": "src/
|
|
2368
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2359
2369
|
"declarations": [
|
|
2360
2370
|
{
|
|
2361
2371
|
"kind": "function",
|
|
2362
|
-
"name": "
|
|
2372
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2363
2373
|
"return": {
|
|
2364
2374
|
"type": {
|
|
2365
|
-
"text": "
|
|
2375
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2366
2376
|
}
|
|
2367
2377
|
},
|
|
2368
2378
|
"parameters": [
|
|
2369
2379
|
{
|
|
2370
|
-
"name": "
|
|
2380
|
+
"name": "_context",
|
|
2371
2381
|
"type": {
|
|
2372
2382
|
"text": "ElementDefinitionContext"
|
|
2373
2383
|
}
|
|
2374
2384
|
},
|
|
2375
2385
|
{
|
|
2376
|
-
"name": "
|
|
2386
|
+
"name": "_definition",
|
|
2377
2387
|
"type": {
|
|
2378
2388
|
"text": "FoundationElementDefinition"
|
|
2379
2389
|
}
|
|
@@ -2384,383 +2394,347 @@
|
|
|
2384
2394
|
"exports": [
|
|
2385
2395
|
{
|
|
2386
2396
|
"kind": "js",
|
|
2387
|
-
"name": "
|
|
2397
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2388
2398
|
"declaration": {
|
|
2389
|
-
"name": "
|
|
2390
|
-
"module": "src/
|
|
2399
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2400
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2391
2401
|
}
|
|
2392
2402
|
}
|
|
2393
2403
|
]
|
|
2394
2404
|
},
|
|
2395
2405
|
{
|
|
2396
2406
|
"kind": "javascript-module",
|
|
2397
|
-
"path": "src/
|
|
2407
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2398
2408
|
"declarations": [
|
|
2399
2409
|
{
|
|
2400
2410
|
"kind": "class",
|
|
2401
2411
|
"description": "",
|
|
2402
|
-
"name": "
|
|
2412
|
+
"name": "AiCriteriaSearch",
|
|
2403
2413
|
"superclass": {
|
|
2404
|
-
"name": "
|
|
2414
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2405
2415
|
"package": "@genesislcap/foundation-ui"
|
|
2406
2416
|
},
|
|
2407
|
-
"tagName": "%%prefix%%-
|
|
2417
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2408
2418
|
"customElement": true,
|
|
2409
2419
|
"attributes": [
|
|
2410
2420
|
{
|
|
2411
|
-
"name": "
|
|
2412
|
-
"type": {
|
|
2413
|
-
"text": "boolean"
|
|
2414
|
-
},
|
|
2415
|
-
"default": "false",
|
|
2416
|
-
"fieldName": "isVertical",
|
|
2417
|
-
"inheritedFrom": {
|
|
2418
|
-
"name": "ActionsMenu",
|
|
2419
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"name": "add-default-actions",
|
|
2421
|
+
"name": "placeholder",
|
|
2424
2422
|
"type": {
|
|
2425
|
-
"text": "
|
|
2423
|
+
"text": "string"
|
|
2426
2424
|
},
|
|
2427
|
-
"default": "
|
|
2428
|
-
"fieldName": "
|
|
2425
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2426
|
+
"fieldName": "placeholder",
|
|
2429
2427
|
"inheritedFrom": {
|
|
2430
|
-
"name": "
|
|
2431
|
-
"module": "src/
|
|
2428
|
+
"name": "AiCriteriaSearch",
|
|
2429
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2432
2430
|
}
|
|
2433
2431
|
},
|
|
2434
2432
|
{
|
|
2435
|
-
"name": "auto-close-on-action",
|
|
2436
2433
|
"type": {
|
|
2437
2434
|
"text": "boolean"
|
|
2438
2435
|
},
|
|
2439
|
-
"
|
|
2440
|
-
"fieldName": "autoCloseOnAction",
|
|
2441
|
-
"inheritedFrom": {
|
|
2442
|
-
"name": "ActionsMenu",
|
|
2443
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"name": "name",
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "string"
|
|
2450
|
-
},
|
|
2451
|
-
"default": "'Actions'",
|
|
2452
|
-
"fieldName": "name",
|
|
2436
|
+
"fieldName": "disabled",
|
|
2453
2437
|
"inheritedFrom": {
|
|
2454
|
-
"name": "
|
|
2455
|
-
"module": "src/
|
|
2438
|
+
"name": "AiCriteriaSearch",
|
|
2439
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2456
2440
|
}
|
|
2457
|
-
}
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"members": [
|
|
2458
2444
|
{
|
|
2459
|
-
"
|
|
2445
|
+
"kind": "field",
|
|
2446
|
+
"name": "providerRegistry",
|
|
2460
2447
|
"type": {
|
|
2461
|
-
"text": "
|
|
2448
|
+
"text": "AIProviderRegistry"
|
|
2462
2449
|
},
|
|
2463
|
-
"default": "false",
|
|
2464
|
-
"fieldName": "open",
|
|
2465
2450
|
"inheritedFrom": {
|
|
2466
|
-
"name": "
|
|
2467
|
-
"module": "src/
|
|
2451
|
+
"name": "AiCriteriaSearch",
|
|
2452
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2468
2453
|
}
|
|
2469
2454
|
},
|
|
2470
2455
|
{
|
|
2471
|
-
"
|
|
2456
|
+
"kind": "field",
|
|
2457
|
+
"name": "placeholder",
|
|
2472
2458
|
"type": {
|
|
2473
2459
|
"text": "string"
|
|
2474
2460
|
},
|
|
2475
|
-
"
|
|
2461
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2476
2462
|
"inheritedFrom": {
|
|
2477
|
-
"name": "
|
|
2478
|
-
"module": "src/
|
|
2463
|
+
"name": "AiCriteriaSearch",
|
|
2464
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2479
2465
|
}
|
|
2480
2466
|
},
|
|
2481
2467
|
{
|
|
2482
|
-
"
|
|
2468
|
+
"kind": "field",
|
|
2469
|
+
"name": "disabled",
|
|
2483
2470
|
"type": {
|
|
2484
2471
|
"text": "boolean"
|
|
2485
2472
|
},
|
|
2486
|
-
"default": "false",
|
|
2487
|
-
"fieldName": "hideDisabled",
|
|
2488
2473
|
"inheritedFrom": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"module": "src/
|
|
2474
|
+
"name": "AiCriteriaSearch",
|
|
2475
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2491
2476
|
}
|
|
2492
2477
|
},
|
|
2493
|
-
{
|
|
2494
|
-
"name": "hide-menu-single-option",
|
|
2495
|
-
"type": {
|
|
2496
|
-
"text": "boolean"
|
|
2497
|
-
},
|
|
2498
|
-
"default": "false",
|
|
2499
|
-
"fieldName": "hideMenuSingleOption",
|
|
2500
|
-
"inheritedFrom": {
|
|
2501
|
-
"name": "ActionsMenu",
|
|
2502
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2503
|
-
}
|
|
2504
|
-
}
|
|
2505
|
-
],
|
|
2506
|
-
"members": [
|
|
2507
2478
|
{
|
|
2508
2479
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2480
|
+
"name": "inputValue",
|
|
2510
2481
|
"type": {
|
|
2511
|
-
"text": "
|
|
2482
|
+
"text": "string"
|
|
2512
2483
|
},
|
|
2484
|
+
"default": "''",
|
|
2513
2485
|
"inheritedFrom": {
|
|
2514
|
-
"name": "
|
|
2515
|
-
"module": "src/
|
|
2486
|
+
"name": "AiCriteriaSearch",
|
|
2487
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2516
2488
|
}
|
|
2517
2489
|
},
|
|
2518
2490
|
{
|
|
2519
2491
|
"kind": "field",
|
|
2520
|
-
"name": "
|
|
2492
|
+
"name": "isInterpreting",
|
|
2521
2493
|
"type": {
|
|
2522
2494
|
"text": "boolean"
|
|
2523
2495
|
},
|
|
2524
2496
|
"default": "false",
|
|
2525
2497
|
"inheritedFrom": {
|
|
2526
|
-
"name": "
|
|
2527
|
-
"module": "src/
|
|
2528
|
-
}
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"kind": "field",
|
|
2532
|
-
"name": "addDefaultActions",
|
|
2533
|
-
"type": {
|
|
2534
|
-
"text": "boolean"
|
|
2535
|
-
},
|
|
2536
|
-
"default": "true",
|
|
2537
|
-
"inheritedFrom": {
|
|
2538
|
-
"name": "ActionsMenu",
|
|
2539
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2498
|
+
"name": "AiCriteriaSearch",
|
|
2499
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2540
2500
|
}
|
|
2541
2501
|
},
|
|
2542
2502
|
{
|
|
2543
2503
|
"kind": "field",
|
|
2544
|
-
"name": "
|
|
2504
|
+
"name": "lastValidCriteria",
|
|
2545
2505
|
"type": {
|
|
2546
|
-
"text": "
|
|
2506
|
+
"text": "string | null"
|
|
2547
2507
|
},
|
|
2548
|
-
"default": "
|
|
2508
|
+
"default": "null",
|
|
2549
2509
|
"inheritedFrom": {
|
|
2550
|
-
"name": "
|
|
2551
|
-
"module": "src/
|
|
2510
|
+
"name": "AiCriteriaSearch",
|
|
2511
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2552
2512
|
}
|
|
2553
2513
|
},
|
|
2554
2514
|
{
|
|
2555
2515
|
"kind": "field",
|
|
2556
|
-
"name": "
|
|
2516
|
+
"name": "activeGroups",
|
|
2557
2517
|
"type": {
|
|
2558
|
-
"text": "
|
|
2518
|
+
"text": "CriteriaGroup[]"
|
|
2559
2519
|
},
|
|
2520
|
+
"default": "[]",
|
|
2560
2521
|
"inheritedFrom": {
|
|
2561
|
-
"name": "
|
|
2562
|
-
"module": "src/
|
|
2522
|
+
"name": "AiCriteriaSearch",
|
|
2523
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2563
2524
|
}
|
|
2564
2525
|
},
|
|
2565
2526
|
{
|
|
2566
2527
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2528
|
+
"name": "showingChips",
|
|
2568
2529
|
"type": {
|
|
2569
|
-
"text": "
|
|
2530
|
+
"text": "boolean"
|
|
2570
2531
|
},
|
|
2532
|
+
"default": "false",
|
|
2571
2533
|
"inheritedFrom": {
|
|
2572
|
-
"name": "
|
|
2573
|
-
"module": "src/
|
|
2534
|
+
"name": "AiCriteriaSearch",
|
|
2535
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2574
2536
|
}
|
|
2575
2537
|
},
|
|
2576
2538
|
{
|
|
2577
2539
|
"kind": "field",
|
|
2578
|
-
"name": "
|
|
2540
|
+
"name": "fieldMetadata",
|
|
2579
2541
|
"type": {
|
|
2580
|
-
"text": "string"
|
|
2542
|
+
"text": "MetadataDetail[] | string[]"
|
|
2581
2543
|
},
|
|
2582
|
-
"default": "
|
|
2544
|
+
"default": "[]",
|
|
2583
2545
|
"inheritedFrom": {
|
|
2584
|
-
"name": "
|
|
2585
|
-
"module": "src/
|
|
2546
|
+
"name": "AiCriteriaSearch",
|
|
2547
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2586
2548
|
}
|
|
2587
2549
|
},
|
|
2588
2550
|
{
|
|
2589
2551
|
"kind": "field",
|
|
2590
|
-
"name": "
|
|
2552
|
+
"name": "isRecording",
|
|
2591
2553
|
"type": {
|
|
2592
2554
|
"text": "boolean"
|
|
2593
2555
|
},
|
|
2594
2556
|
"default": "false",
|
|
2595
2557
|
"inheritedFrom": {
|
|
2596
|
-
"name": "
|
|
2597
|
-
"module": "src/
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2598
2560
|
}
|
|
2599
2561
|
},
|
|
2600
2562
|
{
|
|
2601
2563
|
"kind": "field",
|
|
2602
|
-
"name": "
|
|
2564
|
+
"name": "textAreaRef",
|
|
2603
2565
|
"type": {
|
|
2604
|
-
"text": "
|
|
2566
|
+
"text": "HTMLTextAreaElement"
|
|
2605
2567
|
},
|
|
2568
|
+
"privacy": "public",
|
|
2606
2569
|
"inheritedFrom": {
|
|
2607
|
-
"name": "
|
|
2608
|
-
"module": "src/
|
|
2570
|
+
"name": "AiCriteriaSearch",
|
|
2571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2609
2572
|
}
|
|
2610
2573
|
},
|
|
2611
2574
|
{
|
|
2612
2575
|
"kind": "field",
|
|
2613
|
-
"name": "
|
|
2576
|
+
"name": "stopRecording",
|
|
2614
2577
|
"type": {
|
|
2615
|
-
"text": "
|
|
2578
|
+
"text": "(() => void) | null"
|
|
2616
2579
|
},
|
|
2617
|
-
"
|
|
2580
|
+
"privacy": "private",
|
|
2581
|
+
"default": "null",
|
|
2618
2582
|
"inheritedFrom": {
|
|
2619
|
-
"name": "
|
|
2620
|
-
"module": "src/
|
|
2583
|
+
"name": "AiCriteriaSearch",
|
|
2584
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2621
2585
|
}
|
|
2622
2586
|
},
|
|
2623
2587
|
{
|
|
2624
2588
|
"kind": "field",
|
|
2625
|
-
"name": "
|
|
2589
|
+
"name": "speechApplyDebounceTimer",
|
|
2626
2590
|
"type": {
|
|
2627
|
-
"text": "
|
|
2591
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2628
2592
|
},
|
|
2629
|
-
"
|
|
2593
|
+
"privacy": "private",
|
|
2594
|
+
"default": "null",
|
|
2630
2595
|
"inheritedFrom": {
|
|
2631
|
-
"name": "
|
|
2632
|
-
"module": "src/
|
|
2596
|
+
"name": "AiCriteriaSearch",
|
|
2597
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2633
2598
|
}
|
|
2634
2599
|
},
|
|
2635
2600
|
{
|
|
2636
2601
|
"kind": "field",
|
|
2637
|
-
"name": "
|
|
2602
|
+
"name": "speechAvailable",
|
|
2638
2603
|
"type": {
|
|
2639
|
-
"text": "
|
|
2604
|
+
"text": "boolean"
|
|
2640
2605
|
},
|
|
2606
|
+
"readonly": true,
|
|
2641
2607
|
"inheritedFrom": {
|
|
2642
|
-
"name": "
|
|
2643
|
-
"module": "src/
|
|
2608
|
+
"name": "AiCriteriaSearch",
|
|
2609
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2644
2610
|
}
|
|
2645
2611
|
},
|
|
2646
2612
|
{
|
|
2647
2613
|
"kind": "field",
|
|
2648
|
-
"name": "
|
|
2614
|
+
"name": "criteriaChips",
|
|
2649
2615
|
"type": {
|
|
2650
|
-
"text": "
|
|
2616
|
+
"text": "CriteriaChip[]"
|
|
2651
2617
|
},
|
|
2618
|
+
"readonly": true,
|
|
2652
2619
|
"inheritedFrom": {
|
|
2653
|
-
"name": "
|
|
2654
|
-
"module": "src/
|
|
2620
|
+
"name": "AiCriteriaSearch",
|
|
2621
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2655
2622
|
}
|
|
2656
2623
|
},
|
|
2657
2624
|
{
|
|
2658
2625
|
"kind": "method",
|
|
2659
|
-
"name": "
|
|
2660
|
-
"privacy": "
|
|
2626
|
+
"name": "getFieldLabel",
|
|
2627
|
+
"privacy": "private",
|
|
2628
|
+
"return": {
|
|
2629
|
+
"type": {
|
|
2630
|
+
"text": "string"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2661
2633
|
"parameters": [
|
|
2662
2634
|
{
|
|
2663
|
-
"name": "
|
|
2664
|
-
"type": {
|
|
2665
|
-
"text": "any"
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"name": "newValue",
|
|
2635
|
+
"name": "fieldName",
|
|
2670
2636
|
"type": {
|
|
2671
|
-
"text": "
|
|
2637
|
+
"text": "string"
|
|
2672
2638
|
}
|
|
2673
2639
|
}
|
|
2674
2640
|
],
|
|
2675
2641
|
"inheritedFrom": {
|
|
2676
|
-
"name": "
|
|
2677
|
-
"module": "src/
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"kind": "method",
|
|
2682
|
-
"name": "openChanged",
|
|
2683
|
-
"privacy": "protected",
|
|
2684
|
-
"inheritedFrom": {
|
|
2685
|
-
"name": "ActionsMenu",
|
|
2686
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2642
|
+
"name": "AiCriteriaSearch",
|
|
2643
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2687
2644
|
}
|
|
2688
2645
|
},
|
|
2689
2646
|
{
|
|
2690
2647
|
"kind": "method",
|
|
2691
|
-
"name": "
|
|
2648
|
+
"name": "toggleCriteriaView",
|
|
2649
|
+
"return": {
|
|
2650
|
+
"type": {
|
|
2651
|
+
"text": "void"
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2692
2654
|
"inheritedFrom": {
|
|
2693
|
-
"name": "
|
|
2694
|
-
"module": "src/
|
|
2655
|
+
"name": "AiCriteriaSearch",
|
|
2656
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2695
2657
|
}
|
|
2696
2658
|
},
|
|
2697
2659
|
{
|
|
2698
2660
|
"kind": "method",
|
|
2699
|
-
"name": "
|
|
2661
|
+
"name": "removeChip",
|
|
2662
|
+
"return": {
|
|
2663
|
+
"type": {
|
|
2664
|
+
"text": "void"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2700
2667
|
"parameters": [
|
|
2701
2668
|
{
|
|
2702
|
-
"name": "
|
|
2669
|
+
"name": "groupIndex",
|
|
2703
2670
|
"type": {
|
|
2704
|
-
"text": "
|
|
2671
|
+
"text": "number"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "clauseIndex",
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": "number"
|
|
2705
2678
|
}
|
|
2706
2679
|
}
|
|
2707
2680
|
],
|
|
2708
2681
|
"inheritedFrom": {
|
|
2709
|
-
"name": "
|
|
2710
|
-
"module": "src/
|
|
2682
|
+
"name": "AiCriteriaSearch",
|
|
2683
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2711
2684
|
}
|
|
2712
2685
|
},
|
|
2713
2686
|
{
|
|
2714
|
-
"kind": "
|
|
2715
|
-
"name": "
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2687
|
+
"kind": "method",
|
|
2688
|
+
"name": "clearChips",
|
|
2689
|
+
"return": {
|
|
2690
|
+
"type": {
|
|
2691
|
+
"text": "void"
|
|
2692
|
+
}
|
|
2718
2693
|
},
|
|
2719
|
-
"readonly": true,
|
|
2720
2694
|
"inheritedFrom": {
|
|
2721
|
-
"name": "
|
|
2722
|
-
"module": "src/
|
|
2695
|
+
"name": "AiCriteriaSearch",
|
|
2696
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2723
2697
|
}
|
|
2724
2698
|
},
|
|
2725
2699
|
{
|
|
2726
|
-
"kind": "
|
|
2727
|
-
"name": "
|
|
2728
|
-
"readonly": true,
|
|
2700
|
+
"kind": "method",
|
|
2701
|
+
"name": "handleSubmit",
|
|
2729
2702
|
"inheritedFrom": {
|
|
2730
|
-
"name": "
|
|
2731
|
-
"module": "src/
|
|
2703
|
+
"name": "AiCriteriaSearch",
|
|
2704
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2732
2705
|
}
|
|
2733
2706
|
},
|
|
2734
2707
|
{
|
|
2735
2708
|
"kind": "method",
|
|
2736
|
-
"name": "
|
|
2737
|
-
"parameters": [
|
|
2738
|
-
{
|
|
2739
|
-
"name": "name",
|
|
2740
|
-
"type": {
|
|
2741
|
-
"text": "string | ((rowData: any) => string)"
|
|
2742
|
-
}
|
|
2743
|
-
}
|
|
2744
|
-
],
|
|
2709
|
+
"name": "handleBlur",
|
|
2745
2710
|
"inheritedFrom": {
|
|
2746
|
-
"name": "
|
|
2747
|
-
"module": "src/
|
|
2711
|
+
"name": "AiCriteriaSearch",
|
|
2712
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2748
2713
|
}
|
|
2749
2714
|
},
|
|
2750
2715
|
{
|
|
2751
2716
|
"kind": "method",
|
|
2752
|
-
"name": "
|
|
2753
|
-
"parameters": [
|
|
2754
|
-
{
|
|
2755
|
-
"name": "prefix",
|
|
2756
|
-
"type": {
|
|
2757
|
-
"text": "string"
|
|
2758
|
-
}
|
|
2759
|
-
}
|
|
2760
|
-
],
|
|
2717
|
+
"name": "clear",
|
|
2761
2718
|
"inheritedFrom": {
|
|
2762
|
-
"name": "
|
|
2763
|
-
"module": "src/
|
|
2719
|
+
"name": "AiCriteriaSearch",
|
|
2720
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"kind": "method",
|
|
2725
|
+
"name": "toggleSpeechInput",
|
|
2726
|
+
"inheritedFrom": {
|
|
2727
|
+
"name": "AiCriteriaSearch",
|
|
2728
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "method",
|
|
2733
|
+
"name": "clearSpeechApplyDebounce",
|
|
2734
|
+
"privacy": "private",
|
|
2735
|
+
"inheritedFrom": {
|
|
2736
|
+
"name": "AiCriteriaSearch",
|
|
2737
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2764
2738
|
}
|
|
2765
2739
|
},
|
|
2766
2740
|
{
|
|
@@ -2874,37 +2848,55 @@
|
|
|
2874
2848
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2875
2849
|
}
|
|
2876
2850
|
}
|
|
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
|
+
}
|
|
2877
2869
|
]
|
|
2878
2870
|
},
|
|
2879
2871
|
{
|
|
2880
2872
|
"kind": "variable",
|
|
2881
|
-
"name": "
|
|
2882
|
-
"description": "The Zero
|
|
2873
|
+
"name": "zeroAiCriteriaSearch",
|
|
2874
|
+
"description": "The Zero AI Criteria Search",
|
|
2883
2875
|
"privacy": "public"
|
|
2884
2876
|
}
|
|
2885
2877
|
],
|
|
2886
2878
|
"exports": [
|
|
2887
2879
|
{
|
|
2888
2880
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2881
|
+
"name": "AiCriteriaSearch",
|
|
2890
2882
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2883
|
+
"name": "AiCriteriaSearch",
|
|
2884
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2893
2885
|
}
|
|
2894
2886
|
},
|
|
2895
2887
|
{
|
|
2896
2888
|
"kind": "js",
|
|
2897
|
-
"name": "
|
|
2889
|
+
"name": "zeroAiCriteriaSearch",
|
|
2898
2890
|
"declaration": {
|
|
2899
|
-
"name": "
|
|
2900
|
-
"module": "src/
|
|
2891
|
+
"name": "zeroAiCriteriaSearch",
|
|
2892
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2901
2893
|
}
|
|
2902
2894
|
}
|
|
2903
2895
|
]
|
|
2904
2896
|
},
|
|
2905
2897
|
{
|
|
2906
2898
|
"kind": "javascript-module",
|
|
2907
|
-
"path": "src/
|
|
2899
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2908
2900
|
"declarations": [],
|
|
2909
2901
|
"exports": [
|
|
2910
2902
|
{
|
|
@@ -2912,7 +2904,7 @@
|
|
|
2912
2904
|
"name": "*",
|
|
2913
2905
|
"declaration": {
|
|
2914
2906
|
"name": "*",
|
|
2915
|
-
"package": "./
|
|
2907
|
+
"package": "./ai-criteria-search"
|
|
2916
2908
|
}
|
|
2917
2909
|
},
|
|
2918
2910
|
{
|
|
@@ -2920,7 +2912,15 @@
|
|
|
2920
2912
|
"name": "*",
|
|
2921
2913
|
"declaration": {
|
|
2922
2914
|
"name": "*",
|
|
2923
|
-
"package": "./
|
|
2915
|
+
"package": "./ai-criteria-search.styles"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "js",
|
|
2920
|
+
"name": "*",
|
|
2921
|
+
"declaration": {
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"package": "./ai-criteria-search.template"
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
2926
2926
|
]
|