@genesislcap/grid-tabulator 14.428.0 → 14.428.1-GENC-1247.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1440 -1440
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -1657,365 +1657,452 @@
|
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
1659
|
"kind": "javascript-module",
|
|
1660
|
-
"path": "src/cell-
|
|
1660
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
1661
1661
|
"declarations": [
|
|
1662
1662
|
{
|
|
1663
|
-
"kind": "
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
"text": "DateEditorParams"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1663
|
+
"kind": "function",
|
|
1664
|
+
"name": "actionFormatter",
|
|
1665
|
+
"return": {
|
|
1666
|
+
"type": {
|
|
1667
|
+
"text": ""
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"parameters": [
|
|
1674
1671
|
{
|
|
1675
|
-
"
|
|
1676
|
-
"name": "dateField",
|
|
1672
|
+
"name": "cell",
|
|
1677
1673
|
"type": {
|
|
1678
1674
|
"text": "any"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"kind": "method",
|
|
1683
|
-
"name": "init",
|
|
1684
|
-
"parameters": [
|
|
1685
|
-
{
|
|
1686
|
-
"name": "params",
|
|
1687
|
-
"type": {
|
|
1688
|
-
"text": "DateEditorParams"
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
],
|
|
1692
|
-
"description": "Initialize the editor with parameters"
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "method",
|
|
1696
|
-
"name": "getValue",
|
|
1697
|
-
"description": "Get current value"
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"kind": "method",
|
|
1701
|
-
"name": "getFormattedValue",
|
|
1702
|
-
"description": "Format value for display"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"kind": "method",
|
|
1706
|
-
"name": "focus",
|
|
1707
|
-
"description": "Set focus to the input"
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"kind": "method",
|
|
1711
|
-
"name": "handleKeyDown",
|
|
1712
|
-
"parameters": [
|
|
1713
|
-
{
|
|
1714
|
-
"name": "event",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"text": "KeyboardEvent"
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
],
|
|
1720
|
-
"description": "Process key down events"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "field",
|
|
1724
|
-
"name": "_presentation",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1727
|
-
},
|
|
1728
|
-
"privacy": "private",
|
|
1729
|
-
"default": "void 0",
|
|
1730
|
-
"inheritedFrom": {
|
|
1731
|
-
"name": "FoundationElement",
|
|
1732
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"kind": "field",
|
|
1737
|
-
"name": "$presentation",
|
|
1738
|
-
"type": {
|
|
1739
|
-
"text": "ComponentPresentation | null"
|
|
1740
|
-
},
|
|
1741
|
-
"privacy": "public",
|
|
1742
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1743
|
-
"inheritedFrom": {
|
|
1744
|
-
"name": "FoundationElement",
|
|
1745
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
"kind": "field",
|
|
1750
|
-
"name": "template",
|
|
1751
|
-
"type": {
|
|
1752
|
-
"text": "ElementViewTemplate | void | null"
|
|
1753
|
-
},
|
|
1754
|
-
"privacy": "public",
|
|
1755
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1756
|
-
"inheritedFrom": {
|
|
1757
|
-
"name": "FoundationElement",
|
|
1758
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"kind": "method",
|
|
1763
|
-
"name": "templateChanged",
|
|
1764
|
-
"privacy": "protected",
|
|
1765
|
-
"return": {
|
|
1766
|
-
"type": {
|
|
1767
|
-
"text": "void"
|
|
1768
|
-
}
|
|
1769
1675
|
},
|
|
1770
|
-
"
|
|
1771
|
-
"name": "FoundationElement",
|
|
1772
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1773
|
-
}
|
|
1676
|
+
"description": "The cell component provided by Tabulator"
|
|
1774
1677
|
},
|
|
1775
1678
|
{
|
|
1776
|
-
"
|
|
1777
|
-
"
|
|
1679
|
+
"name": "formatterParams",
|
|
1680
|
+
"default": "{}",
|
|
1778
1681
|
"type": {
|
|
1779
|
-
"text": "
|
|
1780
|
-
},
|
|
1781
|
-
"privacy": "public",
|
|
1782
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1783
|
-
"inheritedFrom": {
|
|
1784
|
-
"name": "FoundationElement",
|
|
1785
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"kind": "method",
|
|
1790
|
-
"name": "stylesChanged",
|
|
1791
|
-
"privacy": "protected",
|
|
1792
|
-
"return": {
|
|
1793
|
-
"type": {
|
|
1794
|
-
"text": "void"
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
"inheritedFrom": {
|
|
1798
|
-
"name": "FoundationElement",
|
|
1799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "method",
|
|
1804
|
-
"name": "compose",
|
|
1805
|
-
"privacy": "public",
|
|
1806
|
-
"static": true,
|
|
1807
|
-
"return": {
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1810
|
-
}
|
|
1682
|
+
"text": "ActionFormatterParams<T>"
|
|
1811
1683
|
},
|
|
1812
|
-
"
|
|
1813
|
-
{
|
|
1814
|
-
"name": "this",
|
|
1815
|
-
"type": {
|
|
1816
|
-
"text": "K"
|
|
1817
|
-
}
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "elementDefinition",
|
|
1821
|
-
"type": {
|
|
1822
|
-
"text": "T"
|
|
1823
|
-
},
|
|
1824
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1825
|
-
}
|
|
1826
|
-
],
|
|
1827
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1828
|
-
"inheritedFrom": {
|
|
1829
|
-
"name": "FoundationElement",
|
|
1830
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1831
|
-
}
|
|
1684
|
+
"description": "Action formatter parameters"
|
|
1832
1685
|
}
|
|
1833
1686
|
],
|
|
1834
|
-
"
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1687
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1688
|
+
"privacy": "public"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"exports": [
|
|
1839
1692
|
{
|
|
1840
|
-
"kind": "
|
|
1841
|
-
"name": "
|
|
1842
|
-
"
|
|
1843
|
-
|
|
1844
|
-
|
|
1693
|
+
"kind": "js",
|
|
1694
|
+
"name": "actionFormatter",
|
|
1695
|
+
"declaration": {
|
|
1696
|
+
"name": "actionFormatter",
|
|
1697
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "javascript-module",
|
|
1704
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1705
|
+
"declarations": [
|
|
1845
1706
|
{
|
|
1846
1707
|
"kind": "function",
|
|
1847
|
-
"name": "
|
|
1848
|
-
"parameters": [
|
|
1849
|
-
{
|
|
1850
|
-
"name": "prefix",
|
|
1851
|
-
"default": "'foundation'",
|
|
1852
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1853
|
-
}
|
|
1854
|
-
],
|
|
1855
|
-
"description": "Get a Design System prefixed date field template.",
|
|
1708
|
+
"name": "actionsMenuFormatter",
|
|
1856
1709
|
"return": {
|
|
1857
1710
|
"type": {
|
|
1858
1711
|
"text": ""
|
|
1859
1712
|
}
|
|
1860
1713
|
},
|
|
1714
|
+
"parameters": [
|
|
1715
|
+
{
|
|
1716
|
+
"name": "cell",
|
|
1717
|
+
"type": {
|
|
1718
|
+
"text": "any"
|
|
1719
|
+
},
|
|
1720
|
+
"description": "The cell component provided by Tabulator"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"name": "formatterParams",
|
|
1724
|
+
"default": "{}",
|
|
1725
|
+
"type": {
|
|
1726
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
1727
|
+
},
|
|
1728
|
+
"description": "Actions menu formatter parameters"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1861
1732
|
"privacy": "public"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "variable",
|
|
1865
|
-
"name": "foundationDateEditor",
|
|
1866
|
-
"description": "Definition for the date editor component"
|
|
1867
1733
|
}
|
|
1868
1734
|
],
|
|
1869
1735
|
"exports": [
|
|
1870
1736
|
{
|
|
1871
1737
|
"kind": "js",
|
|
1872
|
-
"name": "
|
|
1738
|
+
"name": "actionsMenuFormatter",
|
|
1873
1739
|
"declaration": {
|
|
1874
|
-
"name": "
|
|
1875
|
-
"module": "src/cell-
|
|
1740
|
+
"name": "actionsMenuFormatter",
|
|
1741
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1876
1742
|
}
|
|
1877
|
-
}
|
|
1743
|
+
}
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "javascript-module",
|
|
1748
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1749
|
+
"declarations": [
|
|
1878
1750
|
{
|
|
1879
|
-
"kind": "
|
|
1880
|
-
"name": "
|
|
1881
|
-
"
|
|
1882
|
-
"
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1751
|
+
"kind": "function",
|
|
1752
|
+
"name": "booleanFormatter",
|
|
1753
|
+
"return": {
|
|
1754
|
+
"type": {
|
|
1755
|
+
"text": ""
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"parameters": [
|
|
1759
|
+
{
|
|
1760
|
+
"name": "cell",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "any"
|
|
1763
|
+
},
|
|
1764
|
+
"description": "The cell component provided by Tabulator"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "formatterParams",
|
|
1768
|
+
"default": "{}",
|
|
1769
|
+
"type": {
|
|
1770
|
+
"text": "BooleanFormatterParams<T>"
|
|
1771
|
+
},
|
|
1772
|
+
"description": "Boolean formatter parameters"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1776
|
+
"privacy": "public"
|
|
1777
|
+
}
|
|
1778
|
+
],
|
|
1779
|
+
"exports": [
|
|
1886
1780
|
{
|
|
1887
1781
|
"kind": "js",
|
|
1888
|
-
"name": "
|
|
1782
|
+
"name": "booleanFormatter",
|
|
1889
1783
|
"declaration": {
|
|
1890
|
-
"name": "
|
|
1891
|
-
"module": "src/cell-
|
|
1784
|
+
"name": "booleanFormatter",
|
|
1785
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1892
1786
|
}
|
|
1893
|
-
}
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "javascript-module",
|
|
1792
|
+
"path": "src/cell-formatters/constants.ts",
|
|
1793
|
+
"declarations": [],
|
|
1794
|
+
"exports": []
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "javascript-module",
|
|
1798
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1799
|
+
"declarations": [
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "function",
|
|
1802
|
+
"name": "editableFormatter",
|
|
1803
|
+
"return": {
|
|
1804
|
+
"type": {
|
|
1805
|
+
"text": ""
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"parameters": [
|
|
1809
|
+
{
|
|
1810
|
+
"name": "cell",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "any"
|
|
1813
|
+
},
|
|
1814
|
+
"description": "The cell component provided by Tabulator"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "formatterParams",
|
|
1818
|
+
"default": "{}",
|
|
1819
|
+
"type": {
|
|
1820
|
+
"text": "EditableFormatterParams<T>"
|
|
1821
|
+
},
|
|
1822
|
+
"description": "Editable formatter parameters"
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1825
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
1826
|
+
"privacy": "public"
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"exports": [
|
|
1894
1830
|
{
|
|
1895
1831
|
"kind": "js",
|
|
1896
|
-
"name": "
|
|
1832
|
+
"name": "editableFormatter",
|
|
1897
1833
|
"declaration": {
|
|
1898
|
-
"name": "
|
|
1899
|
-
"module": "src/cell-
|
|
1834
|
+
"name": "editableFormatter",
|
|
1835
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1900
1836
|
}
|
|
1901
1837
|
}
|
|
1902
1838
|
]
|
|
1903
1839
|
},
|
|
1904
1840
|
{
|
|
1905
1841
|
"kind": "javascript-module",
|
|
1906
|
-
"path": "src/cell-
|
|
1907
|
-
"declarations": [
|
|
1842
|
+
"path": "src/cell-formatters/index.ts",
|
|
1843
|
+
"declarations": [
|
|
1844
|
+
{
|
|
1845
|
+
"kind": "variable",
|
|
1846
|
+
"name": "formatters",
|
|
1847
|
+
"type": {
|
|
1848
|
+
"text": "object"
|
|
1849
|
+
},
|
|
1850
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1851
|
+
"description": "Zero formatters for Tabulator grid"
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1908
1854
|
"exports": [
|
|
1909
1855
|
{
|
|
1910
1856
|
"kind": "js",
|
|
1911
1857
|
"name": "*",
|
|
1912
1858
|
"declaration": {
|
|
1913
1859
|
"name": "*",
|
|
1914
|
-
"package": "./
|
|
1860
|
+
"package": "./constants"
|
|
1915
1861
|
}
|
|
1916
1862
|
},
|
|
1917
1863
|
{
|
|
1918
1864
|
"kind": "js",
|
|
1919
|
-
"name": "
|
|
1865
|
+
"name": "ActionFormatterParams",
|
|
1920
1866
|
"declaration": {
|
|
1921
|
-
"name": "
|
|
1922
|
-
"
|
|
1867
|
+
"name": "ActionFormatterParams",
|
|
1868
|
+
"module": "src/cell-formatters/index.ts"
|
|
1923
1869
|
}
|
|
1924
1870
|
},
|
|
1925
1871
|
{
|
|
1926
1872
|
"kind": "js",
|
|
1927
|
-
"name": "
|
|
1873
|
+
"name": "actionFormatter",
|
|
1928
1874
|
"declaration": {
|
|
1929
|
-
"name": "
|
|
1930
|
-
"
|
|
1875
|
+
"name": "actionFormatter",
|
|
1876
|
+
"module": "src/cell-formatters/index.ts"
|
|
1931
1877
|
}
|
|
1932
1878
|
},
|
|
1933
1879
|
{
|
|
1934
1880
|
"kind": "js",
|
|
1935
|
-
"name": "
|
|
1881
|
+
"name": "ActionsMenuFormatterParams",
|
|
1936
1882
|
"declaration": {
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
1883
|
+
"name": "ActionsMenuFormatterParams",
|
|
1884
|
+
"module": "src/cell-formatters/index.ts"
|
|
1939
1885
|
}
|
|
1940
1886
|
},
|
|
1941
1887
|
{
|
|
1942
1888
|
"kind": "js",
|
|
1943
|
-
"name": "
|
|
1889
|
+
"name": "actionsMenuFormatter",
|
|
1944
1890
|
"declaration": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"
|
|
1891
|
+
"name": "actionsMenuFormatter",
|
|
1892
|
+
"module": "src/cell-formatters/index.ts"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "js",
|
|
1897
|
+
"name": "BooleanFormatterParams",
|
|
1898
|
+
"declaration": {
|
|
1899
|
+
"name": "BooleanFormatterParams",
|
|
1900
|
+
"module": "src/cell-formatters/index.ts"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "js",
|
|
1905
|
+
"name": "booleanFormatter",
|
|
1906
|
+
"declaration": {
|
|
1907
|
+
"name": "booleanFormatter",
|
|
1908
|
+
"module": "src/cell-formatters/index.ts"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "js",
|
|
1913
|
+
"name": "EditableFormatterParams",
|
|
1914
|
+
"declaration": {
|
|
1915
|
+
"name": "EditableFormatterParams",
|
|
1916
|
+
"module": "src/cell-formatters/index.ts"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "js",
|
|
1921
|
+
"name": "editableFormatter",
|
|
1922
|
+
"declaration": {
|
|
1923
|
+
"name": "editableFormatter",
|
|
1924
|
+
"module": "src/cell-formatters/index.ts"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "js",
|
|
1929
|
+
"name": "SelectFormatterParams",
|
|
1930
|
+
"declaration": {
|
|
1931
|
+
"name": "SelectFormatterParams",
|
|
1932
|
+
"module": "src/cell-formatters/index.ts"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "selectFormatter",
|
|
1938
|
+
"declaration": {
|
|
1939
|
+
"name": "selectFormatter",
|
|
1940
|
+
"module": "src/cell-formatters/index.ts"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "TextFormatterParams",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "TextFormatterParams",
|
|
1948
|
+
"module": "src/cell-formatters/index.ts"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "textFormatter",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "textFormatter",
|
|
1956
|
+
"module": "src/cell-formatters/index.ts"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "js",
|
|
1961
|
+
"name": "formatters",
|
|
1962
|
+
"declaration": {
|
|
1963
|
+
"name": "formatters",
|
|
1964
|
+
"module": "src/cell-formatters/index.ts"
|
|
1947
1965
|
}
|
|
1948
1966
|
}
|
|
1949
1967
|
]
|
|
1950
1968
|
},
|
|
1951
1969
|
{
|
|
1952
1970
|
"kind": "javascript-module",
|
|
1953
|
-
"path": "src/cell-
|
|
1971
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
1954
1972
|
"declarations": [
|
|
1955
1973
|
{
|
|
1956
|
-
"kind": "
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
"text": "MultiselectEditorParams"
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1974
|
+
"kind": "function",
|
|
1975
|
+
"name": "selectFormatter",
|
|
1976
|
+
"return": {
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": ""
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
"parameters": [
|
|
1967
1982
|
{
|
|
1968
|
-
"
|
|
1969
|
-
"name": "select",
|
|
1983
|
+
"name": "cell",
|
|
1970
1984
|
"type": {
|
|
1971
1985
|
"text": "any"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"kind": "method",
|
|
1976
|
-
"name": "init",
|
|
1977
|
-
"parameters": [
|
|
1978
|
-
{
|
|
1979
|
-
"name": "params",
|
|
1980
|
-
"type": {
|
|
1981
|
-
"text": "MultiselectEditorParams"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
],
|
|
1985
|
-
"description": "Initialize the editor with parameters"
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "method",
|
|
1989
|
-
"name": "getValues",
|
|
1990
|
-
"return": {
|
|
1991
|
-
"type": {
|
|
1992
|
-
"text": "(string | number)[]"
|
|
1993
|
-
}
|
|
1994
1986
|
},
|
|
1995
|
-
"description": "
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"kind": "method",
|
|
1999
|
-
"name": "focus",
|
|
2000
|
-
"description": "Set focus to the select"
|
|
1987
|
+
"description": "The cell component provided by Tabulator"
|
|
2001
1988
|
},
|
|
2002
1989
|
{
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
1990
|
+
"name": "formatterParams",
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "SelectFormatterParams<T>"
|
|
1993
|
+
},
|
|
1994
|
+
"description": "Select formatter parameters"
|
|
1995
|
+
}
|
|
1996
|
+
],
|
|
1997
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1998
|
+
"privacy": "public"
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"exports": [
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "js",
|
|
2004
|
+
"name": "selectFormatter",
|
|
2005
|
+
"declaration": {
|
|
2006
|
+
"name": "selectFormatter",
|
|
2007
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"kind": "javascript-module",
|
|
2014
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
2015
|
+
"declarations": [
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "function",
|
|
2018
|
+
"name": "textFormatter",
|
|
2019
|
+
"return": {
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": ""
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
"parameters": [
|
|
2025
|
+
{
|
|
2026
|
+
"name": "cell",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "any"
|
|
2029
|
+
},
|
|
2030
|
+
"description": "The cell component provided by Tabulator"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "formatterParams",
|
|
2034
|
+
"default": "{}",
|
|
2035
|
+
"type": {
|
|
2036
|
+
"text": "TextFormatterParams<T>"
|
|
2009
2037
|
},
|
|
2038
|
+
"description": "Text formatter parameters"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2042
|
+
"privacy": "public"
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2045
|
+
"exports": [
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "js",
|
|
2048
|
+
"name": "textFormatter",
|
|
2049
|
+
"declaration": {
|
|
2050
|
+
"name": "textFormatter",
|
|
2051
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"kind": "javascript-module",
|
|
2058
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
2059
|
+
"declarations": [
|
|
2060
|
+
{
|
|
2061
|
+
"kind": "class",
|
|
2062
|
+
"description": "The date editor class for grid-tabulator",
|
|
2063
|
+
"name": "DateEditor",
|
|
2064
|
+
"members": [
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "field",
|
|
2067
|
+
"name": "params",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "DateEditorParams"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "field",
|
|
2074
|
+
"name": "dateField",
|
|
2075
|
+
"type": {
|
|
2076
|
+
"text": "any"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"kind": "method",
|
|
2081
|
+
"name": "init",
|
|
2010
2082
|
"parameters": [
|
|
2011
2083
|
{
|
|
2012
|
-
"name": "
|
|
2084
|
+
"name": "params",
|
|
2013
2085
|
"type": {
|
|
2014
|
-
"text": "
|
|
2086
|
+
"text": "DateEditorParams"
|
|
2015
2087
|
}
|
|
2016
2088
|
}
|
|
2017
2089
|
],
|
|
2018
|
-
"description": "
|
|
2090
|
+
"description": "Initialize the editor with parameters"
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "method",
|
|
2094
|
+
"name": "getValue",
|
|
2095
|
+
"description": "Get current value"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "method",
|
|
2099
|
+
"name": "getFormattedValue",
|
|
2100
|
+
"description": "Format value for display"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"kind": "method",
|
|
2104
|
+
"name": "focus",
|
|
2105
|
+
"description": "Set focus to the input"
|
|
2019
2106
|
},
|
|
2020
2107
|
{
|
|
2021
2108
|
"kind": "method",
|
|
@@ -2030,11 +2117,6 @@
|
|
|
2030
2117
|
],
|
|
2031
2118
|
"description": "Process key down events"
|
|
2032
2119
|
},
|
|
2033
|
-
{
|
|
2034
|
-
"kind": "method",
|
|
2035
|
-
"name": "handleChange",
|
|
2036
|
-
"description": "Handle change event to save when selection changes"
|
|
2037
|
-
},
|
|
2038
2120
|
{
|
|
2039
2121
|
"kind": "field",
|
|
2040
2122
|
"name": "_presentation",
|
|
@@ -2154,13 +2236,13 @@
|
|
|
2154
2236
|
},
|
|
2155
2237
|
{
|
|
2156
2238
|
"kind": "variable",
|
|
2157
|
-
"name": "
|
|
2239
|
+
"name": "dateEditorStyles",
|
|
2158
2240
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2159
|
-
"description": "Styles for the
|
|
2241
|
+
"description": "Styles for the date editor"
|
|
2160
2242
|
},
|
|
2161
2243
|
{
|
|
2162
2244
|
"kind": "function",
|
|
2163
|
-
"name": "
|
|
2245
|
+
"name": "getDateEditorTemplate",
|
|
2164
2246
|
"parameters": [
|
|
2165
2247
|
{
|
|
2166
2248
|
"name": "prefix",
|
|
@@ -2168,73 +2250,121 @@
|
|
|
2168
2250
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2169
2251
|
}
|
|
2170
2252
|
],
|
|
2171
|
-
"description": "Get a Design System prefixed
|
|
2253
|
+
"description": "Get a Design System prefixed date field template.",
|
|
2172
2254
|
"return": {
|
|
2173
2255
|
"type": {
|
|
2174
2256
|
"text": ""
|
|
2175
2257
|
}
|
|
2176
|
-
}
|
|
2258
|
+
},
|
|
2259
|
+
"privacy": "public"
|
|
2177
2260
|
},
|
|
2178
2261
|
{
|
|
2179
2262
|
"kind": "variable",
|
|
2180
|
-
"name": "
|
|
2181
|
-
"description": "Definition for the
|
|
2263
|
+
"name": "foundationDateEditor",
|
|
2264
|
+
"description": "Definition for the date editor component"
|
|
2182
2265
|
}
|
|
2183
2266
|
],
|
|
2184
2267
|
"exports": [
|
|
2185
2268
|
{
|
|
2186
2269
|
"kind": "js",
|
|
2187
|
-
"name": "
|
|
2270
|
+
"name": "DateEditor",
|
|
2188
2271
|
"declaration": {
|
|
2189
|
-
"name": "
|
|
2190
|
-
"module": "src/cell-editors/
|
|
2272
|
+
"name": "DateEditor",
|
|
2273
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2191
2274
|
}
|
|
2192
2275
|
},
|
|
2193
2276
|
{
|
|
2194
2277
|
"kind": "js",
|
|
2195
|
-
"name": "
|
|
2278
|
+
"name": "dateEditorStyles",
|
|
2196
2279
|
"declaration": {
|
|
2197
|
-
"name": "
|
|
2198
|
-
"module": "src/cell-editors/
|
|
2280
|
+
"name": "dateEditorStyles",
|
|
2281
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2199
2282
|
}
|
|
2200
2283
|
},
|
|
2201
2284
|
{
|
|
2202
2285
|
"kind": "js",
|
|
2203
|
-
"name": "
|
|
2286
|
+
"name": "getDateEditorTemplate",
|
|
2204
2287
|
"declaration": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/cell-editors/
|
|
2288
|
+
"name": "getDateEditorTemplate",
|
|
2289
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2207
2290
|
}
|
|
2208
2291
|
},
|
|
2209
2292
|
{
|
|
2210
2293
|
"kind": "js",
|
|
2211
|
-
"name": "
|
|
2294
|
+
"name": "foundationDateEditor",
|
|
2212
2295
|
"declaration": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/cell-editors/
|
|
2296
|
+
"name": "foundationDateEditor",
|
|
2297
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2215
2298
|
}
|
|
2216
2299
|
}
|
|
2217
2300
|
]
|
|
2218
2301
|
},
|
|
2219
2302
|
{
|
|
2220
2303
|
"kind": "javascript-module",
|
|
2221
|
-
"path": "src/cell-editors/
|
|
2304
|
+
"path": "src/cell-editors/index.ts",
|
|
2305
|
+
"declarations": [],
|
|
2306
|
+
"exports": [
|
|
2307
|
+
{
|
|
2308
|
+
"kind": "js",
|
|
2309
|
+
"name": "*",
|
|
2310
|
+
"declaration": {
|
|
2311
|
+
"name": "*",
|
|
2312
|
+
"package": "./date.editor"
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "js",
|
|
2317
|
+
"name": "*",
|
|
2318
|
+
"declaration": {
|
|
2319
|
+
"name": "*",
|
|
2320
|
+
"package": "./number.editor"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "js",
|
|
2325
|
+
"name": "*",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./select.editor"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "js",
|
|
2333
|
+
"name": "*",
|
|
2334
|
+
"declaration": {
|
|
2335
|
+
"name": "*",
|
|
2336
|
+
"package": "./string.editor"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "js",
|
|
2341
|
+
"name": "*",
|
|
2342
|
+
"declaration": {
|
|
2343
|
+
"name": "*",
|
|
2344
|
+
"package": "./multiselect.editor"
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "javascript-module",
|
|
2351
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
2222
2352
|
"declarations": [
|
|
2223
2353
|
{
|
|
2224
2354
|
"kind": "class",
|
|
2225
|
-
"description": "The
|
|
2226
|
-
"name": "
|
|
2355
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
2356
|
+
"name": "MultiselectEditor",
|
|
2227
2357
|
"members": [
|
|
2228
2358
|
{
|
|
2229
2359
|
"kind": "field",
|
|
2230
2360
|
"name": "params",
|
|
2231
2361
|
"type": {
|
|
2232
|
-
"text": "
|
|
2362
|
+
"text": "MultiselectEditorParams"
|
|
2233
2363
|
}
|
|
2234
2364
|
},
|
|
2235
2365
|
{
|
|
2236
2366
|
"kind": "field",
|
|
2237
|
-
"name": "
|
|
2367
|
+
"name": "select",
|
|
2238
2368
|
"type": {
|
|
2239
2369
|
"text": "any"
|
|
2240
2370
|
}
|
|
@@ -2246,7 +2376,7 @@
|
|
|
2246
2376
|
{
|
|
2247
2377
|
"name": "params",
|
|
2248
2378
|
"type": {
|
|
2249
|
-
"text": "
|
|
2379
|
+
"text": "MultiselectEditorParams"
|
|
2250
2380
|
}
|
|
2251
2381
|
}
|
|
2252
2382
|
],
|
|
@@ -2254,13 +2384,36 @@
|
|
|
2254
2384
|
},
|
|
2255
2385
|
{
|
|
2256
2386
|
"kind": "method",
|
|
2257
|
-
"name": "
|
|
2258
|
-
"
|
|
2387
|
+
"name": "getValues",
|
|
2388
|
+
"return": {
|
|
2389
|
+
"type": {
|
|
2390
|
+
"text": "(string | number)[]"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"description": "Get current values"
|
|
2259
2394
|
},
|
|
2260
2395
|
{
|
|
2261
2396
|
"kind": "method",
|
|
2262
2397
|
"name": "focus",
|
|
2263
|
-
"description": "Set focus to the
|
|
2398
|
+
"description": "Set focus to the select"
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"kind": "method",
|
|
2402
|
+
"name": "isSelected",
|
|
2403
|
+
"return": {
|
|
2404
|
+
"type": {
|
|
2405
|
+
"text": "boolean"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"parameters": [
|
|
2409
|
+
{
|
|
2410
|
+
"name": "value",
|
|
2411
|
+
"type": {
|
|
2412
|
+
"text": "string | number"
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
],
|
|
2416
|
+
"description": "Check if a value is selected"
|
|
2264
2417
|
},
|
|
2265
2418
|
{
|
|
2266
2419
|
"kind": "method",
|
|
@@ -2275,6 +2428,11 @@
|
|
|
2275
2428
|
],
|
|
2276
2429
|
"description": "Process key down events"
|
|
2277
2430
|
},
|
|
2431
|
+
{
|
|
2432
|
+
"kind": "method",
|
|
2433
|
+
"name": "handleChange",
|
|
2434
|
+
"description": "Handle change event to save when selection changes"
|
|
2435
|
+
},
|
|
2278
2436
|
{
|
|
2279
2437
|
"kind": "field",
|
|
2280
2438
|
"name": "_presentation",
|
|
@@ -2394,9 +2552,249 @@
|
|
|
2394
2552
|
},
|
|
2395
2553
|
{
|
|
2396
2554
|
"kind": "variable",
|
|
2397
|
-
"name": "
|
|
2555
|
+
"name": "multiselectEditorStyles",
|
|
2398
2556
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2399
|
-
"description": "Styles for the
|
|
2557
|
+
"description": "Styles for the multiselect editor"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "function",
|
|
2561
|
+
"name": "getMultiselectEditorTemplate",
|
|
2562
|
+
"parameters": [
|
|
2563
|
+
{
|
|
2564
|
+
"name": "prefix",
|
|
2565
|
+
"default": "'foundation'",
|
|
2566
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2570
|
+
"return": {
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": ""
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "variable",
|
|
2578
|
+
"name": "foundationMultiselectEditor",
|
|
2579
|
+
"description": "Definition for the multiselect editor component"
|
|
2580
|
+
}
|
|
2581
|
+
],
|
|
2582
|
+
"exports": [
|
|
2583
|
+
{
|
|
2584
|
+
"kind": "js",
|
|
2585
|
+
"name": "MultiselectEditor",
|
|
2586
|
+
"declaration": {
|
|
2587
|
+
"name": "MultiselectEditor",
|
|
2588
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2589
|
+
}
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"kind": "js",
|
|
2593
|
+
"name": "multiselectEditorStyles",
|
|
2594
|
+
"declaration": {
|
|
2595
|
+
"name": "multiselectEditorStyles",
|
|
2596
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "js",
|
|
2601
|
+
"name": "getMultiselectEditorTemplate",
|
|
2602
|
+
"declaration": {
|
|
2603
|
+
"name": "getMultiselectEditorTemplate",
|
|
2604
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2605
|
+
}
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"kind": "js",
|
|
2609
|
+
"name": "foundationMultiselectEditor",
|
|
2610
|
+
"declaration": {
|
|
2611
|
+
"name": "foundationMultiselectEditor",
|
|
2612
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2613
|
+
}
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"kind": "javascript-module",
|
|
2619
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2620
|
+
"declarations": [
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "class",
|
|
2623
|
+
"description": "The number editor class for grid-tabulator",
|
|
2624
|
+
"name": "NumberEditor",
|
|
2625
|
+
"members": [
|
|
2626
|
+
{
|
|
2627
|
+
"kind": "field",
|
|
2628
|
+
"name": "params",
|
|
2629
|
+
"type": {
|
|
2630
|
+
"text": "NumberEditorParams"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "field",
|
|
2635
|
+
"name": "numberField",
|
|
2636
|
+
"type": {
|
|
2637
|
+
"text": "any"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"kind": "method",
|
|
2642
|
+
"name": "init",
|
|
2643
|
+
"parameters": [
|
|
2644
|
+
{
|
|
2645
|
+
"name": "params",
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "NumberEditorParams"
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2650
|
+
],
|
|
2651
|
+
"description": "Initialize the editor with parameters"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"kind": "method",
|
|
2655
|
+
"name": "getValue",
|
|
2656
|
+
"description": "Get current value"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"kind": "method",
|
|
2660
|
+
"name": "focus",
|
|
2661
|
+
"description": "Set focus to the input"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"kind": "method",
|
|
2665
|
+
"name": "handleKeyDown",
|
|
2666
|
+
"parameters": [
|
|
2667
|
+
{
|
|
2668
|
+
"name": "event",
|
|
2669
|
+
"type": {
|
|
2670
|
+
"text": "KeyboardEvent"
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
],
|
|
2674
|
+
"description": "Process key down events"
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"kind": "field",
|
|
2678
|
+
"name": "_presentation",
|
|
2679
|
+
"type": {
|
|
2680
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2681
|
+
},
|
|
2682
|
+
"privacy": "private",
|
|
2683
|
+
"default": "void 0",
|
|
2684
|
+
"inheritedFrom": {
|
|
2685
|
+
"name": "FoundationElement",
|
|
2686
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"kind": "field",
|
|
2691
|
+
"name": "$presentation",
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "ComponentPresentation | null"
|
|
2694
|
+
},
|
|
2695
|
+
"privacy": "public",
|
|
2696
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2697
|
+
"inheritedFrom": {
|
|
2698
|
+
"name": "FoundationElement",
|
|
2699
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"kind": "field",
|
|
2704
|
+
"name": "template",
|
|
2705
|
+
"type": {
|
|
2706
|
+
"text": "ElementViewTemplate | void | null"
|
|
2707
|
+
},
|
|
2708
|
+
"privacy": "public",
|
|
2709
|
+
"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.",
|
|
2710
|
+
"inheritedFrom": {
|
|
2711
|
+
"name": "FoundationElement",
|
|
2712
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"kind": "method",
|
|
2717
|
+
"name": "templateChanged",
|
|
2718
|
+
"privacy": "protected",
|
|
2719
|
+
"return": {
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "void"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
"inheritedFrom": {
|
|
2725
|
+
"name": "FoundationElement",
|
|
2726
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"kind": "field",
|
|
2731
|
+
"name": "styles",
|
|
2732
|
+
"type": {
|
|
2733
|
+
"text": "ElementStyles | void | null"
|
|
2734
|
+
},
|
|
2735
|
+
"privacy": "public",
|
|
2736
|
+
"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.",
|
|
2737
|
+
"inheritedFrom": {
|
|
2738
|
+
"name": "FoundationElement",
|
|
2739
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "method",
|
|
2744
|
+
"name": "stylesChanged",
|
|
2745
|
+
"privacy": "protected",
|
|
2746
|
+
"return": {
|
|
2747
|
+
"type": {
|
|
2748
|
+
"text": "void"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"inheritedFrom": {
|
|
2752
|
+
"name": "FoundationElement",
|
|
2753
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "method",
|
|
2758
|
+
"name": "compose",
|
|
2759
|
+
"privacy": "public",
|
|
2760
|
+
"static": true,
|
|
2761
|
+
"return": {
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2764
|
+
}
|
|
2765
|
+
},
|
|
2766
|
+
"parameters": [
|
|
2767
|
+
{
|
|
2768
|
+
"name": "this",
|
|
2769
|
+
"type": {
|
|
2770
|
+
"text": "K"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "elementDefinition",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "T"
|
|
2777
|
+
},
|
|
2778
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2782
|
+
"inheritedFrom": {
|
|
2783
|
+
"name": "FoundationElement",
|
|
2784
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"superclass": {
|
|
2789
|
+
"name": "FoundationElement",
|
|
2790
|
+
"package": "@microsoft/fast-foundation"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "variable",
|
|
2795
|
+
"name": "numberEditorStyles",
|
|
2796
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2797
|
+
"description": "Styles for the number editor"
|
|
2400
2798
|
},
|
|
2401
2799
|
{
|
|
2402
2800
|
"kind": "function",
|
|
@@ -2944,1249 +3342,981 @@
|
|
|
2944
3342
|
},
|
|
2945
3343
|
{
|
|
2946
3344
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/
|
|
3345
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
2948
3346
|
"declarations": [
|
|
2949
3347
|
{
|
|
2950
|
-
"kind": "
|
|
2951
|
-
"name": "
|
|
2952
|
-
"
|
|
2953
|
-
"
|
|
2954
|
-
"text": ""
|
|
2955
|
-
}
|
|
3348
|
+
"kind": "variable",
|
|
3349
|
+
"name": "criteriaDelimiter",
|
|
3350
|
+
"type": {
|
|
3351
|
+
"text": "string"
|
|
2956
3352
|
},
|
|
2957
|
-
"
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
"type": {
|
|
2961
|
-
"text": "any"
|
|
2962
|
-
},
|
|
2963
|
-
"description": "The cell component provided by Tabulator"
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"name": "formatterParams",
|
|
2967
|
-
"default": "{}",
|
|
2968
|
-
"type": {
|
|
2969
|
-
"text": "ActionFormatterParams<T>"
|
|
2970
|
-
},
|
|
2971
|
-
"description": "Action formatter parameters"
|
|
2972
|
-
}
|
|
2973
|
-
],
|
|
2974
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2975
|
-
"privacy": "public"
|
|
2976
|
-
}
|
|
2977
|
-
],
|
|
2978
|
-
"exports": [
|
|
2979
|
-
{
|
|
2980
|
-
"kind": "js",
|
|
2981
|
-
"name": "actionFormatter",
|
|
2982
|
-
"declaration": {
|
|
2983
|
-
"name": "actionFormatter",
|
|
2984
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
2985
|
-
}
|
|
2986
|
-
}
|
|
2987
|
-
]
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"kind": "javascript-module",
|
|
2991
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2992
|
-
"declarations": [
|
|
2993
|
-
{
|
|
2994
|
-
"kind": "function",
|
|
2995
|
-
"name": "actionsMenuFormatter",
|
|
2996
|
-
"return": {
|
|
2997
|
-
"type": {
|
|
2998
|
-
"text": ""
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
|
-
"parameters": [
|
|
3002
|
-
{
|
|
3003
|
-
"name": "cell",
|
|
3004
|
-
"type": {
|
|
3005
|
-
"text": "any"
|
|
3006
|
-
},
|
|
3007
|
-
"description": "The cell component provided by Tabulator"
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"name": "formatterParams",
|
|
3011
|
-
"default": "{}",
|
|
3012
|
-
"type": {
|
|
3013
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3014
|
-
},
|
|
3015
|
-
"description": "Actions menu formatter parameters"
|
|
3016
|
-
}
|
|
3017
|
-
],
|
|
3018
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3019
|
-
"privacy": "public"
|
|
3020
|
-
}
|
|
3021
|
-
],
|
|
3022
|
-
"exports": [
|
|
3023
|
-
{
|
|
3024
|
-
"kind": "js",
|
|
3025
|
-
"name": "actionsMenuFormatter",
|
|
3026
|
-
"declaration": {
|
|
3027
|
-
"name": "actionsMenuFormatter",
|
|
3028
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
|
-
]
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"kind": "javascript-module",
|
|
3035
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3036
|
-
"declarations": [
|
|
3353
|
+
"default": "';'",
|
|
3354
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3355
|
+
},
|
|
3037
3356
|
{
|
|
3038
|
-
"kind": "
|
|
3039
|
-
"name": "
|
|
3040
|
-
"
|
|
3041
|
-
"
|
|
3042
|
-
"text": ""
|
|
3043
|
-
}
|
|
3357
|
+
"kind": "variable",
|
|
3358
|
+
"name": "criteriaJoin",
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "string"
|
|
3044
3361
|
},
|
|
3045
|
-
"
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
"type": {
|
|
3049
|
-
"text": "any"
|
|
3050
|
-
},
|
|
3051
|
-
"description": "The cell component provided by Tabulator"
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "formatterParams",
|
|
3055
|
-
"default": "{}",
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "BooleanFormatterParams<T>"
|
|
3058
|
-
},
|
|
3059
|
-
"description": "Boolean formatter parameters"
|
|
3060
|
-
}
|
|
3061
|
-
],
|
|
3062
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3063
|
-
"privacy": "public"
|
|
3064
|
-
}
|
|
3065
|
-
],
|
|
3066
|
-
"exports": [
|
|
3067
|
-
{
|
|
3068
|
-
"kind": "js",
|
|
3069
|
-
"name": "booleanFormatter",
|
|
3070
|
-
"declaration": {
|
|
3071
|
-
"name": "booleanFormatter",
|
|
3072
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
]
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "javascript-module",
|
|
3079
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3080
|
-
"declarations": [],
|
|
3081
|
-
"exports": []
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "javascript-module",
|
|
3085
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3086
|
-
"declarations": [
|
|
3362
|
+
"default": "' && '",
|
|
3363
|
+
"description": "Join operator for criteria in the datasource"
|
|
3364
|
+
},
|
|
3087
3365
|
{
|
|
3088
|
-
"kind": "
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3091
|
-
|
|
3092
|
-
"text": ""
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
"parameters": [
|
|
3366
|
+
"kind": "class",
|
|
3367
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3368
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3369
|
+
"members": [
|
|
3096
3370
|
{
|
|
3097
|
-
"
|
|
3371
|
+
"kind": "field",
|
|
3372
|
+
"name": "auth",
|
|
3098
3373
|
"type": {
|
|
3099
|
-
"text": "
|
|
3100
|
-
}
|
|
3101
|
-
"description": "The cell component provided by Tabulator"
|
|
3374
|
+
"text": "Auth"
|
|
3375
|
+
}
|
|
3102
3376
|
},
|
|
3103
3377
|
{
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3378
|
+
"kind": "field",
|
|
3379
|
+
"name": "connect",
|
|
3106
3380
|
"type": {
|
|
3107
|
-
"text": "
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
|
-
}
|
|
3111
|
-
],
|
|
3112
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
3113
|
-
"privacy": "public"
|
|
3114
|
-
}
|
|
3115
|
-
],
|
|
3116
|
-
"exports": [
|
|
3117
|
-
{
|
|
3118
|
-
"kind": "js",
|
|
3119
|
-
"name": "editableFormatter",
|
|
3120
|
-
"declaration": {
|
|
3121
|
-
"name": "editableFormatter",
|
|
3122
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3123
|
-
}
|
|
3124
|
-
}
|
|
3125
|
-
]
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"kind": "javascript-module",
|
|
3129
|
-
"path": "src/cell-formatters/index.ts",
|
|
3130
|
-
"declarations": [
|
|
3131
|
-
{
|
|
3132
|
-
"kind": "variable",
|
|
3133
|
-
"name": "formatters",
|
|
3134
|
-
"type": {
|
|
3135
|
-
"text": "object"
|
|
3136
|
-
},
|
|
3137
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3138
|
-
"description": "Zero formatters for Tabulator grid"
|
|
3139
|
-
}
|
|
3140
|
-
],
|
|
3141
|
-
"exports": [
|
|
3142
|
-
{
|
|
3143
|
-
"kind": "js",
|
|
3144
|
-
"name": "*",
|
|
3145
|
-
"declaration": {
|
|
3146
|
-
"name": "*",
|
|
3147
|
-
"package": "./constants"
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
{
|
|
3151
|
-
"kind": "js",
|
|
3152
|
-
"name": "ActionFormatterParams",
|
|
3153
|
-
"declaration": {
|
|
3154
|
-
"name": "ActionFormatterParams",
|
|
3155
|
-
"module": "src/cell-formatters/index.ts"
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"kind": "js",
|
|
3160
|
-
"name": "actionFormatter",
|
|
3161
|
-
"declaration": {
|
|
3162
|
-
"name": "actionFormatter",
|
|
3163
|
-
"module": "src/cell-formatters/index.ts"
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"kind": "js",
|
|
3168
|
-
"name": "ActionsMenuFormatterParams",
|
|
3169
|
-
"declaration": {
|
|
3170
|
-
"name": "ActionsMenuFormatterParams",
|
|
3171
|
-
"module": "src/cell-formatters/index.ts"
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"kind": "js",
|
|
3176
|
-
"name": "actionsMenuFormatter",
|
|
3177
|
-
"declaration": {
|
|
3178
|
-
"name": "actionsMenuFormatter",
|
|
3179
|
-
"module": "src/cell-formatters/index.ts"
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"kind": "js",
|
|
3184
|
-
"name": "BooleanFormatterParams",
|
|
3185
|
-
"declaration": {
|
|
3186
|
-
"name": "BooleanFormatterParams",
|
|
3187
|
-
"module": "src/cell-formatters/index.ts"
|
|
3188
|
-
}
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
"kind": "js",
|
|
3192
|
-
"name": "booleanFormatter",
|
|
3193
|
-
"declaration": {
|
|
3194
|
-
"name": "booleanFormatter",
|
|
3195
|
-
"module": "src/cell-formatters/index.ts"
|
|
3196
|
-
}
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
"kind": "js",
|
|
3200
|
-
"name": "EditableFormatterParams",
|
|
3201
|
-
"declaration": {
|
|
3202
|
-
"name": "EditableFormatterParams",
|
|
3203
|
-
"module": "src/cell-formatters/index.ts"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"kind": "js",
|
|
3208
|
-
"name": "editableFormatter",
|
|
3209
|
-
"declaration": {
|
|
3210
|
-
"name": "editableFormatter",
|
|
3211
|
-
"module": "src/cell-formatters/index.ts"
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"kind": "js",
|
|
3216
|
-
"name": "SelectFormatterParams",
|
|
3217
|
-
"declaration": {
|
|
3218
|
-
"name": "SelectFormatterParams",
|
|
3219
|
-
"module": "src/cell-formatters/index.ts"
|
|
3220
|
-
}
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"kind": "js",
|
|
3224
|
-
"name": "selectFormatter",
|
|
3225
|
-
"declaration": {
|
|
3226
|
-
"name": "selectFormatter",
|
|
3227
|
-
"module": "src/cell-formatters/index.ts"
|
|
3228
|
-
}
|
|
3229
|
-
},
|
|
3230
|
-
{
|
|
3231
|
-
"kind": "js",
|
|
3232
|
-
"name": "TextFormatterParams",
|
|
3233
|
-
"declaration": {
|
|
3234
|
-
"name": "TextFormatterParams",
|
|
3235
|
-
"module": "src/cell-formatters/index.ts"
|
|
3236
|
-
}
|
|
3237
|
-
},
|
|
3238
|
-
{
|
|
3239
|
-
"kind": "js",
|
|
3240
|
-
"name": "textFormatter",
|
|
3241
|
-
"declaration": {
|
|
3242
|
-
"name": "textFormatter",
|
|
3243
|
-
"module": "src/cell-formatters/index.ts"
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"kind": "js",
|
|
3248
|
-
"name": "formatters",
|
|
3249
|
-
"declaration": {
|
|
3250
|
-
"name": "formatters",
|
|
3251
|
-
"module": "src/cell-formatters/index.ts"
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
]
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"kind": "javascript-module",
|
|
3258
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
3259
|
-
"declarations": [
|
|
3260
|
-
{
|
|
3261
|
-
"kind": "function",
|
|
3262
|
-
"name": "selectFormatter",
|
|
3263
|
-
"return": {
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": ""
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
"parameters": [
|
|
3381
|
+
"text": "Connect"
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3269
3384
|
{
|
|
3270
|
-
"
|
|
3385
|
+
"kind": "field",
|
|
3386
|
+
"name": "datasource",
|
|
3271
3387
|
"type": {
|
|
3272
|
-
"text": "
|
|
3273
|
-
}
|
|
3274
|
-
"description": "The cell component provided by Tabulator"
|
|
3388
|
+
"text": "Datasource"
|
|
3389
|
+
}
|
|
3275
3390
|
},
|
|
3276
3391
|
{
|
|
3277
|
-
"
|
|
3392
|
+
"kind": "field",
|
|
3393
|
+
"name": "deferredGridOptions",
|
|
3278
3394
|
"type": {
|
|
3279
|
-
"text": "
|
|
3280
|
-
}
|
|
3281
|
-
|
|
3282
|
-
}
|
|
3283
|
-
],
|
|
3284
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3285
|
-
"privacy": "public"
|
|
3286
|
-
}
|
|
3287
|
-
],
|
|
3288
|
-
"exports": [
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "js",
|
|
3291
|
-
"name": "selectFormatter",
|
|
3292
|
-
"declaration": {
|
|
3293
|
-
"name": "selectFormatter",
|
|
3294
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
3295
|
-
}
|
|
3296
|
-
}
|
|
3297
|
-
]
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"kind": "javascript-module",
|
|
3301
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
-
"declarations": [
|
|
3303
|
-
{
|
|
3304
|
-
"kind": "function",
|
|
3305
|
-
"name": "textFormatter",
|
|
3306
|
-
"return": {
|
|
3307
|
-
"type": {
|
|
3308
|
-
"text": ""
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
|
-
"parameters": [
|
|
3395
|
+
"text": "Options"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3312
3398
|
{
|
|
3313
|
-
"
|
|
3399
|
+
"kind": "field",
|
|
3400
|
+
"name": "deferredColumnStates",
|
|
3314
3401
|
"type": {
|
|
3315
|
-
"text": "any"
|
|
3402
|
+
"text": "any[]"
|
|
3316
3403
|
},
|
|
3317
|
-
"
|
|
3404
|
+
"default": "[]",
|
|
3405
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3318
3406
|
},
|
|
3319
3407
|
{
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3408
|
+
"kind": "field",
|
|
3409
|
+
"name": "criteria",
|
|
3322
3410
|
"type": {
|
|
3323
|
-
"text": "
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
"kind": "javascript-module",
|
|
3345
|
-
"path": "src/column/column.ts",
|
|
3346
|
-
"declarations": [
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "class",
|
|
3349
|
-
"description": "The GridTabulator Column element.",
|
|
3350
|
-
"name": "GridTabulatorColumn",
|
|
3351
|
-
"members": [
|
|
3411
|
+
"text": "string"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "method",
|
|
3416
|
+
"name": "criteriaChanged",
|
|
3417
|
+
"parameters": [
|
|
3418
|
+
{
|
|
3419
|
+
"name": "oldCriteria",
|
|
3420
|
+
"type": {
|
|
3421
|
+
"text": "string"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"name": "newCriteria",
|
|
3426
|
+
"type": {
|
|
3427
|
+
"text": "string"
|
|
3428
|
+
}
|
|
3429
|
+
}
|
|
3430
|
+
]
|
|
3431
|
+
},
|
|
3352
3432
|
{
|
|
3353
3433
|
"kind": "field",
|
|
3354
|
-
"name": "
|
|
3434
|
+
"name": "fields",
|
|
3355
3435
|
"type": {
|
|
3356
|
-
"text": "
|
|
3357
|
-
}
|
|
3358
|
-
"privacy": "public"
|
|
3436
|
+
"text": "string"
|
|
3437
|
+
}
|
|
3359
3438
|
},
|
|
3360
3439
|
{
|
|
3361
3440
|
"kind": "field",
|
|
3362
|
-
"name": "
|
|
3441
|
+
"name": "isSnapshot",
|
|
3363
3442
|
"type": {
|
|
3364
|
-
"text": "
|
|
3443
|
+
"text": "boolean"
|
|
3365
3444
|
},
|
|
3366
|
-
"default": "
|
|
3445
|
+
"default": "false"
|
|
3367
3446
|
},
|
|
3368
3447
|
{
|
|
3369
|
-
"kind": "
|
|
3370
|
-
"name": "
|
|
3371
|
-
"
|
|
3448
|
+
"kind": "field",
|
|
3449
|
+
"name": "maxRows",
|
|
3450
|
+
"type": {
|
|
3451
|
+
"text": "number"
|
|
3452
|
+
}
|
|
3372
3453
|
},
|
|
3373
3454
|
{
|
|
3374
|
-
"kind": "
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3378
|
-
|
|
3379
|
-
|
|
3455
|
+
"kind": "field",
|
|
3456
|
+
"name": "maxView",
|
|
3457
|
+
"type": {
|
|
3458
|
+
"text": "number"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"kind": "field",
|
|
3463
|
+
"name": "pollingInterval",
|
|
3464
|
+
"type": {
|
|
3465
|
+
"text": "number"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"kind": "field",
|
|
3470
|
+
"name": "movingView",
|
|
3471
|
+
"type": {
|
|
3472
|
+
"text": "boolean"
|
|
3380
3473
|
},
|
|
3381
|
-
"
|
|
3382
|
-
|
|
3383
|
-
|
|
3474
|
+
"default": "false"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"kind": "field",
|
|
3478
|
+
"name": "orderBy",
|
|
3479
|
+
"type": {
|
|
3480
|
+
"text": "string"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "field",
|
|
3485
|
+
"name": "request",
|
|
3486
|
+
"type": {
|
|
3487
|
+
"text": "any"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "field",
|
|
3492
|
+
"name": "resourceName",
|
|
3493
|
+
"type": {
|
|
3494
|
+
"text": "string"
|
|
3384
3495
|
}
|
|
3385
3496
|
},
|
|
3386
3497
|
{
|
|
3387
3498
|
"kind": "method",
|
|
3388
|
-
"name": "
|
|
3389
|
-
"return": {
|
|
3390
|
-
"type": {
|
|
3391
|
-
"text": "Node"
|
|
3392
|
-
}
|
|
3393
|
-
},
|
|
3499
|
+
"name": "resourceNameChanged",
|
|
3394
3500
|
"parameters": [
|
|
3395
3501
|
{
|
|
3396
|
-
"name": "
|
|
3397
|
-
"optional": true,
|
|
3502
|
+
"name": "oldValue",
|
|
3398
3503
|
"type": {
|
|
3399
|
-
"text": "
|
|
3504
|
+
"text": "string"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"name": "newValue",
|
|
3509
|
+
"type": {
|
|
3510
|
+
"text": "string"
|
|
3400
3511
|
}
|
|
3401
3512
|
}
|
|
3402
|
-
]
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3513
|
+
]
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "field",
|
|
3517
|
+
"name": "reverse",
|
|
3518
|
+
"type": {
|
|
3519
|
+
"text": "boolean"
|
|
3520
|
+
},
|
|
3521
|
+
"default": "false"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "field",
|
|
3525
|
+
"name": "rowIdAttr",
|
|
3526
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "field",
|
|
3530
|
+
"name": "restartOnReconnection",
|
|
3531
|
+
"type": {
|
|
3532
|
+
"text": "boolean"
|
|
3533
|
+
},
|
|
3534
|
+
"default": "true"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"kind": "field",
|
|
3538
|
+
"name": "keepColDefsOnClearRowData",
|
|
3539
|
+
"type": {
|
|
3540
|
+
"text": "boolean"
|
|
3541
|
+
},
|
|
3542
|
+
"default": "false",
|
|
3543
|
+
"description": "Whether to keep column definitions when clearing row data"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"kind": "field",
|
|
3547
|
+
"name": "rowDataMapper",
|
|
3548
|
+
"type": {
|
|
3549
|
+
"text": "Function"
|
|
3550
|
+
},
|
|
3551
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "field",
|
|
3555
|
+
"name": "dataSub",
|
|
3556
|
+
"type": {
|
|
3557
|
+
"text": "Subscription"
|
|
3558
|
+
},
|
|
3559
|
+
"privacy": "private"
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"kind": "field",
|
|
3563
|
+
"name": "updateSub",
|
|
3564
|
+
"type": {
|
|
3565
|
+
"text": "Subscription"
|
|
3566
|
+
},
|
|
3567
|
+
"privacy": "private"
|
|
3407
3568
|
},
|
|
3408
3569
|
{
|
|
3409
3570
|
"kind": "field",
|
|
3410
|
-
"name": "
|
|
3411
|
-
"
|
|
3412
|
-
"
|
|
3413
|
-
"text": ""
|
|
3414
|
-
}
|
|
3571
|
+
"name": "connectionSub",
|
|
3572
|
+
"type": {
|
|
3573
|
+
"text": "Subscription"
|
|
3415
3574
|
},
|
|
3416
|
-
"
|
|
3417
|
-
"inheritedFrom": {
|
|
3418
|
-
"name": "LifecycleMixin",
|
|
3419
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3420
|
-
}
|
|
3575
|
+
"privacy": "private"
|
|
3421
3576
|
},
|
|
3422
3577
|
{
|
|
3423
3578
|
"kind": "field",
|
|
3424
|
-
"name": "
|
|
3425
|
-
"
|
|
3426
|
-
"
|
|
3427
|
-
"text": ""
|
|
3428
|
-
}
|
|
3579
|
+
"name": "isRequestServer",
|
|
3580
|
+
"type": {
|
|
3581
|
+
"text": "boolean"
|
|
3429
3582
|
},
|
|
3430
|
-
"
|
|
3431
|
-
"
|
|
3432
|
-
"name": "LifecycleMixin",
|
|
3433
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3434
|
-
}
|
|
3583
|
+
"privacy": "private",
|
|
3584
|
+
"default": "false"
|
|
3435
3585
|
},
|
|
3436
3586
|
{
|
|
3437
|
-
"kind": "
|
|
3438
|
-
"name": "
|
|
3439
|
-
"
|
|
3440
|
-
"
|
|
3441
|
-
"text": "boolean"
|
|
3442
|
-
}
|
|
3587
|
+
"kind": "field",
|
|
3588
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
3589
|
+
"type": {
|
|
3590
|
+
"text": "boolean"
|
|
3443
3591
|
},
|
|
3444
|
-
"
|
|
3445
|
-
|
|
3446
|
-
"name": "lifecycleType",
|
|
3447
|
-
"type": {
|
|
3448
|
-
"text": "Lifecycletype"
|
|
3449
|
-
}
|
|
3450
|
-
}
|
|
3451
|
-
],
|
|
3452
|
-
"inheritedFrom": {
|
|
3453
|
-
"name": "LifecycleMixin",
|
|
3454
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3455
|
-
}
|
|
3592
|
+
"privacy": "private",
|
|
3593
|
+
"default": "true"
|
|
3456
3594
|
},
|
|
3457
3595
|
{
|
|
3458
3596
|
"kind": "field",
|
|
3459
|
-
"name": "
|
|
3597
|
+
"name": "dataSubWasLoggedOff",
|
|
3460
3598
|
"type": {
|
|
3461
|
-
"text": "
|
|
3599
|
+
"text": "boolean"
|
|
3462
3600
|
},
|
|
3463
3601
|
"privacy": "private",
|
|
3464
|
-
"default": "
|
|
3465
|
-
"inheritedFrom": {
|
|
3466
|
-
"name": "FoundationElement",
|
|
3467
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3468
|
-
}
|
|
3602
|
+
"default": "false"
|
|
3469
3603
|
},
|
|
3470
3604
|
{
|
|
3471
3605
|
"kind": "field",
|
|
3472
|
-
"name": "
|
|
3606
|
+
"name": "rows",
|
|
3473
3607
|
"type": {
|
|
3474
|
-
"text": "
|
|
3608
|
+
"text": "Map<string, any>"
|
|
3475
3609
|
},
|
|
3476
|
-
"privacy": "
|
|
3477
|
-
"
|
|
3478
|
-
"inheritedFrom": {
|
|
3479
|
-
"name": "FoundationElement",
|
|
3480
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3481
|
-
}
|
|
3610
|
+
"privacy": "private",
|
|
3611
|
+
"default": "new Map()"
|
|
3482
3612
|
},
|
|
3483
3613
|
{
|
|
3484
3614
|
"kind": "field",
|
|
3485
|
-
"name": "
|
|
3615
|
+
"name": "gridTransaction",
|
|
3486
3616
|
"type": {
|
|
3487
|
-
"text": "
|
|
3617
|
+
"text": "RowDataTransaction"
|
|
3488
3618
|
},
|
|
3489
|
-
"privacy": "
|
|
3490
|
-
"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.",
|
|
3491
|
-
"inheritedFrom": {
|
|
3492
|
-
"name": "FoundationElement",
|
|
3493
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3494
|
-
}
|
|
3619
|
+
"privacy": "private"
|
|
3495
3620
|
},
|
|
3496
3621
|
{
|
|
3497
|
-
"kind": "
|
|
3498
|
-
"name": "
|
|
3499
|
-
"
|
|
3500
|
-
|
|
3501
|
-
"type": {
|
|
3502
|
-
"text": "void"
|
|
3503
|
-
}
|
|
3622
|
+
"kind": "field",
|
|
3623
|
+
"name": "sourceRef",
|
|
3624
|
+
"type": {
|
|
3625
|
+
"text": "string"
|
|
3504
3626
|
},
|
|
3505
|
-
"
|
|
3506
|
-
"name": "FoundationElement",
|
|
3507
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3508
|
-
}
|
|
3627
|
+
"privacy": "private"
|
|
3509
3628
|
},
|
|
3510
3629
|
{
|
|
3511
3630
|
"kind": "field",
|
|
3512
|
-
"name": "
|
|
3631
|
+
"name": "criteriaFromFilters",
|
|
3513
3632
|
"type": {
|
|
3514
|
-
"text": "
|
|
3633
|
+
"text": "Map<string, string>"
|
|
3515
3634
|
},
|
|
3516
|
-
"privacy": "
|
|
3517
|
-
"
|
|
3518
|
-
"inheritedFrom": {
|
|
3519
|
-
"name": "FoundationElement",
|
|
3520
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3521
|
-
}
|
|
3635
|
+
"privacy": "private",
|
|
3636
|
+
"default": "new Map()"
|
|
3522
3637
|
},
|
|
3523
3638
|
{
|
|
3524
|
-
"kind": "
|
|
3525
|
-
"name": "
|
|
3526
|
-
"
|
|
3527
|
-
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "void"
|
|
3530
|
-
}
|
|
3639
|
+
"kind": "field",
|
|
3640
|
+
"name": "update",
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
3531
3643
|
},
|
|
3532
|
-
"
|
|
3533
|
-
|
|
3534
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3535
|
-
}
|
|
3644
|
+
"privacy": "private",
|
|
3645
|
+
"default": "new BehaviorSubject(new Map())"
|
|
3536
3646
|
},
|
|
3537
3647
|
{
|
|
3538
3648
|
"kind": "method",
|
|
3539
|
-
"name": "
|
|
3540
|
-
"privacy": "public",
|
|
3541
|
-
"static": true,
|
|
3649
|
+
"name": "deepClone",
|
|
3542
3650
|
"return": {
|
|
3543
3651
|
"type": {
|
|
3544
|
-
"text": "
|
|
3652
|
+
"text": "Node"
|
|
3545
3653
|
}
|
|
3546
3654
|
},
|
|
3547
|
-
"parameters": [
|
|
3548
|
-
{
|
|
3549
|
-
"name": "this",
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "K"
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"name": "elementDefinition",
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "T"
|
|
3558
|
-
},
|
|
3559
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3560
|
-
}
|
|
3561
|
-
],
|
|
3562
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3563
3655
|
"inheritedFrom": {
|
|
3564
|
-
"name": "
|
|
3565
|
-
"module": "src/
|
|
3566
|
-
}
|
|
3567
|
-
}
|
|
3568
|
-
],
|
|
3569
|
-
"mixins": [
|
|
3570
|
-
{
|
|
3571
|
-
"name": "LifecycleMixin",
|
|
3572
|
-
"package": "@genesislcap/foundation-utils"
|
|
3573
|
-
}
|
|
3574
|
-
],
|
|
3575
|
-
"superclass": {
|
|
3576
|
-
"name": "FoundationElement",
|
|
3577
|
-
"package": "@microsoft/fast-foundation"
|
|
3578
|
-
},
|
|
3579
|
-
"tagName": "grid-tabulator-column",
|
|
3580
|
-
"customElement": true
|
|
3581
|
-
}
|
|
3582
|
-
],
|
|
3583
|
-
"exports": [
|
|
3584
|
-
{
|
|
3585
|
-
"kind": "js",
|
|
3586
|
-
"name": "GridTabulatorColumn",
|
|
3587
|
-
"declaration": {
|
|
3588
|
-
"name": "GridTabulatorColumn",
|
|
3589
|
-
"module": "src/column/column.ts"
|
|
3590
|
-
}
|
|
3591
|
-
},
|
|
3592
|
-
{
|
|
3593
|
-
"kind": "custom-element-definition",
|
|
3594
|
-
"name": "grid-tabulator-column",
|
|
3595
|
-
"declaration": {
|
|
3596
|
-
"name": "GridTabulatorColumn",
|
|
3597
|
-
"module": "src/column/column.ts"
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3600
|
-
]
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"kind": "javascript-module",
|
|
3604
|
-
"path": "src/column/index.ts",
|
|
3605
|
-
"declarations": [],
|
|
3606
|
-
"exports": [
|
|
3607
|
-
{
|
|
3608
|
-
"kind": "js",
|
|
3609
|
-
"name": "*",
|
|
3610
|
-
"declaration": {
|
|
3611
|
-
"name": "*",
|
|
3612
|
-
"package": "./column"
|
|
3613
|
-
}
|
|
3614
|
-
}
|
|
3615
|
-
]
|
|
3616
|
-
},
|
|
3617
|
-
{
|
|
3618
|
-
"kind": "javascript-module",
|
|
3619
|
-
"path": "src/datasource/client-side.datasource.ts",
|
|
3620
|
-
"declarations": [
|
|
3621
|
-
{
|
|
3622
|
-
"kind": "variable",
|
|
3623
|
-
"name": "criteriaDelimiter",
|
|
3624
|
-
"type": {
|
|
3625
|
-
"text": "string"
|
|
3626
|
-
},
|
|
3627
|
-
"default": "';'",
|
|
3628
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"kind": "variable",
|
|
3632
|
-
"name": "criteriaJoin",
|
|
3633
|
-
"type": {
|
|
3634
|
-
"text": "string"
|
|
3635
|
-
},
|
|
3636
|
-
"default": "' && '",
|
|
3637
|
-
"description": "Join operator for criteria in the datasource"
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"kind": "class",
|
|
3641
|
-
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3642
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
3643
|
-
"members": [
|
|
3644
|
-
{
|
|
3645
|
-
"kind": "field",
|
|
3646
|
-
"name": "auth",
|
|
3647
|
-
"type": {
|
|
3648
|
-
"text": "Auth"
|
|
3656
|
+
"name": "LifecycleMixin",
|
|
3657
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3649
3658
|
}
|
|
3650
3659
|
},
|
|
3651
3660
|
{
|
|
3652
3661
|
"kind": "field",
|
|
3653
|
-
"name": "
|
|
3662
|
+
"name": "gridTabulator",
|
|
3654
3663
|
"type": {
|
|
3655
|
-
"text": "
|
|
3656
|
-
}
|
|
3664
|
+
"text": "GridTabulator | null"
|
|
3665
|
+
},
|
|
3666
|
+
"privacy": "private",
|
|
3667
|
+
"readonly": true
|
|
3657
3668
|
},
|
|
3658
3669
|
{
|
|
3659
|
-
"kind": "
|
|
3660
|
-
"name": "
|
|
3661
|
-
"
|
|
3662
|
-
|
|
3663
|
-
}
|
|
3670
|
+
"kind": "method",
|
|
3671
|
+
"name": "init",
|
|
3672
|
+
"description": "Initializes the datasource.",
|
|
3673
|
+
"privacy": "public"
|
|
3664
3674
|
},
|
|
3665
3675
|
{
|
|
3666
|
-
"kind": "
|
|
3667
|
-
"name": "
|
|
3668
|
-
"
|
|
3669
|
-
|
|
3670
|
-
}
|
|
3676
|
+
"kind": "method",
|
|
3677
|
+
"name": "destroy",
|
|
3678
|
+
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
3679
|
+
"privacy": "public"
|
|
3671
3680
|
},
|
|
3672
3681
|
{
|
|
3673
|
-
"kind": "
|
|
3674
|
-
"name": "
|
|
3675
|
-
"
|
|
3676
|
-
|
|
3677
|
-
},
|
|
3678
|
-
"default": "[]",
|
|
3679
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3682
|
+
"kind": "method",
|
|
3683
|
+
"name": "restart",
|
|
3684
|
+
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
3685
|
+
"privacy": "public"
|
|
3680
3686
|
},
|
|
3681
3687
|
{
|
|
3682
|
-
"kind": "
|
|
3683
|
-
"name": "
|
|
3684
|
-
"
|
|
3685
|
-
"text": "string"
|
|
3686
|
-
}
|
|
3688
|
+
"kind": "method",
|
|
3689
|
+
"name": "refreshRows",
|
|
3690
|
+
"description": "Force the grid to redispatch the current rows"
|
|
3687
3691
|
},
|
|
3688
3692
|
{
|
|
3689
3693
|
"kind": "method",
|
|
3690
|
-
"name": "
|
|
3694
|
+
"name": "handleErrors",
|
|
3691
3695
|
"parameters": [
|
|
3692
3696
|
{
|
|
3693
|
-
"name": "
|
|
3697
|
+
"name": "errors",
|
|
3694
3698
|
"type": {
|
|
3695
|
-
"text": "string"
|
|
3699
|
+
"text": "string | any[]"
|
|
3696
3700
|
}
|
|
3697
|
-
}
|
|
3701
|
+
}
|
|
3702
|
+
],
|
|
3703
|
+
"description": "Handles errors by emitting an error event"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"kind": "method",
|
|
3707
|
+
"name": "getColumnDefs",
|
|
3708
|
+
"privacy": "private",
|
|
3709
|
+
"parameters": [
|
|
3698
3710
|
{
|
|
3699
|
-
"name": "
|
|
3711
|
+
"name": "fieldsMetadata",
|
|
3700
3712
|
"type": {
|
|
3701
|
-
"text": "
|
|
3702
|
-
}
|
|
3713
|
+
"text": "FieldMetadata[]"
|
|
3714
|
+
},
|
|
3715
|
+
"description": "The field metadata to generate column definitions from"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"description": "Generate column definitions from the field metadata"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"kind": "method",
|
|
3722
|
+
"name": "handleSnapshot",
|
|
3723
|
+
"privacy": "private",
|
|
3724
|
+
"parameters": [
|
|
3725
|
+
{
|
|
3726
|
+
"name": "result"
|
|
3703
3727
|
}
|
|
3704
3728
|
]
|
|
3705
3729
|
},
|
|
3706
3730
|
{
|
|
3707
|
-
"kind": "
|
|
3708
|
-
"name": "
|
|
3709
|
-
"
|
|
3710
|
-
|
|
3731
|
+
"kind": "method",
|
|
3732
|
+
"name": "datasourceOptions",
|
|
3733
|
+
"privacy": "private",
|
|
3734
|
+
"return": {
|
|
3735
|
+
"type": {
|
|
3736
|
+
"text": "DatasourceOptions"
|
|
3737
|
+
}
|
|
3711
3738
|
}
|
|
3712
3739
|
},
|
|
3713
3740
|
{
|
|
3714
|
-
"kind": "
|
|
3715
|
-
"name": "
|
|
3716
|
-
"
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3741
|
+
"kind": "method",
|
|
3742
|
+
"name": "handleStreamResult",
|
|
3743
|
+
"privacy": "private",
|
|
3744
|
+
"parameters": [
|
|
3745
|
+
{
|
|
3746
|
+
"name": "result",
|
|
3747
|
+
"type": {
|
|
3748
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
3749
|
+
}
|
|
3750
|
+
}
|
|
3751
|
+
]
|
|
3720
3752
|
},
|
|
3721
3753
|
{
|
|
3722
|
-
"kind": "
|
|
3723
|
-
"name": "
|
|
3724
|
-
"
|
|
3725
|
-
|
|
3726
|
-
|
|
3754
|
+
"kind": "method",
|
|
3755
|
+
"name": "applyRequestServerData",
|
|
3756
|
+
"privacy": "private",
|
|
3757
|
+
"parameters": [
|
|
3758
|
+
{
|
|
3759
|
+
"name": "requestServerResult",
|
|
3760
|
+
"type": {
|
|
3761
|
+
"text": "RequestServerResult"
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
]
|
|
3727
3765
|
},
|
|
3728
3766
|
{
|
|
3729
|
-
"kind": "
|
|
3730
|
-
"name": "
|
|
3731
|
-
"
|
|
3732
|
-
|
|
3733
|
-
|
|
3767
|
+
"kind": "method",
|
|
3768
|
+
"name": "applyDataserverData",
|
|
3769
|
+
"privacy": "private",
|
|
3770
|
+
"parameters": [
|
|
3771
|
+
{
|
|
3772
|
+
"name": "dataServerResult",
|
|
3773
|
+
"type": {
|
|
3774
|
+
"text": "FilteredDataServerResult"
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
]
|
|
3734
3778
|
},
|
|
3735
3779
|
{
|
|
3736
|
-
"kind": "
|
|
3737
|
-
"name": "
|
|
3738
|
-
"
|
|
3739
|
-
"text": "number"
|
|
3740
|
-
}
|
|
3780
|
+
"kind": "method",
|
|
3781
|
+
"name": "applyTransaction",
|
|
3782
|
+
"privacy": "private"
|
|
3741
3783
|
},
|
|
3742
3784
|
{
|
|
3743
|
-
"kind": "
|
|
3744
|
-
"name": "
|
|
3745
|
-
"
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3785
|
+
"kind": "method",
|
|
3786
|
+
"name": "mapTransaction",
|
|
3787
|
+
"privacy": "private",
|
|
3788
|
+
"parameters": [
|
|
3789
|
+
{
|
|
3790
|
+
"name": "transaction",
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "RowDataTransaction"
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
]
|
|
3749
3796
|
},
|
|
3750
3797
|
{
|
|
3751
|
-
"kind": "
|
|
3752
|
-
"name": "
|
|
3753
|
-
"
|
|
3754
|
-
|
|
3755
|
-
|
|
3798
|
+
"kind": "method",
|
|
3799
|
+
"name": "handleStreamInserts",
|
|
3800
|
+
"privacy": "private",
|
|
3801
|
+
"parameters": [
|
|
3802
|
+
{
|
|
3803
|
+
"name": "insertedRows",
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "any[]"
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
]
|
|
3756
3809
|
},
|
|
3757
3810
|
{
|
|
3758
|
-
"kind": "
|
|
3759
|
-
"name": "
|
|
3760
|
-
"
|
|
3761
|
-
|
|
3762
|
-
|
|
3811
|
+
"kind": "method",
|
|
3812
|
+
"name": "handleStreamDeletes",
|
|
3813
|
+
"privacy": "private",
|
|
3814
|
+
"parameters": [
|
|
3815
|
+
{
|
|
3816
|
+
"name": "deletedRows",
|
|
3817
|
+
"type": {
|
|
3818
|
+
"text": "any[]"
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
]
|
|
3763
3822
|
},
|
|
3764
3823
|
{
|
|
3765
|
-
"kind": "
|
|
3766
|
-
"name": "
|
|
3767
|
-
"
|
|
3768
|
-
|
|
3769
|
-
|
|
3824
|
+
"kind": "method",
|
|
3825
|
+
"name": "handleStreamUpdates",
|
|
3826
|
+
"privacy": "private",
|
|
3827
|
+
"parameters": [
|
|
3828
|
+
{
|
|
3829
|
+
"name": "updatedRows",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "any[]"
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
]
|
|
3770
3835
|
},
|
|
3771
3836
|
{
|
|
3772
3837
|
"kind": "method",
|
|
3773
|
-
"name": "
|
|
3838
|
+
"name": "handleSizeChanged",
|
|
3839
|
+
"privacy": "private",
|
|
3774
3840
|
"parameters": [
|
|
3775
3841
|
{
|
|
3776
|
-
"name": "
|
|
3842
|
+
"name": "oldSize",
|
|
3777
3843
|
"type": {
|
|
3778
|
-
"text": "
|
|
3844
|
+
"text": "number"
|
|
3779
3845
|
}
|
|
3780
3846
|
},
|
|
3781
3847
|
{
|
|
3782
|
-
"name": "
|
|
3848
|
+
"name": "newSize",
|
|
3783
3849
|
"type": {
|
|
3784
|
-
"text": "
|
|
3850
|
+
"text": "number"
|
|
3785
3851
|
}
|
|
3786
3852
|
}
|
|
3787
|
-
]
|
|
3788
|
-
|
|
3789
|
-
{
|
|
3790
|
-
"kind": "field",
|
|
3791
|
-
"name": "reverse",
|
|
3792
|
-
"type": {
|
|
3793
|
-
"text": "boolean"
|
|
3794
|
-
},
|
|
3795
|
-
"default": "false"
|
|
3796
|
-
},
|
|
3797
|
-
{
|
|
3798
|
-
"kind": "field",
|
|
3799
|
-
"name": "rowIdAttr",
|
|
3800
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3853
|
+
],
|
|
3854
|
+
"description": "Emit event when the number of rows changes"
|
|
3801
3855
|
},
|
|
3802
3856
|
{
|
|
3803
|
-
"kind": "
|
|
3804
|
-
"name": "
|
|
3805
|
-
"
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3857
|
+
"kind": "method",
|
|
3858
|
+
"name": "buildCriteria",
|
|
3859
|
+
"privacy": "private",
|
|
3860
|
+
"return": {
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "string"
|
|
3863
|
+
}
|
|
3864
|
+
}
|
|
3809
3865
|
},
|
|
3810
3866
|
{
|
|
3811
|
-
"kind": "
|
|
3812
|
-
"name": "
|
|
3813
|
-
"
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3867
|
+
"kind": "method",
|
|
3868
|
+
"name": "setFilter",
|
|
3869
|
+
"privacy": "public",
|
|
3870
|
+
"parameters": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "fieldName",
|
|
3873
|
+
"type": {
|
|
3874
|
+
"text": "string"
|
|
3875
|
+
}
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"name": "newFilter",
|
|
3879
|
+
"type": {
|
|
3880
|
+
"text": "string"
|
|
3881
|
+
}
|
|
3882
|
+
}
|
|
3883
|
+
]
|
|
3818
3884
|
},
|
|
3819
3885
|
{
|
|
3820
|
-
"kind": "
|
|
3821
|
-
"name": "
|
|
3822
|
-
"
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3886
|
+
"kind": "method",
|
|
3887
|
+
"name": "removeFilter",
|
|
3888
|
+
"privacy": "public",
|
|
3889
|
+
"parameters": [
|
|
3890
|
+
{
|
|
3891
|
+
"name": "fieldName",
|
|
3892
|
+
"type": {
|
|
3893
|
+
"text": "string"
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
]
|
|
3826
3897
|
},
|
|
3827
3898
|
{
|
|
3828
|
-
"kind": "
|
|
3829
|
-
"name": "
|
|
3830
|
-
"
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3899
|
+
"kind": "method",
|
|
3900
|
+
"name": "datasourceStatusChanged",
|
|
3901
|
+
"parameters": [
|
|
3902
|
+
{
|
|
3903
|
+
"name": "prev",
|
|
3904
|
+
"type": {
|
|
3905
|
+
"text": "DatasourceStatus"
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "next",
|
|
3910
|
+
"type": {
|
|
3911
|
+
"text": "DatasourceStatus"
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
]
|
|
3834
3915
|
},
|
|
3835
3916
|
{
|
|
3836
|
-
"kind": "
|
|
3837
|
-
"name": "
|
|
3838
|
-
"
|
|
3839
|
-
"
|
|
3917
|
+
"kind": "method",
|
|
3918
|
+
"name": "cloneNode",
|
|
3919
|
+
"return": {
|
|
3920
|
+
"type": {
|
|
3921
|
+
"text": "Node"
|
|
3922
|
+
}
|
|
3840
3923
|
},
|
|
3841
|
-
"
|
|
3924
|
+
"parameters": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "deep",
|
|
3927
|
+
"optional": true,
|
|
3928
|
+
"type": {
|
|
3929
|
+
"text": "boolean"
|
|
3930
|
+
}
|
|
3931
|
+
}
|
|
3932
|
+
],
|
|
3933
|
+
"inheritedFrom": {
|
|
3934
|
+
"name": "LifecycleMixin",
|
|
3935
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3936
|
+
}
|
|
3842
3937
|
},
|
|
3843
3938
|
{
|
|
3844
3939
|
"kind": "field",
|
|
3845
|
-
"name": "
|
|
3846
|
-
"
|
|
3847
|
-
"
|
|
3940
|
+
"name": "shouldRunDisconnect",
|
|
3941
|
+
"return": {
|
|
3942
|
+
"type": {
|
|
3943
|
+
"text": ""
|
|
3944
|
+
}
|
|
3848
3945
|
},
|
|
3849
|
-
"
|
|
3946
|
+
"readonly": true,
|
|
3947
|
+
"inheritedFrom": {
|
|
3948
|
+
"name": "LifecycleMixin",
|
|
3949
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3950
|
+
}
|
|
3850
3951
|
},
|
|
3851
3952
|
{
|
|
3852
3953
|
"kind": "field",
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
"
|
|
3954
|
+
"name": "shouldRunConnect",
|
|
3955
|
+
"return": {
|
|
3956
|
+
"type": {
|
|
3957
|
+
"text": ""
|
|
3958
|
+
}
|
|
3856
3959
|
},
|
|
3857
|
-
"
|
|
3858
|
-
"
|
|
3960
|
+
"readonly": true,
|
|
3961
|
+
"inheritedFrom": {
|
|
3962
|
+
"name": "LifecycleMixin",
|
|
3963
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3964
|
+
}
|
|
3859
3965
|
},
|
|
3860
3966
|
{
|
|
3861
|
-
"kind": "
|
|
3862
|
-
"name": "
|
|
3863
|
-
"
|
|
3864
|
-
"
|
|
3967
|
+
"kind": "method",
|
|
3968
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3969
|
+
"return": {
|
|
3970
|
+
"type": {
|
|
3971
|
+
"text": "boolean"
|
|
3972
|
+
}
|
|
3865
3973
|
},
|
|
3866
|
-
"
|
|
3867
|
-
|
|
3974
|
+
"parameters": [
|
|
3975
|
+
{
|
|
3976
|
+
"name": "lifecycleType",
|
|
3977
|
+
"type": {
|
|
3978
|
+
"text": "Lifecycletype"
|
|
3979
|
+
}
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"inheritedFrom": {
|
|
3983
|
+
"name": "LifecycleMixin",
|
|
3984
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3985
|
+
}
|
|
3868
3986
|
},
|
|
3869
3987
|
{
|
|
3870
3988
|
"kind": "field",
|
|
3871
|
-
"name": "
|
|
3989
|
+
"name": "_presentation",
|
|
3872
3990
|
"type": {
|
|
3873
|
-
"text": "
|
|
3991
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3874
3992
|
},
|
|
3875
3993
|
"privacy": "private",
|
|
3876
|
-
"default": "
|
|
3994
|
+
"default": "void 0",
|
|
3995
|
+
"inheritedFrom": {
|
|
3996
|
+
"name": "FoundationElement",
|
|
3997
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3998
|
+
}
|
|
3877
3999
|
},
|
|
3878
4000
|
{
|
|
3879
4001
|
"kind": "field",
|
|
3880
|
-
"name": "
|
|
4002
|
+
"name": "$presentation",
|
|
3881
4003
|
"type": {
|
|
3882
|
-
"text": "
|
|
4004
|
+
"text": "ComponentPresentation | null"
|
|
3883
4005
|
},
|
|
3884
|
-
"privacy": "
|
|
3885
|
-
"
|
|
4006
|
+
"privacy": "public",
|
|
4007
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4008
|
+
"inheritedFrom": {
|
|
4009
|
+
"name": "FoundationElement",
|
|
4010
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4011
|
+
}
|
|
3886
4012
|
},
|
|
3887
4013
|
{
|
|
3888
4014
|
"kind": "field",
|
|
3889
|
-
"name": "
|
|
4015
|
+
"name": "template",
|
|
3890
4016
|
"type": {
|
|
3891
|
-
"text": "
|
|
4017
|
+
"text": "ElementViewTemplate | void | null"
|
|
3892
4018
|
},
|
|
3893
|
-
"privacy": "
|
|
4019
|
+
"privacy": "public",
|
|
4020
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
4021
|
+
"inheritedFrom": {
|
|
4022
|
+
"name": "FoundationElement",
|
|
4023
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4024
|
+
}
|
|
3894
4025
|
},
|
|
3895
4026
|
{
|
|
3896
|
-
"kind": "
|
|
3897
|
-
"name": "
|
|
3898
|
-
"
|
|
3899
|
-
|
|
4027
|
+
"kind": "method",
|
|
4028
|
+
"name": "templateChanged",
|
|
4029
|
+
"privacy": "protected",
|
|
4030
|
+
"return": {
|
|
4031
|
+
"type": {
|
|
4032
|
+
"text": "void"
|
|
4033
|
+
}
|
|
3900
4034
|
},
|
|
3901
|
-
"
|
|
4035
|
+
"inheritedFrom": {
|
|
4036
|
+
"name": "FoundationElement",
|
|
4037
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4038
|
+
}
|
|
3902
4039
|
},
|
|
3903
4040
|
{
|
|
3904
4041
|
"kind": "field",
|
|
3905
|
-
"name": "
|
|
4042
|
+
"name": "styles",
|
|
3906
4043
|
"type": {
|
|
3907
|
-
"text": "
|
|
4044
|
+
"text": "ElementStyles | void | null"
|
|
3908
4045
|
},
|
|
3909
|
-
"privacy": "
|
|
3910
|
-
"
|
|
4046
|
+
"privacy": "public",
|
|
4047
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4048
|
+
"inheritedFrom": {
|
|
4049
|
+
"name": "FoundationElement",
|
|
4050
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4051
|
+
}
|
|
3911
4052
|
},
|
|
3912
4053
|
{
|
|
3913
|
-
"kind": "
|
|
3914
|
-
"name": "
|
|
3915
|
-
"
|
|
3916
|
-
|
|
4054
|
+
"kind": "method",
|
|
4055
|
+
"name": "stylesChanged",
|
|
4056
|
+
"privacy": "protected",
|
|
4057
|
+
"return": {
|
|
4058
|
+
"type": {
|
|
4059
|
+
"text": "void"
|
|
4060
|
+
}
|
|
3917
4061
|
},
|
|
3918
|
-
"
|
|
3919
|
-
|
|
4062
|
+
"inheritedFrom": {
|
|
4063
|
+
"name": "FoundationElement",
|
|
4064
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4065
|
+
}
|
|
3920
4066
|
},
|
|
3921
4067
|
{
|
|
3922
4068
|
"kind": "method",
|
|
3923
|
-
"name": "
|
|
4069
|
+
"name": "compose",
|
|
4070
|
+
"privacy": "public",
|
|
4071
|
+
"static": true,
|
|
3924
4072
|
"return": {
|
|
3925
4073
|
"type": {
|
|
3926
|
-
"text": "
|
|
4074
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3927
4075
|
}
|
|
3928
4076
|
},
|
|
4077
|
+
"parameters": [
|
|
4078
|
+
{
|
|
4079
|
+
"name": "this",
|
|
4080
|
+
"type": {
|
|
4081
|
+
"text": "K"
|
|
4082
|
+
}
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
"name": "elementDefinition",
|
|
4086
|
+
"type": {
|
|
4087
|
+
"text": "T"
|
|
4088
|
+
},
|
|
4089
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4090
|
+
}
|
|
4091
|
+
],
|
|
4092
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3929
4093
|
"inheritedFrom": {
|
|
3930
|
-
"name": "
|
|
3931
|
-
"module": "src/
|
|
4094
|
+
"name": "FoundationElement",
|
|
4095
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3932
4096
|
}
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"events": [
|
|
4100
|
+
{
|
|
4101
|
+
"description": "Fired when a datasource error occurs",
|
|
4102
|
+
"name": "gridTabulator:error"
|
|
3933
4103
|
},
|
|
3934
4104
|
{
|
|
3935
|
-
"
|
|
3936
|
-
"name": "
|
|
3937
|
-
"type": {
|
|
3938
|
-
"text": "GridTabulator | null"
|
|
3939
|
-
},
|
|
3940
|
-
"privacy": "private",
|
|
3941
|
-
"readonly": true
|
|
4105
|
+
"description": "Fired when tabulator data is initialized",
|
|
4106
|
+
"name": "dataInit"
|
|
3942
4107
|
},
|
|
3943
4108
|
{
|
|
3944
|
-
"
|
|
3945
|
-
"name": "
|
|
3946
|
-
|
|
3947
|
-
|
|
4109
|
+
"description": "Fired when layout size changes",
|
|
4110
|
+
"name": "sizeChanged"
|
|
4111
|
+
}
|
|
4112
|
+
],
|
|
4113
|
+
"attributes": [
|
|
4114
|
+
{
|
|
4115
|
+
"name": "criteria",
|
|
4116
|
+
"type": {
|
|
4117
|
+
"text": "string"
|
|
4118
|
+
},
|
|
4119
|
+
"fieldName": "criteria"
|
|
3948
4120
|
},
|
|
3949
4121
|
{
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
3952
|
-
|
|
3953
|
-
|
|
4122
|
+
"name": "fields",
|
|
4123
|
+
"type": {
|
|
4124
|
+
"text": "string"
|
|
4125
|
+
},
|
|
4126
|
+
"fieldName": "fields"
|
|
3954
4127
|
},
|
|
3955
4128
|
{
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
3958
|
-
|
|
3959
|
-
|
|
4129
|
+
"name": "is-snapshot",
|
|
4130
|
+
"type": {
|
|
4131
|
+
"text": "boolean"
|
|
4132
|
+
},
|
|
4133
|
+
"default": "false",
|
|
4134
|
+
"fieldName": "isSnapshot"
|
|
3960
4135
|
},
|
|
3961
4136
|
{
|
|
3962
|
-
"
|
|
3963
|
-
"
|
|
3964
|
-
|
|
4137
|
+
"name": "max-rows",
|
|
4138
|
+
"type": {
|
|
4139
|
+
"text": "number"
|
|
4140
|
+
},
|
|
4141
|
+
"fieldName": "maxRows"
|
|
3965
4142
|
},
|
|
3966
4143
|
{
|
|
3967
|
-
"
|
|
3968
|
-
"
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
"type": {
|
|
3973
|
-
"text": "string | any[]"
|
|
3974
|
-
}
|
|
3975
|
-
}
|
|
3976
|
-
],
|
|
3977
|
-
"description": "Handles errors by emitting an error event"
|
|
4144
|
+
"name": "max-view",
|
|
4145
|
+
"type": {
|
|
4146
|
+
"text": "number"
|
|
4147
|
+
},
|
|
4148
|
+
"fieldName": "maxView"
|
|
3978
4149
|
},
|
|
3979
4150
|
{
|
|
3980
|
-
"
|
|
3981
|
-
"
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
"name": "fieldsMetadata",
|
|
3986
|
-
"type": {
|
|
3987
|
-
"text": "FieldMetadata[]"
|
|
3988
|
-
},
|
|
3989
|
-
"description": "The field metadata to generate column definitions from"
|
|
3990
|
-
}
|
|
3991
|
-
],
|
|
3992
|
-
"description": "Generate column definitions from the field metadata"
|
|
4151
|
+
"name": "polling-interval",
|
|
4152
|
+
"type": {
|
|
4153
|
+
"text": "number"
|
|
4154
|
+
},
|
|
4155
|
+
"fieldName": "pollingInterval"
|
|
3993
4156
|
},
|
|
3994
4157
|
{
|
|
3995
|
-
"
|
|
3996
|
-
"
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
}
|
|
4002
|
-
]
|
|
4158
|
+
"name": "moving-view",
|
|
4159
|
+
"type": {
|
|
4160
|
+
"text": "boolean"
|
|
4161
|
+
},
|
|
4162
|
+
"default": "false",
|
|
4163
|
+
"fieldName": "movingView"
|
|
4003
4164
|
},
|
|
4004
4165
|
{
|
|
4005
|
-
"
|
|
4006
|
-
"
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
"text": "DatasourceOptions"
|
|
4011
|
-
}
|
|
4012
|
-
}
|
|
4166
|
+
"name": "order-by",
|
|
4167
|
+
"type": {
|
|
4168
|
+
"text": "string"
|
|
4169
|
+
},
|
|
4170
|
+
"fieldName": "orderBy"
|
|
4013
4171
|
},
|
|
4014
4172
|
{
|
|
4015
|
-
"
|
|
4016
|
-
"
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
"name": "result",
|
|
4021
|
-
"type": {
|
|
4022
|
-
"text": "FilteredDataServerResult | RequestServerResult"
|
|
4023
|
-
}
|
|
4024
|
-
}
|
|
4025
|
-
]
|
|
4173
|
+
"name": "resource-name",
|
|
4174
|
+
"type": {
|
|
4175
|
+
"text": "string"
|
|
4176
|
+
},
|
|
4177
|
+
"fieldName": "resourceName"
|
|
4026
4178
|
},
|
|
4027
4179
|
{
|
|
4028
|
-
"
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
"
|
|
4032
|
-
|
|
4033
|
-
"name": "requestServerResult",
|
|
4034
|
-
"type": {
|
|
4035
|
-
"text": "RequestServerResult"
|
|
4036
|
-
}
|
|
4037
|
-
}
|
|
4038
|
-
]
|
|
4180
|
+
"type": {
|
|
4181
|
+
"text": "boolean"
|
|
4182
|
+
},
|
|
4183
|
+
"default": "false",
|
|
4184
|
+
"fieldName": "reverse"
|
|
4039
4185
|
},
|
|
4040
4186
|
{
|
|
4041
|
-
"
|
|
4042
|
-
"
|
|
4043
|
-
"
|
|
4044
|
-
"parameters": [
|
|
4045
|
-
{
|
|
4046
|
-
"name": "dataServerResult",
|
|
4047
|
-
"type": {
|
|
4048
|
-
"text": "FilteredDataServerResult"
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
]
|
|
4187
|
+
"name": "row-id",
|
|
4188
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4189
|
+
"fieldName": "rowIdAttr"
|
|
4052
4190
|
},
|
|
4053
4191
|
{
|
|
4054
|
-
"
|
|
4055
|
-
"
|
|
4056
|
-
|
|
4192
|
+
"name": "restart-on-reconnection",
|
|
4193
|
+
"type": {
|
|
4194
|
+
"text": "boolean"
|
|
4195
|
+
},
|
|
4196
|
+
"default": "true",
|
|
4197
|
+
"fieldName": "restartOnReconnection"
|
|
4057
4198
|
},
|
|
4058
4199
|
{
|
|
4059
|
-
"
|
|
4060
|
-
"
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
]
|
|
4070
|
-
},
|
|
4200
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4201
|
+
"type": {
|
|
4202
|
+
"text": "boolean"
|
|
4203
|
+
},
|
|
4204
|
+
"default": "false",
|
|
4205
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4206
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4207
|
+
}
|
|
4208
|
+
],
|
|
4209
|
+
"mixins": [
|
|
4071
4210
|
{
|
|
4072
|
-
"
|
|
4073
|
-
"
|
|
4074
|
-
"privacy": "private",
|
|
4075
|
-
"parameters": [
|
|
4076
|
-
{
|
|
4077
|
-
"name": "insertedRows",
|
|
4078
|
-
"type": {
|
|
4079
|
-
"text": "any[]"
|
|
4080
|
-
}
|
|
4081
|
-
}
|
|
4082
|
-
]
|
|
4211
|
+
"name": "LifecycleMixin",
|
|
4212
|
+
"package": "@genesislcap/foundation-utils"
|
|
4083
4213
|
},
|
|
4084
4214
|
{
|
|
4085
|
-
"
|
|
4086
|
-
"
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4215
|
+
"name": "DatasourceEventHandler",
|
|
4216
|
+
"package": "@genesislcap/foundation-comms"
|
|
4217
|
+
}
|
|
4218
|
+
],
|
|
4219
|
+
"superclass": {
|
|
4220
|
+
"name": "FoundationElement",
|
|
4221
|
+
"package": "@microsoft/fast-foundation"
|
|
4222
|
+
},
|
|
4223
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4224
|
+
"customElement": true
|
|
4225
|
+
}
|
|
4226
|
+
],
|
|
4227
|
+
"exports": [
|
|
4228
|
+
{
|
|
4229
|
+
"kind": "js",
|
|
4230
|
+
"name": "criteriaDelimiter",
|
|
4231
|
+
"declaration": {
|
|
4232
|
+
"name": "criteriaDelimiter",
|
|
4233
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4234
|
+
}
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"kind": "js",
|
|
4238
|
+
"name": "criteriaJoin",
|
|
4239
|
+
"declaration": {
|
|
4240
|
+
"name": "criteriaJoin",
|
|
4241
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4242
|
+
}
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"kind": "js",
|
|
4246
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4247
|
+
"declaration": {
|
|
4248
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4249
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"kind": "custom-element-definition",
|
|
4254
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4255
|
+
"declaration": {
|
|
4256
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4257
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4258
|
+
}
|
|
4259
|
+
}
|
|
4260
|
+
]
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"kind": "javascript-module",
|
|
4264
|
+
"path": "src/datasource/index.ts",
|
|
4265
|
+
"declarations": [],
|
|
4266
|
+
"exports": [
|
|
4267
|
+
{
|
|
4268
|
+
"kind": "js",
|
|
4269
|
+
"name": "*",
|
|
4270
|
+
"declaration": {
|
|
4271
|
+
"name": "*",
|
|
4272
|
+
"package": "./client-side.datasource"
|
|
4273
|
+
}
|
|
4274
|
+
}
|
|
4275
|
+
]
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"kind": "javascript-module",
|
|
4279
|
+
"path": "src/column/column.ts",
|
|
4280
|
+
"declarations": [
|
|
4281
|
+
{
|
|
4282
|
+
"kind": "class",
|
|
4283
|
+
"description": "The GridTabulator Column element.",
|
|
4284
|
+
"name": "GridTabulatorColumn",
|
|
4285
|
+
"members": [
|
|
4286
|
+
{
|
|
4287
|
+
"kind": "field",
|
|
4288
|
+
"name": "slottedCell",
|
|
4289
|
+
"type": {
|
|
4290
|
+
"text": "HTMLElement[]"
|
|
4291
|
+
},
|
|
4292
|
+
"privacy": "public"
|
|
4096
4293
|
},
|
|
4097
4294
|
{
|
|
4098
|
-
"kind": "
|
|
4099
|
-
"name": "
|
|
4100
|
-
"
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
"type": {
|
|
4105
|
-
"text": "any[]"
|
|
4106
|
-
}
|
|
4107
|
-
}
|
|
4108
|
-
]
|
|
4295
|
+
"kind": "field",
|
|
4296
|
+
"name": "definition",
|
|
4297
|
+
"type": {
|
|
4298
|
+
"text": "Partial<ColumnDefinition>"
|
|
4299
|
+
},
|
|
4300
|
+
"default": "{}"
|
|
4109
4301
|
},
|
|
4110
4302
|
{
|
|
4111
4303
|
"kind": "method",
|
|
4112
|
-
"name": "
|
|
4113
|
-
"privacy": "
|
|
4114
|
-
"parameters": [
|
|
4115
|
-
{
|
|
4116
|
-
"name": "oldSize",
|
|
4117
|
-
"type": {
|
|
4118
|
-
"text": "number"
|
|
4119
|
-
}
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"name": "newSize",
|
|
4123
|
-
"type": {
|
|
4124
|
-
"text": "number"
|
|
4125
|
-
}
|
|
4126
|
-
}
|
|
4127
|
-
],
|
|
4128
|
-
"description": "Emit event when the number of rows changes"
|
|
4304
|
+
"name": "slottedCellChanged",
|
|
4305
|
+
"privacy": "public"
|
|
4129
4306
|
},
|
|
4130
4307
|
{
|
|
4131
4308
|
"kind": "method",
|
|
4132
|
-
"name": "
|
|
4133
|
-
"privacy": "private",
|
|
4309
|
+
"name": "deepClone",
|
|
4134
4310
|
"return": {
|
|
4135
4311
|
"type": {
|
|
4136
|
-
"text": "
|
|
4312
|
+
"text": "Node"
|
|
4137
4313
|
}
|
|
4314
|
+
},
|
|
4315
|
+
"inheritedFrom": {
|
|
4316
|
+
"name": "LifecycleMixin",
|
|
4317
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4138
4318
|
}
|
|
4139
4319
|
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "method",
|
|
4142
|
-
"name": "setFilter",
|
|
4143
|
-
"privacy": "public",
|
|
4144
|
-
"parameters": [
|
|
4145
|
-
{
|
|
4146
|
-
"name": "fieldName",
|
|
4147
|
-
"type": {
|
|
4148
|
-
"text": "string"
|
|
4149
|
-
}
|
|
4150
|
-
},
|
|
4151
|
-
{
|
|
4152
|
-
"name": "newFilter",
|
|
4153
|
-
"type": {
|
|
4154
|
-
"text": "string"
|
|
4155
|
-
}
|
|
4156
|
-
}
|
|
4157
|
-
]
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"kind": "method",
|
|
4161
|
-
"name": "removeFilter",
|
|
4162
|
-
"privacy": "public",
|
|
4163
|
-
"parameters": [
|
|
4164
|
-
{
|
|
4165
|
-
"name": "fieldName",
|
|
4166
|
-
"type": {
|
|
4167
|
-
"text": "string"
|
|
4168
|
-
}
|
|
4169
|
-
}
|
|
4170
|
-
]
|
|
4171
|
-
},
|
|
4172
|
-
{
|
|
4173
|
-
"kind": "method",
|
|
4174
|
-
"name": "datasourceStatusChanged",
|
|
4175
|
-
"parameters": [
|
|
4176
|
-
{
|
|
4177
|
-
"name": "prev",
|
|
4178
|
-
"type": {
|
|
4179
|
-
"text": "DatasourceStatus"
|
|
4180
|
-
}
|
|
4181
|
-
},
|
|
4182
|
-
{
|
|
4183
|
-
"name": "next",
|
|
4184
|
-
"type": {
|
|
4185
|
-
"text": "DatasourceStatus"
|
|
4186
|
-
}
|
|
4187
|
-
}
|
|
4188
|
-
]
|
|
4189
|
-
},
|
|
4190
4320
|
{
|
|
4191
4321
|
"kind": "method",
|
|
4192
4322
|
"name": "cloneNode",
|
|
@@ -4370,172 +4500,42 @@
|
|
|
4370
4500
|
}
|
|
4371
4501
|
}
|
|
4372
4502
|
],
|
|
4373
|
-
"events": [
|
|
4374
|
-
{
|
|
4375
|
-
"description": "Fired when a datasource error occurs",
|
|
4376
|
-
"name": "gridTabulator:error"
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
"description": "Fired when tabulator data is initialized",
|
|
4380
|
-
"name": "dataInit"
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"description": "Fired when layout size changes",
|
|
4384
|
-
"name": "sizeChanged"
|
|
4385
|
-
}
|
|
4386
|
-
],
|
|
4387
|
-
"attributes": [
|
|
4388
|
-
{
|
|
4389
|
-
"name": "criteria",
|
|
4390
|
-
"type": {
|
|
4391
|
-
"text": "string"
|
|
4392
|
-
},
|
|
4393
|
-
"fieldName": "criteria"
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"name": "fields",
|
|
4397
|
-
"type": {
|
|
4398
|
-
"text": "string"
|
|
4399
|
-
},
|
|
4400
|
-
"fieldName": "fields"
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"name": "is-snapshot",
|
|
4404
|
-
"type": {
|
|
4405
|
-
"text": "boolean"
|
|
4406
|
-
},
|
|
4407
|
-
"default": "false",
|
|
4408
|
-
"fieldName": "isSnapshot"
|
|
4409
|
-
},
|
|
4410
|
-
{
|
|
4411
|
-
"name": "max-rows",
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "number"
|
|
4414
|
-
},
|
|
4415
|
-
"fieldName": "maxRows"
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"name": "max-view",
|
|
4419
|
-
"type": {
|
|
4420
|
-
"text": "number"
|
|
4421
|
-
},
|
|
4422
|
-
"fieldName": "maxView"
|
|
4423
|
-
},
|
|
4424
|
-
{
|
|
4425
|
-
"name": "polling-interval",
|
|
4426
|
-
"type": {
|
|
4427
|
-
"text": "number"
|
|
4428
|
-
},
|
|
4429
|
-
"fieldName": "pollingInterval"
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"name": "moving-view",
|
|
4433
|
-
"type": {
|
|
4434
|
-
"text": "boolean"
|
|
4435
|
-
},
|
|
4436
|
-
"default": "false",
|
|
4437
|
-
"fieldName": "movingView"
|
|
4438
|
-
},
|
|
4439
|
-
{
|
|
4440
|
-
"name": "order-by",
|
|
4441
|
-
"type": {
|
|
4442
|
-
"text": "string"
|
|
4443
|
-
},
|
|
4444
|
-
"fieldName": "orderBy"
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"name": "resource-name",
|
|
4448
|
-
"type": {
|
|
4449
|
-
"text": "string"
|
|
4450
|
-
},
|
|
4451
|
-
"fieldName": "resourceName"
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"type": {
|
|
4455
|
-
"text": "boolean"
|
|
4456
|
-
},
|
|
4457
|
-
"default": "false",
|
|
4458
|
-
"fieldName": "reverse"
|
|
4459
|
-
},
|
|
4460
|
-
{
|
|
4461
|
-
"name": "row-id",
|
|
4462
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4463
|
-
"fieldName": "rowIdAttr"
|
|
4464
|
-
},
|
|
4465
|
-
{
|
|
4466
|
-
"name": "restart-on-reconnection",
|
|
4467
|
-
"type": {
|
|
4468
|
-
"text": "boolean"
|
|
4469
|
-
},
|
|
4470
|
-
"default": "true",
|
|
4471
|
-
"fieldName": "restartOnReconnection"
|
|
4472
|
-
},
|
|
4473
|
-
{
|
|
4474
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
4475
|
-
"type": {
|
|
4476
|
-
"text": "boolean"
|
|
4477
|
-
},
|
|
4478
|
-
"default": "false",
|
|
4479
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
4480
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
4481
|
-
}
|
|
4482
|
-
],
|
|
4483
4503
|
"mixins": [
|
|
4484
4504
|
{
|
|
4485
4505
|
"name": "LifecycleMixin",
|
|
4486
4506
|
"package": "@genesislcap/foundation-utils"
|
|
4487
|
-
},
|
|
4488
|
-
{
|
|
4489
|
-
"name": "DatasourceEventHandler",
|
|
4490
|
-
"package": "@genesislcap/foundation-comms"
|
|
4491
4507
|
}
|
|
4492
4508
|
],
|
|
4493
4509
|
"superclass": {
|
|
4494
4510
|
"name": "FoundationElement",
|
|
4495
4511
|
"package": "@microsoft/fast-foundation"
|
|
4496
4512
|
},
|
|
4497
|
-
"tagName": "grid-tabulator-
|
|
4513
|
+
"tagName": "grid-tabulator-column",
|
|
4498
4514
|
"customElement": true
|
|
4499
4515
|
}
|
|
4500
4516
|
],
|
|
4501
4517
|
"exports": [
|
|
4502
4518
|
{
|
|
4503
4519
|
"kind": "js",
|
|
4504
|
-
"name": "
|
|
4505
|
-
"declaration": {
|
|
4506
|
-
"name": "criteriaDelimiter",
|
|
4507
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4508
|
-
}
|
|
4509
|
-
},
|
|
4510
|
-
{
|
|
4511
|
-
"kind": "js",
|
|
4512
|
-
"name": "criteriaJoin",
|
|
4513
|
-
"declaration": {
|
|
4514
|
-
"name": "criteriaJoin",
|
|
4515
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4516
|
-
}
|
|
4517
|
-
},
|
|
4518
|
-
{
|
|
4519
|
-
"kind": "js",
|
|
4520
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4520
|
+
"name": "GridTabulatorColumn",
|
|
4521
4521
|
"declaration": {
|
|
4522
|
-
"name": "
|
|
4523
|
-
"module": "src/
|
|
4522
|
+
"name": "GridTabulatorColumn",
|
|
4523
|
+
"module": "src/column/column.ts"
|
|
4524
4524
|
}
|
|
4525
4525
|
},
|
|
4526
4526
|
{
|
|
4527
4527
|
"kind": "custom-element-definition",
|
|
4528
|
-
"name": "grid-tabulator-
|
|
4528
|
+
"name": "grid-tabulator-column",
|
|
4529
4529
|
"declaration": {
|
|
4530
|
-
"name": "
|
|
4531
|
-
"module": "src/
|
|
4530
|
+
"name": "GridTabulatorColumn",
|
|
4531
|
+
"module": "src/column/column.ts"
|
|
4532
4532
|
}
|
|
4533
4533
|
}
|
|
4534
4534
|
]
|
|
4535
4535
|
},
|
|
4536
4536
|
{
|
|
4537
4537
|
"kind": "javascript-module",
|
|
4538
|
-
"path": "src/
|
|
4538
|
+
"path": "src/column/index.ts",
|
|
4539
4539
|
"declarations": [],
|
|
4540
4540
|
"exports": [
|
|
4541
4541
|
{
|
|
@@ -4543,7 +4543,7 @@
|
|
|
4543
4543
|
"name": "*",
|
|
4544
4544
|
"declaration": {
|
|
4545
4545
|
"name": "*",
|
|
4546
|
-
"package": "./
|
|
4546
|
+
"package": "./column"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|