@keyblade/pro-components 1.12.1-alpha.20 → 1.12.1-alpha.21

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.
@@ -1,11 +1,12 @@
1
1
  import e from "./image-upload.vue.js";
2
- import { Modal as s, Upload as t, Button as u, Tooltip as l, Spin as m, Space as n, Message as i } from "@arco-design/web-vue";
3
- const c = Object.assign(e, {
2
+ import { Modal as s, Upload as t, Button as n, Tooltip as u, Spin as m, Space as c, Message as i } from "@arco-design/web-vue";
3
+ import { IconZoomIn as r, IconZoomOut as l, IconRotateLeft as I, IconRotateRight as f, IconSync as d } from "@arco-design/web-vue/es/icon";
4
+ const S = Object.assign(e, {
4
5
  install: (o) => {
5
- o.use(s), o.use(t), o.use(u), o.use(l), o.use(m), o.use(n), o.use(i), o.component("KbProImageUpload", e);
6
+ o.use(s), o.use(t), o.use(n), o.use(u), o.use(m), o.use(c), o.use(i), o.use(r), o.use(l), o.use(I), o.use(f), o.use(d), o.component("KbProImageUpload", e);
6
7
  }
7
8
  });
8
9
  export {
9
- c as ProImageUpload,
10
- c as default
10
+ S as ProImageUpload,
11
+ S as default
11
12
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@keyblade/pro-components",
3
3
  "description": "KeyBlade Pro Components",
4
4
  "author": "yangshuai <704807396@qq.com>",
5
- "version": "1.12.1-alpha.20",
5
+ "version": "1.12.1-alpha.21",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "es/index.js",