@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.