igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
99 lines (98 loc) • 2.87 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let WebDockManagerResourceStringsDescription = /*@__PURE__*/ (() => {
class WebDockManagerResourceStringsDescription extends Description {
constructor() {
super();
this.k = null;
this.r = null;
this.s = null;
this.m = null;
this.n = null;
this.o = null;
this.p = null;
this.q = null;
this.l = null;
}
get_type() {
return "WebDockManagerResourceStrings";
}
get type() {
return this.get_type();
}
get close() {
return this.k;
}
set close(a) {
this.k = a;
this.j("Close");
}
get pin() {
return this.r;
}
set pin(a) {
this.r = a;
this.j("Pin");
}
get unpin() {
return this.s;
}
set unpin(a) {
this.s = a;
this.j("Unpin");
}
get maximize() {
return this.m;
}
set maximize(a) {
this.m = a;
this.j("Maximize");
}
get minimize() {
return this.n;
}
set minimize(a) {
this.n = a;
this.j("Minimize");
}
get moreOptions() {
return this.o;
}
set moreOptions(a) {
this.o = a;
this.j("MoreOptions");
}
get moreTabs() {
return this.p;
}
set moreTabs(a) {
this.p = a;
this.j("MoreTabs");
}
get panes() {
return this.q;
}
set panes(a) {
this.q = a;
this.j("Panes");
}
get documents() {
return this.l;
}
set documents(a) {
this.l = a;
this.j("Documents");
}
}
WebDockManagerResourceStringsDescription.$t = markType(WebDockManagerResourceStringsDescription, 'WebDockManagerResourceStringsDescription', Description.$);
return WebDockManagerResourceStringsDescription;
})();