@genesislcap/foundation-ui 14.406.0-workspaces.7 → 14.406.0-workspaces.8

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +616 -616
  2. package/package.json +19 -19
@@ -1287,6 +1287,37 @@
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/_config/index.ts",
1293
+ "declarations": [],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./styles"
1301
+ }
1302
+ },
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "*",
1306
+ "declaration": {
1307
+ "name": "*",
1308
+ "package": "./tokens"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./values"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1290
1321
  {
1291
1322
  "kind": "javascript-module",
1292
1323
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2242,75 +2273,57 @@
2242
2273
  },
2243
2274
  {
2244
2275
  "kind": "javascript-module",
2245
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2276
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2246
2277
  "declarations": [
2247
2278
  {
2248
- "kind": "function",
2249
- "name": "foundationAiIndicatorStyles",
2250
- "return": {
2251
- "type": {
2252
- "text": "ElementStyles"
2253
- }
2254
- },
2255
- "parameters": [
2256
- {
2257
- "name": "context",
2258
- "type": {
2259
- "text": "ElementDefinitionContext"
2260
- }
2261
- },
2262
- {
2263
- "name": "definition",
2264
- "type": {
2265
- "text": "FoundationElementDefinition"
2266
- }
2267
- }
2268
- ]
2279
+ "kind": "variable",
2280
+ "name": "foundationAiCriteriaSearchStyles",
2281
+ "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`"
2269
2282
  }
2270
2283
  ],
2271
2284
  "exports": [
2272
2285
  {
2273
2286
  "kind": "js",
2274
- "name": "foundationAiIndicatorStyles",
2287
+ "name": "foundationAiCriteriaSearchStyles",
2275
2288
  "declaration": {
2276
- "name": "foundationAiIndicatorStyles",
2277
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2289
+ "name": "foundationAiCriteriaSearchStyles",
2290
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2278
2291
  }
2279
2292
  }
2280
2293
  ]
2281
2294
  },
2282
2295
  {
2283
2296
  "kind": "javascript-module",
2284
- "path": "src/ai-indicator/ai-indicator.template.ts",
2297
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2285
2298
  "declarations": [
2286
2299
  {
2287
2300
  "kind": "variable",
2288
- "name": "foundationAiIndicatorTemplate",
2301
+ "name": "foundationAiCriteriaSearchTemplate",
2289
2302
  "type": {
2290
- "text": "ViewTemplate<AiIndicator>"
2303
+ "text": "ViewTemplate<AiCriteriaSearch>"
2291
2304
  },
2292
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2305
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2293
2306
  }
2294
2307
  ],
2295
2308
  "exports": [
2296
2309
  {
2297
2310
  "kind": "js",
2298
- "name": "foundationAiIndicatorTemplate",
2311
+ "name": "foundationAiCriteriaSearchTemplate",
2299
2312
  "declaration": {
2300
- "name": "foundationAiIndicatorTemplate",
2301
- "module": "src/ai-indicator/ai-indicator.template.ts"
2313
+ "name": "foundationAiCriteriaSearchTemplate",
2314
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2302
2315
  }
2303
2316
  }
2304
2317
  ]
2305
2318
  },
2306
2319
  {
2307
2320
  "kind": "javascript-module",
2308
- "path": "src/ai-indicator/ai-indicator.ts",
2321
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2309
2322
  "declarations": [
2310
2323
  {
2311
2324
  "kind": "class",
2312
2325
  "description": "",
2313
- "name": "AiIndicator",
2326
+ "name": "AiCriteriaSearch",
2314
2327
  "members": [
2315
2328
  {
2316
2329
  "kind": "field",
@@ -2321,31 +2334,38 @@
2321
2334
  },
2322
2335
  {
2323
2336
  "kind": "field",
2324
- "name": "status",
2337
+ "name": "placeholder",
2325
2338
  "type": {
2326
- "text": "AIStatus | null"
2339
+ "text": "string"
2327
2340
  },
2328
- "default": "null"
2341
+ "default": "'Describe your search criteria in natural language...'"
2329
2342
  },
2330
2343
  {
2331
2344
  "kind": "field",
2332
- "name": "open",
2345
+ "name": "disabled",
2333
2346
  "type": {
2334
2347
  "text": "boolean"
2348
+ }
2349
+ },
2350
+ {
2351
+ "kind": "field",
2352
+ "name": "mode",
2353
+ "type": {
2354
+ "text": "'append' | 'replace'"
2335
2355
  },
2336
- "default": "false"
2356
+ "default": "'replace'"
2337
2357
  },
2338
2358
  {
2339
2359
  "kind": "field",
2340
- "name": "state",
2360
+ "name": "inputValue",
2341
2361
  "type": {
2342
- "text": "AIIndicatorState"
2362
+ "text": "string"
2343
2363
  },
2344
- "default": "'none'"
2364
+ "default": "''"
2345
2365
  },
2346
2366
  {
2347
2367
  "kind": "field",
2348
- "name": "isInstalling",
2368
+ "name": "isInterpreting",
2349
2369
  "type": {
2350
2370
  "text": "boolean"
2351
2371
  },
@@ -2353,133 +2373,91 @@
2353
2373
  },
2354
2374
  {
2355
2375
  "kind": "field",
2356
- "name": "pollTimer",
2376
+ "name": "lastValidCriteria",
2357
2377
  "type": {
2358
- "text": "ReturnType<typeof setInterval> | null"
2378
+ "text": "string | null"
2359
2379
  },
2360
- "privacy": "private",
2361
2380
  "default": "null"
2362
2381
  },
2363
2382
  {
2364
2383
  "kind": "field",
2365
- "name": "clickOutside",
2366
- "privacy": "private"
2367
- },
2368
- {
2369
- "kind": "field",
2370
- "name": "chromeStatusLabel",
2384
+ "name": "fieldMetadata",
2371
2385
  "type": {
2372
- "text": "string | null"
2386
+ "text": "MetadataDetail[] | string[]"
2373
2387
  },
2374
- "readonly": true
2388
+ "default": "[]"
2375
2389
  },
2376
2390
  {
2377
2391
  "kind": "field",
2378
- "name": "canInstall",
2392
+ "name": "isRecording",
2379
2393
  "type": {
2380
2394
  "text": "boolean"
2381
2395
  },
2382
- "readonly": true
2396
+ "default": "false"
2383
2397
  },
2384
2398
  {
2385
2399
  "kind": "field",
2386
- "name": "isDownloading",
2400
+ "name": "textAreaRef",
2387
2401
  "type": {
2388
- "text": "boolean"
2402
+ "text": "HTMLTextAreaElement"
2389
2403
  },
2390
- "readonly": true
2404
+ "privacy": "public"
2391
2405
  },
2392
2406
  {
2393
- "kind": "method",
2394
- "name": "openChanged",
2395
- "return": {
2396
- "type": {
2397
- "text": "void"
2398
- }
2399
- }
2407
+ "kind": "field",
2408
+ "name": "stopRecording",
2409
+ "type": {
2410
+ "text": "(() => void) | null"
2411
+ },
2412
+ "privacy": "private",
2413
+ "default": "null"
2400
2414
  },
2401
2415
  {
2402
- "kind": "method",
2403
- "name": "handleClickOutside",
2416
+ "kind": "field",
2417
+ "name": "speechApplyDebounceTimer",
2418
+ "type": {
2419
+ "text": "ReturnType<typeof setTimeout> | null"
2420
+ },
2404
2421
  "privacy": "private",
2405
- "parameters": [
2406
- {
2407
- "name": "event",
2408
- "type": {
2409
- "text": "MouseEvent"
2410
- }
2411
- }
2412
- ]
2422
+ "default": "null"
2413
2423
  },
2414
2424
  {
2415
- "kind": "method",
2416
- "name": "toggleDropdown"
2425
+ "kind": "field",
2426
+ "name": "baseInputForAppend",
2427
+ "type": {
2428
+ "text": "string"
2429
+ },
2430
+ "privacy": "private",
2431
+ "default": "''"
2417
2432
  },
2418
2433
  {
2419
- "kind": "method",
2420
- "name": "refreshStatus",
2421
- "return": {
2422
- "type": {
2423
- "text": "Promise<void>"
2424
- }
2425
- }
2434
+ "kind": "field",
2435
+ "name": "speechAvailable",
2436
+ "type": {
2437
+ "text": "boolean"
2438
+ },
2439
+ "readonly": true
2426
2440
  },
2427
2441
  {
2428
2442
  "kind": "method",
2429
- "name": "deriveState",
2430
- "privacy": "private",
2431
- "return": {
2432
- "type": {
2433
- "text": "AIIndicatorState"
2434
- }
2435
- },
2436
- "parameters": [
2437
- {
2438
- "name": "s",
2439
- "type": {
2440
- "text": "AIStatus | null"
2441
- }
2442
- }
2443
- ]
2443
+ "name": "handleSubmit"
2444
2444
  },
2445
2445
  {
2446
2446
  "kind": "method",
2447
- "name": "maybeStartPolling",
2448
- "privacy": "private",
2449
- "return": {
2450
- "type": {
2451
- "text": "void"
2452
- }
2453
- }
2447
+ "name": "handleBlur"
2454
2448
  },
2455
2449
  {
2456
2450
  "kind": "method",
2457
- "name": "startPolling",
2458
- "privacy": "private",
2459
- "return": {
2460
- "type": {
2461
- "text": "void"
2462
- }
2463
- }
2451
+ "name": "clear"
2464
2452
  },
2465
2453
  {
2466
2454
  "kind": "method",
2467
- "name": "stopPolling",
2468
- "privacy": "private",
2469
- "return": {
2470
- "type": {
2471
- "text": "void"
2472
- }
2473
- }
2455
+ "name": "toggleSpeechInput"
2474
2456
  },
2475
2457
  {
2476
2458
  "kind": "method",
2477
- "name": "onInstall",
2478
- "return": {
2479
- "type": {
2480
- "text": "Promise<void>"
2481
- }
2482
- }
2459
+ "name": "clearSpeechApplyDebounce",
2460
+ "privacy": "private"
2483
2461
  },
2484
2462
  {
2485
2463
  "kind": "field",
@@ -2593,145 +2571,318 @@
2593
2571
  }
2594
2572
  }
2595
2573
  ],
2574
+ "attributes": [
2575
+ {
2576
+ "name": "placeholder",
2577
+ "type": {
2578
+ "text": "string"
2579
+ },
2580
+ "default": "'Describe your search criteria in natural language...'",
2581
+ "fieldName": "placeholder"
2582
+ },
2583
+ {
2584
+ "type": {
2585
+ "text": "boolean"
2586
+ },
2587
+ "fieldName": "disabled"
2588
+ },
2589
+ {
2590
+ "name": "mode",
2591
+ "type": {
2592
+ "text": "'append' | 'replace'"
2593
+ },
2594
+ "default": "'replace'",
2595
+ "fieldName": "mode"
2596
+ }
2597
+ ],
2596
2598
  "superclass": {
2597
2599
  "name": "FoundationElement",
2598
2600
  "package": "@microsoft/fast-foundation"
2599
2601
  },
2600
- "tagName": "%%prefix%%-ai-indicator",
2602
+ "tagName": "%%prefix%%-ai-criteria-search",
2601
2603
  "customElement": true
2602
2604
  },
2603
2605
  {
2604
2606
  "kind": "variable",
2605
- "name": "foundationAiIndicator"
2607
+ "name": "foundationAiCriteriaSearchShadowOptions",
2608
+ "type": {
2609
+ "text": "ShadowRootInit"
2610
+ },
2611
+ "default": "undefined"
2612
+ },
2613
+ {
2614
+ "kind": "variable",
2615
+ "name": "defaultAiCriteriaSearchConfig",
2616
+ "type": {
2617
+ "text": "object"
2618
+ },
2619
+ "default": "{}"
2620
+ },
2621
+ {
2622
+ "kind": "variable",
2623
+ "name": "foundationAiCriteriaSearch"
2606
2624
  }
2607
2625
  ],
2608
2626
  "exports": [
2609
2627
  {
2610
2628
  "kind": "js",
2611
- "name": "AiIndicator",
2629
+ "name": "AiCriteriaSearch",
2612
2630
  "declaration": {
2613
- "name": "AiIndicator",
2614
- "module": "src/ai-indicator/ai-indicator.ts"
2631
+ "name": "AiCriteriaSearch",
2632
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2615
2633
  }
2616
2634
  },
2617
2635
  {
2618
2636
  "kind": "js",
2619
- "name": "foundationAiIndicator",
2637
+ "name": "foundationAiCriteriaSearchShadowOptions",
2620
2638
  "declaration": {
2621
- "name": "foundationAiIndicator",
2622
- "module": "src/ai-indicator/ai-indicator.ts"
2639
+ "name": "foundationAiCriteriaSearchShadowOptions",
2640
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2641
+ }
2642
+ },
2643
+ {
2644
+ "kind": "js",
2645
+ "name": "defaultAiCriteriaSearchConfig",
2646
+ "declaration": {
2647
+ "name": "defaultAiCriteriaSearchConfig",
2648
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2649
+ }
2650
+ },
2651
+ {
2652
+ "kind": "js",
2653
+ "name": "foundationAiCriteriaSearch",
2654
+ "declaration": {
2655
+ "name": "foundationAiCriteriaSearch",
2656
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2623
2657
  }
2624
2658
  }
2625
2659
  ]
2626
2660
  },
2627
2661
  {
2628
2662
  "kind": "javascript-module",
2629
- "path": "src/ai-indicator/index.ts",
2663
+ "path": "src/ai-criteria-search/index.ts",
2630
2664
  "declarations": [],
2631
2665
  "exports": [
2632
2666
  {
2633
2667
  "kind": "js",
2634
- "name": "AiIndicator",
2668
+ "name": "AiCriteriaSearch",
2635
2669
  "declaration": {
2636
- "name": "AiIndicator",
2637
- "module": "./ai-indicator"
2670
+ "name": "AiCriteriaSearch",
2671
+ "module": "./ai-criteria-search"
2638
2672
  }
2639
2673
  },
2640
2674
  {
2641
2675
  "kind": "js",
2642
- "name": "foundationAiIndicator",
2676
+ "name": "defaultAiCriteriaSearchConfig",
2643
2677
  "declaration": {
2644
- "name": "foundationAiIndicator",
2645
- "module": "./ai-indicator"
2678
+ "name": "defaultAiCriteriaSearchConfig",
2679
+ "module": "./ai-criteria-search"
2646
2680
  }
2647
2681
  },
2648
2682
  {
2649
2683
  "kind": "js",
2650
- "name": "type",
2684
+ "name": "foundationAiCriteriaSearch",
2651
2685
  "declaration": {
2652
- "name": "type",
2653
- "module": "./ai-indicator"
2686
+ "name": "foundationAiCriteriaSearch",
2687
+ "module": "./ai-criteria-search"
2654
2688
  }
2655
2689
  },
2656
2690
  {
2657
2691
  "kind": "js",
2658
- "name": "AIIndicatorState",
2692
+ "name": "foundationAiCriteriaSearchShadowOptions",
2659
2693
  "declaration": {
2660
- "name": "AIIndicatorState",
2661
- "module": "./ai-indicator"
2694
+ "name": "foundationAiCriteriaSearchShadowOptions",
2695
+ "module": "./ai-criteria-search"
2662
2696
  }
2663
2697
  },
2664
2698
  {
2665
2699
  "kind": "js",
2666
- "name": "foundationAiIndicatorTemplate",
2700
+ "name": "foundationAiCriteriaSearchStyles",
2667
2701
  "declaration": {
2668
- "name": "foundationAiIndicatorTemplate",
2669
- "module": "./ai-indicator.template"
2702
+ "name": "foundationAiCriteriaSearchStyles",
2703
+ "module": "./ai-criteria-search.styles"
2670
2704
  }
2671
2705
  },
2672
2706
  {
2673
2707
  "kind": "js",
2674
- "name": "foundationAiIndicatorStyles",
2708
+ "name": "foundationAiCriteriaSearchTemplate",
2675
2709
  "declaration": {
2676
- "name": "foundationAiIndicatorStyles",
2677
- "module": "./ai-indicator.styles"
2710
+ "name": "foundationAiCriteriaSearchTemplate",
2711
+ "module": "./ai-criteria-search.template"
2712
+ }
2713
+ },
2714
+ {
2715
+ "kind": "js",
2716
+ "name": "*",
2717
+ "declaration": {
2718
+ "name": "*",
2719
+ "package": "./validation/criteria-ir"
2720
+ }
2721
+ },
2722
+ {
2723
+ "kind": "js",
2724
+ "name": "*",
2725
+ "declaration": {
2726
+ "name": "*",
2727
+ "package": "./validation/operator-map"
2728
+ }
2729
+ },
2730
+ {
2731
+ "kind": "js",
2732
+ "name": "*",
2733
+ "declaration": {
2734
+ "name": "*",
2735
+ "package": "./validation/schema-validator"
2678
2736
  }
2679
2737
  }
2680
2738
  ]
2681
2739
  },
2682
2740
  {
2683
2741
  "kind": "javascript-module",
2684
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2742
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
2685
2743
  "declarations": [
2686
2744
  {
2687
- "kind": "variable",
2688
- "name": "foundationAiCriteriaSearchStyles",
2689
- "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`"
2745
+ "kind": "function",
2746
+ "name": "formatValidationErrors",
2747
+ "return": {
2748
+ "type": {
2749
+ "text": "string"
2750
+ }
2751
+ },
2752
+ "parameters": [
2753
+ {
2754
+ "name": "errors",
2755
+ "type": {
2756
+ "text": "ValidationError[]"
2757
+ }
2758
+ }
2759
+ ],
2760
+ "description": "Formats validation errors into a user-friendly message."
2761
+ },
2762
+ {
2763
+ "kind": "function",
2764
+ "name": "showCriteriaError",
2765
+ "return": {
2766
+ "type": {
2767
+ "text": "void"
2768
+ }
2769
+ },
2770
+ "parameters": [
2771
+ {
2772
+ "name": "title",
2773
+ "type": {
2774
+ "text": "string"
2775
+ },
2776
+ "description": "Notification title (e.g. \"Criteria validation error\")"
2777
+ },
2778
+ {
2779
+ "name": "body",
2780
+ "type": {
2781
+ "text": "string"
2782
+ },
2783
+ "description": "Error message to display"
2784
+ },
2785
+ {
2786
+ "name": "tagName",
2787
+ "type": {
2788
+ "text": "string"
2789
+ },
2790
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2791
+ }
2792
+ ],
2793
+ "description": "Shows a criteria error as a toast notification."
2690
2794
  }
2691
2795
  ],
2692
2796
  "exports": [
2693
2797
  {
2694
2798
  "kind": "js",
2695
- "name": "foundationAiCriteriaSearchStyles",
2799
+ "name": "formatValidationErrors",
2696
2800
  "declaration": {
2697
- "name": "foundationAiCriteriaSearchStyles",
2698
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2801
+ "name": "formatValidationErrors",
2802
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2803
+ }
2804
+ },
2805
+ {
2806
+ "kind": "js",
2807
+ "name": "showCriteriaError",
2808
+ "declaration": {
2809
+ "name": "showCriteriaError",
2810
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2699
2811
  }
2700
2812
  }
2701
2813
  ]
2702
2814
  },
2703
2815
  {
2704
2816
  "kind": "javascript-module",
2705
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2817
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2818
+ "declarations": [
2819
+ {
2820
+ "kind": "function",
2821
+ "name": "foundationAiIndicatorStyles",
2822
+ "return": {
2823
+ "type": {
2824
+ "text": "ElementStyles"
2825
+ }
2826
+ },
2827
+ "parameters": [
2828
+ {
2829
+ "name": "context",
2830
+ "type": {
2831
+ "text": "ElementDefinitionContext"
2832
+ }
2833
+ },
2834
+ {
2835
+ "name": "definition",
2836
+ "type": {
2837
+ "text": "FoundationElementDefinition"
2838
+ }
2839
+ }
2840
+ ]
2841
+ }
2842
+ ],
2843
+ "exports": [
2844
+ {
2845
+ "kind": "js",
2846
+ "name": "foundationAiIndicatorStyles",
2847
+ "declaration": {
2848
+ "name": "foundationAiIndicatorStyles",
2849
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2850
+ }
2851
+ }
2852
+ ]
2853
+ },
2854
+ {
2855
+ "kind": "javascript-module",
2856
+ "path": "src/ai-indicator/ai-indicator.template.ts",
2706
2857
  "declarations": [
2707
2858
  {
2708
2859
  "kind": "variable",
2709
- "name": "foundationAiCriteriaSearchTemplate",
2860
+ "name": "foundationAiIndicatorTemplate",
2710
2861
  "type": {
2711
- "text": "ViewTemplate<AiCriteriaSearch>"
2862
+ "text": "ViewTemplate<AiIndicator>"
2712
2863
  },
2713
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2864
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2714
2865
  }
2715
2866
  ],
2716
2867
  "exports": [
2717
2868
  {
2718
2869
  "kind": "js",
2719
- "name": "foundationAiCriteriaSearchTemplate",
2870
+ "name": "foundationAiIndicatorTemplate",
2720
2871
  "declaration": {
2721
- "name": "foundationAiCriteriaSearchTemplate",
2722
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2872
+ "name": "foundationAiIndicatorTemplate",
2873
+ "module": "src/ai-indicator/ai-indicator.template.ts"
2723
2874
  }
2724
2875
  }
2725
2876
  ]
2726
2877
  },
2727
2878
  {
2728
2879
  "kind": "javascript-module",
2729
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2880
+ "path": "src/ai-indicator/ai-indicator.ts",
2730
2881
  "declarations": [
2731
2882
  {
2732
2883
  "kind": "class",
2733
2884
  "description": "",
2734
- "name": "AiCriteriaSearch",
2885
+ "name": "AiIndicator",
2735
2886
  "members": [
2736
2887
  {
2737
2888
  "kind": "field",
@@ -2742,38 +2893,31 @@
2742
2893
  },
2743
2894
  {
2744
2895
  "kind": "field",
2745
- "name": "placeholder",
2896
+ "name": "status",
2746
2897
  "type": {
2747
- "text": "string"
2898
+ "text": "AIStatus | null"
2748
2899
  },
2749
- "default": "'Describe your search criteria in natural language...'"
2900
+ "default": "null"
2750
2901
  },
2751
2902
  {
2752
2903
  "kind": "field",
2753
- "name": "disabled",
2904
+ "name": "open",
2754
2905
  "type": {
2755
2906
  "text": "boolean"
2756
- }
2757
- },
2758
- {
2759
- "kind": "field",
2760
- "name": "mode",
2761
- "type": {
2762
- "text": "'append' | 'replace'"
2763
2907
  },
2764
- "default": "'replace'"
2908
+ "default": "false"
2765
2909
  },
2766
2910
  {
2767
2911
  "kind": "field",
2768
- "name": "inputValue",
2912
+ "name": "state",
2769
2913
  "type": {
2770
- "text": "string"
2914
+ "text": "AIIndicatorState"
2771
2915
  },
2772
- "default": "''"
2916
+ "default": "'none'"
2773
2917
  },
2774
2918
  {
2775
2919
  "kind": "field",
2776
- "name": "isInterpreting",
2920
+ "name": "isInstalling",
2777
2921
  "type": {
2778
2922
  "text": "boolean"
2779
2923
  },
@@ -2781,91 +2925,133 @@
2781
2925
  },
2782
2926
  {
2783
2927
  "kind": "field",
2784
- "name": "lastValidCriteria",
2928
+ "name": "pollTimer",
2785
2929
  "type": {
2786
- "text": "string | null"
2930
+ "text": "ReturnType<typeof setInterval> | null"
2787
2931
  },
2932
+ "privacy": "private",
2788
2933
  "default": "null"
2789
2934
  },
2790
2935
  {
2791
2936
  "kind": "field",
2792
- "name": "fieldMetadata",
2793
- "type": {
2794
- "text": "MetadataDetail[] | string[]"
2795
- },
2796
- "default": "[]"
2937
+ "name": "clickOutside",
2938
+ "privacy": "private"
2797
2939
  },
2798
2940
  {
2799
2941
  "kind": "field",
2800
- "name": "isRecording",
2942
+ "name": "chromeStatusLabel",
2801
2943
  "type": {
2802
- "text": "boolean"
2944
+ "text": "string | null"
2803
2945
  },
2804
- "default": "false"
2946
+ "readonly": true
2805
2947
  },
2806
2948
  {
2807
2949
  "kind": "field",
2808
- "name": "textAreaRef",
2950
+ "name": "canInstall",
2809
2951
  "type": {
2810
- "text": "HTMLTextAreaElement"
2952
+ "text": "boolean"
2811
2953
  },
2812
- "privacy": "public"
2954
+ "readonly": true
2813
2955
  },
2814
2956
  {
2815
2957
  "kind": "field",
2816
- "name": "stopRecording",
2958
+ "name": "isDownloading",
2817
2959
  "type": {
2818
- "text": "(() => void) | null"
2960
+ "text": "boolean"
2819
2961
  },
2820
- "privacy": "private",
2821
- "default": "null"
2962
+ "readonly": true
2822
2963
  },
2823
2964
  {
2824
- "kind": "field",
2825
- "name": "speechApplyDebounceTimer",
2826
- "type": {
2827
- "text": "ReturnType<typeof setTimeout> | null"
2828
- },
2829
- "privacy": "private",
2830
- "default": "null"
2965
+ "kind": "method",
2966
+ "name": "openChanged",
2967
+ "return": {
2968
+ "type": {
2969
+ "text": "void"
2970
+ }
2971
+ }
2831
2972
  },
2832
2973
  {
2833
- "kind": "field",
2834
- "name": "baseInputForAppend",
2835
- "type": {
2836
- "text": "string"
2837
- },
2974
+ "kind": "method",
2975
+ "name": "handleClickOutside",
2838
2976
  "privacy": "private",
2839
- "default": "''"
2977
+ "parameters": [
2978
+ {
2979
+ "name": "event",
2980
+ "type": {
2981
+ "text": "MouseEvent"
2982
+ }
2983
+ }
2984
+ ]
2840
2985
  },
2841
2986
  {
2842
- "kind": "field",
2843
- "name": "speechAvailable",
2844
- "type": {
2845
- "text": "boolean"
2846
- },
2847
- "readonly": true
2987
+ "kind": "method",
2988
+ "name": "toggleDropdown"
2848
2989
  },
2849
2990
  {
2850
2991
  "kind": "method",
2851
- "name": "handleSubmit"
2992
+ "name": "refreshStatus",
2993
+ "return": {
2994
+ "type": {
2995
+ "text": "Promise<void>"
2996
+ }
2997
+ }
2852
2998
  },
2853
2999
  {
2854
3000
  "kind": "method",
2855
- "name": "handleBlur"
3001
+ "name": "deriveState",
3002
+ "privacy": "private",
3003
+ "return": {
3004
+ "type": {
3005
+ "text": "AIIndicatorState"
3006
+ }
3007
+ },
3008
+ "parameters": [
3009
+ {
3010
+ "name": "s",
3011
+ "type": {
3012
+ "text": "AIStatus | null"
3013
+ }
3014
+ }
3015
+ ]
2856
3016
  },
2857
3017
  {
2858
3018
  "kind": "method",
2859
- "name": "clear"
3019
+ "name": "maybeStartPolling",
3020
+ "privacy": "private",
3021
+ "return": {
3022
+ "type": {
3023
+ "text": "void"
3024
+ }
3025
+ }
2860
3026
  },
2861
3027
  {
2862
3028
  "kind": "method",
2863
- "name": "toggleSpeechInput"
3029
+ "name": "startPolling",
3030
+ "privacy": "private",
3031
+ "return": {
3032
+ "type": {
3033
+ "text": "void"
3034
+ }
3035
+ }
2864
3036
  },
2865
3037
  {
2866
3038
  "kind": "method",
2867
- "name": "clearSpeechApplyDebounce",
2868
- "privacy": "private"
3039
+ "name": "stopPolling",
3040
+ "privacy": "private",
3041
+ "return": {
3042
+ "type": {
3043
+ "text": "void"
3044
+ }
3045
+ }
3046
+ },
3047
+ {
3048
+ "kind": "method",
3049
+ "name": "onInstall",
3050
+ "return": {
3051
+ "type": {
3052
+ "text": "Promise<void>"
3053
+ }
3054
+ }
2869
3055
  },
2870
3056
  {
2871
3057
  "kind": "field",
@@ -2979,274 +3165,88 @@
2979
3165
  }
2980
3166
  }
2981
3167
  ],
2982
- "attributes": [
2983
- {
2984
- "name": "placeholder",
2985
- "type": {
2986
- "text": "string"
2987
- },
2988
- "default": "'Describe your search criteria in natural language...'",
2989
- "fieldName": "placeholder"
2990
- },
2991
- {
2992
- "type": {
2993
- "text": "boolean"
2994
- },
2995
- "fieldName": "disabled"
2996
- },
2997
- {
2998
- "name": "mode",
2999
- "type": {
3000
- "text": "'append' | 'replace'"
3001
- },
3002
- "default": "'replace'",
3003
- "fieldName": "mode"
3004
- }
3005
- ],
3006
3168
  "superclass": {
3007
3169
  "name": "FoundationElement",
3008
3170
  "package": "@microsoft/fast-foundation"
3009
3171
  },
3010
- "tagName": "%%prefix%%-ai-criteria-search",
3172
+ "tagName": "%%prefix%%-ai-indicator",
3011
3173
  "customElement": true
3012
3174
  },
3013
3175
  {
3014
3176
  "kind": "variable",
3015
- "name": "foundationAiCriteriaSearchShadowOptions",
3016
- "type": {
3017
- "text": "ShadowRootInit"
3018
- },
3019
- "default": "undefined"
3020
- },
3021
- {
3022
- "kind": "variable",
3023
- "name": "defaultAiCriteriaSearchConfig",
3024
- "type": {
3025
- "text": "object"
3026
- },
3027
- "default": "{}"
3028
- },
3029
- {
3030
- "kind": "variable",
3031
- "name": "foundationAiCriteriaSearch"
3177
+ "name": "foundationAiIndicator"
3032
3178
  }
3033
3179
  ],
3034
3180
  "exports": [
3035
3181
  {
3036
3182
  "kind": "js",
3037
- "name": "AiCriteriaSearch",
3038
- "declaration": {
3039
- "name": "AiCriteriaSearch",
3040
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3041
- }
3042
- },
3043
- {
3044
- "kind": "js",
3045
- "name": "foundationAiCriteriaSearchShadowOptions",
3046
- "declaration": {
3047
- "name": "foundationAiCriteriaSearchShadowOptions",
3048
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3049
- }
3050
- },
3051
- {
3052
- "kind": "js",
3053
- "name": "defaultAiCriteriaSearchConfig",
3183
+ "name": "AiIndicator",
3054
3184
  "declaration": {
3055
- "name": "defaultAiCriteriaSearchConfig",
3056
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3185
+ "name": "AiIndicator",
3186
+ "module": "src/ai-indicator/ai-indicator.ts"
3057
3187
  }
3058
3188
  },
3059
3189
  {
3060
3190
  "kind": "js",
3061
- "name": "foundationAiCriteriaSearch",
3191
+ "name": "foundationAiIndicator",
3062
3192
  "declaration": {
3063
- "name": "foundationAiCriteriaSearch",
3064
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3193
+ "name": "foundationAiIndicator",
3194
+ "module": "src/ai-indicator/ai-indicator.ts"
3065
3195
  }
3066
3196
  }
3067
3197
  ]
3068
3198
  },
3069
3199
  {
3070
3200
  "kind": "javascript-module",
3071
- "path": "src/ai-criteria-search/index.ts",
3201
+ "path": "src/ai-indicator/index.ts",
3072
3202
  "declarations": [],
3073
3203
  "exports": [
3074
3204
  {
3075
3205
  "kind": "js",
3076
- "name": "AiCriteriaSearch",
3077
- "declaration": {
3078
- "name": "AiCriteriaSearch",
3079
- "module": "./ai-criteria-search"
3080
- }
3081
- },
3082
- {
3083
- "kind": "js",
3084
- "name": "defaultAiCriteriaSearchConfig",
3085
- "declaration": {
3086
- "name": "defaultAiCriteriaSearchConfig",
3087
- "module": "./ai-criteria-search"
3088
- }
3089
- },
3090
- {
3091
- "kind": "js",
3092
- "name": "foundationAiCriteriaSearch",
3093
- "declaration": {
3094
- "name": "foundationAiCriteriaSearch",
3095
- "module": "./ai-criteria-search"
3096
- }
3097
- },
3098
- {
3099
- "kind": "js",
3100
- "name": "foundationAiCriteriaSearchShadowOptions",
3101
- "declaration": {
3102
- "name": "foundationAiCriteriaSearchShadowOptions",
3103
- "module": "./ai-criteria-search"
3104
- }
3105
- },
3106
- {
3107
- "kind": "js",
3108
- "name": "foundationAiCriteriaSearchStyles",
3109
- "declaration": {
3110
- "name": "foundationAiCriteriaSearchStyles",
3111
- "module": "./ai-criteria-search.styles"
3112
- }
3113
- },
3114
- {
3115
- "kind": "js",
3116
- "name": "foundationAiCriteriaSearchTemplate",
3117
- "declaration": {
3118
- "name": "foundationAiCriteriaSearchTemplate",
3119
- "module": "./ai-criteria-search.template"
3120
- }
3121
- },
3122
- {
3123
- "kind": "js",
3124
- "name": "*",
3125
- "declaration": {
3126
- "name": "*",
3127
- "package": "./validation/criteria-ir"
3128
- }
3129
- },
3130
- {
3131
- "kind": "js",
3132
- "name": "*",
3206
+ "name": "AiIndicator",
3133
3207
  "declaration": {
3134
- "name": "*",
3135
- "package": "./validation/operator-map"
3208
+ "name": "AiIndicator",
3209
+ "module": "./ai-indicator"
3136
3210
  }
3137
3211
  },
3138
3212
  {
3139
3213
  "kind": "js",
3140
- "name": "*",
3214
+ "name": "foundationAiIndicator",
3141
3215
  "declaration": {
3142
- "name": "*",
3143
- "package": "./validation/schema-validator"
3216
+ "name": "foundationAiIndicator",
3217
+ "module": "./ai-indicator"
3144
3218
  }
3145
- }
3146
- ]
3147
- },
3148
- {
3149
- "kind": "javascript-module",
3150
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3151
- "declarations": [
3152
- {
3153
- "kind": "function",
3154
- "name": "formatValidationErrors",
3155
- "return": {
3156
- "type": {
3157
- "text": "string"
3158
- }
3159
- },
3160
- "parameters": [
3161
- {
3162
- "name": "errors",
3163
- "type": {
3164
- "text": "ValidationError[]"
3165
- }
3166
- }
3167
- ],
3168
- "description": "Formats validation errors into a user-friendly message."
3169
3219
  },
3170
- {
3171
- "kind": "function",
3172
- "name": "showCriteriaError",
3173
- "return": {
3174
- "type": {
3175
- "text": "void"
3176
- }
3177
- },
3178
- "parameters": [
3179
- {
3180
- "name": "title",
3181
- "type": {
3182
- "text": "string"
3183
- },
3184
- "description": "Notification title (e.g. \"Criteria validation error\")"
3185
- },
3186
- {
3187
- "name": "body",
3188
- "type": {
3189
- "text": "string"
3190
- },
3191
- "description": "Error message to display"
3192
- },
3193
- {
3194
- "name": "tagName",
3195
- "type": {
3196
- "text": "string"
3197
- },
3198
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3199
- }
3200
- ],
3201
- "description": "Shows a criteria error as a toast notification."
3202
- }
3203
- ],
3204
- "exports": [
3205
3220
  {
3206
3221
  "kind": "js",
3207
- "name": "formatValidationErrors",
3222
+ "name": "type",
3208
3223
  "declaration": {
3209
- "name": "formatValidationErrors",
3210
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3224
+ "name": "type",
3225
+ "module": "./ai-indicator"
3211
3226
  }
3212
3227
  },
3213
3228
  {
3214
3229
  "kind": "js",
3215
- "name": "showCriteriaError",
3216
- "declaration": {
3217
- "name": "showCriteriaError",
3218
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3219
- }
3220
- }
3221
- ]
3222
- },
3223
- {
3224
- "kind": "javascript-module",
3225
- "path": "src/_config/index.ts",
3226
- "declarations": [],
3227
- "exports": [
3228
- {
3229
- "kind": "js",
3230
- "name": "*",
3230
+ "name": "AIIndicatorState",
3231
3231
  "declaration": {
3232
- "name": "*",
3233
- "package": "./styles"
3232
+ "name": "AIIndicatorState",
3233
+ "module": "./ai-indicator"
3234
3234
  }
3235
3235
  },
3236
3236
  {
3237
3237
  "kind": "js",
3238
- "name": "*",
3238
+ "name": "foundationAiIndicatorTemplate",
3239
3239
  "declaration": {
3240
- "name": "*",
3241
- "package": "./tokens"
3240
+ "name": "foundationAiIndicatorTemplate",
3241
+ "module": "./ai-indicator.template"
3242
3242
  }
3243
3243
  },
3244
3244
  {
3245
3245
  "kind": "js",
3246
- "name": "*",
3246
+ "name": "foundationAiIndicatorStyles",
3247
3247
  "declaration": {
3248
- "name": "*",
3249
- "package": "./values"
3248
+ "name": "foundationAiIndicatorStyles",
3249
+ "module": "./ai-indicator.styles"
3250
3250
  }
3251
3251
  }
3252
3252
  ]
@@ -54304,181 +54304,6 @@
54304
54304
  }
54305
54305
  ]
54306
54306
  },
54307
- {
54308
- "kind": "javascript-module",
54309
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
54310
- "declarations": [],
54311
- "exports": []
54312
- },
54313
- {
54314
- "kind": "javascript-module",
54315
- "path": "src/ai-criteria-search/validation/operator-map.ts",
54316
- "declarations": [
54317
- {
54318
- "kind": "function",
54319
- "name": "groupsToCriteria",
54320
- "return": {
54321
- "type": {
54322
- "text": "string"
54323
- }
54324
- },
54325
- "parameters": [
54326
- {
54327
- "name": "groups",
54328
- "type": {
54329
- "text": "CriteriaGroup[]"
54330
- }
54331
- }
54332
- ],
54333
- "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."
54334
- },
54335
- {
54336
- "kind": "variable",
54337
- "name": "STRING_OPERATORS",
54338
- "type": {
54339
- "text": "CriteriaOperator[]"
54340
- },
54341
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
54342
- },
54343
- {
54344
- "kind": "variable",
54345
- "name": "NUMERIC_OPERATORS",
54346
- "type": {
54347
- "text": "CriteriaOperator[]"
54348
- },
54349
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
54350
- },
54351
- {
54352
- "kind": "variable",
54353
- "name": "DATE_OPERATORS",
54354
- "type": {
54355
- "text": "CriteriaOperator[]"
54356
- },
54357
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
54358
- },
54359
- {
54360
- "kind": "variable",
54361
- "name": "DATETIME_OPERATORS",
54362
- "type": {
54363
- "text": "CriteriaOperator[]"
54364
- },
54365
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
54366
- }
54367
- ],
54368
- "exports": [
54369
- {
54370
- "kind": "js",
54371
- "name": "groupsToCriteria",
54372
- "declaration": {
54373
- "name": "groupsToCriteria",
54374
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54375
- }
54376
- },
54377
- {
54378
- "kind": "js",
54379
- "name": "STRING_OPERATORS",
54380
- "declaration": {
54381
- "name": "STRING_OPERATORS",
54382
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54383
- }
54384
- },
54385
- {
54386
- "kind": "js",
54387
- "name": "NUMERIC_OPERATORS",
54388
- "declaration": {
54389
- "name": "NUMERIC_OPERATORS",
54390
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54391
- }
54392
- },
54393
- {
54394
- "kind": "js",
54395
- "name": "DATE_OPERATORS",
54396
- "declaration": {
54397
- "name": "DATE_OPERATORS",
54398
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54399
- }
54400
- },
54401
- {
54402
- "kind": "js",
54403
- "name": "DATETIME_OPERATORS",
54404
- "declaration": {
54405
- "name": "DATETIME_OPERATORS",
54406
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54407
- }
54408
- }
54409
- ]
54410
- },
54411
- {
54412
- "kind": "javascript-module",
54413
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
54414
- "declarations": [
54415
- {
54416
- "kind": "function",
54417
- "name": "validateClauses",
54418
- "return": {
54419
- "type": {
54420
- "text": "ValidationResult"
54421
- }
54422
- },
54423
- "parameters": [
54424
- {
54425
- "name": "clauses",
54426
- "type": {
54427
- "text": "CriteriaClause[]"
54428
- }
54429
- },
54430
- {
54431
- "name": "fieldMetadata",
54432
- "type": {
54433
- "text": "MetadataDetail[] | string[]"
54434
- }
54435
- }
54436
- ]
54437
- },
54438
- {
54439
- "kind": "function",
54440
- "name": "validateGroups",
54441
- "return": {
54442
- "type": {
54443
- "text": "GroupsValidationResult"
54444
- }
54445
- },
54446
- "parameters": [
54447
- {
54448
- "name": "groups",
54449
- "type": {
54450
- "text": "CriteriaGroup[]"
54451
- }
54452
- },
54453
- {
54454
- "name": "fieldMetadata",
54455
- "type": {
54456
- "text": "MetadataDetail[] | string[]"
54457
- }
54458
- }
54459
- ],
54460
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
54461
- }
54462
- ],
54463
- "exports": [
54464
- {
54465
- "kind": "js",
54466
- "name": "validateClauses",
54467
- "declaration": {
54468
- "name": "validateClauses",
54469
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54470
- }
54471
- },
54472
- {
54473
- "kind": "js",
54474
- "name": "validateGroups",
54475
- "declaration": {
54476
- "name": "validateGroups",
54477
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54478
- }
54479
- }
54480
- ]
54481
- },
54482
54307
  {
54483
54308
  "kind": "javascript-module",
54484
54309
  "path": "src/_config/styles/colors.ts",
@@ -55851,6 +55676,181 @@
55851
55676
  "declarations": [],
55852
55677
  "exports": []
55853
55678
  },
55679
+ {
55680
+ "kind": "javascript-module",
55681
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
55682
+ "declarations": [],
55683
+ "exports": []
55684
+ },
55685
+ {
55686
+ "kind": "javascript-module",
55687
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
55688
+ "declarations": [
55689
+ {
55690
+ "kind": "function",
55691
+ "name": "groupsToCriteria",
55692
+ "return": {
55693
+ "type": {
55694
+ "text": "string"
55695
+ }
55696
+ },
55697
+ "parameters": [
55698
+ {
55699
+ "name": "groups",
55700
+ "type": {
55701
+ "text": "CriteriaGroup[]"
55702
+ }
55703
+ }
55704
+ ],
55705
+ "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."
55706
+ },
55707
+ {
55708
+ "kind": "variable",
55709
+ "name": "STRING_OPERATORS",
55710
+ "type": {
55711
+ "text": "CriteriaOperator[]"
55712
+ },
55713
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
55714
+ },
55715
+ {
55716
+ "kind": "variable",
55717
+ "name": "NUMERIC_OPERATORS",
55718
+ "type": {
55719
+ "text": "CriteriaOperator[]"
55720
+ },
55721
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
55722
+ },
55723
+ {
55724
+ "kind": "variable",
55725
+ "name": "DATE_OPERATORS",
55726
+ "type": {
55727
+ "text": "CriteriaOperator[]"
55728
+ },
55729
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
55730
+ },
55731
+ {
55732
+ "kind": "variable",
55733
+ "name": "DATETIME_OPERATORS",
55734
+ "type": {
55735
+ "text": "CriteriaOperator[]"
55736
+ },
55737
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
55738
+ }
55739
+ ],
55740
+ "exports": [
55741
+ {
55742
+ "kind": "js",
55743
+ "name": "groupsToCriteria",
55744
+ "declaration": {
55745
+ "name": "groupsToCriteria",
55746
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55747
+ }
55748
+ },
55749
+ {
55750
+ "kind": "js",
55751
+ "name": "STRING_OPERATORS",
55752
+ "declaration": {
55753
+ "name": "STRING_OPERATORS",
55754
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55755
+ }
55756
+ },
55757
+ {
55758
+ "kind": "js",
55759
+ "name": "NUMERIC_OPERATORS",
55760
+ "declaration": {
55761
+ "name": "NUMERIC_OPERATORS",
55762
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55763
+ }
55764
+ },
55765
+ {
55766
+ "kind": "js",
55767
+ "name": "DATE_OPERATORS",
55768
+ "declaration": {
55769
+ "name": "DATE_OPERATORS",
55770
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55771
+ }
55772
+ },
55773
+ {
55774
+ "kind": "js",
55775
+ "name": "DATETIME_OPERATORS",
55776
+ "declaration": {
55777
+ "name": "DATETIME_OPERATORS",
55778
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55779
+ }
55780
+ }
55781
+ ]
55782
+ },
55783
+ {
55784
+ "kind": "javascript-module",
55785
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
55786
+ "declarations": [
55787
+ {
55788
+ "kind": "function",
55789
+ "name": "validateClauses",
55790
+ "return": {
55791
+ "type": {
55792
+ "text": "ValidationResult"
55793
+ }
55794
+ },
55795
+ "parameters": [
55796
+ {
55797
+ "name": "clauses",
55798
+ "type": {
55799
+ "text": "CriteriaClause[]"
55800
+ }
55801
+ },
55802
+ {
55803
+ "name": "fieldMetadata",
55804
+ "type": {
55805
+ "text": "MetadataDetail[] | string[]"
55806
+ }
55807
+ }
55808
+ ]
55809
+ },
55810
+ {
55811
+ "kind": "function",
55812
+ "name": "validateGroups",
55813
+ "return": {
55814
+ "type": {
55815
+ "text": "GroupsValidationResult"
55816
+ }
55817
+ },
55818
+ "parameters": [
55819
+ {
55820
+ "name": "groups",
55821
+ "type": {
55822
+ "text": "CriteriaGroup[]"
55823
+ }
55824
+ },
55825
+ {
55826
+ "name": "fieldMetadata",
55827
+ "type": {
55828
+ "text": "MetadataDetail[] | string[]"
55829
+ }
55830
+ }
55831
+ ],
55832
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
55833
+ }
55834
+ ],
55835
+ "exports": [
55836
+ {
55837
+ "kind": "js",
55838
+ "name": "validateClauses",
55839
+ "declaration": {
55840
+ "name": "validateClauses",
55841
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
55842
+ }
55843
+ },
55844
+ {
55845
+ "kind": "js",
55846
+ "name": "validateGroups",
55847
+ "declaration": {
55848
+ "name": "validateGroups",
55849
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
55850
+ }
55851
+ }
55852
+ ]
55853
+ },
55854
55854
  {
55855
55855
  "kind": "javascript-module",
55856
55856
  "path": "src/environment-indicator/utils/configure.ts",