@genesislcap/foundation-ui 14.406.1-alpha-288bce2.0 → 14.407.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +630 -630
- package/package.json +19 -19
|
@@ -1287,6 +1287,219 @@
|
|
|
1287
1287
|
}
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "javascript-module",
|
|
1292
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
+
"declarations": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "function",
|
|
1296
|
+
"name": "foundationAccordionStyles",
|
|
1297
|
+
"return": {
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "ElementStyles"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"parameters": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": "context",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "ElementDefinitionContext"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "definition",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "FoundationElementDefinition"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"exports": [
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "js",
|
|
1321
|
+
"name": "foundationAccordionStyles",
|
|
1322
|
+
"declaration": {
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "javascript-module",
|
|
1331
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
+
"declarations": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "function",
|
|
1335
|
+
"name": "foundationAccordionTemplate",
|
|
1336
|
+
"return": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "ViewTemplate<Accordion>"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"parameters": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "context",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ElementDefinitionContext"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "definition",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "FoundationElementDefinition"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"exports": [
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "js",
|
|
1360
|
+
"name": "foundationAccordionTemplate",
|
|
1361
|
+
"declaration": {
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "javascript-module",
|
|
1370
|
+
"path": "src/accordion/accordion.ts",
|
|
1371
|
+
"declarations": [
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "class",
|
|
1374
|
+
"description": "",
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"superclass": {
|
|
1377
|
+
"name": "FASTAccordion",
|
|
1378
|
+
"package": "@microsoft/fast-foundation"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "%%prefix%%-accordion",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"description": "The Foundation Accordion",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"module": "src/accordion/accordion.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"module": "src/accordion/accordion.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordion",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"module": "src/accordion/accordion.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion/index.ts",
|
|
1444
|
+
"declarations": [],
|
|
1445
|
+
"exports": [
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./accordion.template"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "*",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"package": "./accordion.styles"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "*",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"package": "./accordion"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "javascript-module",
|
|
1474
|
+
"path": "src/_config/index.ts",
|
|
1475
|
+
"declarations": [],
|
|
1476
|
+
"exports": [
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "js",
|
|
1479
|
+
"name": "*",
|
|
1480
|
+
"declaration": {
|
|
1481
|
+
"name": "*",
|
|
1482
|
+
"package": "./styles"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "js",
|
|
1487
|
+
"name": "*",
|
|
1488
|
+
"declaration": {
|
|
1489
|
+
"name": "*",
|
|
1490
|
+
"package": "./tokens"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "js",
|
|
1495
|
+
"name": "*",
|
|
1496
|
+
"declaration": {
|
|
1497
|
+
"name": "*",
|
|
1498
|
+
"package": "./values"
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1290
1503
|
{
|
|
1291
1504
|
"kind": "javascript-module",
|
|
1292
1505
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2242,106 +2455,57 @@
|
|
|
2242
2455
|
},
|
|
2243
2456
|
{
|
|
2244
2457
|
"kind": "javascript-module",
|
|
2245
|
-
"path": "src/
|
|
2246
|
-
"declarations": [
|
|
2247
|
-
"exports": [
|
|
2248
|
-
{
|
|
2249
|
-
"kind": "js",
|
|
2250
|
-
"name": "*",
|
|
2251
|
-
"declaration": {
|
|
2252
|
-
"name": "*",
|
|
2253
|
-
"package": "./styles"
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2458
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2459
|
+
"declarations": [
|
|
2256
2460
|
{
|
|
2257
|
-
"kind": "
|
|
2258
|
-
"name": "
|
|
2259
|
-
"
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
},
|
|
2461
|
+
"kind": "variable",
|
|
2462
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2463
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2466
|
+
"exports": [
|
|
2264
2467
|
{
|
|
2265
2468
|
"kind": "js",
|
|
2266
|
-
"name": "
|
|
2469
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2267
2470
|
"declaration": {
|
|
2268
|
-
"name": "
|
|
2269
|
-
"
|
|
2471
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2472
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2270
2473
|
}
|
|
2271
2474
|
}
|
|
2272
2475
|
]
|
|
2273
2476
|
},
|
|
2274
2477
|
{
|
|
2275
2478
|
"kind": "javascript-module",
|
|
2276
|
-
"path": "src/ai-
|
|
2277
|
-
"declarations": [
|
|
2278
|
-
{
|
|
2279
|
-
"kind": "function",
|
|
2280
|
-
"name": "foundationAiIndicatorStyles",
|
|
2281
|
-
"return": {
|
|
2282
|
-
"type": {
|
|
2283
|
-
"text": "ElementStyles"
|
|
2284
|
-
}
|
|
2285
|
-
},
|
|
2286
|
-
"parameters": [
|
|
2287
|
-
{
|
|
2288
|
-
"name": "context",
|
|
2289
|
-
"type": {
|
|
2290
|
-
"text": "ElementDefinitionContext"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
"name": "definition",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "FoundationElementDefinition"
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
]
|
|
2300
|
-
}
|
|
2301
|
-
],
|
|
2302
|
-
"exports": [
|
|
2303
|
-
{
|
|
2304
|
-
"kind": "js",
|
|
2305
|
-
"name": "foundationAiIndicatorStyles",
|
|
2306
|
-
"declaration": {
|
|
2307
|
-
"name": "foundationAiIndicatorStyles",
|
|
2308
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2309
|
-
}
|
|
2310
|
-
}
|
|
2311
|
-
]
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "javascript-module",
|
|
2315
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2479
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2316
2480
|
"declarations": [
|
|
2317
2481
|
{
|
|
2318
2482
|
"kind": "variable",
|
|
2319
|
-
"name": "
|
|
2483
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2320
2484
|
"type": {
|
|
2321
|
-
"text": "ViewTemplate<
|
|
2485
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2322
2486
|
},
|
|
2323
|
-
"default": "html`\n ${(x) =>
|
|
2487
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2324
2488
|
}
|
|
2325
2489
|
],
|
|
2326
2490
|
"exports": [
|
|
2327
2491
|
{
|
|
2328
2492
|
"kind": "js",
|
|
2329
|
-
"name": "
|
|
2493
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2330
2494
|
"declaration": {
|
|
2331
|
-
"name": "
|
|
2332
|
-
"module": "src/ai-
|
|
2495
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2496
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2333
2497
|
}
|
|
2334
2498
|
}
|
|
2335
2499
|
]
|
|
2336
2500
|
},
|
|
2337
2501
|
{
|
|
2338
2502
|
"kind": "javascript-module",
|
|
2339
|
-
"path": "src/ai-
|
|
2503
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2340
2504
|
"declarations": [
|
|
2341
2505
|
{
|
|
2342
2506
|
"kind": "class",
|
|
2343
2507
|
"description": "",
|
|
2344
|
-
"name": "
|
|
2508
|
+
"name": "AiCriteriaSearch",
|
|
2345
2509
|
"members": [
|
|
2346
2510
|
{
|
|
2347
2511
|
"kind": "field",
|
|
@@ -2352,31 +2516,38 @@
|
|
|
2352
2516
|
},
|
|
2353
2517
|
{
|
|
2354
2518
|
"kind": "field",
|
|
2355
|
-
"name": "
|
|
2519
|
+
"name": "placeholder",
|
|
2356
2520
|
"type": {
|
|
2357
|
-
"text": "
|
|
2521
|
+
"text": "string"
|
|
2358
2522
|
},
|
|
2359
|
-
"default": "
|
|
2523
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2360
2524
|
},
|
|
2361
2525
|
{
|
|
2362
2526
|
"kind": "field",
|
|
2363
|
-
"name": "
|
|
2527
|
+
"name": "disabled",
|
|
2364
2528
|
"type": {
|
|
2365
2529
|
"text": "boolean"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"kind": "field",
|
|
2534
|
+
"name": "mode",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "'append' | 'replace'"
|
|
2366
2537
|
},
|
|
2367
|
-
"default": "
|
|
2538
|
+
"default": "'replace'"
|
|
2368
2539
|
},
|
|
2369
2540
|
{
|
|
2370
2541
|
"kind": "field",
|
|
2371
|
-
"name": "
|
|
2542
|
+
"name": "inputValue",
|
|
2372
2543
|
"type": {
|
|
2373
|
-
"text": "
|
|
2544
|
+
"text": "string"
|
|
2374
2545
|
},
|
|
2375
|
-
"default": "'
|
|
2546
|
+
"default": "''"
|
|
2376
2547
|
},
|
|
2377
2548
|
{
|
|
2378
2549
|
"kind": "field",
|
|
2379
|
-
"name": "
|
|
2550
|
+
"name": "isInterpreting",
|
|
2380
2551
|
"type": {
|
|
2381
2552
|
"text": "boolean"
|
|
2382
2553
|
},
|
|
@@ -2384,133 +2555,91 @@
|
|
|
2384
2555
|
},
|
|
2385
2556
|
{
|
|
2386
2557
|
"kind": "field",
|
|
2387
|
-
"name": "
|
|
2558
|
+
"name": "lastValidCriteria",
|
|
2388
2559
|
"type": {
|
|
2389
|
-
"text": "
|
|
2560
|
+
"text": "string | null"
|
|
2390
2561
|
},
|
|
2391
|
-
"privacy": "private",
|
|
2392
2562
|
"default": "null"
|
|
2393
2563
|
},
|
|
2394
2564
|
{
|
|
2395
2565
|
"kind": "field",
|
|
2396
|
-
"name": "
|
|
2397
|
-
"privacy": "private"
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "field",
|
|
2401
|
-
"name": "chromeStatusLabel",
|
|
2566
|
+
"name": "fieldMetadata",
|
|
2402
2567
|
"type": {
|
|
2403
|
-
"text": "
|
|
2568
|
+
"text": "MetadataDetail[] | string[]"
|
|
2404
2569
|
},
|
|
2405
|
-
"
|
|
2570
|
+
"default": "[]"
|
|
2406
2571
|
},
|
|
2407
2572
|
{
|
|
2408
2573
|
"kind": "field",
|
|
2409
|
-
"name": "
|
|
2574
|
+
"name": "isRecording",
|
|
2410
2575
|
"type": {
|
|
2411
2576
|
"text": "boolean"
|
|
2412
2577
|
},
|
|
2413
|
-
"
|
|
2578
|
+
"default": "false"
|
|
2414
2579
|
},
|
|
2415
2580
|
{
|
|
2416
2581
|
"kind": "field",
|
|
2417
|
-
"name": "
|
|
2582
|
+
"name": "textAreaRef",
|
|
2418
2583
|
"type": {
|
|
2419
|
-
"text": "
|
|
2584
|
+
"text": "HTMLTextAreaElement"
|
|
2420
2585
|
},
|
|
2421
|
-
"
|
|
2586
|
+
"privacy": "public"
|
|
2422
2587
|
},
|
|
2423
2588
|
{
|
|
2424
|
-
"kind": "
|
|
2425
|
-
"name": "
|
|
2426
|
-
"
|
|
2427
|
-
"
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2589
|
+
"kind": "field",
|
|
2590
|
+
"name": "stopRecording",
|
|
2591
|
+
"type": {
|
|
2592
|
+
"text": "(() => void) | null"
|
|
2593
|
+
},
|
|
2594
|
+
"privacy": "private",
|
|
2595
|
+
"default": "null"
|
|
2431
2596
|
},
|
|
2432
2597
|
{
|
|
2433
|
-
"kind": "
|
|
2434
|
-
"name": "
|
|
2598
|
+
"kind": "field",
|
|
2599
|
+
"name": "speechApplyDebounceTimer",
|
|
2600
|
+
"type": {
|
|
2601
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2602
|
+
},
|
|
2435
2603
|
"privacy": "private",
|
|
2436
|
-
"
|
|
2437
|
-
{
|
|
2438
|
-
"name": "event",
|
|
2439
|
-
"type": {
|
|
2440
|
-
"text": "MouseEvent"
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
]
|
|
2604
|
+
"default": "null"
|
|
2444
2605
|
},
|
|
2445
2606
|
{
|
|
2446
|
-
"kind": "
|
|
2447
|
-
"name": "
|
|
2607
|
+
"kind": "field",
|
|
2608
|
+
"name": "baseInputForAppend",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "string"
|
|
2611
|
+
},
|
|
2612
|
+
"privacy": "private",
|
|
2613
|
+
"default": "''"
|
|
2448
2614
|
},
|
|
2449
2615
|
{
|
|
2450
|
-
"kind": "
|
|
2451
|
-
"name": "
|
|
2452
|
-
"
|
|
2453
|
-
"
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
}
|
|
2616
|
+
"kind": "field",
|
|
2617
|
+
"name": "speechAvailable",
|
|
2618
|
+
"type": {
|
|
2619
|
+
"text": "boolean"
|
|
2620
|
+
},
|
|
2621
|
+
"readonly": true
|
|
2457
2622
|
},
|
|
2458
2623
|
{
|
|
2459
2624
|
"kind": "method",
|
|
2460
|
-
"name": "
|
|
2461
|
-
"privacy": "private",
|
|
2462
|
-
"return": {
|
|
2463
|
-
"type": {
|
|
2464
|
-
"text": "AIIndicatorState"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
"parameters": [
|
|
2468
|
-
{
|
|
2469
|
-
"name": "s",
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "AIStatus | null"
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2474
|
-
]
|
|
2625
|
+
"name": "handleSubmit"
|
|
2475
2626
|
},
|
|
2476
2627
|
{
|
|
2477
2628
|
"kind": "method",
|
|
2478
|
-
"name": "
|
|
2479
|
-
"privacy": "private",
|
|
2480
|
-
"return": {
|
|
2481
|
-
"type": {
|
|
2482
|
-
"text": "void"
|
|
2483
|
-
}
|
|
2484
|
-
}
|
|
2629
|
+
"name": "handleBlur"
|
|
2485
2630
|
},
|
|
2486
2631
|
{
|
|
2487
2632
|
"kind": "method",
|
|
2488
|
-
"name": "
|
|
2489
|
-
"privacy": "private",
|
|
2490
|
-
"return": {
|
|
2491
|
-
"type": {
|
|
2492
|
-
"text": "void"
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2633
|
+
"name": "clear"
|
|
2495
2634
|
},
|
|
2496
2635
|
{
|
|
2497
2636
|
"kind": "method",
|
|
2498
|
-
"name": "
|
|
2499
|
-
"privacy": "private",
|
|
2500
|
-
"return": {
|
|
2501
|
-
"type": {
|
|
2502
|
-
"text": "void"
|
|
2503
|
-
}
|
|
2504
|
-
}
|
|
2637
|
+
"name": "toggleSpeechInput"
|
|
2505
2638
|
},
|
|
2506
2639
|
{
|
|
2507
2640
|
"kind": "method",
|
|
2508
|
-
"name": "
|
|
2509
|
-
"
|
|
2510
|
-
"type": {
|
|
2511
|
-
"text": "Promise<void>"
|
|
2512
|
-
}
|
|
2513
|
-
}
|
|
2641
|
+
"name": "clearSpeechApplyDebounce",
|
|
2642
|
+
"privacy": "private"
|
|
2514
2643
|
},
|
|
2515
2644
|
{
|
|
2516
2645
|
"kind": "field",
|
|
@@ -2624,145 +2753,318 @@
|
|
|
2624
2753
|
}
|
|
2625
2754
|
}
|
|
2626
2755
|
],
|
|
2756
|
+
"attributes": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "placeholder",
|
|
2759
|
+
"type": {
|
|
2760
|
+
"text": "string"
|
|
2761
|
+
},
|
|
2762
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2763
|
+
"fieldName": "placeholder"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "boolean"
|
|
2768
|
+
},
|
|
2769
|
+
"fieldName": "disabled"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "mode",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "'append' | 'replace'"
|
|
2775
|
+
},
|
|
2776
|
+
"default": "'replace'",
|
|
2777
|
+
"fieldName": "mode"
|
|
2778
|
+
}
|
|
2779
|
+
],
|
|
2627
2780
|
"superclass": {
|
|
2628
2781
|
"name": "FoundationElement",
|
|
2629
2782
|
"package": "@microsoft/fast-foundation"
|
|
2630
2783
|
},
|
|
2631
|
-
"tagName": "%%prefix%%-ai-
|
|
2784
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2632
2785
|
"customElement": true
|
|
2633
2786
|
},
|
|
2634
2787
|
{
|
|
2635
2788
|
"kind": "variable",
|
|
2636
|
-
"name": "
|
|
2789
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "ShadowRootInit"
|
|
2792
|
+
},
|
|
2793
|
+
"default": "undefined"
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "variable",
|
|
2797
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "object"
|
|
2800
|
+
},
|
|
2801
|
+
"default": "{}"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "variable",
|
|
2805
|
+
"name": "foundationAiCriteriaSearch"
|
|
2637
2806
|
}
|
|
2638
2807
|
],
|
|
2639
2808
|
"exports": [
|
|
2640
2809
|
{
|
|
2641
2810
|
"kind": "js",
|
|
2642
|
-
"name": "
|
|
2811
|
+
"name": "AiCriteriaSearch",
|
|
2643
2812
|
"declaration": {
|
|
2644
|
-
"name": "
|
|
2645
|
-
"module": "src/ai-
|
|
2813
|
+
"name": "AiCriteriaSearch",
|
|
2814
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2646
2815
|
}
|
|
2647
2816
|
},
|
|
2648
2817
|
{
|
|
2649
2818
|
"kind": "js",
|
|
2650
|
-
"name": "
|
|
2819
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2651
2820
|
"declaration": {
|
|
2652
|
-
"name": "
|
|
2653
|
-
"module": "src/ai-
|
|
2821
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2822
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2654
2823
|
}
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "js",
|
|
2827
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2828
|
+
"declaration": {
|
|
2829
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2830
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"kind": "js",
|
|
2835
|
+
"name": "foundationAiCriteriaSearch",
|
|
2836
|
+
"declaration": {
|
|
2837
|
+
"name": "foundationAiCriteriaSearch",
|
|
2838
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2658
2843
|
{
|
|
2659
2844
|
"kind": "javascript-module",
|
|
2660
|
-
"path": "src/ai-
|
|
2845
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2661
2846
|
"declarations": [],
|
|
2662
2847
|
"exports": [
|
|
2663
2848
|
{
|
|
2664
2849
|
"kind": "js",
|
|
2665
|
-
"name": "
|
|
2850
|
+
"name": "AiCriteriaSearch",
|
|
2666
2851
|
"declaration": {
|
|
2667
|
-
"name": "
|
|
2668
|
-
"module": "./ai-
|
|
2852
|
+
"name": "AiCriteriaSearch",
|
|
2853
|
+
"module": "./ai-criteria-search"
|
|
2669
2854
|
}
|
|
2670
2855
|
},
|
|
2671
2856
|
{
|
|
2672
2857
|
"kind": "js",
|
|
2673
|
-
"name": "
|
|
2858
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2674
2859
|
"declaration": {
|
|
2675
|
-
"name": "
|
|
2676
|
-
"module": "./ai-
|
|
2860
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2861
|
+
"module": "./ai-criteria-search"
|
|
2677
2862
|
}
|
|
2678
2863
|
},
|
|
2679
2864
|
{
|
|
2680
2865
|
"kind": "js",
|
|
2681
|
-
"name": "
|
|
2866
|
+
"name": "foundationAiCriteriaSearch",
|
|
2682
2867
|
"declaration": {
|
|
2683
|
-
"name": "
|
|
2684
|
-
"module": "./ai-
|
|
2868
|
+
"name": "foundationAiCriteriaSearch",
|
|
2869
|
+
"module": "./ai-criteria-search"
|
|
2685
2870
|
}
|
|
2686
2871
|
},
|
|
2687
2872
|
{
|
|
2688
2873
|
"kind": "js",
|
|
2689
|
-
"name": "
|
|
2874
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2690
2875
|
"declaration": {
|
|
2691
|
-
"name": "
|
|
2692
|
-
"module": "./ai-
|
|
2876
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2877
|
+
"module": "./ai-criteria-search"
|
|
2693
2878
|
}
|
|
2694
2879
|
},
|
|
2695
2880
|
{
|
|
2696
2881
|
"kind": "js",
|
|
2697
|
-
"name": "
|
|
2882
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2698
2883
|
"declaration": {
|
|
2699
|
-
"name": "
|
|
2700
|
-
"module": "./ai-
|
|
2884
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2885
|
+
"module": "./ai-criteria-search.styles"
|
|
2701
2886
|
}
|
|
2702
2887
|
},
|
|
2703
2888
|
{
|
|
2704
2889
|
"kind": "js",
|
|
2705
|
-
"name": "
|
|
2890
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2706
2891
|
"declaration": {
|
|
2707
|
-
"name": "
|
|
2708
|
-
"module": "./ai-
|
|
2892
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2893
|
+
"module": "./ai-criteria-search.template"
|
|
2894
|
+
}
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"kind": "js",
|
|
2898
|
+
"name": "*",
|
|
2899
|
+
"declaration": {
|
|
2900
|
+
"name": "*",
|
|
2901
|
+
"package": "./validation/criteria-ir"
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"kind": "js",
|
|
2906
|
+
"name": "*",
|
|
2907
|
+
"declaration": {
|
|
2908
|
+
"name": "*",
|
|
2909
|
+
"package": "./validation/operator-map"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "js",
|
|
2914
|
+
"name": "*",
|
|
2915
|
+
"declaration": {
|
|
2916
|
+
"name": "*",
|
|
2917
|
+
"package": "./validation/schema-validator"
|
|
2709
2918
|
}
|
|
2710
2919
|
}
|
|
2711
2920
|
]
|
|
2712
2921
|
},
|
|
2713
2922
|
{
|
|
2714
2923
|
"kind": "javascript-module",
|
|
2715
|
-
"path": "src/ai-criteria-search/
|
|
2924
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2716
2925
|
"declarations": [
|
|
2717
2926
|
{
|
|
2718
|
-
"kind": "
|
|
2719
|
-
"name": "
|
|
2720
|
-
"
|
|
2927
|
+
"kind": "function",
|
|
2928
|
+
"name": "formatValidationErrors",
|
|
2929
|
+
"return": {
|
|
2930
|
+
"type": {
|
|
2931
|
+
"text": "string"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
"parameters": [
|
|
2935
|
+
{
|
|
2936
|
+
"name": "errors",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "ValidationError[]"
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
],
|
|
2942
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "function",
|
|
2946
|
+
"name": "showCriteriaError",
|
|
2947
|
+
"return": {
|
|
2948
|
+
"type": {
|
|
2949
|
+
"text": "void"
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2952
|
+
"parameters": [
|
|
2953
|
+
{
|
|
2954
|
+
"name": "title",
|
|
2955
|
+
"type": {
|
|
2956
|
+
"text": "string"
|
|
2957
|
+
},
|
|
2958
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "body",
|
|
2962
|
+
"type": {
|
|
2963
|
+
"text": "string"
|
|
2964
|
+
},
|
|
2965
|
+
"description": "Error message to display"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "tagName",
|
|
2969
|
+
"type": {
|
|
2970
|
+
"text": "string"
|
|
2971
|
+
},
|
|
2972
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2721
2976
|
}
|
|
2722
2977
|
],
|
|
2723
2978
|
"exports": [
|
|
2724
2979
|
{
|
|
2725
2980
|
"kind": "js",
|
|
2726
|
-
"name": "
|
|
2981
|
+
"name": "formatValidationErrors",
|
|
2727
2982
|
"declaration": {
|
|
2728
|
-
"name": "
|
|
2729
|
-
"module": "src/ai-criteria-search/
|
|
2983
|
+
"name": "formatValidationErrors",
|
|
2984
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "js",
|
|
2989
|
+
"name": "showCriteriaError",
|
|
2990
|
+
"declaration": {
|
|
2991
|
+
"name": "showCriteriaError",
|
|
2992
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2730
2993
|
}
|
|
2731
2994
|
}
|
|
2732
2995
|
]
|
|
2733
2996
|
},
|
|
2734
2997
|
{
|
|
2735
2998
|
"kind": "javascript-module",
|
|
2736
|
-
"path": "src/ai-
|
|
2999
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3000
|
+
"declarations": [
|
|
3001
|
+
{
|
|
3002
|
+
"kind": "function",
|
|
3003
|
+
"name": "foundationAiIndicatorStyles",
|
|
3004
|
+
"return": {
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "ElementStyles"
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
"parameters": [
|
|
3010
|
+
{
|
|
3011
|
+
"name": "context",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "ElementDefinitionContext"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"name": "definition",
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": "FoundationElementDefinition"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
]
|
|
3023
|
+
}
|
|
3024
|
+
],
|
|
3025
|
+
"exports": [
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "js",
|
|
3028
|
+
"name": "foundationAiIndicatorStyles",
|
|
3029
|
+
"declaration": {
|
|
3030
|
+
"name": "foundationAiIndicatorStyles",
|
|
3031
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
]
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"kind": "javascript-module",
|
|
3038
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2737
3039
|
"declarations": [
|
|
2738
3040
|
{
|
|
2739
3041
|
"kind": "variable",
|
|
2740
|
-
"name": "
|
|
3042
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2741
3043
|
"type": {
|
|
2742
|
-
"text": "ViewTemplate<
|
|
3044
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2743
3045
|
},
|
|
2744
|
-
"default": "html`\n ${(x) =>
|
|
3046
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2745
3047
|
}
|
|
2746
3048
|
],
|
|
2747
3049
|
"exports": [
|
|
2748
3050
|
{
|
|
2749
3051
|
"kind": "js",
|
|
2750
|
-
"name": "
|
|
3052
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2751
3053
|
"declaration": {
|
|
2752
|
-
"name": "
|
|
2753
|
-
"module": "src/ai-
|
|
3054
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3055
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2754
3056
|
}
|
|
2755
3057
|
}
|
|
2756
3058
|
]
|
|
2757
3059
|
},
|
|
2758
3060
|
{
|
|
2759
3061
|
"kind": "javascript-module",
|
|
2760
|
-
"path": "src/ai-
|
|
3062
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2761
3063
|
"declarations": [
|
|
2762
3064
|
{
|
|
2763
3065
|
"kind": "class",
|
|
2764
3066
|
"description": "",
|
|
2765
|
-
"name": "
|
|
3067
|
+
"name": "AiIndicator",
|
|
2766
3068
|
"members": [
|
|
2767
3069
|
{
|
|
2768
3070
|
"kind": "field",
|
|
@@ -2773,38 +3075,31 @@
|
|
|
2773
3075
|
},
|
|
2774
3076
|
{
|
|
2775
3077
|
"kind": "field",
|
|
2776
|
-
"name": "
|
|
3078
|
+
"name": "status",
|
|
2777
3079
|
"type": {
|
|
2778
|
-
"text": "
|
|
3080
|
+
"text": "AIStatus | null"
|
|
2779
3081
|
},
|
|
2780
|
-
"default": "
|
|
3082
|
+
"default": "null"
|
|
2781
3083
|
},
|
|
2782
3084
|
{
|
|
2783
3085
|
"kind": "field",
|
|
2784
|
-
"name": "
|
|
3086
|
+
"name": "open",
|
|
2785
3087
|
"type": {
|
|
2786
3088
|
"text": "boolean"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"kind": "field",
|
|
2791
|
-
"name": "mode",
|
|
2792
|
-
"type": {
|
|
2793
|
-
"text": "'append' | 'replace'"
|
|
2794
3089
|
},
|
|
2795
|
-
"default": "
|
|
3090
|
+
"default": "false"
|
|
2796
3091
|
},
|
|
2797
3092
|
{
|
|
2798
3093
|
"kind": "field",
|
|
2799
|
-
"name": "
|
|
3094
|
+
"name": "state",
|
|
2800
3095
|
"type": {
|
|
2801
|
-
"text": "
|
|
3096
|
+
"text": "AIIndicatorState"
|
|
2802
3097
|
},
|
|
2803
|
-
"default": "''"
|
|
3098
|
+
"default": "'none'"
|
|
2804
3099
|
},
|
|
2805
3100
|
{
|
|
2806
3101
|
"kind": "field",
|
|
2807
|
-
"name": "
|
|
3102
|
+
"name": "isInstalling",
|
|
2808
3103
|
"type": {
|
|
2809
3104
|
"text": "boolean"
|
|
2810
3105
|
},
|
|
@@ -2812,91 +3107,133 @@
|
|
|
2812
3107
|
},
|
|
2813
3108
|
{
|
|
2814
3109
|
"kind": "field",
|
|
2815
|
-
"name": "
|
|
3110
|
+
"name": "pollTimer",
|
|
2816
3111
|
"type": {
|
|
2817
|
-
"text": "
|
|
3112
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2818
3113
|
},
|
|
3114
|
+
"privacy": "private",
|
|
2819
3115
|
"default": "null"
|
|
2820
3116
|
},
|
|
2821
3117
|
{
|
|
2822
3118
|
"kind": "field",
|
|
2823
|
-
"name": "
|
|
2824
|
-
"
|
|
2825
|
-
"text": "MetadataDetail[] | string[]"
|
|
2826
|
-
},
|
|
2827
|
-
"default": "[]"
|
|
3119
|
+
"name": "clickOutside",
|
|
3120
|
+
"privacy": "private"
|
|
2828
3121
|
},
|
|
2829
3122
|
{
|
|
2830
3123
|
"kind": "field",
|
|
2831
|
-
"name": "
|
|
3124
|
+
"name": "chromeStatusLabel",
|
|
2832
3125
|
"type": {
|
|
2833
|
-
"text": "
|
|
3126
|
+
"text": "string | null"
|
|
2834
3127
|
},
|
|
2835
|
-
"
|
|
3128
|
+
"readonly": true
|
|
2836
3129
|
},
|
|
2837
3130
|
{
|
|
2838
3131
|
"kind": "field",
|
|
2839
|
-
"name": "
|
|
3132
|
+
"name": "canInstall",
|
|
2840
3133
|
"type": {
|
|
2841
|
-
"text": "
|
|
3134
|
+
"text": "boolean"
|
|
2842
3135
|
},
|
|
2843
|
-
"
|
|
3136
|
+
"readonly": true
|
|
2844
3137
|
},
|
|
2845
3138
|
{
|
|
2846
3139
|
"kind": "field",
|
|
2847
|
-
"name": "
|
|
3140
|
+
"name": "isDownloading",
|
|
2848
3141
|
"type": {
|
|
2849
|
-
"text": "
|
|
3142
|
+
"text": "boolean"
|
|
2850
3143
|
},
|
|
2851
|
-
"
|
|
2852
|
-
"default": "null"
|
|
3144
|
+
"readonly": true
|
|
2853
3145
|
},
|
|
2854
3146
|
{
|
|
2855
|
-
"kind": "
|
|
2856
|
-
"name": "
|
|
2857
|
-
"
|
|
2858
|
-
"
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
3147
|
+
"kind": "method",
|
|
3148
|
+
"name": "openChanged",
|
|
3149
|
+
"return": {
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "void"
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
2862
3154
|
},
|
|
2863
3155
|
{
|
|
2864
|
-
"kind": "
|
|
2865
|
-
"name": "
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "string"
|
|
2868
|
-
},
|
|
3156
|
+
"kind": "method",
|
|
3157
|
+
"name": "handleClickOutside",
|
|
2869
3158
|
"privacy": "private",
|
|
2870
|
-
"
|
|
3159
|
+
"parameters": [
|
|
3160
|
+
{
|
|
3161
|
+
"name": "event",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "MouseEvent"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
]
|
|
2871
3167
|
},
|
|
2872
3168
|
{
|
|
2873
|
-
"kind": "
|
|
2874
|
-
"name": "
|
|
2875
|
-
"type": {
|
|
2876
|
-
"text": "boolean"
|
|
2877
|
-
},
|
|
2878
|
-
"readonly": true
|
|
3169
|
+
"kind": "method",
|
|
3170
|
+
"name": "toggleDropdown"
|
|
2879
3171
|
},
|
|
2880
3172
|
{
|
|
2881
3173
|
"kind": "method",
|
|
2882
|
-
"name": "
|
|
3174
|
+
"name": "refreshStatus",
|
|
3175
|
+
"return": {
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "Promise<void>"
|
|
3178
|
+
}
|
|
3179
|
+
}
|
|
2883
3180
|
},
|
|
2884
3181
|
{
|
|
2885
3182
|
"kind": "method",
|
|
2886
|
-
"name": "
|
|
3183
|
+
"name": "deriveState",
|
|
3184
|
+
"privacy": "private",
|
|
3185
|
+
"return": {
|
|
3186
|
+
"type": {
|
|
3187
|
+
"text": "AIIndicatorState"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3190
|
+
"parameters": [
|
|
3191
|
+
{
|
|
3192
|
+
"name": "s",
|
|
3193
|
+
"type": {
|
|
3194
|
+
"text": "AIStatus | null"
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3197
|
+
]
|
|
2887
3198
|
},
|
|
2888
3199
|
{
|
|
2889
3200
|
"kind": "method",
|
|
2890
|
-
"name": "
|
|
3201
|
+
"name": "maybeStartPolling",
|
|
3202
|
+
"privacy": "private",
|
|
3203
|
+
"return": {
|
|
3204
|
+
"type": {
|
|
3205
|
+
"text": "void"
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
2891
3208
|
},
|
|
2892
3209
|
{
|
|
2893
3210
|
"kind": "method",
|
|
2894
|
-
"name": "
|
|
3211
|
+
"name": "startPolling",
|
|
3212
|
+
"privacy": "private",
|
|
3213
|
+
"return": {
|
|
3214
|
+
"type": {
|
|
3215
|
+
"text": "void"
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
2895
3218
|
},
|
|
2896
3219
|
{
|
|
2897
3220
|
"kind": "method",
|
|
2898
|
-
"name": "
|
|
2899
|
-
"privacy": "private"
|
|
3221
|
+
"name": "stopPolling",
|
|
3222
|
+
"privacy": "private",
|
|
3223
|
+
"return": {
|
|
3224
|
+
"type": {
|
|
3225
|
+
"text": "void"
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"kind": "method",
|
|
3231
|
+
"name": "onInstall",
|
|
3232
|
+
"return": {
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "Promise<void>"
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
2900
3237
|
},
|
|
2901
3238
|
{
|
|
2902
3239
|
"kind": "field",
|
|
@@ -3010,425 +3347,88 @@
|
|
|
3010
3347
|
}
|
|
3011
3348
|
}
|
|
3012
3349
|
],
|
|
3013
|
-
"attributes": [
|
|
3014
|
-
{
|
|
3015
|
-
"name": "placeholder",
|
|
3016
|
-
"type": {
|
|
3017
|
-
"text": "string"
|
|
3018
|
-
},
|
|
3019
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3020
|
-
"fieldName": "placeholder"
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"type": {
|
|
3024
|
-
"text": "boolean"
|
|
3025
|
-
},
|
|
3026
|
-
"fieldName": "disabled"
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "mode",
|
|
3030
|
-
"type": {
|
|
3031
|
-
"text": "'append' | 'replace'"
|
|
3032
|
-
},
|
|
3033
|
-
"default": "'replace'",
|
|
3034
|
-
"fieldName": "mode"
|
|
3035
|
-
}
|
|
3036
|
-
],
|
|
3037
3350
|
"superclass": {
|
|
3038
3351
|
"name": "FoundationElement",
|
|
3039
3352
|
"package": "@microsoft/fast-foundation"
|
|
3040
3353
|
},
|
|
3041
|
-
"tagName": "%%prefix%%-ai-
|
|
3354
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3042
3355
|
"customElement": true
|
|
3043
3356
|
},
|
|
3044
3357
|
{
|
|
3045
3358
|
"kind": "variable",
|
|
3046
|
-
"name": "
|
|
3047
|
-
"type": {
|
|
3048
|
-
"text": "ShadowRootInit"
|
|
3049
|
-
},
|
|
3050
|
-
"default": "undefined"
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"kind": "variable",
|
|
3054
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3055
|
-
"type": {
|
|
3056
|
-
"text": "object"
|
|
3057
|
-
},
|
|
3058
|
-
"default": "{}"
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"kind": "variable",
|
|
3062
|
-
"name": "foundationAiCriteriaSearch"
|
|
3359
|
+
"name": "foundationAiIndicator"
|
|
3063
3360
|
}
|
|
3064
3361
|
],
|
|
3065
3362
|
"exports": [
|
|
3066
3363
|
{
|
|
3067
3364
|
"kind": "js",
|
|
3068
|
-
"name": "
|
|
3069
|
-
"declaration": {
|
|
3070
|
-
"name": "AiCriteriaSearch",
|
|
3071
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3072
|
-
}
|
|
3073
|
-
},
|
|
3074
|
-
{
|
|
3075
|
-
"kind": "js",
|
|
3076
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3077
|
-
"declaration": {
|
|
3078
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3079
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3080
|
-
}
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"kind": "js",
|
|
3084
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3365
|
+
"name": "AiIndicator",
|
|
3085
3366
|
"declaration": {
|
|
3086
|
-
"name": "
|
|
3087
|
-
"module": "src/ai-
|
|
3367
|
+
"name": "AiIndicator",
|
|
3368
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3088
3369
|
}
|
|
3089
3370
|
},
|
|
3090
3371
|
{
|
|
3091
3372
|
"kind": "js",
|
|
3092
|
-
"name": "
|
|
3373
|
+
"name": "foundationAiIndicator",
|
|
3093
3374
|
"declaration": {
|
|
3094
|
-
"name": "
|
|
3095
|
-
"module": "src/ai-
|
|
3375
|
+
"name": "foundationAiIndicator",
|
|
3376
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3096
3377
|
}
|
|
3097
3378
|
}
|
|
3098
3379
|
]
|
|
3099
3380
|
},
|
|
3100
3381
|
{
|
|
3101
3382
|
"kind": "javascript-module",
|
|
3102
|
-
"path": "src/ai-
|
|
3383
|
+
"path": "src/ai-indicator/index.ts",
|
|
3103
3384
|
"declarations": [],
|
|
3104
3385
|
"exports": [
|
|
3105
3386
|
{
|
|
3106
3387
|
"kind": "js",
|
|
3107
|
-
"name": "
|
|
3108
|
-
"declaration": {
|
|
3109
|
-
"name": "AiCriteriaSearch",
|
|
3110
|
-
"module": "./ai-criteria-search"
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"kind": "js",
|
|
3115
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3116
|
-
"declaration": {
|
|
3117
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3118
|
-
"module": "./ai-criteria-search"
|
|
3119
|
-
}
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"kind": "js",
|
|
3123
|
-
"name": "foundationAiCriteriaSearch",
|
|
3124
|
-
"declaration": {
|
|
3125
|
-
"name": "foundationAiCriteriaSearch",
|
|
3126
|
-
"module": "./ai-criteria-search"
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"kind": "js",
|
|
3131
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3132
|
-
"declaration": {
|
|
3133
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3134
|
-
"module": "./ai-criteria-search"
|
|
3135
|
-
}
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"kind": "js",
|
|
3139
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3140
|
-
"declaration": {
|
|
3141
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3142
|
-
"module": "./ai-criteria-search.styles"
|
|
3143
|
-
}
|
|
3144
|
-
},
|
|
3145
|
-
{
|
|
3146
|
-
"kind": "js",
|
|
3147
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3148
|
-
"declaration": {
|
|
3149
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3150
|
-
"module": "./ai-criteria-search.template"
|
|
3151
|
-
}
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"kind": "js",
|
|
3155
|
-
"name": "*",
|
|
3156
|
-
"declaration": {
|
|
3157
|
-
"name": "*",
|
|
3158
|
-
"package": "./validation/criteria-ir"
|
|
3159
|
-
}
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
"kind": "js",
|
|
3163
|
-
"name": "*",
|
|
3164
|
-
"declaration": {
|
|
3165
|
-
"name": "*",
|
|
3166
|
-
"package": "./validation/operator-map"
|
|
3167
|
-
}
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"kind": "js",
|
|
3171
|
-
"name": "*",
|
|
3172
|
-
"declaration": {
|
|
3173
|
-
"name": "*",
|
|
3174
|
-
"package": "./validation/schema-validator"
|
|
3175
|
-
}
|
|
3176
|
-
}
|
|
3177
|
-
]
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"kind": "javascript-module",
|
|
3181
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3182
|
-
"declarations": [
|
|
3183
|
-
{
|
|
3184
|
-
"kind": "function",
|
|
3185
|
-
"name": "formatValidationErrors",
|
|
3186
|
-
"return": {
|
|
3187
|
-
"type": {
|
|
3188
|
-
"text": "string"
|
|
3189
|
-
}
|
|
3190
|
-
},
|
|
3191
|
-
"parameters": [
|
|
3192
|
-
{
|
|
3193
|
-
"name": "errors",
|
|
3194
|
-
"type": {
|
|
3195
|
-
"text": "ValidationError[]"
|
|
3196
|
-
}
|
|
3197
|
-
}
|
|
3198
|
-
],
|
|
3199
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"kind": "function",
|
|
3203
|
-
"name": "showCriteriaError",
|
|
3204
|
-
"return": {
|
|
3205
|
-
"type": {
|
|
3206
|
-
"text": "void"
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3209
|
-
"parameters": [
|
|
3210
|
-
{
|
|
3211
|
-
"name": "title",
|
|
3212
|
-
"type": {
|
|
3213
|
-
"text": "string"
|
|
3214
|
-
},
|
|
3215
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3216
|
-
},
|
|
3217
|
-
{
|
|
3218
|
-
"name": "body",
|
|
3219
|
-
"type": {
|
|
3220
|
-
"text": "string"
|
|
3221
|
-
},
|
|
3222
|
-
"description": "Error message to display"
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"name": "tagName",
|
|
3226
|
-
"type": {
|
|
3227
|
-
"text": "string"
|
|
3228
|
-
},
|
|
3229
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3230
|
-
}
|
|
3231
|
-
],
|
|
3232
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3233
|
-
}
|
|
3234
|
-
],
|
|
3235
|
-
"exports": [
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "js",
|
|
3238
|
-
"name": "formatValidationErrors",
|
|
3239
|
-
"declaration": {
|
|
3240
|
-
"name": "formatValidationErrors",
|
|
3241
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3242
|
-
}
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"kind": "js",
|
|
3246
|
-
"name": "showCriteriaError",
|
|
3247
|
-
"declaration": {
|
|
3248
|
-
"name": "showCriteriaError",
|
|
3249
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3250
|
-
}
|
|
3251
|
-
}
|
|
3252
|
-
]
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "javascript-module",
|
|
3256
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3257
|
-
"declarations": [
|
|
3258
|
-
{
|
|
3259
|
-
"kind": "function",
|
|
3260
|
-
"name": "foundationAccordionStyles",
|
|
3261
|
-
"return": {
|
|
3262
|
-
"type": {
|
|
3263
|
-
"text": "ElementStyles"
|
|
3264
|
-
}
|
|
3265
|
-
},
|
|
3266
|
-
"parameters": [
|
|
3267
|
-
{
|
|
3268
|
-
"name": "context",
|
|
3269
|
-
"type": {
|
|
3270
|
-
"text": "ElementDefinitionContext"
|
|
3271
|
-
}
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"name": "definition",
|
|
3275
|
-
"type": {
|
|
3276
|
-
"text": "FoundationElementDefinition"
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
]
|
|
3280
|
-
}
|
|
3281
|
-
],
|
|
3282
|
-
"exports": [
|
|
3283
|
-
{
|
|
3284
|
-
"kind": "js",
|
|
3285
|
-
"name": "foundationAccordionStyles",
|
|
3286
|
-
"declaration": {
|
|
3287
|
-
"name": "foundationAccordionStyles",
|
|
3288
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3289
|
-
}
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3296
|
-
"declarations": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "function",
|
|
3299
|
-
"name": "foundationAccordionTemplate",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "ViewTemplate<Accordion>"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
3306
|
-
{
|
|
3307
|
-
"name": "context",
|
|
3308
|
-
"type": {
|
|
3309
|
-
"text": "ElementDefinitionContext"
|
|
3310
|
-
}
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"name": "definition",
|
|
3314
|
-
"type": {
|
|
3315
|
-
"text": "FoundationElementDefinition"
|
|
3316
|
-
}
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3319
|
-
}
|
|
3320
|
-
],
|
|
3321
|
-
"exports": [
|
|
3322
|
-
{
|
|
3323
|
-
"kind": "js",
|
|
3324
|
-
"name": "foundationAccordionTemplate",
|
|
3325
|
-
"declaration": {
|
|
3326
|
-
"name": "foundationAccordionTemplate",
|
|
3327
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
|
-
]
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"kind": "javascript-module",
|
|
3334
|
-
"path": "src/accordion/accordion.ts",
|
|
3335
|
-
"declarations": [
|
|
3336
|
-
{
|
|
3337
|
-
"kind": "class",
|
|
3338
|
-
"description": "",
|
|
3339
|
-
"name": "Accordion",
|
|
3340
|
-
"superclass": {
|
|
3341
|
-
"name": "FASTAccordion",
|
|
3342
|
-
"package": "@microsoft/fast-foundation"
|
|
3343
|
-
},
|
|
3344
|
-
"tagName": "%%prefix%%-accordion",
|
|
3345
|
-
"customElement": true
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "variable",
|
|
3349
|
-
"name": "foundationAccordionShadowOptions",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "ShadowRootInit"
|
|
3352
|
-
},
|
|
3353
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "variable",
|
|
3357
|
-
"name": "defaultAccordionConfig",
|
|
3358
|
-
"type": {
|
|
3359
|
-
"text": "object"
|
|
3360
|
-
},
|
|
3361
|
-
"default": "{}"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "variable",
|
|
3365
|
-
"name": "foundationAccordion",
|
|
3366
|
-
"description": "The Foundation Accordion",
|
|
3367
|
-
"privacy": "public"
|
|
3368
|
-
}
|
|
3369
|
-
],
|
|
3370
|
-
"exports": [
|
|
3371
|
-
{
|
|
3372
|
-
"kind": "js",
|
|
3373
|
-
"name": "Accordion",
|
|
3388
|
+
"name": "AiIndicator",
|
|
3374
3389
|
"declaration": {
|
|
3375
|
-
"name": "
|
|
3376
|
-
"module": "
|
|
3390
|
+
"name": "AiIndicator",
|
|
3391
|
+
"module": "./ai-indicator"
|
|
3377
3392
|
}
|
|
3378
3393
|
},
|
|
3379
3394
|
{
|
|
3380
3395
|
"kind": "js",
|
|
3381
|
-
"name": "
|
|
3396
|
+
"name": "foundationAiIndicator",
|
|
3382
3397
|
"declaration": {
|
|
3383
|
-
"name": "
|
|
3384
|
-
"module": "
|
|
3398
|
+
"name": "foundationAiIndicator",
|
|
3399
|
+
"module": "./ai-indicator"
|
|
3385
3400
|
}
|
|
3386
3401
|
},
|
|
3387
3402
|
{
|
|
3388
3403
|
"kind": "js",
|
|
3389
|
-
"name": "
|
|
3404
|
+
"name": "type",
|
|
3390
3405
|
"declaration": {
|
|
3391
|
-
"name": "
|
|
3392
|
-
"module": "
|
|
3406
|
+
"name": "type",
|
|
3407
|
+
"module": "./ai-indicator"
|
|
3393
3408
|
}
|
|
3394
3409
|
},
|
|
3395
3410
|
{
|
|
3396
3411
|
"kind": "js",
|
|
3397
|
-
"name": "
|
|
3398
|
-
"declaration": {
|
|
3399
|
-
"name": "foundationAccordion",
|
|
3400
|
-
"module": "src/accordion/accordion.ts"
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
]
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "javascript-module",
|
|
3407
|
-
"path": "src/accordion/index.ts",
|
|
3408
|
-
"declarations": [],
|
|
3409
|
-
"exports": [
|
|
3410
|
-
{
|
|
3411
|
-
"kind": "js",
|
|
3412
|
-
"name": "*",
|
|
3412
|
+
"name": "AIIndicatorState",
|
|
3413
3413
|
"declaration": {
|
|
3414
|
-
"name": "
|
|
3415
|
-
"
|
|
3414
|
+
"name": "AIIndicatorState",
|
|
3415
|
+
"module": "./ai-indicator"
|
|
3416
3416
|
}
|
|
3417
3417
|
},
|
|
3418
3418
|
{
|
|
3419
3419
|
"kind": "js",
|
|
3420
|
-
"name": "
|
|
3420
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3421
3421
|
"declaration": {
|
|
3422
|
-
"name": "
|
|
3423
|
-
"
|
|
3422
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3423
|
+
"module": "./ai-indicator.template"
|
|
3424
3424
|
}
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
3427
3427
|
"kind": "js",
|
|
3428
|
-
"name": "
|
|
3428
|
+
"name": "foundationAiIndicatorStyles",
|
|
3429
3429
|
"declaration": {
|
|
3430
|
-
"name": "
|
|
3431
|
-
"
|
|
3430
|
+
"name": "foundationAiIndicatorStyles",
|
|
3431
|
+
"module": "./ai-indicator.styles"
|
|
3432
3432
|
}
|
|
3433
3433
|
}
|
|
3434
3434
|
]
|