eoss-mobiles 0.2.79 → 0.2.80
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 +5 -2
- package/lib/index.js +1 -1
- package/lib/table.js +4 -1
- package/package.json +1 -1
- package/packages/table/src/main.vue +4 -1
- package/src/index.js +1 -1
|
@@ -9943,6 +9943,9 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
9943
9943
|
}
|
|
9944
9944
|
});
|
|
9945
9945
|
},
|
|
9946
|
+
clickOpenEnlarge: function clickOpenEnlarge() {
|
|
9947
|
+
this.isEnlarge = true;
|
|
9948
|
+
},
|
|
9946
9949
|
currentChange: function currentChange(res) {
|
|
9947
9950
|
var _this7 = this;
|
|
9948
9951
|
|
|
@@ -10441,7 +10444,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
10441
10444
|
},
|
|
10442
10445
|
on: {
|
|
10443
10446
|
click: function click() {
|
|
10444
|
-
_this14.
|
|
10447
|
+
_this14.clickOpenEnlarge();
|
|
10445
10448
|
}
|
|
10446
10449
|
}
|
|
10447
10450
|
}));
|
|
@@ -24195,7 +24198,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
24195
24198
|
}
|
|
24196
24199
|
|
|
24197
24200
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
24198
|
-
version: '0.2.
|
|
24201
|
+
version: '0.2.80',
|
|
24199
24202
|
install: install,
|
|
24200
24203
|
Button: packages_button,
|
|
24201
24204
|
ButtonGroup: button_group,
|