@genesislcap/foundation-zero-grid-pro 14.327.1 → 14.327.2-alpha-07ce36f.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 +25 -0
- package/package.json +11 -11
|
@@ -607,6 +607,17 @@
|
|
|
607
607
|
"module": "src/grid-pro.ts"
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
|
+
{
|
|
611
|
+
"kind": "field",
|
|
612
|
+
"name": "gridContainer",
|
|
613
|
+
"type": {
|
|
614
|
+
"text": "HTMLElement"
|
|
615
|
+
},
|
|
616
|
+
"inheritedFrom": {
|
|
617
|
+
"name": "GridPro",
|
|
618
|
+
"module": "src/grid-pro.ts"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
610
621
|
{
|
|
611
622
|
"kind": "field",
|
|
612
623
|
"name": "gridComponents",
|
|
@@ -948,6 +959,20 @@
|
|
|
948
959
|
"module": "src/grid-pro.ts"
|
|
949
960
|
}
|
|
950
961
|
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "method",
|
|
964
|
+
"name": "flashAddedCells",
|
|
965
|
+
"privacy": "private",
|
|
966
|
+
"parameters": [
|
|
967
|
+
{
|
|
968
|
+
"name": "rowNodes"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"inheritedFrom": {
|
|
972
|
+
"name": "GridPro",
|
|
973
|
+
"module": "src/grid-pro.ts"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
951
976
|
{
|
|
952
977
|
"kind": "method",
|
|
953
978
|
"name": "combineAllGridComponents",
|
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.327.
|
|
4
|
+
"version": "14.327.2-alpha-07ce36f.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.327.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.327.
|
|
40
|
-
"@genesislcap/ts-builder": "14.327.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.327.
|
|
42
|
-
"@genesislcap/vite-builder": "14.327.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.327.
|
|
38
|
+
"@genesislcap/genx": "14.327.2-alpha-07ce36f.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.327.2-alpha-07ce36f.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.327.2-alpha-07ce36f.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.327.2-alpha-07ce36f.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.327.2-alpha-07ce36f.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.327.2-alpha-07ce36f.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-ui": "14.327.
|
|
47
|
-
"@genesislcap/foundation-zero": "14.327.
|
|
48
|
-
"@genesislcap/grid-pro": "14.327.
|
|
46
|
+
"@genesislcap/foundation-ui": "14.327.2-alpha-07ce36f.0",
|
|
47
|
+
"@genesislcap/foundation-zero": "14.327.2-alpha-07ce36f.0",
|
|
48
|
+
"@genesislcap/grid-pro": "14.327.2-alpha-07ce36f.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": "f8c1b0f904f3db5426a8d189f1c39d1abc018bac"
|
|
69
69
|
}
|