el-plus2 0.0.2 → 0.0.3

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/global.d.ts CHANGED
@@ -1,13 +1,15 @@
1
+ /* prettier-ignore */
2
+
1
3
  // GlobalComponents是vue3自带,用于扩展接口,给用户自定义全局组件补充类型提示
2
4
  declare module 'vue' {
3
5
  export interface GlobalComponents {
4
6
  // 接口自动合并 GlobalComponents for Volar
5
- EpButtons: (typeof import('el-plus'))['buttons']
6
- EpForm: (typeof import('el-plus'))['form']
7
- EpInput: (typeof import('el-plus'))['input']
8
- EpTable: (typeof import('el-plus'))['table']
9
- EpSelect: (typeof import('el-plus'))['select']
10
- EpSearchListPage: (typeof import('el-plus'))['searchListPage']
7
+ EpButtons: typeof import('el-plus2')['EpButtons']
8
+ EpForm: typeof import('el-plus2')['EpForm']
9
+ EpInput: typeof import('el-plus2')['EpInput']
10
+ EpTable: typeof import('el-plus2')['EpTable']
11
+ EpSelect: typeof import('el-plus2')['EpSelect']
12
+ EpSearchListPage: typeof import('el-plus2')['EpSearchListPage']
11
13
  }
12
14
  }
13
15
  export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-plus2",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "pro base on element-plus",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # el-plus
2
-
3
- ## 0.0.2
4
-
5
- ### Patch Changes
6
-
7
- - 第一版本
package/es/version.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare const version = "0.0.0-dev.1";
package/es/version.mjs DELETED
@@ -1,4 +0,0 @@
1
- const version = "0.0.0-dev.1";
2
-
3
- export { version };
4
- //# sourceMappingURL=version.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../packages/el-plus/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.1'\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
package/lib/version.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare const version = "0.0.0-dev.1";
package/lib/version.js DELETED
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- const version = "0.0.0-dev.1";
4
-
5
- exports.version = version;
6
- //# sourceMappingURL=version.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"version.js","sources":["../../../packages/el-plus/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.1'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}