igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 2.55 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, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { CellStyleRequestedEventArgsDescription } from "./CellStyleRequestedEventArgsDescription";
/**
* @hidden
*/
var CellStyleRequestedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CellStyleRequestedEventArgsDescriptionMetadata, _super);
function CellStyleRequestedEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
CellStyleRequestedEventArgsDescriptionMetadata.b = function (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);
};
CellStyleRequestedEventArgsDescriptionMetadata.c = function (a) {
a.item("StyleKey", "String");
a.item("ResolvedValueRef", "(w:ResolvedValue,wf:ResolvedValue)DataRef");
a.item("RowNumber", "Number:int");
};
CellStyleRequestedEventArgsDescriptionMetadata.d = function (a) {
CellStyleRequestedEventArgsDescriptionMetadata.b(a);
a.ae("CellStyleRequestedEventArgs", function () { return new CellStyleRequestedEventArgsDescription(); });
a.ad("CellStyleRequestedEventArgs", CellStyleRequestedEventArgsDescriptionMetadata.a);
};
CellStyleRequestedEventArgsDescriptionMetadata.$t = markType(CellStyleRequestedEventArgsDescriptionMetadata, 'CellStyleRequestedEventArgsDescriptionMetadata');
CellStyleRequestedEventArgsDescriptionMetadata.a = null;
return CellStyleRequestedEventArgsDescriptionMetadata;
}(Base));
export { CellStyleRequestedEventArgsDescriptionMetadata };