igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
61 lines (60 loc) • 3.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 { LegendMouseButtonEventArgsDescriptionMetadata } from "./LegendMouseButtonEventArgsDescriptionMetadata";
import { LegendMouseEventArgsDescriptionMetadata } from "./LegendMouseEventArgsDescriptionMetadata";
import { LegendTextContentChangedEventArgsDescriptionMetadata } from "./LegendTextContentChangedEventArgsDescriptionMetadata";
/**
* @hidden
*/
var LegendBaseDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(LegendBaseDescriptionMetadata, _super);
function LegendBaseDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
LegendBaseDescriptionMetadata.e = function (a) {
a.item("Background", "(wf:BackColor/ColorTransform)Brush");
};
LegendBaseDescriptionMetadata.b = function (a) {
if (LegendBaseDescriptionMetadata.a == null) {
LegendBaseDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
LegendBaseDescriptionMetadata.c(LegendBaseDescriptionMetadata.a);
}
if (a.k(LegendBaseDescriptionMetadata.a)) {
return;
}
a.ad(LegendBaseDescriptionMetadata.a);
LegendMouseButtonEventArgsDescriptionMetadata.d(a);
LegendMouseEventArgsDescriptionMetadata.d(a);
LegendTextContentChangedEventArgsDescriptionMetadata.d(a);
};
LegendBaseDescriptionMetadata.c = function (a) {
a.item("LegendItemMouseLeftButtonDownRef", "EventRef:LegendMouseButtonEventHandler:legendItemMouseLeftButtonDown");
a.item("LegendItemMouseLeftButtonDownRef@args", "LegendMouseButtonEventArgs");
a.item("LegendItemMouseLeftButtonUpRef", "EventRef:LegendMouseButtonEventHandler:legendItemMouseLeftButtonUp");
a.item("LegendItemMouseLeftButtonUpRef@args", "LegendMouseButtonEventArgs");
a.item("LegendItemMouseEnterRef", "EventRef:LegendMouseEventHandler:legendItemMouseEnter");
a.item("LegendItemMouseEnterRef@args", "LegendMouseEventArgs");
a.item("LegendItemMouseLeaveRef", "EventRef:LegendMouseEventHandler:legendItemMouseLeave");
a.item("LegendItemMouseLeaveRef@args", "LegendMouseEventArgs");
a.item("LegendItemMouseMoveRef", "EventRef:LegendMouseEventHandler:legendItemMouseMove");
a.item("LegendItemMouseMoveRef@args", "LegendMouseEventArgs");
a.item("LegendTextContentChangedRef", "EventRef:LegendTextContentChangedEventHandler:legendTextContentChanged");
a.item("LegendTextContentChangedRef@args", "LegendTextContentChangedEventArgs");
LegendBaseDescriptionMetadata.e(a);
};
LegendBaseDescriptionMetadata.d = function (a) {
LegendBaseDescriptionMetadata.b(a);
a.ae("LegendBase", LegendBaseDescriptionMetadata.a);
};
LegendBaseDescriptionMetadata.$t = markType(LegendBaseDescriptionMetadata, 'LegendBaseDescriptionMetadata');
LegendBaseDescriptionMetadata.a = null;
return LegendBaseDescriptionMetadata;
}(Base));
export { LegendBaseDescriptionMetadata };