UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

57 lines (56 loc) 1.79 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 { Base, markType } from "./type"; /** * @hidden */ export let AsyncDataSourcePageRequest = /*@__PURE__*/ (() => { class AsyncDataSourcePageRequest extends Base { constructor(a, b) { super(); this.f = 0; this.g = 0; this.h = 0; this.a = null; this.c = false; this.f = AsyncDataSourcePageRequest.e; AsyncDataSourcePageRequest.e++; this.g = a; this.h = b; } get id() { return this.f; } get index() { return this.g; } set index(a) { this.g = a; } get retryDelay() { return this.h; } set retryDelay(a) { this.h = a; } get taskHolder() { return this.a; } set taskHolder(a) { this.a = a; } get isDone() { return this.c; } set isDone(a) { this.c = a; } } AsyncDataSourcePageRequest.$t = markType(AsyncDataSourcePageRequest, 'AsyncDataSourcePageRequest'); AsyncDataSourcePageRequest.e = 0; return AsyncDataSourcePageRequest; })();