@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.
@@ -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": "正在刷新",
@@ -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
@@ -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": "正在刷新",
@@ -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.54",
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.81",
57
- "@etsoo/shared": "^1.1.85",
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.7",
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",
@@ -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/src/index.ts CHANGED
@@ -69,6 +69,7 @@ export * from './i18n/zhHant';
69
69
  // @etsoo/restclient
70
70
  export {
71
71
  ApiAuthorizationScheme,
72
+ ApiMethod,
72
73
  ApiResponseType,
73
74
  createClient
74
75
  } from '@etsoo/restclient';