* fix: useStore is deprecated * chore: update deps * feat: 升级shadcn-ui v4 * fix: workbench style * feat: 升级shadcn-ui v4 step2 * feat: 升级shadcn-ui v4 step3 * chore: 升级shadcn v4 * fix: pagination * fix: dark style * fix: doc import * feat: 增加详情组件,参考 antdv-next * docs: descriptions docs * docs: Browser Support * feat: add table action * feat: icon use vbenIcon * fix: type error * fix: dropdown popConfirm * feat: 使用默认的文字交互 * feat: 优化渲染性能
52 lines
1.1 KiB
TypeScript
52 lines
1.1 KiB
TypeScript
export * from './api-component';
|
|
export * from './captcha';
|
|
export * from './col-page';
|
|
export * from './count-to';
|
|
export * from './cropper';
|
|
export * from './ellipsis-text';
|
|
export * from './icon-picker';
|
|
export * from './json-viewer';
|
|
export * from './loading';
|
|
export * from './page';
|
|
export * from './resize';
|
|
export * from './tippy';
|
|
export * from './tree';
|
|
export * from '@vben-core/form-ui';
|
|
export * from '@vben-core/popup-ui';
|
|
|
|
// 给文档用
|
|
export {
|
|
VbenAvatar,
|
|
VbenButton,
|
|
VbenButtonGroup,
|
|
VbenCheckbox,
|
|
VbenCheckButtonGroup,
|
|
VbenCollapsibleParams,
|
|
VbenContextMenu,
|
|
VbenCountToAnimator,
|
|
VbenDescriptions,
|
|
VbenDescriptionsItem,
|
|
VbenFullScreen,
|
|
VbenIconButton,
|
|
VbenInputPassword,
|
|
VbenLoading,
|
|
VbenLogo,
|
|
VbenPinInput,
|
|
VbenSelect,
|
|
VbenSpinner,
|
|
VbenTableAction,
|
|
} from '@vben-core/shadcn-ui';
|
|
|
|
export type {
|
|
ActionItem,
|
|
CollapsibleParamSchema,
|
|
CollapsibleParamsProps,
|
|
DescriptionsColumn,
|
|
DescriptionsItemType,
|
|
DescriptionsProps,
|
|
DescriptionsSize,
|
|
FlattenedItem,
|
|
TableActionProps,
|
|
} from '@vben-core/shadcn-ui';
|
|
export { globalShareState } from '@vben-core/shared/global-state';
|