x-error-lib 0.3.7 → 0.3.8
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/en-lsr4n5ll.js +61 -0
- package/dist/i18n/locales/en/index.d.ts +5 -5
- package/dist/i18n/locales/zhHans/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/zhHans-d62bbis6.js +61 -0
- package/package.json +4 -4
- package/dist/en-ez3lsybf.js +0 -61
- package/dist/i18n/error/index.d.ts +0 -2
- package/dist/i18n/error/locales/en/err.d.ts +0 -6
- package/dist/i18n/error/locales/en/index.d.ts +0 -59
- package/dist/i18n/error/locales/en/obj.d.ts +0 -2
- package/dist/i18n/error/locales/en/perm.d.ts +0 -49
- package/dist/i18n/error/locales/zhHans/err.d.ts +0 -6
- package/dist/i18n/error/locales/zhHans/index.d.ts +0 -59
- package/dist/i18n/error/locales/zhHans/obj.d.ts +0 -2
- package/dist/i18n/error/locales/zhHans/perm.d.ts +0 -49
- package/dist/i18n/locales/en/err.d.ts +0 -6
- package/dist/i18n/locales/en/obj.d.ts +0 -2
- package/dist/i18n/locales/en/perm.d.ts +0 -49
- package/dist/i18n/locales/zhHans/err.d.ts +0 -6
- package/dist/i18n/locales/zhHans/obj.d.ts +0 -2
- package/dist/i18n/locales/zhHans/perm.d.ts +0 -49
- package/dist/zhHans-571g87j7.js +0 -61
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
"x-error-lib": {
|
|
3
|
+
err: {
|
|
4
|
+
"network error": "{code} {message}",
|
|
5
|
+
"request timeout": "request timeout",
|
|
6
|
+
"user not found": "user not found"
|
|
7
|
+
},
|
|
8
|
+
obj: {},
|
|
9
|
+
perm: {
|
|
10
|
+
formatName: "{verb} {resource}",
|
|
11
|
+
resource: {
|
|
12
|
+
app: "app",
|
|
13
|
+
app_group: "app group",
|
|
14
|
+
app_layer: "app layer",
|
|
15
|
+
app_release: "app release",
|
|
16
|
+
compute_layer: "compute layer",
|
|
17
|
+
compute_space: "compute space",
|
|
18
|
+
change: "change",
|
|
19
|
+
data_layer: "data layer",
|
|
20
|
+
db_space: "db space",
|
|
21
|
+
dir: "dir",
|
|
22
|
+
func: "func",
|
|
23
|
+
func_group: "func group",
|
|
24
|
+
func_release: "func release",
|
|
25
|
+
flow: "flow",
|
|
26
|
+
flow_group: "flow group",
|
|
27
|
+
flow_release: "flow release",
|
|
28
|
+
graph: "graph",
|
|
29
|
+
model: "model",
|
|
30
|
+
model_data: "model data",
|
|
31
|
+
model_group: "model group",
|
|
32
|
+
org_member: "org member",
|
|
33
|
+
org_role: "org role",
|
|
34
|
+
org_structure: "org sturcture",
|
|
35
|
+
resource: "resource",
|
|
36
|
+
resource_layer: "resource layer",
|
|
37
|
+
resource_space: "resource space",
|
|
38
|
+
task: "task"
|
|
39
|
+
},
|
|
40
|
+
verb: {
|
|
41
|
+
apply: "apply",
|
|
42
|
+
arrange: "arrange",
|
|
43
|
+
call: "call",
|
|
44
|
+
create: "create",
|
|
45
|
+
debug: "debug",
|
|
46
|
+
delete: "delete",
|
|
47
|
+
deploy: "deploy",
|
|
48
|
+
filter: "filter",
|
|
49
|
+
get: "get",
|
|
50
|
+
list: "list",
|
|
51
|
+
move: "move",
|
|
52
|
+
open: "open",
|
|
53
|
+
remove: "remove",
|
|
54
|
+
update: "update"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
export {
|
|
60
|
+
e as default
|
|
61
|
+
};
|
|
@@ -13,11 +13,8 @@ declare const _default: {
|
|
|
13
13
|
app_group: string;
|
|
14
14
|
app_layer: string;
|
|
15
15
|
app_release: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
asset_space: string;
|
|
19
|
-
calc_layer: string;
|
|
20
|
-
calc_space: string;
|
|
16
|
+
compute_layer: string;
|
|
17
|
+
compute_space: string;
|
|
21
18
|
change: string;
|
|
22
19
|
data_layer: string;
|
|
23
20
|
db_space: string;
|
|
@@ -35,6 +32,9 @@ declare const _default: {
|
|
|
35
32
|
org_member: string;
|
|
36
33
|
org_role: string;
|
|
37
34
|
org_structure: string;
|
|
35
|
+
resource: string;
|
|
36
|
+
resource_layer: string;
|
|
37
|
+
resource_space: string;
|
|
38
38
|
task: string;
|
|
39
39
|
};
|
|
40
40
|
verb: {
|
|
@@ -13,14 +13,11 @@ declare const _default: {
|
|
|
13
13
|
app_group: string;
|
|
14
14
|
app_layer: string;
|
|
15
15
|
app_release: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
asset_space: string;
|
|
19
|
-
calc_layer: string;
|
|
20
|
-
calc_space: string;
|
|
16
|
+
compute_layer: string;
|
|
17
|
+
compute_space: string;
|
|
21
18
|
change: string;
|
|
22
19
|
data_layer: string;
|
|
23
|
-
|
|
20
|
+
data_space: string;
|
|
24
21
|
dir: string;
|
|
25
22
|
func: string;
|
|
26
23
|
func_group: string;
|
|
@@ -35,6 +32,9 @@ declare const _default: {
|
|
|
35
32
|
org_member: string;
|
|
36
33
|
org_role: string;
|
|
37
34
|
org_structure: string;
|
|
35
|
+
resource: string;
|
|
36
|
+
resource_layer: string;
|
|
37
|
+
resource_space: string;
|
|
38
38
|
task: string;
|
|
39
39
|
};
|
|
40
40
|
verb: {
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ const i = (r, t, e) => {
|
|
|
12
12
|
});
|
|
13
13
|
};
|
|
14
14
|
async function u(r) {
|
|
15
|
-
return (await i(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./en-
|
|
15
|
+
return (await i(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./en-lsr4n5ll.js"), "./locales/zhHans/index.ts": () => import("./zhHans-d62bbis6.js") }), `./locales/${r}/index.ts`, 4)).default;
|
|
16
16
|
}
|
|
17
17
|
function c(r) {
|
|
18
18
|
const t = { main: "", extras: {} };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
"x-error-lib": {
|
|
3
|
+
err: {
|
|
4
|
+
"network error": "{code} {message}",
|
|
5
|
+
"request timeout": "请求超时",
|
|
6
|
+
"user not found": "用户未找到"
|
|
7
|
+
},
|
|
8
|
+
obj: {},
|
|
9
|
+
perm: {
|
|
10
|
+
formatName: "{verb}{resource}",
|
|
11
|
+
resource: {
|
|
12
|
+
app: "应用",
|
|
13
|
+
app_group: "应用分组",
|
|
14
|
+
app_layer: "应用层",
|
|
15
|
+
app_release: "应用发布",
|
|
16
|
+
compute_layer: "计算层",
|
|
17
|
+
compute_space: "计算空间",
|
|
18
|
+
change: "变更",
|
|
19
|
+
data_layer: "数据层",
|
|
20
|
+
data_space: "数据空间",
|
|
21
|
+
dir: "目录",
|
|
22
|
+
func: "函数",
|
|
23
|
+
func_group: "函数分组",
|
|
24
|
+
func_release: "函数发布",
|
|
25
|
+
flow: "流程",
|
|
26
|
+
flow_group: "流程分组",
|
|
27
|
+
flow_release: "流程发布",
|
|
28
|
+
graph: "图",
|
|
29
|
+
model: "模型",
|
|
30
|
+
model_data: "模型数据",
|
|
31
|
+
model_group: "模型分组",
|
|
32
|
+
org_member: "组织成员",
|
|
33
|
+
org_role: "组织角色",
|
|
34
|
+
org_structure: "组织结构",
|
|
35
|
+
resource: "资源",
|
|
36
|
+
resource_layer: "资源层",
|
|
37
|
+
resource_space: "资源空间",
|
|
38
|
+
task: "任务"
|
|
39
|
+
},
|
|
40
|
+
verb: {
|
|
41
|
+
apply: "应用",
|
|
42
|
+
arrange: "整理",
|
|
43
|
+
call: "调用",
|
|
44
|
+
create: "创建",
|
|
45
|
+
debug: "调试",
|
|
46
|
+
delete: "删除",
|
|
47
|
+
deploy: "部署",
|
|
48
|
+
filter: "过滤",
|
|
49
|
+
get: "获取",
|
|
50
|
+
list: "列举",
|
|
51
|
+
move: "移动",
|
|
52
|
+
open: "打开",
|
|
53
|
+
remove: "移除",
|
|
54
|
+
update: "更新"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
export {
|
|
60
|
+
e as default
|
|
61
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-error-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"*": "prettier --write ."
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"vue": "^3.4.
|
|
26
|
-
"vue-i18n": "^9.
|
|
27
|
-
"vuetify": "^3.
|
|
25
|
+
"vue": "^3.4.38",
|
|
26
|
+
"vue-i18n": "^9.14.0",
|
|
27
|
+
"vuetify": "^3.7.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@rushstack/eslint-patch": "^1.10.3",
|
package/dist/en-ez3lsybf.js
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
"network error": "{code} {message}",
|
|
3
|
-
"request timeout": "request timeout",
|
|
4
|
-
"user not found": "user not found"
|
|
5
|
-
}, r = e, a = {}, o = a, l = {
|
|
6
|
-
formatName: "{verb} {resource}",
|
|
7
|
-
resource: {
|
|
8
|
-
app: "app",
|
|
9
|
-
app_group: "app group",
|
|
10
|
-
app_layer: "app layer",
|
|
11
|
-
app_release: "app release",
|
|
12
|
-
asset: "asset",
|
|
13
|
-
asset_layer: "asset layer",
|
|
14
|
-
asset_space: "asset space",
|
|
15
|
-
calc_layer: "calc layer",
|
|
16
|
-
calc_space: "calc space",
|
|
17
|
-
change: "change",
|
|
18
|
-
data_layer: "data layer",
|
|
19
|
-
db_space: "db space",
|
|
20
|
-
dir: "dir",
|
|
21
|
-
func: "func",
|
|
22
|
-
func_group: "func group",
|
|
23
|
-
func_release: "func release",
|
|
24
|
-
flow: "flow",
|
|
25
|
-
flow_group: "flow group",
|
|
26
|
-
flow_release: "flow release",
|
|
27
|
-
graph: "graph",
|
|
28
|
-
model: "model",
|
|
29
|
-
model_data: "model data",
|
|
30
|
-
model_group: "model group",
|
|
31
|
-
org_member: "org member",
|
|
32
|
-
org_role: "org role",
|
|
33
|
-
org_structure: "org sturcture",
|
|
34
|
-
task: "task"
|
|
35
|
-
},
|
|
36
|
-
verb: {
|
|
37
|
-
apply: "apply",
|
|
38
|
-
arrange: "arrange",
|
|
39
|
-
call: "call",
|
|
40
|
-
create: "create",
|
|
41
|
-
debug: "debug",
|
|
42
|
-
delete: "delete",
|
|
43
|
-
deploy: "deploy",
|
|
44
|
-
filter: "filter",
|
|
45
|
-
get: "get",
|
|
46
|
-
list: "list",
|
|
47
|
-
move: "move",
|
|
48
|
-
open: "open",
|
|
49
|
-
remove: "remove",
|
|
50
|
-
update: "update"
|
|
51
|
-
}
|
|
52
|
-
}, t = l, p = {
|
|
53
|
-
"x-error-lib": {
|
|
54
|
-
err: r,
|
|
55
|
-
obj: o,
|
|
56
|
-
perm: t
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
export {
|
|
60
|
-
p as default
|
|
61
|
-
};
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'x-error-lib': {
|
|
3
|
-
err: {
|
|
4
|
-
'network error': string;
|
|
5
|
-
'request timeout': string;
|
|
6
|
-
'user not found': string;
|
|
7
|
-
};
|
|
8
|
-
obj: {};
|
|
9
|
-
perm: {
|
|
10
|
-
formatName: string;
|
|
11
|
-
resource: {
|
|
12
|
-
app: string;
|
|
13
|
-
app_group: string;
|
|
14
|
-
app_layer: string;
|
|
15
|
-
app_release: string;
|
|
16
|
-
asset: string;
|
|
17
|
-
asset_layer: string;
|
|
18
|
-
asset_space: string;
|
|
19
|
-
calc_layer: string;
|
|
20
|
-
calc_space: string;
|
|
21
|
-
change: string;
|
|
22
|
-
data_layer: string;
|
|
23
|
-
db_space: string;
|
|
24
|
-
dir: string;
|
|
25
|
-
func: string;
|
|
26
|
-
func_group: string;
|
|
27
|
-
func_release: string;
|
|
28
|
-
flow: string;
|
|
29
|
-
flow_group: string;
|
|
30
|
-
flow_release: string;
|
|
31
|
-
graph: string;
|
|
32
|
-
model: string;
|
|
33
|
-
model_data: string;
|
|
34
|
-
model_group: string;
|
|
35
|
-
org_member: string;
|
|
36
|
-
org_role: string;
|
|
37
|
-
org_structure: string;
|
|
38
|
-
task: string;
|
|
39
|
-
};
|
|
40
|
-
verb: {
|
|
41
|
-
apply: string;
|
|
42
|
-
arrange: string;
|
|
43
|
-
call: string;
|
|
44
|
-
create: string;
|
|
45
|
-
debug: string;
|
|
46
|
-
delete: string;
|
|
47
|
-
deploy: string;
|
|
48
|
-
filter: string;
|
|
49
|
-
get: string;
|
|
50
|
-
list: string;
|
|
51
|
-
move: string;
|
|
52
|
-
open: string;
|
|
53
|
-
remove: string;
|
|
54
|
-
update: string;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
export default _default;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const perm: {
|
|
2
|
-
formatName: string;
|
|
3
|
-
resource: {
|
|
4
|
-
app: string;
|
|
5
|
-
app_group: string;
|
|
6
|
-
app_layer: string;
|
|
7
|
-
app_release: string;
|
|
8
|
-
asset: string;
|
|
9
|
-
asset_layer: string;
|
|
10
|
-
asset_space: string;
|
|
11
|
-
calc_layer: string;
|
|
12
|
-
calc_space: string;
|
|
13
|
-
change: string;
|
|
14
|
-
data_layer: string;
|
|
15
|
-
db_space: string;
|
|
16
|
-
dir: string;
|
|
17
|
-
func: string;
|
|
18
|
-
func_group: string;
|
|
19
|
-
func_release: string;
|
|
20
|
-
flow: string;
|
|
21
|
-
flow_group: string;
|
|
22
|
-
flow_release: string;
|
|
23
|
-
graph: string;
|
|
24
|
-
model: string;
|
|
25
|
-
model_data: string;
|
|
26
|
-
model_group: string;
|
|
27
|
-
org_member: string;
|
|
28
|
-
org_role: string;
|
|
29
|
-
org_structure: string;
|
|
30
|
-
task: string;
|
|
31
|
-
};
|
|
32
|
-
verb: {
|
|
33
|
-
apply: string;
|
|
34
|
-
arrange: string;
|
|
35
|
-
call: string;
|
|
36
|
-
create: string;
|
|
37
|
-
debug: string;
|
|
38
|
-
delete: string;
|
|
39
|
-
deploy: string;
|
|
40
|
-
filter: string;
|
|
41
|
-
get: string;
|
|
42
|
-
list: string;
|
|
43
|
-
move: string;
|
|
44
|
-
open: string;
|
|
45
|
-
remove: string;
|
|
46
|
-
update: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
export default perm;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'x-error-lib': {
|
|
3
|
-
err: {
|
|
4
|
-
'network error': string;
|
|
5
|
-
'request timeout': string;
|
|
6
|
-
'user not found': string;
|
|
7
|
-
};
|
|
8
|
-
obj: {};
|
|
9
|
-
perm: {
|
|
10
|
-
formatName: string;
|
|
11
|
-
resource: {
|
|
12
|
-
app: string;
|
|
13
|
-
app_group: string;
|
|
14
|
-
app_layer: string;
|
|
15
|
-
app_release: string;
|
|
16
|
-
asset: string;
|
|
17
|
-
asset_layer: string;
|
|
18
|
-
asset_space: string;
|
|
19
|
-
calc_layer: string;
|
|
20
|
-
calc_space: string;
|
|
21
|
-
change: string;
|
|
22
|
-
data_layer: string;
|
|
23
|
-
db_space: string;
|
|
24
|
-
dir: string;
|
|
25
|
-
func: string;
|
|
26
|
-
func_group: string;
|
|
27
|
-
func_release: string;
|
|
28
|
-
flow: string;
|
|
29
|
-
flow_group: string;
|
|
30
|
-
flow_release: string;
|
|
31
|
-
graph: string;
|
|
32
|
-
model: string;
|
|
33
|
-
model_data: string;
|
|
34
|
-
model_group: string;
|
|
35
|
-
org_member: string;
|
|
36
|
-
org_role: string;
|
|
37
|
-
org_structure: string;
|
|
38
|
-
task: string;
|
|
39
|
-
};
|
|
40
|
-
verb: {
|
|
41
|
-
apply: string;
|
|
42
|
-
arrange: string;
|
|
43
|
-
call: string;
|
|
44
|
-
create: string;
|
|
45
|
-
debug: string;
|
|
46
|
-
delete: string;
|
|
47
|
-
deploy: string;
|
|
48
|
-
filter: string;
|
|
49
|
-
get: string;
|
|
50
|
-
list: string;
|
|
51
|
-
move: string;
|
|
52
|
-
open: string;
|
|
53
|
-
remove: string;
|
|
54
|
-
update: string;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
export default _default;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const perm: {
|
|
2
|
-
formatName: string;
|
|
3
|
-
resource: {
|
|
4
|
-
app: string;
|
|
5
|
-
app_group: string;
|
|
6
|
-
app_layer: string;
|
|
7
|
-
app_release: string;
|
|
8
|
-
asset: string;
|
|
9
|
-
asset_layer: string;
|
|
10
|
-
asset_space: string;
|
|
11
|
-
calc_layer: string;
|
|
12
|
-
calc_space: string;
|
|
13
|
-
change: string;
|
|
14
|
-
data_layer: string;
|
|
15
|
-
db_space: string;
|
|
16
|
-
dir: string;
|
|
17
|
-
func: string;
|
|
18
|
-
func_group: string;
|
|
19
|
-
func_release: string;
|
|
20
|
-
flow: string;
|
|
21
|
-
flow_group: string;
|
|
22
|
-
flow_release: string;
|
|
23
|
-
graph: string;
|
|
24
|
-
model: string;
|
|
25
|
-
model_data: string;
|
|
26
|
-
model_group: string;
|
|
27
|
-
org_member: string;
|
|
28
|
-
org_role: string;
|
|
29
|
-
org_structure: string;
|
|
30
|
-
task: string;
|
|
31
|
-
};
|
|
32
|
-
verb: {
|
|
33
|
-
apply: string;
|
|
34
|
-
arrange: string;
|
|
35
|
-
call: string;
|
|
36
|
-
create: string;
|
|
37
|
-
debug: string;
|
|
38
|
-
delete: string;
|
|
39
|
-
deploy: string;
|
|
40
|
-
filter: string;
|
|
41
|
-
get: string;
|
|
42
|
-
list: string;
|
|
43
|
-
move: string;
|
|
44
|
-
open: string;
|
|
45
|
-
remove: string;
|
|
46
|
-
update: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
export default perm;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const perm: {
|
|
2
|
-
formatName: string;
|
|
3
|
-
resource: {
|
|
4
|
-
app: string;
|
|
5
|
-
app_group: string;
|
|
6
|
-
app_layer: string;
|
|
7
|
-
app_release: string;
|
|
8
|
-
asset: string;
|
|
9
|
-
asset_layer: string;
|
|
10
|
-
asset_space: string;
|
|
11
|
-
calc_layer: string;
|
|
12
|
-
calc_space: string;
|
|
13
|
-
change: string;
|
|
14
|
-
data_layer: string;
|
|
15
|
-
db_space: string;
|
|
16
|
-
dir: string;
|
|
17
|
-
func: string;
|
|
18
|
-
func_group: string;
|
|
19
|
-
func_release: string;
|
|
20
|
-
flow: string;
|
|
21
|
-
flow_group: string;
|
|
22
|
-
flow_release: string;
|
|
23
|
-
graph: string;
|
|
24
|
-
model: string;
|
|
25
|
-
model_data: string;
|
|
26
|
-
model_group: string;
|
|
27
|
-
org_member: string;
|
|
28
|
-
org_role: string;
|
|
29
|
-
org_structure: string;
|
|
30
|
-
task: string;
|
|
31
|
-
};
|
|
32
|
-
verb: {
|
|
33
|
-
apply: string;
|
|
34
|
-
arrange: string;
|
|
35
|
-
call: string;
|
|
36
|
-
create: string;
|
|
37
|
-
debug: string;
|
|
38
|
-
delete: string;
|
|
39
|
-
deploy: string;
|
|
40
|
-
filter: string;
|
|
41
|
-
get: string;
|
|
42
|
-
list: string;
|
|
43
|
-
move: string;
|
|
44
|
-
open: string;
|
|
45
|
-
remove: string;
|
|
46
|
-
update: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
export default perm;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const perm: {
|
|
2
|
-
formatName: string;
|
|
3
|
-
resource: {
|
|
4
|
-
app: string;
|
|
5
|
-
app_group: string;
|
|
6
|
-
app_layer: string;
|
|
7
|
-
app_release: string;
|
|
8
|
-
asset: string;
|
|
9
|
-
asset_layer: string;
|
|
10
|
-
asset_space: string;
|
|
11
|
-
calc_layer: string;
|
|
12
|
-
calc_space: string;
|
|
13
|
-
change: string;
|
|
14
|
-
data_layer: string;
|
|
15
|
-
db_space: string;
|
|
16
|
-
dir: string;
|
|
17
|
-
func: string;
|
|
18
|
-
func_group: string;
|
|
19
|
-
func_release: string;
|
|
20
|
-
flow: string;
|
|
21
|
-
flow_group: string;
|
|
22
|
-
flow_release: string;
|
|
23
|
-
graph: string;
|
|
24
|
-
model: string;
|
|
25
|
-
model_data: string;
|
|
26
|
-
model_group: string;
|
|
27
|
-
org_member: string;
|
|
28
|
-
org_role: string;
|
|
29
|
-
org_structure: string;
|
|
30
|
-
task: string;
|
|
31
|
-
};
|
|
32
|
-
verb: {
|
|
33
|
-
apply: string;
|
|
34
|
-
arrange: string;
|
|
35
|
-
call: string;
|
|
36
|
-
create: string;
|
|
37
|
-
debug: string;
|
|
38
|
-
delete: string;
|
|
39
|
-
deploy: string;
|
|
40
|
-
filter: string;
|
|
41
|
-
get: string;
|
|
42
|
-
list: string;
|
|
43
|
-
move: string;
|
|
44
|
-
open: string;
|
|
45
|
-
remove: string;
|
|
46
|
-
update: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
export default perm;
|
package/dist/zhHans-571g87j7.js
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
"network error": "{code} {message}",
|
|
3
|
-
"request timeout": "请求超时",
|
|
4
|
-
"user not found": "用户未找到"
|
|
5
|
-
}, r = e, o = {}, a = o, s = {
|
|
6
|
-
formatName: "{verb}{resource}",
|
|
7
|
-
resource: {
|
|
8
|
-
app: "应用",
|
|
9
|
-
app_group: "应用分组",
|
|
10
|
-
app_layer: "应用层",
|
|
11
|
-
app_release: "应用发布",
|
|
12
|
-
asset: "资料",
|
|
13
|
-
asset_layer: "资料层",
|
|
14
|
-
asset_space: "资料空间",
|
|
15
|
-
calc_layer: "计算层",
|
|
16
|
-
calc_space: "计算空间",
|
|
17
|
-
change: "变更",
|
|
18
|
-
data_layer: "数据层",
|
|
19
|
-
db_space: "数据库空间",
|
|
20
|
-
dir: "目录",
|
|
21
|
-
func: "函数",
|
|
22
|
-
func_group: "函数分组",
|
|
23
|
-
func_release: "函数发布",
|
|
24
|
-
flow: "流程",
|
|
25
|
-
flow_group: "流程分组",
|
|
26
|
-
flow_release: "流程发布",
|
|
27
|
-
graph: "图",
|
|
28
|
-
model: "模型",
|
|
29
|
-
model_data: "模型数据",
|
|
30
|
-
model_group: "模型分组",
|
|
31
|
-
org_member: "组织成员",
|
|
32
|
-
org_role: "组织角色",
|
|
33
|
-
org_structure: "组织结构",
|
|
34
|
-
task: "任务"
|
|
35
|
-
},
|
|
36
|
-
verb: {
|
|
37
|
-
apply: "应用",
|
|
38
|
-
arrange: "整理",
|
|
39
|
-
call: "调用",
|
|
40
|
-
create: "创建",
|
|
41
|
-
debug: "调试",
|
|
42
|
-
delete: "删除",
|
|
43
|
-
deploy: "部署",
|
|
44
|
-
filter: "过滤",
|
|
45
|
-
get: "获取",
|
|
46
|
-
list: "列举",
|
|
47
|
-
move: "移动",
|
|
48
|
-
open: "打开",
|
|
49
|
-
remove: "移除",
|
|
50
|
-
update: "更新"
|
|
51
|
-
}
|
|
52
|
-
}, t = s, l = {
|
|
53
|
-
"x-error-lib": {
|
|
54
|
-
err: r,
|
|
55
|
-
obj: a,
|
|
56
|
-
perm: t
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
export {
|
|
60
|
-
l as default
|
|
61
|
-
};
|