@genesislcap/foundation-ui 14.401.2 → 14.401.3-hide-status-pill.3

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.
@@ -1287,6 +1287,37 @@
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/_config/index.ts",
1293
+ "declarations": [],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./styles"
1301
+ }
1302
+ },
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "*",
1306
+ "declaration": {
1307
+ "name": "*",
1308
+ "package": "./tokens"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./values"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1290
1321
  {
1291
1322
  "kind": "javascript-module",
1292
1323
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1681,219 +1712,6 @@
1681
1712
  }
1682
1713
  ]
1683
1714
  },
1684
- {
1685
- "kind": "javascript-module",
1686
- "path": "src/accordion/accordion.styles.ts",
1687
- "declarations": [
1688
- {
1689
- "kind": "function",
1690
- "name": "foundationAccordionStyles",
1691
- "return": {
1692
- "type": {
1693
- "text": "ElementStyles"
1694
- }
1695
- },
1696
- "parameters": [
1697
- {
1698
- "name": "context",
1699
- "type": {
1700
- "text": "ElementDefinitionContext"
1701
- }
1702
- },
1703
- {
1704
- "name": "definition",
1705
- "type": {
1706
- "text": "FoundationElementDefinition"
1707
- }
1708
- }
1709
- ]
1710
- }
1711
- ],
1712
- "exports": [
1713
- {
1714
- "kind": "js",
1715
- "name": "foundationAccordionStyles",
1716
- "declaration": {
1717
- "name": "foundationAccordionStyles",
1718
- "module": "src/accordion/accordion.styles.ts"
1719
- }
1720
- }
1721
- ]
1722
- },
1723
- {
1724
- "kind": "javascript-module",
1725
- "path": "src/accordion/accordion.template.ts",
1726
- "declarations": [
1727
- {
1728
- "kind": "function",
1729
- "name": "foundationAccordionTemplate",
1730
- "return": {
1731
- "type": {
1732
- "text": "ViewTemplate<Accordion>"
1733
- }
1734
- },
1735
- "parameters": [
1736
- {
1737
- "name": "context",
1738
- "type": {
1739
- "text": "ElementDefinitionContext"
1740
- }
1741
- },
1742
- {
1743
- "name": "definition",
1744
- "type": {
1745
- "text": "FoundationElementDefinition"
1746
- }
1747
- }
1748
- ]
1749
- }
1750
- ],
1751
- "exports": [
1752
- {
1753
- "kind": "js",
1754
- "name": "foundationAccordionTemplate",
1755
- "declaration": {
1756
- "name": "foundationAccordionTemplate",
1757
- "module": "src/accordion/accordion.template.ts"
1758
- }
1759
- }
1760
- ]
1761
- },
1762
- {
1763
- "kind": "javascript-module",
1764
- "path": "src/accordion/accordion.ts",
1765
- "declarations": [
1766
- {
1767
- "kind": "class",
1768
- "description": "",
1769
- "name": "Accordion",
1770
- "superclass": {
1771
- "name": "FASTAccordion",
1772
- "package": "@microsoft/fast-foundation"
1773
- },
1774
- "tagName": "%%prefix%%-accordion",
1775
- "customElement": true
1776
- },
1777
- {
1778
- "kind": "variable",
1779
- "name": "foundationAccordionShadowOptions",
1780
- "type": {
1781
- "text": "ShadowRootInit"
1782
- },
1783
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1784
- },
1785
- {
1786
- "kind": "variable",
1787
- "name": "defaultAccordionConfig",
1788
- "type": {
1789
- "text": "object"
1790
- },
1791
- "default": "{}"
1792
- },
1793
- {
1794
- "kind": "variable",
1795
- "name": "foundationAccordion",
1796
- "description": "The Foundation Accordion",
1797
- "privacy": "public"
1798
- }
1799
- ],
1800
- "exports": [
1801
- {
1802
- "kind": "js",
1803
- "name": "Accordion",
1804
- "declaration": {
1805
- "name": "Accordion",
1806
- "module": "src/accordion/accordion.ts"
1807
- }
1808
- },
1809
- {
1810
- "kind": "js",
1811
- "name": "foundationAccordionShadowOptions",
1812
- "declaration": {
1813
- "name": "foundationAccordionShadowOptions",
1814
- "module": "src/accordion/accordion.ts"
1815
- }
1816
- },
1817
- {
1818
- "kind": "js",
1819
- "name": "defaultAccordionConfig",
1820
- "declaration": {
1821
- "name": "defaultAccordionConfig",
1822
- "module": "src/accordion/accordion.ts"
1823
- }
1824
- },
1825
- {
1826
- "kind": "js",
1827
- "name": "foundationAccordion",
1828
- "declaration": {
1829
- "name": "foundationAccordion",
1830
- "module": "src/accordion/accordion.ts"
1831
- }
1832
- }
1833
- ]
1834
- },
1835
- {
1836
- "kind": "javascript-module",
1837
- "path": "src/accordion/index.ts",
1838
- "declarations": [],
1839
- "exports": [
1840
- {
1841
- "kind": "js",
1842
- "name": "*",
1843
- "declaration": {
1844
- "name": "*",
1845
- "package": "./accordion.template"
1846
- }
1847
- },
1848
- {
1849
- "kind": "js",
1850
- "name": "*",
1851
- "declaration": {
1852
- "name": "*",
1853
- "package": "./accordion.styles"
1854
- }
1855
- },
1856
- {
1857
- "kind": "js",
1858
- "name": "*",
1859
- "declaration": {
1860
- "name": "*",
1861
- "package": "./accordion"
1862
- }
1863
- }
1864
- ]
1865
- },
1866
- {
1867
- "kind": "javascript-module",
1868
- "path": "src/_config/index.ts",
1869
- "declarations": [],
1870
- "exports": [
1871
- {
1872
- "kind": "js",
1873
- "name": "*",
1874
- "declaration": {
1875
- "name": "*",
1876
- "package": "./styles"
1877
- }
1878
- },
1879
- {
1880
- "kind": "js",
1881
- "name": "*",
1882
- "declaration": {
1883
- "name": "*",
1884
- "package": "./tokens"
1885
- }
1886
- },
1887
- {
1888
- "kind": "js",
1889
- "name": "*",
1890
- "declaration": {
1891
- "name": "*",
1892
- "package": "./values"
1893
- }
1894
- }
1895
- ]
1896
- },
1897
1715
  {
1898
1716
  "kind": "javascript-module",
1899
1717
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2455,11 +2273,11 @@
2455
2273
  },
2456
2274
  {
2457
2275
  "kind": "javascript-module",
2458
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2276
+ "path": "src/accordion/accordion.styles.ts",
2459
2277
  "declarations": [
2460
2278
  {
2461
2279
  "kind": "function",
2462
- "name": "foundationAiIndicatorStyles",
2280
+ "name": "foundationAccordionStyles",
2463
2281
  "return": {
2464
2282
  "type": {
2465
2283
  "text": "ElementStyles"
@@ -2484,410 +2302,153 @@
2484
2302
  "exports": [
2485
2303
  {
2486
2304
  "kind": "js",
2487
- "name": "foundationAiIndicatorStyles",
2305
+ "name": "foundationAccordionStyles",
2488
2306
  "declaration": {
2489
- "name": "foundationAiIndicatorStyles",
2490
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2307
+ "name": "foundationAccordionStyles",
2308
+ "module": "src/accordion/accordion.styles.ts"
2491
2309
  }
2492
2310
  }
2493
2311
  ]
2494
2312
  },
2495
2313
  {
2496
2314
  "kind": "javascript-module",
2497
- "path": "src/ai-indicator/ai-indicator.template.ts",
2315
+ "path": "src/accordion/accordion.template.ts",
2498
2316
  "declarations": [
2499
2317
  {
2500
- "kind": "variable",
2501
- "name": "foundationAiIndicatorTemplate",
2502
- "type": {
2503
- "text": "ViewTemplate<AiIndicator>"
2318
+ "kind": "function",
2319
+ "name": "foundationAccordionTemplate",
2320
+ "return": {
2321
+ "type": {
2322
+ "text": "ViewTemplate<Accordion>"
2323
+ }
2504
2324
  },
2505
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2325
+ "parameters": [
2326
+ {
2327
+ "name": "context",
2328
+ "type": {
2329
+ "text": "ElementDefinitionContext"
2330
+ }
2331
+ },
2332
+ {
2333
+ "name": "definition",
2334
+ "type": {
2335
+ "text": "FoundationElementDefinition"
2336
+ }
2337
+ }
2338
+ ]
2506
2339
  }
2507
2340
  ],
2508
2341
  "exports": [
2509
2342
  {
2510
2343
  "kind": "js",
2511
- "name": "foundationAiIndicatorTemplate",
2344
+ "name": "foundationAccordionTemplate",
2512
2345
  "declaration": {
2513
- "name": "foundationAiIndicatorTemplate",
2514
- "module": "src/ai-indicator/ai-indicator.template.ts"
2346
+ "name": "foundationAccordionTemplate",
2347
+ "module": "src/accordion/accordion.template.ts"
2515
2348
  }
2516
2349
  }
2517
2350
  ]
2518
2351
  },
2519
2352
  {
2520
2353
  "kind": "javascript-module",
2521
- "path": "src/ai-indicator/ai-indicator.ts",
2354
+ "path": "src/accordion/accordion.ts",
2522
2355
  "declarations": [
2523
2356
  {
2524
2357
  "kind": "class",
2525
2358
  "description": "",
2526
- "name": "AiIndicator",
2527
- "members": [
2528
- {
2529
- "kind": "field",
2530
- "name": "aiProvider",
2531
- "type": {
2532
- "text": "AIProvider"
2533
- }
2534
- },
2535
- {
2536
- "kind": "field",
2537
- "name": "status",
2538
- "type": {
2539
- "text": "AIStatus | null"
2540
- },
2541
- "default": "null"
2542
- },
2543
- {
2544
- "kind": "field",
2545
- "name": "open",
2546
- "type": {
2547
- "text": "boolean"
2548
- },
2549
- "default": "false"
2550
- },
2551
- {
2552
- "kind": "field",
2553
- "name": "state",
2554
- "type": {
2555
- "text": "AIIndicatorState"
2556
- },
2557
- "default": "'none'"
2558
- },
2559
- {
2560
- "kind": "field",
2561
- "name": "isInstalling",
2562
- "type": {
2563
- "text": "boolean"
2564
- },
2565
- "default": "false"
2566
- },
2567
- {
2568
- "kind": "field",
2569
- "name": "pollTimer",
2570
- "type": {
2571
- "text": "ReturnType<typeof setInterval> | null"
2572
- },
2573
- "privacy": "private",
2574
- "default": "null"
2575
- },
2576
- {
2577
- "kind": "field",
2578
- "name": "clickOutside",
2579
- "privacy": "private"
2580
- },
2581
- {
2582
- "kind": "field",
2583
- "name": "chromeStatusLabel",
2584
- "type": {
2585
- "text": "string | null"
2586
- },
2587
- "readonly": true
2588
- },
2589
- {
2590
- "kind": "field",
2591
- "name": "canInstall",
2592
- "type": {
2593
- "text": "boolean"
2594
- },
2595
- "readonly": true
2596
- },
2597
- {
2598
- "kind": "field",
2599
- "name": "isDownloading",
2600
- "type": {
2601
- "text": "boolean"
2602
- },
2603
- "readonly": true
2604
- },
2605
- {
2606
- "kind": "method",
2607
- "name": "openChanged",
2608
- "return": {
2609
- "type": {
2610
- "text": "void"
2611
- }
2612
- }
2613
- },
2614
- {
2615
- "kind": "method",
2616
- "name": "handleClickOutside",
2617
- "privacy": "private",
2618
- "parameters": [
2619
- {
2620
- "name": "event",
2621
- "type": {
2622
- "text": "MouseEvent"
2623
- }
2624
- }
2625
- ]
2626
- },
2627
- {
2628
- "kind": "method",
2629
- "name": "toggleDropdown"
2630
- },
2631
- {
2632
- "kind": "method",
2633
- "name": "refreshStatus",
2634
- "return": {
2635
- "type": {
2636
- "text": "Promise<void>"
2637
- }
2638
- }
2639
- },
2640
- {
2641
- "kind": "method",
2642
- "name": "deriveState",
2643
- "privacy": "private",
2644
- "return": {
2645
- "type": {
2646
- "text": "AIIndicatorState"
2647
- }
2648
- },
2649
- "parameters": [
2650
- {
2651
- "name": "s",
2652
- "type": {
2653
- "text": "AIStatus | null"
2654
- }
2655
- }
2656
- ]
2657
- },
2658
- {
2659
- "kind": "method",
2660
- "name": "maybeStartPolling",
2661
- "privacy": "private",
2662
- "return": {
2663
- "type": {
2664
- "text": "void"
2665
- }
2666
- }
2667
- },
2668
- {
2669
- "kind": "method",
2670
- "name": "startPolling",
2671
- "privacy": "private",
2672
- "return": {
2673
- "type": {
2674
- "text": "void"
2675
- }
2676
- }
2677
- },
2678
- {
2679
- "kind": "method",
2680
- "name": "stopPolling",
2681
- "privacy": "private",
2682
- "return": {
2683
- "type": {
2684
- "text": "void"
2685
- }
2686
- }
2687
- },
2688
- {
2689
- "kind": "method",
2690
- "name": "onInstall",
2691
- "return": {
2692
- "type": {
2693
- "text": "Promise<void>"
2694
- }
2695
- }
2696
- },
2697
- {
2698
- "kind": "field",
2699
- "name": "_presentation",
2700
- "type": {
2701
- "text": "ComponentPresentation | null | undefined"
2702
- },
2703
- "privacy": "private",
2704
- "default": "void 0",
2705
- "inheritedFrom": {
2706
- "name": "FoundationElement",
2707
- "module": "src/foundation-element/foundation-element.ts"
2708
- }
2709
- },
2710
- {
2711
- "kind": "field",
2712
- "name": "$presentation",
2713
- "type": {
2714
- "text": "ComponentPresentation | null"
2715
- },
2716
- "privacy": "public",
2717
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2718
- "inheritedFrom": {
2719
- "name": "FoundationElement",
2720
- "module": "src/foundation-element/foundation-element.ts"
2721
- }
2722
- },
2723
- {
2724
- "kind": "field",
2725
- "name": "template",
2726
- "type": {
2727
- "text": "ElementViewTemplate | void | null"
2728
- },
2729
- "privacy": "public",
2730
- "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.",
2731
- "inheritedFrom": {
2732
- "name": "FoundationElement",
2733
- "module": "src/foundation-element/foundation-element.ts"
2734
- }
2735
- },
2736
- {
2737
- "kind": "method",
2738
- "name": "templateChanged",
2739
- "privacy": "protected",
2740
- "return": {
2741
- "type": {
2742
- "text": "void"
2743
- }
2744
- },
2745
- "inheritedFrom": {
2746
- "name": "FoundationElement",
2747
- "module": "src/foundation-element/foundation-element.ts"
2748
- }
2749
- },
2750
- {
2751
- "kind": "field",
2752
- "name": "styles",
2753
- "type": {
2754
- "text": "ElementStyles | void | null"
2755
- },
2756
- "privacy": "public",
2757
- "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.",
2758
- "inheritedFrom": {
2759
- "name": "FoundationElement",
2760
- "module": "src/foundation-element/foundation-element.ts"
2761
- }
2762
- },
2763
- {
2764
- "kind": "method",
2765
- "name": "stylesChanged",
2766
- "privacy": "protected",
2767
- "return": {
2768
- "type": {
2769
- "text": "void"
2770
- }
2771
- },
2772
- "inheritedFrom": {
2773
- "name": "FoundationElement",
2774
- "module": "src/foundation-element/foundation-element.ts"
2775
- }
2776
- },
2777
- {
2778
- "kind": "method",
2779
- "name": "compose",
2780
- "privacy": "public",
2781
- "static": true,
2782
- "return": {
2783
- "type": {
2784
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2785
- }
2786
- },
2787
- "parameters": [
2788
- {
2789
- "name": "this",
2790
- "type": {
2791
- "text": "K"
2792
- }
2793
- },
2794
- {
2795
- "name": "elementDefinition",
2796
- "type": {
2797
- "text": "T"
2798
- },
2799
- "description": "The definition of the element to create the registry\nfunction for."
2800
- }
2801
- ],
2802
- "description": "Defines an element registry function with a set of element definition defaults.",
2803
- "inheritedFrom": {
2804
- "name": "FoundationElement",
2805
- "module": "src/foundation-element/foundation-element.ts"
2806
- }
2807
- }
2808
- ],
2359
+ "name": "Accordion",
2809
2360
  "superclass": {
2810
- "name": "FoundationElement",
2361
+ "name": "FASTAccordion",
2811
2362
  "package": "@microsoft/fast-foundation"
2812
2363
  },
2813
- "tagName": "%%prefix%%-ai-indicator",
2364
+ "tagName": "%%prefix%%-accordion",
2814
2365
  "customElement": true
2815
2366
  },
2816
2367
  {
2817
2368
  "kind": "variable",
2818
- "name": "foundationAiIndicator"
2369
+ "name": "foundationAccordionShadowOptions",
2370
+ "type": {
2371
+ "text": "ShadowRootInit"
2372
+ },
2373
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2374
+ },
2375
+ {
2376
+ "kind": "variable",
2377
+ "name": "defaultAccordionConfig",
2378
+ "type": {
2379
+ "text": "object"
2380
+ },
2381
+ "default": "{}"
2382
+ },
2383
+ {
2384
+ "kind": "variable",
2385
+ "name": "foundationAccordion",
2386
+ "description": "The Foundation Accordion",
2387
+ "privacy": "public"
2819
2388
  }
2820
2389
  ],
2821
2390
  "exports": [
2822
2391
  {
2823
2392
  "kind": "js",
2824
- "name": "AiIndicator",
2393
+ "name": "Accordion",
2825
2394
  "declaration": {
2826
- "name": "AiIndicator",
2827
- "module": "src/ai-indicator/ai-indicator.ts"
2395
+ "name": "Accordion",
2396
+ "module": "src/accordion/accordion.ts"
2828
2397
  }
2829
2398
  },
2830
2399
  {
2831
2400
  "kind": "js",
2832
- "name": "foundationAiIndicator",
2833
- "declaration": {
2834
- "name": "foundationAiIndicator",
2835
- "module": "src/ai-indicator/ai-indicator.ts"
2836
- }
2837
- }
2838
- ]
2839
- },
2840
- {
2841
- "kind": "javascript-module",
2842
- "path": "src/ai-indicator/index.ts",
2843
- "declarations": [],
2844
- "exports": [
2845
- {
2846
- "kind": "js",
2847
- "name": "AiIndicator",
2401
+ "name": "foundationAccordionShadowOptions",
2848
2402
  "declaration": {
2849
- "name": "AiIndicator",
2850
- "module": "./ai-indicator"
2403
+ "name": "foundationAccordionShadowOptions",
2404
+ "module": "src/accordion/accordion.ts"
2851
2405
  }
2852
2406
  },
2853
2407
  {
2854
2408
  "kind": "js",
2855
- "name": "foundationAiIndicator",
2409
+ "name": "defaultAccordionConfig",
2856
2410
  "declaration": {
2857
- "name": "foundationAiIndicator",
2858
- "module": "./ai-indicator"
2411
+ "name": "defaultAccordionConfig",
2412
+ "module": "src/accordion/accordion.ts"
2859
2413
  }
2860
2414
  },
2861
2415
  {
2862
2416
  "kind": "js",
2863
- "name": "type",
2417
+ "name": "foundationAccordion",
2864
2418
  "declaration": {
2865
- "name": "type",
2866
- "module": "./ai-indicator"
2419
+ "name": "foundationAccordion",
2420
+ "module": "src/accordion/accordion.ts"
2867
2421
  }
2868
- },
2422
+ }
2423
+ ]
2424
+ },
2425
+ {
2426
+ "kind": "javascript-module",
2427
+ "path": "src/accordion/index.ts",
2428
+ "declarations": [],
2429
+ "exports": [
2869
2430
  {
2870
2431
  "kind": "js",
2871
- "name": "AIIndicatorState",
2432
+ "name": "*",
2872
2433
  "declaration": {
2873
- "name": "AIIndicatorState",
2874
- "module": "./ai-indicator"
2434
+ "name": "*",
2435
+ "package": "./accordion.template"
2875
2436
  }
2876
2437
  },
2877
2438
  {
2878
2439
  "kind": "js",
2879
- "name": "foundationAiIndicatorTemplate",
2440
+ "name": "*",
2880
2441
  "declaration": {
2881
- "name": "foundationAiIndicatorTemplate",
2882
- "module": "./ai-indicator.template"
2442
+ "name": "*",
2443
+ "package": "./accordion.styles"
2883
2444
  }
2884
2445
  },
2885
2446
  {
2886
2447
  "kind": "js",
2887
- "name": "foundationAiIndicatorStyles",
2448
+ "name": "*",
2888
2449
  "declaration": {
2889
- "name": "foundationAiIndicatorStyles",
2890
- "module": "./ai-indicator.styles"
2450
+ "name": "*",
2451
+ "package": "./accordion"
2891
2452
  }
2892
2453
  }
2893
2454
  ]
@@ -3433,6 +2994,445 @@
3433
2994
  }
3434
2995
  ]
3435
2996
  },
2997
+ {
2998
+ "kind": "javascript-module",
2999
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3000
+ "declarations": [
3001
+ {
3002
+ "kind": "function",
3003
+ "name": "foundationAiIndicatorStyles",
3004
+ "return": {
3005
+ "type": {
3006
+ "text": "ElementStyles"
3007
+ }
3008
+ },
3009
+ "parameters": [
3010
+ {
3011
+ "name": "context",
3012
+ "type": {
3013
+ "text": "ElementDefinitionContext"
3014
+ }
3015
+ },
3016
+ {
3017
+ "name": "definition",
3018
+ "type": {
3019
+ "text": "FoundationElementDefinition"
3020
+ }
3021
+ }
3022
+ ]
3023
+ }
3024
+ ],
3025
+ "exports": [
3026
+ {
3027
+ "kind": "js",
3028
+ "name": "foundationAiIndicatorStyles",
3029
+ "declaration": {
3030
+ "name": "foundationAiIndicatorStyles",
3031
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3032
+ }
3033
+ }
3034
+ ]
3035
+ },
3036
+ {
3037
+ "kind": "javascript-module",
3038
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3039
+ "declarations": [
3040
+ {
3041
+ "kind": "variable",
3042
+ "name": "foundationAiIndicatorTemplate",
3043
+ "type": {
3044
+ "text": "ViewTemplate<AiIndicator>"
3045
+ },
3046
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3047
+ }
3048
+ ],
3049
+ "exports": [
3050
+ {
3051
+ "kind": "js",
3052
+ "name": "foundationAiIndicatorTemplate",
3053
+ "declaration": {
3054
+ "name": "foundationAiIndicatorTemplate",
3055
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3056
+ }
3057
+ }
3058
+ ]
3059
+ },
3060
+ {
3061
+ "kind": "javascript-module",
3062
+ "path": "src/ai-indicator/ai-indicator.ts",
3063
+ "declarations": [
3064
+ {
3065
+ "kind": "class",
3066
+ "description": "",
3067
+ "name": "AiIndicator",
3068
+ "members": [
3069
+ {
3070
+ "kind": "field",
3071
+ "name": "aiProvider",
3072
+ "type": {
3073
+ "text": "AIProvider"
3074
+ }
3075
+ },
3076
+ {
3077
+ "kind": "field",
3078
+ "name": "status",
3079
+ "type": {
3080
+ "text": "AIStatus | null"
3081
+ },
3082
+ "default": "null"
3083
+ },
3084
+ {
3085
+ "kind": "field",
3086
+ "name": "open",
3087
+ "type": {
3088
+ "text": "boolean"
3089
+ },
3090
+ "default": "false"
3091
+ },
3092
+ {
3093
+ "kind": "field",
3094
+ "name": "state",
3095
+ "type": {
3096
+ "text": "AIIndicatorState"
3097
+ },
3098
+ "default": "'none'"
3099
+ },
3100
+ {
3101
+ "kind": "field",
3102
+ "name": "isInstalling",
3103
+ "type": {
3104
+ "text": "boolean"
3105
+ },
3106
+ "default": "false"
3107
+ },
3108
+ {
3109
+ "kind": "field",
3110
+ "name": "pollTimer",
3111
+ "type": {
3112
+ "text": "ReturnType<typeof setInterval> | null"
3113
+ },
3114
+ "privacy": "private",
3115
+ "default": "null"
3116
+ },
3117
+ {
3118
+ "kind": "field",
3119
+ "name": "clickOutside",
3120
+ "privacy": "private"
3121
+ },
3122
+ {
3123
+ "kind": "field",
3124
+ "name": "chromeStatusLabel",
3125
+ "type": {
3126
+ "text": "string | null"
3127
+ },
3128
+ "readonly": true
3129
+ },
3130
+ {
3131
+ "kind": "field",
3132
+ "name": "canInstall",
3133
+ "type": {
3134
+ "text": "boolean"
3135
+ },
3136
+ "readonly": true
3137
+ },
3138
+ {
3139
+ "kind": "field",
3140
+ "name": "isDownloading",
3141
+ "type": {
3142
+ "text": "boolean"
3143
+ },
3144
+ "readonly": true
3145
+ },
3146
+ {
3147
+ "kind": "method",
3148
+ "name": "openChanged",
3149
+ "return": {
3150
+ "type": {
3151
+ "text": "void"
3152
+ }
3153
+ }
3154
+ },
3155
+ {
3156
+ "kind": "method",
3157
+ "name": "handleClickOutside",
3158
+ "privacy": "private",
3159
+ "parameters": [
3160
+ {
3161
+ "name": "event",
3162
+ "type": {
3163
+ "text": "MouseEvent"
3164
+ }
3165
+ }
3166
+ ]
3167
+ },
3168
+ {
3169
+ "kind": "method",
3170
+ "name": "toggleDropdown"
3171
+ },
3172
+ {
3173
+ "kind": "method",
3174
+ "name": "refreshStatus",
3175
+ "return": {
3176
+ "type": {
3177
+ "text": "Promise<void>"
3178
+ }
3179
+ }
3180
+ },
3181
+ {
3182
+ "kind": "method",
3183
+ "name": "deriveState",
3184
+ "privacy": "private",
3185
+ "return": {
3186
+ "type": {
3187
+ "text": "AIIndicatorState"
3188
+ }
3189
+ },
3190
+ "parameters": [
3191
+ {
3192
+ "name": "s",
3193
+ "type": {
3194
+ "text": "AIStatus | null"
3195
+ }
3196
+ }
3197
+ ]
3198
+ },
3199
+ {
3200
+ "kind": "method",
3201
+ "name": "maybeStartPolling",
3202
+ "privacy": "private",
3203
+ "return": {
3204
+ "type": {
3205
+ "text": "void"
3206
+ }
3207
+ }
3208
+ },
3209
+ {
3210
+ "kind": "method",
3211
+ "name": "startPolling",
3212
+ "privacy": "private",
3213
+ "return": {
3214
+ "type": {
3215
+ "text": "void"
3216
+ }
3217
+ }
3218
+ },
3219
+ {
3220
+ "kind": "method",
3221
+ "name": "stopPolling",
3222
+ "privacy": "private",
3223
+ "return": {
3224
+ "type": {
3225
+ "text": "void"
3226
+ }
3227
+ }
3228
+ },
3229
+ {
3230
+ "kind": "method",
3231
+ "name": "onInstall",
3232
+ "return": {
3233
+ "type": {
3234
+ "text": "Promise<void>"
3235
+ }
3236
+ }
3237
+ },
3238
+ {
3239
+ "kind": "field",
3240
+ "name": "_presentation",
3241
+ "type": {
3242
+ "text": "ComponentPresentation | null | undefined"
3243
+ },
3244
+ "privacy": "private",
3245
+ "default": "void 0",
3246
+ "inheritedFrom": {
3247
+ "name": "FoundationElement",
3248
+ "module": "src/foundation-element/foundation-element.ts"
3249
+ }
3250
+ },
3251
+ {
3252
+ "kind": "field",
3253
+ "name": "$presentation",
3254
+ "type": {
3255
+ "text": "ComponentPresentation | null"
3256
+ },
3257
+ "privacy": "public",
3258
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3259
+ "inheritedFrom": {
3260
+ "name": "FoundationElement",
3261
+ "module": "src/foundation-element/foundation-element.ts"
3262
+ }
3263
+ },
3264
+ {
3265
+ "kind": "field",
3266
+ "name": "template",
3267
+ "type": {
3268
+ "text": "ElementViewTemplate | void | null"
3269
+ },
3270
+ "privacy": "public",
3271
+ "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.",
3272
+ "inheritedFrom": {
3273
+ "name": "FoundationElement",
3274
+ "module": "src/foundation-element/foundation-element.ts"
3275
+ }
3276
+ },
3277
+ {
3278
+ "kind": "method",
3279
+ "name": "templateChanged",
3280
+ "privacy": "protected",
3281
+ "return": {
3282
+ "type": {
3283
+ "text": "void"
3284
+ }
3285
+ },
3286
+ "inheritedFrom": {
3287
+ "name": "FoundationElement",
3288
+ "module": "src/foundation-element/foundation-element.ts"
3289
+ }
3290
+ },
3291
+ {
3292
+ "kind": "field",
3293
+ "name": "styles",
3294
+ "type": {
3295
+ "text": "ElementStyles | void | null"
3296
+ },
3297
+ "privacy": "public",
3298
+ "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.",
3299
+ "inheritedFrom": {
3300
+ "name": "FoundationElement",
3301
+ "module": "src/foundation-element/foundation-element.ts"
3302
+ }
3303
+ },
3304
+ {
3305
+ "kind": "method",
3306
+ "name": "stylesChanged",
3307
+ "privacy": "protected",
3308
+ "return": {
3309
+ "type": {
3310
+ "text": "void"
3311
+ }
3312
+ },
3313
+ "inheritedFrom": {
3314
+ "name": "FoundationElement",
3315
+ "module": "src/foundation-element/foundation-element.ts"
3316
+ }
3317
+ },
3318
+ {
3319
+ "kind": "method",
3320
+ "name": "compose",
3321
+ "privacy": "public",
3322
+ "static": true,
3323
+ "return": {
3324
+ "type": {
3325
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3326
+ }
3327
+ },
3328
+ "parameters": [
3329
+ {
3330
+ "name": "this",
3331
+ "type": {
3332
+ "text": "K"
3333
+ }
3334
+ },
3335
+ {
3336
+ "name": "elementDefinition",
3337
+ "type": {
3338
+ "text": "T"
3339
+ },
3340
+ "description": "The definition of the element to create the registry\nfunction for."
3341
+ }
3342
+ ],
3343
+ "description": "Defines an element registry function with a set of element definition defaults.",
3344
+ "inheritedFrom": {
3345
+ "name": "FoundationElement",
3346
+ "module": "src/foundation-element/foundation-element.ts"
3347
+ }
3348
+ }
3349
+ ],
3350
+ "superclass": {
3351
+ "name": "FoundationElement",
3352
+ "package": "@microsoft/fast-foundation"
3353
+ },
3354
+ "tagName": "%%prefix%%-ai-indicator",
3355
+ "customElement": true
3356
+ },
3357
+ {
3358
+ "kind": "variable",
3359
+ "name": "foundationAiIndicator"
3360
+ }
3361
+ ],
3362
+ "exports": [
3363
+ {
3364
+ "kind": "js",
3365
+ "name": "AiIndicator",
3366
+ "declaration": {
3367
+ "name": "AiIndicator",
3368
+ "module": "src/ai-indicator/ai-indicator.ts"
3369
+ }
3370
+ },
3371
+ {
3372
+ "kind": "js",
3373
+ "name": "foundationAiIndicator",
3374
+ "declaration": {
3375
+ "name": "foundationAiIndicator",
3376
+ "module": "src/ai-indicator/ai-indicator.ts"
3377
+ }
3378
+ }
3379
+ ]
3380
+ },
3381
+ {
3382
+ "kind": "javascript-module",
3383
+ "path": "src/ai-indicator/index.ts",
3384
+ "declarations": [],
3385
+ "exports": [
3386
+ {
3387
+ "kind": "js",
3388
+ "name": "AiIndicator",
3389
+ "declaration": {
3390
+ "name": "AiIndicator",
3391
+ "module": "./ai-indicator"
3392
+ }
3393
+ },
3394
+ {
3395
+ "kind": "js",
3396
+ "name": "foundationAiIndicator",
3397
+ "declaration": {
3398
+ "name": "foundationAiIndicator",
3399
+ "module": "./ai-indicator"
3400
+ }
3401
+ },
3402
+ {
3403
+ "kind": "js",
3404
+ "name": "type",
3405
+ "declaration": {
3406
+ "name": "type",
3407
+ "module": "./ai-indicator"
3408
+ }
3409
+ },
3410
+ {
3411
+ "kind": "js",
3412
+ "name": "AIIndicatorState",
3413
+ "declaration": {
3414
+ "name": "AIIndicatorState",
3415
+ "module": "./ai-indicator"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "foundationAiIndicatorTemplate",
3421
+ "declaration": {
3422
+ "name": "foundationAiIndicatorTemplate",
3423
+ "module": "./ai-indicator.template"
3424
+ }
3425
+ },
3426
+ {
3427
+ "kind": "js",
3428
+ "name": "foundationAiIndicatorStyles",
3429
+ "declaration": {
3430
+ "name": "foundationAiIndicatorStyles",
3431
+ "module": "./ai-indicator.styles"
3432
+ }
3433
+ }
3434
+ ]
3435
+ },
3436
3436
  {
3437
3437
  "kind": "javascript-module",
3438
3438
  "path": "src/anchor/anchor.styles.ts",
@@ -45408,6 +45408,15 @@
45408
45408
  "default": "'second'",
45409
45409
  "attribute": "date-countdown-unit"
45410
45410
  },
45411
+ {
45412
+ "kind": "field",
45413
+ "name": "hideWhenCountdownCompleted",
45414
+ "type": {
45415
+ "text": "boolean"
45416
+ },
45417
+ "default": "false",
45418
+ "attribute": "hide-when-countdown-completed"
45419
+ },
45411
45420
  {
45412
45421
  "kind": "field",
45413
45422
  "name": "dateInterval",
@@ -45645,6 +45654,15 @@
45645
45654
  "fieldName": "dateCountdownUnit",
45646
45655
  "description": "the minimum unit of time shown in the countdown. Defaults to 'seconds'"
45647
45656
  },
45657
+ {
45658
+ "name": "hide-when-countdown-completed",
45659
+ "type": {
45660
+ "text": "boolean"
45661
+ },
45662
+ "default": "false",
45663
+ "fieldName": "hideWhenCountdownCompleted",
45664
+ "description": "if true, the status pill will be removed from the template once the countdown has expired."
45665
+ },
45648
45666
  {
45649
45667
  "name": "background-color",
45650
45668
  "type": {
@@ -45735,6 +45753,15 @@
45735
45753
  "default": "'second'",
45736
45754
  "attribute": "date-countdown-unit",
45737
45755
  "fieldName": "dateCountdownUnit"
45756
+ },
45757
+ {
45758
+ "name": "hide-when-countdown-completed",
45759
+ "type": {
45760
+ "text": "boolean"
45761
+ },
45762
+ "default": "false",
45763
+ "attribute": "hide-when-countdown-completed",
45764
+ "fieldName": "hideWhenCountdownCompleted"
45738
45765
  }
45739
45766
  ],
45740
45767
  "superclass": {