Skip to content

Commit a546f28

Browse files
committed
docs: 更新数据联动以及相关演示demo
docs: 更新文档 隐藏表单项
1 parent 13737fe commit a546f28

File tree

24 files changed

+767
-361
lines changed

24 files changed

+767
-361
lines changed

packages/demo/src/index/views/Demo/schemaTypes/1.Simple/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/11.Simple/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/2.Nested/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/12.Nested/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/3.Arrays/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/13.Arrays/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/4.Number/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/14.Number/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/5.Widgets/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/15.Widgets/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
},
120120
},
121121
secret: {
122-
'ui:widget': 'hidden',
122+
'ui:widget': 'HiddenWidget',
123123
},
124124
disabled: {
125125
'ui:disabled': true,

packages/demo/src/index/views/Demo/schemaTypes/6.References/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/16.References/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/7.OneOf/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/17.OneOf/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/8.AnyOf/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/18.AnyOf(联动)/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/9.AllOf/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/19.AllOf/index.js

File renamed without changes.

packages/demo/src/index/views/Demo/schemaTypes/92.Date-DateTime/index.js renamed to packages/demo/src/index/views/Demo/schemaTypes/20.Date-DateTime/index.js

File renamed without changes.

0 commit comments

Comments
 (0)