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 +8 -6
- package/package.json +1 -1
- package/CHANGELOG.md +0 -7
- package/es/version.d.ts +0 -1
- package/es/version.mjs +0 -4
- package/es/version.mjs.map +0 -1
- package/lib/version.d.ts +0 -1
- package/lib/version.js +0 -6
- package/lib/version.js.map +0 -1
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:
|
|
6
|
-
EpForm:
|
|
7
|
-
EpInput:
|
|
8
|
-
EpTable:
|
|
9
|
-
EpSelect:
|
|
10
|
-
EpSearchListPage:
|
|
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
package/CHANGELOG.md
DELETED
package/es/version.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const version = "0.0.0-dev.1";
|
package/es/version.mjs
DELETED
package/es/version.mjs.map
DELETED
|
@@ -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
package/lib/version.js.map
DELETED
|
@@ -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;;;;"}
|