igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
66 lines (65 loc) • 3.73 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 { SeriesDescriptionMetadata } from "./SeriesDescriptionMetadata";
import { CalloutStyleUpdatingEventArgsDescription } from "./CalloutStyleUpdatingEventArgsDescription";
/**
* @hidden
*/
var CalloutStyleUpdatingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CalloutStyleUpdatingEventArgsDescriptionMetadata, _super);
function CalloutStyleUpdatingEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
CalloutStyleUpdatingEventArgsDescriptionMetadata.b = function (a) {
if (CalloutStyleUpdatingEventArgsDescriptionMetadata.a == null) {
CalloutStyleUpdatingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
CalloutStyleUpdatingEventArgsDescriptionMetadata.c(CalloutStyleUpdatingEventArgsDescriptionMetadata.a);
}
if (a.k(CalloutStyleUpdatingEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(CalloutStyleUpdatingEventArgsDescriptionMetadata.a);
SeriesDescriptionMetadata.d(a);
};
CalloutStyleUpdatingEventArgsDescriptionMetadata.c = function (a) {
a.item("XValueRef", "(w:XValue,p:XValue)DataRef");
a.item("YValueRef", "(w:YValue,p:YValue)DataRef");
a.item("ItemRef", "(w:Item,p:Item)DataRef");
a.item("Series", "ExportedType:Series");
a.item("Background", "Brush");
a.item("TextColor", "Brush");
a.item("Outline", "Brush");
a.item("LeaderBrush", "Brush");
a.item("StrokeThickness", "Number:double");
a.item("BadgeBackground", "Brush");
a.item("BadgeOutline", "Brush");
a.item("BadgeThickness", "Number:double");
a.item("BadgeWidth", "Number:double");
a.item("BadgeHeight", "Number:double");
a.item("BadgeVisible", "Boolean");
a.item("BadgeGap", "Number:double");
a.item("BadgeImage", "String");
a.item("BadgeCorner", "Number:double");
a.item("BackgroundCorner", "Number:double");
a.item("BacgkroundPaddingLeft", "Number:double");
a.item("BacgkroundPaddingTop", "Number:double");
a.item("BacgkroundPaddingRight", "Number:double");
a.item("BacgkroundPaddingBottom", "Number:double");
};
CalloutStyleUpdatingEventArgsDescriptionMetadata.d = function (a) {
CalloutStyleUpdatingEventArgsDescriptionMetadata.b(a);
a.af("CalloutStyleUpdatingEventArgs", function () { return new CalloutStyleUpdatingEventArgsDescription(); });
a.ae("CalloutStyleUpdatingEventArgs", CalloutStyleUpdatingEventArgsDescriptionMetadata.a);
};
CalloutStyleUpdatingEventArgsDescriptionMetadata.$t = markType(CalloutStyleUpdatingEventArgsDescriptionMetadata, 'CalloutStyleUpdatingEventArgsDescriptionMetadata');
CalloutStyleUpdatingEventArgsDescriptionMetadata.a = null;
return CalloutStyleUpdatingEventArgsDescriptionMetadata;
}(Base));
export { CalloutStyleUpdatingEventArgsDescriptionMetadata };