@genesislcap/foundation-zero-grid-pro 14.192.2-publicpath.1 → 14.192.3-alpha-1303ae2.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.
@@ -882,12 +882,27 @@
882
882
  "module": "src/grid-pro.ts"
883
883
  }
884
884
  },
885
+ {
886
+ "kind": "field",
887
+ "name": "gridParams",
888
+ "type": {
889
+ "text": "GridParams"
890
+ },
891
+ "privacy": "public",
892
+ "readonly": true,
893
+ "inheritedFrom": {
894
+ "name": "GridPro",
895
+ "module": "src/grid-pro.ts"
896
+ }
897
+ },
885
898
  {
886
899
  "kind": "field",
887
900
  "name": "gridProDatasource",
888
901
  "type": {
889
902
  "text": "| GridProGenesisDatasource\n | GridProClientSideDatasource\n | GridProServerSideDatasource"
890
903
  },
904
+ "description": "Get the datasource element.",
905
+ "privacy": "public",
891
906
  "readonly": true,
892
907
  "inheritedFrom": {
893
908
  "name": "GridPro",
@@ -896,7 +911,7 @@
896
911
  },
897
912
  {
898
913
  "kind": "method",
899
- "name": "initGridOptions",
914
+ "name": "setLocalGridOptions",
900
915
  "privacy": "private",
901
916
  "parameters": [
902
917
  {
@@ -904,12 +919,6 @@
904
919
  "type": {
905
920
  "text": "GridOptions"
906
921
  }
907
- },
908
- {
909
- "name": "globalEventListener",
910
- "type": {
911
- "text": "any"
912
- }
913
922
  }
914
923
  ],
915
924
  "inheritedFrom": {
@@ -917,6 +926,15 @@
917
926
  "module": "src/grid-pro.ts"
918
927
  }
919
928
  },
929
+ {
930
+ "kind": "method",
931
+ "name": "initGrid",
932
+ "privacy": "private",
933
+ "inheritedFrom": {
934
+ "name": "GridPro",
935
+ "module": "src/grid-pro.ts"
936
+ }
937
+ },
920
938
  {
921
939
  "kind": "method",
922
940
  "name": "applyTemplateDefinitions",
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.192.2-publicpath.1",
4
+ "version": "14.192.3-alpha-1303ae2.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.192.2-publicpath.1",
39
- "@genesislcap/rollup-builder": "14.192.2-publicpath.1",
40
- "@genesislcap/ts-builder": "14.192.2-publicpath.1",
41
- "@genesislcap/uvu-playwright-builder": "14.192.2-publicpath.1",
42
- "@genesislcap/vite-builder": "14.192.2-publicpath.1",
43
- "@genesislcap/webpack-builder": "14.192.2-publicpath.1",
38
+ "@genesislcap/genx": "14.192.3-alpha-1303ae2.0",
39
+ "@genesislcap/rollup-builder": "14.192.3-alpha-1303ae2.0",
40
+ "@genesislcap/ts-builder": "14.192.3-alpha-1303ae2.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.192.3-alpha-1303ae2.0",
42
+ "@genesislcap/vite-builder": "14.192.3-alpha-1303ae2.0",
43
+ "@genesislcap/webpack-builder": "14.192.3-alpha-1303ae2.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.192.2-publicpath.1",
48
- "@genesislcap/foundation-zero": "14.192.2-publicpath.1",
49
- "@genesislcap/grid-pro": "14.192.2-publicpath.1",
47
+ "@genesislcap/foundation-ui": "14.192.3-alpha-1303ae2.0",
48
+ "@genesislcap/foundation-zero": "14.192.3-alpha-1303ae2.0",
49
+ "@genesislcap/grid-pro": "14.192.3-alpha-1303ae2.0",
50
50
  "@microsoft/fast-colors": "^5.3.1",
51
51
  "@microsoft/fast-components": "^2.30.6",
52
52
  "@microsoft/fast-element": "^1.12.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "165c9d37df321541fb2ed9091af9e6bdd17261b2"
70
+ "gitHead": "a3a2aa25079aae6722a6f7039dcc3abc862b90dc"
71
71
  }