eoss-mobiles 0.2.84 → 0.2.85
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 +9 -1
- package/lib/index.js +1 -1
- package/lib/table.js +8 -0
- package/package.json +1 -1
- package/packages/table/src/main.vue +8 -0
- package/src/index.js +1 -1
|
@@ -9784,6 +9784,14 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
9784
9784
|
this.tableHeight = val;
|
|
9785
9785
|
}
|
|
9786
9786
|
}
|
|
9787
|
+
},
|
|
9788
|
+
param: {
|
|
9789
|
+
immediate: true,
|
|
9790
|
+
deep: true,
|
|
9791
|
+
handler: function handler(val) {
|
|
9792
|
+
|
|
9793
|
+
this.getTableData({ where: this.wheres, first: true });
|
|
9794
|
+
}
|
|
9787
9795
|
}
|
|
9788
9796
|
},
|
|
9789
9797
|
mounted: function mounted() {
|
|
@@ -24249,7 +24257,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
24249
24257
|
}
|
|
24250
24258
|
|
|
24251
24259
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
24252
|
-
version: '0.2.
|
|
24260
|
+
version: '0.2.85',
|
|
24253
24261
|
install: install,
|
|
24254
24262
|
Button: packages_button,
|
|
24255
24263
|
ButtonGroup: button_group,
|