@mc-markets/ui 1.0.94 → 1.0.97
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/FIX_ESM_ERROR.md +109 -0
- package/QUICK_START.md +14 -2
- package/README.md +2 -2
- package/USAGE_GUIDE.md +23 -9
- package/dist/index-simple.d.ts +1 -0
- package/dist/index-simple.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -33
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +639 -546
- package/dist/index.mjs.map +1 -1
- package/dist/resolver.d.ts +7 -2
- package/dist/resolver.d.ts.map +1 -1
- package/package.json +2 -9
- package/vite.config.example.js +6 -4
- package/packages/resolver.d.ts +0 -118
- package/packages/resolver.js +0 -195
package/dist/index.d.ts
CHANGED
|
@@ -31,44 +31,14 @@ export function checkComponentRegistration(app: any): {
|
|
|
31
31
|
custom: any[];
|
|
32
32
|
conflicts: string[];
|
|
33
33
|
};
|
|
34
|
+
export function getElementPlusComponents(): {};
|
|
34
35
|
declare namespace _default {
|
|
35
36
|
export { install };
|
|
36
37
|
}
|
|
37
38
|
export default _default;
|
|
38
|
-
export const MMessageBox: ElementPlusComponents.IElMessageBox & import('vue').Plugin;
|
|
39
39
|
export const mComponents: {};
|
|
40
|
-
|
|
41
|
-
export const MCarousel: any;
|
|
42
|
-
export const MCarouselItem: any;
|
|
43
|
-
export const MCascader: any;
|
|
44
|
-
export const MCascaderPanel: any;
|
|
45
|
-
export const MCheckTag: any;
|
|
46
|
-
export const MCalendar: any;
|
|
47
|
-
export const MTimePicker: any;
|
|
48
|
-
export const MDateTimePicker: any;
|
|
49
|
-
export const MColorPicker: any;
|
|
50
|
-
export const MTransfer: any;
|
|
51
|
-
export const MTree: any;
|
|
52
|
-
export const MTreeSelect: any;
|
|
53
|
-
export const MUpload: any;
|
|
54
|
-
export const MImage: any;
|
|
55
|
-
export const MImageViewer: any;
|
|
56
|
-
export const MBacktop: any;
|
|
57
|
-
export const MInfiniteScroll: any;
|
|
58
|
-
export const MAffix: any;
|
|
59
|
-
export const MScrollbar: any;
|
|
60
|
-
export const MResult: any;
|
|
61
|
-
export const MSkeleton: any;
|
|
62
|
-
export const MLoading: any;
|
|
63
|
-
export const MSpinner: any;
|
|
64
|
-
export const MProgress: any;
|
|
65
|
-
export const MBadge: any;
|
|
66
|
-
export const MAvatar: any;
|
|
67
|
-
export const MImagePreview: any;
|
|
68
|
-
export const MTeleport: any;
|
|
69
|
-
export const MConfigProvider: any;
|
|
70
|
-
declare function install(app: any): void;
|
|
71
|
-
import * as ElementPlusComponents from 'element-plus';
|
|
40
|
+
declare function install(app: any): Promise<void>;
|
|
72
41
|
export { MIcon, MButton, MInput, MForm, MFormItem, MTooltip, MSelect, MPagination, MRadio, MRadioGroup, MRadioButton, MSwitch, MTag, MAlert, MDialog, MNotification, MMessage, MNotifiMessage, MDatePicker, MEmpty, MTable, MTableColumn, MBanner, MTabs, MTabPane, MTabCard, MTabCardItem, MBreadcrumb, Message, NotifiMessage };
|
|
73
42
|
export { addOverrideClass, addComponentOverride, applyGlobalOverride, forceRefreshStyles, createOverrideComponent } from './utils/styleUtils.js';
|
|
43
|
+
export { McMarketsUIResolver, getMcMarketsUIImports } from './resolver.js';
|
|
74
44
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/index.js"],"names":[],"mappings":"AAgLA;;;;EAgCC;AA0BD,+CAEC;;;;;AALD,6BAA8C;AAlG9C,kDAwCC;kBAjKiB,4BAA4B;oBAC1B,gCAAgC;mBACjC,8BAA8B;kBAC/B,4BAA4B;sBACxB,oCAAoC;qBACrC,kCAAkC;oBACnC,gCAAgC;wBAG5B,wCAAwC;mBAC7C,8BAA8B;wBACzB,wCAAwC;yBACvC,0CAA0C;oBAC/C,gCAAgC;iBACnC,0BAA0B;mBACxB,8BAA8B;oBAC7B,gCAAgC;0BAC1B,4CAA4C;qBACpC,kCAAkC;2BACtB,8CAA8C;wBACpE,wCAAwC;mBAC7C,8BAA8B;mBAC9B,8BAA8B;yBACxB,oCAAoC;oBACzC,gCAAgC;kBAClC,4BAA4B;qBACzB,+BAA+B;qBAC/B,kCAAkC;yBAC9B,sCAAsC;wBACvC,wCAAwC;wBAX9B,kCAAkC;8BACtB,8CAA8C"}
|