@kne/form-info 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -272,7 +272,7 @@ const BaseExample = () => {
272
272
  loading: loading
273
273
  }}
274
274
  >
275
- <FormInfo
275
+ <FormInfo bordered
276
276
  title="基本信息"
277
277
  column={2}
278
278
  list={[
@@ -289,7 +289,7 @@ const BaseExample = () => {
289
289
 
290
290
  <Divider />
291
291
 
292
- <List
292
+ <List
293
293
  title="工作经历"
294
294
  name="workExperience"
295
295
  itemTitle={({index, data}) => data?.companyName || `工作经历 ${index + 1}`}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kne/form-info",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "构建一个更加美观的form表单组件",
5
5
  "syntax": {
6
6
  "esmodules": true
@@ -92,7 +92,7 @@
92
92
  "dependencies": {
93
93
  "@ant-design/icons": "^5.5.1",
94
94
  "@kne/flex-box": "^0.1.1",
95
- "@kne/info-page": "^0.1.11",
95
+ "@kne/info-page": "^0.2.9",
96
96
  "@kne/react-form-antd": "^4.0.1",
97
97
  "@kne/react-form-plus": "^0.1.5",
98
98
  "@kne/react-intl": "^0.1.9",