element-ui-root 2.0.8 → 2.1.2
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/dist/index.common.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -135416,7 +135416,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
|
|
|
135416
135416
|
"row-click": this.choose,
|
|
135417
135417
|
"selection-change": this.select
|
|
135418
135418
|
}
|
|
135419
|
-
}, [condition && this.selection && h("el-table-column", {
|
|
135419
|
+
}, [condition && this.selection && this.$listeners.select && h("el-table-column", {
|
|
135420
135420
|
"attrs": {
|
|
135421
135421
|
"fixed": "left",
|
|
135422
135422
|
"type": "selection",
|
|
@@ -157254,7 +157254,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
157254
157254
|
},
|
|
157255
157255
|
height: {
|
|
157256
157256
|
type: String,
|
|
157257
|
-
default: () => '
|
|
157257
|
+
default: () => '64vh'
|
|
157258
157258
|
},
|
|
157259
157259
|
verify: {
|
|
157260
157260
|
type: Boolean,
|
package/dist/index.umd.js
CHANGED
|
@@ -135425,7 +135425,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
|
|
|
135425
135425
|
"row-click": this.choose,
|
|
135426
135426
|
"selection-change": this.select
|
|
135427
135427
|
}
|
|
135428
|
-
}, [condition && this.selection && h("el-table-column", {
|
|
135428
|
+
}, [condition && this.selection && this.$listeners.select && h("el-table-column", {
|
|
135429
135429
|
"attrs": {
|
|
135430
135430
|
"fixed": "left",
|
|
135431
135431
|
"type": "selection",
|
|
@@ -157263,7 +157263,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
157263
157263
|
},
|
|
157264
157264
|
height: {
|
|
157265
157265
|
type: String,
|
|
157266
|
-
default: () => '
|
|
157266
|
+
default: () => '64vh'
|
|
157267
157267
|
},
|
|
157268
157268
|
verify: {
|
|
157269
157269
|
type: Boolean,
|