igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
55 lines (54 loc) • 3.03 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 { LegendSizeChangedEventArgsDescriptionMetadata } from "./LegendSizeChangedEventArgsDescriptionMetadata";
/**
* @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.ac(LegendBaseDescriptionMetadata.a);
LegendMouseButtonEventArgsDescriptionMetadata.d(a);
LegendMouseEventArgsDescriptionMetadata.d(a);
LegendSizeChangedEventArgsDescriptionMetadata.d(a);
};
LegendBaseDescriptionMetadata.c = function (a) {
a.item("LegendItemMouseLeftButtonDownRef", "EventRef::legendItemMouseLeftButtonDown");
a.item("LegendItemMouseLeftButtonUpRef", "EventRef::legendItemMouseLeftButtonUp");
a.item("LegendItemMouseEnterRef", "EventRef::legendItemMouseEnter");
a.item("LegendItemMouseLeaveRef", "EventRef::legendItemMouseLeave");
a.item("LegendItemMouseMoveRef", "EventRef::legendItemMouseMove");
a.item("LegendSizeChangedRef", "EventRef::legendSizeChanged");
LegendBaseDescriptionMetadata.e(a);
};
LegendBaseDescriptionMetadata.d = function (a) {
LegendBaseDescriptionMetadata.b(a);
a.ad("LegendBase", LegendBaseDescriptionMetadata.a);
};
LegendBaseDescriptionMetadata.$t = markType(LegendBaseDescriptionMetadata, 'LegendBaseDescriptionMetadata');
LegendBaseDescriptionMetadata.a = null;
return LegendBaseDescriptionMetadata;
}(Base));
export { LegendBaseDescriptionMetadata };