igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
77 lines (76 loc) • 4.08 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 { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { LabelFormatOverrideEventArgsDescription } from "./LabelFormatOverrideEventArgsDescription";
import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
/**
* @hidden
*/
export let LabelFormatOverrideEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class LabelFormatOverrideEventArgsDescriptionMetadata extends Base {
static b(a) {
if (LabelFormatOverrideEventArgsDescriptionMetadata.a == null) {
LabelFormatOverrideEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
LabelFormatOverrideEventArgsDescriptionMetadata.c(LabelFormatOverrideEventArgsDescriptionMetadata.a);
}
if (a.k(LabelFormatOverrideEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(LabelFormatOverrideEventArgsDescriptionMetadata.a);
TimeAxisLabelFormatDescriptionMetadata.d(a);
}
static c(a) {
a.item("DateTime", "Date");
a.item("Format", "ExportedType:TimeAxisLabelFormat");
a.item("Label", "String");
}
static d(a) {
LabelFormatOverrideEventArgsDescriptionMetadata.b(a);
a.af("LabelFormatOverrideEventArgs", () => new LabelFormatOverrideEventArgsDescription());
a.ae("LabelFormatOverrideEventArgs", LabelFormatOverrideEventArgsDescriptionMetadata.a);
}
}
LabelFormatOverrideEventArgsDescriptionMetadata.$t = markType(LabelFormatOverrideEventArgsDescriptionMetadata, 'LabelFormatOverrideEventArgsDescriptionMetadata');
LabelFormatOverrideEventArgsDescriptionMetadata.a = null;
return LabelFormatOverrideEventArgsDescriptionMetadata;
})();
/**
* @hidden
*/
export let TimeAxisLabelFormatDescriptionMetadata = /*@__PURE__*/ (() => {
class TimeAxisLabelFormatDescriptionMetadata extends Base {
static b(a) {
if (TimeAxisLabelFormatDescriptionMetadata.a == null) {
TimeAxisLabelFormatDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
TimeAxisLabelFormatDescriptionMetadata.c(TimeAxisLabelFormatDescriptionMetadata.a);
}
if (a.k(TimeAxisLabelFormatDescriptionMetadata.a)) {
return;
}
a.ad(TimeAxisLabelFormatDescriptionMetadata.a);
LabelFormatOverrideEventArgsDescriptionMetadata.d(a);
}
static c(a) {
a.item("Range", "TimeSpan");
a.item("Format", "String");
a.item("RepeatedYearFormat", "String");
a.item("RepeatedMonthFormat", "String");
a.item("RepeatedDayFormat", "String");
a.item("LabelFormatOverrideRef", "EventRef:LabelFormatOverrideHandler:labelFormatOverride");
a.item("LabelFormatOverrideRef@args", "LabelFormatOverrideEventArgs");
}
static d(a) {
TimeAxisLabelFormatDescriptionMetadata.b(a);
a.af("TimeAxisLabelFormat", () => new TimeAxisLabelFormatDescription());
a.ae("TimeAxisLabelFormat", TimeAxisLabelFormatDescriptionMetadata.a);
}
}
TimeAxisLabelFormatDescriptionMetadata.$t = markType(TimeAxisLabelFormatDescriptionMetadata, 'TimeAxisLabelFormatDescriptionMetadata');
TimeAxisLabelFormatDescriptionMetadata.a = null;
return TimeAxisLabelFormatDescriptionMetadata;
})();