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