@nocobase/client 1.0.0-alpha.2 → 1.0.0-alpha.3
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/acl/ACLProvider.d.ts +8 -0
- package/es/acl/ACLShortcut.d.ts +8 -0
- package/es/acl/Configuration/ConfigureCenter.d.ts +8 -0
- package/es/acl/Configuration/MenuConfigure.d.ts +8 -0
- package/es/acl/Configuration/MenuItemsProvider.d.ts +8 -0
- package/es/acl/Configuration/PermisionProvider.d.ts +8 -0
- package/es/acl/Configuration/RoleConfigure.d.ts +8 -0
- package/es/acl/Configuration/RoleTable.d.ts +8 -0
- package/es/acl/Configuration/RolesResourcesActions.d.ts +8 -0
- package/es/acl/Configuration/ScopeSelect.d.ts +8 -0
- package/es/acl/Configuration/StrategyActions.d.ts +8 -0
- package/es/acl/Configuration/index.d.ts +8 -0
- package/es/acl/Configuration/schemas/roles.d.ts +8 -0
- package/es/acl/Configuration/schemas/scopes.d.ts +8 -0
- package/es/acl/Configuration/schemas/useRoleResourceValues.d.ts +8 -0
- package/es/acl/Configuration/schemas/useSaveRoleResourceAction.d.ts +8 -0
- package/es/acl/index.d.ts +8 -0
- package/es/acl/style.d.ts +8 -0
- package/es/antd-config-provider/index.d.ts +8 -0
- package/es/antd-config-provider/loadConstrueLocale.d.ts +8 -0
- package/es/api-client/APIClient.d.ts +8 -0
- package/es/api-client/APIClientProvider.d.ts +8 -0
- package/es/api-client/context.d.ts +8 -0
- package/es/api-client/hooks/assign.d.ts +8 -0
- package/es/api-client/hooks/index.d.ts +8 -0
- package/es/api-client/hooks/useAPIClient.d.ts +8 -0
- package/es/api-client/hooks/useRequest.d.ts +8 -0
- package/es/api-client/hooks/useResource.d.ts +8 -0
- package/es/api-client/index.d.ts +8 -0
- package/es/appInfo/CurrentAppInfoProvider.d.ts +8 -0
- package/es/appInfo/index.d.ts +8 -0
- package/es/application/AppSchemaComponentProvider.d.ts +8 -0
- package/es/application/Application.d.ts +8 -0
- package/es/application/Plugin.d.ts +8 -0
- package/es/application/PluginManager.d.ts +8 -0
- package/es/application/PluginSettingsManager.d.ts +8 -0
- package/es/application/RouterManager.d.ts +8 -0
- package/es/application/WebSocketClient.d.ts +8 -0
- package/es/application/components/AppComponent.d.ts +8 -0
- package/es/application/components/BlankComponent.d.ts +8 -0
- package/es/application/components/MainComponent.d.ts +8 -0
- package/es/application/components/RouterContextCleaner.d.ts +8 -0
- package/es/application/components/defaultComponents.d.ts +8 -0
- package/es/application/components/index.d.ts +8 -0
- package/es/application/context.d.ts +8 -0
- package/es/application/hoc/index.d.ts +8 -0
- package/es/application/hoc/withDynamicSchemaProps.d.ts +8 -0
- package/es/application/hooks/index.d.ts +8 -0
- package/es/application/hooks/useApp.d.ts +8 -0
- package/es/application/hooks/useAppSpin.d.ts +8 -0
- package/es/application/hooks/usePlugin.d.ts +8 -0
- package/es/application/hooks/useRouter.d.ts +8 -0
- package/es/application/index.d.ts +8 -0
- package/es/application/schema-initializer/CompatibleSchemaInitializer.d.ts +8 -0
- package/es/application/schema-initializer/SchemaInitializer.d.ts +8 -0
- package/es/application/schema-initializer/SchemaInitializerManager.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerActionModal.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerButton.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerChildren.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerDivider.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerItem.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerItemGroup.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerItems.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerSelect.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerSubMenu.d.ts +8 -0
- package/es/application/schema-initializer/components/SchemaInitializerSwitch.d.ts +8 -0
- package/es/application/schema-initializer/components/index.d.ts +8 -0
- package/es/application/schema-initializer/components/style.d.ts +8 -0
- package/es/application/schema-initializer/context/index.d.ts +8 -0
- package/es/application/schema-initializer/hooks/index.d.ts +8 -0
- package/es/application/schema-initializer/hooks/useAriaAttributeOfMenuItem.d.ts +8 -0
- package/es/application/schema-initializer/hooks/useGetSchemaInitializerMenuItems.d.ts +8 -0
- package/es/application/schema-initializer/hooks/useSchemaInitializerRender.d.ts +8 -0
- package/es/application/schema-initializer/index.d.ts +8 -0
- package/es/application/schema-initializer/types.d.ts +8 -0
- package/es/application/schema-initializer/withInitializer.d.ts +8 -0
- package/es/application/schema-settings/SchemaSettings.d.ts +8 -0
- package/es/application/schema-settings/SchemaSettingsManager.d.ts +8 -0
- package/es/application/schema-settings/components/SchemaSettingsChildren.d.ts +8 -0
- package/es/application/schema-settings/components/SchemaSettingsIcon.d.ts +8 -0
- package/es/application/schema-settings/components/SchemaSettingsWrapper.d.ts +8 -0
- package/es/application/schema-settings/components/index.d.ts +8 -0
- package/es/application/schema-settings/context/SchemaSettingItemContext.d.ts +8 -0
- package/es/application/schema-settings/context/index.d.ts +8 -0
- package/es/application/schema-settings/hooks/index.d.ts +8 -0
- package/es/application/schema-settings/hooks/useSchemaSettingsRender.d.ts +8 -0
- package/es/application/schema-settings/index.d.ts +8 -0
- package/es/application/schema-settings/types.d.ts +8 -0
- package/es/application/schema-toolbar/context/index.d.ts +8 -0
- package/es/application/schema-toolbar/hooks/index.d.ts +8 -0
- package/es/application/schema-toolbar/index.d.ts +8 -0
- package/es/application/utils/globalDeps.d.ts +8 -0
- package/es/application/utils/index.d.ts +8 -0
- package/es/application/utils/remotePlugins.d.ts +8 -0
- package/es/application/utils/requirejs.d.ts +8 -0
- package/es/application/utils/types.d.ts +8 -0
- package/es/async-data-provider/index.d.ts +8 -0
- package/es/block-provider/BlockProvider.d.ts +8 -0
- package/es/block-provider/BlockSchemaComponentProvider.d.ts +8 -0
- package/es/block-provider/DetailsBlockProvider.d.ts +8 -0
- package/es/block-provider/FilterFormBlockProvider.d.ts +8 -0
- package/es/block-provider/FormBlockProvider.d.ts +8 -0
- package/es/block-provider/FormFieldProvider.d.ts +8 -0
- package/es/block-provider/TableBlockProvider.d.ts +8 -0
- package/es/block-provider/TableFieldProvider.d.ts +8 -0
- package/es/block-provider/TableSelectorProvider.d.ts +8 -0
- package/es/block-provider/TemplateBlockProvider.d.ts +8 -0
- package/es/block-provider/hooks/index.d.ts +8 -0
- package/es/block-provider/hooks/useDataBlockParentRecord.d.ts +8 -0
- package/es/block-provider/hooks/useFormActiveFields.d.ts +8 -0
- package/es/block-provider/hooks/useParsedFilter.d.ts +8 -0
- package/es/block-provider/index.d.ts +8 -0
- package/es/china-region/index.d.ts +8 -0
- package/es/collection-manager/CollectionHistoryProvider.d.ts +8 -0
- package/es/collection-manager/CollectionManagerProvider.d.ts +8 -0
- package/es/collection-manager/CollectionManagerSchemaComponentProvider.d.ts +8 -0
- package/es/collection-manager/CollectionProvider_deprecated.d.ts +8 -0
- package/es/collection-manager/Configuration/AddCollectionAction.d.ts +8 -0
- package/es/collection-manager/Configuration/AddFieldAction.d.ts +8 -0
- package/es/collection-manager/Configuration/AddSubFieldAction.d.ts +8 -0
- package/es/collection-manager/Configuration/DeleteCollectionAction.d.ts +8 -0
- package/es/collection-manager/Configuration/EditCollectionAction.d.ts +8 -0
- package/es/collection-manager/Configuration/EditFieldAction.d.ts +8 -0
- package/es/collection-manager/Configuration/EditSubFieldAction.d.ts +8 -0
- package/es/collection-manager/Configuration/OverridingCollectionField.d.ts +8 -0
- package/es/collection-manager/Configuration/SyncFieldsAction.d.ts +8 -0
- package/es/collection-manager/Configuration/SyncSQLFieldsAction.d.ts +8 -0
- package/es/collection-manager/Configuration/ViewInheritedField.d.ts +8 -0
- package/es/collection-manager/Configuration/components/CollectionCategory.d.ts +8 -0
- package/es/collection-manager/Configuration/components/CollectionFieldInterfaceTag.d.ts +8 -0
- package/es/collection-manager/Configuration/components/CollectionTemplateTag.d.ts +8 -0
- package/es/collection-manager/Configuration/components/FieldSummary.d.ts +8 -0
- package/es/collection-manager/Configuration/components/Summary.d.ts +8 -0
- package/es/collection-manager/Configuration/components/TemplateSummary.d.ts +8 -0
- package/es/collection-manager/Configuration/components/index.d.ts +8 -0
- package/es/collection-manager/Configuration/index.d.ts +8 -0
- package/es/collection-manager/Configuration/interfaces.d.ts +8 -0
- package/es/collection-manager/ResourceActionProvider.d.ts +8 -0
- package/es/collection-manager/action-hooks.d.ts +8 -0
- package/es/collection-manager/collectionPlugin.d.ts +8 -0
- package/es/collection-manager/context.d.ts +8 -0
- package/es/collection-manager/hooks/index.d.ts +8 -0
- package/es/collection-manager/hooks/useCollectionDataSource.d.ts +8 -0
- package/es/collection-manager/hooks/useCollectionField_deprecated.d.ts +8 -0
- package/es/collection-manager/hooks/useCollectionManager_deprecated.d.ts +8 -0
- package/es/collection-manager/hooks/useCollection_deprecated.d.ts +8 -0
- package/es/collection-manager/hooks/useDialect.d.ts +8 -0
- package/es/collection-manager/index.d.ts +8 -0
- package/es/collection-manager/interfaces/checkbox.d.ts +8 -0
- package/es/collection-manager/interfaces/checkboxGroup.d.ts +8 -0
- package/es/collection-manager/interfaces/chinaRegion.d.ts +8 -0
- package/es/collection-manager/interfaces/collection.d.ts +8 -0
- package/es/collection-manager/interfaces/color.d.ts +8 -0
- package/es/collection-manager/interfaces/components/index.d.ts +8 -0
- package/es/collection-manager/interfaces/createdAt.d.ts +8 -0
- package/es/collection-manager/interfaces/createdBy.d.ts +8 -0
- package/es/collection-manager/interfaces/datetime.d.ts +8 -0
- package/es/collection-manager/interfaces/email.d.ts +8 -0
- package/es/collection-manager/interfaces/icon.d.ts +8 -0
- package/es/collection-manager/interfaces/id.d.ts +8 -0
- package/es/collection-manager/interfaces/index.d.ts +8 -0
- package/es/collection-manager/interfaces/input.d.ts +8 -0
- package/es/collection-manager/interfaces/integer.d.ts +8 -0
- package/es/collection-manager/interfaces/json.d.ts +8 -0
- package/es/collection-manager/interfaces/linkTo.d.ts +8 -0
- package/es/collection-manager/interfaces/m2m.d.ts +8 -0
- package/es/collection-manager/interfaces/m2o.d.ts +8 -0
- package/es/collection-manager/interfaces/markdown.d.ts +8 -0
- package/es/collection-manager/interfaces/multipleSelect.d.ts +8 -0
- package/es/collection-manager/interfaces/nanoid.d.ts +8 -0
- package/es/collection-manager/interfaces/number.d.ts +8 -0
- package/es/collection-manager/interfaces/o2m.d.ts +8 -0
- package/es/collection-manager/interfaces/o2o.d.ts +8 -0
- package/es/collection-manager/interfaces/password.d.ts +8 -0
- package/es/collection-manager/interfaces/percent.d.ts +8 -0
- package/es/collection-manager/interfaces/phone.d.ts +8 -0
- package/es/collection-manager/interfaces/properties/index.d.ts +8 -0
- package/es/collection-manager/interfaces/properties/operators.d.ts +8 -0
- package/es/collection-manager/interfaces/radioGroup.d.ts +8 -0
- package/es/collection-manager/interfaces/richText.d.ts +8 -0
- package/es/collection-manager/interfaces/select.d.ts +8 -0
- package/es/collection-manager/interfaces/sort.d.ts +8 -0
- package/es/collection-manager/interfaces/subTable.d.ts +8 -0
- package/es/collection-manager/interfaces/tableoid.d.ts +8 -0
- package/es/collection-manager/interfaces/textarea.d.ts +8 -0
- package/es/collection-manager/interfaces/time.d.ts +8 -0
- package/es/collection-manager/interfaces/types.d.ts +8 -0
- package/es/collection-manager/interfaces/unixTimestamp.d.ts +8 -0
- package/es/collection-manager/interfaces/updatedAt.d.ts +8 -0
- package/es/collection-manager/interfaces/updatedBy.d.ts +8 -0
- package/es/collection-manager/interfaces/url.d.ts +8 -0
- package/es/collection-manager/interfaces/uuid.d.ts +8 -0
- package/es/collection-manager/mixins/InheritanceCollectionMixin.d.ts +8 -0
- package/es/collection-manager/sub-table.d.ts +8 -0
- package/es/collection-manager/templates/components/PresetFields.d.ts +8 -0
- package/es/collection-manager/templates/components/PreviewFields.d.ts +8 -0
- package/es/collection-manager/templates/components/PreviewTable.d.ts +8 -0
- package/es/collection-manager/templates/components/UnSupportFields.d.ts +8 -0
- package/es/collection-manager/templates/components/sql-collection/FieldsConfigure.d.ts +8 -0
- package/es/collection-manager/templates/components/sql-collection/PreviewTable.d.ts +8 -0
- package/es/collection-manager/templates/components/sql-collection/SQLInput.d.ts +8 -0
- package/es/collection-manager/templates/components/sql-collection/SQLRequestProvider.d.ts +8 -0
- package/es/collection-manager/templates/components/sql-collection/index.d.ts +8 -0
- package/es/collection-manager/templates/expression.d.ts +8 -0
- package/es/collection-manager/templates/general.d.ts +8 -0
- package/es/collection-manager/templates/index.d.ts +8 -0
- package/es/collection-manager/templates/properties/index.d.ts +8 -0
- package/es/collection-manager/templates/sql.d.ts +8 -0
- package/es/collection-manager/templates/tree.d.ts +8 -0
- package/es/collection-manager/templates/types.d.ts +8 -0
- package/es/collection-manager/templates/view.d.ts +8 -0
- package/es/collection-manager/types.d.ts +8 -0
- package/es/collection-manager/utils.d.ts +8 -0
- package/es/common/SelectWithTitle.d.ts +8 -0
- package/es/common/index.d.ts +8 -0
- package/es/common/useFieldComponentName.d.ts +8 -0
- package/es/common/useNiceDropdownHeight.d.ts +8 -0
- package/es/css-variable/CSSVariableProvider.d.ts +8 -0
- package/es/css-variable/index.d.ts +8 -0
- package/es/data-source/collection/AssociationProvider.d.ts +8 -0
- package/es/data-source/collection/Collection.d.ts +8 -0
- package/es/data-source/collection/CollectionManager.d.ts +8 -0
- package/es/data-source/collection/CollectionManagerProvider.d.ts +8 -0
- package/es/data-source/collection/CollectionProvider.d.ts +8 -0
- package/es/data-source/collection/ExtendCollectionsProvider.d.ts +8 -0
- package/es/data-source/collection/index.d.ts +8 -0
- package/es/data-source/collection/utils.d.ts +8 -0
- package/es/data-source/collection-field/CollectionField.d.ts +8 -0
- package/es/data-source/collection-field/CollectionFieldProvider.d.ts +8 -0
- package/es/data-source/collection-field/index.d.ts +8 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +8 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterfaceManager.d.ts +8 -0
- package/es/data-source/collection-field-interface/index.d.ts +8 -0
- package/es/data-source/collection-record/CollectionRecord.d.ts +8 -0
- package/es/data-source/collection-record/CollectionRecordProvider.d.ts +8 -0
- package/es/data-source/collection-record/index.d.ts +8 -0
- package/es/data-source/collection-record/isNewRecord.d.ts +8 -0
- package/es/data-source/collection-template/CollectionTemplate.d.ts +8 -0
- package/es/data-source/collection-template/CollectionTemplateManager.d.ts +8 -0
- package/es/data-source/collection-template/index.d.ts +8 -0
- package/es/data-source/components/CollectionDeletedPlaceholder.d.ts +8 -0
- package/es/data-source/components/DataSourceApplicationProvider.d.ts +8 -0
- package/es/data-source/components/index.d.ts +8 -0
- package/es/data-source/data-block/DataBlockProvider.d.ts +8 -0
- package/es/data-source/data-block/DataBlockRequestProvider.d.ts +8 -0
- package/es/data-source/data-block/DataBlockResourceProvider.d.ts +8 -0
- package/es/data-source/data-block/index.d.ts +8 -0
- package/es/data-source/data-source/DataSource.d.ts +8 -0
- package/es/data-source/data-source/DataSourceManager.d.ts +8 -0
- package/es/data-source/data-source/DataSourceManagerProvider.d.ts +8 -0
- package/es/data-source/data-source/DataSourceProvider.d.ts +8 -0
- package/es/data-source/data-source/index.d.ts +8 -0
- package/es/data-source/index.d.ts +8 -0
- package/es/data-source/utils.d.ts +8 -0
- package/es/document-title/index.d.ts +8 -0
- package/es/filter-provider/FilterProvider.d.ts +8 -0
- package/es/filter-provider/index.d.ts +8 -0
- package/es/filter-provider/utils.d.ts +8 -0
- package/es/flag-provider/FlagProvider.d.ts +8 -0
- package/es/flag-provider/hooks/useFlag.d.ts +8 -0
- package/es/flag-provider/index.d.ts +8 -0
- package/es/global-theme/AntdAppProvider.d.ts +8 -0
- package/es/global-theme/compatOldTheme.d.ts +8 -0
- package/es/global-theme/customAlgorithm.d.ts +8 -0
- package/es/global-theme/defaultTheme.d.ts +8 -0
- package/es/global-theme/index.d.ts +8 -0
- package/es/global-theme/type.d.ts +8 -0
- package/es/hooks/index.d.ts +8 -0
- package/es/hooks/useAdminSchemaUid.d.ts +8 -0
- package/es/hooks/useMenuItem.d.ts +8 -0
- package/es/hooks/useViewport.d.ts +8 -0
- package/es/i18n/i18n.d.ts +8 -0
- package/es/i18n/index.d.ts +8 -0
- package/es/icon/Icon.d.ts +8 -0
- package/es/icon/index.d.ts +8 -0
- package/es/index.d.ts +8 -0
- package/es/index.mjs +1231 -1239
- package/es/locale/index.d.ts +8 -0
- package/es/modules/actions/ActionSchemaToolbar.d.ts +8 -0
- package/es/modules/actions/add-child/CreateChildInitializer.d.ts +8 -0
- package/es/modules/actions/add-child/addChildActionSettings.d.ts +8 -0
- package/es/modules/actions/add-new/CreateActionInitializer.d.ts +8 -0
- package/es/modules/actions/add-new/addNewActionSettings.d.ts +8 -0
- package/es/modules/actions/add-new/createFormBlockInitializers.d.ts +8 -0
- package/es/modules/actions/add-record/CustomizeAddRecordActionInitializer.d.ts +8 -0
- package/es/modules/actions/add-record/customizeAddRecordActionSettings.d.ts +8 -0
- package/es/modules/actions/add-record/customizeCreateFormBlockInitializers.d.ts +8 -0
- package/es/modules/actions/bulk-destroy/BulkDestroyActionInitializer.d.ts +8 -0
- package/es/modules/actions/bulk-destroy/bulkDeleteActionSettings.d.ts +8 -0
- package/es/modules/actions/delete/DestroyActionInitializer.d.ts +8 -0
- package/es/modules/actions/delete/deleteActionSettings.d.ts +8 -0
- package/es/modules/actions/disassociate/DisassociateActionInitializer.d.ts +8 -0
- package/es/modules/actions/disassociate/disassociateActionSettings.d.ts +8 -0
- package/es/modules/actions/expand-collapse/ExpandableActionInitializer.d.ts +8 -0
- package/es/modules/actions/expand-collapse/expendableActionSettings.d.ts +8 -0
- package/es/modules/actions/filter/FilterActionInitializer.d.ts +8 -0
- package/es/modules/actions/filter/filterActionSettings.d.ts +8 -0
- package/es/modules/actions/refresh/RefreshActionInitializer.d.ts +8 -0
- package/es/modules/actions/refresh/refreshActionSettings.d.ts +8 -0
- package/es/modules/actions/save-record/SaveRecordActionInitializer.d.ts +8 -0
- package/es/modules/actions/save-record/customizeSaveRecordActionSettings.d.ts +8 -0
- package/es/modules/actions/submit/CreateSubmitActionInitializer.d.ts +8 -0
- package/es/modules/actions/submit/UpdateSubmitActionInitializer.d.ts +8 -0
- package/es/modules/actions/submit/createSubmitActionSettings.d.ts +8 -0
- package/es/modules/actions/submit/updateSubmitActionSettings.d.ts +8 -0
- package/es/modules/actions/update-record/UpdateRecordActionInitializer.d.ts +8 -0
- package/es/modules/actions/update-record/customizeUpdateRecordActionSettings.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/PopupActionInitializer.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/RecordFormBlockInitializers.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/UpdateActionInitializer.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/ViewActionInitializer.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/customizePopupActionSettings.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/editActionSettings.d.ts +8 -0
- package/es/modules/actions/view-edit-popup/viewActionSettings.d.ts +8 -0
- package/es/modules/blocks/BlockSchemaToolbar.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/DetailsActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/DetailsBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/createDetailsWithPaginationUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/detailsWithPaginationSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationBlockParams.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/hooks/useDetailsWithPaginationProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-multi/setDataLoadingModeSettingsItem.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/ReadPrettyFormActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/ReadPrettyFormItemInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/RecordReadPrettyFormBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/createDetailsUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/detailsBlockSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/hooks/useDetailsDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/details-single/hooks/useDetailsProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/CreateFormBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/FormItemSchemaToolbar.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/RecordFormBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/createCreateFormBlockUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/createEditFormBlockUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/createFormActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/createFormBlockSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/editFormBlockSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/fieldSettingsFormItem.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/formActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/formItemInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/hooks/useCreateFormBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/hooks/useCreateFormBlockProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/hooks/useEditFormBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/hooks/useEditFormBlockProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/index.d.ts +8 -0
- package/es/modules/blocks/data-blocks/form/updateFormActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/GridCardActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/GridCardBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/SetTheCountOfColumnsDisplayedInARow.d.ts +2 -0
- package/es/modules/blocks/data-blocks/grid-card/createGridCardBlockUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/gridCardBlockSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/gridCardItemActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/hooks/useGridCardBlockParams.d.ts +8 -0
- package/es/modules/blocks/data-blocks/grid-card/utils.d.ts +8 -0
- package/es/modules/blocks/data-blocks/list/ListActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/list/ListBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/list/createListBlockUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/list/hooks/useListBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/list/listBlockSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/list/listItemActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/TableActionColumnInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/TableActionInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/TableBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/TableColumnInitializers.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/TableColumnSchemaToolbar.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/TreeRecordProvider.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/createTableBlockUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/hooks/useTableBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/hooks/useTableBlockProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/index.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/tableBlockSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/tableColumnSettings.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table/utils.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table-selector/TableSelectorInitializer.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table-selector/createTableSelectorUISchema.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table-selector/hooks/useTableSelectorDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table-selector/index.d.ts +8 -0
- package/es/modules/blocks/data-blocks/table-selector/tableSelectorBlockSettings.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/CollapseItemSchemaToolbar.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/FilterCollapseBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/createFilterCollapseBlockSchema.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/filterCollapseBlockSettings.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/filterCollapseItemFieldSettings.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/filterCollapseItemInitializer.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/collapse/hooks/useCollapseBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/FilterFormActionInitializers.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/FilterFormBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/createFilterFormBlockSchema.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/filterFormBlockSettings.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/filterFormItemFieldSettings.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/filterFormItemInitializers.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockDecoratorProps.d.ts +8 -0
- package/es/modules/blocks/filter-blocks/form/hooks/useFilterFormBlockProps.d.ts +8 -0
- package/es/modules/blocks/other-blocks/markdown/MarkdownBlockInitializer.d.ts +8 -0
- package/es/modules/blocks/other-blocks/markdown/MarkdownFormItemInitializer.d.ts +8 -0
- package/es/modules/blocks/other-blocks/markdown/markdownBlockSettings.d.ts +8 -0
- package/es/modules/blocks/useParentRecordCommon.d.ts +8 -0
- package/es/modules/blocks/useSourceId.d.ts +8 -0
- package/es/modules/blocks/useSourceKey.d.ts +8 -0
- package/es/modules/fields/component/CascadeSelect/cascadeSelectComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/DatePicker/datePickerComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/FileManager/fileManagerComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/FileManager/previewComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/FileManager/uploadAttachmentComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/InputNumber/inputNumberComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/Nester/subformComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/Picker/TableSelectorInitializers.d.ts +8 -0
- package/es/modules/fields/component/Picker/recordPickerComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/PopoverNester/subformPopoverComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/Select/selectComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/Tag/tagComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/component/UnixTimestamp/unixTimestampComponentFieldSettings.d.ts +8 -0
- package/es/modules/fields/initializer/CollectionFieldInitializer.d.ts +8 -0
- package/es/modules/fields/initializer/TableCollectionFieldInitializer.d.ts +8 -0
- package/es/modules/menu/GroupItem.d.ts +8 -0
- package/es/modules/menu/LinkMenuItem.d.ts +8 -0
- package/es/modules/menu/PageMenuItem.d.ts +8 -0
- package/es/modules/menu/menuItemInitializer.d.ts +8 -0
- package/es/modules/page/BlockInitializers.d.ts +8 -0
- package/es/modules/variable/DeclareVariable.d.ts +8 -0
- package/es/modules/variable/useVariable.d.ts +8 -0
- package/es/nocobase-buildin-plugin/index.d.ts +8 -0
- package/es/nocobase-buildin-plugin/plugins/LocalePlugin.d.ts +8 -0
- package/es/plugin-manager/PinnedPluginListProvider.d.ts +8 -0
- package/es/plugin-manager/context.d.ts +8 -0
- package/es/plugin-manager/index.d.ts +8 -0
- package/es/pm/PluginCard.d.ts +8 -0
- package/es/pm/PluginDetail.d.ts +8 -0
- package/es/pm/PluginDocument.d.ts +8 -0
- package/es/pm/PluginForm/form/PluginNpmForm.d.ts +8 -0
- package/es/pm/PluginForm/form/PluginUploadForm.d.ts +8 -0
- package/es/pm/PluginForm/form/PluginUrlForm.d.ts +8 -0
- package/es/pm/PluginForm/modal/PluginAddModal.d.ts +8 -0
- package/es/pm/PluginForm/modal/PluginUpgradeModal.d.ts +8 -0
- package/es/pm/PluginManager.d.ts +8 -0
- package/es/pm/PluginManagerLink.d.ts +8 -0
- package/es/pm/PluginSetting.d.ts +8 -0
- package/es/pm/index.d.ts +8 -0
- package/es/pm/style.d.ts +8 -0
- package/es/pm/types.d.ts +8 -0
- package/es/powered-by/index.d.ts +8 -0
- package/es/record-provider/index.d.ts +8 -0
- package/es/route-switch/antd/admin-layout/index.d.ts +8 -0
- package/es/route-switch/antd/index.d.ts +8 -0
- package/es/route-switch/antd/route-schema-component/index.d.ts +8 -0
- package/es/route-switch/index.d.ts +8 -0
- package/es/schema-component/antd/AntdSchemaComponentProvider.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/hooks/index.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/hooks/useConfig.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/hooks/usePrefixCls.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/hooks/useToken.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/index.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/loading.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/portal.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/render.d.ts +8 -0
- package/es/schema-component/antd/__builtins__/style.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Container.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Designer.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Drawer.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Drawer.style.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Link.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Modal.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Page.d.ts +8 -0
- package/es/schema-component/antd/action/Action.Popover.d.ts +8 -0
- package/es/schema-component/antd/action/Action.d.ts +8 -0
- package/es/schema-component/antd/action/Action.style.d.ts +8 -0
- package/es/schema-component/antd/action/ActionBar.d.ts +8 -0
- package/es/schema-component/antd/action/context.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useGetAriaLabelOfAction.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useGetAriaLabelOfDrawer.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useGetAriaLabelOfModal.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useGetAriaLabelOfPopover.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useSetAriaLabelForDrawer.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useSetAriaLabelForModal.d.ts +8 -0
- package/es/schema-component/antd/action/hooks/useSetAriaLabelForPopover.d.ts +8 -0
- package/es/schema-component/antd/action/hooks.d.ts +8 -0
- package/es/schema-component/antd/action/index.d.ts +8 -0
- package/es/schema-component/antd/action/types.d.ts +8 -0
- package/es/schema-component/antd/action/utils.d.ts +8 -0
- package/es/schema-component/antd/appends-tree-select/AppendsTreeSelect.d.ts +8 -0
- package/es/schema-component/antd/appends-tree-select/index.d.ts +8 -0
- package/es/schema-component/antd/association-field/AssociationFieldProvider.d.ts +8 -0
- package/es/schema-component/antd/association-field/AssociationSelect.d.ts +8 -0
- package/es/schema-component/antd/association-field/Editable.d.ts +8 -0
- package/es/schema-component/antd/association-field/FileManager.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalCascadeSelect.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalNester.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalPicker.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalPopoverNester.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalSubTable.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalTag.d.ts +8 -0
- package/es/schema-component/antd/association-field/InternalViewer.d.ts +8 -0
- package/es/schema-component/antd/association-field/Nester.d.ts +8 -0
- package/es/schema-component/antd/association-field/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/association-field/SubTable.d.ts +8 -0
- package/es/schema-component/antd/association-field/components/CreateRecordAction.d.ts +8 -0
- package/es/schema-component/antd/association-field/context.d.ts +8 -0
- package/es/schema-component/antd/association-field/hooks.d.ts +8 -0
- package/es/schema-component/antd/association-field/index.d.ts +8 -0
- package/es/schema-component/antd/association-field/schema.d.ts +8 -0
- package/es/schema-component/antd/association-field/util.d.ts +8 -0
- package/es/schema-component/antd/association-filter/ActionBarAssociationFilterAction.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilter.BlockDesigner.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilter.Initializer.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilter.Item.Designer.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilter.Item.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilter.Item.style.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilter.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilterDesignerDelete.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilterDesignerDisplayField.d.ts +8 -0
- package/es/schema-component/antd/association-filter/AssociationFilterProvider.d.ts +8 -0
- package/es/schema-component/antd/association-filter/utilts.d.ts +8 -0
- package/es/schema-component/antd/association-select/AssociationSelect.d.ts +8 -0
- package/es/schema-component/antd/association-select/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/association-select/index.d.ts +8 -0
- package/es/schema-component/antd/association-select/useServiceOptions.d.ts +8 -0
- package/es/schema-component/antd/auto-complete/AutoComplete.d.ts +8 -0
- package/es/schema-component/antd/auto-complete/index.d.ts +8 -0
- package/es/schema-component/antd/block-item/BlockItem.d.ts +8 -0
- package/es/schema-component/antd/block-item/BlockItemCard.d.ts +8 -0
- package/es/schema-component/antd/block-item/BlockItemError.d.ts +8 -0
- package/es/schema-component/antd/block-item/TestDesigner.d.ts +8 -0
- package/es/schema-component/antd/block-item/hooks/useGetAriaLabelOfBlockItem.d.ts +8 -0
- package/es/schema-component/antd/block-item/index.d.ts +8 -0
- package/es/schema-component/antd/card-item/CardItem.d.ts +8 -0
- package/es/schema-component/antd/card-item/index.d.ts +8 -0
- package/es/schema-component/antd/card-item/style.d.ts +8 -0
- package/es/schema-component/antd/cascader/Cascader.d.ts +8 -0
- package/es/schema-component/antd/cascader/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/cascader/defaultFieldNames.d.ts +8 -0
- package/es/schema-component/antd/cascader/index.d.ts +8 -0
- package/es/schema-component/antd/checkbox/Checkbox.d.ts +8 -0
- package/es/schema-component/antd/checkbox/index.d.ts +8 -0
- package/es/schema-component/antd/collection-select/CollectionSelect.d.ts +8 -0
- package/es/schema-component/antd/collection-select/index.d.ts +8 -0
- package/es/schema-component/antd/color-picker/ColorPicker.d.ts +8 -0
- package/es/schema-component/antd/color-picker/index.d.ts +8 -0
- package/es/schema-component/antd/color-select/ColorSelect.d.ts +8 -0
- package/es/schema-component/antd/color-select/index.d.ts +8 -0
- package/es/schema-component/antd/cron/Cron.d.ts +8 -0
- package/es/schema-component/antd/cron/CronSet.d.ts +8 -0
- package/es/schema-component/antd/cron/index.d.ts +8 -0
- package/es/schema-component/antd/date-picker/DatePicker.d.ts +8 -0
- package/es/schema-component/antd/date-picker/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/date-picker/index.d.ts +8 -0
- package/es/schema-component/antd/date-picker/util.d.ts +8 -0
- package/es/schema-component/antd/details/Details.d.ts +8 -0
- package/es/schema-component/antd/details/index.d.ts +8 -0
- package/es/schema-component/antd/error-fallback/ErrorFallback.d.ts +8 -0
- package/es/schema-component/antd/error-fallback/index.d.ts +8 -0
- package/es/schema-component/antd/expand-action/Expand.Action.Design.d.ts +8 -0
- package/es/schema-component/antd/expand-action/Expand.Action.d.ts +8 -0
- package/es/schema-component/antd/expand-action/index.d.ts +8 -0
- package/es/schema-component/antd/filter/DynamicComponent.d.ts +8 -0
- package/es/schema-component/antd/filter/Filter.Action.Designer.d.ts +8 -0
- package/es/schema-component/antd/filter/Filter.d.ts +8 -0
- package/es/schema-component/antd/filter/FilterAction.d.ts +8 -0
- package/es/schema-component/antd/filter/FilterGroup.d.ts +8 -0
- package/es/schema-component/antd/filter/FilterItem.d.ts +8 -0
- package/es/schema-component/antd/filter/FilterItems.d.ts +8 -0
- package/es/schema-component/antd/filter/SaveDefaultValue.d.ts +8 -0
- package/es/schema-component/antd/filter/context.d.ts +8 -0
- package/es/schema-component/antd/filter/index.d.ts +8 -0
- package/es/schema-component/antd/filter/useFilterActionProps.d.ts +8 -0
- package/es/schema-component/antd/filter/useOperators.d.ts +8 -0
- package/es/schema-component/antd/filter/useValues.d.ts +8 -0
- package/es/schema-component/antd/form/Form.Designer.d.ts +8 -0
- package/es/schema-component/antd/form/Form.Settings.d.ts +8 -0
- package/es/schema-component/antd/form/Form.d.ts +8 -0
- package/es/schema-component/antd/form/index.d.ts +8 -0
- package/es/schema-component/antd/form-dialog/index.d.ts +8 -0
- package/es/schema-component/antd/form-item/FormItem.FilterFormDesigner.d.ts +8 -0
- package/es/schema-component/antd/form-item/FormItem.FilterFormSettings.d.ts +8 -0
- package/es/schema-component/antd/form-item/FormItem.Settings.d.ts +8 -0
- package/es/schema-component/antd/form-item/FormItem.d.ts +8 -0
- package/es/schema-component/antd/form-item/SchemaSettingOptions.d.ts +8 -0
- package/es/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.d.ts +8 -0
- package/es/schema-component/antd/form-item/hooks/useParseDefaultValue.d.ts +8 -0
- package/es/schema-component/antd/form-item/hooks/useSpecialCase.d.ts +8 -0
- package/es/schema-component/antd/form-item/index.d.ts +8 -0
- package/es/schema-component/antd/form-item/utils.d.ts +8 -0
- package/es/schema-component/antd/form-v2/Form.Designer.d.ts +8 -0
- package/es/schema-component/antd/form-v2/Form.FilterDesigner.d.ts +8 -0
- package/es/schema-component/antd/form-v2/Form.Settings.d.ts +8 -0
- package/es/schema-component/antd/form-v2/Form.d.ts +8 -0
- package/es/schema-component/antd/form-v2/FormField.d.ts +8 -0
- package/es/schema-component/antd/form-v2/Templates.d.ts +8 -0
- package/es/schema-component/antd/form-v2/index.d.ts +8 -0
- package/es/schema-component/antd/form-v2/utils.d.ts +8 -0
- package/es/schema-component/antd/g2plot/G2Plot.d.ts +8 -0
- package/es/schema-component/antd/g2plot/G2PlotDesigner.d.ts +8 -0
- package/es/schema-component/antd/g2plot/index.d.ts +8 -0
- package/es/schema-component/antd/g2plot/requestChartData.d.ts +8 -0
- package/es/schema-component/antd/grid/Block.d.ts +8 -0
- package/es/schema-component/antd/grid/Grid.d.ts +8 -0
- package/es/schema-component/antd/grid/Grid.style.d.ts +8 -0
- package/es/schema-component/antd/grid/index.d.ts +8 -0
- package/es/schema-component/antd/grid-card/GridCard.Decorator.d.ts +8 -0
- package/es/schema-component/antd/grid-card/GridCard.Decorator.style.d.ts +8 -0
- package/es/schema-component/antd/grid-card/GridCard.Designer.d.ts +9 -0
- package/es/schema-component/antd/grid-card/GridCard.Item.d.ts +8 -0
- package/es/schema-component/antd/grid-card/GridCard.d.ts +8 -0
- package/es/schema-component/antd/grid-card/hooks.d.ts +8 -0
- package/es/schema-component/antd/grid-card/index.d.ts +8 -0
- package/es/schema-component/antd/grid-card/options.d.ts +8 -0
- package/es/schema-component/antd/icon-picker/IconPicker.d.ts +8 -0
- package/es/schema-component/antd/icon-picker/index.d.ts +8 -0
- package/es/schema-component/antd/index.d.ts +8 -0
- package/es/schema-component/antd/input/EllipsisWithTooltip.d.ts +8 -0
- package/es/schema-component/antd/input/Input.d.ts +8 -0
- package/es/schema-component/antd/input/Json.d.ts +8 -0
- package/es/schema-component/antd/input/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/input/index.d.ts +8 -0
- package/es/schema-component/antd/input/shared.d.ts +8 -0
- package/es/schema-component/antd/input-number/InputNumber.d.ts +8 -0
- package/es/schema-component/antd/input-number/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/input-number/index.d.ts +8 -0
- package/es/schema-component/antd/list/List.Decorator.d.ts +8 -0
- package/es/schema-component/antd/list/List.Designer.d.ts +8 -0
- package/es/schema-component/antd/list/List.Item.d.ts +8 -0
- package/es/schema-component/antd/list/List.d.ts +8 -0
- package/es/schema-component/antd/list/List.style.d.ts +8 -0
- package/es/schema-component/antd/list/hooks.d.ts +8 -0
- package/es/schema-component/antd/list/index.d.ts +8 -0
- package/es/schema-component/antd/markdown/Markdown.Void.Designer.d.ts +8 -0
- package/es/schema-component/antd/markdown/Markdown.Void.d.ts +8 -0
- package/es/schema-component/antd/markdown/Markdown.d.ts +8 -0
- package/es/schema-component/antd/markdown/index.d.ts +8 -0
- package/es/schema-component/antd/markdown/markdown-it-plugins/mermaidPlugin.d.ts +8 -0
- package/es/schema-component/antd/markdown/md.d.ts +8 -0
- package/es/schema-component/antd/markdown/style.d.ts +8 -0
- package/es/schema-component/antd/markdown/util.d.ts +8 -0
- package/es/schema-component/antd/menu/Menu.Designer.d.ts +8 -0
- package/es/schema-component/antd/menu/Menu.d.ts +8 -0
- package/es/schema-component/antd/menu/MenuItemInitializers/index.d.ts +8 -0
- package/es/schema-component/antd/menu/index.d.ts +8 -0
- package/es/schema-component/antd/menu/locale.d.ts +8 -0
- package/es/schema-component/antd/menu/util.d.ts +8 -0
- package/es/schema-component/antd/nanoIDInput/NanoIDInput.d.ts +8 -0
- package/es/schema-component/antd/nanoIDInput/index.d.ts +8 -0
- package/es/schema-component/antd/page/FixedBlock.d.ts +8 -0
- package/es/schema-component/antd/page/FixedBlockDesignerItem.d.ts +8 -0
- package/es/schema-component/antd/page/Page.Settings.d.ts +8 -0
- package/es/schema-component/antd/page/Page.d.ts +8 -0
- package/es/schema-component/antd/page/PageTab.Settings.d.ts +8 -0
- package/es/schema-component/antd/page/PageTabDesigner.d.ts +8 -0
- package/es/schema-component/antd/page/hooks/useIsBlockInPage.d.ts +8 -0
- package/es/schema-component/antd/page/index.d.ts +8 -0
- package/es/schema-component/antd/page/style.d.ts +8 -0
- package/es/schema-component/antd/pagination/index.d.ts +8 -0
- package/es/schema-component/antd/password/Password.d.ts +8 -0
- package/es/schema-component/antd/password/PasswordStrength.d.ts +8 -0
- package/es/schema-component/antd/password/index.d.ts +8 -0
- package/es/schema-component/antd/password/utils.d.ts +8 -0
- package/es/schema-component/antd/percent/Percent.d.ts +8 -0
- package/es/schema-component/antd/percent/index.d.ts +8 -0
- package/es/schema-component/antd/popover/Popover.d.ts +8 -0
- package/es/schema-component/antd/popover/index.d.ts +8 -0
- package/es/schema-component/antd/preview/Preview.d.ts +8 -0
- package/es/schema-component/antd/preview/index.d.ts +8 -0
- package/es/schema-component/antd/quick-edit/QuickEdit.d.ts +8 -0
- package/es/schema-component/antd/quick-edit/index.d.ts +8 -0
- package/es/schema-component/antd/radio/Radio.d.ts +8 -0
- package/es/schema-component/antd/radio/index.d.ts +8 -0
- package/es/schema-component/antd/record-picker/InputRecordPicker.d.ts +8 -0
- package/es/schema-component/antd/record-picker/ReadPrettyRecordPicker.d.ts +8 -0
- package/es/schema-component/antd/record-picker/RecordPicker.d.ts +8 -0
- package/es/schema-component/antd/record-picker/index.d.ts +8 -0
- package/es/schema-component/antd/record-picker/useFieldNames.d.ts +8 -0
- package/es/schema-component/antd/record-picker/util.d.ts +8 -0
- package/es/schema-component/antd/remote-select/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +8 -0
- package/es/schema-component/antd/remote-select/index.d.ts +8 -0
- package/es/schema-component/antd/remote-select/shared.d.ts +8 -0
- package/es/schema-component/antd/rich-text/RichText.d.ts +8 -0
- package/es/schema-component/antd/rich-text/index.d.ts +8 -0
- package/es/schema-component/antd/rich-text/style.d.ts +8 -0
- package/es/schema-component/antd/select/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/select/Select.d.ts +8 -0
- package/es/schema-component/antd/select/index.d.ts +8 -0
- package/es/schema-component/antd/select/utils.d.ts +8 -0
- package/es/schema-component/antd/space/index.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Array.Designer.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Array.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Column.ActionBar.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Column.Decorator.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Column.Designer.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Column.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Designer.d.ts +8 -0
- package/es/schema-component/antd/table/Table.RowActionDesigner.d.ts +8 -0
- package/es/schema-component/antd/table/Table.RowSelection.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Void.Designer.d.ts +8 -0
- package/es/schema-component/antd/table/Table.Void.d.ts +8 -0
- package/es/schema-component/antd/table/index.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.ActionColumnDesigner.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.Column.ActionBar.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.Column.Decorator.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.Column.Designer.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.Column.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.Designer.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.Index.d.ts +8 -0
- package/es/schema-component/antd/table-v2/Table.d.ts +8 -0
- package/es/schema-component/antd/table-v2/TableBlockDesigner.d.ts +8 -0
- package/es/schema-component/antd/table-v2/TableField.d.ts +8 -0
- package/es/schema-component/antd/table-v2/TableSelector.d.ts +8 -0
- package/es/schema-component/antd/table-v2/TableSelectorDesigner.d.ts +8 -0
- package/es/schema-component/antd/table-v2/components/ColumnFieldProvider.d.ts +8 -0
- package/es/schema-component/antd/table-v2/index.d.ts +8 -0
- package/es/schema-component/antd/table-v2/utils.d.ts +8 -0
- package/es/schema-component/antd/tabs/Tabs.Designer.d.ts +8 -0
- package/es/schema-component/antd/tabs/Tabs.d.ts +8 -0
- package/es/schema-component/antd/tabs/context.d.ts +8 -0
- package/es/schema-component/antd/tabs/index.d.ts +8 -0
- package/es/schema-component/antd/time-picker/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/time-picker/TimePicker.d.ts +8 -0
- package/es/schema-component/antd/time-picker/index.d.ts +8 -0
- package/es/schema-component/antd/tree-select/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/tree-select/TreeSelect.d.ts +8 -0
- package/es/schema-component/antd/tree-select/index.d.ts +8 -0
- package/es/schema-component/antd/unixTimestamp/UnixTimestamp.d.ts +8 -0
- package/es/schema-component/antd/unixTimestamp/index.d.ts +8 -0
- package/es/schema-component/antd/upload/ReadPretty.d.ts +8 -0
- package/es/schema-component/antd/upload/Upload.d.ts +8 -0
- package/es/schema-component/antd/upload/index.d.ts +8 -0
- package/es/schema-component/antd/upload/placeholder.d.ts +8 -0
- package/es/schema-component/antd/upload/shared.d.ts +8 -0
- package/es/schema-component/antd/upload/style.d.ts +8 -0
- package/es/schema-component/antd/variable/Input.d.ts +8 -0
- package/es/schema-component/antd/variable/JSONInput.d.ts +8 -0
- package/es/schema-component/antd/variable/RawTextArea.d.ts +8 -0
- package/es/schema-component/antd/variable/TextArea.d.ts +8 -0
- package/es/schema-component/antd/variable/Variable.d.ts +8 -0
- package/es/schema-component/antd/variable/VariableSelect.d.ts +8 -0
- package/es/schema-component/antd/variable/VariableSelect.style.d.ts +8 -0
- package/es/schema-component/antd/variable/XButton.d.ts +8 -0
- package/es/schema-component/antd/variable/index.d.ts +8 -0
- package/es/schema-component/antd/variable/style.d.ts +8 -0
- package/es/schema-component/common/dnd-context/index.d.ts +8 -0
- package/es/schema-component/common/index.d.ts +8 -0
- package/es/schema-component/common/sortable-item/SortableItem.d.ts +8 -0
- package/es/schema-component/common/sortable-item/index.d.ts +8 -0
- package/es/schema-component/common/utils/uitls.d.ts +8 -0
- package/es/schema-component/context.d.ts +8 -0
- package/es/schema-component/core/DesignableSwitch.d.ts +8 -0
- package/es/schema-component/core/FormProvider.d.ts +8 -0
- package/es/schema-component/core/RemoteSchemaComponent.d.ts +8 -0
- package/es/schema-component/core/SchemaComponent.d.ts +8 -0
- package/es/schema-component/core/SchemaComponentOptions.d.ts +8 -0
- package/es/schema-component/core/SchemaComponentProvider.d.ts +8 -0
- package/es/schema-component/core/index.d.ts +8 -0
- package/es/schema-component/hooks/addAppVersion.d.ts +8 -0
- package/es/schema-component/hooks/index.d.ts +8 -0
- package/es/schema-component/hooks/useAttach.d.ts +8 -0
- package/es/schema-component/hooks/useCompile.d.ts +8 -0
- package/es/schema-component/hooks/useComponent.d.ts +8 -0
- package/es/schema-component/hooks/useDesignable.d.ts +8 -0
- package/es/schema-component/hooks/useDesigner.d.ts +8 -0
- package/es/schema-component/hooks/useFieldComponentOptions.d.ts +8 -0
- package/es/schema-component/hooks/useFieldModeOptions.d.ts +8 -0
- package/es/schema-component/hooks/useFieldProps.d.ts +8 -0
- package/es/schema-component/hooks/useFieldTitle.d.ts +8 -0
- package/es/schema-component/hooks/useProps.d.ts +8 -0
- package/es/schema-component/hooks/useSchemaComponentContext.d.ts +8 -0
- package/es/schema-component/hooks/useTableSize.d.ts +8 -0
- package/es/schema-component/index.d.ts +8 -0
- package/es/schema-component/types.d.ts +8 -0
- package/es/schema-initializer/buttons/CustomFormItemInitializers.d.ts +8 -0
- package/es/schema-initializer/buttons/FormItemInitializers.d.ts +8 -0
- package/es/schema-initializer/buttons/RecordBlockInitializers.d.ts +8 -0
- package/es/schema-initializer/buttons/SubTableActionInitializers.d.ts +8 -0
- package/es/schema-initializer/buttons/TabPaneInitializers.d.ts +8 -0
- package/es/schema-initializer/buttons/chart-config/area.d.ts +8 -0
- package/es/schema-initializer/buttons/chart-config/bar.d.ts +8 -0
- package/es/schema-initializer/buttons/chart-config/column.d.ts +8 -0
- package/es/schema-initializer/buttons/chart-config/index.d.ts +8 -0
- package/es/schema-initializer/buttons/chart-config/line.d.ts +8 -0
- package/es/schema-initializer/buttons/chart-config/pie.d.ts +8 -0
- package/es/schema-initializer/buttons/index.d.ts +8 -0
- package/es/schema-initializer/components/CreateRecordAction.d.ts +8 -0
- package/es/schema-initializer/components/DeletedField.d.ts +8 -0
- package/es/schema-initializer/components/assigned-field/AssignedField.d.ts +8 -0
- package/es/schema-initializer/components/assigned-field/index.d.ts +8 -0
- package/es/schema-initializer/components/index.d.ts +8 -0
- package/es/schema-initializer/hooks/useGetAriaLabelOfSchemaInitializer.d.ts +8 -0
- package/es/schema-initializer/index.d.ts +8 -0
- package/es/schema-initializer/items/ActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/BlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/CreateFilterActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/CreateResetActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/CustomizeActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/DataBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/DeleteEventActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/FilterBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/G2PlotInitializer.d.ts +8 -0
- package/es/schema-initializer/items/InitializerWithSwitch.d.ts +8 -0
- package/es/schema-initializer/items/RecordAssociationBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/RecordAssociationDetailsBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/RecordAssociationFormBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/RecordAssociationGridCardBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/RecordAssociationListBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/RecordReadPrettyAssociationFormBlockInitializer.d.ts +8 -0
- package/es/schema-initializer/items/SelectActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/SubmitActionInitializer.d.ts +8 -0
- package/es/schema-initializer/items/TableActionColumnInitializer.d.ts +8 -0
- package/es/schema-initializer/items/index.d.ts +8 -0
- package/es/schema-initializer/style.d.ts +8 -0
- package/es/schema-initializer/utils.d.ts +8 -0
- package/es/schema-items/GeneralSchemaItems.d.ts +8 -0
- package/es/schema-items/GeneralSettings.d.ts +8 -0
- package/es/schema-items/OpenModeSchemaItems.d.ts +8 -0
- package/es/schema-items/index.d.ts +8 -0
- package/es/schema-settings/DataTemplates/FormDataTemplates.d.ts +8 -0
- package/es/schema-settings/DataTemplates/TreeLabel.d.ts +8 -0
- package/es/schema-settings/DataTemplates/components/AsDefaultTemplate.d.ts +8 -0
- package/es/schema-settings/DataTemplates/components/DataTemplateTitle.d.ts +8 -0
- package/es/schema-settings/DataTemplates/components/DataTemplateTitle.style.d.ts +8 -0
- package/es/schema-settings/DataTemplates/components/Designer.d.ts +8 -0
- package/es/schema-settings/DataTemplates/hooks/useCollectionState.d.ts +8 -0
- package/es/schema-settings/DataTemplates/index.d.ts +8 -0
- package/es/schema-settings/DataTemplates/utils.d.ts +8 -0
- package/es/schema-settings/DateFormat/ExpiresRadio.d.ts +8 -0
- package/es/schema-settings/EnableChildCollections/DynamicComponent.d.ts +8 -0
- package/es/schema-settings/EnableChildCollections/index.d.ts +8 -0
- package/es/schema-settings/GeneralSchemaDesigner.d.ts +8 -0
- package/es/schema-settings/LinkageRules/DynamicComponent.d.ts +8 -0
- package/es/schema-settings/LinkageRules/LinkageRuleAction.d.ts +8 -0
- package/es/schema-settings/LinkageRules/LinkageRuleActionGroup.d.ts +8 -0
- package/es/schema-settings/LinkageRules/ValueDynamicComponent.d.ts +8 -0
- package/es/schema-settings/LinkageRules/Variables.d.ts +8 -0
- package/es/schema-settings/LinkageRules/action-hooks.d.ts +8 -0
- package/es/schema-settings/LinkageRules/components/EnableLinkage.d.ts +8 -0
- package/es/schema-settings/LinkageRules/components/LinkageHeader.d.ts +8 -0
- package/es/schema-settings/LinkageRules/components/LinkageHeader.style.d.ts +8 -0
- package/es/schema-settings/LinkageRules/context.d.ts +8 -0
- package/es/schema-settings/LinkageRules/index.d.ts +8 -0
- package/es/schema-settings/LinkageRules/type.d.ts +8 -0
- package/es/schema-settings/LinkageRules/useValues.d.ts +8 -0
- package/es/schema-settings/SchemaSettings.d.ts +8 -0
- package/es/schema-settings/SchemaSettingsDataScope.d.ts +8 -0
- package/es/schema-settings/SchemaSettingsDateFormat.d.ts +8 -0
- package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +8 -0
- package/es/schema-settings/SchemaSettingsNumberFormat.d.ts +8 -0
- package/es/schema-settings/SchemaSettingsPlugin.d.ts +8 -0
- package/es/schema-settings/SchemaSettingsSortingRule.d.ts +8 -0
- package/es/schema-settings/VariableInput/VariableInput.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/index.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useBaseVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useBlockCollection.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useDateVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useFormVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useIterationVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useParentRecordVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/usePopupVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useRecordVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useRoleVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useUserVariable.d.ts +8 -0
- package/es/schema-settings/VariableInput/hooks/useVariableOptions.d.ts +8 -0
- package/es/schema-settings/VariableInput/index.d.ts +8 -0
- package/es/schema-settings/VariableInput/type.d.ts +8 -0
- package/es/schema-settings/VariableInput/utils/formatVariableScop.d.ts +8 -0
- package/es/schema-settings/hooks/useGetAriaLabelOfDesigner.d.ts +8 -0
- package/es/schema-settings/hooks/useIsAllowToSetDefaultValue.d.ts +8 -0
- package/es/schema-settings/hooks/useIsShowMultipleSwitch.d.ts +8 -0
- package/es/schema-settings/hooks/useParseDataScopeFilter.d.ts +8 -0
- package/es/schema-settings/index.d.ts +8 -0
- package/es/schema-settings/isPatternDisabled.d.ts +8 -0
- package/es/schema-settings/styles.d.ts +8 -0
- package/es/schema-settings/types.d.ts +8 -0
- package/es/schema-templates/BlockTemplate.d.ts +8 -0
- package/es/schema-templates/BlockTemplateDetails.d.ts +8 -0
- package/es/schema-templates/BlockTemplatePage.d.ts +8 -0
- package/es/schema-templates/SchemaTemplateManagerProvider.d.ts +8 -0
- package/es/schema-templates/collections/uiSchemaTemplates.d.ts +8 -0
- package/es/schema-templates/index.d.ts +8 -0
- package/es/schema-templates/schemas/CollectionTitle.d.ts +8 -0
- package/es/schema-templates/schemas/uiSchemaTemplates.d.ts +8 -0
- package/es/style/index.d.ts +8 -0
- package/es/style/useToken.d.ts +8 -0
- package/es/system-settings/SystemSettingsProvider.d.ts +8 -0
- package/es/system-settings/SystemSettingsShortcut.d.ts +8 -0
- package/es/system-settings/index.d.ts +8 -0
- package/es/testUtils/index.d.ts +8 -0
- package/es/testUtils/mockAPIClient.d.ts +8 -0
- package/es/user/ChangePassword.d.ts +8 -0
- package/es/user/CurrentUser.d.ts +8 -0
- package/es/user/CurrentUserProvider.d.ts +8 -0
- package/es/user/CurrentUserSettingsMenuProvider.d.ts +8 -0
- package/es/user/EditProfile.d.ts +8 -0
- package/es/user/Help.d.ts +8 -0
- package/es/user/LanguageSettings.d.ts +8 -0
- package/es/user/SwitchRole.d.ts +8 -0
- package/es/user/VerificationCode.d.ts +8 -0
- package/es/user/index.d.ts +8 -0
- package/es/variables/VariablesProvider.d.ts +8 -0
- package/es/variables/constants.d.ts +8 -0
- package/es/variables/hooks/useBuiltinVariables.d.ts +8 -0
- package/es/variables/hooks/useContextVariable.d.ts +8 -0
- package/es/variables/hooks/useLocalVariables.d.ts +8 -0
- package/es/variables/hooks/useVariables.d.ts +8 -0
- package/es/variables/index.d.ts +8 -0
- package/es/variables/types.d.ts +8 -0
- package/es/variables/utils/filterEmptyValues.d.ts +8 -0
- package/es/variables/utils/getAction.d.ts +8 -0
- package/es/variables/utils/getPath.d.ts +8 -0
- package/es/variables/utils/getVariableName.d.ts +8 -0
- package/es/variables/utils/hasRequested.d.ts +8 -0
- package/es/variables/utils/isVariable.d.ts +8 -0
- package/es/variables/utils/transformVariableValue.d.ts +8 -0
- package/es/variables/utils/uniq.d.ts +8 -0
- package/lib/index.js +51 -51
- package/package.json +5 -5
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Schema } from '@formily/react';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
import { CollectionRecord } from '../data-source';
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
/**
|
|
3
11
|
* @internal
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
/**
|
|
3
11
|
* @internal
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Field } from '@formily/core';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
import { APIClient } from '../api-client';
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Schema } from '@formily/react';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
type Params = {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
/**
|
|
3
11
|
* @internal
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { ChangeEvent } from 'react';
|
|
2
10
|
export * from './useDataBlockParentRecord';
|
|
3
11
|
export * from './useFormActiveFields';
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* @internal
|
|
3
11
|
* @deprecated
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
interface FormActiveFieldsProviderValue {
|
|
3
11
|
getActiveFieldsName: (name: string) => string[];
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* @internal
|
|
3
11
|
* @param param0
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export * from './BlockProvider';
|
|
2
10
|
export * from './BlockSchemaComponentProvider';
|
|
3
11
|
export * from './FilterFormBlockProvider';
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const ChinaRegionProvider: (props: any) => React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export interface CollectionHistoryContextValue {
|
|
3
11
|
historyCollections: any[];
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
import { CollectionManagerOptions } from './types';
|
|
3
11
|
/**
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const CollectionManagerSchemaComponentProvider: React.FC;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { FC, ReactNode } from 'react';
|
|
2
10
|
import { CollectionOptions } from '../data-source/collection/Collection';
|
|
3
11
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const AddCollection: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const AddCollectionAction: (props: any) => React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const useCollectionFieldFormValues: () => {
|
|
3
11
|
getValues(): any;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const AddSubFieldAction: () => React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const DeleteCollection: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const useDestroyActionAndRefreshCM: () => {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const useValuesFromRecord: (options: any) => import("../../api-client").UseRequestResult<unknown>;
|
|
3
11
|
export declare const useUpdateCollectionActionAndRefreshCM: (options: any) => {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const EditCollectionField: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const EditFieldAction: (props: any) => React.JSX.Element;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const EditSubFieldAction: (props: any) => React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const OverridingCollectionField: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const OverridingFieldAction: (props: any) => React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const SyncFieldsAction: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const SyncFieldsActionCom: (props: any) => React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const SyncSQLFieldsAction: React.FC<{
|
|
3
11
|
refreshCMList: any;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const ViewCollectionField: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const ViewFieldAction: (props: any) => React.JSX.Element;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const CollectionCategory: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const CollectionFieldInterfaceTag: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const CollectionTemplateTag: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const FieldSummary: {
|
|
3
11
|
(props: any): React.JSX.Element;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
declare const Summary: React.MemoExoticComponent<import("@formily/react").ReactFC<{
|
|
3
11
|
schema: any;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const TemplateSummary: {
|
|
3
11
|
(props: {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const SourceForeignKey: React.MemoExoticComponent<import("@formily/react").ReactFC<unknown>>;
|
|
3
11
|
export declare const ThroughForeignKey: React.MemoExoticComponent<import("@formily/react").ReactFC<unknown>>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export * from './AddFieldAction';
|
|
2
10
|
export * from './EditFieldAction';
|
|
3
11
|
export * from './components';
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { CollectionFieldInterface } from '../../data-source/collection-field-interface/CollectionFieldInterface';
|
|
2
10
|
export declare const getOptions: (fieldInterfaces: Record<string, CollectionFieldInterface[]>, fieldGroups: Record<string, {
|
|
3
11
|
label: string;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Result } from 'ahooks/es/useRequest/src/types';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
export declare const ResourceActionContext: React.Context<Result<any, any> & {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export declare const useCancelAction: () => {
|
|
2
10
|
run(): Promise<void>;
|
|
3
11
|
};
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Plugin } from '../application/Plugin';
|
|
2
10
|
export declare class CollectionPlugin extends Plugin {
|
|
3
11
|
load(): Promise<void>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
/// <reference types="react" />
|
|
2
10
|
export declare const CollectionCategroriesContext: import("react").Context<{
|
|
3
11
|
data: any[];
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export * from './useCollection_deprecated';
|
|
2
10
|
export * from './useCollectionField_deprecated';
|
|
3
11
|
export * from './useCollectionManager_deprecated';
|
|
@@ -1 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export declare function useCollectionDataSource(filter?: Function): (field: any) => void;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* @deprecated use `useCollectionField` instead
|
|
3
11
|
*/
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { CollectionFieldOptions_deprecated, CollectionOptions } from '../types';
|
|
2
10
|
/**
|
|
3
11
|
* @deprecated use `useCollectionManager` instead
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { SchemaKey } from '@formily/react';
|
|
2
10
|
export type Collection_deprecated = ReturnType<typeof useCollection_deprecated>;
|
|
3
11
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
declare const useDialect: () => {
|
|
2
10
|
isDialect: (dialect: string) => boolean;
|
|
3
11
|
dialect: string;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export { useCancelAction, useCollectionFilterOptions, useSortFields, useLinkageCollectionFilterOptions, useCollectionFieldsOptions, isDeleteButtonDisabled, } from './action-hooks';
|
|
2
10
|
export * from './CollectionManagerProvider';
|
|
3
11
|
export * from './CollectionManagerSchemaComponentProvider';
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { ISchema } from '@formily/react';
|
|
2
10
|
import { CollectionFieldInterface } from '../../data-source/collection-field-interface/CollectionFieldInterface';
|
|
3
11
|
export declare class CheckboxFieldInterface extends CollectionFieldInterface {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { ISchema } from '@formily/react';
|
|
2
10
|
import { CollectionFieldInterface } from '../../data-source/collection-field-interface/CollectionFieldInterface';
|
|
3
11
|
export declare class CheckboxGroupFieldInterface extends CollectionFieldInterface {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { CollectionFieldInterface } from '../../data-source/collection-field-interface/CollectionFieldInterface';
|
|
2
10
|
export declare class ChinaRegionFieldInterface extends CollectionFieldInterface {
|
|
3
11
|
name: string;
|