@genesislcap/grid-tabulator 14.458.3-alpha-cdd1303e9.0 → 14.458.3
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 +747 -747
- package/package.json +13 -13
|
@@ -1657,452 +1657,365 @@
|
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
1659
|
"kind": "javascript-module",
|
|
1660
|
-
"path": "src/cell-
|
|
1660
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1661
1661
|
"declarations": [
|
|
1662
1662
|
{
|
|
1663
|
-
"kind": "
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
"text": ""
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
"parameters": [
|
|
1663
|
+
"kind": "class",
|
|
1664
|
+
"description": "The date editor class for grid-tabulator",
|
|
1665
|
+
"name": "DateEditor",
|
|
1666
|
+
"members": [
|
|
1671
1667
|
{
|
|
1672
|
-
"
|
|
1668
|
+
"kind": "field",
|
|
1669
|
+
"name": "params",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "DateEditorParams"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "field",
|
|
1676
|
+
"name": "dateField",
|
|
1673
1677
|
"type": {
|
|
1674
1678
|
"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"
|
|
1675
1727
|
},
|
|
1676
|
-
"
|
|
1728
|
+
"privacy": "private",
|
|
1729
|
+
"default": "void 0",
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "FoundationElement",
|
|
1732
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1733
|
+
}
|
|
1677
1734
|
},
|
|
1678
1735
|
{
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1736
|
+
"kind": "field",
|
|
1737
|
+
"name": "$presentation",
|
|
1681
1738
|
"type": {
|
|
1682
|
-
"text": "
|
|
1739
|
+
"text": "ComponentPresentation | null"
|
|
1683
1740
|
},
|
|
1684
|
-
"
|
|
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
|
+
},
|
|
1770
|
+
"inheritedFrom": {
|
|
1771
|
+
"name": "FoundationElement",
|
|
1772
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"kind": "field",
|
|
1777
|
+
"name": "styles",
|
|
1778
|
+
"type": {
|
|
1779
|
+
"text": "ElementStyles | void | null"
|
|
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
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"parameters": [
|
|
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
|
+
}
|
|
1685
1832
|
}
|
|
1686
1833
|
],
|
|
1687
|
-
"
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
],
|
|
1691
|
-
"exports": [
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "js",
|
|
1694
|
-
"name": "actionFormatter",
|
|
1695
|
-
"declaration": {
|
|
1696
|
-
"name": "actionFormatter",
|
|
1697
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
1834
|
+
"superclass": {
|
|
1835
|
+
"name": "FoundationElement",
|
|
1836
|
+
"package": "@microsoft/fast-foundation"
|
|
1698
1837
|
}
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"kind": "variable",
|
|
1841
|
+
"name": "dateEditorStyles",
|
|
1842
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
1843
|
+
"description": "Styles for the date editor"
|
|
1844
|
+
},
|
|
1706
1845
|
{
|
|
1707
1846
|
"kind": "function",
|
|
1708
|
-
"name": "
|
|
1847
|
+
"name": "getDateEditorTemplate",
|
|
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.",
|
|
1709
1856
|
"return": {
|
|
1710
1857
|
"type": {
|
|
1711
1858
|
"text": ""
|
|
1712
1859
|
}
|
|
1713
1860
|
},
|
|
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.",
|
|
1732
1861
|
"privacy": "public"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "variable",
|
|
1865
|
+
"name": "foundationDateEditor",
|
|
1866
|
+
"description": "Definition for the date editor component"
|
|
1733
1867
|
}
|
|
1734
1868
|
],
|
|
1735
1869
|
"exports": [
|
|
1736
1870
|
{
|
|
1737
1871
|
"kind": "js",
|
|
1738
|
-
"name": "
|
|
1872
|
+
"name": "DateEditor",
|
|
1739
1873
|
"declaration": {
|
|
1740
|
-
"name": "
|
|
1741
|
-
"module": "src/cell-
|
|
1874
|
+
"name": "DateEditor",
|
|
1875
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1742
1876
|
}
|
|
1743
|
-
}
|
|
1744
|
-
]
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "javascript-module",
|
|
1748
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1749
|
-
"declarations": [
|
|
1750
|
-
{
|
|
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": [
|
|
1877
|
+
},
|
|
1780
1878
|
{
|
|
1781
1879
|
"kind": "js",
|
|
1782
|
-
"name": "
|
|
1880
|
+
"name": "dateEditorStyles",
|
|
1783
1881
|
"declaration": {
|
|
1784
|
-
"name": "
|
|
1785
|
-
"module": "src/cell-
|
|
1882
|
+
"name": "dateEditorStyles",
|
|
1883
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1786
1884
|
}
|
|
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": [
|
|
1885
|
+
},
|
|
1800
1886
|
{
|
|
1801
|
-
"kind": "
|
|
1802
|
-
"name": "
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1805
|
-
|
|
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": [
|
|
1887
|
+
"kind": "js",
|
|
1888
|
+
"name": "getDateEditorTemplate",
|
|
1889
|
+
"declaration": {
|
|
1890
|
+
"name": "getDateEditorTemplate",
|
|
1891
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1830
1894
|
{
|
|
1831
1895
|
"kind": "js",
|
|
1832
|
-
"name": "
|
|
1896
|
+
"name": "foundationDateEditor",
|
|
1833
1897
|
"declaration": {
|
|
1834
|
-
"name": "
|
|
1835
|
-
"module": "src/cell-
|
|
1898
|
+
"name": "foundationDateEditor",
|
|
1899
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1836
1900
|
}
|
|
1837
1901
|
}
|
|
1838
1902
|
]
|
|
1839
1903
|
},
|
|
1840
1904
|
{
|
|
1841
1905
|
"kind": "javascript-module",
|
|
1842
|
-
"path": "src/cell-
|
|
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
|
-
],
|
|
1906
|
+
"path": "src/cell-editors/index.ts",
|
|
1907
|
+
"declarations": [],
|
|
1854
1908
|
"exports": [
|
|
1855
1909
|
{
|
|
1856
1910
|
"kind": "js",
|
|
1857
1911
|
"name": "*",
|
|
1858
1912
|
"declaration": {
|
|
1859
1913
|
"name": "*",
|
|
1860
|
-
"package": "./
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "js",
|
|
1865
|
-
"name": "ActionFormatterParams",
|
|
1866
|
-
"declaration": {
|
|
1867
|
-
"name": "ActionFormatterParams",
|
|
1868
|
-
"module": "src/cell-formatters/index.ts"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "actionFormatter",
|
|
1874
|
-
"declaration": {
|
|
1875
|
-
"name": "actionFormatter",
|
|
1876
|
-
"module": "src/cell-formatters/index.ts"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "js",
|
|
1881
|
-
"name": "ActionsMenuFormatterParams",
|
|
1882
|
-
"declaration": {
|
|
1883
|
-
"name": "ActionsMenuFormatterParams",
|
|
1884
|
-
"module": "src/cell-formatters/index.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "actionsMenuFormatter",
|
|
1890
|
-
"declaration": {
|
|
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"
|
|
1914
|
+
"package": "./date.editor"
|
|
1933
1915
|
}
|
|
1934
1916
|
},
|
|
1935
1917
|
{
|
|
1936
1918
|
"kind": "js",
|
|
1937
|
-
"name": "
|
|
1919
|
+
"name": "*",
|
|
1938
1920
|
"declaration": {
|
|
1939
|
-
"name": "
|
|
1940
|
-
"
|
|
1921
|
+
"name": "*",
|
|
1922
|
+
"package": "./number.editor"
|
|
1941
1923
|
}
|
|
1942
1924
|
},
|
|
1943
1925
|
{
|
|
1944
1926
|
"kind": "js",
|
|
1945
|
-
"name": "
|
|
1927
|
+
"name": "*",
|
|
1946
1928
|
"declaration": {
|
|
1947
|
-
"name": "
|
|
1948
|
-
"
|
|
1929
|
+
"name": "*",
|
|
1930
|
+
"package": "./select.editor"
|
|
1949
1931
|
}
|
|
1950
1932
|
},
|
|
1951
1933
|
{
|
|
1952
1934
|
"kind": "js",
|
|
1953
|
-
"name": "
|
|
1935
|
+
"name": "*",
|
|
1954
1936
|
"declaration": {
|
|
1955
|
-
"name": "
|
|
1956
|
-
"
|
|
1937
|
+
"name": "*",
|
|
1938
|
+
"package": "./string.editor"
|
|
1957
1939
|
}
|
|
1958
1940
|
},
|
|
1959
1941
|
{
|
|
1960
1942
|
"kind": "js",
|
|
1961
|
-
"name": "
|
|
1943
|
+
"name": "*",
|
|
1962
1944
|
"declaration": {
|
|
1963
|
-
"name": "
|
|
1964
|
-
"
|
|
1945
|
+
"name": "*",
|
|
1946
|
+
"package": "./multiselect.editor"
|
|
1965
1947
|
}
|
|
1966
1948
|
}
|
|
1967
1949
|
]
|
|
1968
1950
|
},
|
|
1969
1951
|
{
|
|
1970
1952
|
"kind": "javascript-module",
|
|
1971
|
-
"path": "src/cell-
|
|
1953
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1972
1954
|
"declarations": [
|
|
1973
1955
|
{
|
|
1974
|
-
"kind": "
|
|
1975
|
-
"
|
|
1976
|
-
"
|
|
1977
|
-
|
|
1978
|
-
"text": ""
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
"parameters": [
|
|
1956
|
+
"kind": "class",
|
|
1957
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
1958
|
+
"name": "MultiselectEditor",
|
|
1959
|
+
"members": [
|
|
1982
1960
|
{
|
|
1983
|
-
"
|
|
1961
|
+
"kind": "field",
|
|
1962
|
+
"name": "params",
|
|
1984
1963
|
"type": {
|
|
1985
|
-
"text": "
|
|
1986
|
-
}
|
|
1987
|
-
"description": "The cell component provided by Tabulator"
|
|
1964
|
+
"text": "MultiselectEditorParams"
|
|
1965
|
+
}
|
|
1988
1966
|
},
|
|
1989
1967
|
{
|
|
1990
|
-
"
|
|
1968
|
+
"kind": "field",
|
|
1969
|
+
"name": "select",
|
|
1991
1970
|
"type": {
|
|
1992
|
-
"text": "
|
|
1971
|
+
"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
|
+
}
|
|
1993
1994
|
},
|
|
1994
|
-
"description": "
|
|
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>"
|
|
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
|
-
}
|
|
1995
|
+
"description": "Get current values"
|
|
2071
1996
|
},
|
|
2072
1997
|
{
|
|
2073
|
-
"kind": "
|
|
2074
|
-
"name": "
|
|
2075
|
-
"
|
|
2076
|
-
"text": "any"
|
|
2077
|
-
}
|
|
1998
|
+
"kind": "method",
|
|
1999
|
+
"name": "focus",
|
|
2000
|
+
"description": "Set focus to the select"
|
|
2078
2001
|
},
|
|
2079
2002
|
{
|
|
2080
2003
|
"kind": "method",
|
|
2081
|
-
"name": "
|
|
2004
|
+
"name": "isSelected",
|
|
2005
|
+
"return": {
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "boolean"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2082
2010
|
"parameters": [
|
|
2083
2011
|
{
|
|
2084
|
-
"name": "
|
|
2012
|
+
"name": "value",
|
|
2085
2013
|
"type": {
|
|
2086
|
-
"text": "
|
|
2014
|
+
"text": "string | number"
|
|
2087
2015
|
}
|
|
2088
2016
|
}
|
|
2089
2017
|
],
|
|
2090
|
-
"description": "
|
|
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"
|
|
2018
|
+
"description": "Check if a value is selected"
|
|
2106
2019
|
},
|
|
2107
2020
|
{
|
|
2108
2021
|
"kind": "method",
|
|
@@ -2117,6 +2030,11 @@
|
|
|
2117
2030
|
],
|
|
2118
2031
|
"description": "Process key down events"
|
|
2119
2032
|
},
|
|
2033
|
+
{
|
|
2034
|
+
"kind": "method",
|
|
2035
|
+
"name": "handleChange",
|
|
2036
|
+
"description": "Handle change event to save when selection changes"
|
|
2037
|
+
},
|
|
2120
2038
|
{
|
|
2121
2039
|
"kind": "field",
|
|
2122
2040
|
"name": "_presentation",
|
|
@@ -2236,13 +2154,13 @@
|
|
|
2236
2154
|
},
|
|
2237
2155
|
{
|
|
2238
2156
|
"kind": "variable",
|
|
2239
|
-
"name": "
|
|
2157
|
+
"name": "multiselectEditorStyles",
|
|
2240
2158
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2241
|
-
"description": "Styles for the
|
|
2159
|
+
"description": "Styles for the multiselect editor"
|
|
2242
2160
|
},
|
|
2243
2161
|
{
|
|
2244
2162
|
"kind": "function",
|
|
2245
|
-
"name": "
|
|
2163
|
+
"name": "getMultiselectEditorTemplate",
|
|
2246
2164
|
"parameters": [
|
|
2247
2165
|
{
|
|
2248
2166
|
"name": "prefix",
|
|
@@ -2250,121 +2168,73 @@
|
|
|
2250
2168
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2251
2169
|
}
|
|
2252
2170
|
],
|
|
2253
|
-
"description": "Get a Design System prefixed
|
|
2171
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2254
2172
|
"return": {
|
|
2255
2173
|
"type": {
|
|
2256
2174
|
"text": ""
|
|
2257
2175
|
}
|
|
2258
|
-
}
|
|
2259
|
-
"privacy": "public"
|
|
2176
|
+
}
|
|
2260
2177
|
},
|
|
2261
2178
|
{
|
|
2262
2179
|
"kind": "variable",
|
|
2263
|
-
"name": "
|
|
2264
|
-
"description": "Definition for the
|
|
2180
|
+
"name": "foundationMultiselectEditor",
|
|
2181
|
+
"description": "Definition for the multiselect editor component"
|
|
2265
2182
|
}
|
|
2266
2183
|
],
|
|
2267
2184
|
"exports": [
|
|
2268
2185
|
{
|
|
2269
2186
|
"kind": "js",
|
|
2270
|
-
"name": "
|
|
2271
|
-
"declaration": {
|
|
2272
|
-
"name": "DateEditor",
|
|
2273
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2274
|
-
}
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"kind": "js",
|
|
2278
|
-
"name": "dateEditorStyles",
|
|
2279
|
-
"declaration": {
|
|
2280
|
-
"name": "dateEditorStyles",
|
|
2281
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "js",
|
|
2286
|
-
"name": "getDateEditorTemplate",
|
|
2287
|
-
"declaration": {
|
|
2288
|
-
"name": "getDateEditorTemplate",
|
|
2289
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "foundationDateEditor",
|
|
2295
|
-
"declaration": {
|
|
2296
|
-
"name": "foundationDateEditor",
|
|
2297
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2298
|
-
}
|
|
2299
|
-
}
|
|
2300
|
-
]
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"kind": "javascript-module",
|
|
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": "*",
|
|
2187
|
+
"name": "MultiselectEditor",
|
|
2318
2188
|
"declaration": {
|
|
2319
|
-
"name": "
|
|
2320
|
-
"
|
|
2189
|
+
"name": "MultiselectEditor",
|
|
2190
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2321
2191
|
}
|
|
2322
2192
|
},
|
|
2323
2193
|
{
|
|
2324
2194
|
"kind": "js",
|
|
2325
|
-
"name": "
|
|
2195
|
+
"name": "multiselectEditorStyles",
|
|
2326
2196
|
"declaration": {
|
|
2327
|
-
"name": "
|
|
2328
|
-
"
|
|
2197
|
+
"name": "multiselectEditorStyles",
|
|
2198
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2329
2199
|
}
|
|
2330
2200
|
},
|
|
2331
2201
|
{
|
|
2332
2202
|
"kind": "js",
|
|
2333
|
-
"name": "
|
|
2203
|
+
"name": "getMultiselectEditorTemplate",
|
|
2334
2204
|
"declaration": {
|
|
2335
|
-
"name": "
|
|
2336
|
-
"
|
|
2205
|
+
"name": "getMultiselectEditorTemplate",
|
|
2206
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2337
2207
|
}
|
|
2338
2208
|
},
|
|
2339
2209
|
{
|
|
2340
2210
|
"kind": "js",
|
|
2341
|
-
"name": "
|
|
2211
|
+
"name": "foundationMultiselectEditor",
|
|
2342
2212
|
"declaration": {
|
|
2343
|
-
"name": "
|
|
2344
|
-
"
|
|
2213
|
+
"name": "foundationMultiselectEditor",
|
|
2214
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2345
2215
|
}
|
|
2346
2216
|
}
|
|
2347
2217
|
]
|
|
2348
2218
|
},
|
|
2349
2219
|
{
|
|
2350
2220
|
"kind": "javascript-module",
|
|
2351
|
-
"path": "src/cell-editors/
|
|
2221
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2352
2222
|
"declarations": [
|
|
2353
2223
|
{
|
|
2354
2224
|
"kind": "class",
|
|
2355
|
-
"description": "The
|
|
2356
|
-
"name": "
|
|
2225
|
+
"description": "The number editor class for grid-tabulator",
|
|
2226
|
+
"name": "NumberEditor",
|
|
2357
2227
|
"members": [
|
|
2358
2228
|
{
|
|
2359
2229
|
"kind": "field",
|
|
2360
2230
|
"name": "params",
|
|
2361
2231
|
"type": {
|
|
2362
|
-
"text": "
|
|
2232
|
+
"text": "NumberEditorParams"
|
|
2363
2233
|
}
|
|
2364
2234
|
},
|
|
2365
2235
|
{
|
|
2366
2236
|
"kind": "field",
|
|
2367
|
-
"name": "
|
|
2237
|
+
"name": "numberField",
|
|
2368
2238
|
"type": {
|
|
2369
2239
|
"text": "any"
|
|
2370
2240
|
}
|
|
@@ -2376,7 +2246,7 @@
|
|
|
2376
2246
|
{
|
|
2377
2247
|
"name": "params",
|
|
2378
2248
|
"type": {
|
|
2379
|
-
"text": "
|
|
2249
|
+
"text": "NumberEditorParams"
|
|
2380
2250
|
}
|
|
2381
2251
|
}
|
|
2382
2252
|
],
|
|
@@ -2384,36 +2254,13 @@
|
|
|
2384
2254
|
},
|
|
2385
2255
|
{
|
|
2386
2256
|
"kind": "method",
|
|
2387
|
-
"name": "
|
|
2388
|
-
"
|
|
2389
|
-
"type": {
|
|
2390
|
-
"text": "(string | number)[]"
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
"description": "Get current values"
|
|
2257
|
+
"name": "getValue",
|
|
2258
|
+
"description": "Get current value"
|
|
2394
2259
|
},
|
|
2395
2260
|
{
|
|
2396
2261
|
"kind": "method",
|
|
2397
2262
|
"name": "focus",
|
|
2398
|
-
"description": "Set focus to the
|
|
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"
|
|
2263
|
+
"description": "Set focus to the input"
|
|
2417
2264
|
},
|
|
2418
2265
|
{
|
|
2419
2266
|
"kind": "method",
|
|
@@ -2428,11 +2275,6 @@
|
|
|
2428
2275
|
],
|
|
2429
2276
|
"description": "Process key down events"
|
|
2430
2277
|
},
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "method",
|
|
2433
|
-
"name": "handleChange",
|
|
2434
|
-
"description": "Handle change event to save when selection changes"
|
|
2435
|
-
},
|
|
2436
2278
|
{
|
|
2437
2279
|
"kind": "field",
|
|
2438
2280
|
"name": "_presentation",
|
|
@@ -2552,13 +2394,13 @@
|
|
|
2552
2394
|
},
|
|
2553
2395
|
{
|
|
2554
2396
|
"kind": "variable",
|
|
2555
|
-
"name": "
|
|
2397
|
+
"name": "numberEditorStyles",
|
|
2556
2398
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2557
|
-
"description": "Styles for the
|
|
2399
|
+
"description": "Styles for the number editor"
|
|
2558
2400
|
},
|
|
2559
2401
|
{
|
|
2560
2402
|
"kind": "function",
|
|
2561
|
-
"name": "
|
|
2403
|
+
"name": "getNumberEditorTemplate",
|
|
2562
2404
|
"parameters": [
|
|
2563
2405
|
{
|
|
2564
2406
|
"name": "prefix",
|
|
@@ -2566,7 +2408,7 @@
|
|
|
2566
2408
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2567
2409
|
}
|
|
2568
2410
|
],
|
|
2569
|
-
"description": "Get a Design System prefixed
|
|
2411
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2570
2412
|
"return": {
|
|
2571
2413
|
"type": {
|
|
2572
2414
|
"text": ""
|
|
@@ -2575,64 +2417,64 @@
|
|
|
2575
2417
|
},
|
|
2576
2418
|
{
|
|
2577
2419
|
"kind": "variable",
|
|
2578
|
-
"name": "
|
|
2579
|
-
"description": "Definition for the
|
|
2420
|
+
"name": "foundationNumberEditor",
|
|
2421
|
+
"description": "Definition for the number editor component"
|
|
2580
2422
|
}
|
|
2581
2423
|
],
|
|
2582
2424
|
"exports": [
|
|
2583
2425
|
{
|
|
2584
2426
|
"kind": "js",
|
|
2585
|
-
"name": "
|
|
2427
|
+
"name": "NumberEditor",
|
|
2586
2428
|
"declaration": {
|
|
2587
|
-
"name": "
|
|
2588
|
-
"module": "src/cell-editors/
|
|
2429
|
+
"name": "NumberEditor",
|
|
2430
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2589
2431
|
}
|
|
2590
2432
|
},
|
|
2591
2433
|
{
|
|
2592
2434
|
"kind": "js",
|
|
2593
|
-
"name": "
|
|
2435
|
+
"name": "numberEditorStyles",
|
|
2594
2436
|
"declaration": {
|
|
2595
|
-
"name": "
|
|
2596
|
-
"module": "src/cell-editors/
|
|
2437
|
+
"name": "numberEditorStyles",
|
|
2438
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2597
2439
|
}
|
|
2598
2440
|
},
|
|
2599
2441
|
{
|
|
2600
2442
|
"kind": "js",
|
|
2601
|
-
"name": "
|
|
2443
|
+
"name": "getNumberEditorTemplate",
|
|
2602
2444
|
"declaration": {
|
|
2603
|
-
"name": "
|
|
2604
|
-
"module": "src/cell-editors/
|
|
2445
|
+
"name": "getNumberEditorTemplate",
|
|
2446
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2605
2447
|
}
|
|
2606
2448
|
},
|
|
2607
2449
|
{
|
|
2608
2450
|
"kind": "js",
|
|
2609
|
-
"name": "
|
|
2451
|
+
"name": "foundationNumberEditor",
|
|
2610
2452
|
"declaration": {
|
|
2611
|
-
"name": "
|
|
2612
|
-
"module": "src/cell-editors/
|
|
2453
|
+
"name": "foundationNumberEditor",
|
|
2454
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2613
2455
|
}
|
|
2614
2456
|
}
|
|
2615
2457
|
]
|
|
2616
2458
|
},
|
|
2617
2459
|
{
|
|
2618
2460
|
"kind": "javascript-module",
|
|
2619
|
-
"path": "src/cell-editors/
|
|
2461
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2620
2462
|
"declarations": [
|
|
2621
2463
|
{
|
|
2622
2464
|
"kind": "class",
|
|
2623
|
-
"description": "The
|
|
2624
|
-
"name": "
|
|
2465
|
+
"description": "The select editor class for grid-tabulator",
|
|
2466
|
+
"name": "SelectEditor",
|
|
2625
2467
|
"members": [
|
|
2626
2468
|
{
|
|
2627
2469
|
"kind": "field",
|
|
2628
2470
|
"name": "params",
|
|
2629
2471
|
"type": {
|
|
2630
|
-
"text": "
|
|
2472
|
+
"text": "SelectEditorParams"
|
|
2631
2473
|
}
|
|
2632
2474
|
},
|
|
2633
2475
|
{
|
|
2634
2476
|
"kind": "field",
|
|
2635
|
-
"name": "
|
|
2477
|
+
"name": "select",
|
|
2636
2478
|
"type": {
|
|
2637
2479
|
"text": "any"
|
|
2638
2480
|
}
|
|
@@ -2644,7 +2486,7 @@
|
|
|
2644
2486
|
{
|
|
2645
2487
|
"name": "params",
|
|
2646
2488
|
"type": {
|
|
2647
|
-
"text": "
|
|
2489
|
+
"text": "SelectEditorParams"
|
|
2648
2490
|
}
|
|
2649
2491
|
}
|
|
2650
2492
|
],
|
|
@@ -2658,7 +2500,7 @@
|
|
|
2658
2500
|
{
|
|
2659
2501
|
"kind": "method",
|
|
2660
2502
|
"name": "focus",
|
|
2661
|
-
"description": "Set focus to the
|
|
2503
|
+
"description": "Set focus to the select"
|
|
2662
2504
|
},
|
|
2663
2505
|
{
|
|
2664
2506
|
"kind": "method",
|
|
@@ -2673,6 +2515,11 @@
|
|
|
2673
2515
|
],
|
|
2674
2516
|
"description": "Process key down events"
|
|
2675
2517
|
},
|
|
2518
|
+
{
|
|
2519
|
+
"kind": "method",
|
|
2520
|
+
"name": "handleChange",
|
|
2521
|
+
"description": "Handle change event"
|
|
2522
|
+
},
|
|
2676
2523
|
{
|
|
2677
2524
|
"kind": "field",
|
|
2678
2525
|
"name": "_presentation",
|
|
@@ -2792,13 +2639,13 @@
|
|
|
2792
2639
|
},
|
|
2793
2640
|
{
|
|
2794
2641
|
"kind": "variable",
|
|
2795
|
-
"name": "
|
|
2642
|
+
"name": "selectEditorStyles",
|
|
2796
2643
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2797
|
-
"description": "Styles for the
|
|
2644
|
+
"description": "Styles for the select editor"
|
|
2798
2645
|
},
|
|
2799
2646
|
{
|
|
2800
2647
|
"kind": "function",
|
|
2801
|
-
"name": "
|
|
2648
|
+
"name": "getSelectEditorTemplate",
|
|
2802
2649
|
"parameters": [
|
|
2803
2650
|
{
|
|
2804
2651
|
"name": "prefix",
|
|
@@ -2806,73 +2653,74 @@
|
|
|
2806
2653
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2807
2654
|
}
|
|
2808
2655
|
],
|
|
2809
|
-
"description": "Get a Design System prefixed
|
|
2656
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2810
2657
|
"return": {
|
|
2811
2658
|
"type": {
|
|
2812
2659
|
"text": ""
|
|
2813
2660
|
}
|
|
2814
|
-
}
|
|
2661
|
+
},
|
|
2662
|
+
"privacy": "public"
|
|
2815
2663
|
},
|
|
2816
2664
|
{
|
|
2817
2665
|
"kind": "variable",
|
|
2818
|
-
"name": "
|
|
2819
|
-
"description": "Definition for the
|
|
2666
|
+
"name": "foundationSelectEditor",
|
|
2667
|
+
"description": "Definition for the select editor component"
|
|
2820
2668
|
}
|
|
2821
2669
|
],
|
|
2822
2670
|
"exports": [
|
|
2823
2671
|
{
|
|
2824
2672
|
"kind": "js",
|
|
2825
|
-
"name": "
|
|
2673
|
+
"name": "SelectEditor",
|
|
2826
2674
|
"declaration": {
|
|
2827
|
-
"name": "
|
|
2828
|
-
"module": "src/cell-editors/
|
|
2675
|
+
"name": "SelectEditor",
|
|
2676
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2829
2677
|
}
|
|
2830
2678
|
},
|
|
2831
2679
|
{
|
|
2832
2680
|
"kind": "js",
|
|
2833
|
-
"name": "
|
|
2681
|
+
"name": "selectEditorStyles",
|
|
2834
2682
|
"declaration": {
|
|
2835
|
-
"name": "
|
|
2836
|
-
"module": "src/cell-editors/
|
|
2683
|
+
"name": "selectEditorStyles",
|
|
2684
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2837
2685
|
}
|
|
2838
2686
|
},
|
|
2839
2687
|
{
|
|
2840
2688
|
"kind": "js",
|
|
2841
|
-
"name": "
|
|
2689
|
+
"name": "getSelectEditorTemplate",
|
|
2842
2690
|
"declaration": {
|
|
2843
|
-
"name": "
|
|
2844
|
-
"module": "src/cell-editors/
|
|
2691
|
+
"name": "getSelectEditorTemplate",
|
|
2692
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2845
2693
|
}
|
|
2846
2694
|
},
|
|
2847
2695
|
{
|
|
2848
2696
|
"kind": "js",
|
|
2849
|
-
"name": "
|
|
2697
|
+
"name": "foundationSelectEditor",
|
|
2850
2698
|
"declaration": {
|
|
2851
|
-
"name": "
|
|
2852
|
-
"module": "src/cell-editors/
|
|
2699
|
+
"name": "foundationSelectEditor",
|
|
2700
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2853
2701
|
}
|
|
2854
2702
|
}
|
|
2855
2703
|
]
|
|
2856
2704
|
},
|
|
2857
2705
|
{
|
|
2858
2706
|
"kind": "javascript-module",
|
|
2859
|
-
"path": "src/cell-editors/
|
|
2707
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2860
2708
|
"declarations": [
|
|
2861
2709
|
{
|
|
2862
2710
|
"kind": "class",
|
|
2863
|
-
"description": "The
|
|
2864
|
-
"name": "
|
|
2711
|
+
"description": "The string editor class for grid-tabulator",
|
|
2712
|
+
"name": "StringEditor",
|
|
2865
2713
|
"members": [
|
|
2866
2714
|
{
|
|
2867
2715
|
"kind": "field",
|
|
2868
2716
|
"name": "params",
|
|
2869
2717
|
"type": {
|
|
2870
|
-
"text": "
|
|
2718
|
+
"text": "StringEditorParams"
|
|
2871
2719
|
}
|
|
2872
2720
|
},
|
|
2873
2721
|
{
|
|
2874
2722
|
"kind": "field",
|
|
2875
|
-
"name": "
|
|
2723
|
+
"name": "textField",
|
|
2876
2724
|
"type": {
|
|
2877
2725
|
"text": "any"
|
|
2878
2726
|
}
|
|
@@ -2884,7 +2732,7 @@
|
|
|
2884
2732
|
{
|
|
2885
2733
|
"name": "params",
|
|
2886
2734
|
"type": {
|
|
2887
|
-
"text": "
|
|
2735
|
+
"text": "StringEditorParams"
|
|
2888
2736
|
}
|
|
2889
2737
|
}
|
|
2890
2738
|
],
|
|
@@ -2898,7 +2746,7 @@
|
|
|
2898
2746
|
{
|
|
2899
2747
|
"kind": "method",
|
|
2900
2748
|
"name": "focus",
|
|
2901
|
-
"description": "Set focus to the
|
|
2749
|
+
"description": "Set focus to the input"
|
|
2902
2750
|
},
|
|
2903
2751
|
{
|
|
2904
2752
|
"kind": "method",
|
|
@@ -2913,11 +2761,6 @@
|
|
|
2913
2761
|
],
|
|
2914
2762
|
"description": "Process key down events"
|
|
2915
2763
|
},
|
|
2916
|
-
{
|
|
2917
|
-
"kind": "method",
|
|
2918
|
-
"name": "handleChange",
|
|
2919
|
-
"description": "Handle change event"
|
|
2920
|
-
},
|
|
2921
2764
|
{
|
|
2922
2765
|
"kind": "field",
|
|
2923
2766
|
"name": "_presentation",
|
|
@@ -3037,13 +2880,13 @@
|
|
|
3037
2880
|
},
|
|
3038
2881
|
{
|
|
3039
2882
|
"kind": "variable",
|
|
3040
|
-
"name": "
|
|
2883
|
+
"name": "stringEditorStyles",
|
|
3041
2884
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3042
|
-
"description": "Styles for the
|
|
2885
|
+
"description": "Styles for the string editor"
|
|
3043
2886
|
},
|
|
3044
2887
|
{
|
|
3045
2888
|
"kind": "function",
|
|
3046
|
-
"name": "
|
|
2889
|
+
"name": "getStringEditorTemplate",
|
|
3047
2890
|
"parameters": [
|
|
3048
2891
|
{
|
|
3049
2892
|
"name": "prefix",
|
|
@@ -3051,291 +2894,448 @@
|
|
|
3051
2894
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3052
2895
|
}
|
|
3053
2896
|
],
|
|
3054
|
-
"description": "Get a Design System prefixed
|
|
2897
|
+
"description": "Get a Design System prefixed text field template.",
|
|
3055
2898
|
"return": {
|
|
3056
2899
|
"type": {
|
|
3057
2900
|
"text": ""
|
|
3058
2901
|
}
|
|
3059
|
-
}
|
|
3060
|
-
"privacy": "public"
|
|
2902
|
+
}
|
|
3061
2903
|
},
|
|
3062
2904
|
{
|
|
3063
2905
|
"kind": "variable",
|
|
3064
|
-
"name": "
|
|
3065
|
-
"description": "Definition for the
|
|
2906
|
+
"name": "foundationStringEditor",
|
|
2907
|
+
"description": "Definition for the string editor component"
|
|
3066
2908
|
}
|
|
3067
2909
|
],
|
|
3068
2910
|
"exports": [
|
|
3069
2911
|
{
|
|
3070
2912
|
"kind": "js",
|
|
3071
|
-
"name": "
|
|
2913
|
+
"name": "StringEditor",
|
|
3072
2914
|
"declaration": {
|
|
3073
|
-
"name": "
|
|
3074
|
-
"module": "src/cell-editors/
|
|
2915
|
+
"name": "StringEditor",
|
|
2916
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3075
2917
|
}
|
|
3076
2918
|
},
|
|
3077
2919
|
{
|
|
3078
2920
|
"kind": "js",
|
|
3079
|
-
"name": "
|
|
2921
|
+
"name": "stringEditorStyles",
|
|
3080
2922
|
"declaration": {
|
|
3081
|
-
"name": "
|
|
3082
|
-
"module": "src/cell-editors/
|
|
2923
|
+
"name": "stringEditorStyles",
|
|
2924
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3083
2925
|
}
|
|
3084
2926
|
},
|
|
3085
2927
|
{
|
|
3086
2928
|
"kind": "js",
|
|
3087
|
-
"name": "
|
|
2929
|
+
"name": "getStringEditorTemplate",
|
|
3088
2930
|
"declaration": {
|
|
3089
|
-
"name": "
|
|
3090
|
-
"module": "src/cell-editors/
|
|
2931
|
+
"name": "getStringEditorTemplate",
|
|
2932
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3091
2933
|
}
|
|
3092
2934
|
},
|
|
3093
2935
|
{
|
|
3094
2936
|
"kind": "js",
|
|
3095
|
-
"name": "
|
|
2937
|
+
"name": "foundationStringEditor",
|
|
3096
2938
|
"declaration": {
|
|
3097
|
-
"name": "
|
|
3098
|
-
"module": "src/cell-editors/
|
|
2939
|
+
"name": "foundationStringEditor",
|
|
2940
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3099
2941
|
}
|
|
3100
2942
|
}
|
|
3101
2943
|
]
|
|
3102
2944
|
},
|
|
3103
2945
|
{
|
|
3104
2946
|
"kind": "javascript-module",
|
|
3105
|
-
"path": "src/cell-
|
|
2947
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
3106
2948
|
"declarations": [
|
|
3107
2949
|
{
|
|
3108
|
-
"kind": "
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
"text": "StringEditorParams"
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
2950
|
+
"kind": "function",
|
|
2951
|
+
"name": "actionFormatter",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": ""
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
3119
2958
|
{
|
|
3120
|
-
"
|
|
3121
|
-
"name": "textField",
|
|
2959
|
+
"name": "cell",
|
|
3122
2960
|
"type": {
|
|
3123
2961
|
"text": "any"
|
|
3124
|
-
}
|
|
3125
|
-
|
|
3126
|
-
{
|
|
3127
|
-
"kind": "method",
|
|
3128
|
-
"name": "init",
|
|
3129
|
-
"parameters": [
|
|
3130
|
-
{
|
|
3131
|
-
"name": "params",
|
|
3132
|
-
"type": {
|
|
3133
|
-
"text": "StringEditorParams"
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
],
|
|
3137
|
-
"description": "Initialize the editor with parameters"
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"kind": "method",
|
|
3141
|
-
"name": "getValue",
|
|
3142
|
-
"description": "Get current value"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "method",
|
|
3146
|
-
"name": "focus",
|
|
3147
|
-
"description": "Set focus to the input"
|
|
3148
|
-
},
|
|
3149
|
-
{
|
|
3150
|
-
"kind": "method",
|
|
3151
|
-
"name": "handleKeyDown",
|
|
3152
|
-
"parameters": [
|
|
3153
|
-
{
|
|
3154
|
-
"name": "event",
|
|
3155
|
-
"type": {
|
|
3156
|
-
"text": "KeyboardEvent"
|
|
3157
|
-
}
|
|
3158
|
-
}
|
|
3159
|
-
],
|
|
3160
|
-
"description": "Process key down events"
|
|
2962
|
+
},
|
|
2963
|
+
"description": "The cell component provided by Tabulator"
|
|
3161
2964
|
},
|
|
3162
2965
|
{
|
|
3163
|
-
"
|
|
3164
|
-
"
|
|
2966
|
+
"name": "formatterParams",
|
|
2967
|
+
"default": "{}",
|
|
3165
2968
|
"type": {
|
|
3166
|
-
"text": "
|
|
2969
|
+
"text": "ActionFormatterParams<T>"
|
|
3167
2970
|
},
|
|
3168
|
-
"
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
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": [
|
|
3175
3002
|
{
|
|
3176
|
-
"
|
|
3177
|
-
"name": "$presentation",
|
|
3003
|
+
"name": "cell",
|
|
3178
3004
|
"type": {
|
|
3179
|
-
"text": "
|
|
3005
|
+
"text": "any"
|
|
3180
3006
|
},
|
|
3181
|
-
"
|
|
3182
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3183
|
-
"inheritedFrom": {
|
|
3184
|
-
"name": "FoundationElement",
|
|
3185
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3186
|
-
}
|
|
3007
|
+
"description": "The cell component provided by Tabulator"
|
|
3187
3008
|
},
|
|
3188
3009
|
{
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3010
|
+
"name": "formatterParams",
|
|
3011
|
+
"default": "{}",
|
|
3191
3012
|
"type": {
|
|
3192
|
-
"text": "
|
|
3013
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3193
3014
|
},
|
|
3194
|
-
"
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
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": [
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "function",
|
|
3039
|
+
"name": "booleanFormatter",
|
|
3040
|
+
"return": {
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": ""
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"parameters": [
|
|
3201
3046
|
{
|
|
3202
|
-
"
|
|
3203
|
-
"
|
|
3204
|
-
|
|
3205
|
-
"return": {
|
|
3206
|
-
"type": {
|
|
3207
|
-
"text": "void"
|
|
3208
|
-
}
|
|
3047
|
+
"name": "cell",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "any"
|
|
3209
3050
|
},
|
|
3210
|
-
"
|
|
3211
|
-
"name": "FoundationElement",
|
|
3212
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3213
|
-
}
|
|
3051
|
+
"description": "The cell component provided by Tabulator"
|
|
3214
3052
|
},
|
|
3215
3053
|
{
|
|
3216
|
-
"
|
|
3217
|
-
"
|
|
3054
|
+
"name": "formatterParams",
|
|
3055
|
+
"default": "{}",
|
|
3218
3056
|
"type": {
|
|
3219
|
-
"text": "
|
|
3057
|
+
"text": "BooleanFormatterParams<T>"
|
|
3220
3058
|
},
|
|
3221
|
-
"
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
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": [
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "function",
|
|
3089
|
+
"name": "editableFormatter",
|
|
3090
|
+
"return": {
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": ""
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
"parameters": [
|
|
3228
3096
|
{
|
|
3229
|
-
"
|
|
3230
|
-
"
|
|
3231
|
-
|
|
3232
|
-
"return": {
|
|
3233
|
-
"type": {
|
|
3234
|
-
"text": "void"
|
|
3235
|
-
}
|
|
3097
|
+
"name": "cell",
|
|
3098
|
+
"type": {
|
|
3099
|
+
"text": "any"
|
|
3236
3100
|
},
|
|
3237
|
-
"
|
|
3238
|
-
"name": "FoundationElement",
|
|
3239
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3240
|
-
}
|
|
3101
|
+
"description": "The cell component provided by Tabulator"
|
|
3241
3102
|
},
|
|
3242
3103
|
{
|
|
3243
|
-
"
|
|
3244
|
-
"
|
|
3245
|
-
"
|
|
3246
|
-
|
|
3247
|
-
"return": {
|
|
3248
|
-
"type": {
|
|
3249
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3250
|
-
}
|
|
3104
|
+
"name": "formatterParams",
|
|
3105
|
+
"default": "{}",
|
|
3106
|
+
"type": {
|
|
3107
|
+
"text": "EditableFormatterParams<T>"
|
|
3251
3108
|
},
|
|
3252
|
-
"
|
|
3253
|
-
{
|
|
3254
|
-
"name": "this",
|
|
3255
|
-
"type": {
|
|
3256
|
-
"text": "K"
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
|
-
{
|
|
3260
|
-
"name": "elementDefinition",
|
|
3261
|
-
"type": {
|
|
3262
|
-
"text": "T"
|
|
3263
|
-
},
|
|
3264
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3265
|
-
}
|
|
3266
|
-
],
|
|
3267
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3268
|
-
"inheritedFrom": {
|
|
3269
|
-
"name": "FoundationElement",
|
|
3270
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3271
|
-
}
|
|
3109
|
+
"description": "Editable formatter parameters"
|
|
3272
3110
|
}
|
|
3273
3111
|
],
|
|
3274
|
-
"
|
|
3275
|
-
|
|
3276
|
-
|
|
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"
|
|
3277
3164
|
}
|
|
3278
3165
|
},
|
|
3279
3166
|
{
|
|
3280
|
-
"kind": "
|
|
3281
|
-
"name": "
|
|
3282
|
-
"
|
|
3283
|
-
|
|
3167
|
+
"kind": "js",
|
|
3168
|
+
"name": "ActionsMenuFormatterParams",
|
|
3169
|
+
"declaration": {
|
|
3170
|
+
"name": "ActionsMenuFormatterParams",
|
|
3171
|
+
"module": "src/cell-formatters/index.ts"
|
|
3172
|
+
}
|
|
3284
3173
|
},
|
|
3285
3174
|
{
|
|
3286
|
-
"kind": "
|
|
3287
|
-
"name": "
|
|
3288
|
-
"
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
"default": "'foundation'",
|
|
3292
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3293
|
-
}
|
|
3294
|
-
],
|
|
3295
|
-
"description": "Get a Design System prefixed text field template.",
|
|
3296
|
-
"return": {
|
|
3297
|
-
"type": {
|
|
3298
|
-
"text": ""
|
|
3299
|
-
}
|
|
3175
|
+
"kind": "js",
|
|
3176
|
+
"name": "actionsMenuFormatter",
|
|
3177
|
+
"declaration": {
|
|
3178
|
+
"name": "actionsMenuFormatter",
|
|
3179
|
+
"module": "src/cell-formatters/index.ts"
|
|
3300
3180
|
}
|
|
3301
3181
|
},
|
|
3302
3182
|
{
|
|
3303
|
-
"kind": "
|
|
3304
|
-
"name": "
|
|
3305
|
-
"
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3183
|
+
"kind": "js",
|
|
3184
|
+
"name": "BooleanFormatterParams",
|
|
3185
|
+
"declaration": {
|
|
3186
|
+
"name": "BooleanFormatterParams",
|
|
3187
|
+
"module": "src/cell-formatters/index.ts"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3309
3190
|
{
|
|
3310
3191
|
"kind": "js",
|
|
3311
|
-
"name": "
|
|
3192
|
+
"name": "booleanFormatter",
|
|
3312
3193
|
"declaration": {
|
|
3313
|
-
"name": "
|
|
3314
|
-
"module": "src/cell-
|
|
3194
|
+
"name": "booleanFormatter",
|
|
3195
|
+
"module": "src/cell-formatters/index.ts"
|
|
3315
3196
|
}
|
|
3316
3197
|
},
|
|
3317
3198
|
{
|
|
3318
3199
|
"kind": "js",
|
|
3319
|
-
"name": "
|
|
3200
|
+
"name": "EditableFormatterParams",
|
|
3320
3201
|
"declaration": {
|
|
3321
|
-
"name": "
|
|
3322
|
-
"module": "src/cell-
|
|
3202
|
+
"name": "EditableFormatterParams",
|
|
3203
|
+
"module": "src/cell-formatters/index.ts"
|
|
3323
3204
|
}
|
|
3324
3205
|
},
|
|
3325
3206
|
{
|
|
3326
3207
|
"kind": "js",
|
|
3327
|
-
"name": "
|
|
3208
|
+
"name": "editableFormatter",
|
|
3328
3209
|
"declaration": {
|
|
3329
|
-
"name": "
|
|
3330
|
-
"module": "src/cell-
|
|
3210
|
+
"name": "editableFormatter",
|
|
3211
|
+
"module": "src/cell-formatters/index.ts"
|
|
3331
3212
|
}
|
|
3332
3213
|
},
|
|
3333
3214
|
{
|
|
3334
3215
|
"kind": "js",
|
|
3335
|
-
"name": "
|
|
3216
|
+
"name": "SelectFormatterParams",
|
|
3336
3217
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"module": "src/cell-
|
|
3218
|
+
"name": "SelectFormatterParams",
|
|
3219
|
+
"module": "src/cell-formatters/index.ts"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"kind": "js",
|
|
3224
|
+
"name": "selectFormatter",
|
|
3225
|
+
"declaration": {
|
|
3226
|
+
"name": "selectFormatter",
|
|
3227
|
+
"module": "src/cell-formatters/index.ts"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"kind": "js",
|
|
3232
|
+
"name": "TextFormatterParams",
|
|
3233
|
+
"declaration": {
|
|
3234
|
+
"name": "TextFormatterParams",
|
|
3235
|
+
"module": "src/cell-formatters/index.ts"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "js",
|
|
3240
|
+
"name": "textFormatter",
|
|
3241
|
+
"declaration": {
|
|
3242
|
+
"name": "textFormatter",
|
|
3243
|
+
"module": "src/cell-formatters/index.ts"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"kind": "js",
|
|
3248
|
+
"name": "formatters",
|
|
3249
|
+
"declaration": {
|
|
3250
|
+
"name": "formatters",
|
|
3251
|
+
"module": "src/cell-formatters/index.ts"
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
]
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"kind": "javascript-module",
|
|
3258
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3259
|
+
"declarations": [
|
|
3260
|
+
{
|
|
3261
|
+
"kind": "function",
|
|
3262
|
+
"name": "selectFormatter",
|
|
3263
|
+
"return": {
|
|
3264
|
+
"type": {
|
|
3265
|
+
"text": ""
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
"parameters": [
|
|
3269
|
+
{
|
|
3270
|
+
"name": "cell",
|
|
3271
|
+
"type": {
|
|
3272
|
+
"text": "any"
|
|
3273
|
+
},
|
|
3274
|
+
"description": "The cell component provided by Tabulator"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "formatterParams",
|
|
3278
|
+
"type": {
|
|
3279
|
+
"text": "SelectFormatterParams<T>"
|
|
3280
|
+
},
|
|
3281
|
+
"description": "Select formatter parameters"
|
|
3282
|
+
}
|
|
3283
|
+
],
|
|
3284
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3285
|
+
"privacy": "public"
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
"exports": [
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "js",
|
|
3291
|
+
"name": "selectFormatter",
|
|
3292
|
+
"declaration": {
|
|
3293
|
+
"name": "selectFormatter",
|
|
3294
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3295
|
+
}
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"kind": "javascript-module",
|
|
3301
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
+
"declarations": [
|
|
3303
|
+
{
|
|
3304
|
+
"kind": "function",
|
|
3305
|
+
"name": "textFormatter",
|
|
3306
|
+
"return": {
|
|
3307
|
+
"type": {
|
|
3308
|
+
"text": ""
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"parameters": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "cell",
|
|
3314
|
+
"type": {
|
|
3315
|
+
"text": "any"
|
|
3316
|
+
},
|
|
3317
|
+
"description": "The cell component provided by Tabulator"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "formatterParams",
|
|
3321
|
+
"default": "{}",
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "TextFormatterParams<T>"
|
|
3324
|
+
},
|
|
3325
|
+
"description": "Text formatter parameters"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3329
|
+
"privacy": "public"
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"exports": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "js",
|
|
3335
|
+
"name": "textFormatter",
|
|
3336
|
+
"declaration": {
|
|
3337
|
+
"name": "textFormatter",
|
|
3338
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3339
3339
|
}
|
|
3340
3340
|
}
|
|
3341
3341
|
]
|
|
@@ -4665,6 +4665,41 @@
|
|
|
4665
4665
|
}
|
|
4666
4666
|
]
|
|
4667
4667
|
},
|
|
4668
|
+
{
|
|
4669
|
+
"kind": "javascript-module",
|
|
4670
|
+
"path": "src/style/colors.ts",
|
|
4671
|
+
"declarations": [],
|
|
4672
|
+
"exports": []
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
"kind": "javascript-module",
|
|
4676
|
+
"path": "src/style/index.ts",
|
|
4677
|
+
"declarations": [],
|
|
4678
|
+
"exports": [
|
|
4679
|
+
{
|
|
4680
|
+
"kind": "js",
|
|
4681
|
+
"name": "*",
|
|
4682
|
+
"declaration": {
|
|
4683
|
+
"name": "*",
|
|
4684
|
+
"package": "./colors"
|
|
4685
|
+
}
|
|
4686
|
+
},
|
|
4687
|
+
{
|
|
4688
|
+
"kind": "js",
|
|
4689
|
+
"name": "*",
|
|
4690
|
+
"declaration": {
|
|
4691
|
+
"name": "*",
|
|
4692
|
+
"package": "./tokens"
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
]
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"kind": "javascript-module",
|
|
4699
|
+
"path": "src/style/tokens.ts",
|
|
4700
|
+
"declarations": [],
|
|
4701
|
+
"exports": []
|
|
4702
|
+
},
|
|
4668
4703
|
{
|
|
4669
4704
|
"kind": "javascript-module",
|
|
4670
4705
|
"path": "src/utils/index.ts",
|
|
@@ -4828,41 +4863,6 @@
|
|
|
4828
4863
|
}
|
|
4829
4864
|
}
|
|
4830
4865
|
]
|
|
4831
|
-
},
|
|
4832
|
-
{
|
|
4833
|
-
"kind": "javascript-module",
|
|
4834
|
-
"path": "src/style/colors.ts",
|
|
4835
|
-
"declarations": [],
|
|
4836
|
-
"exports": []
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"kind": "javascript-module",
|
|
4840
|
-
"path": "src/style/index.ts",
|
|
4841
|
-
"declarations": [],
|
|
4842
|
-
"exports": [
|
|
4843
|
-
{
|
|
4844
|
-
"kind": "js",
|
|
4845
|
-
"name": "*",
|
|
4846
|
-
"declaration": {
|
|
4847
|
-
"name": "*",
|
|
4848
|
-
"package": "./colors"
|
|
4849
|
-
}
|
|
4850
|
-
},
|
|
4851
|
-
{
|
|
4852
|
-
"kind": "js",
|
|
4853
|
-
"name": "*",
|
|
4854
|
-
"declaration": {
|
|
4855
|
-
"name": "*",
|
|
4856
|
-
"package": "./tokens"
|
|
4857
|
-
}
|
|
4858
|
-
}
|
|
4859
|
-
]
|
|
4860
|
-
},
|
|
4861
|
-
{
|
|
4862
|
-
"kind": "javascript-module",
|
|
4863
|
-
"path": "src/style/tokens.ts",
|
|
4864
|
-
"declarations": [],
|
|
4865
|
-
"exports": []
|
|
4866
4866
|
}
|
|
4867
4867
|
]
|
|
4868
4868
|
}
|