@genesislcap/foundation-ui 14.401.1 → 14.401.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +450 -441
- package/dist/dts/toast/toast.d.ts +2 -0
- package/dist/dts/toast/toast.d.ts.map +1 -1
- package/dist/esm/toast/toast.js +7 -1
- package/package.json +19 -19
|
@@ -1287,37 +1287,6 @@
|
|
|
1287
1287
|
}
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/_config/index.ts",
|
|
1293
|
-
"declarations": [],
|
|
1294
|
-
"exports": [
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "js",
|
|
1297
|
-
"name": "*",
|
|
1298
|
-
"declaration": {
|
|
1299
|
-
"name": "*",
|
|
1300
|
-
"package": "./styles"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "*",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "*",
|
|
1308
|
-
"package": "./tokens"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "js",
|
|
1313
|
-
"name": "*",
|
|
1314
|
-
"declaration": {
|
|
1315
|
-
"name": "*",
|
|
1316
|
-
"package": "./values"
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
]
|
|
1320
|
-
},
|
|
1321
1290
|
{
|
|
1322
1291
|
"kind": "javascript-module",
|
|
1323
1292
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1894,6 +1863,37 @@
|
|
|
1894
1863
|
}
|
|
1895
1864
|
]
|
|
1896
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
|
+
},
|
|
1897
1897
|
{
|
|
1898
1898
|
"kind": "javascript-module",
|
|
1899
1899
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2455,57 +2455,75 @@
|
|
|
2455
2455
|
},
|
|
2456
2456
|
{
|
|
2457
2457
|
"kind": "javascript-module",
|
|
2458
|
-
"path": "src/ai-
|
|
2458
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2459
2459
|
"declarations": [
|
|
2460
2460
|
{
|
|
2461
|
-
"kind": "
|
|
2462
|
-
"name": "
|
|
2463
|
-
"
|
|
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
|
+
]
|
|
2464
2482
|
}
|
|
2465
2483
|
],
|
|
2466
2484
|
"exports": [
|
|
2467
2485
|
{
|
|
2468
2486
|
"kind": "js",
|
|
2469
|
-
"name": "
|
|
2487
|
+
"name": "foundationAiIndicatorStyles",
|
|
2470
2488
|
"declaration": {
|
|
2471
|
-
"name": "
|
|
2472
|
-
"module": "src/ai-
|
|
2489
|
+
"name": "foundationAiIndicatorStyles",
|
|
2490
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2473
2491
|
}
|
|
2474
2492
|
}
|
|
2475
2493
|
]
|
|
2476
2494
|
},
|
|
2477
2495
|
{
|
|
2478
2496
|
"kind": "javascript-module",
|
|
2479
|
-
"path": "src/ai-
|
|
2497
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2480
2498
|
"declarations": [
|
|
2481
2499
|
{
|
|
2482
2500
|
"kind": "variable",
|
|
2483
|
-
"name": "
|
|
2501
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2484
2502
|
"type": {
|
|
2485
|
-
"text": "ViewTemplate<
|
|
2503
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2486
2504
|
},
|
|
2487
|
-
"default": "html`\n ${(x) =>
|
|
2505
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2488
2506
|
}
|
|
2489
2507
|
],
|
|
2490
2508
|
"exports": [
|
|
2491
2509
|
{
|
|
2492
2510
|
"kind": "js",
|
|
2493
|
-
"name": "
|
|
2511
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2494
2512
|
"declaration": {
|
|
2495
|
-
"name": "
|
|
2496
|
-
"module": "src/ai-
|
|
2513
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2514
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2497
2515
|
}
|
|
2498
2516
|
}
|
|
2499
2517
|
]
|
|
2500
2518
|
},
|
|
2501
2519
|
{
|
|
2502
2520
|
"kind": "javascript-module",
|
|
2503
|
-
"path": "src/ai-
|
|
2521
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2504
2522
|
"declarations": [
|
|
2505
2523
|
{
|
|
2506
2524
|
"kind": "class",
|
|
2507
2525
|
"description": "",
|
|
2508
|
-
"name": "
|
|
2526
|
+
"name": "AiIndicator",
|
|
2509
2527
|
"members": [
|
|
2510
2528
|
{
|
|
2511
2529
|
"kind": "field",
|
|
@@ -2516,38 +2534,31 @@
|
|
|
2516
2534
|
},
|
|
2517
2535
|
{
|
|
2518
2536
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2537
|
+
"name": "status",
|
|
2520
2538
|
"type": {
|
|
2521
|
-
"text": "
|
|
2539
|
+
"text": "AIStatus | null"
|
|
2522
2540
|
},
|
|
2523
|
-
"default": "
|
|
2541
|
+
"default": "null"
|
|
2524
2542
|
},
|
|
2525
2543
|
{
|
|
2526
2544
|
"kind": "field",
|
|
2527
|
-
"name": "
|
|
2545
|
+
"name": "open",
|
|
2528
2546
|
"type": {
|
|
2529
2547
|
"text": "boolean"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"kind": "field",
|
|
2534
|
-
"name": "mode",
|
|
2535
|
-
"type": {
|
|
2536
|
-
"text": "'append' | 'replace'"
|
|
2537
2548
|
},
|
|
2538
|
-
"default": "
|
|
2549
|
+
"default": "false"
|
|
2539
2550
|
},
|
|
2540
2551
|
{
|
|
2541
2552
|
"kind": "field",
|
|
2542
|
-
"name": "
|
|
2553
|
+
"name": "state",
|
|
2543
2554
|
"type": {
|
|
2544
|
-
"text": "
|
|
2555
|
+
"text": "AIIndicatorState"
|
|
2545
2556
|
},
|
|
2546
|
-
"default": "''"
|
|
2557
|
+
"default": "'none'"
|
|
2547
2558
|
},
|
|
2548
2559
|
{
|
|
2549
2560
|
"kind": "field",
|
|
2550
|
-
"name": "
|
|
2561
|
+
"name": "isInstalling",
|
|
2551
2562
|
"type": {
|
|
2552
2563
|
"text": "boolean"
|
|
2553
2564
|
},
|
|
@@ -2555,91 +2566,133 @@
|
|
|
2555
2566
|
},
|
|
2556
2567
|
{
|
|
2557
2568
|
"kind": "field",
|
|
2558
|
-
"name": "
|
|
2569
|
+
"name": "pollTimer",
|
|
2559
2570
|
"type": {
|
|
2560
|
-
"text": "
|
|
2571
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2561
2572
|
},
|
|
2573
|
+
"privacy": "private",
|
|
2562
2574
|
"default": "null"
|
|
2563
2575
|
},
|
|
2564
2576
|
{
|
|
2565
2577
|
"kind": "field",
|
|
2566
|
-
"name": "
|
|
2567
|
-
"
|
|
2568
|
-
"text": "MetadataDetail[] | string[]"
|
|
2569
|
-
},
|
|
2570
|
-
"default": "[]"
|
|
2578
|
+
"name": "clickOutside",
|
|
2579
|
+
"privacy": "private"
|
|
2571
2580
|
},
|
|
2572
2581
|
{
|
|
2573
2582
|
"kind": "field",
|
|
2574
|
-
"name": "
|
|
2583
|
+
"name": "chromeStatusLabel",
|
|
2575
2584
|
"type": {
|
|
2576
|
-
"text": "
|
|
2585
|
+
"text": "string | null"
|
|
2577
2586
|
},
|
|
2578
|
-
"
|
|
2587
|
+
"readonly": true
|
|
2579
2588
|
},
|
|
2580
2589
|
{
|
|
2581
2590
|
"kind": "field",
|
|
2582
|
-
"name": "
|
|
2591
|
+
"name": "canInstall",
|
|
2583
2592
|
"type": {
|
|
2584
|
-
"text": "
|
|
2593
|
+
"text": "boolean"
|
|
2585
2594
|
},
|
|
2586
|
-
"
|
|
2595
|
+
"readonly": true
|
|
2587
2596
|
},
|
|
2588
2597
|
{
|
|
2589
2598
|
"kind": "field",
|
|
2590
|
-
"name": "
|
|
2599
|
+
"name": "isDownloading",
|
|
2591
2600
|
"type": {
|
|
2592
|
-
"text": "
|
|
2601
|
+
"text": "boolean"
|
|
2593
2602
|
},
|
|
2594
|
-
"
|
|
2595
|
-
"default": "null"
|
|
2603
|
+
"readonly": true
|
|
2596
2604
|
},
|
|
2597
2605
|
{
|
|
2598
|
-
"kind": "
|
|
2599
|
-
"name": "
|
|
2600
|
-
"
|
|
2601
|
-
"
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2606
|
+
"kind": "method",
|
|
2607
|
+
"name": "openChanged",
|
|
2608
|
+
"return": {
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "void"
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2605
2613
|
},
|
|
2606
2614
|
{
|
|
2607
|
-
"kind": "
|
|
2608
|
-
"name": "
|
|
2609
|
-
"type": {
|
|
2610
|
-
"text": "string"
|
|
2611
|
-
},
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "handleClickOutside",
|
|
2612
2617
|
"privacy": "private",
|
|
2613
|
-
"
|
|
2618
|
+
"parameters": [
|
|
2619
|
+
{
|
|
2620
|
+
"name": "event",
|
|
2621
|
+
"type": {
|
|
2622
|
+
"text": "MouseEvent"
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
]
|
|
2614
2626
|
},
|
|
2615
2627
|
{
|
|
2616
|
-
"kind": "
|
|
2617
|
-
"name": "
|
|
2618
|
-
"type": {
|
|
2619
|
-
"text": "boolean"
|
|
2620
|
-
},
|
|
2621
|
-
"readonly": true
|
|
2628
|
+
"kind": "method",
|
|
2629
|
+
"name": "toggleDropdown"
|
|
2622
2630
|
},
|
|
2623
2631
|
{
|
|
2624
2632
|
"kind": "method",
|
|
2625
|
-
"name": "
|
|
2633
|
+
"name": "refreshStatus",
|
|
2634
|
+
"return": {
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "Promise<void>"
|
|
2637
|
+
}
|
|
2638
|
+
}
|
|
2626
2639
|
},
|
|
2627
2640
|
{
|
|
2628
2641
|
"kind": "method",
|
|
2629
|
-
"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
|
+
]
|
|
2630
2657
|
},
|
|
2631
2658
|
{
|
|
2632
2659
|
"kind": "method",
|
|
2633
|
-
"name": "
|
|
2660
|
+
"name": "maybeStartPolling",
|
|
2661
|
+
"privacy": "private",
|
|
2662
|
+
"return": {
|
|
2663
|
+
"type": {
|
|
2664
|
+
"text": "void"
|
|
2665
|
+
}
|
|
2666
|
+
}
|
|
2634
2667
|
},
|
|
2635
2668
|
{
|
|
2636
2669
|
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2670
|
+
"name": "startPolling",
|
|
2671
|
+
"privacy": "private",
|
|
2672
|
+
"return": {
|
|
2673
|
+
"type": {
|
|
2674
|
+
"text": "void"
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2638
2677
|
},
|
|
2639
2678
|
{
|
|
2640
2679
|
"kind": "method",
|
|
2641
|
-
"name": "
|
|
2642
|
-
"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
|
+
}
|
|
2643
2696
|
},
|
|
2644
2697
|
{
|
|
2645
2698
|
"kind": "field",
|
|
@@ -2753,318 +2806,145 @@
|
|
|
2753
2806
|
}
|
|
2754
2807
|
}
|
|
2755
2808
|
],
|
|
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
|
-
],
|
|
2780
2809
|
"superclass": {
|
|
2781
2810
|
"name": "FoundationElement",
|
|
2782
2811
|
"package": "@microsoft/fast-foundation"
|
|
2783
2812
|
},
|
|
2784
|
-
"tagName": "%%prefix%%-ai-
|
|
2813
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2785
2814
|
"customElement": true
|
|
2786
2815
|
},
|
|
2787
2816
|
{
|
|
2788
2817
|
"kind": "variable",
|
|
2789
|
-
"name": "
|
|
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"
|
|
2818
|
+
"name": "foundationAiIndicator"
|
|
2806
2819
|
}
|
|
2807
2820
|
],
|
|
2808
2821
|
"exports": [
|
|
2809
2822
|
{
|
|
2810
2823
|
"kind": "js",
|
|
2811
|
-
"name": "
|
|
2812
|
-
"declaration": {
|
|
2813
|
-
"name": "AiCriteriaSearch",
|
|
2814
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
{
|
|
2818
|
-
"kind": "js",
|
|
2819
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2820
|
-
"declaration": {
|
|
2821
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2822
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2823
|
-
}
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"kind": "js",
|
|
2827
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2824
|
+
"name": "AiIndicator",
|
|
2828
2825
|
"declaration": {
|
|
2829
|
-
"name": "
|
|
2830
|
-
"module": "src/ai-
|
|
2826
|
+
"name": "AiIndicator",
|
|
2827
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2831
2828
|
}
|
|
2832
2829
|
},
|
|
2833
2830
|
{
|
|
2834
2831
|
"kind": "js",
|
|
2835
|
-
"name": "
|
|
2832
|
+
"name": "foundationAiIndicator",
|
|
2836
2833
|
"declaration": {
|
|
2837
|
-
"name": "
|
|
2838
|
-
"module": "src/ai-
|
|
2834
|
+
"name": "foundationAiIndicator",
|
|
2835
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2839
2836
|
}
|
|
2840
2837
|
}
|
|
2841
2838
|
]
|
|
2842
2839
|
},
|
|
2843
2840
|
{
|
|
2844
2841
|
"kind": "javascript-module",
|
|
2845
|
-
"path": "src/ai-
|
|
2842
|
+
"path": "src/ai-indicator/index.ts",
|
|
2846
2843
|
"declarations": [],
|
|
2847
2844
|
"exports": [
|
|
2848
2845
|
{
|
|
2849
2846
|
"kind": "js",
|
|
2850
|
-
"name": "
|
|
2851
|
-
"declaration": {
|
|
2852
|
-
"name": "AiCriteriaSearch",
|
|
2853
|
-
"module": "./ai-criteria-search"
|
|
2854
|
-
}
|
|
2855
|
-
},
|
|
2856
|
-
{
|
|
2857
|
-
"kind": "js",
|
|
2858
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2859
|
-
"declaration": {
|
|
2860
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2861
|
-
"module": "./ai-criteria-search"
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"kind": "js",
|
|
2866
|
-
"name": "foundationAiCriteriaSearch",
|
|
2867
|
-
"declaration": {
|
|
2868
|
-
"name": "foundationAiCriteriaSearch",
|
|
2869
|
-
"module": "./ai-criteria-search"
|
|
2870
|
-
}
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"kind": "js",
|
|
2874
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2875
|
-
"declaration": {
|
|
2876
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2877
|
-
"module": "./ai-criteria-search"
|
|
2878
|
-
}
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"kind": "js",
|
|
2882
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2883
|
-
"declaration": {
|
|
2884
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2885
|
-
"module": "./ai-criteria-search.styles"
|
|
2886
|
-
}
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"kind": "js",
|
|
2890
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2847
|
+
"name": "AiIndicator",
|
|
2891
2848
|
"declaration": {
|
|
2892
|
-
"name": "
|
|
2893
|
-
"module": "./ai-
|
|
2849
|
+
"name": "AiIndicator",
|
|
2850
|
+
"module": "./ai-indicator"
|
|
2894
2851
|
}
|
|
2895
2852
|
},
|
|
2896
2853
|
{
|
|
2897
2854
|
"kind": "js",
|
|
2898
|
-
"name": "
|
|
2855
|
+
"name": "foundationAiIndicator",
|
|
2899
2856
|
"declaration": {
|
|
2900
|
-
"name": "
|
|
2901
|
-
"
|
|
2857
|
+
"name": "foundationAiIndicator",
|
|
2858
|
+
"module": "./ai-indicator"
|
|
2902
2859
|
}
|
|
2903
2860
|
},
|
|
2904
2861
|
{
|
|
2905
2862
|
"kind": "js",
|
|
2906
|
-
"name": "
|
|
2863
|
+
"name": "type",
|
|
2907
2864
|
"declaration": {
|
|
2908
|
-
"name": "
|
|
2909
|
-
"
|
|
2865
|
+
"name": "type",
|
|
2866
|
+
"module": "./ai-indicator"
|
|
2910
2867
|
}
|
|
2911
2868
|
},
|
|
2912
2869
|
{
|
|
2913
2870
|
"kind": "js",
|
|
2914
|
-
"name": "
|
|
2871
|
+
"name": "AIIndicatorState",
|
|
2915
2872
|
"declaration": {
|
|
2916
|
-
"name": "
|
|
2917
|
-
"
|
|
2873
|
+
"name": "AIIndicatorState",
|
|
2874
|
+
"module": "./ai-indicator"
|
|
2918
2875
|
}
|
|
2919
|
-
}
|
|
2920
|
-
]
|
|
2921
|
-
},
|
|
2922
|
-
{
|
|
2923
|
-
"kind": "javascript-module",
|
|
2924
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2925
|
-
"declarations": [
|
|
2926
|
-
{
|
|
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
2876
|
},
|
|
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."
|
|
2976
|
-
}
|
|
2977
|
-
],
|
|
2978
|
-
"exports": [
|
|
2979
2877
|
{
|
|
2980
2878
|
"kind": "js",
|
|
2981
|
-
"name": "
|
|
2879
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2982
2880
|
"declaration": {
|
|
2983
|
-
"name": "
|
|
2984
|
-
"module": "
|
|
2881
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2882
|
+
"module": "./ai-indicator.template"
|
|
2985
2883
|
}
|
|
2986
2884
|
},
|
|
2987
2885
|
{
|
|
2988
2886
|
"kind": "js",
|
|
2989
|
-
"name": "
|
|
2887
|
+
"name": "foundationAiIndicatorStyles",
|
|
2990
2888
|
"declaration": {
|
|
2991
|
-
"name": "
|
|
2992
|
-
"module": "
|
|
2889
|
+
"name": "foundationAiIndicatorStyles",
|
|
2890
|
+
"module": "./ai-indicator.styles"
|
|
2993
2891
|
}
|
|
2994
2892
|
}
|
|
2995
2893
|
]
|
|
2996
2894
|
},
|
|
2997
2895
|
{
|
|
2998
2896
|
"kind": "javascript-module",
|
|
2999
|
-
"path": "src/ai-
|
|
2897
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
3000
2898
|
"declarations": [
|
|
3001
2899
|
{
|
|
3002
|
-
"kind": "
|
|
3003
|
-
"name": "
|
|
3004
|
-
"
|
|
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
|
-
]
|
|
2900
|
+
"kind": "variable",
|
|
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
|
-
"
|
|
3025
|
+
"privacy": "public"
|
|
3145
3026
|
},
|
|
3146
3027
|
{
|
|
3147
|
-
"kind": "
|
|
3148
|
-
"name": "
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3028
|
+
"kind": "field",
|
|
3029
|
+
"name": "stopRecording",
|
|
3030
|
+
"type": {
|
|
3031
|
+
"text": "(() => void) | null"
|
|
3032
|
+
},
|
|
3033
|
+
"privacy": "private",
|
|
3034
|
+
"default": "null"
|
|
3154
3035
|
},
|
|
3155
3036
|
{
|
|
3156
|
-
"kind": "
|
|
3157
|
-
"name": "
|
|
3037
|
+
"kind": "field",
|
|
3038
|
+
"name": "speechApplyDebounceTimer",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3041
|
+
},
|
|
3158
3042
|
"privacy": "private",
|
|
3159
|
-
"
|
|
3160
|
-
{
|
|
3161
|
-
"name": "event",
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "MouseEvent"
|
|
3164
|
-
}
|
|
3165
|
-
}
|
|
3166
|
-
]
|
|
3043
|
+
"default": "null"
|
|
3167
3044
|
},
|
|
3168
3045
|
{
|
|
3169
|
-
"kind": "
|
|
3170
|
-
"name": "
|
|
3046
|
+
"kind": "field",
|
|
3047
|
+
"name": "baseInputForAppend",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "string"
|
|
3050
|
+
},
|
|
3051
|
+
"privacy": "private",
|
|
3052
|
+
"default": "''"
|
|
3171
3053
|
},
|
|
3172
3054
|
{
|
|
3173
|
-
"kind": "
|
|
3174
|
-
"name": "
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
}
|
|
3055
|
+
"kind": "field",
|
|
3056
|
+
"name": "speechAvailable",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"text": "boolean"
|
|
3059
|
+
},
|
|
3060
|
+
"readonly": true
|
|
3180
3061
|
},
|
|
3181
3062
|
{
|
|
3182
3063
|
"kind": "method",
|
|
3183
|
-
"name": "
|
|
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
|
-
]
|
|
3064
|
+
"name": "handleSubmit"
|
|
3198
3065
|
},
|
|
3199
3066
|
{
|
|
3200
3067
|
"kind": "method",
|
|
3201
|
-
"name": "
|
|
3202
|
-
"privacy": "private",
|
|
3203
|
-
"return": {
|
|
3204
|
-
"type": {
|
|
3205
|
-
"text": "void"
|
|
3206
|
-
}
|
|
3207
|
-
}
|
|
3068
|
+
"name": "handleBlur"
|
|
3208
3069
|
},
|
|
3209
3070
|
{
|
|
3210
3071
|
"kind": "method",
|
|
3211
|
-
"name": "
|
|
3212
|
-
"privacy": "private",
|
|
3213
|
-
"return": {
|
|
3214
|
-
"type": {
|
|
3215
|
-
"text": "void"
|
|
3216
|
-
}
|
|
3217
|
-
}
|
|
3072
|
+
"name": "clear"
|
|
3218
3073
|
},
|
|
3219
3074
|
{
|
|
3220
3075
|
"kind": "method",
|
|
3221
|
-
"name": "
|
|
3222
|
-
"privacy": "private",
|
|
3223
|
-
"return": {
|
|
3224
|
-
"type": {
|
|
3225
|
-
"text": "void"
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3076
|
+
"name": "toggleSpeechInput"
|
|
3228
3077
|
},
|
|
3229
3078
|
{
|
|
3230
3079
|
"kind": "method",
|
|
3231
|
-
"name": "
|
|
3232
|
-
"
|
|
3233
|
-
"type": {
|
|
3234
|
-
"text": "Promise<void>"
|
|
3235
|
-
}
|
|
3236
|
-
}
|
|
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
|
]
|
|
@@ -50386,6 +50386,15 @@
|
|
|
50386
50386
|
"text": "string"
|
|
50387
50387
|
}
|
|
50388
50388
|
},
|
|
50389
|
+
{
|
|
50390
|
+
"kind": "field",
|
|
50391
|
+
"name": "closeTimer",
|
|
50392
|
+
"type": {
|
|
50393
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
50394
|
+
},
|
|
50395
|
+
"privacy": "private",
|
|
50396
|
+
"default": "null"
|
|
50397
|
+
},
|
|
50389
50398
|
{
|
|
50390
50399
|
"kind": "method",
|
|
50391
50400
|
"name": "close",
|