igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
71 lines (70 loc) • 4.05 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 { CalendarFormatOptionsDescriptionMetadata } from "./CalendarFormatOptionsDescriptionMetadata";
import { WebCalendarResourceStringsDescriptionMetadata } from "./WebCalendarResourceStringsDescriptionMetadata";
import { WebComponentDataValueChangedEventArgsDescriptionMetadata } from "./WebComponentDataValueChangedEventArgsDescriptionMetadata";
import { WebCalendarBaseDescriptionMetadata } from "./WebCalendarBaseDescriptionMetadata";
import { WebCalendarDescription } from "./WebCalendarDescription";
/**
* @hidden
*/
var WebCalendarDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebCalendarDescriptionMetadata, _super);
function WebCalendarDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebCalendarDescriptionMetadata.b = function (a) {
if (WebCalendarDescriptionMetadata.a == null) {
WebCalendarDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebCalendarDescriptionMetadata.c(WebCalendarDescriptionMetadata.a);
}
if (a.k(WebCalendarDescriptionMetadata.a)) {
return;
}
a.ac(WebCalendarDescriptionMetadata.a);
CalendarFormatOptionsDescriptionMetadata.d(a);
WebCalendarResourceStringsDescriptionMetadata.d(a);
WebComponentDataValueChangedEventArgsDescriptionMetadata.d(a);
};
WebCalendarDescriptionMetadata.c = function (a) {
WebCalendarBaseDescriptionMetadata.c(a);
a.item("__qualifiedNameTS", "String:Calendar");
a.item("__tagNameWC", "String:igc-calendar");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("Value", "Date");
a.item("Values", "Array:Date");
a.item("ActiveDate", "Date");
a.item("HideOutsideDays", "Boolean");
a.item("HideHeader", "Boolean");
a.item("HeaderOrientation", "ExportedType:string:CalendarHeaderOrientation");
a.item("HeaderOrientation@stringUnion", "WebComponents;React");
a.item("HeaderOrientation@names", "Horizontal;Vertical");
a.item("Orientation", "ExportedType:string:ContentOrientation");
a.item("Orientation@stringUnion", "WebComponents;React");
a.item("Orientation@names", "Horizontal;Vertical");
a.item("VisibleMonths", "Number:double");
a.item("ActiveView", "ExportedType:string:CalendarActiveView");
a.item("ActiveView@stringUnion", "WebComponents;React");
a.item("ActiveView@names", "Days;Months;Years");
a.item("FormatOptions", "ExportedType:CalendarFormatOptions");
a.item("ResourceStrings", "ExportedType:WebCalendarResourceStrings");
a.item("ChangeRef", "EventRef::change");
};
WebCalendarDescriptionMetadata.d = function (a) {
WebCalendarDescriptionMetadata.b(a);
a.ae("WebCalendar", function () { return new WebCalendarDescription(); });
a.ad("WebCalendar", WebCalendarDescriptionMetadata.a);
};
WebCalendarDescriptionMetadata.$t = markType(WebCalendarDescriptionMetadata, 'WebCalendarDescriptionMetadata');
WebCalendarDescriptionMetadata.a = null;
return WebCalendarDescriptionMetadata;
}(Base));
export { WebCalendarDescriptionMetadata };