UNPKG

igniteui-angular-inputs

Version:

Ignite UI Angular input components for building rich data visualizations for modern web apps.

51 lines (50 loc) 1.58 kB
/* 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 { NativeUIElementBridge } from "igniteui-angular-core"; import { markType } from "igniteui-angular-core"; /** * @hidden */ export class XComponentBridge extends NativeUIElementBridge { static { this.$t = markType(XComponentBridge, 'XComponentBridge', NativeUIElementBridge.$); } get t() { return this.s; } constructor(a) { super(); this.s = null; this.s = a; } getTargetForProperty(a, b) { switch (a) { case 14: case 9: case 10: case 13: case 16: case 15: case 17: case 7: case 21: case 1: return b; } return this.s != null ? this.s : b; } getMethodTarget(a) { return this.s != null ? this.s : a; } getTargetForBuildInEvent(a, b) { return this.s != null ? this.s : a; } getTargetForBuildInProperty(a, b) { switch (b) { case 109: case 122: return a; } return this.s != null ? this.s : a; } }