antd-vue-dbthor 1.0.78 → 1.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,51 @@
1
+ <p align="center">
2
+ <a href="https://www.dbice.cn/antd-vue-dbthor/docs/">
3
+ <img width="200" src="https://aliyuncdn.antdv.com/logo.png">
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">
8
+ <a href="https://www.dbice.cn/antd-vue-dbthor/docs/" target="_blank">Antd Vue DBThor</a>
9
+ </h1>
10
+
11
+ <div align="center">
12
+
13
+ 基于 Ant Design Vue 和 Vue 3
14
+
15
+ </div>
16
+
17
+ [![](https://cdn-images-1.medium.com/max/2000/1*NIlj0-TdLMbo_hzSBP8tmg.png)](https://www.antdv.com/)
18
+
19
+ [English](./README.md) | 简体中文
20
+
21
+ ## 特性
22
+
23
+ - 提炼自企业级中后台产品常用重复业务逻辑
24
+ - 开箱即用
25
+
26
+ ## 支持环境
27
+
28
+ - 现代浏览器。1.x 版本支持 IE 9+(需要 [polyfills](https://www.antdv.com/docs/vue/getting-started-cn/#兼容性))
29
+ - 支持服务端渲染。
30
+ - [Electron](https://electronjs.org/)
31
+ - 支持 Vue 2 和 Vue 3
32
+
33
+ | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
34
+ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35
+ | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
36
+
37
+ ## 安装
38
+
39
+ ```bash
40
+ $ npm install antd-vue-dbthor --save
41
+ ```
42
+
43
+ ```bash
44
+ $ pnpm add antd-vue-dbthor
45
+ ```
46
+
47
+ ## 链接
48
+
49
+ - [文档](https://www.dbice.cn/antd-vue-dbthor/docs/)
50
+ - [Vue 官方文档](https://cn.vuejs.org/)
51
+ - [Ant Design Vue](https://www.antdv.com/docs/vue/introduce-cn/)
@@ -4,7 +4,7 @@ export declare const createUserApi: (data?: any, config?: any) => Promise< Axios
4
4
  export declare const updateUserApi: ({ id, ...data }: any, config?: any) => Promise< AxiosResponse<any, any>>;
5
5
  export declare const deleteUserApi: ({ id }: any, config?: any) => Promise< AxiosResponse<any, any>>;
6
6
  export declare const getUserDetailsApi: (params?: any, config?: any) => Promise< AxiosResponse<any, any>>;
7
- export declare const downloadUserTemplateApi: (params?: any, config?: any) => Promise< AxiosResponse<any, any>>;
7
+ export declare const downloadUserTemplateByBufferApi: (params?: any, config?: any) => Promise< AxiosResponse<any, any>>;
8
8
  export declare const downloadUserTemplateByBlobApi: (params?: any) => Promise< AxiosResponse<any, any>>;
9
9
  export declare const exportUsersApi: (params?: any, config?: any) => Promise< AxiosResponse<any, any>>;
10
10
  export declare const importUserApi: (data?: any, config?: any) => Promise< AxiosResponse<any, any>>;