@genesislcap/foundation-ui 14.489.1-alpha-519bcd2.0 → 14.489.1-alpha-3579542.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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPill,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -548,14 +548,6 @@
548
548
  "package": "./patterns"
549
549
  }
550
550
  },
551
- {
552
- "kind": "js",
553
- "name": "*",
554
- "declaration": {
555
- "name": "*",
556
- "package": "./pill"
557
- }
558
- },
559
551
  {
560
552
  "kind": "js",
561
553
  "name": "*",
@@ -948,37 +940,6 @@
948
940
  }
949
941
  ]
950
942
  },
951
- {
952
- "kind": "javascript-module",
953
- "path": "src/_config/index.ts",
954
- "declarations": [],
955
- "exports": [
956
- {
957
- "kind": "js",
958
- "name": "*",
959
- "declaration": {
960
- "name": "*",
961
- "package": "./styles"
962
- }
963
- },
964
- {
965
- "kind": "js",
966
- "name": "*",
967
- "declaration": {
968
- "name": "*",
969
- "package": "./tokens"
970
- }
971
- },
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./values"
978
- }
979
- }
980
- ]
981
- },
982
943
  {
983
944
  "kind": "javascript-module",
984
945
  "path": "src/_common/affix-mixin.ts",
@@ -1447,11 +1408,11 @@
1447
1408
  },
1448
1409
  {
1449
1410
  "kind": "javascript-module",
1450
- "path": "src/accordion-item/accordion-item.styles.ts",
1411
+ "path": "src/accordion/accordion.styles.ts",
1451
1412
  "declarations": [
1452
1413
  {
1453
1414
  "kind": "function",
1454
- "name": "foundationAccordionItemStyles",
1415
+ "name": "foundationAccordionStyles",
1455
1416
  "return": {
1456
1417
  "type": {
1457
1418
  "text": "ElementStyles"
@@ -1476,24 +1437,24 @@
1476
1437
  "exports": [
1477
1438
  {
1478
1439
  "kind": "js",
1479
- "name": "foundationAccordionItemStyles",
1440
+ "name": "foundationAccordionStyles",
1480
1441
  "declaration": {
1481
- "name": "foundationAccordionItemStyles",
1482
- "module": "src/accordion-item/accordion-item.styles.ts"
1442
+ "name": "foundationAccordionStyles",
1443
+ "module": "src/accordion/accordion.styles.ts"
1483
1444
  }
1484
1445
  }
1485
1446
  ]
1486
1447
  },
1487
1448
  {
1488
1449
  "kind": "javascript-module",
1489
- "path": "src/accordion-item/accordion-item.template.ts",
1450
+ "path": "src/accordion/accordion.template.ts",
1490
1451
  "declarations": [
1491
1452
  {
1492
1453
  "kind": "function",
1493
- "name": "foundationAccordionItemTemplate",
1454
+ "name": "foundationAccordionTemplate",
1494
1455
  "return": {
1495
1456
  "type": {
1496
- "text": "ViewTemplate<AccordionItem>"
1457
+ "text": "ViewTemplate<Accordion>"
1497
1458
  }
1498
1459
  },
1499
1460
  "parameters": [
@@ -1515,116 +1476,662 @@
1515
1476
  "exports": [
1516
1477
  {
1517
1478
  "kind": "js",
1518
- "name": "foundationAccordionItemTemplate",
1479
+ "name": "foundationAccordionTemplate",
1519
1480
  "declaration": {
1520
- "name": "foundationAccordionItemTemplate",
1521
- "module": "src/accordion-item/accordion-item.template.ts"
1481
+ "name": "foundationAccordionTemplate",
1482
+ "module": "src/accordion/accordion.template.ts"
1522
1483
  }
1523
1484
  }
1524
1485
  ]
1525
1486
  },
1526
1487
  {
1527
1488
  "kind": "javascript-module",
1528
- "path": "src/accordion-item/accordion-item.ts",
1489
+ "path": "src/accordion/accordion.ts",
1529
1490
  "declarations": [
1530
1491
  {
1531
1492
  "kind": "class",
1532
1493
  "description": "",
1533
- "name": "AccordionItem",
1494
+ "name": "Accordion",
1534
1495
  "superclass": {
1535
- "name": "FASTAccordionItem",
1536
- "package": "@microsoft/fast-components"
1496
+ "name": "FASTAccordion",
1497
+ "package": "@microsoft/fast-foundation"
1537
1498
  },
1538
- "tagName": "%%prefix%%-accordion-item",
1499
+ "tagName": "%%prefix%%-accordion",
1539
1500
  "customElement": true,
1540
1501
  "attributes": [
1541
1502
  {
1542
- "name": "heading-level",
1503
+ "name": "expand-mode",
1543
1504
  "type": {
1544
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1505
+ "text": "AccordionExpandMode"
1545
1506
  },
1546
- "default": "2",
1547
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1548
- "fieldName": "headinglevel",
1507
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1508
+ "fieldName": "expandmode",
1549
1509
  "inheritedFrom": {
1550
- "name": "AccordionItem",
1551
- "module": "src/accordion-item/accordion-item.ts"
1510
+ "name": "Accordion",
1511
+ "module": "src/accordion/accordion.ts"
1552
1512
  }
1553
- },
1513
+ }
1514
+ ],
1515
+ "members": [
1554
1516
  {
1517
+ "kind": "field",
1518
+ "name": "expandmode",
1555
1519
  "type": {
1556
- "text": "boolean"
1520
+ "text": "AccordionExpandMode"
1557
1521
  },
1558
- "default": "false",
1559
- "description": "Expands or collapses the item.",
1560
- "fieldName": "expanded",
1522
+ "privacy": "public",
1523
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1561
1524
  "inheritedFrom": {
1562
- "name": "AccordionItem",
1563
- "module": "src/accordion-item/accordion-item.ts"
1525
+ "name": "Accordion",
1526
+ "module": "src/accordion/accordion.ts"
1564
1527
  }
1565
1528
  },
1566
1529
  {
1567
- "name": "id",
1530
+ "kind": "field",
1531
+ "name": "activeid",
1568
1532
  "type": {
1569
- "text": "string"
1533
+ "text": "string | null"
1570
1534
  },
1571
- "description": "The item ID",
1572
- "fieldName": "id",
1535
+ "privacy": "private",
1573
1536
  "inheritedFrom": {
1574
- "name": "AccordionItem",
1575
- "module": "src/accordion-item/accordion-item.ts"
1537
+ "name": "Accordion",
1538
+ "module": "src/accordion/accordion.ts"
1576
1539
  }
1577
- }
1578
- ],
1579
- "members": [
1540
+ },
1580
1541
  {
1581
1542
  "kind": "field",
1582
- "name": "headinglevel",
1543
+ "name": "activeItemIndex",
1583
1544
  "type": {
1584
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1545
+ "text": "number"
1585
1546
  },
1586
- "privacy": "public",
1587
- "default": "2",
1588
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1547
+ "privacy": "private",
1548
+ "default": "0",
1589
1549
  "inheritedFrom": {
1590
- "name": "AccordionItem",
1591
- "module": "src/accordion-item/accordion-item.ts"
1550
+ "name": "Accordion",
1551
+ "module": "src/accordion/accordion.ts"
1592
1552
  }
1593
1553
  },
1594
1554
  {
1595
1555
  "kind": "field",
1596
- "name": "expanded",
1556
+ "name": "accordionIds",
1597
1557
  "type": {
1598
- "text": "boolean"
1558
+ "text": "Array<string | null>"
1599
1559
  },
1600
- "privacy": "public",
1601
- "default": "false",
1602
- "description": "Expands or collapses the item.",
1560
+ "privacy": "private",
1603
1561
  "inheritedFrom": {
1604
- "name": "AccordionItem",
1605
- "module": "src/accordion-item/accordion-item.ts"
1562
+ "name": "Accordion",
1563
+ "module": "src/accordion/accordion.ts"
1606
1564
  }
1607
1565
  },
1608
1566
  {
1609
1567
  "kind": "field",
1610
- "name": "id",
1611
- "type": {
1612
- "text": "string"
1568
+ "name": "change",
1569
+ "privacy": "private",
1570
+ "inheritedFrom": {
1571
+ "name": "Accordion",
1572
+ "module": "src/accordion/accordion.ts"
1573
+ }
1574
+ },
1575
+ {
1576
+ "kind": "method",
1577
+ "name": "findExpandedItem",
1578
+ "privacy": "private",
1579
+ "return": {
1580
+ "type": {
1581
+ "text": "AccordionItem | null"
1582
+ }
1613
1583
  },
1614
- "privacy": "public",
1615
- "description": "The item ID",
1616
1584
  "inheritedFrom": {
1617
- "name": "AccordionItem",
1618
- "module": "src/accordion-item/accordion-item.ts"
1585
+ "name": "Accordion",
1586
+ "module": "src/accordion/accordion.ts"
1619
1587
  }
1620
1588
  },
1621
1589
  {
1622
1590
  "kind": "field",
1623
- "name": "change",
1591
+ "name": "setItems",
1624
1592
  "privacy": "private",
1625
1593
  "inheritedFrom": {
1626
- "name": "AccordionItem",
1627
- "module": "src/accordion-item/accordion-item.ts"
1594
+ "name": "Accordion",
1595
+ "module": "src/accordion/accordion.ts"
1596
+ }
1597
+ },
1598
+ {
1599
+ "kind": "method",
1600
+ "name": "resetItems",
1601
+ "privacy": "private",
1602
+ "return": {
1603
+ "type": {
1604
+ "text": "void"
1605
+ }
1606
+ },
1607
+ "inheritedFrom": {
1608
+ "name": "Accordion",
1609
+ "module": "src/accordion/accordion.ts"
1610
+ }
1611
+ },
1612
+ {
1613
+ "kind": "field",
1614
+ "name": "removeItemListeners",
1615
+ "privacy": "private",
1616
+ "inheritedFrom": {
1617
+ "name": "Accordion",
1618
+ "module": "src/accordion/accordion.ts"
1619
+ }
1620
+ },
1621
+ {
1622
+ "kind": "field",
1623
+ "name": "activeItemChange",
1624
+ "privacy": "private",
1625
+ "inheritedFrom": {
1626
+ "name": "Accordion",
1627
+ "module": "src/accordion/accordion.ts"
1628
+ }
1629
+ },
1630
+ {
1631
+ "kind": "method",
1632
+ "name": "getItemIds",
1633
+ "privacy": "private",
1634
+ "return": {
1635
+ "type": {
1636
+ "text": "Array<string | null>"
1637
+ }
1638
+ },
1639
+ "inheritedFrom": {
1640
+ "name": "Accordion",
1641
+ "module": "src/accordion/accordion.ts"
1642
+ }
1643
+ },
1644
+ {
1645
+ "kind": "method",
1646
+ "name": "isSingleExpandMode",
1647
+ "privacy": "private",
1648
+ "return": {
1649
+ "type": {
1650
+ "text": "boolean"
1651
+ }
1652
+ },
1653
+ "inheritedFrom": {
1654
+ "name": "Accordion",
1655
+ "module": "src/accordion/accordion.ts"
1656
+ }
1657
+ },
1658
+ {
1659
+ "kind": "field",
1660
+ "name": "handleItemKeyDown",
1661
+ "privacy": "private",
1662
+ "inheritedFrom": {
1663
+ "name": "Accordion",
1664
+ "module": "src/accordion/accordion.ts"
1665
+ }
1666
+ },
1667
+ {
1668
+ "kind": "field",
1669
+ "name": "handleItemFocus",
1670
+ "privacy": "private",
1671
+ "inheritedFrom": {
1672
+ "name": "Accordion",
1673
+ "module": "src/accordion/accordion.ts"
1674
+ }
1675
+ },
1676
+ {
1677
+ "kind": "method",
1678
+ "name": "adjust",
1679
+ "privacy": "private",
1680
+ "return": {
1681
+ "type": {
1682
+ "text": "void"
1683
+ }
1684
+ },
1685
+ "parameters": [
1686
+ {
1687
+ "name": "adjustment",
1688
+ "type": {
1689
+ "text": "number"
1690
+ }
1691
+ }
1692
+ ],
1693
+ "inheritedFrom": {
1694
+ "name": "Accordion",
1695
+ "module": "src/accordion/accordion.ts"
1696
+ }
1697
+ },
1698
+ {
1699
+ "kind": "method",
1700
+ "name": "focusItem",
1701
+ "privacy": "private",
1702
+ "return": {
1703
+ "type": {
1704
+ "text": "void"
1705
+ }
1706
+ },
1707
+ "inheritedFrom": {
1708
+ "name": "Accordion",
1709
+ "module": "src/accordion/accordion.ts"
1710
+ }
1711
+ },
1712
+ {
1713
+ "kind": "field",
1714
+ "name": "_presentation",
1715
+ "type": {
1716
+ "text": "ComponentPresentation | null | undefined"
1717
+ },
1718
+ "privacy": "private",
1719
+ "default": "void 0",
1720
+ "inheritedFrom": {
1721
+ "name": "FoundationElement",
1722
+ "module": "src/foundation-element/foundation-element.ts"
1723
+ }
1724
+ },
1725
+ {
1726
+ "kind": "field",
1727
+ "name": "$presentation",
1728
+ "type": {
1729
+ "text": "ComponentPresentation | null"
1730
+ },
1731
+ "privacy": "public",
1732
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1733
+ "inheritedFrom": {
1734
+ "name": "FoundationElement",
1735
+ "module": "src/foundation-element/foundation-element.ts"
1736
+ }
1737
+ },
1738
+ {
1739
+ "kind": "field",
1740
+ "name": "template",
1741
+ "type": {
1742
+ "text": "ElementViewTemplate | void | null"
1743
+ },
1744
+ "privacy": "public",
1745
+ "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.",
1746
+ "inheritedFrom": {
1747
+ "name": "FoundationElement",
1748
+ "module": "src/foundation-element/foundation-element.ts"
1749
+ }
1750
+ },
1751
+ {
1752
+ "kind": "method",
1753
+ "name": "templateChanged",
1754
+ "privacy": "protected",
1755
+ "return": {
1756
+ "type": {
1757
+ "text": "void"
1758
+ }
1759
+ },
1760
+ "inheritedFrom": {
1761
+ "name": "FoundationElement",
1762
+ "module": "src/foundation-element/foundation-element.ts"
1763
+ }
1764
+ },
1765
+ {
1766
+ "kind": "field",
1767
+ "name": "styles",
1768
+ "type": {
1769
+ "text": "ElementStyles | void | null"
1770
+ },
1771
+ "privacy": "public",
1772
+ "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.",
1773
+ "inheritedFrom": {
1774
+ "name": "FoundationElement",
1775
+ "module": "src/foundation-element/foundation-element.ts"
1776
+ }
1777
+ },
1778
+ {
1779
+ "kind": "method",
1780
+ "name": "stylesChanged",
1781
+ "privacy": "protected",
1782
+ "return": {
1783
+ "type": {
1784
+ "text": "void"
1785
+ }
1786
+ },
1787
+ "inheritedFrom": {
1788
+ "name": "FoundationElement",
1789
+ "module": "src/foundation-element/foundation-element.ts"
1790
+ }
1791
+ },
1792
+ {
1793
+ "kind": "method",
1794
+ "name": "compose",
1795
+ "privacy": "public",
1796
+ "static": true,
1797
+ "return": {
1798
+ "type": {
1799
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1800
+ }
1801
+ },
1802
+ "parameters": [
1803
+ {
1804
+ "name": "this",
1805
+ "type": {
1806
+ "text": "K"
1807
+ }
1808
+ },
1809
+ {
1810
+ "name": "elementDefinition",
1811
+ "type": {
1812
+ "text": "T"
1813
+ },
1814
+ "description": "The definition of the element to create the registry\nfunction for."
1815
+ }
1816
+ ],
1817
+ "description": "Defines an element registry function with a set of element definition defaults.",
1818
+ "inheritedFrom": {
1819
+ "name": "FoundationElement",
1820
+ "module": "src/foundation-element/foundation-element.ts"
1821
+ }
1822
+ }
1823
+ ],
1824
+ "events": [
1825
+ {
1826
+ "description": "Fires a custom 'change' event when the active item changes",
1827
+ "name": "change",
1828
+ "inheritedFrom": {
1829
+ "name": "Accordion",
1830
+ "module": "src/accordion/accordion.ts"
1831
+ }
1832
+ }
1833
+ ]
1834
+ },
1835
+ {
1836
+ "kind": "variable",
1837
+ "name": "foundationAccordionShadowOptions",
1838
+ "type": {
1839
+ "text": "ShadowRootInit"
1840
+ },
1841
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1842
+ },
1843
+ {
1844
+ "kind": "variable",
1845
+ "name": "defaultAccordionConfig",
1846
+ "type": {
1847
+ "text": "object"
1848
+ },
1849
+ "default": "{}"
1850
+ },
1851
+ {
1852
+ "kind": "variable",
1853
+ "name": "foundationAccordion",
1854
+ "description": "The Foundation Accordion",
1855
+ "privacy": "public"
1856
+ }
1857
+ ],
1858
+ "exports": [
1859
+ {
1860
+ "kind": "js",
1861
+ "name": "Accordion",
1862
+ "declaration": {
1863
+ "name": "Accordion",
1864
+ "module": "src/accordion/accordion.ts"
1865
+ }
1866
+ },
1867
+ {
1868
+ "kind": "js",
1869
+ "name": "foundationAccordionShadowOptions",
1870
+ "declaration": {
1871
+ "name": "foundationAccordionShadowOptions",
1872
+ "module": "src/accordion/accordion.ts"
1873
+ }
1874
+ },
1875
+ {
1876
+ "kind": "js",
1877
+ "name": "defaultAccordionConfig",
1878
+ "declaration": {
1879
+ "name": "defaultAccordionConfig",
1880
+ "module": "src/accordion/accordion.ts"
1881
+ }
1882
+ },
1883
+ {
1884
+ "kind": "js",
1885
+ "name": "foundationAccordion",
1886
+ "declaration": {
1887
+ "name": "foundationAccordion",
1888
+ "module": "src/accordion/accordion.ts"
1889
+ }
1890
+ }
1891
+ ]
1892
+ },
1893
+ {
1894
+ "kind": "javascript-module",
1895
+ "path": "src/accordion/index.ts",
1896
+ "declarations": [],
1897
+ "exports": [
1898
+ {
1899
+ "kind": "js",
1900
+ "name": "*",
1901
+ "declaration": {
1902
+ "name": "*",
1903
+ "package": "./accordion.template"
1904
+ }
1905
+ },
1906
+ {
1907
+ "kind": "js",
1908
+ "name": "*",
1909
+ "declaration": {
1910
+ "name": "*",
1911
+ "package": "./accordion.styles"
1912
+ }
1913
+ },
1914
+ {
1915
+ "kind": "js",
1916
+ "name": "*",
1917
+ "declaration": {
1918
+ "name": "*",
1919
+ "package": "./accordion"
1920
+ }
1921
+ }
1922
+ ]
1923
+ },
1924
+ {
1925
+ "kind": "javascript-module",
1926
+ "path": "src/_config/index.ts",
1927
+ "declarations": [],
1928
+ "exports": [
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "*",
1932
+ "declaration": {
1933
+ "name": "*",
1934
+ "package": "./styles"
1935
+ }
1936
+ },
1937
+ {
1938
+ "kind": "js",
1939
+ "name": "*",
1940
+ "declaration": {
1941
+ "name": "*",
1942
+ "package": "./tokens"
1943
+ }
1944
+ },
1945
+ {
1946
+ "kind": "js",
1947
+ "name": "*",
1948
+ "declaration": {
1949
+ "name": "*",
1950
+ "package": "./values"
1951
+ }
1952
+ }
1953
+ ]
1954
+ },
1955
+ {
1956
+ "kind": "javascript-module",
1957
+ "path": "src/accordion-item/accordion-item.styles.ts",
1958
+ "declarations": [
1959
+ {
1960
+ "kind": "function",
1961
+ "name": "foundationAccordionItemStyles",
1962
+ "return": {
1963
+ "type": {
1964
+ "text": "ElementStyles"
1965
+ }
1966
+ },
1967
+ "parameters": [
1968
+ {
1969
+ "name": "context",
1970
+ "type": {
1971
+ "text": "ElementDefinitionContext"
1972
+ }
1973
+ },
1974
+ {
1975
+ "name": "definition",
1976
+ "type": {
1977
+ "text": "FoundationElementDefinition"
1978
+ }
1979
+ }
1980
+ ]
1981
+ }
1982
+ ],
1983
+ "exports": [
1984
+ {
1985
+ "kind": "js",
1986
+ "name": "foundationAccordionItemStyles",
1987
+ "declaration": {
1988
+ "name": "foundationAccordionItemStyles",
1989
+ "module": "src/accordion-item/accordion-item.styles.ts"
1990
+ }
1991
+ }
1992
+ ]
1993
+ },
1994
+ {
1995
+ "kind": "javascript-module",
1996
+ "path": "src/accordion-item/accordion-item.template.ts",
1997
+ "declarations": [
1998
+ {
1999
+ "kind": "function",
2000
+ "name": "foundationAccordionItemTemplate",
2001
+ "return": {
2002
+ "type": {
2003
+ "text": "ViewTemplate<AccordionItem>"
2004
+ }
2005
+ },
2006
+ "parameters": [
2007
+ {
2008
+ "name": "context",
2009
+ "type": {
2010
+ "text": "ElementDefinitionContext"
2011
+ }
2012
+ },
2013
+ {
2014
+ "name": "definition",
2015
+ "type": {
2016
+ "text": "FoundationElementDefinition"
2017
+ }
2018
+ }
2019
+ ]
2020
+ }
2021
+ ],
2022
+ "exports": [
2023
+ {
2024
+ "kind": "js",
2025
+ "name": "foundationAccordionItemTemplate",
2026
+ "declaration": {
2027
+ "name": "foundationAccordionItemTemplate",
2028
+ "module": "src/accordion-item/accordion-item.template.ts"
2029
+ }
2030
+ }
2031
+ ]
2032
+ },
2033
+ {
2034
+ "kind": "javascript-module",
2035
+ "path": "src/accordion-item/accordion-item.ts",
2036
+ "declarations": [
2037
+ {
2038
+ "kind": "class",
2039
+ "description": "",
2040
+ "name": "AccordionItem",
2041
+ "superclass": {
2042
+ "name": "FASTAccordionItem",
2043
+ "package": "@microsoft/fast-components"
2044
+ },
2045
+ "tagName": "%%prefix%%-accordion-item",
2046
+ "customElement": true,
2047
+ "attributes": [
2048
+ {
2049
+ "name": "heading-level",
2050
+ "type": {
2051
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2052
+ },
2053
+ "default": "2",
2054
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2055
+ "fieldName": "headinglevel",
2056
+ "inheritedFrom": {
2057
+ "name": "AccordionItem",
2058
+ "module": "src/accordion-item/accordion-item.ts"
2059
+ }
2060
+ },
2061
+ {
2062
+ "type": {
2063
+ "text": "boolean"
2064
+ },
2065
+ "default": "false",
2066
+ "description": "Expands or collapses the item.",
2067
+ "fieldName": "expanded",
2068
+ "inheritedFrom": {
2069
+ "name": "AccordionItem",
2070
+ "module": "src/accordion-item/accordion-item.ts"
2071
+ }
2072
+ },
2073
+ {
2074
+ "name": "id",
2075
+ "type": {
2076
+ "text": "string"
2077
+ },
2078
+ "description": "The item ID",
2079
+ "fieldName": "id",
2080
+ "inheritedFrom": {
2081
+ "name": "AccordionItem",
2082
+ "module": "src/accordion-item/accordion-item.ts"
2083
+ }
2084
+ }
2085
+ ],
2086
+ "members": [
2087
+ {
2088
+ "kind": "field",
2089
+ "name": "headinglevel",
2090
+ "type": {
2091
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2092
+ },
2093
+ "privacy": "public",
2094
+ "default": "2",
2095
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2096
+ "inheritedFrom": {
2097
+ "name": "AccordionItem",
2098
+ "module": "src/accordion-item/accordion-item.ts"
2099
+ }
2100
+ },
2101
+ {
2102
+ "kind": "field",
2103
+ "name": "expanded",
2104
+ "type": {
2105
+ "text": "boolean"
2106
+ },
2107
+ "privacy": "public",
2108
+ "default": "false",
2109
+ "description": "Expands or collapses the item.",
2110
+ "inheritedFrom": {
2111
+ "name": "AccordionItem",
2112
+ "module": "src/accordion-item/accordion-item.ts"
2113
+ }
2114
+ },
2115
+ {
2116
+ "kind": "field",
2117
+ "name": "id",
2118
+ "type": {
2119
+ "text": "string"
2120
+ },
2121
+ "privacy": "public",
2122
+ "description": "The item ID",
2123
+ "inheritedFrom": {
2124
+ "name": "AccordionItem",
2125
+ "module": "src/accordion-item/accordion-item.ts"
2126
+ }
2127
+ },
2128
+ {
2129
+ "kind": "field",
2130
+ "name": "change",
2131
+ "privacy": "private",
2132
+ "inheritedFrom": {
2133
+ "name": "AccordionItem",
2134
+ "module": "src/accordion-item/accordion-item.ts"
1628
2135
  }
1629
2136
  },
1630
2137
  {
@@ -2398,521 +2905,6 @@
2398
2905
  }
2399
2906
  ]
2400
2907
  },
2401
- {
2402
- "kind": "javascript-module",
2403
- "path": "src/accordion/accordion.styles.ts",
2404
- "declarations": [
2405
- {
2406
- "kind": "function",
2407
- "name": "foundationAccordionStyles",
2408
- "return": {
2409
- "type": {
2410
- "text": "ElementStyles"
2411
- }
2412
- },
2413
- "parameters": [
2414
- {
2415
- "name": "context",
2416
- "type": {
2417
- "text": "ElementDefinitionContext"
2418
- }
2419
- },
2420
- {
2421
- "name": "definition",
2422
- "type": {
2423
- "text": "FoundationElementDefinition"
2424
- }
2425
- }
2426
- ]
2427
- }
2428
- ],
2429
- "exports": [
2430
- {
2431
- "kind": "js",
2432
- "name": "foundationAccordionStyles",
2433
- "declaration": {
2434
- "name": "foundationAccordionStyles",
2435
- "module": "src/accordion/accordion.styles.ts"
2436
- }
2437
- }
2438
- ]
2439
- },
2440
- {
2441
- "kind": "javascript-module",
2442
- "path": "src/accordion/accordion.template.ts",
2443
- "declarations": [
2444
- {
2445
- "kind": "function",
2446
- "name": "foundationAccordionTemplate",
2447
- "return": {
2448
- "type": {
2449
- "text": "ViewTemplate<Accordion>"
2450
- }
2451
- },
2452
- "parameters": [
2453
- {
2454
- "name": "context",
2455
- "type": {
2456
- "text": "ElementDefinitionContext"
2457
- }
2458
- },
2459
- {
2460
- "name": "definition",
2461
- "type": {
2462
- "text": "FoundationElementDefinition"
2463
- }
2464
- }
2465
- ]
2466
- }
2467
- ],
2468
- "exports": [
2469
- {
2470
- "kind": "js",
2471
- "name": "foundationAccordionTemplate",
2472
- "declaration": {
2473
- "name": "foundationAccordionTemplate",
2474
- "module": "src/accordion/accordion.template.ts"
2475
- }
2476
- }
2477
- ]
2478
- },
2479
- {
2480
- "kind": "javascript-module",
2481
- "path": "src/accordion/accordion.ts",
2482
- "declarations": [
2483
- {
2484
- "kind": "class",
2485
- "description": "",
2486
- "name": "Accordion",
2487
- "superclass": {
2488
- "name": "FASTAccordion",
2489
- "package": "@microsoft/fast-foundation"
2490
- },
2491
- "tagName": "%%prefix%%-accordion",
2492
- "customElement": true,
2493
- "attributes": [
2494
- {
2495
- "name": "expand-mode",
2496
- "type": {
2497
- "text": "AccordionExpandMode"
2498
- },
2499
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2500
- "fieldName": "expandmode",
2501
- "inheritedFrom": {
2502
- "name": "Accordion",
2503
- "module": "src/accordion/accordion.ts"
2504
- }
2505
- }
2506
- ],
2507
- "members": [
2508
- {
2509
- "kind": "field",
2510
- "name": "expandmode",
2511
- "type": {
2512
- "text": "AccordionExpandMode"
2513
- },
2514
- "privacy": "public",
2515
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
2516
- "inheritedFrom": {
2517
- "name": "Accordion",
2518
- "module": "src/accordion/accordion.ts"
2519
- }
2520
- },
2521
- {
2522
- "kind": "field",
2523
- "name": "activeid",
2524
- "type": {
2525
- "text": "string | null"
2526
- },
2527
- "privacy": "private",
2528
- "inheritedFrom": {
2529
- "name": "Accordion",
2530
- "module": "src/accordion/accordion.ts"
2531
- }
2532
- },
2533
- {
2534
- "kind": "field",
2535
- "name": "activeItemIndex",
2536
- "type": {
2537
- "text": "number"
2538
- },
2539
- "privacy": "private",
2540
- "default": "0",
2541
- "inheritedFrom": {
2542
- "name": "Accordion",
2543
- "module": "src/accordion/accordion.ts"
2544
- }
2545
- },
2546
- {
2547
- "kind": "field",
2548
- "name": "accordionIds",
2549
- "type": {
2550
- "text": "Array<string | null>"
2551
- },
2552
- "privacy": "private",
2553
- "inheritedFrom": {
2554
- "name": "Accordion",
2555
- "module": "src/accordion/accordion.ts"
2556
- }
2557
- },
2558
- {
2559
- "kind": "field",
2560
- "name": "change",
2561
- "privacy": "private",
2562
- "inheritedFrom": {
2563
- "name": "Accordion",
2564
- "module": "src/accordion/accordion.ts"
2565
- }
2566
- },
2567
- {
2568
- "kind": "method",
2569
- "name": "findExpandedItem",
2570
- "privacy": "private",
2571
- "return": {
2572
- "type": {
2573
- "text": "AccordionItem | null"
2574
- }
2575
- },
2576
- "inheritedFrom": {
2577
- "name": "Accordion",
2578
- "module": "src/accordion/accordion.ts"
2579
- }
2580
- },
2581
- {
2582
- "kind": "field",
2583
- "name": "setItems",
2584
- "privacy": "private",
2585
- "inheritedFrom": {
2586
- "name": "Accordion",
2587
- "module": "src/accordion/accordion.ts"
2588
- }
2589
- },
2590
- {
2591
- "kind": "method",
2592
- "name": "resetItems",
2593
- "privacy": "private",
2594
- "return": {
2595
- "type": {
2596
- "text": "void"
2597
- }
2598
- },
2599
- "inheritedFrom": {
2600
- "name": "Accordion",
2601
- "module": "src/accordion/accordion.ts"
2602
- }
2603
- },
2604
- {
2605
- "kind": "field",
2606
- "name": "removeItemListeners",
2607
- "privacy": "private",
2608
- "inheritedFrom": {
2609
- "name": "Accordion",
2610
- "module": "src/accordion/accordion.ts"
2611
- }
2612
- },
2613
- {
2614
- "kind": "field",
2615
- "name": "activeItemChange",
2616
- "privacy": "private",
2617
- "inheritedFrom": {
2618
- "name": "Accordion",
2619
- "module": "src/accordion/accordion.ts"
2620
- }
2621
- },
2622
- {
2623
- "kind": "method",
2624
- "name": "getItemIds",
2625
- "privacy": "private",
2626
- "return": {
2627
- "type": {
2628
- "text": "Array<string | null>"
2629
- }
2630
- },
2631
- "inheritedFrom": {
2632
- "name": "Accordion",
2633
- "module": "src/accordion/accordion.ts"
2634
- }
2635
- },
2636
- {
2637
- "kind": "method",
2638
- "name": "isSingleExpandMode",
2639
- "privacy": "private",
2640
- "return": {
2641
- "type": {
2642
- "text": "boolean"
2643
- }
2644
- },
2645
- "inheritedFrom": {
2646
- "name": "Accordion",
2647
- "module": "src/accordion/accordion.ts"
2648
- }
2649
- },
2650
- {
2651
- "kind": "field",
2652
- "name": "handleItemKeyDown",
2653
- "privacy": "private",
2654
- "inheritedFrom": {
2655
- "name": "Accordion",
2656
- "module": "src/accordion/accordion.ts"
2657
- }
2658
- },
2659
- {
2660
- "kind": "field",
2661
- "name": "handleItemFocus",
2662
- "privacy": "private",
2663
- "inheritedFrom": {
2664
- "name": "Accordion",
2665
- "module": "src/accordion/accordion.ts"
2666
- }
2667
- },
2668
- {
2669
- "kind": "method",
2670
- "name": "adjust",
2671
- "privacy": "private",
2672
- "return": {
2673
- "type": {
2674
- "text": "void"
2675
- }
2676
- },
2677
- "parameters": [
2678
- {
2679
- "name": "adjustment",
2680
- "type": {
2681
- "text": "number"
2682
- }
2683
- }
2684
- ],
2685
- "inheritedFrom": {
2686
- "name": "Accordion",
2687
- "module": "src/accordion/accordion.ts"
2688
- }
2689
- },
2690
- {
2691
- "kind": "method",
2692
- "name": "focusItem",
2693
- "privacy": "private",
2694
- "return": {
2695
- "type": {
2696
- "text": "void"
2697
- }
2698
- },
2699
- "inheritedFrom": {
2700
- "name": "Accordion",
2701
- "module": "src/accordion/accordion.ts"
2702
- }
2703
- },
2704
- {
2705
- "kind": "field",
2706
- "name": "_presentation",
2707
- "type": {
2708
- "text": "ComponentPresentation | null | undefined"
2709
- },
2710
- "privacy": "private",
2711
- "default": "void 0",
2712
- "inheritedFrom": {
2713
- "name": "FoundationElement",
2714
- "module": "src/foundation-element/foundation-element.ts"
2715
- }
2716
- },
2717
- {
2718
- "kind": "field",
2719
- "name": "$presentation",
2720
- "type": {
2721
- "text": "ComponentPresentation | null"
2722
- },
2723
- "privacy": "public",
2724
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2725
- "inheritedFrom": {
2726
- "name": "FoundationElement",
2727
- "module": "src/foundation-element/foundation-element.ts"
2728
- }
2729
- },
2730
- {
2731
- "kind": "field",
2732
- "name": "template",
2733
- "type": {
2734
- "text": "ElementViewTemplate | void | null"
2735
- },
2736
- "privacy": "public",
2737
- "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.",
2738
- "inheritedFrom": {
2739
- "name": "FoundationElement",
2740
- "module": "src/foundation-element/foundation-element.ts"
2741
- }
2742
- },
2743
- {
2744
- "kind": "method",
2745
- "name": "templateChanged",
2746
- "privacy": "protected",
2747
- "return": {
2748
- "type": {
2749
- "text": "void"
2750
- }
2751
- },
2752
- "inheritedFrom": {
2753
- "name": "FoundationElement",
2754
- "module": "src/foundation-element/foundation-element.ts"
2755
- }
2756
- },
2757
- {
2758
- "kind": "field",
2759
- "name": "styles",
2760
- "type": {
2761
- "text": "ElementStyles | void | null"
2762
- },
2763
- "privacy": "public",
2764
- "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.",
2765
- "inheritedFrom": {
2766
- "name": "FoundationElement",
2767
- "module": "src/foundation-element/foundation-element.ts"
2768
- }
2769
- },
2770
- {
2771
- "kind": "method",
2772
- "name": "stylesChanged",
2773
- "privacy": "protected",
2774
- "return": {
2775
- "type": {
2776
- "text": "void"
2777
- }
2778
- },
2779
- "inheritedFrom": {
2780
- "name": "FoundationElement",
2781
- "module": "src/foundation-element/foundation-element.ts"
2782
- }
2783
- },
2784
- {
2785
- "kind": "method",
2786
- "name": "compose",
2787
- "privacy": "public",
2788
- "static": true,
2789
- "return": {
2790
- "type": {
2791
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2792
- }
2793
- },
2794
- "parameters": [
2795
- {
2796
- "name": "this",
2797
- "type": {
2798
- "text": "K"
2799
- }
2800
- },
2801
- {
2802
- "name": "elementDefinition",
2803
- "type": {
2804
- "text": "T"
2805
- },
2806
- "description": "The definition of the element to create the registry\nfunction for."
2807
- }
2808
- ],
2809
- "description": "Defines an element registry function with a set of element definition defaults.",
2810
- "inheritedFrom": {
2811
- "name": "FoundationElement",
2812
- "module": "src/foundation-element/foundation-element.ts"
2813
- }
2814
- }
2815
- ],
2816
- "events": [
2817
- {
2818
- "description": "Fires a custom 'change' event when the active item changes",
2819
- "name": "change",
2820
- "inheritedFrom": {
2821
- "name": "Accordion",
2822
- "module": "src/accordion/accordion.ts"
2823
- }
2824
- }
2825
- ]
2826
- },
2827
- {
2828
- "kind": "variable",
2829
- "name": "foundationAccordionShadowOptions",
2830
- "type": {
2831
- "text": "ShadowRootInit"
2832
- },
2833
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2834
- },
2835
- {
2836
- "kind": "variable",
2837
- "name": "defaultAccordionConfig",
2838
- "type": {
2839
- "text": "object"
2840
- },
2841
- "default": "{}"
2842
- },
2843
- {
2844
- "kind": "variable",
2845
- "name": "foundationAccordion",
2846
- "description": "The Foundation Accordion",
2847
- "privacy": "public"
2848
- }
2849
- ],
2850
- "exports": [
2851
- {
2852
- "kind": "js",
2853
- "name": "Accordion",
2854
- "declaration": {
2855
- "name": "Accordion",
2856
- "module": "src/accordion/accordion.ts"
2857
- }
2858
- },
2859
- {
2860
- "kind": "js",
2861
- "name": "foundationAccordionShadowOptions",
2862
- "declaration": {
2863
- "name": "foundationAccordionShadowOptions",
2864
- "module": "src/accordion/accordion.ts"
2865
- }
2866
- },
2867
- {
2868
- "kind": "js",
2869
- "name": "defaultAccordionConfig",
2870
- "declaration": {
2871
- "name": "defaultAccordionConfig",
2872
- "module": "src/accordion/accordion.ts"
2873
- }
2874
- },
2875
- {
2876
- "kind": "js",
2877
- "name": "foundationAccordion",
2878
- "declaration": {
2879
- "name": "foundationAccordion",
2880
- "module": "src/accordion/accordion.ts"
2881
- }
2882
- }
2883
- ]
2884
- },
2885
- {
2886
- "kind": "javascript-module",
2887
- "path": "src/accordion/index.ts",
2888
- "declarations": [],
2889
- "exports": [
2890
- {
2891
- "kind": "js",
2892
- "name": "*",
2893
- "declaration": {
2894
- "name": "*",
2895
- "package": "./accordion.template"
2896
- }
2897
- },
2898
- {
2899
- "kind": "js",
2900
- "name": "*",
2901
- "declaration": {
2902
- "name": "*",
2903
- "package": "./accordion.styles"
2904
- }
2905
- },
2906
- {
2907
- "kind": "js",
2908
- "name": "*",
2909
- "declaration": {
2910
- "name": "*",
2911
- "package": "./accordion"
2912
- }
2913
- }
2914
- ]
2915
- },
2916
2908
  {
2917
2909
  "kind": "javascript-module",
2918
2910
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -38652,403 +38644,6 @@
38652
38644
  }
38653
38645
  ]
38654
38646
  },
38655
- {
38656
- "kind": "javascript-module",
38657
- "path": "src/pill/index.ts",
38658
- "declarations": [],
38659
- "exports": [
38660
- {
38661
- "kind": "js",
38662
- "name": "*",
38663
- "declaration": {
38664
- "name": "*",
38665
- "package": "./pill"
38666
- }
38667
- },
38668
- {
38669
- "kind": "js",
38670
- "name": "*",
38671
- "declaration": {
38672
- "name": "*",
38673
- "package": "./pill.styles"
38674
- }
38675
- },
38676
- {
38677
- "kind": "js",
38678
- "name": "*",
38679
- "declaration": {
38680
- "name": "*",
38681
- "package": "./pill.template"
38682
- }
38683
- }
38684
- ]
38685
- },
38686
- {
38687
- "kind": "javascript-module",
38688
- "path": "src/pill/pill.styles.ts",
38689
- "declarations": [
38690
- {
38691
- "kind": "variable",
38692
- "name": "pillStyles",
38693
- "default": "css`\n :host {\n --pill-fill: var(--neutral-fill-rest, #e5e5e5);\n --pill-fill-hover: var(--neutral-fill-hover, #d9d9d9);\n --pill-foreground: var(--neutral-foreground-rest, #1a1a1a);\n --pill-border-radius: 12px;\n\n display: inline-flex;\n }\n\n .pill {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n height: 24px;\n padding: 0 4px 0 10px;\n border-radius: var(--pill-border-radius);\n background: var(--pill-fill);\n color: var(--pill-foreground);\n font-size: 12px;\n line-height: 1;\n }\n\n .pill[disabled] {\n opacity: 50%;\n }\n\n .pill-body {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n border: none;\n background: transparent;\n color: inherit;\n font: inherit;\n padding: 0;\n cursor: pointer;\n }\n\n .pill-body:disabled {\n cursor: not-allowed;\n }\n\n .pill-label {\n font-weight: 600;\n white-space: nowrap;\n }\n\n .pill-value {\n white-space: nowrap;\n }\n\n .pill-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 16px;\n height: 16px;\n border: none;\n border-radius: 50%;\n background: transparent;\n color: inherit;\n cursor: pointer;\n padding: 0;\n }\n\n .pill-remove:hover {\n background: var(--pill-fill-hover);\n }\n\n .pill-remove:disabled {\n cursor: not-allowed;\n }\n`"
38694
- }
38695
- ],
38696
- "exports": [
38697
- {
38698
- "kind": "js",
38699
- "name": "pillStyles",
38700
- "declaration": {
38701
- "name": "pillStyles",
38702
- "module": "src/pill/pill.styles.ts"
38703
- }
38704
- }
38705
- ]
38706
- },
38707
- {
38708
- "kind": "javascript-module",
38709
- "path": "src/pill/pill.template.ts",
38710
- "declarations": [
38711
- {
38712
- "kind": "variable",
38713
- "name": "foundationPillTemplate",
38714
- "default": "html<Pill>`\n ${(x) => getPrefixedPillTemplate(getPrefix(x))}\n`"
38715
- }
38716
- ],
38717
- "exports": [
38718
- {
38719
- "kind": "js",
38720
- "name": "foundationPillTemplate",
38721
- "declaration": {
38722
- "name": "foundationPillTemplate",
38723
- "module": "src/pill/pill.template.ts"
38724
- }
38725
- }
38726
- ]
38727
- },
38728
- {
38729
- "kind": "javascript-module",
38730
- "path": "src/pill/pill.ts",
38731
- "declarations": [
38732
- {
38733
- "kind": "variable",
38734
- "name": "foundationPillShadowOptions",
38735
- "type": {
38736
- "text": "ShadowRootInit"
38737
- },
38738
- "default": "undefined"
38739
- },
38740
- {
38741
- "kind": "variable",
38742
- "name": "defaultPillConfig",
38743
- "type": {
38744
- "text": "object"
38745
- },
38746
- "default": "{}"
38747
- },
38748
- {
38749
- "kind": "class",
38750
- "description": "",
38751
- "name": "Pill",
38752
- "members": [
38753
- {
38754
- "kind": "field",
38755
- "name": "label",
38756
- "type": {
38757
- "text": "string"
38758
- },
38759
- "attribute": "label"
38760
- },
38761
- {
38762
- "kind": "field",
38763
- "name": "value",
38764
- "type": {
38765
- "text": "string"
38766
- },
38767
- "attribute": "value"
38768
- },
38769
- {
38770
- "kind": "field",
38771
- "name": "removable",
38772
- "type": {
38773
- "text": "boolean"
38774
- },
38775
- "default": "true",
38776
- "attribute": "removable"
38777
- },
38778
- {
38779
- "kind": "field",
38780
- "name": "disabled",
38781
- "type": {
38782
- "text": "boolean"
38783
- },
38784
- "default": "false",
38785
- "attribute": "disabled"
38786
- },
38787
- {
38788
- "kind": "method",
38789
- "name": "handleBodyClick",
38790
- "return": {
38791
- "type": {
38792
- "text": "void"
38793
- }
38794
- }
38795
- },
38796
- {
38797
- "kind": "method",
38798
- "name": "handleRemoveClick",
38799
- "return": {
38800
- "type": {
38801
- "text": "void"
38802
- }
38803
- },
38804
- "parameters": [
38805
- {
38806
- "name": "event",
38807
- "type": {
38808
- "text": "Event"
38809
- }
38810
- }
38811
- ]
38812
- },
38813
- {
38814
- "kind": "field",
38815
- "name": "_presentation",
38816
- "type": {
38817
- "text": "ComponentPresentation | null | undefined"
38818
- },
38819
- "privacy": "private",
38820
- "default": "void 0",
38821
- "inheritedFrom": {
38822
- "name": "FoundationElement",
38823
- "module": "src/foundation-element/foundation-element.ts"
38824
- }
38825
- },
38826
- {
38827
- "kind": "field",
38828
- "name": "$presentation",
38829
- "type": {
38830
- "text": "ComponentPresentation | null"
38831
- },
38832
- "privacy": "public",
38833
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38834
- "inheritedFrom": {
38835
- "name": "FoundationElement",
38836
- "module": "src/foundation-element/foundation-element.ts"
38837
- }
38838
- },
38839
- {
38840
- "kind": "field",
38841
- "name": "template",
38842
- "type": {
38843
- "text": "ElementViewTemplate | void | null"
38844
- },
38845
- "privacy": "public",
38846
- "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.",
38847
- "inheritedFrom": {
38848
- "name": "FoundationElement",
38849
- "module": "src/foundation-element/foundation-element.ts"
38850
- }
38851
- },
38852
- {
38853
- "kind": "method",
38854
- "name": "templateChanged",
38855
- "privacy": "protected",
38856
- "return": {
38857
- "type": {
38858
- "text": "void"
38859
- }
38860
- },
38861
- "inheritedFrom": {
38862
- "name": "FoundationElement",
38863
- "module": "src/foundation-element/foundation-element.ts"
38864
- }
38865
- },
38866
- {
38867
- "kind": "field",
38868
- "name": "styles",
38869
- "type": {
38870
- "text": "ElementStyles | void | null"
38871
- },
38872
- "privacy": "public",
38873
- "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.",
38874
- "inheritedFrom": {
38875
- "name": "FoundationElement",
38876
- "module": "src/foundation-element/foundation-element.ts"
38877
- }
38878
- },
38879
- {
38880
- "kind": "method",
38881
- "name": "stylesChanged",
38882
- "privacy": "protected",
38883
- "return": {
38884
- "type": {
38885
- "text": "void"
38886
- }
38887
- },
38888
- "inheritedFrom": {
38889
- "name": "FoundationElement",
38890
- "module": "src/foundation-element/foundation-element.ts"
38891
- }
38892
- },
38893
- {
38894
- "kind": "method",
38895
- "name": "compose",
38896
- "privacy": "public",
38897
- "static": true,
38898
- "return": {
38899
- "type": {
38900
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
38901
- }
38902
- },
38903
- "parameters": [
38904
- {
38905
- "name": "this",
38906
- "type": {
38907
- "text": "K"
38908
- }
38909
- },
38910
- {
38911
- "name": "elementDefinition",
38912
- "type": {
38913
- "text": "T"
38914
- },
38915
- "description": "The definition of the element to create the registry\nfunction for."
38916
- }
38917
- ],
38918
- "description": "Defines an element registry function with a set of element definition defaults.",
38919
- "inheritedFrom": {
38920
- "name": "FoundationElement",
38921
- "module": "src/foundation-element/foundation-element.ts"
38922
- }
38923
- }
38924
- ],
38925
- "events": [
38926
- {
38927
- "description": "Fired when the remove control is activated.",
38928
- "name": "remove"
38929
- },
38930
- {
38931
- "description": "Fired when the pill body (excluding the remove control) is activated.",
38932
- "name": "pill-click"
38933
- }
38934
- ],
38935
- "attributes": [
38936
- {
38937
- "name": "label",
38938
- "type": {
38939
- "text": "string"
38940
- },
38941
- "fieldName": "label",
38942
- "description": "the name of the thing this pill represents, e.g. a filter field name"
38943
- },
38944
- {
38945
- "name": "value",
38946
- "type": {
38947
- "text": "string"
38948
- },
38949
- "fieldName": "value",
38950
- "description": "the current value shown alongside the label, e.g. \"Cpty Desk: EQUITIES\""
38951
- },
38952
- {
38953
- "name": "removable",
38954
- "type": {
38955
- "text": "boolean"
38956
- },
38957
- "default": "true",
38958
- "fieldName": "removable",
38959
- "description": "whether the \"x\" remove control is shown"
38960
- },
38961
- {
38962
- "name": "disabled",
38963
- "type": {
38964
- "text": "boolean"
38965
- },
38966
- "default": "false",
38967
- "fieldName": "disabled",
38968
- "description": "disables both the pill body and the remove control"
38969
- },
38970
- {
38971
- "name": "label",
38972
- "type": {
38973
- "text": "string"
38974
- },
38975
- "attribute": "label",
38976
- "fieldName": "label"
38977
- },
38978
- {
38979
- "name": "value",
38980
- "type": {
38981
- "text": "string"
38982
- },
38983
- "attribute": "value",
38984
- "fieldName": "value"
38985
- },
38986
- {
38987
- "type": {
38988
- "text": "boolean"
38989
- },
38990
- "default": "true",
38991
- "attribute": "removable",
38992
- "fieldName": "removable"
38993
- },
38994
- {
38995
- "type": {
38996
- "text": "boolean"
38997
- },
38998
- "default": "false",
38999
- "attribute": "disabled",
39000
- "fieldName": "disabled"
39001
- }
39002
- ],
39003
- "superclass": {
39004
- "name": "FoundationElement",
39005
- "package": "@microsoft/fast-foundation"
39006
- },
39007
- "tagName": "%%prefix%%-pill",
39008
- "customElement": true
39009
- },
39010
- {
39011
- "kind": "variable",
39012
- "name": "foundationPill",
39013
- "description": "The Foundation Pill",
39014
- "privacy": "public"
39015
- }
39016
- ],
39017
- "exports": [
39018
- {
39019
- "kind": "js",
39020
- "name": "foundationPillShadowOptions",
39021
- "declaration": {
39022
- "name": "foundationPillShadowOptions",
39023
- "module": "src/pill/pill.ts"
39024
- }
39025
- },
39026
- {
39027
- "kind": "js",
39028
- "name": "defaultPillConfig",
39029
- "declaration": {
39030
- "name": "defaultPillConfig",
39031
- "module": "src/pill/pill.ts"
39032
- }
39033
- },
39034
- {
39035
- "kind": "js",
39036
- "name": "Pill",
39037
- "declaration": {
39038
- "name": "Pill",
39039
- "module": "src/pill/pill.ts"
39040
- }
39041
- },
39042
- {
39043
- "kind": "js",
39044
- "name": "foundationPill",
39045
- "declaration": {
39046
- "name": "foundationPill",
39047
- "module": "src/pill/pill.ts"
39048
- }
39049
- }
39050
- ]
39051
- },
39052
38647
  {
39053
38648
  "kind": "javascript-module",
39054
38649
  "path": "src/popper/index.ts",