@genesislcap/foundation-ui 14.436.0 → 14.437.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.
@@ -1792,6 +1792,37 @@
1792
1792
  }
1793
1793
  ]
1794
1794
  },
1795
+ {
1796
+ "kind": "javascript-module",
1797
+ "path": "src/_config/index.ts",
1798
+ "declarations": [],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "*",
1803
+ "declaration": {
1804
+ "name": "*",
1805
+ "package": "./styles"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "*",
1811
+ "declaration": {
1812
+ "name": "*",
1813
+ "package": "./tokens"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "*",
1819
+ "declaration": {
1820
+ "name": "*",
1821
+ "package": "./values"
1822
+ }
1823
+ }
1824
+ ]
1825
+ },
1795
1826
  {
1796
1827
  "kind": "javascript-module",
1797
1828
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2351,445 +2382,6 @@
2351
2382
  }
2352
2383
  ]
2353
2384
  },
2354
- {
2355
- "kind": "javascript-module",
2356
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2357
- "declarations": [
2358
- {
2359
- "kind": "function",
2360
- "name": "foundationAiIndicatorStyles",
2361
- "return": {
2362
- "type": {
2363
- "text": "ElementStyles"
2364
- }
2365
- },
2366
- "parameters": [
2367
- {
2368
- "name": "context",
2369
- "type": {
2370
- "text": "ElementDefinitionContext"
2371
- }
2372
- },
2373
- {
2374
- "name": "definition",
2375
- "type": {
2376
- "text": "FoundationElementDefinition"
2377
- }
2378
- }
2379
- ]
2380
- }
2381
- ],
2382
- "exports": [
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationAiIndicatorStyles",
2386
- "declaration": {
2387
- "name": "foundationAiIndicatorStyles",
2388
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2389
- }
2390
- }
2391
- ]
2392
- },
2393
- {
2394
- "kind": "javascript-module",
2395
- "path": "src/ai-indicator/ai-indicator.template.ts",
2396
- "declarations": [
2397
- {
2398
- "kind": "variable",
2399
- "name": "foundationAiIndicatorTemplate",
2400
- "type": {
2401
- "text": "ViewTemplate<AiIndicator>"
2402
- },
2403
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2404
- }
2405
- ],
2406
- "exports": [
2407
- {
2408
- "kind": "js",
2409
- "name": "foundationAiIndicatorTemplate",
2410
- "declaration": {
2411
- "name": "foundationAiIndicatorTemplate",
2412
- "module": "src/ai-indicator/ai-indicator.template.ts"
2413
- }
2414
- }
2415
- ]
2416
- },
2417
- {
2418
- "kind": "javascript-module",
2419
- "path": "src/ai-indicator/ai-indicator.ts",
2420
- "declarations": [
2421
- {
2422
- "kind": "class",
2423
- "description": "",
2424
- "name": "AiIndicator",
2425
- "members": [
2426
- {
2427
- "kind": "field",
2428
- "name": "aiProvider",
2429
- "type": {
2430
- "text": "AIProvider"
2431
- }
2432
- },
2433
- {
2434
- "kind": "field",
2435
- "name": "status",
2436
- "type": {
2437
- "text": "AIStatus | null"
2438
- },
2439
- "default": "null"
2440
- },
2441
- {
2442
- "kind": "field",
2443
- "name": "open",
2444
- "type": {
2445
- "text": "boolean"
2446
- },
2447
- "default": "false"
2448
- },
2449
- {
2450
- "kind": "field",
2451
- "name": "state",
2452
- "type": {
2453
- "text": "AIIndicatorState"
2454
- },
2455
- "default": "'none'"
2456
- },
2457
- {
2458
- "kind": "field",
2459
- "name": "isInstalling",
2460
- "type": {
2461
- "text": "boolean"
2462
- },
2463
- "default": "false"
2464
- },
2465
- {
2466
- "kind": "field",
2467
- "name": "pollTimer",
2468
- "type": {
2469
- "text": "ReturnType<typeof setInterval> | null"
2470
- },
2471
- "privacy": "private",
2472
- "default": "null"
2473
- },
2474
- {
2475
- "kind": "field",
2476
- "name": "clickOutside",
2477
- "privacy": "private"
2478
- },
2479
- {
2480
- "kind": "field",
2481
- "name": "chromeStatusLabel",
2482
- "type": {
2483
- "text": "string | null"
2484
- },
2485
- "readonly": true
2486
- },
2487
- {
2488
- "kind": "field",
2489
- "name": "canInstall",
2490
- "type": {
2491
- "text": "boolean"
2492
- },
2493
- "readonly": true
2494
- },
2495
- {
2496
- "kind": "field",
2497
- "name": "isDownloading",
2498
- "type": {
2499
- "text": "boolean"
2500
- },
2501
- "readonly": true
2502
- },
2503
- {
2504
- "kind": "method",
2505
- "name": "openChanged",
2506
- "return": {
2507
- "type": {
2508
- "text": "void"
2509
- }
2510
- }
2511
- },
2512
- {
2513
- "kind": "method",
2514
- "name": "handleClickOutside",
2515
- "privacy": "private",
2516
- "parameters": [
2517
- {
2518
- "name": "event",
2519
- "type": {
2520
- "text": "MouseEvent"
2521
- }
2522
- }
2523
- ]
2524
- },
2525
- {
2526
- "kind": "method",
2527
- "name": "toggleDropdown"
2528
- },
2529
- {
2530
- "kind": "method",
2531
- "name": "refreshStatus",
2532
- "return": {
2533
- "type": {
2534
- "text": "Promise<void>"
2535
- }
2536
- }
2537
- },
2538
- {
2539
- "kind": "method",
2540
- "name": "deriveState",
2541
- "privacy": "private",
2542
- "return": {
2543
- "type": {
2544
- "text": "AIIndicatorState"
2545
- }
2546
- },
2547
- "parameters": [
2548
- {
2549
- "name": "s",
2550
- "type": {
2551
- "text": "AIStatus | null"
2552
- }
2553
- }
2554
- ]
2555
- },
2556
- {
2557
- "kind": "method",
2558
- "name": "maybeStartPolling",
2559
- "privacy": "private",
2560
- "return": {
2561
- "type": {
2562
- "text": "void"
2563
- }
2564
- }
2565
- },
2566
- {
2567
- "kind": "method",
2568
- "name": "startPolling",
2569
- "privacy": "private",
2570
- "return": {
2571
- "type": {
2572
- "text": "void"
2573
- }
2574
- }
2575
- },
2576
- {
2577
- "kind": "method",
2578
- "name": "stopPolling",
2579
- "privacy": "private",
2580
- "return": {
2581
- "type": {
2582
- "text": "void"
2583
- }
2584
- }
2585
- },
2586
- {
2587
- "kind": "method",
2588
- "name": "onInstall",
2589
- "return": {
2590
- "type": {
2591
- "text": "Promise<void>"
2592
- }
2593
- }
2594
- },
2595
- {
2596
- "kind": "field",
2597
- "name": "_presentation",
2598
- "type": {
2599
- "text": "ComponentPresentation | null | undefined"
2600
- },
2601
- "privacy": "private",
2602
- "default": "void 0",
2603
- "inheritedFrom": {
2604
- "name": "FoundationElement",
2605
- "module": "src/foundation-element/foundation-element.ts"
2606
- }
2607
- },
2608
- {
2609
- "kind": "field",
2610
- "name": "$presentation",
2611
- "type": {
2612
- "text": "ComponentPresentation | null"
2613
- },
2614
- "privacy": "public",
2615
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2616
- "inheritedFrom": {
2617
- "name": "FoundationElement",
2618
- "module": "src/foundation-element/foundation-element.ts"
2619
- }
2620
- },
2621
- {
2622
- "kind": "field",
2623
- "name": "template",
2624
- "type": {
2625
- "text": "ElementViewTemplate | void | null"
2626
- },
2627
- "privacy": "public",
2628
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2629
- "inheritedFrom": {
2630
- "name": "FoundationElement",
2631
- "module": "src/foundation-element/foundation-element.ts"
2632
- }
2633
- },
2634
- {
2635
- "kind": "method",
2636
- "name": "templateChanged",
2637
- "privacy": "protected",
2638
- "return": {
2639
- "type": {
2640
- "text": "void"
2641
- }
2642
- },
2643
- "inheritedFrom": {
2644
- "name": "FoundationElement",
2645
- "module": "src/foundation-element/foundation-element.ts"
2646
- }
2647
- },
2648
- {
2649
- "kind": "field",
2650
- "name": "styles",
2651
- "type": {
2652
- "text": "ElementStyles | void | null"
2653
- },
2654
- "privacy": "public",
2655
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2656
- "inheritedFrom": {
2657
- "name": "FoundationElement",
2658
- "module": "src/foundation-element/foundation-element.ts"
2659
- }
2660
- },
2661
- {
2662
- "kind": "method",
2663
- "name": "stylesChanged",
2664
- "privacy": "protected",
2665
- "return": {
2666
- "type": {
2667
- "text": "void"
2668
- }
2669
- },
2670
- "inheritedFrom": {
2671
- "name": "FoundationElement",
2672
- "module": "src/foundation-element/foundation-element.ts"
2673
- }
2674
- },
2675
- {
2676
- "kind": "method",
2677
- "name": "compose",
2678
- "privacy": "public",
2679
- "static": true,
2680
- "return": {
2681
- "type": {
2682
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2683
- }
2684
- },
2685
- "parameters": [
2686
- {
2687
- "name": "this",
2688
- "type": {
2689
- "text": "K"
2690
- }
2691
- },
2692
- {
2693
- "name": "elementDefinition",
2694
- "type": {
2695
- "text": "T"
2696
- },
2697
- "description": "The definition of the element to create the registry\nfunction for."
2698
- }
2699
- ],
2700
- "description": "Defines an element registry function with a set of element definition defaults.",
2701
- "inheritedFrom": {
2702
- "name": "FoundationElement",
2703
- "module": "src/foundation-element/foundation-element.ts"
2704
- }
2705
- }
2706
- ],
2707
- "superclass": {
2708
- "name": "FoundationElement",
2709
- "package": "@microsoft/fast-foundation"
2710
- },
2711
- "tagName": "%%prefix%%-ai-indicator",
2712
- "customElement": true
2713
- },
2714
- {
2715
- "kind": "variable",
2716
- "name": "foundationAiIndicator"
2717
- }
2718
- ],
2719
- "exports": [
2720
- {
2721
- "kind": "js",
2722
- "name": "AiIndicator",
2723
- "declaration": {
2724
- "name": "AiIndicator",
2725
- "module": "src/ai-indicator/ai-indicator.ts"
2726
- }
2727
- },
2728
- {
2729
- "kind": "js",
2730
- "name": "foundationAiIndicator",
2731
- "declaration": {
2732
- "name": "foundationAiIndicator",
2733
- "module": "src/ai-indicator/ai-indicator.ts"
2734
- }
2735
- }
2736
- ]
2737
- },
2738
- {
2739
- "kind": "javascript-module",
2740
- "path": "src/ai-indicator/index.ts",
2741
- "declarations": [],
2742
- "exports": [
2743
- {
2744
- "kind": "js",
2745
- "name": "AiIndicator",
2746
- "declaration": {
2747
- "name": "AiIndicator",
2748
- "module": "./ai-indicator"
2749
- }
2750
- },
2751
- {
2752
- "kind": "js",
2753
- "name": "foundationAiIndicator",
2754
- "declaration": {
2755
- "name": "foundationAiIndicator",
2756
- "module": "./ai-indicator"
2757
- }
2758
- },
2759
- {
2760
- "kind": "js",
2761
- "name": "type",
2762
- "declaration": {
2763
- "name": "type",
2764
- "module": "./ai-indicator"
2765
- }
2766
- },
2767
- {
2768
- "kind": "js",
2769
- "name": "AIIndicatorState",
2770
- "declaration": {
2771
- "name": "AIIndicatorState",
2772
- "module": "./ai-indicator"
2773
- }
2774
- },
2775
- {
2776
- "kind": "js",
2777
- "name": "foundationAiIndicatorTemplate",
2778
- "declaration": {
2779
- "name": "foundationAiIndicatorTemplate",
2780
- "module": "./ai-indicator.template"
2781
- }
2782
- },
2783
- {
2784
- "kind": "js",
2785
- "name": "foundationAiIndicatorStyles",
2786
- "declaration": {
2787
- "name": "foundationAiIndicatorStyles",
2788
- "module": "./ai-indicator.styles"
2789
- }
2790
- }
2791
- ]
2792
- },
2793
2385
  {
2794
2386
  "kind": "javascript-module",
2795
2387
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -3399,37 +2991,6 @@
3399
2991
  }
3400
2992
  ]
3401
2993
  },
3402
- {
3403
- "kind": "javascript-module",
3404
- "path": "src/_config/index.ts",
3405
- "declarations": [],
3406
- "exports": [
3407
- {
3408
- "kind": "js",
3409
- "name": "*",
3410
- "declaration": {
3411
- "name": "*",
3412
- "package": "./styles"
3413
- }
3414
- },
3415
- {
3416
- "kind": "js",
3417
- "name": "*",
3418
- "declaration": {
3419
- "name": "*",
3420
- "package": "./tokens"
3421
- }
3422
- },
3423
- {
3424
- "kind": "js",
3425
- "name": "*",
3426
- "declaration": {
3427
- "name": "*",
3428
- "package": "./values"
3429
- }
3430
- }
3431
- ]
3432
- },
3433
2994
  {
3434
2995
  "kind": "javascript-module",
3435
2996
  "path": "src/accordion/accordion.styles.ts",
@@ -3945,6 +3506,445 @@
3945
3506
  }
3946
3507
  ]
3947
3508
  },
3509
+ {
3510
+ "kind": "javascript-module",
3511
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3512
+ "declarations": [
3513
+ {
3514
+ "kind": "function",
3515
+ "name": "foundationAiIndicatorStyles",
3516
+ "return": {
3517
+ "type": {
3518
+ "text": "ElementStyles"
3519
+ }
3520
+ },
3521
+ "parameters": [
3522
+ {
3523
+ "name": "context",
3524
+ "type": {
3525
+ "text": "ElementDefinitionContext"
3526
+ }
3527
+ },
3528
+ {
3529
+ "name": "definition",
3530
+ "type": {
3531
+ "text": "FoundationElementDefinition"
3532
+ }
3533
+ }
3534
+ ]
3535
+ }
3536
+ ],
3537
+ "exports": [
3538
+ {
3539
+ "kind": "js",
3540
+ "name": "foundationAiIndicatorStyles",
3541
+ "declaration": {
3542
+ "name": "foundationAiIndicatorStyles",
3543
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3544
+ }
3545
+ }
3546
+ ]
3547
+ },
3548
+ {
3549
+ "kind": "javascript-module",
3550
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3551
+ "declarations": [
3552
+ {
3553
+ "kind": "variable",
3554
+ "name": "foundationAiIndicatorTemplate",
3555
+ "type": {
3556
+ "text": "ViewTemplate<AiIndicator>"
3557
+ },
3558
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3559
+ }
3560
+ ],
3561
+ "exports": [
3562
+ {
3563
+ "kind": "js",
3564
+ "name": "foundationAiIndicatorTemplate",
3565
+ "declaration": {
3566
+ "name": "foundationAiIndicatorTemplate",
3567
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3568
+ }
3569
+ }
3570
+ ]
3571
+ },
3572
+ {
3573
+ "kind": "javascript-module",
3574
+ "path": "src/ai-indicator/ai-indicator.ts",
3575
+ "declarations": [
3576
+ {
3577
+ "kind": "class",
3578
+ "description": "",
3579
+ "name": "AiIndicator",
3580
+ "members": [
3581
+ {
3582
+ "kind": "field",
3583
+ "name": "aiProvider",
3584
+ "type": {
3585
+ "text": "AIProvider"
3586
+ }
3587
+ },
3588
+ {
3589
+ "kind": "field",
3590
+ "name": "status",
3591
+ "type": {
3592
+ "text": "AIStatus | null"
3593
+ },
3594
+ "default": "null"
3595
+ },
3596
+ {
3597
+ "kind": "field",
3598
+ "name": "open",
3599
+ "type": {
3600
+ "text": "boolean"
3601
+ },
3602
+ "default": "false"
3603
+ },
3604
+ {
3605
+ "kind": "field",
3606
+ "name": "state",
3607
+ "type": {
3608
+ "text": "AIIndicatorState"
3609
+ },
3610
+ "default": "'none'"
3611
+ },
3612
+ {
3613
+ "kind": "field",
3614
+ "name": "isInstalling",
3615
+ "type": {
3616
+ "text": "boolean"
3617
+ },
3618
+ "default": "false"
3619
+ },
3620
+ {
3621
+ "kind": "field",
3622
+ "name": "pollTimer",
3623
+ "type": {
3624
+ "text": "ReturnType<typeof setInterval> | null"
3625
+ },
3626
+ "privacy": "private",
3627
+ "default": "null"
3628
+ },
3629
+ {
3630
+ "kind": "field",
3631
+ "name": "clickOutside",
3632
+ "privacy": "private"
3633
+ },
3634
+ {
3635
+ "kind": "field",
3636
+ "name": "chromeStatusLabel",
3637
+ "type": {
3638
+ "text": "string | null"
3639
+ },
3640
+ "readonly": true
3641
+ },
3642
+ {
3643
+ "kind": "field",
3644
+ "name": "canInstall",
3645
+ "type": {
3646
+ "text": "boolean"
3647
+ },
3648
+ "readonly": true
3649
+ },
3650
+ {
3651
+ "kind": "field",
3652
+ "name": "isDownloading",
3653
+ "type": {
3654
+ "text": "boolean"
3655
+ },
3656
+ "readonly": true
3657
+ },
3658
+ {
3659
+ "kind": "method",
3660
+ "name": "openChanged",
3661
+ "return": {
3662
+ "type": {
3663
+ "text": "void"
3664
+ }
3665
+ }
3666
+ },
3667
+ {
3668
+ "kind": "method",
3669
+ "name": "handleClickOutside",
3670
+ "privacy": "private",
3671
+ "parameters": [
3672
+ {
3673
+ "name": "event",
3674
+ "type": {
3675
+ "text": "MouseEvent"
3676
+ }
3677
+ }
3678
+ ]
3679
+ },
3680
+ {
3681
+ "kind": "method",
3682
+ "name": "toggleDropdown"
3683
+ },
3684
+ {
3685
+ "kind": "method",
3686
+ "name": "refreshStatus",
3687
+ "return": {
3688
+ "type": {
3689
+ "text": "Promise<void>"
3690
+ }
3691
+ }
3692
+ },
3693
+ {
3694
+ "kind": "method",
3695
+ "name": "deriveState",
3696
+ "privacy": "private",
3697
+ "return": {
3698
+ "type": {
3699
+ "text": "AIIndicatorState"
3700
+ }
3701
+ },
3702
+ "parameters": [
3703
+ {
3704
+ "name": "s",
3705
+ "type": {
3706
+ "text": "AIStatus | null"
3707
+ }
3708
+ }
3709
+ ]
3710
+ },
3711
+ {
3712
+ "kind": "method",
3713
+ "name": "maybeStartPolling",
3714
+ "privacy": "private",
3715
+ "return": {
3716
+ "type": {
3717
+ "text": "void"
3718
+ }
3719
+ }
3720
+ },
3721
+ {
3722
+ "kind": "method",
3723
+ "name": "startPolling",
3724
+ "privacy": "private",
3725
+ "return": {
3726
+ "type": {
3727
+ "text": "void"
3728
+ }
3729
+ }
3730
+ },
3731
+ {
3732
+ "kind": "method",
3733
+ "name": "stopPolling",
3734
+ "privacy": "private",
3735
+ "return": {
3736
+ "type": {
3737
+ "text": "void"
3738
+ }
3739
+ }
3740
+ },
3741
+ {
3742
+ "kind": "method",
3743
+ "name": "onInstall",
3744
+ "return": {
3745
+ "type": {
3746
+ "text": "Promise<void>"
3747
+ }
3748
+ }
3749
+ },
3750
+ {
3751
+ "kind": "field",
3752
+ "name": "_presentation",
3753
+ "type": {
3754
+ "text": "ComponentPresentation | null | undefined"
3755
+ },
3756
+ "privacy": "private",
3757
+ "default": "void 0",
3758
+ "inheritedFrom": {
3759
+ "name": "FoundationElement",
3760
+ "module": "src/foundation-element/foundation-element.ts"
3761
+ }
3762
+ },
3763
+ {
3764
+ "kind": "field",
3765
+ "name": "$presentation",
3766
+ "type": {
3767
+ "text": "ComponentPresentation | null"
3768
+ },
3769
+ "privacy": "public",
3770
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3771
+ "inheritedFrom": {
3772
+ "name": "FoundationElement",
3773
+ "module": "src/foundation-element/foundation-element.ts"
3774
+ }
3775
+ },
3776
+ {
3777
+ "kind": "field",
3778
+ "name": "template",
3779
+ "type": {
3780
+ "text": "ElementViewTemplate | void | null"
3781
+ },
3782
+ "privacy": "public",
3783
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3784
+ "inheritedFrom": {
3785
+ "name": "FoundationElement",
3786
+ "module": "src/foundation-element/foundation-element.ts"
3787
+ }
3788
+ },
3789
+ {
3790
+ "kind": "method",
3791
+ "name": "templateChanged",
3792
+ "privacy": "protected",
3793
+ "return": {
3794
+ "type": {
3795
+ "text": "void"
3796
+ }
3797
+ },
3798
+ "inheritedFrom": {
3799
+ "name": "FoundationElement",
3800
+ "module": "src/foundation-element/foundation-element.ts"
3801
+ }
3802
+ },
3803
+ {
3804
+ "kind": "field",
3805
+ "name": "styles",
3806
+ "type": {
3807
+ "text": "ElementStyles | void | null"
3808
+ },
3809
+ "privacy": "public",
3810
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3811
+ "inheritedFrom": {
3812
+ "name": "FoundationElement",
3813
+ "module": "src/foundation-element/foundation-element.ts"
3814
+ }
3815
+ },
3816
+ {
3817
+ "kind": "method",
3818
+ "name": "stylesChanged",
3819
+ "privacy": "protected",
3820
+ "return": {
3821
+ "type": {
3822
+ "text": "void"
3823
+ }
3824
+ },
3825
+ "inheritedFrom": {
3826
+ "name": "FoundationElement",
3827
+ "module": "src/foundation-element/foundation-element.ts"
3828
+ }
3829
+ },
3830
+ {
3831
+ "kind": "method",
3832
+ "name": "compose",
3833
+ "privacy": "public",
3834
+ "static": true,
3835
+ "return": {
3836
+ "type": {
3837
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3838
+ }
3839
+ },
3840
+ "parameters": [
3841
+ {
3842
+ "name": "this",
3843
+ "type": {
3844
+ "text": "K"
3845
+ }
3846
+ },
3847
+ {
3848
+ "name": "elementDefinition",
3849
+ "type": {
3850
+ "text": "T"
3851
+ },
3852
+ "description": "The definition of the element to create the registry\nfunction for."
3853
+ }
3854
+ ],
3855
+ "description": "Defines an element registry function with a set of element definition defaults.",
3856
+ "inheritedFrom": {
3857
+ "name": "FoundationElement",
3858
+ "module": "src/foundation-element/foundation-element.ts"
3859
+ }
3860
+ }
3861
+ ],
3862
+ "superclass": {
3863
+ "name": "FoundationElement",
3864
+ "package": "@microsoft/fast-foundation"
3865
+ },
3866
+ "tagName": "%%prefix%%-ai-indicator",
3867
+ "customElement": true
3868
+ },
3869
+ {
3870
+ "kind": "variable",
3871
+ "name": "foundationAiIndicator"
3872
+ }
3873
+ ],
3874
+ "exports": [
3875
+ {
3876
+ "kind": "js",
3877
+ "name": "AiIndicator",
3878
+ "declaration": {
3879
+ "name": "AiIndicator",
3880
+ "module": "src/ai-indicator/ai-indicator.ts"
3881
+ }
3882
+ },
3883
+ {
3884
+ "kind": "js",
3885
+ "name": "foundationAiIndicator",
3886
+ "declaration": {
3887
+ "name": "foundationAiIndicator",
3888
+ "module": "src/ai-indicator/ai-indicator.ts"
3889
+ }
3890
+ }
3891
+ ]
3892
+ },
3893
+ {
3894
+ "kind": "javascript-module",
3895
+ "path": "src/ai-indicator/index.ts",
3896
+ "declarations": [],
3897
+ "exports": [
3898
+ {
3899
+ "kind": "js",
3900
+ "name": "AiIndicator",
3901
+ "declaration": {
3902
+ "name": "AiIndicator",
3903
+ "module": "./ai-indicator"
3904
+ }
3905
+ },
3906
+ {
3907
+ "kind": "js",
3908
+ "name": "foundationAiIndicator",
3909
+ "declaration": {
3910
+ "name": "foundationAiIndicator",
3911
+ "module": "./ai-indicator"
3912
+ }
3913
+ },
3914
+ {
3915
+ "kind": "js",
3916
+ "name": "type",
3917
+ "declaration": {
3918
+ "name": "type",
3919
+ "module": "./ai-indicator"
3920
+ }
3921
+ },
3922
+ {
3923
+ "kind": "js",
3924
+ "name": "AIIndicatorState",
3925
+ "declaration": {
3926
+ "name": "AIIndicatorState",
3927
+ "module": "./ai-indicator"
3928
+ }
3929
+ },
3930
+ {
3931
+ "kind": "js",
3932
+ "name": "foundationAiIndicatorTemplate",
3933
+ "declaration": {
3934
+ "name": "foundationAiIndicatorTemplate",
3935
+ "module": "./ai-indicator.template"
3936
+ }
3937
+ },
3938
+ {
3939
+ "kind": "js",
3940
+ "name": "foundationAiIndicatorStyles",
3941
+ "declaration": {
3942
+ "name": "foundationAiIndicatorStyles",
3943
+ "module": "./ai-indicator.styles"
3944
+ }
3945
+ }
3946
+ ]
3947
+ },
3948
3948
  {
3949
3949
  "kind": "javascript-module",
3950
3950
  "path": "src/anchor/anchor.styles.ts",
@@ -56527,197 +56527,6 @@
56527
56527
  }
56528
56528
  ]
56529
56529
  },
56530
- {
56531
- "kind": "javascript-module",
56532
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
56533
- "declarations": [],
56534
- "exports": []
56535
- },
56536
- {
56537
- "kind": "javascript-module",
56538
- "path": "src/ai-criteria-search/validation/operator-map.ts",
56539
- "declarations": [
56540
- {
56541
- "kind": "function",
56542
- "name": "groupsToCriteria",
56543
- "return": {
56544
- "type": {
56545
- "text": "string"
56546
- }
56547
- },
56548
- "parameters": [
56549
- {
56550
- "name": "groups",
56551
- "type": {
56552
- "text": "CriteriaGroup[]"
56553
- }
56554
- }
56555
- ],
56556
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
56557
- },
56558
- {
56559
- "kind": "variable",
56560
- "name": "STRING_OPERATORS",
56561
- "type": {
56562
- "text": "CriteriaOperator[]"
56563
- },
56564
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
56565
- },
56566
- {
56567
- "kind": "variable",
56568
- "name": "NUMERIC_OPERATORS",
56569
- "type": {
56570
- "text": "CriteriaOperator[]"
56571
- },
56572
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
56573
- },
56574
- {
56575
- "kind": "variable",
56576
- "name": "DATE_OPERATORS",
56577
- "type": {
56578
- "text": "CriteriaOperator[]"
56579
- },
56580
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
56581
- },
56582
- {
56583
- "kind": "variable",
56584
- "name": "DATETIME_OPERATORS",
56585
- "type": {
56586
- "text": "CriteriaOperator[]"
56587
- },
56588
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
56589
- },
56590
- {
56591
- "kind": "variable",
56592
- "name": "OPERATOR_DISPLAY_LABEL",
56593
- "type": {
56594
- "text": "Record<CriteriaOperator, string>"
56595
- },
56596
- "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
56597
- }
56598
- ],
56599
- "exports": [
56600
- {
56601
- "kind": "js",
56602
- "name": "groupsToCriteria",
56603
- "declaration": {
56604
- "name": "groupsToCriteria",
56605
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56606
- }
56607
- },
56608
- {
56609
- "kind": "js",
56610
- "name": "STRING_OPERATORS",
56611
- "declaration": {
56612
- "name": "STRING_OPERATORS",
56613
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56614
- }
56615
- },
56616
- {
56617
- "kind": "js",
56618
- "name": "NUMERIC_OPERATORS",
56619
- "declaration": {
56620
- "name": "NUMERIC_OPERATORS",
56621
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56622
- }
56623
- },
56624
- {
56625
- "kind": "js",
56626
- "name": "DATE_OPERATORS",
56627
- "declaration": {
56628
- "name": "DATE_OPERATORS",
56629
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56630
- }
56631
- },
56632
- {
56633
- "kind": "js",
56634
- "name": "DATETIME_OPERATORS",
56635
- "declaration": {
56636
- "name": "DATETIME_OPERATORS",
56637
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56638
- }
56639
- },
56640
- {
56641
- "kind": "js",
56642
- "name": "OPERATOR_DISPLAY_LABEL",
56643
- "declaration": {
56644
- "name": "OPERATOR_DISPLAY_LABEL",
56645
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56646
- }
56647
- }
56648
- ]
56649
- },
56650
- {
56651
- "kind": "javascript-module",
56652
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
56653
- "declarations": [
56654
- {
56655
- "kind": "function",
56656
- "name": "validateClauses",
56657
- "return": {
56658
- "type": {
56659
- "text": "ValidationResult"
56660
- }
56661
- },
56662
- "parameters": [
56663
- {
56664
- "name": "clauses",
56665
- "type": {
56666
- "text": "CriteriaClause[]"
56667
- }
56668
- },
56669
- {
56670
- "name": "fieldMetadata",
56671
- "type": {
56672
- "text": "MetadataDetail[] | string[]"
56673
- }
56674
- }
56675
- ]
56676
- },
56677
- {
56678
- "kind": "function",
56679
- "name": "validateGroups",
56680
- "return": {
56681
- "type": {
56682
- "text": "GroupsValidationResult"
56683
- }
56684
- },
56685
- "parameters": [
56686
- {
56687
- "name": "groups",
56688
- "type": {
56689
- "text": "CriteriaGroup[]"
56690
- }
56691
- },
56692
- {
56693
- "name": "fieldMetadata",
56694
- "type": {
56695
- "text": "MetadataDetail[] | string[]"
56696
- }
56697
- }
56698
- ],
56699
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
56700
- }
56701
- ],
56702
- "exports": [
56703
- {
56704
- "kind": "js",
56705
- "name": "validateClauses",
56706
- "declaration": {
56707
- "name": "validateClauses",
56708
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
56709
- }
56710
- },
56711
- {
56712
- "kind": "js",
56713
- "name": "validateGroups",
56714
- "declaration": {
56715
- "name": "validateGroups",
56716
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
56717
- }
56718
- }
56719
- ]
56720
- },
56721
56530
  {
56722
56531
  "kind": "javascript-module",
56723
56532
  "path": "src/_config/styles/colors.ts",
@@ -58090,6 +57899,197 @@
58090
57899
  "declarations": [],
58091
57900
  "exports": []
58092
57901
  },
57902
+ {
57903
+ "kind": "javascript-module",
57904
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57905
+ "declarations": [],
57906
+ "exports": []
57907
+ },
57908
+ {
57909
+ "kind": "javascript-module",
57910
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57911
+ "declarations": [
57912
+ {
57913
+ "kind": "function",
57914
+ "name": "groupsToCriteria",
57915
+ "return": {
57916
+ "type": {
57917
+ "text": "string"
57918
+ }
57919
+ },
57920
+ "parameters": [
57921
+ {
57922
+ "name": "groups",
57923
+ "type": {
57924
+ "text": "CriteriaGroup[]"
57925
+ }
57926
+ }
57927
+ ],
57928
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
57929
+ },
57930
+ {
57931
+ "kind": "variable",
57932
+ "name": "STRING_OPERATORS",
57933
+ "type": {
57934
+ "text": "CriteriaOperator[]"
57935
+ },
57936
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57937
+ },
57938
+ {
57939
+ "kind": "variable",
57940
+ "name": "NUMERIC_OPERATORS",
57941
+ "type": {
57942
+ "text": "CriteriaOperator[]"
57943
+ },
57944
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57945
+ },
57946
+ {
57947
+ "kind": "variable",
57948
+ "name": "DATE_OPERATORS",
57949
+ "type": {
57950
+ "text": "CriteriaOperator[]"
57951
+ },
57952
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57953
+ },
57954
+ {
57955
+ "kind": "variable",
57956
+ "name": "DATETIME_OPERATORS",
57957
+ "type": {
57958
+ "text": "CriteriaOperator[]"
57959
+ },
57960
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57961
+ },
57962
+ {
57963
+ "kind": "variable",
57964
+ "name": "OPERATOR_DISPLAY_LABEL",
57965
+ "type": {
57966
+ "text": "Record<CriteriaOperator, string>"
57967
+ },
57968
+ "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
57969
+ }
57970
+ ],
57971
+ "exports": [
57972
+ {
57973
+ "kind": "js",
57974
+ "name": "groupsToCriteria",
57975
+ "declaration": {
57976
+ "name": "groupsToCriteria",
57977
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57978
+ }
57979
+ },
57980
+ {
57981
+ "kind": "js",
57982
+ "name": "STRING_OPERATORS",
57983
+ "declaration": {
57984
+ "name": "STRING_OPERATORS",
57985
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57986
+ }
57987
+ },
57988
+ {
57989
+ "kind": "js",
57990
+ "name": "NUMERIC_OPERATORS",
57991
+ "declaration": {
57992
+ "name": "NUMERIC_OPERATORS",
57993
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57994
+ }
57995
+ },
57996
+ {
57997
+ "kind": "js",
57998
+ "name": "DATE_OPERATORS",
57999
+ "declaration": {
58000
+ "name": "DATE_OPERATORS",
58001
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58002
+ }
58003
+ },
58004
+ {
58005
+ "kind": "js",
58006
+ "name": "DATETIME_OPERATORS",
58007
+ "declaration": {
58008
+ "name": "DATETIME_OPERATORS",
58009
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58010
+ }
58011
+ },
58012
+ {
58013
+ "kind": "js",
58014
+ "name": "OPERATOR_DISPLAY_LABEL",
58015
+ "declaration": {
58016
+ "name": "OPERATOR_DISPLAY_LABEL",
58017
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58018
+ }
58019
+ }
58020
+ ]
58021
+ },
58022
+ {
58023
+ "kind": "javascript-module",
58024
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
58025
+ "declarations": [
58026
+ {
58027
+ "kind": "function",
58028
+ "name": "validateClauses",
58029
+ "return": {
58030
+ "type": {
58031
+ "text": "ValidationResult"
58032
+ }
58033
+ },
58034
+ "parameters": [
58035
+ {
58036
+ "name": "clauses",
58037
+ "type": {
58038
+ "text": "CriteriaClause[]"
58039
+ }
58040
+ },
58041
+ {
58042
+ "name": "fieldMetadata",
58043
+ "type": {
58044
+ "text": "MetadataDetail[] | string[]"
58045
+ }
58046
+ }
58047
+ ]
58048
+ },
58049
+ {
58050
+ "kind": "function",
58051
+ "name": "validateGroups",
58052
+ "return": {
58053
+ "type": {
58054
+ "text": "GroupsValidationResult"
58055
+ }
58056
+ },
58057
+ "parameters": [
58058
+ {
58059
+ "name": "groups",
58060
+ "type": {
58061
+ "text": "CriteriaGroup[]"
58062
+ }
58063
+ },
58064
+ {
58065
+ "name": "fieldMetadata",
58066
+ "type": {
58067
+ "text": "MetadataDetail[] | string[]"
58068
+ }
58069
+ }
58070
+ ],
58071
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58072
+ }
58073
+ ],
58074
+ "exports": [
58075
+ {
58076
+ "kind": "js",
58077
+ "name": "validateClauses",
58078
+ "declaration": {
58079
+ "name": "validateClauses",
58080
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58081
+ }
58082
+ },
58083
+ {
58084
+ "kind": "js",
58085
+ "name": "validateGroups",
58086
+ "declaration": {
58087
+ "name": "validateGroups",
58088
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58089
+ }
58090
+ }
58091
+ ]
58092
+ },
58093
58093
  {
58094
58094
  "kind": "javascript-module",
58095
58095
  "path": "src/environment-indicator/utils/configure.ts",