@genesislcap/foundation-zero-grid-pro 14.311.0 → 14.312.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.
@@ -702,6 +702,19 @@
702
702
  "module": "src/grid-pro.ts"
703
703
  }
704
704
  },
705
+ {
706
+ "kind": "field",
707
+ "name": "registeredGridEvents",
708
+ "type": {
709
+ "text": "Set<string>"
710
+ },
711
+ "privacy": "private",
712
+ "default": "new Set()",
713
+ "inheritedFrom": {
714
+ "name": "GridPro",
715
+ "module": "src/grid-pro.ts"
716
+ }
717
+ },
705
718
  {
706
719
  "kind": "field",
707
720
  "name": "_filterConfig",
@@ -890,6 +903,36 @@
890
903
  "module": "src/grid-pro.ts"
891
904
  }
892
905
  },
906
+ {
907
+ "kind": "method",
908
+ "name": "getSelectedRows",
909
+ "return": {
910
+ "type": {
911
+ "text": ""
912
+ }
913
+ },
914
+ "description": "Gets the currently selected rows from the grid",
915
+ "privacy": "public",
916
+ "inheritedFrom": {
917
+ "name": "GridPro",
918
+ "module": "src/grid-pro.ts"
919
+ }
920
+ },
921
+ {
922
+ "kind": "method",
923
+ "name": "hasSelectedRows",
924
+ "return": {
925
+ "type": {
926
+ "text": ""
927
+ }
928
+ },
929
+ "description": "Checks if any rows are currently selected",
930
+ "privacy": "public",
931
+ "inheritedFrom": {
932
+ "name": "GridPro",
933
+ "module": "src/grid-pro.ts"
934
+ }
935
+ },
893
936
  {
894
937
  "kind": "method",
895
938
  "name": "saveColumnState",
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.311.0",
4
+ "version": "14.312.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.311.0",
39
- "@genesislcap/rollup-builder": "14.311.0",
40
- "@genesislcap/ts-builder": "14.311.0",
41
- "@genesislcap/uvu-playwright-builder": "14.311.0",
42
- "@genesislcap/vite-builder": "14.311.0",
43
- "@genesislcap/webpack-builder": "14.311.0"
38
+ "@genesislcap/genx": "14.312.0",
39
+ "@genesislcap/rollup-builder": "14.312.0",
40
+ "@genesislcap/ts-builder": "14.312.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.312.0",
42
+ "@genesislcap/vite-builder": "14.312.0",
43
+ "@genesislcap/webpack-builder": "14.312.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-ui": "14.311.0",
47
- "@genesislcap/foundation-zero": "14.311.0",
48
- "@genesislcap/grid-pro": "14.311.0",
46
+ "@genesislcap/foundation-ui": "14.312.0",
47
+ "@genesislcap/foundation-zero": "14.312.0",
48
+ "@genesislcap/grid-pro": "14.312.0",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -65,5 +65,5 @@
65
65
  "access": "public"
66
66
  },
67
67
  "customElements": "dist/custom-elements.json",
68
- "gitHead": "2a02ca84136438cc9998c84175efc13fad71a1eb"
68
+ "gitHead": "44a1ea77c99b761fb37ee5f211ab7a954c9289d0"
69
69
  }