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 { ref } from 'vue';
import { MarkdownPreviewer, Page } from '@vben/common-ui';
import { Spin } from 'ant-design-vue';
import { Spin } from 'antdv-next';
import changelog from '../../../../../../CHANGELOG.md?raw';

View File

@@ -12,7 +12,7 @@ import {
RadioGroup,
Select,
Space,
} from 'ant-design-vue';
} from 'antdv-next';
import { repeat } from 'lodash-es';
import { DictTag } from '#/components/dict';

View File

@@ -3,7 +3,7 @@ import { ref } from 'vue';
import { JsonPreview, Page } from '@vben/common-ui';
import { Alert, Card } from 'ant-design-vue';
import { Alert, Card } from 'antdv-next';
import dayjs from 'dayjs';
import { requestClient } from '#/api/request';

View File

@@ -3,7 +3,7 @@ import type { VxeGridProps } from '#/adapter/vxe-table';
import { Page, useVbenModal } from '@vben/common-ui';
import { Space } from 'ant-design-vue';
import { Space } from 'antdv-next';
import { useVbenVxeGrid } from '#/adapter/vxe-table';

View File

@@ -3,7 +3,7 @@ import { ref } from 'vue';
import { Page } from '@vben/common-ui';
import { Switch } from 'ant-design-vue';
import { Switch } from 'antdv-next';
import { Tinymce } from '#/components/tinymce';

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { UploadFile } from 'ant-design-vue/es/upload/interface';
import type { UploadFile } from 'antdv-next/es/upload/interface';
import type { CustomGetter } from '#/components/upload/src/props';
@@ -8,7 +8,7 @@ import { h, ref } from 'vue';
import { CodeMirror, Page, useVbenModal } from '@vben/common-ui';
import { useClipboard } from '@vueuse/core';
import { Alert, Card, Modal, RadioGroup, Switch } from 'ant-design-vue';
import { Alert, Card, Modal, RadioGroup, Switch } from 'antdv-next';
import { FileUpload, ImageUpload } from '#/components/upload';

View File

@@ -3,7 +3,7 @@ import { h } from 'vue';
import { JsonPreview, useVbenModal } from '@vben/common-ui';
import { Modal, Space } from 'ant-design-vue';
import { Modal, Space } from 'antdv-next';
import { useVbenForm } from '#/adapter/form';

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { ref } from 'vue';
import { Tabs } from 'ant-design-vue';
import { Tabs } from 'antdv-next';
import Browser from './pages/browser.vue';
import Device from './pages/device.vue';

View File

@@ -13,7 +13,7 @@ import {
Modal,
Select,
Space,
} from 'ant-design-vue';
} from 'antdv-next';
import { useVbenVxeGrid } from '#/adapter/vxe-table';

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { Page } from '@vben/common-ui';
import { Card } from 'ant-design-vue';
import { Card } from 'antdv-next';
import EditTable from './edit-table.vue';
</script>

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { Page } from '@vben/common-ui';
import { Alert, Image } from 'ant-design-vue';
import { Alert, Image } from 'antdv-next';
import wechatGroupImg from './img-base64.txt?raw';
</script>