@nocobase/client 1.6.0-beta.9 → 1.6.0
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/es/api-client/hooks/useRequest.d.ts +2 -0
- package/es/application/Application.d.ts +7 -2
- package/es/{user/SwitchRole.d.ts → application/hooks/useAclSnippets.d.ts} +3 -1
- package/es/application/hooks/useAppSpin.d.ts +1 -1
- package/es/application/schema-initializer/hooks/useGetSchemaInitializerMenuItems.d.ts +1 -1
- package/es/application/schema-settings/hooks/useSchemaSettingsRender.d.ts +4 -4
- package/es/application/schema-settings/types.d.ts +1 -0
- package/es/collection-manager/hooks/useCollectionManager_deprecated.d.ts +4 -4
- package/es/collection-manager/interfaces/properties/index.d.ts +3 -0
- package/es/collection-manager/interfaces/time.d.ts +0 -11
- package/es/data-source/collection-template/CollectionTemplate.d.ts +1 -1
- package/es/filter-provider/utils.d.ts +1 -1
- package/es/{user/ChangePassword.d.ts → hoc/withTooltipComponent.d.ts} +2 -1
- package/es/hooks/useMenuItem.d.ts +3 -1
- package/es/index.css +1 -1
- package/es/index.d.ts +2 -4
- package/es/index.mjs +35135 -34573
- package/es/lazy-helper/index.d.ts +6 -5
- package/es/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.d.ts +3 -1
- package/es/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.d.ts +3 -1
- package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +8 -2
- package/es/modules/blocks/data-blocks/form/RecordFormBlockInitializer.d.ts +6 -2
- package/es/modules/blocks/data-blocks/table/hooks/useTableBlockProps.d.ts +8 -2
- package/es/modules/fields/component/TimePicker/timePickerComponentFieldSettings.d.ts +10 -0
- package/es/modules/menu/GroupItem.d.ts +0 -16
- package/es/modules/menu/LinkMenuItem.d.ts +0 -20
- package/es/modules/menu/PageMenuItem.d.ts +6 -22
- package/es/modules/popup/PopupContextProvider.d.ts +2 -0
- package/es/nocobase-buildin-plugin/index.d.ts +2 -0
- package/es/{user/EditProfile.d.ts → route-switch/antd/admin-layout/LanguageSettings.d.ts} +2 -1
- package/es/{user/LanguageSettings.d.ts → route-switch/antd/admin-layout/UserCenterButton.d.ts} +3 -1
- package/es/route-switch/antd/admin-layout/convertRoutesToSchema.d.ts +1 -62
- package/es/route-switch/antd/admin-layout/index.d.ts +6 -1
- package/es/route-switch/antd/admin-layout/menuItemSettings.d.ts +21 -0
- package/es/route-switch/antd/admin-layout/userCenterSettings.d.ts +11 -0
- package/es/schema-component/antd/action/hooks.d.ts +1 -1
- package/es/schema-component/antd/action/zIndexContext.d.ts +1 -0
- package/es/schema-component/antd/form-drawer/index.d.ts +36 -0
- package/es/schema-component/antd/form-item/FormItem.Settings.d.ts +57 -1
- package/es/schema-component/antd/index.d.ts +1 -0
- package/es/schema-component/antd/menu/Menu.d.ts +6 -5
- package/es/schema-component/antd/menu/index.d.ts +1 -0
- package/es/schema-component/antd/page/Page.d.ts +1 -0
- package/es/schema-component/antd/page/PageTabDesigner.d.ts +1 -3
- package/es/schema-component/antd/pagination/index.d.ts +5 -1
- package/es/schema-component/antd/record-picker/util.d.ts +1 -1
- package/es/schema-component/antd/select/ReadPretty.d.ts +5 -1
- package/es/schema-initializer/items/DataBlockInitializer.d.ts +1 -0
- package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +3 -1
- package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +3 -1
- package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +6 -2
- package/es/schema-initializer/items/RecordAssociationGridCardBlockInitializer.d.ts +3 -1
- package/es/schema-initializer/items/RecordAssociationListBlockInitializer.d.ts +3 -1
- package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +6 -2
- package/es/schema-settings/DataTemplates/FormDataTemplates.d.ts +3 -1
- package/es/schema-settings/EnableChildCollections/index.d.ts +3 -1
- package/es/schema-settings/GeneralSchemaDesigner.d.ts +5 -0
- package/es/schema-settings/LinkageRules/index.d.ts +5 -1
- package/es/schema-settings/SchemaSettingAccessControl.d.ts +14 -0
- package/es/schema-settings/SchemaSettings.d.ts +1 -0
- package/es/schema-settings/SchemaSettingsTimeFormat.d.ts +13 -0
- package/es/schema-settings/VariableInput/VariableInput.d.ts +3 -1
- package/es/schema-settings/index.d.ts +1 -0
- package/es/user/CurrentUser.d.ts +4 -9
- package/es/user/CurrentUserProvider.d.ts +0 -4
- package/lib/index.css +1 -1
- package/lib/index.js +407 -413
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/es-ES.js +3 -1
- package/lib/locale/fr-FR.js +3 -1
- package/lib/locale/it-IT.js +861 -0
- package/lib/locale/ja-JP.js +3 -1
- package/lib/locale/ko-KR.js +3 -1
- package/lib/locale/pt-BR.js +3 -1
- package/lib/locale/ru-RU.js +3 -1
- package/lib/locale/tr-TR.js +3 -1
- package/lib/locale/uk-UA.js +3 -1
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-TW.js +3 -1
- package/package.json +8 -7
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1037,5 +1037,7 @@ module.exports = {
|
|
|
1037
1037
|
"Are you sure you want to hide this menu?": "\u3053\u306E\u30E1\u30CB\u30E5\u30FC\u3092\u975E\u8868\u793A\u306B\u3057\u307E\u3059\u304B\uFF1F",
|
|
1038
1038
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "\u975E\u8868\u793A\u306B\u3059\u308B\u3068\u3001\u3053\u306E\u30E1\u30CB\u30E5\u30FC\u306F\u30E1\u30CB\u30E5\u30FC\u30D0\u30FC\u306B\u8868\u793A\u3055\u308C\u306A\u304F\u306A\u308A\u307E\u3059\u3002\u518D\u8868\u793A\u3059\u308B\u306B\u306F\u3001\u30EB\u30FC\u30C8\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",
|
|
1039
1039
|
"If selected, the page will display Tab pages.": "\u9078\u629E\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u30DA\u30FC\u30B8\u306F\u30BF\u30D6\u30DA\u30FC\u30B8\u3092\u8868\u793A\u3057\u307E\u3059\u3002",
|
|
1040
|
-
"If selected, the route will be displayed in the menu.": "\u9078\u629E\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u30EB\u30FC\u30C8\u306F\u30E1\u30CB\u30E5\u30FC\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002"
|
|
1040
|
+
"If selected, the route will be displayed in the menu.": "\u9078\u629E\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u30EB\u30FC\u30C8\u306F\u30E1\u30CB\u30E5\u30FC\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002",
|
|
1041
|
+
"Are you sure you want to hide this tab?": "\u3053\u306E\u30BF\u30D6\u3092\u975E\u8868\u793A\u306B\u3057\u307E\u3059\u304B\uFF1F",
|
|
1042
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u975E\u8868\u793A\u306B\u3059\u308B\u3068\u3001\u3053\u306E\u30BF\u30D6\u306F\u30BF\u30D6\u30D0\u30FC\u306B\u8868\u793A\u3055\u308C\u306A\u304F\u306A\u308A\u307E\u3059\u3002\u518D\u8868\u793A\u3059\u308B\u306B\u306F\u3001\u30EB\u30FC\u30C8\u7BA1\u7406\u30DA\u30FC\u30B8\u3067\u8A2D\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"
|
|
1041
1043
|
};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -910,5 +910,7 @@ module.exports = {
|
|
|
910
910
|
"Are you sure you want to hide this menu?": "\uC774 \uBA54\uB274\uB97C \uC228\uAE30\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
911
911
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "\uC228\uAE30\uBA74 \uC774 \uBA54\uB274\uB294 \uBA54\uB274 \uBC14\uC5D0 \uB354 \uC774\uC0C1 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uD45C\uC2DC\uD558\uB824\uBA74 \uB77C\uC6B0\uD2B8 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4.",
|
|
912
912
|
"If selected, the page will display Tab pages.": "\uC120\uD0DD\uB418\uBA74 \uD398\uC774\uC9C0\uB294 \uD0ED \uD398\uC774\uC9C0\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.",
|
|
913
|
-
"If selected, the route will be displayed in the menu.": "\uC120\uD0DD\uB418\uBA74 \uB77C\uC6B0\uD2B8\uB294 \uBA54\uB274\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4."
|
|
913
|
+
"If selected, the route will be displayed in the menu.": "\uC120\uD0DD\uB418\uBA74 \uB77C\uC6B0\uD2B8\uB294 \uBA54\uB274\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.",
|
|
914
|
+
"Are you sure you want to hide this tab?": "\uC774 \uD0ED\uC744 \uC228\uAE30\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
|
|
915
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\uC228\uAE30\uBA74 \uC774 \uD0ED\uC740 \uD0ED \uBC14\uC5D0 \uB354 \uC774\uC0C1 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uD45C\uC2DC\uD558\uB824\uBA74 \uB77C\uC6B0\uD2B8 \uAD00\uB9AC \uD398\uC774\uC9C0\uC5D0\uC11C \uC124\uC815\uD574\uC57C \uD569\uB2C8\uB2E4."
|
|
914
916
|
};
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -776,5 +776,7 @@ module.exports = {
|
|
|
776
776
|
"Are you sure you want to hide this menu?": "Tem certeza de que deseja ocultar este menu?",
|
|
777
777
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Depois de ocultar, este menu n\xE3o aparecer\xE1 mais na barra de menus. Para mostrar novamente, voc\xEA precisa ir \xE0 p\xE1gina de gerenciamento de rotas para configur\xE1-lo.",
|
|
778
778
|
"If selected, the page will display Tab pages.": "Se selecionado, a p\xE1gina exibir\xE1 p\xE1ginas de abas.",
|
|
779
|
-
"If selected, the route will be displayed in the menu.": "Se selecionado, a rota ser\xE1 exibida no menu."
|
|
779
|
+
"If selected, the route will be displayed in the menu.": "Se selecionado, a rota ser\xE1 exibida no menu.",
|
|
780
|
+
"Are you sure you want to hide this tab?": "Tem certeza de que deseja ocultar esta guia?",
|
|
781
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Depois de ocultar, esta guia n\xE3o aparecer\xE1 mais na barra de guias. Para mostr\xE1-la novamente, voc\xEA precisa ir \xE0 p\xE1gina de gerenciamento de rotas para configur\xE1-la."
|
|
780
782
|
};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -605,5 +605,7 @@ module.exports = {
|
|
|
605
605
|
"Are you sure you want to hide this menu?": "\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0442\u043E \u043C\u0435\u043D\u044E?",
|
|
606
606
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "\u041F\u043E\u0441\u043B\u0435 \u0441\u043A\u0440\u044B\u0442\u0438\u044F \u044D\u0442\u043E\u0433\u043E \u043C\u0435\u043D\u044E \u043E\u043D \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043C\u0435\u043D\u044E. \u0427\u0442\u043E\u0431\u044B \u0441\u043D\u043E\u0432\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0435\u0433\u043E, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u043C\u0438 \u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0435\u0433\u043E.",
|
|
607
607
|
"If selected, the page will display Tab pages.": "\u0415\u0441\u043B\u0438 \u0432\u044B\u0431\u0440\u0430\u043D, \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B \u0441 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u043C\u0438.",
|
|
608
|
-
"If selected, the route will be displayed in the menu.": "\u0415\u0441\u043B\u0438 \u0432\u044B\u0431\u0440\u0430\u043D, \u043C\u0430\u0440\u0448\u0440\u0443\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043C\u0435\u043D\u044E."
|
|
608
|
+
"If selected, the route will be displayed in the menu.": "\u0415\u0441\u043B\u0438 \u0432\u044B\u0431\u0440\u0430\u043D, \u043C\u0430\u0440\u0448\u0440\u0443\u0442 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432 \u043C\u0435\u043D\u044E.",
|
|
609
|
+
"Are you sure you want to hide this tab?": "\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0441\u043A\u0440\u044B\u0442\u044C \u044D\u0442\u0443 \u0432\u043A\u043B\u0430\u0434\u043A\u0443?",
|
|
610
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u041F\u043E\u0441\u043B\u0435 \u0441\u043A\u0440\u044B\u0442\u0438\u044F \u044D\u0442\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u043E\u043D\u0430 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C\u0441\u044F \u0432\u043E \u0432\u043A\u043B\u0430\u0434\u043A\u0435. \u0427\u0442\u043E\u0431\u044B \u0441\u043D\u043E\u0432\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0435\u0435, \u0432\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u043C\u0438, \u0447\u0442\u043E\u0431\u044B \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0435\u0435."
|
|
609
611
|
};
|
package/lib/locale/tr-TR.js
CHANGED
|
@@ -603,5 +603,7 @@ module.exports = {
|
|
|
603
603
|
"Are you sure you want to hide this menu?": "Bu men\xFCy\xFC gizlemek istedi\u011Finizden emin misiniz?",
|
|
604
604
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Gizlendikten sonra, bu men\xFC art\u0131k men\xFC \xE7ubu\u011Funda g\xF6r\xFCnmeyecektir. Tekrar g\xF6r\xFCnt\xFClemek i\xE7in, y\xF6nlendirme y\xF6netimi sayfas\u0131na gidip onu yap\u0131land\u0131rman\u0131z gerekecektir.",
|
|
605
605
|
"If selected, the page will display Tab pages.": "Se\xE7ildi\u011Finde, sayfa Tab sayfalar\u0131n\u0131 g\xF6r\xFCnt\xFCleyecektir.",
|
|
606
|
-
"If selected, the route will be displayed in the menu.": "Se\xE7ildi\u011Finde, yol men\xFCde g\xF6r\xFCnt\xFClenecektir."
|
|
606
|
+
"If selected, the route will be displayed in the menu.": "Se\xE7ildi\u011Finde, yol men\xFCde g\xF6r\xFCnt\xFClenecektir.",
|
|
607
|
+
"Are you sure you want to hide this tab?": "Bu sekmeyi gizlemek istedi\u011Finizden emin misiniz?",
|
|
608
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Gizlendikten sonra, bu sekme art\u0131k sekme \xE7ubu\u011Funda g\xF6r\xFCnmeyecek. Onu tekrar g\xF6stermek i\xE7in, rotay\u0131 y\xF6netim sayfas\u0131na gidip ayarlaman\u0131z gerekiyor."
|
|
607
609
|
};
|
package/lib/locale/uk-UA.js
CHANGED
|
@@ -819,5 +819,7 @@ module.exports = {
|
|
|
819
819
|
"Are you sure you want to hide this menu?": "\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u0446\u0435 \u043C\u0435\u043D\u044E?",
|
|
820
820
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "\u041F\u0456\u0441\u043B\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u043D\u043D\u044F \u0446\u044C\u043E\u0433\u043E \u043C\u0435\u043D\u044E \u0432\u0456\u043D \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0437'\u044F\u0432\u0438\u0442\u044C\u0441\u044F \u0432 \u043C\u0435\u043D\u044E. \u0429\u043E\u0431 \u0437\u043D\u043E\u0432\u0443 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0439\u043E\u0433\u043E, \u0432\u0430\u043C \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u043C\u0438 \u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0439\u043E\u0433\u043E.",
|
|
821
821
|
"If selected, the page will display Tab pages.": "\u042F\u043A\u0449\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E, \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438 \u0437 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u043C\u0438.",
|
|
822
|
-
"If selected, the route will be displayed in the menu.": "\u042F\u043A\u0449\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E, \u043C\u0430\u0440\u0448\u0440\u0443\u0442 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0439 \u0432 \u043C\u0435\u043D\u044E."
|
|
822
|
+
"If selected, the route will be displayed in the menu.": "\u042F\u043A\u0449\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E, \u043C\u0430\u0440\u0448\u0440\u0443\u0442 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0439 \u0432 \u043C\u0435\u043D\u044E.",
|
|
823
|
+
"Are you sure you want to hide this tab?": "\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u0446\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443?",
|
|
824
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u041F\u0456\u0441\u043B\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u043D\u043D\u044F \u0446\u0456\u0454\u0457 \u0432\u043A\u043B\u0430\u0434\u043A\u0438 \u0432\u043E\u043D\u0430 \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0437'\u044F\u0432\u0438\u0442\u044C\u0441\u044F \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u0432\u043A\u043B\u0430\u0434\u043E\u043A. \u0429\u043E\u0431 \u0437\u043D\u043E\u0432\u0443 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0457\u0457, \u0432\u0430\u043C \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u043F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u043C\u0438, \u0449\u043E\u0431 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0457\u0457."
|
|
823
825
|
};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -345,7 +345,7 @@ module.exports = {
|
|
|
345
345
|
"Subform mode": "\u5B50\u8868\u5355\u6A21\u5F0F",
|
|
346
346
|
"Field mode": "\u5B57\u6BB5\u7EC4\u4EF6",
|
|
347
347
|
"Allow add new data": "\u5141\u8BB8\u6DFB\u52A0\u6570\u636E",
|
|
348
|
-
"Edit block title": "\u7F16\u8F91\u533A\u5757\u6807\u9898",
|
|
348
|
+
"Edit block title & description": "\u7F16\u8F91\u533A\u5757\u6807\u9898\u548C\u63CF\u8FF0",
|
|
349
349
|
"Block title": "\u533A\u5757\u6807\u9898",
|
|
350
350
|
Pattern: "\u6A21\u5F0F",
|
|
351
351
|
Operator: "\u8FD0\u7B97\u7B26",
|
|
@@ -1078,5 +1078,7 @@ module.exports = {
|
|
|
1078
1078
|
"Are you sure you want to hide this menu?": "\u4F60\u786E\u5B9A\u8981\u9690\u85CF\u8FD9\u4E2A\u83DC\u5355\u5417\uFF1F",
|
|
1079
1079
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "\u9690\u85CF\u540E\uFF0C\u8FD9\u4E2A\u83DC\u5355\u5C06\u4E0D\u518D\u51FA\u73B0\u5728\u83DC\u5355\u680F\u4E2D\u3002\u8981\u518D\u6B21\u663E\u793A\u5B83\uFF0C\u4F60\u9700\u8981\u5230\u8DEF\u7531\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\u3002",
|
|
1080
1080
|
"If selected, the page will display Tab pages.": "\u5982\u679C\u9009\u4E2D\uFF0C\u8BE5\u9875\u9762\u5C06\u663E\u793A\u6807\u7B7E\u9875\u3002",
|
|
1081
|
-
"If selected, the route will be displayed in the menu.": "\u5982\u679C\u9009\u4E2D\uFF0C\u8BE5\u8DEF\u7531\u5C06\u663E\u793A\u5728\u83DC\u5355\u4E2D\u3002"
|
|
1081
|
+
"If selected, the route will be displayed in the menu.": "\u5982\u679C\u9009\u4E2D\uFF0C\u8BE5\u8DEF\u7531\u5C06\u663E\u793A\u5728\u83DC\u5355\u4E2D\u3002",
|
|
1082
|
+
"Are you sure you want to hide this tab?": "\u4F60\u786E\u5B9A\u8981\u9690\u85CF\u8BE5\u6807\u7B7E\u9875\u5417\uFF1F",
|
|
1083
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u9690\u85CF\u540E\uFF0C\u8BE5\u6807\u7B7E\u5C06\u4E0D\u518D\u663E\u793A\u5728\u6807\u7B7E\u680F\u4E2D\u3002\u8981\u60F3\u518D\u6B21\u663E\u793A\u5B83\uFF0C\u4F60\u9700\u8981\u5230\u8DEF\u7531\u7BA1\u7406\u9875\u9762\u8FDB\u884C\u8BBE\u7F6E\u3002"
|
|
1082
1084
|
};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -910,5 +910,7 @@ module.exports = {
|
|
|
910
910
|
"Are you sure you want to hide this menu?": "\u4F60\u78BA\u5B9A\u8981\u96B1\u85CF\u9019\u500B\u83DC\u55AE\u55CE\uFF1F",
|
|
911
911
|
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "\u96B1\u85CF\u5F8C\uFF0C\u9019\u500B\u83DC\u55AE\u5C07\u4E0D\u518D\u51FA\u73FE\u5728\u83DC\u55AE\u6B04\u4E2D\u3002\u8981\u518D\u6B21\u986F\u793A\u5B83\uFF0C\u4F60\u9700\u8981\u5230\u8DEF\u7531\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\u3002",
|
|
912
912
|
"If selected, the page will display Tab pages.": "\u5982\u679C\u9078\u4E2D\uFF0C\u8A72\u9801\u9762\u5C07\u986F\u793A\u6A19\u7C64\u9801\u3002",
|
|
913
|
-
"If selected, the route will be displayed in the menu.": "\u5982\u679C\u9078\u4E2D\uFF0C\u8A72\u8DEF\u7531\u5C07\u986F\u793A\u5728\u83DC\u55AE\u4E2D\u3002"
|
|
913
|
+
"If selected, the route will be displayed in the menu.": "\u5982\u679C\u9078\u4E2D\uFF0C\u8A72\u8DEF\u7531\u5C07\u986F\u793A\u5728\u83DC\u55AE\u4E2D\u3002",
|
|
914
|
+
"Are you sure you want to hide this tab?": "\u4F60\u78BA\u5B9A\u8981\u96B1\u85CF\u9019\u500B\u6A19\u7C64\u55CE\uFF1F",
|
|
915
|
+
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "\u96B1\u85CF\u5F8C\uFF0C\u9019\u500B\u6A19\u7C64\u5C07\u4E0D\u518D\u51FA\u73FE\u5728\u6A19\u7C64\u6B04\u4E2D\u3002\u8981\u518D\u6B21\u986F\u793A\u5B83\uFF0C\u4F60\u9700\u8981\u5230\u8DEF\u7531\u7BA1\u7406\u9801\u9762\u9032\u884C\u8A2D\u7F6E\u3002"
|
|
914
916
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@ahooksjs/use-url-state": "3.5.1",
|
|
10
10
|
"@ant-design/cssinjs": "^1.11.1",
|
|
11
|
-
"@ant-design/icons": "^5.1
|
|
12
|
-
"@ant-design/pro-layout": "^7.
|
|
11
|
+
"@ant-design/icons": "^5.6.1",
|
|
12
|
+
"@ant-design/pro-layout": "^7.22.1",
|
|
13
13
|
"@antv/g2plot": "^2.4.18",
|
|
14
14
|
"@budibase/handlebars-helpers": "^0.14.0",
|
|
15
15
|
"@ctrl/tinycolor": "^3.6.0",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@formily/reactive-react": "^2.2.27",
|
|
28
28
|
"@formily/shared": "^2.2.27",
|
|
29
29
|
"@formily/validator": "^2.2.27",
|
|
30
|
-
"@nocobase/evaluators": "1.6.0
|
|
31
|
-
"@nocobase/sdk": "1.6.0
|
|
32
|
-
"@nocobase/utils": "1.6.0
|
|
30
|
+
"@nocobase/evaluators": "1.6.0",
|
|
31
|
+
"@nocobase/sdk": "1.6.0",
|
|
32
|
+
"@nocobase/utils": "1.6.0",
|
|
33
33
|
"ahooks": "^3.7.2",
|
|
34
34
|
"antd": "5.12.8",
|
|
35
35
|
"antd-style": "3.7.1",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"flat": "^5.0.2",
|
|
43
43
|
"i18next": "^22.4.9",
|
|
44
44
|
"i18next-http-backend": "^2.1.1",
|
|
45
|
+
"ignore": "^5.2.0",
|
|
45
46
|
"json5": "^2.2.3",
|
|
46
47
|
"lodash": "4.17.21",
|
|
47
48
|
"lru-cache": "6.0.0",
|
|
@@ -81,5 +82,5 @@
|
|
|
81
82
|
"dumi": "2.2.14",
|
|
82
83
|
"dumi-theme-nocobase": "^0.2.28"
|
|
83
84
|
},
|
|
84
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "7422d72a4e515a11300860028a26030ed5732135"
|
|
85
86
|
}
|