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