lu-lowcode-package-form 0.11.2 → 0.11.3
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/index.cjs.js +202 -202
- package/dist/index.es.js +14980 -14978
- package/package.json +1 -1
- package/src/App.jsx +4 -3
package/package.json
CHANGED
package/src/App.jsx
CHANGED
@@ -230,7 +230,7 @@ function App() {
|
|
230
230
|
|
231
231
|
<Field.Input label="测试 withVisible" __id="withVisible"
|
232
232
|
isRequired={true}
|
233
|
-
withIds={["
|
233
|
+
withIds={["routeType"]}
|
234
234
|
withVisible={{
|
235
235
|
"value": [
|
236
236
|
{
|
@@ -238,7 +238,7 @@ function App() {
|
|
238
238
|
"span": true
|
239
239
|
},
|
240
240
|
"attributes": {
|
241
|
-
"id": "
|
241
|
+
"id": "routeType",
|
242
242
|
"color": "blue",
|
243
243
|
"tagKey": "fieldsValue",
|
244
244
|
"content": "当前表单.开关"
|
@@ -252,7 +252,8 @@ function App() {
|
|
252
252
|
"withData": [
|
253
253
|
|
254
254
|
]
|
255
|
-
}}
|
255
|
+
}}
|
256
|
+
/>
|
256
257
|
|
257
258
|
<Field.Select label="绑定表单"
|
258
259
|
option_label={"formTitle"}
|