@nocobase/plugin-client 0.20.0-alpha.2 → 0.20.0-alpha.4
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 +4 -4
- package/dist/locale/en_US.js +5 -2
- package/dist/locale/es_ES.js +1 -1
- package/dist/locale/fr_FR.js +1 -1
- package/dist/locale/ja_JP.js +1 -1
- package/dist/locale/ko_KR.js +1 -1
- package/dist/locale/pt_BR.js +1 -1
- package/dist/locale/ru_RU.js +1 -1
- package/dist/locale/tr_TR.js +1 -1
- package/dist/locale/uk_UA.js +1 -1
- package/dist/locale/zh-CN.js +5 -2
- package/dist/locale/zh-TW.js +1 -1
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.20.0-alpha.
|
|
3
|
-
"@nocobase/utils": "0.20.0-alpha.
|
|
4
|
-
"@nocobase/server": "0.20.0-alpha.
|
|
5
|
-
"@nocobase/database": "0.20.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.20.0-alpha.4",
|
|
3
|
+
"@nocobase/utils": "0.20.0-alpha.4",
|
|
4
|
+
"@nocobase/server": "0.20.0-alpha.4",
|
|
5
|
+
"@nocobase/database": "0.20.0-alpha.4"
|
|
6
6
|
};
|
package/dist/locale/en_US.js
CHANGED
|
@@ -792,7 +792,7 @@ module.exports = {
|
|
|
792
792
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.',
|
|
793
793
|
"Preset fields": "Preset fields",
|
|
794
794
|
"Home page": "Home page",
|
|
795
|
-
|
|
795
|
+
Handbook: "Handbook",
|
|
796
796
|
License: "License",
|
|
797
797
|
"Generic properties": "Generic properties",
|
|
798
798
|
"Specific properties": "Specific properties",
|
|
@@ -803,5 +803,8 @@ module.exports = {
|
|
|
803
803
|
"Main department": "Main department",
|
|
804
804
|
"Department name": "Department name",
|
|
805
805
|
"Superior department": "Superior department",
|
|
806
|
-
Owners: "Owners"
|
|
806
|
+
Owners: "Owners",
|
|
807
|
+
"Plugin settings": "Plugin settings",
|
|
808
|
+
Menu: "Menu",
|
|
809
|
+
"Drag and drop sorting field": "Drag and drop sorting field"
|
|
807
810
|
};
|
package/dist/locale/es_ES.js
CHANGED
package/dist/locale/fr_FR.js
CHANGED
|
@@ -758,6 +758,6 @@ module.exports = {
|
|
|
758
758
|
DataSource: "Source de donn\xE9es",
|
|
759
759
|
"Allow selection of existing records": "Permet de s\xE9lectionner des donn\xE9es existantes",
|
|
760
760
|
"Home page": "Page d'accueil",
|
|
761
|
-
|
|
761
|
+
Handbook: "Manuel de l'utilisateur",
|
|
762
762
|
License: "Licence"
|
|
763
763
|
};
|
package/dist/locale/ja_JP.js
CHANGED
|
@@ -677,6 +677,6 @@ module.exports = {
|
|
|
677
677
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u306F\u524A\u9664\u3055\u308C\u3066\u3044\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u3053\u306E {{blockType}} \u3092\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002',
|
|
678
678
|
DataSource: "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
|
|
679
679
|
"Home page": "\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",
|
|
680
|
-
|
|
680
|
+
Handbook: "\u30E6\u30FC\u30B6\u30FC\u30DE\u30CB\u30E5\u30A2\u30EB",
|
|
681
681
|
License: "\u30E9\u30A4\u30BB\u30F3\u30B9"
|
|
682
682
|
};
|
package/dist/locale/ko_KR.js
CHANGED
|
@@ -849,6 +849,6 @@ module.exports = {
|
|
|
849
849
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}"\uC774(\uAC00) \uC0AD\uC81C\uB418\uC5C8\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC774 {{blockType}}\uC744(\uB97C) \uC81C\uAC70\uD558\uC2ED\uC2DC\uC624.',
|
|
850
850
|
DataSource: "\uB370\uC774\uD130 \uC18C\uC2A4",
|
|
851
851
|
"Home page": "\uD648\uD398\uC774\uC9C0",
|
|
852
|
-
|
|
852
|
+
Handbook: "\uC0AC\uC6A9\uC790 \uB9E4\uB274\uC5BC",
|
|
853
853
|
License: "\uB77C\uC774\uC120\uC2A4"
|
|
854
854
|
};
|
package/dist/locale/pt_BR.js
CHANGED
|
@@ -718,6 +718,6 @@ module.exports = {
|
|
|
718
718
|
DataSource: "Fonte de dados",
|
|
719
719
|
"Allow selection of existing records": "Permitir a selec\xE7\xE3o dos registos existentes",
|
|
720
720
|
"Home page": "P\xE1gina inicial",
|
|
721
|
-
|
|
721
|
+
Handbook: "Manual do usu\xE1rio",
|
|
722
722
|
License: "Licen\xE7a"
|
|
723
723
|
};
|
package/dist/locale/ru_RU.js
CHANGED
|
@@ -553,6 +553,6 @@ module.exports = {
|
|
|
553
553
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0431\u044B\u043B \u0443\u0434\u0430\u043B\u0435\u043D. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 {{blockType}}.',
|
|
554
554
|
DataSource: "\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
555
555
|
"Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",
|
|
556
|
-
|
|
556
|
+
Handbook: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F",
|
|
557
557
|
License: "\u041B\u0438\u0446\u0435\u043D\u0437\u0438\u044F"
|
|
558
558
|
};
|
package/dist/locale/tr_TR.js
CHANGED
|
@@ -550,6 +550,6 @@ module.exports = {
|
|
|
550
550
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': `{{type}} "{{name}}" silinmi\u015F olabilir. L\xFCtfen bu {{blockType}}'yi kald\u0131r\u0131n.`,
|
|
551
551
|
DataSource: "Veri Kayna\u011F\u0131",
|
|
552
552
|
"Home page": "Anasayfa",
|
|
553
|
-
|
|
553
|
+
Handbook: "Kullan\u0131c\u0131 k\u0131lavuzu",
|
|
554
554
|
License: "Lisans"
|
|
555
555
|
};
|
package/dist/locale/uk_UA.js
CHANGED
|
@@ -758,6 +758,6 @@ module.exports = {
|
|
|
758
758
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0432\u0438\u0434\u0430\u043B\u0456\u0442\u044C \u0446\u0435\u0439 {{blockType}}.',
|
|
759
759
|
DataSource: "\u0414\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
|
|
760
760
|
"Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",
|
|
761
|
-
|
|
761
|
+
Handbook: "\u041F\u043E\u0441\u0456\u0431\u043D\u0438\u043A \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",
|
|
762
762
|
License: "\u041B\u0456\u0446\u0435\u043D\u0437\u0456\u044F"
|
|
763
763
|
};
|
package/dist/locale/zh-CN.js
CHANGED
|
@@ -874,7 +874,7 @@ module.exports = {
|
|
|
874
874
|
Authentication: "\u7528\u6237\u8BA4\u8BC1",
|
|
875
875
|
"Logging and monitoring": "\u65E5\u5FD7\u4E0E\u76D1\u63A7",
|
|
876
876
|
"Home page": "\u4E3B\u9875",
|
|
877
|
-
|
|
877
|
+
Handbook: "\u7528\u6237\u624B\u518C",
|
|
878
878
|
License: "\u8BB8\u53EF\u8BC1",
|
|
879
879
|
"Generic properties": "\u901A\u7528\u5C5E\u6027",
|
|
880
880
|
"Specific properties": "\u7279\u6709\u5C5E\u6027",
|
|
@@ -888,5 +888,8 @@ module.exports = {
|
|
|
888
888
|
"Main department": "\u4E3B\u5C5E\u90E8\u95E8",
|
|
889
889
|
"Department name": "\u90E8\u95E8\u540D\u79F0",
|
|
890
890
|
"Superior department": "\u4E0A\u7EA7\u90E8\u95E8",
|
|
891
|
-
Owners: "\u8D1F\u8D23\u4EBA"
|
|
891
|
+
Owners: "\u8D1F\u8D23\u4EBA",
|
|
892
|
+
"Plugin settings": "\u63D2\u4EF6\u8BBE\u7F6E",
|
|
893
|
+
Menu: "\u83DC\u5355",
|
|
894
|
+
"Drag and drop sorting field": "\u62D6\u62FD\u6392\u5E8F\u5B57\u6BB5"
|
|
892
895
|
};
|
package/dist/locale/zh-TW.js
CHANGED
|
@@ -845,6 +845,6 @@ module.exports = {
|
|
|
845
845
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u53EF\u80FD\u5DF2\u88AB\u522A\u9664\uFF0C\u8ACB\u79FB\u9664\u9019\u500B {{blockType}}\u3002',
|
|
846
846
|
"Allow selection of existing records": "\u5141\u8A31\u9078\u64C7\u5DF2\u6709\u8CC7\u6599",
|
|
847
847
|
"Home page": "\u4E3B\u9801",
|
|
848
|
-
|
|
848
|
+
Handbook: "\u4F7F\u7528\u624B\u518A",
|
|
849
849
|
License: "\u8A31\u53EF\u8B49"
|
|
850
850
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2024-03-
|
|
1
|
+
{"name":"cronstrue","title":"cRonstrue","version":"2.47.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2024-03-05T01:15:11.453Z"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "WEB 客户端",
|
|
5
5
|
"description": "Provides a client interface for the NocoBase server",
|
|
6
6
|
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
|
7
|
-
"version": "0.20.0-alpha.
|
|
7
|
+
"version": "0.20.0-alpha.4",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"license": "AGPL-3.0",
|
|
10
10
|
"devDependencies": {
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@nocobase/test": "0.x",
|
|
21
21
|
"@nocobase/utils": "0.x"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "9f0ec793806251c36029ebac3e80fbbec90ec0db"
|
|
24
24
|
}
|