igniteui-react-core
Version:
Ignite UI React Core.
52 lines (51 loc) • 2.98 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 { WebBaseEventArgsDetailDescriptionMetadata } from "./WebBaseEventArgsDetailDescriptionMetadata";
import { WebPageEventArgsDetailDescription } from "./WebPageEventArgsDetailDescription";
/**
* @hidden
*/
var WebPageEventArgsDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebPageEventArgsDetailDescriptionMetadata, _super);
function WebPageEventArgsDetailDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebPageEventArgsDetailDescriptionMetadata.b = function (a) {
if (WebPageEventArgsDetailDescriptionMetadata.a == null) {
WebPageEventArgsDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebPageEventArgsDetailDescriptionMetadata.c(WebPageEventArgsDetailDescriptionMetadata.a);
}
if (a.k(WebPageEventArgsDetailDescriptionMetadata.a)) {
return;
}
a.ac(WebPageEventArgsDetailDescriptionMetadata.a);
};
WebPageEventArgsDetailDescriptionMetadata.c = function (a) {
WebBaseEventArgsDetailDescriptionMetadata.c(a);
a.item("__qualifiedNameTS", "String:PageEventArgsDetail");
a.item("__packageNameWC", "String:grids");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
a.item("__marshalByValue", "Boolean");
a.item("__skipSuffix", "Boolean");
a.item("Previous", "Number:double");
a.item("Current", "Number:double");
};
WebPageEventArgsDetailDescriptionMetadata.d = function (a) {
WebPageEventArgsDetailDescriptionMetadata.b(a);
a.ae("WebPageEventArgsDetail", function () { return new WebPageEventArgsDetailDescription(); });
a.ad("WebPageEventArgsDetail", WebPageEventArgsDetailDescriptionMetadata.a);
};
WebPageEventArgsDetailDescriptionMetadata.$t = markType(WebPageEventArgsDetailDescriptionMetadata, 'WebPageEventArgsDetailDescriptionMetadata');
WebPageEventArgsDetailDescriptionMetadata.a = null;
return WebPageEventArgsDetailDescriptionMetadata;
}(Base));
export { WebPageEventArgsDetailDescriptionMetadata };