@genesislcap/foundation-zero-grid-pro 11.4.3 → 12.0.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.
@@ -1,8 +1,8 @@
1
- import { GridPro } from '@genesislcap/grid-pro';
1
+ import { AgcCore, GridPro } from '@genesislcap/grid-pro';
2
2
  export declare class ZeroGridPro extends GridPro {
3
3
  theme: string;
4
4
  themeChanged(oldValue: string, newValue: string): void;
5
- set gridOptions(options: any);
5
+ set gridOptions(options: AgcCore.GridOptions);
6
6
  }
7
7
  export declare const zeroGridProShadowOptions: ShadowRootInit;
8
8
  export declare const zeroDefaultGridProConfig: {
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAKR,MAAM,uBAAuB,CAAC;AAa/B,qBAAa,WAAY,SAAQ,OAAO;IAKtC,KAAK,SAAqB;IAC1B,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAS/C,IAAI,WAAW,CAAC,OAAO,KAAA,EAetB;CACF;AAGD,eAAO,MAAM,wBAAwB,EAAE,cAA+C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;CAAmB,CAAC;AAEzD,eAAO,MAAM,WAAW;;;;;;;;;;sBAMtB,CAAC"}
1
+ {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EAIR,MAAM,uBAAuB,CAAC;AAa/B,qBAAa,WAAY,SAAQ,OAAO;IAKtC,KAAK,SAAqB;IAC1B,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAS/C,IAAI,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,WAAW,EAe3C;CACF;AAGD,eAAO,MAAM,wBAAwB,EAAE,cAA+C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;CAAmB,CAAC;AAEzD,eAAO,MAAM,WAAW;;;;;;;;;;sBAMtB,CAAC"}
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": "11.4.3",
4
+ "version": "12.0.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -87,11 +87,11 @@
87
87
  "webpack-merge": "^5.7.3"
88
88
  },
89
89
  "dependencies": {
90
- "@genesislcap/foundation-comms": "^11.4.3",
91
- "@genesislcap/foundation-ui": "^11.4.3",
92
- "@genesislcap/foundation-utils": "^11.4.3",
93
- "@genesislcap/foundation-zero": "^11.4.3",
94
- "@genesislcap/grid-pro": "^11.4.3",
90
+ "@genesislcap/foundation-comms": "^12.0.0",
91
+ "@genesislcap/foundation-ui": "^12.0.0",
92
+ "@genesislcap/foundation-utils": "^12.0.0",
93
+ "@genesislcap/foundation-zero": "^12.0.0",
94
+ "@genesislcap/grid-pro": "^12.0.0",
95
95
  "@microsoft/fast-colors": "^5.1.4",
96
96
  "@microsoft/fast-components": "^2.21.3",
97
97
  "@microsoft/fast-element": "^1.7.0",
@@ -112,5 +112,5 @@
112
112
  "publishConfig": {
113
113
  "access": "public"
114
114
  },
115
- "gitHead": "3a97f3ec54db00600a45581659d0bf06f7afcd75"
115
+ "gitHead": "461815fefa8088f0471ff7dc50551e24c8cfd1c0"
116
116
  }