cy-element-ui 1.0.85 → 1.0.87
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/lib/element-ui.common.js +1 -1
- package/lib/index.js +58539 -1
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/element.css +1 -1
- package/lib/theme-chalk/fileUpload.css +1 -1
- package/lib/theme-chalk/fonts/element-icons.ttf +0 -0
- package/lib/theme-chalk/fonts/element-icons.woff +0 -0
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selectDisplayInput.css +1 -1
- package/lib/theme-chalk/src/common/var.scss +4 -4
- package/lib/theme-chalk/src/mixins/mixins.scss +9 -3
- package/lib/theme-chalk/subTitle.css +1 -1
- package/lib/theme-chalk/tabDialog.css +1 -1
- package/lib/theme-chalk/treeSelect.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/src/common/var.scss +4 -4
- package/packages/theme-chalk/src/mixins/mixins.scss +9 -3
- package/src/index.js +1 -1
package/lib/element-ui.common.js
CHANGED
|
@@ -53967,7 +53967,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
53967
53967
|
}
|
|
53968
53968
|
|
|
53969
53969
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
53970
|
-
version: '1.0.
|
|
53970
|
+
version: '1.0.87',
|
|
53971
53971
|
locale: locale.use,
|
|
53972
53972
|
i18n: locale.i18n,
|
|
53973
53973
|
install: src_install,
|