@genesislcap/grid-pro 14.141.3 → 14.142.1-alpha-a84f41b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +2311 -950
- package/dist/dts/datasource/base.datasource.d.ts +60 -2
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +19 -12
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +6 -66
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +3 -21
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +193 -14
- package/dist/esm/datasource/server-side.datasource.js +69 -63
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +16 -156
- package/dist/esm/grid-pro.js +8 -1
- package/dist/grid-pro.api.json +188 -61
- package/dist/grid-pro.d.ts +93 -111
- package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.applyfuncname.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +22 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +23 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.md +4 -2
- package/docs/api-report.md +30 -16
- package/package.json +8 -8
- package/docs/api/grid-pro.gridprogenesisdatasource.rowdatamapper.md +0 -13
- package/docs/api/grid-pro.gridprogenesisdatasource.rowidattr.md +0 -15
|
@@ -1468,56 +1468,59 @@
|
|
|
1468
1468
|
},
|
|
1469
1469
|
{
|
|
1470
1470
|
"kind": "javascript-module",
|
|
1471
|
-
"path": "src/cell
|
|
1471
|
+
"path": "src/cell/cell.template.ts",
|
|
1472
|
+
"declarations": [
|
|
1473
|
+
{
|
|
1474
|
+
"kind": "variable",
|
|
1475
|
+
"name": "CellTemplate",
|
|
1476
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1477
|
+
"description": "The Grid Pro Cell Template.",
|
|
1478
|
+
"privacy": "public"
|
|
1479
|
+
}
|
|
1480
|
+
],
|
|
1481
|
+
"exports": [
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "js",
|
|
1484
|
+
"name": "CellTemplate",
|
|
1485
|
+
"declaration": {
|
|
1486
|
+
"name": "CellTemplate",
|
|
1487
|
+
"module": "src/cell/cell.template.ts"
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
]
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "javascript-module",
|
|
1494
|
+
"path": "src/cell/cell.ts",
|
|
1472
1495
|
"declarations": [
|
|
1473
1496
|
{
|
|
1474
1497
|
"kind": "class",
|
|
1475
|
-
"description": "The
|
|
1476
|
-
"name": "
|
|
1498
|
+
"description": "The Grid Pro Cell element.",
|
|
1499
|
+
"name": "GridProCell",
|
|
1477
1500
|
"members": [
|
|
1478
1501
|
{
|
|
1479
1502
|
"kind": "field",
|
|
1480
|
-
"name": "
|
|
1503
|
+
"name": "renderer",
|
|
1481
1504
|
"type": {
|
|
1482
|
-
"text": "
|
|
1505
|
+
"text": "ICellRendererFunc"
|
|
1483
1506
|
},
|
|
1484
1507
|
"privacy": "public"
|
|
1485
1508
|
},
|
|
1486
1509
|
{
|
|
1487
1510
|
"kind": "field",
|
|
1488
|
-
"name": "
|
|
1511
|
+
"name": "rendererParams",
|
|
1489
1512
|
"type": {
|
|
1490
|
-
"text": "
|
|
1513
|
+
"text": "ICellRendererParams"
|
|
1491
1514
|
},
|
|
1492
1515
|
"privacy": "public"
|
|
1493
1516
|
},
|
|
1494
1517
|
{
|
|
1495
1518
|
"kind": "field",
|
|
1496
|
-
"name": "
|
|
1497
|
-
"type": {
|
|
1498
|
-
"text": "DateEditorParams"
|
|
1499
|
-
}
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"kind": "field",
|
|
1503
|
-
"name": "dateFormat",
|
|
1504
|
-
"type": {
|
|
1505
|
-
"text": "string"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "field",
|
|
1510
|
-
"name": "input",
|
|
1511
|
-
"type": {
|
|
1512
|
-
"text": "any"
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"kind": "field",
|
|
1517
|
-
"name": "inputType",
|
|
1519
|
+
"name": "slottedRenderer",
|
|
1518
1520
|
"type": {
|
|
1519
|
-
"text": "
|
|
1520
|
-
}
|
|
1521
|
+
"text": "HTMLElement[]"
|
|
1522
|
+
},
|
|
1523
|
+
"privacy": "public"
|
|
1521
1524
|
},
|
|
1522
1525
|
{
|
|
1523
1526
|
"kind": "method",
|
|
@@ -1527,7 +1530,7 @@
|
|
|
1527
1530
|
{
|
|
1528
1531
|
"name": "params",
|
|
1529
1532
|
"type": {
|
|
1530
|
-
"text": "
|
|
1533
|
+
"text": "ICellRendererParams"
|
|
1531
1534
|
}
|
|
1532
1535
|
}
|
|
1533
1536
|
]
|
|
@@ -1542,53 +1545,28 @@
|
|
|
1542
1545
|
}
|
|
1543
1546
|
}
|
|
1544
1547
|
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "method",
|
|
1550
|
+
"name": "destroy",
|
|
1551
|
+
"privacy": "public"
|
|
1552
|
+
},
|
|
1545
1553
|
{
|
|
1546
1554
|
"kind": "method",
|
|
1547
1555
|
"name": "refresh",
|
|
1548
1556
|
"privacy": "public",
|
|
1549
|
-
"return": {
|
|
1550
|
-
"type": {
|
|
1551
|
-
"text": "boolean"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
1557
|
"parameters": [
|
|
1555
1558
|
{
|
|
1556
1559
|
"name": "params",
|
|
1557
1560
|
"type": {
|
|
1558
|
-
"text": "
|
|
1561
|
+
"text": "ICellRendererParams"
|
|
1559
1562
|
}
|
|
1560
1563
|
}
|
|
1561
1564
|
]
|
|
1562
1565
|
},
|
|
1563
1566
|
{
|
|
1564
1567
|
"kind": "method",
|
|
1565
|
-
"name": "
|
|
1566
|
-
|
|
1567
|
-
{
|
|
1568
|
-
"kind": "method",
|
|
1569
|
-
"name": "isPopup",
|
|
1570
|
-
"return": {
|
|
1571
|
-
"type": {
|
|
1572
|
-
"text": "boolean"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "method",
|
|
1578
|
-
"name": "changeHandler",
|
|
1579
|
-
"parameters": [
|
|
1580
|
-
{
|
|
1581
|
-
"name": "event"
|
|
1582
|
-
}
|
|
1583
|
-
]
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"kind": "method",
|
|
1587
|
-
"name": "afterGuiAttached"
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "method",
|
|
1591
|
-
"name": "isCancelBeforeStart"
|
|
1568
|
+
"name": "slottedAgRendererChanged",
|
|
1569
|
+
"privacy": "public"
|
|
1592
1570
|
},
|
|
1593
1571
|
{
|
|
1594
1572
|
"kind": "field",
|
|
@@ -1706,78 +1684,32 @@
|
|
|
1706
1684
|
"name": "FoundationElement",
|
|
1707
1685
|
"package": "@microsoft/fast-foundation"
|
|
1708
1686
|
},
|
|
1709
|
-
"tagName": "
|
|
1687
|
+
"tagName": "grid-pro-cell",
|
|
1710
1688
|
"customElement": true
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "variable",
|
|
1714
|
-
"name": "agDateEditorStyles",
|
|
1715
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
1716
|
-
"description": "The AG Select Renderer Styles.",
|
|
1717
|
-
"privacy": "public"
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"kind": "function",
|
|
1721
|
-
"name": "getDateEditorTemplate",
|
|
1722
|
-
"parameters": [
|
|
1723
|
-
{
|
|
1724
|
-
"name": "prefix",
|
|
1725
|
-
"default": "'foundation'",
|
|
1726
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1727
|
-
}
|
|
1728
|
-
],
|
|
1729
|
-
"description": "Get a Design System prefixed Select template.",
|
|
1730
|
-
"return": {
|
|
1731
|
-
"type": {
|
|
1732
|
-
"text": ""
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
"privacy": "public"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"kind": "variable",
|
|
1739
|
-
"name": "foundationDateEditor",
|
|
1740
|
-
"privacy": "public"
|
|
1741
1689
|
}
|
|
1742
1690
|
],
|
|
1743
1691
|
"exports": [
|
|
1744
1692
|
{
|
|
1745
1693
|
"kind": "js",
|
|
1746
|
-
"name": "
|
|
1747
|
-
"declaration": {
|
|
1748
|
-
"name": "DateEditor",
|
|
1749
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"kind": "js",
|
|
1754
|
-
"name": "agDateEditorStyles",
|
|
1755
|
-
"declaration": {
|
|
1756
|
-
"name": "agDateEditorStyles",
|
|
1757
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "js",
|
|
1762
|
-
"name": "getDateEditorTemplate",
|
|
1694
|
+
"name": "GridProCell",
|
|
1763
1695
|
"declaration": {
|
|
1764
|
-
"name": "
|
|
1765
|
-
"module": "src/cell
|
|
1696
|
+
"name": "GridProCell",
|
|
1697
|
+
"module": "src/cell/cell.ts"
|
|
1766
1698
|
}
|
|
1767
1699
|
},
|
|
1768
1700
|
{
|
|
1769
|
-
"kind": "
|
|
1770
|
-
"name": "
|
|
1701
|
+
"kind": "custom-element-definition",
|
|
1702
|
+
"name": "grid-pro-cell",
|
|
1771
1703
|
"declaration": {
|
|
1772
|
-
"name": "
|
|
1773
|
-
"module": "src/cell
|
|
1704
|
+
"name": "GridProCell",
|
|
1705
|
+
"module": "src/cell/cell.ts"
|
|
1774
1706
|
}
|
|
1775
1707
|
}
|
|
1776
1708
|
]
|
|
1777
1709
|
},
|
|
1778
1710
|
{
|
|
1779
1711
|
"kind": "javascript-module",
|
|
1780
|
-
"path": "src/cell
|
|
1712
|
+
"path": "src/cell/index.ts",
|
|
1781
1713
|
"declarations": [],
|
|
1782
1714
|
"exports": [
|
|
1783
1715
|
{
|
|
@@ -1785,31 +1717,7 @@
|
|
|
1785
1717
|
"name": "*",
|
|
1786
1718
|
"declaration": {
|
|
1787
1719
|
"name": "*",
|
|
1788
|
-
"package": "./
|
|
1789
|
-
}
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"kind": "js",
|
|
1793
|
-
"name": "*",
|
|
1794
|
-
"declaration": {
|
|
1795
|
-
"name": "*",
|
|
1796
|
-
"package": "./multiselect.editor"
|
|
1797
|
-
}
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"kind": "js",
|
|
1801
|
-
"name": "*",
|
|
1802
|
-
"declaration": {
|
|
1803
|
-
"name": "*",
|
|
1804
|
-
"package": "./number.editor"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"kind": "js",
|
|
1809
|
-
"name": "*",
|
|
1810
|
-
"declaration": {
|
|
1811
|
-
"name": "*",
|
|
1812
|
-
"package": "./select.editor"
|
|
1720
|
+
"package": "./cell.template"
|
|
1813
1721
|
}
|
|
1814
1722
|
},
|
|
1815
1723
|
{
|
|
@@ -1817,36 +1725,64 @@
|
|
|
1817
1725
|
"name": "*",
|
|
1818
1726
|
"declaration": {
|
|
1819
1727
|
"name": "*",
|
|
1820
|
-
"package": "./
|
|
1728
|
+
"package": "./cell"
|
|
1821
1729
|
}
|
|
1822
1730
|
}
|
|
1823
1731
|
]
|
|
1824
1732
|
},
|
|
1825
1733
|
{
|
|
1826
1734
|
"kind": "javascript-module",
|
|
1827
|
-
"path": "src/cell-editors/
|
|
1735
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1828
1736
|
"declarations": [
|
|
1829
1737
|
{
|
|
1830
1738
|
"kind": "class",
|
|
1831
|
-
"description": "The AG
|
|
1832
|
-
"name": "
|
|
1739
|
+
"description": "The AG Date Editor element.",
|
|
1740
|
+
"name": "DateEditor",
|
|
1833
1741
|
"members": [
|
|
1834
1742
|
{
|
|
1835
1743
|
"kind": "field",
|
|
1836
|
-
"name": "
|
|
1744
|
+
"name": "value",
|
|
1837
1745
|
"type": {
|
|
1838
|
-
"text": "
|
|
1746
|
+
"text": "number"
|
|
1839
1747
|
},
|
|
1840
1748
|
"privacy": "public"
|
|
1841
1749
|
},
|
|
1842
1750
|
{
|
|
1843
1751
|
"kind": "field",
|
|
1844
|
-
"name": "
|
|
1752
|
+
"name": "actualWidth",
|
|
1845
1753
|
"type": {
|
|
1846
|
-
"text": "
|
|
1754
|
+
"text": "number"
|
|
1847
1755
|
},
|
|
1848
1756
|
"privacy": "public"
|
|
1849
1757
|
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "field",
|
|
1760
|
+
"name": "params",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "DateEditorParams"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "field",
|
|
1767
|
+
"name": "dateFormat",
|
|
1768
|
+
"type": {
|
|
1769
|
+
"text": "string"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"kind": "field",
|
|
1774
|
+
"name": "input",
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "any"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"kind": "field",
|
|
1781
|
+
"name": "inputType",
|
|
1782
|
+
"type": {
|
|
1783
|
+
"text": "'datetime-local' | 'date'"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1850
1786
|
{
|
|
1851
1787
|
"kind": "method",
|
|
1852
1788
|
"name": "init",
|
|
@@ -1855,7 +1791,7 @@
|
|
|
1855
1791
|
{
|
|
1856
1792
|
"name": "params",
|
|
1857
1793
|
"type": {
|
|
1858
|
-
"text": "
|
|
1794
|
+
"text": "DateEditorParams"
|
|
1859
1795
|
}
|
|
1860
1796
|
}
|
|
1861
1797
|
]
|
|
@@ -1870,16 +1806,6 @@
|
|
|
1870
1806
|
}
|
|
1871
1807
|
}
|
|
1872
1808
|
},
|
|
1873
|
-
{
|
|
1874
|
-
"kind": "method",
|
|
1875
|
-
"name": "destroy",
|
|
1876
|
-
"privacy": "public",
|
|
1877
|
-
"return": {
|
|
1878
|
-
"type": {
|
|
1879
|
-
"text": "void"
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
},
|
|
1883
1809
|
{
|
|
1884
1810
|
"kind": "method",
|
|
1885
1811
|
"name": "refresh",
|
|
@@ -1893,7 +1819,7 @@
|
|
|
1893
1819
|
{
|
|
1894
1820
|
"name": "params",
|
|
1895
1821
|
"type": {
|
|
1896
|
-
"text": "
|
|
1822
|
+
"text": "DateEditorParams"
|
|
1897
1823
|
}
|
|
1898
1824
|
}
|
|
1899
1825
|
]
|
|
@@ -1920,6 +1846,10 @@
|
|
|
1920
1846
|
}
|
|
1921
1847
|
]
|
|
1922
1848
|
},
|
|
1849
|
+
{
|
|
1850
|
+
"kind": "method",
|
|
1851
|
+
"name": "afterGuiAttached"
|
|
1852
|
+
},
|
|
1923
1853
|
{
|
|
1924
1854
|
"kind": "method",
|
|
1925
1855
|
"name": "isCancelBeforeStart"
|
|
@@ -2040,22 +1970,22 @@
|
|
|
2040
1970
|
"name": "FoundationElement",
|
|
2041
1971
|
"package": "@microsoft/fast-foundation"
|
|
2042
1972
|
},
|
|
2043
|
-
"tagName": "%%prefix%%-
|
|
1973
|
+
"tagName": "%%prefix%%-date-editor",
|
|
2044
1974
|
"customElement": true
|
|
2045
1975
|
},
|
|
2046
1976
|
{
|
|
2047
1977
|
"kind": "variable",
|
|
2048
|
-
"name": "
|
|
2049
|
-
"default": "css
|
|
1978
|
+
"name": "agDateEditorStyles",
|
|
1979
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2050
1980
|
"description": "The AG Select Renderer Styles.",
|
|
2051
1981
|
"privacy": "public"
|
|
2052
1982
|
},
|
|
2053
1983
|
{
|
|
2054
1984
|
"kind": "function",
|
|
2055
|
-
"name": "
|
|
1985
|
+
"name": "getDateEditorTemplate",
|
|
2056
1986
|
"parameters": [
|
|
2057
1987
|
{
|
|
2058
|
-
"name": "
|
|
1988
|
+
"name": "prefix",
|
|
2059
1989
|
"default": "'foundation'",
|
|
2060
1990
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2061
1991
|
}
|
|
@@ -2070,83 +2000,114 @@
|
|
|
2070
2000
|
},
|
|
2071
2001
|
{
|
|
2072
2002
|
"kind": "variable",
|
|
2073
|
-
"name": "
|
|
2003
|
+
"name": "foundationDateEditor",
|
|
2074
2004
|
"privacy": "public"
|
|
2075
2005
|
}
|
|
2076
2006
|
],
|
|
2077
2007
|
"exports": [
|
|
2078
2008
|
{
|
|
2079
2009
|
"kind": "js",
|
|
2080
|
-
"name": "
|
|
2010
|
+
"name": "DateEditor",
|
|
2081
2011
|
"declaration": {
|
|
2082
|
-
"name": "
|
|
2083
|
-
"module": "src/cell-editors/
|
|
2012
|
+
"name": "DateEditor",
|
|
2013
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2084
2014
|
}
|
|
2085
2015
|
},
|
|
2086
2016
|
{
|
|
2087
2017
|
"kind": "js",
|
|
2088
|
-
"name": "
|
|
2018
|
+
"name": "agDateEditorStyles",
|
|
2089
2019
|
"declaration": {
|
|
2090
|
-
"name": "
|
|
2091
|
-
"module": "src/cell-editors/
|
|
2020
|
+
"name": "agDateEditorStyles",
|
|
2021
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2092
2022
|
}
|
|
2093
2023
|
},
|
|
2094
2024
|
{
|
|
2095
2025
|
"kind": "js",
|
|
2096
|
-
"name": "
|
|
2026
|
+
"name": "getDateEditorTemplate",
|
|
2097
2027
|
"declaration": {
|
|
2098
|
-
"name": "
|
|
2099
|
-
"module": "src/cell-editors/
|
|
2028
|
+
"name": "getDateEditorTemplate",
|
|
2029
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2100
2030
|
}
|
|
2101
2031
|
},
|
|
2102
2032
|
{
|
|
2103
2033
|
"kind": "js",
|
|
2104
|
-
"name": "
|
|
2034
|
+
"name": "foundationDateEditor",
|
|
2105
2035
|
"declaration": {
|
|
2106
|
-
"name": "
|
|
2107
|
-
"module": "src/cell-editors/
|
|
2036
|
+
"name": "foundationDateEditor",
|
|
2037
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2108
2038
|
}
|
|
2109
2039
|
}
|
|
2110
2040
|
]
|
|
2111
2041
|
},
|
|
2112
2042
|
{
|
|
2113
2043
|
"kind": "javascript-module",
|
|
2114
|
-
"path": "src/cell-editors/
|
|
2044
|
+
"path": "src/cell-editors/index.ts",
|
|
2045
|
+
"declarations": [],
|
|
2046
|
+
"exports": [
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "js",
|
|
2049
|
+
"name": "*",
|
|
2050
|
+
"declaration": {
|
|
2051
|
+
"name": "*",
|
|
2052
|
+
"package": "./date.editor"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "js",
|
|
2057
|
+
"name": "*",
|
|
2058
|
+
"declaration": {
|
|
2059
|
+
"name": "*",
|
|
2060
|
+
"package": "./multiselect.editor"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "js",
|
|
2065
|
+
"name": "*",
|
|
2066
|
+
"declaration": {
|
|
2067
|
+
"name": "*",
|
|
2068
|
+
"package": "./number.editor"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"kind": "js",
|
|
2073
|
+
"name": "*",
|
|
2074
|
+
"declaration": {
|
|
2075
|
+
"name": "*",
|
|
2076
|
+
"package": "./select.editor"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "js",
|
|
2081
|
+
"name": "*",
|
|
2082
|
+
"declaration": {
|
|
2083
|
+
"name": "*",
|
|
2084
|
+
"package": "./string.editor"
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
]
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"kind": "javascript-module",
|
|
2091
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
2115
2092
|
"declarations": [
|
|
2116
2093
|
{
|
|
2117
2094
|
"kind": "class",
|
|
2118
|
-
"description": "The AG
|
|
2119
|
-
"name": "
|
|
2095
|
+
"description": "The AG Multiselect Editor element.",
|
|
2096
|
+
"name": "MultiselectEditor",
|
|
2120
2097
|
"members": [
|
|
2121
2098
|
{
|
|
2122
2099
|
"kind": "field",
|
|
2123
2100
|
"name": "params",
|
|
2124
2101
|
"type": {
|
|
2125
|
-
"text": "
|
|
2126
|
-
},
|
|
2127
|
-
"privacy": "public"
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"kind": "field",
|
|
2131
|
-
"name": "value",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "number"
|
|
2134
|
-
},
|
|
2135
|
-
"privacy": "public"
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"kind": "field",
|
|
2139
|
-
"name": "actualWidth",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "number"
|
|
2102
|
+
"text": "MultiselectEditorParams"
|
|
2142
2103
|
},
|
|
2143
2104
|
"privacy": "public"
|
|
2144
2105
|
},
|
|
2145
2106
|
{
|
|
2146
2107
|
"kind": "field",
|
|
2147
|
-
"name": "
|
|
2108
|
+
"name": "selectedOptions",
|
|
2148
2109
|
"type": {
|
|
2149
|
-
"text": "any"
|
|
2110
|
+
"text": "any[]"
|
|
2150
2111
|
},
|
|
2151
2112
|
"privacy": "public"
|
|
2152
2113
|
},
|
|
@@ -2158,7 +2119,7 @@
|
|
|
2158
2119
|
{
|
|
2159
2120
|
"name": "params",
|
|
2160
2121
|
"type": {
|
|
2161
|
-
"text": "
|
|
2122
|
+
"text": "MultiselectEditorParams"
|
|
2162
2123
|
}
|
|
2163
2124
|
}
|
|
2164
2125
|
]
|
|
@@ -2173,6 +2134,16 @@
|
|
|
2173
2134
|
}
|
|
2174
2135
|
}
|
|
2175
2136
|
},
|
|
2137
|
+
{
|
|
2138
|
+
"kind": "method",
|
|
2139
|
+
"name": "destroy",
|
|
2140
|
+
"privacy": "public",
|
|
2141
|
+
"return": {
|
|
2142
|
+
"type": {
|
|
2143
|
+
"text": "void"
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2176
2147
|
{
|
|
2177
2148
|
"kind": "method",
|
|
2178
2149
|
"name": "refresh",
|
|
@@ -2186,7 +2157,7 @@
|
|
|
2186
2157
|
{
|
|
2187
2158
|
"name": "params",
|
|
2188
2159
|
"type": {
|
|
2189
|
-
"text": "
|
|
2160
|
+
"text": "MultiselectEditorParams"
|
|
2190
2161
|
}
|
|
2191
2162
|
}
|
|
2192
2163
|
]
|
|
@@ -2204,10 +2175,6 @@
|
|
|
2204
2175
|
}
|
|
2205
2176
|
}
|
|
2206
2177
|
},
|
|
2207
|
-
{
|
|
2208
|
-
"kind": "method",
|
|
2209
|
-
"name": "afterGuiAttached"
|
|
2210
|
-
},
|
|
2211
2178
|
{
|
|
2212
2179
|
"kind": "method",
|
|
2213
2180
|
"name": "changeHandler",
|
|
@@ -2337,19 +2304,19 @@
|
|
|
2337
2304
|
"name": "FoundationElement",
|
|
2338
2305
|
"package": "@microsoft/fast-foundation"
|
|
2339
2306
|
},
|
|
2340
|
-
"tagName": "%%prefix%%-
|
|
2307
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
2341
2308
|
"customElement": true
|
|
2342
2309
|
},
|
|
2343
2310
|
{
|
|
2344
2311
|
"kind": "variable",
|
|
2345
|
-
"name": "
|
|
2346
|
-
"default": "css
|
|
2347
|
-
"description": "The AG
|
|
2312
|
+
"name": "agMultiselectEditorStyles",
|
|
2313
|
+
"default": "css``",
|
|
2314
|
+
"description": "The AG Select Renderer Styles.",
|
|
2348
2315
|
"privacy": "public"
|
|
2349
2316
|
},
|
|
2350
2317
|
{
|
|
2351
2318
|
"kind": "function",
|
|
2352
|
-
"name": "
|
|
2319
|
+
"name": "getMultiselectEditorTemplate",
|
|
2353
2320
|
"parameters": [
|
|
2354
2321
|
{
|
|
2355
2322
|
"name": "designSystem",
|
|
@@ -2367,59 +2334,59 @@
|
|
|
2367
2334
|
},
|
|
2368
2335
|
{
|
|
2369
2336
|
"kind": "variable",
|
|
2370
|
-
"name": "
|
|
2337
|
+
"name": "foundationMultiselectEditor",
|
|
2371
2338
|
"privacy": "public"
|
|
2372
2339
|
}
|
|
2373
2340
|
],
|
|
2374
2341
|
"exports": [
|
|
2375
2342
|
{
|
|
2376
2343
|
"kind": "js",
|
|
2377
|
-
"name": "
|
|
2344
|
+
"name": "MultiselectEditor",
|
|
2378
2345
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/cell-editors/
|
|
2346
|
+
"name": "MultiselectEditor",
|
|
2347
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2381
2348
|
}
|
|
2382
2349
|
},
|
|
2383
2350
|
{
|
|
2384
2351
|
"kind": "js",
|
|
2385
|
-
"name": "
|
|
2352
|
+
"name": "agMultiselectEditorStyles",
|
|
2386
2353
|
"declaration": {
|
|
2387
|
-
"name": "
|
|
2388
|
-
"module": "src/cell-editors/
|
|
2354
|
+
"name": "agMultiselectEditorStyles",
|
|
2355
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2389
2356
|
}
|
|
2390
2357
|
},
|
|
2391
2358
|
{
|
|
2392
2359
|
"kind": "js",
|
|
2393
|
-
"name": "
|
|
2360
|
+
"name": "getMultiselectEditorTemplate",
|
|
2394
2361
|
"declaration": {
|
|
2395
|
-
"name": "
|
|
2396
|
-
"module": "src/cell-editors/
|
|
2362
|
+
"name": "getMultiselectEditorTemplate",
|
|
2363
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2397
2364
|
}
|
|
2398
2365
|
},
|
|
2399
2366
|
{
|
|
2400
2367
|
"kind": "js",
|
|
2401
|
-
"name": "
|
|
2368
|
+
"name": "foundationMultiselectEditor",
|
|
2402
2369
|
"declaration": {
|
|
2403
|
-
"name": "
|
|
2404
|
-
"module": "src/cell-editors/
|
|
2370
|
+
"name": "foundationMultiselectEditor",
|
|
2371
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2405
2372
|
}
|
|
2406
2373
|
}
|
|
2407
2374
|
]
|
|
2408
2375
|
},
|
|
2409
2376
|
{
|
|
2410
2377
|
"kind": "javascript-module",
|
|
2411
|
-
"path": "src/cell-editors/
|
|
2378
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2412
2379
|
"declarations": [
|
|
2413
2380
|
{
|
|
2414
2381
|
"kind": "class",
|
|
2415
|
-
"description": "The AG
|
|
2416
|
-
"name": "
|
|
2382
|
+
"description": "The AG Number Editor element.",
|
|
2383
|
+
"name": "NumberEditor",
|
|
2417
2384
|
"members": [
|
|
2418
2385
|
{
|
|
2419
2386
|
"kind": "field",
|
|
2420
2387
|
"name": "params",
|
|
2421
2388
|
"type": {
|
|
2422
|
-
"text": "
|
|
2389
|
+
"text": "NumberEditorParams"
|
|
2423
2390
|
},
|
|
2424
2391
|
"privacy": "public"
|
|
2425
2392
|
},
|
|
@@ -2427,7 +2394,7 @@
|
|
|
2427
2394
|
"kind": "field",
|
|
2428
2395
|
"name": "value",
|
|
2429
2396
|
"type": {
|
|
2430
|
-
"text": "
|
|
2397
|
+
"text": "number"
|
|
2431
2398
|
},
|
|
2432
2399
|
"privacy": "public"
|
|
2433
2400
|
},
|
|
@@ -2441,7 +2408,7 @@
|
|
|
2441
2408
|
},
|
|
2442
2409
|
{
|
|
2443
2410
|
"kind": "field",
|
|
2444
|
-
"name": "
|
|
2411
|
+
"name": "input",
|
|
2445
2412
|
"type": {
|
|
2446
2413
|
"text": "any"
|
|
2447
2414
|
},
|
|
@@ -2455,7 +2422,7 @@
|
|
|
2455
2422
|
{
|
|
2456
2423
|
"name": "params",
|
|
2457
2424
|
"type": {
|
|
2458
|
-
"text": "
|
|
2425
|
+
"text": "NumberEditorParams"
|
|
2459
2426
|
}
|
|
2460
2427
|
}
|
|
2461
2428
|
]
|
|
@@ -2483,7 +2450,7 @@
|
|
|
2483
2450
|
{
|
|
2484
2451
|
"name": "params",
|
|
2485
2452
|
"type": {
|
|
2486
|
-
"text": "
|
|
2453
|
+
"text": "NumberEditorParams"
|
|
2487
2454
|
}
|
|
2488
2455
|
}
|
|
2489
2456
|
]
|
|
@@ -2634,19 +2601,19 @@
|
|
|
2634
2601
|
"name": "FoundationElement",
|
|
2635
2602
|
"package": "@microsoft/fast-foundation"
|
|
2636
2603
|
},
|
|
2637
|
-
"tagName": "%%prefix%%-
|
|
2604
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2638
2605
|
"customElement": true
|
|
2639
2606
|
},
|
|
2640
2607
|
{
|
|
2641
2608
|
"kind": "variable",
|
|
2642
|
-
"name": "
|
|
2643
|
-
"default": "css
|
|
2644
|
-
"description": "The AG
|
|
2609
|
+
"name": "agNumberEditorStyles",
|
|
2610
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2611
|
+
"description": "The AG Number Editor Styles.",
|
|
2645
2612
|
"privacy": "public"
|
|
2646
2613
|
},
|
|
2647
2614
|
{
|
|
2648
2615
|
"kind": "function",
|
|
2649
|
-
"name": "
|
|
2616
|
+
"name": "getNumberEditorTemplate",
|
|
2650
2617
|
"parameters": [
|
|
2651
2618
|
{
|
|
2652
2619
|
"name": "designSystem",
|
|
@@ -2664,59 +2631,59 @@
|
|
|
2664
2631
|
},
|
|
2665
2632
|
{
|
|
2666
2633
|
"kind": "variable",
|
|
2667
|
-
"name": "
|
|
2634
|
+
"name": "foundationNumberEditor",
|
|
2668
2635
|
"privacy": "public"
|
|
2669
2636
|
}
|
|
2670
2637
|
],
|
|
2671
2638
|
"exports": [
|
|
2672
2639
|
{
|
|
2673
2640
|
"kind": "js",
|
|
2674
|
-
"name": "
|
|
2641
|
+
"name": "NumberEditor",
|
|
2675
2642
|
"declaration": {
|
|
2676
|
-
"name": "
|
|
2677
|
-
"module": "src/cell-editors/
|
|
2643
|
+
"name": "NumberEditor",
|
|
2644
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2678
2645
|
}
|
|
2679
2646
|
},
|
|
2680
2647
|
{
|
|
2681
2648
|
"kind": "js",
|
|
2682
|
-
"name": "
|
|
2649
|
+
"name": "agNumberEditorStyles",
|
|
2683
2650
|
"declaration": {
|
|
2684
|
-
"name": "
|
|
2685
|
-
"module": "src/cell-editors/
|
|
2651
|
+
"name": "agNumberEditorStyles",
|
|
2652
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2686
2653
|
}
|
|
2687
2654
|
},
|
|
2688
2655
|
{
|
|
2689
2656
|
"kind": "js",
|
|
2690
|
-
"name": "
|
|
2657
|
+
"name": "getNumberEditorTemplate",
|
|
2691
2658
|
"declaration": {
|
|
2692
|
-
"name": "
|
|
2693
|
-
"module": "src/cell-editors/
|
|
2659
|
+
"name": "getNumberEditorTemplate",
|
|
2660
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2694
2661
|
}
|
|
2695
2662
|
},
|
|
2696
2663
|
{
|
|
2697
2664
|
"kind": "js",
|
|
2698
|
-
"name": "
|
|
2665
|
+
"name": "foundationNumberEditor",
|
|
2699
2666
|
"declaration": {
|
|
2700
|
-
"name": "
|
|
2701
|
-
"module": "src/cell-editors/
|
|
2667
|
+
"name": "foundationNumberEditor",
|
|
2668
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2702
2669
|
}
|
|
2703
2670
|
}
|
|
2704
2671
|
]
|
|
2705
2672
|
},
|
|
2706
2673
|
{
|
|
2707
2674
|
"kind": "javascript-module",
|
|
2708
|
-
"path": "src/cell-editors/
|
|
2675
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2709
2676
|
"declarations": [
|
|
2710
2677
|
{
|
|
2711
2678
|
"kind": "class",
|
|
2712
|
-
"description": "The AG
|
|
2713
|
-
"name": "
|
|
2679
|
+
"description": "The AG Select Editor element.",
|
|
2680
|
+
"name": "SelectEditor",
|
|
2714
2681
|
"members": [
|
|
2715
2682
|
{
|
|
2716
2683
|
"kind": "field",
|
|
2717
2684
|
"name": "params",
|
|
2718
2685
|
"type": {
|
|
2719
|
-
"text": "
|
|
2686
|
+
"text": "SelectEditorParams"
|
|
2720
2687
|
},
|
|
2721
2688
|
"privacy": "public"
|
|
2722
2689
|
},
|
|
@@ -2738,7 +2705,7 @@
|
|
|
2738
2705
|
},
|
|
2739
2706
|
{
|
|
2740
2707
|
"kind": "field",
|
|
2741
|
-
"name": "
|
|
2708
|
+
"name": "combobox",
|
|
2742
2709
|
"type": {
|
|
2743
2710
|
"text": "any"
|
|
2744
2711
|
},
|
|
@@ -2752,7 +2719,7 @@
|
|
|
2752
2719
|
{
|
|
2753
2720
|
"name": "params",
|
|
2754
2721
|
"type": {
|
|
2755
|
-
"text": "
|
|
2722
|
+
"text": "SelectEditorParams"
|
|
2756
2723
|
}
|
|
2757
2724
|
}
|
|
2758
2725
|
]
|
|
@@ -2780,7 +2747,7 @@
|
|
|
2780
2747
|
{
|
|
2781
2748
|
"name": "params",
|
|
2782
2749
|
"type": {
|
|
2783
|
-
"text": "
|
|
2750
|
+
"text": "SelectEditorParams"
|
|
2784
2751
|
}
|
|
2785
2752
|
}
|
|
2786
2753
|
]
|
|
@@ -2931,19 +2898,19 @@
|
|
|
2931
2898
|
"name": "FoundationElement",
|
|
2932
2899
|
"package": "@microsoft/fast-foundation"
|
|
2933
2900
|
},
|
|
2934
|
-
"tagName": "%%prefix%%-
|
|
2901
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2935
2902
|
"customElement": true
|
|
2936
2903
|
},
|
|
2937
2904
|
{
|
|
2938
2905
|
"kind": "variable",
|
|
2939
|
-
"name": "
|
|
2940
|
-
"default": "css
|
|
2941
|
-
"description": "The AG
|
|
2906
|
+
"name": "agSelectEditorStyles",
|
|
2907
|
+
"default": "css``",
|
|
2908
|
+
"description": "The AG Select Renderer Styles.",
|
|
2942
2909
|
"privacy": "public"
|
|
2943
2910
|
},
|
|
2944
2911
|
{
|
|
2945
2912
|
"kind": "function",
|
|
2946
|
-
"name": "
|
|
2913
|
+
"name": "getSelectEditorTemplate",
|
|
2947
2914
|
"parameters": [
|
|
2948
2915
|
{
|
|
2949
2916
|
"name": "designSystem",
|
|
@@ -2951,7 +2918,7 @@
|
|
|
2951
2918
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2952
2919
|
}
|
|
2953
2920
|
],
|
|
2954
|
-
"description": "Get a Design System prefixed
|
|
2921
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2955
2922
|
"return": {
|
|
2956
2923
|
"type": {
|
|
2957
2924
|
"text": ""
|
|
@@ -2961,98 +2928,83 @@
|
|
|
2961
2928
|
},
|
|
2962
2929
|
{
|
|
2963
2930
|
"kind": "variable",
|
|
2964
|
-
"name": "
|
|
2931
|
+
"name": "foundationSelectEditor",
|
|
2965
2932
|
"privacy": "public"
|
|
2966
2933
|
}
|
|
2967
2934
|
],
|
|
2968
2935
|
"exports": [
|
|
2969
2936
|
{
|
|
2970
2937
|
"kind": "js",
|
|
2971
|
-
"name": "
|
|
2938
|
+
"name": "SelectEditor",
|
|
2972
2939
|
"declaration": {
|
|
2973
|
-
"name": "
|
|
2974
|
-
"module": "src/cell-editors/
|
|
2940
|
+
"name": "SelectEditor",
|
|
2941
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2975
2942
|
}
|
|
2976
2943
|
},
|
|
2977
2944
|
{
|
|
2978
2945
|
"kind": "js",
|
|
2979
|
-
"name": "
|
|
2946
|
+
"name": "agSelectEditorStyles",
|
|
2980
2947
|
"declaration": {
|
|
2981
|
-
"name": "
|
|
2982
|
-
"module": "src/cell-editors/
|
|
2948
|
+
"name": "agSelectEditorStyles",
|
|
2949
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2983
2950
|
}
|
|
2984
2951
|
},
|
|
2985
2952
|
{
|
|
2986
2953
|
"kind": "js",
|
|
2987
|
-
"name": "
|
|
2954
|
+
"name": "getSelectEditorTemplate",
|
|
2988
2955
|
"declaration": {
|
|
2989
|
-
"name": "
|
|
2990
|
-
"module": "src/cell-editors/
|
|
2956
|
+
"name": "getSelectEditorTemplate",
|
|
2957
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2991
2958
|
}
|
|
2992
2959
|
},
|
|
2993
2960
|
{
|
|
2994
2961
|
"kind": "js",
|
|
2995
|
-
"name": "
|
|
2996
|
-
"declaration": {
|
|
2997
|
-
"name": "foundationStringEditor",
|
|
2998
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
]
|
|
3002
|
-
},
|
|
3003
|
-
{
|
|
3004
|
-
"kind": "javascript-module",
|
|
3005
|
-
"path": "src/cell/cell.template.ts",
|
|
3006
|
-
"declarations": [
|
|
3007
|
-
{
|
|
3008
|
-
"kind": "variable",
|
|
3009
|
-
"name": "CellTemplate",
|
|
3010
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3011
|
-
"description": "The Grid Pro Cell Template.",
|
|
3012
|
-
"privacy": "public"
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
3015
|
-
"exports": [
|
|
3016
|
-
{
|
|
3017
|
-
"kind": "js",
|
|
3018
|
-
"name": "CellTemplate",
|
|
2962
|
+
"name": "foundationSelectEditor",
|
|
3019
2963
|
"declaration": {
|
|
3020
|
-
"name": "
|
|
3021
|
-
"module": "src/cell/
|
|
2964
|
+
"name": "foundationSelectEditor",
|
|
2965
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
3022
2966
|
}
|
|
3023
2967
|
}
|
|
3024
2968
|
]
|
|
3025
2969
|
},
|
|
3026
2970
|
{
|
|
3027
2971
|
"kind": "javascript-module",
|
|
3028
|
-
"path": "src/cell/
|
|
2972
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
3029
2973
|
"declarations": [
|
|
3030
2974
|
{
|
|
3031
2975
|
"kind": "class",
|
|
3032
|
-
"description": "The
|
|
3033
|
-
"name": "
|
|
2976
|
+
"description": "The AG String Editor element.",
|
|
2977
|
+
"name": "StringEditor",
|
|
3034
2978
|
"members": [
|
|
3035
2979
|
{
|
|
3036
2980
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
2981
|
+
"name": "params",
|
|
3038
2982
|
"type": {
|
|
3039
|
-
"text": "
|
|
2983
|
+
"text": "StringEditorParams"
|
|
3040
2984
|
},
|
|
3041
2985
|
"privacy": "public"
|
|
3042
2986
|
},
|
|
3043
2987
|
{
|
|
3044
2988
|
"kind": "field",
|
|
3045
|
-
"name": "
|
|
2989
|
+
"name": "value",
|
|
3046
2990
|
"type": {
|
|
3047
|
-
"text": "
|
|
2991
|
+
"text": "string"
|
|
3048
2992
|
},
|
|
3049
2993
|
"privacy": "public"
|
|
3050
2994
|
},
|
|
3051
2995
|
{
|
|
3052
2996
|
"kind": "field",
|
|
3053
|
-
"name": "
|
|
2997
|
+
"name": "actualWidth",
|
|
3054
2998
|
"type": {
|
|
3055
|
-
"text": "
|
|
2999
|
+
"text": "number"
|
|
3000
|
+
},
|
|
3001
|
+
"privacy": "public"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"kind": "field",
|
|
3005
|
+
"name": "input",
|
|
3006
|
+
"type": {
|
|
3007
|
+
"text": "any"
|
|
3056
3008
|
},
|
|
3057
3009
|
"privacy": "public"
|
|
3058
3010
|
},
|
|
@@ -3064,7 +3016,7 @@
|
|
|
3064
3016
|
{
|
|
3065
3017
|
"name": "params",
|
|
3066
3018
|
"type": {
|
|
3067
|
-
"text": "
|
|
3019
|
+
"text": "StringEditorParams"
|
|
3068
3020
|
}
|
|
3069
3021
|
}
|
|
3070
3022
|
]
|
|
@@ -3079,28 +3031,53 @@
|
|
|
3079
3031
|
}
|
|
3080
3032
|
}
|
|
3081
3033
|
},
|
|
3082
|
-
{
|
|
3083
|
-
"kind": "method",
|
|
3084
|
-
"name": "destroy",
|
|
3085
|
-
"privacy": "public"
|
|
3086
|
-
},
|
|
3087
3034
|
{
|
|
3088
3035
|
"kind": "method",
|
|
3089
3036
|
"name": "refresh",
|
|
3090
3037
|
"privacy": "public",
|
|
3038
|
+
"return": {
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "boolean"
|
|
3041
|
+
}
|
|
3042
|
+
},
|
|
3091
3043
|
"parameters": [
|
|
3092
3044
|
{
|
|
3093
3045
|
"name": "params",
|
|
3094
3046
|
"type": {
|
|
3095
|
-
"text": "
|
|
3047
|
+
"text": "StringEditorParams"
|
|
3096
3048
|
}
|
|
3097
3049
|
}
|
|
3098
3050
|
]
|
|
3099
3051
|
},
|
|
3100
3052
|
{
|
|
3101
3053
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
3103
|
-
|
|
3054
|
+
"name": "getValue"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"kind": "method",
|
|
3058
|
+
"name": "isPopup",
|
|
3059
|
+
"return": {
|
|
3060
|
+
"type": {
|
|
3061
|
+
"text": "boolean"
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"kind": "method",
|
|
3067
|
+
"name": "afterGuiAttached"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "method",
|
|
3071
|
+
"name": "changeHandler",
|
|
3072
|
+
"parameters": [
|
|
3073
|
+
{
|
|
3074
|
+
"name": "event"
|
|
3075
|
+
}
|
|
3076
|
+
]
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"kind": "method",
|
|
3080
|
+
"name": "isCancelBeforeStart"
|
|
3104
3081
|
},
|
|
3105
3082
|
{
|
|
3106
3083
|
"kind": "field",
|
|
@@ -3218,48 +3195,71 @@
|
|
|
3218
3195
|
"name": "FoundationElement",
|
|
3219
3196
|
"package": "@microsoft/fast-foundation"
|
|
3220
3197
|
},
|
|
3221
|
-
"tagName": "
|
|
3198
|
+
"tagName": "%%prefix%%-string-editor",
|
|
3222
3199
|
"customElement": true
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"kind": "variable",
|
|
3203
|
+
"name": "agStringEditorStyles",
|
|
3204
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3205
|
+
"description": "The AG String Renderer Styles.",
|
|
3206
|
+
"privacy": "public"
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"kind": "function",
|
|
3210
|
+
"name": "getStringEditorTemplate",
|
|
3211
|
+
"parameters": [
|
|
3212
|
+
{
|
|
3213
|
+
"name": "designSystem",
|
|
3214
|
+
"default": "'foundation'",
|
|
3215
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3216
|
+
}
|
|
3217
|
+
],
|
|
3218
|
+
"description": "Get a Design System prefixed String template.",
|
|
3219
|
+
"return": {
|
|
3220
|
+
"type": {
|
|
3221
|
+
"text": ""
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
"privacy": "public"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"kind": "variable",
|
|
3228
|
+
"name": "foundationStringEditor",
|
|
3229
|
+
"privacy": "public"
|
|
3223
3230
|
}
|
|
3224
3231
|
],
|
|
3225
3232
|
"exports": [
|
|
3226
3233
|
{
|
|
3227
3234
|
"kind": "js",
|
|
3228
|
-
"name": "
|
|
3235
|
+
"name": "StringEditor",
|
|
3229
3236
|
"declaration": {
|
|
3230
|
-
"name": "
|
|
3231
|
-
"module": "src/cell/
|
|
3237
|
+
"name": "StringEditor",
|
|
3238
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3232
3239
|
}
|
|
3233
3240
|
},
|
|
3234
3241
|
{
|
|
3235
|
-
"kind": "
|
|
3236
|
-
"name": "
|
|
3242
|
+
"kind": "js",
|
|
3243
|
+
"name": "agStringEditorStyles",
|
|
3237
3244
|
"declaration": {
|
|
3238
|
-
"name": "
|
|
3239
|
-
"module": "src/cell/
|
|
3245
|
+
"name": "agStringEditorStyles",
|
|
3246
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3240
3247
|
}
|
|
3241
|
-
}
|
|
3242
|
-
]
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"kind": "javascript-module",
|
|
3246
|
-
"path": "src/cell/index.ts",
|
|
3247
|
-
"declarations": [],
|
|
3248
|
-
"exports": [
|
|
3248
|
+
},
|
|
3249
3249
|
{
|
|
3250
3250
|
"kind": "js",
|
|
3251
|
-
"name": "
|
|
3251
|
+
"name": "getStringEditorTemplate",
|
|
3252
3252
|
"declaration": {
|
|
3253
|
-
"name": "
|
|
3254
|
-
"
|
|
3253
|
+
"name": "getStringEditorTemplate",
|
|
3254
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3255
3255
|
}
|
|
3256
3256
|
},
|
|
3257
3257
|
{
|
|
3258
3258
|
"kind": "js",
|
|
3259
|
-
"name": "
|
|
3259
|
+
"name": "foundationStringEditor",
|
|
3260
3260
|
"declaration": {
|
|
3261
|
-
"name": "
|
|
3262
|
-
"
|
|
3261
|
+
"name": "foundationStringEditor",
|
|
3262
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3263
3263
|
}
|
|
3264
3264
|
}
|
|
3265
3265
|
]
|
|
@@ -5419,7 +5419,7 @@
|
|
|
5419
5419
|
{
|
|
5420
5420
|
"kind": "class",
|
|
5421
5421
|
"description": "",
|
|
5422
|
-
"name": "
|
|
5422
|
+
"name": "GenesisGridDatasourceElement",
|
|
5423
5423
|
"members": [
|
|
5424
5424
|
{
|
|
5425
5425
|
"kind": "field",
|
|
@@ -5428,6 +5428,13 @@
|
|
|
5428
5428
|
"text": "Connect"
|
|
5429
5429
|
}
|
|
5430
5430
|
},
|
|
5431
|
+
{
|
|
5432
|
+
"kind": "field",
|
|
5433
|
+
"name": "session",
|
|
5434
|
+
"type": {
|
|
5435
|
+
"text": "Session"
|
|
5436
|
+
}
|
|
5437
|
+
},
|
|
5431
5438
|
{
|
|
5432
5439
|
"kind": "field",
|
|
5433
5440
|
"name": "deferredGridOptions",
|
|
@@ -5442,6 +5449,14 @@
|
|
|
5442
5449
|
"text": "ColumnState[]"
|
|
5443
5450
|
}
|
|
5444
5451
|
},
|
|
5452
|
+
{
|
|
5453
|
+
"kind": "field",
|
|
5454
|
+
"name": "rowDataMapper",
|
|
5455
|
+
"type": {
|
|
5456
|
+
"text": "Function"
|
|
5457
|
+
},
|
|
5458
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
5459
|
+
},
|
|
5445
5460
|
{
|
|
5446
5461
|
"kind": "field",
|
|
5447
5462
|
"name": "criteria",
|
|
@@ -5508,6 +5523,47 @@
|
|
|
5508
5523
|
},
|
|
5509
5524
|
"default": "false"
|
|
5510
5525
|
},
|
|
5526
|
+
{
|
|
5527
|
+
"kind": "field",
|
|
5528
|
+
"name": "rowIdAttr",
|
|
5529
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"kind": "field",
|
|
5533
|
+
"name": "rowId",
|
|
5534
|
+
"type": {
|
|
5535
|
+
"text": "string"
|
|
5536
|
+
},
|
|
5537
|
+
"privacy": "protected",
|
|
5538
|
+
"readonly": true
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"kind": "field",
|
|
5542
|
+
"name": "defaultRowIdByResourceType",
|
|
5543
|
+
"type": {
|
|
5544
|
+
"text": "string"
|
|
5545
|
+
},
|
|
5546
|
+
"privacy": "protected",
|
|
5547
|
+
"readonly": true
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "field",
|
|
5551
|
+
"name": "isRequestServer",
|
|
5552
|
+
"type": {
|
|
5553
|
+
"text": "boolean"
|
|
5554
|
+
},
|
|
5555
|
+
"privacy": "protected",
|
|
5556
|
+
"default": "false"
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"kind": "field",
|
|
5560
|
+
"name": "agGrid",
|
|
5561
|
+
"type": {
|
|
5562
|
+
"text": "GridPro | null"
|
|
5563
|
+
},
|
|
5564
|
+
"privacy": "protected",
|
|
5565
|
+
"readonly": true
|
|
5566
|
+
},
|
|
5511
5567
|
{
|
|
5512
5568
|
"kind": "field",
|
|
5513
5569
|
"name": "_presentation",
|
|
@@ -5685,29 +5741,713 @@
|
|
|
5685
5741
|
},
|
|
5686
5742
|
"default": "false",
|
|
5687
5743
|
"fieldName": "reverse"
|
|
5744
|
+
},
|
|
5745
|
+
{
|
|
5746
|
+
"name": "row-id",
|
|
5747
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
5748
|
+
"fieldName": "rowIdAttr"
|
|
5688
5749
|
}
|
|
5689
5750
|
],
|
|
5690
5751
|
"superclass": {
|
|
5691
5752
|
"name": "FoundationElement",
|
|
5692
5753
|
"package": "@microsoft/fast-foundation"
|
|
5693
5754
|
}
|
|
5694
|
-
}
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
"
|
|
5699
|
-
"
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5755
|
+
},
|
|
5756
|
+
{
|
|
5757
|
+
"kind": "class",
|
|
5758
|
+
"description": "",
|
|
5759
|
+
"name": "GridProBaseDatasource",
|
|
5760
|
+
"members": [
|
|
5761
|
+
{
|
|
5762
|
+
"kind": "field",
|
|
5763
|
+
"name": "dataSubWasLoggedOff",
|
|
5764
|
+
"type": {
|
|
5765
|
+
"text": "boolean"
|
|
5766
|
+
},
|
|
5767
|
+
"privacy": "protected",
|
|
5768
|
+
"default": "false"
|
|
5769
|
+
},
|
|
5770
|
+
{
|
|
5771
|
+
"kind": "field",
|
|
5772
|
+
"name": "rowData",
|
|
5773
|
+
"type": {
|
|
5774
|
+
"text": "Map<string, any>"
|
|
5775
|
+
},
|
|
5776
|
+
"default": "new Map()"
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"kind": "field",
|
|
5780
|
+
"name": "agTransaction",
|
|
5781
|
+
"type": {
|
|
5782
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
5783
|
+
},
|
|
5784
|
+
"privacy": "protected",
|
|
5785
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }"
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"kind": "field",
|
|
5789
|
+
"name": "applyFuncName",
|
|
5790
|
+
"type": {
|
|
5791
|
+
"text": "string"
|
|
5792
|
+
},
|
|
5793
|
+
"privacy": "protected"
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"kind": "field",
|
|
5797
|
+
"name": "applyAsyncFuncName",
|
|
5798
|
+
"type": {
|
|
5799
|
+
"text": "string"
|
|
5800
|
+
},
|
|
5801
|
+
"privacy": "protected"
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"kind": "method",
|
|
5805
|
+
"name": "handleStreamInserts",
|
|
5806
|
+
"privacy": "protected",
|
|
5807
|
+
"parameters": [
|
|
5808
|
+
{
|
|
5809
|
+
"name": "insertedRows",
|
|
5810
|
+
"type": {
|
|
5811
|
+
"text": "any[]"
|
|
5812
|
+
}
|
|
5813
|
+
}
|
|
5814
|
+
]
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"kind": "method",
|
|
5818
|
+
"name": "handleStreamDeletes",
|
|
5819
|
+
"privacy": "protected",
|
|
5820
|
+
"parameters": [
|
|
5821
|
+
{
|
|
5822
|
+
"name": "deletedRows",
|
|
5823
|
+
"type": {
|
|
5824
|
+
"text": "any[]"
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
]
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"kind": "method",
|
|
5831
|
+
"name": "handleStreamUpdates",
|
|
5832
|
+
"privacy": "protected",
|
|
5833
|
+
"parameters": [
|
|
5834
|
+
{
|
|
5835
|
+
"name": "updatedRows",
|
|
5836
|
+
"type": {
|
|
5837
|
+
"text": "any[]"
|
|
5838
|
+
}
|
|
5839
|
+
}
|
|
5840
|
+
]
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "method",
|
|
5844
|
+
"name": "applyAllAgTransactions",
|
|
5845
|
+
"privacy": "protected"
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
"kind": "method",
|
|
5849
|
+
"name": "flashAddedCells",
|
|
5850
|
+
"privacy": "private",
|
|
5851
|
+
"parameters": [
|
|
5852
|
+
{
|
|
5853
|
+
"name": "rowNodes"
|
|
5854
|
+
}
|
|
5855
|
+
]
|
|
5856
|
+
},
|
|
5857
|
+
{
|
|
5858
|
+
"kind": "method",
|
|
5859
|
+
"name": "applyMappedAgTransaction",
|
|
5860
|
+
"privacy": "private",
|
|
5861
|
+
"parameters": [
|
|
5862
|
+
{
|
|
5863
|
+
"name": "agTransaction",
|
|
5864
|
+
"type": {
|
|
5865
|
+
"text": "RowDataTransaction"
|
|
5866
|
+
}
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"name": "operation",
|
|
5870
|
+
"type": {
|
|
5871
|
+
"text": "OperationType"
|
|
5872
|
+
}
|
|
5873
|
+
},
|
|
5874
|
+
{
|
|
5875
|
+
"name": "isAsync",
|
|
5876
|
+
"type": {
|
|
5877
|
+
"text": "boolean"
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
]
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "method",
|
|
5884
|
+
"name": "applyTransaction",
|
|
5885
|
+
"privacy": "protected",
|
|
5886
|
+
"return": {
|
|
5887
|
+
"type": {
|
|
5888
|
+
"text": "any"
|
|
5889
|
+
}
|
|
5890
|
+
},
|
|
5891
|
+
"parameters": [
|
|
5892
|
+
{
|
|
5893
|
+
"name": "agTransaction",
|
|
5894
|
+
"type": {
|
|
5895
|
+
"text": "RowDataTransaction"
|
|
5896
|
+
}
|
|
5897
|
+
}
|
|
5898
|
+
]
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
"kind": "method",
|
|
5902
|
+
"name": "applyTransactionAsync",
|
|
5903
|
+
"privacy": "protected",
|
|
5904
|
+
"parameters": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "agTransaction",
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "RowDataTransaction"
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"name": "callback",
|
|
5913
|
+
"optional": true,
|
|
5914
|
+
"type": {
|
|
5915
|
+
"text": "(res) => void"
|
|
5916
|
+
}
|
|
5917
|
+
}
|
|
5918
|
+
]
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"kind": "method",
|
|
5922
|
+
"name": "mapTransaction",
|
|
5923
|
+
"privacy": "private",
|
|
5924
|
+
"parameters": [
|
|
5925
|
+
{
|
|
5926
|
+
"name": "transaction",
|
|
5927
|
+
"type": {
|
|
5928
|
+
"text": "RowDataTransaction"
|
|
5929
|
+
},
|
|
5930
|
+
"description": "The transaction data to be mapped."
|
|
5931
|
+
},
|
|
5932
|
+
{
|
|
5933
|
+
"name": "operations",
|
|
5934
|
+
"default": "Object.values(OperationType)",
|
|
5935
|
+
"type": {
|
|
5936
|
+
"text": "OperationType[]"
|
|
5937
|
+
},
|
|
5938
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
5939
|
+
}
|
|
5940
|
+
],
|
|
5941
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
5942
|
+
"return": {
|
|
5943
|
+
"type": {
|
|
5944
|
+
"text": ""
|
|
5945
|
+
}
|
|
5946
|
+
}
|
|
5947
|
+
},
|
|
5948
|
+
{
|
|
5949
|
+
"kind": "field",
|
|
5950
|
+
"name": "connect",
|
|
5951
|
+
"type": {
|
|
5952
|
+
"text": "Connect"
|
|
5953
|
+
},
|
|
5954
|
+
"inheritedFrom": {
|
|
5955
|
+
"name": "GenesisGridDatasourceElement",
|
|
5956
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5957
|
+
}
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
"kind": "field",
|
|
5961
|
+
"name": "session",
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "Session"
|
|
5964
|
+
},
|
|
5965
|
+
"inheritedFrom": {
|
|
5966
|
+
"name": "GenesisGridDatasourceElement",
|
|
5967
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5968
|
+
}
|
|
5969
|
+
},
|
|
5970
|
+
{
|
|
5971
|
+
"kind": "field",
|
|
5972
|
+
"name": "deferredGridOptions",
|
|
5973
|
+
"type": {
|
|
5974
|
+
"text": "GridOptions"
|
|
5975
|
+
},
|
|
5976
|
+
"inheritedFrom": {
|
|
5977
|
+
"name": "GenesisGridDatasourceElement",
|
|
5978
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5979
|
+
}
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"kind": "field",
|
|
5983
|
+
"name": "deferredColumnStates",
|
|
5984
|
+
"type": {
|
|
5985
|
+
"text": "ColumnState[]"
|
|
5986
|
+
},
|
|
5987
|
+
"inheritedFrom": {
|
|
5988
|
+
"name": "GenesisGridDatasourceElement",
|
|
5989
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5990
|
+
}
|
|
5991
|
+
},
|
|
5992
|
+
{
|
|
5993
|
+
"kind": "field",
|
|
5994
|
+
"name": "rowDataMapper",
|
|
5995
|
+
"type": {
|
|
5996
|
+
"text": "Function"
|
|
5997
|
+
},
|
|
5998
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
5999
|
+
"inheritedFrom": {
|
|
6000
|
+
"name": "GenesisGridDatasourceElement",
|
|
6001
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6002
|
+
}
|
|
6003
|
+
},
|
|
6004
|
+
{
|
|
6005
|
+
"kind": "field",
|
|
6006
|
+
"name": "criteria",
|
|
6007
|
+
"type": {
|
|
6008
|
+
"text": "string"
|
|
6009
|
+
},
|
|
6010
|
+
"inheritedFrom": {
|
|
6011
|
+
"name": "GenesisGridDatasourceElement",
|
|
6012
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"kind": "field",
|
|
6017
|
+
"name": "fields",
|
|
6018
|
+
"type": {
|
|
6019
|
+
"text": "string"
|
|
6020
|
+
},
|
|
6021
|
+
"inheritedFrom": {
|
|
6022
|
+
"name": "GenesisGridDatasourceElement",
|
|
6023
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6024
|
+
}
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"kind": "field",
|
|
6028
|
+
"name": "isSnapshot",
|
|
6029
|
+
"type": {
|
|
6030
|
+
"text": "boolean"
|
|
6031
|
+
},
|
|
6032
|
+
"default": "false",
|
|
6033
|
+
"inheritedFrom": {
|
|
6034
|
+
"name": "GenesisGridDatasourceElement",
|
|
6035
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6036
|
+
}
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"kind": "field",
|
|
6040
|
+
"name": "maxRows",
|
|
6041
|
+
"type": {
|
|
6042
|
+
"text": "number"
|
|
6043
|
+
},
|
|
6044
|
+
"inheritedFrom": {
|
|
6045
|
+
"name": "GenesisGridDatasourceElement",
|
|
6046
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
6049
|
+
{
|
|
6050
|
+
"kind": "field",
|
|
6051
|
+
"name": "maxView",
|
|
6052
|
+
"type": {
|
|
6053
|
+
"text": "number"
|
|
6054
|
+
},
|
|
6055
|
+
"inheritedFrom": {
|
|
6056
|
+
"name": "GenesisGridDatasourceElement",
|
|
6057
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6058
|
+
}
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "field",
|
|
6062
|
+
"name": "movingView",
|
|
6063
|
+
"type": {
|
|
6064
|
+
"text": "boolean"
|
|
6065
|
+
},
|
|
6066
|
+
"default": "false",
|
|
6067
|
+
"inheritedFrom": {
|
|
6068
|
+
"name": "GenesisGridDatasourceElement",
|
|
6069
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6070
|
+
}
|
|
6071
|
+
},
|
|
6072
|
+
{
|
|
6073
|
+
"kind": "field",
|
|
6074
|
+
"name": "orderBy",
|
|
6075
|
+
"type": {
|
|
6076
|
+
"text": "string"
|
|
6077
|
+
},
|
|
6078
|
+
"inheritedFrom": {
|
|
6079
|
+
"name": "GenesisGridDatasourceElement",
|
|
6080
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"kind": "field",
|
|
6085
|
+
"name": "resourceName",
|
|
6086
|
+
"type": {
|
|
6087
|
+
"text": "string"
|
|
6088
|
+
},
|
|
6089
|
+
"inheritedFrom": {
|
|
6090
|
+
"name": "GenesisGridDatasourceElement",
|
|
6091
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
"kind": "field",
|
|
6096
|
+
"name": "reverse",
|
|
6097
|
+
"type": {
|
|
6098
|
+
"text": "boolean"
|
|
6099
|
+
},
|
|
6100
|
+
"default": "false",
|
|
6101
|
+
"inheritedFrom": {
|
|
6102
|
+
"name": "GenesisGridDatasourceElement",
|
|
6103
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6104
|
+
}
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"kind": "field",
|
|
6108
|
+
"name": "rowIdAttr",
|
|
6109
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6110
|
+
"inheritedFrom": {
|
|
6111
|
+
"name": "GenesisGridDatasourceElement",
|
|
6112
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6113
|
+
}
|
|
6114
|
+
},
|
|
6115
|
+
{
|
|
6116
|
+
"kind": "field",
|
|
6117
|
+
"name": "rowId",
|
|
6118
|
+
"type": {
|
|
6119
|
+
"text": "string"
|
|
6120
|
+
},
|
|
6121
|
+
"privacy": "protected",
|
|
6122
|
+
"readonly": true,
|
|
6123
|
+
"inheritedFrom": {
|
|
6124
|
+
"name": "GenesisGridDatasourceElement",
|
|
6125
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6126
|
+
}
|
|
6127
|
+
},
|
|
6128
|
+
{
|
|
6129
|
+
"kind": "field",
|
|
6130
|
+
"name": "defaultRowIdByResourceType",
|
|
6131
|
+
"type": {
|
|
6132
|
+
"text": "string"
|
|
6133
|
+
},
|
|
6134
|
+
"privacy": "protected",
|
|
6135
|
+
"readonly": true,
|
|
6136
|
+
"inheritedFrom": {
|
|
6137
|
+
"name": "GenesisGridDatasourceElement",
|
|
6138
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6139
|
+
}
|
|
6140
|
+
},
|
|
6141
|
+
{
|
|
6142
|
+
"kind": "field",
|
|
6143
|
+
"name": "isRequestServer",
|
|
6144
|
+
"type": {
|
|
6145
|
+
"text": "boolean"
|
|
6146
|
+
},
|
|
6147
|
+
"privacy": "protected",
|
|
6148
|
+
"default": "false",
|
|
6149
|
+
"inheritedFrom": {
|
|
6150
|
+
"name": "GenesisGridDatasourceElement",
|
|
6151
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6152
|
+
}
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"kind": "field",
|
|
6156
|
+
"name": "agGrid",
|
|
6157
|
+
"type": {
|
|
6158
|
+
"text": "GridPro | null"
|
|
6159
|
+
},
|
|
6160
|
+
"privacy": "protected",
|
|
6161
|
+
"readonly": true,
|
|
6162
|
+
"inheritedFrom": {
|
|
6163
|
+
"name": "GenesisGridDatasourceElement",
|
|
6164
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"kind": "field",
|
|
6169
|
+
"name": "_presentation",
|
|
6170
|
+
"type": {
|
|
6171
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6172
|
+
},
|
|
6173
|
+
"privacy": "private",
|
|
6174
|
+
"default": "void 0",
|
|
6175
|
+
"inheritedFrom": {
|
|
6176
|
+
"name": "FoundationElement",
|
|
6177
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6178
|
+
}
|
|
6179
|
+
},
|
|
6180
|
+
{
|
|
6181
|
+
"kind": "field",
|
|
6182
|
+
"name": "$presentation",
|
|
6183
|
+
"type": {
|
|
6184
|
+
"text": "ComponentPresentation | null"
|
|
6185
|
+
},
|
|
6186
|
+
"privacy": "public",
|
|
6187
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6188
|
+
"inheritedFrom": {
|
|
6189
|
+
"name": "FoundationElement",
|
|
6190
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6191
|
+
}
|
|
6192
|
+
},
|
|
6193
|
+
{
|
|
6194
|
+
"kind": "field",
|
|
6195
|
+
"name": "template",
|
|
6196
|
+
"type": {
|
|
6197
|
+
"text": "ElementViewTemplate | void | null"
|
|
6198
|
+
},
|
|
6199
|
+
"privacy": "public",
|
|
6200
|
+
"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.",
|
|
6201
|
+
"inheritedFrom": {
|
|
6202
|
+
"name": "FoundationElement",
|
|
6203
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6204
|
+
}
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"kind": "method",
|
|
6208
|
+
"name": "templateChanged",
|
|
6209
|
+
"privacy": "protected",
|
|
6210
|
+
"return": {
|
|
6211
|
+
"type": {
|
|
6212
|
+
"text": "void"
|
|
6213
|
+
}
|
|
6214
|
+
},
|
|
6215
|
+
"inheritedFrom": {
|
|
6216
|
+
"name": "FoundationElement",
|
|
6217
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6218
|
+
}
|
|
6219
|
+
},
|
|
6220
|
+
{
|
|
6221
|
+
"kind": "field",
|
|
6222
|
+
"name": "styles",
|
|
6223
|
+
"type": {
|
|
6224
|
+
"text": "ElementStyles | void | null"
|
|
6225
|
+
},
|
|
6226
|
+
"privacy": "public",
|
|
6227
|
+
"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.",
|
|
6228
|
+
"inheritedFrom": {
|
|
6229
|
+
"name": "FoundationElement",
|
|
6230
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6231
|
+
}
|
|
6232
|
+
},
|
|
6233
|
+
{
|
|
6234
|
+
"kind": "method",
|
|
6235
|
+
"name": "stylesChanged",
|
|
6236
|
+
"privacy": "protected",
|
|
6237
|
+
"return": {
|
|
6238
|
+
"type": {
|
|
6239
|
+
"text": "void"
|
|
6240
|
+
}
|
|
6241
|
+
},
|
|
6242
|
+
"inheritedFrom": {
|
|
6243
|
+
"name": "FoundationElement",
|
|
6244
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6245
|
+
}
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"kind": "method",
|
|
6249
|
+
"name": "compose",
|
|
6250
|
+
"privacy": "public",
|
|
6251
|
+
"static": true,
|
|
6252
|
+
"return": {
|
|
6253
|
+
"type": {
|
|
6254
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6255
|
+
}
|
|
6256
|
+
},
|
|
6257
|
+
"parameters": [
|
|
6258
|
+
{
|
|
6259
|
+
"name": "this",
|
|
6260
|
+
"type": {
|
|
6261
|
+
"text": "K"
|
|
6262
|
+
}
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"name": "elementDefinition",
|
|
6266
|
+
"type": {
|
|
6267
|
+
"text": "T"
|
|
6268
|
+
},
|
|
6269
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6270
|
+
}
|
|
6271
|
+
],
|
|
6272
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6273
|
+
"inheritedFrom": {
|
|
6274
|
+
"name": "FoundationElement",
|
|
6275
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6276
|
+
}
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"superclass": {
|
|
6280
|
+
"name": "GenesisGridDatasourceElement",
|
|
6281
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6282
|
+
},
|
|
6283
|
+
"attributes": [
|
|
6284
|
+
{
|
|
6285
|
+
"name": "criteria",
|
|
6286
|
+
"type": {
|
|
6287
|
+
"text": "string"
|
|
6288
|
+
},
|
|
6289
|
+
"fieldName": "criteria",
|
|
6290
|
+
"inheritedFrom": {
|
|
6291
|
+
"name": "GenesisGridDatasourceElement",
|
|
6292
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6293
|
+
}
|
|
6294
|
+
},
|
|
6295
|
+
{
|
|
6296
|
+
"name": "fields",
|
|
6297
|
+
"type": {
|
|
6298
|
+
"text": "string"
|
|
6299
|
+
},
|
|
6300
|
+
"fieldName": "fields",
|
|
6301
|
+
"inheritedFrom": {
|
|
6302
|
+
"name": "GenesisGridDatasourceElement",
|
|
6303
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6304
|
+
}
|
|
6305
|
+
},
|
|
6306
|
+
{
|
|
6307
|
+
"name": "is-snapshot",
|
|
6308
|
+
"type": {
|
|
6309
|
+
"text": "boolean"
|
|
6310
|
+
},
|
|
6311
|
+
"default": "false",
|
|
6312
|
+
"fieldName": "isSnapshot",
|
|
6313
|
+
"inheritedFrom": {
|
|
6314
|
+
"name": "GenesisGridDatasourceElement",
|
|
6315
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6316
|
+
}
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"name": "max-rows",
|
|
6320
|
+
"type": {
|
|
6321
|
+
"text": "number"
|
|
6322
|
+
},
|
|
6323
|
+
"fieldName": "maxRows",
|
|
6324
|
+
"inheritedFrom": {
|
|
6325
|
+
"name": "GenesisGridDatasourceElement",
|
|
6326
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6327
|
+
}
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
"name": "max-view",
|
|
6331
|
+
"type": {
|
|
6332
|
+
"text": "number"
|
|
6333
|
+
},
|
|
6334
|
+
"fieldName": "maxView",
|
|
6335
|
+
"inheritedFrom": {
|
|
6336
|
+
"name": "GenesisGridDatasourceElement",
|
|
6337
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6338
|
+
}
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"name": "moving-view",
|
|
6342
|
+
"type": {
|
|
6343
|
+
"text": "boolean"
|
|
6344
|
+
},
|
|
6345
|
+
"default": "false",
|
|
6346
|
+
"fieldName": "movingView",
|
|
6347
|
+
"inheritedFrom": {
|
|
6348
|
+
"name": "GenesisGridDatasourceElement",
|
|
6349
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6350
|
+
}
|
|
6351
|
+
},
|
|
6352
|
+
{
|
|
6353
|
+
"name": "order-by",
|
|
6354
|
+
"type": {
|
|
6355
|
+
"text": "string"
|
|
6356
|
+
},
|
|
6357
|
+
"fieldName": "orderBy",
|
|
6358
|
+
"inheritedFrom": {
|
|
6359
|
+
"name": "GenesisGridDatasourceElement",
|
|
6360
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6361
|
+
}
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "resource-name",
|
|
6365
|
+
"type": {
|
|
6366
|
+
"text": "string"
|
|
6367
|
+
},
|
|
6368
|
+
"fieldName": "resourceName",
|
|
6369
|
+
"inheritedFrom": {
|
|
6370
|
+
"name": "GenesisGridDatasourceElement",
|
|
6371
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6372
|
+
}
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"type": {
|
|
6376
|
+
"text": "boolean"
|
|
6377
|
+
},
|
|
6378
|
+
"default": "false",
|
|
6379
|
+
"fieldName": "reverse",
|
|
6380
|
+
"inheritedFrom": {
|
|
6381
|
+
"name": "GenesisGridDatasourceElement",
|
|
6382
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6383
|
+
}
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"name": "row-id",
|
|
6387
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6388
|
+
"fieldName": "rowIdAttr",
|
|
6389
|
+
"inheritedFrom": {
|
|
6390
|
+
"name": "GenesisGridDatasourceElement",
|
|
6391
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6392
|
+
}
|
|
6393
|
+
}
|
|
6394
|
+
]
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"kind": "class",
|
|
6398
|
+
"description": "",
|
|
6399
|
+
"name": "StreamBaseDatasource",
|
|
6400
|
+
"members": [
|
|
6401
|
+
{
|
|
6402
|
+
"kind": "field",
|
|
6403
|
+
"name": "rowId",
|
|
6404
|
+
"type": {
|
|
6405
|
+
"text": "string"
|
|
6406
|
+
},
|
|
6407
|
+
"privacy": "protected"
|
|
6408
|
+
},
|
|
6409
|
+
{
|
|
6410
|
+
"kind": "field",
|
|
6411
|
+
"name": "rowData",
|
|
6412
|
+
"type": {
|
|
6413
|
+
"text": "Map<string, any>"
|
|
6414
|
+
},
|
|
6415
|
+
"default": "new Map()"
|
|
6416
|
+
}
|
|
6417
|
+
]
|
|
6418
|
+
}
|
|
6419
|
+
],
|
|
6420
|
+
"exports": [
|
|
6421
|
+
{
|
|
6422
|
+
"kind": "js",
|
|
6423
|
+
"name": "GenesisGridDatasourceElement",
|
|
6424
|
+
"declaration": {
|
|
6425
|
+
"name": "GenesisGridDatasourceElement",
|
|
6426
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6427
|
+
}
|
|
6428
|
+
},
|
|
6429
|
+
{
|
|
6430
|
+
"kind": "js",
|
|
6431
|
+
"name": "GridProBaseDatasource",
|
|
6432
|
+
"declaration": {
|
|
6433
|
+
"name": "GridProBaseDatasource",
|
|
6434
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6435
|
+
}
|
|
6436
|
+
},
|
|
6437
|
+
{
|
|
6438
|
+
"kind": "js",
|
|
6439
|
+
"name": "StreamBaseDatasource",
|
|
6440
|
+
"declaration": {
|
|
6441
|
+
"name": "StreamBaseDatasource",
|
|
6442
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6443
|
+
}
|
|
6444
|
+
}
|
|
6445
|
+
]
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"kind": "javascript-module",
|
|
6449
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
6450
|
+
"declarations": [
|
|
5711
6451
|
{
|
|
5712
6452
|
"kind": "class",
|
|
5713
6453
|
"description": "The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
@@ -5825,6 +6565,32 @@
|
|
|
5825
6565
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5826
6566
|
}
|
|
5827
6567
|
},
|
|
6568
|
+
{
|
|
6569
|
+
"kind": "field",
|
|
6570
|
+
"name": "applyFuncName",
|
|
6571
|
+
"type": {
|
|
6572
|
+
"text": "string"
|
|
6573
|
+
},
|
|
6574
|
+
"privacy": "protected",
|
|
6575
|
+
"default": "'applyTransaction'",
|
|
6576
|
+
"inheritedFrom": {
|
|
6577
|
+
"name": "GridProBaseDatasource",
|
|
6578
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6579
|
+
}
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"kind": "field",
|
|
6583
|
+
"name": "applyAsyncFuncName",
|
|
6584
|
+
"type": {
|
|
6585
|
+
"text": "string"
|
|
6586
|
+
},
|
|
6587
|
+
"privacy": "protected",
|
|
6588
|
+
"default": "'applyTransactionAsync'",
|
|
6589
|
+
"inheritedFrom": {
|
|
6590
|
+
"name": "GridProBaseDatasource",
|
|
6591
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6592
|
+
}
|
|
6593
|
+
},
|
|
5828
6594
|
{
|
|
5829
6595
|
"kind": "method",
|
|
5830
6596
|
"name": "criteriaChanged",
|
|
@@ -5903,15 +6669,6 @@
|
|
|
5903
6669
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5904
6670
|
}
|
|
5905
6671
|
},
|
|
5906
|
-
{
|
|
5907
|
-
"kind": "field",
|
|
5908
|
-
"name": "rowIdAttr",
|
|
5909
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
5910
|
-
"inheritedFrom": {
|
|
5911
|
-
"name": "GridProGenesisDatasource",
|
|
5912
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5913
|
-
}
|
|
5914
|
-
},
|
|
5915
6672
|
{
|
|
5916
6673
|
"kind": "field",
|
|
5917
6674
|
"name": "restartOnReconnection",
|
|
@@ -5924,18 +6681,6 @@
|
|
|
5924
6681
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5925
6682
|
}
|
|
5926
6683
|
},
|
|
5927
|
-
{
|
|
5928
|
-
"kind": "field",
|
|
5929
|
-
"name": "rowDataMapper",
|
|
5930
|
-
"type": {
|
|
5931
|
-
"text": "Function"
|
|
5932
|
-
},
|
|
5933
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
5934
|
-
"inheritedFrom": {
|
|
5935
|
-
"name": "GridProGenesisDatasource",
|
|
5936
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5937
|
-
}
|
|
5938
|
-
},
|
|
5939
6684
|
{
|
|
5940
6685
|
"kind": "field",
|
|
5941
6686
|
"name": "dataSub",
|
|
@@ -5972,19 +6717,6 @@
|
|
|
5972
6717
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5973
6718
|
}
|
|
5974
6719
|
},
|
|
5975
|
-
{
|
|
5976
|
-
"kind": "field",
|
|
5977
|
-
"name": "isRequestServer",
|
|
5978
|
-
"type": {
|
|
5979
|
-
"text": "boolean"
|
|
5980
|
-
},
|
|
5981
|
-
"privacy": "private",
|
|
5982
|
-
"default": "false",
|
|
5983
|
-
"inheritedFrom": {
|
|
5984
|
-
"name": "GridProGenesisDatasource",
|
|
5985
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5986
|
-
}
|
|
5987
|
-
},
|
|
5988
6720
|
{
|
|
5989
6721
|
"kind": "field",
|
|
5990
6722
|
"name": "requiresFullRowDataAndColDefs",
|
|
@@ -5992,70 +6724,7 @@
|
|
|
5992
6724
|
"text": "boolean"
|
|
5993
6725
|
},
|
|
5994
6726
|
"privacy": "private",
|
|
5995
|
-
"default": "true",
|
|
5996
|
-
"inheritedFrom": {
|
|
5997
|
-
"name": "GridProGenesisDatasource",
|
|
5998
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5999
|
-
}
|
|
6000
|
-
},
|
|
6001
|
-
{
|
|
6002
|
-
"kind": "field",
|
|
6003
|
-
"name": "dataSubWasLoggedOff",
|
|
6004
|
-
"type": {
|
|
6005
|
-
"text": "boolean"
|
|
6006
|
-
},
|
|
6007
|
-
"privacy": "private",
|
|
6008
|
-
"default": "false",
|
|
6009
|
-
"inheritedFrom": {
|
|
6010
|
-
"name": "GridProGenesisDatasource",
|
|
6011
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6012
|
-
}
|
|
6013
|
-
},
|
|
6014
|
-
{
|
|
6015
|
-
"kind": "field",
|
|
6016
|
-
"name": "rows",
|
|
6017
|
-
"type": {
|
|
6018
|
-
"text": "Map<string, any>"
|
|
6019
|
-
},
|
|
6020
|
-
"privacy": "private",
|
|
6021
|
-
"default": "new Map()",
|
|
6022
|
-
"inheritedFrom": {
|
|
6023
|
-
"name": "GridProGenesisDatasource",
|
|
6024
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6025
|
-
}
|
|
6026
|
-
},
|
|
6027
|
-
{
|
|
6028
|
-
"kind": "field",
|
|
6029
|
-
"name": "agTransaction",
|
|
6030
|
-
"type": {
|
|
6031
|
-
"text": "RowDataTransaction"
|
|
6032
|
-
},
|
|
6033
|
-
"privacy": "private",
|
|
6034
|
-
"inheritedFrom": {
|
|
6035
|
-
"name": "GridProGenesisDatasource",
|
|
6036
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6037
|
-
}
|
|
6038
|
-
},
|
|
6039
|
-
{
|
|
6040
|
-
"kind": "field",
|
|
6041
|
-
"name": "sourceRef",
|
|
6042
|
-
"type": {
|
|
6043
|
-
"text": "string"
|
|
6044
|
-
},
|
|
6045
|
-
"privacy": "private",
|
|
6046
|
-
"inheritedFrom": {
|
|
6047
|
-
"name": "GridProGenesisDatasource",
|
|
6048
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6049
|
-
}
|
|
6050
|
-
},
|
|
6051
|
-
{
|
|
6052
|
-
"kind": "field",
|
|
6053
|
-
"name": "criteriaFromFilters",
|
|
6054
|
-
"type": {
|
|
6055
|
-
"text": "Map<string, string>"
|
|
6056
|
-
},
|
|
6057
|
-
"privacy": "private",
|
|
6058
|
-
"default": "new Map()",
|
|
6727
|
+
"default": "true",
|
|
6059
6728
|
"inheritedFrom": {
|
|
6060
6729
|
"name": "GridProGenesisDatasource",
|
|
6061
6730
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6063,12 +6732,11 @@
|
|
|
6063
6732
|
},
|
|
6064
6733
|
{
|
|
6065
6734
|
"kind": "field",
|
|
6066
|
-
"name": "
|
|
6735
|
+
"name": "sourceRef",
|
|
6067
6736
|
"type": {
|
|
6068
|
-
"text": "
|
|
6737
|
+
"text": "string"
|
|
6069
6738
|
},
|
|
6070
6739
|
"privacy": "private",
|
|
6071
|
-
"default": "new BehaviorSubject(new Map())",
|
|
6072
6740
|
"inheritedFrom": {
|
|
6073
6741
|
"name": "GridProGenesisDatasource",
|
|
6074
6742
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6076,12 +6744,12 @@
|
|
|
6076
6744
|
},
|
|
6077
6745
|
{
|
|
6078
6746
|
"kind": "field",
|
|
6079
|
-
"name": "
|
|
6747
|
+
"name": "criteriaFromFilters",
|
|
6080
6748
|
"type": {
|
|
6081
|
-
"text": "
|
|
6749
|
+
"text": "Map<string, string>"
|
|
6082
6750
|
},
|
|
6083
6751
|
"privacy": "private",
|
|
6084
|
-
"
|
|
6752
|
+
"default": "new Map()",
|
|
6085
6753
|
"inheritedFrom": {
|
|
6086
6754
|
"name": "GridProGenesisDatasource",
|
|
6087
6755
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6089,12 +6757,12 @@
|
|
|
6089
6757
|
},
|
|
6090
6758
|
{
|
|
6091
6759
|
"kind": "field",
|
|
6092
|
-
"name": "
|
|
6760
|
+
"name": "update",
|
|
6093
6761
|
"type": {
|
|
6094
|
-
"text": "string"
|
|
6762
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
6095
6763
|
},
|
|
6096
6764
|
"privacy": "private",
|
|
6097
|
-
"
|
|
6765
|
+
"default": "new BehaviorSubject(new Map())",
|
|
6098
6766
|
"inheritedFrom": {
|
|
6099
6767
|
"name": "GridProGenesisDatasource",
|
|
6100
6768
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6244,8 +6912,16 @@
|
|
|
6244
6912
|
},
|
|
6245
6913
|
{
|
|
6246
6914
|
"kind": "method",
|
|
6247
|
-
"name": "
|
|
6915
|
+
"name": "getAgColumnDefs",
|
|
6248
6916
|
"privacy": "private",
|
|
6917
|
+
"parameters": [
|
|
6918
|
+
{
|
|
6919
|
+
"name": "fieldsMetadata",
|
|
6920
|
+
"type": {
|
|
6921
|
+
"text": "FieldMetadata[]"
|
|
6922
|
+
}
|
|
6923
|
+
}
|
|
6924
|
+
],
|
|
6249
6925
|
"inheritedFrom": {
|
|
6250
6926
|
"name": "GridProGenesisDatasource",
|
|
6251
6927
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6253,13 +6929,13 @@
|
|
|
6253
6929
|
},
|
|
6254
6930
|
{
|
|
6255
6931
|
"kind": "method",
|
|
6256
|
-
"name": "
|
|
6932
|
+
"name": "buildCriteria",
|
|
6257
6933
|
"privacy": "private",
|
|
6258
|
-
"
|
|
6259
|
-
{
|
|
6260
|
-
"
|
|
6934
|
+
"return": {
|
|
6935
|
+
"type": {
|
|
6936
|
+
"text": "string"
|
|
6261
6937
|
}
|
|
6262
|
-
|
|
6938
|
+
},
|
|
6263
6939
|
"inheritedFrom": {
|
|
6264
6940
|
"name": "GridProGenesisDatasource",
|
|
6265
6941
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6267,25 +6943,36 @@
|
|
|
6267
6943
|
},
|
|
6268
6944
|
{
|
|
6269
6945
|
"kind": "method",
|
|
6270
|
-
"name": "
|
|
6271
|
-
"privacy": "
|
|
6946
|
+
"name": "setFilter",
|
|
6947
|
+
"privacy": "public",
|
|
6272
6948
|
"parameters": [
|
|
6273
6949
|
{
|
|
6274
|
-
"name": "
|
|
6950
|
+
"name": "fieldName",
|
|
6275
6951
|
"type": {
|
|
6276
|
-
"text": "
|
|
6952
|
+
"text": "string"
|
|
6277
6953
|
}
|
|
6278
6954
|
},
|
|
6279
6955
|
{
|
|
6280
|
-
"name": "
|
|
6956
|
+
"name": "newFilter",
|
|
6281
6957
|
"type": {
|
|
6282
|
-
"text": "
|
|
6958
|
+
"text": "string"
|
|
6283
6959
|
}
|
|
6284
|
-
}
|
|
6960
|
+
}
|
|
6961
|
+
],
|
|
6962
|
+
"inheritedFrom": {
|
|
6963
|
+
"name": "GridProGenesisDatasource",
|
|
6964
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6965
|
+
}
|
|
6966
|
+
},
|
|
6967
|
+
{
|
|
6968
|
+
"kind": "method",
|
|
6969
|
+
"name": "removeFilter",
|
|
6970
|
+
"privacy": "public",
|
|
6971
|
+
"parameters": [
|
|
6285
6972
|
{
|
|
6286
|
-
"name": "
|
|
6973
|
+
"name": "fieldName",
|
|
6287
6974
|
"type": {
|
|
6288
|
-
"text": "
|
|
6975
|
+
"text": "string"
|
|
6289
6976
|
}
|
|
6290
6977
|
}
|
|
6291
6978
|
],
|
|
@@ -6296,40 +6983,97 @@
|
|
|
6296
6983
|
},
|
|
6297
6984
|
{
|
|
6298
6985
|
"kind": "method",
|
|
6299
|
-
"name": "
|
|
6300
|
-
"privacy": "
|
|
6986
|
+
"name": "applyTransaction",
|
|
6987
|
+
"privacy": "protected",
|
|
6988
|
+
"return": {
|
|
6989
|
+
"type": {
|
|
6990
|
+
"text": "RowNodeTransaction | null | undefined"
|
|
6991
|
+
}
|
|
6992
|
+
},
|
|
6301
6993
|
"parameters": [
|
|
6302
6994
|
{
|
|
6303
|
-
"name": "
|
|
6995
|
+
"name": "agTransaction",
|
|
6304
6996
|
"type": {
|
|
6305
6997
|
"text": "RowDataTransaction"
|
|
6306
|
-
}
|
|
6307
|
-
|
|
6998
|
+
}
|
|
6999
|
+
}
|
|
7000
|
+
],
|
|
7001
|
+
"inheritedFrom": {
|
|
7002
|
+
"name": "GridProBaseDatasource",
|
|
7003
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"kind": "method",
|
|
7008
|
+
"name": "applyTransactionAsync",
|
|
7009
|
+
"privacy": "protected",
|
|
7010
|
+
"parameters": [
|
|
7011
|
+
{
|
|
7012
|
+
"name": "agTransaction",
|
|
7013
|
+
"type": {
|
|
7014
|
+
"text": "RowDataTransaction"
|
|
7015
|
+
}
|
|
6308
7016
|
},
|
|
6309
7017
|
{
|
|
6310
|
-
"name": "
|
|
6311
|
-
"
|
|
7018
|
+
"name": "callback",
|
|
7019
|
+
"optional": true,
|
|
6312
7020
|
"type": {
|
|
6313
|
-
"text": "
|
|
6314
|
-
}
|
|
6315
|
-
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
7021
|
+
"text": "(res: RowNodeTransaction) => void"
|
|
7022
|
+
}
|
|
6316
7023
|
}
|
|
6317
7024
|
],
|
|
6318
|
-
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
6319
7025
|
"return": {
|
|
6320
7026
|
"type": {
|
|
6321
|
-
"text": ""
|
|
7027
|
+
"text": "void"
|
|
6322
7028
|
}
|
|
6323
7029
|
},
|
|
6324
7030
|
"inheritedFrom": {
|
|
6325
|
-
"name": "
|
|
6326
|
-
"module": "src/
|
|
7031
|
+
"name": "GridProBaseDatasource",
|
|
7032
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7033
|
+
}
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
"kind": "field",
|
|
7037
|
+
"name": "dataSubWasLoggedOff",
|
|
7038
|
+
"type": {
|
|
7039
|
+
"text": "boolean"
|
|
7040
|
+
},
|
|
7041
|
+
"privacy": "protected",
|
|
7042
|
+
"default": "false",
|
|
7043
|
+
"inheritedFrom": {
|
|
7044
|
+
"name": "GridProBaseDatasource",
|
|
7045
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7046
|
+
}
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"kind": "field",
|
|
7050
|
+
"name": "rowData",
|
|
7051
|
+
"type": {
|
|
7052
|
+
"text": "Map<string, any>"
|
|
7053
|
+
},
|
|
7054
|
+
"default": "new Map()",
|
|
7055
|
+
"inheritedFrom": {
|
|
7056
|
+
"name": "GridProBaseDatasource",
|
|
7057
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7058
|
+
}
|
|
7059
|
+
},
|
|
7060
|
+
{
|
|
7061
|
+
"kind": "field",
|
|
7062
|
+
"name": "agTransaction",
|
|
7063
|
+
"type": {
|
|
7064
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
7065
|
+
},
|
|
7066
|
+
"privacy": "protected",
|
|
7067
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }",
|
|
7068
|
+
"inheritedFrom": {
|
|
7069
|
+
"name": "GridProBaseDatasource",
|
|
7070
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6327
7071
|
}
|
|
6328
7072
|
},
|
|
6329
7073
|
{
|
|
6330
7074
|
"kind": "method",
|
|
6331
7075
|
"name": "handleStreamInserts",
|
|
6332
|
-
"privacy": "
|
|
7076
|
+
"privacy": "protected",
|
|
6333
7077
|
"parameters": [
|
|
6334
7078
|
{
|
|
6335
7079
|
"name": "insertedRows",
|
|
@@ -6339,14 +7083,14 @@
|
|
|
6339
7083
|
}
|
|
6340
7084
|
],
|
|
6341
7085
|
"inheritedFrom": {
|
|
6342
|
-
"name": "
|
|
6343
|
-
"module": "src/
|
|
7086
|
+
"name": "GridProBaseDatasource",
|
|
7087
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6344
7088
|
}
|
|
6345
7089
|
},
|
|
6346
7090
|
{
|
|
6347
7091
|
"kind": "method",
|
|
6348
7092
|
"name": "handleStreamDeletes",
|
|
6349
|
-
"privacy": "
|
|
7093
|
+
"privacy": "protected",
|
|
6350
7094
|
"parameters": [
|
|
6351
7095
|
{
|
|
6352
7096
|
"name": "deletedRows",
|
|
@@ -6356,14 +7100,14 @@
|
|
|
6356
7100
|
}
|
|
6357
7101
|
],
|
|
6358
7102
|
"inheritedFrom": {
|
|
6359
|
-
"name": "
|
|
6360
|
-
"module": "src/
|
|
7103
|
+
"name": "GridProBaseDatasource",
|
|
7104
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6361
7105
|
}
|
|
6362
7106
|
},
|
|
6363
7107
|
{
|
|
6364
7108
|
"kind": "method",
|
|
6365
7109
|
"name": "handleStreamUpdates",
|
|
6366
|
-
"privacy": "
|
|
7110
|
+
"privacy": "protected",
|
|
6367
7111
|
"parameters": [
|
|
6368
7112
|
{
|
|
6369
7113
|
"name": "updatedRows",
|
|
@@ -6373,79 +7117,92 @@
|
|
|
6373
7117
|
}
|
|
6374
7118
|
],
|
|
6375
7119
|
"inheritedFrom": {
|
|
6376
|
-
"name": "
|
|
6377
|
-
"module": "src/
|
|
7120
|
+
"name": "GridProBaseDatasource",
|
|
7121
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6378
7122
|
}
|
|
6379
7123
|
},
|
|
6380
7124
|
{
|
|
6381
7125
|
"kind": "method",
|
|
6382
|
-
"name": "
|
|
6383
|
-
"privacy": "
|
|
6384
|
-
"parameters": [
|
|
6385
|
-
{
|
|
6386
|
-
"name": "fieldsMetadata",
|
|
6387
|
-
"type": {
|
|
6388
|
-
"text": "FieldMetadata[]"
|
|
6389
|
-
}
|
|
6390
|
-
}
|
|
6391
|
-
],
|
|
7126
|
+
"name": "applyAllAgTransactions",
|
|
7127
|
+
"privacy": "protected",
|
|
6392
7128
|
"inheritedFrom": {
|
|
6393
|
-
"name": "
|
|
6394
|
-
"module": "src/
|
|
7129
|
+
"name": "GridProBaseDatasource",
|
|
7130
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6395
7131
|
}
|
|
6396
7132
|
},
|
|
6397
7133
|
{
|
|
6398
7134
|
"kind": "method",
|
|
6399
|
-
"name": "
|
|
7135
|
+
"name": "flashAddedCells",
|
|
6400
7136
|
"privacy": "private",
|
|
6401
|
-
"
|
|
6402
|
-
|
|
6403
|
-
"
|
|
7137
|
+
"parameters": [
|
|
7138
|
+
{
|
|
7139
|
+
"name": "rowNodes"
|
|
6404
7140
|
}
|
|
6405
|
-
|
|
7141
|
+
],
|
|
6406
7142
|
"inheritedFrom": {
|
|
6407
|
-
"name": "
|
|
6408
|
-
"module": "src/
|
|
7143
|
+
"name": "GridProBaseDatasource",
|
|
7144
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6409
7145
|
}
|
|
6410
7146
|
},
|
|
6411
7147
|
{
|
|
6412
7148
|
"kind": "method",
|
|
6413
|
-
"name": "
|
|
6414
|
-
"privacy": "
|
|
7149
|
+
"name": "applyMappedAgTransaction",
|
|
7150
|
+
"privacy": "private",
|
|
6415
7151
|
"parameters": [
|
|
6416
7152
|
{
|
|
6417
|
-
"name": "
|
|
7153
|
+
"name": "agTransaction",
|
|
6418
7154
|
"type": {
|
|
6419
|
-
"text": "
|
|
7155
|
+
"text": "RowDataTransaction"
|
|
6420
7156
|
}
|
|
6421
7157
|
},
|
|
6422
7158
|
{
|
|
6423
|
-
"name": "
|
|
7159
|
+
"name": "operation",
|
|
6424
7160
|
"type": {
|
|
6425
|
-
"text": "
|
|
7161
|
+
"text": "OperationType"
|
|
7162
|
+
}
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"name": "isAsync",
|
|
7166
|
+
"type": {
|
|
7167
|
+
"text": "boolean"
|
|
6426
7168
|
}
|
|
6427
7169
|
}
|
|
6428
7170
|
],
|
|
6429
7171
|
"inheritedFrom": {
|
|
6430
|
-
"name": "
|
|
6431
|
-
"module": "src/
|
|
7172
|
+
"name": "GridProBaseDatasource",
|
|
7173
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6432
7174
|
}
|
|
6433
7175
|
},
|
|
6434
7176
|
{
|
|
6435
7177
|
"kind": "method",
|
|
6436
|
-
"name": "
|
|
6437
|
-
"privacy": "
|
|
7178
|
+
"name": "mapTransaction",
|
|
7179
|
+
"privacy": "private",
|
|
6438
7180
|
"parameters": [
|
|
6439
7181
|
{
|
|
6440
|
-
"name": "
|
|
7182
|
+
"name": "transaction",
|
|
6441
7183
|
"type": {
|
|
6442
|
-
"text": "
|
|
6443
|
-
}
|
|
7184
|
+
"text": "RowDataTransaction"
|
|
7185
|
+
},
|
|
7186
|
+
"description": "The transaction data to be mapped."
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"name": "operations",
|
|
7190
|
+
"default": "Object.values(OperationType)",
|
|
7191
|
+
"type": {
|
|
7192
|
+
"text": "OperationType[]"
|
|
7193
|
+
},
|
|
7194
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
6444
7195
|
}
|
|
6445
7196
|
],
|
|
7197
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
7198
|
+
"return": {
|
|
7199
|
+
"type": {
|
|
7200
|
+
"text": ""
|
|
7201
|
+
}
|
|
7202
|
+
},
|
|
6446
7203
|
"inheritedFrom": {
|
|
6447
|
-
"name": "
|
|
6448
|
-
"module": "src/
|
|
7204
|
+
"name": "GridProBaseDatasource",
|
|
7205
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6449
7206
|
}
|
|
6450
7207
|
},
|
|
6451
7208
|
{
|
|
@@ -6455,7 +7212,18 @@
|
|
|
6455
7212
|
"text": "Connect"
|
|
6456
7213
|
},
|
|
6457
7214
|
"inheritedFrom": {
|
|
6458
|
-
"name": "
|
|
7215
|
+
"name": "GenesisGridDatasourceElement",
|
|
7216
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7217
|
+
}
|
|
7218
|
+
},
|
|
7219
|
+
{
|
|
7220
|
+
"kind": "field",
|
|
7221
|
+
"name": "session",
|
|
7222
|
+
"type": {
|
|
7223
|
+
"text": "Session"
|
|
7224
|
+
},
|
|
7225
|
+
"inheritedFrom": {
|
|
7226
|
+
"name": "GenesisGridDatasourceElement",
|
|
6459
7227
|
"module": "src/datasource/base.datasource.ts"
|
|
6460
7228
|
}
|
|
6461
7229
|
},
|
|
@@ -6466,7 +7234,7 @@
|
|
|
6466
7234
|
"text": "GridOptions"
|
|
6467
7235
|
},
|
|
6468
7236
|
"inheritedFrom": {
|
|
6469
|
-
"name": "
|
|
7237
|
+
"name": "GenesisGridDatasourceElement",
|
|
6470
7238
|
"module": "src/datasource/base.datasource.ts"
|
|
6471
7239
|
}
|
|
6472
7240
|
},
|
|
@@ -6477,7 +7245,19 @@
|
|
|
6477
7245
|
"text": "ColumnState[]"
|
|
6478
7246
|
},
|
|
6479
7247
|
"inheritedFrom": {
|
|
6480
|
-
"name": "
|
|
7248
|
+
"name": "GenesisGridDatasourceElement",
|
|
7249
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7250
|
+
}
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"kind": "field",
|
|
7254
|
+
"name": "rowDataMapper",
|
|
7255
|
+
"type": {
|
|
7256
|
+
"text": "Function"
|
|
7257
|
+
},
|
|
7258
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
7259
|
+
"inheritedFrom": {
|
|
7260
|
+
"name": "GenesisGridDatasourceElement",
|
|
6481
7261
|
"module": "src/datasource/base.datasource.ts"
|
|
6482
7262
|
}
|
|
6483
7263
|
},
|
|
@@ -6488,7 +7268,7 @@
|
|
|
6488
7268
|
"text": "string"
|
|
6489
7269
|
},
|
|
6490
7270
|
"inheritedFrom": {
|
|
6491
|
-
"name": "
|
|
7271
|
+
"name": "GenesisGridDatasourceElement",
|
|
6492
7272
|
"module": "src/datasource/base.datasource.ts"
|
|
6493
7273
|
}
|
|
6494
7274
|
},
|
|
@@ -6499,7 +7279,7 @@
|
|
|
6499
7279
|
"text": "string"
|
|
6500
7280
|
},
|
|
6501
7281
|
"inheritedFrom": {
|
|
6502
|
-
"name": "
|
|
7282
|
+
"name": "GenesisGridDatasourceElement",
|
|
6503
7283
|
"module": "src/datasource/base.datasource.ts"
|
|
6504
7284
|
}
|
|
6505
7285
|
},
|
|
@@ -6511,7 +7291,7 @@
|
|
|
6511
7291
|
},
|
|
6512
7292
|
"default": "false",
|
|
6513
7293
|
"inheritedFrom": {
|
|
6514
|
-
"name": "
|
|
7294
|
+
"name": "GenesisGridDatasourceElement",
|
|
6515
7295
|
"module": "src/datasource/base.datasource.ts"
|
|
6516
7296
|
}
|
|
6517
7297
|
},
|
|
@@ -6522,7 +7302,7 @@
|
|
|
6522
7302
|
"text": "number"
|
|
6523
7303
|
},
|
|
6524
7304
|
"inheritedFrom": {
|
|
6525
|
-
"name": "
|
|
7305
|
+
"name": "GenesisGridDatasourceElement",
|
|
6526
7306
|
"module": "src/datasource/base.datasource.ts"
|
|
6527
7307
|
}
|
|
6528
7308
|
},
|
|
@@ -6533,7 +7313,7 @@
|
|
|
6533
7313
|
"text": "number"
|
|
6534
7314
|
},
|
|
6535
7315
|
"inheritedFrom": {
|
|
6536
|
-
"name": "
|
|
7316
|
+
"name": "GenesisGridDatasourceElement",
|
|
6537
7317
|
"module": "src/datasource/base.datasource.ts"
|
|
6538
7318
|
}
|
|
6539
7319
|
},
|
|
@@ -6545,7 +7325,7 @@
|
|
|
6545
7325
|
},
|
|
6546
7326
|
"default": "false",
|
|
6547
7327
|
"inheritedFrom": {
|
|
6548
|
-
"name": "
|
|
7328
|
+
"name": "GenesisGridDatasourceElement",
|
|
6549
7329
|
"module": "src/datasource/base.datasource.ts"
|
|
6550
7330
|
}
|
|
6551
7331
|
},
|
|
@@ -6556,7 +7336,7 @@
|
|
|
6556
7336
|
"text": "string"
|
|
6557
7337
|
},
|
|
6558
7338
|
"inheritedFrom": {
|
|
6559
|
-
"name": "
|
|
7339
|
+
"name": "GenesisGridDatasourceElement",
|
|
6560
7340
|
"module": "src/datasource/base.datasource.ts"
|
|
6561
7341
|
}
|
|
6562
7342
|
},
|
|
@@ -6567,7 +7347,7 @@
|
|
|
6567
7347
|
"text": "string"
|
|
6568
7348
|
},
|
|
6569
7349
|
"inheritedFrom": {
|
|
6570
|
-
"name": "
|
|
7350
|
+
"name": "GenesisGridDatasourceElement",
|
|
6571
7351
|
"module": "src/datasource/base.datasource.ts"
|
|
6572
7352
|
}
|
|
6573
7353
|
},
|
|
@@ -6579,7 +7359,68 @@
|
|
|
6579
7359
|
},
|
|
6580
7360
|
"default": "false",
|
|
6581
7361
|
"inheritedFrom": {
|
|
6582
|
-
"name": "
|
|
7362
|
+
"name": "GenesisGridDatasourceElement",
|
|
7363
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7364
|
+
}
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"kind": "field",
|
|
7368
|
+
"name": "rowIdAttr",
|
|
7369
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7370
|
+
"inheritedFrom": {
|
|
7371
|
+
"name": "GenesisGridDatasourceElement",
|
|
7372
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7373
|
+
}
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"kind": "field",
|
|
7377
|
+
"name": "rowId",
|
|
7378
|
+
"type": {
|
|
7379
|
+
"text": "string"
|
|
7380
|
+
},
|
|
7381
|
+
"privacy": "protected",
|
|
7382
|
+
"readonly": true,
|
|
7383
|
+
"inheritedFrom": {
|
|
7384
|
+
"name": "GenesisGridDatasourceElement",
|
|
7385
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7386
|
+
}
|
|
7387
|
+
},
|
|
7388
|
+
{
|
|
7389
|
+
"kind": "field",
|
|
7390
|
+
"name": "defaultRowIdByResourceType",
|
|
7391
|
+
"type": {
|
|
7392
|
+
"text": "string"
|
|
7393
|
+
},
|
|
7394
|
+
"privacy": "protected",
|
|
7395
|
+
"readonly": true,
|
|
7396
|
+
"inheritedFrom": {
|
|
7397
|
+
"name": "GenesisGridDatasourceElement",
|
|
7398
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7399
|
+
}
|
|
7400
|
+
},
|
|
7401
|
+
{
|
|
7402
|
+
"kind": "field",
|
|
7403
|
+
"name": "isRequestServer",
|
|
7404
|
+
"type": {
|
|
7405
|
+
"text": "boolean"
|
|
7406
|
+
},
|
|
7407
|
+
"privacy": "protected",
|
|
7408
|
+
"default": "false",
|
|
7409
|
+
"inheritedFrom": {
|
|
7410
|
+
"name": "GenesisGridDatasourceElement",
|
|
7411
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7412
|
+
}
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"kind": "field",
|
|
7416
|
+
"name": "agGrid",
|
|
7417
|
+
"type": {
|
|
7418
|
+
"text": "GridPro | null"
|
|
7419
|
+
},
|
|
7420
|
+
"privacy": "protected",
|
|
7421
|
+
"readonly": true,
|
|
7422
|
+
"inheritedFrom": {
|
|
7423
|
+
"name": "GenesisGridDatasourceElement",
|
|
6583
7424
|
"module": "src/datasource/base.datasource.ts"
|
|
6584
7425
|
}
|
|
6585
7426
|
},
|
|
@@ -6719,15 +7560,6 @@
|
|
|
6719
7560
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6720
7561
|
}
|
|
6721
7562
|
},
|
|
6722
|
-
{
|
|
6723
|
-
"name": "row-id",
|
|
6724
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6725
|
-
"fieldName": "rowIdAttr",
|
|
6726
|
-
"inheritedFrom": {
|
|
6727
|
-
"name": "GridProGenesisDatasource",
|
|
6728
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6729
|
-
}
|
|
6730
|
-
},
|
|
6731
7563
|
{
|
|
6732
7564
|
"name": "restart-on-reconnection",
|
|
6733
7565
|
"type": {
|
|
@@ -6747,7 +7579,7 @@
|
|
|
6747
7579
|
},
|
|
6748
7580
|
"fieldName": "criteria",
|
|
6749
7581
|
"inheritedFrom": {
|
|
6750
|
-
"name": "
|
|
7582
|
+
"name": "GenesisGridDatasourceElement",
|
|
6751
7583
|
"module": "src/datasource/base.datasource.ts"
|
|
6752
7584
|
}
|
|
6753
7585
|
},
|
|
@@ -6758,7 +7590,7 @@
|
|
|
6758
7590
|
},
|
|
6759
7591
|
"fieldName": "fields",
|
|
6760
7592
|
"inheritedFrom": {
|
|
6761
|
-
"name": "
|
|
7593
|
+
"name": "GenesisGridDatasourceElement",
|
|
6762
7594
|
"module": "src/datasource/base.datasource.ts"
|
|
6763
7595
|
}
|
|
6764
7596
|
},
|
|
@@ -6770,7 +7602,7 @@
|
|
|
6770
7602
|
"default": "false",
|
|
6771
7603
|
"fieldName": "isSnapshot",
|
|
6772
7604
|
"inheritedFrom": {
|
|
6773
|
-
"name": "
|
|
7605
|
+
"name": "GenesisGridDatasourceElement",
|
|
6774
7606
|
"module": "src/datasource/base.datasource.ts"
|
|
6775
7607
|
}
|
|
6776
7608
|
},
|
|
@@ -6781,7 +7613,7 @@
|
|
|
6781
7613
|
},
|
|
6782
7614
|
"fieldName": "maxRows",
|
|
6783
7615
|
"inheritedFrom": {
|
|
6784
|
-
"name": "
|
|
7616
|
+
"name": "GenesisGridDatasourceElement",
|
|
6785
7617
|
"module": "src/datasource/base.datasource.ts"
|
|
6786
7618
|
}
|
|
6787
7619
|
},
|
|
@@ -6792,7 +7624,7 @@
|
|
|
6792
7624
|
},
|
|
6793
7625
|
"fieldName": "maxView",
|
|
6794
7626
|
"inheritedFrom": {
|
|
6795
|
-
"name": "
|
|
7627
|
+
"name": "GenesisGridDatasourceElement",
|
|
6796
7628
|
"module": "src/datasource/base.datasource.ts"
|
|
6797
7629
|
}
|
|
6798
7630
|
},
|
|
@@ -6804,7 +7636,7 @@
|
|
|
6804
7636
|
"default": "false",
|
|
6805
7637
|
"fieldName": "movingView",
|
|
6806
7638
|
"inheritedFrom": {
|
|
6807
|
-
"name": "
|
|
7639
|
+
"name": "GenesisGridDatasourceElement",
|
|
6808
7640
|
"module": "src/datasource/base.datasource.ts"
|
|
6809
7641
|
}
|
|
6810
7642
|
},
|
|
@@ -6815,7 +7647,7 @@
|
|
|
6815
7647
|
},
|
|
6816
7648
|
"fieldName": "orderBy",
|
|
6817
7649
|
"inheritedFrom": {
|
|
6818
|
-
"name": "
|
|
7650
|
+
"name": "GenesisGridDatasourceElement",
|
|
6819
7651
|
"module": "src/datasource/base.datasource.ts"
|
|
6820
7652
|
}
|
|
6821
7653
|
},
|
|
@@ -6826,7 +7658,7 @@
|
|
|
6826
7658
|
},
|
|
6827
7659
|
"fieldName": "resourceName",
|
|
6828
7660
|
"inheritedFrom": {
|
|
6829
|
-
"name": "
|
|
7661
|
+
"name": "GenesisGridDatasourceElement",
|
|
6830
7662
|
"module": "src/datasource/base.datasource.ts"
|
|
6831
7663
|
}
|
|
6832
7664
|
},
|
|
@@ -6837,7 +7669,16 @@
|
|
|
6837
7669
|
"default": "false",
|
|
6838
7670
|
"fieldName": "reverse",
|
|
6839
7671
|
"inheritedFrom": {
|
|
6840
|
-
"name": "
|
|
7672
|
+
"name": "GenesisGridDatasourceElement",
|
|
7673
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7674
|
+
}
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"name": "row-id",
|
|
7678
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7679
|
+
"fieldName": "rowIdAttr",
|
|
7680
|
+
"inheritedFrom": {
|
|
7681
|
+
"name": "GenesisGridDatasourceElement",
|
|
6841
7682
|
"module": "src/datasource/base.datasource.ts"
|
|
6842
7683
|
}
|
|
6843
7684
|
}
|
|
@@ -7029,31 +7870,6 @@
|
|
|
7029
7870
|
},
|
|
7030
7871
|
"privacy": "private"
|
|
7031
7872
|
},
|
|
7032
|
-
{
|
|
7033
|
-
"kind": "field",
|
|
7034
|
-
"name": "rowData",
|
|
7035
|
-
"type": {
|
|
7036
|
-
"text": "Map<string, any>"
|
|
7037
|
-
},
|
|
7038
|
-
"privacy": "private",
|
|
7039
|
-
"default": "new Map()"
|
|
7040
|
-
},
|
|
7041
|
-
{
|
|
7042
|
-
"kind": "field",
|
|
7043
|
-
"name": "agTransaction",
|
|
7044
|
-
"type": {
|
|
7045
|
-
"text": "RowDataTransaction"
|
|
7046
|
-
},
|
|
7047
|
-
"privacy": "private"
|
|
7048
|
-
},
|
|
7049
|
-
{
|
|
7050
|
-
"kind": "field",
|
|
7051
|
-
"name": "rowId",
|
|
7052
|
-
"type": {
|
|
7053
|
-
"text": "string"
|
|
7054
|
-
},
|
|
7055
|
-
"privacy": "private"
|
|
7056
|
-
},
|
|
7057
7873
|
{
|
|
7058
7874
|
"kind": "method",
|
|
7059
7875
|
"name": "getRows",
|
|
@@ -7066,6 +7882,24 @@
|
|
|
7066
7882
|
}
|
|
7067
7883
|
]
|
|
7068
7884
|
},
|
|
7885
|
+
{
|
|
7886
|
+
"kind": "method",
|
|
7887
|
+
"name": "sortMapByNumericKey",
|
|
7888
|
+
"privacy": "private",
|
|
7889
|
+
"return": {
|
|
7890
|
+
"type": {
|
|
7891
|
+
"text": "Map<string, any>"
|
|
7892
|
+
}
|
|
7893
|
+
},
|
|
7894
|
+
"parameters": [
|
|
7895
|
+
{
|
|
7896
|
+
"name": "inputMap",
|
|
7897
|
+
"type": {
|
|
7898
|
+
"text": "Map<string, any>"
|
|
7899
|
+
}
|
|
7900
|
+
}
|
|
7901
|
+
]
|
|
7902
|
+
},
|
|
7069
7903
|
{
|
|
7070
7904
|
"kind": "method",
|
|
7071
7905
|
"name": "dataLogoff",
|
|
@@ -7091,7 +7925,7 @@
|
|
|
7091
7925
|
},
|
|
7092
7926
|
{
|
|
7093
7927
|
"kind": "method",
|
|
7094
|
-
"name": "
|
|
7928
|
+
"name": "handleCurrentStreamLoad",
|
|
7095
7929
|
"privacy": "private",
|
|
7096
7930
|
"return": {
|
|
7097
7931
|
"type": {
|
|
@@ -7139,14 +7973,68 @@
|
|
|
7139
7973
|
}
|
|
7140
7974
|
}
|
|
7141
7975
|
]
|
|
7976
|
+
},
|
|
7977
|
+
{
|
|
7978
|
+
"kind": "field",
|
|
7979
|
+
"name": "rowId",
|
|
7980
|
+
"type": {
|
|
7981
|
+
"text": "string"
|
|
7982
|
+
},
|
|
7983
|
+
"privacy": "protected",
|
|
7984
|
+
"inheritedFrom": {
|
|
7985
|
+
"name": "StreamBaseDatasource",
|
|
7986
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7987
|
+
}
|
|
7988
|
+
},
|
|
7989
|
+
{
|
|
7990
|
+
"kind": "field",
|
|
7991
|
+
"name": "rowData",
|
|
7992
|
+
"type": {
|
|
7993
|
+
"text": "Map<string, any>"
|
|
7994
|
+
},
|
|
7995
|
+
"default": "new Map()",
|
|
7996
|
+
"inheritedFrom": {
|
|
7997
|
+
"name": "StreamBaseDatasource",
|
|
7998
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7999
|
+
}
|
|
7142
8000
|
}
|
|
7143
|
-
]
|
|
8001
|
+
],
|
|
8002
|
+
"superclass": {
|
|
8003
|
+
"name": "StreamBaseDatasource",
|
|
8004
|
+
"module": "/src/datasource/base.datasource"
|
|
8005
|
+
}
|
|
7144
8006
|
},
|
|
7145
8007
|
{
|
|
7146
8008
|
"kind": "class",
|
|
7147
8009
|
"description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
7148
8010
|
"name": "GridProServerSideDatasource",
|
|
7149
8011
|
"members": [
|
|
8012
|
+
{
|
|
8013
|
+
"kind": "field",
|
|
8014
|
+
"name": "applyFuncName",
|
|
8015
|
+
"type": {
|
|
8016
|
+
"text": "string"
|
|
8017
|
+
},
|
|
8018
|
+
"privacy": "protected",
|
|
8019
|
+
"default": "'applyServerSideTransaction'",
|
|
8020
|
+
"inheritedFrom": {
|
|
8021
|
+
"name": "GridProBaseDatasource",
|
|
8022
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8023
|
+
}
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"kind": "field",
|
|
8027
|
+
"name": "applyAsyncFuncName",
|
|
8028
|
+
"type": {
|
|
8029
|
+
"text": "string"
|
|
8030
|
+
},
|
|
8031
|
+
"privacy": "protected",
|
|
8032
|
+
"default": "'applyServerSideTransactionAsync'",
|
|
8033
|
+
"inheritedFrom": {
|
|
8034
|
+
"name": "GridProBaseDatasource",
|
|
8035
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8036
|
+
}
|
|
8037
|
+
},
|
|
7150
8038
|
{
|
|
7151
8039
|
"kind": "method",
|
|
7152
8040
|
"name": "criteriaChanged",
|
|
@@ -7191,14 +8079,6 @@
|
|
|
7191
8079
|
},
|
|
7192
8080
|
"default": "false"
|
|
7193
8081
|
},
|
|
7194
|
-
{
|
|
7195
|
-
"kind": "field",
|
|
7196
|
-
"name": "rowId",
|
|
7197
|
-
"type": {
|
|
7198
|
-
"text": "string"
|
|
7199
|
-
},
|
|
7200
|
-
"default": "'ROW_REF'"
|
|
7201
|
-
},
|
|
7202
8082
|
{
|
|
7203
8083
|
"kind": "field",
|
|
7204
8084
|
"name": "indexes",
|
|
@@ -7209,7 +8089,7 @@
|
|
|
7209
8089
|
},
|
|
7210
8090
|
{
|
|
7211
8091
|
"kind": "field",
|
|
7212
|
-
"name": "
|
|
8092
|
+
"name": "ssrmDatasource",
|
|
7213
8093
|
"type": {
|
|
7214
8094
|
"text": "StreamDatasource"
|
|
7215
8095
|
},
|
|
@@ -7248,15 +8128,6 @@
|
|
|
7248
8128
|
"kind": "method",
|
|
7249
8129
|
"name": "restart"
|
|
7250
8130
|
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "field",
|
|
7253
|
-
"name": "agGrid",
|
|
7254
|
-
"type": {
|
|
7255
|
-
"text": "GridPro"
|
|
7256
|
-
},
|
|
7257
|
-
"privacy": "private",
|
|
7258
|
-
"readonly": true
|
|
7259
|
-
},
|
|
7260
8131
|
{
|
|
7261
8132
|
"kind": "method",
|
|
7262
8133
|
"name": "clearRowData",
|
|
@@ -7285,6 +8156,14 @@
|
|
|
7285
8156
|
"name": "params",
|
|
7286
8157
|
"readonly": true
|
|
7287
8158
|
},
|
|
8159
|
+
{
|
|
8160
|
+
"kind": "field",
|
|
8161
|
+
"name": "rowModel",
|
|
8162
|
+
"type": {
|
|
8163
|
+
"text": "IServerSideRowModel"
|
|
8164
|
+
},
|
|
8165
|
+
"readonly": true
|
|
8166
|
+
},
|
|
7288
8167
|
{
|
|
7289
8168
|
"kind": "method",
|
|
7290
8169
|
"name": "createDataserverStream",
|
|
@@ -7299,25 +8178,84 @@
|
|
|
7299
8178
|
"name": "existingParams",
|
|
7300
8179
|
"default": "null"
|
|
7301
8180
|
}
|
|
7302
|
-
]
|
|
8181
|
+
]
|
|
8182
|
+
},
|
|
8183
|
+
{
|
|
8184
|
+
"kind": "method",
|
|
8185
|
+
"name": "handleStreamDeletesTemp",
|
|
8186
|
+
"privacy": "private",
|
|
8187
|
+
"parameters": [
|
|
8188
|
+
{
|
|
8189
|
+
"name": "deletes",
|
|
8190
|
+
"type": {
|
|
8191
|
+
"text": "RowData[]"
|
|
8192
|
+
}
|
|
8193
|
+
}
|
|
8194
|
+
]
|
|
8195
|
+
},
|
|
8196
|
+
{
|
|
8197
|
+
"kind": "method",
|
|
8198
|
+
"name": "getAgColumnDefs",
|
|
8199
|
+
"privacy": "private",
|
|
8200
|
+
"return": {
|
|
8201
|
+
"type": {
|
|
8202
|
+
"text": "ColDef[]"
|
|
8203
|
+
}
|
|
8204
|
+
},
|
|
8205
|
+
"parameters": [
|
|
8206
|
+
{
|
|
8207
|
+
"name": "fieldsMetadata",
|
|
8208
|
+
"type": {
|
|
8209
|
+
"text": "FieldMetadata[]"
|
|
8210
|
+
}
|
|
8211
|
+
}
|
|
8212
|
+
]
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"kind": "method",
|
|
8216
|
+
"name": "applyTransaction",
|
|
8217
|
+
"privacy": "protected",
|
|
8218
|
+
"return": {
|
|
8219
|
+
"type": {
|
|
8220
|
+
"text": "ServerSideTransactionResult"
|
|
8221
|
+
}
|
|
8222
|
+
},
|
|
8223
|
+
"parameters": [
|
|
8224
|
+
{
|
|
8225
|
+
"name": "agTransaction",
|
|
8226
|
+
"type": {
|
|
8227
|
+
"text": "RowDataTransaction"
|
|
8228
|
+
}
|
|
8229
|
+
}
|
|
8230
|
+
],
|
|
8231
|
+
"inheritedFrom": {
|
|
8232
|
+
"name": "GridProBaseDatasource",
|
|
8233
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8234
|
+
}
|
|
7303
8235
|
},
|
|
7304
8236
|
{
|
|
7305
8237
|
"kind": "method",
|
|
7306
|
-
"name": "
|
|
7307
|
-
"privacy": "
|
|
7308
|
-
"return": {
|
|
7309
|
-
"type": {
|
|
7310
|
-
"text": "ColDef[]"
|
|
7311
|
-
}
|
|
7312
|
-
},
|
|
8238
|
+
"name": "applyTransactionAsync",
|
|
8239
|
+
"privacy": "protected",
|
|
7313
8240
|
"parameters": [
|
|
7314
8241
|
{
|
|
7315
|
-
"name": "
|
|
8242
|
+
"name": "agTransaction",
|
|
7316
8243
|
"type": {
|
|
7317
|
-
"text": "
|
|
8244
|
+
"text": "RowDataTransaction"
|
|
8245
|
+
}
|
|
8246
|
+
},
|
|
8247
|
+
{
|
|
8248
|
+
"name": "callback",
|
|
8249
|
+
"optional": true,
|
|
8250
|
+
"type": {
|
|
8251
|
+
"text": "(res: ServerSideTransactionResult) => void"
|
|
7318
8252
|
}
|
|
7319
8253
|
}
|
|
7320
|
-
]
|
|
8254
|
+
],
|
|
8255
|
+
"inheritedFrom": {
|
|
8256
|
+
"name": "GridProBaseDatasource",
|
|
8257
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8258
|
+
}
|
|
7321
8259
|
},
|
|
7322
8260
|
{
|
|
7323
8261
|
"kind": "method",
|
|
@@ -7390,6 +8328,179 @@
|
|
|
7390
8328
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7391
8329
|
}
|
|
7392
8330
|
},
|
|
8331
|
+
{
|
|
8332
|
+
"kind": "field",
|
|
8333
|
+
"name": "dataSubWasLoggedOff",
|
|
8334
|
+
"type": {
|
|
8335
|
+
"text": "boolean"
|
|
8336
|
+
},
|
|
8337
|
+
"privacy": "protected",
|
|
8338
|
+
"default": "false",
|
|
8339
|
+
"inheritedFrom": {
|
|
8340
|
+
"name": "GridProBaseDatasource",
|
|
8341
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8342
|
+
}
|
|
8343
|
+
},
|
|
8344
|
+
{
|
|
8345
|
+
"kind": "field",
|
|
8346
|
+
"name": "rowData",
|
|
8347
|
+
"type": {
|
|
8348
|
+
"text": "Map<string, any>"
|
|
8349
|
+
},
|
|
8350
|
+
"default": "new Map()",
|
|
8351
|
+
"inheritedFrom": {
|
|
8352
|
+
"name": "GridProBaseDatasource",
|
|
8353
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8354
|
+
}
|
|
8355
|
+
},
|
|
8356
|
+
{
|
|
8357
|
+
"kind": "field",
|
|
8358
|
+
"name": "agTransaction",
|
|
8359
|
+
"type": {
|
|
8360
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
8361
|
+
},
|
|
8362
|
+
"privacy": "protected",
|
|
8363
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }",
|
|
8364
|
+
"inheritedFrom": {
|
|
8365
|
+
"name": "GridProBaseDatasource",
|
|
8366
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8367
|
+
}
|
|
8368
|
+
},
|
|
8369
|
+
{
|
|
8370
|
+
"kind": "method",
|
|
8371
|
+
"name": "handleStreamInserts",
|
|
8372
|
+
"privacy": "protected",
|
|
8373
|
+
"parameters": [
|
|
8374
|
+
{
|
|
8375
|
+
"name": "insertedRows",
|
|
8376
|
+
"type": {
|
|
8377
|
+
"text": "any[]"
|
|
8378
|
+
}
|
|
8379
|
+
}
|
|
8380
|
+
],
|
|
8381
|
+
"inheritedFrom": {
|
|
8382
|
+
"name": "GridProBaseDatasource",
|
|
8383
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8384
|
+
}
|
|
8385
|
+
},
|
|
8386
|
+
{
|
|
8387
|
+
"kind": "method",
|
|
8388
|
+
"name": "handleStreamDeletes",
|
|
8389
|
+
"privacy": "protected",
|
|
8390
|
+
"parameters": [
|
|
8391
|
+
{
|
|
8392
|
+
"name": "deletedRows",
|
|
8393
|
+
"type": {
|
|
8394
|
+
"text": "any[]"
|
|
8395
|
+
}
|
|
8396
|
+
}
|
|
8397
|
+
],
|
|
8398
|
+
"inheritedFrom": {
|
|
8399
|
+
"name": "GridProBaseDatasource",
|
|
8400
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"kind": "method",
|
|
8405
|
+
"name": "handleStreamUpdates",
|
|
8406
|
+
"privacy": "protected",
|
|
8407
|
+
"parameters": [
|
|
8408
|
+
{
|
|
8409
|
+
"name": "updatedRows",
|
|
8410
|
+
"type": {
|
|
8411
|
+
"text": "any[]"
|
|
8412
|
+
}
|
|
8413
|
+
}
|
|
8414
|
+
],
|
|
8415
|
+
"inheritedFrom": {
|
|
8416
|
+
"name": "GridProBaseDatasource",
|
|
8417
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8418
|
+
}
|
|
8419
|
+
},
|
|
8420
|
+
{
|
|
8421
|
+
"kind": "method",
|
|
8422
|
+
"name": "applyAllAgTransactions",
|
|
8423
|
+
"privacy": "protected",
|
|
8424
|
+
"inheritedFrom": {
|
|
8425
|
+
"name": "GridProBaseDatasource",
|
|
8426
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8427
|
+
}
|
|
8428
|
+
},
|
|
8429
|
+
{
|
|
8430
|
+
"kind": "method",
|
|
8431
|
+
"name": "flashAddedCells",
|
|
8432
|
+
"privacy": "private",
|
|
8433
|
+
"parameters": [
|
|
8434
|
+
{
|
|
8435
|
+
"name": "rowNodes"
|
|
8436
|
+
}
|
|
8437
|
+
],
|
|
8438
|
+
"inheritedFrom": {
|
|
8439
|
+
"name": "GridProBaseDatasource",
|
|
8440
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8441
|
+
}
|
|
8442
|
+
},
|
|
8443
|
+
{
|
|
8444
|
+
"kind": "method",
|
|
8445
|
+
"name": "applyMappedAgTransaction",
|
|
8446
|
+
"privacy": "private",
|
|
8447
|
+
"parameters": [
|
|
8448
|
+
{
|
|
8449
|
+
"name": "agTransaction",
|
|
8450
|
+
"type": {
|
|
8451
|
+
"text": "RowDataTransaction"
|
|
8452
|
+
}
|
|
8453
|
+
},
|
|
8454
|
+
{
|
|
8455
|
+
"name": "operation",
|
|
8456
|
+
"type": {
|
|
8457
|
+
"text": "OperationType"
|
|
8458
|
+
}
|
|
8459
|
+
},
|
|
8460
|
+
{
|
|
8461
|
+
"name": "isAsync",
|
|
8462
|
+
"type": {
|
|
8463
|
+
"text": "boolean"
|
|
8464
|
+
}
|
|
8465
|
+
}
|
|
8466
|
+
],
|
|
8467
|
+
"inheritedFrom": {
|
|
8468
|
+
"name": "GridProBaseDatasource",
|
|
8469
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8470
|
+
}
|
|
8471
|
+
},
|
|
8472
|
+
{
|
|
8473
|
+
"kind": "method",
|
|
8474
|
+
"name": "mapTransaction",
|
|
8475
|
+
"privacy": "private",
|
|
8476
|
+
"parameters": [
|
|
8477
|
+
{
|
|
8478
|
+
"name": "transaction",
|
|
8479
|
+
"type": {
|
|
8480
|
+
"text": "RowDataTransaction"
|
|
8481
|
+
},
|
|
8482
|
+
"description": "The transaction data to be mapped."
|
|
8483
|
+
},
|
|
8484
|
+
{
|
|
8485
|
+
"name": "operations",
|
|
8486
|
+
"default": "Object.values(OperationType)",
|
|
8487
|
+
"type": {
|
|
8488
|
+
"text": "OperationType[]"
|
|
8489
|
+
},
|
|
8490
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
8491
|
+
}
|
|
8492
|
+
],
|
|
8493
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
8494
|
+
"return": {
|
|
8495
|
+
"type": {
|
|
8496
|
+
"text": ""
|
|
8497
|
+
}
|
|
8498
|
+
},
|
|
8499
|
+
"inheritedFrom": {
|
|
8500
|
+
"name": "GridProBaseDatasource",
|
|
8501
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8502
|
+
}
|
|
8503
|
+
},
|
|
7393
8504
|
{
|
|
7394
8505
|
"kind": "field",
|
|
7395
8506
|
"name": "connect",
|
|
@@ -7397,7 +8508,18 @@
|
|
|
7397
8508
|
"text": "Connect"
|
|
7398
8509
|
},
|
|
7399
8510
|
"inheritedFrom": {
|
|
7400
|
-
"name": "
|
|
8511
|
+
"name": "GenesisGridDatasourceElement",
|
|
8512
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8513
|
+
}
|
|
8514
|
+
},
|
|
8515
|
+
{
|
|
8516
|
+
"kind": "field",
|
|
8517
|
+
"name": "session",
|
|
8518
|
+
"type": {
|
|
8519
|
+
"text": "Session"
|
|
8520
|
+
},
|
|
8521
|
+
"inheritedFrom": {
|
|
8522
|
+
"name": "GenesisGridDatasourceElement",
|
|
7401
8523
|
"module": "src/datasource/base.datasource.ts"
|
|
7402
8524
|
}
|
|
7403
8525
|
},
|
|
@@ -7408,7 +8530,7 @@
|
|
|
7408
8530
|
"text": "GridOptions"
|
|
7409
8531
|
},
|
|
7410
8532
|
"inheritedFrom": {
|
|
7411
|
-
"name": "
|
|
8533
|
+
"name": "GenesisGridDatasourceElement",
|
|
7412
8534
|
"module": "src/datasource/base.datasource.ts"
|
|
7413
8535
|
}
|
|
7414
8536
|
},
|
|
@@ -7419,7 +8541,19 @@
|
|
|
7419
8541
|
"text": "ColumnState[]"
|
|
7420
8542
|
},
|
|
7421
8543
|
"inheritedFrom": {
|
|
7422
|
-
"name": "
|
|
8544
|
+
"name": "GenesisGridDatasourceElement",
|
|
8545
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8546
|
+
}
|
|
8547
|
+
},
|
|
8548
|
+
{
|
|
8549
|
+
"kind": "field",
|
|
8550
|
+
"name": "rowDataMapper",
|
|
8551
|
+
"type": {
|
|
8552
|
+
"text": "Function"
|
|
8553
|
+
},
|
|
8554
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
8555
|
+
"inheritedFrom": {
|
|
8556
|
+
"name": "GenesisGridDatasourceElement",
|
|
7423
8557
|
"module": "src/datasource/base.datasource.ts"
|
|
7424
8558
|
}
|
|
7425
8559
|
},
|
|
@@ -7430,7 +8564,7 @@
|
|
|
7430
8564
|
"text": "string"
|
|
7431
8565
|
},
|
|
7432
8566
|
"inheritedFrom": {
|
|
7433
|
-
"name": "
|
|
8567
|
+
"name": "GenesisGridDatasourceElement",
|
|
7434
8568
|
"module": "src/datasource/base.datasource.ts"
|
|
7435
8569
|
}
|
|
7436
8570
|
},
|
|
@@ -7441,87 +8575,148 @@
|
|
|
7441
8575
|
"text": "string"
|
|
7442
8576
|
},
|
|
7443
8577
|
"inheritedFrom": {
|
|
7444
|
-
"name": "
|
|
8578
|
+
"name": "GenesisGridDatasourceElement",
|
|
8579
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8580
|
+
}
|
|
8581
|
+
},
|
|
8582
|
+
{
|
|
8583
|
+
"kind": "field",
|
|
8584
|
+
"name": "isSnapshot",
|
|
8585
|
+
"type": {
|
|
8586
|
+
"text": "boolean"
|
|
8587
|
+
},
|
|
8588
|
+
"default": "false",
|
|
8589
|
+
"inheritedFrom": {
|
|
8590
|
+
"name": "GenesisGridDatasourceElement",
|
|
8591
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8592
|
+
}
|
|
8593
|
+
},
|
|
8594
|
+
{
|
|
8595
|
+
"kind": "field",
|
|
8596
|
+
"name": "maxRows",
|
|
8597
|
+
"type": {
|
|
8598
|
+
"text": "number"
|
|
8599
|
+
},
|
|
8600
|
+
"inheritedFrom": {
|
|
8601
|
+
"name": "GenesisGridDatasourceElement",
|
|
8602
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8603
|
+
}
|
|
8604
|
+
},
|
|
8605
|
+
{
|
|
8606
|
+
"kind": "field",
|
|
8607
|
+
"name": "maxView",
|
|
8608
|
+
"type": {
|
|
8609
|
+
"text": "number"
|
|
8610
|
+
},
|
|
8611
|
+
"inheritedFrom": {
|
|
8612
|
+
"name": "GenesisGridDatasourceElement",
|
|
7445
8613
|
"module": "src/datasource/base.datasource.ts"
|
|
7446
8614
|
}
|
|
7447
8615
|
},
|
|
7448
8616
|
{
|
|
7449
8617
|
"kind": "field",
|
|
7450
|
-
"name": "
|
|
8618
|
+
"name": "movingView",
|
|
7451
8619
|
"type": {
|
|
7452
8620
|
"text": "boolean"
|
|
7453
8621
|
},
|
|
7454
8622
|
"default": "false",
|
|
7455
8623
|
"inheritedFrom": {
|
|
7456
|
-
"name": "
|
|
8624
|
+
"name": "GenesisGridDatasourceElement",
|
|
7457
8625
|
"module": "src/datasource/base.datasource.ts"
|
|
7458
8626
|
}
|
|
7459
8627
|
},
|
|
7460
8628
|
{
|
|
7461
8629
|
"kind": "field",
|
|
7462
|
-
"name": "
|
|
8630
|
+
"name": "orderBy",
|
|
7463
8631
|
"type": {
|
|
7464
|
-
"text": "
|
|
8632
|
+
"text": "string"
|
|
7465
8633
|
},
|
|
7466
8634
|
"inheritedFrom": {
|
|
7467
|
-
"name": "
|
|
8635
|
+
"name": "GenesisGridDatasourceElement",
|
|
7468
8636
|
"module": "src/datasource/base.datasource.ts"
|
|
7469
8637
|
}
|
|
7470
8638
|
},
|
|
7471
8639
|
{
|
|
7472
8640
|
"kind": "field",
|
|
7473
|
-
"name": "
|
|
8641
|
+
"name": "resourceName",
|
|
7474
8642
|
"type": {
|
|
7475
|
-
"text": "
|
|
8643
|
+
"text": "string"
|
|
7476
8644
|
},
|
|
7477
8645
|
"inheritedFrom": {
|
|
7478
|
-
"name": "
|
|
8646
|
+
"name": "GenesisGridDatasourceElement",
|
|
7479
8647
|
"module": "src/datasource/base.datasource.ts"
|
|
7480
8648
|
}
|
|
7481
8649
|
},
|
|
7482
8650
|
{
|
|
7483
8651
|
"kind": "field",
|
|
7484
|
-
"name": "
|
|
8652
|
+
"name": "reverse",
|
|
7485
8653
|
"type": {
|
|
7486
8654
|
"text": "boolean"
|
|
7487
8655
|
},
|
|
7488
8656
|
"default": "false",
|
|
7489
8657
|
"inheritedFrom": {
|
|
7490
|
-
"name": "
|
|
8658
|
+
"name": "GenesisGridDatasourceElement",
|
|
7491
8659
|
"module": "src/datasource/base.datasource.ts"
|
|
7492
8660
|
}
|
|
7493
8661
|
},
|
|
7494
8662
|
{
|
|
7495
8663
|
"kind": "field",
|
|
7496
|
-
"name": "
|
|
8664
|
+
"name": "rowIdAttr",
|
|
8665
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
8666
|
+
"inheritedFrom": {
|
|
8667
|
+
"name": "GenesisGridDatasourceElement",
|
|
8668
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8669
|
+
}
|
|
8670
|
+
},
|
|
8671
|
+
{
|
|
8672
|
+
"kind": "field",
|
|
8673
|
+
"name": "rowId",
|
|
7497
8674
|
"type": {
|
|
7498
8675
|
"text": "string"
|
|
7499
8676
|
},
|
|
8677
|
+
"privacy": "protected",
|
|
8678
|
+
"readonly": true,
|
|
7500
8679
|
"inheritedFrom": {
|
|
7501
|
-
"name": "
|
|
8680
|
+
"name": "GenesisGridDatasourceElement",
|
|
7502
8681
|
"module": "src/datasource/base.datasource.ts"
|
|
7503
8682
|
}
|
|
7504
8683
|
},
|
|
7505
8684
|
{
|
|
7506
8685
|
"kind": "field",
|
|
7507
|
-
"name": "
|
|
8686
|
+
"name": "defaultRowIdByResourceType",
|
|
7508
8687
|
"type": {
|
|
7509
8688
|
"text": "string"
|
|
7510
8689
|
},
|
|
8690
|
+
"privacy": "protected",
|
|
8691
|
+
"readonly": true,
|
|
7511
8692
|
"inheritedFrom": {
|
|
7512
|
-
"name": "
|
|
8693
|
+
"name": "GenesisGridDatasourceElement",
|
|
7513
8694
|
"module": "src/datasource/base.datasource.ts"
|
|
7514
8695
|
}
|
|
7515
8696
|
},
|
|
7516
8697
|
{
|
|
7517
8698
|
"kind": "field",
|
|
7518
|
-
"name": "
|
|
8699
|
+
"name": "isRequestServer",
|
|
7519
8700
|
"type": {
|
|
7520
8701
|
"text": "boolean"
|
|
7521
8702
|
},
|
|
8703
|
+
"privacy": "protected",
|
|
7522
8704
|
"default": "false",
|
|
7523
8705
|
"inheritedFrom": {
|
|
7524
|
-
"name": "
|
|
8706
|
+
"name": "GenesisGridDatasourceElement",
|
|
8707
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
8710
|
+
{
|
|
8711
|
+
"kind": "field",
|
|
8712
|
+
"name": "agGrid",
|
|
8713
|
+
"type": {
|
|
8714
|
+
"text": "GridPro | null"
|
|
8715
|
+
},
|
|
8716
|
+
"privacy": "protected",
|
|
8717
|
+
"readonly": true,
|
|
8718
|
+
"inheritedFrom": {
|
|
8719
|
+
"name": "GenesisGridDatasourceElement",
|
|
7525
8720
|
"module": "src/datasource/base.datasource.ts"
|
|
7526
8721
|
}
|
|
7527
8722
|
},
|
|
@@ -7645,18 +8840,10 @@
|
|
|
7645
8840
|
"default": "false",
|
|
7646
8841
|
"fieldName": "pagination",
|
|
7647
8842
|
"inheritedFrom": {
|
|
7648
|
-
"name": "
|
|
8843
|
+
"name": "GenesisGridDatasourceElement",
|
|
7649
8844
|
"module": "src/datasource/base.datasource.ts"
|
|
7650
8845
|
}
|
|
7651
8846
|
},
|
|
7652
|
-
{
|
|
7653
|
-
"name": "row-id",
|
|
7654
|
-
"type": {
|
|
7655
|
-
"text": "string"
|
|
7656
|
-
},
|
|
7657
|
-
"default": "'ROW_REF'",
|
|
7658
|
-
"fieldName": "rowId"
|
|
7659
|
-
},
|
|
7660
8847
|
{
|
|
7661
8848
|
"name": "criteria",
|
|
7662
8849
|
"type": {
|
|
@@ -7664,7 +8851,7 @@
|
|
|
7664
8851
|
},
|
|
7665
8852
|
"fieldName": "criteria",
|
|
7666
8853
|
"inheritedFrom": {
|
|
7667
|
-
"name": "
|
|
8854
|
+
"name": "GenesisGridDatasourceElement",
|
|
7668
8855
|
"module": "src/datasource/base.datasource.ts"
|
|
7669
8856
|
}
|
|
7670
8857
|
},
|
|
@@ -7675,7 +8862,7 @@
|
|
|
7675
8862
|
},
|
|
7676
8863
|
"fieldName": "fields",
|
|
7677
8864
|
"inheritedFrom": {
|
|
7678
|
-
"name": "
|
|
8865
|
+
"name": "GenesisGridDatasourceElement",
|
|
7679
8866
|
"module": "src/datasource/base.datasource.ts"
|
|
7680
8867
|
}
|
|
7681
8868
|
},
|
|
@@ -7687,7 +8874,7 @@
|
|
|
7687
8874
|
"default": "false",
|
|
7688
8875
|
"fieldName": "isSnapshot",
|
|
7689
8876
|
"inheritedFrom": {
|
|
7690
|
-
"name": "
|
|
8877
|
+
"name": "GenesisGridDatasourceElement",
|
|
7691
8878
|
"module": "src/datasource/base.datasource.ts"
|
|
7692
8879
|
}
|
|
7693
8880
|
},
|
|
@@ -7698,7 +8885,7 @@
|
|
|
7698
8885
|
},
|
|
7699
8886
|
"fieldName": "maxRows",
|
|
7700
8887
|
"inheritedFrom": {
|
|
7701
|
-
"name": "
|
|
8888
|
+
"name": "GenesisGridDatasourceElement",
|
|
7702
8889
|
"module": "src/datasource/base.datasource.ts"
|
|
7703
8890
|
}
|
|
7704
8891
|
},
|
|
@@ -7709,7 +8896,7 @@
|
|
|
7709
8896
|
},
|
|
7710
8897
|
"fieldName": "maxView",
|
|
7711
8898
|
"inheritedFrom": {
|
|
7712
|
-
"name": "
|
|
8899
|
+
"name": "GenesisGridDatasourceElement",
|
|
7713
8900
|
"module": "src/datasource/base.datasource.ts"
|
|
7714
8901
|
}
|
|
7715
8902
|
},
|
|
@@ -7721,7 +8908,7 @@
|
|
|
7721
8908
|
"default": "false",
|
|
7722
8909
|
"fieldName": "movingView",
|
|
7723
8910
|
"inheritedFrom": {
|
|
7724
|
-
"name": "
|
|
8911
|
+
"name": "GenesisGridDatasourceElement",
|
|
7725
8912
|
"module": "src/datasource/base.datasource.ts"
|
|
7726
8913
|
}
|
|
7727
8914
|
},
|
|
@@ -7732,7 +8919,7 @@
|
|
|
7732
8919
|
},
|
|
7733
8920
|
"fieldName": "orderBy",
|
|
7734
8921
|
"inheritedFrom": {
|
|
7735
|
-
"name": "
|
|
8922
|
+
"name": "GenesisGridDatasourceElement",
|
|
7736
8923
|
"module": "src/datasource/base.datasource.ts"
|
|
7737
8924
|
}
|
|
7738
8925
|
},
|
|
@@ -7743,7 +8930,16 @@
|
|
|
7743
8930
|
},
|
|
7744
8931
|
"fieldName": "resourceName",
|
|
7745
8932
|
"inheritedFrom": {
|
|
7746
|
-
"name": "
|
|
8933
|
+
"name": "GenesisGridDatasourceElement",
|
|
8934
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8935
|
+
}
|
|
8936
|
+
},
|
|
8937
|
+
{
|
|
8938
|
+
"name": "row-id",
|
|
8939
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
8940
|
+
"fieldName": "rowIdAttr",
|
|
8941
|
+
"inheritedFrom": {
|
|
8942
|
+
"name": "GenesisGridDatasourceElement",
|
|
7747
8943
|
"module": "src/datasource/base.datasource.ts"
|
|
7748
8944
|
}
|
|
7749
8945
|
}
|
|
@@ -8173,6 +9369,32 @@
|
|
|
8173
9369
|
"text": "Datasource"
|
|
8174
9370
|
}
|
|
8175
9371
|
},
|
|
9372
|
+
{
|
|
9373
|
+
"kind": "field",
|
|
9374
|
+
"name": "applyFuncName",
|
|
9375
|
+
"type": {
|
|
9376
|
+
"text": "string"
|
|
9377
|
+
},
|
|
9378
|
+
"privacy": "protected",
|
|
9379
|
+
"default": "'applyTransaction'",
|
|
9380
|
+
"inheritedFrom": {
|
|
9381
|
+
"name": "GridProBaseDatasource",
|
|
9382
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9383
|
+
}
|
|
9384
|
+
},
|
|
9385
|
+
{
|
|
9386
|
+
"kind": "field",
|
|
9387
|
+
"name": "applyAsyncFuncName",
|
|
9388
|
+
"type": {
|
|
9389
|
+
"text": "string"
|
|
9390
|
+
},
|
|
9391
|
+
"privacy": "protected",
|
|
9392
|
+
"default": "'applyTransactionAsync'",
|
|
9393
|
+
"inheritedFrom": {
|
|
9394
|
+
"name": "GridProBaseDatasource",
|
|
9395
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9396
|
+
}
|
|
9397
|
+
},
|
|
8176
9398
|
{
|
|
8177
9399
|
"kind": "method",
|
|
8178
9400
|
"name": "criteriaChanged",
|
|
@@ -8231,11 +9453,6 @@
|
|
|
8231
9453
|
}
|
|
8232
9454
|
]
|
|
8233
9455
|
},
|
|
8234
|
-
{
|
|
8235
|
-
"kind": "field",
|
|
8236
|
-
"name": "rowIdAttr",
|
|
8237
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
8238
|
-
},
|
|
8239
9456
|
{
|
|
8240
9457
|
"kind": "field",
|
|
8241
9458
|
"name": "restartOnReconnection",
|
|
@@ -8244,14 +9461,6 @@
|
|
|
8244
9461
|
},
|
|
8245
9462
|
"default": "false"
|
|
8246
9463
|
},
|
|
8247
|
-
{
|
|
8248
|
-
"kind": "field",
|
|
8249
|
-
"name": "rowDataMapper",
|
|
8250
|
-
"type": {
|
|
8251
|
-
"text": "Function"
|
|
8252
|
-
},
|
|
8253
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
8254
|
-
},
|
|
8255
9464
|
{
|
|
8256
9465
|
"kind": "field",
|
|
8257
9466
|
"name": "dataSub",
|
|
@@ -8276,15 +9485,6 @@
|
|
|
8276
9485
|
},
|
|
8277
9486
|
"privacy": "private"
|
|
8278
9487
|
},
|
|
8279
|
-
{
|
|
8280
|
-
"kind": "field",
|
|
8281
|
-
"name": "isRequestServer",
|
|
8282
|
-
"type": {
|
|
8283
|
-
"text": "boolean"
|
|
8284
|
-
},
|
|
8285
|
-
"privacy": "private",
|
|
8286
|
-
"default": "false"
|
|
8287
|
-
},
|
|
8288
9488
|
{
|
|
8289
9489
|
"kind": "field",
|
|
8290
9490
|
"name": "requiresFullRowDataAndColDefs",
|
|
@@ -8294,32 +9494,6 @@
|
|
|
8294
9494
|
"privacy": "private",
|
|
8295
9495
|
"default": "true"
|
|
8296
9496
|
},
|
|
8297
|
-
{
|
|
8298
|
-
"kind": "field",
|
|
8299
|
-
"name": "dataSubWasLoggedOff",
|
|
8300
|
-
"type": {
|
|
8301
|
-
"text": "boolean"
|
|
8302
|
-
},
|
|
8303
|
-
"privacy": "private",
|
|
8304
|
-
"default": "false"
|
|
8305
|
-
},
|
|
8306
|
-
{
|
|
8307
|
-
"kind": "field",
|
|
8308
|
-
"name": "rows",
|
|
8309
|
-
"type": {
|
|
8310
|
-
"text": "Map<string, any>"
|
|
8311
|
-
},
|
|
8312
|
-
"privacy": "private",
|
|
8313
|
-
"default": "new Map()"
|
|
8314
|
-
},
|
|
8315
|
-
{
|
|
8316
|
-
"kind": "field",
|
|
8317
|
-
"name": "agTransaction",
|
|
8318
|
-
"type": {
|
|
8319
|
-
"text": "RowDataTransaction"
|
|
8320
|
-
},
|
|
8321
|
-
"privacy": "private"
|
|
8322
|
-
},
|
|
8323
9497
|
{
|
|
8324
9498
|
"kind": "field",
|
|
8325
9499
|
"name": "sourceRef",
|
|
@@ -8359,24 +9533,6 @@
|
|
|
8359
9533
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8360
9534
|
}
|
|
8361
9535
|
},
|
|
8362
|
-
{
|
|
8363
|
-
"kind": "field",
|
|
8364
|
-
"name": "agGrid",
|
|
8365
|
-
"type": {
|
|
8366
|
-
"text": "GridPro | null"
|
|
8367
|
-
},
|
|
8368
|
-
"privacy": "private",
|
|
8369
|
-
"readonly": true
|
|
8370
|
-
},
|
|
8371
|
-
{
|
|
8372
|
-
"kind": "field",
|
|
8373
|
-
"name": "defaultRowIdByResourceType",
|
|
8374
|
-
"type": {
|
|
8375
|
-
"text": "string"
|
|
8376
|
-
},
|
|
8377
|
-
"privacy": "private",
|
|
8378
|
-
"readonly": true
|
|
8379
|
-
},
|
|
8380
9536
|
{
|
|
8381
9537
|
"kind": "method",
|
|
8382
9538
|
"name": "init",
|
|
@@ -8413,171 +9569,64 @@
|
|
|
8413
9569
|
"privacy": "private",
|
|
8414
9570
|
"parameters": [
|
|
8415
9571
|
{
|
|
8416
|
-
"name": "result"
|
|
8417
|
-
}
|
|
8418
|
-
]
|
|
8419
|
-
},
|
|
8420
|
-
{
|
|
8421
|
-
"kind": "method",
|
|
8422
|
-
"name": "handleErrors",
|
|
8423
|
-
"parameters": [
|
|
8424
|
-
{
|
|
8425
|
-
"name": "result"
|
|
8426
|
-
}
|
|
8427
|
-
]
|
|
8428
|
-
},
|
|
8429
|
-
{
|
|
8430
|
-
"kind": "method",
|
|
8431
|
-
"name": "datasourceOptions",
|
|
8432
|
-
"privacy": "private",
|
|
8433
|
-
"return": {
|
|
8434
|
-
"type": {
|
|
8435
|
-
"text": "DatasourceOptions"
|
|
8436
|
-
}
|
|
8437
|
-
}
|
|
8438
|
-
},
|
|
8439
|
-
{
|
|
8440
|
-
"kind": "method",
|
|
8441
|
-
"name": "handleStreamResult",
|
|
8442
|
-
"privacy": "private",
|
|
8443
|
-
"parameters": [
|
|
8444
|
-
{
|
|
8445
|
-
"name": "result",
|
|
8446
|
-
"type": {
|
|
8447
|
-
"text": "FilteredDataServerResult | RequestServerResult"
|
|
8448
|
-
}
|
|
8449
|
-
}
|
|
8450
|
-
]
|
|
8451
|
-
},
|
|
8452
|
-
{
|
|
8453
|
-
"kind": "method",
|
|
8454
|
-
"name": "applyRequestServerData",
|
|
8455
|
-
"privacy": "private",
|
|
8456
|
-
"parameters": [
|
|
8457
|
-
{
|
|
8458
|
-
"name": "requestServerResult",
|
|
8459
|
-
"type": {
|
|
8460
|
-
"text": "RequestServerResult"
|
|
8461
|
-
}
|
|
8462
|
-
}
|
|
8463
|
-
]
|
|
8464
|
-
},
|
|
8465
|
-
{
|
|
8466
|
-
"kind": "method",
|
|
8467
|
-
"name": "applyDataserverData",
|
|
8468
|
-
"privacy": "private",
|
|
8469
|
-
"parameters": [
|
|
8470
|
-
{
|
|
8471
|
-
"name": "dataServerResult",
|
|
8472
|
-
"type": {
|
|
8473
|
-
"text": "FilteredDataServerResult"
|
|
8474
|
-
}
|
|
8475
|
-
}
|
|
8476
|
-
]
|
|
8477
|
-
},
|
|
8478
|
-
{
|
|
8479
|
-
"kind": "method",
|
|
8480
|
-
"name": "applyAllAgTransactions",
|
|
8481
|
-
"privacy": "private"
|
|
8482
|
-
},
|
|
8483
|
-
{
|
|
8484
|
-
"kind": "method",
|
|
8485
|
-
"name": "flashAddedCells",
|
|
8486
|
-
"privacy": "private",
|
|
8487
|
-
"parameters": [
|
|
8488
|
-
{
|
|
8489
|
-
"name": "rowNodes"
|
|
8490
|
-
}
|
|
8491
|
-
]
|
|
8492
|
-
},
|
|
8493
|
-
{
|
|
8494
|
-
"kind": "method",
|
|
8495
|
-
"name": "applyMappedAgTransaction",
|
|
8496
|
-
"privacy": "private",
|
|
8497
|
-
"parameters": [
|
|
8498
|
-
{
|
|
8499
|
-
"name": "agTransaction",
|
|
8500
|
-
"type": {
|
|
8501
|
-
"text": "RowDataTransaction"
|
|
8502
|
-
}
|
|
8503
|
-
},
|
|
8504
|
-
{
|
|
8505
|
-
"name": "operation",
|
|
8506
|
-
"type": {
|
|
8507
|
-
"text": "OperationType"
|
|
8508
|
-
}
|
|
8509
|
-
},
|
|
8510
|
-
{
|
|
8511
|
-
"name": "isAsync",
|
|
8512
|
-
"type": {
|
|
8513
|
-
"text": "boolean"
|
|
8514
|
-
}
|
|
9572
|
+
"name": "result"
|
|
8515
9573
|
}
|
|
8516
9574
|
]
|
|
8517
9575
|
},
|
|
8518
9576
|
{
|
|
8519
9577
|
"kind": "method",
|
|
8520
|
-
"name": "
|
|
8521
|
-
"privacy": "private",
|
|
9578
|
+
"name": "handleErrors",
|
|
8522
9579
|
"parameters": [
|
|
8523
9580
|
{
|
|
8524
|
-
"name": "
|
|
8525
|
-
"type": {
|
|
8526
|
-
"text": "RowDataTransaction"
|
|
8527
|
-
},
|
|
8528
|
-
"description": "The transaction data to be mapped."
|
|
8529
|
-
},
|
|
8530
|
-
{
|
|
8531
|
-
"name": "operations",
|
|
8532
|
-
"default": "Object.values(OperationType)",
|
|
8533
|
-
"type": {
|
|
8534
|
-
"text": "OperationType[]"
|
|
8535
|
-
},
|
|
8536
|
-
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
9581
|
+
"name": "result"
|
|
8537
9582
|
}
|
|
8538
|
-
]
|
|
8539
|
-
|
|
9583
|
+
]
|
|
9584
|
+
},
|
|
9585
|
+
{
|
|
9586
|
+
"kind": "method",
|
|
9587
|
+
"name": "datasourceOptions",
|
|
9588
|
+
"privacy": "private",
|
|
8540
9589
|
"return": {
|
|
8541
9590
|
"type": {
|
|
8542
|
-
"text": ""
|
|
9591
|
+
"text": "DatasourceOptions"
|
|
8543
9592
|
}
|
|
8544
9593
|
}
|
|
8545
9594
|
},
|
|
8546
9595
|
{
|
|
8547
9596
|
"kind": "method",
|
|
8548
|
-
"name": "
|
|
9597
|
+
"name": "handleStreamResult",
|
|
8549
9598
|
"privacy": "private",
|
|
8550
9599
|
"parameters": [
|
|
8551
9600
|
{
|
|
8552
|
-
"name": "
|
|
9601
|
+
"name": "result",
|
|
8553
9602
|
"type": {
|
|
8554
|
-
"text": "
|
|
9603
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
8555
9604
|
}
|
|
8556
9605
|
}
|
|
8557
9606
|
]
|
|
8558
9607
|
},
|
|
8559
9608
|
{
|
|
8560
9609
|
"kind": "method",
|
|
8561
|
-
"name": "
|
|
9610
|
+
"name": "applyRequestServerData",
|
|
8562
9611
|
"privacy": "private",
|
|
8563
9612
|
"parameters": [
|
|
8564
9613
|
{
|
|
8565
|
-
"name": "
|
|
9614
|
+
"name": "requestServerResult",
|
|
8566
9615
|
"type": {
|
|
8567
|
-
"text": "
|
|
9616
|
+
"text": "RequestServerResult"
|
|
8568
9617
|
}
|
|
8569
9618
|
}
|
|
8570
9619
|
]
|
|
8571
9620
|
},
|
|
8572
9621
|
{
|
|
8573
9622
|
"kind": "method",
|
|
8574
|
-
"name": "
|
|
9623
|
+
"name": "applyDataserverData",
|
|
8575
9624
|
"privacy": "private",
|
|
8576
9625
|
"parameters": [
|
|
8577
9626
|
{
|
|
8578
|
-
"name": "
|
|
9627
|
+
"name": "dataServerResult",
|
|
8579
9628
|
"type": {
|
|
8580
|
-
"text": "
|
|
9629
|
+
"text": "FilteredDataServerResult"
|
|
8581
9630
|
}
|
|
8582
9631
|
}
|
|
8583
9632
|
]
|
|
@@ -8637,6 +9686,57 @@
|
|
|
8637
9686
|
}
|
|
8638
9687
|
]
|
|
8639
9688
|
},
|
|
9689
|
+
{
|
|
9690
|
+
"kind": "method",
|
|
9691
|
+
"name": "applyTransaction",
|
|
9692
|
+
"privacy": "protected",
|
|
9693
|
+
"return": {
|
|
9694
|
+
"type": {
|
|
9695
|
+
"text": "RowNodeTransaction | null | undefined"
|
|
9696
|
+
}
|
|
9697
|
+
},
|
|
9698
|
+
"parameters": [
|
|
9699
|
+
{
|
|
9700
|
+
"name": "agTransaction",
|
|
9701
|
+
"type": {
|
|
9702
|
+
"text": "RowDataTransaction"
|
|
9703
|
+
}
|
|
9704
|
+
}
|
|
9705
|
+
],
|
|
9706
|
+
"inheritedFrom": {
|
|
9707
|
+
"name": "GridProBaseDatasource",
|
|
9708
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9709
|
+
}
|
|
9710
|
+
},
|
|
9711
|
+
{
|
|
9712
|
+
"kind": "method",
|
|
9713
|
+
"name": "applyTransactionAsync",
|
|
9714
|
+
"privacy": "protected",
|
|
9715
|
+
"parameters": [
|
|
9716
|
+
{
|
|
9717
|
+
"name": "agTransaction",
|
|
9718
|
+
"type": {
|
|
9719
|
+
"text": "RowDataTransaction"
|
|
9720
|
+
}
|
|
9721
|
+
},
|
|
9722
|
+
{
|
|
9723
|
+
"name": "callback",
|
|
9724
|
+
"optional": true,
|
|
9725
|
+
"type": {
|
|
9726
|
+
"text": "(res: RowNodeTransaction) => void"
|
|
9727
|
+
}
|
|
9728
|
+
}
|
|
9729
|
+
],
|
|
9730
|
+
"return": {
|
|
9731
|
+
"type": {
|
|
9732
|
+
"text": "void"
|
|
9733
|
+
}
|
|
9734
|
+
},
|
|
9735
|
+
"inheritedFrom": {
|
|
9736
|
+
"name": "GridProBaseDatasource",
|
|
9737
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9738
|
+
}
|
|
9739
|
+
},
|
|
8640
9740
|
{
|
|
8641
9741
|
"kind": "method",
|
|
8642
9742
|
"name": "cloneNode",
|
|
@@ -8683,29 +9783,202 @@
|
|
|
8683
9783
|
},
|
|
8684
9784
|
"readonly": true,
|
|
8685
9785
|
"inheritedFrom": {
|
|
8686
|
-
"name": "LifecycleMixin",
|
|
8687
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9786
|
+
"name": "LifecycleMixin",
|
|
9787
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9788
|
+
}
|
|
9789
|
+
},
|
|
9790
|
+
{
|
|
9791
|
+
"kind": "method",
|
|
9792
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
9793
|
+
"return": {
|
|
9794
|
+
"type": {
|
|
9795
|
+
"text": "boolean"
|
|
9796
|
+
}
|
|
9797
|
+
},
|
|
9798
|
+
"parameters": [
|
|
9799
|
+
{
|
|
9800
|
+
"name": "lifecycleType",
|
|
9801
|
+
"type": {
|
|
9802
|
+
"text": "Lifecycletype"
|
|
9803
|
+
}
|
|
9804
|
+
}
|
|
9805
|
+
],
|
|
9806
|
+
"inheritedFrom": {
|
|
9807
|
+
"name": "LifecycleMixin",
|
|
9808
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9809
|
+
}
|
|
9810
|
+
},
|
|
9811
|
+
{
|
|
9812
|
+
"kind": "field",
|
|
9813
|
+
"name": "dataSubWasLoggedOff",
|
|
9814
|
+
"type": {
|
|
9815
|
+
"text": "boolean"
|
|
9816
|
+
},
|
|
9817
|
+
"privacy": "protected",
|
|
9818
|
+
"default": "false",
|
|
9819
|
+
"inheritedFrom": {
|
|
9820
|
+
"name": "GridProBaseDatasource",
|
|
9821
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9822
|
+
}
|
|
9823
|
+
},
|
|
9824
|
+
{
|
|
9825
|
+
"kind": "field",
|
|
9826
|
+
"name": "rowData",
|
|
9827
|
+
"type": {
|
|
9828
|
+
"text": "Map<string, any>"
|
|
9829
|
+
},
|
|
9830
|
+
"default": "new Map()",
|
|
9831
|
+
"inheritedFrom": {
|
|
9832
|
+
"name": "GridProBaseDatasource",
|
|
9833
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9834
|
+
}
|
|
9835
|
+
},
|
|
9836
|
+
{
|
|
9837
|
+
"kind": "field",
|
|
9838
|
+
"name": "agTransaction",
|
|
9839
|
+
"type": {
|
|
9840
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
9841
|
+
},
|
|
9842
|
+
"privacy": "protected",
|
|
9843
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }",
|
|
9844
|
+
"inheritedFrom": {
|
|
9845
|
+
"name": "GridProBaseDatasource",
|
|
9846
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9847
|
+
}
|
|
9848
|
+
},
|
|
9849
|
+
{
|
|
9850
|
+
"kind": "method",
|
|
9851
|
+
"name": "handleStreamInserts",
|
|
9852
|
+
"privacy": "protected",
|
|
9853
|
+
"parameters": [
|
|
9854
|
+
{
|
|
9855
|
+
"name": "insertedRows",
|
|
9856
|
+
"type": {
|
|
9857
|
+
"text": "any[]"
|
|
9858
|
+
}
|
|
9859
|
+
}
|
|
9860
|
+
],
|
|
9861
|
+
"inheritedFrom": {
|
|
9862
|
+
"name": "GridProBaseDatasource",
|
|
9863
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"kind": "method",
|
|
9868
|
+
"name": "handleStreamDeletes",
|
|
9869
|
+
"privacy": "protected",
|
|
9870
|
+
"parameters": [
|
|
9871
|
+
{
|
|
9872
|
+
"name": "deletedRows",
|
|
9873
|
+
"type": {
|
|
9874
|
+
"text": "any[]"
|
|
9875
|
+
}
|
|
9876
|
+
}
|
|
9877
|
+
],
|
|
9878
|
+
"inheritedFrom": {
|
|
9879
|
+
"name": "GridProBaseDatasource",
|
|
9880
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9881
|
+
}
|
|
9882
|
+
},
|
|
9883
|
+
{
|
|
9884
|
+
"kind": "method",
|
|
9885
|
+
"name": "handleStreamUpdates",
|
|
9886
|
+
"privacy": "protected",
|
|
9887
|
+
"parameters": [
|
|
9888
|
+
{
|
|
9889
|
+
"name": "updatedRows",
|
|
9890
|
+
"type": {
|
|
9891
|
+
"text": "any[]"
|
|
9892
|
+
}
|
|
9893
|
+
}
|
|
9894
|
+
],
|
|
9895
|
+
"inheritedFrom": {
|
|
9896
|
+
"name": "GridProBaseDatasource",
|
|
9897
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9898
|
+
}
|
|
9899
|
+
},
|
|
9900
|
+
{
|
|
9901
|
+
"kind": "method",
|
|
9902
|
+
"name": "applyAllAgTransactions",
|
|
9903
|
+
"privacy": "protected",
|
|
9904
|
+
"inheritedFrom": {
|
|
9905
|
+
"name": "GridProBaseDatasource",
|
|
9906
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9907
|
+
}
|
|
9908
|
+
},
|
|
9909
|
+
{
|
|
9910
|
+
"kind": "method",
|
|
9911
|
+
"name": "flashAddedCells",
|
|
9912
|
+
"privacy": "private",
|
|
9913
|
+
"parameters": [
|
|
9914
|
+
{
|
|
9915
|
+
"name": "rowNodes"
|
|
9916
|
+
}
|
|
9917
|
+
],
|
|
9918
|
+
"inheritedFrom": {
|
|
9919
|
+
"name": "GridProBaseDatasource",
|
|
9920
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9921
|
+
}
|
|
9922
|
+
},
|
|
9923
|
+
{
|
|
9924
|
+
"kind": "method",
|
|
9925
|
+
"name": "applyMappedAgTransaction",
|
|
9926
|
+
"privacy": "private",
|
|
9927
|
+
"parameters": [
|
|
9928
|
+
{
|
|
9929
|
+
"name": "agTransaction",
|
|
9930
|
+
"type": {
|
|
9931
|
+
"text": "RowDataTransaction"
|
|
9932
|
+
}
|
|
9933
|
+
},
|
|
9934
|
+
{
|
|
9935
|
+
"name": "operation",
|
|
9936
|
+
"type": {
|
|
9937
|
+
"text": "OperationType"
|
|
9938
|
+
}
|
|
9939
|
+
},
|
|
9940
|
+
{
|
|
9941
|
+
"name": "isAsync",
|
|
9942
|
+
"type": {
|
|
9943
|
+
"text": "boolean"
|
|
9944
|
+
}
|
|
9945
|
+
}
|
|
9946
|
+
],
|
|
9947
|
+
"inheritedFrom": {
|
|
9948
|
+
"name": "GridProBaseDatasource",
|
|
9949
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8688
9950
|
}
|
|
8689
9951
|
},
|
|
8690
9952
|
{
|
|
8691
9953
|
"kind": "method",
|
|
8692
|
-
"name": "
|
|
8693
|
-
"
|
|
8694
|
-
"type": {
|
|
8695
|
-
"text": "boolean"
|
|
8696
|
-
}
|
|
8697
|
-
},
|
|
9954
|
+
"name": "mapTransaction",
|
|
9955
|
+
"privacy": "private",
|
|
8698
9956
|
"parameters": [
|
|
8699
9957
|
{
|
|
8700
|
-
"name": "
|
|
9958
|
+
"name": "transaction",
|
|
8701
9959
|
"type": {
|
|
8702
|
-
"text": "
|
|
8703
|
-
}
|
|
9960
|
+
"text": "RowDataTransaction"
|
|
9961
|
+
},
|
|
9962
|
+
"description": "The transaction data to be mapped."
|
|
9963
|
+
},
|
|
9964
|
+
{
|
|
9965
|
+
"name": "operations",
|
|
9966
|
+
"default": "Object.values(OperationType)",
|
|
9967
|
+
"type": {
|
|
9968
|
+
"text": "OperationType[]"
|
|
9969
|
+
},
|
|
9970
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
8704
9971
|
}
|
|
8705
9972
|
],
|
|
9973
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
9974
|
+
"return": {
|
|
9975
|
+
"type": {
|
|
9976
|
+
"text": ""
|
|
9977
|
+
}
|
|
9978
|
+
},
|
|
8706
9979
|
"inheritedFrom": {
|
|
8707
|
-
"name": "
|
|
8708
|
-
"module": "src/
|
|
9980
|
+
"name": "GridProBaseDatasource",
|
|
9981
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8709
9982
|
}
|
|
8710
9983
|
},
|
|
8711
9984
|
{
|
|
@@ -8715,7 +9988,18 @@
|
|
|
8715
9988
|
"text": "Connect"
|
|
8716
9989
|
},
|
|
8717
9990
|
"inheritedFrom": {
|
|
8718
|
-
"name": "
|
|
9991
|
+
"name": "GenesisGridDatasourceElement",
|
|
9992
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9993
|
+
}
|
|
9994
|
+
},
|
|
9995
|
+
{
|
|
9996
|
+
"kind": "field",
|
|
9997
|
+
"name": "session",
|
|
9998
|
+
"type": {
|
|
9999
|
+
"text": "Session"
|
|
10000
|
+
},
|
|
10001
|
+
"inheritedFrom": {
|
|
10002
|
+
"name": "GenesisGridDatasourceElement",
|
|
8719
10003
|
"module": "src/datasource/base.datasource.ts"
|
|
8720
10004
|
}
|
|
8721
10005
|
},
|
|
@@ -8726,7 +10010,7 @@
|
|
|
8726
10010
|
"text": "GridOptions"
|
|
8727
10011
|
},
|
|
8728
10012
|
"inheritedFrom": {
|
|
8729
|
-
"name": "
|
|
10013
|
+
"name": "GenesisGridDatasourceElement",
|
|
8730
10014
|
"module": "src/datasource/base.datasource.ts"
|
|
8731
10015
|
}
|
|
8732
10016
|
},
|
|
@@ -8737,7 +10021,19 @@
|
|
|
8737
10021
|
"text": "ColumnState[]"
|
|
8738
10022
|
},
|
|
8739
10023
|
"inheritedFrom": {
|
|
8740
|
-
"name": "
|
|
10024
|
+
"name": "GenesisGridDatasourceElement",
|
|
10025
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10026
|
+
}
|
|
10027
|
+
},
|
|
10028
|
+
{
|
|
10029
|
+
"kind": "field",
|
|
10030
|
+
"name": "rowDataMapper",
|
|
10031
|
+
"type": {
|
|
10032
|
+
"text": "Function"
|
|
10033
|
+
},
|
|
10034
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
10035
|
+
"inheritedFrom": {
|
|
10036
|
+
"name": "GenesisGridDatasourceElement",
|
|
8741
10037
|
"module": "src/datasource/base.datasource.ts"
|
|
8742
10038
|
}
|
|
8743
10039
|
},
|
|
@@ -8748,7 +10044,7 @@
|
|
|
8748
10044
|
"text": "string"
|
|
8749
10045
|
},
|
|
8750
10046
|
"inheritedFrom": {
|
|
8751
|
-
"name": "
|
|
10047
|
+
"name": "GenesisGridDatasourceElement",
|
|
8752
10048
|
"module": "src/datasource/base.datasource.ts"
|
|
8753
10049
|
}
|
|
8754
10050
|
},
|
|
@@ -8759,7 +10055,7 @@
|
|
|
8759
10055
|
"text": "string"
|
|
8760
10056
|
},
|
|
8761
10057
|
"inheritedFrom": {
|
|
8762
|
-
"name": "
|
|
10058
|
+
"name": "GenesisGridDatasourceElement",
|
|
8763
10059
|
"module": "src/datasource/base.datasource.ts"
|
|
8764
10060
|
}
|
|
8765
10061
|
},
|
|
@@ -8771,7 +10067,7 @@
|
|
|
8771
10067
|
},
|
|
8772
10068
|
"default": "false",
|
|
8773
10069
|
"inheritedFrom": {
|
|
8774
|
-
"name": "
|
|
10070
|
+
"name": "GenesisGridDatasourceElement",
|
|
8775
10071
|
"module": "src/datasource/base.datasource.ts"
|
|
8776
10072
|
}
|
|
8777
10073
|
},
|
|
@@ -8782,7 +10078,7 @@
|
|
|
8782
10078
|
"text": "number"
|
|
8783
10079
|
},
|
|
8784
10080
|
"inheritedFrom": {
|
|
8785
|
-
"name": "
|
|
10081
|
+
"name": "GenesisGridDatasourceElement",
|
|
8786
10082
|
"module": "src/datasource/base.datasource.ts"
|
|
8787
10083
|
}
|
|
8788
10084
|
},
|
|
@@ -8793,7 +10089,7 @@
|
|
|
8793
10089
|
"text": "number"
|
|
8794
10090
|
},
|
|
8795
10091
|
"inheritedFrom": {
|
|
8796
|
-
"name": "
|
|
10092
|
+
"name": "GenesisGridDatasourceElement",
|
|
8797
10093
|
"module": "src/datasource/base.datasource.ts"
|
|
8798
10094
|
}
|
|
8799
10095
|
},
|
|
@@ -8805,7 +10101,7 @@
|
|
|
8805
10101
|
},
|
|
8806
10102
|
"default": "false",
|
|
8807
10103
|
"inheritedFrom": {
|
|
8808
|
-
"name": "
|
|
10104
|
+
"name": "GenesisGridDatasourceElement",
|
|
8809
10105
|
"module": "src/datasource/base.datasource.ts"
|
|
8810
10106
|
}
|
|
8811
10107
|
},
|
|
@@ -8816,7 +10112,7 @@
|
|
|
8816
10112
|
"text": "string"
|
|
8817
10113
|
},
|
|
8818
10114
|
"inheritedFrom": {
|
|
8819
|
-
"name": "
|
|
10115
|
+
"name": "GenesisGridDatasourceElement",
|
|
8820
10116
|
"module": "src/datasource/base.datasource.ts"
|
|
8821
10117
|
}
|
|
8822
10118
|
},
|
|
@@ -8827,7 +10123,7 @@
|
|
|
8827
10123
|
"text": "string"
|
|
8828
10124
|
},
|
|
8829
10125
|
"inheritedFrom": {
|
|
8830
|
-
"name": "
|
|
10126
|
+
"name": "GenesisGridDatasourceElement",
|
|
8831
10127
|
"module": "src/datasource/base.datasource.ts"
|
|
8832
10128
|
}
|
|
8833
10129
|
},
|
|
@@ -8839,7 +10135,68 @@
|
|
|
8839
10135
|
},
|
|
8840
10136
|
"default": "false",
|
|
8841
10137
|
"inheritedFrom": {
|
|
8842
|
-
"name": "
|
|
10138
|
+
"name": "GenesisGridDatasourceElement",
|
|
10139
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10140
|
+
}
|
|
10141
|
+
},
|
|
10142
|
+
{
|
|
10143
|
+
"kind": "field",
|
|
10144
|
+
"name": "rowIdAttr",
|
|
10145
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
10146
|
+
"inheritedFrom": {
|
|
10147
|
+
"name": "GenesisGridDatasourceElement",
|
|
10148
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10149
|
+
}
|
|
10150
|
+
},
|
|
10151
|
+
{
|
|
10152
|
+
"kind": "field",
|
|
10153
|
+
"name": "rowId",
|
|
10154
|
+
"type": {
|
|
10155
|
+
"text": "string"
|
|
10156
|
+
},
|
|
10157
|
+
"privacy": "protected",
|
|
10158
|
+
"readonly": true,
|
|
10159
|
+
"inheritedFrom": {
|
|
10160
|
+
"name": "GenesisGridDatasourceElement",
|
|
10161
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10162
|
+
}
|
|
10163
|
+
},
|
|
10164
|
+
{
|
|
10165
|
+
"kind": "field",
|
|
10166
|
+
"name": "defaultRowIdByResourceType",
|
|
10167
|
+
"type": {
|
|
10168
|
+
"text": "string"
|
|
10169
|
+
},
|
|
10170
|
+
"privacy": "protected",
|
|
10171
|
+
"readonly": true,
|
|
10172
|
+
"inheritedFrom": {
|
|
10173
|
+
"name": "GenesisGridDatasourceElement",
|
|
10174
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10175
|
+
}
|
|
10176
|
+
},
|
|
10177
|
+
{
|
|
10178
|
+
"kind": "field",
|
|
10179
|
+
"name": "isRequestServer",
|
|
10180
|
+
"type": {
|
|
10181
|
+
"text": "boolean"
|
|
10182
|
+
},
|
|
10183
|
+
"privacy": "protected",
|
|
10184
|
+
"default": "false",
|
|
10185
|
+
"inheritedFrom": {
|
|
10186
|
+
"name": "GenesisGridDatasourceElement",
|
|
10187
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10188
|
+
}
|
|
10189
|
+
},
|
|
10190
|
+
{
|
|
10191
|
+
"kind": "field",
|
|
10192
|
+
"name": "agGrid",
|
|
10193
|
+
"type": {
|
|
10194
|
+
"text": "GridPro | null"
|
|
10195
|
+
},
|
|
10196
|
+
"privacy": "protected",
|
|
10197
|
+
"readonly": true,
|
|
10198
|
+
"inheritedFrom": {
|
|
10199
|
+
"name": "GenesisGridDatasourceElement",
|
|
8843
10200
|
"module": "src/datasource/base.datasource.ts"
|
|
8844
10201
|
}
|
|
8845
10202
|
},
|
|
@@ -8971,11 +10328,6 @@
|
|
|
8971
10328
|
"default": "false",
|
|
8972
10329
|
"fieldName": "disablePolling"
|
|
8973
10330
|
},
|
|
8974
|
-
{
|
|
8975
|
-
"name": "row-id",
|
|
8976
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
8977
|
-
"fieldName": "rowIdAttr"
|
|
8978
|
-
},
|
|
8979
10331
|
{
|
|
8980
10332
|
"name": "restart-on-reconnection",
|
|
8981
10333
|
"type": {
|
|
@@ -8991,7 +10343,7 @@
|
|
|
8991
10343
|
},
|
|
8992
10344
|
"fieldName": "criteria",
|
|
8993
10345
|
"inheritedFrom": {
|
|
8994
|
-
"name": "
|
|
10346
|
+
"name": "GenesisGridDatasourceElement",
|
|
8995
10347
|
"module": "src/datasource/base.datasource.ts"
|
|
8996
10348
|
}
|
|
8997
10349
|
},
|
|
@@ -9002,7 +10354,7 @@
|
|
|
9002
10354
|
},
|
|
9003
10355
|
"fieldName": "fields",
|
|
9004
10356
|
"inheritedFrom": {
|
|
9005
|
-
"name": "
|
|
10357
|
+
"name": "GenesisGridDatasourceElement",
|
|
9006
10358
|
"module": "src/datasource/base.datasource.ts"
|
|
9007
10359
|
}
|
|
9008
10360
|
},
|
|
@@ -9014,7 +10366,7 @@
|
|
|
9014
10366
|
"default": "false",
|
|
9015
10367
|
"fieldName": "isSnapshot",
|
|
9016
10368
|
"inheritedFrom": {
|
|
9017
|
-
"name": "
|
|
10369
|
+
"name": "GenesisGridDatasourceElement",
|
|
9018
10370
|
"module": "src/datasource/base.datasource.ts"
|
|
9019
10371
|
}
|
|
9020
10372
|
},
|
|
@@ -9025,7 +10377,7 @@
|
|
|
9025
10377
|
},
|
|
9026
10378
|
"fieldName": "maxRows",
|
|
9027
10379
|
"inheritedFrom": {
|
|
9028
|
-
"name": "
|
|
10380
|
+
"name": "GenesisGridDatasourceElement",
|
|
9029
10381
|
"module": "src/datasource/base.datasource.ts"
|
|
9030
10382
|
}
|
|
9031
10383
|
},
|
|
@@ -9036,7 +10388,7 @@
|
|
|
9036
10388
|
},
|
|
9037
10389
|
"fieldName": "maxView",
|
|
9038
10390
|
"inheritedFrom": {
|
|
9039
|
-
"name": "
|
|
10391
|
+
"name": "GenesisGridDatasourceElement",
|
|
9040
10392
|
"module": "src/datasource/base.datasource.ts"
|
|
9041
10393
|
}
|
|
9042
10394
|
},
|
|
@@ -9048,7 +10400,7 @@
|
|
|
9048
10400
|
"default": "false",
|
|
9049
10401
|
"fieldName": "movingView",
|
|
9050
10402
|
"inheritedFrom": {
|
|
9051
|
-
"name": "
|
|
10403
|
+
"name": "GenesisGridDatasourceElement",
|
|
9052
10404
|
"module": "src/datasource/base.datasource.ts"
|
|
9053
10405
|
}
|
|
9054
10406
|
},
|
|
@@ -9059,7 +10411,7 @@
|
|
|
9059
10411
|
},
|
|
9060
10412
|
"fieldName": "orderBy",
|
|
9061
10413
|
"inheritedFrom": {
|
|
9062
|
-
"name": "
|
|
10414
|
+
"name": "GenesisGridDatasourceElement",
|
|
9063
10415
|
"module": "src/datasource/base.datasource.ts"
|
|
9064
10416
|
}
|
|
9065
10417
|
},
|
|
@@ -9070,7 +10422,7 @@
|
|
|
9070
10422
|
},
|
|
9071
10423
|
"fieldName": "resourceName",
|
|
9072
10424
|
"inheritedFrom": {
|
|
9073
|
-
"name": "
|
|
10425
|
+
"name": "GenesisGridDatasourceElement",
|
|
9074
10426
|
"module": "src/datasource/base.datasource.ts"
|
|
9075
10427
|
}
|
|
9076
10428
|
},
|
|
@@ -9081,7 +10433,16 @@
|
|
|
9081
10433
|
"default": "false",
|
|
9082
10434
|
"fieldName": "reverse",
|
|
9083
10435
|
"inheritedFrom": {
|
|
9084
|
-
"name": "
|
|
10436
|
+
"name": "GenesisGridDatasourceElement",
|
|
10437
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10438
|
+
}
|
|
10439
|
+
},
|
|
10440
|
+
{
|
|
10441
|
+
"name": "row-id",
|
|
10442
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
10443
|
+
"fieldName": "rowIdAttr",
|
|
10444
|
+
"inheritedFrom": {
|
|
10445
|
+
"name": "GenesisGridDatasourceElement",
|
|
9085
10446
|
"module": "src/datasource/base.datasource.ts"
|
|
9086
10447
|
}
|
|
9087
10448
|
}
|
|
@@ -9190,60 +10551,6 @@
|
|
|
9190
10551
|
}
|
|
9191
10552
|
]
|
|
9192
10553
|
},
|
|
9193
|
-
{
|
|
9194
|
-
"kind": "javascript-module",
|
|
9195
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9196
|
-
"declarations": [
|
|
9197
|
-
{
|
|
9198
|
-
"kind": "function",
|
|
9199
|
-
"name": "setValueWithAccessor",
|
|
9200
|
-
"return": {
|
|
9201
|
-
"type": {
|
|
9202
|
-
"text": "string"
|
|
9203
|
-
}
|
|
9204
|
-
},
|
|
9205
|
-
"parameters": [
|
|
9206
|
-
{
|
|
9207
|
-
"name": "data",
|
|
9208
|
-
"type": {
|
|
9209
|
-
"text": "any"
|
|
9210
|
-
}
|
|
9211
|
-
},
|
|
9212
|
-
{
|
|
9213
|
-
"name": "accessor",
|
|
9214
|
-
"type": {
|
|
9215
|
-
"text": "string"
|
|
9216
|
-
}
|
|
9217
|
-
}
|
|
9218
|
-
]
|
|
9219
|
-
}
|
|
9220
|
-
],
|
|
9221
|
-
"exports": [
|
|
9222
|
-
{
|
|
9223
|
-
"kind": "js",
|
|
9224
|
-
"name": "setValueWithAccessor",
|
|
9225
|
-
"declaration": {
|
|
9226
|
-
"name": "setValueWithAccessor",
|
|
9227
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9228
|
-
}
|
|
9229
|
-
}
|
|
9230
|
-
]
|
|
9231
|
-
},
|
|
9232
|
-
{
|
|
9233
|
-
"kind": "javascript-module",
|
|
9234
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
9235
|
-
"declarations": [],
|
|
9236
|
-
"exports": [
|
|
9237
|
-
{
|
|
9238
|
-
"kind": "js",
|
|
9239
|
-
"name": "*",
|
|
9240
|
-
"declaration": {
|
|
9241
|
-
"name": "*",
|
|
9242
|
-
"package": "./accessor"
|
|
9243
|
-
}
|
|
9244
|
-
}
|
|
9245
|
-
]
|
|
9246
|
-
},
|
|
9247
10554
|
{
|
|
9248
10555
|
"kind": "javascript-module",
|
|
9249
10556
|
"path": "src/utils/array.ts",
|
|
@@ -9364,6 +10671,60 @@
|
|
|
9364
10671
|
}
|
|
9365
10672
|
]
|
|
9366
10673
|
},
|
|
10674
|
+
{
|
|
10675
|
+
"kind": "javascript-module",
|
|
10676
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
10677
|
+
"declarations": [
|
|
10678
|
+
{
|
|
10679
|
+
"kind": "function",
|
|
10680
|
+
"name": "setValueWithAccessor",
|
|
10681
|
+
"return": {
|
|
10682
|
+
"type": {
|
|
10683
|
+
"text": "string"
|
|
10684
|
+
}
|
|
10685
|
+
},
|
|
10686
|
+
"parameters": [
|
|
10687
|
+
{
|
|
10688
|
+
"name": "data",
|
|
10689
|
+
"type": {
|
|
10690
|
+
"text": "any"
|
|
10691
|
+
}
|
|
10692
|
+
},
|
|
10693
|
+
{
|
|
10694
|
+
"name": "accessor",
|
|
10695
|
+
"type": {
|
|
10696
|
+
"text": "string"
|
|
10697
|
+
}
|
|
10698
|
+
}
|
|
10699
|
+
]
|
|
10700
|
+
}
|
|
10701
|
+
],
|
|
10702
|
+
"exports": [
|
|
10703
|
+
{
|
|
10704
|
+
"kind": "js",
|
|
10705
|
+
"name": "setValueWithAccessor",
|
|
10706
|
+
"declaration": {
|
|
10707
|
+
"name": "setValueWithAccessor",
|
|
10708
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
10709
|
+
}
|
|
10710
|
+
}
|
|
10711
|
+
]
|
|
10712
|
+
},
|
|
10713
|
+
{
|
|
10714
|
+
"kind": "javascript-module",
|
|
10715
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
10716
|
+
"declarations": [],
|
|
10717
|
+
"exports": [
|
|
10718
|
+
{
|
|
10719
|
+
"kind": "js",
|
|
10720
|
+
"name": "*",
|
|
10721
|
+
"declaration": {
|
|
10722
|
+
"name": "*",
|
|
10723
|
+
"package": "./accessor"
|
|
10724
|
+
}
|
|
10725
|
+
}
|
|
10726
|
+
]
|
|
10727
|
+
},
|
|
9367
10728
|
{
|
|
9368
10729
|
"kind": "javascript-module",
|
|
9369
10730
|
"path": "src/column/utils/grid-pro-columns.ts",
|