@byteluck-fe/model-driven-shared 2.22.2-beta.10 → 2.22.2-beta.14

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.
@@ -223,6 +223,18 @@ declare const _default: {
223
223
  fullLine: string;
224
224
  min: string;
225
225
  max: string;
226
+ createWPS: string;
227
+ reset: string;
228
+ query: string;
229
+ detailed: string;
230
+ print: string;
231
+ draft: string;
232
+ save: string;
233
+ cancel: string;
234
+ uploadImg: string;
235
+ signature: string;
236
+ uploadFile: string;
237
+ linkContent: string;
226
238
  };
227
239
  enUS: {
228
240
  isNotNumber: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-shared",
3
- "version": "2.22.2-beta.10",
3
+ "version": "2.22.2-beta.14",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -29,5 +29,5 @@
29
29
  "fast-json-clone": "^1.0.2",
30
30
  "humps": "^2.0.1"
31
31
  },
32
- "gitHead": "66840bdea7ebab2e70e7de96a50228586f9c3b12"
32
+ "gitHead": "38807955333a72439b6738d07948ccd7ac864487"
33
33
  }