@genesislcap/foundation-ui 14.454.0 → 14.454.2
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 +639 -619
- package/dist/dts/data-grid-datasource/data-grid-datasource.d.ts +6 -0
- package/dist/dts/data-grid-datasource/data-grid-datasource.d.ts.map +1 -1
- package/dist/dts/expression-builder/expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/expression-builder.d.ts.map +1 -1
- package/dist/dts/expression-builder/rule-expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/rule-expression-builder.d.ts.map +1 -1
- package/dist/dts/expression-builder/value-expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/value-expression-builder.d.ts.map +1 -1
- package/dist/dts/options-datasource/multiselect-datasource.d.ts +6 -0
- package/dist/dts/options-datasource/multiselect-datasource.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts +2 -0
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/react.d.ts +131 -9
- package/dist/dts/router/foundation-router.d.ts +3 -0
- package/dist/dts/router/foundation-router.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
- package/dist/esm/data-grid-datasource/data-grid-datasource.js +6 -0
- package/dist/esm/expression-builder/expression-builder.js +2 -0
- package/dist/esm/expression-builder/rule-expression-builder.js +2 -0
- package/dist/esm/expression-builder/value-expression-builder.js +2 -0
- package/dist/esm/options-datasource/multiselect-datasource.js +6 -0
- package/dist/esm/options-datasource/options-datasource.js +2 -0
- package/dist/esm/router/foundation-router.js +3 -0
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +2 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +2 -0
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +2 -0
- package/dist/react.cjs +235 -6
- package/dist/react.mjs +224 -5
- package/package.json +19 -19
|
@@ -932,37 +932,6 @@
|
|
|
932
932
|
}
|
|
933
933
|
]
|
|
934
934
|
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "javascript-module",
|
|
937
|
-
"path": "src/_config/index.ts",
|
|
938
|
-
"declarations": [],
|
|
939
|
-
"exports": [
|
|
940
|
-
{
|
|
941
|
-
"kind": "js",
|
|
942
|
-
"name": "*",
|
|
943
|
-
"declaration": {
|
|
944
|
-
"name": "*",
|
|
945
|
-
"package": "./styles"
|
|
946
|
-
}
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"kind": "js",
|
|
950
|
-
"name": "*",
|
|
951
|
-
"declaration": {
|
|
952
|
-
"name": "*",
|
|
953
|
-
"package": "./tokens"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"kind": "js",
|
|
958
|
-
"name": "*",
|
|
959
|
-
"declaration": {
|
|
960
|
-
"name": "*",
|
|
961
|
-
"package": "./values"
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
]
|
|
965
|
-
},
|
|
966
935
|
{
|
|
967
936
|
"kind": "javascript-module",
|
|
968
937
|
"path": "src/_common/affix-mixin.ts",
|
|
@@ -1431,11 +1400,42 @@
|
|
|
1431
1400
|
},
|
|
1432
1401
|
{
|
|
1433
1402
|
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/
|
|
1403
|
+
"path": "src/_config/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./styles"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./tokens"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./values"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1435
1435
|
"declarations": [
|
|
1436
1436
|
{
|
|
1437
1437
|
"kind": "function",
|
|
1438
|
-
"name": "
|
|
1438
|
+
"name": "foundationAccordionStyles",
|
|
1439
1439
|
"return": {
|
|
1440
1440
|
"type": {
|
|
1441
1441
|
"text": "ElementStyles"
|
|
@@ -1460,24 +1460,24 @@
|
|
|
1460
1460
|
"exports": [
|
|
1461
1461
|
{
|
|
1462
1462
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1463
|
+
"name": "foundationAccordionStyles",
|
|
1464
1464
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/accordion
|
|
1465
|
+
"name": "foundationAccordionStyles",
|
|
1466
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
1469
|
]
|
|
1470
1470
|
},
|
|
1471
1471
|
{
|
|
1472
1472
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/accordion
|
|
1473
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1474
1474
|
"declarations": [
|
|
1475
1475
|
{
|
|
1476
1476
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1477
|
+
"name": "foundationAccordionTemplate",
|
|
1478
1478
|
"return": {
|
|
1479
1479
|
"type": {
|
|
1480
|
-
"text": "ViewTemplate<
|
|
1480
|
+
"text": "ViewTemplate<Accordion>"
|
|
1481
1481
|
}
|
|
1482
1482
|
},
|
|
1483
1483
|
"parameters": [
|
|
@@ -1499,116 +1499,631 @@
|
|
|
1499
1499
|
"exports": [
|
|
1500
1500
|
{
|
|
1501
1501
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1502
|
+
"name": "foundationAccordionTemplate",
|
|
1503
1503
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/accordion
|
|
1504
|
+
"name": "foundationAccordionTemplate",
|
|
1505
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1506
1506
|
}
|
|
1507
1507
|
}
|
|
1508
1508
|
]
|
|
1509
1509
|
},
|
|
1510
1510
|
{
|
|
1511
1511
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "src/accordion
|
|
1512
|
+
"path": "src/accordion/accordion.ts",
|
|
1513
1513
|
"declarations": [
|
|
1514
1514
|
{
|
|
1515
1515
|
"kind": "class",
|
|
1516
1516
|
"description": "",
|
|
1517
|
-
"name": "
|
|
1517
|
+
"name": "Accordion",
|
|
1518
1518
|
"superclass": {
|
|
1519
|
-
"name": "
|
|
1520
|
-
"package": "@microsoft/fast-
|
|
1519
|
+
"name": "FASTAccordion",
|
|
1520
|
+
"package": "@microsoft/fast-foundation"
|
|
1521
1521
|
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion
|
|
1522
|
+
"tagName": "%%prefix%%-accordion",
|
|
1523
1523
|
"customElement": true,
|
|
1524
1524
|
"attributes": [
|
|
1525
1525
|
{
|
|
1526
|
-
"name": "
|
|
1526
|
+
"name": "expand-mode",
|
|
1527
1527
|
"type": {
|
|
1528
|
-
"text": "
|
|
1528
|
+
"text": "AccordionExpandMode"
|
|
1529
1529
|
},
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
"fieldName": "headinglevel",
|
|
1530
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1531
|
+
"fieldName": "expandmode",
|
|
1533
1532
|
"inheritedFrom": {
|
|
1534
|
-
"name": "
|
|
1535
|
-
"module": "src/accordion
|
|
1533
|
+
"name": "Accordion",
|
|
1534
|
+
"module": "src/accordion/accordion.ts"
|
|
1536
1535
|
}
|
|
1537
|
-
}
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"members": [
|
|
1538
1539
|
{
|
|
1540
|
+
"kind": "field",
|
|
1541
|
+
"name": "expandmode",
|
|
1539
1542
|
"type": {
|
|
1540
|
-
"text": "
|
|
1543
|
+
"text": "AccordionExpandMode"
|
|
1541
1544
|
},
|
|
1542
|
-
"
|
|
1543
|
-
"description": "
|
|
1544
|
-
"fieldName": "expanded",
|
|
1545
|
+
"privacy": "public",
|
|
1546
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1545
1547
|
"inheritedFrom": {
|
|
1546
|
-
"name": "
|
|
1547
|
-
"module": "src/accordion
|
|
1548
|
+
"name": "Accordion",
|
|
1549
|
+
"module": "src/accordion/accordion.ts"
|
|
1548
1550
|
}
|
|
1549
1551
|
},
|
|
1550
1552
|
{
|
|
1551
|
-
"
|
|
1553
|
+
"kind": "field",
|
|
1554
|
+
"name": "activeid",
|
|
1552
1555
|
"type": {
|
|
1553
|
-
"text": "string"
|
|
1556
|
+
"text": "string | null"
|
|
1554
1557
|
},
|
|
1555
|
-
"
|
|
1556
|
-
"fieldName": "id",
|
|
1558
|
+
"privacy": "private",
|
|
1557
1559
|
"inheritedFrom": {
|
|
1558
|
-
"name": "
|
|
1559
|
-
"module": "src/accordion
|
|
1560
|
+
"name": "Accordion",
|
|
1561
|
+
"module": "src/accordion/accordion.ts"
|
|
1560
1562
|
}
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"members": [
|
|
1563
|
+
},
|
|
1564
1564
|
{
|
|
1565
1565
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1566
|
+
"name": "activeItemIndex",
|
|
1567
1567
|
"type": {
|
|
1568
|
-
"text": "
|
|
1568
|
+
"text": "number"
|
|
1569
1569
|
},
|
|
1570
|
-
"privacy": "
|
|
1571
|
-
"default": "
|
|
1572
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"default": "0",
|
|
1573
1572
|
"inheritedFrom": {
|
|
1574
|
-
"name": "
|
|
1575
|
-
"module": "src/accordion
|
|
1573
|
+
"name": "Accordion",
|
|
1574
|
+
"module": "src/accordion/accordion.ts"
|
|
1576
1575
|
}
|
|
1577
1576
|
},
|
|
1578
1577
|
{
|
|
1579
1578
|
"kind": "field",
|
|
1580
|
-
"name": "
|
|
1579
|
+
"name": "accordionIds",
|
|
1581
1580
|
"type": {
|
|
1582
|
-
"text": "
|
|
1581
|
+
"text": "Array<string | null>"
|
|
1583
1582
|
},
|
|
1584
|
-
"privacy": "
|
|
1585
|
-
"default": "false",
|
|
1586
|
-
"description": "Expands or collapses the item.",
|
|
1583
|
+
"privacy": "private",
|
|
1587
1584
|
"inheritedFrom": {
|
|
1588
|
-
"name": "
|
|
1589
|
-
"module": "src/accordion
|
|
1585
|
+
"name": "Accordion",
|
|
1586
|
+
"module": "src/accordion/accordion.ts"
|
|
1590
1587
|
}
|
|
1591
1588
|
},
|
|
1592
1589
|
{
|
|
1593
1590
|
"kind": "field",
|
|
1594
|
-
"name": "
|
|
1595
|
-
"
|
|
1596
|
-
|
|
1591
|
+
"name": "change",
|
|
1592
|
+
"privacy": "private",
|
|
1593
|
+
"inheritedFrom": {
|
|
1594
|
+
"name": "Accordion",
|
|
1595
|
+
"module": "src/accordion/accordion.ts"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "method",
|
|
1600
|
+
"name": "findExpandedItem",
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "AccordionItem | null"
|
|
1605
|
+
}
|
|
1597
1606
|
},
|
|
1598
|
-
"privacy": "public",
|
|
1599
|
-
"description": "The item ID",
|
|
1600
1607
|
"inheritedFrom": {
|
|
1601
|
-
"name": "
|
|
1602
|
-
"module": "src/accordion
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1603
1610
|
}
|
|
1604
1611
|
},
|
|
1605
1612
|
{
|
|
1606
1613
|
"kind": "field",
|
|
1607
|
-
"name": "
|
|
1614
|
+
"name": "setItems",
|
|
1608
1615
|
"privacy": "private",
|
|
1609
1616
|
"inheritedFrom": {
|
|
1610
|
-
"name": "
|
|
1611
|
-
"module": "src/accordion
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "method",
|
|
1623
|
+
"name": "resetItems",
|
|
1624
|
+
"privacy": "private",
|
|
1625
|
+
"return": {
|
|
1626
|
+
"type": {
|
|
1627
|
+
"text": "void"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"inheritedFrom": {
|
|
1631
|
+
"name": "Accordion",
|
|
1632
|
+
"module": "src/accordion/accordion.ts"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "field",
|
|
1637
|
+
"name": "removeItemListeners",
|
|
1638
|
+
"privacy": "private",
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"name": "Accordion",
|
|
1641
|
+
"module": "src/accordion/accordion.ts"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "activeItemChange",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"inheritedFrom": {
|
|
1649
|
+
"name": "Accordion",
|
|
1650
|
+
"module": "src/accordion/accordion.ts"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "method",
|
|
1655
|
+
"name": "getItemIds",
|
|
1656
|
+
"privacy": "private",
|
|
1657
|
+
"return": {
|
|
1658
|
+
"type": {
|
|
1659
|
+
"text": "Array<string | null>"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"inheritedFrom": {
|
|
1663
|
+
"name": "Accordion",
|
|
1664
|
+
"module": "src/accordion/accordion.ts"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "method",
|
|
1669
|
+
"name": "isSingleExpandMode",
|
|
1670
|
+
"privacy": "private",
|
|
1671
|
+
"return": {
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "boolean"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"inheritedFrom": {
|
|
1677
|
+
"name": "Accordion",
|
|
1678
|
+
"module": "src/accordion/accordion.ts"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "field",
|
|
1683
|
+
"name": "handleItemKeyDown",
|
|
1684
|
+
"privacy": "private",
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "handleItemFocus",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"inheritedFrom": {
|
|
1695
|
+
"name": "Accordion",
|
|
1696
|
+
"module": "src/accordion/accordion.ts"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "adjust",
|
|
1702
|
+
"privacy": "private",
|
|
1703
|
+
"return": {
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "void"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "adjustment",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "number"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"inheritedFrom": {
|
|
1717
|
+
"name": "Accordion",
|
|
1718
|
+
"module": "src/accordion/accordion.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "method",
|
|
1723
|
+
"name": "focusItem",
|
|
1724
|
+
"privacy": "private",
|
|
1725
|
+
"return": {
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "void"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "Accordion",
|
|
1732
|
+
"module": "src/accordion/accordion.ts"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "field",
|
|
1737
|
+
"name": "_presentation",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1740
|
+
},
|
|
1741
|
+
"privacy": "private",
|
|
1742
|
+
"default": "void 0",
|
|
1743
|
+
"inheritedFrom": {
|
|
1744
|
+
"name": "FoundationElement",
|
|
1745
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "$presentation",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "ComponentPresentation | null"
|
|
1753
|
+
},
|
|
1754
|
+
"privacy": "public",
|
|
1755
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "FoundationElement",
|
|
1758
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "field",
|
|
1763
|
+
"name": "template",
|
|
1764
|
+
"type": {
|
|
1765
|
+
"text": "ElementViewTemplate | void | null"
|
|
1766
|
+
},
|
|
1767
|
+
"privacy": "public",
|
|
1768
|
+
"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.",
|
|
1769
|
+
"inheritedFrom": {
|
|
1770
|
+
"name": "FoundationElement",
|
|
1771
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "method",
|
|
1776
|
+
"name": "templateChanged",
|
|
1777
|
+
"privacy": "protected",
|
|
1778
|
+
"return": {
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "void"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"inheritedFrom": {
|
|
1784
|
+
"name": "FoundationElement",
|
|
1785
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "field",
|
|
1790
|
+
"name": "styles",
|
|
1791
|
+
"type": {
|
|
1792
|
+
"text": "ElementStyles | void | null"
|
|
1793
|
+
},
|
|
1794
|
+
"privacy": "public",
|
|
1795
|
+
"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.",
|
|
1796
|
+
"inheritedFrom": {
|
|
1797
|
+
"name": "FoundationElement",
|
|
1798
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "method",
|
|
1803
|
+
"name": "stylesChanged",
|
|
1804
|
+
"privacy": "protected",
|
|
1805
|
+
"return": {
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "void"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"inheritedFrom": {
|
|
1811
|
+
"name": "FoundationElement",
|
|
1812
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "method",
|
|
1817
|
+
"name": "compose",
|
|
1818
|
+
"privacy": "public",
|
|
1819
|
+
"static": true,
|
|
1820
|
+
"return": {
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"parameters": [
|
|
1826
|
+
{
|
|
1827
|
+
"name": "this",
|
|
1828
|
+
"type": {
|
|
1829
|
+
"text": "K"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "elementDefinition",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "T"
|
|
1836
|
+
},
|
|
1837
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1841
|
+
"inheritedFrom": {
|
|
1842
|
+
"name": "FoundationElement",
|
|
1843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"events": [
|
|
1848
|
+
{
|
|
1849
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1850
|
+
"name": "change",
|
|
1851
|
+
"inheritedFrom": {
|
|
1852
|
+
"name": "Accordion",
|
|
1853
|
+
"module": "src/accordion/accordion.ts"
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "variable",
|
|
1860
|
+
"name": "foundationAccordionShadowOptions",
|
|
1861
|
+
"type": {
|
|
1862
|
+
"text": "ShadowRootInit"
|
|
1863
|
+
},
|
|
1864
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"kind": "variable",
|
|
1868
|
+
"name": "defaultAccordionConfig",
|
|
1869
|
+
"type": {
|
|
1870
|
+
"text": "object"
|
|
1871
|
+
},
|
|
1872
|
+
"default": "{}"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"kind": "variable",
|
|
1876
|
+
"name": "foundationAccordion",
|
|
1877
|
+
"description": "The Foundation Accordion",
|
|
1878
|
+
"privacy": "public"
|
|
1879
|
+
}
|
|
1880
|
+
],
|
|
1881
|
+
"exports": [
|
|
1882
|
+
{
|
|
1883
|
+
"kind": "js",
|
|
1884
|
+
"name": "Accordion",
|
|
1885
|
+
"declaration": {
|
|
1886
|
+
"name": "Accordion",
|
|
1887
|
+
"module": "src/accordion/accordion.ts"
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"kind": "js",
|
|
1892
|
+
"name": "foundationAccordionShadowOptions",
|
|
1893
|
+
"declaration": {
|
|
1894
|
+
"name": "foundationAccordionShadowOptions",
|
|
1895
|
+
"module": "src/accordion/accordion.ts"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"kind": "js",
|
|
1900
|
+
"name": "defaultAccordionConfig",
|
|
1901
|
+
"declaration": {
|
|
1902
|
+
"name": "defaultAccordionConfig",
|
|
1903
|
+
"module": "src/accordion/accordion.ts"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "foundationAccordion",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "foundationAccordion",
|
|
1911
|
+
"module": "src/accordion/accordion.ts"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "javascript-module",
|
|
1918
|
+
"path": "src/accordion/index.ts",
|
|
1919
|
+
"declarations": [],
|
|
1920
|
+
"exports": [
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./accordion.template"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./accordion.styles"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"package": "./accordion"
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
]
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "javascript-module",
|
|
1949
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1950
|
+
"declarations": [
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "function",
|
|
1953
|
+
"name": "foundationAccordionItemStyles",
|
|
1954
|
+
"return": {
|
|
1955
|
+
"type": {
|
|
1956
|
+
"text": "ElementStyles"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"parameters": [
|
|
1960
|
+
{
|
|
1961
|
+
"name": "context",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "ElementDefinitionContext"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "definition",
|
|
1968
|
+
"type": {
|
|
1969
|
+
"text": "FoundationElementDefinition"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
]
|
|
1973
|
+
}
|
|
1974
|
+
],
|
|
1975
|
+
"exports": [
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "js",
|
|
1978
|
+
"name": "foundationAccordionItemStyles",
|
|
1979
|
+
"declaration": {
|
|
1980
|
+
"name": "foundationAccordionItemStyles",
|
|
1981
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
]
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "javascript-module",
|
|
1988
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1989
|
+
"declarations": [
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "function",
|
|
1992
|
+
"name": "foundationAccordionItemTemplate",
|
|
1993
|
+
"return": {
|
|
1994
|
+
"type": {
|
|
1995
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"parameters": [
|
|
1999
|
+
{
|
|
2000
|
+
"name": "context",
|
|
2001
|
+
"type": {
|
|
2002
|
+
"text": "ElementDefinitionContext"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "definition",
|
|
2007
|
+
"type": {
|
|
2008
|
+
"text": "FoundationElementDefinition"
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
]
|
|
2012
|
+
}
|
|
2013
|
+
],
|
|
2014
|
+
"exports": [
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "js",
|
|
2017
|
+
"name": "foundationAccordionItemTemplate",
|
|
2018
|
+
"declaration": {
|
|
2019
|
+
"name": "foundationAccordionItemTemplate",
|
|
2020
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
]
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"kind": "javascript-module",
|
|
2027
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2028
|
+
"declarations": [
|
|
2029
|
+
{
|
|
2030
|
+
"kind": "class",
|
|
2031
|
+
"description": "",
|
|
2032
|
+
"name": "AccordionItem",
|
|
2033
|
+
"superclass": {
|
|
2034
|
+
"name": "FASTAccordionItem",
|
|
2035
|
+
"package": "@microsoft/fast-components"
|
|
2036
|
+
},
|
|
2037
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2038
|
+
"customElement": true,
|
|
2039
|
+
"attributes": [
|
|
2040
|
+
{
|
|
2041
|
+
"name": "heading-level",
|
|
2042
|
+
"type": {
|
|
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"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"type": {
|
|
2055
|
+
"text": "boolean"
|
|
2056
|
+
},
|
|
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
|
+
}
|
|
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": [
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "field",
|
|
2081
|
+
"name": "headinglevel",
|
|
2082
|
+
"type": {
|
|
2083
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2084
|
+
},
|
|
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
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"kind": "field",
|
|
2095
|
+
"name": "expanded",
|
|
2096
|
+
"type": {
|
|
2097
|
+
"text": "boolean"
|
|
2098
|
+
},
|
|
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
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"kind": "field",
|
|
2109
|
+
"name": "id",
|
|
2110
|
+
"type": {
|
|
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"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "field",
|
|
2122
|
+
"name": "change",
|
|
2123
|
+
"privacy": "private",
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "AccordionItem",
|
|
2126
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1612
2127
|
}
|
|
1613
2128
|
},
|
|
1614
2129
|
{
|
|
@@ -2991,521 +3506,6 @@
|
|
|
2991
3506
|
}
|
|
2992
3507
|
]
|
|
2993
3508
|
},
|
|
2994
|
-
{
|
|
2995
|
-
"kind": "javascript-module",
|
|
2996
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2997
|
-
"declarations": [
|
|
2998
|
-
{
|
|
2999
|
-
"kind": "function",
|
|
3000
|
-
"name": "foundationAccordionStyles",
|
|
3001
|
-
"return": {
|
|
3002
|
-
"type": {
|
|
3003
|
-
"text": "ElementStyles"
|
|
3004
|
-
}
|
|
3005
|
-
},
|
|
3006
|
-
"parameters": [
|
|
3007
|
-
{
|
|
3008
|
-
"name": "context",
|
|
3009
|
-
"type": {
|
|
3010
|
-
"text": "ElementDefinitionContext"
|
|
3011
|
-
}
|
|
3012
|
-
},
|
|
3013
|
-
{
|
|
3014
|
-
"name": "definition",
|
|
3015
|
-
"type": {
|
|
3016
|
-
"text": "FoundationElementDefinition"
|
|
3017
|
-
}
|
|
3018
|
-
}
|
|
3019
|
-
]
|
|
3020
|
-
}
|
|
3021
|
-
],
|
|
3022
|
-
"exports": [
|
|
3023
|
-
{
|
|
3024
|
-
"kind": "js",
|
|
3025
|
-
"name": "foundationAccordionStyles",
|
|
3026
|
-
"declaration": {
|
|
3027
|
-
"name": "foundationAccordionStyles",
|
|
3028
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
|
-
]
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"kind": "javascript-module",
|
|
3035
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3036
|
-
"declarations": [
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "function",
|
|
3039
|
-
"name": "foundationAccordionTemplate",
|
|
3040
|
-
"return": {
|
|
3041
|
-
"type": {
|
|
3042
|
-
"text": "ViewTemplate<Accordion>"
|
|
3043
|
-
}
|
|
3044
|
-
},
|
|
3045
|
-
"parameters": [
|
|
3046
|
-
{
|
|
3047
|
-
"name": "context",
|
|
3048
|
-
"type": {
|
|
3049
|
-
"text": "ElementDefinitionContext"
|
|
3050
|
-
}
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"name": "definition",
|
|
3054
|
-
"type": {
|
|
3055
|
-
"text": "FoundationElementDefinition"
|
|
3056
|
-
}
|
|
3057
|
-
}
|
|
3058
|
-
]
|
|
3059
|
-
}
|
|
3060
|
-
],
|
|
3061
|
-
"exports": [
|
|
3062
|
-
{
|
|
3063
|
-
"kind": "js",
|
|
3064
|
-
"name": "foundationAccordionTemplate",
|
|
3065
|
-
"declaration": {
|
|
3066
|
-
"name": "foundationAccordionTemplate",
|
|
3067
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3068
|
-
}
|
|
3069
|
-
}
|
|
3070
|
-
]
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
"kind": "javascript-module",
|
|
3074
|
-
"path": "src/accordion/accordion.ts",
|
|
3075
|
-
"declarations": [
|
|
3076
|
-
{
|
|
3077
|
-
"kind": "class",
|
|
3078
|
-
"description": "",
|
|
3079
|
-
"name": "Accordion",
|
|
3080
|
-
"superclass": {
|
|
3081
|
-
"name": "FASTAccordion",
|
|
3082
|
-
"package": "@microsoft/fast-foundation"
|
|
3083
|
-
},
|
|
3084
|
-
"tagName": "%%prefix%%-accordion",
|
|
3085
|
-
"customElement": true,
|
|
3086
|
-
"attributes": [
|
|
3087
|
-
{
|
|
3088
|
-
"name": "expand-mode",
|
|
3089
|
-
"type": {
|
|
3090
|
-
"text": "AccordionExpandMode"
|
|
3091
|
-
},
|
|
3092
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3093
|
-
"fieldName": "expandmode",
|
|
3094
|
-
"inheritedFrom": {
|
|
3095
|
-
"name": "Accordion",
|
|
3096
|
-
"module": "src/accordion/accordion.ts"
|
|
3097
|
-
}
|
|
3098
|
-
}
|
|
3099
|
-
],
|
|
3100
|
-
"members": [
|
|
3101
|
-
{
|
|
3102
|
-
"kind": "field",
|
|
3103
|
-
"name": "expandmode",
|
|
3104
|
-
"type": {
|
|
3105
|
-
"text": "AccordionExpandMode"
|
|
3106
|
-
},
|
|
3107
|
-
"privacy": "public",
|
|
3108
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3109
|
-
"inheritedFrom": {
|
|
3110
|
-
"name": "Accordion",
|
|
3111
|
-
"module": "src/accordion/accordion.ts"
|
|
3112
|
-
}
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"kind": "field",
|
|
3116
|
-
"name": "activeid",
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "string | null"
|
|
3119
|
-
},
|
|
3120
|
-
"privacy": "private",
|
|
3121
|
-
"inheritedFrom": {
|
|
3122
|
-
"name": "Accordion",
|
|
3123
|
-
"module": "src/accordion/accordion.ts"
|
|
3124
|
-
}
|
|
3125
|
-
},
|
|
3126
|
-
{
|
|
3127
|
-
"kind": "field",
|
|
3128
|
-
"name": "activeItemIndex",
|
|
3129
|
-
"type": {
|
|
3130
|
-
"text": "number"
|
|
3131
|
-
},
|
|
3132
|
-
"privacy": "private",
|
|
3133
|
-
"default": "0",
|
|
3134
|
-
"inheritedFrom": {
|
|
3135
|
-
"name": "Accordion",
|
|
3136
|
-
"module": "src/accordion/accordion.ts"
|
|
3137
|
-
}
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"kind": "field",
|
|
3141
|
-
"name": "accordionIds",
|
|
3142
|
-
"type": {
|
|
3143
|
-
"text": "Array<string | null>"
|
|
3144
|
-
},
|
|
3145
|
-
"privacy": "private",
|
|
3146
|
-
"inheritedFrom": {
|
|
3147
|
-
"name": "Accordion",
|
|
3148
|
-
"module": "src/accordion/accordion.ts"
|
|
3149
|
-
}
|
|
3150
|
-
},
|
|
3151
|
-
{
|
|
3152
|
-
"kind": "field",
|
|
3153
|
-
"name": "change",
|
|
3154
|
-
"privacy": "private",
|
|
3155
|
-
"inheritedFrom": {
|
|
3156
|
-
"name": "Accordion",
|
|
3157
|
-
"module": "src/accordion/accordion.ts"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"kind": "method",
|
|
3162
|
-
"name": "findExpandedItem",
|
|
3163
|
-
"privacy": "private",
|
|
3164
|
-
"return": {
|
|
3165
|
-
"type": {
|
|
3166
|
-
"text": "AccordionItem | null"
|
|
3167
|
-
}
|
|
3168
|
-
},
|
|
3169
|
-
"inheritedFrom": {
|
|
3170
|
-
"name": "Accordion",
|
|
3171
|
-
"module": "src/accordion/accordion.ts"
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"kind": "field",
|
|
3176
|
-
"name": "setItems",
|
|
3177
|
-
"privacy": "private",
|
|
3178
|
-
"inheritedFrom": {
|
|
3179
|
-
"name": "Accordion",
|
|
3180
|
-
"module": "src/accordion/accordion.ts"
|
|
3181
|
-
}
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"kind": "method",
|
|
3185
|
-
"name": "resetItems",
|
|
3186
|
-
"privacy": "private",
|
|
3187
|
-
"return": {
|
|
3188
|
-
"type": {
|
|
3189
|
-
"text": "void"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
|
-
"inheritedFrom": {
|
|
3193
|
-
"name": "Accordion",
|
|
3194
|
-
"module": "src/accordion/accordion.ts"
|
|
3195
|
-
}
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"kind": "field",
|
|
3199
|
-
"name": "removeItemListeners",
|
|
3200
|
-
"privacy": "private",
|
|
3201
|
-
"inheritedFrom": {
|
|
3202
|
-
"name": "Accordion",
|
|
3203
|
-
"module": "src/accordion/accordion.ts"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"kind": "field",
|
|
3208
|
-
"name": "activeItemChange",
|
|
3209
|
-
"privacy": "private",
|
|
3210
|
-
"inheritedFrom": {
|
|
3211
|
-
"name": "Accordion",
|
|
3212
|
-
"module": "src/accordion/accordion.ts"
|
|
3213
|
-
}
|
|
3214
|
-
},
|
|
3215
|
-
{
|
|
3216
|
-
"kind": "method",
|
|
3217
|
-
"name": "getItemIds",
|
|
3218
|
-
"privacy": "private",
|
|
3219
|
-
"return": {
|
|
3220
|
-
"type": {
|
|
3221
|
-
"text": "Array<string | null>"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"inheritedFrom": {
|
|
3225
|
-
"name": "Accordion",
|
|
3226
|
-
"module": "src/accordion/accordion.ts"
|
|
3227
|
-
}
|
|
3228
|
-
},
|
|
3229
|
-
{
|
|
3230
|
-
"kind": "method",
|
|
3231
|
-
"name": "isSingleExpandMode",
|
|
3232
|
-
"privacy": "private",
|
|
3233
|
-
"return": {
|
|
3234
|
-
"type": {
|
|
3235
|
-
"text": "boolean"
|
|
3236
|
-
}
|
|
3237
|
-
},
|
|
3238
|
-
"inheritedFrom": {
|
|
3239
|
-
"name": "Accordion",
|
|
3240
|
-
"module": "src/accordion/accordion.ts"
|
|
3241
|
-
}
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"kind": "field",
|
|
3245
|
-
"name": "handleItemKeyDown",
|
|
3246
|
-
"privacy": "private",
|
|
3247
|
-
"inheritedFrom": {
|
|
3248
|
-
"name": "Accordion",
|
|
3249
|
-
"module": "src/accordion/accordion.ts"
|
|
3250
|
-
}
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"kind": "field",
|
|
3254
|
-
"name": "handleItemFocus",
|
|
3255
|
-
"privacy": "private",
|
|
3256
|
-
"inheritedFrom": {
|
|
3257
|
-
"name": "Accordion",
|
|
3258
|
-
"module": "src/accordion/accordion.ts"
|
|
3259
|
-
}
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"kind": "method",
|
|
3263
|
-
"name": "adjust",
|
|
3264
|
-
"privacy": "private",
|
|
3265
|
-
"return": {
|
|
3266
|
-
"type": {
|
|
3267
|
-
"text": "void"
|
|
3268
|
-
}
|
|
3269
|
-
},
|
|
3270
|
-
"parameters": [
|
|
3271
|
-
{
|
|
3272
|
-
"name": "adjustment",
|
|
3273
|
-
"type": {
|
|
3274
|
-
"text": "number"
|
|
3275
|
-
}
|
|
3276
|
-
}
|
|
3277
|
-
],
|
|
3278
|
-
"inheritedFrom": {
|
|
3279
|
-
"name": "Accordion",
|
|
3280
|
-
"module": "src/accordion/accordion.ts"
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"kind": "method",
|
|
3285
|
-
"name": "focusItem",
|
|
3286
|
-
"privacy": "private",
|
|
3287
|
-
"return": {
|
|
3288
|
-
"type": {
|
|
3289
|
-
"text": "void"
|
|
3290
|
-
}
|
|
3291
|
-
},
|
|
3292
|
-
"inheritedFrom": {
|
|
3293
|
-
"name": "Accordion",
|
|
3294
|
-
"module": "src/accordion/accordion.ts"
|
|
3295
|
-
}
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "field",
|
|
3299
|
-
"name": "_presentation",
|
|
3300
|
-
"type": {
|
|
3301
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3302
|
-
},
|
|
3303
|
-
"privacy": "private",
|
|
3304
|
-
"default": "void 0",
|
|
3305
|
-
"inheritedFrom": {
|
|
3306
|
-
"name": "FoundationElement",
|
|
3307
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3308
|
-
}
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"kind": "field",
|
|
3312
|
-
"name": "$presentation",
|
|
3313
|
-
"type": {
|
|
3314
|
-
"text": "ComponentPresentation | null"
|
|
3315
|
-
},
|
|
3316
|
-
"privacy": "public",
|
|
3317
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3318
|
-
"inheritedFrom": {
|
|
3319
|
-
"name": "FoundationElement",
|
|
3320
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3321
|
-
}
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "field",
|
|
3325
|
-
"name": "template",
|
|
3326
|
-
"type": {
|
|
3327
|
-
"text": "ElementViewTemplate | void | null"
|
|
3328
|
-
},
|
|
3329
|
-
"privacy": "public",
|
|
3330
|
-
"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.",
|
|
3331
|
-
"inheritedFrom": {
|
|
3332
|
-
"name": "FoundationElement",
|
|
3333
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3334
|
-
}
|
|
3335
|
-
},
|
|
3336
|
-
{
|
|
3337
|
-
"kind": "method",
|
|
3338
|
-
"name": "templateChanged",
|
|
3339
|
-
"privacy": "protected",
|
|
3340
|
-
"return": {
|
|
3341
|
-
"type": {
|
|
3342
|
-
"text": "void"
|
|
3343
|
-
}
|
|
3344
|
-
},
|
|
3345
|
-
"inheritedFrom": {
|
|
3346
|
-
"name": "FoundationElement",
|
|
3347
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3348
|
-
}
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "field",
|
|
3352
|
-
"name": "styles",
|
|
3353
|
-
"type": {
|
|
3354
|
-
"text": "ElementStyles | void | null"
|
|
3355
|
-
},
|
|
3356
|
-
"privacy": "public",
|
|
3357
|
-
"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.",
|
|
3358
|
-
"inheritedFrom": {
|
|
3359
|
-
"name": "FoundationElement",
|
|
3360
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "method",
|
|
3365
|
-
"name": "stylesChanged",
|
|
3366
|
-
"privacy": "protected",
|
|
3367
|
-
"return": {
|
|
3368
|
-
"type": {
|
|
3369
|
-
"text": "void"
|
|
3370
|
-
}
|
|
3371
|
-
},
|
|
3372
|
-
"inheritedFrom": {
|
|
3373
|
-
"name": "FoundationElement",
|
|
3374
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "method",
|
|
3379
|
-
"name": "compose",
|
|
3380
|
-
"privacy": "public",
|
|
3381
|
-
"static": true,
|
|
3382
|
-
"return": {
|
|
3383
|
-
"type": {
|
|
3384
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3385
|
-
}
|
|
3386
|
-
},
|
|
3387
|
-
"parameters": [
|
|
3388
|
-
{
|
|
3389
|
-
"name": "this",
|
|
3390
|
-
"type": {
|
|
3391
|
-
"text": "K"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"name": "elementDefinition",
|
|
3396
|
-
"type": {
|
|
3397
|
-
"text": "T"
|
|
3398
|
-
},
|
|
3399
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3400
|
-
}
|
|
3401
|
-
],
|
|
3402
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3403
|
-
"inheritedFrom": {
|
|
3404
|
-
"name": "FoundationElement",
|
|
3405
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3406
|
-
}
|
|
3407
|
-
}
|
|
3408
|
-
],
|
|
3409
|
-
"events": [
|
|
3410
|
-
{
|
|
3411
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
3412
|
-
"name": "change",
|
|
3413
|
-
"inheritedFrom": {
|
|
3414
|
-
"name": "Accordion",
|
|
3415
|
-
"module": "src/accordion/accordion.ts"
|
|
3416
|
-
}
|
|
3417
|
-
}
|
|
3418
|
-
]
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"kind": "variable",
|
|
3422
|
-
"name": "foundationAccordionShadowOptions",
|
|
3423
|
-
"type": {
|
|
3424
|
-
"text": "ShadowRootInit"
|
|
3425
|
-
},
|
|
3426
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "variable",
|
|
3430
|
-
"name": "defaultAccordionConfig",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"text": "object"
|
|
3433
|
-
},
|
|
3434
|
-
"default": "{}"
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"kind": "variable",
|
|
3438
|
-
"name": "foundationAccordion",
|
|
3439
|
-
"description": "The Foundation Accordion",
|
|
3440
|
-
"privacy": "public"
|
|
3441
|
-
}
|
|
3442
|
-
],
|
|
3443
|
-
"exports": [
|
|
3444
|
-
{
|
|
3445
|
-
"kind": "js",
|
|
3446
|
-
"name": "Accordion",
|
|
3447
|
-
"declaration": {
|
|
3448
|
-
"name": "Accordion",
|
|
3449
|
-
"module": "src/accordion/accordion.ts"
|
|
3450
|
-
}
|
|
3451
|
-
},
|
|
3452
|
-
{
|
|
3453
|
-
"kind": "js",
|
|
3454
|
-
"name": "foundationAccordionShadowOptions",
|
|
3455
|
-
"declaration": {
|
|
3456
|
-
"name": "foundationAccordionShadowOptions",
|
|
3457
|
-
"module": "src/accordion/accordion.ts"
|
|
3458
|
-
}
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"kind": "js",
|
|
3462
|
-
"name": "defaultAccordionConfig",
|
|
3463
|
-
"declaration": {
|
|
3464
|
-
"name": "defaultAccordionConfig",
|
|
3465
|
-
"module": "src/accordion/accordion.ts"
|
|
3466
|
-
}
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"kind": "js",
|
|
3470
|
-
"name": "foundationAccordion",
|
|
3471
|
-
"declaration": {
|
|
3472
|
-
"name": "foundationAccordion",
|
|
3473
|
-
"module": "src/accordion/accordion.ts"
|
|
3474
|
-
}
|
|
3475
|
-
}
|
|
3476
|
-
]
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
3479
|
-
"kind": "javascript-module",
|
|
3480
|
-
"path": "src/accordion/index.ts",
|
|
3481
|
-
"declarations": [],
|
|
3482
|
-
"exports": [
|
|
3483
|
-
{
|
|
3484
|
-
"kind": "js",
|
|
3485
|
-
"name": "*",
|
|
3486
|
-
"declaration": {
|
|
3487
|
-
"name": "*",
|
|
3488
|
-
"package": "./accordion.template"
|
|
3489
|
-
}
|
|
3490
|
-
},
|
|
3491
|
-
{
|
|
3492
|
-
"kind": "js",
|
|
3493
|
-
"name": "*",
|
|
3494
|
-
"declaration": {
|
|
3495
|
-
"name": "*",
|
|
3496
|
-
"package": "./accordion.styles"
|
|
3497
|
-
}
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"kind": "js",
|
|
3501
|
-
"name": "*",
|
|
3502
|
-
"declaration": {
|
|
3503
|
-
"name": "*",
|
|
3504
|
-
"package": "./accordion"
|
|
3505
|
-
}
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3508
|
-
},
|
|
3509
3509
|
{
|
|
3510
3510
|
"kind": "javascript-module",
|
|
3511
3511
|
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
@@ -13089,7 +13089,7 @@
|
|
|
13089
13089
|
"declarations": [
|
|
13090
13090
|
{
|
|
13091
13091
|
"kind": "class",
|
|
13092
|
-
"description": "",
|
|
13092
|
+
"description": "Datasource element for data grid row loading.",
|
|
13093
13093
|
"name": "DataGridDatasource",
|
|
13094
13094
|
"members": [
|
|
13095
13095
|
{
|
|
@@ -13900,6 +13900,8 @@
|
|
|
13900
13900
|
"name": "BaseDatasource",
|
|
13901
13901
|
"module": "/src/utils"
|
|
13902
13902
|
},
|
|
13903
|
+
"tagName": "data-grid-datasource",
|
|
13904
|
+
"customElement": true,
|
|
13903
13905
|
"attributes": [
|
|
13904
13906
|
{
|
|
13905
13907
|
"type": {
|
|
@@ -21612,6 +21614,8 @@
|
|
|
21612
21614
|
"name": "ExpressionBuilder",
|
|
21613
21615
|
"package": "@genesislcap/expression-builder"
|
|
21614
21616
|
},
|
|
21617
|
+
"tagName": "foundation-expression-builder",
|
|
21618
|
+
"customElement": true,
|
|
21615
21619
|
"members": [
|
|
21616
21620
|
{
|
|
21617
21621
|
"kind": "field",
|
|
@@ -22495,7 +22499,9 @@
|
|
|
22495
22499
|
"superclass": {
|
|
22496
22500
|
"name": "ExpressionBuilder",
|
|
22497
22501
|
"package": "@genesislcap/expression-builder"
|
|
22498
|
-
}
|
|
22502
|
+
},
|
|
22503
|
+
"tagName": "foundation-rule-expression-builder",
|
|
22504
|
+
"customElement": true
|
|
22499
22505
|
}
|
|
22500
22506
|
],
|
|
22501
22507
|
"exports": [
|
|
@@ -22994,7 +23000,9 @@
|
|
|
22994
23000
|
"superclass": {
|
|
22995
23001
|
"name": "ExpressionBuilder",
|
|
22996
23002
|
"package": "@genesislcap/expression-builder"
|
|
22997
|
-
}
|
|
23003
|
+
},
|
|
23004
|
+
"tagName": "foundation-value-expression-builder",
|
|
23005
|
+
"customElement": true
|
|
22998
23006
|
}
|
|
22999
23007
|
],
|
|
23000
23008
|
"exports": [
|
|
@@ -35606,7 +35614,7 @@
|
|
|
35606
35614
|
"declarations": [
|
|
35607
35615
|
{
|
|
35608
35616
|
"kind": "class",
|
|
35609
|
-
"description": "",
|
|
35617
|
+
"description": "Datasource element for multiselect option loading.",
|
|
35610
35618
|
"name": "MultiselectDatasource",
|
|
35611
35619
|
"members": [
|
|
35612
35620
|
{
|
|
@@ -36556,7 +36564,9 @@
|
|
|
36556
36564
|
"superclass": {
|
|
36557
36565
|
"name": "BaseDatasource",
|
|
36558
36566
|
"module": "/src/utils"
|
|
36559
|
-
}
|
|
36567
|
+
},
|
|
36568
|
+
"tagName": "multiselect-datasource",
|
|
36569
|
+
"customElement": true
|
|
36560
36570
|
}
|
|
36561
36571
|
],
|
|
36562
36572
|
"exports": [
|
|
@@ -37696,7 +37706,9 @@
|
|
|
37696
37706
|
"superclass": {
|
|
37697
37707
|
"name": "BaseDatasource",
|
|
37698
37708
|
"module": "/src/utils"
|
|
37699
|
-
}
|
|
37709
|
+
},
|
|
37710
|
+
"tagName": "options-datasource",
|
|
37711
|
+
"customElement": true
|
|
37700
37712
|
}
|
|
37701
37713
|
],
|
|
37702
37714
|
"exports": [
|
|
@@ -39956,7 +39968,9 @@
|
|
|
39956
39968
|
"superclass": {
|
|
39957
39969
|
"name": "<local>_undefined",
|
|
39958
39970
|
"module": "src/router/foundation-router.ts"
|
|
39959
|
-
}
|
|
39971
|
+
},
|
|
39972
|
+
"tagName": "foundation-router",
|
|
39973
|
+
"customElement": true
|
|
39960
39974
|
}
|
|
39961
39975
|
],
|
|
39962
39976
|
"exports": [
|
|
@@ -60250,7 +60264,9 @@
|
|
|
60250
60264
|
"superclass": {
|
|
60251
60265
|
"name": "FoundationElement",
|
|
60252
60266
|
"package": "@microsoft/fast-foundation"
|
|
60253
|
-
}
|
|
60267
|
+
},
|
|
60268
|
+
"tagName": "daily-recurrence",
|
|
60269
|
+
"customElement": true
|
|
60254
60270
|
}
|
|
60255
60271
|
],
|
|
60256
60272
|
"exports": [
|
|
@@ -60477,7 +60493,9 @@
|
|
|
60477
60493
|
"superclass": {
|
|
60478
60494
|
"name": "FoundationElement",
|
|
60479
60495
|
"package": "@microsoft/fast-foundation"
|
|
60480
|
-
}
|
|
60496
|
+
},
|
|
60497
|
+
"tagName": "monthly-yearly-recurrence",
|
|
60498
|
+
"customElement": true
|
|
60481
60499
|
}
|
|
60482
60500
|
],
|
|
60483
60501
|
"exports": [
|
|
@@ -60743,7 +60761,9 @@
|
|
|
60743
60761
|
"superclass": {
|
|
60744
60762
|
"name": "FoundationElement",
|
|
60745
60763
|
"package": "@microsoft/fast-foundation"
|
|
60746
|
-
}
|
|
60764
|
+
},
|
|
60765
|
+
"tagName": "weekly-recurrence",
|
|
60766
|
+
"customElement": true
|
|
60747
60767
|
}
|
|
60748
60768
|
],
|
|
60749
60769
|
"exports": [
|