cy-element-ui 1.0.33 → 1.0.35

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,6 +1,6 @@
1
1
  {
2
2
  "name": "cy-element-ui",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "基于ElementUI开发的组件",
5
5
  "main": "lib/element-ui.common.js",
6
6
  "files": [
@@ -10,6 +10,7 @@
10
10
  "types",
11
11
  "web-types.json"
12
12
  ],
13
+ "types": "types/index.d.ts",
13
14
  "typings": "types/index.d.ts",
14
15
  "scripts": {
15
16
  "bootstrap": "yarn || npm i",
@@ -249,7 +249,10 @@
249
249
 
250
250
  width: [String, Number],
251
251
 
252
- height: [String, Number],
252
+ height: {
253
+ type: [String, Number],
254
+ default: ''
255
+ },
253
256
 
254
257
  maxHeight: [String, Number],
255
258
 
package/src/index.js CHANGED
@@ -219,7 +219,7 @@ if (typeof window !== 'undefined' && window.Vue) {
219
219
  }
220
220
 
221
221
  export default {
222
- version: '1.0.32',
222
+ version: '1.0.34',
223
223
  locale: locale.use,
224
224
  i18n: locale.i18n,
225
225
  install,
package/web-types.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "framework": "vue",
3
- "name": "element-ui",
3
+ "name": "cy-element-ui",
4
4
  "version": "2.15.9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {