@genesislcap/foundation-ui 14.195.1 → 14.195.2-alpha-8d2dc82.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 +878 -878
  2. package/package.json +16 -16
@@ -862,6 +862,219 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/_config/index.ts",
868
+ "declarations": [],
869
+ "exports": [
870
+ {
871
+ "kind": "js",
872
+ "name": "*",
873
+ "declaration": {
874
+ "name": "*",
875
+ "package": "./styles"
876
+ }
877
+ },
878
+ {
879
+ "kind": "js",
880
+ "name": "*",
881
+ "declaration": {
882
+ "name": "*",
883
+ "package": "./tokens"
884
+ }
885
+ },
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./values"
892
+ }
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
865
1078
  {
866
1079
  "kind": "javascript-module",
867
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1256,37 +1469,6 @@
1256
1469
  }
1257
1470
  ]
1258
1471
  },
1259
- {
1260
- "kind": "javascript-module",
1261
- "path": "src/_config/index.ts",
1262
- "declarations": [],
1263
- "exports": [
1264
- {
1265
- "kind": "js",
1266
- "name": "*",
1267
- "declaration": {
1268
- "name": "*",
1269
- "package": "./styles"
1270
- }
1271
- },
1272
- {
1273
- "kind": "js",
1274
- "name": "*",
1275
- "declaration": {
1276
- "name": "*",
1277
- "package": "./tokens"
1278
- }
1279
- },
1280
- {
1281
- "kind": "js",
1282
- "name": "*",
1283
- "declaration": {
1284
- "name": "*",
1285
- "package": "./values"
1286
- }
1287
- }
1288
- ]
1289
- },
1290
1472
  {
1291
1473
  "kind": "javascript-module",
1292
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1848,11 +2030,11 @@
1848
2030
  },
1849
2031
  {
1850
2032
  "kind": "javascript-module",
1851
- "path": "src/accordion/accordion.styles.ts",
2033
+ "path": "src/anchor/anchor.styles.ts",
1852
2034
  "declarations": [
1853
2035
  {
1854
2036
  "kind": "function",
1855
- "name": "foundationAccordionStyles",
2037
+ "name": "foundationAnchorStyles",
1856
2038
  "return": {
1857
2039
  "type": {
1858
2040
  "text": "ElementStyles"
@@ -1877,199 +2059,17 @@
1877
2059
  "exports": [
1878
2060
  {
1879
2061
  "kind": "js",
1880
- "name": "foundationAccordionStyles",
2062
+ "name": "foundationAnchorStyles",
1881
2063
  "declaration": {
1882
- "name": "foundationAccordionStyles",
1883
- "module": "src/accordion/accordion.styles.ts"
2064
+ "name": "foundationAnchorStyles",
2065
+ "module": "src/anchor/anchor.styles.ts"
1884
2066
  }
1885
2067
  }
1886
2068
  ]
1887
2069
  },
1888
2070
  {
1889
2071
  "kind": "javascript-module",
1890
- "path": "src/accordion/accordion.template.ts",
1891
- "declarations": [
1892
- {
1893
- "kind": "function",
1894
- "name": "foundationAccordionTemplate",
1895
- "return": {
1896
- "type": {
1897
- "text": "ViewTemplate<Accordion>"
1898
- }
1899
- },
1900
- "parameters": [
1901
- {
1902
- "name": "context",
1903
- "type": {
1904
- "text": "ElementDefinitionContext"
1905
- }
1906
- },
1907
- {
1908
- "name": "definition",
1909
- "type": {
1910
- "text": "FoundationElementDefinition"
1911
- }
1912
- }
1913
- ]
1914
- }
1915
- ],
1916
- "exports": [
1917
- {
1918
- "kind": "js",
1919
- "name": "foundationAccordionTemplate",
1920
- "declaration": {
1921
- "name": "foundationAccordionTemplate",
1922
- "module": "src/accordion/accordion.template.ts"
1923
- }
1924
- }
1925
- ]
1926
- },
1927
- {
1928
- "kind": "javascript-module",
1929
- "path": "src/accordion/accordion.ts",
1930
- "declarations": [
1931
- {
1932
- "kind": "class",
1933
- "description": "",
1934
- "name": "Accordion",
1935
- "superclass": {
1936
- "name": "FASTAccordion",
1937
- "package": "@microsoft/fast-foundation"
1938
- },
1939
- "tagName": "%%prefix%%-accordion",
1940
- "customElement": true
1941
- },
1942
- {
1943
- "kind": "variable",
1944
- "name": "foundationAccordionShadowOptions",
1945
- "type": {
1946
- "text": "ShadowRootInit"
1947
- },
1948
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1949
- },
1950
- {
1951
- "kind": "variable",
1952
- "name": "defaultAccordionConfig",
1953
- "type": {
1954
- "text": "object"
1955
- },
1956
- "default": "{}"
1957
- },
1958
- {
1959
- "kind": "variable",
1960
- "name": "foundationAccordion",
1961
- "description": "The Foundation Accordion",
1962
- "privacy": "public"
1963
- }
1964
- ],
1965
- "exports": [
1966
- {
1967
- "kind": "js",
1968
- "name": "Accordion",
1969
- "declaration": {
1970
- "name": "Accordion",
1971
- "module": "src/accordion/accordion.ts"
1972
- }
1973
- },
1974
- {
1975
- "kind": "js",
1976
- "name": "foundationAccordionShadowOptions",
1977
- "declaration": {
1978
- "name": "foundationAccordionShadowOptions",
1979
- "module": "src/accordion/accordion.ts"
1980
- }
1981
- },
1982
- {
1983
- "kind": "js",
1984
- "name": "defaultAccordionConfig",
1985
- "declaration": {
1986
- "name": "defaultAccordionConfig",
1987
- "module": "src/accordion/accordion.ts"
1988
- }
1989
- },
1990
- {
1991
- "kind": "js",
1992
- "name": "foundationAccordion",
1993
- "declaration": {
1994
- "name": "foundationAccordion",
1995
- "module": "src/accordion/accordion.ts"
1996
- }
1997
- }
1998
- ]
1999
- },
2000
- {
2001
- "kind": "javascript-module",
2002
- "path": "src/accordion/index.ts",
2003
- "declarations": [],
2004
- "exports": [
2005
- {
2006
- "kind": "js",
2007
- "name": "*",
2008
- "declaration": {
2009
- "name": "*",
2010
- "package": "./accordion.template"
2011
- }
2012
- },
2013
- {
2014
- "kind": "js",
2015
- "name": "*",
2016
- "declaration": {
2017
- "name": "*",
2018
- "package": "./accordion.styles"
2019
- }
2020
- },
2021
- {
2022
- "kind": "js",
2023
- "name": "*",
2024
- "declaration": {
2025
- "name": "*",
2026
- "package": "./accordion"
2027
- }
2028
- }
2029
- ]
2030
- },
2031
- {
2032
- "kind": "javascript-module",
2033
- "path": "src/anchor/anchor.styles.ts",
2034
- "declarations": [
2035
- {
2036
- "kind": "function",
2037
- "name": "foundationAnchorStyles",
2038
- "return": {
2039
- "type": {
2040
- "text": "ElementStyles"
2041
- }
2042
- },
2043
- "parameters": [
2044
- {
2045
- "name": "context",
2046
- "type": {
2047
- "text": "ElementDefinitionContext"
2048
- }
2049
- },
2050
- {
2051
- "name": "definition",
2052
- "type": {
2053
- "text": "FoundationElementDefinition"
2054
- }
2055
- }
2056
- ]
2057
- }
2058
- ],
2059
- "exports": [
2060
- {
2061
- "kind": "js",
2062
- "name": "foundationAnchorStyles",
2063
- "declaration": {
2064
- "name": "foundationAnchorStyles",
2065
- "module": "src/anchor/anchor.styles.ts"
2066
- }
2067
- }
2068
- ]
2069
- },
2070
- {
2071
- "kind": "javascript-module",
2072
- "path": "src/anchor/anchor.template.ts",
2072
+ "path": "src/anchor/anchor.template.ts",
2073
2073
  "declarations": [
2074
2074
  {
2075
2075
  "kind": "function",
@@ -9655,11 +9655,11 @@
9655
9655
  },
9656
9656
  {
9657
9657
  "kind": "javascript-module",
9658
- "path": "src/data-grid-cell/data-grid-cell.styles.ts",
9658
+ "path": "src/data-grid/data-grid.styles.ts",
9659
9659
  "declarations": [
9660
9660
  {
9661
9661
  "kind": "function",
9662
- "name": "foundationDataGridCellStyles",
9662
+ "name": "foundationDataGridStyles",
9663
9663
  "return": {
9664
9664
  "type": {
9665
9665
  "text": "ElementStyles"
@@ -9684,98 +9684,159 @@
9684
9684
  "exports": [
9685
9685
  {
9686
9686
  "kind": "js",
9687
- "name": "foundationDataGridCellStyles",
9687
+ "name": "foundationDataGridStyles",
9688
9688
  "declaration": {
9689
- "name": "foundationDataGridCellStyles",
9690
- "module": "src/data-grid-cell/data-grid-cell.styles.ts"
9689
+ "name": "foundationDataGridStyles",
9690
+ "module": "src/data-grid/data-grid.styles.ts"
9691
9691
  }
9692
9692
  }
9693
9693
  ]
9694
9694
  },
9695
9695
  {
9696
9696
  "kind": "javascript-module",
9697
- "path": "src/data-grid-cell/data-grid.cell.ts",
9697
+ "path": "src/data-grid/data-grid.template.ts",
9698
+ "declarations": [
9699
+ {
9700
+ "kind": "function",
9701
+ "name": "foundationDataGridTemplate",
9702
+ "return": {
9703
+ "type": {
9704
+ "text": "ViewTemplate<DataGrid>"
9705
+ }
9706
+ },
9707
+ "parameters": [
9708
+ {
9709
+ "name": "context",
9710
+ "type": {
9711
+ "text": "ElementDefinitionContext"
9712
+ }
9713
+ },
9714
+ {
9715
+ "name": "definition",
9716
+ "type": {
9717
+ "text": "FoundationElementDefinition"
9718
+ }
9719
+ }
9720
+ ]
9721
+ }
9722
+ ],
9723
+ "exports": [
9724
+ {
9725
+ "kind": "js",
9726
+ "name": "foundationDataGridTemplate",
9727
+ "declaration": {
9728
+ "name": "foundationDataGridTemplate",
9729
+ "module": "src/data-grid/data-grid.template.ts"
9730
+ }
9731
+ }
9732
+ ]
9733
+ },
9734
+ {
9735
+ "kind": "javascript-module",
9736
+ "path": "src/data-grid/data-grid.ts",
9698
9737
  "declarations": [
9699
9738
  {
9700
9739
  "kind": "class",
9701
9740
  "description": "",
9702
- "name": "DataGridCell",
9741
+ "name": "DataGrid",
9703
9742
  "superclass": {
9704
- "name": "FASTDataGridCell",
9743
+ "name": "FASTDataGrid",
9705
9744
  "package": "@microsoft/fast-components"
9706
9745
  },
9707
- "tagName": "%%prefix%%-data-grid-cell",
9746
+ "tagName": "%%prefix%%-data-grid",
9708
9747
  "customElement": true,
9709
9748
  "attributes": [
9710
9749
  {
9711
- "name": "cell-type",
9750
+ "name": "no-tabbing",
9712
9751
  "type": {
9713
- "text": "DataGridCellTypes"
9752
+ "text": "boolean"
9714
9753
  },
9715
- "description": "The type of cell",
9716
- "fieldName": "cellType",
9754
+ "default": "false",
9755
+ "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9756
+ "fieldName": "noTabbing",
9717
9757
  "inheritedFrom": {
9718
- "name": "DataGridCell",
9719
- "module": "src/data-grid/data-grid-cell.ts"
9758
+ "name": "DataGrid",
9759
+ "module": "src/data-grid/data-grid.ts"
9720
9760
  }
9721
9761
  },
9722
9762
  {
9723
- "name": "grid-column",
9763
+ "name": "generate-header",
9724
9764
  "type": {
9725
- "text": "string"
9765
+ "text": "GenerateHeaderOptions"
9726
9766
  },
9727
- "description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
9728
- "fieldName": "gridColumn",
9767
+ "description": "Whether the grid should automatically generate a header row and its type",
9768
+ "fieldName": "generateHeader",
9729
9769
  "inheritedFrom": {
9730
- "name": "DataGridCell",
9731
- "module": "src/data-grid/data-grid-cell.ts"
9770
+ "name": "DataGrid",
9771
+ "module": "src/data-grid/data-grid.ts"
9772
+ }
9773
+ },
9774
+ {
9775
+ "name": "grid-template-columns",
9776
+ "type": {
9777
+ "text": "string"
9778
+ },
9779
+ "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9780
+ "fieldName": "gridTemplateColumns",
9781
+ "inheritedFrom": {
9782
+ "name": "DataGrid",
9783
+ "module": "src/data-grid/data-grid.ts"
9732
9784
  }
9733
9785
  }
9734
9786
  ],
9735
9787
  "members": [
9736
9788
  {
9737
9789
  "kind": "field",
9738
- "name": "cellType",
9739
- "type": {
9740
- "text": "DataGridCellTypes"
9741
- },
9790
+ "name": "generateColumns",
9742
9791
  "privacy": "public",
9743
- "description": "The type of cell",
9792
+ "static": true,
9793
+ "description": "generates a basic column definition by examining sample row data",
9744
9794
  "inheritedFrom": {
9745
- "name": "DataGridCell",
9746
- "module": "src/data-grid/data-grid-cell.ts"
9795
+ "name": "DataGrid",
9796
+ "module": "src/data-grid/data-grid.ts"
9747
9797
  }
9748
9798
  },
9749
9799
  {
9750
9800
  "kind": "method",
9751
- "name": "cellTypeChanged",
9801
+ "name": "generateTemplateColumns",
9752
9802
  "privacy": "private",
9803
+ "static": true,
9753
9804
  "return": {
9754
9805
  "type": {
9755
- "text": "void"
9806
+ "text": "string"
9756
9807
  }
9757
9808
  },
9809
+ "parameters": [
9810
+ {
9811
+ "name": "columnDefinitions",
9812
+ "type": {
9813
+ "text": "ColumnDefinition[]"
9814
+ }
9815
+ }
9816
+ ],
9817
+ "description": "generates a gridTemplateColumns based on columndata array",
9758
9818
  "inheritedFrom": {
9759
- "name": "DataGridCell",
9760
- "module": "src/data-grid/data-grid-cell.ts"
9819
+ "name": "DataGrid",
9820
+ "module": "src/data-grid/data-grid.ts"
9761
9821
  }
9762
9822
  },
9763
9823
  {
9764
9824
  "kind": "field",
9765
- "name": "gridColumn",
9825
+ "name": "noTabbing",
9766
9826
  "type": {
9767
- "text": "string"
9827
+ "text": "boolean"
9768
9828
  },
9769
9829
  "privacy": "public",
9770
- "description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
9830
+ "default": "false",
9831
+ "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9771
9832
  "inheritedFrom": {
9772
- "name": "DataGridCell",
9773
- "module": "src/data-grid/data-grid-cell.ts"
9833
+ "name": "DataGrid",
9834
+ "module": "src/data-grid/data-grid.ts"
9774
9835
  }
9775
9836
  },
9776
9837
  {
9777
9838
  "kind": "method",
9778
- "name": "gridColumnChanged",
9839
+ "name": "noTabbingChanged",
9779
9840
  "privacy": "private",
9780
9841
  "return": {
9781
9842
  "type": {
@@ -9783,175 +9844,109 @@
9783
9844
  }
9784
9845
  },
9785
9846
  "inheritedFrom": {
9786
- "name": "DataGridCell",
9787
- "module": "src/data-grid/data-grid-cell.ts"
9788
- }
9789
- },
9790
- {
9791
- "kind": "field",
9792
- "name": "rowData",
9793
- "type": {
9794
- "text": "object | null"
9795
- },
9796
- "privacy": "public",
9797
- "default": "null",
9798
- "description": "The base data for the parent row",
9799
- "inheritedFrom": {
9800
- "name": "DataGridCell",
9801
- "module": "src/data-grid/data-grid-cell.ts"
9847
+ "name": "DataGrid",
9848
+ "module": "src/data-grid/data-grid.ts"
9802
9849
  }
9803
9850
  },
9804
9851
  {
9805
9852
  "kind": "field",
9806
- "name": "columnDefinition",
9853
+ "name": "generateHeader",
9807
9854
  "type": {
9808
- "text": "ColumnDefinition | null"
9855
+ "text": "GenerateHeaderOptions"
9809
9856
  },
9810
9857
  "privacy": "public",
9811
- "default": "null",
9812
- "description": "The base data for the column",
9858
+ "description": "Whether the grid should automatically generate a header row and its type",
9813
9859
  "inheritedFrom": {
9814
- "name": "DataGridCell",
9815
- "module": "src/data-grid/data-grid-cell.ts"
9860
+ "name": "DataGrid",
9861
+ "module": "src/data-grid/data-grid.ts"
9816
9862
  }
9817
9863
  },
9818
9864
  {
9819
9865
  "kind": "method",
9820
- "name": "columnDefinitionChanged",
9866
+ "name": "generateHeaderChanged",
9821
9867
  "privacy": "private",
9822
9868
  "return": {
9823
9869
  "type": {
9824
9870
  "text": "void"
9825
9871
  }
9826
9872
  },
9827
- "parameters": [
9828
- {
9829
- "name": "oldValue",
9830
- "type": {
9831
- "text": "ColumnDefinition | null"
9832
- }
9833
- },
9834
- {
9835
- "name": "newValue",
9836
- "type": {
9837
- "text": "ColumnDefinition | null"
9838
- }
9839
- }
9840
- ],
9841
- "inheritedFrom": {
9842
- "name": "DataGridCell",
9843
- "module": "src/data-grid/data-grid-cell.ts"
9844
- }
9845
- },
9846
- {
9847
- "kind": "field",
9848
- "name": "isActiveCell",
9849
- "type": {
9850
- "text": "boolean"
9851
- },
9852
- "privacy": "private",
9853
- "default": "false",
9854
9873
  "inheritedFrom": {
9855
- "name": "DataGridCell",
9856
- "module": "src/data-grid/data-grid-cell.ts"
9874
+ "name": "DataGrid",
9875
+ "module": "src/data-grid/data-grid.ts"
9857
9876
  }
9858
9877
  },
9859
9878
  {
9860
9879
  "kind": "field",
9861
- "name": "customCellView",
9880
+ "name": "gridTemplateColumns",
9862
9881
  "type": {
9863
- "text": "HTMLView | null"
9882
+ "text": "string"
9864
9883
  },
9865
- "privacy": "private",
9866
- "default": "null",
9884
+ "privacy": "public",
9885
+ "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9867
9886
  "inheritedFrom": {
9868
- "name": "DataGridCell",
9869
- "module": "src/data-grid/data-grid-cell.ts"
9887
+ "name": "DataGrid",
9888
+ "module": "src/data-grid/data-grid.ts"
9870
9889
  }
9871
9890
  },
9872
9891
  {
9873
9892
  "kind": "method",
9874
- "name": "handleFocusin",
9875
- "privacy": "public",
9893
+ "name": "gridTemplateColumnsChanged",
9894
+ "privacy": "private",
9876
9895
  "return": {
9877
9896
  "type": {
9878
9897
  "text": "void"
9879
9898
  }
9880
9899
  },
9881
- "parameters": [
9882
- {
9883
- "name": "e",
9884
- "type": {
9885
- "text": "FocusEvent"
9886
- }
9887
- }
9888
- ],
9889
9900
  "inheritedFrom": {
9890
- "name": "DataGridCell",
9891
- "module": "src/data-grid/data-grid-cell.ts"
9901
+ "name": "DataGrid",
9902
+ "module": "src/data-grid/data-grid.ts"
9892
9903
  }
9893
9904
  },
9894
9905
  {
9895
- "kind": "method",
9896
- "name": "handleFocusout",
9897
- "privacy": "public",
9898
- "return": {
9899
- "type": {
9900
- "text": "void"
9901
- }
9906
+ "kind": "field",
9907
+ "name": "rowsData",
9908
+ "type": {
9909
+ "text": "object[]"
9902
9910
  },
9903
- "parameters": [
9904
- {
9905
- "name": "e",
9906
- "type": {
9907
- "text": "FocusEvent"
9908
- }
9909
- }
9910
- ],
9911
+ "privacy": "public",
9912
+ "default": "[]",
9913
+ "description": "The data being displayed in the grid",
9911
9914
  "inheritedFrom": {
9912
- "name": "DataGridCell",
9913
- "module": "src/data-grid/data-grid-cell.ts"
9915
+ "name": "DataGrid",
9916
+ "module": "src/data-grid/data-grid.ts"
9914
9917
  }
9915
9918
  },
9916
9919
  {
9917
9920
  "kind": "method",
9918
- "name": "handleKeydown",
9919
- "privacy": "public",
9921
+ "name": "rowsDataChanged",
9922
+ "privacy": "private",
9920
9923
  "return": {
9921
9924
  "type": {
9922
9925
  "text": "void"
9923
9926
  }
9924
9927
  },
9925
- "parameters": [
9926
- {
9927
- "name": "e",
9928
- "type": {
9929
- "text": "KeyboardEvent"
9930
- }
9931
- }
9932
- ],
9933
9928
  "inheritedFrom": {
9934
- "name": "DataGridCell",
9935
- "module": "src/data-grid/data-grid-cell.ts"
9929
+ "name": "DataGrid",
9930
+ "module": "src/data-grid/data-grid.ts"
9936
9931
  }
9937
9932
  },
9938
9933
  {
9939
- "kind": "method",
9940
- "name": "updateCellView",
9941
- "privacy": "private",
9942
- "return": {
9943
- "type": {
9944
- "text": "void"
9945
- }
9934
+ "kind": "field",
9935
+ "name": "columnDefinitions",
9936
+ "type": {
9937
+ "text": "ColumnDefinition[] | null"
9946
9938
  },
9939
+ "privacy": "public",
9940
+ "default": "null",
9941
+ "description": "The column definitions of the grid",
9947
9942
  "inheritedFrom": {
9948
- "name": "DataGridCell",
9949
- "module": "src/data-grid/data-grid-cell.ts"
9943
+ "name": "DataGrid",
9944
+ "module": "src/data-grid/data-grid.ts"
9950
9945
  }
9951
9946
  },
9952
9947
  {
9953
9948
  "kind": "method",
9954
- "name": "disconnectCellView",
9949
+ "name": "columnDefinitionsChanged",
9955
9950
  "privacy": "private",
9956
9951
  "return": {
9957
9952
  "type": {
@@ -9959,393 +9954,216 @@
9959
9954
  }
9960
9955
  },
9961
9956
  "inheritedFrom": {
9962
- "name": "DataGridCell",
9963
- "module": "src/data-grid/data-grid-cell.ts"
9964
- }
9965
- },
9966
- {
9967
- "kind": "field",
9968
- "name": "updateCellStyle",
9969
- "privacy": "private",
9970
- "inheritedFrom": {
9971
- "name": "DataGridCell",
9972
- "module": "src/data-grid/data-grid-cell.ts"
9957
+ "name": "DataGrid",
9958
+ "module": "src/data-grid/data-grid.ts"
9973
9959
  }
9974
9960
  },
9975
9961
  {
9976
9962
  "kind": "field",
9977
- "name": "_presentation",
9963
+ "name": "rowItemTemplate",
9978
9964
  "type": {
9979
- "text": "ComponentPresentation | null | undefined"
9965
+ "text": "ViewTemplate"
9980
9966
  },
9981
- "privacy": "private",
9982
- "default": "void 0",
9967
+ "privacy": "public",
9968
+ "description": "The template to use for the programmatic generation of rows",
9983
9969
  "inheritedFrom": {
9984
- "name": "FoundationElement",
9985
- "module": "src/foundation-element/foundation-element.ts"
9970
+ "name": "DataGrid",
9971
+ "module": "src/data-grid/data-grid.ts"
9986
9972
  }
9987
9973
  },
9988
9974
  {
9989
9975
  "kind": "field",
9990
- "name": "$presentation",
9976
+ "name": "cellItemTemplate",
9991
9977
  "type": {
9992
- "text": "ComponentPresentation | null"
9978
+ "text": "ViewTemplate | undefined"
9993
9979
  },
9994
9980
  "privacy": "public",
9995
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9981
+ "description": "The template used to render cells in generated rows.",
9996
9982
  "inheritedFrom": {
9997
- "name": "FoundationElement",
9998
- "module": "src/foundation-element/foundation-element.ts"
9983
+ "name": "DataGrid",
9984
+ "module": "src/data-grid/data-grid.ts"
9999
9985
  }
10000
9986
  },
10001
9987
  {
10002
9988
  "kind": "field",
10003
- "name": "template",
9989
+ "name": "headerCellItemTemplate",
10004
9990
  "type": {
10005
- "text": "ElementViewTemplate | void | null"
9991
+ "text": "ViewTemplate | undefined"
10006
9992
  },
10007
9993
  "privacy": "public",
10008
- "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.",
9994
+ "description": "The template used to render header cells in generated rows.",
10009
9995
  "inheritedFrom": {
10010
- "name": "FoundationElement",
10011
- "module": "src/foundation-element/foundation-element.ts"
9996
+ "name": "DataGrid",
9997
+ "module": "src/data-grid/data-grid.ts"
10012
9998
  }
10013
9999
  },
10014
10000
  {
10015
10001
  "kind": "method",
10016
- "name": "templateChanged",
10017
- "privacy": "protected",
10002
+ "name": "headerCellItemTemplateChanged",
10003
+ "privacy": "private",
10018
10004
  "return": {
10019
10005
  "type": {
10020
10006
  "text": "void"
10021
10007
  }
10022
10008
  },
10023
10009
  "inheritedFrom": {
10024
- "name": "FoundationElement",
10025
- "module": "src/foundation-element/foundation-element.ts"
10010
+ "name": "DataGrid",
10011
+ "module": "src/data-grid/data-grid.ts"
10026
10012
  }
10027
10013
  },
10028
10014
  {
10029
10015
  "kind": "field",
10030
- "name": "styles",
10016
+ "name": "focusRowIndex",
10031
10017
  "type": {
10032
- "text": "ElementStyles | void | null"
10018
+ "text": "number"
10033
10019
  },
10034
10020
  "privacy": "public",
10035
- "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.",
10021
+ "default": "0",
10022
+ "description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
10036
10023
  "inheritedFrom": {
10037
- "name": "FoundationElement",
10038
- "module": "src/foundation-element/foundation-element.ts"
10024
+ "name": "DataGrid",
10025
+ "module": "src/data-grid/data-grid.ts"
10039
10026
  }
10040
10027
  },
10041
10028
  {
10042
10029
  "kind": "method",
10043
- "name": "stylesChanged",
10044
- "privacy": "protected",
10030
+ "name": "focusRowIndexChanged",
10031
+ "privacy": "private",
10045
10032
  "return": {
10046
10033
  "type": {
10047
10034
  "text": "void"
10048
10035
  }
10049
10036
  },
10050
10037
  "inheritedFrom": {
10051
- "name": "FoundationElement",
10052
- "module": "src/foundation-element/foundation-element.ts"
10038
+ "name": "DataGrid",
10039
+ "module": "src/data-grid/data-grid.ts"
10053
10040
  }
10054
10041
  },
10055
10042
  {
10056
- "kind": "method",
10057
- "name": "compose",
10043
+ "kind": "field",
10044
+ "name": "focusColumnIndex",
10045
+ "type": {
10046
+ "text": "number"
10047
+ },
10058
10048
  "privacy": "public",
10059
- "static": true,
10049
+ "default": "0",
10050
+ "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
10051
+ "inheritedFrom": {
10052
+ "name": "DataGrid",
10053
+ "module": "src/data-grid/data-grid.ts"
10054
+ }
10055
+ },
10056
+ {
10057
+ "kind": "method",
10058
+ "name": "focusColumnIndexChanged",
10059
+ "privacy": "private",
10060
10060
  "return": {
10061
10061
  "type": {
10062
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
10062
+ "text": "void"
10063
10063
  }
10064
10064
  },
10065
- "parameters": [
10066
- {
10067
- "name": "this",
10068
- "type": {
10069
- "text": "K"
10070
- }
10071
- },
10072
- {
10073
- "name": "elementDefinition",
10074
- "type": {
10075
- "text": "T"
10076
- },
10077
- "description": "The definition of the element to create the registry\nfunction for."
10078
- }
10079
- ],
10080
- "description": "Defines an element registry function with a set of element definition defaults.",
10081
10065
  "inheritedFrom": {
10082
- "name": "FoundationElement",
10083
- "module": "src/foundation-element/foundation-element.ts"
10066
+ "name": "DataGrid",
10067
+ "module": "src/data-grid/data-grid.ts"
10084
10068
  }
10085
- }
10086
- ],
10087
- "events": [
10069
+ },
10088
10070
  {
10089
- "description": "Fires a custom 'cell-focused' event when focus is on the cell or its contents",
10090
- "name": "cell-focused",
10071
+ "kind": "field",
10072
+ "name": "rowElementTag",
10073
+ "type": {
10074
+ "text": "string"
10075
+ },
10076
+ "privacy": "public",
10077
+ "description": "Set by the component templates.",
10091
10078
  "inheritedFrom": {
10092
- "name": "DataGridCell",
10093
- "module": "src/data-grid/data-grid-cell.ts"
10079
+ "name": "DataGrid",
10080
+ "module": "src/data-grid/data-grid.ts"
10094
10081
  }
10095
- }
10096
- ]
10097
- },
10098
- {
10099
- "kind": "variable",
10100
- "name": "foundationDataGridCellShadowOptions",
10101
- "type": {
10102
- "text": "ShadowRootInit"
10103
- },
10104
- "default": "undefined"
10105
- },
10106
- {
10107
- "kind": "variable",
10108
- "name": "defaultDataGridCellConfig",
10109
- "type": {
10110
- "text": "object"
10111
- },
10112
- "default": "{}"
10113
- },
10114
- {
10115
- "kind": "variable",
10116
- "name": "foundationDataGridCell",
10117
- "description": "The Foundation Data Grid Cell Element.",
10118
- "privacy": "public"
10119
- }
10120
- ],
10121
- "exports": [
10122
- {
10123
- "kind": "js",
10124
- "name": "foundationDataGridCellTemplate",
10125
- "declaration": {
10126
- "name": "dataGridCellTemplate",
10127
- "package": "@microsoft/fast-foundation"
10128
- }
10129
- },
10130
- {
10131
- "kind": "js",
10132
- "name": "DataGridCell",
10133
- "declaration": {
10134
- "name": "DataGridCell",
10135
- "module": "src/data-grid-cell/data-grid.cell.ts"
10136
- }
10137
- },
10138
- {
10139
- "kind": "js",
10140
- "name": "foundationDataGridCellShadowOptions",
10141
- "declaration": {
10142
- "name": "foundationDataGridCellShadowOptions",
10143
- "module": "src/data-grid-cell/data-grid.cell.ts"
10144
- }
10145
- },
10146
- {
10147
- "kind": "js",
10148
- "name": "defaultDataGridCellConfig",
10149
- "declaration": {
10150
- "name": "defaultDataGridCellConfig",
10151
- "module": "src/data-grid-cell/data-grid.cell.ts"
10152
- }
10153
- },
10154
- {
10155
- "kind": "js",
10156
- "name": "foundationDataGridCell",
10157
- "declaration": {
10158
- "name": "foundationDataGridCell",
10159
- "module": "src/data-grid-cell/data-grid.cell.ts"
10160
- }
10161
- }
10162
- ]
10163
- },
10164
- {
10165
- "kind": "javascript-module",
10166
- "path": "src/data-grid-cell/index.ts",
10167
- "declarations": [],
10168
- "exports": [
10169
- {
10170
- "kind": "js",
10171
- "name": "*",
10172
- "declaration": {
10173
- "name": "*",
10174
- "package": "./data-grid.cell"
10175
- }
10176
- },
10177
- {
10178
- "kind": "js",
10179
- "name": "*",
10180
- "declaration": {
10181
- "name": "*",
10182
- "package": "./data-grid-cell.styles"
10183
- }
10184
- }
10185
- ]
10186
- },
10187
- {
10188
- "kind": "javascript-module",
10189
- "path": "src/data-grid/data-grid.styles.ts",
10190
- "declarations": [
10191
- {
10192
- "kind": "function",
10193
- "name": "foundationDataGridStyles",
10194
- "return": {
10195
- "type": {
10196
- "text": "ElementStyles"
10197
- }
10198
- },
10199
- "parameters": [
10082
+ },
10200
10083
  {
10201
- "name": "context",
10084
+ "kind": "field",
10085
+ "name": "rowsRepeatBehavior",
10202
10086
  "type": {
10203
- "text": "ElementDefinitionContext"
10087
+ "text": "RepeatBehavior | null"
10088
+ },
10089
+ "privacy": "private",
10090
+ "inheritedFrom": {
10091
+ "name": "DataGrid",
10092
+ "module": "src/data-grid/data-grid.ts"
10204
10093
  }
10205
10094
  },
10206
10095
  {
10207
- "name": "defintion",
10096
+ "kind": "field",
10097
+ "name": "rowsPlaceholder",
10208
10098
  "type": {
10209
- "text": "FoundationElementDefinition"
10099
+ "text": "Node | null"
10100
+ },
10101
+ "privacy": "private",
10102
+ "default": "null",
10103
+ "inheritedFrom": {
10104
+ "name": "DataGrid",
10105
+ "module": "src/data-grid/data-grid.ts"
10210
10106
  }
10211
- }
10212
- ]
10213
- }
10214
- ],
10215
- "exports": [
10216
- {
10217
- "kind": "js",
10218
- "name": "foundationDataGridStyles",
10219
- "declaration": {
10220
- "name": "foundationDataGridStyles",
10221
- "module": "src/data-grid/data-grid.styles.ts"
10222
- }
10223
- }
10224
- ]
10225
- },
10226
- {
10227
- "kind": "javascript-module",
10228
- "path": "src/data-grid/data-grid.template.ts",
10229
- "declarations": [
10230
- {
10231
- "kind": "function",
10232
- "name": "foundationDataGridTemplate",
10233
- "return": {
10234
- "type": {
10235
- "text": "ViewTemplate<DataGrid>"
10236
- }
10237
- },
10238
- "parameters": [
10107
+ },
10239
10108
  {
10240
- "name": "context",
10109
+ "kind": "field",
10110
+ "name": "generatedHeader",
10241
10111
  "type": {
10242
- "text": "ElementDefinitionContext"
10112
+ "text": "DataGridRow | null"
10113
+ },
10114
+ "privacy": "private",
10115
+ "default": "null",
10116
+ "inheritedFrom": {
10117
+ "name": "DataGrid",
10118
+ "module": "src/data-grid/data-grid.ts"
10243
10119
  }
10244
10120
  },
10245
10121
  {
10246
- "name": "definition",
10247
- "type": {
10248
- "text": "FoundationElementDefinition"
10249
- }
10250
- }
10251
- ]
10252
- }
10253
- ],
10254
- "exports": [
10255
- {
10256
- "kind": "js",
10257
- "name": "foundationDataGridTemplate",
10258
- "declaration": {
10259
- "name": "foundationDataGridTemplate",
10260
- "module": "src/data-grid/data-grid.template.ts"
10261
- }
10262
- }
10263
- ]
10264
- },
10265
- {
10266
- "kind": "javascript-module",
10267
- "path": "src/data-grid/data-grid.ts",
10268
- "declarations": [
10269
- {
10270
- "kind": "class",
10271
- "description": "",
10272
- "name": "DataGrid",
10273
- "superclass": {
10274
- "name": "FASTDataGrid",
10275
- "package": "@microsoft/fast-components"
10276
- },
10277
- "tagName": "%%prefix%%-data-grid",
10278
- "customElement": true,
10279
- "attributes": [
10280
- {
10281
- "name": "no-tabbing",
10122
+ "kind": "field",
10123
+ "name": "isUpdatingFocus",
10282
10124
  "type": {
10283
10125
  "text": "boolean"
10284
10126
  },
10127
+ "privacy": "private",
10285
10128
  "default": "false",
10286
- "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
10287
- "fieldName": "noTabbing",
10288
10129
  "inheritedFrom": {
10289
10130
  "name": "DataGrid",
10290
10131
  "module": "src/data-grid/data-grid.ts"
10291
10132
  }
10292
10133
  },
10293
10134
  {
10294
- "name": "generate-header",
10135
+ "kind": "field",
10136
+ "name": "pendingFocusUpdate",
10295
10137
  "type": {
10296
- "text": "GenerateHeaderOptions"
10138
+ "text": "boolean"
10297
10139
  },
10298
- "description": "Whether the grid should automatically generate a header row and its type",
10299
- "fieldName": "generateHeader",
10140
+ "privacy": "private",
10141
+ "default": "false",
10300
10142
  "inheritedFrom": {
10301
10143
  "name": "DataGrid",
10302
10144
  "module": "src/data-grid/data-grid.ts"
10303
10145
  }
10304
10146
  },
10305
10147
  {
10306
- "name": "grid-template-columns",
10148
+ "kind": "field",
10149
+ "name": "observer",
10307
10150
  "type": {
10308
- "text": "string"
10151
+ "text": "MutationObserver"
10309
10152
  },
10310
- "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
10311
- "fieldName": "gridTemplateColumns",
10312
- "inheritedFrom": {
10313
- "name": "DataGrid",
10314
- "module": "src/data-grid/data-grid.ts"
10315
- }
10316
- }
10317
- ],
10318
- "members": [
10319
- {
10320
- "kind": "field",
10321
- "name": "generateColumns",
10322
- "privacy": "public",
10323
- "static": true,
10324
- "description": "generates a basic column definition by examining sample row data",
10153
+ "privacy": "private",
10325
10154
  "inheritedFrom": {
10326
10155
  "name": "DataGrid",
10327
10156
  "module": "src/data-grid/data-grid.ts"
10328
10157
  }
10329
10158
  },
10330
10159
  {
10331
- "kind": "method",
10332
- "name": "generateTemplateColumns",
10333
- "privacy": "private",
10334
- "static": true,
10335
- "return": {
10336
- "type": {
10337
- "text": "string"
10338
- }
10160
+ "kind": "field",
10161
+ "name": "rowindexUpdateQueued",
10162
+ "type": {
10163
+ "text": "boolean"
10339
10164
  },
10340
- "parameters": [
10341
- {
10342
- "name": "columnDefinitions",
10343
- "type": {
10344
- "text": "ColumnDefinition[]"
10345
- }
10346
- }
10347
- ],
10348
- "description": "generates a gridTemplateColumns based on columndata array",
10165
+ "privacy": "private",
10166
+ "default": "false",
10349
10167
  "inheritedFrom": {
10350
10168
  "name": "DataGrid",
10351
10169
  "module": "src/data-grid/data-grid.ts"
@@ -10353,27 +10171,25 @@
10353
10171
  },
10354
10172
  {
10355
10173
  "kind": "field",
10356
- "name": "noTabbing",
10174
+ "name": "columnDefinitionsStale",
10357
10175
  "type": {
10358
10176
  "text": "boolean"
10359
10177
  },
10360
- "privacy": "public",
10361
- "default": "false",
10362
- "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
10178
+ "privacy": "private",
10179
+ "default": "true",
10363
10180
  "inheritedFrom": {
10364
10181
  "name": "DataGrid",
10365
10182
  "module": "src/data-grid/data-grid.ts"
10366
10183
  }
10367
10184
  },
10368
10185
  {
10369
- "kind": "method",
10370
- "name": "noTabbingChanged",
10371
- "privacy": "private",
10372
- "return": {
10373
- "type": {
10374
- "text": "void"
10375
- }
10186
+ "kind": "field",
10187
+ "name": "generatedGridTemplateColumns",
10188
+ "type": {
10189
+ "text": "string"
10376
10190
  },
10191
+ "privacy": "private",
10192
+ "default": "\"\"",
10377
10193
  "inheritedFrom": {
10378
10194
  "name": "DataGrid",
10379
10195
  "module": "src/data-grid/data-grid.ts"
@@ -10381,12 +10197,8 @@
10381
10197
  },
10382
10198
  {
10383
10199
  "kind": "field",
10384
- "name": "generateHeader",
10385
- "type": {
10386
- "text": "GenerateHeaderOptions"
10387
- },
10388
- "privacy": "public",
10389
- "description": "Whether the grid should automatically generate a header row and its type",
10200
+ "name": "focusOnCell",
10201
+ "privacy": "private",
10390
10202
  "inheritedFrom": {
10391
10203
  "name": "DataGrid",
10392
10204
  "module": "src/data-grid/data-grid.ts"
@@ -10394,7 +10206,7 @@
10394
10206
  },
10395
10207
  {
10396
10208
  "kind": "method",
10397
- "name": "generateHeaderChanged",
10209
+ "name": "queueFocusUpdate",
10398
10210
  "privacy": "private",
10399
10211
  "return": {
10400
10212
  "type": {
@@ -10407,13 +10219,14 @@
10407
10219
  }
10408
10220
  },
10409
10221
  {
10410
- "kind": "field",
10411
- "name": "gridTemplateColumns",
10412
- "type": {
10413
- "text": "string"
10222
+ "kind": "method",
10223
+ "name": "updateFocus",
10224
+ "privacy": "private",
10225
+ "return": {
10226
+ "type": {
10227
+ "text": "void"
10228
+ }
10414
10229
  },
10415
- "privacy": "public",
10416
- "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
10417
10230
  "inheritedFrom": {
10418
10231
  "name": "DataGrid",
10419
10232
  "module": "src/data-grid/data-grid.ts"
@@ -10421,7 +10234,7 @@
10421
10234
  },
10422
10235
  {
10423
10236
  "kind": "method",
10424
- "name": "gridTemplateColumnsChanged",
10237
+ "name": "toggleGeneratedHeader",
10425
10238
  "privacy": "private",
10426
10239
  "return": {
10427
10240
  "type": {
@@ -10435,27 +10248,8 @@
10435
10248
  },
10436
10249
  {
10437
10250
  "kind": "field",
10438
- "name": "rowsData",
10439
- "type": {
10440
- "text": "object[]"
10441
- },
10442
- "privacy": "public",
10443
- "default": "[]",
10444
- "description": "The data being displayed in the grid",
10445
- "inheritedFrom": {
10446
- "name": "DataGrid",
10447
- "module": "src/data-grid/data-grid.ts"
10448
- }
10449
- },
10450
- {
10451
- "kind": "method",
10452
- "name": "rowsDataChanged",
10251
+ "name": "onChildListChange",
10453
10252
  "privacy": "private",
10454
- "return": {
10455
- "type": {
10456
- "text": "void"
10457
- }
10458
- },
10459
10253
  "inheritedFrom": {
10460
10254
  "name": "DataGrid",
10461
10255
  "module": "src/data-grid/data-grid.ts"
@@ -10463,27 +10257,17 @@
10463
10257
  },
10464
10258
  {
10465
10259
  "kind": "field",
10466
- "name": "columnDefinitions",
10467
- "type": {
10468
- "text": "ColumnDefinition[] | null"
10469
- },
10470
- "privacy": "public",
10471
- "default": "null",
10472
- "description": "The column definitions of the grid",
10260
+ "name": "queueRowIndexUpdate",
10261
+ "privacy": "private",
10473
10262
  "inheritedFrom": {
10474
10263
  "name": "DataGrid",
10475
10264
  "module": "src/data-grid/data-grid.ts"
10476
10265
  }
10477
10266
  },
10478
10267
  {
10479
- "kind": "method",
10480
- "name": "columnDefinitionsChanged",
10268
+ "kind": "field",
10269
+ "name": "updateRowIndexes",
10481
10270
  "privacy": "private",
10482
- "return": {
10483
- "type": {
10484
- "text": "void"
10485
- }
10486
- },
10487
10271
  "inheritedFrom": {
10488
10272
  "name": "DataGrid",
10489
10273
  "module": "src/data-grid/data-grid.ts"
@@ -10491,317 +10275,523 @@
10491
10275
  },
10492
10276
  {
10493
10277
  "kind": "field",
10494
- "name": "rowItemTemplate",
10278
+ "name": "_presentation",
10495
10279
  "type": {
10496
- "text": "ViewTemplate"
10280
+ "text": "ComponentPresentation | null | undefined"
10497
10281
  },
10498
- "privacy": "public",
10499
- "description": "The template to use for the programmatic generation of rows",
10282
+ "privacy": "private",
10283
+ "default": "void 0",
10500
10284
  "inheritedFrom": {
10501
- "name": "DataGrid",
10502
- "module": "src/data-grid/data-grid.ts"
10285
+ "name": "FoundationElement",
10286
+ "module": "src/foundation-element/foundation-element.ts"
10503
10287
  }
10504
10288
  },
10505
10289
  {
10506
10290
  "kind": "field",
10507
- "name": "cellItemTemplate",
10291
+ "name": "$presentation",
10508
10292
  "type": {
10509
- "text": "ViewTemplate | undefined"
10293
+ "text": "ComponentPresentation | null"
10510
10294
  },
10511
10295
  "privacy": "public",
10512
- "description": "The template used to render cells in generated rows.",
10296
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
10513
10297
  "inheritedFrom": {
10514
- "name": "DataGrid",
10515
- "module": "src/data-grid/data-grid.ts"
10298
+ "name": "FoundationElement",
10299
+ "module": "src/foundation-element/foundation-element.ts"
10516
10300
  }
10517
10301
  },
10518
10302
  {
10519
10303
  "kind": "field",
10520
- "name": "headerCellItemTemplate",
10304
+ "name": "template",
10521
10305
  "type": {
10522
- "text": "ViewTemplate | undefined"
10306
+ "text": "ElementViewTemplate | void | null"
10523
10307
  },
10524
10308
  "privacy": "public",
10525
- "description": "The template used to render header cells in generated rows.",
10309
+ "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.",
10526
10310
  "inheritedFrom": {
10527
- "name": "DataGrid",
10528
- "module": "src/data-grid/data-grid.ts"
10311
+ "name": "FoundationElement",
10312
+ "module": "src/foundation-element/foundation-element.ts"
10529
10313
  }
10530
10314
  },
10531
10315
  {
10532
10316
  "kind": "method",
10533
- "name": "headerCellItemTemplateChanged",
10534
- "privacy": "private",
10317
+ "name": "templateChanged",
10318
+ "privacy": "protected",
10535
10319
  "return": {
10536
10320
  "type": {
10537
10321
  "text": "void"
10538
10322
  }
10539
10323
  },
10540
10324
  "inheritedFrom": {
10541
- "name": "DataGrid",
10542
- "module": "src/data-grid/data-grid.ts"
10325
+ "name": "FoundationElement",
10326
+ "module": "src/foundation-element/foundation-element.ts"
10543
10327
  }
10544
10328
  },
10545
10329
  {
10546
10330
  "kind": "field",
10547
- "name": "focusRowIndex",
10331
+ "name": "styles",
10548
10332
  "type": {
10549
- "text": "number"
10333
+ "text": "ElementStyles | void | null"
10550
10334
  },
10551
10335
  "privacy": "public",
10552
- "default": "0",
10553
- "description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
10336
+ "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.",
10554
10337
  "inheritedFrom": {
10555
- "name": "DataGrid",
10556
- "module": "src/data-grid/data-grid.ts"
10338
+ "name": "FoundationElement",
10339
+ "module": "src/foundation-element/foundation-element.ts"
10557
10340
  }
10558
10341
  },
10559
10342
  {
10560
10343
  "kind": "method",
10561
- "name": "focusRowIndexChanged",
10562
- "privacy": "private",
10344
+ "name": "stylesChanged",
10345
+ "privacy": "protected",
10563
10346
  "return": {
10564
10347
  "type": {
10565
10348
  "text": "void"
10566
10349
  }
10567
10350
  },
10568
10351
  "inheritedFrom": {
10569
- "name": "DataGrid",
10570
- "module": "src/data-grid/data-grid.ts"
10571
- }
10572
- },
10573
- {
10574
- "kind": "field",
10575
- "name": "focusColumnIndex",
10576
- "type": {
10577
- "text": "number"
10578
- },
10579
- "privacy": "public",
10580
- "default": "0",
10581
- "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
10582
- "inheritedFrom": {
10583
- "name": "DataGrid",
10584
- "module": "src/data-grid/data-grid.ts"
10352
+ "name": "FoundationElement",
10353
+ "module": "src/foundation-element/foundation-element.ts"
10585
10354
  }
10586
10355
  },
10587
10356
  {
10588
10357
  "kind": "method",
10589
- "name": "focusColumnIndexChanged",
10590
- "privacy": "private",
10358
+ "name": "compose",
10359
+ "privacy": "public",
10360
+ "static": true,
10591
10361
  "return": {
10592
10362
  "type": {
10593
- "text": "void"
10363
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
10594
10364
  }
10595
10365
  },
10366
+ "parameters": [
10367
+ {
10368
+ "name": "this",
10369
+ "type": {
10370
+ "text": "K"
10371
+ }
10372
+ },
10373
+ {
10374
+ "name": "elementDefinition",
10375
+ "type": {
10376
+ "text": "T"
10377
+ },
10378
+ "description": "The definition of the element to create the registry\nfunction for."
10379
+ }
10380
+ ],
10381
+ "description": "Defines an element registry function with a set of element definition defaults.",
10596
10382
  "inheritedFrom": {
10597
- "name": "DataGrid",
10598
- "module": "src/data-grid/data-grid.ts"
10383
+ "name": "FoundationElement",
10384
+ "module": "src/foundation-element/foundation-element.ts"
10385
+ }
10386
+ }
10387
+ ]
10388
+ },
10389
+ {
10390
+ "kind": "variable",
10391
+ "name": "foundationDataGridShadowOptions",
10392
+ "type": {
10393
+ "text": "ShadowRootInit"
10394
+ },
10395
+ "default": "undefined"
10396
+ },
10397
+ {
10398
+ "kind": "variable",
10399
+ "name": "defaultDataGridConfig",
10400
+ "type": {
10401
+ "text": "object"
10402
+ },
10403
+ "default": "{}"
10404
+ },
10405
+ {
10406
+ "kind": "variable",
10407
+ "name": "foundationDataGrid",
10408
+ "description": "The Foundation Data Grid Element.",
10409
+ "privacy": "public"
10410
+ }
10411
+ ],
10412
+ "exports": [
10413
+ {
10414
+ "kind": "js",
10415
+ "name": "DataGrid",
10416
+ "declaration": {
10417
+ "name": "DataGrid",
10418
+ "module": "src/data-grid/data-grid.ts"
10419
+ }
10420
+ },
10421
+ {
10422
+ "kind": "js",
10423
+ "name": "foundationDataGridShadowOptions",
10424
+ "declaration": {
10425
+ "name": "foundationDataGridShadowOptions",
10426
+ "module": "src/data-grid/data-grid.ts"
10427
+ }
10428
+ },
10429
+ {
10430
+ "kind": "js",
10431
+ "name": "defaultDataGridConfig",
10432
+ "declaration": {
10433
+ "name": "defaultDataGridConfig",
10434
+ "module": "src/data-grid/data-grid.ts"
10435
+ }
10436
+ },
10437
+ {
10438
+ "kind": "js",
10439
+ "name": "foundationDataGrid",
10440
+ "declaration": {
10441
+ "name": "foundationDataGrid",
10442
+ "module": "src/data-grid/data-grid.ts"
10443
+ }
10444
+ }
10445
+ ]
10446
+ },
10447
+ {
10448
+ "kind": "javascript-module",
10449
+ "path": "src/data-grid/index.ts",
10450
+ "declarations": [],
10451
+ "exports": [
10452
+ {
10453
+ "kind": "js",
10454
+ "name": "*",
10455
+ "declaration": {
10456
+ "name": "*",
10457
+ "package": "./data-grid.template"
10458
+ }
10459
+ },
10460
+ {
10461
+ "kind": "js",
10462
+ "name": "*",
10463
+ "declaration": {
10464
+ "name": "*",
10465
+ "package": "./data-grid.styles"
10466
+ }
10467
+ },
10468
+ {
10469
+ "kind": "js",
10470
+ "name": "*",
10471
+ "declaration": {
10472
+ "name": "*",
10473
+ "package": "./data-grid"
10474
+ }
10475
+ }
10476
+ ]
10477
+ },
10478
+ {
10479
+ "kind": "javascript-module",
10480
+ "path": "src/data-grid-cell/data-grid-cell.styles.ts",
10481
+ "declarations": [
10482
+ {
10483
+ "kind": "function",
10484
+ "name": "foundationDataGridCellStyles",
10485
+ "return": {
10486
+ "type": {
10487
+ "text": "ElementStyles"
10488
+ }
10489
+ },
10490
+ "parameters": [
10491
+ {
10492
+ "name": "context",
10493
+ "type": {
10494
+ "text": "ElementDefinitionContext"
10599
10495
  }
10600
10496
  },
10601
10497
  {
10602
- "kind": "field",
10603
- "name": "rowElementTag",
10498
+ "name": "defintion",
10604
10499
  "type": {
10605
- "text": "string"
10500
+ "text": "FoundationElementDefinition"
10501
+ }
10502
+ }
10503
+ ]
10504
+ }
10505
+ ],
10506
+ "exports": [
10507
+ {
10508
+ "kind": "js",
10509
+ "name": "foundationDataGridCellStyles",
10510
+ "declaration": {
10511
+ "name": "foundationDataGridCellStyles",
10512
+ "module": "src/data-grid-cell/data-grid-cell.styles.ts"
10513
+ }
10514
+ }
10515
+ ]
10516
+ },
10517
+ {
10518
+ "kind": "javascript-module",
10519
+ "path": "src/data-grid-cell/data-grid.cell.ts",
10520
+ "declarations": [
10521
+ {
10522
+ "kind": "class",
10523
+ "description": "",
10524
+ "name": "DataGridCell",
10525
+ "superclass": {
10526
+ "name": "FASTDataGridCell",
10527
+ "package": "@microsoft/fast-components"
10528
+ },
10529
+ "tagName": "%%prefix%%-data-grid-cell",
10530
+ "customElement": true,
10531
+ "attributes": [
10532
+ {
10533
+ "name": "cell-type",
10534
+ "type": {
10535
+ "text": "DataGridCellTypes"
10606
10536
  },
10607
- "privacy": "public",
10608
- "description": "Set by the component templates.",
10537
+ "description": "The type of cell",
10538
+ "fieldName": "cellType",
10609
10539
  "inheritedFrom": {
10610
- "name": "DataGrid",
10611
- "module": "src/data-grid/data-grid.ts"
10540
+ "name": "DataGridCell",
10541
+ "module": "src/data-grid/data-grid-cell.ts"
10612
10542
  }
10613
10543
  },
10614
10544
  {
10615
- "kind": "field",
10616
- "name": "rowsRepeatBehavior",
10545
+ "name": "grid-column",
10617
10546
  "type": {
10618
- "text": "RepeatBehavior | null"
10547
+ "text": "string"
10619
10548
  },
10620
- "privacy": "private",
10549
+ "description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
10550
+ "fieldName": "gridColumn",
10621
10551
  "inheritedFrom": {
10622
- "name": "DataGrid",
10623
- "module": "src/data-grid/data-grid.ts"
10552
+ "name": "DataGridCell",
10553
+ "module": "src/data-grid/data-grid-cell.ts"
10624
10554
  }
10625
- },
10555
+ }
10556
+ ],
10557
+ "members": [
10626
10558
  {
10627
10559
  "kind": "field",
10628
- "name": "rowsPlaceholder",
10560
+ "name": "cellType",
10629
10561
  "type": {
10630
- "text": "Node | null"
10562
+ "text": "DataGridCellTypes"
10631
10563
  },
10564
+ "privacy": "public",
10565
+ "description": "The type of cell",
10566
+ "inheritedFrom": {
10567
+ "name": "DataGridCell",
10568
+ "module": "src/data-grid/data-grid-cell.ts"
10569
+ }
10570
+ },
10571
+ {
10572
+ "kind": "method",
10573
+ "name": "cellTypeChanged",
10632
10574
  "privacy": "private",
10633
- "default": "null",
10575
+ "return": {
10576
+ "type": {
10577
+ "text": "void"
10578
+ }
10579
+ },
10634
10580
  "inheritedFrom": {
10635
- "name": "DataGrid",
10636
- "module": "src/data-grid/data-grid.ts"
10581
+ "name": "DataGridCell",
10582
+ "module": "src/data-grid/data-grid-cell.ts"
10637
10583
  }
10638
10584
  },
10639
10585
  {
10640
10586
  "kind": "field",
10641
- "name": "generatedHeader",
10587
+ "name": "gridColumn",
10642
10588
  "type": {
10643
- "text": "DataGridRow | null"
10589
+ "text": "string"
10644
10590
  },
10645
- "privacy": "private",
10646
- "default": "null",
10591
+ "privacy": "public",
10592
+ "description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
10647
10593
  "inheritedFrom": {
10648
- "name": "DataGrid",
10649
- "module": "src/data-grid/data-grid.ts"
10594
+ "name": "DataGridCell",
10595
+ "module": "src/data-grid/data-grid-cell.ts"
10650
10596
  }
10651
10597
  },
10652
10598
  {
10653
- "kind": "field",
10654
- "name": "isUpdatingFocus",
10655
- "type": {
10656
- "text": "boolean"
10657
- },
10599
+ "kind": "method",
10600
+ "name": "gridColumnChanged",
10658
10601
  "privacy": "private",
10659
- "default": "false",
10602
+ "return": {
10603
+ "type": {
10604
+ "text": "void"
10605
+ }
10606
+ },
10660
10607
  "inheritedFrom": {
10661
- "name": "DataGrid",
10662
- "module": "src/data-grid/data-grid.ts"
10608
+ "name": "DataGridCell",
10609
+ "module": "src/data-grid/data-grid-cell.ts"
10663
10610
  }
10664
10611
  },
10665
10612
  {
10666
10613
  "kind": "field",
10667
- "name": "pendingFocusUpdate",
10614
+ "name": "rowData",
10668
10615
  "type": {
10669
- "text": "boolean"
10616
+ "text": "object | null"
10670
10617
  },
10671
- "privacy": "private",
10672
- "default": "false",
10618
+ "privacy": "public",
10619
+ "default": "null",
10620
+ "description": "The base data for the parent row",
10673
10621
  "inheritedFrom": {
10674
- "name": "DataGrid",
10675
- "module": "src/data-grid/data-grid.ts"
10622
+ "name": "DataGridCell",
10623
+ "module": "src/data-grid/data-grid-cell.ts"
10676
10624
  }
10677
10625
  },
10678
10626
  {
10679
10627
  "kind": "field",
10680
- "name": "observer",
10628
+ "name": "columnDefinition",
10681
10629
  "type": {
10682
- "text": "MutationObserver"
10630
+ "text": "ColumnDefinition | null"
10683
10631
  },
10684
- "privacy": "private",
10632
+ "privacy": "public",
10633
+ "default": "null",
10634
+ "description": "The base data for the column",
10685
10635
  "inheritedFrom": {
10686
- "name": "DataGrid",
10687
- "module": "src/data-grid/data-grid.ts"
10636
+ "name": "DataGridCell",
10637
+ "module": "src/data-grid/data-grid-cell.ts"
10688
10638
  }
10689
10639
  },
10690
10640
  {
10691
- "kind": "field",
10692
- "name": "rowindexUpdateQueued",
10693
- "type": {
10694
- "text": "boolean"
10695
- },
10641
+ "kind": "method",
10642
+ "name": "columnDefinitionChanged",
10696
10643
  "privacy": "private",
10697
- "default": "false",
10644
+ "return": {
10645
+ "type": {
10646
+ "text": "void"
10647
+ }
10648
+ },
10649
+ "parameters": [
10650
+ {
10651
+ "name": "oldValue",
10652
+ "type": {
10653
+ "text": "ColumnDefinition | null"
10654
+ }
10655
+ },
10656
+ {
10657
+ "name": "newValue",
10658
+ "type": {
10659
+ "text": "ColumnDefinition | null"
10660
+ }
10661
+ }
10662
+ ],
10698
10663
  "inheritedFrom": {
10699
- "name": "DataGrid",
10700
- "module": "src/data-grid/data-grid.ts"
10664
+ "name": "DataGridCell",
10665
+ "module": "src/data-grid/data-grid-cell.ts"
10701
10666
  }
10702
10667
  },
10703
10668
  {
10704
10669
  "kind": "field",
10705
- "name": "columnDefinitionsStale",
10670
+ "name": "isActiveCell",
10706
10671
  "type": {
10707
10672
  "text": "boolean"
10708
10673
  },
10709
10674
  "privacy": "private",
10710
- "default": "true",
10675
+ "default": "false",
10711
10676
  "inheritedFrom": {
10712
- "name": "DataGrid",
10713
- "module": "src/data-grid/data-grid.ts"
10677
+ "name": "DataGridCell",
10678
+ "module": "src/data-grid/data-grid-cell.ts"
10714
10679
  }
10715
10680
  },
10716
10681
  {
10717
10682
  "kind": "field",
10718
- "name": "generatedGridTemplateColumns",
10683
+ "name": "customCellView",
10719
10684
  "type": {
10720
- "text": "string"
10685
+ "text": "HTMLView | null"
10721
10686
  },
10722
10687
  "privacy": "private",
10723
- "default": "\"\"",
10724
- "inheritedFrom": {
10725
- "name": "DataGrid",
10726
- "module": "src/data-grid/data-grid.ts"
10727
- }
10728
- },
10729
- {
10730
- "kind": "field",
10731
- "name": "focusOnCell",
10732
- "privacy": "private",
10688
+ "default": "null",
10733
10689
  "inheritedFrom": {
10734
- "name": "DataGrid",
10735
- "module": "src/data-grid/data-grid.ts"
10690
+ "name": "DataGridCell",
10691
+ "module": "src/data-grid/data-grid-cell.ts"
10736
10692
  }
10737
10693
  },
10738
10694
  {
10739
10695
  "kind": "method",
10740
- "name": "queueFocusUpdate",
10741
- "privacy": "private",
10696
+ "name": "handleFocusin",
10697
+ "privacy": "public",
10742
10698
  "return": {
10743
10699
  "type": {
10744
10700
  "text": "void"
10745
10701
  }
10746
10702
  },
10703
+ "parameters": [
10704
+ {
10705
+ "name": "e",
10706
+ "type": {
10707
+ "text": "FocusEvent"
10708
+ }
10709
+ }
10710
+ ],
10747
10711
  "inheritedFrom": {
10748
- "name": "DataGrid",
10749
- "module": "src/data-grid/data-grid.ts"
10712
+ "name": "DataGridCell",
10713
+ "module": "src/data-grid/data-grid-cell.ts"
10750
10714
  }
10751
10715
  },
10752
10716
  {
10753
10717
  "kind": "method",
10754
- "name": "updateFocus",
10755
- "privacy": "private",
10718
+ "name": "handleFocusout",
10719
+ "privacy": "public",
10756
10720
  "return": {
10757
10721
  "type": {
10758
10722
  "text": "void"
10759
10723
  }
10760
10724
  },
10725
+ "parameters": [
10726
+ {
10727
+ "name": "e",
10728
+ "type": {
10729
+ "text": "FocusEvent"
10730
+ }
10731
+ }
10732
+ ],
10761
10733
  "inheritedFrom": {
10762
- "name": "DataGrid",
10763
- "module": "src/data-grid/data-grid.ts"
10734
+ "name": "DataGridCell",
10735
+ "module": "src/data-grid/data-grid-cell.ts"
10764
10736
  }
10765
10737
  },
10766
10738
  {
10767
10739
  "kind": "method",
10768
- "name": "toggleGeneratedHeader",
10769
- "privacy": "private",
10740
+ "name": "handleKeydown",
10741
+ "privacy": "public",
10770
10742
  "return": {
10771
10743
  "type": {
10772
10744
  "text": "void"
10773
10745
  }
10774
10746
  },
10747
+ "parameters": [
10748
+ {
10749
+ "name": "e",
10750
+ "type": {
10751
+ "text": "KeyboardEvent"
10752
+ }
10753
+ }
10754
+ ],
10775
10755
  "inheritedFrom": {
10776
- "name": "DataGrid",
10777
- "module": "src/data-grid/data-grid.ts"
10756
+ "name": "DataGridCell",
10757
+ "module": "src/data-grid/data-grid-cell.ts"
10778
10758
  }
10779
10759
  },
10780
10760
  {
10781
- "kind": "field",
10782
- "name": "onChildListChange",
10761
+ "kind": "method",
10762
+ "name": "updateCellView",
10783
10763
  "privacy": "private",
10764
+ "return": {
10765
+ "type": {
10766
+ "text": "void"
10767
+ }
10768
+ },
10784
10769
  "inheritedFrom": {
10785
- "name": "DataGrid",
10786
- "module": "src/data-grid/data-grid.ts"
10770
+ "name": "DataGridCell",
10771
+ "module": "src/data-grid/data-grid-cell.ts"
10787
10772
  }
10788
10773
  },
10789
10774
  {
10790
- "kind": "field",
10791
- "name": "queueRowIndexUpdate",
10775
+ "kind": "method",
10776
+ "name": "disconnectCellView",
10792
10777
  "privacy": "private",
10778
+ "return": {
10779
+ "type": {
10780
+ "text": "void"
10781
+ }
10782
+ },
10793
10783
  "inheritedFrom": {
10794
- "name": "DataGrid",
10795
- "module": "src/data-grid/data-grid.ts"
10784
+ "name": "DataGridCell",
10785
+ "module": "src/data-grid/data-grid-cell.ts"
10796
10786
  }
10797
10787
  },
10798
10788
  {
10799
10789
  "kind": "field",
10800
- "name": "updateRowIndexes",
10790
+ "name": "updateCellStyle",
10801
10791
  "privacy": "private",
10802
10792
  "inheritedFrom": {
10803
- "name": "DataGrid",
10804
- "module": "src/data-grid/data-grid.ts"
10793
+ "name": "DataGridCell",
10794
+ "module": "src/data-grid/data-grid-cell.ts"
10805
10795
  }
10806
10796
  },
10807
10797
  {
@@ -10915,11 +10905,21 @@
10915
10905
  "module": "src/foundation-element/foundation-element.ts"
10916
10906
  }
10917
10907
  }
10908
+ ],
10909
+ "events": [
10910
+ {
10911
+ "description": "Fires a custom 'cell-focused' event when focus is on the cell or its contents",
10912
+ "name": "cell-focused",
10913
+ "inheritedFrom": {
10914
+ "name": "DataGridCell",
10915
+ "module": "src/data-grid/data-grid-cell.ts"
10916
+ }
10917
+ }
10918
10918
  ]
10919
10919
  },
10920
10920
  {
10921
10921
  "kind": "variable",
10922
- "name": "foundationDataGridShadowOptions",
10922
+ "name": "foundationDataGridCellShadowOptions",
10923
10923
  "type": {
10924
10924
  "text": "ShadowRootInit"
10925
10925
  },
@@ -10927,7 +10927,7 @@
10927
10927
  },
10928
10928
  {
10929
10929
  "kind": "variable",
10930
- "name": "defaultDataGridConfig",
10930
+ "name": "defaultDataGridCellConfig",
10931
10931
  "type": {
10932
10932
  "text": "object"
10933
10933
  },
@@ -10935,49 +10935,57 @@
10935
10935
  },
10936
10936
  {
10937
10937
  "kind": "variable",
10938
- "name": "foundationDataGrid",
10939
- "description": "The Foundation Data Grid Element.",
10938
+ "name": "foundationDataGridCell",
10939
+ "description": "The Foundation Data Grid Cell Element.",
10940
10940
  "privacy": "public"
10941
10941
  }
10942
10942
  ],
10943
10943
  "exports": [
10944
10944
  {
10945
10945
  "kind": "js",
10946
- "name": "DataGrid",
10946
+ "name": "foundationDataGridCellTemplate",
10947
10947
  "declaration": {
10948
- "name": "DataGrid",
10949
- "module": "src/data-grid/data-grid.ts"
10948
+ "name": "dataGridCellTemplate",
10949
+ "package": "@microsoft/fast-foundation"
10950
10950
  }
10951
10951
  },
10952
10952
  {
10953
10953
  "kind": "js",
10954
- "name": "foundationDataGridShadowOptions",
10954
+ "name": "DataGridCell",
10955
10955
  "declaration": {
10956
- "name": "foundationDataGridShadowOptions",
10957
- "module": "src/data-grid/data-grid.ts"
10956
+ "name": "DataGridCell",
10957
+ "module": "src/data-grid-cell/data-grid.cell.ts"
10958
10958
  }
10959
10959
  },
10960
10960
  {
10961
10961
  "kind": "js",
10962
- "name": "defaultDataGridConfig",
10962
+ "name": "foundationDataGridCellShadowOptions",
10963
10963
  "declaration": {
10964
- "name": "defaultDataGridConfig",
10965
- "module": "src/data-grid/data-grid.ts"
10964
+ "name": "foundationDataGridCellShadowOptions",
10965
+ "module": "src/data-grid-cell/data-grid.cell.ts"
10966
10966
  }
10967
10967
  },
10968
10968
  {
10969
10969
  "kind": "js",
10970
- "name": "foundationDataGrid",
10970
+ "name": "defaultDataGridCellConfig",
10971
10971
  "declaration": {
10972
- "name": "foundationDataGrid",
10973
- "module": "src/data-grid/data-grid.ts"
10972
+ "name": "defaultDataGridCellConfig",
10973
+ "module": "src/data-grid-cell/data-grid.cell.ts"
10974
+ }
10975
+ },
10976
+ {
10977
+ "kind": "js",
10978
+ "name": "foundationDataGridCell",
10979
+ "declaration": {
10980
+ "name": "foundationDataGridCell",
10981
+ "module": "src/data-grid-cell/data-grid.cell.ts"
10974
10982
  }
10975
10983
  }
10976
10984
  ]
10977
10985
  },
10978
10986
  {
10979
10987
  "kind": "javascript-module",
10980
- "path": "src/data-grid/index.ts",
10988
+ "path": "src/data-grid-cell/index.ts",
10981
10989
  "declarations": [],
10982
10990
  "exports": [
10983
10991
  {
@@ -10985,15 +10993,7 @@
10985
10993
  "name": "*",
10986
10994
  "declaration": {
10987
10995
  "name": "*",
10988
- "package": "./data-grid.template"
10989
- }
10990
- },
10991
- {
10992
- "kind": "js",
10993
- "name": "*",
10994
- "declaration": {
10995
- "name": "*",
10996
- "package": "./data-grid.styles"
10996
+ "package": "./data-grid.cell"
10997
10997
  }
10998
10998
  },
10999
10999
  {
@@ -11001,7 +11001,7 @@
11001
11001
  "name": "*",
11002
11002
  "declaration": {
11003
11003
  "name": "*",
11004
- "package": "./data-grid"
11004
+ "package": "./data-grid-cell.styles"
11005
11005
  }
11006
11006
  }
11007
11007
  ]