@genesislcap/foundation-zero-grid-pro 14.310.0 → 14.310.2-alpha-8853fb3.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.
- package/dist/custom-elements.json +45 -0
- package/package.json +11 -11
|
@@ -890,6 +890,51 @@
|
|
|
890
890
|
"module": "src/grid-pro.ts"
|
|
891
891
|
}
|
|
892
892
|
},
|
|
893
|
+
{
|
|
894
|
+
"kind": "method",
|
|
895
|
+
"name": "getSelectedRows",
|
|
896
|
+
"return": {
|
|
897
|
+
"type": {
|
|
898
|
+
"text": ""
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
"description": "Gets the currently selected rows from the grid",
|
|
902
|
+
"privacy": "public",
|
|
903
|
+
"inheritedFrom": {
|
|
904
|
+
"name": "GridPro",
|
|
905
|
+
"module": "src/grid-pro.ts"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "method",
|
|
910
|
+
"name": "getCellRangeRowData",
|
|
911
|
+
"privacy": "private",
|
|
912
|
+
"return": {
|
|
913
|
+
"type": {
|
|
914
|
+
"text": ""
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"description": "Gets the row data from selected cell ranges",
|
|
918
|
+
"inheritedFrom": {
|
|
919
|
+
"name": "GridPro",
|
|
920
|
+
"module": "src/grid-pro.ts"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"kind": "method",
|
|
925
|
+
"name": "hasSelectedRows",
|
|
926
|
+
"return": {
|
|
927
|
+
"type": {
|
|
928
|
+
"text": ""
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"description": "Checks if any rows are currently selected",
|
|
932
|
+
"privacy": "public",
|
|
933
|
+
"inheritedFrom": {
|
|
934
|
+
"name": "GridPro",
|
|
935
|
+
"module": "src/grid-pro.ts"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
893
938
|
{
|
|
894
939
|
"kind": "method",
|
|
895
940
|
"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.310.0",
|
|
4
|
+
"version": "14.310.2-alpha-8853fb3.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.310.0",
|
|
39
|
-
"@genesislcap/rollup-builder": "14.310.0",
|
|
40
|
-
"@genesislcap/ts-builder": "14.310.0",
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.310.0",
|
|
42
|
-
"@genesislcap/vite-builder": "14.310.0",
|
|
43
|
-
"@genesislcap/webpack-builder": "14.310.0"
|
|
38
|
+
"@genesislcap/genx": "14.310.2-alpha-8853fb3.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.310.2-alpha-8853fb3.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.310.2-alpha-8853fb3.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.310.2-alpha-8853fb3.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.310.2-alpha-8853fb3.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.310.2-alpha-8853fb3.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-ui": "14.310.0",
|
|
47
|
-
"@genesislcap/foundation-zero": "14.310.0",
|
|
48
|
-
"@genesislcap/grid-pro": "14.310.0",
|
|
46
|
+
"@genesislcap/foundation-ui": "14.310.2-alpha-8853fb3.0",
|
|
47
|
+
"@genesislcap/foundation-zero": "14.310.2-alpha-8853fb3.0",
|
|
48
|
+
"@genesislcap/grid-pro": "14.310.2-alpha-8853fb3.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": "
|
|
68
|
+
"gitHead": "463314432383d893be3c9fc153efa77e9d9c8993"
|
|
69
69
|
}
|