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