@kne/form-info 0.1.9 → 0.1.10

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.
@@ -364,6 +364,11 @@
364
364
  "itemTitle": {
365
365
  "description": "列表项标题生成函数",
366
366
  "type": "function"
367
+ },
368
+ "renderMobile": {
369
+ "description": "移动端适配,同 @kne/table-view:true 默认卡片列表、function 自定义、string 走 preset;桌面端仍为表格布局",
370
+ "type": "boolean|string|function",
371
+ "default": true
367
372
  }
368
373
  }
369
374
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kne/form-info",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "构建一个更加美观的form表单组件",
5
5
  "syntax": {
6
6
  "esmodules": true
@@ -96,6 +96,8 @@
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",
99
+ "@kne/responsive-utils": "^0.1.10",
100
+ "@kne/table-view": "^0.1.7",
99
101
  "@kne/use-control-value": "^0.1.8"
100
102
  }
101
103
  }