@genesislcap/grid-tabulator 14.401.2 → 14.401.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1959 -1959
- package/package.json +13 -13
|
@@ -1651,623 +1651,515 @@
|
|
|
1651
1651
|
},
|
|
1652
1652
|
{
|
|
1653
1653
|
"kind": "javascript-module",
|
|
1654
|
-
"path": "src/cell-
|
|
1654
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
1655
1655
|
"declarations": [
|
|
1656
1656
|
{
|
|
1657
|
-
"kind": "
|
|
1658
|
-
"
|
|
1659
|
-
"
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
"text": "DateEditorParams"
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1657
|
+
"kind": "function",
|
|
1658
|
+
"name": "actionFormatter",
|
|
1659
|
+
"return": {
|
|
1660
|
+
"type": {
|
|
1661
|
+
"text": ""
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"parameters": [
|
|
1668
1665
|
{
|
|
1669
|
-
"
|
|
1670
|
-
"name": "dateField",
|
|
1666
|
+
"name": "cell",
|
|
1671
1667
|
"type": {
|
|
1672
1668
|
"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"
|
|
1721
|
-
},
|
|
1722
|
-
"privacy": "private",
|
|
1723
|
-
"default": "void 0",
|
|
1724
|
-
"inheritedFrom": {
|
|
1725
|
-
"name": "FoundationElement",
|
|
1726
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"kind": "field",
|
|
1731
|
-
"name": "$presentation",
|
|
1732
|
-
"type": {
|
|
1733
|
-
"text": "ComponentPresentation | null"
|
|
1734
|
-
},
|
|
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
1669
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"name": "FoundationElement",
|
|
1766
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1767
|
-
}
|
|
1670
|
+
"description": "The cell component provided by Tabulator"
|
|
1768
1671
|
},
|
|
1769
1672
|
{
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
1673
|
+
"name": "formatterParams",
|
|
1674
|
+
"default": "{}",
|
|
1772
1675
|
"type": {
|
|
1773
|
-
"text": "
|
|
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
|
-
}
|
|
1676
|
+
"text": "ActionFormatterParams<T>"
|
|
1805
1677
|
},
|
|
1806
|
-
"
|
|
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
|
-
}
|
|
1678
|
+
"description": "Action formatter parameters"
|
|
1826
1679
|
}
|
|
1827
1680
|
],
|
|
1828
|
-
"
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1681
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
1682
|
+
"privacy": "public"
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"exports": [
|
|
1833
1686
|
{
|
|
1834
|
-
"kind": "
|
|
1835
|
-
"name": "
|
|
1836
|
-
"
|
|
1837
|
-
|
|
1838
|
-
|
|
1687
|
+
"kind": "js",
|
|
1688
|
+
"name": "actionFormatter",
|
|
1689
|
+
"declaration": {
|
|
1690
|
+
"name": "actionFormatter",
|
|
1691
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
]
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "javascript-module",
|
|
1698
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
1699
|
+
"declarations": [
|
|
1839
1700
|
{
|
|
1840
1701
|
"kind": "function",
|
|
1841
|
-
"name": "
|
|
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.",
|
|
1702
|
+
"name": "actionsMenuFormatter",
|
|
1850
1703
|
"return": {
|
|
1851
1704
|
"type": {
|
|
1852
1705
|
"text": ""
|
|
1853
1706
|
}
|
|
1854
1707
|
},
|
|
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.",
|
|
1855
1726
|
"privacy": "public"
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"kind": "variable",
|
|
1859
|
-
"name": "foundationDateEditor",
|
|
1860
|
-
"description": "Definition for the date editor component"
|
|
1861
1727
|
}
|
|
1862
1728
|
],
|
|
1863
1729
|
"exports": [
|
|
1864
1730
|
{
|
|
1865
1731
|
"kind": "js",
|
|
1866
|
-
"name": "
|
|
1732
|
+
"name": "actionsMenuFormatter",
|
|
1867
1733
|
"declaration": {
|
|
1868
|
-
"name": "
|
|
1869
|
-
"module": "src/cell-
|
|
1734
|
+
"name": "actionsMenuFormatter",
|
|
1735
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
1870
1736
|
}
|
|
1871
|
-
}
|
|
1737
|
+
}
|
|
1738
|
+
]
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "javascript-module",
|
|
1742
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
1743
|
+
"declarations": [
|
|
1872
1744
|
{
|
|
1873
|
-
"kind": "
|
|
1874
|
-
"name": "
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
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": [
|
|
1888
1774
|
{
|
|
1889
1775
|
"kind": "js",
|
|
1890
|
-
"name": "
|
|
1776
|
+
"name": "booleanFormatter",
|
|
1891
1777
|
"declaration": {
|
|
1892
|
-
"name": "
|
|
1893
|
-
"module": "src/cell-
|
|
1778
|
+
"name": "booleanFormatter",
|
|
1779
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
1894
1780
|
}
|
|
1895
1781
|
}
|
|
1896
1782
|
]
|
|
1897
1783
|
},
|
|
1898
1784
|
{
|
|
1899
1785
|
"kind": "javascript-module",
|
|
1900
|
-
"path": "src/cell-
|
|
1786
|
+
"path": "src/cell-formatters/constants.ts",
|
|
1901
1787
|
"declarations": [],
|
|
1788
|
+
"exports": []
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "javascript-module",
|
|
1792
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
1793
|
+
"declarations": [
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "function",
|
|
1796
|
+
"name": "editableFormatter",
|
|
1797
|
+
"return": {
|
|
1798
|
+
"type": {
|
|
1799
|
+
"text": ""
|
|
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
|
+
],
|
|
1902
1823
|
"exports": [
|
|
1903
1824
|
{
|
|
1904
1825
|
"kind": "js",
|
|
1905
|
-
"name": "
|
|
1826
|
+
"name": "editableFormatter",
|
|
1906
1827
|
"declaration": {
|
|
1907
|
-
"name": "
|
|
1908
|
-
"
|
|
1828
|
+
"name": "editableFormatter",
|
|
1829
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
1909
1830
|
}
|
|
1910
|
-
}
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "javascript-module",
|
|
1836
|
+
"path": "src/cell-formatters/index.ts",
|
|
1837
|
+
"declarations": [
|
|
1911
1838
|
{
|
|
1912
|
-
"kind": "
|
|
1913
|
-
"name": "
|
|
1914
|
-
"
|
|
1915
|
-
"
|
|
1916
|
-
|
|
1917
|
-
}
|
|
1918
|
-
|
|
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
|
+
],
|
|
1848
|
+
"exports": [
|
|
1919
1849
|
{
|
|
1920
1850
|
"kind": "js",
|
|
1921
1851
|
"name": "*",
|
|
1922
1852
|
"declaration": {
|
|
1923
1853
|
"name": "*",
|
|
1924
|
-
"package": "./
|
|
1854
|
+
"package": "./constants"
|
|
1925
1855
|
}
|
|
1926
1856
|
},
|
|
1927
1857
|
{
|
|
1928
1858
|
"kind": "js",
|
|
1929
|
-
"name": "
|
|
1859
|
+
"name": "ActionFormatterParams",
|
|
1930
1860
|
"declaration": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"
|
|
1861
|
+
"name": "ActionFormatterParams",
|
|
1862
|
+
"module": "src/cell-formatters/index.ts"
|
|
1933
1863
|
}
|
|
1934
1864
|
},
|
|
1935
1865
|
{
|
|
1936
1866
|
"kind": "js",
|
|
1937
|
-
"name": "
|
|
1867
|
+
"name": "actionFormatter",
|
|
1938
1868
|
"declaration": {
|
|
1939
|
-
"name": "
|
|
1940
|
-
"
|
|
1869
|
+
"name": "actionFormatter",
|
|
1870
|
+
"module": "src/cell-formatters/index.ts"
|
|
1941
1871
|
}
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
{
|
|
1950
|
-
"kind": "class",
|
|
1951
|
-
"description": "The multiselect editor class for grid-tabulator",
|
|
1952
|
-
"name": "MultiselectEditor",
|
|
1953
|
-
"members": [
|
|
1954
|
-
{
|
|
1955
|
-
"kind": "field",
|
|
1956
|
-
"name": "params",
|
|
1957
|
-
"type": {
|
|
1958
|
-
"text": "MultiselectEditorParams"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "field",
|
|
1963
|
-
"name": "select",
|
|
1964
|
-
"type": {
|
|
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
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
"description": "Get current values"
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "method",
|
|
1993
|
-
"name": "focus",
|
|
1994
|
-
"description": "Set focus to the select"
|
|
1995
|
-
},
|
|
1996
|
-
{
|
|
1997
|
-
"kind": "method",
|
|
1998
|
-
"name": "isSelected",
|
|
1999
|
-
"return": {
|
|
2000
|
-
"type": {
|
|
2001
|
-
"text": "boolean"
|
|
2002
|
-
}
|
|
2003
|
-
},
|
|
2004
|
-
"parameters": [
|
|
2005
|
-
{
|
|
2006
|
-
"name": "value",
|
|
2007
|
-
"type": {
|
|
2008
|
-
"text": "string | number"
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
],
|
|
2012
|
-
"description": "Check if a value is selected"
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "method",
|
|
2016
|
-
"name": "handleKeyDown",
|
|
2017
|
-
"parameters": [
|
|
2018
|
-
{
|
|
2019
|
-
"name": "event",
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "KeyboardEvent"
|
|
2022
|
-
}
|
|
2023
|
-
}
|
|
2024
|
-
],
|
|
2025
|
-
"description": "Process key down events"
|
|
2026
|
-
},
|
|
2027
|
-
{
|
|
2028
|
-
"kind": "method",
|
|
2029
|
-
"name": "handleChange",
|
|
2030
|
-
"description": "Handle change event to save when selection changes"
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"kind": "field",
|
|
2034
|
-
"name": "_presentation",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2037
|
-
},
|
|
2038
|
-
"privacy": "private",
|
|
2039
|
-
"default": "void 0",
|
|
2040
|
-
"inheritedFrom": {
|
|
2041
|
-
"name": "FoundationElement",
|
|
2042
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "field",
|
|
2047
|
-
"name": "$presentation",
|
|
2048
|
-
"type": {
|
|
2049
|
-
"text": "ComponentPresentation | null"
|
|
2050
|
-
},
|
|
2051
|
-
"privacy": "public",
|
|
2052
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2053
|
-
"inheritedFrom": {
|
|
2054
|
-
"name": "FoundationElement",
|
|
2055
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "field",
|
|
2060
|
-
"name": "template",
|
|
2061
|
-
"type": {
|
|
2062
|
-
"text": "ElementViewTemplate | void | null"
|
|
2063
|
-
},
|
|
2064
|
-
"privacy": "public",
|
|
2065
|
-
"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.",
|
|
2066
|
-
"inheritedFrom": {
|
|
2067
|
-
"name": "FoundationElement",
|
|
2068
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2069
|
-
}
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"kind": "method",
|
|
2073
|
-
"name": "templateChanged",
|
|
2074
|
-
"privacy": "protected",
|
|
2075
|
-
"return": {
|
|
2076
|
-
"type": {
|
|
2077
|
-
"text": "void"
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
"inheritedFrom": {
|
|
2081
|
-
"name": "FoundationElement",
|
|
2082
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"kind": "field",
|
|
2087
|
-
"name": "styles",
|
|
2088
|
-
"type": {
|
|
2089
|
-
"text": "ElementStyles | void | null"
|
|
2090
|
-
},
|
|
2091
|
-
"privacy": "public",
|
|
2092
|
-
"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.",
|
|
2093
|
-
"inheritedFrom": {
|
|
2094
|
-
"name": "FoundationElement",
|
|
2095
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "method",
|
|
2100
|
-
"name": "stylesChanged",
|
|
2101
|
-
"privacy": "protected",
|
|
2102
|
-
"return": {
|
|
2103
|
-
"type": {
|
|
2104
|
-
"text": "void"
|
|
2105
|
-
}
|
|
2106
|
-
},
|
|
2107
|
-
"inheritedFrom": {
|
|
2108
|
-
"name": "FoundationElement",
|
|
2109
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2110
|
-
}
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"kind": "method",
|
|
2114
|
-
"name": "compose",
|
|
2115
|
-
"privacy": "public",
|
|
2116
|
-
"static": true,
|
|
2117
|
-
"return": {
|
|
2118
|
-
"type": {
|
|
2119
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2120
|
-
}
|
|
2121
|
-
},
|
|
2122
|
-
"parameters": [
|
|
2123
|
-
{
|
|
2124
|
-
"name": "this",
|
|
2125
|
-
"type": {
|
|
2126
|
-
"text": "K"
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"name": "elementDefinition",
|
|
2131
|
-
"type": {
|
|
2132
|
-
"text": "T"
|
|
2133
|
-
},
|
|
2134
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2135
|
-
}
|
|
2136
|
-
],
|
|
2137
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2138
|
-
"inheritedFrom": {
|
|
2139
|
-
"name": "FoundationElement",
|
|
2140
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
2143
|
-
],
|
|
2144
|
-
"superclass": {
|
|
2145
|
-
"name": "FoundationElement",
|
|
2146
|
-
"package": "@microsoft/fast-foundation"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "js",
|
|
1875
|
+
"name": "ActionsMenuFormatterParams",
|
|
1876
|
+
"declaration": {
|
|
1877
|
+
"name": "ActionsMenuFormatterParams",
|
|
1878
|
+
"module": "src/cell-formatters/index.ts"
|
|
2147
1879
|
}
|
|
2148
1880
|
},
|
|
2149
1881
|
{
|
|
2150
|
-
"kind": "
|
|
2151
|
-
"name": "
|
|
2152
|
-
"
|
|
2153
|
-
|
|
1882
|
+
"kind": "js",
|
|
1883
|
+
"name": "actionsMenuFormatter",
|
|
1884
|
+
"declaration": {
|
|
1885
|
+
"name": "actionsMenuFormatter",
|
|
1886
|
+
"module": "src/cell-formatters/index.ts"
|
|
1887
|
+
}
|
|
2154
1888
|
},
|
|
2155
1889
|
{
|
|
2156
|
-
"kind": "
|
|
2157
|
-
"name": "
|
|
2158
|
-
"
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
"default": "'foundation'",
|
|
2162
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2163
|
-
}
|
|
2164
|
-
],
|
|
2165
|
-
"description": "Get a Design System prefixed Select template.",
|
|
2166
|
-
"return": {
|
|
2167
|
-
"type": {
|
|
2168
|
-
"text": ""
|
|
2169
|
-
}
|
|
1890
|
+
"kind": "js",
|
|
1891
|
+
"name": "BooleanFormatterParams",
|
|
1892
|
+
"declaration": {
|
|
1893
|
+
"name": "BooleanFormatterParams",
|
|
1894
|
+
"module": "src/cell-formatters/index.ts"
|
|
2170
1895
|
}
|
|
2171
1896
|
},
|
|
2172
1897
|
{
|
|
2173
|
-
"kind": "
|
|
2174
|
-
"name": "
|
|
2175
|
-
"
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
1898
|
+
"kind": "js",
|
|
1899
|
+
"name": "booleanFormatter",
|
|
1900
|
+
"declaration": {
|
|
1901
|
+
"name": "booleanFormatter",
|
|
1902
|
+
"module": "src/cell-formatters/index.ts"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
2179
1905
|
{
|
|
2180
1906
|
"kind": "js",
|
|
2181
|
-
"name": "
|
|
1907
|
+
"name": "EditableFormatterParams",
|
|
2182
1908
|
"declaration": {
|
|
2183
|
-
"name": "
|
|
2184
|
-
"module": "src/cell-
|
|
1909
|
+
"name": "EditableFormatterParams",
|
|
1910
|
+
"module": "src/cell-formatters/index.ts"
|
|
2185
1911
|
}
|
|
2186
1912
|
},
|
|
2187
1913
|
{
|
|
2188
1914
|
"kind": "js",
|
|
2189
|
-
"name": "
|
|
1915
|
+
"name": "editableFormatter",
|
|
2190
1916
|
"declaration": {
|
|
2191
|
-
"name": "
|
|
2192
|
-
"module": "src/cell-
|
|
1917
|
+
"name": "editableFormatter",
|
|
1918
|
+
"module": "src/cell-formatters/index.ts"
|
|
2193
1919
|
}
|
|
2194
1920
|
},
|
|
2195
1921
|
{
|
|
2196
1922
|
"kind": "js",
|
|
2197
|
-
"name": "
|
|
1923
|
+
"name": "SelectFormatterParams",
|
|
2198
1924
|
"declaration": {
|
|
2199
|
-
"name": "
|
|
2200
|
-
"module": "src/cell-
|
|
1925
|
+
"name": "SelectFormatterParams",
|
|
1926
|
+
"module": "src/cell-formatters/index.ts"
|
|
2201
1927
|
}
|
|
2202
1928
|
},
|
|
2203
1929
|
{
|
|
2204
1930
|
"kind": "js",
|
|
2205
|
-
"name": "
|
|
1931
|
+
"name": "selectFormatter",
|
|
2206
1932
|
"declaration": {
|
|
2207
|
-
"name": "
|
|
2208
|
-
"module": "src/cell-
|
|
1933
|
+
"name": "selectFormatter",
|
|
1934
|
+
"module": "src/cell-formatters/index.ts"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "TextFormatterParams",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "TextFormatterParams",
|
|
1942
|
+
"module": "src/cell-formatters/index.ts"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "js",
|
|
1947
|
+
"name": "textFormatter",
|
|
1948
|
+
"declaration": {
|
|
1949
|
+
"name": "textFormatter",
|
|
1950
|
+
"module": "src/cell-formatters/index.ts"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "js",
|
|
1955
|
+
"name": "formatters",
|
|
1956
|
+
"declaration": {
|
|
1957
|
+
"name": "formatters",
|
|
1958
|
+
"module": "src/cell-formatters/index.ts"
|
|
2209
1959
|
}
|
|
2210
1960
|
}
|
|
2211
1961
|
]
|
|
2212
1962
|
},
|
|
2213
1963
|
{
|
|
2214
1964
|
"kind": "javascript-module",
|
|
2215
|
-
"path": "src/cell-
|
|
1965
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
1966
|
+
"declarations": [
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "function",
|
|
1969
|
+
"name": "selectFormatter",
|
|
1970
|
+
"return": {
|
|
1971
|
+
"type": {
|
|
1972
|
+
"text": ""
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"parameters": [
|
|
1976
|
+
{
|
|
1977
|
+
"name": "cell",
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "any"
|
|
1980
|
+
},
|
|
1981
|
+
"description": "The cell component provided by Tabulator"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"name": "formatterParams",
|
|
1985
|
+
"type": {
|
|
1986
|
+
"text": "SelectFormatterParams<T>"
|
|
1987
|
+
},
|
|
1988
|
+
"description": "Select formatter parameters"
|
|
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/column/column.ts",
|
|
2216
2053
|
"declarations": [
|
|
2217
2054
|
{
|
|
2218
2055
|
"kind": "class",
|
|
2219
|
-
"description": "The
|
|
2220
|
-
"name": "
|
|
2056
|
+
"description": "The GridTabulator Column element.",
|
|
2057
|
+
"name": "GridTabulatorColumn",
|
|
2221
2058
|
"members": [
|
|
2222
2059
|
{
|
|
2223
2060
|
"kind": "field",
|
|
2224
|
-
"name": "
|
|
2061
|
+
"name": "slottedCell",
|
|
2225
2062
|
"type": {
|
|
2226
|
-
"text": "
|
|
2227
|
-
}
|
|
2063
|
+
"text": "HTMLElement[]"
|
|
2064
|
+
},
|
|
2065
|
+
"privacy": "public"
|
|
2228
2066
|
},
|
|
2229
2067
|
{
|
|
2230
2068
|
"kind": "field",
|
|
2231
|
-
"name": "
|
|
2069
|
+
"name": "definition",
|
|
2232
2070
|
"type": {
|
|
2233
|
-
"text": "
|
|
2071
|
+
"text": "Partial<ColumnDefinition>"
|
|
2072
|
+
},
|
|
2073
|
+
"default": "{}"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "method",
|
|
2077
|
+
"name": "slottedCellChanged",
|
|
2078
|
+
"privacy": "public"
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"kind": "method",
|
|
2082
|
+
"name": "deepClone",
|
|
2083
|
+
"return": {
|
|
2084
|
+
"type": {
|
|
2085
|
+
"text": "Node"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"inheritedFrom": {
|
|
2089
|
+
"name": "LifecycleMixin",
|
|
2090
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2234
2091
|
}
|
|
2235
2092
|
},
|
|
2236
2093
|
{
|
|
2237
2094
|
"kind": "method",
|
|
2238
|
-
"name": "
|
|
2095
|
+
"name": "cloneNode",
|
|
2096
|
+
"return": {
|
|
2097
|
+
"type": {
|
|
2098
|
+
"text": "Node"
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2239
2101
|
"parameters": [
|
|
2240
2102
|
{
|
|
2241
|
-
"name": "
|
|
2103
|
+
"name": "deep",
|
|
2104
|
+
"optional": true,
|
|
2242
2105
|
"type": {
|
|
2243
|
-
"text": "
|
|
2106
|
+
"text": "boolean"
|
|
2244
2107
|
}
|
|
2245
2108
|
}
|
|
2246
2109
|
],
|
|
2247
|
-
"
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
"name": "getValue",
|
|
2252
|
-
"description": "Get current value"
|
|
2110
|
+
"inheritedFrom": {
|
|
2111
|
+
"name": "LifecycleMixin",
|
|
2112
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2113
|
+
}
|
|
2253
2114
|
},
|
|
2254
2115
|
{
|
|
2255
|
-
"kind": "
|
|
2256
|
-
"name": "
|
|
2257
|
-
"
|
|
2116
|
+
"kind": "field",
|
|
2117
|
+
"name": "shouldRunDisconnect",
|
|
2118
|
+
"return": {
|
|
2119
|
+
"type": {
|
|
2120
|
+
"text": ""
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"readonly": true,
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "LifecycleMixin",
|
|
2126
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "field",
|
|
2131
|
+
"name": "shouldRunConnect",
|
|
2132
|
+
"return": {
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": ""
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
"readonly": true,
|
|
2138
|
+
"inheritedFrom": {
|
|
2139
|
+
"name": "LifecycleMixin",
|
|
2140
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2141
|
+
}
|
|
2258
2142
|
},
|
|
2259
2143
|
{
|
|
2260
2144
|
"kind": "method",
|
|
2261
|
-
"name": "
|
|
2145
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
2146
|
+
"return": {
|
|
2147
|
+
"type": {
|
|
2148
|
+
"text": "boolean"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2262
2151
|
"parameters": [
|
|
2263
2152
|
{
|
|
2264
|
-
"name": "
|
|
2153
|
+
"name": "lifecycleType",
|
|
2265
2154
|
"type": {
|
|
2266
|
-
"text": "
|
|
2155
|
+
"text": "Lifecycletype"
|
|
2267
2156
|
}
|
|
2268
2157
|
}
|
|
2269
2158
|
],
|
|
2270
|
-
"
|
|
2159
|
+
"inheritedFrom": {
|
|
2160
|
+
"name": "LifecycleMixin",
|
|
2161
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2162
|
+
}
|
|
2271
2163
|
},
|
|
2272
2164
|
{
|
|
2273
2165
|
"kind": "field",
|
|
@@ -2381,603 +2273,626 @@
|
|
|
2381
2273
|
}
|
|
2382
2274
|
}
|
|
2383
2275
|
],
|
|
2384
|
-
"
|
|
2385
|
-
"name": "FoundationElement",
|
|
2386
|
-
"package": "@microsoft/fast-foundation"
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"kind": "variable",
|
|
2391
|
-
"name": "numberEditorStyles",
|
|
2392
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2393
|
-
"description": "Styles for the number editor"
|
|
2394
|
-
},
|
|
2395
|
-
{
|
|
2396
|
-
"kind": "function",
|
|
2397
|
-
"name": "getNumberEditorTemplate",
|
|
2398
|
-
"parameters": [
|
|
2276
|
+
"mixins": [
|
|
2399
2277
|
{
|
|
2400
|
-
"name": "
|
|
2401
|
-
"
|
|
2402
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2278
|
+
"name": "LifecycleMixin",
|
|
2279
|
+
"package": "@genesislcap/foundation-utils"
|
|
2403
2280
|
}
|
|
2404
2281
|
],
|
|
2405
|
-
"
|
|
2406
|
-
|
|
2407
|
-
"
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "variable",
|
|
2414
|
-
"name": "foundationNumberEditor",
|
|
2415
|
-
"description": "Definition for the number editor component"
|
|
2282
|
+
"superclass": {
|
|
2283
|
+
"name": "FoundationElement",
|
|
2284
|
+
"package": "@microsoft/fast-foundation"
|
|
2285
|
+
},
|
|
2286
|
+
"tagName": "grid-tabulator-column",
|
|
2287
|
+
"customElement": true
|
|
2416
2288
|
}
|
|
2417
2289
|
],
|
|
2418
2290
|
"exports": [
|
|
2419
2291
|
{
|
|
2420
2292
|
"kind": "js",
|
|
2421
|
-
"name": "
|
|
2422
|
-
"declaration": {
|
|
2423
|
-
"name": "NumberEditor",
|
|
2424
|
-
"module": "src/cell-editors/number.editor.ts"
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"kind": "js",
|
|
2429
|
-
"name": "numberEditorStyles",
|
|
2293
|
+
"name": "GridTabulatorColumn",
|
|
2430
2294
|
"declaration": {
|
|
2431
|
-
"name": "
|
|
2432
|
-
"module": "src/
|
|
2295
|
+
"name": "GridTabulatorColumn",
|
|
2296
|
+
"module": "src/column/column.ts"
|
|
2433
2297
|
}
|
|
2434
2298
|
},
|
|
2435
2299
|
{
|
|
2436
|
-
"kind": "
|
|
2437
|
-
"name": "
|
|
2300
|
+
"kind": "custom-element-definition",
|
|
2301
|
+
"name": "grid-tabulator-column",
|
|
2438
2302
|
"declaration": {
|
|
2439
|
-
"name": "
|
|
2440
|
-
"module": "src/
|
|
2303
|
+
"name": "GridTabulatorColumn",
|
|
2304
|
+
"module": "src/column/column.ts"
|
|
2441
2305
|
}
|
|
2442
|
-
}
|
|
2306
|
+
}
|
|
2307
|
+
]
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"kind": "javascript-module",
|
|
2311
|
+
"path": "src/column/index.ts",
|
|
2312
|
+
"declarations": [],
|
|
2313
|
+
"exports": [
|
|
2443
2314
|
{
|
|
2444
2315
|
"kind": "js",
|
|
2445
|
-
"name": "
|
|
2316
|
+
"name": "*",
|
|
2446
2317
|
"declaration": {
|
|
2447
|
-
"name": "
|
|
2448
|
-
"
|
|
2318
|
+
"name": "*",
|
|
2319
|
+
"package": "./column"
|
|
2449
2320
|
}
|
|
2450
2321
|
}
|
|
2451
2322
|
]
|
|
2452
2323
|
},
|
|
2453
2324
|
{
|
|
2454
2325
|
"kind": "javascript-module",
|
|
2455
|
-
"path": "src/
|
|
2326
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
2456
2327
|
"declarations": [
|
|
2328
|
+
{
|
|
2329
|
+
"kind": "variable",
|
|
2330
|
+
"name": "criteriaDelimiter",
|
|
2331
|
+
"type": {
|
|
2332
|
+
"text": "string"
|
|
2333
|
+
},
|
|
2334
|
+
"default": "';'",
|
|
2335
|
+
"description": "Delimiter for criteria in the datasource"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"kind": "variable",
|
|
2339
|
+
"name": "criteriaJoin",
|
|
2340
|
+
"type": {
|
|
2341
|
+
"text": "string"
|
|
2342
|
+
},
|
|
2343
|
+
"default": "' && '",
|
|
2344
|
+
"description": "Join operator for criteria in the datasource"
|
|
2345
|
+
},
|
|
2457
2346
|
{
|
|
2458
2347
|
"kind": "class",
|
|
2459
|
-
"description": "The
|
|
2460
|
-
"name": "
|
|
2348
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
2349
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
2461
2350
|
"members": [
|
|
2462
2351
|
{
|
|
2463
2352
|
"kind": "field",
|
|
2464
|
-
"name": "
|
|
2353
|
+
"name": "auth",
|
|
2465
2354
|
"type": {
|
|
2466
|
-
"text": "
|
|
2355
|
+
"text": "Auth"
|
|
2467
2356
|
}
|
|
2468
2357
|
},
|
|
2469
2358
|
{
|
|
2470
2359
|
"kind": "field",
|
|
2471
|
-
"name": "
|
|
2360
|
+
"name": "connect",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "Connect"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "field",
|
|
2367
|
+
"name": "datasource",
|
|
2368
|
+
"type": {
|
|
2369
|
+
"text": "Datasource"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"kind": "field",
|
|
2374
|
+
"name": "deferredGridOptions",
|
|
2375
|
+
"type": {
|
|
2376
|
+
"text": "Options"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "field",
|
|
2381
|
+
"name": "deferredColumnStates",
|
|
2382
|
+
"type": {
|
|
2383
|
+
"text": "any[]"
|
|
2384
|
+
},
|
|
2385
|
+
"default": "[]",
|
|
2386
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"kind": "field",
|
|
2390
|
+
"name": "criteria",
|
|
2391
|
+
"type": {
|
|
2392
|
+
"text": "string"
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"kind": "method",
|
|
2397
|
+
"name": "criteriaChanged",
|
|
2398
|
+
"parameters": [
|
|
2399
|
+
{
|
|
2400
|
+
"name": "oldCriteria",
|
|
2401
|
+
"type": {
|
|
2402
|
+
"text": "string"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "newCriteria",
|
|
2407
|
+
"type": {
|
|
2408
|
+
"text": "string"
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"kind": "field",
|
|
2415
|
+
"name": "fields",
|
|
2416
|
+
"type": {
|
|
2417
|
+
"text": "string"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"kind": "field",
|
|
2422
|
+
"name": "isSnapshot",
|
|
2423
|
+
"type": {
|
|
2424
|
+
"text": "boolean"
|
|
2425
|
+
},
|
|
2426
|
+
"default": "false"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"kind": "field",
|
|
2430
|
+
"name": "maxRows",
|
|
2431
|
+
"type": {
|
|
2432
|
+
"text": "number"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"kind": "field",
|
|
2437
|
+
"name": "maxView",
|
|
2438
|
+
"type": {
|
|
2439
|
+
"text": "number"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"kind": "field",
|
|
2444
|
+
"name": "pollingInterval",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "number"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "field",
|
|
2451
|
+
"name": "movingView",
|
|
2452
|
+
"type": {
|
|
2453
|
+
"text": "boolean"
|
|
2454
|
+
},
|
|
2455
|
+
"default": "false"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "field",
|
|
2459
|
+
"name": "orderBy",
|
|
2460
|
+
"type": {
|
|
2461
|
+
"text": "string"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"kind": "field",
|
|
2466
|
+
"name": "request",
|
|
2472
2467
|
"type": {
|
|
2473
2468
|
"text": "any"
|
|
2474
2469
|
}
|
|
2475
2470
|
},
|
|
2471
|
+
{
|
|
2472
|
+
"kind": "field",
|
|
2473
|
+
"name": "resourceName",
|
|
2474
|
+
"type": {
|
|
2475
|
+
"text": "string"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2476
2478
|
{
|
|
2477
2479
|
"kind": "method",
|
|
2478
|
-
"name": "
|
|
2480
|
+
"name": "resourceNameChanged",
|
|
2479
2481
|
"parameters": [
|
|
2480
2482
|
{
|
|
2481
|
-
"name": "
|
|
2483
|
+
"name": "oldValue",
|
|
2484
|
+
"type": {
|
|
2485
|
+
"text": "string"
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"name": "newValue",
|
|
2482
2490
|
"type": {
|
|
2483
|
-
"text": "
|
|
2491
|
+
"text": "string"
|
|
2484
2492
|
}
|
|
2485
2493
|
}
|
|
2486
|
-
]
|
|
2487
|
-
"description": "Initialize the editor with parameters"
|
|
2494
|
+
]
|
|
2488
2495
|
},
|
|
2489
2496
|
{
|
|
2490
|
-
"kind": "
|
|
2491
|
-
"name": "
|
|
2492
|
-
"
|
|
2497
|
+
"kind": "field",
|
|
2498
|
+
"name": "reverse",
|
|
2499
|
+
"type": {
|
|
2500
|
+
"text": "boolean"
|
|
2501
|
+
},
|
|
2502
|
+
"default": "false"
|
|
2493
2503
|
},
|
|
2494
2504
|
{
|
|
2495
|
-
"kind": "
|
|
2496
|
-
"name": "
|
|
2497
|
-
"description": "
|
|
2505
|
+
"kind": "field",
|
|
2506
|
+
"name": "rowIdAttr",
|
|
2507
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
2498
2508
|
},
|
|
2499
2509
|
{
|
|
2500
|
-
"kind": "
|
|
2501
|
-
"name": "
|
|
2502
|
-
"
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
"text": "KeyboardEvent"
|
|
2507
|
-
}
|
|
2508
|
-
}
|
|
2509
|
-
],
|
|
2510
|
-
"description": "Process key down events"
|
|
2510
|
+
"kind": "field",
|
|
2511
|
+
"name": "restartOnReconnection",
|
|
2512
|
+
"type": {
|
|
2513
|
+
"text": "boolean"
|
|
2514
|
+
},
|
|
2515
|
+
"default": "true"
|
|
2511
2516
|
},
|
|
2512
2517
|
{
|
|
2513
|
-
"kind": "
|
|
2514
|
-
"name": "
|
|
2515
|
-
"
|
|
2518
|
+
"kind": "field",
|
|
2519
|
+
"name": "keepColDefsOnClearRowData",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "boolean"
|
|
2522
|
+
},
|
|
2523
|
+
"default": "false",
|
|
2524
|
+
"description": "Whether to keep column definitions when clearing row data"
|
|
2516
2525
|
},
|
|
2517
2526
|
{
|
|
2518
2527
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2528
|
+
"name": "rowDataMapper",
|
|
2520
2529
|
"type": {
|
|
2521
|
-
"text": "
|
|
2530
|
+
"text": "Function"
|
|
2522
2531
|
},
|
|
2523
|
-
"
|
|
2524
|
-
"default": "void 0",
|
|
2525
|
-
"inheritedFrom": {
|
|
2526
|
-
"name": "FoundationElement",
|
|
2527
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2528
|
-
}
|
|
2532
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
2529
2533
|
},
|
|
2530
2534
|
{
|
|
2531
2535
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2536
|
+
"name": "dataSub",
|
|
2533
2537
|
"type": {
|
|
2534
|
-
"text": "
|
|
2538
|
+
"text": "Subscription"
|
|
2535
2539
|
},
|
|
2536
|
-
"privacy": "
|
|
2537
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2538
|
-
"inheritedFrom": {
|
|
2539
|
-
"name": "FoundationElement",
|
|
2540
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2541
|
-
}
|
|
2540
|
+
"privacy": "private"
|
|
2542
2541
|
},
|
|
2543
2542
|
{
|
|
2544
2543
|
"kind": "field",
|
|
2545
|
-
"name": "
|
|
2544
|
+
"name": "updateSub",
|
|
2546
2545
|
"type": {
|
|
2547
|
-
"text": "
|
|
2546
|
+
"text": "Subscription"
|
|
2548
2547
|
},
|
|
2549
|
-
"privacy": "
|
|
2550
|
-
"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.",
|
|
2551
|
-
"inheritedFrom": {
|
|
2552
|
-
"name": "FoundationElement",
|
|
2553
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2554
|
-
}
|
|
2548
|
+
"privacy": "private"
|
|
2555
2549
|
},
|
|
2556
2550
|
{
|
|
2557
|
-
"kind": "
|
|
2558
|
-
"name": "
|
|
2559
|
-
"
|
|
2560
|
-
|
|
2561
|
-
"type": {
|
|
2562
|
-
"text": "void"
|
|
2563
|
-
}
|
|
2551
|
+
"kind": "field",
|
|
2552
|
+
"name": "connectionSub",
|
|
2553
|
+
"type": {
|
|
2554
|
+
"text": "Subscription"
|
|
2564
2555
|
},
|
|
2565
|
-
"
|
|
2566
|
-
"name": "FoundationElement",
|
|
2567
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2568
|
-
}
|
|
2556
|
+
"privacy": "private"
|
|
2569
2557
|
},
|
|
2570
2558
|
{
|
|
2571
2559
|
"kind": "field",
|
|
2572
|
-
"name": "
|
|
2560
|
+
"name": "isRequestServer",
|
|
2573
2561
|
"type": {
|
|
2574
|
-
"text": "
|
|
2562
|
+
"text": "boolean"
|
|
2575
2563
|
},
|
|
2576
|
-
"privacy": "
|
|
2577
|
-
"
|
|
2578
|
-
"inheritedFrom": {
|
|
2579
|
-
"name": "FoundationElement",
|
|
2580
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2581
|
-
}
|
|
2564
|
+
"privacy": "private",
|
|
2565
|
+
"default": "false"
|
|
2582
2566
|
},
|
|
2583
2567
|
{
|
|
2584
|
-
"kind": "
|
|
2585
|
-
"name": "
|
|
2586
|
-
"
|
|
2587
|
-
|
|
2588
|
-
"type": {
|
|
2589
|
-
"text": "void"
|
|
2590
|
-
}
|
|
2568
|
+
"kind": "field",
|
|
2569
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
2570
|
+
"type": {
|
|
2571
|
+
"text": "boolean"
|
|
2591
2572
|
},
|
|
2592
|
-
"
|
|
2593
|
-
|
|
2594
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2595
|
-
}
|
|
2573
|
+
"privacy": "private",
|
|
2574
|
+
"default": "true"
|
|
2596
2575
|
},
|
|
2597
2576
|
{
|
|
2598
|
-
"kind": "
|
|
2599
|
-
"name": "
|
|
2600
|
-
"
|
|
2601
|
-
|
|
2602
|
-
"return": {
|
|
2603
|
-
"type": {
|
|
2604
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2605
|
-
}
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "dataSubWasLoggedOff",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"text": "boolean"
|
|
2606
2581
|
},
|
|
2607
|
-
"
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
"type": {
|
|
2611
|
-
"text": "K"
|
|
2612
|
-
}
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"name": "elementDefinition",
|
|
2616
|
-
"type": {
|
|
2617
|
-
"text": "T"
|
|
2618
|
-
},
|
|
2619
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2620
|
-
}
|
|
2621
|
-
],
|
|
2622
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2623
|
-
"inheritedFrom": {
|
|
2624
|
-
"name": "FoundationElement",
|
|
2625
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
],
|
|
2629
|
-
"superclass": {
|
|
2630
|
-
"name": "FoundationElement",
|
|
2631
|
-
"package": "@microsoft/fast-foundation"
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "variable",
|
|
2636
|
-
"name": "selectEditorStyles",
|
|
2637
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2638
|
-
"description": "Styles for the select editor"
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"kind": "function",
|
|
2642
|
-
"name": "getSelectEditorTemplate",
|
|
2643
|
-
"parameters": [
|
|
2582
|
+
"privacy": "private",
|
|
2583
|
+
"default": "false"
|
|
2584
|
+
},
|
|
2644
2585
|
{
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
"description": "Definition for the select editor component"
|
|
2662
|
-
}
|
|
2663
|
-
],
|
|
2664
|
-
"exports": [
|
|
2665
|
-
{
|
|
2666
|
-
"kind": "js",
|
|
2667
|
-
"name": "SelectEditor",
|
|
2668
|
-
"declaration": {
|
|
2669
|
-
"name": "SelectEditor",
|
|
2670
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
2671
|
-
}
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"kind": "js",
|
|
2675
|
-
"name": "selectEditorStyles",
|
|
2676
|
-
"declaration": {
|
|
2677
|
-
"name": "selectEditorStyles",
|
|
2678
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
2679
|
-
}
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"kind": "js",
|
|
2683
|
-
"name": "getSelectEditorTemplate",
|
|
2684
|
-
"declaration": {
|
|
2685
|
-
"name": "getSelectEditorTemplate",
|
|
2686
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"kind": "js",
|
|
2691
|
-
"name": "foundationSelectEditor",
|
|
2692
|
-
"declaration": {
|
|
2693
|
-
"name": "foundationSelectEditor",
|
|
2694
|
-
"module": "src/cell-editors/select.editor.ts"
|
|
2695
|
-
}
|
|
2696
|
-
}
|
|
2697
|
-
]
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"kind": "javascript-module",
|
|
2701
|
-
"path": "src/cell-editors/string.editor.ts",
|
|
2702
|
-
"declarations": [
|
|
2703
|
-
{
|
|
2704
|
-
"kind": "class",
|
|
2705
|
-
"description": "The string editor class for grid-tabulator",
|
|
2706
|
-
"name": "StringEditor",
|
|
2707
|
-
"members": [
|
|
2586
|
+
"kind": "field",
|
|
2587
|
+
"name": "rows",
|
|
2588
|
+
"type": {
|
|
2589
|
+
"text": "Map<string, any>"
|
|
2590
|
+
},
|
|
2591
|
+
"privacy": "private",
|
|
2592
|
+
"default": "new Map()"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "field",
|
|
2596
|
+
"name": "gridTransaction",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"text": "RowDataTransaction"
|
|
2599
|
+
},
|
|
2600
|
+
"privacy": "private"
|
|
2601
|
+
},
|
|
2708
2602
|
{
|
|
2709
2603
|
"kind": "field",
|
|
2710
|
-
"name": "
|
|
2604
|
+
"name": "sourceRef",
|
|
2711
2605
|
"type": {
|
|
2712
|
-
"text": "
|
|
2713
|
-
}
|
|
2606
|
+
"text": "string"
|
|
2607
|
+
},
|
|
2608
|
+
"privacy": "private"
|
|
2714
2609
|
},
|
|
2715
2610
|
{
|
|
2716
2611
|
"kind": "field",
|
|
2717
|
-
"name": "
|
|
2612
|
+
"name": "criteriaFromFilters",
|
|
2718
2613
|
"type": {
|
|
2719
|
-
"text": "
|
|
2614
|
+
"text": "Map<string, string>"
|
|
2615
|
+
},
|
|
2616
|
+
"privacy": "private",
|
|
2617
|
+
"default": "new Map()"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "field",
|
|
2621
|
+
"name": "update",
|
|
2622
|
+
"type": {
|
|
2623
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
2624
|
+
},
|
|
2625
|
+
"privacy": "private",
|
|
2626
|
+
"default": "new BehaviorSubject(new Map())"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"kind": "method",
|
|
2630
|
+
"name": "deepClone",
|
|
2631
|
+
"return": {
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": "Node"
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
"inheritedFrom": {
|
|
2637
|
+
"name": "LifecycleMixin",
|
|
2638
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2720
2639
|
}
|
|
2721
2640
|
},
|
|
2641
|
+
{
|
|
2642
|
+
"kind": "field",
|
|
2643
|
+
"name": "gridTabulator",
|
|
2644
|
+
"type": {
|
|
2645
|
+
"text": "GridTabulator | null"
|
|
2646
|
+
},
|
|
2647
|
+
"privacy": "private",
|
|
2648
|
+
"readonly": true
|
|
2649
|
+
},
|
|
2722
2650
|
{
|
|
2723
2651
|
"kind": "method",
|
|
2724
2652
|
"name": "init",
|
|
2653
|
+
"description": "Initializes the datasource.",
|
|
2654
|
+
"privacy": "public"
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"kind": "method",
|
|
2658
|
+
"name": "destroy",
|
|
2659
|
+
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
2660
|
+
"privacy": "public"
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"kind": "method",
|
|
2664
|
+
"name": "restart",
|
|
2665
|
+
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
2666
|
+
"privacy": "public"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"kind": "method",
|
|
2670
|
+
"name": "refreshRows",
|
|
2671
|
+
"description": "Force the grid to redispatch the current rows"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "method",
|
|
2675
|
+
"name": "handleErrors",
|
|
2725
2676
|
"parameters": [
|
|
2726
2677
|
{
|
|
2727
|
-
"name": "
|
|
2678
|
+
"name": "errors",
|
|
2728
2679
|
"type": {
|
|
2729
|
-
"text": "
|
|
2680
|
+
"text": "string | any[]"
|
|
2730
2681
|
}
|
|
2731
2682
|
}
|
|
2732
2683
|
],
|
|
2733
|
-
"description": "
|
|
2684
|
+
"description": "Handles errors by emitting an error event"
|
|
2734
2685
|
},
|
|
2735
2686
|
{
|
|
2736
2687
|
"kind": "method",
|
|
2737
|
-
"name": "
|
|
2738
|
-
"
|
|
2688
|
+
"name": "getColumnDefs",
|
|
2689
|
+
"privacy": "private",
|
|
2690
|
+
"parameters": [
|
|
2691
|
+
{
|
|
2692
|
+
"name": "fieldsMetadata",
|
|
2693
|
+
"type": {
|
|
2694
|
+
"text": "FieldMetadata[]"
|
|
2695
|
+
},
|
|
2696
|
+
"description": "The field metadata to generate column definitions from"
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
"description": "Generate column definitions from the field metadata"
|
|
2739
2700
|
},
|
|
2740
2701
|
{
|
|
2741
2702
|
"kind": "method",
|
|
2742
|
-
"name": "
|
|
2743
|
-
"
|
|
2703
|
+
"name": "handleSnapshot",
|
|
2704
|
+
"privacy": "private",
|
|
2705
|
+
"parameters": [
|
|
2706
|
+
{
|
|
2707
|
+
"name": "result"
|
|
2708
|
+
}
|
|
2709
|
+
]
|
|
2744
2710
|
},
|
|
2745
2711
|
{
|
|
2746
2712
|
"kind": "method",
|
|
2747
|
-
"name": "
|
|
2713
|
+
"name": "datasourceOptions",
|
|
2714
|
+
"privacy": "private",
|
|
2715
|
+
"return": {
|
|
2716
|
+
"type": {
|
|
2717
|
+
"text": "DatasourceOptions"
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"kind": "method",
|
|
2723
|
+
"name": "handleStreamResult",
|
|
2724
|
+
"privacy": "private",
|
|
2748
2725
|
"parameters": [
|
|
2749
2726
|
{
|
|
2750
|
-
"name": "
|
|
2727
|
+
"name": "result",
|
|
2751
2728
|
"type": {
|
|
2752
|
-
"text": "
|
|
2729
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
2753
2730
|
}
|
|
2754
2731
|
}
|
|
2755
|
-
]
|
|
2756
|
-
"description": "Process key down events"
|
|
2732
|
+
]
|
|
2757
2733
|
},
|
|
2758
2734
|
{
|
|
2759
|
-
"kind": "
|
|
2760
|
-
"name": "
|
|
2761
|
-
"type": {
|
|
2762
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2763
|
-
},
|
|
2735
|
+
"kind": "method",
|
|
2736
|
+
"name": "applyRequestServerData",
|
|
2764
2737
|
"privacy": "private",
|
|
2765
|
-
"
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2738
|
+
"parameters": [
|
|
2739
|
+
{
|
|
2740
|
+
"name": "requestServerResult",
|
|
2741
|
+
"type": {
|
|
2742
|
+
"text": "RequestServerResult"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2770
2746
|
},
|
|
2771
2747
|
{
|
|
2772
|
-
"kind": "
|
|
2773
|
-
"name": "
|
|
2774
|
-
"
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2748
|
+
"kind": "method",
|
|
2749
|
+
"name": "applyDataserverData",
|
|
2750
|
+
"privacy": "private",
|
|
2751
|
+
"parameters": [
|
|
2752
|
+
{
|
|
2753
|
+
"name": "dataServerResult",
|
|
2754
|
+
"type": {
|
|
2755
|
+
"text": "FilteredDataServerResult"
|
|
2756
|
+
}
|
|
2757
|
+
}
|
|
2758
|
+
]
|
|
2783
2759
|
},
|
|
2784
2760
|
{
|
|
2785
|
-
"kind": "
|
|
2786
|
-
"name": "
|
|
2787
|
-
"
|
|
2788
|
-
"text": "ElementViewTemplate | void | null"
|
|
2789
|
-
},
|
|
2790
|
-
"privacy": "public",
|
|
2791
|
-
"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.",
|
|
2792
|
-
"inheritedFrom": {
|
|
2793
|
-
"name": "FoundationElement",
|
|
2794
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2795
|
-
}
|
|
2761
|
+
"kind": "method",
|
|
2762
|
+
"name": "applyTransaction",
|
|
2763
|
+
"privacy": "private"
|
|
2796
2764
|
},
|
|
2797
2765
|
{
|
|
2798
2766
|
"kind": "method",
|
|
2799
|
-
"name": "
|
|
2800
|
-
"privacy": "
|
|
2801
|
-
"
|
|
2802
|
-
|
|
2803
|
-
"
|
|
2767
|
+
"name": "mapTransaction",
|
|
2768
|
+
"privacy": "private",
|
|
2769
|
+
"parameters": [
|
|
2770
|
+
{
|
|
2771
|
+
"name": "transaction",
|
|
2772
|
+
"type": {
|
|
2773
|
+
"text": "RowDataTransaction"
|
|
2774
|
+
}
|
|
2804
2775
|
}
|
|
2805
|
-
|
|
2806
|
-
"inheritedFrom": {
|
|
2807
|
-
"name": "FoundationElement",
|
|
2808
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2809
|
-
}
|
|
2776
|
+
]
|
|
2810
2777
|
},
|
|
2811
2778
|
{
|
|
2812
|
-
"kind": "
|
|
2813
|
-
"name": "
|
|
2814
|
-
"
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2779
|
+
"kind": "method",
|
|
2780
|
+
"name": "handleStreamInserts",
|
|
2781
|
+
"privacy": "private",
|
|
2782
|
+
"parameters": [
|
|
2783
|
+
{
|
|
2784
|
+
"name": "insertedRows",
|
|
2785
|
+
"type": {
|
|
2786
|
+
"text": "any[]"
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
]
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "method",
|
|
2793
|
+
"name": "handleStreamDeletes",
|
|
2794
|
+
"privacy": "private",
|
|
2795
|
+
"parameters": [
|
|
2796
|
+
{
|
|
2797
|
+
"name": "deletedRows",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "any[]"
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
]
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"kind": "method",
|
|
2806
|
+
"name": "handleStreamUpdates",
|
|
2807
|
+
"privacy": "private",
|
|
2808
|
+
"parameters": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "updatedRows",
|
|
2811
|
+
"type": {
|
|
2812
|
+
"text": "any[]"
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "method",
|
|
2819
|
+
"name": "handleSizeChanged",
|
|
2820
|
+
"privacy": "private",
|
|
2821
|
+
"parameters": [
|
|
2822
|
+
{
|
|
2823
|
+
"name": "oldSize",
|
|
2824
|
+
"type": {
|
|
2825
|
+
"text": "number"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"name": "newSize",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "number"
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
],
|
|
2835
|
+
"description": "Emit event when the number of rows changes"
|
|
2823
2836
|
},
|
|
2824
2837
|
{
|
|
2825
2838
|
"kind": "method",
|
|
2826
|
-
"name": "
|
|
2827
|
-
"privacy": "
|
|
2839
|
+
"name": "buildCriteria",
|
|
2840
|
+
"privacy": "private",
|
|
2828
2841
|
"return": {
|
|
2829
2842
|
"type": {
|
|
2830
|
-
"text": "
|
|
2843
|
+
"text": "string"
|
|
2831
2844
|
}
|
|
2832
|
-
},
|
|
2833
|
-
"inheritedFrom": {
|
|
2834
|
-
"name": "FoundationElement",
|
|
2835
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2836
2845
|
}
|
|
2837
2846
|
},
|
|
2838
2847
|
{
|
|
2839
2848
|
"kind": "method",
|
|
2840
|
-
"name": "
|
|
2849
|
+
"name": "setFilter",
|
|
2841
2850
|
"privacy": "public",
|
|
2842
|
-
"static": true,
|
|
2843
|
-
"return": {
|
|
2844
|
-
"type": {
|
|
2845
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2846
|
-
}
|
|
2847
|
-
},
|
|
2848
2851
|
"parameters": [
|
|
2849
2852
|
{
|
|
2850
|
-
"name": "
|
|
2853
|
+
"name": "fieldName",
|
|
2851
2854
|
"type": {
|
|
2852
|
-
"text": "
|
|
2855
|
+
"text": "string"
|
|
2853
2856
|
}
|
|
2854
2857
|
},
|
|
2855
2858
|
{
|
|
2856
|
-
"name": "
|
|
2859
|
+
"name": "newFilter",
|
|
2857
2860
|
"type": {
|
|
2858
|
-
"text": "
|
|
2859
|
-
}
|
|
2860
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2861
|
+
"text": "string"
|
|
2862
|
+
}
|
|
2861
2863
|
}
|
|
2862
|
-
]
|
|
2863
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2864
|
-
"inheritedFrom": {
|
|
2865
|
-
"name": "FoundationElement",
|
|
2866
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2867
|
-
}
|
|
2868
|
-
}
|
|
2869
|
-
],
|
|
2870
|
-
"superclass": {
|
|
2871
|
-
"name": "FoundationElement",
|
|
2872
|
-
"package": "@microsoft/fast-foundation"
|
|
2873
|
-
}
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"kind": "variable",
|
|
2877
|
-
"name": "stringEditorStyles",
|
|
2878
|
-
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
2879
|
-
"description": "Styles for the string editor"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"kind": "function",
|
|
2883
|
-
"name": "getStringEditorTemplate",
|
|
2884
|
-
"parameters": [
|
|
2885
|
-
{
|
|
2886
|
-
"name": "prefix",
|
|
2887
|
-
"default": "'foundation'",
|
|
2888
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2889
|
-
}
|
|
2890
|
-
],
|
|
2891
|
-
"description": "Get a Design System prefixed text field template.",
|
|
2892
|
-
"return": {
|
|
2893
|
-
"type": {
|
|
2894
|
-
"text": ""
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"kind": "variable",
|
|
2900
|
-
"name": "foundationStringEditor",
|
|
2901
|
-
"description": "Definition for the string editor component"
|
|
2902
|
-
}
|
|
2903
|
-
],
|
|
2904
|
-
"exports": [
|
|
2905
|
-
{
|
|
2906
|
-
"kind": "js",
|
|
2907
|
-
"name": "StringEditor",
|
|
2908
|
-
"declaration": {
|
|
2909
|
-
"name": "StringEditor",
|
|
2910
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "js",
|
|
2915
|
-
"name": "stringEditorStyles",
|
|
2916
|
-
"declaration": {
|
|
2917
|
-
"name": "stringEditorStyles",
|
|
2918
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "js",
|
|
2923
|
-
"name": "getStringEditorTemplate",
|
|
2924
|
-
"declaration": {
|
|
2925
|
-
"name": "getStringEditorTemplate",
|
|
2926
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"kind": "js",
|
|
2931
|
-
"name": "foundationStringEditor",
|
|
2932
|
-
"declaration": {
|
|
2933
|
-
"name": "foundationStringEditor",
|
|
2934
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2935
|
-
}
|
|
2936
|
-
}
|
|
2937
|
-
]
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/column/column.ts",
|
|
2942
|
-
"declarations": [
|
|
2943
|
-
{
|
|
2944
|
-
"kind": "class",
|
|
2945
|
-
"description": "The GridTabulator Column element.",
|
|
2946
|
-
"name": "GridTabulatorColumn",
|
|
2947
|
-
"members": [
|
|
2948
|
-
{
|
|
2949
|
-
"kind": "field",
|
|
2950
|
-
"name": "slottedCell",
|
|
2951
|
-
"type": {
|
|
2952
|
-
"text": "HTMLElement[]"
|
|
2953
|
-
},
|
|
2954
|
-
"privacy": "public"
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"kind": "field",
|
|
2958
|
-
"name": "definition",
|
|
2959
|
-
"type": {
|
|
2960
|
-
"text": "Partial<ColumnDefinition>"
|
|
2961
|
-
},
|
|
2962
|
-
"default": "{}"
|
|
2864
|
+
]
|
|
2963
2865
|
},
|
|
2964
2866
|
{
|
|
2965
2867
|
"kind": "method",
|
|
2966
|
-
"name": "
|
|
2967
|
-
"privacy": "public"
|
|
2868
|
+
"name": "removeFilter",
|
|
2869
|
+
"privacy": "public",
|
|
2870
|
+
"parameters": [
|
|
2871
|
+
{
|
|
2872
|
+
"name": "fieldName",
|
|
2873
|
+
"type": {
|
|
2874
|
+
"text": "string"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
]
|
|
2968
2878
|
},
|
|
2969
2879
|
{
|
|
2970
2880
|
"kind": "method",
|
|
2971
|
-
"name": "
|
|
2972
|
-
"
|
|
2973
|
-
|
|
2974
|
-
"
|
|
2881
|
+
"name": "datasourceStatusChanged",
|
|
2882
|
+
"parameters": [
|
|
2883
|
+
{
|
|
2884
|
+
"name": "prev",
|
|
2885
|
+
"type": {
|
|
2886
|
+
"text": "DatasourceStatus"
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "next",
|
|
2891
|
+
"type": {
|
|
2892
|
+
"text": "DatasourceStatus"
|
|
2893
|
+
}
|
|
2975
2894
|
}
|
|
2976
|
-
|
|
2977
|
-
"inheritedFrom": {
|
|
2978
|
-
"name": "LifecycleMixin",
|
|
2979
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2980
|
-
}
|
|
2895
|
+
]
|
|
2981
2896
|
},
|
|
2982
2897
|
{
|
|
2983
2898
|
"kind": "method",
|
|
@@ -3162,1095 +3077,1186 @@
|
|
|
3162
3077
|
}
|
|
3163
3078
|
}
|
|
3164
3079
|
],
|
|
3165
|
-
"
|
|
3080
|
+
"attributes": [
|
|
3166
3081
|
{
|
|
3167
|
-
"name": "
|
|
3168
|
-
"
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
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": [
|
|
3082
|
+
"name": "criteria",
|
|
3083
|
+
"type": {
|
|
3084
|
+
"text": "string"
|
|
3085
|
+
},
|
|
3086
|
+
"fieldName": "criteria"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"name": "fields",
|
|
3090
|
+
"type": {
|
|
3091
|
+
"text": "string"
|
|
3092
|
+
},
|
|
3093
|
+
"fieldName": "fields"
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"name": "is-snapshot",
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "boolean"
|
|
3099
|
+
},
|
|
3100
|
+
"default": "false",
|
|
3101
|
+
"fieldName": "isSnapshot"
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
"name": "max-rows",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "number"
|
|
3107
|
+
},
|
|
3108
|
+
"fieldName": "maxRows"
|
|
3109
|
+
},
|
|
3226
3110
|
{
|
|
3227
|
-
"name": "
|
|
3111
|
+
"name": "max-view",
|
|
3228
3112
|
"type": {
|
|
3229
|
-
"text": "
|
|
3113
|
+
"text": "number"
|
|
3230
3114
|
},
|
|
3231
|
-
"
|
|
3115
|
+
"fieldName": "maxView"
|
|
3232
3116
|
},
|
|
3233
3117
|
{
|
|
3234
|
-
"name": "
|
|
3235
|
-
"default": "{}",
|
|
3118
|
+
"name": "polling-interval",
|
|
3236
3119
|
"type": {
|
|
3237
|
-
"text": "
|
|
3120
|
+
"text": "number"
|
|
3238
3121
|
},
|
|
3239
|
-
"
|
|
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": [
|
|
3122
|
+
"fieldName": "pollingInterval"
|
|
3123
|
+
},
|
|
3270
3124
|
{
|
|
3271
|
-
"name": "
|
|
3125
|
+
"name": "moving-view",
|
|
3272
3126
|
"type": {
|
|
3273
|
-
"text": "
|
|
3127
|
+
"text": "boolean"
|
|
3274
3128
|
},
|
|
3275
|
-
"
|
|
3129
|
+
"default": "false",
|
|
3130
|
+
"fieldName": "movingView"
|
|
3276
3131
|
},
|
|
3277
3132
|
{
|
|
3278
|
-
"name": "
|
|
3279
|
-
"default": "{}",
|
|
3133
|
+
"name": "order-by",
|
|
3280
3134
|
"type": {
|
|
3281
|
-
"text": "
|
|
3135
|
+
"text": "string"
|
|
3282
3136
|
},
|
|
3283
|
-
"
|
|
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": [
|
|
3137
|
+
"fieldName": "orderBy"
|
|
3138
|
+
},
|
|
3314
3139
|
{
|
|
3315
|
-
"name": "
|
|
3140
|
+
"name": "resource-name",
|
|
3316
3141
|
"type": {
|
|
3317
|
-
"text": "
|
|
3142
|
+
"text": "string"
|
|
3318
3143
|
},
|
|
3319
|
-
"
|
|
3144
|
+
"fieldName": "resourceName"
|
|
3320
3145
|
},
|
|
3321
3146
|
{
|
|
3322
|
-
"name": "formatterParams",
|
|
3323
|
-
"default": "{}",
|
|
3324
3147
|
"type": {
|
|
3325
|
-
"text": "
|
|
3148
|
+
"text": "boolean"
|
|
3326
3149
|
},
|
|
3327
|
-
"
|
|
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": [
|
|
3150
|
+
"default": "false",
|
|
3151
|
+
"fieldName": "reverse"
|
|
3152
|
+
},
|
|
3364
3153
|
{
|
|
3365
|
-
"name": "
|
|
3154
|
+
"name": "row-id",
|
|
3155
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
3156
|
+
"fieldName": "rowIdAttr"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "restart-on-reconnection",
|
|
3366
3160
|
"type": {
|
|
3367
|
-
"text": "
|
|
3161
|
+
"text": "boolean"
|
|
3368
3162
|
},
|
|
3369
|
-
"
|
|
3163
|
+
"default": "true",
|
|
3164
|
+
"fieldName": "restartOnReconnection"
|
|
3370
3165
|
},
|
|
3371
3166
|
{
|
|
3372
|
-
"name": "
|
|
3373
|
-
"default": "{}",
|
|
3167
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
3374
3168
|
"type": {
|
|
3375
|
-
"text": "
|
|
3169
|
+
"text": "boolean"
|
|
3376
3170
|
},
|
|
3377
|
-
"
|
|
3171
|
+
"default": "false",
|
|
3172
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
3173
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
3378
3174
|
}
|
|
3379
3175
|
],
|
|
3380
|
-
"
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
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"
|
|
3176
|
+
"mixins": [
|
|
3177
|
+
{
|
|
3178
|
+
"name": "LifecycleMixin",
|
|
3179
|
+
"package": "@genesislcap/foundation-utils"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "DatasourceEventHandler",
|
|
3183
|
+
"package": "@genesislcap/foundation-comms"
|
|
3184
|
+
}
|
|
3185
|
+
],
|
|
3186
|
+
"superclass": {
|
|
3187
|
+
"name": "FoundationElement",
|
|
3188
|
+
"package": "@microsoft/fast-foundation"
|
|
3404
3189
|
},
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3190
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
3191
|
+
"customElement": true
|
|
3407
3192
|
}
|
|
3408
3193
|
],
|
|
3409
3194
|
"exports": [
|
|
3410
3195
|
{
|
|
3411
3196
|
"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",
|
|
3197
|
+
"name": "criteriaDelimiter",
|
|
3453
3198
|
"declaration": {
|
|
3454
|
-
"name": "
|
|
3455
|
-
"module": "src/
|
|
3199
|
+
"name": "criteriaDelimiter",
|
|
3200
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3456
3201
|
}
|
|
3457
3202
|
},
|
|
3458
3203
|
{
|
|
3459
3204
|
"kind": "js",
|
|
3460
|
-
"name": "
|
|
3205
|
+
"name": "criteriaJoin",
|
|
3461
3206
|
"declaration": {
|
|
3462
|
-
"name": "
|
|
3463
|
-
"module": "src/
|
|
3207
|
+
"name": "criteriaJoin",
|
|
3208
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3464
3209
|
}
|
|
3465
3210
|
},
|
|
3466
3211
|
{
|
|
3467
3212
|
"kind": "js",
|
|
3468
|
-
"name": "
|
|
3213
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3469
3214
|
"declaration": {
|
|
3470
|
-
"name": "
|
|
3471
|
-
"module": "src/
|
|
3215
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3216
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3472
3217
|
}
|
|
3473
3218
|
},
|
|
3474
3219
|
{
|
|
3475
|
-
"kind": "
|
|
3476
|
-
"name": "
|
|
3220
|
+
"kind": "custom-element-definition",
|
|
3221
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
3477
3222
|
"declaration": {
|
|
3478
|
-
"name": "
|
|
3479
|
-
"module": "src/
|
|
3223
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3224
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3480
3225
|
}
|
|
3481
|
-
}
|
|
3226
|
+
}
|
|
3227
|
+
]
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"kind": "javascript-module",
|
|
3231
|
+
"path": "src/datasource/index.ts",
|
|
3232
|
+
"declarations": [],
|
|
3233
|
+
"exports": [
|
|
3482
3234
|
{
|
|
3483
3235
|
"kind": "js",
|
|
3484
|
-
"name": "
|
|
3236
|
+
"name": "*",
|
|
3485
3237
|
"declaration": {
|
|
3486
|
-
"name": "
|
|
3487
|
-
"
|
|
3238
|
+
"name": "*",
|
|
3239
|
+
"package": "./client-side.datasource"
|
|
3488
3240
|
}
|
|
3241
|
+
}
|
|
3242
|
+
]
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"kind": "javascript-module",
|
|
3246
|
+
"path": "src/external/fonts.ts",
|
|
3247
|
+
"declarations": [
|
|
3248
|
+
{
|
|
3249
|
+
"kind": "variable",
|
|
3250
|
+
"name": "tabulatorDefaultFontFace",
|
|
3251
|
+
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"kind": "variable",
|
|
3255
|
+
"name": "tabulatorRapidFontFace",
|
|
3256
|
+
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"kind": "variable",
|
|
3260
|
+
"name": "gridThemeFontFaceMap",
|
|
3261
|
+
"type": {
|
|
3262
|
+
"text": "GridThemeFontFaceMap"
|
|
3263
|
+
},
|
|
3264
|
+
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
3489
3265
|
},
|
|
3266
|
+
{
|
|
3267
|
+
"kind": "variable",
|
|
3268
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3269
|
+
"default": "tabulatorDefaultFontFace"
|
|
3270
|
+
}
|
|
3271
|
+
],
|
|
3272
|
+
"exports": [
|
|
3490
3273
|
{
|
|
3491
3274
|
"kind": "js",
|
|
3492
|
-
"name": "
|
|
3275
|
+
"name": "tabulatorDefaultFontFace",
|
|
3493
3276
|
"declaration": {
|
|
3494
|
-
"name": "
|
|
3495
|
-
"module": "src/
|
|
3277
|
+
"name": "tabulatorDefaultFontFace",
|
|
3278
|
+
"module": "src/external/fonts.ts"
|
|
3496
3279
|
}
|
|
3497
3280
|
},
|
|
3498
3281
|
{
|
|
3499
3282
|
"kind": "js",
|
|
3500
|
-
"name": "
|
|
3283
|
+
"name": "tabulatorRapidFontFace",
|
|
3501
3284
|
"declaration": {
|
|
3502
|
-
"name": "
|
|
3503
|
-
"module": "src/
|
|
3285
|
+
"name": "tabulatorRapidFontFace",
|
|
3286
|
+
"module": "src/external/fonts.ts"
|
|
3504
3287
|
}
|
|
3505
3288
|
},
|
|
3506
3289
|
{
|
|
3507
3290
|
"kind": "js",
|
|
3508
|
-
"name": "
|
|
3291
|
+
"name": "gridThemeFontFaceMap",
|
|
3509
3292
|
"declaration": {
|
|
3510
|
-
"name": "
|
|
3511
|
-
"module": "src/
|
|
3293
|
+
"name": "gridThemeFontFaceMap",
|
|
3294
|
+
"module": "src/external/fonts.ts"
|
|
3512
3295
|
}
|
|
3513
3296
|
},
|
|
3514
3297
|
{
|
|
3515
3298
|
"kind": "js",
|
|
3516
|
-
"name": "
|
|
3299
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3517
3300
|
"declaration": {
|
|
3518
|
-
"name": "
|
|
3519
|
-
"module": "src/
|
|
3301
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3302
|
+
"module": "src/external/fonts.ts"
|
|
3520
3303
|
}
|
|
3521
3304
|
}
|
|
3522
3305
|
]
|
|
3523
3306
|
},
|
|
3524
3307
|
{
|
|
3525
3308
|
"kind": "javascript-module",
|
|
3526
|
-
"path": "src/
|
|
3309
|
+
"path": "src/external/index.ts",
|
|
3527
3310
|
"declarations": [
|
|
3528
3311
|
{
|
|
3529
|
-
"kind": "
|
|
3530
|
-
"name": "
|
|
3531
|
-
"
|
|
3532
|
-
|
|
3533
|
-
"text": ""
|
|
3534
|
-
}
|
|
3535
|
-
},
|
|
3536
|
-
"parameters": [
|
|
3537
|
-
{
|
|
3538
|
-
"name": "cell",
|
|
3539
|
-
"type": {
|
|
3540
|
-
"text": "any"
|
|
3541
|
-
},
|
|
3542
|
-
"description": "The cell component provided by Tabulator"
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"name": "formatterParams",
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "SelectFormatterParams<T>"
|
|
3548
|
-
},
|
|
3549
|
-
"description": "Select formatter parameters"
|
|
3550
|
-
}
|
|
3551
|
-
],
|
|
3552
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3312
|
+
"kind": "variable",
|
|
3313
|
+
"name": "tabulatorExternalStockStyles",
|
|
3314
|
+
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
3315
|
+
"description": "External styles for the Tabulator grid.",
|
|
3553
3316
|
"privacy": "public"
|
|
3554
3317
|
}
|
|
3555
3318
|
],
|
|
3556
3319
|
"exports": [
|
|
3557
3320
|
{
|
|
3558
3321
|
"kind": "js",
|
|
3559
|
-
"name": "
|
|
3322
|
+
"name": "tabulatorExternalStockStyles",
|
|
3560
3323
|
"declaration": {
|
|
3561
|
-
"name": "
|
|
3562
|
-
"module": "src/
|
|
3324
|
+
"name": "tabulatorExternalStockStyles",
|
|
3325
|
+
"module": "src/external/index.ts"
|
|
3326
|
+
}
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"kind": "js",
|
|
3330
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3331
|
+
"declaration": {
|
|
3332
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3333
|
+
"module": "src/external/index.ts"
|
|
3563
3334
|
}
|
|
3564
3335
|
}
|
|
3565
3336
|
]
|
|
3566
3337
|
},
|
|
3567
3338
|
{
|
|
3568
3339
|
"kind": "javascript-module",
|
|
3569
|
-
"path": "src/
|
|
3340
|
+
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
3570
3341
|
"declarations": [
|
|
3571
3342
|
{
|
|
3572
|
-
"kind": "
|
|
3573
|
-
"name": "
|
|
3574
|
-
"return": {
|
|
3575
|
-
|
|
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.",
|
|
3343
|
+
"kind": "variable",
|
|
3344
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3345
|
+
"default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
|
|
3346
|
+
"description": "External styles for the Tabulator grid.",
|
|
3597
3347
|
"privacy": "public"
|
|
3598
3348
|
}
|
|
3599
3349
|
],
|
|
3600
3350
|
"exports": [
|
|
3601
3351
|
{
|
|
3602
3352
|
"kind": "js",
|
|
3603
|
-
"name": "
|
|
3353
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3604
3354
|
"declaration": {
|
|
3605
|
-
"name": "
|
|
3606
|
-
"module": "src/
|
|
3355
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3356
|
+
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
3607
3357
|
}
|
|
3608
3358
|
}
|
|
3609
3359
|
]
|
|
3610
3360
|
},
|
|
3611
3361
|
{
|
|
3612
3362
|
"kind": "javascript-module",
|
|
3613
|
-
"path": "src/
|
|
3614
|
-
"declarations": [
|
|
3363
|
+
"path": "src/style/colors.ts",
|
|
3364
|
+
"declarations": [],
|
|
3365
|
+
"exports": []
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "javascript-module",
|
|
3369
|
+
"path": "src/style/index.ts",
|
|
3370
|
+
"declarations": [],
|
|
3371
|
+
"exports": [
|
|
3615
3372
|
{
|
|
3616
|
-
"kind": "
|
|
3617
|
-
"name": "
|
|
3618
|
-
"
|
|
3619
|
-
"
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3373
|
+
"kind": "js",
|
|
3374
|
+
"name": "*",
|
|
3375
|
+
"declaration": {
|
|
3376
|
+
"name": "*",
|
|
3377
|
+
"package": "./colors"
|
|
3378
|
+
}
|
|
3623
3379
|
},
|
|
3624
3380
|
{
|
|
3625
|
-
"kind": "
|
|
3626
|
-
"name": "
|
|
3627
|
-
"
|
|
3628
|
-
"
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3381
|
+
"kind": "js",
|
|
3382
|
+
"name": "*",
|
|
3383
|
+
"declaration": {
|
|
3384
|
+
"name": "*",
|
|
3385
|
+
"package": "./tokens"
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
]
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "javascript-module",
|
|
3392
|
+
"path": "src/style/tokens.ts",
|
|
3393
|
+
"declarations": [],
|
|
3394
|
+
"exports": []
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"kind": "javascript-module",
|
|
3398
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3399
|
+
"declarations": [
|
|
3633
3400
|
{
|
|
3634
3401
|
"kind": "class",
|
|
3635
|
-
"description": "The
|
|
3636
|
-
"name": "
|
|
3402
|
+
"description": "The date editor class for grid-tabulator",
|
|
3403
|
+
"name": "DateEditor",
|
|
3637
3404
|
"members": [
|
|
3638
3405
|
{
|
|
3639
3406
|
"kind": "field",
|
|
3640
|
-
"name": "
|
|
3641
|
-
"type": {
|
|
3642
|
-
"text": "Auth"
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"kind": "field",
|
|
3647
|
-
"name": "connect",
|
|
3648
|
-
"type": {
|
|
3649
|
-
"text": "Connect"
|
|
3650
|
-
}
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"kind": "field",
|
|
3654
|
-
"name": "datasource",
|
|
3655
|
-
"type": {
|
|
3656
|
-
"text": "Datasource"
|
|
3657
|
-
}
|
|
3658
|
-
},
|
|
3659
|
-
{
|
|
3660
|
-
"kind": "field",
|
|
3661
|
-
"name": "deferredGridOptions",
|
|
3407
|
+
"name": "params",
|
|
3662
3408
|
"type": {
|
|
3663
|
-
"text": "
|
|
3409
|
+
"text": "DateEditorParams"
|
|
3664
3410
|
}
|
|
3665
3411
|
},
|
|
3666
3412
|
{
|
|
3667
3413
|
"kind": "field",
|
|
3668
|
-
"name": "
|
|
3669
|
-
"type": {
|
|
3670
|
-
"text": "any[]"
|
|
3671
|
-
},
|
|
3672
|
-
"default": "[]",
|
|
3673
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3674
|
-
},
|
|
3675
|
-
{
|
|
3676
|
-
"kind": "field",
|
|
3677
|
-
"name": "criteria",
|
|
3414
|
+
"name": "dateField",
|
|
3678
3415
|
"type": {
|
|
3679
|
-
"text": "
|
|
3416
|
+
"text": "any"
|
|
3680
3417
|
}
|
|
3681
3418
|
},
|
|
3682
3419
|
{
|
|
3683
3420
|
"kind": "method",
|
|
3684
|
-
"name": "
|
|
3421
|
+
"name": "init",
|
|
3685
3422
|
"parameters": [
|
|
3686
3423
|
{
|
|
3687
|
-
"name": "
|
|
3424
|
+
"name": "params",
|
|
3688
3425
|
"type": {
|
|
3689
|
-
"text": "
|
|
3426
|
+
"text": "DateEditorParams"
|
|
3690
3427
|
}
|
|
3691
|
-
}
|
|
3428
|
+
}
|
|
3429
|
+
],
|
|
3430
|
+
"description": "Initialize the editor with parameters"
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"kind": "method",
|
|
3434
|
+
"name": "getValue",
|
|
3435
|
+
"description": "Get current value"
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"kind": "method",
|
|
3439
|
+
"name": "getFormattedValue",
|
|
3440
|
+
"description": "Format value for display"
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"kind": "method",
|
|
3444
|
+
"name": "focus",
|
|
3445
|
+
"description": "Set focus to the input"
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"kind": "method",
|
|
3449
|
+
"name": "handleKeyDown",
|
|
3450
|
+
"parameters": [
|
|
3692
3451
|
{
|
|
3693
|
-
"name": "
|
|
3452
|
+
"name": "event",
|
|
3694
3453
|
"type": {
|
|
3695
|
-
"text": "
|
|
3454
|
+
"text": "KeyboardEvent"
|
|
3696
3455
|
}
|
|
3697
3456
|
}
|
|
3698
|
-
]
|
|
3457
|
+
],
|
|
3458
|
+
"description": "Process key down events"
|
|
3699
3459
|
},
|
|
3700
3460
|
{
|
|
3701
3461
|
"kind": "field",
|
|
3702
|
-
"name": "
|
|
3462
|
+
"name": "_presentation",
|
|
3703
3463
|
"type": {
|
|
3704
|
-
"text": "
|
|
3464
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3465
|
+
},
|
|
3466
|
+
"privacy": "private",
|
|
3467
|
+
"default": "void 0",
|
|
3468
|
+
"inheritedFrom": {
|
|
3469
|
+
"name": "FoundationElement",
|
|
3470
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3705
3471
|
}
|
|
3706
3472
|
},
|
|
3707
3473
|
{
|
|
3708
3474
|
"kind": "field",
|
|
3709
|
-
"name": "
|
|
3475
|
+
"name": "$presentation",
|
|
3710
3476
|
"type": {
|
|
3711
|
-
"text": "
|
|
3477
|
+
"text": "ComponentPresentation | null"
|
|
3712
3478
|
},
|
|
3713
|
-
"
|
|
3479
|
+
"privacy": "public",
|
|
3480
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3481
|
+
"inheritedFrom": {
|
|
3482
|
+
"name": "FoundationElement",
|
|
3483
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3484
|
+
}
|
|
3714
3485
|
},
|
|
3715
3486
|
{
|
|
3716
3487
|
"kind": "field",
|
|
3717
|
-
"name": "
|
|
3488
|
+
"name": "template",
|
|
3718
3489
|
"type": {
|
|
3719
|
-
"text": "
|
|
3490
|
+
"text": "ElementViewTemplate | void | null"
|
|
3491
|
+
},
|
|
3492
|
+
"privacy": "public",
|
|
3493
|
+
"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.",
|
|
3494
|
+
"inheritedFrom": {
|
|
3495
|
+
"name": "FoundationElement",
|
|
3496
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3720
3497
|
}
|
|
3721
3498
|
},
|
|
3722
3499
|
{
|
|
3723
|
-
"kind": "
|
|
3724
|
-
"name": "
|
|
3725
|
-
"
|
|
3726
|
-
|
|
3500
|
+
"kind": "method",
|
|
3501
|
+
"name": "templateChanged",
|
|
3502
|
+
"privacy": "protected",
|
|
3503
|
+
"return": {
|
|
3504
|
+
"type": {
|
|
3505
|
+
"text": "void"
|
|
3506
|
+
}
|
|
3507
|
+
},
|
|
3508
|
+
"inheritedFrom": {
|
|
3509
|
+
"name": "FoundationElement",
|
|
3510
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3727
3511
|
}
|
|
3728
3512
|
},
|
|
3729
3513
|
{
|
|
3730
3514
|
"kind": "field",
|
|
3731
|
-
"name": "
|
|
3515
|
+
"name": "styles",
|
|
3732
3516
|
"type": {
|
|
3733
|
-
"text": "
|
|
3517
|
+
"text": "ElementStyles | void | null"
|
|
3518
|
+
},
|
|
3519
|
+
"privacy": "public",
|
|
3520
|
+
"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.",
|
|
3521
|
+
"inheritedFrom": {
|
|
3522
|
+
"name": "FoundationElement",
|
|
3523
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3734
3524
|
}
|
|
3735
3525
|
},
|
|
3736
3526
|
{
|
|
3737
|
-
"kind": "
|
|
3738
|
-
"name": "
|
|
3739
|
-
"
|
|
3740
|
-
|
|
3527
|
+
"kind": "method",
|
|
3528
|
+
"name": "stylesChanged",
|
|
3529
|
+
"privacy": "protected",
|
|
3530
|
+
"return": {
|
|
3531
|
+
"type": {
|
|
3532
|
+
"text": "void"
|
|
3533
|
+
}
|
|
3741
3534
|
},
|
|
3742
|
-
"
|
|
3535
|
+
"inheritedFrom": {
|
|
3536
|
+
"name": "FoundationElement",
|
|
3537
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3538
|
+
}
|
|
3743
3539
|
},
|
|
3540
|
+
{
|
|
3541
|
+
"kind": "method",
|
|
3542
|
+
"name": "compose",
|
|
3543
|
+
"privacy": "public",
|
|
3544
|
+
"static": true,
|
|
3545
|
+
"return": {
|
|
3546
|
+
"type": {
|
|
3547
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"parameters": [
|
|
3551
|
+
{
|
|
3552
|
+
"name": "this",
|
|
3553
|
+
"type": {
|
|
3554
|
+
"text": "K"
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "elementDefinition",
|
|
3559
|
+
"type": {
|
|
3560
|
+
"text": "T"
|
|
3561
|
+
},
|
|
3562
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3566
|
+
"inheritedFrom": {
|
|
3567
|
+
"name": "FoundationElement",
|
|
3568
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3569
|
+
}
|
|
3570
|
+
}
|
|
3571
|
+
],
|
|
3572
|
+
"superclass": {
|
|
3573
|
+
"name": "FoundationElement",
|
|
3574
|
+
"package": "@microsoft/fast-foundation"
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"kind": "variable",
|
|
3579
|
+
"name": "dateEditorStyles",
|
|
3580
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3581
|
+
"description": "Styles for the date editor"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"kind": "function",
|
|
3585
|
+
"name": "getDateEditorTemplate",
|
|
3586
|
+
"parameters": [
|
|
3587
|
+
{
|
|
3588
|
+
"name": "prefix",
|
|
3589
|
+
"default": "'foundation'",
|
|
3590
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3591
|
+
}
|
|
3592
|
+
],
|
|
3593
|
+
"description": "Get a Design System prefixed date field template.",
|
|
3594
|
+
"return": {
|
|
3595
|
+
"type": {
|
|
3596
|
+
"text": ""
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"privacy": "public"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "variable",
|
|
3603
|
+
"name": "foundationDateEditor",
|
|
3604
|
+
"description": "Definition for the date editor component"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"exports": [
|
|
3608
|
+
{
|
|
3609
|
+
"kind": "js",
|
|
3610
|
+
"name": "DateEditor",
|
|
3611
|
+
"declaration": {
|
|
3612
|
+
"name": "DateEditor",
|
|
3613
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3614
|
+
}
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"kind": "js",
|
|
3618
|
+
"name": "dateEditorStyles",
|
|
3619
|
+
"declaration": {
|
|
3620
|
+
"name": "dateEditorStyles",
|
|
3621
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"kind": "js",
|
|
3626
|
+
"name": "getDateEditorTemplate",
|
|
3627
|
+
"declaration": {
|
|
3628
|
+
"name": "getDateEditorTemplate",
|
|
3629
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"kind": "js",
|
|
3634
|
+
"name": "foundationDateEditor",
|
|
3635
|
+
"declaration": {
|
|
3636
|
+
"name": "foundationDateEditor",
|
|
3637
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3638
|
+
}
|
|
3639
|
+
}
|
|
3640
|
+
]
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"kind": "javascript-module",
|
|
3644
|
+
"path": "src/cell-editors/index.ts",
|
|
3645
|
+
"declarations": [],
|
|
3646
|
+
"exports": [
|
|
3647
|
+
{
|
|
3648
|
+
"kind": "js",
|
|
3649
|
+
"name": "*",
|
|
3650
|
+
"declaration": {
|
|
3651
|
+
"name": "*",
|
|
3652
|
+
"package": "./date.editor"
|
|
3653
|
+
}
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"kind": "js",
|
|
3657
|
+
"name": "*",
|
|
3658
|
+
"declaration": {
|
|
3659
|
+
"name": "*",
|
|
3660
|
+
"package": "./number.editor"
|
|
3661
|
+
}
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"kind": "js",
|
|
3665
|
+
"name": "*",
|
|
3666
|
+
"declaration": {
|
|
3667
|
+
"name": "*",
|
|
3668
|
+
"package": "./select.editor"
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"kind": "js",
|
|
3673
|
+
"name": "*",
|
|
3674
|
+
"declaration": {
|
|
3675
|
+
"name": "*",
|
|
3676
|
+
"package": "./string.editor"
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"kind": "js",
|
|
3681
|
+
"name": "*",
|
|
3682
|
+
"declaration": {
|
|
3683
|
+
"name": "*",
|
|
3684
|
+
"package": "./multiselect.editor"
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3687
|
+
]
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "javascript-module",
|
|
3691
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3692
|
+
"declarations": [
|
|
3693
|
+
{
|
|
3694
|
+
"kind": "class",
|
|
3695
|
+
"description": "The multiselect editor class for grid-tabulator",
|
|
3696
|
+
"name": "MultiselectEditor",
|
|
3697
|
+
"members": [
|
|
3744
3698
|
{
|
|
3745
3699
|
"kind": "field",
|
|
3746
|
-
"name": "
|
|
3700
|
+
"name": "params",
|
|
3747
3701
|
"type": {
|
|
3748
|
-
"text": "
|
|
3702
|
+
"text": "MultiselectEditorParams"
|
|
3749
3703
|
}
|
|
3750
3704
|
},
|
|
3751
3705
|
{
|
|
3752
3706
|
"kind": "field",
|
|
3753
|
-
"name": "
|
|
3707
|
+
"name": "select",
|
|
3754
3708
|
"type": {
|
|
3755
3709
|
"text": "any"
|
|
3756
3710
|
}
|
|
3757
3711
|
},
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "field",
|
|
3760
|
-
"name": "resourceName",
|
|
3761
|
-
"type": {
|
|
3762
|
-
"text": "string"
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
3712
|
{
|
|
3766
3713
|
"kind": "method",
|
|
3767
|
-
"name": "
|
|
3714
|
+
"name": "init",
|
|
3768
3715
|
"parameters": [
|
|
3769
3716
|
{
|
|
3770
|
-
"name": "
|
|
3771
|
-
"type": {
|
|
3772
|
-
"text": "string"
|
|
3773
|
-
}
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"name": "newValue",
|
|
3717
|
+
"name": "params",
|
|
3777
3718
|
"type": {
|
|
3778
|
-
"text": "
|
|
3719
|
+
"text": "MultiselectEditorParams"
|
|
3779
3720
|
}
|
|
3780
3721
|
}
|
|
3781
|
-
]
|
|
3782
|
-
|
|
3783
|
-
{
|
|
3784
|
-
"kind": "field",
|
|
3785
|
-
"name": "reverse",
|
|
3786
|
-
"type": {
|
|
3787
|
-
"text": "boolean"
|
|
3788
|
-
},
|
|
3789
|
-
"default": "false"
|
|
3790
|
-
},
|
|
3791
|
-
{
|
|
3792
|
-
"kind": "field",
|
|
3793
|
-
"name": "rowIdAttr",
|
|
3794
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"kind": "field",
|
|
3798
|
-
"name": "restartOnReconnection",
|
|
3799
|
-
"type": {
|
|
3800
|
-
"text": "boolean"
|
|
3801
|
-
},
|
|
3802
|
-
"default": "true"
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"kind": "field",
|
|
3806
|
-
"name": "keepColDefsOnClearRowData",
|
|
3807
|
-
"type": {
|
|
3808
|
-
"text": "boolean"
|
|
3809
|
-
},
|
|
3810
|
-
"default": "false",
|
|
3811
|
-
"description": "Whether to keep column definitions when clearing row data"
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"kind": "field",
|
|
3815
|
-
"name": "rowDataMapper",
|
|
3816
|
-
"type": {
|
|
3817
|
-
"text": "Function"
|
|
3818
|
-
},
|
|
3819
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
3820
|
-
},
|
|
3821
|
-
{
|
|
3822
|
-
"kind": "field",
|
|
3823
|
-
"name": "dataSub",
|
|
3824
|
-
"type": {
|
|
3825
|
-
"text": "Subscription"
|
|
3826
|
-
},
|
|
3827
|
-
"privacy": "private"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"kind": "field",
|
|
3831
|
-
"name": "updateSub",
|
|
3832
|
-
"type": {
|
|
3833
|
-
"text": "Subscription"
|
|
3834
|
-
},
|
|
3835
|
-
"privacy": "private"
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "field",
|
|
3839
|
-
"name": "connectionSub",
|
|
3840
|
-
"type": {
|
|
3841
|
-
"text": "Subscription"
|
|
3842
|
-
},
|
|
3843
|
-
"privacy": "private"
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"kind": "field",
|
|
3847
|
-
"name": "isRequestServer",
|
|
3848
|
-
"type": {
|
|
3849
|
-
"text": "boolean"
|
|
3850
|
-
},
|
|
3851
|
-
"privacy": "private",
|
|
3852
|
-
"default": "false"
|
|
3722
|
+
],
|
|
3723
|
+
"description": "Initialize the editor with parameters"
|
|
3853
3724
|
},
|
|
3854
3725
|
{
|
|
3855
|
-
"kind": "
|
|
3856
|
-
"name": "
|
|
3857
|
-
"
|
|
3858
|
-
"
|
|
3726
|
+
"kind": "method",
|
|
3727
|
+
"name": "getValues",
|
|
3728
|
+
"return": {
|
|
3729
|
+
"type": {
|
|
3730
|
+
"text": "(string | number)[]"
|
|
3731
|
+
}
|
|
3859
3732
|
},
|
|
3860
|
-
"
|
|
3861
|
-
"default": "true"
|
|
3733
|
+
"description": "Get current values"
|
|
3862
3734
|
},
|
|
3863
3735
|
{
|
|
3864
|
-
"kind": "
|
|
3865
|
-
"name": "
|
|
3866
|
-
"
|
|
3867
|
-
"text": "boolean"
|
|
3868
|
-
},
|
|
3869
|
-
"privacy": "private",
|
|
3870
|
-
"default": "false"
|
|
3736
|
+
"kind": "method",
|
|
3737
|
+
"name": "focus",
|
|
3738
|
+
"description": "Set focus to the select"
|
|
3871
3739
|
},
|
|
3872
3740
|
{
|
|
3873
|
-
"kind": "
|
|
3874
|
-
"name": "
|
|
3875
|
-
"
|
|
3876
|
-
"
|
|
3741
|
+
"kind": "method",
|
|
3742
|
+
"name": "isSelected",
|
|
3743
|
+
"return": {
|
|
3744
|
+
"type": {
|
|
3745
|
+
"text": "boolean"
|
|
3746
|
+
}
|
|
3877
3747
|
},
|
|
3878
|
-
"
|
|
3879
|
-
|
|
3748
|
+
"parameters": [
|
|
3749
|
+
{
|
|
3750
|
+
"name": "value",
|
|
3751
|
+
"type": {
|
|
3752
|
+
"text": "string | number"
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"description": "Check if a value is selected"
|
|
3880
3757
|
},
|
|
3881
3758
|
{
|
|
3882
|
-
"kind": "
|
|
3883
|
-
"name": "
|
|
3884
|
-
"
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3759
|
+
"kind": "method",
|
|
3760
|
+
"name": "handleKeyDown",
|
|
3761
|
+
"parameters": [
|
|
3762
|
+
{
|
|
3763
|
+
"name": "event",
|
|
3764
|
+
"type": {
|
|
3765
|
+
"text": "KeyboardEvent"
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
],
|
|
3769
|
+
"description": "Process key down events"
|
|
3888
3770
|
},
|
|
3889
3771
|
{
|
|
3890
|
-
"kind": "
|
|
3891
|
-
"name": "
|
|
3892
|
-
"
|
|
3893
|
-
"text": "string"
|
|
3894
|
-
},
|
|
3895
|
-
"privacy": "private"
|
|
3772
|
+
"kind": "method",
|
|
3773
|
+
"name": "handleChange",
|
|
3774
|
+
"description": "Handle change event to save when selection changes"
|
|
3896
3775
|
},
|
|
3897
3776
|
{
|
|
3898
3777
|
"kind": "field",
|
|
3899
|
-
"name": "
|
|
3778
|
+
"name": "_presentation",
|
|
3900
3779
|
"type": {
|
|
3901
|
-
"text": "
|
|
3780
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3902
3781
|
},
|
|
3903
3782
|
"privacy": "private",
|
|
3904
|
-
"default": "
|
|
3783
|
+
"default": "void 0",
|
|
3784
|
+
"inheritedFrom": {
|
|
3785
|
+
"name": "FoundationElement",
|
|
3786
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3787
|
+
}
|
|
3905
3788
|
},
|
|
3906
3789
|
{
|
|
3907
3790
|
"kind": "field",
|
|
3908
|
-
"name": "
|
|
3791
|
+
"name": "$presentation",
|
|
3909
3792
|
"type": {
|
|
3910
|
-
"text": "
|
|
3911
|
-
},
|
|
3912
|
-
"privacy": "private",
|
|
3913
|
-
"default": "new BehaviorSubject(new Map())"
|
|
3914
|
-
},
|
|
3915
|
-
{
|
|
3916
|
-
"kind": "method",
|
|
3917
|
-
"name": "deepClone",
|
|
3918
|
-
"return": {
|
|
3919
|
-
"type": {
|
|
3920
|
-
"text": "Node"
|
|
3921
|
-
}
|
|
3793
|
+
"text": "ComponentPresentation | null"
|
|
3922
3794
|
},
|
|
3795
|
+
"privacy": "public",
|
|
3796
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3923
3797
|
"inheritedFrom": {
|
|
3924
|
-
"name": "
|
|
3925
|
-
"module": "src/
|
|
3798
|
+
"name": "FoundationElement",
|
|
3799
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3926
3800
|
}
|
|
3927
3801
|
},
|
|
3928
3802
|
{
|
|
3929
3803
|
"kind": "field",
|
|
3930
|
-
"name": "
|
|
3804
|
+
"name": "template",
|
|
3931
3805
|
"type": {
|
|
3932
|
-
"text": "
|
|
3933
|
-
},
|
|
3934
|
-
"privacy": "
|
|
3935
|
-
"
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
"description": "Initializes the datasource.",
|
|
3941
|
-
"privacy": "public"
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"kind": "method",
|
|
3945
|
-
"name": "destroy",
|
|
3946
|
-
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
3947
|
-
"privacy": "public"
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"kind": "method",
|
|
3951
|
-
"name": "restart",
|
|
3952
|
-
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
3953
|
-
"privacy": "public"
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
"kind": "method",
|
|
3957
|
-
"name": "refreshRows",
|
|
3958
|
-
"description": "Force the grid to redispatch the current rows"
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"kind": "method",
|
|
3962
|
-
"name": "handleErrors",
|
|
3963
|
-
"parameters": [
|
|
3964
|
-
{
|
|
3965
|
-
"name": "errors",
|
|
3966
|
-
"type": {
|
|
3967
|
-
"text": "string | any[]"
|
|
3968
|
-
}
|
|
3969
|
-
}
|
|
3970
|
-
],
|
|
3971
|
-
"description": "Handles errors by emitting an error event"
|
|
3806
|
+
"text": "ElementViewTemplate | void | null"
|
|
3807
|
+
},
|
|
3808
|
+
"privacy": "public",
|
|
3809
|
+
"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.",
|
|
3810
|
+
"inheritedFrom": {
|
|
3811
|
+
"name": "FoundationElement",
|
|
3812
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3813
|
+
}
|
|
3972
3814
|
},
|
|
3973
3815
|
{
|
|
3974
3816
|
"kind": "method",
|
|
3975
|
-
"name": "
|
|
3976
|
-
"privacy": "
|
|
3977
|
-
"
|
|
3978
|
-
{
|
|
3979
|
-
"
|
|
3980
|
-
"type": {
|
|
3981
|
-
"text": "FieldMetadata[]"
|
|
3982
|
-
},
|
|
3983
|
-
"description": "The field metadata to generate column definitions from"
|
|
3817
|
+
"name": "templateChanged",
|
|
3818
|
+
"privacy": "protected",
|
|
3819
|
+
"return": {
|
|
3820
|
+
"type": {
|
|
3821
|
+
"text": "void"
|
|
3984
3822
|
}
|
|
3985
|
-
|
|
3986
|
-
"
|
|
3823
|
+
},
|
|
3824
|
+
"inheritedFrom": {
|
|
3825
|
+
"name": "FoundationElement",
|
|
3826
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3827
|
+
}
|
|
3987
3828
|
},
|
|
3988
3829
|
{
|
|
3989
|
-
"kind": "
|
|
3990
|
-
"name": "
|
|
3991
|
-
"
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3830
|
+
"kind": "field",
|
|
3831
|
+
"name": "styles",
|
|
3832
|
+
"type": {
|
|
3833
|
+
"text": "ElementStyles | void | null"
|
|
3834
|
+
},
|
|
3835
|
+
"privacy": "public",
|
|
3836
|
+
"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.",
|
|
3837
|
+
"inheritedFrom": {
|
|
3838
|
+
"name": "FoundationElement",
|
|
3839
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3840
|
+
}
|
|
3997
3841
|
},
|
|
3998
3842
|
{
|
|
3999
3843
|
"kind": "method",
|
|
4000
|
-
"name": "
|
|
4001
|
-
"privacy": "
|
|
3844
|
+
"name": "stylesChanged",
|
|
3845
|
+
"privacy": "protected",
|
|
4002
3846
|
"return": {
|
|
4003
3847
|
"type": {
|
|
4004
|
-
"text": "
|
|
3848
|
+
"text": "void"
|
|
4005
3849
|
}
|
|
3850
|
+
},
|
|
3851
|
+
"inheritedFrom": {
|
|
3852
|
+
"name": "FoundationElement",
|
|
3853
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4006
3854
|
}
|
|
4007
3855
|
},
|
|
4008
3856
|
{
|
|
4009
3857
|
"kind": "method",
|
|
4010
|
-
"name": "
|
|
4011
|
-
"privacy": "
|
|
4012
|
-
"
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
"
|
|
4016
|
-
"text": "FilteredDataServerResult | RequestServerResult"
|
|
4017
|
-
}
|
|
3858
|
+
"name": "compose",
|
|
3859
|
+
"privacy": "public",
|
|
3860
|
+
"static": true,
|
|
3861
|
+
"return": {
|
|
3862
|
+
"type": {
|
|
3863
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4018
3864
|
}
|
|
4019
|
-
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"kind": "method",
|
|
4023
|
-
"name": "applyRequestServerData",
|
|
4024
|
-
"privacy": "private",
|
|
3865
|
+
},
|
|
4025
3866
|
"parameters": [
|
|
4026
3867
|
{
|
|
4027
|
-
"name": "
|
|
3868
|
+
"name": "this",
|
|
4028
3869
|
"type": {
|
|
4029
|
-
"text": "
|
|
3870
|
+
"text": "K"
|
|
4030
3871
|
}
|
|
4031
|
-
}
|
|
4032
|
-
]
|
|
4033
|
-
},
|
|
4034
|
-
{
|
|
4035
|
-
"kind": "method",
|
|
4036
|
-
"name": "applyDataserverData",
|
|
4037
|
-
"privacy": "private",
|
|
4038
|
-
"parameters": [
|
|
3872
|
+
},
|
|
4039
3873
|
{
|
|
4040
|
-
"name": "
|
|
3874
|
+
"name": "elementDefinition",
|
|
4041
3875
|
"type": {
|
|
4042
|
-
"text": "
|
|
4043
|
-
}
|
|
3876
|
+
"text": "T"
|
|
3877
|
+
},
|
|
3878
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4044
3879
|
}
|
|
4045
|
-
]
|
|
4046
|
-
|
|
3880
|
+
],
|
|
3881
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3882
|
+
"inheritedFrom": {
|
|
3883
|
+
"name": "FoundationElement",
|
|
3884
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
],
|
|
3888
|
+
"superclass": {
|
|
3889
|
+
"name": "FoundationElement",
|
|
3890
|
+
"package": "@microsoft/fast-foundation"
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"kind": "variable",
|
|
3895
|
+
"name": "multiselectEditorStyles",
|
|
3896
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
3897
|
+
"description": "Styles for the multiselect editor"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"kind": "function",
|
|
3901
|
+
"name": "getMultiselectEditorTemplate",
|
|
3902
|
+
"parameters": [
|
|
4047
3903
|
{
|
|
4048
|
-
"
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4051
|
-
}
|
|
3904
|
+
"name": "prefix",
|
|
3905
|
+
"default": "'foundation'",
|
|
3906
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3907
|
+
}
|
|
3908
|
+
],
|
|
3909
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3910
|
+
"return": {
|
|
3911
|
+
"type": {
|
|
3912
|
+
"text": ""
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"kind": "variable",
|
|
3918
|
+
"name": "foundationMultiselectEditor",
|
|
3919
|
+
"description": "Definition for the multiselect editor component"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"exports": [
|
|
3923
|
+
{
|
|
3924
|
+
"kind": "js",
|
|
3925
|
+
"name": "MultiselectEditor",
|
|
3926
|
+
"declaration": {
|
|
3927
|
+
"name": "MultiselectEditor",
|
|
3928
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3929
|
+
}
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"kind": "js",
|
|
3933
|
+
"name": "multiselectEditorStyles",
|
|
3934
|
+
"declaration": {
|
|
3935
|
+
"name": "multiselectEditorStyles",
|
|
3936
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"kind": "js",
|
|
3941
|
+
"name": "getMultiselectEditorTemplate",
|
|
3942
|
+
"declaration": {
|
|
3943
|
+
"name": "getMultiselectEditorTemplate",
|
|
3944
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"kind": "js",
|
|
3949
|
+
"name": "foundationMultiselectEditor",
|
|
3950
|
+
"declaration": {
|
|
3951
|
+
"name": "foundationMultiselectEditor",
|
|
3952
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3953
|
+
}
|
|
3954
|
+
}
|
|
3955
|
+
]
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "javascript-module",
|
|
3959
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
3960
|
+
"declarations": [
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "class",
|
|
3963
|
+
"description": "The number editor class for grid-tabulator",
|
|
3964
|
+
"name": "NumberEditor",
|
|
3965
|
+
"members": [
|
|
4052
3966
|
{
|
|
4053
|
-
"kind": "
|
|
4054
|
-
"name": "
|
|
4055
|
-
"
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
"name": "transaction",
|
|
4059
|
-
"type": {
|
|
4060
|
-
"text": "RowDataTransaction"
|
|
4061
|
-
}
|
|
4062
|
-
}
|
|
4063
|
-
]
|
|
3967
|
+
"kind": "field",
|
|
3968
|
+
"name": "params",
|
|
3969
|
+
"type": {
|
|
3970
|
+
"text": "NumberEditorParams"
|
|
3971
|
+
}
|
|
4064
3972
|
},
|
|
4065
3973
|
{
|
|
4066
|
-
"kind": "
|
|
4067
|
-
"name": "
|
|
4068
|
-
"
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
"name": "insertedRows",
|
|
4072
|
-
"type": {
|
|
4073
|
-
"text": "any[]"
|
|
4074
|
-
}
|
|
4075
|
-
}
|
|
4076
|
-
]
|
|
3974
|
+
"kind": "field",
|
|
3975
|
+
"name": "numberField",
|
|
3976
|
+
"type": {
|
|
3977
|
+
"text": "any"
|
|
3978
|
+
}
|
|
4077
3979
|
},
|
|
4078
3980
|
{
|
|
4079
3981
|
"kind": "method",
|
|
4080
|
-
"name": "
|
|
4081
|
-
"privacy": "private",
|
|
3982
|
+
"name": "init",
|
|
4082
3983
|
"parameters": [
|
|
4083
3984
|
{
|
|
4084
|
-
"name": "
|
|
3985
|
+
"name": "params",
|
|
4085
3986
|
"type": {
|
|
4086
|
-
"text": "
|
|
3987
|
+
"text": "NumberEditorParams"
|
|
4087
3988
|
}
|
|
4088
3989
|
}
|
|
4089
|
-
]
|
|
3990
|
+
],
|
|
3991
|
+
"description": "Initialize the editor with parameters"
|
|
4090
3992
|
},
|
|
4091
3993
|
{
|
|
4092
3994
|
"kind": "method",
|
|
4093
|
-
"name": "
|
|
4094
|
-
"
|
|
4095
|
-
"parameters": [
|
|
4096
|
-
{
|
|
4097
|
-
"name": "updatedRows",
|
|
4098
|
-
"type": {
|
|
4099
|
-
"text": "any[]"
|
|
4100
|
-
}
|
|
4101
|
-
}
|
|
4102
|
-
]
|
|
3995
|
+
"name": "getValue",
|
|
3996
|
+
"description": "Get current value"
|
|
4103
3997
|
},
|
|
4104
3998
|
{
|
|
4105
3999
|
"kind": "method",
|
|
4106
|
-
"name": "
|
|
4107
|
-
"
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
}
|
|
4114
|
-
},
|
|
4000
|
+
"name": "focus",
|
|
4001
|
+
"description": "Set focus to the input"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"kind": "method",
|
|
4005
|
+
"name": "handleKeyDown",
|
|
4006
|
+
"parameters": [
|
|
4115
4007
|
{
|
|
4116
|
-
"name": "
|
|
4008
|
+
"name": "event",
|
|
4117
4009
|
"type": {
|
|
4118
|
-
"text": "
|
|
4010
|
+
"text": "KeyboardEvent"
|
|
4119
4011
|
}
|
|
4120
4012
|
}
|
|
4121
4013
|
],
|
|
4122
|
-
"description": "
|
|
4014
|
+
"description": "Process key down events"
|
|
4123
4015
|
},
|
|
4124
4016
|
{
|
|
4125
|
-
"kind": "
|
|
4126
|
-
"name": "
|
|
4017
|
+
"kind": "field",
|
|
4018
|
+
"name": "_presentation",
|
|
4019
|
+
"type": {
|
|
4020
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4021
|
+
},
|
|
4127
4022
|
"privacy": "private",
|
|
4023
|
+
"default": "void 0",
|
|
4024
|
+
"inheritedFrom": {
|
|
4025
|
+
"name": "FoundationElement",
|
|
4026
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"kind": "field",
|
|
4031
|
+
"name": "$presentation",
|
|
4032
|
+
"type": {
|
|
4033
|
+
"text": "ComponentPresentation | null"
|
|
4034
|
+
},
|
|
4035
|
+
"privacy": "public",
|
|
4036
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4037
|
+
"inheritedFrom": {
|
|
4038
|
+
"name": "FoundationElement",
|
|
4039
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"kind": "field",
|
|
4044
|
+
"name": "template",
|
|
4045
|
+
"type": {
|
|
4046
|
+
"text": "ElementViewTemplate | void | null"
|
|
4047
|
+
},
|
|
4048
|
+
"privacy": "public",
|
|
4049
|
+
"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.",
|
|
4050
|
+
"inheritedFrom": {
|
|
4051
|
+
"name": "FoundationElement",
|
|
4052
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4053
|
+
}
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"kind": "method",
|
|
4057
|
+
"name": "templateChanged",
|
|
4058
|
+
"privacy": "protected",
|
|
4128
4059
|
"return": {
|
|
4129
4060
|
"type": {
|
|
4130
|
-
"text": "
|
|
4061
|
+
"text": "void"
|
|
4131
4062
|
}
|
|
4063
|
+
},
|
|
4064
|
+
"inheritedFrom": {
|
|
4065
|
+
"name": "FoundationElement",
|
|
4066
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4132
4067
|
}
|
|
4133
4068
|
},
|
|
4134
4069
|
{
|
|
4135
|
-
"kind": "
|
|
4136
|
-
"name": "
|
|
4070
|
+
"kind": "field",
|
|
4071
|
+
"name": "styles",
|
|
4072
|
+
"type": {
|
|
4073
|
+
"text": "ElementStyles | void | null"
|
|
4074
|
+
},
|
|
4137
4075
|
"privacy": "public",
|
|
4138
|
-
"
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
}
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "newFilter",
|
|
4147
|
-
"type": {
|
|
4148
|
-
"text": "string"
|
|
4149
|
-
}
|
|
4150
|
-
}
|
|
4151
|
-
]
|
|
4076
|
+
"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.",
|
|
4077
|
+
"inheritedFrom": {
|
|
4078
|
+
"name": "FoundationElement",
|
|
4079
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4080
|
+
}
|
|
4152
4081
|
},
|
|
4153
4082
|
{
|
|
4154
4083
|
"kind": "method",
|
|
4155
|
-
"name": "
|
|
4156
|
-
"privacy": "
|
|
4157
|
-
"
|
|
4158
|
-
{
|
|
4159
|
-
"
|
|
4160
|
-
"type": {
|
|
4161
|
-
"text": "string"
|
|
4162
|
-
}
|
|
4084
|
+
"name": "stylesChanged",
|
|
4085
|
+
"privacy": "protected",
|
|
4086
|
+
"return": {
|
|
4087
|
+
"type": {
|
|
4088
|
+
"text": "void"
|
|
4163
4089
|
}
|
|
4164
|
-
|
|
4090
|
+
},
|
|
4091
|
+
"inheritedFrom": {
|
|
4092
|
+
"name": "FoundationElement",
|
|
4093
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4094
|
+
}
|
|
4165
4095
|
},
|
|
4166
4096
|
{
|
|
4167
4097
|
"kind": "method",
|
|
4168
|
-
"name": "
|
|
4098
|
+
"name": "compose",
|
|
4099
|
+
"privacy": "public",
|
|
4100
|
+
"static": true,
|
|
4101
|
+
"return": {
|
|
4102
|
+
"type": {
|
|
4103
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4169
4106
|
"parameters": [
|
|
4170
4107
|
{
|
|
4171
|
-
"name": "
|
|
4108
|
+
"name": "this",
|
|
4172
4109
|
"type": {
|
|
4173
|
-
"text": "
|
|
4110
|
+
"text": "K"
|
|
4174
4111
|
}
|
|
4175
4112
|
},
|
|
4176
4113
|
{
|
|
4177
|
-
"name": "
|
|
4114
|
+
"name": "elementDefinition",
|
|
4178
4115
|
"type": {
|
|
4179
|
-
"text": "
|
|
4180
|
-
}
|
|
4116
|
+
"text": "T"
|
|
4117
|
+
},
|
|
4118
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4181
4119
|
}
|
|
4182
|
-
]
|
|
4120
|
+
],
|
|
4121
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4122
|
+
"inheritedFrom": {
|
|
4123
|
+
"name": "FoundationElement",
|
|
4124
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4125
|
+
}
|
|
4126
|
+
}
|
|
4127
|
+
],
|
|
4128
|
+
"superclass": {
|
|
4129
|
+
"name": "FoundationElement",
|
|
4130
|
+
"package": "@microsoft/fast-foundation"
|
|
4131
|
+
}
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"kind": "variable",
|
|
4135
|
+
"name": "numberEditorStyles",
|
|
4136
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4137
|
+
"description": "Styles for the number editor"
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"kind": "function",
|
|
4141
|
+
"name": "getNumberEditorTemplate",
|
|
4142
|
+
"parameters": [
|
|
4143
|
+
{
|
|
4144
|
+
"name": "prefix",
|
|
4145
|
+
"default": "'foundation'",
|
|
4146
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4149
|
+
"description": "Get a Design System prefixed number field template.",
|
|
4150
|
+
"return": {
|
|
4151
|
+
"type": {
|
|
4152
|
+
"text": ""
|
|
4153
|
+
}
|
|
4154
|
+
}
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"kind": "variable",
|
|
4158
|
+
"name": "foundationNumberEditor",
|
|
4159
|
+
"description": "Definition for the number editor component"
|
|
4160
|
+
}
|
|
4161
|
+
],
|
|
4162
|
+
"exports": [
|
|
4163
|
+
{
|
|
4164
|
+
"kind": "js",
|
|
4165
|
+
"name": "NumberEditor",
|
|
4166
|
+
"declaration": {
|
|
4167
|
+
"name": "NumberEditor",
|
|
4168
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"kind": "js",
|
|
4173
|
+
"name": "numberEditorStyles",
|
|
4174
|
+
"declaration": {
|
|
4175
|
+
"name": "numberEditorStyles",
|
|
4176
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4177
|
+
}
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"kind": "js",
|
|
4181
|
+
"name": "getNumberEditorTemplate",
|
|
4182
|
+
"declaration": {
|
|
4183
|
+
"name": "getNumberEditorTemplate",
|
|
4184
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4185
|
+
}
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"kind": "js",
|
|
4189
|
+
"name": "foundationNumberEditor",
|
|
4190
|
+
"declaration": {
|
|
4191
|
+
"name": "foundationNumberEditor",
|
|
4192
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
]
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"kind": "javascript-module",
|
|
4199
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4200
|
+
"declarations": [
|
|
4201
|
+
{
|
|
4202
|
+
"kind": "class",
|
|
4203
|
+
"description": "The select editor class for grid-tabulator",
|
|
4204
|
+
"name": "SelectEditor",
|
|
4205
|
+
"members": [
|
|
4206
|
+
{
|
|
4207
|
+
"kind": "field",
|
|
4208
|
+
"name": "params",
|
|
4209
|
+
"type": {
|
|
4210
|
+
"text": "SelectEditorParams"
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"kind": "field",
|
|
4215
|
+
"name": "select",
|
|
4216
|
+
"type": {
|
|
4217
|
+
"text": "any"
|
|
4218
|
+
}
|
|
4183
4219
|
},
|
|
4184
4220
|
{
|
|
4185
4221
|
"kind": "method",
|
|
4186
|
-
"name": "
|
|
4187
|
-
"return": {
|
|
4188
|
-
"type": {
|
|
4189
|
-
"text": "Node"
|
|
4190
|
-
}
|
|
4191
|
-
},
|
|
4222
|
+
"name": "init",
|
|
4192
4223
|
"parameters": [
|
|
4193
4224
|
{
|
|
4194
|
-
"name": "
|
|
4195
|
-
"optional": true,
|
|
4225
|
+
"name": "params",
|
|
4196
4226
|
"type": {
|
|
4197
|
-
"text": "
|
|
4227
|
+
"text": "SelectEditorParams"
|
|
4198
4228
|
}
|
|
4199
4229
|
}
|
|
4200
4230
|
],
|
|
4201
|
-
"
|
|
4202
|
-
"name": "LifecycleMixin",
|
|
4203
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4204
|
-
}
|
|
4231
|
+
"description": "Initialize the editor with parameters"
|
|
4205
4232
|
},
|
|
4206
4233
|
{
|
|
4207
|
-
"kind": "
|
|
4208
|
-
"name": "
|
|
4209
|
-
"
|
|
4210
|
-
"type": {
|
|
4211
|
-
"text": ""
|
|
4212
|
-
}
|
|
4213
|
-
},
|
|
4214
|
-
"readonly": true,
|
|
4215
|
-
"inheritedFrom": {
|
|
4216
|
-
"name": "LifecycleMixin",
|
|
4217
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4218
|
-
}
|
|
4234
|
+
"kind": "method",
|
|
4235
|
+
"name": "getValue",
|
|
4236
|
+
"description": "Get current value"
|
|
4219
4237
|
},
|
|
4220
4238
|
{
|
|
4221
|
-
"kind": "
|
|
4222
|
-
"name": "
|
|
4223
|
-
"
|
|
4224
|
-
"type": {
|
|
4225
|
-
"text": ""
|
|
4226
|
-
}
|
|
4227
|
-
},
|
|
4228
|
-
"readonly": true,
|
|
4229
|
-
"inheritedFrom": {
|
|
4230
|
-
"name": "LifecycleMixin",
|
|
4231
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4232
|
-
}
|
|
4239
|
+
"kind": "method",
|
|
4240
|
+
"name": "focus",
|
|
4241
|
+
"description": "Set focus to the select"
|
|
4233
4242
|
},
|
|
4234
4243
|
{
|
|
4235
4244
|
"kind": "method",
|
|
4236
|
-
"name": "
|
|
4237
|
-
"return": {
|
|
4238
|
-
"type": {
|
|
4239
|
-
"text": "boolean"
|
|
4240
|
-
}
|
|
4241
|
-
},
|
|
4245
|
+
"name": "handleKeyDown",
|
|
4242
4246
|
"parameters": [
|
|
4243
4247
|
{
|
|
4244
|
-
"name": "
|
|
4248
|
+
"name": "event",
|
|
4245
4249
|
"type": {
|
|
4246
|
-
"text": "
|
|
4250
|
+
"text": "KeyboardEvent"
|
|
4247
4251
|
}
|
|
4248
4252
|
}
|
|
4249
4253
|
],
|
|
4250
|
-
"
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
+
"description": "Process key down events"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"kind": "method",
|
|
4258
|
+
"name": "handleChange",
|
|
4259
|
+
"description": "Handle change event"
|
|
4254
4260
|
},
|
|
4255
4261
|
{
|
|
4256
4262
|
"kind": "field",
|
|
@@ -4364,322 +4370,316 @@
|
|
|
4364
4370
|
}
|
|
4365
4371
|
}
|
|
4366
4372
|
],
|
|
4367
|
-
"
|
|
4373
|
+
"superclass": {
|
|
4374
|
+
"name": "FoundationElement",
|
|
4375
|
+
"package": "@microsoft/fast-foundation"
|
|
4376
|
+
}
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"kind": "variable",
|
|
4380
|
+
"name": "selectEditorStyles",
|
|
4381
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4382
|
+
"description": "Styles for the select editor"
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"kind": "function",
|
|
4386
|
+
"name": "getSelectEditorTemplate",
|
|
4387
|
+
"parameters": [
|
|
4368
4388
|
{
|
|
4369
|
-
"name": "
|
|
4389
|
+
"name": "prefix",
|
|
4390
|
+
"default": "'foundation'",
|
|
4391
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4392
|
+
}
|
|
4393
|
+
],
|
|
4394
|
+
"description": "Get a Design System prefixed Select template.",
|
|
4395
|
+
"return": {
|
|
4396
|
+
"type": {
|
|
4397
|
+
"text": ""
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4400
|
+
"privacy": "public"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"kind": "variable",
|
|
4404
|
+
"name": "foundationSelectEditor",
|
|
4405
|
+
"description": "Definition for the select editor component"
|
|
4406
|
+
}
|
|
4407
|
+
],
|
|
4408
|
+
"exports": [
|
|
4409
|
+
{
|
|
4410
|
+
"kind": "js",
|
|
4411
|
+
"name": "SelectEditor",
|
|
4412
|
+
"declaration": {
|
|
4413
|
+
"name": "SelectEditor",
|
|
4414
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"kind": "js",
|
|
4419
|
+
"name": "selectEditorStyles",
|
|
4420
|
+
"declaration": {
|
|
4421
|
+
"name": "selectEditorStyles",
|
|
4422
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"kind": "js",
|
|
4427
|
+
"name": "getSelectEditorTemplate",
|
|
4428
|
+
"declaration": {
|
|
4429
|
+
"name": "getSelectEditorTemplate",
|
|
4430
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"kind": "js",
|
|
4435
|
+
"name": "foundationSelectEditor",
|
|
4436
|
+
"declaration": {
|
|
4437
|
+
"name": "foundationSelectEditor",
|
|
4438
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4439
|
+
}
|
|
4440
|
+
}
|
|
4441
|
+
]
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"kind": "javascript-module",
|
|
4445
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4446
|
+
"declarations": [
|
|
4447
|
+
{
|
|
4448
|
+
"kind": "class",
|
|
4449
|
+
"description": "The string editor class for grid-tabulator",
|
|
4450
|
+
"name": "StringEditor",
|
|
4451
|
+
"members": [
|
|
4452
|
+
{
|
|
4453
|
+
"kind": "field",
|
|
4454
|
+
"name": "params",
|
|
4370
4455
|
"type": {
|
|
4371
|
-
"text": "
|
|
4372
|
-
}
|
|
4373
|
-
"fieldName": "criteria"
|
|
4456
|
+
"text": "StringEditorParams"
|
|
4457
|
+
}
|
|
4374
4458
|
},
|
|
4375
4459
|
{
|
|
4376
|
-
"
|
|
4460
|
+
"kind": "field",
|
|
4461
|
+
"name": "textField",
|
|
4377
4462
|
"type": {
|
|
4378
|
-
"text": "
|
|
4379
|
-
}
|
|
4380
|
-
"fieldName": "fields"
|
|
4463
|
+
"text": "any"
|
|
4464
|
+
}
|
|
4381
4465
|
},
|
|
4382
4466
|
{
|
|
4383
|
-
"
|
|
4384
|
-
"
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4467
|
+
"kind": "method",
|
|
4468
|
+
"name": "init",
|
|
4469
|
+
"parameters": [
|
|
4470
|
+
{
|
|
4471
|
+
"name": "params",
|
|
4472
|
+
"type": {
|
|
4473
|
+
"text": "StringEditorParams"
|
|
4474
|
+
}
|
|
4475
|
+
}
|
|
4476
|
+
],
|
|
4477
|
+
"description": "Initialize the editor with parameters"
|
|
4389
4478
|
},
|
|
4390
4479
|
{
|
|
4391
|
-
"
|
|
4392
|
-
"
|
|
4393
|
-
|
|
4394
|
-
},
|
|
4395
|
-
"fieldName": "maxRows"
|
|
4480
|
+
"kind": "method",
|
|
4481
|
+
"name": "getValue",
|
|
4482
|
+
"description": "Get current value"
|
|
4396
4483
|
},
|
|
4397
4484
|
{
|
|
4398
|
-
"
|
|
4399
|
-
"
|
|
4400
|
-
|
|
4401
|
-
},
|
|
4402
|
-
"fieldName": "maxView"
|
|
4485
|
+
"kind": "method",
|
|
4486
|
+
"name": "focus",
|
|
4487
|
+
"description": "Set focus to the input"
|
|
4403
4488
|
},
|
|
4404
4489
|
{
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4490
|
+
"kind": "method",
|
|
4491
|
+
"name": "handleKeyDown",
|
|
4492
|
+
"parameters": [
|
|
4493
|
+
{
|
|
4494
|
+
"name": "event",
|
|
4495
|
+
"type": {
|
|
4496
|
+
"text": "KeyboardEvent"
|
|
4497
|
+
}
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4500
|
+
"description": "Process key down events"
|
|
4410
4501
|
},
|
|
4411
4502
|
{
|
|
4412
|
-
"
|
|
4503
|
+
"kind": "field",
|
|
4504
|
+
"name": "_presentation",
|
|
4413
4505
|
"type": {
|
|
4414
|
-
"text": "
|
|
4506
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4415
4507
|
},
|
|
4416
|
-
"
|
|
4417
|
-
"
|
|
4508
|
+
"privacy": "private",
|
|
4509
|
+
"default": "void 0",
|
|
4510
|
+
"inheritedFrom": {
|
|
4511
|
+
"name": "FoundationElement",
|
|
4512
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4513
|
+
}
|
|
4418
4514
|
},
|
|
4419
4515
|
{
|
|
4420
|
-
"
|
|
4516
|
+
"kind": "field",
|
|
4517
|
+
"name": "$presentation",
|
|
4421
4518
|
"type": {
|
|
4422
|
-
"text": "
|
|
4519
|
+
"text": "ComponentPresentation | null"
|
|
4423
4520
|
},
|
|
4424
|
-
"
|
|
4521
|
+
"privacy": "public",
|
|
4522
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4523
|
+
"inheritedFrom": {
|
|
4524
|
+
"name": "FoundationElement",
|
|
4525
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4526
|
+
}
|
|
4425
4527
|
},
|
|
4426
4528
|
{
|
|
4427
|
-
"
|
|
4529
|
+
"kind": "field",
|
|
4530
|
+
"name": "template",
|
|
4428
4531
|
"type": {
|
|
4429
|
-
"text": "
|
|
4532
|
+
"text": "ElementViewTemplate | void | null"
|
|
4430
4533
|
},
|
|
4431
|
-
"
|
|
4534
|
+
"privacy": "public",
|
|
4535
|
+
"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.",
|
|
4536
|
+
"inheritedFrom": {
|
|
4537
|
+
"name": "FoundationElement",
|
|
4538
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4539
|
+
}
|
|
4432
4540
|
},
|
|
4433
4541
|
{
|
|
4434
|
-
"
|
|
4435
|
-
|
|
4542
|
+
"kind": "method",
|
|
4543
|
+
"name": "templateChanged",
|
|
4544
|
+
"privacy": "protected",
|
|
4545
|
+
"return": {
|
|
4546
|
+
"type": {
|
|
4547
|
+
"text": "void"
|
|
4548
|
+
}
|
|
4436
4549
|
},
|
|
4437
|
-
"
|
|
4438
|
-
|
|
4550
|
+
"inheritedFrom": {
|
|
4551
|
+
"name": "FoundationElement",
|
|
4552
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4553
|
+
}
|
|
4439
4554
|
},
|
|
4440
4555
|
{
|
|
4441
|
-
"
|
|
4442
|
-
"
|
|
4443
|
-
"
|
|
4556
|
+
"kind": "field",
|
|
4557
|
+
"name": "styles",
|
|
4558
|
+
"type": {
|
|
4559
|
+
"text": "ElementStyles | void | null"
|
|
4560
|
+
},
|
|
4561
|
+
"privacy": "public",
|
|
4562
|
+
"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.",
|
|
4563
|
+
"inheritedFrom": {
|
|
4564
|
+
"name": "FoundationElement",
|
|
4565
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4566
|
+
}
|
|
4444
4567
|
},
|
|
4445
4568
|
{
|
|
4446
|
-
"
|
|
4447
|
-
"
|
|
4448
|
-
|
|
4569
|
+
"kind": "method",
|
|
4570
|
+
"name": "stylesChanged",
|
|
4571
|
+
"privacy": "protected",
|
|
4572
|
+
"return": {
|
|
4573
|
+
"type": {
|
|
4574
|
+
"text": "void"
|
|
4575
|
+
}
|
|
4449
4576
|
},
|
|
4450
|
-
"
|
|
4451
|
-
|
|
4577
|
+
"inheritedFrom": {
|
|
4578
|
+
"name": "FoundationElement",
|
|
4579
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4580
|
+
}
|
|
4452
4581
|
},
|
|
4453
4582
|
{
|
|
4454
|
-
"
|
|
4455
|
-
"
|
|
4456
|
-
|
|
4583
|
+
"kind": "method",
|
|
4584
|
+
"name": "compose",
|
|
4585
|
+
"privacy": "public",
|
|
4586
|
+
"static": true,
|
|
4587
|
+
"return": {
|
|
4588
|
+
"type": {
|
|
4589
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4590
|
+
}
|
|
4457
4591
|
},
|
|
4458
|
-
"
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4592
|
+
"parameters": [
|
|
4593
|
+
{
|
|
4594
|
+
"name": "this",
|
|
4595
|
+
"type": {
|
|
4596
|
+
"text": "K"
|
|
4597
|
+
}
|
|
4598
|
+
},
|
|
4599
|
+
{
|
|
4600
|
+
"name": "elementDefinition",
|
|
4601
|
+
"type": {
|
|
4602
|
+
"text": "T"
|
|
4603
|
+
},
|
|
4604
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4605
|
+
}
|
|
4606
|
+
],
|
|
4607
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4608
|
+
"inheritedFrom": {
|
|
4609
|
+
"name": "FoundationElement",
|
|
4610
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4611
|
+
}
|
|
4471
4612
|
}
|
|
4472
4613
|
],
|
|
4473
4614
|
"superclass": {
|
|
4474
4615
|
"name": "FoundationElement",
|
|
4475
4616
|
"package": "@microsoft/fast-foundation"
|
|
4476
|
-
},
|
|
4477
|
-
"tagName": "grid-tabulator-client-side-datasource",
|
|
4478
|
-
"customElement": true
|
|
4479
|
-
}
|
|
4480
|
-
],
|
|
4481
|
-
"exports": [
|
|
4482
|
-
{
|
|
4483
|
-
"kind": "js",
|
|
4484
|
-
"name": "criteriaDelimiter",
|
|
4485
|
-
"declaration": {
|
|
4486
|
-
"name": "criteriaDelimiter",
|
|
4487
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4488
|
-
}
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"kind": "js",
|
|
4492
|
-
"name": "criteriaJoin",
|
|
4493
|
-
"declaration": {
|
|
4494
|
-
"name": "criteriaJoin",
|
|
4495
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4496
|
-
}
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"kind": "js",
|
|
4500
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4501
|
-
"declaration": {
|
|
4502
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4503
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4504
|
-
}
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"kind": "custom-element-definition",
|
|
4508
|
-
"name": "grid-tabulator-client-side-datasource",
|
|
4509
|
-
"declaration": {
|
|
4510
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4511
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4512
|
-
}
|
|
4513
|
-
}
|
|
4514
|
-
]
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"kind": "javascript-module",
|
|
4518
|
-
"path": "src/datasource/index.ts",
|
|
4519
|
-
"declarations": [],
|
|
4520
|
-
"exports": [
|
|
4521
|
-
{
|
|
4522
|
-
"kind": "js",
|
|
4523
|
-
"name": "*",
|
|
4524
|
-
"declaration": {
|
|
4525
|
-
"name": "*",
|
|
4526
|
-
"package": "./client-side.datasource"
|
|
4527
4617
|
}
|
|
4528
|
-
}
|
|
4529
|
-
]
|
|
4530
|
-
},
|
|
4531
|
-
{
|
|
4532
|
-
"kind": "javascript-module",
|
|
4533
|
-
"path": "src/external/fonts.ts",
|
|
4534
|
-
"declarations": [
|
|
4535
|
-
{
|
|
4536
|
-
"kind": "variable",
|
|
4537
|
-
"name": "tabulatorDefaultFontFace",
|
|
4538
|
-
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
4539
|
-
},
|
|
4540
|
-
{
|
|
4541
|
-
"kind": "variable",
|
|
4542
|
-
"name": "tabulatorRapidFontFace",
|
|
4543
|
-
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
4544
|
-
},
|
|
4545
|
-
{
|
|
4546
|
-
"kind": "variable",
|
|
4547
|
-
"name": "gridThemeFontFaceMap",
|
|
4548
|
-
"type": {
|
|
4549
|
-
"text": "GridThemeFontFaceMap"
|
|
4550
|
-
},
|
|
4551
|
-
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
4552
4618
|
},
|
|
4553
4619
|
{
|
|
4554
4620
|
"kind": "variable",
|
|
4555
|
-
"name": "
|
|
4556
|
-
"default": "
|
|
4557
|
-
|
|
4558
|
-
],
|
|
4559
|
-
"exports": [
|
|
4560
|
-
{
|
|
4561
|
-
"kind": "js",
|
|
4562
|
-
"name": "tabulatorDefaultFontFace",
|
|
4563
|
-
"declaration": {
|
|
4564
|
-
"name": "tabulatorDefaultFontFace",
|
|
4565
|
-
"module": "src/external/fonts.ts"
|
|
4566
|
-
}
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"kind": "js",
|
|
4570
|
-
"name": "tabulatorRapidFontFace",
|
|
4571
|
-
"declaration": {
|
|
4572
|
-
"name": "tabulatorRapidFontFace",
|
|
4573
|
-
"module": "src/external/fonts.ts"
|
|
4574
|
-
}
|
|
4621
|
+
"name": "stringEditorStyles",
|
|
4622
|
+
"default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
|
|
4623
|
+
"description": "Styles for the string editor"
|
|
4575
4624
|
},
|
|
4576
4625
|
{
|
|
4577
|
-
"kind": "
|
|
4578
|
-
"name": "
|
|
4579
|
-
"
|
|
4580
|
-
|
|
4581
|
-
|
|
4626
|
+
"kind": "function",
|
|
4627
|
+
"name": "getStringEditorTemplate",
|
|
4628
|
+
"parameters": [
|
|
4629
|
+
{
|
|
4630
|
+
"name": "prefix",
|
|
4631
|
+
"default": "'foundation'",
|
|
4632
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4633
|
+
}
|
|
4634
|
+
],
|
|
4635
|
+
"description": "Get a Design System prefixed text field template.",
|
|
4636
|
+
"return": {
|
|
4637
|
+
"type": {
|
|
4638
|
+
"text": ""
|
|
4639
|
+
}
|
|
4582
4640
|
}
|
|
4583
4641
|
},
|
|
4584
|
-
{
|
|
4585
|
-
"kind": "js",
|
|
4586
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4587
|
-
"declaration": {
|
|
4588
|
-
"name": "defaultGridTabulatorFontFace",
|
|
4589
|
-
"module": "src/external/fonts.ts"
|
|
4590
|
-
}
|
|
4591
|
-
}
|
|
4592
|
-
]
|
|
4593
|
-
},
|
|
4594
|
-
{
|
|
4595
|
-
"kind": "javascript-module",
|
|
4596
|
-
"path": "src/external/index.ts",
|
|
4597
|
-
"declarations": [
|
|
4598
4642
|
{
|
|
4599
4643
|
"kind": "variable",
|
|
4600
|
-
"name": "
|
|
4601
|
-
"
|
|
4602
|
-
"description": "External styles for the Tabulator grid.",
|
|
4603
|
-
"privacy": "public"
|
|
4644
|
+
"name": "foundationStringEditor",
|
|
4645
|
+
"description": "Definition for the string editor component"
|
|
4604
4646
|
}
|
|
4605
4647
|
],
|
|
4606
4648
|
"exports": [
|
|
4607
4649
|
{
|
|
4608
4650
|
"kind": "js",
|
|
4609
|
-
"name": "
|
|
4651
|
+
"name": "StringEditor",
|
|
4610
4652
|
"declaration": {
|
|
4611
|
-
"name": "
|
|
4612
|
-
"module": "src/
|
|
4653
|
+
"name": "StringEditor",
|
|
4654
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4613
4655
|
}
|
|
4614
4656
|
},
|
|
4615
4657
|
{
|
|
4616
4658
|
"kind": "js",
|
|
4617
|
-
"name": "
|
|
4618
|
-
"declaration": {
|
|
4619
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4620
|
-
"module": "src/external/index.ts"
|
|
4621
|
-
}
|
|
4622
|
-
}
|
|
4623
|
-
]
|
|
4624
|
-
},
|
|
4625
|
-
{
|
|
4626
|
-
"kind": "javascript-module",
|
|
4627
|
-
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
4628
|
-
"declarations": [
|
|
4629
|
-
{
|
|
4630
|
-
"kind": "variable",
|
|
4631
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4632
|
-
"default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
|
|
4633
|
-
"description": "External styles for the Tabulator grid.",
|
|
4634
|
-
"privacy": "public"
|
|
4635
|
-
}
|
|
4636
|
-
],
|
|
4637
|
-
"exports": [
|
|
4638
|
-
{
|
|
4639
|
-
"kind": "js",
|
|
4640
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4659
|
+
"name": "stringEditorStyles",
|
|
4641
4660
|
"declaration": {
|
|
4642
|
-
"name": "
|
|
4643
|
-
"module": "src/
|
|
4661
|
+
"name": "stringEditorStyles",
|
|
4662
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4644
4663
|
}
|
|
4645
|
-
}
|
|
4646
|
-
]
|
|
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": [
|
|
4664
|
+
},
|
|
4659
4665
|
{
|
|
4660
4666
|
"kind": "js",
|
|
4661
|
-
"name": "
|
|
4667
|
+
"name": "getStringEditorTemplate",
|
|
4662
4668
|
"declaration": {
|
|
4663
|
-
"name": "
|
|
4664
|
-
"
|
|
4669
|
+
"name": "getStringEditorTemplate",
|
|
4670
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4665
4671
|
}
|
|
4666
4672
|
},
|
|
4667
4673
|
{
|
|
4668
4674
|
"kind": "js",
|
|
4669
|
-
"name": "
|
|
4675
|
+
"name": "foundationStringEditor",
|
|
4670
4676
|
"declaration": {
|
|
4671
|
-
"name": "
|
|
4672
|
-
"
|
|
4677
|
+
"name": "foundationStringEditor",
|
|
4678
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4673
4679
|
}
|
|
4674
4680
|
}
|
|
4675
4681
|
]
|
|
4676
4682
|
},
|
|
4677
|
-
{
|
|
4678
|
-
"kind": "javascript-module",
|
|
4679
|
-
"path": "src/style/tokens.ts",
|
|
4680
|
-
"declarations": [],
|
|
4681
|
-
"exports": []
|
|
4682
|
-
},
|
|
4683
4683
|
{
|
|
4684
4684
|
"kind": "javascript-module",
|
|
4685
4685
|
"path": "src/utils/index.ts",
|