@genesislcap/grid-tabulator 14.371.0-FUI-2456.1 → 14.371.0-patch.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
|
@@ -1651,452 +1651,365 @@
|
|
|
1651
1651
|
},
|
|
1652
1652
|
{
|
|
1653
1653
|
"kind": "javascript-module",
|
|
1654
|
-
"path": "src/cell-
|
|
1654
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1655
1655
|
"declarations": [
|
|
1656
1656
|
{
|
|
1657
|
-
"kind": "
|
|
1658
|
-
"
|
|
1659
|
-
"
|
|
1660
|
-
|
|
1661
|
-
"text": ""
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
"parameters": [
|
|
1657
|
+
"kind": "class",
|
|
1658
|
+
"description": "The date editor class for grid-tabulator",
|
|
1659
|
+
"name": "DateEditor",
|
|
1660
|
+
"members": [
|
|
1665
1661
|
{
|
|
1666
|
-
"
|
|
1662
|
+
"kind": "field",
|
|
1663
|
+
"name": "params",
|
|
1664
|
+
"type": {
|
|
1665
|
+
"text": "DateEditorParams"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "field",
|
|
1670
|
+
"name": "dateField",
|
|
1667
1671
|
"type": {
|
|
1668
1672
|
"text": "any"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "method",
|
|
1677
|
+
"name": "init",
|
|
1678
|
+
"parameters": [
|
|
1679
|
+
{
|
|
1680
|
+
"name": "params",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "DateEditorParams"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"description": "Initialize the editor with parameters"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "method",
|
|
1690
|
+
"name": "getValue",
|
|
1691
|
+
"description": "Get current value"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"kind": "method",
|
|
1695
|
+
"name": "getFormattedValue",
|
|
1696
|
+
"description": "Format value for display"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "method",
|
|
1700
|
+
"name": "focus",
|
|
1701
|
+
"description": "Set focus to the input"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"kind": "method",
|
|
1705
|
+
"name": "handleKeyDown",
|
|
1706
|
+
"parameters": [
|
|
1707
|
+
{
|
|
1708
|
+
"name": "event",
|
|
1709
|
+
"type": {
|
|
1710
|
+
"text": "KeyboardEvent"
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
],
|
|
1714
|
+
"description": "Process key down events"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"kind": "field",
|
|
1718
|
+
"name": "_presentation",
|
|
1719
|
+
"type": {
|
|
1720
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1669
1721
|
},
|
|
1670
|
-
"
|
|
1722
|
+
"privacy": "private",
|
|
1723
|
+
"default": "void 0",
|
|
1724
|
+
"inheritedFrom": {
|
|
1725
|
+
"name": "FoundationElement",
|
|
1726
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1727
|
+
}
|
|
1671
1728
|
},
|
|
1672
1729
|
{
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1730
|
+
"kind": "field",
|
|
1731
|
+
"name": "$presentation",
|
|
1675
1732
|
"type": {
|
|
1676
|
-
"text": "
|
|
1733
|
+
"text": "ComponentPresentation | null"
|
|
1677
1734
|
},
|
|
1678
|
-
"
|
|
1735
|
+
"privacy": "public",
|
|
1736
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1737
|
+
"inheritedFrom": {
|
|
1738
|
+
"name": "FoundationElement",
|
|
1739
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "field",
|
|
1744
|
+
"name": "template",
|
|
1745
|
+
"type": {
|
|
1746
|
+
"text": "ElementViewTemplate | void | null"
|
|
1747
|
+
},
|
|
1748
|
+
"privacy": "public",
|
|
1749
|
+
"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.",
|
|
1750
|
+
"inheritedFrom": {
|
|
1751
|
+
"name": "FoundationElement",
|
|
1752
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "method",
|
|
1757
|
+
"name": "templateChanged",
|
|
1758
|
+
"privacy": "protected",
|
|
1759
|
+
"return": {
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "void"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"inheritedFrom": {
|
|
1765
|
+
"name": "FoundationElement",
|
|
1766
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "field",
|
|
1771
|
+
"name": "styles",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "ElementStyles | void | null"
|
|
1774
|
+
},
|
|
1775
|
+
"privacy": "public",
|
|
1776
|
+
"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.",
|
|
1777
|
+
"inheritedFrom": {
|
|
1778
|
+
"name": "FoundationElement",
|
|
1779
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"kind": "method",
|
|
1784
|
+
"name": "stylesChanged",
|
|
1785
|
+
"privacy": "protected",
|
|
1786
|
+
"return": {
|
|
1787
|
+
"type": {
|
|
1788
|
+
"text": "void"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
"inheritedFrom": {
|
|
1792
|
+
"name": "FoundationElement",
|
|
1793
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "method",
|
|
1798
|
+
"name": "compose",
|
|
1799
|
+
"privacy": "public",
|
|
1800
|
+
"static": true,
|
|
1801
|
+
"return": {
|
|
1802
|
+
"type": {
|
|
1803
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"parameters": [
|
|
1807
|
+
{
|
|
1808
|
+
"name": "this",
|
|
1809
|
+
"type": {
|
|
1810
|
+
"text": "K"
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "elementDefinition",
|
|
1815
|
+
"type": {
|
|
1816
|
+
"text": "T"
|
|
1817
|
+
},
|
|
1818
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1819
|
+
}
|
|
1820
|
+
],
|
|
1821
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1822
|
+
"inheritedFrom": {
|
|
1823
|
+
"name": "FoundationElement",
|
|
1824
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1825
|
+
}
|
|
1679
1826
|
}
|
|
1680
1827
|
],
|
|
1681
|
-
"
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
],
|
|
1685
|
-
"exports": [
|
|
1686
|
-
{
|
|
1687
|
-
"kind": "js",
|
|
1688
|
-
"name": "actionFormatter",
|
|
1689
|
-
"declaration": {
|
|
1690
|
-
"name": "actionFormatter",
|
|
1691
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
1828
|
+
"superclass": {
|
|
1829
|
+
"name": "FoundationElement",
|
|
1830
|
+
"package": "@microsoft/fast-foundation"
|
|
1692
1831
|
}
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "variable",
|
|
1835
|
+
"name": "dateEditorStyles",
|
|
1836
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
1837
|
+
"description": "Styles for the date editor"
|
|
1838
|
+
},
|
|
1700
1839
|
{
|
|
1701
1840
|
"kind": "function",
|
|
1702
|
-
"name": "
|
|
1841
|
+
"name": "getDateEditorTemplate",
|
|
1842
|
+
"parameters": [
|
|
1843
|
+
{
|
|
1844
|
+
"name": "prefix",
|
|
1845
|
+
"default": "'foundation'",
|
|
1846
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1847
|
+
}
|
|
1848
|
+
],
|
|
1849
|
+
"description": "Get a Design System prefixed date field template.",
|
|
1703
1850
|
"return": {
|
|
1704
1851
|
"type": {
|
|
1705
1852
|
"text": ""
|
|
1706
1853
|
}
|
|
1707
1854
|
},
|
|
1708
|
-
"parameters": [
|
|
1709
|
-
{
|
|
1710
|
-
"name": "cell",
|
|
1711
|
-
"type": {
|
|
1712
|
-
"text": "any"
|
|
1713
|
-
},
|
|
1714
|
-
"description": "The cell component provided by Tabulator"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "formatterParams",
|
|
1718
|
-
"default": "{}",
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
1721
|
-
},
|
|
1722
|
-
"description": "Actions menu formatter parameters"
|
|
1723
|
-
}
|
|
1724
|
-
],
|
|
1725
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
1726
1855
|
"privacy": "public"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"kind": "variable",
|
|
1859
|
+
"name": "foundationDateEditor",
|
|
1860
|
+
"description": "Definition for the date editor component"
|
|
1727
1861
|
}
|
|
1728
1862
|
],
|
|
1729
1863
|
"exports": [
|
|
1730
1864
|
{
|
|
1731
1865
|
"kind": "js",
|
|
1732
|
-
"name": "
|
|
1866
|
+
"name": "DateEditor",
|
|
1733
1867
|
"declaration": {
|
|
1734
|
-
"name": "
|
|
1735
|
-
"module": "src/cell-
|
|
1868
|
+
"name": "DateEditor",
|
|
1869
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1736
1870
|
}
|
|
1737
|
-
}
|
|
1738
|
-
]
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "javascript-module",
|
|
1742
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1743
|
-
"declarations": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "function",
|
|
1746
|
-
"name": "booleanFormatter",
|
|
1747
|
-
"return": {
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": ""
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
"parameters": [
|
|
1753
|
-
{
|
|
1754
|
-
"name": "cell",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "any"
|
|
1757
|
-
},
|
|
1758
|
-
"description": "The cell component provided by Tabulator"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "formatterParams",
|
|
1762
|
-
"default": "{}",
|
|
1763
|
-
"type": {
|
|
1764
|
-
"text": "BooleanFormatterParams<T>"
|
|
1765
|
-
},
|
|
1766
|
-
"description": "Boolean formatter parameters"
|
|
1767
|
-
}
|
|
1768
|
-
],
|
|
1769
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
1770
|
-
"privacy": "public"
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"exports": [
|
|
1871
|
+
},
|
|
1774
1872
|
{
|
|
1775
1873
|
"kind": "js",
|
|
1776
|
-
"name": "
|
|
1874
|
+
"name": "dateEditorStyles",
|
|
1777
1875
|
"declaration": {
|
|
1778
|
-
"name": "
|
|
1779
|
-
"module": "src/cell-
|
|
1876
|
+
"name": "dateEditorStyles",
|
|
1877
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1780
1878
|
}
|
|
1781
|
-
}
|
|
1782
|
-
]
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "javascript-module",
|
|
1786
|
-
"path": "src/cell-formatters/constants.ts",
|
|
1787
|
-
"declarations": [],
|
|
1788
|
-
"exports": []
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "javascript-module",
|
|
1792
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1793
|
-
"declarations": [
|
|
1879
|
+
},
|
|
1794
1880
|
{
|
|
1795
|
-
"kind": "
|
|
1796
|
-
"name": "
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
"parameters": [
|
|
1803
|
-
{
|
|
1804
|
-
"name": "cell",
|
|
1805
|
-
"type": {
|
|
1806
|
-
"text": "any"
|
|
1807
|
-
},
|
|
1808
|
-
"description": "The cell component provided by Tabulator"
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "formatterParams",
|
|
1812
|
-
"default": "{}",
|
|
1813
|
-
"type": {
|
|
1814
|
-
"text": "EditableFormatterParams<T>"
|
|
1815
|
-
},
|
|
1816
|
-
"description": "Editable formatter parameters"
|
|
1817
|
-
}
|
|
1818
|
-
],
|
|
1819
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
1820
|
-
"privacy": "public"
|
|
1821
|
-
}
|
|
1822
|
-
],
|
|
1823
|
-
"exports": [
|
|
1881
|
+
"kind": "js",
|
|
1882
|
+
"name": "getDateEditorTemplate",
|
|
1883
|
+
"declaration": {
|
|
1884
|
+
"name": "getDateEditorTemplate",
|
|
1885
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1824
1888
|
{
|
|
1825
1889
|
"kind": "js",
|
|
1826
|
-
"name": "
|
|
1890
|
+
"name": "foundationDateEditor",
|
|
1827
1891
|
"declaration": {
|
|
1828
|
-
"name": "
|
|
1829
|
-
"module": "src/cell-
|
|
1892
|
+
"name": "foundationDateEditor",
|
|
1893
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1830
1894
|
}
|
|
1831
1895
|
}
|
|
1832
1896
|
]
|
|
1833
1897
|
},
|
|
1834
1898
|
{
|
|
1835
1899
|
"kind": "javascript-module",
|
|
1836
|
-
"path": "src/cell-
|
|
1837
|
-
"declarations": [
|
|
1838
|
-
{
|
|
1839
|
-
"kind": "variable",
|
|
1840
|
-
"name": "formatters",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "object"
|
|
1843
|
-
},
|
|
1844
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
1845
|
-
"description": "Zero formatters for Tabulator grid"
|
|
1846
|
-
}
|
|
1847
|
-
],
|
|
1900
|
+
"path": "src/cell-editors/index.ts",
|
|
1901
|
+
"declarations": [],
|
|
1848
1902
|
"exports": [
|
|
1849
1903
|
{
|
|
1850
1904
|
"kind": "js",
|
|
1851
1905
|
"name": "*",
|
|
1852
1906
|
"declaration": {
|
|
1853
1907
|
"name": "*",
|
|
1854
|
-
"package": "./
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"kind": "js",
|
|
1859
|
-
"name": "ActionFormatterParams",
|
|
1860
|
-
"declaration": {
|
|
1861
|
-
"name": "ActionFormatterParams",
|
|
1862
|
-
"module": "src/cell-formatters/index.ts"
|
|
1863
|
-
}
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"kind": "js",
|
|
1867
|
-
"name": "actionFormatter",
|
|
1868
|
-
"declaration": {
|
|
1869
|
-
"name": "actionFormatter",
|
|
1870
|
-
"module": "src/cell-formatters/index.ts"
|
|
1871
|
-
}
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"kind": "js",
|
|
1875
|
-
"name": "ActionsMenuFormatterParams",
|
|
1876
|
-
"declaration": {
|
|
1877
|
-
"name": "ActionsMenuFormatterParams",
|
|
1878
|
-
"module": "src/cell-formatters/index.ts"
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"kind": "js",
|
|
1883
|
-
"name": "actionsMenuFormatter",
|
|
1884
|
-
"declaration": {
|
|
1885
|
-
"name": "actionsMenuFormatter",
|
|
1886
|
-
"module": "src/cell-formatters/index.ts"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "js",
|
|
1891
|
-
"name": "BooleanFormatterParams",
|
|
1892
|
-
"declaration": {
|
|
1893
|
-
"name": "BooleanFormatterParams",
|
|
1894
|
-
"module": "src/cell-formatters/index.ts"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "js",
|
|
1899
|
-
"name": "booleanFormatter",
|
|
1900
|
-
"declaration": {
|
|
1901
|
-
"name": "booleanFormatter",
|
|
1902
|
-
"module": "src/cell-formatters/index.ts"
|
|
1903
|
-
}
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"kind": "js",
|
|
1907
|
-
"name": "EditableFormatterParams",
|
|
1908
|
-
"declaration": {
|
|
1909
|
-
"name": "EditableFormatterParams",
|
|
1910
|
-
"module": "src/cell-formatters/index.ts"
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "js",
|
|
1915
|
-
"name": "editableFormatter",
|
|
1916
|
-
"declaration": {
|
|
1917
|
-
"name": "editableFormatter",
|
|
1918
|
-
"module": "src/cell-formatters/index.ts"
|
|
1919
|
-
}
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"kind": "js",
|
|
1923
|
-
"name": "SelectFormatterParams",
|
|
1924
|
-
"declaration": {
|
|
1925
|
-
"name": "SelectFormatterParams",
|
|
1926
|
-
"module": "src/cell-formatters/index.ts"
|
|
1908
|
+
"package": "./date.editor"
|
|
1927
1909
|
}
|
|
1928
1910
|
},
|
|
1929
1911
|
{
|
|
1930
1912
|
"kind": "js",
|
|
1931
|
-
"name": "
|
|
1913
|
+
"name": "*",
|
|
1932
1914
|
"declaration": {
|
|
1933
|
-
"name": "
|
|
1934
|
-
"
|
|
1915
|
+
"name": "*",
|
|
1916
|
+
"package": "./number.editor"
|
|
1935
1917
|
}
|
|
1936
1918
|
},
|
|
1937
1919
|
{
|
|
1938
1920
|
"kind": "js",
|
|
1939
|
-
"name": "
|
|
1921
|
+
"name": "*",
|
|
1940
1922
|
"declaration": {
|
|
1941
|
-
"name": "
|
|
1942
|
-
"
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"package": "./select.editor"
|
|
1943
1925
|
}
|
|
1944
1926
|
},
|
|
1945
1927
|
{
|
|
1946
1928
|
"kind": "js",
|
|
1947
|
-
"name": "
|
|
1929
|
+
"name": "*",
|
|
1948
1930
|
"declaration": {
|
|
1949
|
-
"name": "
|
|
1950
|
-
"
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"package": "./string.editor"
|
|
1951
1933
|
}
|
|
1952
1934
|
},
|
|
1953
1935
|
{
|
|
1954
1936
|
"kind": "js",
|
|
1955
|
-
"name": "
|
|
1937
|
+
"name": "*",
|
|
1956
1938
|
"declaration": {
|
|
1957
|
-
"name": "
|
|
1958
|
-
"
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"package": "./multiselect.editor"
|
|
1959
1941
|
}
|
|
1960
1942
|
}
|
|
1961
1943
|
]
|
|
1962
1944
|
},
|
|
1963
1945
|
{
|
|
1964
1946
|
"kind": "javascript-module",
|
|
1965
|
-
"path": "src/cell-
|
|
1947
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1966
1948
|
"declarations": [
|
|
1967
1949
|
{
|
|
1968
|
-
"kind": "
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1971
|
-
|
|
1972
|
-
"text": ""
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
"parameters": [
|
|
1950
|
+
"kind": "class",
|
|
1951
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
1952
|
+
"name": "MultiselectEditor",
|
|
1953
|
+
"members": [
|
|
1976
1954
|
{
|
|
1977
|
-
"
|
|
1955
|
+
"kind": "field",
|
|
1956
|
+
"name": "params",
|
|
1978
1957
|
"type": {
|
|
1979
|
-
"text": "
|
|
1980
|
-
}
|
|
1981
|
-
"description": "The cell component provided by Tabulator"
|
|
1958
|
+
"text": "MultiselectEditorParams"
|
|
1959
|
+
}
|
|
1982
1960
|
},
|
|
1983
1961
|
{
|
|
1984
|
-
"
|
|
1962
|
+
"kind": "field",
|
|
1963
|
+
"name": "select",
|
|
1985
1964
|
"type": {
|
|
1986
|
-
"text": "
|
|
1965
|
+
"text": "any"
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "method",
|
|
1970
|
+
"name": "init",
|
|
1971
|
+
"parameters": [
|
|
1972
|
+
{
|
|
1973
|
+
"name": "params",
|
|
1974
|
+
"type": {
|
|
1975
|
+
"text": "MultiselectEditorParams"
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1978
|
+
],
|
|
1979
|
+
"description": "Initialize the editor with parameters"
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "method",
|
|
1983
|
+
"name": "getValues",
|
|
1984
|
+
"return": {
|
|
1985
|
+
"type": {
|
|
1986
|
+
"text": "(string | number)[]"
|
|
1987
|
+
}
|
|
1987
1988
|
},
|
|
1988
|
-
"description": "
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
1991
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
1992
|
-
"privacy": "public"
|
|
1993
|
-
}
|
|
1994
|
-
],
|
|
1995
|
-
"exports": [
|
|
1996
|
-
{
|
|
1997
|
-
"kind": "js",
|
|
1998
|
-
"name": "selectFormatter",
|
|
1999
|
-
"declaration": {
|
|
2000
|
-
"name": "selectFormatter",
|
|
2001
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
|
-
]
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "javascript-module",
|
|
2008
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
2009
|
-
"declarations": [
|
|
2010
|
-
{
|
|
2011
|
-
"kind": "function",
|
|
2012
|
-
"name": "textFormatter",
|
|
2013
|
-
"return": {
|
|
2014
|
-
"type": {
|
|
2015
|
-
"text": ""
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
"parameters": [
|
|
2019
|
-
{
|
|
2020
|
-
"name": "cell",
|
|
2021
|
-
"type": {
|
|
2022
|
-
"text": "any"
|
|
2023
|
-
},
|
|
2024
|
-
"description": "The cell component provided by Tabulator"
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"name": "formatterParams",
|
|
2028
|
-
"default": "{}",
|
|
2029
|
-
"type": {
|
|
2030
|
-
"text": "TextFormatterParams<T>"
|
|
2031
|
-
},
|
|
2032
|
-
"description": "Text formatter parameters"
|
|
2033
|
-
}
|
|
2034
|
-
],
|
|
2035
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
2036
|
-
"privacy": "public"
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"exports": [
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "js",
|
|
2042
|
-
"name": "textFormatter",
|
|
2043
|
-
"declaration": {
|
|
2044
|
-
"name": "textFormatter",
|
|
2045
|
-
"module": "src/cell-formatters/text.formatter.ts"
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
]
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"kind": "javascript-module",
|
|
2052
|
-
"path": "src/cell-editors/date.editor.ts",
|
|
2053
|
-
"declarations": [
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "class",
|
|
2056
|
-
"description": "The date editor class for grid-tabulator",
|
|
2057
|
-
"name": "DateEditor",
|
|
2058
|
-
"members": [
|
|
2059
|
-
{
|
|
2060
|
-
"kind": "field",
|
|
2061
|
-
"name": "params",
|
|
2062
|
-
"type": {
|
|
2063
|
-
"text": "DateEditorParams"
|
|
2064
|
-
}
|
|
1989
|
+
"description": "Get current values"
|
|
2065
1990
|
},
|
|
2066
1991
|
{
|
|
2067
|
-
"kind": "
|
|
2068
|
-
"name": "
|
|
2069
|
-
"
|
|
2070
|
-
"text": "any"
|
|
2071
|
-
}
|
|
1992
|
+
"kind": "method",
|
|
1993
|
+
"name": "focus",
|
|
1994
|
+
"description": "Set focus to the select"
|
|
2072
1995
|
},
|
|
2073
1996
|
{
|
|
2074
1997
|
"kind": "method",
|
|
2075
|
-
"name": "
|
|
1998
|
+
"name": "isSelected",
|
|
1999
|
+
"return": {
|
|
2000
|
+
"type": {
|
|
2001
|
+
"text": "boolean"
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2076
2004
|
"parameters": [
|
|
2077
2005
|
{
|
|
2078
|
-
"name": "
|
|
2006
|
+
"name": "value",
|
|
2079
2007
|
"type": {
|
|
2080
|
-
"text": "
|
|
2008
|
+
"text": "string | number"
|
|
2081
2009
|
}
|
|
2082
2010
|
}
|
|
2083
2011
|
],
|
|
2084
|
-
"description": "
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "method",
|
|
2088
|
-
"name": "getValue",
|
|
2089
|
-
"description": "Get current value"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "method",
|
|
2093
|
-
"name": "getFormattedValue",
|
|
2094
|
-
"description": "Format value for display"
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"kind": "method",
|
|
2098
|
-
"name": "focus",
|
|
2099
|
-
"description": "Set focus to the input"
|
|
2012
|
+
"description": "Check if a value is selected"
|
|
2100
2013
|
},
|
|
2101
2014
|
{
|
|
2102
2015
|
"kind": "method",
|
|
@@ -2111,6 +2024,11 @@
|
|
|
2111
2024
|
],
|
|
2112
2025
|
"description": "Process key down events"
|
|
2113
2026
|
},
|
|
2027
|
+
{
|
|
2028
|
+
"kind": "method",
|
|
2029
|
+
"name": "handleChange",
|
|
2030
|
+
"description": "Handle change event to save when selection changes"
|
|
2031
|
+
},
|
|
2114
2032
|
{
|
|
2115
2033
|
"kind": "field",
|
|
2116
2034
|
"name": "_presentation",
|
|
@@ -2230,13 +2148,13 @@
|
|
|
2230
2148
|
},
|
|
2231
2149
|
{
|
|
2232
2150
|
"kind": "variable",
|
|
2233
|
-
"name": "
|
|
2151
|
+
"name": "multiselectEditorStyles",
|
|
2234
2152
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2235
|
-
"description": "Styles for the
|
|
2153
|
+
"description": "Styles for the multiselect editor"
|
|
2236
2154
|
},
|
|
2237
2155
|
{
|
|
2238
2156
|
"kind": "function",
|
|
2239
|
-
"name": "
|
|
2157
|
+
"name": "getMultiselectEditorTemplate",
|
|
2240
2158
|
"parameters": [
|
|
2241
2159
|
{
|
|
2242
2160
|
"name": "prefix",
|
|
@@ -2244,121 +2162,73 @@
|
|
|
2244
2162
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2245
2163
|
}
|
|
2246
2164
|
],
|
|
2247
|
-
"description": "Get a Design System prefixed
|
|
2165
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2248
2166
|
"return": {
|
|
2249
2167
|
"type": {
|
|
2250
2168
|
"text": ""
|
|
2251
2169
|
}
|
|
2252
|
-
}
|
|
2253
|
-
"privacy": "public"
|
|
2170
|
+
}
|
|
2254
2171
|
},
|
|
2255
2172
|
{
|
|
2256
2173
|
"kind": "variable",
|
|
2257
|
-
"name": "
|
|
2258
|
-
"description": "Definition for the
|
|
2174
|
+
"name": "foundationMultiselectEditor",
|
|
2175
|
+
"description": "Definition for the multiselect editor component"
|
|
2259
2176
|
}
|
|
2260
2177
|
],
|
|
2261
2178
|
"exports": [
|
|
2262
2179
|
{
|
|
2263
2180
|
"kind": "js",
|
|
2264
|
-
"name": "
|
|
2265
|
-
"declaration": {
|
|
2266
|
-
"name": "DateEditor",
|
|
2267
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2268
|
-
}
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"kind": "js",
|
|
2272
|
-
"name": "dateEditorStyles",
|
|
2273
|
-
"declaration": {
|
|
2274
|
-
"name": "dateEditorStyles",
|
|
2275
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"kind": "js",
|
|
2280
|
-
"name": "getDateEditorTemplate",
|
|
2281
|
-
"declaration": {
|
|
2282
|
-
"name": "getDateEditorTemplate",
|
|
2283
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2284
|
-
}
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"kind": "js",
|
|
2288
|
-
"name": "foundationDateEditor",
|
|
2289
|
-
"declaration": {
|
|
2290
|
-
"name": "foundationDateEditor",
|
|
2291
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
]
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "javascript-module",
|
|
2298
|
-
"path": "src/cell-editors/index.ts",
|
|
2299
|
-
"declarations": [],
|
|
2300
|
-
"exports": [
|
|
2301
|
-
{
|
|
2302
|
-
"kind": "js",
|
|
2303
|
-
"name": "*",
|
|
2304
|
-
"declaration": {
|
|
2305
|
-
"name": "*",
|
|
2306
|
-
"package": "./date.editor"
|
|
2307
|
-
}
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"kind": "js",
|
|
2311
|
-
"name": "*",
|
|
2181
|
+
"name": "MultiselectEditor",
|
|
2312
2182
|
"declaration": {
|
|
2313
|
-
"name": "
|
|
2314
|
-
"
|
|
2183
|
+
"name": "MultiselectEditor",
|
|
2184
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2315
2185
|
}
|
|
2316
2186
|
},
|
|
2317
2187
|
{
|
|
2318
2188
|
"kind": "js",
|
|
2319
|
-
"name": "
|
|
2189
|
+
"name": "multiselectEditorStyles",
|
|
2320
2190
|
"declaration": {
|
|
2321
|
-
"name": "
|
|
2322
|
-
"
|
|
2191
|
+
"name": "multiselectEditorStyles",
|
|
2192
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2323
2193
|
}
|
|
2324
2194
|
},
|
|
2325
2195
|
{
|
|
2326
2196
|
"kind": "js",
|
|
2327
|
-
"name": "
|
|
2197
|
+
"name": "getMultiselectEditorTemplate",
|
|
2328
2198
|
"declaration": {
|
|
2329
|
-
"name": "
|
|
2330
|
-
"
|
|
2199
|
+
"name": "getMultiselectEditorTemplate",
|
|
2200
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2331
2201
|
}
|
|
2332
2202
|
},
|
|
2333
2203
|
{
|
|
2334
2204
|
"kind": "js",
|
|
2335
|
-
"name": "
|
|
2205
|
+
"name": "foundationMultiselectEditor",
|
|
2336
2206
|
"declaration": {
|
|
2337
|
-
"name": "
|
|
2338
|
-
"
|
|
2207
|
+
"name": "foundationMultiselectEditor",
|
|
2208
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2339
2209
|
}
|
|
2340
2210
|
}
|
|
2341
2211
|
]
|
|
2342
2212
|
},
|
|
2343
2213
|
{
|
|
2344
2214
|
"kind": "javascript-module",
|
|
2345
|
-
"path": "src/cell-editors/
|
|
2215
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2346
2216
|
"declarations": [
|
|
2347
2217
|
{
|
|
2348
2218
|
"kind": "class",
|
|
2349
|
-
"description": "The
|
|
2350
|
-
"name": "
|
|
2219
|
+
"description": "The number editor class for grid-tabulator",
|
|
2220
|
+
"name": "NumberEditor",
|
|
2351
2221
|
"members": [
|
|
2352
2222
|
{
|
|
2353
2223
|
"kind": "field",
|
|
2354
2224
|
"name": "params",
|
|
2355
2225
|
"type": {
|
|
2356
|
-
"text": "
|
|
2226
|
+
"text": "NumberEditorParams"
|
|
2357
2227
|
}
|
|
2358
2228
|
},
|
|
2359
2229
|
{
|
|
2360
2230
|
"kind": "field",
|
|
2361
|
-
"name": "
|
|
2231
|
+
"name": "numberField",
|
|
2362
2232
|
"type": {
|
|
2363
2233
|
"text": "any"
|
|
2364
2234
|
}
|
|
@@ -2370,7 +2240,7 @@
|
|
|
2370
2240
|
{
|
|
2371
2241
|
"name": "params",
|
|
2372
2242
|
"type": {
|
|
2373
|
-
"text": "
|
|
2243
|
+
"text": "NumberEditorParams"
|
|
2374
2244
|
}
|
|
2375
2245
|
}
|
|
2376
2246
|
],
|
|
@@ -2378,36 +2248,13 @@
|
|
|
2378
2248
|
},
|
|
2379
2249
|
{
|
|
2380
2250
|
"kind": "method",
|
|
2381
|
-
"name": "
|
|
2382
|
-
"
|
|
2383
|
-
"type": {
|
|
2384
|
-
"text": "(string | number)[]"
|
|
2385
|
-
}
|
|
2386
|
-
},
|
|
2387
|
-
"description": "Get current values"
|
|
2251
|
+
"name": "getValue",
|
|
2252
|
+
"description": "Get current value"
|
|
2388
2253
|
},
|
|
2389
2254
|
{
|
|
2390
2255
|
"kind": "method",
|
|
2391
2256
|
"name": "focus",
|
|
2392
|
-
"description": "Set focus to the
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "method",
|
|
2396
|
-
"name": "isSelected",
|
|
2397
|
-
"return": {
|
|
2398
|
-
"type": {
|
|
2399
|
-
"text": "boolean"
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
|
-
"parameters": [
|
|
2403
|
-
{
|
|
2404
|
-
"name": "value",
|
|
2405
|
-
"type": {
|
|
2406
|
-
"text": "string | number"
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
],
|
|
2410
|
-
"description": "Check if a value is selected"
|
|
2257
|
+
"description": "Set focus to the input"
|
|
2411
2258
|
},
|
|
2412
2259
|
{
|
|
2413
2260
|
"kind": "method",
|
|
@@ -2422,11 +2269,6 @@
|
|
|
2422
2269
|
],
|
|
2423
2270
|
"description": "Process key down events"
|
|
2424
2271
|
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "method",
|
|
2427
|
-
"name": "handleChange",
|
|
2428
|
-
"description": "Handle change event to save when selection changes"
|
|
2429
|
-
},
|
|
2430
2272
|
{
|
|
2431
2273
|
"kind": "field",
|
|
2432
2274
|
"name": "_presentation",
|
|
@@ -2546,13 +2388,13 @@
|
|
|
2546
2388
|
},
|
|
2547
2389
|
{
|
|
2548
2390
|
"kind": "variable",
|
|
2549
|
-
"name": "
|
|
2391
|
+
"name": "numberEditorStyles",
|
|
2550
2392
|
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2551
|
-
"description": "Styles for the
|
|
2393
|
+
"description": "Styles for the number editor"
|
|
2552
2394
|
},
|
|
2553
2395
|
{
|
|
2554
2396
|
"kind": "function",
|
|
2555
|
-
"name": "
|
|
2397
|
+
"name": "getNumberEditorTemplate",
|
|
2556
2398
|
"parameters": [
|
|
2557
2399
|
{
|
|
2558
2400
|
"name": "prefix",
|
|
@@ -2560,7 +2402,7 @@
|
|
|
2560
2402
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2561
2403
|
}
|
|
2562
2404
|
],
|
|
2563
|
-
"description": "Get a Design System prefixed
|
|
2405
|
+
"description": "Get a Design System prefixed number field template.",
|
|
2564
2406
|
"return": {
|
|
2565
2407
|
"type": {
|
|
2566
2408
|
"text": ""
|
|
@@ -2569,248 +2411,8 @@
|
|
|
2569
2411
|
},
|
|
2570
2412
|
{
|
|
2571
2413
|
"kind": "variable",
|
|
2572
|
-
"name": "
|
|
2573
|
-
"description": "Definition for the
|
|
2574
|
-
}
|
|
2575
|
-
],
|
|
2576
|
-
"exports": [
|
|
2577
|
-
{
|
|
2578
|
-
"kind": "js",
|
|
2579
|
-
"name": "MultiselectEditor",
|
|
2580
|
-
"declaration": {
|
|
2581
|
-
"name": "MultiselectEditor",
|
|
2582
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"kind": "js",
|
|
2587
|
-
"name": "multiselectEditorStyles",
|
|
2588
|
-
"declaration": {
|
|
2589
|
-
"name": "multiselectEditorStyles",
|
|
2590
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"kind": "js",
|
|
2595
|
-
"name": "getMultiselectEditorTemplate",
|
|
2596
|
-
"declaration": {
|
|
2597
|
-
"name": "getMultiselectEditorTemplate",
|
|
2598
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"kind": "js",
|
|
2603
|
-
"name": "foundationMultiselectEditor",
|
|
2604
|
-
"declaration": {
|
|
2605
|
-
"name": "foundationMultiselectEditor",
|
|
2606
|
-
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2609
|
-
]
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"kind": "javascript-module",
|
|
2613
|
-
"path": "src/cell-editors/number.editor.ts",
|
|
2614
|
-
"declarations": [
|
|
2615
|
-
{
|
|
2616
|
-
"kind": "class",
|
|
2617
|
-
"description": "The number editor class for grid-tabulator",
|
|
2618
|
-
"name": "NumberEditor",
|
|
2619
|
-
"members": [
|
|
2620
|
-
{
|
|
2621
|
-
"kind": "field",
|
|
2622
|
-
"name": "params",
|
|
2623
|
-
"type": {
|
|
2624
|
-
"text": "NumberEditorParams"
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "field",
|
|
2629
|
-
"name": "numberField",
|
|
2630
|
-
"type": {
|
|
2631
|
-
"text": "any"
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "method",
|
|
2636
|
-
"name": "init",
|
|
2637
|
-
"parameters": [
|
|
2638
|
-
{
|
|
2639
|
-
"name": "params",
|
|
2640
|
-
"type": {
|
|
2641
|
-
"text": "NumberEditorParams"
|
|
2642
|
-
}
|
|
2643
|
-
}
|
|
2644
|
-
],
|
|
2645
|
-
"description": "Initialize the editor with parameters"
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"kind": "method",
|
|
2649
|
-
"name": "getValue",
|
|
2650
|
-
"description": "Get current value"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "method",
|
|
2654
|
-
"name": "focus",
|
|
2655
|
-
"description": "Set focus to the input"
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"kind": "method",
|
|
2659
|
-
"name": "handleKeyDown",
|
|
2660
|
-
"parameters": [
|
|
2661
|
-
{
|
|
2662
|
-
"name": "event",
|
|
2663
|
-
"type": {
|
|
2664
|
-
"text": "KeyboardEvent"
|
|
2665
|
-
}
|
|
2666
|
-
}
|
|
2667
|
-
],
|
|
2668
|
-
"description": "Process key down events"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"kind": "field",
|
|
2672
|
-
"name": "_presentation",
|
|
2673
|
-
"type": {
|
|
2674
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2675
|
-
},
|
|
2676
|
-
"privacy": "private",
|
|
2677
|
-
"default": "void 0",
|
|
2678
|
-
"inheritedFrom": {
|
|
2679
|
-
"name": "FoundationElement",
|
|
2680
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2681
|
-
}
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"kind": "field",
|
|
2685
|
-
"name": "$presentation",
|
|
2686
|
-
"type": {
|
|
2687
|
-
"text": "ComponentPresentation | null"
|
|
2688
|
-
},
|
|
2689
|
-
"privacy": "public",
|
|
2690
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2691
|
-
"inheritedFrom": {
|
|
2692
|
-
"name": "FoundationElement",
|
|
2693
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2694
|
-
}
|
|
2695
|
-
},
|
|
2696
|
-
{
|
|
2697
|
-
"kind": "field",
|
|
2698
|
-
"name": "template",
|
|
2699
|
-
"type": {
|
|
2700
|
-
"text": "ElementViewTemplate | void | null"
|
|
2701
|
-
},
|
|
2702
|
-
"privacy": "public",
|
|
2703
|
-
"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.",
|
|
2704
|
-
"inheritedFrom": {
|
|
2705
|
-
"name": "FoundationElement",
|
|
2706
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2707
|
-
}
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"kind": "method",
|
|
2711
|
-
"name": "templateChanged",
|
|
2712
|
-
"privacy": "protected",
|
|
2713
|
-
"return": {
|
|
2714
|
-
"type": {
|
|
2715
|
-
"text": "void"
|
|
2716
|
-
}
|
|
2717
|
-
},
|
|
2718
|
-
"inheritedFrom": {
|
|
2719
|
-
"name": "FoundationElement",
|
|
2720
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2721
|
-
}
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"kind": "field",
|
|
2725
|
-
"name": "styles",
|
|
2726
|
-
"type": {
|
|
2727
|
-
"text": "ElementStyles | void | null"
|
|
2728
|
-
},
|
|
2729
|
-
"privacy": "public",
|
|
2730
|
-
"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.",
|
|
2731
|
-
"inheritedFrom": {
|
|
2732
|
-
"name": "FoundationElement",
|
|
2733
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2734
|
-
}
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"kind": "method",
|
|
2738
|
-
"name": "stylesChanged",
|
|
2739
|
-
"privacy": "protected",
|
|
2740
|
-
"return": {
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "void"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
|
-
"inheritedFrom": {
|
|
2746
|
-
"name": "FoundationElement",
|
|
2747
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2748
|
-
}
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "method",
|
|
2752
|
-
"name": "compose",
|
|
2753
|
-
"privacy": "public",
|
|
2754
|
-
"static": true,
|
|
2755
|
-
"return": {
|
|
2756
|
-
"type": {
|
|
2757
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
|
-
"parameters": [
|
|
2761
|
-
{
|
|
2762
|
-
"name": "this",
|
|
2763
|
-
"type": {
|
|
2764
|
-
"text": "K"
|
|
2765
|
-
}
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"name": "elementDefinition",
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "T"
|
|
2771
|
-
},
|
|
2772
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2773
|
-
}
|
|
2774
|
-
],
|
|
2775
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2776
|
-
"inheritedFrom": {
|
|
2777
|
-
"name": "FoundationElement",
|
|
2778
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2779
|
-
}
|
|
2780
|
-
}
|
|
2781
|
-
],
|
|
2782
|
-
"superclass": {
|
|
2783
|
-
"name": "FoundationElement",
|
|
2784
|
-
"package": "@microsoft/fast-foundation"
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"kind": "variable",
|
|
2789
|
-
"name": "numberEditorStyles",
|
|
2790
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2791
|
-
"description": "Styles for the number editor"
|
|
2792
|
-
},
|
|
2793
|
-
{
|
|
2794
|
-
"kind": "function",
|
|
2795
|
-
"name": "getNumberEditorTemplate",
|
|
2796
|
-
"parameters": [
|
|
2797
|
-
{
|
|
2798
|
-
"name": "prefix",
|
|
2799
|
-
"default": "'foundation'",
|
|
2800
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2801
|
-
}
|
|
2802
|
-
],
|
|
2803
|
-
"description": "Get a Design System prefixed number field template.",
|
|
2804
|
-
"return": {
|
|
2805
|
-
"type": {
|
|
2806
|
-
"text": ""
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
},
|
|
2810
|
-
{
|
|
2811
|
-
"kind": "variable",
|
|
2812
|
-
"name": "foundationNumberEditor",
|
|
2813
|
-
"description": "Definition for the number editor component"
|
|
2414
|
+
"name": "foundationNumberEditor",
|
|
2415
|
+
"description": "Definition for the number editor component"
|
|
2814
2416
|
}
|
|
2815
2417
|
],
|
|
2816
2418
|
"exports": [
|
|
@@ -3475,135 +3077,533 @@
|
|
|
3475
3077
|
}
|
|
3476
3078
|
},
|
|
3477
3079
|
{
|
|
3478
|
-
"kind": "field",
|
|
3479
|
-
"name": "template",
|
|
3080
|
+
"kind": "field",
|
|
3081
|
+
"name": "template",
|
|
3082
|
+
"type": {
|
|
3083
|
+
"text": "ElementViewTemplate | void | null"
|
|
3084
|
+
},
|
|
3085
|
+
"privacy": "public",
|
|
3086
|
+
"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.",
|
|
3087
|
+
"inheritedFrom": {
|
|
3088
|
+
"name": "FoundationElement",
|
|
3089
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"kind": "method",
|
|
3094
|
+
"name": "templateChanged",
|
|
3095
|
+
"privacy": "protected",
|
|
3096
|
+
"return": {
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "void"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
"inheritedFrom": {
|
|
3102
|
+
"name": "FoundationElement",
|
|
3103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"kind": "field",
|
|
3108
|
+
"name": "styles",
|
|
3109
|
+
"type": {
|
|
3110
|
+
"text": "ElementStyles | void | null"
|
|
3111
|
+
},
|
|
3112
|
+
"privacy": "public",
|
|
3113
|
+
"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.",
|
|
3114
|
+
"inheritedFrom": {
|
|
3115
|
+
"name": "FoundationElement",
|
|
3116
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "method",
|
|
3121
|
+
"name": "stylesChanged",
|
|
3122
|
+
"privacy": "protected",
|
|
3123
|
+
"return": {
|
|
3124
|
+
"type": {
|
|
3125
|
+
"text": "void"
|
|
3126
|
+
}
|
|
3127
|
+
},
|
|
3128
|
+
"inheritedFrom": {
|
|
3129
|
+
"name": "FoundationElement",
|
|
3130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"kind": "method",
|
|
3135
|
+
"name": "compose",
|
|
3136
|
+
"privacy": "public",
|
|
3137
|
+
"static": true,
|
|
3138
|
+
"return": {
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
3143
|
+
"parameters": [
|
|
3144
|
+
{
|
|
3145
|
+
"name": "this",
|
|
3146
|
+
"type": {
|
|
3147
|
+
"text": "K"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "elementDefinition",
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "T"
|
|
3154
|
+
},
|
|
3155
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3156
|
+
}
|
|
3157
|
+
],
|
|
3158
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3159
|
+
"inheritedFrom": {
|
|
3160
|
+
"name": "FoundationElement",
|
|
3161
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3162
|
+
}
|
|
3163
|
+
}
|
|
3164
|
+
],
|
|
3165
|
+
"mixins": [
|
|
3166
|
+
{
|
|
3167
|
+
"name": "LifecycleMixin",
|
|
3168
|
+
"package": "@genesislcap/foundation-utils"
|
|
3169
|
+
}
|
|
3170
|
+
],
|
|
3171
|
+
"superclass": {
|
|
3172
|
+
"name": "FoundationElement",
|
|
3173
|
+
"package": "@microsoft/fast-foundation"
|
|
3174
|
+
},
|
|
3175
|
+
"tagName": "grid-tabulator-column",
|
|
3176
|
+
"customElement": true
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"exports": [
|
|
3180
|
+
{
|
|
3181
|
+
"kind": "js",
|
|
3182
|
+
"name": "GridTabulatorColumn",
|
|
3183
|
+
"declaration": {
|
|
3184
|
+
"name": "GridTabulatorColumn",
|
|
3185
|
+
"module": "src/column/column.ts"
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "custom-element-definition",
|
|
3190
|
+
"name": "grid-tabulator-column",
|
|
3191
|
+
"declaration": {
|
|
3192
|
+
"name": "GridTabulatorColumn",
|
|
3193
|
+
"module": "src/column/column.ts"
|
|
3194
|
+
}
|
|
3195
|
+
}
|
|
3196
|
+
]
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"kind": "javascript-module",
|
|
3200
|
+
"path": "src/column/index.ts",
|
|
3201
|
+
"declarations": [],
|
|
3202
|
+
"exports": [
|
|
3203
|
+
{
|
|
3204
|
+
"kind": "js",
|
|
3205
|
+
"name": "*",
|
|
3206
|
+
"declaration": {
|
|
3207
|
+
"name": "*",
|
|
3208
|
+
"package": "./column"
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
]
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"kind": "javascript-module",
|
|
3215
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
3216
|
+
"declarations": [
|
|
3217
|
+
{
|
|
3218
|
+
"kind": "function",
|
|
3219
|
+
"name": "actionFormatter",
|
|
3220
|
+
"return": {
|
|
3221
|
+
"type": {
|
|
3222
|
+
"text": ""
|
|
3223
|
+
}
|
|
3224
|
+
},
|
|
3225
|
+
"parameters": [
|
|
3226
|
+
{
|
|
3227
|
+
"name": "cell",
|
|
3228
|
+
"type": {
|
|
3229
|
+
"text": "any"
|
|
3230
|
+
},
|
|
3231
|
+
"description": "The cell component provided by Tabulator"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"name": "formatterParams",
|
|
3235
|
+
"default": "{}",
|
|
3236
|
+
"type": {
|
|
3237
|
+
"text": "ActionFormatterParams<T>"
|
|
3238
|
+
},
|
|
3239
|
+
"description": "Action formatter parameters"
|
|
3240
|
+
}
|
|
3241
|
+
],
|
|
3242
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3243
|
+
"privacy": "public"
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"exports": [
|
|
3247
|
+
{
|
|
3248
|
+
"kind": "js",
|
|
3249
|
+
"name": "actionFormatter",
|
|
3250
|
+
"declaration": {
|
|
3251
|
+
"name": "actionFormatter",
|
|
3252
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
3253
|
+
}
|
|
3254
|
+
}
|
|
3255
|
+
]
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"kind": "javascript-module",
|
|
3259
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3260
|
+
"declarations": [
|
|
3261
|
+
{
|
|
3262
|
+
"kind": "function",
|
|
3263
|
+
"name": "actionsMenuFormatter",
|
|
3264
|
+
"return": {
|
|
3265
|
+
"type": {
|
|
3266
|
+
"text": ""
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
"parameters": [
|
|
3270
|
+
{
|
|
3271
|
+
"name": "cell",
|
|
3272
|
+
"type": {
|
|
3273
|
+
"text": "any"
|
|
3274
|
+
},
|
|
3275
|
+
"description": "The cell component provided by Tabulator"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"name": "formatterParams",
|
|
3279
|
+
"default": "{}",
|
|
3280
|
+
"type": {
|
|
3281
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3282
|
+
},
|
|
3283
|
+
"description": "Actions menu formatter parameters"
|
|
3284
|
+
}
|
|
3285
|
+
],
|
|
3286
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3287
|
+
"privacy": "public"
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"exports": [
|
|
3291
|
+
{
|
|
3292
|
+
"kind": "js",
|
|
3293
|
+
"name": "actionsMenuFormatter",
|
|
3294
|
+
"declaration": {
|
|
3295
|
+
"name": "actionsMenuFormatter",
|
|
3296
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3297
|
+
}
|
|
3298
|
+
}
|
|
3299
|
+
]
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"kind": "javascript-module",
|
|
3303
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3304
|
+
"declarations": [
|
|
3305
|
+
{
|
|
3306
|
+
"kind": "function",
|
|
3307
|
+
"name": "booleanFormatter",
|
|
3308
|
+
"return": {
|
|
3309
|
+
"type": {
|
|
3310
|
+
"text": ""
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"parameters": [
|
|
3314
|
+
{
|
|
3315
|
+
"name": "cell",
|
|
3316
|
+
"type": {
|
|
3317
|
+
"text": "any"
|
|
3318
|
+
},
|
|
3319
|
+
"description": "The cell component provided by Tabulator"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "formatterParams",
|
|
3323
|
+
"default": "{}",
|
|
3324
|
+
"type": {
|
|
3325
|
+
"text": "BooleanFormatterParams<T>"
|
|
3326
|
+
},
|
|
3327
|
+
"description": "Boolean formatter parameters"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3331
|
+
"privacy": "public"
|
|
3332
|
+
}
|
|
3333
|
+
],
|
|
3334
|
+
"exports": [
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "js",
|
|
3337
|
+
"name": "booleanFormatter",
|
|
3338
|
+
"declaration": {
|
|
3339
|
+
"name": "booleanFormatter",
|
|
3340
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"kind": "javascript-module",
|
|
3347
|
+
"path": "src/cell-formatters/constants.ts",
|
|
3348
|
+
"declarations": [],
|
|
3349
|
+
"exports": []
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "javascript-module",
|
|
3353
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3354
|
+
"declarations": [
|
|
3355
|
+
{
|
|
3356
|
+
"kind": "function",
|
|
3357
|
+
"name": "editableFormatter",
|
|
3358
|
+
"return": {
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": ""
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
"parameters": [
|
|
3364
|
+
{
|
|
3365
|
+
"name": "cell",
|
|
3366
|
+
"type": {
|
|
3367
|
+
"text": "any"
|
|
3368
|
+
},
|
|
3369
|
+
"description": "The cell component provided by Tabulator"
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"name": "formatterParams",
|
|
3373
|
+
"default": "{}",
|
|
3374
|
+
"type": {
|
|
3375
|
+
"text": "EditableFormatterParams<T>"
|
|
3376
|
+
},
|
|
3377
|
+
"description": "Editable formatter parameters"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
3381
|
+
"privacy": "public"
|
|
3382
|
+
}
|
|
3383
|
+
],
|
|
3384
|
+
"exports": [
|
|
3385
|
+
{
|
|
3386
|
+
"kind": "js",
|
|
3387
|
+
"name": "editableFormatter",
|
|
3388
|
+
"declaration": {
|
|
3389
|
+
"name": "editableFormatter",
|
|
3390
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
]
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"kind": "javascript-module",
|
|
3397
|
+
"path": "src/cell-formatters/index.ts",
|
|
3398
|
+
"declarations": [
|
|
3399
|
+
{
|
|
3400
|
+
"kind": "variable",
|
|
3401
|
+
"name": "formatters",
|
|
3402
|
+
"type": {
|
|
3403
|
+
"text": "object"
|
|
3404
|
+
},
|
|
3405
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3406
|
+
"description": "Zero formatters for Tabulator grid"
|
|
3407
|
+
}
|
|
3408
|
+
],
|
|
3409
|
+
"exports": [
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "*",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"package": "./constants"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "ActionFormatterParams",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "ActionFormatterParams",
|
|
3423
|
+
"module": "src/cell-formatters/index.ts"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "actionFormatter",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "actionFormatter",
|
|
3431
|
+
"module": "src/cell-formatters/index.ts"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"kind": "js",
|
|
3436
|
+
"name": "ActionsMenuFormatterParams",
|
|
3437
|
+
"declaration": {
|
|
3438
|
+
"name": "ActionsMenuFormatterParams",
|
|
3439
|
+
"module": "src/cell-formatters/index.ts"
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"kind": "js",
|
|
3444
|
+
"name": "actionsMenuFormatter",
|
|
3445
|
+
"declaration": {
|
|
3446
|
+
"name": "actionsMenuFormatter",
|
|
3447
|
+
"module": "src/cell-formatters/index.ts"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"kind": "js",
|
|
3452
|
+
"name": "BooleanFormatterParams",
|
|
3453
|
+
"declaration": {
|
|
3454
|
+
"name": "BooleanFormatterParams",
|
|
3455
|
+
"module": "src/cell-formatters/index.ts"
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"kind": "js",
|
|
3460
|
+
"name": "booleanFormatter",
|
|
3461
|
+
"declaration": {
|
|
3462
|
+
"name": "booleanFormatter",
|
|
3463
|
+
"module": "src/cell-formatters/index.ts"
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"kind": "js",
|
|
3468
|
+
"name": "EditableFormatterParams",
|
|
3469
|
+
"declaration": {
|
|
3470
|
+
"name": "EditableFormatterParams",
|
|
3471
|
+
"module": "src/cell-formatters/index.ts"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"kind": "js",
|
|
3476
|
+
"name": "editableFormatter",
|
|
3477
|
+
"declaration": {
|
|
3478
|
+
"name": "editableFormatter",
|
|
3479
|
+
"module": "src/cell-formatters/index.ts"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"kind": "js",
|
|
3484
|
+
"name": "SelectFormatterParams",
|
|
3485
|
+
"declaration": {
|
|
3486
|
+
"name": "SelectFormatterParams",
|
|
3487
|
+
"module": "src/cell-formatters/index.ts"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "js",
|
|
3492
|
+
"name": "selectFormatter",
|
|
3493
|
+
"declaration": {
|
|
3494
|
+
"name": "selectFormatter",
|
|
3495
|
+
"module": "src/cell-formatters/index.ts"
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"kind": "js",
|
|
3500
|
+
"name": "TextFormatterParams",
|
|
3501
|
+
"declaration": {
|
|
3502
|
+
"name": "TextFormatterParams",
|
|
3503
|
+
"module": "src/cell-formatters/index.ts"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"kind": "js",
|
|
3508
|
+
"name": "textFormatter",
|
|
3509
|
+
"declaration": {
|
|
3510
|
+
"name": "textFormatter",
|
|
3511
|
+
"module": "src/cell-formatters/index.ts"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "js",
|
|
3516
|
+
"name": "formatters",
|
|
3517
|
+
"declaration": {
|
|
3518
|
+
"name": "formatters",
|
|
3519
|
+
"module": "src/cell-formatters/index.ts"
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
]
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "javascript-module",
|
|
3526
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3527
|
+
"declarations": [
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "function",
|
|
3530
|
+
"name": "selectFormatter",
|
|
3531
|
+
"return": {
|
|
3532
|
+
"type": {
|
|
3533
|
+
"text": ""
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
"parameters": [
|
|
3537
|
+
{
|
|
3538
|
+
"name": "cell",
|
|
3480
3539
|
"type": {
|
|
3481
|
-
"text": "
|
|
3482
|
-
},
|
|
3483
|
-
"privacy": "public",
|
|
3484
|
-
"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.",
|
|
3485
|
-
"inheritedFrom": {
|
|
3486
|
-
"name": "FoundationElement",
|
|
3487
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3488
|
-
}
|
|
3489
|
-
},
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "method",
|
|
3492
|
-
"name": "templateChanged",
|
|
3493
|
-
"privacy": "protected",
|
|
3494
|
-
"return": {
|
|
3495
|
-
"type": {
|
|
3496
|
-
"text": "void"
|
|
3497
|
-
}
|
|
3540
|
+
"text": "any"
|
|
3498
3541
|
},
|
|
3499
|
-
"
|
|
3500
|
-
"name": "FoundationElement",
|
|
3501
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3502
|
-
}
|
|
3542
|
+
"description": "The cell component provided by Tabulator"
|
|
3503
3543
|
},
|
|
3504
3544
|
{
|
|
3505
|
-
"
|
|
3506
|
-
"name": "styles",
|
|
3545
|
+
"name": "formatterParams",
|
|
3507
3546
|
"type": {
|
|
3508
|
-
"text": "
|
|
3509
|
-
},
|
|
3510
|
-
"privacy": "public",
|
|
3511
|
-
"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.",
|
|
3512
|
-
"inheritedFrom": {
|
|
3513
|
-
"name": "FoundationElement",
|
|
3514
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3515
|
-
}
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"kind": "method",
|
|
3519
|
-
"name": "stylesChanged",
|
|
3520
|
-
"privacy": "protected",
|
|
3521
|
-
"return": {
|
|
3522
|
-
"type": {
|
|
3523
|
-
"text": "void"
|
|
3524
|
-
}
|
|
3525
|
-
},
|
|
3526
|
-
"inheritedFrom": {
|
|
3527
|
-
"name": "FoundationElement",
|
|
3528
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "method",
|
|
3533
|
-
"name": "compose",
|
|
3534
|
-
"privacy": "public",
|
|
3535
|
-
"static": true,
|
|
3536
|
-
"return": {
|
|
3537
|
-
"type": {
|
|
3538
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3539
|
-
}
|
|
3547
|
+
"text": "SelectFormatterParams<T>"
|
|
3540
3548
|
},
|
|
3541
|
-
"
|
|
3542
|
-
{
|
|
3543
|
-
"name": "this",
|
|
3544
|
-
"type": {
|
|
3545
|
-
"text": "K"
|
|
3546
|
-
}
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "elementDefinition",
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "T"
|
|
3552
|
-
},
|
|
3553
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3554
|
-
}
|
|
3555
|
-
],
|
|
3556
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3557
|
-
"inheritedFrom": {
|
|
3558
|
-
"name": "FoundationElement",
|
|
3559
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
],
|
|
3563
|
-
"mixins": [
|
|
3564
|
-
{
|
|
3565
|
-
"name": "LifecycleMixin",
|
|
3566
|
-
"package": "@genesislcap/foundation-utils"
|
|
3549
|
+
"description": "Select formatter parameters"
|
|
3567
3550
|
}
|
|
3568
3551
|
],
|
|
3569
|
-
"
|
|
3570
|
-
|
|
3571
|
-
"package": "@microsoft/fast-foundation"
|
|
3572
|
-
},
|
|
3573
|
-
"tagName": "grid-tabulator-column",
|
|
3574
|
-
"customElement": true
|
|
3552
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3553
|
+
"privacy": "public"
|
|
3575
3554
|
}
|
|
3576
3555
|
],
|
|
3577
3556
|
"exports": [
|
|
3578
3557
|
{
|
|
3579
3558
|
"kind": "js",
|
|
3580
|
-
"name": "
|
|
3581
|
-
"declaration": {
|
|
3582
|
-
"name": "GridTabulatorColumn",
|
|
3583
|
-
"module": "src/column/column.ts"
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "custom-element-definition",
|
|
3588
|
-
"name": "grid-tabulator-column",
|
|
3559
|
+
"name": "selectFormatter",
|
|
3589
3560
|
"declaration": {
|
|
3590
|
-
"name": "
|
|
3591
|
-
"module": "src/
|
|
3561
|
+
"name": "selectFormatter",
|
|
3562
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3592
3563
|
}
|
|
3593
3564
|
}
|
|
3594
3565
|
]
|
|
3595
3566
|
},
|
|
3596
3567
|
{
|
|
3597
3568
|
"kind": "javascript-module",
|
|
3598
|
-
"path": "src/
|
|
3599
|
-
"declarations": [
|
|
3569
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3570
|
+
"declarations": [
|
|
3571
|
+
{
|
|
3572
|
+
"kind": "function",
|
|
3573
|
+
"name": "textFormatter",
|
|
3574
|
+
"return": {
|
|
3575
|
+
"type": {
|
|
3576
|
+
"text": ""
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
"parameters": [
|
|
3580
|
+
{
|
|
3581
|
+
"name": "cell",
|
|
3582
|
+
"type": {
|
|
3583
|
+
"text": "any"
|
|
3584
|
+
},
|
|
3585
|
+
"description": "The cell component provided by Tabulator"
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "formatterParams",
|
|
3589
|
+
"default": "{}",
|
|
3590
|
+
"type": {
|
|
3591
|
+
"text": "TextFormatterParams<T>"
|
|
3592
|
+
},
|
|
3593
|
+
"description": "Text formatter parameters"
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3597
|
+
"privacy": "public"
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
3600
|
"exports": [
|
|
3601
3601
|
{
|
|
3602
3602
|
"kind": "js",
|
|
3603
|
-
"name": "
|
|
3603
|
+
"name": "textFormatter",
|
|
3604
3604
|
"declaration": {
|
|
3605
|
-
"name": "
|
|
3606
|
-
"
|
|
3605
|
+
"name": "textFormatter",
|
|
3606
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3607
3607
|
}
|
|
3608
3608
|
}
|
|
3609
3609
|
]
|
|
@@ -4645,41 +4645,6 @@
|
|
|
4645
4645
|
}
|
|
4646
4646
|
]
|
|
4647
4647
|
},
|
|
4648
|
-
{
|
|
4649
|
-
"kind": "javascript-module",
|
|
4650
|
-
"path": "src/style/colors.ts",
|
|
4651
|
-
"declarations": [],
|
|
4652
|
-
"exports": []
|
|
4653
|
-
},
|
|
4654
|
-
{
|
|
4655
|
-
"kind": "javascript-module",
|
|
4656
|
-
"path": "src/style/index.ts",
|
|
4657
|
-
"declarations": [],
|
|
4658
|
-
"exports": [
|
|
4659
|
-
{
|
|
4660
|
-
"kind": "js",
|
|
4661
|
-
"name": "*",
|
|
4662
|
-
"declaration": {
|
|
4663
|
-
"name": "*",
|
|
4664
|
-
"package": "./colors"
|
|
4665
|
-
}
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"kind": "js",
|
|
4669
|
-
"name": "*",
|
|
4670
|
-
"declaration": {
|
|
4671
|
-
"name": "*",
|
|
4672
|
-
"package": "./tokens"
|
|
4673
|
-
}
|
|
4674
|
-
}
|
|
4675
|
-
]
|
|
4676
|
-
},
|
|
4677
|
-
{
|
|
4678
|
-
"kind": "javascript-module",
|
|
4679
|
-
"path": "src/style/tokens.ts",
|
|
4680
|
-
"declarations": [],
|
|
4681
|
-
"exports": []
|
|
4682
|
-
},
|
|
4683
4648
|
{
|
|
4684
4649
|
"kind": "javascript-module",
|
|
4685
4650
|
"path": "src/utils/index.ts",
|
|
@@ -4843,6 +4808,41 @@
|
|
|
4843
4808
|
}
|
|
4844
4809
|
}
|
|
4845
4810
|
]
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"kind": "javascript-module",
|
|
4814
|
+
"path": "src/style/colors.ts",
|
|
4815
|
+
"declarations": [],
|
|
4816
|
+
"exports": []
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"kind": "javascript-module",
|
|
4820
|
+
"path": "src/style/index.ts",
|
|
4821
|
+
"declarations": [],
|
|
4822
|
+
"exports": [
|
|
4823
|
+
{
|
|
4824
|
+
"kind": "js",
|
|
4825
|
+
"name": "*",
|
|
4826
|
+
"declaration": {
|
|
4827
|
+
"name": "*",
|
|
4828
|
+
"package": "./colors"
|
|
4829
|
+
}
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"kind": "js",
|
|
4833
|
+
"name": "*",
|
|
4834
|
+
"declaration": {
|
|
4835
|
+
"name": "*",
|
|
4836
|
+
"package": "./tokens"
|
|
4837
|
+
}
|
|
4838
|
+
}
|
|
4839
|
+
]
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"kind": "javascript-module",
|
|
4843
|
+
"path": "src/style/tokens.ts",
|
|
4844
|
+
"declarations": [],
|
|
4845
|
+
"exports": []
|
|
4846
4846
|
}
|
|
4847
4847
|
]
|
|
4848
4848
|
}
|