@nocobase/client 1.3.38-beta → 1.4.0-alpha
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/.dumirc.ts +3 -0
- package/es/acl/ACLProvider.d.ts +1 -0
- package/es/application/schema-initializer/hooks/useSchemaInitializerRender.d.ts +1 -1
- package/es/application/utils/remotePlugins.d.ts +1 -1
- package/es/block-provider/TableFieldProvider.d.ts +1 -1
- package/es/block-provider/TableSelectorProvider.d.ts +1 -1
- package/es/block-provider/hooks/useBlockHeightProps.d.ts +1 -0
- package/es/collection-manager/interfaces/createdAt.d.ts +11 -3
- package/es/collection-manager/interfaces/dateOnly.d.ts +92 -0
- package/es/collection-manager/interfaces/datetime.d.ts +26 -2
- package/es/collection-manager/interfaces/datetimeNoTz.d.ts +111 -0
- package/es/collection-manager/interfaces/index.d.ts +2 -0
- package/es/collection-manager/interfaces/o2m.d.ts +0 -2
- package/es/collection-manager/interfaces/properties/operators.d.ts +10 -2
- package/es/collection-manager/interfaces/unixTimestamp.d.ts +36 -2
- package/es/collection-manager/interfaces/updatedAt.d.ts +11 -3
- package/es/collection-manager/interfaces/utils/index.d.ts +10 -0
- package/es/collection-manager/templates/sql.d.ts +3 -0
- package/es/collection-manager/templates/view.d.ts +3 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +5 -0
- package/es/data-source/collection-record/CollectionRecord.d.ts +1 -1
- package/es/i18n/SwitchLanguage.d.ts +10 -0
- package/es/index.d.ts +3 -0
- package/es/index.mjs +23415 -21598
- package/es/locale/index.d.ts +10 -2
- package/es/modules/blocks/data-blocks/table/hooks/useTableBlockProps.d.ts +1 -1
- package/es/modules/blocks/other-blocks/divider/DividerFormItemInitializer.d.ts +10 -0
- package/es/modules/blocks/other-blocks/divider/dividerSettings.d.ts +12 -0
- package/es/modules/fields/component/DatePicker/datePickerComponentFieldSettings.d.ts +1 -0
- package/es/modules/fields/component/Input/inputComponentSettings.d.ts +12 -0
- package/es/modules/fields/component/Input.JSON/inputJSONSettings.d.ts +10 -0
- package/es/modules/fields/component/Input.TextArea/inputTextAreaSettings.d.ts +10 -0
- package/es/modules/fields/component/Input.URL/inputURLSettings.d.ts +10 -0
- package/es/modules/fields/component/Markdown/markdownSettings.d.ts +10 -0
- package/es/modules/fields/component/MarkdownVditor/markdownVditorSettings.d.ts +10 -0
- package/es/modules/fields/component/RichText/richTextSettings.d.ts +10 -0
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +12 -0
- package/es/modules/popup/OpenModeProvider.d.ts +6 -0
- package/es/pm/types.d.ts +1 -0
- package/es/schema-component/antd/association-field/FileManager.d.ts +2 -1
- package/es/schema-component/antd/association-field/InternalPicker.d.ts +0 -1
- package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +1 -1
- package/es/schema-component/antd/block-item/index.d.ts +1 -0
- package/es/schema-component/antd/date-picker/DatePicker.d.ts +1 -0
- package/es/schema-component/antd/date-picker/util.d.ts +1 -0
- package/es/schema-component/antd/divider/Divider.d.ts +11 -0
- package/es/schema-component/antd/divider/index.d.ts +9 -0
- package/es/{schema-settings/DateFormat/ExpiresRadio.d.ts → schema-component/antd/expiresRadio/index.d.ts} +2 -2
- package/es/schema-component/antd/form-item/hooks/useSpecialCase.d.ts +7 -0
- package/es/schema-component/antd/index.d.ts +2 -0
- package/es/schema-component/antd/input/ReadPretty.d.ts +2 -0
- package/es/schema-component/antd/markdown/Markdown.Void.d.ts +1 -1
- package/es/schema-component/antd/markdown/util.d.ts +2 -1
- package/es/schema-component/antd/page/index.d.ts +1 -1
- package/es/schema-component/antd/page/pagePopupUtils.d.ts +1 -1
- package/es/schema-component/antd/page/usePopupContextInActionOrAssociationField.d.ts +1 -1
- package/es/schema-component/antd/remote-select/ReadPretty.d.ts +1 -1
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +3 -1
- package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +1 -0
- package/es/schema-component/antd/table-v2/components/ColumnFieldProvider.d.ts +2 -3
- package/es/schema-component/antd/unix-timestamp/UnixTimestamp.d.ts +1 -2
- package/es/schema-component/antd/upload/index.d.ts +2 -0
- package/es/schema-component/antd/upload/shared.d.ts +37 -37
- package/es/schema-component/antd/upload/style.d.ts +1 -0
- package/es/schema-component/antd/variable/Input.d.ts +2 -0
- package/es/schema-component/antd/variable/Variable.d.ts +1 -1
- package/es/schema-settings/LinkageRules/type.d.ts +2 -1
- package/es/schema-settings/SchemaSettings.d.ts +4 -0
- package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +1 -0
- package/es/schema-settings/VariableInput/VariableInput.d.ts +1 -0
- package/es/schema-settings/VariableInput/hooks/index.d.ts +1 -0
- package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +33 -0
- package/es/schema-settings/VariableInput/hooks/useFormVariable.d.ts +11 -0
- package/es/schema-settings/VariableInput/hooks/useIterationVariable.d.ts +12 -0
- package/es/schema-settings/VariableInput/hooks/useParentIterationVariable.d.ts +9 -2
- package/es/schema-settings/VariableInput/hooks/useParentPopupVariable.d.ts +16 -3
- package/es/schema-settings/VariableInput/hooks/useParentRecordVariable.d.ts +10 -0
- package/es/schema-settings/VariableInput/hooks/usePopupVariable.d.ts +16 -3
- package/es/schema-settings/VariableInput/hooks/useRecordVariable.d.ts +14 -0
- package/es/variables/VariablesProvider.d.ts +5 -3
- package/es/variables/hooks/useVariables.d.ts +1 -1
- package/es/variables/index.d.ts +1 -0
- package/es/variables/types.d.ts +1 -0
- package/lib/index.js +330 -306
- package/lib/locale/{en_US.js → en-US.js} +7 -2
- package/lib/locale/{es_ES.js → es-ES.js} +2 -1
- package/lib/locale/{fr_FR.js → fr-FR.js} +2 -1
- package/lib/locale/index.js +6 -3
- package/lib/locale/{ja_JP.js → ja-JP.js} +1 -3
- package/lib/locale/{ko_KR.js → ko-KR.js} +2 -1
- package/lib/locale/{pt_BR.js → pt-BR.js} +2 -1
- package/lib/locale/{ru_RU.js → ru-RU.js} +2 -1
- package/lib/locale/{tr_TR.js → tr-TR.js} +2 -1
- package/lib/locale/{uk_UA.js → uk-UA.js} +2 -1
- package/lib/locale/zh-CN.js +45 -4
- package/lib/locale/zh-TW.js +3 -1
- package/package.json +8 -6
- /package/lib/locale/cron/{zh_CN.js → zh-CN.js} +0 -0
- /package/lib/locale/cron/{zh_TW.js → zh-TW.js} +0 -0
|
@@ -427,6 +427,7 @@ module.exports = {
|
|
|
427
427
|
"Option label": "Option label",
|
|
428
428
|
Color: "Color",
|
|
429
429
|
"Background Color": "Background Color",
|
|
430
|
+
"Text Align": "Text Align",
|
|
430
431
|
"Add option": "Add option",
|
|
431
432
|
"Related collection": "Related collection",
|
|
432
433
|
"Allow linking to multiple records": "Allow linking to multiple records",
|
|
@@ -639,7 +640,7 @@ module.exports = {
|
|
|
639
640
|
"Current time": "Current time",
|
|
640
641
|
"System variables": "System variables",
|
|
641
642
|
"Date variables": "Date variables",
|
|
642
|
-
"
|
|
643
|
+
"Message popup close method": "Message popup close method",
|
|
643
644
|
"Automatic close": "Automatic close",
|
|
644
645
|
"Manually close": "Manually close",
|
|
645
646
|
"After successful update": "After successful update",
|
|
@@ -842,5 +843,9 @@ module.exports = {
|
|
|
842
843
|
"Plugin dependency version mismatch": "Plugin dependency version mismatch",
|
|
843
844
|
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?",
|
|
844
845
|
"Allow multiple selection": "Allow multiple selection",
|
|
845
|
-
"Parent object": "Parent object"
|
|
846
|
+
"Parent object": "Parent object",
|
|
847
|
+
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data",
|
|
848
|
+
"Enable secondary confirmation": "Enable secondary confirmation",
|
|
849
|
+
Notification: "Notification",
|
|
850
|
+
"Ellipsis overflow content": "Ellipsis overflow content"
|
|
846
851
|
};
|
|
@@ -767,5 +767,6 @@ module.exports = {
|
|
|
767
767
|
"Open in new window": "Abrir en una nueva ventana",
|
|
768
768
|
"Sorry, the page you visited does not exist.": "Lo siento, la p\xE1gina que visitaste no existe.",
|
|
769
769
|
"Allow multiple selection": "Permitir selecci\xF3n m\xFAltiple",
|
|
770
|
-
"Parent object": "Objeto padre"
|
|
770
|
+
"Parent object": "Objeto padre",
|
|
771
|
+
"Ellipsis overflow content": "Contenido de desbordamiento de elipsis"
|
|
771
772
|
};
|
|
@@ -787,5 +787,6 @@ module.exports = {
|
|
|
787
787
|
"Open in new window": "Ouvrir dans une nouvelle fen\xEAtre",
|
|
788
788
|
"Sorry, the page you visited does not exist.": "D\xE9sol\xE9, la page que vous avez visit\xE9e n'existe pas.",
|
|
789
789
|
"Allow multiple selection": "Permettre la s\xE9lection multiple",
|
|
790
|
-
"Parent object": "Objet parent"
|
|
790
|
+
"Parent object": "Objet parent",
|
|
791
|
+
"Ellipsis overflow content": "Contenu de d\xE9bordement avec ellipse"
|
|
791
792
|
};
|
package/lib/locale/index.js
CHANGED
|
@@ -18,7 +18,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
18
18
|
var locale_exports = {};
|
|
19
19
|
__export(locale_exports, {
|
|
20
20
|
dayjsLocale: () => dayjsLocale,
|
|
21
|
-
default: () => locale_default
|
|
21
|
+
default: () => locale_default,
|
|
22
|
+
languageCodes: () => languageCodes
|
|
22
23
|
});
|
|
23
24
|
module.exports = __toCommonJS(locale_exports);
|
|
24
25
|
const dayjsLocale = {
|
|
@@ -90,7 +91,7 @@ const dayjsLocale = {
|
|
|
90
91
|
"zh-HK": "zh-hk",
|
|
91
92
|
"zh-TW": "zh-tw"
|
|
92
93
|
};
|
|
93
|
-
|
|
94
|
+
const languageCodes = {
|
|
94
95
|
"ar-EG": { label: "\u0627\u0644\u0639\u0631\u0628\u064A\u0629" },
|
|
95
96
|
"az-AZ": { label: "Az\u0259rbaycan dili" },
|
|
96
97
|
"bg-BG": { label: "\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438" },
|
|
@@ -159,7 +160,9 @@ var locale_default = {
|
|
|
159
160
|
"zh-HK": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u9999\u6E2F\uFF09" },
|
|
160
161
|
"zh-TW": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u53F0\u6E7E\uFF09" }
|
|
161
162
|
};
|
|
163
|
+
var locale_default = languageCodes;
|
|
162
164
|
// Annotate the CommonJS export names for ESM import in node:
|
|
163
165
|
0 && (module.exports = {
|
|
164
|
-
dayjsLocale
|
|
166
|
+
dayjsLocale,
|
|
167
|
+
languageCodes
|
|
165
168
|
});
|
|
@@ -705,6 +705,7 @@ module.exports = {
|
|
|
705
705
|
"Clear default value": "\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u3092\u30AF\u30EA\u30A2",
|
|
706
706
|
"Open in new window": "\u65B0\u3057\u3044\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304F",
|
|
707
707
|
"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",
|
|
708
|
+
"Ellipsis overflow content": "\u7701\u7565\u8A18\u53F7\u3067\u5185\u5BB9\u3092\u7701\u7565",
|
|
708
709
|
NaN: "\u306A\u3057",
|
|
709
710
|
Settings: "\u8A2D\u5B9A",
|
|
710
711
|
"Collection selector": "\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3\u30BB\u30EC\u30AF\u30BF",
|
|
@@ -1004,9 +1005,6 @@ module.exports = {
|
|
|
1004
1005
|
"Set Template Engine": "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30A8\u30F3\u30B8\u30F3\u3092\u8A2D\u5B9A",
|
|
1005
1006
|
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u30DA\u30FC\u30B8\u30F3\u30B0\u6642\u306B\u30C6\u30FC\u30D6\u30EB\u30EC\u30B3\u30FC\u30C9\u306E\u7DCF\u6570\u53D6\u5F97\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u3066\u3001\u8AAD\u307F\u8FBC\u307F\u901F\u5EA6\u3092\u5411\u4E0A\u3055\u305B\u307E\u3059\u3002\u30C7\u30FC\u30BF\u91CF\u304C\u591A\u3044\u5834\u5408\u306B\u3053\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u306E\u4F7F\u7528\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002",
|
|
1006
1007
|
'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': "\u73FE\u5728\u306E\u30E6\u30FC\u30B6\u30FC\u306B\u306FUI\u8A2D\u5B9A\u306E\u6A29\u9650\u3057\u304B\u306A\u304F\u3001\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3\u300C{{name}}\u300D\u3092\u95B2\u89A7\u3059\u308B\u6A29\u9650\u306F\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
1007
|
-
NaN: "\u306A\u3057",
|
|
1008
|
-
true: "\u771F",
|
|
1009
|
-
false: "\u507D",
|
|
1010
1008
|
"Allow multiple selection": "\u8907\u6570\u9078\u629E\u3092\u8A31\u53EF",
|
|
1011
1009
|
"Parent object": "\u89AA\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8"
|
|
1012
1010
|
};
|
|
@@ -878,5 +878,6 @@ module.exports = {
|
|
|
878
878
|
"Open in new window": "\uC0C8 \uCC3D\uC5D0\uC11C \uC5F4\uAE30",
|
|
879
879
|
"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.",
|
|
880
880
|
"Allow multiple selection": "\uB2E4\uC911 \uC120\uD0DD \uD5C8\uC6A9",
|
|
881
|
-
"Parent object": "\uBD80\uBAA8 \uAC1D\uCCB4"
|
|
881
|
+
"Parent object": "\uBD80\uBAA8 \uAC1D\uCCB4",
|
|
882
|
+
"Ellipsis overflow content": "\uC0DD\uB7B5 \uBD80\uD638\uB85C \uB0B4\uC6A9 \uC904\uC784"
|
|
882
883
|
};
|
|
@@ -744,5 +744,6 @@ module.exports = {
|
|
|
744
744
|
"Open in new window": "Abrir em nova janela",
|
|
745
745
|
"Sorry, the page you visited does not exist.": "Desculpe, a p\xE1gina que voc\xEA visitou n\xE3o existe.",
|
|
746
746
|
"Allow multiple selection": "Permitir sele\xE7\xE3o m\xFAltipla",
|
|
747
|
-
"Parent object": "Objeto pai"
|
|
747
|
+
"Parent object": "Objeto pai",
|
|
748
|
+
"Ellipsis overflow content": "Conte\xFAdo de transbordamento com retic\xEAncias"
|
|
748
749
|
};
|
|
@@ -581,5 +581,6 @@ module.exports = {
|
|
|
581
581
|
"Open in new window": "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043D\u043E\u0432\u043E\u043C \u043E\u043A\u043D\u0435",
|
|
582
582
|
"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.",
|
|
583
583
|
"Allow multiple selection": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440",
|
|
584
|
-
"Parent object": "\u0420\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043E\u0431\u044A\u0435\u043A\u0442"
|
|
584
|
+
"Parent object": "\u0420\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043E\u0431\u044A\u0435\u043A\u0442",
|
|
585
|
+
"Ellipsis overflow content": "\u0421\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0441 \u043C\u043D\u043E\u0433\u043E\u0442\u043E\u0447\u0438\u0435\u043C \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0438"
|
|
585
586
|
};
|
|
@@ -579,5 +579,6 @@ module.exports = {
|
|
|
579
579
|
"Open in new window": "Yeni pencerede a\xE7",
|
|
580
580
|
"Sorry, the page you visited does not exist.": "\xDCzg\xFCn\xFCz, ziyaret etti\u011Finiz sayfa mevcut de\u011Fil.",
|
|
581
581
|
"Allow multiple selection": "\xC7oklu se\xE7im izni",
|
|
582
|
-
"Parent object": "\xDCst nesne"
|
|
582
|
+
"Parent object": "\xDCst nesne",
|
|
583
|
+
"Ellipsis overflow content": "\xDC\xE7 nokta ile ta\u015Fan i\xE7erik"
|
|
583
584
|
};
|
|
@@ -787,5 +787,6 @@ module.exports = {
|
|
|
787
787
|
"Open in new window": "\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432 \u043D\u043E\u0432\u043E\u043C\u0443 \u0432\u0456\u043A\u043D\u0456",
|
|
788
788
|
"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.",
|
|
789
789
|
"Allow multiple selection": "\u0414\u043E\u0437\u0432\u043E\u043B\u0438\u0442\u0438 \u043C\u043D\u043E\u0436\u0438\u043D\u043D\u0438\u0439 \u0432\u0438\u0431\u0456\u0440",
|
|
790
|
-
"Parent object": "\u0411\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u043E\u0431'\u0454\u043A\u0442"
|
|
790
|
+
"Parent object": "\u0411\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0439 \u043E\u0431'\u0454\u043A\u0442",
|
|
791
|
+
"Ellipsis overflow content": "\u0412\u043C\u0456\u0441\u0442 \u0437 \u0431\u0430\u0433\u0430\u0442\u043E\u043A\u0440\u0430\u043F\u043A\u043E\u044E \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u043F\u043E\u0432\u043D\u0435\u043D\u043D\u0456"
|
|
791
792
|
};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -283,7 +283,7 @@ module.exports = {
|
|
|
283
283
|
"Checkbox group": "\u590D\u9009\u6846",
|
|
284
284
|
"China region": "\u4E2D\u56FD\u884C\u653F\u533A",
|
|
285
285
|
"Date & Time": "\u65E5\u671F & \u65F6\u95F4",
|
|
286
|
-
Datetime: "\u65E5\u671F",
|
|
286
|
+
Datetime: "\u65E5\u671F\u65F6\u95F4",
|
|
287
287
|
Relation: "\u5173\u7CFB\u7C7B\u578B",
|
|
288
288
|
"Link to": "\u5173\u8054",
|
|
289
289
|
"Link to description": "\u7528\u4E8E\u5FEB\u901F\u521B\u5EFA\u8868\u5173\u7CFB\uFF0C\u53EF\u517C\u5BB9\u5927\u591A\u6570\u666E\u901A\u573A\u666F\u3002\u9002\u5408\u975E\u5F00\u53D1\u4EBA\u5458\u4F7F\u7528\u3002\u4F5C\u4E3A\u5B57\u6BB5\u5B58\u5728\u65F6\uFF0C\u5B83\u662F\u4E00\u4E2A\u4E0B\u62C9\u9009\u62E9\u7528\u4E8E\u9009\u62E9\u76EE\u6807\u6570\u636E\u8868\u7684\u6570\u636E\u3002\u521B\u5EFA\u540E\uFF0C\u5C06\u540C\u65F6\u5728\u76EE\u6807\u6570\u636E\u8868\u4E2D\u751F\u6210\u5F53\u524D\u6570\u636E\u8868\u7684\u5173\u8054\u5B57\u6BB5\u3002",
|
|
@@ -363,7 +363,7 @@ module.exports = {
|
|
|
363
363
|
"is empty": "\u4E3A\u7A7A",
|
|
364
364
|
"is not empty": "\u4E0D\u4E3A\u7A7A",
|
|
365
365
|
"Edit chart": "\u7F16\u8F91\u56FE\u8868",
|
|
366
|
-
"Add
|
|
366
|
+
"Add Markdown": "\u6DFB\u52A0 Markdown",
|
|
367
367
|
"Filterable fields": "\u53EF\u7B5B\u9009\u5B57\u6BB5",
|
|
368
368
|
"Edit button": "\u7F16\u8F91\u6309\u94AE",
|
|
369
369
|
Hide: "\u9690\u85CF",
|
|
@@ -448,6 +448,7 @@ module.exports = {
|
|
|
448
448
|
"Option label": "\u9009\u9879\u6807\u7B7E",
|
|
449
449
|
Color: "\u989C\u8272",
|
|
450
450
|
"Background Color": "\u80CC\u666F\u989C\u8272",
|
|
451
|
+
"Text Align": "\u6587\u672C\u5BF9\u9F50",
|
|
451
452
|
"Add option": "\u6DFB\u52A0\u9009\u9879",
|
|
452
453
|
"Related collection": "\u5173\u7CFB\u8868",
|
|
453
454
|
"Allow linking to multiple records": "\u5141\u8BB8\u5173\u8054\u591A\u6761\u8BB0\u5F55",
|
|
@@ -655,7 +656,7 @@ module.exports = {
|
|
|
655
656
|
"Parent record": "\u4E0A\u7EA7\u8BB0\u5F55",
|
|
656
657
|
"Current time": "\u5F53\u524D\u65F6\u95F4",
|
|
657
658
|
Now: "\u73B0\u5728",
|
|
658
|
-
"
|
|
659
|
+
"Message popup close method": "\u6D88\u606F\u5F39\u7A97\u5173\u95ED\u65B9\u5F0F",
|
|
659
660
|
"Automatic close": "\u81EA\u52A8\u5173\u95ED",
|
|
660
661
|
"Manually close": "\u624B\u52A8\u5173\u95ED",
|
|
661
662
|
"After successful update": "\u66F4\u65B0\u6210\u529F\u540E",
|
|
@@ -799,6 +800,7 @@ module.exports = {
|
|
|
799
800
|
"Try again": "\u91CD\u8BD5\u4E00\u4E0B",
|
|
800
801
|
"Download logs": "\u4E0B\u8F7D\u65E5\u5FD7",
|
|
801
802
|
Download: "\u4E0B\u8F7D",
|
|
803
|
+
"File type is not supported for previewing, please download it to preview.": "\u4E0D\u652F\u6301\u9884\u89C8\u8BE5\u6587\u4EF6\u7C7B\u578B\uFF0C\u8BF7\u4E0B\u8F7D\u540E\u67E5\u770B\u3002",
|
|
802
804
|
"Click or drag file to this area to upload": "\u70B9\u51FB\u6216\u62D6\u62FD\u6587\u4EF6\u5230\u6B64\u533A\u57DF\u4E0A\u4F20",
|
|
803
805
|
"Support for a single or bulk upload.": "\u652F\u6301\u5355\u4E2A\u6216\u6279\u91CF\u4E0A\u4F20",
|
|
804
806
|
"File size should not exceed {{size}}.": "\u6587\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7 {{size}}",
|
|
@@ -901,6 +903,7 @@ module.exports = {
|
|
|
901
903
|
Collections: "\u6570\u636E\u8868",
|
|
902
904
|
"Collection fields": "\u6570\u636E\u8868\u5B57\u6BB5",
|
|
903
905
|
Authentication: "\u7528\u6237\u8BA4\u8BC1",
|
|
906
|
+
Notification: "\u901A\u77E5",
|
|
904
907
|
"Logging and monitoring": "\u65E5\u5FD7\u4E0E\u76D1\u63A7",
|
|
905
908
|
"Home page": "\u4E3B\u9875",
|
|
906
909
|
Handbook: "\u7528\u6237\u624B\u518C",
|
|
@@ -971,10 +974,48 @@ module.exports = {
|
|
|
971
974
|
"Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F",
|
|
972
975
|
"Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
|
|
973
976
|
"Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
|
|
977
|
+
"Template engine": "\u6A21\u677F\u5F15\u64CE",
|
|
974
978
|
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u5728\u5206\u9875\u65F6\u8DF3\u8FC7\u83B7\u53D6\u8868\u8BB0\u5F55\u603B\u6570\uFF0C\u4EE5\u52A0\u5FEB\u52A0\u8F7D\u901F\u5EA6\uFF0C\u5EFA\u8BAE\u5BF9\u6709\u5927\u91CF\u6570\u636E\u7684\u6570\u636E\u8868\u5F00\u542F\u6B64\u9009\u9879",
|
|
975
979
|
'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': '\u5F53\u524D\u7528\u6237\u53EA\u6709 UI \u914D\u7F6E\u6743\u9650\uFF0C\u4F46\u6CA1\u6709\u6570\u636E\u8868 "{{name}}" \u67E5\u770B\u6743\u9650\u3002',
|
|
976
980
|
"Plugin dependency version mismatch": "\u63D2\u4EF6\u4F9D\u8D56\u7248\u672C\u4E0D\u4E00\u81F4",
|
|
977
981
|
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "\u5F53\u524D\u63D2\u4EF6\u7684\u4F9D\u8D56\u7248\u672C\u4E0E\u5E94\u7528\u7684\u7248\u672C\u4E0D\u4E00\u81F4\uFF0C\u53EF\u80FD\u65E0\u6CD5\u6B63\u5E38\u5DE5\u4F5C\u3002\u60A8\u786E\u5B9A\u8981\u7EE7\u7EED\u6FC0\u6D3B\u63D2\u4EF6\u5417\uFF1F",
|
|
978
982
|
"Allow multiple selection": "\u5141\u8BB8\u591A\u9009",
|
|
979
|
-
"Parent object": "\u4E0A\u7EA7\u5BF9\u8C61"
|
|
983
|
+
"Parent object": "\u4E0A\u7EA7\u5BF9\u8C61",
|
|
984
|
+
"Default value to current time": "\u8BBE\u7F6E\u5B57\u6BB5\u9ED8\u8BA4\u503C\u4E3A\u5F53\u524D\u65F6\u95F4",
|
|
985
|
+
"Automatically update timestamp on update": "\u5F53\u8BB0\u5F55\u66F4\u65B0\u65F6\u81EA\u52A8\u8BBE\u7F6E\u5B57\u6BB5\u503C\u4E3A\u5F53\u524D\u65F6\u95F4",
|
|
986
|
+
"Default value to current server time": "\u8BBE\u7F6E\u5B57\u6BB5\u9ED8\u8BA4\u503C\u4E3A\u5F53\u524D\u670D\u52A1\u7AEF\u65F6\u95F4",
|
|
987
|
+
"Automatically update timestamp to the current server time on update": "\u5F53\u8BB0\u5F55\u66F4\u65B0\u65F6\u81EA\u52A8\u8BBE\u7F6E\u5B57\u6BB5\u503C\u4E3A\u5F53\u524D\u670D\u52A1\u7AEF\u65F6\u95F4",
|
|
988
|
+
"Datetime (with time zone)": "\u65E5\u671F\u65F6\u95F4\uFF08\u542B\u65F6\u533A\uFF09",
|
|
989
|
+
"Datetime (without time zone)": "\u65E5\u671F\u65F6\u95F4\uFF08\u4E0D\u542B\u65F6\u533A\uFF09",
|
|
990
|
+
DateOnly: "\u4EC5\u65E5\u671F",
|
|
991
|
+
"Enable secondary confirmation": "\u542F\u7528\u4E8C\u6B21\u786E\u8BA4",
|
|
992
|
+
Content: "\u5185\u5BB9",
|
|
993
|
+
"Perform the Update record": "\u6267\u884C\u66F4\u65B0\u6570\u636E",
|
|
994
|
+
"Are you sure you want to perform the Update record action?": "\u4F60\u786E\u5B9A\u6267\u884C\u66F4\u65B0\u6570\u636E\u64CD\u4F5C\u5417\uFF1F",
|
|
995
|
+
"Perform the Custom request": "\u6267\u884C\u81EA\u5B9A\u4E49\u8BF7\u6C42",
|
|
996
|
+
"Are you sure you want to perform the Custom request action": "\u4F60\u786E\u5B9A\u6267\u884C\u81EA\u5B9A\u4E49\u8BF7\u6C42\u64CD\u4F5C\u5417\uFF1F",
|
|
997
|
+
"Perform the Refresh": "\u6267\u884C\u5237\u65B0",
|
|
998
|
+
"Are you sure you want to perform the Refresh action?": "\u4F60\u786E\u5B9A\u6267\u884C\u5237\u65B0\u64CD\u4F5C\u5417\uFF1F",
|
|
999
|
+
"Perform the Submit": "\u6267\u884C\u63D0\u4EA4",
|
|
1000
|
+
"Are you sure you want to perform the Submit action?": "\u4F60\u786E\u5B9A\u6267\u884C\u63D0\u4EA4\u64CD\u4F5C\u5417\uFF1F",
|
|
1001
|
+
"Perform the Trigger workflow": "\u6267\u884C\u89E6\u53D1\u5DE5\u4F5C\u6D41",
|
|
1002
|
+
"Are you sure you want to perform the Trigger workflow action?": "\u4F60\u786E\u5B9A\u6267\u884C\u89E6\u53D1\u5DE5\u4F5C\u6D41\u5417\uFF1F",
|
|
1003
|
+
"Ellipsis overflow content": "\u7701\u7565\u8D85\u51FA\u957F\u5EA6\u7684\u5185\u5BB9",
|
|
1004
|
+
Picker: "\u9009\u62E9\u5668",
|
|
1005
|
+
Quarter: "\u5B63\u5EA6",
|
|
1006
|
+
"Switching the picker, the value and default value will be cleared": "\u5207\u6362\u9009\u62E9\u5668\u65F6\uFF0C\u5B57\u6BB5\u7684\u503C\u548C\u9ED8\u8BA4\u503C\u5C06\u4F1A\u88AB\u6E05\u7A7A",
|
|
1007
|
+
"Stay on the current popup or page": "\u505C\u7559\u5728\u5F53\u524D\u5F39\u7A97\u6216\u9875\u9762",
|
|
1008
|
+
"Return to the previous popup or page": "\u8FD4\u56DE\u4E0A\u4E00\u5C42\u5F39\u7A97\u6216\u9875\u9762",
|
|
1009
|
+
"Action after successful submission": "\u63D0\u4EA4\u6210\u529F\u540E\u52A8\u4F5C",
|
|
1010
|
+
"Allow disassociation": "\u5141\u8BB8\u89E3\u9664\u5DF2\u6709\u6570\u636E\u5173\u8054",
|
|
1011
|
+
Layout: "\u5E03\u5C40",
|
|
1012
|
+
Vertical: "\u5782\u76F4",
|
|
1013
|
+
Horizontal: "\u6C34\u5E73",
|
|
1014
|
+
"Edit group title": "\u7F16\u8F91\u5206\u7EC4\u6807\u9898",
|
|
1015
|
+
"Title position": "\u6807\u9898\u4F4D\u7F6E",
|
|
1016
|
+
Dashed: "\u865A\u7EBF",
|
|
1017
|
+
Left: "\u5DE6",
|
|
1018
|
+
Center: "\u5C45\u4E2D",
|
|
1019
|
+
Right: "\u53F3",
|
|
1020
|
+
"Divider line color": "\u5206\u5272\u7EBF\u989C\u8272"
|
|
980
1021
|
};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -444,6 +444,7 @@ module.exports = {
|
|
|
444
444
|
"Option value": "\u9078\u9805\u503C",
|
|
445
445
|
"Option label": "\u9078\u9805\u6A19\u7C64",
|
|
446
446
|
Color: "\u984F\u8272",
|
|
447
|
+
"Text Align": "\u6587\u672C\u5C0D\u9F4A",
|
|
447
448
|
"Add option": "\u65B0\u589E\u9078\u9805",
|
|
448
449
|
"Related collection": "\u95DC\u806F\u8868",
|
|
449
450
|
"Allow linking to multiple records": "\u5141\u8A31\u95DC\u806F\u591A\u689D\u8A18\u9304",
|
|
@@ -876,5 +877,6 @@ module.exports = {
|
|
|
876
877
|
"Open in new window": "\u65B0\u7A97\u53E3\u6253\u958B",
|
|
877
878
|
"Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8A2A\u554F\u7684\u9801\u9762\u4E0D\u5B58\u5728\u3002",
|
|
878
879
|
"Allow multiple selection": "\u5141\u8A31\u591A\u9078",
|
|
879
|
-
"Parent object": "\u4E0A\u7D1A\u7269\u4EF6"
|
|
880
|
+
"Parent object": "\u4E0A\u7D1A\u7269\u4EF6",
|
|
881
|
+
"Ellipsis overflow content": "\u7701\u7565\u8D85\u51FA\u9577\u5EA6\u7684\u5167\u5BB9"
|
|
880
882
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-alpha",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"@ant-design/icons": "^5.1.4",
|
|
12
12
|
"@ant-design/pro-layout": "^7.16.11",
|
|
13
13
|
"@antv/g2plot": "^2.4.18",
|
|
14
|
+
"@budibase/handlebars-helpers": "^0.13.2",
|
|
14
15
|
"@ctrl/tinycolor": "^3.6.0",
|
|
15
16
|
"@dnd-kit/core": "^5.0.1",
|
|
16
17
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
@@ -26,13 +27,13 @@
|
|
|
26
27
|
"@formily/reactive-react": "^2.2.27",
|
|
27
28
|
"@formily/shared": "^2.2.27",
|
|
28
29
|
"@formily/validator": "^2.2.27",
|
|
29
|
-
"@nocobase/evaluators": "1.
|
|
30
|
-
"@nocobase/sdk": "1.
|
|
31
|
-
"@nocobase/utils": "1.
|
|
30
|
+
"@nocobase/evaluators": "1.4.0-alpha",
|
|
31
|
+
"@nocobase/sdk": "1.4.0-alpha",
|
|
32
|
+
"@nocobase/utils": "1.4.0-alpha",
|
|
32
33
|
"ahooks": "^3.7.2",
|
|
33
34
|
"antd": "5.12.8",
|
|
34
35
|
"antd-style": "3.4.5",
|
|
35
|
-
"axios": "^
|
|
36
|
+
"axios": "^1.7.0",
|
|
36
37
|
"bignumber.js": "^9.1.2",
|
|
37
38
|
"classnames": "^2.3.1",
|
|
38
39
|
"cronstrue": "^2.11.0",
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"markdown-it-highlightjs": "3.3.1",
|
|
49
50
|
"mathjs": "^10.6.0",
|
|
50
51
|
"mermaid": "9.4.3",
|
|
52
|
+
"mime": "^4.0.4",
|
|
51
53
|
"mime-match": "^1.0.2",
|
|
52
54
|
"react-beautiful-dnd": "^13.1.0",
|
|
53
55
|
"react-drag-listview": "^0.1.9",
|
|
@@ -79,5 +81,5 @@
|
|
|
79
81
|
"dumi": "2.2.14",
|
|
80
82
|
"dumi-theme-nocobase": "^0.2.28"
|
|
81
83
|
},
|
|
82
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "f097a2bddec152522b5645bd5d451f4c866d2060"
|
|
83
85
|
}
|
|
File without changes
|
|
File without changes
|