init: antdv-next

This commit is contained in:
dap
2026-01-08 20:56:07 +08:00
parent 1383f63361
commit a208034539
251 changed files with 417 additions and 401 deletions

View File

@@ -3,7 +3,7 @@ import type { VbenFormProps } from '#/adapter/form';
import { $t } from '@vben/locales';
import { cloneDeep, formatDate } from '@vben/utils';
import { message } from 'ant-design-vue';
import { message } from 'antdv-next';
import { isFunction } from 'lodash-es';
import { dataURLtoBlob, urlToBase64 } from './base64Conver';

View File

@@ -1,9 +1,9 @@
import type { ModalFuncProps } from 'ant-design-vue';
import type { Rule } from 'ant-design-vue/es/form';
import type { ModalFuncProps } from 'antdv-next';
import type { Rule } from 'antdv-next/es/form';
import { reactive } from 'vue';
import { Alert, Form, Input, Modal } from 'ant-design-vue';
import { Alert, Form, Input, Modal } from 'antdv-next';
import { isFunction } from 'lodash-es';
export interface ConfirmModalProps extends Omit<ModalFuncProps, 'visible'> {

View File

@@ -5,7 +5,7 @@ import { ref } from 'vue';
import { $t } from '@vben/locales';
import { Modal } from 'ant-design-vue';
import { Modal } from 'antdv-next';
import { isFunction } from 'lodash-es';
interface BeforeCloseDiffProps {

View File

@@ -28,7 +28,7 @@ import {
WindowsIcon,
} from '@vben/icons';
import { Tag } from 'ant-design-vue';
import { Tag } from 'antdv-next';
import { DictTag } from '#/components/dict';