UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

99 lines (98 loc) 2.87 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let WebDockManagerResourceStringsDescription = /*@__PURE__*/ (() => { class WebDockManagerResourceStringsDescription extends Description { constructor() { super(); this.f = null; this.m = null; this.n = null; this.h = null; this.i = null; this.j = null; this.k = null; this.l = null; this.g = null; } get_type() { return "WebDockManagerResourceStrings"; } get type() { return this.get_type(); } get close() { return this.f; } set close(a) { this.f = a; this.e("Close"); } get pin() { return this.m; } set pin(a) { this.m = a; this.e("Pin"); } get unpin() { return this.n; } set unpin(a) { this.n = a; this.e("Unpin"); } get maximize() { return this.h; } set maximize(a) { this.h = a; this.e("Maximize"); } get minimize() { return this.i; } set minimize(a) { this.i = a; this.e("Minimize"); } get moreOptions() { return this.j; } set moreOptions(a) { this.j = a; this.e("MoreOptions"); } get moreTabs() { return this.k; } set moreTabs(a) { this.k = a; this.e("MoreTabs"); } get panes() { return this.l; } set panes(a) { this.l = a; this.e("Panes"); } get documents() { return this.g; } set documents(a) { this.g = a; this.e("Documents"); } } WebDockManagerResourceStringsDescription.$t = markType(WebDockManagerResourceStringsDescription, 'WebDockManagerResourceStringsDescription', Description.$); return WebDockManagerResourceStringsDescription; })();