@genesislcap/foundation-zero-grid-pro 14.187.1 → 14.188.0-FUI-2012-tabulator.1

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.
@@ -853,6 +853,33 @@
853
853
  "module": "src/grid-pro.ts"
854
854
  }
855
855
  },
856
+ {
857
+ "kind": "field",
858
+ "name": "rowData",
859
+ "type": {
860
+ "text": "any[]"
861
+ },
862
+ "inheritedFrom": {
863
+ "name": "GridPro",
864
+ "module": "src/grid-pro.ts"
865
+ }
866
+ },
867
+ {
868
+ "kind": "method",
869
+ "name": "rowDataChanged",
870
+ "parameters": [
871
+ {
872
+ "name": "oldValue"
873
+ },
874
+ {
875
+ "name": "newValue"
876
+ }
877
+ ],
878
+ "inheritedFrom": {
879
+ "name": "GridPro",
880
+ "module": "src/grid-pro.ts"
881
+ }
882
+ },
856
883
  {
857
884
  "kind": "field",
858
885
  "name": "gridProDatasource",
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.187.1",
4
+ "version": "14.188.0-FUI-2012-tabulator.1",
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.187.1",
39
- "@genesislcap/rollup-builder": "14.187.1",
40
- "@genesislcap/ts-builder": "14.187.1",
41
- "@genesislcap/uvu-playwright-builder": "14.187.1",
42
- "@genesislcap/vite-builder": "14.187.1",
43
- "@genesislcap/webpack-builder": "14.187.1",
38
+ "@genesislcap/genx": "14.188.0-FUI-2012-tabulator.1",
39
+ "@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.1",
40
+ "@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.1",
41
+ "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.1",
42
+ "@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.1",
43
+ "@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.1",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.187.1",
48
- "@genesislcap/foundation-zero": "14.187.1",
49
- "@genesislcap/grid-pro": "14.187.1",
47
+ "@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.1",
48
+ "@genesislcap/foundation-zero": "14.188.0-FUI-2012-tabulator.1",
49
+ "@genesislcap/grid-pro": "14.188.0-FUI-2012-tabulator.1",
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": "ed7f2594a168c5d92f448fc0c65566a9f1074acb"
70
+ "gitHead": "5824fecaf9af97a64b316ea900380945268e7fe3"
71
71
  }