@genesislcap/rapid-design-system 15.14.0 → 15.14.2-FUI-2603.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.
@@ -804,6 +804,86 @@
804
804
  }
805
805
  ]
806
806
  },
807
+ {
808
+ "kind": "javascript-module",
809
+ "path": "src/_config/configure.ts",
810
+ "declarations": [
811
+ {
812
+ "kind": "function",
813
+ "name": "configureRapidDesignSystem",
814
+ "return": {
815
+ "type": {
816
+ "text": "void"
817
+ }
818
+ },
819
+ "parameters": [
820
+ {
821
+ "name": "provider",
822
+ "type": {
823
+ "text": "HTMLElement"
824
+ }
825
+ },
826
+ {
827
+ "name": "config",
828
+ "type": {
829
+ "text": "Partial<DesignTokensConfig>"
830
+ }
831
+ }
832
+ ],
833
+ "description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
834
+ "privacy": "public"
835
+ }
836
+ ],
837
+ "exports": [
838
+ {
839
+ "kind": "js",
840
+ "name": "configureRapidDesignSystem",
841
+ "declaration": {
842
+ "name": "configureRapidDesignSystem",
843
+ "module": "src/_config/configure.ts"
844
+ }
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "kind": "javascript-module",
850
+ "path": "src/_config/index.ts",
851
+ "declarations": [],
852
+ "exports": [
853
+ {
854
+ "kind": "js",
855
+ "name": "*",
856
+ "declaration": {
857
+ "name": "*",
858
+ "package": "./configure"
859
+ }
860
+ },
861
+ {
862
+ "kind": "js",
863
+ "name": "*",
864
+ "declaration": {
865
+ "name": "*",
866
+ "package": "./styles"
867
+ }
868
+ },
869
+ {
870
+ "kind": "js",
871
+ "name": "*",
872
+ "declaration": {
873
+ "name": "*",
874
+ "package": "./tokens"
875
+ }
876
+ },
877
+ {
878
+ "kind": "js",
879
+ "name": "*",
880
+ "declaration": {
881
+ "name": "*",
882
+ "package": "./values"
883
+ }
884
+ }
885
+ ]
886
+ },
807
887
  {
808
888
  "kind": "javascript-module",
809
889
  "path": "src/accordion/accordion.styles.ts",
@@ -1102,105 +1182,46 @@
1102
1182
  },
1103
1183
  {
1104
1184
  "kind": "javascript-module",
1105
- "path": "src/_config/configure.ts",
1185
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1106
1186
  "declarations": [
1107
1187
  {
1108
- "kind": "function",
1109
- "name": "configureRapidDesignSystem",
1110
- "return": {
1111
- "type": {
1112
- "text": "void"
1113
- }
1114
- },
1115
- "parameters": [
1116
- {
1117
- "name": "provider",
1118
- "type": {
1119
- "text": "HTMLElement"
1120
- }
1121
- },
1122
- {
1123
- "name": "config",
1124
- "type": {
1125
- "text": "Partial<DesignTokensConfig>"
1126
- }
1127
- }
1128
- ],
1129
- "description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
1130
- "privacy": "public"
1188
+ "kind": "variable",
1189
+ "name": "rapidAiCriteriaSearchStyles",
1190
+ "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1131
1191
  }
1132
1192
  ],
1133
1193
  "exports": [
1134
1194
  {
1135
1195
  "kind": "js",
1136
- "name": "configureRapidDesignSystem",
1137
- "declaration": {
1138
- "name": "configureRapidDesignSystem",
1139
- "module": "src/_config/configure.ts"
1140
- }
1141
- }
1142
- ]
1143
- },
1144
- {
1145
- "kind": "javascript-module",
1146
- "path": "src/_config/index.ts",
1147
- "declarations": [],
1148
- "exports": [
1149
- {
1150
- "kind": "js",
1151
- "name": "*",
1152
- "declaration": {
1153
- "name": "*",
1154
- "package": "./configure"
1155
- }
1156
- },
1157
- {
1158
- "kind": "js",
1159
- "name": "*",
1160
- "declaration": {
1161
- "name": "*",
1162
- "package": "./styles"
1163
- }
1164
- },
1165
- {
1166
- "kind": "js",
1167
- "name": "*",
1168
- "declaration": {
1169
- "name": "*",
1170
- "package": "./tokens"
1171
- }
1172
- },
1173
- {
1174
- "kind": "js",
1175
- "name": "*",
1196
+ "name": "rapidAiCriteriaSearchStyles",
1176
1197
  "declaration": {
1177
- "name": "*",
1178
- "package": "./values"
1198
+ "name": "rapidAiCriteriaSearchStyles",
1199
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1179
1200
  }
1180
1201
  }
1181
1202
  ]
1182
1203
  },
1183
1204
  {
1184
1205
  "kind": "javascript-module",
1185
- "path": "src/actions-menu/actions-menu.styles.ts",
1206
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1186
1207
  "declarations": [
1187
1208
  {
1188
1209
  "kind": "function",
1189
- "name": "rapidActionsMenuStyles",
1210
+ "name": "rapidAiCriteriaSearchTemplate",
1190
1211
  "return": {
1191
1212
  "type": {
1192
- "text": "ElementStyles"
1213
+ "text": "ViewTemplate<AiCriteriaSearch>"
1193
1214
  }
1194
1215
  },
1195
1216
  "parameters": [
1196
1217
  {
1197
- "name": "context",
1218
+ "name": "_context",
1198
1219
  "type": {
1199
1220
  "text": "ElementDefinitionContext"
1200
1221
  }
1201
1222
  },
1202
1223
  {
1203
- "name": "definition",
1224
+ "name": "_definition",
1204
1225
  "type": {
1205
1226
  "text": "FoundationElementDefinition"
1206
1227
  }
@@ -1211,403 +1232,347 @@
1211
1232
  "exports": [
1212
1233
  {
1213
1234
  "kind": "js",
1214
- "name": "rapidActionsMenuStyles",
1235
+ "name": "rapidAiCriteriaSearchTemplate",
1215
1236
  "declaration": {
1216
- "name": "rapidActionsMenuStyles",
1217
- "module": "src/actions-menu/actions-menu.styles.ts"
1237
+ "name": "rapidAiCriteriaSearchTemplate",
1238
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1218
1239
  }
1219
1240
  }
1220
1241
  ]
1221
1242
  },
1222
1243
  {
1223
1244
  "kind": "javascript-module",
1224
- "path": "src/actions-menu/actions-menu.ts",
1245
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
1225
1246
  "declarations": [
1226
1247
  {
1227
1248
  "kind": "class",
1228
1249
  "description": "",
1229
- "name": "ActionsMenu",
1250
+ "name": "AiCriteriaSearch",
1230
1251
  "superclass": {
1231
- "name": "FoundationActionsMenu",
1252
+ "name": "FoundationAiCriteriaSearch",
1232
1253
  "package": "@genesislcap/foundation-ui"
1233
1254
  },
1234
- "tagName": "%%prefix%%-actions-menu",
1255
+ "tagName": "%%prefix%%-ai-criteria-search",
1235
1256
  "customElement": true,
1236
1257
  "attributes": [
1237
1258
  {
1238
- "name": "is-vertical",
1259
+ "name": "placeholder",
1239
1260
  "type": {
1240
- "text": "boolean"
1261
+ "text": "string"
1241
1262
  },
1242
- "default": "false",
1243
- "fieldName": "isVertical",
1263
+ "default": "'Describe your search criteria in natural language...'",
1264
+ "fieldName": "placeholder",
1244
1265
  "inheritedFrom": {
1245
- "name": "ActionsMenu",
1246
- "module": "src/actions-menu/actions-menu.ts"
1266
+ "name": "AiCriteriaSearch",
1267
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1247
1268
  }
1248
1269
  },
1249
1270
  {
1250
- "name": "add-default-actions",
1251
1271
  "type": {
1252
1272
  "text": "boolean"
1253
1273
  },
1254
- "default": "true",
1255
- "fieldName": "addDefaultActions",
1274
+ "fieldName": "disabled",
1256
1275
  "inheritedFrom": {
1257
- "name": "ActionsMenu",
1258
- "module": "src/actions-menu/actions-menu.ts"
1276
+ "name": "AiCriteriaSearch",
1277
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1259
1278
  }
1260
- },
1279
+ }
1280
+ ],
1281
+ "members": [
1261
1282
  {
1262
- "name": "auto-close-on-action",
1283
+ "kind": "field",
1284
+ "name": "providerRegistry",
1263
1285
  "type": {
1264
- "text": "boolean"
1286
+ "text": "AIProviderRegistry"
1265
1287
  },
1266
- "default": "true",
1267
- "fieldName": "autoCloseOnAction",
1268
1288
  "inheritedFrom": {
1269
- "name": "ActionsMenu",
1270
- "module": "src/actions-menu/actions-menu.ts"
1289
+ "name": "AiCriteriaSearch",
1290
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1271
1291
  }
1272
1292
  },
1273
1293
  {
1274
- "name": "name",
1294
+ "kind": "field",
1295
+ "name": "placeholder",
1275
1296
  "type": {
1276
1297
  "text": "string"
1277
1298
  },
1278
- "default": "'Actions'",
1279
- "fieldName": "name",
1299
+ "default": "'Describe your search criteria in natural language...'",
1280
1300
  "inheritedFrom": {
1281
- "name": "ActionsMenu",
1282
- "module": "src/actions-menu/actions-menu.ts"
1301
+ "name": "AiCriteriaSearch",
1302
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1283
1303
  }
1284
1304
  },
1285
1305
  {
1286
- "name": "open",
1306
+ "kind": "field",
1307
+ "name": "disabled",
1287
1308
  "type": {
1288
1309
  "text": "boolean"
1289
1310
  },
1290
- "default": "false",
1291
- "fieldName": "open",
1292
1311
  "inheritedFrom": {
1293
- "name": "ActionsMenu",
1294
- "module": "src/actions-menu/actions-menu.ts"
1312
+ "name": "AiCriteriaSearch",
1313
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1295
1314
  }
1296
1315
  },
1297
1316
  {
1298
- "name": "buttonAppearance",
1317
+ "kind": "field",
1318
+ "name": "inputValue",
1299
1319
  "type": {
1300
1320
  "text": "string"
1301
1321
  },
1302
- "fieldName": "buttonAppearance",
1322
+ "default": "''",
1303
1323
  "inheritedFrom": {
1304
- "name": "ActionsMenu",
1305
- "module": "src/actions-menu/actions-menu.ts"
1324
+ "name": "AiCriteriaSearch",
1325
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1306
1326
  }
1307
1327
  },
1308
1328
  {
1309
- "name": "hide-disabled",
1329
+ "kind": "field",
1330
+ "name": "isInterpreting",
1310
1331
  "type": {
1311
1332
  "text": "boolean"
1312
1333
  },
1313
1334
  "default": "false",
1314
- "fieldName": "hideDisabled",
1315
1335
  "inheritedFrom": {
1316
- "name": "ActionsMenu",
1317
- "module": "src/actions-menu/actions-menu.ts"
1336
+ "name": "AiCriteriaSearch",
1337
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1318
1338
  }
1319
1339
  },
1320
1340
  {
1321
- "name": "hide-menu-single-option",
1341
+ "kind": "field",
1342
+ "name": "lastValidCriteria",
1322
1343
  "type": {
1323
- "text": "boolean"
1344
+ "text": "string | null"
1324
1345
  },
1325
- "default": "false",
1326
- "fieldName": "hideMenuSingleOption",
1346
+ "default": "null",
1327
1347
  "inheritedFrom": {
1328
- "name": "ActionsMenu",
1329
- "module": "src/actions-menu/actions-menu.ts"
1330
- }
1331
- }
1332
- ],
1333
- "members": [
1334
- {
1335
- "kind": "field",
1336
- "name": "actions",
1337
- "type": {
1338
- "text": "ActionMenuItem[]"
1339
- },
1340
- "inheritedFrom": {
1341
- "name": "ActionsMenu",
1342
- "module": "src/actions-menu/actions-menu.ts"
1343
- }
1344
- },
1345
- {
1346
- "kind": "field",
1347
- "name": "isVertical",
1348
- "type": {
1349
- "text": "boolean"
1350
- },
1351
- "default": "false",
1352
- "inheritedFrom": {
1353
- "name": "ActionsMenu",
1354
- "module": "src/actions-menu/actions-menu.ts"
1348
+ "name": "AiCriteriaSearch",
1349
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1355
1350
  }
1356
1351
  },
1357
1352
  {
1358
1353
  "kind": "field",
1359
- "name": "addDefaultActions",
1354
+ "name": "activeGroups",
1360
1355
  "type": {
1361
- "text": "boolean"
1356
+ "text": "CriteriaGroup[]"
1362
1357
  },
1363
- "default": "true",
1358
+ "default": "[]",
1364
1359
  "inheritedFrom": {
1365
- "name": "ActionsMenu",
1366
- "module": "src/actions-menu/actions-menu.ts"
1360
+ "name": "AiCriteriaSearch",
1361
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1367
1362
  }
1368
1363
  },
1369
1364
  {
1370
1365
  "kind": "field",
1371
- "name": "autoCloseOnAction",
1366
+ "name": "showingChips",
1372
1367
  "type": {
1373
1368
  "text": "boolean"
1374
1369
  },
1375
- "default": "true",
1376
- "inheritedFrom": {
1377
- "name": "ActionsMenu",
1378
- "module": "src/actions-menu/actions-menu.ts"
1379
- }
1380
- },
1381
- {
1382
- "kind": "field",
1383
- "name": "classNames",
1384
- "type": {
1385
- "text": "string"
1386
- },
1387
- "inheritedFrom": {
1388
- "name": "ActionsMenu",
1389
- "module": "src/actions-menu/actions-menu.ts"
1390
- }
1391
- },
1392
- {
1393
- "kind": "field",
1394
- "name": "definition",
1395
- "type": {
1396
- "text": "any"
1397
- },
1370
+ "default": "false",
1398
1371
  "inheritedFrom": {
1399
- "name": "ActionsMenu",
1400
- "module": "src/actions-menu/actions-menu.ts"
1372
+ "name": "AiCriteriaSearch",
1373
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1401
1374
  }
1402
1375
  },
1403
1376
  {
1404
1377
  "kind": "field",
1405
- "name": "name",
1378
+ "name": "fieldMetadata",
1406
1379
  "type": {
1407
- "text": "string"
1380
+ "text": "MetadataDetail[] | string[]"
1408
1381
  },
1409
- "default": "'Actions'",
1382
+ "default": "[]",
1410
1383
  "inheritedFrom": {
1411
- "name": "ActionsMenu",
1412
- "module": "src/actions-menu/actions-menu.ts"
1384
+ "name": "AiCriteriaSearch",
1385
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1413
1386
  }
1414
1387
  },
1415
1388
  {
1416
1389
  "kind": "field",
1417
- "name": "open",
1390
+ "name": "isRecording",
1418
1391
  "type": {
1419
1392
  "text": "boolean"
1420
1393
  },
1421
1394
  "default": "false",
1422
1395
  "inheritedFrom": {
1423
- "name": "ActionsMenu",
1424
- "module": "src/actions-menu/actions-menu.ts"
1396
+ "name": "AiCriteriaSearch",
1397
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1425
1398
  }
1426
1399
  },
1427
1400
  {
1428
1401
  "kind": "field",
1429
- "name": "buttonAppearance",
1402
+ "name": "textAreaRef",
1430
1403
  "type": {
1431
- "text": "string"
1404
+ "text": "HTMLTextAreaElement"
1432
1405
  },
1406
+ "privacy": "public",
1433
1407
  "inheritedFrom": {
1434
- "name": "ActionsMenu",
1435
- "module": "src/actions-menu/actions-menu.ts"
1408
+ "name": "AiCriteriaSearch",
1409
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1436
1410
  }
1437
1411
  },
1438
1412
  {
1439
1413
  "kind": "field",
1440
- "name": "hideDisabled",
1414
+ "name": "stopRecording",
1441
1415
  "type": {
1442
- "text": "boolean"
1416
+ "text": "(() => void) | null"
1443
1417
  },
1444
- "default": "false",
1418
+ "privacy": "private",
1419
+ "default": "null",
1445
1420
  "inheritedFrom": {
1446
- "name": "ActionsMenu",
1447
- "module": "src/actions-menu/actions-menu.ts"
1421
+ "name": "AiCriteriaSearch",
1422
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1448
1423
  }
1449
1424
  },
1450
1425
  {
1451
1426
  "kind": "field",
1452
- "name": "hideMenuSingleOption",
1427
+ "name": "speechApplyDebounceTimer",
1453
1428
  "type": {
1454
- "text": "boolean"
1429
+ "text": "ReturnType<typeof setTimeout> | null"
1455
1430
  },
1456
- "default": "false",
1431
+ "privacy": "private",
1432
+ "default": "null",
1457
1433
  "inheritedFrom": {
1458
- "name": "ActionsMenu",
1459
- "module": "src/actions-menu/actions-menu.ts"
1434
+ "name": "AiCriteriaSearch",
1435
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1460
1436
  }
1461
1437
  },
1462
1438
  {
1463
1439
  "kind": "field",
1464
- "name": "singleOption",
1440
+ "name": "speechAvailable",
1465
1441
  "type": {
1466
- "text": "ActionMenuItem"
1442
+ "text": "boolean"
1467
1443
  },
1444
+ "readonly": true,
1468
1445
  "inheritedFrom": {
1469
- "name": "ActionsMenu",
1470
- "module": "src/actions-menu/actions-menu.ts"
1446
+ "name": "AiCriteriaSearch",
1447
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1471
1448
  }
1472
1449
  },
1473
1450
  {
1474
1451
  "kind": "field",
1475
- "name": "actionsMenu",
1452
+ "name": "criteriaChips",
1476
1453
  "type": {
1477
- "text": "HTMLElement"
1454
+ "text": "CriteriaChip[]"
1478
1455
  },
1456
+ "readonly": true,
1479
1457
  "inheritedFrom": {
1480
- "name": "ActionsMenu",
1481
- "module": "src/actions-menu/actions-menu.ts"
1458
+ "name": "AiCriteriaSearch",
1459
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1482
1460
  }
1483
1461
  },
1484
1462
  {
1485
- "kind": "field",
1486
- "name": "actionsOpener",
1487
- "type": {
1488
- "text": "HTMLElement"
1463
+ "kind": "method",
1464
+ "name": "getFieldLabel",
1465
+ "privacy": "private",
1466
+ "return": {
1467
+ "type": {
1468
+ "text": "string"
1469
+ }
1489
1470
  },
1471
+ "parameters": [
1472
+ {
1473
+ "name": "fieldName",
1474
+ "type": {
1475
+ "text": "string"
1476
+ }
1477
+ }
1478
+ ],
1490
1479
  "inheritedFrom": {
1491
- "name": "ActionsMenu",
1492
- "module": "src/actions-menu/actions-menu.ts"
1480
+ "name": "AiCriteriaSearch",
1481
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1493
1482
  }
1494
1483
  },
1495
1484
  {
1496
1485
  "kind": "method",
1497
- "name": "updateMenuPosition",
1498
- "privacy": "private",
1486
+ "name": "toggleCriteriaView",
1487
+ "return": {
1488
+ "type": {
1489
+ "text": "void"
1490
+ }
1491
+ },
1499
1492
  "inheritedFrom": {
1500
- "name": "ActionsMenu",
1501
- "module": "src/actions-menu/actions-menu.ts"
1493
+ "name": "AiCriteriaSearch",
1494
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1502
1495
  }
1503
1496
  },
1504
1497
  {
1505
1498
  "kind": "method",
1506
- "name": "definitionChanged",
1507
- "privacy": "protected",
1499
+ "name": "removeChip",
1500
+ "return": {
1501
+ "type": {
1502
+ "text": "void"
1503
+ }
1504
+ },
1508
1505
  "parameters": [
1509
1506
  {
1510
- "name": "oldValue",
1507
+ "name": "groupIndex",
1511
1508
  "type": {
1512
- "text": "any"
1509
+ "text": "number"
1513
1510
  }
1514
1511
  },
1515
1512
  {
1516
- "name": "newValue",
1513
+ "name": "clauseIndex",
1517
1514
  "type": {
1518
- "text": "any"
1515
+ "text": "number"
1519
1516
  }
1520
1517
  }
1521
1518
  ],
1522
1519
  "inheritedFrom": {
1523
- "name": "ActionsMenu",
1524
- "module": "src/actions-menu/actions-menu.ts"
1520
+ "name": "AiCriteriaSearch",
1521
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1525
1522
  }
1526
1523
  },
1527
1524
  {
1528
1525
  "kind": "method",
1529
- "name": "openChanged",
1530
- "privacy": "protected",
1526
+ "name": "clearChips",
1527
+ "return": {
1528
+ "type": {
1529
+ "text": "void"
1530
+ }
1531
+ },
1531
1532
  "inheritedFrom": {
1532
- "name": "ActionsMenu",
1533
- "module": "src/actions-menu/actions-menu.ts"
1533
+ "name": "AiCriteriaSearch",
1534
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1534
1535
  }
1535
1536
  },
1536
1537
  {
1537
1538
  "kind": "method",
1538
- "name": "toggleActionsMenuVisibility",
1539
+ "name": "handleSubmit",
1539
1540
  "inheritedFrom": {
1540
- "name": "ActionsMenu",
1541
- "module": "src/actions-menu/actions-menu.ts"
1541
+ "name": "AiCriteriaSearch",
1542
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1542
1543
  }
1543
1544
  },
1544
1545
  {
1545
1546
  "kind": "method",
1546
- "name": "onActionMenuItemClick",
1547
- "parameters": [
1548
- {
1549
- "name": "callback",
1550
- "type": {
1551
- "text": "(rowData) => void | any"
1552
- }
1553
- }
1554
- ],
1555
- "inheritedFrom": {
1556
- "name": "ActionsMenu",
1557
- "module": "src/actions-menu/actions-menu.ts"
1558
- }
1559
- },
1560
- {
1561
- "kind": "field",
1562
- "name": "allActions",
1563
- "type": {
1564
- "text": "ActionMenuItem[]"
1565
- },
1566
- "readonly": true,
1547
+ "name": "handleBlur",
1567
1548
  "inheritedFrom": {
1568
- "name": "ActionsMenu",
1569
- "module": "src/actions-menu/actions-menu.ts"
1549
+ "name": "AiCriteriaSearch",
1550
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1570
1551
  }
1571
1552
  },
1572
1553
  {
1573
- "kind": "field",
1574
- "name": "rowData",
1575
- "readonly": true,
1554
+ "kind": "method",
1555
+ "name": "clear",
1576
1556
  "inheritedFrom": {
1577
- "name": "ActionsMenu",
1578
- "module": "src/actions-menu/actions-menu.ts"
1557
+ "name": "AiCriteriaSearch",
1558
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1579
1559
  }
1580
1560
  },
1581
1561
  {
1582
1562
  "kind": "method",
1583
- "name": "getLabel",
1584
- "parameters": [
1585
- {
1586
- "name": "name",
1587
- "type": {
1588
- "text": "string | ((rowData: any) => string)"
1589
- }
1590
- }
1591
- ],
1563
+ "name": "toggleSpeechInput",
1592
1564
  "inheritedFrom": {
1593
- "name": "ActionsMenu",
1594
- "module": "src/actions-menu/actions-menu.ts"
1565
+ "name": "AiCriteriaSearch",
1566
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1595
1567
  }
1596
1568
  },
1597
1569
  {
1598
1570
  "kind": "method",
1599
- "name": "getTemplate",
1600
- "parameters": [
1601
- {
1602
- "name": "prefix",
1603
- "type": {
1604
- "text": "string"
1605
- }
1606
- }
1607
- ],
1571
+ "name": "clearSpeechApplyDebounce",
1572
+ "privacy": "private",
1608
1573
  "inheritedFrom": {
1609
- "name": "ActionsMenu",
1610
- "module": "src/actions-menu/actions-menu.ts"
1574
+ "name": "AiCriteriaSearch",
1575
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1611
1576
  }
1612
1577
  },
1613
1578
  {
@@ -1721,37 +1686,55 @@
1721
1686
  "module": "src/foundation-element/foundation-element.ts"
1722
1687
  }
1723
1688
  }
1689
+ ],
1690
+ "events": [
1691
+ {
1692
+ "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
1693
+ "name": "criteria-changed",
1694
+ "inheritedFrom": {
1695
+ "name": "AiCriteriaSearch",
1696
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1697
+ }
1698
+ },
1699
+ {
1700
+ "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
1701
+ "name": "validation-errors",
1702
+ "inheritedFrom": {
1703
+ "name": "AiCriteriaSearch",
1704
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1705
+ }
1706
+ }
1724
1707
  ]
1725
1708
  },
1726
1709
  {
1727
1710
  "kind": "variable",
1728
- "name": "rapidActionsMenu",
1729
- "description": "The Rapid Actions Menu",
1711
+ "name": "rapidAiCriteriaSearch",
1712
+ "description": "The Rapid AI Criteria Search",
1730
1713
  "privacy": "public"
1731
1714
  }
1732
1715
  ],
1733
1716
  "exports": [
1734
1717
  {
1735
1718
  "kind": "js",
1736
- "name": "ActionsMenu",
1719
+ "name": "AiCriteriaSearch",
1737
1720
  "declaration": {
1738
- "name": "ActionsMenu",
1739
- "module": "src/actions-menu/actions-menu.ts"
1721
+ "name": "AiCriteriaSearch",
1722
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1740
1723
  }
1741
1724
  },
1742
1725
  {
1743
1726
  "kind": "js",
1744
- "name": "rapidActionsMenu",
1727
+ "name": "rapidAiCriteriaSearch",
1745
1728
  "declaration": {
1746
- "name": "rapidActionsMenu",
1747
- "module": "src/actions-menu/actions-menu.ts"
1729
+ "name": "rapidAiCriteriaSearch",
1730
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
1748
1731
  }
1749
1732
  }
1750
1733
  ]
1751
1734
  },
1752
1735
  {
1753
1736
  "kind": "javascript-module",
1754
- "path": "src/actions-menu/index.ts",
1737
+ "path": "src/ai-criteria-search/index.ts",
1755
1738
  "declarations": [],
1756
1739
  "exports": [
1757
1740
  {
@@ -1759,7 +1742,7 @@
1759
1742
  "name": "*",
1760
1743
  "declaration": {
1761
1744
  "name": "*",
1762
- "package": "./actions-menu"
1745
+ "package": "./ai-criteria-search"
1763
1746
  }
1764
1747
  },
1765
1748
  {
@@ -1767,53 +1750,40 @@
1767
1750
  "name": "*",
1768
1751
  "declaration": {
1769
1752
  "name": "*",
1770
- "package": "./actions-menu.styles"
1753
+ "package": "./ai-criteria-search.styles"
1771
1754
  }
1772
- }
1773
- ]
1774
- },
1775
- {
1776
- "kind": "javascript-module",
1777
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
1778
- "declarations": [
1779
- {
1780
- "kind": "variable",
1781
- "name": "rapidAiCriteriaSearchStyles",
1782
- "default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
1783
- }
1784
- ],
1785
- "exports": [
1755
+ },
1786
1756
  {
1787
1757
  "kind": "js",
1788
- "name": "rapidAiCriteriaSearchStyles",
1758
+ "name": "*",
1789
1759
  "declaration": {
1790
- "name": "rapidAiCriteriaSearchStyles",
1791
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
1760
+ "name": "*",
1761
+ "package": "./ai-criteria-search.template"
1792
1762
  }
1793
1763
  }
1794
1764
  ]
1795
1765
  },
1796
1766
  {
1797
1767
  "kind": "javascript-module",
1798
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
1768
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
1799
1769
  "declarations": [
1800
1770
  {
1801
1771
  "kind": "function",
1802
- "name": "rapidAiCriteriaSearchTemplate",
1772
+ "name": "rapidAiIndicatorStyles",
1803
1773
  "return": {
1804
1774
  "type": {
1805
- "text": "ViewTemplate<AiCriteriaSearch>"
1775
+ "text": "ElementStyles"
1806
1776
  }
1807
1777
  },
1808
1778
  "parameters": [
1809
1779
  {
1810
- "name": "_context",
1780
+ "name": "context",
1811
1781
  "type": {
1812
1782
  "text": "ElementDefinitionContext"
1813
1783
  }
1814
1784
  },
1815
1785
  {
1816
- "name": "_definition",
1786
+ "name": "definition",
1817
1787
  "type": {
1818
1788
  "text": "FoundationElementDefinition"
1819
1789
  }
@@ -1824,52 +1794,28 @@
1824
1794
  "exports": [
1825
1795
  {
1826
1796
  "kind": "js",
1827
- "name": "rapidAiCriteriaSearchTemplate",
1797
+ "name": "rapidAiIndicatorStyles",
1828
1798
  "declaration": {
1829
- "name": "rapidAiCriteriaSearchTemplate",
1830
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
1799
+ "name": "rapidAiIndicatorStyles",
1800
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
1831
1801
  }
1832
1802
  }
1833
1803
  ]
1834
1804
  },
1835
1805
  {
1836
1806
  "kind": "javascript-module",
1837
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
1807
+ "path": "src/ai-indicator/ai-indicator.ts",
1838
1808
  "declarations": [
1839
1809
  {
1840
1810
  "kind": "class",
1841
1811
  "description": "",
1842
- "name": "AiCriteriaSearch",
1812
+ "name": "AiIndicator",
1843
1813
  "superclass": {
1844
- "name": "FoundationAiCriteriaSearch",
1814
+ "name": "FoundationAiIndicator",
1845
1815
  "package": "@genesislcap/foundation-ui"
1846
1816
  },
1847
- "tagName": "%%prefix%%-ai-criteria-search",
1817
+ "tagName": "%%prefix%%-ai-indicator",
1848
1818
  "customElement": true,
1849
- "attributes": [
1850
- {
1851
- "name": "placeholder",
1852
- "type": {
1853
- "text": "string"
1854
- },
1855
- "default": "'Describe your search criteria in natural language...'",
1856
- "fieldName": "placeholder",
1857
- "inheritedFrom": {
1858
- "name": "AiCriteriaSearch",
1859
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1860
- }
1861
- },
1862
- {
1863
- "type": {
1864
- "text": "boolean"
1865
- },
1866
- "fieldName": "disabled",
1867
- "inheritedFrom": {
1868
- "name": "AiCriteriaSearch",
1869
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1870
- }
1871
- }
1872
- ],
1873
1819
  "members": [
1874
1820
  {
1875
1821
  "kind": "field",
@@ -1878,293 +1824,256 @@
1878
1824
  "text": "AIProviderRegistry"
1879
1825
  },
1880
1826
  "inheritedFrom": {
1881
- "name": "AiCriteriaSearch",
1882
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1883
- }
1884
- },
1885
- {
1886
- "kind": "field",
1887
- "name": "placeholder",
1888
- "type": {
1889
- "text": "string"
1890
- },
1891
- "default": "'Describe your search criteria in natural language...'",
1892
- "inheritedFrom": {
1893
- "name": "AiCriteriaSearch",
1894
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1895
- }
1896
- },
1897
- {
1898
- "kind": "field",
1899
- "name": "disabled",
1900
- "type": {
1901
- "text": "boolean"
1902
- },
1903
- "inheritedFrom": {
1904
- "name": "AiCriteriaSearch",
1905
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1906
- }
1907
- },
1908
- {
1909
- "kind": "field",
1910
- "name": "inputValue",
1911
- "type": {
1912
- "text": "string"
1913
- },
1914
- "default": "''",
1915
- "inheritedFrom": {
1916
- "name": "AiCriteriaSearch",
1917
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1827
+ "name": "AiIndicator",
1828
+ "module": "src/ai-indicator/ai-indicator.ts"
1918
1829
  }
1919
1830
  },
1920
1831
  {
1921
1832
  "kind": "field",
1922
- "name": "isInterpreting",
1833
+ "name": "aiProvider",
1923
1834
  "type": {
1924
- "text": "boolean"
1835
+ "text": "AIProvider | undefined"
1925
1836
  },
1926
- "default": "false",
1837
+ "privacy": "private",
1838
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
1839
+ "readonly": true,
1927
1840
  "inheritedFrom": {
1928
- "name": "AiCriteriaSearch",
1929
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1841
+ "name": "AiIndicator",
1842
+ "module": "src/ai-indicator/ai-indicator.ts"
1930
1843
  }
1931
1844
  },
1932
1845
  {
1933
1846
  "kind": "field",
1934
- "name": "lastValidCriteria",
1847
+ "name": "status",
1935
1848
  "type": {
1936
- "text": "string | null"
1849
+ "text": "AIStatus | null"
1937
1850
  },
1938
1851
  "default": "null",
1939
1852
  "inheritedFrom": {
1940
- "name": "AiCriteriaSearch",
1941
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1942
- }
1943
- },
1944
- {
1945
- "kind": "field",
1946
- "name": "activeGroups",
1947
- "type": {
1948
- "text": "CriteriaGroup[]"
1949
- },
1950
- "default": "[]",
1951
- "inheritedFrom": {
1952
- "name": "AiCriteriaSearch",
1953
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1853
+ "name": "AiIndicator",
1854
+ "module": "src/ai-indicator/ai-indicator.ts"
1954
1855
  }
1955
1856
  },
1956
1857
  {
1957
1858
  "kind": "field",
1958
- "name": "showingChips",
1859
+ "name": "open",
1959
1860
  "type": {
1960
1861
  "text": "boolean"
1961
1862
  },
1962
1863
  "default": "false",
1963
1864
  "inheritedFrom": {
1964
- "name": "AiCriteriaSearch",
1965
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1865
+ "name": "AiIndicator",
1866
+ "module": "src/ai-indicator/ai-indicator.ts"
1966
1867
  }
1967
1868
  },
1968
1869
  {
1969
1870
  "kind": "field",
1970
- "name": "fieldMetadata",
1871
+ "name": "state",
1971
1872
  "type": {
1972
- "text": "MetadataDetail[] | string[]"
1873
+ "text": "AIIndicatorState"
1973
1874
  },
1974
- "default": "[]",
1875
+ "default": "'none'",
1975
1876
  "inheritedFrom": {
1976
- "name": "AiCriteriaSearch",
1977
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1877
+ "name": "AiIndicator",
1878
+ "module": "src/ai-indicator/ai-indicator.ts"
1978
1879
  }
1979
1880
  },
1980
1881
  {
1981
1882
  "kind": "field",
1982
- "name": "isRecording",
1883
+ "name": "isInstalling",
1983
1884
  "type": {
1984
1885
  "text": "boolean"
1985
1886
  },
1986
1887
  "default": "false",
1987
1888
  "inheritedFrom": {
1988
- "name": "AiCriteriaSearch",
1989
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1889
+ "name": "AiIndicator",
1890
+ "module": "src/ai-indicator/ai-indicator.ts"
1990
1891
  }
1991
1892
  },
1992
1893
  {
1993
1894
  "kind": "field",
1994
- "name": "textAreaRef",
1895
+ "name": "pollTimer",
1995
1896
  "type": {
1996
- "text": "HTMLTextAreaElement"
1897
+ "text": "ReturnType<typeof setInterval> | null"
1997
1898
  },
1998
- "privacy": "public",
1899
+ "privacy": "private",
1900
+ "default": "null",
1999
1901
  "inheritedFrom": {
2000
- "name": "AiCriteriaSearch",
2001
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1902
+ "name": "AiIndicator",
1903
+ "module": "src/ai-indicator/ai-indicator.ts"
2002
1904
  }
2003
1905
  },
2004
1906
  {
2005
1907
  "kind": "field",
2006
- "name": "stopRecording",
2007
- "type": {
2008
- "text": "(() => void) | null"
2009
- },
1908
+ "name": "clickOutside",
2010
1909
  "privacy": "private",
2011
- "default": "null",
2012
1910
  "inheritedFrom": {
2013
- "name": "AiCriteriaSearch",
2014
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1911
+ "name": "AiIndicator",
1912
+ "module": "src/ai-indicator/ai-indicator.ts"
2015
1913
  }
2016
1914
  },
2017
1915
  {
2018
1916
  "kind": "field",
2019
- "name": "speechApplyDebounceTimer",
1917
+ "name": "chromeStatusLabel",
2020
1918
  "type": {
2021
- "text": "ReturnType<typeof setTimeout> | null"
1919
+ "text": "string | null"
2022
1920
  },
2023
- "privacy": "private",
2024
- "default": "null",
1921
+ "readonly": true,
2025
1922
  "inheritedFrom": {
2026
- "name": "AiCriteriaSearch",
2027
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1923
+ "name": "AiIndicator",
1924
+ "module": "src/ai-indicator/ai-indicator.ts"
2028
1925
  }
2029
1926
  },
2030
1927
  {
2031
1928
  "kind": "field",
2032
- "name": "speechAvailable",
1929
+ "name": "canInstall",
2033
1930
  "type": {
2034
1931
  "text": "boolean"
2035
1932
  },
2036
1933
  "readonly": true,
2037
1934
  "inheritedFrom": {
2038
- "name": "AiCriteriaSearch",
2039
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1935
+ "name": "AiIndicator",
1936
+ "module": "src/ai-indicator/ai-indicator.ts"
2040
1937
  }
2041
1938
  },
2042
1939
  {
2043
1940
  "kind": "field",
2044
- "name": "criteriaChips",
1941
+ "name": "isDownloading",
2045
1942
  "type": {
2046
- "text": "CriteriaChip[]"
1943
+ "text": "boolean"
2047
1944
  },
2048
1945
  "readonly": true,
2049
1946
  "inheritedFrom": {
2050
- "name": "AiCriteriaSearch",
2051
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1947
+ "name": "AiIndicator",
1948
+ "module": "src/ai-indicator/ai-indicator.ts"
2052
1949
  }
2053
1950
  },
2054
1951
  {
2055
1952
  "kind": "method",
2056
- "name": "getFieldLabel",
2057
- "privacy": "private",
1953
+ "name": "openChanged",
2058
1954
  "return": {
2059
1955
  "type": {
2060
- "text": "string"
1956
+ "text": "void"
2061
1957
  }
2062
1958
  },
1959
+ "inheritedFrom": {
1960
+ "name": "AiIndicator",
1961
+ "module": "src/ai-indicator/ai-indicator.ts"
1962
+ }
1963
+ },
1964
+ {
1965
+ "kind": "method",
1966
+ "name": "handleClickOutside",
1967
+ "privacy": "private",
2063
1968
  "parameters": [
2064
1969
  {
2065
- "name": "fieldName",
1970
+ "name": "event",
2066
1971
  "type": {
2067
- "text": "string"
1972
+ "text": "MouseEvent"
2068
1973
  }
2069
1974
  }
2070
1975
  ],
2071
1976
  "inheritedFrom": {
2072
- "name": "AiCriteriaSearch",
2073
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1977
+ "name": "AiIndicator",
1978
+ "module": "src/ai-indicator/ai-indicator.ts"
2074
1979
  }
2075
1980
  },
2076
1981
  {
2077
1982
  "kind": "method",
2078
- "name": "toggleCriteriaView",
1983
+ "name": "toggleDropdown",
1984
+ "inheritedFrom": {
1985
+ "name": "AiIndicator",
1986
+ "module": "src/ai-indicator/ai-indicator.ts"
1987
+ }
1988
+ },
1989
+ {
1990
+ "kind": "method",
1991
+ "name": "refreshStatus",
2079
1992
  "return": {
2080
1993
  "type": {
2081
- "text": "void"
1994
+ "text": "Promise<void>"
2082
1995
  }
2083
1996
  },
2084
1997
  "inheritedFrom": {
2085
- "name": "AiCriteriaSearch",
2086
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
1998
+ "name": "AiIndicator",
1999
+ "module": "src/ai-indicator/ai-indicator.ts"
2087
2000
  }
2088
2001
  },
2089
2002
  {
2090
2003
  "kind": "method",
2091
- "name": "removeChip",
2004
+ "name": "deriveState",
2005
+ "privacy": "private",
2092
2006
  "return": {
2093
2007
  "type": {
2094
- "text": "void"
2008
+ "text": "AIIndicatorState"
2095
2009
  }
2096
2010
  },
2097
2011
  "parameters": [
2098
2012
  {
2099
- "name": "groupIndex",
2100
- "type": {
2101
- "text": "number"
2102
- }
2103
- },
2104
- {
2105
- "name": "clauseIndex",
2013
+ "name": "s",
2106
2014
  "type": {
2107
- "text": "number"
2015
+ "text": "AIStatus | null"
2108
2016
  }
2109
2017
  }
2110
2018
  ],
2111
2019
  "inheritedFrom": {
2112
- "name": "AiCriteriaSearch",
2113
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2020
+ "name": "AiIndicator",
2021
+ "module": "src/ai-indicator/ai-indicator.ts"
2114
2022
  }
2115
2023
  },
2116
2024
  {
2117
2025
  "kind": "method",
2118
- "name": "clearChips",
2026
+ "name": "maybeStartPolling",
2027
+ "privacy": "private",
2119
2028
  "return": {
2120
2029
  "type": {
2121
2030
  "text": "void"
2122
2031
  }
2123
2032
  },
2124
- "inheritedFrom": {
2125
- "name": "AiCriteriaSearch",
2126
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2127
- }
2128
- },
2129
- {
2130
- "kind": "method",
2131
- "name": "handleSubmit",
2132
- "inheritedFrom": {
2133
- "name": "AiCriteriaSearch",
2134
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2135
- }
2136
- },
2137
- {
2138
- "kind": "method",
2139
- "name": "handleBlur",
2140
- "inheritedFrom": {
2141
- "name": "AiCriteriaSearch",
2142
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2033
+ "inheritedFrom": {
2034
+ "name": "AiIndicator",
2035
+ "module": "src/ai-indicator/ai-indicator.ts"
2143
2036
  }
2144
2037
  },
2145
2038
  {
2146
2039
  "kind": "method",
2147
- "name": "clear",
2040
+ "name": "startPolling",
2041
+ "privacy": "private",
2042
+ "return": {
2043
+ "type": {
2044
+ "text": "void"
2045
+ }
2046
+ },
2148
2047
  "inheritedFrom": {
2149
- "name": "AiCriteriaSearch",
2150
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2048
+ "name": "AiIndicator",
2049
+ "module": "src/ai-indicator/ai-indicator.ts"
2151
2050
  }
2152
2051
  },
2153
2052
  {
2154
2053
  "kind": "method",
2155
- "name": "toggleSpeechInput",
2054
+ "name": "stopPolling",
2055
+ "privacy": "private",
2056
+ "return": {
2057
+ "type": {
2058
+ "text": "void"
2059
+ }
2060
+ },
2156
2061
  "inheritedFrom": {
2157
- "name": "AiCriteriaSearch",
2158
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2062
+ "name": "AiIndicator",
2063
+ "module": "src/ai-indicator/ai-indicator.ts"
2159
2064
  }
2160
2065
  },
2161
2066
  {
2162
2067
  "kind": "method",
2163
- "name": "clearSpeechApplyDebounce",
2164
- "privacy": "private",
2068
+ "name": "onInstall",
2069
+ "return": {
2070
+ "type": {
2071
+ "text": "Promise<void>"
2072
+ }
2073
+ },
2165
2074
  "inheritedFrom": {
2166
- "name": "AiCriteriaSearch",
2167
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2075
+ "name": "AiIndicator",
2076
+ "module": "src/ai-indicator/ai-indicator.ts"
2168
2077
  }
2169
2078
  },
2170
2079
  {
@@ -2278,90 +2187,62 @@
2278
2187
  "module": "src/foundation-element/foundation-element.ts"
2279
2188
  }
2280
2189
  }
2281
- ],
2282
- "events": [
2283
- {
2284
- "description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
2285
- "name": "criteria-changed",
2286
- "inheritedFrom": {
2287
- "name": "AiCriteriaSearch",
2288
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2289
- }
2290
- },
2291
- {
2292
- "description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
2293
- "name": "validation-errors",
2294
- "inheritedFrom": {
2295
- "name": "AiCriteriaSearch",
2296
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2297
- }
2298
- }
2299
2190
  ]
2300
2191
  },
2301
2192
  {
2302
2193
  "kind": "variable",
2303
- "name": "rapidAiCriteriaSearch",
2304
- "description": "The Rapid AI Criteria Search",
2305
- "privacy": "public"
2194
+ "name": "rapidAiIndicator"
2306
2195
  }
2307
2196
  ],
2308
2197
  "exports": [
2309
2198
  {
2310
2199
  "kind": "js",
2311
- "name": "AiCriteriaSearch",
2200
+ "name": "AiIndicator",
2312
2201
  "declaration": {
2313
- "name": "AiCriteriaSearch",
2314
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2202
+ "name": "AiIndicator",
2203
+ "module": "src/ai-indicator/ai-indicator.ts"
2315
2204
  }
2316
2205
  },
2317
2206
  {
2318
2207
  "kind": "js",
2319
- "name": "rapidAiCriteriaSearch",
2208
+ "name": "rapidAiIndicator",
2320
2209
  "declaration": {
2321
- "name": "rapidAiCriteriaSearch",
2322
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2210
+ "name": "rapidAiIndicator",
2211
+ "module": "src/ai-indicator/ai-indicator.ts"
2323
2212
  }
2324
2213
  }
2325
2214
  ]
2326
2215
  },
2327
2216
  {
2328
2217
  "kind": "javascript-module",
2329
- "path": "src/ai-criteria-search/index.ts",
2218
+ "path": "src/ai-indicator/index.ts",
2330
2219
  "declarations": [],
2331
2220
  "exports": [
2332
2221
  {
2333
2222
  "kind": "js",
2334
- "name": "*",
2335
- "declaration": {
2336
- "name": "*",
2337
- "package": "./ai-criteria-search"
2338
- }
2339
- },
2340
- {
2341
- "kind": "js",
2342
- "name": "*",
2223
+ "name": "AiIndicator",
2343
2224
  "declaration": {
2344
- "name": "*",
2345
- "package": "./ai-criteria-search.styles"
2225
+ "name": "AiIndicator",
2226
+ "module": "./ai-indicator"
2346
2227
  }
2347
2228
  },
2348
2229
  {
2349
2230
  "kind": "js",
2350
- "name": "*",
2231
+ "name": "rapidAiIndicator",
2351
2232
  "declaration": {
2352
- "name": "*",
2353
- "package": "./ai-criteria-search.template"
2233
+ "name": "rapidAiIndicator",
2234
+ "module": "./ai-indicator"
2354
2235
  }
2355
2236
  }
2356
2237
  ]
2357
2238
  },
2358
2239
  {
2359
2240
  "kind": "javascript-module",
2360
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2241
+ "path": "src/actions-menu/actions-menu.styles.ts",
2361
2242
  "declarations": [
2362
2243
  {
2363
2244
  "kind": "function",
2364
- "name": "rapidAiIndicatorStyles",
2245
+ "name": "rapidActionsMenuStyles",
2365
2246
  "return": {
2366
2247
  "type": {
2367
2248
  "text": "ElementStyles"
@@ -2386,64 +2267,205 @@
2386
2267
  "exports": [
2387
2268
  {
2388
2269
  "kind": "js",
2389
- "name": "rapidAiIndicatorStyles",
2270
+ "name": "rapidActionsMenuStyles",
2390
2271
  "declaration": {
2391
- "name": "rapidAiIndicatorStyles",
2392
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2272
+ "name": "rapidActionsMenuStyles",
2273
+ "module": "src/actions-menu/actions-menu.styles.ts"
2393
2274
  }
2394
2275
  }
2395
2276
  ]
2396
2277
  },
2397
2278
  {
2398
2279
  "kind": "javascript-module",
2399
- "path": "src/ai-indicator/ai-indicator.ts",
2280
+ "path": "src/actions-menu/actions-menu.ts",
2400
2281
  "declarations": [
2401
2282
  {
2402
2283
  "kind": "class",
2403
2284
  "description": "",
2404
- "name": "AiIndicator",
2285
+ "name": "ActionsMenu",
2405
2286
  "superclass": {
2406
- "name": "FoundationAiIndicator",
2287
+ "name": "FoundationActionsMenu",
2407
2288
  "package": "@genesislcap/foundation-ui"
2408
2289
  },
2409
- "tagName": "%%prefix%%-ai-indicator",
2290
+ "tagName": "%%prefix%%-actions-menu",
2410
2291
  "customElement": true,
2292
+ "attributes": [
2293
+ {
2294
+ "name": "is-vertical",
2295
+ "type": {
2296
+ "text": "boolean"
2297
+ },
2298
+ "default": "false",
2299
+ "fieldName": "isVertical",
2300
+ "inheritedFrom": {
2301
+ "name": "ActionsMenu",
2302
+ "module": "src/actions-menu/actions-menu.ts"
2303
+ }
2304
+ },
2305
+ {
2306
+ "name": "add-default-actions",
2307
+ "type": {
2308
+ "text": "boolean"
2309
+ },
2310
+ "default": "true",
2311
+ "fieldName": "addDefaultActions",
2312
+ "inheritedFrom": {
2313
+ "name": "ActionsMenu",
2314
+ "module": "src/actions-menu/actions-menu.ts"
2315
+ }
2316
+ },
2317
+ {
2318
+ "name": "auto-close-on-action",
2319
+ "type": {
2320
+ "text": "boolean"
2321
+ },
2322
+ "default": "true",
2323
+ "fieldName": "autoCloseOnAction",
2324
+ "inheritedFrom": {
2325
+ "name": "ActionsMenu",
2326
+ "module": "src/actions-menu/actions-menu.ts"
2327
+ }
2328
+ },
2329
+ {
2330
+ "name": "name",
2331
+ "type": {
2332
+ "text": "string"
2333
+ },
2334
+ "default": "'Actions'",
2335
+ "fieldName": "name",
2336
+ "inheritedFrom": {
2337
+ "name": "ActionsMenu",
2338
+ "module": "src/actions-menu/actions-menu.ts"
2339
+ }
2340
+ },
2341
+ {
2342
+ "name": "open",
2343
+ "type": {
2344
+ "text": "boolean"
2345
+ },
2346
+ "default": "false",
2347
+ "fieldName": "open",
2348
+ "inheritedFrom": {
2349
+ "name": "ActionsMenu",
2350
+ "module": "src/actions-menu/actions-menu.ts"
2351
+ }
2352
+ },
2353
+ {
2354
+ "name": "buttonAppearance",
2355
+ "type": {
2356
+ "text": "string"
2357
+ },
2358
+ "fieldName": "buttonAppearance",
2359
+ "inheritedFrom": {
2360
+ "name": "ActionsMenu",
2361
+ "module": "src/actions-menu/actions-menu.ts"
2362
+ }
2363
+ },
2364
+ {
2365
+ "name": "hide-disabled",
2366
+ "type": {
2367
+ "text": "boolean"
2368
+ },
2369
+ "default": "false",
2370
+ "fieldName": "hideDisabled",
2371
+ "inheritedFrom": {
2372
+ "name": "ActionsMenu",
2373
+ "module": "src/actions-menu/actions-menu.ts"
2374
+ }
2375
+ },
2376
+ {
2377
+ "name": "hide-menu-single-option",
2378
+ "type": {
2379
+ "text": "boolean"
2380
+ },
2381
+ "default": "false",
2382
+ "fieldName": "hideMenuSingleOption",
2383
+ "inheritedFrom": {
2384
+ "name": "ActionsMenu",
2385
+ "module": "src/actions-menu/actions-menu.ts"
2386
+ }
2387
+ }
2388
+ ],
2411
2389
  "members": [
2412
2390
  {
2413
2391
  "kind": "field",
2414
- "name": "providerRegistry",
2392
+ "name": "actions",
2393
+ "type": {
2394
+ "text": "ActionMenuItem[]"
2395
+ },
2396
+ "inheritedFrom": {
2397
+ "name": "ActionsMenu",
2398
+ "module": "src/actions-menu/actions-menu.ts"
2399
+ }
2400
+ },
2401
+ {
2402
+ "kind": "field",
2403
+ "name": "isVertical",
2404
+ "type": {
2405
+ "text": "boolean"
2406
+ },
2407
+ "default": "false",
2408
+ "inheritedFrom": {
2409
+ "name": "ActionsMenu",
2410
+ "module": "src/actions-menu/actions-menu.ts"
2411
+ }
2412
+ },
2413
+ {
2414
+ "kind": "field",
2415
+ "name": "addDefaultActions",
2416
+ "type": {
2417
+ "text": "boolean"
2418
+ },
2419
+ "default": "true",
2420
+ "inheritedFrom": {
2421
+ "name": "ActionsMenu",
2422
+ "module": "src/actions-menu/actions-menu.ts"
2423
+ }
2424
+ },
2425
+ {
2426
+ "kind": "field",
2427
+ "name": "autoCloseOnAction",
2428
+ "type": {
2429
+ "text": "boolean"
2430
+ },
2431
+ "default": "true",
2432
+ "inheritedFrom": {
2433
+ "name": "ActionsMenu",
2434
+ "module": "src/actions-menu/actions-menu.ts"
2435
+ }
2436
+ },
2437
+ {
2438
+ "kind": "field",
2439
+ "name": "classNames",
2415
2440
  "type": {
2416
- "text": "AIProviderRegistry"
2441
+ "text": "string"
2417
2442
  },
2418
2443
  "inheritedFrom": {
2419
- "name": "AiIndicator",
2420
- "module": "src/ai-indicator/ai-indicator.ts"
2444
+ "name": "ActionsMenu",
2445
+ "module": "src/actions-menu/actions-menu.ts"
2421
2446
  }
2422
2447
  },
2423
2448
  {
2424
2449
  "kind": "field",
2425
- "name": "aiProvider",
2450
+ "name": "definition",
2426
2451
  "type": {
2427
- "text": "AIProvider | undefined"
2452
+ "text": "any"
2428
2453
  },
2429
- "privacy": "private",
2430
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
2431
- "readonly": true,
2432
2454
  "inheritedFrom": {
2433
- "name": "AiIndicator",
2434
- "module": "src/ai-indicator/ai-indicator.ts"
2455
+ "name": "ActionsMenu",
2456
+ "module": "src/actions-menu/actions-menu.ts"
2435
2457
  }
2436
2458
  },
2437
2459
  {
2438
2460
  "kind": "field",
2439
- "name": "status",
2461
+ "name": "name",
2440
2462
  "type": {
2441
- "text": "AIStatus | null"
2463
+ "text": "string"
2442
2464
  },
2443
- "default": "null",
2465
+ "default": "'Actions'",
2444
2466
  "inheritedFrom": {
2445
- "name": "AiIndicator",
2446
- "module": "src/ai-indicator/ai-indicator.ts"
2467
+ "name": "ActionsMenu",
2468
+ "module": "src/actions-menu/actions-menu.ts"
2447
2469
  }
2448
2470
  },
2449
2471
  {
@@ -2454,218 +2476,194 @@
2454
2476
  },
2455
2477
  "default": "false",
2456
2478
  "inheritedFrom": {
2457
- "name": "AiIndicator",
2458
- "module": "src/ai-indicator/ai-indicator.ts"
2479
+ "name": "ActionsMenu",
2480
+ "module": "src/actions-menu/actions-menu.ts"
2459
2481
  }
2460
2482
  },
2461
2483
  {
2462
2484
  "kind": "field",
2463
- "name": "state",
2485
+ "name": "buttonAppearance",
2464
2486
  "type": {
2465
- "text": "AIIndicatorState"
2487
+ "text": "string"
2466
2488
  },
2467
- "default": "'none'",
2468
2489
  "inheritedFrom": {
2469
- "name": "AiIndicator",
2470
- "module": "src/ai-indicator/ai-indicator.ts"
2490
+ "name": "ActionsMenu",
2491
+ "module": "src/actions-menu/actions-menu.ts"
2471
2492
  }
2472
2493
  },
2473
2494
  {
2474
2495
  "kind": "field",
2475
- "name": "isInstalling",
2496
+ "name": "hideDisabled",
2476
2497
  "type": {
2477
2498
  "text": "boolean"
2478
2499
  },
2479
2500
  "default": "false",
2480
2501
  "inheritedFrom": {
2481
- "name": "AiIndicator",
2482
- "module": "src/ai-indicator/ai-indicator.ts"
2502
+ "name": "ActionsMenu",
2503
+ "module": "src/actions-menu/actions-menu.ts"
2483
2504
  }
2484
2505
  },
2485
2506
  {
2486
2507
  "kind": "field",
2487
- "name": "pollTimer",
2508
+ "name": "hideMenuSingleOption",
2488
2509
  "type": {
2489
- "text": "ReturnType<typeof setInterval> | null"
2510
+ "text": "boolean"
2490
2511
  },
2491
- "privacy": "private",
2492
- "default": "null",
2493
- "inheritedFrom": {
2494
- "name": "AiIndicator",
2495
- "module": "src/ai-indicator/ai-indicator.ts"
2496
- }
2497
- },
2498
- {
2499
- "kind": "field",
2500
- "name": "clickOutside",
2501
- "privacy": "private",
2512
+ "default": "false",
2502
2513
  "inheritedFrom": {
2503
- "name": "AiIndicator",
2504
- "module": "src/ai-indicator/ai-indicator.ts"
2514
+ "name": "ActionsMenu",
2515
+ "module": "src/actions-menu/actions-menu.ts"
2505
2516
  }
2506
2517
  },
2507
2518
  {
2508
2519
  "kind": "field",
2509
- "name": "chromeStatusLabel",
2520
+ "name": "singleOption",
2510
2521
  "type": {
2511
- "text": "string | null"
2522
+ "text": "ActionMenuItem"
2512
2523
  },
2513
- "readonly": true,
2514
2524
  "inheritedFrom": {
2515
- "name": "AiIndicator",
2516
- "module": "src/ai-indicator/ai-indicator.ts"
2525
+ "name": "ActionsMenu",
2526
+ "module": "src/actions-menu/actions-menu.ts"
2517
2527
  }
2518
2528
  },
2519
2529
  {
2520
2530
  "kind": "field",
2521
- "name": "canInstall",
2531
+ "name": "actionsMenu",
2522
2532
  "type": {
2523
- "text": "boolean"
2533
+ "text": "HTMLElement"
2524
2534
  },
2525
- "readonly": true,
2526
2535
  "inheritedFrom": {
2527
- "name": "AiIndicator",
2528
- "module": "src/ai-indicator/ai-indicator.ts"
2536
+ "name": "ActionsMenu",
2537
+ "module": "src/actions-menu/actions-menu.ts"
2529
2538
  }
2530
2539
  },
2531
2540
  {
2532
2541
  "kind": "field",
2533
- "name": "isDownloading",
2542
+ "name": "actionsOpener",
2534
2543
  "type": {
2535
- "text": "boolean"
2544
+ "text": "HTMLElement"
2536
2545
  },
2537
- "readonly": true,
2538
2546
  "inheritedFrom": {
2539
- "name": "AiIndicator",
2540
- "module": "src/ai-indicator/ai-indicator.ts"
2547
+ "name": "ActionsMenu",
2548
+ "module": "src/actions-menu/actions-menu.ts"
2541
2549
  }
2542
2550
  },
2543
2551
  {
2544
2552
  "kind": "method",
2545
- "name": "openChanged",
2546
- "return": {
2547
- "type": {
2548
- "text": "void"
2549
- }
2550
- },
2553
+ "name": "updateMenuPosition",
2554
+ "privacy": "private",
2551
2555
  "inheritedFrom": {
2552
- "name": "AiIndicator",
2553
- "module": "src/ai-indicator/ai-indicator.ts"
2556
+ "name": "ActionsMenu",
2557
+ "module": "src/actions-menu/actions-menu.ts"
2554
2558
  }
2555
2559
  },
2556
2560
  {
2557
2561
  "kind": "method",
2558
- "name": "handleClickOutside",
2559
- "privacy": "private",
2562
+ "name": "definitionChanged",
2563
+ "privacy": "protected",
2560
2564
  "parameters": [
2561
2565
  {
2562
- "name": "event",
2566
+ "name": "oldValue",
2563
2567
  "type": {
2564
- "text": "MouseEvent"
2568
+ "text": "any"
2569
+ }
2570
+ },
2571
+ {
2572
+ "name": "newValue",
2573
+ "type": {
2574
+ "text": "any"
2565
2575
  }
2566
2576
  }
2567
2577
  ],
2568
2578
  "inheritedFrom": {
2569
- "name": "AiIndicator",
2570
- "module": "src/ai-indicator/ai-indicator.ts"
2579
+ "name": "ActionsMenu",
2580
+ "module": "src/actions-menu/actions-menu.ts"
2571
2581
  }
2572
2582
  },
2573
2583
  {
2574
2584
  "kind": "method",
2575
- "name": "toggleDropdown",
2585
+ "name": "openChanged",
2586
+ "privacy": "protected",
2576
2587
  "inheritedFrom": {
2577
- "name": "AiIndicator",
2578
- "module": "src/ai-indicator/ai-indicator.ts"
2588
+ "name": "ActionsMenu",
2589
+ "module": "src/actions-menu/actions-menu.ts"
2579
2590
  }
2580
2591
  },
2581
2592
  {
2582
2593
  "kind": "method",
2583
- "name": "refreshStatus",
2584
- "return": {
2585
- "type": {
2586
- "text": "Promise<void>"
2587
- }
2588
- },
2594
+ "name": "toggleActionsMenuVisibility",
2589
2595
  "inheritedFrom": {
2590
- "name": "AiIndicator",
2591
- "module": "src/ai-indicator/ai-indicator.ts"
2596
+ "name": "ActionsMenu",
2597
+ "module": "src/actions-menu/actions-menu.ts"
2592
2598
  }
2593
2599
  },
2594
2600
  {
2595
2601
  "kind": "method",
2596
- "name": "deriveState",
2597
- "privacy": "private",
2598
- "return": {
2599
- "type": {
2600
- "text": "AIIndicatorState"
2601
- }
2602
- },
2602
+ "name": "onActionMenuItemClick",
2603
2603
  "parameters": [
2604
2604
  {
2605
- "name": "s",
2605
+ "name": "callback",
2606
2606
  "type": {
2607
- "text": "AIStatus | null"
2607
+ "text": "(rowData) => void | any"
2608
2608
  }
2609
2609
  }
2610
2610
  ],
2611
2611
  "inheritedFrom": {
2612
- "name": "AiIndicator",
2613
- "module": "src/ai-indicator/ai-indicator.ts"
2612
+ "name": "ActionsMenu",
2613
+ "module": "src/actions-menu/actions-menu.ts"
2614
2614
  }
2615
2615
  },
2616
2616
  {
2617
- "kind": "method",
2618
- "name": "maybeStartPolling",
2619
- "privacy": "private",
2620
- "return": {
2621
- "type": {
2622
- "text": "void"
2623
- }
2617
+ "kind": "field",
2618
+ "name": "allActions",
2619
+ "type": {
2620
+ "text": "ActionMenuItem[]"
2624
2621
  },
2622
+ "readonly": true,
2625
2623
  "inheritedFrom": {
2626
- "name": "AiIndicator",
2627
- "module": "src/ai-indicator/ai-indicator.ts"
2624
+ "name": "ActionsMenu",
2625
+ "module": "src/actions-menu/actions-menu.ts"
2628
2626
  }
2629
2627
  },
2630
2628
  {
2631
- "kind": "method",
2632
- "name": "startPolling",
2633
- "privacy": "private",
2634
- "return": {
2635
- "type": {
2636
- "text": "void"
2637
- }
2638
- },
2629
+ "kind": "field",
2630
+ "name": "rowData",
2631
+ "readonly": true,
2639
2632
  "inheritedFrom": {
2640
- "name": "AiIndicator",
2641
- "module": "src/ai-indicator/ai-indicator.ts"
2633
+ "name": "ActionsMenu",
2634
+ "module": "src/actions-menu/actions-menu.ts"
2642
2635
  }
2643
2636
  },
2644
2637
  {
2645
2638
  "kind": "method",
2646
- "name": "stopPolling",
2647
- "privacy": "private",
2648
- "return": {
2649
- "type": {
2650
- "text": "void"
2639
+ "name": "getLabel",
2640
+ "parameters": [
2641
+ {
2642
+ "name": "name",
2643
+ "type": {
2644
+ "text": "string | ((rowData: any) => string)"
2645
+ }
2651
2646
  }
2652
- },
2647
+ ],
2653
2648
  "inheritedFrom": {
2654
- "name": "AiIndicator",
2655
- "module": "src/ai-indicator/ai-indicator.ts"
2649
+ "name": "ActionsMenu",
2650
+ "module": "src/actions-menu/actions-menu.ts"
2656
2651
  }
2657
2652
  },
2658
2653
  {
2659
2654
  "kind": "method",
2660
- "name": "onInstall",
2661
- "return": {
2662
- "type": {
2663
- "text": "Promise<void>"
2655
+ "name": "getTemplate",
2656
+ "parameters": [
2657
+ {
2658
+ "name": "prefix",
2659
+ "type": {
2660
+ "text": "string"
2661
+ }
2664
2662
  }
2665
- },
2663
+ ],
2666
2664
  "inheritedFrom": {
2667
- "name": "AiIndicator",
2668
- "module": "src/ai-indicator/ai-indicator.ts"
2665
+ "name": "ActionsMenu",
2666
+ "module": "src/actions-menu/actions-menu.ts"
2669
2667
  }
2670
2668
  },
2671
2669
  {
@@ -2783,47 +2781,49 @@
2783
2781
  },
2784
2782
  {
2785
2783
  "kind": "variable",
2786
- "name": "rapidAiIndicator"
2784
+ "name": "rapidActionsMenu",
2785
+ "description": "The Rapid Actions Menu",
2786
+ "privacy": "public"
2787
2787
  }
2788
2788
  ],
2789
2789
  "exports": [
2790
2790
  {
2791
2791
  "kind": "js",
2792
- "name": "AiIndicator",
2792
+ "name": "ActionsMenu",
2793
2793
  "declaration": {
2794
- "name": "AiIndicator",
2795
- "module": "src/ai-indicator/ai-indicator.ts"
2794
+ "name": "ActionsMenu",
2795
+ "module": "src/actions-menu/actions-menu.ts"
2796
2796
  }
2797
2797
  },
2798
2798
  {
2799
2799
  "kind": "js",
2800
- "name": "rapidAiIndicator",
2800
+ "name": "rapidActionsMenu",
2801
2801
  "declaration": {
2802
- "name": "rapidAiIndicator",
2803
- "module": "src/ai-indicator/ai-indicator.ts"
2802
+ "name": "rapidActionsMenu",
2803
+ "module": "src/actions-menu/actions-menu.ts"
2804
2804
  }
2805
2805
  }
2806
2806
  ]
2807
2807
  },
2808
2808
  {
2809
2809
  "kind": "javascript-module",
2810
- "path": "src/ai-indicator/index.ts",
2810
+ "path": "src/actions-menu/index.ts",
2811
2811
  "declarations": [],
2812
2812
  "exports": [
2813
2813
  {
2814
2814
  "kind": "js",
2815
- "name": "AiIndicator",
2815
+ "name": "*",
2816
2816
  "declaration": {
2817
- "name": "AiIndicator",
2818
- "module": "./ai-indicator"
2817
+ "name": "*",
2818
+ "package": "./actions-menu"
2819
2819
  }
2820
2820
  },
2821
2821
  {
2822
2822
  "kind": "js",
2823
- "name": "rapidAiIndicator",
2823
+ "name": "*",
2824
2824
  "declaration": {
2825
- "name": "rapidAiIndicator",
2826
- "module": "./ai-indicator"
2825
+ "name": "*",
2826
+ "package": "./actions-menu.styles"
2827
2827
  }
2828
2828
  }
2829
2829
  ]