@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 +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 './AutoComplete';
|
|
@@ -1,2 +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
|
-
export
|
|
10
|
+
export interface BlockItemProps {
|
|
11
|
+
name?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare const BlockItem: React.FC<BlockItemProps>;
|
|
@@ -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 { CardProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
export declare const BlockItemCard: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -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 { FC } from 'react';
|
|
2
10
|
export declare const BlockItemError: FC;
|
|
@@ -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 TestDesigner: () => 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
|
/**
|
|
2
10
|
* label = 'block-item' + x-component + [collectionName] + [blockName] + [x-collection-field] + [title] + [postfix]
|
|
3
11
|
* @returns
|
|
@@ -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 './BlockItem';
|
|
2
10
|
export * from './TestDesigner';
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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 { CardProps } from 'antd';
|
|
10
|
+
import React, { FC } from 'react';
|
|
11
|
+
import { IntersectionOptions } from 'react-intersection-observer';
|
|
12
|
+
interface CardItemProps extends CardProps {
|
|
5
13
|
name?: string;
|
|
6
|
-
|
|
14
|
+
children?: React.ReactNode;
|
|
15
|
+
/**
|
|
16
|
+
* lazy render options
|
|
17
|
+
* @default { threshold: 0, initialInView: true, triggerOnce: true }
|
|
18
|
+
* @see https://github.com/thebuilder/react-intersection-observer
|
|
19
|
+
*/
|
|
20
|
+
lazyRender?: IntersectionOptions & {
|
|
21
|
+
element?: React.JSX.Element;
|
|
22
|
+
};
|
|
7
23
|
}
|
|
8
|
-
export declare const CardItem:
|
|
24
|
+
export declare const CardItem: FC<CardItemProps>;
|
|
9
25
|
export {};
|
|
@@ -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 './CardItem';
|
|
@@ -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
|
declare const useStyles: (props?: any) => import("../__builtins__").UseComponentStyleResult;
|
|
2
10
|
export default useStyles;
|
|
@@ -1,3 +1,34 @@
|
|
|
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 { CascaderProps as AntdCascaderProps } from 'antd';
|
|
1
10
|
import React from 'react';
|
|
2
|
-
|
|
11
|
+
import { UseRequestResult } from '../../../api-client';
|
|
12
|
+
import { BaseOptionType } from 'antd/es/select';
|
|
13
|
+
export type CascaderProps<DataNodeType extends BaseOptionType = any> = AntdCascaderProps<DataNodeType> & {
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated use `x-use-component-props` instead
|
|
16
|
+
*/
|
|
17
|
+
useLoadData: (props: CascaderProps) => AntdCascaderProps['loadData'];
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated use `x-use-component-props` instead
|
|
20
|
+
*/
|
|
21
|
+
useDataSource?: (options: any) => UseRequestResult<unknown>;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to wrap the label of option into the value
|
|
24
|
+
*/
|
|
25
|
+
labelInValue?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* must select the last level
|
|
28
|
+
*/
|
|
29
|
+
changeOnSelectLast?: boolean;
|
|
30
|
+
onChange?: (value: any) => void;
|
|
31
|
+
maxLevel?: number;
|
|
32
|
+
};
|
|
33
|
+
export declare const Cascader: React.FunctionComponent<Partial<CascaderProps<any>> & React.RefAttributes<unknown>>;
|
|
3
34
|
export default Cascader;
|
|
@@ -1,2 +1,20 @@
|
|
|
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 FieldNames {
|
|
11
|
+
label: string;
|
|
12
|
+
value: string;
|
|
13
|
+
children: string;
|
|
14
|
+
}
|
|
15
|
+
export interface CascaderReadPrettyProps {
|
|
16
|
+
fieldNames?: FieldNames;
|
|
17
|
+
value?: any;
|
|
18
|
+
}
|
|
19
|
+
export declare const ReadPretty: React.FC<CascaderReadPrettyProps>;
|
|
20
|
+
export {};
|
|
@@ -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 defaultFieldNames: {
|
|
2
10
|
label: string;
|
|
3
11
|
value: string;
|
|
@@ -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 './Cascader';
|
|
@@ -1,9 +1,25 @@
|
|
|
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 { CheckboxGroupProps as AntdCheckboxGroupProps } from 'antd/es/checkbox';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
type ComposedCheckbox = React.ForwardRefExoticComponent<Pick<Partial<any>, string | number | symbol> & React.RefAttributes<unknown>> & {
|
|
4
|
-
Group?: React.FC<
|
|
12
|
+
Group?: React.FC<AntdCheckboxGroupProps>;
|
|
5
13
|
__ANT_CHECKBOX?: boolean;
|
|
6
|
-
ReadPretty?: React.FC<
|
|
14
|
+
ReadPretty?: React.FC<CheckboxReadPrettyProps>;
|
|
7
15
|
};
|
|
16
|
+
export interface CheckboxReadPrettyProps {
|
|
17
|
+
showUnchecked?: boolean;
|
|
18
|
+
value?: boolean;
|
|
19
|
+
}
|
|
8
20
|
export declare const Checkbox: ComposedCheckbox;
|
|
21
|
+
export interface CheckboxGroupReadPrettyProps {
|
|
22
|
+
value?: any[];
|
|
23
|
+
ellipsis?: boolean;
|
|
24
|
+
}
|
|
9
25
|
export default Checkbox;
|
|
@@ -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 './Checkbox';
|
|
@@ -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 { SelectProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
export type CollectionSelectProps = SelectProps<any, any> & {
|
|
@@ -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 './CollectionSelect';
|
|
@@ -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
|
+
*/
|
|
9
|
+
import { ColorPickerProps as AntdColorPickerProps } from 'antd';
|
|
1
10
|
import React from 'react';
|
|
2
|
-
export
|
|
11
|
+
export interface ColorPickerProps extends Omit<AntdColorPickerProps, 'onChange'> {
|
|
12
|
+
onChange?: (color: string) => void;
|
|
13
|
+
}
|
|
14
|
+
export declare const ColorPicker: React.ForwardRefExoticComponent<Partial<ColorPickerProps> & React.RefAttributes<unknown>>;
|
|
3
15
|
export default ColorPicker;
|
|
@@ -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 './ColorPicker';
|
|
@@ -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
|
+
*/
|
|
9
|
+
import { SelectProps } from 'antd';
|
|
1
10
|
import React from 'react';
|
|
2
|
-
export
|
|
11
|
+
export interface ColorSelectProps extends SelectProps {
|
|
12
|
+
suffix?: React.ReactNode;
|
|
13
|
+
}
|
|
14
|
+
export declare const ColorSelect: React.ForwardRefExoticComponent<Partial<ColorSelectProps> & React.RefAttributes<unknown>>;
|
|
3
15
|
export default ColorSelect;
|
|
@@ -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 './ColorSelect';
|
|
@@ -1,9 +1,18 @@
|
|
|
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
|
-
import { CronProps } from 'react-js-cron';
|
|
10
|
+
import { CronProps as ReactJsCronProps } from 'react-js-cron';
|
|
3
11
|
import 'react-js-cron/dist/styles.css';
|
|
4
|
-
export
|
|
12
|
+
export interface CronProps extends Omit<ReactJsCronProps, 'setValue'> {
|
|
5
13
|
onChange: (value: string) => void;
|
|
6
|
-
}
|
|
14
|
+
}
|
|
15
|
+
export declare const Cron: ((props: CronProps) => React.JSX.Element) & {
|
|
7
16
|
ReadPretty: any;
|
|
8
17
|
};
|
|
9
18
|
export default Cron;
|
|
@@ -1,7 +1,18 @@
|
|
|
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 { SelectProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
3
|
-
interface CronSetProps extends SelectProps {
|
|
11
|
+
export interface CronSetProps extends SelectProps {
|
|
4
12
|
onChange: (v: string) => void;
|
|
5
13
|
}
|
|
14
|
+
export interface CronReadPrettyProps {
|
|
15
|
+
value?: string;
|
|
16
|
+
options?: SelectProps['options'];
|
|
17
|
+
}
|
|
6
18
|
export declare const CronSet: React.ForwardRefExoticComponent<Partial<CronSetProps> & React.RefAttributes<unknown>>;
|
|
7
|
-
export {};
|
|
@@ -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 './Cron';
|
|
2
10
|
export * from './CronSet';
|
|
@@ -1,13 +1,26 @@
|
|
|
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 { DatePickerProps as AntdDatePickerProps } from 'antd';
|
|
2
10
|
import React from 'react';
|
|
11
|
+
import { ReadPrettyComposed } from './ReadPretty';
|
|
12
|
+
import { RangePickerProps } from 'antd/es/date-picker';
|
|
3
13
|
interface IDatePickerProps {
|
|
4
14
|
utc?: boolean;
|
|
5
15
|
}
|
|
16
|
+
type ComposedDatePicker = React.FC<AntdDatePickerProps> & {
|
|
17
|
+
ReadPretty?: ReadPrettyComposed['DatePicker'];
|
|
18
|
+
RangePicker?: ComposedRangePicker;
|
|
19
|
+
};
|
|
20
|
+
type ComposedRangePicker = React.FC<RangePickerProps> & {
|
|
21
|
+
ReadPretty?: ReadPrettyComposed['DateRangePicker'];
|
|
22
|
+
};
|
|
6
23
|
export declare const useDatePickerContext: () => IDatePickerProps;
|
|
7
24
|
export declare const DatePickerProvider: React.Provider<IDatePickerProps>;
|
|
8
|
-
export declare const DatePicker:
|
|
9
|
-
(props: any): React.JSX.Element;
|
|
10
|
-
ReadPretty: React.FC<AntdDatePickerProps>;
|
|
11
|
-
RangePicker(props: any): React.JSX.Element;
|
|
12
|
-
};
|
|
25
|
+
export declare const DatePicker: ComposedDatePicker;
|
|
13
26
|
export default DatePicker;
|
|
@@ -1,8 +1,27 @@
|
|
|
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 { GetDefaultFormatProps, Str2momentOptions, Str2momentValue } from '@nocobase/utils/client';
|
|
2
10
|
import React from 'react';
|
|
3
|
-
type
|
|
4
|
-
DatePicker: React.FC<
|
|
5
|
-
DateRangePicker: React.FC<
|
|
11
|
+
export type ReadPrettyComposed = {
|
|
12
|
+
DatePicker: React.FC<ReadPrettyDatePickerProps>;
|
|
13
|
+
DateRangePicker: React.FC<DateRangePickerReadPrettyProps>;
|
|
6
14
|
};
|
|
7
|
-
export declare const ReadPretty:
|
|
8
|
-
export {
|
|
15
|
+
export declare const ReadPretty: ReadPrettyComposed;
|
|
16
|
+
export interface ReadPrettyDatePickerProps extends Str2momentOptions, GetDefaultFormatProps {
|
|
17
|
+
value?: Str2momentValue;
|
|
18
|
+
className?: string;
|
|
19
|
+
prefixCls?: string;
|
|
20
|
+
showTime?: boolean;
|
|
21
|
+
}
|
|
22
|
+
export interface DateRangePickerReadPrettyProps extends Str2momentOptions, GetDefaultFormatProps {
|
|
23
|
+
value?: Str2momentValue;
|
|
24
|
+
className?: string;
|
|
25
|
+
prefixCls?: string;
|
|
26
|
+
style?: React.CSSProperties;
|
|
27
|
+
}
|
|
@@ -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 './DatePicker';
|
|
@@ -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 { Dayjs } from 'dayjs';
|
|
2
10
|
export interface Moment2strOptions {
|
|
3
11
|
showTime?: boolean;
|
|
@@ -1,2 +1,12 @@
|
|
|
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 { FormProps } from '../form-v2/Form';
|
|
11
|
+
export type DetailsProps = FormProps;
|
|
12
|
+
export declare const Details: React.FunctionComponent<FormProps>;
|
|
@@ -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 './Details';
|
|
@@ -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 } from 'react';
|
|
2
10
|
import { FallbackProps } from 'react-error-boundary';
|
|
3
11
|
export declare const ErrorFallback: FC<FallbackProps>;
|
|
@@ -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 './ErrorFallback';
|
|
@@ -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
|
*
|
|
@@ -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 ExpandAction: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
@@ -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 Expand: 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 { CollectionFieldOptions_deprecated } from '../../../collection-manager';
|
|
3
11
|
export interface DynamicComponentProps {
|
|
@@ -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 useFilterableFields: (collectionName: string) => import("../../../collection-manager").CollectionFieldOptions_deprecated[];
|
|
3
11
|
export declare const FilterableFieldsSchemaSettingsItem: () => React.JSX.Element;
|
|
@@ -1 +1,20 @@
|
|
|
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 { UseRequestOptions } from '../../../api-client';
|
|
10
|
+
import { FilterContextProps } from './context';
|
|
11
|
+
declare const useDef: (options: UseRequestOptions) => import("../../../api-client").UseRequestResult<unknown>;
|
|
12
|
+
export interface FilterProps extends Omit<FilterContextProps, 'field' | 'fieldSchema'> {
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated use `x-use-component-props` instead
|
|
15
|
+
*/
|
|
16
|
+
useDataSource?: typeof useDef;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
1
19
|
export declare const Filter: any;
|
|
20
|
+
export {};
|