UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

58 lines (57 loc) 2.21 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 { __extends } from "tslib"; import { Base, markType } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ var ActionStripResourceStrings = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ActionStripResourceStrings, _super); function ActionStripResourceStrings() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.a = new WCNativeHelper(); _this.c = null; return _this; } Object.defineProperty(ActionStripResourceStrings.prototype, "b", { get: function () { return this.a; }, enumerable: false, configurable: true }); Object.defineProperty(ActionStripResourceStrings.prototype, "nativeElement", { get: function () { return this.c; }, set: function (a) { this.c = a; this.a.o = this.c; }, enumerable: false, configurable: true }); ActionStripResourceStrings.prototype.setNativeElement = function (a) { this.nativeElement = a; }; Object.defineProperty(ActionStripResourceStrings.prototype, "e", { get: function () { var ret_ = this.b.n("igx_action_strip_button_more_title"); return ret_; }, set: function (a) { var value_ = a; this.b.w("igx_action_strip_button_more_title", value_); }, enumerable: false, configurable: true }); ActionStripResourceStrings.$t = markType(ActionStripResourceStrings, 'ActionStripResourceStrings'); return ActionStripResourceStrings; }(Base)); export { ActionStripResourceStrings };