@etsoo/appscript 1.3.54 → 1.3.56
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/lib/cjs/i18n/en.json +2 -0
- package/lib/cjs/i18n/zh-Hans.json +2 -0
- package/lib/cjs/i18n/zh-Hant.json +2 -0
- package/lib/cjs/index.d.ts +1 -1
- package/lib/cjs/index.js +2 -1
- package/lib/mjs/i18n/en.json +2 -0
- package/lib/mjs/i18n/zh-Hans.json +2 -0
- package/lib/mjs/i18n/zh-Hant.json +2 -0
- package/lib/mjs/index.d.ts +1 -1
- package/lib/mjs/index.js +1 -1
- package/package.json +4 -4
- package/src/i18n/en.json +2 -0
- package/src/i18n/zh-Hans.json +2 -0
- package/src/i18n/zh-Hant.json +2 -0
- package/src/index.ts +1 -0
package/lib/cjs/i18n/en.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "Export to PDF",
|
|
59
59
|
"failed": "Operation failed",
|
|
60
60
|
"field": "Field",
|
|
61
|
+
"fileDownloaded": "The file has been downloaded",
|
|
61
62
|
"help": "Help",
|
|
62
63
|
"id": "Number#",
|
|
63
64
|
"info": "Info",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "Input",
|
|
114
115
|
"pullToRefresh": "Pull down to refresh",
|
|
115
116
|
"quarters": ["Q1", "Q2", "Q3", "Q4"],
|
|
117
|
+
"reactivateTip": "The operation timed out, please click the OK button to reactivate",
|
|
116
118
|
"record": "Record",
|
|
117
119
|
"refresh": "Refresh",
|
|
118
120
|
"refreshing": "Refreshing",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "导出为PDF",
|
|
59
59
|
"failed": "操作失败",
|
|
60
60
|
"field": "字段",
|
|
61
|
+
"fileDownloaded": "文件已下载",
|
|
61
62
|
"help": "帮助",
|
|
62
63
|
"id": "编号",
|
|
63
64
|
"info": "信息",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "输入",
|
|
114
115
|
"pullToRefresh": "下拉刷新",
|
|
115
116
|
"quarters": ["一季度", "二季度", "三季度", "四季度"],
|
|
117
|
+
"reactivateTip": "等待超时,请点击确定按钮重新激活",
|
|
116
118
|
"record": "记录",
|
|
117
119
|
"refresh": "刷新",
|
|
118
120
|
"refreshing": "正在刷新",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "導出為PDF",
|
|
59
59
|
"failed": "操作失敗",
|
|
60
60
|
"field": "字段",
|
|
61
|
+
"fileDownloaded": "文件已下載",
|
|
61
62
|
"help": "幫助",
|
|
62
63
|
"id": "編號",
|
|
63
64
|
"info": "信息",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "輸入",
|
|
114
115
|
"pullToRefresh": "下拉刷新",
|
|
115
116
|
"quarters": ["一季度", "二季度", "三季度", "四季度"],
|
|
117
|
+
"reactivateTip": "等待超時,請點擊確定按鈕重新激活",
|
|
116
118
|
"record": "記錄",
|
|
117
119
|
"refresh": "刷新",
|
|
118
120
|
"refreshing": "正在刷新",
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export * from './erp/PublicApi';
|
|
|
48
48
|
export * from './i18n/en';
|
|
49
49
|
export * from './i18n/zhHans';
|
|
50
50
|
export * from './i18n/zhHant';
|
|
51
|
-
export { ApiAuthorizationScheme, ApiResponseType, createClient } from '@etsoo/restclient';
|
|
51
|
+
export { ApiAuthorizationScheme, ApiMethod, ApiResponseType, createClient } from '@etsoo/restclient';
|
|
52
52
|
export type { IApi, IApiPayload } from '@etsoo/restclient';
|
|
53
53
|
export * from './result/ActionResult';
|
|
54
54
|
export * from './result/ActionResultError';
|
package/lib/cjs/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.createClient = exports.ApiResponseType = exports.ApiAuthorizationScheme = void 0;
|
|
17
|
+
exports.createClient = exports.ApiResponseType = exports.ApiMethod = exports.ApiAuthorizationScheme = void 0;
|
|
18
18
|
// address
|
|
19
19
|
__exportStar(require("./address/AddressContinent"), exports);
|
|
20
20
|
__exportStar(require("./address/AddressRegion"), exports);
|
|
@@ -77,6 +77,7 @@ __exportStar(require("./i18n/zhHant"), exports);
|
|
|
77
77
|
// @etsoo/restclient
|
|
78
78
|
var restclient_1 = require("@etsoo/restclient");
|
|
79
79
|
Object.defineProperty(exports, "ApiAuthorizationScheme", { enumerable: true, get: function () { return restclient_1.ApiAuthorizationScheme; } });
|
|
80
|
+
Object.defineProperty(exports, "ApiMethod", { enumerable: true, get: function () { return restclient_1.ApiMethod; } });
|
|
80
81
|
Object.defineProperty(exports, "ApiResponseType", { enumerable: true, get: function () { return restclient_1.ApiResponseType; } });
|
|
81
82
|
Object.defineProperty(exports, "createClient", { enumerable: true, get: function () { return restclient_1.createClient; } });
|
|
82
83
|
// result
|
package/lib/mjs/i18n/en.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "Export to PDF",
|
|
59
59
|
"failed": "Operation failed",
|
|
60
60
|
"field": "Field",
|
|
61
|
+
"fileDownloaded": "The file has been downloaded",
|
|
61
62
|
"help": "Help",
|
|
62
63
|
"id": "Number#",
|
|
63
64
|
"info": "Info",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "Input",
|
|
114
115
|
"pullToRefresh": "Pull down to refresh",
|
|
115
116
|
"quarters": ["Q1", "Q2", "Q3", "Q4"],
|
|
117
|
+
"reactivateTip": "The operation timed out, please click the OK button to reactivate",
|
|
116
118
|
"record": "Record",
|
|
117
119
|
"refresh": "Refresh",
|
|
118
120
|
"refreshing": "Refreshing",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "导出为PDF",
|
|
59
59
|
"failed": "操作失败",
|
|
60
60
|
"field": "字段",
|
|
61
|
+
"fileDownloaded": "文件已下载",
|
|
61
62
|
"help": "帮助",
|
|
62
63
|
"id": "编号",
|
|
63
64
|
"info": "信息",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "输入",
|
|
114
115
|
"pullToRefresh": "下拉刷新",
|
|
115
116
|
"quarters": ["一季度", "二季度", "三季度", "四季度"],
|
|
117
|
+
"reactivateTip": "等待超时,请点击确定按钮重新激活",
|
|
116
118
|
"record": "记录",
|
|
117
119
|
"refresh": "刷新",
|
|
118
120
|
"refreshing": "正在刷新",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "導出為PDF",
|
|
59
59
|
"failed": "操作失敗",
|
|
60
60
|
"field": "字段",
|
|
61
|
+
"fileDownloaded": "文件已下載",
|
|
61
62
|
"help": "幫助",
|
|
62
63
|
"id": "編號",
|
|
63
64
|
"info": "信息",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "輸入",
|
|
114
115
|
"pullToRefresh": "下拉刷新",
|
|
115
116
|
"quarters": ["一季度", "二季度", "三季度", "四季度"],
|
|
117
|
+
"reactivateTip": "等待超時,請點擊確定按鈕重新激活",
|
|
116
118
|
"record": "記錄",
|
|
117
119
|
"refresh": "刷新",
|
|
118
120
|
"refreshing": "正在刷新",
|
package/lib/mjs/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export * from './erp/PublicApi';
|
|
|
48
48
|
export * from './i18n/en';
|
|
49
49
|
export * from './i18n/zhHans';
|
|
50
50
|
export * from './i18n/zhHant';
|
|
51
|
-
export { ApiAuthorizationScheme, ApiResponseType, createClient } from '@etsoo/restclient';
|
|
51
|
+
export { ApiAuthorizationScheme, ApiMethod, ApiResponseType, createClient } from '@etsoo/restclient';
|
|
52
52
|
export type { IApi, IApiPayload } from '@etsoo/restclient';
|
|
53
53
|
export * from './result/ActionResult';
|
|
54
54
|
export * from './result/ActionResultError';
|
package/lib/mjs/index.js
CHANGED
|
@@ -58,7 +58,7 @@ export * from './i18n/en';
|
|
|
58
58
|
export * from './i18n/zhHans';
|
|
59
59
|
export * from './i18n/zhHant';
|
|
60
60
|
// @etsoo/restclient
|
|
61
|
-
export { ApiAuthorizationScheme, ApiResponseType, createClient } from '@etsoo/restclient';
|
|
61
|
+
export { ApiAuthorizationScheme, ApiMethod, ApiResponseType, createClient } from '@etsoo/restclient';
|
|
62
62
|
// result
|
|
63
63
|
export * from './result/ActionResult';
|
|
64
64
|
export * from './result/ActionResultError';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/appscript",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.56",
|
|
4
4
|
"description": "Applications shared TypeScript framework",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"homepage": "https://github.com/ETSOO/AppScript#readme",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@etsoo/notificationbase": "^1.1.21",
|
|
56
|
-
"@etsoo/restclient": "^1.0.
|
|
57
|
-
"@etsoo/shared": "^1.1.
|
|
56
|
+
"@etsoo/restclient": "^1.0.82",
|
|
57
|
+
"@etsoo/shared": "^1.1.87",
|
|
58
58
|
"@types/crypto-js": "^4.1.1",
|
|
59
59
|
"crypto-js": "^4.1.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/cli": "^7.20.7",
|
|
63
|
-
"@babel/core": "^7.20.
|
|
63
|
+
"@babel/core": "^7.20.12",
|
|
64
64
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
65
65
|
"@babel/preset-env": "^7.20.2",
|
|
66
66
|
"@babel/runtime-corejs3": "^7.20.7",
|
package/src/i18n/en.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "Export to PDF",
|
|
59
59
|
"failed": "Operation failed",
|
|
60
60
|
"field": "Field",
|
|
61
|
+
"fileDownloaded": "The file has been downloaded",
|
|
61
62
|
"help": "Help",
|
|
62
63
|
"id": "Number#",
|
|
63
64
|
"info": "Info",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "Input",
|
|
114
115
|
"pullToRefresh": "Pull down to refresh",
|
|
115
116
|
"quarters": ["Q1", "Q2", "Q3", "Q4"],
|
|
117
|
+
"reactivateTip": "The operation timed out, please click the OK button to reactivate",
|
|
116
118
|
"record": "Record",
|
|
117
119
|
"refresh": "Refresh",
|
|
118
120
|
"refreshing": "Refreshing",
|
package/src/i18n/zh-Hans.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "导出为PDF",
|
|
59
59
|
"failed": "操作失败",
|
|
60
60
|
"field": "字段",
|
|
61
|
+
"fileDownloaded": "文件已下载",
|
|
61
62
|
"help": "帮助",
|
|
62
63
|
"id": "编号",
|
|
63
64
|
"info": "信息",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "输入",
|
|
114
115
|
"pullToRefresh": "下拉刷新",
|
|
115
116
|
"quarters": ["一季度", "二季度", "三季度", "四季度"],
|
|
117
|
+
"reactivateTip": "等待超时,请点击确定按钮重新激活",
|
|
116
118
|
"record": "记录",
|
|
117
119
|
"refresh": "刷新",
|
|
118
120
|
"refreshing": "正在刷新",
|
package/src/i18n/zh-Hant.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"exportToPdf": "導出為PDF",
|
|
59
59
|
"failed": "操作失敗",
|
|
60
60
|
"field": "字段",
|
|
61
|
+
"fileDownloaded": "文件已下載",
|
|
61
62
|
"help": "幫助",
|
|
62
63
|
"id": "編號",
|
|
63
64
|
"info": "信息",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"prompt": "輸入",
|
|
114
115
|
"pullToRefresh": "下拉刷新",
|
|
115
116
|
"quarters": ["一季度", "二季度", "三季度", "四季度"],
|
|
117
|
+
"reactivateTip": "等待超時,請點擊確定按鈕重新激活",
|
|
116
118
|
"record": "記錄",
|
|
117
119
|
"refresh": "刷新",
|
|
118
120
|
"refreshing": "正在刷新",
|