UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

33 lines (32 loc) 1.69 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 "igniteui-angular-core"; import { Color } from "igniteui-angular-core"; import { Colors } from "igniteui-angular-excel"; /** * @hidden */ export let BorderLineButtonElementProxy_BorderLineButtonControlResources = /*@__PURE__*/ (() => { class BorderLineButtonElementProxy_BorderLineButtonControlResources extends Base { constructor() { super(); 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); let 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); } } BorderLineButtonElementProxy_BorderLineButtonControlResources.$t = markType(BorderLineButtonElementProxy_BorderLineButtonControlResources, 'BorderLineButtonElementProxy_BorderLineButtonControlResources'); return BorderLineButtonElementProxy_BorderLineButtonControlResources; })();