cy-element-ui 1.0.81 → 1.0.82

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cy-element-ui",
3
- "version": "1.0.81",
4
- "description": "基于ElementUI开发的组件",
3
+ "version": "1.0.82",
4
+ "description": "基于 ElementUI 开发的组件",
5
5
  "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib",
@@ -16,7 +16,7 @@
16
16
  "bootstrap": "yarn || npm i",
17
17
  "gen-cssfile:comment": "在 /packages/theme-cy/src/index.less 中自动引入各个组件的覆写样式文件",
18
18
  "gen-cssfile": "node build/bin/gen-cssfile",
19
- "build:theme:comment": "构建主题样式:在 index.less 中自动引入各个组件的覆写样式文件 && 通过 gulp 将 less 文件编译成 css 并输出到 lib 目录 && 拷贝基础样式 theme-chalk 到 lib/theme-chalk && 拷贝 编译后的 theme-cy/lib/* 目录到 lib/theme-cy && 合并 theme-chalk 和 theme-cy",
19
+ "build:theme:comment": "构建主题样式:在 index.less 中自动引入各个组件的覆写样式文件 && 通过 gulp 将 less 文件编译成 css 并输出到 lib 目录 && 拷贝 基础样式 theme-chalk 到 lib/theme-chalk && 拷贝 编译后的 theme-cy/lib/* 目录到 lib/theme-cy && 合并 theme-chalk 和 theme-cy",
20
20
  "build:theme": "npm run gen-cssfile && gulp build --gulpfile packages/theme-cy/gulpfile.js && cp-cli packages/theme-cy/lib lib/theme-cy && cp-cli packages/theme-chalk lib/theme-chalk && node build/bin/compose-css-file.js",
21
21
  "build:file": "node build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/version.js",
22
22
  "build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",
package/src/index.js CHANGED
@@ -221,7 +221,7 @@ if (typeof window !== 'undefined' && window.Vue) {
221
221
  }
222
222
 
223
223
  export default {
224
- version: '1.0.80',
224
+ version: '1.0.82',
225
225
  locale: locale.use,
226
226
  i18n: locale.i18n,
227
227
  install,