@genesislcap/foundation-zero-grid-pro 14.188.0-FUI-2012-tabulator.4 → 14.188.0-fui-2012.2

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.
@@ -864,22 +864,6 @@
864
864
  "module": "src/grid-pro.ts"
865
865
  }
866
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
- },
883
867
  {
884
868
  "kind": "field",
885
869
  "name": "_rowData",
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.188.0-FUI-2012-tabulator.4",
4
+ "version": "14.188.0-fui-2012.2",
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.188.0-FUI-2012-tabulator.4",
39
- "@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.4",
40
- "@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.4",
41
- "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.4",
42
- "@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.4",
43
- "@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.4",
38
+ "@genesislcap/genx": "14.188.0-fui-2012.2",
39
+ "@genesislcap/rollup-builder": "14.188.0-fui-2012.2",
40
+ "@genesislcap/ts-builder": "14.188.0-fui-2012.2",
41
+ "@genesislcap/uvu-playwright-builder": "14.188.0-fui-2012.2",
42
+ "@genesislcap/vite-builder": "14.188.0-fui-2012.2",
43
+ "@genesislcap/webpack-builder": "14.188.0-fui-2012.2",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.4",
48
- "@genesislcap/foundation-zero": "14.188.0-FUI-2012-tabulator.4",
49
- "@genesislcap/grid-pro": "14.188.0-FUI-2012-tabulator.4",
47
+ "@genesislcap/foundation-ui": "14.188.0-fui-2012.2",
48
+ "@genesislcap/foundation-zero": "14.188.0-fui-2012.2",
49
+ "@genesislcap/grid-pro": "14.188.0-fui-2012.2",
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": "9f03d074b0d18c3e7b926ac811c8d172e98b4276"
70
+ "gitHead": "b6fd8f46dcf8ab22338b4f4abdfb937c9e31d347"
71
71
  }