igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
65 lines (64 loc) • 4.55 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 { UserAnnotationInformationEventArgsDescriptionMetadata } from "./UserAnnotationInformationEventArgsDescriptionMetadata";
import { UserAxisAnnotationStylingEventArgsDescriptionMetadata } from "./UserAxisAnnotationStylingEventArgsDescriptionMetadata";
import { UserSliceAnnotationStylingEventArgsDescriptionMetadata } from "./UserSliceAnnotationStylingEventArgsDescriptionMetadata";
import { UserStripAnnotationStylingEventArgsDescriptionMetadata } from "./UserStripAnnotationStylingEventArgsDescriptionMetadata";
import { UserPointAnnotationStylingEventArgsDescriptionMetadata } from "./UserPointAnnotationStylingEventArgsDescriptionMetadata";
import { SeriesDescriptionMetadata } from "./SeriesDescriptionMetadata";
import { UserAnnotationLayerDescription } from "./UserAnnotationLayerDescription";
/**
* @hidden
*/
var UserAnnotationLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(UserAnnotationLayerDescriptionMetadata, _super);
function UserAnnotationLayerDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
UserAnnotationLayerDescriptionMetadata.b = function (a) {
if (UserAnnotationLayerDescriptionMetadata.a == null) {
UserAnnotationLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
UserAnnotationLayerDescriptionMetadata.c(UserAnnotationLayerDescriptionMetadata.a);
}
if (a.k(UserAnnotationLayerDescriptionMetadata.a)) {
return;
}
a.ad(UserAnnotationLayerDescriptionMetadata.a);
UserAnnotationInformationEventArgsDescriptionMetadata.d(a);
UserAxisAnnotationStylingEventArgsDescriptionMetadata.d(a);
UserSliceAnnotationStylingEventArgsDescriptionMetadata.d(a);
UserStripAnnotationStylingEventArgsDescriptionMetadata.d(a);
UserPointAnnotationStylingEventArgsDescriptionMetadata.d(a);
};
UserAnnotationLayerDescriptionMetadata.c = function (a) {
SeriesDescriptionMetadata.c(a);
a.item("Annotations", "Collection:UserBaseAnnotation:UserAnnotationCollection:UserBaseAnnotation");
a.item("UserAnnotationInformationRequestedRef", "EventRef:UserAnnotationInformationRequestedEventHandler:userAnnotationInformationRequested");
a.item("UserAnnotationInformationRequestedRef@args", "UserAnnotationInformationEventArgs");
a.item("StylingAxisAnnotationRef", "EventRef:UserAxisAnnotationEventHandler:stylingAxisAnnotation");
a.item("StylingAxisAnnotationRef@args", "UserAxisAnnotationStylingEventArgs");
a.item("StylingSliceAnnotationRef", "EventRef:UserSliceAnnotationEventHandler:stylingSliceAnnotation");
a.item("StylingSliceAnnotationRef@args", "UserSliceAnnotationStylingEventArgs");
a.item("StylingStripAnnotationRef", "EventRef:UserStripAnnotationEventHandler:stylingStripAnnotation");
a.item("StylingStripAnnotationRef@args", "UserStripAnnotationStylingEventArgs");
a.item("StylingPointAnnotationRef", "EventRef:UserPointAnnotationEventHandler:stylingPointAnnotation");
a.item("StylingPointAnnotationRef@args", "UserPointAnnotationStylingEventArgs");
};
UserAnnotationLayerDescriptionMetadata.d = function (a) {
SeriesDescriptionMetadata.d(a);
UserAnnotationLayerDescriptionMetadata.b(a);
a.af("UserAnnotationLayer", function () { return new UserAnnotationLayerDescription(); });
a.ae("UserAnnotationLayer", UserAnnotationLayerDescriptionMetadata.a);
};
UserAnnotationLayerDescriptionMetadata.$t = markType(UserAnnotationLayerDescriptionMetadata, 'UserAnnotationLayerDescriptionMetadata');
UserAnnotationLayerDescriptionMetadata.a = null;
return UserAnnotationLayerDescriptionMetadata;
}(Base));
export { UserAnnotationLayerDescriptionMetadata };