mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 04:25:10 +00:00
refactor: collection manager export
This commit is contained in:
parent
886c953d7c
commit
3df49a4a7b
@ -17,6 +17,10 @@ export * from './EditCategoryAction';
|
||||
export * from './SyncFieldsAction';
|
||||
export * from './SyncSQLFieldsAction';
|
||||
export * from './DeleteCollectionAction';
|
||||
export * from './AddSubFieldAction';
|
||||
export * from './EditSubFieldAction';
|
||||
export * from './components/FieldSummary';
|
||||
export * from './components/TemplateSummary';
|
||||
|
||||
registerValidateFormats({
|
||||
uid: /^[a-zA-Z][a-zA-Z0-9_-]*$/,
|
||||
|
@ -1,4 +1,5 @@
|
||||
export {
|
||||
useCancelAction,
|
||||
useCollectionFilterOptions,
|
||||
useSortFields,
|
||||
useLinkageCollectionFilterOptions,
|
||||
@ -22,3 +23,4 @@ export * from './templates/types';
|
||||
export * from './types';
|
||||
export * from './CollectionHistoryProvider';
|
||||
export * from './interfaces/properties';
|
||||
export * from './sub-table';
|
||||
|
Loading…
Reference in New Issue
Block a user