@genesislcap/foundation-ui 14.489.0-canary.FUI-2574-1 → 14.489.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +675 -675
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -2392,75 +2392,57 @@
|
|
|
2392
2392
|
},
|
|
2393
2393
|
{
|
|
2394
2394
|
"kind": "javascript-module",
|
|
2395
|
-
"path": "src/ai-
|
|
2395
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2396
2396
|
"declarations": [
|
|
2397
2397
|
{
|
|
2398
|
-
"kind": "
|
|
2399
|
-
"name": "
|
|
2400
|
-
"
|
|
2401
|
-
"type": {
|
|
2402
|
-
"text": "ElementStyles"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
|
-
"parameters": [
|
|
2406
|
-
{
|
|
2407
|
-
"name": "context",
|
|
2408
|
-
"type": {
|
|
2409
|
-
"text": "ElementDefinitionContext"
|
|
2410
|
-
}
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"name": "definition",
|
|
2414
|
-
"type": {
|
|
2415
|
-
"text": "FoundationElementDefinition"
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
]
|
|
2398
|
+
"kind": "variable",
|
|
2399
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2400
|
+
"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`"
|
|
2419
2401
|
}
|
|
2420
2402
|
],
|
|
2421
2403
|
"exports": [
|
|
2422
2404
|
{
|
|
2423
2405
|
"kind": "js",
|
|
2424
|
-
"name": "
|
|
2406
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2425
2407
|
"declaration": {
|
|
2426
|
-
"name": "
|
|
2427
|
-
"module": "src/ai-
|
|
2408
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2409
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2428
2410
|
}
|
|
2429
2411
|
}
|
|
2430
2412
|
]
|
|
2431
2413
|
},
|
|
2432
2414
|
{
|
|
2433
2415
|
"kind": "javascript-module",
|
|
2434
|
-
"path": "src/ai-
|
|
2416
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2435
2417
|
"declarations": [
|
|
2436
2418
|
{
|
|
2437
2419
|
"kind": "variable",
|
|
2438
|
-
"name": "
|
|
2420
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2439
2421
|
"type": {
|
|
2440
|
-
"text": "ViewTemplate<
|
|
2422
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2441
2423
|
},
|
|
2442
|
-
"default": "html`\n ${(x) =>
|
|
2424
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2443
2425
|
}
|
|
2444
2426
|
],
|
|
2445
2427
|
"exports": [
|
|
2446
2428
|
{
|
|
2447
2429
|
"kind": "js",
|
|
2448
|
-
"name": "
|
|
2430
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2449
2431
|
"declaration": {
|
|
2450
|
-
"name": "
|
|
2451
|
-
"module": "src/ai-
|
|
2432
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2433
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2452
2434
|
}
|
|
2453
2435
|
}
|
|
2454
2436
|
]
|
|
2455
2437
|
},
|
|
2456
2438
|
{
|
|
2457
2439
|
"kind": "javascript-module",
|
|
2458
|
-
"path": "src/ai-
|
|
2440
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2459
2441
|
"declarations": [
|
|
2460
2442
|
{
|
|
2461
2443
|
"kind": "class",
|
|
2462
|
-
"description": "",
|
|
2463
|
-
"name": "
|
|
2444
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2445
|
+
"name": "AiCriteriaSearch",
|
|
2464
2446
|
"members": [
|
|
2465
2447
|
{
|
|
2466
2448
|
"kind": "field",
|
|
@@ -2471,25 +2453,54 @@
|
|
|
2471
2453
|
},
|
|
2472
2454
|
{
|
|
2473
2455
|
"kind": "field",
|
|
2474
|
-
"name": "
|
|
2456
|
+
"name": "placeholder",
|
|
2475
2457
|
"type": {
|
|
2476
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2477
2459
|
},
|
|
2478
|
-
"
|
|
2479
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2480
|
-
"readonly": true
|
|
2460
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2481
2461
|
},
|
|
2482
2462
|
{
|
|
2483
2463
|
"kind": "field",
|
|
2484
|
-
"name": "
|
|
2464
|
+
"name": "disabled",
|
|
2485
2465
|
"type": {
|
|
2486
|
-
"text": "
|
|
2466
|
+
"text": "boolean"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"kind": "field",
|
|
2471
|
+
"name": "inputValue",
|
|
2472
|
+
"type": {
|
|
2473
|
+
"text": "string"
|
|
2474
|
+
},
|
|
2475
|
+
"default": "''"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"kind": "field",
|
|
2479
|
+
"name": "isInterpreting",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "boolean"
|
|
2482
|
+
},
|
|
2483
|
+
"default": "false"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"kind": "field",
|
|
2487
|
+
"name": "lastValidCriteria",
|
|
2488
|
+
"type": {
|
|
2489
|
+
"text": "string | null"
|
|
2487
2490
|
},
|
|
2488
2491
|
"default": "null"
|
|
2489
2492
|
},
|
|
2490
2493
|
{
|
|
2491
2494
|
"kind": "field",
|
|
2492
|
-
"name": "
|
|
2495
|
+
"name": "activeGroups",
|
|
2496
|
+
"type": {
|
|
2497
|
+
"text": "CriteriaGroup[]"
|
|
2498
|
+
},
|
|
2499
|
+
"default": "[]"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"kind": "field",
|
|
2503
|
+
"name": "showingChips",
|
|
2493
2504
|
"type": {
|
|
2494
2505
|
"text": "boolean"
|
|
2495
2506
|
},
|
|
@@ -2497,15 +2508,15 @@
|
|
|
2497
2508
|
},
|
|
2498
2509
|
{
|
|
2499
2510
|
"kind": "field",
|
|
2500
|
-
"name": "
|
|
2511
|
+
"name": "fieldMetadata",
|
|
2501
2512
|
"type": {
|
|
2502
|
-
"text": "
|
|
2513
|
+
"text": "MetadataDetail[] | string[]"
|
|
2503
2514
|
},
|
|
2504
|
-
"default": "
|
|
2515
|
+
"default": "[]"
|
|
2505
2516
|
},
|
|
2506
2517
|
{
|
|
2507
2518
|
"kind": "field",
|
|
2508
|
-
"name": "
|
|
2519
|
+
"name": "isRecording",
|
|
2509
2520
|
"type": {
|
|
2510
2521
|
"text": "boolean"
|
|
2511
2522
|
},
|
|
@@ -2513,29 +2524,33 @@
|
|
|
2513
2524
|
},
|
|
2514
2525
|
{
|
|
2515
2526
|
"kind": "field",
|
|
2516
|
-
"name": "
|
|
2527
|
+
"name": "textAreaRef",
|
|
2517
2528
|
"type": {
|
|
2518
|
-
"text": "
|
|
2529
|
+
"text": "HTMLTextAreaElement"
|
|
2519
2530
|
},
|
|
2520
|
-
"privacy": "
|
|
2521
|
-
"default": "null"
|
|
2531
|
+
"privacy": "public"
|
|
2522
2532
|
},
|
|
2523
2533
|
{
|
|
2524
2534
|
"kind": "field",
|
|
2525
|
-
"name": "
|
|
2526
|
-
"
|
|
2535
|
+
"name": "stopRecording",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "(() => void) | null"
|
|
2538
|
+
},
|
|
2539
|
+
"privacy": "private",
|
|
2540
|
+
"default": "null"
|
|
2527
2541
|
},
|
|
2528
2542
|
{
|
|
2529
2543
|
"kind": "field",
|
|
2530
|
-
"name": "
|
|
2544
|
+
"name": "speechApplyDebounceTimer",
|
|
2531
2545
|
"type": {
|
|
2532
|
-
"text": "
|
|
2546
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2533
2547
|
},
|
|
2534
|
-
"
|
|
2548
|
+
"privacy": "private",
|
|
2549
|
+
"default": "null"
|
|
2535
2550
|
},
|
|
2536
2551
|
{
|
|
2537
2552
|
"kind": "field",
|
|
2538
|
-
"name": "
|
|
2553
|
+
"name": "speechAvailable",
|
|
2539
2554
|
"type": {
|
|
2540
2555
|
"text": "boolean"
|
|
2541
2556
|
},
|
|
@@ -2543,69 +2558,65 @@
|
|
|
2543
2558
|
},
|
|
2544
2559
|
{
|
|
2545
2560
|
"kind": "field",
|
|
2546
|
-
"name": "
|
|
2561
|
+
"name": "criteriaChips",
|
|
2547
2562
|
"type": {
|
|
2548
|
-
"text": "
|
|
2563
|
+
"text": "CriteriaChip[]"
|
|
2549
2564
|
},
|
|
2550
2565
|
"readonly": true
|
|
2551
2566
|
},
|
|
2552
2567
|
{
|
|
2553
2568
|
"kind": "method",
|
|
2554
|
-
"name": "
|
|
2569
|
+
"name": "getFieldLabel",
|
|
2570
|
+
"privacy": "private",
|
|
2555
2571
|
"return": {
|
|
2556
2572
|
"type": {
|
|
2557
|
-
"text": "
|
|
2573
|
+
"text": "string"
|
|
2558
2574
|
}
|
|
2559
|
-
}
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"kind": "method",
|
|
2563
|
-
"name": "handleClickOutside",
|
|
2564
|
-
"privacy": "private",
|
|
2575
|
+
},
|
|
2565
2576
|
"parameters": [
|
|
2566
2577
|
{
|
|
2567
|
-
"name": "
|
|
2578
|
+
"name": "fieldName",
|
|
2568
2579
|
"type": {
|
|
2569
|
-
"text": "
|
|
2580
|
+
"text": "string"
|
|
2570
2581
|
}
|
|
2571
2582
|
}
|
|
2572
2583
|
]
|
|
2573
2584
|
},
|
|
2574
2585
|
{
|
|
2575
2586
|
"kind": "method",
|
|
2576
|
-
"name": "
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"kind": "method",
|
|
2580
|
-
"name": "refreshStatus",
|
|
2587
|
+
"name": "toggleCriteriaView",
|
|
2581
2588
|
"return": {
|
|
2582
2589
|
"type": {
|
|
2583
|
-
"text": "
|
|
2590
|
+
"text": "void"
|
|
2584
2591
|
}
|
|
2585
2592
|
}
|
|
2586
2593
|
},
|
|
2587
2594
|
{
|
|
2588
2595
|
"kind": "method",
|
|
2589
|
-
"name": "
|
|
2590
|
-
"privacy": "private",
|
|
2596
|
+
"name": "removeChip",
|
|
2591
2597
|
"return": {
|
|
2592
2598
|
"type": {
|
|
2593
|
-
"text": "
|
|
2599
|
+
"text": "void"
|
|
2594
2600
|
}
|
|
2595
2601
|
},
|
|
2596
2602
|
"parameters": [
|
|
2597
2603
|
{
|
|
2598
|
-
"name": "
|
|
2604
|
+
"name": "groupIndex",
|
|
2599
2605
|
"type": {
|
|
2600
|
-
"text": "
|
|
2606
|
+
"text": "number"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "clauseIndex",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "number"
|
|
2601
2613
|
}
|
|
2602
2614
|
}
|
|
2603
2615
|
]
|
|
2604
2616
|
},
|
|
2605
2617
|
{
|
|
2606
2618
|
"kind": "method",
|
|
2607
|
-
"name": "
|
|
2608
|
-
"privacy": "private",
|
|
2619
|
+
"name": "clearChips",
|
|
2609
2620
|
"return": {
|
|
2610
2621
|
"type": {
|
|
2611
2622
|
"text": "void"
|
|
@@ -2614,32 +2625,24 @@
|
|
|
2614
2625
|
},
|
|
2615
2626
|
{
|
|
2616
2627
|
"kind": "method",
|
|
2617
|
-
"name": "
|
|
2618
|
-
"privacy": "private",
|
|
2619
|
-
"return": {
|
|
2620
|
-
"type": {
|
|
2621
|
-
"text": "void"
|
|
2622
|
-
}
|
|
2623
|
-
}
|
|
2628
|
+
"name": "handleSubmit"
|
|
2624
2629
|
},
|
|
2625
2630
|
{
|
|
2626
2631
|
"kind": "method",
|
|
2627
|
-
"name": "
|
|
2628
|
-
"privacy": "private",
|
|
2629
|
-
"return": {
|
|
2630
|
-
"type": {
|
|
2631
|
-
"text": "void"
|
|
2632
|
-
}
|
|
2633
|
-
}
|
|
2632
|
+
"name": "handleBlur"
|
|
2634
2633
|
},
|
|
2635
2634
|
{
|
|
2636
2635
|
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2636
|
+
"name": "clear"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "method",
|
|
2640
|
+
"name": "toggleSpeechInput"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"kind": "method",
|
|
2644
|
+
"name": "clearSpeechApplyDebounce",
|
|
2645
|
+
"privacy": "private"
|
|
2643
2646
|
},
|
|
2644
2647
|
{
|
|
2645
2648
|
"kind": "field",
|
|
@@ -2753,296 +2756,520 @@
|
|
|
2753
2756
|
}
|
|
2754
2757
|
}
|
|
2755
2758
|
],
|
|
2759
|
+
"events": [
|
|
2760
|
+
{
|
|
2761
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2762
|
+
"name": "criteria-changed"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2766
|
+
"name": "validation-errors"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"attributes": [
|
|
2770
|
+
{
|
|
2771
|
+
"name": "placeholder",
|
|
2772
|
+
"type": {
|
|
2773
|
+
"text": "string"
|
|
2774
|
+
},
|
|
2775
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2776
|
+
"fieldName": "placeholder"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"type": {
|
|
2780
|
+
"text": "boolean"
|
|
2781
|
+
},
|
|
2782
|
+
"fieldName": "disabled"
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2756
2785
|
"superclass": {
|
|
2757
2786
|
"name": "FoundationElement",
|
|
2758
2787
|
"package": "@microsoft/fast-foundation"
|
|
2759
2788
|
},
|
|
2760
|
-
"tagName": "%%prefix%%-ai-
|
|
2789
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2761
2790
|
"customElement": true
|
|
2762
2791
|
},
|
|
2763
2792
|
{
|
|
2764
2793
|
"kind": "variable",
|
|
2765
|
-
"name": "
|
|
2794
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2795
|
+
"type": {
|
|
2796
|
+
"text": "ShadowRootInit"
|
|
2797
|
+
},
|
|
2798
|
+
"default": "undefined"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"kind": "variable",
|
|
2802
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2803
|
+
"type": {
|
|
2804
|
+
"text": "object"
|
|
2805
|
+
},
|
|
2806
|
+
"default": "{}"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "variable",
|
|
2810
|
+
"name": "foundationAiCriteriaSearch"
|
|
2766
2811
|
}
|
|
2767
2812
|
],
|
|
2768
2813
|
"exports": [
|
|
2769
2814
|
{
|
|
2770
2815
|
"kind": "js",
|
|
2771
|
-
"name": "
|
|
2816
|
+
"name": "AiCriteriaSearch",
|
|
2772
2817
|
"declaration": {
|
|
2773
|
-
"name": "
|
|
2774
|
-
"module": "src/ai-
|
|
2818
|
+
"name": "AiCriteriaSearch",
|
|
2819
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2775
2820
|
}
|
|
2776
2821
|
},
|
|
2777
2822
|
{
|
|
2778
2823
|
"kind": "js",
|
|
2779
|
-
"name": "
|
|
2824
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2780
2825
|
"declaration": {
|
|
2781
|
-
"name": "
|
|
2782
|
-
"module": "src/ai-
|
|
2826
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2827
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "js",
|
|
2832
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2833
|
+
"declaration": {
|
|
2834
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2835
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "js",
|
|
2840
|
+
"name": "foundationAiCriteriaSearch",
|
|
2841
|
+
"declaration": {
|
|
2842
|
+
"name": "foundationAiCriteriaSearch",
|
|
2843
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2783
2844
|
}
|
|
2784
2845
|
}
|
|
2785
2846
|
]
|
|
2786
2847
|
},
|
|
2787
2848
|
{
|
|
2788
2849
|
"kind": "javascript-module",
|
|
2789
|
-
"path": "src/ai-
|
|
2850
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2790
2851
|
"declarations": [],
|
|
2791
2852
|
"exports": [
|
|
2792
2853
|
{
|
|
2793
2854
|
"kind": "js",
|
|
2794
|
-
"name": "
|
|
2855
|
+
"name": "AiCriteriaSearch",
|
|
2795
2856
|
"declaration": {
|
|
2796
|
-
"name": "
|
|
2797
|
-
"module": "./ai-
|
|
2857
|
+
"name": "AiCriteriaSearch",
|
|
2858
|
+
"module": "./ai-criteria-search"
|
|
2798
2859
|
}
|
|
2799
2860
|
},
|
|
2800
2861
|
{
|
|
2801
2862
|
"kind": "js",
|
|
2802
|
-
"name": "
|
|
2863
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2803
2864
|
"declaration": {
|
|
2804
|
-
"name": "
|
|
2805
|
-
"module": "./ai-
|
|
2865
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2866
|
+
"module": "./ai-criteria-search"
|
|
2806
2867
|
}
|
|
2807
2868
|
},
|
|
2808
2869
|
{
|
|
2809
2870
|
"kind": "js",
|
|
2810
|
-
"name": "
|
|
2871
|
+
"name": "foundationAiCriteriaSearch",
|
|
2811
2872
|
"declaration": {
|
|
2812
|
-
"name": "
|
|
2813
|
-
"module": "./ai-
|
|
2873
|
+
"name": "foundationAiCriteriaSearch",
|
|
2874
|
+
"module": "./ai-criteria-search"
|
|
2814
2875
|
}
|
|
2815
2876
|
},
|
|
2816
2877
|
{
|
|
2817
2878
|
"kind": "js",
|
|
2818
|
-
"name": "
|
|
2879
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2819
2880
|
"declaration": {
|
|
2820
|
-
"name": "
|
|
2821
|
-
"module": "./ai-
|
|
2881
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2882
|
+
"module": "./ai-criteria-search"
|
|
2822
2883
|
}
|
|
2823
2884
|
},
|
|
2824
2885
|
{
|
|
2825
2886
|
"kind": "js",
|
|
2826
|
-
"name": "
|
|
2887
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2827
2888
|
"declaration": {
|
|
2828
|
-
"name": "
|
|
2829
|
-
"module": "./ai-
|
|
2889
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2890
|
+
"module": "./ai-criteria-search.styles"
|
|
2830
2891
|
}
|
|
2831
2892
|
},
|
|
2832
2893
|
{
|
|
2833
2894
|
"kind": "js",
|
|
2834
|
-
"name": "
|
|
2895
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2835
2896
|
"declaration": {
|
|
2836
|
-
"name": "
|
|
2837
|
-
"module": "./ai-
|
|
2897
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2898
|
+
"module": "./ai-criteria-search.template"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"kind": "js",
|
|
2903
|
+
"name": "*",
|
|
2904
|
+
"declaration": {
|
|
2905
|
+
"name": "*",
|
|
2906
|
+
"package": "./validation/criteria-ir"
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "js",
|
|
2911
|
+
"name": "*",
|
|
2912
|
+
"declaration": {
|
|
2913
|
+
"name": "*",
|
|
2914
|
+
"package": "./validation/operator-map"
|
|
2915
|
+
}
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"kind": "js",
|
|
2919
|
+
"name": "*",
|
|
2920
|
+
"declaration": {
|
|
2921
|
+
"name": "*",
|
|
2922
|
+
"package": "./validation/schema-validator"
|
|
2838
2923
|
}
|
|
2839
2924
|
}
|
|
2840
2925
|
]
|
|
2841
2926
|
},
|
|
2842
2927
|
{
|
|
2843
2928
|
"kind": "javascript-module",
|
|
2844
|
-
"path": "src/ai-criteria-search/
|
|
2929
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2845
2930
|
"declarations": [
|
|
2846
2931
|
{
|
|
2847
|
-
"kind": "
|
|
2848
|
-
"name": "
|
|
2849
|
-
"
|
|
2932
|
+
"kind": "function",
|
|
2933
|
+
"name": "formatValidationErrors",
|
|
2934
|
+
"return": {
|
|
2935
|
+
"type": {
|
|
2936
|
+
"text": "string"
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
"parameters": [
|
|
2940
|
+
{
|
|
2941
|
+
"name": "errors",
|
|
2942
|
+
"type": {
|
|
2943
|
+
"text": "ValidationError[]"
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "function",
|
|
2951
|
+
"name": "showCriteriaError",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": "void"
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "title",
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "string"
|
|
2962
|
+
},
|
|
2963
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"name": "body",
|
|
2967
|
+
"type": {
|
|
2968
|
+
"text": "string"
|
|
2969
|
+
},
|
|
2970
|
+
"description": "Error message to display"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "tagName",
|
|
2974
|
+
"type": {
|
|
2975
|
+
"text": "string"
|
|
2976
|
+
},
|
|
2977
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2978
|
+
}
|
|
2979
|
+
],
|
|
2980
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2850
2981
|
}
|
|
2851
2982
|
],
|
|
2852
2983
|
"exports": [
|
|
2853
2984
|
{
|
|
2854
2985
|
"kind": "js",
|
|
2855
|
-
"name": "
|
|
2986
|
+
"name": "formatValidationErrors",
|
|
2856
2987
|
"declaration": {
|
|
2857
|
-
"name": "
|
|
2858
|
-
"module": "src/ai-criteria-search/
|
|
2988
|
+
"name": "formatValidationErrors",
|
|
2989
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "js",
|
|
2994
|
+
"name": "showCriteriaError",
|
|
2995
|
+
"declaration": {
|
|
2996
|
+
"name": "showCriteriaError",
|
|
2997
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2859
2998
|
}
|
|
2860
2999
|
}
|
|
2861
3000
|
]
|
|
2862
3001
|
},
|
|
2863
3002
|
{
|
|
2864
3003
|
"kind": "javascript-module",
|
|
2865
|
-
"path": "src/
|
|
3004
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2866
3005
|
"declarations": [
|
|
2867
3006
|
{
|
|
2868
|
-
"kind": "
|
|
2869
|
-
"name": "
|
|
2870
|
-
"
|
|
2871
|
-
"
|
|
3007
|
+
"kind": "function",
|
|
3008
|
+
"name": "foundationAccordionStyles",
|
|
3009
|
+
"return": {
|
|
3010
|
+
"type": {
|
|
3011
|
+
"text": "ElementStyles"
|
|
3012
|
+
}
|
|
2872
3013
|
},
|
|
2873
|
-
"
|
|
3014
|
+
"parameters": [
|
|
3015
|
+
{
|
|
3016
|
+
"name": "context",
|
|
3017
|
+
"type": {
|
|
3018
|
+
"text": "ElementDefinitionContext"
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "definition",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"text": "FoundationElementDefinition"
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
]
|
|
2874
3028
|
}
|
|
2875
3029
|
],
|
|
2876
3030
|
"exports": [
|
|
2877
3031
|
{
|
|
2878
3032
|
"kind": "js",
|
|
2879
|
-
"name": "
|
|
3033
|
+
"name": "foundationAccordionStyles",
|
|
2880
3034
|
"declaration": {
|
|
2881
|
-
"name": "
|
|
2882
|
-
"module": "src/
|
|
3035
|
+
"name": "foundationAccordionStyles",
|
|
3036
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2883
3037
|
}
|
|
2884
3038
|
}
|
|
2885
3039
|
]
|
|
2886
3040
|
},
|
|
2887
3041
|
{
|
|
2888
3042
|
"kind": "javascript-module",
|
|
2889
|
-
"path": "src/
|
|
3043
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2890
3044
|
"declarations": [
|
|
2891
3045
|
{
|
|
2892
|
-
"kind": "
|
|
2893
|
-
"
|
|
2894
|
-
"
|
|
2895
|
-
|
|
3046
|
+
"kind": "function",
|
|
3047
|
+
"name": "foundationAccordionTemplate",
|
|
3048
|
+
"return": {
|
|
3049
|
+
"type": {
|
|
3050
|
+
"text": "ViewTemplate<Accordion>"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
"parameters": [
|
|
2896
3054
|
{
|
|
2897
|
-
"
|
|
2898
|
-
"name": "providerRegistry",
|
|
3055
|
+
"name": "context",
|
|
2899
3056
|
"type": {
|
|
2900
|
-
"text": "
|
|
3057
|
+
"text": "ElementDefinitionContext"
|
|
2901
3058
|
}
|
|
2902
3059
|
},
|
|
2903
3060
|
{
|
|
2904
|
-
"
|
|
2905
|
-
"name": "placeholder",
|
|
2906
|
-
"type": {
|
|
2907
|
-
"text": "string"
|
|
2908
|
-
},
|
|
2909
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "field",
|
|
2913
|
-
"name": "disabled",
|
|
3061
|
+
"name": "definition",
|
|
2914
3062
|
"type": {
|
|
2915
|
-
"text": "
|
|
3063
|
+
"text": "FoundationElementDefinition"
|
|
2916
3064
|
}
|
|
2917
|
-
}
|
|
3065
|
+
}
|
|
3066
|
+
]
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"exports": [
|
|
3070
|
+
{
|
|
3071
|
+
"kind": "js",
|
|
3072
|
+
"name": "foundationAccordionTemplate",
|
|
3073
|
+
"declaration": {
|
|
3074
|
+
"name": "foundationAccordionTemplate",
|
|
3075
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3076
|
+
}
|
|
3077
|
+
}
|
|
3078
|
+
]
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"kind": "javascript-module",
|
|
3082
|
+
"path": "src/accordion/accordion.ts",
|
|
3083
|
+
"declarations": [
|
|
3084
|
+
{
|
|
3085
|
+
"kind": "class",
|
|
3086
|
+
"description": "",
|
|
3087
|
+
"name": "Accordion",
|
|
3088
|
+
"superclass": {
|
|
3089
|
+
"name": "FASTAccordion",
|
|
3090
|
+
"package": "@microsoft/fast-foundation"
|
|
3091
|
+
},
|
|
3092
|
+
"tagName": "%%prefix%%-accordion",
|
|
3093
|
+
"customElement": true,
|
|
3094
|
+
"attributes": [
|
|
2918
3095
|
{
|
|
2919
|
-
"
|
|
2920
|
-
"name": "inputValue",
|
|
3096
|
+
"name": "expand-mode",
|
|
2921
3097
|
"type": {
|
|
2922
|
-
"text": "
|
|
3098
|
+
"text": "AccordionExpandMode"
|
|
2923
3099
|
},
|
|
2924
|
-
"
|
|
2925
|
-
|
|
3100
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3101
|
+
"fieldName": "expandmode",
|
|
3102
|
+
"inheritedFrom": {
|
|
3103
|
+
"name": "Accordion",
|
|
3104
|
+
"module": "src/accordion/accordion.ts"
|
|
3105
|
+
}
|
|
3106
|
+
}
|
|
3107
|
+
],
|
|
3108
|
+
"members": [
|
|
2926
3109
|
{
|
|
2927
3110
|
"kind": "field",
|
|
2928
|
-
"name": "
|
|
3111
|
+
"name": "expandmode",
|
|
2929
3112
|
"type": {
|
|
2930
|
-
"text": "
|
|
3113
|
+
"text": "AccordionExpandMode"
|
|
2931
3114
|
},
|
|
2932
|
-
"
|
|
3115
|
+
"privacy": "public",
|
|
3116
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3117
|
+
"inheritedFrom": {
|
|
3118
|
+
"name": "Accordion",
|
|
3119
|
+
"module": "src/accordion/accordion.ts"
|
|
3120
|
+
}
|
|
2933
3121
|
},
|
|
2934
3122
|
{
|
|
2935
3123
|
"kind": "field",
|
|
2936
|
-
"name": "
|
|
3124
|
+
"name": "activeid",
|
|
2937
3125
|
"type": {
|
|
2938
3126
|
"text": "string | null"
|
|
2939
3127
|
},
|
|
2940
|
-
"
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
"type": {
|
|
2946
|
-
"text": "CriteriaGroup[]"
|
|
2947
|
-
},
|
|
2948
|
-
"default": "[]"
|
|
3128
|
+
"privacy": "private",
|
|
3129
|
+
"inheritedFrom": {
|
|
3130
|
+
"name": "Accordion",
|
|
3131
|
+
"module": "src/accordion/accordion.ts"
|
|
3132
|
+
}
|
|
2949
3133
|
},
|
|
2950
3134
|
{
|
|
2951
3135
|
"kind": "field",
|
|
2952
|
-
"name": "
|
|
3136
|
+
"name": "activeItemIndex",
|
|
2953
3137
|
"type": {
|
|
2954
|
-
"text": "
|
|
3138
|
+
"text": "number"
|
|
2955
3139
|
},
|
|
2956
|
-
"
|
|
3140
|
+
"privacy": "private",
|
|
3141
|
+
"default": "0",
|
|
3142
|
+
"inheritedFrom": {
|
|
3143
|
+
"name": "Accordion",
|
|
3144
|
+
"module": "src/accordion/accordion.ts"
|
|
3145
|
+
}
|
|
2957
3146
|
},
|
|
2958
3147
|
{
|
|
2959
3148
|
"kind": "field",
|
|
2960
|
-
"name": "
|
|
3149
|
+
"name": "accordionIds",
|
|
2961
3150
|
"type": {
|
|
2962
|
-
"text": "
|
|
3151
|
+
"text": "Array<string | null>"
|
|
2963
3152
|
},
|
|
2964
|
-
"
|
|
3153
|
+
"privacy": "private",
|
|
3154
|
+
"inheritedFrom": {
|
|
3155
|
+
"name": "Accordion",
|
|
3156
|
+
"module": "src/accordion/accordion.ts"
|
|
3157
|
+
}
|
|
2965
3158
|
},
|
|
2966
3159
|
{
|
|
2967
3160
|
"kind": "field",
|
|
2968
|
-
"name": "
|
|
2969
|
-
"
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
3161
|
+
"name": "change",
|
|
3162
|
+
"privacy": "private",
|
|
3163
|
+
"inheritedFrom": {
|
|
3164
|
+
"name": "Accordion",
|
|
3165
|
+
"module": "src/accordion/accordion.ts"
|
|
3166
|
+
}
|
|
2973
3167
|
},
|
|
2974
3168
|
{
|
|
2975
|
-
"kind": "
|
|
2976
|
-
"name": "
|
|
2977
|
-
"
|
|
2978
|
-
|
|
3169
|
+
"kind": "method",
|
|
3170
|
+
"name": "findExpandedItem",
|
|
3171
|
+
"privacy": "private",
|
|
3172
|
+
"return": {
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "AccordionItem | null"
|
|
3175
|
+
}
|
|
2979
3176
|
},
|
|
2980
|
-
"
|
|
3177
|
+
"inheritedFrom": {
|
|
3178
|
+
"name": "Accordion",
|
|
3179
|
+
"module": "src/accordion/accordion.ts"
|
|
3180
|
+
}
|
|
2981
3181
|
},
|
|
2982
3182
|
{
|
|
2983
3183
|
"kind": "field",
|
|
2984
|
-
"name": "
|
|
2985
|
-
"type": {
|
|
2986
|
-
"text": "(() => void) | null"
|
|
2987
|
-
},
|
|
3184
|
+
"name": "setItems",
|
|
2988
3185
|
"privacy": "private",
|
|
2989
|
-
"
|
|
3186
|
+
"inheritedFrom": {
|
|
3187
|
+
"name": "Accordion",
|
|
3188
|
+
"module": "src/accordion/accordion.ts"
|
|
3189
|
+
}
|
|
2990
3190
|
},
|
|
2991
3191
|
{
|
|
2992
|
-
"kind": "
|
|
2993
|
-
"name": "
|
|
2994
|
-
"type": {
|
|
2995
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
2996
|
-
},
|
|
3192
|
+
"kind": "method",
|
|
3193
|
+
"name": "resetItems",
|
|
2997
3194
|
"privacy": "private",
|
|
2998
|
-
"
|
|
3195
|
+
"return": {
|
|
3196
|
+
"type": {
|
|
3197
|
+
"text": "void"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"inheritedFrom": {
|
|
3201
|
+
"name": "Accordion",
|
|
3202
|
+
"module": "src/accordion/accordion.ts"
|
|
3203
|
+
}
|
|
2999
3204
|
},
|
|
3000
3205
|
{
|
|
3001
3206
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
3003
|
-
"
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3207
|
+
"name": "removeItemListeners",
|
|
3208
|
+
"privacy": "private",
|
|
3209
|
+
"inheritedFrom": {
|
|
3210
|
+
"name": "Accordion",
|
|
3211
|
+
"module": "src/accordion/accordion.ts"
|
|
3212
|
+
}
|
|
3007
3213
|
},
|
|
3008
3214
|
{
|
|
3009
3215
|
"kind": "field",
|
|
3010
|
-
"name": "
|
|
3011
|
-
"
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3216
|
+
"name": "activeItemChange",
|
|
3217
|
+
"privacy": "private",
|
|
3218
|
+
"inheritedFrom": {
|
|
3219
|
+
"name": "Accordion",
|
|
3220
|
+
"module": "src/accordion/accordion.ts"
|
|
3221
|
+
}
|
|
3015
3222
|
},
|
|
3016
3223
|
{
|
|
3017
3224
|
"kind": "method",
|
|
3018
|
-
"name": "
|
|
3225
|
+
"name": "getItemIds",
|
|
3019
3226
|
"privacy": "private",
|
|
3020
3227
|
"return": {
|
|
3021
3228
|
"type": {
|
|
3022
|
-
"text": "string"
|
|
3229
|
+
"text": "Array<string | null>"
|
|
3023
3230
|
}
|
|
3024
3231
|
},
|
|
3025
|
-
"
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
"text": "string"
|
|
3030
|
-
}
|
|
3031
|
-
}
|
|
3032
|
-
]
|
|
3232
|
+
"inheritedFrom": {
|
|
3233
|
+
"name": "Accordion",
|
|
3234
|
+
"module": "src/accordion/accordion.ts"
|
|
3235
|
+
}
|
|
3033
3236
|
},
|
|
3034
3237
|
{
|
|
3035
3238
|
"kind": "method",
|
|
3036
|
-
"name": "
|
|
3239
|
+
"name": "isSingleExpandMode",
|
|
3240
|
+
"privacy": "private",
|
|
3037
3241
|
"return": {
|
|
3038
3242
|
"type": {
|
|
3039
|
-
"text": "
|
|
3243
|
+
"text": "boolean"
|
|
3040
3244
|
}
|
|
3245
|
+
},
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "Accordion",
|
|
3248
|
+
"module": "src/accordion/accordion.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "field",
|
|
3253
|
+
"name": "handleItemKeyDown",
|
|
3254
|
+
"privacy": "private",
|
|
3255
|
+
"inheritedFrom": {
|
|
3256
|
+
"name": "Accordion",
|
|
3257
|
+
"module": "src/accordion/accordion.ts"
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"kind": "field",
|
|
3262
|
+
"name": "handleItemFocus",
|
|
3263
|
+
"privacy": "private",
|
|
3264
|
+
"inheritedFrom": {
|
|
3265
|
+
"name": "Accordion",
|
|
3266
|
+
"module": "src/accordion/accordion.ts"
|
|
3041
3267
|
}
|
|
3042
3268
|
},
|
|
3043
3269
|
{
|
|
3044
3270
|
"kind": "method",
|
|
3045
|
-
"name": "
|
|
3271
|
+
"name": "adjust",
|
|
3272
|
+
"privacy": "private",
|
|
3046
3273
|
"return": {
|
|
3047
3274
|
"type": {
|
|
3048
3275
|
"text": "void"
|
|
@@ -3050,49 +3277,31 @@
|
|
|
3050
3277
|
},
|
|
3051
3278
|
"parameters": [
|
|
3052
3279
|
{
|
|
3053
|
-
"name": "
|
|
3054
|
-
"type": {
|
|
3055
|
-
"text": "number"
|
|
3056
|
-
}
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"name": "clauseIndex",
|
|
3280
|
+
"name": "adjustment",
|
|
3060
3281
|
"type": {
|
|
3061
3282
|
"text": "number"
|
|
3062
3283
|
}
|
|
3063
3284
|
}
|
|
3064
|
-
]
|
|
3285
|
+
],
|
|
3286
|
+
"inheritedFrom": {
|
|
3287
|
+
"name": "Accordion",
|
|
3288
|
+
"module": "src/accordion/accordion.ts"
|
|
3289
|
+
}
|
|
3065
3290
|
},
|
|
3066
3291
|
{
|
|
3067
3292
|
"kind": "method",
|
|
3068
|
-
"name": "
|
|
3293
|
+
"name": "focusItem",
|
|
3294
|
+
"privacy": "private",
|
|
3069
3295
|
"return": {
|
|
3070
3296
|
"type": {
|
|
3071
3297
|
"text": "void"
|
|
3072
3298
|
}
|
|
3299
|
+
},
|
|
3300
|
+
"inheritedFrom": {
|
|
3301
|
+
"name": "Accordion",
|
|
3302
|
+
"module": "src/accordion/accordion.ts"
|
|
3073
3303
|
}
|
|
3074
3304
|
},
|
|
3075
|
-
{
|
|
3076
|
-
"kind": "method",
|
|
3077
|
-
"name": "handleSubmit"
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
"kind": "method",
|
|
3081
|
-
"name": "handleBlur"
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "method",
|
|
3085
|
-
"name": "clear"
|
|
3086
|
-
},
|
|
3087
|
-
{
|
|
3088
|
-
"kind": "method",
|
|
3089
|
-
"name": "toggleSpeechInput"
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"kind": "method",
|
|
3093
|
-
"name": "clearSpeechApplyDebounce",
|
|
3094
|
-
"privacy": "private"
|
|
3095
|
-
},
|
|
3096
3305
|
{
|
|
3097
3306
|
"kind": "field",
|
|
3098
3307
|
"name": "_presentation",
|
|
@@ -3207,152 +3416,84 @@
|
|
|
3207
3416
|
],
|
|
3208
3417
|
"events": [
|
|
3209
3418
|
{
|
|
3210
|
-
"description": "
|
|
3211
|
-
"name": "
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
}
|
|
3217
|
-
],
|
|
3218
|
-
"attributes": [
|
|
3219
|
-
{
|
|
3220
|
-
"name": "placeholder",
|
|
3221
|
-
"type": {
|
|
3222
|
-
"text": "string"
|
|
3223
|
-
},
|
|
3224
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3225
|
-
"fieldName": "placeholder"
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"type": {
|
|
3229
|
-
"text": "boolean"
|
|
3230
|
-
},
|
|
3231
|
-
"fieldName": "disabled"
|
|
3419
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3420
|
+
"name": "change",
|
|
3421
|
+
"inheritedFrom": {
|
|
3422
|
+
"name": "Accordion",
|
|
3423
|
+
"module": "src/accordion/accordion.ts"
|
|
3424
|
+
}
|
|
3232
3425
|
}
|
|
3233
|
-
]
|
|
3234
|
-
"superclass": {
|
|
3235
|
-
"name": "FoundationElement",
|
|
3236
|
-
"package": "@microsoft/fast-foundation"
|
|
3237
|
-
},
|
|
3238
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3239
|
-
"customElement": true
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "variable",
|
|
3243
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3244
|
-
"type": {
|
|
3245
|
-
"text": "ShadowRootInit"
|
|
3246
|
-
},
|
|
3247
|
-
"default": "undefined"
|
|
3248
|
-
},
|
|
3249
|
-
{
|
|
3250
|
-
"kind": "variable",
|
|
3251
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3252
|
-
"type": {
|
|
3253
|
-
"text": "object"
|
|
3254
|
-
},
|
|
3255
|
-
"default": "{}"
|
|
3426
|
+
]
|
|
3256
3427
|
},
|
|
3257
3428
|
{
|
|
3258
3429
|
"kind": "variable",
|
|
3259
|
-
"name": "
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
"kind": "js",
|
|
3265
|
-
"name": "AiCriteriaSearch",
|
|
3266
|
-
"declaration": {
|
|
3267
|
-
"name": "AiCriteriaSearch",
|
|
3268
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3269
|
-
}
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"kind": "js",
|
|
3273
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3274
|
-
"declaration": {
|
|
3275
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3276
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3277
|
-
}
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"kind": "js",
|
|
3281
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3282
|
-
"declaration": {
|
|
3283
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3284
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3285
|
-
}
|
|
3286
|
-
},
|
|
3287
|
-
{
|
|
3288
|
-
"kind": "js",
|
|
3289
|
-
"name": "foundationAiCriteriaSearch",
|
|
3290
|
-
"declaration": {
|
|
3291
|
-
"name": "foundationAiCriteriaSearch",
|
|
3292
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
]
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "javascript-module",
|
|
3299
|
-
"path": "src/ai-criteria-search/index.ts",
|
|
3300
|
-
"declarations": [],
|
|
3301
|
-
"exports": [
|
|
3302
|
-
{
|
|
3303
|
-
"kind": "js",
|
|
3304
|
-
"name": "AiCriteriaSearch",
|
|
3305
|
-
"declaration": {
|
|
3306
|
-
"name": "AiCriteriaSearch",
|
|
3307
|
-
"module": "./ai-criteria-search"
|
|
3308
|
-
}
|
|
3430
|
+
"name": "foundationAccordionShadowOptions",
|
|
3431
|
+
"type": {
|
|
3432
|
+
"text": "ShadowRootInit"
|
|
3433
|
+
},
|
|
3434
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3309
3435
|
},
|
|
3310
3436
|
{
|
|
3311
|
-
"kind": "
|
|
3312
|
-
"name": "
|
|
3313
|
-
"
|
|
3314
|
-
"
|
|
3315
|
-
|
|
3316
|
-
}
|
|
3437
|
+
"kind": "variable",
|
|
3438
|
+
"name": "defaultAccordionConfig",
|
|
3439
|
+
"type": {
|
|
3440
|
+
"text": "object"
|
|
3441
|
+
},
|
|
3442
|
+
"default": "{}"
|
|
3317
3443
|
},
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "variable",
|
|
3446
|
+
"name": "foundationAccordion",
|
|
3447
|
+
"description": "The Foundation Accordion",
|
|
3448
|
+
"privacy": "public"
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"exports": [
|
|
3318
3452
|
{
|
|
3319
3453
|
"kind": "js",
|
|
3320
|
-
"name": "
|
|
3454
|
+
"name": "Accordion",
|
|
3321
3455
|
"declaration": {
|
|
3322
|
-
"name": "
|
|
3323
|
-
"module": "
|
|
3456
|
+
"name": "Accordion",
|
|
3457
|
+
"module": "src/accordion/accordion.ts"
|
|
3324
3458
|
}
|
|
3325
3459
|
},
|
|
3326
3460
|
{
|
|
3327
3461
|
"kind": "js",
|
|
3328
|
-
"name": "
|
|
3462
|
+
"name": "foundationAccordionShadowOptions",
|
|
3329
3463
|
"declaration": {
|
|
3330
|
-
"name": "
|
|
3331
|
-
"module": "
|
|
3464
|
+
"name": "foundationAccordionShadowOptions",
|
|
3465
|
+
"module": "src/accordion/accordion.ts"
|
|
3332
3466
|
}
|
|
3333
3467
|
},
|
|
3334
3468
|
{
|
|
3335
3469
|
"kind": "js",
|
|
3336
|
-
"name": "
|
|
3470
|
+
"name": "defaultAccordionConfig",
|
|
3337
3471
|
"declaration": {
|
|
3338
|
-
"name": "
|
|
3339
|
-
"module": "
|
|
3472
|
+
"name": "defaultAccordionConfig",
|
|
3473
|
+
"module": "src/accordion/accordion.ts"
|
|
3340
3474
|
}
|
|
3341
3475
|
},
|
|
3342
3476
|
{
|
|
3343
3477
|
"kind": "js",
|
|
3344
|
-
"name": "
|
|
3478
|
+
"name": "foundationAccordion",
|
|
3345
3479
|
"declaration": {
|
|
3346
|
-
"name": "
|
|
3347
|
-
"module": "
|
|
3480
|
+
"name": "foundationAccordion",
|
|
3481
|
+
"module": "src/accordion/accordion.ts"
|
|
3348
3482
|
}
|
|
3349
|
-
}
|
|
3483
|
+
}
|
|
3484
|
+
]
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"kind": "javascript-module",
|
|
3488
|
+
"path": "src/accordion/index.ts",
|
|
3489
|
+
"declarations": [],
|
|
3490
|
+
"exports": [
|
|
3350
3491
|
{
|
|
3351
3492
|
"kind": "js",
|
|
3352
3493
|
"name": "*",
|
|
3353
3494
|
"declaration": {
|
|
3354
3495
|
"name": "*",
|
|
3355
|
-
"package": "./
|
|
3496
|
+
"package": "./accordion.template"
|
|
3356
3497
|
}
|
|
3357
3498
|
},
|
|
3358
3499
|
{
|
|
@@ -3360,7 +3501,7 @@
|
|
|
3360
3501
|
"name": "*",
|
|
3361
3502
|
"declaration": {
|
|
3362
3503
|
"name": "*",
|
|
3363
|
-
"package": "./
|
|
3504
|
+
"package": "./accordion.styles"
|
|
3364
3505
|
}
|
|
3365
3506
|
},
|
|
3366
3507
|
{
|
|
@@ -3368,93 +3509,18 @@
|
|
|
3368
3509
|
"name": "*",
|
|
3369
3510
|
"declaration": {
|
|
3370
3511
|
"name": "*",
|
|
3371
|
-
"package": "./
|
|
3372
|
-
}
|
|
3373
|
-
}
|
|
3374
|
-
]
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "javascript-module",
|
|
3378
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3379
|
-
"declarations": [
|
|
3380
|
-
{
|
|
3381
|
-
"kind": "function",
|
|
3382
|
-
"name": "formatValidationErrors",
|
|
3383
|
-
"return": {
|
|
3384
|
-
"type": {
|
|
3385
|
-
"text": "string"
|
|
3386
|
-
}
|
|
3387
|
-
},
|
|
3388
|
-
"parameters": [
|
|
3389
|
-
{
|
|
3390
|
-
"name": "errors",
|
|
3391
|
-
"type": {
|
|
3392
|
-
"text": "ValidationError[]"
|
|
3393
|
-
}
|
|
3394
|
-
}
|
|
3395
|
-
],
|
|
3396
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"kind": "function",
|
|
3400
|
-
"name": "showCriteriaError",
|
|
3401
|
-
"return": {
|
|
3402
|
-
"type": {
|
|
3403
|
-
"text": "void"
|
|
3404
|
-
}
|
|
3405
|
-
},
|
|
3406
|
-
"parameters": [
|
|
3407
|
-
{
|
|
3408
|
-
"name": "title",
|
|
3409
|
-
"type": {
|
|
3410
|
-
"text": "string"
|
|
3411
|
-
},
|
|
3412
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"name": "body",
|
|
3416
|
-
"type": {
|
|
3417
|
-
"text": "string"
|
|
3418
|
-
},
|
|
3419
|
-
"description": "Error message to display"
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"name": "tagName",
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "string"
|
|
3425
|
-
},
|
|
3426
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3427
|
-
}
|
|
3428
|
-
],
|
|
3429
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3430
|
-
}
|
|
3431
|
-
],
|
|
3432
|
-
"exports": [
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "js",
|
|
3435
|
-
"name": "formatValidationErrors",
|
|
3436
|
-
"declaration": {
|
|
3437
|
-
"name": "formatValidationErrors",
|
|
3438
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3439
|
-
}
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"kind": "js",
|
|
3443
|
-
"name": "showCriteriaError",
|
|
3444
|
-
"declaration": {
|
|
3445
|
-
"name": "showCriteriaError",
|
|
3446
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3512
|
+
"package": "./accordion"
|
|
3447
3513
|
}
|
|
3448
3514
|
}
|
|
3449
3515
|
]
|
|
3450
3516
|
},
|
|
3451
3517
|
{
|
|
3452
3518
|
"kind": "javascript-module",
|
|
3453
|
-
"path": "src/
|
|
3519
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3454
3520
|
"declarations": [
|
|
3455
3521
|
{
|
|
3456
3522
|
"kind": "function",
|
|
3457
|
-
"name": "
|
|
3523
|
+
"name": "foundationAiIndicatorStyles",
|
|
3458
3524
|
"return": {
|
|
3459
3525
|
"type": {
|
|
3460
3526
|
"text": "ElementStyles"
|
|
@@ -3479,276 +3545,224 @@
|
|
|
3479
3545
|
"exports": [
|
|
3480
3546
|
{
|
|
3481
3547
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3548
|
+
"name": "foundationAiIndicatorStyles",
|
|
3483
3549
|
"declaration": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "src/
|
|
3550
|
+
"name": "foundationAiIndicatorStyles",
|
|
3551
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3486
3552
|
}
|
|
3487
3553
|
}
|
|
3488
3554
|
]
|
|
3489
3555
|
},
|
|
3490
3556
|
{
|
|
3491
3557
|
"kind": "javascript-module",
|
|
3492
|
-
"path": "src/
|
|
3558
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3493
3559
|
"declarations": [
|
|
3494
3560
|
{
|
|
3495
|
-
"kind": "
|
|
3496
|
-
"name": "
|
|
3497
|
-
"
|
|
3498
|
-
"
|
|
3499
|
-
"text": "ViewTemplate<Accordion>"
|
|
3500
|
-
}
|
|
3561
|
+
"kind": "variable",
|
|
3562
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3563
|
+
"type": {
|
|
3564
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3501
3565
|
},
|
|
3502
|
-
"
|
|
3503
|
-
{
|
|
3504
|
-
"name": "context",
|
|
3505
|
-
"type": {
|
|
3506
|
-
"text": "ElementDefinitionContext"
|
|
3507
|
-
}
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"name": "definition",
|
|
3511
|
-
"type": {
|
|
3512
|
-
"text": "FoundationElementDefinition"
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
]
|
|
3566
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3516
3567
|
}
|
|
3517
3568
|
],
|
|
3518
3569
|
"exports": [
|
|
3519
3570
|
{
|
|
3520
3571
|
"kind": "js",
|
|
3521
|
-
"name": "
|
|
3572
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3522
3573
|
"declaration": {
|
|
3523
|
-
"name": "
|
|
3524
|
-
"module": "src/
|
|
3574
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3575
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3525
3576
|
}
|
|
3526
3577
|
}
|
|
3527
3578
|
]
|
|
3528
3579
|
},
|
|
3529
3580
|
{
|
|
3530
3581
|
"kind": "javascript-module",
|
|
3531
|
-
"path": "src/
|
|
3582
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3532
3583
|
"declarations": [
|
|
3533
3584
|
{
|
|
3534
3585
|
"kind": "class",
|
|
3535
3586
|
"description": "",
|
|
3536
|
-
"name": "
|
|
3537
|
-
"
|
|
3538
|
-
"name": "FASTAccordion",
|
|
3539
|
-
"package": "@microsoft/fast-foundation"
|
|
3540
|
-
},
|
|
3541
|
-
"tagName": "%%prefix%%-accordion",
|
|
3542
|
-
"customElement": true,
|
|
3543
|
-
"attributes": [
|
|
3587
|
+
"name": "AiIndicator",
|
|
3588
|
+
"members": [
|
|
3544
3589
|
{
|
|
3545
|
-
"
|
|
3590
|
+
"kind": "field",
|
|
3591
|
+
"name": "providerRegistry",
|
|
3546
3592
|
"type": {
|
|
3547
|
-
"text": "
|
|
3548
|
-
},
|
|
3549
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3550
|
-
"fieldName": "expandmode",
|
|
3551
|
-
"inheritedFrom": {
|
|
3552
|
-
"name": "Accordion",
|
|
3553
|
-
"module": "src/accordion/accordion.ts"
|
|
3593
|
+
"text": "AIProviderRegistry"
|
|
3554
3594
|
}
|
|
3555
|
-
}
|
|
3556
|
-
],
|
|
3557
|
-
"members": [
|
|
3595
|
+
},
|
|
3558
3596
|
{
|
|
3559
3597
|
"kind": "field",
|
|
3560
|
-
"name": "
|
|
3598
|
+
"name": "aiProvider",
|
|
3561
3599
|
"type": {
|
|
3562
|
-
"text": "
|
|
3600
|
+
"text": "AIProvider | undefined"
|
|
3563
3601
|
},
|
|
3564
|
-
"privacy": "
|
|
3565
|
-
"description": "
|
|
3566
|
-
"
|
|
3567
|
-
"name": "Accordion",
|
|
3568
|
-
"module": "src/accordion/accordion.ts"
|
|
3569
|
-
}
|
|
3602
|
+
"privacy": "private",
|
|
3603
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3604
|
+
"readonly": true
|
|
3570
3605
|
},
|
|
3571
3606
|
{
|
|
3572
3607
|
"kind": "field",
|
|
3573
|
-
"name": "
|
|
3608
|
+
"name": "status",
|
|
3574
3609
|
"type": {
|
|
3575
|
-
"text": "
|
|
3610
|
+
"text": "AIStatus | null"
|
|
3576
3611
|
},
|
|
3577
|
-
"
|
|
3578
|
-
"inheritedFrom": {
|
|
3579
|
-
"name": "Accordion",
|
|
3580
|
-
"module": "src/accordion/accordion.ts"
|
|
3581
|
-
}
|
|
3612
|
+
"default": "null"
|
|
3582
3613
|
},
|
|
3583
3614
|
{
|
|
3584
3615
|
"kind": "field",
|
|
3585
|
-
"name": "
|
|
3616
|
+
"name": "open",
|
|
3586
3617
|
"type": {
|
|
3587
|
-
"text": "
|
|
3618
|
+
"text": "boolean"
|
|
3588
3619
|
},
|
|
3589
|
-
"
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3620
|
+
"default": "false"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"kind": "field",
|
|
3624
|
+
"name": "state",
|
|
3625
|
+
"type": {
|
|
3626
|
+
"text": "AIIndicatorState"
|
|
3627
|
+
},
|
|
3628
|
+
"default": "'none'"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "field",
|
|
3632
|
+
"name": "isInstalling",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "boolean"
|
|
3635
|
+
},
|
|
3636
|
+
"default": "false"
|
|
3595
3637
|
},
|
|
3596
3638
|
{
|
|
3597
3639
|
"kind": "field",
|
|
3598
|
-
"name": "
|
|
3640
|
+
"name": "pollTimer",
|
|
3599
3641
|
"type": {
|
|
3600
|
-
"text": "
|
|
3642
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3601
3643
|
},
|
|
3602
3644
|
"privacy": "private",
|
|
3603
|
-
"
|
|
3604
|
-
"name": "Accordion",
|
|
3605
|
-
"module": "src/accordion/accordion.ts"
|
|
3606
|
-
}
|
|
3645
|
+
"default": "null"
|
|
3607
3646
|
},
|
|
3608
3647
|
{
|
|
3609
3648
|
"kind": "field",
|
|
3610
|
-
"name": "
|
|
3611
|
-
"privacy": "private"
|
|
3612
|
-
"inheritedFrom": {
|
|
3613
|
-
"name": "Accordion",
|
|
3614
|
-
"module": "src/accordion/accordion.ts"
|
|
3615
|
-
}
|
|
3649
|
+
"name": "clickOutside",
|
|
3650
|
+
"privacy": "private"
|
|
3616
3651
|
},
|
|
3617
3652
|
{
|
|
3618
|
-
"kind": "
|
|
3619
|
-
"name": "
|
|
3620
|
-
"
|
|
3621
|
-
|
|
3622
|
-
"type": {
|
|
3623
|
-
"text": "AccordionItem | null"
|
|
3624
|
-
}
|
|
3653
|
+
"kind": "field",
|
|
3654
|
+
"name": "chromeStatusLabel",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "string | null"
|
|
3625
3657
|
},
|
|
3626
|
-
"
|
|
3627
|
-
"name": "Accordion",
|
|
3628
|
-
"module": "src/accordion/accordion.ts"
|
|
3629
|
-
}
|
|
3658
|
+
"readonly": true
|
|
3630
3659
|
},
|
|
3631
3660
|
{
|
|
3632
3661
|
"kind": "field",
|
|
3633
|
-
"name": "
|
|
3634
|
-
"
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3662
|
+
"name": "canInstall",
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "boolean"
|
|
3665
|
+
},
|
|
3666
|
+
"readonly": true
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "field",
|
|
3670
|
+
"name": "isDownloading",
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "boolean"
|
|
3673
|
+
},
|
|
3674
|
+
"readonly": true
|
|
3639
3675
|
},
|
|
3640
3676
|
{
|
|
3641
3677
|
"kind": "method",
|
|
3642
|
-
"name": "
|
|
3643
|
-
"privacy": "private",
|
|
3678
|
+
"name": "openChanged",
|
|
3644
3679
|
"return": {
|
|
3645
3680
|
"type": {
|
|
3646
3681
|
"text": "void"
|
|
3647
3682
|
}
|
|
3648
|
-
},
|
|
3649
|
-
"inheritedFrom": {
|
|
3650
|
-
"name": "Accordion",
|
|
3651
|
-
"module": "src/accordion/accordion.ts"
|
|
3652
3683
|
}
|
|
3653
3684
|
},
|
|
3654
3685
|
{
|
|
3655
|
-
"kind": "
|
|
3656
|
-
"name": "
|
|
3686
|
+
"kind": "method",
|
|
3687
|
+
"name": "handleClickOutside",
|
|
3657
3688
|
"privacy": "private",
|
|
3658
|
-
"
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3689
|
+
"parameters": [
|
|
3690
|
+
{
|
|
3691
|
+
"name": "event",
|
|
3692
|
+
"type": {
|
|
3693
|
+
"text": "MouseEvent"
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
]
|
|
3662
3697
|
},
|
|
3663
3698
|
{
|
|
3664
|
-
"kind": "
|
|
3665
|
-
"name": "
|
|
3666
|
-
"privacy": "private",
|
|
3667
|
-
"inheritedFrom": {
|
|
3668
|
-
"name": "Accordion",
|
|
3669
|
-
"module": "src/accordion/accordion.ts"
|
|
3670
|
-
}
|
|
3699
|
+
"kind": "method",
|
|
3700
|
+
"name": "toggleDropdown"
|
|
3671
3701
|
},
|
|
3672
3702
|
{
|
|
3673
3703
|
"kind": "method",
|
|
3674
|
-
"name": "
|
|
3675
|
-
"privacy": "private",
|
|
3704
|
+
"name": "refreshStatus",
|
|
3676
3705
|
"return": {
|
|
3677
3706
|
"type": {
|
|
3678
|
-
"text": "
|
|
3707
|
+
"text": "Promise<void>"
|
|
3679
3708
|
}
|
|
3680
|
-
},
|
|
3681
|
-
"inheritedFrom": {
|
|
3682
|
-
"name": "Accordion",
|
|
3683
|
-
"module": "src/accordion/accordion.ts"
|
|
3684
3709
|
}
|
|
3685
3710
|
},
|
|
3686
3711
|
{
|
|
3687
3712
|
"kind": "method",
|
|
3688
|
-
"name": "
|
|
3713
|
+
"name": "deriveState",
|
|
3689
3714
|
"privacy": "private",
|
|
3690
3715
|
"return": {
|
|
3691
3716
|
"type": {
|
|
3692
|
-
"text": "
|
|
3717
|
+
"text": "AIIndicatorState"
|
|
3693
3718
|
}
|
|
3694
3719
|
},
|
|
3695
|
-
"
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3720
|
+
"parameters": [
|
|
3721
|
+
{
|
|
3722
|
+
"name": "s",
|
|
3723
|
+
"type": {
|
|
3724
|
+
"text": "AIStatus | null"
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
]
|
|
3699
3728
|
},
|
|
3700
3729
|
{
|
|
3701
|
-
"kind": "
|
|
3702
|
-
"name": "
|
|
3730
|
+
"kind": "method",
|
|
3731
|
+
"name": "maybeStartPolling",
|
|
3703
3732
|
"privacy": "private",
|
|
3704
|
-
"
|
|
3705
|
-
"
|
|
3706
|
-
|
|
3733
|
+
"return": {
|
|
3734
|
+
"type": {
|
|
3735
|
+
"text": "void"
|
|
3736
|
+
}
|
|
3707
3737
|
}
|
|
3708
3738
|
},
|
|
3709
3739
|
{
|
|
3710
|
-
"kind": "
|
|
3711
|
-
"name": "
|
|
3740
|
+
"kind": "method",
|
|
3741
|
+
"name": "startPolling",
|
|
3712
3742
|
"privacy": "private",
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3715
|
-
|
|
3743
|
+
"return": {
|
|
3744
|
+
"type": {
|
|
3745
|
+
"text": "void"
|
|
3746
|
+
}
|
|
3716
3747
|
}
|
|
3717
3748
|
},
|
|
3718
3749
|
{
|
|
3719
3750
|
"kind": "method",
|
|
3720
|
-
"name": "
|
|
3751
|
+
"name": "stopPolling",
|
|
3721
3752
|
"privacy": "private",
|
|
3722
3753
|
"return": {
|
|
3723
3754
|
"type": {
|
|
3724
3755
|
"text": "void"
|
|
3725
3756
|
}
|
|
3726
|
-
},
|
|
3727
|
-
"parameters": [
|
|
3728
|
-
{
|
|
3729
|
-
"name": "adjustment",
|
|
3730
|
-
"type": {
|
|
3731
|
-
"text": "number"
|
|
3732
|
-
}
|
|
3733
|
-
}
|
|
3734
|
-
],
|
|
3735
|
-
"inheritedFrom": {
|
|
3736
|
-
"name": "Accordion",
|
|
3737
|
-
"module": "src/accordion/accordion.ts"
|
|
3738
3757
|
}
|
|
3739
3758
|
},
|
|
3740
3759
|
{
|
|
3741
3760
|
"kind": "method",
|
|
3742
|
-
"name": "
|
|
3743
|
-
"privacy": "private",
|
|
3761
|
+
"name": "onInstall",
|
|
3744
3762
|
"return": {
|
|
3745
3763
|
"type": {
|
|
3746
|
-
"text": "void"
|
|
3764
|
+
"text": "Promise<void>"
|
|
3747
3765
|
}
|
|
3748
|
-
},
|
|
3749
|
-
"inheritedFrom": {
|
|
3750
|
-
"name": "Accordion",
|
|
3751
|
-
"module": "src/accordion/accordion.ts"
|
|
3752
3766
|
}
|
|
3753
3767
|
},
|
|
3754
3768
|
{
|
|
@@ -3863,102 +3877,88 @@
|
|
|
3863
3877
|
}
|
|
3864
3878
|
}
|
|
3865
3879
|
],
|
|
3866
|
-
"
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
"name": "change",
|
|
3870
|
-
"inheritedFrom": {
|
|
3871
|
-
"name": "Accordion",
|
|
3872
|
-
"module": "src/accordion/accordion.ts"
|
|
3873
|
-
}
|
|
3874
|
-
}
|
|
3875
|
-
]
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"kind": "variable",
|
|
3879
|
-
"name": "foundationAccordionShadowOptions",
|
|
3880
|
-
"type": {
|
|
3881
|
-
"text": "ShadowRootInit"
|
|
3882
|
-
},
|
|
3883
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"kind": "variable",
|
|
3887
|
-
"name": "defaultAccordionConfig",
|
|
3888
|
-
"type": {
|
|
3889
|
-
"text": "object"
|
|
3880
|
+
"superclass": {
|
|
3881
|
+
"name": "FoundationElement",
|
|
3882
|
+
"package": "@microsoft/fast-foundation"
|
|
3890
3883
|
},
|
|
3891
|
-
"
|
|
3884
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3885
|
+
"customElement": true
|
|
3892
3886
|
},
|
|
3893
3887
|
{
|
|
3894
3888
|
"kind": "variable",
|
|
3895
|
-
"name": "
|
|
3896
|
-
"description": "The Foundation Accordion",
|
|
3897
|
-
"privacy": "public"
|
|
3889
|
+
"name": "foundationAiIndicator"
|
|
3898
3890
|
}
|
|
3899
3891
|
],
|
|
3900
3892
|
"exports": [
|
|
3901
3893
|
{
|
|
3902
3894
|
"kind": "js",
|
|
3903
|
-
"name": "
|
|
3895
|
+
"name": "AiIndicator",
|
|
3904
3896
|
"declaration": {
|
|
3905
|
-
"name": "
|
|
3906
|
-
"module": "src/
|
|
3897
|
+
"name": "AiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3907
3899
|
}
|
|
3908
3900
|
},
|
|
3909
3901
|
{
|
|
3910
3902
|
"kind": "js",
|
|
3911
|
-
"name": "
|
|
3903
|
+
"name": "foundationAiIndicator",
|
|
3912
3904
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"module": "src/
|
|
3905
|
+
"name": "foundationAiIndicator",
|
|
3906
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3907
|
+
}
|
|
3908
|
+
}
|
|
3909
|
+
]
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"kind": "javascript-module",
|
|
3913
|
+
"path": "src/ai-indicator/index.ts",
|
|
3914
|
+
"declarations": [],
|
|
3915
|
+
"exports": [
|
|
3916
|
+
{
|
|
3917
|
+
"kind": "js",
|
|
3918
|
+
"name": "AiIndicator",
|
|
3919
|
+
"declaration": {
|
|
3920
|
+
"name": "AiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3915
3922
|
}
|
|
3916
3923
|
},
|
|
3917
3924
|
{
|
|
3918
3925
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3926
|
+
"name": "foundationAiIndicator",
|
|
3920
3927
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "
|
|
3928
|
+
"name": "foundationAiIndicator",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3923
3930
|
}
|
|
3924
3931
|
},
|
|
3925
3932
|
{
|
|
3926
3933
|
"kind": "js",
|
|
3927
|
-
"name": "
|
|
3934
|
+
"name": "type",
|
|
3928
3935
|
"declaration": {
|
|
3929
|
-
"name": "
|
|
3930
|
-
"module": "
|
|
3936
|
+
"name": "type",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3931
3938
|
}
|
|
3932
|
-
}
|
|
3933
|
-
]
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
"kind": "javascript-module",
|
|
3937
|
-
"path": "src/accordion/index.ts",
|
|
3938
|
-
"declarations": [],
|
|
3939
|
-
"exports": [
|
|
3939
|
+
},
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "AIIndicatorState",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3944
|
+
"name": "AIIndicatorState",
|
|
3945
|
+
"module": "./ai-indicator"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3952
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3953
|
+
"module": "./ai-indicator.template"
|
|
3954
3954
|
}
|
|
3955
3955
|
},
|
|
3956
3956
|
{
|
|
3957
3957
|
"kind": "js",
|
|
3958
|
-
"name": "
|
|
3958
|
+
"name": "foundationAiIndicatorStyles",
|
|
3959
3959
|
"declaration": {
|
|
3960
|
-
"name": "
|
|
3961
|
-
"
|
|
3960
|
+
"name": "foundationAiIndicatorStyles",
|
|
3961
|
+
"module": "./ai-indicator.styles"
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|