@nocobase/plugin-client 1.9.0-alpha.3 → 1.9.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 +5 -5
- package/dist/locale/de-DE.js +8 -0
- package/dist/locale/en-US.js +8 -0
- package/dist/locale/es-ES.js +8 -0
- package/dist/locale/fr-FR.js +8 -0
- package/dist/locale/it-IT.js +8 -0
- package/dist/locale/ja-JP.js +8 -0
- package/dist/locale/ko-KR.js +8 -0
- package/dist/locale/nl-NL.js +8 -0
- package/dist/locale/pt-BR.js +8 -0
- package/dist/locale/ru-RU.js +8 -0
- package/dist/locale/tr-TR.js +8 -0
- package/dist/locale/uk-UA.js +8 -0
- package/dist/locale/zh-CN.js +10 -1
- package/dist/locale/zh-TW.js +8 -0
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/client": "1.9.0-alpha.
|
|
13
|
+
"@nocobase/client": "1.9.0-alpha.4",
|
|
14
14
|
"antd": "5.24.2",
|
|
15
15
|
"@ant-design/icons": "5.6.1",
|
|
16
16
|
"@formily/react": "2.3.0",
|
|
17
|
-
"@nocobase/utils": "1.9.0-alpha.
|
|
17
|
+
"@nocobase/utils": "1.9.0-alpha.4",
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
|
-
"@nocobase/database": "1.9.0-alpha.
|
|
20
|
-
"@nocobase/plugin-localization": "1.9.0-alpha.
|
|
21
|
-
"@nocobase/server": "1.9.0-alpha.
|
|
19
|
+
"@nocobase/database": "1.9.0-alpha.4",
|
|
20
|
+
"@nocobase/plugin-localization": "1.9.0-alpha.4",
|
|
21
|
+
"@nocobase/server": "1.9.0-alpha.4"
|
|
22
22
|
};
|
package/dist/locale/de-DE.js
CHANGED
|
@@ -643,6 +643,14 @@ module.exports = {
|
|
|
643
643
|
"Are you sure you don't want to save?": "Sind Sie sicher, dass Sie nicht speichern m\xF6chten?",
|
|
644
644
|
Dragging: "Ziehen",
|
|
645
645
|
Popup: "Popup",
|
|
646
|
+
"Column Settings": "Spalteneinstellungen",
|
|
647
|
+
visible: "sichtbar",
|
|
648
|
+
"Pin to left": "Links anheften",
|
|
649
|
+
"Pin to right": "Rechts anheften",
|
|
650
|
+
Unpinned: "Losgel\xF6st",
|
|
651
|
+
"Fixed to the left": "Links angeheftet",
|
|
652
|
+
"Fixed to the right": "Rechts angeheftet",
|
|
653
|
+
"Not Fixed": "Losgel\xF6st",
|
|
646
654
|
"Trigger workflow": "Workflow ausl\xF6sen",
|
|
647
655
|
"Request API": "API anfragen",
|
|
648
656
|
"Assign field values": "Feldwerte zuweisen",
|
package/dist/locale/en-US.js
CHANGED
|
@@ -643,6 +643,14 @@ module.exports = {
|
|
|
643
643
|
"Are you sure you don't want to save?": "Are you sure you don't want to save?",
|
|
644
644
|
Dragging: "Dragging",
|
|
645
645
|
Popup: "Popup",
|
|
646
|
+
"Column Settings": "Column Settings",
|
|
647
|
+
visible: "visible",
|
|
648
|
+
"Pin to left": "Pin to left",
|
|
649
|
+
"Pin to right": "Pin to right",
|
|
650
|
+
Unpinned: "Unpinned",
|
|
651
|
+
"Fixed to the left": "Fixed to the left",
|
|
652
|
+
"Fixed to the right": "Fixed to the right",
|
|
653
|
+
"Not Fixed": "Not fixed",
|
|
646
654
|
"Trigger workflow": "Trigger workflow",
|
|
647
655
|
"Request API": "Request API",
|
|
648
656
|
"Assign field values": "Assign field values",
|
package/dist/locale/es-ES.js
CHANGED
|
@@ -630,6 +630,14 @@ module.exports = {
|
|
|
630
630
|
"Are you sure you don't want to save?": "\xBFSeguro que no quieres guardar?",
|
|
631
631
|
Dragging: "Arrastrando",
|
|
632
632
|
Popup: "Popup",
|
|
633
|
+
"Column Settings": "Configuraci\xF3n de columnas",
|
|
634
|
+
visible: "visible",
|
|
635
|
+
"Pin to left": "Fijar a la izquierda",
|
|
636
|
+
"Pin to right": "Fijar a la derecha",
|
|
637
|
+
Unpinned: "Desfijado",
|
|
638
|
+
"Fixed to the left": "Fijado a la izquierda",
|
|
639
|
+
"Fixed to the right": "Fijado a la derecha",
|
|
640
|
+
"Not Fixed": "Desfijado",
|
|
633
641
|
"Trigger workflow": "Desencadenar flujo de trabajo",
|
|
634
642
|
"Request API": "Petici\xF3n API",
|
|
635
643
|
"Assign field values": "Asignar valores de campo",
|
package/dist/locale/fr-FR.js
CHANGED
|
@@ -627,6 +627,14 @@ module.exports = {
|
|
|
627
627
|
"Are you sure you don't want to save?": "\xCAtes-vous s\xFBr de ne pas vouloir enregistrer ?",
|
|
628
628
|
Dragging: "D\xE9placement",
|
|
629
629
|
Popup: "Popup",
|
|
630
|
+
"Column Settings": "Param\xE8tres de colonne",
|
|
631
|
+
visible: "visible",
|
|
632
|
+
"Pin to left": "Fixer \xE0 gauche",
|
|
633
|
+
"Pin to right": "Fixer \xE0 droite",
|
|
634
|
+
Unpinned: "D\xE9fixer",
|
|
635
|
+
"Fixed to the left": "Fixer \xE0 gauche",
|
|
636
|
+
"Fixed to the right": "Fixer \xE0 droite",
|
|
637
|
+
"Not Fixed": "D\xE9fixer",
|
|
630
638
|
"Trigger workflow": "D\xE9clencher un workflow",
|
|
631
639
|
"Request API": "Interroger une API",
|
|
632
640
|
"Assign field values": "Attribuer des valeurs de champ",
|
package/dist/locale/it-IT.js
CHANGED
|
@@ -634,6 +634,14 @@ module.exports = {
|
|
|
634
634
|
"Are you sure you don't want to save?": "Sei sicuro di non voler salvare?",
|
|
635
635
|
Dragging: "Trascina",
|
|
636
636
|
Popup: "Popup",
|
|
637
|
+
"Column Settings": "Impostazioni colonna",
|
|
638
|
+
visible: "visibile",
|
|
639
|
+
"Pin to left": "Fissa a sinistra",
|
|
640
|
+
"Pin to right": "Fissa a destra",
|
|
641
|
+
Unpinned: "Non fisso",
|
|
642
|
+
"Fixed to the left": "Fisso a sinistra",
|
|
643
|
+
"Fixed to the right": "Fisso a destra",
|
|
644
|
+
"Not Fixed": "Non fisso",
|
|
637
645
|
"Trigger workflow": "Trigger workflow",
|
|
638
646
|
"Request API": "Richiesta API",
|
|
639
647
|
"Assign field values": "Assegna valori del campo",
|
package/dist/locale/ja-JP.js
CHANGED
|
@@ -522,6 +522,14 @@ module.exports = {
|
|
|
522
522
|
"Are you sure you don't want to save?": "\u5909\u66F4\u3092\u4FDD\u5B58\u3057\u306A\u304F\u3066\u3082\u3088\u3044\u3067\u3059\u304B?",
|
|
523
523
|
Dragging: "\u30C9\u30E9\u30C3\u30B0",
|
|
524
524
|
Popup: "\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7",
|
|
525
|
+
"Column Settings": "\u5217\u8A2D\u5B9A",
|
|
526
|
+
"Pin to left": "\u5DE6\u306B\u56FA\u5B9A",
|
|
527
|
+
"Pin to right": "\u53F3\u306B\u56FA\u5B9A",
|
|
528
|
+
Unpinned: "\u56FA\u5B9A\u89E3\u9664",
|
|
529
|
+
"Fixed to the left": "\u5DE6\u306B\u56FA\u5B9A",
|
|
530
|
+
"Fixed to the right": "\u53F3\u306B\u56FA\u5B9A",
|
|
531
|
+
"Not Fixed": "\u56FA\u5B9A\u89E3\u9664",
|
|
532
|
+
visible: "\u8868\u793A",
|
|
525
533
|
"Trigger workflow": "\u30C8\u30EA\u30AC\u30FC\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC",
|
|
526
534
|
"Request API": "\u30EA\u30AF\u30A8\u30B9\u30C8 API",
|
|
527
535
|
"Assign field values": "\u30D5\u30A3\u30FC\u30EB\u30C9\u5272\u5F53",
|
package/dist/locale/ko-KR.js
CHANGED
|
@@ -655,6 +655,14 @@ module.exports = {
|
|
|
655
655
|
"Are you sure you don't want to save?": "\uC800\uC7A5\uD558\uC9C0 \uC54A\uC73C\uB824\uACE0 \uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
656
656
|
Dragging: "\uB4DC\uB798\uAE45 \uC911",
|
|
657
657
|
Popup: "\uD31D\uC5C5",
|
|
658
|
+
"Column Settings": "\uC5F4 \uC124\uC815",
|
|
659
|
+
visible: "\uBCF4\uC784",
|
|
660
|
+
"Pin to left": "\uC67C\uCABD\uC5D0 \uACE0\uC815",
|
|
661
|
+
"Pin to right": "\uC624\uB978\uCABD\uC5D0 \uACE0\uC815",
|
|
662
|
+
Unpinned: "\uACE0\uC815 \uD574\uC81C",
|
|
663
|
+
"Fixed to the left": "\uC67C\uCABD\uC5D0 \uACE0\uC815",
|
|
664
|
+
"Fixed to the right": "\uC624\uB978\uCABD\uC5D0 \uACE0\uC815",
|
|
665
|
+
"Not Fixed": "\uACE0\uC815 \uD574\uC81C",
|
|
658
666
|
"Trigger workflow": "\uC6CC\uD06C\uD50C\uB85C\uC6B0 \uD2B8\uB9AC\uAC70",
|
|
659
667
|
"Request API": "API \uC694\uCCAD",
|
|
660
668
|
"Assign field values": "\uD544\uB4DC \uAC12 \uD560\uB2F9",
|
package/dist/locale/nl-NL.js
CHANGED
|
@@ -647,6 +647,14 @@ module.exports = {
|
|
|
647
647
|
"Are you sure you don't want to save?": "Weet je zeker dat je niet wil opslaan?",
|
|
648
648
|
Dragging: "Slepen",
|
|
649
649
|
Popup: "Popup",
|
|
650
|
+
"Column Settings": "Kolominstellingen",
|
|
651
|
+
visible: "zichtbaar",
|
|
652
|
+
"Pin to left": "Links vasthaal",
|
|
653
|
+
"Pin to right": "Rechts vasthaal",
|
|
654
|
+
Unpinned: "Losgehaald",
|
|
655
|
+
"Fixed to the left": "Links vastgehaald",
|
|
656
|
+
"Fixed to the right": "Rechts vastgehaald",
|
|
657
|
+
"Not Fixed": "Losgehaald",
|
|
650
658
|
"Trigger workflow": "Workflow activeren",
|
|
651
659
|
"Request API": "API-aanvraag",
|
|
652
660
|
"Assign field values": "Veldwaarden toewijzen",
|
package/dist/locale/pt-BR.js
CHANGED
|
@@ -596,6 +596,14 @@ module.exports = {
|
|
|
596
596
|
"Are you sure you don't want to save?": "Tem certeza de que n\xE3o deseja salvar?",
|
|
597
597
|
Dragging: "Arrastando",
|
|
598
598
|
Popup: "Pop-up",
|
|
599
|
+
"Column Settings": "Configura\xE7\xF5es de coluna",
|
|
600
|
+
visible: "vis\xEDvel",
|
|
601
|
+
"Pin to left": "Fixar \xE0 esquerda",
|
|
602
|
+
"Pin to right": "Fixar \xE0 direita",
|
|
603
|
+
Unpinned: "Desfixado",
|
|
604
|
+
"Fixed to the left": "Fixado \xE0 esquerda",
|
|
605
|
+
"Fixed to the right": "Fixado \xE0 direita",
|
|
606
|
+
"Not Fixed": "Desfixado",
|
|
599
607
|
"Trigger workflow": "Disparar fluxo de trabalho",
|
|
600
608
|
"Request API": "API de solicita\xE7\xE3o",
|
|
601
609
|
"Assign field values": "Atribuir valores ao campo",
|
package/dist/locale/ru-RU.js
CHANGED
|
@@ -457,6 +457,14 @@ module.exports = {
|
|
|
457
457
|
"Are you sure you don't want to save?": "\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u043D\u0435 \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C?",
|
|
458
458
|
Dragging: "\u041F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u0435",
|
|
459
459
|
Popup: "\u0412\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0438\u0439",
|
|
460
|
+
"Column Settings": "\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0441\u0442\u043E\u043B\u0431\u0446\u043E\u0432",
|
|
461
|
+
visible: "\u0432\u0438\u0434\u0438\u043C\u044B\u0439",
|
|
462
|
+
"Pin to left": "\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0441\u043B\u0435\u0432\u0430",
|
|
463
|
+
"Pin to right": "\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0441\u043F\u0440\u0430\u0432\u0430",
|
|
464
|
+
Unpinned: "\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C",
|
|
465
|
+
"Fixed to the left": "\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0441\u043B\u0435\u0432\u0430",
|
|
466
|
+
"Fixed to the right": "\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0441\u043F\u0440\u0430\u0432\u0430",
|
|
467
|
+
"Not Fixed": "\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C",
|
|
460
468
|
"Trigger workflow": "\u0420\u0430\u0431\u043E\u0447\u0438\u0439 \u043F\u0440\u043E\u0446\u0435\u0441\u0441 \u0422\u0440\u0438\u0433\u0433\u0435\u0440\u0430",
|
|
461
469
|
"Request API": "\u0417\u0430\u043F\u0440\u043E\u0441 API",
|
|
462
470
|
"Assign field values": "\u041F\u0440\u0438\u0441\u0432\u043E\u0438\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043F\u043E\u043B\u044F",
|
package/dist/locale/tr-TR.js
CHANGED
|
@@ -457,6 +457,14 @@ module.exports = {
|
|
|
457
457
|
"Are you sure you don't want to save?": "kaydetmek istemedi\u011Finizden emin misiniz??",
|
|
458
458
|
Dragging: "S\xFCr\xFCkleme",
|
|
459
459
|
Popup: "A\xE7\u0131l\u0131r Pencere",
|
|
460
|
+
"Column Settings": "S\xFCtun ayarlar\u0131",
|
|
461
|
+
visible: "g\xF6r\xFCn\xFCr",
|
|
462
|
+
"Pin to left": "Soluna sabitle",
|
|
463
|
+
"Pin to right": "Sa\u011F\u0131na sabitle",
|
|
464
|
+
Unpinned: "Sabitlenmemi\u015F",
|
|
465
|
+
"Fixed to the left": "Soluna sabitlenmi\u015F",
|
|
466
|
+
"Fixed to the right": "Sa\u011F\u0131na sabitlenmi\u015F",
|
|
467
|
+
"Not Fixed": "Sabitlenmemi\u015F",
|
|
460
468
|
"Trigger workflow": "\u0130\u015F ak\u0131\u015F\u0131n\u0131 tetikle",
|
|
461
469
|
"Request API": "API \u0130ste\u011Fi",
|
|
462
470
|
"Assign field values": "Alan de\u011Ferleri ata",
|
package/dist/locale/uk-UA.js
CHANGED
|
@@ -647,6 +647,14 @@ module.exports = {
|
|
|
647
647
|
"Are you sure you don't want to save?": "\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u043D\u0435 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438?",
|
|
648
648
|
Dragging: "\u041F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u044F",
|
|
649
649
|
Popup: "\u0421\u043F\u043B\u0438\u0432\u0430\u044E\u0447\u0435 \u0432\u0456\u043A\u043D\u043E",
|
|
650
|
+
"Column Settings": "\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u0442\u043E\u0432\u043F\u0446\u0456\u0432",
|
|
651
|
+
visible: "\u0432\u0438\u0434\u0438\u043C\u0438\u0439",
|
|
652
|
+
"Pin to left": "\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043B\u0456\u0432\u043E\u0440\u0443\u0447",
|
|
653
|
+
"Pin to right": "\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",
|
|
654
|
+
Unpinned: "\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043E",
|
|
655
|
+
"Fixed to the left": "\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043E \u043B\u0456\u0432\u043E\u0440\u0443\u0447",
|
|
656
|
+
"Fixed to the right": "\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043E \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",
|
|
657
|
+
"Not Fixed": "\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043E",
|
|
650
658
|
"Trigger workflow": "\u0422\u0440\u0438\u0433\u0435\u0440 \u0440\u043E\u0431\u043E\u0447\u043E\u0433\u043E \u043F\u0440\u043E\u0446\u0435\u0441\u0443",
|
|
651
659
|
"Request API": "\u0417\u0430\u043F\u0438\u0442 API",
|
|
652
660
|
"Assign field values": "\u041F\u0440\u0438\u0441\u0432\u043E\u0457\u0442\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043F\u043E\u043B\u044F\u043C",
|
package/dist/locale/zh-CN.js
CHANGED
|
@@ -666,6 +666,14 @@ module.exports = {
|
|
|
666
666
|
"Are you sure you don't want to save?": "\u4F60\u786E\u5B9A\u4E0D\u4FDD\u5B58\u4FEE\u6539\u5417\uFF1F",
|
|
667
667
|
Dragging: "\u62D6\u62FD\u4E2D",
|
|
668
668
|
Popup: "\u6253\u5F00\u5F39\u7A97",
|
|
669
|
+
"Column Settings": "\u5217\u8BBE\u7F6E",
|
|
670
|
+
visible: "\u53EF\u89C1",
|
|
671
|
+
"Pin to left": "\u56FA\u5B9A\u5230\u5DE6\u4FA7",
|
|
672
|
+
"Pin to right": "\u56FA\u5B9A\u5230\u53F3\u4FA7",
|
|
673
|
+
Unpinned: "\u53D6\u6D88\u56FA\u5B9A",
|
|
674
|
+
"Fixed to the left": "\u56FA\u5B9A\u5230\u5DE6\u4FA7",
|
|
675
|
+
"Fixed to the right": "\u56FA\u5B9A\u5230\u53F3\u4FA7",
|
|
676
|
+
"Not Fixed": "\u4E0D\u56FA\u5B9A",
|
|
669
677
|
"Trigger workflow": "\u89E6\u53D1\u5DE5\u4F5C\u6D41",
|
|
670
678
|
"Request API": "\u8BF7\u6C42API",
|
|
671
679
|
"Assign field values": "\u5B57\u6BB5\u8D4B\u503C",
|
|
@@ -1147,5 +1155,6 @@ module.exports = {
|
|
|
1147
1155
|
"Calendar Year": "\u65E5\u5386\u5E74",
|
|
1148
1156
|
"Scan to input": "\u626B\u7801\u5F55\u5165",
|
|
1149
1157
|
"Disable manual input": "\u7981\u6B62\u624B\u52A8\u8F93\u5165",
|
|
1150
|
-
"Enable Scan": "\u542F\u7528\u626B\u7801\u5F55\u5165"
|
|
1158
|
+
"Enable Scan": "\u542F\u7528\u626B\u7801\u5F55\u5165",
|
|
1159
|
+
"Date variables(Deprecated)": "\u65E5\u671F\u53D8\u91CF(\u5E9F\u5F03)"
|
|
1151
1160
|
};
|
package/dist/locale/zh-TW.js
CHANGED
|
@@ -656,6 +656,14 @@ module.exports = {
|
|
|
656
656
|
"Are you sure you don't want to save?": "\u4F60\u78BA\u5B9A\u4E0D\u5132\u5B58\u55CE\uFF1F",
|
|
657
657
|
Dragging: "\u62D6\u62FD\u4E2D",
|
|
658
658
|
Popup: "\u958B\u555F\u5F48\u7A97",
|
|
659
|
+
"Column Settings": "\u5217\u8A2D\u5B9A",
|
|
660
|
+
"Pin to left": "\u56FA\u5B9A\u5230\u5DE6\u5074",
|
|
661
|
+
"Pin to right": "\u56FA\u5B9A\u5230\u53F3\u5074",
|
|
662
|
+
Unpinned: "\u53D6\u6D88\u56FA\u5B9A",
|
|
663
|
+
"Fixed to the left": "\u56FA\u5B9A\u5230\u5DE6\u5074",
|
|
664
|
+
"Fixed to the right": "\u56FA\u5B9A\u5230\u53F3\u5074",
|
|
665
|
+
"Not Fixed": "\u4E0D\u56FA\u5B9A",
|
|
666
|
+
visible: "\u53EF\u898B",
|
|
659
667
|
"Trigger workflow": "\u89F8\u767C\u5DE5\u4F5C\u6D41\u7A0B",
|
|
660
668
|
"Request API": "\u8ACB\u6C42 API",
|
|
661
669
|
"Assign field values": "\u6B04\u4F4D\u8CE6\u503C",
|
|
@@ -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":"2025-
|
|
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":"2025-08-01T04:45:24.414Z"}
|
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.9.0-alpha.
|
|
7
|
+
"version": "1.9.0-alpha.4",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"license": "AGPL-3.0",
|
|
10
10
|
"devDependencies": {
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"@nocobase/test": "1.x",
|
|
22
22
|
"@nocobase/utils": "1.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "1475e0633935382429b3dec490e786df2d492878"
|
|
25
25
|
}
|