@genesislcap/foundation-zero-grid-pro 14.349.0 → 14.350.1-alpha-fecf4a7.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.
@@ -607,6 +607,18 @@
607
607
  "module": "src/grid-pro.ts"
608
608
  }
609
609
  },
610
+ {
611
+ "kind": "field",
612
+ "name": "themeMode",
613
+ "type": {
614
+ "text": "'light' | 'dark'"
615
+ },
616
+ "default": "'dark'",
617
+ "inheritedFrom": {
618
+ "name": "GridPro",
619
+ "module": "src/grid-pro.ts"
620
+ }
621
+ },
610
622
  {
611
623
  "kind": "field",
612
624
  "name": "gridComponents",
@@ -948,6 +960,20 @@
948
960
  "module": "src/grid-pro.ts"
949
961
  }
950
962
  },
963
+ {
964
+ "kind": "method",
965
+ "name": "flashAddedCells",
966
+ "privacy": "private",
967
+ "parameters": [
968
+ {
969
+ "name": "rowNodes"
970
+ }
971
+ ],
972
+ "inheritedFrom": {
973
+ "name": "GridPro",
974
+ "module": "src/grid-pro.ts"
975
+ }
976
+ },
951
977
  {
952
978
  "kind": "method",
953
979
  "name": "combineAllGridComponents",
@@ -1283,6 +1309,12 @@
1283
1309
  "type": {
1284
1310
  "text": "any[]"
1285
1311
  }
1312
+ },
1313
+ {
1314
+ "name": "gridOptions",
1315
+ "type": {
1316
+ "text": "GridOptions"
1317
+ }
1286
1318
  }
1287
1319
  ],
1288
1320
  "inheritedFrom": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.349.0",
4
+ "version": "14.350.1-alpha-fecf4a7.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.349.0",
39
- "@genesislcap/rollup-builder": "14.349.0",
40
- "@genesislcap/ts-builder": "14.349.0",
41
- "@genesislcap/uvu-playwright-builder": "14.349.0",
42
- "@genesislcap/vite-builder": "14.349.0",
43
- "@genesislcap/webpack-builder": "14.349.0"
38
+ "@genesislcap/genx": "14.350.1-alpha-fecf4a7.0",
39
+ "@genesislcap/rollup-builder": "14.350.1-alpha-fecf4a7.0",
40
+ "@genesislcap/ts-builder": "14.350.1-alpha-fecf4a7.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.350.1-alpha-fecf4a7.0",
42
+ "@genesislcap/vite-builder": "14.350.1-alpha-fecf4a7.0",
43
+ "@genesislcap/webpack-builder": "14.350.1-alpha-fecf4a7.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-ui": "14.349.0",
47
- "@genesislcap/foundation-zero": "14.349.0",
48
- "@genesislcap/grid-pro": "14.349.0",
46
+ "@genesislcap/foundation-ui": "14.350.1-alpha-fecf4a7.0",
47
+ "@genesislcap/foundation-zero": "14.350.1-alpha-fecf4a7.0",
48
+ "@genesislcap/grid-pro": "14.350.1-alpha-fecf4a7.0",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -65,5 +65,5 @@
65
65
  "access": "public"
66
66
  },
67
67
  "customElements": "dist/custom-elements.json",
68
- "gitHead": "c3744b60b23bbca7f48211f925f23bcf1bc3ec8a"
68
+ "gitHead": "22c63152aa8140978f88393bced37cfa0ae64ec2"
69
69
  }