UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

46 lines (45 loc) 1.9 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 { CanvasCellPresenterBase } from "./CanvasCellPresenterBase"; import { DateTimeCellModel } from "./DateTimeCellModel"; import { CanvasContentCellModelHelper } from "./CanvasContentCellModelHelper"; import { typeCast, Date_$type, markType } from "igniteui-react-core"; import { stringEmpty } from "igniteui-react-core"; /** * @hidden */ export let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => { class CanvasDateTimeCellPresenter extends CanvasCellPresenterBase { get d() { return this.a; } constructor(a) { super(a); } b(a) { super.b(a); let b = a; if (a.a3) { if (a.a8(DateTimeCellModel.mr) || a.a8(DateTimeCellModel.ms) || a.a8(DateTimeCellModel.mq)) { this.e(b); this.d.cr(b.j1); } CanvasContentCellModelHelper.a(this.a.bq, b, this.a); } } e(a) { a.j1 = a.m3(a.mp); if (a.j1 == stringEmpty()) { if (!(typeCast(Date_$type, a.hm) !== null)) { a.j1 = a.hm.toString(); } } } } CanvasDateTimeCellPresenter.$t = /*@__PURE__*/ markType(CanvasDateTimeCellPresenter, 'CanvasDateTimeCellPresenter', CanvasCellPresenterBase.$); return CanvasDateTimeCellPresenter; })();