@genesislcap/foundation-ui 14.451.4 → 14.451.5-alpha-a976431.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 +698 -698
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -2340,34 +2340,11 @@
|
|
|
2340
2340
|
},
|
|
2341
2341
|
{
|
|
2342
2342
|
"kind": "javascript-module",
|
|
2343
|
-
"path": "src/
|
|
2343
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2344
2344
|
"declarations": [
|
|
2345
2345
|
{
|
|
2346
2346
|
"kind": "function",
|
|
2347
|
-
"name": "
|
|
2348
|
-
"return": {
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "ElementStyles"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
"parameters": [
|
|
2354
|
-
{
|
|
2355
|
-
"name": "context",
|
|
2356
|
-
"type": {
|
|
2357
|
-
"text": "ElementDefinitionContext"
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "definition",
|
|
2362
|
-
"type": {
|
|
2363
|
-
"text": "FoundationElementDefinition"
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
]
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "function",
|
|
2370
|
-
"name": "foundationActionsMenuStyles",
|
|
2347
|
+
"name": "foundationAiIndicatorStyles",
|
|
2371
2348
|
"return": {
|
|
2372
2349
|
"type": {
|
|
2373
2350
|
"text": "ElementStyles"
|
|
@@ -2392,269 +2369,225 @@
|
|
|
2392
2369
|
"exports": [
|
|
2393
2370
|
{
|
|
2394
2371
|
"kind": "js",
|
|
2395
|
-
"name": "
|
|
2396
|
-
"declaration": {
|
|
2397
|
-
"name": "actionsMenuBaseStyles",
|
|
2398
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "js",
|
|
2403
|
-
"name": "foundationActionsMenuStyles",
|
|
2372
|
+
"name": "foundationAiIndicatorStyles",
|
|
2404
2373
|
"declaration": {
|
|
2405
|
-
"name": "
|
|
2406
|
-
"module": "src/
|
|
2374
|
+
"name": "foundationAiIndicatorStyles",
|
|
2375
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2407
2376
|
}
|
|
2408
2377
|
}
|
|
2409
2378
|
]
|
|
2410
2379
|
},
|
|
2411
2380
|
{
|
|
2412
2381
|
"kind": "javascript-module",
|
|
2413
|
-
"path": "src/
|
|
2382
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2414
2383
|
"declarations": [
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "function",
|
|
2417
|
-
"name": "menuTemplate",
|
|
2418
|
-
"parameters": [
|
|
2419
|
-
{
|
|
2420
|
-
"name": "prefix",
|
|
2421
|
-
"type": {
|
|
2422
|
-
"text": "string"
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"kind": "function",
|
|
2429
|
-
"name": "singleOptionTemplate",
|
|
2430
|
-
"parameters": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "prefix",
|
|
2433
|
-
"type": {
|
|
2434
|
-
"text": "string"
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
]
|
|
2438
|
-
},
|
|
2439
2384
|
{
|
|
2440
2385
|
"kind": "variable",
|
|
2441
|
-
"name": "
|
|
2386
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2442
2387
|
"type": {
|
|
2443
|
-
"text": "ViewTemplate<
|
|
2388
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2444
2389
|
},
|
|
2445
|
-
"default": "html`\n
|
|
2390
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2446
2391
|
}
|
|
2447
2392
|
],
|
|
2448
2393
|
"exports": [
|
|
2449
2394
|
{
|
|
2450
2395
|
"kind": "js",
|
|
2451
|
-
"name": "
|
|
2452
|
-
"declaration": {
|
|
2453
|
-
"name": "menuTemplate",
|
|
2454
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "js",
|
|
2459
|
-
"name": "singleOptionTemplate",
|
|
2460
|
-
"declaration": {
|
|
2461
|
-
"name": "singleOptionTemplate",
|
|
2462
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "js",
|
|
2467
|
-
"name": "foundationActionsMenuTemplate",
|
|
2396
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2468
2397
|
"declaration": {
|
|
2469
|
-
"name": "
|
|
2470
|
-
"module": "src/
|
|
2398
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2399
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2471
2400
|
}
|
|
2472
2401
|
}
|
|
2473
2402
|
]
|
|
2474
2403
|
},
|
|
2475
2404
|
{
|
|
2476
2405
|
"kind": "javascript-module",
|
|
2477
|
-
"path": "src/
|
|
2406
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2478
2407
|
"declarations": [
|
|
2479
2408
|
{
|
|
2480
2409
|
"kind": "class",
|
|
2481
2410
|
"description": "",
|
|
2482
|
-
"name": "
|
|
2411
|
+
"name": "AiIndicator",
|
|
2483
2412
|
"members": [
|
|
2484
2413
|
{
|
|
2485
2414
|
"kind": "field",
|
|
2486
|
-
"name": "
|
|
2415
|
+
"name": "providerRegistry",
|
|
2487
2416
|
"type": {
|
|
2488
|
-
"text": "
|
|
2417
|
+
"text": "AIProviderRegistry"
|
|
2489
2418
|
}
|
|
2490
2419
|
},
|
|
2491
2420
|
{
|
|
2492
2421
|
"kind": "field",
|
|
2493
|
-
"name": "
|
|
2422
|
+
"name": "aiProvider",
|
|
2494
2423
|
"type": {
|
|
2495
|
-
"text": "
|
|
2424
|
+
"text": "AIProvider | undefined"
|
|
2496
2425
|
},
|
|
2497
|
-
"
|
|
2426
|
+
"privacy": "private",
|
|
2427
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2428
|
+
"readonly": true
|
|
2498
2429
|
},
|
|
2499
2430
|
{
|
|
2500
2431
|
"kind": "field",
|
|
2501
|
-
"name": "
|
|
2432
|
+
"name": "status",
|
|
2502
2433
|
"type": {
|
|
2503
|
-
"text": "
|
|
2434
|
+
"text": "AIStatus | null"
|
|
2504
2435
|
},
|
|
2505
|
-
"default": "
|
|
2436
|
+
"default": "null"
|
|
2506
2437
|
},
|
|
2507
2438
|
{
|
|
2508
2439
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2440
|
+
"name": "open",
|
|
2510
2441
|
"type": {
|
|
2511
2442
|
"text": "boolean"
|
|
2512
2443
|
},
|
|
2513
|
-
"default": "
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"kind": "field",
|
|
2517
|
-
"name": "classNames",
|
|
2518
|
-
"type": {
|
|
2519
|
-
"text": "string"
|
|
2520
|
-
}
|
|
2444
|
+
"default": "false"
|
|
2521
2445
|
},
|
|
2522
2446
|
{
|
|
2523
2447
|
"kind": "field",
|
|
2524
|
-
"name": "
|
|
2448
|
+
"name": "state",
|
|
2525
2449
|
"type": {
|
|
2526
|
-
"text": "
|
|
2527
|
-
}
|
|
2450
|
+
"text": "AIIndicatorState"
|
|
2451
|
+
},
|
|
2452
|
+
"default": "'none'"
|
|
2528
2453
|
},
|
|
2529
2454
|
{
|
|
2530
2455
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2456
|
+
"name": "isInstalling",
|
|
2532
2457
|
"type": {
|
|
2533
|
-
"text": "
|
|
2458
|
+
"text": "boolean"
|
|
2534
2459
|
},
|
|
2535
|
-
"default": "
|
|
2460
|
+
"default": "false"
|
|
2536
2461
|
},
|
|
2537
2462
|
{
|
|
2538
2463
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2464
|
+
"name": "pollTimer",
|
|
2540
2465
|
"type": {
|
|
2541
|
-
"text": "
|
|
2466
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2542
2467
|
},
|
|
2543
|
-
"
|
|
2468
|
+
"privacy": "private",
|
|
2469
|
+
"default": "null"
|
|
2544
2470
|
},
|
|
2545
2471
|
{
|
|
2546
2472
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2548
|
-
"
|
|
2549
|
-
"text": "string"
|
|
2550
|
-
}
|
|
2473
|
+
"name": "clickOutside",
|
|
2474
|
+
"privacy": "private"
|
|
2551
2475
|
},
|
|
2552
2476
|
{
|
|
2553
2477
|
"kind": "field",
|
|
2554
|
-
"name": "
|
|
2478
|
+
"name": "chromeStatusLabel",
|
|
2555
2479
|
"type": {
|
|
2556
|
-
"text": "
|
|
2480
|
+
"text": "string | null"
|
|
2557
2481
|
},
|
|
2558
|
-
"
|
|
2482
|
+
"readonly": true
|
|
2559
2483
|
},
|
|
2560
2484
|
{
|
|
2561
2485
|
"kind": "field",
|
|
2562
|
-
"name": "
|
|
2486
|
+
"name": "canInstall",
|
|
2563
2487
|
"type": {
|
|
2564
2488
|
"text": "boolean"
|
|
2565
2489
|
},
|
|
2566
|
-
"
|
|
2490
|
+
"readonly": true
|
|
2567
2491
|
},
|
|
2568
2492
|
{
|
|
2569
2493
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2494
|
+
"name": "isDownloading",
|
|
2571
2495
|
"type": {
|
|
2572
|
-
"text": "
|
|
2573
|
-
}
|
|
2496
|
+
"text": "boolean"
|
|
2497
|
+
},
|
|
2498
|
+
"readonly": true
|
|
2574
2499
|
},
|
|
2575
2500
|
{
|
|
2576
|
-
"kind": "
|
|
2577
|
-
"name": "
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2501
|
+
"kind": "method",
|
|
2502
|
+
"name": "openChanged",
|
|
2503
|
+
"return": {
|
|
2504
|
+
"type": {
|
|
2505
|
+
"text": "void"
|
|
2506
|
+
}
|
|
2580
2507
|
}
|
|
2581
2508
|
},
|
|
2582
2509
|
{
|
|
2583
2510
|
"kind": "method",
|
|
2584
|
-
"name": "
|
|
2585
|
-
"privacy": "
|
|
2511
|
+
"name": "handleClickOutside",
|
|
2512
|
+
"privacy": "private",
|
|
2586
2513
|
"parameters": [
|
|
2587
2514
|
{
|
|
2588
|
-
"name": "
|
|
2589
|
-
"type": {
|
|
2590
|
-
"text": "any"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "newValue",
|
|
2515
|
+
"name": "event",
|
|
2595
2516
|
"type": {
|
|
2596
|
-
"text": "
|
|
2517
|
+
"text": "MouseEvent"
|
|
2597
2518
|
}
|
|
2598
2519
|
}
|
|
2599
2520
|
]
|
|
2600
2521
|
},
|
|
2601
2522
|
{
|
|
2602
2523
|
"kind": "method",
|
|
2603
|
-
"name": "
|
|
2604
|
-
"privacy": "protected"
|
|
2524
|
+
"name": "toggleDropdown"
|
|
2605
2525
|
},
|
|
2606
2526
|
{
|
|
2607
2527
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2528
|
+
"name": "refreshStatus",
|
|
2529
|
+
"return": {
|
|
2530
|
+
"type": {
|
|
2531
|
+
"text": "Promise<void>"
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2609
2534
|
},
|
|
2610
2535
|
{
|
|
2611
2536
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2537
|
+
"name": "deriveState",
|
|
2538
|
+
"privacy": "private",
|
|
2539
|
+
"return": {
|
|
2540
|
+
"type": {
|
|
2541
|
+
"text": "AIIndicatorState"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2613
2544
|
"parameters": [
|
|
2614
2545
|
{
|
|
2615
|
-
"name": "
|
|
2546
|
+
"name": "s",
|
|
2616
2547
|
"type": {
|
|
2617
|
-
"text": "
|
|
2548
|
+
"text": "AIStatus | null"
|
|
2618
2549
|
}
|
|
2619
2550
|
}
|
|
2620
2551
|
]
|
|
2621
2552
|
},
|
|
2622
2553
|
{
|
|
2623
|
-
"kind": "
|
|
2624
|
-
"name": "
|
|
2625
|
-
"
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2554
|
+
"kind": "method",
|
|
2555
|
+
"name": "maybeStartPolling",
|
|
2556
|
+
"privacy": "private",
|
|
2557
|
+
"return": {
|
|
2558
|
+
"type": {
|
|
2559
|
+
"text": "void"
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2629
2562
|
},
|
|
2630
2563
|
{
|
|
2631
|
-
"kind": "
|
|
2632
|
-
"name": "
|
|
2633
|
-
"
|
|
2564
|
+
"kind": "method",
|
|
2565
|
+
"name": "startPolling",
|
|
2566
|
+
"privacy": "private",
|
|
2567
|
+
"return": {
|
|
2568
|
+
"type": {
|
|
2569
|
+
"text": "void"
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2634
2572
|
},
|
|
2635
2573
|
{
|
|
2636
2574
|
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2638
|
-
"
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
"
|
|
2642
|
-
"text": "string | ((rowData: any) => string)"
|
|
2643
|
-
}
|
|
2575
|
+
"name": "stopPolling",
|
|
2576
|
+
"privacy": "private",
|
|
2577
|
+
"return": {
|
|
2578
|
+
"type": {
|
|
2579
|
+
"text": "void"
|
|
2644
2580
|
}
|
|
2645
|
-
|
|
2581
|
+
}
|
|
2646
2582
|
},
|
|
2647
2583
|
{
|
|
2648
2584
|
"kind": "method",
|
|
2649
|
-
"name": "
|
|
2650
|
-
"
|
|
2651
|
-
{
|
|
2652
|
-
"
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "string"
|
|
2655
|
-
}
|
|
2585
|
+
"name": "onInstall",
|
|
2586
|
+
"return": {
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "Promise<void>"
|
|
2656
2589
|
}
|
|
2657
|
-
|
|
2590
|
+
}
|
|
2658
2591
|
},
|
|
2659
2592
|
{
|
|
2660
2593
|
"kind": "field",
|
|
@@ -2768,206 +2701,145 @@
|
|
|
2768
2701
|
}
|
|
2769
2702
|
}
|
|
2770
2703
|
],
|
|
2771
|
-
"attributes": [
|
|
2772
|
-
{
|
|
2773
|
-
"name": "is-vertical",
|
|
2774
|
-
"type": {
|
|
2775
|
-
"text": "boolean"
|
|
2776
|
-
},
|
|
2777
|
-
"default": "false",
|
|
2778
|
-
"fieldName": "isVertical"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "add-default-actions",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
"default": "true",
|
|
2786
|
-
"fieldName": "addDefaultActions"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "auto-close-on-action",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "true",
|
|
2794
|
-
"fieldName": "autoCloseOnAction"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"name": "name",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "string"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "'Actions'",
|
|
2802
|
-
"fieldName": "name"
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"name": "open",
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "boolean"
|
|
2808
|
-
},
|
|
2809
|
-
"default": "false",
|
|
2810
|
-
"fieldName": "open"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "buttonAppearance",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "string"
|
|
2816
|
-
},
|
|
2817
|
-
"fieldName": "buttonAppearance"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"name": "hide-disabled",
|
|
2821
|
-
"type": {
|
|
2822
|
-
"text": "boolean"
|
|
2823
|
-
},
|
|
2824
|
-
"default": "false",
|
|
2825
|
-
"fieldName": "hideDisabled"
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"name": "hide-menu-single-option",
|
|
2829
|
-
"type": {
|
|
2830
|
-
"text": "boolean"
|
|
2831
|
-
},
|
|
2832
|
-
"default": "false",
|
|
2833
|
-
"fieldName": "hideMenuSingleOption"
|
|
2834
|
-
}
|
|
2835
|
-
],
|
|
2836
2704
|
"superclass": {
|
|
2837
2705
|
"name": "FoundationElement",
|
|
2838
2706
|
"package": "@microsoft/fast-foundation"
|
|
2839
2707
|
},
|
|
2840
|
-
"tagName": "%%prefix%%-
|
|
2708
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2841
2709
|
"customElement": true
|
|
2842
2710
|
},
|
|
2843
2711
|
{
|
|
2844
2712
|
"kind": "variable",
|
|
2845
|
-
"name": "
|
|
2846
|
-
"description": "The Foundation Actions Menu",
|
|
2847
|
-
"privacy": "public"
|
|
2713
|
+
"name": "foundationAiIndicator"
|
|
2848
2714
|
}
|
|
2849
2715
|
],
|
|
2850
2716
|
"exports": [
|
|
2851
2717
|
{
|
|
2852
2718
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2719
|
+
"name": "AiIndicator",
|
|
2854
2720
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/
|
|
2721
|
+
"name": "AiIndicator",
|
|
2722
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2857
2723
|
}
|
|
2858
2724
|
},
|
|
2859
2725
|
{
|
|
2860
2726
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2727
|
+
"name": "foundationAiIndicator",
|
|
2862
2728
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2729
|
+
"name": "foundationAiIndicator",
|
|
2730
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2865
2731
|
}
|
|
2866
2732
|
}
|
|
2867
2733
|
]
|
|
2868
2734
|
},
|
|
2869
2735
|
{
|
|
2870
2736
|
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/
|
|
2737
|
+
"path": "src/ai-indicator/index.ts",
|
|
2872
2738
|
"declarations": [],
|
|
2873
2739
|
"exports": [
|
|
2874
2740
|
{
|
|
2875
2741
|
"kind": "js",
|
|
2876
|
-
"name": "
|
|
2742
|
+
"name": "AiIndicator",
|
|
2877
2743
|
"declaration": {
|
|
2878
|
-
"name": "
|
|
2879
|
-
"
|
|
2744
|
+
"name": "AiIndicator",
|
|
2745
|
+
"module": "./ai-indicator"
|
|
2880
2746
|
}
|
|
2881
2747
|
},
|
|
2882
2748
|
{
|
|
2883
2749
|
"kind": "js",
|
|
2884
|
-
"name": "
|
|
2750
|
+
"name": "foundationAiIndicator",
|
|
2885
2751
|
"declaration": {
|
|
2886
|
-
"name": "
|
|
2887
|
-
"
|
|
2752
|
+
"name": "foundationAiIndicator",
|
|
2753
|
+
"module": "./ai-indicator"
|
|
2888
2754
|
}
|
|
2889
2755
|
},
|
|
2890
2756
|
{
|
|
2891
2757
|
"kind": "js",
|
|
2892
|
-
"name": "
|
|
2758
|
+
"name": "type",
|
|
2893
2759
|
"declaration": {
|
|
2894
|
-
"name": "
|
|
2895
|
-
"
|
|
2760
|
+
"name": "type",
|
|
2761
|
+
"module": "./ai-indicator"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "js",
|
|
2766
|
+
"name": "AIIndicatorState",
|
|
2767
|
+
"declaration": {
|
|
2768
|
+
"name": "AIIndicatorState",
|
|
2769
|
+
"module": "./ai-indicator"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "js",
|
|
2774
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2775
|
+
"declaration": {
|
|
2776
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2777
|
+
"module": "./ai-indicator.template"
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "js",
|
|
2782
|
+
"name": "foundationAiIndicatorStyles",
|
|
2783
|
+
"declaration": {
|
|
2784
|
+
"name": "foundationAiIndicatorStyles",
|
|
2785
|
+
"module": "./ai-indicator.styles"
|
|
2896
2786
|
}
|
|
2897
2787
|
}
|
|
2898
2788
|
]
|
|
2899
2789
|
},
|
|
2900
2790
|
{
|
|
2901
2791
|
"kind": "javascript-module",
|
|
2902
|
-
"path": "src/ai-
|
|
2792
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2903
2793
|
"declarations": [
|
|
2904
2794
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"
|
|
2908
|
-
"type": {
|
|
2909
|
-
"text": "ElementStyles"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"parameters": [
|
|
2913
|
-
{
|
|
2914
|
-
"name": "context",
|
|
2915
|
-
"type": {
|
|
2916
|
-
"text": "ElementDefinitionContext"
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "definition",
|
|
2921
|
-
"type": {
|
|
2922
|
-
"text": "FoundationElementDefinition"
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
]
|
|
2795
|
+
"kind": "variable",
|
|
2796
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2797
|
+
"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 .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2926
2798
|
}
|
|
2927
2799
|
],
|
|
2928
2800
|
"exports": [
|
|
2929
2801
|
{
|
|
2930
2802
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2803
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2932
2804
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"module": "src/ai-
|
|
2805
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2806
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2935
2807
|
}
|
|
2936
2808
|
}
|
|
2937
2809
|
]
|
|
2938
2810
|
},
|
|
2939
2811
|
{
|
|
2940
2812
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/ai-
|
|
2813
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2942
2814
|
"declarations": [
|
|
2943
2815
|
{
|
|
2944
2816
|
"kind": "variable",
|
|
2945
|
-
"name": "
|
|
2817
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2946
2818
|
"type": {
|
|
2947
|
-
"text": "ViewTemplate<
|
|
2819
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2948
2820
|
},
|
|
2949
|
-
"default": "html`\n ${(x) =>
|
|
2821
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2950
2822
|
}
|
|
2951
2823
|
],
|
|
2952
2824
|
"exports": [
|
|
2953
2825
|
{
|
|
2954
2826
|
"kind": "js",
|
|
2955
|
-
"name": "
|
|
2827
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2956
2828
|
"declaration": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"module": "src/ai-
|
|
2829
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2830
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2959
2831
|
}
|
|
2960
2832
|
}
|
|
2961
2833
|
]
|
|
2962
2834
|
},
|
|
2963
2835
|
{
|
|
2964
2836
|
"kind": "javascript-module",
|
|
2965
|
-
"path": "src/ai-
|
|
2837
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2966
2838
|
"declarations": [
|
|
2967
2839
|
{
|
|
2968
2840
|
"kind": "class",
|
|
2969
|
-
"description": "",
|
|
2970
|
-
"name": "
|
|
2841
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2842
|
+
"name": "AiCriteriaSearch",
|
|
2971
2843
|
"members": [
|
|
2972
2844
|
{
|
|
2973
2845
|
"kind": "field",
|
|
@@ -2978,141 +2850,138 @@
|
|
|
2978
2850
|
},
|
|
2979
2851
|
{
|
|
2980
2852
|
"kind": "field",
|
|
2981
|
-
"name": "
|
|
2853
|
+
"name": "placeholder",
|
|
2982
2854
|
"type": {
|
|
2983
|
-
"text": "
|
|
2855
|
+
"text": "string"
|
|
2984
2856
|
},
|
|
2985
|
-
"
|
|
2986
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2987
|
-
"readonly": true
|
|
2857
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2988
2858
|
},
|
|
2989
2859
|
{
|
|
2990
2860
|
"kind": "field",
|
|
2991
|
-
"name": "
|
|
2861
|
+
"name": "disabled",
|
|
2992
2862
|
"type": {
|
|
2993
|
-
"text": "
|
|
2994
|
-
}
|
|
2995
|
-
"default": "null"
|
|
2863
|
+
"text": "boolean"
|
|
2864
|
+
}
|
|
2996
2865
|
},
|
|
2997
2866
|
{
|
|
2998
2867
|
"kind": "field",
|
|
2999
|
-
"name": "
|
|
2868
|
+
"name": "inputValue",
|
|
3000
2869
|
"type": {
|
|
3001
|
-
"text": "
|
|
2870
|
+
"text": "string"
|
|
3002
2871
|
},
|
|
3003
|
-
"default": "
|
|
2872
|
+
"default": "''"
|
|
3004
2873
|
},
|
|
3005
2874
|
{
|
|
3006
2875
|
"kind": "field",
|
|
3007
|
-
"name": "
|
|
2876
|
+
"name": "isInterpreting",
|
|
3008
2877
|
"type": {
|
|
3009
|
-
"text": "
|
|
2878
|
+
"text": "boolean"
|
|
3010
2879
|
},
|
|
3011
|
-
"default": "
|
|
2880
|
+
"default": "false"
|
|
3012
2881
|
},
|
|
3013
2882
|
{
|
|
3014
2883
|
"kind": "field",
|
|
3015
|
-
"name": "
|
|
2884
|
+
"name": "lastValidCriteria",
|
|
3016
2885
|
"type": {
|
|
3017
|
-
"text": "
|
|
2886
|
+
"text": "string | null"
|
|
3018
2887
|
},
|
|
3019
|
-
"default": "
|
|
2888
|
+
"default": "null"
|
|
3020
2889
|
},
|
|
3021
2890
|
{
|
|
3022
2891
|
"kind": "field",
|
|
3023
|
-
"name": "
|
|
2892
|
+
"name": "activeGroups",
|
|
3024
2893
|
"type": {
|
|
3025
|
-
"text": "
|
|
2894
|
+
"text": "CriteriaGroup[]"
|
|
3026
2895
|
},
|
|
3027
|
-
"
|
|
3028
|
-
"default": "null"
|
|
2896
|
+
"default": "[]"
|
|
3029
2897
|
},
|
|
3030
2898
|
{
|
|
3031
2899
|
"kind": "field",
|
|
3032
|
-
"name": "
|
|
3033
|
-
"
|
|
2900
|
+
"name": "showingChips",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "boolean"
|
|
2903
|
+
},
|
|
2904
|
+
"default": "false"
|
|
3034
2905
|
},
|
|
3035
2906
|
{
|
|
3036
2907
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
2908
|
+
"name": "fieldMetadata",
|
|
3038
2909
|
"type": {
|
|
3039
|
-
"text": "
|
|
2910
|
+
"text": "MetadataDetail[] | string[]"
|
|
3040
2911
|
},
|
|
3041
|
-
"
|
|
2912
|
+
"default": "[]"
|
|
3042
2913
|
},
|
|
3043
2914
|
{
|
|
3044
2915
|
"kind": "field",
|
|
3045
|
-
"name": "
|
|
2916
|
+
"name": "isRecording",
|
|
3046
2917
|
"type": {
|
|
3047
2918
|
"text": "boolean"
|
|
3048
2919
|
},
|
|
3049
|
-
"
|
|
2920
|
+
"default": "false"
|
|
3050
2921
|
},
|
|
3051
2922
|
{
|
|
3052
2923
|
"kind": "field",
|
|
3053
|
-
"name": "
|
|
2924
|
+
"name": "textAreaRef",
|
|
3054
2925
|
"type": {
|
|
3055
|
-
"text": "
|
|
2926
|
+
"text": "HTMLTextAreaElement"
|
|
3056
2927
|
},
|
|
3057
|
-
"
|
|
2928
|
+
"privacy": "public"
|
|
3058
2929
|
},
|
|
3059
2930
|
{
|
|
3060
|
-
"kind": "
|
|
3061
|
-
"name": "
|
|
3062
|
-
"
|
|
3063
|
-
"
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
2931
|
+
"kind": "field",
|
|
2932
|
+
"name": "stopRecording",
|
|
2933
|
+
"type": {
|
|
2934
|
+
"text": "(() => void) | null"
|
|
2935
|
+
},
|
|
2936
|
+
"privacy": "private",
|
|
2937
|
+
"default": "null"
|
|
3067
2938
|
},
|
|
3068
2939
|
{
|
|
3069
|
-
"kind": "
|
|
3070
|
-
"name": "
|
|
2940
|
+
"kind": "field",
|
|
2941
|
+
"name": "speechApplyDebounceTimer",
|
|
2942
|
+
"type": {
|
|
2943
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2944
|
+
},
|
|
3071
2945
|
"privacy": "private",
|
|
3072
|
-
"
|
|
3073
|
-
{
|
|
3074
|
-
"name": "event",
|
|
3075
|
-
"type": {
|
|
3076
|
-
"text": "MouseEvent"
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
|
-
]
|
|
2946
|
+
"default": "null"
|
|
3080
2947
|
},
|
|
3081
2948
|
{
|
|
3082
|
-
"kind": "
|
|
3083
|
-
"name": "
|
|
2949
|
+
"kind": "field",
|
|
2950
|
+
"name": "speechAvailable",
|
|
2951
|
+
"type": {
|
|
2952
|
+
"text": "boolean"
|
|
2953
|
+
},
|
|
2954
|
+
"readonly": true
|
|
3084
2955
|
},
|
|
3085
2956
|
{
|
|
3086
|
-
"kind": "
|
|
3087
|
-
"name": "
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
}
|
|
2957
|
+
"kind": "field",
|
|
2958
|
+
"name": "criteriaChips",
|
|
2959
|
+
"type": {
|
|
2960
|
+
"text": "CriteriaChip[]"
|
|
2961
|
+
},
|
|
2962
|
+
"readonly": true
|
|
3093
2963
|
},
|
|
3094
2964
|
{
|
|
3095
2965
|
"kind": "method",
|
|
3096
|
-
"name": "
|
|
2966
|
+
"name": "getFieldLabel",
|
|
3097
2967
|
"privacy": "private",
|
|
3098
2968
|
"return": {
|
|
3099
2969
|
"type": {
|
|
3100
|
-
"text": "
|
|
2970
|
+
"text": "string"
|
|
3101
2971
|
}
|
|
3102
2972
|
},
|
|
3103
2973
|
"parameters": [
|
|
3104
2974
|
{
|
|
3105
|
-
"name": "
|
|
2975
|
+
"name": "fieldName",
|
|
3106
2976
|
"type": {
|
|
3107
|
-
"text": "
|
|
2977
|
+
"text": "string"
|
|
3108
2978
|
}
|
|
3109
2979
|
}
|
|
3110
2980
|
]
|
|
3111
2981
|
},
|
|
3112
2982
|
{
|
|
3113
2983
|
"kind": "method",
|
|
3114
|
-
"name": "
|
|
3115
|
-
"privacy": "private",
|
|
2984
|
+
"name": "toggleCriteriaView",
|
|
3116
2985
|
"return": {
|
|
3117
2986
|
"type": {
|
|
3118
2987
|
"text": "void"
|
|
@@ -3121,18 +2990,30 @@
|
|
|
3121
2990
|
},
|
|
3122
2991
|
{
|
|
3123
2992
|
"kind": "method",
|
|
3124
|
-
"name": "
|
|
3125
|
-
"privacy": "private",
|
|
2993
|
+
"name": "removeChip",
|
|
3126
2994
|
"return": {
|
|
3127
2995
|
"type": {
|
|
3128
2996
|
"text": "void"
|
|
3129
2997
|
}
|
|
3130
|
-
}
|
|
2998
|
+
},
|
|
2999
|
+
"parameters": [
|
|
3000
|
+
{
|
|
3001
|
+
"name": "groupIndex",
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "number"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "clauseIndex",
|
|
3008
|
+
"type": {
|
|
3009
|
+
"text": "number"
|
|
3010
|
+
}
|
|
3011
|
+
}
|
|
3012
|
+
]
|
|
3131
3013
|
},
|
|
3132
3014
|
{
|
|
3133
3015
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3135
|
-
"privacy": "private",
|
|
3016
|
+
"name": "clearChips",
|
|
3136
3017
|
"return": {
|
|
3137
3018
|
"type": {
|
|
3138
3019
|
"text": "void"
|
|
@@ -3141,12 +3022,24 @@
|
|
|
3141
3022
|
},
|
|
3142
3023
|
{
|
|
3143
3024
|
"kind": "method",
|
|
3144
|
-
"name": "
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3025
|
+
"name": "handleSubmit"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"kind": "method",
|
|
3029
|
+
"name": "handleBlur"
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"kind": "method",
|
|
3033
|
+
"name": "clear"
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"kind": "method",
|
|
3037
|
+
"name": "toggleSpeechInput"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"kind": "method",
|
|
3041
|
+
"name": "clearSpeechApplyDebounce",
|
|
3042
|
+
"privacy": "private"
|
|
3150
3043
|
},
|
|
3151
3044
|
{
|
|
3152
3045
|
"kind": "field",
|
|
@@ -3260,345 +3153,566 @@
|
|
|
3260
3153
|
}
|
|
3261
3154
|
}
|
|
3262
3155
|
],
|
|
3156
|
+
"events": [
|
|
3157
|
+
{
|
|
3158
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3159
|
+
"name": "criteria-changed"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3163
|
+
"name": "validation-errors"
|
|
3164
|
+
}
|
|
3165
|
+
],
|
|
3166
|
+
"attributes": [
|
|
3167
|
+
{
|
|
3168
|
+
"name": "placeholder",
|
|
3169
|
+
"type": {
|
|
3170
|
+
"text": "string"
|
|
3171
|
+
},
|
|
3172
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3173
|
+
"fieldName": "placeholder"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "boolean"
|
|
3178
|
+
},
|
|
3179
|
+
"fieldName": "disabled"
|
|
3180
|
+
}
|
|
3181
|
+
],
|
|
3263
3182
|
"superclass": {
|
|
3264
3183
|
"name": "FoundationElement",
|
|
3265
3184
|
"package": "@microsoft/fast-foundation"
|
|
3266
3185
|
},
|
|
3267
|
-
"tagName": "%%prefix%%-ai-
|
|
3186
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3268
3187
|
"customElement": true
|
|
3269
3188
|
},
|
|
3270
3189
|
{
|
|
3271
3190
|
"kind": "variable",
|
|
3272
|
-
"name": "
|
|
3191
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3192
|
+
"type": {
|
|
3193
|
+
"text": "ShadowRootInit"
|
|
3194
|
+
},
|
|
3195
|
+
"default": "undefined"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "variable",
|
|
3199
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3200
|
+
"type": {
|
|
3201
|
+
"text": "object"
|
|
3202
|
+
},
|
|
3203
|
+
"default": "{}"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"kind": "variable",
|
|
3207
|
+
"name": "foundationAiCriteriaSearch"
|
|
3273
3208
|
}
|
|
3274
3209
|
],
|
|
3275
3210
|
"exports": [
|
|
3276
3211
|
{
|
|
3277
3212
|
"kind": "js",
|
|
3278
|
-
"name": "
|
|
3213
|
+
"name": "AiCriteriaSearch",
|
|
3279
3214
|
"declaration": {
|
|
3280
|
-
"name": "
|
|
3281
|
-
"module": "src/ai-
|
|
3215
|
+
"name": "AiCriteriaSearch",
|
|
3216
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3282
3217
|
}
|
|
3283
3218
|
},
|
|
3284
3219
|
{
|
|
3285
3220
|
"kind": "js",
|
|
3286
|
-
"name": "
|
|
3221
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3287
3222
|
"declaration": {
|
|
3288
|
-
"name": "
|
|
3289
|
-
"module": "src/ai-
|
|
3223
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3224
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3225
|
+
}
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"kind": "js",
|
|
3229
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3230
|
+
"declaration": {
|
|
3231
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3232
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"kind": "js",
|
|
3237
|
+
"name": "foundationAiCriteriaSearch",
|
|
3238
|
+
"declaration": {
|
|
3239
|
+
"name": "foundationAiCriteriaSearch",
|
|
3240
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3290
3241
|
}
|
|
3291
3242
|
}
|
|
3292
3243
|
]
|
|
3293
3244
|
},
|
|
3294
3245
|
{
|
|
3295
3246
|
"kind": "javascript-module",
|
|
3296
|
-
"path": "src/ai-
|
|
3247
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3297
3248
|
"declarations": [],
|
|
3298
3249
|
"exports": [
|
|
3299
3250
|
{
|
|
3300
3251
|
"kind": "js",
|
|
3301
|
-
"name": "
|
|
3252
|
+
"name": "AiCriteriaSearch",
|
|
3302
3253
|
"declaration": {
|
|
3303
|
-
"name": "
|
|
3304
|
-
"module": "./ai-
|
|
3254
|
+
"name": "AiCriteriaSearch",
|
|
3255
|
+
"module": "./ai-criteria-search"
|
|
3305
3256
|
}
|
|
3306
3257
|
},
|
|
3307
3258
|
{
|
|
3308
3259
|
"kind": "js",
|
|
3309
|
-
"name": "
|
|
3260
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3310
3261
|
"declaration": {
|
|
3311
|
-
"name": "
|
|
3312
|
-
"module": "./ai-
|
|
3262
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3263
|
+
"module": "./ai-criteria-search"
|
|
3313
3264
|
}
|
|
3314
3265
|
},
|
|
3315
3266
|
{
|
|
3316
3267
|
"kind": "js",
|
|
3317
|
-
"name": "
|
|
3268
|
+
"name": "foundationAiCriteriaSearch",
|
|
3318
3269
|
"declaration": {
|
|
3319
|
-
"name": "
|
|
3320
|
-
"module": "./ai-
|
|
3270
|
+
"name": "foundationAiCriteriaSearch",
|
|
3271
|
+
"module": "./ai-criteria-search"
|
|
3321
3272
|
}
|
|
3322
3273
|
},
|
|
3323
3274
|
{
|
|
3324
3275
|
"kind": "js",
|
|
3325
|
-
"name": "
|
|
3276
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3326
3277
|
"declaration": {
|
|
3327
|
-
"name": "
|
|
3328
|
-
"module": "./ai-
|
|
3278
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3279
|
+
"module": "./ai-criteria-search"
|
|
3329
3280
|
}
|
|
3330
3281
|
},
|
|
3331
3282
|
{
|
|
3332
3283
|
"kind": "js",
|
|
3333
|
-
"name": "
|
|
3284
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3334
3285
|
"declaration": {
|
|
3335
|
-
"name": "
|
|
3336
|
-
"module": "./ai-
|
|
3286
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3287
|
+
"module": "./ai-criteria-search.styles"
|
|
3337
3288
|
}
|
|
3338
3289
|
},
|
|
3339
3290
|
{
|
|
3340
3291
|
"kind": "js",
|
|
3341
|
-
"name": "
|
|
3292
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3342
3293
|
"declaration": {
|
|
3343
|
-
"name": "
|
|
3344
|
-
"module": "./ai-
|
|
3294
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3295
|
+
"module": "./ai-criteria-search.template"
|
|
3345
3296
|
}
|
|
3346
|
-
}
|
|
3347
|
-
]
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"kind": "javascript-module",
|
|
3351
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
3352
|
-
"declarations": [
|
|
3297
|
+
},
|
|
3353
3298
|
{
|
|
3354
|
-
"kind": "
|
|
3355
|
-
"name": "
|
|
3356
|
-
"
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3299
|
+
"kind": "js",
|
|
3300
|
+
"name": "*",
|
|
3301
|
+
"declaration": {
|
|
3302
|
+
"name": "*",
|
|
3303
|
+
"package": "./validation/criteria-ir"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3360
3306
|
{
|
|
3361
3307
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3308
|
+
"name": "*",
|
|
3363
3309
|
"declaration": {
|
|
3364
|
-
"name": "
|
|
3365
|
-
"
|
|
3310
|
+
"name": "*",
|
|
3311
|
+
"package": "./validation/operator-map"
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"kind": "js",
|
|
3316
|
+
"name": "*",
|
|
3317
|
+
"declaration": {
|
|
3318
|
+
"name": "*",
|
|
3319
|
+
"package": "./validation/schema-validator"
|
|
3366
3320
|
}
|
|
3367
3321
|
}
|
|
3368
3322
|
]
|
|
3369
3323
|
},
|
|
3370
3324
|
{
|
|
3371
3325
|
"kind": "javascript-module",
|
|
3372
|
-
"path": "src/ai-criteria-search/
|
|
3326
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3373
3327
|
"declarations": [
|
|
3374
3328
|
{
|
|
3375
|
-
"kind": "
|
|
3376
|
-
"name": "
|
|
3377
|
-
"
|
|
3378
|
-
"
|
|
3329
|
+
"kind": "function",
|
|
3330
|
+
"name": "formatValidationErrors",
|
|
3331
|
+
"return": {
|
|
3332
|
+
"type": {
|
|
3333
|
+
"text": "string"
|
|
3334
|
+
}
|
|
3379
3335
|
},
|
|
3380
|
-
"
|
|
3336
|
+
"parameters": [
|
|
3337
|
+
{
|
|
3338
|
+
"name": "errors",
|
|
3339
|
+
"type": {
|
|
3340
|
+
"text": "ValidationError[]"
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"kind": "function",
|
|
3348
|
+
"name": "showCriteriaError",
|
|
3349
|
+
"return": {
|
|
3350
|
+
"type": {
|
|
3351
|
+
"text": "void"
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
3354
|
+
"parameters": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "title",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"text": "string"
|
|
3359
|
+
},
|
|
3360
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "body",
|
|
3364
|
+
"type": {
|
|
3365
|
+
"text": "string"
|
|
3366
|
+
},
|
|
3367
|
+
"description": "Error message to display"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "tagName",
|
|
3371
|
+
"type": {
|
|
3372
|
+
"text": "string"
|
|
3373
|
+
},
|
|
3374
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3375
|
+
}
|
|
3376
|
+
],
|
|
3377
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3381
3378
|
}
|
|
3382
3379
|
],
|
|
3383
3380
|
"exports": [
|
|
3384
3381
|
{
|
|
3385
3382
|
"kind": "js",
|
|
3386
|
-
"name": "
|
|
3383
|
+
"name": "formatValidationErrors",
|
|
3387
3384
|
"declaration": {
|
|
3388
|
-
"name": "
|
|
3389
|
-
"module": "src/ai-criteria-search/
|
|
3385
|
+
"name": "formatValidationErrors",
|
|
3386
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3387
|
+
}
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"kind": "js",
|
|
3391
|
+
"name": "showCriteriaError",
|
|
3392
|
+
"declaration": {
|
|
3393
|
+
"name": "showCriteriaError",
|
|
3394
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3390
3395
|
}
|
|
3391
3396
|
}
|
|
3392
3397
|
]
|
|
3393
3398
|
},
|
|
3394
3399
|
{
|
|
3395
3400
|
"kind": "javascript-module",
|
|
3396
|
-
"path": "src/
|
|
3401
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3397
3402
|
"declarations": [
|
|
3398
3403
|
{
|
|
3399
|
-
"kind": "
|
|
3400
|
-
"
|
|
3401
|
-
"
|
|
3402
|
-
|
|
3404
|
+
"kind": "function",
|
|
3405
|
+
"name": "actionsMenuBaseStyles",
|
|
3406
|
+
"return": {
|
|
3407
|
+
"type": {
|
|
3408
|
+
"text": "ElementStyles"
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
"parameters": [
|
|
3403
3412
|
{
|
|
3404
|
-
"
|
|
3405
|
-
"name": "providerRegistry",
|
|
3413
|
+
"name": "context",
|
|
3406
3414
|
"type": {
|
|
3407
|
-
"text": "
|
|
3415
|
+
"text": "ElementDefinitionContext"
|
|
3408
3416
|
}
|
|
3409
3417
|
},
|
|
3410
3418
|
{
|
|
3411
|
-
"
|
|
3412
|
-
"name": "placeholder",
|
|
3419
|
+
"name": "definition",
|
|
3413
3420
|
"type": {
|
|
3414
|
-
"text": "
|
|
3415
|
-
}
|
|
3416
|
-
|
|
3417
|
-
|
|
3421
|
+
"text": "FoundationElementDefinition"
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
]
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "function",
|
|
3428
|
+
"name": "foundationActionsMenuStyles",
|
|
3429
|
+
"return": {
|
|
3430
|
+
"type": {
|
|
3431
|
+
"text": "ElementStyles"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
"parameters": [
|
|
3418
3435
|
{
|
|
3419
|
-
"
|
|
3420
|
-
"name": "disabled",
|
|
3436
|
+
"name": "context",
|
|
3421
3437
|
"type": {
|
|
3422
|
-
"text": "
|
|
3438
|
+
"text": "ElementDefinitionContext"
|
|
3423
3439
|
}
|
|
3424
3440
|
},
|
|
3425
3441
|
{
|
|
3426
|
-
"
|
|
3427
|
-
"
|
|
3442
|
+
"name": "definition",
|
|
3443
|
+
"type": {
|
|
3444
|
+
"text": "FoundationElementDefinition"
|
|
3445
|
+
}
|
|
3446
|
+
}
|
|
3447
|
+
]
|
|
3448
|
+
}
|
|
3449
|
+
],
|
|
3450
|
+
"exports": [
|
|
3451
|
+
{
|
|
3452
|
+
"kind": "js",
|
|
3453
|
+
"name": "actionsMenuBaseStyles",
|
|
3454
|
+
"declaration": {
|
|
3455
|
+
"name": "actionsMenuBaseStyles",
|
|
3456
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"kind": "js",
|
|
3461
|
+
"name": "foundationActionsMenuStyles",
|
|
3462
|
+
"declaration": {
|
|
3463
|
+
"name": "foundationActionsMenuStyles",
|
|
3464
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3465
|
+
}
|
|
3466
|
+
}
|
|
3467
|
+
]
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"kind": "javascript-module",
|
|
3471
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
3472
|
+
"declarations": [
|
|
3473
|
+
{
|
|
3474
|
+
"kind": "function",
|
|
3475
|
+
"name": "menuTemplate",
|
|
3476
|
+
"parameters": [
|
|
3477
|
+
{
|
|
3478
|
+
"name": "prefix",
|
|
3428
3479
|
"type": {
|
|
3429
3480
|
"text": "string"
|
|
3430
|
-
}
|
|
3431
|
-
|
|
3432
|
-
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"kind": "function",
|
|
3487
|
+
"name": "singleOptionTemplate",
|
|
3488
|
+
"parameters": [
|
|
3489
|
+
{
|
|
3490
|
+
"name": "prefix",
|
|
3491
|
+
"type": {
|
|
3492
|
+
"text": "string"
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"kind": "variable",
|
|
3499
|
+
"name": "foundationActionsMenuTemplate",
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
3502
|
+
},
|
|
3503
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"exports": [
|
|
3507
|
+
{
|
|
3508
|
+
"kind": "js",
|
|
3509
|
+
"name": "menuTemplate",
|
|
3510
|
+
"declaration": {
|
|
3511
|
+
"name": "menuTemplate",
|
|
3512
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "js",
|
|
3517
|
+
"name": "singleOptionTemplate",
|
|
3518
|
+
"declaration": {
|
|
3519
|
+
"name": "singleOptionTemplate",
|
|
3520
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "js",
|
|
3525
|
+
"name": "foundationActionsMenuTemplate",
|
|
3526
|
+
"declaration": {
|
|
3527
|
+
"name": "foundationActionsMenuTemplate",
|
|
3528
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3529
|
+
}
|
|
3530
|
+
}
|
|
3531
|
+
]
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"kind": "javascript-module",
|
|
3535
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
3536
|
+
"declarations": [
|
|
3537
|
+
{
|
|
3538
|
+
"kind": "class",
|
|
3539
|
+
"description": "",
|
|
3540
|
+
"name": "ActionsMenu",
|
|
3541
|
+
"members": [
|
|
3433
3542
|
{
|
|
3434
3543
|
"kind": "field",
|
|
3435
|
-
"name": "
|
|
3544
|
+
"name": "actions",
|
|
3436
3545
|
"type": {
|
|
3437
|
-
"text": "
|
|
3438
|
-
}
|
|
3439
|
-
"default": "false"
|
|
3546
|
+
"text": "ActionMenuItem[]"
|
|
3547
|
+
}
|
|
3440
3548
|
},
|
|
3441
3549
|
{
|
|
3442
3550
|
"kind": "field",
|
|
3443
|
-
"name": "
|
|
3551
|
+
"name": "isVertical",
|
|
3444
3552
|
"type": {
|
|
3445
|
-
"text": "
|
|
3553
|
+
"text": "boolean"
|
|
3446
3554
|
},
|
|
3447
|
-
"default": "
|
|
3555
|
+
"default": "false"
|
|
3448
3556
|
},
|
|
3449
3557
|
{
|
|
3450
3558
|
"kind": "field",
|
|
3451
|
-
"name": "
|
|
3559
|
+
"name": "addDefaultActions",
|
|
3452
3560
|
"type": {
|
|
3453
|
-
"text": "
|
|
3561
|
+
"text": "boolean"
|
|
3454
3562
|
},
|
|
3455
|
-
"default": "
|
|
3563
|
+
"default": "true"
|
|
3456
3564
|
},
|
|
3457
3565
|
{
|
|
3458
3566
|
"kind": "field",
|
|
3459
|
-
"name": "
|
|
3567
|
+
"name": "autoCloseOnAction",
|
|
3460
3568
|
"type": {
|
|
3461
3569
|
"text": "boolean"
|
|
3462
3570
|
},
|
|
3463
|
-
"default": "
|
|
3571
|
+
"default": "true"
|
|
3464
3572
|
},
|
|
3465
3573
|
{
|
|
3466
3574
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3575
|
+
"name": "classNames",
|
|
3468
3576
|
"type": {
|
|
3469
|
-
"text": "
|
|
3470
|
-
}
|
|
3471
|
-
"default": "[]"
|
|
3577
|
+
"text": "string"
|
|
3578
|
+
}
|
|
3472
3579
|
},
|
|
3473
3580
|
{
|
|
3474
3581
|
"kind": "field",
|
|
3475
|
-
"name": "
|
|
3582
|
+
"name": "definition",
|
|
3476
3583
|
"type": {
|
|
3477
|
-
"text": "
|
|
3478
|
-
}
|
|
3479
|
-
"default": "false"
|
|
3584
|
+
"text": "any"
|
|
3585
|
+
}
|
|
3480
3586
|
},
|
|
3481
3587
|
{
|
|
3482
3588
|
"kind": "field",
|
|
3483
|
-
"name": "
|
|
3589
|
+
"name": "name",
|
|
3484
3590
|
"type": {
|
|
3485
|
-
"text": "
|
|
3591
|
+
"text": "string"
|
|
3486
3592
|
},
|
|
3487
|
-
"
|
|
3593
|
+
"default": "'Actions'"
|
|
3488
3594
|
},
|
|
3489
3595
|
{
|
|
3490
3596
|
"kind": "field",
|
|
3491
|
-
"name": "
|
|
3597
|
+
"name": "open",
|
|
3492
3598
|
"type": {
|
|
3493
|
-
"text": "
|
|
3599
|
+
"text": "boolean"
|
|
3494
3600
|
},
|
|
3495
|
-
"
|
|
3496
|
-
"default": "null"
|
|
3601
|
+
"default": "false"
|
|
3497
3602
|
},
|
|
3498
3603
|
{
|
|
3499
3604
|
"kind": "field",
|
|
3500
|
-
"name": "
|
|
3605
|
+
"name": "buttonAppearance",
|
|
3501
3606
|
"type": {
|
|
3502
|
-
"text": "
|
|
3503
|
-
}
|
|
3504
|
-
"privacy": "private",
|
|
3505
|
-
"default": "null"
|
|
3607
|
+
"text": "string"
|
|
3608
|
+
}
|
|
3506
3609
|
},
|
|
3507
3610
|
{
|
|
3508
3611
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3612
|
+
"name": "hideDisabled",
|
|
3510
3613
|
"type": {
|
|
3511
3614
|
"text": "boolean"
|
|
3512
3615
|
},
|
|
3513
|
-
"
|
|
3616
|
+
"default": "false"
|
|
3514
3617
|
},
|
|
3515
3618
|
{
|
|
3516
3619
|
"kind": "field",
|
|
3517
|
-
"name": "
|
|
3620
|
+
"name": "hideMenuSingleOption",
|
|
3518
3621
|
"type": {
|
|
3519
|
-
"text": "
|
|
3622
|
+
"text": "boolean"
|
|
3520
3623
|
},
|
|
3521
|
-
"
|
|
3624
|
+
"default": "false"
|
|
3522
3625
|
},
|
|
3523
3626
|
{
|
|
3524
|
-
"kind": "
|
|
3525
|
-
"name": "
|
|
3526
|
-
"
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
"text": "string"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
"parameters": [
|
|
3533
|
-
{
|
|
3534
|
-
"name": "fieldName",
|
|
3535
|
-
"type": {
|
|
3536
|
-
"text": "string"
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3627
|
+
"kind": "field",
|
|
3628
|
+
"name": "singleOption",
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "ActionMenuItem"
|
|
3631
|
+
}
|
|
3540
3632
|
},
|
|
3541
3633
|
{
|
|
3542
|
-
"kind": "
|
|
3543
|
-
"name": "
|
|
3544
|
-
"
|
|
3545
|
-
"
|
|
3546
|
-
"text": "void"
|
|
3547
|
-
}
|
|
3634
|
+
"kind": "field",
|
|
3635
|
+
"name": "actionsMenu",
|
|
3636
|
+
"type": {
|
|
3637
|
+
"text": "HTMLElement"
|
|
3548
3638
|
}
|
|
3549
3639
|
},
|
|
3550
3640
|
{
|
|
3551
3641
|
"kind": "method",
|
|
3552
|
-
"name": "
|
|
3553
|
-
"
|
|
3554
|
-
"type": {
|
|
3555
|
-
"text": "void"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3642
|
+
"name": "definitionChanged",
|
|
3643
|
+
"privacy": "protected",
|
|
3558
3644
|
"parameters": [
|
|
3559
3645
|
{
|
|
3560
|
-
"name": "
|
|
3646
|
+
"name": "oldValue",
|
|
3561
3647
|
"type": {
|
|
3562
|
-
"text": "
|
|
3648
|
+
"text": "any"
|
|
3563
3649
|
}
|
|
3564
3650
|
},
|
|
3565
3651
|
{
|
|
3566
|
-
"name": "
|
|
3652
|
+
"name": "newValue",
|
|
3567
3653
|
"type": {
|
|
3568
|
-
"text": "
|
|
3654
|
+
"text": "any"
|
|
3569
3655
|
}
|
|
3570
3656
|
}
|
|
3571
3657
|
]
|
|
3572
3658
|
},
|
|
3573
3659
|
{
|
|
3574
3660
|
"kind": "method",
|
|
3575
|
-
"name": "
|
|
3576
|
-
"
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "void"
|
|
3579
|
-
}
|
|
3580
|
-
}
|
|
3661
|
+
"name": "openChanged",
|
|
3662
|
+
"privacy": "protected"
|
|
3581
3663
|
},
|
|
3582
3664
|
{
|
|
3583
3665
|
"kind": "method",
|
|
3584
|
-
"name": "
|
|
3666
|
+
"name": "toggleActionsMenuVisibility"
|
|
3585
3667
|
},
|
|
3586
3668
|
{
|
|
3587
3669
|
"kind": "method",
|
|
3588
|
-
"name": "
|
|
3670
|
+
"name": "onActionMenuItemClick",
|
|
3671
|
+
"parameters": [
|
|
3672
|
+
{
|
|
3673
|
+
"name": "callback",
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "(rowData) => void | any"
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3678
|
+
]
|
|
3589
3679
|
},
|
|
3590
3680
|
{
|
|
3591
|
-
"kind": "
|
|
3592
|
-
"name": "
|
|
3681
|
+
"kind": "field",
|
|
3682
|
+
"name": "allActions",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "ActionMenuItem[]"
|
|
3685
|
+
},
|
|
3686
|
+
"readonly": true
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"kind": "field",
|
|
3690
|
+
"name": "rowData",
|
|
3691
|
+
"readonly": true
|
|
3593
3692
|
},
|
|
3594
3693
|
{
|
|
3595
3694
|
"kind": "method",
|
|
3596
|
-
"name": "
|
|
3695
|
+
"name": "getLabel",
|
|
3696
|
+
"parameters": [
|
|
3697
|
+
{
|
|
3698
|
+
"name": "name",
|
|
3699
|
+
"type": {
|
|
3700
|
+
"text": "string | ((rowData: any) => string)"
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3703
|
+
]
|
|
3597
3704
|
},
|
|
3598
3705
|
{
|
|
3599
3706
|
"kind": "method",
|
|
3600
|
-
"name": "
|
|
3601
|
-
"
|
|
3707
|
+
"name": "getTemplate",
|
|
3708
|
+
"parameters": [
|
|
3709
|
+
{
|
|
3710
|
+
"name": "prefix",
|
|
3711
|
+
"type": {
|
|
3712
|
+
"text": "string"
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
]
|
|
3602
3716
|
},
|
|
3603
3717
|
{
|
|
3604
3718
|
"kind": "field",
|
|
@@ -3712,154 +3826,115 @@
|
|
|
3712
3826
|
}
|
|
3713
3827
|
}
|
|
3714
3828
|
],
|
|
3715
|
-
"
|
|
3829
|
+
"attributes": [
|
|
3716
3830
|
{
|
|
3717
|
-
"
|
|
3718
|
-
"
|
|
3831
|
+
"name": "is-vertical",
|
|
3832
|
+
"type": {
|
|
3833
|
+
"text": "boolean"
|
|
3834
|
+
},
|
|
3835
|
+
"default": "false",
|
|
3836
|
+
"fieldName": "isVertical"
|
|
3719
3837
|
},
|
|
3720
3838
|
{
|
|
3721
|
-
"
|
|
3722
|
-
"
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3839
|
+
"name": "add-default-actions",
|
|
3840
|
+
"type": {
|
|
3841
|
+
"text": "boolean"
|
|
3842
|
+
},
|
|
3843
|
+
"default": "true",
|
|
3844
|
+
"fieldName": "addDefaultActions"
|
|
3845
|
+
},
|
|
3726
3846
|
{
|
|
3727
|
-
"name": "
|
|
3847
|
+
"name": "auto-close-on-action",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "boolean"
|
|
3850
|
+
},
|
|
3851
|
+
"default": "true",
|
|
3852
|
+
"fieldName": "autoCloseOnAction"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"name": "name",
|
|
3728
3856
|
"type": {
|
|
3729
3857
|
"text": "string"
|
|
3730
3858
|
},
|
|
3731
|
-
"default": "'
|
|
3732
|
-
"fieldName": "
|
|
3859
|
+
"default": "'Actions'",
|
|
3860
|
+
"fieldName": "name"
|
|
3733
3861
|
},
|
|
3734
3862
|
{
|
|
3863
|
+
"name": "open",
|
|
3735
3864
|
"type": {
|
|
3736
3865
|
"text": "boolean"
|
|
3737
3866
|
},
|
|
3738
|
-
"
|
|
3867
|
+
"default": "false",
|
|
3868
|
+
"fieldName": "open"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "buttonAppearance",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "string"
|
|
3874
|
+
},
|
|
3875
|
+
"fieldName": "buttonAppearance"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"name": "hide-disabled",
|
|
3879
|
+
"type": {
|
|
3880
|
+
"text": "boolean"
|
|
3881
|
+
},
|
|
3882
|
+
"default": "false",
|
|
3883
|
+
"fieldName": "hideDisabled"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"name": "hide-menu-single-option",
|
|
3887
|
+
"type": {
|
|
3888
|
+
"text": "boolean"
|
|
3889
|
+
},
|
|
3890
|
+
"default": "false",
|
|
3891
|
+
"fieldName": "hideMenuSingleOption"
|
|
3739
3892
|
}
|
|
3740
3893
|
],
|
|
3741
3894
|
"superclass": {
|
|
3742
3895
|
"name": "FoundationElement",
|
|
3743
3896
|
"package": "@microsoft/fast-foundation"
|
|
3744
3897
|
},
|
|
3745
|
-
"tagName": "%%prefix%%-
|
|
3898
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
3746
3899
|
"customElement": true
|
|
3747
3900
|
},
|
|
3748
3901
|
{
|
|
3749
3902
|
"kind": "variable",
|
|
3750
|
-
"name": "
|
|
3751
|
-
"
|
|
3752
|
-
|
|
3753
|
-
},
|
|
3754
|
-
"default": "undefined"
|
|
3755
|
-
},
|
|
3756
|
-
{
|
|
3757
|
-
"kind": "variable",
|
|
3758
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3759
|
-
"type": {
|
|
3760
|
-
"text": "object"
|
|
3761
|
-
},
|
|
3762
|
-
"default": "{}"
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
"kind": "variable",
|
|
3766
|
-
"name": "foundationAiCriteriaSearch"
|
|
3903
|
+
"name": "foundationActionsMenu",
|
|
3904
|
+
"description": "The Foundation Actions Menu",
|
|
3905
|
+
"privacy": "public"
|
|
3767
3906
|
}
|
|
3768
3907
|
],
|
|
3769
3908
|
"exports": [
|
|
3770
3909
|
{
|
|
3771
3910
|
"kind": "js",
|
|
3772
|
-
"name": "
|
|
3773
|
-
"declaration": {
|
|
3774
|
-
"name": "AiCriteriaSearch",
|
|
3775
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3783
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3784
|
-
}
|
|
3785
|
-
},
|
|
3786
|
-
{
|
|
3787
|
-
"kind": "js",
|
|
3788
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3911
|
+
"name": "ActionsMenu",
|
|
3789
3912
|
"declaration": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/
|
|
3913
|
+
"name": "ActionsMenu",
|
|
3914
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3792
3915
|
}
|
|
3793
3916
|
},
|
|
3794
3917
|
{
|
|
3795
3918
|
"kind": "js",
|
|
3796
|
-
"name": "
|
|
3919
|
+
"name": "foundationActionsMenu",
|
|
3797
3920
|
"declaration": {
|
|
3798
|
-
"name": "
|
|
3799
|
-
"module": "src/
|
|
3921
|
+
"name": "foundationActionsMenu",
|
|
3922
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3800
3923
|
}
|
|
3801
3924
|
}
|
|
3802
3925
|
]
|
|
3803
3926
|
},
|
|
3804
3927
|
{
|
|
3805
3928
|
"kind": "javascript-module",
|
|
3806
|
-
"path": "src/
|
|
3929
|
+
"path": "src/actions-menu/index.ts",
|
|
3807
3930
|
"declarations": [],
|
|
3808
3931
|
"exports": [
|
|
3809
|
-
{
|
|
3810
|
-
"kind": "js",
|
|
3811
|
-
"name": "AiCriteriaSearch",
|
|
3812
|
-
"declaration": {
|
|
3813
|
-
"name": "AiCriteriaSearch",
|
|
3814
|
-
"module": "./ai-criteria-search"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "js",
|
|
3819
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3820
|
-
"declaration": {
|
|
3821
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3822
|
-
"module": "./ai-criteria-search"
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "js",
|
|
3827
|
-
"name": "foundationAiCriteriaSearch",
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "foundationAiCriteriaSearch",
|
|
3830
|
-
"module": "./ai-criteria-search"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "js",
|
|
3835
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3836
|
-
"declaration": {
|
|
3837
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3838
|
-
"module": "./ai-criteria-search"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"kind": "js",
|
|
3843
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3844
|
-
"declaration": {
|
|
3845
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3846
|
-
"module": "./ai-criteria-search.styles"
|
|
3847
|
-
}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "js",
|
|
3851
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3852
|
-
"declaration": {
|
|
3853
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3854
|
-
"module": "./ai-criteria-search.template"
|
|
3855
|
-
}
|
|
3856
|
-
},
|
|
3857
3932
|
{
|
|
3858
3933
|
"kind": "js",
|
|
3859
3934
|
"name": "*",
|
|
3860
3935
|
"declaration": {
|
|
3861
3936
|
"name": "*",
|
|
3862
|
-
"package": "./
|
|
3937
|
+
"package": "./actions-menu.styles"
|
|
3863
3938
|
}
|
|
3864
3939
|
},
|
|
3865
3940
|
{
|
|
@@ -3867,7 +3942,7 @@
|
|
|
3867
3942
|
"name": "*",
|
|
3868
3943
|
"declaration": {
|
|
3869
3944
|
"name": "*",
|
|
3870
|
-
"package": "./
|
|
3945
|
+
"package": "./actions-menu.template"
|
|
3871
3946
|
}
|
|
3872
3947
|
},
|
|
3873
3948
|
{
|
|
@@ -3875,82 +3950,7 @@
|
|
|
3875
3950
|
"name": "*",
|
|
3876
3951
|
"declaration": {
|
|
3877
3952
|
"name": "*",
|
|
3878
|
-
"package": "./
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "javascript-module",
|
|
3885
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3886
|
-
"declarations": [
|
|
3887
|
-
{
|
|
3888
|
-
"kind": "function",
|
|
3889
|
-
"name": "formatValidationErrors",
|
|
3890
|
-
"return": {
|
|
3891
|
-
"type": {
|
|
3892
|
-
"text": "string"
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
|
-
"parameters": [
|
|
3896
|
-
{
|
|
3897
|
-
"name": "errors",
|
|
3898
|
-
"type": {
|
|
3899
|
-
"text": "ValidationError[]"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
],
|
|
3903
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "function",
|
|
3907
|
-
"name": "showCriteriaError",
|
|
3908
|
-
"return": {
|
|
3909
|
-
"type": {
|
|
3910
|
-
"text": "void"
|
|
3911
|
-
}
|
|
3912
|
-
},
|
|
3913
|
-
"parameters": [
|
|
3914
|
-
{
|
|
3915
|
-
"name": "title",
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "string"
|
|
3918
|
-
},
|
|
3919
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "body",
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "string"
|
|
3925
|
-
},
|
|
3926
|
-
"description": "Error message to display"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"name": "tagName",
|
|
3930
|
-
"type": {
|
|
3931
|
-
"text": "string"
|
|
3932
|
-
},
|
|
3933
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3937
|
-
}
|
|
3938
|
-
],
|
|
3939
|
-
"exports": [
|
|
3940
|
-
{
|
|
3941
|
-
"kind": "js",
|
|
3942
|
-
"name": "formatValidationErrors",
|
|
3943
|
-
"declaration": {
|
|
3944
|
-
"name": "formatValidationErrors",
|
|
3945
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3946
|
-
}
|
|
3947
|
-
},
|
|
3948
|
-
{
|
|
3949
|
-
"kind": "js",
|
|
3950
|
-
"name": "showCriteriaError",
|
|
3951
|
-
"declaration": {
|
|
3952
|
-
"name": "showCriteriaError",
|
|
3953
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3953
|
+
"package": "./actions-menu"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|