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