@genesislcap/grid-tabulator 14.496.2-alpha-438fb6e.0 → 14.496.2-alpha-da9ccbd.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,67 +1657,117 @@
1657
1657
  },
1658
1658
  {
1659
1659
  "kind": "javascript-module",
1660
- "path": "src/cell-editors/date.editor.ts",
1660
+ "path": "src/column/column.ts",
1661
1661
  "declarations": [
1662
1662
  {
1663
1663
  "kind": "class",
1664
- "description": "The date editor class for grid-tabulator",
1665
- "name": "DateEditor",
1664
+ "description": "The GridTabulator Column element.",
1665
+ "name": "GridTabulatorColumn",
1666
1666
  "members": [
1667
1667
  {
1668
1668
  "kind": "field",
1669
- "name": "params",
1669
+ "name": "slottedCell",
1670
1670
  "type": {
1671
- "text": "DateEditorParams"
1672
- }
1671
+ "text": "HTMLElement[]"
1672
+ },
1673
+ "privacy": "public"
1673
1674
  },
1674
1675
  {
1675
1676
  "kind": "field",
1676
- "name": "dateField",
1677
+ "name": "definition",
1677
1678
  "type": {
1678
- "text": "any"
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"
1679
1699
  }
1680
1700
  },
1681
1701
  {
1682
1702
  "kind": "method",
1683
- "name": "init",
1703
+ "name": "cloneNode",
1704
+ "return": {
1705
+ "type": {
1706
+ "text": "Node"
1707
+ }
1708
+ },
1684
1709
  "parameters": [
1685
1710
  {
1686
- "name": "params",
1711
+ "name": "deep",
1712
+ "optional": true,
1687
1713
  "type": {
1688
- "text": "DateEditorParams"
1714
+ "text": "boolean"
1689
1715
  }
1690
1716
  }
1691
1717
  ],
1692
- "description": "Initialize the editor with parameters"
1693
- },
1694
- {
1695
- "kind": "method",
1696
- "name": "getValue",
1697
- "description": "Get current value"
1718
+ "inheritedFrom": {
1719
+ "name": "LifecycleMixin",
1720
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1721
+ }
1698
1722
  },
1699
1723
  {
1700
- "kind": "method",
1701
- "name": "getFormattedValue",
1702
- "description": "Format value for display"
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
+ }
1703
1736
  },
1704
1737
  {
1705
- "kind": "method",
1706
- "name": "focus",
1707
- "description": "Set focus to the input"
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
+ }
1708
1750
  },
1709
1751
  {
1710
1752
  "kind": "method",
1711
- "name": "handleKeyDown",
1753
+ "name": "#_blockLifecycleDueToTokenChange",
1754
+ "return": {
1755
+ "type": {
1756
+ "text": "boolean"
1757
+ }
1758
+ },
1712
1759
  "parameters": [
1713
1760
  {
1714
- "name": "event",
1761
+ "name": "lifecycleType",
1715
1762
  "type": {
1716
- "text": "KeyboardEvent"
1763
+ "text": "Lifecycletype"
1717
1764
  }
1718
1765
  }
1719
1766
  ],
1720
- "description": "Process key down events"
1767
+ "inheritedFrom": {
1768
+ "name": "LifecycleMixin",
1769
+ "module": "src/mixins/lifecycle/lifecycle.ts"
1770
+ }
1721
1771
  },
1722
1772
  {
1723
1773
  "kind": "field",
@@ -1831,79 +1881,42 @@
1831
1881
  }
1832
1882
  }
1833
1883
  ],
1834
- "superclass": {
1835
- "name": "FoundationElement",
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": [
1884
+ "mixins": [
1849
1885
  {
1850
- "name": "prefix",
1851
- "default": "'foundation'",
1852
- "description": "The design system prefix to use. Defaults to 'foundation'."
1886
+ "name": "LifecycleMixin",
1887
+ "package": "@genesislcap/foundation-utils"
1853
1888
  }
1854
1889
  ],
1855
- "description": "Get a Design System prefixed date field template.",
1856
- "return": {
1857
- "type": {
1858
- "text": ""
1859
- }
1890
+ "superclass": {
1891
+ "name": "FoundationElement",
1892
+ "package": "@microsoft/fast-foundation"
1860
1893
  },
1861
- "privacy": "public"
1862
- },
1863
- {
1864
- "kind": "variable",
1865
- "name": "foundationDateEditor",
1866
- "description": "Definition for the date editor component"
1894
+ "tagName": "grid-tabulator-column",
1895
+ "customElement": true
1867
1896
  }
1868
1897
  ],
1869
1898
  "exports": [
1870
1899
  {
1871
1900
  "kind": "js",
1872
- "name": "DateEditor",
1873
- "declaration": {
1874
- "name": "DateEditor",
1875
- "module": "src/cell-editors/date.editor.ts"
1876
- }
1877
- },
1878
- {
1879
- "kind": "js",
1880
- "name": "dateEditorStyles",
1881
- "declaration": {
1882
- "name": "dateEditorStyles",
1883
- "module": "src/cell-editors/date.editor.ts"
1884
- }
1885
- },
1886
- {
1887
- "kind": "js",
1888
- "name": "getDateEditorTemplate",
1901
+ "name": "GridTabulatorColumn",
1889
1902
  "declaration": {
1890
- "name": "getDateEditorTemplate",
1891
- "module": "src/cell-editors/date.editor.ts"
1903
+ "name": "GridTabulatorColumn",
1904
+ "module": "src/column/column.ts"
1892
1905
  }
1893
1906
  },
1894
1907
  {
1895
- "kind": "js",
1896
- "name": "foundationDateEditor",
1908
+ "kind": "custom-element-definition",
1909
+ "name": "grid-tabulator-column",
1897
1910
  "declaration": {
1898
- "name": "foundationDateEditor",
1899
- "module": "src/cell-editors/date.editor.ts"
1911
+ "name": "GridTabulatorColumn",
1912
+ "module": "src/column/column.ts"
1900
1913
  }
1901
1914
  }
1902
1915
  ]
1903
1916
  },
1904
1917
  {
1905
1918
  "kind": "javascript-module",
1906
- "path": "src/cell-editors/index.ts",
1919
+ "path": "src/column/index.ts",
1907
1920
  "declarations": [],
1908
1921
  "exports": [
1909
1922
  {
@@ -1911,855 +1924,654 @@
1911
1924
  "name": "*",
1912
1925
  "declaration": {
1913
1926
  "name": "*",
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"
1927
+ "package": "./column"
1947
1928
  }
1948
1929
  }
1949
1930
  ]
1950
1931
  },
1951
1932
  {
1952
1933
  "kind": "javascript-module",
1953
- "path": "src/cell-editors/multiselect.editor.ts",
1934
+ "path": "src/datasource/client-side.datasource.ts",
1954
1935
  "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
+ },
1955
1954
  {
1956
1955
  "kind": "class",
1957
- "description": "The multiselect editor class for grid-tabulator",
1958
- "name": "MultiselectEditor",
1956
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
1957
+ "name": "GridTabulatorClientSideDatasource",
1959
1958
  "members": [
1960
1959
  {
1961
1960
  "kind": "field",
1962
- "name": "params",
1961
+ "name": "auth",
1963
1962
  "type": {
1964
- "text": "MultiselectEditorParams"
1963
+ "text": "Auth"
1965
1964
  }
1966
1965
  },
1967
1966
  {
1968
1967
  "kind": "field",
1969
- "name": "select",
1968
+ "name": "connect",
1970
1969
  "type": {
1971
- "text": "any"
1970
+ "text": "Connect"
1972
1971
  }
1973
1972
  },
1974
1973
  {
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"
1974
+ "kind": "field",
1975
+ "name": "datasource",
1976
+ "type": {
1977
+ "text": "Datasource"
1978
+ }
1986
1979
  },
1987
1980
  {
1988
- "kind": "method",
1989
- "name": "getValues",
1990
- "return": {
1991
- "type": {
1992
- "text": "(string | number)[]"
1993
- }
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[]"
1994
1992
  },
1995
- "description": "Get current values"
1993
+ "default": "[]",
1994
+ "description": "Allows storing column layouts between datasource initializations"
1996
1995
  },
1997
1996
  {
1998
- "kind": "method",
1999
- "name": "focus",
2000
- "description": "Set focus to the select"
1997
+ "kind": "field",
1998
+ "name": "criteria",
1999
+ "type": {
2000
+ "text": "string"
2001
+ }
2001
2002
  },
2002
2003
  {
2003
2004
  "kind": "method",
2004
- "name": "isSelected",
2005
- "return": {
2006
- "type": {
2007
- "text": "boolean"
2008
- }
2009
- },
2005
+ "name": "criteriaChanged",
2010
2006
  "parameters": [
2011
2007
  {
2012
- "name": "value",
2008
+ "name": "oldCriteria",
2013
2009
  "type": {
2014
- "text": "string | number"
2010
+ "text": "string"
2015
2011
  }
2016
- }
2017
- ],
2018
- "description": "Check if a value is selected"
2019
- },
2020
- {
2021
- "kind": "method",
2022
- "name": "handleKeyDown",
2023
- "parameters": [
2012
+ },
2024
2013
  {
2025
- "name": "event",
2014
+ "name": "newCriteria",
2026
2015
  "type": {
2027
- "text": "KeyboardEvent"
2016
+ "text": "string"
2028
2017
  }
2029
2018
  }
2030
- ],
2031
- "description": "Process key down events"
2032
- },
2033
- {
2034
- "kind": "method",
2035
- "name": "handleChange",
2036
- "description": "Handle change event to save when selection changes"
2019
+ ]
2037
2020
  },
2038
2021
  {
2039
2022
  "kind": "field",
2040
- "name": "_presentation",
2023
+ "name": "fields",
2041
2024
  "type": {
2042
- "text": "ComponentPresentation | null | undefined"
2043
- },
2044
- "privacy": "private",
2045
- "default": "void 0",
2046
- "inheritedFrom": {
2047
- "name": "FoundationElement",
2048
- "module": "src/foundation-element/foundation-element.ts"
2025
+ "text": "string"
2049
2026
  }
2050
2027
  },
2051
2028
  {
2052
2029
  "kind": "field",
2053
- "name": "$presentation",
2030
+ "name": "isSnapshot",
2054
2031
  "type": {
2055
- "text": "ComponentPresentation | null"
2032
+ "text": "boolean"
2056
2033
  },
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"
2062
- }
2034
+ "default": "false"
2063
2035
  },
2064
2036
  {
2065
2037
  "kind": "field",
2066
- "name": "template",
2038
+ "name": "maxRows",
2067
2039
  "type": {
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"
2040
+ "text": "number"
2075
2041
  }
2076
2042
  },
2077
2043
  {
2078
- "kind": "method",
2079
- "name": "templateChanged",
2080
- "privacy": "protected",
2081
- "return": {
2082
- "type": {
2083
- "text": "void"
2084
- }
2085
- },
2086
- "inheritedFrom": {
2087
- "name": "FoundationElement",
2088
- "module": "src/foundation-element/foundation-element.ts"
2044
+ "kind": "field",
2045
+ "name": "maxView",
2046
+ "type": {
2047
+ "text": "number"
2089
2048
  }
2090
2049
  },
2091
2050
  {
2092
2051
  "kind": "field",
2093
- "name": "styles",
2052
+ "name": "pollingInterval",
2094
2053
  "type": {
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"
2054
+ "text": "number"
2102
2055
  }
2103
2056
  },
2104
2057
  {
2105
- "kind": "method",
2106
- "name": "stylesChanged",
2107
- "privacy": "protected",
2108
- "return": {
2109
- "type": {
2110
- "text": "void"
2111
- }
2058
+ "kind": "field",
2059
+ "name": "movingView",
2060
+ "type": {
2061
+ "text": "boolean"
2112
2062
  },
2113
- "inheritedFrom": {
2114
- "name": "FoundationElement",
2115
- "module": "src/foundation-element/foundation-element.ts"
2116
- }
2063
+ "default": "false"
2117
2064
  },
2118
2065
  {
2119
- "kind": "method",
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
- },
2128
- "parameters": [
2129
- {
2130
- "name": "this",
2131
- "type": {
2132
- "text": "K"
2133
- }
2134
- },
2135
- {
2136
- "name": "elementDefinition",
2137
- "type": {
2138
- "text": "T"
2139
- },
2140
- "description": "The definition of the element to create the registry\nfunction for."
2141
- }
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"
2066
+ "kind": "field",
2067
+ "name": "orderBy",
2068
+ "type": {
2069
+ "text": "string"
2147
2070
  }
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": [
2071
+ },
2228
2072
  {
2229
2073
  "kind": "field",
2230
- "name": "params",
2074
+ "name": "request",
2231
2075
  "type": {
2232
- "text": "NumberEditorParams"
2076
+ "text": "any"
2233
2077
  }
2234
2078
  },
2235
2079
  {
2236
2080
  "kind": "field",
2237
- "name": "numberField",
2081
+ "name": "resourceName",
2238
2082
  "type": {
2239
- "text": "any"
2083
+ "text": "string"
2240
2084
  }
2241
2085
  },
2242
2086
  {
2243
2087
  "kind": "method",
2244
- "name": "init",
2088
+ "name": "resourceNameChanged",
2245
2089
  "parameters": [
2246
2090
  {
2247
- "name": "params",
2091
+ "name": "oldValue",
2248
2092
  "type": {
2249
- "text": "NumberEditorParams"
2093
+ "text": "string"
2094
+ }
2095
+ },
2096
+ {
2097
+ "name": "newValue",
2098
+ "type": {
2099
+ "text": "string"
2250
2100
  }
2251
2101
  }
2252
- ],
2253
- "description": "Initialize the editor with parameters"
2102
+ ]
2254
2103
  },
2255
2104
  {
2256
- "kind": "method",
2257
- "name": "getValue",
2258
- "description": "Get current value"
2105
+ "kind": "field",
2106
+ "name": "reverse",
2107
+ "type": {
2108
+ "text": "boolean"
2109
+ },
2110
+ "default": "false"
2259
2111
  },
2260
2112
  {
2261
- "kind": "method",
2262
- "name": "focus",
2263
- "description": "Set focus to the input"
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."
2264
2116
  },
2265
2117
  {
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"
2118
+ "kind": "field",
2119
+ "name": "restartOnReconnection",
2120
+ "type": {
2121
+ "text": "boolean"
2122
+ },
2123
+ "default": "true"
2277
2124
  },
2278
2125
  {
2279
2126
  "kind": "field",
2280
- "name": "_presentation",
2127
+ "name": "keepColDefsOnClearRowData",
2281
2128
  "type": {
2282
- "text": "ComponentPresentation | null | undefined"
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"
2149
+ },
2150
+ {
2151
+ "kind": "field",
2152
+ "name": "updateSub",
2153
+ "type": {
2154
+ "text": "Subscription"
2155
+ },
2156
+ "privacy": "private"
2157
+ },
2158
+ {
2159
+ "kind": "field",
2160
+ "name": "connectionSub",
2161
+ "type": {
2162
+ "text": "Subscription"
2163
+ },
2164
+ "privacy": "private"
2165
+ },
2166
+ {
2167
+ "kind": "field",
2168
+ "name": "isRequestServer",
2169
+ "type": {
2170
+ "text": "boolean"
2283
2171
  },
2284
2172
  "privacy": "private",
2285
- "default": "void 0",
2286
- "inheritedFrom": {
2287
- "name": "FoundationElement",
2288
- "module": "src/foundation-element/foundation-element.ts"
2289
- }
2173
+ "default": "false"
2290
2174
  },
2291
2175
  {
2292
2176
  "kind": "field",
2293
- "name": "$presentation",
2177
+ "name": "requiresFullRowDataAndColDefs",
2294
2178
  "type": {
2295
- "text": "ComponentPresentation | null"
2179
+ "text": "boolean"
2296
2180
  },
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
- }
2181
+ "privacy": "private",
2182
+ "default": "true"
2303
2183
  },
2304
2184
  {
2305
2185
  "kind": "field",
2306
- "name": "template",
2186
+ "name": "dataSubWasLoggedOff",
2307
2187
  "type": {
2308
- "text": "ElementViewTemplate | void | null"
2188
+ "text": "boolean"
2309
2189
  },
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
- }
2190
+ "privacy": "private",
2191
+ "default": "false"
2316
2192
  },
2317
2193
  {
2318
- "kind": "method",
2319
- "name": "templateChanged",
2320
- "privacy": "protected",
2321
- "return": {
2322
- "type": {
2323
- "text": "void"
2324
- }
2194
+ "kind": "field",
2195
+ "name": "rows",
2196
+ "type": {
2197
+ "text": "Map<string, any>"
2325
2198
  },
2326
- "inheritedFrom": {
2327
- "name": "FoundationElement",
2328
- "module": "src/foundation-element/foundation-element.ts"
2329
- }
2199
+ "privacy": "private",
2200
+ "default": "new Map()"
2330
2201
  },
2331
2202
  {
2332
2203
  "kind": "field",
2333
- "name": "styles",
2204
+ "name": "gridTransaction",
2334
2205
  "type": {
2335
- "text": "ElementStyles | void | null"
2206
+ "text": "RowDataTransaction"
2336
2207
  },
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
- }
2208
+ "privacy": "private"
2209
+ },
2210
+ {
2211
+ "kind": "field",
2212
+ "name": "sourceRef",
2213
+ "type": {
2214
+ "text": "string"
2215
+ },
2216
+ "privacy": "private"
2217
+ },
2218
+ {
2219
+ "kind": "field",
2220
+ "name": "criteriaFromFilters",
2221
+ "type": {
2222
+ "text": "Map<string, string>"
2223
+ },
2224
+ "privacy": "private",
2225
+ "default": "new Map()"
2226
+ },
2227
+ {
2228
+ "kind": "field",
2229
+ "name": "update",
2230
+ "type": {
2231
+ "text": "BehaviorSubject<Map<string, string>>"
2232
+ },
2233
+ "privacy": "private",
2234
+ "default": "new BehaviorSubject(new Map())"
2343
2235
  },
2344
2236
  {
2345
2237
  "kind": "method",
2346
- "name": "stylesChanged",
2347
- "privacy": "protected",
2238
+ "name": "deepClone",
2348
2239
  "return": {
2349
2240
  "type": {
2350
- "text": "void"
2241
+ "text": "Node"
2351
2242
  }
2352
2243
  },
2353
2244
  "inheritedFrom": {
2354
- "name": "FoundationElement",
2355
- "module": "src/foundation-element/foundation-element.ts"
2245
+ "name": "LifecycleMixin",
2246
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2356
2247
  }
2357
2248
  },
2358
2249
  {
2359
- "kind": "method",
2360
- "name": "compose",
2361
- "privacy": "public",
2362
- "static": true,
2363
- "return": {
2364
- "type": {
2365
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2366
- }
2250
+ "kind": "field",
2251
+ "name": "gridTabulator",
2252
+ "type": {
2253
+ "text": "GridTabulator | null"
2367
2254
  },
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"
2275
+ },
2276
+ {
2277
+ "kind": "method",
2278
+ "name": "refreshRows",
2279
+ "description": "Force the grid to redispatch the current rows"
2280
+ },
2281
+ {
2282
+ "kind": "method",
2283
+ "name": "handleErrors",
2368
2284
  "parameters": [
2369
2285
  {
2370
- "name": "this",
2286
+ "name": "errors",
2371
2287
  "type": {
2372
- "text": "K"
2288
+ "text": "string | any[]"
2373
2289
  }
2374
- },
2290
+ }
2291
+ ],
2292
+ "description": "Handles errors by emitting an error event"
2293
+ },
2294
+ {
2295
+ "kind": "method",
2296
+ "name": "getColumnDefs",
2297
+ "privacy": "private",
2298
+ "parameters": [
2375
2299
  {
2376
- "name": "elementDefinition",
2300
+ "name": "fieldsMetadata",
2377
2301
  "type": {
2378
- "text": "T"
2302
+ "text": "FieldMetadata[]"
2379
2303
  },
2380
- "description": "The definition of the element to create the registry\nfunction for."
2304
+ "description": "The field metadata to generate column definitions from"
2381
2305
  }
2382
2306
  ],
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": [
2307
+ "description": "Generate column definitions from the field metadata"
2308
+ },
2405
2309
  {
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": [
2310
+ "kind": "method",
2311
+ "name": "handleSnapshot",
2312
+ "privacy": "private",
2313
+ "parameters": [
2314
+ {
2315
+ "name": "result"
2316
+ }
2317
+ ]
2318
+ },
2468
2319
  {
2469
- "kind": "field",
2470
- "name": "params",
2471
- "type": {
2472
- "text": "SelectEditorParams"
2320
+ "kind": "method",
2321
+ "name": "datasourceOptions",
2322
+ "privacy": "private",
2323
+ "return": {
2324
+ "type": {
2325
+ "text": "DatasourceOptions"
2326
+ }
2473
2327
  }
2474
2328
  },
2475
2329
  {
2476
- "kind": "field",
2477
- "name": "select",
2478
- "type": {
2479
- "text": "any"
2480
- }
2330
+ "kind": "method",
2331
+ "name": "handleStreamResult",
2332
+ "privacy": "private",
2333
+ "parameters": [
2334
+ {
2335
+ "name": "result",
2336
+ "type": {
2337
+ "text": "FilteredDataServerResult | RequestServerResult"
2338
+ }
2339
+ }
2340
+ ]
2481
2341
  },
2482
2342
  {
2483
2343
  "kind": "method",
2484
- "name": "init",
2344
+ "name": "applyRequestServerData",
2345
+ "privacy": "private",
2485
2346
  "parameters": [
2486
2347
  {
2487
- "name": "params",
2348
+ "name": "requestServerResult",
2488
2349
  "type": {
2489
- "text": "SelectEditorParams"
2350
+ "text": "RequestServerResult"
2490
2351
  }
2491
2352
  }
2492
- ],
2493
- "description": "Initialize the editor with parameters"
2353
+ ]
2494
2354
  },
2495
2355
  {
2496
2356
  "kind": "method",
2497
- "name": "getValue",
2498
- "description": "Get current value"
2357
+ "name": "applyDataserverData",
2358
+ "privacy": "private",
2359
+ "parameters": [
2360
+ {
2361
+ "name": "dataServerResult",
2362
+ "type": {
2363
+ "text": "FilteredDataServerResult"
2364
+ }
2365
+ }
2366
+ ]
2499
2367
  },
2500
2368
  {
2501
2369
  "kind": "method",
2502
- "name": "focus",
2503
- "description": "Set focus to the select"
2370
+ "name": "applyTransaction",
2371
+ "privacy": "private"
2504
2372
  },
2505
2373
  {
2506
2374
  "kind": "method",
2507
- "name": "handleKeyDown",
2375
+ "name": "mapTransaction",
2376
+ "privacy": "private",
2508
2377
  "parameters": [
2509
2378
  {
2510
- "name": "event",
2379
+ "name": "transaction",
2511
2380
  "type": {
2512
- "text": "KeyboardEvent"
2381
+ "text": "RowDataTransaction"
2513
2382
  }
2514
2383
  }
2515
- ],
2516
- "description": "Process key down events"
2384
+ ]
2517
2385
  },
2518
2386
  {
2519
2387
  "kind": "method",
2520
- "name": "handleChange",
2521
- "description": "Handle change event"
2388
+ "name": "handleStreamInserts",
2389
+ "privacy": "private",
2390
+ "parameters": [
2391
+ {
2392
+ "name": "insertedRows",
2393
+ "type": {
2394
+ "text": "any[]"
2395
+ }
2396
+ }
2397
+ ]
2522
2398
  },
2523
2399
  {
2524
- "kind": "field",
2525
- "name": "_presentation",
2526
- "type": {
2527
- "text": "ComponentPresentation | null | undefined"
2528
- },
2400
+ "kind": "method",
2401
+ "name": "handleStreamDeletes",
2529
2402
  "privacy": "private",
2530
- "default": "void 0",
2531
- "inheritedFrom": {
2532
- "name": "FoundationElement",
2533
- "module": "src/foundation-element/foundation-element.ts"
2534
- }
2403
+ "parameters": [
2404
+ {
2405
+ "name": "deletedRows",
2406
+ "type": {
2407
+ "text": "any[]"
2408
+ }
2409
+ }
2410
+ ]
2535
2411
  },
2536
2412
  {
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
- }
2413
+ "kind": "method",
2414
+ "name": "handleStreamUpdates",
2415
+ "privacy": "private",
2416
+ "parameters": [
2417
+ {
2418
+ "name": "updatedRows",
2419
+ "type": {
2420
+ "text": "any[]"
2421
+ }
2422
+ }
2423
+ ]
2548
2424
  },
2549
2425
  {
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
- }
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"
2561
2444
  },
2562
2445
  {
2563
2446
  "kind": "method",
2564
- "name": "templateChanged",
2565
- "privacy": "protected",
2447
+ "name": "buildCriteria",
2448
+ "privacy": "private",
2566
2449
  "return": {
2567
2450
  "type": {
2568
- "text": "void"
2451
+ "text": "string"
2569
2452
  }
2570
- },
2571
- "inheritedFrom": {
2572
- "name": "FoundationElement",
2573
- "module": "src/foundation-element/foundation-element.ts"
2574
- }
2575
- },
2576
- {
2577
- "kind": "field",
2578
- "name": "styles",
2579
- "type": {
2580
- "text": "ElementStyles | void | null"
2581
- },
2582
- "privacy": "public",
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
2453
  }
2588
2454
  },
2589
2455
  {
2590
2456
  "kind": "method",
2591
- "name": "stylesChanged",
2592
- "privacy": "protected",
2593
- "return": {
2594
- "type": {
2595
- "text": "void"
2596
- }
2597
- },
2598
- "inheritedFrom": {
2599
- "name": "FoundationElement",
2600
- "module": "src/foundation-element/foundation-element.ts"
2601
- }
2457
+ "name": "setFilter",
2458
+ "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
+ ]
2602
2473
  },
2603
2474
  {
2604
2475
  "kind": "method",
2605
- "name": "compose",
2476
+ "name": "removeFilter",
2606
2477
  "privacy": "public",
2607
- "static": true,
2608
- "return": {
2609
- "type": {
2610
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2478
+ "parameters": [
2479
+ {
2480
+ "name": "fieldName",
2481
+ "type": {
2482
+ "text": "string"
2483
+ }
2611
2484
  }
2612
- },
2485
+ ]
2486
+ },
2487
+ {
2488
+ "kind": "method",
2489
+ "name": "datasourceStatusChanged",
2613
2490
  "parameters": [
2614
2491
  {
2615
- "name": "this",
2492
+ "name": "prev",
2616
2493
  "type": {
2617
- "text": "K"
2494
+ "text": "DatasourceStatus"
2618
2495
  }
2619
2496
  },
2620
2497
  {
2621
- "name": "elementDefinition",
2498
+ "name": "next",
2622
2499
  "type": {
2623
- "text": "T"
2624
- },
2625
- "description": "The definition of the element to create the registry\nfunction for."
2500
+ "text": "DatasourceStatus"
2501
+ }
2626
2502
  }
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
- }
2503
+ ]
2727
2504
  },
2728
2505
  {
2729
2506
  "kind": "method",
2730
- "name": "init",
2507
+ "name": "cloneNode",
2508
+ "return": {
2509
+ "type": {
2510
+ "text": "Node"
2511
+ }
2512
+ },
2731
2513
  "parameters": [
2732
2514
  {
2733
- "name": "params",
2515
+ "name": "deep",
2516
+ "optional": true,
2734
2517
  "type": {
2735
- "text": "StringEditorParams"
2518
+ "text": "boolean"
2736
2519
  }
2737
2520
  }
2738
2521
  ],
2739
- "description": "Initialize the editor with parameters"
2522
+ "inheritedFrom": {
2523
+ "name": "LifecycleMixin",
2524
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2525
+ }
2740
2526
  },
2741
2527
  {
2742
- "kind": "method",
2743
- "name": "getValue",
2744
- "description": "Get current value"
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
+ }
2745
2540
  },
2746
2541
  {
2747
- "kind": "method",
2748
- "name": "focus",
2749
- "description": "Set focus to the input"
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
+ }
2750
2554
  },
2751
2555
  {
2752
2556
  "kind": "method",
2753
- "name": "handleKeyDown",
2557
+ "name": "#_blockLifecycleDueToTokenChange",
2558
+ "return": {
2559
+ "type": {
2560
+ "text": "boolean"
2561
+ }
2562
+ },
2754
2563
  "parameters": [
2755
2564
  {
2756
- "name": "event",
2565
+ "name": "lifecycleType",
2757
2566
  "type": {
2758
- "text": "KeyboardEvent"
2567
+ "text": "Lifecycletype"
2759
2568
  }
2760
2569
  }
2761
2570
  ],
2762
- "description": "Process key down events"
2571
+ "inheritedFrom": {
2572
+ "name": "LifecycleMixin",
2573
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2574
+ }
2763
2575
  },
2764
2576
  {
2765
2577
  "kind": "field",
@@ -2873,337 +2685,172 @@
2873
2685
  }
2874
2686
  }
2875
2687
  ],
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": [
2688
+ "events": [
2891
2689
  {
2892
- "name": "prefix",
2893
- "default": "'foundation'",
2894
- "description": "The design system prefix to use. Defaults to 'foundation'."
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
+ },
2697
+ {
2698
+ "description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
2699
+ "name": "sizeChanged"
2895
2700
  }
2896
2701
  ],
2897
- "description": "Get a Design System prefixed text field template.",
2898
- "return": {
2899
- "type": {
2900
- "text": ""
2901
- }
2902
- }
2903
- },
2904
- {
2905
- "kind": "variable",
2906
- "name": "foundationStringEditor",
2907
- "description": "Definition for the string editor component"
2908
- }
2909
- ],
2910
- "exports": [
2911
- {
2912
- "kind": "js",
2913
- "name": "StringEditor",
2914
- "declaration": {
2915
- "name": "StringEditor",
2916
- "module": "src/cell-editors/string.editor.ts"
2917
- }
2918
- },
2919
- {
2920
- "kind": "js",
2921
- "name": "stringEditorStyles",
2922
- "declaration": {
2923
- "name": "stringEditorStyles",
2924
- "module": "src/cell-editors/string.editor.ts"
2925
- }
2926
- },
2927
- {
2928
- "kind": "js",
2929
- "name": "getStringEditorTemplate",
2930
- "declaration": {
2931
- "name": "getStringEditorTemplate",
2932
- "module": "src/cell-editors/string.editor.ts"
2933
- }
2934
- },
2935
- {
2936
- "kind": "js",
2937
- "name": "foundationStringEditor",
2938
- "declaration": {
2939
- "name": "foundationStringEditor",
2940
- "module": "src/cell-editors/string.editor.ts"
2941
- }
2942
- }
2943
- ]
2944
- },
2945
- {
2946
- "kind": "javascript-module",
2947
- "path": "src/column/column.ts",
2948
- "declarations": [
2949
- {
2950
- "kind": "class",
2951
- "description": "The GridTabulator Column element.",
2952
- "name": "GridTabulatorColumn",
2953
- "members": [
2702
+ "attributes": [
2954
2703
  {
2955
- "kind": "field",
2956
- "name": "slottedCell",
2704
+ "name": "criteria",
2957
2705
  "type": {
2958
- "text": "HTMLElement[]"
2706
+ "text": "string"
2959
2707
  },
2960
- "privacy": "public"
2708
+ "fieldName": "criteria"
2961
2709
  },
2962
2710
  {
2963
- "kind": "field",
2964
- "name": "definition",
2711
+ "name": "fields",
2965
2712
  "type": {
2966
- "text": "Partial<ColumnDefinition>"
2713
+ "text": "string"
2967
2714
  },
2968
- "default": "{}"
2969
- },
2970
- {
2971
- "kind": "method",
2972
- "name": "slottedCellChanged",
2973
- "privacy": "public"
2715
+ "fieldName": "fields"
2974
2716
  },
2975
2717
  {
2976
- "kind": "method",
2977
- "name": "deepClone",
2978
- "return": {
2979
- "type": {
2980
- "text": "Node"
2981
- }
2718
+ "name": "is-snapshot",
2719
+ "type": {
2720
+ "text": "boolean"
2982
2721
  },
2983
- "inheritedFrom": {
2984
- "name": "LifecycleMixin",
2985
- "module": "src/mixins/lifecycle/lifecycle.ts"
2986
- }
2722
+ "default": "false",
2723
+ "fieldName": "isSnapshot"
2987
2724
  },
2988
2725
  {
2989
- "kind": "method",
2990
- "name": "cloneNode",
2991
- "return": {
2992
- "type": {
2993
- "text": "Node"
2994
- }
2726
+ "name": "max-rows",
2727
+ "type": {
2728
+ "text": "number"
2995
2729
  },
2996
- "parameters": [
2997
- {
2998
- "name": "deep",
2999
- "optional": true,
3000
- "type": {
3001
- "text": "boolean"
3002
- }
3003
- }
3004
- ],
3005
- "inheritedFrom": {
3006
- "name": "LifecycleMixin",
3007
- "module": "src/mixins/lifecycle/lifecycle.ts"
3008
- }
2730
+ "fieldName": "maxRows"
3009
2731
  },
3010
2732
  {
3011
- "kind": "field",
3012
- "name": "shouldRunDisconnect",
3013
- "return": {
3014
- "type": {
3015
- "text": ""
3016
- }
2733
+ "name": "max-view",
2734
+ "type": {
2735
+ "text": "number"
3017
2736
  },
3018
- "readonly": true,
3019
- "inheritedFrom": {
3020
- "name": "LifecycleMixin",
3021
- "module": "src/mixins/lifecycle/lifecycle.ts"
3022
- }
2737
+ "fieldName": "maxView"
3023
2738
  },
3024
2739
  {
3025
- "kind": "field",
3026
- "name": "shouldRunConnect",
3027
- "return": {
3028
- "type": {
3029
- "text": ""
3030
- }
2740
+ "name": "polling-interval",
2741
+ "type": {
2742
+ "text": "number"
3031
2743
  },
3032
- "readonly": true,
3033
- "inheritedFrom": {
3034
- "name": "LifecycleMixin",
3035
- "module": "src/mixins/lifecycle/lifecycle.ts"
3036
- }
2744
+ "fieldName": "pollingInterval"
3037
2745
  },
3038
2746
  {
3039
- "kind": "method",
3040
- "name": "#_blockLifecycleDueToTokenChange",
3041
- "return": {
3042
- "type": {
3043
- "text": "boolean"
3044
- }
2747
+ "name": "moving-view",
2748
+ "type": {
2749
+ "text": "boolean"
3045
2750
  },
3046
- "parameters": [
3047
- {
3048
- "name": "lifecycleType",
3049
- "type": {
3050
- "text": "Lifecycletype"
3051
- }
3052
- }
3053
- ],
3054
- "inheritedFrom": {
3055
- "name": "LifecycleMixin",
3056
- "module": "src/mixins/lifecycle/lifecycle.ts"
3057
- }
2751
+ "default": "false",
2752
+ "fieldName": "movingView"
3058
2753
  },
3059
2754
  {
3060
- "kind": "field",
3061
- "name": "_presentation",
2755
+ "name": "order-by",
3062
2756
  "type": {
3063
- "text": "ComponentPresentation | null | undefined"
2757
+ "text": "string"
3064
2758
  },
3065
- "privacy": "private",
3066
- "default": "void 0",
3067
- "inheritedFrom": {
3068
- "name": "FoundationElement",
3069
- "module": "src/foundation-element/foundation-element.ts"
3070
- }
2759
+ "fieldName": "orderBy"
3071
2760
  },
3072
2761
  {
3073
- "kind": "field",
3074
- "name": "$presentation",
2762
+ "name": "resource-name",
3075
2763
  "type": {
3076
- "text": "ComponentPresentation | null"
2764
+ "text": "string"
3077
2765
  },
3078
- "privacy": "public",
3079
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3080
- "inheritedFrom": {
3081
- "name": "FoundationElement",
3082
- "module": "src/foundation-element/foundation-element.ts"
3083
- }
2766
+ "fieldName": "resourceName"
3084
2767
  },
3085
2768
  {
3086
- "kind": "field",
3087
- "name": "template",
3088
2769
  "type": {
3089
- "text": "ElementViewTemplate | void | null"
2770
+ "text": "boolean"
3090
2771
  },
3091
- "privacy": "public",
3092
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3093
- "inheritedFrom": {
3094
- "name": "FoundationElement",
3095
- "module": "src/foundation-element/foundation-element.ts"
3096
- }
2772
+ "default": "false",
2773
+ "fieldName": "reverse"
3097
2774
  },
3098
2775
  {
3099
- "kind": "method",
3100
- "name": "templateChanged",
3101
- "privacy": "protected",
3102
- "return": {
3103
- "type": {
3104
- "text": "void"
3105
- }
3106
- },
3107
- "inheritedFrom": {
3108
- "name": "FoundationElement",
3109
- "module": "src/foundation-element/foundation-element.ts"
3110
- }
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"
3111
2779
  },
3112
2780
  {
3113
- "kind": "field",
3114
- "name": "styles",
2781
+ "name": "restart-on-reconnection",
3115
2782
  "type": {
3116
- "text": "ElementStyles | void | null"
2783
+ "text": "boolean"
3117
2784
  },
3118
- "privacy": "public",
3119
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3120
- "inheritedFrom": {
3121
- "name": "FoundationElement",
3122
- "module": "src/foundation-element/foundation-element.ts"
3123
- }
2785
+ "default": "true",
2786
+ "fieldName": "restartOnReconnection"
3124
2787
  },
3125
2788
  {
3126
- "kind": "method",
3127
- "name": "stylesChanged",
3128
- "privacy": "protected",
3129
- "return": {
3130
- "type": {
3131
- "text": "void"
3132
- }
2789
+ "name": "keep-col-defs-on-clear-row-data",
2790
+ "type": {
2791
+ "text": "boolean"
3133
2792
  },
3134
- "inheritedFrom": {
3135
- "name": "FoundationElement",
3136
- "module": "src/foundation-element/foundation-element.ts"
3137
- }
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"
3138
2802
  },
3139
2803
  {
3140
- "kind": "method",
3141
- "name": "compose",
3142
- "privacy": "public",
3143
- "static": true,
3144
- "return": {
3145
- "type": {
3146
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3147
- }
3148
- },
3149
- "parameters": [
3150
- {
3151
- "name": "this",
3152
- "type": {
3153
- "text": "K"
3154
- }
3155
- },
3156
- {
3157
- "name": "elementDefinition",
3158
- "type": {
3159
- "text": "T"
3160
- },
3161
- "description": "The definition of the element to create the registry\nfunction for."
3162
- }
3163
- ],
3164
- "description": "Defines an element registry function with a set of element definition defaults.",
3165
- "inheritedFrom": {
3166
- "name": "FoundationElement",
3167
- "module": "src/foundation-element/foundation-element.ts"
3168
- }
3169
- }
3170
- ],
3171
- "mixins": [
3172
- {
3173
- "name": "LifecycleMixin",
3174
- "package": "@genesislcap/foundation-utils"
2804
+ "name": "DatasourceEventHandler",
2805
+ "package": "@genesislcap/foundation-comms"
3175
2806
  }
3176
2807
  ],
3177
2808
  "superclass": {
3178
2809
  "name": "FoundationElement",
3179
2810
  "package": "@microsoft/fast-foundation"
3180
2811
  },
3181
- "tagName": "grid-tabulator-column",
2812
+ "tagName": "grid-tabulator-client-side-datasource",
3182
2813
  "customElement": true
3183
2814
  }
3184
2815
  ],
3185
2816
  "exports": [
3186
2817
  {
3187
2818
  "kind": "js",
3188
- "name": "GridTabulatorColumn",
2819
+ "name": "criteriaDelimiter",
3189
2820
  "declaration": {
3190
- "name": "GridTabulatorColumn",
3191
- "module": "src/column/column.ts"
2821
+ "name": "criteriaDelimiter",
2822
+ "module": "src/datasource/client-side.datasource.ts"
2823
+ }
2824
+ },
2825
+ {
2826
+ "kind": "js",
2827
+ "name": "criteriaJoin",
2828
+ "declaration": {
2829
+ "name": "criteriaJoin",
2830
+ "module": "src/datasource/client-side.datasource.ts"
2831
+ }
2832
+ },
2833
+ {
2834
+ "kind": "js",
2835
+ "name": "GridTabulatorClientSideDatasource",
2836
+ "declaration": {
2837
+ "name": "GridTabulatorClientSideDatasource",
2838
+ "module": "src/datasource/client-side.datasource.ts"
3192
2839
  }
3193
2840
  },
3194
2841
  {
3195
2842
  "kind": "custom-element-definition",
3196
- "name": "grid-tabulator-column",
2843
+ "name": "grid-tabulator-client-side-datasource",
3197
2844
  "declaration": {
3198
- "name": "GridTabulatorColumn",
3199
- "module": "src/column/column.ts"
2845
+ "name": "GridTabulatorClientSideDatasource",
2846
+ "module": "src/datasource/client-side.datasource.ts"
3200
2847
  }
3201
2848
  }
3202
2849
  ]
3203
2850
  },
3204
2851
  {
3205
2852
  "kind": "javascript-module",
3206
- "path": "src/column/index.ts",
2853
+ "path": "src/datasource/index.ts",
3207
2854
  "declarations": [],
3208
2855
  "exports": [
3209
2856
  {
@@ -3211,654 +2858,992 @@
3211
2858
  "name": "*",
3212
2859
  "declaration": {
3213
2860
  "name": "*",
3214
- "package": "./column"
2861
+ "package": "./client-side.datasource"
3215
2862
  }
3216
2863
  }
3217
2864
  ]
3218
2865
  },
3219
2866
  {
3220
2867
  "kind": "javascript-module",
3221
- "path": "src/datasource/client-side.datasource.ts",
2868
+ "path": "src/external/fonts.ts",
3222
2869
  "declarations": [
3223
2870
  {
3224
2871
  "kind": "variable",
3225
- "name": "criteriaDelimiter",
3226
- "type": {
3227
- "text": "string"
3228
- },
3229
- "default": "';'",
3230
- "description": "Delimiter for criteria in the datasource"
2872
+ "name": "tabulatorDefaultFontFace",
2873
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3231
2874
  },
3232
2875
  {
3233
2876
  "kind": "variable",
3234
- "name": "criteriaJoin",
2877
+ "name": "tabulatorRapidFontFace",
2878
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
2879
+ },
2880
+ {
2881
+ "kind": "variable",
2882
+ "name": "gridThemeFontFaceMap",
3235
2883
  "type": {
3236
- "text": "string"
2884
+ "text": "GridThemeFontFaceMap"
3237
2885
  },
3238
- "default": "' && '",
3239
- "description": "Join operator for criteria in the datasource"
2886
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
2887
+ },
2888
+ {
2889
+ "kind": "variable",
2890
+ "name": "defaultGridTabulatorFontFace",
2891
+ "default": "tabulatorDefaultFontFace"
2892
+ }
2893
+ ],
2894
+ "exports": [
2895
+ {
2896
+ "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",
2922
+ "declaration": {
2923
+ "name": "defaultGridTabulatorFontFace",
2924
+ "module": "src/external/fonts.ts"
2925
+ }
2926
+ }
2927
+ ]
2928
+ },
2929
+ {
2930
+ "kind": "javascript-module",
2931
+ "path": "src/external/index.ts",
2932
+ "declarations": [
2933
+ {
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": [
2942
+ {
2943
+ "kind": "js",
2944
+ "name": "tabulatorExternalStockStyles",
2945
+ "declaration": {
2946
+ "name": "tabulatorExternalStockStyles",
2947
+ "module": "src/external/index.ts"
2948
+ }
3240
2949
  },
2950
+ {
2951
+ "kind": "js",
2952
+ "name": "tabulatorThemeSimpleCSS",
2953
+ "declaration": {
2954
+ "name": "tabulatorThemeSimpleCSS",
2955
+ "module": "src/external/index.ts"
2956
+ }
2957
+ }
2958
+ ]
2959
+ },
2960
+ {
2961
+ "kind": "javascript-module",
2962
+ "path": "src/external/tabulator-theme-simple-css.ts",
2963
+ "declarations": [
2964
+ {
2965
+ "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"
2970
+ }
2971
+ ],
2972
+ "exports": [
2973
+ {
2974
+ "kind": "js",
2975
+ "name": "tabulatorThemeSimpleCSS",
2976
+ "declaration": {
2977
+ "name": "tabulatorThemeSimpleCSS",
2978
+ "module": "src/external/tabulator-theme-simple-css.ts"
2979
+ }
2980
+ }
2981
+ ]
2982
+ },
2983
+ {
2984
+ "kind": "javascript-module",
2985
+ "path": "src/cell-editors/date.editor.ts",
2986
+ "declarations": [
3241
2987
  {
3242
2988
  "kind": "class",
3243
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3244
- "name": "GridTabulatorClientSideDatasource",
2989
+ "description": "The date editor class for grid-tabulator",
2990
+ "name": "DateEditor",
3245
2991
  "members": [
3246
2992
  {
3247
2993
  "kind": "field",
3248
- "name": "auth",
2994
+ "name": "params",
3249
2995
  "type": {
3250
- "text": "Auth"
2996
+ "text": "DateEditorParams"
3251
2997
  }
3252
2998
  },
3253
2999
  {
3254
3000
  "kind": "field",
3255
- "name": "connect",
3001
+ "name": "dateField",
3256
3002
  "type": {
3257
- "text": "Connect"
3003
+ "text": "any"
3258
3004
  }
3259
3005
  },
3260
3006
  {
3261
- "kind": "field",
3262
- "name": "datasource",
3263
- "type": {
3264
- "text": "Datasource"
3265
- }
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"
3266
3018
  },
3267
3019
  {
3268
- "kind": "field",
3269
- "name": "deferredGridOptions",
3270
- "type": {
3271
- "text": "Options"
3272
- }
3020
+ "kind": "method",
3021
+ "name": "getValue",
3022
+ "description": "Get current value"
3273
3023
  },
3274
3024
  {
3275
- "kind": "field",
3276
- "name": "deferredColumnStates",
3277
- "type": {
3278
- "text": "any[]"
3279
- },
3280
- "default": "[]",
3281
- "description": "Allows storing column layouts between datasource initializations"
3025
+ "kind": "method",
3026
+ "name": "getFormattedValue",
3027
+ "description": "Format value for display"
3282
3028
  },
3283
3029
  {
3284
- "kind": "field",
3285
- "name": "criteria",
3286
- "type": {
3287
- "text": "string"
3288
- }
3030
+ "kind": "method",
3031
+ "name": "focus",
3032
+ "description": "Set focus to the input"
3289
3033
  },
3290
3034
  {
3291
3035
  "kind": "method",
3292
- "name": "criteriaChanged",
3036
+ "name": "handleKeyDown",
3293
3037
  "parameters": [
3294
3038
  {
3295
- "name": "oldCriteria",
3296
- "type": {
3297
- "text": "string"
3298
- }
3299
- },
3300
- {
3301
- "name": "newCriteria",
3039
+ "name": "event",
3302
3040
  "type": {
3303
- "text": "string"
3041
+ "text": "KeyboardEvent"
3304
3042
  }
3305
3043
  }
3306
- ]
3307
- },
3308
- {
3309
- "kind": "field",
3310
- "name": "fields",
3311
- "type": {
3312
- "text": "string"
3313
- }
3044
+ ],
3045
+ "description": "Process key down events"
3314
3046
  },
3315
3047
  {
3316
3048
  "kind": "field",
3317
- "name": "isSnapshot",
3049
+ "name": "_presentation",
3318
3050
  "type": {
3319
- "text": "boolean"
3051
+ "text": "ComponentPresentation | null | undefined"
3320
3052
  },
3321
- "default": "false"
3322
- },
3323
- {
3324
- "kind": "field",
3325
- "name": "maxRows",
3326
- "type": {
3327
- "text": "number"
3328
- }
3329
- },
3330
- {
3331
- "kind": "field",
3332
- "name": "maxView",
3333
- "type": {
3334
- "text": "number"
3335
- }
3336
- },
3337
- {
3338
- "kind": "field",
3339
- "name": "pollingInterval",
3340
- "type": {
3341
- "text": "number"
3053
+ "privacy": "private",
3054
+ "default": "void 0",
3055
+ "inheritedFrom": {
3056
+ "name": "FoundationElement",
3057
+ "module": "src/foundation-element/foundation-element.ts"
3342
3058
  }
3343
3059
  },
3344
3060
  {
3345
3061
  "kind": "field",
3346
- "name": "movingView",
3062
+ "name": "$presentation",
3347
3063
  "type": {
3348
- "text": "boolean"
3064
+ "text": "ComponentPresentation | null"
3349
3065
  },
3350
- "default": "false"
3351
- },
3352
- {
3353
- "kind": "field",
3354
- "name": "orderBy",
3355
- "type": {
3356
- "text": "string"
3357
- }
3358
- },
3359
- {
3360
- "kind": "field",
3361
- "name": "request",
3362
- "type": {
3363
- "text": "any"
3066
+ "privacy": "public",
3067
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3068
+ "inheritedFrom": {
3069
+ "name": "FoundationElement",
3070
+ "module": "src/foundation-element/foundation-element.ts"
3364
3071
  }
3365
3072
  },
3366
3073
  {
3367
3074
  "kind": "field",
3368
- "name": "resourceName",
3075
+ "name": "template",
3369
3076
  "type": {
3370
- "text": "string"
3077
+ "text": "ElementViewTemplate | void | null"
3078
+ },
3079
+ "privacy": "public",
3080
+ "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.",
3081
+ "inheritedFrom": {
3082
+ "name": "FoundationElement",
3083
+ "module": "src/foundation-element/foundation-element.ts"
3371
3084
  }
3372
3085
  },
3373
3086
  {
3374
3087
  "kind": "method",
3375
- "name": "resourceNameChanged",
3376
- "parameters": [
3377
- {
3378
- "name": "oldValue",
3379
- "type": {
3380
- "text": "string"
3381
- }
3382
- },
3383
- {
3384
- "name": "newValue",
3385
- "type": {
3386
- "text": "string"
3387
- }
3088
+ "name": "templateChanged",
3089
+ "privacy": "protected",
3090
+ "return": {
3091
+ "type": {
3092
+ "text": "void"
3388
3093
  }
3389
- ]
3390
- },
3391
- {
3392
- "kind": "field",
3393
- "name": "reverse",
3394
- "type": {
3395
- "text": "boolean"
3396
3094
  },
3397
- "default": "false"
3398
- },
3399
- {
3400
- "kind": "field",
3401
- "name": "rowIdAttr",
3402
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3403
- },
3404
- {
3405
- "kind": "field",
3406
- "name": "restartOnReconnection",
3407
- "type": {
3408
- "text": "boolean"
3409
- },
3410
- "default": "true"
3411
- },
3412
- {
3413
- "kind": "field",
3414
- "name": "keepColDefsOnClearRowData",
3415
- "type": {
3416
- "text": "boolean"
3417
- },
3418
- "default": "false",
3419
- "description": "Whether to keep column definitions when clearing row data"
3420
- },
3421
- {
3422
- "kind": "field",
3423
- "name": "rowDataMapper",
3424
- "type": {
3425
- "text": "Function"
3426
- },
3427
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
3428
- },
3429
- {
3430
- "kind": "field",
3431
- "name": "dataSub",
3432
- "type": {
3433
- "text": "Subscription"
3434
- },
3435
- "privacy": "private"
3436
- },
3437
- {
3438
- "kind": "field",
3439
- "name": "updateSub",
3440
- "type": {
3441
- "text": "Subscription"
3442
- },
3443
- "privacy": "private"
3444
- },
3445
- {
3446
- "kind": "field",
3447
- "name": "connectionSub",
3448
- "type": {
3449
- "text": "Subscription"
3450
- },
3451
- "privacy": "private"
3452
- },
3453
- {
3454
- "kind": "field",
3455
- "name": "isRequestServer",
3456
- "type": {
3457
- "text": "boolean"
3458
- },
3459
- "privacy": "private",
3460
- "default": "false"
3461
- },
3462
- {
3463
- "kind": "field",
3464
- "name": "requiresFullRowDataAndColDefs",
3465
- "type": {
3466
- "text": "boolean"
3467
- },
3468
- "privacy": "private",
3469
- "default": "true"
3470
- },
3471
- {
3472
- "kind": "field",
3473
- "name": "dataSubWasLoggedOff",
3474
- "type": {
3475
- "text": "boolean"
3476
- },
3477
- "privacy": "private",
3478
- "default": "false"
3479
- },
3480
- {
3481
- "kind": "field",
3482
- "name": "rows",
3483
- "type": {
3484
- "text": "Map<string, any>"
3485
- },
3486
- "privacy": "private",
3487
- "default": "new Map()"
3488
- },
3489
- {
3490
- "kind": "field",
3491
- "name": "gridTransaction",
3492
- "type": {
3493
- "text": "RowDataTransaction"
3494
- },
3495
- "privacy": "private"
3496
- },
3497
- {
3498
- "kind": "field",
3499
- "name": "sourceRef",
3500
- "type": {
3501
- "text": "string"
3502
- },
3503
- "privacy": "private"
3504
- },
3505
- {
3506
- "kind": "field",
3507
- "name": "criteriaFromFilters",
3508
- "type": {
3509
- "text": "Map<string, string>"
3510
- },
3511
- "privacy": "private",
3512
- "default": "new Map()"
3095
+ "inheritedFrom": {
3096
+ "name": "FoundationElement",
3097
+ "module": "src/foundation-element/foundation-element.ts"
3098
+ }
3513
3099
  },
3514
3100
  {
3515
3101
  "kind": "field",
3516
- "name": "update",
3102
+ "name": "styles",
3517
3103
  "type": {
3518
- "text": "BehaviorSubject<Map<string, string>>"
3104
+ "text": "ElementStyles | void | null"
3519
3105
  },
3520
- "privacy": "private",
3521
- "default": "new BehaviorSubject(new Map())"
3106
+ "privacy": "public",
3107
+ "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.",
3108
+ "inheritedFrom": {
3109
+ "name": "FoundationElement",
3110
+ "module": "src/foundation-element/foundation-element.ts"
3111
+ }
3522
3112
  },
3523
3113
  {
3524
3114
  "kind": "method",
3525
- "name": "deepClone",
3115
+ "name": "stylesChanged",
3116
+ "privacy": "protected",
3526
3117
  "return": {
3527
3118
  "type": {
3528
- "text": "Node"
3119
+ "text": "void"
3529
3120
  }
3530
3121
  },
3531
3122
  "inheritedFrom": {
3532
- "name": "LifecycleMixin",
3533
- "module": "src/mixins/lifecycle/lifecycle.ts"
3123
+ "name": "FoundationElement",
3124
+ "module": "src/foundation-element/foundation-element.ts"
3534
3125
  }
3535
3126
  },
3536
- {
3537
- "kind": "field",
3538
- "name": "gridTabulator",
3539
- "type": {
3540
- "text": "GridTabulator | null"
3541
- },
3542
- "privacy": "private",
3543
- "readonly": true
3544
- },
3545
- {
3546
- "kind": "method",
3547
- "name": "init",
3548
- "description": "Initializes the datasource.",
3549
- "privacy": "public"
3550
- },
3551
- {
3552
- "kind": "method",
3553
- "name": "destroy",
3554
- "description": "Destroys the datasource, resetting it to its initial state.",
3555
- "privacy": "public"
3556
- },
3557
- {
3558
- "kind": "method",
3559
- "name": "restart",
3560
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3561
- "privacy": "public"
3562
- },
3563
3127
  {
3564
3128
  "kind": "method",
3565
- "name": "refreshRows",
3566
- "description": "Force the grid to redispatch the current rows"
3567
- },
3568
- {
3569
- "kind": "method",
3570
- "name": "handleErrors",
3129
+ "name": "compose",
3130
+ "privacy": "public",
3131
+ "static": true,
3132
+ "return": {
3133
+ "type": {
3134
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3135
+ }
3136
+ },
3571
3137
  "parameters": [
3572
3138
  {
3573
- "name": "errors",
3139
+ "name": "this",
3574
3140
  "type": {
3575
- "text": "string | any[]"
3141
+ "text": "K"
3576
3142
  }
3577
- }
3578
- ],
3579
- "description": "Handles errors by emitting an error event"
3580
- },
3581
- {
3582
- "kind": "method",
3583
- "name": "getColumnDefs",
3584
- "privacy": "private",
3585
- "parameters": [
3143
+ },
3586
3144
  {
3587
- "name": "fieldsMetadata",
3145
+ "name": "elementDefinition",
3588
3146
  "type": {
3589
- "text": "FieldMetadata[]"
3147
+ "text": "T"
3590
3148
  },
3591
- "description": "The field metadata to generate column definitions from"
3149
+ "description": "The definition of the element to create the registry\nfunction for."
3592
3150
  }
3593
3151
  ],
3594
- "description": "Generate column definitions from the field metadata"
3595
- },
3152
+ "description": "Defines an element registry function with a set of element definition defaults.",
3153
+ "inheritedFrom": {
3154
+ "name": "FoundationElement",
3155
+ "module": "src/foundation-element/foundation-element.ts"
3156
+ }
3157
+ }
3158
+ ],
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": [
3596
3174
  {
3597
- "kind": "method",
3598
- "name": "handleSnapshot",
3599
- "privacy": "private",
3600
- "parameters": [
3601
- {
3602
- "name": "result"
3603
- }
3604
- ]
3605
- },
3175
+ "name": "prefix",
3176
+ "default": "'foundation'",
3177
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3178
+ }
3179
+ ],
3180
+ "description": "Get a Design System prefixed date field template.",
3181
+ "return": {
3182
+ "type": {
3183
+ "text": ""
3184
+ }
3185
+ },
3186
+ "privacy": "public"
3187
+ },
3188
+ {
3189
+ "kind": "variable",
3190
+ "name": "foundationDateEditor",
3191
+ "description": "Definition for the date editor component"
3192
+ }
3193
+ ],
3194
+ "exports": [
3195
+ {
3196
+ "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",
3214
+ "declaration": {
3215
+ "name": "getDateEditorTemplate",
3216
+ "module": "src/cell-editors/date.editor.ts"
3217
+ }
3218
+ },
3219
+ {
3220
+ "kind": "js",
3221
+ "name": "foundationDateEditor",
3222
+ "declaration": {
3223
+ "name": "foundationDateEditor",
3224
+ "module": "src/cell-editors/date.editor.ts"
3225
+ }
3226
+ }
3227
+ ]
3228
+ },
3229
+ {
3230
+ "kind": "javascript-module",
3231
+ "path": "src/cell-editors/index.ts",
3232
+ "declarations": [],
3233
+ "exports": [
3234
+ {
3235
+ "kind": "js",
3236
+ "name": "*",
3237
+ "declaration": {
3238
+ "name": "*",
3239
+ "package": "./date.editor"
3240
+ }
3241
+ },
3242
+ {
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
+ }
3257
+ },
3258
+ {
3259
+ "kind": "js",
3260
+ "name": "*",
3261
+ "declaration": {
3262
+ "name": "*",
3263
+ "package": "./string.editor"
3264
+ }
3265
+ },
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
+ {
3281
+ "kind": "class",
3282
+ "description": "The multiselect editor class for grid-tabulator",
3283
+ "name": "MultiselectEditor",
3284
+ "members": [
3606
3285
  {
3607
- "kind": "method",
3608
- "name": "datasourceOptions",
3609
- "privacy": "private",
3610
- "return": {
3611
- "type": {
3612
- "text": "DatasourceOptions"
3613
- }
3286
+ "kind": "field",
3287
+ "name": "params",
3288
+ "type": {
3289
+ "text": "MultiselectEditorParams"
3614
3290
  }
3615
3291
  },
3616
3292
  {
3617
- "kind": "method",
3618
- "name": "handleStreamResult",
3619
- "privacy": "private",
3620
- "parameters": [
3621
- {
3622
- "name": "result",
3623
- "type": {
3624
- "text": "FilteredDataServerResult | RequestServerResult"
3625
- }
3626
- }
3627
- ]
3628
- },
3629
- {
3630
- "kind": "method",
3631
- "name": "applyRequestServerData",
3632
- "privacy": "private",
3633
- "parameters": [
3634
- {
3635
- "name": "requestServerResult",
3636
- "type": {
3637
- "text": "RequestServerResult"
3638
- }
3639
- }
3640
- ]
3293
+ "kind": "field",
3294
+ "name": "select",
3295
+ "type": {
3296
+ "text": "any"
3297
+ }
3641
3298
  },
3642
3299
  {
3643
3300
  "kind": "method",
3644
- "name": "applyDataserverData",
3645
- "privacy": "private",
3301
+ "name": "init",
3646
3302
  "parameters": [
3647
3303
  {
3648
- "name": "dataServerResult",
3304
+ "name": "params",
3649
3305
  "type": {
3650
- "text": "FilteredDataServerResult"
3306
+ "text": "MultiselectEditorParams"
3651
3307
  }
3652
3308
  }
3653
- ]
3309
+ ],
3310
+ "description": "Initialize the editor with parameters"
3654
3311
  },
3655
3312
  {
3656
3313
  "kind": "method",
3657
- "name": "applyTransaction",
3658
- "privacy": "private"
3314
+ "name": "getValues",
3315
+ "return": {
3316
+ "type": {
3317
+ "text": "(string | number)[]"
3318
+ }
3319
+ },
3320
+ "description": "Get current values"
3659
3321
  },
3660
3322
  {
3661
3323
  "kind": "method",
3662
- "name": "mapTransaction",
3663
- "privacy": "private",
3324
+ "name": "focus",
3325
+ "description": "Set focus to the select"
3326
+ },
3327
+ {
3328
+ "kind": "method",
3329
+ "name": "isSelected",
3330
+ "return": {
3331
+ "type": {
3332
+ "text": "boolean"
3333
+ }
3334
+ },
3664
3335
  "parameters": [
3665
3336
  {
3666
- "name": "transaction",
3337
+ "name": "value",
3667
3338
  "type": {
3668
- "text": "RowDataTransaction"
3339
+ "text": "string | number"
3669
3340
  }
3670
3341
  }
3671
- ]
3342
+ ],
3343
+ "description": "Check if a value is selected"
3672
3344
  },
3673
3345
  {
3674
3346
  "kind": "method",
3675
- "name": "handleStreamInserts",
3676
- "privacy": "private",
3347
+ "name": "handleKeyDown",
3677
3348
  "parameters": [
3678
3349
  {
3679
- "name": "insertedRows",
3350
+ "name": "event",
3680
3351
  "type": {
3681
- "text": "any[]"
3352
+ "text": "KeyboardEvent"
3682
3353
  }
3683
3354
  }
3684
- ]
3355
+ ],
3356
+ "description": "Process key down events"
3685
3357
  },
3686
3358
  {
3687
3359
  "kind": "method",
3688
- "name": "handleStreamDeletes",
3360
+ "name": "handleChange",
3361
+ "description": "Handle change event to save when selection changes"
3362
+ },
3363
+ {
3364
+ "kind": "field",
3365
+ "name": "_presentation",
3366
+ "type": {
3367
+ "text": "ComponentPresentation | null | undefined"
3368
+ },
3689
3369
  "privacy": "private",
3690
- "parameters": [
3691
- {
3692
- "name": "deletedRows",
3693
- "type": {
3694
- "text": "any[]"
3695
- }
3370
+ "default": "void 0",
3371
+ "inheritedFrom": {
3372
+ "name": "FoundationElement",
3373
+ "module": "src/foundation-element/foundation-element.ts"
3374
+ }
3375
+ },
3376
+ {
3377
+ "kind": "field",
3378
+ "name": "$presentation",
3379
+ "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"
3387
+ }
3388
+ },
3389
+ {
3390
+ "kind": "field",
3391
+ "name": "template",
3392
+ "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"
3400
+ }
3401
+ },
3402
+ {
3403
+ "kind": "method",
3404
+ "name": "templateChanged",
3405
+ "privacy": "protected",
3406
+ "return": {
3407
+ "type": {
3408
+ "text": "void"
3696
3409
  }
3697
- ]
3410
+ },
3411
+ "inheritedFrom": {
3412
+ "name": "FoundationElement",
3413
+ "module": "src/foundation-element/foundation-element.ts"
3414
+ }
3415
+ },
3416
+ {
3417
+ "kind": "field",
3418
+ "name": "styles",
3419
+ "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"
3427
+ }
3698
3428
  },
3699
3429
  {
3700
3430
  "kind": "method",
3701
- "name": "handleStreamUpdates",
3702
- "privacy": "private",
3703
- "parameters": [
3704
- {
3705
- "name": "updatedRows",
3706
- "type": {
3707
- "text": "any[]"
3708
- }
3431
+ "name": "stylesChanged",
3432
+ "privacy": "protected",
3433
+ "return": {
3434
+ "type": {
3435
+ "text": "void"
3709
3436
  }
3710
- ]
3437
+ },
3438
+ "inheritedFrom": {
3439
+ "name": "FoundationElement",
3440
+ "module": "src/foundation-element/foundation-element.ts"
3441
+ }
3711
3442
  },
3712
3443
  {
3713
3444
  "kind": "method",
3714
- "name": "handleSizeChanged",
3715
- "privacy": "private",
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
+ },
3716
3453
  "parameters": [
3717
3454
  {
3718
- "name": "oldSize",
3455
+ "name": "this",
3719
3456
  "type": {
3720
- "text": "number"
3457
+ "text": "K"
3721
3458
  }
3722
3459
  },
3723
3460
  {
3724
- "name": "newSize",
3461
+ "name": "elementDefinition",
3725
3462
  "type": {
3726
- "text": "number"
3727
- }
3463
+ "text": "T"
3464
+ },
3465
+ "description": "The definition of the element to create the registry\nfunction for."
3728
3466
  }
3729
3467
  ],
3730
- "description": "Emit event when the number of rows changes"
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": [
3490
+ {
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": [
3553
+ {
3554
+ "kind": "field",
3555
+ "name": "params",
3556
+ "type": {
3557
+ "text": "NumberEditorParams"
3558
+ }
3731
3559
  },
3732
3560
  {
3733
- "kind": "method",
3734
- "name": "buildCriteria",
3735
- "privacy": "private",
3736
- "return": {
3737
- "type": {
3738
- "text": "string"
3739
- }
3561
+ "kind": "field",
3562
+ "name": "numberField",
3563
+ "type": {
3564
+ "text": "any"
3740
3565
  }
3741
3566
  },
3742
3567
  {
3743
3568
  "kind": "method",
3744
- "name": "setFilter",
3745
- "privacy": "public",
3569
+ "name": "init",
3746
3570
  "parameters": [
3747
3571
  {
3748
- "name": "fieldName",
3749
- "type": {
3750
- "text": "string"
3751
- }
3752
- },
3753
- {
3754
- "name": "newFilter",
3572
+ "name": "params",
3755
3573
  "type": {
3756
- "text": "string"
3574
+ "text": "NumberEditorParams"
3757
3575
  }
3758
3576
  }
3759
- ]
3577
+ ],
3578
+ "description": "Initialize the editor with parameters"
3760
3579
  },
3761
3580
  {
3762
3581
  "kind": "method",
3763
- "name": "removeFilter",
3764
- "privacy": "public",
3765
- "parameters": [
3766
- {
3767
- "name": "fieldName",
3768
- "type": {
3769
- "text": "string"
3770
- }
3771
- }
3772
- ]
3582
+ "name": "getValue",
3583
+ "description": "Get current value"
3773
3584
  },
3774
3585
  {
3775
3586
  "kind": "method",
3776
- "name": "datasourceStatusChanged",
3587
+ "name": "focus",
3588
+ "description": "Set focus to the input"
3589
+ },
3590
+ {
3591
+ "kind": "method",
3592
+ "name": "handleKeyDown",
3777
3593
  "parameters": [
3778
3594
  {
3779
- "name": "prev",
3780
- "type": {
3781
- "text": "DatasourceStatus"
3782
- }
3783
- },
3784
- {
3785
- "name": "next",
3595
+ "name": "event",
3786
3596
  "type": {
3787
- "text": "DatasourceStatus"
3597
+ "text": "KeyboardEvent"
3788
3598
  }
3789
3599
  }
3790
- ]
3600
+ ],
3601
+ "description": "Process key down events"
3602
+ },
3603
+ {
3604
+ "kind": "field",
3605
+ "name": "_presentation",
3606
+ "type": {
3607
+ "text": "ComponentPresentation | null | undefined"
3608
+ },
3609
+ "privacy": "private",
3610
+ "default": "void 0",
3611
+ "inheritedFrom": {
3612
+ "name": "FoundationElement",
3613
+ "module": "src/foundation-element/foundation-element.ts"
3614
+ }
3615
+ },
3616
+ {
3617
+ "kind": "field",
3618
+ "name": "$presentation",
3619
+ "type": {
3620
+ "text": "ComponentPresentation | null"
3621
+ },
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
+ }
3628
+ },
3629
+ {
3630
+ "kind": "field",
3631
+ "name": "template",
3632
+ "type": {
3633
+ "text": "ElementViewTemplate | void | null"
3634
+ },
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
+ }
3791
3641
  },
3792
3642
  {
3793
3643
  "kind": "method",
3794
- "name": "cloneNode",
3644
+ "name": "templateChanged",
3645
+ "privacy": "protected",
3795
3646
  "return": {
3796
3647
  "type": {
3797
- "text": "Node"
3648
+ "text": "void"
3798
3649
  }
3799
3650
  },
3800
- "parameters": [
3801
- {
3802
- "name": "deep",
3803
- "optional": true,
3804
- "type": {
3805
- "text": "boolean"
3806
- }
3807
- }
3808
- ],
3809
3651
  "inheritedFrom": {
3810
- "name": "LifecycleMixin",
3811
- "module": "src/mixins/lifecycle/lifecycle.ts"
3652
+ "name": "FoundationElement",
3653
+ "module": "src/foundation-element/foundation-element.ts"
3812
3654
  }
3813
3655
  },
3814
3656
  {
3815
3657
  "kind": "field",
3816
- "name": "shouldRunDisconnect",
3658
+ "name": "styles",
3659
+ "type": {
3660
+ "text": "ElementStyles | void | null"
3661
+ },
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
+ }
3668
+ },
3669
+ {
3670
+ "kind": "method",
3671
+ "name": "stylesChanged",
3672
+ "privacy": "protected",
3817
3673
  "return": {
3818
3674
  "type": {
3819
- "text": ""
3675
+ "text": "void"
3820
3676
  }
3821
3677
  },
3822
- "readonly": true,
3823
3678
  "inheritedFrom": {
3824
- "name": "LifecycleMixin",
3825
- "module": "src/mixins/lifecycle/lifecycle.ts"
3679
+ "name": "FoundationElement",
3680
+ "module": "src/foundation-element/foundation-element.ts"
3826
3681
  }
3827
3682
  },
3828
3683
  {
3829
- "kind": "field",
3830
- "name": "shouldRunConnect",
3684
+ "kind": "method",
3685
+ "name": "compose",
3686
+ "privacy": "public",
3687
+ "static": true,
3831
3688
  "return": {
3832
3689
  "type": {
3833
- "text": ""
3690
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3834
3691
  }
3835
3692
  },
3836
- "readonly": true,
3693
+ "parameters": [
3694
+ {
3695
+ "name": "this",
3696
+ "type": {
3697
+ "text": "K"
3698
+ }
3699
+ },
3700
+ {
3701
+ "name": "elementDefinition",
3702
+ "type": {
3703
+ "text": "T"
3704
+ },
3705
+ "description": "The definition of the element to create the registry\nfunction for."
3706
+ }
3707
+ ],
3708
+ "description": "Defines an element registry function with a set of element definition defaults.",
3837
3709
  "inheritedFrom": {
3838
- "name": "LifecycleMixin",
3839
- "module": "src/mixins/lifecycle/lifecycle.ts"
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": [
3730
+ {
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": [
3793
+ {
3794
+ "kind": "field",
3795
+ "name": "params",
3796
+ "type": {
3797
+ "text": "SelectEditorParams"
3798
+ }
3799
+ },
3800
+ {
3801
+ "kind": "field",
3802
+ "name": "select",
3803
+ "type": {
3804
+ "text": "any"
3840
3805
  }
3841
3806
  },
3842
3807
  {
3843
3808
  "kind": "method",
3844
- "name": "#_blockLifecycleDueToTokenChange",
3845
- "return": {
3846
- "type": {
3847
- "text": "boolean"
3809
+ "name": "init",
3810
+ "parameters": [
3811
+ {
3812
+ "name": "params",
3813
+ "type": {
3814
+ "text": "SelectEditorParams"
3815
+ }
3848
3816
  }
3849
- },
3817
+ ],
3818
+ "description": "Initialize the editor with parameters"
3819
+ },
3820
+ {
3821
+ "kind": "method",
3822
+ "name": "getValue",
3823
+ "description": "Get current value"
3824
+ },
3825
+ {
3826
+ "kind": "method",
3827
+ "name": "focus",
3828
+ "description": "Set focus to the select"
3829
+ },
3830
+ {
3831
+ "kind": "method",
3832
+ "name": "handleKeyDown",
3850
3833
  "parameters": [
3851
3834
  {
3852
- "name": "lifecycleType",
3835
+ "name": "event",
3853
3836
  "type": {
3854
- "text": "Lifecycletype"
3837
+ "text": "KeyboardEvent"
3855
3838
  }
3856
3839
  }
3857
3840
  ],
3858
- "inheritedFrom": {
3859
- "name": "LifecycleMixin",
3860
- "module": "src/mixins/lifecycle/lifecycle.ts"
3861
- }
3841
+ "description": "Process key down events"
3842
+ },
3843
+ {
3844
+ "kind": "method",
3845
+ "name": "handleChange",
3846
+ "description": "Handle change event"
3862
3847
  },
3863
3848
  {
3864
3849
  "kind": "field",
@@ -3972,180 +3957,312 @@
3972
3957
  }
3973
3958
  }
3974
3959
  ],
3975
- "events": [
3976
- {
3977
- "description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
3978
- "name": "gridTabulator:error"
3979
- },
3980
- {
3981
- "description": "Fired when tabulator data is initialized",
3982
- "name": "dataInit"
3983
- },
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": [
3984
3975
  {
3985
- "description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
3986
- "name": "sizeChanged"
3976
+ "name": "prefix",
3977
+ "default": "'foundation'",
3978
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3987
3979
  }
3988
3980
  ],
3989
- "attributes": [
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": [
3990
4039
  {
3991
- "name": "criteria",
4040
+ "kind": "field",
4041
+ "name": "params",
3992
4042
  "type": {
3993
- "text": "string"
3994
- },
3995
- "fieldName": "criteria"
4043
+ "text": "StringEditorParams"
4044
+ }
3996
4045
  },
3997
4046
  {
3998
- "name": "fields",
4047
+ "kind": "field",
4048
+ "name": "textField",
3999
4049
  "type": {
4000
- "text": "string"
4001
- },
4002
- "fieldName": "fields"
4050
+ "text": "any"
4051
+ }
4003
4052
  },
4004
4053
  {
4005
- "name": "is-snapshot",
4006
- "type": {
4007
- "text": "boolean"
4008
- },
4009
- "default": "false",
4010
- "fieldName": "isSnapshot"
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"
4011
4065
  },
4012
4066
  {
4013
- "name": "max-rows",
4014
- "type": {
4015
- "text": "number"
4016
- },
4017
- "fieldName": "maxRows"
4067
+ "kind": "method",
4068
+ "name": "getValue",
4069
+ "description": "Get current value"
4018
4070
  },
4019
4071
  {
4020
- "name": "max-view",
4021
- "type": {
4022
- "text": "number"
4023
- },
4024
- "fieldName": "maxView"
4072
+ "kind": "method",
4073
+ "name": "focus",
4074
+ "description": "Set focus to the input"
4025
4075
  },
4026
4076
  {
4027
- "name": "polling-interval",
4028
- "type": {
4029
- "text": "number"
4030
- },
4031
- "fieldName": "pollingInterval"
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"
4032
4088
  },
4033
4089
  {
4034
- "name": "moving-view",
4090
+ "kind": "field",
4091
+ "name": "_presentation",
4035
4092
  "type": {
4036
- "text": "boolean"
4093
+ "text": "ComponentPresentation | null | undefined"
4037
4094
  },
4038
- "default": "false",
4039
- "fieldName": "movingView"
4095
+ "privacy": "private",
4096
+ "default": "void 0",
4097
+ "inheritedFrom": {
4098
+ "name": "FoundationElement",
4099
+ "module": "src/foundation-element/foundation-element.ts"
4100
+ }
4040
4101
  },
4041
4102
  {
4042
- "name": "order-by",
4103
+ "kind": "field",
4104
+ "name": "$presentation",
4043
4105
  "type": {
4044
- "text": "string"
4106
+ "text": "ComponentPresentation | null"
4045
4107
  },
4046
- "fieldName": "orderBy"
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
+ }
4047
4114
  },
4048
4115
  {
4049
- "name": "resource-name",
4116
+ "kind": "field",
4117
+ "name": "template",
4050
4118
  "type": {
4051
- "text": "string"
4119
+ "text": "ElementViewTemplate | void | null"
4052
4120
  },
4053
- "fieldName": "resourceName"
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
+ }
4054
4127
  },
4055
4128
  {
4056
- "type": {
4057
- "text": "boolean"
4129
+ "kind": "method",
4130
+ "name": "templateChanged",
4131
+ "privacy": "protected",
4132
+ "return": {
4133
+ "type": {
4134
+ "text": "void"
4135
+ }
4058
4136
  },
4059
- "default": "false",
4060
- "fieldName": "reverse"
4061
- },
4062
- {
4063
- "name": "row-id",
4064
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4065
- "fieldName": "rowIdAttr"
4137
+ "inheritedFrom": {
4138
+ "name": "FoundationElement",
4139
+ "module": "src/foundation-element/foundation-element.ts"
4140
+ }
4066
4141
  },
4067
4142
  {
4068
- "name": "restart-on-reconnection",
4143
+ "kind": "field",
4144
+ "name": "styles",
4069
4145
  "type": {
4070
- "text": "boolean"
4146
+ "text": "ElementStyles | void | null"
4071
4147
  },
4072
- "default": "true",
4073
- "fieldName": "restartOnReconnection"
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
+ }
4074
4154
  },
4075
4155
  {
4076
- "name": "keep-col-defs-on-clear-row-data",
4077
- "type": {
4078
- "text": "boolean"
4156
+ "kind": "method",
4157
+ "name": "stylesChanged",
4158
+ "privacy": "protected",
4159
+ "return": {
4160
+ "type": {
4161
+ "text": "void"
4162
+ }
4079
4163
  },
4080
- "default": "false",
4081
- "description": "Whether to keep column definitions when clearing row data",
4082
- "fieldName": "keepColDefsOnClearRowData"
4083
- }
4084
- ],
4085
- "mixins": [
4086
- {
4087
- "name": "LifecycleMixin",
4088
- "package": "@genesislcap/foundation-utils"
4164
+ "inheritedFrom": {
4165
+ "name": "FoundationElement",
4166
+ "module": "src/foundation-element/foundation-element.ts"
4167
+ }
4089
4168
  },
4090
4169
  {
4091
- "name": "DatasourceEventHandler",
4092
- "package": "@genesislcap/foundation-comms"
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
+ }
4093
4199
  }
4094
4200
  ],
4095
4201
  "superclass": {
4096
4202
  "name": "FoundationElement",
4097
4203
  "package": "@microsoft/fast-foundation"
4098
- },
4099
- "tagName": "grid-tabulator-client-side-datasource",
4100
- "customElement": true
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"
4101
4233
  }
4102
4234
  ],
4103
4235
  "exports": [
4104
4236
  {
4105
4237
  "kind": "js",
4106
- "name": "criteriaDelimiter",
4238
+ "name": "StringEditor",
4107
4239
  "declaration": {
4108
- "name": "criteriaDelimiter",
4109
- "module": "src/datasource/client-side.datasource.ts"
4240
+ "name": "StringEditor",
4241
+ "module": "src/cell-editors/string.editor.ts"
4110
4242
  }
4111
4243
  },
4112
4244
  {
4113
4245
  "kind": "js",
4114
- "name": "criteriaJoin",
4246
+ "name": "stringEditorStyles",
4115
4247
  "declaration": {
4116
- "name": "criteriaJoin",
4117
- "module": "src/datasource/client-side.datasource.ts"
4248
+ "name": "stringEditorStyles",
4249
+ "module": "src/cell-editors/string.editor.ts"
4118
4250
  }
4119
4251
  },
4120
4252
  {
4121
4253
  "kind": "js",
4122
- "name": "GridTabulatorClientSideDatasource",
4254
+ "name": "getStringEditorTemplate",
4123
4255
  "declaration": {
4124
- "name": "GridTabulatorClientSideDatasource",
4125
- "module": "src/datasource/client-side.datasource.ts"
4256
+ "name": "getStringEditorTemplate",
4257
+ "module": "src/cell-editors/string.editor.ts"
4126
4258
  }
4127
4259
  },
4128
- {
4129
- "kind": "custom-element-definition",
4130
- "name": "grid-tabulator-client-side-datasource",
4131
- "declaration": {
4132
- "name": "GridTabulatorClientSideDatasource",
4133
- "module": "src/datasource/client-side.datasource.ts"
4134
- }
4135
- }
4136
- ]
4137
- },
4138
- {
4139
- "kind": "javascript-module",
4140
- "path": "src/datasource/index.ts",
4141
- "declarations": [],
4142
- "exports": [
4143
4260
  {
4144
4261
  "kind": "js",
4145
- "name": "*",
4262
+ "name": "foundationStringEditor",
4146
4263
  "declaration": {
4147
- "name": "*",
4148
- "package": "./client-side.datasource"
4264
+ "name": "foundationStringEditor",
4265
+ "module": "src/cell-editors/string.editor.ts"
4149
4266
  }
4150
4267
  }
4151
4268
  ]
@@ -4548,123 +4665,6 @@
4548
4665
  }
4549
4666
  ]
4550
4667
  },
4551
- {
4552
- "kind": "javascript-module",
4553
- "path": "src/external/fonts.ts",
4554
- "declarations": [
4555
- {
4556
- "kind": "variable",
4557
- "name": "tabulatorDefaultFontFace",
4558
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4559
- },
4560
- {
4561
- "kind": "variable",
4562
- "name": "tabulatorRapidFontFace",
4563
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4564
- },
4565
- {
4566
- "kind": "variable",
4567
- "name": "gridThemeFontFaceMap",
4568
- "type": {
4569
- "text": "GridThemeFontFaceMap"
4570
- },
4571
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4572
- },
4573
- {
4574
- "kind": "variable",
4575
- "name": "defaultGridTabulatorFontFace",
4576
- "default": "tabulatorDefaultFontFace"
4577
- }
4578
- ],
4579
- "exports": [
4580
- {
4581
- "kind": "js",
4582
- "name": "tabulatorDefaultFontFace",
4583
- "declaration": {
4584
- "name": "tabulatorDefaultFontFace",
4585
- "module": "src/external/fonts.ts"
4586
- }
4587
- },
4588
- {
4589
- "kind": "js",
4590
- "name": "tabulatorRapidFontFace",
4591
- "declaration": {
4592
- "name": "tabulatorRapidFontFace",
4593
- "module": "src/external/fonts.ts"
4594
- }
4595
- },
4596
- {
4597
- "kind": "js",
4598
- "name": "gridThemeFontFaceMap",
4599
- "declaration": {
4600
- "name": "gridThemeFontFaceMap",
4601
- "module": "src/external/fonts.ts"
4602
- }
4603
- },
4604
- {
4605
- "kind": "js",
4606
- "name": "defaultGridTabulatorFontFace",
4607
- "declaration": {
4608
- "name": "defaultGridTabulatorFontFace",
4609
- "module": "src/external/fonts.ts"
4610
- }
4611
- }
4612
- ]
4613
- },
4614
- {
4615
- "kind": "javascript-module",
4616
- "path": "src/external/index.ts",
4617
- "declarations": [
4618
- {
4619
- "kind": "variable",
4620
- "name": "tabulatorExternalStockStyles",
4621
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
- "description": "External styles for the Tabulator grid.",
4623
- "privacy": "public"
4624
- }
4625
- ],
4626
- "exports": [
4627
- {
4628
- "kind": "js",
4629
- "name": "tabulatorExternalStockStyles",
4630
- "declaration": {
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"
4641
- }
4642
- }
4643
- ]
4644
- },
4645
- {
4646
- "kind": "javascript-module",
4647
- "path": "src/external/tabulator-theme-simple-css.ts",
4648
- "declarations": [
4649
- {
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
- "privacy": "public"
4655
- }
4656
- ],
4657
- "exports": [
4658
- {
4659
- "kind": "js",
4660
- "name": "tabulatorThemeSimpleCSS",
4661
- "declaration": {
4662
- "name": "tabulatorThemeSimpleCSS",
4663
- "module": "src/external/tabulator-theme-simple-css.ts"
4664
- }
4665
- }
4666
- ]
4667
- },
4668
4668
  {
4669
4669
  "kind": "javascript-module",
4670
4670
  "path": "src/style/colors.ts",