igniteui-react-core
Version:
Ignite UI React Core.
77 lines (76 loc) • 2.54 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { __extends } from "tslib";
import { NativeUIComponent } from "./NativeUIComponent";
import { markType } from "./type";
/**
* @hidden
*/
var NativeUIColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NativeUIColorEditor, _super);
function NativeUIColorEditor() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.bk = null;
_this.bl = null;
return _this;
}
NativeUIColorEditor.prototype.get_e = function () {
return 20;
};
Object.defineProperty(NativeUIColorEditor.prototype, "bo", {
get: function () {
var a = this.ag(2);
return a;
},
set: function (a) {
this.a4(2, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIColorEditor.prototype, "bm", {
get: function () {
return this.bk;
},
set: function (a) {
var b = this.bk;
this.bk = a;
if (this.bk != b) {
if (b != null) {
this.a2(4, b);
}
if (this.bk != null) {
this.aq(4, this.bk);
}
}
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIColorEditor.prototype, "bn", {
get: function () {
return this.bl;
},
set: function (a) {
var b = this.bl;
this.bl = a;
if (this.bl != b) {
if (b != null) {
this.a2(0, b);
}
if (this.bl != null) {
this.aq(0, this.bl);
}
}
},
enumerable: false,
configurable: true
});
NativeUIColorEditor.$t = markType(NativeUIColorEditor, 'NativeUIColorEditor', NativeUIComponent.$);
return NativeUIColorEditor;
}(NativeUIComponent));
export { NativeUIColorEditor };