mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
- Removed obsolete AutoProbeFieldDetail, AutoProbeListDetail, AutoProbePagePatternDetail, and AutoProbePaginationDetail components to streamline the codebase. - Introduced new components: AutoProbeItemDetail and AutoProbePagePatternsSidebar for improved data management and user interaction. - Updated index.ts to reflect new component structure and exports. - Enhanced internationalization support with new translations for preview and extraction types. - Refactored AutoProbeDetailTabPatterns to utilize new components and improve data handling.
34 lines
845 B
Go
34 lines
845 B
Go
export * from './array';
|
|
export * from './auth';
|
|
export * from './auto';
|
|
export * from './editor';
|
|
export * from './color';
|
|
export * from './debounce';
|
|
export * from './dom';
|
|
export * from './form';
|
|
export * from './func';
|
|
export * from './hash';
|
|
export * from './i18n';
|
|
export * from './list';
|
|
export * from './mongo';
|
|
export * from './object';
|
|
export * from './os';
|
|
export * from './pagination';
|
|
export * from './request';
|
|
export * from './result';
|
|
export * from './route';
|
|
export * from './service';
|
|
export * from './stats';
|
|
export * from './store';
|
|
export * from './string';
|
|
export * from './table';
|
|
export * from './task';
|
|
export * from './tree';
|
|
export * from './validate';
|
|
export * from './notification';
|
|
export * from './time';
|
|
export * from './icon';
|
|
export * from './dependency';
|
|
export * from './base64';
|
|
export * from './autoprobe';
|