igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
46 lines (45 loc) • 2.99 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 { WebComponentBoolValueChangedEventArgsDescription } from "./WebComponentBoolValueChangedEventArgsDescription";
/**
* @hidden
*/
var WebComponentBoolValueChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebComponentBoolValueChangedEventArgsDescriptionMetadata, _super);
function WebComponentBoolValueChangedEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebComponentBoolValueChangedEventArgsDescriptionMetadata.b = function (a) {
if (WebComponentBoolValueChangedEventArgsDescriptionMetadata.a == null) {
WebComponentBoolValueChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebComponentBoolValueChangedEventArgsDescriptionMetadata.c(WebComponentBoolValueChangedEventArgsDescriptionMetadata.a);
}
if (a.k(WebComponentBoolValueChangedEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(WebComponentBoolValueChangedEventArgsDescriptionMetadata.a);
};
WebComponentBoolValueChangedEventArgsDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:ComponentBoolValueChangedEventArgs");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("__marshalByValue", "Boolean");
a.item("Detail", "Boolean");
};
WebComponentBoolValueChangedEventArgsDescriptionMetadata.d = function (a) {
WebComponentBoolValueChangedEventArgsDescriptionMetadata.b(a);
a.ae("WebComponentBoolValueChangedEventArgs", function () { return new WebComponentBoolValueChangedEventArgsDescription(); });
a.ad("WebComponentBoolValueChangedEventArgs", WebComponentBoolValueChangedEventArgsDescriptionMetadata.a);
};
WebComponentBoolValueChangedEventArgsDescriptionMetadata.$t = markType(WebComponentBoolValueChangedEventArgsDescriptionMetadata, 'WebComponentBoolValueChangedEventArgsDescriptionMetadata');
WebComponentBoolValueChangedEventArgsDescriptionMetadata.a = null;
return WebComponentBoolValueChangedEventArgsDescriptionMetadata;
}(Base));
export { WebComponentBoolValueChangedEventArgsDescriptionMetadata };