@etsoo/smarterp-core 1.1.46 → 1.1.48
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 +1 -0
- package/lib/cjs/i18n/zh-Hans.json +1 -0
- package/lib/cjs/i18n/zh-Hant.json +1 -0
- package/lib/mjs/i18n/en.json +1 -0
- package/lib/mjs/i18n/zh-Hans.json +1 -0
- package/lib/mjs/i18n/zh-Hant.json +1 -0
- package/package.json +2 -2
- package/src/i18n/en.json +1 -0
- package/src/i18n/zh-Hans.json +1 -0
- package/src/i18n/zh-Hant.json +1 -0
package/lib/cjs/i18n/en.json
CHANGED
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
"switchOrg": "Switch organization",
|
|
121
121
|
"subscribed": "Subscribed",
|
|
122
122
|
"systemTemplate": "System template",
|
|
123
|
+
"systemTemplateGuide": "Are you sure to use system template? Using system template will override current custom template",
|
|
123
124
|
"target": "Target",
|
|
124
125
|
"targetId": "Target id",
|
|
125
126
|
"template": "Template",
|
package/lib/mjs/i18n/en.json
CHANGED
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
"switchOrg": "Switch organization",
|
|
121
121
|
"subscribed": "Subscribed",
|
|
122
122
|
"systemTemplate": "System template",
|
|
123
|
+
"systemTemplateGuide": "Are you sure to use system template? Using system template will override current custom template",
|
|
123
124
|
"target": "Target",
|
|
124
125
|
"targetId": "Target id",
|
|
125
126
|
"template": "Template",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/smarterp-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.48",
|
|
4
4
|
"description": "TypeScript APIs for SmartERP Core",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/mjs/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@etsoo/appscript": "^1.6.65",
|
|
60
|
-
"@etsoo/materialui": "^1.6.
|
|
60
|
+
"@etsoo/materialui": "^1.6.67",
|
|
61
61
|
"@etsoo/react": "^1.8.90",
|
|
62
62
|
"@etsoo/shared": "^1.2.84",
|
|
63
63
|
"@etsoo/toolpad": "^1.0.49",
|
package/src/i18n/en.json
CHANGED
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
"switchOrg": "Switch organization",
|
|
121
121
|
"subscribed": "Subscribed",
|
|
122
122
|
"systemTemplate": "System template",
|
|
123
|
+
"systemTemplateGuide": "Are you sure to use system template? Using system template will override current custom template",
|
|
123
124
|
"target": "Target",
|
|
124
125
|
"targetId": "Target id",
|
|
125
126
|
"template": "Template",
|
package/src/i18n/zh-Hans.json
CHANGED