@genesislcap/grid-tabulator 14.427.2-alpha-e0ffaad.0 → 14.427.2-alpha-d282431.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.
@@ -1419,100 +1419,69 @@
1419
1419
  },
1420
1420
  {
1421
1421
  "kind": "javascript-module",
1422
- "path": "src/column/column.ts",
1422
+ "path": "src/cell/cell.ts",
1423
1423
  "declarations": [
1424
1424
  {
1425
1425
  "kind": "class",
1426
- "description": "The GridTabulator Column element.",
1427
- "name": "GridTabulatorColumn",
1426
+ "description": "The GridTabulator Cell element.",
1427
+ "name": "GridTabulatorCell",
1428
1428
  "members": [
1429
1429
  {
1430
1430
  "kind": "field",
1431
- "name": "slottedCell",
1431
+ "name": "renderer",
1432
1432
  "type": {
1433
- "text": "HTMLElement[]"
1433
+ "text": "CellRendererFunc"
1434
1434
  },
1435
1435
  "privacy": "public"
1436
1436
  },
1437
1437
  {
1438
1438
  "kind": "field",
1439
- "name": "definition",
1439
+ "name": "rendererParams",
1440
1440
  "type": {
1441
- "text": "Partial<ColumnDefinition>"
1441
+ "text": "CellRendererParams"
1442
1442
  },
1443
- "default": "{}"
1444
- },
1445
- {
1446
- "kind": "method",
1447
- "name": "slottedCellChanged",
1448
1443
  "privacy": "public"
1449
1444
  },
1450
1445
  {
1451
- "kind": "method",
1452
- "name": "deepClone",
1453
- "return": {
1454
- "type": {
1455
- "text": "Node"
1456
- }
1446
+ "kind": "field",
1447
+ "name": "slottedRenderer",
1448
+ "type": {
1449
+ "text": "HTMLElement[]"
1457
1450
  },
1458
- "inheritedFrom": {
1459
- "name": "LifecycleMixin",
1460
- "module": "src/mixins/lifecycle/lifecycle.ts"
1461
- }
1451
+ "privacy": "public"
1462
1452
  },
1463
1453
  {
1464
1454
  "kind": "method",
1465
- "name": "cloneNode",
1466
- "return": {
1467
- "type": {
1468
- "text": "Node"
1469
- }
1470
- },
1455
+ "name": "init",
1456
+ "privacy": "public",
1471
1457
  "parameters": [
1472
1458
  {
1473
- "name": "deep",
1474
- "optional": true,
1459
+ "name": "params",
1475
1460
  "type": {
1476
- "text": "boolean"
1461
+ "text": "CellRendererParams"
1477
1462
  }
1478
1463
  }
1479
- ],
1480
- "inheritedFrom": {
1481
- "name": "LifecycleMixin",
1482
- "module": "src/mixins/lifecycle/lifecycle.ts"
1483
- }
1464
+ ]
1484
1465
  },
1485
1466
  {
1486
- "kind": "field",
1487
- "name": "shouldRunDisconnect",
1467
+ "kind": "method",
1468
+ "name": "getElement",
1469
+ "privacy": "public",
1488
1470
  "return": {
1489
1471
  "type": {
1490
- "text": ""
1472
+ "text": "HTMLElement"
1491
1473
  }
1492
- },
1493
- "readonly": true,
1494
- "inheritedFrom": {
1495
- "name": "LifecycleMixin",
1496
- "module": "src/mixins/lifecycle/lifecycle.ts"
1497
1474
  }
1498
1475
  },
1499
1476
  {
1500
- "kind": "field",
1501
- "name": "shouldRunConnect",
1502
- "return": {
1503
- "type": {
1504
- "text": ""
1505
- }
1506
- },
1507
- "readonly": true,
1508
- "inheritedFrom": {
1509
- "name": "LifecycleMixin",
1510
- "module": "src/mixins/lifecycle/lifecycle.ts"
1511
- }
1477
+ "kind": "method",
1478
+ "name": "destroy",
1479
+ "privacy": "public"
1512
1480
  },
1513
1481
  {
1514
1482
  "kind": "method",
1515
- "name": "#_blockLifecycleDueToTokenChange",
1483
+ "name": "refresh",
1484
+ "privacy": "public",
1516
1485
  "return": {
1517
1486
  "type": {
1518
1487
  "text": "boolean"
@@ -1520,16 +1489,17 @@
1520
1489
  },
1521
1490
  "parameters": [
1522
1491
  {
1523
- "name": "lifecycleType",
1492
+ "name": "params",
1524
1493
  "type": {
1525
- "text": "Lifecycletype"
1494
+ "text": "CellRendererParams"
1526
1495
  }
1527
1496
  }
1528
- ],
1529
- "inheritedFrom": {
1530
- "name": "LifecycleMixin",
1531
- "module": "src/mixins/lifecycle/lifecycle.ts"
1532
- }
1497
+ ]
1498
+ },
1499
+ {
1500
+ "kind": "method",
1501
+ "name": "slottedRendererChanged",
1502
+ "privacy": "public"
1533
1503
  },
1534
1504
  {
1535
1505
  "kind": "field",
@@ -1643,42 +1613,36 @@
1643
1613
  }
1644
1614
  }
1645
1615
  ],
1646
- "mixins": [
1647
- {
1648
- "name": "LifecycleMixin",
1649
- "package": "@genesislcap/foundation-utils"
1650
- }
1651
- ],
1652
1616
  "superclass": {
1653
1617
  "name": "FoundationElement",
1654
1618
  "package": "@microsoft/fast-foundation"
1655
1619
  },
1656
- "tagName": "grid-tabulator-column",
1620
+ "tagName": "grid-tabulator-cell",
1657
1621
  "customElement": true
1658
1622
  }
1659
1623
  ],
1660
1624
  "exports": [
1661
1625
  {
1662
1626
  "kind": "js",
1663
- "name": "GridTabulatorColumn",
1627
+ "name": "GridTabulatorCell",
1664
1628
  "declaration": {
1665
- "name": "GridTabulatorColumn",
1666
- "module": "src/column/column.ts"
1629
+ "name": "GridTabulatorCell",
1630
+ "module": "src/cell/cell.ts"
1667
1631
  }
1668
1632
  },
1669
1633
  {
1670
1634
  "kind": "custom-element-definition",
1671
- "name": "grid-tabulator-column",
1635
+ "name": "grid-tabulator-cell",
1672
1636
  "declaration": {
1673
- "name": "GridTabulatorColumn",
1674
- "module": "src/column/column.ts"
1637
+ "name": "GridTabulatorCell",
1638
+ "module": "src/cell/cell.ts"
1675
1639
  }
1676
1640
  }
1677
1641
  ]
1678
1642
  },
1679
1643
  {
1680
1644
  "kind": "javascript-module",
1681
- "path": "src/column/index.ts",
1645
+ "path": "src/cell/index.ts",
1682
1646
  "declarations": [],
1683
1647
  "exports": [
1684
1648
  {
@@ -1686,655 +1650,876 @@
1686
1650
  "name": "*",
1687
1651
  "declaration": {
1688
1652
  "name": "*",
1689
- "package": "./column"
1653
+ "package": "./cell"
1690
1654
  }
1691
1655
  }
1692
1656
  ]
1693
1657
  },
1694
1658
  {
1695
1659
  "kind": "javascript-module",
1696
- "path": "src/datasource/client-side.datasource.ts",
1660
+ "path": "src/cell-editors/date.editor.ts",
1697
1661
  "declarations": [
1698
- {
1699
- "kind": "variable",
1700
- "name": "criteriaDelimiter",
1701
- "type": {
1702
- "text": "string"
1703
- },
1704
- "default": "';'",
1705
- "description": "Delimiter for criteria in the datasource"
1706
- },
1707
- {
1708
- "kind": "variable",
1709
- "name": "criteriaJoin",
1710
- "type": {
1711
- "text": "string"
1712
- },
1713
- "default": "' && '",
1714
- "description": "Join operator for criteria in the datasource"
1715
- },
1716
1662
  {
1717
1663
  "kind": "class",
1718
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
1719
- "name": "GridTabulatorClientSideDatasource",
1664
+ "description": "The date editor class for grid-tabulator",
1665
+ "name": "DateEditor",
1720
1666
  "members": [
1721
1667
  {
1722
1668
  "kind": "field",
1723
- "name": "auth",
1669
+ "name": "params",
1724
1670
  "type": {
1725
- "text": "Auth"
1671
+ "text": "DateEditorParams"
1726
1672
  }
1727
1673
  },
1728
1674
  {
1729
1675
  "kind": "field",
1730
- "name": "connect",
1676
+ "name": "dateField",
1731
1677
  "type": {
1732
- "text": "Connect"
1678
+ "text": "any"
1733
1679
  }
1734
1680
  },
1735
1681
  {
1736
- "kind": "field",
1737
- "name": "datasource",
1738
- "type": {
1739
- "text": "Datasource"
1740
- }
1682
+ "kind": "method",
1683
+ "name": "init",
1684
+ "parameters": [
1685
+ {
1686
+ "name": "params",
1687
+ "type": {
1688
+ "text": "DateEditorParams"
1689
+ }
1690
+ }
1691
+ ],
1692
+ "description": "Initialize the editor with parameters"
1741
1693
  },
1742
1694
  {
1743
- "kind": "field",
1744
- "name": "deferredGridOptions",
1745
- "type": {
1746
- "text": "Options"
1747
- }
1695
+ "kind": "method",
1696
+ "name": "getValue",
1697
+ "description": "Get current value"
1748
1698
  },
1749
1699
  {
1750
- "kind": "field",
1751
- "name": "deferredColumnStates",
1752
- "type": {
1753
- "text": "any[]"
1754
- },
1755
- "default": "[]",
1756
- "description": "Allows storing column layouts between datasource initializations"
1700
+ "kind": "method",
1701
+ "name": "getFormattedValue",
1702
+ "description": "Format value for display"
1757
1703
  },
1758
1704
  {
1759
- "kind": "field",
1760
- "name": "criteria",
1761
- "type": {
1762
- "text": "string"
1763
- }
1705
+ "kind": "method",
1706
+ "name": "focus",
1707
+ "description": "Set focus to the input"
1764
1708
  },
1765
1709
  {
1766
1710
  "kind": "method",
1767
- "name": "criteriaChanged",
1711
+ "name": "handleKeyDown",
1768
1712
  "parameters": [
1769
1713
  {
1770
- "name": "oldCriteria",
1771
- "type": {
1772
- "text": "string"
1773
- }
1774
- },
1775
- {
1776
- "name": "newCriteria",
1714
+ "name": "event",
1777
1715
  "type": {
1778
- "text": "string"
1716
+ "text": "KeyboardEvent"
1779
1717
  }
1780
1718
  }
1781
- ]
1782
- },
1783
- {
1784
- "kind": "field",
1785
- "name": "fields",
1786
- "type": {
1787
- "text": "string"
1788
- }
1719
+ ],
1720
+ "description": "Process key down events"
1789
1721
  },
1790
1722
  {
1791
1723
  "kind": "field",
1792
- "name": "isSnapshot",
1724
+ "name": "_presentation",
1793
1725
  "type": {
1794
- "text": "boolean"
1726
+ "text": "ComponentPresentation | null | undefined"
1795
1727
  },
1796
- "default": "false"
1797
- },
1798
- {
1799
- "kind": "field",
1800
- "name": "maxRows",
1801
- "type": {
1802
- "text": "number"
1728
+ "privacy": "private",
1729
+ "default": "void 0",
1730
+ "inheritedFrom": {
1731
+ "name": "FoundationElement",
1732
+ "module": "src/foundation-element/foundation-element.ts"
1803
1733
  }
1804
1734
  },
1805
1735
  {
1806
1736
  "kind": "field",
1807
- "name": "maxView",
1737
+ "name": "$presentation",
1808
1738
  "type": {
1809
- "text": "number"
1739
+ "text": "ComponentPresentation | null"
1740
+ },
1741
+ "privacy": "public",
1742
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1743
+ "inheritedFrom": {
1744
+ "name": "FoundationElement",
1745
+ "module": "src/foundation-element/foundation-element.ts"
1810
1746
  }
1811
1747
  },
1812
1748
  {
1813
1749
  "kind": "field",
1814
- "name": "pollingInterval",
1750
+ "name": "template",
1815
1751
  "type": {
1816
- "text": "number"
1752
+ "text": "ElementViewTemplate | void | null"
1753
+ },
1754
+ "privacy": "public",
1755
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1756
+ "inheritedFrom": {
1757
+ "name": "FoundationElement",
1758
+ "module": "src/foundation-element/foundation-element.ts"
1817
1759
  }
1818
1760
  },
1819
1761
  {
1820
- "kind": "field",
1821
- "name": "movingView",
1822
- "type": {
1823
- "text": "boolean"
1762
+ "kind": "method",
1763
+ "name": "templateChanged",
1764
+ "privacy": "protected",
1765
+ "return": {
1766
+ "type": {
1767
+ "text": "void"
1768
+ }
1824
1769
  },
1825
- "default": "false"
1826
- },
1827
- {
1828
- "kind": "field",
1829
- "name": "orderBy",
1830
- "type": {
1831
- "text": "string"
1770
+ "inheritedFrom": {
1771
+ "name": "FoundationElement",
1772
+ "module": "src/foundation-element/foundation-element.ts"
1832
1773
  }
1833
1774
  },
1834
1775
  {
1835
1776
  "kind": "field",
1836
- "name": "request",
1777
+ "name": "styles",
1837
1778
  "type": {
1838
- "text": "any"
1779
+ "text": "ElementStyles | void | null"
1780
+ },
1781
+ "privacy": "public",
1782
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1783
+ "inheritedFrom": {
1784
+ "name": "FoundationElement",
1785
+ "module": "src/foundation-element/foundation-element.ts"
1839
1786
  }
1840
1787
  },
1841
1788
  {
1842
- "kind": "field",
1843
- "name": "resourceName",
1844
- "type": {
1845
- "text": "string"
1789
+ "kind": "method",
1790
+ "name": "stylesChanged",
1791
+ "privacy": "protected",
1792
+ "return": {
1793
+ "type": {
1794
+ "text": "void"
1795
+ }
1796
+ },
1797
+ "inheritedFrom": {
1798
+ "name": "FoundationElement",
1799
+ "module": "src/foundation-element/foundation-element.ts"
1846
1800
  }
1847
1801
  },
1848
1802
  {
1849
1803
  "kind": "method",
1850
- "name": "resourceNameChanged",
1804
+ "name": "compose",
1805
+ "privacy": "public",
1806
+ "static": true,
1807
+ "return": {
1808
+ "type": {
1809
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1810
+ }
1811
+ },
1851
1812
  "parameters": [
1852
1813
  {
1853
- "name": "oldValue",
1814
+ "name": "this",
1854
1815
  "type": {
1855
- "text": "string"
1816
+ "text": "K"
1856
1817
  }
1857
1818
  },
1858
1819
  {
1859
- "name": "newValue",
1820
+ "name": "elementDefinition",
1860
1821
  "type": {
1861
- "text": "string"
1862
- }
1822
+ "text": "T"
1823
+ },
1824
+ "description": "The definition of the element to create the registry\nfunction for."
1863
1825
  }
1864
- ]
1865
- },
1866
- {
1867
- "kind": "field",
1868
- "name": "reverse",
1869
- "type": {
1870
- "text": "boolean"
1871
- },
1872
- "default": "false"
1873
- },
1826
+ ],
1827
+ "description": "Defines an element registry function with a set of element definition defaults.",
1828
+ "inheritedFrom": {
1829
+ "name": "FoundationElement",
1830
+ "module": "src/foundation-element/foundation-element.ts"
1831
+ }
1832
+ }
1833
+ ],
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": [
1874
1849
  {
1875
- "kind": "field",
1876
- "name": "rowIdAttr",
1877
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
1878
- },
1850
+ "name": "prefix",
1851
+ "default": "'foundation'",
1852
+ "description": "The design system prefix to use. Defaults to 'foundation'."
1853
+ }
1854
+ ],
1855
+ "description": "Get a Design System prefixed date field template.",
1856
+ "return": {
1857
+ "type": {
1858
+ "text": ""
1859
+ }
1860
+ },
1861
+ "privacy": "public"
1862
+ },
1863
+ {
1864
+ "kind": "variable",
1865
+ "name": "foundationDateEditor",
1866
+ "description": "Definition for the date editor component"
1867
+ }
1868
+ ],
1869
+ "exports": [
1870
+ {
1871
+ "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",
1889
+ "declaration": {
1890
+ "name": "getDateEditorTemplate",
1891
+ "module": "src/cell-editors/date.editor.ts"
1892
+ }
1893
+ },
1894
+ {
1895
+ "kind": "js",
1896
+ "name": "foundationDateEditor",
1897
+ "declaration": {
1898
+ "name": "foundationDateEditor",
1899
+ "module": "src/cell-editors/date.editor.ts"
1900
+ }
1901
+ }
1902
+ ]
1903
+ },
1904
+ {
1905
+ "kind": "javascript-module",
1906
+ "path": "src/cell-editors/index.ts",
1907
+ "declarations": [],
1908
+ "exports": [
1909
+ {
1910
+ "kind": "js",
1911
+ "name": "*",
1912
+ "declaration": {
1913
+ "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"
1947
+ }
1948
+ }
1949
+ ]
1950
+ },
1951
+ {
1952
+ "kind": "javascript-module",
1953
+ "path": "src/cell-editors/multiselect.editor.ts",
1954
+ "declarations": [
1955
+ {
1956
+ "kind": "class",
1957
+ "description": "The multiselect editor class for grid-tabulator",
1958
+ "name": "MultiselectEditor",
1959
+ "members": [
1879
1960
  {
1880
1961
  "kind": "field",
1881
- "name": "restartOnReconnection",
1962
+ "name": "params",
1882
1963
  "type": {
1883
- "text": "boolean"
1884
- },
1885
- "default": "true"
1964
+ "text": "MultiselectEditorParams"
1965
+ }
1886
1966
  },
1887
1967
  {
1888
1968
  "kind": "field",
1889
- "name": "keepColDefsOnClearRowData",
1969
+ "name": "select",
1890
1970
  "type": {
1891
- "text": "boolean"
1892
- },
1893
- "default": "false",
1894
- "description": "Whether to keep column definitions when clearing row data"
1971
+ "text": "any"
1972
+ }
1895
1973
  },
1896
1974
  {
1897
- "kind": "field",
1898
- "name": "rowDataMapper",
1899
- "type": {
1900
- "text": "Function"
1901
- },
1902
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
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"
1903
1986
  },
1904
1987
  {
1905
- "kind": "field",
1906
- "name": "dataSub",
1907
- "type": {
1908
- "text": "Subscription"
1988
+ "kind": "method",
1989
+ "name": "getValues",
1990
+ "return": {
1991
+ "type": {
1992
+ "text": "(string | number)[]"
1993
+ }
1909
1994
  },
1910
- "privacy": "private"
1995
+ "description": "Get current values"
1911
1996
  },
1912
1997
  {
1913
- "kind": "field",
1914
- "name": "updateSub",
1915
- "type": {
1916
- "text": "Subscription"
1917
- },
1918
- "privacy": "private"
1919
- },
1920
- {
1921
- "kind": "field",
1922
- "name": "connectionSub",
1923
- "type": {
1924
- "text": "Subscription"
1925
- },
1926
- "privacy": "private"
1998
+ "kind": "method",
1999
+ "name": "focus",
2000
+ "description": "Set focus to the select"
1927
2001
  },
1928
2002
  {
1929
- "kind": "field",
1930
- "name": "isRequestServer",
1931
- "type": {
1932
- "text": "boolean"
2003
+ "kind": "method",
2004
+ "name": "isSelected",
2005
+ "return": {
2006
+ "type": {
2007
+ "text": "boolean"
2008
+ }
1933
2009
  },
1934
- "privacy": "private",
1935
- "default": "false"
2010
+ "parameters": [
2011
+ {
2012
+ "name": "value",
2013
+ "type": {
2014
+ "text": "string | number"
2015
+ }
2016
+ }
2017
+ ],
2018
+ "description": "Check if a value is selected"
1936
2019
  },
1937
2020
  {
1938
- "kind": "field",
1939
- "name": "requiresFullRowDataAndColDefs",
1940
- "type": {
1941
- "text": "boolean"
1942
- },
1943
- "privacy": "private",
1944
- "default": "true"
2021
+ "kind": "method",
2022
+ "name": "handleKeyDown",
2023
+ "parameters": [
2024
+ {
2025
+ "name": "event",
2026
+ "type": {
2027
+ "text": "KeyboardEvent"
2028
+ }
2029
+ }
2030
+ ],
2031
+ "description": "Process key down events"
1945
2032
  },
1946
2033
  {
1947
- "kind": "field",
1948
- "name": "dataSubWasLoggedOff",
1949
- "type": {
1950
- "text": "boolean"
1951
- },
1952
- "privacy": "private",
1953
- "default": "false"
2034
+ "kind": "method",
2035
+ "name": "handleChange",
2036
+ "description": "Handle change event to save when selection changes"
1954
2037
  },
1955
2038
  {
1956
2039
  "kind": "field",
1957
- "name": "rows",
2040
+ "name": "_presentation",
1958
2041
  "type": {
1959
- "text": "Map<string, any>"
2042
+ "text": "ComponentPresentation | null | undefined"
1960
2043
  },
1961
2044
  "privacy": "private",
1962
- "default": "new Map()"
1963
- },
1964
- {
1965
- "kind": "field",
1966
- "name": "gridTransaction",
1967
- "type": {
1968
- "text": "RowDataTransaction"
1969
- },
1970
- "privacy": "private"
1971
- },
1972
- {
1973
- "kind": "field",
1974
- "name": "sourceRef",
1975
- "type": {
1976
- "text": "string"
1977
- },
1978
- "privacy": "private"
2045
+ "default": "void 0",
2046
+ "inheritedFrom": {
2047
+ "name": "FoundationElement",
2048
+ "module": "src/foundation-element/foundation-element.ts"
2049
+ }
1979
2050
  },
1980
2051
  {
1981
2052
  "kind": "field",
1982
- "name": "criteriaFromFilters",
2053
+ "name": "$presentation",
1983
2054
  "type": {
1984
- "text": "Map<string, string>"
2055
+ "text": "ComponentPresentation | null"
1985
2056
  },
1986
- "privacy": "private",
1987
- "default": "new Map()"
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
+ }
1988
2063
  },
1989
2064
  {
1990
2065
  "kind": "field",
1991
- "name": "update",
2066
+ "name": "template",
1992
2067
  "type": {
1993
- "text": "BehaviorSubject<Map<string, string>>"
2068
+ "text": "ElementViewTemplate | void | null"
1994
2069
  },
1995
- "privacy": "private",
1996
- "default": "new BehaviorSubject(new Map())"
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"
2075
+ }
1997
2076
  },
1998
2077
  {
1999
2078
  "kind": "method",
2000
- "name": "deepClone",
2079
+ "name": "templateChanged",
2080
+ "privacy": "protected",
2001
2081
  "return": {
2002
2082
  "type": {
2003
- "text": "Node"
2083
+ "text": "void"
2004
2084
  }
2005
2085
  },
2006
2086
  "inheritedFrom": {
2007
- "name": "LifecycleMixin",
2008
- "module": "src/mixins/lifecycle/lifecycle.ts"
2087
+ "name": "FoundationElement",
2088
+ "module": "src/foundation-element/foundation-element.ts"
2009
2089
  }
2010
2090
  },
2011
2091
  {
2012
2092
  "kind": "field",
2013
- "name": "gridTabulator",
2093
+ "name": "styles",
2014
2094
  "type": {
2015
- "text": "GridTabulator | null"
2095
+ "text": "ElementStyles | void | null"
2016
2096
  },
2017
- "privacy": "private",
2018
- "readonly": true
2019
- },
2020
- {
2021
- "kind": "method",
2022
- "name": "init",
2023
- "description": "Initializes the datasource.",
2024
- "privacy": "public"
2025
- },
2026
- {
2027
- "kind": "method",
2028
- "name": "destroy",
2029
- "description": "Destroys the datasource, resetting it to its initial state.",
2030
- "privacy": "public"
2031
- },
2032
- {
2033
- "kind": "method",
2034
- "name": "restart",
2035
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
2036
- "privacy": "public"
2037
- },
2038
- {
2039
- "kind": "method",
2040
- "name": "refreshRows",
2041
- "description": "Force the grid to redispatch the current rows"
2042
- },
2043
- {
2044
- "kind": "method",
2045
- "name": "handleErrors",
2046
- "parameters": [
2047
- {
2048
- "name": "errors",
2049
- "type": {
2050
- "text": "string | any[]"
2051
- }
2052
- }
2053
- ],
2054
- "description": "Handles errors by emitting an error event"
2055
- },
2056
- {
2057
- "kind": "method",
2058
- "name": "getColumnDefs",
2059
- "privacy": "private",
2060
- "parameters": [
2061
- {
2062
- "name": "fieldsMetadata",
2063
- "type": {
2064
- "text": "FieldMetadata[]"
2065
- },
2066
- "description": "The field metadata to generate column definitions from"
2067
- }
2068
- ],
2069
- "description": "Generate column definitions from the field metadata"
2070
- },
2071
- {
2072
- "kind": "method",
2073
- "name": "handleSnapshot",
2074
- "privacy": "private",
2075
- "parameters": [
2076
- {
2077
- "name": "result"
2078
- }
2079
- ]
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"
2102
+ }
2080
2103
  },
2081
2104
  {
2082
2105
  "kind": "method",
2083
- "name": "datasourceOptions",
2084
- "privacy": "private",
2106
+ "name": "stylesChanged",
2107
+ "privacy": "protected",
2085
2108
  "return": {
2086
2109
  "type": {
2087
- "text": "DatasourceOptions"
2110
+ "text": "void"
2088
2111
  }
2112
+ },
2113
+ "inheritedFrom": {
2114
+ "name": "FoundationElement",
2115
+ "module": "src/foundation-element/foundation-element.ts"
2089
2116
  }
2090
2117
  },
2091
2118
  {
2092
2119
  "kind": "method",
2093
- "name": "handleStreamResult",
2094
- "privacy": "private",
2095
- "parameters": [
2096
- {
2097
- "name": "result",
2098
- "type": {
2099
- "text": "FilteredDataServerResult | RequestServerResult"
2100
- }
2120
+ "name": "compose",
2121
+ "privacy": "public",
2122
+ "static": true,
2123
+ "return": {
2124
+ "type": {
2125
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2101
2126
  }
2102
- ]
2103
- },
2104
- {
2105
- "kind": "method",
2106
- "name": "applyRequestServerData",
2107
- "privacy": "private",
2127
+ },
2108
2128
  "parameters": [
2109
2129
  {
2110
- "name": "requestServerResult",
2130
+ "name": "this",
2111
2131
  "type": {
2112
- "text": "RequestServerResult"
2132
+ "text": "K"
2113
2133
  }
2114
- }
2115
- ]
2116
- },
2117
- {
2118
- "kind": "method",
2119
- "name": "applyDataserverData",
2120
- "privacy": "private",
2121
- "parameters": [
2134
+ },
2122
2135
  {
2123
- "name": "dataServerResult",
2136
+ "name": "elementDefinition",
2124
2137
  "type": {
2125
- "text": "FilteredDataServerResult"
2126
- }
2138
+ "text": "T"
2139
+ },
2140
+ "description": "The definition of the element to create the registry\nfunction for."
2127
2141
  }
2128
- ]
2129
- },
2130
- {
2131
- "kind": "method",
2132
- "name": "applyTransaction",
2133
- "privacy": "private"
2134
- },
2135
- {
2136
- "kind": "method",
2137
- "name": "mapTransaction",
2138
- "privacy": "private",
2139
- "parameters": [
2140
- {
2141
- "name": "transaction",
2142
- "type": {
2143
- "text": "RowDataTransaction"
2144
- }
2145
- }
2146
- ]
2142
+ ],
2143
+ "description": "Defines an element registry function with a set of element definition defaults.",
2144
+ "inheritedFrom": {
2145
+ "name": "FoundationElement",
2146
+ "module": "src/foundation-element/foundation-element.ts"
2147
+ }
2148
+ }
2149
+ ],
2150
+ "superclass": {
2151
+ "name": "FoundationElement",
2152
+ "package": "@microsoft/fast-foundation"
2153
+ }
2154
+ },
2155
+ {
2156
+ "kind": "variable",
2157
+ "name": "multiselectEditorStyles",
2158
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2159
+ "description": "Styles for the multiselect editor"
2160
+ },
2161
+ {
2162
+ "kind": "function",
2163
+ "name": "getMultiselectEditorTemplate",
2164
+ "parameters": [
2165
+ {
2166
+ "name": "prefix",
2167
+ "default": "'foundation'",
2168
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2169
+ }
2170
+ ],
2171
+ "description": "Get a Design System prefixed Select template.",
2172
+ "return": {
2173
+ "type": {
2174
+ "text": ""
2175
+ }
2176
+ }
2177
+ },
2178
+ {
2179
+ "kind": "variable",
2180
+ "name": "foundationMultiselectEditor",
2181
+ "description": "Definition for the multiselect editor component"
2182
+ }
2183
+ ],
2184
+ "exports": [
2185
+ {
2186
+ "kind": "js",
2187
+ "name": "MultiselectEditor",
2188
+ "declaration": {
2189
+ "name": "MultiselectEditor",
2190
+ "module": "src/cell-editors/multiselect.editor.ts"
2191
+ }
2192
+ },
2193
+ {
2194
+ "kind": "js",
2195
+ "name": "multiselectEditorStyles",
2196
+ "declaration": {
2197
+ "name": "multiselectEditorStyles",
2198
+ "module": "src/cell-editors/multiselect.editor.ts"
2199
+ }
2200
+ },
2201
+ {
2202
+ "kind": "js",
2203
+ "name": "getMultiselectEditorTemplate",
2204
+ "declaration": {
2205
+ "name": "getMultiselectEditorTemplate",
2206
+ "module": "src/cell-editors/multiselect.editor.ts"
2207
+ }
2208
+ },
2209
+ {
2210
+ "kind": "js",
2211
+ "name": "foundationMultiselectEditor",
2212
+ "declaration": {
2213
+ "name": "foundationMultiselectEditor",
2214
+ "module": "src/cell-editors/multiselect.editor.ts"
2215
+ }
2216
+ }
2217
+ ]
2218
+ },
2219
+ {
2220
+ "kind": "javascript-module",
2221
+ "path": "src/cell-editors/number.editor.ts",
2222
+ "declarations": [
2223
+ {
2224
+ "kind": "class",
2225
+ "description": "The number editor class for grid-tabulator",
2226
+ "name": "NumberEditor",
2227
+ "members": [
2228
+ {
2229
+ "kind": "field",
2230
+ "name": "params",
2231
+ "type": {
2232
+ "text": "NumberEditorParams"
2233
+ }
2234
+ },
2235
+ {
2236
+ "kind": "field",
2237
+ "name": "numberField",
2238
+ "type": {
2239
+ "text": "any"
2240
+ }
2147
2241
  },
2148
2242
  {
2149
2243
  "kind": "method",
2150
- "name": "handleStreamInserts",
2151
- "privacy": "private",
2244
+ "name": "init",
2152
2245
  "parameters": [
2153
2246
  {
2154
- "name": "insertedRows",
2247
+ "name": "params",
2155
2248
  "type": {
2156
- "text": "any[]"
2249
+ "text": "NumberEditorParams"
2157
2250
  }
2158
2251
  }
2159
- ]
2252
+ ],
2253
+ "description": "Initialize the editor with parameters"
2160
2254
  },
2161
2255
  {
2162
2256
  "kind": "method",
2163
- "name": "handleStreamDeletes",
2164
- "privacy": "private",
2165
- "parameters": [
2166
- {
2167
- "name": "deletedRows",
2168
- "type": {
2169
- "text": "any[]"
2170
- }
2171
- }
2172
- ]
2257
+ "name": "getValue",
2258
+ "description": "Get current value"
2173
2259
  },
2174
2260
  {
2175
2261
  "kind": "method",
2176
- "name": "handleStreamUpdates",
2177
- "privacy": "private",
2178
- "parameters": [
2179
- {
2180
- "name": "updatedRows",
2181
- "type": {
2182
- "text": "any[]"
2183
- }
2184
- }
2185
- ]
2262
+ "name": "focus",
2263
+ "description": "Set focus to the input"
2186
2264
  },
2187
2265
  {
2188
2266
  "kind": "method",
2189
- "name": "handleSizeChanged",
2190
- "privacy": "private",
2267
+ "name": "handleKeyDown",
2191
2268
  "parameters": [
2192
2269
  {
2193
- "name": "oldSize",
2194
- "type": {
2195
- "text": "number"
2196
- }
2197
- },
2198
- {
2199
- "name": "newSize",
2270
+ "name": "event",
2200
2271
  "type": {
2201
- "text": "number"
2272
+ "text": "KeyboardEvent"
2202
2273
  }
2203
2274
  }
2204
2275
  ],
2205
- "description": "Emit event when the number of rows changes"
2276
+ "description": "Process key down events"
2206
2277
  },
2207
2278
  {
2208
- "kind": "method",
2209
- "name": "buildCriteria",
2279
+ "kind": "field",
2280
+ "name": "_presentation",
2281
+ "type": {
2282
+ "text": "ComponentPresentation | null | undefined"
2283
+ },
2210
2284
  "privacy": "private",
2211
- "return": {
2212
- "type": {
2213
- "text": "string"
2214
- }
2285
+ "default": "void 0",
2286
+ "inheritedFrom": {
2287
+ "name": "FoundationElement",
2288
+ "module": "src/foundation-element/foundation-element.ts"
2215
2289
  }
2216
2290
  },
2217
2291
  {
2218
- "kind": "method",
2219
- "name": "setFilter",
2292
+ "kind": "field",
2293
+ "name": "$presentation",
2294
+ "type": {
2295
+ "text": "ComponentPresentation | null"
2296
+ },
2220
2297
  "privacy": "public",
2221
- "parameters": [
2222
- {
2223
- "name": "fieldName",
2224
- "type": {
2225
- "text": "string"
2226
- }
2227
- },
2228
- {
2229
- "name": "newFilter",
2230
- "type": {
2231
- "text": "string"
2232
- }
2233
- }
2234
- ]
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
+ }
2235
2303
  },
2236
2304
  {
2237
- "kind": "method",
2238
- "name": "removeFilter",
2305
+ "kind": "field",
2306
+ "name": "template",
2307
+ "type": {
2308
+ "text": "ElementViewTemplate | void | null"
2309
+ },
2239
2310
  "privacy": "public",
2240
- "parameters": [
2241
- {
2242
- "name": "fieldName",
2243
- "type": {
2244
- "text": "string"
2245
- }
2246
- }
2247
- ]
2248
- },
2249
- {
2250
- "kind": "method",
2251
- "name": "datasourceStatusChanged",
2252
- "parameters": [
2253
- {
2254
- "name": "prev",
2255
- "type": {
2256
- "text": "DatasourceStatus"
2257
- }
2258
- },
2259
- {
2260
- "name": "next",
2261
- "type": {
2262
- "text": "DatasourceStatus"
2263
- }
2264
- }
2265
- ]
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
+ }
2266
2316
  },
2267
2317
  {
2268
2318
  "kind": "method",
2269
- "name": "cloneNode",
2319
+ "name": "templateChanged",
2320
+ "privacy": "protected",
2270
2321
  "return": {
2271
2322
  "type": {
2272
- "text": "Node"
2323
+ "text": "void"
2273
2324
  }
2274
2325
  },
2275
- "parameters": [
2276
- {
2277
- "name": "deep",
2278
- "optional": true,
2279
- "type": {
2280
- "text": "boolean"
2281
- }
2282
- }
2283
- ],
2284
2326
  "inheritedFrom": {
2285
- "name": "LifecycleMixin",
2286
- "module": "src/mixins/lifecycle/lifecycle.ts"
2327
+ "name": "FoundationElement",
2328
+ "module": "src/foundation-element/foundation-element.ts"
2287
2329
  }
2288
2330
  },
2289
2331
  {
2290
2332
  "kind": "field",
2291
- "name": "shouldRunDisconnect",
2292
- "return": {
2293
- "type": {
2294
- "text": ""
2295
- }
2333
+ "name": "styles",
2334
+ "type": {
2335
+ "text": "ElementStyles | void | null"
2296
2336
  },
2297
- "readonly": true,
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.",
2298
2339
  "inheritedFrom": {
2299
- "name": "LifecycleMixin",
2300
- "module": "src/mixins/lifecycle/lifecycle.ts"
2340
+ "name": "FoundationElement",
2341
+ "module": "src/foundation-element/foundation-element.ts"
2301
2342
  }
2302
2343
  },
2303
2344
  {
2304
- "kind": "field",
2305
- "name": "shouldRunConnect",
2345
+ "kind": "method",
2346
+ "name": "stylesChanged",
2347
+ "privacy": "protected",
2306
2348
  "return": {
2307
2349
  "type": {
2308
- "text": ""
2350
+ "text": "void"
2309
2351
  }
2310
2352
  },
2311
- "readonly": true,
2312
2353
  "inheritedFrom": {
2313
- "name": "LifecycleMixin",
2314
- "module": "src/mixins/lifecycle/lifecycle.ts"
2354
+ "name": "FoundationElement",
2355
+ "module": "src/foundation-element/foundation-element.ts"
2315
2356
  }
2316
2357
  },
2317
2358
  {
2318
2359
  "kind": "method",
2319
- "name": "#_blockLifecycleDueToTokenChange",
2360
+ "name": "compose",
2361
+ "privacy": "public",
2362
+ "static": true,
2320
2363
  "return": {
2321
2364
  "type": {
2322
- "text": "boolean"
2365
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2323
2366
  }
2324
2367
  },
2325
2368
  "parameters": [
2326
2369
  {
2327
- "name": "lifecycleType",
2370
+ "name": "this",
2328
2371
  "type": {
2329
- "text": "Lifecycletype"
2372
+ "text": "K"
2330
2373
  }
2374
+ },
2375
+ {
2376
+ "name": "elementDefinition",
2377
+ "type": {
2378
+ "text": "T"
2379
+ },
2380
+ "description": "The definition of the element to create the registry\nfunction for."
2331
2381
  }
2332
2382
  ],
2383
+ "description": "Defines an element registry function with a set of element definition defaults.",
2333
2384
  "inheritedFrom": {
2334
- "name": "LifecycleMixin",
2335
- "module": "src/mixins/lifecycle/lifecycle.ts"
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": [
2405
+ {
2406
+ "name": "prefix",
2407
+ "default": "'foundation'",
2408
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2409
+ }
2410
+ ],
2411
+ "description": "Get a Design System prefixed number field template.",
2412
+ "return": {
2413
+ "type": {
2414
+ "text": ""
2415
+ }
2416
+ }
2417
+ },
2418
+ {
2419
+ "kind": "variable",
2420
+ "name": "foundationNumberEditor",
2421
+ "description": "Definition for the number editor component"
2422
+ }
2423
+ ],
2424
+ "exports": [
2425
+ {
2426
+ "kind": "js",
2427
+ "name": "NumberEditor",
2428
+ "declaration": {
2429
+ "name": "NumberEditor",
2430
+ "module": "src/cell-editors/number.editor.ts"
2431
+ }
2432
+ },
2433
+ {
2434
+ "kind": "js",
2435
+ "name": "numberEditorStyles",
2436
+ "declaration": {
2437
+ "name": "numberEditorStyles",
2438
+ "module": "src/cell-editors/number.editor.ts"
2439
+ }
2440
+ },
2441
+ {
2442
+ "kind": "js",
2443
+ "name": "getNumberEditorTemplate",
2444
+ "declaration": {
2445
+ "name": "getNumberEditorTemplate",
2446
+ "module": "src/cell-editors/number.editor.ts"
2447
+ }
2448
+ },
2449
+ {
2450
+ "kind": "js",
2451
+ "name": "foundationNumberEditor",
2452
+ "declaration": {
2453
+ "name": "foundationNumberEditor",
2454
+ "module": "src/cell-editors/number.editor.ts"
2455
+ }
2456
+ }
2457
+ ]
2458
+ },
2459
+ {
2460
+ "kind": "javascript-module",
2461
+ "path": "src/cell-editors/select.editor.ts",
2462
+ "declarations": [
2463
+ {
2464
+ "kind": "class",
2465
+ "description": "The select editor class for grid-tabulator",
2466
+ "name": "SelectEditor",
2467
+ "members": [
2468
+ {
2469
+ "kind": "field",
2470
+ "name": "params",
2471
+ "type": {
2472
+ "text": "SelectEditorParams"
2473
+ }
2474
+ },
2475
+ {
2476
+ "kind": "field",
2477
+ "name": "select",
2478
+ "type": {
2479
+ "text": "any"
2336
2480
  }
2337
2481
  },
2482
+ {
2483
+ "kind": "method",
2484
+ "name": "init",
2485
+ "parameters": [
2486
+ {
2487
+ "name": "params",
2488
+ "type": {
2489
+ "text": "SelectEditorParams"
2490
+ }
2491
+ }
2492
+ ],
2493
+ "description": "Initialize the editor with parameters"
2494
+ },
2495
+ {
2496
+ "kind": "method",
2497
+ "name": "getValue",
2498
+ "description": "Get current value"
2499
+ },
2500
+ {
2501
+ "kind": "method",
2502
+ "name": "focus",
2503
+ "description": "Set focus to the select"
2504
+ },
2505
+ {
2506
+ "kind": "method",
2507
+ "name": "handleKeyDown",
2508
+ "parameters": [
2509
+ {
2510
+ "name": "event",
2511
+ "type": {
2512
+ "text": "KeyboardEvent"
2513
+ }
2514
+ }
2515
+ ],
2516
+ "description": "Process key down events"
2517
+ },
2518
+ {
2519
+ "kind": "method",
2520
+ "name": "handleChange",
2521
+ "description": "Handle change event"
2522
+ },
2338
2523
  {
2339
2524
  "kind": "field",
2340
2525
  "name": "_presentation",
@@ -2447,405 +2632,435 @@
2447
2632
  }
2448
2633
  }
2449
2634
  ],
2450
- "events": [
2451
- {
2452
- "description": "Fired when a datasource error occurs",
2453
- "name": "gridTabulator:error"
2454
- },
2455
- {
2456
- "description": "Fired when tabulator data is initialized",
2457
- "name": "dataInit"
2458
- },
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": [
2459
2650
  {
2460
- "description": "Fired when layout size changes",
2461
- "name": "sizeChanged"
2651
+ "name": "prefix",
2652
+ "default": "'foundation'",
2653
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2462
2654
  }
2463
2655
  ],
2464
- "attributes": [
2465
- {
2466
- "name": "criteria",
2467
- "type": {
2468
- "text": "string"
2469
- },
2470
- "fieldName": "criteria"
2471
- },
2472
- {
2473
- "name": "fields",
2474
- "type": {
2475
- "text": "string"
2476
- },
2477
- "fieldName": "fields"
2478
- },
2479
- {
2480
- "name": "is-snapshot",
2481
- "type": {
2482
- "text": "boolean"
2483
- },
2484
- "default": "false",
2485
- "fieldName": "isSnapshot"
2486
- },
2487
- {
2488
- "name": "max-rows",
2489
- "type": {
2490
- "text": "number"
2491
- },
2492
- "fieldName": "maxRows"
2493
- },
2494
- {
2495
- "name": "max-view",
2496
- "type": {
2497
- "text": "number"
2498
- },
2499
- "fieldName": "maxView"
2500
- },
2501
- {
2502
- "name": "polling-interval",
2503
- "type": {
2504
- "text": "number"
2505
- },
2506
- "fieldName": "pollingInterval"
2507
- },
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": [
2508
2714
  {
2509
- "name": "moving-view",
2715
+ "kind": "field",
2716
+ "name": "params",
2510
2717
  "type": {
2511
- "text": "boolean"
2512
- },
2513
- "default": "false",
2514
- "fieldName": "movingView"
2718
+ "text": "StringEditorParams"
2719
+ }
2515
2720
  },
2516
2721
  {
2517
- "name": "order-by",
2722
+ "kind": "field",
2723
+ "name": "textField",
2518
2724
  "type": {
2519
- "text": "string"
2520
- },
2521
- "fieldName": "orderBy"
2725
+ "text": "any"
2726
+ }
2522
2727
  },
2523
2728
  {
2524
- "name": "resource-name",
2729
+ "kind": "method",
2730
+ "name": "init",
2731
+ "parameters": [
2732
+ {
2733
+ "name": "params",
2734
+ "type": {
2735
+ "text": "StringEditorParams"
2736
+ }
2737
+ }
2738
+ ],
2739
+ "description": "Initialize the editor with parameters"
2740
+ },
2741
+ {
2742
+ "kind": "method",
2743
+ "name": "getValue",
2744
+ "description": "Get current value"
2745
+ },
2746
+ {
2747
+ "kind": "method",
2748
+ "name": "focus",
2749
+ "description": "Set focus to the input"
2750
+ },
2751
+ {
2752
+ "kind": "method",
2753
+ "name": "handleKeyDown",
2754
+ "parameters": [
2755
+ {
2756
+ "name": "event",
2757
+ "type": {
2758
+ "text": "KeyboardEvent"
2759
+ }
2760
+ }
2761
+ ],
2762
+ "description": "Process key down events"
2763
+ },
2764
+ {
2765
+ "kind": "field",
2766
+ "name": "_presentation",
2525
2767
  "type": {
2526
- "text": "string"
2768
+ "text": "ComponentPresentation | null | undefined"
2527
2769
  },
2528
- "fieldName": "resourceName"
2770
+ "privacy": "private",
2771
+ "default": "void 0",
2772
+ "inheritedFrom": {
2773
+ "name": "FoundationElement",
2774
+ "module": "src/foundation-element/foundation-element.ts"
2775
+ }
2529
2776
  },
2530
2777
  {
2778
+ "kind": "field",
2779
+ "name": "$presentation",
2531
2780
  "type": {
2532
- "text": "boolean"
2781
+ "text": "ComponentPresentation | null"
2533
2782
  },
2534
- "default": "false",
2535
- "fieldName": "reverse"
2783
+ "privacy": "public",
2784
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2785
+ "inheritedFrom": {
2786
+ "name": "FoundationElement",
2787
+ "module": "src/foundation-element/foundation-element.ts"
2788
+ }
2536
2789
  },
2537
2790
  {
2538
- "name": "row-id",
2539
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
2540
- "fieldName": "rowIdAttr"
2791
+ "kind": "field",
2792
+ "name": "template",
2793
+ "type": {
2794
+ "text": "ElementViewTemplate | void | null"
2795
+ },
2796
+ "privacy": "public",
2797
+ "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.",
2798
+ "inheritedFrom": {
2799
+ "name": "FoundationElement",
2800
+ "module": "src/foundation-element/foundation-element.ts"
2801
+ }
2541
2802
  },
2542
2803
  {
2543
- "name": "restart-on-reconnection",
2544
- "type": {
2545
- "text": "boolean"
2804
+ "kind": "method",
2805
+ "name": "templateChanged",
2806
+ "privacy": "protected",
2807
+ "return": {
2808
+ "type": {
2809
+ "text": "void"
2810
+ }
2546
2811
  },
2547
- "default": "true",
2548
- "fieldName": "restartOnReconnection"
2812
+ "inheritedFrom": {
2813
+ "name": "FoundationElement",
2814
+ "module": "src/foundation-element/foundation-element.ts"
2815
+ }
2549
2816
  },
2550
2817
  {
2551
- "name": "keep-col-defs-on-clear-row-data",
2818
+ "kind": "field",
2819
+ "name": "styles",
2552
2820
  "type": {
2553
- "text": "boolean"
2821
+ "text": "ElementStyles | void | null"
2554
2822
  },
2555
- "default": "false",
2556
- "description": "Whether to keep column definitions when clearing row data",
2557
- "fieldName": "keepColDefsOnClearRowData"
2558
- }
2559
- ],
2560
- "mixins": [
2823
+ "privacy": "public",
2824
+ "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.",
2825
+ "inheritedFrom": {
2826
+ "name": "FoundationElement",
2827
+ "module": "src/foundation-element/foundation-element.ts"
2828
+ }
2829
+ },
2561
2830
  {
2562
- "name": "LifecycleMixin",
2563
- "package": "@genesislcap/foundation-utils"
2831
+ "kind": "method",
2832
+ "name": "stylesChanged",
2833
+ "privacy": "protected",
2834
+ "return": {
2835
+ "type": {
2836
+ "text": "void"
2837
+ }
2838
+ },
2839
+ "inheritedFrom": {
2840
+ "name": "FoundationElement",
2841
+ "module": "src/foundation-element/foundation-element.ts"
2842
+ }
2564
2843
  },
2565
2844
  {
2566
- "name": "DatasourceEventHandler",
2567
- "package": "@genesislcap/foundation-comms"
2845
+ "kind": "method",
2846
+ "name": "compose",
2847
+ "privacy": "public",
2848
+ "static": true,
2849
+ "return": {
2850
+ "type": {
2851
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2852
+ }
2853
+ },
2854
+ "parameters": [
2855
+ {
2856
+ "name": "this",
2857
+ "type": {
2858
+ "text": "K"
2859
+ }
2860
+ },
2861
+ {
2862
+ "name": "elementDefinition",
2863
+ "type": {
2864
+ "text": "T"
2865
+ },
2866
+ "description": "The definition of the element to create the registry\nfunction for."
2867
+ }
2868
+ ],
2869
+ "description": "Defines an element registry function with a set of element definition defaults.",
2870
+ "inheritedFrom": {
2871
+ "name": "FoundationElement",
2872
+ "module": "src/foundation-element/foundation-element.ts"
2873
+ }
2568
2874
  }
2569
2875
  ],
2570
2876
  "superclass": {
2571
2877
  "name": "FoundationElement",
2572
2878
  "package": "@microsoft/fast-foundation"
2573
- },
2574
- "tagName": "grid-tabulator-client-side-datasource",
2575
- "customElement": true
2576
- }
2577
- ],
2578
- "exports": [
2579
- {
2580
- "kind": "js",
2581
- "name": "criteriaDelimiter",
2582
- "declaration": {
2583
- "name": "criteriaDelimiter",
2584
- "module": "src/datasource/client-side.datasource.ts"
2585
2879
  }
2586
2880
  },
2587
2881
  {
2588
- "kind": "js",
2589
- "name": "criteriaJoin",
2590
- "declaration": {
2591
- "name": "criteriaJoin",
2592
- "module": "src/datasource/client-side.datasource.ts"
2593
- }
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"
2594
2886
  },
2595
2887
  {
2596
- "kind": "js",
2597
- "name": "GridTabulatorClientSideDatasource",
2598
- "declaration": {
2599
- "name": "GridTabulatorClientSideDatasource",
2600
- "module": "src/datasource/client-side.datasource.ts"
2601
- }
2602
- },
2603
- {
2604
- "kind": "custom-element-definition",
2605
- "name": "grid-tabulator-client-side-datasource",
2606
- "declaration": {
2607
- "name": "GridTabulatorClientSideDatasource",
2608
- "module": "src/datasource/client-side.datasource.ts"
2609
- }
2610
- }
2611
- ]
2612
- },
2613
- {
2614
- "kind": "javascript-module",
2615
- "path": "src/datasource/index.ts",
2616
- "declarations": [],
2617
- "exports": [
2618
- {
2619
- "kind": "js",
2620
- "name": "*",
2621
- "declaration": {
2622
- "name": "*",
2623
- "package": "./client-side.datasource"
2888
+ "kind": "function",
2889
+ "name": "getStringEditorTemplate",
2890
+ "parameters": [
2891
+ {
2892
+ "name": "prefix",
2893
+ "default": "'foundation'",
2894
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2895
+ }
2896
+ ],
2897
+ "description": "Get a Design System prefixed text field template.",
2898
+ "return": {
2899
+ "type": {
2900
+ "text": ""
2901
+ }
2624
2902
  }
2625
- }
2626
- ]
2627
- },
2628
- {
2629
- "kind": "javascript-module",
2630
- "path": "src/external/fonts.ts",
2631
- "declarations": [
2632
- {
2633
- "kind": "variable",
2634
- "name": "tabulatorDefaultFontFace",
2635
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
2636
- },
2637
- {
2638
- "kind": "variable",
2639
- "name": "tabulatorRapidFontFace",
2640
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
2641
- },
2642
- {
2643
- "kind": "variable",
2644
- "name": "gridThemeFontFaceMap",
2645
- "type": {
2646
- "text": "GridThemeFontFaceMap"
2647
- },
2648
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
2649
2903
  },
2650
2904
  {
2651
2905
  "kind": "variable",
2652
- "name": "defaultGridTabulatorFontFace",
2653
- "default": "tabulatorDefaultFontFace"
2906
+ "name": "foundationStringEditor",
2907
+ "description": "Definition for the string editor component"
2654
2908
  }
2655
2909
  ],
2656
2910
  "exports": [
2657
2911
  {
2658
2912
  "kind": "js",
2659
- "name": "tabulatorDefaultFontFace",
2660
- "declaration": {
2661
- "name": "tabulatorDefaultFontFace",
2662
- "module": "src/external/fonts.ts"
2663
- }
2664
- },
2665
- {
2666
- "kind": "js",
2667
- "name": "tabulatorRapidFontFace",
2668
- "declaration": {
2669
- "name": "tabulatorRapidFontFace",
2670
- "module": "src/external/fonts.ts"
2671
- }
2672
- },
2673
- {
2674
- "kind": "js",
2675
- "name": "gridThemeFontFaceMap",
2913
+ "name": "StringEditor",
2676
2914
  "declaration": {
2677
- "name": "gridThemeFontFaceMap",
2678
- "module": "src/external/fonts.ts"
2915
+ "name": "StringEditor",
2916
+ "module": "src/cell-editors/string.editor.ts"
2679
2917
  }
2680
2918
  },
2681
2919
  {
2682
2920
  "kind": "js",
2683
- "name": "defaultGridTabulatorFontFace",
2684
- "declaration": {
2685
- "name": "defaultGridTabulatorFontFace",
2686
- "module": "src/external/fonts.ts"
2687
- }
2688
- }
2689
- ]
2690
- },
2691
- {
2692
- "kind": "javascript-module",
2693
- "path": "src/external/index.ts",
2694
- "declarations": [
2695
- {
2696
- "kind": "variable",
2697
- "name": "tabulatorExternalStockStyles",
2698
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
2699
- "description": "External styles for the Tabulator grid.",
2700
- "privacy": "public"
2701
- }
2702
- ],
2703
- "exports": [
2704
- {
2705
- "kind": "js",
2706
- "name": "tabulatorExternalStockStyles",
2921
+ "name": "stringEditorStyles",
2707
2922
  "declaration": {
2708
- "name": "tabulatorExternalStockStyles",
2709
- "module": "src/external/index.ts"
2923
+ "name": "stringEditorStyles",
2924
+ "module": "src/cell-editors/string.editor.ts"
2710
2925
  }
2711
2926
  },
2712
2927
  {
2713
2928
  "kind": "js",
2714
- "name": "tabulatorThemeSimpleCSS",
2715
- "declaration": {
2716
- "name": "tabulatorThemeSimpleCSS",
2717
- "module": "src/external/index.ts"
2718
- }
2719
- }
2720
- ]
2721
- },
2722
- {
2723
- "kind": "javascript-module",
2724
- "path": "src/external/tabulator-theme-simple-css.ts",
2725
- "declarations": [
2726
- {
2727
- "kind": "variable",
2728
- "name": "tabulatorThemeSimpleCSS",
2729
- "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`",
2730
- "description": "External styles for the Tabulator grid.",
2731
- "privacy": "public"
2732
- }
2733
- ],
2734
- "exports": [
2735
- {
2736
- "kind": "js",
2737
- "name": "tabulatorThemeSimpleCSS",
2738
- "declaration": {
2739
- "name": "tabulatorThemeSimpleCSS",
2740
- "module": "src/external/tabulator-theme-simple-css.ts"
2741
- }
2742
- }
2743
- ]
2744
- },
2745
- {
2746
- "kind": "javascript-module",
2747
- "path": "src/style/colors.ts",
2748
- "declarations": [],
2749
- "exports": []
2750
- },
2751
- {
2752
- "kind": "javascript-module",
2753
- "path": "src/style/index.ts",
2754
- "declarations": [],
2755
- "exports": [
2756
- {
2757
- "kind": "js",
2758
- "name": "*",
2929
+ "name": "getStringEditorTemplate",
2759
2930
  "declaration": {
2760
- "name": "*",
2761
- "package": "./colors"
2931
+ "name": "getStringEditorTemplate",
2932
+ "module": "src/cell-editors/string.editor.ts"
2762
2933
  }
2763
2934
  },
2764
2935
  {
2765
2936
  "kind": "js",
2766
- "name": "*",
2937
+ "name": "foundationStringEditor",
2767
2938
  "declaration": {
2768
- "name": "*",
2769
- "package": "./tokens"
2939
+ "name": "foundationStringEditor",
2940
+ "module": "src/cell-editors/string.editor.ts"
2770
2941
  }
2771
2942
  }
2772
2943
  ]
2773
2944
  },
2774
2945
  {
2775
2946
  "kind": "javascript-module",
2776
- "path": "src/style/tokens.ts",
2777
- "declarations": [],
2778
- "exports": []
2779
- },
2780
- {
2781
- "kind": "javascript-module",
2782
- "path": "src/cell-editors/date.editor.ts",
2947
+ "path": "src/column/column.ts",
2783
2948
  "declarations": [
2784
2949
  {
2785
2950
  "kind": "class",
2786
- "description": "The date editor class for grid-tabulator",
2787
- "name": "DateEditor",
2951
+ "description": "The GridTabulator Column element.",
2952
+ "name": "GridTabulatorColumn",
2788
2953
  "members": [
2789
2954
  {
2790
2955
  "kind": "field",
2791
- "name": "params",
2956
+ "name": "slottedCell",
2792
2957
  "type": {
2793
- "text": "DateEditorParams"
2794
- }
2958
+ "text": "HTMLElement[]"
2959
+ },
2960
+ "privacy": "public"
2795
2961
  },
2796
2962
  {
2797
2963
  "kind": "field",
2798
- "name": "dateField",
2964
+ "name": "definition",
2799
2965
  "type": {
2800
- "text": "any"
2801
- }
2802
- },
2803
- {
2804
- "kind": "method",
2805
- "name": "init",
2806
- "parameters": [
2807
- {
2808
- "name": "params",
2809
- "type": {
2810
- "text": "DateEditorParams"
2811
- }
2812
- }
2813
- ],
2814
- "description": "Initialize the editor with parameters"
2815
- },
2816
- {
2817
- "kind": "method",
2818
- "name": "getValue",
2819
- "description": "Get current value"
2966
+ "text": "Partial<ColumnDefinition>"
2967
+ },
2968
+ "default": "{}"
2820
2969
  },
2821
2970
  {
2822
2971
  "kind": "method",
2823
- "name": "getFormattedValue",
2824
- "description": "Format value for display"
2972
+ "name": "slottedCellChanged",
2973
+ "privacy": "public"
2825
2974
  },
2826
2975
  {
2827
2976
  "kind": "method",
2828
- "name": "focus",
2829
- "description": "Set focus to the input"
2977
+ "name": "deepClone",
2978
+ "return": {
2979
+ "type": {
2980
+ "text": "Node"
2981
+ }
2982
+ },
2983
+ "inheritedFrom": {
2984
+ "name": "LifecycleMixin",
2985
+ "module": "src/mixins/lifecycle/lifecycle.ts"
2986
+ }
2830
2987
  },
2831
2988
  {
2832
2989
  "kind": "method",
2833
- "name": "handleKeyDown",
2990
+ "name": "cloneNode",
2991
+ "return": {
2992
+ "type": {
2993
+ "text": "Node"
2994
+ }
2995
+ },
2834
2996
  "parameters": [
2835
2997
  {
2836
- "name": "event",
2998
+ "name": "deep",
2999
+ "optional": true,
2837
3000
  "type": {
2838
- "text": "KeyboardEvent"
3001
+ "text": "boolean"
2839
3002
  }
2840
3003
  }
2841
3004
  ],
2842
- "description": "Process key down events"
3005
+ "inheritedFrom": {
3006
+ "name": "LifecycleMixin",
3007
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3008
+ }
2843
3009
  },
2844
3010
  {
2845
3011
  "kind": "field",
2846
- "name": "_presentation",
2847
- "type": {
2848
- "text": "ComponentPresentation | null | undefined"
3012
+ "name": "shouldRunDisconnect",
3013
+ "return": {
3014
+ "type": {
3015
+ "text": ""
3016
+ }
3017
+ },
3018
+ "readonly": true,
3019
+ "inheritedFrom": {
3020
+ "name": "LifecycleMixin",
3021
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3022
+ }
3023
+ },
3024
+ {
3025
+ "kind": "field",
3026
+ "name": "shouldRunConnect",
3027
+ "return": {
3028
+ "type": {
3029
+ "text": ""
3030
+ }
3031
+ },
3032
+ "readonly": true,
3033
+ "inheritedFrom": {
3034
+ "name": "LifecycleMixin",
3035
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3036
+ }
3037
+ },
3038
+ {
3039
+ "kind": "method",
3040
+ "name": "#_blockLifecycleDueToTokenChange",
3041
+ "return": {
3042
+ "type": {
3043
+ "text": "boolean"
3044
+ }
3045
+ },
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
+ }
3058
+ },
3059
+ {
3060
+ "kind": "field",
3061
+ "name": "_presentation",
3062
+ "type": {
3063
+ "text": "ComponentPresentation | null | undefined"
2849
3064
  },
2850
3065
  "privacy": "private",
2851
3066
  "default": "void 0",
@@ -2953,79 +3168,42 @@
2953
3168
  }
2954
3169
  }
2955
3170
  ],
2956
- "superclass": {
2957
- "name": "FoundationElement",
2958
- "package": "@microsoft/fast-foundation"
2959
- }
2960
- },
2961
- {
2962
- "kind": "variable",
2963
- "name": "dateEditorStyles",
2964
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2965
- "description": "Styles for the date editor"
2966
- },
2967
- {
2968
- "kind": "function",
2969
- "name": "getDateEditorTemplate",
2970
- "parameters": [
3171
+ "mixins": [
2971
3172
  {
2972
- "name": "prefix",
2973
- "default": "'foundation'",
2974
- "description": "The design system prefix to use. Defaults to 'foundation'."
3173
+ "name": "LifecycleMixin",
3174
+ "package": "@genesislcap/foundation-utils"
2975
3175
  }
2976
3176
  ],
2977
- "description": "Get a Design System prefixed date field template.",
2978
- "return": {
2979
- "type": {
2980
- "text": ""
2981
- }
3177
+ "superclass": {
3178
+ "name": "FoundationElement",
3179
+ "package": "@microsoft/fast-foundation"
2982
3180
  },
2983
- "privacy": "public"
2984
- },
2985
- {
2986
- "kind": "variable",
2987
- "name": "foundationDateEditor",
2988
- "description": "Definition for the date editor component"
3181
+ "tagName": "grid-tabulator-column",
3182
+ "customElement": true
2989
3183
  }
2990
3184
  ],
2991
3185
  "exports": [
2992
3186
  {
2993
3187
  "kind": "js",
2994
- "name": "DateEditor",
2995
- "declaration": {
2996
- "name": "DateEditor",
2997
- "module": "src/cell-editors/date.editor.ts"
2998
- }
2999
- },
3000
- {
3001
- "kind": "js",
3002
- "name": "dateEditorStyles",
3003
- "declaration": {
3004
- "name": "dateEditorStyles",
3005
- "module": "src/cell-editors/date.editor.ts"
3006
- }
3007
- },
3008
- {
3009
- "kind": "js",
3010
- "name": "getDateEditorTemplate",
3188
+ "name": "GridTabulatorColumn",
3011
3189
  "declaration": {
3012
- "name": "getDateEditorTemplate",
3013
- "module": "src/cell-editors/date.editor.ts"
3190
+ "name": "GridTabulatorColumn",
3191
+ "module": "src/column/column.ts"
3014
3192
  }
3015
3193
  },
3016
3194
  {
3017
- "kind": "js",
3018
- "name": "foundationDateEditor",
3195
+ "kind": "custom-element-definition",
3196
+ "name": "grid-tabulator-column",
3019
3197
  "declaration": {
3020
- "name": "foundationDateEditor",
3021
- "module": "src/cell-editors/date.editor.ts"
3198
+ "name": "GridTabulatorColumn",
3199
+ "module": "src/column/column.ts"
3022
3200
  }
3023
3201
  }
3024
3202
  ]
3025
3203
  },
3026
3204
  {
3027
3205
  "kind": "javascript-module",
3028
- "path": "src/cell-editors/index.ts",
3206
+ "path": "src/column/index.ts",
3029
3207
  "declarations": [],
3030
3208
  "exports": [
3031
3209
  {
@@ -3033,862 +3211,661 @@
3033
3211
  "name": "*",
3034
3212
  "declaration": {
3035
3213
  "name": "*",
3036
- "package": "./date.editor"
3037
- }
3038
- },
3039
- {
3040
- "kind": "js",
3041
- "name": "*",
3042
- "declaration": {
3043
- "name": "*",
3044
- "package": "./number.editor"
3045
- }
3046
- },
3047
- {
3048
- "kind": "js",
3049
- "name": "*",
3050
- "declaration": {
3051
- "name": "*",
3052
- "package": "./select.editor"
3053
- }
3054
- },
3055
- {
3056
- "kind": "js",
3057
- "name": "*",
3058
- "declaration": {
3059
- "name": "*",
3060
- "package": "./string.editor"
3061
- }
3062
- },
3063
- {
3064
- "kind": "js",
3065
- "name": "*",
3066
- "declaration": {
3067
- "name": "*",
3068
- "package": "./multiselect.editor"
3214
+ "package": "./column"
3069
3215
  }
3070
3216
  }
3071
3217
  ]
3072
3218
  },
3073
3219
  {
3074
3220
  "kind": "javascript-module",
3075
- "path": "src/cell-editors/multiselect.editor.ts",
3221
+ "path": "src/datasource/client-side.datasource.ts",
3076
3222
  "declarations": [
3223
+ {
3224
+ "kind": "variable",
3225
+ "name": "criteriaDelimiter",
3226
+ "type": {
3227
+ "text": "string"
3228
+ },
3229
+ "default": "';'",
3230
+ "description": "Delimiter for criteria in the datasource"
3231
+ },
3232
+ {
3233
+ "kind": "variable",
3234
+ "name": "criteriaJoin",
3235
+ "type": {
3236
+ "text": "string"
3237
+ },
3238
+ "default": "' && '",
3239
+ "description": "Join operator for criteria in the datasource"
3240
+ },
3077
3241
  {
3078
3242
  "kind": "class",
3079
- "description": "The multiselect editor class for grid-tabulator",
3080
- "name": "MultiselectEditor",
3243
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3244
+ "name": "GridTabulatorClientSideDatasource",
3081
3245
  "members": [
3082
3246
  {
3083
3247
  "kind": "field",
3084
- "name": "params",
3248
+ "name": "auth",
3085
3249
  "type": {
3086
- "text": "MultiselectEditorParams"
3250
+ "text": "Auth"
3087
3251
  }
3088
3252
  },
3089
3253
  {
3090
3254
  "kind": "field",
3091
- "name": "select",
3255
+ "name": "connect",
3092
3256
  "type": {
3093
- "text": "any"
3257
+ "text": "Connect"
3094
3258
  }
3095
3259
  },
3096
3260
  {
3097
- "kind": "method",
3098
- "name": "init",
3099
- "parameters": [
3100
- {
3101
- "name": "params",
3102
- "type": {
3103
- "text": "MultiselectEditorParams"
3104
- }
3105
- }
3106
- ],
3107
- "description": "Initialize the editor with parameters"
3261
+ "kind": "field",
3262
+ "name": "datasource",
3263
+ "type": {
3264
+ "text": "Datasource"
3265
+ }
3108
3266
  },
3109
3267
  {
3110
- "kind": "method",
3111
- "name": "getValues",
3112
- "return": {
3113
- "type": {
3114
- "text": "(string | number)[]"
3115
- }
3268
+ "kind": "field",
3269
+ "name": "deferredGridOptions",
3270
+ "type": {
3271
+ "text": "Options"
3272
+ }
3273
+ },
3274
+ {
3275
+ "kind": "field",
3276
+ "name": "deferredColumnStates",
3277
+ "type": {
3278
+ "text": "any[]"
3116
3279
  },
3117
- "description": "Get current values"
3280
+ "default": "[]",
3281
+ "description": "Allows storing column layouts between datasource initializations"
3118
3282
  },
3119
3283
  {
3120
- "kind": "method",
3121
- "name": "focus",
3122
- "description": "Set focus to the select"
3284
+ "kind": "field",
3285
+ "name": "criteria",
3286
+ "type": {
3287
+ "text": "string"
3288
+ }
3123
3289
  },
3124
3290
  {
3125
3291
  "kind": "method",
3126
- "name": "isSelected",
3127
- "return": {
3128
- "type": {
3129
- "text": "boolean"
3130
- }
3131
- },
3292
+ "name": "criteriaChanged",
3132
3293
  "parameters": [
3133
3294
  {
3134
- "name": "value",
3295
+ "name": "oldCriteria",
3135
3296
  "type": {
3136
- "text": "string | number"
3297
+ "text": "string"
3137
3298
  }
3138
- }
3139
- ],
3140
- "description": "Check if a value is selected"
3141
- },
3142
- {
3143
- "kind": "method",
3144
- "name": "handleKeyDown",
3145
- "parameters": [
3299
+ },
3146
3300
  {
3147
- "name": "event",
3301
+ "name": "newCriteria",
3148
3302
  "type": {
3149
- "text": "KeyboardEvent"
3303
+ "text": "string"
3150
3304
  }
3151
3305
  }
3152
- ],
3153
- "description": "Process key down events"
3154
- },
3155
- {
3156
- "kind": "method",
3157
- "name": "handleChange",
3158
- "description": "Handle change event to save when selection changes"
3306
+ ]
3159
3307
  },
3160
3308
  {
3161
3309
  "kind": "field",
3162
- "name": "_presentation",
3310
+ "name": "fields",
3163
3311
  "type": {
3164
- "text": "ComponentPresentation | null | undefined"
3165
- },
3166
- "privacy": "private",
3167
- "default": "void 0",
3168
- "inheritedFrom": {
3169
- "name": "FoundationElement",
3170
- "module": "src/foundation-element/foundation-element.ts"
3312
+ "text": "string"
3171
3313
  }
3172
3314
  },
3173
3315
  {
3174
3316
  "kind": "field",
3175
- "name": "$presentation",
3317
+ "name": "isSnapshot",
3176
3318
  "type": {
3177
- "text": "ComponentPresentation | null"
3319
+ "text": "boolean"
3178
3320
  },
3179
- "privacy": "public",
3180
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3181
- "inheritedFrom": {
3182
- "name": "FoundationElement",
3183
- "module": "src/foundation-element/foundation-element.ts"
3184
- }
3321
+ "default": "false"
3185
3322
  },
3186
3323
  {
3187
3324
  "kind": "field",
3188
- "name": "template",
3325
+ "name": "maxRows",
3189
3326
  "type": {
3190
- "text": "ElementViewTemplate | void | null"
3191
- },
3192
- "privacy": "public",
3193
- "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.",
3194
- "inheritedFrom": {
3195
- "name": "FoundationElement",
3196
- "module": "src/foundation-element/foundation-element.ts"
3327
+ "text": "number"
3197
3328
  }
3198
3329
  },
3199
3330
  {
3200
- "kind": "method",
3201
- "name": "templateChanged",
3202
- "privacy": "protected",
3203
- "return": {
3204
- "type": {
3205
- "text": "void"
3206
- }
3207
- },
3208
- "inheritedFrom": {
3209
- "name": "FoundationElement",
3210
- "module": "src/foundation-element/foundation-element.ts"
3331
+ "kind": "field",
3332
+ "name": "maxView",
3333
+ "type": {
3334
+ "text": "number"
3211
3335
  }
3212
3336
  },
3213
3337
  {
3214
3338
  "kind": "field",
3215
- "name": "styles",
3339
+ "name": "pollingInterval",
3216
3340
  "type": {
3217
- "text": "ElementStyles | void | null"
3218
- },
3219
- "privacy": "public",
3220
- "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.",
3221
- "inheritedFrom": {
3222
- "name": "FoundationElement",
3223
- "module": "src/foundation-element/foundation-element.ts"
3341
+ "text": "number"
3224
3342
  }
3225
3343
  },
3226
3344
  {
3227
- "kind": "method",
3228
- "name": "stylesChanged",
3229
- "privacy": "protected",
3230
- "return": {
3231
- "type": {
3232
- "text": "void"
3233
- }
3345
+ "kind": "field",
3346
+ "name": "movingView",
3347
+ "type": {
3348
+ "text": "boolean"
3234
3349
  },
3235
- "inheritedFrom": {
3236
- "name": "FoundationElement",
3237
- "module": "src/foundation-element/foundation-element.ts"
3238
- }
3350
+ "default": "false"
3239
3351
  },
3240
3352
  {
3241
- "kind": "method",
3242
- "name": "compose",
3243
- "privacy": "public",
3244
- "static": true,
3245
- "return": {
3246
- "type": {
3247
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3248
- }
3249
- },
3250
- "parameters": [
3251
- {
3252
- "name": "this",
3253
- "type": {
3254
- "text": "K"
3255
- }
3256
- },
3257
- {
3258
- "name": "elementDefinition",
3259
- "type": {
3260
- "text": "T"
3261
- },
3262
- "description": "The definition of the element to create the registry\nfunction for."
3263
- }
3264
- ],
3265
- "description": "Defines an element registry function with a set of element definition defaults.",
3266
- "inheritedFrom": {
3267
- "name": "FoundationElement",
3268
- "module": "src/foundation-element/foundation-element.ts"
3353
+ "kind": "field",
3354
+ "name": "orderBy",
3355
+ "type": {
3356
+ "text": "string"
3269
3357
  }
3270
- }
3271
- ],
3272
- "superclass": {
3273
- "name": "FoundationElement",
3274
- "package": "@microsoft/fast-foundation"
3275
- }
3276
- },
3277
- {
3278
- "kind": "variable",
3279
- "name": "multiselectEditorStyles",
3280
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3281
- "description": "Styles for the multiselect editor"
3282
- },
3283
- {
3284
- "kind": "function",
3285
- "name": "getMultiselectEditorTemplate",
3286
- "parameters": [
3287
- {
3288
- "name": "prefix",
3289
- "default": "'foundation'",
3290
- "description": "The design system prefix to use. Defaults to 'foundation'."
3291
- }
3292
- ],
3293
- "description": "Get a Design System prefixed Select template.",
3294
- "return": {
3295
- "type": {
3296
- "text": ""
3297
- }
3298
- }
3299
- },
3300
- {
3301
- "kind": "variable",
3302
- "name": "foundationMultiselectEditor",
3303
- "description": "Definition for the multiselect editor component"
3304
- }
3305
- ],
3306
- "exports": [
3307
- {
3308
- "kind": "js",
3309
- "name": "MultiselectEditor",
3310
- "declaration": {
3311
- "name": "MultiselectEditor",
3312
- "module": "src/cell-editors/multiselect.editor.ts"
3313
- }
3314
- },
3315
- {
3316
- "kind": "js",
3317
- "name": "multiselectEditorStyles",
3318
- "declaration": {
3319
- "name": "multiselectEditorStyles",
3320
- "module": "src/cell-editors/multiselect.editor.ts"
3321
- }
3322
- },
3323
- {
3324
- "kind": "js",
3325
- "name": "getMultiselectEditorTemplate",
3326
- "declaration": {
3327
- "name": "getMultiselectEditorTemplate",
3328
- "module": "src/cell-editors/multiselect.editor.ts"
3329
- }
3330
- },
3331
- {
3332
- "kind": "js",
3333
- "name": "foundationMultiselectEditor",
3334
- "declaration": {
3335
- "name": "foundationMultiselectEditor",
3336
- "module": "src/cell-editors/multiselect.editor.ts"
3337
- }
3338
- }
3339
- ]
3340
- },
3341
- {
3342
- "kind": "javascript-module",
3343
- "path": "src/cell-editors/number.editor.ts",
3344
- "declarations": [
3345
- {
3346
- "kind": "class",
3347
- "description": "The number editor class for grid-tabulator",
3348
- "name": "NumberEditor",
3349
- "members": [
3358
+ },
3350
3359
  {
3351
3360
  "kind": "field",
3352
- "name": "params",
3361
+ "name": "request",
3353
3362
  "type": {
3354
- "text": "NumberEditorParams"
3363
+ "text": "any"
3355
3364
  }
3356
3365
  },
3357
3366
  {
3358
3367
  "kind": "field",
3359
- "name": "numberField",
3368
+ "name": "resourceName",
3360
3369
  "type": {
3361
- "text": "any"
3370
+ "text": "string"
3362
3371
  }
3363
3372
  },
3364
3373
  {
3365
3374
  "kind": "method",
3366
- "name": "init",
3375
+ "name": "resourceNameChanged",
3367
3376
  "parameters": [
3368
3377
  {
3369
- "name": "params",
3378
+ "name": "oldValue",
3370
3379
  "type": {
3371
- "text": "NumberEditorParams"
3380
+ "text": "string"
3372
3381
  }
3373
- }
3374
- ],
3375
- "description": "Initialize the editor with parameters"
3376
- },
3377
- {
3378
- "kind": "method",
3379
- "name": "getValue",
3380
- "description": "Get current value"
3381
- },
3382
- {
3383
- "kind": "method",
3384
- "name": "focus",
3385
- "description": "Set focus to the input"
3386
- },
3387
- {
3388
- "kind": "method",
3389
- "name": "handleKeyDown",
3390
- "parameters": [
3382
+ },
3391
3383
  {
3392
- "name": "event",
3384
+ "name": "newValue",
3393
3385
  "type": {
3394
- "text": "KeyboardEvent"
3386
+ "text": "string"
3395
3387
  }
3396
3388
  }
3397
- ],
3398
- "description": "Process key down events"
3389
+ ]
3399
3390
  },
3400
3391
  {
3401
3392
  "kind": "field",
3402
- "name": "_presentation",
3393
+ "name": "reverse",
3403
3394
  "type": {
3404
- "text": "ComponentPresentation | null | undefined"
3395
+ "text": "boolean"
3405
3396
  },
3406
- "privacy": "private",
3407
- "default": "void 0",
3408
- "inheritedFrom": {
3409
- "name": "FoundationElement",
3410
- "module": "src/foundation-element/foundation-element.ts"
3411
- }
3397
+ "default": "false"
3412
3398
  },
3413
3399
  {
3414
3400
  "kind": "field",
3415
- "name": "$presentation",
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",
3416
3407
  "type": {
3417
- "text": "ComponentPresentation | null"
3408
+ "text": "boolean"
3418
3409
  },
3419
- "privacy": "public",
3420
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3421
- "inheritedFrom": {
3422
- "name": "FoundationElement",
3423
- "module": "src/foundation-element/foundation-element.ts"
3424
- }
3410
+ "default": "true"
3425
3411
  },
3426
3412
  {
3427
3413
  "kind": "field",
3428
- "name": "template",
3414
+ "name": "keepColDefsOnClearRowData",
3429
3415
  "type": {
3430
- "text": "ElementViewTemplate | void | null"
3416
+ "text": "boolean"
3431
3417
  },
3432
- "privacy": "public",
3433
- "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.",
3434
- "inheritedFrom": {
3435
- "name": "FoundationElement",
3436
- "module": "src/foundation-element/foundation-element.ts"
3437
- }
3418
+ "default": "false",
3419
+ "description": "Whether to keep column definitions when clearing row data"
3438
3420
  },
3439
3421
  {
3440
- "kind": "method",
3441
- "name": "templateChanged",
3442
- "privacy": "protected",
3443
- "return": {
3444
- "type": {
3445
- "text": "void"
3446
- }
3422
+ "kind": "field",
3423
+ "name": "rowDataMapper",
3424
+ "type": {
3425
+ "text": "Function"
3447
3426
  },
3448
- "inheritedFrom": {
3449
- "name": "FoundationElement",
3450
- "module": "src/foundation-element/foundation-element.ts"
3451
- }
3427
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3452
3428
  },
3453
3429
  {
3454
3430
  "kind": "field",
3455
- "name": "styles",
3431
+ "name": "dataSub",
3456
3432
  "type": {
3457
- "text": "ElementStyles | void | null"
3433
+ "text": "Subscription"
3458
3434
  },
3459
- "privacy": "public",
3460
- "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.",
3461
- "inheritedFrom": {
3462
- "name": "FoundationElement",
3463
- "module": "src/foundation-element/foundation-element.ts"
3464
- }
3435
+ "privacy": "private"
3465
3436
  },
3466
3437
  {
3467
- "kind": "method",
3468
- "name": "stylesChanged",
3469
- "privacy": "protected",
3470
- "return": {
3471
- "type": {
3472
- "text": "void"
3473
- }
3438
+ "kind": "field",
3439
+ "name": "updateSub",
3440
+ "type": {
3441
+ "text": "Subscription"
3474
3442
  },
3475
- "inheritedFrom": {
3476
- "name": "FoundationElement",
3477
- "module": "src/foundation-element/foundation-element.ts"
3478
- }
3443
+ "privacy": "private"
3479
3444
  },
3480
- {
3481
- "kind": "method",
3482
- "name": "compose",
3483
- "privacy": "public",
3484
- "static": true,
3485
- "return": {
3486
- "type": {
3487
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3488
- }
3489
- },
3490
- "parameters": [
3491
- {
3492
- "name": "this",
3493
- "type": {
3494
- "text": "K"
3495
- }
3496
- },
3497
- {
3498
- "name": "elementDefinition",
3499
- "type": {
3500
- "text": "T"
3501
- },
3502
- "description": "The definition of the element to create the registry\nfunction for."
3503
- }
3504
- ],
3505
- "description": "Defines an element registry function with a set of element definition defaults.",
3506
- "inheritedFrom": {
3507
- "name": "FoundationElement",
3508
- "module": "src/foundation-element/foundation-element.ts"
3509
- }
3510
- }
3511
- ],
3512
- "superclass": {
3513
- "name": "FoundationElement",
3514
- "package": "@microsoft/fast-foundation"
3515
- }
3516
- },
3517
- {
3518
- "kind": "variable",
3519
- "name": "numberEditorStyles",
3520
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3521
- "description": "Styles for the number editor"
3522
- },
3523
- {
3524
- "kind": "function",
3525
- "name": "getNumberEditorTemplate",
3526
- "parameters": [
3527
- {
3528
- "name": "prefix",
3529
- "default": "'foundation'",
3530
- "description": "The design system prefix to use. Defaults to 'foundation'."
3531
- }
3532
- ],
3533
- "description": "Get a Design System prefixed number field template.",
3534
- "return": {
3535
- "type": {
3536
- "text": ""
3537
- }
3538
- }
3539
- },
3540
- {
3541
- "kind": "variable",
3542
- "name": "foundationNumberEditor",
3543
- "description": "Definition for the number editor component"
3544
- }
3545
- ],
3546
- "exports": [
3547
- {
3548
- "kind": "js",
3549
- "name": "NumberEditor",
3550
- "declaration": {
3551
- "name": "NumberEditor",
3552
- "module": "src/cell-editors/number.editor.ts"
3553
- }
3554
- },
3555
- {
3556
- "kind": "js",
3557
- "name": "numberEditorStyles",
3558
- "declaration": {
3559
- "name": "numberEditorStyles",
3560
- "module": "src/cell-editors/number.editor.ts"
3561
- }
3562
- },
3563
- {
3564
- "kind": "js",
3565
- "name": "getNumberEditorTemplate",
3566
- "declaration": {
3567
- "name": "getNumberEditorTemplate",
3568
- "module": "src/cell-editors/number.editor.ts"
3569
- }
3570
- },
3571
- {
3572
- "kind": "js",
3573
- "name": "foundationNumberEditor",
3574
- "declaration": {
3575
- "name": "foundationNumberEditor",
3576
- "module": "src/cell-editors/number.editor.ts"
3577
- }
3578
- }
3579
- ]
3580
- },
3581
- {
3582
- "kind": "javascript-module",
3583
- "path": "src/cell-editors/select.editor.ts",
3584
- "declarations": [
3585
- {
3586
- "kind": "class",
3587
- "description": "The select editor class for grid-tabulator",
3588
- "name": "SelectEditor",
3589
- "members": [
3590
3445
  {
3591
3446
  "kind": "field",
3592
- "name": "params",
3447
+ "name": "connectionSub",
3593
3448
  "type": {
3594
- "text": "SelectEditorParams"
3595
- }
3449
+ "text": "Subscription"
3450
+ },
3451
+ "privacy": "private"
3596
3452
  },
3597
3453
  {
3598
3454
  "kind": "field",
3599
- "name": "select",
3455
+ "name": "isRequestServer",
3600
3456
  "type": {
3601
- "text": "any"
3602
- }
3457
+ "text": "boolean"
3458
+ },
3459
+ "privacy": "private",
3460
+ "default": "false"
3603
3461
  },
3604
3462
  {
3605
- "kind": "method",
3606
- "name": "init",
3607
- "parameters": [
3608
- {
3609
- "name": "params",
3610
- "type": {
3611
- "text": "SelectEditorParams"
3612
- }
3613
- }
3614
- ],
3615
- "description": "Initialize the editor with parameters"
3463
+ "kind": "field",
3464
+ "name": "requiresFullRowDataAndColDefs",
3465
+ "type": {
3466
+ "text": "boolean"
3467
+ },
3468
+ "privacy": "private",
3469
+ "default": "true"
3616
3470
  },
3617
3471
  {
3618
- "kind": "method",
3619
- "name": "getValue",
3620
- "description": "Get current value"
3472
+ "kind": "field",
3473
+ "name": "dataSubWasLoggedOff",
3474
+ "type": {
3475
+ "text": "boolean"
3476
+ },
3477
+ "privacy": "private",
3478
+ "default": "false"
3621
3479
  },
3622
3480
  {
3623
- "kind": "method",
3624
- "name": "focus",
3625
- "description": "Set focus to the select"
3481
+ "kind": "field",
3482
+ "name": "rows",
3483
+ "type": {
3484
+ "text": "Map<string, any>"
3485
+ },
3486
+ "privacy": "private",
3487
+ "default": "new Map()"
3626
3488
  },
3627
3489
  {
3628
- "kind": "method",
3629
- "name": "handleKeyDown",
3630
- "parameters": [
3631
- {
3632
- "name": "event",
3633
- "type": {
3634
- "text": "KeyboardEvent"
3635
- }
3636
- }
3637
- ],
3638
- "description": "Process key down events"
3490
+ "kind": "field",
3491
+ "name": "gridTransaction",
3492
+ "type": {
3493
+ "text": "RowDataTransaction"
3494
+ },
3495
+ "privacy": "private"
3639
3496
  },
3640
3497
  {
3641
- "kind": "method",
3642
- "name": "handleChange",
3643
- "description": "Handle change event"
3498
+ "kind": "field",
3499
+ "name": "sourceRef",
3500
+ "type": {
3501
+ "text": "string"
3502
+ },
3503
+ "privacy": "private"
3644
3504
  },
3645
3505
  {
3646
3506
  "kind": "field",
3647
- "name": "_presentation",
3507
+ "name": "criteriaFromFilters",
3648
3508
  "type": {
3649
- "text": "ComponentPresentation | null | undefined"
3509
+ "text": "Map<string, string>"
3650
3510
  },
3651
3511
  "privacy": "private",
3652
- "default": "void 0",
3653
- "inheritedFrom": {
3654
- "name": "FoundationElement",
3655
- "module": "src/foundation-element/foundation-element.ts"
3656
- }
3512
+ "default": "new Map()"
3657
3513
  },
3658
3514
  {
3659
3515
  "kind": "field",
3660
- "name": "$presentation",
3516
+ "name": "update",
3661
3517
  "type": {
3662
- "text": "ComponentPresentation | null"
3518
+ "text": "BehaviorSubject<Map<string, string>>"
3663
3519
  },
3664
- "privacy": "public",
3665
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3666
- "inheritedFrom": {
3667
- "name": "FoundationElement",
3668
- "module": "src/foundation-element/foundation-element.ts"
3669
- }
3670
- },
3671
- {
3672
- "kind": "field",
3673
- "name": "template",
3674
- "type": {
3675
- "text": "ElementViewTemplate | void | null"
3676
- },
3677
- "privacy": "public",
3678
- "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.",
3679
- "inheritedFrom": {
3680
- "name": "FoundationElement",
3681
- "module": "src/foundation-element/foundation-element.ts"
3682
- }
3520
+ "privacy": "private",
3521
+ "default": "new BehaviorSubject(new Map())"
3683
3522
  },
3684
3523
  {
3685
3524
  "kind": "method",
3686
- "name": "templateChanged",
3687
- "privacy": "protected",
3525
+ "name": "deepClone",
3688
3526
  "return": {
3689
3527
  "type": {
3690
- "text": "void"
3528
+ "text": "Node"
3691
3529
  }
3692
3530
  },
3693
3531
  "inheritedFrom": {
3694
- "name": "FoundationElement",
3695
- "module": "src/foundation-element/foundation-element.ts"
3532
+ "name": "LifecycleMixin",
3533
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3696
3534
  }
3697
3535
  },
3698
3536
  {
3699
3537
  "kind": "field",
3700
- "name": "styles",
3538
+ "name": "gridTabulator",
3701
3539
  "type": {
3702
- "text": "ElementStyles | void | null"
3540
+ "text": "GridTabulator | null"
3703
3541
  },
3704
- "privacy": "public",
3705
- "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.",
3706
- "inheritedFrom": {
3707
- "name": "FoundationElement",
3708
- "module": "src/foundation-element/foundation-element.ts"
3709
- }
3542
+ "privacy": "private",
3543
+ "readonly": true
3710
3544
  },
3711
3545
  {
3712
3546
  "kind": "method",
3713
- "name": "stylesChanged",
3714
- "privacy": "protected",
3715
- "return": {
3716
- "type": {
3717
- "text": "void"
3718
- }
3719
- },
3720
- "inheritedFrom": {
3721
- "name": "FoundationElement",
3722
- "module": "src/foundation-element/foundation-element.ts"
3723
- }
3547
+ "name": "init",
3548
+ "description": "Initializes the datasource.",
3549
+ "privacy": "public"
3724
3550
  },
3725
3551
  {
3726
3552
  "kind": "method",
3727
- "name": "compose",
3728
- "privacy": "public",
3729
- "static": true,
3730
- "return": {
3731
- "type": {
3732
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3733
- }
3734
- },
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
+ {
3564
+ "kind": "method",
3565
+ "name": "refreshRows",
3566
+ "description": "Force the grid to redispatch the current rows"
3567
+ },
3568
+ {
3569
+ "kind": "method",
3570
+ "name": "handleErrors",
3735
3571
  "parameters": [
3736
3572
  {
3737
- "name": "this",
3573
+ "name": "errors",
3738
3574
  "type": {
3739
- "text": "K"
3575
+ "text": "string | any[]"
3740
3576
  }
3741
- },
3577
+ }
3578
+ ],
3579
+ "description": "Handles errors by emitting an error event"
3580
+ },
3581
+ {
3582
+ "kind": "method",
3583
+ "name": "getColumnDefs",
3584
+ "privacy": "private",
3585
+ "parameters": [
3742
3586
  {
3743
- "name": "elementDefinition",
3587
+ "name": "fieldsMetadata",
3744
3588
  "type": {
3745
- "text": "T"
3589
+ "text": "FieldMetadata[]"
3746
3590
  },
3747
- "description": "The definition of the element to create the registry\nfunction for."
3591
+ "description": "The field metadata to generate column definitions from"
3748
3592
  }
3749
3593
  ],
3750
- "description": "Defines an element registry function with a set of element definition defaults.",
3751
- "inheritedFrom": {
3752
- "name": "FoundationElement",
3753
- "module": "src/foundation-element/foundation-element.ts"
3754
- }
3755
- }
3756
- ],
3757
- "superclass": {
3758
- "name": "FoundationElement",
3759
- "package": "@microsoft/fast-foundation"
3760
- }
3761
- },
3762
- {
3763
- "kind": "variable",
3764
- "name": "selectEditorStyles",
3765
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3766
- "description": "Styles for the select editor"
3767
- },
3768
- {
3769
- "kind": "function",
3770
- "name": "getSelectEditorTemplate",
3771
- "parameters": [
3772
- {
3773
- "name": "prefix",
3774
- "default": "'foundation'",
3775
- "description": "The design system prefix to use. Defaults to 'foundation'."
3776
- }
3777
- ],
3778
- "description": "Get a Design System prefixed Select template.",
3779
- "return": {
3780
- "type": {
3781
- "text": ""
3782
- }
3783
- },
3784
- "privacy": "public"
3785
- },
3786
- {
3787
- "kind": "variable",
3788
- "name": "foundationSelectEditor",
3789
- "description": "Definition for the select editor component"
3790
- }
3791
- ],
3792
- "exports": [
3793
- {
3794
- "kind": "js",
3795
- "name": "SelectEditor",
3796
- "declaration": {
3797
- "name": "SelectEditor",
3798
- "module": "src/cell-editors/select.editor.ts"
3799
- }
3800
- },
3801
- {
3802
- "kind": "js",
3803
- "name": "selectEditorStyles",
3804
- "declaration": {
3805
- "name": "selectEditorStyles",
3806
- "module": "src/cell-editors/select.editor.ts"
3807
- }
3808
- },
3809
- {
3810
- "kind": "js",
3811
- "name": "getSelectEditorTemplate",
3812
- "declaration": {
3813
- "name": "getSelectEditorTemplate",
3814
- "module": "src/cell-editors/select.editor.ts"
3815
- }
3816
- },
3817
- {
3818
- "kind": "js",
3819
- "name": "foundationSelectEditor",
3820
- "declaration": {
3821
- "name": "foundationSelectEditor",
3822
- "module": "src/cell-editors/select.editor.ts"
3823
- }
3824
- }
3825
- ]
3826
- },
3827
- {
3828
- "kind": "javascript-module",
3829
- "path": "src/cell-editors/string.editor.ts",
3830
- "declarations": [
3831
- {
3832
- "kind": "class",
3833
- "description": "The string editor class for grid-tabulator",
3834
- "name": "StringEditor",
3835
- "members": [
3594
+ "description": "Generate column definitions from the field metadata"
3595
+ },
3836
3596
  {
3837
- "kind": "field",
3838
- "name": "params",
3839
- "type": {
3840
- "text": "StringEditorParams"
3841
- }
3597
+ "kind": "method",
3598
+ "name": "handleSnapshot",
3599
+ "privacy": "private",
3600
+ "parameters": [
3601
+ {
3602
+ "name": "result"
3603
+ }
3604
+ ]
3842
3605
  },
3843
3606
  {
3844
- "kind": "field",
3845
- "name": "textField",
3846
- "type": {
3847
- "text": "any"
3607
+ "kind": "method",
3608
+ "name": "datasourceOptions",
3609
+ "privacy": "private",
3610
+ "return": {
3611
+ "type": {
3612
+ "text": "DatasourceOptions"
3613
+ }
3848
3614
  }
3849
3615
  },
3850
3616
  {
3851
3617
  "kind": "method",
3852
- "name": "init",
3618
+ "name": "handleStreamResult",
3619
+ "privacy": "private",
3853
3620
  "parameters": [
3854
3621
  {
3855
- "name": "params",
3622
+ "name": "result",
3856
3623
  "type": {
3857
- "text": "StringEditorParams"
3624
+ "text": "FilteredDataServerResult | RequestServerResult"
3858
3625
  }
3859
3626
  }
3860
- ],
3861
- "description": "Initialize the editor with parameters"
3862
- },
3863
- {
3864
- "kind": "method",
3865
- "name": "getValue",
3866
- "description": "Get current value"
3627
+ ]
3867
3628
  },
3868
3629
  {
3869
3630
  "kind": "method",
3870
- "name": "focus",
3871
- "description": "Set focus to the input"
3631
+ "name": "applyRequestServerData",
3632
+ "privacy": "private",
3633
+ "parameters": [
3634
+ {
3635
+ "name": "requestServerResult",
3636
+ "type": {
3637
+ "text": "RequestServerResult"
3638
+ }
3639
+ }
3640
+ ]
3872
3641
  },
3873
3642
  {
3874
3643
  "kind": "method",
3875
- "name": "handleKeyDown",
3644
+ "name": "applyDataserverData",
3645
+ "privacy": "private",
3876
3646
  "parameters": [
3877
3647
  {
3878
- "name": "event",
3648
+ "name": "dataServerResult",
3879
3649
  "type": {
3880
- "text": "KeyboardEvent"
3650
+ "text": "FilteredDataServerResult"
3881
3651
  }
3882
3652
  }
3883
- ],
3884
- "description": "Process key down events"
3653
+ ]
3885
3654
  },
3886
3655
  {
3887
- "kind": "field",
3888
- "name": "_presentation",
3889
- "type": {
3890
- "text": "ComponentPresentation | null | undefined"
3891
- },
3656
+ "kind": "method",
3657
+ "name": "applyTransaction",
3658
+ "privacy": "private"
3659
+ },
3660
+ {
3661
+ "kind": "method",
3662
+ "name": "mapTransaction",
3663
+ "privacy": "private",
3664
+ "parameters": [
3665
+ {
3666
+ "name": "transaction",
3667
+ "type": {
3668
+ "text": "RowDataTransaction"
3669
+ }
3670
+ }
3671
+ ]
3672
+ },
3673
+ {
3674
+ "kind": "method",
3675
+ "name": "handleStreamInserts",
3676
+ "privacy": "private",
3677
+ "parameters": [
3678
+ {
3679
+ "name": "insertedRows",
3680
+ "type": {
3681
+ "text": "any[]"
3682
+ }
3683
+ }
3684
+ ]
3685
+ },
3686
+ {
3687
+ "kind": "method",
3688
+ "name": "handleStreamDeletes",
3689
+ "privacy": "private",
3690
+ "parameters": [
3691
+ {
3692
+ "name": "deletedRows",
3693
+ "type": {
3694
+ "text": "any[]"
3695
+ }
3696
+ }
3697
+ ]
3698
+ },
3699
+ {
3700
+ "kind": "method",
3701
+ "name": "handleStreamUpdates",
3702
+ "privacy": "private",
3703
+ "parameters": [
3704
+ {
3705
+ "name": "updatedRows",
3706
+ "type": {
3707
+ "text": "any[]"
3708
+ }
3709
+ }
3710
+ ]
3711
+ },
3712
+ {
3713
+ "kind": "method",
3714
+ "name": "handleSizeChanged",
3715
+ "privacy": "private",
3716
+ "parameters": [
3717
+ {
3718
+ "name": "oldSize",
3719
+ "type": {
3720
+ "text": "number"
3721
+ }
3722
+ },
3723
+ {
3724
+ "name": "newSize",
3725
+ "type": {
3726
+ "text": "number"
3727
+ }
3728
+ }
3729
+ ],
3730
+ "description": "Emit event when the number of rows changes"
3731
+ },
3732
+ {
3733
+ "kind": "method",
3734
+ "name": "buildCriteria",
3735
+ "privacy": "private",
3736
+ "return": {
3737
+ "type": {
3738
+ "text": "string"
3739
+ }
3740
+ }
3741
+ },
3742
+ {
3743
+ "kind": "method",
3744
+ "name": "setFilter",
3745
+ "privacy": "public",
3746
+ "parameters": [
3747
+ {
3748
+ "name": "fieldName",
3749
+ "type": {
3750
+ "text": "string"
3751
+ }
3752
+ },
3753
+ {
3754
+ "name": "newFilter",
3755
+ "type": {
3756
+ "text": "string"
3757
+ }
3758
+ }
3759
+ ]
3760
+ },
3761
+ {
3762
+ "kind": "method",
3763
+ "name": "removeFilter",
3764
+ "privacy": "public",
3765
+ "parameters": [
3766
+ {
3767
+ "name": "fieldName",
3768
+ "type": {
3769
+ "text": "string"
3770
+ }
3771
+ }
3772
+ ]
3773
+ },
3774
+ {
3775
+ "kind": "method",
3776
+ "name": "datasourceStatusChanged",
3777
+ "parameters": [
3778
+ {
3779
+ "name": "prev",
3780
+ "type": {
3781
+ "text": "DatasourceStatus"
3782
+ }
3783
+ },
3784
+ {
3785
+ "name": "next",
3786
+ "type": {
3787
+ "text": "DatasourceStatus"
3788
+ }
3789
+ }
3790
+ ]
3791
+ },
3792
+ {
3793
+ "kind": "method",
3794
+ "name": "cloneNode",
3795
+ "return": {
3796
+ "type": {
3797
+ "text": "Node"
3798
+ }
3799
+ },
3800
+ "parameters": [
3801
+ {
3802
+ "name": "deep",
3803
+ "optional": true,
3804
+ "type": {
3805
+ "text": "boolean"
3806
+ }
3807
+ }
3808
+ ],
3809
+ "inheritedFrom": {
3810
+ "name": "LifecycleMixin",
3811
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3812
+ }
3813
+ },
3814
+ {
3815
+ "kind": "field",
3816
+ "name": "shouldRunDisconnect",
3817
+ "return": {
3818
+ "type": {
3819
+ "text": ""
3820
+ }
3821
+ },
3822
+ "readonly": true,
3823
+ "inheritedFrom": {
3824
+ "name": "LifecycleMixin",
3825
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3826
+ }
3827
+ },
3828
+ {
3829
+ "kind": "field",
3830
+ "name": "shouldRunConnect",
3831
+ "return": {
3832
+ "type": {
3833
+ "text": ""
3834
+ }
3835
+ },
3836
+ "readonly": true,
3837
+ "inheritedFrom": {
3838
+ "name": "LifecycleMixin",
3839
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3840
+ }
3841
+ },
3842
+ {
3843
+ "kind": "method",
3844
+ "name": "#_blockLifecycleDueToTokenChange",
3845
+ "return": {
3846
+ "type": {
3847
+ "text": "boolean"
3848
+ }
3849
+ },
3850
+ "parameters": [
3851
+ {
3852
+ "name": "lifecycleType",
3853
+ "type": {
3854
+ "text": "Lifecycletype"
3855
+ }
3856
+ }
3857
+ ],
3858
+ "inheritedFrom": {
3859
+ "name": "LifecycleMixin",
3860
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3861
+ }
3862
+ },
3863
+ {
3864
+ "kind": "field",
3865
+ "name": "_presentation",
3866
+ "type": {
3867
+ "text": "ComponentPresentation | null | undefined"
3868
+ },
3892
3869
  "privacy": "private",
3893
3870
  "default": "void 0",
3894
3871
  "inheritedFrom": {
@@ -3995,78 +3972,172 @@
3995
3972
  }
3996
3973
  }
3997
3974
  ],
3998
- "superclass": {
3999
- "name": "FoundationElement",
4000
- "package": "@microsoft/fast-foundation"
4001
- }
4002
- },
4003
- {
4004
- "kind": "variable",
4005
- "name": "stringEditorStyles",
4006
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4007
- "description": "Styles for the string editor"
4008
- },
4009
- {
4010
- "kind": "function",
4011
- "name": "getStringEditorTemplate",
4012
- "parameters": [
3975
+ "events": [
4013
3976
  {
4014
- "name": "prefix",
4015
- "default": "'foundation'",
4016
- "description": "The design system prefix to use. Defaults to 'foundation'."
3977
+ "description": "Fired when a datasource error occurs",
3978
+ "name": "gridTabulator:error"
3979
+ },
3980
+ {
3981
+ "description": "Fired when tabulator data is initialized",
3982
+ "name": "dataInit"
3983
+ },
3984
+ {
3985
+ "description": "Fired when layout size changes",
3986
+ "name": "sizeChanged"
4017
3987
  }
4018
3988
  ],
4019
- "description": "Get a Design System prefixed text field template.",
4020
- "return": {
4021
- "type": {
4022
- "text": ""
4023
- }
4024
- }
4025
- },
4026
- {
4027
- "kind": "variable",
4028
- "name": "foundationStringEditor",
4029
- "description": "Definition for the string editor component"
4030
- }
4031
- ],
4032
- "exports": [
3989
+ "attributes": [
3990
+ {
3991
+ "name": "criteria",
3992
+ "type": {
3993
+ "text": "string"
3994
+ },
3995
+ "fieldName": "criteria"
3996
+ },
3997
+ {
3998
+ "name": "fields",
3999
+ "type": {
4000
+ "text": "string"
4001
+ },
4002
+ "fieldName": "fields"
4003
+ },
4004
+ {
4005
+ "name": "is-snapshot",
4006
+ "type": {
4007
+ "text": "boolean"
4008
+ },
4009
+ "default": "false",
4010
+ "fieldName": "isSnapshot"
4011
+ },
4012
+ {
4013
+ "name": "max-rows",
4014
+ "type": {
4015
+ "text": "number"
4016
+ },
4017
+ "fieldName": "maxRows"
4018
+ },
4019
+ {
4020
+ "name": "max-view",
4021
+ "type": {
4022
+ "text": "number"
4023
+ },
4024
+ "fieldName": "maxView"
4025
+ },
4026
+ {
4027
+ "name": "polling-interval",
4028
+ "type": {
4029
+ "text": "number"
4030
+ },
4031
+ "fieldName": "pollingInterval"
4032
+ },
4033
+ {
4034
+ "name": "moving-view",
4035
+ "type": {
4036
+ "text": "boolean"
4037
+ },
4038
+ "default": "false",
4039
+ "fieldName": "movingView"
4040
+ },
4041
+ {
4042
+ "name": "order-by",
4043
+ "type": {
4044
+ "text": "string"
4045
+ },
4046
+ "fieldName": "orderBy"
4047
+ },
4048
+ {
4049
+ "name": "resource-name",
4050
+ "type": {
4051
+ "text": "string"
4052
+ },
4053
+ "fieldName": "resourceName"
4054
+ },
4055
+ {
4056
+ "type": {
4057
+ "text": "boolean"
4058
+ },
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"
4066
+ },
4067
+ {
4068
+ "name": "restart-on-reconnection",
4069
+ "type": {
4070
+ "text": "boolean"
4071
+ },
4072
+ "default": "true",
4073
+ "fieldName": "restartOnReconnection"
4074
+ },
4075
+ {
4076
+ "name": "keep-col-defs-on-clear-row-data",
4077
+ "type": {
4078
+ "text": "boolean"
4079
+ },
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"
4089
+ },
4090
+ {
4091
+ "name": "DatasourceEventHandler",
4092
+ "package": "@genesislcap/foundation-comms"
4093
+ }
4094
+ ],
4095
+ "superclass": {
4096
+ "name": "FoundationElement",
4097
+ "package": "@microsoft/fast-foundation"
4098
+ },
4099
+ "tagName": "grid-tabulator-client-side-datasource",
4100
+ "customElement": true
4101
+ }
4102
+ ],
4103
+ "exports": [
4033
4104
  {
4034
4105
  "kind": "js",
4035
- "name": "StringEditor",
4106
+ "name": "criteriaDelimiter",
4036
4107
  "declaration": {
4037
- "name": "StringEditor",
4038
- "module": "src/cell-editors/string.editor.ts"
4108
+ "name": "criteriaDelimiter",
4109
+ "module": "src/datasource/client-side.datasource.ts"
4039
4110
  }
4040
4111
  },
4041
4112
  {
4042
4113
  "kind": "js",
4043
- "name": "stringEditorStyles",
4114
+ "name": "criteriaJoin",
4044
4115
  "declaration": {
4045
- "name": "stringEditorStyles",
4046
- "module": "src/cell-editors/string.editor.ts"
4116
+ "name": "criteriaJoin",
4117
+ "module": "src/datasource/client-side.datasource.ts"
4047
4118
  }
4048
4119
  },
4049
4120
  {
4050
4121
  "kind": "js",
4051
- "name": "getStringEditorTemplate",
4122
+ "name": "GridTabulatorClientSideDatasource",
4052
4123
  "declaration": {
4053
- "name": "getStringEditorTemplate",
4054
- "module": "src/cell-editors/string.editor.ts"
4124
+ "name": "GridTabulatorClientSideDatasource",
4125
+ "module": "src/datasource/client-side.datasource.ts"
4055
4126
  }
4056
4127
  },
4057
4128
  {
4058
- "kind": "js",
4059
- "name": "foundationStringEditor",
4129
+ "kind": "custom-element-definition",
4130
+ "name": "grid-tabulator-client-side-datasource",
4060
4131
  "declaration": {
4061
- "name": "foundationStringEditor",
4062
- "module": "src/cell-editors/string.editor.ts"
4132
+ "name": "GridTabulatorClientSideDatasource",
4133
+ "module": "src/datasource/client-side.datasource.ts"
4063
4134
  }
4064
4135
  }
4065
4136
  ]
4066
4137
  },
4067
4138
  {
4068
4139
  "kind": "javascript-module",
4069
- "path": "src/utils/index.ts",
4140
+ "path": "src/datasource/index.ts",
4070
4141
  "declarations": [],
4071
4142
  "exports": [
4072
4143
  {
@@ -4074,75 +4145,62 @@
4074
4145
  "name": "*",
4075
4146
  "declaration": {
4076
4147
  "name": "*",
4077
- "package": "./logger"
4078
- }
4079
- },
4080
- {
4081
- "kind": "js",
4082
- "name": "*",
4083
- "declaration": {
4084
- "name": "*",
4085
- "package": "./string-utils"
4086
- }
4087
- },
4088
- {
4089
- "kind": "js",
4090
- "name": "*",
4091
- "declaration": {
4092
- "name": "*",
4093
- "package": "./test-id-utils"
4148
+ "package": "./client-side.datasource"
4094
4149
  }
4095
4150
  }
4096
4151
  ]
4097
4152
  },
4098
4153
  {
4099
4154
  "kind": "javascript-module",
4100
- "path": "src/utils/logger.ts",
4155
+ "path": "src/cell-formatters/action.formatter.ts",
4101
4156
  "declarations": [
4102
4157
  {
4103
- "kind": "variable",
4104
- "name": "logger",
4105
- "description": "Logger for the `grid-tabulator` package",
4158
+ "kind": "function",
4159
+ "name": "actionFormatter",
4160
+ "return": {
4161
+ "type": {
4162
+ "text": ""
4163
+ }
4164
+ },
4165
+ "parameters": [
4166
+ {
4167
+ "name": "cell",
4168
+ "type": {
4169
+ "text": "any"
4170
+ },
4171
+ "description": "The cell component provided by Tabulator"
4172
+ },
4173
+ {
4174
+ "name": "formatterParams",
4175
+ "default": "{}",
4176
+ "type": {
4177
+ "text": "ActionFormatterParams<T>"
4178
+ },
4179
+ "description": "Action formatter parameters"
4180
+ }
4181
+ ],
4182
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4106
4183
  "privacy": "public"
4107
4184
  }
4108
4185
  ],
4109
4186
  "exports": [
4110
4187
  {
4111
4188
  "kind": "js",
4112
- "name": "logger",
4189
+ "name": "actionFormatter",
4113
4190
  "declaration": {
4114
- "name": "logger",
4115
- "module": "src/utils/logger.ts"
4191
+ "name": "actionFormatter",
4192
+ "module": "src/cell-formatters/action.formatter.ts"
4116
4193
  }
4117
4194
  }
4118
4195
  ]
4119
4196
  },
4120
4197
  {
4121
4198
  "kind": "javascript-module",
4122
- "path": "src/utils/string-utils.ts",
4199
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
4123
4200
  "declarations": [
4124
4201
  {
4125
4202
  "kind": "function",
4126
- "name": "convertToKebabCase",
4127
- "return": {
4128
- "type": {
4129
- "text": ""
4130
- }
4131
- },
4132
- "parameters": [
4133
- {
4134
- "name": "str",
4135
- "type": {
4136
- "text": "string"
4137
- },
4138
- "description": "The string to convert"
4139
- }
4140
- ],
4141
- "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4142
- },
4143
- {
4144
- "kind": "function",
4145
- "name": "mergeAndDedupColDefWithColumnState",
4203
+ "name": "actionsMenuFormatter",
4146
4204
  "return": {
4147
4205
  "type": {
4148
4206
  "text": ""
@@ -4150,49 +4208,43 @@
4150
4208
  },
4151
4209
  "parameters": [
4152
4210
  {
4153
- "name": "colDefs",
4211
+ "name": "cell",
4154
4212
  "type": {
4155
- "text": "any[]"
4213
+ "text": "any"
4156
4214
  },
4157
- "description": "The column definitions"
4215
+ "description": "The cell component provided by Tabulator"
4158
4216
  },
4159
4217
  {
4160
- "name": "columnState",
4218
+ "name": "formatterParams",
4219
+ "default": "{}",
4161
4220
  "type": {
4162
- "text": "any[]"
4221
+ "text": "ActionsMenuFormatterParams<T>"
4163
4222
  },
4164
- "description": "The column state"
4223
+ "description": "Actions menu formatter parameters"
4165
4224
  }
4166
4225
  ],
4167
- "description": "Merges and dedupes column definitions with column state"
4226
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4227
+ "privacy": "public"
4168
4228
  }
4169
4229
  ],
4170
4230
  "exports": [
4171
4231
  {
4172
4232
  "kind": "js",
4173
- "name": "convertToKebabCase",
4174
- "declaration": {
4175
- "name": "convertToKebabCase",
4176
- "module": "src/utils/string-utils.ts"
4177
- }
4178
- },
4179
- {
4180
- "kind": "js",
4181
- "name": "mergeAndDedupColDefWithColumnState",
4233
+ "name": "actionsMenuFormatter",
4182
4234
  "declaration": {
4183
- "name": "mergeAndDedupColDefWithColumnState",
4184
- "module": "src/utils/string-utils.ts"
4235
+ "name": "actionsMenuFormatter",
4236
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
4185
4237
  }
4186
4238
  }
4187
4239
  ]
4188
4240
  },
4189
4241
  {
4190
4242
  "kind": "javascript-module",
4191
- "path": "src/utils/test-id-utils.ts",
4243
+ "path": "src/cell-formatters/boolean.formatter.ts",
4192
4244
  "declarations": [
4193
4245
  {
4194
4246
  "kind": "function",
4195
- "name": "getDataTestId",
4247
+ "name": "booleanFormatter",
4196
4248
  "return": {
4197
4249
  "type": {
4198
4250
  "text": ""
@@ -4200,137 +4252,7 @@
4200
4252
  },
4201
4253
  "parameters": [
4202
4254
  {
4203
- "name": "dataTestId",
4204
- "type": {
4205
- "text": "((rowData: T) => string) | string | undefined"
4206
- },
4207
- "description": "The dataTestId value (string or function)"
4208
- },
4209
- {
4210
- "name": "rowData",
4211
- "type": {
4212
- "text": "T"
4213
- },
4214
- "description": "The row data to pass to the function if dataTestId is a function"
4215
- }
4216
- ],
4217
- "description": "Resolves a dataTestId value that can be either a string or a function"
4218
- }
4219
- ],
4220
- "exports": [
4221
- {
4222
- "kind": "js",
4223
- "name": "getDataTestId",
4224
- "declaration": {
4225
- "name": "getDataTestId",
4226
- "module": "src/utils/test-id-utils.ts"
4227
- }
4228
- }
4229
- ]
4230
- },
4231
- {
4232
- "kind": "javascript-module",
4233
- "path": "src/cell-formatters/action.formatter.ts",
4234
- "declarations": [
4235
- {
4236
- "kind": "function",
4237
- "name": "actionFormatter",
4238
- "return": {
4239
- "type": {
4240
- "text": ""
4241
- }
4242
- },
4243
- "parameters": [
4244
- {
4245
- "name": "cell",
4246
- "type": {
4247
- "text": "any"
4248
- },
4249
- "description": "The cell component provided by Tabulator"
4250
- },
4251
- {
4252
- "name": "formatterParams",
4253
- "default": "{}",
4254
- "type": {
4255
- "text": "ActionFormatterParams<T>"
4256
- },
4257
- "description": "Action formatter parameters"
4258
- }
4259
- ],
4260
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
4261
- "privacy": "public"
4262
- }
4263
- ],
4264
- "exports": [
4265
- {
4266
- "kind": "js",
4267
- "name": "actionFormatter",
4268
- "declaration": {
4269
- "name": "actionFormatter",
4270
- "module": "src/cell-formatters/action.formatter.ts"
4271
- }
4272
- }
4273
- ]
4274
- },
4275
- {
4276
- "kind": "javascript-module",
4277
- "path": "src/cell-formatters/actions-menu.formatter.ts",
4278
- "declarations": [
4279
- {
4280
- "kind": "function",
4281
- "name": "actionsMenuFormatter",
4282
- "return": {
4283
- "type": {
4284
- "text": ""
4285
- }
4286
- },
4287
- "parameters": [
4288
- {
4289
- "name": "cell",
4290
- "type": {
4291
- "text": "any"
4292
- },
4293
- "description": "The cell component provided by Tabulator"
4294
- },
4295
- {
4296
- "name": "formatterParams",
4297
- "default": "{}",
4298
- "type": {
4299
- "text": "ActionsMenuFormatterParams<T>"
4300
- },
4301
- "description": "Actions menu formatter parameters"
4302
- }
4303
- ],
4304
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
4305
- "privacy": "public"
4306
- }
4307
- ],
4308
- "exports": [
4309
- {
4310
- "kind": "js",
4311
- "name": "actionsMenuFormatter",
4312
- "declaration": {
4313
- "name": "actionsMenuFormatter",
4314
- "module": "src/cell-formatters/actions-menu.formatter.ts"
4315
- }
4316
- }
4317
- ]
4318
- },
4319
- {
4320
- "kind": "javascript-module",
4321
- "path": "src/cell-formatters/boolean.formatter.ts",
4322
- "declarations": [
4323
- {
4324
- "kind": "function",
4325
- "name": "booleanFormatter",
4326
- "return": {
4327
- "type": {
4328
- "text": ""
4329
- }
4330
- },
4331
- "parameters": [
4332
- {
4333
- "name": "cell",
4255
+ "name": "cell",
4334
4256
  "type": {
4335
4257
  "text": "any"
4336
4258
  },
@@ -4628,238 +4550,316 @@
4628
4550
  },
4629
4551
  {
4630
4552
  "kind": "javascript-module",
4631
- "path": "src/cell/cell.ts",
4553
+ "path": "src/external/fonts.ts",
4632
4554
  "declarations": [
4633
4555
  {
4634
- "kind": "class",
4635
- "description": "The GridTabulator Cell element.",
4636
- "name": "GridTabulatorCell",
4637
- "members": [
4638
- {
4639
- "kind": "field",
4640
- "name": "renderer",
4641
- "type": {
4642
- "text": "CellRendererFunc"
4643
- },
4644
- "privacy": "public"
4645
- },
4646
- {
4647
- "kind": "field",
4648
- "name": "rendererParams",
4649
- "type": {
4650
- "text": "CellRendererParams"
4651
- },
4652
- "privacy": "public"
4653
- },
4654
- {
4655
- "kind": "field",
4656
- "name": "slottedRenderer",
4657
- "type": {
4658
- "text": "HTMLElement[]"
4659
- },
4660
- "privacy": "public"
4661
- },
4662
- {
4663
- "kind": "method",
4664
- "name": "init",
4665
- "privacy": "public",
4666
- "parameters": [
4667
- {
4668
- "name": "params",
4669
- "type": {
4670
- "text": "CellRendererParams"
4671
- }
4672
- }
4673
- ]
4674
- },
4675
- {
4676
- "kind": "method",
4677
- "name": "getElement",
4678
- "privacy": "public",
4679
- "return": {
4680
- "type": {
4681
- "text": "HTMLElement"
4682
- }
4683
- }
4684
- },
4685
- {
4686
- "kind": "method",
4687
- "name": "destroy",
4688
- "privacy": "public"
4689
- },
4690
- {
4691
- "kind": "method",
4692
- "name": "refresh",
4693
- "privacy": "public",
4694
- "return": {
4695
- "type": {
4696
- "text": "boolean"
4697
- }
4698
- },
4699
- "parameters": [
4700
- {
4701
- "name": "params",
4702
- "type": {
4703
- "text": "CellRendererParams"
4704
- }
4705
- }
4706
- ]
4707
- },
4708
- {
4709
- "kind": "method",
4710
- "name": "slottedRendererChanged",
4711
- "privacy": "public"
4712
- },
4713
- {
4714
- "kind": "field",
4715
- "name": "_presentation",
4716
- "type": {
4717
- "text": "ComponentPresentation | null | undefined"
4718
- },
4719
- "privacy": "private",
4720
- "default": "void 0",
4721
- "inheritedFrom": {
4722
- "name": "FoundationElement",
4723
- "module": "src/foundation-element/foundation-element.ts"
4724
- }
4725
- },
4726
- {
4727
- "kind": "field",
4728
- "name": "$presentation",
4729
- "type": {
4730
- "text": "ComponentPresentation | null"
4731
- },
4732
- "privacy": "public",
4733
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4734
- "inheritedFrom": {
4735
- "name": "FoundationElement",
4736
- "module": "src/foundation-element/foundation-element.ts"
4737
- }
4738
- },
4739
- {
4740
- "kind": "field",
4741
- "name": "template",
4742
- "type": {
4743
- "text": "ElementViewTemplate | void | null"
4744
- },
4745
- "privacy": "public",
4746
- "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.",
4747
- "inheritedFrom": {
4748
- "name": "FoundationElement",
4749
- "module": "src/foundation-element/foundation-element.ts"
4750
- }
4751
- },
4752
- {
4753
- "kind": "method",
4754
- "name": "templateChanged",
4755
- "privacy": "protected",
4756
- "return": {
4757
- "type": {
4758
- "text": "void"
4759
- }
4760
- },
4761
- "inheritedFrom": {
4762
- "name": "FoundationElement",
4763
- "module": "src/foundation-element/foundation-element.ts"
4764
- }
4765
- },
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
+ {
4669
+ "kind": "javascript-module",
4670
+ "path": "src/style/colors.ts",
4671
+ "declarations": [],
4672
+ "exports": []
4673
+ },
4674
+ {
4675
+ "kind": "javascript-module",
4676
+ "path": "src/style/index.ts",
4677
+ "declarations": [],
4678
+ "exports": [
4679
+ {
4680
+ "kind": "js",
4681
+ "name": "*",
4682
+ "declaration": {
4683
+ "name": "*",
4684
+ "package": "./colors"
4685
+ }
4686
+ },
4687
+ {
4688
+ "kind": "js",
4689
+ "name": "*",
4690
+ "declaration": {
4691
+ "name": "*",
4692
+ "package": "./tokens"
4693
+ }
4694
+ }
4695
+ ]
4696
+ },
4697
+ {
4698
+ "kind": "javascript-module",
4699
+ "path": "src/style/tokens.ts",
4700
+ "declarations": [],
4701
+ "exports": []
4702
+ },
4703
+ {
4704
+ "kind": "javascript-module",
4705
+ "path": "src/utils/index.ts",
4706
+ "declarations": [],
4707
+ "exports": [
4708
+ {
4709
+ "kind": "js",
4710
+ "name": "*",
4711
+ "declaration": {
4712
+ "name": "*",
4713
+ "package": "./logger"
4714
+ }
4715
+ },
4716
+ {
4717
+ "kind": "js",
4718
+ "name": "*",
4719
+ "declaration": {
4720
+ "name": "*",
4721
+ "package": "./string-utils"
4722
+ }
4723
+ },
4724
+ {
4725
+ "kind": "js",
4726
+ "name": "*",
4727
+ "declaration": {
4728
+ "name": "*",
4729
+ "package": "./test-id-utils"
4730
+ }
4731
+ }
4732
+ ]
4733
+ },
4734
+ {
4735
+ "kind": "javascript-module",
4736
+ "path": "src/utils/logger.ts",
4737
+ "declarations": [
4738
+ {
4739
+ "kind": "variable",
4740
+ "name": "logger",
4741
+ "description": "Logger for the `grid-tabulator` package",
4742
+ "privacy": "public"
4743
+ }
4744
+ ],
4745
+ "exports": [
4746
+ {
4747
+ "kind": "js",
4748
+ "name": "logger",
4749
+ "declaration": {
4750
+ "name": "logger",
4751
+ "module": "src/utils/logger.ts"
4752
+ }
4753
+ }
4754
+ ]
4755
+ },
4756
+ {
4757
+ "kind": "javascript-module",
4758
+ "path": "src/utils/string-utils.ts",
4759
+ "declarations": [
4760
+ {
4761
+ "kind": "function",
4762
+ "name": "convertToKebabCase",
4763
+ "return": {
4764
+ "type": {
4765
+ "text": ""
4766
+ }
4767
+ },
4768
+ "parameters": [
4766
4769
  {
4767
- "kind": "field",
4768
- "name": "styles",
4770
+ "name": "str",
4769
4771
  "type": {
4770
- "text": "ElementStyles | void | null"
4772
+ "text": "string"
4771
4773
  },
4772
- "privacy": "public",
4773
- "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.",
4774
- "inheritedFrom": {
4775
- "name": "FoundationElement",
4776
- "module": "src/foundation-element/foundation-element.ts"
4777
- }
4778
- },
4774
+ "description": "The string to convert"
4775
+ }
4776
+ ],
4777
+ "description": "Convert a string to kebab case\nExample: convertToKebabCase('helloWorld') // 'hello-world'"
4778
+ },
4779
+ {
4780
+ "kind": "function",
4781
+ "name": "mergeAndDedupColDefWithColumnState",
4782
+ "return": {
4783
+ "type": {
4784
+ "text": ""
4785
+ }
4786
+ },
4787
+ "parameters": [
4779
4788
  {
4780
- "kind": "method",
4781
- "name": "stylesChanged",
4782
- "privacy": "protected",
4783
- "return": {
4784
- "type": {
4785
- "text": "void"
4786
- }
4789
+ "name": "colDefs",
4790
+ "type": {
4791
+ "text": "any[]"
4787
4792
  },
4788
- "inheritedFrom": {
4789
- "name": "FoundationElement",
4790
- "module": "src/foundation-element/foundation-element.ts"
4791
- }
4793
+ "description": "The column definitions"
4792
4794
  },
4793
4795
  {
4794
- "kind": "method",
4795
- "name": "compose",
4796
- "privacy": "public",
4797
- "static": true,
4798
- "return": {
4799
- "type": {
4800
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4801
- }
4796
+ "name": "columnState",
4797
+ "type": {
4798
+ "text": "any[]"
4802
4799
  },
4803
- "parameters": [
4804
- {
4805
- "name": "this",
4806
- "type": {
4807
- "text": "K"
4808
- }
4809
- },
4810
- {
4811
- "name": "elementDefinition",
4812
- "type": {
4813
- "text": "T"
4814
- },
4815
- "description": "The definition of the element to create the registry\nfunction for."
4816
- }
4817
- ],
4818
- "description": "Defines an element registry function with a set of element definition defaults.",
4819
- "inheritedFrom": {
4820
- "name": "FoundationElement",
4821
- "module": "src/foundation-element/foundation-element.ts"
4822
- }
4800
+ "description": "The column state"
4823
4801
  }
4824
4802
  ],
4825
- "superclass": {
4826
- "name": "FoundationElement",
4827
- "package": "@microsoft/fast-foundation"
4828
- },
4829
- "tagName": "grid-tabulator-cell",
4830
- "customElement": true
4803
+ "description": "Merges and dedupes column definitions with column state"
4831
4804
  }
4832
4805
  ],
4833
4806
  "exports": [
4834
4807
  {
4835
4808
  "kind": "js",
4836
- "name": "GridTabulatorCell",
4809
+ "name": "convertToKebabCase",
4837
4810
  "declaration": {
4838
- "name": "GridTabulatorCell",
4839
- "module": "src/cell/cell.ts"
4811
+ "name": "convertToKebabCase",
4812
+ "module": "src/utils/string-utils.ts"
4840
4813
  }
4841
4814
  },
4842
4815
  {
4843
- "kind": "custom-element-definition",
4844
- "name": "grid-tabulator-cell",
4816
+ "kind": "js",
4817
+ "name": "mergeAndDedupColDefWithColumnState",
4845
4818
  "declaration": {
4846
- "name": "GridTabulatorCell",
4847
- "module": "src/cell/cell.ts"
4819
+ "name": "mergeAndDedupColDefWithColumnState",
4820
+ "module": "src/utils/string-utils.ts"
4848
4821
  }
4849
4822
  }
4850
4823
  ]
4851
4824
  },
4852
4825
  {
4853
4826
  "kind": "javascript-module",
4854
- "path": "src/cell/index.ts",
4855
- "declarations": [],
4827
+ "path": "src/utils/test-id-utils.ts",
4828
+ "declarations": [
4829
+ {
4830
+ "kind": "function",
4831
+ "name": "getDataTestId",
4832
+ "return": {
4833
+ "type": {
4834
+ "text": ""
4835
+ }
4836
+ },
4837
+ "parameters": [
4838
+ {
4839
+ "name": "dataTestId",
4840
+ "type": {
4841
+ "text": "((rowData: T) => string) | string | undefined"
4842
+ },
4843
+ "description": "The dataTestId value (string or function)"
4844
+ },
4845
+ {
4846
+ "name": "rowData",
4847
+ "type": {
4848
+ "text": "T"
4849
+ },
4850
+ "description": "The row data to pass to the function if dataTestId is a function"
4851
+ }
4852
+ ],
4853
+ "description": "Resolves a dataTestId value that can be either a string or a function"
4854
+ }
4855
+ ],
4856
4856
  "exports": [
4857
4857
  {
4858
4858
  "kind": "js",
4859
- "name": "*",
4859
+ "name": "getDataTestId",
4860
4860
  "declaration": {
4861
- "name": "*",
4862
- "package": "./cell"
4861
+ "name": "getDataTestId",
4862
+ "module": "src/utils/test-id-utils.ts"
4863
4863
  }
4864
4864
  }
4865
4865
  ]