@genesislcap/foundation-zero-grid-pro 14.310.1 → 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 +60 -15
- 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",
|
|
@@ -4713,21 +4758,6 @@
|
|
|
4713
4758
|
}
|
|
4714
4759
|
]
|
|
4715
4760
|
},
|
|
4716
|
-
{
|
|
4717
|
-
"kind": "javascript-module",
|
|
4718
|
-
"path": "src/themes/index.ts",
|
|
4719
|
-
"declarations": [],
|
|
4720
|
-
"exports": [
|
|
4721
|
-
{
|
|
4722
|
-
"kind": "js",
|
|
4723
|
-
"name": "*",
|
|
4724
|
-
"declaration": {
|
|
4725
|
-
"name": "*",
|
|
4726
|
-
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
4727
|
-
}
|
|
4728
|
-
}
|
|
4729
|
-
]
|
|
4730
|
-
},
|
|
4731
4761
|
{
|
|
4732
4762
|
"kind": "javascript-module",
|
|
4733
4763
|
"path": "src/style/colors.ts",
|
|
@@ -4815,6 +4845,21 @@
|
|
|
4815
4845
|
}
|
|
4816
4846
|
]
|
|
4817
4847
|
},
|
|
4848
|
+
{
|
|
4849
|
+
"kind": "javascript-module",
|
|
4850
|
+
"path": "src/themes/index.ts",
|
|
4851
|
+
"declarations": [],
|
|
4852
|
+
"exports": [
|
|
4853
|
+
{
|
|
4854
|
+
"kind": "js",
|
|
4855
|
+
"name": "*",
|
|
4856
|
+
"declaration": {
|
|
4857
|
+
"name": "*",
|
|
4858
|
+
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
4859
|
+
}
|
|
4860
|
+
}
|
|
4861
|
+
]
|
|
4862
|
+
},
|
|
4818
4863
|
{
|
|
4819
4864
|
"kind": "javascript-module",
|
|
4820
4865
|
"path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
|
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.
|
|
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.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.310.
|
|
40
|
-
"@genesislcap/ts-builder": "14.310.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.310.
|
|
42
|
-
"@genesislcap/vite-builder": "14.310.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.310.
|
|
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.
|
|
47
|
-
"@genesislcap/foundation-zero": "14.310.
|
|
48
|
-
"@genesislcap/grid-pro": "14.310.
|
|
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
|
}
|