@genesislcap/grid-tabulator 14.458.2 → 14.458.3-alpha-cdd1303e9.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +706 -706
  2. package/package.json +13 -13
@@ -1655,6 +1655,404 @@
1655
1655
  }
1656
1656
  ]
1657
1657
  },
1658
+ {
1659
+ "kind": "javascript-module",
1660
+ "path": "src/cell-formatters/action.formatter.ts",
1661
+ "declarations": [
1662
+ {
1663
+ "kind": "function",
1664
+ "name": "actionFormatter",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": ""
1668
+ }
1669
+ },
1670
+ "parameters": [
1671
+ {
1672
+ "name": "cell",
1673
+ "type": {
1674
+ "text": "any"
1675
+ },
1676
+ "description": "The cell component provided by Tabulator"
1677
+ },
1678
+ {
1679
+ "name": "formatterParams",
1680
+ "default": "{}",
1681
+ "type": {
1682
+ "text": "ActionFormatterParams<T>"
1683
+ },
1684
+ "description": "Action formatter parameters"
1685
+ }
1686
+ ],
1687
+ "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
1688
+ "privacy": "public"
1689
+ }
1690
+ ],
1691
+ "exports": [
1692
+ {
1693
+ "kind": "js",
1694
+ "name": "actionFormatter",
1695
+ "declaration": {
1696
+ "name": "actionFormatter",
1697
+ "module": "src/cell-formatters/action.formatter.ts"
1698
+ }
1699
+ }
1700
+ ]
1701
+ },
1702
+ {
1703
+ "kind": "javascript-module",
1704
+ "path": "src/cell-formatters/actions-menu.formatter.ts",
1705
+ "declarations": [
1706
+ {
1707
+ "kind": "function",
1708
+ "name": "actionsMenuFormatter",
1709
+ "return": {
1710
+ "type": {
1711
+ "text": ""
1712
+ }
1713
+ },
1714
+ "parameters": [
1715
+ {
1716
+ "name": "cell",
1717
+ "type": {
1718
+ "text": "any"
1719
+ },
1720
+ "description": "The cell component provided by Tabulator"
1721
+ },
1722
+ {
1723
+ "name": "formatterParams",
1724
+ "default": "{}",
1725
+ "type": {
1726
+ "text": "ActionsMenuFormatterParams<T>"
1727
+ },
1728
+ "description": "Actions menu formatter parameters"
1729
+ }
1730
+ ],
1731
+ "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
1732
+ "privacy": "public"
1733
+ }
1734
+ ],
1735
+ "exports": [
1736
+ {
1737
+ "kind": "js",
1738
+ "name": "actionsMenuFormatter",
1739
+ "declaration": {
1740
+ "name": "actionsMenuFormatter",
1741
+ "module": "src/cell-formatters/actions-menu.formatter.ts"
1742
+ }
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "kind": "javascript-module",
1748
+ "path": "src/cell-formatters/boolean.formatter.ts",
1749
+ "declarations": [
1750
+ {
1751
+ "kind": "function",
1752
+ "name": "booleanFormatter",
1753
+ "return": {
1754
+ "type": {
1755
+ "text": ""
1756
+ }
1757
+ },
1758
+ "parameters": [
1759
+ {
1760
+ "name": "cell",
1761
+ "type": {
1762
+ "text": "any"
1763
+ },
1764
+ "description": "The cell component provided by Tabulator"
1765
+ },
1766
+ {
1767
+ "name": "formatterParams",
1768
+ "default": "{}",
1769
+ "type": {
1770
+ "text": "BooleanFormatterParams<T>"
1771
+ },
1772
+ "description": "Boolean formatter parameters"
1773
+ }
1774
+ ],
1775
+ "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
1776
+ "privacy": "public"
1777
+ }
1778
+ ],
1779
+ "exports": [
1780
+ {
1781
+ "kind": "js",
1782
+ "name": "booleanFormatter",
1783
+ "declaration": {
1784
+ "name": "booleanFormatter",
1785
+ "module": "src/cell-formatters/boolean.formatter.ts"
1786
+ }
1787
+ }
1788
+ ]
1789
+ },
1790
+ {
1791
+ "kind": "javascript-module",
1792
+ "path": "src/cell-formatters/constants.ts",
1793
+ "declarations": [],
1794
+ "exports": []
1795
+ },
1796
+ {
1797
+ "kind": "javascript-module",
1798
+ "path": "src/cell-formatters/editable.formatter.ts",
1799
+ "declarations": [
1800
+ {
1801
+ "kind": "function",
1802
+ "name": "editableFormatter",
1803
+ "return": {
1804
+ "type": {
1805
+ "text": ""
1806
+ }
1807
+ },
1808
+ "parameters": [
1809
+ {
1810
+ "name": "cell",
1811
+ "type": {
1812
+ "text": "any"
1813
+ },
1814
+ "description": "The cell component provided by Tabulator"
1815
+ },
1816
+ {
1817
+ "name": "formatterParams",
1818
+ "default": "{}",
1819
+ "type": {
1820
+ "text": "EditableFormatterParams<T>"
1821
+ },
1822
+ "description": "Editable formatter parameters"
1823
+ }
1824
+ ],
1825
+ "description": "Formatter that displays an editable cell with validation state",
1826
+ "privacy": "public"
1827
+ }
1828
+ ],
1829
+ "exports": [
1830
+ {
1831
+ "kind": "js",
1832
+ "name": "editableFormatter",
1833
+ "declaration": {
1834
+ "name": "editableFormatter",
1835
+ "module": "src/cell-formatters/editable.formatter.ts"
1836
+ }
1837
+ }
1838
+ ]
1839
+ },
1840
+ {
1841
+ "kind": "javascript-module",
1842
+ "path": "src/cell-formatters/index.ts",
1843
+ "declarations": [
1844
+ {
1845
+ "kind": "variable",
1846
+ "name": "formatters",
1847
+ "type": {
1848
+ "text": "object"
1849
+ },
1850
+ "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
1851
+ "description": "Zero formatters for Tabulator grid"
1852
+ }
1853
+ ],
1854
+ "exports": [
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./constants"
1861
+ }
1862
+ },
1863
+ {
1864
+ "kind": "js",
1865
+ "name": "ActionFormatterParams",
1866
+ "declaration": {
1867
+ "name": "ActionFormatterParams",
1868
+ "module": "src/cell-formatters/index.ts"
1869
+ }
1870
+ },
1871
+ {
1872
+ "kind": "js",
1873
+ "name": "actionFormatter",
1874
+ "declaration": {
1875
+ "name": "actionFormatter",
1876
+ "module": "src/cell-formatters/index.ts"
1877
+ }
1878
+ },
1879
+ {
1880
+ "kind": "js",
1881
+ "name": "ActionsMenuFormatterParams",
1882
+ "declaration": {
1883
+ "name": "ActionsMenuFormatterParams",
1884
+ "module": "src/cell-formatters/index.ts"
1885
+ }
1886
+ },
1887
+ {
1888
+ "kind": "js",
1889
+ "name": "actionsMenuFormatter",
1890
+ "declaration": {
1891
+ "name": "actionsMenuFormatter",
1892
+ "module": "src/cell-formatters/index.ts"
1893
+ }
1894
+ },
1895
+ {
1896
+ "kind": "js",
1897
+ "name": "BooleanFormatterParams",
1898
+ "declaration": {
1899
+ "name": "BooleanFormatterParams",
1900
+ "module": "src/cell-formatters/index.ts"
1901
+ }
1902
+ },
1903
+ {
1904
+ "kind": "js",
1905
+ "name": "booleanFormatter",
1906
+ "declaration": {
1907
+ "name": "booleanFormatter",
1908
+ "module": "src/cell-formatters/index.ts"
1909
+ }
1910
+ },
1911
+ {
1912
+ "kind": "js",
1913
+ "name": "EditableFormatterParams",
1914
+ "declaration": {
1915
+ "name": "EditableFormatterParams",
1916
+ "module": "src/cell-formatters/index.ts"
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "js",
1921
+ "name": "editableFormatter",
1922
+ "declaration": {
1923
+ "name": "editableFormatter",
1924
+ "module": "src/cell-formatters/index.ts"
1925
+ }
1926
+ },
1927
+ {
1928
+ "kind": "js",
1929
+ "name": "SelectFormatterParams",
1930
+ "declaration": {
1931
+ "name": "SelectFormatterParams",
1932
+ "module": "src/cell-formatters/index.ts"
1933
+ }
1934
+ },
1935
+ {
1936
+ "kind": "js",
1937
+ "name": "selectFormatter",
1938
+ "declaration": {
1939
+ "name": "selectFormatter",
1940
+ "module": "src/cell-formatters/index.ts"
1941
+ }
1942
+ },
1943
+ {
1944
+ "kind": "js",
1945
+ "name": "TextFormatterParams",
1946
+ "declaration": {
1947
+ "name": "TextFormatterParams",
1948
+ "module": "src/cell-formatters/index.ts"
1949
+ }
1950
+ },
1951
+ {
1952
+ "kind": "js",
1953
+ "name": "textFormatter",
1954
+ "declaration": {
1955
+ "name": "textFormatter",
1956
+ "module": "src/cell-formatters/index.ts"
1957
+ }
1958
+ },
1959
+ {
1960
+ "kind": "js",
1961
+ "name": "formatters",
1962
+ "declaration": {
1963
+ "name": "formatters",
1964
+ "module": "src/cell-formatters/index.ts"
1965
+ }
1966
+ }
1967
+ ]
1968
+ },
1969
+ {
1970
+ "kind": "javascript-module",
1971
+ "path": "src/cell-formatters/select.formatter.ts",
1972
+ "declarations": [
1973
+ {
1974
+ "kind": "function",
1975
+ "name": "selectFormatter",
1976
+ "return": {
1977
+ "type": {
1978
+ "text": ""
1979
+ }
1980
+ },
1981
+ "parameters": [
1982
+ {
1983
+ "name": "cell",
1984
+ "type": {
1985
+ "text": "any"
1986
+ },
1987
+ "description": "The cell component provided by Tabulator"
1988
+ },
1989
+ {
1990
+ "name": "formatterParams",
1991
+ "type": {
1992
+ "text": "SelectFormatterParams<T>"
1993
+ },
1994
+ "description": "Select formatter parameters"
1995
+ }
1996
+ ],
1997
+ "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
1998
+ "privacy": "public"
1999
+ }
2000
+ ],
2001
+ "exports": [
2002
+ {
2003
+ "kind": "js",
2004
+ "name": "selectFormatter",
2005
+ "declaration": {
2006
+ "name": "selectFormatter",
2007
+ "module": "src/cell-formatters/select.formatter.ts"
2008
+ }
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "kind": "javascript-module",
2014
+ "path": "src/cell-formatters/text.formatter.ts",
2015
+ "declarations": [
2016
+ {
2017
+ "kind": "function",
2018
+ "name": "textFormatter",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": ""
2022
+ }
2023
+ },
2024
+ "parameters": [
2025
+ {
2026
+ "name": "cell",
2027
+ "type": {
2028
+ "text": "any"
2029
+ },
2030
+ "description": "The cell component provided by Tabulator"
2031
+ },
2032
+ {
2033
+ "name": "formatterParams",
2034
+ "default": "{}",
2035
+ "type": {
2036
+ "text": "TextFormatterParams<T>"
2037
+ },
2038
+ "description": "Text formatter parameters"
2039
+ }
2040
+ ],
2041
+ "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
2042
+ "privacy": "public"
2043
+ }
2044
+ ],
2045
+ "exports": [
2046
+ {
2047
+ "kind": "js",
2048
+ "name": "textFormatter",
2049
+ "declaration": {
2050
+ "name": "textFormatter",
2051
+ "module": "src/cell-formatters/text.formatter.ts"
2052
+ }
2053
+ }
2054
+ ]
2055
+ },
1658
2056
  {
1659
2057
  "kind": "javascript-module",
1660
2058
  "path": "src/cell-editors/date.editor.ts",
@@ -2424,303 +2822,57 @@
2424
2822
  "exports": [
2425
2823
  {
2426
2824
  "kind": "js",
2427
- "name": "NumberEditor",
2428
- "declaration": {
2429
- "name": "NumberEditor",
2430
- "module": "src/cell-editors/number.editor.ts"
2431
- }
2432
- },
2433
- {
2434
- "kind": "js",
2435
- "name": "numberEditorStyles",
2436
- "declaration": {
2437
- "name": "numberEditorStyles",
2438
- "module": "src/cell-editors/number.editor.ts"
2439
- }
2440
- },
2441
- {
2442
- "kind": "js",
2443
- "name": "getNumberEditorTemplate",
2444
- "declaration": {
2445
- "name": "getNumberEditorTemplate",
2446
- "module": "src/cell-editors/number.editor.ts"
2447
- }
2448
- },
2449
- {
2450
- "kind": "js",
2451
- "name": "foundationNumberEditor",
2452
- "declaration": {
2453
- "name": "foundationNumberEditor",
2454
- "module": "src/cell-editors/number.editor.ts"
2455
- }
2456
- }
2457
- ]
2458
- },
2459
- {
2460
- "kind": "javascript-module",
2461
- "path": "src/cell-editors/select.editor.ts",
2462
- "declarations": [
2463
- {
2464
- "kind": "class",
2465
- "description": "The select editor class for grid-tabulator",
2466
- "name": "SelectEditor",
2467
- "members": [
2468
- {
2469
- "kind": "field",
2470
- "name": "params",
2471
- "type": {
2472
- "text": "SelectEditorParams"
2473
- }
2474
- },
2475
- {
2476
- "kind": "field",
2477
- "name": "select",
2478
- "type": {
2479
- "text": "any"
2480
- }
2481
- },
2482
- {
2483
- "kind": "method",
2484
- "name": "init",
2485
- "parameters": [
2486
- {
2487
- "name": "params",
2488
- "type": {
2489
- "text": "SelectEditorParams"
2490
- }
2491
- }
2492
- ],
2493
- "description": "Initialize the editor with parameters"
2494
- },
2495
- {
2496
- "kind": "method",
2497
- "name": "getValue",
2498
- "description": "Get current value"
2499
- },
2500
- {
2501
- "kind": "method",
2502
- "name": "focus",
2503
- "description": "Set focus to the select"
2504
- },
2505
- {
2506
- "kind": "method",
2507
- "name": "handleKeyDown",
2508
- "parameters": [
2509
- {
2510
- "name": "event",
2511
- "type": {
2512
- "text": "KeyboardEvent"
2513
- }
2514
- }
2515
- ],
2516
- "description": "Process key down events"
2517
- },
2518
- {
2519
- "kind": "method",
2520
- "name": "handleChange",
2521
- "description": "Handle change event"
2522
- },
2523
- {
2524
- "kind": "field",
2525
- "name": "_presentation",
2526
- "type": {
2527
- "text": "ComponentPresentation | null | undefined"
2528
- },
2529
- "privacy": "private",
2530
- "default": "void 0",
2531
- "inheritedFrom": {
2532
- "name": "FoundationElement",
2533
- "module": "src/foundation-element/foundation-element.ts"
2534
- }
2535
- },
2536
- {
2537
- "kind": "field",
2538
- "name": "$presentation",
2539
- "type": {
2540
- "text": "ComponentPresentation | null"
2541
- },
2542
- "privacy": "public",
2543
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2544
- "inheritedFrom": {
2545
- "name": "FoundationElement",
2546
- "module": "src/foundation-element/foundation-element.ts"
2547
- }
2548
- },
2549
- {
2550
- "kind": "field",
2551
- "name": "template",
2552
- "type": {
2553
- "text": "ElementViewTemplate | void | null"
2554
- },
2555
- "privacy": "public",
2556
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2557
- "inheritedFrom": {
2558
- "name": "FoundationElement",
2559
- "module": "src/foundation-element/foundation-element.ts"
2560
- }
2561
- },
2562
- {
2563
- "kind": "method",
2564
- "name": "templateChanged",
2565
- "privacy": "protected",
2566
- "return": {
2567
- "type": {
2568
- "text": "void"
2569
- }
2570
- },
2571
- "inheritedFrom": {
2572
- "name": "FoundationElement",
2573
- "module": "src/foundation-element/foundation-element.ts"
2574
- }
2575
- },
2576
- {
2577
- "kind": "field",
2578
- "name": "styles",
2579
- "type": {
2580
- "text": "ElementStyles | void | null"
2581
- },
2582
- "privacy": "public",
2583
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2584
- "inheritedFrom": {
2585
- "name": "FoundationElement",
2586
- "module": "src/foundation-element/foundation-element.ts"
2587
- }
2588
- },
2589
- {
2590
- "kind": "method",
2591
- "name": "stylesChanged",
2592
- "privacy": "protected",
2593
- "return": {
2594
- "type": {
2595
- "text": "void"
2596
- }
2597
- },
2598
- "inheritedFrom": {
2599
- "name": "FoundationElement",
2600
- "module": "src/foundation-element/foundation-element.ts"
2601
- }
2602
- },
2603
- {
2604
- "kind": "method",
2605
- "name": "compose",
2606
- "privacy": "public",
2607
- "static": true,
2608
- "return": {
2609
- "type": {
2610
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2611
- }
2612
- },
2613
- "parameters": [
2614
- {
2615
- "name": "this",
2616
- "type": {
2617
- "text": "K"
2618
- }
2619
- },
2620
- {
2621
- "name": "elementDefinition",
2622
- "type": {
2623
- "text": "T"
2624
- },
2625
- "description": "The definition of the element to create the registry\nfunction for."
2626
- }
2627
- ],
2628
- "description": "Defines an element registry function with a set of element definition defaults.",
2629
- "inheritedFrom": {
2630
- "name": "FoundationElement",
2631
- "module": "src/foundation-element/foundation-element.ts"
2632
- }
2633
- }
2634
- ],
2635
- "superclass": {
2636
- "name": "FoundationElement",
2637
- "package": "@microsoft/fast-foundation"
2638
- }
2639
- },
2640
- {
2641
- "kind": "variable",
2642
- "name": "selectEditorStyles",
2643
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2644
- "description": "Styles for the select editor"
2645
- },
2646
- {
2647
- "kind": "function",
2648
- "name": "getSelectEditorTemplate",
2649
- "parameters": [
2650
- {
2651
- "name": "prefix",
2652
- "default": "'foundation'",
2653
- "description": "The design system prefix to use. Defaults to 'foundation'."
2654
- }
2655
- ],
2656
- "description": "Get a Design System prefixed Select template.",
2657
- "return": {
2658
- "type": {
2659
- "text": ""
2660
- }
2661
- },
2662
- "privacy": "public"
2663
- },
2664
- {
2665
- "kind": "variable",
2666
- "name": "foundationSelectEditor",
2667
- "description": "Definition for the select editor component"
2668
- }
2669
- ],
2670
- "exports": [
2671
- {
2672
- "kind": "js",
2673
- "name": "SelectEditor",
2825
+ "name": "NumberEditor",
2674
2826
  "declaration": {
2675
- "name": "SelectEditor",
2676
- "module": "src/cell-editors/select.editor.ts"
2827
+ "name": "NumberEditor",
2828
+ "module": "src/cell-editors/number.editor.ts"
2677
2829
  }
2678
2830
  },
2679
2831
  {
2680
2832
  "kind": "js",
2681
- "name": "selectEditorStyles",
2833
+ "name": "numberEditorStyles",
2682
2834
  "declaration": {
2683
- "name": "selectEditorStyles",
2684
- "module": "src/cell-editors/select.editor.ts"
2835
+ "name": "numberEditorStyles",
2836
+ "module": "src/cell-editors/number.editor.ts"
2685
2837
  }
2686
2838
  },
2687
2839
  {
2688
2840
  "kind": "js",
2689
- "name": "getSelectEditorTemplate",
2841
+ "name": "getNumberEditorTemplate",
2690
2842
  "declaration": {
2691
- "name": "getSelectEditorTemplate",
2692
- "module": "src/cell-editors/select.editor.ts"
2843
+ "name": "getNumberEditorTemplate",
2844
+ "module": "src/cell-editors/number.editor.ts"
2693
2845
  }
2694
2846
  },
2695
2847
  {
2696
2848
  "kind": "js",
2697
- "name": "foundationSelectEditor",
2849
+ "name": "foundationNumberEditor",
2698
2850
  "declaration": {
2699
- "name": "foundationSelectEditor",
2700
- "module": "src/cell-editors/select.editor.ts"
2851
+ "name": "foundationNumberEditor",
2852
+ "module": "src/cell-editors/number.editor.ts"
2701
2853
  }
2702
2854
  }
2703
2855
  ]
2704
2856
  },
2705
2857
  {
2706
2858
  "kind": "javascript-module",
2707
- "path": "src/cell-editors/string.editor.ts",
2859
+ "path": "src/cell-editors/select.editor.ts",
2708
2860
  "declarations": [
2709
2861
  {
2710
2862
  "kind": "class",
2711
- "description": "The string editor class for grid-tabulator",
2712
- "name": "StringEditor",
2863
+ "description": "The select editor class for grid-tabulator",
2864
+ "name": "SelectEditor",
2713
2865
  "members": [
2714
2866
  {
2715
2867
  "kind": "field",
2716
2868
  "name": "params",
2717
2869
  "type": {
2718
- "text": "StringEditorParams"
2870
+ "text": "SelectEditorParams"
2719
2871
  }
2720
2872
  },
2721
2873
  {
2722
2874
  "kind": "field",
2723
- "name": "textField",
2875
+ "name": "select",
2724
2876
  "type": {
2725
2877
  "text": "any"
2726
2878
  }
@@ -2732,7 +2884,7 @@
2732
2884
  {
2733
2885
  "name": "params",
2734
2886
  "type": {
2735
- "text": "StringEditorParams"
2887
+ "text": "SelectEditorParams"
2736
2888
  }
2737
2889
  }
2738
2890
  ],
@@ -2746,7 +2898,7 @@
2746
2898
  {
2747
2899
  "kind": "method",
2748
2900
  "name": "focus",
2749
- "description": "Set focus to the input"
2901
+ "description": "Set focus to the select"
2750
2902
  },
2751
2903
  {
2752
2904
  "kind": "method",
@@ -2761,6 +2913,11 @@
2761
2913
  ],
2762
2914
  "description": "Process key down events"
2763
2915
  },
2916
+ {
2917
+ "kind": "method",
2918
+ "name": "handleChange",
2919
+ "description": "Handle change event"
2920
+ },
2764
2921
  {
2765
2922
  "kind": "field",
2766
2923
  "name": "_presentation",
@@ -2871,471 +3028,314 @@
2871
3028
  "name": "FoundationElement",
2872
3029
  "module": "src/foundation-element/foundation-element.ts"
2873
3030
  }
2874
- }
2875
- ],
2876
- "superclass": {
2877
- "name": "FoundationElement",
2878
- "package": "@microsoft/fast-foundation"
2879
- }
2880
- },
2881
- {
2882
- "kind": "variable",
2883
- "name": "stringEditorStyles",
2884
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2885
- "description": "Styles for the string editor"
2886
- },
2887
- {
2888
- "kind": "function",
2889
- "name": "getStringEditorTemplate",
2890
- "parameters": [
2891
- {
2892
- "name": "prefix",
2893
- "default": "'foundation'",
2894
- "description": "The design system prefix to use. Defaults to 'foundation'."
2895
- }
2896
- ],
2897
- "description": "Get a Design System prefixed text field template.",
2898
- "return": {
2899
- "type": {
2900
- "text": ""
2901
- }
2902
- }
2903
- },
2904
- {
2905
- "kind": "variable",
2906
- "name": "foundationStringEditor",
2907
- "description": "Definition for the string editor component"
2908
- }
2909
- ],
2910
- "exports": [
2911
- {
2912
- "kind": "js",
2913
- "name": "StringEditor",
2914
- "declaration": {
2915
- "name": "StringEditor",
2916
- "module": "src/cell-editors/string.editor.ts"
2917
- }
2918
- },
2919
- {
2920
- "kind": "js",
2921
- "name": "stringEditorStyles",
2922
- "declaration": {
2923
- "name": "stringEditorStyles",
2924
- "module": "src/cell-editors/string.editor.ts"
2925
- }
2926
- },
2927
- {
2928
- "kind": "js",
2929
- "name": "getStringEditorTemplate",
2930
- "declaration": {
2931
- "name": "getStringEditorTemplate",
2932
- "module": "src/cell-editors/string.editor.ts"
2933
- }
2934
- },
2935
- {
2936
- "kind": "js",
2937
- "name": "foundationStringEditor",
2938
- "declaration": {
2939
- "name": "foundationStringEditor",
2940
- "module": "src/cell-editors/string.editor.ts"
2941
- }
2942
- }
2943
- ]
2944
- },
2945
- {
2946
- "kind": "javascript-module",
2947
- "path": "src/cell-formatters/action.formatter.ts",
2948
- "declarations": [
2949
- {
2950
- "kind": "function",
2951
- "name": "actionFormatter",
2952
- "return": {
2953
- "type": {
2954
- "text": ""
2955
- }
2956
- },
2957
- "parameters": [
2958
- {
2959
- "name": "cell",
2960
- "type": {
2961
- "text": "any"
2962
- },
2963
- "description": "The cell component provided by Tabulator"
2964
- },
2965
- {
2966
- "name": "formatterParams",
2967
- "default": "{}",
2968
- "type": {
2969
- "text": "ActionFormatterParams<T>"
2970
- },
2971
- "description": "Action formatter parameters"
2972
- }
2973
- ],
2974
- "description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
2975
- "privacy": "public"
2976
- }
2977
- ],
2978
- "exports": [
2979
- {
2980
- "kind": "js",
2981
- "name": "actionFormatter",
2982
- "declaration": {
2983
- "name": "actionFormatter",
2984
- "module": "src/cell-formatters/action.formatter.ts"
2985
- }
2986
- }
2987
- ]
2988
- },
2989
- {
2990
- "kind": "javascript-module",
2991
- "path": "src/cell-formatters/actions-menu.formatter.ts",
2992
- "declarations": [
2993
- {
2994
- "kind": "function",
2995
- "name": "actionsMenuFormatter",
2996
- "return": {
2997
- "type": {
2998
- "text": ""
2999
- }
3000
- },
3001
- "parameters": [
3002
- {
3003
- "name": "cell",
3004
- "type": {
3005
- "text": "any"
3006
- },
3007
- "description": "The cell component provided by Tabulator"
3008
- },
3009
- {
3010
- "name": "formatterParams",
3011
- "default": "{}",
3012
- "type": {
3013
- "text": "ActionsMenuFormatterParams<T>"
3014
- },
3015
- "description": "Actions menu formatter parameters"
3016
- }
3017
- ],
3018
- "description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
3019
- "privacy": "public"
3020
- }
3021
- ],
3022
- "exports": [
3023
- {
3024
- "kind": "js",
3025
- "name": "actionsMenuFormatter",
3026
- "declaration": {
3027
- "name": "actionsMenuFormatter",
3028
- "module": "src/cell-formatters/actions-menu.formatter.ts"
3029
- }
3030
- }
3031
- ]
3032
- },
3033
- {
3034
- "kind": "javascript-module",
3035
- "path": "src/cell-formatters/boolean.formatter.ts",
3036
- "declarations": [
3037
- {
3038
- "kind": "function",
3039
- "name": "booleanFormatter",
3040
- "return": {
3041
- "type": {
3042
- "text": ""
3043
- }
3044
- },
3045
- "parameters": [
3046
- {
3047
- "name": "cell",
3048
- "type": {
3049
- "text": "any"
3050
- },
3051
- "description": "The cell component provided by Tabulator"
3052
- },
3053
- {
3054
- "name": "formatterParams",
3055
- "default": "{}",
3056
- "type": {
3057
- "text": "BooleanFormatterParams<T>"
3058
- },
3059
- "description": "Boolean formatter parameters"
3060
- }
3061
- ],
3062
- "description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
3063
- "privacy": "public"
3064
- }
3065
- ],
3066
- "exports": [
3067
- {
3068
- "kind": "js",
3069
- "name": "booleanFormatter",
3070
- "declaration": {
3071
- "name": "booleanFormatter",
3072
- "module": "src/cell-formatters/boolean.formatter.ts"
3073
- }
3074
- }
3075
- ]
3076
- },
3077
- {
3078
- "kind": "javascript-module",
3079
- "path": "src/cell-formatters/constants.ts",
3080
- "declarations": [],
3081
- "exports": []
3082
- },
3083
- {
3084
- "kind": "javascript-module",
3085
- "path": "src/cell-formatters/editable.formatter.ts",
3086
- "declarations": [
3031
+ }
3032
+ ],
3033
+ "superclass": {
3034
+ "name": "FoundationElement",
3035
+ "package": "@microsoft/fast-foundation"
3036
+ }
3037
+ },
3038
+ {
3039
+ "kind": "variable",
3040
+ "name": "selectEditorStyles",
3041
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3042
+ "description": "Styles for the select editor"
3043
+ },
3087
3044
  {
3088
3045
  "kind": "function",
3089
- "name": "editableFormatter",
3046
+ "name": "getSelectEditorTemplate",
3047
+ "parameters": [
3048
+ {
3049
+ "name": "prefix",
3050
+ "default": "'foundation'",
3051
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3052
+ }
3053
+ ],
3054
+ "description": "Get a Design System prefixed Select template.",
3090
3055
  "return": {
3091
3056
  "type": {
3092
3057
  "text": ""
3093
3058
  }
3094
3059
  },
3095
- "parameters": [
3096
- {
3097
- "name": "cell",
3098
- "type": {
3099
- "text": "any"
3100
- },
3101
- "description": "The cell component provided by Tabulator"
3102
- },
3103
- {
3104
- "name": "formatterParams",
3105
- "default": "{}",
3106
- "type": {
3107
- "text": "EditableFormatterParams<T>"
3108
- },
3109
- "description": "Editable formatter parameters"
3110
- }
3111
- ],
3112
- "description": "Formatter that displays an editable cell with validation state",
3113
3060
  "privacy": "public"
3114
- }
3115
- ],
3116
- "exports": [
3117
- {
3118
- "kind": "js",
3119
- "name": "editableFormatter",
3120
- "declaration": {
3121
- "name": "editableFormatter",
3122
- "module": "src/cell-formatters/editable.formatter.ts"
3123
- }
3124
- }
3125
- ]
3126
- },
3127
- {
3128
- "kind": "javascript-module",
3129
- "path": "src/cell-formatters/index.ts",
3130
- "declarations": [
3061
+ },
3131
3062
  {
3132
3063
  "kind": "variable",
3133
- "name": "formatters",
3134
- "type": {
3135
- "text": "object"
3136
- },
3137
- "default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
3138
- "description": "Zero formatters for Tabulator grid"
3064
+ "name": "foundationSelectEditor",
3065
+ "description": "Definition for the select editor component"
3139
3066
  }
3140
3067
  ],
3141
3068
  "exports": [
3142
3069
  {
3143
3070
  "kind": "js",
3144
- "name": "*",
3145
- "declaration": {
3146
- "name": "*",
3147
- "package": "./constants"
3148
- }
3149
- },
3150
- {
3151
- "kind": "js",
3152
- "name": "ActionFormatterParams",
3153
- "declaration": {
3154
- "name": "ActionFormatterParams",
3155
- "module": "src/cell-formatters/index.ts"
3156
- }
3157
- },
3158
- {
3159
- "kind": "js",
3160
- "name": "actionFormatter",
3071
+ "name": "SelectEditor",
3161
3072
  "declaration": {
3162
- "name": "actionFormatter",
3163
- "module": "src/cell-formatters/index.ts"
3073
+ "name": "SelectEditor",
3074
+ "module": "src/cell-editors/select.editor.ts"
3164
3075
  }
3165
3076
  },
3166
3077
  {
3167
3078
  "kind": "js",
3168
- "name": "ActionsMenuFormatterParams",
3079
+ "name": "selectEditorStyles",
3169
3080
  "declaration": {
3170
- "name": "ActionsMenuFormatterParams",
3171
- "module": "src/cell-formatters/index.ts"
3081
+ "name": "selectEditorStyles",
3082
+ "module": "src/cell-editors/select.editor.ts"
3172
3083
  }
3173
3084
  },
3174
3085
  {
3175
3086
  "kind": "js",
3176
- "name": "actionsMenuFormatter",
3087
+ "name": "getSelectEditorTemplate",
3177
3088
  "declaration": {
3178
- "name": "actionsMenuFormatter",
3179
- "module": "src/cell-formatters/index.ts"
3089
+ "name": "getSelectEditorTemplate",
3090
+ "module": "src/cell-editors/select.editor.ts"
3180
3091
  }
3181
3092
  },
3182
3093
  {
3183
3094
  "kind": "js",
3184
- "name": "BooleanFormatterParams",
3095
+ "name": "foundationSelectEditor",
3185
3096
  "declaration": {
3186
- "name": "BooleanFormatterParams",
3187
- "module": "src/cell-formatters/index.ts"
3097
+ "name": "foundationSelectEditor",
3098
+ "module": "src/cell-editors/select.editor.ts"
3188
3099
  }
3189
- },
3100
+ }
3101
+ ]
3102
+ },
3103
+ {
3104
+ "kind": "javascript-module",
3105
+ "path": "src/cell-editors/string.editor.ts",
3106
+ "declarations": [
3190
3107
  {
3191
- "kind": "js",
3192
- "name": "booleanFormatter",
3193
- "declaration": {
3194
- "name": "booleanFormatter",
3195
- "module": "src/cell-formatters/index.ts"
3108
+ "kind": "class",
3109
+ "description": "The string editor class for grid-tabulator",
3110
+ "name": "StringEditor",
3111
+ "members": [
3112
+ {
3113
+ "kind": "field",
3114
+ "name": "params",
3115
+ "type": {
3116
+ "text": "StringEditorParams"
3117
+ }
3118
+ },
3119
+ {
3120
+ "kind": "field",
3121
+ "name": "textField",
3122
+ "type": {
3123
+ "text": "any"
3124
+ }
3125
+ },
3126
+ {
3127
+ "kind": "method",
3128
+ "name": "init",
3129
+ "parameters": [
3130
+ {
3131
+ "name": "params",
3132
+ "type": {
3133
+ "text": "StringEditorParams"
3134
+ }
3135
+ }
3136
+ ],
3137
+ "description": "Initialize the editor with parameters"
3138
+ },
3139
+ {
3140
+ "kind": "method",
3141
+ "name": "getValue",
3142
+ "description": "Get current value"
3143
+ },
3144
+ {
3145
+ "kind": "method",
3146
+ "name": "focus",
3147
+ "description": "Set focus to the input"
3148
+ },
3149
+ {
3150
+ "kind": "method",
3151
+ "name": "handleKeyDown",
3152
+ "parameters": [
3153
+ {
3154
+ "name": "event",
3155
+ "type": {
3156
+ "text": "KeyboardEvent"
3157
+ }
3158
+ }
3159
+ ],
3160
+ "description": "Process key down events"
3161
+ },
3162
+ {
3163
+ "kind": "field",
3164
+ "name": "_presentation",
3165
+ "type": {
3166
+ "text": "ComponentPresentation | null | undefined"
3167
+ },
3168
+ "privacy": "private",
3169
+ "default": "void 0",
3170
+ "inheritedFrom": {
3171
+ "name": "FoundationElement",
3172
+ "module": "src/foundation-element/foundation-element.ts"
3173
+ }
3174
+ },
3175
+ {
3176
+ "kind": "field",
3177
+ "name": "$presentation",
3178
+ "type": {
3179
+ "text": "ComponentPresentation | null"
3180
+ },
3181
+ "privacy": "public",
3182
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3183
+ "inheritedFrom": {
3184
+ "name": "FoundationElement",
3185
+ "module": "src/foundation-element/foundation-element.ts"
3186
+ }
3187
+ },
3188
+ {
3189
+ "kind": "field",
3190
+ "name": "template",
3191
+ "type": {
3192
+ "text": "ElementViewTemplate | void | null"
3193
+ },
3194
+ "privacy": "public",
3195
+ "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.",
3196
+ "inheritedFrom": {
3197
+ "name": "FoundationElement",
3198
+ "module": "src/foundation-element/foundation-element.ts"
3199
+ }
3200
+ },
3201
+ {
3202
+ "kind": "method",
3203
+ "name": "templateChanged",
3204
+ "privacy": "protected",
3205
+ "return": {
3206
+ "type": {
3207
+ "text": "void"
3208
+ }
3209
+ },
3210
+ "inheritedFrom": {
3211
+ "name": "FoundationElement",
3212
+ "module": "src/foundation-element/foundation-element.ts"
3213
+ }
3214
+ },
3215
+ {
3216
+ "kind": "field",
3217
+ "name": "styles",
3218
+ "type": {
3219
+ "text": "ElementStyles | void | null"
3220
+ },
3221
+ "privacy": "public",
3222
+ "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.",
3223
+ "inheritedFrom": {
3224
+ "name": "FoundationElement",
3225
+ "module": "src/foundation-element/foundation-element.ts"
3226
+ }
3227
+ },
3228
+ {
3229
+ "kind": "method",
3230
+ "name": "stylesChanged",
3231
+ "privacy": "protected",
3232
+ "return": {
3233
+ "type": {
3234
+ "text": "void"
3235
+ }
3236
+ },
3237
+ "inheritedFrom": {
3238
+ "name": "FoundationElement",
3239
+ "module": "src/foundation-element/foundation-element.ts"
3240
+ }
3241
+ },
3242
+ {
3243
+ "kind": "method",
3244
+ "name": "compose",
3245
+ "privacy": "public",
3246
+ "static": true,
3247
+ "return": {
3248
+ "type": {
3249
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3250
+ }
3251
+ },
3252
+ "parameters": [
3253
+ {
3254
+ "name": "this",
3255
+ "type": {
3256
+ "text": "K"
3257
+ }
3258
+ },
3259
+ {
3260
+ "name": "elementDefinition",
3261
+ "type": {
3262
+ "text": "T"
3263
+ },
3264
+ "description": "The definition of the element to create the registry\nfunction for."
3265
+ }
3266
+ ],
3267
+ "description": "Defines an element registry function with a set of element definition defaults.",
3268
+ "inheritedFrom": {
3269
+ "name": "FoundationElement",
3270
+ "module": "src/foundation-element/foundation-element.ts"
3271
+ }
3272
+ }
3273
+ ],
3274
+ "superclass": {
3275
+ "name": "FoundationElement",
3276
+ "package": "@microsoft/fast-foundation"
3196
3277
  }
3197
3278
  },
3198
3279
  {
3199
- "kind": "js",
3200
- "name": "EditableFormatterParams",
3201
- "declaration": {
3202
- "name": "EditableFormatterParams",
3203
- "module": "src/cell-formatters/index.ts"
3204
- }
3280
+ "kind": "variable",
3281
+ "name": "stringEditorStyles",
3282
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3283
+ "description": "Styles for the string editor"
3205
3284
  },
3206
3285
  {
3207
- "kind": "js",
3208
- "name": "editableFormatter",
3209
- "declaration": {
3210
- "name": "editableFormatter",
3211
- "module": "src/cell-formatters/index.ts"
3286
+ "kind": "function",
3287
+ "name": "getStringEditorTemplate",
3288
+ "parameters": [
3289
+ {
3290
+ "name": "prefix",
3291
+ "default": "'foundation'",
3292
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3293
+ }
3294
+ ],
3295
+ "description": "Get a Design System prefixed text field template.",
3296
+ "return": {
3297
+ "type": {
3298
+ "text": ""
3299
+ }
3212
3300
  }
3213
3301
  },
3214
3302
  {
3215
- "kind": "js",
3216
- "name": "SelectFormatterParams",
3217
- "declaration": {
3218
- "name": "SelectFormatterParams",
3219
- "module": "src/cell-formatters/index.ts"
3220
- }
3221
- },
3303
+ "kind": "variable",
3304
+ "name": "foundationStringEditor",
3305
+ "description": "Definition for the string editor component"
3306
+ }
3307
+ ],
3308
+ "exports": [
3222
3309
  {
3223
3310
  "kind": "js",
3224
- "name": "selectFormatter",
3311
+ "name": "StringEditor",
3225
3312
  "declaration": {
3226
- "name": "selectFormatter",
3227
- "module": "src/cell-formatters/index.ts"
3313
+ "name": "StringEditor",
3314
+ "module": "src/cell-editors/string.editor.ts"
3228
3315
  }
3229
3316
  },
3230
3317
  {
3231
3318
  "kind": "js",
3232
- "name": "TextFormatterParams",
3319
+ "name": "stringEditorStyles",
3233
3320
  "declaration": {
3234
- "name": "TextFormatterParams",
3235
- "module": "src/cell-formatters/index.ts"
3321
+ "name": "stringEditorStyles",
3322
+ "module": "src/cell-editors/string.editor.ts"
3236
3323
  }
3237
3324
  },
3238
3325
  {
3239
3326
  "kind": "js",
3240
- "name": "textFormatter",
3327
+ "name": "getStringEditorTemplate",
3241
3328
  "declaration": {
3242
- "name": "textFormatter",
3243
- "module": "src/cell-formatters/index.ts"
3329
+ "name": "getStringEditorTemplate",
3330
+ "module": "src/cell-editors/string.editor.ts"
3244
3331
  }
3245
3332
  },
3246
3333
  {
3247
3334
  "kind": "js",
3248
- "name": "formatters",
3249
- "declaration": {
3250
- "name": "formatters",
3251
- "module": "src/cell-formatters/index.ts"
3252
- }
3253
- }
3254
- ]
3255
- },
3256
- {
3257
- "kind": "javascript-module",
3258
- "path": "src/cell-formatters/select.formatter.ts",
3259
- "declarations": [
3260
- {
3261
- "kind": "function",
3262
- "name": "selectFormatter",
3263
- "return": {
3264
- "type": {
3265
- "text": ""
3266
- }
3267
- },
3268
- "parameters": [
3269
- {
3270
- "name": "cell",
3271
- "type": {
3272
- "text": "any"
3273
- },
3274
- "description": "The cell component provided by Tabulator"
3275
- },
3276
- {
3277
- "name": "formatterParams",
3278
- "type": {
3279
- "text": "SelectFormatterParams<T>"
3280
- },
3281
- "description": "Select formatter parameters"
3282
- }
3283
- ],
3284
- "description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
3285
- "privacy": "public"
3286
- }
3287
- ],
3288
- "exports": [
3289
- {
3290
- "kind": "js",
3291
- "name": "selectFormatter",
3292
- "declaration": {
3293
- "name": "selectFormatter",
3294
- "module": "src/cell-formatters/select.formatter.ts"
3295
- }
3296
- }
3297
- ]
3298
- },
3299
- {
3300
- "kind": "javascript-module",
3301
- "path": "src/cell-formatters/text.formatter.ts",
3302
- "declarations": [
3303
- {
3304
- "kind": "function",
3305
- "name": "textFormatter",
3306
- "return": {
3307
- "type": {
3308
- "text": ""
3309
- }
3310
- },
3311
- "parameters": [
3312
- {
3313
- "name": "cell",
3314
- "type": {
3315
- "text": "any"
3316
- },
3317
- "description": "The cell component provided by Tabulator"
3318
- },
3319
- {
3320
- "name": "formatterParams",
3321
- "default": "{}",
3322
- "type": {
3323
- "text": "TextFormatterParams<T>"
3324
- },
3325
- "description": "Text formatter parameters"
3326
- }
3327
- ],
3328
- "description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
3329
- "privacy": "public"
3330
- }
3331
- ],
3332
- "exports": [
3333
- {
3334
- "kind": "js",
3335
- "name": "textFormatter",
3335
+ "name": "foundationStringEditor",
3336
3336
  "declaration": {
3337
- "name": "textFormatter",
3338
- "module": "src/cell-formatters/text.formatter.ts"
3337
+ "name": "foundationStringEditor",
3338
+ "module": "src/cell-editors/string.editor.ts"
3339
3339
  }
3340
3340
  }
3341
3341
  ]
@@ -4665,41 +4665,6 @@
4665
4665
  }
4666
4666
  ]
4667
4667
  },
4668
- {
4669
- "kind": "javascript-module",
4670
- "path": "src/style/colors.ts",
4671
- "declarations": [],
4672
- "exports": []
4673
- },
4674
- {
4675
- "kind": "javascript-module",
4676
- "path": "src/style/index.ts",
4677
- "declarations": [],
4678
- "exports": [
4679
- {
4680
- "kind": "js",
4681
- "name": "*",
4682
- "declaration": {
4683
- "name": "*",
4684
- "package": "./colors"
4685
- }
4686
- },
4687
- {
4688
- "kind": "js",
4689
- "name": "*",
4690
- "declaration": {
4691
- "name": "*",
4692
- "package": "./tokens"
4693
- }
4694
- }
4695
- ]
4696
- },
4697
- {
4698
- "kind": "javascript-module",
4699
- "path": "src/style/tokens.ts",
4700
- "declarations": [],
4701
- "exports": []
4702
- },
4703
4668
  {
4704
4669
  "kind": "javascript-module",
4705
4670
  "path": "src/utils/index.ts",
@@ -4863,6 +4828,41 @@
4863
4828
  }
4864
4829
  }
4865
4830
  ]
4831
+ },
4832
+ {
4833
+ "kind": "javascript-module",
4834
+ "path": "src/style/colors.ts",
4835
+ "declarations": [],
4836
+ "exports": []
4837
+ },
4838
+ {
4839
+ "kind": "javascript-module",
4840
+ "path": "src/style/index.ts",
4841
+ "declarations": [],
4842
+ "exports": [
4843
+ {
4844
+ "kind": "js",
4845
+ "name": "*",
4846
+ "declaration": {
4847
+ "name": "*",
4848
+ "package": "./colors"
4849
+ }
4850
+ },
4851
+ {
4852
+ "kind": "js",
4853
+ "name": "*",
4854
+ "declaration": {
4855
+ "name": "*",
4856
+ "package": "./tokens"
4857
+ }
4858
+ }
4859
+ ]
4860
+ },
4861
+ {
4862
+ "kind": "javascript-module",
4863
+ "path": "src/style/tokens.ts",
4864
+ "declarations": [],
4865
+ "exports": []
4866
4866
  }
4867
4867
  ]
4868
4868
  }