@genesislcap/foundation-zero 14.475.1-alpha-dba50f9.0 → 14.476.0-GENC-1410.2
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
|
|
934
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
935
935
|
"declarations": [
|
|
936
936
|
{
|
|
937
937
|
"kind": "function",
|
|
938
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionStyles",
|
|
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": "zeroAccordionStyles",
|
|
964
964
|
"declaration": {
|
|
965
|
-
"name": "
|
|
966
|
-
"module": "src/accordion
|
|
965
|
+
"name": "zeroAccordionStyles",
|
|
966
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"kind": "javascript-module",
|
|
973
|
-
"path": "src/accordion
|
|
973
|
+
"path": "src/accordion/accordion.template.ts",
|
|
974
974
|
"declarations": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "function",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionTemplate",
|
|
978
978
|
"return": {
|
|
979
979
|
"type": {
|
|
980
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<Accordion>"
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"parameters": [
|
|
@@ -999,268 +999,389 @@
|
|
|
999
999
|
"exports": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"kind": "js",
|
|
1002
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionTemplate",
|
|
1003
1003
|
"declaration": {
|
|
1004
|
-
"name": "
|
|
1005
|
-
"module": "src/accordion
|
|
1004
|
+
"name": "zeroAccordionTemplate",
|
|
1005
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/accordion
|
|
1012
|
+
"path": "src/accordion/accordion.ts",
|
|
1013
1013
|
"declarations": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "class",
|
|
1016
1016
|
"description": "",
|
|
1017
|
-
"name": "
|
|
1017
|
+
"name": "Accordion",
|
|
1018
1018
|
"superclass": {
|
|
1019
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordion",
|
|
1020
1020
|
"package": "@genesislcap/foundation-ui"
|
|
1021
1021
|
},
|
|
1022
1022
|
"tagName": "%%prefix%%-card",
|
|
1023
1023
|
"customElement": true,
|
|
1024
1024
|
"attributes": [
|
|
1025
1025
|
{
|
|
1026
|
-
"name": "
|
|
1027
|
-
"type": {
|
|
1028
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1029
|
-
},
|
|
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",
|
|
1033
|
-
"inheritedFrom": {
|
|
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",
|
|
1026
|
+
"name": "expand-mode",
|
|
1052
1027
|
"type": {
|
|
1053
|
-
"text": "
|
|
1028
|
+
"text": "AccordionExpandMode"
|
|
1054
1029
|
},
|
|
1055
|
-
"description": "
|
|
1056
|
-
"fieldName": "
|
|
1030
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1031
|
+
"fieldName": "expandmode",
|
|
1057
1032
|
"inheritedFrom": {
|
|
1058
|
-
"name": "
|
|
1059
|
-
"module": "src/accordion
|
|
1033
|
+
"name": "Accordion",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1060
1035
|
}
|
|
1061
1036
|
}
|
|
1062
1037
|
],
|
|
1063
1038
|
"members": [
|
|
1064
1039
|
{
|
|
1065
1040
|
"kind": "field",
|
|
1066
|
-
"name": "
|
|
1041
|
+
"name": "expandmode",
|
|
1067
1042
|
"type": {
|
|
1068
|
-
"text": "
|
|
1043
|
+
"text": "AccordionExpandMode"
|
|
1069
1044
|
},
|
|
1070
1045
|
"privacy": "public",
|
|
1071
|
-
"
|
|
1072
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1046
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1073
1047
|
"inheritedFrom": {
|
|
1074
|
-
"name": "
|
|
1075
|
-
"module": "src/accordion
|
|
1048
|
+
"name": "Accordion",
|
|
1049
|
+
"module": "src/accordion/accordion.ts"
|
|
1076
1050
|
}
|
|
1077
1051
|
},
|
|
1078
1052
|
{
|
|
1079
1053
|
"kind": "field",
|
|
1080
|
-
"name": "
|
|
1054
|
+
"name": "activeid",
|
|
1081
1055
|
"type": {
|
|
1082
|
-
"text": "
|
|
1056
|
+
"text": "string | null"
|
|
1083
1057
|
},
|
|
1084
|
-
"privacy": "
|
|
1085
|
-
"default": "false",
|
|
1086
|
-
"description": "Expands or collapses the item.",
|
|
1058
|
+
"privacy": "private",
|
|
1087
1059
|
"inheritedFrom": {
|
|
1088
|
-
"name": "
|
|
1089
|
-
"module": "src/accordion
|
|
1060
|
+
"name": "Accordion",
|
|
1061
|
+
"module": "src/accordion/accordion.ts"
|
|
1090
1062
|
}
|
|
1091
1063
|
},
|
|
1092
1064
|
{
|
|
1093
1065
|
"kind": "field",
|
|
1094
|
-
"name": "
|
|
1066
|
+
"name": "activeItemIndex",
|
|
1095
1067
|
"type": {
|
|
1096
|
-
"text": "
|
|
1068
|
+
"text": "number"
|
|
1097
1069
|
},
|
|
1098
|
-
"privacy": "
|
|
1099
|
-
"
|
|
1070
|
+
"privacy": "private",
|
|
1071
|
+
"default": "0",
|
|
1100
1072
|
"inheritedFrom": {
|
|
1101
|
-
"name": "
|
|
1102
|
-
"module": "src/accordion
|
|
1073
|
+
"name": "Accordion",
|
|
1074
|
+
"module": "src/accordion/accordion.ts"
|
|
1103
1075
|
}
|
|
1104
1076
|
},
|
|
1105
1077
|
{
|
|
1106
1078
|
"kind": "field",
|
|
1107
|
-
"name": "
|
|
1079
|
+
"name": "accordionIds",
|
|
1080
|
+
"type": {
|
|
1081
|
+
"text": "Array<string | null>"
|
|
1082
|
+
},
|
|
1108
1083
|
"privacy": "private",
|
|
1109
1084
|
"inheritedFrom": {
|
|
1110
|
-
"name": "
|
|
1111
|
-
"module": "src/accordion
|
|
1085
|
+
"name": "Accordion",
|
|
1086
|
+
"module": "src/accordion/accordion.ts"
|
|
1112
1087
|
}
|
|
1113
1088
|
},
|
|
1114
1089
|
{
|
|
1115
1090
|
"kind": "field",
|
|
1116
|
-
"name": "
|
|
1117
|
-
"type": {
|
|
1118
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
-
},
|
|
1091
|
+
"name": "change",
|
|
1120
1092
|
"privacy": "private",
|
|
1121
|
-
"default": "void 0",
|
|
1122
1093
|
"inheritedFrom": {
|
|
1123
|
-
"name": "
|
|
1124
|
-
"module": "src/accordion
|
|
1094
|
+
"name": "Accordion",
|
|
1095
|
+
"module": "src/accordion/accordion.ts"
|
|
1125
1096
|
}
|
|
1126
1097
|
},
|
|
1127
1098
|
{
|
|
1128
|
-
"kind": "
|
|
1129
|
-
"name": "
|
|
1130
|
-
"
|
|
1131
|
-
|
|
1099
|
+
"kind": "method",
|
|
1100
|
+
"name": "findExpandedItem",
|
|
1101
|
+
"privacy": "private",
|
|
1102
|
+
"return": {
|
|
1103
|
+
"type": {
|
|
1104
|
+
"text": "AccordionItem | null"
|
|
1105
|
+
}
|
|
1132
1106
|
},
|
|
1133
|
-
"privacy": "public",
|
|
1134
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1135
1107
|
"inheritedFrom": {
|
|
1136
|
-
"name": "
|
|
1137
|
-
"module": "src/accordion
|
|
1108
|
+
"name": "Accordion",
|
|
1109
|
+
"module": "src/accordion/accordion.ts"
|
|
1138
1110
|
}
|
|
1139
1111
|
},
|
|
1140
1112
|
{
|
|
1141
1113
|
"kind": "field",
|
|
1142
|
-
"name": "
|
|
1143
|
-
"
|
|
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.",
|
|
1114
|
+
"name": "setItems",
|
|
1115
|
+
"privacy": "private",
|
|
1148
1116
|
"inheritedFrom": {
|
|
1149
|
-
"name": "
|
|
1150
|
-
"module": "src/accordion
|
|
1117
|
+
"name": "Accordion",
|
|
1118
|
+
"module": "src/accordion/accordion.ts"
|
|
1151
1119
|
}
|
|
1152
1120
|
},
|
|
1153
1121
|
{
|
|
1154
1122
|
"kind": "method",
|
|
1155
|
-
"name": "
|
|
1156
|
-
"privacy": "
|
|
1123
|
+
"name": "resetItems",
|
|
1124
|
+
"privacy": "private",
|
|
1157
1125
|
"return": {
|
|
1158
1126
|
"type": {
|
|
1159
1127
|
"text": "void"
|
|
1160
1128
|
}
|
|
1161
1129
|
},
|
|
1162
1130
|
"inheritedFrom": {
|
|
1163
|
-
"name": "
|
|
1164
|
-
"module": "src/accordion
|
|
1131
|
+
"name": "Accordion",
|
|
1132
|
+
"module": "src/accordion/accordion.ts"
|
|
1165
1133
|
}
|
|
1166
1134
|
},
|
|
1167
1135
|
{
|
|
1168
1136
|
"kind": "field",
|
|
1169
|
-
"name": "
|
|
1170
|
-
"
|
|
1171
|
-
|
|
1137
|
+
"name": "removeItemListeners",
|
|
1138
|
+
"privacy": "private",
|
|
1139
|
+
"inheritedFrom": {
|
|
1140
|
+
"name": "Accordion",
|
|
1141
|
+
"module": "src/accordion/accordion.ts"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "field",
|
|
1146
|
+
"name": "activeItemChange",
|
|
1147
|
+
"privacy": "private",
|
|
1148
|
+
"inheritedFrom": {
|
|
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
|
+
}
|
|
1172
1161
|
},
|
|
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.",
|
|
1175
1162
|
"inheritedFrom": {
|
|
1176
|
-
"name": "
|
|
1177
|
-
"module": "src/accordion
|
|
1163
|
+
"name": "Accordion",
|
|
1164
|
+
"module": "src/accordion/accordion.ts"
|
|
1178
1165
|
}
|
|
1179
1166
|
},
|
|
1180
1167
|
{
|
|
1181
1168
|
"kind": "method",
|
|
1182
|
-
"name": "
|
|
1183
|
-
"privacy": "
|
|
1169
|
+
"name": "isSingleExpandMode",
|
|
1170
|
+
"privacy": "private",
|
|
1184
1171
|
"return": {
|
|
1185
1172
|
"type": {
|
|
1186
|
-
"text": "
|
|
1173
|
+
"text": "boolean"
|
|
1187
1174
|
}
|
|
1188
1175
|
},
|
|
1189
1176
|
"inheritedFrom": {
|
|
1190
|
-
"name": "
|
|
1191
|
-
"module": "src/accordion
|
|
1177
|
+
"name": "Accordion",
|
|
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"
|
|
1192
1197
|
}
|
|
1193
1198
|
},
|
|
1194
1199
|
{
|
|
1195
1200
|
"kind": "method",
|
|
1196
|
-
"name": "
|
|
1197
|
-
"privacy": "
|
|
1198
|
-
"static": true,
|
|
1201
|
+
"name": "adjust",
|
|
1202
|
+
"privacy": "private",
|
|
1199
1203
|
"return": {
|
|
1200
1204
|
"type": {
|
|
1201
|
-
"text": "
|
|
1205
|
+
"text": "void"
|
|
1202
1206
|
}
|
|
1203
1207
|
},
|
|
1204
1208
|
"parameters": [
|
|
1205
1209
|
{
|
|
1206
|
-
"name": "
|
|
1210
|
+
"name": "adjustment",
|
|
1207
1211
|
"type": {
|
|
1208
|
-
"text": "
|
|
1212
|
+
"text": "number"
|
|
1209
1213
|
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "elementDefinition",
|
|
1213
|
-
"type": {
|
|
1214
|
-
"text": "T"
|
|
1215
|
-
},
|
|
1216
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1217
1214
|
}
|
|
1218
1215
|
],
|
|
1219
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1220
1216
|
"inheritedFrom": {
|
|
1221
|
-
"name": "
|
|
1222
|
-
"module": "src/accordion
|
|
1217
|
+
"name": "Accordion",
|
|
1218
|
+
"module": "src/accordion/accordion.ts"
|
|
1223
1219
|
}
|
|
1224
|
-
}
|
|
1225
|
-
],
|
|
1226
|
-
"events": [
|
|
1220
|
+
},
|
|
1227
1221
|
{
|
|
1228
|
-
"
|
|
1229
|
-
"name": "
|
|
1222
|
+
"kind": "method",
|
|
1223
|
+
"name": "focusItem",
|
|
1224
|
+
"privacy": "private",
|
|
1225
|
+
"return": {
|
|
1226
|
+
"type": {
|
|
1227
|
+
"text": "void"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
1230
|
"inheritedFrom": {
|
|
1231
|
-
"name": "
|
|
1232
|
-
"module": "src/accordion
|
|
1231
|
+
"name": "Accordion",
|
|
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"
|
|
1233
1354
|
}
|
|
1234
1355
|
}
|
|
1235
1356
|
]
|
|
1236
1357
|
},
|
|
1237
1358
|
{
|
|
1238
1359
|
"kind": "variable",
|
|
1239
|
-
"name": "
|
|
1360
|
+
"name": "zeroAccordion"
|
|
1240
1361
|
}
|
|
1241
1362
|
],
|
|
1242
1363
|
"exports": [
|
|
1243
1364
|
{
|
|
1244
1365
|
"kind": "js",
|
|
1245
|
-
"name": "
|
|
1366
|
+
"name": "Accordion",
|
|
1246
1367
|
"declaration": {
|
|
1247
|
-
"name": "
|
|
1248
|
-
"module": "src/accordion
|
|
1368
|
+
"name": "Accordion",
|
|
1369
|
+
"module": "src/accordion/accordion.ts"
|
|
1249
1370
|
}
|
|
1250
1371
|
},
|
|
1251
1372
|
{
|
|
1252
1373
|
"kind": "js",
|
|
1253
|
-
"name": "
|
|
1374
|
+
"name": "zeroAccordion",
|
|
1254
1375
|
"declaration": {
|
|
1255
|
-
"name": "
|
|
1256
|
-
"module": "src/accordion
|
|
1376
|
+
"name": "zeroAccordion",
|
|
1377
|
+
"module": "src/accordion/accordion.ts"
|
|
1257
1378
|
}
|
|
1258
1379
|
}
|
|
1259
1380
|
]
|
|
1260
1381
|
},
|
|
1261
1382
|
{
|
|
1262
1383
|
"kind": "javascript-module",
|
|
1263
|
-
"path": "src/accordion
|
|
1384
|
+
"path": "src/accordion/index.ts",
|
|
1264
1385
|
"declarations": [],
|
|
1265
1386
|
"exports": [
|
|
1266
1387
|
{
|
|
@@ -1268,7 +1389,7 @@
|
|
|
1268
1389
|
"name": "*",
|
|
1269
1390
|
"declaration": {
|
|
1270
1391
|
"name": "*",
|
|
1271
|
-
"package": "./accordion
|
|
1392
|
+
"package": "./accordion"
|
|
1272
1393
|
}
|
|
1273
1394
|
},
|
|
1274
1395
|
{
|
|
@@ -1276,7 +1397,7 @@
|
|
|
1276
1397
|
"name": "*",
|
|
1277
1398
|
"declaration": {
|
|
1278
1399
|
"name": "*",
|
|
1279
|
-
"package": "./accordion
|
|
1400
|
+
"package": "./accordion.styles"
|
|
1280
1401
|
}
|
|
1281
1402
|
},
|
|
1282
1403
|
{
|
|
@@ -1284,18 +1405,18 @@
|
|
|
1284
1405
|
"name": "*",
|
|
1285
1406
|
"declaration": {
|
|
1286
1407
|
"name": "*",
|
|
1287
|
-
"package": "./accordion
|
|
1408
|
+
"package": "./accordion.template"
|
|
1288
1409
|
}
|
|
1289
1410
|
}
|
|
1290
1411
|
]
|
|
1291
1412
|
},
|
|
1292
1413
|
{
|
|
1293
1414
|
"kind": "javascript-module",
|
|
1294
|
-
"path": "src/
|
|
1415
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1295
1416
|
"declarations": [
|
|
1296
1417
|
{
|
|
1297
1418
|
"kind": "function",
|
|
1298
|
-
"name": "
|
|
1419
|
+
"name": "zeroAccordionItemStyles",
|
|
1299
1420
|
"return": {
|
|
1300
1421
|
"type": {
|
|
1301
1422
|
"text": "ElementStyles"
|
|
@@ -1320,383 +1441,155 @@
|
|
|
1320
1441
|
"exports": [
|
|
1321
1442
|
{
|
|
1322
1443
|
"kind": "js",
|
|
1323
|
-
"name": "
|
|
1444
|
+
"name": "zeroAccordionItemStyles",
|
|
1324
1445
|
"declaration": {
|
|
1325
|
-
"name": "
|
|
1326
|
-
"module": "src/
|
|
1446
|
+
"name": "zeroAccordionItemStyles",
|
|
1447
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1327
1448
|
}
|
|
1328
1449
|
}
|
|
1329
1450
|
]
|
|
1330
1451
|
},
|
|
1331
1452
|
{
|
|
1332
1453
|
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/
|
|
1454
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1334
1455
|
"declarations": [
|
|
1335
1456
|
{
|
|
1336
|
-
"kind": "
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
"package": "@genesislcap/foundation-ui"
|
|
1342
|
-
},
|
|
1343
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
1344
|
-
"customElement": true,
|
|
1345
|
-
"attributes": [
|
|
1346
|
-
{
|
|
1347
|
-
"name": "is-vertical",
|
|
1348
|
-
"type": {
|
|
1349
|
-
"text": "boolean"
|
|
1350
|
-
},
|
|
1351
|
-
"default": "false",
|
|
1352
|
-
"fieldName": "isVertical",
|
|
1353
|
-
"inheritedFrom": {
|
|
1354
|
-
"name": "ActionsMenu",
|
|
1355
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1356
|
-
}
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"name": "add-default-actions",
|
|
1360
|
-
"type": {
|
|
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"
|
|
1439
|
-
}
|
|
1457
|
+
"kind": "function",
|
|
1458
|
+
"name": "zeroAccordionItemTemplate",
|
|
1459
|
+
"return": {
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1440
1462
|
}
|
|
1441
|
-
|
|
1442
|
-
"
|
|
1443
|
-
{
|
|
1444
|
-
"kind": "field",
|
|
1445
|
-
"name": "actions",
|
|
1446
|
-
"type": {
|
|
1447
|
-
"text": "ActionMenuItem[]"
|
|
1448
|
-
},
|
|
1449
|
-
"inheritedFrom": {
|
|
1450
|
-
"name": "ActionsMenu",
|
|
1451
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"kind": "field",
|
|
1456
|
-
"name": "isVertical",
|
|
1457
|
-
"type": {
|
|
1458
|
-
"text": "boolean"
|
|
1459
|
-
},
|
|
1460
|
-
"default": "false",
|
|
1461
|
-
"inheritedFrom": {
|
|
1462
|
-
"name": "ActionsMenu",
|
|
1463
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
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
|
-
},
|
|
1463
|
+
},
|
|
1464
|
+
"parameters": [
|
|
1490
1465
|
{
|
|
1491
|
-
"
|
|
1492
|
-
"name": "classNames",
|
|
1466
|
+
"name": "context",
|
|
1493
1467
|
"type": {
|
|
1494
|
-
"text": "
|
|
1495
|
-
},
|
|
1496
|
-
"inheritedFrom": {
|
|
1497
|
-
"name": "ActionsMenu",
|
|
1498
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1468
|
+
"text": "ElementDefinitionContext"
|
|
1499
1469
|
}
|
|
1500
1470
|
},
|
|
1501
1471
|
{
|
|
1502
|
-
"kind": "field",
|
|
1503
1472
|
"name": "definition",
|
|
1504
1473
|
"type": {
|
|
1505
|
-
"text": "
|
|
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"
|
|
1474
|
+
"text": "FoundationElementDefinition"
|
|
1545
1475
|
}
|
|
1546
|
-
}
|
|
1476
|
+
}
|
|
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": [
|
|
1547
1506
|
{
|
|
1548
|
-
"
|
|
1549
|
-
"name": "hideDisabled",
|
|
1507
|
+
"name": "heading-level",
|
|
1550
1508
|
"type": {
|
|
1551
|
-
"text": "
|
|
1509
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1552
1510
|
},
|
|
1553
|
-
"default": "
|
|
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",
|
|
1554
1514
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1557
1517
|
}
|
|
1558
1518
|
},
|
|
1559
1519
|
{
|
|
1560
|
-
"kind": "field",
|
|
1561
|
-
"name": "hideMenuSingleOption",
|
|
1562
1520
|
"type": {
|
|
1563
1521
|
"text": "boolean"
|
|
1564
1522
|
},
|
|
1565
1523
|
"default": "false",
|
|
1524
|
+
"description": "Expands or collapses the item.",
|
|
1525
|
+
"fieldName": "expanded",
|
|
1566
1526
|
"inheritedFrom": {
|
|
1567
|
-
"name": "
|
|
1568
|
-
"module": "src/
|
|
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"
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1647
1529
|
}
|
|
1648
1530
|
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "id",
|
|
1533
|
+
"type": {
|
|
1534
|
+
"text": "string"
|
|
1535
|
+
},
|
|
1536
|
+
"description": "The item ID",
|
|
1537
|
+
"fieldName": "id",
|
|
1538
|
+
"inheritedFrom": {
|
|
1539
|
+
"name": "AccordionItem",
|
|
1540
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"members": [
|
|
1649
1545
|
{
|
|
1650
1546
|
"kind": "field",
|
|
1651
|
-
"name": "
|
|
1547
|
+
"name": "headinglevel",
|
|
1652
1548
|
"type": {
|
|
1653
|
-
"text": "
|
|
1549
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1654
1550
|
},
|
|
1655
|
-
"
|
|
1551
|
+
"privacy": "public",
|
|
1552
|
+
"default": "2",
|
|
1553
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1656
1554
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/
|
|
1555
|
+
"name": "AccordionItem",
|
|
1556
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1659
1557
|
}
|
|
1660
1558
|
},
|
|
1661
1559
|
{
|
|
1662
1560
|
"kind": "field",
|
|
1663
|
-
"name": "
|
|
1664
|
-
"
|
|
1561
|
+
"name": "expanded",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"privacy": "public",
|
|
1566
|
+
"default": "false",
|
|
1567
|
+
"description": "Expands or collapses the item.",
|
|
1665
1568
|
"inheritedFrom": {
|
|
1666
|
-
"name": "
|
|
1667
|
-
"module": "src/
|
|
1569
|
+
"name": "AccordionItem",
|
|
1570
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1668
1571
|
}
|
|
1669
1572
|
},
|
|
1670
1573
|
{
|
|
1671
|
-
"kind": "
|
|
1672
|
-
"name": "
|
|
1673
|
-
"
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
],
|
|
1574
|
+
"kind": "field",
|
|
1575
|
+
"name": "id",
|
|
1576
|
+
"type": {
|
|
1577
|
+
"text": "string"
|
|
1578
|
+
},
|
|
1579
|
+
"privacy": "public",
|
|
1580
|
+
"description": "The item ID",
|
|
1681
1581
|
"inheritedFrom": {
|
|
1682
|
-
"name": "
|
|
1683
|
-
"module": "src/
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1684
1584
|
}
|
|
1685
1585
|
},
|
|
1686
1586
|
{
|
|
1687
|
-
"kind": "
|
|
1688
|
-
"name": "
|
|
1689
|
-
"
|
|
1690
|
-
{
|
|
1691
|
-
"name": "prefix",
|
|
1692
|
-
"type": {
|
|
1693
|
-
"text": "string"
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
],
|
|
1587
|
+
"kind": "field",
|
|
1588
|
+
"name": "change",
|
|
1589
|
+
"privacy": "private",
|
|
1697
1590
|
"inheritedFrom": {
|
|
1698
|
-
"name": "
|
|
1699
|
-
"module": "src/
|
|
1591
|
+
"name": "AccordionItem",
|
|
1592
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1700
1593
|
}
|
|
1701
1594
|
},
|
|
1702
1595
|
{
|
|
@@ -1708,8 +1601,8 @@
|
|
|
1708
1601
|
"privacy": "private",
|
|
1709
1602
|
"default": "void 0",
|
|
1710
1603
|
"inheritedFrom": {
|
|
1711
|
-
"name": "
|
|
1712
|
-
"module": "src/
|
|
1604
|
+
"name": "AccordionItem",
|
|
1605
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1713
1606
|
}
|
|
1714
1607
|
},
|
|
1715
1608
|
{
|
|
@@ -1721,8 +1614,8 @@
|
|
|
1721
1614
|
"privacy": "public",
|
|
1722
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1723
1616
|
"inheritedFrom": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/
|
|
1617
|
+
"name": "AccordionItem",
|
|
1618
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1726
1619
|
}
|
|
1727
1620
|
},
|
|
1728
1621
|
{
|
|
@@ -1734,8 +1627,8 @@
|
|
|
1734
1627
|
"privacy": "public",
|
|
1735
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.",
|
|
1736
1629
|
"inheritedFrom": {
|
|
1737
|
-
"name": "
|
|
1738
|
-
"module": "src/
|
|
1630
|
+
"name": "AccordionItem",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1739
1632
|
}
|
|
1740
1633
|
},
|
|
1741
1634
|
{
|
|
@@ -1748,8 +1641,8 @@
|
|
|
1748
1641
|
}
|
|
1749
1642
|
},
|
|
1750
1643
|
"inheritedFrom": {
|
|
1751
|
-
"name": "
|
|
1752
|
-
"module": "src/
|
|
1644
|
+
"name": "AccordionItem",
|
|
1645
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1753
1646
|
}
|
|
1754
1647
|
},
|
|
1755
1648
|
{
|
|
@@ -1761,8 +1654,8 @@
|
|
|
1761
1654
|
"privacy": "public",
|
|
1762
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.",
|
|
1763
1656
|
"inheritedFrom": {
|
|
1764
|
-
"name": "
|
|
1765
|
-
"module": "src/
|
|
1657
|
+
"name": "AccordionItem",
|
|
1658
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1766
1659
|
}
|
|
1767
1660
|
},
|
|
1768
1661
|
{
|
|
@@ -1775,8 +1668,8 @@
|
|
|
1775
1668
|
}
|
|
1776
1669
|
},
|
|
1777
1670
|
"inheritedFrom": {
|
|
1778
|
-
"name": "
|
|
1779
|
-
"module": "src/
|
|
1671
|
+
"name": "AccordionItem",
|
|
1672
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1780
1673
|
}
|
|
1781
1674
|
},
|
|
1782
1675
|
{
|
|
@@ -1806,41 +1699,49 @@
|
|
|
1806
1699
|
],
|
|
1807
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1808
1701
|
"inheritedFrom": {
|
|
1809
|
-
"name": "
|
|
1810
|
-
"module": "src/
|
|
1702
|
+
"name": "AccordionItem",
|
|
1703
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
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"
|
|
1811
1714
|
}
|
|
1812
1715
|
}
|
|
1813
1716
|
]
|
|
1814
1717
|
},
|
|
1815
1718
|
{
|
|
1816
1719
|
"kind": "variable",
|
|
1817
|
-
"name": "
|
|
1818
|
-
"description": "The Zero Actions Menu",
|
|
1819
|
-
"privacy": "public"
|
|
1720
|
+
"name": "zeroAccordionItem"
|
|
1820
1721
|
}
|
|
1821
1722
|
],
|
|
1822
1723
|
"exports": [
|
|
1823
1724
|
{
|
|
1824
1725
|
"kind": "js",
|
|
1825
|
-
"name": "
|
|
1726
|
+
"name": "AccordionItem",
|
|
1826
1727
|
"declaration": {
|
|
1827
|
-
"name": "
|
|
1828
|
-
"module": "src/
|
|
1728
|
+
"name": "AccordionItem",
|
|
1729
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1829
1730
|
}
|
|
1830
1731
|
},
|
|
1831
1732
|
{
|
|
1832
1733
|
"kind": "js",
|
|
1833
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordionItem",
|
|
1834
1735
|
"declaration": {
|
|
1835
|
-
"name": "
|
|
1836
|
-
"module": "src/
|
|
1736
|
+
"name": "zeroAccordionItem",
|
|
1737
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1837
1738
|
}
|
|
1838
1739
|
}
|
|
1839
1740
|
]
|
|
1840
1741
|
},
|
|
1841
1742
|
{
|
|
1842
1743
|
"kind": "javascript-module",
|
|
1843
|
-
"path": "src/
|
|
1744
|
+
"path": "src/accordion-item/index.ts",
|
|
1844
1745
|
"declarations": [],
|
|
1845
1746
|
"exports": [
|
|
1846
1747
|
{
|
|
@@ -1848,7 +1749,7 @@
|
|
|
1848
1749
|
"name": "*",
|
|
1849
1750
|
"declaration": {
|
|
1850
1751
|
"name": "*",
|
|
1851
|
-
"package": "./
|
|
1752
|
+
"package": "./accordion-item"
|
|
1852
1753
|
}
|
|
1853
1754
|
},
|
|
1854
1755
|
{
|
|
@@ -1856,53 +1757,40 @@
|
|
|
1856
1757
|
"name": "*",
|
|
1857
1758
|
"declaration": {
|
|
1858
1759
|
"name": "*",
|
|
1859
|
-
"package": "./
|
|
1760
|
+
"package": "./accordion-item.styles"
|
|
1860
1761
|
}
|
|
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": [
|
|
1762
|
+
},
|
|
1875
1763
|
{
|
|
1876
1764
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1765
|
+
"name": "*",
|
|
1878
1766
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"
|
|
1767
|
+
"name": "*",
|
|
1768
|
+
"package": "./accordion-item.template"
|
|
1881
1769
|
}
|
|
1882
1770
|
}
|
|
1883
1771
|
]
|
|
1884
1772
|
},
|
|
1885
1773
|
{
|
|
1886
1774
|
"kind": "javascript-module",
|
|
1887
|
-
"path": "src/
|
|
1775
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1888
1776
|
"declarations": [
|
|
1889
1777
|
{
|
|
1890
1778
|
"kind": "function",
|
|
1891
|
-
"name": "
|
|
1779
|
+
"name": "zeroActionsMenuStyles",
|
|
1892
1780
|
"return": {
|
|
1893
1781
|
"type": {
|
|
1894
|
-
"text": "
|
|
1782
|
+
"text": "ElementStyles"
|
|
1895
1783
|
}
|
|
1896
1784
|
},
|
|
1897
1785
|
"parameters": [
|
|
1898
1786
|
{
|
|
1899
|
-
"name": "
|
|
1787
|
+
"name": "context",
|
|
1900
1788
|
"type": {
|
|
1901
1789
|
"text": "ElementDefinitionContext"
|
|
1902
1790
|
}
|
|
1903
1791
|
},
|
|
1904
1792
|
{
|
|
1905
|
-
"name": "
|
|
1793
|
+
"name": "definition",
|
|
1906
1794
|
"type": {
|
|
1907
1795
|
"text": "FoundationElementDefinition"
|
|
1908
1796
|
}
|
|
@@ -1913,347 +1801,383 @@
|
|
|
1913
1801
|
"exports": [
|
|
1914
1802
|
{
|
|
1915
1803
|
"kind": "js",
|
|
1916
|
-
"name": "
|
|
1804
|
+
"name": "zeroActionsMenuStyles",
|
|
1917
1805
|
"declaration": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/
|
|
1806
|
+
"name": "zeroActionsMenuStyles",
|
|
1807
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1920
1808
|
}
|
|
1921
1809
|
}
|
|
1922
1810
|
]
|
|
1923
1811
|
},
|
|
1924
1812
|
{
|
|
1925
1813
|
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/
|
|
1814
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1927
1815
|
"declarations": [
|
|
1928
1816
|
{
|
|
1929
1817
|
"kind": "class",
|
|
1930
1818
|
"description": "",
|
|
1931
|
-
"name": "
|
|
1819
|
+
"name": "ActionsMenu",
|
|
1932
1820
|
"superclass": {
|
|
1933
|
-
"name": "
|
|
1821
|
+
"name": "FoundationActionsMenu",
|
|
1934
1822
|
"package": "@genesislcap/foundation-ui"
|
|
1935
1823
|
},
|
|
1936
|
-
"tagName": "%%prefix%%-
|
|
1824
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1937
1825
|
"customElement": true,
|
|
1938
1826
|
"attributes": [
|
|
1939
1827
|
{
|
|
1940
|
-
"name": "
|
|
1828
|
+
"name": "is-vertical",
|
|
1941
1829
|
"type": {
|
|
1942
|
-
"text": "
|
|
1830
|
+
"text": "boolean"
|
|
1943
1831
|
},
|
|
1944
|
-
"default": "
|
|
1945
|
-
"fieldName": "
|
|
1832
|
+
"default": "false",
|
|
1833
|
+
"fieldName": "isVertical",
|
|
1946
1834
|
"inheritedFrom": {
|
|
1947
|
-
"name": "
|
|
1948
|
-
"module": "src/
|
|
1835
|
+
"name": "ActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1949
1837
|
}
|
|
1950
1838
|
},
|
|
1951
1839
|
{
|
|
1840
|
+
"name": "add-default-actions",
|
|
1952
1841
|
"type": {
|
|
1953
1842
|
"text": "boolean"
|
|
1954
1843
|
},
|
|
1955
|
-
"
|
|
1844
|
+
"default": "true",
|
|
1845
|
+
"fieldName": "addDefaultActions",
|
|
1956
1846
|
"inheritedFrom": {
|
|
1957
|
-
"name": "
|
|
1958
|
-
"module": "src/
|
|
1847
|
+
"name": "ActionsMenu",
|
|
1848
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1959
1849
|
}
|
|
1960
|
-
}
|
|
1961
|
-
],
|
|
1962
|
-
"members": [
|
|
1850
|
+
},
|
|
1963
1851
|
{
|
|
1964
|
-
"
|
|
1965
|
-
"name": "providerRegistry",
|
|
1852
|
+
"name": "auto-close-on-action",
|
|
1966
1853
|
"type": {
|
|
1967
|
-
"text": "
|
|
1854
|
+
"text": "boolean"
|
|
1968
1855
|
},
|
|
1856
|
+
"default": "true",
|
|
1857
|
+
"fieldName": "autoCloseOnAction",
|
|
1969
1858
|
"inheritedFrom": {
|
|
1970
|
-
"name": "
|
|
1971
|
-
"module": "src/
|
|
1859
|
+
"name": "ActionsMenu",
|
|
1860
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1972
1861
|
}
|
|
1973
1862
|
},
|
|
1974
1863
|
{
|
|
1975
|
-
"
|
|
1976
|
-
"name": "placeholder",
|
|
1864
|
+
"name": "name",
|
|
1977
1865
|
"type": {
|
|
1978
1866
|
"text": "string"
|
|
1979
1867
|
},
|
|
1980
|
-
"default": "'
|
|
1868
|
+
"default": "'Actions'",
|
|
1869
|
+
"fieldName": "name",
|
|
1981
1870
|
"inheritedFrom": {
|
|
1982
|
-
"name": "
|
|
1983
|
-
"module": "src/
|
|
1871
|
+
"name": "ActionsMenu",
|
|
1872
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "open",
|
|
1877
|
+
"type": {
|
|
1878
|
+
"text": "boolean"
|
|
1879
|
+
},
|
|
1880
|
+
"default": "false",
|
|
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",
|
|
1893
|
+
"inheritedFrom": {
|
|
1894
|
+
"name": "ActionsMenu",
|
|
1895
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1984
1896
|
}
|
|
1985
1897
|
},
|
|
1986
1898
|
{
|
|
1987
|
-
"
|
|
1988
|
-
"name": "disabled",
|
|
1899
|
+
"name": "hide-disabled",
|
|
1989
1900
|
"type": {
|
|
1990
1901
|
"text": "boolean"
|
|
1991
1902
|
},
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"fieldName": "hideDisabled",
|
|
1992
1905
|
"inheritedFrom": {
|
|
1993
|
-
"name": "
|
|
1994
|
-
"module": "src/
|
|
1906
|
+
"name": "ActionsMenu",
|
|
1907
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1995
1908
|
}
|
|
1996
1909
|
},
|
|
1997
1910
|
{
|
|
1998
|
-
"
|
|
1999
|
-
"name": "inputValue",
|
|
1911
|
+
"name": "hide-menu-single-option",
|
|
2000
1912
|
"type": {
|
|
2001
|
-
"text": "
|
|
1913
|
+
"text": "boolean"
|
|
2002
1914
|
},
|
|
2003
|
-
"default": "
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideMenuSingleOption",
|
|
2004
1917
|
"inheritedFrom": {
|
|
2005
|
-
"name": "
|
|
2006
|
-
"module": "src/
|
|
1918
|
+
"name": "ActionsMenu",
|
|
1919
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2007
1920
|
}
|
|
2008
|
-
}
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"members": [
|
|
2009
1924
|
{
|
|
2010
1925
|
"kind": "field",
|
|
2011
|
-
"name": "
|
|
1926
|
+
"name": "actions",
|
|
2012
1927
|
"type": {
|
|
2013
|
-
"text": "
|
|
1928
|
+
"text": "ActionMenuItem[]"
|
|
2014
1929
|
},
|
|
2015
|
-
"default": "false",
|
|
2016
1930
|
"inheritedFrom": {
|
|
2017
|
-
"name": "
|
|
2018
|
-
"module": "src/
|
|
1931
|
+
"name": "ActionsMenu",
|
|
1932
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2019
1933
|
}
|
|
2020
1934
|
},
|
|
2021
1935
|
{
|
|
2022
1936
|
"kind": "field",
|
|
2023
|
-
"name": "
|
|
1937
|
+
"name": "isVertical",
|
|
2024
1938
|
"type": {
|
|
2025
|
-
"text": "
|
|
1939
|
+
"text": "boolean"
|
|
2026
1940
|
},
|
|
2027
|
-
"default": "
|
|
1941
|
+
"default": "false",
|
|
2028
1942
|
"inheritedFrom": {
|
|
2029
|
-
"name": "
|
|
2030
|
-
"module": "src/
|
|
1943
|
+
"name": "ActionsMenu",
|
|
1944
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2031
1945
|
}
|
|
2032
1946
|
},
|
|
2033
1947
|
{
|
|
2034
1948
|
"kind": "field",
|
|
2035
|
-
"name": "
|
|
1949
|
+
"name": "addDefaultActions",
|
|
2036
1950
|
"type": {
|
|
2037
|
-
"text": "
|
|
1951
|
+
"text": "boolean"
|
|
2038
1952
|
},
|
|
2039
|
-
"default": "
|
|
1953
|
+
"default": "true",
|
|
2040
1954
|
"inheritedFrom": {
|
|
2041
|
-
"name": "
|
|
2042
|
-
"module": "src/
|
|
1955
|
+
"name": "ActionsMenu",
|
|
1956
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2043
1957
|
}
|
|
2044
1958
|
},
|
|
2045
1959
|
{
|
|
2046
1960
|
"kind": "field",
|
|
2047
|
-
"name": "
|
|
1961
|
+
"name": "autoCloseOnAction",
|
|
2048
1962
|
"type": {
|
|
2049
1963
|
"text": "boolean"
|
|
2050
1964
|
},
|
|
2051
|
-
"default": "
|
|
1965
|
+
"default": "true",
|
|
2052
1966
|
"inheritedFrom": {
|
|
2053
|
-
"name": "
|
|
2054
|
-
"module": "src/
|
|
1967
|
+
"name": "ActionsMenu",
|
|
1968
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2055
1969
|
}
|
|
2056
1970
|
},
|
|
2057
1971
|
{
|
|
2058
1972
|
"kind": "field",
|
|
2059
|
-
"name": "
|
|
1973
|
+
"name": "classNames",
|
|
2060
1974
|
"type": {
|
|
2061
|
-
"text": "
|
|
1975
|
+
"text": "string"
|
|
2062
1976
|
},
|
|
2063
|
-
"default": "[]",
|
|
2064
1977
|
"inheritedFrom": {
|
|
2065
|
-
"name": "
|
|
2066
|
-
"module": "src/
|
|
1978
|
+
"name": "ActionsMenu",
|
|
1979
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2067
1980
|
}
|
|
2068
1981
|
},
|
|
2069
1982
|
{
|
|
2070
1983
|
"kind": "field",
|
|
2071
|
-
"name": "
|
|
1984
|
+
"name": "definition",
|
|
2072
1985
|
"type": {
|
|
2073
|
-
"text": "
|
|
1986
|
+
"text": "any"
|
|
2074
1987
|
},
|
|
2075
|
-
"default": "false",
|
|
2076
1988
|
"inheritedFrom": {
|
|
2077
|
-
"name": "
|
|
2078
|
-
"module": "src/
|
|
1989
|
+
"name": "ActionsMenu",
|
|
1990
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2079
1991
|
}
|
|
2080
1992
|
},
|
|
2081
1993
|
{
|
|
2082
1994
|
"kind": "field",
|
|
2083
|
-
"name": "
|
|
1995
|
+
"name": "name",
|
|
2084
1996
|
"type": {
|
|
2085
|
-
"text": "
|
|
1997
|
+
"text": "string"
|
|
2086
1998
|
},
|
|
2087
|
-
"
|
|
1999
|
+
"default": "'Actions'",
|
|
2088
2000
|
"inheritedFrom": {
|
|
2089
|
-
"name": "
|
|
2090
|
-
"module": "src/
|
|
2001
|
+
"name": "ActionsMenu",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2091
2003
|
}
|
|
2092
2004
|
},
|
|
2093
2005
|
{
|
|
2094
2006
|
"kind": "field",
|
|
2095
|
-
"name": "
|
|
2007
|
+
"name": "open",
|
|
2096
2008
|
"type": {
|
|
2097
|
-
"text": "
|
|
2009
|
+
"text": "boolean"
|
|
2098
2010
|
},
|
|
2099
|
-
"
|
|
2100
|
-
"default": "null",
|
|
2011
|
+
"default": "false",
|
|
2101
2012
|
"inheritedFrom": {
|
|
2102
|
-
"name": "
|
|
2103
|
-
"module": "src/
|
|
2013
|
+
"name": "ActionsMenu",
|
|
2014
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2104
2015
|
}
|
|
2105
2016
|
},
|
|
2106
2017
|
{
|
|
2107
2018
|
"kind": "field",
|
|
2108
|
-
"name": "
|
|
2019
|
+
"name": "buttonAppearance",
|
|
2109
2020
|
"type": {
|
|
2110
|
-
"text": "
|
|
2021
|
+
"text": "string"
|
|
2111
2022
|
},
|
|
2112
|
-
"privacy": "private",
|
|
2113
|
-
"default": "null",
|
|
2114
2023
|
"inheritedFrom": {
|
|
2115
|
-
"name": "
|
|
2116
|
-
"module": "src/
|
|
2024
|
+
"name": "ActionsMenu",
|
|
2025
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2117
2026
|
}
|
|
2118
2027
|
},
|
|
2119
2028
|
{
|
|
2120
2029
|
"kind": "field",
|
|
2121
|
-
"name": "
|
|
2030
|
+
"name": "hideDisabled",
|
|
2122
2031
|
"type": {
|
|
2123
2032
|
"text": "boolean"
|
|
2124
2033
|
},
|
|
2125
|
-
"
|
|
2034
|
+
"default": "false",
|
|
2126
2035
|
"inheritedFrom": {
|
|
2127
|
-
"name": "
|
|
2128
|
-
"module": "src/
|
|
2036
|
+
"name": "ActionsMenu",
|
|
2037
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2129
2038
|
}
|
|
2130
2039
|
},
|
|
2131
2040
|
{
|
|
2132
2041
|
"kind": "field",
|
|
2133
|
-
"name": "
|
|
2042
|
+
"name": "hideMenuSingleOption",
|
|
2134
2043
|
"type": {
|
|
2135
|
-
"text": "
|
|
2044
|
+
"text": "boolean"
|
|
2136
2045
|
},
|
|
2137
|
-
"
|
|
2046
|
+
"default": "false",
|
|
2138
2047
|
"inheritedFrom": {
|
|
2139
|
-
"name": "
|
|
2140
|
-
"module": "src/
|
|
2048
|
+
"name": "ActionsMenu",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2141
2050
|
}
|
|
2142
2051
|
},
|
|
2143
2052
|
{
|
|
2144
|
-
"kind": "
|
|
2145
|
-
"name": "
|
|
2146
|
-
"
|
|
2147
|
-
|
|
2148
|
-
"type": {
|
|
2149
|
-
"text": "string"
|
|
2150
|
-
}
|
|
2053
|
+
"kind": "field",
|
|
2054
|
+
"name": "singleOption",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "ActionMenuItem"
|
|
2151
2057
|
},
|
|
2152
|
-
"parameters": [
|
|
2153
|
-
{
|
|
2154
|
-
"name": "fieldName",
|
|
2155
|
-
"type": {
|
|
2156
|
-
"text": "string"
|
|
2157
|
-
}
|
|
2158
|
-
}
|
|
2159
|
-
],
|
|
2160
2058
|
"inheritedFrom": {
|
|
2161
|
-
"name": "
|
|
2162
|
-
"module": "src/
|
|
2059
|
+
"name": "ActionsMenu",
|
|
2060
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2163
2061
|
}
|
|
2164
2062
|
},
|
|
2165
2063
|
{
|
|
2166
|
-
"kind": "
|
|
2167
|
-
"name": "
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2170
|
-
"text": "void"
|
|
2171
|
-
}
|
|
2064
|
+
"kind": "field",
|
|
2065
|
+
"name": "actionsMenu",
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "HTMLElement"
|
|
2172
2068
|
},
|
|
2173
2069
|
"inheritedFrom": {
|
|
2174
|
-
"name": "
|
|
2175
|
-
"module": "src/
|
|
2070
|
+
"name": "ActionsMenu",
|
|
2071
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2176
2072
|
}
|
|
2177
2073
|
},
|
|
2178
2074
|
{
|
|
2179
2075
|
"kind": "method",
|
|
2180
|
-
"name": "
|
|
2181
|
-
"
|
|
2182
|
-
"type": {
|
|
2183
|
-
"text": "void"
|
|
2184
|
-
}
|
|
2185
|
-
},
|
|
2076
|
+
"name": "definitionChanged",
|
|
2077
|
+
"privacy": "protected",
|
|
2186
2078
|
"parameters": [
|
|
2187
2079
|
{
|
|
2188
|
-
"name": "
|
|
2080
|
+
"name": "oldValue",
|
|
2189
2081
|
"type": {
|
|
2190
|
-
"text": "
|
|
2082
|
+
"text": "any"
|
|
2191
2083
|
}
|
|
2192
2084
|
},
|
|
2193
2085
|
{
|
|
2194
|
-
"name": "
|
|
2086
|
+
"name": "newValue",
|
|
2195
2087
|
"type": {
|
|
2196
|
-
"text": "
|
|
2088
|
+
"text": "any"
|
|
2197
2089
|
}
|
|
2198
2090
|
}
|
|
2199
2091
|
],
|
|
2200
2092
|
"inheritedFrom": {
|
|
2201
|
-
"name": "
|
|
2202
|
-
"module": "src/
|
|
2093
|
+
"name": "ActionsMenu",
|
|
2094
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2203
2095
|
}
|
|
2204
2096
|
},
|
|
2205
2097
|
{
|
|
2206
2098
|
"kind": "method",
|
|
2207
|
-
"name": "
|
|
2208
|
-
"
|
|
2209
|
-
"type": {
|
|
2210
|
-
"text": "void"
|
|
2211
|
-
}
|
|
2212
|
-
},
|
|
2099
|
+
"name": "openChanged",
|
|
2100
|
+
"privacy": "protected",
|
|
2213
2101
|
"inheritedFrom": {
|
|
2214
|
-
"name": "
|
|
2215
|
-
"module": "src/
|
|
2102
|
+
"name": "ActionsMenu",
|
|
2103
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2216
2104
|
}
|
|
2217
2105
|
},
|
|
2218
2106
|
{
|
|
2219
2107
|
"kind": "method",
|
|
2220
|
-
"name": "
|
|
2108
|
+
"name": "toggleActionsMenuVisibility",
|
|
2221
2109
|
"inheritedFrom": {
|
|
2222
|
-
"name": "
|
|
2223
|
-
"module": "src/
|
|
2110
|
+
"name": "ActionsMenu",
|
|
2111
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2224
2112
|
}
|
|
2225
2113
|
},
|
|
2226
2114
|
{
|
|
2227
2115
|
"kind": "method",
|
|
2228
|
-
"name": "
|
|
2116
|
+
"name": "onActionMenuItemClick",
|
|
2117
|
+
"parameters": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "callback",
|
|
2120
|
+
"type": {
|
|
2121
|
+
"text": "(rowData) => void | any"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2229
2125
|
"inheritedFrom": {
|
|
2230
|
-
"name": "
|
|
2231
|
-
"module": "src/
|
|
2126
|
+
"name": "ActionsMenu",
|
|
2127
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2232
2128
|
}
|
|
2233
2129
|
},
|
|
2234
2130
|
{
|
|
2235
|
-
"kind": "
|
|
2236
|
-
"name": "
|
|
2131
|
+
"kind": "field",
|
|
2132
|
+
"name": "allActions",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "ActionMenuItem[]"
|
|
2135
|
+
},
|
|
2136
|
+
"readonly": true,
|
|
2237
2137
|
"inheritedFrom": {
|
|
2238
|
-
"name": "
|
|
2239
|
-
"module": "src/
|
|
2138
|
+
"name": "ActionsMenu",
|
|
2139
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "rowData",
|
|
2145
|
+
"readonly": true,
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2240
2149
|
}
|
|
2241
2150
|
},
|
|
2242
2151
|
{
|
|
2243
2152
|
"kind": "method",
|
|
2244
|
-
"name": "
|
|
2153
|
+
"name": "getLabel",
|
|
2154
|
+
"parameters": [
|
|
2155
|
+
{
|
|
2156
|
+
"name": "name",
|
|
2157
|
+
"type": {
|
|
2158
|
+
"text": "string | ((rowData: any) => string)"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2245
2162
|
"inheritedFrom": {
|
|
2246
|
-
"name": "
|
|
2247
|
-
"module": "src/
|
|
2163
|
+
"name": "ActionsMenu",
|
|
2164
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2248
2165
|
}
|
|
2249
2166
|
},
|
|
2250
2167
|
{
|
|
2251
2168
|
"kind": "method",
|
|
2252
|
-
"name": "
|
|
2253
|
-
"
|
|
2169
|
+
"name": "getTemplate",
|
|
2170
|
+
"parameters": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "prefix",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "string"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2254
2178
|
"inheritedFrom": {
|
|
2255
|
-
"name": "
|
|
2256
|
-
"module": "src/
|
|
2179
|
+
"name": "ActionsMenu",
|
|
2180
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2257
2181
|
}
|
|
2258
2182
|
},
|
|
2259
2183
|
{
|
|
@@ -2367,55 +2291,37 @@
|
|
|
2367
2291
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2368
2292
|
}
|
|
2369
2293
|
}
|
|
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
|
-
}
|
|
2388
2294
|
]
|
|
2389
2295
|
},
|
|
2390
2296
|
{
|
|
2391
2297
|
"kind": "variable",
|
|
2392
|
-
"name": "
|
|
2393
|
-
"description": "The Zero
|
|
2298
|
+
"name": "zeroActionsMenu",
|
|
2299
|
+
"description": "The Zero Actions Menu",
|
|
2394
2300
|
"privacy": "public"
|
|
2395
2301
|
}
|
|
2396
2302
|
],
|
|
2397
2303
|
"exports": [
|
|
2398
2304
|
{
|
|
2399
2305
|
"kind": "js",
|
|
2400
|
-
"name": "
|
|
2306
|
+
"name": "ActionsMenu",
|
|
2401
2307
|
"declaration": {
|
|
2402
|
-
"name": "
|
|
2403
|
-
"module": "src/
|
|
2308
|
+
"name": "ActionsMenu",
|
|
2309
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2404
2310
|
}
|
|
2405
2311
|
},
|
|
2406
2312
|
{
|
|
2407
2313
|
"kind": "js",
|
|
2408
|
-
"name": "
|
|
2314
|
+
"name": "zeroActionsMenu",
|
|
2409
2315
|
"declaration": {
|
|
2410
|
-
"name": "
|
|
2411
|
-
"module": "src/
|
|
2316
|
+
"name": "zeroActionsMenu",
|
|
2317
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2412
2318
|
}
|
|
2413
2319
|
}
|
|
2414
2320
|
]
|
|
2415
2321
|
},
|
|
2416
2322
|
{
|
|
2417
2323
|
"kind": "javascript-module",
|
|
2418
|
-
"path": "src/
|
|
2324
|
+
"path": "src/actions-menu/index.ts",
|
|
2419
2325
|
"declarations": [],
|
|
2420
2326
|
"exports": [
|
|
2421
2327
|
{
|
|
@@ -2423,15 +2329,7 @@
|
|
|
2423
2329
|
"name": "*",
|
|
2424
2330
|
"declaration": {
|
|
2425
2331
|
"name": "*",
|
|
2426
|
-
"package": "./
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "js",
|
|
2431
|
-
"name": "*",
|
|
2432
|
-
"declaration": {
|
|
2433
|
-
"name": "*",
|
|
2434
|
-
"package": "./ai-criteria-search.styles"
|
|
2332
|
+
"package": "./actions-menu"
|
|
2435
2333
|
}
|
|
2436
2334
|
},
|
|
2437
2335
|
{
|
|
@@ -2439,71 +2337,53 @@
|
|
|
2439
2337
|
"name": "*",
|
|
2440
2338
|
"declaration": {
|
|
2441
2339
|
"name": "*",
|
|
2442
|
-
"package": "./
|
|
2340
|
+
"package": "./actions-menu.styles"
|
|
2443
2341
|
}
|
|
2444
2342
|
}
|
|
2445
2343
|
]
|
|
2446
2344
|
},
|
|
2447
2345
|
{
|
|
2448
2346
|
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/
|
|
2347
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2450
2348
|
"declarations": [
|
|
2451
2349
|
{
|
|
2452
|
-
"kind": "
|
|
2453
|
-
"name": "
|
|
2454
|
-
"
|
|
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
|
-
]
|
|
2350
|
+
"kind": "variable",
|
|
2351
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2352
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2473
2353
|
}
|
|
2474
2354
|
],
|
|
2475
2355
|
"exports": [
|
|
2476
2356
|
{
|
|
2477
2357
|
"kind": "js",
|
|
2478
|
-
"name": "
|
|
2358
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2479
2359
|
"declaration": {
|
|
2480
|
-
"name": "
|
|
2481
|
-
"module": "src/
|
|
2360
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
2361
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2482
2362
|
}
|
|
2483
2363
|
}
|
|
2484
2364
|
]
|
|
2485
2365
|
},
|
|
2486
2366
|
{
|
|
2487
2367
|
"kind": "javascript-module",
|
|
2488
|
-
"path": "src/
|
|
2368
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2489
2369
|
"declarations": [
|
|
2490
2370
|
{
|
|
2491
2371
|
"kind": "function",
|
|
2492
|
-
"name": "
|
|
2372
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2493
2373
|
"return": {
|
|
2494
2374
|
"type": {
|
|
2495
|
-
"text": "ViewTemplate<
|
|
2375
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2496
2376
|
}
|
|
2497
2377
|
},
|
|
2498
2378
|
"parameters": [
|
|
2499
2379
|
{
|
|
2500
|
-
"name": "
|
|
2380
|
+
"name": "_context",
|
|
2501
2381
|
"type": {
|
|
2502
2382
|
"text": "ElementDefinitionContext"
|
|
2503
2383
|
}
|
|
2504
2384
|
},
|
|
2505
2385
|
{
|
|
2506
|
-
"name": "
|
|
2386
|
+
"name": "_definition",
|
|
2507
2387
|
"type": {
|
|
2508
2388
|
"text": "FoundationElementDefinition"
|
|
2509
2389
|
}
|
|
@@ -2514,237 +2394,347 @@
|
|
|
2514
2394
|
"exports": [
|
|
2515
2395
|
{
|
|
2516
2396
|
"kind": "js",
|
|
2517
|
-
"name": "
|
|
2397
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2518
2398
|
"declaration": {
|
|
2519
|
-
"name": "
|
|
2520
|
-
"module": "src/
|
|
2399
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
2400
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2521
2401
|
}
|
|
2522
2402
|
}
|
|
2523
2403
|
]
|
|
2524
2404
|
},
|
|
2525
2405
|
{
|
|
2526
2406
|
"kind": "javascript-module",
|
|
2527
|
-
"path": "src/
|
|
2407
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2528
2408
|
"declarations": [
|
|
2529
2409
|
{
|
|
2530
2410
|
"kind": "class",
|
|
2531
2411
|
"description": "",
|
|
2532
|
-
"name": "
|
|
2412
|
+
"name": "AiCriteriaSearch",
|
|
2533
2413
|
"superclass": {
|
|
2534
|
-
"name": "
|
|
2414
|
+
"name": "FoundationAiCriteriaSearch",
|
|
2535
2415
|
"package": "@genesislcap/foundation-ui"
|
|
2536
2416
|
},
|
|
2537
|
-
"tagName": "%%prefix%%-
|
|
2417
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2538
2418
|
"customElement": true,
|
|
2539
2419
|
"attributes": [
|
|
2540
2420
|
{
|
|
2541
|
-
"name": "
|
|
2421
|
+
"name": "placeholder",
|
|
2542
2422
|
"type": {
|
|
2543
|
-
"text": "
|
|
2423
|
+
"text": "string"
|
|
2544
2424
|
},
|
|
2545
|
-
"
|
|
2546
|
-
"fieldName": "
|
|
2425
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2426
|
+
"fieldName": "placeholder",
|
|
2547
2427
|
"inheritedFrom": {
|
|
2548
|
-
"name": "
|
|
2549
|
-
"module": "src/
|
|
2428
|
+
"name": "AiCriteriaSearch",
|
|
2429
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "boolean"
|
|
2435
|
+
},
|
|
2436
|
+
"fieldName": "disabled",
|
|
2437
|
+
"inheritedFrom": {
|
|
2438
|
+
"name": "AiCriteriaSearch",
|
|
2439
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2550
2440
|
}
|
|
2551
2441
|
}
|
|
2552
2442
|
],
|
|
2553
2443
|
"members": [
|
|
2554
2444
|
{
|
|
2555
2445
|
"kind": "field",
|
|
2556
|
-
"name": "
|
|
2446
|
+
"name": "providerRegistry",
|
|
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",
|
|
2557
2565
|
"type": {
|
|
2558
|
-
"text": "
|
|
2566
|
+
"text": "HTMLTextAreaElement"
|
|
2559
2567
|
},
|
|
2560
2568
|
"privacy": "public",
|
|
2561
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2562
2569
|
"inheritedFrom": {
|
|
2563
|
-
"name": "
|
|
2564
|
-
"module": "src/
|
|
2570
|
+
"name": "AiCriteriaSearch",
|
|
2571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2565
2572
|
}
|
|
2566
2573
|
},
|
|
2567
2574
|
{
|
|
2568
2575
|
"kind": "field",
|
|
2569
|
-
"name": "
|
|
2576
|
+
"name": "stopRecording",
|
|
2570
2577
|
"type": {
|
|
2571
|
-
"text": "
|
|
2578
|
+
"text": "(() => void) | null"
|
|
2572
2579
|
},
|
|
2573
2580
|
"privacy": "private",
|
|
2581
|
+
"default": "null",
|
|
2574
2582
|
"inheritedFrom": {
|
|
2575
|
-
"name": "
|
|
2576
|
-
"module": "src/
|
|
2583
|
+
"name": "AiCriteriaSearch",
|
|
2584
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2577
2585
|
}
|
|
2578
2586
|
},
|
|
2579
2587
|
{
|
|
2580
2588
|
"kind": "field",
|
|
2581
|
-
"name": "
|
|
2589
|
+
"name": "speechApplyDebounceTimer",
|
|
2582
2590
|
"type": {
|
|
2583
|
-
"text": "
|
|
2591
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2584
2592
|
},
|
|
2585
2593
|
"privacy": "private",
|
|
2586
|
-
"default": "
|
|
2594
|
+
"default": "null",
|
|
2587
2595
|
"inheritedFrom": {
|
|
2588
|
-
"name": "
|
|
2589
|
-
"module": "src/
|
|
2596
|
+
"name": "AiCriteriaSearch",
|
|
2597
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2590
2598
|
}
|
|
2591
2599
|
},
|
|
2592
2600
|
{
|
|
2593
2601
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2602
|
+
"name": "speechAvailable",
|
|
2595
2603
|
"type": {
|
|
2596
|
-
"text": "
|
|
2604
|
+
"text": "boolean"
|
|
2597
2605
|
},
|
|
2598
|
-
"
|
|
2606
|
+
"readonly": true,
|
|
2599
2607
|
"inheritedFrom": {
|
|
2600
|
-
"name": "
|
|
2601
|
-
"module": "src/
|
|
2608
|
+
"name": "AiCriteriaSearch",
|
|
2609
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2602
2610
|
}
|
|
2603
2611
|
},
|
|
2604
2612
|
{
|
|
2605
2613
|
"kind": "field",
|
|
2606
|
-
"name": "
|
|
2607
|
-
"
|
|
2614
|
+
"name": "criteriaChips",
|
|
2615
|
+
"type": {
|
|
2616
|
+
"text": "CriteriaChip[]"
|
|
2617
|
+
},
|
|
2618
|
+
"readonly": true,
|
|
2608
2619
|
"inheritedFrom": {
|
|
2609
|
-
"name": "
|
|
2610
|
-
"module": "src/
|
|
2620
|
+
"name": "AiCriteriaSearch",
|
|
2621
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2611
2622
|
}
|
|
2612
2623
|
},
|
|
2613
2624
|
{
|
|
2614
2625
|
"kind": "method",
|
|
2615
|
-
"name": "
|
|
2626
|
+
"name": "getFieldLabel",
|
|
2616
2627
|
"privacy": "private",
|
|
2617
2628
|
"return": {
|
|
2618
2629
|
"type": {
|
|
2619
|
-
"text": "
|
|
2630
|
+
"text": "string"
|
|
2620
2631
|
}
|
|
2621
2632
|
},
|
|
2633
|
+
"parameters": [
|
|
2634
|
+
{
|
|
2635
|
+
"name": "fieldName",
|
|
2636
|
+
"type": {
|
|
2637
|
+
"text": "string"
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2640
|
+
],
|
|
2622
2641
|
"inheritedFrom": {
|
|
2623
|
-
"name": "
|
|
2624
|
-
"module": "src/
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "field",
|
|
2629
|
-
"name": "setItems",
|
|
2630
|
-
"privacy": "private",
|
|
2631
|
-
"inheritedFrom": {
|
|
2632
|
-
"name": "Accordion",
|
|
2633
|
-
"module": "src/accordion/accordion.ts"
|
|
2642
|
+
"name": "AiCriteriaSearch",
|
|
2643
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2634
2644
|
}
|
|
2635
2645
|
},
|
|
2636
2646
|
{
|
|
2637
2647
|
"kind": "method",
|
|
2638
|
-
"name": "
|
|
2639
|
-
"privacy": "private",
|
|
2648
|
+
"name": "toggleCriteriaView",
|
|
2640
2649
|
"return": {
|
|
2641
2650
|
"type": {
|
|
2642
2651
|
"text": "void"
|
|
2643
2652
|
}
|
|
2644
2653
|
},
|
|
2645
2654
|
"inheritedFrom": {
|
|
2646
|
-
"name": "
|
|
2647
|
-
"module": "src/
|
|
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"
|
|
2655
|
+
"name": "AiCriteriaSearch",
|
|
2656
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2666
2657
|
}
|
|
2667
2658
|
},
|
|
2668
2659
|
{
|
|
2669
2660
|
"kind": "method",
|
|
2670
|
-
"name": "
|
|
2671
|
-
"privacy": "private",
|
|
2661
|
+
"name": "removeChip",
|
|
2672
2662
|
"return": {
|
|
2673
2663
|
"type": {
|
|
2674
|
-
"text": "
|
|
2664
|
+
"text": "void"
|
|
2675
2665
|
}
|
|
2676
2666
|
},
|
|
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
|
+
],
|
|
2677
2681
|
"inheritedFrom": {
|
|
2678
|
-
"name": "
|
|
2679
|
-
"module": "src/
|
|
2682
|
+
"name": "AiCriteriaSearch",
|
|
2683
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2680
2684
|
}
|
|
2681
2685
|
},
|
|
2682
2686
|
{
|
|
2683
2687
|
"kind": "method",
|
|
2684
|
-
"name": "
|
|
2685
|
-
"privacy": "private",
|
|
2688
|
+
"name": "clearChips",
|
|
2686
2689
|
"return": {
|
|
2687
2690
|
"type": {
|
|
2688
|
-
"text": "
|
|
2691
|
+
"text": "void"
|
|
2689
2692
|
}
|
|
2690
2693
|
},
|
|
2691
2694
|
"inheritedFrom": {
|
|
2692
|
-
"name": "
|
|
2693
|
-
"module": "src/
|
|
2695
|
+
"name": "AiCriteriaSearch",
|
|
2696
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2694
2697
|
}
|
|
2695
2698
|
},
|
|
2696
2699
|
{
|
|
2697
|
-
"kind": "
|
|
2698
|
-
"name": "
|
|
2699
|
-
"privacy": "private",
|
|
2700
|
+
"kind": "method",
|
|
2701
|
+
"name": "handleSubmit",
|
|
2700
2702
|
"inheritedFrom": {
|
|
2701
|
-
"name": "
|
|
2702
|
-
"module": "src/
|
|
2703
|
+
"name": "AiCriteriaSearch",
|
|
2704
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2703
2705
|
}
|
|
2704
2706
|
},
|
|
2705
2707
|
{
|
|
2706
|
-
"kind": "
|
|
2707
|
-
"name": "
|
|
2708
|
-
"privacy": "private",
|
|
2708
|
+
"kind": "method",
|
|
2709
|
+
"name": "handleBlur",
|
|
2709
2710
|
"inheritedFrom": {
|
|
2710
|
-
"name": "
|
|
2711
|
-
"module": "src/
|
|
2711
|
+
"name": "AiCriteriaSearch",
|
|
2712
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2712
2713
|
}
|
|
2713
2714
|
},
|
|
2714
2715
|
{
|
|
2715
2716
|
"kind": "method",
|
|
2716
|
-
"name": "
|
|
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
|
-
],
|
|
2717
|
+
"name": "clear",
|
|
2731
2718
|
"inheritedFrom": {
|
|
2732
|
-
"name": "
|
|
2733
|
-
"module": "src/
|
|
2719
|
+
"name": "AiCriteriaSearch",
|
|
2720
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2734
2721
|
}
|
|
2735
2722
|
},
|
|
2736
2723
|
{
|
|
2737
2724
|
"kind": "method",
|
|
2738
|
-
"name": "
|
|
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",
|
|
2739
2734
|
"privacy": "private",
|
|
2740
|
-
"return": {
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "void"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
2735
|
"inheritedFrom": {
|
|
2746
|
-
"name": "
|
|
2747
|
-
"module": "src/
|
|
2736
|
+
"name": "AiCriteriaSearch",
|
|
2737
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2748
2738
|
}
|
|
2749
2739
|
},
|
|
2750
2740
|
{
|
|
@@ -2756,8 +2746,8 @@
|
|
|
2756
2746
|
"privacy": "private",
|
|
2757
2747
|
"default": "void 0",
|
|
2758
2748
|
"inheritedFrom": {
|
|
2759
|
-
"name": "
|
|
2760
|
-
"module": "src/
|
|
2749
|
+
"name": "FoundationElement",
|
|
2750
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2761
2751
|
}
|
|
2762
2752
|
},
|
|
2763
2753
|
{
|
|
@@ -2769,8 +2759,8 @@
|
|
|
2769
2759
|
"privacy": "public",
|
|
2770
2760
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2771
2761
|
"inheritedFrom": {
|
|
2772
|
-
"name": "
|
|
2773
|
-
"module": "src/
|
|
2762
|
+
"name": "FoundationElement",
|
|
2763
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2774
2764
|
}
|
|
2775
2765
|
},
|
|
2776
2766
|
{
|
|
@@ -2782,8 +2772,8 @@
|
|
|
2782
2772
|
"privacy": "public",
|
|
2783
2773
|
"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.",
|
|
2784
2774
|
"inheritedFrom": {
|
|
2785
|
-
"name": "
|
|
2786
|
-
"module": "src/
|
|
2775
|
+
"name": "FoundationElement",
|
|
2776
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2787
2777
|
}
|
|
2788
2778
|
},
|
|
2789
2779
|
{
|
|
@@ -2796,8 +2786,8 @@
|
|
|
2796
2786
|
}
|
|
2797
2787
|
},
|
|
2798
2788
|
"inheritedFrom": {
|
|
2799
|
-
"name": "
|
|
2800
|
-
"module": "src/
|
|
2789
|
+
"name": "FoundationElement",
|
|
2790
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2801
2791
|
}
|
|
2802
2792
|
},
|
|
2803
2793
|
{
|
|
@@ -2809,8 +2799,8 @@
|
|
|
2809
2799
|
"privacy": "public",
|
|
2810
2800
|
"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.",
|
|
2811
2801
|
"inheritedFrom": {
|
|
2812
|
-
"name": "
|
|
2813
|
-
"module": "src/
|
|
2802
|
+
"name": "FoundationElement",
|
|
2803
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2814
2804
|
}
|
|
2815
2805
|
},
|
|
2816
2806
|
{
|
|
@@ -2823,8 +2813,8 @@
|
|
|
2823
2813
|
}
|
|
2824
2814
|
},
|
|
2825
2815
|
"inheritedFrom": {
|
|
2826
|
-
"name": "
|
|
2827
|
-
"module": "src/
|
|
2816
|
+
"name": "FoundationElement",
|
|
2817
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2828
2818
|
}
|
|
2829
2819
|
},
|
|
2830
2820
|
{
|
|
@@ -2854,49 +2844,59 @@
|
|
|
2854
2844
|
],
|
|
2855
2845
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2856
2846
|
"inheritedFrom": {
|
|
2857
|
-
"name": "
|
|
2858
|
-
"module": "src/
|
|
2847
|
+
"name": "FoundationElement",
|
|
2848
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2859
2849
|
}
|
|
2860
2850
|
}
|
|
2861
2851
|
],
|
|
2862
2852
|
"events": [
|
|
2863
2853
|
{
|
|
2864
|
-
"description": "
|
|
2865
|
-
"name": "
|
|
2854
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2855
|
+
"name": "criteria-changed",
|
|
2866
2856
|
"inheritedFrom": {
|
|
2867
|
-
"name": "
|
|
2868
|
-
"module": "src/
|
|
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"
|
|
2869
2867
|
}
|
|
2870
2868
|
}
|
|
2871
2869
|
]
|
|
2872
2870
|
},
|
|
2873
2871
|
{
|
|
2874
2872
|
"kind": "variable",
|
|
2875
|
-
"name": "
|
|
2873
|
+
"name": "zeroAiCriteriaSearch",
|
|
2874
|
+
"description": "The Zero AI Criteria Search",
|
|
2875
|
+
"privacy": "public"
|
|
2876
2876
|
}
|
|
2877
2877
|
],
|
|
2878
2878
|
"exports": [
|
|
2879
2879
|
{
|
|
2880
2880
|
"kind": "js",
|
|
2881
|
-
"name": "
|
|
2881
|
+
"name": "AiCriteriaSearch",
|
|
2882
2882
|
"declaration": {
|
|
2883
|
-
"name": "
|
|
2884
|
-
"module": "src/
|
|
2883
|
+
"name": "AiCriteriaSearch",
|
|
2884
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2885
2885
|
}
|
|
2886
2886
|
},
|
|
2887
2887
|
{
|
|
2888
2888
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2889
|
+
"name": "zeroAiCriteriaSearch",
|
|
2890
2890
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2891
|
+
"name": "zeroAiCriteriaSearch",
|
|
2892
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2893
2893
|
}
|
|
2894
2894
|
}
|
|
2895
2895
|
]
|
|
2896
2896
|
},
|
|
2897
2897
|
{
|
|
2898
2898
|
"kind": "javascript-module",
|
|
2899
|
-
"path": "src/
|
|
2899
|
+
"path": "src/ai-criteria-search/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": "./ai-criteria-search"
|
|
2908
2908
|
}
|
|
2909
2909
|
},
|
|
2910
2910
|
{
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"name": "*",
|
|
2913
2913
|
"declaration": {
|
|
2914
2914
|
"name": "*",
|
|
2915
|
-
"package": "./
|
|
2915
|
+
"package": "./ai-criteria-search.styles"
|
|
2916
2916
|
}
|
|
2917
2917
|
},
|
|
2918
2918
|
{
|
|
@@ -2920,7 +2920,7 @@
|
|
|
2920
2920
|
"name": "*",
|
|
2921
2921
|
"declaration": {
|
|
2922
2922
|
"name": "*",
|
|
2923
|
-
"package": "./
|
|
2923
|
+
"package": "./ai-criteria-search.template"
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
2926
2926
|
]
|