@nocobase/plugin-client 0.21.0-alpha.1 → 0.21.0-alpha.11
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/client/index.d.ts +2 -2
- package/dist/externalVersion.js +4 -4
- package/dist/locale/en_US.js +5 -0
- package/dist/locale/es_ES.js +5 -0
- package/dist/locale/fr_FR.js +5 -0
- package/dist/locale/ja_JP.js +7 -2
- package/dist/locale/ko_KR.js +6 -1
- package/dist/locale/pt_BR.js +4 -1
- package/dist/locale/ru_RU.js +5 -1
- package/dist/locale/tr_TR.js +6 -1
- package/dist/locale/uk_UA.js +6 -1
- package/dist/locale/zh-CN.js +11 -1
- package/dist/locale/zh-TW.js +7 -0
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/dist/server/server.d.ts +2 -2
- package/dist/server/server.js +4 -5
- package/package.json +2 -2
package/dist/client/index.d.ts
CHANGED
package/dist/externalVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.21.0-alpha.
|
|
3
|
-
"@nocobase/utils": "0.21.0-alpha.
|
|
4
|
-
"@nocobase/server": "0.21.0-alpha.
|
|
5
|
-
"@nocobase/database": "0.21.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.21.0-alpha.11",
|
|
3
|
+
"@nocobase/utils": "0.21.0-alpha.11",
|
|
4
|
+
"@nocobase/server": "0.21.0-alpha.11",
|
|
5
|
+
"@nocobase/database": "0.21.0-alpha.11"
|
|
6
6
|
};
|
package/dist/locale/en_US.js
CHANGED
|
@@ -496,9 +496,11 @@ module.exports = {
|
|
|
496
496
|
"edit title": "edit title",
|
|
497
497
|
"Turn pages": "Turn pages",
|
|
498
498
|
Others: "Others",
|
|
499
|
+
"Other records": "Other records",
|
|
499
500
|
"Save as template": "Save as template",
|
|
500
501
|
"Save as block template": "Save as block template",
|
|
501
502
|
"Block templates": "Block templates",
|
|
503
|
+
"Block template": "Block template",
|
|
502
504
|
"Convert reference to duplicate": "Convert reference to duplicate",
|
|
503
505
|
"Template name": "Template name",
|
|
504
506
|
"Block type": "Block type",
|
|
@@ -626,6 +628,8 @@ module.exports = {
|
|
|
626
628
|
"Current user": "Current user",
|
|
627
629
|
"Current role": "Current role",
|
|
628
630
|
"Current record": "Current record",
|
|
631
|
+
"Current popup record": "Current popup record",
|
|
632
|
+
"Associated records": "Associated records",
|
|
629
633
|
"Parent record": "Parent record",
|
|
630
634
|
"Current time": "Current time",
|
|
631
635
|
"System variables": "System variables",
|
|
@@ -799,6 +803,7 @@ module.exports = {
|
|
|
799
803
|
loading: "loading",
|
|
800
804
|
"name is required": "name is required",
|
|
801
805
|
"data source": "data source",
|
|
806
|
+
"Data source": "Data source",
|
|
802
807
|
DataSource: "DataSource",
|
|
803
808
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.',
|
|
804
809
|
"Preset fields": "Preset fields",
|
package/dist/locale/es_ES.js
CHANGED
|
@@ -467,9 +467,11 @@ module.exports = {
|
|
|
467
467
|
"edit title": "Editar t\xEDtulo",
|
|
468
468
|
"Turn pages": "Pasar p\xE1ginas",
|
|
469
469
|
Others: "Otros",
|
|
470
|
+
"Other records": "Otros registros",
|
|
470
471
|
"Save as template": "Guardar como plantilla",
|
|
471
472
|
"Save as block template": "Guardar como plantilla de bloque",
|
|
472
473
|
"Block templates": "Bloquear plantillas",
|
|
474
|
+
"Block template": "Plantilla de bloque",
|
|
473
475
|
"Convert reference to duplicate": "Convertir referencia a duplicado",
|
|
474
476
|
"Template name": "Nombre de plantilla",
|
|
475
477
|
"Block type": "Tipo de bloque",
|
|
@@ -615,6 +617,8 @@ module.exports = {
|
|
|
615
617
|
"Current user": "Usuario actual",
|
|
616
618
|
"Current role": "Rol actual",
|
|
617
619
|
"Current record": "Registro actual",
|
|
620
|
+
"Current popup record": "Registro actual del popup",
|
|
621
|
+
"Associated records": "Registros asociados",
|
|
618
622
|
"Parent record": "Registro padre",
|
|
619
623
|
"Current time": "Hora actual",
|
|
620
624
|
"System variables": "Variables del sistema",
|
|
@@ -747,6 +751,7 @@ module.exports = {
|
|
|
747
751
|
"name is required": "el nombre es obligatorio",
|
|
748
752
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'El {{type}} "{{name}}" puede haber sido eliminado. Por favor, elimine este {{blockType}}.',
|
|
749
753
|
"data source": "fuente de datos",
|
|
754
|
+
"Data source": "fuente de datos",
|
|
750
755
|
DataSource: "Fuente de datos",
|
|
751
756
|
"Home page": "P\xE1gina de inicio",
|
|
752
757
|
Handbook: "Manual de usuario",
|
package/dist/locale/fr_FR.js
CHANGED
|
@@ -482,9 +482,11 @@ module.exports = {
|
|
|
482
482
|
"edit title": "modifier le titre",
|
|
483
483
|
"Turn pages": "Tourner les pages",
|
|
484
484
|
Others: "Autres",
|
|
485
|
+
"Other records": "Autres enregistrements",
|
|
485
486
|
"Save as template": "Enregistrer en tant que mod\xE8le",
|
|
486
487
|
"Save as block template": "Enregistrer en tant que mod\xE8le de bloc",
|
|
487
488
|
"Block templates": "Mod\xE8les de bloc",
|
|
489
|
+
"Block template": "Mod\xE8le de bloc",
|
|
488
490
|
"Convert reference to duplicate": "Convertir la r\xE9f\xE9rence en doublon",
|
|
489
491
|
"Template name": "Nom du mod\xE8le",
|
|
490
492
|
"Block type": "Type de bloc",
|
|
@@ -612,6 +614,8 @@ module.exports = {
|
|
|
612
614
|
"Current user": "Utilisateur actuel",
|
|
613
615
|
"Current role": "R\xF4le actuel",
|
|
614
616
|
"Current record": "Enregistrement actuel",
|
|
617
|
+
"Current popup record": "Enregistrement popup actuel",
|
|
618
|
+
"Associated records": "Enregistrements associ\xE9s",
|
|
615
619
|
"Parent record": "Enregistrement parent",
|
|
616
620
|
"Current time": "Heure actuelle",
|
|
617
621
|
"System variables": "Variables syst\xE8me",
|
|
@@ -765,6 +769,7 @@ module.exports = {
|
|
|
765
769
|
loading: "chargement",
|
|
766
770
|
"name is required": "le nom est requis",
|
|
767
771
|
"data source": "source de donn\xE9es",
|
|
772
|
+
"Data source": "source de donn\xE9es",
|
|
768
773
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'Le {{type}} "{{name}}" a peut-\xEAtre \xE9t\xE9 supprim\xE9. Veuillez supprimer ce {{blockType}}.',
|
|
769
774
|
DataSource: "Source de donn\xE9es",
|
|
770
775
|
"Allow selection of existing records": "Permet de s\xE9lectionner des donn\xE9es existantes",
|
package/dist/locale/ja_JP.js
CHANGED
|
@@ -393,10 +393,12 @@ module.exports = {
|
|
|
393
393
|
"Add card": "\u30AB\u30FC\u30C9\u3092\u8FFD\u52A0",
|
|
394
394
|
"edit title": "\u30BF\u30A4\u30C8\u30EB\u3092\u7DE8\u96C6",
|
|
395
395
|
"Turn pages": "\u30DA\u30FC\u30B8\u3092\u3081\u304F\u308B",
|
|
396
|
-
Others: "
|
|
396
|
+
Others: "\u305D\u306E\u4ED6",
|
|
397
|
+
"Other records": "\u4ED6\u306E\u30EC\u30B3\u30FC\u30C9",
|
|
397
398
|
"Save as template": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
|
|
398
399
|
"Save as block template": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3068\u3057\u3066\u4FDD\u5B58",
|
|
399
400
|
"Block templates": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
|
|
401
|
+
"Block template": "\u30D6\u30ED\u30C3\u30AF\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",
|
|
400
402
|
"Convert reference to duplicate": "\u53C2\u7167\u3092\u8907\u88FD\u306B\u5909\u63DB",
|
|
401
403
|
"Template name": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u540D",
|
|
402
404
|
"Block type": "\u30D6\u30ED\u30C3\u30AF\u30BF\u30A4\u30D7",
|
|
@@ -515,6 +517,8 @@ module.exports = {
|
|
|
515
517
|
"Current user": "\u73FE\u5728\u306E\u30E6\u30FC\u30B6\u30FC",
|
|
516
518
|
"Current role": "\u73FE\u5728\u306E\u5F79\u5272",
|
|
517
519
|
"Current record": "\u73FE\u5728\u306E\u30EC\u30B3\u30FC\u30C9",
|
|
520
|
+
"Current popup record": "\u73FE\u5728\u306E\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u30EC\u30B3\u30FC\u30C9",
|
|
521
|
+
"Associated records": "\u95A2\u9023\u4ED8\u3051\u3089\u308C\u305F\u30EC\u30B3\u30FC\u30C9",
|
|
518
522
|
"Popup close method": "\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u3092\u9589\u3058\u308B\u65B9\u6CD5",
|
|
519
523
|
"Automatic close": "\u81EA\u52D5\u3067\u9589\u3058\u308B",
|
|
520
524
|
"Manually close": "\u624B\u52D5\u3067\u9589\u3058\u308B",
|
|
@@ -685,8 +689,9 @@ module.exports = {
|
|
|
685
689
|
loading: "\u30ED\u30FC\u30C9\u4E2D",
|
|
686
690
|
"name is required": "\u540D\u524D\u306F\u5FC5\u9808\u3067\u3059",
|
|
687
691
|
"data source": "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
|
|
688
|
-
|
|
692
|
+
"Data source": "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
|
|
689
693
|
DataSource: "\u30C7\u30FC\u30BF\u30BD\u30FC\u30B9",
|
|
694
|
+
'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',
|
|
690
695
|
"Home page": "\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",
|
|
691
696
|
Handbook: "\u30E6\u30FC\u30B6\u30FC\u30DE\u30CB\u30E5\u30A2\u30EB",
|
|
692
697
|
License: "\u30E9\u30A4\u30BB\u30F3\u30B9"
|
package/dist/locale/ko_KR.js
CHANGED
|
@@ -514,9 +514,11 @@ module.exports = {
|
|
|
514
514
|
"edit title": "\uC81C\uBAA9 \uC218\uC815",
|
|
515
515
|
"Turn pages": "\uD398\uC774\uC9C0 \uB118\uAE40",
|
|
516
516
|
Others: "\uAE30\uD0C0",
|
|
517
|
+
"Other records": "\uAE30\uD0C0 \uB808\uCF54\uB4DC",
|
|
517
518
|
"Save as template": "\uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
|
|
518
519
|
"Save as block template": "\uBE14\uB85D \uD15C\uD50C\uB9BF\uC73C\uB85C \uC800\uC7A5",
|
|
519
520
|
"Block templates": "\uBE14\uB85D \uD15C\uD50C\uB9BF",
|
|
521
|
+
"Block template": "\uBE14\uB85D \uD15C\uD50C\uB9BF",
|
|
520
522
|
"Convert reference to duplicate": "\uCC38\uC870\uB97C \uBCF5\uC81C\uB85C \uBCC0\uD658",
|
|
521
523
|
"Template name": "\uD15C\uD50C\uB9BF \uC774\uB984",
|
|
522
524
|
"Block type": "\uBE14\uB85D \uD0C0\uC785",
|
|
@@ -640,6 +642,8 @@ module.exports = {
|
|
|
640
642
|
"Current user": "\uD604\uC7AC \uC0AC\uC6A9\uC790",
|
|
641
643
|
"Current role": "\uD604\uC7AC \uC5ED\uD560",
|
|
642
644
|
"Current record": "\uD604\uC7AC \uB808\uCF54\uB4DC",
|
|
645
|
+
"Current popup record": "\uD604\uC7AC \uD31D\uC5C5 \uB808\uCF54\uB4DC",
|
|
646
|
+
"Associated records": "\uAD00\uB828 \uB808\uCF54\uB4DC",
|
|
643
647
|
"Parent record": "\uC0C1\uC704 \uB808\uCF54\uB4DC",
|
|
644
648
|
"Current time": "\uD604\uC7AC \uC2DC\uAC04",
|
|
645
649
|
Now: "\uC9C0\uAE08",
|
|
@@ -857,8 +861,9 @@ module.exports = {
|
|
|
857
861
|
loading: "\uB85C\uB4DC \uC911",
|
|
858
862
|
"name is required": "\uC774\uB984\uC740 \uD544\uC218\uC785\uB2C8\uB2E4",
|
|
859
863
|
"data source": "\uB370\uC774\uD130 \uC18C\uC2A4",
|
|
860
|
-
|
|
864
|
+
"Data source": "\uB370\uC774\uD130 \uC18C\uC2A4",
|
|
861
865
|
DataSource: "\uB370\uC774\uD130 \uC18C\uC2A4",
|
|
866
|
+
'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.',
|
|
862
867
|
"Home page": "\uD648\uD398\uC774\uC9C0",
|
|
863
868
|
Handbook: "\uC0AC\uC6A9\uC790 \uB9E4\uB274\uC5BC",
|
|
864
869
|
License: "\uB77C\uC774\uC120\uC2A4"
|
package/dist/locale/pt_BR.js
CHANGED
|
@@ -430,9 +430,11 @@ module.exports = {
|
|
|
430
430
|
"edit title": "editar t\xEDtulo",
|
|
431
431
|
"Turn pages": "Virar p\xE1ginas",
|
|
432
432
|
Others: "Outros",
|
|
433
|
+
"Other records": "Outros registros",
|
|
433
434
|
"Save as template": "Salvar como modelo",
|
|
434
435
|
"Save as block template": "Salvar como modelo de bloco",
|
|
435
436
|
"Block templates": "Modelos de bloco",
|
|
437
|
+
"Block template": "Modelo de bloco",
|
|
436
438
|
"Convert reference to duplicate": "Converter refer\xEAncia em duplicado",
|
|
437
439
|
"Template name": "Nome do modelo",
|
|
438
440
|
"Block type": "Tipo de bloco",
|
|
@@ -725,8 +727,9 @@ module.exports = {
|
|
|
725
727
|
loading: "carregando",
|
|
726
728
|
"name is required": "nome \xE9 obrigat\xF3rio",
|
|
727
729
|
"data source": "fonte de dados",
|
|
728
|
-
|
|
730
|
+
"Data source": "fonte de dados",
|
|
729
731
|
DataSource: "Fonte de dados",
|
|
732
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'O {{type}} "{{name}}" pode ter sido exclu\xEDdo. Por favor, remova este {{blockType}}.',
|
|
730
733
|
"Allow selection of existing records": "Permitir a selec\xE7\xE3o dos registos existentes",
|
|
731
734
|
"Home page": "P\xE1gina inicial",
|
|
732
735
|
Handbook: "Manual do usu\xE1rio",
|
package/dist/locale/ru_RU.js
CHANGED
|
@@ -334,9 +334,10 @@ module.exports = {
|
|
|
334
334
|
"edit title": "\u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",
|
|
335
335
|
"Turn pages": "\u041F\u0435\u0440\u0435\u043B\u0438\u0441\u0442\u044B\u0432\u0430\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",
|
|
336
336
|
Others: "\u0414\u0440\u0443\u0433\u0438\u0435",
|
|
337
|
+
"Other records": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0437\u0430\u043F\u0438\u0441\u0438",
|
|
337
338
|
"Save as template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D",
|
|
338
339
|
"Save as block template": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u043A\u0430\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u0411\u043B\u043E\u043A\u0430",
|
|
339
|
-
"Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \
|
|
340
|
+
"Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0431\u043B\u043E\u043A\u043E\u0432",
|
|
340
341
|
"Convert reference to duplicate": "\u041F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u0432 \u0434\u0443\u0431\u043B\u0438\u043A\u0430\u0442",
|
|
341
342
|
"Template name": "\u0418\u043C\u044F \u0428\u0430\u0431\u043B\u043E\u043D\u0430",
|
|
342
343
|
"Block type": "\u0422\u0438\u043F \u0411\u043B\u043E\u043A\u0430",
|
|
@@ -451,6 +452,8 @@ module.exports = {
|
|
|
451
452
|
"Current user": "\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C",
|
|
452
453
|
"Current role": "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0440\u043E\u043B\u044C",
|
|
453
454
|
"Current record": "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C",
|
|
455
|
+
"Current popup record": "\u0422\u0435\u043A\u0443\u0449\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430",
|
|
456
|
+
"Associated records": "\u0421\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0437\u0430\u043F\u0438\u0441\u0438",
|
|
454
457
|
"Parent record": "\u0420\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C",
|
|
455
458
|
"Popup close method": "\u041C\u0435\u0442\u043E\u0434 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u0433\u043E \u043E\u043A\u043D\u0430",
|
|
456
459
|
"Automatic close": "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u0435",
|
|
@@ -561,6 +564,7 @@ module.exports = {
|
|
|
561
564
|
loading: "\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430",
|
|
562
565
|
"name is required": "\u0438\u043C\u044F \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E",
|
|
563
566
|
"data source": "\u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
567
|
+
"Data source": "\u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
564
568
|
'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}}.',
|
|
565
569
|
DataSource: "\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
566
570
|
"Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",
|
package/dist/locale/tr_TR.js
CHANGED
|
@@ -333,9 +333,11 @@ module.exports = {
|
|
|
333
333
|
"edit title": "ba\u015Fl\u0131\u011F\u0131 d\xFCzenle",
|
|
334
334
|
"Turn pages": "Sayfalar\u0131 \xE7evir",
|
|
335
335
|
Others: "Di\u011Ferleri",
|
|
336
|
+
"Other records": "Di\u011Fer kay\u0131tlar",
|
|
336
337
|
"Save as template": "\u015Eablon olarak kaydet",
|
|
337
338
|
"Save as block template": "Blok \u015Fablonu olarak kaydet",
|
|
338
339
|
"Block templates": "Blok \u015Fablonlar\u0131",
|
|
340
|
+
"Block template": "Blok \u015Fablonu",
|
|
339
341
|
"Convert reference to duplicate": "Referans\u0131 kopyaya d\xF6n\xFC\u015Ft\xFCr",
|
|
340
342
|
"Template name": "\u015Eablon ad\u0131",
|
|
341
343
|
"Block type": "Blok t\xFCr\xFC",
|
|
@@ -450,6 +452,8 @@ module.exports = {
|
|
|
450
452
|
"Current user": "Se\xE7ili kullan\u0131c\u0131",
|
|
451
453
|
"Current role": "Se\xE7ili rol",
|
|
452
454
|
"Current record": "Se\xE7ili kay\u0131t",
|
|
455
|
+
"Current popup record": "A\xE7\u0131l\u0131r pencere kayd\u0131",
|
|
456
|
+
"Associated records": "\u0130li\u015Fkili kay\u0131tlar",
|
|
453
457
|
"Parent record": "\xDCst kay\u0131t",
|
|
454
458
|
"Popup close method": "A\xE7\u0131l\u0131r pencere kapatma metodu",
|
|
455
459
|
"Automatic close": "Otomatik kapat",
|
|
@@ -558,8 +562,9 @@ module.exports = {
|
|
|
558
562
|
loading: "y\xFCkleniyor",
|
|
559
563
|
"name is required": "ad gereklidir",
|
|
560
564
|
"data source": "veri kayna\u011F\u0131",
|
|
561
|
-
|
|
565
|
+
"Data source": "veri kayna\u011F\u0131",
|
|
562
566
|
DataSource: "Veri Kayna\u011F\u0131",
|
|
567
|
+
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': `{{type}} "{{name}}" silinmi\u015F olabilir. L\xFCtfen bu {{blockType}}'yi kald\u0131r\u0131n.`,
|
|
563
568
|
"Home page": "Anasayfa",
|
|
564
569
|
Handbook: "Kullan\u0131c\u0131 k\u0131lavuzu",
|
|
565
570
|
License: "Lisans"
|
package/dist/locale/uk_UA.js
CHANGED
|
@@ -484,9 +484,11 @@ module.exports = {
|
|
|
484
484
|
"edit title": "\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u0437\u0432\u0443",
|
|
485
485
|
"Turn pages": "\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438",
|
|
486
486
|
Others: "\u0406\u043D\u0448\u0456",
|
|
487
|
+
"Other records": "\u0406\u043D\u0448\u0456 \u0437\u0430\u043F\u0438\u0441\u0438",
|
|
487
488
|
"Save as template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D",
|
|
488
489
|
"Save as block template": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u043A \u0448\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
|
|
489
490
|
"Block templates": "\u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0431\u043B\u043E\u043A\u0456\u0432",
|
|
491
|
+
"Block template": "\u0428\u0430\u0431\u043B\u043E\u043D \u0431\u043B\u043E\u043A\u0430",
|
|
490
492
|
"Convert reference to duplicate": "\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 \u0434\u0443\u0431\u043B\u0456\u043A\u0430\u0442",
|
|
491
493
|
"Template name": "\u041D\u0430\u0437\u0432\u0430 \u0448\u0430\u0431\u043B\u043E\u043D\u0443",
|
|
492
494
|
"Block type": "\u0422\u0438\u043F \u0431\u043B\u043E\u043A\u0430",
|
|
@@ -632,6 +634,8 @@ module.exports = {
|
|
|
632
634
|
"Current user": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447",
|
|
633
635
|
"Current role": "\u041F\u043E\u0442\u043E\u0447\u043D\u0430 \u0440\u043E\u043B\u044C",
|
|
634
636
|
"Current record": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0437\u0430\u043F\u0438\u0441",
|
|
637
|
+
"Current popup record": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0437\u0430\u043F\u0438\u0441 \u0441\u043F\u043B\u0438\u0432\u0430\u044E\u0447\u043E\u0433\u043E \u0432\u0456\u043A\u043D\u0430",
|
|
638
|
+
"Associated records": "\u041F\u043E\u0432'\u044F\u0437\u0430\u043D\u0456 \u0437\u0430\u043F\u0438\u0441\u0438",
|
|
635
639
|
"Parent record": "\u0411\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u0437\u0430\u043F\u0438\u0441",
|
|
636
640
|
"Current time": "\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0447\u0430\u0441",
|
|
637
641
|
"System variables": "\u0421\u0438\u0441\u0442\u0435\u043C\u043D\u0456 \u0437\u043C\u0456\u043D\u043D\u0456",
|
|
@@ -766,8 +770,9 @@ module.exports = {
|
|
|
766
770
|
loading: "\u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F",
|
|
767
771
|
"name is required": "\u0456\u043C'\u044F \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0435",
|
|
768
772
|
"data source": "\u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
|
|
769
|
-
|
|
773
|
+
"Data source": "\u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
|
|
770
774
|
DataSource: "\u0414\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u0430\u043D\u0438\u0445",
|
|
775
|
+
'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}}.',
|
|
771
776
|
"Home page": "\u0414\u043E\u043C\u0430\u0448\u043D\u044F \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",
|
|
772
777
|
Handbook: "\u041F\u043E\u0441\u0456\u0431\u043D\u0438\u043A \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",
|
|
773
778
|
License: "\u041B\u0456\u0446\u0435\u043D\u0437\u0456\u044F"
|
package/dist/locale/zh-CN.js
CHANGED
|
@@ -517,9 +517,11 @@ module.exports = {
|
|
|
517
517
|
"edit title": "\u4FEE\u6539\u6807\u9898",
|
|
518
518
|
"Turn pages": "\u7FFB\u9875",
|
|
519
519
|
Others: "\u5176\u4ED6",
|
|
520
|
+
"Other records": "\u5176\u4ED6\u8BB0\u5F55",
|
|
520
521
|
"Save as template": "\u4FDD\u5B58\u4E3A\u6A21\u677F",
|
|
521
522
|
"Save as block template": "\u4FDD\u5B58\u4E3A\u533A\u5757\u6A21\u677F",
|
|
522
523
|
"Block templates": "\u533A\u5757\u6A21\u677F",
|
|
524
|
+
"Block template": "\u533A\u5757\u6A21\u677F",
|
|
523
525
|
"Convert reference to duplicate": "\u6A21\u677F\u5F15\u7528\u8F6C\u4E3A\u590D\u5236",
|
|
524
526
|
"Template name": "\u6A21\u677F\u540D\u79F0",
|
|
525
527
|
"Block type": "\u533A\u5757\u7C7B\u578B",
|
|
@@ -644,6 +646,8 @@ module.exports = {
|
|
|
644
646
|
"Current user": "\u5F53\u524D\u7528\u6237",
|
|
645
647
|
"Current role": "\u5F53\u524D\u89D2\u8272",
|
|
646
648
|
"Current record": "\u5F53\u524D\u8BB0\u5F55",
|
|
649
|
+
"Current popup record": "\u5F53\u524D\u5F39\u7A97\u8BB0\u5F55",
|
|
650
|
+
"Associated records": "\u5173\u8054\u8BB0\u5F55",
|
|
647
651
|
"Parent record": "\u4E0A\u7EA7\u8BB0\u5F55",
|
|
648
652
|
"Current time": "\u5F53\u524D\u65F6\u95F4",
|
|
649
653
|
Now: "\u73B0\u5728",
|
|
@@ -862,6 +866,7 @@ module.exports = {
|
|
|
862
866
|
loading: "\u52A0\u8F7D\u4E2D",
|
|
863
867
|
"name is required": "\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A",
|
|
864
868
|
'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': '{{type}} "{{name}}" \u53EF\u80FD\u5DF2\u88AB\u5220\u9664\u3002\u8BF7\u5220\u9664\u5F53\u524D{{blockType}}.',
|
|
869
|
+
"data source": "\u6570\u636E\u6E90",
|
|
865
870
|
"Data source": "\u6570\u636E\u6E90",
|
|
866
871
|
DataSource: "\u6570\u636E\u6E90",
|
|
867
872
|
"Data model": "\u6570\u636E\u6A21\u578B",
|
|
@@ -915,8 +920,13 @@ module.exports = {
|
|
|
915
920
|
Separator: "\u5206\u9694\u7B26",
|
|
916
921
|
Prefix: "\u524D\u7F00",
|
|
917
922
|
Suffix: "\u540E\u7F00",
|
|
923
|
+
"Filter target key": "\u7B5B\u9009\u76EE\u6807\u952E",
|
|
924
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "\u6839\u636E\u7279\u5B9A\u7684\u5B57\u6BB5\u7B5B\u9009\u6570\u636E\uFF0C\u5B57\u6BB5\u503C\u5FC5\u987B\u5177\u5907\u552F\u4E00\u6027\u3002",
|
|
918
925
|
"Multiply by": "\u4E58\u4EE5",
|
|
919
926
|
"Divide by": "\u9664\u4EE5",
|
|
920
927
|
"Scientifix notation": "\u79D1\u5B66\u8BA1\u6570\u6CD5",
|
|
921
|
-
Normal: "\u5E38\u89C4"
|
|
928
|
+
Normal: "\u5E38\u89C4",
|
|
929
|
+
"Automatically generate default values": "\u968F\u673A\u751F\u6210\u9ED8\u8BA4\u503C",
|
|
930
|
+
"Refresh data on close": "\u5173\u95ED\u540E\u5237\u65B0\u6570\u636E",
|
|
931
|
+
"Refresh data on action": "\u6267\u884C\u540E\u5237\u65B0\u6570\u636E"
|
|
922
932
|
};
|
package/dist/locale/zh-TW.js
CHANGED
|
@@ -514,9 +514,11 @@ module.exports = {
|
|
|
514
514
|
"edit title": "\u7DE8\u8F2F\u6A19\u984C",
|
|
515
515
|
"Turn pages": "\u7FFB\u9801",
|
|
516
516
|
Others: "\u5176\u4ED6",
|
|
517
|
+
"Other records": "\u5176\u4ED6\u8A18\u9304",
|
|
517
518
|
"Save as template": "\u5132\u5B58\u70BA\u6A21\u677F",
|
|
518
519
|
"Save as block template": "\u5132\u5B58\u70BA\u5340\u584A\u6A21\u677F",
|
|
519
520
|
"Block templates": "\u5340\u584A\u6A21\u677F",
|
|
521
|
+
"Block template": "\u5340\u584A\u6A21\u677F",
|
|
520
522
|
"Convert reference to duplicate": "\u6A21\u677F\u5F15\u7528\u8F49\u70BA\u8907\u88FD",
|
|
521
523
|
"Template name": "\u6A21\u677F\u540D\u7A31",
|
|
522
524
|
"Block type": "\u5340\u584A\u578B\u5225",
|
|
@@ -640,6 +642,8 @@ module.exports = {
|
|
|
640
642
|
"Current user": "\u7576\u524D\u4F7F\u7528\u8005",
|
|
641
643
|
"Current role": "\u7576\u524D\u89D2\u8272",
|
|
642
644
|
"Current record": "\u7576\u524D\u8A18\u9304",
|
|
645
|
+
"Current popup record": "\u7576\u524D\u5F48\u7A97\u8A18\u9304",
|
|
646
|
+
"Associated records": "\u95DC\u806F\u8A18\u9304",
|
|
643
647
|
"Parent record": "\u4E0A\u7D1A\u8A18\u9304",
|
|
644
648
|
"Current time": "\u7576\u524D\u6642\u9593",
|
|
645
649
|
Now: "\u73FE\u5728",
|
|
@@ -854,6 +858,9 @@ module.exports = {
|
|
|
854
858
|
"Permission denied": "\u6C92\u6709\u6B0A\u9650",
|
|
855
859
|
"Allow add new": "\u5141\u8A31\u65B0\u589E",
|
|
856
860
|
'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',
|
|
861
|
+
"data source": "\u6578\u64DA\u6E90",
|
|
862
|
+
"Data source": "\u6578\u64DA\u6E90",
|
|
863
|
+
DataSource: "\u6578\u64DA\u6E90",
|
|
857
864
|
"Allow selection of existing records": "\u5141\u8A31\u9078\u64C7\u5DF2\u6709\u8CC7\u6599",
|
|
858
865
|
"Home page": "\u4E3B\u9801",
|
|
859
866
|
Handbook: "\u4F7F\u7528\u624B\u518A",
|
|
@@ -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-
|
|
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-04-17T15:56:16.128Z"}
|
package/dist/server/server.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Plugin } from '@nocobase/server';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class PluginClientServer extends Plugin {
|
|
3
3
|
beforeLoad(): Promise<void>;
|
|
4
4
|
install(): Promise<void>;
|
|
5
5
|
load(): Promise<void>;
|
|
6
6
|
}
|
|
7
|
-
export default
|
|
7
|
+
export default PluginClientServer;
|
package/dist/server/server.js
CHANGED
|
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
var server_exports = {};
|
|
19
19
|
__export(server_exports, {
|
|
20
|
-
|
|
20
|
+
PluginClientServer: () => PluginClientServer,
|
|
21
21
|
default: () => server_default
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(server_exports);
|
|
@@ -40,7 +40,7 @@ async function getLang(ctx) {
|
|
|
40
40
|
}
|
|
41
41
|
return lang;
|
|
42
42
|
}
|
|
43
|
-
class
|
|
43
|
+
class PluginClientServer extends import_server.Plugin {
|
|
44
44
|
async beforeLoad() {
|
|
45
45
|
}
|
|
46
46
|
async install() {
|
|
@@ -74,7 +74,6 @@ class ClientPlugin extends import_server.Plugin {
|
|
|
74
74
|
});
|
|
75
75
|
this.app.acl.allow("app", "getLang");
|
|
76
76
|
this.app.acl.allow("app", "getInfo");
|
|
77
|
-
this.app.acl.allow("plugins", "*", "public");
|
|
78
77
|
this.app.acl.registerSnippet({
|
|
79
78
|
name: "app",
|
|
80
79
|
actions: ["app:restart", "app:clearCache"]
|
|
@@ -125,8 +124,8 @@ class ClientPlugin extends import_server.Plugin {
|
|
|
125
124
|
});
|
|
126
125
|
}
|
|
127
126
|
}
|
|
128
|
-
var server_default =
|
|
127
|
+
var server_default = PluginClientServer;
|
|
129
128
|
// Annotate the CommonJS export names for ESM import in node:
|
|
130
129
|
0 && (module.exports = {
|
|
131
|
-
|
|
130
|
+
PluginClientServer
|
|
132
131
|
});
|
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.21.0-alpha.
|
|
7
|
+
"version": "0.21.0-alpha.11",
|
|
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": "69fe8a6d75864a3ba98c5a6d3ebfe43a585d4cd3"
|
|
24
24
|
}
|