@genesislcap/foundation-ui 14.427.2-alpha-e0ffaad.0 → 14.427.2-alpha-d282431.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 +905 -905
- 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
|
@@ -1400,11 +1400,11 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/accordion
|
|
1403
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1404
1404
|
"declarations": [
|
|
1405
1405
|
{
|
|
1406
1406
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1407
|
+
"name": "foundationAccordionStyles",
|
|
1408
1408
|
"return": {
|
|
1409
1409
|
"type": {
|
|
1410
1410
|
"text": "ElementStyles"
|
|
@@ -1429,24 +1429,24 @@
|
|
|
1429
1429
|
"exports": [
|
|
1430
1430
|
{
|
|
1431
1431
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1432
|
+
"name": "foundationAccordionStyles",
|
|
1433
1433
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/accordion
|
|
1434
|
+
"name": "foundationAccordionStyles",
|
|
1435
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
]
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion
|
|
1442
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1443
1443
|
"declarations": [
|
|
1444
1444
|
{
|
|
1445
1445
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1446
|
+
"name": "foundationAccordionTemplate",
|
|
1447
1447
|
"return": {
|
|
1448
1448
|
"type": {
|
|
1449
|
-
"text": "ViewTemplate<
|
|
1449
|
+
"text": "ViewTemplate<Accordion>"
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
"parameters": [
|
|
@@ -1468,116 +1468,237 @@
|
|
|
1468
1468
|
"exports": [
|
|
1469
1469
|
{
|
|
1470
1470
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1471
|
+
"name": "foundationAccordionTemplate",
|
|
1472
1472
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/accordion
|
|
1473
|
+
"name": "foundationAccordionTemplate",
|
|
1474
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
{
|
|
1480
1480
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion
|
|
1481
|
+
"path": "src/accordion/accordion.ts",
|
|
1482
1482
|
"declarations": [
|
|
1483
1483
|
{
|
|
1484
1484
|
"kind": "class",
|
|
1485
1485
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1486
|
+
"name": "Accordion",
|
|
1487
1487
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"package": "@microsoft/fast-
|
|
1488
|
+
"name": "FASTAccordion",
|
|
1489
|
+
"package": "@microsoft/fast-foundation"
|
|
1490
1490
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion
|
|
1491
|
+
"tagName": "%%prefix%%-accordion",
|
|
1492
1492
|
"customElement": true,
|
|
1493
1493
|
"attributes": [
|
|
1494
1494
|
{
|
|
1495
|
-
"name": "
|
|
1495
|
+
"name": "expand-mode",
|
|
1496
1496
|
"type": {
|
|
1497
|
-
"text": "
|
|
1497
|
+
"text": "AccordionExpandMode"
|
|
1498
1498
|
},
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"fieldName": "headinglevel",
|
|
1499
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1500
|
+
"fieldName": "expandmode",
|
|
1502
1501
|
"inheritedFrom": {
|
|
1503
|
-
"name": "
|
|
1504
|
-
"module": "src/accordion
|
|
1502
|
+
"name": "Accordion",
|
|
1503
|
+
"module": "src/accordion/accordion.ts"
|
|
1505
1504
|
}
|
|
1506
|
-
}
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"members": [
|
|
1507
1508
|
{
|
|
1509
|
+
"kind": "field",
|
|
1510
|
+
"name": "expandmode",
|
|
1508
1511
|
"type": {
|
|
1509
|
-
"text": "
|
|
1512
|
+
"text": "AccordionExpandMode"
|
|
1510
1513
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"description": "
|
|
1513
|
-
"fieldName": "expanded",
|
|
1514
|
+
"privacy": "public",
|
|
1515
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1514
1516
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/accordion
|
|
1517
|
+
"name": "Accordion",
|
|
1518
|
+
"module": "src/accordion/accordion.ts"
|
|
1517
1519
|
}
|
|
1518
1520
|
},
|
|
1519
1521
|
{
|
|
1520
|
-
"
|
|
1522
|
+
"kind": "field",
|
|
1523
|
+
"name": "activeid",
|
|
1521
1524
|
"type": {
|
|
1522
|
-
"text": "string"
|
|
1525
|
+
"text": "string | null"
|
|
1523
1526
|
},
|
|
1524
|
-
"
|
|
1525
|
-
"fieldName": "id",
|
|
1527
|
+
"privacy": "private",
|
|
1526
1528
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1529
|
+
"name": "Accordion",
|
|
1530
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1531
|
}
|
|
1530
|
-
}
|
|
1531
|
-
],
|
|
1532
|
-
"members": [
|
|
1532
|
+
},
|
|
1533
1533
|
{
|
|
1534
1534
|
"kind": "field",
|
|
1535
|
-
"name": "
|
|
1535
|
+
"name": "activeItemIndex",
|
|
1536
1536
|
"type": {
|
|
1537
|
-
"text": "
|
|
1537
|
+
"text": "number"
|
|
1538
1538
|
},
|
|
1539
|
-
"privacy": "
|
|
1540
|
-
"default": "
|
|
1541
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1539
|
+
"privacy": "private",
|
|
1540
|
+
"default": "0",
|
|
1542
1541
|
"inheritedFrom": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"module": "src/accordion
|
|
1542
|
+
"name": "Accordion",
|
|
1543
|
+
"module": "src/accordion/accordion.ts"
|
|
1545
1544
|
}
|
|
1546
1545
|
},
|
|
1547
1546
|
{
|
|
1548
1547
|
"kind": "field",
|
|
1549
|
-
"name": "
|
|
1548
|
+
"name": "accordionIds",
|
|
1550
1549
|
"type": {
|
|
1551
|
-
"text": "
|
|
1550
|
+
"text": "Array<string | null>"
|
|
1552
1551
|
},
|
|
1553
|
-
"privacy": "
|
|
1554
|
-
"default": "false",
|
|
1555
|
-
"description": "Expands or collapses the item.",
|
|
1552
|
+
"privacy": "private",
|
|
1556
1553
|
"inheritedFrom": {
|
|
1557
|
-
"name": "
|
|
1558
|
-
"module": "src/accordion
|
|
1554
|
+
"name": "Accordion",
|
|
1555
|
+
"module": "src/accordion/accordion.ts"
|
|
1559
1556
|
}
|
|
1560
1557
|
},
|
|
1561
1558
|
{
|
|
1562
1559
|
"kind": "field",
|
|
1563
|
-
"name": "
|
|
1564
|
-
"
|
|
1565
|
-
|
|
1560
|
+
"name": "change",
|
|
1561
|
+
"privacy": "private",
|
|
1562
|
+
"inheritedFrom": {
|
|
1563
|
+
"name": "Accordion",
|
|
1564
|
+
"module": "src/accordion/accordion.ts"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "method",
|
|
1569
|
+
"name": "findExpandedItem",
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"return": {
|
|
1572
|
+
"type": {
|
|
1573
|
+
"text": "AccordionItem | null"
|
|
1574
|
+
}
|
|
1566
1575
|
},
|
|
1567
|
-
"privacy": "public",
|
|
1568
|
-
"description": "The item ID",
|
|
1569
1576
|
"inheritedFrom": {
|
|
1570
|
-
"name": "
|
|
1571
|
-
"module": "src/accordion
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1572
1579
|
}
|
|
1573
1580
|
},
|
|
1574
1581
|
{
|
|
1575
1582
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1583
|
+
"name": "setItems",
|
|
1577
1584
|
"privacy": "private",
|
|
1578
1585
|
"inheritedFrom": {
|
|
1579
|
-
"name": "
|
|
1580
|
-
"module": "src/accordion
|
|
1586
|
+
"name": "Accordion",
|
|
1587
|
+
"module": "src/accordion/accordion.ts"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "method",
|
|
1592
|
+
"name": "resetItems",
|
|
1593
|
+
"privacy": "private",
|
|
1594
|
+
"return": {
|
|
1595
|
+
"type": {
|
|
1596
|
+
"text": "void"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"inheritedFrom": {
|
|
1600
|
+
"name": "Accordion",
|
|
1601
|
+
"module": "src/accordion/accordion.ts"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "field",
|
|
1606
|
+
"name": "removeItemListeners",
|
|
1607
|
+
"privacy": "private",
|
|
1608
|
+
"inheritedFrom": {
|
|
1609
|
+
"name": "Accordion",
|
|
1610
|
+
"module": "src/accordion/accordion.ts"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "field",
|
|
1615
|
+
"name": "activeItemChange",
|
|
1616
|
+
"privacy": "private",
|
|
1617
|
+
"inheritedFrom": {
|
|
1618
|
+
"name": "Accordion",
|
|
1619
|
+
"module": "src/accordion/accordion.ts"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "method",
|
|
1624
|
+
"name": "getItemIds",
|
|
1625
|
+
"privacy": "private",
|
|
1626
|
+
"return": {
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "Array<string | null>"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"inheritedFrom": {
|
|
1632
|
+
"name": "Accordion",
|
|
1633
|
+
"module": "src/accordion/accordion.ts"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "method",
|
|
1638
|
+
"name": "isSingleExpandMode",
|
|
1639
|
+
"privacy": "private",
|
|
1640
|
+
"return": {
|
|
1641
|
+
"type": {
|
|
1642
|
+
"text": "boolean"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"inheritedFrom": {
|
|
1646
|
+
"name": "Accordion",
|
|
1647
|
+
"module": "src/accordion/accordion.ts"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "field",
|
|
1652
|
+
"name": "handleItemKeyDown",
|
|
1653
|
+
"privacy": "private",
|
|
1654
|
+
"inheritedFrom": {
|
|
1655
|
+
"name": "Accordion",
|
|
1656
|
+
"module": "src/accordion/accordion.ts"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "field",
|
|
1661
|
+
"name": "handleItemFocus",
|
|
1662
|
+
"privacy": "private",
|
|
1663
|
+
"inheritedFrom": {
|
|
1664
|
+
"name": "Accordion",
|
|
1665
|
+
"module": "src/accordion/accordion.ts"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "method",
|
|
1670
|
+
"name": "adjust",
|
|
1671
|
+
"privacy": "private",
|
|
1672
|
+
"return": {
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "void"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "adjustment",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "number"
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "method",
|
|
1692
|
+
"name": "focusItem",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"return": {
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "void"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"inheritedFrom": {
|
|
1700
|
+
"name": "Accordion",
|
|
1701
|
+
"module": "src/accordion/accordion.ts"
|
|
1581
1702
|
}
|
|
1582
1703
|
},
|
|
1583
1704
|
{
|
|
@@ -1694,18 +1815,18 @@
|
|
|
1694
1815
|
],
|
|
1695
1816
|
"events": [
|
|
1696
1817
|
{
|
|
1697
|
-
"description": "Fires a custom 'change' event when the
|
|
1818
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1698
1819
|
"name": "change",
|
|
1699
1820
|
"inheritedFrom": {
|
|
1700
|
-
"name": "
|
|
1701
|
-
"module": "src/accordion
|
|
1821
|
+
"name": "Accordion",
|
|
1822
|
+
"module": "src/accordion/accordion.ts"
|
|
1702
1823
|
}
|
|
1703
1824
|
}
|
|
1704
1825
|
]
|
|
1705
1826
|
},
|
|
1706
1827
|
{
|
|
1707
1828
|
"kind": "variable",
|
|
1708
|
-
"name": "
|
|
1829
|
+
"name": "foundationAccordionShadowOptions",
|
|
1709
1830
|
"type": {
|
|
1710
1831
|
"text": "ShadowRootInit"
|
|
1711
1832
|
},
|
|
@@ -1713,57 +1834,57 @@
|
|
|
1713
1834
|
},
|
|
1714
1835
|
{
|
|
1715
1836
|
"kind": "variable",
|
|
1716
|
-
"name": "
|
|
1837
|
+
"name": "defaultAccordionConfig",
|
|
1717
1838
|
"type": {
|
|
1718
1839
|
"text": "object"
|
|
1719
1840
|
},
|
|
1720
|
-
"default": "{
|
|
1841
|
+
"default": "{}"
|
|
1721
1842
|
},
|
|
1722
1843
|
{
|
|
1723
1844
|
"kind": "variable",
|
|
1724
|
-
"name": "
|
|
1725
|
-
"description": "The Foundation Accordion
|
|
1845
|
+
"name": "foundationAccordion",
|
|
1846
|
+
"description": "The Foundation Accordion",
|
|
1726
1847
|
"privacy": "public"
|
|
1727
1848
|
}
|
|
1728
1849
|
],
|
|
1729
1850
|
"exports": [
|
|
1730
1851
|
{
|
|
1731
1852
|
"kind": "js",
|
|
1732
|
-
"name": "
|
|
1853
|
+
"name": "Accordion",
|
|
1733
1854
|
"declaration": {
|
|
1734
|
-
"name": "
|
|
1735
|
-
"module": "src/accordion
|
|
1855
|
+
"name": "Accordion",
|
|
1856
|
+
"module": "src/accordion/accordion.ts"
|
|
1736
1857
|
}
|
|
1737
1858
|
},
|
|
1738
1859
|
{
|
|
1739
1860
|
"kind": "js",
|
|
1740
|
-
"name": "
|
|
1861
|
+
"name": "foundationAccordionShadowOptions",
|
|
1741
1862
|
"declaration": {
|
|
1742
|
-
"name": "
|
|
1743
|
-
"module": "src/accordion
|
|
1863
|
+
"name": "foundationAccordionShadowOptions",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1744
1865
|
}
|
|
1745
1866
|
},
|
|
1746
1867
|
{
|
|
1747
1868
|
"kind": "js",
|
|
1748
|
-
"name": "
|
|
1869
|
+
"name": "defaultAccordionConfig",
|
|
1749
1870
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"module": "src/accordion
|
|
1871
|
+
"name": "defaultAccordionConfig",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1752
1873
|
}
|
|
1753
1874
|
},
|
|
1754
1875
|
{
|
|
1755
1876
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
1877
|
+
"name": "foundationAccordion",
|
|
1757
1878
|
"declaration": {
|
|
1758
|
-
"name": "
|
|
1759
|
-
"module": "src/accordion
|
|
1879
|
+
"name": "foundationAccordion",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1760
1881
|
}
|
|
1761
1882
|
}
|
|
1762
1883
|
]
|
|
1763
1884
|
},
|
|
1764
1885
|
{
|
|
1765
1886
|
"kind": "javascript-module",
|
|
1766
|
-
"path": "src/accordion
|
|
1887
|
+
"path": "src/accordion/index.ts",
|
|
1767
1888
|
"declarations": [],
|
|
1768
1889
|
"exports": [
|
|
1769
1890
|
{
|
|
@@ -1771,7 +1892,7 @@
|
|
|
1771
1892
|
"name": "*",
|
|
1772
1893
|
"declaration": {
|
|
1773
1894
|
"name": "*",
|
|
1774
|
-
"package": "./accordion
|
|
1895
|
+
"package": "./accordion.template"
|
|
1775
1896
|
}
|
|
1776
1897
|
},
|
|
1777
1898
|
{
|
|
@@ -1779,7 +1900,7 @@
|
|
|
1779
1900
|
"name": "*",
|
|
1780
1901
|
"declaration": {
|
|
1781
1902
|
"name": "*",
|
|
1782
|
-
"package": "./accordion
|
|
1903
|
+
"package": "./accordion.styles"
|
|
1783
1904
|
}
|
|
1784
1905
|
},
|
|
1785
1906
|
{
|
|
@@ -1787,41 +1908,49 @@
|
|
|
1787
1908
|
"name": "*",
|
|
1788
1909
|
"declaration": {
|
|
1789
1910
|
"name": "*",
|
|
1790
|
-
"package": "./accordion
|
|
1911
|
+
"package": "./accordion"
|
|
1791
1912
|
}
|
|
1792
1913
|
}
|
|
1793
1914
|
]
|
|
1794
1915
|
},
|
|
1795
1916
|
{
|
|
1796
1917
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
1798
|
-
"declarations": [
|
|
1918
|
+
"path": "src/_config/index.ts",
|
|
1919
|
+
"declarations": [],
|
|
1920
|
+
"exports": [
|
|
1799
1921
|
{
|
|
1800
|
-
"kind": "
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
{
|
|
1815
|
-
"name": "definition",
|
|
1816
|
-
"type": {
|
|
1817
|
-
"text": "FoundationElementDefinition"
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
]
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./styles"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./tokens"
|
|
1935
|
+
}
|
|
1821
1936
|
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"package": "./values"
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
]
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "javascript-module",
|
|
1949
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1950
|
+
"declarations": [
|
|
1822
1951
|
{
|
|
1823
1952
|
"kind": "function",
|
|
1824
|
-
"name": "
|
|
1953
|
+
"name": "foundationAccordionItemStyles",
|
|
1825
1954
|
"return": {
|
|
1826
1955
|
"type": {
|
|
1827
1956
|
"text": "ElementStyles"
|
|
@@ -1846,148 +1975,565 @@
|
|
|
1846
1975
|
"exports": [
|
|
1847
1976
|
{
|
|
1848
1977
|
"kind": "js",
|
|
1849
|
-
"name": "
|
|
1850
|
-
"declaration": {
|
|
1851
|
-
"name": "actionsMenuBaseStyles",
|
|
1852
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "foundationActionsMenuStyles",
|
|
1978
|
+
"name": "foundationAccordionItemStyles",
|
|
1858
1979
|
"declaration": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
1980
|
+
"name": "foundationAccordionItemStyles",
|
|
1981
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1861
1982
|
}
|
|
1862
1983
|
}
|
|
1863
1984
|
]
|
|
1864
1985
|
},
|
|
1865
1986
|
{
|
|
1866
1987
|
"kind": "javascript-module",
|
|
1867
|
-
"path": "src/
|
|
1988
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1868
1989
|
"declarations": [
|
|
1869
1990
|
{
|
|
1870
1991
|
"kind": "function",
|
|
1871
|
-
"name": "
|
|
1992
|
+
"name": "foundationAccordionItemTemplate",
|
|
1993
|
+
"return": {
|
|
1994
|
+
"type": {
|
|
1995
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1872
1998
|
"parameters": [
|
|
1873
1999
|
{
|
|
1874
|
-
"name": "
|
|
2000
|
+
"name": "context",
|
|
1875
2001
|
"type": {
|
|
1876
|
-
"text": "
|
|
2002
|
+
"text": "ElementDefinitionContext"
|
|
1877
2003
|
}
|
|
1878
|
-
}
|
|
1879
|
-
]
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"kind": "function",
|
|
1883
|
-
"name": "singleOptionTemplate",
|
|
1884
|
-
"parameters": [
|
|
2004
|
+
},
|
|
1885
2005
|
{
|
|
1886
|
-
"name": "
|
|
2006
|
+
"name": "definition",
|
|
1887
2007
|
"type": {
|
|
1888
|
-
"text": "
|
|
2008
|
+
"text": "FoundationElementDefinition"
|
|
1889
2009
|
}
|
|
1890
2010
|
}
|
|
1891
2011
|
]
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"kind": "variable",
|
|
1895
|
-
"name": "foundationActionsMenuTemplate",
|
|
1896
|
-
"type": {
|
|
1897
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1898
|
-
},
|
|
1899
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1900
2012
|
}
|
|
1901
2013
|
],
|
|
1902
2014
|
"exports": [
|
|
1903
2015
|
{
|
|
1904
2016
|
"kind": "js",
|
|
1905
|
-
"name": "
|
|
1906
|
-
"declaration": {
|
|
1907
|
-
"name": "menuTemplate",
|
|
1908
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"kind": "js",
|
|
1913
|
-
"name": "singleOptionTemplate",
|
|
1914
|
-
"declaration": {
|
|
1915
|
-
"name": "singleOptionTemplate",
|
|
1916
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "js",
|
|
1921
|
-
"name": "foundationActionsMenuTemplate",
|
|
2017
|
+
"name": "foundationAccordionItemTemplate",
|
|
1922
2018
|
"declaration": {
|
|
1923
|
-
"name": "
|
|
1924
|
-
"module": "src/
|
|
2019
|
+
"name": "foundationAccordionItemTemplate",
|
|
2020
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1925
2021
|
}
|
|
1926
2022
|
}
|
|
1927
2023
|
]
|
|
1928
2024
|
},
|
|
1929
2025
|
{
|
|
1930
2026
|
"kind": "javascript-module",
|
|
1931
|
-
"path": "src/
|
|
2027
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1932
2028
|
"declarations": [
|
|
1933
2029
|
{
|
|
1934
2030
|
"kind": "class",
|
|
1935
2031
|
"description": "",
|
|
1936
|
-
"name": "
|
|
1937
|
-
"
|
|
2032
|
+
"name": "AccordionItem",
|
|
2033
|
+
"superclass": {
|
|
2034
|
+
"name": "FASTAccordionItem",
|
|
2035
|
+
"package": "@microsoft/fast-components"
|
|
2036
|
+
},
|
|
2037
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2038
|
+
"customElement": true,
|
|
2039
|
+
"attributes": [
|
|
1938
2040
|
{
|
|
1939
|
-
"
|
|
1940
|
-
"name": "actions",
|
|
2041
|
+
"name": "heading-level",
|
|
1941
2042
|
"type": {
|
|
1942
|
-
"text": "
|
|
2043
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2044
|
+
},
|
|
2045
|
+
"default": "2",
|
|
2046
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2047
|
+
"fieldName": "headinglevel",
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "AccordionItem",
|
|
2050
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1943
2051
|
}
|
|
1944
2052
|
},
|
|
1945
2053
|
{
|
|
1946
|
-
"kind": "field",
|
|
1947
|
-
"name": "isVertical",
|
|
1948
2054
|
"type": {
|
|
1949
2055
|
"text": "boolean"
|
|
1950
2056
|
},
|
|
1951
|
-
"default": "false"
|
|
2057
|
+
"default": "false",
|
|
2058
|
+
"description": "Expands or collapses the item.",
|
|
2059
|
+
"fieldName": "expanded",
|
|
2060
|
+
"inheritedFrom": {
|
|
2061
|
+
"name": "AccordionItem",
|
|
2062
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2063
|
+
}
|
|
1952
2064
|
},
|
|
2065
|
+
{
|
|
2066
|
+
"name": "id",
|
|
2067
|
+
"type": {
|
|
2068
|
+
"text": "string"
|
|
2069
|
+
},
|
|
2070
|
+
"description": "The item ID",
|
|
2071
|
+
"fieldName": "id",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "AccordionItem",
|
|
2074
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"members": [
|
|
1953
2079
|
{
|
|
1954
2080
|
"kind": "field",
|
|
1955
|
-
"name": "
|
|
2081
|
+
"name": "headinglevel",
|
|
1956
2082
|
"type": {
|
|
1957
|
-
"text": "
|
|
2083
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1958
2084
|
},
|
|
1959
|
-
"
|
|
2085
|
+
"privacy": "public",
|
|
2086
|
+
"default": "2",
|
|
2087
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2088
|
+
"inheritedFrom": {
|
|
2089
|
+
"name": "AccordionItem",
|
|
2090
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2091
|
+
}
|
|
1960
2092
|
},
|
|
1961
2093
|
{
|
|
1962
2094
|
"kind": "field",
|
|
1963
|
-
"name": "
|
|
2095
|
+
"name": "expanded",
|
|
1964
2096
|
"type": {
|
|
1965
2097
|
"text": "boolean"
|
|
1966
2098
|
},
|
|
1967
|
-
"
|
|
2099
|
+
"privacy": "public",
|
|
2100
|
+
"default": "false",
|
|
2101
|
+
"description": "Expands or collapses the item.",
|
|
2102
|
+
"inheritedFrom": {
|
|
2103
|
+
"name": "AccordionItem",
|
|
2104
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2105
|
+
}
|
|
1968
2106
|
},
|
|
1969
2107
|
{
|
|
1970
2108
|
"kind": "field",
|
|
1971
|
-
"name": "
|
|
2109
|
+
"name": "id",
|
|
1972
2110
|
"type": {
|
|
1973
2111
|
"text": "string"
|
|
2112
|
+
},
|
|
2113
|
+
"privacy": "public",
|
|
2114
|
+
"description": "The item ID",
|
|
2115
|
+
"inheritedFrom": {
|
|
2116
|
+
"name": "AccordionItem",
|
|
2117
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1974
2118
|
}
|
|
1975
2119
|
},
|
|
1976
2120
|
{
|
|
1977
2121
|
"kind": "field",
|
|
1978
|
-
"name": "
|
|
1979
|
-
"
|
|
1980
|
-
|
|
2122
|
+
"name": "change",
|
|
2123
|
+
"privacy": "private",
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "AccordionItem",
|
|
2126
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1981
2127
|
}
|
|
1982
2128
|
},
|
|
1983
2129
|
{
|
|
1984
2130
|
"kind": "field",
|
|
1985
|
-
"name": "
|
|
2131
|
+
"name": "_presentation",
|
|
1986
2132
|
"type": {
|
|
1987
|
-
"text": "
|
|
2133
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1988
2134
|
},
|
|
1989
|
-
"
|
|
1990
|
-
|
|
2135
|
+
"privacy": "private",
|
|
2136
|
+
"default": "void 0",
|
|
2137
|
+
"inheritedFrom": {
|
|
2138
|
+
"name": "FoundationElement",
|
|
2139
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "$presentation",
|
|
2145
|
+
"type": {
|
|
2146
|
+
"text": "ComponentPresentation | null"
|
|
2147
|
+
},
|
|
2148
|
+
"privacy": "public",
|
|
2149
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2150
|
+
"inheritedFrom": {
|
|
2151
|
+
"name": "FoundationElement",
|
|
2152
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "field",
|
|
2157
|
+
"name": "template",
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": "ElementViewTemplate | void | null"
|
|
2160
|
+
},
|
|
2161
|
+
"privacy": "public",
|
|
2162
|
+
"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.",
|
|
2163
|
+
"inheritedFrom": {
|
|
2164
|
+
"name": "FoundationElement",
|
|
2165
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"kind": "method",
|
|
2170
|
+
"name": "templateChanged",
|
|
2171
|
+
"privacy": "protected",
|
|
2172
|
+
"return": {
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "void"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"inheritedFrom": {
|
|
2178
|
+
"name": "FoundationElement",
|
|
2179
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"kind": "field",
|
|
2184
|
+
"name": "styles",
|
|
2185
|
+
"type": {
|
|
2186
|
+
"text": "ElementStyles | void | null"
|
|
2187
|
+
},
|
|
2188
|
+
"privacy": "public",
|
|
2189
|
+
"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.",
|
|
2190
|
+
"inheritedFrom": {
|
|
2191
|
+
"name": "FoundationElement",
|
|
2192
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"kind": "method",
|
|
2197
|
+
"name": "stylesChanged",
|
|
2198
|
+
"privacy": "protected",
|
|
2199
|
+
"return": {
|
|
2200
|
+
"type": {
|
|
2201
|
+
"text": "void"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
"inheritedFrom": {
|
|
2205
|
+
"name": "FoundationElement",
|
|
2206
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "method",
|
|
2211
|
+
"name": "compose",
|
|
2212
|
+
"privacy": "public",
|
|
2213
|
+
"static": true,
|
|
2214
|
+
"return": {
|
|
2215
|
+
"type": {
|
|
2216
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
"parameters": [
|
|
2220
|
+
{
|
|
2221
|
+
"name": "this",
|
|
2222
|
+
"type": {
|
|
2223
|
+
"text": "K"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "elementDefinition",
|
|
2228
|
+
"type": {
|
|
2229
|
+
"text": "T"
|
|
2230
|
+
},
|
|
2231
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2235
|
+
"inheritedFrom": {
|
|
2236
|
+
"name": "FoundationElement",
|
|
2237
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"events": [
|
|
2242
|
+
{
|
|
2243
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2244
|
+
"name": "change",
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "AccordionItem",
|
|
2247
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "variable",
|
|
2254
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2255
|
+
"type": {
|
|
2256
|
+
"text": "ShadowRootInit"
|
|
2257
|
+
},
|
|
2258
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "variable",
|
|
2262
|
+
"name": "defaultAccordionItemConfig",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"text": "object"
|
|
2265
|
+
},
|
|
2266
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"kind": "variable",
|
|
2270
|
+
"name": "foundationAccordionItem",
|
|
2271
|
+
"description": "The Foundation Accordion Item",
|
|
2272
|
+
"privacy": "public"
|
|
2273
|
+
}
|
|
2274
|
+
],
|
|
2275
|
+
"exports": [
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "js",
|
|
2278
|
+
"name": "AccordionItem",
|
|
2279
|
+
"declaration": {
|
|
2280
|
+
"name": "AccordionItem",
|
|
2281
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"kind": "js",
|
|
2286
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2287
|
+
"declaration": {
|
|
2288
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2289
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "js",
|
|
2294
|
+
"name": "defaultAccordionItemConfig",
|
|
2295
|
+
"declaration": {
|
|
2296
|
+
"name": "defaultAccordionItemConfig",
|
|
2297
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "js",
|
|
2302
|
+
"name": "foundationAccordionItem",
|
|
2303
|
+
"declaration": {
|
|
2304
|
+
"name": "foundationAccordionItem",
|
|
2305
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"kind": "javascript-module",
|
|
2312
|
+
"path": "src/accordion-item/index.ts",
|
|
2313
|
+
"declarations": [],
|
|
2314
|
+
"exports": [
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "js",
|
|
2317
|
+
"name": "*",
|
|
2318
|
+
"declaration": {
|
|
2319
|
+
"name": "*",
|
|
2320
|
+
"package": "./accordion-item.template"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "js",
|
|
2325
|
+
"name": "*",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./accordion-item.styles"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "js",
|
|
2333
|
+
"name": "*",
|
|
2334
|
+
"declaration": {
|
|
2335
|
+
"name": "*",
|
|
2336
|
+
"package": "./accordion-item"
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
]
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"kind": "javascript-module",
|
|
2343
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2344
|
+
"declarations": [
|
|
2345
|
+
{
|
|
2346
|
+
"kind": "function",
|
|
2347
|
+
"name": "actionsMenuBaseStyles",
|
|
2348
|
+
"return": {
|
|
2349
|
+
"type": {
|
|
2350
|
+
"text": "ElementStyles"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"parameters": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "context",
|
|
2356
|
+
"type": {
|
|
2357
|
+
"text": "ElementDefinitionContext"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"name": "definition",
|
|
2362
|
+
"type": {
|
|
2363
|
+
"text": "FoundationElementDefinition"
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
]
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"kind": "function",
|
|
2370
|
+
"name": "foundationActionsMenuStyles",
|
|
2371
|
+
"return": {
|
|
2372
|
+
"type": {
|
|
2373
|
+
"text": "ElementStyles"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"parameters": [
|
|
2377
|
+
{
|
|
2378
|
+
"name": "context",
|
|
2379
|
+
"type": {
|
|
2380
|
+
"text": "ElementDefinitionContext"
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "definition",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "FoundationElementDefinition"
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
]
|
|
2390
|
+
}
|
|
2391
|
+
],
|
|
2392
|
+
"exports": [
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "js",
|
|
2395
|
+
"name": "actionsMenuBaseStyles",
|
|
2396
|
+
"declaration": {
|
|
2397
|
+
"name": "actionsMenuBaseStyles",
|
|
2398
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "js",
|
|
2403
|
+
"name": "foundationActionsMenuStyles",
|
|
2404
|
+
"declaration": {
|
|
2405
|
+
"name": "foundationActionsMenuStyles",
|
|
2406
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
]
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"kind": "javascript-module",
|
|
2413
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2414
|
+
"declarations": [
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "function",
|
|
2417
|
+
"name": "menuTemplate",
|
|
2418
|
+
"parameters": [
|
|
2419
|
+
{
|
|
2420
|
+
"name": "prefix",
|
|
2421
|
+
"type": {
|
|
2422
|
+
"text": "string"
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
]
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"kind": "function",
|
|
2429
|
+
"name": "singleOptionTemplate",
|
|
2430
|
+
"parameters": [
|
|
2431
|
+
{
|
|
2432
|
+
"name": "prefix",
|
|
2433
|
+
"type": {
|
|
2434
|
+
"text": "string"
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
]
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "variable",
|
|
2441
|
+
"name": "foundationActionsMenuTemplate",
|
|
2442
|
+
"type": {
|
|
2443
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2444
|
+
},
|
|
2445
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"exports": [
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "js",
|
|
2451
|
+
"name": "menuTemplate",
|
|
2452
|
+
"declaration": {
|
|
2453
|
+
"name": "menuTemplate",
|
|
2454
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "js",
|
|
2459
|
+
"name": "singleOptionTemplate",
|
|
2460
|
+
"declaration": {
|
|
2461
|
+
"name": "singleOptionTemplate",
|
|
2462
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "js",
|
|
2467
|
+
"name": "foundationActionsMenuTemplate",
|
|
2468
|
+
"declaration": {
|
|
2469
|
+
"name": "foundationActionsMenuTemplate",
|
|
2470
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
]
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"kind": "javascript-module",
|
|
2477
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2478
|
+
"declarations": [
|
|
2479
|
+
{
|
|
2480
|
+
"kind": "class",
|
|
2481
|
+
"description": "",
|
|
2482
|
+
"name": "ActionsMenu",
|
|
2483
|
+
"members": [
|
|
2484
|
+
{
|
|
2485
|
+
"kind": "field",
|
|
2486
|
+
"name": "actions",
|
|
2487
|
+
"type": {
|
|
2488
|
+
"text": "ActionMenuItem[]"
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"kind": "field",
|
|
2493
|
+
"name": "isVertical",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "boolean"
|
|
2496
|
+
},
|
|
2497
|
+
"default": "false"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"kind": "field",
|
|
2501
|
+
"name": "addDefaultActions",
|
|
2502
|
+
"type": {
|
|
2503
|
+
"text": "boolean"
|
|
2504
|
+
},
|
|
2505
|
+
"default": "true"
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"kind": "field",
|
|
2509
|
+
"name": "autoCloseOnAction",
|
|
2510
|
+
"type": {
|
|
2511
|
+
"text": "boolean"
|
|
2512
|
+
},
|
|
2513
|
+
"default": "true"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"kind": "field",
|
|
2517
|
+
"name": "classNames",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "string"
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"kind": "field",
|
|
2524
|
+
"name": "definition",
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "any"
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"kind": "field",
|
|
2531
|
+
"name": "name",
|
|
2532
|
+
"type": {
|
|
2533
|
+
"text": "string"
|
|
2534
|
+
},
|
|
2535
|
+
"default": "'Actions'"
|
|
2536
|
+
},
|
|
1991
2537
|
{
|
|
1992
2538
|
"kind": "field",
|
|
1993
2539
|
"name": "open",
|
|
@@ -3341,552 +3887,6 @@
|
|
|
3341
3887
|
}
|
|
3342
3888
|
]
|
|
3343
3889
|
},
|
|
3344
|
-
{
|
|
3345
|
-
"kind": "javascript-module",
|
|
3346
|
-
"path": "src/_config/index.ts",
|
|
3347
|
-
"declarations": [],
|
|
3348
|
-
"exports": [
|
|
3349
|
-
{
|
|
3350
|
-
"kind": "js",
|
|
3351
|
-
"name": "*",
|
|
3352
|
-
"declaration": {
|
|
3353
|
-
"name": "*",
|
|
3354
|
-
"package": "./styles"
|
|
3355
|
-
}
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "js",
|
|
3359
|
-
"name": "*",
|
|
3360
|
-
"declaration": {
|
|
3361
|
-
"name": "*",
|
|
3362
|
-
"package": "./tokens"
|
|
3363
|
-
}
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "js",
|
|
3367
|
-
"name": "*",
|
|
3368
|
-
"declaration": {
|
|
3369
|
-
"name": "*",
|
|
3370
|
-
"package": "./values"
|
|
3371
|
-
}
|
|
3372
|
-
}
|
|
3373
|
-
]
|
|
3374
|
-
},
|
|
3375
|
-
{
|
|
3376
|
-
"kind": "javascript-module",
|
|
3377
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3378
|
-
"declarations": [
|
|
3379
|
-
{
|
|
3380
|
-
"kind": "function",
|
|
3381
|
-
"name": "foundationAccordionStyles",
|
|
3382
|
-
"return": {
|
|
3383
|
-
"type": {
|
|
3384
|
-
"text": "ElementStyles"
|
|
3385
|
-
}
|
|
3386
|
-
},
|
|
3387
|
-
"parameters": [
|
|
3388
|
-
{
|
|
3389
|
-
"name": "context",
|
|
3390
|
-
"type": {
|
|
3391
|
-
"text": "ElementDefinitionContext"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"name": "definition",
|
|
3396
|
-
"type": {
|
|
3397
|
-
"text": "FoundationElementDefinition"
|
|
3398
|
-
}
|
|
3399
|
-
}
|
|
3400
|
-
]
|
|
3401
|
-
}
|
|
3402
|
-
],
|
|
3403
|
-
"exports": [
|
|
3404
|
-
{
|
|
3405
|
-
"kind": "js",
|
|
3406
|
-
"name": "foundationAccordionStyles",
|
|
3407
|
-
"declaration": {
|
|
3408
|
-
"name": "foundationAccordionStyles",
|
|
3409
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3410
|
-
}
|
|
3411
|
-
}
|
|
3412
|
-
]
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"kind": "javascript-module",
|
|
3416
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3417
|
-
"declarations": [
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "function",
|
|
3420
|
-
"name": "foundationAccordionTemplate",
|
|
3421
|
-
"return": {
|
|
3422
|
-
"type": {
|
|
3423
|
-
"text": "ViewTemplate<Accordion>"
|
|
3424
|
-
}
|
|
3425
|
-
},
|
|
3426
|
-
"parameters": [
|
|
3427
|
-
{
|
|
3428
|
-
"name": "context",
|
|
3429
|
-
"type": {
|
|
3430
|
-
"text": "ElementDefinitionContext"
|
|
3431
|
-
}
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"name": "definition",
|
|
3435
|
-
"type": {
|
|
3436
|
-
"text": "FoundationElementDefinition"
|
|
3437
|
-
}
|
|
3438
|
-
}
|
|
3439
|
-
]
|
|
3440
|
-
}
|
|
3441
|
-
],
|
|
3442
|
-
"exports": [
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "js",
|
|
3445
|
-
"name": "foundationAccordionTemplate",
|
|
3446
|
-
"declaration": {
|
|
3447
|
-
"name": "foundationAccordionTemplate",
|
|
3448
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3449
|
-
}
|
|
3450
|
-
}
|
|
3451
|
-
]
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"kind": "javascript-module",
|
|
3455
|
-
"path": "src/accordion/accordion.ts",
|
|
3456
|
-
"declarations": [
|
|
3457
|
-
{
|
|
3458
|
-
"kind": "class",
|
|
3459
|
-
"description": "",
|
|
3460
|
-
"name": "Accordion",
|
|
3461
|
-
"superclass": {
|
|
3462
|
-
"name": "FASTAccordion",
|
|
3463
|
-
"package": "@microsoft/fast-foundation"
|
|
3464
|
-
},
|
|
3465
|
-
"tagName": "%%prefix%%-accordion",
|
|
3466
|
-
"customElement": true,
|
|
3467
|
-
"attributes": [
|
|
3468
|
-
{
|
|
3469
|
-
"name": "expand-mode",
|
|
3470
|
-
"type": {
|
|
3471
|
-
"text": "AccordionExpandMode"
|
|
3472
|
-
},
|
|
3473
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3474
|
-
"fieldName": "expandmode",
|
|
3475
|
-
"inheritedFrom": {
|
|
3476
|
-
"name": "Accordion",
|
|
3477
|
-
"module": "src/accordion/accordion.ts"
|
|
3478
|
-
}
|
|
3479
|
-
}
|
|
3480
|
-
],
|
|
3481
|
-
"members": [
|
|
3482
|
-
{
|
|
3483
|
-
"kind": "field",
|
|
3484
|
-
"name": "expandmode",
|
|
3485
|
-
"type": {
|
|
3486
|
-
"text": "AccordionExpandMode"
|
|
3487
|
-
},
|
|
3488
|
-
"privacy": "public",
|
|
3489
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3490
|
-
"inheritedFrom": {
|
|
3491
|
-
"name": "Accordion",
|
|
3492
|
-
"module": "src/accordion/accordion.ts"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"kind": "field",
|
|
3497
|
-
"name": "activeid",
|
|
3498
|
-
"type": {
|
|
3499
|
-
"text": "string | null"
|
|
3500
|
-
},
|
|
3501
|
-
"privacy": "private",
|
|
3502
|
-
"inheritedFrom": {
|
|
3503
|
-
"name": "Accordion",
|
|
3504
|
-
"module": "src/accordion/accordion.ts"
|
|
3505
|
-
}
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "field",
|
|
3509
|
-
"name": "activeItemIndex",
|
|
3510
|
-
"type": {
|
|
3511
|
-
"text": "number"
|
|
3512
|
-
},
|
|
3513
|
-
"privacy": "private",
|
|
3514
|
-
"default": "0",
|
|
3515
|
-
"inheritedFrom": {
|
|
3516
|
-
"name": "Accordion",
|
|
3517
|
-
"module": "src/accordion/accordion.ts"
|
|
3518
|
-
}
|
|
3519
|
-
},
|
|
3520
|
-
{
|
|
3521
|
-
"kind": "field",
|
|
3522
|
-
"name": "accordionIds",
|
|
3523
|
-
"type": {
|
|
3524
|
-
"text": "Array<string | null>"
|
|
3525
|
-
},
|
|
3526
|
-
"privacy": "private",
|
|
3527
|
-
"inheritedFrom": {
|
|
3528
|
-
"name": "Accordion",
|
|
3529
|
-
"module": "src/accordion/accordion.ts"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"kind": "field",
|
|
3534
|
-
"name": "change",
|
|
3535
|
-
"privacy": "private",
|
|
3536
|
-
"inheritedFrom": {
|
|
3537
|
-
"name": "Accordion",
|
|
3538
|
-
"module": "src/accordion/accordion.ts"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "method",
|
|
3543
|
-
"name": "findExpandedItem",
|
|
3544
|
-
"privacy": "private",
|
|
3545
|
-
"return": {
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "AccordionItem | null"
|
|
3548
|
-
}
|
|
3549
|
-
},
|
|
3550
|
-
"inheritedFrom": {
|
|
3551
|
-
"name": "Accordion",
|
|
3552
|
-
"module": "src/accordion/accordion.ts"
|
|
3553
|
-
}
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"kind": "field",
|
|
3557
|
-
"name": "setItems",
|
|
3558
|
-
"privacy": "private",
|
|
3559
|
-
"inheritedFrom": {
|
|
3560
|
-
"name": "Accordion",
|
|
3561
|
-
"module": "src/accordion/accordion.ts"
|
|
3562
|
-
}
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"kind": "method",
|
|
3566
|
-
"name": "resetItems",
|
|
3567
|
-
"privacy": "private",
|
|
3568
|
-
"return": {
|
|
3569
|
-
"type": {
|
|
3570
|
-
"text": "void"
|
|
3571
|
-
}
|
|
3572
|
-
},
|
|
3573
|
-
"inheritedFrom": {
|
|
3574
|
-
"name": "Accordion",
|
|
3575
|
-
"module": "src/accordion/accordion.ts"
|
|
3576
|
-
}
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"kind": "field",
|
|
3580
|
-
"name": "removeItemListeners",
|
|
3581
|
-
"privacy": "private",
|
|
3582
|
-
"inheritedFrom": {
|
|
3583
|
-
"name": "Accordion",
|
|
3584
|
-
"module": "src/accordion/accordion.ts"
|
|
3585
|
-
}
|
|
3586
|
-
},
|
|
3587
|
-
{
|
|
3588
|
-
"kind": "field",
|
|
3589
|
-
"name": "activeItemChange",
|
|
3590
|
-
"privacy": "private",
|
|
3591
|
-
"inheritedFrom": {
|
|
3592
|
-
"name": "Accordion",
|
|
3593
|
-
"module": "src/accordion/accordion.ts"
|
|
3594
|
-
}
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"kind": "method",
|
|
3598
|
-
"name": "getItemIds",
|
|
3599
|
-
"privacy": "private",
|
|
3600
|
-
"return": {
|
|
3601
|
-
"type": {
|
|
3602
|
-
"text": "Array<string | null>"
|
|
3603
|
-
}
|
|
3604
|
-
},
|
|
3605
|
-
"inheritedFrom": {
|
|
3606
|
-
"name": "Accordion",
|
|
3607
|
-
"module": "src/accordion/accordion.ts"
|
|
3608
|
-
}
|
|
3609
|
-
},
|
|
3610
|
-
{
|
|
3611
|
-
"kind": "method",
|
|
3612
|
-
"name": "isSingleExpandMode",
|
|
3613
|
-
"privacy": "private",
|
|
3614
|
-
"return": {
|
|
3615
|
-
"type": {
|
|
3616
|
-
"text": "boolean"
|
|
3617
|
-
}
|
|
3618
|
-
},
|
|
3619
|
-
"inheritedFrom": {
|
|
3620
|
-
"name": "Accordion",
|
|
3621
|
-
"module": "src/accordion/accordion.ts"
|
|
3622
|
-
}
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"kind": "field",
|
|
3626
|
-
"name": "handleItemKeyDown",
|
|
3627
|
-
"privacy": "private",
|
|
3628
|
-
"inheritedFrom": {
|
|
3629
|
-
"name": "Accordion",
|
|
3630
|
-
"module": "src/accordion/accordion.ts"
|
|
3631
|
-
}
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "field",
|
|
3635
|
-
"name": "handleItemFocus",
|
|
3636
|
-
"privacy": "private",
|
|
3637
|
-
"inheritedFrom": {
|
|
3638
|
-
"name": "Accordion",
|
|
3639
|
-
"module": "src/accordion/accordion.ts"
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"kind": "method",
|
|
3644
|
-
"name": "adjust",
|
|
3645
|
-
"privacy": "private",
|
|
3646
|
-
"return": {
|
|
3647
|
-
"type": {
|
|
3648
|
-
"text": "void"
|
|
3649
|
-
}
|
|
3650
|
-
},
|
|
3651
|
-
"parameters": [
|
|
3652
|
-
{
|
|
3653
|
-
"name": "adjustment",
|
|
3654
|
-
"type": {
|
|
3655
|
-
"text": "number"
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
|
-
],
|
|
3659
|
-
"inheritedFrom": {
|
|
3660
|
-
"name": "Accordion",
|
|
3661
|
-
"module": "src/accordion/accordion.ts"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "method",
|
|
3666
|
-
"name": "focusItem",
|
|
3667
|
-
"privacy": "private",
|
|
3668
|
-
"return": {
|
|
3669
|
-
"type": {
|
|
3670
|
-
"text": "void"
|
|
3671
|
-
}
|
|
3672
|
-
},
|
|
3673
|
-
"inheritedFrom": {
|
|
3674
|
-
"name": "Accordion",
|
|
3675
|
-
"module": "src/accordion/accordion.ts"
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
|
-
{
|
|
3679
|
-
"kind": "field",
|
|
3680
|
-
"name": "_presentation",
|
|
3681
|
-
"type": {
|
|
3682
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3683
|
-
},
|
|
3684
|
-
"privacy": "private",
|
|
3685
|
-
"default": "void 0",
|
|
3686
|
-
"inheritedFrom": {
|
|
3687
|
-
"name": "FoundationElement",
|
|
3688
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3689
|
-
}
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"kind": "field",
|
|
3693
|
-
"name": "$presentation",
|
|
3694
|
-
"type": {
|
|
3695
|
-
"text": "ComponentPresentation | null"
|
|
3696
|
-
},
|
|
3697
|
-
"privacy": "public",
|
|
3698
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3699
|
-
"inheritedFrom": {
|
|
3700
|
-
"name": "FoundationElement",
|
|
3701
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3702
|
-
}
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"kind": "field",
|
|
3706
|
-
"name": "template",
|
|
3707
|
-
"type": {
|
|
3708
|
-
"text": "ElementViewTemplate | void | null"
|
|
3709
|
-
},
|
|
3710
|
-
"privacy": "public",
|
|
3711
|
-
"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.",
|
|
3712
|
-
"inheritedFrom": {
|
|
3713
|
-
"name": "FoundationElement",
|
|
3714
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3715
|
-
}
|
|
3716
|
-
},
|
|
3717
|
-
{
|
|
3718
|
-
"kind": "method",
|
|
3719
|
-
"name": "templateChanged",
|
|
3720
|
-
"privacy": "protected",
|
|
3721
|
-
"return": {
|
|
3722
|
-
"type": {
|
|
3723
|
-
"text": "void"
|
|
3724
|
-
}
|
|
3725
|
-
},
|
|
3726
|
-
"inheritedFrom": {
|
|
3727
|
-
"name": "FoundationElement",
|
|
3728
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3729
|
-
}
|
|
3730
|
-
},
|
|
3731
|
-
{
|
|
3732
|
-
"kind": "field",
|
|
3733
|
-
"name": "styles",
|
|
3734
|
-
"type": {
|
|
3735
|
-
"text": "ElementStyles | void | null"
|
|
3736
|
-
},
|
|
3737
|
-
"privacy": "public",
|
|
3738
|
-
"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.",
|
|
3739
|
-
"inheritedFrom": {
|
|
3740
|
-
"name": "FoundationElement",
|
|
3741
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3742
|
-
}
|
|
3743
|
-
},
|
|
3744
|
-
{
|
|
3745
|
-
"kind": "method",
|
|
3746
|
-
"name": "stylesChanged",
|
|
3747
|
-
"privacy": "protected",
|
|
3748
|
-
"return": {
|
|
3749
|
-
"type": {
|
|
3750
|
-
"text": "void"
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
|
-
"inheritedFrom": {
|
|
3754
|
-
"name": "FoundationElement",
|
|
3755
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "method",
|
|
3760
|
-
"name": "compose",
|
|
3761
|
-
"privacy": "public",
|
|
3762
|
-
"static": true,
|
|
3763
|
-
"return": {
|
|
3764
|
-
"type": {
|
|
3765
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3766
|
-
}
|
|
3767
|
-
},
|
|
3768
|
-
"parameters": [
|
|
3769
|
-
{
|
|
3770
|
-
"name": "this",
|
|
3771
|
-
"type": {
|
|
3772
|
-
"text": "K"
|
|
3773
|
-
}
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"name": "elementDefinition",
|
|
3777
|
-
"type": {
|
|
3778
|
-
"text": "T"
|
|
3779
|
-
},
|
|
3780
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3781
|
-
}
|
|
3782
|
-
],
|
|
3783
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3784
|
-
"inheritedFrom": {
|
|
3785
|
-
"name": "FoundationElement",
|
|
3786
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3787
|
-
}
|
|
3788
|
-
}
|
|
3789
|
-
],
|
|
3790
|
-
"events": [
|
|
3791
|
-
{
|
|
3792
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
3793
|
-
"name": "change",
|
|
3794
|
-
"inheritedFrom": {
|
|
3795
|
-
"name": "Accordion",
|
|
3796
|
-
"module": "src/accordion/accordion.ts"
|
|
3797
|
-
}
|
|
3798
|
-
}
|
|
3799
|
-
]
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"kind": "variable",
|
|
3803
|
-
"name": "foundationAccordionShadowOptions",
|
|
3804
|
-
"type": {
|
|
3805
|
-
"text": "ShadowRootInit"
|
|
3806
|
-
},
|
|
3807
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"kind": "variable",
|
|
3811
|
-
"name": "defaultAccordionConfig",
|
|
3812
|
-
"type": {
|
|
3813
|
-
"text": "object"
|
|
3814
|
-
},
|
|
3815
|
-
"default": "{}"
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "variable",
|
|
3819
|
-
"name": "foundationAccordion",
|
|
3820
|
-
"description": "The Foundation Accordion",
|
|
3821
|
-
"privacy": "public"
|
|
3822
|
-
}
|
|
3823
|
-
],
|
|
3824
|
-
"exports": [
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "js",
|
|
3827
|
-
"name": "Accordion",
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "Accordion",
|
|
3830
|
-
"module": "src/accordion/accordion.ts"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "js",
|
|
3835
|
-
"name": "foundationAccordionShadowOptions",
|
|
3836
|
-
"declaration": {
|
|
3837
|
-
"name": "foundationAccordionShadowOptions",
|
|
3838
|
-
"module": "src/accordion/accordion.ts"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"kind": "js",
|
|
3843
|
-
"name": "defaultAccordionConfig",
|
|
3844
|
-
"declaration": {
|
|
3845
|
-
"name": "defaultAccordionConfig",
|
|
3846
|
-
"module": "src/accordion/accordion.ts"
|
|
3847
|
-
}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "js",
|
|
3851
|
-
"name": "foundationAccordion",
|
|
3852
|
-
"declaration": {
|
|
3853
|
-
"name": "foundationAccordion",
|
|
3854
|
-
"module": "src/accordion/accordion.ts"
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
]
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"kind": "javascript-module",
|
|
3861
|
-
"path": "src/accordion/index.ts",
|
|
3862
|
-
"declarations": [],
|
|
3863
|
-
"exports": [
|
|
3864
|
-
{
|
|
3865
|
-
"kind": "js",
|
|
3866
|
-
"name": "*",
|
|
3867
|
-
"declaration": {
|
|
3868
|
-
"name": "*",
|
|
3869
|
-
"package": "./accordion.template"
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"kind": "js",
|
|
3874
|
-
"name": "*",
|
|
3875
|
-
"declaration": {
|
|
3876
|
-
"name": "*",
|
|
3877
|
-
"package": "./accordion.styles"
|
|
3878
|
-
}
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"kind": "js",
|
|
3882
|
-
"name": "*",
|
|
3883
|
-
"declaration": {
|
|
3884
|
-
"name": "*",
|
|
3885
|
-
"package": "./accordion"
|
|
3886
|
-
}
|
|
3887
|
-
}
|
|
3888
|
-
]
|
|
3889
|
-
},
|
|
3890
3890
|
{
|
|
3891
3891
|
"kind": "javascript-module",
|
|
3892
3892
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -56421,181 +56421,6 @@
|
|
|
56421
56421
|
}
|
|
56422
56422
|
]
|
|
56423
56423
|
},
|
|
56424
|
-
{
|
|
56425
|
-
"kind": "javascript-module",
|
|
56426
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
56427
|
-
"declarations": [],
|
|
56428
|
-
"exports": []
|
|
56429
|
-
},
|
|
56430
|
-
{
|
|
56431
|
-
"kind": "javascript-module",
|
|
56432
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
56433
|
-
"declarations": [
|
|
56434
|
-
{
|
|
56435
|
-
"kind": "function",
|
|
56436
|
-
"name": "groupsToCriteria",
|
|
56437
|
-
"return": {
|
|
56438
|
-
"type": {
|
|
56439
|
-
"text": "string"
|
|
56440
|
-
}
|
|
56441
|
-
},
|
|
56442
|
-
"parameters": [
|
|
56443
|
-
{
|
|
56444
|
-
"name": "groups",
|
|
56445
|
-
"type": {
|
|
56446
|
-
"text": "CriteriaGroup[]"
|
|
56447
|
-
}
|
|
56448
|
-
}
|
|
56449
|
-
],
|
|
56450
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
56451
|
-
},
|
|
56452
|
-
{
|
|
56453
|
-
"kind": "variable",
|
|
56454
|
-
"name": "STRING_OPERATORS",
|
|
56455
|
-
"type": {
|
|
56456
|
-
"text": "CriteriaOperator[]"
|
|
56457
|
-
},
|
|
56458
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
56459
|
-
},
|
|
56460
|
-
{
|
|
56461
|
-
"kind": "variable",
|
|
56462
|
-
"name": "NUMERIC_OPERATORS",
|
|
56463
|
-
"type": {
|
|
56464
|
-
"text": "CriteriaOperator[]"
|
|
56465
|
-
},
|
|
56466
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
56467
|
-
},
|
|
56468
|
-
{
|
|
56469
|
-
"kind": "variable",
|
|
56470
|
-
"name": "DATE_OPERATORS",
|
|
56471
|
-
"type": {
|
|
56472
|
-
"text": "CriteriaOperator[]"
|
|
56473
|
-
},
|
|
56474
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
56475
|
-
},
|
|
56476
|
-
{
|
|
56477
|
-
"kind": "variable",
|
|
56478
|
-
"name": "DATETIME_OPERATORS",
|
|
56479
|
-
"type": {
|
|
56480
|
-
"text": "CriteriaOperator[]"
|
|
56481
|
-
},
|
|
56482
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
56483
|
-
}
|
|
56484
|
-
],
|
|
56485
|
-
"exports": [
|
|
56486
|
-
{
|
|
56487
|
-
"kind": "js",
|
|
56488
|
-
"name": "groupsToCriteria",
|
|
56489
|
-
"declaration": {
|
|
56490
|
-
"name": "groupsToCriteria",
|
|
56491
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56492
|
-
}
|
|
56493
|
-
},
|
|
56494
|
-
{
|
|
56495
|
-
"kind": "js",
|
|
56496
|
-
"name": "STRING_OPERATORS",
|
|
56497
|
-
"declaration": {
|
|
56498
|
-
"name": "STRING_OPERATORS",
|
|
56499
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56500
|
-
}
|
|
56501
|
-
},
|
|
56502
|
-
{
|
|
56503
|
-
"kind": "js",
|
|
56504
|
-
"name": "NUMERIC_OPERATORS",
|
|
56505
|
-
"declaration": {
|
|
56506
|
-
"name": "NUMERIC_OPERATORS",
|
|
56507
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56508
|
-
}
|
|
56509
|
-
},
|
|
56510
|
-
{
|
|
56511
|
-
"kind": "js",
|
|
56512
|
-
"name": "DATE_OPERATORS",
|
|
56513
|
-
"declaration": {
|
|
56514
|
-
"name": "DATE_OPERATORS",
|
|
56515
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56516
|
-
}
|
|
56517
|
-
},
|
|
56518
|
-
{
|
|
56519
|
-
"kind": "js",
|
|
56520
|
-
"name": "DATETIME_OPERATORS",
|
|
56521
|
-
"declaration": {
|
|
56522
|
-
"name": "DATETIME_OPERATORS",
|
|
56523
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56524
|
-
}
|
|
56525
|
-
}
|
|
56526
|
-
]
|
|
56527
|
-
},
|
|
56528
|
-
{
|
|
56529
|
-
"kind": "javascript-module",
|
|
56530
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
56531
|
-
"declarations": [
|
|
56532
|
-
{
|
|
56533
|
-
"kind": "function",
|
|
56534
|
-
"name": "validateClauses",
|
|
56535
|
-
"return": {
|
|
56536
|
-
"type": {
|
|
56537
|
-
"text": "ValidationResult"
|
|
56538
|
-
}
|
|
56539
|
-
},
|
|
56540
|
-
"parameters": [
|
|
56541
|
-
{
|
|
56542
|
-
"name": "clauses",
|
|
56543
|
-
"type": {
|
|
56544
|
-
"text": "CriteriaClause[]"
|
|
56545
|
-
}
|
|
56546
|
-
},
|
|
56547
|
-
{
|
|
56548
|
-
"name": "fieldMetadata",
|
|
56549
|
-
"type": {
|
|
56550
|
-
"text": "MetadataDetail[] | string[]"
|
|
56551
|
-
}
|
|
56552
|
-
}
|
|
56553
|
-
]
|
|
56554
|
-
},
|
|
56555
|
-
{
|
|
56556
|
-
"kind": "function",
|
|
56557
|
-
"name": "validateGroups",
|
|
56558
|
-
"return": {
|
|
56559
|
-
"type": {
|
|
56560
|
-
"text": "GroupsValidationResult"
|
|
56561
|
-
}
|
|
56562
|
-
},
|
|
56563
|
-
"parameters": [
|
|
56564
|
-
{
|
|
56565
|
-
"name": "groups",
|
|
56566
|
-
"type": {
|
|
56567
|
-
"text": "CriteriaGroup[]"
|
|
56568
|
-
}
|
|
56569
|
-
},
|
|
56570
|
-
{
|
|
56571
|
-
"name": "fieldMetadata",
|
|
56572
|
-
"type": {
|
|
56573
|
-
"text": "MetadataDetail[] | string[]"
|
|
56574
|
-
}
|
|
56575
|
-
}
|
|
56576
|
-
],
|
|
56577
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
56578
|
-
}
|
|
56579
|
-
],
|
|
56580
|
-
"exports": [
|
|
56581
|
-
{
|
|
56582
|
-
"kind": "js",
|
|
56583
|
-
"name": "validateClauses",
|
|
56584
|
-
"declaration": {
|
|
56585
|
-
"name": "validateClauses",
|
|
56586
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
56587
|
-
}
|
|
56588
|
-
},
|
|
56589
|
-
{
|
|
56590
|
-
"kind": "js",
|
|
56591
|
-
"name": "validateGroups",
|
|
56592
|
-
"declaration": {
|
|
56593
|
-
"name": "validateGroups",
|
|
56594
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
56595
|
-
}
|
|
56596
|
-
}
|
|
56597
|
-
]
|
|
56598
|
-
},
|
|
56599
56424
|
{
|
|
56600
56425
|
"kind": "javascript-module",
|
|
56601
56426
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -57968,6 +57793,181 @@
|
|
|
57968
57793
|
"declarations": [],
|
|
57969
57794
|
"exports": []
|
|
57970
57795
|
},
|
|
57796
|
+
{
|
|
57797
|
+
"kind": "javascript-module",
|
|
57798
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57799
|
+
"declarations": [],
|
|
57800
|
+
"exports": []
|
|
57801
|
+
},
|
|
57802
|
+
{
|
|
57803
|
+
"kind": "javascript-module",
|
|
57804
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57805
|
+
"declarations": [
|
|
57806
|
+
{
|
|
57807
|
+
"kind": "function",
|
|
57808
|
+
"name": "groupsToCriteria",
|
|
57809
|
+
"return": {
|
|
57810
|
+
"type": {
|
|
57811
|
+
"text": "string"
|
|
57812
|
+
}
|
|
57813
|
+
},
|
|
57814
|
+
"parameters": [
|
|
57815
|
+
{
|
|
57816
|
+
"name": "groups",
|
|
57817
|
+
"type": {
|
|
57818
|
+
"text": "CriteriaGroup[]"
|
|
57819
|
+
}
|
|
57820
|
+
}
|
|
57821
|
+
],
|
|
57822
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
57823
|
+
},
|
|
57824
|
+
{
|
|
57825
|
+
"kind": "variable",
|
|
57826
|
+
"name": "STRING_OPERATORS",
|
|
57827
|
+
"type": {
|
|
57828
|
+
"text": "CriteriaOperator[]"
|
|
57829
|
+
},
|
|
57830
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57831
|
+
},
|
|
57832
|
+
{
|
|
57833
|
+
"kind": "variable",
|
|
57834
|
+
"name": "NUMERIC_OPERATORS",
|
|
57835
|
+
"type": {
|
|
57836
|
+
"text": "CriteriaOperator[]"
|
|
57837
|
+
},
|
|
57838
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57839
|
+
},
|
|
57840
|
+
{
|
|
57841
|
+
"kind": "variable",
|
|
57842
|
+
"name": "DATE_OPERATORS",
|
|
57843
|
+
"type": {
|
|
57844
|
+
"text": "CriteriaOperator[]"
|
|
57845
|
+
},
|
|
57846
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57847
|
+
},
|
|
57848
|
+
{
|
|
57849
|
+
"kind": "variable",
|
|
57850
|
+
"name": "DATETIME_OPERATORS",
|
|
57851
|
+
"type": {
|
|
57852
|
+
"text": "CriteriaOperator[]"
|
|
57853
|
+
},
|
|
57854
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57855
|
+
}
|
|
57856
|
+
],
|
|
57857
|
+
"exports": [
|
|
57858
|
+
{
|
|
57859
|
+
"kind": "js",
|
|
57860
|
+
"name": "groupsToCriteria",
|
|
57861
|
+
"declaration": {
|
|
57862
|
+
"name": "groupsToCriteria",
|
|
57863
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57864
|
+
}
|
|
57865
|
+
},
|
|
57866
|
+
{
|
|
57867
|
+
"kind": "js",
|
|
57868
|
+
"name": "STRING_OPERATORS",
|
|
57869
|
+
"declaration": {
|
|
57870
|
+
"name": "STRING_OPERATORS",
|
|
57871
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57872
|
+
}
|
|
57873
|
+
},
|
|
57874
|
+
{
|
|
57875
|
+
"kind": "js",
|
|
57876
|
+
"name": "NUMERIC_OPERATORS",
|
|
57877
|
+
"declaration": {
|
|
57878
|
+
"name": "NUMERIC_OPERATORS",
|
|
57879
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57880
|
+
}
|
|
57881
|
+
},
|
|
57882
|
+
{
|
|
57883
|
+
"kind": "js",
|
|
57884
|
+
"name": "DATE_OPERATORS",
|
|
57885
|
+
"declaration": {
|
|
57886
|
+
"name": "DATE_OPERATORS",
|
|
57887
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57888
|
+
}
|
|
57889
|
+
},
|
|
57890
|
+
{
|
|
57891
|
+
"kind": "js",
|
|
57892
|
+
"name": "DATETIME_OPERATORS",
|
|
57893
|
+
"declaration": {
|
|
57894
|
+
"name": "DATETIME_OPERATORS",
|
|
57895
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57896
|
+
}
|
|
57897
|
+
}
|
|
57898
|
+
]
|
|
57899
|
+
},
|
|
57900
|
+
{
|
|
57901
|
+
"kind": "javascript-module",
|
|
57902
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57903
|
+
"declarations": [
|
|
57904
|
+
{
|
|
57905
|
+
"kind": "function",
|
|
57906
|
+
"name": "validateClauses",
|
|
57907
|
+
"return": {
|
|
57908
|
+
"type": {
|
|
57909
|
+
"text": "ValidationResult"
|
|
57910
|
+
}
|
|
57911
|
+
},
|
|
57912
|
+
"parameters": [
|
|
57913
|
+
{
|
|
57914
|
+
"name": "clauses",
|
|
57915
|
+
"type": {
|
|
57916
|
+
"text": "CriteriaClause[]"
|
|
57917
|
+
}
|
|
57918
|
+
},
|
|
57919
|
+
{
|
|
57920
|
+
"name": "fieldMetadata",
|
|
57921
|
+
"type": {
|
|
57922
|
+
"text": "MetadataDetail[] | string[]"
|
|
57923
|
+
}
|
|
57924
|
+
}
|
|
57925
|
+
]
|
|
57926
|
+
},
|
|
57927
|
+
{
|
|
57928
|
+
"kind": "function",
|
|
57929
|
+
"name": "validateGroups",
|
|
57930
|
+
"return": {
|
|
57931
|
+
"type": {
|
|
57932
|
+
"text": "GroupsValidationResult"
|
|
57933
|
+
}
|
|
57934
|
+
},
|
|
57935
|
+
"parameters": [
|
|
57936
|
+
{
|
|
57937
|
+
"name": "groups",
|
|
57938
|
+
"type": {
|
|
57939
|
+
"text": "CriteriaGroup[]"
|
|
57940
|
+
}
|
|
57941
|
+
},
|
|
57942
|
+
{
|
|
57943
|
+
"name": "fieldMetadata",
|
|
57944
|
+
"type": {
|
|
57945
|
+
"text": "MetadataDetail[] | string[]"
|
|
57946
|
+
}
|
|
57947
|
+
}
|
|
57948
|
+
],
|
|
57949
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57950
|
+
}
|
|
57951
|
+
],
|
|
57952
|
+
"exports": [
|
|
57953
|
+
{
|
|
57954
|
+
"kind": "js",
|
|
57955
|
+
"name": "validateClauses",
|
|
57956
|
+
"declaration": {
|
|
57957
|
+
"name": "validateClauses",
|
|
57958
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57959
|
+
}
|
|
57960
|
+
},
|
|
57961
|
+
{
|
|
57962
|
+
"kind": "js",
|
|
57963
|
+
"name": "validateGroups",
|
|
57964
|
+
"declaration": {
|
|
57965
|
+
"name": "validateGroups",
|
|
57966
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57967
|
+
}
|
|
57968
|
+
}
|
|
57969
|
+
]
|
|
57970
|
+
},
|
|
57971
57971
|
{
|
|
57972
57972
|
"kind": "javascript-module",
|
|
57973
57973
|
"path": "src/environment-indicator/utils/configure.ts",
|