igniteui-react-grids
Version:
Ignite UI React grid components.
298 lines (297 loc) • 8.16 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 { Base, enumGetBox, EnumUtil, markType } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
import { GridColumnDataType_$type } from "./GridColumnDataType";
/**
* @hidden
*/
export let ColumnState = /*@__PURE__*/ (() => {
class ColumnState extends Base {
constructor() {
super(...arguments);
this.b = new WCNativeHelper();
this.z = null;
}
get c() {
return this.b;
}
get nativeElement() {
return this.z;
}
set nativeElement(a) {
this.z = a;
this.b.o = this.z;
}
setNativeElement(a) {
this.nativeElement = a;
}
get p() {
let ret_ = this.c.n("pinned");
return ret_;
}
set p(a) {
let value_ = a;
this.c.w("pinned", value_);
}
get s() {
let ret_ = this.c.n("sortable");
return ret_;
}
set s(a) {
let value_ = a;
this.c.w("sortable", value_);
}
get k() {
let ret_ = this.c.n("filterable");
return ret_;
}
set k(a) {
let value_ = a;
this.c.w("filterable", value_);
}
get i() {
let ret_ = this.c.n("editable");
return ret_;
}
set i(a) {
let value_ = a;
this.c.w("editable", value_);
}
get t() {
let ret_ = this.c.n("sortingIgnoreCase");
return ret_;
}
set t(a) {
let value_ = a;
this.c.w("sortingIgnoreCase", value_);
}
get l() {
let ret_ = this.c.n("filteringIgnoreCase");
return ret_;
}
set l(a) {
let value_ = a;
this.c.w("filteringIgnoreCase", value_);
}
get af() {
let ret_ = this.c.n("headerClasses");
return ret_;
}
set af(a) {
let value_ = a;
this.c.w("headerClasses", value_);
}
get ag() {
let ret_ = this.c.n("headerGroupClasses");
return ret_;
}
set ag(a) {
let value_ = a;
this.c.w("headerGroupClasses", value_);
}
get ai() {
let ret_ = this.c.n("maxWidth");
return ret_;
}
set ai(a) {
let value_ = a;
this.c.w("maxWidth", value_);
}
get m() {
let ret_ = this.c.n("groupable");
return ret_;
}
set m(a) {
let value_ = a;
this.c.w("groupable", value_);
}
get o() {
let ret_ = this.c.n("hidden");
return ret_;
}
set o(a) {
let value_ = a;
this.c.w("hidden", value_);
}
get a() {
let ret_ = this.c.n("dataType");
if ((ret_ === undefined && this.___rawMode)) {
return undefined;
}
ret_ = enumGetBox(GridColumnDataType_$type, EnumUtil.getEnumValue(GridColumnDataType_$type, this.c.f(GridColumnDataType_$type, ret_)));
return EnumUtil.getEnumValue(GridColumnDataType_$type, ret_);
}
set a(a) {
let value_ = enumGetBox(GridColumnDataType_$type, a);
value_ = WCNativeHelper.camel(value_.toString());
this.c.w("dataType", value_);
}
get n() {
let ret_ = this.c.n("hasSummary");
return ret_;
}
set n(a) {
let value_ = a;
this.c.w("hasSummary", value_);
}
get ad() {
let ret_ = this.c.n("field");
return ret_;
}
set ad(a) {
let value_ = a;
this.c.w("field", value_);
}
get ac() {
let ret_ = this.c.n("width");
return ret_;
}
set ac(a) {
let value_ = a;
this.c.w("width", value_);
}
get ae() {
let ret_ = this.c.n("header");
return ret_;
}
set ae(a) {
let value_ = a;
this.c.w("header", value_);
}
get q() {
let ret_ = this.c.n("resizable");
return ret_;
}
set q(a) {
let value_ = a;
this.c.w("resizable", value_);
}
get r() {
let ret_ = this.c.n("searchable");
return ret_;
}
set r(a) {
let value_ = a;
this.c.w("searchable", value_);
}
get e() {
let ret_ = this.c.n("columnGroup");
return ret_;
}
set e(a) {
let value_ = a;
this.c.w("columnGroup", value_);
}
get f() {
let ret_ = this.c.n("columnLayout");
return ret_;
}
set f(a) {
let value_ = a;
this.c.w("columnLayout", value_);
}
get y() {
let ret_ = this.c.n("rowStart");
return ret_;
}
set y(a) {
let value_ = a;
this.c.w("rowStart", value_);
}
get x() {
let ret_ = this.c.n("rowEnd");
return ret_;
}
set x(a) {
let value_ = a;
this.c.w("rowEnd", value_);
}
get w() {
let ret_ = this.c.n("colStart");
return ret_;
}
set w(a) {
let value_ = a;
this.c.w("colStart", value_);
}
get v() {
let ret_ = this.c.n("colEnd");
return ret_;
}
set v(a) {
let value_ = a;
this.c.w("colEnd", value_);
}
get ab() {
let ret_ = this.c.n("parent");
return ret_;
}
set ab(a) {
let value_ = a;
this.c.w("parent", value_);
}
get ah() {
let ret_ = this.c.n("key");
return ret_;
}
set ah(a) {
let value_ = a;
this.c.w("key", value_);
}
get aj() {
let ret_ = this.c.n("parentKey");
return ret_;
}
set aj(a) {
let value_ = a;
this.c.w("parentKey", value_);
}
get g() {
let ret_ = this.c.n("disableHiding");
return ret_;
}
set g(a) {
let value_ = a;
this.c.w("disableHiding", value_);
}
get h() {
let ret_ = this.c.n("disablePinning");
return ret_;
}
set h(a) {
let value_ = a;
this.c.w("disablePinning", value_);
}
get d() {
let ret_ = this.c.n("collapsible");
return ret_;
}
set d(a) {
let value_ = a;
this.c.w("collapsible", value_);
}
get j() {
let ret_ = this.c.n("expanded");
return ret_;
}
set j(a) {
let value_ = a;
this.c.w("expanded", value_);
}
get u() {
let ret_ = this.c.n("visibleWhenCollapsed");
return ret_;
}
set u(a) {
let value_ = a;
this.c.w("visibleWhenCollapsed", value_);
}
}
ColumnState.$t = /*@__PURE__*/ markType(ColumnState, 'ColumnState');
return ColumnState;
})();