@vtj/icons 0.8.36 → 0.8.38

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/icons",
3
3
  "private": false,
4
- "version": "0.8.36",
4
+ "version": "0.8.38",
5
5
  "type": "module",
6
6
  "dependencies": {
7
7
  "@element-plus/icons-vue": "~2.3.1"
package/types/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { App } from 'vue';
1
2
 
2
3
  export { version as VTJ_ICONS_VERSION } from './version';
3
4
  import * as svgIcons from './components';
@@ -13,4 +14,5 @@ export interface Icon {
13
14
  unicode: string;
14
15
  }
15
16
  declare const icons: Record<string, any>;
17
+ export declare const IconsPlugin: (app: App) => void;
16
18
  export { icons, iconfont, svgIcons, assets };
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/icons
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.35
5
+ * @version 0.8.37
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.35";
8
+ export declare const version = "0.8.37";