@genesislcap/foundation-ui 14.424.0-BBVA-292.1 → 14.424.0-react-dom-rendering.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1390,6 +1390,37 @@
1390
1390
  }
1391
1391
  ]
1392
1392
  },
1393
+ {
1394
+ "kind": "javascript-module",
1395
+ "path": "src/_config/index.ts",
1396
+ "declarations": [],
1397
+ "exports": [
1398
+ {
1399
+ "kind": "js",
1400
+ "name": "*",
1401
+ "declaration": {
1402
+ "name": "*",
1403
+ "package": "./styles"
1404
+ }
1405
+ },
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./tokens"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./values"
1420
+ }
1421
+ }
1422
+ ]
1423
+ },
1393
1424
  {
1394
1425
  "kind": "javascript-module",
1395
1426
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2345,191 +2376,706 @@
2345
2376
  },
2346
2377
  {
2347
2378
  "kind": "javascript-module",
2348
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2379
+ "path": "src/accordion/accordion.styles.ts",
2349
2380
  "declarations": [
2350
2381
  {
2351
- "kind": "variable",
2352
- "name": "foundationAiCriteriaSearchStyles",
2353
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
2382
+ "kind": "function",
2383
+ "name": "foundationAccordionStyles",
2384
+ "return": {
2385
+ "type": {
2386
+ "text": "ElementStyles"
2387
+ }
2388
+ },
2389
+ "parameters": [
2390
+ {
2391
+ "name": "context",
2392
+ "type": {
2393
+ "text": "ElementDefinitionContext"
2394
+ }
2395
+ },
2396
+ {
2397
+ "name": "definition",
2398
+ "type": {
2399
+ "text": "FoundationElementDefinition"
2400
+ }
2401
+ }
2402
+ ]
2354
2403
  }
2355
2404
  ],
2356
2405
  "exports": [
2357
2406
  {
2358
2407
  "kind": "js",
2359
- "name": "foundationAiCriteriaSearchStyles",
2408
+ "name": "foundationAccordionStyles",
2360
2409
  "declaration": {
2361
- "name": "foundationAiCriteriaSearchStyles",
2362
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2410
+ "name": "foundationAccordionStyles",
2411
+ "module": "src/accordion/accordion.styles.ts"
2363
2412
  }
2364
2413
  }
2365
2414
  ]
2366
2415
  },
2367
2416
  {
2368
2417
  "kind": "javascript-module",
2369
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2418
+ "path": "src/accordion/accordion.template.ts",
2370
2419
  "declarations": [
2371
2420
  {
2372
- "kind": "variable",
2373
- "name": "foundationAiCriteriaSearchTemplate",
2374
- "type": {
2375
- "text": "ViewTemplate<AiCriteriaSearch>"
2421
+ "kind": "function",
2422
+ "name": "foundationAccordionTemplate",
2423
+ "return": {
2424
+ "type": {
2425
+ "text": "ViewTemplate<Accordion>"
2426
+ }
2376
2427
  },
2377
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2428
+ "parameters": [
2429
+ {
2430
+ "name": "context",
2431
+ "type": {
2432
+ "text": "ElementDefinitionContext"
2433
+ }
2434
+ },
2435
+ {
2436
+ "name": "definition",
2437
+ "type": {
2438
+ "text": "FoundationElementDefinition"
2439
+ }
2440
+ }
2441
+ ]
2378
2442
  }
2379
2443
  ],
2380
2444
  "exports": [
2381
2445
  {
2382
2446
  "kind": "js",
2383
- "name": "foundationAiCriteriaSearchTemplate",
2447
+ "name": "foundationAccordionTemplate",
2384
2448
  "declaration": {
2385
- "name": "foundationAiCriteriaSearchTemplate",
2386
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2449
+ "name": "foundationAccordionTemplate",
2450
+ "module": "src/accordion/accordion.template.ts"
2387
2451
  }
2388
2452
  }
2389
2453
  ]
2390
2454
  },
2391
2455
  {
2392
2456
  "kind": "javascript-module",
2393
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2457
+ "path": "src/accordion/accordion.ts",
2394
2458
  "declarations": [
2395
2459
  {
2396
2460
  "kind": "class",
2397
- "description": "Natural-language criteria search input with AI interpretation.",
2398
- "name": "AiCriteriaSearch",
2399
- "members": [
2461
+ "description": "",
2462
+ "name": "Accordion",
2463
+ "superclass": {
2464
+ "name": "FASTAccordion",
2465
+ "package": "@microsoft/fast-foundation"
2466
+ },
2467
+ "tagName": "%%prefix%%-accordion",
2468
+ "customElement": true,
2469
+ "attributes": [
2400
2470
  {
2401
- "kind": "field",
2402
- "name": "aiProvider",
2471
+ "name": "expand-mode",
2403
2472
  "type": {
2404
- "text": "AIProvider"
2473
+ "text": "AccordionExpandMode"
2474
+ },
2475
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2476
+ "fieldName": "expandmode",
2477
+ "inheritedFrom": {
2478
+ "name": "Accordion",
2479
+ "module": "src/accordion/accordion.ts"
2405
2480
  }
2406
- },
2481
+ }
2482
+ ],
2483
+ "members": [
2407
2484
  {
2408
2485
  "kind": "field",
2409
- "name": "placeholder",
2486
+ "name": "expandmode",
2410
2487
  "type": {
2411
- "text": "string"
2488
+ "text": "AccordionExpandMode"
2412
2489
  },
2413
- "default": "'Describe your search criteria in natural language...'"
2414
- },
2415
- {
2416
- "kind": "field",
2417
- "name": "disabled",
2418
- "type": {
2419
- "text": "boolean"
2490
+ "privacy": "public",
2491
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2492
+ "inheritedFrom": {
2493
+ "name": "Accordion",
2494
+ "module": "src/accordion/accordion.ts"
2420
2495
  }
2421
2496
  },
2422
2497
  {
2423
2498
  "kind": "field",
2424
- "name": "mode",
2499
+ "name": "activeid",
2425
2500
  "type": {
2426
- "text": "'append' | 'replace'"
2501
+ "text": "string | null"
2427
2502
  },
2428
- "default": "'replace'"
2503
+ "privacy": "private",
2504
+ "inheritedFrom": {
2505
+ "name": "Accordion",
2506
+ "module": "src/accordion/accordion.ts"
2507
+ }
2429
2508
  },
2430
2509
  {
2431
2510
  "kind": "field",
2432
- "name": "inputValue",
2511
+ "name": "activeItemIndex",
2433
2512
  "type": {
2434
- "text": "string"
2513
+ "text": "number"
2435
2514
  },
2436
- "default": "''"
2515
+ "privacy": "private",
2516
+ "default": "0",
2517
+ "inheritedFrom": {
2518
+ "name": "Accordion",
2519
+ "module": "src/accordion/accordion.ts"
2520
+ }
2437
2521
  },
2438
2522
  {
2439
2523
  "kind": "field",
2440
- "name": "isInterpreting",
2524
+ "name": "accordionIds",
2441
2525
  "type": {
2442
- "text": "boolean"
2526
+ "text": "Array<string | null>"
2443
2527
  },
2444
- "default": "false"
2528
+ "privacy": "private",
2529
+ "inheritedFrom": {
2530
+ "name": "Accordion",
2531
+ "module": "src/accordion/accordion.ts"
2532
+ }
2445
2533
  },
2446
2534
  {
2447
2535
  "kind": "field",
2448
- "name": "lastValidCriteria",
2449
- "type": {
2450
- "text": "string | null"
2451
- },
2452
- "default": "null"
2536
+ "name": "change",
2537
+ "privacy": "private",
2538
+ "inheritedFrom": {
2539
+ "name": "Accordion",
2540
+ "module": "src/accordion/accordion.ts"
2541
+ }
2453
2542
  },
2454
2543
  {
2455
- "kind": "field",
2456
- "name": "fieldMetadata",
2457
- "type": {
2458
- "text": "MetadataDetail[] | string[]"
2544
+ "kind": "method",
2545
+ "name": "findExpandedItem",
2546
+ "privacy": "private",
2547
+ "return": {
2548
+ "type": {
2549
+ "text": "AccordionItem | null"
2550
+ }
2459
2551
  },
2460
- "default": "[]"
2552
+ "inheritedFrom": {
2553
+ "name": "Accordion",
2554
+ "module": "src/accordion/accordion.ts"
2555
+ }
2461
2556
  },
2462
2557
  {
2463
2558
  "kind": "field",
2464
- "name": "isRecording",
2465
- "type": {
2466
- "text": "boolean"
2467
- },
2468
- "default": "false"
2559
+ "name": "setItems",
2560
+ "privacy": "private",
2561
+ "inheritedFrom": {
2562
+ "name": "Accordion",
2563
+ "module": "src/accordion/accordion.ts"
2564
+ }
2469
2565
  },
2470
2566
  {
2471
- "kind": "field",
2472
- "name": "textAreaRef",
2473
- "type": {
2474
- "text": "HTMLTextAreaElement"
2567
+ "kind": "method",
2568
+ "name": "resetItems",
2569
+ "privacy": "private",
2570
+ "return": {
2571
+ "type": {
2572
+ "text": "void"
2573
+ }
2475
2574
  },
2476
- "privacy": "public"
2575
+ "inheritedFrom": {
2576
+ "name": "Accordion",
2577
+ "module": "src/accordion/accordion.ts"
2578
+ }
2477
2579
  },
2478
2580
  {
2479
2581
  "kind": "field",
2480
- "name": "stopRecording",
2481
- "type": {
2482
- "text": "(() => void) | null"
2483
- },
2582
+ "name": "removeItemListeners",
2484
2583
  "privacy": "private",
2485
- "default": "null"
2584
+ "inheritedFrom": {
2585
+ "name": "Accordion",
2586
+ "module": "src/accordion/accordion.ts"
2587
+ }
2486
2588
  },
2487
2589
  {
2488
2590
  "kind": "field",
2489
- "name": "speechApplyDebounceTimer",
2490
- "type": {
2491
- "text": "ReturnType<typeof setTimeout> | null"
2492
- },
2591
+ "name": "activeItemChange",
2493
2592
  "privacy": "private",
2494
- "default": "null"
2593
+ "inheritedFrom": {
2594
+ "name": "Accordion",
2595
+ "module": "src/accordion/accordion.ts"
2596
+ }
2495
2597
  },
2496
2598
  {
2497
- "kind": "field",
2498
- "name": "baseInputForAppend",
2499
- "type": {
2500
- "text": "string"
2501
- },
2599
+ "kind": "method",
2600
+ "name": "getItemIds",
2502
2601
  "privacy": "private",
2503
- "default": "''"
2504
- },
2505
- {
2506
- "kind": "field",
2507
- "name": "speechAvailable",
2508
- "type": {
2509
- "text": "boolean"
2602
+ "return": {
2603
+ "type": {
2604
+ "text": "Array<string | null>"
2605
+ }
2510
2606
  },
2511
- "readonly": true
2607
+ "inheritedFrom": {
2608
+ "name": "Accordion",
2609
+ "module": "src/accordion/accordion.ts"
2610
+ }
2512
2611
  },
2513
2612
  {
2514
2613
  "kind": "method",
2515
- "name": "handleSubmit"
2614
+ "name": "isSingleExpandMode",
2615
+ "privacy": "private",
2616
+ "return": {
2617
+ "type": {
2618
+ "text": "boolean"
2619
+ }
2620
+ },
2621
+ "inheritedFrom": {
2622
+ "name": "Accordion",
2623
+ "module": "src/accordion/accordion.ts"
2624
+ }
2516
2625
  },
2517
2626
  {
2518
- "kind": "method",
2519
- "name": "handleBlur"
2627
+ "kind": "field",
2628
+ "name": "handleItemKeyDown",
2629
+ "privacy": "private",
2630
+ "inheritedFrom": {
2631
+ "name": "Accordion",
2632
+ "module": "src/accordion/accordion.ts"
2633
+ }
2520
2634
  },
2521
2635
  {
2522
- "kind": "method",
2523
- "name": "clear"
2636
+ "kind": "field",
2637
+ "name": "handleItemFocus",
2638
+ "privacy": "private",
2639
+ "inheritedFrom": {
2640
+ "name": "Accordion",
2641
+ "module": "src/accordion/accordion.ts"
2642
+ }
2524
2643
  },
2525
2644
  {
2526
2645
  "kind": "method",
2527
- "name": "toggleSpeechInput"
2646
+ "name": "adjust",
2647
+ "privacy": "private",
2648
+ "return": {
2649
+ "type": {
2650
+ "text": "void"
2651
+ }
2652
+ },
2653
+ "parameters": [
2654
+ {
2655
+ "name": "adjustment",
2656
+ "type": {
2657
+ "text": "number"
2658
+ }
2659
+ }
2660
+ ],
2661
+ "inheritedFrom": {
2662
+ "name": "Accordion",
2663
+ "module": "src/accordion/accordion.ts"
2664
+ }
2528
2665
  },
2529
2666
  {
2530
2667
  "kind": "method",
2531
- "name": "clearSpeechApplyDebounce",
2532
- "privacy": "private"
2668
+ "name": "focusItem",
2669
+ "privacy": "private",
2670
+ "return": {
2671
+ "type": {
2672
+ "text": "void"
2673
+ }
2674
+ },
2675
+ "inheritedFrom": {
2676
+ "name": "Accordion",
2677
+ "module": "src/accordion/accordion.ts"
2678
+ }
2679
+ },
2680
+ {
2681
+ "kind": "field",
2682
+ "name": "_presentation",
2683
+ "type": {
2684
+ "text": "ComponentPresentation | null | undefined"
2685
+ },
2686
+ "privacy": "private",
2687
+ "default": "void 0",
2688
+ "inheritedFrom": {
2689
+ "name": "FoundationElement",
2690
+ "module": "src/foundation-element/foundation-element.ts"
2691
+ }
2692
+ },
2693
+ {
2694
+ "kind": "field",
2695
+ "name": "$presentation",
2696
+ "type": {
2697
+ "text": "ComponentPresentation | null"
2698
+ },
2699
+ "privacy": "public",
2700
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2701
+ "inheritedFrom": {
2702
+ "name": "FoundationElement",
2703
+ "module": "src/foundation-element/foundation-element.ts"
2704
+ }
2705
+ },
2706
+ {
2707
+ "kind": "field",
2708
+ "name": "template",
2709
+ "type": {
2710
+ "text": "ElementViewTemplate | void | null"
2711
+ },
2712
+ "privacy": "public",
2713
+ "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.",
2714
+ "inheritedFrom": {
2715
+ "name": "FoundationElement",
2716
+ "module": "src/foundation-element/foundation-element.ts"
2717
+ }
2718
+ },
2719
+ {
2720
+ "kind": "method",
2721
+ "name": "templateChanged",
2722
+ "privacy": "protected",
2723
+ "return": {
2724
+ "type": {
2725
+ "text": "void"
2726
+ }
2727
+ },
2728
+ "inheritedFrom": {
2729
+ "name": "FoundationElement",
2730
+ "module": "src/foundation-element/foundation-element.ts"
2731
+ }
2732
+ },
2733
+ {
2734
+ "kind": "field",
2735
+ "name": "styles",
2736
+ "type": {
2737
+ "text": "ElementStyles | void | null"
2738
+ },
2739
+ "privacy": "public",
2740
+ "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.",
2741
+ "inheritedFrom": {
2742
+ "name": "FoundationElement",
2743
+ "module": "src/foundation-element/foundation-element.ts"
2744
+ }
2745
+ },
2746
+ {
2747
+ "kind": "method",
2748
+ "name": "stylesChanged",
2749
+ "privacy": "protected",
2750
+ "return": {
2751
+ "type": {
2752
+ "text": "void"
2753
+ }
2754
+ },
2755
+ "inheritedFrom": {
2756
+ "name": "FoundationElement",
2757
+ "module": "src/foundation-element/foundation-element.ts"
2758
+ }
2759
+ },
2760
+ {
2761
+ "kind": "method",
2762
+ "name": "compose",
2763
+ "privacy": "public",
2764
+ "static": true,
2765
+ "return": {
2766
+ "type": {
2767
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2768
+ }
2769
+ },
2770
+ "parameters": [
2771
+ {
2772
+ "name": "this",
2773
+ "type": {
2774
+ "text": "K"
2775
+ }
2776
+ },
2777
+ {
2778
+ "name": "elementDefinition",
2779
+ "type": {
2780
+ "text": "T"
2781
+ },
2782
+ "description": "The definition of the element to create the registry\nfunction for."
2783
+ }
2784
+ ],
2785
+ "description": "Defines an element registry function with a set of element definition defaults.",
2786
+ "inheritedFrom": {
2787
+ "name": "FoundationElement",
2788
+ "module": "src/foundation-element/foundation-element.ts"
2789
+ }
2790
+ }
2791
+ ],
2792
+ "events": [
2793
+ {
2794
+ "description": "Fires a custom 'change' event when the active item changes",
2795
+ "name": "change",
2796
+ "inheritedFrom": {
2797
+ "name": "Accordion",
2798
+ "module": "src/accordion/accordion.ts"
2799
+ }
2800
+ }
2801
+ ]
2802
+ },
2803
+ {
2804
+ "kind": "variable",
2805
+ "name": "foundationAccordionShadowOptions",
2806
+ "type": {
2807
+ "text": "ShadowRootInit"
2808
+ },
2809
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2810
+ },
2811
+ {
2812
+ "kind": "variable",
2813
+ "name": "defaultAccordionConfig",
2814
+ "type": {
2815
+ "text": "object"
2816
+ },
2817
+ "default": "{}"
2818
+ },
2819
+ {
2820
+ "kind": "variable",
2821
+ "name": "foundationAccordion",
2822
+ "description": "The Foundation Accordion",
2823
+ "privacy": "public"
2824
+ }
2825
+ ],
2826
+ "exports": [
2827
+ {
2828
+ "kind": "js",
2829
+ "name": "Accordion",
2830
+ "declaration": {
2831
+ "name": "Accordion",
2832
+ "module": "src/accordion/accordion.ts"
2833
+ }
2834
+ },
2835
+ {
2836
+ "kind": "js",
2837
+ "name": "foundationAccordionShadowOptions",
2838
+ "declaration": {
2839
+ "name": "foundationAccordionShadowOptions",
2840
+ "module": "src/accordion/accordion.ts"
2841
+ }
2842
+ },
2843
+ {
2844
+ "kind": "js",
2845
+ "name": "defaultAccordionConfig",
2846
+ "declaration": {
2847
+ "name": "defaultAccordionConfig",
2848
+ "module": "src/accordion/accordion.ts"
2849
+ }
2850
+ },
2851
+ {
2852
+ "kind": "js",
2853
+ "name": "foundationAccordion",
2854
+ "declaration": {
2855
+ "name": "foundationAccordion",
2856
+ "module": "src/accordion/accordion.ts"
2857
+ }
2858
+ }
2859
+ ]
2860
+ },
2861
+ {
2862
+ "kind": "javascript-module",
2863
+ "path": "src/accordion/index.ts",
2864
+ "declarations": [],
2865
+ "exports": [
2866
+ {
2867
+ "kind": "js",
2868
+ "name": "*",
2869
+ "declaration": {
2870
+ "name": "*",
2871
+ "package": "./accordion.template"
2872
+ }
2873
+ },
2874
+ {
2875
+ "kind": "js",
2876
+ "name": "*",
2877
+ "declaration": {
2878
+ "name": "*",
2879
+ "package": "./accordion.styles"
2880
+ }
2881
+ },
2882
+ {
2883
+ "kind": "js",
2884
+ "name": "*",
2885
+ "declaration": {
2886
+ "name": "*",
2887
+ "package": "./accordion"
2888
+ }
2889
+ }
2890
+ ]
2891
+ },
2892
+ {
2893
+ "kind": "javascript-module",
2894
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2895
+ "declarations": [
2896
+ {
2897
+ "kind": "variable",
2898
+ "name": "foundationAiCriteriaSearchStyles",
2899
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
2900
+ }
2901
+ ],
2902
+ "exports": [
2903
+ {
2904
+ "kind": "js",
2905
+ "name": "foundationAiCriteriaSearchStyles",
2906
+ "declaration": {
2907
+ "name": "foundationAiCriteriaSearchStyles",
2908
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2909
+ }
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ "kind": "javascript-module",
2915
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2916
+ "declarations": [
2917
+ {
2918
+ "kind": "variable",
2919
+ "name": "foundationAiCriteriaSearchTemplate",
2920
+ "type": {
2921
+ "text": "ViewTemplate<AiCriteriaSearch>"
2922
+ },
2923
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2924
+ }
2925
+ ],
2926
+ "exports": [
2927
+ {
2928
+ "kind": "js",
2929
+ "name": "foundationAiCriteriaSearchTemplate",
2930
+ "declaration": {
2931
+ "name": "foundationAiCriteriaSearchTemplate",
2932
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2933
+ }
2934
+ }
2935
+ ]
2936
+ },
2937
+ {
2938
+ "kind": "javascript-module",
2939
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2940
+ "declarations": [
2941
+ {
2942
+ "kind": "class",
2943
+ "description": "Natural-language criteria search input with AI interpretation.",
2944
+ "name": "AiCriteriaSearch",
2945
+ "members": [
2946
+ {
2947
+ "kind": "field",
2948
+ "name": "aiProvider",
2949
+ "type": {
2950
+ "text": "AIProvider"
2951
+ }
2952
+ },
2953
+ {
2954
+ "kind": "field",
2955
+ "name": "placeholder",
2956
+ "type": {
2957
+ "text": "string"
2958
+ },
2959
+ "default": "'Describe your search criteria in natural language...'"
2960
+ },
2961
+ {
2962
+ "kind": "field",
2963
+ "name": "disabled",
2964
+ "type": {
2965
+ "text": "boolean"
2966
+ }
2967
+ },
2968
+ {
2969
+ "kind": "field",
2970
+ "name": "mode",
2971
+ "type": {
2972
+ "text": "'append' | 'replace'"
2973
+ },
2974
+ "default": "'replace'"
2975
+ },
2976
+ {
2977
+ "kind": "field",
2978
+ "name": "inputValue",
2979
+ "type": {
2980
+ "text": "string"
2981
+ },
2982
+ "default": "''"
2983
+ },
2984
+ {
2985
+ "kind": "field",
2986
+ "name": "isInterpreting",
2987
+ "type": {
2988
+ "text": "boolean"
2989
+ },
2990
+ "default": "false"
2991
+ },
2992
+ {
2993
+ "kind": "field",
2994
+ "name": "lastValidCriteria",
2995
+ "type": {
2996
+ "text": "string | null"
2997
+ },
2998
+ "default": "null"
2999
+ },
3000
+ {
3001
+ "kind": "field",
3002
+ "name": "fieldMetadata",
3003
+ "type": {
3004
+ "text": "MetadataDetail[] | string[]"
3005
+ },
3006
+ "default": "[]"
3007
+ },
3008
+ {
3009
+ "kind": "field",
3010
+ "name": "isRecording",
3011
+ "type": {
3012
+ "text": "boolean"
3013
+ },
3014
+ "default": "false"
3015
+ },
3016
+ {
3017
+ "kind": "field",
3018
+ "name": "textAreaRef",
3019
+ "type": {
3020
+ "text": "HTMLTextAreaElement"
3021
+ },
3022
+ "privacy": "public"
3023
+ },
3024
+ {
3025
+ "kind": "field",
3026
+ "name": "stopRecording",
3027
+ "type": {
3028
+ "text": "(() => void) | null"
3029
+ },
3030
+ "privacy": "private",
3031
+ "default": "null"
3032
+ },
3033
+ {
3034
+ "kind": "field",
3035
+ "name": "speechApplyDebounceTimer",
3036
+ "type": {
3037
+ "text": "ReturnType<typeof setTimeout> | null"
3038
+ },
3039
+ "privacy": "private",
3040
+ "default": "null"
3041
+ },
3042
+ {
3043
+ "kind": "field",
3044
+ "name": "baseInputForAppend",
3045
+ "type": {
3046
+ "text": "string"
3047
+ },
3048
+ "privacy": "private",
3049
+ "default": "''"
3050
+ },
3051
+ {
3052
+ "kind": "field",
3053
+ "name": "speechAvailable",
3054
+ "type": {
3055
+ "text": "boolean"
3056
+ },
3057
+ "readonly": true
3058
+ },
3059
+ {
3060
+ "kind": "method",
3061
+ "name": "handleSubmit"
3062
+ },
3063
+ {
3064
+ "kind": "method",
3065
+ "name": "handleBlur"
3066
+ },
3067
+ {
3068
+ "kind": "method",
3069
+ "name": "clear"
3070
+ },
3071
+ {
3072
+ "kind": "method",
3073
+ "name": "toggleSpeechInput"
3074
+ },
3075
+ {
3076
+ "kind": "method",
3077
+ "name": "clearSpeechApplyDebounce",
3078
+ "privacy": "private"
2533
3079
  },
2534
3080
  {
2535
3081
  "kind": "field",
@@ -3333,552 +3879,6 @@
3333
3879
  }
3334
3880
  ]
3335
3881
  },
3336
- {
3337
- "kind": "javascript-module",
3338
- "path": "src/accordion/accordion.styles.ts",
3339
- "declarations": [
3340
- {
3341
- "kind": "function",
3342
- "name": "foundationAccordionStyles",
3343
- "return": {
3344
- "type": {
3345
- "text": "ElementStyles"
3346
- }
3347
- },
3348
- "parameters": [
3349
- {
3350
- "name": "context",
3351
- "type": {
3352
- "text": "ElementDefinitionContext"
3353
- }
3354
- },
3355
- {
3356
- "name": "definition",
3357
- "type": {
3358
- "text": "FoundationElementDefinition"
3359
- }
3360
- }
3361
- ]
3362
- }
3363
- ],
3364
- "exports": [
3365
- {
3366
- "kind": "js",
3367
- "name": "foundationAccordionStyles",
3368
- "declaration": {
3369
- "name": "foundationAccordionStyles",
3370
- "module": "src/accordion/accordion.styles.ts"
3371
- }
3372
- }
3373
- ]
3374
- },
3375
- {
3376
- "kind": "javascript-module",
3377
- "path": "src/accordion/accordion.template.ts",
3378
- "declarations": [
3379
- {
3380
- "kind": "function",
3381
- "name": "foundationAccordionTemplate",
3382
- "return": {
3383
- "type": {
3384
- "text": "ViewTemplate<Accordion>"
3385
- }
3386
- },
3387
- "parameters": [
3388
- {
3389
- "name": "context",
3390
- "type": {
3391
- "text": "ElementDefinitionContext"
3392
- }
3393
- },
3394
- {
3395
- "name": "definition",
3396
- "type": {
3397
- "text": "FoundationElementDefinition"
3398
- }
3399
- }
3400
- ]
3401
- }
3402
- ],
3403
- "exports": [
3404
- {
3405
- "kind": "js",
3406
- "name": "foundationAccordionTemplate",
3407
- "declaration": {
3408
- "name": "foundationAccordionTemplate",
3409
- "module": "src/accordion/accordion.template.ts"
3410
- }
3411
- }
3412
- ]
3413
- },
3414
- {
3415
- "kind": "javascript-module",
3416
- "path": "src/accordion/accordion.ts",
3417
- "declarations": [
3418
- {
3419
- "kind": "class",
3420
- "description": "",
3421
- "name": "Accordion",
3422
- "superclass": {
3423
- "name": "FASTAccordion",
3424
- "package": "@microsoft/fast-foundation"
3425
- },
3426
- "tagName": "%%prefix%%-accordion",
3427
- "customElement": true,
3428
- "attributes": [
3429
- {
3430
- "name": "expand-mode",
3431
- "type": {
3432
- "text": "AccordionExpandMode"
3433
- },
3434
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3435
- "fieldName": "expandmode",
3436
- "inheritedFrom": {
3437
- "name": "Accordion",
3438
- "module": "src/accordion/accordion.ts"
3439
- }
3440
- }
3441
- ],
3442
- "members": [
3443
- {
3444
- "kind": "field",
3445
- "name": "expandmode",
3446
- "type": {
3447
- "text": "AccordionExpandMode"
3448
- },
3449
- "privacy": "public",
3450
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3451
- "inheritedFrom": {
3452
- "name": "Accordion",
3453
- "module": "src/accordion/accordion.ts"
3454
- }
3455
- },
3456
- {
3457
- "kind": "field",
3458
- "name": "activeid",
3459
- "type": {
3460
- "text": "string | null"
3461
- },
3462
- "privacy": "private",
3463
- "inheritedFrom": {
3464
- "name": "Accordion",
3465
- "module": "src/accordion/accordion.ts"
3466
- }
3467
- },
3468
- {
3469
- "kind": "field",
3470
- "name": "activeItemIndex",
3471
- "type": {
3472
- "text": "number"
3473
- },
3474
- "privacy": "private",
3475
- "default": "0",
3476
- "inheritedFrom": {
3477
- "name": "Accordion",
3478
- "module": "src/accordion/accordion.ts"
3479
- }
3480
- },
3481
- {
3482
- "kind": "field",
3483
- "name": "accordionIds",
3484
- "type": {
3485
- "text": "Array<string | null>"
3486
- },
3487
- "privacy": "private",
3488
- "inheritedFrom": {
3489
- "name": "Accordion",
3490
- "module": "src/accordion/accordion.ts"
3491
- }
3492
- },
3493
- {
3494
- "kind": "field",
3495
- "name": "change",
3496
- "privacy": "private",
3497
- "inheritedFrom": {
3498
- "name": "Accordion",
3499
- "module": "src/accordion/accordion.ts"
3500
- }
3501
- },
3502
- {
3503
- "kind": "method",
3504
- "name": "findExpandedItem",
3505
- "privacy": "private",
3506
- "return": {
3507
- "type": {
3508
- "text": "AccordionItem | null"
3509
- }
3510
- },
3511
- "inheritedFrom": {
3512
- "name": "Accordion",
3513
- "module": "src/accordion/accordion.ts"
3514
- }
3515
- },
3516
- {
3517
- "kind": "field",
3518
- "name": "setItems",
3519
- "privacy": "private",
3520
- "inheritedFrom": {
3521
- "name": "Accordion",
3522
- "module": "src/accordion/accordion.ts"
3523
- }
3524
- },
3525
- {
3526
- "kind": "method",
3527
- "name": "resetItems",
3528
- "privacy": "private",
3529
- "return": {
3530
- "type": {
3531
- "text": "void"
3532
- }
3533
- },
3534
- "inheritedFrom": {
3535
- "name": "Accordion",
3536
- "module": "src/accordion/accordion.ts"
3537
- }
3538
- },
3539
- {
3540
- "kind": "field",
3541
- "name": "removeItemListeners",
3542
- "privacy": "private",
3543
- "inheritedFrom": {
3544
- "name": "Accordion",
3545
- "module": "src/accordion/accordion.ts"
3546
- }
3547
- },
3548
- {
3549
- "kind": "field",
3550
- "name": "activeItemChange",
3551
- "privacy": "private",
3552
- "inheritedFrom": {
3553
- "name": "Accordion",
3554
- "module": "src/accordion/accordion.ts"
3555
- }
3556
- },
3557
- {
3558
- "kind": "method",
3559
- "name": "getItemIds",
3560
- "privacy": "private",
3561
- "return": {
3562
- "type": {
3563
- "text": "Array<string | null>"
3564
- }
3565
- },
3566
- "inheritedFrom": {
3567
- "name": "Accordion",
3568
- "module": "src/accordion/accordion.ts"
3569
- }
3570
- },
3571
- {
3572
- "kind": "method",
3573
- "name": "isSingleExpandMode",
3574
- "privacy": "private",
3575
- "return": {
3576
- "type": {
3577
- "text": "boolean"
3578
- }
3579
- },
3580
- "inheritedFrom": {
3581
- "name": "Accordion",
3582
- "module": "src/accordion/accordion.ts"
3583
- }
3584
- },
3585
- {
3586
- "kind": "field",
3587
- "name": "handleItemKeyDown",
3588
- "privacy": "private",
3589
- "inheritedFrom": {
3590
- "name": "Accordion",
3591
- "module": "src/accordion/accordion.ts"
3592
- }
3593
- },
3594
- {
3595
- "kind": "field",
3596
- "name": "handleItemFocus",
3597
- "privacy": "private",
3598
- "inheritedFrom": {
3599
- "name": "Accordion",
3600
- "module": "src/accordion/accordion.ts"
3601
- }
3602
- },
3603
- {
3604
- "kind": "method",
3605
- "name": "adjust",
3606
- "privacy": "private",
3607
- "return": {
3608
- "type": {
3609
- "text": "void"
3610
- }
3611
- },
3612
- "parameters": [
3613
- {
3614
- "name": "adjustment",
3615
- "type": {
3616
- "text": "number"
3617
- }
3618
- }
3619
- ],
3620
- "inheritedFrom": {
3621
- "name": "Accordion",
3622
- "module": "src/accordion/accordion.ts"
3623
- }
3624
- },
3625
- {
3626
- "kind": "method",
3627
- "name": "focusItem",
3628
- "privacy": "private",
3629
- "return": {
3630
- "type": {
3631
- "text": "void"
3632
- }
3633
- },
3634
- "inheritedFrom": {
3635
- "name": "Accordion",
3636
- "module": "src/accordion/accordion.ts"
3637
- }
3638
- },
3639
- {
3640
- "kind": "field",
3641
- "name": "_presentation",
3642
- "type": {
3643
- "text": "ComponentPresentation | null | undefined"
3644
- },
3645
- "privacy": "private",
3646
- "default": "void 0",
3647
- "inheritedFrom": {
3648
- "name": "FoundationElement",
3649
- "module": "src/foundation-element/foundation-element.ts"
3650
- }
3651
- },
3652
- {
3653
- "kind": "field",
3654
- "name": "$presentation",
3655
- "type": {
3656
- "text": "ComponentPresentation | null"
3657
- },
3658
- "privacy": "public",
3659
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3660
- "inheritedFrom": {
3661
- "name": "FoundationElement",
3662
- "module": "src/foundation-element/foundation-element.ts"
3663
- }
3664
- },
3665
- {
3666
- "kind": "field",
3667
- "name": "template",
3668
- "type": {
3669
- "text": "ElementViewTemplate | void | null"
3670
- },
3671
- "privacy": "public",
3672
- "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.",
3673
- "inheritedFrom": {
3674
- "name": "FoundationElement",
3675
- "module": "src/foundation-element/foundation-element.ts"
3676
- }
3677
- },
3678
- {
3679
- "kind": "method",
3680
- "name": "templateChanged",
3681
- "privacy": "protected",
3682
- "return": {
3683
- "type": {
3684
- "text": "void"
3685
- }
3686
- },
3687
- "inheritedFrom": {
3688
- "name": "FoundationElement",
3689
- "module": "src/foundation-element/foundation-element.ts"
3690
- }
3691
- },
3692
- {
3693
- "kind": "field",
3694
- "name": "styles",
3695
- "type": {
3696
- "text": "ElementStyles | void | null"
3697
- },
3698
- "privacy": "public",
3699
- "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.",
3700
- "inheritedFrom": {
3701
- "name": "FoundationElement",
3702
- "module": "src/foundation-element/foundation-element.ts"
3703
- }
3704
- },
3705
- {
3706
- "kind": "method",
3707
- "name": "stylesChanged",
3708
- "privacy": "protected",
3709
- "return": {
3710
- "type": {
3711
- "text": "void"
3712
- }
3713
- },
3714
- "inheritedFrom": {
3715
- "name": "FoundationElement",
3716
- "module": "src/foundation-element/foundation-element.ts"
3717
- }
3718
- },
3719
- {
3720
- "kind": "method",
3721
- "name": "compose",
3722
- "privacy": "public",
3723
- "static": true,
3724
- "return": {
3725
- "type": {
3726
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3727
- }
3728
- },
3729
- "parameters": [
3730
- {
3731
- "name": "this",
3732
- "type": {
3733
- "text": "K"
3734
- }
3735
- },
3736
- {
3737
- "name": "elementDefinition",
3738
- "type": {
3739
- "text": "T"
3740
- },
3741
- "description": "The definition of the element to create the registry\nfunction for."
3742
- }
3743
- ],
3744
- "description": "Defines an element registry function with a set of element definition defaults.",
3745
- "inheritedFrom": {
3746
- "name": "FoundationElement",
3747
- "module": "src/foundation-element/foundation-element.ts"
3748
- }
3749
- }
3750
- ],
3751
- "events": [
3752
- {
3753
- "description": "Fires a custom 'change' event when the active item changes",
3754
- "name": "change",
3755
- "inheritedFrom": {
3756
- "name": "Accordion",
3757
- "module": "src/accordion/accordion.ts"
3758
- }
3759
- }
3760
- ]
3761
- },
3762
- {
3763
- "kind": "variable",
3764
- "name": "foundationAccordionShadowOptions",
3765
- "type": {
3766
- "text": "ShadowRootInit"
3767
- },
3768
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3769
- },
3770
- {
3771
- "kind": "variable",
3772
- "name": "defaultAccordionConfig",
3773
- "type": {
3774
- "text": "object"
3775
- },
3776
- "default": "{}"
3777
- },
3778
- {
3779
- "kind": "variable",
3780
- "name": "foundationAccordion",
3781
- "description": "The Foundation Accordion",
3782
- "privacy": "public"
3783
- }
3784
- ],
3785
- "exports": [
3786
- {
3787
- "kind": "js",
3788
- "name": "Accordion",
3789
- "declaration": {
3790
- "name": "Accordion",
3791
- "module": "src/accordion/accordion.ts"
3792
- }
3793
- },
3794
- {
3795
- "kind": "js",
3796
- "name": "foundationAccordionShadowOptions",
3797
- "declaration": {
3798
- "name": "foundationAccordionShadowOptions",
3799
- "module": "src/accordion/accordion.ts"
3800
- }
3801
- },
3802
- {
3803
- "kind": "js",
3804
- "name": "defaultAccordionConfig",
3805
- "declaration": {
3806
- "name": "defaultAccordionConfig",
3807
- "module": "src/accordion/accordion.ts"
3808
- }
3809
- },
3810
- {
3811
- "kind": "js",
3812
- "name": "foundationAccordion",
3813
- "declaration": {
3814
- "name": "foundationAccordion",
3815
- "module": "src/accordion/accordion.ts"
3816
- }
3817
- }
3818
- ]
3819
- },
3820
- {
3821
- "kind": "javascript-module",
3822
- "path": "src/accordion/index.ts",
3823
- "declarations": [],
3824
- "exports": [
3825
- {
3826
- "kind": "js",
3827
- "name": "*",
3828
- "declaration": {
3829
- "name": "*",
3830
- "package": "./accordion.template"
3831
- }
3832
- },
3833
- {
3834
- "kind": "js",
3835
- "name": "*",
3836
- "declaration": {
3837
- "name": "*",
3838
- "package": "./accordion.styles"
3839
- }
3840
- },
3841
- {
3842
- "kind": "js",
3843
- "name": "*",
3844
- "declaration": {
3845
- "name": "*",
3846
- "package": "./accordion"
3847
- }
3848
- }
3849
- ]
3850
- },
3851
- {
3852
- "kind": "javascript-module",
3853
- "path": "src/_config/index.ts",
3854
- "declarations": [],
3855
- "exports": [
3856
- {
3857
- "kind": "js",
3858
- "name": "*",
3859
- "declaration": {
3860
- "name": "*",
3861
- "package": "./styles"
3862
- }
3863
- },
3864
- {
3865
- "kind": "js",
3866
- "name": "*",
3867
- "declaration": {
3868
- "name": "*",
3869
- "package": "./tokens"
3870
- }
3871
- },
3872
- {
3873
- "kind": "js",
3874
- "name": "*",
3875
- "declaration": {
3876
- "name": "*",
3877
- "package": "./values"
3878
- }
3879
- }
3880
- ]
3881
- },
3882
3882
  {
3883
3883
  "kind": "javascript-module",
3884
3884
  "path": "src/anchor/anchor.styles.ts",
@@ -56382,181 +56382,6 @@
56382
56382
  }
56383
56383
  ]
56384
56384
  },
56385
- {
56386
- "kind": "javascript-module",
56387
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
56388
- "declarations": [],
56389
- "exports": []
56390
- },
56391
- {
56392
- "kind": "javascript-module",
56393
- "path": "src/ai-criteria-search/validation/operator-map.ts",
56394
- "declarations": [
56395
- {
56396
- "kind": "function",
56397
- "name": "groupsToCriteria",
56398
- "return": {
56399
- "type": {
56400
- "text": "string"
56401
- }
56402
- },
56403
- "parameters": [
56404
- {
56405
- "name": "groups",
56406
- "type": {
56407
- "text": "CriteriaGroup[]"
56408
- }
56409
- }
56410
- ],
56411
- "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."
56412
- },
56413
- {
56414
- "kind": "variable",
56415
- "name": "STRING_OPERATORS",
56416
- "type": {
56417
- "text": "CriteriaOperator[]"
56418
- },
56419
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
56420
- },
56421
- {
56422
- "kind": "variable",
56423
- "name": "NUMERIC_OPERATORS",
56424
- "type": {
56425
- "text": "CriteriaOperator[]"
56426
- },
56427
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
56428
- },
56429
- {
56430
- "kind": "variable",
56431
- "name": "DATE_OPERATORS",
56432
- "type": {
56433
- "text": "CriteriaOperator[]"
56434
- },
56435
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
56436
- },
56437
- {
56438
- "kind": "variable",
56439
- "name": "DATETIME_OPERATORS",
56440
- "type": {
56441
- "text": "CriteriaOperator[]"
56442
- },
56443
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
56444
- }
56445
- ],
56446
- "exports": [
56447
- {
56448
- "kind": "js",
56449
- "name": "groupsToCriteria",
56450
- "declaration": {
56451
- "name": "groupsToCriteria",
56452
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56453
- }
56454
- },
56455
- {
56456
- "kind": "js",
56457
- "name": "STRING_OPERATORS",
56458
- "declaration": {
56459
- "name": "STRING_OPERATORS",
56460
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56461
- }
56462
- },
56463
- {
56464
- "kind": "js",
56465
- "name": "NUMERIC_OPERATORS",
56466
- "declaration": {
56467
- "name": "NUMERIC_OPERATORS",
56468
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56469
- }
56470
- },
56471
- {
56472
- "kind": "js",
56473
- "name": "DATE_OPERATORS",
56474
- "declaration": {
56475
- "name": "DATE_OPERATORS",
56476
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56477
- }
56478
- },
56479
- {
56480
- "kind": "js",
56481
- "name": "DATETIME_OPERATORS",
56482
- "declaration": {
56483
- "name": "DATETIME_OPERATORS",
56484
- "module": "src/ai-criteria-search/validation/operator-map.ts"
56485
- }
56486
- }
56487
- ]
56488
- },
56489
- {
56490
- "kind": "javascript-module",
56491
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
56492
- "declarations": [
56493
- {
56494
- "kind": "function",
56495
- "name": "validateClauses",
56496
- "return": {
56497
- "type": {
56498
- "text": "ValidationResult"
56499
- }
56500
- },
56501
- "parameters": [
56502
- {
56503
- "name": "clauses",
56504
- "type": {
56505
- "text": "CriteriaClause[]"
56506
- }
56507
- },
56508
- {
56509
- "name": "fieldMetadata",
56510
- "type": {
56511
- "text": "MetadataDetail[] | string[]"
56512
- }
56513
- }
56514
- ]
56515
- },
56516
- {
56517
- "kind": "function",
56518
- "name": "validateGroups",
56519
- "return": {
56520
- "type": {
56521
- "text": "GroupsValidationResult"
56522
- }
56523
- },
56524
- "parameters": [
56525
- {
56526
- "name": "groups",
56527
- "type": {
56528
- "text": "CriteriaGroup[]"
56529
- }
56530
- },
56531
- {
56532
- "name": "fieldMetadata",
56533
- "type": {
56534
- "text": "MetadataDetail[] | string[]"
56535
- }
56536
- }
56537
- ],
56538
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
56539
- }
56540
- ],
56541
- "exports": [
56542
- {
56543
- "kind": "js",
56544
- "name": "validateClauses",
56545
- "declaration": {
56546
- "name": "validateClauses",
56547
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
56548
- }
56549
- },
56550
- {
56551
- "kind": "js",
56552
- "name": "validateGroups",
56553
- "declaration": {
56554
- "name": "validateGroups",
56555
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
56556
- }
56557
- }
56558
- ]
56559
- },
56560
56385
  {
56561
56386
  "kind": "javascript-module",
56562
56387
  "path": "src/_config/styles/colors.ts",
@@ -57929,6 +57754,181 @@
57929
57754
  "declarations": [],
57930
57755
  "exports": []
57931
57756
  },
57757
+ {
57758
+ "kind": "javascript-module",
57759
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57760
+ "declarations": [],
57761
+ "exports": []
57762
+ },
57763
+ {
57764
+ "kind": "javascript-module",
57765
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57766
+ "declarations": [
57767
+ {
57768
+ "kind": "function",
57769
+ "name": "groupsToCriteria",
57770
+ "return": {
57771
+ "type": {
57772
+ "text": "string"
57773
+ }
57774
+ },
57775
+ "parameters": [
57776
+ {
57777
+ "name": "groups",
57778
+ "type": {
57779
+ "text": "CriteriaGroup[]"
57780
+ }
57781
+ }
57782
+ ],
57783
+ "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."
57784
+ },
57785
+ {
57786
+ "kind": "variable",
57787
+ "name": "STRING_OPERATORS",
57788
+ "type": {
57789
+ "text": "CriteriaOperator[]"
57790
+ },
57791
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57792
+ },
57793
+ {
57794
+ "kind": "variable",
57795
+ "name": "NUMERIC_OPERATORS",
57796
+ "type": {
57797
+ "text": "CriteriaOperator[]"
57798
+ },
57799
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57800
+ },
57801
+ {
57802
+ "kind": "variable",
57803
+ "name": "DATE_OPERATORS",
57804
+ "type": {
57805
+ "text": "CriteriaOperator[]"
57806
+ },
57807
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57808
+ },
57809
+ {
57810
+ "kind": "variable",
57811
+ "name": "DATETIME_OPERATORS",
57812
+ "type": {
57813
+ "text": "CriteriaOperator[]"
57814
+ },
57815
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57816
+ }
57817
+ ],
57818
+ "exports": [
57819
+ {
57820
+ "kind": "js",
57821
+ "name": "groupsToCriteria",
57822
+ "declaration": {
57823
+ "name": "groupsToCriteria",
57824
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57825
+ }
57826
+ },
57827
+ {
57828
+ "kind": "js",
57829
+ "name": "STRING_OPERATORS",
57830
+ "declaration": {
57831
+ "name": "STRING_OPERATORS",
57832
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57833
+ }
57834
+ },
57835
+ {
57836
+ "kind": "js",
57837
+ "name": "NUMERIC_OPERATORS",
57838
+ "declaration": {
57839
+ "name": "NUMERIC_OPERATORS",
57840
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57841
+ }
57842
+ },
57843
+ {
57844
+ "kind": "js",
57845
+ "name": "DATE_OPERATORS",
57846
+ "declaration": {
57847
+ "name": "DATE_OPERATORS",
57848
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57849
+ }
57850
+ },
57851
+ {
57852
+ "kind": "js",
57853
+ "name": "DATETIME_OPERATORS",
57854
+ "declaration": {
57855
+ "name": "DATETIME_OPERATORS",
57856
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57857
+ }
57858
+ }
57859
+ ]
57860
+ },
57861
+ {
57862
+ "kind": "javascript-module",
57863
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57864
+ "declarations": [
57865
+ {
57866
+ "kind": "function",
57867
+ "name": "validateClauses",
57868
+ "return": {
57869
+ "type": {
57870
+ "text": "ValidationResult"
57871
+ }
57872
+ },
57873
+ "parameters": [
57874
+ {
57875
+ "name": "clauses",
57876
+ "type": {
57877
+ "text": "CriteriaClause[]"
57878
+ }
57879
+ },
57880
+ {
57881
+ "name": "fieldMetadata",
57882
+ "type": {
57883
+ "text": "MetadataDetail[] | string[]"
57884
+ }
57885
+ }
57886
+ ]
57887
+ },
57888
+ {
57889
+ "kind": "function",
57890
+ "name": "validateGroups",
57891
+ "return": {
57892
+ "type": {
57893
+ "text": "GroupsValidationResult"
57894
+ }
57895
+ },
57896
+ "parameters": [
57897
+ {
57898
+ "name": "groups",
57899
+ "type": {
57900
+ "text": "CriteriaGroup[]"
57901
+ }
57902
+ },
57903
+ {
57904
+ "name": "fieldMetadata",
57905
+ "type": {
57906
+ "text": "MetadataDetail[] | string[]"
57907
+ }
57908
+ }
57909
+ ],
57910
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57911
+ }
57912
+ ],
57913
+ "exports": [
57914
+ {
57915
+ "kind": "js",
57916
+ "name": "validateClauses",
57917
+ "declaration": {
57918
+ "name": "validateClauses",
57919
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57920
+ }
57921
+ },
57922
+ {
57923
+ "kind": "js",
57924
+ "name": "validateGroups",
57925
+ "declaration": {
57926
+ "name": "validateGroups",
57927
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57928
+ }
57929
+ }
57930
+ ]
57931
+ },
57932
57932
  {
57933
57933
  "kind": "javascript-module",
57934
57934
  "path": "src/environment-indicator/utils/configure.ts",