@genesislcap/grid-pro 14.141.3 → 14.142.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.
@@ -1468,56 +1468,59 @@
1468
1468
  },
1469
1469
  {
1470
1470
  "kind": "javascript-module",
1471
- "path": "src/cell-editors/date.editor.ts",
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 AG Date Editor element.",
1476
- "name": "DateEditor",
1498
+ "description": "The Grid Pro Cell element.",
1499
+ "name": "GridProCell",
1477
1500
  "members": [
1478
1501
  {
1479
1502
  "kind": "field",
1480
- "name": "value",
1503
+ "name": "renderer",
1481
1504
  "type": {
1482
- "text": "number"
1505
+ "text": "ICellRendererFunc"
1483
1506
  },
1484
1507
  "privacy": "public"
1485
1508
  },
1486
1509
  {
1487
1510
  "kind": "field",
1488
- "name": "actualWidth",
1511
+ "name": "rendererParams",
1489
1512
  "type": {
1490
- "text": "number"
1513
+ "text": "ICellRendererParams"
1491
1514
  },
1492
1515
  "privacy": "public"
1493
1516
  },
1494
1517
  {
1495
1518
  "kind": "field",
1496
- "name": "params",
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": "'datetime-local' | 'date'"
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": "DateEditorParams"
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": "DateEditorParams"
1561
+ "text": "ICellRendererParams"
1559
1562
  }
1560
1563
  }
1561
1564
  ]
1562
1565
  },
1563
1566
  {
1564
1567
  "kind": "method",
1565
- "name": "getValue"
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": "%%prefix%%-date-editor",
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": "DateEditor",
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": "getDateEditorTemplate",
1765
- "module": "src/cell-editors/date.editor.ts"
1696
+ "name": "GridProCell",
1697
+ "module": "src/cell/cell.ts"
1766
1698
  }
1767
1699
  },
1768
1700
  {
1769
- "kind": "js",
1770
- "name": "foundationDateEditor",
1701
+ "kind": "custom-element-definition",
1702
+ "name": "grid-pro-cell",
1771
1703
  "declaration": {
1772
- "name": "foundationDateEditor",
1773
- "module": "src/cell-editors/date.editor.ts"
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-editors/index.ts",
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": "./date.editor"
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": "./string.editor"
1728
+ "package": "./cell"
1821
1729
  }
1822
1730
  }
1823
1731
  ]
1824
1732
  },
1825
1733
  {
1826
1734
  "kind": "javascript-module",
1827
- "path": "src/cell-editors/multiselect.editor.ts",
1735
+ "path": "src/cell-editors/date.editor.ts",
1828
1736
  "declarations": [
1829
1737
  {
1830
1738
  "kind": "class",
1831
- "description": "The AG Multiselect Editor element.",
1832
- "name": "MultiselectEditor",
1739
+ "description": "The AG Date Editor element.",
1740
+ "name": "DateEditor",
1833
1741
  "members": [
1834
1742
  {
1835
1743
  "kind": "field",
1836
- "name": "params",
1744
+ "name": "value",
1837
1745
  "type": {
1838
- "text": "MultiselectEditorParams"
1746
+ "text": "number"
1839
1747
  },
1840
1748
  "privacy": "public"
1841
1749
  },
1842
1750
  {
1843
1751
  "kind": "field",
1844
- "name": "selectedOptions",
1752
+ "name": "actualWidth",
1845
1753
  "type": {
1846
- "text": "any[]"
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": "MultiselectEditorParams"
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": "MultiselectEditorParams"
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%%-multiselect-editor",
1973
+ "tagName": "%%prefix%%-date-editor",
2044
1974
  "customElement": true
2045
1975
  },
2046
1976
  {
2047
1977
  "kind": "variable",
2048
- "name": "agMultiselectEditorStyles",
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": "getMultiselectEditorTemplate",
1985
+ "name": "getDateEditorTemplate",
2056
1986
  "parameters": [
2057
1987
  {
2058
- "name": "designSystem",
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": "foundationMultiselectEditor",
2003
+ "name": "foundationDateEditor",
2074
2004
  "privacy": "public"
2075
2005
  }
2076
2006
  ],
2077
2007
  "exports": [
2078
2008
  {
2079
2009
  "kind": "js",
2080
- "name": "MultiselectEditor",
2010
+ "name": "DateEditor",
2081
2011
  "declaration": {
2082
- "name": "MultiselectEditor",
2083
- "module": "src/cell-editors/multiselect.editor.ts"
2012
+ "name": "DateEditor",
2013
+ "module": "src/cell-editors/date.editor.ts"
2084
2014
  }
2085
2015
  },
2086
2016
  {
2087
2017
  "kind": "js",
2088
- "name": "agMultiselectEditorStyles",
2018
+ "name": "agDateEditorStyles",
2089
2019
  "declaration": {
2090
- "name": "agMultiselectEditorStyles",
2091
- "module": "src/cell-editors/multiselect.editor.ts"
2020
+ "name": "agDateEditorStyles",
2021
+ "module": "src/cell-editors/date.editor.ts"
2092
2022
  }
2093
2023
  },
2094
2024
  {
2095
2025
  "kind": "js",
2096
- "name": "getMultiselectEditorTemplate",
2026
+ "name": "getDateEditorTemplate",
2097
2027
  "declaration": {
2098
- "name": "getMultiselectEditorTemplate",
2099
- "module": "src/cell-editors/multiselect.editor.ts"
2028
+ "name": "getDateEditorTemplate",
2029
+ "module": "src/cell-editors/date.editor.ts"
2100
2030
  }
2101
2031
  },
2102
2032
  {
2103
2033
  "kind": "js",
2104
- "name": "foundationMultiselectEditor",
2034
+ "name": "foundationDateEditor",
2105
2035
  "declaration": {
2106
- "name": "foundationMultiselectEditor",
2107
- "module": "src/cell-editors/multiselect.editor.ts"
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/number.editor.ts",
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 Number Editor element.",
2119
- "name": "NumberEditor",
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": "NumberEditorParams"
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": "input",
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": "NumberEditorParams"
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": "NumberEditorParams"
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%%-number-editor",
2307
+ "tagName": "%%prefix%%-multiselect-editor",
2341
2308
  "customElement": true
2342
2309
  },
2343
2310
  {
2344
2311
  "kind": "variable",
2345
- "name": "agNumberEditorStyles",
2346
- "default": "css`\n :host {\n display: flex;\n }\n`",
2347
- "description": "The AG Number Editor Styles.",
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": "getNumberEditorTemplate",
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": "foundationNumberEditor",
2337
+ "name": "foundationMultiselectEditor",
2371
2338
  "privacy": "public"
2372
2339
  }
2373
2340
  ],
2374
2341
  "exports": [
2375
2342
  {
2376
2343
  "kind": "js",
2377
- "name": "NumberEditor",
2344
+ "name": "MultiselectEditor",
2378
2345
  "declaration": {
2379
- "name": "NumberEditor",
2380
- "module": "src/cell-editors/number.editor.ts"
2346
+ "name": "MultiselectEditor",
2347
+ "module": "src/cell-editors/multiselect.editor.ts"
2381
2348
  }
2382
2349
  },
2383
2350
  {
2384
2351
  "kind": "js",
2385
- "name": "agNumberEditorStyles",
2352
+ "name": "agMultiselectEditorStyles",
2386
2353
  "declaration": {
2387
- "name": "agNumberEditorStyles",
2388
- "module": "src/cell-editors/number.editor.ts"
2354
+ "name": "agMultiselectEditorStyles",
2355
+ "module": "src/cell-editors/multiselect.editor.ts"
2389
2356
  }
2390
2357
  },
2391
2358
  {
2392
2359
  "kind": "js",
2393
- "name": "getNumberEditorTemplate",
2360
+ "name": "getMultiselectEditorTemplate",
2394
2361
  "declaration": {
2395
- "name": "getNumberEditorTemplate",
2396
- "module": "src/cell-editors/number.editor.ts"
2362
+ "name": "getMultiselectEditorTemplate",
2363
+ "module": "src/cell-editors/multiselect.editor.ts"
2397
2364
  }
2398
2365
  },
2399
2366
  {
2400
2367
  "kind": "js",
2401
- "name": "foundationNumberEditor",
2368
+ "name": "foundationMultiselectEditor",
2402
2369
  "declaration": {
2403
- "name": "foundationNumberEditor",
2404
- "module": "src/cell-editors/number.editor.ts"
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/select.editor.ts",
2378
+ "path": "src/cell-editors/number.editor.ts",
2412
2379
  "declarations": [
2413
2380
  {
2414
2381
  "kind": "class",
2415
- "description": "The AG Select Editor element.",
2416
- "name": "SelectEditor",
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": "SelectEditorParams"
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": "string"
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": "combobox",
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": "SelectEditorParams"
2425
+ "text": "NumberEditorParams"
2459
2426
  }
2460
2427
  }
2461
2428
  ]
@@ -2483,7 +2450,7 @@
2483
2450
  {
2484
2451
  "name": "params",
2485
2452
  "type": {
2486
- "text": "SelectEditorParams"
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%%-select-editor",
2604
+ "tagName": "%%prefix%%-number-editor",
2638
2605
  "customElement": true
2639
2606
  },
2640
2607
  {
2641
2608
  "kind": "variable",
2642
- "name": "agSelectEditorStyles",
2643
- "default": "css``",
2644
- "description": "The AG Select Renderer Styles.",
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": "getSelectEditorTemplate",
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": "foundationSelectEditor",
2634
+ "name": "foundationNumberEditor",
2668
2635
  "privacy": "public"
2669
2636
  }
2670
2637
  ],
2671
2638
  "exports": [
2672
2639
  {
2673
2640
  "kind": "js",
2674
- "name": "SelectEditor",
2641
+ "name": "NumberEditor",
2675
2642
  "declaration": {
2676
- "name": "SelectEditor",
2677
- "module": "src/cell-editors/select.editor.ts"
2643
+ "name": "NumberEditor",
2644
+ "module": "src/cell-editors/number.editor.ts"
2678
2645
  }
2679
2646
  },
2680
2647
  {
2681
2648
  "kind": "js",
2682
- "name": "agSelectEditorStyles",
2649
+ "name": "agNumberEditorStyles",
2683
2650
  "declaration": {
2684
- "name": "agSelectEditorStyles",
2685
- "module": "src/cell-editors/select.editor.ts"
2651
+ "name": "agNumberEditorStyles",
2652
+ "module": "src/cell-editors/number.editor.ts"
2686
2653
  }
2687
2654
  },
2688
2655
  {
2689
2656
  "kind": "js",
2690
- "name": "getSelectEditorTemplate",
2657
+ "name": "getNumberEditorTemplate",
2691
2658
  "declaration": {
2692
- "name": "getSelectEditorTemplate",
2693
- "module": "src/cell-editors/select.editor.ts"
2659
+ "name": "getNumberEditorTemplate",
2660
+ "module": "src/cell-editors/number.editor.ts"
2694
2661
  }
2695
2662
  },
2696
2663
  {
2697
2664
  "kind": "js",
2698
- "name": "foundationSelectEditor",
2665
+ "name": "foundationNumberEditor",
2699
2666
  "declaration": {
2700
- "name": "foundationSelectEditor",
2701
- "module": "src/cell-editors/select.editor.ts"
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/string.editor.ts",
2675
+ "path": "src/cell-editors/select.editor.ts",
2709
2676
  "declarations": [
2710
2677
  {
2711
2678
  "kind": "class",
2712
- "description": "The AG String Editor element.",
2713
- "name": "StringEditor",
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": "StringEditorParams"
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": "input",
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": "StringEditorParams"
2722
+ "text": "SelectEditorParams"
2756
2723
  }
2757
2724
  }
2758
2725
  ]
@@ -2780,7 +2747,7 @@
2780
2747
  {
2781
2748
  "name": "params",
2782
2749
  "type": {
2783
- "text": "StringEditorParams"
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%%-string-editor",
2901
+ "tagName": "%%prefix%%-select-editor",
2935
2902
  "customElement": true
2936
2903
  },
2937
2904
  {
2938
2905
  "kind": "variable",
2939
- "name": "agStringEditorStyles",
2940
- "default": "css`\n :host {\n display: flex;\n }\n`",
2941
- "description": "The AG String Renderer Styles.",
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": "getStringEditorTemplate",
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 String template.",
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": "foundationStringEditor",
2931
+ "name": "foundationSelectEditor",
2965
2932
  "privacy": "public"
2966
2933
  }
2967
2934
  ],
2968
2935
  "exports": [
2969
2936
  {
2970
2937
  "kind": "js",
2971
- "name": "StringEditor",
2938
+ "name": "SelectEditor",
2972
2939
  "declaration": {
2973
- "name": "StringEditor",
2974
- "module": "src/cell-editors/string.editor.ts"
2940
+ "name": "SelectEditor",
2941
+ "module": "src/cell-editors/select.editor.ts"
2975
2942
  }
2976
2943
  },
2977
2944
  {
2978
2945
  "kind": "js",
2979
- "name": "agStringEditorStyles",
2946
+ "name": "agSelectEditorStyles",
2980
2947
  "declaration": {
2981
- "name": "agStringEditorStyles",
2982
- "module": "src/cell-editors/string.editor.ts"
2948
+ "name": "agSelectEditorStyles",
2949
+ "module": "src/cell-editors/select.editor.ts"
2983
2950
  }
2984
2951
  },
2985
2952
  {
2986
2953
  "kind": "js",
2987
- "name": "getStringEditorTemplate",
2954
+ "name": "getSelectEditorTemplate",
2988
2955
  "declaration": {
2989
- "name": "getStringEditorTemplate",
2990
- "module": "src/cell-editors/string.editor.ts"
2956
+ "name": "getSelectEditorTemplate",
2957
+ "module": "src/cell-editors/select.editor.ts"
2991
2958
  }
2992
2959
  },
2993
2960
  {
2994
2961
  "kind": "js",
2995
- "name": "foundationStringEditor",
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": "CellTemplate",
3021
- "module": "src/cell/cell.template.ts"
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/cell.ts",
2972
+ "path": "src/cell-editors/string.editor.ts",
3029
2973
  "declarations": [
3030
2974
  {
3031
2975
  "kind": "class",
3032
- "description": "The Grid Pro Cell element.",
3033
- "name": "GridProCell",
2976
+ "description": "The AG String Editor element.",
2977
+ "name": "StringEditor",
3034
2978
  "members": [
3035
2979
  {
3036
2980
  "kind": "field",
3037
- "name": "renderer",
2981
+ "name": "params",
3038
2982
  "type": {
3039
- "text": "ICellRendererFunc"
2983
+ "text": "StringEditorParams"
3040
2984
  },
3041
2985
  "privacy": "public"
3042
2986
  },
3043
2987
  {
3044
2988
  "kind": "field",
3045
- "name": "rendererParams",
2989
+ "name": "value",
3046
2990
  "type": {
3047
- "text": "ICellRendererParams"
2991
+ "text": "string"
3048
2992
  },
3049
2993
  "privacy": "public"
3050
2994
  },
3051
2995
  {
3052
2996
  "kind": "field",
3053
- "name": "slottedRenderer",
2997
+ "name": "actualWidth",
3054
2998
  "type": {
3055
- "text": "HTMLElement[]"
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": "ICellRendererParams"
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": "ICellRendererParams"
3047
+ "text": "StringEditorParams"
3096
3048
  }
3097
3049
  }
3098
3050
  ]
3099
3051
  },
3100
3052
  {
3101
3053
  "kind": "method",
3102
- "name": "slottedAgRendererChanged",
3103
- "privacy": "public"
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": "grid-pro-cell",
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": "GridProCell",
3235
+ "name": "StringEditor",
3229
3236
  "declaration": {
3230
- "name": "GridProCell",
3231
- "module": "src/cell/cell.ts"
3237
+ "name": "StringEditor",
3238
+ "module": "src/cell-editors/string.editor.ts"
3232
3239
  }
3233
3240
  },
3234
3241
  {
3235
- "kind": "custom-element-definition",
3236
- "name": "grid-pro-cell",
3242
+ "kind": "js",
3243
+ "name": "agStringEditorStyles",
3237
3244
  "declaration": {
3238
- "name": "GridProCell",
3239
- "module": "src/cell/cell.ts"
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
- "package": "./cell.template"
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
- "package": "./cell"
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": "GridProBaseDatasource",
5422
+ "name": "GenesisGridDatasourceElement",
5423
5423
  "members": [
5424
5424
  {
5425
5425
  "kind": "field",
@@ -5442,6 +5442,14 @@
5442
5442
  "text": "ColumnState[]"
5443
5443
  }
5444
5444
  },
5445
+ {
5446
+ "kind": "field",
5447
+ "name": "rowDataMapper",
5448
+ "type": {
5449
+ "text": "Function"
5450
+ },
5451
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
5452
+ },
5445
5453
  {
5446
5454
  "kind": "field",
5447
5455
  "name": "criteria",
@@ -5508,6 +5516,47 @@
5508
5516
  },
5509
5517
  "default": "false"
5510
5518
  },
5519
+ {
5520
+ "kind": "field",
5521
+ "name": "rowIdAttr",
5522
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
5523
+ },
5524
+ {
5525
+ "kind": "field",
5526
+ "name": "rowId",
5527
+ "type": {
5528
+ "text": "string"
5529
+ },
5530
+ "privacy": "protected",
5531
+ "readonly": true
5532
+ },
5533
+ {
5534
+ "kind": "field",
5535
+ "name": "defaultRowIdByResourceType",
5536
+ "type": {
5537
+ "text": "string"
5538
+ },
5539
+ "privacy": "protected",
5540
+ "readonly": true
5541
+ },
5542
+ {
5543
+ "kind": "field",
5544
+ "name": "isRequestServer",
5545
+ "type": {
5546
+ "text": "boolean"
5547
+ },
5548
+ "privacy": "protected",
5549
+ "default": "false"
5550
+ },
5551
+ {
5552
+ "kind": "field",
5553
+ "name": "agGrid",
5554
+ "type": {
5555
+ "text": "GridPro | null"
5556
+ },
5557
+ "privacy": "protected",
5558
+ "readonly": true
5559
+ },
5511
5560
  {
5512
5561
  "kind": "field",
5513
5562
  "name": "_presentation",
@@ -5685,38 +5734,711 @@
5685
5734
  },
5686
5735
  "default": "false",
5687
5736
  "fieldName": "reverse"
5737
+ },
5738
+ {
5739
+ "name": "row-id",
5740
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
5741
+ "fieldName": "rowIdAttr"
5688
5742
  }
5689
5743
  ],
5690
5744
  "superclass": {
5691
5745
  "name": "FoundationElement",
5692
5746
  "package": "@microsoft/fast-foundation"
5693
5747
  }
5694
- }
5695
- ],
5696
- "exports": [
5697
- {
5698
- "kind": "js",
5699
- "name": "GridProBaseDatasource",
5700
- "declaration": {
5701
- "name": "GridProBaseDatasource",
5702
- "module": "src/datasource/base.datasource.ts"
5703
- }
5704
- }
5705
- ]
5706
- },
5707
- {
5708
- "kind": "javascript-module",
5709
- "path": "src/datasource/client-side.datasource.ts",
5710
- "declarations": [
5748
+ },
5711
5749
  {
5712
5750
  "kind": "class",
5713
- "description": "The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.",
5714
- "name": "GridProClientSideDatasource",
5715
- "superclass": {
5716
- "name": "GridProGenesisDatasource",
5717
- "module": "/src/grid-pro-genesis-datasource"
5718
- },
5719
- "tagName": "grid-pro-client-side-datasource",
5751
+ "description": "",
5752
+ "name": "GridProBaseDatasource",
5753
+ "members": [
5754
+ {
5755
+ "kind": "field",
5756
+ "name": "dataSubWasLoggedOff",
5757
+ "type": {
5758
+ "text": "boolean"
5759
+ },
5760
+ "privacy": "protected",
5761
+ "default": "false"
5762
+ },
5763
+ {
5764
+ "kind": "field",
5765
+ "name": "rowData",
5766
+ "type": {
5767
+ "text": "Map<string, any>"
5768
+ },
5769
+ "default": "new Map()"
5770
+ },
5771
+ {
5772
+ "kind": "field",
5773
+ "name": "agTransaction",
5774
+ "type": {
5775
+ "text": "RowDataTransaction | ServerSideTransaction"
5776
+ },
5777
+ "privacy": "protected",
5778
+ "default": "{\n add: [],\n remove: [],\n update: [],\n }"
5779
+ },
5780
+ {
5781
+ "kind": "field",
5782
+ "name": "applyFuncName",
5783
+ "type": {
5784
+ "text": "string"
5785
+ },
5786
+ "privacy": "protected"
5787
+ },
5788
+ {
5789
+ "kind": "field",
5790
+ "name": "applyAsyncFuncName",
5791
+ "type": {
5792
+ "text": "string"
5793
+ },
5794
+ "privacy": "protected"
5795
+ },
5796
+ {
5797
+ "kind": "method",
5798
+ "name": "handleStreamInserts",
5799
+ "privacy": "protected",
5800
+ "parameters": [
5801
+ {
5802
+ "name": "insertedRows",
5803
+ "type": {
5804
+ "text": "any[]"
5805
+ }
5806
+ }
5807
+ ]
5808
+ },
5809
+ {
5810
+ "kind": "method",
5811
+ "name": "handleStreamDeletes",
5812
+ "privacy": "protected",
5813
+ "parameters": [
5814
+ {
5815
+ "name": "deletedRows",
5816
+ "type": {
5817
+ "text": "any[]"
5818
+ }
5819
+ }
5820
+ ]
5821
+ },
5822
+ {
5823
+ "kind": "method",
5824
+ "name": "handleStreamUpdates",
5825
+ "privacy": "protected",
5826
+ "parameters": [
5827
+ {
5828
+ "name": "updatedRows",
5829
+ "type": {
5830
+ "text": "any[]"
5831
+ }
5832
+ }
5833
+ ]
5834
+ },
5835
+ {
5836
+ "kind": "method",
5837
+ "name": "applyAllAgTransactions",
5838
+ "privacy": "protected"
5839
+ },
5840
+ {
5841
+ "kind": "method",
5842
+ "name": "flashAddedCells",
5843
+ "privacy": "private",
5844
+ "parameters": [
5845
+ {
5846
+ "name": "rowNodes"
5847
+ }
5848
+ ]
5849
+ },
5850
+ {
5851
+ "kind": "method",
5852
+ "name": "applyMappedAgTransaction",
5853
+ "privacy": "private",
5854
+ "parameters": [
5855
+ {
5856
+ "name": "agTransaction",
5857
+ "type": {
5858
+ "text": "RowDataTransaction"
5859
+ }
5860
+ },
5861
+ {
5862
+ "name": "operation",
5863
+ "type": {
5864
+ "text": "OperationType"
5865
+ }
5866
+ },
5867
+ {
5868
+ "name": "isAsync",
5869
+ "type": {
5870
+ "text": "boolean"
5871
+ }
5872
+ }
5873
+ ]
5874
+ },
5875
+ {
5876
+ "kind": "method",
5877
+ "name": "applyTransaction",
5878
+ "privacy": "protected",
5879
+ "return": {
5880
+ "type": {
5881
+ "text": "any"
5882
+ }
5883
+ },
5884
+ "parameters": [
5885
+ {
5886
+ "name": "agTransaction",
5887
+ "type": {
5888
+ "text": "RowDataTransaction"
5889
+ }
5890
+ }
5891
+ ]
5892
+ },
5893
+ {
5894
+ "kind": "method",
5895
+ "name": "applyTransactionAsync",
5896
+ "privacy": "protected",
5897
+ "parameters": [
5898
+ {
5899
+ "name": "agTransaction",
5900
+ "type": {
5901
+ "text": "RowDataTransaction"
5902
+ }
5903
+ },
5904
+ {
5905
+ "name": "callback",
5906
+ "optional": true,
5907
+ "type": {
5908
+ "text": "(res) => void"
5909
+ }
5910
+ }
5911
+ ]
5912
+ },
5913
+ {
5914
+ "kind": "method",
5915
+ "name": "mapTransaction",
5916
+ "privacy": "private",
5917
+ "parameters": [
5918
+ {
5919
+ "name": "transaction",
5920
+ "type": {
5921
+ "text": "RowDataTransaction"
5922
+ },
5923
+ "description": "The transaction data to be mapped."
5924
+ },
5925
+ {
5926
+ "name": "operations",
5927
+ "default": "Object.values(OperationType)",
5928
+ "type": {
5929
+ "text": "OperationType[]"
5930
+ },
5931
+ "description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
5932
+ }
5933
+ ],
5934
+ "description": "Maps the transaction data to the row data mapper function, if it exists.",
5935
+ "return": {
5936
+ "type": {
5937
+ "text": ""
5938
+ }
5939
+ }
5940
+ },
5941
+ {
5942
+ "kind": "field",
5943
+ "name": "connect",
5944
+ "type": {
5945
+ "text": "Connect"
5946
+ },
5947
+ "inheritedFrom": {
5948
+ "name": "GenesisGridDatasourceElement",
5949
+ "module": "src/datasource/base.datasource.ts"
5950
+ }
5951
+ },
5952
+ {
5953
+ "kind": "field",
5954
+ "name": "deferredGridOptions",
5955
+ "type": {
5956
+ "text": "GridOptions"
5957
+ },
5958
+ "inheritedFrom": {
5959
+ "name": "GenesisGridDatasourceElement",
5960
+ "module": "src/datasource/base.datasource.ts"
5961
+ }
5962
+ },
5963
+ {
5964
+ "kind": "field",
5965
+ "name": "deferredColumnStates",
5966
+ "type": {
5967
+ "text": "ColumnState[]"
5968
+ },
5969
+ "inheritedFrom": {
5970
+ "name": "GenesisGridDatasourceElement",
5971
+ "module": "src/datasource/base.datasource.ts"
5972
+ }
5973
+ },
5974
+ {
5975
+ "kind": "field",
5976
+ "name": "rowDataMapper",
5977
+ "type": {
5978
+ "text": "Function"
5979
+ },
5980
+ "description": "Allows grid data updates to be processed via and external function before applying in grid",
5981
+ "inheritedFrom": {
5982
+ "name": "GenesisGridDatasourceElement",
5983
+ "module": "src/datasource/base.datasource.ts"
5984
+ }
5985
+ },
5986
+ {
5987
+ "kind": "field",
5988
+ "name": "criteria",
5989
+ "type": {
5990
+ "text": "string"
5991
+ },
5992
+ "inheritedFrom": {
5993
+ "name": "GenesisGridDatasourceElement",
5994
+ "module": "src/datasource/base.datasource.ts"
5995
+ }
5996
+ },
5997
+ {
5998
+ "kind": "field",
5999
+ "name": "fields",
6000
+ "type": {
6001
+ "text": "string"
6002
+ },
6003
+ "inheritedFrom": {
6004
+ "name": "GenesisGridDatasourceElement",
6005
+ "module": "src/datasource/base.datasource.ts"
6006
+ }
6007
+ },
6008
+ {
6009
+ "kind": "field",
6010
+ "name": "isSnapshot",
6011
+ "type": {
6012
+ "text": "boolean"
6013
+ },
6014
+ "default": "false",
6015
+ "inheritedFrom": {
6016
+ "name": "GenesisGridDatasourceElement",
6017
+ "module": "src/datasource/base.datasource.ts"
6018
+ }
6019
+ },
6020
+ {
6021
+ "kind": "field",
6022
+ "name": "maxRows",
6023
+ "type": {
6024
+ "text": "number"
6025
+ },
6026
+ "inheritedFrom": {
6027
+ "name": "GenesisGridDatasourceElement",
6028
+ "module": "src/datasource/base.datasource.ts"
6029
+ }
6030
+ },
6031
+ {
6032
+ "kind": "field",
6033
+ "name": "maxView",
6034
+ "type": {
6035
+ "text": "number"
6036
+ },
6037
+ "inheritedFrom": {
6038
+ "name": "GenesisGridDatasourceElement",
6039
+ "module": "src/datasource/base.datasource.ts"
6040
+ }
6041
+ },
6042
+ {
6043
+ "kind": "field",
6044
+ "name": "movingView",
6045
+ "type": {
6046
+ "text": "boolean"
6047
+ },
6048
+ "default": "false",
6049
+ "inheritedFrom": {
6050
+ "name": "GenesisGridDatasourceElement",
6051
+ "module": "src/datasource/base.datasource.ts"
6052
+ }
6053
+ },
6054
+ {
6055
+ "kind": "field",
6056
+ "name": "orderBy",
6057
+ "type": {
6058
+ "text": "string"
6059
+ },
6060
+ "inheritedFrom": {
6061
+ "name": "GenesisGridDatasourceElement",
6062
+ "module": "src/datasource/base.datasource.ts"
6063
+ }
6064
+ },
6065
+ {
6066
+ "kind": "field",
6067
+ "name": "resourceName",
6068
+ "type": {
6069
+ "text": "string"
6070
+ },
6071
+ "inheritedFrom": {
6072
+ "name": "GenesisGridDatasourceElement",
6073
+ "module": "src/datasource/base.datasource.ts"
6074
+ }
6075
+ },
6076
+ {
6077
+ "kind": "field",
6078
+ "name": "reverse",
6079
+ "type": {
6080
+ "text": "boolean"
6081
+ },
6082
+ "default": "false",
6083
+ "inheritedFrom": {
6084
+ "name": "GenesisGridDatasourceElement",
6085
+ "module": "src/datasource/base.datasource.ts"
6086
+ }
6087
+ },
6088
+ {
6089
+ "kind": "field",
6090
+ "name": "rowIdAttr",
6091
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
6092
+ "inheritedFrom": {
6093
+ "name": "GenesisGridDatasourceElement",
6094
+ "module": "src/datasource/base.datasource.ts"
6095
+ }
6096
+ },
6097
+ {
6098
+ "kind": "field",
6099
+ "name": "rowId",
6100
+ "type": {
6101
+ "text": "string"
6102
+ },
6103
+ "privacy": "protected",
6104
+ "readonly": true,
6105
+ "inheritedFrom": {
6106
+ "name": "GenesisGridDatasourceElement",
6107
+ "module": "src/datasource/base.datasource.ts"
6108
+ }
6109
+ },
6110
+ {
6111
+ "kind": "field",
6112
+ "name": "defaultRowIdByResourceType",
6113
+ "type": {
6114
+ "text": "string"
6115
+ },
6116
+ "privacy": "protected",
6117
+ "readonly": true,
6118
+ "inheritedFrom": {
6119
+ "name": "GenesisGridDatasourceElement",
6120
+ "module": "src/datasource/base.datasource.ts"
6121
+ }
6122
+ },
6123
+ {
6124
+ "kind": "field",
6125
+ "name": "isRequestServer",
6126
+ "type": {
6127
+ "text": "boolean"
6128
+ },
6129
+ "privacy": "protected",
6130
+ "default": "false",
6131
+ "inheritedFrom": {
6132
+ "name": "GenesisGridDatasourceElement",
6133
+ "module": "src/datasource/base.datasource.ts"
6134
+ }
6135
+ },
6136
+ {
6137
+ "kind": "field",
6138
+ "name": "agGrid",
6139
+ "type": {
6140
+ "text": "GridPro | null"
6141
+ },
6142
+ "privacy": "protected",
6143
+ "readonly": true,
6144
+ "inheritedFrom": {
6145
+ "name": "GenesisGridDatasourceElement",
6146
+ "module": "src/datasource/base.datasource.ts"
6147
+ }
6148
+ },
6149
+ {
6150
+ "kind": "field",
6151
+ "name": "_presentation",
6152
+ "type": {
6153
+ "text": "ComponentPresentation | null | undefined"
6154
+ },
6155
+ "privacy": "private",
6156
+ "default": "void 0",
6157
+ "inheritedFrom": {
6158
+ "name": "FoundationElement",
6159
+ "module": "src/foundation-element/foundation-element.ts"
6160
+ }
6161
+ },
6162
+ {
6163
+ "kind": "field",
6164
+ "name": "$presentation",
6165
+ "type": {
6166
+ "text": "ComponentPresentation | null"
6167
+ },
6168
+ "privacy": "public",
6169
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6170
+ "inheritedFrom": {
6171
+ "name": "FoundationElement",
6172
+ "module": "src/foundation-element/foundation-element.ts"
6173
+ }
6174
+ },
6175
+ {
6176
+ "kind": "field",
6177
+ "name": "template",
6178
+ "type": {
6179
+ "text": "ElementViewTemplate | void | null"
6180
+ },
6181
+ "privacy": "public",
6182
+ "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.",
6183
+ "inheritedFrom": {
6184
+ "name": "FoundationElement",
6185
+ "module": "src/foundation-element/foundation-element.ts"
6186
+ }
6187
+ },
6188
+ {
6189
+ "kind": "method",
6190
+ "name": "templateChanged",
6191
+ "privacy": "protected",
6192
+ "return": {
6193
+ "type": {
6194
+ "text": "void"
6195
+ }
6196
+ },
6197
+ "inheritedFrom": {
6198
+ "name": "FoundationElement",
6199
+ "module": "src/foundation-element/foundation-element.ts"
6200
+ }
6201
+ },
6202
+ {
6203
+ "kind": "field",
6204
+ "name": "styles",
6205
+ "type": {
6206
+ "text": "ElementStyles | void | null"
6207
+ },
6208
+ "privacy": "public",
6209
+ "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.",
6210
+ "inheritedFrom": {
6211
+ "name": "FoundationElement",
6212
+ "module": "src/foundation-element/foundation-element.ts"
6213
+ }
6214
+ },
6215
+ {
6216
+ "kind": "method",
6217
+ "name": "stylesChanged",
6218
+ "privacy": "protected",
6219
+ "return": {
6220
+ "type": {
6221
+ "text": "void"
6222
+ }
6223
+ },
6224
+ "inheritedFrom": {
6225
+ "name": "FoundationElement",
6226
+ "module": "src/foundation-element/foundation-element.ts"
6227
+ }
6228
+ },
6229
+ {
6230
+ "kind": "method",
6231
+ "name": "compose",
6232
+ "privacy": "public",
6233
+ "static": true,
6234
+ "return": {
6235
+ "type": {
6236
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6237
+ }
6238
+ },
6239
+ "parameters": [
6240
+ {
6241
+ "name": "this",
6242
+ "type": {
6243
+ "text": "K"
6244
+ }
6245
+ },
6246
+ {
6247
+ "name": "elementDefinition",
6248
+ "type": {
6249
+ "text": "T"
6250
+ },
6251
+ "description": "The definition of the element to create the registry\nfunction for."
6252
+ }
6253
+ ],
6254
+ "description": "Defines an element registry function with a set of element definition defaults.",
6255
+ "inheritedFrom": {
6256
+ "name": "FoundationElement",
6257
+ "module": "src/foundation-element/foundation-element.ts"
6258
+ }
6259
+ }
6260
+ ],
6261
+ "superclass": {
6262
+ "name": "GenesisGridDatasourceElement",
6263
+ "module": "src/datasource/base.datasource.ts"
6264
+ },
6265
+ "attributes": [
6266
+ {
6267
+ "name": "criteria",
6268
+ "type": {
6269
+ "text": "string"
6270
+ },
6271
+ "fieldName": "criteria",
6272
+ "inheritedFrom": {
6273
+ "name": "GenesisGridDatasourceElement",
6274
+ "module": "src/datasource/base.datasource.ts"
6275
+ }
6276
+ },
6277
+ {
6278
+ "name": "fields",
6279
+ "type": {
6280
+ "text": "string"
6281
+ },
6282
+ "fieldName": "fields",
6283
+ "inheritedFrom": {
6284
+ "name": "GenesisGridDatasourceElement",
6285
+ "module": "src/datasource/base.datasource.ts"
6286
+ }
6287
+ },
6288
+ {
6289
+ "name": "is-snapshot",
6290
+ "type": {
6291
+ "text": "boolean"
6292
+ },
6293
+ "default": "false",
6294
+ "fieldName": "isSnapshot",
6295
+ "inheritedFrom": {
6296
+ "name": "GenesisGridDatasourceElement",
6297
+ "module": "src/datasource/base.datasource.ts"
6298
+ }
6299
+ },
6300
+ {
6301
+ "name": "max-rows",
6302
+ "type": {
6303
+ "text": "number"
6304
+ },
6305
+ "fieldName": "maxRows",
6306
+ "inheritedFrom": {
6307
+ "name": "GenesisGridDatasourceElement",
6308
+ "module": "src/datasource/base.datasource.ts"
6309
+ }
6310
+ },
6311
+ {
6312
+ "name": "max-view",
6313
+ "type": {
6314
+ "text": "number"
6315
+ },
6316
+ "fieldName": "maxView",
6317
+ "inheritedFrom": {
6318
+ "name": "GenesisGridDatasourceElement",
6319
+ "module": "src/datasource/base.datasource.ts"
6320
+ }
6321
+ },
6322
+ {
6323
+ "name": "moving-view",
6324
+ "type": {
6325
+ "text": "boolean"
6326
+ },
6327
+ "default": "false",
6328
+ "fieldName": "movingView",
6329
+ "inheritedFrom": {
6330
+ "name": "GenesisGridDatasourceElement",
6331
+ "module": "src/datasource/base.datasource.ts"
6332
+ }
6333
+ },
6334
+ {
6335
+ "name": "order-by",
6336
+ "type": {
6337
+ "text": "string"
6338
+ },
6339
+ "fieldName": "orderBy",
6340
+ "inheritedFrom": {
6341
+ "name": "GenesisGridDatasourceElement",
6342
+ "module": "src/datasource/base.datasource.ts"
6343
+ }
6344
+ },
6345
+ {
6346
+ "name": "resource-name",
6347
+ "type": {
6348
+ "text": "string"
6349
+ },
6350
+ "fieldName": "resourceName",
6351
+ "inheritedFrom": {
6352
+ "name": "GenesisGridDatasourceElement",
6353
+ "module": "src/datasource/base.datasource.ts"
6354
+ }
6355
+ },
6356
+ {
6357
+ "type": {
6358
+ "text": "boolean"
6359
+ },
6360
+ "default": "false",
6361
+ "fieldName": "reverse",
6362
+ "inheritedFrom": {
6363
+ "name": "GenesisGridDatasourceElement",
6364
+ "module": "src/datasource/base.datasource.ts"
6365
+ }
6366
+ },
6367
+ {
6368
+ "name": "row-id",
6369
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
6370
+ "fieldName": "rowIdAttr",
6371
+ "inheritedFrom": {
6372
+ "name": "GenesisGridDatasourceElement",
6373
+ "module": "src/datasource/base.datasource.ts"
6374
+ }
6375
+ }
6376
+ ]
6377
+ },
6378
+ {
6379
+ "kind": "class",
6380
+ "description": "",
6381
+ "name": "StreamBaseDatasource",
6382
+ "members": [
6383
+ {
6384
+ "kind": "field",
6385
+ "name": "rowId",
6386
+ "type": {
6387
+ "text": "string"
6388
+ },
6389
+ "privacy": "protected"
6390
+ },
6391
+ {
6392
+ "kind": "field",
6393
+ "name": "rowData",
6394
+ "type": {
6395
+ "text": "Map<string, any>"
6396
+ },
6397
+ "default": "new Map()"
6398
+ }
6399
+ ]
6400
+ }
6401
+ ],
6402
+ "exports": [
6403
+ {
6404
+ "kind": "js",
6405
+ "name": "GenesisGridDatasourceElement",
6406
+ "declaration": {
6407
+ "name": "GenesisGridDatasourceElement",
6408
+ "module": "src/datasource/base.datasource.ts"
6409
+ }
6410
+ },
6411
+ {
6412
+ "kind": "js",
6413
+ "name": "GridProBaseDatasource",
6414
+ "declaration": {
6415
+ "name": "GridProBaseDatasource",
6416
+ "module": "src/datasource/base.datasource.ts"
6417
+ }
6418
+ },
6419
+ {
6420
+ "kind": "js",
6421
+ "name": "StreamBaseDatasource",
6422
+ "declaration": {
6423
+ "name": "StreamBaseDatasource",
6424
+ "module": "src/datasource/base.datasource.ts"
6425
+ }
6426
+ }
6427
+ ]
6428
+ },
6429
+ {
6430
+ "kind": "javascript-module",
6431
+ "path": "src/datasource/client-side.datasource.ts",
6432
+ "declarations": [
6433
+ {
6434
+ "kind": "class",
6435
+ "description": "The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.",
6436
+ "name": "GridProClientSideDatasource",
6437
+ "superclass": {
6438
+ "name": "GridProGenesisDatasource",
6439
+ "module": "/src/grid-pro-genesis-datasource"
6440
+ },
6441
+ "tagName": "grid-pro-client-side-datasource",
5720
6442
  "customElement": true,
5721
6443
  "members": [
5722
6444
  {
@@ -5825,6 +6547,32 @@
5825
6547
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5826
6548
  }
5827
6549
  },
6550
+ {
6551
+ "kind": "field",
6552
+ "name": "applyFuncName",
6553
+ "type": {
6554
+ "text": "string"
6555
+ },
6556
+ "privacy": "protected",
6557
+ "default": "'applyTransaction'",
6558
+ "inheritedFrom": {
6559
+ "name": "GridProBaseDatasource",
6560
+ "module": "src/datasource/base.datasource.ts"
6561
+ }
6562
+ },
6563
+ {
6564
+ "kind": "field",
6565
+ "name": "applyAsyncFuncName",
6566
+ "type": {
6567
+ "text": "string"
6568
+ },
6569
+ "privacy": "protected",
6570
+ "default": "'applyTransactionAsync'",
6571
+ "inheritedFrom": {
6572
+ "name": "GridProBaseDatasource",
6573
+ "module": "src/datasource/base.datasource.ts"
6574
+ }
6575
+ },
5828
6576
  {
5829
6577
  "kind": "method",
5830
6578
  "name": "criteriaChanged",
@@ -5903,15 +6651,6 @@
5903
6651
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5904
6652
  }
5905
6653
  },
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
6654
  {
5916
6655
  "kind": "field",
5917
6656
  "name": "restartOnReconnection",
@@ -5924,18 +6663,6 @@
5924
6663
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5925
6664
  }
5926
6665
  },
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
6666
  {
5940
6667
  "kind": "field",
5941
6668
  "name": "dataSub",
@@ -5950,85 +6677,9 @@
5950
6677
  },
5951
6678
  {
5952
6679
  "kind": "field",
5953
- "name": "updateSub",
5954
- "type": {
5955
- "text": "Subscription"
5956
- },
5957
- "privacy": "private",
5958
- "inheritedFrom": {
5959
- "name": "GridProGenesisDatasource",
5960
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5961
- }
5962
- },
5963
- {
5964
- "kind": "field",
5965
- "name": "connectionSub",
5966
- "type": {
5967
- "text": "Subscription"
5968
- },
5969
- "privacy": "private",
5970
- "inheritedFrom": {
5971
- "name": "GridProGenesisDatasource",
5972
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
5973
- }
5974
- },
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
- {
5989
- "kind": "field",
5990
- "name": "requiresFullRowDataAndColDefs",
5991
- "type": {
5992
- "text": "boolean"
5993
- },
5994
- "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",
6680
+ "name": "updateSub",
6030
6681
  "type": {
6031
- "text": "RowDataTransaction"
6682
+ "text": "Subscription"
6032
6683
  },
6033
6684
  "privacy": "private",
6034
6685
  "inheritedFrom": {
@@ -6038,9 +6689,9 @@
6038
6689
  },
6039
6690
  {
6040
6691
  "kind": "field",
6041
- "name": "sourceRef",
6692
+ "name": "connectionSub",
6042
6693
  "type": {
6043
- "text": "string"
6694
+ "text": "Subscription"
6044
6695
  },
6045
6696
  "privacy": "private",
6046
6697
  "inheritedFrom": {
@@ -6050,12 +6701,12 @@
6050
6701
  },
6051
6702
  {
6052
6703
  "kind": "field",
6053
- "name": "criteriaFromFilters",
6704
+ "name": "requiresFullRowDataAndColDefs",
6054
6705
  "type": {
6055
- "text": "Map<string, string>"
6706
+ "text": "boolean"
6056
6707
  },
6057
6708
  "privacy": "private",
6058
- "default": "new Map()",
6709
+ "default": "true",
6059
6710
  "inheritedFrom": {
6060
6711
  "name": "GridProGenesisDatasource",
6061
6712
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -6063,12 +6714,11 @@
6063
6714
  },
6064
6715
  {
6065
6716
  "kind": "field",
6066
- "name": "update",
6717
+ "name": "sourceRef",
6067
6718
  "type": {
6068
- "text": "BehaviorSubject<Map<string, string>>"
6719
+ "text": "string"
6069
6720
  },
6070
6721
  "privacy": "private",
6071
- "default": "new BehaviorSubject(new Map())",
6072
6722
  "inheritedFrom": {
6073
6723
  "name": "GridProGenesisDatasource",
6074
6724
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -6076,12 +6726,12 @@
6076
6726
  },
6077
6727
  {
6078
6728
  "kind": "field",
6079
- "name": "agGrid",
6729
+ "name": "criteriaFromFilters",
6080
6730
  "type": {
6081
- "text": "GridPro | null"
6731
+ "text": "Map<string, string>"
6082
6732
  },
6083
6733
  "privacy": "private",
6084
- "readonly": true,
6734
+ "default": "new Map()",
6085
6735
  "inheritedFrom": {
6086
6736
  "name": "GridProGenesisDatasource",
6087
6737
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -6089,12 +6739,12 @@
6089
6739
  },
6090
6740
  {
6091
6741
  "kind": "field",
6092
- "name": "defaultRowIdByResourceType",
6742
+ "name": "update",
6093
6743
  "type": {
6094
- "text": "string"
6744
+ "text": "BehaviorSubject<Map<string, string>>"
6095
6745
  },
6096
6746
  "privacy": "private",
6097
- "readonly": true,
6747
+ "default": "new BehaviorSubject(new Map())",
6098
6748
  "inheritedFrom": {
6099
6749
  "name": "GridProGenesisDatasource",
6100
6750
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -6244,8 +6894,16 @@
6244
6894
  },
6245
6895
  {
6246
6896
  "kind": "method",
6247
- "name": "applyAllAgTransactions",
6897
+ "name": "getAgColumnDefs",
6248
6898
  "privacy": "private",
6899
+ "parameters": [
6900
+ {
6901
+ "name": "fieldsMetadata",
6902
+ "type": {
6903
+ "text": "FieldMetadata[]"
6904
+ }
6905
+ }
6906
+ ],
6249
6907
  "inheritedFrom": {
6250
6908
  "name": "GridProGenesisDatasource",
6251
6909
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -6253,13 +6911,13 @@
6253
6911
  },
6254
6912
  {
6255
6913
  "kind": "method",
6256
- "name": "flashAddedCells",
6914
+ "name": "buildCriteria",
6257
6915
  "privacy": "private",
6258
- "parameters": [
6259
- {
6260
- "name": "rowNodes"
6916
+ "return": {
6917
+ "type": {
6918
+ "text": "string"
6261
6919
  }
6262
- ],
6920
+ },
6263
6921
  "inheritedFrom": {
6264
6922
  "name": "GridProGenesisDatasource",
6265
6923
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
@@ -6267,25 +6925,36 @@
6267
6925
  },
6268
6926
  {
6269
6927
  "kind": "method",
6270
- "name": "applyMappedAgTransaction",
6271
- "privacy": "private",
6928
+ "name": "setFilter",
6929
+ "privacy": "public",
6272
6930
  "parameters": [
6273
6931
  {
6274
- "name": "agTransaction",
6932
+ "name": "fieldName",
6275
6933
  "type": {
6276
- "text": "RowDataTransaction"
6934
+ "text": "string"
6277
6935
  }
6278
6936
  },
6279
6937
  {
6280
- "name": "operation",
6938
+ "name": "newFilter",
6281
6939
  "type": {
6282
- "text": "OperationType"
6940
+ "text": "string"
6283
6941
  }
6284
- },
6942
+ }
6943
+ ],
6944
+ "inheritedFrom": {
6945
+ "name": "GridProGenesisDatasource",
6946
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
6947
+ }
6948
+ },
6949
+ {
6950
+ "kind": "method",
6951
+ "name": "removeFilter",
6952
+ "privacy": "public",
6953
+ "parameters": [
6285
6954
  {
6286
- "name": "isAsync",
6955
+ "name": "fieldName",
6287
6956
  "type": {
6288
- "text": "boolean"
6957
+ "text": "string"
6289
6958
  }
6290
6959
  }
6291
6960
  ],
@@ -6296,40 +6965,97 @@
6296
6965
  },
6297
6966
  {
6298
6967
  "kind": "method",
6299
- "name": "mapTransaction",
6300
- "privacy": "private",
6968
+ "name": "applyTransaction",
6969
+ "privacy": "protected",
6970
+ "return": {
6971
+ "type": {
6972
+ "text": "RowNodeTransaction | null | undefined"
6973
+ }
6974
+ },
6301
6975
  "parameters": [
6302
6976
  {
6303
- "name": "transaction",
6977
+ "name": "agTransaction",
6304
6978
  "type": {
6305
6979
  "text": "RowDataTransaction"
6306
- },
6307
- "description": "The transaction data to be mapped."
6980
+ }
6981
+ }
6982
+ ],
6983
+ "inheritedFrom": {
6984
+ "name": "GridProBaseDatasource",
6985
+ "module": "src/datasource/base.datasource.ts"
6986
+ }
6987
+ },
6988
+ {
6989
+ "kind": "method",
6990
+ "name": "applyTransactionAsync",
6991
+ "privacy": "protected",
6992
+ "parameters": [
6993
+ {
6994
+ "name": "agTransaction",
6995
+ "type": {
6996
+ "text": "RowDataTransaction"
6997
+ }
6308
6998
  },
6309
6999
  {
6310
- "name": "operations",
6311
- "default": "Object.values(OperationType)",
7000
+ "name": "callback",
7001
+ "optional": true,
6312
7002
  "type": {
6313
- "text": "OperationType[]"
6314
- },
6315
- "description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
7003
+ "text": "(res: RowNodeTransaction) => void"
7004
+ }
6316
7005
  }
6317
7006
  ],
6318
- "description": "Maps the transaction data to the row data mapper function, if it exists.",
6319
7007
  "return": {
6320
7008
  "type": {
6321
- "text": ""
7009
+ "text": "void"
6322
7010
  }
6323
7011
  },
6324
7012
  "inheritedFrom": {
6325
- "name": "GridProGenesisDatasource",
6326
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7013
+ "name": "GridProBaseDatasource",
7014
+ "module": "src/datasource/base.datasource.ts"
7015
+ }
7016
+ },
7017
+ {
7018
+ "kind": "field",
7019
+ "name": "dataSubWasLoggedOff",
7020
+ "type": {
7021
+ "text": "boolean"
7022
+ },
7023
+ "privacy": "protected",
7024
+ "default": "false",
7025
+ "inheritedFrom": {
7026
+ "name": "GridProBaseDatasource",
7027
+ "module": "src/datasource/base.datasource.ts"
7028
+ }
7029
+ },
7030
+ {
7031
+ "kind": "field",
7032
+ "name": "rowData",
7033
+ "type": {
7034
+ "text": "Map<string, any>"
7035
+ },
7036
+ "default": "new Map()",
7037
+ "inheritedFrom": {
7038
+ "name": "GridProBaseDatasource",
7039
+ "module": "src/datasource/base.datasource.ts"
7040
+ }
7041
+ },
7042
+ {
7043
+ "kind": "field",
7044
+ "name": "agTransaction",
7045
+ "type": {
7046
+ "text": "RowDataTransaction | ServerSideTransaction"
7047
+ },
7048
+ "privacy": "protected",
7049
+ "default": "{\n add: [],\n remove: [],\n update: [],\n }",
7050
+ "inheritedFrom": {
7051
+ "name": "GridProBaseDatasource",
7052
+ "module": "src/datasource/base.datasource.ts"
6327
7053
  }
6328
7054
  },
6329
7055
  {
6330
7056
  "kind": "method",
6331
7057
  "name": "handleStreamInserts",
6332
- "privacy": "private",
7058
+ "privacy": "protected",
6333
7059
  "parameters": [
6334
7060
  {
6335
7061
  "name": "insertedRows",
@@ -6339,14 +7065,14 @@
6339
7065
  }
6340
7066
  ],
6341
7067
  "inheritedFrom": {
6342
- "name": "GridProGenesisDatasource",
6343
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7068
+ "name": "GridProBaseDatasource",
7069
+ "module": "src/datasource/base.datasource.ts"
6344
7070
  }
6345
7071
  },
6346
7072
  {
6347
7073
  "kind": "method",
6348
7074
  "name": "handleStreamDeletes",
6349
- "privacy": "private",
7075
+ "privacy": "protected",
6350
7076
  "parameters": [
6351
7077
  {
6352
7078
  "name": "deletedRows",
@@ -6356,14 +7082,14 @@
6356
7082
  }
6357
7083
  ],
6358
7084
  "inheritedFrom": {
6359
- "name": "GridProGenesisDatasource",
6360
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7085
+ "name": "GridProBaseDatasource",
7086
+ "module": "src/datasource/base.datasource.ts"
6361
7087
  }
6362
7088
  },
6363
7089
  {
6364
7090
  "kind": "method",
6365
7091
  "name": "handleStreamUpdates",
6366
- "privacy": "private",
7092
+ "privacy": "protected",
6367
7093
  "parameters": [
6368
7094
  {
6369
7095
  "name": "updatedRows",
@@ -6373,79 +7099,92 @@
6373
7099
  }
6374
7100
  ],
6375
7101
  "inheritedFrom": {
6376
- "name": "GridProGenesisDatasource",
6377
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7102
+ "name": "GridProBaseDatasource",
7103
+ "module": "src/datasource/base.datasource.ts"
6378
7104
  }
6379
7105
  },
6380
7106
  {
6381
7107
  "kind": "method",
6382
- "name": "getAgColumnDefs",
6383
- "privacy": "private",
6384
- "parameters": [
6385
- {
6386
- "name": "fieldsMetadata",
6387
- "type": {
6388
- "text": "FieldMetadata[]"
6389
- }
6390
- }
6391
- ],
7108
+ "name": "applyAllAgTransactions",
7109
+ "privacy": "protected",
6392
7110
  "inheritedFrom": {
6393
- "name": "GridProGenesisDatasource",
6394
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7111
+ "name": "GridProBaseDatasource",
7112
+ "module": "src/datasource/base.datasource.ts"
6395
7113
  }
6396
7114
  },
6397
7115
  {
6398
7116
  "kind": "method",
6399
- "name": "buildCriteria",
7117
+ "name": "flashAddedCells",
6400
7118
  "privacy": "private",
6401
- "return": {
6402
- "type": {
6403
- "text": "string"
7119
+ "parameters": [
7120
+ {
7121
+ "name": "rowNodes"
6404
7122
  }
6405
- },
7123
+ ],
6406
7124
  "inheritedFrom": {
6407
- "name": "GridProGenesisDatasource",
6408
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7125
+ "name": "GridProBaseDatasource",
7126
+ "module": "src/datasource/base.datasource.ts"
6409
7127
  }
6410
7128
  },
6411
7129
  {
6412
7130
  "kind": "method",
6413
- "name": "setFilter",
6414
- "privacy": "public",
7131
+ "name": "applyMappedAgTransaction",
7132
+ "privacy": "private",
6415
7133
  "parameters": [
6416
7134
  {
6417
- "name": "fieldName",
7135
+ "name": "agTransaction",
6418
7136
  "type": {
6419
- "text": "string"
7137
+ "text": "RowDataTransaction"
6420
7138
  }
6421
7139
  },
6422
7140
  {
6423
- "name": "newFilter",
7141
+ "name": "operation",
6424
7142
  "type": {
6425
- "text": "string"
7143
+ "text": "OperationType"
7144
+ }
7145
+ },
7146
+ {
7147
+ "name": "isAsync",
7148
+ "type": {
7149
+ "text": "boolean"
6426
7150
  }
6427
7151
  }
6428
7152
  ],
6429
7153
  "inheritedFrom": {
6430
- "name": "GridProGenesisDatasource",
6431
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7154
+ "name": "GridProBaseDatasource",
7155
+ "module": "src/datasource/base.datasource.ts"
6432
7156
  }
6433
7157
  },
6434
7158
  {
6435
7159
  "kind": "method",
6436
- "name": "removeFilter",
6437
- "privacy": "public",
7160
+ "name": "mapTransaction",
7161
+ "privacy": "private",
6438
7162
  "parameters": [
6439
7163
  {
6440
- "name": "fieldName",
7164
+ "name": "transaction",
6441
7165
  "type": {
6442
- "text": "string"
6443
- }
7166
+ "text": "RowDataTransaction"
7167
+ },
7168
+ "description": "The transaction data to be mapped."
7169
+ },
7170
+ {
7171
+ "name": "operations",
7172
+ "default": "Object.values(OperationType)",
7173
+ "type": {
7174
+ "text": "OperationType[]"
7175
+ },
7176
+ "description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
6444
7177
  }
6445
7178
  ],
7179
+ "description": "Maps the transaction data to the row data mapper function, if it exists.",
7180
+ "return": {
7181
+ "type": {
7182
+ "text": ""
7183
+ }
7184
+ },
6446
7185
  "inheritedFrom": {
6447
- "name": "GridProGenesisDatasource",
6448
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
7186
+ "name": "GridProBaseDatasource",
7187
+ "module": "src/datasource/base.datasource.ts"
6449
7188
  }
6450
7189
  },
6451
7190
  {
@@ -6455,7 +7194,7 @@
6455
7194
  "text": "Connect"
6456
7195
  },
6457
7196
  "inheritedFrom": {
6458
- "name": "GridProBaseDatasource",
7197
+ "name": "GenesisGridDatasourceElement",
6459
7198
  "module": "src/datasource/base.datasource.ts"
6460
7199
  }
6461
7200
  },
@@ -6466,7 +7205,7 @@
6466
7205
  "text": "GridOptions"
6467
7206
  },
6468
7207
  "inheritedFrom": {
6469
- "name": "GridProBaseDatasource",
7208
+ "name": "GenesisGridDatasourceElement",
6470
7209
  "module": "src/datasource/base.datasource.ts"
6471
7210
  }
6472
7211
  },
@@ -6477,7 +7216,19 @@
6477
7216
  "text": "ColumnState[]"
6478
7217
  },
6479
7218
  "inheritedFrom": {
6480
- "name": "GridProBaseDatasource",
7219
+ "name": "GenesisGridDatasourceElement",
7220
+ "module": "src/datasource/base.datasource.ts"
7221
+ }
7222
+ },
7223
+ {
7224
+ "kind": "field",
7225
+ "name": "rowDataMapper",
7226
+ "type": {
7227
+ "text": "Function"
7228
+ },
7229
+ "description": "Allows grid data updates to be processed via and external function before applying in grid",
7230
+ "inheritedFrom": {
7231
+ "name": "GenesisGridDatasourceElement",
6481
7232
  "module": "src/datasource/base.datasource.ts"
6482
7233
  }
6483
7234
  },
@@ -6488,7 +7239,7 @@
6488
7239
  "text": "string"
6489
7240
  },
6490
7241
  "inheritedFrom": {
6491
- "name": "GridProBaseDatasource",
7242
+ "name": "GenesisGridDatasourceElement",
6492
7243
  "module": "src/datasource/base.datasource.ts"
6493
7244
  }
6494
7245
  },
@@ -6499,7 +7250,7 @@
6499
7250
  "text": "string"
6500
7251
  },
6501
7252
  "inheritedFrom": {
6502
- "name": "GridProBaseDatasource",
7253
+ "name": "GenesisGridDatasourceElement",
6503
7254
  "module": "src/datasource/base.datasource.ts"
6504
7255
  }
6505
7256
  },
@@ -6511,7 +7262,7 @@
6511
7262
  },
6512
7263
  "default": "false",
6513
7264
  "inheritedFrom": {
6514
- "name": "GridProBaseDatasource",
7265
+ "name": "GenesisGridDatasourceElement",
6515
7266
  "module": "src/datasource/base.datasource.ts"
6516
7267
  }
6517
7268
  },
@@ -6522,7 +7273,7 @@
6522
7273
  "text": "number"
6523
7274
  },
6524
7275
  "inheritedFrom": {
6525
- "name": "GridProBaseDatasource",
7276
+ "name": "GenesisGridDatasourceElement",
6526
7277
  "module": "src/datasource/base.datasource.ts"
6527
7278
  }
6528
7279
  },
@@ -6533,7 +7284,7 @@
6533
7284
  "text": "number"
6534
7285
  },
6535
7286
  "inheritedFrom": {
6536
- "name": "GridProBaseDatasource",
7287
+ "name": "GenesisGridDatasourceElement",
6537
7288
  "module": "src/datasource/base.datasource.ts"
6538
7289
  }
6539
7290
  },
@@ -6545,7 +7296,7 @@
6545
7296
  },
6546
7297
  "default": "false",
6547
7298
  "inheritedFrom": {
6548
- "name": "GridProBaseDatasource",
7299
+ "name": "GenesisGridDatasourceElement",
6549
7300
  "module": "src/datasource/base.datasource.ts"
6550
7301
  }
6551
7302
  },
@@ -6556,7 +7307,7 @@
6556
7307
  "text": "string"
6557
7308
  },
6558
7309
  "inheritedFrom": {
6559
- "name": "GridProBaseDatasource",
7310
+ "name": "GenesisGridDatasourceElement",
6560
7311
  "module": "src/datasource/base.datasource.ts"
6561
7312
  }
6562
7313
  },
@@ -6567,7 +7318,7 @@
6567
7318
  "text": "string"
6568
7319
  },
6569
7320
  "inheritedFrom": {
6570
- "name": "GridProBaseDatasource",
7321
+ "name": "GenesisGridDatasourceElement",
6571
7322
  "module": "src/datasource/base.datasource.ts"
6572
7323
  }
6573
7324
  },
@@ -6579,7 +7330,68 @@
6579
7330
  },
6580
7331
  "default": "false",
6581
7332
  "inheritedFrom": {
6582
- "name": "GridProBaseDatasource",
7333
+ "name": "GenesisGridDatasourceElement",
7334
+ "module": "src/datasource/base.datasource.ts"
7335
+ }
7336
+ },
7337
+ {
7338
+ "kind": "field",
7339
+ "name": "rowIdAttr",
7340
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
7341
+ "inheritedFrom": {
7342
+ "name": "GenesisGridDatasourceElement",
7343
+ "module": "src/datasource/base.datasource.ts"
7344
+ }
7345
+ },
7346
+ {
7347
+ "kind": "field",
7348
+ "name": "rowId",
7349
+ "type": {
7350
+ "text": "string"
7351
+ },
7352
+ "privacy": "protected",
7353
+ "readonly": true,
7354
+ "inheritedFrom": {
7355
+ "name": "GenesisGridDatasourceElement",
7356
+ "module": "src/datasource/base.datasource.ts"
7357
+ }
7358
+ },
7359
+ {
7360
+ "kind": "field",
7361
+ "name": "defaultRowIdByResourceType",
7362
+ "type": {
7363
+ "text": "string"
7364
+ },
7365
+ "privacy": "protected",
7366
+ "readonly": true,
7367
+ "inheritedFrom": {
7368
+ "name": "GenesisGridDatasourceElement",
7369
+ "module": "src/datasource/base.datasource.ts"
7370
+ }
7371
+ },
7372
+ {
7373
+ "kind": "field",
7374
+ "name": "isRequestServer",
7375
+ "type": {
7376
+ "text": "boolean"
7377
+ },
7378
+ "privacy": "protected",
7379
+ "default": "false",
7380
+ "inheritedFrom": {
7381
+ "name": "GenesisGridDatasourceElement",
7382
+ "module": "src/datasource/base.datasource.ts"
7383
+ }
7384
+ },
7385
+ {
7386
+ "kind": "field",
7387
+ "name": "agGrid",
7388
+ "type": {
7389
+ "text": "GridPro | null"
7390
+ },
7391
+ "privacy": "protected",
7392
+ "readonly": true,
7393
+ "inheritedFrom": {
7394
+ "name": "GenesisGridDatasourceElement",
6583
7395
  "module": "src/datasource/base.datasource.ts"
6584
7396
  }
6585
7397
  },
@@ -6719,15 +7531,6 @@
6719
7531
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
6720
7532
  }
6721
7533
  },
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
7534
  {
6732
7535
  "name": "restart-on-reconnection",
6733
7536
  "type": {
@@ -6747,7 +7550,7 @@
6747
7550
  },
6748
7551
  "fieldName": "criteria",
6749
7552
  "inheritedFrom": {
6750
- "name": "GridProBaseDatasource",
7553
+ "name": "GenesisGridDatasourceElement",
6751
7554
  "module": "src/datasource/base.datasource.ts"
6752
7555
  }
6753
7556
  },
@@ -6758,7 +7561,7 @@
6758
7561
  },
6759
7562
  "fieldName": "fields",
6760
7563
  "inheritedFrom": {
6761
- "name": "GridProBaseDatasource",
7564
+ "name": "GenesisGridDatasourceElement",
6762
7565
  "module": "src/datasource/base.datasource.ts"
6763
7566
  }
6764
7567
  },
@@ -6770,7 +7573,7 @@
6770
7573
  "default": "false",
6771
7574
  "fieldName": "isSnapshot",
6772
7575
  "inheritedFrom": {
6773
- "name": "GridProBaseDatasource",
7576
+ "name": "GenesisGridDatasourceElement",
6774
7577
  "module": "src/datasource/base.datasource.ts"
6775
7578
  }
6776
7579
  },
@@ -6781,7 +7584,7 @@
6781
7584
  },
6782
7585
  "fieldName": "maxRows",
6783
7586
  "inheritedFrom": {
6784
- "name": "GridProBaseDatasource",
7587
+ "name": "GenesisGridDatasourceElement",
6785
7588
  "module": "src/datasource/base.datasource.ts"
6786
7589
  }
6787
7590
  },
@@ -6792,7 +7595,7 @@
6792
7595
  },
6793
7596
  "fieldName": "maxView",
6794
7597
  "inheritedFrom": {
6795
- "name": "GridProBaseDatasource",
7598
+ "name": "GenesisGridDatasourceElement",
6796
7599
  "module": "src/datasource/base.datasource.ts"
6797
7600
  }
6798
7601
  },
@@ -6804,7 +7607,7 @@
6804
7607
  "default": "false",
6805
7608
  "fieldName": "movingView",
6806
7609
  "inheritedFrom": {
6807
- "name": "GridProBaseDatasource",
7610
+ "name": "GenesisGridDatasourceElement",
6808
7611
  "module": "src/datasource/base.datasource.ts"
6809
7612
  }
6810
7613
  },
@@ -6815,7 +7618,7 @@
6815
7618
  },
6816
7619
  "fieldName": "orderBy",
6817
7620
  "inheritedFrom": {
6818
- "name": "GridProBaseDatasource",
7621
+ "name": "GenesisGridDatasourceElement",
6819
7622
  "module": "src/datasource/base.datasource.ts"
6820
7623
  }
6821
7624
  },
@@ -6826,7 +7629,7 @@
6826
7629
  },
6827
7630
  "fieldName": "resourceName",
6828
7631
  "inheritedFrom": {
6829
- "name": "GridProBaseDatasource",
7632
+ "name": "GenesisGridDatasourceElement",
6830
7633
  "module": "src/datasource/base.datasource.ts"
6831
7634
  }
6832
7635
  },
@@ -6837,7 +7640,16 @@
6837
7640
  "default": "false",
6838
7641
  "fieldName": "reverse",
6839
7642
  "inheritedFrom": {
6840
- "name": "GridProBaseDatasource",
7643
+ "name": "GenesisGridDatasourceElement",
7644
+ "module": "src/datasource/base.datasource.ts"
7645
+ }
7646
+ },
7647
+ {
7648
+ "name": "row-id",
7649
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
7650
+ "fieldName": "rowIdAttr",
7651
+ "inheritedFrom": {
7652
+ "name": "GenesisGridDatasourceElement",
6841
7653
  "module": "src/datasource/base.datasource.ts"
6842
7654
  }
6843
7655
  }
@@ -7029,31 +7841,6 @@
7029
7841
  },
7030
7842
  "privacy": "private"
7031
7843
  },
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
7844
  {
7058
7845
  "kind": "method",
7059
7846
  "name": "getRows",
@@ -7066,6 +7853,24 @@
7066
7853
  }
7067
7854
  ]
7068
7855
  },
7856
+ {
7857
+ "kind": "method",
7858
+ "name": "sortMapByNumericKey",
7859
+ "privacy": "private",
7860
+ "return": {
7861
+ "type": {
7862
+ "text": "Map<string, any>"
7863
+ }
7864
+ },
7865
+ "parameters": [
7866
+ {
7867
+ "name": "inputMap",
7868
+ "type": {
7869
+ "text": "Map<string, any>"
7870
+ }
7871
+ }
7872
+ ]
7873
+ },
7069
7874
  {
7070
7875
  "kind": "method",
7071
7876
  "name": "dataLogoff",
@@ -7091,7 +7896,7 @@
7091
7896
  },
7092
7897
  {
7093
7898
  "kind": "method",
7094
- "name": "handleInitialStreamLoad",
7899
+ "name": "handleCurrentStreamLoad",
7095
7900
  "privacy": "private",
7096
7901
  "return": {
7097
7902
  "type": {
@@ -7139,14 +7944,68 @@
7139
7944
  }
7140
7945
  }
7141
7946
  ]
7947
+ },
7948
+ {
7949
+ "kind": "field",
7950
+ "name": "rowId",
7951
+ "type": {
7952
+ "text": "string"
7953
+ },
7954
+ "privacy": "protected",
7955
+ "inheritedFrom": {
7956
+ "name": "StreamBaseDatasource",
7957
+ "module": "src/datasource/base.datasource.ts"
7958
+ }
7959
+ },
7960
+ {
7961
+ "kind": "field",
7962
+ "name": "rowData",
7963
+ "type": {
7964
+ "text": "Map<string, any>"
7965
+ },
7966
+ "default": "new Map()",
7967
+ "inheritedFrom": {
7968
+ "name": "StreamBaseDatasource",
7969
+ "module": "src/datasource/base.datasource.ts"
7970
+ }
7142
7971
  }
7143
- ]
7972
+ ],
7973
+ "superclass": {
7974
+ "name": "StreamBaseDatasource",
7975
+ "module": "/src/datasource/base.datasource"
7976
+ }
7144
7977
  },
7145
7978
  {
7146
7979
  "kind": "class",
7147
7980
  "description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
7148
7981
  "name": "GridProServerSideDatasource",
7149
7982
  "members": [
7983
+ {
7984
+ "kind": "field",
7985
+ "name": "applyFuncName",
7986
+ "type": {
7987
+ "text": "string"
7988
+ },
7989
+ "privacy": "protected",
7990
+ "default": "'applyServerSideTransaction'",
7991
+ "inheritedFrom": {
7992
+ "name": "GridProBaseDatasource",
7993
+ "module": "src/datasource/base.datasource.ts"
7994
+ }
7995
+ },
7996
+ {
7997
+ "kind": "field",
7998
+ "name": "applyAsyncFuncName",
7999
+ "type": {
8000
+ "text": "string"
8001
+ },
8002
+ "privacy": "protected",
8003
+ "default": "'applyServerSideTransactionAsync'",
8004
+ "inheritedFrom": {
8005
+ "name": "GridProBaseDatasource",
8006
+ "module": "src/datasource/base.datasource.ts"
8007
+ }
8008
+ },
7150
8009
  {
7151
8010
  "kind": "method",
7152
8011
  "name": "criteriaChanged",
@@ -7191,14 +8050,6 @@
7191
8050
  },
7192
8051
  "default": "false"
7193
8052
  },
7194
- {
7195
- "kind": "field",
7196
- "name": "rowId",
7197
- "type": {
7198
- "text": "string"
7199
- },
7200
- "default": "'ROW_REF'"
7201
- },
7202
8053
  {
7203
8054
  "kind": "field",
7204
8055
  "name": "indexes",
@@ -7209,7 +8060,7 @@
7209
8060
  },
7210
8061
  {
7211
8062
  "kind": "field",
7212
- "name": "dataserverStream",
8063
+ "name": "ssrmDatasource",
7213
8064
  "type": {
7214
8065
  "text": "StreamDatasource"
7215
8066
  },
@@ -7248,15 +8099,6 @@
7248
8099
  "kind": "method",
7249
8100
  "name": "restart"
7250
8101
  },
7251
- {
7252
- "kind": "field",
7253
- "name": "agGrid",
7254
- "type": {
7255
- "text": "GridPro"
7256
- },
7257
- "privacy": "private",
7258
- "readonly": true
7259
- },
7260
8102
  {
7261
8103
  "kind": "method",
7262
8104
  "name": "clearRowData",
@@ -7285,6 +8127,14 @@
7285
8127
  "name": "params",
7286
8128
  "readonly": true
7287
8129
  },
8130
+ {
8131
+ "kind": "field",
8132
+ "name": "rowModel",
8133
+ "type": {
8134
+ "text": "IServerSideRowModel"
8135
+ },
8136
+ "readonly": true
8137
+ },
7288
8138
  {
7289
8139
  "kind": "method",
7290
8140
  "name": "createDataserverStream",
@@ -7303,21 +8153,80 @@
7303
8153
  },
7304
8154
  {
7305
8155
  "kind": "method",
7306
- "name": "getAgColumnDefs",
7307
- "privacy": "private",
7308
- "return": {
7309
- "type": {
7310
- "text": "ColDef[]"
7311
- }
7312
- },
8156
+ "name": "handleStreamDeletesTemp",
8157
+ "privacy": "private",
8158
+ "parameters": [
8159
+ {
8160
+ "name": "deletes",
8161
+ "type": {
8162
+ "text": "RowData[]"
8163
+ }
8164
+ }
8165
+ ]
8166
+ },
8167
+ {
8168
+ "kind": "method",
8169
+ "name": "getAgColumnDefs",
8170
+ "privacy": "private",
8171
+ "return": {
8172
+ "type": {
8173
+ "text": "ColDef[]"
8174
+ }
8175
+ },
8176
+ "parameters": [
8177
+ {
8178
+ "name": "fieldsMetadata",
8179
+ "type": {
8180
+ "text": "FieldMetadata[]"
8181
+ }
8182
+ }
8183
+ ]
8184
+ },
8185
+ {
8186
+ "kind": "method",
8187
+ "name": "applyTransaction",
8188
+ "privacy": "protected",
8189
+ "return": {
8190
+ "type": {
8191
+ "text": "ServerSideTransactionResult"
8192
+ }
8193
+ },
8194
+ "parameters": [
8195
+ {
8196
+ "name": "agTransaction",
8197
+ "type": {
8198
+ "text": "RowDataTransaction"
8199
+ }
8200
+ }
8201
+ ],
8202
+ "inheritedFrom": {
8203
+ "name": "GridProBaseDatasource",
8204
+ "module": "src/datasource/base.datasource.ts"
8205
+ }
8206
+ },
8207
+ {
8208
+ "kind": "method",
8209
+ "name": "applyTransactionAsync",
8210
+ "privacy": "protected",
7313
8211
  "parameters": [
7314
8212
  {
7315
- "name": "fieldsMetadata",
8213
+ "name": "agTransaction",
7316
8214
  "type": {
7317
- "text": "FieldMetadata[]"
8215
+ "text": "RowDataTransaction"
8216
+ }
8217
+ },
8218
+ {
8219
+ "name": "callback",
8220
+ "optional": true,
8221
+ "type": {
8222
+ "text": "(res: ServerSideTransactionResult) => void"
7318
8223
  }
7319
8224
  }
7320
- ]
8225
+ ],
8226
+ "inheritedFrom": {
8227
+ "name": "GridProBaseDatasource",
8228
+ "module": "src/datasource/base.datasource.ts"
8229
+ }
7321
8230
  },
7322
8231
  {
7323
8232
  "kind": "method",
@@ -7390,6 +8299,179 @@
7390
8299
  "module": "src/mixins/lifecycle/lifecycle.ts"
7391
8300
  }
7392
8301
  },
8302
+ {
8303
+ "kind": "field",
8304
+ "name": "dataSubWasLoggedOff",
8305
+ "type": {
8306
+ "text": "boolean"
8307
+ },
8308
+ "privacy": "protected",
8309
+ "default": "false",
8310
+ "inheritedFrom": {
8311
+ "name": "GridProBaseDatasource",
8312
+ "module": "src/datasource/base.datasource.ts"
8313
+ }
8314
+ },
8315
+ {
8316
+ "kind": "field",
8317
+ "name": "rowData",
8318
+ "type": {
8319
+ "text": "Map<string, any>"
8320
+ },
8321
+ "default": "new Map()",
8322
+ "inheritedFrom": {
8323
+ "name": "GridProBaseDatasource",
8324
+ "module": "src/datasource/base.datasource.ts"
8325
+ }
8326
+ },
8327
+ {
8328
+ "kind": "field",
8329
+ "name": "agTransaction",
8330
+ "type": {
8331
+ "text": "RowDataTransaction | ServerSideTransaction"
8332
+ },
8333
+ "privacy": "protected",
8334
+ "default": "{\n add: [],\n remove: [],\n update: [],\n }",
8335
+ "inheritedFrom": {
8336
+ "name": "GridProBaseDatasource",
8337
+ "module": "src/datasource/base.datasource.ts"
8338
+ }
8339
+ },
8340
+ {
8341
+ "kind": "method",
8342
+ "name": "handleStreamInserts",
8343
+ "privacy": "protected",
8344
+ "parameters": [
8345
+ {
8346
+ "name": "insertedRows",
8347
+ "type": {
8348
+ "text": "any[]"
8349
+ }
8350
+ }
8351
+ ],
8352
+ "inheritedFrom": {
8353
+ "name": "GridProBaseDatasource",
8354
+ "module": "src/datasource/base.datasource.ts"
8355
+ }
8356
+ },
8357
+ {
8358
+ "kind": "method",
8359
+ "name": "handleStreamDeletes",
8360
+ "privacy": "protected",
8361
+ "parameters": [
8362
+ {
8363
+ "name": "deletedRows",
8364
+ "type": {
8365
+ "text": "any[]"
8366
+ }
8367
+ }
8368
+ ],
8369
+ "inheritedFrom": {
8370
+ "name": "GridProBaseDatasource",
8371
+ "module": "src/datasource/base.datasource.ts"
8372
+ }
8373
+ },
8374
+ {
8375
+ "kind": "method",
8376
+ "name": "handleStreamUpdates",
8377
+ "privacy": "protected",
8378
+ "parameters": [
8379
+ {
8380
+ "name": "updatedRows",
8381
+ "type": {
8382
+ "text": "any[]"
8383
+ }
8384
+ }
8385
+ ],
8386
+ "inheritedFrom": {
8387
+ "name": "GridProBaseDatasource",
8388
+ "module": "src/datasource/base.datasource.ts"
8389
+ }
8390
+ },
8391
+ {
8392
+ "kind": "method",
8393
+ "name": "applyAllAgTransactions",
8394
+ "privacy": "protected",
8395
+ "inheritedFrom": {
8396
+ "name": "GridProBaseDatasource",
8397
+ "module": "src/datasource/base.datasource.ts"
8398
+ }
8399
+ },
8400
+ {
8401
+ "kind": "method",
8402
+ "name": "flashAddedCells",
8403
+ "privacy": "private",
8404
+ "parameters": [
8405
+ {
8406
+ "name": "rowNodes"
8407
+ }
8408
+ ],
8409
+ "inheritedFrom": {
8410
+ "name": "GridProBaseDatasource",
8411
+ "module": "src/datasource/base.datasource.ts"
8412
+ }
8413
+ },
8414
+ {
8415
+ "kind": "method",
8416
+ "name": "applyMappedAgTransaction",
8417
+ "privacy": "private",
8418
+ "parameters": [
8419
+ {
8420
+ "name": "agTransaction",
8421
+ "type": {
8422
+ "text": "RowDataTransaction"
8423
+ }
8424
+ },
8425
+ {
8426
+ "name": "operation",
8427
+ "type": {
8428
+ "text": "OperationType"
8429
+ }
8430
+ },
8431
+ {
8432
+ "name": "isAsync",
8433
+ "type": {
8434
+ "text": "boolean"
8435
+ }
8436
+ }
8437
+ ],
8438
+ "inheritedFrom": {
8439
+ "name": "GridProBaseDatasource",
8440
+ "module": "src/datasource/base.datasource.ts"
8441
+ }
8442
+ },
8443
+ {
8444
+ "kind": "method",
8445
+ "name": "mapTransaction",
8446
+ "privacy": "private",
8447
+ "parameters": [
8448
+ {
8449
+ "name": "transaction",
8450
+ "type": {
8451
+ "text": "RowDataTransaction"
8452
+ },
8453
+ "description": "The transaction data to be mapped."
8454
+ },
8455
+ {
8456
+ "name": "operations",
8457
+ "default": "Object.values(OperationType)",
8458
+ "type": {
8459
+ "text": "OperationType[]"
8460
+ },
8461
+ "description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
8462
+ }
8463
+ ],
8464
+ "description": "Maps the transaction data to the row data mapper function, if it exists.",
8465
+ "return": {
8466
+ "type": {
8467
+ "text": ""
8468
+ }
8469
+ },
8470
+ "inheritedFrom": {
8471
+ "name": "GridProBaseDatasource",
8472
+ "module": "src/datasource/base.datasource.ts"
8473
+ }
8474
+ },
7393
8475
  {
7394
8476
  "kind": "field",
7395
8477
  "name": "connect",
@@ -7397,7 +8479,7 @@
7397
8479
  "text": "Connect"
7398
8480
  },
7399
8481
  "inheritedFrom": {
7400
- "name": "GridProBaseDatasource",
8482
+ "name": "GenesisGridDatasourceElement",
7401
8483
  "module": "src/datasource/base.datasource.ts"
7402
8484
  }
7403
8485
  },
@@ -7408,7 +8490,7 @@
7408
8490
  "text": "GridOptions"
7409
8491
  },
7410
8492
  "inheritedFrom": {
7411
- "name": "GridProBaseDatasource",
8493
+ "name": "GenesisGridDatasourceElement",
7412
8494
  "module": "src/datasource/base.datasource.ts"
7413
8495
  }
7414
8496
  },
@@ -7419,7 +8501,19 @@
7419
8501
  "text": "ColumnState[]"
7420
8502
  },
7421
8503
  "inheritedFrom": {
7422
- "name": "GridProBaseDatasource",
8504
+ "name": "GenesisGridDatasourceElement",
8505
+ "module": "src/datasource/base.datasource.ts"
8506
+ }
8507
+ },
8508
+ {
8509
+ "kind": "field",
8510
+ "name": "rowDataMapper",
8511
+ "type": {
8512
+ "text": "Function"
8513
+ },
8514
+ "description": "Allows grid data updates to be processed via and external function before applying in grid",
8515
+ "inheritedFrom": {
8516
+ "name": "GenesisGridDatasourceElement",
7423
8517
  "module": "src/datasource/base.datasource.ts"
7424
8518
  }
7425
8519
  },
@@ -7430,7 +8524,7 @@
7430
8524
  "text": "string"
7431
8525
  },
7432
8526
  "inheritedFrom": {
7433
- "name": "GridProBaseDatasource",
8527
+ "name": "GenesisGridDatasourceElement",
7434
8528
  "module": "src/datasource/base.datasource.ts"
7435
8529
  }
7436
8530
  },
@@ -7441,7 +8535,7 @@
7441
8535
  "text": "string"
7442
8536
  },
7443
8537
  "inheritedFrom": {
7444
- "name": "GridProBaseDatasource",
8538
+ "name": "GenesisGridDatasourceElement",
7445
8539
  "module": "src/datasource/base.datasource.ts"
7446
8540
  }
7447
8541
  },
@@ -7453,75 +8547,136 @@
7453
8547
  },
7454
8548
  "default": "false",
7455
8549
  "inheritedFrom": {
7456
- "name": "GridProBaseDatasource",
8550
+ "name": "GenesisGridDatasourceElement",
8551
+ "module": "src/datasource/base.datasource.ts"
8552
+ }
8553
+ },
8554
+ {
8555
+ "kind": "field",
8556
+ "name": "maxRows",
8557
+ "type": {
8558
+ "text": "number"
8559
+ },
8560
+ "inheritedFrom": {
8561
+ "name": "GenesisGridDatasourceElement",
8562
+ "module": "src/datasource/base.datasource.ts"
8563
+ }
8564
+ },
8565
+ {
8566
+ "kind": "field",
8567
+ "name": "maxView",
8568
+ "type": {
8569
+ "text": "number"
8570
+ },
8571
+ "inheritedFrom": {
8572
+ "name": "GenesisGridDatasourceElement",
8573
+ "module": "src/datasource/base.datasource.ts"
8574
+ }
8575
+ },
8576
+ {
8577
+ "kind": "field",
8578
+ "name": "movingView",
8579
+ "type": {
8580
+ "text": "boolean"
8581
+ },
8582
+ "default": "false",
8583
+ "inheritedFrom": {
8584
+ "name": "GenesisGridDatasourceElement",
8585
+ "module": "src/datasource/base.datasource.ts"
8586
+ }
8587
+ },
8588
+ {
8589
+ "kind": "field",
8590
+ "name": "orderBy",
8591
+ "type": {
8592
+ "text": "string"
8593
+ },
8594
+ "inheritedFrom": {
8595
+ "name": "GenesisGridDatasourceElement",
7457
8596
  "module": "src/datasource/base.datasource.ts"
7458
8597
  }
7459
8598
  },
7460
8599
  {
7461
8600
  "kind": "field",
7462
- "name": "maxRows",
8601
+ "name": "resourceName",
7463
8602
  "type": {
7464
- "text": "number"
8603
+ "text": "string"
7465
8604
  },
7466
8605
  "inheritedFrom": {
7467
- "name": "GridProBaseDatasource",
8606
+ "name": "GenesisGridDatasourceElement",
7468
8607
  "module": "src/datasource/base.datasource.ts"
7469
8608
  }
7470
8609
  },
7471
8610
  {
7472
8611
  "kind": "field",
7473
- "name": "maxView",
8612
+ "name": "reverse",
7474
8613
  "type": {
7475
- "text": "number"
8614
+ "text": "boolean"
7476
8615
  },
8616
+ "default": "false",
7477
8617
  "inheritedFrom": {
7478
- "name": "GridProBaseDatasource",
8618
+ "name": "GenesisGridDatasourceElement",
7479
8619
  "module": "src/datasource/base.datasource.ts"
7480
8620
  }
7481
8621
  },
7482
8622
  {
7483
8623
  "kind": "field",
7484
- "name": "movingView",
7485
- "type": {
7486
- "text": "boolean"
7487
- },
7488
- "default": "false",
8624
+ "name": "rowIdAttr",
8625
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
7489
8626
  "inheritedFrom": {
7490
- "name": "GridProBaseDatasource",
8627
+ "name": "GenesisGridDatasourceElement",
7491
8628
  "module": "src/datasource/base.datasource.ts"
7492
8629
  }
7493
8630
  },
7494
8631
  {
7495
8632
  "kind": "field",
7496
- "name": "orderBy",
8633
+ "name": "rowId",
7497
8634
  "type": {
7498
8635
  "text": "string"
7499
8636
  },
8637
+ "privacy": "protected",
8638
+ "readonly": true,
7500
8639
  "inheritedFrom": {
7501
- "name": "GridProBaseDatasource",
8640
+ "name": "GenesisGridDatasourceElement",
7502
8641
  "module": "src/datasource/base.datasource.ts"
7503
8642
  }
7504
8643
  },
7505
8644
  {
7506
8645
  "kind": "field",
7507
- "name": "resourceName",
8646
+ "name": "defaultRowIdByResourceType",
7508
8647
  "type": {
7509
8648
  "text": "string"
7510
8649
  },
8650
+ "privacy": "protected",
8651
+ "readonly": true,
7511
8652
  "inheritedFrom": {
7512
- "name": "GridProBaseDatasource",
8653
+ "name": "GenesisGridDatasourceElement",
7513
8654
  "module": "src/datasource/base.datasource.ts"
7514
8655
  }
7515
8656
  },
7516
8657
  {
7517
8658
  "kind": "field",
7518
- "name": "reverse",
8659
+ "name": "isRequestServer",
7519
8660
  "type": {
7520
8661
  "text": "boolean"
7521
8662
  },
8663
+ "privacy": "protected",
7522
8664
  "default": "false",
7523
8665
  "inheritedFrom": {
7524
- "name": "GridProBaseDatasource",
8666
+ "name": "GenesisGridDatasourceElement",
8667
+ "module": "src/datasource/base.datasource.ts"
8668
+ }
8669
+ },
8670
+ {
8671
+ "kind": "field",
8672
+ "name": "agGrid",
8673
+ "type": {
8674
+ "text": "GridPro | null"
8675
+ },
8676
+ "privacy": "protected",
8677
+ "readonly": true,
8678
+ "inheritedFrom": {
8679
+ "name": "GenesisGridDatasourceElement",
7525
8680
  "module": "src/datasource/base.datasource.ts"
7526
8681
  }
7527
8682
  },
@@ -7645,18 +8800,10 @@
7645
8800
  "default": "false",
7646
8801
  "fieldName": "pagination",
7647
8802
  "inheritedFrom": {
7648
- "name": "GridProBaseDatasource",
8803
+ "name": "GenesisGridDatasourceElement",
7649
8804
  "module": "src/datasource/base.datasource.ts"
7650
8805
  }
7651
8806
  },
7652
- {
7653
- "name": "row-id",
7654
- "type": {
7655
- "text": "string"
7656
- },
7657
- "default": "'ROW_REF'",
7658
- "fieldName": "rowId"
7659
- },
7660
8807
  {
7661
8808
  "name": "criteria",
7662
8809
  "type": {
@@ -7664,7 +8811,7 @@
7664
8811
  },
7665
8812
  "fieldName": "criteria",
7666
8813
  "inheritedFrom": {
7667
- "name": "GridProBaseDatasource",
8814
+ "name": "GenesisGridDatasourceElement",
7668
8815
  "module": "src/datasource/base.datasource.ts"
7669
8816
  }
7670
8817
  },
@@ -7675,7 +8822,7 @@
7675
8822
  },
7676
8823
  "fieldName": "fields",
7677
8824
  "inheritedFrom": {
7678
- "name": "GridProBaseDatasource",
8825
+ "name": "GenesisGridDatasourceElement",
7679
8826
  "module": "src/datasource/base.datasource.ts"
7680
8827
  }
7681
8828
  },
@@ -7687,7 +8834,7 @@
7687
8834
  "default": "false",
7688
8835
  "fieldName": "isSnapshot",
7689
8836
  "inheritedFrom": {
7690
- "name": "GridProBaseDatasource",
8837
+ "name": "GenesisGridDatasourceElement",
7691
8838
  "module": "src/datasource/base.datasource.ts"
7692
8839
  }
7693
8840
  },
@@ -7698,7 +8845,7 @@
7698
8845
  },
7699
8846
  "fieldName": "maxRows",
7700
8847
  "inheritedFrom": {
7701
- "name": "GridProBaseDatasource",
8848
+ "name": "GenesisGridDatasourceElement",
7702
8849
  "module": "src/datasource/base.datasource.ts"
7703
8850
  }
7704
8851
  },
@@ -7709,7 +8856,7 @@
7709
8856
  },
7710
8857
  "fieldName": "maxView",
7711
8858
  "inheritedFrom": {
7712
- "name": "GridProBaseDatasource",
8859
+ "name": "GenesisGridDatasourceElement",
7713
8860
  "module": "src/datasource/base.datasource.ts"
7714
8861
  }
7715
8862
  },
@@ -7721,7 +8868,7 @@
7721
8868
  "default": "false",
7722
8869
  "fieldName": "movingView",
7723
8870
  "inheritedFrom": {
7724
- "name": "GridProBaseDatasource",
8871
+ "name": "GenesisGridDatasourceElement",
7725
8872
  "module": "src/datasource/base.datasource.ts"
7726
8873
  }
7727
8874
  },
@@ -7732,7 +8879,7 @@
7732
8879
  },
7733
8880
  "fieldName": "orderBy",
7734
8881
  "inheritedFrom": {
7735
- "name": "GridProBaseDatasource",
8882
+ "name": "GenesisGridDatasourceElement",
7736
8883
  "module": "src/datasource/base.datasource.ts"
7737
8884
  }
7738
8885
  },
@@ -7743,7 +8890,16 @@
7743
8890
  },
7744
8891
  "fieldName": "resourceName",
7745
8892
  "inheritedFrom": {
7746
- "name": "GridProBaseDatasource",
8893
+ "name": "GenesisGridDatasourceElement",
8894
+ "module": "src/datasource/base.datasource.ts"
8895
+ }
8896
+ },
8897
+ {
8898
+ "name": "row-id",
8899
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
8900
+ "fieldName": "rowIdAttr",
8901
+ "inheritedFrom": {
8902
+ "name": "GenesisGridDatasourceElement",
7747
8903
  "module": "src/datasource/base.datasource.ts"
7748
8904
  }
7749
8905
  }
@@ -8173,6 +9329,32 @@
8173
9329
  "text": "Datasource"
8174
9330
  }
8175
9331
  },
9332
+ {
9333
+ "kind": "field",
9334
+ "name": "applyFuncName",
9335
+ "type": {
9336
+ "text": "string"
9337
+ },
9338
+ "privacy": "protected",
9339
+ "default": "'applyTransaction'",
9340
+ "inheritedFrom": {
9341
+ "name": "GridProBaseDatasource",
9342
+ "module": "src/datasource/base.datasource.ts"
9343
+ }
9344
+ },
9345
+ {
9346
+ "kind": "field",
9347
+ "name": "applyAsyncFuncName",
9348
+ "type": {
9349
+ "text": "string"
9350
+ },
9351
+ "privacy": "protected",
9352
+ "default": "'applyTransactionAsync'",
9353
+ "inheritedFrom": {
9354
+ "name": "GridProBaseDatasource",
9355
+ "module": "src/datasource/base.datasource.ts"
9356
+ }
9357
+ },
8176
9358
  {
8177
9359
  "kind": "method",
8178
9360
  "name": "criteriaChanged",
@@ -8231,11 +9413,6 @@
8231
9413
  }
8232
9414
  ]
8233
9415
  },
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
9416
  {
8240
9417
  "kind": "field",
8241
9418
  "name": "restartOnReconnection",
@@ -8244,14 +9421,6 @@
8244
9421
  },
8245
9422
  "default": "false"
8246
9423
  },
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
9424
  {
8256
9425
  "kind": "field",
8257
9426
  "name": "dataSub",
@@ -8276,15 +9445,6 @@
8276
9445
  },
8277
9446
  "privacy": "private"
8278
9447
  },
8279
- {
8280
- "kind": "field",
8281
- "name": "isRequestServer",
8282
- "type": {
8283
- "text": "boolean"
8284
- },
8285
- "privacy": "private",
8286
- "default": "false"
8287
- },
8288
9448
  {
8289
9449
  "kind": "field",
8290
9450
  "name": "requiresFullRowDataAndColDefs",
@@ -8294,32 +9454,6 @@
8294
9454
  "privacy": "private",
8295
9455
  "default": "true"
8296
9456
  },
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
9457
  {
8324
9458
  "kind": "field",
8325
9459
  "name": "sourceRef",
@@ -8359,24 +9493,6 @@
8359
9493
  "module": "src/mixins/lifecycle/lifecycle.ts"
8360
9494
  }
8361
9495
  },
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
9496
  {
8381
9497
  "kind": "method",
8382
9498
  "name": "init",
@@ -8406,178 +9522,71 @@
8406
9522
  "kind": "method",
8407
9523
  "name": "refreshRows",
8408
9524
  "description": "Force the grid to redispatch the current rows"
8409
- },
8410
- {
8411
- "kind": "method",
8412
- "name": "handleSnapshot",
8413
- "privacy": "private",
8414
- "parameters": [
8415
- {
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
- },
9525
+ },
9526
+ {
9527
+ "kind": "method",
9528
+ "name": "handleSnapshot",
9529
+ "privacy": "private",
9530
+ "parameters": [
8510
9531
  {
8511
- "name": "isAsync",
8512
- "type": {
8513
- "text": "boolean"
8514
- }
9532
+ "name": "result"
8515
9533
  }
8516
9534
  ]
8517
9535
  },
8518
9536
  {
8519
9537
  "kind": "method",
8520
- "name": "mapTransaction",
8521
- "privacy": "private",
9538
+ "name": "handleErrors",
8522
9539
  "parameters": [
8523
9540
  {
8524
- "name": "transaction",
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'."
9541
+ "name": "result"
8537
9542
  }
8538
- ],
8539
- "description": "Maps the transaction data to the row data mapper function, if it exists.",
9543
+ ]
9544
+ },
9545
+ {
9546
+ "kind": "method",
9547
+ "name": "datasourceOptions",
9548
+ "privacy": "private",
8540
9549
  "return": {
8541
9550
  "type": {
8542
- "text": ""
9551
+ "text": "DatasourceOptions"
8543
9552
  }
8544
9553
  }
8545
9554
  },
8546
9555
  {
8547
9556
  "kind": "method",
8548
- "name": "handleStreamInserts",
9557
+ "name": "handleStreamResult",
8549
9558
  "privacy": "private",
8550
9559
  "parameters": [
8551
9560
  {
8552
- "name": "insertedRows",
9561
+ "name": "result",
8553
9562
  "type": {
8554
- "text": "any[]"
9563
+ "text": "FilteredDataServerResult | RequestServerResult"
8555
9564
  }
8556
9565
  }
8557
9566
  ]
8558
9567
  },
8559
9568
  {
8560
9569
  "kind": "method",
8561
- "name": "handleStreamDeletes",
9570
+ "name": "applyRequestServerData",
8562
9571
  "privacy": "private",
8563
9572
  "parameters": [
8564
9573
  {
8565
- "name": "deletedRows",
9574
+ "name": "requestServerResult",
8566
9575
  "type": {
8567
- "text": "any[]"
9576
+ "text": "RequestServerResult"
8568
9577
  }
8569
9578
  }
8570
9579
  ]
8571
9580
  },
8572
9581
  {
8573
9582
  "kind": "method",
8574
- "name": "handleStreamUpdates",
9583
+ "name": "applyDataserverData",
8575
9584
  "privacy": "private",
8576
9585
  "parameters": [
8577
9586
  {
8578
- "name": "updatedRows",
9587
+ "name": "dataServerResult",
8579
9588
  "type": {
8580
- "text": "any[]"
9589
+ "text": "FilteredDataServerResult"
8581
9590
  }
8582
9591
  }
8583
9592
  ]
@@ -8637,6 +9646,57 @@
8637
9646
  }
8638
9647
  ]
8639
9648
  },
9649
+ {
9650
+ "kind": "method",
9651
+ "name": "applyTransaction",
9652
+ "privacy": "protected",
9653
+ "return": {
9654
+ "type": {
9655
+ "text": "RowNodeTransaction | null | undefined"
9656
+ }
9657
+ },
9658
+ "parameters": [
9659
+ {
9660
+ "name": "agTransaction",
9661
+ "type": {
9662
+ "text": "RowDataTransaction"
9663
+ }
9664
+ }
9665
+ ],
9666
+ "inheritedFrom": {
9667
+ "name": "GridProBaseDatasource",
9668
+ "module": "src/datasource/base.datasource.ts"
9669
+ }
9670
+ },
9671
+ {
9672
+ "kind": "method",
9673
+ "name": "applyTransactionAsync",
9674
+ "privacy": "protected",
9675
+ "parameters": [
9676
+ {
9677
+ "name": "agTransaction",
9678
+ "type": {
9679
+ "text": "RowDataTransaction"
9680
+ }
9681
+ },
9682
+ {
9683
+ "name": "callback",
9684
+ "optional": true,
9685
+ "type": {
9686
+ "text": "(res: RowNodeTransaction) => void"
9687
+ }
9688
+ }
9689
+ ],
9690
+ "return": {
9691
+ "type": {
9692
+ "text": "void"
9693
+ }
9694
+ },
9695
+ "inheritedFrom": {
9696
+ "name": "GridProBaseDatasource",
9697
+ "module": "src/datasource/base.datasource.ts"
9698
+ }
9699
+ },
8640
9700
  {
8641
9701
  "kind": "method",
8642
9702
  "name": "cloneNode",
@@ -8680,32 +9740,205 @@
8680
9740
  "type": {
8681
9741
  "text": ""
8682
9742
  }
8683
- },
8684
- "readonly": true,
9743
+ },
9744
+ "readonly": true,
9745
+ "inheritedFrom": {
9746
+ "name": "LifecycleMixin",
9747
+ "module": "src/mixins/lifecycle/lifecycle.ts"
9748
+ }
9749
+ },
9750
+ {
9751
+ "kind": "method",
9752
+ "name": "#_blockLifecycleDueToTokenChange",
9753
+ "return": {
9754
+ "type": {
9755
+ "text": "boolean"
9756
+ }
9757
+ },
9758
+ "parameters": [
9759
+ {
9760
+ "name": "lifecycleType",
9761
+ "type": {
9762
+ "text": "Lifecycletype"
9763
+ }
9764
+ }
9765
+ ],
9766
+ "inheritedFrom": {
9767
+ "name": "LifecycleMixin",
9768
+ "module": "src/mixins/lifecycle/lifecycle.ts"
9769
+ }
9770
+ },
9771
+ {
9772
+ "kind": "field",
9773
+ "name": "dataSubWasLoggedOff",
9774
+ "type": {
9775
+ "text": "boolean"
9776
+ },
9777
+ "privacy": "protected",
9778
+ "default": "false",
9779
+ "inheritedFrom": {
9780
+ "name": "GridProBaseDatasource",
9781
+ "module": "src/datasource/base.datasource.ts"
9782
+ }
9783
+ },
9784
+ {
9785
+ "kind": "field",
9786
+ "name": "rowData",
9787
+ "type": {
9788
+ "text": "Map<string, any>"
9789
+ },
9790
+ "default": "new Map()",
9791
+ "inheritedFrom": {
9792
+ "name": "GridProBaseDatasource",
9793
+ "module": "src/datasource/base.datasource.ts"
9794
+ }
9795
+ },
9796
+ {
9797
+ "kind": "field",
9798
+ "name": "agTransaction",
9799
+ "type": {
9800
+ "text": "RowDataTransaction | ServerSideTransaction"
9801
+ },
9802
+ "privacy": "protected",
9803
+ "default": "{\n add: [],\n remove: [],\n update: [],\n }",
9804
+ "inheritedFrom": {
9805
+ "name": "GridProBaseDatasource",
9806
+ "module": "src/datasource/base.datasource.ts"
9807
+ }
9808
+ },
9809
+ {
9810
+ "kind": "method",
9811
+ "name": "handleStreamInserts",
9812
+ "privacy": "protected",
9813
+ "parameters": [
9814
+ {
9815
+ "name": "insertedRows",
9816
+ "type": {
9817
+ "text": "any[]"
9818
+ }
9819
+ }
9820
+ ],
9821
+ "inheritedFrom": {
9822
+ "name": "GridProBaseDatasource",
9823
+ "module": "src/datasource/base.datasource.ts"
9824
+ }
9825
+ },
9826
+ {
9827
+ "kind": "method",
9828
+ "name": "handleStreamDeletes",
9829
+ "privacy": "protected",
9830
+ "parameters": [
9831
+ {
9832
+ "name": "deletedRows",
9833
+ "type": {
9834
+ "text": "any[]"
9835
+ }
9836
+ }
9837
+ ],
9838
+ "inheritedFrom": {
9839
+ "name": "GridProBaseDatasource",
9840
+ "module": "src/datasource/base.datasource.ts"
9841
+ }
9842
+ },
9843
+ {
9844
+ "kind": "method",
9845
+ "name": "handleStreamUpdates",
9846
+ "privacy": "protected",
9847
+ "parameters": [
9848
+ {
9849
+ "name": "updatedRows",
9850
+ "type": {
9851
+ "text": "any[]"
9852
+ }
9853
+ }
9854
+ ],
9855
+ "inheritedFrom": {
9856
+ "name": "GridProBaseDatasource",
9857
+ "module": "src/datasource/base.datasource.ts"
9858
+ }
9859
+ },
9860
+ {
9861
+ "kind": "method",
9862
+ "name": "applyAllAgTransactions",
9863
+ "privacy": "protected",
9864
+ "inheritedFrom": {
9865
+ "name": "GridProBaseDatasource",
9866
+ "module": "src/datasource/base.datasource.ts"
9867
+ }
9868
+ },
9869
+ {
9870
+ "kind": "method",
9871
+ "name": "flashAddedCells",
9872
+ "privacy": "private",
9873
+ "parameters": [
9874
+ {
9875
+ "name": "rowNodes"
9876
+ }
9877
+ ],
9878
+ "inheritedFrom": {
9879
+ "name": "GridProBaseDatasource",
9880
+ "module": "src/datasource/base.datasource.ts"
9881
+ }
9882
+ },
9883
+ {
9884
+ "kind": "method",
9885
+ "name": "applyMappedAgTransaction",
9886
+ "privacy": "private",
9887
+ "parameters": [
9888
+ {
9889
+ "name": "agTransaction",
9890
+ "type": {
9891
+ "text": "RowDataTransaction"
9892
+ }
9893
+ },
9894
+ {
9895
+ "name": "operation",
9896
+ "type": {
9897
+ "text": "OperationType"
9898
+ }
9899
+ },
9900
+ {
9901
+ "name": "isAsync",
9902
+ "type": {
9903
+ "text": "boolean"
9904
+ }
9905
+ }
9906
+ ],
8685
9907
  "inheritedFrom": {
8686
- "name": "LifecycleMixin",
8687
- "module": "src/mixins/lifecycle/lifecycle.ts"
9908
+ "name": "GridProBaseDatasource",
9909
+ "module": "src/datasource/base.datasource.ts"
8688
9910
  }
8689
9911
  },
8690
9912
  {
8691
9913
  "kind": "method",
8692
- "name": "#_blockLifecycleDueToTokenChange",
8693
- "return": {
8694
- "type": {
8695
- "text": "boolean"
8696
- }
8697
- },
9914
+ "name": "mapTransaction",
9915
+ "privacy": "private",
8698
9916
  "parameters": [
8699
9917
  {
8700
- "name": "lifecycleType",
9918
+ "name": "transaction",
8701
9919
  "type": {
8702
- "text": "Lifecycletype"
8703
- }
9920
+ "text": "RowDataTransaction"
9921
+ },
9922
+ "description": "The transaction data to be mapped."
9923
+ },
9924
+ {
9925
+ "name": "operations",
9926
+ "default": "Object.values(OperationType)",
9927
+ "type": {
9928
+ "text": "OperationType[]"
9929
+ },
9930
+ "description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
8704
9931
  }
8705
9932
  ],
9933
+ "description": "Maps the transaction data to the row data mapper function, if it exists.",
9934
+ "return": {
9935
+ "type": {
9936
+ "text": ""
9937
+ }
9938
+ },
8706
9939
  "inheritedFrom": {
8707
- "name": "LifecycleMixin",
8708
- "module": "src/mixins/lifecycle/lifecycle.ts"
9940
+ "name": "GridProBaseDatasource",
9941
+ "module": "src/datasource/base.datasource.ts"
8709
9942
  }
8710
9943
  },
8711
9944
  {
@@ -8715,7 +9948,7 @@
8715
9948
  "text": "Connect"
8716
9949
  },
8717
9950
  "inheritedFrom": {
8718
- "name": "GridProBaseDatasource",
9951
+ "name": "GenesisGridDatasourceElement",
8719
9952
  "module": "src/datasource/base.datasource.ts"
8720
9953
  }
8721
9954
  },
@@ -8726,7 +9959,7 @@
8726
9959
  "text": "GridOptions"
8727
9960
  },
8728
9961
  "inheritedFrom": {
8729
- "name": "GridProBaseDatasource",
9962
+ "name": "GenesisGridDatasourceElement",
8730
9963
  "module": "src/datasource/base.datasource.ts"
8731
9964
  }
8732
9965
  },
@@ -8737,7 +9970,19 @@
8737
9970
  "text": "ColumnState[]"
8738
9971
  },
8739
9972
  "inheritedFrom": {
8740
- "name": "GridProBaseDatasource",
9973
+ "name": "GenesisGridDatasourceElement",
9974
+ "module": "src/datasource/base.datasource.ts"
9975
+ }
9976
+ },
9977
+ {
9978
+ "kind": "field",
9979
+ "name": "rowDataMapper",
9980
+ "type": {
9981
+ "text": "Function"
9982
+ },
9983
+ "description": "Allows grid data updates to be processed via and external function before applying in grid",
9984
+ "inheritedFrom": {
9985
+ "name": "GenesisGridDatasourceElement",
8741
9986
  "module": "src/datasource/base.datasource.ts"
8742
9987
  }
8743
9988
  },
@@ -8748,7 +9993,7 @@
8748
9993
  "text": "string"
8749
9994
  },
8750
9995
  "inheritedFrom": {
8751
- "name": "GridProBaseDatasource",
9996
+ "name": "GenesisGridDatasourceElement",
8752
9997
  "module": "src/datasource/base.datasource.ts"
8753
9998
  }
8754
9999
  },
@@ -8759,7 +10004,7 @@
8759
10004
  "text": "string"
8760
10005
  },
8761
10006
  "inheritedFrom": {
8762
- "name": "GridProBaseDatasource",
10007
+ "name": "GenesisGridDatasourceElement",
8763
10008
  "module": "src/datasource/base.datasource.ts"
8764
10009
  }
8765
10010
  },
@@ -8771,7 +10016,7 @@
8771
10016
  },
8772
10017
  "default": "false",
8773
10018
  "inheritedFrom": {
8774
- "name": "GridProBaseDatasource",
10019
+ "name": "GenesisGridDatasourceElement",
8775
10020
  "module": "src/datasource/base.datasource.ts"
8776
10021
  }
8777
10022
  },
@@ -8782,7 +10027,7 @@
8782
10027
  "text": "number"
8783
10028
  },
8784
10029
  "inheritedFrom": {
8785
- "name": "GridProBaseDatasource",
10030
+ "name": "GenesisGridDatasourceElement",
8786
10031
  "module": "src/datasource/base.datasource.ts"
8787
10032
  }
8788
10033
  },
@@ -8793,7 +10038,7 @@
8793
10038
  "text": "number"
8794
10039
  },
8795
10040
  "inheritedFrom": {
8796
- "name": "GridProBaseDatasource",
10041
+ "name": "GenesisGridDatasourceElement",
8797
10042
  "module": "src/datasource/base.datasource.ts"
8798
10043
  }
8799
10044
  },
@@ -8805,7 +10050,7 @@
8805
10050
  },
8806
10051
  "default": "false",
8807
10052
  "inheritedFrom": {
8808
- "name": "GridProBaseDatasource",
10053
+ "name": "GenesisGridDatasourceElement",
8809
10054
  "module": "src/datasource/base.datasource.ts"
8810
10055
  }
8811
10056
  },
@@ -8816,7 +10061,7 @@
8816
10061
  "text": "string"
8817
10062
  },
8818
10063
  "inheritedFrom": {
8819
- "name": "GridProBaseDatasource",
10064
+ "name": "GenesisGridDatasourceElement",
8820
10065
  "module": "src/datasource/base.datasource.ts"
8821
10066
  }
8822
10067
  },
@@ -8827,7 +10072,7 @@
8827
10072
  "text": "string"
8828
10073
  },
8829
10074
  "inheritedFrom": {
8830
- "name": "GridProBaseDatasource",
10075
+ "name": "GenesisGridDatasourceElement",
8831
10076
  "module": "src/datasource/base.datasource.ts"
8832
10077
  }
8833
10078
  },
@@ -8839,7 +10084,68 @@
8839
10084
  },
8840
10085
  "default": "false",
8841
10086
  "inheritedFrom": {
8842
- "name": "GridProBaseDatasource",
10087
+ "name": "GenesisGridDatasourceElement",
10088
+ "module": "src/datasource/base.datasource.ts"
10089
+ }
10090
+ },
10091
+ {
10092
+ "kind": "field",
10093
+ "name": "rowIdAttr",
10094
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
10095
+ "inheritedFrom": {
10096
+ "name": "GenesisGridDatasourceElement",
10097
+ "module": "src/datasource/base.datasource.ts"
10098
+ }
10099
+ },
10100
+ {
10101
+ "kind": "field",
10102
+ "name": "rowId",
10103
+ "type": {
10104
+ "text": "string"
10105
+ },
10106
+ "privacy": "protected",
10107
+ "readonly": true,
10108
+ "inheritedFrom": {
10109
+ "name": "GenesisGridDatasourceElement",
10110
+ "module": "src/datasource/base.datasource.ts"
10111
+ }
10112
+ },
10113
+ {
10114
+ "kind": "field",
10115
+ "name": "defaultRowIdByResourceType",
10116
+ "type": {
10117
+ "text": "string"
10118
+ },
10119
+ "privacy": "protected",
10120
+ "readonly": true,
10121
+ "inheritedFrom": {
10122
+ "name": "GenesisGridDatasourceElement",
10123
+ "module": "src/datasource/base.datasource.ts"
10124
+ }
10125
+ },
10126
+ {
10127
+ "kind": "field",
10128
+ "name": "isRequestServer",
10129
+ "type": {
10130
+ "text": "boolean"
10131
+ },
10132
+ "privacy": "protected",
10133
+ "default": "false",
10134
+ "inheritedFrom": {
10135
+ "name": "GenesisGridDatasourceElement",
10136
+ "module": "src/datasource/base.datasource.ts"
10137
+ }
10138
+ },
10139
+ {
10140
+ "kind": "field",
10141
+ "name": "agGrid",
10142
+ "type": {
10143
+ "text": "GridPro | null"
10144
+ },
10145
+ "privacy": "protected",
10146
+ "readonly": true,
10147
+ "inheritedFrom": {
10148
+ "name": "GenesisGridDatasourceElement",
8843
10149
  "module": "src/datasource/base.datasource.ts"
8844
10150
  }
8845
10151
  },
@@ -8971,11 +10277,6 @@
8971
10277
  "default": "false",
8972
10278
  "fieldName": "disablePolling"
8973
10279
  },
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
10280
  {
8980
10281
  "name": "restart-on-reconnection",
8981
10282
  "type": {
@@ -8991,7 +10292,7 @@
8991
10292
  },
8992
10293
  "fieldName": "criteria",
8993
10294
  "inheritedFrom": {
8994
- "name": "GridProBaseDatasource",
10295
+ "name": "GenesisGridDatasourceElement",
8995
10296
  "module": "src/datasource/base.datasource.ts"
8996
10297
  }
8997
10298
  },
@@ -9002,7 +10303,7 @@
9002
10303
  },
9003
10304
  "fieldName": "fields",
9004
10305
  "inheritedFrom": {
9005
- "name": "GridProBaseDatasource",
10306
+ "name": "GenesisGridDatasourceElement",
9006
10307
  "module": "src/datasource/base.datasource.ts"
9007
10308
  }
9008
10309
  },
@@ -9014,7 +10315,7 @@
9014
10315
  "default": "false",
9015
10316
  "fieldName": "isSnapshot",
9016
10317
  "inheritedFrom": {
9017
- "name": "GridProBaseDatasource",
10318
+ "name": "GenesisGridDatasourceElement",
9018
10319
  "module": "src/datasource/base.datasource.ts"
9019
10320
  }
9020
10321
  },
@@ -9025,7 +10326,7 @@
9025
10326
  },
9026
10327
  "fieldName": "maxRows",
9027
10328
  "inheritedFrom": {
9028
- "name": "GridProBaseDatasource",
10329
+ "name": "GenesisGridDatasourceElement",
9029
10330
  "module": "src/datasource/base.datasource.ts"
9030
10331
  }
9031
10332
  },
@@ -9036,7 +10337,7 @@
9036
10337
  },
9037
10338
  "fieldName": "maxView",
9038
10339
  "inheritedFrom": {
9039
- "name": "GridProBaseDatasource",
10340
+ "name": "GenesisGridDatasourceElement",
9040
10341
  "module": "src/datasource/base.datasource.ts"
9041
10342
  }
9042
10343
  },
@@ -9048,7 +10349,7 @@
9048
10349
  "default": "false",
9049
10350
  "fieldName": "movingView",
9050
10351
  "inheritedFrom": {
9051
- "name": "GridProBaseDatasource",
10352
+ "name": "GenesisGridDatasourceElement",
9052
10353
  "module": "src/datasource/base.datasource.ts"
9053
10354
  }
9054
10355
  },
@@ -9059,7 +10360,7 @@
9059
10360
  },
9060
10361
  "fieldName": "orderBy",
9061
10362
  "inheritedFrom": {
9062
- "name": "GridProBaseDatasource",
10363
+ "name": "GenesisGridDatasourceElement",
9063
10364
  "module": "src/datasource/base.datasource.ts"
9064
10365
  }
9065
10366
  },
@@ -9070,7 +10371,7 @@
9070
10371
  },
9071
10372
  "fieldName": "resourceName",
9072
10373
  "inheritedFrom": {
9073
- "name": "GridProBaseDatasource",
10374
+ "name": "GenesisGridDatasourceElement",
9074
10375
  "module": "src/datasource/base.datasource.ts"
9075
10376
  }
9076
10377
  },
@@ -9081,7 +10382,16 @@
9081
10382
  "default": "false",
9082
10383
  "fieldName": "reverse",
9083
10384
  "inheritedFrom": {
9084
- "name": "GridProBaseDatasource",
10385
+ "name": "GenesisGridDatasourceElement",
10386
+ "module": "src/datasource/base.datasource.ts"
10387
+ }
10388
+ },
10389
+ {
10390
+ "name": "row-id",
10391
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
10392
+ "fieldName": "rowIdAttr",
10393
+ "inheritedFrom": {
10394
+ "name": "GenesisGridDatasourceElement",
9085
10395
  "module": "src/datasource/base.datasource.ts"
9086
10396
  }
9087
10397
  }
@@ -9190,60 +10500,6 @@
9190
10500
  }
9191
10501
  ]
9192
10502
  },
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
10503
  {
9248
10504
  "kind": "javascript-module",
9249
10505
  "path": "src/utils/array.ts",
@@ -9364,6 +10620,60 @@
9364
10620
  }
9365
10621
  ]
9366
10622
  },
10623
+ {
10624
+ "kind": "javascript-module",
10625
+ "path": "src/cell-renderers/utils/accessor.ts",
10626
+ "declarations": [
10627
+ {
10628
+ "kind": "function",
10629
+ "name": "setValueWithAccessor",
10630
+ "return": {
10631
+ "type": {
10632
+ "text": "string"
10633
+ }
10634
+ },
10635
+ "parameters": [
10636
+ {
10637
+ "name": "data",
10638
+ "type": {
10639
+ "text": "any"
10640
+ }
10641
+ },
10642
+ {
10643
+ "name": "accessor",
10644
+ "type": {
10645
+ "text": "string"
10646
+ }
10647
+ }
10648
+ ]
10649
+ }
10650
+ ],
10651
+ "exports": [
10652
+ {
10653
+ "kind": "js",
10654
+ "name": "setValueWithAccessor",
10655
+ "declaration": {
10656
+ "name": "setValueWithAccessor",
10657
+ "module": "src/cell-renderers/utils/accessor.ts"
10658
+ }
10659
+ }
10660
+ ]
10661
+ },
10662
+ {
10663
+ "kind": "javascript-module",
10664
+ "path": "src/cell-renderers/utils/index.ts",
10665
+ "declarations": [],
10666
+ "exports": [
10667
+ {
10668
+ "kind": "js",
10669
+ "name": "*",
10670
+ "declaration": {
10671
+ "name": "*",
10672
+ "package": "./accessor"
10673
+ }
10674
+ }
10675
+ ]
10676
+ },
9367
10677
  {
9368
10678
  "kind": "javascript-module",
9369
10679
  "path": "src/column/utils/grid-pro-columns.ts",