@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
package/.dumirc.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import path from 'path';
|
|
2
|
-
import glob from 'glob';
|
|
3
1
|
import _ from 'lodash'
|
|
4
2
|
import { getUmiConfig } from '@nocobase/devtools/umiConfig';
|
|
5
3
|
import { defineConfig } from 'dumi';
|
|
@@ -11,19 +9,6 @@ const lang = process.env.DOC_LANG;
|
|
|
11
9
|
|
|
12
10
|
console.log('process.env.DOC_LANG', lang);
|
|
13
11
|
|
|
14
|
-
const componentsDir = 'src/schema-component/antd';
|
|
15
|
-
|
|
16
|
-
function getComponentsMenu() {
|
|
17
|
-
const cwd = path.join(__dirname, componentsDir);
|
|
18
|
-
const ignores = ['table/index.md', 'form/index.md']; // 老版本,不需要展示
|
|
19
|
-
const files = glob.sync('*/index.md', { cwd, ignore: ignores });
|
|
20
|
-
|
|
21
|
-
return files.map((file) => ({
|
|
22
|
-
title: _.upperFirst(_.camelCase(file.replace('/index.md', ''))),
|
|
23
|
-
link: `/components/${file.replace('/index.md', '')}`,
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
|
-
|
|
27
12
|
export default defineConfig({
|
|
28
13
|
hash: true,
|
|
29
14
|
alias: {
|
|
@@ -39,7 +24,7 @@ export default defineConfig({
|
|
|
39
24
|
resolve: {
|
|
40
25
|
docDirs: [`./docs/${lang}`],
|
|
41
26
|
atomDirs: [
|
|
42
|
-
{ type: 'component', dir:
|
|
27
|
+
{ type: 'component', dir: 'src/schema-component/antd' },
|
|
43
28
|
],
|
|
44
29
|
},
|
|
45
30
|
locales: [
|
|
@@ -92,6 +77,10 @@ export default defineConfig({
|
|
|
92
77
|
title: 'PluginSettingsManager',
|
|
93
78
|
link: '/core/application/plugin-settings-manager',
|
|
94
79
|
},
|
|
80
|
+
{
|
|
81
|
+
title: 'Request',
|
|
82
|
+
link: '/core/request',
|
|
83
|
+
},
|
|
95
84
|
],
|
|
96
85
|
},
|
|
97
86
|
{
|
|
@@ -225,7 +214,196 @@ export default defineConfig({
|
|
|
225
214
|
]
|
|
226
215
|
}
|
|
227
216
|
],
|
|
228
|
-
'/components':
|
|
217
|
+
'/components': [
|
|
218
|
+
{
|
|
219
|
+
title: 'Action',
|
|
220
|
+
type: 'group',
|
|
221
|
+
children: [
|
|
222
|
+
{
|
|
223
|
+
"title": "Action",
|
|
224
|
+
"link": "/components/action"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"title": "Filter",
|
|
228
|
+
"link": "/components/filter"
|
|
229
|
+
},
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
title: 'Field',
|
|
234
|
+
type: 'group',
|
|
235
|
+
children: [
|
|
236
|
+
{
|
|
237
|
+
"title": "Checkbox",
|
|
238
|
+
"link": "/components/checkbox"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"title": "Cascader",
|
|
242
|
+
"link": "/components/cascader"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"title": "ColorPicker",
|
|
246
|
+
"link": "/components/color-picker"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"title": "ColorSelect",
|
|
250
|
+
"link": "/components/color-select"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"title": "DatePicker",
|
|
254
|
+
"link": "/components/date-picker"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"title": "TimePicker",
|
|
258
|
+
"link": "/components/time-picker"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"title": "IconPicker",
|
|
262
|
+
"link": "/components/icon-picker"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"title": "InputNumber",
|
|
266
|
+
"link": "/components/input-number"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"title": "Input",
|
|
270
|
+
"link": "/components/input"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"title": "AutoComplete",
|
|
274
|
+
"link": "/components/auto-complete"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"title": "NanoIDInput",
|
|
278
|
+
"link": "/components/nanoid-input"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"title": "Password",
|
|
282
|
+
"link": "/components/password"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"title": "Percent",
|
|
286
|
+
"link": "/components/percent"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"title": "Radio",
|
|
290
|
+
"link": "/components/radio"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"title": "Select",
|
|
294
|
+
"link": "/components/select"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"title": "RemoteSelect",
|
|
298
|
+
"link": "/components/remote-select"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"title": "TreeSelect",
|
|
302
|
+
"link": "/components/tree-select"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"title": "Upload",
|
|
306
|
+
"link": "/components/upload"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"title": "CollectionSelect",
|
|
310
|
+
"link": "/components/collection-select"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"title": "Cron",
|
|
314
|
+
"link": "/components/cron"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"title": "Markdown",
|
|
318
|
+
"link": "/components/markdown"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"title": "Variable",
|
|
322
|
+
"link": "/components/variable"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"title": "QuickEdit",
|
|
326
|
+
"link": "/components/quick-edit"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"title": "RichText",
|
|
330
|
+
"link": "/components/rich-text"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
title: 'Block',
|
|
336
|
+
type: 'group',
|
|
337
|
+
children: [
|
|
338
|
+
{
|
|
339
|
+
"title": "BlockItem",
|
|
340
|
+
"link": "/components/block-item"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"title": "CardItem",
|
|
344
|
+
"link": "/components/card-item"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"title": "FormItem",
|
|
348
|
+
"link": "/components/form-item"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"title": "FormV2",
|
|
352
|
+
"link": "/components/form-v2"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"title": "TableV2",
|
|
356
|
+
"link": "/components/table-v2"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"title": "Details",
|
|
360
|
+
"link": "/components/details"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"title": "GridCard",
|
|
364
|
+
"link": "/components/grid-card"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"title": "Grid",
|
|
368
|
+
"link": "/components/grid"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"title": "List",
|
|
372
|
+
"link": "/components/list"
|
|
373
|
+
},
|
|
374
|
+
]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
title: 'Others',
|
|
378
|
+
type: 'group',
|
|
379
|
+
children: [
|
|
380
|
+
{
|
|
381
|
+
"title": "Tabs",
|
|
382
|
+
"link": "/components/tabs"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"title": "ErrorFallback",
|
|
386
|
+
"link": "/components/error-fallback"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"title": "G2Plot",
|
|
390
|
+
"link": "/components/g2plot"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"title": "Menu",
|
|
394
|
+
"link": "/components/menu"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"title": "Pagination",
|
|
398
|
+
"link": "/components/pagination"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"title": "Preview",
|
|
402
|
+
"link": "/components/preview"
|
|
403
|
+
},
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
]
|
|
229
407
|
// '/ui-schema': [
|
|
230
408
|
// {
|
|
231
409
|
// title: 'Overview',
|
package/es/acl/ACLProvider.d.ts
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { Schema } from '@formily/react';
|
|
2
10
|
import React from 'react';
|
|
3
11
|
export declare const ACLContext: React.Context<any>;
|
package/es/acl/ACLShortcut.d.ts
CHANGED
|
@@ -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 ACLPane: () => 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 SettingCenterProvider: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const SettingsCenterConfigure: () => React.JSX.Element;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const MenuConfigure: () => 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 toItems: (properties?: {}) => any[];
|
|
3
11
|
export declare const useMenuItems: () => any;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const SettingCenterPermissionProvider: (props: any) => React.JSX.Element;
|
|
3
11
|
export declare const PermissionContext: React.Context<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 RoleConfigure: () => 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 useAvailableActions: () => any[];
|
|
3
11
|
export declare const RoleTable: () => 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 RoleResourceCollectionContext: React.Context<any>;
|
|
3
11
|
export declare const RolesResourcesActions: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const useRolesResourcesScopesSelectedRowKeys: () => any;
|
|
3
11
|
export declare const ScopeSelect: (props: any) => React.JSX.Element;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import React from 'react';
|
|
2
10
|
export declare const StrategyActions: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export { MenuConfigure } from './MenuConfigure';
|
|
2
10
|
export { RoleConfigure } from './RoleConfigure';
|
|
3
11
|
export { RolesResourcesActions } from './RolesResourcesActions';
|
|
@@ -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 { ISchema } from '@formily/react';
|
|
2
10
|
export declare const roleSchema: ISchema;
|
|
@@ -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
|
export declare const rolesResourcesScopesCollection: {
|
|
3
11
|
name: string;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export declare const useRoleResourceValues: (options: any) => import("../../../").UseRequestResult<{
|
|
2
10
|
appends: string[];
|
|
3
11
|
filterByTk: any;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export declare const useSaveRoleResourceAction: () => {
|
|
2
10
|
run(): Promise<void>;
|
|
3
11
|
};
|
package/es/acl/index.d.ts
CHANGED
|
@@ -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 './ACLProvider';
|
|
2
10
|
export * from './ACLShortcut';
|
|
3
11
|
export * from './Configuration';
|
package/es/acl/style.d.ts
CHANGED
|
@@ -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?: unknown) => import("antd-style").ReturnStyles<import("antd-style").SerializedStyles>;
|
|
@@ -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 { Plugin } from '../application/Plugin';
|
|
3
11
|
export declare const AppLangContext: React.Context<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 declare const loadConstrueLocale: (data: any) => void;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
import { APIClient as APIClientSDK } from '@nocobase/sdk';
|
|
2
10
|
import { Result } from 'ahooks/es/useRequest/src/types';
|
|
3
11
|
import { Application } from '../application';
|
|
@@ -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, { ReactNode } from 'react';
|
|
2
10
|
import { APIClient } from './APIClient';
|
|
3
11
|
export interface APIClientProviderProps {
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
/// <reference types="react" />
|
|
2
10
|
import { APIClient } from './APIClient';
|
|
3
11
|
export declare const APIClientContext: import("react").Context<APIClient>;
|
|
@@ -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
|
type MergeStrategyType = 'merge' | 'deepMerge' | 'overwrite' | 'andMerge' | 'orMerge' | 'intersect' | 'union';
|
|
2
10
|
type MergeStrategyFunc = (x: any, y: any) => any;
|
|
3
11
|
export type MergeStrategy = MergeStrategyType | MergeStrategyFunc;
|
|
@@ -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 './useAPIClient';
|
|
2
10
|
export * from './useRequest';
|
|
3
11
|
export * from './useResource';
|
|
@@ -1 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export declare function useAPIClient(): import("..").APIClient;
|
|
@@ -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 { Options, Result } from 'ahooks/es/useRequest/src/types';
|
|
2
10
|
import { AxiosRequestConfig } from 'axios';
|
|
3
11
|
import { SetState } from 'ahooks/lib/useSetState';
|
|
@@ -1 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
1
9
|
export declare function useResource(name: string, of?: string | number): import("@nocobase/sdk").IResource;
|
package/es/api-client/index.d.ts
CHANGED
|
@@ -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 './hooks';
|
|
2
10
|
export * from './APIClient';
|
|
3
11
|
export * from './APIClientProvider';
|
|
@@ -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 CurrentAppInfoContext: React.Context<any>;
|
|
3
11
|
export declare const useCurrentAppInfo: () => {
|
package/es/appInfo/index.d.ts
CHANGED
|
@@ -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 './CurrentAppInfoProvider';
|
|
@@ -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 { ISchemaComponentProvider } from '../schema-component/types';
|
|
3
11
|
export declare const AppSchemaComponentProvider: React.FC<ISchemaComponentProvider>;
|
|
@@ -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 { APIClientOptions } from '@nocobase/sdk';
|
|
2
10
|
import { i18n as i18next } from 'i18next';
|
|
3
11
|
import React, { ComponentType, ReactElement, ReactNode } from 'react';
|