igniteui-react-core
Version:
Ignite UI React Core.
40 lines (39 loc) • 2.21 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, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { CellStyleRequestedEventArgsDescription } from "./CellStyleRequestedEventArgsDescription";
/**
* @hidden
*/
export let CellStyleRequestedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class CellStyleRequestedEventArgsDescriptionMetadata extends Base {
static b(a) {
if (CellStyleRequestedEventArgsDescriptionMetadata.a == null) {
CellStyleRequestedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
CellStyleRequestedEventArgsDescriptionMetadata.c(CellStyleRequestedEventArgsDescriptionMetadata.a);
}
if (a.k(CellStyleRequestedEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(CellStyleRequestedEventArgsDescriptionMetadata.a);
}
static c(a) {
a.item("StyleKey", "String");
a.item("ResolvedValueRef", "(w:ResolvedValue,wf:ResolvedValue)DataRef");
a.item("RowNumber", "Number:int");
}
static d(a) {
CellStyleRequestedEventArgsDescriptionMetadata.b(a);
a.ae("CellStyleRequestedEventArgs", () => new CellStyleRequestedEventArgsDescription());
a.ad("CellStyleRequestedEventArgs", CellStyleRequestedEventArgsDescriptionMetadata.a);
}
}
CellStyleRequestedEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(CellStyleRequestedEventArgsDescriptionMetadata, 'CellStyleRequestedEventArgsDescriptionMetadata');
CellStyleRequestedEventArgsDescriptionMetadata.a = null;
return CellStyleRequestedEventArgsDescriptionMetadata;
})();