igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
30 lines (29 loc) • 1.12 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 { NativeUIContainer } from "./NativeUIContainer";
import { markType } from "./type";
/**
* @hidden
*/
export let NativeUIContent = /*@__PURE__*/ (() => {
class NativeUIContent extends NativeUIContainer {
get_c() {
return 0;
}
get az() {
return this.b;
}
get a0() {
return this.az.getContent(this.u);
}
set a0(a) {
this.az.setContent(this.u, a);
}
}
NativeUIContent.$t = markType(NativeUIContent, 'NativeUIContent', NativeUIContainer.$);
return NativeUIContent;
})();