@genesislcap/grid-tabulator 14.496.2-alpha-da9ccbd.0 → 14.496.2-alpha-2c4a633.0

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