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