@genesislcap/foundation-zero-grid-pro 14.318.0 → 14.319.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 +12 -0
- package/package.json +11 -11
|
@@ -602,6 +602,18 @@
|
|
|
602
602
|
"module": "src/grid-pro.ts"
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "field",
|
|
607
|
+
"name": "customErrorHandlerTemplate",
|
|
608
|
+
"type": {
|
|
609
|
+
"text": "(\n prefix: string,\n gridErrorItems: GridProErrorItem<any>[],\n ) => ViewTemplate | undefined"
|
|
610
|
+
},
|
|
611
|
+
"description": "Custom error handler dialog template function.",
|
|
612
|
+
"inheritedFrom": {
|
|
613
|
+
"name": "GridPro",
|
|
614
|
+
"module": "src/grid-pro.ts"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
605
617
|
{
|
|
606
618
|
"kind": "field",
|
|
607
619
|
"name": "columnState",
|
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.
|
|
4
|
+
"version": "14.319.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.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.319.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.319.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.319.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.319.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.319.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.319.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-ui": "14.
|
|
47
|
-
"@genesislcap/foundation-zero": "14.
|
|
48
|
-
"@genesislcap/grid-pro": "14.
|
|
46
|
+
"@genesislcap/foundation-ui": "14.319.0",
|
|
47
|
+
"@genesislcap/foundation-zero": "14.319.0",
|
|
48
|
+
"@genesislcap/grid-pro": "14.319.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": "852e33ca4647b0922e8c5eece5a13a4fb07d2319"
|
|
69
69
|
}
|