igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
43 lines (42 loc) • 2.32 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 { RectChangedEventArgsDescription } from "./RectChangedEventArgsDescription";
/**
* @hidden
*/
var RectChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(RectChangedEventArgsDescriptionMetadata, _super);
function RectChangedEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
RectChangedEventArgsDescriptionMetadata.b = function (a) {
if (RectChangedEventArgsDescriptionMetadata.a == null) {
RectChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
RectChangedEventArgsDescriptionMetadata.c(RectChangedEventArgsDescriptionMetadata.a);
}
if (a.k(RectChangedEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(RectChangedEventArgsDescriptionMetadata.a);
};
RectChangedEventArgsDescriptionMetadata.c = function (a) {
a.item("OldRect", "Rect");
a.item("NewRect", "Rect");
};
RectChangedEventArgsDescriptionMetadata.d = function (a) {
RectChangedEventArgsDescriptionMetadata.b(a);
a.ae("RectChangedEventArgs", function () { return new RectChangedEventArgsDescription(); });
a.ad("RectChangedEventArgs", RectChangedEventArgsDescriptionMetadata.a);
};
RectChangedEventArgsDescriptionMetadata.$t = markType(RectChangedEventArgsDescriptionMetadata, 'RectChangedEventArgsDescriptionMetadata');
RectChangedEventArgsDescriptionMetadata.a = null;
return RectChangedEventArgsDescriptionMetadata;
}(Base));
export { RectChangedEventArgsDescriptionMetadata };