@genesislcap/foundation-zero 14.475.1-alpha-4aed450.0 → 14.475.1-alpha-dba50f9.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 +886 -886
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- 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/
|
|
1294
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1416
1295
|
"declarations": [
|
|
1417
1296
|
{
|
|
1418
1297
|
"kind": "function",
|
|
1419
|
-
"name": "
|
|
1298
|
+
"name": "zeroActionsMenuStyles",
|
|
1420
1299
|
"return": {
|
|
1421
1300
|
"type": {
|
|
1422
1301
|
"text": "ElementStyles"
|
|
@@ -1441,155 +1320,383 @@
|
|
|
1441
1320
|
"exports": [
|
|
1442
1321
|
{
|
|
1443
1322
|
"kind": "js",
|
|
1444
|
-
"name": "
|
|
1323
|
+
"name": "zeroActionsMenuStyles",
|
|
1445
1324
|
"declaration": {
|
|
1446
|
-
"name": "
|
|
1447
|
-
"module": "src/
|
|
1325
|
+
"name": "zeroActionsMenuStyles",
|
|
1326
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1448
1327
|
}
|
|
1449
1328
|
}
|
|
1450
1329
|
]
|
|
1451
1330
|
},
|
|
1452
1331
|
{
|
|
1453
1332
|
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/
|
|
1333
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1455
1334
|
"declarations": [
|
|
1456
1335
|
{
|
|
1457
|
-
"kind": "
|
|
1458
|
-
"
|
|
1459
|
-
"
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1336
|
+
"kind": "class",
|
|
1337
|
+
"description": "",
|
|
1338
|
+
"name": "ActionsMenu",
|
|
1339
|
+
"superclass": {
|
|
1340
|
+
"name": "FoundationActionsMenu",
|
|
1341
|
+
"package": "@genesislcap/foundation-ui"
|
|
1463
1342
|
},
|
|
1464
|
-
"
|
|
1343
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1344
|
+
"customElement": true,
|
|
1345
|
+
"attributes": [
|
|
1465
1346
|
{
|
|
1466
|
-
"name": "
|
|
1347
|
+
"name": "is-vertical",
|
|
1467
1348
|
"type": {
|
|
1468
|
-
"text": "
|
|
1349
|
+
"text": "boolean"
|
|
1350
|
+
},
|
|
1351
|
+
"default": "false",
|
|
1352
|
+
"fieldName": "isVertical",
|
|
1353
|
+
"inheritedFrom": {
|
|
1354
|
+
"name": "ActionsMenu",
|
|
1355
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1469
1356
|
}
|
|
1470
1357
|
},
|
|
1471
1358
|
{
|
|
1472
|
-
"name": "
|
|
1359
|
+
"name": "add-default-actions",
|
|
1473
1360
|
"type": {
|
|
1474
|
-
"text": "
|
|
1361
|
+
"text": "boolean"
|
|
1362
|
+
},
|
|
1363
|
+
"default": "true",
|
|
1364
|
+
"fieldName": "addDefaultActions",
|
|
1365
|
+
"inheritedFrom": {
|
|
1366
|
+
"name": "ActionsMenu",
|
|
1367
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "auto-close-on-action",
|
|
1372
|
+
"type": {
|
|
1373
|
+
"text": "boolean"
|
|
1374
|
+
},
|
|
1375
|
+
"default": "true",
|
|
1376
|
+
"fieldName": "autoCloseOnAction",
|
|
1377
|
+
"inheritedFrom": {
|
|
1378
|
+
"name": "ActionsMenu",
|
|
1379
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "name",
|
|
1384
|
+
"type": {
|
|
1385
|
+
"text": "string"
|
|
1386
|
+
},
|
|
1387
|
+
"default": "'Actions'",
|
|
1388
|
+
"fieldName": "name",
|
|
1389
|
+
"inheritedFrom": {
|
|
1390
|
+
"name": "ActionsMenu",
|
|
1391
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "open",
|
|
1396
|
+
"type": {
|
|
1397
|
+
"text": "boolean"
|
|
1398
|
+
},
|
|
1399
|
+
"default": "false",
|
|
1400
|
+
"fieldName": "open",
|
|
1401
|
+
"inheritedFrom": {
|
|
1402
|
+
"name": "ActionsMenu",
|
|
1403
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "buttonAppearance",
|
|
1408
|
+
"type": {
|
|
1409
|
+
"text": "string"
|
|
1410
|
+
},
|
|
1411
|
+
"fieldName": "buttonAppearance",
|
|
1412
|
+
"inheritedFrom": {
|
|
1413
|
+
"name": "ActionsMenu",
|
|
1414
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "hide-disabled",
|
|
1419
|
+
"type": {
|
|
1420
|
+
"text": "boolean"
|
|
1421
|
+
},
|
|
1422
|
+
"default": "false",
|
|
1423
|
+
"fieldName": "hideDisabled",
|
|
1424
|
+
"inheritedFrom": {
|
|
1425
|
+
"name": "ActionsMenu",
|
|
1426
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"name": "hide-menu-single-option",
|
|
1431
|
+
"type": {
|
|
1432
|
+
"text": "boolean"
|
|
1433
|
+
},
|
|
1434
|
+
"default": "false",
|
|
1435
|
+
"fieldName": "hideMenuSingleOption",
|
|
1436
|
+
"inheritedFrom": {
|
|
1437
|
+
"name": "ActionsMenu",
|
|
1438
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1475
1439
|
}
|
|
1476
1440
|
}
|
|
1477
|
-
]
|
|
1478
|
-
|
|
1479
|
-
],
|
|
1480
|
-
"exports": [
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "js",
|
|
1483
|
-
"name": "zeroAccordionItemTemplate",
|
|
1484
|
-
"declaration": {
|
|
1485
|
-
"name": "zeroAccordionItemTemplate",
|
|
1486
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1487
|
-
}
|
|
1488
|
-
}
|
|
1489
|
-
]
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1494
|
-
"declarations": [
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "class",
|
|
1497
|
-
"description": "",
|
|
1498
|
-
"name": "AccordionItem",
|
|
1499
|
-
"superclass": {
|
|
1500
|
-
"name": "FoundationAccordionItem",
|
|
1501
|
-
"package": "@genesislcap/foundation-ui"
|
|
1502
|
-
},
|
|
1503
|
-
"tagName": "%%prefix%%-card",
|
|
1504
|
-
"customElement": true,
|
|
1505
|
-
"attributes": [
|
|
1441
|
+
],
|
|
1442
|
+
"members": [
|
|
1506
1443
|
{
|
|
1507
|
-
"
|
|
1444
|
+
"kind": "field",
|
|
1445
|
+
"name": "actions",
|
|
1508
1446
|
"type": {
|
|
1509
|
-
"text": "
|
|
1447
|
+
"text": "ActionMenuItem[]"
|
|
1510
1448
|
},
|
|
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
1449
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/
|
|
1450
|
+
"name": "ActionsMenu",
|
|
1451
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1517
1452
|
}
|
|
1518
1453
|
},
|
|
1519
1454
|
{
|
|
1455
|
+
"kind": "field",
|
|
1456
|
+
"name": "isVertical",
|
|
1520
1457
|
"type": {
|
|
1521
1458
|
"text": "boolean"
|
|
1522
1459
|
},
|
|
1523
1460
|
"default": "false",
|
|
1524
|
-
"description": "Expands or collapses the item.",
|
|
1525
|
-
"fieldName": "expanded",
|
|
1526
1461
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/
|
|
1462
|
+
"name": "ActionsMenu",
|
|
1463
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1529
1464
|
}
|
|
1530
1465
|
},
|
|
1531
1466
|
{
|
|
1532
|
-
"
|
|
1467
|
+
"kind": "field",
|
|
1468
|
+
"name": "addDefaultActions",
|
|
1469
|
+
"type": {
|
|
1470
|
+
"text": "boolean"
|
|
1471
|
+
},
|
|
1472
|
+
"default": "true",
|
|
1473
|
+
"inheritedFrom": {
|
|
1474
|
+
"name": "ActionsMenu",
|
|
1475
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "field",
|
|
1480
|
+
"name": "autoCloseOnAction",
|
|
1481
|
+
"type": {
|
|
1482
|
+
"text": "boolean"
|
|
1483
|
+
},
|
|
1484
|
+
"default": "true",
|
|
1485
|
+
"inheritedFrom": {
|
|
1486
|
+
"name": "ActionsMenu",
|
|
1487
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "field",
|
|
1492
|
+
"name": "classNames",
|
|
1533
1493
|
"type": {
|
|
1534
1494
|
"text": "string"
|
|
1535
1495
|
},
|
|
1536
|
-
"description": "The item ID",
|
|
1537
|
-
"fieldName": "id",
|
|
1538
1496
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/
|
|
1497
|
+
"name": "ActionsMenu",
|
|
1498
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "field",
|
|
1503
|
+
"name": "definition",
|
|
1504
|
+
"type": {
|
|
1505
|
+
"text": "any"
|
|
1506
|
+
},
|
|
1507
|
+
"inheritedFrom": {
|
|
1508
|
+
"name": "ActionsMenu",
|
|
1509
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "field",
|
|
1514
|
+
"name": "name",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "string"
|
|
1517
|
+
},
|
|
1518
|
+
"default": "'Actions'",
|
|
1519
|
+
"inheritedFrom": {
|
|
1520
|
+
"name": "ActionsMenu",
|
|
1521
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "field",
|
|
1526
|
+
"name": "open",
|
|
1527
|
+
"type": {
|
|
1528
|
+
"text": "boolean"
|
|
1529
|
+
},
|
|
1530
|
+
"default": "false",
|
|
1531
|
+
"inheritedFrom": {
|
|
1532
|
+
"name": "ActionsMenu",
|
|
1533
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"kind": "field",
|
|
1538
|
+
"name": "buttonAppearance",
|
|
1539
|
+
"type": {
|
|
1540
|
+
"text": "string"
|
|
1541
|
+
},
|
|
1542
|
+
"inheritedFrom": {
|
|
1543
|
+
"name": "ActionsMenu",
|
|
1544
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "field",
|
|
1549
|
+
"name": "hideDisabled",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "boolean"
|
|
1552
|
+
},
|
|
1553
|
+
"default": "false",
|
|
1554
|
+
"inheritedFrom": {
|
|
1555
|
+
"name": "ActionsMenu",
|
|
1556
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "field",
|
|
1561
|
+
"name": "hideMenuSingleOption",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"default": "false",
|
|
1566
|
+
"inheritedFrom": {
|
|
1567
|
+
"name": "ActionsMenu",
|
|
1568
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "field",
|
|
1573
|
+
"name": "singleOption",
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "ActionMenuItem"
|
|
1576
|
+
},
|
|
1577
|
+
"inheritedFrom": {
|
|
1578
|
+
"name": "ActionsMenu",
|
|
1579
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "field",
|
|
1584
|
+
"name": "actionsMenu",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"text": "HTMLElement"
|
|
1587
|
+
},
|
|
1588
|
+
"inheritedFrom": {
|
|
1589
|
+
"name": "ActionsMenu",
|
|
1590
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "method",
|
|
1595
|
+
"name": "definitionChanged",
|
|
1596
|
+
"privacy": "protected",
|
|
1597
|
+
"parameters": [
|
|
1598
|
+
{
|
|
1599
|
+
"name": "oldValue",
|
|
1600
|
+
"type": {
|
|
1601
|
+
"text": "any"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "newValue",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"text": "any"
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"inheritedFrom": {
|
|
1612
|
+
"name": "ActionsMenu",
|
|
1613
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "method",
|
|
1618
|
+
"name": "openChanged",
|
|
1619
|
+
"privacy": "protected",
|
|
1620
|
+
"inheritedFrom": {
|
|
1621
|
+
"name": "ActionsMenu",
|
|
1622
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "method",
|
|
1627
|
+
"name": "toggleActionsMenuVisibility",
|
|
1628
|
+
"inheritedFrom": {
|
|
1629
|
+
"name": "ActionsMenu",
|
|
1630
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "method",
|
|
1635
|
+
"name": "onActionMenuItemClick",
|
|
1636
|
+
"parameters": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "callback",
|
|
1639
|
+
"type": {
|
|
1640
|
+
"text": "(rowData) => void | any"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"inheritedFrom": {
|
|
1645
|
+
"name": "ActionsMenu",
|
|
1646
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1541
1647
|
}
|
|
1542
|
-
}
|
|
1543
|
-
],
|
|
1544
|
-
"members": [
|
|
1648
|
+
},
|
|
1545
1649
|
{
|
|
1546
1650
|
"kind": "field",
|
|
1547
|
-
"name": "
|
|
1651
|
+
"name": "allActions",
|
|
1548
1652
|
"type": {
|
|
1549
|
-
"text": "
|
|
1653
|
+
"text": "ActionMenuItem[]"
|
|
1550
1654
|
},
|
|
1551
|
-
"
|
|
1552
|
-
"default": "2",
|
|
1553
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1655
|
+
"readonly": true,
|
|
1554
1656
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1657
|
+
"name": "ActionsMenu",
|
|
1658
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
1659
|
}
|
|
1558
1660
|
},
|
|
1559
1661
|
{
|
|
1560
1662
|
"kind": "field",
|
|
1561
|
-
"name": "
|
|
1562
|
-
"
|
|
1563
|
-
"text": "boolean"
|
|
1564
|
-
},
|
|
1565
|
-
"privacy": "public",
|
|
1566
|
-
"default": "false",
|
|
1567
|
-
"description": "Expands or collapses the item.",
|
|
1663
|
+
"name": "rowData",
|
|
1664
|
+
"readonly": true,
|
|
1568
1665
|
"inheritedFrom": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"module": "src/
|
|
1666
|
+
"name": "ActionsMenu",
|
|
1667
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1571
1668
|
}
|
|
1572
1669
|
},
|
|
1573
1670
|
{
|
|
1574
|
-
"kind": "
|
|
1575
|
-
"name": "
|
|
1576
|
-
"
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1671
|
+
"kind": "method",
|
|
1672
|
+
"name": "getLabel",
|
|
1673
|
+
"parameters": [
|
|
1674
|
+
{
|
|
1675
|
+
"name": "name",
|
|
1676
|
+
"type": {
|
|
1677
|
+
"text": "string | ((rowData: any) => string)"
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1581
1681
|
"inheritedFrom": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "src/
|
|
1682
|
+
"name": "ActionsMenu",
|
|
1683
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1584
1684
|
}
|
|
1585
1685
|
},
|
|
1586
1686
|
{
|
|
1587
|
-
"kind": "
|
|
1588
|
-
"name": "
|
|
1589
|
-
"
|
|
1687
|
+
"kind": "method",
|
|
1688
|
+
"name": "getTemplate",
|
|
1689
|
+
"parameters": [
|
|
1690
|
+
{
|
|
1691
|
+
"name": "prefix",
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "string"
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
],
|
|
1590
1697
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1698
|
+
"name": "ActionsMenu",
|
|
1699
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1593
1700
|
}
|
|
1594
1701
|
},
|
|
1595
1702
|
{
|
|
@@ -1601,8 +1708,8 @@
|
|
|
1601
1708
|
"privacy": "private",
|
|
1602
1709
|
"default": "void 0",
|
|
1603
1710
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/
|
|
1711
|
+
"name": "FoundationElement",
|
|
1712
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1606
1713
|
}
|
|
1607
1714
|
},
|
|
1608
1715
|
{
|
|
@@ -1614,8 +1721,8 @@
|
|
|
1614
1721
|
"privacy": "public",
|
|
1615
1722
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1616
1723
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/
|
|
1724
|
+
"name": "FoundationElement",
|
|
1725
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1619
1726
|
}
|
|
1620
1727
|
},
|
|
1621
1728
|
{
|
|
@@ -1627,8 +1734,8 @@
|
|
|
1627
1734
|
"privacy": "public",
|
|
1628
1735
|
"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
1736
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/
|
|
1737
|
+
"name": "FoundationElement",
|
|
1738
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1632
1739
|
}
|
|
1633
1740
|
},
|
|
1634
1741
|
{
|
|
@@ -1641,8 +1748,8 @@
|
|
|
1641
1748
|
}
|
|
1642
1749
|
},
|
|
1643
1750
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/
|
|
1751
|
+
"name": "FoundationElement",
|
|
1752
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1646
1753
|
}
|
|
1647
1754
|
},
|
|
1648
1755
|
{
|
|
@@ -1654,8 +1761,8 @@
|
|
|
1654
1761
|
"privacy": "public",
|
|
1655
1762
|
"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
1763
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/
|
|
1764
|
+
"name": "FoundationElement",
|
|
1765
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1659
1766
|
}
|
|
1660
1767
|
},
|
|
1661
1768
|
{
|
|
@@ -1668,8 +1775,8 @@
|
|
|
1668
1775
|
}
|
|
1669
1776
|
},
|
|
1670
1777
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/
|
|
1778
|
+
"name": "FoundationElement",
|
|
1779
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1673
1780
|
}
|
|
1674
1781
|
},
|
|
1675
1782
|
{
|
|
@@ -1699,49 +1806,41 @@
|
|
|
1699
1806
|
],
|
|
1700
1807
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1808
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"events": [
|
|
1708
|
-
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1710
|
-
"name": "change",
|
|
1711
|
-
"inheritedFrom": {
|
|
1712
|
-
"name": "AccordionItem",
|
|
1713
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1809
|
+
"name": "FoundationElement",
|
|
1810
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1714
1811
|
}
|
|
1715
1812
|
}
|
|
1716
1813
|
]
|
|
1717
1814
|
},
|
|
1718
1815
|
{
|
|
1719
1816
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1817
|
+
"name": "zeroActionsMenu",
|
|
1818
|
+
"description": "The Zero Actions Menu",
|
|
1819
|
+
"privacy": "public"
|
|
1721
1820
|
}
|
|
1722
1821
|
],
|
|
1723
1822
|
"exports": [
|
|
1724
1823
|
{
|
|
1725
1824
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1825
|
+
"name": "ActionsMenu",
|
|
1727
1826
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/
|
|
1827
|
+
"name": "ActionsMenu",
|
|
1828
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1730
1829
|
}
|
|
1731
1830
|
},
|
|
1732
1831
|
{
|
|
1733
1832
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1833
|
+
"name": "zeroActionsMenu",
|
|
1735
1834
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/
|
|
1835
|
+
"name": "zeroActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1738
1837
|
}
|
|
1739
1838
|
}
|
|
1740
1839
|
]
|
|
1741
1840
|
},
|
|
1742
1841
|
{
|
|
1743
1842
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/
|
|
1843
|
+
"path": "src/actions-menu/index.ts",
|
|
1745
1844
|
"declarations": [],
|
|
1746
1845
|
"exports": [
|
|
1747
1846
|
{
|
|
@@ -1749,7 +1848,7 @@
|
|
|
1749
1848
|
"name": "*",
|
|
1750
1849
|
"declaration": {
|
|
1751
1850
|
"name": "*",
|
|
1752
|
-
"package": "./
|
|
1851
|
+
"package": "./actions-menu"
|
|
1753
1852
|
}
|
|
1754
1853
|
},
|
|
1755
1854
|
{
|
|
@@ -1757,40 +1856,53 @@
|
|
|
1757
1856
|
"name": "*",
|
|
1758
1857
|
"declaration": {
|
|
1759
1858
|
"name": "*",
|
|
1760
|
-
"package": "./
|
|
1859
|
+
"package": "./actions-menu.styles"
|
|
1761
1860
|
}
|
|
1762
|
-
}
|
|
1861
|
+
}
|
|
1862
|
+
]
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"kind": "javascript-module",
|
|
1866
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1867
|
+
"declarations": [
|
|
1868
|
+
{
|
|
1869
|
+
"kind": "variable",
|
|
1870
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
1871
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1872
|
+
}
|
|
1873
|
+
],
|
|
1874
|
+
"exports": [
|
|
1763
1875
|
{
|
|
1764
1876
|
"kind": "js",
|
|
1765
|
-
"name": "
|
|
1877
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
1766
1878
|
"declaration": {
|
|
1767
|
-
"name": "
|
|
1768
|
-
"
|
|
1879
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
1880
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1769
1881
|
}
|
|
1770
1882
|
}
|
|
1771
1883
|
]
|
|
1772
1884
|
},
|
|
1773
1885
|
{
|
|
1774
1886
|
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/
|
|
1887
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1776
1888
|
"declarations": [
|
|
1777
1889
|
{
|
|
1778
1890
|
"kind": "function",
|
|
1779
|
-
"name": "
|
|
1891
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
1780
1892
|
"return": {
|
|
1781
1893
|
"type": {
|
|
1782
|
-
"text": "
|
|
1894
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1783
1895
|
}
|
|
1784
1896
|
},
|
|
1785
1897
|
"parameters": [
|
|
1786
1898
|
{
|
|
1787
|
-
"name": "
|
|
1899
|
+
"name": "_context",
|
|
1788
1900
|
"type": {
|
|
1789
1901
|
"text": "ElementDefinitionContext"
|
|
1790
1902
|
}
|
|
1791
1903
|
},
|
|
1792
1904
|
{
|
|
1793
|
-
"name": "
|
|
1905
|
+
"name": "_definition",
|
|
1794
1906
|
"type": {
|
|
1795
1907
|
"text": "FoundationElementDefinition"
|
|
1796
1908
|
}
|
|
@@ -1801,383 +1913,347 @@
|
|
|
1801
1913
|
"exports": [
|
|
1802
1914
|
{
|
|
1803
1915
|
"kind": "js",
|
|
1804
|
-
"name": "
|
|
1916
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
1805
1917
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/
|
|
1918
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
1919
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1808
1920
|
}
|
|
1809
1921
|
}
|
|
1810
1922
|
]
|
|
1811
1923
|
},
|
|
1812
1924
|
{
|
|
1813
1925
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/
|
|
1926
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1815
1927
|
"declarations": [
|
|
1816
1928
|
{
|
|
1817
1929
|
"kind": "class",
|
|
1818
1930
|
"description": "",
|
|
1819
|
-
"name": "
|
|
1931
|
+
"name": "AiCriteriaSearch",
|
|
1820
1932
|
"superclass": {
|
|
1821
|
-
"name": "
|
|
1933
|
+
"name": "FoundationAiCriteriaSearch",
|
|
1822
1934
|
"package": "@genesislcap/foundation-ui"
|
|
1823
1935
|
},
|
|
1824
|
-
"tagName": "%%prefix%%-
|
|
1936
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
1825
1937
|
"customElement": true,
|
|
1826
1938
|
"attributes": [
|
|
1827
1939
|
{
|
|
1828
|
-
"name": "
|
|
1829
|
-
"type": {
|
|
1830
|
-
"text": "boolean"
|
|
1831
|
-
},
|
|
1832
|
-
"default": "false",
|
|
1833
|
-
"fieldName": "isVertical",
|
|
1834
|
-
"inheritedFrom": {
|
|
1835
|
-
"name": "ActionsMenu",
|
|
1836
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "add-default-actions",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "boolean"
|
|
1843
|
-
},
|
|
1844
|
-
"default": "true",
|
|
1845
|
-
"fieldName": "addDefaultActions",
|
|
1846
|
-
"inheritedFrom": {
|
|
1847
|
-
"name": "ActionsMenu",
|
|
1848
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "auto-close-on-action",
|
|
1853
|
-
"type": {
|
|
1854
|
-
"text": "boolean"
|
|
1855
|
-
},
|
|
1856
|
-
"default": "true",
|
|
1857
|
-
"fieldName": "autoCloseOnAction",
|
|
1858
|
-
"inheritedFrom": {
|
|
1859
|
-
"name": "ActionsMenu",
|
|
1860
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "name",
|
|
1940
|
+
"name": "placeholder",
|
|
1865
1941
|
"type": {
|
|
1866
1942
|
"text": "string"
|
|
1867
1943
|
},
|
|
1868
|
-
"default": "'
|
|
1869
|
-
"fieldName": "
|
|
1944
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1945
|
+
"fieldName": "placeholder",
|
|
1870
1946
|
"inheritedFrom": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/
|
|
1947
|
+
"name": "AiCriteriaSearch",
|
|
1948
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1873
1949
|
}
|
|
1874
1950
|
},
|
|
1875
1951
|
{
|
|
1876
|
-
"name": "open",
|
|
1877
1952
|
"type": {
|
|
1878
1953
|
"text": "boolean"
|
|
1879
1954
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"fieldName": "open",
|
|
1882
|
-
"inheritedFrom": {
|
|
1883
|
-
"name": "ActionsMenu",
|
|
1884
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "buttonAppearance",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "string"
|
|
1891
|
-
},
|
|
1892
|
-
"fieldName": "buttonAppearance",
|
|
1955
|
+
"fieldName": "disabled",
|
|
1893
1956
|
"inheritedFrom": {
|
|
1894
|
-
"name": "
|
|
1895
|
-
"module": "src/
|
|
1957
|
+
"name": "AiCriteriaSearch",
|
|
1958
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1896
1959
|
}
|
|
1897
|
-
}
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
"members": [
|
|
1898
1963
|
{
|
|
1899
|
-
"
|
|
1964
|
+
"kind": "field",
|
|
1965
|
+
"name": "providerRegistry",
|
|
1900
1966
|
"type": {
|
|
1901
|
-
"text": "
|
|
1967
|
+
"text": "AIProviderRegistry"
|
|
1902
1968
|
},
|
|
1903
|
-
"default": "false",
|
|
1904
|
-
"fieldName": "hideDisabled",
|
|
1905
1969
|
"inheritedFrom": {
|
|
1906
|
-
"name": "
|
|
1907
|
-
"module": "src/
|
|
1970
|
+
"name": "AiCriteriaSearch",
|
|
1971
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1908
1972
|
}
|
|
1909
1973
|
},
|
|
1910
1974
|
{
|
|
1911
|
-
"
|
|
1975
|
+
"kind": "field",
|
|
1976
|
+
"name": "placeholder",
|
|
1912
1977
|
"type": {
|
|
1913
|
-
"text": "
|
|
1978
|
+
"text": "string"
|
|
1914
1979
|
},
|
|
1915
|
-
"default": "
|
|
1916
|
-
"fieldName": "hideMenuSingleOption",
|
|
1980
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1917
1981
|
"inheritedFrom": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/
|
|
1982
|
+
"name": "AiCriteriaSearch",
|
|
1983
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1920
1984
|
}
|
|
1921
|
-
}
|
|
1922
|
-
],
|
|
1923
|
-
"members": [
|
|
1985
|
+
},
|
|
1924
1986
|
{
|
|
1925
1987
|
"kind": "field",
|
|
1926
|
-
"name": "
|
|
1988
|
+
"name": "disabled",
|
|
1927
1989
|
"type": {
|
|
1928
|
-
"text": "
|
|
1990
|
+
"text": "boolean"
|
|
1929
1991
|
},
|
|
1930
1992
|
"inheritedFrom": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"module": "src/
|
|
1993
|
+
"name": "AiCriteriaSearch",
|
|
1994
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1933
1995
|
}
|
|
1934
1996
|
},
|
|
1935
1997
|
{
|
|
1936
1998
|
"kind": "field",
|
|
1937
|
-
"name": "
|
|
1999
|
+
"name": "inputValue",
|
|
1938
2000
|
"type": {
|
|
1939
|
-
"text": "
|
|
2001
|
+
"text": "string"
|
|
1940
2002
|
},
|
|
1941
|
-
"default": "
|
|
2003
|
+
"default": "''",
|
|
1942
2004
|
"inheritedFrom": {
|
|
1943
|
-
"name": "
|
|
1944
|
-
"module": "src/
|
|
2005
|
+
"name": "AiCriteriaSearch",
|
|
2006
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1945
2007
|
}
|
|
1946
2008
|
},
|
|
1947
2009
|
{
|
|
1948
2010
|
"kind": "field",
|
|
1949
|
-
"name": "
|
|
2011
|
+
"name": "isInterpreting",
|
|
1950
2012
|
"type": {
|
|
1951
2013
|
"text": "boolean"
|
|
1952
2014
|
},
|
|
1953
|
-
"default": "
|
|
2015
|
+
"default": "false",
|
|
1954
2016
|
"inheritedFrom": {
|
|
1955
|
-
"name": "
|
|
1956
|
-
"module": "src/
|
|
2017
|
+
"name": "AiCriteriaSearch",
|
|
2018
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1957
2019
|
}
|
|
1958
2020
|
},
|
|
1959
2021
|
{
|
|
1960
2022
|
"kind": "field",
|
|
1961
|
-
"name": "
|
|
2023
|
+
"name": "lastValidCriteria",
|
|
1962
2024
|
"type": {
|
|
1963
|
-
"text": "
|
|
2025
|
+
"text": "string | null"
|
|
1964
2026
|
},
|
|
1965
|
-
"default": "
|
|
2027
|
+
"default": "null",
|
|
1966
2028
|
"inheritedFrom": {
|
|
1967
|
-
"name": "
|
|
1968
|
-
"module": "src/
|
|
2029
|
+
"name": "AiCriteriaSearch",
|
|
2030
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1969
2031
|
}
|
|
1970
2032
|
},
|
|
1971
2033
|
{
|
|
1972
2034
|
"kind": "field",
|
|
1973
|
-
"name": "
|
|
2035
|
+
"name": "activeGroups",
|
|
1974
2036
|
"type": {
|
|
1975
|
-
"text": "
|
|
2037
|
+
"text": "CriteriaGroup[]"
|
|
1976
2038
|
},
|
|
2039
|
+
"default": "[]",
|
|
1977
2040
|
"inheritedFrom": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
2041
|
+
"name": "AiCriteriaSearch",
|
|
2042
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1980
2043
|
}
|
|
1981
2044
|
},
|
|
1982
2045
|
{
|
|
1983
2046
|
"kind": "field",
|
|
1984
|
-
"name": "
|
|
2047
|
+
"name": "showingChips",
|
|
1985
2048
|
"type": {
|
|
1986
|
-
"text": "
|
|
2049
|
+
"text": "boolean"
|
|
1987
2050
|
},
|
|
2051
|
+
"default": "false",
|
|
1988
2052
|
"inheritedFrom": {
|
|
1989
|
-
"name": "
|
|
1990
|
-
"module": "src/
|
|
2053
|
+
"name": "AiCriteriaSearch",
|
|
2054
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1991
2055
|
}
|
|
1992
2056
|
},
|
|
1993
2057
|
{
|
|
1994
2058
|
"kind": "field",
|
|
1995
|
-
"name": "
|
|
2059
|
+
"name": "fieldMetadata",
|
|
1996
2060
|
"type": {
|
|
1997
|
-
"text": "string"
|
|
2061
|
+
"text": "MetadataDetail[] | string[]"
|
|
1998
2062
|
},
|
|
1999
|
-
"default": "
|
|
2063
|
+
"default": "[]",
|
|
2000
2064
|
"inheritedFrom": {
|
|
2001
|
-
"name": "
|
|
2002
|
-
"module": "src/
|
|
2065
|
+
"name": "AiCriteriaSearch",
|
|
2066
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2003
2067
|
}
|
|
2004
2068
|
},
|
|
2005
2069
|
{
|
|
2006
2070
|
"kind": "field",
|
|
2007
|
-
"name": "
|
|
2071
|
+
"name": "isRecording",
|
|
2008
2072
|
"type": {
|
|
2009
2073
|
"text": "boolean"
|
|
2010
2074
|
},
|
|
2011
2075
|
"default": "false",
|
|
2012
2076
|
"inheritedFrom": {
|
|
2013
|
-
"name": "
|
|
2014
|
-
"module": "src/
|
|
2077
|
+
"name": "AiCriteriaSearch",
|
|
2078
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2015
2079
|
}
|
|
2016
2080
|
},
|
|
2017
2081
|
{
|
|
2018
2082
|
"kind": "field",
|
|
2019
|
-
"name": "
|
|
2083
|
+
"name": "textAreaRef",
|
|
2020
2084
|
"type": {
|
|
2021
|
-
"text": "
|
|
2085
|
+
"text": "HTMLTextAreaElement"
|
|
2022
2086
|
},
|
|
2087
|
+
"privacy": "public",
|
|
2023
2088
|
"inheritedFrom": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
2089
|
+
"name": "AiCriteriaSearch",
|
|
2090
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2026
2091
|
}
|
|
2027
2092
|
},
|
|
2028
2093
|
{
|
|
2029
2094
|
"kind": "field",
|
|
2030
|
-
"name": "
|
|
2095
|
+
"name": "stopRecording",
|
|
2031
2096
|
"type": {
|
|
2032
|
-
"text": "
|
|
2097
|
+
"text": "(() => void) | null"
|
|
2033
2098
|
},
|
|
2034
|
-
"
|
|
2099
|
+
"privacy": "private",
|
|
2100
|
+
"default": "null",
|
|
2035
2101
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
2102
|
+
"name": "AiCriteriaSearch",
|
|
2103
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2038
2104
|
}
|
|
2039
2105
|
},
|
|
2040
2106
|
{
|
|
2041
2107
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2108
|
+
"name": "speechApplyDebounceTimer",
|
|
2043
2109
|
"type": {
|
|
2044
|
-
"text": "
|
|
2110
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2045
2111
|
},
|
|
2046
|
-
"
|
|
2112
|
+
"privacy": "private",
|
|
2113
|
+
"default": "null",
|
|
2047
2114
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
2115
|
+
"name": "AiCriteriaSearch",
|
|
2116
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2050
2117
|
}
|
|
2051
2118
|
},
|
|
2052
2119
|
{
|
|
2053
2120
|
"kind": "field",
|
|
2054
|
-
"name": "
|
|
2121
|
+
"name": "speechAvailable",
|
|
2055
2122
|
"type": {
|
|
2056
|
-
"text": "
|
|
2123
|
+
"text": "boolean"
|
|
2057
2124
|
},
|
|
2125
|
+
"readonly": true,
|
|
2058
2126
|
"inheritedFrom": {
|
|
2059
|
-
"name": "
|
|
2060
|
-
"module": "src/
|
|
2127
|
+
"name": "AiCriteriaSearch",
|
|
2128
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2061
2129
|
}
|
|
2062
2130
|
},
|
|
2063
2131
|
{
|
|
2064
2132
|
"kind": "field",
|
|
2065
|
-
"name": "
|
|
2133
|
+
"name": "criteriaChips",
|
|
2066
2134
|
"type": {
|
|
2067
|
-
"text": "
|
|
2135
|
+
"text": "CriteriaChip[]"
|
|
2068
2136
|
},
|
|
2137
|
+
"readonly": true,
|
|
2069
2138
|
"inheritedFrom": {
|
|
2070
|
-
"name": "
|
|
2071
|
-
"module": "src/
|
|
2139
|
+
"name": "AiCriteriaSearch",
|
|
2140
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2072
2141
|
}
|
|
2073
2142
|
},
|
|
2074
2143
|
{
|
|
2075
2144
|
"kind": "method",
|
|
2076
|
-
"name": "
|
|
2077
|
-
"privacy": "
|
|
2145
|
+
"name": "getFieldLabel",
|
|
2146
|
+
"privacy": "private",
|
|
2147
|
+
"return": {
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "string"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2078
2152
|
"parameters": [
|
|
2079
2153
|
{
|
|
2080
|
-
"name": "
|
|
2081
|
-
"type": {
|
|
2082
|
-
"text": "any"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "newValue",
|
|
2154
|
+
"name": "fieldName",
|
|
2087
2155
|
"type": {
|
|
2088
|
-
"text": "
|
|
2156
|
+
"text": "string"
|
|
2089
2157
|
}
|
|
2090
2158
|
}
|
|
2091
2159
|
],
|
|
2092
2160
|
"inheritedFrom": {
|
|
2093
|
-
"name": "
|
|
2094
|
-
"module": "src/
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"kind": "method",
|
|
2099
|
-
"name": "openChanged",
|
|
2100
|
-
"privacy": "protected",
|
|
2101
|
-
"inheritedFrom": {
|
|
2102
|
-
"name": "ActionsMenu",
|
|
2103
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2161
|
+
"name": "AiCriteriaSearch",
|
|
2162
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2104
2163
|
}
|
|
2105
2164
|
},
|
|
2106
2165
|
{
|
|
2107
2166
|
"kind": "method",
|
|
2108
|
-
"name": "
|
|
2167
|
+
"name": "toggleCriteriaView",
|
|
2168
|
+
"return": {
|
|
2169
|
+
"type": {
|
|
2170
|
+
"text": "void"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2109
2173
|
"inheritedFrom": {
|
|
2110
|
-
"name": "
|
|
2111
|
-
"module": "src/
|
|
2174
|
+
"name": "AiCriteriaSearch",
|
|
2175
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2112
2176
|
}
|
|
2113
2177
|
},
|
|
2114
2178
|
{
|
|
2115
2179
|
"kind": "method",
|
|
2116
|
-
"name": "
|
|
2180
|
+
"name": "removeChip",
|
|
2181
|
+
"return": {
|
|
2182
|
+
"type": {
|
|
2183
|
+
"text": "void"
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2117
2186
|
"parameters": [
|
|
2118
2187
|
{
|
|
2119
|
-
"name": "
|
|
2188
|
+
"name": "groupIndex",
|
|
2120
2189
|
"type": {
|
|
2121
|
-
"text": "
|
|
2190
|
+
"text": "number"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "clauseIndex",
|
|
2195
|
+
"type": {
|
|
2196
|
+
"text": "number"
|
|
2122
2197
|
}
|
|
2123
2198
|
}
|
|
2124
2199
|
],
|
|
2125
2200
|
"inheritedFrom": {
|
|
2126
|
-
"name": "
|
|
2127
|
-
"module": "src/
|
|
2201
|
+
"name": "AiCriteriaSearch",
|
|
2202
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2128
2203
|
}
|
|
2129
2204
|
},
|
|
2130
2205
|
{
|
|
2131
|
-
"kind": "
|
|
2132
|
-
"name": "
|
|
2133
|
-
"
|
|
2134
|
-
"
|
|
2206
|
+
"kind": "method",
|
|
2207
|
+
"name": "clearChips",
|
|
2208
|
+
"return": {
|
|
2209
|
+
"type": {
|
|
2210
|
+
"text": "void"
|
|
2211
|
+
}
|
|
2135
2212
|
},
|
|
2136
|
-
"readonly": true,
|
|
2137
2213
|
"inheritedFrom": {
|
|
2138
|
-
"name": "
|
|
2139
|
-
"module": "src/
|
|
2214
|
+
"name": "AiCriteriaSearch",
|
|
2215
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2140
2216
|
}
|
|
2141
2217
|
},
|
|
2142
2218
|
{
|
|
2143
|
-
"kind": "
|
|
2144
|
-
"name": "
|
|
2145
|
-
"readonly": true,
|
|
2219
|
+
"kind": "method",
|
|
2220
|
+
"name": "handleSubmit",
|
|
2146
2221
|
"inheritedFrom": {
|
|
2147
|
-
"name": "
|
|
2148
|
-
"module": "src/
|
|
2222
|
+
"name": "AiCriteriaSearch",
|
|
2223
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2149
2224
|
}
|
|
2150
2225
|
},
|
|
2151
2226
|
{
|
|
2152
2227
|
"kind": "method",
|
|
2153
|
-
"name": "
|
|
2154
|
-
"parameters": [
|
|
2155
|
-
{
|
|
2156
|
-
"name": "name",
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "string | ((rowData: any) => string)"
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
],
|
|
2228
|
+
"name": "handleBlur",
|
|
2162
2229
|
"inheritedFrom": {
|
|
2163
|
-
"name": "
|
|
2164
|
-
"module": "src/
|
|
2230
|
+
"name": "AiCriteriaSearch",
|
|
2231
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2165
2232
|
}
|
|
2166
2233
|
},
|
|
2167
2234
|
{
|
|
2168
2235
|
"kind": "method",
|
|
2169
|
-
"name": "
|
|
2170
|
-
"
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2236
|
+
"name": "clear",
|
|
2237
|
+
"inheritedFrom": {
|
|
2238
|
+
"name": "AiCriteriaSearch",
|
|
2239
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"kind": "method",
|
|
2244
|
+
"name": "toggleSpeechInput",
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "AiCriteriaSearch",
|
|
2247
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "method",
|
|
2252
|
+
"name": "clearSpeechApplyDebounce",
|
|
2253
|
+
"privacy": "private",
|
|
2178
2254
|
"inheritedFrom": {
|
|
2179
|
-
"name": "
|
|
2180
|
-
"module": "src/
|
|
2255
|
+
"name": "AiCriteriaSearch",
|
|
2256
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2181
2257
|
}
|
|
2182
2258
|
},
|
|
2183
2259
|
{
|
|
@@ -2291,37 +2367,55 @@
|
|
|
2291
2367
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2292
2368
|
}
|
|
2293
2369
|
}
|
|
2370
|
+
],
|
|
2371
|
+
"events": [
|
|
2372
|
+
{
|
|
2373
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2374
|
+
"name": "criteria-changed",
|
|
2375
|
+
"inheritedFrom": {
|
|
2376
|
+
"name": "AiCriteriaSearch",
|
|
2377
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2382
|
+
"name": "validation-errors",
|
|
2383
|
+
"inheritedFrom": {
|
|
2384
|
+
"name": "AiCriteriaSearch",
|
|
2385
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2294
2388
|
]
|
|
2295
2389
|
},
|
|
2296
2390
|
{
|
|
2297
2391
|
"kind": "variable",
|
|
2298
|
-
"name": "
|
|
2299
|
-
"description": "The Zero
|
|
2392
|
+
"name": "zeroAiCriteriaSearch",
|
|
2393
|
+
"description": "The Zero AI Criteria Search",
|
|
2300
2394
|
"privacy": "public"
|
|
2301
2395
|
}
|
|
2302
2396
|
],
|
|
2303
2397
|
"exports": [
|
|
2304
2398
|
{
|
|
2305
2399
|
"kind": "js",
|
|
2306
|
-
"name": "
|
|
2400
|
+
"name": "AiCriteriaSearch",
|
|
2307
2401
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "src/
|
|
2402
|
+
"name": "AiCriteriaSearch",
|
|
2403
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2310
2404
|
}
|
|
2311
2405
|
},
|
|
2312
2406
|
{
|
|
2313
2407
|
"kind": "js",
|
|
2314
|
-
"name": "
|
|
2408
|
+
"name": "zeroAiCriteriaSearch",
|
|
2315
2409
|
"declaration": {
|
|
2316
|
-
"name": "
|
|
2317
|
-
"module": "src/
|
|
2410
|
+
"name": "zeroAiCriteriaSearch",
|
|
2411
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2318
2412
|
}
|
|
2319
2413
|
}
|
|
2320
2414
|
]
|
|
2321
2415
|
},
|
|
2322
2416
|
{
|
|
2323
2417
|
"kind": "javascript-module",
|
|
2324
|
-
"path": "src/
|
|
2418
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2325
2419
|
"declarations": [],
|
|
2326
2420
|
"exports": [
|
|
2327
2421
|
{
|
|
@@ -2329,7 +2423,7 @@
|
|
|
2329
2423
|
"name": "*",
|
|
2330
2424
|
"declaration": {
|
|
2331
2425
|
"name": "*",
|
|
2332
|
-
"package": "./
|
|
2426
|
+
"package": "./ai-criteria-search"
|
|
2333
2427
|
}
|
|
2334
2428
|
},
|
|
2335
2429
|
{
|
|
@@ -2337,53 +2431,79 @@
|
|
|
2337
2431
|
"name": "*",
|
|
2338
2432
|
"declaration": {
|
|
2339
2433
|
"name": "*",
|
|
2340
|
-
"package": "./
|
|
2434
|
+
"package": "./ai-criteria-search.styles"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"kind": "js",
|
|
2439
|
+
"name": "*",
|
|
2440
|
+
"declaration": {
|
|
2441
|
+
"name": "*",
|
|
2442
|
+
"package": "./ai-criteria-search.template"
|
|
2341
2443
|
}
|
|
2342
2444
|
}
|
|
2343
2445
|
]
|
|
2344
2446
|
},
|
|
2345
2447
|
{
|
|
2346
2448
|
"kind": "javascript-module",
|
|
2347
|
-
"path": "src/
|
|
2449
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2348
2450
|
"declarations": [
|
|
2349
2451
|
{
|
|
2350
|
-
"kind": "
|
|
2351
|
-
"name": "
|
|
2352
|
-
"
|
|
2452
|
+
"kind": "function",
|
|
2453
|
+
"name": "zeroAccordionStyles",
|
|
2454
|
+
"return": {
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "ElementStyles"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"parameters": [
|
|
2460
|
+
{
|
|
2461
|
+
"name": "context",
|
|
2462
|
+
"type": {
|
|
2463
|
+
"text": "ElementDefinitionContext"
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"name": "definition",
|
|
2468
|
+
"type": {
|
|
2469
|
+
"text": "FoundationElementDefinition"
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
]
|
|
2353
2473
|
}
|
|
2354
2474
|
],
|
|
2355
2475
|
"exports": [
|
|
2356
2476
|
{
|
|
2357
2477
|
"kind": "js",
|
|
2358
|
-
"name": "
|
|
2478
|
+
"name": "zeroAccordionStyles",
|
|
2359
2479
|
"declaration": {
|
|
2360
|
-
"name": "
|
|
2361
|
-
"module": "src/
|
|
2480
|
+
"name": "zeroAccordionStyles",
|
|
2481
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2362
2482
|
}
|
|
2363
2483
|
}
|
|
2364
2484
|
]
|
|
2365
2485
|
},
|
|
2366
2486
|
{
|
|
2367
2487
|
"kind": "javascript-module",
|
|
2368
|
-
"path": "src/
|
|
2488
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2369
2489
|
"declarations": [
|
|
2370
2490
|
{
|
|
2371
2491
|
"kind": "function",
|
|
2372
|
-
"name": "
|
|
2492
|
+
"name": "zeroAccordionTemplate",
|
|
2373
2493
|
"return": {
|
|
2374
2494
|
"type": {
|
|
2375
|
-
"text": "ViewTemplate<
|
|
2495
|
+
"text": "ViewTemplate<Accordion>"
|
|
2376
2496
|
}
|
|
2377
2497
|
},
|
|
2378
2498
|
"parameters": [
|
|
2379
2499
|
{
|
|
2380
|
-
"name": "
|
|
2500
|
+
"name": "context",
|
|
2381
2501
|
"type": {
|
|
2382
2502
|
"text": "ElementDefinitionContext"
|
|
2383
2503
|
}
|
|
2384
2504
|
},
|
|
2385
2505
|
{
|
|
2386
|
-
"name": "
|
|
2506
|
+
"name": "definition",
|
|
2387
2507
|
"type": {
|
|
2388
2508
|
"text": "FoundationElementDefinition"
|
|
2389
2509
|
}
|
|
@@ -2394,347 +2514,237 @@
|
|
|
2394
2514
|
"exports": [
|
|
2395
2515
|
{
|
|
2396
2516
|
"kind": "js",
|
|
2397
|
-
"name": "
|
|
2517
|
+
"name": "zeroAccordionTemplate",
|
|
2398
2518
|
"declaration": {
|
|
2399
|
-
"name": "
|
|
2400
|
-
"module": "src/
|
|
2519
|
+
"name": "zeroAccordionTemplate",
|
|
2520
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2401
2521
|
}
|
|
2402
2522
|
}
|
|
2403
2523
|
]
|
|
2404
2524
|
},
|
|
2405
2525
|
{
|
|
2406
2526
|
"kind": "javascript-module",
|
|
2407
|
-
"path": "src/
|
|
2527
|
+
"path": "src/accordion/accordion.ts",
|
|
2408
2528
|
"declarations": [
|
|
2409
2529
|
{
|
|
2410
2530
|
"kind": "class",
|
|
2411
2531
|
"description": "",
|
|
2412
|
-
"name": "
|
|
2532
|
+
"name": "Accordion",
|
|
2413
2533
|
"superclass": {
|
|
2414
|
-
"name": "
|
|
2534
|
+
"name": "FoundationAccordion",
|
|
2415
2535
|
"package": "@genesislcap/foundation-ui"
|
|
2416
2536
|
},
|
|
2417
|
-
"tagName": "%%prefix%%-
|
|
2537
|
+
"tagName": "%%prefix%%-card",
|
|
2418
2538
|
"customElement": true,
|
|
2419
2539
|
"attributes": [
|
|
2420
2540
|
{
|
|
2421
|
-
"name": "
|
|
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
|
-
{
|
|
2541
|
+
"name": "expand-mode",
|
|
2433
2542
|
"type": {
|
|
2434
|
-
"text": "
|
|
2543
|
+
"text": "AccordionExpandMode"
|
|
2435
2544
|
},
|
|
2436
|
-
"
|
|
2545
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2546
|
+
"fieldName": "expandmode",
|
|
2437
2547
|
"inheritedFrom": {
|
|
2438
|
-
"name": "
|
|
2439
|
-
"module": "src/
|
|
2548
|
+
"name": "Accordion",
|
|
2549
|
+
"module": "src/accordion/accordion.ts"
|
|
2440
2550
|
}
|
|
2441
2551
|
}
|
|
2442
2552
|
],
|
|
2443
2553
|
"members": [
|
|
2444
2554
|
{
|
|
2445
2555
|
"kind": "field",
|
|
2446
|
-
"name": "
|
|
2447
|
-
"type": {
|
|
2448
|
-
"text": "AIProviderRegistry"
|
|
2449
|
-
},
|
|
2450
|
-
"inheritedFrom": {
|
|
2451
|
-
"name": "AiCriteriaSearch",
|
|
2452
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
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"
|
|
2488
|
-
}
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"kind": "field",
|
|
2492
|
-
"name": "isInterpreting",
|
|
2493
|
-
"type": {
|
|
2494
|
-
"text": "boolean"
|
|
2495
|
-
},
|
|
2496
|
-
"default": "false",
|
|
2497
|
-
"inheritedFrom": {
|
|
2498
|
-
"name": "AiCriteriaSearch",
|
|
2499
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "field",
|
|
2504
|
-
"name": "lastValidCriteria",
|
|
2505
|
-
"type": {
|
|
2506
|
-
"text": "string | null"
|
|
2507
|
-
},
|
|
2508
|
-
"default": "null",
|
|
2509
|
-
"inheritedFrom": {
|
|
2510
|
-
"name": "AiCriteriaSearch",
|
|
2511
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
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"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"kind": "field",
|
|
2528
|
-
"name": "showingChips",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "boolean"
|
|
2531
|
-
},
|
|
2532
|
-
"default": "false",
|
|
2533
|
-
"inheritedFrom": {
|
|
2534
|
-
"name": "AiCriteriaSearch",
|
|
2535
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2536
|
-
}
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "field",
|
|
2540
|
-
"name": "fieldMetadata",
|
|
2541
|
-
"type": {
|
|
2542
|
-
"text": "MetadataDetail[] | string[]"
|
|
2543
|
-
},
|
|
2544
|
-
"default": "[]",
|
|
2545
|
-
"inheritedFrom": {
|
|
2546
|
-
"name": "AiCriteriaSearch",
|
|
2547
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"kind": "field",
|
|
2552
|
-
"name": "isRecording",
|
|
2553
|
-
"type": {
|
|
2554
|
-
"text": "boolean"
|
|
2555
|
-
},
|
|
2556
|
-
"default": "false",
|
|
2557
|
-
"inheritedFrom": {
|
|
2558
|
-
"name": "AiCriteriaSearch",
|
|
2559
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2560
|
-
}
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"kind": "field",
|
|
2564
|
-
"name": "textAreaRef",
|
|
2556
|
+
"name": "expandmode",
|
|
2565
2557
|
"type": {
|
|
2566
|
-
"text": "
|
|
2558
|
+
"text": "AccordionExpandMode"
|
|
2567
2559
|
},
|
|
2568
2560
|
"privacy": "public",
|
|
2561
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2569
2562
|
"inheritedFrom": {
|
|
2570
|
-
"name": "
|
|
2571
|
-
"module": "src/
|
|
2563
|
+
"name": "Accordion",
|
|
2564
|
+
"module": "src/accordion/accordion.ts"
|
|
2572
2565
|
}
|
|
2573
2566
|
},
|
|
2574
2567
|
{
|
|
2575
2568
|
"kind": "field",
|
|
2576
|
-
"name": "
|
|
2569
|
+
"name": "activeid",
|
|
2577
2570
|
"type": {
|
|
2578
|
-
"text": "
|
|
2571
|
+
"text": "string | null"
|
|
2579
2572
|
},
|
|
2580
2573
|
"privacy": "private",
|
|
2581
|
-
"default": "null",
|
|
2582
2574
|
"inheritedFrom": {
|
|
2583
|
-
"name": "
|
|
2584
|
-
"module": "src/
|
|
2575
|
+
"name": "Accordion",
|
|
2576
|
+
"module": "src/accordion/accordion.ts"
|
|
2585
2577
|
}
|
|
2586
2578
|
},
|
|
2587
2579
|
{
|
|
2588
2580
|
"kind": "field",
|
|
2589
|
-
"name": "
|
|
2581
|
+
"name": "activeItemIndex",
|
|
2590
2582
|
"type": {
|
|
2591
|
-
"text": "
|
|
2583
|
+
"text": "number"
|
|
2592
2584
|
},
|
|
2593
2585
|
"privacy": "private",
|
|
2594
|
-
"default": "
|
|
2586
|
+
"default": "0",
|
|
2595
2587
|
"inheritedFrom": {
|
|
2596
|
-
"name": "
|
|
2597
|
-
"module": "src/
|
|
2588
|
+
"name": "Accordion",
|
|
2589
|
+
"module": "src/accordion/accordion.ts"
|
|
2598
2590
|
}
|
|
2599
2591
|
},
|
|
2600
2592
|
{
|
|
2601
2593
|
"kind": "field",
|
|
2602
|
-
"name": "
|
|
2594
|
+
"name": "accordionIds",
|
|
2603
2595
|
"type": {
|
|
2604
|
-
"text": "
|
|
2596
|
+
"text": "Array<string | null>"
|
|
2605
2597
|
},
|
|
2606
|
-
"
|
|
2598
|
+
"privacy": "private",
|
|
2607
2599
|
"inheritedFrom": {
|
|
2608
|
-
"name": "
|
|
2609
|
-
"module": "src/
|
|
2600
|
+
"name": "Accordion",
|
|
2601
|
+
"module": "src/accordion/accordion.ts"
|
|
2610
2602
|
}
|
|
2611
2603
|
},
|
|
2612
2604
|
{
|
|
2613
2605
|
"kind": "field",
|
|
2614
|
-
"name": "
|
|
2615
|
-
"
|
|
2616
|
-
"text": "CriteriaChip[]"
|
|
2617
|
-
},
|
|
2618
|
-
"readonly": true,
|
|
2606
|
+
"name": "change",
|
|
2607
|
+
"privacy": "private",
|
|
2619
2608
|
"inheritedFrom": {
|
|
2620
|
-
"name": "
|
|
2621
|
-
"module": "src/
|
|
2609
|
+
"name": "Accordion",
|
|
2610
|
+
"module": "src/accordion/accordion.ts"
|
|
2622
2611
|
}
|
|
2623
2612
|
},
|
|
2624
2613
|
{
|
|
2625
2614
|
"kind": "method",
|
|
2626
|
-
"name": "
|
|
2615
|
+
"name": "findExpandedItem",
|
|
2627
2616
|
"privacy": "private",
|
|
2628
2617
|
"return": {
|
|
2629
2618
|
"type": {
|
|
2630
|
-
"text": "
|
|
2619
|
+
"text": "AccordionItem | null"
|
|
2631
2620
|
}
|
|
2632
2621
|
},
|
|
2633
|
-
"parameters": [
|
|
2634
|
-
{
|
|
2635
|
-
"name": "fieldName",
|
|
2636
|
-
"type": {
|
|
2637
|
-
"text": "string"
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
],
|
|
2641
2622
|
"inheritedFrom": {
|
|
2642
|
-
"name": "
|
|
2643
|
-
"module": "src/
|
|
2623
|
+
"name": "Accordion",
|
|
2624
|
+
"module": "src/accordion/accordion.ts"
|
|
2644
2625
|
}
|
|
2645
2626
|
},
|
|
2646
2627
|
{
|
|
2647
|
-
"kind": "
|
|
2648
|
-
"name": "
|
|
2649
|
-
"
|
|
2650
|
-
"type": {
|
|
2651
|
-
"text": "void"
|
|
2652
|
-
}
|
|
2653
|
-
},
|
|
2628
|
+
"kind": "field",
|
|
2629
|
+
"name": "setItems",
|
|
2630
|
+
"privacy": "private",
|
|
2654
2631
|
"inheritedFrom": {
|
|
2655
|
-
"name": "
|
|
2656
|
-
"module": "src/
|
|
2632
|
+
"name": "Accordion",
|
|
2633
|
+
"module": "src/accordion/accordion.ts"
|
|
2657
2634
|
}
|
|
2658
2635
|
},
|
|
2659
2636
|
{
|
|
2660
2637
|
"kind": "method",
|
|
2661
|
-
"name": "
|
|
2638
|
+
"name": "resetItems",
|
|
2639
|
+
"privacy": "private",
|
|
2662
2640
|
"return": {
|
|
2663
2641
|
"type": {
|
|
2664
2642
|
"text": "void"
|
|
2665
2643
|
}
|
|
2666
2644
|
},
|
|
2667
|
-
"parameters": [
|
|
2668
|
-
{
|
|
2669
|
-
"name": "groupIndex",
|
|
2670
|
-
"type": {
|
|
2671
|
-
"text": "number"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"name": "clauseIndex",
|
|
2676
|
-
"type": {
|
|
2677
|
-
"text": "number"
|
|
2678
|
-
}
|
|
2679
|
-
}
|
|
2680
|
-
],
|
|
2681
2645
|
"inheritedFrom": {
|
|
2682
|
-
"name": "
|
|
2683
|
-
"module": "src/
|
|
2646
|
+
"name": "Accordion",
|
|
2647
|
+
"module": "src/accordion/accordion.ts"
|
|
2648
|
+
}
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "field",
|
|
2652
|
+
"name": "removeItemListeners",
|
|
2653
|
+
"privacy": "private",
|
|
2654
|
+
"inheritedFrom": {
|
|
2655
|
+
"name": "Accordion",
|
|
2656
|
+
"module": "src/accordion/accordion.ts"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "field",
|
|
2661
|
+
"name": "activeItemChange",
|
|
2662
|
+
"privacy": "private",
|
|
2663
|
+
"inheritedFrom": {
|
|
2664
|
+
"name": "Accordion",
|
|
2665
|
+
"module": "src/accordion/accordion.ts"
|
|
2684
2666
|
}
|
|
2685
2667
|
},
|
|
2686
2668
|
{
|
|
2687
2669
|
"kind": "method",
|
|
2688
|
-
"name": "
|
|
2670
|
+
"name": "getItemIds",
|
|
2671
|
+
"privacy": "private",
|
|
2689
2672
|
"return": {
|
|
2690
2673
|
"type": {
|
|
2691
|
-
"text": "
|
|
2674
|
+
"text": "Array<string | null>"
|
|
2692
2675
|
}
|
|
2693
2676
|
},
|
|
2694
2677
|
"inheritedFrom": {
|
|
2695
|
-
"name": "
|
|
2696
|
-
"module": "src/
|
|
2678
|
+
"name": "Accordion",
|
|
2679
|
+
"module": "src/accordion/accordion.ts"
|
|
2697
2680
|
}
|
|
2698
2681
|
},
|
|
2699
2682
|
{
|
|
2700
2683
|
"kind": "method",
|
|
2701
|
-
"name": "
|
|
2684
|
+
"name": "isSingleExpandMode",
|
|
2685
|
+
"privacy": "private",
|
|
2686
|
+
"return": {
|
|
2687
|
+
"type": {
|
|
2688
|
+
"text": "boolean"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2702
2691
|
"inheritedFrom": {
|
|
2703
|
-
"name": "
|
|
2704
|
-
"module": "src/
|
|
2692
|
+
"name": "Accordion",
|
|
2693
|
+
"module": "src/accordion/accordion.ts"
|
|
2705
2694
|
}
|
|
2706
2695
|
},
|
|
2707
2696
|
{
|
|
2708
|
-
"kind": "
|
|
2709
|
-
"name": "
|
|
2697
|
+
"kind": "field",
|
|
2698
|
+
"name": "handleItemKeyDown",
|
|
2699
|
+
"privacy": "private",
|
|
2710
2700
|
"inheritedFrom": {
|
|
2711
|
-
"name": "
|
|
2712
|
-
"module": "src/
|
|
2701
|
+
"name": "Accordion",
|
|
2702
|
+
"module": "src/accordion/accordion.ts"
|
|
2713
2703
|
}
|
|
2714
2704
|
},
|
|
2715
2705
|
{
|
|
2716
|
-
"kind": "
|
|
2717
|
-
"name": "
|
|
2706
|
+
"kind": "field",
|
|
2707
|
+
"name": "handleItemFocus",
|
|
2708
|
+
"privacy": "private",
|
|
2718
2709
|
"inheritedFrom": {
|
|
2719
|
-
"name": "
|
|
2720
|
-
"module": "src/
|
|
2710
|
+
"name": "Accordion",
|
|
2711
|
+
"module": "src/accordion/accordion.ts"
|
|
2721
2712
|
}
|
|
2722
2713
|
},
|
|
2723
2714
|
{
|
|
2724
2715
|
"kind": "method",
|
|
2725
|
-
"name": "
|
|
2716
|
+
"name": "adjust",
|
|
2717
|
+
"privacy": "private",
|
|
2718
|
+
"return": {
|
|
2719
|
+
"type": {
|
|
2720
|
+
"text": "void"
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2723
|
+
"parameters": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "adjustment",
|
|
2726
|
+
"type": {
|
|
2727
|
+
"text": "number"
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2726
2731
|
"inheritedFrom": {
|
|
2727
|
-
"name": "
|
|
2728
|
-
"module": "src/
|
|
2732
|
+
"name": "Accordion",
|
|
2733
|
+
"module": "src/accordion/accordion.ts"
|
|
2729
2734
|
}
|
|
2730
2735
|
},
|
|
2731
2736
|
{
|
|
2732
2737
|
"kind": "method",
|
|
2733
|
-
"name": "
|
|
2738
|
+
"name": "focusItem",
|
|
2734
2739
|
"privacy": "private",
|
|
2740
|
+
"return": {
|
|
2741
|
+
"type": {
|
|
2742
|
+
"text": "void"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2735
2745
|
"inheritedFrom": {
|
|
2736
|
-
"name": "
|
|
2737
|
-
"module": "src/
|
|
2746
|
+
"name": "Accordion",
|
|
2747
|
+
"module": "src/accordion/accordion.ts"
|
|
2738
2748
|
}
|
|
2739
2749
|
},
|
|
2740
2750
|
{
|
|
@@ -2746,8 +2756,8 @@
|
|
|
2746
2756
|
"privacy": "private",
|
|
2747
2757
|
"default": "void 0",
|
|
2748
2758
|
"inheritedFrom": {
|
|
2749
|
-
"name": "
|
|
2750
|
-
"module": "src/
|
|
2759
|
+
"name": "Accordion",
|
|
2760
|
+
"module": "src/accordion/accordion.ts"
|
|
2751
2761
|
}
|
|
2752
2762
|
},
|
|
2753
2763
|
{
|
|
@@ -2759,8 +2769,8 @@
|
|
|
2759
2769
|
"privacy": "public",
|
|
2760
2770
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2761
2771
|
"inheritedFrom": {
|
|
2762
|
-
"name": "
|
|
2763
|
-
"module": "src/
|
|
2772
|
+
"name": "Accordion",
|
|
2773
|
+
"module": "src/accordion/accordion.ts"
|
|
2764
2774
|
}
|
|
2765
2775
|
},
|
|
2766
2776
|
{
|
|
@@ -2772,8 +2782,8 @@
|
|
|
2772
2782
|
"privacy": "public",
|
|
2773
2783
|
"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.",
|
|
2774
2784
|
"inheritedFrom": {
|
|
2775
|
-
"name": "
|
|
2776
|
-
"module": "src/
|
|
2785
|
+
"name": "Accordion",
|
|
2786
|
+
"module": "src/accordion/accordion.ts"
|
|
2777
2787
|
}
|
|
2778
2788
|
},
|
|
2779
2789
|
{
|
|
@@ -2786,8 +2796,8 @@
|
|
|
2786
2796
|
}
|
|
2787
2797
|
},
|
|
2788
2798
|
"inheritedFrom": {
|
|
2789
|
-
"name": "
|
|
2790
|
-
"module": "src/
|
|
2799
|
+
"name": "Accordion",
|
|
2800
|
+
"module": "src/accordion/accordion.ts"
|
|
2791
2801
|
}
|
|
2792
2802
|
},
|
|
2793
2803
|
{
|
|
@@ -2799,8 +2809,8 @@
|
|
|
2799
2809
|
"privacy": "public",
|
|
2800
2810
|
"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.",
|
|
2801
2811
|
"inheritedFrom": {
|
|
2802
|
-
"name": "
|
|
2803
|
-
"module": "src/
|
|
2812
|
+
"name": "Accordion",
|
|
2813
|
+
"module": "src/accordion/accordion.ts"
|
|
2804
2814
|
}
|
|
2805
2815
|
},
|
|
2806
2816
|
{
|
|
@@ -2813,8 +2823,8 @@
|
|
|
2813
2823
|
}
|
|
2814
2824
|
},
|
|
2815
2825
|
"inheritedFrom": {
|
|
2816
|
-
"name": "
|
|
2817
|
-
"module": "src/
|
|
2826
|
+
"name": "Accordion",
|
|
2827
|
+
"module": "src/accordion/accordion.ts"
|
|
2818
2828
|
}
|
|
2819
2829
|
},
|
|
2820
2830
|
{
|
|
@@ -2844,59 +2854,49 @@
|
|
|
2844
2854
|
],
|
|
2845
2855
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2846
2856
|
"inheritedFrom": {
|
|
2847
|
-
"name": "
|
|
2848
|
-
"module": "src/
|
|
2857
|
+
"name": "Accordion",
|
|
2858
|
+
"module": "src/accordion/accordion.ts"
|
|
2849
2859
|
}
|
|
2850
2860
|
}
|
|
2851
2861
|
],
|
|
2852
2862
|
"events": [
|
|
2853
2863
|
{
|
|
2854
|
-
"description": "
|
|
2855
|
-
"name": "
|
|
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
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2865
|
+
"name": "change",
|
|
2864
2866
|
"inheritedFrom": {
|
|
2865
|
-
"name": "
|
|
2866
|
-
"module": "src/
|
|
2867
|
+
"name": "Accordion",
|
|
2868
|
+
"module": "src/accordion/accordion.ts"
|
|
2867
2869
|
}
|
|
2868
2870
|
}
|
|
2869
2871
|
]
|
|
2870
2872
|
},
|
|
2871
2873
|
{
|
|
2872
2874
|
"kind": "variable",
|
|
2873
|
-
"name": "
|
|
2874
|
-
"description": "The Zero AI Criteria Search",
|
|
2875
|
-
"privacy": "public"
|
|
2875
|
+
"name": "zeroAccordion"
|
|
2876
2876
|
}
|
|
2877
2877
|
],
|
|
2878
2878
|
"exports": [
|
|
2879
2879
|
{
|
|
2880
2880
|
"kind": "js",
|
|
2881
|
-
"name": "
|
|
2881
|
+
"name": "Accordion",
|
|
2882
2882
|
"declaration": {
|
|
2883
|
-
"name": "
|
|
2884
|
-
"module": "src/
|
|
2883
|
+
"name": "Accordion",
|
|
2884
|
+
"module": "src/accordion/accordion.ts"
|
|
2885
2885
|
}
|
|
2886
2886
|
},
|
|
2887
2887
|
{
|
|
2888
2888
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2889
|
+
"name": "zeroAccordion",
|
|
2890
2890
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2891
|
+
"name": "zeroAccordion",
|
|
2892
|
+
"module": "src/accordion/accordion.ts"
|
|
2893
2893
|
}
|
|
2894
2894
|
}
|
|
2895
2895
|
]
|
|
2896
2896
|
},
|
|
2897
2897
|
{
|
|
2898
2898
|
"kind": "javascript-module",
|
|
2899
|
-
"path": "src/
|
|
2899
|
+
"path": "src/accordion/index.ts",
|
|
2900
2900
|
"declarations": [],
|
|
2901
2901
|
"exports": [
|
|
2902
2902
|
{
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
"name": "*",
|
|
2905
2905
|
"declaration": {
|
|
2906
2906
|
"name": "*",
|
|
2907
|
-
"package": "./
|
|
2907
|
+
"package": "./accordion"
|
|
2908
2908
|
}
|
|
2909
2909
|
},
|
|
2910
2910
|
{
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"name": "*",
|
|
2913
2913
|
"declaration": {
|
|
2914
2914
|
"name": "*",
|
|
2915
|
-
"package": "./
|
|
2915
|
+
"package": "./accordion.styles"
|
|
2916
2916
|
}
|
|
2917
2917
|
},
|
|
2918
2918
|
{
|
|
@@ -2920,7 +2920,7 @@
|
|
|
2920
2920
|
"name": "*",
|
|
2921
2921
|
"declaration": {
|
|
2922
2922
|
"name": "*",
|
|
2923
|
-
"package": "./
|
|
2923
|
+
"package": "./accordion.template"
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
2926
2926
|
]
|