@genesislcap/rapid-design-system 14.491.0 → 14.491.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 +478 -478
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- package/package.json +12 -12
|
@@ -870,11 +870,11 @@
|
|
|
870
870
|
},
|
|
871
871
|
{
|
|
872
872
|
"kind": "javascript-module",
|
|
873
|
-
"path": "src/accordion
|
|
873
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
874
874
|
"declarations": [
|
|
875
875
|
{
|
|
876
876
|
"kind": "function",
|
|
877
|
-
"name": "
|
|
877
|
+
"name": "rapidAccordionStyles",
|
|
878
878
|
"return": {
|
|
879
879
|
"type": {
|
|
880
880
|
"text": "ElementStyles"
|
|
@@ -899,24 +899,24 @@
|
|
|
899
899
|
"exports": [
|
|
900
900
|
{
|
|
901
901
|
"kind": "js",
|
|
902
|
-
"name": "
|
|
902
|
+
"name": "rapidAccordionStyles",
|
|
903
903
|
"declaration": {
|
|
904
|
-
"name": "
|
|
905
|
-
"module": "src/accordion
|
|
904
|
+
"name": "rapidAccordionStyles",
|
|
905
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
906
906
|
}
|
|
907
907
|
}
|
|
908
908
|
]
|
|
909
909
|
},
|
|
910
910
|
{
|
|
911
911
|
"kind": "javascript-module",
|
|
912
|
-
"path": "src/accordion
|
|
912
|
+
"path": "src/accordion/accordion.template.ts",
|
|
913
913
|
"declarations": [
|
|
914
914
|
{
|
|
915
915
|
"kind": "function",
|
|
916
|
-
"name": "
|
|
916
|
+
"name": "rapidAccordionTemplate",
|
|
917
917
|
"return": {
|
|
918
918
|
"type": {
|
|
919
|
-
"text": "ViewTemplate<
|
|
919
|
+
"text": "ViewTemplate<Accordion>"
|
|
920
920
|
}
|
|
921
921
|
},
|
|
922
922
|
"parameters": [
|
|
@@ -938,56 +938,56 @@
|
|
|
938
938
|
"exports": [
|
|
939
939
|
{
|
|
940
940
|
"kind": "js",
|
|
941
|
-
"name": "
|
|
941
|
+
"name": "rapidAccordionTemplate",
|
|
942
942
|
"declaration": {
|
|
943
|
-
"name": "
|
|
944
|
-
"module": "src/accordion
|
|
943
|
+
"name": "rapidAccordionTemplate",
|
|
944
|
+
"module": "src/accordion/accordion.template.ts"
|
|
945
945
|
}
|
|
946
946
|
}
|
|
947
947
|
]
|
|
948
948
|
},
|
|
949
949
|
{
|
|
950
950
|
"kind": "javascript-module",
|
|
951
|
-
"path": "src/accordion
|
|
951
|
+
"path": "src/accordion/accordion.ts",
|
|
952
952
|
"declarations": [
|
|
953
953
|
{
|
|
954
954
|
"kind": "class",
|
|
955
955
|
"description": "",
|
|
956
|
-
"name": "
|
|
956
|
+
"name": "Accordion",
|
|
957
957
|
"superclass": {
|
|
958
|
-
"name": "
|
|
958
|
+
"name": "foundationAccordion",
|
|
959
959
|
"package": "@genesislcap/foundation-ui"
|
|
960
960
|
},
|
|
961
|
-
"tagName": "%%prefix%%-accordion
|
|
961
|
+
"tagName": "%%prefix%%-accordion",
|
|
962
962
|
"customElement": true
|
|
963
963
|
},
|
|
964
964
|
{
|
|
965
965
|
"kind": "variable",
|
|
966
|
-
"name": "
|
|
966
|
+
"name": "rapidAccordion"
|
|
967
967
|
}
|
|
968
968
|
],
|
|
969
969
|
"exports": [
|
|
970
970
|
{
|
|
971
971
|
"kind": "js",
|
|
972
|
-
"name": "
|
|
972
|
+
"name": "Accordion",
|
|
973
973
|
"declaration": {
|
|
974
|
-
"name": "
|
|
975
|
-
"module": "src/accordion
|
|
974
|
+
"name": "Accordion",
|
|
975
|
+
"module": "src/accordion/accordion.ts"
|
|
976
976
|
}
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
979
|
"kind": "js",
|
|
980
|
-
"name": "
|
|
980
|
+
"name": "rapidAccordion",
|
|
981
981
|
"declaration": {
|
|
982
|
-
"name": "
|
|
983
|
-
"module": "src/accordion
|
|
982
|
+
"name": "rapidAccordion",
|
|
983
|
+
"module": "src/accordion/accordion.ts"
|
|
984
984
|
}
|
|
985
985
|
}
|
|
986
986
|
]
|
|
987
987
|
},
|
|
988
988
|
{
|
|
989
989
|
"kind": "javascript-module",
|
|
990
|
-
"path": "src/accordion
|
|
990
|
+
"path": "src/accordion/index.ts",
|
|
991
991
|
"declarations": [],
|
|
992
992
|
"exports": [
|
|
993
993
|
{
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"name": "*",
|
|
996
996
|
"declaration": {
|
|
997
997
|
"name": "*",
|
|
998
|
-
"package": "./accordion
|
|
998
|
+
"package": "./accordion"
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
1001
|
{
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
"name": "*",
|
|
1004
1004
|
"declaration": {
|
|
1005
1005
|
"name": "*",
|
|
1006
|
-
"package": "./accordion
|
|
1006
|
+
"package": "./accordion.styles"
|
|
1007
1007
|
}
|
|
1008
1008
|
},
|
|
1009
1009
|
{
|
|
@@ -1011,18 +1011,18 @@
|
|
|
1011
1011
|
"name": "*",
|
|
1012
1012
|
"declaration": {
|
|
1013
1013
|
"name": "*",
|
|
1014
|
-
"package": "./accordion
|
|
1014
|
+
"package": "./accordion.template"
|
|
1015
1015
|
}
|
|
1016
1016
|
}
|
|
1017
1017
|
]
|
|
1018
1018
|
},
|
|
1019
1019
|
{
|
|
1020
1020
|
"kind": "javascript-module",
|
|
1021
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1021
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1022
1022
|
"declarations": [
|
|
1023
1023
|
{
|
|
1024
1024
|
"kind": "function",
|
|
1025
|
-
"name": "
|
|
1025
|
+
"name": "rapidAccordionItemStyles",
|
|
1026
1026
|
"return": {
|
|
1027
1027
|
"type": {
|
|
1028
1028
|
"text": "ElementStyles"
|
|
@@ -1047,24 +1047,24 @@
|
|
|
1047
1047
|
"exports": [
|
|
1048
1048
|
{
|
|
1049
1049
|
"kind": "js",
|
|
1050
|
-
"name": "
|
|
1050
|
+
"name": "rapidAccordionItemStyles",
|
|
1051
1051
|
"declaration": {
|
|
1052
|
-
"name": "
|
|
1053
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1052
|
+
"name": "rapidAccordionItemStyles",
|
|
1053
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
1056
|
]
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
1059
|
"kind": "javascript-module",
|
|
1060
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1060
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1061
1061
|
"declarations": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"kind": "function",
|
|
1064
|
-
"name": "
|
|
1064
|
+
"name": "rapidAccordionItemTemplate",
|
|
1065
1065
|
"return": {
|
|
1066
1066
|
"type": {
|
|
1067
|
-
"text": "ViewTemplate<
|
|
1067
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1068
1068
|
}
|
|
1069
1069
|
},
|
|
1070
1070
|
"parameters": [
|
|
@@ -1086,56 +1086,56 @@
|
|
|
1086
1086
|
"exports": [
|
|
1087
1087
|
{
|
|
1088
1088
|
"kind": "js",
|
|
1089
|
-
"name": "
|
|
1089
|
+
"name": "rapidAccordionItemTemplate",
|
|
1090
1090
|
"declaration": {
|
|
1091
|
-
"name": "
|
|
1092
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1091
|
+
"name": "rapidAccordionItemTemplate",
|
|
1092
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1093
1093
|
}
|
|
1094
1094
|
}
|
|
1095
1095
|
]
|
|
1096
1096
|
},
|
|
1097
1097
|
{
|
|
1098
1098
|
"kind": "javascript-module",
|
|
1099
|
-
"path": "src/accordion/accordion.ts",
|
|
1099
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1100
1100
|
"declarations": [
|
|
1101
1101
|
{
|
|
1102
1102
|
"kind": "class",
|
|
1103
1103
|
"description": "",
|
|
1104
|
-
"name": "
|
|
1104
|
+
"name": "AccordionItem",
|
|
1105
1105
|
"superclass": {
|
|
1106
|
-
"name": "
|
|
1106
|
+
"name": "foundationAccordionItem",
|
|
1107
1107
|
"package": "@genesislcap/foundation-ui"
|
|
1108
1108
|
},
|
|
1109
|
-
"tagName": "%%prefix%%-accordion",
|
|
1109
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1110
1110
|
"customElement": true
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
1113
|
"kind": "variable",
|
|
1114
|
-
"name": "
|
|
1114
|
+
"name": "rapidAccordionItem"
|
|
1115
1115
|
}
|
|
1116
1116
|
],
|
|
1117
1117
|
"exports": [
|
|
1118
1118
|
{
|
|
1119
1119
|
"kind": "js",
|
|
1120
|
-
"name": "
|
|
1120
|
+
"name": "AccordionItem",
|
|
1121
1121
|
"declaration": {
|
|
1122
|
-
"name": "
|
|
1123
|
-
"module": "src/accordion/accordion.ts"
|
|
1122
|
+
"name": "AccordionItem",
|
|
1123
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
1126
|
{
|
|
1127
1127
|
"kind": "js",
|
|
1128
|
-
"name": "
|
|
1128
|
+
"name": "rapidAccordionItem",
|
|
1129
1129
|
"declaration": {
|
|
1130
|
-
"name": "
|
|
1131
|
-
"module": "src/accordion/accordion.ts"
|
|
1130
|
+
"name": "rapidAccordionItem",
|
|
1131
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1132
1132
|
}
|
|
1133
1133
|
}
|
|
1134
1134
|
]
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
1137
|
"kind": "javascript-module",
|
|
1138
|
-
"path": "src/accordion/index.ts",
|
|
1138
|
+
"path": "src/accordion-item/index.ts",
|
|
1139
1139
|
"declarations": [],
|
|
1140
1140
|
"exports": [
|
|
1141
1141
|
{
|
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
"name": "*",
|
|
1144
1144
|
"declaration": {
|
|
1145
1145
|
"name": "*",
|
|
1146
|
-
"package": "./accordion"
|
|
1146
|
+
"package": "./accordion-item"
|
|
1147
1147
|
}
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"name": "*",
|
|
1152
1152
|
"declaration": {
|
|
1153
1153
|
"name": "*",
|
|
1154
|
-
"package": "./accordion.styles"
|
|
1154
|
+
"package": "./accordion-item.styles"
|
|
1155
1155
|
}
|
|
1156
1156
|
},
|
|
1157
1157
|
{
|
|
@@ -1159,53 +1159,32 @@
|
|
|
1159
1159
|
"name": "*",
|
|
1160
1160
|
"declaration": {
|
|
1161
1161
|
"name": "*",
|
|
1162
|
-
"package": "./accordion.template"
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
]
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"kind": "javascript-module",
|
|
1169
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1170
|
-
"declarations": [
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "variable",
|
|
1173
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1174
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1175
|
-
}
|
|
1176
|
-
],
|
|
1177
|
-
"exports": [
|
|
1178
|
-
{
|
|
1179
|
-
"kind": "js",
|
|
1180
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1181
|
-
"declaration": {
|
|
1182
|
-
"name": "rapidAiCriteriaSearchStyles",
|
|
1183
|
-
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1162
|
+
"package": "./accordion-item.template"
|
|
1184
1163
|
}
|
|
1185
1164
|
}
|
|
1186
1165
|
]
|
|
1187
1166
|
},
|
|
1188
1167
|
{
|
|
1189
1168
|
"kind": "javascript-module",
|
|
1190
|
-
"path": "src/
|
|
1169
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1191
1170
|
"declarations": [
|
|
1192
1171
|
{
|
|
1193
1172
|
"kind": "function",
|
|
1194
|
-
"name": "
|
|
1173
|
+
"name": "rapidActionsMenuStyles",
|
|
1195
1174
|
"return": {
|
|
1196
1175
|
"type": {
|
|
1197
|
-
"text": "
|
|
1176
|
+
"text": "ElementStyles"
|
|
1198
1177
|
}
|
|
1199
1178
|
},
|
|
1200
1179
|
"parameters": [
|
|
1201
1180
|
{
|
|
1202
|
-
"name": "
|
|
1181
|
+
"name": "context",
|
|
1203
1182
|
"type": {
|
|
1204
1183
|
"text": "ElementDefinitionContext"
|
|
1205
1184
|
}
|
|
1206
1185
|
},
|
|
1207
1186
|
{
|
|
1208
|
-
"name": "
|
|
1187
|
+
"name": "definition",
|
|
1209
1188
|
"type": {
|
|
1210
1189
|
"text": "FoundationElementDefinition"
|
|
1211
1190
|
}
|
|
@@ -1216,347 +1195,383 @@
|
|
|
1216
1195
|
"exports": [
|
|
1217
1196
|
{
|
|
1218
1197
|
"kind": "js",
|
|
1219
|
-
"name": "
|
|
1198
|
+
"name": "rapidActionsMenuStyles",
|
|
1220
1199
|
"declaration": {
|
|
1221
|
-
"name": "
|
|
1222
|
-
"module": "src/
|
|
1200
|
+
"name": "rapidActionsMenuStyles",
|
|
1201
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1223
1202
|
}
|
|
1224
1203
|
}
|
|
1225
1204
|
]
|
|
1226
1205
|
},
|
|
1227
1206
|
{
|
|
1228
1207
|
"kind": "javascript-module",
|
|
1229
|
-
"path": "src/
|
|
1208
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1230
1209
|
"declarations": [
|
|
1231
1210
|
{
|
|
1232
1211
|
"kind": "class",
|
|
1233
1212
|
"description": "",
|
|
1234
|
-
"name": "
|
|
1213
|
+
"name": "ActionsMenu",
|
|
1235
1214
|
"superclass": {
|
|
1236
|
-
"name": "
|
|
1215
|
+
"name": "FoundationActionsMenu",
|
|
1237
1216
|
"package": "@genesislcap/foundation-ui"
|
|
1238
1217
|
},
|
|
1239
|
-
"tagName": "%%prefix%%-
|
|
1218
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1240
1219
|
"customElement": true,
|
|
1241
1220
|
"attributes": [
|
|
1242
1221
|
{
|
|
1243
|
-
"name": "
|
|
1222
|
+
"name": "is-vertical",
|
|
1244
1223
|
"type": {
|
|
1245
|
-
"text": "
|
|
1224
|
+
"text": "boolean"
|
|
1246
1225
|
},
|
|
1247
|
-
"default": "
|
|
1248
|
-
"fieldName": "
|
|
1226
|
+
"default": "false",
|
|
1227
|
+
"fieldName": "isVertical",
|
|
1249
1228
|
"inheritedFrom": {
|
|
1250
|
-
"name": "
|
|
1251
|
-
"module": "src/
|
|
1229
|
+
"name": "ActionsMenu",
|
|
1230
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1252
1231
|
}
|
|
1253
1232
|
},
|
|
1254
1233
|
{
|
|
1234
|
+
"name": "add-default-actions",
|
|
1255
1235
|
"type": {
|
|
1256
1236
|
"text": "boolean"
|
|
1257
1237
|
},
|
|
1258
|
-
"
|
|
1238
|
+
"default": "true",
|
|
1239
|
+
"fieldName": "addDefaultActions",
|
|
1259
1240
|
"inheritedFrom": {
|
|
1260
|
-
"name": "
|
|
1261
|
-
"module": "src/
|
|
1241
|
+
"name": "ActionsMenu",
|
|
1242
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1262
1243
|
}
|
|
1263
|
-
}
|
|
1264
|
-
],
|
|
1265
|
-
"members": [
|
|
1244
|
+
},
|
|
1266
1245
|
{
|
|
1267
|
-
"
|
|
1268
|
-
"name": "providerRegistry",
|
|
1246
|
+
"name": "auto-close-on-action",
|
|
1269
1247
|
"type": {
|
|
1270
|
-
"text": "
|
|
1248
|
+
"text": "boolean"
|
|
1271
1249
|
},
|
|
1250
|
+
"default": "true",
|
|
1251
|
+
"fieldName": "autoCloseOnAction",
|
|
1272
1252
|
"inheritedFrom": {
|
|
1273
|
-
"name": "
|
|
1274
|
-
"module": "src/
|
|
1253
|
+
"name": "ActionsMenu",
|
|
1254
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1275
1255
|
}
|
|
1276
1256
|
},
|
|
1277
1257
|
{
|
|
1278
|
-
"
|
|
1279
|
-
"name": "placeholder",
|
|
1258
|
+
"name": "name",
|
|
1280
1259
|
"type": {
|
|
1281
1260
|
"text": "string"
|
|
1282
1261
|
},
|
|
1283
|
-
"default": "'
|
|
1262
|
+
"default": "'Actions'",
|
|
1263
|
+
"fieldName": "name",
|
|
1284
1264
|
"inheritedFrom": {
|
|
1285
|
-
"name": "
|
|
1286
|
-
"module": "src/
|
|
1265
|
+
"name": "ActionsMenu",
|
|
1266
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1287
1267
|
}
|
|
1288
1268
|
},
|
|
1289
1269
|
{
|
|
1290
|
-
"
|
|
1291
|
-
"name": "disabled",
|
|
1270
|
+
"name": "open",
|
|
1292
1271
|
"type": {
|
|
1293
1272
|
"text": "boolean"
|
|
1294
1273
|
},
|
|
1274
|
+
"default": "false",
|
|
1275
|
+
"fieldName": "open",
|
|
1295
1276
|
"inheritedFrom": {
|
|
1296
|
-
"name": "
|
|
1297
|
-
"module": "src/
|
|
1277
|
+
"name": "ActionsMenu",
|
|
1278
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1298
1279
|
}
|
|
1299
1280
|
},
|
|
1300
1281
|
{
|
|
1301
|
-
"
|
|
1302
|
-
"name": "inputValue",
|
|
1282
|
+
"name": "buttonAppearance",
|
|
1303
1283
|
"type": {
|
|
1304
1284
|
"text": "string"
|
|
1305
1285
|
},
|
|
1306
|
-
"
|
|
1286
|
+
"fieldName": "buttonAppearance",
|
|
1307
1287
|
"inheritedFrom": {
|
|
1308
|
-
"name": "
|
|
1309
|
-
"module": "src/
|
|
1288
|
+
"name": "ActionsMenu",
|
|
1289
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1310
1290
|
}
|
|
1311
1291
|
},
|
|
1312
1292
|
{
|
|
1313
|
-
"
|
|
1314
|
-
"name": "isInterpreting",
|
|
1293
|
+
"name": "hide-disabled",
|
|
1315
1294
|
"type": {
|
|
1316
1295
|
"text": "boolean"
|
|
1317
1296
|
},
|
|
1318
1297
|
"default": "false",
|
|
1298
|
+
"fieldName": "hideDisabled",
|
|
1319
1299
|
"inheritedFrom": {
|
|
1320
|
-
"name": "
|
|
1321
|
-
"module": "src/
|
|
1300
|
+
"name": "ActionsMenu",
|
|
1301
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1322
1302
|
}
|
|
1323
1303
|
},
|
|
1324
1304
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"name": "lastValidCriteria",
|
|
1305
|
+
"name": "hide-menu-single-option",
|
|
1327
1306
|
"type": {
|
|
1328
|
-
"text": "
|
|
1307
|
+
"text": "boolean"
|
|
1329
1308
|
},
|
|
1330
|
-
"default": "
|
|
1309
|
+
"default": "false",
|
|
1310
|
+
"fieldName": "hideMenuSingleOption",
|
|
1331
1311
|
"inheritedFrom": {
|
|
1332
|
-
"name": "
|
|
1333
|
-
"module": "src/
|
|
1312
|
+
"name": "ActionsMenu",
|
|
1313
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1334
1314
|
}
|
|
1335
|
-
}
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"members": [
|
|
1336
1318
|
{
|
|
1337
1319
|
"kind": "field",
|
|
1338
|
-
"name": "
|
|
1320
|
+
"name": "actions",
|
|
1339
1321
|
"type": {
|
|
1340
|
-
"text": "
|
|
1322
|
+
"text": "ActionMenuItem[]"
|
|
1341
1323
|
},
|
|
1342
|
-
"default": "[]",
|
|
1343
1324
|
"inheritedFrom": {
|
|
1344
|
-
"name": "
|
|
1345
|
-
"module": "src/
|
|
1325
|
+
"name": "ActionsMenu",
|
|
1326
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1346
1327
|
}
|
|
1347
1328
|
},
|
|
1348
1329
|
{
|
|
1349
1330
|
"kind": "field",
|
|
1350
|
-
"name": "
|
|
1331
|
+
"name": "isVertical",
|
|
1351
1332
|
"type": {
|
|
1352
1333
|
"text": "boolean"
|
|
1353
1334
|
},
|
|
1354
1335
|
"default": "false",
|
|
1355
1336
|
"inheritedFrom": {
|
|
1356
|
-
"name": "
|
|
1357
|
-
"module": "src/
|
|
1337
|
+
"name": "ActionsMenu",
|
|
1338
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1358
1339
|
}
|
|
1359
1340
|
},
|
|
1360
1341
|
{
|
|
1361
1342
|
"kind": "field",
|
|
1362
|
-
"name": "
|
|
1343
|
+
"name": "addDefaultActions",
|
|
1363
1344
|
"type": {
|
|
1364
|
-
"text": "
|
|
1345
|
+
"text": "boolean"
|
|
1365
1346
|
},
|
|
1366
|
-
"default": "
|
|
1347
|
+
"default": "true",
|
|
1367
1348
|
"inheritedFrom": {
|
|
1368
|
-
"name": "
|
|
1369
|
-
"module": "src/
|
|
1349
|
+
"name": "ActionsMenu",
|
|
1350
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1370
1351
|
}
|
|
1371
1352
|
},
|
|
1372
1353
|
{
|
|
1373
1354
|
"kind": "field",
|
|
1374
|
-
"name": "
|
|
1355
|
+
"name": "autoCloseOnAction",
|
|
1375
1356
|
"type": {
|
|
1376
1357
|
"text": "boolean"
|
|
1377
1358
|
},
|
|
1378
|
-
"default": "
|
|
1359
|
+
"default": "true",
|
|
1379
1360
|
"inheritedFrom": {
|
|
1380
|
-
"name": "
|
|
1381
|
-
"module": "src/
|
|
1361
|
+
"name": "ActionsMenu",
|
|
1362
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1382
1363
|
}
|
|
1383
1364
|
},
|
|
1384
1365
|
{
|
|
1385
1366
|
"kind": "field",
|
|
1386
|
-
"name": "
|
|
1367
|
+
"name": "classNames",
|
|
1387
1368
|
"type": {
|
|
1388
|
-
"text": "
|
|
1369
|
+
"text": "string"
|
|
1389
1370
|
},
|
|
1390
|
-
"privacy": "public",
|
|
1391
1371
|
"inheritedFrom": {
|
|
1392
|
-
"name": "
|
|
1393
|
-
"module": "src/
|
|
1372
|
+
"name": "ActionsMenu",
|
|
1373
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1394
1374
|
}
|
|
1395
1375
|
},
|
|
1396
1376
|
{
|
|
1397
1377
|
"kind": "field",
|
|
1398
|
-
"name": "
|
|
1378
|
+
"name": "definition",
|
|
1399
1379
|
"type": {
|
|
1400
|
-
"text": "
|
|
1380
|
+
"text": "any"
|
|
1401
1381
|
},
|
|
1402
|
-
"privacy": "private",
|
|
1403
|
-
"default": "null",
|
|
1404
1382
|
"inheritedFrom": {
|
|
1405
|
-
"name": "
|
|
1406
|
-
"module": "src/
|
|
1383
|
+
"name": "ActionsMenu",
|
|
1384
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1407
1385
|
}
|
|
1408
1386
|
},
|
|
1409
1387
|
{
|
|
1410
1388
|
"kind": "field",
|
|
1411
|
-
"name": "
|
|
1389
|
+
"name": "name",
|
|
1412
1390
|
"type": {
|
|
1413
|
-
"text": "
|
|
1391
|
+
"text": "string"
|
|
1414
1392
|
},
|
|
1415
|
-
"
|
|
1416
|
-
"default": "null",
|
|
1393
|
+
"default": "'Actions'",
|
|
1417
1394
|
"inheritedFrom": {
|
|
1418
|
-
"name": "
|
|
1419
|
-
"module": "src/
|
|
1395
|
+
"name": "ActionsMenu",
|
|
1396
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1420
1397
|
}
|
|
1421
1398
|
},
|
|
1422
1399
|
{
|
|
1423
1400
|
"kind": "field",
|
|
1424
|
-
"name": "
|
|
1401
|
+
"name": "open",
|
|
1425
1402
|
"type": {
|
|
1426
1403
|
"text": "boolean"
|
|
1427
1404
|
},
|
|
1428
|
-
"
|
|
1405
|
+
"default": "false",
|
|
1429
1406
|
"inheritedFrom": {
|
|
1430
|
-
"name": "
|
|
1431
|
-
"module": "src/
|
|
1407
|
+
"name": "ActionsMenu",
|
|
1408
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1432
1409
|
}
|
|
1433
1410
|
},
|
|
1434
1411
|
{
|
|
1435
1412
|
"kind": "field",
|
|
1436
|
-
"name": "
|
|
1413
|
+
"name": "buttonAppearance",
|
|
1437
1414
|
"type": {
|
|
1438
|
-
"text": "
|
|
1415
|
+
"text": "string"
|
|
1439
1416
|
},
|
|
1440
|
-
"readonly": true,
|
|
1441
1417
|
"inheritedFrom": {
|
|
1442
|
-
"name": "
|
|
1443
|
-
"module": "src/
|
|
1418
|
+
"name": "ActionsMenu",
|
|
1419
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1444
1420
|
}
|
|
1445
1421
|
},
|
|
1446
1422
|
{
|
|
1447
|
-
"kind": "
|
|
1448
|
-
"name": "
|
|
1449
|
-
"
|
|
1450
|
-
|
|
1451
|
-
"type": {
|
|
1452
|
-
"text": "string"
|
|
1453
|
-
}
|
|
1423
|
+
"kind": "field",
|
|
1424
|
+
"name": "hideDisabled",
|
|
1425
|
+
"type": {
|
|
1426
|
+
"text": "boolean"
|
|
1454
1427
|
},
|
|
1455
|
-
"
|
|
1456
|
-
{
|
|
1457
|
-
"name": "fieldName",
|
|
1458
|
-
"type": {
|
|
1459
|
-
"text": "string"
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
],
|
|
1428
|
+
"default": "false",
|
|
1463
1429
|
"inheritedFrom": {
|
|
1464
|
-
"name": "
|
|
1465
|
-
"module": "src/
|
|
1430
|
+
"name": "ActionsMenu",
|
|
1431
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1466
1432
|
}
|
|
1467
1433
|
},
|
|
1468
1434
|
{
|
|
1469
|
-
"kind": "
|
|
1470
|
-
"name": "
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"text": "void"
|
|
1474
|
-
}
|
|
1435
|
+
"kind": "field",
|
|
1436
|
+
"name": "hideMenuSingleOption",
|
|
1437
|
+
"type": {
|
|
1438
|
+
"text": "boolean"
|
|
1475
1439
|
},
|
|
1440
|
+
"default": "false",
|
|
1476
1441
|
"inheritedFrom": {
|
|
1477
|
-
"name": "
|
|
1478
|
-
"module": "src/
|
|
1442
|
+
"name": "ActionsMenu",
|
|
1443
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1479
1444
|
}
|
|
1480
1445
|
},
|
|
1481
1446
|
{
|
|
1482
|
-
"kind": "
|
|
1483
|
-
"name": "
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
|
|
1487
|
-
|
|
1447
|
+
"kind": "field",
|
|
1448
|
+
"name": "singleOption",
|
|
1449
|
+
"type": {
|
|
1450
|
+
"text": "ActionMenuItem"
|
|
1451
|
+
},
|
|
1452
|
+
"inheritedFrom": {
|
|
1453
|
+
"name": "ActionsMenu",
|
|
1454
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "field",
|
|
1459
|
+
"name": "actionsMenu",
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "HTMLElement"
|
|
1488
1462
|
},
|
|
1463
|
+
"inheritedFrom": {
|
|
1464
|
+
"name": "ActionsMenu",
|
|
1465
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "method",
|
|
1470
|
+
"name": "definitionChanged",
|
|
1471
|
+
"privacy": "protected",
|
|
1489
1472
|
"parameters": [
|
|
1490
1473
|
{
|
|
1491
|
-
"name": "
|
|
1474
|
+
"name": "oldValue",
|
|
1492
1475
|
"type": {
|
|
1493
|
-
"text": "
|
|
1476
|
+
"text": "any"
|
|
1494
1477
|
}
|
|
1495
1478
|
},
|
|
1496
1479
|
{
|
|
1497
|
-
"name": "
|
|
1480
|
+
"name": "newValue",
|
|
1498
1481
|
"type": {
|
|
1499
|
-
"text": "
|
|
1482
|
+
"text": "any"
|
|
1500
1483
|
}
|
|
1501
1484
|
}
|
|
1502
1485
|
],
|
|
1503
1486
|
"inheritedFrom": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/
|
|
1487
|
+
"name": "ActionsMenu",
|
|
1488
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1506
1489
|
}
|
|
1507
1490
|
},
|
|
1508
1491
|
{
|
|
1509
1492
|
"kind": "method",
|
|
1510
|
-
"name": "
|
|
1511
|
-
"
|
|
1512
|
-
"type": {
|
|
1513
|
-
"text": "void"
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1493
|
+
"name": "openChanged",
|
|
1494
|
+
"privacy": "protected",
|
|
1516
1495
|
"inheritedFrom": {
|
|
1517
|
-
"name": "
|
|
1518
|
-
"module": "src/
|
|
1496
|
+
"name": "ActionsMenu",
|
|
1497
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1519
1498
|
}
|
|
1520
1499
|
},
|
|
1521
1500
|
{
|
|
1522
1501
|
"kind": "method",
|
|
1523
|
-
"name": "
|
|
1502
|
+
"name": "toggleActionsMenuVisibility",
|
|
1524
1503
|
"inheritedFrom": {
|
|
1525
|
-
"name": "
|
|
1526
|
-
"module": "src/
|
|
1504
|
+
"name": "ActionsMenu",
|
|
1505
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1527
1506
|
}
|
|
1528
1507
|
},
|
|
1529
1508
|
{
|
|
1530
1509
|
"kind": "method",
|
|
1531
|
-
"name": "
|
|
1510
|
+
"name": "onActionMenuItemClick",
|
|
1511
|
+
"parameters": [
|
|
1512
|
+
{
|
|
1513
|
+
"name": "callback",
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "(rowData) => void | any"
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1532
1519
|
"inheritedFrom": {
|
|
1533
|
-
"name": "
|
|
1534
|
-
"module": "src/
|
|
1520
|
+
"name": "ActionsMenu",
|
|
1521
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1535
1522
|
}
|
|
1536
1523
|
},
|
|
1537
1524
|
{
|
|
1538
|
-
"kind": "
|
|
1539
|
-
"name": "
|
|
1525
|
+
"kind": "field",
|
|
1526
|
+
"name": "allActions",
|
|
1527
|
+
"type": {
|
|
1528
|
+
"text": "ActionMenuItem[]"
|
|
1529
|
+
},
|
|
1530
|
+
"readonly": true,
|
|
1540
1531
|
"inheritedFrom": {
|
|
1541
|
-
"name": "
|
|
1542
|
-
"module": "src/
|
|
1532
|
+
"name": "ActionsMenu",
|
|
1533
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"kind": "field",
|
|
1538
|
+
"name": "rowData",
|
|
1539
|
+
"readonly": true,
|
|
1540
|
+
"inheritedFrom": {
|
|
1541
|
+
"name": "ActionsMenu",
|
|
1542
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1543
1543
|
}
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
1546
|
"kind": "method",
|
|
1547
|
-
"name": "
|
|
1547
|
+
"name": "getLabel",
|
|
1548
|
+
"parameters": [
|
|
1549
|
+
{
|
|
1550
|
+
"name": "name",
|
|
1551
|
+
"type": {
|
|
1552
|
+
"text": "string | ((rowData: any) => string)"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
],
|
|
1548
1556
|
"inheritedFrom": {
|
|
1549
|
-
"name": "
|
|
1550
|
-
"module": "src/
|
|
1557
|
+
"name": "ActionsMenu",
|
|
1558
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1551
1559
|
}
|
|
1552
1560
|
},
|
|
1553
1561
|
{
|
|
1554
1562
|
"kind": "method",
|
|
1555
|
-
"name": "
|
|
1556
|
-
"
|
|
1563
|
+
"name": "getTemplate",
|
|
1564
|
+
"parameters": [
|
|
1565
|
+
{
|
|
1566
|
+
"name": "prefix",
|
|
1567
|
+
"type": {
|
|
1568
|
+
"text": "string"
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
],
|
|
1557
1572
|
"inheritedFrom": {
|
|
1558
|
-
"name": "
|
|
1559
|
-
"module": "src/
|
|
1573
|
+
"name": "ActionsMenu",
|
|
1574
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1560
1575
|
}
|
|
1561
1576
|
},
|
|
1562
1577
|
{
|
|
@@ -1670,55 +1685,37 @@
|
|
|
1670
1685
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1671
1686
|
}
|
|
1672
1687
|
}
|
|
1673
|
-
],
|
|
1674
|
-
"events": [
|
|
1675
|
-
{
|
|
1676
|
-
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
1677
|
-
"name": "criteria-changed",
|
|
1678
|
-
"inheritedFrom": {
|
|
1679
|
-
"name": "AiCriteriaSearch",
|
|
1680
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
{
|
|
1684
|
-
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
1685
|
-
"name": "validation-errors",
|
|
1686
|
-
"inheritedFrom": {
|
|
1687
|
-
"name": "AiCriteriaSearch",
|
|
1688
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
1688
|
]
|
|
1692
1689
|
},
|
|
1693
1690
|
{
|
|
1694
1691
|
"kind": "variable",
|
|
1695
|
-
"name": "
|
|
1696
|
-
"description": "The Rapid
|
|
1692
|
+
"name": "rapidActionsMenu",
|
|
1693
|
+
"description": "The Rapid Actions Menu",
|
|
1697
1694
|
"privacy": "public"
|
|
1698
1695
|
}
|
|
1699
1696
|
],
|
|
1700
1697
|
"exports": [
|
|
1701
1698
|
{
|
|
1702
1699
|
"kind": "js",
|
|
1703
|
-
"name": "
|
|
1700
|
+
"name": "ActionsMenu",
|
|
1704
1701
|
"declaration": {
|
|
1705
|
-
"name": "
|
|
1706
|
-
"module": "src/
|
|
1702
|
+
"name": "ActionsMenu",
|
|
1703
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1707
1704
|
}
|
|
1708
1705
|
},
|
|
1709
1706
|
{
|
|
1710
1707
|
"kind": "js",
|
|
1711
|
-
"name": "
|
|
1708
|
+
"name": "rapidActionsMenu",
|
|
1712
1709
|
"declaration": {
|
|
1713
|
-
"name": "
|
|
1714
|
-
"module": "src/
|
|
1710
|
+
"name": "rapidActionsMenu",
|
|
1711
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1715
1712
|
}
|
|
1716
1713
|
}
|
|
1717
1714
|
]
|
|
1718
1715
|
},
|
|
1719
1716
|
{
|
|
1720
1717
|
"kind": "javascript-module",
|
|
1721
|
-
"path": "src/
|
|
1718
|
+
"path": "src/actions-menu/index.ts",
|
|
1722
1719
|
"declarations": [],
|
|
1723
1720
|
"exports": [
|
|
1724
1721
|
{
|
|
@@ -1726,7 +1723,7 @@
|
|
|
1726
1723
|
"name": "*",
|
|
1727
1724
|
"declaration": {
|
|
1728
1725
|
"name": "*",
|
|
1729
|
-
"package": "./
|
|
1726
|
+
"package": "./actions-menu"
|
|
1730
1727
|
}
|
|
1731
1728
|
},
|
|
1732
1729
|
{
|
|
@@ -1734,40 +1731,53 @@
|
|
|
1734
1731
|
"name": "*",
|
|
1735
1732
|
"declaration": {
|
|
1736
1733
|
"name": "*",
|
|
1737
|
-
"package": "./
|
|
1734
|
+
"package": "./actions-menu.styles"
|
|
1738
1735
|
}
|
|
1739
|
-
}
|
|
1736
|
+
}
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"kind": "javascript-module",
|
|
1741
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1742
|
+
"declarations": [
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "variable",
|
|
1745
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1746
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1747
|
+
}
|
|
1748
|
+
],
|
|
1749
|
+
"exports": [
|
|
1740
1750
|
{
|
|
1741
1751
|
"kind": "js",
|
|
1742
|
-
"name": "
|
|
1752
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1743
1753
|
"declaration": {
|
|
1744
|
-
"name": "
|
|
1745
|
-
"
|
|
1754
|
+
"name": "rapidAiCriteriaSearchStyles",
|
|
1755
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1746
1756
|
}
|
|
1747
1757
|
}
|
|
1748
1758
|
]
|
|
1749
1759
|
},
|
|
1750
1760
|
{
|
|
1751
1761
|
"kind": "javascript-module",
|
|
1752
|
-
"path": "src/
|
|
1762
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1753
1763
|
"declarations": [
|
|
1754
1764
|
{
|
|
1755
1765
|
"kind": "function",
|
|
1756
|
-
"name": "
|
|
1766
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1757
1767
|
"return": {
|
|
1758
1768
|
"type": {
|
|
1759
|
-
"text": "
|
|
1769
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1760
1770
|
}
|
|
1761
1771
|
},
|
|
1762
1772
|
"parameters": [
|
|
1763
1773
|
{
|
|
1764
|
-
"name": "
|
|
1774
|
+
"name": "_context",
|
|
1765
1775
|
"type": {
|
|
1766
1776
|
"text": "ElementDefinitionContext"
|
|
1767
1777
|
}
|
|
1768
1778
|
},
|
|
1769
1779
|
{
|
|
1770
|
-
"name": "
|
|
1780
|
+
"name": "_definition",
|
|
1771
1781
|
"type": {
|
|
1772
1782
|
"text": "FoundationElementDefinition"
|
|
1773
1783
|
}
|
|
@@ -1778,383 +1788,347 @@
|
|
|
1778
1788
|
"exports": [
|
|
1779
1789
|
{
|
|
1780
1790
|
"kind": "js",
|
|
1781
|
-
"name": "
|
|
1791
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1782
1792
|
"declaration": {
|
|
1783
|
-
"name": "
|
|
1784
|
-
"module": "src/
|
|
1793
|
+
"name": "rapidAiCriteriaSearchTemplate",
|
|
1794
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1785
1795
|
}
|
|
1786
1796
|
}
|
|
1787
1797
|
]
|
|
1788
1798
|
},
|
|
1789
1799
|
{
|
|
1790
1800
|
"kind": "javascript-module",
|
|
1791
|
-
"path": "src/
|
|
1801
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1792
1802
|
"declarations": [
|
|
1793
1803
|
{
|
|
1794
1804
|
"kind": "class",
|
|
1795
1805
|
"description": "",
|
|
1796
|
-
"name": "
|
|
1806
|
+
"name": "AiCriteriaSearch",
|
|
1797
1807
|
"superclass": {
|
|
1798
|
-
"name": "
|
|
1808
|
+
"name": "FoundationAiCriteriaSearch",
|
|
1799
1809
|
"package": "@genesislcap/foundation-ui"
|
|
1800
1810
|
},
|
|
1801
|
-
"tagName": "%%prefix%%-
|
|
1811
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
1802
1812
|
"customElement": true,
|
|
1803
1813
|
"attributes": [
|
|
1804
1814
|
{
|
|
1805
|
-
"name": "
|
|
1806
|
-
"type": {
|
|
1807
|
-
"text": "boolean"
|
|
1808
|
-
},
|
|
1809
|
-
"default": "false",
|
|
1810
|
-
"fieldName": "isVertical",
|
|
1811
|
-
"inheritedFrom": {
|
|
1812
|
-
"name": "ActionsMenu",
|
|
1813
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "add-default-actions",
|
|
1815
|
+
"name": "placeholder",
|
|
1818
1816
|
"type": {
|
|
1819
|
-
"text": "
|
|
1817
|
+
"text": "string"
|
|
1820
1818
|
},
|
|
1821
|
-
"default": "
|
|
1822
|
-
"fieldName": "
|
|
1819
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1820
|
+
"fieldName": "placeholder",
|
|
1823
1821
|
"inheritedFrom": {
|
|
1824
|
-
"name": "
|
|
1825
|
-
"module": "src/
|
|
1822
|
+
"name": "AiCriteriaSearch",
|
|
1823
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1826
1824
|
}
|
|
1827
1825
|
},
|
|
1828
1826
|
{
|
|
1829
|
-
"name": "auto-close-on-action",
|
|
1830
1827
|
"type": {
|
|
1831
1828
|
"text": "boolean"
|
|
1832
1829
|
},
|
|
1833
|
-
"
|
|
1834
|
-
"fieldName": "autoCloseOnAction",
|
|
1835
|
-
"inheritedFrom": {
|
|
1836
|
-
"name": "ActionsMenu",
|
|
1837
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "name",
|
|
1842
|
-
"type": {
|
|
1843
|
-
"text": "string"
|
|
1844
|
-
},
|
|
1845
|
-
"default": "'Actions'",
|
|
1846
|
-
"fieldName": "name",
|
|
1830
|
+
"fieldName": "disabled",
|
|
1847
1831
|
"inheritedFrom": {
|
|
1848
|
-
"name": "
|
|
1849
|
-
"module": "src/
|
|
1832
|
+
"name": "AiCriteriaSearch",
|
|
1833
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1850
1834
|
}
|
|
1851
|
-
}
|
|
1835
|
+
}
|
|
1836
|
+
],
|
|
1837
|
+
"members": [
|
|
1852
1838
|
{
|
|
1853
|
-
"
|
|
1839
|
+
"kind": "field",
|
|
1840
|
+
"name": "providerRegistry",
|
|
1854
1841
|
"type": {
|
|
1855
|
-
"text": "
|
|
1842
|
+
"text": "AIProviderRegistry"
|
|
1856
1843
|
},
|
|
1857
|
-
"default": "false",
|
|
1858
|
-
"fieldName": "open",
|
|
1859
1844
|
"inheritedFrom": {
|
|
1860
|
-
"name": "
|
|
1861
|
-
"module": "src/
|
|
1845
|
+
"name": "AiCriteriaSearch",
|
|
1846
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1862
1847
|
}
|
|
1863
1848
|
},
|
|
1864
1849
|
{
|
|
1865
|
-
"
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "placeholder",
|
|
1866
1852
|
"type": {
|
|
1867
1853
|
"text": "string"
|
|
1868
1854
|
},
|
|
1869
|
-
"
|
|
1855
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1870
1856
|
"inheritedFrom": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/
|
|
1857
|
+
"name": "AiCriteriaSearch",
|
|
1858
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1873
1859
|
}
|
|
1874
1860
|
},
|
|
1875
1861
|
{
|
|
1876
|
-
"
|
|
1862
|
+
"kind": "field",
|
|
1863
|
+
"name": "disabled",
|
|
1877
1864
|
"type": {
|
|
1878
1865
|
"text": "boolean"
|
|
1879
1866
|
},
|
|
1880
|
-
"default": "false",
|
|
1881
|
-
"fieldName": "hideDisabled",
|
|
1882
1867
|
"inheritedFrom": {
|
|
1883
|
-
"name": "
|
|
1884
|
-
"module": "src/
|
|
1868
|
+
"name": "AiCriteriaSearch",
|
|
1869
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1885
1870
|
}
|
|
1886
1871
|
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "hide-menu-single-option",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "boolean"
|
|
1891
|
-
},
|
|
1892
|
-
"default": "false",
|
|
1893
|
-
"fieldName": "hideMenuSingleOption",
|
|
1894
|
-
"inheritedFrom": {
|
|
1895
|
-
"name": "ActionsMenu",
|
|
1896
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
],
|
|
1900
|
-
"members": [
|
|
1901
1872
|
{
|
|
1902
1873
|
"kind": "field",
|
|
1903
|
-
"name": "
|
|
1874
|
+
"name": "inputValue",
|
|
1904
1875
|
"type": {
|
|
1905
|
-
"text": "
|
|
1876
|
+
"text": "string"
|
|
1906
1877
|
},
|
|
1878
|
+
"default": "''",
|
|
1907
1879
|
"inheritedFrom": {
|
|
1908
|
-
"name": "
|
|
1909
|
-
"module": "src/
|
|
1880
|
+
"name": "AiCriteriaSearch",
|
|
1881
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1910
1882
|
}
|
|
1911
1883
|
},
|
|
1912
1884
|
{
|
|
1913
1885
|
"kind": "field",
|
|
1914
|
-
"name": "
|
|
1886
|
+
"name": "isInterpreting",
|
|
1915
1887
|
"type": {
|
|
1916
1888
|
"text": "boolean"
|
|
1917
1889
|
},
|
|
1918
1890
|
"default": "false",
|
|
1919
1891
|
"inheritedFrom": {
|
|
1920
|
-
"name": "
|
|
1921
|
-
"module": "src/
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "field",
|
|
1926
|
-
"name": "addDefaultActions",
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "boolean"
|
|
1929
|
-
},
|
|
1930
|
-
"default": "true",
|
|
1931
|
-
"inheritedFrom": {
|
|
1932
|
-
"name": "ActionsMenu",
|
|
1933
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1892
|
+
"name": "AiCriteriaSearch",
|
|
1893
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1934
1894
|
}
|
|
1935
1895
|
},
|
|
1936
1896
|
{
|
|
1937
1897
|
"kind": "field",
|
|
1938
|
-
"name": "
|
|
1898
|
+
"name": "lastValidCriteria",
|
|
1939
1899
|
"type": {
|
|
1940
|
-
"text": "
|
|
1900
|
+
"text": "string | null"
|
|
1941
1901
|
},
|
|
1942
|
-
"default": "
|
|
1902
|
+
"default": "null",
|
|
1943
1903
|
"inheritedFrom": {
|
|
1944
|
-
"name": "
|
|
1945
|
-
"module": "src/
|
|
1904
|
+
"name": "AiCriteriaSearch",
|
|
1905
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1946
1906
|
}
|
|
1947
1907
|
},
|
|
1948
1908
|
{
|
|
1949
1909
|
"kind": "field",
|
|
1950
|
-
"name": "
|
|
1910
|
+
"name": "activeGroups",
|
|
1951
1911
|
"type": {
|
|
1952
|
-
"text": "
|
|
1912
|
+
"text": "CriteriaGroup[]"
|
|
1953
1913
|
},
|
|
1914
|
+
"default": "[]",
|
|
1954
1915
|
"inheritedFrom": {
|
|
1955
|
-
"name": "
|
|
1956
|
-
"module": "src/
|
|
1916
|
+
"name": "AiCriteriaSearch",
|
|
1917
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1957
1918
|
}
|
|
1958
1919
|
},
|
|
1959
1920
|
{
|
|
1960
1921
|
"kind": "field",
|
|
1961
|
-
"name": "
|
|
1922
|
+
"name": "showingChips",
|
|
1962
1923
|
"type": {
|
|
1963
|
-
"text": "
|
|
1924
|
+
"text": "boolean"
|
|
1964
1925
|
},
|
|
1926
|
+
"default": "false",
|
|
1965
1927
|
"inheritedFrom": {
|
|
1966
|
-
"name": "
|
|
1967
|
-
"module": "src/
|
|
1928
|
+
"name": "AiCriteriaSearch",
|
|
1929
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1968
1930
|
}
|
|
1969
1931
|
},
|
|
1970
1932
|
{
|
|
1971
1933
|
"kind": "field",
|
|
1972
|
-
"name": "
|
|
1934
|
+
"name": "fieldMetadata",
|
|
1973
1935
|
"type": {
|
|
1974
|
-
"text": "string"
|
|
1936
|
+
"text": "MetadataDetail[] | string[]"
|
|
1975
1937
|
},
|
|
1976
|
-
"default": "
|
|
1938
|
+
"default": "[]",
|
|
1977
1939
|
"inheritedFrom": {
|
|
1978
|
-
"name": "
|
|
1979
|
-
"module": "src/
|
|
1940
|
+
"name": "AiCriteriaSearch",
|
|
1941
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1980
1942
|
}
|
|
1981
1943
|
},
|
|
1982
1944
|
{
|
|
1983
1945
|
"kind": "field",
|
|
1984
|
-
"name": "
|
|
1946
|
+
"name": "isRecording",
|
|
1985
1947
|
"type": {
|
|
1986
1948
|
"text": "boolean"
|
|
1987
1949
|
},
|
|
1988
1950
|
"default": "false",
|
|
1989
1951
|
"inheritedFrom": {
|
|
1990
|
-
"name": "
|
|
1991
|
-
"module": "src/
|
|
1952
|
+
"name": "AiCriteriaSearch",
|
|
1953
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1992
1954
|
}
|
|
1993
1955
|
},
|
|
1994
1956
|
{
|
|
1995
1957
|
"kind": "field",
|
|
1996
|
-
"name": "
|
|
1958
|
+
"name": "textAreaRef",
|
|
1997
1959
|
"type": {
|
|
1998
|
-
"text": "
|
|
1960
|
+
"text": "HTMLTextAreaElement"
|
|
1999
1961
|
},
|
|
1962
|
+
"privacy": "public",
|
|
2000
1963
|
"inheritedFrom": {
|
|
2001
|
-
"name": "
|
|
2002
|
-
"module": "src/
|
|
1964
|
+
"name": "AiCriteriaSearch",
|
|
1965
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2003
1966
|
}
|
|
2004
1967
|
},
|
|
2005
1968
|
{
|
|
2006
1969
|
"kind": "field",
|
|
2007
|
-
"name": "
|
|
1970
|
+
"name": "stopRecording",
|
|
2008
1971
|
"type": {
|
|
2009
|
-
"text": "
|
|
1972
|
+
"text": "(() => void) | null"
|
|
2010
1973
|
},
|
|
2011
|
-
"
|
|
1974
|
+
"privacy": "private",
|
|
1975
|
+
"default": "null",
|
|
2012
1976
|
"inheritedFrom": {
|
|
2013
|
-
"name": "
|
|
2014
|
-
"module": "src/
|
|
1977
|
+
"name": "AiCriteriaSearch",
|
|
1978
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2015
1979
|
}
|
|
2016
1980
|
},
|
|
2017
1981
|
{
|
|
2018
1982
|
"kind": "field",
|
|
2019
|
-
"name": "
|
|
1983
|
+
"name": "speechApplyDebounceTimer",
|
|
2020
1984
|
"type": {
|
|
2021
|
-
"text": "
|
|
1985
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2022
1986
|
},
|
|
2023
|
-
"
|
|
1987
|
+
"privacy": "private",
|
|
1988
|
+
"default": "null",
|
|
2024
1989
|
"inheritedFrom": {
|
|
2025
|
-
"name": "
|
|
2026
|
-
"module": "src/
|
|
1990
|
+
"name": "AiCriteriaSearch",
|
|
1991
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2027
1992
|
}
|
|
2028
1993
|
},
|
|
2029
1994
|
{
|
|
2030
1995
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
1996
|
+
"name": "speechAvailable",
|
|
2032
1997
|
"type": {
|
|
2033
|
-
"text": "
|
|
1998
|
+
"text": "boolean"
|
|
2034
1999
|
},
|
|
2000
|
+
"readonly": true,
|
|
2035
2001
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
2002
|
+
"name": "AiCriteriaSearch",
|
|
2003
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2038
2004
|
}
|
|
2039
2005
|
},
|
|
2040
2006
|
{
|
|
2041
2007
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2008
|
+
"name": "criteriaChips",
|
|
2043
2009
|
"type": {
|
|
2044
|
-
"text": "
|
|
2010
|
+
"text": "CriteriaChip[]"
|
|
2045
2011
|
},
|
|
2012
|
+
"readonly": true,
|
|
2046
2013
|
"inheritedFrom": {
|
|
2047
|
-
"name": "
|
|
2048
|
-
"module": "src/
|
|
2014
|
+
"name": "AiCriteriaSearch",
|
|
2015
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2049
2016
|
}
|
|
2050
2017
|
},
|
|
2051
2018
|
{
|
|
2052
2019
|
"kind": "method",
|
|
2053
|
-
"name": "
|
|
2054
|
-
"privacy": "
|
|
2020
|
+
"name": "getFieldLabel",
|
|
2021
|
+
"privacy": "private",
|
|
2022
|
+
"return": {
|
|
2023
|
+
"type": {
|
|
2024
|
+
"text": "string"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2055
2027
|
"parameters": [
|
|
2056
2028
|
{
|
|
2057
|
-
"name": "
|
|
2058
|
-
"type": {
|
|
2059
|
-
"text": "any"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"name": "newValue",
|
|
2029
|
+
"name": "fieldName",
|
|
2064
2030
|
"type": {
|
|
2065
|
-
"text": "
|
|
2031
|
+
"text": "string"
|
|
2066
2032
|
}
|
|
2067
2033
|
}
|
|
2068
2034
|
],
|
|
2069
2035
|
"inheritedFrom": {
|
|
2070
|
-
"name": "
|
|
2071
|
-
"module": "src/
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "method",
|
|
2076
|
-
"name": "openChanged",
|
|
2077
|
-
"privacy": "protected",
|
|
2078
|
-
"inheritedFrom": {
|
|
2079
|
-
"name": "ActionsMenu",
|
|
2080
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2036
|
+
"name": "AiCriteriaSearch",
|
|
2037
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2081
2038
|
}
|
|
2082
2039
|
},
|
|
2083
2040
|
{
|
|
2084
2041
|
"kind": "method",
|
|
2085
|
-
"name": "
|
|
2042
|
+
"name": "toggleCriteriaView",
|
|
2043
|
+
"return": {
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "void"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2086
2048
|
"inheritedFrom": {
|
|
2087
|
-
"name": "
|
|
2088
|
-
"module": "src/
|
|
2049
|
+
"name": "AiCriteriaSearch",
|
|
2050
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2089
2051
|
}
|
|
2090
2052
|
},
|
|
2091
2053
|
{
|
|
2092
2054
|
"kind": "method",
|
|
2093
|
-
"name": "
|
|
2055
|
+
"name": "removeChip",
|
|
2056
|
+
"return": {
|
|
2057
|
+
"type": {
|
|
2058
|
+
"text": "void"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2094
2061
|
"parameters": [
|
|
2095
2062
|
{
|
|
2096
|
-
"name": "
|
|
2063
|
+
"name": "groupIndex",
|
|
2097
2064
|
"type": {
|
|
2098
|
-
"text": "
|
|
2065
|
+
"text": "number"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "clauseIndex",
|
|
2070
|
+
"type": {
|
|
2071
|
+
"text": "number"
|
|
2099
2072
|
}
|
|
2100
2073
|
}
|
|
2101
2074
|
],
|
|
2102
2075
|
"inheritedFrom": {
|
|
2103
|
-
"name": "
|
|
2104
|
-
"module": "src/
|
|
2076
|
+
"name": "AiCriteriaSearch",
|
|
2077
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2105
2078
|
}
|
|
2106
2079
|
},
|
|
2107
2080
|
{
|
|
2108
|
-
"kind": "
|
|
2109
|
-
"name": "
|
|
2110
|
-
"
|
|
2111
|
-
"
|
|
2081
|
+
"kind": "method",
|
|
2082
|
+
"name": "clearChips",
|
|
2083
|
+
"return": {
|
|
2084
|
+
"type": {
|
|
2085
|
+
"text": "void"
|
|
2086
|
+
}
|
|
2112
2087
|
},
|
|
2113
|
-
"readonly": true,
|
|
2114
2088
|
"inheritedFrom": {
|
|
2115
|
-
"name": "
|
|
2116
|
-
"module": "src/
|
|
2089
|
+
"name": "AiCriteriaSearch",
|
|
2090
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2117
2091
|
}
|
|
2118
2092
|
},
|
|
2119
2093
|
{
|
|
2120
|
-
"kind": "
|
|
2121
|
-
"name": "
|
|
2122
|
-
"readonly": true,
|
|
2094
|
+
"kind": "method",
|
|
2095
|
+
"name": "handleSubmit",
|
|
2123
2096
|
"inheritedFrom": {
|
|
2124
|
-
"name": "
|
|
2125
|
-
"module": "src/
|
|
2097
|
+
"name": "AiCriteriaSearch",
|
|
2098
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2126
2099
|
}
|
|
2127
2100
|
},
|
|
2128
2101
|
{
|
|
2129
2102
|
"kind": "method",
|
|
2130
|
-
"name": "
|
|
2131
|
-
"parameters": [
|
|
2132
|
-
{
|
|
2133
|
-
"name": "name",
|
|
2134
|
-
"type": {
|
|
2135
|
-
"text": "string | ((rowData: any) => string)"
|
|
2136
|
-
}
|
|
2137
|
-
}
|
|
2138
|
-
],
|
|
2103
|
+
"name": "handleBlur",
|
|
2139
2104
|
"inheritedFrom": {
|
|
2140
|
-
"name": "
|
|
2141
|
-
"module": "src/
|
|
2105
|
+
"name": "AiCriteriaSearch",
|
|
2106
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2142
2107
|
}
|
|
2143
2108
|
},
|
|
2144
2109
|
{
|
|
2145
2110
|
"kind": "method",
|
|
2146
|
-
"name": "
|
|
2147
|
-
"parameters": [
|
|
2148
|
-
{
|
|
2149
|
-
"name": "prefix",
|
|
2150
|
-
"type": {
|
|
2151
|
-
"text": "string"
|
|
2152
|
-
}
|
|
2153
|
-
}
|
|
2154
|
-
],
|
|
2111
|
+
"name": "clear",
|
|
2155
2112
|
"inheritedFrom": {
|
|
2156
|
-
"name": "
|
|
2157
|
-
"module": "src/
|
|
2113
|
+
"name": "AiCriteriaSearch",
|
|
2114
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"kind": "method",
|
|
2119
|
+
"name": "toggleSpeechInput",
|
|
2120
|
+
"inheritedFrom": {
|
|
2121
|
+
"name": "AiCriteriaSearch",
|
|
2122
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "method",
|
|
2127
|
+
"name": "clearSpeechApplyDebounce",
|
|
2128
|
+
"privacy": "private",
|
|
2129
|
+
"inheritedFrom": {
|
|
2130
|
+
"name": "AiCriteriaSearch",
|
|
2131
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2158
2132
|
}
|
|
2159
2133
|
},
|
|
2160
2134
|
{
|
|
@@ -2268,37 +2242,55 @@
|
|
|
2268
2242
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2269
2243
|
}
|
|
2270
2244
|
}
|
|
2245
|
+
],
|
|
2246
|
+
"events": [
|
|
2247
|
+
{
|
|
2248
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2249
|
+
"name": "criteria-changed",
|
|
2250
|
+
"inheritedFrom": {
|
|
2251
|
+
"name": "AiCriteriaSearch",
|
|
2252
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2257
|
+
"name": "validation-errors",
|
|
2258
|
+
"inheritedFrom": {
|
|
2259
|
+
"name": "AiCriteriaSearch",
|
|
2260
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2271
2263
|
]
|
|
2272
2264
|
},
|
|
2273
2265
|
{
|
|
2274
2266
|
"kind": "variable",
|
|
2275
|
-
"name": "
|
|
2276
|
-
"description": "The Rapid
|
|
2267
|
+
"name": "rapidAiCriteriaSearch",
|
|
2268
|
+
"description": "The Rapid AI Criteria Search",
|
|
2277
2269
|
"privacy": "public"
|
|
2278
2270
|
}
|
|
2279
2271
|
],
|
|
2280
2272
|
"exports": [
|
|
2281
2273
|
{
|
|
2282
2274
|
"kind": "js",
|
|
2283
|
-
"name": "
|
|
2275
|
+
"name": "AiCriteriaSearch",
|
|
2284
2276
|
"declaration": {
|
|
2285
|
-
"name": "
|
|
2286
|
-
"module": "src/
|
|
2277
|
+
"name": "AiCriteriaSearch",
|
|
2278
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2287
2279
|
}
|
|
2288
2280
|
},
|
|
2289
2281
|
{
|
|
2290
2282
|
"kind": "js",
|
|
2291
|
-
"name": "
|
|
2283
|
+
"name": "rapidAiCriteriaSearch",
|
|
2292
2284
|
"declaration": {
|
|
2293
|
-
"name": "
|
|
2294
|
-
"module": "src/
|
|
2285
|
+
"name": "rapidAiCriteriaSearch",
|
|
2286
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2295
2287
|
}
|
|
2296
2288
|
}
|
|
2297
2289
|
]
|
|
2298
2290
|
},
|
|
2299
2291
|
{
|
|
2300
2292
|
"kind": "javascript-module",
|
|
2301
|
-
"path": "src/
|
|
2293
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2302
2294
|
"declarations": [],
|
|
2303
2295
|
"exports": [
|
|
2304
2296
|
{
|
|
@@ -2306,7 +2298,7 @@
|
|
|
2306
2298
|
"name": "*",
|
|
2307
2299
|
"declaration": {
|
|
2308
2300
|
"name": "*",
|
|
2309
|
-
"package": "./
|
|
2301
|
+
"package": "./ai-criteria-search"
|
|
2310
2302
|
}
|
|
2311
2303
|
},
|
|
2312
2304
|
{
|
|
@@ -2314,7 +2306,15 @@
|
|
|
2314
2306
|
"name": "*",
|
|
2315
2307
|
"declaration": {
|
|
2316
2308
|
"name": "*",
|
|
2317
|
-
"package": "./
|
|
2309
|
+
"package": "./ai-criteria-search.styles"
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "js",
|
|
2314
|
+
"name": "*",
|
|
2315
|
+
"declaration": {
|
|
2316
|
+
"name": "*",
|
|
2317
|
+
"package": "./ai-criteria-search.template"
|
|
2318
2318
|
}
|
|
2319
2319
|
}
|
|
2320
2320
|
]
|