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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lu-lowcode-package-form",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^4.8.1",
6
6
  "@dnd-kit/core": "^6.1.0",
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={["fill_datasource1"]}
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": "fill_datasource1",
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"}