@genesislcap/foundation-ui 14.446.1-FUI-2541.2 → 14.446.1-FUI-2541.4

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.
@@ -1398,37 +1398,6 @@
1398
1398
  }
1399
1399
  ]
1400
1400
  },
1401
- {
1402
- "kind": "javascript-module",
1403
- "path": "src/_config/index.ts",
1404
- "declarations": [],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "*",
1409
- "declaration": {
1410
- "name": "*",
1411
- "package": "./styles"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./tokens"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./values"
1428
- }
1429
- }
1430
- ]
1431
- },
1432
1401
  {
1433
1402
  "kind": "javascript-module",
1434
1403
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2384,275 +2353,208 @@
2384
2353
  },
2385
2354
  {
2386
2355
  "kind": "javascript-module",
2387
- "path": "src/accordion/accordion.styles.ts",
2356
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2388
2357
  "declarations": [
2389
2358
  {
2390
- "kind": "function",
2391
- "name": "foundationAccordionStyles",
2392
- "return": {
2393
- "type": {
2394
- "text": "ElementStyles"
2395
- }
2396
- },
2397
- "parameters": [
2398
- {
2399
- "name": "context",
2400
- "type": {
2401
- "text": "ElementDefinitionContext"
2402
- }
2403
- },
2404
- {
2405
- "name": "definition",
2406
- "type": {
2407
- "text": "FoundationElementDefinition"
2408
- }
2409
- }
2410
- ]
2359
+ "kind": "variable",
2360
+ "name": "foundationAiCriteriaSearchStyles",
2361
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
2411
2362
  }
2412
2363
  ],
2413
2364
  "exports": [
2414
2365
  {
2415
2366
  "kind": "js",
2416
- "name": "foundationAccordionStyles",
2367
+ "name": "foundationAiCriteriaSearchStyles",
2417
2368
  "declaration": {
2418
- "name": "foundationAccordionStyles",
2419
- "module": "src/accordion/accordion.styles.ts"
2369
+ "name": "foundationAiCriteriaSearchStyles",
2370
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2420
2371
  }
2421
2372
  }
2422
2373
  ]
2423
2374
  },
2424
2375
  {
2425
2376
  "kind": "javascript-module",
2426
- "path": "src/accordion/accordion.template.ts",
2377
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2427
2378
  "declarations": [
2428
2379
  {
2429
- "kind": "function",
2430
- "name": "foundationAccordionTemplate",
2431
- "return": {
2432
- "type": {
2433
- "text": "ViewTemplate<Accordion>"
2434
- }
2380
+ "kind": "variable",
2381
+ "name": "foundationAiCriteriaSearchTemplate",
2382
+ "type": {
2383
+ "text": "ViewTemplate<AiCriteriaSearch>"
2435
2384
  },
2436
- "parameters": [
2437
- {
2438
- "name": "context",
2439
- "type": {
2440
- "text": "ElementDefinitionContext"
2441
- }
2442
- },
2443
- {
2444
- "name": "definition",
2445
- "type": {
2446
- "text": "FoundationElementDefinition"
2447
- }
2448
- }
2449
- ]
2385
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2450
2386
  }
2451
2387
  ],
2452
2388
  "exports": [
2453
2389
  {
2454
2390
  "kind": "js",
2455
- "name": "foundationAccordionTemplate",
2391
+ "name": "foundationAiCriteriaSearchTemplate",
2456
2392
  "declaration": {
2457
- "name": "foundationAccordionTemplate",
2458
- "module": "src/accordion/accordion.template.ts"
2393
+ "name": "foundationAiCriteriaSearchTemplate",
2394
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2459
2395
  }
2460
2396
  }
2461
2397
  ]
2462
2398
  },
2463
2399
  {
2464
2400
  "kind": "javascript-module",
2465
- "path": "src/accordion/accordion.ts",
2401
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2466
2402
  "declarations": [
2467
2403
  {
2468
2404
  "kind": "class",
2469
- "description": "",
2470
- "name": "Accordion",
2471
- "superclass": {
2472
- "name": "FASTAccordion",
2473
- "package": "@microsoft/fast-foundation"
2474
- },
2475
- "tagName": "%%prefix%%-accordion",
2476
- "customElement": true,
2477
- "attributes": [
2405
+ "description": "Natural-language criteria search input with AI interpretation.",
2406
+ "name": "AiCriteriaSearch",
2407
+ "members": [
2478
2408
  {
2479
- "name": "expand-mode",
2409
+ "kind": "field",
2410
+ "name": "providerRegistry",
2480
2411
  "type": {
2481
- "text": "AccordionExpandMode"
2482
- },
2483
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2484
- "fieldName": "expandmode",
2485
- "inheritedFrom": {
2486
- "name": "Accordion",
2487
- "module": "src/accordion/accordion.ts"
2412
+ "text": "AIProviderRegistry"
2488
2413
  }
2489
- }
2490
- ],
2491
- "members": [
2414
+ },
2492
2415
  {
2493
2416
  "kind": "field",
2494
- "name": "expandmode",
2417
+ "name": "placeholder",
2495
2418
  "type": {
2496
- "text": "AccordionExpandMode"
2419
+ "text": "string"
2497
2420
  },
2498
- "privacy": "public",
2499
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2500
- "inheritedFrom": {
2501
- "name": "Accordion",
2502
- "module": "src/accordion/accordion.ts"
2421
+ "default": "'Describe your search criteria in natural language...'"
2422
+ },
2423
+ {
2424
+ "kind": "field",
2425
+ "name": "disabled",
2426
+ "type": {
2427
+ "text": "boolean"
2503
2428
  }
2504
2429
  },
2505
2430
  {
2506
2431
  "kind": "field",
2507
- "name": "activeid",
2432
+ "name": "inputValue",
2508
2433
  "type": {
2509
- "text": "string | null"
2434
+ "text": "string"
2510
2435
  },
2511
- "privacy": "private",
2512
- "inheritedFrom": {
2513
- "name": "Accordion",
2514
- "module": "src/accordion/accordion.ts"
2515
- }
2436
+ "default": "''"
2516
2437
  },
2517
2438
  {
2518
2439
  "kind": "field",
2519
- "name": "activeItemIndex",
2440
+ "name": "isInterpreting",
2520
2441
  "type": {
2521
- "text": "number"
2442
+ "text": "boolean"
2522
2443
  },
2523
- "privacy": "private",
2524
- "default": "0",
2525
- "inheritedFrom": {
2526
- "name": "Accordion",
2527
- "module": "src/accordion/accordion.ts"
2528
- }
2444
+ "default": "false"
2529
2445
  },
2530
2446
  {
2531
2447
  "kind": "field",
2532
- "name": "accordionIds",
2448
+ "name": "lastValidCriteria",
2533
2449
  "type": {
2534
- "text": "Array<string | null>"
2450
+ "text": "string | null"
2535
2451
  },
2536
- "privacy": "private",
2537
- "inheritedFrom": {
2538
- "name": "Accordion",
2539
- "module": "src/accordion/accordion.ts"
2540
- }
2452
+ "default": "null"
2541
2453
  },
2542
2454
  {
2543
2455
  "kind": "field",
2544
- "name": "change",
2545
- "privacy": "private",
2546
- "inheritedFrom": {
2547
- "name": "Accordion",
2548
- "module": "src/accordion/accordion.ts"
2549
- }
2456
+ "name": "activeGroups",
2457
+ "type": {
2458
+ "text": "CriteriaGroup[]"
2459
+ },
2460
+ "default": "[]"
2550
2461
  },
2551
2462
  {
2552
- "kind": "method",
2553
- "name": "findExpandedItem",
2554
- "privacy": "private",
2555
- "return": {
2556
- "type": {
2557
- "text": "AccordionItem | null"
2558
- }
2463
+ "kind": "field",
2464
+ "name": "showingChips",
2465
+ "type": {
2466
+ "text": "boolean"
2559
2467
  },
2560
- "inheritedFrom": {
2561
- "name": "Accordion",
2562
- "module": "src/accordion/accordion.ts"
2563
- }
2468
+ "default": "false"
2564
2469
  },
2565
2470
  {
2566
2471
  "kind": "field",
2567
- "name": "setItems",
2568
- "privacy": "private",
2569
- "inheritedFrom": {
2570
- "name": "Accordion",
2571
- "module": "src/accordion/accordion.ts"
2572
- }
2472
+ "name": "fieldMetadata",
2473
+ "type": {
2474
+ "text": "MetadataDetail[] | string[]"
2475
+ },
2476
+ "default": "[]"
2573
2477
  },
2574
2478
  {
2575
- "kind": "method",
2576
- "name": "resetItems",
2577
- "privacy": "private",
2578
- "return": {
2579
- "type": {
2580
- "text": "void"
2581
- }
2479
+ "kind": "field",
2480
+ "name": "isRecording",
2481
+ "type": {
2482
+ "text": "boolean"
2582
2483
  },
2583
- "inheritedFrom": {
2584
- "name": "Accordion",
2585
- "module": "src/accordion/accordion.ts"
2586
- }
2484
+ "default": "false"
2587
2485
  },
2588
2486
  {
2589
2487
  "kind": "field",
2590
- "name": "removeItemListeners",
2488
+ "name": "textAreaRef",
2489
+ "type": {
2490
+ "text": "HTMLTextAreaElement"
2491
+ },
2492
+ "privacy": "public"
2493
+ },
2494
+ {
2495
+ "kind": "field",
2496
+ "name": "stopRecording",
2497
+ "type": {
2498
+ "text": "(() => void) | null"
2499
+ },
2591
2500
  "privacy": "private",
2592
- "inheritedFrom": {
2593
- "name": "Accordion",
2594
- "module": "src/accordion/accordion.ts"
2595
- }
2501
+ "default": "null"
2596
2502
  },
2597
2503
  {
2598
2504
  "kind": "field",
2599
- "name": "activeItemChange",
2505
+ "name": "speechApplyDebounceTimer",
2506
+ "type": {
2507
+ "text": "ReturnType<typeof setTimeout> | null"
2508
+ },
2600
2509
  "privacy": "private",
2601
- "inheritedFrom": {
2602
- "name": "Accordion",
2603
- "module": "src/accordion/accordion.ts"
2604
- }
2510
+ "default": "null"
2511
+ },
2512
+ {
2513
+ "kind": "field",
2514
+ "name": "speechAvailable",
2515
+ "type": {
2516
+ "text": "boolean"
2517
+ },
2518
+ "readonly": true
2519
+ },
2520
+ {
2521
+ "kind": "field",
2522
+ "name": "criteriaChips",
2523
+ "type": {
2524
+ "text": "CriteriaChip[]"
2525
+ },
2526
+ "readonly": true
2605
2527
  },
2606
2528
  {
2607
2529
  "kind": "method",
2608
- "name": "getItemIds",
2530
+ "name": "getFieldLabel",
2609
2531
  "privacy": "private",
2610
2532
  "return": {
2611
2533
  "type": {
2612
- "text": "Array<string | null>"
2534
+ "text": "string"
2613
2535
  }
2614
2536
  },
2615
- "inheritedFrom": {
2616
- "name": "Accordion",
2617
- "module": "src/accordion/accordion.ts"
2618
- }
2537
+ "parameters": [
2538
+ {
2539
+ "name": "fieldName",
2540
+ "type": {
2541
+ "text": "string"
2542
+ }
2543
+ }
2544
+ ]
2619
2545
  },
2620
2546
  {
2621
2547
  "kind": "method",
2622
- "name": "isSingleExpandMode",
2623
- "privacy": "private",
2548
+ "name": "toggleCriteriaView",
2624
2549
  "return": {
2625
2550
  "type": {
2626
- "text": "boolean"
2551
+ "text": "void"
2627
2552
  }
2628
- },
2629
- "inheritedFrom": {
2630
- "name": "Accordion",
2631
- "module": "src/accordion/accordion.ts"
2632
- }
2633
- },
2634
- {
2635
- "kind": "field",
2636
- "name": "handleItemKeyDown",
2637
- "privacy": "private",
2638
- "inheritedFrom": {
2639
- "name": "Accordion",
2640
- "module": "src/accordion/accordion.ts"
2641
- }
2642
- },
2643
- {
2644
- "kind": "field",
2645
- "name": "handleItemFocus",
2646
- "privacy": "private",
2647
- "inheritedFrom": {
2648
- "name": "Accordion",
2649
- "module": "src/accordion/accordion.ts"
2650
2553
  }
2651
2554
  },
2652
2555
  {
2653
2556
  "kind": "method",
2654
- "name": "adjust",
2655
- "privacy": "private",
2557
+ "name": "removeChip",
2656
2558
  "return": {
2657
2559
  "type": {
2658
2560
  "text": "void"
@@ -2660,31 +2562,49 @@
2660
2562
  },
2661
2563
  "parameters": [
2662
2564
  {
2663
- "name": "adjustment",
2565
+ "name": "groupIndex",
2566
+ "type": {
2567
+ "text": "number"
2568
+ }
2569
+ },
2570
+ {
2571
+ "name": "clauseIndex",
2664
2572
  "type": {
2665
2573
  "text": "number"
2666
2574
  }
2667
2575
  }
2668
- ],
2669
- "inheritedFrom": {
2670
- "name": "Accordion",
2671
- "module": "src/accordion/accordion.ts"
2672
- }
2576
+ ]
2673
2577
  },
2674
2578
  {
2675
2579
  "kind": "method",
2676
- "name": "focusItem",
2677
- "privacy": "private",
2580
+ "name": "clearChips",
2678
2581
  "return": {
2679
2582
  "type": {
2680
2583
  "text": "void"
2681
2584
  }
2682
- },
2683
- "inheritedFrom": {
2684
- "name": "Accordion",
2685
- "module": "src/accordion/accordion.ts"
2686
2585
  }
2687
2586
  },
2587
+ {
2588
+ "kind": "method",
2589
+ "name": "handleSubmit"
2590
+ },
2591
+ {
2592
+ "kind": "method",
2593
+ "name": "handleBlur"
2594
+ },
2595
+ {
2596
+ "kind": "method",
2597
+ "name": "clear"
2598
+ },
2599
+ {
2600
+ "kind": "method",
2601
+ "name": "toggleSpeechInput"
2602
+ },
2603
+ {
2604
+ "kind": "method",
2605
+ "name": "clearSpeechApplyDebounce",
2606
+ "privacy": "private"
2607
+ },
2688
2608
  {
2689
2609
  "kind": "field",
2690
2610
  "name": "_presentation",
@@ -2799,26 +2719,48 @@
2799
2719
  ],
2800
2720
  "events": [
2801
2721
  {
2802
- "description": "Fires a custom 'change' event when the active item changes",
2803
- "name": "change",
2804
- "inheritedFrom": {
2805
- "name": "Accordion",
2806
- "module": "src/accordion/accordion.ts"
2807
- }
2722
+ "description": "Fired when interpreted criteria is applied or cleared",
2723
+ "name": "criteria-changed"
2724
+ },
2725
+ {
2726
+ "description": "Fired when interpreted criteria contains invalid clauses",
2727
+ "name": "validation-errors"
2808
2728
  }
2809
- ]
2729
+ ],
2730
+ "attributes": [
2731
+ {
2732
+ "name": "placeholder",
2733
+ "type": {
2734
+ "text": "string"
2735
+ },
2736
+ "default": "'Describe your search criteria in natural language...'",
2737
+ "fieldName": "placeholder"
2738
+ },
2739
+ {
2740
+ "type": {
2741
+ "text": "boolean"
2742
+ },
2743
+ "fieldName": "disabled"
2744
+ }
2745
+ ],
2746
+ "superclass": {
2747
+ "name": "FoundationElement",
2748
+ "package": "@microsoft/fast-foundation"
2749
+ },
2750
+ "tagName": "%%prefix%%-ai-criteria-search",
2751
+ "customElement": true
2810
2752
  },
2811
2753
  {
2812
2754
  "kind": "variable",
2813
- "name": "foundationAccordionShadowOptions",
2755
+ "name": "foundationAiCriteriaSearchShadowOptions",
2814
2756
  "type": {
2815
2757
  "text": "ShadowRootInit"
2816
2758
  },
2817
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2759
+ "default": "undefined"
2818
2760
  },
2819
2761
  {
2820
2762
  "kind": "variable",
2821
- "name": "defaultAccordionConfig",
2763
+ "name": "defaultAiCriteriaSearchConfig",
2822
2764
  "type": {
2823
2765
  "text": "object"
2824
2766
  },
@@ -2826,57 +2768,103 @@
2826
2768
  },
2827
2769
  {
2828
2770
  "kind": "variable",
2829
- "name": "foundationAccordion",
2830
- "description": "The Foundation Accordion",
2831
- "privacy": "public"
2771
+ "name": "foundationAiCriteriaSearch"
2832
2772
  }
2833
2773
  ],
2834
2774
  "exports": [
2835
2775
  {
2836
2776
  "kind": "js",
2837
- "name": "Accordion",
2777
+ "name": "AiCriteriaSearch",
2838
2778
  "declaration": {
2839
- "name": "Accordion",
2840
- "module": "src/accordion/accordion.ts"
2779
+ "name": "AiCriteriaSearch",
2780
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2841
2781
  }
2842
2782
  },
2843
2783
  {
2844
2784
  "kind": "js",
2845
- "name": "foundationAccordionShadowOptions",
2785
+ "name": "foundationAiCriteriaSearchShadowOptions",
2846
2786
  "declaration": {
2847
- "name": "foundationAccordionShadowOptions",
2848
- "module": "src/accordion/accordion.ts"
2787
+ "name": "foundationAiCriteriaSearchShadowOptions",
2788
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2849
2789
  }
2850
2790
  },
2851
2791
  {
2852
2792
  "kind": "js",
2853
- "name": "defaultAccordionConfig",
2793
+ "name": "defaultAiCriteriaSearchConfig",
2854
2794
  "declaration": {
2855
- "name": "defaultAccordionConfig",
2856
- "module": "src/accordion/accordion.ts"
2795
+ "name": "defaultAiCriteriaSearchConfig",
2796
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2857
2797
  }
2858
2798
  },
2859
2799
  {
2860
2800
  "kind": "js",
2861
- "name": "foundationAccordion",
2801
+ "name": "foundationAiCriteriaSearch",
2862
2802
  "declaration": {
2863
- "name": "foundationAccordion",
2864
- "module": "src/accordion/accordion.ts"
2803
+ "name": "foundationAiCriteriaSearch",
2804
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
2865
2805
  }
2866
2806
  }
2867
2807
  ]
2868
2808
  },
2869
2809
  {
2870
2810
  "kind": "javascript-module",
2871
- "path": "src/accordion/index.ts",
2811
+ "path": "src/ai-criteria-search/index.ts",
2872
2812
  "declarations": [],
2873
2813
  "exports": [
2814
+ {
2815
+ "kind": "js",
2816
+ "name": "AiCriteriaSearch",
2817
+ "declaration": {
2818
+ "name": "AiCriteriaSearch",
2819
+ "module": "./ai-criteria-search"
2820
+ }
2821
+ },
2822
+ {
2823
+ "kind": "js",
2824
+ "name": "defaultAiCriteriaSearchConfig",
2825
+ "declaration": {
2826
+ "name": "defaultAiCriteriaSearchConfig",
2827
+ "module": "./ai-criteria-search"
2828
+ }
2829
+ },
2830
+ {
2831
+ "kind": "js",
2832
+ "name": "foundationAiCriteriaSearch",
2833
+ "declaration": {
2834
+ "name": "foundationAiCriteriaSearch",
2835
+ "module": "./ai-criteria-search"
2836
+ }
2837
+ },
2838
+ {
2839
+ "kind": "js",
2840
+ "name": "foundationAiCriteriaSearchShadowOptions",
2841
+ "declaration": {
2842
+ "name": "foundationAiCriteriaSearchShadowOptions",
2843
+ "module": "./ai-criteria-search"
2844
+ }
2845
+ },
2846
+ {
2847
+ "kind": "js",
2848
+ "name": "foundationAiCriteriaSearchStyles",
2849
+ "declaration": {
2850
+ "name": "foundationAiCriteriaSearchStyles",
2851
+ "module": "./ai-criteria-search.styles"
2852
+ }
2853
+ },
2854
+ {
2855
+ "kind": "js",
2856
+ "name": "foundationAiCriteriaSearchTemplate",
2857
+ "declaration": {
2858
+ "name": "foundationAiCriteriaSearchTemplate",
2859
+ "module": "./ai-criteria-search.template"
2860
+ }
2861
+ },
2874
2862
  {
2875
2863
  "kind": "js",
2876
2864
  "name": "*",
2877
2865
  "declaration": {
2878
2866
  "name": "*",
2879
- "package": "./accordion.template"
2867
+ "package": "./validation/criteria-ir"
2880
2868
  }
2881
2869
  },
2882
2870
  {
@@ -2884,7 +2872,7 @@
2884
2872
  "name": "*",
2885
2873
  "declaration": {
2886
2874
  "name": "*",
2887
- "package": "./accordion.styles"
2875
+ "package": "./validation/operator-map"
2888
2876
  }
2889
2877
  },
2890
2878
  {
@@ -2892,7 +2880,82 @@
2892
2880
  "name": "*",
2893
2881
  "declaration": {
2894
2882
  "name": "*",
2895
- "package": "./accordion"
2883
+ "package": "./validation/schema-validator"
2884
+ }
2885
+ }
2886
+ ]
2887
+ },
2888
+ {
2889
+ "kind": "javascript-module",
2890
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
2891
+ "declarations": [
2892
+ {
2893
+ "kind": "function",
2894
+ "name": "formatValidationErrors",
2895
+ "return": {
2896
+ "type": {
2897
+ "text": "string"
2898
+ }
2899
+ },
2900
+ "parameters": [
2901
+ {
2902
+ "name": "errors",
2903
+ "type": {
2904
+ "text": "ValidationError[]"
2905
+ }
2906
+ }
2907
+ ],
2908
+ "description": "Formats validation errors into a user-friendly message."
2909
+ },
2910
+ {
2911
+ "kind": "function",
2912
+ "name": "showCriteriaError",
2913
+ "return": {
2914
+ "type": {
2915
+ "text": "void"
2916
+ }
2917
+ },
2918
+ "parameters": [
2919
+ {
2920
+ "name": "title",
2921
+ "type": {
2922
+ "text": "string"
2923
+ },
2924
+ "description": "Notification title (e.g. \"Criteria validation error\")"
2925
+ },
2926
+ {
2927
+ "name": "body",
2928
+ "type": {
2929
+ "text": "string"
2930
+ },
2931
+ "description": "Error message to display"
2932
+ },
2933
+ {
2934
+ "name": "tagName",
2935
+ "type": {
2936
+ "text": "string"
2937
+ },
2938
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2939
+ }
2940
+ ],
2941
+ "description": "Shows a criteria error as a toast notification."
2942
+ }
2943
+ ],
2944
+ "exports": [
2945
+ {
2946
+ "kind": "js",
2947
+ "name": "formatValidationErrors",
2948
+ "declaration": {
2949
+ "name": "formatValidationErrors",
2950
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2951
+ }
2952
+ },
2953
+ {
2954
+ "kind": "js",
2955
+ "name": "showCriteriaError",
2956
+ "declaration": {
2957
+ "name": "showCriteriaError",
2958
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2896
2959
  }
2897
2960
  }
2898
2961
  ]
@@ -3348,258 +3411,338 @@
3348
3411
  },
3349
3412
  {
3350
3413
  "kind": "javascript-module",
3351
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
3414
+ "path": "src/_config/index.ts",
3415
+ "declarations": [],
3416
+ "exports": [
3417
+ {
3418
+ "kind": "js",
3419
+ "name": "*",
3420
+ "declaration": {
3421
+ "name": "*",
3422
+ "package": "./styles"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "*",
3428
+ "declaration": {
3429
+ "name": "*",
3430
+ "package": "./tokens"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "*",
3436
+ "declaration": {
3437
+ "name": "*",
3438
+ "package": "./values"
3439
+ }
3440
+ }
3441
+ ]
3442
+ },
3443
+ {
3444
+ "kind": "javascript-module",
3445
+ "path": "src/accordion/accordion.styles.ts",
3352
3446
  "declarations": [
3353
3447
  {
3354
- "kind": "variable",
3355
- "name": "foundationAiCriteriaSearchStyles",
3356
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
3448
+ "kind": "function",
3449
+ "name": "foundationAccordionStyles",
3450
+ "return": {
3451
+ "type": {
3452
+ "text": "ElementStyles"
3453
+ }
3454
+ },
3455
+ "parameters": [
3456
+ {
3457
+ "name": "context",
3458
+ "type": {
3459
+ "text": "ElementDefinitionContext"
3460
+ }
3461
+ },
3462
+ {
3463
+ "name": "definition",
3464
+ "type": {
3465
+ "text": "FoundationElementDefinition"
3466
+ }
3467
+ }
3468
+ ]
3357
3469
  }
3358
3470
  ],
3359
3471
  "exports": [
3360
3472
  {
3361
3473
  "kind": "js",
3362
- "name": "foundationAiCriteriaSearchStyles",
3474
+ "name": "foundationAccordionStyles",
3363
3475
  "declaration": {
3364
- "name": "foundationAiCriteriaSearchStyles",
3365
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
3476
+ "name": "foundationAccordionStyles",
3477
+ "module": "src/accordion/accordion.styles.ts"
3366
3478
  }
3367
3479
  }
3368
3480
  ]
3369
3481
  },
3370
3482
  {
3371
3483
  "kind": "javascript-module",
3372
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
3484
+ "path": "src/accordion/accordion.template.ts",
3373
3485
  "declarations": [
3374
3486
  {
3375
- "kind": "variable",
3376
- "name": "foundationAiCriteriaSearchTemplate",
3377
- "type": {
3378
- "text": "ViewTemplate<AiCriteriaSearch>"
3487
+ "kind": "function",
3488
+ "name": "foundationAccordionTemplate",
3489
+ "return": {
3490
+ "type": {
3491
+ "text": "ViewTemplate<Accordion>"
3492
+ }
3379
3493
  },
3380
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
3494
+ "parameters": [
3495
+ {
3496
+ "name": "context",
3497
+ "type": {
3498
+ "text": "ElementDefinitionContext"
3499
+ }
3500
+ },
3501
+ {
3502
+ "name": "definition",
3503
+ "type": {
3504
+ "text": "FoundationElementDefinition"
3505
+ }
3506
+ }
3507
+ ]
3381
3508
  }
3382
3509
  ],
3383
3510
  "exports": [
3384
3511
  {
3385
3512
  "kind": "js",
3386
- "name": "foundationAiCriteriaSearchTemplate",
3513
+ "name": "foundationAccordionTemplate",
3387
3514
  "declaration": {
3388
- "name": "foundationAiCriteriaSearchTemplate",
3389
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
3515
+ "name": "foundationAccordionTemplate",
3516
+ "module": "src/accordion/accordion.template.ts"
3390
3517
  }
3391
3518
  }
3392
3519
  ]
3393
3520
  },
3394
3521
  {
3395
3522
  "kind": "javascript-module",
3396
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
3523
+ "path": "src/accordion/accordion.ts",
3397
3524
  "declarations": [
3398
3525
  {
3399
3526
  "kind": "class",
3400
- "description": "Natural-language criteria search input with AI interpretation.",
3401
- "name": "AiCriteriaSearch",
3402
- "members": [
3527
+ "description": "",
3528
+ "name": "Accordion",
3529
+ "superclass": {
3530
+ "name": "FASTAccordion",
3531
+ "package": "@microsoft/fast-foundation"
3532
+ },
3533
+ "tagName": "%%prefix%%-accordion",
3534
+ "customElement": true,
3535
+ "attributes": [
3403
3536
  {
3404
- "kind": "field",
3405
- "name": "providerRegistry",
3537
+ "name": "expand-mode",
3406
3538
  "type": {
3407
- "text": "AIProviderRegistry"
3539
+ "text": "AccordionExpandMode"
3540
+ },
3541
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3542
+ "fieldName": "expandmode",
3543
+ "inheritedFrom": {
3544
+ "name": "Accordion",
3545
+ "module": "src/accordion/accordion.ts"
3408
3546
  }
3409
- },
3547
+ }
3548
+ ],
3549
+ "members": [
3410
3550
  {
3411
3551
  "kind": "field",
3412
- "name": "placeholder",
3552
+ "name": "expandmode",
3413
3553
  "type": {
3414
- "text": "string"
3554
+ "text": "AccordionExpandMode"
3415
3555
  },
3416
- "default": "'Describe your search criteria in natural language...'"
3417
- },
3418
- {
3419
- "kind": "field",
3420
- "name": "disabled",
3421
- "type": {
3422
- "text": "boolean"
3556
+ "privacy": "public",
3557
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3558
+ "inheritedFrom": {
3559
+ "name": "Accordion",
3560
+ "module": "src/accordion/accordion.ts"
3423
3561
  }
3424
3562
  },
3425
3563
  {
3426
3564
  "kind": "field",
3427
- "name": "inputValue",
3565
+ "name": "activeid",
3428
3566
  "type": {
3429
- "text": "string"
3567
+ "text": "string | null"
3430
3568
  },
3431
- "default": "''"
3569
+ "privacy": "private",
3570
+ "inheritedFrom": {
3571
+ "name": "Accordion",
3572
+ "module": "src/accordion/accordion.ts"
3573
+ }
3432
3574
  },
3433
3575
  {
3434
3576
  "kind": "field",
3435
- "name": "isInterpreting",
3577
+ "name": "activeItemIndex",
3436
3578
  "type": {
3437
- "text": "boolean"
3579
+ "text": "number"
3438
3580
  },
3439
- "default": "false"
3581
+ "privacy": "private",
3582
+ "default": "0",
3583
+ "inheritedFrom": {
3584
+ "name": "Accordion",
3585
+ "module": "src/accordion/accordion.ts"
3586
+ }
3440
3587
  },
3441
3588
  {
3442
3589
  "kind": "field",
3443
- "name": "lastValidCriteria",
3590
+ "name": "accordionIds",
3444
3591
  "type": {
3445
- "text": "string | null"
3592
+ "text": "Array<string | null>"
3446
3593
  },
3447
- "default": "null"
3594
+ "privacy": "private",
3595
+ "inheritedFrom": {
3596
+ "name": "Accordion",
3597
+ "module": "src/accordion/accordion.ts"
3598
+ }
3448
3599
  },
3449
3600
  {
3450
3601
  "kind": "field",
3451
- "name": "activeGroups",
3452
- "type": {
3453
- "text": "CriteriaGroup[]"
3454
- },
3455
- "default": "[]"
3602
+ "name": "change",
3603
+ "privacy": "private",
3604
+ "inheritedFrom": {
3605
+ "name": "Accordion",
3606
+ "module": "src/accordion/accordion.ts"
3607
+ }
3456
3608
  },
3457
3609
  {
3458
- "kind": "field",
3459
- "name": "showingChips",
3460
- "type": {
3461
- "text": "boolean"
3610
+ "kind": "method",
3611
+ "name": "findExpandedItem",
3612
+ "privacy": "private",
3613
+ "return": {
3614
+ "type": {
3615
+ "text": "AccordionItem | null"
3616
+ }
3462
3617
  },
3463
- "default": "false"
3618
+ "inheritedFrom": {
3619
+ "name": "Accordion",
3620
+ "module": "src/accordion/accordion.ts"
3621
+ }
3464
3622
  },
3465
3623
  {
3466
3624
  "kind": "field",
3467
- "name": "fieldMetadata",
3468
- "type": {
3469
- "text": "MetadataDetail[] | string[]"
3470
- },
3471
- "default": "[]"
3625
+ "name": "setItems",
3626
+ "privacy": "private",
3627
+ "inheritedFrom": {
3628
+ "name": "Accordion",
3629
+ "module": "src/accordion/accordion.ts"
3630
+ }
3472
3631
  },
3473
3632
  {
3474
- "kind": "field",
3475
- "name": "isRecording",
3476
- "type": {
3477
- "text": "boolean"
3633
+ "kind": "method",
3634
+ "name": "resetItems",
3635
+ "privacy": "private",
3636
+ "return": {
3637
+ "type": {
3638
+ "text": "void"
3639
+ }
3478
3640
  },
3479
- "default": "false"
3641
+ "inheritedFrom": {
3642
+ "name": "Accordion",
3643
+ "module": "src/accordion/accordion.ts"
3644
+ }
3480
3645
  },
3481
3646
  {
3482
3647
  "kind": "field",
3483
- "name": "textAreaRef",
3484
- "type": {
3485
- "text": "HTMLTextAreaElement"
3486
- },
3487
- "privacy": "public"
3648
+ "name": "removeItemListeners",
3649
+ "privacy": "private",
3650
+ "inheritedFrom": {
3651
+ "name": "Accordion",
3652
+ "module": "src/accordion/accordion.ts"
3653
+ }
3488
3654
  },
3489
3655
  {
3490
3656
  "kind": "field",
3491
- "name": "stopRecording",
3492
- "type": {
3493
- "text": "(() => void) | null"
3494
- },
3657
+ "name": "activeItemChange",
3495
3658
  "privacy": "private",
3496
- "default": "null"
3659
+ "inheritedFrom": {
3660
+ "name": "Accordion",
3661
+ "module": "src/accordion/accordion.ts"
3662
+ }
3497
3663
  },
3498
3664
  {
3499
- "kind": "field",
3500
- "name": "speechApplyDebounceTimer",
3501
- "type": {
3502
- "text": "ReturnType<typeof setTimeout> | null"
3665
+ "kind": "method",
3666
+ "name": "getItemIds",
3667
+ "privacy": "private",
3668
+ "return": {
3669
+ "type": {
3670
+ "text": "Array<string | null>"
3671
+ }
3503
3672
  },
3673
+ "inheritedFrom": {
3674
+ "name": "Accordion",
3675
+ "module": "src/accordion/accordion.ts"
3676
+ }
3677
+ },
3678
+ {
3679
+ "kind": "method",
3680
+ "name": "isSingleExpandMode",
3504
3681
  "privacy": "private",
3505
- "default": "null"
3682
+ "return": {
3683
+ "type": {
3684
+ "text": "boolean"
3685
+ }
3686
+ },
3687
+ "inheritedFrom": {
3688
+ "name": "Accordion",
3689
+ "module": "src/accordion/accordion.ts"
3690
+ }
3506
3691
  },
3507
3692
  {
3508
3693
  "kind": "field",
3509
- "name": "speechAvailable",
3510
- "type": {
3511
- "text": "boolean"
3512
- },
3513
- "readonly": true
3694
+ "name": "handleItemKeyDown",
3695
+ "privacy": "private",
3696
+ "inheritedFrom": {
3697
+ "name": "Accordion",
3698
+ "module": "src/accordion/accordion.ts"
3699
+ }
3514
3700
  },
3515
3701
  {
3516
3702
  "kind": "field",
3517
- "name": "criteriaChips",
3518
- "type": {
3519
- "text": "CriteriaChip[]"
3520
- },
3521
- "readonly": true
3703
+ "name": "handleItemFocus",
3704
+ "privacy": "private",
3705
+ "inheritedFrom": {
3706
+ "name": "Accordion",
3707
+ "module": "src/accordion/accordion.ts"
3708
+ }
3522
3709
  },
3523
3710
  {
3524
3711
  "kind": "method",
3525
- "name": "getFieldLabel",
3712
+ "name": "adjust",
3526
3713
  "privacy": "private",
3527
3714
  "return": {
3528
3715
  "type": {
3529
- "text": "string"
3716
+ "text": "void"
3530
3717
  }
3531
3718
  },
3532
3719
  "parameters": [
3533
3720
  {
3534
- "name": "fieldName",
3721
+ "name": "adjustment",
3535
3722
  "type": {
3536
- "text": "string"
3723
+ "text": "number"
3537
3724
  }
3538
3725
  }
3539
- ]
3540
- },
3541
- {
3542
- "kind": "method",
3543
- "name": "toggleCriteriaView",
3544
- "return": {
3545
- "type": {
3546
- "text": "void"
3547
- }
3726
+ ],
3727
+ "inheritedFrom": {
3728
+ "name": "Accordion",
3729
+ "module": "src/accordion/accordion.ts"
3548
3730
  }
3549
3731
  },
3550
3732
  {
3551
3733
  "kind": "method",
3552
- "name": "removeChip",
3734
+ "name": "focusItem",
3735
+ "privacy": "private",
3553
3736
  "return": {
3554
3737
  "type": {
3555
3738
  "text": "void"
3556
3739
  }
3557
3740
  },
3558
- "parameters": [
3559
- {
3560
- "name": "groupIndex",
3561
- "type": {
3562
- "text": "number"
3563
- }
3564
- },
3565
- {
3566
- "name": "clauseIndex",
3567
- "type": {
3568
- "text": "number"
3569
- }
3570
- }
3571
- ]
3572
- },
3573
- {
3574
- "kind": "method",
3575
- "name": "clearChips",
3576
- "return": {
3577
- "type": {
3578
- "text": "void"
3579
- }
3741
+ "inheritedFrom": {
3742
+ "name": "Accordion",
3743
+ "module": "src/accordion/accordion.ts"
3580
3744
  }
3581
3745
  },
3582
- {
3583
- "kind": "method",
3584
- "name": "handleSubmit"
3585
- },
3586
- {
3587
- "kind": "method",
3588
- "name": "handleBlur"
3589
- },
3590
- {
3591
- "kind": "method",
3592
- "name": "clear"
3593
- },
3594
- {
3595
- "kind": "method",
3596
- "name": "toggleSpeechInput"
3597
- },
3598
- {
3599
- "kind": "method",
3600
- "name": "clearSpeechApplyDebounce",
3601
- "privacy": "private"
3602
- },
3603
3746
  {
3604
3747
  "kind": "field",
3605
3748
  "name": "_presentation",
@@ -3714,48 +3857,26 @@
3714
3857
  ],
3715
3858
  "events": [
3716
3859
  {
3717
- "description": "Fired when interpreted criteria is applied or cleared",
3718
- "name": "criteria-changed"
3719
- },
3720
- {
3721
- "description": "Fired when interpreted criteria contains invalid clauses",
3722
- "name": "validation-errors"
3723
- }
3724
- ],
3725
- "attributes": [
3726
- {
3727
- "name": "placeholder",
3728
- "type": {
3729
- "text": "string"
3730
- },
3731
- "default": "'Describe your search criteria in natural language...'",
3732
- "fieldName": "placeholder"
3733
- },
3734
- {
3735
- "type": {
3736
- "text": "boolean"
3737
- },
3738
- "fieldName": "disabled"
3860
+ "description": "Fires a custom 'change' event when the active item changes",
3861
+ "name": "change",
3862
+ "inheritedFrom": {
3863
+ "name": "Accordion",
3864
+ "module": "src/accordion/accordion.ts"
3865
+ }
3739
3866
  }
3740
- ],
3741
- "superclass": {
3742
- "name": "FoundationElement",
3743
- "package": "@microsoft/fast-foundation"
3744
- },
3745
- "tagName": "%%prefix%%-ai-criteria-search",
3746
- "customElement": true
3867
+ ]
3747
3868
  },
3748
3869
  {
3749
3870
  "kind": "variable",
3750
- "name": "foundationAiCriteriaSearchShadowOptions",
3871
+ "name": "foundationAccordionShadowOptions",
3751
3872
  "type": {
3752
3873
  "text": "ShadowRootInit"
3753
3874
  },
3754
- "default": "undefined"
3875
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3755
3876
  },
3756
3877
  {
3757
3878
  "kind": "variable",
3758
- "name": "defaultAiCriteriaSearchConfig",
3879
+ "name": "defaultAccordionConfig",
3759
3880
  "type": {
3760
3881
  "text": "object"
3761
3882
  },
@@ -3763,103 +3884,57 @@
3763
3884
  },
3764
3885
  {
3765
3886
  "kind": "variable",
3766
- "name": "foundationAiCriteriaSearch"
3887
+ "name": "foundationAccordion",
3888
+ "description": "The Foundation Accordion",
3889
+ "privacy": "public"
3767
3890
  }
3768
3891
  ],
3769
3892
  "exports": [
3770
3893
  {
3771
3894
  "kind": "js",
3772
- "name": "AiCriteriaSearch",
3895
+ "name": "Accordion",
3773
3896
  "declaration": {
3774
- "name": "AiCriteriaSearch",
3775
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3897
+ "name": "Accordion",
3898
+ "module": "src/accordion/accordion.ts"
3776
3899
  }
3777
3900
  },
3778
3901
  {
3779
3902
  "kind": "js",
3780
- "name": "foundationAiCriteriaSearchShadowOptions",
3903
+ "name": "foundationAccordionShadowOptions",
3781
3904
  "declaration": {
3782
- "name": "foundationAiCriteriaSearchShadowOptions",
3783
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3905
+ "name": "foundationAccordionShadowOptions",
3906
+ "module": "src/accordion/accordion.ts"
3784
3907
  }
3785
3908
  },
3786
3909
  {
3787
3910
  "kind": "js",
3788
- "name": "defaultAiCriteriaSearchConfig",
3911
+ "name": "defaultAccordionConfig",
3789
3912
  "declaration": {
3790
- "name": "defaultAiCriteriaSearchConfig",
3791
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3913
+ "name": "defaultAccordionConfig",
3914
+ "module": "src/accordion/accordion.ts"
3792
3915
  }
3793
3916
  },
3794
3917
  {
3795
3918
  "kind": "js",
3796
- "name": "foundationAiCriteriaSearch",
3919
+ "name": "foundationAccordion",
3797
3920
  "declaration": {
3798
- "name": "foundationAiCriteriaSearch",
3799
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
3921
+ "name": "foundationAccordion",
3922
+ "module": "src/accordion/accordion.ts"
3800
3923
  }
3801
3924
  }
3802
3925
  ]
3803
3926
  },
3804
3927
  {
3805
3928
  "kind": "javascript-module",
3806
- "path": "src/ai-criteria-search/index.ts",
3929
+ "path": "src/accordion/index.ts",
3807
3930
  "declarations": [],
3808
3931
  "exports": [
3809
- {
3810
- "kind": "js",
3811
- "name": "AiCriteriaSearch",
3812
- "declaration": {
3813
- "name": "AiCriteriaSearch",
3814
- "module": "./ai-criteria-search"
3815
- }
3816
- },
3817
- {
3818
- "kind": "js",
3819
- "name": "defaultAiCriteriaSearchConfig",
3820
- "declaration": {
3821
- "name": "defaultAiCriteriaSearchConfig",
3822
- "module": "./ai-criteria-search"
3823
- }
3824
- },
3825
- {
3826
- "kind": "js",
3827
- "name": "foundationAiCriteriaSearch",
3828
- "declaration": {
3829
- "name": "foundationAiCriteriaSearch",
3830
- "module": "./ai-criteria-search"
3831
- }
3832
- },
3833
- {
3834
- "kind": "js",
3835
- "name": "foundationAiCriteriaSearchShadowOptions",
3836
- "declaration": {
3837
- "name": "foundationAiCriteriaSearchShadowOptions",
3838
- "module": "./ai-criteria-search"
3839
- }
3840
- },
3841
- {
3842
- "kind": "js",
3843
- "name": "foundationAiCriteriaSearchStyles",
3844
- "declaration": {
3845
- "name": "foundationAiCriteriaSearchStyles",
3846
- "module": "./ai-criteria-search.styles"
3847
- }
3848
- },
3849
- {
3850
- "kind": "js",
3851
- "name": "foundationAiCriteriaSearchTemplate",
3852
- "declaration": {
3853
- "name": "foundationAiCriteriaSearchTemplate",
3854
- "module": "./ai-criteria-search.template"
3855
- }
3856
- },
3857
3932
  {
3858
3933
  "kind": "js",
3859
3934
  "name": "*",
3860
3935
  "declaration": {
3861
3936
  "name": "*",
3862
- "package": "./validation/criteria-ir"
3937
+ "package": "./accordion.template"
3863
3938
  }
3864
3939
  },
3865
3940
  {
@@ -3867,7 +3942,7 @@
3867
3942
  "name": "*",
3868
3943
  "declaration": {
3869
3944
  "name": "*",
3870
- "package": "./validation/operator-map"
3945
+ "package": "./accordion.styles"
3871
3946
  }
3872
3947
  },
3873
3948
  {
@@ -3875,82 +3950,7 @@
3875
3950
  "name": "*",
3876
3951
  "declaration": {
3877
3952
  "name": "*",
3878
- "package": "./validation/schema-validator"
3879
- }
3880
- }
3881
- ]
3882
- },
3883
- {
3884
- "kind": "javascript-module",
3885
- "path": "src/ai-criteria-search/validation-error-notification.ts",
3886
- "declarations": [
3887
- {
3888
- "kind": "function",
3889
- "name": "formatValidationErrors",
3890
- "return": {
3891
- "type": {
3892
- "text": "string"
3893
- }
3894
- },
3895
- "parameters": [
3896
- {
3897
- "name": "errors",
3898
- "type": {
3899
- "text": "ValidationError[]"
3900
- }
3901
- }
3902
- ],
3903
- "description": "Formats validation errors into a user-friendly message."
3904
- },
3905
- {
3906
- "kind": "function",
3907
- "name": "showCriteriaError",
3908
- "return": {
3909
- "type": {
3910
- "text": "void"
3911
- }
3912
- },
3913
- "parameters": [
3914
- {
3915
- "name": "title",
3916
- "type": {
3917
- "text": "string"
3918
- },
3919
- "description": "Notification title (e.g. \"Criteria validation error\")"
3920
- },
3921
- {
3922
- "name": "body",
3923
- "type": {
3924
- "text": "string"
3925
- },
3926
- "description": "Error message to display"
3927
- },
3928
- {
3929
- "name": "tagName",
3930
- "type": {
3931
- "text": "string"
3932
- },
3933
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3934
- }
3935
- ],
3936
- "description": "Shows a criteria error as a toast notification."
3937
- }
3938
- ],
3939
- "exports": [
3940
- {
3941
- "kind": "js",
3942
- "name": "formatValidationErrors",
3943
- "declaration": {
3944
- "name": "formatValidationErrors",
3945
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3946
- }
3947
- },
3948
- {
3949
- "kind": "js",
3950
- "name": "showCriteriaError",
3951
- "declaration": {
3952
- "name": "showCriteriaError",
3953
- "module": "src/ai-criteria-search/validation-error-notification.ts"
3953
+ "package": "./accordion"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -37835,188 +37835,6 @@
37835
37835
  }
37836
37836
  ]
37837
37837
  },
37838
- {
37839
- "kind": "javascript-module",
37840
- "path": "src/progress-ring/index.ts",
37841
- "declarations": [],
37842
- "exports": [
37843
- {
37844
- "kind": "js",
37845
- "name": "*",
37846
- "declaration": {
37847
- "name": "*",
37848
- "package": "./progress-ring.template"
37849
- }
37850
- },
37851
- {
37852
- "kind": "js",
37853
- "name": "*",
37854
- "declaration": {
37855
- "name": "*",
37856
- "package": "./progress-ring.styles"
37857
- }
37858
- },
37859
- {
37860
- "kind": "js",
37861
- "name": "*",
37862
- "declaration": {
37863
- "name": "*",
37864
- "package": "./progress-ring"
37865
- }
37866
- }
37867
- ]
37868
- },
37869
- {
37870
- "kind": "javascript-module",
37871
- "path": "src/progress-ring/progress-ring.styles.ts",
37872
- "declarations": [
37873
- {
37874
- "kind": "function",
37875
- "name": "foundationProgressRingStyles",
37876
- "return": {
37877
- "type": {
37878
- "text": "ElementStyles"
37879
- }
37880
- },
37881
- "parameters": [
37882
- {
37883
- "name": "context",
37884
- "type": {
37885
- "text": "ElementDefinitionContext"
37886
- }
37887
- },
37888
- {
37889
- "name": "definition",
37890
- "type": {
37891
- "text": "ProgressRingOptions"
37892
- }
37893
- }
37894
- ]
37895
- }
37896
- ],
37897
- "exports": [
37898
- {
37899
- "kind": "js",
37900
- "name": "foundationProgressRingStyles",
37901
- "declaration": {
37902
- "name": "foundationProgressRingStyles",
37903
- "module": "src/progress-ring/progress-ring.styles.ts"
37904
- }
37905
- }
37906
- ]
37907
- },
37908
- {
37909
- "kind": "javascript-module",
37910
- "path": "src/progress-ring/progress-ring.template.ts",
37911
- "declarations": [
37912
- {
37913
- "kind": "function",
37914
- "name": "foundationProgressRingTemplate",
37915
- "return": {
37916
- "type": {
37917
- "text": "ViewTemplate<ProgressRing>"
37918
- }
37919
- },
37920
- "parameters": [
37921
- {
37922
- "name": "context",
37923
- "type": {
37924
- "text": "ElementDefinitionContext"
37925
- }
37926
- },
37927
- {
37928
- "name": "definition",
37929
- "type": {
37930
- "text": "ProgressRingOptions"
37931
- }
37932
- }
37933
- ]
37934
- }
37935
- ],
37936
- "exports": [
37937
- {
37938
- "kind": "js",
37939
- "name": "foundationProgressRingTemplate",
37940
- "declaration": {
37941
- "name": "foundationProgressRingTemplate",
37942
- "module": "src/progress-ring/progress-ring.template.ts"
37943
- }
37944
- }
37945
- ]
37946
- },
37947
- {
37948
- "kind": "javascript-module",
37949
- "path": "src/progress-ring/progress-ring.ts",
37950
- "declarations": [
37951
- {
37952
- "kind": "class",
37953
- "description": "",
37954
- "name": "ProgressRing",
37955
- "superclass": {
37956
- "name": "FASTProgressRing",
37957
- "package": "@microsoft/fast-components"
37958
- },
37959
- "tagName": "%%prefix%%-progress-ring",
37960
- "customElement": true
37961
- },
37962
- {
37963
- "kind": "variable",
37964
- "name": "foundationProgressRingShadowOptions",
37965
- "type": {
37966
- "text": "ShadowRootInit"
37967
- },
37968
- "default": "undefined"
37969
- },
37970
- {
37971
- "kind": "variable",
37972
- "name": "defaultProgressRingConfig",
37973
- "type": {
37974
- "text": "object"
37975
- },
37976
- "default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
37977
- },
37978
- {
37979
- "kind": "variable",
37980
- "name": "foundationProgressRing",
37981
- "description": "The Foundation Progress Ring",
37982
- "privacy": "public"
37983
- }
37984
- ],
37985
- "exports": [
37986
- {
37987
- "kind": "js",
37988
- "name": "ProgressRing",
37989
- "declaration": {
37990
- "name": "ProgressRing",
37991
- "module": "src/progress-ring/progress-ring.ts"
37992
- }
37993
- },
37994
- {
37995
- "kind": "js",
37996
- "name": "foundationProgressRingShadowOptions",
37997
- "declaration": {
37998
- "name": "foundationProgressRingShadowOptions",
37999
- "module": "src/progress-ring/progress-ring.ts"
38000
- }
38001
- },
38002
- {
38003
- "kind": "js",
38004
- "name": "defaultProgressRingConfig",
38005
- "declaration": {
38006
- "name": "defaultProgressRingConfig",
38007
- "module": "src/progress-ring/progress-ring.ts"
38008
- }
38009
- },
38010
- {
38011
- "kind": "js",
38012
- "name": "foundationProgressRing",
38013
- "declaration": {
38014
- "name": "foundationProgressRing",
38015
- "module": "src/progress-ring/progress-ring.ts"
38016
- }
38017
- }
38018
- ]
38019
- },
38020
37838
  {
38021
37839
  "kind": "javascript-module",
38022
37840
  "path": "src/radio/index.ts",
@@ -39093,6 +38911,553 @@
39093
38911
  }
39094
38912
  ]
39095
38913
  },
38914
+ {
38915
+ "kind": "javascript-module",
38916
+ "path": "src/progress-ring/index.ts",
38917
+ "declarations": [],
38918
+ "exports": [
38919
+ {
38920
+ "kind": "js",
38921
+ "name": "*",
38922
+ "declaration": {
38923
+ "name": "*",
38924
+ "package": "./progress-ring.template"
38925
+ }
38926
+ },
38927
+ {
38928
+ "kind": "js",
38929
+ "name": "*",
38930
+ "declaration": {
38931
+ "name": "*",
38932
+ "package": "./progress-ring.styles"
38933
+ }
38934
+ },
38935
+ {
38936
+ "kind": "js",
38937
+ "name": "*",
38938
+ "declaration": {
38939
+ "name": "*",
38940
+ "package": "./progress-ring"
38941
+ }
38942
+ }
38943
+ ]
38944
+ },
38945
+ {
38946
+ "kind": "javascript-module",
38947
+ "path": "src/progress-ring/progress-ring.styles.ts",
38948
+ "declarations": [
38949
+ {
38950
+ "kind": "function",
38951
+ "name": "foundationProgressRingStyles",
38952
+ "return": {
38953
+ "type": {
38954
+ "text": "ElementStyles"
38955
+ }
38956
+ },
38957
+ "parameters": [
38958
+ {
38959
+ "name": "context",
38960
+ "type": {
38961
+ "text": "ElementDefinitionContext"
38962
+ }
38963
+ },
38964
+ {
38965
+ "name": "definition",
38966
+ "type": {
38967
+ "text": "ProgressRingOptions"
38968
+ }
38969
+ }
38970
+ ]
38971
+ }
38972
+ ],
38973
+ "exports": [
38974
+ {
38975
+ "kind": "js",
38976
+ "name": "foundationProgressRingStyles",
38977
+ "declaration": {
38978
+ "name": "foundationProgressRingStyles",
38979
+ "module": "src/progress-ring/progress-ring.styles.ts"
38980
+ }
38981
+ }
38982
+ ]
38983
+ },
38984
+ {
38985
+ "kind": "javascript-module",
38986
+ "path": "src/progress-ring/progress-ring.template.ts",
38987
+ "declarations": [
38988
+ {
38989
+ "kind": "function",
38990
+ "name": "foundationProgressRingTemplate",
38991
+ "return": {
38992
+ "type": {
38993
+ "text": "ViewTemplate<ProgressRing>"
38994
+ }
38995
+ },
38996
+ "parameters": [
38997
+ {
38998
+ "name": "context",
38999
+ "type": {
39000
+ "text": "ElementDefinitionContext"
39001
+ }
39002
+ },
39003
+ {
39004
+ "name": "definition",
39005
+ "type": {
39006
+ "text": "ProgressRingOptions"
39007
+ }
39008
+ }
39009
+ ]
39010
+ }
39011
+ ],
39012
+ "exports": [
39013
+ {
39014
+ "kind": "js",
39015
+ "name": "foundationProgressRingTemplate",
39016
+ "declaration": {
39017
+ "name": "foundationProgressRingTemplate",
39018
+ "module": "src/progress-ring/progress-ring.template.ts"
39019
+ }
39020
+ }
39021
+ ]
39022
+ },
39023
+ {
39024
+ "kind": "javascript-module",
39025
+ "path": "src/progress-ring/progress-ring.ts",
39026
+ "declarations": [
39027
+ {
39028
+ "kind": "class",
39029
+ "description": "",
39030
+ "name": "ProgressRing",
39031
+ "superclass": {
39032
+ "name": "FASTProgressRing",
39033
+ "package": "@microsoft/fast-components"
39034
+ },
39035
+ "tagName": "%%prefix%%-progress-ring",
39036
+ "customElement": true
39037
+ },
39038
+ {
39039
+ "kind": "variable",
39040
+ "name": "foundationProgressRingShadowOptions",
39041
+ "type": {
39042
+ "text": "ShadowRootInit"
39043
+ },
39044
+ "default": "undefined"
39045
+ },
39046
+ {
39047
+ "kind": "variable",
39048
+ "name": "defaultProgressRingConfig",
39049
+ "type": {
39050
+ "text": "object"
39051
+ },
39052
+ "default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
39053
+ },
39054
+ {
39055
+ "kind": "variable",
39056
+ "name": "foundationProgressRing",
39057
+ "description": "The Foundation Progress Ring",
39058
+ "privacy": "public"
39059
+ }
39060
+ ],
39061
+ "exports": [
39062
+ {
39063
+ "kind": "js",
39064
+ "name": "ProgressRing",
39065
+ "declaration": {
39066
+ "name": "ProgressRing",
39067
+ "module": "src/progress-ring/progress-ring.ts"
39068
+ }
39069
+ },
39070
+ {
39071
+ "kind": "js",
39072
+ "name": "foundationProgressRingShadowOptions",
39073
+ "declaration": {
39074
+ "name": "foundationProgressRingShadowOptions",
39075
+ "module": "src/progress-ring/progress-ring.ts"
39076
+ }
39077
+ },
39078
+ {
39079
+ "kind": "js",
39080
+ "name": "defaultProgressRingConfig",
39081
+ "declaration": {
39082
+ "name": "defaultProgressRingConfig",
39083
+ "module": "src/progress-ring/progress-ring.ts"
39084
+ }
39085
+ },
39086
+ {
39087
+ "kind": "js",
39088
+ "name": "foundationProgressRing",
39089
+ "declaration": {
39090
+ "name": "foundationProgressRing",
39091
+ "module": "src/progress-ring/progress-ring.ts"
39092
+ }
39093
+ }
39094
+ ]
39095
+ },
39096
+ {
39097
+ "kind": "javascript-module",
39098
+ "path": "src/scheduler/index.ts",
39099
+ "declarations": [],
39100
+ "exports": [
39101
+ {
39102
+ "kind": "js",
39103
+ "name": "*",
39104
+ "declaration": {
39105
+ "name": "*",
39106
+ "package": "./scheduler"
39107
+ }
39108
+ },
39109
+ {
39110
+ "kind": "js",
39111
+ "name": "*",
39112
+ "declaration": {
39113
+ "name": "*",
39114
+ "package": "./scheduler.styles"
39115
+ }
39116
+ },
39117
+ {
39118
+ "kind": "js",
39119
+ "name": "*",
39120
+ "declaration": {
39121
+ "name": "*",
39122
+ "package": "./scheduler.template"
39123
+ }
39124
+ }
39125
+ ]
39126
+ },
39127
+ {
39128
+ "kind": "javascript-module",
39129
+ "path": "src/scheduler/scheduler.styles.ts",
39130
+ "declarations": [
39131
+ {
39132
+ "kind": "variable",
39133
+ "name": "schedulerStyles",
39134
+ "type": {
39135
+ "text": "ElementStyles"
39136
+ },
39137
+ "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
39138
+ }
39139
+ ],
39140
+ "exports": [
39141
+ {
39142
+ "kind": "js",
39143
+ "name": "schedulerStyles",
39144
+ "declaration": {
39145
+ "name": "schedulerStyles",
39146
+ "module": "src/scheduler/scheduler.styles.ts"
39147
+ }
39148
+ }
39149
+ ]
39150
+ },
39151
+ {
39152
+ "kind": "javascript-module",
39153
+ "path": "src/scheduler/scheduler.template.ts",
39154
+ "declarations": [
39155
+ {
39156
+ "kind": "function",
39157
+ "name": "getPrefixedScheduler",
39158
+ "parameters": [
39159
+ {
39160
+ "name": "prefix",
39161
+ "type": {
39162
+ "text": "string"
39163
+ }
39164
+ }
39165
+ ]
39166
+ },
39167
+ {
39168
+ "kind": "variable",
39169
+ "name": "foundationSchedulerTemplate",
39170
+ "default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
39171
+ }
39172
+ ],
39173
+ "exports": [
39174
+ {
39175
+ "kind": "js",
39176
+ "name": "getPrefixedScheduler",
39177
+ "declaration": {
39178
+ "name": "getPrefixedScheduler",
39179
+ "module": "src/scheduler/scheduler.template.ts"
39180
+ }
39181
+ },
39182
+ {
39183
+ "kind": "js",
39184
+ "name": "foundationSchedulerTemplate",
39185
+ "declaration": {
39186
+ "name": "foundationSchedulerTemplate",
39187
+ "module": "src/scheduler/scheduler.template.ts"
39188
+ }
39189
+ }
39190
+ ]
39191
+ },
39192
+ {
39193
+ "kind": "javascript-module",
39194
+ "path": "src/scheduler/scheduler.ts",
39195
+ "declarations": [
39196
+ {
39197
+ "kind": "class",
39198
+ "description": "",
39199
+ "name": "Scheduler",
39200
+ "members": [
39201
+ {
39202
+ "kind": "field",
39203
+ "name": "minMinuteInterval",
39204
+ "type": {
39205
+ "text": "number"
39206
+ }
39207
+ },
39208
+ {
39209
+ "kind": "field",
39210
+ "name": "disableTooltips",
39211
+ "type": {
39212
+ "text": "boolean"
39213
+ },
39214
+ "default": "false"
39215
+ },
39216
+ {
39217
+ "kind": "field",
39218
+ "name": "timezone",
39219
+ "type": {
39220
+ "text": "string"
39221
+ },
39222
+ "default": "''"
39223
+ },
39224
+ {
39225
+ "kind": "field",
39226
+ "name": "cron",
39227
+ "type": {
39228
+ "text": "string"
39229
+ },
39230
+ "default": "''"
39231
+ },
39232
+ {
39233
+ "kind": "field",
39234
+ "name": "cronConfig",
39235
+ "type": {
39236
+ "text": "CronConfig"
39237
+ }
39238
+ },
39239
+ {
39240
+ "kind": "method",
39241
+ "name": "cronConfigChanged"
39242
+ },
39243
+ {
39244
+ "kind": "method",
39245
+ "name": "handleChange",
39246
+ "parameters": [
39247
+ {
39248
+ "name": "event",
39249
+ "type": {
39250
+ "text": "CustomEvent"
39251
+ }
39252
+ },
39253
+ {
39254
+ "name": "key",
39255
+ "type": {
39256
+ "text": "string"
39257
+ }
39258
+ }
39259
+ ]
39260
+ },
39261
+ {
39262
+ "kind": "field",
39263
+ "name": "_presentation",
39264
+ "type": {
39265
+ "text": "ComponentPresentation | null | undefined"
39266
+ },
39267
+ "privacy": "private",
39268
+ "default": "void 0",
39269
+ "inheritedFrom": {
39270
+ "name": "FoundationElement",
39271
+ "module": "src/foundation-element/foundation-element.ts"
39272
+ }
39273
+ },
39274
+ {
39275
+ "kind": "field",
39276
+ "name": "$presentation",
39277
+ "type": {
39278
+ "text": "ComponentPresentation | null"
39279
+ },
39280
+ "privacy": "public",
39281
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39282
+ "inheritedFrom": {
39283
+ "name": "FoundationElement",
39284
+ "module": "src/foundation-element/foundation-element.ts"
39285
+ }
39286
+ },
39287
+ {
39288
+ "kind": "field",
39289
+ "name": "template",
39290
+ "type": {
39291
+ "text": "ElementViewTemplate | void | null"
39292
+ },
39293
+ "privacy": "public",
39294
+ "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.",
39295
+ "inheritedFrom": {
39296
+ "name": "FoundationElement",
39297
+ "module": "src/foundation-element/foundation-element.ts"
39298
+ }
39299
+ },
39300
+ {
39301
+ "kind": "method",
39302
+ "name": "templateChanged",
39303
+ "privacy": "protected",
39304
+ "return": {
39305
+ "type": {
39306
+ "text": "void"
39307
+ }
39308
+ },
39309
+ "inheritedFrom": {
39310
+ "name": "FoundationElement",
39311
+ "module": "src/foundation-element/foundation-element.ts"
39312
+ }
39313
+ },
39314
+ {
39315
+ "kind": "field",
39316
+ "name": "styles",
39317
+ "type": {
39318
+ "text": "ElementStyles | void | null"
39319
+ },
39320
+ "privacy": "public",
39321
+ "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.",
39322
+ "inheritedFrom": {
39323
+ "name": "FoundationElement",
39324
+ "module": "src/foundation-element/foundation-element.ts"
39325
+ }
39326
+ },
39327
+ {
39328
+ "kind": "method",
39329
+ "name": "stylesChanged",
39330
+ "privacy": "protected",
39331
+ "return": {
39332
+ "type": {
39333
+ "text": "void"
39334
+ }
39335
+ },
39336
+ "inheritedFrom": {
39337
+ "name": "FoundationElement",
39338
+ "module": "src/foundation-element/foundation-element.ts"
39339
+ }
39340
+ },
39341
+ {
39342
+ "kind": "method",
39343
+ "name": "compose",
39344
+ "privacy": "public",
39345
+ "static": true,
39346
+ "return": {
39347
+ "type": {
39348
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39349
+ }
39350
+ },
39351
+ "parameters": [
39352
+ {
39353
+ "name": "this",
39354
+ "type": {
39355
+ "text": "K"
39356
+ }
39357
+ },
39358
+ {
39359
+ "name": "elementDefinition",
39360
+ "type": {
39361
+ "text": "T"
39362
+ },
39363
+ "description": "The definition of the element to create the registry\nfunction for."
39364
+ }
39365
+ ],
39366
+ "description": "Defines an element registry function with a set of element definition defaults.",
39367
+ "inheritedFrom": {
39368
+ "name": "FoundationElement",
39369
+ "module": "src/foundation-element/foundation-element.ts"
39370
+ }
39371
+ }
39372
+ ],
39373
+ "events": [
39374
+ {
39375
+ "description": "Fired when timezone or cron expression changes",
39376
+ "name": "change"
39377
+ }
39378
+ ],
39379
+ "attributes": [
39380
+ {
39381
+ "name": "min-minute-interval",
39382
+ "type": {
39383
+ "text": "number"
39384
+ },
39385
+ "fieldName": "minMinuteInterval"
39386
+ },
39387
+ {
39388
+ "name": "disable-tooltips",
39389
+ "type": {
39390
+ "text": "boolean"
39391
+ },
39392
+ "default": "false",
39393
+ "fieldName": "disableTooltips"
39394
+ }
39395
+ ],
39396
+ "superclass": {
39397
+ "name": "FoundationElement",
39398
+ "package": "@microsoft/fast-foundation"
39399
+ },
39400
+ "tagName": "%%prefix%%-scheduler",
39401
+ "customElement": true
39402
+ },
39403
+ {
39404
+ "kind": "variable",
39405
+ "name": "foundationSchedulerShadowOptions",
39406
+ "type": {
39407
+ "text": "ShadowRootInit"
39408
+ },
39409
+ "default": "undefined"
39410
+ },
39411
+ {
39412
+ "kind": "variable",
39413
+ "name": "defaultConfig",
39414
+ "type": {
39415
+ "text": "object"
39416
+ },
39417
+ "default": "{}"
39418
+ },
39419
+ {
39420
+ "kind": "variable",
39421
+ "name": "foundationScheduler",
39422
+ "description": "The Foundation Scheduler Element.",
39423
+ "privacy": "public"
39424
+ }
39425
+ ],
39426
+ "exports": [
39427
+ {
39428
+ "kind": "js",
39429
+ "name": "Scheduler",
39430
+ "declaration": {
39431
+ "name": "Scheduler",
39432
+ "module": "src/scheduler/scheduler.ts"
39433
+ }
39434
+ },
39435
+ {
39436
+ "kind": "js",
39437
+ "name": "foundationSchedulerShadowOptions",
39438
+ "declaration": {
39439
+ "name": "foundationSchedulerShadowOptions",
39440
+ "module": "src/scheduler/scheduler.ts"
39441
+ }
39442
+ },
39443
+ {
39444
+ "kind": "js",
39445
+ "name": "defaultConfig",
39446
+ "declaration": {
39447
+ "name": "defaultConfig",
39448
+ "module": "src/scheduler/scheduler.ts"
39449
+ }
39450
+ },
39451
+ {
39452
+ "kind": "js",
39453
+ "name": "foundationScheduler",
39454
+ "declaration": {
39455
+ "name": "foundationScheduler",
39456
+ "module": "src/scheduler/scheduler.ts"
39457
+ }
39458
+ }
39459
+ ]
39460
+ },
39096
39461
  {
39097
39462
  "kind": "javascript-module",
39098
39463
  "path": "src/router/configuration.ts",
@@ -39943,371 +40308,6 @@
39943
40308
  }
39944
40309
  ]
39945
40310
  },
39946
- {
39947
- "kind": "javascript-module",
39948
- "path": "src/scheduler/index.ts",
39949
- "declarations": [],
39950
- "exports": [
39951
- {
39952
- "kind": "js",
39953
- "name": "*",
39954
- "declaration": {
39955
- "name": "*",
39956
- "package": "./scheduler"
39957
- }
39958
- },
39959
- {
39960
- "kind": "js",
39961
- "name": "*",
39962
- "declaration": {
39963
- "name": "*",
39964
- "package": "./scheduler.styles"
39965
- }
39966
- },
39967
- {
39968
- "kind": "js",
39969
- "name": "*",
39970
- "declaration": {
39971
- "name": "*",
39972
- "package": "./scheduler.template"
39973
- }
39974
- }
39975
- ]
39976
- },
39977
- {
39978
- "kind": "javascript-module",
39979
- "path": "src/scheduler/scheduler.styles.ts",
39980
- "declarations": [
39981
- {
39982
- "kind": "variable",
39983
- "name": "schedulerStyles",
39984
- "type": {
39985
- "text": "ElementStyles"
39986
- },
39987
- "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
39988
- }
39989
- ],
39990
- "exports": [
39991
- {
39992
- "kind": "js",
39993
- "name": "schedulerStyles",
39994
- "declaration": {
39995
- "name": "schedulerStyles",
39996
- "module": "src/scheduler/scheduler.styles.ts"
39997
- }
39998
- }
39999
- ]
40000
- },
40001
- {
40002
- "kind": "javascript-module",
40003
- "path": "src/scheduler/scheduler.template.ts",
40004
- "declarations": [
40005
- {
40006
- "kind": "function",
40007
- "name": "getPrefixedScheduler",
40008
- "parameters": [
40009
- {
40010
- "name": "prefix",
40011
- "type": {
40012
- "text": "string"
40013
- }
40014
- }
40015
- ]
40016
- },
40017
- {
40018
- "kind": "variable",
40019
- "name": "foundationSchedulerTemplate",
40020
- "default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
40021
- }
40022
- ],
40023
- "exports": [
40024
- {
40025
- "kind": "js",
40026
- "name": "getPrefixedScheduler",
40027
- "declaration": {
40028
- "name": "getPrefixedScheduler",
40029
- "module": "src/scheduler/scheduler.template.ts"
40030
- }
40031
- },
40032
- {
40033
- "kind": "js",
40034
- "name": "foundationSchedulerTemplate",
40035
- "declaration": {
40036
- "name": "foundationSchedulerTemplate",
40037
- "module": "src/scheduler/scheduler.template.ts"
40038
- }
40039
- }
40040
- ]
40041
- },
40042
- {
40043
- "kind": "javascript-module",
40044
- "path": "src/scheduler/scheduler.ts",
40045
- "declarations": [
40046
- {
40047
- "kind": "class",
40048
- "description": "",
40049
- "name": "Scheduler",
40050
- "members": [
40051
- {
40052
- "kind": "field",
40053
- "name": "minMinuteInterval",
40054
- "type": {
40055
- "text": "number"
40056
- }
40057
- },
40058
- {
40059
- "kind": "field",
40060
- "name": "disableTooltips",
40061
- "type": {
40062
- "text": "boolean"
40063
- },
40064
- "default": "false"
40065
- },
40066
- {
40067
- "kind": "field",
40068
- "name": "timezone",
40069
- "type": {
40070
- "text": "string"
40071
- },
40072
- "default": "''"
40073
- },
40074
- {
40075
- "kind": "field",
40076
- "name": "cron",
40077
- "type": {
40078
- "text": "string"
40079
- },
40080
- "default": "''"
40081
- },
40082
- {
40083
- "kind": "field",
40084
- "name": "cronConfig",
40085
- "type": {
40086
- "text": "CronConfig"
40087
- }
40088
- },
40089
- {
40090
- "kind": "method",
40091
- "name": "cronConfigChanged"
40092
- },
40093
- {
40094
- "kind": "method",
40095
- "name": "handleChange",
40096
- "parameters": [
40097
- {
40098
- "name": "event",
40099
- "type": {
40100
- "text": "CustomEvent"
40101
- }
40102
- },
40103
- {
40104
- "name": "key",
40105
- "type": {
40106
- "text": "string"
40107
- }
40108
- }
40109
- ]
40110
- },
40111
- {
40112
- "kind": "field",
40113
- "name": "_presentation",
40114
- "type": {
40115
- "text": "ComponentPresentation | null | undefined"
40116
- },
40117
- "privacy": "private",
40118
- "default": "void 0",
40119
- "inheritedFrom": {
40120
- "name": "FoundationElement",
40121
- "module": "src/foundation-element/foundation-element.ts"
40122
- }
40123
- },
40124
- {
40125
- "kind": "field",
40126
- "name": "$presentation",
40127
- "type": {
40128
- "text": "ComponentPresentation | null"
40129
- },
40130
- "privacy": "public",
40131
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40132
- "inheritedFrom": {
40133
- "name": "FoundationElement",
40134
- "module": "src/foundation-element/foundation-element.ts"
40135
- }
40136
- },
40137
- {
40138
- "kind": "field",
40139
- "name": "template",
40140
- "type": {
40141
- "text": "ElementViewTemplate | void | null"
40142
- },
40143
- "privacy": "public",
40144
- "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.",
40145
- "inheritedFrom": {
40146
- "name": "FoundationElement",
40147
- "module": "src/foundation-element/foundation-element.ts"
40148
- }
40149
- },
40150
- {
40151
- "kind": "method",
40152
- "name": "templateChanged",
40153
- "privacy": "protected",
40154
- "return": {
40155
- "type": {
40156
- "text": "void"
40157
- }
40158
- },
40159
- "inheritedFrom": {
40160
- "name": "FoundationElement",
40161
- "module": "src/foundation-element/foundation-element.ts"
40162
- }
40163
- },
40164
- {
40165
- "kind": "field",
40166
- "name": "styles",
40167
- "type": {
40168
- "text": "ElementStyles | void | null"
40169
- },
40170
- "privacy": "public",
40171
- "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.",
40172
- "inheritedFrom": {
40173
- "name": "FoundationElement",
40174
- "module": "src/foundation-element/foundation-element.ts"
40175
- }
40176
- },
40177
- {
40178
- "kind": "method",
40179
- "name": "stylesChanged",
40180
- "privacy": "protected",
40181
- "return": {
40182
- "type": {
40183
- "text": "void"
40184
- }
40185
- },
40186
- "inheritedFrom": {
40187
- "name": "FoundationElement",
40188
- "module": "src/foundation-element/foundation-element.ts"
40189
- }
40190
- },
40191
- {
40192
- "kind": "method",
40193
- "name": "compose",
40194
- "privacy": "public",
40195
- "static": true,
40196
- "return": {
40197
- "type": {
40198
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
40199
- }
40200
- },
40201
- "parameters": [
40202
- {
40203
- "name": "this",
40204
- "type": {
40205
- "text": "K"
40206
- }
40207
- },
40208
- {
40209
- "name": "elementDefinition",
40210
- "type": {
40211
- "text": "T"
40212
- },
40213
- "description": "The definition of the element to create the registry\nfunction for."
40214
- }
40215
- ],
40216
- "description": "Defines an element registry function with a set of element definition defaults.",
40217
- "inheritedFrom": {
40218
- "name": "FoundationElement",
40219
- "module": "src/foundation-element/foundation-element.ts"
40220
- }
40221
- }
40222
- ],
40223
- "events": [
40224
- {
40225
- "description": "Fired when timezone or cron expression changes",
40226
- "name": "change"
40227
- }
40228
- ],
40229
- "attributes": [
40230
- {
40231
- "name": "min-minute-interval",
40232
- "type": {
40233
- "text": "number"
40234
- },
40235
- "fieldName": "minMinuteInterval"
40236
- },
40237
- {
40238
- "name": "disable-tooltips",
40239
- "type": {
40240
- "text": "boolean"
40241
- },
40242
- "default": "false",
40243
- "fieldName": "disableTooltips"
40244
- }
40245
- ],
40246
- "superclass": {
40247
- "name": "FoundationElement",
40248
- "package": "@microsoft/fast-foundation"
40249
- },
40250
- "tagName": "%%prefix%%-scheduler",
40251
- "customElement": true
40252
- },
40253
- {
40254
- "kind": "variable",
40255
- "name": "foundationSchedulerShadowOptions",
40256
- "type": {
40257
- "text": "ShadowRootInit"
40258
- },
40259
- "default": "undefined"
40260
- },
40261
- {
40262
- "kind": "variable",
40263
- "name": "defaultConfig",
40264
- "type": {
40265
- "text": "object"
40266
- },
40267
- "default": "{}"
40268
- },
40269
- {
40270
- "kind": "variable",
40271
- "name": "foundationScheduler",
40272
- "description": "The Foundation Scheduler Element.",
40273
- "privacy": "public"
40274
- }
40275
- ],
40276
- "exports": [
40277
- {
40278
- "kind": "js",
40279
- "name": "Scheduler",
40280
- "declaration": {
40281
- "name": "Scheduler",
40282
- "module": "src/scheduler/scheduler.ts"
40283
- }
40284
- },
40285
- {
40286
- "kind": "js",
40287
- "name": "foundationSchedulerShadowOptions",
40288
- "declaration": {
40289
- "name": "foundationSchedulerShadowOptions",
40290
- "module": "src/scheduler/scheduler.ts"
40291
- }
40292
- },
40293
- {
40294
- "kind": "js",
40295
- "name": "defaultConfig",
40296
- "declaration": {
40297
- "name": "defaultConfig",
40298
- "module": "src/scheduler/scheduler.ts"
40299
- }
40300
- },
40301
- {
40302
- "kind": "js",
40303
- "name": "foundationScheduler",
40304
- "declaration": {
40305
- "name": "foundationScheduler",
40306
- "module": "src/scheduler/scheduler.ts"
40307
- }
40308
- }
40309
- ]
40310
- },
40311
40311
  {
40312
40312
  "kind": "javascript-module",
40313
40313
  "path": "src/scheduler-cron-builder/helpers.ts",
@@ -46886,479 +46886,6 @@
46886
46886
  }
46887
46887
  ]
46888
46888
  },
46889
- {
46890
- "kind": "javascript-module",
46891
- "path": "src/snackbar/index.ts",
46892
- "declarations": [],
46893
- "exports": [
46894
- {
46895
- "kind": "js",
46896
- "name": "*",
46897
- "declaration": {
46898
- "name": "*",
46899
- "package": "./snackbar.types"
46900
- }
46901
- },
46902
- {
46903
- "kind": "js",
46904
- "name": "*",
46905
- "declaration": {
46906
- "name": "*",
46907
- "package": "./snackbar.config"
46908
- }
46909
- },
46910
- {
46911
- "kind": "js",
46912
- "name": "*",
46913
- "declaration": {
46914
- "name": "*",
46915
- "package": "./snackbar.styles"
46916
- }
46917
- },
46918
- {
46919
- "kind": "js",
46920
- "name": "*",
46921
- "declaration": {
46922
- "name": "*",
46923
- "package": "./snackbar.template"
46924
- }
46925
- },
46926
- {
46927
- "kind": "js",
46928
- "name": "*",
46929
- "declaration": {
46930
- "name": "*",
46931
- "package": "./snackbar"
46932
- }
46933
- }
46934
- ]
46935
- },
46936
- {
46937
- "kind": "javascript-module",
46938
- "path": "src/snackbar/snackbar.styles.ts",
46939
- "declarations": [
46940
- {
46941
- "kind": "variable",
46942
- "name": "foundationSnackbarStyles",
46943
- "type": {
46944
- "text": "ElementStyles"
46945
- },
46946
- "default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n white-space: pre-line;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
46947
- }
46948
- ],
46949
- "exports": [
46950
- {
46951
- "kind": "js",
46952
- "name": "foundationSnackbarStyles",
46953
- "declaration": {
46954
- "name": "foundationSnackbarStyles",
46955
- "module": "src/snackbar/snackbar.styles.ts"
46956
- }
46957
- }
46958
- ]
46959
- },
46960
- {
46961
- "kind": "javascript-module",
46962
- "path": "src/snackbar/snackbar.template.ts",
46963
- "declarations": [
46964
- {
46965
- "kind": "function",
46966
- "name": "getPrefixedSnackbar",
46967
- "parameters": [
46968
- {
46969
- "name": "prefix",
46970
- "type": {
46971
- "text": "string"
46972
- }
46973
- }
46974
- ]
46975
- },
46976
- {
46977
- "kind": "variable",
46978
- "name": "foundationSnackbarTemplate",
46979
- "default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
46980
- }
46981
- ],
46982
- "exports": [
46983
- {
46984
- "kind": "js",
46985
- "name": "getPrefixedSnackbar",
46986
- "declaration": {
46987
- "name": "getPrefixedSnackbar",
46988
- "module": "src/snackbar/snackbar.template.ts"
46989
- }
46990
- },
46991
- {
46992
- "kind": "js",
46993
- "name": "foundationSnackbarTemplate",
46994
- "declaration": {
46995
- "name": "foundationSnackbarTemplate",
46996
- "module": "src/snackbar/snackbar.template.ts"
46997
- }
46998
- }
46999
- ]
47000
- },
47001
- {
47002
- "kind": "javascript-module",
47003
- "path": "src/snackbar/snackbar.ts",
47004
- "declarations": [
47005
- {
47006
- "kind": "variable",
47007
- "name": "foundationSnackbarShadowOptions",
47008
- "type": {
47009
- "text": "ShadowRootInit"
47010
- },
47011
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
47012
- },
47013
- {
47014
- "kind": "class",
47015
- "description": "",
47016
- "name": "Snackbar",
47017
- "members": [
47018
- {
47019
- "kind": "field",
47020
- "name": "snackbar",
47021
- "type": {
47022
- "text": "HTMLElement"
47023
- },
47024
- "privacy": "public"
47025
- },
47026
- {
47027
- "kind": "field",
47028
- "name": "error",
47029
- "type": {
47030
- "text": "ErrorStructure"
47031
- }
47032
- },
47033
- {
47034
- "kind": "field",
47035
- "name": "notification",
47036
- "type": {
47037
- "text": "NotificationStructure"
47038
- }
47039
- },
47040
- {
47041
- "kind": "field",
47042
- "name": "deleteAnimation",
47043
- "type": {
47044
- "text": "string"
47045
- },
47046
- "default": "''"
47047
- },
47048
- {
47049
- "kind": "field",
47050
- "name": "identifier",
47051
- "type": {
47052
- "text": "string"
47053
- }
47054
- },
47055
- {
47056
- "kind": "field",
47057
- "name": "closeTimeout",
47058
- "type": {
47059
- "text": "number"
47060
- },
47061
- "default": "SNACKBAR_CLOSE_TIMEOUT"
47062
- },
47063
- {
47064
- "kind": "field",
47065
- "name": "autoClose",
47066
- "type": {
47067
- "text": "boolean"
47068
- },
47069
- "default": "true"
47070
- },
47071
- {
47072
- "kind": "method",
47073
- "name": "autoCloseChanged"
47074
- },
47075
- {
47076
- "kind": "field",
47077
- "name": "type",
47078
- "type": {
47079
- "text": "SnackbarType"
47080
- },
47081
- "default": "SNACKBAR_TYPE_DEFAULT"
47082
- },
47083
- {
47084
- "kind": "field",
47085
- "name": "timeoutRef",
47086
- "type": {
47087
- "text": "ReturnType<typeof setTimeout>"
47088
- },
47089
- "privacy": "private"
47090
- },
47091
- {
47092
- "kind": "field",
47093
- "name": "dismissEventListener",
47094
- "privacy": "private"
47095
- },
47096
- {
47097
- "kind": "method",
47098
- "name": "errorChanged",
47099
- "parameters": [
47100
- {
47101
- "name": "oldValue",
47102
- "type": {
47103
- "text": "ErrorStructure"
47104
- }
47105
- },
47106
- {
47107
- "name": "newValue",
47108
- "type": {
47109
- "text": "ErrorStructure"
47110
- }
47111
- }
47112
- ]
47113
- },
47114
- {
47115
- "kind": "method",
47116
- "name": "notificationChanged",
47117
- "parameters": [
47118
- {
47119
- "name": "oldValue",
47120
- "type": {
47121
- "text": "NotificationStructure"
47122
- }
47123
- },
47124
- {
47125
- "name": "newValue",
47126
- "type": {
47127
- "text": "NotificationStructure"
47128
- }
47129
- }
47130
- ]
47131
- },
47132
- {
47133
- "kind": "method",
47134
- "name": "handleDissmis",
47135
- "privacy": "public",
47136
- "parameters": [
47137
- {
47138
- "name": "autoDissmis",
47139
- "default": "false",
47140
- "type": {
47141
- "text": "boolean"
47142
- }
47143
- }
47144
- ],
47145
- "description": "Helper for remove snackbar from display with animation"
47146
- },
47147
- {
47148
- "kind": "method",
47149
- "name": "dismiss",
47150
- "privacy": "public",
47151
- "description": "Remove the snackbar from display."
47152
- },
47153
- {
47154
- "kind": "field",
47155
- "name": "_presentation",
47156
- "type": {
47157
- "text": "ComponentPresentation | null | undefined"
47158
- },
47159
- "privacy": "private",
47160
- "default": "void 0",
47161
- "inheritedFrom": {
47162
- "name": "FoundationElement",
47163
- "module": "src/foundation-element/foundation-element.ts"
47164
- }
47165
- },
47166
- {
47167
- "kind": "field",
47168
- "name": "$presentation",
47169
- "type": {
47170
- "text": "ComponentPresentation | null"
47171
- },
47172
- "privacy": "public",
47173
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
47174
- "inheritedFrom": {
47175
- "name": "FoundationElement",
47176
- "module": "src/foundation-element/foundation-element.ts"
47177
- }
47178
- },
47179
- {
47180
- "kind": "field",
47181
- "name": "template",
47182
- "type": {
47183
- "text": "ElementViewTemplate | void | null"
47184
- },
47185
- "privacy": "public",
47186
- "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.",
47187
- "inheritedFrom": {
47188
- "name": "FoundationElement",
47189
- "module": "src/foundation-element/foundation-element.ts"
47190
- }
47191
- },
47192
- {
47193
- "kind": "method",
47194
- "name": "templateChanged",
47195
- "privacy": "protected",
47196
- "return": {
47197
- "type": {
47198
- "text": "void"
47199
- }
47200
- },
47201
- "inheritedFrom": {
47202
- "name": "FoundationElement",
47203
- "module": "src/foundation-element/foundation-element.ts"
47204
- }
47205
- },
47206
- {
47207
- "kind": "field",
47208
- "name": "styles",
47209
- "type": {
47210
- "text": "ElementStyles | void | null"
47211
- },
47212
- "privacy": "public",
47213
- "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.",
47214
- "inheritedFrom": {
47215
- "name": "FoundationElement",
47216
- "module": "src/foundation-element/foundation-element.ts"
47217
- }
47218
- },
47219
- {
47220
- "kind": "method",
47221
- "name": "stylesChanged",
47222
- "privacy": "protected",
47223
- "return": {
47224
- "type": {
47225
- "text": "void"
47226
- }
47227
- },
47228
- "inheritedFrom": {
47229
- "name": "FoundationElement",
47230
- "module": "src/foundation-element/foundation-element.ts"
47231
- }
47232
- },
47233
- {
47234
- "kind": "method",
47235
- "name": "compose",
47236
- "privacy": "public",
47237
- "static": true,
47238
- "return": {
47239
- "type": {
47240
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
47241
- }
47242
- },
47243
- "parameters": [
47244
- {
47245
- "name": "this",
47246
- "type": {
47247
- "text": "K"
47248
- }
47249
- },
47250
- {
47251
- "name": "elementDefinition",
47252
- "type": {
47253
- "text": "T"
47254
- },
47255
- "description": "The definition of the element to create the registry\nfunction for."
47256
- }
47257
- ],
47258
- "description": "Defines an element registry function with a set of element definition defaults.",
47259
- "inheritedFrom": {
47260
- "name": "FoundationElement",
47261
- "module": "src/foundation-element/foundation-element.ts"
47262
- }
47263
- }
47264
- ],
47265
- "events": [
47266
- {
47267
- "type": {
47268
- "text": "CustomEvent"
47269
- }
47270
- },
47271
- {
47272
- "description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
47273
- "name": "autoDismiss"
47274
- }
47275
- ],
47276
- "attributes": [
47277
- {
47278
- "name": "identifier",
47279
- "type": {
47280
- "text": "string"
47281
- },
47282
- "fieldName": "identifier"
47283
- },
47284
- {
47285
- "name": "close-timeout",
47286
- "type": {
47287
- "text": "number"
47288
- },
47289
- "default": "SNACKBAR_CLOSE_TIMEOUT",
47290
- "resolveInitializer": {
47291
- "module": "/src/snackbar/snackbar.config"
47292
- },
47293
- "fieldName": "closeTimeout"
47294
- },
47295
- {
47296
- "name": "auto-close",
47297
- "type": {
47298
- "text": "boolean"
47299
- },
47300
- "default": "true",
47301
- "fieldName": "autoClose"
47302
- },
47303
- {
47304
- "name": "type",
47305
- "type": {
47306
- "text": "SnackbarType"
47307
- },
47308
- "default": "SNACKBAR_TYPE_DEFAULT",
47309
- "resolveInitializer": {
47310
- "module": "/src/snackbar/snackbar.config"
47311
- },
47312
- "fieldName": "type"
47313
- }
47314
- ],
47315
- "superclass": {
47316
- "name": "FoundationElement",
47317
- "package": "@microsoft/fast-foundation"
47318
- },
47319
- "tagName": "%%prefix%%-snackbar",
47320
- "customElement": true
47321
- },
47322
- {
47323
- "kind": "variable",
47324
- "name": "foundationSnackbar",
47325
- "description": "The Foundation Snackbar",
47326
- "privacy": "public"
47327
- }
47328
- ],
47329
- "exports": [
47330
- {
47331
- "kind": "js",
47332
- "name": "foundationSnackbarShadowOptions",
47333
- "declaration": {
47334
- "name": "foundationSnackbarShadowOptions",
47335
- "module": "src/snackbar/snackbar.ts"
47336
- }
47337
- },
47338
- {
47339
- "kind": "js",
47340
- "name": "Snackbar",
47341
- "declaration": {
47342
- "name": "Snackbar",
47343
- "module": "src/snackbar/snackbar.ts"
47344
- }
47345
- },
47346
- {
47347
- "kind": "js",
47348
- "name": "foundationSnackbar",
47349
- "declaration": {
47350
- "name": "foundationSnackbar",
47351
- "module": "src/snackbar/snackbar.ts"
47352
- }
47353
- }
47354
- ]
47355
- },
47356
- {
47357
- "kind": "javascript-module",
47358
- "path": "src/snackbar/snackbar.types.ts",
47359
- "declarations": [],
47360
- "exports": []
47361
- },
47362
46889
  {
47363
46890
  "kind": "javascript-module",
47364
46891
  "path": "src/stacking-icons/index.ts",
@@ -49001,6 +48528,479 @@
49001
48528
  }
49002
48529
  ]
49003
48530
  },
48531
+ {
48532
+ "kind": "javascript-module",
48533
+ "path": "src/snackbar/index.ts",
48534
+ "declarations": [],
48535
+ "exports": [
48536
+ {
48537
+ "kind": "js",
48538
+ "name": "*",
48539
+ "declaration": {
48540
+ "name": "*",
48541
+ "package": "./snackbar.types"
48542
+ }
48543
+ },
48544
+ {
48545
+ "kind": "js",
48546
+ "name": "*",
48547
+ "declaration": {
48548
+ "name": "*",
48549
+ "package": "./snackbar.config"
48550
+ }
48551
+ },
48552
+ {
48553
+ "kind": "js",
48554
+ "name": "*",
48555
+ "declaration": {
48556
+ "name": "*",
48557
+ "package": "./snackbar.styles"
48558
+ }
48559
+ },
48560
+ {
48561
+ "kind": "js",
48562
+ "name": "*",
48563
+ "declaration": {
48564
+ "name": "*",
48565
+ "package": "./snackbar.template"
48566
+ }
48567
+ },
48568
+ {
48569
+ "kind": "js",
48570
+ "name": "*",
48571
+ "declaration": {
48572
+ "name": "*",
48573
+ "package": "./snackbar"
48574
+ }
48575
+ }
48576
+ ]
48577
+ },
48578
+ {
48579
+ "kind": "javascript-module",
48580
+ "path": "src/snackbar/snackbar.styles.ts",
48581
+ "declarations": [
48582
+ {
48583
+ "kind": "variable",
48584
+ "name": "foundationSnackbarStyles",
48585
+ "type": {
48586
+ "text": "ElementStyles"
48587
+ },
48588
+ "default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n white-space: pre-line;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
48589
+ }
48590
+ ],
48591
+ "exports": [
48592
+ {
48593
+ "kind": "js",
48594
+ "name": "foundationSnackbarStyles",
48595
+ "declaration": {
48596
+ "name": "foundationSnackbarStyles",
48597
+ "module": "src/snackbar/snackbar.styles.ts"
48598
+ }
48599
+ }
48600
+ ]
48601
+ },
48602
+ {
48603
+ "kind": "javascript-module",
48604
+ "path": "src/snackbar/snackbar.template.ts",
48605
+ "declarations": [
48606
+ {
48607
+ "kind": "function",
48608
+ "name": "getPrefixedSnackbar",
48609
+ "parameters": [
48610
+ {
48611
+ "name": "prefix",
48612
+ "type": {
48613
+ "text": "string"
48614
+ }
48615
+ }
48616
+ ]
48617
+ },
48618
+ {
48619
+ "kind": "variable",
48620
+ "name": "foundationSnackbarTemplate",
48621
+ "default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
48622
+ }
48623
+ ],
48624
+ "exports": [
48625
+ {
48626
+ "kind": "js",
48627
+ "name": "getPrefixedSnackbar",
48628
+ "declaration": {
48629
+ "name": "getPrefixedSnackbar",
48630
+ "module": "src/snackbar/snackbar.template.ts"
48631
+ }
48632
+ },
48633
+ {
48634
+ "kind": "js",
48635
+ "name": "foundationSnackbarTemplate",
48636
+ "declaration": {
48637
+ "name": "foundationSnackbarTemplate",
48638
+ "module": "src/snackbar/snackbar.template.ts"
48639
+ }
48640
+ }
48641
+ ]
48642
+ },
48643
+ {
48644
+ "kind": "javascript-module",
48645
+ "path": "src/snackbar/snackbar.ts",
48646
+ "declarations": [
48647
+ {
48648
+ "kind": "variable",
48649
+ "name": "foundationSnackbarShadowOptions",
48650
+ "type": {
48651
+ "text": "ShadowRootInit"
48652
+ },
48653
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
48654
+ },
48655
+ {
48656
+ "kind": "class",
48657
+ "description": "",
48658
+ "name": "Snackbar",
48659
+ "members": [
48660
+ {
48661
+ "kind": "field",
48662
+ "name": "snackbar",
48663
+ "type": {
48664
+ "text": "HTMLElement"
48665
+ },
48666
+ "privacy": "public"
48667
+ },
48668
+ {
48669
+ "kind": "field",
48670
+ "name": "error",
48671
+ "type": {
48672
+ "text": "ErrorStructure"
48673
+ }
48674
+ },
48675
+ {
48676
+ "kind": "field",
48677
+ "name": "notification",
48678
+ "type": {
48679
+ "text": "NotificationStructure"
48680
+ }
48681
+ },
48682
+ {
48683
+ "kind": "field",
48684
+ "name": "deleteAnimation",
48685
+ "type": {
48686
+ "text": "string"
48687
+ },
48688
+ "default": "''"
48689
+ },
48690
+ {
48691
+ "kind": "field",
48692
+ "name": "identifier",
48693
+ "type": {
48694
+ "text": "string"
48695
+ }
48696
+ },
48697
+ {
48698
+ "kind": "field",
48699
+ "name": "closeTimeout",
48700
+ "type": {
48701
+ "text": "number"
48702
+ },
48703
+ "default": "SNACKBAR_CLOSE_TIMEOUT"
48704
+ },
48705
+ {
48706
+ "kind": "field",
48707
+ "name": "autoClose",
48708
+ "type": {
48709
+ "text": "boolean"
48710
+ },
48711
+ "default": "true"
48712
+ },
48713
+ {
48714
+ "kind": "method",
48715
+ "name": "autoCloseChanged"
48716
+ },
48717
+ {
48718
+ "kind": "field",
48719
+ "name": "type",
48720
+ "type": {
48721
+ "text": "SnackbarType"
48722
+ },
48723
+ "default": "SNACKBAR_TYPE_DEFAULT"
48724
+ },
48725
+ {
48726
+ "kind": "field",
48727
+ "name": "timeoutRef",
48728
+ "type": {
48729
+ "text": "ReturnType<typeof setTimeout>"
48730
+ },
48731
+ "privacy": "private"
48732
+ },
48733
+ {
48734
+ "kind": "field",
48735
+ "name": "dismissEventListener",
48736
+ "privacy": "private"
48737
+ },
48738
+ {
48739
+ "kind": "method",
48740
+ "name": "errorChanged",
48741
+ "parameters": [
48742
+ {
48743
+ "name": "oldValue",
48744
+ "type": {
48745
+ "text": "ErrorStructure"
48746
+ }
48747
+ },
48748
+ {
48749
+ "name": "newValue",
48750
+ "type": {
48751
+ "text": "ErrorStructure"
48752
+ }
48753
+ }
48754
+ ]
48755
+ },
48756
+ {
48757
+ "kind": "method",
48758
+ "name": "notificationChanged",
48759
+ "parameters": [
48760
+ {
48761
+ "name": "oldValue",
48762
+ "type": {
48763
+ "text": "NotificationStructure"
48764
+ }
48765
+ },
48766
+ {
48767
+ "name": "newValue",
48768
+ "type": {
48769
+ "text": "NotificationStructure"
48770
+ }
48771
+ }
48772
+ ]
48773
+ },
48774
+ {
48775
+ "kind": "method",
48776
+ "name": "handleDissmis",
48777
+ "privacy": "public",
48778
+ "parameters": [
48779
+ {
48780
+ "name": "autoDissmis",
48781
+ "default": "false",
48782
+ "type": {
48783
+ "text": "boolean"
48784
+ }
48785
+ }
48786
+ ],
48787
+ "description": "Helper for remove snackbar from display with animation"
48788
+ },
48789
+ {
48790
+ "kind": "method",
48791
+ "name": "dismiss",
48792
+ "privacy": "public",
48793
+ "description": "Remove the snackbar from display."
48794
+ },
48795
+ {
48796
+ "kind": "field",
48797
+ "name": "_presentation",
48798
+ "type": {
48799
+ "text": "ComponentPresentation | null | undefined"
48800
+ },
48801
+ "privacy": "private",
48802
+ "default": "void 0",
48803
+ "inheritedFrom": {
48804
+ "name": "FoundationElement",
48805
+ "module": "src/foundation-element/foundation-element.ts"
48806
+ }
48807
+ },
48808
+ {
48809
+ "kind": "field",
48810
+ "name": "$presentation",
48811
+ "type": {
48812
+ "text": "ComponentPresentation | null"
48813
+ },
48814
+ "privacy": "public",
48815
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
48816
+ "inheritedFrom": {
48817
+ "name": "FoundationElement",
48818
+ "module": "src/foundation-element/foundation-element.ts"
48819
+ }
48820
+ },
48821
+ {
48822
+ "kind": "field",
48823
+ "name": "template",
48824
+ "type": {
48825
+ "text": "ElementViewTemplate | void | null"
48826
+ },
48827
+ "privacy": "public",
48828
+ "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.",
48829
+ "inheritedFrom": {
48830
+ "name": "FoundationElement",
48831
+ "module": "src/foundation-element/foundation-element.ts"
48832
+ }
48833
+ },
48834
+ {
48835
+ "kind": "method",
48836
+ "name": "templateChanged",
48837
+ "privacy": "protected",
48838
+ "return": {
48839
+ "type": {
48840
+ "text": "void"
48841
+ }
48842
+ },
48843
+ "inheritedFrom": {
48844
+ "name": "FoundationElement",
48845
+ "module": "src/foundation-element/foundation-element.ts"
48846
+ }
48847
+ },
48848
+ {
48849
+ "kind": "field",
48850
+ "name": "styles",
48851
+ "type": {
48852
+ "text": "ElementStyles | void | null"
48853
+ },
48854
+ "privacy": "public",
48855
+ "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.",
48856
+ "inheritedFrom": {
48857
+ "name": "FoundationElement",
48858
+ "module": "src/foundation-element/foundation-element.ts"
48859
+ }
48860
+ },
48861
+ {
48862
+ "kind": "method",
48863
+ "name": "stylesChanged",
48864
+ "privacy": "protected",
48865
+ "return": {
48866
+ "type": {
48867
+ "text": "void"
48868
+ }
48869
+ },
48870
+ "inheritedFrom": {
48871
+ "name": "FoundationElement",
48872
+ "module": "src/foundation-element/foundation-element.ts"
48873
+ }
48874
+ },
48875
+ {
48876
+ "kind": "method",
48877
+ "name": "compose",
48878
+ "privacy": "public",
48879
+ "static": true,
48880
+ "return": {
48881
+ "type": {
48882
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
48883
+ }
48884
+ },
48885
+ "parameters": [
48886
+ {
48887
+ "name": "this",
48888
+ "type": {
48889
+ "text": "K"
48890
+ }
48891
+ },
48892
+ {
48893
+ "name": "elementDefinition",
48894
+ "type": {
48895
+ "text": "T"
48896
+ },
48897
+ "description": "The definition of the element to create the registry\nfunction for."
48898
+ }
48899
+ ],
48900
+ "description": "Defines an element registry function with a set of element definition defaults.",
48901
+ "inheritedFrom": {
48902
+ "name": "FoundationElement",
48903
+ "module": "src/foundation-element/foundation-element.ts"
48904
+ }
48905
+ }
48906
+ ],
48907
+ "events": [
48908
+ {
48909
+ "type": {
48910
+ "text": "CustomEvent"
48911
+ }
48912
+ },
48913
+ {
48914
+ "description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
48915
+ "name": "autoDismiss"
48916
+ }
48917
+ ],
48918
+ "attributes": [
48919
+ {
48920
+ "name": "identifier",
48921
+ "type": {
48922
+ "text": "string"
48923
+ },
48924
+ "fieldName": "identifier"
48925
+ },
48926
+ {
48927
+ "name": "close-timeout",
48928
+ "type": {
48929
+ "text": "number"
48930
+ },
48931
+ "default": "SNACKBAR_CLOSE_TIMEOUT",
48932
+ "resolveInitializer": {
48933
+ "module": "/src/snackbar/snackbar.config"
48934
+ },
48935
+ "fieldName": "closeTimeout"
48936
+ },
48937
+ {
48938
+ "name": "auto-close",
48939
+ "type": {
48940
+ "text": "boolean"
48941
+ },
48942
+ "default": "true",
48943
+ "fieldName": "autoClose"
48944
+ },
48945
+ {
48946
+ "name": "type",
48947
+ "type": {
48948
+ "text": "SnackbarType"
48949
+ },
48950
+ "default": "SNACKBAR_TYPE_DEFAULT",
48951
+ "resolveInitializer": {
48952
+ "module": "/src/snackbar/snackbar.config"
48953
+ },
48954
+ "fieldName": "type"
48955
+ }
48956
+ ],
48957
+ "superclass": {
48958
+ "name": "FoundationElement",
48959
+ "package": "@microsoft/fast-foundation"
48960
+ },
48961
+ "tagName": "%%prefix%%-snackbar",
48962
+ "customElement": true
48963
+ },
48964
+ {
48965
+ "kind": "variable",
48966
+ "name": "foundationSnackbar",
48967
+ "description": "The Foundation Snackbar",
48968
+ "privacy": "public"
48969
+ }
48970
+ ],
48971
+ "exports": [
48972
+ {
48973
+ "kind": "js",
48974
+ "name": "foundationSnackbarShadowOptions",
48975
+ "declaration": {
48976
+ "name": "foundationSnackbarShadowOptions",
48977
+ "module": "src/snackbar/snackbar.ts"
48978
+ }
48979
+ },
48980
+ {
48981
+ "kind": "js",
48982
+ "name": "Snackbar",
48983
+ "declaration": {
48984
+ "name": "Snackbar",
48985
+ "module": "src/snackbar/snackbar.ts"
48986
+ }
48987
+ },
48988
+ {
48989
+ "kind": "js",
48990
+ "name": "foundationSnackbar",
48991
+ "declaration": {
48992
+ "name": "foundationSnackbar",
48993
+ "module": "src/snackbar/snackbar.ts"
48994
+ }
48995
+ }
48996
+ ]
48997
+ },
48998
+ {
48999
+ "kind": "javascript-module",
49000
+ "path": "src/snackbar/snackbar.types.ts",
49001
+ "declarations": [],
49002
+ "exports": []
49003
+ },
49004
49004
  {
49005
49005
  "kind": "javascript-module",
49006
49006
  "path": "src/stepper-tab/index.ts",
@@ -57105,6 +57105,197 @@
57105
57105
  }
57106
57106
  ]
57107
57107
  },
57108
+ {
57109
+ "kind": "javascript-module",
57110
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57111
+ "declarations": [],
57112
+ "exports": []
57113
+ },
57114
+ {
57115
+ "kind": "javascript-module",
57116
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57117
+ "declarations": [
57118
+ {
57119
+ "kind": "function",
57120
+ "name": "groupsToCriteria",
57121
+ "return": {
57122
+ "type": {
57123
+ "text": "string"
57124
+ }
57125
+ },
57126
+ "parameters": [
57127
+ {
57128
+ "name": "groups",
57129
+ "type": {
57130
+ "text": "CriteriaGroup[]"
57131
+ }
57132
+ }
57133
+ ],
57134
+ "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."
57135
+ },
57136
+ {
57137
+ "kind": "variable",
57138
+ "name": "STRING_OPERATORS",
57139
+ "type": {
57140
+ "text": "CriteriaOperator[]"
57141
+ },
57142
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57143
+ },
57144
+ {
57145
+ "kind": "variable",
57146
+ "name": "NUMERIC_OPERATORS",
57147
+ "type": {
57148
+ "text": "CriteriaOperator[]"
57149
+ },
57150
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57151
+ },
57152
+ {
57153
+ "kind": "variable",
57154
+ "name": "DATE_OPERATORS",
57155
+ "type": {
57156
+ "text": "CriteriaOperator[]"
57157
+ },
57158
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57159
+ },
57160
+ {
57161
+ "kind": "variable",
57162
+ "name": "DATETIME_OPERATORS",
57163
+ "type": {
57164
+ "text": "CriteriaOperator[]"
57165
+ },
57166
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57167
+ },
57168
+ {
57169
+ "kind": "variable",
57170
+ "name": "OPERATOR_DISPLAY_LABEL",
57171
+ "type": {
57172
+ "text": "Record<CriteriaOperator, string>"
57173
+ },
57174
+ "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}"
57175
+ }
57176
+ ],
57177
+ "exports": [
57178
+ {
57179
+ "kind": "js",
57180
+ "name": "groupsToCriteria",
57181
+ "declaration": {
57182
+ "name": "groupsToCriteria",
57183
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57184
+ }
57185
+ },
57186
+ {
57187
+ "kind": "js",
57188
+ "name": "STRING_OPERATORS",
57189
+ "declaration": {
57190
+ "name": "STRING_OPERATORS",
57191
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57192
+ }
57193
+ },
57194
+ {
57195
+ "kind": "js",
57196
+ "name": "NUMERIC_OPERATORS",
57197
+ "declaration": {
57198
+ "name": "NUMERIC_OPERATORS",
57199
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57200
+ }
57201
+ },
57202
+ {
57203
+ "kind": "js",
57204
+ "name": "DATE_OPERATORS",
57205
+ "declaration": {
57206
+ "name": "DATE_OPERATORS",
57207
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57208
+ }
57209
+ },
57210
+ {
57211
+ "kind": "js",
57212
+ "name": "DATETIME_OPERATORS",
57213
+ "declaration": {
57214
+ "name": "DATETIME_OPERATORS",
57215
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57216
+ }
57217
+ },
57218
+ {
57219
+ "kind": "js",
57220
+ "name": "OPERATOR_DISPLAY_LABEL",
57221
+ "declaration": {
57222
+ "name": "OPERATOR_DISPLAY_LABEL",
57223
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57224
+ }
57225
+ }
57226
+ ]
57227
+ },
57228
+ {
57229
+ "kind": "javascript-module",
57230
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57231
+ "declarations": [
57232
+ {
57233
+ "kind": "function",
57234
+ "name": "validateClauses",
57235
+ "return": {
57236
+ "type": {
57237
+ "text": "ValidationResult"
57238
+ }
57239
+ },
57240
+ "parameters": [
57241
+ {
57242
+ "name": "clauses",
57243
+ "type": {
57244
+ "text": "CriteriaClause[]"
57245
+ }
57246
+ },
57247
+ {
57248
+ "name": "fieldMetadata",
57249
+ "type": {
57250
+ "text": "MetadataDetail[] | string[]"
57251
+ }
57252
+ }
57253
+ ]
57254
+ },
57255
+ {
57256
+ "kind": "function",
57257
+ "name": "validateGroups",
57258
+ "return": {
57259
+ "type": {
57260
+ "text": "GroupsValidationResult"
57261
+ }
57262
+ },
57263
+ "parameters": [
57264
+ {
57265
+ "name": "groups",
57266
+ "type": {
57267
+ "text": "CriteriaGroup[]"
57268
+ }
57269
+ },
57270
+ {
57271
+ "name": "fieldMetadata",
57272
+ "type": {
57273
+ "text": "MetadataDetail[] | string[]"
57274
+ }
57275
+ }
57276
+ ],
57277
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57278
+ }
57279
+ ],
57280
+ "exports": [
57281
+ {
57282
+ "kind": "js",
57283
+ "name": "validateClauses",
57284
+ "declaration": {
57285
+ "name": "validateClauses",
57286
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57287
+ }
57288
+ },
57289
+ {
57290
+ "kind": "js",
57291
+ "name": "validateGroups",
57292
+ "declaration": {
57293
+ "name": "validateGroups",
57294
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57295
+ }
57296
+ }
57297
+ ]
57298
+ },
57108
57299
  {
57109
57300
  "kind": "javascript-module",
57110
57301
  "path": "src/_config/styles/colors.ts",
@@ -58479,191 +58670,49 @@
58479
58670
  },
58480
58671
  {
58481
58672
  "kind": "javascript-module",
58482
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
58483
- "declarations": [],
58484
- "exports": []
58485
- },
58486
- {
58487
- "kind": "javascript-module",
58488
- "path": "src/ai-criteria-search/validation/operator-map.ts",
58673
+ "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
58489
58674
  "declarations": [
58490
58675
  {
58491
58676
  "kind": "function",
58492
- "name": "groupsToCriteria",
58677
+ "name": "flexLayoutRWDStyles",
58493
58678
  "return": {
58494
58679
  "type": {
58495
- "text": "string"
58680
+ "text": "ElementStyles"
58496
58681
  }
58497
58682
  },
58498
58683
  "parameters": [
58499
58684
  {
58500
- "name": "groups",
58685
+ "name": "breakPoint",
58686
+ "optional": true,
58501
58687
  "type": {
58502
- "text": "CriteriaGroup[]"
58688
+ "text": "FlexBreakPointType"
58503
58689
  }
58504
58690
  }
58505
- ],
58506
- "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."
58507
- },
58508
- {
58509
- "kind": "variable",
58510
- "name": "STRING_OPERATORS",
58511
- "type": {
58512
- "text": "CriteriaOperator[]"
58513
- },
58514
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
58515
- },
58516
- {
58517
- "kind": "variable",
58518
- "name": "NUMERIC_OPERATORS",
58519
- "type": {
58520
- "text": "CriteriaOperator[]"
58521
- },
58522
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
58523
- },
58524
- {
58525
- "kind": "variable",
58526
- "name": "DATE_OPERATORS",
58527
- "type": {
58528
- "text": "CriteriaOperator[]"
58529
- },
58530
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
58531
- },
58532
- {
58533
- "kind": "variable",
58534
- "name": "DATETIME_OPERATORS",
58535
- "type": {
58536
- "text": "CriteriaOperator[]"
58537
- },
58538
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
58539
- },
58540
- {
58541
- "kind": "variable",
58542
- "name": "OPERATOR_DISPLAY_LABEL",
58543
- "type": {
58544
- "text": "Record<CriteriaOperator, string>"
58545
- },
58546
- "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}"
58691
+ ]
58547
58692
  }
58548
58693
  ],
58549
58694
  "exports": [
58550
58695
  {
58551
58696
  "kind": "js",
58552
- "name": "groupsToCriteria",
58553
- "declaration": {
58554
- "name": "groupsToCriteria",
58555
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58556
- }
58557
- },
58558
- {
58559
- "kind": "js",
58560
- "name": "STRING_OPERATORS",
58561
- "declaration": {
58562
- "name": "STRING_OPERATORS",
58563
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58564
- }
58565
- },
58566
- {
58567
- "kind": "js",
58568
- "name": "NUMERIC_OPERATORS",
58569
- "declaration": {
58570
- "name": "NUMERIC_OPERATORS",
58571
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58572
- }
58573
- },
58574
- {
58575
- "kind": "js",
58576
- "name": "DATE_OPERATORS",
58577
- "declaration": {
58578
- "name": "DATE_OPERATORS",
58579
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58580
- }
58581
- },
58582
- {
58583
- "kind": "js",
58584
- "name": "DATETIME_OPERATORS",
58585
- "declaration": {
58586
- "name": "DATETIME_OPERATORS",
58587
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58588
- }
58589
- },
58590
- {
58591
- "kind": "js",
58592
- "name": "OPERATOR_DISPLAY_LABEL",
58697
+ "name": "flexLayoutRWDStyles",
58593
58698
  "declaration": {
58594
- "name": "OPERATOR_DISPLAY_LABEL",
58595
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58699
+ "name": "flexLayoutRWDStyles",
58700
+ "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
58596
58701
  }
58597
58702
  }
58598
58703
  ]
58599
58704
  },
58600
58705
  {
58601
58706
  "kind": "javascript-module",
58602
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
58603
- "declarations": [
58604
- {
58605
- "kind": "function",
58606
- "name": "validateClauses",
58607
- "return": {
58608
- "type": {
58609
- "text": "ValidationResult"
58610
- }
58611
- },
58612
- "parameters": [
58613
- {
58614
- "name": "clauses",
58615
- "type": {
58616
- "text": "CriteriaClause[]"
58617
- }
58618
- },
58619
- {
58620
- "name": "fieldMetadata",
58621
- "type": {
58622
- "text": "MetadataDetail[] | string[]"
58623
- }
58624
- }
58625
- ]
58626
- },
58627
- {
58628
- "kind": "function",
58629
- "name": "validateGroups",
58630
- "return": {
58631
- "type": {
58632
- "text": "GroupsValidationResult"
58633
- }
58634
- },
58635
- "parameters": [
58636
- {
58637
- "name": "groups",
58638
- "type": {
58639
- "text": "CriteriaGroup[]"
58640
- }
58641
- },
58642
- {
58643
- "name": "fieldMetadata",
58644
- "type": {
58645
- "text": "MetadataDetail[] | string[]"
58646
- }
58647
- }
58648
- ],
58649
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58650
- }
58651
- ],
58707
+ "path": "src/flex-layout/responsiveness/index.ts",
58708
+ "declarations": [],
58652
58709
  "exports": [
58653
58710
  {
58654
58711
  "kind": "js",
58655
- "name": "validateClauses",
58656
- "declaration": {
58657
- "name": "validateClauses",
58658
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58659
- }
58660
- },
58661
- {
58662
- "kind": "js",
58663
- "name": "validateGroups",
58712
+ "name": "*",
58664
58713
  "declaration": {
58665
- "name": "validateGroups",
58666
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58714
+ "name": "*",
58715
+ "package": "./flex-layout-rwd.styles"
58667
58716
  }
58668
58717
  }
58669
58718
  ]
@@ -58824,55 +58873,6 @@
58824
58873
  }
58825
58874
  ]
58826
58875
  },
58827
- {
58828
- "kind": "javascript-module",
58829
- "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
58830
- "declarations": [
58831
- {
58832
- "kind": "function",
58833
- "name": "flexLayoutRWDStyles",
58834
- "return": {
58835
- "type": {
58836
- "text": "ElementStyles"
58837
- }
58838
- },
58839
- "parameters": [
58840
- {
58841
- "name": "breakPoint",
58842
- "optional": true,
58843
- "type": {
58844
- "text": "FlexBreakPointType"
58845
- }
58846
- }
58847
- ]
58848
- }
58849
- ],
58850
- "exports": [
58851
- {
58852
- "kind": "js",
58853
- "name": "flexLayoutRWDStyles",
58854
- "declaration": {
58855
- "name": "flexLayoutRWDStyles",
58856
- "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
58857
- }
58858
- }
58859
- ]
58860
- },
58861
- {
58862
- "kind": "javascript-module",
58863
- "path": "src/flex-layout/responsiveness/index.ts",
58864
- "declarations": [],
58865
- "exports": [
58866
- {
58867
- "kind": "js",
58868
- "name": "*",
58869
- "declaration": {
58870
- "name": "*",
58871
- "package": "./flex-layout-rwd.styles"
58872
- }
58873
- }
58874
- ]
58875
- },
58876
58876
  {
58877
58877
  "kind": "javascript-module",
58878
58878
  "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",