@plasmicpkgs/antd5 0.0.32 → 0.0.34
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/.tsbuildinfo +1 -1
- package/dist/antd.esm.js +3 -4
- package/dist/antd.esm.js.map +1 -1
- package/dist/index.js +3 -4
- package/package.json +5 -6
- package/skinny/registerForm.js +3 -4
- package/skinny/registerForm.js.map +1 -1
package/dist/antd.esm.js
CHANGED
|
@@ -1165,8 +1165,8 @@ function registerForm(loader) {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
1167
1167
|
{
|
|
1168
|
-
type: "
|
|
1169
|
-
|
|
1168
|
+
type: "component",
|
|
1169
|
+
name: "plasmic-antd5-button",
|
|
1170
1170
|
props: {
|
|
1171
1171
|
children: {
|
|
1172
1172
|
type: "text",
|
|
@@ -1177,8 +1177,7 @@ function registerForm(loader) {
|
|
|
1177
1177
|
]
|
|
1178
1178
|
},
|
|
1179
1179
|
initialValues: {
|
|
1180
|
-
type: "
|
|
1181
|
-
lang: "json",
|
|
1180
|
+
type: "object",
|
|
1182
1181
|
forceRemount: true
|
|
1183
1182
|
},
|
|
1184
1183
|
layout: {
|