windy 6 years ago
parent
commit
18524f7a14
  1. 9
      dist/bundle.js
  2. 9
      dist/case.js
  3. 9
      dist/fineui.js
  4. 9
      src/case/colorchooser/colorpicker/editor.colorpicker.js

9
dist/bundle.js vendored

@ -77207,15 +77207,6 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
}
},
_setEnable: function () {
BI.ColorPickerEditor.superclass._setEnable.apply(this, arguments);
this._showPreColor(this._isEmptyRGB() && this.transparent.isSelected() ? "transparent" : BI.DOM.rgb2hex(BI.DOM.json2rgb({
r: this.storeValue.r,
g: this.storeValue.g,
b: this.storeValue.b
})));
},
setValue: function (color) {
if (color === "transparent") {
this.transparent.setSelected(true);

9
dist/case.js vendored

@ -4636,15 +4636,6 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
}
},
_setEnable: function () {
BI.ColorPickerEditor.superclass._setEnable.apply(this, arguments);
this._showPreColor(this._isEmptyRGB() && this.transparent.isSelected() ? "transparent" : BI.DOM.rgb2hex(BI.DOM.json2rgb({
r: this.storeValue.r,
g: this.storeValue.g,
b: this.storeValue.b
})));
},
setValue: function (color) {
if (color === "transparent") {
this.transparent.setSelected(true);

9
dist/fineui.js vendored

@ -77456,15 +77456,6 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
}
},
_setEnable: function () {
BI.ColorPickerEditor.superclass._setEnable.apply(this, arguments);
this._showPreColor(this._isEmptyRGB() && this.transparent.isSelected() ? "transparent" : BI.DOM.rgb2hex(BI.DOM.json2rgb({
r: this.storeValue.r,
g: this.storeValue.g,
b: this.storeValue.b
})));
},
setValue: function (color) {
if (color === "transparent") {
this.transparent.setSelected(true);

9
src/case/colorchooser/colorpicker/editor.colorpicker.js

@ -190,15 +190,6 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
}
},
_setEnable: function () {
BI.ColorPickerEditor.superclass._setEnable.apply(this, arguments);
this._showPreColor(this._isEmptyRGB() && this.transparent.isSelected() ? "transparent" : BI.DOM.rgb2hex(BI.DOM.json2rgb({
r: this.storeValue.r,
g: this.storeValue.g,
b: this.storeValue.b
})));
},
setValue: function (color) {
if (color === "transparent") {
this.transparent.setSelected(true);

Loading…
Cancel
Save