igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
211 lines (210 loc) • 5.85 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let CalloutStyleUpdatingEventArgsDescription = /*@__PURE__*/ (() => {
class CalloutStyleUpdatingEventArgsDescription extends Description {
constructor() {
super();
this.as = null;
this.at = null;
this.ao = null;
this.k = null;
this.ak = null;
this.ar = null;
this.aq = null;
this.ap = null;
this.y = 0;
this.al = null;
this.an = null;
this.w = 0;
this.x = 0;
this.v = 0;
this.m = false;
this.u = 0;
this.am = null;
this.t = 0;
this.s = 0;
this.p = 0;
this.r = 0;
this.q = 0;
this.o = 0;
}
get_type() {
return "CalloutStyleUpdatingEventArgs";
}
get type() {
return this.get_type();
}
get xValueRef() {
return this.as;
}
set xValueRef(a) {
this.as = a;
this.j("XValueRef");
}
get yValueRef() {
return this.at;
}
set yValueRef(a) {
this.at = a;
this.j("YValueRef");
}
get itemRef() {
return this.ao;
}
set itemRef(a) {
this.ao = a;
this.j("ItemRef");
}
get series() {
return this.k;
}
set series(a) {
this.k = a;
this.j("Series");
}
get background() {
return this.ak;
}
set background(a) {
this.ak = a;
this.j("Background");
}
get textColor() {
return this.ar;
}
set textColor(a) {
this.ar = a;
this.j("TextColor");
}
get outline() {
return this.aq;
}
set outline(a) {
this.aq = a;
this.j("Outline");
}
get leaderBrush() {
return this.ap;
}
set leaderBrush(a) {
this.ap = a;
this.j("LeaderBrush");
}
get strokeThickness() {
return this.y;
}
set strokeThickness(a) {
this.y = a;
this.j("StrokeThickness");
}
get badgeBackground() {
return this.al;
}
set badgeBackground(a) {
this.al = a;
this.j("BadgeBackground");
}
get badgeOutline() {
return this.an;
}
set badgeOutline(a) {
this.an = a;
this.j("BadgeOutline");
}
get badgeThickness() {
return this.w;
}
set badgeThickness(a) {
this.w = a;
this.j("BadgeThickness");
}
get badgeWidth() {
return this.x;
}
set badgeWidth(a) {
this.x = a;
this.j("BadgeWidth");
}
get badgeHeight() {
return this.v;
}
set badgeHeight(a) {
this.v = a;
this.j("BadgeHeight");
}
get badgeVisible() {
return this.m;
}
set badgeVisible(a) {
this.m = a;
this.j("BadgeVisible");
}
get badgeGap() {
return this.u;
}
set badgeGap(a) {
this.u = a;
this.j("BadgeGap");
}
get badgeImage() {
return this.am;
}
set badgeImage(a) {
this.am = a;
this.j("BadgeImage");
}
get badgeCorner() {
return this.t;
}
set badgeCorner(a) {
this.t = a;
this.j("BadgeCorner");
}
get backgroundCorner() {
return this.s;
}
set backgroundCorner(a) {
this.s = a;
this.j("BackgroundCorner");
}
get bacgkroundPaddingLeft() {
return this.p;
}
set bacgkroundPaddingLeft(a) {
this.p = a;
this.j("BacgkroundPaddingLeft");
}
get bacgkroundPaddingTop() {
return this.r;
}
set bacgkroundPaddingTop(a) {
this.r = a;
this.j("BacgkroundPaddingTop");
}
get bacgkroundPaddingRight() {
return this.q;
}
set bacgkroundPaddingRight(a) {
this.q = a;
this.j("BacgkroundPaddingRight");
}
get bacgkroundPaddingBottom() {
return this.o;
}
set bacgkroundPaddingBottom(a) {
this.o = a;
this.j("BacgkroundPaddingBottom");
}
}
CalloutStyleUpdatingEventArgsDescription.$t = markType(CalloutStyleUpdatingEventArgsDescription, 'CalloutStyleUpdatingEventArgsDescription', Description.$);
return CalloutStyleUpdatingEventArgsDescription;
})();