@nocobase/plugin-client 1.2.14-alpha → 1.3.0-alpha.20240710141659

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.
@@ -8,8 +8,8 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.2.14-alpha",
12
- "@nocobase/utils": "1.2.14-alpha",
13
- "@nocobase/server": "1.2.14-alpha",
14
- "@nocobase/database": "1.2.14-alpha"
11
+ "@nocobase/client": "1.3.0-alpha.20240710141659",
12
+ "@nocobase/utils": "1.3.0-alpha.20240710141659",
13
+ "@nocobase/server": "1.3.0-alpha.20240710141659",
14
+ "@nocobase/database": "1.3.0-alpha.20240710141659"
15
15
  };
@@ -435,6 +435,7 @@ module.exports = {
435
435
  "Option value": "Option value",
436
436
  "Option label": "Option label",
437
437
  Color: "Color",
438
+ "Background Color": "Background Color",
438
439
  "Add option": "Add option",
439
440
  "Related collection": "Related collection",
440
441
  "Allow linking to multiple records": "Allow linking to multiple records",
@@ -561,6 +562,7 @@ module.exports = {
561
562
  "Add condition group": "Add condition group",
562
563
  exists: "exists",
563
564
  "not exists": "not exists",
565
+ Style: "Style",
564
566
  "=": "=",
565
567
  "\u2260": "\u2260",
566
568
  ">": ">",
@@ -840,5 +842,6 @@ module.exports = {
840
842
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.",
841
843
  "URL search params": "URL search params",
842
844
  "Expand All": "Expand All",
843
- Search: "Search"
845
+ Search: "Search",
846
+ "Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist."
844
847
  };
@@ -771,5 +771,6 @@ module.exports = {
771
771
  'This variable has been deprecated and can be replaced with "Current form"': 'La variable ha sido obsoleta; "Formulario actual" puede ser utilizada como sustituto',
772
772
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "El valor de esta variable se deriva de la cadena de consulta de la URL de la p\xE1gina. Esta variable s\xF3lo puede utilizarse normalmente cuando la p\xE1gina tiene una cadena de consulta.",
773
773
  "URL search params": "Par\xE1metros de b\xFAsqueda de URL",
774
- "Expand All": "Expandir todo"
774
+ "Expand All": "Expandir todo",
775
+ "Sorry, the page you visited does not exist.": "Lo siento, la p\xE1gina que visitaste no existe."
775
776
  };
@@ -791,5 +791,6 @@ module.exports = {
791
791
  'This variable has been deprecated and can be replaced with "Current form"': 'La variable a \xE9t\xE9 obsol\xE8te ; "Formulaire actuel" peut \xEAtre utilis\xE9 comme substitut',
792
792
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "La valeur de cette variable est d\xE9riv\xE9e de la cha\xEEne de requ\xEAte de l'URL de la page. Cette variable ne peut \xEAtre utilis\xE9e normalement que lorsque la page a une cha\xEEne de requ\xEAte.",
793
793
  "URL search params": "Param\xE8tres de recherche d'URL",
794
- "Expand All": "Tout d\xE9plier"
794
+ "Expand All": "Tout d\xE9plier",
795
+ "Sorry, the page you visited does not exist.": "D\xE9sol\xE9, la page que vous avez visit\xE9e n'existe pas."
795
796
  };
@@ -710,5 +710,6 @@ module.exports = {
710
710
  'This variable has been deprecated and can be replaced with "Current form"': "\u3053\u306E\u5909\u6570\u306F\u975E\u63A8\u5968\u3067\u3059\u3002\u4EE3\u308F\u308A\u306B\u300C\u73FE\u5728\u306E\u30D5\u30A9\u30FC\u30E0\u300D\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044",
711
711
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "\u3053\u306E\u5909\u6570\u306E\u5024\u306F\u30DA\u30FC\u30B8URL\u306E\u30AF\u30A8\u30EA\u6587\u5B57\u5217\u304B\u3089\u53D6\u5F97\u3055\u308C\u307E\u3059\u3002\u3053\u306E\u5909\u6570\u306F\u3001\u30DA\u30FC\u30B8\u306B\u30AF\u30A8\u30EA\u6587\u5B57\u5217\u304C\u3042\u308B\u5834\u5408\u306B\u306E\u307F\u6B63\u5E38\u306B\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002",
712
712
  "URL search params": "URL\u691C\u7D22\u30D1\u30E9\u30E1\u30FC\u30BF",
713
- "Expand All": "\u3059\u3079\u3066\u5C55\u958B"
713
+ "Expand All": "\u3059\u3079\u3066\u5C55\u958B",
714
+ "Sorry, the page you visited does not exist.": "\u7533\u3057\u8A33\u3042\u308A\u307E\u305B\u3093\u304C\u3001\u304A\u63A2\u3057\u306E\u30DA\u30FC\u30B8\u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002"
714
715
  };
@@ -882,5 +882,6 @@ module.exports = {
882
882
  'This variable has been deprecated and can be replaced with "Current form"': '\uBCC0\uC218\uAC00 \uD3D0\uAE30\uB418\uC5C8\uC2B5\uB2C8\uB2E4. "\uD604\uC7AC \uD3FC"\uC744 \uB300\uCCB4\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4',
883
883
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "\uC774 \uBCC0\uC218\uC758 \uAC12\uC740 \uD398\uC774\uC9C0 URL\uC758 \uCFFC\uB9AC \uBB38\uC790\uC5F4\uC5D0\uC11C \uD30C\uC0DD\uB429\uB2C8\uB2E4. \uC774 \uBCC0\uC218\uB294 \uD398\uC774\uC9C0\uC5D0 \uCFFC\uB9AC \uBB38\uC790\uC5F4\uC774 \uC788\uB294 \uACBD\uC6B0\uC5D0\uB9CC \uC815\uC0C1\uC801\uC73C\uB85C \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",
884
884
  "URL search params": "URL \uAC80\uC0C9 \uB9E4\uAC1C\uBCC0\uC218",
885
- "Expand All": "\uBAA8\uB450 \uD3BC\uCE58\uAE30"
885
+ "Expand All": "\uBAA8\uB450 \uD3BC\uCE58\uAE30",
886
+ "Sorry, the page you visited does not exist.": "\uC8C4\uC1A1\uD569\uB2C8\uB2E4. \uBC29\uBB38\uD55C \uD398\uC774\uC9C0\uAC00 \uC874\uC7AC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."
886
887
  };
@@ -748,5 +748,6 @@ module.exports = {
748
748
  "URL search params": "Par\xE2metros de pesquisa de URL",
749
749
  "Expand All": "Expandir tudo",
750
750
  "Parent popup record": "Registro pop-up pai",
751
- "Current popup record": "Registro pop-up atual"
751
+ "Current popup record": "Registro pop-up atual",
752
+ "Sorry, the page you visited does not exist.": "Desculpe, a p\xE1gina que voc\xEA visitou n\xE3o existe."
752
753
  };
@@ -585,5 +585,6 @@ module.exports = {
585
585
  'This variable has been deprecated and can be replaced with "Current form"': '\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u0430\u044F \u0443\u0441\u0442\u0430\u0440\u0435\u043B\u0430; "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0444\u043E\u0440\u043C\u0430" \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0432 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0437\u0430\u043C\u0435\u043D\u044B',
586
586
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u044D\u0442\u043E\u0439 \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u0438\u0442 \u0438\u0437 \u0441\u0442\u0440\u043E\u043A\u0438 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 URL \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B. \u042D\u0442\u0430 \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u0430\u044F \u043C\u043E\u0436\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0443 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0435\u0441\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0430 \u0437\u0430\u043F\u0440\u043E\u0441\u0430.",
587
587
  "URL search params": "\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043F\u043E\u0438\u0441\u043A\u0430 URL",
588
- "Expand All": "\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435"
588
+ "Expand All": "\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435",
589
+ "Sorry, the page you visited does not exist.": "\u0418\u0437\u0432\u0438\u043D\u0438\u0442\u0435, \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u043D\u043E\u0439 \u0432\u0430\u043C\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442."
589
590
  };
@@ -583,5 +583,6 @@ module.exports = {
583
583
  'This variable has been deprecated and can be replaced with "Current form"': 'De\u011Fi\u015Fken kullan\u0131mdan kald\u0131r\u0131ld\u0131; "Ge\xE7erli form" yerine kullan\u0131labilir',
584
584
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "Bu de\u011Fi\u015Fkenin de\u011Feri sayfa URL'sinin sorgu dizgisinden t\xFCretilir. Bu de\u011Fi\u015Fken, sayfan\u0131n bir sorgu dizgisi oldu\u011Funda yaln\u0131zca normal olarak kullan\u0131labilir.",
585
585
  "URL search params": "URL arama parametreleri",
586
- "Expand All": "T\xFCm\xFCn\xFC geni\u015Flet"
586
+ "Expand All": "T\xFCm\xFCn\xFC geni\u015Flet",
587
+ "Sorry, the page you visited does not exist.": "\xDCzg\xFCn\xFCz, ziyaret etti\u011Finiz sayfa mevcut de\u011Fil."
587
588
  };
@@ -791,5 +791,6 @@ module.exports = {
791
791
  'This variable has been deprecated and can be replaced with "Current form"': '\u0417\u043C\u0456\u043D\u043D\u0430 \u0431\u0443\u043B\u0430 \u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043B\u043E\u044E; "\u041F\u043E\u0442\u043E\u0447\u043D\u0430 \u0444\u043E\u0440\u043C\u0430" \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u0430 \u044F\u043A \u0437\u0430\u043C\u0456\u043D\u0430',
792
792
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0446\u0456\u0454\u0457 \u0437\u043C\u0456\u043D\u043D\u043E\u0457 \u043F\u043E\u0445\u043E\u0434\u0438\u0442\u044C \u0437 \u0440\u044F\u0434\u043A\u0430 \u0437\u0430\u043F\u0438\u0442\u0443 URL-\u0430\u0434\u0440\u0435\u0441\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438. \u0426\u044E \u0437\u043C\u0456\u043D\u043D\u0443 \u043C\u043E\u0436\u043D\u0430 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0440\u043C\u0430\u043B\u044C\u043D\u043E \u043B\u0438\u0448\u0435 \u0442\u043E\u0434\u0456, \u043A\u043E\u043B\u0438 \u0443 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 \u0454 \u0440\u044F\u0434\u043E\u043A \u0437\u0430\u043F\u0438\u0442\u0443.",
793
793
  "URL search params": "\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u043F\u043E\u0448\u0443\u043A\u0443 URL",
794
- "Expand All": "\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0435"
794
+ "Expand All": "\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0435",
795
+ "Sorry, the page you visited does not exist.": "\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430, \u044F\u043A\u0443 \u0432\u0438 \u0432\u0456\u0434\u0432\u0456\u0434\u0430\u043B\u0438, \u043D\u0435 \u0456\u0441\u043D\u0443\u0454."
795
796
  };
@@ -456,6 +456,7 @@ module.exports = {
456
456
  "Option value": "\u9009\u9879\u503C",
457
457
  "Option label": "\u9009\u9879\u6807\u7B7E",
458
458
  Color: "\u989C\u8272",
459
+ "Background Color": "\u80CC\u666F\u989C\u8272",
459
460
  "Add option": "\u6DFB\u52A0\u9009\u9879",
460
461
  "Related collection": "\u5173\u7CFB\u8868",
461
462
  "Allow linking to multiple records": "\u5141\u8BB8\u5173\u8054\u591A\u6761\u8BB0\u5F55",
@@ -971,5 +972,6 @@ module.exports = {
971
972
  "Add parameter": "\u6DFB\u52A0\u53C2\u6570",
972
973
  "URL search params": "URL \u67E5\u8BE2\u53C2\u6570",
973
974
  "Expand All": "\u5C55\u5F00\u5168\u90E8",
974
- Search: "\u641C\u7D22"
975
+ Search: "\u641C\u7D22",
976
+ "Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002"
975
977
  };
@@ -880,5 +880,6 @@ module.exports = {
880
880
  'This variable has been deprecated and can be replaced with "Current form"': "\u8A72\u8B8A\u6578\u5DF2\u88AB\u68C4\u7528\uFF0C\u53EF\u4EE5\u4F7F\u7528\u201C\u7576\u524D\u8868\u55AE\u201D\u4F5C\u70BA\u66FF\u4EE3",
881
881
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "\u8A72\u8B8A\u6578\u7684\u503C\u4F86\u81EA\u9801\u9762 URL \u7684\u67E5\u8A62\u5B57\u7B26\u4E32\uFF0C\u53EA\u6709\u7576\u9801\u9762\u6709\u67E5\u8A62\u5B57\u7B26\u4E32\u6642\uFF0C\u8A72\u8B8A\u6578\u624D\u80FD\u6B63\u5E38\u4F7F\u7528\u3002",
882
882
  "URL search params": "URL \u67E5\u8A62\u53C3\u6578",
883
- "Expand All": "\u5C55\u958B\u5168\u90E8"
883
+ "Expand All": "\u5C55\u958B\u5168\u90E8",
884
+ "Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8A2A\u554F\u7684\u9801\u9762\u4E0D\u5B58\u5728\u3002"
884
885
  };
@@ -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-07-11T04:40:45.867Z"}
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-07-10T14:29:14.483Z"}
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": "1.2.14-alpha",
7
+ "version": "1.3.0-alpha.20240710141659",
8
8
  "main": "./dist/server/index.js",
9
9
  "license": "AGPL-3.0",
10
10
  "devDependencies": {
@@ -20,5 +20,5 @@
20
20
  "@nocobase/test": "1.x",
21
21
  "@nocobase/utils": "1.x"
22
22
  },
23
- "gitHead": "717c71eee8cec8d230f1856759d97d6a843f8be6"
23
+ "gitHead": "cb8b234443034da0dfa57dd5d6cca1f3b3db6f08"
24
24
  }