eoss-mobiles 0.2.79 → 0.2.81
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/eoss-mobile.common.js +7 -5
- package/lib/index.js +1 -1
- package/lib/table.js +6 -4
- package/package.json +1 -1
- package/packages/table/src/main.vue +6 -4
- package/src/index.js +1 -1
|
@@ -9799,8 +9799,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
9799
9799
|
}
|
|
9800
9800
|
if (this.full && !this.height) {
|
|
9801
9801
|
this.$nextTick(function () {
|
|
9802
|
-
|
|
9803
|
-
_this.height = _this.page ? _this.$refs.emTable.clientHeight - 40 : _this.$refs.emTable.clientHeight;
|
|
9802
|
+
_this.tableClientHeight = _this.page ? _this.$refs.emTable.clientHeight - 40 : _this.$refs.emTable.clientHeight;
|
|
9804
9803
|
// this. = this.$refs.emTable.clientHeight - 40;
|
|
9805
9804
|
});
|
|
9806
9805
|
}
|
|
@@ -9943,6 +9942,9 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
9943
9942
|
}
|
|
9944
9943
|
});
|
|
9945
9944
|
},
|
|
9945
|
+
clickOpenEnlarge: function clickOpenEnlarge() {
|
|
9946
|
+
this.isEnlarge = true;
|
|
9947
|
+
},
|
|
9946
9948
|
currentChange: function currentChange(res) {
|
|
9947
9949
|
var _this7 = this;
|
|
9948
9950
|
|
|
@@ -10441,7 +10443,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
10441
10443
|
},
|
|
10442
10444
|
on: {
|
|
10443
10445
|
click: function click() {
|
|
10444
|
-
_this14.
|
|
10446
|
+
_this14.clickOpenEnlarge();
|
|
10445
10447
|
}
|
|
10446
10448
|
}
|
|
10447
10449
|
}));
|
|
@@ -10511,7 +10513,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
10511
10513
|
ref: 'emTable',
|
|
10512
10514
|
class: 'em-table-box',
|
|
10513
10515
|
style: {
|
|
10514
|
-
height:
|
|
10516
|
+
height: '100%',
|
|
10515
10517
|
position: 'relative'
|
|
10516
10518
|
}
|
|
10517
10519
|
}, tableContents);
|
|
@@ -24195,7 +24197,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
24195
24197
|
}
|
|
24196
24198
|
|
|
24197
24199
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
24198
|
-
version: '0.2.
|
|
24200
|
+
version: '0.2.81',
|
|
24199
24201
|
install: install,
|
|
24200
24202
|
Button: packages_button,
|
|
24201
24203
|
ButtonGroup: button_group,
|