igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
35 lines (34 loc) • 1.88 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-angular-core";
import { Color } from "igniteui-angular-core";
import { Colors } from "igniteui-angular-excel";
/**
* @hidden
*/
var BorderLineButtonElementProxy_BorderLineButtonControlResources = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(BorderLineButtonElementProxy_BorderLineButtonControlResources, _super);
function BorderLineButtonElementProxy_BorderLineButtonControlResources() {
var _this = _super.call(this) || this;
_this.h = Color.u(255, 224, 224, 224);
_this.f = new Color();
_this.g = new Color();
_this.e = new Color();
_this.d = Colors.t;
_this.c = Colors.e;
_this.a = Color.u(255, 64, 64, 64);
_this.b = Color.u(255, 192, 192, 192);
var a = Color.u(255, 0, 120, 215);
_this.f = Color.u(48, a.o, a.n, a.m);
_this.g = Color.u(80, a.o, a.n, a.m);
return _this;
}
BorderLineButtonElementProxy_BorderLineButtonControlResources.$t = markType(BorderLineButtonElementProxy_BorderLineButtonControlResources, 'BorderLineButtonElementProxy_BorderLineButtonControlResources');
return BorderLineButtonElementProxy_BorderLineButtonControlResources;
}(Base));
export { BorderLineButtonElementProxy_BorderLineButtonControlResources };