@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.
Files changed (80) hide show
  1. package/es/api-client/hooks/useRequest.d.ts +2 -0
  2. package/es/application/Application.d.ts +7 -2
  3. package/es/{user/SwitchRole.d.ts → application/hooks/useAclSnippets.d.ts} +3 -1
  4. package/es/application/hooks/useAppSpin.d.ts +1 -1
  5. package/es/application/schema-initializer/hooks/useGetSchemaInitializerMenuItems.d.ts +1 -1
  6. package/es/application/schema-settings/hooks/useSchemaSettingsRender.d.ts +4 -4
  7. package/es/application/schema-settings/types.d.ts +1 -0
  8. package/es/collection-manager/hooks/useCollectionManager_deprecated.d.ts +4 -4
  9. package/es/collection-manager/interfaces/properties/index.d.ts +3 -0
  10. package/es/collection-manager/interfaces/time.d.ts +0 -11
  11. package/es/data-source/collection-template/CollectionTemplate.d.ts +1 -1
  12. package/es/filter-provider/utils.d.ts +1 -1
  13. package/es/{user/ChangePassword.d.ts → hoc/withTooltipComponent.d.ts} +2 -1
  14. package/es/hooks/useMenuItem.d.ts +3 -1
  15. package/es/index.css +1 -1
  16. package/es/index.d.ts +2 -4
  17. package/es/index.mjs +35135 -34573
  18. package/es/lazy-helper/index.d.ts +6 -5
  19. package/es/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.d.ts +3 -1
  20. package/es/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.d.ts +3 -1
  21. package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +8 -2
  22. package/es/modules/blocks/data-blocks/form/RecordFormBlockInitializer.d.ts +6 -2
  23. package/es/modules/blocks/data-blocks/table/hooks/useTableBlockProps.d.ts +8 -2
  24. package/es/modules/fields/component/TimePicker/timePickerComponentFieldSettings.d.ts +10 -0
  25. package/es/modules/menu/GroupItem.d.ts +0 -16
  26. package/es/modules/menu/LinkMenuItem.d.ts +0 -20
  27. package/es/modules/menu/PageMenuItem.d.ts +6 -22
  28. package/es/modules/popup/PopupContextProvider.d.ts +2 -0
  29. package/es/nocobase-buildin-plugin/index.d.ts +2 -0
  30. package/es/{user/EditProfile.d.ts → route-switch/antd/admin-layout/LanguageSettings.d.ts} +2 -1
  31. package/es/{user/LanguageSettings.d.ts → route-switch/antd/admin-layout/UserCenterButton.d.ts} +3 -1
  32. package/es/route-switch/antd/admin-layout/convertRoutesToSchema.d.ts +1 -62
  33. package/es/route-switch/antd/admin-layout/index.d.ts +6 -1
  34. package/es/route-switch/antd/admin-layout/menuItemSettings.d.ts +21 -0
  35. package/es/route-switch/antd/admin-layout/userCenterSettings.d.ts +11 -0
  36. package/es/schema-component/antd/action/hooks.d.ts +1 -1
  37. package/es/schema-component/antd/action/zIndexContext.d.ts +1 -0
  38. package/es/schema-component/antd/form-drawer/index.d.ts +36 -0
  39. package/es/schema-component/antd/form-item/FormItem.Settings.d.ts +57 -1
  40. package/es/schema-component/antd/index.d.ts +1 -0
  41. package/es/schema-component/antd/menu/Menu.d.ts +6 -5
  42. package/es/schema-component/antd/menu/index.d.ts +1 -0
  43. package/es/schema-component/antd/page/Page.d.ts +1 -0
  44. package/es/schema-component/antd/page/PageTabDesigner.d.ts +1 -3
  45. package/es/schema-component/antd/pagination/index.d.ts +5 -1
  46. package/es/schema-component/antd/record-picker/util.d.ts +1 -1
  47. package/es/schema-component/antd/select/ReadPretty.d.ts +5 -1
  48. package/es/schema-initializer/items/DataBlockInitializer.d.ts +1 -0
  49. package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +3 -1
  50. package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +3 -1
  51. package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +6 -2
  52. package/es/schema-initializer/items/RecordAssociationGridCardBlockInitializer.d.ts +3 -1
  53. package/es/schema-initializer/items/RecordAssociationListBlockInitializer.d.ts +3 -1
  54. package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +6 -2
  55. package/es/schema-settings/DataTemplates/FormDataTemplates.d.ts +3 -1
  56. package/es/schema-settings/EnableChildCollections/index.d.ts +3 -1
  57. package/es/schema-settings/GeneralSchemaDesigner.d.ts +5 -0
  58. package/es/schema-settings/LinkageRules/index.d.ts +5 -1
  59. package/es/schema-settings/SchemaSettingAccessControl.d.ts +14 -0
  60. package/es/schema-settings/SchemaSettings.d.ts +1 -0
  61. package/es/schema-settings/SchemaSettingsTimeFormat.d.ts +13 -0
  62. package/es/schema-settings/VariableInput/VariableInput.d.ts +3 -1
  63. package/es/schema-settings/index.d.ts +1 -0
  64. package/es/user/CurrentUser.d.ts +4 -9
  65. package/es/user/CurrentUserProvider.d.ts +0 -4
  66. package/lib/index.css +1 -1
  67. package/lib/index.js +407 -413
  68. package/lib/locale/en-US.js +3 -1
  69. package/lib/locale/es-ES.js +3 -1
  70. package/lib/locale/fr-FR.js +3 -1
  71. package/lib/locale/it-IT.js +861 -0
  72. package/lib/locale/ja-JP.js +3 -1
  73. package/lib/locale/ko-KR.js +3 -1
  74. package/lib/locale/pt-BR.js +3 -1
  75. package/lib/locale/ru-RU.js +3 -1
  76. package/lib/locale/tr-TR.js +3 -1
  77. package/lib/locale/uk-UA.js +3 -1
  78. package/lib/locale/zh-CN.js +4 -2
  79. package/lib/locale/zh-TW.js +3 -1
  80. package/package.json +8 -7
@@ -882,5 +882,7 @@ module.exports = {
882
882
  "Are you sure you want to hide this menu?": "Are you sure you want to hide this menu?",
883
883
  "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.": "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.",
884
884
  "If selected, the page will display Tab pages.": "If selected, the page will display Tab pages.",
885
- "If selected, the route will be displayed in the menu.": "If selected, the route will be displayed in the menu."
885
+ "If selected, the route will be displayed in the menu.": "If selected, the route will be displayed in the menu.",
886
+ "Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
887
+ "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.": "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."
886
888
  };
@@ -799,5 +799,7 @@ module.exports = {
799
799
  "Are you sure you want to hide this menu?": "\xBFEst\xE1s seguro de que quieres ocultar este men\xFA?",
800
800
  "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.": "Despu\xE9s de ocultar, este men\xFA ya no aparecer\xE1 en la barra de men\xFA. Para mostrarlo de nuevo, debe ir a la p\xE1gina de administraci\xF3n de rutas para configurarlo.",
801
801
  "If selected, the page will display Tab pages.": "Si se selecciona, la p\xE1gina mostrar\xE1 p\xE1ginas de pesta\xF1as.",
802
- "If selected, the route will be displayed in the menu.": "Si se selecciona, la ruta se mostrar\xE1 en el men\xFA."
802
+ "If selected, the route will be displayed in the menu.": "Si se selecciona, la ruta se mostrar\xE1 en el men\xFA.",
803
+ "Are you sure you want to hide this tab?": "\xBFEst\xE1s seguro de que quieres ocultar esta pesta\xF1a?",
804
+ "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.": "Despu\xE9s de ocultar, esta pesta\xF1a ya no aparecer\xE1 en la barra de pesta\xF1as. Para mostrarla de nuevo, deber\xE1s ir a la p\xE1gina de gesti\xF3n de rutas para configurarla."
803
805
  };
@@ -819,5 +819,7 @@ module.exports = {
819
819
  "Are you sure you want to hide this menu?": "\xCAtes-vous s\xFBr de vouloir masquer ce menu ?",
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.": "Apr\xE8s avoir masqu\xE9, ce menu ne sera plus affich\xE9 dans la barre de menu. Pour le r\xE9afficher, vous devez aller \xE0 la page de gestion des routes pour le configurer.",
821
821
  "If selected, the page will display Tab pages.": "Si s\xE9lectionn\xE9, la page affichera des onglets.",
822
- "If selected, the route will be displayed in the menu.": "Si s\xE9lectionn\xE9, la route sera affich\xE9e dans le menu."
822
+ "If selected, the route will be displayed in the menu.": "Si s\xE9lectionn\xE9, la route sera affich\xE9e dans le menu.",
823
+ "Are you sure you want to hide this tab?": "\xCAtes-vous s\xFBr de vouloir masquer cet onglet ?",
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.": "Apr\xE8s avoir masqu\xE9, cette tab ne sera plus affich\xE9e dans la barre de tab. Pour la montrer \xE0 nouveau, vous devez vous rendre sur la page de gestion des routes pour la configurer."
823
825
  };