@nocobase/plugin-error-handler 0.17.0-alpha.2 → 0.17.0-alpha.3
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/externalVersion.js +3 -3
- package/dist/locale/en_US.json +6 -0
- package/dist/locale/es-ES.json +6 -0
- package/dist/locale/fr_FR.json +6 -0
- package/dist/locale/ja_JP.json +4 -0
- package/dist/locale/pt-BR.json +6 -0
- package/dist/locale/zh_CN.json +5 -0
- package/package.json +2 -2
- package/dist/locale/en_US.d.ts +0 -7
- package/dist/locale/en_US.js +0 -28
- package/dist/locale/es-ES.d.ts +0 -7
- package/dist/locale/es-ES.js +0 -28
- package/dist/locale/fr_FR.d.ts +0 -7
- package/dist/locale/fr_FR.js +0 -28
- package/dist/locale/ja_JP.d.ts +0 -5
- package/dist/locale/ja_JP.js +0 -26
- package/dist/locale/pt-BR.d.ts +0 -7
- package/dist/locale/pt-BR.js +0 -28
- package/dist/locale/zh_CN.d.ts +0 -6
- package/dist/locale/zh_CN.js +0 -27
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.17.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.17.0-alpha.3",
|
|
3
3
|
"@formily/json-schema": "2.2.27",
|
|
4
|
-
"@nocobase/database": "0.17.0-alpha.
|
|
5
|
-
"@nocobase/server": "0.17.0-alpha.
|
|
4
|
+
"@nocobase/database": "0.17.0-alpha.3",
|
|
5
|
+
"@nocobase/server": "0.17.0-alpha.3",
|
|
6
6
|
"lodash": "4.17.21"
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "错误处理器",
|
|
5
5
|
"description": "Handling application errors and exceptions",
|
|
6
6
|
"description.zh-CN": "处理应用程序中的错误和异常",
|
|
7
|
-
"version": "0.17.0-alpha.
|
|
7
|
+
"version": "0.17.0-alpha.3",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
24
24
|
"directory": "packages/plugin-error-handler"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "8fb3aace819722ceb845ea63ec3009f324a897a9"
|
|
27
27
|
}
|
package/dist/locale/en_US.d.ts
DELETED
package/dist/locale/en_US.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var en_US_exports = {};
|
|
19
|
-
__export(en_US_exports, {
|
|
20
|
-
default: () => en_US_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(en_US_exports);
|
|
23
|
-
var en_US_default = {
|
|
24
|
-
"unique violation": "{{field}} must be unique",
|
|
25
|
-
"notNull violation": "notNull violation",
|
|
26
|
-
"Validation error": "{{field}} validation error",
|
|
27
|
-
"notNull Violation": "{{field}} cannot be null"
|
|
28
|
-
};
|
package/dist/locale/es-ES.d.ts
DELETED
package/dist/locale/es-ES.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var es_ES_exports = {};
|
|
19
|
-
__export(es_ES_exports, {
|
|
20
|
-
default: () => es_ES_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(es_ES_exports);
|
|
23
|
-
var es_ES_default = {
|
|
24
|
-
"unique violation": "{{field}} debe ser \xFAnico",
|
|
25
|
-
"notNull violation": "notNull violaci\xF3n",
|
|
26
|
-
"Validation error": "{{field}} error de validaci\xF3n",
|
|
27
|
-
"notNull Violation": "{{field}} no puede ser null"
|
|
28
|
-
};
|
package/dist/locale/fr_FR.d.ts
DELETED
package/dist/locale/fr_FR.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var fr_FR_exports = {};
|
|
19
|
-
__export(fr_FR_exports, {
|
|
20
|
-
default: () => fr_FR_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(fr_FR_exports);
|
|
23
|
-
var fr_FR_default = {
|
|
24
|
-
"unique violation": "{{field}} doit \xEAtre unique",
|
|
25
|
-
"notNull violation": "Violation de contrainte notNull",
|
|
26
|
-
"Validation error": "Erreur de validation de {{field}}",
|
|
27
|
-
"notNull Violation": "{{field}} ne peut pas \xEAtre null"
|
|
28
|
-
};
|
package/dist/locale/ja_JP.d.ts
DELETED
package/dist/locale/ja_JP.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var ja_JP_exports = {};
|
|
19
|
-
__export(ja_JP_exports, {
|
|
20
|
-
default: () => ja_JP_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(ja_JP_exports);
|
|
23
|
-
var ja_JP_default = {
|
|
24
|
-
"unique violation": "{{field}} \u306F\u4E00\u610F\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093",
|
|
25
|
-
"notNull Violation": "{{field}} \u306FNull\u306B\u3067\u304D\u307E\u305B\u3093"
|
|
26
|
-
};
|
package/dist/locale/pt-BR.d.ts
DELETED
package/dist/locale/pt-BR.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var pt_BR_exports = {};
|
|
19
|
-
__export(pt_BR_exports, {
|
|
20
|
-
default: () => pt_BR_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(pt_BR_exports);
|
|
23
|
-
var pt_BR_default = {
|
|
24
|
-
"unique violation": "{{field}} deve ser \xFAnico",
|
|
25
|
-
"notNull violation": "viola\xE7\xE3o de n\xE3o nulo",
|
|
26
|
-
"Validation error": "erro de valida\xE7\xE3o de {{field}}",
|
|
27
|
-
"notNull Violation": "{{field}} n\xE3o pode ser nulo"
|
|
28
|
-
};
|
package/dist/locale/zh_CN.d.ts
DELETED
package/dist/locale/zh_CN.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var zh_CN_exports = {};
|
|
19
|
-
__export(zh_CN_exports, {
|
|
20
|
-
default: () => zh_CN_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(zh_CN_exports);
|
|
23
|
-
var zh_CN_default = {
|
|
24
|
-
"unique violation": "{{field}} \u5B57\u6BB5\u503C\u662F\u552F\u4E00\u7684",
|
|
25
|
-
"notNull violation": "{{field}} \u5B57\u6BB5\u4E0D\u80FD\u4E3A\u7A7A",
|
|
26
|
-
"Validation error": "{{field}} \u5B57\u6BB5\u89C4\u5219\u9A8C\u8BC1\u5931\u8D25"
|
|
27
|
-
};
|