igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
68 lines (67 loc) • 3.82 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.j(WebCalendarDescriptionMetadata.a)) {
return;
}
a.y(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("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@names", "Vertical;Horizontal");
a.item("Orientation", "ExportedType:string:CalendarOrientation");
a.item("Orientation@names", "Vertical;Horizontal");
a.item("VisibleMonths", "Number:double");
a.item("ActiveView", "ExportedType:string:CalendarActiveView");
a.item("ActiveView@names", "Days;Months;Years");
a.item("FormatOptions", "ExportedType:CalendarFormatOptions");
a.item("ResourceStrings", "ExportedType:WebCalendarResourceStrings");
a.item("Size", "ExportedType:string:SizableComponentSize");
a.item("Size@names", "Large;Small;Medium");
a.item("ChangeRef", "EventRef::change");
};
WebCalendarDescriptionMetadata.d = function (a) {
WebCalendarDescriptionMetadata.b(a);
a.aa("WebCalendar", function () { return new WebCalendarDescription(); });
a.z("WebCalendar", WebCalendarDescriptionMetadata.a);
};
WebCalendarDescriptionMetadata.$t = markType(WebCalendarDescriptionMetadata, 'WebCalendarDescriptionMetadata');
WebCalendarDescriptionMetadata.a = null;
return WebCalendarDescriptionMetadata;
}(Base));
export { WebCalendarDescriptionMetadata };