Files
nl-admin-view/packages/effects/common-ui/src/components/index.ts
xingyu 04fbb7a556 chore: 升级 shadcn-vue 组件到v4最新版 (#7972)
* 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: 优化渲染性能
2026-05-31 15:18:46 +08:00

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';