@genesislcap/foundation-zero-grid-pro 14.449.0 → 14.449.1-alpha-c71262a.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.
@@ -798,6 +798,32 @@
798
798
  "module": "src/grid-pro.ts"
799
799
  }
800
800
  },
801
+ {
802
+ "kind": "field",
803
+ "name": "userProvidedGridOptions",
804
+ "type": {
805
+ "text": "GridOptions | undefined"
806
+ },
807
+ "privacy": "protected",
808
+ "description": "Last grid options supplied via the public `gridOptions` setter (not datasource init).\nUsed as the merge base in `handleInitialize` so user options survive datasource restart.",
809
+ "inheritedFrom": {
810
+ "name": "GridPro",
811
+ "module": "src/grid-pro.ts"
812
+ }
813
+ },
814
+ {
815
+ "kind": "field",
816
+ "name": "applyingDatasourceGridOptions",
817
+ "type": {
818
+ "text": "boolean"
819
+ },
820
+ "privacy": "private",
821
+ "default": "false",
822
+ "inheritedFrom": {
823
+ "name": "GridPro",
824
+ "module": "src/grid-pro.ts"
825
+ }
826
+ },
801
827
  {
802
828
  "kind": "field",
803
829
  "name": "initialised",
@@ -5404,6 +5430,21 @@
5404
5430
  }
5405
5431
  ]
5406
5432
  },
5433
+ {
5434
+ "kind": "javascript-module",
5435
+ "path": "src/themes/index.ts",
5436
+ "declarations": [],
5437
+ "exports": [
5438
+ {
5439
+ "kind": "js",
5440
+ "name": "*",
5441
+ "declaration": {
5442
+ "name": "*",
5443
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
5444
+ }
5445
+ }
5446
+ ]
5447
+ },
5407
5448
  {
5408
5449
  "kind": "javascript-module",
5409
5450
  "path": "src/style/colors.ts",
@@ -5491,21 +5532,6 @@
5491
5532
  }
5492
5533
  ]
5493
5534
  },
5494
- {
5495
- "kind": "javascript-module",
5496
- "path": "src/themes/index.ts",
5497
- "declarations": [],
5498
- "exports": [
5499
- {
5500
- "kind": "js",
5501
- "name": "*",
5502
- "declaration": {
5503
- "name": "*",
5504
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
5505
- }
5506
- }
5507
- ]
5508
- },
5509
5535
  {
5510
5536
  "kind": "javascript-module",
5511
5537
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
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.449.0",
4
+ "version": "14.449.1-alpha-c71262a.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "14.449.0",
41
- "@genesislcap/rollup-builder": "14.449.0",
42
- "@genesislcap/ts-builder": "14.449.0",
43
- "@genesislcap/uvu-playwright-builder": "14.449.0",
44
- "@genesislcap/vite-builder": "14.449.0",
45
- "@genesislcap/webpack-builder": "14.449.0"
40
+ "@genesislcap/genx": "14.449.1-alpha-c71262a.0",
41
+ "@genesislcap/rollup-builder": "14.449.1-alpha-c71262a.0",
42
+ "@genesislcap/ts-builder": "14.449.1-alpha-c71262a.0",
43
+ "@genesislcap/uvu-playwright-builder": "14.449.1-alpha-c71262a.0",
44
+ "@genesislcap/vite-builder": "14.449.1-alpha-c71262a.0",
45
+ "@genesislcap/webpack-builder": "14.449.1-alpha-c71262a.0"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.449.0",
49
- "@genesislcap/foundation-zero": "14.449.0",
50
- "@genesislcap/grid-pro": "14.449.0",
48
+ "@genesislcap/foundation-ui": "14.449.1-alpha-c71262a.0",
49
+ "@genesislcap/foundation-zero": "14.449.1-alpha-c71262a.0",
50
+ "@genesislcap/grid-pro": "14.449.1-alpha-c71262a.0",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -78,5 +78,5 @@
78
78
  "require": "./dist/react.cjs"
79
79
  }
80
80
  },
81
- "gitHead": "f12978be0dece5ab995762c4811e201080669496"
81
+ "gitHead": "89ebde619216d4d5f9681a884ec9bb77b4f90b8f"
82
82
  }