igniteui-react-grids
Version:
Ignite UI React grid components.
38 lines (37 loc) • 1.42 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, markType } from "igniteui-react-core";
/**
* @hidden
*/
export let ColumnPropertySetter = /*@__PURE__*/ (() => {
class ColumnPropertySetter extends Base {
constructor(a, ..._rest) {
super();
this.a = null;
this.c = null;
this.d = null;
this.b = null;
a = (a == void 0) ? 0 : a;
switch (a) {
case 0: break;
case 1:
{
let c = _rest[0];
let d = _rest[1];
let e = _rest[2];
this.c = c;
this.d = d;
this.b = e;
}
break;
}
}
}
ColumnPropertySetter.$t = /*@__PURE__*/ markType(ColumnPropertySetter, 'ColumnPropertySetter');
return ColumnPropertySetter;
})();