yuang-framework-ui-pc 1.1.46 → 1.1.47
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/core-components.d.ts +3 -3
- package/es/core-components.js +3 -3
- package/es/yu-framework-attachment-file-upload/index.js +0 -1
- package/lib/core-components.cjs +3 -3
- package/lib/core-components.d.ts +3 -3
- package/lib/yu-framework-attachment-file-upload/index.cjs +0 -1
- package/package.json +1 -1
package/es/core-components.d.ts
CHANGED
|
@@ -52,6 +52,6 @@ export { default as EleVirtualTable } from './ele-virtual-table/index';
|
|
|
52
52
|
export { default as EleWatermark } from './ele-watermark/index';
|
|
53
53
|
export { default as EleTest } from './ele-test/index';
|
|
54
54
|
export { default as YuTest } from './yu-test/index';
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as
|
|
55
|
+
export { default as YuFrameworkSliderCaptchaDialog } from './yu-framework-slider-captcha-dialog/index';
|
|
56
|
+
export { default as YuFrameworkAttachmentFileUpload } from './yu-framework-attachment-file-upload/index';
|
|
57
|
+
export { default as YuFrameworkAttachmentImageUpload } from './yu-framework-attachment-image-upload/index';
|
package/es/core-components.js
CHANGED
|
@@ -109,8 +109,8 @@ export {
|
|
|
109
109
|
default51 as EleUploadList,
|
|
110
110
|
default52 as EleVirtualTable,
|
|
111
111
|
default53 as EleWatermark,
|
|
112
|
-
default57 as
|
|
113
|
-
default58 as
|
|
114
|
-
default56 as
|
|
112
|
+
default57 as YuFrameworkAttachmentFileUpload,
|
|
113
|
+
default58 as YuFrameworkAttachmentImageUpload,
|
|
114
|
+
default56 as YuFrameworkSliderCaptchaDialog,
|
|
115
115
|
default55 as YuTest
|
|
116
116
|
};
|
package/lib/core-components.cjs
CHANGED
|
@@ -111,6 +111,6 @@ exports.EleVirtualTable = index$O;
|
|
|
111
111
|
exports.EleWatermark = index$P;
|
|
112
112
|
exports.EleTest = index$Q;
|
|
113
113
|
exports.YuTest = index$R;
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
114
|
+
exports.YuFrameworkSliderCaptchaDialog = index$S;
|
|
115
|
+
exports.YuFrameworkAttachmentFileUpload = index$T;
|
|
116
|
+
exports.YuFrameworkAttachmentImageUpload = index$U;
|
package/lib/core-components.d.ts
CHANGED
|
@@ -52,6 +52,6 @@ export { default as EleVirtualTable } from './ele-virtual-table/index';
|
|
|
52
52
|
export { default as EleWatermark } from './ele-watermark/index';
|
|
53
53
|
export { default as EleTest } from './ele-test/index';
|
|
54
54
|
export { default as YuTest } from './yu-test/index';
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as
|
|
55
|
+
export { default as YuFrameworkSliderCaptchaDialog } from './yu-framework-slider-captcha-dialog/index';
|
|
56
|
+
export { default as YuFrameworkAttachmentFileUpload } from './yu-framework-attachment-file-upload/index';
|
|
57
|
+
export { default as YuFrameworkAttachmentImageUpload } from './yu-framework-attachment-image-upload/index';
|