igniteui-react-core
Version:
Ignite UI React Core.
47 lines (46 loc) • 1.93 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 { Base, markType } from "./type";
/**
* @hidden
*/
var CodeGeneratingComponentRendererDataEmitterPropertyType = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CodeGeneratingComponentRendererDataEmitterPropertyType, _super);
function CodeGeneratingComponentRendererDataEmitterPropertyType() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.c = 0;
_this.f = false;
_this.a = null;
_this.b = null;
_this.d = false;
return _this;
}
CodeGeneratingComponentRendererDataEmitterPropertyType.prototype.e = function () {
if (this.c == 3) {
return false;
}
if (!this.f && !this.d) {
return true;
}
if (this.a == null) {
return false;
}
for (var a = 0; a < this.a.length; a++) {
var b = this.b[a];
if (b.f) {
if (!b.e()) {
return false;
}
}
}
return true;
};
CodeGeneratingComponentRendererDataEmitterPropertyType.$t = markType(CodeGeneratingComponentRendererDataEmitterPropertyType, 'CodeGeneratingComponentRendererDataEmitterPropertyType');
return CodeGeneratingComponentRendererDataEmitterPropertyType;
}(Base));
export { CodeGeneratingComponentRendererDataEmitterPropertyType };