@kne/form-info 0.1.0 → 0.1.1

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.
@@ -0,0 +1,11 @@
1
+ const locale = {
2
+ submit: 'Submit',
3
+ cancel: 'Cancel',
4
+ complete: 'Complete',
5
+ next: 'Next',
6
+ addText: 'Add',
7
+ deleteText: 'Delete'
8
+ };
9
+
10
+ module.exports = locale;
11
+ //# sourceMappingURL=en-US.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en-US.js","sources":["../../src/locale/en-US.js"],"sourcesContent":["const locale = {\n submit: 'Submit',\n cancel: 'Cancel',\n complete: 'Complete',\n next: 'Next',\n addText: 'Add',\n deleteText: 'Delete'\n};\n\nexport default locale;\n"],"names":["locale","submit","cancel","complete","next","addText","deleteText"],"mappings":"AAAA,MAAMA,MAAM,GAAG;AACbC,EAAAA,MAAM,EAAE,QAAQ;AAChBC,EAAAA,MAAM,EAAE,QAAQ;AAChBC,EAAAA,QAAQ,EAAE,UAAU;AACpBC,EAAAA,IAAI,EAAE,MAAM;AACZC,EAAAA,OAAO,EAAE,KAAK;AACdC,EAAAA,UAAU,EAAE,QAAA;AACd;;;;"}
@@ -0,0 +1,11 @@
1
+ const locale = {
2
+ submit: 'Submit',
3
+ cancel: 'Cancel',
4
+ complete: 'Complete',
5
+ next: 'Next',
6
+ addText: 'Add',
7
+ deleteText: 'Delete'
8
+ };
9
+
10
+ export { locale as default };
11
+ //# sourceMappingURL=en-US.modern.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en-US.modern.js","sources":["../../src/locale/en-US.js"],"sourcesContent":["const locale = {\n submit: 'Submit',\n cancel: 'Cancel',\n complete: 'Complete',\n next: 'Next',\n addText: 'Add',\n deleteText: 'Delete'\n};\n\nexport default locale;\n"],"names":["locale","submit","cancel","complete","next","addText","deleteText"],"mappings":"AAAA,MAAMA,MAAM,GAAG;AACbC,EAAAA,MAAM,EAAE,QAAQ;AAChBC,EAAAA,MAAM,EAAE,QAAQ;AAChBC,EAAAA,QAAQ,EAAE,UAAU;AACpBC,EAAAA,IAAI,EAAE,MAAM;AACZC,EAAAA,OAAO,EAAE,KAAK;AACdC,EAAAA,UAAU,EAAE,QAAA;AACd;;;;"}
@@ -0,0 +1,11 @@
1
+ const locale = {
2
+ submit: '提交',
3
+ cancel: '取消',
4
+ complete: '完成',
5
+ next: '下一步',
6
+ addText: '添加',
7
+ deleteText: '删除'
8
+ };
9
+
10
+ module.exports = locale;
11
+ //# sourceMappingURL=zh-CN.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh-CN.js","sources":["../../src/locale/zh-CN.js"],"sourcesContent":["const locale = {\n submit: '提交',\n cancel: '取消',\n complete: '完成',\n next: '下一步',\n addText: '添加',\n deleteText: '删除'\n};\n\nexport default locale;\n"],"names":["locale","submit","cancel","complete","next","addText","deleteText"],"mappings":"AAAA,MAAMA,MAAM,GAAG;AACbC,EAAAA,MAAM,EAAE,IAAI;AACZC,EAAAA,MAAM,EAAE,IAAI;AACZC,EAAAA,QAAQ,EAAE,IAAI;AACdC,EAAAA,IAAI,EAAE,KAAK;AACXC,EAAAA,OAAO,EAAE,IAAI;AACbC,EAAAA,UAAU,EAAE,IAAA;AACd;;;;"}
@@ -0,0 +1,11 @@
1
+ const locale = {
2
+ submit: '提交',
3
+ cancel: '取消',
4
+ complete: '完成',
5
+ next: '下一步',
6
+ addText: '添加',
7
+ deleteText: '删除'
8
+ };
9
+
10
+ export { locale as default };
11
+ //# sourceMappingURL=zh-CN.modern.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh-CN.modern.js","sources":["../../src/locale/zh-CN.js"],"sourcesContent":["const locale = {\n submit: '提交',\n cancel: '取消',\n complete: '完成',\n next: '下一步',\n addText: '添加',\n deleteText: '删除'\n};\n\nexport default locale;\n"],"names":["locale","submit","cancel","complete","next","addText","deleteText"],"mappings":"AAAA,MAAMA,MAAM,GAAG;AACbC,EAAAA,MAAM,EAAE,IAAI;AACZC,EAAAA,MAAM,EAAE,IAAI;AACZC,EAAAA,QAAQ,EAAE,IAAI;AACdC,EAAAA,IAAI,EAAE,KAAK;AACXC,EAAAA,OAAO,EAAE,IAAI;AACbC,EAAAA,UAAU,EAAE,IAAA;AACd;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kne/form-info",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "构建一个更加美观的form表单组件",
5
5
  "syntax": {
6
6
  "esmodules": true
@@ -15,8 +15,10 @@
15
15
  "init-example": "modules-dev-libs-init",
16
16
  "build:md": "npx @kne/md-doc",
17
17
  "start:md": "npx @kne/md-doc --watch",
18
- "build:lib": "microbundle --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment",
19
- "start:lib": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment",
18
+ "build:locale": "microbundle src/locale/*.js -o dist/locale --no-compress --format modern,cjs ",
19
+ "build:lib-main": "microbundle --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment",
20
+ "build:lib": "run-s build:locale build:lib-main",
21
+ "start:lib": "microbundle watch --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment",
20
22
  "build:example": "cd example && npm run build",
21
23
  "start:example": "cd example && npm run start",
22
24
  "test:build": "run-s build",
@@ -87,10 +89,10 @@
87
89
  "dependencies": {
88
90
  "@ant-design/icons": "^5.5.1",
89
91
  "@kne/flex-box": "^0.1.1",
90
- "@kne/global-context": "^1.1.1",
91
92
  "@kne/info-page": "^0.1.11",
92
93
  "@kne/react-form-antd": "^4.0.1",
93
- "@kne/react-form-plus": "^0.1.0",
94
+ "@kne/react-form-plus": "^0.1.5",
95
+ "@kne/react-intl": "^0.1.9",
94
96
  "@kne/use-control-value": "^0.1.8"
95
97
  }
96
98
  }