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