@genesislcap/grid-tabulator 14.437.5 → 14.437.6
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 +1037 -1037
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +13 -13
|
@@ -1419,589 +1419,498 @@
|
|
|
1419
1419
|
},
|
|
1420
1420
|
{
|
|
1421
1421
|
"kind": "javascript-module",
|
|
1422
|
-
"path": "src/cell/
|
|
1422
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
1423
1423
|
"declarations": [
|
|
1424
1424
|
{
|
|
1425
|
-
"kind": "
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
"text": "CellRendererFunc"
|
|
1434
|
-
},
|
|
1435
|
-
"privacy": "public"
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"kind": "field",
|
|
1439
|
-
"name": "rendererParams",
|
|
1440
|
-
"type": {
|
|
1441
|
-
"text": "CellRendererParams"
|
|
1442
|
-
},
|
|
1443
|
-
"privacy": "public"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"kind": "field",
|
|
1447
|
-
"name": "slottedRenderer",
|
|
1448
|
-
"type": {
|
|
1449
|
-
"text": "HTMLElement[]"
|
|
1450
|
-
},
|
|
1451
|
-
"privacy": "public"
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"kind": "method",
|
|
1455
|
-
"name": "init",
|
|
1456
|
-
"privacy": "public",
|
|
1457
|
-
"parameters": [
|
|
1458
|
-
{
|
|
1459
|
-
"name": "params",
|
|
1460
|
-
"type": {
|
|
1461
|
-
"text": "CellRendererParams"
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
]
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"kind": "method",
|
|
1468
|
-
"name": "getElement",
|
|
1469
|
-
"privacy": "public",
|
|
1470
|
-
"return": {
|
|
1471
|
-
"type": {
|
|
1472
|
-
"text": "HTMLElement"
|
|
1473
|
-
}
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"kind": "method",
|
|
1478
|
-
"name": "destroy",
|
|
1479
|
-
"privacy": "public"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "method",
|
|
1483
|
-
"name": "refresh",
|
|
1484
|
-
"privacy": "public",
|
|
1485
|
-
"return": {
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "boolean"
|
|
1488
|
-
}
|
|
1489
|
-
},
|
|
1490
|
-
"parameters": [
|
|
1491
|
-
{
|
|
1492
|
-
"name": "params",
|
|
1493
|
-
"type": {
|
|
1494
|
-
"text": "CellRendererParams"
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "method",
|
|
1501
|
-
"name": "slottedRendererChanged",
|
|
1502
|
-
"privacy": "public"
|
|
1503
|
-
},
|
|
1425
|
+
"kind": "function",
|
|
1426
|
+
"name": "actionFormatter",
|
|
1427
|
+
"return": {
|
|
1428
|
+
"type": {
|
|
1429
|
+
"text": ""
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
"parameters": [
|
|
1504
1433
|
{
|
|
1505
|
-
"
|
|
1506
|
-
"name": "_presentation",
|
|
1434
|
+
"name": "cell",
|
|
1507
1435
|
"type": {
|
|
1508
|
-
"text": "
|
|
1436
|
+
"text": "any"
|
|
1509
1437
|
},
|
|
1510
|
-
"
|
|
1511
|
-
"default": "void 0",
|
|
1512
|
-
"inheritedFrom": {
|
|
1513
|
-
"name": "FoundationElement",
|
|
1514
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1515
|
-
}
|
|
1438
|
+
"description": "The cell component provided by Tabulator"
|
|
1516
1439
|
},
|
|
1517
1440
|
{
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1441
|
+
"name": "formatterParams",
|
|
1442
|
+
"default": "{}",
|
|
1520
1443
|
"type": {
|
|
1521
|
-
"text": "
|
|
1444
|
+
"text": "ActionFormatterParams<T>"
|
|
1522
1445
|
},
|
|
1523
|
-
"
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1446
|
+
"description": "Action formatter parameters"
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1450
|
+
"privacy": "public"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"exports": [
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "actionFormatter",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "actionFormatter",
|
|
1459
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "javascript-module",
|
|
1466
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1467
|
+
"declarations": [
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "function",
|
|
1470
|
+
"name": "actionsMenuFormatter",
|
|
1471
|
+
"return": {
|
|
1472
|
+
"type": {
|
|
1473
|
+
"text": ""
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
"parameters": [
|
|
1530
1477
|
{
|
|
1531
|
-
"
|
|
1532
|
-
"name": "template",
|
|
1478
|
+
"name": "cell",
|
|
1533
1479
|
"type": {
|
|
1534
|
-
"text": "
|
|
1535
|
-
},
|
|
1536
|
-
"privacy": "public",
|
|
1537
|
-
"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.",
|
|
1538
|
-
"inheritedFrom": {
|
|
1539
|
-
"name": "FoundationElement",
|
|
1540
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1541
|
-
}
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"kind": "method",
|
|
1545
|
-
"name": "templateChanged",
|
|
1546
|
-
"privacy": "protected",
|
|
1547
|
-
"return": {
|
|
1548
|
-
"type": {
|
|
1549
|
-
"text": "void"
|
|
1550
|
-
}
|
|
1480
|
+
"text": "any"
|
|
1551
1481
|
},
|
|
1552
|
-
"
|
|
1553
|
-
"name": "FoundationElement",
|
|
1554
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1555
|
-
}
|
|
1482
|
+
"description": "The cell component provided by Tabulator"
|
|
1556
1483
|
},
|
|
1557
1484
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1485
|
+
"name": "formatterParams",
|
|
1486
|
+
"default": "{}",
|
|
1560
1487
|
"type": {
|
|
1561
|
-
"text": "
|
|
1562
|
-
},
|
|
1563
|
-
"privacy": "public",
|
|
1564
|
-
"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.",
|
|
1565
|
-
"inheritedFrom": {
|
|
1566
|
-
"name": "FoundationElement",
|
|
1567
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"kind": "method",
|
|
1572
|
-
"name": "stylesChanged",
|
|
1573
|
-
"privacy": "protected",
|
|
1574
|
-
"return": {
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "void"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
"inheritedFrom": {
|
|
1580
|
-
"name": "FoundationElement",
|
|
1581
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"kind": "method",
|
|
1586
|
-
"name": "compose",
|
|
1587
|
-
"privacy": "public",
|
|
1588
|
-
"static": true,
|
|
1589
|
-
"return": {
|
|
1590
|
-
"type": {
|
|
1591
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1592
|
-
}
|
|
1488
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
1593
1489
|
},
|
|
1594
|
-
"
|
|
1595
|
-
{
|
|
1596
|
-
"name": "this",
|
|
1597
|
-
"type": {
|
|
1598
|
-
"text": "K"
|
|
1599
|
-
}
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"name": "elementDefinition",
|
|
1603
|
-
"type": {
|
|
1604
|
-
"text": "T"
|
|
1605
|
-
},
|
|
1606
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1607
|
-
}
|
|
1608
|
-
],
|
|
1609
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1610
|
-
"inheritedFrom": {
|
|
1611
|
-
"name": "FoundationElement",
|
|
1612
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1613
|
-
}
|
|
1490
|
+
"description": "Actions menu formatter parameters"
|
|
1614
1491
|
}
|
|
1615
1492
|
],
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
"package": "@microsoft/fast-foundation"
|
|
1619
|
-
},
|
|
1620
|
-
"tagName": "grid-tabulator-cell",
|
|
1621
|
-
"customElement": true
|
|
1493
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1494
|
+
"privacy": "public"
|
|
1622
1495
|
}
|
|
1623
1496
|
],
|
|
1624
1497
|
"exports": [
|
|
1625
1498
|
{
|
|
1626
1499
|
"kind": "js",
|
|
1627
|
-
"name": "
|
|
1628
|
-
"declaration": {
|
|
1629
|
-
"name": "GridTabulatorCell",
|
|
1630
|
-
"module": "src/cell/cell.ts"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"kind": "custom-element-definition",
|
|
1635
|
-
"name": "grid-tabulator-cell",
|
|
1500
|
+
"name": "actionsMenuFormatter",
|
|
1636
1501
|
"declaration": {
|
|
1637
|
-
"name": "
|
|
1638
|
-
"module": "src/cell/
|
|
1502
|
+
"name": "actionsMenuFormatter",
|
|
1503
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1639
1504
|
}
|
|
1640
1505
|
}
|
|
1641
1506
|
]
|
|
1642
1507
|
},
|
|
1643
1508
|
{
|
|
1644
1509
|
"kind": "javascript-module",
|
|
1645
|
-
"path": "src/cell/
|
|
1646
|
-
"declarations": [
|
|
1647
|
-
|
|
1510
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1511
|
+
"declarations": [
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "function",
|
|
1514
|
+
"name": "booleanFormatter",
|
|
1515
|
+
"return": {
|
|
1516
|
+
"type": {
|
|
1517
|
+
"text": ""
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
"parameters": [
|
|
1521
|
+
{
|
|
1522
|
+
"name": "cell",
|
|
1523
|
+
"type": {
|
|
1524
|
+
"text": "any"
|
|
1525
|
+
},
|
|
1526
|
+
"description": "The cell component provided by Tabulator"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "formatterParams",
|
|
1530
|
+
"default": "{}",
|
|
1531
|
+
"type": {
|
|
1532
|
+
"text": "BooleanFormatterParams<T>"
|
|
1533
|
+
},
|
|
1534
|
+
"description": "Boolean formatter parameters"
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1538
|
+
"privacy": "public"
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"exports": [
|
|
1648
1542
|
{
|
|
1649
1543
|
"kind": "js",
|
|
1650
|
-
"name": "
|
|
1544
|
+
"name": "booleanFormatter",
|
|
1651
1545
|
"declaration": {
|
|
1652
|
-
"name": "
|
|
1653
|
-
"
|
|
1546
|
+
"name": "booleanFormatter",
|
|
1547
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1654
1548
|
}
|
|
1655
1549
|
}
|
|
1656
1550
|
]
|
|
1657
1551
|
},
|
|
1658
1552
|
{
|
|
1659
1553
|
"kind": "javascript-module",
|
|
1660
|
-
"path": "src/cell-
|
|
1554
|
+
"path": "src/cell-formatters/constants.ts",
|
|
1555
|
+
"declarations": [],
|
|
1556
|
+
"exports": []
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "javascript-module",
|
|
1560
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1661
1561
|
"declarations": [
|
|
1662
1562
|
{
|
|
1663
|
-
"kind": "
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
"text": "DateEditorParams"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1563
|
+
"kind": "function",
|
|
1564
|
+
"name": "editableFormatter",
|
|
1565
|
+
"return": {
|
|
1566
|
+
"type": {
|
|
1567
|
+
"text": ""
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
"parameters": [
|
|
1674
1571
|
{
|
|
1675
|
-
"
|
|
1676
|
-
"name": "dateField",
|
|
1572
|
+
"name": "cell",
|
|
1677
1573
|
"type": {
|
|
1678
1574
|
"text": "any"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"kind": "method",
|
|
1683
|
-
"name": "init",
|
|
1684
|
-
"parameters": [
|
|
1685
|
-
{
|
|
1686
|
-
"name": "params",
|
|
1687
|
-
"type": {
|
|
1688
|
-
"text": "DateEditorParams"
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
],
|
|
1692
|
-
"description": "Initialize the editor with parameters"
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "method",
|
|
1696
|
-
"name": "getValue",
|
|
1697
|
-
"description": "Get current value"
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"kind": "method",
|
|
1701
|
-
"name": "getFormattedValue",
|
|
1702
|
-
"description": "Format value for display"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"kind": "method",
|
|
1706
|
-
"name": "focus",
|
|
1707
|
-
"description": "Set focus to the input"
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"kind": "method",
|
|
1711
|
-
"name": "handleKeyDown",
|
|
1712
|
-
"parameters": [
|
|
1713
|
-
{
|
|
1714
|
-
"name": "event",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"text": "KeyboardEvent"
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
],
|
|
1720
|
-
"description": "Process key down events"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "field",
|
|
1724
|
-
"name": "_presentation",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1727
|
-
},
|
|
1728
|
-
"privacy": "private",
|
|
1729
|
-
"default": "void 0",
|
|
1730
|
-
"inheritedFrom": {
|
|
1731
|
-
"name": "FoundationElement",
|
|
1732
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"kind": "field",
|
|
1737
|
-
"name": "$presentation",
|
|
1738
|
-
"type": {
|
|
1739
|
-
"text": "ComponentPresentation | null"
|
|
1740
|
-
},
|
|
1741
|
-
"privacy": "public",
|
|
1742
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1743
|
-
"inheritedFrom": {
|
|
1744
|
-
"name": "FoundationElement",
|
|
1745
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
"kind": "field",
|
|
1750
|
-
"name": "template",
|
|
1751
|
-
"type": {
|
|
1752
|
-
"text": "ElementViewTemplate | void | null"
|
|
1753
|
-
},
|
|
1754
|
-
"privacy": "public",
|
|
1755
|
-
"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.",
|
|
1756
|
-
"inheritedFrom": {
|
|
1757
|
-
"name": "FoundationElement",
|
|
1758
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"kind": "method",
|
|
1763
|
-
"name": "templateChanged",
|
|
1764
|
-
"privacy": "protected",
|
|
1765
|
-
"return": {
|
|
1766
|
-
"type": {
|
|
1767
|
-
"text": "void"
|
|
1768
|
-
}
|
|
1769
1575
|
},
|
|
1770
|
-
"
|
|
1771
|
-
"name": "FoundationElement",
|
|
1772
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1773
|
-
}
|
|
1576
|
+
"description": "The cell component provided by Tabulator"
|
|
1774
1577
|
},
|
|
1775
1578
|
{
|
|
1776
|
-
"
|
|
1777
|
-
"
|
|
1579
|
+
"name": "formatterParams",
|
|
1580
|
+
"default": "{}",
|
|
1778
1581
|
"type": {
|
|
1779
|
-
"text": "
|
|
1780
|
-
},
|
|
1781
|
-
"privacy": "public",
|
|
1782
|
-
"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.",
|
|
1783
|
-
"inheritedFrom": {
|
|
1784
|
-
"name": "FoundationElement",
|
|
1785
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"kind": "method",
|
|
1790
|
-
"name": "stylesChanged",
|
|
1791
|
-
"privacy": "protected",
|
|
1792
|
-
"return": {
|
|
1793
|
-
"type": {
|
|
1794
|
-
"text": "void"
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
"inheritedFrom": {
|
|
1798
|
-
"name": "FoundationElement",
|
|
1799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "method",
|
|
1804
|
-
"name": "compose",
|
|
1805
|
-
"privacy": "public",
|
|
1806
|
-
"static": true,
|
|
1807
|
-
"return": {
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1810
|
-
}
|
|
1582
|
+
"text": "EditableFormatterParams<T>"
|
|
1811
1583
|
},
|
|
1812
|
-
"
|
|
1813
|
-
{
|
|
1814
|
-
"name": "this",
|
|
1815
|
-
"type": {
|
|
1816
|
-
"text": "K"
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "elementDefinition",
|
|
1821
|
-
"type": {
|
|
1822
|
-
"text": "T"
|
|
1823
|
-
},
|
|
1824
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1825
|
-
}
|
|
1826
|
-
],
|
|
1827
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1828
|
-
"inheritedFrom": {
|
|
1829
|
-
"name": "FoundationElement",
|
|
1830
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1831
|
-
}
|
|
1584
|
+
"description": "Editable formatter parameters"
|
|
1832
1585
|
}
|
|
1833
1586
|
],
|
|
1834
|
-
"
|
|
1835
|
-
|
|
1836
|
-
|
|
1587
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
1588
|
+
"privacy": "public"
|
|
1589
|
+
}
|
|
1590
|
+
],
|
|
1591
|
+
"exports": [
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "js",
|
|
1594
|
+
"name": "editableFormatter",
|
|
1595
|
+
"declaration": {
|
|
1596
|
+
"name": "editableFormatter",
|
|
1597
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "javascript-module",
|
|
1604
|
+
"path": "src/cell-formatters/index.ts",
|
|
1605
|
+
"declarations": [
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "variable",
|
|
1608
|
+
"name": "formatters",
|
|
1609
|
+
"type": {
|
|
1610
|
+
"text": "object"
|
|
1611
|
+
},
|
|
1612
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1613
|
+
"description": "Zero formatters for Tabulator grid"
|
|
1614
|
+
}
|
|
1615
|
+
],
|
|
1616
|
+
"exports": [
|
|
1617
|
+
{
|
|
1618
|
+
"kind": "js",
|
|
1619
|
+
"name": "*",
|
|
1620
|
+
"declaration": {
|
|
1621
|
+
"name": "*",
|
|
1622
|
+
"package": "./constants"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "js",
|
|
1627
|
+
"name": "ActionFormatterParams",
|
|
1628
|
+
"declaration": {
|
|
1629
|
+
"name": "ActionFormatterParams",
|
|
1630
|
+
"module": "src/cell-formatters/index.ts"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "js",
|
|
1635
|
+
"name": "actionFormatter",
|
|
1636
|
+
"declaration": {
|
|
1637
|
+
"name": "actionFormatter",
|
|
1638
|
+
"module": "src/cell-formatters/index.ts"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "js",
|
|
1643
|
+
"name": "ActionsMenuFormatterParams",
|
|
1644
|
+
"declaration": {
|
|
1645
|
+
"name": "ActionsMenuFormatterParams",
|
|
1646
|
+
"module": "src/cell-formatters/index.ts"
|
|
1837
1647
|
}
|
|
1838
1648
|
},
|
|
1839
1649
|
{
|
|
1840
|
-
"kind": "
|
|
1841
|
-
"name": "
|
|
1842
|
-
"
|
|
1843
|
-
|
|
1650
|
+
"kind": "js",
|
|
1651
|
+
"name": "actionsMenuFormatter",
|
|
1652
|
+
"declaration": {
|
|
1653
|
+
"name": "actionsMenuFormatter",
|
|
1654
|
+
"module": "src/cell-formatters/index.ts"
|
|
1655
|
+
}
|
|
1844
1656
|
},
|
|
1845
1657
|
{
|
|
1846
|
-
"kind": "
|
|
1847
|
-
"name": "
|
|
1848
|
-
"
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1853
|
-
}
|
|
1854
|
-
],
|
|
1855
|
-
"description": "Get a Design System prefixed date field template.",
|
|
1856
|
-
"return": {
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": ""
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
"privacy": "public"
|
|
1658
|
+
"kind": "js",
|
|
1659
|
+
"name": "BooleanFormatterParams",
|
|
1660
|
+
"declaration": {
|
|
1661
|
+
"name": "BooleanFormatterParams",
|
|
1662
|
+
"module": "src/cell-formatters/index.ts"
|
|
1663
|
+
}
|
|
1862
1664
|
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "variable",
|
|
1865
|
-
"name": "foundationDateEditor",
|
|
1866
|
-
"description": "Definition for the date editor component"
|
|
1867
|
-
}
|
|
1868
|
-
],
|
|
1869
|
-
"exports": [
|
|
1870
1665
|
{
|
|
1871
1666
|
"kind": "js",
|
|
1872
|
-
"name": "
|
|
1667
|
+
"name": "booleanFormatter",
|
|
1873
1668
|
"declaration": {
|
|
1874
|
-
"name": "
|
|
1875
|
-
"module": "src/cell-
|
|
1669
|
+
"name": "booleanFormatter",
|
|
1670
|
+
"module": "src/cell-formatters/index.ts"
|
|
1876
1671
|
}
|
|
1877
1672
|
},
|
|
1878
1673
|
{
|
|
1879
1674
|
"kind": "js",
|
|
1880
|
-
"name": "
|
|
1675
|
+
"name": "EditableFormatterParams",
|
|
1881
1676
|
"declaration": {
|
|
1882
|
-
"name": "
|
|
1883
|
-
"module": "src/cell-
|
|
1677
|
+
"name": "EditableFormatterParams",
|
|
1678
|
+
"module": "src/cell-formatters/index.ts"
|
|
1884
1679
|
}
|
|
1885
1680
|
},
|
|
1886
1681
|
{
|
|
1887
1682
|
"kind": "js",
|
|
1888
|
-
"name": "
|
|
1683
|
+
"name": "editableFormatter",
|
|
1889
1684
|
"declaration": {
|
|
1890
|
-
"name": "
|
|
1891
|
-
"module": "src/cell-
|
|
1685
|
+
"name": "editableFormatter",
|
|
1686
|
+
"module": "src/cell-formatters/index.ts"
|
|
1892
1687
|
}
|
|
1893
1688
|
},
|
|
1894
1689
|
{
|
|
1895
1690
|
"kind": "js",
|
|
1896
|
-
"name": "
|
|
1691
|
+
"name": "SelectFormatterParams",
|
|
1897
1692
|
"declaration": {
|
|
1898
|
-
"name": "
|
|
1899
|
-
"module": "src/cell-
|
|
1693
|
+
"name": "SelectFormatterParams",
|
|
1694
|
+
"module": "src/cell-formatters/index.ts"
|
|
1900
1695
|
}
|
|
1901
|
-
}
|
|
1902
|
-
]
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "javascript-module",
|
|
1906
|
-
"path": "src/cell-editors/index.ts",
|
|
1907
|
-
"declarations": [],
|
|
1908
|
-
"exports": [
|
|
1696
|
+
},
|
|
1909
1697
|
{
|
|
1910
1698
|
"kind": "js",
|
|
1911
|
-
"name": "
|
|
1699
|
+
"name": "selectFormatter",
|
|
1912
1700
|
"declaration": {
|
|
1913
|
-
"name": "
|
|
1914
|
-
"
|
|
1701
|
+
"name": "selectFormatter",
|
|
1702
|
+
"module": "src/cell-formatters/index.ts"
|
|
1915
1703
|
}
|
|
1916
1704
|
},
|
|
1917
1705
|
{
|
|
1918
1706
|
"kind": "js",
|
|
1919
|
-
"name": "
|
|
1707
|
+
"name": "TextFormatterParams",
|
|
1920
1708
|
"declaration": {
|
|
1921
|
-
"name": "
|
|
1922
|
-
"
|
|
1709
|
+
"name": "TextFormatterParams",
|
|
1710
|
+
"module": "src/cell-formatters/index.ts"
|
|
1923
1711
|
}
|
|
1924
1712
|
},
|
|
1925
1713
|
{
|
|
1926
1714
|
"kind": "js",
|
|
1927
|
-
"name": "
|
|
1715
|
+
"name": "textFormatter",
|
|
1928
1716
|
"declaration": {
|
|
1929
|
-
"name": "
|
|
1930
|
-
"
|
|
1717
|
+
"name": "textFormatter",
|
|
1718
|
+
"module": "src/cell-formatters/index.ts"
|
|
1931
1719
|
}
|
|
1932
1720
|
},
|
|
1933
1721
|
{
|
|
1934
1722
|
"kind": "js",
|
|
1935
|
-
"name": "
|
|
1723
|
+
"name": "formatters",
|
|
1936
1724
|
"declaration": {
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
1725
|
+
"name": "formatters",
|
|
1726
|
+
"module": "src/cell-formatters/index.ts"
|
|
1939
1727
|
}
|
|
1940
|
-
}
|
|
1728
|
+
}
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"kind": "javascript-module",
|
|
1733
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
1734
|
+
"declarations": [
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "function",
|
|
1737
|
+
"name": "selectFormatter",
|
|
1738
|
+
"return": {
|
|
1739
|
+
"type": {
|
|
1740
|
+
"text": ""
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
"parameters": [
|
|
1744
|
+
{
|
|
1745
|
+
"name": "cell",
|
|
1746
|
+
"type": {
|
|
1747
|
+
"text": "any"
|
|
1748
|
+
},
|
|
1749
|
+
"description": "The cell component provided by Tabulator"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "formatterParams",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "SelectFormatterParams<T>"
|
|
1755
|
+
},
|
|
1756
|
+
"description": "Select formatter parameters"
|
|
1757
|
+
}
|
|
1758
|
+
],
|
|
1759
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1760
|
+
"privacy": "public"
|
|
1761
|
+
}
|
|
1762
|
+
],
|
|
1763
|
+
"exports": [
|
|
1941
1764
|
{
|
|
1942
1765
|
"kind": "js",
|
|
1943
|
-
"name": "
|
|
1766
|
+
"name": "selectFormatter",
|
|
1944
1767
|
"declaration": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"
|
|
1768
|
+
"name": "selectFormatter",
|
|
1769
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
1947
1770
|
}
|
|
1948
1771
|
}
|
|
1949
1772
|
]
|
|
1950
1773
|
},
|
|
1951
1774
|
{
|
|
1952
1775
|
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/cell-
|
|
1776
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
1777
|
+
"declarations": [
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "function",
|
|
1780
|
+
"name": "textFormatter",
|
|
1781
|
+
"return": {
|
|
1782
|
+
"type": {
|
|
1783
|
+
"text": ""
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
"parameters": [
|
|
1787
|
+
{
|
|
1788
|
+
"name": "cell",
|
|
1789
|
+
"type": {
|
|
1790
|
+
"text": "any"
|
|
1791
|
+
},
|
|
1792
|
+
"description": "The cell component provided by Tabulator"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "formatterParams",
|
|
1796
|
+
"default": "{}",
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "TextFormatterParams<T>"
|
|
1799
|
+
},
|
|
1800
|
+
"description": "Text formatter parameters"
|
|
1801
|
+
}
|
|
1802
|
+
],
|
|
1803
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
1804
|
+
"privacy": "public"
|
|
1805
|
+
}
|
|
1806
|
+
],
|
|
1807
|
+
"exports": [
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "js",
|
|
1810
|
+
"name": "textFormatter",
|
|
1811
|
+
"declaration": {
|
|
1812
|
+
"name": "textFormatter",
|
|
1813
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "javascript-module",
|
|
1820
|
+
"path": "src/column/column.ts",
|
|
1954
1821
|
"declarations": [
|
|
1955
1822
|
{
|
|
1956
1823
|
"kind": "class",
|
|
1957
|
-
"description": "The
|
|
1958
|
-
"name": "
|
|
1824
|
+
"description": "The GridTabulator Column element.",
|
|
1825
|
+
"name": "GridTabulatorColumn",
|
|
1959
1826
|
"members": [
|
|
1960
1827
|
{
|
|
1961
1828
|
"kind": "field",
|
|
1962
|
-
"name": "
|
|
1829
|
+
"name": "slottedCell",
|
|
1963
1830
|
"type": {
|
|
1964
|
-
"text": "
|
|
1965
|
-
}
|
|
1831
|
+
"text": "HTMLElement[]"
|
|
1832
|
+
},
|
|
1833
|
+
"privacy": "public"
|
|
1966
1834
|
},
|
|
1967
1835
|
{
|
|
1968
1836
|
"kind": "field",
|
|
1969
|
-
"name": "
|
|
1837
|
+
"name": "definition",
|
|
1970
1838
|
"type": {
|
|
1971
|
-
"text": "
|
|
1839
|
+
"text": "Partial<ColumnDefinition>"
|
|
1840
|
+
},
|
|
1841
|
+
"default": "{}"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "method",
|
|
1845
|
+
"name": "slottedCellChanged",
|
|
1846
|
+
"privacy": "public"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "method",
|
|
1850
|
+
"name": "deepClone",
|
|
1851
|
+
"return": {
|
|
1852
|
+
"type": {
|
|
1853
|
+
"text": "Node"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
"inheritedFrom": {
|
|
1857
|
+
"name": "LifecycleMixin",
|
|
1858
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1972
1859
|
}
|
|
1973
1860
|
},
|
|
1974
1861
|
{
|
|
1975
1862
|
"kind": "method",
|
|
1976
|
-
"name": "
|
|
1863
|
+
"name": "cloneNode",
|
|
1864
|
+
"return": {
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "Node"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1977
1869
|
"parameters": [
|
|
1978
1870
|
{
|
|
1979
|
-
"name": "
|
|
1871
|
+
"name": "deep",
|
|
1872
|
+
"optional": true,
|
|
1980
1873
|
"type": {
|
|
1981
|
-
"text": "
|
|
1874
|
+
"text": "boolean"
|
|
1982
1875
|
}
|
|
1983
1876
|
}
|
|
1984
1877
|
],
|
|
1985
|
-
"
|
|
1878
|
+
"inheritedFrom": {
|
|
1879
|
+
"name": "LifecycleMixin",
|
|
1880
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1881
|
+
}
|
|
1986
1882
|
},
|
|
1987
1883
|
{
|
|
1988
|
-
"kind": "
|
|
1989
|
-
"name": "
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "shouldRunDisconnect",
|
|
1990
1886
|
"return": {
|
|
1991
1887
|
"type": {
|
|
1992
|
-
"text": "
|
|
1888
|
+
"text": ""
|
|
1993
1889
|
}
|
|
1994
1890
|
},
|
|
1995
|
-
"
|
|
1891
|
+
"readonly": true,
|
|
1892
|
+
"inheritedFrom": {
|
|
1893
|
+
"name": "LifecycleMixin",
|
|
1894
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1895
|
+
}
|
|
1996
1896
|
},
|
|
1997
1897
|
{
|
|
1998
|
-
"kind": "
|
|
1999
|
-
"name": "
|
|
2000
|
-
"
|
|
1898
|
+
"kind": "field",
|
|
1899
|
+
"name": "shouldRunConnect",
|
|
1900
|
+
"return": {
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": ""
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"readonly": true,
|
|
1906
|
+
"inheritedFrom": {
|
|
1907
|
+
"name": "LifecycleMixin",
|
|
1908
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1909
|
+
}
|
|
2001
1910
|
},
|
|
2002
1911
|
{
|
|
2003
1912
|
"kind": "method",
|
|
2004
|
-
"name": "
|
|
1913
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
2005
1914
|
"return": {
|
|
2006
1915
|
"type": {
|
|
2007
1916
|
"text": "boolean"
|
|
@@ -2009,31 +1918,16 @@
|
|
|
2009
1918
|
},
|
|
2010
1919
|
"parameters": [
|
|
2011
1920
|
{
|
|
2012
|
-
"name": "
|
|
2013
|
-
"type": {
|
|
2014
|
-
"text": "string | number"
|
|
2015
|
-
}
|
|
2016
|
-
}
|
|
2017
|
-
],
|
|
2018
|
-
"description": "Check if a value is selected"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"kind": "method",
|
|
2022
|
-
"name": "handleKeyDown",
|
|
2023
|
-
"parameters": [
|
|
2024
|
-
{
|
|
2025
|
-
"name": "event",
|
|
1921
|
+
"name": "lifecycleType",
|
|
2026
1922
|
"type": {
|
|
2027
|
-
"text": "
|
|
1923
|
+
"text": "Lifecycletype"
|
|
2028
1924
|
}
|
|
2029
1925
|
}
|
|
2030
1926
|
],
|
|
2031
|
-
"
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
"name": "handleChange",
|
|
2036
|
-
"description": "Handle change event to save when selection changes"
|
|
1927
|
+
"inheritedFrom": {
|
|
1928
|
+
"name": "LifecycleMixin",
|
|
1929
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1930
|
+
}
|
|
2037
1931
|
},
|
|
2038
1932
|
{
|
|
2039
1933
|
"kind": "field",
|
|
@@ -2147,94 +2041,73 @@
|
|
|
2147
2041
|
}
|
|
2148
2042
|
}
|
|
2149
2043
|
],
|
|
2150
|
-
"
|
|
2151
|
-
"name": "FoundationElement",
|
|
2152
|
-
"package": "@microsoft/fast-foundation"
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
|
-
{
|
|
2156
|
-
"kind": "variable",
|
|
2157
|
-
"name": "multiselectEditorStyles",
|
|
2158
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2159
|
-
"description": "Styles for the multiselect editor"
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"kind": "function",
|
|
2163
|
-
"name": "getMultiselectEditorTemplate",
|
|
2164
|
-
"parameters": [
|
|
2044
|
+
"mixins": [
|
|
2165
2045
|
{
|
|
2166
|
-
"name": "
|
|
2167
|
-
"
|
|
2168
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2046
|
+
"name": "LifecycleMixin",
|
|
2047
|
+
"package": "@genesislcap/foundation-utils"
|
|
2169
2048
|
}
|
|
2170
2049
|
],
|
|
2171
|
-
"
|
|
2172
|
-
|
|
2173
|
-
"
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "variable",
|
|
2180
|
-
"name": "foundationMultiselectEditor",
|
|
2181
|
-
"description": "Definition for the multiselect editor component"
|
|
2050
|
+
"superclass": {
|
|
2051
|
+
"name": "FoundationElement",
|
|
2052
|
+
"package": "@microsoft/fast-foundation"
|
|
2053
|
+
},
|
|
2054
|
+
"tagName": "grid-tabulator-column",
|
|
2055
|
+
"customElement": true
|
|
2182
2056
|
}
|
|
2183
2057
|
],
|
|
2184
2058
|
"exports": [
|
|
2185
2059
|
{
|
|
2186
2060
|
"kind": "js",
|
|
2187
|
-
"name": "
|
|
2188
|
-
"declaration": {
|
|
2189
|
-
"name": "MultiselectEditor",
|
|
2190
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"kind": "js",
|
|
2195
|
-
"name": "multiselectEditorStyles",
|
|
2061
|
+
"name": "GridTabulatorColumn",
|
|
2196
2062
|
"declaration": {
|
|
2197
|
-
"name": "
|
|
2198
|
-
"module": "src/
|
|
2063
|
+
"name": "GridTabulatorColumn",
|
|
2064
|
+
"module": "src/column/column.ts"
|
|
2199
2065
|
}
|
|
2200
2066
|
},
|
|
2201
2067
|
{
|
|
2202
|
-
"kind": "
|
|
2203
|
-
"name": "
|
|
2068
|
+
"kind": "custom-element-definition",
|
|
2069
|
+
"name": "grid-tabulator-column",
|
|
2204
2070
|
"declaration": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/
|
|
2071
|
+
"name": "GridTabulatorColumn",
|
|
2072
|
+
"module": "src/column/column.ts"
|
|
2207
2073
|
}
|
|
2208
|
-
}
|
|
2074
|
+
}
|
|
2075
|
+
]
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "javascript-module",
|
|
2079
|
+
"path": "src/column/index.ts",
|
|
2080
|
+
"declarations": [],
|
|
2081
|
+
"exports": [
|
|
2209
2082
|
{
|
|
2210
2083
|
"kind": "js",
|
|
2211
|
-
"name": "
|
|
2084
|
+
"name": "*",
|
|
2212
2085
|
"declaration": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"
|
|
2086
|
+
"name": "*",
|
|
2087
|
+
"package": "./column"
|
|
2215
2088
|
}
|
|
2216
2089
|
}
|
|
2217
2090
|
]
|
|
2218
2091
|
},
|
|
2219
2092
|
{
|
|
2220
2093
|
"kind": "javascript-module",
|
|
2221
|
-
"path": "src/cell-editors/
|
|
2094
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
2222
2095
|
"declarations": [
|
|
2223
2096
|
{
|
|
2224
2097
|
"kind": "class",
|
|
2225
|
-
"description": "The
|
|
2226
|
-
"name": "
|
|
2098
|
+
"description": "The date editor class for grid-tabulator",
|
|
2099
|
+
"name": "DateEditor",
|
|
2227
2100
|
"members": [
|
|
2228
2101
|
{
|
|
2229
2102
|
"kind": "field",
|
|
2230
2103
|
"name": "params",
|
|
2231
2104
|
"type": {
|
|
2232
|
-
"text": "
|
|
2105
|
+
"text": "DateEditorParams"
|
|
2233
2106
|
}
|
|
2234
2107
|
},
|
|
2235
2108
|
{
|
|
2236
2109
|
"kind": "field",
|
|
2237
|
-
"name": "
|
|
2110
|
+
"name": "dateField",
|
|
2238
2111
|
"type": {
|
|
2239
2112
|
"text": "any"
|
|
2240
2113
|
}
|
|
@@ -2246,7 +2119,7 @@
|
|
|
2246
2119
|
{
|
|
2247
2120
|
"name": "params",
|
|
2248
2121
|
"type": {
|
|
2249
|
-
"text": "
|
|
2122
|
+
"text": "DateEditorParams"
|
|
2250
2123
|
}
|
|
2251
2124
|
}
|
|
2252
2125
|
],
|
|
@@ -2257,6 +2130,11 @@
|
|
|
2257
2130
|
"name": "getValue",
|
|
2258
2131
|
"description": "Get current value"
|
|
2259
2132
|
},
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "method",
|
|
2135
|
+
"name": "getFormattedValue",
|
|
2136
|
+
"description": "Format value for display"
|
|
2137
|
+
},
|
|
2260
2138
|
{
|
|
2261
2139
|
"kind": "method",
|
|
2262
2140
|
"name": "focus",
|
|
@@ -2394,13 +2272,13 @@
|
|
|
2394
2272
|
},
|
|
2395
2273
|
{
|
|
2396
2274
|
"kind": "variable",
|
|
2397
|
-
"name": "
|
|
2275
|
+
"name": "dateEditorStyles",
|
|
2398
2276
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2399
|
-
"description": "Styles for the
|
|
2277
|
+
"description": "Styles for the date editor"
|
|
2400
2278
|
},
|
|
2401
2279
|
{
|
|
2402
2280
|
"kind": "function",
|
|
2403
|
-
"name": "
|
|
2281
|
+
"name": "getDateEditorTemplate",
|
|
2404
2282
|
"parameters": [
|
|
2405
2283
|
{
|
|
2406
2284
|
"name": "prefix",
|
|
@@ -2408,68 +2286,116 @@
|
|
|
2408
2286
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2409
2287
|
}
|
|
2410
2288
|
],
|
|
2411
|
-
"description": "Get a Design System prefixed
|
|
2289
|
+
"description": "Get a Design System prefixed date field template.",
|
|
2412
2290
|
"return": {
|
|
2413
2291
|
"type": {
|
|
2414
2292
|
"text": ""
|
|
2415
2293
|
}
|
|
2416
|
-
}
|
|
2294
|
+
},
|
|
2295
|
+
"privacy": "public"
|
|
2417
2296
|
},
|
|
2418
2297
|
{
|
|
2419
2298
|
"kind": "variable",
|
|
2420
|
-
"name": "
|
|
2421
|
-
"description": "Definition for the
|
|
2299
|
+
"name": "foundationDateEditor",
|
|
2300
|
+
"description": "Definition for the date editor component"
|
|
2422
2301
|
}
|
|
2423
2302
|
],
|
|
2424
2303
|
"exports": [
|
|
2425
2304
|
{
|
|
2426
2305
|
"kind": "js",
|
|
2427
|
-
"name": "
|
|
2306
|
+
"name": "DateEditor",
|
|
2428
2307
|
"declaration": {
|
|
2429
|
-
"name": "
|
|
2430
|
-
"module": "src/cell-editors/
|
|
2308
|
+
"name": "DateEditor",
|
|
2309
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2431
2310
|
}
|
|
2432
2311
|
},
|
|
2433
2312
|
{
|
|
2434
2313
|
"kind": "js",
|
|
2435
|
-
"name": "
|
|
2314
|
+
"name": "dateEditorStyles",
|
|
2436
2315
|
"declaration": {
|
|
2437
|
-
"name": "
|
|
2438
|
-
"module": "src/cell-editors/
|
|
2316
|
+
"name": "dateEditorStyles",
|
|
2317
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2439
2318
|
}
|
|
2440
2319
|
},
|
|
2441
2320
|
{
|
|
2442
2321
|
"kind": "js",
|
|
2443
|
-
"name": "
|
|
2322
|
+
"name": "getDateEditorTemplate",
|
|
2444
2323
|
"declaration": {
|
|
2445
|
-
"name": "
|
|
2446
|
-
"module": "src/cell-editors/
|
|
2324
|
+
"name": "getDateEditorTemplate",
|
|
2325
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2447
2326
|
}
|
|
2448
2327
|
},
|
|
2449
2328
|
{
|
|
2450
2329
|
"kind": "js",
|
|
2451
|
-
"name": "
|
|
2330
|
+
"name": "foundationDateEditor",
|
|
2452
2331
|
"declaration": {
|
|
2453
|
-
"name": "
|
|
2454
|
-
"module": "src/cell-editors/
|
|
2332
|
+
"name": "foundationDateEditor",
|
|
2333
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2455
2334
|
}
|
|
2456
2335
|
}
|
|
2457
2336
|
]
|
|
2458
2337
|
},
|
|
2459
2338
|
{
|
|
2460
2339
|
"kind": "javascript-module",
|
|
2461
|
-
"path": "src/cell-editors/
|
|
2340
|
+
"path": "src/cell-editors/index.ts",
|
|
2341
|
+
"declarations": [],
|
|
2342
|
+
"exports": [
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "js",
|
|
2345
|
+
"name": "*",
|
|
2346
|
+
"declaration": {
|
|
2347
|
+
"name": "*",
|
|
2348
|
+
"package": "./date.editor"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"kind": "js",
|
|
2353
|
+
"name": "*",
|
|
2354
|
+
"declaration": {
|
|
2355
|
+
"name": "*",
|
|
2356
|
+
"package": "./number.editor"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "js",
|
|
2361
|
+
"name": "*",
|
|
2362
|
+
"declaration": {
|
|
2363
|
+
"name": "*",
|
|
2364
|
+
"package": "./select.editor"
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "js",
|
|
2369
|
+
"name": "*",
|
|
2370
|
+
"declaration": {
|
|
2371
|
+
"name": "*",
|
|
2372
|
+
"package": "./string.editor"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "js",
|
|
2377
|
+
"name": "*",
|
|
2378
|
+
"declaration": {
|
|
2379
|
+
"name": "*",
|
|
2380
|
+
"package": "./multiselect.editor"
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
]
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"kind": "javascript-module",
|
|
2387
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
2462
2388
|
"declarations": [
|
|
2463
2389
|
{
|
|
2464
2390
|
"kind": "class",
|
|
2465
|
-
"description": "The
|
|
2466
|
-
"name": "
|
|
2391
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
2392
|
+
"name": "MultiselectEditor",
|
|
2467
2393
|
"members": [
|
|
2468
2394
|
{
|
|
2469
2395
|
"kind": "field",
|
|
2470
2396
|
"name": "params",
|
|
2471
2397
|
"type": {
|
|
2472
|
-
"text": "
|
|
2398
|
+
"text": "MultiselectEditorParams"
|
|
2473
2399
|
}
|
|
2474
2400
|
},
|
|
2475
2401
|
{
|
|
@@ -2486,7 +2412,7 @@
|
|
|
2486
2412
|
{
|
|
2487
2413
|
"name": "params",
|
|
2488
2414
|
"type": {
|
|
2489
|
-
"text": "
|
|
2415
|
+
"text": "MultiselectEditorParams"
|
|
2490
2416
|
}
|
|
2491
2417
|
}
|
|
2492
2418
|
],
|
|
@@ -2494,14 +2420,37 @@
|
|
|
2494
2420
|
},
|
|
2495
2421
|
{
|
|
2496
2422
|
"kind": "method",
|
|
2497
|
-
"name": "
|
|
2498
|
-
"
|
|
2423
|
+
"name": "getValues",
|
|
2424
|
+
"return": {
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "(string | number)[]"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
"description": "Get current values"
|
|
2499
2430
|
},
|
|
2500
2431
|
{
|
|
2501
2432
|
"kind": "method",
|
|
2502
2433
|
"name": "focus",
|
|
2503
2434
|
"description": "Set focus to the select"
|
|
2504
2435
|
},
|
|
2436
|
+
{
|
|
2437
|
+
"kind": "method",
|
|
2438
|
+
"name": "isSelected",
|
|
2439
|
+
"return": {
|
|
2440
|
+
"type": {
|
|
2441
|
+
"text": "boolean"
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
"parameters": [
|
|
2445
|
+
{
|
|
2446
|
+
"name": "value",
|
|
2447
|
+
"type": {
|
|
2448
|
+
"text": "string | number"
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2452
|
+
"description": "Check if a value is selected"
|
|
2453
|
+
},
|
|
2505
2454
|
{
|
|
2506
2455
|
"kind": "method",
|
|
2507
2456
|
"name": "handleKeyDown",
|
|
@@ -2518,7 +2467,7 @@
|
|
|
2518
2467
|
{
|
|
2519
2468
|
"kind": "method",
|
|
2520
2469
|
"name": "handleChange",
|
|
2521
|
-
"description": "Handle change event"
|
|
2470
|
+
"description": "Handle change event to save when selection changes"
|
|
2522
2471
|
},
|
|
2523
2472
|
{
|
|
2524
2473
|
"kind": "field",
|
|
@@ -2639,13 +2588,13 @@
|
|
|
2639
2588
|
},
|
|
2640
2589
|
{
|
|
2641
2590
|
"kind": "variable",
|
|
2642
|
-
"name": "
|
|
2591
|
+
"name": "multiselectEditorStyles",
|
|
2643
2592
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2644
|
-
"description": "Styles for the
|
|
2593
|
+
"description": "Styles for the multiselect editor"
|
|
2645
2594
|
},
|
|
2646
2595
|
{
|
|
2647
2596
|
"kind": "function",
|
|
2648
|
-
"name": "
|
|
2597
|
+
"name": "getMultiselectEditorTemplate",
|
|
2649
2598
|
"parameters": [
|
|
2650
2599
|
{
|
|
2651
2600
|
"name": "prefix",
|
|
@@ -2658,69 +2607,68 @@
|
|
|
2658
2607
|
"type": {
|
|
2659
2608
|
"text": ""
|
|
2660
2609
|
}
|
|
2661
|
-
}
|
|
2662
|
-
"privacy": "public"
|
|
2610
|
+
}
|
|
2663
2611
|
},
|
|
2664
2612
|
{
|
|
2665
2613
|
"kind": "variable",
|
|
2666
|
-
"name": "
|
|
2667
|
-
"description": "Definition for the
|
|
2614
|
+
"name": "foundationMultiselectEditor",
|
|
2615
|
+
"description": "Definition for the multiselect editor component"
|
|
2668
2616
|
}
|
|
2669
2617
|
],
|
|
2670
2618
|
"exports": [
|
|
2671
2619
|
{
|
|
2672
2620
|
"kind": "js",
|
|
2673
|
-
"name": "
|
|
2621
|
+
"name": "MultiselectEditor",
|
|
2674
2622
|
"declaration": {
|
|
2675
|
-
"name": "
|
|
2676
|
-
"module": "src/cell-editors/
|
|
2623
|
+
"name": "MultiselectEditor",
|
|
2624
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2677
2625
|
}
|
|
2678
2626
|
},
|
|
2679
2627
|
{
|
|
2680
2628
|
"kind": "js",
|
|
2681
|
-
"name": "
|
|
2629
|
+
"name": "multiselectEditorStyles",
|
|
2682
2630
|
"declaration": {
|
|
2683
|
-
"name": "
|
|
2684
|
-
"module": "src/cell-editors/
|
|
2631
|
+
"name": "multiselectEditorStyles",
|
|
2632
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2685
2633
|
}
|
|
2686
2634
|
},
|
|
2687
2635
|
{
|
|
2688
2636
|
"kind": "js",
|
|
2689
|
-
"name": "
|
|
2637
|
+
"name": "getMultiselectEditorTemplate",
|
|
2690
2638
|
"declaration": {
|
|
2691
|
-
"name": "
|
|
2692
|
-
"module": "src/cell-editors/
|
|
2639
|
+
"name": "getMultiselectEditorTemplate",
|
|
2640
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2693
2641
|
}
|
|
2694
2642
|
},
|
|
2695
2643
|
{
|
|
2696
2644
|
"kind": "js",
|
|
2697
|
-
"name": "
|
|
2645
|
+
"name": "foundationMultiselectEditor",
|
|
2698
2646
|
"declaration": {
|
|
2699
|
-
"name": "
|
|
2700
|
-
"module": "src/cell-editors/
|
|
2647
|
+
"name": "foundationMultiselectEditor",
|
|
2648
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2701
2649
|
}
|
|
2702
2650
|
}
|
|
2703
2651
|
]
|
|
2704
2652
|
},
|
|
2705
2653
|
{
|
|
2706
2654
|
"kind": "javascript-module",
|
|
2707
|
-
"path": "src/cell-editors/
|
|
2655
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2708
2656
|
"declarations": [
|
|
2709
2657
|
{
|
|
2710
2658
|
"kind": "class",
|
|
2711
|
-
"description": "The
|
|
2712
|
-
"name": "
|
|
2659
|
+
"description": "The number editor class for grid-tabulator",
|
|
2660
|
+
"name": "NumberEditor",
|
|
2713
2661
|
"members": [
|
|
2714
2662
|
{
|
|
2715
2663
|
"kind": "field",
|
|
2716
2664
|
"name": "params",
|
|
2717
2665
|
"type": {
|
|
2718
|
-
"text": "
|
|
2666
|
+
"text": "NumberEditorParams"
|
|
2719
2667
|
}
|
|
2720
2668
|
},
|
|
2721
2669
|
{
|
|
2722
2670
|
"kind": "field",
|
|
2723
|
-
"name": "
|
|
2671
|
+
"name": "numberField",
|
|
2724
2672
|
"type": {
|
|
2725
2673
|
"text": "any"
|
|
2726
2674
|
}
|
|
@@ -2732,7 +2680,7 @@
|
|
|
2732
2680
|
{
|
|
2733
2681
|
"name": "params",
|
|
2734
2682
|
"type": {
|
|
2735
|
-
"text": "
|
|
2683
|
+
"text": "NumberEditorParams"
|
|
2736
2684
|
}
|
|
2737
2685
|
}
|
|
2738
2686
|
],
|
|
@@ -2874,568 +2822,625 @@
|
|
|
2874
2822
|
}
|
|
2875
2823
|
],
|
|
2876
2824
|
"superclass": {
|
|
2877
|
-
"name": "FoundationElement",
|
|
2878
|
-
"package": "@microsoft/fast-foundation"
|
|
2879
|
-
}
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"kind": "variable",
|
|
2883
|
-
"name": "
|
|
2884
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2885
|
-
"description": "Styles for the
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "function",
|
|
2889
|
-
"name": "getStringEditorTemplate",
|
|
2890
|
-
"parameters": [
|
|
2891
|
-
{
|
|
2892
|
-
"name": "prefix",
|
|
2893
|
-
"default": "'foundation'",
|
|
2894
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2895
|
-
}
|
|
2896
|
-
],
|
|
2897
|
-
"description": "Get a Design System prefixed text field template.",
|
|
2898
|
-
"return": {
|
|
2899
|
-
"type": {
|
|
2900
|
-
"text": ""
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"kind": "variable",
|
|
2906
|
-
"name": "foundationStringEditor",
|
|
2907
|
-
"description": "Definition for the string editor component"
|
|
2908
|
-
}
|
|
2909
|
-
],
|
|
2910
|
-
"exports": [
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "js",
|
|
2913
|
-
"name": "StringEditor",
|
|
2914
|
-
"declaration": {
|
|
2915
|
-
"name": "StringEditor",
|
|
2916
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
{
|
|
2920
|
-
"kind": "js",
|
|
2921
|
-
"name": "stringEditorStyles",
|
|
2922
|
-
"declaration": {
|
|
2923
|
-
"name": "stringEditorStyles",
|
|
2924
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"kind": "js",
|
|
2929
|
-
"name": "getStringEditorTemplate",
|
|
2930
|
-
"declaration": {
|
|
2931
|
-
"name": "getStringEditorTemplate",
|
|
2932
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2933
|
-
}
|
|
2934
|
-
},
|
|
2935
|
-
{
|
|
2936
|
-
"kind": "js",
|
|
2937
|
-
"name": "foundationStringEditor",
|
|
2938
|
-
"declaration": {
|
|
2939
|
-
"name": "foundationStringEditor",
|
|
2940
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
]
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
2948
|
-
"declarations": [
|
|
2949
|
-
{
|
|
2950
|
-
"kind": "function",
|
|
2951
|
-
"name": "actionFormatter",
|
|
2952
|
-
"return": {
|
|
2953
|
-
"type": {
|
|
2954
|
-
"text": ""
|
|
2955
|
-
}
|
|
2956
|
-
},
|
|
2957
|
-
"parameters": [
|
|
2958
|
-
{
|
|
2959
|
-
"name": "cell",
|
|
2960
|
-
"type": {
|
|
2961
|
-
"text": "any"
|
|
2962
|
-
},
|
|
2963
|
-
"description": "The cell component provided by Tabulator"
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"name": "formatterParams",
|
|
2967
|
-
"default": "{}",
|
|
2968
|
-
"type": {
|
|
2969
|
-
"text": "ActionFormatterParams<T>"
|
|
2970
|
-
},
|
|
2971
|
-
"description": "Action formatter parameters"
|
|
2972
|
-
}
|
|
2973
|
-
],
|
|
2974
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2975
|
-
"privacy": "public"
|
|
2976
|
-
}
|
|
2977
|
-
],
|
|
2978
|
-
"exports": [
|
|
2979
|
-
{
|
|
2980
|
-
"kind": "js",
|
|
2981
|
-
"name": "actionFormatter",
|
|
2982
|
-
"declaration": {
|
|
2983
|
-
"name": "actionFormatter",
|
|
2984
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
2985
|
-
}
|
|
2986
|
-
}
|
|
2987
|
-
]
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"kind": "javascript-module",
|
|
2991
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2992
|
-
"declarations": [
|
|
2993
|
-
{
|
|
2994
|
-
"kind": "function",
|
|
2995
|
-
"name": "actionsMenuFormatter",
|
|
2996
|
-
"return": {
|
|
2997
|
-
"type": {
|
|
2998
|
-
"text": ""
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
|
-
"parameters": [
|
|
3002
|
-
{
|
|
3003
|
-
"name": "cell",
|
|
3004
|
-
"type": {
|
|
3005
|
-
"text": "any"
|
|
3006
|
-
},
|
|
3007
|
-
"description": "The cell component provided by Tabulator"
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"name": "formatterParams",
|
|
3011
|
-
"default": "{}",
|
|
3012
|
-
"type": {
|
|
3013
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3014
|
-
},
|
|
3015
|
-
"description": "Actions menu formatter parameters"
|
|
3016
|
-
}
|
|
3017
|
-
],
|
|
3018
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3019
|
-
"privacy": "public"
|
|
3020
|
-
}
|
|
3021
|
-
],
|
|
3022
|
-
"exports": [
|
|
3023
|
-
{
|
|
3024
|
-
"kind": "js",
|
|
3025
|
-
"name": "actionsMenuFormatter",
|
|
3026
|
-
"declaration": {
|
|
3027
|
-
"name": "actionsMenuFormatter",
|
|
3028
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
|
-
]
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"kind": "javascript-module",
|
|
3035
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3036
|
-
"declarations": [
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "function",
|
|
3039
|
-
"name": "booleanFormatter",
|
|
3040
|
-
"return": {
|
|
3041
|
-
"type": {
|
|
3042
|
-
"text": ""
|
|
3043
|
-
}
|
|
3044
|
-
},
|
|
3045
|
-
"parameters": [
|
|
3046
|
-
{
|
|
3047
|
-
"name": "cell",
|
|
3048
|
-
"type": {
|
|
3049
|
-
"text": "any"
|
|
3050
|
-
},
|
|
3051
|
-
"description": "The cell component provided by Tabulator"
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "formatterParams",
|
|
3055
|
-
"default": "{}",
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "BooleanFormatterParams<T>"
|
|
3058
|
-
},
|
|
3059
|
-
"description": "Boolean formatter parameters"
|
|
3060
|
-
}
|
|
3061
|
-
],
|
|
3062
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3063
|
-
"privacy": "public"
|
|
3064
|
-
}
|
|
3065
|
-
],
|
|
3066
|
-
"exports": [
|
|
3067
|
-
{
|
|
3068
|
-
"kind": "js",
|
|
3069
|
-
"name": "booleanFormatter",
|
|
3070
|
-
"declaration": {
|
|
3071
|
-
"name": "booleanFormatter",
|
|
3072
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
]
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "javascript-module",
|
|
3079
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3080
|
-
"declarations": [],
|
|
3081
|
-
"exports": []
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "javascript-module",
|
|
3085
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3086
|
-
"declarations": [
|
|
2825
|
+
"name": "FoundationElement",
|
|
2826
|
+
"package": "@microsoft/fast-foundation"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"kind": "variable",
|
|
2831
|
+
"name": "numberEditorStyles",
|
|
2832
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2833
|
+
"description": "Styles for the number editor"
|
|
2834
|
+
},
|
|
3087
2835
|
{
|
|
3088
2836
|
"kind": "function",
|
|
3089
|
-
"name": "
|
|
3090
|
-
"return": {
|
|
3091
|
-
"type": {
|
|
3092
|
-
"text": ""
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
2837
|
+
"name": "getNumberEditorTemplate",
|
|
3095
2838
|
"parameters": [
|
|
3096
2839
|
{
|
|
3097
|
-
"name": "
|
|
3098
|
-
"
|
|
3099
|
-
|
|
3100
|
-
},
|
|
3101
|
-
"description": "The cell component provided by Tabulator"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"name": "formatterParams",
|
|
3105
|
-
"default": "{}",
|
|
3106
|
-
"type": {
|
|
3107
|
-
"text": "EditableFormatterParams<T>"
|
|
3108
|
-
},
|
|
3109
|
-
"description": "Editable formatter parameters"
|
|
2840
|
+
"name": "prefix",
|
|
2841
|
+
"default": "'foundation'",
|
|
2842
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3110
2843
|
}
|
|
3111
2844
|
],
|
|
3112
|
-
"description": "
|
|
3113
|
-
"
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
{
|
|
3118
|
-
"kind": "js",
|
|
3119
|
-
"name": "editableFormatter",
|
|
3120
|
-
"declaration": {
|
|
3121
|
-
"name": "editableFormatter",
|
|
3122
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
2845
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2846
|
+
"return": {
|
|
2847
|
+
"type": {
|
|
2848
|
+
"text": ""
|
|
2849
|
+
}
|
|
3123
2850
|
}
|
|
3124
|
-
}
|
|
3125
|
-
]
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"kind": "javascript-module",
|
|
3129
|
-
"path": "src/cell-formatters/index.ts",
|
|
3130
|
-
"declarations": [
|
|
2851
|
+
},
|
|
3131
2852
|
{
|
|
3132
2853
|
"kind": "variable",
|
|
3133
|
-
"name": "
|
|
3134
|
-
"
|
|
3135
|
-
"text": "object"
|
|
3136
|
-
},
|
|
3137
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3138
|
-
"description": "Zero formatters for Tabulator grid"
|
|
2854
|
+
"name": "foundationNumberEditor",
|
|
2855
|
+
"description": "Definition for the number editor component"
|
|
3139
2856
|
}
|
|
3140
2857
|
],
|
|
3141
2858
|
"exports": [
|
|
3142
2859
|
{
|
|
3143
2860
|
"kind": "js",
|
|
3144
|
-
"name": "
|
|
2861
|
+
"name": "NumberEditor",
|
|
3145
2862
|
"declaration": {
|
|
3146
|
-
"name": "
|
|
3147
|
-
"
|
|
2863
|
+
"name": "NumberEditor",
|
|
2864
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3148
2865
|
}
|
|
3149
2866
|
},
|
|
3150
2867
|
{
|
|
3151
2868
|
"kind": "js",
|
|
3152
|
-
"name": "
|
|
2869
|
+
"name": "numberEditorStyles",
|
|
3153
2870
|
"declaration": {
|
|
3154
|
-
"name": "
|
|
3155
|
-
"module": "src/cell-
|
|
2871
|
+
"name": "numberEditorStyles",
|
|
2872
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3156
2873
|
}
|
|
3157
2874
|
},
|
|
3158
2875
|
{
|
|
3159
2876
|
"kind": "js",
|
|
3160
|
-
"name": "
|
|
2877
|
+
"name": "getNumberEditorTemplate",
|
|
3161
2878
|
"declaration": {
|
|
3162
|
-
"name": "
|
|
3163
|
-
"module": "src/cell-
|
|
2879
|
+
"name": "getNumberEditorTemplate",
|
|
2880
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
3164
2881
|
}
|
|
3165
2882
|
},
|
|
3166
2883
|
{
|
|
3167
2884
|
"kind": "js",
|
|
3168
|
-
"name": "
|
|
2885
|
+
"name": "foundationNumberEditor",
|
|
3169
2886
|
"declaration": {
|
|
3170
|
-
"name": "
|
|
3171
|
-
"module": "src/cell-
|
|
2887
|
+
"name": "foundationNumberEditor",
|
|
2888
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
]
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "javascript-module",
|
|
2895
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2896
|
+
"declarations": [
|
|
2897
|
+
{
|
|
2898
|
+
"kind": "class",
|
|
2899
|
+
"description": "The select editor class for grid-tabulator",
|
|
2900
|
+
"name": "SelectEditor",
|
|
2901
|
+
"members": [
|
|
2902
|
+
{
|
|
2903
|
+
"kind": "field",
|
|
2904
|
+
"name": "params",
|
|
2905
|
+
"type": {
|
|
2906
|
+
"text": "SelectEditorParams"
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "field",
|
|
2911
|
+
"name": "select",
|
|
2912
|
+
"type": {
|
|
2913
|
+
"text": "any"
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"kind": "method",
|
|
2918
|
+
"name": "init",
|
|
2919
|
+
"parameters": [
|
|
2920
|
+
{
|
|
2921
|
+
"name": "params",
|
|
2922
|
+
"type": {
|
|
2923
|
+
"text": "SelectEditorParams"
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
],
|
|
2927
|
+
"description": "Initialize the editor with parameters"
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "method",
|
|
2931
|
+
"name": "getValue",
|
|
2932
|
+
"description": "Get current value"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "method",
|
|
2936
|
+
"name": "focus",
|
|
2937
|
+
"description": "Set focus to the select"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"kind": "method",
|
|
2941
|
+
"name": "handleKeyDown",
|
|
2942
|
+
"parameters": [
|
|
2943
|
+
{
|
|
2944
|
+
"name": "event",
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "KeyboardEvent"
|
|
2947
|
+
}
|
|
2948
|
+
}
|
|
2949
|
+
],
|
|
2950
|
+
"description": "Process key down events"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"kind": "method",
|
|
2954
|
+
"name": "handleChange",
|
|
2955
|
+
"description": "Handle change event"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"kind": "field",
|
|
2959
|
+
"name": "_presentation",
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2962
|
+
},
|
|
2963
|
+
"privacy": "private",
|
|
2964
|
+
"default": "void 0",
|
|
2965
|
+
"inheritedFrom": {
|
|
2966
|
+
"name": "FoundationElement",
|
|
2967
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2968
|
+
}
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"kind": "field",
|
|
2972
|
+
"name": "$presentation",
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "ComponentPresentation | null"
|
|
2975
|
+
},
|
|
2976
|
+
"privacy": "public",
|
|
2977
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2978
|
+
"inheritedFrom": {
|
|
2979
|
+
"name": "FoundationElement",
|
|
2980
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"kind": "field",
|
|
2985
|
+
"name": "template",
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "ElementViewTemplate | void | null"
|
|
2988
|
+
},
|
|
2989
|
+
"privacy": "public",
|
|
2990
|
+
"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.",
|
|
2991
|
+
"inheritedFrom": {
|
|
2992
|
+
"name": "FoundationElement",
|
|
2993
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"kind": "method",
|
|
2998
|
+
"name": "templateChanged",
|
|
2999
|
+
"privacy": "protected",
|
|
3000
|
+
"return": {
|
|
3001
|
+
"type": {
|
|
3002
|
+
"text": "void"
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
"inheritedFrom": {
|
|
3006
|
+
"name": "FoundationElement",
|
|
3007
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"kind": "field",
|
|
3012
|
+
"name": "styles",
|
|
3013
|
+
"type": {
|
|
3014
|
+
"text": "ElementStyles | void | null"
|
|
3015
|
+
},
|
|
3016
|
+
"privacy": "public",
|
|
3017
|
+
"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.",
|
|
3018
|
+
"inheritedFrom": {
|
|
3019
|
+
"name": "FoundationElement",
|
|
3020
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "method",
|
|
3025
|
+
"name": "stylesChanged",
|
|
3026
|
+
"privacy": "protected",
|
|
3027
|
+
"return": {
|
|
3028
|
+
"type": {
|
|
3029
|
+
"text": "void"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
"inheritedFrom": {
|
|
3033
|
+
"name": "FoundationElement",
|
|
3034
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "method",
|
|
3039
|
+
"name": "compose",
|
|
3040
|
+
"privacy": "public",
|
|
3041
|
+
"static": true,
|
|
3042
|
+
"return": {
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"parameters": [
|
|
3048
|
+
{
|
|
3049
|
+
"name": "this",
|
|
3050
|
+
"type": {
|
|
3051
|
+
"text": "K"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "elementDefinition",
|
|
3056
|
+
"type": {
|
|
3057
|
+
"text": "T"
|
|
3058
|
+
},
|
|
3059
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3063
|
+
"inheritedFrom": {
|
|
3064
|
+
"name": "FoundationElement",
|
|
3065
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"superclass": {
|
|
3070
|
+
"name": "FoundationElement",
|
|
3071
|
+
"package": "@microsoft/fast-foundation"
|
|
3172
3072
|
}
|
|
3173
3073
|
},
|
|
3174
3074
|
{
|
|
3175
|
-
"kind": "
|
|
3176
|
-
"name": "
|
|
3177
|
-
"
|
|
3178
|
-
|
|
3179
|
-
"module": "src/cell-formatters/index.ts"
|
|
3180
|
-
}
|
|
3075
|
+
"kind": "variable",
|
|
3076
|
+
"name": "selectEditorStyles",
|
|
3077
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3078
|
+
"description": "Styles for the select editor"
|
|
3181
3079
|
},
|
|
3182
3080
|
{
|
|
3183
|
-
"kind": "
|
|
3184
|
-
"name": "
|
|
3185
|
-
"
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3081
|
+
"kind": "function",
|
|
3082
|
+
"name": "getSelectEditorTemplate",
|
|
3083
|
+
"parameters": [
|
|
3084
|
+
{
|
|
3085
|
+
"name": "prefix",
|
|
3086
|
+
"default": "'foundation'",
|
|
3087
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3088
|
+
}
|
|
3089
|
+
],
|
|
3090
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3091
|
+
"return": {
|
|
3092
|
+
"type": {
|
|
3093
|
+
"text": ""
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
3096
|
+
"privacy": "public"
|
|
3189
3097
|
},
|
|
3190
3098
|
{
|
|
3191
|
-
"kind": "
|
|
3192
|
-
"name": "
|
|
3193
|
-
"
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
},
|
|
3099
|
+
"kind": "variable",
|
|
3100
|
+
"name": "foundationSelectEditor",
|
|
3101
|
+
"description": "Definition for the select editor component"
|
|
3102
|
+
}
|
|
3103
|
+
],
|
|
3104
|
+
"exports": [
|
|
3198
3105
|
{
|
|
3199
3106
|
"kind": "js",
|
|
3200
|
-
"name": "
|
|
3107
|
+
"name": "SelectEditor",
|
|
3201
3108
|
"declaration": {
|
|
3202
|
-
"name": "
|
|
3203
|
-
"module": "src/cell-
|
|
3109
|
+
"name": "SelectEditor",
|
|
3110
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3204
3111
|
}
|
|
3205
3112
|
},
|
|
3206
3113
|
{
|
|
3207
3114
|
"kind": "js",
|
|
3208
|
-
"name": "
|
|
3115
|
+
"name": "selectEditorStyles",
|
|
3209
3116
|
"declaration": {
|
|
3210
|
-
"name": "
|
|
3211
|
-
"module": "src/cell-
|
|
3117
|
+
"name": "selectEditorStyles",
|
|
3118
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3212
3119
|
}
|
|
3213
3120
|
},
|
|
3214
3121
|
{
|
|
3215
3122
|
"kind": "js",
|
|
3216
|
-
"name": "
|
|
3123
|
+
"name": "getSelectEditorTemplate",
|
|
3217
3124
|
"declaration": {
|
|
3218
|
-
"name": "
|
|
3219
|
-
"module": "src/cell-
|
|
3125
|
+
"name": "getSelectEditorTemplate",
|
|
3126
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3220
3127
|
}
|
|
3221
3128
|
},
|
|
3222
3129
|
{
|
|
3223
3130
|
"kind": "js",
|
|
3224
|
-
"name": "
|
|
3131
|
+
"name": "foundationSelectEditor",
|
|
3225
3132
|
"declaration": {
|
|
3226
|
-
"name": "
|
|
3227
|
-
"module": "src/cell-
|
|
3133
|
+
"name": "foundationSelectEditor",
|
|
3134
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3228
3135
|
}
|
|
3229
|
-
}
|
|
3136
|
+
}
|
|
3137
|
+
]
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"kind": "javascript-module",
|
|
3141
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
3142
|
+
"declarations": [
|
|
3230
3143
|
{
|
|
3231
|
-
"kind": "
|
|
3232
|
-
"
|
|
3233
|
-
"
|
|
3234
|
-
|
|
3235
|
-
|
|
3144
|
+
"kind": "class",
|
|
3145
|
+
"description": "The string editor class for grid-tabulator",
|
|
3146
|
+
"name": "StringEditor",
|
|
3147
|
+
"members": [
|
|
3148
|
+
{
|
|
3149
|
+
"kind": "field",
|
|
3150
|
+
"name": "params",
|
|
3151
|
+
"type": {
|
|
3152
|
+
"text": "StringEditorParams"
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"kind": "field",
|
|
3157
|
+
"name": "textField",
|
|
3158
|
+
"type": {
|
|
3159
|
+
"text": "any"
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"kind": "method",
|
|
3164
|
+
"name": "init",
|
|
3165
|
+
"parameters": [
|
|
3166
|
+
{
|
|
3167
|
+
"name": "params",
|
|
3168
|
+
"type": {
|
|
3169
|
+
"text": "StringEditorParams"
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"description": "Initialize the editor with parameters"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"kind": "method",
|
|
3177
|
+
"name": "getValue",
|
|
3178
|
+
"description": "Get current value"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"kind": "method",
|
|
3182
|
+
"name": "focus",
|
|
3183
|
+
"description": "Set focus to the input"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "method",
|
|
3187
|
+
"name": "handleKeyDown",
|
|
3188
|
+
"parameters": [
|
|
3189
|
+
{
|
|
3190
|
+
"name": "event",
|
|
3191
|
+
"type": {
|
|
3192
|
+
"text": "KeyboardEvent"
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
],
|
|
3196
|
+
"description": "Process key down events"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"kind": "field",
|
|
3200
|
+
"name": "_presentation",
|
|
3201
|
+
"type": {
|
|
3202
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3203
|
+
},
|
|
3204
|
+
"privacy": "private",
|
|
3205
|
+
"default": "void 0",
|
|
3206
|
+
"inheritedFrom": {
|
|
3207
|
+
"name": "FoundationElement",
|
|
3208
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "field",
|
|
3213
|
+
"name": "$presentation",
|
|
3214
|
+
"type": {
|
|
3215
|
+
"text": "ComponentPresentation | null"
|
|
3216
|
+
},
|
|
3217
|
+
"privacy": "public",
|
|
3218
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3219
|
+
"inheritedFrom": {
|
|
3220
|
+
"name": "FoundationElement",
|
|
3221
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "field",
|
|
3226
|
+
"name": "template",
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": "ElementViewTemplate | void | null"
|
|
3229
|
+
},
|
|
3230
|
+
"privacy": "public",
|
|
3231
|
+
"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.",
|
|
3232
|
+
"inheritedFrom": {
|
|
3233
|
+
"name": "FoundationElement",
|
|
3234
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "method",
|
|
3239
|
+
"name": "templateChanged",
|
|
3240
|
+
"privacy": "protected",
|
|
3241
|
+
"return": {
|
|
3242
|
+
"type": {
|
|
3243
|
+
"text": "void"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "FoundationElement",
|
|
3248
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "field",
|
|
3253
|
+
"name": "styles",
|
|
3254
|
+
"type": {
|
|
3255
|
+
"text": "ElementStyles | void | null"
|
|
3256
|
+
},
|
|
3257
|
+
"privacy": "public",
|
|
3258
|
+
"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.",
|
|
3259
|
+
"inheritedFrom": {
|
|
3260
|
+
"name": "FoundationElement",
|
|
3261
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "method",
|
|
3266
|
+
"name": "stylesChanged",
|
|
3267
|
+
"privacy": "protected",
|
|
3268
|
+
"return": {
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "void"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "FoundationElement",
|
|
3275
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"kind": "method",
|
|
3280
|
+
"name": "compose",
|
|
3281
|
+
"privacy": "public",
|
|
3282
|
+
"static": true,
|
|
3283
|
+
"return": {
|
|
3284
|
+
"type": {
|
|
3285
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"parameters": [
|
|
3289
|
+
{
|
|
3290
|
+
"name": "this",
|
|
3291
|
+
"type": {
|
|
3292
|
+
"text": "K"
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "elementDefinition",
|
|
3297
|
+
"type": {
|
|
3298
|
+
"text": "T"
|
|
3299
|
+
},
|
|
3300
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3301
|
+
}
|
|
3302
|
+
],
|
|
3303
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3304
|
+
"inheritedFrom": {
|
|
3305
|
+
"name": "FoundationElement",
|
|
3306
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
],
|
|
3310
|
+
"superclass": {
|
|
3311
|
+
"name": "FoundationElement",
|
|
3312
|
+
"package": "@microsoft/fast-foundation"
|
|
3236
3313
|
}
|
|
3237
3314
|
},
|
|
3238
3315
|
{
|
|
3239
|
-
"kind": "
|
|
3240
|
-
"name": "
|
|
3241
|
-
"
|
|
3242
|
-
|
|
3243
|
-
"module": "src/cell-formatters/index.ts"
|
|
3244
|
-
}
|
|
3316
|
+
"kind": "variable",
|
|
3317
|
+
"name": "stringEditorStyles",
|
|
3318
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3319
|
+
"description": "Styles for the string editor"
|
|
3245
3320
|
},
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "js",
|
|
3248
|
-
"name": "formatters",
|
|
3249
|
-
"declaration": {
|
|
3250
|
-
"name": "formatters",
|
|
3251
|
-
"module": "src/cell-formatters/index.ts"
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
]
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"kind": "javascript-module",
|
|
3258
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
3259
|
-
"declarations": [
|
|
3260
3321
|
{
|
|
3261
3322
|
"kind": "function",
|
|
3262
|
-
"name": "
|
|
3263
|
-
"return": {
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": ""
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3323
|
+
"name": "getStringEditorTemplate",
|
|
3268
3324
|
"parameters": [
|
|
3269
3325
|
{
|
|
3270
|
-
"name": "
|
|
3271
|
-
"
|
|
3272
|
-
|
|
3273
|
-
},
|
|
3274
|
-
"description": "The cell component provided by Tabulator"
|
|
3275
|
-
},
|
|
3276
|
-
{
|
|
3277
|
-
"name": "formatterParams",
|
|
3278
|
-
"type": {
|
|
3279
|
-
"text": "SelectFormatterParams<T>"
|
|
3280
|
-
},
|
|
3281
|
-
"description": "Select formatter parameters"
|
|
3326
|
+
"name": "prefix",
|
|
3327
|
+
"default": "'foundation'",
|
|
3328
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3282
3329
|
}
|
|
3283
3330
|
],
|
|
3284
|
-
"description": "
|
|
3285
|
-
"
|
|
3331
|
+
"description": "Get a Design System prefixed text field template.",
|
|
3332
|
+
"return": {
|
|
3333
|
+
"type": {
|
|
3334
|
+
"text": ""
|
|
3335
|
+
}
|
|
3336
|
+
}
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"kind": "variable",
|
|
3340
|
+
"name": "foundationStringEditor",
|
|
3341
|
+
"description": "Definition for the string editor component"
|
|
3286
3342
|
}
|
|
3287
3343
|
],
|
|
3288
3344
|
"exports": [
|
|
3289
3345
|
{
|
|
3290
3346
|
"kind": "js",
|
|
3291
|
-
"name": "
|
|
3347
|
+
"name": "StringEditor",
|
|
3292
3348
|
"declaration": {
|
|
3293
|
-
"name": "
|
|
3294
|
-
"module": "src/cell-
|
|
3349
|
+
"name": "StringEditor",
|
|
3350
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3295
3351
|
}
|
|
3296
|
-
}
|
|
3297
|
-
]
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"kind": "javascript-module",
|
|
3301
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
-
"declarations": [
|
|
3352
|
+
},
|
|
3303
3353
|
{
|
|
3304
|
-
"kind": "
|
|
3305
|
-
"name": "
|
|
3306
|
-
"
|
|
3307
|
-
"
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
"parameters": [
|
|
3312
|
-
{
|
|
3313
|
-
"name": "cell",
|
|
3314
|
-
"type": {
|
|
3315
|
-
"text": "any"
|
|
3316
|
-
},
|
|
3317
|
-
"description": "The cell component provided by Tabulator"
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"name": "formatterParams",
|
|
3321
|
-
"default": "{}",
|
|
3322
|
-
"type": {
|
|
3323
|
-
"text": "TextFormatterParams<T>"
|
|
3324
|
-
},
|
|
3325
|
-
"description": "Text formatter parameters"
|
|
3326
|
-
}
|
|
3327
|
-
],
|
|
3328
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3329
|
-
"privacy": "public"
|
|
3330
|
-
}
|
|
3331
|
-
],
|
|
3332
|
-
"exports": [
|
|
3354
|
+
"kind": "js",
|
|
3355
|
+
"name": "stringEditorStyles",
|
|
3356
|
+
"declaration": {
|
|
3357
|
+
"name": "stringEditorStyles",
|
|
3358
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3333
3361
|
{
|
|
3334
3362
|
"kind": "js",
|
|
3335
|
-
"name": "
|
|
3363
|
+
"name": "getStringEditorTemplate",
|
|
3336
3364
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"module": "src/cell-
|
|
3365
|
+
"name": "getStringEditorTemplate",
|
|
3366
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"kind": "js",
|
|
3371
|
+
"name": "foundationStringEditor",
|
|
3372
|
+
"declaration": {
|
|
3373
|
+
"name": "foundationStringEditor",
|
|
3374
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3339
3375
|
}
|
|
3340
3376
|
}
|
|
3341
3377
|
]
|
|
3342
3378
|
},
|
|
3343
3379
|
{
|
|
3344
3380
|
"kind": "javascript-module",
|
|
3345
|
-
"path": "src/
|
|
3381
|
+
"path": "src/cell/cell.ts",
|
|
3346
3382
|
"declarations": [
|
|
3347
3383
|
{
|
|
3348
3384
|
"kind": "class",
|
|
3349
|
-
"description": "The GridTabulator
|
|
3350
|
-
"name": "
|
|
3385
|
+
"description": "The GridTabulator Cell element.",
|
|
3386
|
+
"name": "GridTabulatorCell",
|
|
3351
3387
|
"members": [
|
|
3352
3388
|
{
|
|
3353
3389
|
"kind": "field",
|
|
3354
|
-
"name": "
|
|
3390
|
+
"name": "renderer",
|
|
3355
3391
|
"type": {
|
|
3356
|
-
"text": "
|
|
3392
|
+
"text": "CellRendererFunc"
|
|
3357
3393
|
},
|
|
3358
3394
|
"privacy": "public"
|
|
3359
3395
|
},
|
|
3360
3396
|
{
|
|
3361
3397
|
"kind": "field",
|
|
3362
|
-
"name": "
|
|
3398
|
+
"name": "rendererParams",
|
|
3363
3399
|
"type": {
|
|
3364
|
-
"text": "
|
|
3400
|
+
"text": "CellRendererParams"
|
|
3365
3401
|
},
|
|
3366
|
-
"default": "{}"
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"kind": "method",
|
|
3370
|
-
"name": "slottedCellChanged",
|
|
3371
3402
|
"privacy": "public"
|
|
3372
3403
|
},
|
|
3373
3404
|
{
|
|
3374
|
-
"kind": "
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3378
|
-
"text": "Node"
|
|
3379
|
-
}
|
|
3405
|
+
"kind": "field",
|
|
3406
|
+
"name": "slottedRenderer",
|
|
3407
|
+
"type": {
|
|
3408
|
+
"text": "HTMLElement[]"
|
|
3380
3409
|
},
|
|
3381
|
-
"
|
|
3382
|
-
"name": "LifecycleMixin",
|
|
3383
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3384
|
-
}
|
|
3410
|
+
"privacy": "public"
|
|
3385
3411
|
},
|
|
3386
3412
|
{
|
|
3387
3413
|
"kind": "method",
|
|
3388
|
-
"name": "
|
|
3389
|
-
"
|
|
3390
|
-
"type": {
|
|
3391
|
-
"text": "Node"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3414
|
+
"name": "init",
|
|
3415
|
+
"privacy": "public",
|
|
3394
3416
|
"parameters": [
|
|
3395
3417
|
{
|
|
3396
|
-
"name": "
|
|
3397
|
-
"optional": true,
|
|
3418
|
+
"name": "params",
|
|
3398
3419
|
"type": {
|
|
3399
|
-
"text": "
|
|
3420
|
+
"text": "CellRendererParams"
|
|
3400
3421
|
}
|
|
3401
3422
|
}
|
|
3402
|
-
]
|
|
3403
|
-
"inheritedFrom": {
|
|
3404
|
-
"name": "LifecycleMixin",
|
|
3405
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
|
-
}
|
|
3423
|
+
]
|
|
3407
3424
|
},
|
|
3408
3425
|
{
|
|
3409
|
-
"kind": "
|
|
3410
|
-
"name": "
|
|
3426
|
+
"kind": "method",
|
|
3427
|
+
"name": "getElement",
|
|
3428
|
+
"privacy": "public",
|
|
3411
3429
|
"return": {
|
|
3412
3430
|
"type": {
|
|
3413
|
-
"text": ""
|
|
3431
|
+
"text": "HTMLElement"
|
|
3414
3432
|
}
|
|
3415
|
-
},
|
|
3416
|
-
"readonly": true,
|
|
3417
|
-
"inheritedFrom": {
|
|
3418
|
-
"name": "LifecycleMixin",
|
|
3419
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3420
3433
|
}
|
|
3421
3434
|
},
|
|
3422
3435
|
{
|
|
3423
|
-
"kind": "
|
|
3424
|
-
"name": "
|
|
3425
|
-
"
|
|
3426
|
-
"type": {
|
|
3427
|
-
"text": ""
|
|
3428
|
-
}
|
|
3429
|
-
},
|
|
3430
|
-
"readonly": true,
|
|
3431
|
-
"inheritedFrom": {
|
|
3432
|
-
"name": "LifecycleMixin",
|
|
3433
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3434
|
-
}
|
|
3436
|
+
"kind": "method",
|
|
3437
|
+
"name": "destroy",
|
|
3438
|
+
"privacy": "public"
|
|
3435
3439
|
},
|
|
3436
3440
|
{
|
|
3437
3441
|
"kind": "method",
|
|
3438
|
-
"name": "
|
|
3442
|
+
"name": "refresh",
|
|
3443
|
+
"privacy": "public",
|
|
3439
3444
|
"return": {
|
|
3440
3445
|
"type": {
|
|
3441
3446
|
"text": "boolean"
|
|
@@ -3443,16 +3448,17 @@
|
|
|
3443
3448
|
},
|
|
3444
3449
|
"parameters": [
|
|
3445
3450
|
{
|
|
3446
|
-
"name": "
|
|
3451
|
+
"name": "params",
|
|
3447
3452
|
"type": {
|
|
3448
|
-
"text": "
|
|
3453
|
+
"text": "CellRendererParams"
|
|
3449
3454
|
}
|
|
3450
3455
|
}
|
|
3451
|
-
]
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
+
]
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"kind": "method",
|
|
3460
|
+
"name": "slottedRendererChanged",
|
|
3461
|
+
"privacy": "public"
|
|
3456
3462
|
},
|
|
3457
3463
|
{
|
|
3458
3464
|
"kind": "field",
|
|
@@ -3566,42 +3572,36 @@
|
|
|
3566
3572
|
}
|
|
3567
3573
|
}
|
|
3568
3574
|
],
|
|
3569
|
-
"mixins": [
|
|
3570
|
-
{
|
|
3571
|
-
"name": "LifecycleMixin",
|
|
3572
|
-
"package": "@genesislcap/foundation-utils"
|
|
3573
|
-
}
|
|
3574
|
-
],
|
|
3575
3575
|
"superclass": {
|
|
3576
3576
|
"name": "FoundationElement",
|
|
3577
3577
|
"package": "@microsoft/fast-foundation"
|
|
3578
3578
|
},
|
|
3579
|
-
"tagName": "grid-tabulator-
|
|
3579
|
+
"tagName": "grid-tabulator-cell",
|
|
3580
3580
|
"customElement": true
|
|
3581
3581
|
}
|
|
3582
3582
|
],
|
|
3583
3583
|
"exports": [
|
|
3584
3584
|
{
|
|
3585
3585
|
"kind": "js",
|
|
3586
|
-
"name": "
|
|
3586
|
+
"name": "GridTabulatorCell",
|
|
3587
3587
|
"declaration": {
|
|
3588
|
-
"name": "
|
|
3589
|
-
"module": "src/
|
|
3588
|
+
"name": "GridTabulatorCell",
|
|
3589
|
+
"module": "src/cell/cell.ts"
|
|
3590
3590
|
}
|
|
3591
3591
|
},
|
|
3592
3592
|
{
|
|
3593
3593
|
"kind": "custom-element-definition",
|
|
3594
|
-
"name": "grid-tabulator-
|
|
3594
|
+
"name": "grid-tabulator-cell",
|
|
3595
3595
|
"declaration": {
|
|
3596
|
-
"name": "
|
|
3597
|
-
"module": "src/
|
|
3596
|
+
"name": "GridTabulatorCell",
|
|
3597
|
+
"module": "src/cell/cell.ts"
|
|
3598
3598
|
}
|
|
3599
3599
|
}
|
|
3600
3600
|
]
|
|
3601
3601
|
},
|
|
3602
3602
|
{
|
|
3603
3603
|
"kind": "javascript-module",
|
|
3604
|
-
"path": "src/
|
|
3604
|
+
"path": "src/cell/index.ts",
|
|
3605
3605
|
"declarations": [],
|
|
3606
3606
|
"exports": [
|
|
3607
3607
|
{
|
|
@@ -3609,7 +3609,7 @@
|
|
|
3609
3609
|
"name": "*",
|
|
3610
3610
|
"declaration": {
|
|
3611
3611
|
"name": "*",
|
|
3612
|
-
"package": "./
|
|
3612
|
+
"package": "./cell"
|
|
3613
3613
|
}
|
|
3614
3614
|
}
|
|
3615
3615
|
]
|