@nocobase/client 1.0.0-alpha.2 → 1.0.0-alpha.4
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/.dumirc.ts +195 -17
- 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 +9 -1
- 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 +16 -1
- 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 +9 -1
- package/es/index.mjs +2239 -2204
- 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/index.d.ts +3 -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/index.d.ts +2 -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/index.d.ts +2 -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/details-single/index.d.ts +1 -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 +9 -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/index.d.ts +2 -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.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 +16 -5
- package/es/schema-component/antd/action/context.d.ts +9 -19
- 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 +11 -2
- package/es/schema-component/antd/action/index.d.ts +9 -0
- package/es/schema-component/antd/action/types.d.ts +69 -7
- 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 +9 -1
- package/es/schema-component/antd/auto-complete/index.d.ts +8 -0
- package/es/schema-component/antd/block-item/BlockItem.d.ts +14 -1
- 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 +22 -6
- 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 +32 -1
- package/es/schema-component/antd/cascader/ReadPretty.d.ts +19 -1
- 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 +19 -3
- 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 +13 -1
- package/es/schema-component/antd/color-picker/index.d.ts +8 -0
- package/es/schema-component/antd/color-select/ColorSelect.d.ts +13 -1
- package/es/schema-component/antd/color-select/index.d.ts +8 -0
- package/es/schema-component/antd/cron/Cron.d.ts +12 -3
- package/es/schema-component/antd/cron/CronSet.d.ts +13 -2
- package/es/schema-component/antd/cron/index.d.ts +8 -0
- package/es/schema-component/antd/date-picker/DatePicker.d.ts +19 -6
- package/es/schema-component/antd/date-picker/ReadPretty.d.ts +25 -6
- 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 +11 -1
- 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 +19 -0
- package/es/schema-component/antd/filter/FilterAction.d.ts +24 -1
- 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 +11 -2
- 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 +13 -2
- 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 +14 -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 +21 -1
- 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 +15 -1
- package/es/schema-component/antd/icon-picker/index.d.ts +8 -0
- package/es/schema-component/antd/index.d.ts +11 -2
- package/es/schema-component/antd/input/EllipsisWithTooltip.d.ts +8 -0
- package/es/schema-component/antd/input/Input.d.ts +19 -6
- package/es/schema-component/antd/input/Json.d.ts +8 -0
- package/es/schema-component/antd/input/ReadPretty.d.ts +68 -20
- 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 +10 -2
- package/es/schema-component/antd/input-number/ReadPretty.d.ts +14 -3
- 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 +15 -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/nanoid-input/NanoIDInput.d.ts +12 -0
- package/es/schema-component/antd/nanoid-input/index.d.ts +9 -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 +13 -1
- package/es/schema-component/antd/password/Password.d.ts +12 -4
- 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 +14 -2
- 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 +15 -0
- package/es/schema-component/antd/remote-select/RemoteSelect.d.ts +39 -7
- 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 +20 -1
- package/es/schema-component/antd/select/Select.d.ts +33 -3
- package/es/schema-component/antd/select/index.d.ts +8 -0
- package/es/schema-component/antd/select/utils.d.ts +12 -4
- 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 +16 -2
- 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/unix-timestamp/UnixTimestamp.d.ts +16 -0
- package/es/schema-component/antd/unix-timestamp/index.d.ts +9 -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 +24 -1
- 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 +9 -1
- 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 +9 -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 +11 -1
- 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 +11 -1
- 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 +15 -1
- 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 +13 -1
- 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 +53 -53
- package/package.json +5 -5
- package/es/schema-component/antd/action/Action.Popover.d.ts +0 -0
- package/es/schema-component/antd/nanoIDInput/NanoIDInput.d.ts +0 -6
- package/es/schema-component/antd/nanoIDInput/index.d.ts +0 -1
- package/es/schema-component/antd/unixTimestamp/UnixTimestamp.d.ts +0 -2
- package/es/schema-component/antd/unixTimestamp/index.d.ts +0 -1
|
@@ -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 Page: {
|
|
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 { SchemaSettings } from '../../../application/schema-settings/SchemaSettings';
|
|
2
10
|
/**
|
|
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
|
export declare const PageDesigner: ({ title }: {
|
|
3
11
|
title: 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
|
/**
|
|
2
10
|
* 判断当前区块是否在页面而不是在弹窗中
|
|
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
|
export * from './Page';
|
|
2
10
|
export * from './FixedBlock';
|
|
3
11
|
export * from './PageTab.Settings';
|
|
@@ -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 const useStyles: (props?: any) => import("./../__builtins__").UseComponentStyleResult;
|
|
@@ -1,2 +1,14 @@
|
|
|
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
|
+
*/
|
|
9
|
+
import { PaginationProps as AntdPaginationProps } from 'antd';
|
|
1
10
|
import React from 'react';
|
|
2
|
-
export
|
|
11
|
+
export interface PaginationProps extends AntdPaginationProps {
|
|
12
|
+
hidden?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const Pagination: React.FunctionComponent<PaginationProps>;
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
|
|
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
|
+
*/
|
|
9
|
+
import { PasswordProps as AntdPasswordProps } from 'antd/es/input';
|
|
2
10
|
import React from 'react';
|
|
3
|
-
export interface
|
|
4
|
-
checkStrength
|
|
11
|
+
export interface PasswordProps extends AntdPasswordProps {
|
|
12
|
+
checkStrength?: boolean;
|
|
5
13
|
}
|
|
6
|
-
export declare const Password: React.ForwardRefExoticComponent<Partial<
|
|
14
|
+
export declare const Password: React.ForwardRefExoticComponent<Partial<PasswordProps> & React.RefAttributes<unknown>>;
|
|
7
15
|
export default Password;
|
|
@@ -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
|
type ReactRenderPropsChildren<T = any> = React.ReactNode | ((props: T) => React.ReactElement);
|
|
3
11
|
interface IPasswordStrengthProps {
|
|
@@ -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 * from './Password';
|
|
@@ -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 const getStrength: (val: any) => 0 | 40 | 100 | 20 | 80 | 60;
|
|
@@ -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 Percent: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
|
|
@@ -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 * from './Percent';
|
|
@@ -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 { PopoverProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
/**
|
|
@@ -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 * from './Popover';
|
|
@@ -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 'react-image-lightbox/style.css';
|
|
3
11
|
import { UploadProps } from '../upload/type';
|
|
@@ -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 * from './Preview';
|
|
@@ -1,3 +1,15 @@
|
|
|
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
|
-
|
|
3
|
-
export
|
|
10
|
+
import { IFormItemProps } from '@formily/antd-v5';
|
|
11
|
+
export interface QuickEditProps extends IFormItemProps {
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export declare const Editable: React.MemoExoticComponent<import("@formily/react").ReactFC<QuickEditProps>>;
|
|
15
|
+
export declare const QuickEdit: React.MemoExoticComponent<import("@formily/react").ReactFC<QuickEditProps>>;
|
|
@@ -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 * from './QuickEdit';
|
|
@@ -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 type { RadioGroupProps, RadioProps } from 'antd/es/radio';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
type ComposedRadio = React.FC<RadioProps> & {
|
|
@@ -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 * from './Radio';
|
|
@@ -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 RecordPickerContext: React.Context<any>;
|
|
3
11
|
export declare const InputRecordPicker: React.FC<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 ReadPrettyRecordPicker: React.FC;
|
|
@@ -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 const RecordPicker: 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 { RecordPicker } from './RecordPicker';
|
|
2
10
|
export { RecordPicker };
|
|
3
11
|
export * from './useFieldNames';
|
|
@@ -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 const useFieldNames: (props: 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
|
import { ISchema } from '@formily/react';
|
|
2
10
|
import { CollectionFieldOptions_deprecated } from '../../../collection-manager';
|
|
3
11
|
export declare const useLabelUiSchema: (collectionField: CollectionFieldOptions_deprecated, label: string) => ISchema;
|
|
@@ -1,2 +1,17 @@
|
|
|
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';
|
|
10
|
+
import { ResourceActionOptions } from '../../../api-client';
|
|
11
|
+
import { SelectProps } from 'antd';
|
|
12
|
+
import { SelectReadPrettyProps } from '../select/ReadPretty';
|
|
13
|
+
export interface RemoteSelectReadPrettyProps extends SelectReadPrettyProps {
|
|
14
|
+
fieldNames?: SelectProps['fieldNames'];
|
|
15
|
+
service: ResourceActionOptions;
|
|
16
|
+
}
|
|
2
17
|
export declare const ReadPretty: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
|
|
@@ -1,29 +1,61 @@
|
|
|
1
|
-
|
|
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
|
+
*/
|
|
2
9
|
import React from 'react';
|
|
3
10
|
import { ResourceActionOptions } from '../../../api-client';
|
|
11
|
+
import { FieldNames, SelectProps } from '../select';
|
|
4
12
|
import { ReadPretty } from './ReadPretty';
|
|
5
13
|
export type RemoteSelectProps<P = any> = SelectProps<P, any> & {
|
|
6
|
-
objectValue?: boolean;
|
|
7
14
|
onChange?: (v: any) => void;
|
|
8
|
-
|
|
15
|
+
/**
|
|
16
|
+
* useRequest() `debounceWait` parameter
|
|
17
|
+
*/
|
|
9
18
|
wait?: number;
|
|
19
|
+
/**
|
|
20
|
+
* useRequest() `manual` parameter
|
|
21
|
+
* @default true
|
|
22
|
+
*/
|
|
10
23
|
manual?: boolean;
|
|
11
|
-
mapOptions?: (data: any) => RemoteSelectProps['fieldNames'];
|
|
12
24
|
targetField?: any;
|
|
25
|
+
/**
|
|
26
|
+
* useRequest() `service` parameter
|
|
27
|
+
*/
|
|
13
28
|
service: ResourceActionOptions<P>;
|
|
29
|
+
target: string;
|
|
30
|
+
mapOptions?: (data: any) => SelectProps['fieldNames'];
|
|
14
31
|
dataSource?: string;
|
|
15
32
|
CustomDropdownRender?: (v: any) => any;
|
|
16
33
|
optionFilter?: (option: any) => boolean;
|
|
17
34
|
};
|
|
18
|
-
export declare const RemoteSelect: React.ForwardRefExoticComponent<Partial<SelectProps<any, any> & {
|
|
35
|
+
export declare const RemoteSelect: React.ForwardRefExoticComponent<Partial<import("antd").SelectProps<any, any> & {
|
|
19
36
|
objectValue?: boolean;
|
|
20
37
|
onChange?: (v: any) => void;
|
|
21
|
-
|
|
38
|
+
multiple: boolean;
|
|
39
|
+
rawOptions: any[];
|
|
40
|
+
fieldNames?: FieldNames;
|
|
41
|
+
} & {
|
|
42
|
+
onChange?: (v: any) => void;
|
|
43
|
+
/**
|
|
44
|
+
* useRequest() `debounceWait` parameter
|
|
45
|
+
*/
|
|
22
46
|
wait?: number;
|
|
47
|
+
/**
|
|
48
|
+
* useRequest() `manual` parameter
|
|
49
|
+
* @default true
|
|
50
|
+
*/
|
|
23
51
|
manual?: boolean;
|
|
24
|
-
mapOptions?: (data: any) => RemoteSelectProps['fieldNames'];
|
|
25
52
|
targetField?: any;
|
|
53
|
+
/**
|
|
54
|
+
* useRequest() `service` parameter
|
|
55
|
+
*/
|
|
26
56
|
service: ResourceActionOptions<any>;
|
|
57
|
+
target: string;
|
|
58
|
+
mapOptions?: (data: any) => SelectProps['fieldNames'];
|
|
27
59
|
dataSource?: string;
|
|
28
60
|
CustomDropdownRender?: (v: any) => any;
|
|
29
61
|
optionFilter?: (option: any) => boolean;
|
|
@@ -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 * from './RemoteSelect';
|
|
@@ -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 const getValues: (values: any, fieldNames: any) => 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 RichText: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
|
|
@@ -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 * from './RichText';
|
|
@@ -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
|
* Quill Editor v1.3.7
|
|
3
11
|
* https://quilljs.com/
|
|
@@ -1,2 +1,21 @@
|
|
|
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 { FieldNames } from './utils';
|
|
11
|
+
export interface SelectReadPrettyProps {
|
|
12
|
+
value: any;
|
|
13
|
+
options?: any[];
|
|
14
|
+
ellipsis?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* format options
|
|
17
|
+
* @default { label: 'label', value: 'value', color: 'color', children: 'children' }
|
|
18
|
+
*/
|
|
19
|
+
fieldNames?: FieldNames;
|
|
20
|
+
}
|
|
21
|
+
export declare const ReadPretty: React.MemoExoticComponent<import("@formily/react").ReactFC<SelectReadPrettyProps>>;
|
|
@@ -1,13 +1,43 @@
|
|
|
1
|
-
|
|
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
|
+
*/
|
|
9
|
+
import type { SelectProps as AntdSelectProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
import { ReadPretty } from './ReadPretty';
|
|
4
12
|
import { FieldNames } from './utils';
|
|
5
|
-
|
|
13
|
+
import { BaseOptionType, DefaultOptionType } from 'antd/es/select';
|
|
14
|
+
export type SelectProps<ValueType = any, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType> = AntdSelectProps<ValueType, OptionType> & {
|
|
15
|
+
/**
|
|
16
|
+
* Whether it is an object value
|
|
17
|
+
*/
|
|
6
18
|
objectValue?: boolean;
|
|
7
19
|
onChange?: (v: any) => void;
|
|
8
20
|
multiple: boolean;
|
|
9
21
|
rawOptions: any[];
|
|
10
|
-
|
|
22
|
+
/**
|
|
23
|
+
* format options
|
|
24
|
+
* @default { label: 'label', value: 'value', color: 'color', options: 'children' }
|
|
25
|
+
*/
|
|
26
|
+
fieldNames?: FieldNames;
|
|
27
|
+
};
|
|
28
|
+
export declare const Select: React.ForwardRefExoticComponent<Partial<AntdSelectProps<any, DefaultOptionType> & {
|
|
29
|
+
/**
|
|
30
|
+
* Whether it is an object value
|
|
31
|
+
*/
|
|
32
|
+
objectValue?: boolean;
|
|
33
|
+
onChange?: (v: any) => void;
|
|
34
|
+
multiple: boolean;
|
|
35
|
+
rawOptions: any[];
|
|
36
|
+
/**
|
|
37
|
+
* format options
|
|
38
|
+
* @default { label: 'label', value: 'value', color: 'color', options: 'children' }
|
|
39
|
+
*/
|
|
40
|
+
fieldNames?: FieldNames;
|
|
11
41
|
}> & React.RefAttributes<unknown>> & {
|
|
12
42
|
ReadPretty: typeof ReadPretty;
|
|
13
43
|
};
|
|
@@ -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
|
export * from './Select';
|
|
2
10
|
export * from './utils';
|
|
@@ -1,8 +1,16 @@
|
|
|
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 interface FieldNames {
|
|
2
|
-
label
|
|
3
|
-
value
|
|
4
|
-
color
|
|
5
|
-
options
|
|
10
|
+
label?: string;
|
|
11
|
+
value?: string;
|
|
12
|
+
color?: string;
|
|
13
|
+
options?: string;
|
|
6
14
|
}
|
|
7
15
|
export declare const defaultFieldNames: FieldNames;
|
|
8
16
|
interface Option {
|
|
@@ -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 { SpaceProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
export declare const Space: React.FC<SpaceProps>;
|
|
@@ -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 TableArrayDesigner: () => 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 components: {
|
|
3
11
|
header: {
|
|
@@ -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 designerCss: string;
|
|
3
11
|
export declare const TableColumnActionBar: React.MemoExoticComponent<import("@formily/react").ReactFC<unknown>>;
|