igniteui-react-grids
Version:
Ignite UI React grid components.
84 lines (83 loc) • 2.78 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";
import { WCNativeHelper } from "igniteui-react";
/**
* @hidden
*/
export let PaginatorResourceStrings = /*@__PURE__*/ (() => {
class PaginatorResourceStrings extends Base {
constructor() {
super(...arguments);
this.a = new WCNativeHelper();
this.c = null;
}
get b() {
return this.a;
}
get nativeElement() {
return this.c;
}
set nativeElement(a) {
this.c = a;
this.a.o = this.c;
}
setNativeElement(a) {
this.nativeElement = a;
}
get f() {
let ret_ = this.b.n("igx_paginator_label");
return ret_;
}
set f(a) {
let value_ = a;
this.b.w("igx_paginator_label", value_);
}
get i() {
let ret_ = this.b.n("igx_paginator_pager_text");
return ret_;
}
set i(a) {
let value_ = a;
this.b.w("igx_paginator_pager_text", value_);
}
get e() {
let ret_ = this.b.n("igx_paginator_first_page_button_text");
return ret_;
}
set e(a) {
let value_ = a;
this.b.w("igx_paginator_first_page_button_text", value_);
}
get j() {
let ret_ = this.b.n("igx_paginator_previous_page_button_text");
return ret_;
}
set j(a) {
let value_ = a;
this.b.w("igx_paginator_previous_page_button_text", value_);
}
get g() {
let ret_ = this.b.n("igx_paginator_last_page_button_text");
return ret_;
}
set g(a) {
let value_ = a;
this.b.w("igx_paginator_last_page_button_text", value_);
}
get h() {
let ret_ = this.b.n("igx_paginator_next_page_button_text");
return ret_;
}
set h(a) {
let value_ = a;
this.b.w("igx_paginator_next_page_button_text", value_);
}
}
PaginatorResourceStrings.$t = /*@__PURE__*/ markType(PaginatorResourceStrings, 'PaginatorResourceStrings');
return PaginatorResourceStrings;
})();