yuang-framework-ui-pc 1.1.0 → 1.1.2
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/es/utils/resolvers.js +1 -1
- package/lib/utils/resolvers.cjs +1 -1
- package/package.json +2 -3
- package/typings/global.d.ts +58 -58
package/es/utils/resolvers.js
CHANGED
|
@@ -27,7 +27,7 @@ function EleAdminResolver(options) {
|
|
|
27
27
|
var _a;
|
|
28
28
|
const { path, exclude } = options || {};
|
|
29
29
|
if (name.match(/^Ele[A-Z]/) && !((_a = exclude == null ? void 0 : exclude.includes) == null ? void 0 : _a.call(exclude, name))) {
|
|
30
|
-
const packageName = "
|
|
30
|
+
const packageName = "yuang-framework-ui-pc";
|
|
31
31
|
const namePath = name.replace(/([A-Z])/g, " $1").trim().split(" ").join("-").toLowerCase();
|
|
32
32
|
const stylePath = getStylePath(namePath, packageName, path);
|
|
33
33
|
if (!path || path === "/es/core" || path === "/lib/core") {
|
package/lib/utils/resolvers.cjs
CHANGED
|
@@ -29,7 +29,7 @@ function EleAdminResolver(options) {
|
|
|
29
29
|
var _a;
|
|
30
30
|
const { path, exclude } = options || {};
|
|
31
31
|
if (name.match(/^Ele[A-Z]/) && !((_a = exclude == null ? void 0 : exclude.includes) == null ? void 0 : _a.call(exclude, name))) {
|
|
32
|
-
const packageName = "
|
|
32
|
+
const packageName = "yuang-framework-ui-pc";
|
|
33
33
|
const namePath = name.replace(/([A-Z])/g, " $1").trim().split(" ").join("-").toLowerCase();
|
|
34
34
|
const stylePath = getStylePath(namePath, packageName, path);
|
|
35
35
|
if (!path || path === "/es/core" || path === "/lib/core") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yuang-framework-ui-pc",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite --host --config vite.global.ts",
|
|
@@ -188,7 +188,6 @@
|
|
|
188
188
|
"repository": "https://eleadmin.com",
|
|
189
189
|
"license": "SEE LICENSE IN <https://eleadmin.com/copyright>",
|
|
190
190
|
"dependencies": {
|
|
191
|
-
"yuang-framework-ui-common": "^1.0.24"
|
|
192
|
-
"yuang-framework-ui-pc": "^1.0.20"
|
|
191
|
+
"yuang-framework-ui-common": "^1.0.24"
|
|
193
192
|
}
|
|
194
193
|
}
|
package/typings/global.d.ts
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/consistent-type-imports */
|
|
2
2
|
declare module '@vue/runtime-core' {
|
|
3
3
|
export interface GlobalComponents {
|
|
4
|
-
EleAdminLayout: (typeof import('
|
|
5
|
-
EleAlert: (typeof import('
|
|
6
|
-
EleApp: (typeof import('
|
|
7
|
-
EleAvatarGroup: (typeof import('
|
|
8
|
-
EleBacktop: (typeof import('
|
|
9
|
-
EleBarCode: (typeof import('
|
|
10
|
-
EleBasicSelect: (typeof import('
|
|
11
|
-
EleBottomBar: (typeof import('
|
|
12
|
-
EleBreadcrumb: (typeof import('
|
|
13
|
-
EleCard: (typeof import('
|
|
14
|
-
EleCheckCard: (typeof import('
|
|
15
|
-
EleConfigProvider: (typeof import('
|
|
16
|
-
EleCopyable: (typeof import('
|
|
17
|
-
EleCountUp: (typeof import('
|
|
18
|
-
EleCropper: (typeof import('
|
|
19
|
-
EleCropperModal: (typeof import('
|
|
20
|
-
EleDashboard: (typeof import('
|
|
21
|
-
EleDataTable: (typeof import('
|
|
22
|
-
EleDot: (typeof import('
|
|
23
|
-
EleDrawer: (typeof import('
|
|
24
|
-
EleDropdown: (typeof import('
|
|
25
|
-
EleEditTag: (typeof import('
|
|
26
|
-
EleEllipsis: (typeof import('
|
|
27
|
-
EleFileList: (typeof import('
|
|
28
|
-
EleFileListTool: (typeof import('
|
|
29
|
-
EleIconSelect: (typeof import('
|
|
30
|
-
EleImageViewer: (typeof import('
|
|
31
|
-
EleLoading: (typeof import('
|
|
32
|
-
EleMapPicker: (typeof import('
|
|
33
|
-
EleMenus: (typeof import('
|
|
34
|
-
EleModal: (typeof import('
|
|
35
|
-
ElePage: (typeof import('
|
|
36
|
-
ElePagination: (typeof import('
|
|
37
|
-
ElePopconfirm: (typeof import('
|
|
38
|
-
ElePopover: (typeof import('
|
|
39
|
-
ElePrinter: (typeof import('
|
|
40
|
-
EleProLayout: (typeof import('
|
|
41
|
-
EleProTable: (typeof import('
|
|
42
|
-
EleQrCode: (typeof import('
|
|
43
|
-
EleQrCodeSvg: (typeof import('
|
|
44
|
-
EleSegmented: (typeof import('
|
|
45
|
-
EleSplitPanel: (typeof import('
|
|
46
|
-
EleSteps: (typeof import('
|
|
47
|
-
EleTabTool: (typeof import('
|
|
48
|
-
EleTabWrap: (typeof import('
|
|
49
|
-
EleTable: (typeof import('
|
|
50
|
-
EleTableSelect: (typeof import('
|
|
51
|
-
EleTabs: (typeof import('
|
|
52
|
-
EleText: (typeof import('
|
|
53
|
-
EleTool: (typeof import('
|
|
54
|
-
EleToolbar: (typeof import('
|
|
55
|
-
EleTooltip: (typeof import('
|
|
56
|
-
EleTour: (typeof import('
|
|
57
|
-
EleTreeSelect: (typeof import('
|
|
58
|
-
EleUploadList: (typeof import('
|
|
59
|
-
EleVirtualTable: (typeof import('
|
|
60
|
-
EleWatermark: (typeof import('
|
|
61
|
-
EleXgPlayer: (typeof import('
|
|
4
|
+
EleAdminLayout: (typeof import('yuang-framework-ui-pc'))['EleAdminLayout'];
|
|
5
|
+
EleAlert: (typeof import('yuang-framework-ui-pc'))['EleAlert'];
|
|
6
|
+
EleApp: (typeof import('yuang-framework-ui-pc'))['EleApp'];
|
|
7
|
+
EleAvatarGroup: (typeof import('yuang-framework-ui-pc'))['EleAvatarGroup'];
|
|
8
|
+
EleBacktop: (typeof import('yuang-framework-ui-pc'))['EleBacktop'];
|
|
9
|
+
EleBarCode: (typeof import('yuang-framework-ui-pc'))['EleBarCode'];
|
|
10
|
+
EleBasicSelect: (typeof import('yuang-framework-ui-pc'))['EleBasicSelect'];
|
|
11
|
+
EleBottomBar: (typeof import('yuang-framework-ui-pc'))['EleBottomBar'];
|
|
12
|
+
EleBreadcrumb: (typeof import('yuang-framework-ui-pc'))['EleBreadcrumb'];
|
|
13
|
+
EleCard: (typeof import('yuang-framework-ui-pc'))['EleCard'];
|
|
14
|
+
EleCheckCard: (typeof import('yuang-framework-ui-pc'))['EleCheckCard'];
|
|
15
|
+
EleConfigProvider: (typeof import('yuang-framework-ui-pc'))['EleConfigProvider'];
|
|
16
|
+
EleCopyable: (typeof import('yuang-framework-ui-pc'))['EleCopyable'];
|
|
17
|
+
EleCountUp: (typeof import('yuang-framework-ui-pc'))['EleCountUp'];
|
|
18
|
+
EleCropper: (typeof import('yuang-framework-ui-pc'))['EleCropper'];
|
|
19
|
+
EleCropperModal: (typeof import('yuang-framework-ui-pc'))['EleCropperModal'];
|
|
20
|
+
EleDashboard: (typeof import('yuang-framework-ui-pc'))['EleDashboard'];
|
|
21
|
+
EleDataTable: (typeof import('yuang-framework-ui-pc'))['EleDataTable'];
|
|
22
|
+
EleDot: (typeof import('yuang-framework-ui-pc'))['EleDot'];
|
|
23
|
+
EleDrawer: (typeof import('yuang-framework-ui-pc'))['EleDrawer'];
|
|
24
|
+
EleDropdown: (typeof import('yuang-framework-ui-pc'))['EleDropdown'];
|
|
25
|
+
EleEditTag: (typeof import('yuang-framework-ui-pc'))['EleEditTag'];
|
|
26
|
+
EleEllipsis: (typeof import('yuang-framework-ui-pc'))['EleEllipsis'];
|
|
27
|
+
EleFileList: (typeof import('yuang-framework-ui-pc'))['EleFileList'];
|
|
28
|
+
EleFileListTool: (typeof import('yuang-framework-ui-pc'))['EleFileListTool'];
|
|
29
|
+
EleIconSelect: (typeof import('yuang-framework-ui-pc'))['EleIconSelect'];
|
|
30
|
+
EleImageViewer: (typeof import('yuang-framework-ui-pc'))['EleImageViewer'];
|
|
31
|
+
EleLoading: (typeof import('yuang-framework-ui-pc'))['EleLoading'];
|
|
32
|
+
EleMapPicker: (typeof import('yuang-framework-ui-pc'))['EleMapPicker'];
|
|
33
|
+
EleMenus: (typeof import('yuang-framework-ui-pc'))['EleMenus'];
|
|
34
|
+
EleModal: (typeof import('yuang-framework-ui-pc'))['EleModal'];
|
|
35
|
+
ElePage: (typeof import('yuang-framework-ui-pc'))['ElePage'];
|
|
36
|
+
ElePagination: (typeof import('yuang-framework-ui-pc'))['ElePagination'];
|
|
37
|
+
ElePopconfirm: (typeof import('yuang-framework-ui-pc'))['ElePopconfirm'];
|
|
38
|
+
ElePopover: (typeof import('yuang-framework-ui-pc'))['ElePopover'];
|
|
39
|
+
ElePrinter: (typeof import('yuang-framework-ui-pc'))['ElePrinter'];
|
|
40
|
+
EleProLayout: (typeof import('yuang-framework-ui-pc'))['EleProLayout'];
|
|
41
|
+
EleProTable: (typeof import('yuang-framework-ui-pc'))['EleProTable'];
|
|
42
|
+
EleQrCode: (typeof import('yuang-framework-ui-pc'))['EleQrCode'];
|
|
43
|
+
EleQrCodeSvg: (typeof import('yuang-framework-ui-pc'))['EleQrCodeSvg'];
|
|
44
|
+
EleSegmented: (typeof import('yuang-framework-ui-pc'))['EleSegmented'];
|
|
45
|
+
EleSplitPanel: (typeof import('yuang-framework-ui-pc'))['EleSplitPanel'];
|
|
46
|
+
EleSteps: (typeof import('yuang-framework-ui-pc'))['EleSteps'];
|
|
47
|
+
EleTabTool: (typeof import('yuang-framework-ui-pc'))['EleTabTool'];
|
|
48
|
+
EleTabWrap: (typeof import('yuang-framework-ui-pc'))['EleTabWrap'];
|
|
49
|
+
EleTable: (typeof import('yuang-framework-ui-pc'))['EleTable'];
|
|
50
|
+
EleTableSelect: (typeof import('yuang-framework-ui-pc'))['EleTableSelect'];
|
|
51
|
+
EleTabs: (typeof import('yuang-framework-ui-pc'))['EleTabs'];
|
|
52
|
+
EleText: (typeof import('yuang-framework-ui-pc'))['EleText'];
|
|
53
|
+
EleTool: (typeof import('yuang-framework-ui-pc'))['EleTool'];
|
|
54
|
+
EleToolbar: (typeof import('yuang-framework-ui-pc'))['EleToolbar'];
|
|
55
|
+
EleTooltip: (typeof import('yuang-framework-ui-pc'))['EleTooltip'];
|
|
56
|
+
EleTour: (typeof import('yuang-framework-ui-pc'))['EleTour'];
|
|
57
|
+
EleTreeSelect: (typeof import('yuang-framework-ui-pc'))['EleTreeSelect'];
|
|
58
|
+
EleUploadList: (typeof import('yuang-framework-ui-pc'))['EleUploadList'];
|
|
59
|
+
EleVirtualTable: (typeof import('yuang-framework-ui-pc'))['EleVirtualTable'];
|
|
60
|
+
EleWatermark: (typeof import('yuang-framework-ui-pc'))['EleWatermark'];
|
|
61
|
+
EleXgPlayer: (typeof import('yuang-framework-ui-pc'))['EleXgPlayer'];
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
export {};
|