@kne/form-info 0.1.6 → 0.1.9

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/zh-CN.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export default locale;
2
- declare namespace locale {
3
- const submit: string;
4
- const cancel: string;
5
- const complete: string;
6
- const next: string;
7
- const addText: string;
8
- const deleteText: string;
9
- }
1
+ export default locale;
2
+ declare namespace locale {
3
+ let submit: string;
4
+ let cancel: string;
5
+ let complete: string;
6
+ let next: string;
7
+ let addText: string;
8
+ let deleteText: string;
9
+ }
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.9",
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.10",
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",