|
|
@ -15149,7 +15149,7 @@ BI.Layout = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (oldStartIdx > oldEndIdx) { |
|
|
|
if (oldStartIdx > oldEndIdx) { |
|
|
|
before = BI.isNull(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm; |
|
|
|
before = BI.isNull(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1]; |
|
|
|
addVnodes(before, newCh, newStartIdx, newEndIdx); |
|
|
|
addVnodes(before, newCh, newStartIdx, newEndIdx); |
|
|
|
} else if (newStartIdx > newEndIdx) { |
|
|
|
} else if (newStartIdx > newEndIdx) { |
|
|
|
removeVnodes(oldCh, oldStartIdx, oldEndIdx); |
|
|
|
removeVnodes(oldCh, oldStartIdx, oldEndIdx); |
|
|
@ -72008,6 +72008,8 @@ BI.NumberInterval = BI.inherit(BI.Single, { |
|
|
|
self._setComboValueChangedEvent(self.smallCombo); |
|
|
|
self._setComboValueChangedEvent(self.smallCombo); |
|
|
|
self._setEditorValueChangedEvent(self.bigEditor); |
|
|
|
self._setEditorValueChangedEvent(self.bigEditor); |
|
|
|
self._setEditorValueChangedEvent(self.smallEditor); |
|
|
|
self._setEditorValueChangedEvent(self.smallEditor); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self._checkValidation(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_checkValidation: function () { |
|
|
|
_checkValidation: function () { |
|
|
@ -72285,6 +72287,8 @@ BI.NumberInterval = BI.inherit(BI.Single, { |
|
|
|
} |
|
|
|
} |
|
|
|
self.bigCombo.setValue(combo_value); |
|
|
|
self.bigCombo.setValue(combo_value); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this._checkValidation(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|