@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
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.