agilebuilder-ui 1.0.15 → 1.0.16
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/super-ui.js
CHANGED
|
@@ -30902,7 +30902,7 @@ const apis$1 = {
|
|
|
30902
30902
|
});
|
|
30903
30903
|
},
|
|
30904
30904
|
initTableData(e) {
|
|
30905
|
-
e ? (this.histories = e.histories, e && e.currentTasks && (this.histories = this.histories.concat(e.currentTasks))) : this.histories = [], this.loaded = !0, this.maxHeight ? this.tableMaxHeight = Number(this.maxHeight) : (this.$parent.$el.offsetHeight && (this.tableMaxHeight = this.$parent.$el.offsetHeight), this.tableMaxHeight || (this.tableMaxHeight = window.innerHeight - 120));
|
|
30905
|
+
e ? (this.histories = e.histories, e && e.currentTasks && (this.histories = this.histories.concat(e.currentTasks))) : this.histories = [], this.loaded = !0, this.maxHeight ? this.tableMaxHeight = Number(this.maxHeight) : (this.$parent && this.$parent.$el && this.$parent.$el.offsetHeight && (this.tableMaxHeight = this.$parent.$el.offsetHeight), this.tableMaxHeight || (this.tableMaxHeight = window.innerHeight - 120));
|
|
30906
30906
|
},
|
|
30907
30907
|
getI18nSet() {
|
|
30908
30908
|
return new Promise((e, t) => {
|