igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
49 lines (48 loc) • 2.71 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 { WebDateRangeValueDescriptionMetadata } from "./WebDateRangeValueDescriptionMetadata";
import { WebCustomDateRangeDescription } from "./WebCustomDateRangeDescription";
/**
* @hidden
*/
var WebCustomDateRangeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebCustomDateRangeDescriptionMetadata, _super);
function WebCustomDateRangeDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebCustomDateRangeDescriptionMetadata.b = function (a) {
if (WebCustomDateRangeDescriptionMetadata.a == null) {
WebCustomDateRangeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebCustomDateRangeDescriptionMetadata.c(WebCustomDateRangeDescriptionMetadata.a);
}
if (a.k(WebCustomDateRangeDescriptionMetadata.a)) {
return;
}
a.ad(WebCustomDateRangeDescriptionMetadata.a);
WebDateRangeValueDescriptionMetadata.d(a);
};
WebCustomDateRangeDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:CustomDateRange");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("__isPlainObject", "Boolean");
a.item("Label", "String");
a.item("DateRange", "ExportedType:WebDateRangeValue");
};
WebCustomDateRangeDescriptionMetadata.d = function (a) {
WebCustomDateRangeDescriptionMetadata.b(a);
a.af("WebCustomDateRange", function () { return new WebCustomDateRangeDescription(); });
a.ae("WebCustomDateRange", WebCustomDateRangeDescriptionMetadata.a);
};
WebCustomDateRangeDescriptionMetadata.$t = markType(WebCustomDateRangeDescriptionMetadata, 'WebCustomDateRangeDescriptionMetadata');
WebCustomDateRangeDescriptionMetadata.a = null;
return WebCustomDateRangeDescriptionMetadata;
}(Base));
export { WebCustomDateRangeDescriptionMetadata };