@genesislcap/grid-tabulator 15.3.0 → 15.3.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 +843 -843
- 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,248 +2417,8 @@
|
|
|
2575
2417
|
},
|
|
2576
2418
|
{
|
|
2577
2419
|
"kind": "variable",
|
|
2578
|
-
"name": "
|
|
2579
|
-
"description": "Definition for the
|
|
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"
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"kind": "function",
|
|
2801
|
-
"name": "getNumberEditorTemplate",
|
|
2802
|
-
"parameters": [
|
|
2803
|
-
{
|
|
2804
|
-
"name": "prefix",
|
|
2805
|
-
"default": "'foundation'",
|
|
2806
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2807
|
-
}
|
|
2808
|
-
],
|
|
2809
|
-
"description": "Get a Design System prefixed number field template.",
|
|
2810
|
-
"return": {
|
|
2811
|
-
"type": {
|
|
2812
|
-
"text": ""
|
|
2813
|
-
}
|
|
2814
|
-
}
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"kind": "variable",
|
|
2818
|
-
"name": "foundationNumberEditor",
|
|
2819
|
-
"description": "Definition for the number editor component"
|
|
2420
|
+
"name": "foundationNumberEditor",
|
|
2421
|
+
"description": "Definition for the number editor component"
|
|
2820
2422
|
}
|
|
2821
2423
|
],
|
|
2822
2424
|
"exports": [
|
|
@@ -3481,135 +3083,533 @@
|
|
|
3481
3083
|
}
|
|
3482
3084
|
},
|
|
3483
3085
|
{
|
|
3484
|
-
"kind": "field",
|
|
3485
|
-
"name": "template",
|
|
3086
|
+
"kind": "field",
|
|
3087
|
+
"name": "template",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "ElementViewTemplate | void | null"
|
|
3090
|
+
},
|
|
3091
|
+
"privacy": "public",
|
|
3092
|
+
"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.",
|
|
3093
|
+
"inheritedFrom": {
|
|
3094
|
+
"name": "FoundationElement",
|
|
3095
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"kind": "method",
|
|
3100
|
+
"name": "templateChanged",
|
|
3101
|
+
"privacy": "protected",
|
|
3102
|
+
"return": {
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "void"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
"inheritedFrom": {
|
|
3108
|
+
"name": "FoundationElement",
|
|
3109
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "field",
|
|
3114
|
+
"name": "styles",
|
|
3115
|
+
"type": {
|
|
3116
|
+
"text": "ElementStyles | void | null"
|
|
3117
|
+
},
|
|
3118
|
+
"privacy": "public",
|
|
3119
|
+
"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.",
|
|
3120
|
+
"inheritedFrom": {
|
|
3121
|
+
"name": "FoundationElement",
|
|
3122
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"kind": "method",
|
|
3127
|
+
"name": "stylesChanged",
|
|
3128
|
+
"privacy": "protected",
|
|
3129
|
+
"return": {
|
|
3130
|
+
"type": {
|
|
3131
|
+
"text": "void"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
"inheritedFrom": {
|
|
3135
|
+
"name": "FoundationElement",
|
|
3136
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"kind": "method",
|
|
3141
|
+
"name": "compose",
|
|
3142
|
+
"privacy": "public",
|
|
3143
|
+
"static": true,
|
|
3144
|
+
"return": {
|
|
3145
|
+
"type": {
|
|
3146
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3147
|
+
}
|
|
3148
|
+
},
|
|
3149
|
+
"parameters": [
|
|
3150
|
+
{
|
|
3151
|
+
"name": "this",
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "K"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"name": "elementDefinition",
|
|
3158
|
+
"type": {
|
|
3159
|
+
"text": "T"
|
|
3160
|
+
},
|
|
3161
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3162
|
+
}
|
|
3163
|
+
],
|
|
3164
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3165
|
+
"inheritedFrom": {
|
|
3166
|
+
"name": "FoundationElement",
|
|
3167
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3170
|
+
],
|
|
3171
|
+
"mixins": [
|
|
3172
|
+
{
|
|
3173
|
+
"name": "LifecycleMixin",
|
|
3174
|
+
"package": "@genesislcap/foundation-utils"
|
|
3175
|
+
}
|
|
3176
|
+
],
|
|
3177
|
+
"superclass": {
|
|
3178
|
+
"name": "FoundationElement",
|
|
3179
|
+
"package": "@microsoft/fast-foundation"
|
|
3180
|
+
},
|
|
3181
|
+
"tagName": "grid-tabulator-column",
|
|
3182
|
+
"customElement": true
|
|
3183
|
+
}
|
|
3184
|
+
],
|
|
3185
|
+
"exports": [
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "js",
|
|
3188
|
+
"name": "GridTabulatorColumn",
|
|
3189
|
+
"declaration": {
|
|
3190
|
+
"name": "GridTabulatorColumn",
|
|
3191
|
+
"module": "src/column/column.ts"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"kind": "custom-element-definition",
|
|
3196
|
+
"name": "grid-tabulator-column",
|
|
3197
|
+
"declaration": {
|
|
3198
|
+
"name": "GridTabulatorColumn",
|
|
3199
|
+
"module": "src/column/column.ts"
|
|
3200
|
+
}
|
|
3201
|
+
}
|
|
3202
|
+
]
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "javascript-module",
|
|
3206
|
+
"path": "src/column/index.ts",
|
|
3207
|
+
"declarations": [],
|
|
3208
|
+
"exports": [
|
|
3209
|
+
{
|
|
3210
|
+
"kind": "js",
|
|
3211
|
+
"name": "*",
|
|
3212
|
+
"declaration": {
|
|
3213
|
+
"name": "*",
|
|
3214
|
+
"package": "./column"
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
]
|
|
3218
|
+
},
|
|
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",
|
|
3486
3545
|
"type": {
|
|
3487
|
-
"text": "
|
|
3488
|
-
},
|
|
3489
|
-
"privacy": "public",
|
|
3490
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3491
|
-
"inheritedFrom": {
|
|
3492
|
-
"name": "FoundationElement",
|
|
3493
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3494
|
-
}
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"kind": "method",
|
|
3498
|
-
"name": "templateChanged",
|
|
3499
|
-
"privacy": "protected",
|
|
3500
|
-
"return": {
|
|
3501
|
-
"type": {
|
|
3502
|
-
"text": "void"
|
|
3503
|
-
}
|
|
3546
|
+
"text": "any"
|
|
3504
3547
|
},
|
|
3505
|
-
"
|
|
3506
|
-
"name": "FoundationElement",
|
|
3507
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3508
|
-
}
|
|
3548
|
+
"description": "The cell component provided by Tabulator"
|
|
3509
3549
|
},
|
|
3510
3550
|
{
|
|
3511
|
-
"
|
|
3512
|
-
"name": "styles",
|
|
3551
|
+
"name": "formatterParams",
|
|
3513
3552
|
"type": {
|
|
3514
|
-
"text": "
|
|
3515
|
-
},
|
|
3516
|
-
"privacy": "public",
|
|
3517
|
-
"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.",
|
|
3518
|
-
"inheritedFrom": {
|
|
3519
|
-
"name": "FoundationElement",
|
|
3520
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "method",
|
|
3525
|
-
"name": "stylesChanged",
|
|
3526
|
-
"privacy": "protected",
|
|
3527
|
-
"return": {
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "void"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
"inheritedFrom": {
|
|
3533
|
-
"name": "FoundationElement",
|
|
3534
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3535
|
-
}
|
|
3536
|
-
},
|
|
3537
|
-
{
|
|
3538
|
-
"kind": "method",
|
|
3539
|
-
"name": "compose",
|
|
3540
|
-
"privacy": "public",
|
|
3541
|
-
"static": true,
|
|
3542
|
-
"return": {
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3545
|
-
}
|
|
3553
|
+
"text": "SelectFormatterParams<T>"
|
|
3546
3554
|
},
|
|
3547
|
-
"
|
|
3548
|
-
{
|
|
3549
|
-
"name": "this",
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "K"
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"name": "elementDefinition",
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "T"
|
|
3558
|
-
},
|
|
3559
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3560
|
-
}
|
|
3561
|
-
],
|
|
3562
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3563
|
-
"inheritedFrom": {
|
|
3564
|
-
"name": "FoundationElement",
|
|
3565
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3566
|
-
}
|
|
3567
|
-
}
|
|
3568
|
-
],
|
|
3569
|
-
"mixins": [
|
|
3570
|
-
{
|
|
3571
|
-
"name": "LifecycleMixin",
|
|
3572
|
-
"package": "@genesislcap/foundation-utils"
|
|
3555
|
+
"description": "Select formatter parameters"
|
|
3573
3556
|
}
|
|
3574
3557
|
],
|
|
3575
|
-
"
|
|
3576
|
-
|
|
3577
|
-
"package": "@microsoft/fast-foundation"
|
|
3578
|
-
},
|
|
3579
|
-
"tagName": "grid-tabulator-column",
|
|
3580
|
-
"customElement": true
|
|
3558
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3559
|
+
"privacy": "public"
|
|
3581
3560
|
}
|
|
3582
3561
|
],
|
|
3583
3562
|
"exports": [
|
|
3584
3563
|
{
|
|
3585
3564
|
"kind": "js",
|
|
3586
|
-
"name": "
|
|
3587
|
-
"declaration": {
|
|
3588
|
-
"name": "GridTabulatorColumn",
|
|
3589
|
-
"module": "src/column/column.ts"
|
|
3590
|
-
}
|
|
3591
|
-
},
|
|
3592
|
-
{
|
|
3593
|
-
"kind": "custom-element-definition",
|
|
3594
|
-
"name": "grid-tabulator-column",
|
|
3565
|
+
"name": "selectFormatter",
|
|
3595
3566
|
"declaration": {
|
|
3596
|
-
"name": "
|
|
3597
|
-
"module": "src/
|
|
3567
|
+
"name": "selectFormatter",
|
|
3568
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3598
3569
|
}
|
|
3599
3570
|
}
|
|
3600
3571
|
]
|
|
3601
3572
|
},
|
|
3602
3573
|
{
|
|
3603
3574
|
"kind": "javascript-module",
|
|
3604
|
-
"path": "src/
|
|
3605
|
-
"declarations": [
|
|
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
3606
|
"exports": [
|
|
3607
3607
|
{
|
|
3608
3608
|
"kind": "js",
|
|
3609
|
-
"name": "
|
|
3609
|
+
"name": "textFormatter",
|
|
3610
3610
|
"declaration": {
|
|
3611
|
-
"name": "
|
|
3612
|
-
"
|
|
3611
|
+
"name": "textFormatter",
|
|
3612
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3613
3613
|
}
|
|
3614
3614
|
}
|
|
3615
3615
|
]
|
|
@@ -4548,6 +4548,41 @@
|
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|
|
4550
4550
|
},
|
|
4551
|
+
{
|
|
4552
|
+
"kind": "javascript-module",
|
|
4553
|
+
"path": "src/style/colors.ts",
|
|
4554
|
+
"declarations": [],
|
|
4555
|
+
"exports": []
|
|
4556
|
+
},
|
|
4557
|
+
{
|
|
4558
|
+
"kind": "javascript-module",
|
|
4559
|
+
"path": "src/style/index.ts",
|
|
4560
|
+
"declarations": [],
|
|
4561
|
+
"exports": [
|
|
4562
|
+
{
|
|
4563
|
+
"kind": "js",
|
|
4564
|
+
"name": "*",
|
|
4565
|
+
"declaration": {
|
|
4566
|
+
"name": "*",
|
|
4567
|
+
"package": "./colors"
|
|
4568
|
+
}
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"kind": "js",
|
|
4572
|
+
"name": "*",
|
|
4573
|
+
"declaration": {
|
|
4574
|
+
"name": "*",
|
|
4575
|
+
"package": "./tokens"
|
|
4576
|
+
}
|
|
4577
|
+
}
|
|
4578
|
+
]
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"kind": "javascript-module",
|
|
4582
|
+
"path": "src/style/tokens.ts",
|
|
4583
|
+
"declarations": [],
|
|
4584
|
+
"exports": []
|
|
4585
|
+
},
|
|
4551
4586
|
{
|
|
4552
4587
|
"kind": "javascript-module",
|
|
4553
4588
|
"path": "src/external/fonts.ts",
|
|
@@ -4665,41 +4700,6 @@
|
|
|
4665
4700
|
}
|
|
4666
4701
|
]
|
|
4667
4702
|
},
|
|
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
|
-
},
|
|
4703
4703
|
{
|
|
4704
4704
|
"kind": "javascript-module",
|
|
4705
4705
|
"path": "src/utils/index.ts",
|