@genesislcap/grid-tabulator 14.429.2-alpha-0d0a008.0 → 14.429.2
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 +703 -703
- 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",
|
|
@@ -3216,404 +3614,6 @@
|
|
|
3216
3614
|
}
|
|
3217
3615
|
]
|
|
3218
3616
|
},
|
|
3219
|
-
{
|
|
3220
|
-
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
3222
|
-
"declarations": [
|
|
3223
|
-
{
|
|
3224
|
-
"kind": "function",
|
|
3225
|
-
"name": "actionFormatter",
|
|
3226
|
-
"return": {
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": ""
|
|
3229
|
-
}
|
|
3230
|
-
},
|
|
3231
|
-
"parameters": [
|
|
3232
|
-
{
|
|
3233
|
-
"name": "cell",
|
|
3234
|
-
"type": {
|
|
3235
|
-
"text": "any"
|
|
3236
|
-
},
|
|
3237
|
-
"description": "The cell component provided by Tabulator"
|
|
3238
|
-
},
|
|
3239
|
-
{
|
|
3240
|
-
"name": "formatterParams",
|
|
3241
|
-
"default": "{}",
|
|
3242
|
-
"type": {
|
|
3243
|
-
"text": "ActionFormatterParams<T>"
|
|
3244
|
-
},
|
|
3245
|
-
"description": "Action formatter parameters"
|
|
3246
|
-
}
|
|
3247
|
-
],
|
|
3248
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3249
|
-
"privacy": "public"
|
|
3250
|
-
}
|
|
3251
|
-
],
|
|
3252
|
-
"exports": [
|
|
3253
|
-
{
|
|
3254
|
-
"kind": "js",
|
|
3255
|
-
"name": "actionFormatter",
|
|
3256
|
-
"declaration": {
|
|
3257
|
-
"name": "actionFormatter",
|
|
3258
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
3259
|
-
}
|
|
3260
|
-
}
|
|
3261
|
-
]
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"kind": "javascript-module",
|
|
3265
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3266
|
-
"declarations": [
|
|
3267
|
-
{
|
|
3268
|
-
"kind": "function",
|
|
3269
|
-
"name": "actionsMenuFormatter",
|
|
3270
|
-
"return": {
|
|
3271
|
-
"type": {
|
|
3272
|
-
"text": ""
|
|
3273
|
-
}
|
|
3274
|
-
},
|
|
3275
|
-
"parameters": [
|
|
3276
|
-
{
|
|
3277
|
-
"name": "cell",
|
|
3278
|
-
"type": {
|
|
3279
|
-
"text": "any"
|
|
3280
|
-
},
|
|
3281
|
-
"description": "The cell component provided by Tabulator"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"name": "formatterParams",
|
|
3285
|
-
"default": "{}",
|
|
3286
|
-
"type": {
|
|
3287
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3288
|
-
},
|
|
3289
|
-
"description": "Actions menu formatter parameters"
|
|
3290
|
-
}
|
|
3291
|
-
],
|
|
3292
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3293
|
-
"privacy": "public"
|
|
3294
|
-
}
|
|
3295
|
-
],
|
|
3296
|
-
"exports": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "js",
|
|
3299
|
-
"name": "actionsMenuFormatter",
|
|
3300
|
-
"declaration": {
|
|
3301
|
-
"name": "actionsMenuFormatter",
|
|
3302
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3303
|
-
}
|
|
3304
|
-
}
|
|
3305
|
-
]
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"kind": "javascript-module",
|
|
3309
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3310
|
-
"declarations": [
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "function",
|
|
3313
|
-
"name": "booleanFormatter",
|
|
3314
|
-
"return": {
|
|
3315
|
-
"type": {
|
|
3316
|
-
"text": ""
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
"parameters": [
|
|
3320
|
-
{
|
|
3321
|
-
"name": "cell",
|
|
3322
|
-
"type": {
|
|
3323
|
-
"text": "any"
|
|
3324
|
-
},
|
|
3325
|
-
"description": "The cell component provided by Tabulator"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"name": "formatterParams",
|
|
3329
|
-
"default": "{}",
|
|
3330
|
-
"type": {
|
|
3331
|
-
"text": "BooleanFormatterParams<T>"
|
|
3332
|
-
},
|
|
3333
|
-
"description": "Boolean formatter parameters"
|
|
3334
|
-
}
|
|
3335
|
-
],
|
|
3336
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3337
|
-
"privacy": "public"
|
|
3338
|
-
}
|
|
3339
|
-
],
|
|
3340
|
-
"exports": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "js",
|
|
3343
|
-
"name": "booleanFormatter",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "booleanFormatter",
|
|
3346
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3354
|
-
"declarations": [],
|
|
3355
|
-
"exports": []
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "javascript-module",
|
|
3359
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3360
|
-
"declarations": [
|
|
3361
|
-
{
|
|
3362
|
-
"kind": "function",
|
|
3363
|
-
"name": "editableFormatter",
|
|
3364
|
-
"return": {
|
|
3365
|
-
"type": {
|
|
3366
|
-
"text": ""
|
|
3367
|
-
}
|
|
3368
|
-
},
|
|
3369
|
-
"parameters": [
|
|
3370
|
-
{
|
|
3371
|
-
"name": "cell",
|
|
3372
|
-
"type": {
|
|
3373
|
-
"text": "any"
|
|
3374
|
-
},
|
|
3375
|
-
"description": "The cell component provided by Tabulator"
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "formatterParams",
|
|
3379
|
-
"default": "{}",
|
|
3380
|
-
"type": {
|
|
3381
|
-
"text": "EditableFormatterParams<T>"
|
|
3382
|
-
},
|
|
3383
|
-
"description": "Editable formatter parameters"
|
|
3384
|
-
}
|
|
3385
|
-
],
|
|
3386
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
3387
|
-
"privacy": "public"
|
|
3388
|
-
}
|
|
3389
|
-
],
|
|
3390
|
-
"exports": [
|
|
3391
|
-
{
|
|
3392
|
-
"kind": "js",
|
|
3393
|
-
"name": "editableFormatter",
|
|
3394
|
-
"declaration": {
|
|
3395
|
-
"name": "editableFormatter",
|
|
3396
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3397
|
-
}
|
|
3398
|
-
}
|
|
3399
|
-
]
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "javascript-module",
|
|
3403
|
-
"path": "src/cell-formatters/index.ts",
|
|
3404
|
-
"declarations": [
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "variable",
|
|
3407
|
-
"name": "formatters",
|
|
3408
|
-
"type": {
|
|
3409
|
-
"text": "object"
|
|
3410
|
-
},
|
|
3411
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3412
|
-
"description": "Zero formatters for Tabulator grid"
|
|
3413
|
-
}
|
|
3414
|
-
],
|
|
3415
|
-
"exports": [
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "js",
|
|
3418
|
-
"name": "*",
|
|
3419
|
-
"declaration": {
|
|
3420
|
-
"name": "*",
|
|
3421
|
-
"package": "./constants"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"kind": "js",
|
|
3426
|
-
"name": "ActionFormatterParams",
|
|
3427
|
-
"declaration": {
|
|
3428
|
-
"name": "ActionFormatterParams",
|
|
3429
|
-
"module": "src/cell-formatters/index.ts"
|
|
3430
|
-
}
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"kind": "js",
|
|
3434
|
-
"name": "actionFormatter",
|
|
3435
|
-
"declaration": {
|
|
3436
|
-
"name": "actionFormatter",
|
|
3437
|
-
"module": "src/cell-formatters/index.ts"
|
|
3438
|
-
}
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"kind": "js",
|
|
3442
|
-
"name": "ActionsMenuFormatterParams",
|
|
3443
|
-
"declaration": {
|
|
3444
|
-
"name": "ActionsMenuFormatterParams",
|
|
3445
|
-
"module": "src/cell-formatters/index.ts"
|
|
3446
|
-
}
|
|
3447
|
-
},
|
|
3448
|
-
{
|
|
3449
|
-
"kind": "js",
|
|
3450
|
-
"name": "actionsMenuFormatter",
|
|
3451
|
-
"declaration": {
|
|
3452
|
-
"name": "actionsMenuFormatter",
|
|
3453
|
-
"module": "src/cell-formatters/index.ts"
|
|
3454
|
-
}
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"kind": "js",
|
|
3458
|
-
"name": "BooleanFormatterParams",
|
|
3459
|
-
"declaration": {
|
|
3460
|
-
"name": "BooleanFormatterParams",
|
|
3461
|
-
"module": "src/cell-formatters/index.ts"
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "js",
|
|
3466
|
-
"name": "booleanFormatter",
|
|
3467
|
-
"declaration": {
|
|
3468
|
-
"name": "booleanFormatter",
|
|
3469
|
-
"module": "src/cell-formatters/index.ts"
|
|
3470
|
-
}
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "js",
|
|
3474
|
-
"name": "EditableFormatterParams",
|
|
3475
|
-
"declaration": {
|
|
3476
|
-
"name": "EditableFormatterParams",
|
|
3477
|
-
"module": "src/cell-formatters/index.ts"
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "js",
|
|
3482
|
-
"name": "editableFormatter",
|
|
3483
|
-
"declaration": {
|
|
3484
|
-
"name": "editableFormatter",
|
|
3485
|
-
"module": "src/cell-formatters/index.ts"
|
|
3486
|
-
}
|
|
3487
|
-
},
|
|
3488
|
-
{
|
|
3489
|
-
"kind": "js",
|
|
3490
|
-
"name": "SelectFormatterParams",
|
|
3491
|
-
"declaration": {
|
|
3492
|
-
"name": "SelectFormatterParams",
|
|
3493
|
-
"module": "src/cell-formatters/index.ts"
|
|
3494
|
-
}
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"kind": "js",
|
|
3498
|
-
"name": "selectFormatter",
|
|
3499
|
-
"declaration": {
|
|
3500
|
-
"name": "selectFormatter",
|
|
3501
|
-
"module": "src/cell-formatters/index.ts"
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
|
-
{
|
|
3505
|
-
"kind": "js",
|
|
3506
|
-
"name": "TextFormatterParams",
|
|
3507
|
-
"declaration": {
|
|
3508
|
-
"name": "TextFormatterParams",
|
|
3509
|
-
"module": "src/cell-formatters/index.ts"
|
|
3510
|
-
}
|
|
3511
|
-
},
|
|
3512
|
-
{
|
|
3513
|
-
"kind": "js",
|
|
3514
|
-
"name": "textFormatter",
|
|
3515
|
-
"declaration": {
|
|
3516
|
-
"name": "textFormatter",
|
|
3517
|
-
"module": "src/cell-formatters/index.ts"
|
|
3518
|
-
}
|
|
3519
|
-
},
|
|
3520
|
-
{
|
|
3521
|
-
"kind": "js",
|
|
3522
|
-
"name": "formatters",
|
|
3523
|
-
"declaration": {
|
|
3524
|
-
"name": "formatters",
|
|
3525
|
-
"module": "src/cell-formatters/index.ts"
|
|
3526
|
-
}
|
|
3527
|
-
}
|
|
3528
|
-
]
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
"kind": "javascript-module",
|
|
3532
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
3533
|
-
"declarations": [
|
|
3534
|
-
{
|
|
3535
|
-
"kind": "function",
|
|
3536
|
-
"name": "selectFormatter",
|
|
3537
|
-
"return": {
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": ""
|
|
3540
|
-
}
|
|
3541
|
-
},
|
|
3542
|
-
"parameters": [
|
|
3543
|
-
{
|
|
3544
|
-
"name": "cell",
|
|
3545
|
-
"type": {
|
|
3546
|
-
"text": "any"
|
|
3547
|
-
},
|
|
3548
|
-
"description": "The cell component provided by Tabulator"
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"name": "formatterParams",
|
|
3552
|
-
"type": {
|
|
3553
|
-
"text": "SelectFormatterParams<T>"
|
|
3554
|
-
},
|
|
3555
|
-
"description": "Select formatter parameters"
|
|
3556
|
-
}
|
|
3557
|
-
],
|
|
3558
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3559
|
-
"privacy": "public"
|
|
3560
|
-
}
|
|
3561
|
-
],
|
|
3562
|
-
"exports": [
|
|
3563
|
-
{
|
|
3564
|
-
"kind": "js",
|
|
3565
|
-
"name": "selectFormatter",
|
|
3566
|
-
"declaration": {
|
|
3567
|
-
"name": "selectFormatter",
|
|
3568
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
3569
|
-
}
|
|
3570
|
-
}
|
|
3571
|
-
]
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "javascript-module",
|
|
3575
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
3576
|
-
"declarations": [
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "function",
|
|
3579
|
-
"name": "textFormatter",
|
|
3580
|
-
"return": {
|
|
3581
|
-
"type": {
|
|
3582
|
-
"text": ""
|
|
3583
|
-
}
|
|
3584
|
-
},
|
|
3585
|
-
"parameters": [
|
|
3586
|
-
{
|
|
3587
|
-
"name": "cell",
|
|
3588
|
-
"type": {
|
|
3589
|
-
"text": "any"
|
|
3590
|
-
},
|
|
3591
|
-
"description": "The cell component provided by Tabulator"
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"name": "formatterParams",
|
|
3595
|
-
"default": "{}",
|
|
3596
|
-
"type": {
|
|
3597
|
-
"text": "TextFormatterParams<T>"
|
|
3598
|
-
},
|
|
3599
|
-
"description": "Text formatter parameters"
|
|
3600
|
-
}
|
|
3601
|
-
],
|
|
3602
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3603
|
-
"privacy": "public"
|
|
3604
|
-
}
|
|
3605
|
-
],
|
|
3606
|
-
"exports": [
|
|
3607
|
-
{
|
|
3608
|
-
"kind": "js",
|
|
3609
|
-
"name": "textFormatter",
|
|
3610
|
-
"declaration": {
|
|
3611
|
-
"name": "textFormatter",
|
|
3612
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
3613
|
-
}
|
|
3614
|
-
}
|
|
3615
|
-
]
|
|
3616
|
-
},
|
|
3617
3617
|
{
|
|
3618
3618
|
"kind": "javascript-module",
|
|
3619
3619
|
"path": "src/datasource/client-side.datasource.ts",
|