@genesislcap/rapid-grid-pro 14.208.2 → 14.208.3

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.
@@ -712,19 +712,23 @@
712
712
  "name": "eventType",
713
713
  "type": {
714
714
  "text": "string"
715
- }
715
+ },
716
+ "description": "The event type to listen for. Recommened to use the `Events` from AG Grid."
716
717
  },
717
718
  {
718
- "name": "listener"
719
+ "name": "listener",
720
+ "description": "The event listener to call when the event is fired."
719
721
  },
720
722
  {
721
723
  "name": "options",
722
724
  "optional": true,
723
725
  "type": {
724
726
  "text": "boolean | AddEventListenerOptions"
725
- }
727
+ },
728
+ "description": "An options object that specifies characteristics about the event listener."
726
729
  }
727
730
  ],
731
+ "description": "Adds an event listener to the grid element.",
728
732
  "inheritedFrom": {
729
733
  "name": "GridPro",
730
734
  "module": "src/grid-pro.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.208.2",
4
+ "version": "14.208.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,19 +35,19 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.208.2",
39
- "@genesislcap/rollup-builder": "14.208.2",
40
- "@genesislcap/ts-builder": "14.208.2",
41
- "@genesislcap/uvu-playwright-builder": "14.208.2",
42
- "@genesislcap/vite-builder": "14.208.2",
43
- "@genesislcap/webpack-builder": "14.208.2",
38
+ "@genesislcap/genx": "14.208.3",
39
+ "@genesislcap/rollup-builder": "14.208.3",
40
+ "@genesislcap/ts-builder": "14.208.3",
41
+ "@genesislcap/uvu-playwright-builder": "14.208.3",
42
+ "@genesislcap/vite-builder": "14.208.3",
43
+ "@genesislcap/webpack-builder": "14.208.3",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.208.2",
48
- "@genesislcap/foundation-zero": "14.208.2",
49
- "@genesislcap/grid-pro": "14.208.2",
50
- "@genesislcap/rapid-design-system": "14.208.2",
47
+ "@genesislcap/foundation-ui": "14.208.3",
48
+ "@genesislcap/foundation-zero": "14.208.3",
49
+ "@genesislcap/grid-pro": "14.208.3",
50
+ "@genesislcap/rapid-design-system": "14.208.3",
51
51
  "@microsoft/fast-colors": "^5.3.1",
52
52
  "@microsoft/fast-components": "^2.30.6",
53
53
  "@microsoft/fast-element": "^1.12.0",
@@ -68,5 +68,5 @@
68
68
  "access": "public"
69
69
  },
70
70
  "customElements": "dist/custom-elements.json",
71
- "gitHead": "6e8bcdbd7a90cc39adef48f79ae5b073ff38c358"
71
+ "gitHead": "9a3b2919d34357d89791809bcf7ac11e4f23b75b"
72
72
  }