@1money/component-ui 0.0.95 → 0.0.96
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/es/components/ProForm/ProFormItem.js +3 -2
- package/es/components/ProForm/fields/createProFormField.js +4 -2
- package/es/components/ProForm/interface.d.ts +18 -0
- package/es/index.css +1 -1
- package/lib/components/ProForm/ProFormItem.js +3 -2
- package/lib/components/ProForm/fields/createProFormField.js +4 -2
- package/lib/components/ProForm/interface.d.ts +18 -0
- package/lib/index.css +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server/index.generated.json +8 -0
package/package.json
CHANGED
|
@@ -10678,6 +10678,14 @@
|
|
|
10678
10678
|
"description": "",
|
|
10679
10679
|
"inheritedFrom": null
|
|
10680
10680
|
},
|
|
10681
|
+
{
|
|
10682
|
+
"name": "hideError",
|
|
10683
|
+
"type": "boolean",
|
|
10684
|
+
"optional": true,
|
|
10685
|
+
"default": null,
|
|
10686
|
+
"description": "Suppress the item's own error-message row.",
|
|
10687
|
+
"inheritedFrom": null
|
|
10688
|
+
},
|
|
10681
10689
|
{
|
|
10682
10690
|
"name": "hidden",
|
|
10683
10691
|
"type": "boolean",
|