@byteluck-fe/model-driven-shared 6.2.0-1-beta-list.4 → 6.2.0-1-beta-list.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/esm/RulesMessage.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// import { createI18n } from 'vue-i18n'
|
|
2
1
|
function _class_call_check(instance, Constructor) {
|
|
3
2
|
if (!(instance instanceof Constructor)) {
|
|
4
3
|
throw new TypeError("Cannot call a class as a function");
|
|
@@ -31,6 +30,7 @@ function _define_property(obj, key, value) {
|
|
|
31
30
|
}
|
|
32
31
|
return obj;
|
|
33
32
|
}
|
|
33
|
+
// import { createI18n } from 'vue-i18n'
|
|
34
34
|
import messages from './locales';
|
|
35
35
|
import { DEFAULT_LOCALE } from './constant';
|
|
36
36
|
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @author qiyu
|
|
3
|
-
* @description 属性只是简单从接口拿过来,还未仔细考虑
|
|
4
|
-
*/ function _class_call_check(instance, Constructor) {
|
|
1
|
+
function _class_call_check(instance, Constructor) {
|
|
5
2
|
if (!(instance instanceof Constructor)) {
|
|
6
3
|
throw new TypeError("Cannot call a class as a function");
|
|
7
4
|
}
|
|
@@ -19,7 +16,10 @@ function _define_property(obj, key, value) {
|
|
|
19
16
|
}
|
|
20
17
|
return obj;
|
|
21
18
|
}
|
|
22
|
-
|
|
19
|
+
/**
|
|
20
|
+
* @author qiyu
|
|
21
|
+
* @description 属性只是简单从接口拿过来,还未仔细考虑
|
|
22
|
+
*/ export var DepartmentEntity = function DepartmentEntity() {
|
|
23
23
|
"use strict";
|
|
24
24
|
_class_call_check(this, DepartmentEntity);
|
|
25
25
|
_define_property(this, 'department_en_name', void 0);
|
package/dist/esm/entity/User.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @author qiyu
|
|
3
|
-
* @description 属性只是简单从接口拿过来,还未仔细考虑
|
|
4
|
-
*/ function _class_call_check(instance, Constructor) {
|
|
1
|
+
function _class_call_check(instance, Constructor) {
|
|
5
2
|
if (!(instance instanceof Constructor)) {
|
|
6
3
|
throw new TypeError("Cannot call a class as a function");
|
|
7
4
|
}
|
|
@@ -19,7 +16,10 @@ function _define_property(obj, key, value) {
|
|
|
19
16
|
}
|
|
20
17
|
return obj;
|
|
21
18
|
}
|
|
22
|
-
|
|
19
|
+
/**
|
|
20
|
+
* @author qiyu
|
|
21
|
+
* @description 属性只是简单从接口拿过来,还未仔细考虑
|
|
22
|
+
*/ export var UserEntity = function UserEntity() {
|
|
23
23
|
"use strict";
|
|
24
24
|
_class_call_check(this, UserEntity);
|
|
25
25
|
_define_property(this, 'avatar_big', void 0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-shared",
|
|
3
|
-
"version": "6.2.0-1-beta-list.
|
|
3
|
+
"version": "6.2.0-1-beta-list.9",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"humps": "^2.0.1",
|
|
32
32
|
"vue-i18n": "^9.13.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "b6fe5325eb321af2fa94d0f230840b012d0ad0bb"
|
|
35
35
|
}
|