igniteui-react-grids
Version:
Ignite UI React grid components.
1,544 lines (1,543 loc) • 65.7 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 { __extends } from "tslib";
import { Base, markType } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
/**
* @hidden
*/
var GridResourceStrings = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(GridResourceStrings, _super);
function GridResourceStrings() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.a = new WCNativeHelper();
_this.c = null;
return _this;
}
Object.defineProperty(GridResourceStrings.prototype, "b", {
get: function () {
return this.a;
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "nativeElement", {
get: function () {
return this.c;
},
set: function (a) {
this.c = a;
this.a.o = this.c;
},
enumerable: false,
configurable: true
});
GridResourceStrings.prototype.setNativeElement = function (a) {
this.nativeElement = a;
};
Object.defineProperty(GridResourceStrings.prototype, "cl", {
get: function () {
var ret_ = this.b.n("igx_grid_groupByArea_message");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_groupByArea_message", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cm", {
get: function () {
var ret_ = this.b.n("igx_grid_groupByArea_select_message");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_groupByArea_select_message", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ck", {
get: function () {
var ret_ = this.b.n("igx_grid_groupByArea_deselect_message");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_groupByArea_deselect_message", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ae", {
get: function () {
var ret_ = this.b.n("igx_grid_emptyFilteredGrid_message");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_emptyFilteredGrid_message", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "af", {
get: function () {
var ret_ = this.b.n("igx_grid_emptyGrid_message");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_emptyGrid_message", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bf", {
get: function () {
var ret_ = this.b.n("igx_grid_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b9", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_row_close");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_row_close", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cc", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_row_reset");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_row_reset", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cb", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_row_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_row_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b8", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_row_boolean_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_row_boolean_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ca", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_row_date_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_row_date_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cd", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_row_time_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_row_time_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b6", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_operator_and");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_operator_and", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ac", {
get: function () {
var ret_ = this.b.n("igx_grid_complex_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_complex_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b7", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_operator_or");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_operator_or", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bn", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_contains");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_contains", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bo", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_doesNotContain");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_doesNotContain", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ce", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_startsWith");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_startsWith", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "br", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_endsWith");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_endsWith", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bs", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_equals");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_equals", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bp", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_doesNotEqual");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_doesNotEqual", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bq", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_empty");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_empty", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b3", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_notEmpty");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_notEmpty", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b5", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_null");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_null", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b4", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_notNull");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_notNull", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bl", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_before");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_before", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bg", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_after");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_after", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bi", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_at");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_at", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b2", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_not_at");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_not_at", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bk", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_at_before");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_at_before", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bj", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_at_after");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_at_after", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ch", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_today");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_today", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cj", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_yesterday");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_yesterday", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cf", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_thisMonth");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_thisMonth", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bw", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_lastMonth");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_lastMonth", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b0", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_nextMonth");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_nextMonth", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cg", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_thisYear");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_thisYear", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bx", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_lastYear");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_lastYear", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "b1", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_nextYear");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_nextYear", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bu", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_greaterThan");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_greaterThan", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "by", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_lessThan");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_lessThan", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bv", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_greaterThanOrEqualTo");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_greaterThanOrEqualTo", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bz", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_lessThanOrEqualTo");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_lessThanOrEqualTo", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ci", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_true");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_true", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bt", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_false");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_false", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bh", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_all");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_all", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bm", {
get: function () {
var ret_ = this.b.n("igx_grid_filter_condition_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_filter_condition_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dt", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_count");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_count", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dx", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_min");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_min", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dw", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_max");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_max", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dy", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_sum");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_sum", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ds", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_average");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_average", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "du", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_earliest");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_earliest", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dv", {
get: function () {
var ret_ = this.b.n("igx_grid_summary_latest");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_summary_latest", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "au", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_moving_left");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_moving_left", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "av", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_moving_left_short");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_moving_left_short", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "aw", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_moving_right");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_moving_right", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ax", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_moving_right_short");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_moving_right_short", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "at", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_moving_header");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_moving_header", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ay", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_sorting_asc");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_sorting_asc", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "az", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_sorting_asc_short");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_sorting_asc_short", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a0", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_sorting_desc");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_sorting_desc", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a1", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_sorting_desc_short");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_sorting_desc_short", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a2", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_sorting_header");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_sorting_header", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "as", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_filter_clear");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_filter_clear", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "am", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_custom_dialog_add");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_custom_dialog_add", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "an", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_custom_dialog_clear");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_custom_dialog_clear", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ao", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_custom_dialog_header");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_custom_dialog_header", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ak", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_cancel");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_cancel", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ah", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_apply");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_apply", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a8", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_search_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_search_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ba", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_select_all");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_select_all", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bb", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_select_all_search_results");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_select_all_search_results", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ag", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_add_to_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_add_to_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ai", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_blanks");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_blanks", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a3", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_hide");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_hide", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bc", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_show");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_show", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a7", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_pin");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_pin", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "be", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_unpin");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_unpin", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a9", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_select");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_select", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ar", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_deselect");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_deselect", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "bd", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_text_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_text_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a6", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_number_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_number_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "aq", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_date_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_date_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "aj", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_boolean_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_boolean_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "al", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_currency_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_currency_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ap", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_custom_filter");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_custom_filter", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a5", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_no_matches");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_no_matches", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "a4", {
get: function () {
var ret_ = this.b.n("igx_grid_excel_matches_count");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_excel_matches_count", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "z", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_title");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_title", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "o", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_and_group");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_and_group", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "x", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_or_group");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_or_group", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "v", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_end_group");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_end_group", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "r", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_create_and_group");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_create_and_group", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "s", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_create_or_group");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_create_or_group", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "p", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_and_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_and_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "y", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_or_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_or_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "n", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_add_condition");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_add_condition", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "aa", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_ungroup");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_ungroup", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "t", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_delete");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_delete", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "u", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_delete_filters");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_delete_filters", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "w", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_initial_text");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_initial_text", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "q", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_column_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_column_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "ab", {
get: function () {
var ret_ = this.b.n("igx_grid_advanced_filter_value_placeholder");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_advanced_filter_value_placeholder", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cu", {
get: function () {
var ret_ = this.b.n("igx_grid_pinned_row_indicator");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_pinned_row_indicator", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cn", {
get: function () {
var ret_ = this.b.n("igx_grid_hiding_check_all_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_hiding_check_all_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "co", {
get: function () {
var ret_ = this.b.n("igx_grid_hiding_uncheck_all_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_hiding_uncheck_all_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cv", {
get: function () {
var ret_ = this.b.n("igx_grid_pinning_check_all_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_pinning_check_all_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "cw", {
get: function () {
var ret_ = this.b.n("igx_grid_pinning_uncheck_all_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_pinning_uncheck_all_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dn", {
get: function () {
var ret_ = this.b.n("igx_grid_row_edit_btn_done");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_row_edit_btn_done", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dm", {
get: function () {
var ret_ = this.b.n("igx_grid_row_edit_btn_cancel");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_row_edit_btn_cancel", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dp", {
get: function () {
var ret_ = this.b.n("igx_grid_row_edit_text");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_row_edit_text", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dz", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_actions_filter_prompt");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_actions_filter_prompt", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d8", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_pinning_button_tooltip");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_pinning_button_tooltip", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d6", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_hiding_button_tooltip");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_hiding_button_tooltip", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d9", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_pinning_title");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_pinning_title", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d7", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_hiding_title");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_hiding_title", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d1", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_advanced_filtering_button_tooltip");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_advanced_filtering_button_tooltip", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d0", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_advanced_filtering_button_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_advanced_filtering_button_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d3", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_exporter_button_tooltip");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_exporter_button_tooltip", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d2", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_exporter_button_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_exporter_button_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d5", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_exporter_excel_entry_text");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_exporter_excel_entry_text", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "d4", {
get: function () {
var ret_ = this.b.n("igx_grid_toolbar_exporter_csv_entry_text");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_toolbar_exporter_csv_entry_text", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dr", {
get: function () {
var ret_ = this.b.n("igx_grid_snackbar_addrow_label");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_snackbar_addrow_label", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "dq", {
get: function () {
var ret_ = this.b.n("igx_grid_snackbar_addrow_actiontext");
return ret_;
},
set: function (a) {
var value_ = a;
this.b.w("igx_grid_snackbar_addrow_actiontext", value_);
},
enumerable: false,
configurable: true
});
Object.defineProperty(GridResourceStrings.prototype, "h", {
get: function () {