@genesislcap/grid-tabulator 15.10.6 → 15.12.0-FUI-2601.1
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 +1633 -1633
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -1419,621 +1419,515 @@
|
|
|
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
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
],
|
|
1834
|
-
"superclass": {
|
|
1835
|
-
"name": "FoundationElement",
|
|
1836
|
-
"package": "@microsoft/fast-foundation"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"kind": "variable",
|
|
1841
|
-
"name": "dateEditorStyles",
|
|
1842
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
1843
|
-
"description": "Styles for the date editor"
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"kind": "function",
|
|
1847
|
-
"name": "getDateEditorTemplate",
|
|
1848
|
-
"parameters": [
|
|
1849
|
-
{
|
|
1850
|
-
"name": "prefix",
|
|
1851
|
-
"default": "'foundation'",
|
|
1852
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1584
|
+
"description": "Editable formatter parameters"
|
|
1853
1585
|
}
|
|
1854
1586
|
],
|
|
1855
|
-
"description": "
|
|
1856
|
-
"return": {
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": ""
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1587
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
1861
1588
|
"privacy": "public"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "variable",
|
|
1865
|
-
"name": "foundationDateEditor",
|
|
1866
|
-
"description": "Definition for the date editor component"
|
|
1867
1589
|
}
|
|
1868
1590
|
],
|
|
1869
1591
|
"exports": [
|
|
1870
1592
|
{
|
|
1871
1593
|
"kind": "js",
|
|
1872
|
-
"name": "
|
|
1594
|
+
"name": "editableFormatter",
|
|
1873
1595
|
"declaration": {
|
|
1874
|
-
"name": "
|
|
1875
|
-
"module": "src/cell-
|
|
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"
|
|
1876
1623
|
}
|
|
1877
1624
|
},
|
|
1878
1625
|
{
|
|
1879
1626
|
"kind": "js",
|
|
1880
|
-
"name": "
|
|
1627
|
+
"name": "ActionFormatterParams",
|
|
1881
1628
|
"declaration": {
|
|
1882
|
-
"name": "
|
|
1883
|
-
"module": "src/cell-
|
|
1629
|
+
"name": "ActionFormatterParams",
|
|
1630
|
+
"module": "src/cell-formatters/index.ts"
|
|
1884
1631
|
}
|
|
1885
1632
|
},
|
|
1886
1633
|
{
|
|
1887
1634
|
"kind": "js",
|
|
1888
|
-
"name": "
|
|
1635
|
+
"name": "actionFormatter",
|
|
1889
1636
|
"declaration": {
|
|
1890
|
-
"name": "
|
|
1891
|
-
"module": "src/cell-
|
|
1637
|
+
"name": "actionFormatter",
|
|
1638
|
+
"module": "src/cell-formatters/index.ts"
|
|
1892
1639
|
}
|
|
1893
1640
|
},
|
|
1894
1641
|
{
|
|
1895
1642
|
"kind": "js",
|
|
1896
|
-
"name": "
|
|
1643
|
+
"name": "ActionsMenuFormatterParams",
|
|
1897
1644
|
"declaration": {
|
|
1898
|
-
"name": "
|
|
1899
|
-
"module": "src/cell-
|
|
1645
|
+
"name": "ActionsMenuFormatterParams",
|
|
1646
|
+
"module": "src/cell-formatters/index.ts"
|
|
1900
1647
|
}
|
|
1901
|
-
}
|
|
1902
|
-
]
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "javascript-module",
|
|
1906
|
-
"path": "src/cell-editors/index.ts",
|
|
1907
|
-
"declarations": [],
|
|
1908
|
-
"exports": [
|
|
1648
|
+
},
|
|
1909
1649
|
{
|
|
1910
1650
|
"kind": "js",
|
|
1911
|
-
"name": "
|
|
1651
|
+
"name": "actionsMenuFormatter",
|
|
1912
1652
|
"declaration": {
|
|
1913
|
-
"name": "
|
|
1914
|
-
"
|
|
1653
|
+
"name": "actionsMenuFormatter",
|
|
1654
|
+
"module": "src/cell-formatters/index.ts"
|
|
1915
1655
|
}
|
|
1916
1656
|
},
|
|
1917
1657
|
{
|
|
1918
1658
|
"kind": "js",
|
|
1919
|
-
"name": "
|
|
1659
|
+
"name": "BooleanFormatterParams",
|
|
1920
1660
|
"declaration": {
|
|
1921
|
-
"name": "
|
|
1922
|
-
"
|
|
1661
|
+
"name": "BooleanFormatterParams",
|
|
1662
|
+
"module": "src/cell-formatters/index.ts"
|
|
1923
1663
|
}
|
|
1924
1664
|
},
|
|
1925
1665
|
{
|
|
1926
1666
|
"kind": "js",
|
|
1927
|
-
"name": "
|
|
1667
|
+
"name": "booleanFormatter",
|
|
1928
1668
|
"declaration": {
|
|
1929
|
-
"name": "
|
|
1930
|
-
"
|
|
1669
|
+
"name": "booleanFormatter",
|
|
1670
|
+
"module": "src/cell-formatters/index.ts"
|
|
1931
1671
|
}
|
|
1932
1672
|
},
|
|
1933
1673
|
{
|
|
1934
1674
|
"kind": "js",
|
|
1935
|
-
"name": "
|
|
1675
|
+
"name": "EditableFormatterParams",
|
|
1936
1676
|
"declaration": {
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
1677
|
+
"name": "EditableFormatterParams",
|
|
1678
|
+
"module": "src/cell-formatters/index.ts"
|
|
1939
1679
|
}
|
|
1940
1680
|
},
|
|
1941
1681
|
{
|
|
1942
1682
|
"kind": "js",
|
|
1943
|
-
"name": "
|
|
1683
|
+
"name": "editableFormatter",
|
|
1944
1684
|
"declaration": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"
|
|
1685
|
+
"name": "editableFormatter",
|
|
1686
|
+
"module": "src/cell-formatters/index.ts"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "js",
|
|
1691
|
+
"name": "SelectFormatterParams",
|
|
1692
|
+
"declaration": {
|
|
1693
|
+
"name": "SelectFormatterParams",
|
|
1694
|
+
"module": "src/cell-formatters/index.ts"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "js",
|
|
1699
|
+
"name": "selectFormatter",
|
|
1700
|
+
"declaration": {
|
|
1701
|
+
"name": "selectFormatter",
|
|
1702
|
+
"module": "src/cell-formatters/index.ts"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "js",
|
|
1707
|
+
"name": "TextFormatterParams",
|
|
1708
|
+
"declaration": {
|
|
1709
|
+
"name": "TextFormatterParams",
|
|
1710
|
+
"module": "src/cell-formatters/index.ts"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "js",
|
|
1715
|
+
"name": "textFormatter",
|
|
1716
|
+
"declaration": {
|
|
1717
|
+
"name": "textFormatter",
|
|
1718
|
+
"module": "src/cell-formatters/index.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "js",
|
|
1723
|
+
"name": "formatters",
|
|
1724
|
+
"declaration": {
|
|
1725
|
+
"name": "formatters",
|
|
1726
|
+
"module": "src/cell-formatters/index.ts"
|
|
1947
1727
|
}
|
|
1948
1728
|
}
|
|
1949
1729
|
]
|
|
1950
1730
|
},
|
|
1951
1731
|
{
|
|
1952
1732
|
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/cell-
|
|
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": [
|
|
1764
|
+
{
|
|
1765
|
+
"kind": "js",
|
|
1766
|
+
"name": "selectFormatter",
|
|
1767
|
+
"declaration": {
|
|
1768
|
+
"name": "selectFormatter",
|
|
1769
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "javascript-module",
|
|
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": "
|
|
1972
|
-
}
|
|
1839
|
+
"text": "Partial<ColumnDefinition>"
|
|
1840
|
+
},
|
|
1841
|
+
"default": "{}"
|
|
1973
1842
|
},
|
|
1974
1843
|
{
|
|
1975
1844
|
"kind": "method",
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1978
|
-
{
|
|
1979
|
-
"name": "params",
|
|
1980
|
-
"type": {
|
|
1981
|
-
"text": "MultiselectEditorParams"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
],
|
|
1985
|
-
"description": "Initialize the editor with parameters"
|
|
1845
|
+
"name": "slottedCellChanged",
|
|
1846
|
+
"privacy": "public"
|
|
1986
1847
|
},
|
|
1987
1848
|
{
|
|
1988
1849
|
"kind": "method",
|
|
1989
|
-
"name": "
|
|
1850
|
+
"name": "deepClone",
|
|
1990
1851
|
"return": {
|
|
1991
1852
|
"type": {
|
|
1992
|
-
"text": "
|
|
1853
|
+
"text": "Node"
|
|
1993
1854
|
}
|
|
1994
1855
|
},
|
|
1995
|
-
"
|
|
1856
|
+
"inheritedFrom": {
|
|
1857
|
+
"name": "LifecycleMixin",
|
|
1858
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1859
|
+
}
|
|
1996
1860
|
},
|
|
1997
1861
|
{
|
|
1998
1862
|
"kind": "method",
|
|
1999
|
-
"name": "
|
|
2000
|
-
"description": "Set focus to the select"
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "method",
|
|
2004
|
-
"name": "isSelected",
|
|
1863
|
+
"name": "cloneNode",
|
|
2005
1864
|
"return": {
|
|
2006
1865
|
"type": {
|
|
2007
|
-
"text": "
|
|
1866
|
+
"text": "Node"
|
|
2008
1867
|
}
|
|
2009
1868
|
},
|
|
2010
1869
|
"parameters": [
|
|
2011
1870
|
{
|
|
2012
|
-
"name": "
|
|
1871
|
+
"name": "deep",
|
|
1872
|
+
"optional": true,
|
|
2013
1873
|
"type": {
|
|
2014
|
-
"text": "
|
|
1874
|
+
"text": "boolean"
|
|
2015
1875
|
}
|
|
2016
1876
|
}
|
|
2017
1877
|
],
|
|
2018
|
-
"
|
|
1878
|
+
"inheritedFrom": {
|
|
1879
|
+
"name": "LifecycleMixin",
|
|
1880
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "shouldRunDisconnect",
|
|
1886
|
+
"return": {
|
|
1887
|
+
"type": {
|
|
1888
|
+
"text": ""
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"readonly": true,
|
|
1892
|
+
"inheritedFrom": {
|
|
1893
|
+
"name": "LifecycleMixin",
|
|
1894
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
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
|
+
}
|
|
2019
1910
|
},
|
|
2020
1911
|
{
|
|
2021
1912
|
"kind": "method",
|
|
2022
|
-
"name": "
|
|
1913
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
1914
|
+
"return": {
|
|
1915
|
+
"type": {
|
|
1916
|
+
"text": "boolean"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
2023
1919
|
"parameters": [
|
|
2024
1920
|
{
|
|
2025
|
-
"name": "
|
|
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
|
-
"
|
|
2499
|
-
|
|
2500
|
-
|
|
2423
|
+
"name": "getValues",
|
|
2424
|
+
"return": {
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "(string | number)[]"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
"description": "Get current values"
|
|
2430
|
+
},
|
|
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
|
],
|
|
@@ -2880,13 +2828,13 @@
|
|
|
2880
2828
|
},
|
|
2881
2829
|
{
|
|
2882
2830
|
"kind": "variable",
|
|
2883
|
-
"name": "
|
|
2831
|
+
"name": "numberEditorStyles",
|
|
2884
2832
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2885
|
-
"description": "Styles for the
|
|
2833
|
+
"description": "Styles for the number editor"
|
|
2886
2834
|
},
|
|
2887
2835
|
{
|
|
2888
2836
|
"kind": "function",
|
|
2889
|
-
"name": "
|
|
2837
|
+
"name": "getNumberEditorTemplate",
|
|
2890
2838
|
"parameters": [
|
|
2891
2839
|
{
|
|
2892
2840
|
"name": "prefix",
|
|
@@ -2894,7 +2842,7 @@
|
|
|
2894
2842
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2895
2843
|
}
|
|
2896
2844
|
],
|
|
2897
|
-
"description": "Get a Design System prefixed
|
|
2845
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2898
2846
|
"return": {
|
|
2899
2847
|
"type": {
|
|
2900
2848
|
"text": ""
|
|
@@ -2903,784 +2851,1110 @@
|
|
|
2903
2851
|
},
|
|
2904
2852
|
{
|
|
2905
2853
|
"kind": "variable",
|
|
2906
|
-
"name": "
|
|
2907
|
-
"description": "Definition for the
|
|
2854
|
+
"name": "foundationNumberEditor",
|
|
2855
|
+
"description": "Definition for the number editor component"
|
|
2908
2856
|
}
|
|
2909
2857
|
],
|
|
2910
2858
|
"exports": [
|
|
2911
2859
|
{
|
|
2912
2860
|
"kind": "js",
|
|
2913
|
-
"name": "
|
|
2861
|
+
"name": "NumberEditor",
|
|
2914
2862
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/cell-editors/
|
|
2863
|
+
"name": "NumberEditor",
|
|
2864
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2917
2865
|
}
|
|
2918
2866
|
},
|
|
2919
2867
|
{
|
|
2920
2868
|
"kind": "js",
|
|
2921
|
-
"name": "
|
|
2869
|
+
"name": "numberEditorStyles",
|
|
2922
2870
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/cell-editors/
|
|
2871
|
+
"name": "numberEditorStyles",
|
|
2872
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2925
2873
|
}
|
|
2926
2874
|
},
|
|
2927
2875
|
{
|
|
2928
2876
|
"kind": "js",
|
|
2929
|
-
"name": "
|
|
2877
|
+
"name": "getNumberEditorTemplate",
|
|
2930
2878
|
"declaration": {
|
|
2931
|
-
"name": "
|
|
2932
|
-
"module": "src/cell-editors/
|
|
2879
|
+
"name": "getNumberEditorTemplate",
|
|
2880
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2933
2881
|
}
|
|
2934
2882
|
},
|
|
2935
2883
|
{
|
|
2936
2884
|
"kind": "js",
|
|
2937
|
-
"name": "
|
|
2885
|
+
"name": "foundationNumberEditor",
|
|
2938
2886
|
"declaration": {
|
|
2939
|
-
"name": "
|
|
2940
|
-
"module": "src/cell-editors/
|
|
2887
|
+
"name": "foundationNumberEditor",
|
|
2888
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2941
2889
|
}
|
|
2942
2890
|
}
|
|
2943
2891
|
]
|
|
2944
2892
|
},
|
|
2945
2893
|
{
|
|
2946
2894
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/cell-
|
|
2895
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2948
2896
|
"declarations": [
|
|
2949
2897
|
{
|
|
2950
|
-
"kind": "
|
|
2951
|
-
"
|
|
2952
|
-
"
|
|
2953
|
-
|
|
2954
|
-
"text": ""
|
|
2955
|
-
}
|
|
2956
|
-
},
|
|
2957
|
-
"parameters": [
|
|
2898
|
+
"kind": "class",
|
|
2899
|
+
"description": "The select editor class for grid-tabulator",
|
|
2900
|
+
"name": "SelectEditor",
|
|
2901
|
+
"members": [
|
|
2958
2902
|
{
|
|
2959
|
-
"
|
|
2903
|
+
"kind": "field",
|
|
2904
|
+
"name": "params",
|
|
2905
|
+
"type": {
|
|
2906
|
+
"text": "SelectEditorParams"
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "field",
|
|
2911
|
+
"name": "select",
|
|
2960
2912
|
"type": {
|
|
2961
2913
|
"text": "any"
|
|
2962
|
-
}
|
|
2963
|
-
"description": "The cell component provided by Tabulator"
|
|
2914
|
+
}
|
|
2964
2915
|
},
|
|
2965
2916
|
{
|
|
2966
|
-
"
|
|
2967
|
-
"
|
|
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",
|
|
2968
2960
|
"type": {
|
|
2969
|
-
"text": "
|
|
2961
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2970
2962
|
},
|
|
2971
|
-
"
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
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": [
|
|
2963
|
+
"privacy": "private",
|
|
2964
|
+
"default": "void 0",
|
|
2965
|
+
"inheritedFrom": {
|
|
2966
|
+
"name": "FoundationElement",
|
|
2967
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2968
|
+
}
|
|
2969
|
+
},
|
|
3002
2970
|
{
|
|
3003
|
-
"
|
|
2971
|
+
"kind": "field",
|
|
2972
|
+
"name": "$presentation",
|
|
3004
2973
|
"type": {
|
|
3005
|
-
"text": "
|
|
2974
|
+
"text": "ComponentPresentation | null"
|
|
3006
2975
|
},
|
|
3007
|
-
"
|
|
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
|
+
}
|
|
3008
2982
|
},
|
|
3009
2983
|
{
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
2984
|
+
"kind": "field",
|
|
2985
|
+
"name": "template",
|
|
3012
2986
|
"type": {
|
|
3013
|
-
"text": "
|
|
2987
|
+
"text": "ElementViewTemplate | void | null"
|
|
3014
2988
|
},
|
|
3015
|
-
"
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
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": [
|
|
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
|
+
},
|
|
3046
2996
|
{
|
|
3047
|
-
"
|
|
3048
|
-
"
|
|
3049
|
-
|
|
2997
|
+
"kind": "method",
|
|
2998
|
+
"name": "templateChanged",
|
|
2999
|
+
"privacy": "protected",
|
|
3000
|
+
"return": {
|
|
3001
|
+
"type": {
|
|
3002
|
+
"text": "void"
|
|
3003
|
+
}
|
|
3050
3004
|
},
|
|
3051
|
-
"
|
|
3005
|
+
"inheritedFrom": {
|
|
3006
|
+
"name": "FoundationElement",
|
|
3007
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3008
|
+
}
|
|
3052
3009
|
},
|
|
3053
3010
|
{
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
3011
|
+
"kind": "field",
|
|
3012
|
+
"name": "styles",
|
|
3056
3013
|
"type": {
|
|
3057
|
-
"text": "
|
|
3014
|
+
"text": "ElementStyles | void | null"
|
|
3058
3015
|
},
|
|
3059
|
-
"
|
|
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
|
+
}
|
|
3060
3067
|
}
|
|
3061
3068
|
],
|
|
3062
|
-
"
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
],
|
|
3066
|
-
"exports": [
|
|
3067
|
-
{
|
|
3068
|
-
"kind": "js",
|
|
3069
|
-
"name": "booleanFormatter",
|
|
3070
|
-
"declaration": {
|
|
3071
|
-
"name": "booleanFormatter",
|
|
3072
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3069
|
+
"superclass": {
|
|
3070
|
+
"name": "FoundationElement",
|
|
3071
|
+
"package": "@microsoft/fast-foundation"
|
|
3073
3072
|
}
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
"exports": []
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "javascript-module",
|
|
3085
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3086
|
-
"declarations": [
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
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"
|
|
3079
|
+
},
|
|
3087
3080
|
{
|
|
3088
3081
|
"kind": "function",
|
|
3089
|
-
"name": "
|
|
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.",
|
|
3090
3091
|
"return": {
|
|
3091
3092
|
"type": {
|
|
3092
3093
|
"text": ""
|
|
3093
3094
|
}
|
|
3094
3095
|
},
|
|
3095
|
-
"parameters": [
|
|
3096
|
-
{
|
|
3097
|
-
"name": "cell",
|
|
3098
|
-
"type": {
|
|
3099
|
-
"text": "any"
|
|
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"
|
|
3110
|
-
}
|
|
3111
|
-
],
|
|
3112
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
3113
3096
|
"privacy": "public"
|
|
3114
|
-
}
|
|
3115
|
-
],
|
|
3116
|
-
"exports": [
|
|
3117
|
-
{
|
|
3118
|
-
"kind": "js",
|
|
3119
|
-
"name": "editableFormatter",
|
|
3120
|
-
"declaration": {
|
|
3121
|
-
"name": "editableFormatter",
|
|
3122
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3123
|
-
}
|
|
3124
|
-
}
|
|
3125
|
-
]
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"kind": "javascript-module",
|
|
3129
|
-
"path": "src/cell-formatters/index.ts",
|
|
3130
|
-
"declarations": [
|
|
3097
|
+
},
|
|
3131
3098
|
{
|
|
3132
3099
|
"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"
|
|
3100
|
+
"name": "foundationSelectEditor",
|
|
3101
|
+
"description": "Definition for the select editor component"
|
|
3139
3102
|
}
|
|
3140
3103
|
],
|
|
3141
3104
|
"exports": [
|
|
3142
3105
|
{
|
|
3143
3106
|
"kind": "js",
|
|
3144
|
-
"name": "
|
|
3145
|
-
"declaration": {
|
|
3146
|
-
"name": "*",
|
|
3147
|
-
"package": "./constants"
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
{
|
|
3151
|
-
"kind": "js",
|
|
3152
|
-
"name": "ActionFormatterParams",
|
|
3153
|
-
"declaration": {
|
|
3154
|
-
"name": "ActionFormatterParams",
|
|
3155
|
-
"module": "src/cell-formatters/index.ts"
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"kind": "js",
|
|
3160
|
-
"name": "actionFormatter",
|
|
3161
|
-
"declaration": {
|
|
3162
|
-
"name": "actionFormatter",
|
|
3163
|
-
"module": "src/cell-formatters/index.ts"
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"kind": "js",
|
|
3168
|
-
"name": "ActionsMenuFormatterParams",
|
|
3169
|
-
"declaration": {
|
|
3170
|
-
"name": "ActionsMenuFormatterParams",
|
|
3171
|
-
"module": "src/cell-formatters/index.ts"
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"kind": "js",
|
|
3176
|
-
"name": "actionsMenuFormatter",
|
|
3107
|
+
"name": "SelectEditor",
|
|
3177
3108
|
"declaration": {
|
|
3178
|
-
"name": "
|
|
3179
|
-
"module": "src/cell-
|
|
3109
|
+
"name": "SelectEditor",
|
|
3110
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3180
3111
|
}
|
|
3181
3112
|
},
|
|
3182
3113
|
{
|
|
3183
3114
|
"kind": "js",
|
|
3184
|
-
"name": "
|
|
3115
|
+
"name": "selectEditorStyles",
|
|
3185
3116
|
"declaration": {
|
|
3186
|
-
"name": "
|
|
3187
|
-
"module": "src/cell-
|
|
3117
|
+
"name": "selectEditorStyles",
|
|
3118
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3188
3119
|
}
|
|
3189
3120
|
},
|
|
3190
3121
|
{
|
|
3191
3122
|
"kind": "js",
|
|
3192
|
-
"name": "
|
|
3123
|
+
"name": "getSelectEditorTemplate",
|
|
3193
3124
|
"declaration": {
|
|
3194
|
-
"name": "
|
|
3195
|
-
"module": "src/cell-
|
|
3125
|
+
"name": "getSelectEditorTemplate",
|
|
3126
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3196
3127
|
}
|
|
3197
3128
|
},
|
|
3198
3129
|
{
|
|
3199
3130
|
"kind": "js",
|
|
3200
|
-
"name": "
|
|
3131
|
+
"name": "foundationSelectEditor",
|
|
3201
3132
|
"declaration": {
|
|
3202
|
-
"name": "
|
|
3203
|
-
"module": "src/cell-
|
|
3133
|
+
"name": "foundationSelectEditor",
|
|
3134
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3204
3135
|
}
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"kind": "js",
|
|
3216
|
-
"name": "SelectFormatterParams",
|
|
3217
|
-
"declaration": {
|
|
3218
|
-
"name": "SelectFormatterParams",
|
|
3219
|
-
"module": "src/cell-formatters/index.ts"
|
|
3220
|
-
}
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"kind": "js",
|
|
3224
|
-
"name": "selectFormatter",
|
|
3225
|
-
"declaration": {
|
|
3226
|
-
"name": "selectFormatter",
|
|
3227
|
-
"module": "src/cell-formatters/index.ts"
|
|
3228
|
-
}
|
|
3229
|
-
},
|
|
3230
|
-
{
|
|
3231
|
-
"kind": "js",
|
|
3232
|
-
"name": "TextFormatterParams",
|
|
3233
|
-
"declaration": {
|
|
3234
|
-
"name": "TextFormatterParams",
|
|
3235
|
-
"module": "src/cell-formatters/index.ts"
|
|
3236
|
-
}
|
|
3237
|
-
},
|
|
3238
|
-
{
|
|
3239
|
-
"kind": "js",
|
|
3240
|
-
"name": "textFormatter",
|
|
3241
|
-
"declaration": {
|
|
3242
|
-
"name": "textFormatter",
|
|
3243
|
-
"module": "src/cell-formatters/index.ts"
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
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
|
-
{
|
|
3261
|
-
"kind": "function",
|
|
3262
|
-
"name": "selectFormatter",
|
|
3263
|
-
"return": {
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": ""
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
"parameters": [
|
|
3269
|
-
{
|
|
3270
|
-
"name": "cell",
|
|
3271
|
-
"type": {
|
|
3272
|
-
"text": "any"
|
|
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"
|
|
3282
|
-
}
|
|
3283
|
-
],
|
|
3284
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3285
|
-
"privacy": "public"
|
|
3286
|
-
}
|
|
3287
|
-
],
|
|
3288
|
-
"exports": [
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "js",
|
|
3291
|
-
"name": "selectFormatter",
|
|
3292
|
-
"declaration": {
|
|
3293
|
-
"name": "selectFormatter",
|
|
3294
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
3295
|
-
}
|
|
3296
|
-
}
|
|
3297
|
-
]
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"kind": "javascript-module",
|
|
3301
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
-
"declarations": [
|
|
3303
|
-
{
|
|
3304
|
-
"kind": "function",
|
|
3305
|
-
"name": "textFormatter",
|
|
3306
|
-
"return": {
|
|
3307
|
-
"type": {
|
|
3308
|
-
"text": ""
|
|
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": [
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "js",
|
|
3335
|
-
"name": "textFormatter",
|
|
3336
|
-
"declaration": {
|
|
3337
|
-
"name": "textFormatter",
|
|
3338
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
3339
|
-
}
|
|
3340
|
-
}
|
|
3341
|
-
]
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "javascript-module",
|
|
3345
|
-
"path": "src/datasource/client-side.datasource.ts",
|
|
3346
|
-
"declarations": [
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "variable",
|
|
3349
|
-
"name": "criteriaDelimiter",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "string"
|
|
3352
|
-
},
|
|
3353
|
-
"default": "';'",
|
|
3354
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"kind": "variable",
|
|
3358
|
-
"name": "criteriaJoin",
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": "string"
|
|
3361
|
-
},
|
|
3362
|
-
"default": "' && '",
|
|
3363
|
-
"description": "Join operator for criteria in the datasource"
|
|
3364
|
-
},
|
|
3136
|
+
}
|
|
3137
|
+
]
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"kind": "javascript-module",
|
|
3141
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
3142
|
+
"declarations": [
|
|
3365
3143
|
{
|
|
3366
3144
|
"kind": "class",
|
|
3367
|
-
"description": "The
|
|
3368
|
-
"name": "
|
|
3145
|
+
"description": "The string editor class for grid-tabulator",
|
|
3146
|
+
"name": "StringEditor",
|
|
3369
3147
|
"members": [
|
|
3370
3148
|
{
|
|
3371
3149
|
"kind": "field",
|
|
3372
|
-
"name": "
|
|
3373
|
-
"type": {
|
|
3374
|
-
"text": "Auth"
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "field",
|
|
3379
|
-
"name": "connect",
|
|
3150
|
+
"name": "params",
|
|
3380
3151
|
"type": {
|
|
3381
|
-
"text": "
|
|
3152
|
+
"text": "StringEditorParams"
|
|
3382
3153
|
}
|
|
3383
3154
|
},
|
|
3384
3155
|
{
|
|
3385
3156
|
"kind": "field",
|
|
3386
|
-
"name": "
|
|
3157
|
+
"name": "textField",
|
|
3387
3158
|
"type": {
|
|
3388
|
-
"text": "
|
|
3159
|
+
"text": "any"
|
|
3389
3160
|
}
|
|
3390
3161
|
},
|
|
3391
3162
|
{
|
|
3392
|
-
"kind": "
|
|
3393
|
-
"name": "
|
|
3394
|
-
"
|
|
3395
|
-
|
|
3396
|
-
|
|
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"
|
|
3397
3174
|
},
|
|
3398
3175
|
{
|
|
3399
|
-
"kind": "
|
|
3400
|
-
"name": "
|
|
3401
|
-
"
|
|
3402
|
-
"text": "any[]"
|
|
3403
|
-
},
|
|
3404
|
-
"default": "[]",
|
|
3405
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3176
|
+
"kind": "method",
|
|
3177
|
+
"name": "getValue",
|
|
3178
|
+
"description": "Get current value"
|
|
3406
3179
|
},
|
|
3407
3180
|
{
|
|
3408
|
-
"kind": "
|
|
3409
|
-
"name": "
|
|
3410
|
-
"
|
|
3411
|
-
"text": "string"
|
|
3412
|
-
}
|
|
3181
|
+
"kind": "method",
|
|
3182
|
+
"name": "focus",
|
|
3183
|
+
"description": "Set focus to the input"
|
|
3413
3184
|
},
|
|
3414
3185
|
{
|
|
3415
3186
|
"kind": "method",
|
|
3416
|
-
"name": "
|
|
3187
|
+
"name": "handleKeyDown",
|
|
3417
3188
|
"parameters": [
|
|
3418
3189
|
{
|
|
3419
|
-
"name": "
|
|
3420
|
-
"type": {
|
|
3421
|
-
"text": "string"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "newCriteria",
|
|
3190
|
+
"name": "event",
|
|
3426
3191
|
"type": {
|
|
3427
|
-
"text": "
|
|
3192
|
+
"text": "KeyboardEvent"
|
|
3428
3193
|
}
|
|
3429
3194
|
}
|
|
3430
|
-
]
|
|
3195
|
+
],
|
|
3196
|
+
"description": "Process key down events"
|
|
3431
3197
|
},
|
|
3432
3198
|
{
|
|
3433
3199
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3200
|
+
"name": "_presentation",
|
|
3435
3201
|
"type": {
|
|
3436
|
-
"text": "
|
|
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"
|
|
3437
3209
|
}
|
|
3438
3210
|
},
|
|
3439
3211
|
{
|
|
3440
3212
|
"kind": "field",
|
|
3441
|
-
"name": "
|
|
3213
|
+
"name": "$presentation",
|
|
3442
3214
|
"type": {
|
|
3443
|
-
"text": "
|
|
3215
|
+
"text": "ComponentPresentation | null"
|
|
3444
3216
|
},
|
|
3445
|
-
"
|
|
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
|
+
}
|
|
3446
3223
|
},
|
|
3447
3224
|
{
|
|
3448
3225
|
"kind": "field",
|
|
3449
|
-
"name": "
|
|
3226
|
+
"name": "template",
|
|
3450
3227
|
"type": {
|
|
3451
|
-
"text": "
|
|
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"
|
|
3452
3235
|
}
|
|
3453
3236
|
},
|
|
3454
3237
|
{
|
|
3455
|
-
"kind": "
|
|
3456
|
-
"name": "
|
|
3457
|
-
"
|
|
3458
|
-
|
|
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"
|
|
3459
3249
|
}
|
|
3460
3250
|
},
|
|
3461
3251
|
{
|
|
3462
3252
|
"kind": "field",
|
|
3463
|
-
"name": "
|
|
3253
|
+
"name": "styles",
|
|
3464
3254
|
"type": {
|
|
3465
|
-
"text": "
|
|
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"
|
|
3466
3262
|
}
|
|
3467
3263
|
},
|
|
3468
3264
|
{
|
|
3469
|
-
"kind": "
|
|
3470
|
-
"name": "
|
|
3471
|
-
"
|
|
3472
|
-
|
|
3265
|
+
"kind": "method",
|
|
3266
|
+
"name": "stylesChanged",
|
|
3267
|
+
"privacy": "protected",
|
|
3268
|
+
"return": {
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "void"
|
|
3271
|
+
}
|
|
3473
3272
|
},
|
|
3474
|
-
"
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "FoundationElement",
|
|
3275
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3276
|
+
}
|
|
3475
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"
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
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"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"kind": "function",
|
|
3323
|
+
"name": "getStringEditorTemplate",
|
|
3324
|
+
"parameters": [
|
|
3325
|
+
{
|
|
3326
|
+
"name": "prefix",
|
|
3327
|
+
"default": "'foundation'",
|
|
3328
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3329
|
+
}
|
|
3330
|
+
],
|
|
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"
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"exports": [
|
|
3345
|
+
{
|
|
3346
|
+
"kind": "js",
|
|
3347
|
+
"name": "StringEditor",
|
|
3348
|
+
"declaration": {
|
|
3349
|
+
"name": "StringEditor",
|
|
3350
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3351
|
+
}
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"kind": "js",
|
|
3355
|
+
"name": "stringEditorStyles",
|
|
3356
|
+
"declaration": {
|
|
3357
|
+
"name": "stringEditorStyles",
|
|
3358
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "js",
|
|
3363
|
+
"name": "getStringEditorTemplate",
|
|
3364
|
+
"declaration": {
|
|
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"
|
|
3375
|
+
}
|
|
3376
|
+
}
|
|
3377
|
+
]
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "javascript-module",
|
|
3381
|
+
"path": "src/cell/cell.ts",
|
|
3382
|
+
"declarations": [
|
|
3383
|
+
{
|
|
3384
|
+
"kind": "class",
|
|
3385
|
+
"description": "The GridTabulator Cell element.",
|
|
3386
|
+
"name": "GridTabulatorCell",
|
|
3387
|
+
"members": [
|
|
3476
3388
|
{
|
|
3477
3389
|
"kind": "field",
|
|
3478
|
-
"name": "
|
|
3390
|
+
"name": "renderer",
|
|
3479
3391
|
"type": {
|
|
3480
|
-
"text": "
|
|
3481
|
-
}
|
|
3392
|
+
"text": "CellRendererFunc"
|
|
3393
|
+
},
|
|
3394
|
+
"privacy": "public"
|
|
3482
3395
|
},
|
|
3483
3396
|
{
|
|
3484
3397
|
"kind": "field",
|
|
3485
|
-
"name": "
|
|
3398
|
+
"name": "rendererParams",
|
|
3486
3399
|
"type": {
|
|
3487
|
-
"text": "
|
|
3488
|
-
}
|
|
3400
|
+
"text": "CellRendererParams"
|
|
3401
|
+
},
|
|
3402
|
+
"privacy": "public"
|
|
3489
3403
|
},
|
|
3490
3404
|
{
|
|
3491
3405
|
"kind": "field",
|
|
3492
|
-
"name": "
|
|
3406
|
+
"name": "slottedRenderer",
|
|
3493
3407
|
"type": {
|
|
3494
|
-
"text": "
|
|
3495
|
-
}
|
|
3408
|
+
"text": "HTMLElement[]"
|
|
3409
|
+
},
|
|
3410
|
+
"privacy": "public"
|
|
3496
3411
|
},
|
|
3497
3412
|
{
|
|
3498
3413
|
"kind": "method",
|
|
3499
|
-
"name": "
|
|
3414
|
+
"name": "init",
|
|
3415
|
+
"privacy": "public",
|
|
3500
3416
|
"parameters": [
|
|
3501
3417
|
{
|
|
3502
|
-
"name": "
|
|
3503
|
-
"type": {
|
|
3504
|
-
"text": "string"
|
|
3505
|
-
}
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"name": "newValue",
|
|
3418
|
+
"name": "params",
|
|
3509
3419
|
"type": {
|
|
3510
|
-
"text": "
|
|
3420
|
+
"text": "CellRendererParams"
|
|
3511
3421
|
}
|
|
3512
3422
|
}
|
|
3513
3423
|
]
|
|
3514
3424
|
},
|
|
3515
3425
|
{
|
|
3516
|
-
"kind": "
|
|
3517
|
-
"name": "
|
|
3518
|
-
"
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3426
|
+
"kind": "method",
|
|
3427
|
+
"name": "getElement",
|
|
3428
|
+
"privacy": "public",
|
|
3429
|
+
"return": {
|
|
3430
|
+
"type": {
|
|
3431
|
+
"text": "HTMLElement"
|
|
3432
|
+
}
|
|
3433
|
+
}
|
|
3522
3434
|
},
|
|
3523
3435
|
{
|
|
3524
|
-
"kind": "
|
|
3525
|
-
"name": "
|
|
3526
|
-
"
|
|
3436
|
+
"kind": "method",
|
|
3437
|
+
"name": "destroy",
|
|
3438
|
+
"privacy": "public"
|
|
3527
3439
|
},
|
|
3528
3440
|
{
|
|
3529
|
-
"kind": "
|
|
3530
|
-
"name": "
|
|
3531
|
-
"
|
|
3532
|
-
|
|
3441
|
+
"kind": "method",
|
|
3442
|
+
"name": "refresh",
|
|
3443
|
+
"privacy": "public",
|
|
3444
|
+
"return": {
|
|
3445
|
+
"type": {
|
|
3446
|
+
"text": "boolean"
|
|
3447
|
+
}
|
|
3533
3448
|
},
|
|
3534
|
-
"
|
|
3449
|
+
"parameters": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "params",
|
|
3452
|
+
"type": {
|
|
3453
|
+
"text": "CellRendererParams"
|
|
3454
|
+
}
|
|
3455
|
+
}
|
|
3456
|
+
]
|
|
3535
3457
|
},
|
|
3536
3458
|
{
|
|
3537
|
-
"kind": "
|
|
3538
|
-
"name": "
|
|
3539
|
-
"
|
|
3540
|
-
"text": "boolean"
|
|
3541
|
-
},
|
|
3542
|
-
"default": "false",
|
|
3543
|
-
"description": "Whether to keep column definitions when clearing row data"
|
|
3459
|
+
"kind": "method",
|
|
3460
|
+
"name": "slottedRendererChanged",
|
|
3461
|
+
"privacy": "public"
|
|
3544
3462
|
},
|
|
3545
3463
|
{
|
|
3546
3464
|
"kind": "field",
|
|
3547
|
-
"name": "
|
|
3465
|
+
"name": "_presentation",
|
|
3548
3466
|
"type": {
|
|
3549
|
-
"text": "
|
|
3467
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3550
3468
|
},
|
|
3551
|
-
"
|
|
3469
|
+
"privacy": "private",
|
|
3470
|
+
"default": "void 0",
|
|
3471
|
+
"inheritedFrom": {
|
|
3472
|
+
"name": "FoundationElement",
|
|
3473
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3474
|
+
}
|
|
3552
3475
|
},
|
|
3553
3476
|
{
|
|
3554
3477
|
"kind": "field",
|
|
3555
|
-
"name": "
|
|
3478
|
+
"name": "$presentation",
|
|
3556
3479
|
"type": {
|
|
3557
|
-
"text": "
|
|
3480
|
+
"text": "ComponentPresentation | null"
|
|
3558
3481
|
},
|
|
3559
|
-
"privacy": "
|
|
3482
|
+
"privacy": "public",
|
|
3483
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3484
|
+
"inheritedFrom": {
|
|
3485
|
+
"name": "FoundationElement",
|
|
3486
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3487
|
+
}
|
|
3560
3488
|
},
|
|
3561
3489
|
{
|
|
3562
3490
|
"kind": "field",
|
|
3563
|
-
"name": "
|
|
3491
|
+
"name": "template",
|
|
3564
3492
|
"type": {
|
|
3565
|
-
"text": "
|
|
3493
|
+
"text": "ElementViewTemplate | void | null"
|
|
3566
3494
|
},
|
|
3567
|
-
"privacy": "
|
|
3495
|
+
"privacy": "public",
|
|
3496
|
+
"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.",
|
|
3497
|
+
"inheritedFrom": {
|
|
3498
|
+
"name": "FoundationElement",
|
|
3499
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3500
|
+
}
|
|
3568
3501
|
},
|
|
3569
3502
|
{
|
|
3570
|
-
"kind": "
|
|
3571
|
-
"name": "
|
|
3572
|
-
"
|
|
3573
|
-
|
|
3503
|
+
"kind": "method",
|
|
3504
|
+
"name": "templateChanged",
|
|
3505
|
+
"privacy": "protected",
|
|
3506
|
+
"return": {
|
|
3507
|
+
"type": {
|
|
3508
|
+
"text": "void"
|
|
3509
|
+
}
|
|
3574
3510
|
},
|
|
3575
|
-
"
|
|
3511
|
+
"inheritedFrom": {
|
|
3512
|
+
"name": "FoundationElement",
|
|
3513
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3514
|
+
}
|
|
3576
3515
|
},
|
|
3577
3516
|
{
|
|
3578
3517
|
"kind": "field",
|
|
3579
|
-
"name": "
|
|
3518
|
+
"name": "styles",
|
|
3580
3519
|
"type": {
|
|
3581
|
-
"text": "
|
|
3520
|
+
"text": "ElementStyles | void | null"
|
|
3582
3521
|
},
|
|
3583
|
-
"privacy": "
|
|
3584
|
-
"
|
|
3522
|
+
"privacy": "public",
|
|
3523
|
+
"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.",
|
|
3524
|
+
"inheritedFrom": {
|
|
3525
|
+
"name": "FoundationElement",
|
|
3526
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3527
|
+
}
|
|
3585
3528
|
},
|
|
3586
3529
|
{
|
|
3587
|
-
"kind": "
|
|
3588
|
-
"name": "
|
|
3589
|
-
"
|
|
3590
|
-
|
|
3530
|
+
"kind": "method",
|
|
3531
|
+
"name": "stylesChanged",
|
|
3532
|
+
"privacy": "protected",
|
|
3533
|
+
"return": {
|
|
3534
|
+
"type": {
|
|
3535
|
+
"text": "void"
|
|
3536
|
+
}
|
|
3591
3537
|
},
|
|
3592
|
-
"
|
|
3593
|
-
|
|
3538
|
+
"inheritedFrom": {
|
|
3539
|
+
"name": "FoundationElement",
|
|
3540
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3541
|
+
}
|
|
3594
3542
|
},
|
|
3543
|
+
{
|
|
3544
|
+
"kind": "method",
|
|
3545
|
+
"name": "compose",
|
|
3546
|
+
"privacy": "public",
|
|
3547
|
+
"static": true,
|
|
3548
|
+
"return": {
|
|
3549
|
+
"type": {
|
|
3550
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
"parameters": [
|
|
3554
|
+
{
|
|
3555
|
+
"name": "this",
|
|
3556
|
+
"type": {
|
|
3557
|
+
"text": "K"
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "elementDefinition",
|
|
3562
|
+
"type": {
|
|
3563
|
+
"text": "T"
|
|
3564
|
+
},
|
|
3565
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3566
|
+
}
|
|
3567
|
+
],
|
|
3568
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3569
|
+
"inheritedFrom": {
|
|
3570
|
+
"name": "FoundationElement",
|
|
3571
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3575
|
+
"superclass": {
|
|
3576
|
+
"name": "FoundationElement",
|
|
3577
|
+
"package": "@microsoft/fast-foundation"
|
|
3578
|
+
},
|
|
3579
|
+
"tagName": "grid-tabulator-cell",
|
|
3580
|
+
"customElement": true
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"exports": [
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "js",
|
|
3586
|
+
"name": "GridTabulatorCell",
|
|
3587
|
+
"declaration": {
|
|
3588
|
+
"name": "GridTabulatorCell",
|
|
3589
|
+
"module": "src/cell/cell.ts"
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"kind": "custom-element-definition",
|
|
3594
|
+
"name": "grid-tabulator-cell",
|
|
3595
|
+
"declaration": {
|
|
3596
|
+
"name": "GridTabulatorCell",
|
|
3597
|
+
"module": "src/cell/cell.ts"
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
]
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"kind": "javascript-module",
|
|
3604
|
+
"path": "src/cell/index.ts",
|
|
3605
|
+
"declarations": [],
|
|
3606
|
+
"exports": [
|
|
3607
|
+
{
|
|
3608
|
+
"kind": "js",
|
|
3609
|
+
"name": "*",
|
|
3610
|
+
"declaration": {
|
|
3611
|
+
"name": "*",
|
|
3612
|
+
"package": "./cell"
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"kind": "javascript-module",
|
|
3619
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
3620
|
+
"declarations": [
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "variable",
|
|
3623
|
+
"name": "criteriaDelimiter",
|
|
3624
|
+
"type": {
|
|
3625
|
+
"text": "string"
|
|
3626
|
+
},
|
|
3627
|
+
"default": "';'",
|
|
3628
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "variable",
|
|
3632
|
+
"name": "criteriaJoin",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "string"
|
|
3635
|
+
},
|
|
3636
|
+
"default": "' && '",
|
|
3637
|
+
"description": "Join operator for criteria in the datasource"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"kind": "class",
|
|
3641
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3642
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3643
|
+
"members": [
|
|
3595
3644
|
{
|
|
3596
3645
|
"kind": "field",
|
|
3597
|
-
"name": "
|
|
3646
|
+
"name": "auth",
|
|
3598
3647
|
"type": {
|
|
3599
|
-
"text": "
|
|
3600
|
-
}
|
|
3601
|
-
"privacy": "private",
|
|
3602
|
-
"default": "false"
|
|
3648
|
+
"text": "Auth"
|
|
3649
|
+
}
|
|
3603
3650
|
},
|
|
3604
3651
|
{
|
|
3605
3652
|
"kind": "field",
|
|
3606
|
-
"name": "
|
|
3653
|
+
"name": "connect",
|
|
3607
3654
|
"type": {
|
|
3608
|
-
"text": "
|
|
3609
|
-
}
|
|
3610
|
-
"privacy": "private",
|
|
3611
|
-
"default": "new Map()"
|
|
3655
|
+
"text": "Connect"
|
|
3656
|
+
}
|
|
3612
3657
|
},
|
|
3613
3658
|
{
|
|
3614
3659
|
"kind": "field",
|
|
3615
|
-
"name": "
|
|
3660
|
+
"name": "datasource",
|
|
3616
3661
|
"type": {
|
|
3617
|
-
"text": "
|
|
3618
|
-
}
|
|
3619
|
-
"privacy": "private"
|
|
3662
|
+
"text": "Datasource"
|
|
3663
|
+
}
|
|
3620
3664
|
},
|
|
3621
3665
|
{
|
|
3622
3666
|
"kind": "field",
|
|
3623
|
-
"name": "
|
|
3667
|
+
"name": "deferredGridOptions",
|
|
3624
3668
|
"type": {
|
|
3625
|
-
"text": "
|
|
3626
|
-
}
|
|
3627
|
-
"privacy": "private"
|
|
3669
|
+
"text": "Options"
|
|
3670
|
+
}
|
|
3628
3671
|
},
|
|
3629
3672
|
{
|
|
3630
3673
|
"kind": "field",
|
|
3631
|
-
"name": "
|
|
3674
|
+
"name": "deferredColumnStates",
|
|
3632
3675
|
"type": {
|
|
3633
|
-
"text": "
|
|
3676
|
+
"text": "any[]"
|
|
3634
3677
|
},
|
|
3635
|
-
"
|
|
3636
|
-
"
|
|
3678
|
+
"default": "[]",
|
|
3679
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3637
3680
|
},
|
|
3638
3681
|
{
|
|
3639
3682
|
"kind": "field",
|
|
3640
|
-
"name": "
|
|
3683
|
+
"name": "criteria",
|
|
3641
3684
|
"type": {
|
|
3642
|
-
"text": "
|
|
3643
|
-
}
|
|
3644
|
-
"privacy": "private",
|
|
3645
|
-
"default": "new BehaviorSubject(new Map())"
|
|
3685
|
+
"text": "string"
|
|
3686
|
+
}
|
|
3646
3687
|
},
|
|
3647
3688
|
{
|
|
3648
3689
|
"kind": "method",
|
|
3649
|
-
"name": "
|
|
3650
|
-
"
|
|
3651
|
-
|
|
3652
|
-
"
|
|
3690
|
+
"name": "criteriaChanged",
|
|
3691
|
+
"parameters": [
|
|
3692
|
+
{
|
|
3693
|
+
"name": "oldCriteria",
|
|
3694
|
+
"type": {
|
|
3695
|
+
"text": "string"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "newCriteria",
|
|
3700
|
+
"type": {
|
|
3701
|
+
"text": "string"
|
|
3702
|
+
}
|
|
3653
3703
|
}
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3704
|
+
]
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"kind": "field",
|
|
3708
|
+
"name": "fields",
|
|
3709
|
+
"type": {
|
|
3710
|
+
"text": "string"
|
|
3658
3711
|
}
|
|
3659
3712
|
},
|
|
3660
3713
|
{
|
|
3661
3714
|
"kind": "field",
|
|
3662
|
-
"name": "
|
|
3715
|
+
"name": "isSnapshot",
|
|
3663
3716
|
"type": {
|
|
3664
|
-
"text": "
|
|
3717
|
+
"text": "boolean"
|
|
3665
3718
|
},
|
|
3666
|
-
"
|
|
3667
|
-
"readonly": true
|
|
3719
|
+
"default": "false"
|
|
3668
3720
|
},
|
|
3669
3721
|
{
|
|
3670
|
-
"kind": "
|
|
3671
|
-
"name": "
|
|
3672
|
-
"
|
|
3673
|
-
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "maxRows",
|
|
3724
|
+
"type": {
|
|
3725
|
+
"text": "number"
|
|
3726
|
+
}
|
|
3674
3727
|
},
|
|
3675
3728
|
{
|
|
3676
|
-
"kind": "
|
|
3677
|
-
"name": "
|
|
3678
|
-
"
|
|
3679
|
-
|
|
3729
|
+
"kind": "field",
|
|
3730
|
+
"name": "maxView",
|
|
3731
|
+
"type": {
|
|
3732
|
+
"text": "number"
|
|
3733
|
+
}
|
|
3680
3734
|
},
|
|
3681
3735
|
{
|
|
3682
|
-
"kind": "
|
|
3683
|
-
"name": "
|
|
3736
|
+
"kind": "field",
|
|
3737
|
+
"name": "pollingInterval",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "number"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "field",
|
|
3744
|
+
"name": "movingView",
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "boolean"
|
|
3747
|
+
},
|
|
3748
|
+
"default": "false"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"kind": "field",
|
|
3752
|
+
"name": "orderBy",
|
|
3753
|
+
"type": {
|
|
3754
|
+
"text": "string"
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "field",
|
|
3759
|
+
"name": "request",
|
|
3760
|
+
"type": {
|
|
3761
|
+
"text": "any"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "field",
|
|
3766
|
+
"name": "resourceName",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "string"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "method",
|
|
3773
|
+
"name": "resourceNameChanged",
|
|
3774
|
+
"parameters": [
|
|
3775
|
+
{
|
|
3776
|
+
"name": "oldValue",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "string"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"name": "newValue",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "string"
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "field",
|
|
3791
|
+
"name": "reverse",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "boolean"
|
|
3794
|
+
},
|
|
3795
|
+
"default": "false"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"kind": "field",
|
|
3799
|
+
"name": "rowIdAttr",
|
|
3800
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "field",
|
|
3804
|
+
"name": "restartOnReconnection",
|
|
3805
|
+
"type": {
|
|
3806
|
+
"text": "boolean"
|
|
3807
|
+
},
|
|
3808
|
+
"default": "true"
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "field",
|
|
3812
|
+
"name": "keepColDefsOnClearRowData",
|
|
3813
|
+
"type": {
|
|
3814
|
+
"text": "boolean"
|
|
3815
|
+
},
|
|
3816
|
+
"default": "false",
|
|
3817
|
+
"description": "Whether to keep column definitions when clearing row data"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"kind": "field",
|
|
3821
|
+
"name": "rowDataMapper",
|
|
3822
|
+
"type": {
|
|
3823
|
+
"text": "Function"
|
|
3824
|
+
},
|
|
3825
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "field",
|
|
3829
|
+
"name": "dataSub",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "Subscription"
|
|
3832
|
+
},
|
|
3833
|
+
"privacy": "private"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"kind": "field",
|
|
3837
|
+
"name": "updateSub",
|
|
3838
|
+
"type": {
|
|
3839
|
+
"text": "Subscription"
|
|
3840
|
+
},
|
|
3841
|
+
"privacy": "private"
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"kind": "field",
|
|
3845
|
+
"name": "connectionSub",
|
|
3846
|
+
"type": {
|
|
3847
|
+
"text": "Subscription"
|
|
3848
|
+
},
|
|
3849
|
+
"privacy": "private"
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"kind": "field",
|
|
3853
|
+
"name": "isRequestServer",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "boolean"
|
|
3856
|
+
},
|
|
3857
|
+
"privacy": "private",
|
|
3858
|
+
"default": "false"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"kind": "field",
|
|
3862
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
3863
|
+
"type": {
|
|
3864
|
+
"text": "boolean"
|
|
3865
|
+
},
|
|
3866
|
+
"privacy": "private",
|
|
3867
|
+
"default": "true"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"kind": "field",
|
|
3871
|
+
"name": "dataSubWasLoggedOff",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "boolean"
|
|
3874
|
+
},
|
|
3875
|
+
"privacy": "private",
|
|
3876
|
+
"default": "false"
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"kind": "field",
|
|
3880
|
+
"name": "rows",
|
|
3881
|
+
"type": {
|
|
3882
|
+
"text": "Map<string, any>"
|
|
3883
|
+
},
|
|
3884
|
+
"privacy": "private",
|
|
3885
|
+
"default": "new Map()"
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"kind": "field",
|
|
3889
|
+
"name": "gridTransaction",
|
|
3890
|
+
"type": {
|
|
3891
|
+
"text": "RowDataTransaction"
|
|
3892
|
+
},
|
|
3893
|
+
"privacy": "private"
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"kind": "field",
|
|
3897
|
+
"name": "sourceRef",
|
|
3898
|
+
"type": {
|
|
3899
|
+
"text": "string"
|
|
3900
|
+
},
|
|
3901
|
+
"privacy": "private"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"kind": "field",
|
|
3905
|
+
"name": "criteriaFromFilters",
|
|
3906
|
+
"type": {
|
|
3907
|
+
"text": "Map<string, string>"
|
|
3908
|
+
},
|
|
3909
|
+
"privacy": "private",
|
|
3910
|
+
"default": "new Map()"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "field",
|
|
3914
|
+
"name": "update",
|
|
3915
|
+
"type": {
|
|
3916
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
3917
|
+
},
|
|
3918
|
+
"privacy": "private",
|
|
3919
|
+
"default": "new BehaviorSubject(new Map())"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "method",
|
|
3923
|
+
"name": "deepClone",
|
|
3924
|
+
"return": {
|
|
3925
|
+
"type": {
|
|
3926
|
+
"text": "Node"
|
|
3927
|
+
}
|
|
3928
|
+
},
|
|
3929
|
+
"inheritedFrom": {
|
|
3930
|
+
"name": "LifecycleMixin",
|
|
3931
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "field",
|
|
3936
|
+
"name": "gridTabulator",
|
|
3937
|
+
"type": {
|
|
3938
|
+
"text": "GridTabulator | null"
|
|
3939
|
+
},
|
|
3940
|
+
"privacy": "private",
|
|
3941
|
+
"readonly": true
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"kind": "method",
|
|
3945
|
+
"name": "init",
|
|
3946
|
+
"description": "Initializes the datasource.",
|
|
3947
|
+
"privacy": "public"
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"kind": "method",
|
|
3951
|
+
"name": "destroy",
|
|
3952
|
+
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
3953
|
+
"privacy": "public"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "method",
|
|
3957
|
+
"name": "restart",
|
|
3684
3958
|
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
3685
3959
|
"privacy": "public"
|
|
3686
3960
|
},
|
|
@@ -3808,515 +4082,111 @@
|
|
|
3808
4082
|
]
|
|
3809
4083
|
},
|
|
3810
4084
|
{
|
|
3811
|
-
"kind": "method",
|
|
3812
|
-
"name": "handleStreamDeletes",
|
|
3813
|
-
"privacy": "private",
|
|
3814
|
-
"parameters": [
|
|
3815
|
-
{
|
|
3816
|
-
"name": "deletedRows",
|
|
3817
|
-
"type": {
|
|
3818
|
-
"text": "any[]"
|
|
3819
|
-
}
|
|
3820
|
-
}
|
|
3821
|
-
]
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
"kind": "method",
|
|
3825
|
-
"name": "handleStreamUpdates",
|
|
3826
|
-
"privacy": "private",
|
|
3827
|
-
"parameters": [
|
|
3828
|
-
{
|
|
3829
|
-
"name": "updatedRows",
|
|
3830
|
-
"type": {
|
|
3831
|
-
"text": "any[]"
|
|
3832
|
-
}
|
|
3833
|
-
}
|
|
3834
|
-
]
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
"kind": "method",
|
|
3838
|
-
"name": "handleSizeChanged",
|
|
3839
|
-
"privacy": "private",
|
|
3840
|
-
"parameters": [
|
|
3841
|
-
{
|
|
3842
|
-
"name": "oldSize",
|
|
3843
|
-
"type": {
|
|
3844
|
-
"text": "number"
|
|
3845
|
-
}
|
|
3846
|
-
},
|
|
3847
|
-
{
|
|
3848
|
-
"name": "newSize",
|
|
3849
|
-
"type": {
|
|
3850
|
-
"text": "number"
|
|
3851
|
-
}
|
|
3852
|
-
}
|
|
3853
|
-
],
|
|
3854
|
-
"description": "Emit event when the number of rows changes"
|
|
3855
|
-
},
|
|
3856
|
-
{
|
|
3857
|
-
"kind": "method",
|
|
3858
|
-
"name": "buildCriteria",
|
|
3859
|
-
"privacy": "private",
|
|
3860
|
-
"return": {
|
|
3861
|
-
"type": {
|
|
3862
|
-
"text": "string"
|
|
3863
|
-
}
|
|
3864
|
-
}
|
|
3865
|
-
},
|
|
3866
|
-
{
|
|
3867
|
-
"kind": "method",
|
|
3868
|
-
"name": "setFilter",
|
|
3869
|
-
"privacy": "public",
|
|
3870
|
-
"parameters": [
|
|
3871
|
-
{
|
|
3872
|
-
"name": "fieldName",
|
|
3873
|
-
"type": {
|
|
3874
|
-
"text": "string"
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "newFilter",
|
|
3879
|
-
"type": {
|
|
3880
|
-
"text": "string"
|
|
3881
|
-
}
|
|
3882
|
-
}
|
|
3883
|
-
]
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"kind": "method",
|
|
3887
|
-
"name": "removeFilter",
|
|
3888
|
-
"privacy": "public",
|
|
3889
|
-
"parameters": [
|
|
3890
|
-
{
|
|
3891
|
-
"name": "fieldName",
|
|
3892
|
-
"type": {
|
|
3893
|
-
"text": "string"
|
|
3894
|
-
}
|
|
3895
|
-
}
|
|
3896
|
-
]
|
|
3897
|
-
},
|
|
3898
|
-
{
|
|
3899
|
-
"kind": "method",
|
|
3900
|
-
"name": "datasourceStatusChanged",
|
|
3901
|
-
"parameters": [
|
|
3902
|
-
{
|
|
3903
|
-
"name": "prev",
|
|
3904
|
-
"type": {
|
|
3905
|
-
"text": "DatasourceStatus"
|
|
3906
|
-
}
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"name": "next",
|
|
3910
|
-
"type": {
|
|
3911
|
-
"text": "DatasourceStatus"
|
|
3912
|
-
}
|
|
3913
|
-
}
|
|
3914
|
-
]
|
|
3915
|
-
},
|
|
3916
|
-
{
|
|
3917
|
-
"kind": "method",
|
|
3918
|
-
"name": "cloneNode",
|
|
3919
|
-
"return": {
|
|
3920
|
-
"type": {
|
|
3921
|
-
"text": "Node"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
"parameters": [
|
|
3925
|
-
{
|
|
3926
|
-
"name": "deep",
|
|
3927
|
-
"optional": true,
|
|
3928
|
-
"type": {
|
|
3929
|
-
"text": "boolean"
|
|
3930
|
-
}
|
|
3931
|
-
}
|
|
3932
|
-
],
|
|
3933
|
-
"inheritedFrom": {
|
|
3934
|
-
"name": "LifecycleMixin",
|
|
3935
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
"kind": "field",
|
|
3940
|
-
"name": "shouldRunDisconnect",
|
|
3941
|
-
"return": {
|
|
3942
|
-
"type": {
|
|
3943
|
-
"text": ""
|
|
3944
|
-
}
|
|
3945
|
-
},
|
|
3946
|
-
"readonly": true,
|
|
3947
|
-
"inheritedFrom": {
|
|
3948
|
-
"name": "LifecycleMixin",
|
|
3949
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3950
|
-
}
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"kind": "field",
|
|
3954
|
-
"name": "shouldRunConnect",
|
|
3955
|
-
"return": {
|
|
3956
|
-
"type": {
|
|
3957
|
-
"text": ""
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
3960
|
-
"readonly": true,
|
|
3961
|
-
"inheritedFrom": {
|
|
3962
|
-
"name": "LifecycleMixin",
|
|
3963
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3964
|
-
}
|
|
3965
|
-
},
|
|
3966
|
-
{
|
|
3967
|
-
"kind": "method",
|
|
3968
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
3969
|
-
"return": {
|
|
3970
|
-
"type": {
|
|
3971
|
-
"text": "boolean"
|
|
3972
|
-
}
|
|
3973
|
-
},
|
|
3974
|
-
"parameters": [
|
|
3975
|
-
{
|
|
3976
|
-
"name": "lifecycleType",
|
|
3977
|
-
"type": {
|
|
3978
|
-
"text": "Lifecycletype"
|
|
3979
|
-
}
|
|
3980
|
-
}
|
|
3981
|
-
],
|
|
3982
|
-
"inheritedFrom": {
|
|
3983
|
-
"name": "LifecycleMixin",
|
|
3984
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3985
|
-
}
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"kind": "field",
|
|
3989
|
-
"name": "_presentation",
|
|
3990
|
-
"type": {
|
|
3991
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3992
|
-
},
|
|
3993
|
-
"privacy": "private",
|
|
3994
|
-
"default": "void 0",
|
|
3995
|
-
"inheritedFrom": {
|
|
3996
|
-
"name": "FoundationElement",
|
|
3997
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3998
|
-
}
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"kind": "field",
|
|
4002
|
-
"name": "$presentation",
|
|
4003
|
-
"type": {
|
|
4004
|
-
"text": "ComponentPresentation | null"
|
|
4005
|
-
},
|
|
4006
|
-
"privacy": "public",
|
|
4007
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4008
|
-
"inheritedFrom": {
|
|
4009
|
-
"name": "FoundationElement",
|
|
4010
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4011
|
-
}
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
"kind": "field",
|
|
4015
|
-
"name": "template",
|
|
4016
|
-
"type": {
|
|
4017
|
-
"text": "ElementViewTemplate | void | null"
|
|
4018
|
-
},
|
|
4019
|
-
"privacy": "public",
|
|
4020
|
-
"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.",
|
|
4021
|
-
"inheritedFrom": {
|
|
4022
|
-
"name": "FoundationElement",
|
|
4023
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4024
|
-
}
|
|
4025
|
-
},
|
|
4026
|
-
{
|
|
4027
|
-
"kind": "method",
|
|
4028
|
-
"name": "templateChanged",
|
|
4029
|
-
"privacy": "protected",
|
|
4030
|
-
"return": {
|
|
4031
|
-
"type": {
|
|
4032
|
-
"text": "void"
|
|
4033
|
-
}
|
|
4034
|
-
},
|
|
4035
|
-
"inheritedFrom": {
|
|
4036
|
-
"name": "FoundationElement",
|
|
4037
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4038
|
-
}
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"kind": "field",
|
|
4042
|
-
"name": "styles",
|
|
4043
|
-
"type": {
|
|
4044
|
-
"text": "ElementStyles | void | null"
|
|
4045
|
-
},
|
|
4046
|
-
"privacy": "public",
|
|
4047
|
-
"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.",
|
|
4048
|
-
"inheritedFrom": {
|
|
4049
|
-
"name": "FoundationElement",
|
|
4050
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4051
|
-
}
|
|
4052
|
-
},
|
|
4053
|
-
{
|
|
4054
|
-
"kind": "method",
|
|
4055
|
-
"name": "stylesChanged",
|
|
4056
|
-
"privacy": "protected",
|
|
4057
|
-
"return": {
|
|
4058
|
-
"type": {
|
|
4059
|
-
"text": "void"
|
|
4060
|
-
}
|
|
4061
|
-
},
|
|
4062
|
-
"inheritedFrom": {
|
|
4063
|
-
"name": "FoundationElement",
|
|
4064
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4065
|
-
}
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"kind": "method",
|
|
4069
|
-
"name": "compose",
|
|
4070
|
-
"privacy": "public",
|
|
4071
|
-
"static": true,
|
|
4072
|
-
"return": {
|
|
4073
|
-
"type": {
|
|
4074
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4075
|
-
}
|
|
4076
|
-
},
|
|
4077
|
-
"parameters": [
|
|
4078
|
-
{
|
|
4079
|
-
"name": "this",
|
|
4080
|
-
"type": {
|
|
4081
|
-
"text": "K"
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"name": "elementDefinition",
|
|
4086
|
-
"type": {
|
|
4087
|
-
"text": "T"
|
|
4088
|
-
},
|
|
4089
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4090
|
-
}
|
|
4091
|
-
],
|
|
4092
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4093
|
-
"inheritedFrom": {
|
|
4094
|
-
"name": "FoundationElement",
|
|
4095
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4096
|
-
}
|
|
4097
|
-
}
|
|
4098
|
-
],
|
|
4099
|
-
"events": [
|
|
4100
|
-
{
|
|
4101
|
-
"description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
|
|
4102
|
-
"name": "gridTabulator:error"
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
"description": "Fired when tabulator data is initialized",
|
|
4106
|
-
"name": "dataInit"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
|
|
4110
|
-
"name": "sizeChanged"
|
|
4111
|
-
}
|
|
4112
|
-
],
|
|
4113
|
-
"attributes": [
|
|
4114
|
-
{
|
|
4115
|
-
"name": "criteria",
|
|
4116
|
-
"type": {
|
|
4117
|
-
"text": "string"
|
|
4118
|
-
},
|
|
4119
|
-
"fieldName": "criteria"
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"name": "fields",
|
|
4123
|
-
"type": {
|
|
4124
|
-
"text": "string"
|
|
4125
|
-
},
|
|
4126
|
-
"fieldName": "fields"
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
"name": "is-snapshot",
|
|
4130
|
-
"type": {
|
|
4131
|
-
"text": "boolean"
|
|
4132
|
-
},
|
|
4133
|
-
"default": "false",
|
|
4134
|
-
"fieldName": "isSnapshot"
|
|
4135
|
-
},
|
|
4136
|
-
{
|
|
4137
|
-
"name": "max-rows",
|
|
4138
|
-
"type": {
|
|
4139
|
-
"text": "number"
|
|
4140
|
-
},
|
|
4141
|
-
"fieldName": "maxRows"
|
|
4142
|
-
},
|
|
4143
|
-
{
|
|
4144
|
-
"name": "max-view",
|
|
4145
|
-
"type": {
|
|
4146
|
-
"text": "number"
|
|
4147
|
-
},
|
|
4148
|
-
"fieldName": "maxView"
|
|
4149
|
-
},
|
|
4150
|
-
{
|
|
4151
|
-
"name": "polling-interval",
|
|
4152
|
-
"type": {
|
|
4153
|
-
"text": "number"
|
|
4154
|
-
},
|
|
4155
|
-
"fieldName": "pollingInterval"
|
|
4156
|
-
},
|
|
4157
|
-
{
|
|
4158
|
-
"name": "moving-view",
|
|
4159
|
-
"type": {
|
|
4160
|
-
"text": "boolean"
|
|
4161
|
-
},
|
|
4162
|
-
"default": "false",
|
|
4163
|
-
"fieldName": "movingView"
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "order-by",
|
|
4167
|
-
"type": {
|
|
4168
|
-
"text": "string"
|
|
4169
|
-
},
|
|
4170
|
-
"fieldName": "orderBy"
|
|
4171
|
-
},
|
|
4172
|
-
{
|
|
4173
|
-
"name": "resource-name",
|
|
4174
|
-
"type": {
|
|
4175
|
-
"text": "string"
|
|
4176
|
-
},
|
|
4177
|
-
"fieldName": "resourceName"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"type": {
|
|
4181
|
-
"text": "boolean"
|
|
4182
|
-
},
|
|
4183
|
-
"default": "false",
|
|
4184
|
-
"fieldName": "reverse"
|
|
4185
|
-
},
|
|
4186
|
-
{
|
|
4187
|
-
"name": "row-id",
|
|
4188
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4189
|
-
"fieldName": "rowIdAttr"
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"name": "restart-on-reconnection",
|
|
4193
|
-
"type": {
|
|
4194
|
-
"text": "boolean"
|
|
4195
|
-
},
|
|
4196
|
-
"default": "true",
|
|
4197
|
-
"fieldName": "restartOnReconnection"
|
|
4198
|
-
},
|
|
4199
|
-
{
|
|
4200
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
4201
|
-
"type": {
|
|
4202
|
-
"text": "boolean"
|
|
4203
|
-
},
|
|
4204
|
-
"default": "false",
|
|
4205
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
4206
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
4207
|
-
}
|
|
4208
|
-
],
|
|
4209
|
-
"mixins": [
|
|
4210
|
-
{
|
|
4211
|
-
"name": "LifecycleMixin",
|
|
4212
|
-
"package": "@genesislcap/foundation-utils"
|
|
4213
|
-
},
|
|
4214
|
-
{
|
|
4215
|
-
"name": "DatasourceEventHandler",
|
|
4216
|
-
"package": "@genesislcap/foundation-comms"
|
|
4217
|
-
}
|
|
4218
|
-
],
|
|
4219
|
-
"superclass": {
|
|
4220
|
-
"name": "FoundationElement",
|
|
4221
|
-
"package": "@microsoft/fast-foundation"
|
|
4222
|
-
},
|
|
4223
|
-
"tagName": "grid-tabulator-client-side-datasource",
|
|
4224
|
-
"customElement": true
|
|
4225
|
-
}
|
|
4226
|
-
],
|
|
4227
|
-
"exports": [
|
|
4228
|
-
{
|
|
4229
|
-
"kind": "js",
|
|
4230
|
-
"name": "criteriaDelimiter",
|
|
4231
|
-
"declaration": {
|
|
4232
|
-
"name": "criteriaDelimiter",
|
|
4233
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4234
|
-
}
|
|
4235
|
-
},
|
|
4236
|
-
{
|
|
4237
|
-
"kind": "js",
|
|
4238
|
-
"name": "criteriaJoin",
|
|
4239
|
-
"declaration": {
|
|
4240
|
-
"name": "criteriaJoin",
|
|
4241
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4242
|
-
}
|
|
4243
|
-
},
|
|
4244
|
-
{
|
|
4245
|
-
"kind": "js",
|
|
4246
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4247
|
-
"declaration": {
|
|
4248
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4249
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4250
|
-
}
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"kind": "custom-element-definition",
|
|
4254
|
-
"name": "grid-tabulator-client-side-datasource",
|
|
4255
|
-
"declaration": {
|
|
4256
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4257
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4258
|
-
}
|
|
4259
|
-
}
|
|
4260
|
-
]
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
"kind": "javascript-module",
|
|
4264
|
-
"path": "src/datasource/index.ts",
|
|
4265
|
-
"declarations": [],
|
|
4266
|
-
"exports": [
|
|
4267
|
-
{
|
|
4268
|
-
"kind": "js",
|
|
4269
|
-
"name": "*",
|
|
4270
|
-
"declaration": {
|
|
4271
|
-
"name": "*",
|
|
4272
|
-
"package": "./client-side.datasource"
|
|
4273
|
-
}
|
|
4274
|
-
}
|
|
4275
|
-
]
|
|
4276
|
-
},
|
|
4277
|
-
{
|
|
4278
|
-
"kind": "javascript-module",
|
|
4279
|
-
"path": "src/column/column.ts",
|
|
4280
|
-
"declarations": [
|
|
4281
|
-
{
|
|
4282
|
-
"kind": "class",
|
|
4283
|
-
"description": "The GridTabulator Column element.",
|
|
4284
|
-
"name": "GridTabulatorColumn",
|
|
4285
|
-
"members": [
|
|
4286
|
-
{
|
|
4287
|
-
"kind": "field",
|
|
4288
|
-
"name": "slottedCell",
|
|
4289
|
-
"type": {
|
|
4290
|
-
"text": "HTMLElement[]"
|
|
4291
|
-
},
|
|
4292
|
-
"privacy": "public"
|
|
4293
|
-
},
|
|
4294
|
-
{
|
|
4295
|
-
"kind": "field",
|
|
4296
|
-
"name": "definition",
|
|
4297
|
-
"type": {
|
|
4298
|
-
"text": "Partial<ColumnDefinition>"
|
|
4299
|
-
},
|
|
4300
|
-
"default": "{}"
|
|
4085
|
+
"kind": "method",
|
|
4086
|
+
"name": "handleStreamDeletes",
|
|
4087
|
+
"privacy": "private",
|
|
4088
|
+
"parameters": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "deletedRows",
|
|
4091
|
+
"type": {
|
|
4092
|
+
"text": "any[]"
|
|
4093
|
+
}
|
|
4094
|
+
}
|
|
4095
|
+
]
|
|
4301
4096
|
},
|
|
4302
4097
|
{
|
|
4303
4098
|
"kind": "method",
|
|
4304
|
-
"name": "
|
|
4305
|
-
"privacy": "
|
|
4099
|
+
"name": "handleStreamUpdates",
|
|
4100
|
+
"privacy": "private",
|
|
4101
|
+
"parameters": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "updatedRows",
|
|
4104
|
+
"type": {
|
|
4105
|
+
"text": "any[]"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4306
4109
|
},
|
|
4307
4110
|
{
|
|
4308
4111
|
"kind": "method",
|
|
4309
|
-
"name": "
|
|
4112
|
+
"name": "handleSizeChanged",
|
|
4113
|
+
"privacy": "private",
|
|
4114
|
+
"parameters": [
|
|
4115
|
+
{
|
|
4116
|
+
"name": "oldSize",
|
|
4117
|
+
"type": {
|
|
4118
|
+
"text": "number"
|
|
4119
|
+
}
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "newSize",
|
|
4123
|
+
"type": {
|
|
4124
|
+
"text": "number"
|
|
4125
|
+
}
|
|
4126
|
+
}
|
|
4127
|
+
],
|
|
4128
|
+
"description": "Emit event when the number of rows changes"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"kind": "method",
|
|
4132
|
+
"name": "buildCriteria",
|
|
4133
|
+
"privacy": "private",
|
|
4310
4134
|
"return": {
|
|
4311
4135
|
"type": {
|
|
4312
|
-
"text": "
|
|
4136
|
+
"text": "string"
|
|
4313
4137
|
}
|
|
4314
|
-
},
|
|
4315
|
-
"inheritedFrom": {
|
|
4316
|
-
"name": "LifecycleMixin",
|
|
4317
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4318
4138
|
}
|
|
4319
4139
|
},
|
|
4140
|
+
{
|
|
4141
|
+
"kind": "method",
|
|
4142
|
+
"name": "setFilter",
|
|
4143
|
+
"privacy": "public",
|
|
4144
|
+
"parameters": [
|
|
4145
|
+
{
|
|
4146
|
+
"name": "fieldName",
|
|
4147
|
+
"type": {
|
|
4148
|
+
"text": "string"
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
{
|
|
4152
|
+
"name": "newFilter",
|
|
4153
|
+
"type": {
|
|
4154
|
+
"text": "string"
|
|
4155
|
+
}
|
|
4156
|
+
}
|
|
4157
|
+
]
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"kind": "method",
|
|
4161
|
+
"name": "removeFilter",
|
|
4162
|
+
"privacy": "public",
|
|
4163
|
+
"parameters": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "fieldName",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "string"
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
]
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"kind": "method",
|
|
4174
|
+
"name": "datasourceStatusChanged",
|
|
4175
|
+
"parameters": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "prev",
|
|
4178
|
+
"type": {
|
|
4179
|
+
"text": "DatasourceStatus"
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"name": "next",
|
|
4184
|
+
"type": {
|
|
4185
|
+
"text": "DatasourceStatus"
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
]
|
|
4189
|
+
},
|
|
4320
4190
|
{
|
|
4321
4191
|
"kind": "method",
|
|
4322
4192
|
"name": "cloneNode",
|
|
@@ -4500,42 +4370,172 @@
|
|
|
4500
4370
|
}
|
|
4501
4371
|
}
|
|
4502
4372
|
],
|
|
4373
|
+
"events": [
|
|
4374
|
+
{
|
|
4375
|
+
"description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
|
|
4376
|
+
"name": "gridTabulator:error"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"description": "Fired when tabulator data is initialized",
|
|
4380
|
+
"name": "dataInit"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
|
|
4384
|
+
"name": "sizeChanged"
|
|
4385
|
+
}
|
|
4386
|
+
],
|
|
4387
|
+
"attributes": [
|
|
4388
|
+
{
|
|
4389
|
+
"name": "criteria",
|
|
4390
|
+
"type": {
|
|
4391
|
+
"text": "string"
|
|
4392
|
+
},
|
|
4393
|
+
"fieldName": "criteria"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "fields",
|
|
4397
|
+
"type": {
|
|
4398
|
+
"text": "string"
|
|
4399
|
+
},
|
|
4400
|
+
"fieldName": "fields"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "is-snapshot",
|
|
4404
|
+
"type": {
|
|
4405
|
+
"text": "boolean"
|
|
4406
|
+
},
|
|
4407
|
+
"default": "false",
|
|
4408
|
+
"fieldName": "isSnapshot"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "max-rows",
|
|
4412
|
+
"type": {
|
|
4413
|
+
"text": "number"
|
|
4414
|
+
},
|
|
4415
|
+
"fieldName": "maxRows"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"name": "max-view",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"text": "number"
|
|
4421
|
+
},
|
|
4422
|
+
"fieldName": "maxView"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "polling-interval",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "number"
|
|
4428
|
+
},
|
|
4429
|
+
"fieldName": "pollingInterval"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "moving-view",
|
|
4433
|
+
"type": {
|
|
4434
|
+
"text": "boolean"
|
|
4435
|
+
},
|
|
4436
|
+
"default": "false",
|
|
4437
|
+
"fieldName": "movingView"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"name": "order-by",
|
|
4441
|
+
"type": {
|
|
4442
|
+
"text": "string"
|
|
4443
|
+
},
|
|
4444
|
+
"fieldName": "orderBy"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "resource-name",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "string"
|
|
4450
|
+
},
|
|
4451
|
+
"fieldName": "resourceName"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"type": {
|
|
4455
|
+
"text": "boolean"
|
|
4456
|
+
},
|
|
4457
|
+
"default": "false",
|
|
4458
|
+
"fieldName": "reverse"
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"name": "row-id",
|
|
4462
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4463
|
+
"fieldName": "rowIdAttr"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "restart-on-reconnection",
|
|
4467
|
+
"type": {
|
|
4468
|
+
"text": "boolean"
|
|
4469
|
+
},
|
|
4470
|
+
"default": "true",
|
|
4471
|
+
"fieldName": "restartOnReconnection"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4475
|
+
"type": {
|
|
4476
|
+
"text": "boolean"
|
|
4477
|
+
},
|
|
4478
|
+
"default": "false",
|
|
4479
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4480
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4481
|
+
}
|
|
4482
|
+
],
|
|
4503
4483
|
"mixins": [
|
|
4504
4484
|
{
|
|
4505
4485
|
"name": "LifecycleMixin",
|
|
4506
4486
|
"package": "@genesislcap/foundation-utils"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "DatasourceEventHandler",
|
|
4490
|
+
"package": "@genesislcap/foundation-comms"
|
|
4507
4491
|
}
|
|
4508
4492
|
],
|
|
4509
4493
|
"superclass": {
|
|
4510
4494
|
"name": "FoundationElement",
|
|
4511
4495
|
"package": "@microsoft/fast-foundation"
|
|
4512
4496
|
},
|
|
4513
|
-
"tagName": "grid-tabulator-
|
|
4497
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4514
4498
|
"customElement": true
|
|
4515
4499
|
}
|
|
4516
4500
|
],
|
|
4517
4501
|
"exports": [
|
|
4518
4502
|
{
|
|
4519
4503
|
"kind": "js",
|
|
4520
|
-
"name": "
|
|
4504
|
+
"name": "criteriaDelimiter",
|
|
4521
4505
|
"declaration": {
|
|
4522
|
-
"name": "
|
|
4523
|
-
"module": "src/
|
|
4506
|
+
"name": "criteriaDelimiter",
|
|
4507
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4508
|
+
}
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"kind": "js",
|
|
4512
|
+
"name": "criteriaJoin",
|
|
4513
|
+
"declaration": {
|
|
4514
|
+
"name": "criteriaJoin",
|
|
4515
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4516
|
+
}
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"kind": "js",
|
|
4520
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4521
|
+
"declaration": {
|
|
4522
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4523
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4524
4524
|
}
|
|
4525
4525
|
},
|
|
4526
4526
|
{
|
|
4527
4527
|
"kind": "custom-element-definition",
|
|
4528
|
-
"name": "grid-tabulator-
|
|
4528
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4529
4529
|
"declaration": {
|
|
4530
|
-
"name": "
|
|
4531
|
-
"module": "src/
|
|
4530
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4531
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4532
4532
|
}
|
|
4533
4533
|
}
|
|
4534
4534
|
]
|
|
4535
4535
|
},
|
|
4536
4536
|
{
|
|
4537
4537
|
"kind": "javascript-module",
|
|
4538
|
-
"path": "src/
|
|
4538
|
+
"path": "src/datasource/index.ts",
|
|
4539
4539
|
"declarations": [],
|
|
4540
4540
|
"exports": [
|
|
4541
4541
|
{
|
|
@@ -4543,7 +4543,7 @@
|
|
|
4543
4543
|
"name": "*",
|
|
4544
4544
|
"declaration": {
|
|
4545
4545
|
"name": "*",
|
|
4546
|
-
"package": "./
|
|
4546
|
+
"package": "./client-side.datasource"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|