igniteui-webcomponents-dashboards 6.2.2-alpha.3 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-dashboards.umd.js +1222 -1008
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
- package/esm2015/lib/DashboardTileView_combined.js +1069 -960
- package/esm2015/lib/DataChartDashboardTileFeature.js +1 -1
- package/esm2015/lib/DescriptionValueLookupHelper.js +2 -2
- package/esm2015/lib/GeographicMapDashboardTileFeature.js +1 -1
- package/esm2015/lib/LinearGaugeDashboardTileFeature.js +1 -1
- package/esm2015/lib/PieChartDashboardTileFeature.js +1 -1
- package/esm2015/lib/RadialGaugeDashboardTileFeature.js +1 -1
- package/esm2015/lib/igc-dashboard-tile-component.js +157 -67
- package/esm5/lib/DashboardTileView_combined.js +1052 -939
- package/esm5/lib/DataChartDashboardTileFeature.js +1 -1
- package/esm5/lib/DescriptionValueLookupHelper.js +2 -2
- package/esm5/lib/GeographicMapDashboardTileFeature.js +1 -1
- package/esm5/lib/LinearGaugeDashboardTileFeature.js +1 -1
- package/esm5/lib/PieChartDashboardTileFeature.js +1 -1
- package/esm5/lib/RadialGaugeDashboardTileFeature.js +1 -1
- package/esm5/lib/igc-dashboard-tile-component.js +171 -67
- package/fesm2015/igniteui-webcomponents-dashboards.js +1226 -1030
- package/fesm5/igniteui-webcomponents-dashboards.js +1223 -1009
- package/lib/DashboardTileView_combined.d.ts +321 -297
- package/lib/igc-dashboard-tile-component.d.ts +29 -0
- package/package.json +8 -8
|
@@ -1153,14 +1153,14 @@
|
|
|
1153
1153
|
if (a == null) {
|
|
1154
1154
|
return null;
|
|
1155
1155
|
}
|
|
1156
|
-
b = igniteuiWebcomponentsCore.TypeDescriptionContext.
|
|
1156
|
+
b = igniteuiWebcomponentsCore.TypeDescriptionContext.ab(b);
|
|
1157
1157
|
return a[b];
|
|
1158
1158
|
};
|
|
1159
1159
|
DescriptionValueLookupHelper.prototype.d = function (a, b, c) {
|
|
1160
1160
|
if (a == null) {
|
|
1161
1161
|
return null;
|
|
1162
1162
|
}
|
|
1163
|
-
b = igniteuiWebcomponentsCore.TypeDescriptionContext.
|
|
1163
|
+
b = igniteuiWebcomponentsCore.TypeDescriptionContext.ab(b);
|
|
1164
1164
|
return a[b] = c;
|
|
1165
1165
|
};
|
|
1166
1166
|
DescriptionValueLookupHelper.$t = igniteuiWebcomponentsCore.markType(DescriptionValueLookupHelper, 'DescriptionValueLookupHelper');
|
|
@@ -2834,7 +2834,7 @@
|
|
|
2834
2834
|
return;
|
|
2835
2835
|
}
|
|
2836
2836
|
this.k = a;
|
|
2837
|
-
this.b.
|
|
2837
|
+
this.b.ib();
|
|
2838
2838
|
};
|
|
2839
2839
|
DashboardTileView.prototype.q = function () {
|
|
2840
2840
|
if (igniteuiWebcomponentsCore.KeyFrameAnimationFactory.h == null) {
|
|
@@ -2860,7 +2860,7 @@
|
|
|
2860
2860
|
DashboardTileView.prototype.y = function (a, b) {
|
|
2861
2861
|
var _this = this;
|
|
2862
2862
|
this.i.add(b);
|
|
2863
|
-
var c = DashboardTile.
|
|
2863
|
+
var c = DashboardTile.bu.adapter;
|
|
2864
2864
|
var adapter_ = c;
|
|
2865
2865
|
var d = (adapter_._platform);
|
|
2866
2866
|
var e = a.an;
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
DashboardTileView.prototype.p = function () {
|
|
2885
2885
|
this.e = true;
|
|
2886
2886
|
if (this.f()) {
|
|
2887
|
-
this.b.
|
|
2887
|
+
this.b.ia();
|
|
2888
2888
|
}
|
|
2889
2889
|
};
|
|
2890
2890
|
DashboardTileView.$t = igniteuiWebcomponentsCore.markType(DashboardTileView, 'DashboardTileView');
|
|
@@ -2951,62 +2951,62 @@
|
|
|
2951
2951
|
tslib.__extends(DashboardTile, _super);
|
|
2952
2952
|
function DashboardTile() {
|
|
2953
2953
|
var _this = _super.call(this) || this;
|
|
2954
|
-
_this.
|
|
2954
|
+
_this.ba = null;
|
|
2955
|
+
_this.cp = false;
|
|
2955
2956
|
_this.cn = false;
|
|
2956
|
-
_this.cl = false;
|
|
2957
2957
|
_this.g = null;
|
|
2958
|
-
_this.
|
|
2959
|
-
_this.
|
|
2960
|
-
_this.
|
|
2961
|
-
_this.
|
|
2962
|
-
_this.
|
|
2963
|
-
_this.
|
|
2964
|
-
_this.
|
|
2965
|
-
_this.
|
|
2966
|
-
_this.
|
|
2967
|
-
_this.
|
|
2968
|
-
_this.
|
|
2969
|
-
_this.
|
|
2970
|
-
_this.
|
|
2971
|
-
_this.
|
|
2958
|
+
_this.cj = false;
|
|
2959
|
+
_this.cf = null;
|
|
2960
|
+
_this.ap = new DashboardTileCustomizationCollection();
|
|
2961
|
+
_this.dy = null;
|
|
2962
|
+
_this.dx = null;
|
|
2963
|
+
_this.cw = false;
|
|
2964
|
+
_this.dr = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.DataSeriesType_$type, igniteuiWebcomponentsCore.HashSet$1.$.specialize(DashboardTileVisualizationType_$type), 0);
|
|
2965
|
+
_this.ff = null;
|
|
2966
|
+
_this.da = false;
|
|
2967
|
+
_this.c9 = false;
|
|
2968
|
+
_this.ce = null;
|
|
2969
|
+
_this.dn = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.DataSeries.$, 0);
|
|
2970
|
+
_this.fe = "";
|
|
2971
|
+
_this.ds = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
|
|
2972
2972
|
_this.changingContent = null;
|
|
2973
|
-
_this.
|
|
2974
|
-
_this.
|
|
2975
|
-
_this.
|
|
2976
|
-
_this.
|
|
2973
|
+
_this.ck = false;
|
|
2974
|
+
_this.eo = null;
|
|
2975
|
+
_this.ek = null;
|
|
2976
|
+
_this.el = null;
|
|
2977
2977
|
_this._externalObject = null;
|
|
2978
|
-
_this.
|
|
2979
|
-
_this.ar = null;
|
|
2980
|
-
_this.aq = null;
|
|
2981
|
-
_this.bh = null;
|
|
2982
|
-
_this.bi = null;
|
|
2983
|
-
_this.a3 = null;
|
|
2984
|
-
_this.bp = null;
|
|
2985
|
-
_this.bq = null;
|
|
2986
|
-
_this.au = null;
|
|
2978
|
+
_this.ax = null;
|
|
2987
2979
|
_this.at = null;
|
|
2988
2980
|
_this.as = null;
|
|
2989
|
-
_this.bk = null;
|
|
2990
2981
|
_this.bj = null;
|
|
2991
|
-
_this.
|
|
2992
|
-
_this.
|
|
2993
|
-
_this.
|
|
2994
|
-
_this.
|
|
2995
|
-
_this.
|
|
2996
|
-
_this.
|
|
2997
|
-
_this.
|
|
2982
|
+
_this.bk = null;
|
|
2983
|
+
_this.a5 = null;
|
|
2984
|
+
_this.br = null;
|
|
2985
|
+
_this.bs = null;
|
|
2986
|
+
_this.aw = null;
|
|
2987
|
+
_this.av = null;
|
|
2988
|
+
_this.au = null;
|
|
2989
|
+
_this.bm = null;
|
|
2990
|
+
_this.bl = null;
|
|
2991
|
+
_this.a4 = null;
|
|
2992
|
+
_this.fb = null;
|
|
2998
2993
|
_this.e7 = null;
|
|
2999
|
-
_this.
|
|
2994
|
+
_this.e9 = null;
|
|
2995
|
+
_this.e8 = null;
|
|
2996
|
+
_this.fa = null;
|
|
2997
|
+
_this.filterStringErrorsParsing = null;
|
|
2998
|
+
_this.fc = null;
|
|
2999
|
+
_this.cc = null;
|
|
3000
|
+
_this.en = null;
|
|
3001
|
+
_this.ej = null;
|
|
3002
|
+
_this.em = null;
|
|
3000
3003
|
_this.ei = null;
|
|
3001
|
-
_this.
|
|
3002
|
-
_this.
|
|
3003
|
-
_this.ed = null;
|
|
3004
|
-
_this.cp = false;
|
|
3005
|
-
_this.co = false;
|
|
3004
|
+
_this.cs = false;
|
|
3005
|
+
_this.cr = false;
|
|
3006
3006
|
_this.ai = 0;
|
|
3007
3007
|
_this.s = null;
|
|
3008
3008
|
_this.ak = null;
|
|
3009
|
-
_this.
|
|
3009
|
+
_this.ct = false;
|
|
3010
3010
|
_this.ag = 1;
|
|
3011
3011
|
_this.i = null;
|
|
3012
3012
|
_this.j = null;
|
|
@@ -3016,84 +3016,87 @@
|
|
|
3016
3016
|
_this._selectedSeriesItems = null;
|
|
3017
3017
|
_this.o = null;
|
|
3018
3018
|
_this.p = null;
|
|
3019
|
-
_this.
|
|
3020
|
-
_this.
|
|
3019
|
+
_this.i5 = null;
|
|
3020
|
+
_this.an = null;
|
|
3021
3021
|
_this.t = null;
|
|
3022
|
-
_this.
|
|
3023
|
-
_this.
|
|
3024
|
-
_this.
|
|
3025
|
-
_this.
|
|
3026
|
-
_this.
|
|
3027
|
-
_this.
|
|
3022
|
+
_this.i6 = null;
|
|
3023
|
+
_this.i8 = null;
|
|
3024
|
+
_this.i7 = null;
|
|
3025
|
+
_this.cg = false;
|
|
3026
|
+
_this.ch = true;
|
|
3027
|
+
_this.co = false;
|
|
3028
3028
|
_this.ab = 0;
|
|
3029
|
-
_this.
|
|
3030
|
-
_this.
|
|
3031
|
-
_this.
|
|
3029
|
+
_this.bb = 0;
|
|
3030
|
+
_this.ef = 60;
|
|
3031
|
+
_this.cq = false;
|
|
3032
3032
|
_this.by = 0;
|
|
3033
|
-
_this.
|
|
3034
|
-
_this.
|
|
3035
|
-
_this.
|
|
3033
|
+
_this.b0 = 0;
|
|
3034
|
+
_this.i4 = null;
|
|
3035
|
+
_this.e6 = null;
|
|
3036
|
+
_this.b2 = ((function () {
|
|
3036
3037
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
3037
3038
|
$ret.q = "Verdana";
|
|
3038
3039
|
$ret.f = 20;
|
|
3039
3040
|
return $ret;
|
|
3040
3041
|
})());
|
|
3041
|
-
_this.
|
|
3042
|
+
_this.er = null;
|
|
3042
3043
|
_this.propertyChanged = null;
|
|
3043
|
-
_this.
|
|
3044
|
+
_this.userAnnotationInformationRequested = null;
|
|
3045
|
+
_this.userAnnotationToolTipContentUpdating = null;
|
|
3046
|
+
_this.a8 = null;
|
|
3044
3047
|
_this._commandCompleted = null;
|
|
3045
3048
|
_this._invalidateActions = null;
|
|
3046
|
-
_this.
|
|
3047
|
-
_this.
|
|
3048
|
-
_this.
|
|
3049
|
-
_this.
|
|
3050
|
-
_this.
|
|
3051
|
-
_this.
|
|
3052
|
-
_this.
|
|
3053
|
-
_this.b7 = null;
|
|
3054
|
-
_this.b6 = null;
|
|
3049
|
+
_this.dt = null;
|
|
3050
|
+
_this.dv = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.ICommandStateChangedListener_$type, 0);
|
|
3051
|
+
_this.cu = false;
|
|
3052
|
+
_this.ee = -1;
|
|
3053
|
+
_this.cm = false;
|
|
3054
|
+
_this.cl = false;
|
|
3055
|
+
_this.bw = null;
|
|
3055
3056
|
_this.b9 = null;
|
|
3056
|
-
_this.b3 = null;
|
|
3057
|
-
_this.b5 = null;
|
|
3058
3057
|
_this.b8 = null;
|
|
3059
|
-
_this.
|
|
3060
|
-
_this.
|
|
3061
|
-
_this.
|
|
3058
|
+
_this.cb = null;
|
|
3059
|
+
_this.b5 = null;
|
|
3060
|
+
_this.b7 = null;
|
|
3061
|
+
_this.ca = null;
|
|
3062
|
+
_this.b6 = null;
|
|
3063
|
+
_this.fd = null;
|
|
3064
|
+
_this.cv = false;
|
|
3065
|
+
_this.bf = null;
|
|
3066
|
+
_this.be = null;
|
|
3067
|
+
_this.ci = false;
|
|
3062
3068
|
_this.bd = null;
|
|
3063
|
-
_this.
|
|
3064
|
-
_this.cg = false;
|
|
3065
|
-
_this.bb = null;
|
|
3066
|
-
_this.b2 = null;
|
|
3069
|
+
_this.b4 = null;
|
|
3067
3070
|
_this.selectedSeriesItems = new igniteuiWebcomponentsCharts.ChartSelectedItemCollection();
|
|
3068
3071
|
var a = _this.selectedSeriesItems;
|
|
3069
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3072
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.iq));
|
|
3070
3073
|
var b = _this.selectedSeriesItems;
|
|
3071
|
-
b.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(b.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3074
|
+
b.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(b.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.ir));
|
|
3072
3075
|
igniteuiWebcomponentsCore.NativeUIInputsFactory.n();
|
|
3073
3076
|
igniteuiWebcomponentsInputs.NativeUIXInputsFactory.m();
|
|
3074
3077
|
var c = new DashboardTileView();
|
|
3075
3078
|
c.b = _this;
|
|
3076
|
-
_this.
|
|
3077
|
-
_this.
|
|
3079
|
+
_this.ba = c;
|
|
3080
|
+
_this.ba.x();
|
|
3078
3081
|
_this.ad = _this.af(true);
|
|
3079
3082
|
var d = _this.ad;
|
|
3080
|
-
d.removingUnsupported = igniteuiWebcomponentsCore.delegateCombine(d.removingUnsupported, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3083
|
+
d.removingUnsupported = igniteuiWebcomponentsCore.delegateCombine(d.removingUnsupported, igniteuiWebcomponentsCore.runOn(_this, _this.hf));
|
|
3081
3084
|
var e = _this.ad.dataSeries;
|
|
3082
|
-
e.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(e.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3085
|
+
e.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(e.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.h2));
|
|
3083
3086
|
_this.ae = _this.af(false);
|
|
3084
3087
|
var f = _this.ae.dataSeries;
|
|
3085
|
-
f.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(f.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3088
|
+
f.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(f.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.h7));
|
|
3086
3089
|
var g = _this.ae;
|
|
3087
|
-
g.removingUnsupported = igniteuiWebcomponentsCore.delegateCombine(g.removingUnsupported, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3090
|
+
g.removingUnsupported = igniteuiWebcomponentsCore.delegateCombine(g.removingUnsupported, igniteuiWebcomponentsCore.runOn(_this, _this.hf));
|
|
3088
3091
|
var h = _this.customizations;
|
|
3089
|
-
h.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(h.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
3092
|
+
h.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(h.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.he));
|
|
3090
3093
|
return _this;
|
|
3091
3094
|
}
|
|
3092
3095
|
DashboardTile.prototype.onAttachedToUI = function () {
|
|
3093
|
-
this.
|
|
3096
|
+
this.ba.u();
|
|
3094
3097
|
};
|
|
3095
3098
|
DashboardTile.prototype.onDetachedFromUI = function () {
|
|
3096
|
-
this.
|
|
3099
|
+
this.ba.w();
|
|
3097
3100
|
};
|
|
3098
3101
|
Object.defineProperty(DashboardTile.prototype, "currentDataAdapter", {
|
|
3099
3102
|
get: function () {
|
|
@@ -3104,20 +3107,20 @@
|
|
|
3104
3107
|
});
|
|
3105
3108
|
DashboardTile.prototype.onCustomizationsChanged = function (a) {
|
|
3106
3109
|
this.g = a;
|
|
3107
|
-
this.
|
|
3108
|
-
this.
|
|
3109
|
-
this.
|
|
3110
|
+
this.cn = true;
|
|
3111
|
+
this.hd();
|
|
3112
|
+
this.ij();
|
|
3110
3113
|
};
|
|
3111
|
-
DashboardTile.prototype.
|
|
3114
|
+
DashboardTile.prototype.hd = function () {
|
|
3112
3115
|
var e_2, _a;
|
|
3113
|
-
if (this.
|
|
3114
|
-
var a = this.
|
|
3116
|
+
if (this.ev != null) {
|
|
3117
|
+
var a = this.ev;
|
|
3115
3118
|
var b = a.actualProperties;
|
|
3116
3119
|
try {
|
|
3117
3120
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3118
3121
|
var c = _c.value;
|
|
3119
3122
|
if (c.aa) {
|
|
3120
|
-
this.
|
|
3123
|
+
this.ds.item(c.a0, c.ar);
|
|
3121
3124
|
}
|
|
3122
3125
|
}
|
|
3123
3126
|
}
|
|
@@ -3142,54 +3145,54 @@
|
|
|
3142
3145
|
}
|
|
3143
3146
|
};
|
|
3144
3147
|
DashboardTile.prototype.captureTargetImageToClipboard = function (a) {
|
|
3145
|
-
if (this.
|
|
3148
|
+
if (this.cj) {
|
|
3146
3149
|
return;
|
|
3147
3150
|
}
|
|
3148
|
-
if (this.
|
|
3151
|
+
if (this.e3 == null) {
|
|
3149
3152
|
return;
|
|
3150
3153
|
}
|
|
3151
|
-
this.
|
|
3152
|
-
this.
|
|
3153
|
-
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.IDomainChartLike_$type, this.
|
|
3154
|
-
this.
|
|
3154
|
+
this.cj = true;
|
|
3155
|
+
this.cf = a;
|
|
3156
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.IDomainChartLike_$type, this.e3) !== null) {
|
|
3157
|
+
this.e3.captureTargetImageToClipboard(a);
|
|
3155
3158
|
}
|
|
3156
|
-
else if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.XamDataChart.$, this.
|
|
3157
|
-
var b = this.
|
|
3159
|
+
else if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.XamDataChart.$, this.e3) !== null) {
|
|
3160
|
+
var b = this.e3;
|
|
3158
3161
|
var c = new igniteuiWebcomponentsCore.CaptureImageSettings();
|
|
3159
3162
|
c.b = true;
|
|
3160
3163
|
c.a = 0;
|
|
3161
|
-
b.imageCaptured = igniteuiWebcomponentsCore.delegateCombine(b.imageCaptured, igniteuiWebcomponentsCore.runOn(this, this.
|
|
3162
|
-
b.
|
|
3164
|
+
b.imageCaptured = igniteuiWebcomponentsCore.delegateCombine(b.imageCaptured, igniteuiWebcomponentsCore.runOn(this, this.h8));
|
|
3165
|
+
b.ot(c);
|
|
3163
3166
|
b.al.q();
|
|
3164
3167
|
}
|
|
3165
3168
|
else {
|
|
3166
|
-
this.
|
|
3167
|
-
this.
|
|
3169
|
+
this.cj = false;
|
|
3170
|
+
this.cf = null;
|
|
3168
3171
|
}
|
|
3169
3172
|
};
|
|
3170
|
-
DashboardTile.prototype.
|
|
3171
|
-
this.
|
|
3172
|
-
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.XamDataChart.$, this.
|
|
3173
|
-
var c = this.
|
|
3174
|
-
c.imageCaptured = igniteuiWebcomponentsCore.delegateRemove(c.imageCaptured, igniteuiWebcomponentsCore.runOn(this, this.
|
|
3173
|
+
DashboardTile.prototype.h8 = function (a, b) {
|
|
3174
|
+
this.cj = false;
|
|
3175
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.XamDataChart.$, this.e3) !== null) {
|
|
3176
|
+
var c = this.e3;
|
|
3177
|
+
c.imageCaptured = igniteuiWebcomponentsCore.delegateRemove(c.imageCaptured, igniteuiWebcomponentsCore.runOn(this, this.h8));
|
|
3175
3178
|
}
|
|
3176
|
-
if (this.
|
|
3177
|
-
this.
|
|
3178
|
-
this.
|
|
3179
|
+
if (this.cf != null) {
|
|
3180
|
+
this.cf(this, b);
|
|
3181
|
+
this.cf = null;
|
|
3179
3182
|
}
|
|
3180
3183
|
};
|
|
3181
3184
|
Object.defineProperty(DashboardTile.prototype, "customizations", {
|
|
3182
3185
|
get: function () {
|
|
3183
|
-
return this.
|
|
3186
|
+
return this.ap;
|
|
3184
3187
|
},
|
|
3185
3188
|
enumerable: false,
|
|
3186
3189
|
configurable: true
|
|
3187
3190
|
});
|
|
3188
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
3191
|
+
Object.defineProperty(DashboardTile.prototype, "d9", {
|
|
3189
3192
|
get: function () {
|
|
3190
|
-
if (this.
|
|
3191
|
-
this.
|
|
3192
|
-
this.
|
|
3193
|
+
if (this.dy == null) {
|
|
3194
|
+
this.dy = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3195
|
+
this.g7(this.dy, ((function () {
|
|
3193
3196
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3194
3197
|
$ret.add(2);
|
|
3195
3198
|
$ret.add(1);
|
|
@@ -3202,12 +3205,12 @@
|
|
|
3202
3205
|
$ret.add(8);
|
|
3203
3206
|
return $ret;
|
|
3204
3207
|
})()));
|
|
3205
|
-
this.
|
|
3208
|
+
this.g7(this.dy, ((function () {
|
|
3206
3209
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3207
3210
|
$ret.add(35);
|
|
3208
3211
|
return $ret;
|
|
3209
3212
|
})()));
|
|
3210
|
-
this.
|
|
3213
|
+
this.g7(this.dy, ((function () {
|
|
3211
3214
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3212
3215
|
$ret.add(11);
|
|
3213
3216
|
$ret.add(12);
|
|
@@ -3218,7 +3221,7 @@
|
|
|
3218
3221
|
$ret.add(15);
|
|
3219
3222
|
return $ret;
|
|
3220
3223
|
})()));
|
|
3221
|
-
this.
|
|
3224
|
+
this.g7(this.dy, ((function () {
|
|
3222
3225
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3223
3226
|
$ret.add(11);
|
|
3224
3227
|
$ret.add(12);
|
|
@@ -3231,7 +3234,7 @@
|
|
|
3231
3234
|
$ret.add(19);
|
|
3232
3235
|
return $ret;
|
|
3233
3236
|
})()));
|
|
3234
|
-
this.
|
|
3237
|
+
this.g7(this.dy, ((function () {
|
|
3235
3238
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3236
3239
|
$ret.add(39);
|
|
3237
3240
|
$ret.add(40);
|
|
@@ -3242,24 +3245,24 @@
|
|
|
3242
3245
|
$ret.add(45);
|
|
3243
3246
|
return $ret;
|
|
3244
3247
|
})()));
|
|
3245
|
-
this.
|
|
3248
|
+
this.g7(this.dy, ((function () {
|
|
3246
3249
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3247
3250
|
$ret.add(20);
|
|
3248
3251
|
return $ret;
|
|
3249
3252
|
})()));
|
|
3250
|
-
this.
|
|
3253
|
+
this.g7(this.dy, ((function () {
|
|
3251
3254
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesType_$type, 0);
|
|
3252
3255
|
$ret.add(38);
|
|
3253
3256
|
$ret.add(37);
|
|
3254
3257
|
return $ret;
|
|
3255
3258
|
})()));
|
|
3256
3259
|
}
|
|
3257
|
-
return this.
|
|
3260
|
+
return this.dy;
|
|
3258
3261
|
},
|
|
3259
3262
|
enumerable: false,
|
|
3260
3263
|
configurable: true
|
|
3261
3264
|
});
|
|
3262
|
-
DashboardTile.prototype.
|
|
3265
|
+
DashboardTile.prototype.g7 = function (a, b) {
|
|
3263
3266
|
var e_3, _a;
|
|
3264
3267
|
try {
|
|
3265
3268
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -3312,10 +3315,10 @@
|
|
|
3312
3315
|
}
|
|
3313
3316
|
}
|
|
3314
3317
|
};
|
|
3315
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
3318
|
+
Object.defineProperty(DashboardTile.prototype, "d8", {
|
|
3316
3319
|
get: function () {
|
|
3317
|
-
if (this.
|
|
3318
|
-
this.
|
|
3320
|
+
if (this.dx == null) {
|
|
3321
|
+
this.dx = ((function () {
|
|
3319
3322
|
var $ret = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.IDataSeriesAdapterRule_$type, 0);
|
|
3320
3323
|
$ret.add(((function () {
|
|
3321
3324
|
var $ret = new igniteuiWebcomponentsCore.SimpleCategorySeriesRule();
|
|
@@ -3361,44 +3364,44 @@
|
|
|
3361
3364
|
return $ret;
|
|
3362
3365
|
})());
|
|
3363
3366
|
}
|
|
3364
|
-
return this.
|
|
3367
|
+
return this.dx;
|
|
3365
3368
|
},
|
|
3366
3369
|
enumerable: false,
|
|
3367
3370
|
configurable: true
|
|
3368
3371
|
});
|
|
3369
|
-
DashboardTile.prototype.
|
|
3370
|
-
this.
|
|
3371
|
-
this.
|
|
3372
|
+
DashboardTile.prototype.he = function (a, b) {
|
|
3373
|
+
this.cw = true;
|
|
3374
|
+
this.ij();
|
|
3372
3375
|
};
|
|
3373
|
-
DashboardTile.prototype.
|
|
3376
|
+
DashboardTile.prototype.hf = function (a, b) {
|
|
3374
3377
|
var c = a;
|
|
3375
3378
|
if (c == this.ad) {
|
|
3376
|
-
this.
|
|
3379
|
+
this.i1(b.a);
|
|
3377
3380
|
}
|
|
3378
3381
|
var d = b.a;
|
|
3379
|
-
if (this.
|
|
3382
|
+
if (this.bc != 0) {
|
|
3380
3383
|
b.b = true;
|
|
3381
3384
|
for (var e = d.getDataSeriesCount() - 1; e >= 0; e--) {
|
|
3382
3385
|
var f = d.getDataSeriesAt(e);
|
|
3383
|
-
if (!this.
|
|
3386
|
+
if (!this.dd(f)) {
|
|
3384
3387
|
d.removeDataSeries(f);
|
|
3385
3388
|
}
|
|
3386
3389
|
}
|
|
3387
3390
|
}
|
|
3388
3391
|
};
|
|
3389
|
-
DashboardTile.prototype.
|
|
3390
|
-
var b = this.
|
|
3391
|
-
if (b.contains(this.
|
|
3392
|
+
DashboardTile.prototype.dd = function (a) {
|
|
3393
|
+
var b = this.du(a);
|
|
3394
|
+
if (b.contains(this.bc)) {
|
|
3392
3395
|
return true;
|
|
3393
3396
|
}
|
|
3394
3397
|
return false;
|
|
3395
3398
|
};
|
|
3396
|
-
DashboardTile.prototype.
|
|
3399
|
+
DashboardTile.prototype.i1 = function (a) {
|
|
3397
3400
|
var b = new igniteuiWebcomponentsCore.List$1(DashboardTileVisualizationType_$type, 0);
|
|
3398
3401
|
var c = new igniteuiWebcomponentsCore.HashSet$1(DashboardTileVisualizationType_$type, 0);
|
|
3399
3402
|
for (var d = a.getDataSeriesCount() - 1; d >= 0; d--) {
|
|
3400
3403
|
var e = a.getDataSeriesAt(d);
|
|
3401
|
-
if (e.priority < this.
|
|
3404
|
+
if (e.priority < this.eh) {
|
|
3402
3405
|
continue;
|
|
3403
3406
|
}
|
|
3404
3407
|
var f = this.k(e);
|
|
@@ -3415,9 +3418,9 @@
|
|
|
3415
3418
|
}
|
|
3416
3419
|
this.m = b.toArray();
|
|
3417
3420
|
};
|
|
3418
|
-
DashboardTile.prototype.
|
|
3419
|
-
if (this.
|
|
3420
|
-
return this.
|
|
3421
|
+
DashboardTile.prototype.du = function (a) {
|
|
3422
|
+
if (this.dr.containsKey(a.suggestedSeries)) {
|
|
3423
|
+
return this.dr.item(a.suggestedSeries);
|
|
3421
3424
|
}
|
|
3422
3425
|
var b = this.k(a);
|
|
3423
3426
|
var c = new igniteuiWebcomponentsCore.HashSet$1(DashboardTileVisualizationType_$type, 0);
|
|
@@ -3427,7 +3430,7 @@
|
|
|
3427
3430
|
c.add_1(d);
|
|
3428
3431
|
}
|
|
3429
3432
|
}
|
|
3430
|
-
this.
|
|
3433
|
+
this.dr.item(a.suggestedSeries, c);
|
|
3431
3434
|
return c;
|
|
3432
3435
|
};
|
|
3433
3436
|
DashboardTile.prototype.k = function (a) {
|
|
@@ -3465,26 +3468,26 @@
|
|
|
3465
3468
|
}
|
|
3466
3469
|
return null;
|
|
3467
3470
|
};
|
|
3468
|
-
DashboardTile.prototype.
|
|
3469
|
-
this.
|
|
3470
|
-
this.
|
|
3471
|
+
DashboardTile.prototype.ir = function (a, b) {
|
|
3472
|
+
this.hr(function (c) { return c.selectedSeriesItems.clear(); });
|
|
3473
|
+
this.hp(function (c) { return c.selectedItems.clear(); });
|
|
3471
3474
|
};
|
|
3472
|
-
DashboardTile.prototype.
|
|
3475
|
+
DashboardTile.prototype.iq = function (a, b) {
|
|
3473
3476
|
var e_4, _a, e_5, _b;
|
|
3474
3477
|
var _this = this;
|
|
3475
|
-
if (this.
|
|
3478
|
+
if (this.ck) {
|
|
3476
3479
|
return;
|
|
3477
3480
|
}
|
|
3478
|
-
this.
|
|
3481
|
+
this.ck = true;
|
|
3479
3482
|
if (b.oldItems != null) {
|
|
3480
3483
|
var _loop_1 = function (c) {
|
|
3481
|
-
this_1.
|
|
3484
|
+
this_1.hr(function (d) {
|
|
3482
3485
|
var e_6, _a, e_7, _b;
|
|
3483
3486
|
var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCharts.ChartSelection.$, 0);
|
|
3484
3487
|
try {
|
|
3485
3488
|
for (var _c = (e_6 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.selectedSeriesItems))), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
3486
3489
|
var f = _d.value;
|
|
3487
|
-
if (_this.
|
|
3490
|
+
if (_this.dj(c, f)) {
|
|
3488
3491
|
e.add(f);
|
|
3489
3492
|
}
|
|
3490
3493
|
}
|
|
@@ -3522,13 +3525,13 @@
|
|
|
3522
3525
|
}
|
|
3523
3526
|
}
|
|
3524
3527
|
});
|
|
3525
|
-
this_1.
|
|
3528
|
+
this_1.hp(function (d) {
|
|
3526
3529
|
var e_8, _a, e_9, _b;
|
|
3527
3530
|
var e = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Base.$, 0);
|
|
3528
3531
|
try {
|
|
3529
3532
|
for (var _c = (e_8 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(d.selectedItems))), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
3530
3533
|
var f = _d.value;
|
|
3531
|
-
if (_this.
|
|
3534
|
+
if (_this.dk(c, f)) {
|
|
3532
3535
|
e.add1(f);
|
|
3533
3536
|
}
|
|
3534
3537
|
}
|
|
@@ -3590,13 +3593,13 @@
|
|
|
3590
3593
|
}
|
|
3591
3594
|
if (b.newItems != null) {
|
|
3592
3595
|
var _loop_2 = function (d) {
|
|
3593
|
-
this_2.
|
|
3596
|
+
this_2.hr(function (e) {
|
|
3594
3597
|
var e_10, _a;
|
|
3595
3598
|
var f = false;
|
|
3596
3599
|
try {
|
|
3597
3600
|
for (var _b = (e_10 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e.selectedSeriesItems))), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3598
3601
|
var g = _c.value;
|
|
3599
|
-
if (_this.
|
|
3602
|
+
if (_this.dj(d, g)) {
|
|
3600
3603
|
f = true;
|
|
3601
3604
|
}
|
|
3602
3605
|
}
|
|
@@ -3619,13 +3622,13 @@
|
|
|
3619
3622
|
}
|
|
3620
3623
|
e.selectedSeriesItems.add(d);
|
|
3621
3624
|
});
|
|
3622
|
-
this_2.
|
|
3625
|
+
this_2.hp(function (e) {
|
|
3623
3626
|
var e_11, _a;
|
|
3624
3627
|
var f = false;
|
|
3625
3628
|
try {
|
|
3626
3629
|
for (var _b = (e_11 = void 0, tslib.__values(igniteuiWebcomponentsCore.fromEnum(e.selectedItems))), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3627
3630
|
var g = _c.value;
|
|
3628
|
-
if (_this.
|
|
3631
|
+
if (_this.dk(d, g)) {
|
|
3629
3632
|
f = true;
|
|
3630
3633
|
}
|
|
3631
3634
|
}
|
|
@@ -3667,74 +3670,74 @@
|
|
|
3667
3670
|
}
|
|
3668
3671
|
}
|
|
3669
3672
|
}
|
|
3670
|
-
this.
|
|
3673
|
+
this.ck = false;
|
|
3671
3674
|
};
|
|
3672
|
-
DashboardTile.prototype.
|
|
3675
|
+
DashboardTile.prototype.dk = function (a, b) {
|
|
3673
3676
|
if (a.series == null && a.item == b) {
|
|
3674
3677
|
return true;
|
|
3675
3678
|
}
|
|
3676
3679
|
return false;
|
|
3677
3680
|
};
|
|
3678
|
-
DashboardTile.prototype.
|
|
3681
|
+
DashboardTile.prototype.dj = function (a, b) {
|
|
3679
3682
|
if (a.series == b.series && a.item == b.item) {
|
|
3680
3683
|
return true;
|
|
3681
3684
|
}
|
|
3682
3685
|
return false;
|
|
3683
3686
|
};
|
|
3684
|
-
DashboardTile.prototype.
|
|
3687
|
+
DashboardTile.prototype.h2 = function (a, b) {
|
|
3685
3688
|
var c = b.oldItems == null ? "null" : b.oldItems.count.toString();
|
|
3686
3689
|
var d = b.newItems == null ? "null" : b.newItems.count.toString();
|
|
3687
|
-
if (this.
|
|
3690
|
+
if (this.da) {
|
|
3688
3691
|
return;
|
|
3689
3692
|
}
|
|
3690
|
-
var e = this.
|
|
3691
|
-
this.
|
|
3693
|
+
var e = this.ik(igniteuiWebcomponentsCore.runOn(this, this.hi), this.da);
|
|
3694
|
+
this.da = e.p1;
|
|
3692
3695
|
};
|
|
3693
|
-
DashboardTile.prototype.
|
|
3696
|
+
DashboardTile.prototype.h7 = function (a, b) {
|
|
3694
3697
|
var c = b.oldItems == null ? "null" : b.oldItems.count.toString();
|
|
3695
3698
|
var d = b.newItems == null ? "null" : b.newItems.count.toString();
|
|
3696
|
-
if (this.
|
|
3699
|
+
if (this.c9) {
|
|
3697
3700
|
return;
|
|
3698
3701
|
}
|
|
3699
|
-
var e = this.
|
|
3700
|
-
this.
|
|
3702
|
+
var e = this.ik(igniteuiWebcomponentsCore.runOn(this, this.hh), this.c9);
|
|
3703
|
+
this.c9 = e.p1;
|
|
3701
3704
|
};
|
|
3702
|
-
DashboardTile.prototype.
|
|
3703
|
-
this.
|
|
3705
|
+
DashboardTile.prototype.hh = function () {
|
|
3706
|
+
this.hb();
|
|
3704
3707
|
};
|
|
3705
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
3708
|
+
Object.defineProperty(DashboardTile.prototype, "gq", {
|
|
3706
3709
|
get: function () {
|
|
3707
|
-
return this.
|
|
3710
|
+
return this.ff;
|
|
3708
3711
|
},
|
|
3709
3712
|
set: function (a) {
|
|
3710
|
-
var b = this.
|
|
3713
|
+
var b = this.gq;
|
|
3711
3714
|
if (a != b) {
|
|
3712
|
-
this.
|
|
3713
|
-
this.
|
|
3715
|
+
this.ff = a;
|
|
3716
|
+
this.h9("TileTitle", b, this.gq);
|
|
3714
3717
|
}
|
|
3715
3718
|
},
|
|
3716
3719
|
enumerable: false,
|
|
3717
3720
|
configurable: true
|
|
3718
3721
|
});
|
|
3719
|
-
DashboardTile.prototype.
|
|
3722
|
+
DashboardTile.prototype.ik = function (a, b) {
|
|
3720
3723
|
if (!b) {
|
|
3721
3724
|
b = true;
|
|
3722
|
-
if (this.
|
|
3723
|
-
this.
|
|
3725
|
+
if (this.er != null) {
|
|
3726
|
+
this.er.setTimeout(a, 0);
|
|
3724
3727
|
}
|
|
3725
3728
|
else {
|
|
3726
|
-
this.
|
|
3729
|
+
this.ce = a;
|
|
3727
3730
|
}
|
|
3728
3731
|
}
|
|
3729
3732
|
return {
|
|
3730
3733
|
p1: b
|
|
3731
3734
|
};
|
|
3732
3735
|
};
|
|
3733
|
-
DashboardTile.prototype.
|
|
3734
|
-
var a = this.
|
|
3735
|
-
this.
|
|
3736
|
+
DashboardTile.prototype.ij = function () {
|
|
3737
|
+
var a = this.ik(igniteuiWebcomponentsCore.runOn(this, this.hi), this.da);
|
|
3738
|
+
this.da = a.p1;
|
|
3736
3739
|
};
|
|
3737
|
-
DashboardTile.prototype.
|
|
3740
|
+
DashboardTile.prototype.c0 = function () {
|
|
3738
3741
|
if (this.actualHighlightedItemsSource == null) {
|
|
3739
3742
|
return false;
|
|
3740
3743
|
}
|
|
@@ -3751,21 +3754,21 @@
|
|
|
3751
3754
|
}
|
|
3752
3755
|
return true;
|
|
3753
3756
|
};
|
|
3754
|
-
DashboardTile.prototype.
|
|
3755
|
-
this.
|
|
3757
|
+
DashboardTile.prototype.hb = function () {
|
|
3758
|
+
this.c9 = false;
|
|
3756
3759
|
var a = false;
|
|
3757
|
-
if (this.
|
|
3760
|
+
if (this.c0()) {
|
|
3758
3761
|
a = true;
|
|
3759
|
-
this.
|
|
3762
|
+
this.g8();
|
|
3760
3763
|
}
|
|
3761
3764
|
if (a) {
|
|
3762
|
-
this.
|
|
3763
|
-
this.
|
|
3765
|
+
this.hl();
|
|
3766
|
+
this.iw();
|
|
3764
3767
|
}
|
|
3765
3768
|
};
|
|
3766
|
-
DashboardTile.prototype.
|
|
3769
|
+
DashboardTile.prototype.hl = function () {
|
|
3767
3770
|
var e_12, _a;
|
|
3768
|
-
if (this.
|
|
3771
|
+
if (this.da) {
|
|
3769
3772
|
var a = 0;
|
|
3770
3773
|
try {
|
|
3771
3774
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.ad.dataSeries)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -3773,9 +3776,9 @@
|
|
|
3773
3776
|
if (b.index == -1) {
|
|
3774
3777
|
b.index = a;
|
|
3775
3778
|
}
|
|
3776
|
-
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
3777
|
-
if (this.
|
|
3778
|
-
var c = this.
|
|
3779
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.f0(b))) {
|
|
3780
|
+
if (this.dn.containsKey(this.f0(b))) {
|
|
3781
|
+
var c = this.dn.item(this.f0(b));
|
|
3779
3782
|
b.highlightedData = c.data;
|
|
3780
3783
|
}
|
|
3781
3784
|
}
|
|
@@ -3797,10 +3800,10 @@
|
|
|
3797
3800
|
}
|
|
3798
3801
|
}
|
|
3799
3802
|
};
|
|
3800
|
-
DashboardTile.prototype.
|
|
3801
|
-
this.
|
|
3803
|
+
DashboardTile.prototype.iw = function () {
|
|
3804
|
+
this.dn.clear();
|
|
3802
3805
|
};
|
|
3803
|
-
DashboardTile.prototype.
|
|
3806
|
+
DashboardTile.prototype.g8 = function () {
|
|
3804
3807
|
var e_13, _a;
|
|
3805
3808
|
var a = 0;
|
|
3806
3809
|
try {
|
|
@@ -3809,8 +3812,8 @@
|
|
|
3809
3812
|
if (b.index == -1) {
|
|
3810
3813
|
b.index = a;
|
|
3811
3814
|
}
|
|
3812
|
-
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
3813
|
-
this.
|
|
3815
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.f0(b))) {
|
|
3816
|
+
this.dn.item(this.f0(b), b);
|
|
3814
3817
|
}
|
|
3815
3818
|
a++;
|
|
3816
3819
|
}
|
|
@@ -3829,74 +3832,74 @@
|
|
|
3829
3832
|
}
|
|
3830
3833
|
}
|
|
3831
3834
|
};
|
|
3832
|
-
DashboardTile.prototype.
|
|
3835
|
+
DashboardTile.prototype.f0 = function (a) {
|
|
3833
3836
|
var b = igniteuiWebcomponentsCore.EnumUtil.getName(igniteuiWebcomponentsCore.DataSeriesType_$type, a.suggestedSeries);
|
|
3834
3837
|
var c = "series_" + (a.index + 1) + "_" + b;
|
|
3835
3838
|
return c;
|
|
3836
3839
|
};
|
|
3837
|
-
DashboardTile.prototype.
|
|
3840
|
+
DashboardTile.prototype.hi = function () {
|
|
3838
3841
|
var a = false;
|
|
3839
|
-
if (this.
|
|
3842
|
+
if (this.c0()) {
|
|
3840
3843
|
a = true;
|
|
3841
|
-
this.
|
|
3842
|
-
this.
|
|
3844
|
+
this.g8();
|
|
3845
|
+
this.hl();
|
|
3843
3846
|
}
|
|
3844
|
-
this.
|
|
3847
|
+
this.ip();
|
|
3845
3848
|
if (a) {
|
|
3846
|
-
this.
|
|
3849
|
+
this.iw();
|
|
3847
3850
|
}
|
|
3848
3851
|
};
|
|
3849
|
-
DashboardTile.prototype.
|
|
3850
|
-
this.
|
|
3851
|
-
this.
|
|
3852
|
+
DashboardTile.prototype.i0 = function (a, b) {
|
|
3853
|
+
this.ds.item(a, b);
|
|
3854
|
+
this.ij();
|
|
3852
3855
|
};
|
|
3853
|
-
DashboardTile.prototype.
|
|
3854
|
-
if (this.
|
|
3855
|
-
return this.
|
|
3856
|
+
DashboardTile.prototype.e1 = function (a) {
|
|
3857
|
+
if (this.ds.containsKey(a)) {
|
|
3858
|
+
return this.ds.item(a);
|
|
3856
3859
|
}
|
|
3857
3860
|
return null;
|
|
3858
3861
|
};
|
|
3859
|
-
DashboardTile.prototype.
|
|
3860
|
-
return this.
|
|
3862
|
+
DashboardTile.prototype.cz = function () {
|
|
3863
|
+
return this.ds.count > 0;
|
|
3861
3864
|
};
|
|
3862
|
-
DashboardTile.prototype.
|
|
3863
|
-
this.
|
|
3864
|
-
this.
|
|
3865
|
+
DashboardTile.prototype.hc = function () {
|
|
3866
|
+
this.ds.clear();
|
|
3867
|
+
this.ij();
|
|
3865
3868
|
};
|
|
3866
|
-
DashboardTile.prototype.
|
|
3867
|
-
this.
|
|
3868
|
-
this.
|
|
3869
|
+
DashboardTile.prototype.io = function (a) {
|
|
3870
|
+
this.ds.removeItem(a);
|
|
3871
|
+
this.ij();
|
|
3869
3872
|
};
|
|
3870
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
3873
|
+
Object.defineProperty(DashboardTile.prototype, "di", {
|
|
3871
3874
|
get: function () {
|
|
3872
|
-
return this.
|
|
3875
|
+
return this.ba.f();
|
|
3873
3876
|
},
|
|
3874
3877
|
enumerable: false,
|
|
3875
3878
|
configurable: true
|
|
3876
3879
|
});
|
|
3877
|
-
DashboardTile.prototype.
|
|
3880
|
+
DashboardTile.prototype.ip = function () {
|
|
3878
3881
|
var _this = this;
|
|
3879
|
-
this.
|
|
3880
|
-
if (!this.
|
|
3882
|
+
this.da = false;
|
|
3883
|
+
if (!this.di) {
|
|
3881
3884
|
return;
|
|
3882
3885
|
}
|
|
3883
|
-
DashboardTile.
|
|
3884
|
-
var a = this.
|
|
3885
|
-
if (this.
|
|
3886
|
-
this.
|
|
3887
|
-
a = this.
|
|
3888
|
-
this.
|
|
3886
|
+
DashboardTile.bu.allowNullForRemove = true;
|
|
3887
|
+
var a = this.bf;
|
|
3888
|
+
if (this.ci || a == null) {
|
|
3889
|
+
this.ci = false;
|
|
3890
|
+
a = this.bg();
|
|
3891
|
+
this.bf = a;
|
|
3889
3892
|
}
|
|
3890
|
-
var b = this.
|
|
3891
|
-
if (this.
|
|
3892
|
-
b = this.
|
|
3893
|
-
this.
|
|
3893
|
+
var b = this.be;
|
|
3894
|
+
if (this.cw) {
|
|
3895
|
+
b = this.bi();
|
|
3896
|
+
this.be = b;
|
|
3894
3897
|
}
|
|
3895
|
-
var c = this.
|
|
3896
|
-
if (this.
|
|
3897
|
-
this.
|
|
3898
|
-
c = this.
|
|
3899
|
-
this.
|
|
3898
|
+
var c = this.bd;
|
|
3899
|
+
if (this.cn) {
|
|
3900
|
+
this.cn = false;
|
|
3901
|
+
c = this.bh();
|
|
3902
|
+
this.bd = c;
|
|
3900
3903
|
}
|
|
3901
3904
|
a.clearOtherCustomizations();
|
|
3902
3905
|
if (b != null) {
|
|
@@ -3909,15 +3912,15 @@
|
|
|
3909
3912
|
var $ret = new DataSeriesToDescriptionAdapterSettings();
|
|
3910
3913
|
$ret.originalData = _this.actualItemsSource;
|
|
3911
3914
|
$ret.customizations = a;
|
|
3912
|
-
$ret.context = DashboardTile.
|
|
3913
|
-
$ret.shouldStackCategories = _this.
|
|
3914
|
-
$ret.shouldPreferRadialCategories = _this.
|
|
3915
|
-
$ret.refNamespace = _this.
|
|
3915
|
+
$ret.context = DashboardTile.bu.context;
|
|
3916
|
+
$ret.shouldStackCategories = _this.dg;
|
|
3917
|
+
$ret.shouldPreferRadialCategories = _this.df;
|
|
3918
|
+
$ret.refNamespace = _this.fs;
|
|
3916
3919
|
return $ret;
|
|
3917
3920
|
})());
|
|
3918
|
-
d.m(this.
|
|
3919
|
-
d.addCoercion("VisibilityToBooleanConverter", igniteuiWebcomponentsCore.runOn(this, this.
|
|
3920
|
-
d.addCoercion("BooleanToVisibilityConverter", igniteuiWebcomponentsCore.runOn(this, this.
|
|
3921
|
+
d.m(this.ds);
|
|
3922
|
+
d.addCoercion("VisibilityToBooleanConverter", igniteuiWebcomponentsCore.runOn(this, this.eu));
|
|
3923
|
+
d.addCoercion("BooleanToVisibilityConverter", igniteuiWebcomponentsCore.runOn(this, this.et));
|
|
3921
3924
|
var e = new DataSeriesToDescriptionAdapter(d);
|
|
3922
3925
|
var f = this.ad.dataSeries.toArray();
|
|
3923
3926
|
f = this.l(f);
|
|
@@ -3928,33 +3931,33 @@
|
|
|
3928
3931
|
var j = e.getDataGridContent(f);
|
|
3929
3932
|
var k = e.getEditorContent(f);
|
|
3930
3933
|
var l = g.mainRef;
|
|
3931
|
-
if (this.
|
|
3932
|
-
this.
|
|
3933
|
-
if (this.
|
|
3934
|
+
if (this.fe != l) {
|
|
3935
|
+
this.fe = l;
|
|
3936
|
+
if (this.cz()) {
|
|
3934
3937
|
if (k != null && k.content != null) {
|
|
3935
3938
|
var m = k.content;
|
|
3936
3939
|
var n = m.properties;
|
|
3937
|
-
this.g = igniteuiWebcomponentsLayouts.PropertyEditorPanel.b(DashboardTile.
|
|
3938
|
-
this.
|
|
3939
|
-
this.
|
|
3940
|
+
this.g = igniteuiWebcomponentsLayouts.PropertyEditorPanel.b(DashboardTile.bv, g.descriptionType, n);
|
|
3941
|
+
this.cn = true;
|
|
3942
|
+
this.ip();
|
|
3940
3943
|
return;
|
|
3941
3944
|
}
|
|
3942
3945
|
}
|
|
3943
3946
|
}
|
|
3944
3947
|
var o = new igniteuiWebcomponentsCore.DescriptionSerializer();
|
|
3945
|
-
var p = g != null && g.content != null ? o.
|
|
3946
|
-
var q = i != null && i.content != null ? o.
|
|
3947
|
-
var r = h != null && h.content != null ? o.
|
|
3948
|
-
var s = j != null && j.content != null ? o.
|
|
3949
|
-
var t = k != null && k.content != null ? o.
|
|
3950
|
-
if (!DashboardTile.
|
|
3951
|
-
DashboardTile.
|
|
3952
|
-
}
|
|
3953
|
-
this.
|
|
3954
|
-
this.
|
|
3955
|
-
this.
|
|
3956
|
-
this.
|
|
3957
|
-
this.
|
|
3948
|
+
var p = g != null && g.content != null ? o.r(DashboardTile.bu.context, g.content) : null;
|
|
3949
|
+
var q = i != null && i.content != null ? o.r(DashboardTile.bu.context, i.content) : null;
|
|
3950
|
+
var r = h != null && h.content != null ? o.r(DashboardTile.bu.context, h.content) : null;
|
|
3951
|
+
var s = j != null && j.content != null ? o.r(DashboardTile.bu.context, j.content) : null;
|
|
3952
|
+
var t = k != null && k.content != null ? o.r(DashboardTile.bu.context, k.content) : null;
|
|
3953
|
+
if (!DashboardTile.bu.hasRef(this.fs)) {
|
|
3954
|
+
DashboardTile.bu.provideRefValue(this.ey("content"), this.fs, this.ez());
|
|
3955
|
+
}
|
|
3956
|
+
this.is(g);
|
|
3957
|
+
this.is(h);
|
|
3958
|
+
this.is(i);
|
|
3959
|
+
this.is(j);
|
|
3960
|
+
this.is(k);
|
|
3958
3961
|
var u = new igniteuiWebcomponentsCore.StringBuilder(0);
|
|
3959
3962
|
u.u("{");
|
|
3960
3963
|
u.u("\"descriptions\": {");
|
|
@@ -4008,34 +4011,34 @@
|
|
|
4008
4011
|
this.changingContent(this, w);
|
|
4009
4012
|
v = w.contentJson;
|
|
4010
4013
|
}
|
|
4011
|
-
DashboardTile.
|
|
4012
|
-
if (g.mainRef != this.
|
|
4013
|
-
this.
|
|
4014
|
+
DashboardTile.bu.loadJson(v, igniteuiWebcomponentsCore.runOn(this, this.ey));
|
|
4015
|
+
if (g.mainRef != this.fd) {
|
|
4016
|
+
this.cv = true;
|
|
4014
4017
|
}
|
|
4015
|
-
this.
|
|
4016
|
-
DashboardTile.
|
|
4017
|
-
_this.
|
|
4018
|
-
if (_this.
|
|
4019
|
-
_this.
|
|
4020
|
-
_this.
|
|
4018
|
+
this.fd = g.mainRef;
|
|
4019
|
+
DashboardTile.bu.resolveRefValue(this.ey("content"), g.mainRef, function (x) {
|
|
4020
|
+
_this.e3 = _this.e0(x);
|
|
4021
|
+
if (_this.cv) {
|
|
4022
|
+
_this.cv = false;
|
|
4023
|
+
_this.hs();
|
|
4021
4024
|
}
|
|
4022
4025
|
});
|
|
4023
|
-
DashboardTile.
|
|
4024
|
-
DashboardTile.
|
|
4025
|
-
if (this.
|
|
4026
|
-
if (this.
|
|
4027
|
-
this.
|
|
4028
|
-
}
|
|
4029
|
-
}
|
|
4030
|
-
DashboardTile.
|
|
4031
|
-
DashboardTile.
|
|
4032
|
-
DashboardTile.
|
|
4033
|
-
DashboardTile.
|
|
4034
|
-
if (this.
|
|
4035
|
-
this.
|
|
4026
|
+
DashboardTile.bu.resolveRefValue(this.ey("grid"), this.fs + "/" + "dataGrid", function (x) { return _this.es = _this.e0(x); });
|
|
4027
|
+
DashboardTile.bu.resolveRefValue(this.ey("editor"), this.fs + "/" + "propertyEditor", function (x) { return _this.ev = _this.e0(x); });
|
|
4028
|
+
if (this.ev != null) {
|
|
4029
|
+
if (this.ev.f != DashboardTile.bu) {
|
|
4030
|
+
this.ev.f = DashboardTile.bu;
|
|
4031
|
+
}
|
|
4032
|
+
}
|
|
4033
|
+
DashboardTile.bu.provideRefValue(this.ey("content"), "ChartSelectedItemsChanged", igniteuiWebcomponentsCore.runOn(this, this.ha));
|
|
4034
|
+
DashboardTile.bu.provideRefValue(this.ey("content"), "PieChartSelectedItemsChanged", igniteuiWebcomponentsCore.runOn(this, this.ie));
|
|
4035
|
+
DashboardTile.bu.provideRefValue(this.ey("content"), "GridSelectedItemsChanged", igniteuiWebcomponentsCore.runOn(this, this.hn));
|
|
4036
|
+
DashboardTile.bu.provideRefValue(this.ey("editor"), "VisibilityConverter", igniteuiWebcomponentsCore.runOn(this, this.i3));
|
|
4037
|
+
if (this.ev != null) {
|
|
4038
|
+
this.je();
|
|
4036
4039
|
}
|
|
4037
4040
|
};
|
|
4038
|
-
DashboardTile.prototype.
|
|
4041
|
+
DashboardTile.prototype.et = function (a) {
|
|
4039
4042
|
if (a == null) {
|
|
4040
4043
|
return true;
|
|
4041
4044
|
}
|
|
@@ -4047,7 +4050,7 @@
|
|
|
4047
4050
|
}
|
|
4048
4051
|
return true;
|
|
4049
4052
|
};
|
|
4050
|
-
DashboardTile.prototype.
|
|
4053
|
+
DashboardTile.prototype.eu = function (a) {
|
|
4051
4054
|
if (a == null) {
|
|
4052
4055
|
return true;
|
|
4053
4056
|
}
|
|
@@ -4071,40 +4074,40 @@
|
|
|
4071
4074
|
return b.toArray();
|
|
4072
4075
|
};
|
|
4073
4076
|
DashboardTile.prototype.ac = function (a) {
|
|
4074
|
-
if (this.
|
|
4077
|
+
if (this.bc == 0) {
|
|
4075
4078
|
return a;
|
|
4076
4079
|
}
|
|
4077
4080
|
a = a.clone();
|
|
4078
|
-
if (this.
|
|
4079
|
-
switch (this.
|
|
4081
|
+
if (this.dd(a)) {
|
|
4082
|
+
switch (this.bc) {
|
|
4080
4083
|
case 1:
|
|
4081
|
-
if (this.
|
|
4084
|
+
if (this.c2(a)) {
|
|
4082
4085
|
a.suggestedSeries = 2;
|
|
4083
4086
|
}
|
|
4084
4087
|
break;
|
|
4085
4088
|
case 2:
|
|
4086
|
-
if (this.
|
|
4089
|
+
if (this.c2(a)) {
|
|
4087
4090
|
a.suggestedSeries = 3;
|
|
4088
4091
|
}
|
|
4089
4092
|
break;
|
|
4090
4093
|
case 3:
|
|
4091
|
-
if (this.
|
|
4094
|
+
if (this.db(a)) {
|
|
4092
4095
|
a.suggestedSeries = 17;
|
|
4093
4096
|
}
|
|
4094
4097
|
break;
|
|
4095
4098
|
case 4: break;
|
|
4096
4099
|
case 5:
|
|
4097
|
-
if (this.
|
|
4100
|
+
if (this.c2(a)) {
|
|
4098
4101
|
a.suggestedSeries = 20;
|
|
4099
4102
|
}
|
|
4100
4103
|
break;
|
|
4101
4104
|
case 6:
|
|
4102
|
-
if (this.
|
|
4105
|
+
if (this.dc(a) || this.c7(a)) {
|
|
4103
4106
|
a.suggestedSeries = 45;
|
|
4104
4107
|
}
|
|
4105
4108
|
break;
|
|
4106
4109
|
case 8:
|
|
4107
|
-
if (this.
|
|
4110
|
+
if (this.c2(a)) {
|
|
4108
4111
|
a.suggestedSeries = 1;
|
|
4109
4112
|
}
|
|
4110
4113
|
break;
|
|
@@ -4112,82 +4115,82 @@
|
|
|
4112
4115
|
case 10: break;
|
|
4113
4116
|
case 11: break;
|
|
4114
4117
|
case 12:
|
|
4115
|
-
if (this.
|
|
4118
|
+
if (this.db(a) || this.c6(a)) {
|
|
4116
4119
|
a.suggestedSeries = 46;
|
|
4117
4120
|
}
|
|
4118
4121
|
break;
|
|
4119
4122
|
case 13:
|
|
4120
|
-
if (this.
|
|
4123
|
+
if (this.db(a) || this.c6(a)) {
|
|
4121
4124
|
a.suggestedSeries = 43;
|
|
4122
4125
|
}
|
|
4123
4126
|
break;
|
|
4124
4127
|
case 14: break;
|
|
4125
4128
|
case 16:
|
|
4126
|
-
if (this.
|
|
4129
|
+
if (this.c2(a)) {
|
|
4127
4130
|
a.suggestedSeries = 0;
|
|
4128
4131
|
}
|
|
4129
4132
|
break;
|
|
4130
4133
|
case 17: break;
|
|
4131
4134
|
case 18:
|
|
4132
|
-
if (this.
|
|
4135
|
+
if (this.c4(a)) {
|
|
4133
4136
|
a.suggestedSeries = 20;
|
|
4134
4137
|
}
|
|
4135
4138
|
break;
|
|
4136
4139
|
case 19:
|
|
4137
|
-
if (this.
|
|
4140
|
+
if (this.c8(a)) {
|
|
4138
4141
|
a.suggestedSeries = 35;
|
|
4139
4142
|
}
|
|
4140
4143
|
break;
|
|
4141
4144
|
case 21:
|
|
4142
|
-
if (this.
|
|
4145
|
+
if (this.c2(a)) {
|
|
4143
4146
|
a.suggestedSeries = 36;
|
|
4144
4147
|
a.suggestedPrimaryAxis = 5;
|
|
4145
4148
|
a.suggestedSecondaryAxis = 7;
|
|
4146
4149
|
}
|
|
4147
4150
|
break;
|
|
4148
4151
|
case 22:
|
|
4149
|
-
if (this.
|
|
4152
|
+
if (this.db(a) || this.c6(a)) {
|
|
4150
4153
|
a.suggestedSeries = 39;
|
|
4151
4154
|
}
|
|
4152
4155
|
break;
|
|
4153
4156
|
case 23:
|
|
4154
|
-
if (this.
|
|
4157
|
+
if (this.db(a) || this.c6(a)) {
|
|
4155
4158
|
a.suggestedSeries = 11;
|
|
4156
4159
|
}
|
|
4157
4160
|
break;
|
|
4158
4161
|
case 24: break;
|
|
4159
4162
|
case 25:
|
|
4160
|
-
if (this.
|
|
4163
|
+
if (this.c2(a)) {
|
|
4161
4164
|
a.suggestedSeries = 7;
|
|
4162
4165
|
}
|
|
4163
4166
|
break;
|
|
4164
4167
|
case 26:
|
|
4165
|
-
if (this.
|
|
4168
|
+
if (this.c2(a)) {
|
|
4166
4169
|
a.suggestedSeries = 6;
|
|
4167
4170
|
}
|
|
4168
4171
|
break;
|
|
4169
4172
|
case 27:
|
|
4170
|
-
if (this.
|
|
4173
|
+
if (this.c2(a)) {
|
|
4171
4174
|
a.suggestedSeries = 2;
|
|
4172
4175
|
}
|
|
4173
4176
|
break;
|
|
4174
4177
|
case 28:
|
|
4175
|
-
if (this.
|
|
4178
|
+
if (this.c2(a)) {
|
|
4176
4179
|
a.suggestedSeries = 3;
|
|
4177
4180
|
}
|
|
4178
4181
|
break;
|
|
4179
4182
|
case 29:
|
|
4180
|
-
if (this.
|
|
4183
|
+
if (this.c2(a)) {
|
|
4181
4184
|
a.suggestedSeries = 1;
|
|
4182
4185
|
}
|
|
4183
4186
|
break;
|
|
4184
4187
|
case 30:
|
|
4185
|
-
if (this.
|
|
4188
|
+
if (this.c2(a)) {
|
|
4186
4189
|
a.suggestedSeries = 5;
|
|
4187
4190
|
}
|
|
4188
4191
|
break;
|
|
4189
4192
|
case 31:
|
|
4190
|
-
if (this.
|
|
4193
|
+
if (this.c2(a)) {
|
|
4191
4194
|
a.suggestedSeries = 4;
|
|
4192
4195
|
}
|
|
4193
4196
|
break;
|
|
@@ -4196,12 +4199,12 @@
|
|
|
4196
4199
|
case 34: break;
|
|
4197
4200
|
case 35: break;
|
|
4198
4201
|
case 7:
|
|
4199
|
-
if (this.
|
|
4202
|
+
if (this.c5(a)) {
|
|
4200
4203
|
a.suggestedSeries = 37;
|
|
4201
4204
|
}
|
|
4202
4205
|
break;
|
|
4203
4206
|
case 15:
|
|
4204
|
-
if (this.
|
|
4207
|
+
if (this.c5(a)) {
|
|
4205
4208
|
a.suggestedSeries = 38;
|
|
4206
4209
|
}
|
|
4207
4210
|
break;
|
|
@@ -4209,28 +4212,28 @@
|
|
|
4209
4212
|
}
|
|
4210
4213
|
return a;
|
|
4211
4214
|
};
|
|
4212
|
-
DashboardTile.prototype.
|
|
4215
|
+
DashboardTile.prototype.c7 = function (a) {
|
|
4213
4216
|
return a.suggestedSeries == 40 || a.suggestedSeries == 45;
|
|
4214
4217
|
};
|
|
4215
|
-
DashboardTile.prototype.
|
|
4218
|
+
DashboardTile.prototype.dc = function (a) {
|
|
4216
4219
|
return a.suggestedSeries == 19 || a.suggestedSeries == 18;
|
|
4217
4220
|
};
|
|
4218
|
-
DashboardTile.prototype.
|
|
4221
|
+
DashboardTile.prototype.c6 = function (a) {
|
|
4219
4222
|
return a.suggestedSeries == 39 || a.suggestedSeries == 41 || a.suggestedSeries == 43 || a.suggestedSeries == 42 || a.suggestedSeries == 44 || a.suggestedSeries == 46;
|
|
4220
4223
|
};
|
|
4221
|
-
DashboardTile.prototype.
|
|
4224
|
+
DashboardTile.prototype.db = function (a) {
|
|
4222
4225
|
return a.suggestedSeries == 11 || a.suggestedSeries == 14 || a.suggestedSeries == 16 || a.suggestedSeries == 17 || a.suggestedSeries == 15 || a.suggestedSeries == 12 || a.suggestedSeries == 13;
|
|
4223
4226
|
};
|
|
4224
|
-
DashboardTile.prototype.
|
|
4227
|
+
DashboardTile.prototype.c5 = function (a) {
|
|
4225
4228
|
return a.suggestedSeries == 38 || a.suggestedSeries == 37;
|
|
4226
4229
|
};
|
|
4227
|
-
DashboardTile.prototype.
|
|
4230
|
+
DashboardTile.prototype.c8 = function (a) {
|
|
4228
4231
|
switch (a.suggestedSeries) {
|
|
4229
4232
|
case 35: return true;
|
|
4230
4233
|
}
|
|
4231
4234
|
return false;
|
|
4232
4235
|
};
|
|
4233
|
-
DashboardTile.prototype.
|
|
4236
|
+
DashboardTile.prototype.c4 = function (a) {
|
|
4234
4237
|
switch (a.suggestedSeries) {
|
|
4235
4238
|
case 20:
|
|
4236
4239
|
case 21:
|
|
@@ -4238,7 +4241,7 @@
|
|
|
4238
4241
|
}
|
|
4239
4242
|
return false;
|
|
4240
4243
|
};
|
|
4241
|
-
DashboardTile.prototype.
|
|
4244
|
+
DashboardTile.prototype.c2 = function (a) {
|
|
4242
4245
|
switch (a.suggestedSeries) {
|
|
4243
4246
|
case 0:
|
|
4244
4247
|
case 1:
|
|
@@ -4253,12 +4256,12 @@
|
|
|
4253
4256
|
}
|
|
4254
4257
|
return false;
|
|
4255
4258
|
};
|
|
4256
|
-
DashboardTile.prototype.
|
|
4259
|
+
DashboardTile.prototype.bg = function () {
|
|
4257
4260
|
var a = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization.$, 0);
|
|
4258
|
-
for (var b = 0; b < DashboardTile.
|
|
4259
|
-
var c = DashboardTile.
|
|
4260
|
-
if (DashboardTile.
|
|
4261
|
-
var d = this.
|
|
4261
|
+
for (var b = 0; b < DashboardTile.dw.count; b++) {
|
|
4262
|
+
var c = DashboardTile.dw._inner[b];
|
|
4263
|
+
if (DashboardTile.dp.containsKey(c)) {
|
|
4264
|
+
var d = this.d7(DashboardTile.dp.item(c));
|
|
4262
4265
|
if (d != null) {
|
|
4263
4266
|
for (var e = 0; e < d.count; e++) {
|
|
4264
4267
|
a.add(d._inner[e]);
|
|
@@ -4266,21 +4269,21 @@
|
|
|
4266
4269
|
}
|
|
4267
4270
|
}
|
|
4268
4271
|
}
|
|
4269
|
-
this.
|
|
4272
|
+
this.hu(a);
|
|
4270
4273
|
return new DataSeriesToDescriptionCustomizations(a.toArray());
|
|
4271
4274
|
};
|
|
4272
|
-
DashboardTile.prototype.
|
|
4275
|
+
DashboardTile.prototype.bh = function () {
|
|
4273
4276
|
return new DataSeriesToDescriptionCustomizations(this.g);
|
|
4274
4277
|
};
|
|
4275
|
-
DashboardTile.prototype.
|
|
4278
|
+
DashboardTile.prototype.bi = function () {
|
|
4276
4279
|
var a = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
4277
4280
|
for (var b = 0; b < this.customizations.count; b++) {
|
|
4278
4281
|
a.add(this.customizations._inner[b]);
|
|
4279
4282
|
}
|
|
4280
|
-
var c = this.
|
|
4283
|
+
var c = this.d7(a);
|
|
4281
4284
|
return new DataSeriesToDescriptionCustomizations(c.toArray());
|
|
4282
4285
|
};
|
|
4283
|
-
DashboardTile.prototype.
|
|
4286
|
+
DashboardTile.prototype.hu = function (a) {
|
|
4284
4287
|
a.add(((function () {
|
|
4285
4288
|
var $ret = new igniteuiWebcomponentsCore.DataSeriesToDescriptionCustomization();
|
|
4286
4289
|
$ret.matchType = "DataChart";
|
|
@@ -4308,7 +4311,7 @@
|
|
|
4308
4311
|
return $ret;
|
|
4309
4312
|
})()));
|
|
4310
4313
|
};
|
|
4311
|
-
DashboardTile.prototype.
|
|
4314
|
+
DashboardTile.prototype.d7 = function (a) {
|
|
4312
4315
|
if (a == null) {
|
|
4313
4316
|
return null;
|
|
4314
4317
|
}
|
|
@@ -4335,7 +4338,7 @@
|
|
|
4335
4338
|
}
|
|
4336
4339
|
return b;
|
|
4337
4340
|
};
|
|
4338
|
-
DashboardTile.prototype.
|
|
4341
|
+
DashboardTile.prototype.i3 = function (a, b) {
|
|
4339
4342
|
var c = b.value;
|
|
4340
4343
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Boolean_$type, c) !== null) {
|
|
4341
4344
|
if (c) {
|
|
@@ -4346,26 +4349,26 @@
|
|
|
4346
4349
|
}
|
|
4347
4350
|
}
|
|
4348
4351
|
};
|
|
4349
|
-
DashboardTile.prototype.
|
|
4352
|
+
DashboardTile.prototype.ha = function (a, b) {
|
|
4350
4353
|
b = (b.i);
|
|
4351
|
-
this.
|
|
4354
|
+
this.h1(b);
|
|
4352
4355
|
};
|
|
4353
|
-
DashboardTile.prototype.
|
|
4356
|
+
DashboardTile.prototype.ie = function (a, b) {
|
|
4354
4357
|
b = (b.i);
|
|
4355
|
-
this.
|
|
4358
|
+
this.h1(b);
|
|
4356
4359
|
};
|
|
4357
|
-
DashboardTile.prototype.
|
|
4360
|
+
DashboardTile.prototype.hn = function (a, b) {
|
|
4358
4361
|
b = (b.i);
|
|
4359
|
-
this.
|
|
4362
|
+
this.h6(b);
|
|
4360
4363
|
};
|
|
4361
|
-
DashboardTile.prototype.
|
|
4364
|
+
DashboardTile.prototype.h6 = function (a) {
|
|
4362
4365
|
var _this = this;
|
|
4363
|
-
this.
|
|
4366
|
+
this.hr(function (b) {
|
|
4364
4367
|
var e_14, _a;
|
|
4365
|
-
if (_this.
|
|
4368
|
+
if (_this.ck) {
|
|
4366
4369
|
return;
|
|
4367
4370
|
}
|
|
4368
|
-
_this.
|
|
4371
|
+
_this.ck = true;
|
|
4369
4372
|
b.selectedSeriesItems.clear();
|
|
4370
4373
|
var _loop_4 = function (c) {
|
|
4371
4374
|
b.selectedSeriesItems.add(((function () {
|
|
@@ -4398,14 +4401,14 @@
|
|
|
4398
4401
|
throw e_14.error;
|
|
4399
4402
|
}
|
|
4400
4403
|
}
|
|
4401
|
-
_this.
|
|
4404
|
+
_this.ck = false;
|
|
4402
4405
|
});
|
|
4403
|
-
this.
|
|
4406
|
+
this.hq(function (b) {
|
|
4404
4407
|
var e_15, _a;
|
|
4405
|
-
if (_this.
|
|
4408
|
+
if (_this.ck) {
|
|
4406
4409
|
return;
|
|
4407
4410
|
}
|
|
4408
|
-
_this.
|
|
4411
|
+
_this.ck = true;
|
|
4409
4412
|
b.selectedSeriesItems.clear();
|
|
4410
4413
|
var _loop_5 = function (c) {
|
|
4411
4414
|
b.selectedSeriesItems.add(((function () {
|
|
@@ -4438,17 +4441,17 @@
|
|
|
4438
4441
|
throw e_15.error;
|
|
4439
4442
|
}
|
|
4440
4443
|
}
|
|
4441
|
-
_this.
|
|
4444
|
+
_this.ck = false;
|
|
4442
4445
|
});
|
|
4443
4446
|
};
|
|
4444
|
-
DashboardTile.prototype.
|
|
4447
|
+
DashboardTile.prototype.h1 = function (a) {
|
|
4445
4448
|
var _this = this;
|
|
4446
|
-
this.
|
|
4449
|
+
this.hp(function (b) {
|
|
4447
4450
|
var e_16, _a;
|
|
4448
|
-
if (_this.
|
|
4451
|
+
if (_this.ck) {
|
|
4449
4452
|
return;
|
|
4450
4453
|
}
|
|
4451
|
-
_this.
|
|
4454
|
+
_this.ck = true;
|
|
4452
4455
|
b.selectedItems.clear();
|
|
4453
4456
|
try {
|
|
4454
4457
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a.currentItems)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -4470,46 +4473,46 @@
|
|
|
4470
4473
|
throw e_16.error;
|
|
4471
4474
|
}
|
|
4472
4475
|
}
|
|
4473
|
-
_this.
|
|
4476
|
+
_this.ck = false;
|
|
4474
4477
|
});
|
|
4475
4478
|
};
|
|
4476
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4479
|
+
Object.defineProperty(DashboardTile.prototype, "e3", {
|
|
4477
4480
|
get: function () {
|
|
4478
|
-
return this.
|
|
4481
|
+
return this.eo;
|
|
4479
4482
|
},
|
|
4480
4483
|
set: function (a) {
|
|
4481
|
-
var b = this.
|
|
4482
|
-
this.
|
|
4484
|
+
var b = this.eo;
|
|
4485
|
+
this.eo = a;
|
|
4483
4486
|
if (b != a) {
|
|
4484
|
-
this.
|
|
4487
|
+
this.h9("MainContent", b, a);
|
|
4485
4488
|
}
|
|
4486
4489
|
},
|
|
4487
4490
|
enumerable: false,
|
|
4488
4491
|
configurable: true
|
|
4489
4492
|
});
|
|
4490
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4493
|
+
Object.defineProperty(DashboardTile.prototype, "es", {
|
|
4491
4494
|
get: function () {
|
|
4492
|
-
return this.
|
|
4495
|
+
return this.ek;
|
|
4493
4496
|
},
|
|
4494
4497
|
set: function (a) {
|
|
4495
|
-
var b = this.
|
|
4496
|
-
this.
|
|
4498
|
+
var b = this.ek;
|
|
4499
|
+
this.ek = a;
|
|
4497
4500
|
if (b != a) {
|
|
4498
|
-
this.
|
|
4501
|
+
this.h9("DataGrid", b, a);
|
|
4499
4502
|
}
|
|
4500
4503
|
},
|
|
4501
4504
|
enumerable: false,
|
|
4502
4505
|
configurable: true
|
|
4503
4506
|
});
|
|
4504
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4507
|
+
Object.defineProperty(DashboardTile.prototype, "ev", {
|
|
4505
4508
|
get: function () {
|
|
4506
|
-
return this.
|
|
4509
|
+
return this.el;
|
|
4507
4510
|
},
|
|
4508
4511
|
set: function (a) {
|
|
4509
|
-
var b = this.
|
|
4510
|
-
this.
|
|
4512
|
+
var b = this.el;
|
|
4513
|
+
this.el = a;
|
|
4511
4514
|
if (b != a) {
|
|
4512
|
-
this.
|
|
4515
|
+
this.h9("Editor", b, a);
|
|
4513
4516
|
}
|
|
4514
4517
|
},
|
|
4515
4518
|
enumerable: false,
|
|
@@ -4525,49 +4528,49 @@
|
|
|
4525
4528
|
enumerable: false,
|
|
4526
4529
|
configurable: true
|
|
4527
4530
|
});
|
|
4528
|
-
DashboardTile.prototype.
|
|
4531
|
+
DashboardTile.prototype.ez = function () {
|
|
4529
4532
|
return this.externalObject;
|
|
4530
4533
|
};
|
|
4531
|
-
DashboardTile.prototype.
|
|
4534
|
+
DashboardTile.prototype.is = function (a) {
|
|
4532
4535
|
if (a == null) {
|
|
4533
4536
|
return;
|
|
4534
4537
|
}
|
|
4535
4538
|
for (var b = 0; b < a.refNames.length; b++) {
|
|
4536
4539
|
var c = a.refNames[b];
|
|
4537
4540
|
var d = a.refValues[b];
|
|
4538
|
-
DashboardTile.
|
|
4541
|
+
DashboardTile.bu.provideRefValue(this.ex(this.b5), c, d);
|
|
4539
4542
|
}
|
|
4540
4543
|
};
|
|
4541
|
-
DashboardTile.prototype.
|
|
4544
|
+
DashboardTile.prototype.ey = function (a) {
|
|
4542
4545
|
switch (a) {
|
|
4543
|
-
case "content": return this.
|
|
4544
|
-
case "legend": return this.
|
|
4545
|
-
case "toolbar": return this.
|
|
4546
|
-
case "grid": return this.
|
|
4547
|
-
case "editor": return this.
|
|
4546
|
+
case "content": return this.ex(this.b5);
|
|
4547
|
+
case "legend": return this.ex(this.b8);
|
|
4548
|
+
case "toolbar": return this.ex(this.b9);
|
|
4549
|
+
case "grid": return this.ex(this.b7);
|
|
4550
|
+
case "editor": return this.ex(this.b6);
|
|
4548
4551
|
}
|
|
4549
4552
|
return null;
|
|
4550
4553
|
};
|
|
4551
|
-
DashboardTile.prototype.
|
|
4552
|
-
return this.
|
|
4554
|
+
DashboardTile.prototype.ex = function (a) {
|
|
4555
|
+
return this.ba.l(a);
|
|
4553
4556
|
};
|
|
4554
|
-
Object.defineProperty(DashboardTile, "
|
|
4557
|
+
Object.defineProperty(DashboardTile, "bu", {
|
|
4555
4558
|
get: function () {
|
|
4556
|
-
if (DashboardTile.
|
|
4557
|
-
DashboardTile.
|
|
4558
|
-
DashboardTile.
|
|
4559
|
-
DashboardTile.
|
|
4560
|
-
DashboardTile.
|
|
4559
|
+
if (DashboardTile.bt == null) {
|
|
4560
|
+
DashboardTile.bt = new igniteuiWebcomponentsCore.ComponentRenderer();
|
|
4561
|
+
DashboardTile.bt.shouldNamespaceSystemRefValues = true;
|
|
4562
|
+
DashboardTile.bt.addNamespaceLookupListener(DashboardTile.gi);
|
|
4563
|
+
DashboardTile.bt.isProceedOnErrorEnabled = true;
|
|
4561
4564
|
}
|
|
4562
|
-
return DashboardTile.
|
|
4565
|
+
return DashboardTile.bt;
|
|
4563
4566
|
},
|
|
4564
4567
|
enumerable: false,
|
|
4565
4568
|
configurable: true
|
|
4566
4569
|
});
|
|
4567
|
-
DashboardTile.
|
|
4570
|
+
DashboardTile.gi = function (a) {
|
|
4568
4571
|
return DashboardTileView.n(a);
|
|
4569
4572
|
};
|
|
4570
|
-
DashboardTile.prototype.
|
|
4573
|
+
DashboardTile.prototype.iu = function (a, b, c) {
|
|
4571
4574
|
if (a) {
|
|
4572
4575
|
b.e = c;
|
|
4573
4576
|
}
|
|
@@ -4575,7 +4578,7 @@
|
|
|
4575
4578
|
b.n(c);
|
|
4576
4579
|
}
|
|
4577
4580
|
};
|
|
4578
|
-
DashboardTile.prototype.
|
|
4581
|
+
DashboardTile.prototype.it = function (a, b, c) {
|
|
4579
4582
|
if (a) {
|
|
4580
4583
|
b.syncTarget = c;
|
|
4581
4584
|
}
|
|
@@ -4583,7 +4586,7 @@
|
|
|
4583
4586
|
b.o(c);
|
|
4584
4587
|
}
|
|
4585
4588
|
};
|
|
4586
|
-
DashboardTile.prototype.
|
|
4589
|
+
DashboardTile.prototype.iv = function (a, b, c) {
|
|
4587
4590
|
if (a) {
|
|
4588
4591
|
b.e = c;
|
|
4589
4592
|
}
|
|
@@ -4591,109 +4594,109 @@
|
|
|
4591
4594
|
b.n(c);
|
|
4592
4595
|
}
|
|
4593
4596
|
};
|
|
4594
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4597
|
+
Object.defineProperty(DashboardTile.prototype, "a2", {
|
|
4595
4598
|
get: function () {
|
|
4596
|
-
return this.
|
|
4599
|
+
return this.aw;
|
|
4597
4600
|
},
|
|
4598
4601
|
enumerable: false,
|
|
4599
4602
|
configurable: true
|
|
4600
4603
|
});
|
|
4601
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4604
|
+
Object.defineProperty(DashboardTile.prototype, "a1", {
|
|
4602
4605
|
get: function () {
|
|
4603
|
-
return this.
|
|
4606
|
+
return this.av;
|
|
4604
4607
|
},
|
|
4605
4608
|
enumerable: false,
|
|
4606
4609
|
configurable: true
|
|
4607
4610
|
});
|
|
4608
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4611
|
+
Object.defineProperty(DashboardTile.prototype, "a0", {
|
|
4609
4612
|
get: function () {
|
|
4610
|
-
return this.
|
|
4613
|
+
return this.au;
|
|
4611
4614
|
},
|
|
4612
4615
|
enumerable: false,
|
|
4613
4616
|
configurable: true
|
|
4614
4617
|
});
|
|
4615
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4618
|
+
Object.defineProperty(DashboardTile.prototype, "bp", {
|
|
4616
4619
|
get: function () {
|
|
4617
|
-
return this.
|
|
4620
|
+
return this.bl;
|
|
4618
4621
|
},
|
|
4619
4622
|
enumerable: false,
|
|
4620
4623
|
configurable: true
|
|
4621
4624
|
});
|
|
4622
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4625
|
+
Object.defineProperty(DashboardTile.prototype, "bq", {
|
|
4623
4626
|
get: function () {
|
|
4624
|
-
return this.
|
|
4627
|
+
return this.bm;
|
|
4625
4628
|
},
|
|
4626
4629
|
enumerable: false,
|
|
4627
4630
|
configurable: true
|
|
4628
4631
|
});
|
|
4629
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4632
|
+
Object.defineProperty(DashboardTile.prototype, "a6", {
|
|
4630
4633
|
get: function () {
|
|
4631
|
-
return this.
|
|
4634
|
+
return this.a4;
|
|
4632
4635
|
},
|
|
4633
4636
|
enumerable: false,
|
|
4634
4637
|
configurable: true
|
|
4635
4638
|
});
|
|
4636
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4639
|
+
Object.defineProperty(DashboardTile.prototype, "gc", {
|
|
4637
4640
|
get: function () {
|
|
4638
|
-
return this.
|
|
4641
|
+
return this.fb;
|
|
4639
4642
|
},
|
|
4640
4643
|
set: function (a) {
|
|
4641
4644
|
var _this = this;
|
|
4642
|
-
var b = this.
|
|
4643
|
-
this.
|
|
4645
|
+
var b = this.fb;
|
|
4646
|
+
this.fb = a;
|
|
4644
4647
|
if (b != a) {
|
|
4645
|
-
this.
|
|
4646
|
-
if (this.
|
|
4647
|
-
this.
|
|
4648
|
+
this.aw.o();
|
|
4649
|
+
if (this.fb != null) {
|
|
4650
|
+
this.br.b(this.fb, function (c, d, e) { return _this.aw.j.add(new DashboardTileSortDescription(2, c, d)); });
|
|
4648
4651
|
}
|
|
4649
4652
|
}
|
|
4650
4653
|
},
|
|
4651
4654
|
enumerable: false,
|
|
4652
4655
|
configurable: true
|
|
4653
4656
|
});
|
|
4654
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4657
|
+
Object.defineProperty(DashboardTile.prototype, "f1", {
|
|
4655
4658
|
get: function () {
|
|
4656
|
-
return this.
|
|
4659
|
+
return this.e7;
|
|
4657
4660
|
},
|
|
4658
4661
|
set: function (a) {
|
|
4659
4662
|
var _this = this;
|
|
4660
|
-
var b = this.
|
|
4661
|
-
this.
|
|
4663
|
+
var b = this.e7;
|
|
4664
|
+
this.e7 = a;
|
|
4662
4665
|
if (b != a) {
|
|
4663
|
-
this.
|
|
4664
|
-
this.
|
|
4666
|
+
this.av.o();
|
|
4667
|
+
this.br.b(this.e7, function (c, d, e) { return _this.av.j.add(new DashboardTileSortDescription(2, c, d)); });
|
|
4665
4668
|
}
|
|
4666
4669
|
},
|
|
4667
4670
|
enumerable: false,
|
|
4668
4671
|
configurable: true
|
|
4669
4672
|
});
|
|
4670
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4673
|
+
Object.defineProperty(DashboardTile.prototype, "f8", {
|
|
4671
4674
|
get: function () {
|
|
4672
|
-
return this.
|
|
4675
|
+
return this.e9;
|
|
4673
4676
|
},
|
|
4674
4677
|
set: function (a) {
|
|
4675
4678
|
var _this = this;
|
|
4676
|
-
var b = this.
|
|
4677
|
-
this.
|
|
4679
|
+
var b = this.e9;
|
|
4680
|
+
this.e9 = a;
|
|
4678
4681
|
if (b != a) {
|
|
4679
|
-
this.
|
|
4680
|
-
if (this.
|
|
4681
|
-
this.
|
|
4682
|
+
this.au.o();
|
|
4683
|
+
if (this.e9 != null) {
|
|
4684
|
+
this.br.b(this.e9, function (c, d, e) { return _this.au.j.add(new DashboardTileSortDescription(2, c, d)); });
|
|
4682
4685
|
}
|
|
4683
4686
|
}
|
|
4684
4687
|
},
|
|
4685
4688
|
enumerable: false,
|
|
4686
4689
|
configurable: true
|
|
4687
4690
|
});
|
|
4688
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4691
|
+
Object.defineProperty(DashboardTile.prototype, "f6", {
|
|
4689
4692
|
get: function () {
|
|
4690
|
-
return this.
|
|
4693
|
+
return this.e8;
|
|
4691
4694
|
},
|
|
4692
4695
|
set: function (a) {
|
|
4693
|
-
var b = this.
|
|
4694
|
-
this.
|
|
4696
|
+
var b = this.e8;
|
|
4697
|
+
this.e8 = a;
|
|
4695
4698
|
if (b != a) {
|
|
4696
|
-
this.
|
|
4699
|
+
this.bl.clear();
|
|
4697
4700
|
if (a != null) {
|
|
4698
4701
|
var c_1 = igniteuiWebcomponentsCore.FilterExpressionParsingHelper.getFilterExpression(a);
|
|
4699
4702
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(c_1.errors)) {
|
|
@@ -4707,22 +4710,22 @@
|
|
|
4707
4710
|
}
|
|
4708
4711
|
return;
|
|
4709
4712
|
}
|
|
4710
|
-
this.
|
|
4713
|
+
this.bl.k.add(c_1.result);
|
|
4711
4714
|
}
|
|
4712
4715
|
}
|
|
4713
4716
|
},
|
|
4714
4717
|
enumerable: false,
|
|
4715
4718
|
configurable: true
|
|
4716
4719
|
});
|
|
4717
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4720
|
+
Object.defineProperty(DashboardTile.prototype, "ga", {
|
|
4718
4721
|
get: function () {
|
|
4719
|
-
return this.
|
|
4722
|
+
return this.fa;
|
|
4720
4723
|
},
|
|
4721
4724
|
set: function (a) {
|
|
4722
|
-
var b = this.
|
|
4723
|
-
this.
|
|
4725
|
+
var b = this.fa;
|
|
4726
|
+
this.fa = a;
|
|
4724
4727
|
if (b != a) {
|
|
4725
|
-
this.
|
|
4728
|
+
this.bm.clear();
|
|
4726
4729
|
if (a != null) {
|
|
4727
4730
|
var c_2 = igniteuiWebcomponentsCore.FilterExpressionParsingHelper.getFilterExpression(a);
|
|
4728
4731
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(c_2.errors)) {
|
|
@@ -4736,26 +4739,26 @@
|
|
|
4736
4739
|
}
|
|
4737
4740
|
return;
|
|
4738
4741
|
}
|
|
4739
|
-
this.
|
|
4742
|
+
this.bm.k.add(c_2.result);
|
|
4740
4743
|
}
|
|
4741
4744
|
}
|
|
4742
4745
|
},
|
|
4743
4746
|
enumerable: false,
|
|
4744
4747
|
configurable: true
|
|
4745
4748
|
});
|
|
4746
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4749
|
+
Object.defineProperty(DashboardTile.prototype, "ge", {
|
|
4747
4750
|
get: function () {
|
|
4748
|
-
return this.
|
|
4751
|
+
return this.fc;
|
|
4749
4752
|
},
|
|
4750
4753
|
set: function (a) {
|
|
4751
4754
|
var _this = this;
|
|
4752
|
-
var b = this.
|
|
4753
|
-
this.
|
|
4755
|
+
var b = this.fc;
|
|
4756
|
+
this.fc = a;
|
|
4754
4757
|
if (b != a) {
|
|
4755
|
-
this.
|
|
4756
|
-
if (this.
|
|
4757
|
-
this.
|
|
4758
|
-
return _this.
|
|
4758
|
+
this.a4.o();
|
|
4759
|
+
if (this.fc != null) {
|
|
4760
|
+
this.bs.a(this.fc, function (c, d, e) {
|
|
4761
|
+
return _this.a4.j.add(((function () {
|
|
4759
4762
|
var $ret = new DashboardTileSummaryDescription(2, c, d);
|
|
4760
4763
|
$ret.n = e;
|
|
4761
4764
|
return $ret;
|
|
@@ -4767,44 +4770,44 @@
|
|
|
4767
4770
|
enumerable: false,
|
|
4768
4771
|
configurable: true
|
|
4769
4772
|
});
|
|
4770
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4773
|
+
Object.defineProperty(DashboardTile.prototype, "a3", {
|
|
4771
4774
|
get: function () {
|
|
4772
|
-
return this.
|
|
4775
|
+
return this.ax;
|
|
4773
4776
|
},
|
|
4774
4777
|
enumerable: false,
|
|
4775
4778
|
configurable: true
|
|
4776
4779
|
});
|
|
4777
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4780
|
+
Object.defineProperty(DashboardTile.prototype, "az", {
|
|
4778
4781
|
get: function () {
|
|
4779
|
-
return this.
|
|
4782
|
+
return this.at;
|
|
4780
4783
|
},
|
|
4781
4784
|
enumerable: false,
|
|
4782
4785
|
configurable: true
|
|
4783
4786
|
});
|
|
4784
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4787
|
+
Object.defineProperty(DashboardTile.prototype, "ay", {
|
|
4785
4788
|
get: function () {
|
|
4786
|
-
return this.
|
|
4789
|
+
return this.as;
|
|
4787
4790
|
},
|
|
4788
4791
|
enumerable: false,
|
|
4789
4792
|
configurable: true
|
|
4790
4793
|
});
|
|
4791
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4794
|
+
Object.defineProperty(DashboardTile.prototype, "bn", {
|
|
4792
4795
|
get: function () {
|
|
4793
|
-
return this.
|
|
4796
|
+
return this.bj;
|
|
4794
4797
|
},
|
|
4795
4798
|
enumerable: false,
|
|
4796
4799
|
configurable: true
|
|
4797
4800
|
});
|
|
4798
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4801
|
+
Object.defineProperty(DashboardTile.prototype, "bo", {
|
|
4799
4802
|
get: function () {
|
|
4800
|
-
return this.
|
|
4803
|
+
return this.bk;
|
|
4801
4804
|
},
|
|
4802
4805
|
enumerable: false,
|
|
4803
4806
|
configurable: true
|
|
4804
4807
|
});
|
|
4805
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4808
|
+
Object.defineProperty(DashboardTile.prototype, "a7", {
|
|
4806
4809
|
get: function () {
|
|
4807
|
-
return this.
|
|
4810
|
+
return this.a5;
|
|
4808
4811
|
},
|
|
4809
4812
|
enumerable: false,
|
|
4810
4813
|
configurable: true
|
|
@@ -4814,79 +4817,79 @@
|
|
|
4814
4817
|
var b = new igniteuiWebcomponentsCore.DataSeriesAdapter().e;
|
|
4815
4818
|
b.adjustPrioritiesBasedOnFitness = true;
|
|
4816
4819
|
if (a) {
|
|
4817
|
-
this.
|
|
4818
|
-
this.
|
|
4819
|
-
this.
|
|
4820
|
-
this.
|
|
4821
|
-
this.
|
|
4822
|
-
this.
|
|
4823
|
-
}
|
|
4824
|
-
this.
|
|
4825
|
-
this.
|
|
4826
|
-
this.
|
|
4827
|
-
this.
|
|
4828
|
-
this.
|
|
4829
|
-
this.
|
|
4820
|
+
this.ax = new DashboardTileSortDescriptionCollection();
|
|
4821
|
+
this.at = new DashboardTileSortDescriptionCollection();
|
|
4822
|
+
this.as = new DashboardTileSortDescriptionCollection();
|
|
4823
|
+
this.a5 = new DashboardTileSummaryDescriptionCollection();
|
|
4824
|
+
this.bj = new igniteuiWebcomponentsCore.FilterExpressionCollection();
|
|
4825
|
+
this.bk = new igniteuiWebcomponentsCore.FilterExpressionCollection();
|
|
4826
|
+
}
|
|
4827
|
+
this.iu(a, this.a3, b.sortDescriptions);
|
|
4828
|
+
this.iu(a, this.ay, b.groupDescriptions);
|
|
4829
|
+
this.it(a, this.bn, b.filterExpressions);
|
|
4830
|
+
this.it(a, this.bo, b.highlightFilterExpressions);
|
|
4831
|
+
this.iv(a, this.a7, b.summaryDescriptions);
|
|
4832
|
+
this.iu(a, this.az, b.postSortDescriptions);
|
|
4830
4833
|
if (a) {
|
|
4831
|
-
this.
|
|
4832
|
-
this.
|
|
4833
|
-
this.
|
|
4834
|
+
this.br = new igniteuiWebcomponentsCore.SortGroupParser();
|
|
4835
|
+
this.bs = new igniteuiWebcomponentsCore.SummaryParser();
|
|
4836
|
+
this.aw = ((function () {
|
|
4834
4837
|
var $ret = new DashboardTileSortDescriptionCollection();
|
|
4835
4838
|
$ret.i = true;
|
|
4836
4839
|
return $ret;
|
|
4837
4840
|
})());
|
|
4838
|
-
this.
|
|
4841
|
+
this.av = ((function () {
|
|
4839
4842
|
var $ret = new DashboardTileSortDescriptionCollection();
|
|
4840
4843
|
$ret.i = true;
|
|
4841
4844
|
return $ret;
|
|
4842
4845
|
})());
|
|
4843
|
-
this.
|
|
4846
|
+
this.au = ((function () {
|
|
4844
4847
|
var $ret = new DashboardTileSortDescriptionCollection();
|
|
4845
4848
|
$ret.i = true;
|
|
4846
4849
|
return $ret;
|
|
4847
4850
|
})());
|
|
4848
|
-
this.
|
|
4851
|
+
this.a4 = ((function () {
|
|
4849
4852
|
var $ret = new DashboardTileSummaryDescriptionCollection();
|
|
4850
4853
|
$ret.i = true;
|
|
4851
4854
|
return $ret;
|
|
4852
4855
|
})());
|
|
4853
|
-
this.
|
|
4856
|
+
this.bl = ((function () {
|
|
4854
4857
|
var $ret = new igniteuiWebcomponentsCore.FilterExpressionCollection();
|
|
4855
4858
|
$ret.shouldDetachOnTargetChange = true;
|
|
4856
4859
|
return $ret;
|
|
4857
4860
|
})());
|
|
4858
|
-
this.
|
|
4861
|
+
this.bm = ((function () {
|
|
4859
4862
|
var $ret = new igniteuiWebcomponentsCore.FilterExpressionCollection();
|
|
4860
4863
|
$ret.shouldDetachOnTargetChange = true;
|
|
4861
4864
|
return $ret;
|
|
4862
4865
|
})());
|
|
4863
4866
|
}
|
|
4864
4867
|
{
|
|
4865
|
-
if (this.
|
|
4866
|
-
this.
|
|
4868
|
+
if (this.bn.k.count == 0) {
|
|
4869
|
+
this.it(a, this.bl, b.filterExpressions);
|
|
4867
4870
|
}
|
|
4868
4871
|
}
|
|
4869
4872
|
{
|
|
4870
|
-
if (this.
|
|
4871
|
-
this.
|
|
4873
|
+
if (this.bo.k.count == 0) {
|
|
4874
|
+
this.it(a, this.bm, b.highlightFilterExpressions);
|
|
4872
4875
|
}
|
|
4873
4876
|
}
|
|
4874
4877
|
{
|
|
4875
|
-
if (this.
|
|
4876
|
-
this.
|
|
4878
|
+
if (this.a3.j.count == 0) {
|
|
4879
|
+
this.iu(a, this.aw, b.sortDescriptions);
|
|
4877
4880
|
}
|
|
4878
|
-
if (this.
|
|
4879
|
-
this.
|
|
4881
|
+
if (this.az.j.count == 0) {
|
|
4882
|
+
this.iu(a, this.av, b.postSortDescriptions);
|
|
4880
4883
|
}
|
|
4881
4884
|
}
|
|
4882
4885
|
{
|
|
4883
|
-
if (this.
|
|
4884
|
-
this.
|
|
4886
|
+
if (this.ay.j.count == 0) {
|
|
4887
|
+
this.iu(a, this.au, b.groupDescriptions);
|
|
4885
4888
|
}
|
|
4886
4889
|
}
|
|
4887
4890
|
{
|
|
4888
|
-
if (this.
|
|
4889
|
-
this.
|
|
4891
|
+
if (this.a7.j.count == 0) {
|
|
4892
|
+
this.iv(a, this.a4, b.summaryDescriptions);
|
|
4890
4893
|
}
|
|
4891
4894
|
}
|
|
4892
4895
|
if (this.includedProperties != null) {
|
|
@@ -4895,10 +4898,10 @@
|
|
|
4895
4898
|
if (this.excludedProperties != null) {
|
|
4896
4899
|
b.excludedProperties = this.excludedProperties;
|
|
4897
4900
|
}
|
|
4898
|
-
b.supportedSeriesTypes = this.
|
|
4901
|
+
b.supportedSeriesTypes = this.d9.toArray();
|
|
4899
4902
|
b.rules.clear();
|
|
4900
4903
|
try {
|
|
4901
|
-
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
4904
|
+
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.d8)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
4902
4905
|
var c = _d.value;
|
|
4903
4906
|
b.rules.add(c);
|
|
4904
4907
|
}
|
|
@@ -4938,26 +4941,26 @@
|
|
|
4938
4941
|
}
|
|
4939
4942
|
return b;
|
|
4940
4943
|
};
|
|
4941
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
4944
|
+
Object.defineProperty(DashboardTile.prototype, "cd", {
|
|
4942
4945
|
get: function () {
|
|
4943
|
-
if (this.
|
|
4944
|
-
this.
|
|
4945
|
-
this.
|
|
4946
|
+
if (this.cc == null) {
|
|
4947
|
+
this.cc = new igniteuiWebcomponentsCore.SRProvider(this.ba.k);
|
|
4948
|
+
this.cc.cb("Layouts");
|
|
4946
4949
|
}
|
|
4947
|
-
return this.
|
|
4950
|
+
return this.cc;
|
|
4948
4951
|
},
|
|
4949
4952
|
enumerable: false,
|
|
4950
4953
|
configurable: true
|
|
4951
4954
|
});
|
|
4952
4955
|
Object.defineProperty(DashboardTile.prototype, "itemsSource", {
|
|
4953
4956
|
get: function () {
|
|
4954
|
-
return this.
|
|
4957
|
+
return this.en;
|
|
4955
4958
|
},
|
|
4956
4959
|
set: function (a) {
|
|
4957
4960
|
var b = this.itemsSource;
|
|
4958
4961
|
if (b != a) {
|
|
4959
|
-
this.
|
|
4960
|
-
this.
|
|
4962
|
+
this.en = a;
|
|
4963
|
+
this.h9("ItemsSource", b, this.itemsSource);
|
|
4961
4964
|
}
|
|
4962
4965
|
},
|
|
4963
4966
|
enumerable: false,
|
|
@@ -4965,13 +4968,13 @@
|
|
|
4965
4968
|
});
|
|
4966
4969
|
Object.defineProperty(DashboardTile.prototype, "actualItemsSource", {
|
|
4967
4970
|
get: function () {
|
|
4968
|
-
return this.
|
|
4971
|
+
return this.ej;
|
|
4969
4972
|
},
|
|
4970
4973
|
set: function (a) {
|
|
4971
4974
|
var b = this.actualItemsSource;
|
|
4972
4975
|
if (b != a) {
|
|
4973
|
-
this.
|
|
4974
|
-
this.
|
|
4976
|
+
this.ej = a;
|
|
4977
|
+
this.h9("ActualItemsSource", b, this.actualItemsSource);
|
|
4975
4978
|
}
|
|
4976
4979
|
},
|
|
4977
4980
|
enumerable: false,
|
|
@@ -4979,13 +4982,13 @@
|
|
|
4979
4982
|
});
|
|
4980
4983
|
Object.defineProperty(DashboardTile.prototype, "highlightedItemsSource", {
|
|
4981
4984
|
get: function () {
|
|
4982
|
-
return this.
|
|
4985
|
+
return this.em;
|
|
4983
4986
|
},
|
|
4984
4987
|
set: function (a) {
|
|
4985
4988
|
var b = this.highlightedItemsSource;
|
|
4986
4989
|
if (b != a) {
|
|
4987
|
-
this.
|
|
4988
|
-
this.
|
|
4990
|
+
this.em = a;
|
|
4991
|
+
this.h9("HighlightedItemsSource", b, this.highlightedItemsSource);
|
|
4989
4992
|
}
|
|
4990
4993
|
},
|
|
4991
4994
|
enumerable: false,
|
|
@@ -4993,47 +4996,47 @@
|
|
|
4993
4996
|
});
|
|
4994
4997
|
Object.defineProperty(DashboardTile.prototype, "actualHighlightedItemsSource", {
|
|
4995
4998
|
get: function () {
|
|
4996
|
-
return this.
|
|
4999
|
+
return this.ei;
|
|
4997
5000
|
},
|
|
4998
5001
|
set: function (a) {
|
|
4999
5002
|
var b = this.actualHighlightedItemsSource;
|
|
5000
5003
|
if (b != a) {
|
|
5001
|
-
this.
|
|
5002
|
-
this.
|
|
5004
|
+
this.ei = a;
|
|
5005
|
+
this.h9("ActualHighlightedItemsSource", b, this.actualHighlightedItemsSource);
|
|
5003
5006
|
}
|
|
5004
5007
|
},
|
|
5005
5008
|
enumerable: false,
|
|
5006
5009
|
configurable: true
|
|
5007
5010
|
});
|
|
5008
|
-
DashboardTile.prototype.
|
|
5009
|
-
return this.
|
|
5011
|
+
DashboardTile.prototype.get_dl = function () {
|
|
5012
|
+
return this.cs;
|
|
5010
5013
|
};
|
|
5011
|
-
DashboardTile.prototype.
|
|
5012
|
-
var b = this.
|
|
5014
|
+
DashboardTile.prototype.set_dl = function (a) {
|
|
5015
|
+
var b = this.dl;
|
|
5013
5016
|
if (a != b) {
|
|
5014
|
-
this.
|
|
5015
|
-
this.
|
|
5017
|
+
this.cs = a;
|
|
5018
|
+
this.h9("ShouldDisplayMockData", b, this.dl);
|
|
5016
5019
|
}
|
|
5017
5020
|
};
|
|
5018
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5021
|
+
Object.defineProperty(DashboardTile.prototype, "dl", {
|
|
5019
5022
|
get: function () {
|
|
5020
|
-
return this.
|
|
5023
|
+
return this.get_dl();
|
|
5021
5024
|
},
|
|
5022
5025
|
set: function (a) {
|
|
5023
|
-
this.
|
|
5026
|
+
this.set_dl(a);
|
|
5024
5027
|
},
|
|
5025
5028
|
enumerable: false,
|
|
5026
5029
|
configurable: true
|
|
5027
5030
|
});
|
|
5028
5031
|
Object.defineProperty(DashboardTile.prototype, "shouldAvoidAxisAnnotationCollisions", {
|
|
5029
5032
|
get: function () {
|
|
5030
|
-
return this.
|
|
5033
|
+
return this.cr;
|
|
5031
5034
|
},
|
|
5032
5035
|
set: function (a) {
|
|
5033
5036
|
var b = this.shouldAvoidAxisAnnotationCollisions;
|
|
5034
5037
|
if (a != b) {
|
|
5035
|
-
this.
|
|
5036
|
-
this.
|
|
5038
|
+
this.cr = a;
|
|
5039
|
+
this.h9("ShouldAvoidAxisAnnotationCollisions", b, this.shouldAvoidAxisAnnotationCollisions);
|
|
5037
5040
|
}
|
|
5038
5041
|
},
|
|
5039
5042
|
enumerable: false,
|
|
@@ -5047,7 +5050,7 @@
|
|
|
5047
5050
|
var b = this.aj;
|
|
5048
5051
|
if (a != b) {
|
|
5049
5052
|
this.ai = a;
|
|
5050
|
-
this.
|
|
5053
|
+
this.h9("TrendLineType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.TrendLineType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.TrendLineType_$type, this.aj));
|
|
5051
5054
|
}
|
|
5052
5055
|
},
|
|
5053
5056
|
enumerable: false,
|
|
@@ -5061,7 +5064,7 @@
|
|
|
5061
5064
|
var b = this.z;
|
|
5062
5065
|
if (a != b) {
|
|
5063
5066
|
this.s = a;
|
|
5064
|
-
this.
|
|
5067
|
+
this.h9("TrendLineBrushes", b, this.z);
|
|
5065
5068
|
}
|
|
5066
5069
|
},
|
|
5067
5070
|
enumerable: false,
|
|
@@ -5075,28 +5078,28 @@
|
|
|
5075
5078
|
var b = this.ak;
|
|
5076
5079
|
if (a != b) {
|
|
5077
5080
|
this.ak = a;
|
|
5078
|
-
this.
|
|
5081
|
+
this.h9("TrendLineTypes", b, this.ak);
|
|
5079
5082
|
}
|
|
5080
5083
|
},
|
|
5081
5084
|
enumerable: false,
|
|
5082
5085
|
configurable: true
|
|
5083
5086
|
});
|
|
5084
|
-
DashboardTile.prototype.
|
|
5085
|
-
return this.
|
|
5087
|
+
DashboardTile.prototype.get_dm = function () {
|
|
5088
|
+
return this.ct;
|
|
5086
5089
|
};
|
|
5087
|
-
DashboardTile.prototype.
|
|
5088
|
-
var b = this.
|
|
5090
|
+
DashboardTile.prototype.set_dm = function (a) {
|
|
5091
|
+
var b = this.dm;
|
|
5089
5092
|
if (a != b) {
|
|
5090
|
-
this.
|
|
5091
|
-
this.
|
|
5093
|
+
this.ct = a;
|
|
5094
|
+
this.h9("ShouldUseSkeletonStyleForMockData", b, this.dm);
|
|
5092
5095
|
}
|
|
5093
5096
|
};
|
|
5094
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5097
|
+
Object.defineProperty(DashboardTile.prototype, "dm", {
|
|
5095
5098
|
get: function () {
|
|
5096
|
-
return this.
|
|
5099
|
+
return this.get_dm();
|
|
5097
5100
|
},
|
|
5098
5101
|
set: function (a) {
|
|
5099
|
-
this.
|
|
5102
|
+
this.set_dm(a);
|
|
5100
5103
|
},
|
|
5101
5104
|
enumerable: false,
|
|
5102
5105
|
configurable: true
|
|
@@ -5108,7 +5111,7 @@
|
|
|
5108
5111
|
var b = this.ah;
|
|
5109
5112
|
if (a != b) {
|
|
5110
5113
|
this.ag = a;
|
|
5111
|
-
this.
|
|
5114
|
+
this.h9("HighlightedValuesDisplayMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.SeriesHighlightedValuesDisplayMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.SeriesHighlightedValuesDisplayMode_$type, this.ah));
|
|
5112
5115
|
}
|
|
5113
5116
|
};
|
|
5114
5117
|
Object.defineProperty(DashboardTile.prototype, "ah", {
|
|
@@ -5129,7 +5132,7 @@
|
|
|
5129
5132
|
var b = this.i;
|
|
5130
5133
|
this.i = a;
|
|
5131
5134
|
if (b != this.i) {
|
|
5132
|
-
this.
|
|
5135
|
+
this.h9("IncludedProperties", b, this.i);
|
|
5133
5136
|
}
|
|
5134
5137
|
},
|
|
5135
5138
|
enumerable: false,
|
|
@@ -5143,7 +5146,7 @@
|
|
|
5143
5146
|
var b = this.j;
|
|
5144
5147
|
this.j = a;
|
|
5145
5148
|
if (b != this.j) {
|
|
5146
|
-
this.
|
|
5149
|
+
this.h9("ValidVisualizationTypes", b, this.j);
|
|
5147
5150
|
}
|
|
5148
5151
|
},
|
|
5149
5152
|
enumerable: false,
|
|
@@ -5157,7 +5160,7 @@
|
|
|
5157
5160
|
var b = this.h;
|
|
5158
5161
|
this.h = a;
|
|
5159
5162
|
if (b != this.h) {
|
|
5160
|
-
this.
|
|
5163
|
+
this.h9("ExcludedProperties", b, this.h);
|
|
5161
5164
|
}
|
|
5162
5165
|
},
|
|
5163
5166
|
enumerable: false,
|
|
@@ -5171,7 +5174,7 @@
|
|
|
5171
5174
|
var b = this.w;
|
|
5172
5175
|
if (a != b) {
|
|
5173
5176
|
this.q = a;
|
|
5174
|
-
this.
|
|
5177
|
+
this.h9("Brushes", b, this.w);
|
|
5175
5178
|
}
|
|
5176
5179
|
},
|
|
5177
5180
|
enumerable: false,
|
|
@@ -5185,7 +5188,7 @@
|
|
|
5185
5188
|
var b = this.x;
|
|
5186
5189
|
if (a != b) {
|
|
5187
5190
|
this.r = a;
|
|
5188
|
-
this.
|
|
5191
|
+
this.h9("Outlines", b, this.x);
|
|
5189
5192
|
}
|
|
5190
5193
|
},
|
|
5191
5194
|
enumerable: false,
|
|
@@ -5201,22 +5204,22 @@
|
|
|
5201
5204
|
enumerable: false,
|
|
5202
5205
|
configurable: true
|
|
5203
5206
|
});
|
|
5204
|
-
DashboardTile.
|
|
5205
|
-
if (DashboardTile.
|
|
5206
|
-
DashboardTile.
|
|
5207
|
-
DashboardTile.
|
|
5207
|
+
DashboardTile.d6 = function (a, b) {
|
|
5208
|
+
if (DashboardTile.dp == null || DashboardTile.dp == undefined) {
|
|
5209
|
+
DashboardTile.dp = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(DashboardTileCustomization.$), 0);
|
|
5210
|
+
DashboardTile.dw = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
|
|
5208
5211
|
}
|
|
5209
|
-
if (!DashboardTile.
|
|
5210
|
-
DashboardTile.
|
|
5212
|
+
if (!DashboardTile.dp.containsKey(a)) {
|
|
5213
|
+
DashboardTile.dw.add(a);
|
|
5211
5214
|
}
|
|
5212
|
-
DashboardTile.
|
|
5215
|
+
DashboardTile.dp.item(a, b);
|
|
5213
5216
|
return b;
|
|
5214
5217
|
};
|
|
5215
|
-
DashboardTile.
|
|
5216
|
-
if (!DashboardTile.
|
|
5217
|
-
DashboardTile.
|
|
5218
|
+
DashboardTile.gl = function (a, b) {
|
|
5219
|
+
if (!DashboardTile.dq.containsKey(a)) {
|
|
5220
|
+
DashboardTile.dw.add(a);
|
|
5218
5221
|
}
|
|
5219
|
-
DashboardTile.
|
|
5222
|
+
DashboardTile.dq.item(a, b);
|
|
5220
5223
|
return null;
|
|
5221
5224
|
};
|
|
5222
5225
|
Object.defineProperty(DashboardTile.prototype, "u", {
|
|
@@ -5227,7 +5230,7 @@
|
|
|
5227
5230
|
var b = this.o;
|
|
5228
5231
|
if (a != b) {
|
|
5229
5232
|
this.o = a;
|
|
5230
|
-
this.
|
|
5233
|
+
this.h9("ActualBrushes", b, this.u);
|
|
5231
5234
|
}
|
|
5232
5235
|
},
|
|
5233
5236
|
enumerable: false,
|
|
@@ -5241,21 +5244,21 @@
|
|
|
5241
5244
|
var b = this.p;
|
|
5242
5245
|
if (a != b) {
|
|
5243
5246
|
this.p = a;
|
|
5244
|
-
this.
|
|
5247
|
+
this.h9("ActualOutlines", b, this.v);
|
|
5245
5248
|
}
|
|
5246
5249
|
},
|
|
5247
5250
|
enumerable: false,
|
|
5248
5251
|
configurable: true
|
|
5249
5252
|
});
|
|
5250
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5253
|
+
Object.defineProperty(DashboardTile.prototype, "ja", {
|
|
5251
5254
|
get: function () {
|
|
5252
|
-
return this.
|
|
5255
|
+
return this.i5;
|
|
5253
5256
|
},
|
|
5254
5257
|
set: function (a) {
|
|
5255
|
-
var b = this.
|
|
5258
|
+
var b = this.i5;
|
|
5256
5259
|
if (a != b) {
|
|
5257
|
-
this.
|
|
5258
|
-
this.
|
|
5260
|
+
this.i5 = a;
|
|
5261
|
+
this.h9("CategoryAxisMajorStroke", b, this.ja);
|
|
5259
5262
|
}
|
|
5260
5263
|
},
|
|
5261
5264
|
enumerable: false,
|
|
@@ -5263,13 +5266,13 @@
|
|
|
5263
5266
|
});
|
|
5264
5267
|
Object.defineProperty(DashboardTile.prototype, "valueLines", {
|
|
5265
5268
|
get: function () {
|
|
5266
|
-
return this.
|
|
5269
|
+
return this.an;
|
|
5267
5270
|
},
|
|
5268
5271
|
set: function (a) {
|
|
5269
|
-
var b = this.
|
|
5272
|
+
var b = this.an;
|
|
5270
5273
|
if (a != b) {
|
|
5271
|
-
this.
|
|
5272
|
-
this.
|
|
5274
|
+
this.an = a;
|
|
5275
|
+
this.h9("ValueLines", b, this.an);
|
|
5273
5276
|
}
|
|
5274
5277
|
},
|
|
5275
5278
|
enumerable: false,
|
|
@@ -5283,49 +5286,49 @@
|
|
|
5283
5286
|
var b = this.t;
|
|
5284
5287
|
if (a != b) {
|
|
5285
5288
|
this.t = a;
|
|
5286
|
-
this.
|
|
5289
|
+
this.h9("ValueLinesBrushes", b, this.t);
|
|
5287
5290
|
}
|
|
5288
5291
|
},
|
|
5289
5292
|
enumerable: false,
|
|
5290
5293
|
configurable: true
|
|
5291
5294
|
});
|
|
5292
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5295
|
+
Object.defineProperty(DashboardTile.prototype, "jb", {
|
|
5293
5296
|
get: function () {
|
|
5294
|
-
return this.
|
|
5297
|
+
return this.i6;
|
|
5295
5298
|
},
|
|
5296
5299
|
set: function (a) {
|
|
5297
|
-
var b = this.
|
|
5300
|
+
var b = this.i6;
|
|
5298
5301
|
if (a != b) {
|
|
5299
|
-
this.
|
|
5300
|
-
this.
|
|
5302
|
+
this.i6 = a;
|
|
5303
|
+
this.h9("ValueLinesGlobalAverageBrush", b, this.i6);
|
|
5301
5304
|
}
|
|
5302
5305
|
},
|
|
5303
5306
|
enumerable: false,
|
|
5304
5307
|
configurable: true
|
|
5305
5308
|
});
|
|
5306
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5309
|
+
Object.defineProperty(DashboardTile.prototype, "jd", {
|
|
5307
5310
|
get: function () {
|
|
5308
|
-
return this.
|
|
5311
|
+
return this.i8;
|
|
5309
5312
|
},
|
|
5310
5313
|
set: function (a) {
|
|
5311
|
-
var b = this.
|
|
5314
|
+
var b = this.i8;
|
|
5312
5315
|
if (a != b) {
|
|
5313
|
-
this.
|
|
5314
|
-
this.
|
|
5316
|
+
this.i8 = a;
|
|
5317
|
+
this.h9("ValueLinesGlobalMinimumBrush", b, this.i8);
|
|
5315
5318
|
}
|
|
5316
5319
|
},
|
|
5317
5320
|
enumerable: false,
|
|
5318
5321
|
configurable: true
|
|
5319
5322
|
});
|
|
5320
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5323
|
+
Object.defineProperty(DashboardTile.prototype, "jc", {
|
|
5321
5324
|
get: function () {
|
|
5322
|
-
return this.
|
|
5325
|
+
return this.i8;
|
|
5323
5326
|
},
|
|
5324
5327
|
set: function (a) {
|
|
5325
|
-
var b = this.
|
|
5328
|
+
var b = this.i7;
|
|
5326
5329
|
if (a != b) {
|
|
5327
|
-
this.
|
|
5328
|
-
this.
|
|
5330
|
+
this.i7 = a;
|
|
5331
|
+
this.h9("ValueLinesGlobalMaximumBrush", b, this.i7);
|
|
5329
5332
|
}
|
|
5330
5333
|
},
|
|
5331
5334
|
enumerable: false,
|
|
@@ -5333,13 +5336,13 @@
|
|
|
5333
5336
|
});
|
|
5334
5337
|
Object.defineProperty(DashboardTile.prototype, "autoCalloutsVisible", {
|
|
5335
5338
|
get: function () {
|
|
5336
|
-
return this.
|
|
5339
|
+
return this.cg;
|
|
5337
5340
|
},
|
|
5338
5341
|
set: function (a) {
|
|
5339
5342
|
var b = this.autoCalloutsVisible;
|
|
5340
5343
|
if (a != b) {
|
|
5341
|
-
this.
|
|
5342
|
-
this.
|
|
5344
|
+
this.cg = a;
|
|
5345
|
+
this.h9("AutoCalloutsVisible", b, this.autoCalloutsVisible);
|
|
5343
5346
|
}
|
|
5344
5347
|
},
|
|
5345
5348
|
enumerable: false,
|
|
@@ -5347,24 +5350,24 @@
|
|
|
5347
5350
|
});
|
|
5348
5351
|
Object.defineProperty(DashboardTile.prototype, "crosshairsAnnotationEnabled", {
|
|
5349
5352
|
get: function () {
|
|
5350
|
-
return this.
|
|
5353
|
+
return this.ch;
|
|
5351
5354
|
},
|
|
5352
5355
|
set: function (a) {
|
|
5353
5356
|
var b = this.crosshairsAnnotationEnabled;
|
|
5354
5357
|
if (a != b) {
|
|
5355
|
-
this.
|
|
5356
|
-
this.
|
|
5358
|
+
this.ch = a;
|
|
5359
|
+
this.h9("CrosshairsAnnotationEnabled", b, this.crosshairsAnnotationEnabled);
|
|
5357
5360
|
}
|
|
5358
5361
|
},
|
|
5359
5362
|
enumerable: false,
|
|
5360
5363
|
configurable: true
|
|
5361
5364
|
});
|
|
5362
|
-
DashboardTile.
|
|
5365
|
+
DashboardTile.cx = function (a) {
|
|
5363
5366
|
var e_19, _a;
|
|
5364
5367
|
try {
|
|
5365
5368
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
5366
5369
|
var b = _c.value;
|
|
5367
|
-
if (DashboardTile.
|
|
5370
|
+
if (DashboardTile.c1(b)) {
|
|
5368
5371
|
continue;
|
|
5369
5372
|
}
|
|
5370
5373
|
if (b.suggestedSeries == 1 || b.suggestedSeries == 8) {
|
|
@@ -5387,7 +5390,7 @@
|
|
|
5387
5390
|
}
|
|
5388
5391
|
return false;
|
|
5389
5392
|
};
|
|
5390
|
-
DashboardTile.
|
|
5393
|
+
DashboardTile.c1 = function (a) {
|
|
5391
5394
|
switch (a.suggestedSeries) {
|
|
5392
5395
|
case 23:
|
|
5393
5396
|
case 25:
|
|
@@ -5404,13 +5407,13 @@
|
|
|
5404
5407
|
};
|
|
5405
5408
|
Object.defineProperty(DashboardTile.prototype, "finalValueAnnotationsVisible", {
|
|
5406
5409
|
get: function () {
|
|
5407
|
-
return this.
|
|
5410
|
+
return this.co;
|
|
5408
5411
|
},
|
|
5409
5412
|
set: function (a) {
|
|
5410
5413
|
var b = this.finalValueAnnotationsVisible;
|
|
5411
5414
|
if (a != b) {
|
|
5412
|
-
this.
|
|
5413
|
-
this.
|
|
5415
|
+
this.co = a;
|
|
5416
|
+
this.h9("FinalValueAnnotationsVisible", b, this.finalValueAnnotationsVisible);
|
|
5414
5417
|
}
|
|
5415
5418
|
},
|
|
5416
5419
|
enumerable: false,
|
|
@@ -5424,58 +5427,58 @@
|
|
|
5424
5427
|
var b = this.crosshairsDisplayMode;
|
|
5425
5428
|
if (a != b) {
|
|
5426
5429
|
this.ab = a;
|
|
5427
|
-
this.
|
|
5430
|
+
this.h9("CrosshairsDisplayMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CrosshairsDisplayMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CrosshairsDisplayMode_$type, this.crosshairsDisplayMode));
|
|
5428
5431
|
}
|
|
5429
5432
|
},
|
|
5430
5433
|
enumerable: false,
|
|
5431
5434
|
configurable: true
|
|
5432
5435
|
});
|
|
5433
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5436
|
+
Object.defineProperty(DashboardTile.prototype, "bc", {
|
|
5434
5437
|
get: function () {
|
|
5435
|
-
return this.
|
|
5438
|
+
return this.bb;
|
|
5436
5439
|
},
|
|
5437
5440
|
set: function (a) {
|
|
5438
|
-
var b = this.
|
|
5441
|
+
var b = this.bc;
|
|
5439
5442
|
if (a != b) {
|
|
5440
|
-
this.
|
|
5441
|
-
this.
|
|
5443
|
+
this.bb = a;
|
|
5444
|
+
this.h9("VisualizationType", igniteuiWebcomponentsCore.enumGetBox(DashboardTileVisualizationType_$type, b), igniteuiWebcomponentsCore.enumGetBox(DashboardTileVisualizationType_$type, this.bc));
|
|
5442
5445
|
}
|
|
5443
5446
|
},
|
|
5444
5447
|
enumerable: false,
|
|
5445
5448
|
configurable: true
|
|
5446
5449
|
});
|
|
5447
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5450
|
+
Object.defineProperty(DashboardTile.prototype, "eh", {
|
|
5448
5451
|
get: function () {
|
|
5449
|
-
return this.
|
|
5452
|
+
return this.ef;
|
|
5450
5453
|
},
|
|
5451
5454
|
set: function (a) {
|
|
5452
|
-
var b = this.
|
|
5455
|
+
var b = this.eh;
|
|
5453
5456
|
if (a != b) {
|
|
5454
|
-
this.
|
|
5455
|
-
this.
|
|
5457
|
+
this.ef = a;
|
|
5458
|
+
this.h9("ValidVisualizationTypePriorityThreshold", b, this.eh);
|
|
5456
5459
|
}
|
|
5457
5460
|
},
|
|
5458
5461
|
enumerable: false,
|
|
5459
5462
|
configurable: true
|
|
5460
5463
|
});
|
|
5461
|
-
DashboardTile.prototype
|
|
5462
|
-
};
|
|
5463
|
-
DashboardTile.prototype.hn = function (a) {
|
|
5464
|
-
};
|
|
5465
|
-
Object.defineProperty(DashboardTile.prototype, "bx", {
|
|
5464
|
+
Object.defineProperty(DashboardTile.prototype, "de", {
|
|
5466
5465
|
get: function () {
|
|
5467
|
-
return this.
|
|
5466
|
+
return this.cq;
|
|
5468
5467
|
},
|
|
5469
5468
|
set: function (a) {
|
|
5470
|
-
var b = this.
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
this.
|
|
5469
|
+
var b = this.cq;
|
|
5470
|
+
if (a != b) {
|
|
5471
|
+
this.cq = a;
|
|
5472
|
+
this.h9("IsUserAnnotationsEnabled", b, this.cq);
|
|
5474
5473
|
}
|
|
5475
5474
|
},
|
|
5476
5475
|
enumerable: false,
|
|
5477
5476
|
configurable: true
|
|
5478
5477
|
});
|
|
5478
|
+
DashboardTile.prototype.notifyContainerResized = function () {
|
|
5479
|
+
};
|
|
5480
|
+
DashboardTile.prototype.hx = function (a) {
|
|
5481
|
+
};
|
|
5479
5482
|
Object.defineProperty(DashboardTile.prototype, "bz", {
|
|
5480
5483
|
get: function () {
|
|
5481
5484
|
return this.by;
|
|
@@ -5484,33 +5487,47 @@
|
|
|
5484
5487
|
var b = this.by;
|
|
5485
5488
|
this.by = a;
|
|
5486
5489
|
if (b != this.by) {
|
|
5487
|
-
this.
|
|
5490
|
+
this.h9("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
enumerable: false,
|
|
5494
|
+
configurable: true
|
|
5495
|
+
});
|
|
5496
|
+
Object.defineProperty(DashboardTile.prototype, "b1", {
|
|
5497
|
+
get: function () {
|
|
5498
|
+
return this.b0;
|
|
5499
|
+
},
|
|
5500
|
+
set: function (a) {
|
|
5501
|
+
var b = this.b0;
|
|
5502
|
+
this.b0 = a;
|
|
5503
|
+
if (b != this.b0) {
|
|
5504
|
+
this.h9("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, a));
|
|
5488
5505
|
}
|
|
5489
5506
|
},
|
|
5490
5507
|
enumerable: false,
|
|
5491
5508
|
configurable: true
|
|
5492
5509
|
});
|
|
5493
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5510
|
+
Object.defineProperty(DashboardTile.prototype, "i9", {
|
|
5494
5511
|
get: function () {
|
|
5495
|
-
return this.
|
|
5512
|
+
return this.i4;
|
|
5496
5513
|
},
|
|
5497
5514
|
set: function (a) {
|
|
5498
|
-
var b = this.
|
|
5499
|
-
this.
|
|
5500
|
-
if (b != this.
|
|
5501
|
-
this.
|
|
5515
|
+
var b = this.i4;
|
|
5516
|
+
this.i4 = a;
|
|
5517
|
+
if (b != this.i4) {
|
|
5518
|
+
this.h9("BackgroundColor", b, a);
|
|
5502
5519
|
}
|
|
5503
5520
|
},
|
|
5504
5521
|
enumerable: false,
|
|
5505
5522
|
configurable: true
|
|
5506
5523
|
});
|
|
5507
|
-
DashboardTile.prototype.
|
|
5524
|
+
DashboardTile.prototype.e5 = function () {
|
|
5508
5525
|
var _this = this;
|
|
5509
5526
|
if (this.itemsSource != null) {
|
|
5510
|
-
if (this.
|
|
5527
|
+
if (this.dh()) {
|
|
5511
5528
|
return [((function () {
|
|
5512
5529
|
var $ret = new DashboardTilePrimitiveValueWrapper();
|
|
5513
|
-
$ret.value = _this.
|
|
5530
|
+
$ret.value = _this.eg();
|
|
5514
5531
|
return $ret;
|
|
5515
5532
|
})())];
|
|
5516
5533
|
}
|
|
@@ -5523,12 +5540,12 @@
|
|
|
5523
5540
|
}
|
|
5524
5541
|
return this.itemsSource;
|
|
5525
5542
|
}
|
|
5526
|
-
if (this.
|
|
5527
|
-
return this.
|
|
5543
|
+
if (this.dl) {
|
|
5544
|
+
return this.ed();
|
|
5528
5545
|
}
|
|
5529
5546
|
return null;
|
|
5530
5547
|
};
|
|
5531
|
-
DashboardTile.prototype.
|
|
5548
|
+
DashboardTile.prototype.eg = function () {
|
|
5532
5549
|
if (typeof this.itemsSource === 'number') {
|
|
5533
5550
|
return this.itemsSource;
|
|
5534
5551
|
}
|
|
@@ -5546,7 +5563,7 @@
|
|
|
5546
5563
|
}
|
|
5547
5564
|
return NaN;
|
|
5548
5565
|
};
|
|
5549
|
-
DashboardTile.prototype.
|
|
5566
|
+
DashboardTile.prototype.dh = function () {
|
|
5550
5567
|
if (typeof this.itemsSource === 'number') {
|
|
5551
5568
|
return true;
|
|
5552
5569
|
}
|
|
@@ -5564,62 +5581,90 @@
|
|
|
5564
5581
|
}
|
|
5565
5582
|
return false;
|
|
5566
5583
|
};
|
|
5567
|
-
DashboardTile.prototype.
|
|
5584
|
+
DashboardTile.prototype.e4 = function () {
|
|
5568
5585
|
if (this.highlightedItemsSource != null) {
|
|
5569
5586
|
return this.highlightedItemsSource;
|
|
5570
5587
|
}
|
|
5571
5588
|
return null;
|
|
5572
5589
|
};
|
|
5573
|
-
DashboardTile.prototype.
|
|
5574
|
-
if (this.itemsSource == null && this.
|
|
5575
|
-
if (this.
|
|
5590
|
+
DashboardTile.prototype.get_c3 = function () {
|
|
5591
|
+
if (this.itemsSource == null && this.dl) {
|
|
5592
|
+
if (this.ed() != null) {
|
|
5576
5593
|
return true;
|
|
5577
5594
|
}
|
|
5578
5595
|
}
|
|
5579
5596
|
return false;
|
|
5580
5597
|
};
|
|
5581
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5598
|
+
Object.defineProperty(DashboardTile.prototype, "c3", {
|
|
5582
5599
|
get: function () {
|
|
5583
|
-
return this.
|
|
5600
|
+
return this.get_c3();
|
|
5584
5601
|
},
|
|
5585
5602
|
enumerable: false,
|
|
5586
5603
|
configurable: true
|
|
5587
5604
|
});
|
|
5588
|
-
DashboardTile.prototype.
|
|
5605
|
+
DashboardTile.prototype.startCreatingAnnotation = function () {
|
|
5606
|
+
this.ho(function (a) { return a.tu(); });
|
|
5607
|
+
this.hq(function (a) { return a.startCreatingAnnotation(); });
|
|
5608
|
+
};
|
|
5609
|
+
DashboardTile.prototype.startDeletingAnnotation = function () {
|
|
5610
|
+
this.ho(function (a) { return a.tv(); });
|
|
5611
|
+
this.hq(function (a) { return a.startDeletingAnnotation(); });
|
|
5612
|
+
};
|
|
5613
|
+
DashboardTile.prototype.resetAnnotations = function () {
|
|
5614
|
+
this.ho(function (a) { return a.td(); });
|
|
5615
|
+
this.hq(function (a) { return a.resetAnnotations(); });
|
|
5616
|
+
};
|
|
5617
|
+
DashboardTile.prototype.gm = function () {
|
|
5618
|
+
var a = null;
|
|
5619
|
+
this.ho(function (b) { return a = b.mt(); });
|
|
5620
|
+
this.hq(function (b) { return a = b.s8(); });
|
|
5621
|
+
return a;
|
|
5622
|
+
};
|
|
5623
|
+
DashboardTile.prototype.ht = function (a) {
|
|
5624
|
+
this.ho(function (b) { return b.pu(a); });
|
|
5625
|
+
this.hq(function (b) { return b.wf(a); });
|
|
5626
|
+
};
|
|
5627
|
+
DashboardTile.prototype.ed = function () {
|
|
5589
5628
|
return null;
|
|
5590
5629
|
};
|
|
5591
|
-
DashboardTile.prototype.
|
|
5592
|
-
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.XamDataChart.$, this.
|
|
5593
|
-
a(this.
|
|
5630
|
+
DashboardTile.prototype.ho = function (a) {
|
|
5631
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.XamDataChart.$, this.e3) !== null) {
|
|
5632
|
+
a(this.e3);
|
|
5594
5633
|
}
|
|
5595
5634
|
};
|
|
5596
|
-
DashboardTile.prototype.
|
|
5597
|
-
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.DataPieChart.$, this.
|
|
5598
|
-
a(this.
|
|
5635
|
+
DashboardTile.prototype.hq = function (a) {
|
|
5636
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.DataPieChart.$, this.e3) !== null) {
|
|
5637
|
+
a(this.e3);
|
|
5599
5638
|
}
|
|
5600
5639
|
};
|
|
5601
|
-
DashboardTile.prototype.
|
|
5602
|
-
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, this.
|
|
5603
|
-
a(this.
|
|
5640
|
+
DashboardTile.prototype.hr = function (a) {
|
|
5641
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, this.e3) !== null) {
|
|
5642
|
+
a(this.e3);
|
|
5604
5643
|
}
|
|
5605
5644
|
};
|
|
5606
|
-
DashboardTile.prototype.
|
|
5607
|
-
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsDataGrids.DataGrid.$, this.
|
|
5608
|
-
a(this.
|
|
5645
|
+
DashboardTile.prototype.hp = function (a) {
|
|
5646
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsDataGrids.DataGrid.$, this.es) !== null) {
|
|
5647
|
+
a(this.es);
|
|
5609
5648
|
}
|
|
5610
5649
|
};
|
|
5611
5650
|
DashboardTile.prototype.zoomIn = function (a) {
|
|
5612
|
-
this.
|
|
5651
|
+
this.hr(function (b) { return b.uf(a); });
|
|
5613
5652
|
};
|
|
5614
5653
|
DashboardTile.prototype.zoomOut = function (a) {
|
|
5615
|
-
this.
|
|
5654
|
+
this.hr(function (b) { return b.ug(a); });
|
|
5616
5655
|
};
|
|
5617
5656
|
DashboardTile.prototype.resetZoom = function () {
|
|
5618
|
-
this.
|
|
5657
|
+
this.hr(function (a) { return a.te(); });
|
|
5658
|
+
};
|
|
5659
|
+
DashboardTile.prototype.g9 = function (a) {
|
|
5660
|
+
this.hr(function (b) { return b.op(a); });
|
|
5661
|
+
};
|
|
5662
|
+
DashboardTile.prototype.hm = function (a) {
|
|
5663
|
+
this.hr(function (b) { return b.pb(a); });
|
|
5619
5664
|
};
|
|
5620
5665
|
DashboardTile.prototype.y = function (a) {
|
|
5621
5666
|
var e_20, _a;
|
|
5622
|
-
if (!this.
|
|
5667
|
+
if (!this.dl || !this.dm || this.itemsSource != null) {
|
|
5623
5668
|
return a;
|
|
5624
5669
|
}
|
|
5625
5670
|
if (a == null) {
|
|
@@ -5649,11 +5694,11 @@
|
|
|
5649
5694
|
return b;
|
|
5650
5695
|
};
|
|
5651
5696
|
DashboardTile.prototype.notifySizeChanged = function () {
|
|
5652
|
-
this.
|
|
5697
|
+
this.ba.t();
|
|
5653
5698
|
};
|
|
5654
|
-
DashboardTile.prototype.
|
|
5699
|
+
DashboardTile.prototype.ib = function () {
|
|
5655
5700
|
var _this = this;
|
|
5656
|
-
igniteuiWebcomponentsCore.NativeUIContent.aw(this.
|
|
5701
|
+
igniteuiWebcomponentsCore.NativeUIContent.aw(this.ba.m(), [7, 7, 3, 0, 0, 0, 0, 7, 0], function (a) {
|
|
5657
5702
|
var b = a[0];
|
|
5658
5703
|
var c = a[1];
|
|
5659
5704
|
var d = a[2];
|
|
@@ -5707,7 +5752,7 @@
|
|
|
5707
5752
|
i.bj = 1;
|
|
5708
5753
|
i.a8 = igniteuiWebcomponentsCore.BrushUtil.j(255, 255, 255, 255);
|
|
5709
5754
|
i.bn(j);
|
|
5710
|
-
_this.
|
|
5755
|
+
_this.ba.r(i);
|
|
5711
5756
|
b.bn(d);
|
|
5712
5757
|
b.bn(c);
|
|
5713
5758
|
c.bn(e);
|
|
@@ -5715,78 +5760,78 @@
|
|
|
5715
5760
|
b.bn(g);
|
|
5716
5761
|
b.bn(h);
|
|
5717
5762
|
b.bn(i);
|
|
5718
|
-
_this.
|
|
5719
|
-
_this.
|
|
5720
|
-
_this.
|
|
5721
|
-
_this.
|
|
5722
|
-
_this.
|
|
5723
|
-
_this.
|
|
5724
|
-
_this.
|
|
5725
|
-
_this.
|
|
5726
|
-
_this.
|
|
5727
|
-
_this.
|
|
5728
|
-
_this.
|
|
5729
|
-
_this.
|
|
5730
|
-
_this.
|
|
5731
|
-
_this.
|
|
5732
|
-
_this.
|
|
5763
|
+
_this.ba.o(b);
|
|
5764
|
+
_this.b9 = f;
|
|
5765
|
+
_this.b8 = e;
|
|
5766
|
+
_this.cb = d;
|
|
5767
|
+
_this.cb.bk = _this.b3();
|
|
5768
|
+
_this.b5 = g;
|
|
5769
|
+
_this.b7 = h;
|
|
5770
|
+
_this.ca = i;
|
|
5771
|
+
_this.b6 = j;
|
|
5772
|
+
_this.ba.y(_this.b9, "toolbar");
|
|
5773
|
+
_this.ba.y(_this.b8, "legend");
|
|
5774
|
+
_this.ba.y(_this.b7, "grid");
|
|
5775
|
+
_this.ba.y(_this.b6, "editorPanel");
|
|
5776
|
+
_this.ba.y(_this.b5, "content");
|
|
5777
|
+
_this.ba.p();
|
|
5733
5778
|
});
|
|
5734
5779
|
};
|
|
5735
|
-
DashboardTile.prototype.
|
|
5736
|
-
this.
|
|
5737
|
-
this.
|
|
5738
|
-
this.
|
|
5739
|
-
this.
|
|
5740
|
-
this.
|
|
5741
|
-
if (!this.
|
|
5742
|
-
this.
|
|
5780
|
+
DashboardTile.prototype.ia = function () {
|
|
5781
|
+
this.ba.s(this.ex(this.b9), this.fs);
|
|
5782
|
+
this.ba.s(this.ex(this.b8), this.fs);
|
|
5783
|
+
this.ba.s(this.ex(this.b7), this.fs);
|
|
5784
|
+
this.ba.s(this.ex(this.b6), this.fs);
|
|
5785
|
+
this.ba.s(this.ex(this.b5), this.fs);
|
|
5786
|
+
if (!this.da) {
|
|
5787
|
+
this.ij();
|
|
5743
5788
|
}
|
|
5744
5789
|
};
|
|
5745
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
5790
|
+
Object.defineProperty(DashboardTile.prototype, "fs", {
|
|
5746
5791
|
get: function () {
|
|
5747
|
-
if (this.
|
|
5748
|
-
this.
|
|
5792
|
+
if (this.e6 == null) {
|
|
5793
|
+
this.e6 = igniteuiWebcomponentsCore.Guid.newGuid().toString();
|
|
5749
5794
|
}
|
|
5750
|
-
return this.
|
|
5795
|
+
return this.e6;
|
|
5751
5796
|
},
|
|
5752
5797
|
enumerable: false,
|
|
5753
5798
|
configurable: true
|
|
5754
5799
|
});
|
|
5755
|
-
DashboardTile.prototype.
|
|
5756
|
-
return this.
|
|
5800
|
+
DashboardTile.prototype.b3 = function () {
|
|
5801
|
+
return this.b2;
|
|
5757
5802
|
};
|
|
5758
|
-
Object.defineProperty(DashboardTile, "
|
|
5803
|
+
Object.defineProperty(DashboardTile, "bv", {
|
|
5759
5804
|
get: function () {
|
|
5760
|
-
return DashboardTile.
|
|
5805
|
+
return DashboardTile.bu.context;
|
|
5761
5806
|
},
|
|
5762
5807
|
enumerable: false,
|
|
5763
5808
|
configurable: true
|
|
5764
5809
|
});
|
|
5765
5810
|
DashboardTile.prototype.destroy = function () {
|
|
5766
|
-
DashboardTile.
|
|
5767
|
-
DashboardTile.
|
|
5768
|
-
DashboardTile.
|
|
5769
|
-
DashboardTile.
|
|
5770
|
-
DashboardTile.
|
|
5811
|
+
DashboardTile.bu.cleanup(this.ex(this.b9), true);
|
|
5812
|
+
DashboardTile.bu.cleanup(this.ex(this.b8), true);
|
|
5813
|
+
DashboardTile.bu.cleanup(this.ex(this.b5), true);
|
|
5814
|
+
DashboardTile.bu.cleanup(this.ex(this.b7), true);
|
|
5815
|
+
DashboardTile.bu.cleanup(this.ex(this.b6), true);
|
|
5771
5816
|
this.provideContainer(null);
|
|
5772
5817
|
};
|
|
5773
5818
|
DashboardTile.prototype.provideContainer = function (a) {
|
|
5774
|
-
this.
|
|
5775
|
-
if (this.
|
|
5776
|
-
this.
|
|
5819
|
+
this.er = a;
|
|
5820
|
+
if (this.er != null) {
|
|
5821
|
+
this.er.setTimeout(this.ce, 0);
|
|
5777
5822
|
}
|
|
5778
|
-
this.
|
|
5823
|
+
this.ba.v(a);
|
|
5779
5824
|
};
|
|
5780
|
-
DashboardTile.prototype.
|
|
5825
|
+
DashboardTile.prototype.h9 = function (a, b, c) {
|
|
5781
5826
|
if (this.propertyChanged != null) {
|
|
5782
5827
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
5783
5828
|
}
|
|
5784
|
-
this.
|
|
5829
|
+
this.ih(a, b, c);
|
|
5785
5830
|
};
|
|
5786
|
-
DashboardTile.prototype.
|
|
5787
|
-
if (!this.
|
|
5788
|
-
this.
|
|
5789
|
-
this.
|
|
5831
|
+
DashboardTile.prototype.ih = function (a, b, c) {
|
|
5832
|
+
if (!this.ci && DashboardTile.cy(a)) {
|
|
5833
|
+
this.ci = true;
|
|
5834
|
+
this.ij();
|
|
5790
5835
|
}
|
|
5791
5836
|
switch (a) {
|
|
5792
5837
|
case "VisualizationType":
|
|
@@ -5794,28 +5839,28 @@
|
|
|
5794
5839
|
if (this.ae != null) {
|
|
5795
5840
|
this.ae.refresh();
|
|
5796
5841
|
}
|
|
5797
|
-
this.
|
|
5842
|
+
this.ij();
|
|
5798
5843
|
break;
|
|
5799
5844
|
case "TileTitle":
|
|
5800
|
-
this.
|
|
5845
|
+
this.cb.bm = c;
|
|
5801
5846
|
break;
|
|
5802
5847
|
case "ActualItemsSource":
|
|
5803
|
-
this.
|
|
5804
|
-
if (this.
|
|
5848
|
+
this.cv = true;
|
|
5849
|
+
if (this.dl) {
|
|
5805
5850
|
this.u = this.y(this.w);
|
|
5806
5851
|
this.v = this.y(this.x);
|
|
5807
5852
|
}
|
|
5808
5853
|
this.ad.itemsSource = this.actualItemsSource;
|
|
5809
|
-
this.
|
|
5854
|
+
this.hs();
|
|
5810
5855
|
break;
|
|
5811
5856
|
case "ActualHighlightedItemsSource":
|
|
5812
5857
|
this.ae.itemsSource = this.actualHighlightedItemsSource;
|
|
5813
5858
|
break;
|
|
5814
5859
|
case "ItemsSource":
|
|
5815
|
-
this.actualItemsSource = this.
|
|
5860
|
+
this.actualItemsSource = this.e5();
|
|
5816
5861
|
break;
|
|
5817
5862
|
case "HighlightedItemsSource":
|
|
5818
|
-
this.actualHighlightedItemsSource = this.
|
|
5863
|
+
this.actualHighlightedItemsSource = this.e4();
|
|
5819
5864
|
break;
|
|
5820
5865
|
case "IncludedProperties":
|
|
5821
5866
|
this.ad.includedProperties = this.includedProperties;
|
|
@@ -5827,54 +5872,96 @@
|
|
|
5827
5872
|
case "Density": break;
|
|
5828
5873
|
case "ExecutionContext": break;
|
|
5829
5874
|
case "MainContent":
|
|
5830
|
-
if (
|
|
5831
|
-
this.
|
|
5832
|
-
|
|
5875
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, b) !== null) {
|
|
5876
|
+
this.h5(b);
|
|
5877
|
+
}
|
|
5878
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, c) !== null) {
|
|
5879
|
+
this.h0(c);
|
|
5880
|
+
}
|
|
5881
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.DomainChart.$, b) !== null) {
|
|
5882
|
+
this.h4(b);
|
|
5883
|
+
}
|
|
5884
|
+
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.DomainChart.$, c) !== null) {
|
|
5885
|
+
this.hz(c);
|
|
5886
|
+
}
|
|
5887
|
+
if (this.cv) {
|
|
5888
|
+
this.cv = false;
|
|
5889
|
+
this.hs();
|
|
5833
5890
|
}
|
|
5834
5891
|
break;
|
|
5835
5892
|
case "ValueLines":
|
|
5836
5893
|
if (b != null) {
|
|
5837
5894
|
var d = b;
|
|
5838
|
-
d.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(d.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5895
|
+
d.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(d.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.i2));
|
|
5839
5896
|
}
|
|
5840
5897
|
if (c != null) {
|
|
5841
5898
|
var e = this.valueLines;
|
|
5842
|
-
e.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(e.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5899
|
+
e.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(e.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.i2));
|
|
5843
5900
|
}
|
|
5844
5901
|
break;
|
|
5845
5902
|
case "TrendLineTypes":
|
|
5846
5903
|
if (b != null) {
|
|
5847
5904
|
var f = b;
|
|
5848
|
-
f.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(f.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5905
|
+
f.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(f.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.iz));
|
|
5849
5906
|
}
|
|
5850
5907
|
if (c != null) {
|
|
5851
5908
|
var g = this.trendLineTypes;
|
|
5852
|
-
g.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(g.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5909
|
+
g.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(g.collectionChanged, igniteuiWebcomponentsCore.runOn(this, this.iz));
|
|
5853
5910
|
}
|
|
5854
5911
|
break;
|
|
5855
5912
|
}
|
|
5856
5913
|
};
|
|
5857
|
-
DashboardTile.prototype.
|
|
5858
|
-
if (
|
|
5859
|
-
this.
|
|
5860
|
-
this.h2();
|
|
5914
|
+
DashboardTile.prototype.il = function (a) {
|
|
5915
|
+
if (this.userAnnotationInformationRequested != null) {
|
|
5916
|
+
this.userAnnotationInformationRequested(this, a);
|
|
5861
5917
|
}
|
|
5862
5918
|
};
|
|
5863
|
-
DashboardTile.prototype.
|
|
5864
|
-
if (
|
|
5865
|
-
this.
|
|
5866
|
-
this.h2();
|
|
5919
|
+
DashboardTile.prototype.im = function (a) {
|
|
5920
|
+
if (this.userAnnotationToolTipContentUpdating != null) {
|
|
5921
|
+
this.userAnnotationToolTipContentUpdating(this, a);
|
|
5867
5922
|
}
|
|
5868
5923
|
};
|
|
5869
|
-
DashboardTile.
|
|
5870
|
-
|
|
5924
|
+
DashboardTile.prototype.ic = function (a, b) {
|
|
5925
|
+
this.il(b);
|
|
5871
5926
|
};
|
|
5872
|
-
|
|
5927
|
+
DashboardTile.prototype.id = function (a, b) {
|
|
5928
|
+
this.im(b);
|
|
5929
|
+
};
|
|
5930
|
+
DashboardTile.prototype.h5 = function (a) {
|
|
5931
|
+
a.userAnnotationInformationRequested = igniteuiWebcomponentsCore.delegateRemove(a.userAnnotationInformationRequested, igniteuiWebcomponentsCore.runOn(this, this.ic));
|
|
5932
|
+
a.userAnnotationToolTipContentUpdating = igniteuiWebcomponentsCore.delegateRemove(a.userAnnotationToolTipContentUpdating, igniteuiWebcomponentsCore.runOn(this, this.id));
|
|
5933
|
+
};
|
|
5934
|
+
DashboardTile.prototype.h0 = function (a) {
|
|
5935
|
+
a.userAnnotationInformationRequested = igniteuiWebcomponentsCore.delegateCombine(a.userAnnotationInformationRequested, igniteuiWebcomponentsCore.runOn(this, this.ic));
|
|
5936
|
+
a.userAnnotationToolTipContentUpdating = igniteuiWebcomponentsCore.delegateCombine(a.userAnnotationToolTipContentUpdating, igniteuiWebcomponentsCore.runOn(this, this.id));
|
|
5937
|
+
};
|
|
5938
|
+
DashboardTile.prototype.h4 = function (a) {
|
|
5939
|
+
a.userAnnotationInformationRequested = igniteuiWebcomponentsCore.delegateRemove(a.userAnnotationInformationRequested, igniteuiWebcomponentsCore.runOn(this, this.ic));
|
|
5940
|
+
};
|
|
5941
|
+
DashboardTile.prototype.hz = function (a) {
|
|
5942
|
+
a.userAnnotationInformationRequested = igniteuiWebcomponentsCore.delegateCombine(a.userAnnotationInformationRequested, igniteuiWebcomponentsCore.runOn(this, this.ic));
|
|
5943
|
+
};
|
|
5944
|
+
DashboardTile.prototype.i2 = function (a, b) {
|
|
5945
|
+
if (!this.ci && DashboardTile.cy("ValueLines")) {
|
|
5946
|
+
this.ci = true;
|
|
5947
|
+
this.ij();
|
|
5948
|
+
}
|
|
5949
|
+
};
|
|
5950
|
+
DashboardTile.prototype.iz = function (a, b) {
|
|
5951
|
+
if (!this.ci && DashboardTile.cy("TrendLineTypes")) {
|
|
5952
|
+
this.ci = true;
|
|
5953
|
+
this.ij();
|
|
5954
|
+
}
|
|
5955
|
+
};
|
|
5956
|
+
DashboardTile.cy = function (a) {
|
|
5957
|
+
return DashboardTile.dp.containsKey(a) || DashboardTile.dq.containsKey(a);
|
|
5958
|
+
};
|
|
5959
|
+
Object.defineProperty(DashboardTile.prototype, "a9", {
|
|
5873
5960
|
get: function () {
|
|
5874
|
-
if (this.
|
|
5875
|
-
this.
|
|
5961
|
+
if (this.a8 == null) {
|
|
5962
|
+
this.a8 = new DashboardTileToolbarProvider();
|
|
5876
5963
|
}
|
|
5877
|
-
return this.
|
|
5964
|
+
return this.a8;
|
|
5878
5965
|
},
|
|
5879
5966
|
enumerable: false,
|
|
5880
5967
|
configurable: true
|
|
@@ -5882,11 +5969,11 @@
|
|
|
5882
5969
|
DashboardTile.prototype.getDesiredToolbarActions = function () {
|
|
5883
5970
|
var e_21, _a;
|
|
5884
5971
|
var a = null;
|
|
5885
|
-
if (this.
|
|
5886
|
-
var b = this.
|
|
5972
|
+
if (this.e3 != null) {
|
|
5973
|
+
var b = this.e3;
|
|
5887
5974
|
if (b != null && igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.IToolbarTarget_$type, b) !== null) {
|
|
5888
5975
|
try {
|
|
5889
|
-
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
5976
|
+
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.dt)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
5890
5977
|
var c = _c.value;
|
|
5891
5978
|
b.provideContextAccessor(c);
|
|
5892
5979
|
}
|
|
@@ -5910,17 +5997,17 @@
|
|
|
5910
5997
|
if (a == null) {
|
|
5911
5998
|
a = new Array(0);
|
|
5912
5999
|
}
|
|
5913
|
-
a = this.
|
|
6000
|
+
a = this.a9.getDesiredToolbarActions(this, a, this.dt);
|
|
5914
6001
|
return a;
|
|
5915
6002
|
};
|
|
5916
|
-
DashboardTile.prototype.
|
|
6003
|
+
DashboardTile.prototype.e0 = function (a) {
|
|
5917
6004
|
if (a == null) {
|
|
5918
6005
|
return null;
|
|
5919
6006
|
}
|
|
5920
6007
|
return a.i ? a.i : a;
|
|
5921
6008
|
};
|
|
5922
6009
|
DashboardTile.prototype.onToolCommandExecuting = function (a) {
|
|
5923
|
-
return this.
|
|
6010
|
+
return this.a9.onToolCommandExecuting(this, a);
|
|
5924
6011
|
};
|
|
5925
6012
|
Object.defineProperty(DashboardTile.prototype, "commandCompleted", {
|
|
5926
6013
|
get: function () {
|
|
@@ -5943,19 +6030,19 @@
|
|
|
5943
6030
|
configurable: true
|
|
5944
6031
|
});
|
|
5945
6032
|
DashboardTile.prototype.provideContextAccessor = function (a) {
|
|
5946
|
-
if (this.
|
|
5947
|
-
this.
|
|
6033
|
+
if (this.dt == null) {
|
|
6034
|
+
this.dt = new igniteuiWebcomponentsCore.HashSet$1(igniteuiWebcomponentsCore.IToolbarContextAccessor_$type, 0);
|
|
5948
6035
|
}
|
|
5949
|
-
a.setContextValue("FieldSelectorRules", 7, this.
|
|
5950
|
-
this.
|
|
6036
|
+
a.setContextValue("FieldSelectorRules", 7, this.d8);
|
|
6037
|
+
this.dt.add_1(a);
|
|
5951
6038
|
};
|
|
5952
6039
|
DashboardTile.prototype.dismissContextAccessor = function (a) {
|
|
5953
|
-
if (this.
|
|
6040
|
+
if (this.dt == null) {
|
|
5954
6041
|
return;
|
|
5955
6042
|
}
|
|
5956
|
-
this.
|
|
6043
|
+
this.dt.remove(a);
|
|
5957
6044
|
};
|
|
5958
|
-
DashboardTile.prototype.
|
|
6045
|
+
DashboardTile.prototype.hs = function () {
|
|
5959
6046
|
if (this.invalidateActions != null) {
|
|
5960
6047
|
this.invalidateActions();
|
|
5961
6048
|
}
|
|
@@ -5965,83 +6052,83 @@
|
|
|
5965
6052
|
DashboardTile.prototype.removeCommandAvailabilityListener = function (a) {
|
|
5966
6053
|
};
|
|
5967
6054
|
DashboardTile.prototype.addCommandStateChangedListener = function (a) {
|
|
5968
|
-
if (!this.
|
|
5969
|
-
this.
|
|
6055
|
+
if (!this.dv.contains(a)) {
|
|
6056
|
+
this.dv.add(a);
|
|
5970
6057
|
}
|
|
5971
6058
|
};
|
|
5972
6059
|
DashboardTile.prototype.removeCommandStateChangedListener = function (a) {
|
|
5973
|
-
if (this.
|
|
5974
|
-
this.
|
|
6060
|
+
if (this.dv.contains(a)) {
|
|
6061
|
+
this.dv.remove(a);
|
|
5975
6062
|
}
|
|
5976
6063
|
};
|
|
5977
|
-
DashboardTile.prototype.
|
|
5978
|
-
if (this.
|
|
5979
|
-
this.
|
|
6064
|
+
DashboardTile.prototype.iy = function () {
|
|
6065
|
+
if (this.b7 != null) {
|
|
6066
|
+
this.b7.bj = this.b7.bj == 0 ? 1 : 0;
|
|
5980
6067
|
}
|
|
5981
6068
|
};
|
|
5982
|
-
DashboardTile.prototype.
|
|
6069
|
+
DashboardTile.prototype.ix = function () {
|
|
5983
6070
|
var _this = this;
|
|
5984
|
-
if (this.
|
|
5985
|
-
var a = this.
|
|
5986
|
-
var b = this.
|
|
6071
|
+
if (this.ca != null) {
|
|
6072
|
+
var a = this.je();
|
|
6073
|
+
var b = this.ca.bj == 1;
|
|
5987
6074
|
if (b) {
|
|
5988
|
-
this.
|
|
6075
|
+
this.ca.bj = 0;
|
|
5989
6076
|
}
|
|
5990
|
-
this.
|
|
6077
|
+
this.hk(a.width);
|
|
5991
6078
|
if (b) {
|
|
5992
|
-
this.
|
|
6079
|
+
this.ca.bj = 1;
|
|
5993
6080
|
}
|
|
5994
6081
|
var c = 1;
|
|
5995
|
-
if (this.
|
|
6082
|
+
if (this.cu) {
|
|
5996
6083
|
c = -1;
|
|
5997
6084
|
}
|
|
5998
|
-
this.
|
|
5999
|
-
this.
|
|
6085
|
+
this.cu = !this.cu;
|
|
6086
|
+
this.ig(this.b4, c);
|
|
6000
6087
|
if (b) {
|
|
6001
|
-
this.
|
|
6088
|
+
this.b4.ready.f(function (d) { return _this.ca.bj = 0; });
|
|
6002
6089
|
}
|
|
6003
6090
|
}
|
|
6004
6091
|
};
|
|
6005
|
-
DashboardTile.prototype.
|
|
6092
|
+
DashboardTile.prototype.je = function () {
|
|
6006
6093
|
var a = new igniteuiWebcomponentsCore.Size(1, 0, 0);
|
|
6007
|
-
if (this.
|
|
6008
|
-
a = this.
|
|
6094
|
+
if (this.ev != null) {
|
|
6095
|
+
a = this.ev.cs();
|
|
6009
6096
|
}
|
|
6010
6097
|
else {
|
|
6011
|
-
a = this.
|
|
6098
|
+
a = this.ca.bf(new igniteuiWebcomponentsCore.Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
|
|
6012
6099
|
}
|
|
6013
|
-
if (a.width != this.
|
|
6014
|
-
this.
|
|
6015
|
-
this.
|
|
6016
|
-
this.
|
|
6100
|
+
if (a.width != this.ee) {
|
|
6101
|
+
this.b4 = null;
|
|
6102
|
+
this.ee = a.width;
|
|
6103
|
+
this.ca.ae = this.ee;
|
|
6017
6104
|
}
|
|
6018
6105
|
return a;
|
|
6019
6106
|
};
|
|
6020
|
-
DashboardTile.prototype.
|
|
6107
|
+
DashboardTile.prototype.hj = function (a) {
|
|
6021
6108
|
a.commitStyles();
|
|
6022
|
-
if (a == this.
|
|
6023
|
-
this.
|
|
6109
|
+
if (a == this.b4 && this.cl) {
|
|
6110
|
+
this.b4 = null;
|
|
6024
6111
|
}
|
|
6025
6112
|
};
|
|
6026
|
-
DashboardTile.prototype.
|
|
6113
|
+
DashboardTile.prototype.ig = function (a, b) {
|
|
6027
6114
|
var _this = this;
|
|
6028
6115
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
6029
6116
|
a.reverse();
|
|
6030
|
-
if (this.
|
|
6117
|
+
if (this.cm) {
|
|
6031
6118
|
a.finish();
|
|
6032
|
-
this.
|
|
6119
|
+
this.hj(a);
|
|
6033
6120
|
return;
|
|
6034
6121
|
}
|
|
6035
|
-
a.finished.f(function (c) { return _this.
|
|
6122
|
+
a.finished.f(function (c) { return _this.hj(a); });
|
|
6036
6123
|
}
|
|
6037
6124
|
else {
|
|
6038
6125
|
a.play();
|
|
6039
|
-
if (this.
|
|
6126
|
+
if (this.cm) {
|
|
6040
6127
|
a.finish();
|
|
6041
|
-
this.
|
|
6128
|
+
this.hj(a);
|
|
6042
6129
|
return;
|
|
6043
6130
|
}
|
|
6044
|
-
a.finished.f(function (c) { return _this.
|
|
6131
|
+
a.finished.f(function (c) { return _this.hj(a); });
|
|
6045
6132
|
}
|
|
6046
6133
|
};
|
|
6047
6134
|
Object.defineProperty(DashboardTile.prototype, "n", {
|
|
@@ -6054,9 +6141,9 @@
|
|
|
6054
6141
|
enumerable: false,
|
|
6055
6142
|
configurable: true
|
|
6056
6143
|
});
|
|
6057
|
-
DashboardTile.prototype.
|
|
6058
|
-
this.
|
|
6059
|
-
if (this.
|
|
6144
|
+
DashboardTile.prototype.hk = function (a) {
|
|
6145
|
+
this.ba.q();
|
|
6146
|
+
if (this.b4 == null) {
|
|
6060
6147
|
var b = new igniteuiWebcomponentsCore.TransformGroup();
|
|
6061
6148
|
b.j.add(((function () {
|
|
6062
6149
|
var $ret = new igniteuiWebcomponentsCore.TranslateTransform();
|
|
@@ -6069,26 +6156,26 @@
|
|
|
6069
6156
|
$ret.j = 0;
|
|
6070
6157
|
return $ret;
|
|
6071
6158
|
})()));
|
|
6072
|
-
this.
|
|
6159
|
+
this.b4 = igniteuiWebcomponentsCore.KeyFrameAnimationFactory.f.c(this.ba.a(this.ca, this.n).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(14, b), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(1, 0)).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(14, c), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(1, 1)));
|
|
6073
6160
|
}
|
|
6074
6161
|
};
|
|
6075
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
6162
|
+
Object.defineProperty(DashboardTile.prototype, "bx", {
|
|
6076
6163
|
get: function () {
|
|
6077
|
-
return this.
|
|
6164
|
+
return this.bw;
|
|
6078
6165
|
},
|
|
6079
6166
|
set: function (a) {
|
|
6080
|
-
var b = this.
|
|
6081
|
-
this.
|
|
6082
|
-
if (b != this.
|
|
6083
|
-
this.
|
|
6167
|
+
var b = this.bw;
|
|
6168
|
+
this.bw = a;
|
|
6169
|
+
if (b != this.bw) {
|
|
6170
|
+
this.h9("ExecutionContext", b, this.bw);
|
|
6084
6171
|
}
|
|
6085
6172
|
},
|
|
6086
6173
|
enumerable: false,
|
|
6087
6174
|
configurable: true
|
|
6088
6175
|
});
|
|
6089
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
6176
|
+
Object.defineProperty(DashboardTile.prototype, "dg", {
|
|
6090
6177
|
get: function () {
|
|
6091
|
-
switch (this.
|
|
6178
|
+
switch (this.bc) {
|
|
6092
6179
|
case 27:
|
|
6093
6180
|
case 28:
|
|
6094
6181
|
case 29: return true;
|
|
@@ -6098,9 +6185,9 @@
|
|
|
6098
6185
|
enumerable: false,
|
|
6099
6186
|
configurable: true
|
|
6100
6187
|
});
|
|
6101
|
-
Object.defineProperty(DashboardTile.prototype, "
|
|
6188
|
+
Object.defineProperty(DashboardTile.prototype, "df", {
|
|
6102
6189
|
get: function () {
|
|
6103
|
-
switch (this.
|
|
6190
|
+
switch (this.bc) {
|
|
6104
6191
|
case 21: return true;
|
|
6105
6192
|
}
|
|
6106
6193
|
return false;
|
|
@@ -6115,8 +6202,8 @@
|
|
|
6115
6202
|
DashboardTile.b = [18, 5];
|
|
6116
6203
|
DashboardTile.d = [19, 9];
|
|
6117
6204
|
DashboardTile.c = [7, 15];
|
|
6118
|
-
DashboardTile.
|
|
6119
|
-
DashboardTile.
|
|
6205
|
+
DashboardTile.bt = null;
|
|
6206
|
+
DashboardTile.ea = DashboardTile.d6("TrendLineType", ((function () {
|
|
6120
6207
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6121
6208
|
$ret.add(((function () {
|
|
6122
6209
|
var $ret = new DashboardTileCustomization();
|
|
@@ -6162,7 +6249,7 @@
|
|
|
6162
6249
|
})()));
|
|
6163
6250
|
return $ret;
|
|
6164
6251
|
})()));
|
|
6165
|
-
DashboardTile.
|
|
6252
|
+
DashboardTile.eb = DashboardTile.d6("TrendLineTypes", ((function () {
|
|
6166
6253
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6167
6254
|
$ret.add(((function () {
|
|
6168
6255
|
var $ret = new DashboardTileCustomization();
|
|
@@ -6196,7 +6283,7 @@
|
|
|
6196
6283
|
if (a.z != null && a.z.count > 0) {
|
|
6197
6284
|
if (a.z.count > e) {
|
|
6198
6285
|
var k = a.z.item(e);
|
|
6199
|
-
j.brush = DashboardTile.
|
|
6286
|
+
j.brush = DashboardTile.bu.adapter.serializeBrush(k);
|
|
6200
6287
|
}
|
|
6201
6288
|
}
|
|
6202
6289
|
c.add(j);
|
|
@@ -6224,76 +6311,76 @@
|
|
|
6224
6311
|
})()));
|
|
6225
6312
|
return $ret;
|
|
6226
6313
|
})()));
|
|
6227
|
-
DashboardTile.
|
|
6228
|
-
DashboardTile.
|
|
6314
|
+
DashboardTile.dq = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.String_$type, 0);
|
|
6315
|
+
DashboardTile.dz = DashboardTile.d6("ActualBrushes", ((function () {
|
|
6229
6316
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6230
6317
|
$ret.add(((function () {
|
|
6231
6318
|
var $ret = new DashboardTileCustomization();
|
|
6232
6319
|
$ret.m = "DataChart";
|
|
6233
6320
|
$ret.n = "Brushes";
|
|
6234
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6321
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrushCollection(a.u), false); };
|
|
6235
6322
|
return $ret;
|
|
6236
6323
|
})()));
|
|
6237
6324
|
$ret.add(((function () {
|
|
6238
6325
|
var $ret = new DashboardTileCustomization();
|
|
6239
6326
|
$ret.m = "DataPieChart";
|
|
6240
6327
|
$ret.n = "Brushes";
|
|
6241
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6328
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrushCollection(a.u), false); };
|
|
6242
6329
|
return $ret;
|
|
6243
6330
|
})()));
|
|
6244
6331
|
$ret.add(((function () {
|
|
6245
6332
|
var $ret = new DashboardTileCustomization();
|
|
6246
6333
|
$ret.m = "GeographicMap";
|
|
6247
6334
|
$ret.n = "Brushes";
|
|
6248
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6335
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrushCollection(a.u), false); };
|
|
6249
6336
|
return $ret;
|
|
6250
6337
|
})()));
|
|
6251
6338
|
return $ret;
|
|
6252
6339
|
})()));
|
|
6253
|
-
DashboardTile.
|
|
6340
|
+
DashboardTile.d0 = DashboardTile.d6("ActualOutlines", ((function () {
|
|
6254
6341
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6255
6342
|
$ret.add(((function () {
|
|
6256
6343
|
var $ret = new DashboardTileCustomization();
|
|
6257
6344
|
$ret.m = "DataChart";
|
|
6258
6345
|
$ret.n = "Outlines";
|
|
6259
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6346
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrushCollection(a.v), false); };
|
|
6260
6347
|
return $ret;
|
|
6261
6348
|
})()));
|
|
6262
6349
|
$ret.add(((function () {
|
|
6263
6350
|
var $ret = new DashboardTileCustomization();
|
|
6264
6351
|
$ret.m = "DataPieChart";
|
|
6265
6352
|
$ret.n = "Outlines";
|
|
6266
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6353
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrushCollection(a.v), false); };
|
|
6267
6354
|
return $ret;
|
|
6268
6355
|
})()));
|
|
6269
6356
|
$ret.add(((function () {
|
|
6270
6357
|
var $ret = new DashboardTileCustomization();
|
|
6271
6358
|
$ret.m = "GeographicMap";
|
|
6272
6359
|
$ret.n = "Outlines";
|
|
6273
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6360
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrushCollection(a.v), false); };
|
|
6274
6361
|
return $ret;
|
|
6275
6362
|
})()));
|
|
6276
6363
|
return $ret;
|
|
6277
6364
|
})()));
|
|
6278
|
-
DashboardTile.
|
|
6365
|
+
DashboardTile.d2 = DashboardTile.d6("CategoryAxisMajorStroke", ((function () {
|
|
6279
6366
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6280
6367
|
$ret.add(((function () {
|
|
6281
6368
|
var $ret = new DashboardTileCustomization();
|
|
6282
6369
|
$ret.m = "CategoryXAxis";
|
|
6283
6370
|
$ret.n = "MajorStroke";
|
|
6284
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6371
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrush(a.ja), true); };
|
|
6285
6372
|
return $ret;
|
|
6286
6373
|
})()));
|
|
6287
6374
|
$ret.add(((function () {
|
|
6288
6375
|
var $ret = new DashboardTileCustomization();
|
|
6289
6376
|
$ret.m = "CategoryYAxis";
|
|
6290
6377
|
$ret.n = "MajorStroke";
|
|
6291
|
-
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.
|
|
6378
|
+
$ret.h = function (a, b) { return new ValueGetterResult(DashboardTile.bu.adapter.serializeBrush(a.ja), true); };
|
|
6292
6379
|
return $ret;
|
|
6293
6380
|
})()));
|
|
6294
6381
|
return $ret;
|
|
6295
6382
|
})()));
|
|
6296
|
-
DashboardTile.
|
|
6383
|
+
DashboardTile.ec = DashboardTile.d6("ValueLines", ((function () {
|
|
6297
6384
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6298
6385
|
$ret.add(((function () {
|
|
6299
6386
|
var $ret = new DashboardTileCustomization();
|
|
@@ -6318,18 +6405,18 @@
|
|
|
6318
6405
|
if (a.valueLinesBrushes != null && a.valueLinesBrushes.count > 0) {
|
|
6319
6406
|
if (a.valueLinesBrushes.count > d) {
|
|
6320
6407
|
var g = a.valueLinesBrushes.item(d);
|
|
6321
|
-
f.brush = DashboardTile.
|
|
6408
|
+
f.brush = DashboardTile.bu.adapter.serializeBrush(g);
|
|
6322
6409
|
}
|
|
6323
6410
|
}
|
|
6324
6411
|
else {
|
|
6325
|
-
if (e == 6 && a.
|
|
6326
|
-
f.brush = DashboardTile.
|
|
6412
|
+
if (e == 6 && a.jb != null) {
|
|
6413
|
+
f.brush = DashboardTile.bu.adapter.serializeBrush(a.jb);
|
|
6327
6414
|
}
|
|
6328
|
-
else if (e == 4 && a.
|
|
6329
|
-
f.brush = DashboardTile.
|
|
6415
|
+
else if (e == 4 && a.jd != null) {
|
|
6416
|
+
f.brush = DashboardTile.bu.adapter.serializeBrush(a.jd);
|
|
6330
6417
|
}
|
|
6331
|
-
else if (e == 5 && a.
|
|
6332
|
-
f.brush = DashboardTile.
|
|
6418
|
+
else if (e == 5 && a.jc != null) {
|
|
6419
|
+
f.brush = DashboardTile.bu.adapter.serializeBrush(a.jc);
|
|
6333
6420
|
}
|
|
6334
6421
|
}
|
|
6335
6422
|
c.add(f);
|
|
@@ -6355,11 +6442,11 @@
|
|
|
6355
6442
|
})()));
|
|
6356
6443
|
return $ret;
|
|
6357
6444
|
})()));
|
|
6358
|
-
DashboardTile.
|
|
6359
|
-
DashboardTile.
|
|
6360
|
-
DashboardTile.
|
|
6361
|
-
DashboardTile.
|
|
6362
|
-
DashboardTile.
|
|
6445
|
+
DashboardTile.gx = DashboardTile.gl("ValueLinesBrushes", "ValueLines");
|
|
6446
|
+
DashboardTile.gz = DashboardTile.gl("ValueLinesGlobalAverageBrush", "ValueLines");
|
|
6447
|
+
DashboardTile.g3 = DashboardTile.gl("ValueLinesGlobalMinimumBrush", "ValueLines");
|
|
6448
|
+
DashboardTile.g1 = DashboardTile.gl("ValueLinesGlobalMaximumBrush", "ValueLines");
|
|
6449
|
+
DashboardTile.d1 = DashboardTile.d6("AutoCalloutsVisible", ((function () {
|
|
6363
6450
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6364
6451
|
$ret.add(((function () {
|
|
6365
6452
|
var $ret = new DashboardTileCustomization();
|
|
@@ -6382,7 +6469,7 @@
|
|
|
6382
6469
|
})()));
|
|
6383
6470
|
return $ret;
|
|
6384
6471
|
})()));
|
|
6385
|
-
DashboardTile.
|
|
6472
|
+
DashboardTile.d3 = DashboardTile.d6("CrosshairsAnnotationEnabled", ((function () {
|
|
6386
6473
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6387
6474
|
$ret.add(((function () {
|
|
6388
6475
|
var $ret = new DashboardTileCustomization();
|
|
@@ -6400,7 +6487,7 @@
|
|
|
6400
6487
|
c.isAxisAnnotationEnabled = true;
|
|
6401
6488
|
switch (a.crosshairsDisplayMode) {
|
|
6402
6489
|
case 0:
|
|
6403
|
-
if (DashboardTile.
|
|
6490
|
+
if (DashboardTile.cx(a.ad.dataSeries)) {
|
|
6404
6491
|
c.verticalLineVisibility = "Collapsed";
|
|
6405
6492
|
}
|
|
6406
6493
|
else {
|
|
@@ -6431,7 +6518,7 @@
|
|
|
6431
6518
|
})()));
|
|
6432
6519
|
return $ret;
|
|
6433
6520
|
})()));
|
|
6434
|
-
DashboardTile.
|
|
6521
|
+
DashboardTile.d4 = DashboardTile.d6("FinalValueAnnotationsVisible", ((function () {
|
|
6435
6522
|
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6436
6523
|
$ret.add(((function () {
|
|
6437
6524
|
var $ret = new DashboardTileCustomization();
|
|
@@ -6451,7 +6538,32 @@
|
|
|
6451
6538
|
})()));
|
|
6452
6539
|
return $ret;
|
|
6453
6540
|
})()));
|
|
6454
|
-
DashboardTile.
|
|
6541
|
+
DashboardTile.fq = DashboardTile.gl("CrosshairsDisplayMode", "CrosshairsAnnotationEnabled");
|
|
6542
|
+
DashboardTile.d5 = DashboardTile.d6("IsUserAnnotationsEnabled", ((function () {
|
|
6543
|
+
var $ret = new igniteuiWebcomponentsCore.List$1(DashboardTileCustomization.$, 0);
|
|
6544
|
+
$ret.add(((function () {
|
|
6545
|
+
var $ret = new DashboardTileCustomization();
|
|
6546
|
+
$ret.m = "DataChart";
|
|
6547
|
+
$ret.n = "IsUserAnnotationsEnabled";
|
|
6548
|
+
$ret.h = function (a, b) { return new ValueGetterResult(a.de, false); };
|
|
6549
|
+
return $ret;
|
|
6550
|
+
})()));
|
|
6551
|
+
$ret.add(((function () {
|
|
6552
|
+
var $ret = new DashboardTileCustomization();
|
|
6553
|
+
$ret.m = "DataPieChart";
|
|
6554
|
+
$ret.n = "IsUserAnnotationsEnabled";
|
|
6555
|
+
$ret.h = function (a, b) { return new ValueGetterResult(a.de, false); };
|
|
6556
|
+
return $ret;
|
|
6557
|
+
})()));
|
|
6558
|
+
$ret.add(((function () {
|
|
6559
|
+
var $ret = new DashboardTileCustomization();
|
|
6560
|
+
$ret.m = "GeographicMap";
|
|
6561
|
+
$ret.n = "IsUserAnnotationsEnabled";
|
|
6562
|
+
$ret.h = function (a, b) { return new ValueGetterResult(a.de, false); };
|
|
6563
|
+
return $ret;
|
|
6564
|
+
})()));
|
|
6565
|
+
return $ret;
|
|
6566
|
+
})()));
|
|
6455
6567
|
return DashboardTile;
|
|
6456
6568
|
}(igniteuiWebcomponentsCore.Base));
|
|
6457
6569
|
/**
|
|
@@ -6472,49 +6584,49 @@
|
|
|
6472
6584
|
tslib.__extends(DashboardTileToolbarProvider, _super);
|
|
6473
6585
|
function DashboardTileToolbarProvider() {
|
|
6474
6586
|
var _this = _super.call(this) || this;
|
|
6475
|
-
_this.
|
|
6476
|
-
if (!DashboardTileToolbarProvider.
|
|
6477
|
-
DashboardTileToolbarProvider.
|
|
6478
|
-
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("DashboardTile", "Editor", DashboardTileToolbarProvider.
|
|
6479
|
-
DashboardTileToolbarProvider.
|
|
6480
|
-
DashboardTileToolbarProvider.
|
|
6481
|
-
DashboardTileToolbarProvider.
|
|
6482
|
-
DashboardTileToolbarProvider.
|
|
6483
|
-
DashboardTileToolbarProvider.
|
|
6484
|
-
DashboardTileToolbarProvider.
|
|
6485
|
-
DashboardTileToolbarProvider.
|
|
6486
|
-
DashboardTileToolbarProvider.
|
|
6487
|
-
DashboardTileToolbarProvider.
|
|
6488
|
-
DashboardTileToolbarProvider.
|
|
6489
|
-
DashboardTileToolbarProvider.
|
|
6490
|
-
DashboardTileToolbarProvider.
|
|
6491
|
-
DashboardTileToolbarProvider.
|
|
6492
|
-
DashboardTileToolbarProvider.
|
|
6493
|
-
DashboardTileToolbarProvider.
|
|
6494
|
-
DashboardTileToolbarProvider.
|
|
6495
|
-
DashboardTileToolbarProvider.
|
|
6496
|
-
DashboardTileToolbarProvider.
|
|
6497
|
-
DashboardTileToolbarProvider.
|
|
6498
|
-
DashboardTileToolbarProvider.
|
|
6499
|
-
DashboardTileToolbarProvider.
|
|
6500
|
-
DashboardTileToolbarProvider.
|
|
6501
|
-
DashboardTileToolbarProvider.
|
|
6502
|
-
DashboardTileToolbarProvider.
|
|
6503
|
-
DashboardTileToolbarProvider.
|
|
6504
|
-
DashboardTileToolbarProvider.
|
|
6505
|
-
DashboardTileToolbarProvider.
|
|
6506
|
-
DashboardTileToolbarProvider.
|
|
6507
|
-
DashboardTileToolbarProvider.
|
|
6508
|
-
DashboardTileToolbarProvider.
|
|
6509
|
-
DashboardTileToolbarProvider.
|
|
6510
|
-
DashboardTileToolbarProvider.
|
|
6511
|
-
DashboardTileToolbarProvider.
|
|
6512
|
-
DashboardTileToolbarProvider.
|
|
6513
|
-
DashboardTileToolbarProvider.
|
|
6587
|
+
_this.cv = null;
|
|
6588
|
+
if (!DashboardTileToolbarProvider.al) {
|
|
6589
|
+
DashboardTileToolbarProvider.al = true;
|
|
6590
|
+
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("DashboardTile", "Editor", DashboardTileToolbarProvider.a6);
|
|
6591
|
+
DashboardTileToolbarProvider.cu("AreaChart", DashboardTileToolbarProvider.ao, 1);
|
|
6592
|
+
DashboardTileToolbarProvider.cu("BarChart", DashboardTileToolbarProvider.aq, 2);
|
|
6593
|
+
DashboardTileToolbarProvider.cu("BubbleChart", DashboardTileToolbarProvider.as, 3);
|
|
6594
|
+
DashboardTileToolbarProvider.cu("BulletGraph", DashboardTileToolbarProvider.au, 4);
|
|
6595
|
+
DashboardTileToolbarProvider.cu("CandleStick", DashboardTileToolbarProvider.aw, 5);
|
|
6596
|
+
DashboardTileToolbarProvider.cu("ChoroplethMap", DashboardTileToolbarProvider.ay, 6);
|
|
6597
|
+
DashboardTileToolbarProvider.cu("RadialGauge", DashboardTileToolbarProvider.bw, 7);
|
|
6598
|
+
DashboardTileToolbarProvider.cu("ColumnChart", DashboardTileToolbarProvider.a0, 8);
|
|
6599
|
+
DashboardTileToolbarProvider.cu("DoughnutChart", DashboardTileToolbarProvider.a4, 9);
|
|
6600
|
+
DashboardTileToolbarProvider.cu("FunnelChart", DashboardTileToolbarProvider.a8, 10);
|
|
6601
|
+
DashboardTileToolbarProvider.cu("Grid", DashboardTileToolbarProvider.ba, 11);
|
|
6602
|
+
DashboardTileToolbarProvider.cu("HeatmapMap", DashboardTileToolbarProvider.be, 12);
|
|
6603
|
+
DashboardTileToolbarProvider.cu("HDMap", DashboardTileToolbarProvider.bc, 13);
|
|
6604
|
+
DashboardTileToolbarProvider.cu("KPI", DashboardTileToolbarProvider.bg, 14);
|
|
6605
|
+
DashboardTileToolbarProvider.cu("LinearGauge", DashboardTileToolbarProvider.bi, 15);
|
|
6606
|
+
DashboardTileToolbarProvider.cu("LineChart", DashboardTileToolbarProvider.bk, 16);
|
|
6607
|
+
DashboardTileToolbarProvider.cu("Map", DashboardTileToolbarProvider.bm, 17);
|
|
6608
|
+
DashboardTileToolbarProvider.cu("OHLCChart", DashboardTileToolbarProvider.bo, 18);
|
|
6609
|
+
DashboardTileToolbarProvider.cu("PieChart", DashboardTileToolbarProvider.bq, 19);
|
|
6610
|
+
DashboardTileToolbarProvider.cu("PolarChart", DashboardTileToolbarProvider.bu, 20);
|
|
6611
|
+
DashboardTileToolbarProvider.cu("RadialLineChart", DashboardTileToolbarProvider.by, 21);
|
|
6612
|
+
DashboardTileToolbarProvider.cu("ScatterMap", DashboardTileToolbarProvider.b2, 22);
|
|
6613
|
+
DashboardTileToolbarProvider.cu("ScatterChart", DashboardTileToolbarProvider.b0, 23);
|
|
6614
|
+
DashboardTileToolbarProvider.cu("SparklineChart", DashboardTileToolbarProvider.b4, 24);
|
|
6615
|
+
DashboardTileToolbarProvider.cu("SplineAreaChart", DashboardTileToolbarProvider.b6, 25);
|
|
6616
|
+
DashboardTileToolbarProvider.cu("SplineChart", DashboardTileToolbarProvider.b8, 26);
|
|
6617
|
+
DashboardTileToolbarProvider.cu("StackedAreaChart", DashboardTileToolbarProvider.ca, 27);
|
|
6618
|
+
DashboardTileToolbarProvider.cu("StackedBarChart", DashboardTileToolbarProvider.cc, 28);
|
|
6619
|
+
DashboardTileToolbarProvider.cu("StackedColumnChart", DashboardTileToolbarProvider.ce, 29);
|
|
6620
|
+
DashboardTileToolbarProvider.cu("StepAreaChart", DashboardTileToolbarProvider.cg, 30);
|
|
6621
|
+
DashboardTileToolbarProvider.cu("StepLineChart", DashboardTileToolbarProvider.ci, 31);
|
|
6622
|
+
DashboardTileToolbarProvider.cu("TextGauge", DashboardTileToolbarProvider.ck, 32);
|
|
6623
|
+
DashboardTileToolbarProvider.cu("TextView", DashboardTileToolbarProvider.cm, 33);
|
|
6624
|
+
DashboardTileToolbarProvider.cu("TimeSeriesChart", DashboardTileToolbarProvider.co, 34);
|
|
6625
|
+
DashboardTileToolbarProvider.cu("Treemap", DashboardTileToolbarProvider.cq, 35);
|
|
6514
6626
|
}
|
|
6515
6627
|
return _this;
|
|
6516
6628
|
}
|
|
6517
|
-
DashboardTileToolbarProvider.
|
|
6629
|
+
DashboardTileToolbarProvider.cu = function (a, b, c) {
|
|
6518
6630
|
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("DashboardTile", a, b);
|
|
6519
6631
|
var d = ((function () {
|
|
6520
6632
|
var $ret = new DashboardTileGalleryIconInfo();
|
|
@@ -6523,8 +6635,8 @@
|
|
|
6523
6635
|
$ret.b = "DashboardTile";
|
|
6524
6636
|
return $ret;
|
|
6525
6637
|
})());
|
|
6526
|
-
DashboardTileToolbarProvider.
|
|
6527
|
-
DashboardTileToolbarProvider.
|
|
6638
|
+
DashboardTileToolbarProvider.an.add(d);
|
|
6639
|
+
DashboardTileToolbarProvider.am.item(d.a, d);
|
|
6528
6640
|
};
|
|
6529
6641
|
DashboardTileToolbarProvider.prototype.getDesiredToolbarActions = function (a, b, c) {
|
|
6530
6642
|
if (b == null) {
|
|
@@ -6550,11 +6662,11 @@
|
|
|
6550
6662
|
h.iconCollectionName = "DashboardTile";
|
|
6551
6663
|
h.iconName = "ColumnChart";
|
|
6552
6664
|
h.name = "DashboardTileSelectVisualization";
|
|
6553
|
-
h.actions = this.
|
|
6665
|
+
h.actions = this.ak(a);
|
|
6554
6666
|
d[d.length - 1] = h;
|
|
6555
6667
|
return _super.prototype.getDesiredToolbarActions.call(this, a, d, c);
|
|
6556
6668
|
};
|
|
6557
|
-
DashboardTileToolbarProvider.prototype.
|
|
6669
|
+
DashboardTileToolbarProvider.prototype.ak = function (a) {
|
|
6558
6670
|
var b = a.m;
|
|
6559
6671
|
if (b == null) {
|
|
6560
6672
|
return null;
|
|
@@ -6567,7 +6679,7 @@
|
|
|
6567
6679
|
var h = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.ToolActionInfo.$, 0);
|
|
6568
6680
|
for (var i = g; i < Math.min(b.length, g + 4); i++) {
|
|
6569
6681
|
var j = new igniteuiWebcomponentsCore.ToolActionIconButtonInfo();
|
|
6570
|
-
var k = DashboardTileToolbarProvider.
|
|
6682
|
+
var k = DashboardTileToolbarProvider.am.item(b[i]);
|
|
6571
6683
|
j.iconCollectionName = k.b;
|
|
6572
6684
|
j.iconName = k.c;
|
|
6573
6685
|
j.name = "DashboardTileVisualizationType" + igniteuiWebcomponentsCore.EnumUtil.getName(DashboardTileVisualizationType_$type, k.a);
|
|
@@ -6584,105 +6696,105 @@
|
|
|
6584
6696
|
case "ShowGridlines":
|
|
6585
6697
|
{
|
|
6586
6698
|
var d = b;
|
|
6587
|
-
d.isChecked = c.
|
|
6699
|
+
d.isChecked = c.ja != null;
|
|
6588
6700
|
}
|
|
6589
6701
|
break;
|
|
6590
6702
|
}
|
|
6591
6703
|
};
|
|
6592
|
-
DashboardTileToolbarProvider.prototype.
|
|
6704
|
+
DashboardTileToolbarProvider.prototype.af = function (a, b, c, d) {
|
|
6593
6705
|
var e = a;
|
|
6594
6706
|
switch (b) {
|
|
6595
6707
|
case "CategoryAxisMajorStroke":
|
|
6596
|
-
this.k("ShowGridlines", 2, a.
|
|
6708
|
+
this.k("ShowGridlines", 2, a.ja != null);
|
|
6597
6709
|
break;
|
|
6598
6710
|
case "ValidVisualizationTypes":
|
|
6599
|
-
a.
|
|
6711
|
+
a.hs();
|
|
6600
6712
|
break;
|
|
6601
6713
|
}
|
|
6602
6714
|
};
|
|
6603
6715
|
DashboardTileToolbarProvider.prototype.onToolCommandExecuting = function (a, b) {
|
|
6604
6716
|
var c = a;
|
|
6605
6717
|
if (b.commandId == "DashboardTileToggleGrid") {
|
|
6606
|
-
c.
|
|
6718
|
+
c.iy();
|
|
6607
6719
|
}
|
|
6608
6720
|
if (b.commandId == "DashboardTileToggleEditor") {
|
|
6609
|
-
c.
|
|
6721
|
+
c.ix();
|
|
6610
6722
|
}
|
|
6611
6723
|
if (igniteuiWebcomponentsCore.stringStartsWith(b.commandId, "DashboardTileVisualizationType")) {
|
|
6612
6724
|
var d_1 = igniteuiWebcomponentsCore.stringReplace(b.commandId, "DashboardTileVisualizationType", "");
|
|
6613
6725
|
var e_24;
|
|
6614
6726
|
if (((function () { var f = igniteuiWebcomponentsCore.EnumUtil.tryParse$1(DashboardTileVisualizationType_$type, d_1, true, e_24); e_24 = f.p2; return f.ret; })())) {
|
|
6615
|
-
c.
|
|
6727
|
+
c.bc = e_24;
|
|
6616
6728
|
}
|
|
6617
6729
|
}
|
|
6618
6730
|
return _super.prototype.onToolCommandExecuting.call(this, a, b);
|
|
6619
6731
|
};
|
|
6620
|
-
DashboardTileToolbarProvider.prototype.
|
|
6732
|
+
DashboardTileToolbarProvider.prototype.u = function (a, b) {
|
|
6621
6733
|
var c = a;
|
|
6622
6734
|
if (this.h(b, "ShowGridlines")) {
|
|
6623
|
-
if (c.
|
|
6624
|
-
if (this.
|
|
6625
|
-
c.
|
|
6735
|
+
if (c.ja == null) {
|
|
6736
|
+
if (this.cv != null) {
|
|
6737
|
+
c.ja = this.cv;
|
|
6626
6738
|
}
|
|
6627
6739
|
else {
|
|
6628
6740
|
var d_2 = null;
|
|
6629
|
-
c.
|
|
6630
|
-
d_2 = e.
|
|
6631
|
-
c.
|
|
6741
|
+
c.ho(function (e) {
|
|
6742
|
+
d_2 = e.adt;
|
|
6743
|
+
c.ja = d_2;
|
|
6632
6744
|
});
|
|
6633
6745
|
}
|
|
6634
6746
|
}
|
|
6635
6747
|
}
|
|
6636
6748
|
else {
|
|
6637
|
-
if (c.
|
|
6638
|
-
this.
|
|
6639
|
-
c.
|
|
6749
|
+
if (c.ja != null) {
|
|
6750
|
+
this.cv = c.ja;
|
|
6751
|
+
c.ja = null;
|
|
6640
6752
|
}
|
|
6641
6753
|
}
|
|
6642
6754
|
};
|
|
6643
6755
|
DashboardTileToolbarProvider.$t = igniteuiWebcomponentsCore.markType(DashboardTileToolbarProvider, 'DashboardTileToolbarProvider', igniteuiWebcomponentsCharts.DomainChartToolbarProvider.$);
|
|
6644
|
-
DashboardTileToolbarProvider.
|
|
6645
|
-
DashboardTileToolbarProvider.
|
|
6646
|
-
DashboardTileToolbarProvider.
|
|
6647
|
-
DashboardTileToolbarProvider.
|
|
6648
|
-
DashboardTileToolbarProvider.
|
|
6649
|
-
DashboardTileToolbarProvider.
|
|
6650
|
-
DashboardTileToolbarProvider.
|
|
6651
|
-
DashboardTileToolbarProvider.
|
|
6652
|
-
DashboardTileToolbarProvider.
|
|
6653
|
-
DashboardTileToolbarProvider.
|
|
6654
|
-
DashboardTileToolbarProvider.
|
|
6655
|
-
DashboardTileToolbarProvider.
|
|
6656
|
-
DashboardTileToolbarProvider.
|
|
6657
|
-
DashboardTileToolbarProvider.
|
|
6658
|
-
DashboardTileToolbarProvider.
|
|
6659
|
-
DashboardTileToolbarProvider.
|
|
6660
|
-
DashboardTileToolbarProvider.
|
|
6661
|
-
DashboardTileToolbarProvider.
|
|
6662
|
-
DashboardTileToolbarProvider.
|
|
6663
|
-
DashboardTileToolbarProvider.
|
|
6664
|
-
DashboardTileToolbarProvider.
|
|
6665
|
-
DashboardTileToolbarProvider.
|
|
6666
|
-
DashboardTileToolbarProvider.
|
|
6667
|
-
DashboardTileToolbarProvider.
|
|
6668
|
-
DashboardTileToolbarProvider.
|
|
6669
|
-
DashboardTileToolbarProvider.
|
|
6670
|
-
DashboardTileToolbarProvider.
|
|
6671
|
-
DashboardTileToolbarProvider.
|
|
6672
|
-
DashboardTileToolbarProvider.
|
|
6673
|
-
DashboardTileToolbarProvider.
|
|
6674
|
-
DashboardTileToolbarProvider.
|
|
6675
|
-
DashboardTileToolbarProvider.
|
|
6676
|
-
DashboardTileToolbarProvider.
|
|
6677
|
-
DashboardTileToolbarProvider.
|
|
6678
|
-
DashboardTileToolbarProvider.
|
|
6679
|
-
DashboardTileToolbarProvider.
|
|
6680
|
-
DashboardTileToolbarProvider.
|
|
6681
|
-
DashboardTileToolbarProvider.
|
|
6682
|
-
DashboardTileToolbarProvider.
|
|
6683
|
-
DashboardTileToolbarProvider.
|
|
6684
|
-
DashboardTileToolbarProvider.
|
|
6685
|
-
DashboardTileToolbarProvider.
|
|
6756
|
+
DashboardTileToolbarProvider.al = false;
|
|
6757
|
+
DashboardTileToolbarProvider.an = new igniteuiWebcomponentsCore.List$1(DashboardTileGalleryIconInfo.$, 0);
|
|
6758
|
+
DashboardTileToolbarProvider.am = new igniteuiWebcomponentsCore.Dictionary$2(DashboardTileVisualizationType_$type, DashboardTileGalleryIconInfo.$, 0);
|
|
6759
|
+
DashboardTileToolbarProvider.cs = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M13.5002 3.5C14.0524 3.5 14.5 3.9449 14.5 4.49329V20.5048C14.5 21.0533 14.0563 21.498 13.5002 21.498H10.4998C9.94763 21.498 9.5 21.0531 9.5 20.5048L9.5 4.49329C9.5 3.94471 9.94372 3.5 10.4998 3.5H13.5002Z\" fill=\"#6988FF\"/>\r\n<path d=\"M20.0002 10.5C20.5524 10.5 21 10.9448 21 11.4956V20.5044C21 21.0543 20.5563 21.5 20.0002 21.5H16.9998C16.4476 21.5 16 21.0552 16 20.5044V11.4956C16 10.9457 16.4437 10.5 16.9998 10.5H20.0002Z\" fill=\"#6988FF\"/>\r\n<path d=\"M7.00019 6.5C7.55237 6.5 8 6.94892 8 7.50748V20.4925C8 21.0489 7.55628 21.5 7.00019 21.5H3.99981C3.44763 21.5 3 21.0511 3 20.4925L3 7.50748C3 6.95107 3.44372 6.5 3.99981 6.5H7.00019Z\" fill=\"#6988FF\"/>\r\n<path d=\"M5.5 14.5L12 10.5L18.5 18.5V18.5\" stroke=\"#BDBFC4\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 10.6892C10.5 9.86086 11.1715 9.18921 12 9.18921C12.8285 9.18921 13.5 9.86086 13.5 10.6892C13.5 11.5176 12.8285 12.1892 12 12.1892C11.1715 12.1892 10.5 11.5176 10.5 10.6892Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M4 14.5C4 13.6716 4.6715 13 5.50005 13C6.3285 13 7 13.6716 7 14.5C7 15.3284 6.3285 16 5.50005 16C4.6715 16 4 15.3284 4 14.5Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M17 18.5C17 17.6716 17.6715 17 18.5 17C19.3285 17 20 17.6716 20 18.5C20 19.3284 19.3285 20 18.5 20C17.6715 20 17 19.3284 17 18.5Z\" fill=\"#BDBFC4\"/>\r\n</svg>";
|
|
6760
|
+
DashboardTileToolbarProvider.ao = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M21 6.5V21.5H3V14.5L8 10.5L13 14.5L21 6.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 14.5L8 10.5L13 14.5L21 6.5\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M19 7C19 6.17165 19.6715 5.5 20.5 5.5C21.3285 5.5 22 6.17165 22 7C22 7.82835 21.3285 8.5 20.5 8.5C19.6715 8.5 19 7.82835 19 7Z\" fill=\"#6988FF\"/>\r\n<path d=\"M11.5 14.5C11.5 13.6716 12.1715 13 13 13C13.8285 13 14.5 13.6716 14.5 14.5C14.5 15.3284 13.8285 16 13 16C12.1715 16 11.5 15.3284 11.5 14.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M6.5 10.5C6.5 9.67165 7.1715 9 8.00005 9C8.8285 9 9.5 9.67165 9.5 10.5C9.5 11.3284 8.8285 12 8.00005 12C7.1715 12 6.5 11.3284 6.5 10.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 14.5C1.5 13.6716 2.1715 13 3.00005 13C3.8285 13 4.5 13.6716 4.5 14.5C4.5 15.3284 3.8285 16 3.00005 16C2.1715 16 1.5 15.3284 1.5 14.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6761
|
+
DashboardTileToolbarProvider.aq = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M20.998 20.5002C20.998 21.0524 20.5531 21.5 20.0048 21.5H3.99329C3.44471 21.5 3 21.0563 3 20.5002V17.4998C3 16.9476 3.4449 16.5 3.99329 16.5H20.0048C20.5533 16.5 20.998 16.9437 20.998 17.4998V20.5002Z\" fill=\"#6988FF\"/>\r\n<path d=\"M18 14.0002C18 14.5524 17.5511 15 16.9925 15H4.00748C3.45107 15 3 14.5563 3 14.0002V10.9998C3 10.4476 3.44892 10 4.00748 10H16.9925C17.5489 10 18 10.4437 18 10.9998V14.0002Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M15 7.50019C15 8.05237 14.5442 8.5 13.9975 8.5H4.00247C3.44882 8.5 3 8.05628 3 7.50019V4.49981C3 3.94763 3.45576 3.5 4.00247 3.5H13.9975C14.5512 3.5 15 3.94372 15 4.49981V7.50019Z\" fill=\"#BDBFC4\"/>\r\n</svg>";
|
|
6762
|
+
DashboardTileToolbarProvider.as = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M8.60613 16.3679C8.60613 17.9437 7.34333 19.2357 5.80311 19.2357C4.2628 19.2357 3 17.9437 3 16.3679C3 14.792 4.2628 13.5 5.80311 13.5C7.34333 13.5 8.60613 14.792 8.60613 16.3679Z\" fill=\"#6988FF\"/>\r\n<path d=\"M9.01871 9.40892C9.01871 10.521 8.09647 11.4646 7.00933 11.4646C5.92212 11.4646 5 10.521 5 9.40892C5 8.29651 5.92212 7.5 7.00933 7.5C8.09647 7.5 9.01871 8.29651 9.01871 9.40892Z\" fill=\"#6988FF\"/>\r\n<path d=\"M12.7249 17.3824C12.7249 17.8689 12.338 18.2648 11.8625 18.2648C11.3869 18.2648 11 17.8689 11 17.3824C11 16.8959 11.3869 16.5 11.8625 16.5C12.338 16.5 12.7249 16.8959 12.7249 17.3824Z\" fill=\"#6988FF\"/>\r\n<path d=\"M14.8515 11.9266C14.8515 13.2968 13.7112 14.4635 12.3719 14.4635C11.0326 14.4635 10 13.2968 10 11.9266C10 10.5564 11.0326 9.5 12.3719 9.5C13.7112 9.5 14.8515 10.5564 14.8515 11.9266Z\" fill=\"#6988FF\"/>\r\n<path d=\"M12 5.52327C12 6.0871 11.5512 6.54617 11 6.54617C10.4486 6.54617 10 6.0871 10 5.52327C10 4.95902 10.4486 4.5 11 4.5C11.5512 4.5 12 4.95902 12 5.52327Z\" fill=\"#6988FF\"/>\r\n<path d=\"M19.1265 10.0442C19.1265 10.9067 18.3525 11.5883 17.5093 11.5883C16.6663 11.5883 16 10.9067 16 10.0442C16 9.18164 16.6663 8.5 17.5093 8.5C18.3525 8.5 19.1265 9.18164 19.1265 10.0442Z\" fill=\"#6988FF\"/>\r\n<path d=\"M19.9593 16.0369C19.9593 17.4277 18.839 18.4634 17.4797 18.4634C16.1203 18.4634 15 17.4277 15 16.0369C15 14.6461 16.1203 13.5 17.4797 13.5C18.839 13.5 19.9593 14.6461 19.9593 16.0369Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6763
|
+
DashboardTileToolbarProvider.au = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M21 7.50019C21 8.05237 20.5551 8.5 20.0066 8.5H3.9934C3.44476 8.5 3 8.05628 3 7.50019V4.49981C3 3.94763 3.44495 3.5 3.9934 3.5H20.0066C20.5552 3.5 21 3.94372 21 4.49981V7.50019Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M19 8.5H4.00087C3.44811 8.5 3 8.05628 3 7.50019V4.49981C3 3.94763 3.44463 3.5 4.00087 3.5H19V8.5Z\" fill=\"#6FDB73\"/>\r\n<path d=\"M8.99609 8V4\" stroke=\"white\" stroke-linecap=\"square\"/>\r\n<path d=\"M21 14.0002C21 14.5524 20.5551 15 20.0066 15H3.9934C3.44476 15 3 14.5563 3 14.0002V10.9998C3 10.4476 3.44495 10 3.9934 10H20.0066C20.5552 10 21 10.4437 21 10.9998V14.0002Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M13 15H3.9954C3.44565 15 3 14.5563 3 14.0002V10.9998C3 10.4476 3.45566 10 3.9954 10H13V15Z\" fill=\"#FF5959\"/>\r\n<path d=\"M16.3369 14.5V10.5\" stroke=\"white\" stroke-linecap=\"square\"/>\r\n<path d=\"M21.0732 20.5002C21.0732 21.0524 20.6283 21.5 20.0798 21.5H4.06664C3.518 21.5 3.07324 21.0563 3.07324 20.5002V17.4998C3.07324 16.9476 3.51819 16.5 4.06664 16.5H20.0798C20.6285 16.5 21.0732 16.9437 21.0732 17.4998V20.5002Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M16.0435 21.5H4.00184C3.44854 21.5 3 21.0563 3 20.5002V17.4998C3 16.9476 3.44899 16.5 4.00184 16.5H16.0435V21.5Z\" fill=\"#F9CF6D\"/>\r\n<path d=\"M8.25 21V17\" stroke=\"white\" stroke-linecap=\"square\"/>\r\n</svg>";
|
|
6764
|
+
DashboardTileToolbarProvider.aw = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M6.5 3.5V21.5\" stroke=\"#6FDB73\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M4 15.5L4 7.5C4 6.94772 4.44772 6.5 5 6.5H8C8.55228 6.5 9 6.94772 9 7.5V15.5C9 16.0523 8.55228 16.5 8 16.5H5C4.44772 16.5 4 16.0523 4 15.5Z\" fill=\"#6FDB73\"/>\r\n<path d=\"M17.5 3.5V21.5\" stroke=\"#FF5959\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M15 17.5V13.5C15 12.9477 15.4477 12.5 16 12.5H19C19.5523 12.5 20 12.9477 20 13.5V17.5C20 18.0523 19.5523 18.5 19 18.5H16C15.4477 18.5 15 18.0523 15 17.5Z\" fill=\"#FF5959\"/>\r\n</svg>\r\n";
|
|
6765
|
+
DashboardTileToolbarProvider.ay = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M13.438 13.3159C13.623 13.3759 13.782 13.4989 13.887 13.6619L14.04 13.9019C14.157 14.0839 14.354 14.2009 14.57 14.2179L14.603 14.2189C14.786 14.2339 14.911 14.4089 14.866 14.5869L14.588 15.6579C14.537 15.8569 14.591 16.0689 14.732 16.2209L15.803 17.3699C15.935 17.5129 15.991 17.7119 15.952 17.9029L15.579 19.7159C15.572 19.7559 15.567 19.7969 15.567 19.8379V22.2719C15.567 22.4269 15.626 22.5759 15.734 22.6879C16.087 23.0609 16.715 22.8499 16.772 22.3389L16.887 21.3059C16.9 21.1829 16.952 21.0679 17.033 20.9739L18.789 18.9679C18.837 18.9109 18.897 18.8649 18.963 18.8299L19.943 18.3179C20.075 18.2499 20.176 18.1359 20.229 17.9989L20.821 16.4449C20.941 16.1279 20.777 15.7739 20.457 15.6599L19.338 15.2649C19.21 15.2199 19.103 15.1349 19.03 15.0219L18.639 14.4139L16.457 13.5409C16.243 13.4549 16.005 13.4439 15.784 13.5089L14.864 13.7759C14.617 13.8469 14.368 13.6799 14.337 13.4269L14.318 13.2649C14.299 13.0969 14.147 12.9769 13.98 12.9949C13.866 13.0079 13.76 12.9339 13.731 12.8229L13.6542 12.6729L13.438 13.3159Z\" fill=\"#D4D6DC\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.75244 9.0073V9.4183C8.75244 9.5423 8.79644 9.9633 8.87744 10.0573L11.3214 12.6273L13.4374 13.3153C13.5604 13.3553 13.6444 13.1343 13.6874 12.6513C13.6444 12.4773 13.4784 12.3633 13.3004 12.3843L13.0614 12.4123C12.8264 12.4403 12.5994 12.3073 12.5094 12.0873L12.4314 11.8993C12.3374 11.6723 12.4154 11.4103 12.6174 11.2703L12.7974 11.1453C12.9244 11.0573 13.0834 11.0303 13.2314 11.0703L14.0764 11.2973C14.2974 11.3573 14.5334 11.2643 14.6554 11.0693L15.2874 10.0573L15.9264 9.1233C15.9454 9.0953 16.0463 9.0312 16.0693 9.0072L8.75244 9.0073Z\" fill=\"#A2B6FF\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.10663 3.21732C4.19213 3.17607 4.28775 3.15957 4.38169 3.16825L4.47463 3.18532L6.69563 3.81332C6.77288 3.83432 6.8535 3.83845 6.93159 3.82401L7.00863 3.80332L7.96363 3.47132C8.04838 3.44207 8.13875 3.43476 8.22589 3.44981L8.31163 3.47232L10.3916 4.21532C10.4323 4.22999 10.4747 4.23932 10.5178 4.24362L10.5826 4.24632L11.6486 4.21532V9.00732H8.75263V8.35032C8.75263 8.25732 8.72788 8.16657 8.68175 8.08736L8.62863 8.01232L7.28163 6.42432C7.24096 6.37699 7.19229 6.33721 7.138 6.30677L7.05263 6.26832L5.67763 5.79632C5.53429 5.74632 5.37846 5.7623 5.24948 5.83556L5.17563 5.88632L4.69463 6.28232C4.57046 6.38482 4.40671 6.42344 4.25257 6.39006L4.16163 6.36132L3.65763 6.15232C3.39663 6.04342 3.27495 5.75065 3.36694 5.49417L3.40563 5.41032C3.48396 5.27282 3.49493 5.10824 3.43912 4.96345L3.39763 4.87932L3.07663 4.35032C2.93173 4.11272 2.99986 3.80951 3.21759 3.65356L3.29563 3.60732L4.10663 3.21732ZM8.92463 2.66422C9.03605 2.53222 9.21067 2.47516 9.37604 2.51004L9.45763 2.53522L10.1046 2.80422C10.1546 2.82556 10.2073 2.83711 10.2608 2.83978L10.3416 2.83722L10.8416 2.77322C10.9696 2.75722 11.097 2.79498 11.1945 2.87473L11.2616 2.94222L11.2996 2.99022C11.5271 3.27251 11.3571 3.68241 11.0194 3.73952L10.9386 3.74622H9.97163C9.92696 3.74622 9.88274 3.73956 9.84014 3.72682L9.77763 3.70322L9.08563 3.38622C8.80563 3.25822 8.72563 2.89922 8.92463 2.66422Z\" fill=\"#6988FF\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8774 3.91128C13.0542 3.79753 13.2784 3.80245 13.4489 3.91533L13.5184 3.97028L13.7144 4.15528C13.9286 4.35598 13.9314 4.68709 13.7396 4.89273L13.6684 4.95628L13.0504 5.41328C12.8558 5.55817 12.7883 5.81368 12.8776 6.03091L12.9184 6.11028L13.1324 6.45328C13.1759 6.52228 13.2341 6.58003 13.3026 6.62231L13.3744 6.65928L14.1814 6.99728C14.511 7.13574 14.8678 6.91207 14.9042 6.57325L14.9064 6.48628L14.8774 5.95328C14.8602 5.65237 15.0991 5.40601 15.3899 5.40202L15.4784 5.40828L16.7754 5.60728C16.8986 5.62648 17.0103 5.6892 17.091 5.78213L17.1454 5.85728L18.1074 7.47328C18.2541 7.71898 18.174 8.03029 17.943 8.17976L17.8604 8.22328L16.1564 8.93628L16.1114 8.96916L16.0694 9.00728H11.6484V4.21528L12.2934 4.19728C12.3568 4.19528 12.4192 4.18173 12.4775 4.1578L12.5614 4.11428L12.8774 3.91128ZM14.8489 2.67338C14.8876 2.67271 14.9263 2.68005 14.9623 2.69449L15.0139 2.72138L16.4479 3.69938C16.4779 3.72005 16.5035 3.7456 16.5234 3.77516L16.5489 3.82238L16.9289 4.71938C17.0072 4.90478 16.8725 5.10152 16.6844 5.10986L16.6199 5.10538L15.6979 4.93738C15.5237 4.90627 15.4269 4.72662 15.4834 4.56909L15.5119 4.51138C15.5882 4.39052 15.5609 4.23661 15.4584 4.14787L15.4009 4.10938L13.7839 3.30138C13.7284 3.27363 13.6662 3.26557 13.6065 3.27677L13.5479 3.29438L12.7229 3.64838C12.6146 3.69505 12.4917 3.6681 12.4121 3.58665L12.3699 3.53138L12.1479 3.15138C12.0528 2.98783 12.145 2.78555 12.3162 2.73911L12.3839 2.72938L14.8489 2.67338Z\" fill=\"#546FD4\"/>\r\n</svg>";
|
|
6766
|
+
DashboardTileToolbarProvider.bw = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 16.5C3 11.5294 7.02944 7.5 12 7.5C16.9706 7.5 21 11.5294 21 16.5H17C17 13.7386 14.7614 11.5 12 11.5C9.23858 11.5 7 13.7386 7 16.5H3Z\" fill=\"#6FDB73\"/>\r\n<path d=\"M18.0206 9.8103C19.8498 11.4577 20.9999 13.8445 20.9999 16.5H16.9999C16.9999 15.0247 16.361 13.6987 15.3447 12.7835L18.0206 9.8103V9.8103Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M14.2226 13.9728L13.5073 14.8027\" stroke=\"#6FDB73\" stroke-linecap=\"round\"/>\r\n</svg>";
|
|
6767
|
+
DashboardTileToolbarProvider.a0 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M16.9998 9.5H20.0002C20.5563 9.5 21 9.94882 21 10.5025V20.4975C21 21.0442 20.5524 21.5 20.0002 21.5H16.9998C16.4437 21.5 16 21.0512 16 20.4975V10.5025C16 9.95576 16.4476 9.5 16.9998 9.5Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M10.4998 6.5H13.5002C14.0563 6.5 14.5 6.95107 14.5 7.50748V20.4925C14.5 21.0511 14.0524 21.5 13.5002 21.5H10.4998C9.94372 21.5 9.5 21.0489 9.5 20.4925V7.50748C9.5 6.94892 9.94763 6.5 10.4998 6.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3.99981 3.50195H7.00019C7.55628 3.50195 8 3.94666 8 4.49524V20.5067C8 21.0551 7.55237 21.5 7.00019 21.5H3.99981C3.44372 21.5 3 21.0553 3 20.5067L3 4.49524C3 3.94685 3.44763 3.50195 3.99981 3.50195Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6768
|
+
DashboardTileToolbarProvider.a2 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M9 21.5L15 3.5\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M7 8.5L3 12.5L7 16.5\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M17 8.5L21 12.5L17 16.5V16.5\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n</svg>";
|
|
6769
|
+
DashboardTileToolbarProvider.a4 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M15.9108 16.1119C14.9302 17.1973 13.5216 17.8802 11.9541 17.8802C8.99184 17.8802 6.59078 15.4489 6.59078 12.4495C6.59078 9.45021 8.99184 7.01846 11.9541 7.01846C12.9541 7.01846 13.8883 7.29962 14.69 7.78269L16.6971 4.93271C15.3099 4.02736 13.6604 3.5 11.8875 3.5C6.97913 3.5 3 7.52889 3 12.5002C3 17.4707 6.97913 21.5 11.8875 21.5C14.5082 21.5 16.8621 20.3506 18.488 18.5247L15.9108 16.1119Z\" fill=\"#6988FF\"/>\r\n<path d=\"M16.0034 7.4742C16.6752 8.02737 17.2297 8.71757 17.6253 9.50611L21.4797 8.15347C20.7773 6.57732 19.7055 5.20739 18.3754 4.15369L16.0034 7.4742Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M17.9191 10.4203C18.1022 11.0119 18.2031 11.6409 18.2031 12.2939C18.2031 13.6408 17.7827 14.8869 17.0703 15.9094L20.1854 18.8257C21.5069 17.0498 22.2903 14.8413 22.2903 12.4465C22.2903 11.2679 22.0965 10.1364 21.7458 9.07739L17.9191 10.4203Z\" fill=\"#D4D6DC\"/>\r\n</svg>\r\n";
|
|
6770
|
+
DashboardTileToolbarProvider.a8 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M9 16.5H15L12.8944 20.7111C12.6474 21.2051 12.0468 21.4053 11.5528 21.1584C11.3593 21.0616 11.2023 20.9047 11.1056 20.7111L9 16.5Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M9 16.5L6 10.5L18 10.5L15 16.5H9Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M17.9999 10.5H5.99986L3.72347 5.94721C3.47648 5.45324 3.6767 4.85256 4.17068 4.60557C4.30954 4.53615 4.46265 4.5 4.61789 4.5H19.3818C19.9341 4.5 20.3818 4.94772 20.3818 5.5C20.3818 5.65525 20.3457 5.80836 20.2763 5.94721L17.9999 10.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6771
|
+
DashboardTileToolbarProvider.ba = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 11.5H21V16.5H3L3 11.5Z\" fill=\"#BBBBBB\"/>\r\n<path d=\"M3 16.5H21V20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V16.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 6.5H21V11.5H3L3 6.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M16 9V8C15.4477 8 15 8.44772 15 9H16ZM16 9H15C15 9.55228 15.4477 10 16 10V9ZM19 9H16V10H19V9ZM19 9V10C19.5523 10 20 9.55228 20 9H19ZM19 9H20C20 8.44772 19.5523 8 19 8V9ZM16 9H19V8H16V9ZM16 13C15.4477 13 15 13.4477 15 14H16V13ZM19 13H16V14H19V13ZM20 14C20 13.4477 19.5523 13 19 13V14H20ZM19 15C19.5523 15 20 14.5523 20 14H19V15ZM16 15H19V14H16V15ZM15 14C15 14.5523 15.4477 15 16 15V14H15ZM5 19V18C4.44772 18 4 18.4477 4 19H5ZM5 19H4C4 19.5523 4.44772 20 5 20V19ZM8 19H5V20H8V19ZM8 19V20C8.55228 20 9 19.5523 9 19H8ZM8 19H9C9 18.4477 8.55228 18 8 18V19ZM5 19H8V18H5V19ZM10.5 18C9.94771 18 9.5 18.4477 9.5 19H10.5V18ZM13.5 18H10.5V19H13.5V18ZM14.5 19C14.5 18.4477 14.0523 18 13.5 18V19H14.5ZM13.5 20C14.0523 20 14.5 19.5523 14.5 19H13.5V20ZM10.5 20H13.5V19H10.5V20ZM9.5 19C9.5 19.5523 9.94771 20 10.5 20V19H9.5ZM16 18C15.4477 18 15 18.4477 15 19H16V18ZM19 18H16V19H19V18ZM20 19C20 18.4477 19.5523 18 19 18V19H20ZM19 20C19.5523 20 20 19.5523 20 19H19V20ZM16 20H19V19H16V20ZM15 19C15 19.5523 15.4477 20 16 20V19H15ZM10.5 14V13C9.94771 13 9.5 13.4477 9.5 14H10.5ZM10.5 14H9.5C9.5 14.5523 9.94771 15 10.5 15V14ZM13.5 14H10.5V15H13.5V14ZM13.5 14V15C14.0523 15 14.5 14.5523 14.5 14H13.5ZM13.5 14H14.5C14.5 13.4477 14.0523 13 13.5 13V14ZM10.5 14H13.5V13H10.5V14ZM5 13C4.44772 13 4 13.4477 4 14H5V13ZM8 13H5V14H8V13ZM9 14C9 13.4477 8.55228 13 8 13V14H9ZM8 15C8.55228 15 9 14.5523 9 14H8V15ZM5 15H8V14H5V15ZM4 14C4 14.5523 4.44772 15 5 15V14H4ZM10.5 8C9.94771 8 9.5 8.44772 9.5 9H10.5V8ZM13.5 8H10.5V9H13.5V8ZM14.5 9C14.5 8.44772 14.0523 8 13.5 8V9H14.5ZM13.5 10C14.0523 10 14.5 9.55228 14.5 9H13.5V10ZM10.5 10H13.5V9H10.5V10ZM9.5 9C9.5 9.55228 9.94771 10 10.5 10V9H9.5ZM5 9V8C4.44772 8 4 8.44772 4 9H5ZM5 9H4C4 9.55228 4.44772 10 5 10V9ZM8 9H5V10H8V9ZM8 9V10C8.55228 10 9 9.55228 9 9H8ZM8 9H9C9 8.44772 8.55228 8 8 8V9ZM5 9H8V8H5V9Z\" fill=\"#5E5F62\"/>\r\n<path d=\"M4 3.5H20C20.5523 3.5 21 3.94772 21 4.5V6.5H3V4.5C3 3.94772 3.44772 3.5 4 3.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6772
|
+
DashboardTileToolbarProvider.be = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.28263 2.32183C8.11759 2.28663 7.94337 2.34379 7.83144 2.47606C7.63294 2.71064 7.71304 3.06993 7.99243 3.19799L8.68465 3.5153L8.74695 3.53858C8.78943 3.55108 8.83359 3.55748 8.87813 3.55748H9.84531L9.92612 3.55079C10.2639 3.4937 10.4341 3.08401 10.2068 2.80196L10.1683 2.7541L10.1011 2.68634C10.0035 2.60632 9.87619 2.56856 9.74828 2.58476L9.24843 2.64824L9.16799 2.65143C9.11449 2.64891 9.06161 2.63712 9.01177 2.61641L8.36405 2.3472L8.28263 2.32183ZM13.7562 2.48492C13.7952 2.48402 13.8337 2.49128 13.8694 2.50598L13.9205 2.53351L15.3552 3.51101C15.385 3.53123 15.4103 3.55689 15.4302 3.58646L15.4557 3.63357L15.8356 4.53152C15.9138 4.7164 15.7791 4.91293 15.5914 4.92127L15.527 4.91681L14.6052 4.74921C14.4309 4.71753 14.3346 4.53791 14.3904 4.38033L14.4187 4.3226C14.4952 4.20229 14.4682 4.0479 14.3652 3.95937L14.3074 3.92106L12.6913 3.11297C12.6359 3.08531 12.5735 3.07698 12.5138 3.08824L12.4553 3.10605L11.6299 3.45983C11.5214 3.50629 11.3982 3.47935 11.3189 3.3983L11.277 3.34333L11.0552 2.96303C10.9595 2.79899 11.0515 2.59716 11.2232 2.55093L11.2911 2.54127L13.7562 2.48492ZM3.38187 2.99696L5.60217 3.62442C5.7053 3.65358 5.8149 3.65033 5.91612 3.61511L6.87122 3.2829C6.98387 3.24374 7.10649 3.24422 7.21883 3.28436L9.29864 4.02714C9.3598 4.04899 9.42449 4.05924 9.48942 4.0574L11.2007 4.0085C11.2958 4.00577 11.3884 3.97713 11.4685 3.92567L11.7845 3.72253C11.9864 3.59274 12.2507 3.61708 12.4255 3.78157L12.6222 3.96674C12.8595 4.19004 12.8369 4.5736 12.5751 4.76756L11.9577 5.22488C11.7385 5.38719 11.681 5.69076 11.8256 5.92209L12.0401 6.26527C12.0973 6.3569 12.1816 6.42855 12.2812 6.47031L13.089 6.80906C13.4451 6.95839 13.8346 6.68346 13.8132 6.29796L13.7836 5.76518C13.7652 5.43349 14.0568 5.16896 14.3851 5.21948L15.6825 5.41905C15.8368 5.44281 15.9724 5.53423 16.0523 5.66839L17.0147 7.28523C17.1773 7.55835 17.0605 7.91213 16.7673 8.03486L15.0632 8.74824C14.9703 8.78713 14.8905 8.85209 14.8336 8.93524L14.1947 9.86907L13.5621 10.8812C13.4402 11.0763 13.205 11.1687 12.9829 11.1089L12.1388 10.8817C11.9903 10.8417 11.8317 10.8691 11.7053 10.9566L11.5247 11.0817C11.3226 11.2216 11.2453 11.4833 11.3388 11.7106L11.4163 11.8988C11.5069 12.1188 11.7328 12.2516 11.9691 12.2238L12.2078 12.1958C12.3858 12.1748 12.5516 12.2893 12.5951 12.4631L12.6378 12.634C12.6611 12.7272 12.7389 12.7942 12.8305 12.8065L12.8868 12.8071C13.0542 12.7886 13.2052 12.9086 13.2249 13.0758L13.2439 13.2379C13.2738 13.4918 13.5246 13.6581 13.7702 13.5869L14.6901 13.3198C14.912 13.2554 15.149 13.267 15.3635 13.3528L17.546 14.2258L17.9367 14.8336C18.0093 14.9464 18.1173 15.032 18.2439 15.0766L19.3637 15.4719C19.6839 15.5849 19.8481 15.9394 19.7272 16.2567L19.1358 17.8094C19.0831 17.9476 18.9817 18.0616 18.8506 18.1301L17.8699 18.6417C17.8035 18.6763 17.7441 18.7231 17.6947 18.7795L15.9394 20.7857C15.8581 20.8785 15.8072 20.9941 15.7935 21.1168L15.6787 22.1502C15.622 22.6609 14.9941 22.8722 14.6401 22.4996C14.5334 22.3873 14.474 22.2383 14.474 22.0834V19.6492C14.474 19.6084 14.4781 19.5677 14.4863 19.5277L14.8582 17.7146C14.8975 17.5232 14.8417 17.3245 14.7085 17.1815L13.6383 16.0319C13.4978 15.881 13.4439 15.6689 13.4954 15.4692L13.7719 14.3979C13.8176 14.2207 13.6922 14.0453 13.5098 14.0313L13.4768 14.0288C13.2605 14.0121 13.0645 13.8952 12.9473 13.7127L12.7937 13.4739C12.6883 13.3099 12.5295 13.1874 12.3442 13.1271L10.229 12.4384L7.78451 9.56876C7.70393 9.47419 7.65971 9.35399 7.65971 9.22973V8.16192C7.65971 8.03801 7.61569 7.91816 7.53553 7.82369L6.18866 6.23632C6.12785 6.16464 6.04883 6.11068 5.95997 6.08014L4.58495 5.60751C4.41311 5.54843 4.22293 5.58282 4.08267 5.69834L3.6018 6.0943C3.45234 6.21741 3.24709 6.24782 3.06836 6.17333L2.56502 5.96361C2.30377 5.85477 2.18161 5.56201 2.27352 5.30549L2.31218 5.22163C2.40658 5.05644 2.40378 4.85296 2.30484 4.6904L1.98309 4.16185C1.82245 3.89793 1.9245 3.55302 2.20289 3.419L3.01289 3.029C3.12786 2.97366 3.25907 2.96226 3.38187 2.99696Z\" fill=\"#D4D6DC\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4661 6.95297C12.4262 6.95297 12.3873 6.95703 12.3477 6.95899C12.082 5.67442 10.942 4.70593 9.57972 4.70593C8.02128 4.70593 6.75342 5.97393 6.75342 7.53257C6.75342 9.09105 8.02128 10.3592 9.57972 10.3592C9.87618 10.3592 10.1623 10.3128 10.4308 10.2279C10.8022 10.9781 11.5738 11.4967 12.4661 11.4967C13.7187 11.4967 14.7381 10.4776 14.7381 9.22483C14.7381 7.97207 13.7187 6.95297 12.4661 6.95297Z\" fill=\"#6FDB73\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5836 7.77522C12.3351 7.77522 12.101 7.83813 11.8963 7.94889C11.9219 7.81382 11.9365 7.67499 11.9365 7.53261C11.9365 6.29782 10.932 5.29333 9.69728 5.29333C8.46249 5.29333 7.45801 6.29782 7.45801 7.53261C7.45801 8.76722 8.46249 9.77188 9.69728 9.77188C10.2444 9.77188 10.7459 9.57403 11.1351 9.24691C11.1471 10.036 11.7919 10.6745 12.5836 10.6745C13.3831 10.6745 14.0334 10.0242 14.0334 9.22486C14.0334 8.42553 13.3831 7.77522 12.5836 7.77522Z\" fill=\"#F9CF6D\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6922 7.53251C10.6922 8.0368 10.2408 8.54105 9.68351 8.54105C9.12663 8.54105 8.6748 8.08959 8.6748 7.53251C8.6748 6.97546 9.12663 6.5238 9.68351 6.5238C10.2408 6.5238 10.6922 7.02822 10.6922 7.53251Z\" fill=\"#FF5959\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0049 9.23946C13.0049 9.45671 12.8103 9.67392 12.5703 9.67392C12.3303 9.67392 12.1357 9.47946 12.1357 9.23946C12.1357 8.99943 12.3303 8.80484 12.5703 8.80484C12.8103 8.80484 13.0049 9.02221 13.0049 9.23946Z\" fill=\"#FF5959\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0491 14.3251C16.8667 14.3251 15.6841 15.3837 15.6841 16.6896C15.6841 17.9958 16.7428 19.0544 18.0491 19.0544C19.355 19.0544 20.4137 17.9958 20.4137 16.6896C20.4137 15.3837 19.2316 14.3251 18.0491 14.3251Z\" fill=\"#6FDB73\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0489 15.4109C17.4095 15.4109 16.77 15.9833 16.77 16.6895C16.77 17.396 17.3425 17.9684 18.0489 17.9684C18.7549 17.9684 19.3273 17.396 19.3273 16.6895C19.3273 15.9833 18.6883 15.4109 18.0489 15.4109Z\" fill=\"#F9CF6D\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.7491 16.6896C18.7491 17.0397 18.4354 17.3898 18.0489 17.3898C17.6619 17.3898 17.3481 17.0763 17.3481 16.6896C17.3481 16.3029 17.6619 15.9894 18.0489 15.9894C18.4354 15.9894 18.7491 16.3395 18.7491 16.6896Z\" fill=\"#FF5959\"/>\r\n</svg>";
|
|
6773
|
+
DashboardTileToolbarProvider.bc = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.28263 2.32183C8.11759 2.28663 7.94337 2.34379 7.83144 2.47606C7.63294 2.71064 7.71304 3.06993 7.99243 3.19799L8.68465 3.5153L8.74695 3.53858C8.78943 3.55108 8.83359 3.55748 8.87813 3.55748H9.84531L9.92612 3.55079C10.2639 3.4937 10.4341 3.08401 10.2068 2.80196L10.1683 2.7541L10.1011 2.68634C10.0035 2.60632 9.87619 2.56856 9.74828 2.58476L9.24843 2.64824L9.16799 2.65143C9.11449 2.64891 9.06161 2.63712 9.01177 2.61641L8.36405 2.3472L8.28263 2.32183ZM13.7562 2.48492C13.7952 2.48402 13.8337 2.49128 13.8694 2.50598L13.9205 2.53351L15.3552 3.51101C15.385 3.53123 15.4103 3.55689 15.4302 3.58646L15.4557 3.63357L15.8356 4.53152C15.9138 4.7164 15.7791 4.91293 15.5914 4.92127L15.527 4.91681L14.6052 4.74921C14.4309 4.71753 14.3346 4.53791 14.3904 4.38033L14.4187 4.3226C14.4952 4.20229 14.4682 4.0479 14.3652 3.95937L14.3074 3.92106L12.6913 3.11297C12.6359 3.08531 12.5735 3.07698 12.5138 3.08824L12.4553 3.10605L11.6299 3.45983C11.5214 3.50629 11.3982 3.47935 11.3189 3.3983L11.277 3.34333L11.0552 2.96303C10.9595 2.79899 11.0515 2.59716 11.2232 2.55093L11.2911 2.54127L13.7562 2.48492ZM3.38187 2.99696L5.60217 3.62442C5.7053 3.65358 5.8149 3.65033 5.91612 3.61511L6.87122 3.2829C6.98387 3.24374 7.10649 3.24422 7.21883 3.28436L9.29864 4.02714C9.3598 4.04899 9.42449 4.05924 9.48942 4.0574L11.2007 4.0085C11.2958 4.00577 11.3884 3.97713 11.4685 3.92567L11.7845 3.72253C11.9864 3.59274 12.2507 3.61708 12.4255 3.78157L12.6222 3.96674C12.8595 4.19004 12.8369 4.5736 12.5751 4.76756L11.9577 5.22488C11.7385 5.38719 11.681 5.69076 11.8256 5.92209L12.0401 6.26527C12.0973 6.3569 12.1816 6.42855 12.2812 6.47031L13.089 6.80906C13.4451 6.95839 13.8346 6.68346 13.8132 6.29796L13.7836 5.76518C13.7652 5.43349 14.0568 5.16896 14.3851 5.21948L15.6825 5.41905C15.8368 5.44281 15.9724 5.53423 16.0523 5.66839L17.0147 7.28523C17.1773 7.55835 17.0605 7.91213 16.7673 8.03486L15.0632 8.74824C14.9703 8.78713 14.8905 8.85209 14.8336 8.93524L14.1947 9.86907L13.5621 10.8812C13.4402 11.0763 13.205 11.1687 12.9829 11.1089L12.1388 10.8817C11.9903 10.8417 11.8317 10.8691 11.7053 10.9566L11.5247 11.0817C11.3226 11.2216 11.2453 11.4833 11.3388 11.7106L11.4163 11.8988C11.5069 12.1188 11.7328 12.2516 11.9691 12.2238L12.2078 12.1958C12.3858 12.1748 12.5516 12.2893 12.5951 12.4631L12.6378 12.634C12.6611 12.7272 12.7389 12.7942 12.8305 12.8065L12.8868 12.8071C13.0542 12.7886 13.2052 12.9086 13.2249 13.0758L13.2439 13.2379C13.2738 13.4918 13.5246 13.6581 13.7702 13.5869L14.6901 13.3198C14.912 13.2554 15.149 13.267 15.3635 13.3528L17.546 14.2258L17.9367 14.8336C18.0093 14.9464 18.1173 15.032 18.2439 15.0766L19.3637 15.4719C19.6839 15.5849 19.8481 15.9394 19.7272 16.2567L19.1358 17.8094C19.0831 17.9476 18.9817 18.0616 18.8506 18.1301L17.8699 18.6417C17.8035 18.6763 17.7441 18.7231 17.6947 18.7795L15.9394 20.7857C15.8581 20.8785 15.8072 20.9941 15.7935 21.1168L15.6787 22.1502C15.622 22.6609 14.9941 22.8722 14.6401 22.4996C14.5334 22.3873 14.474 22.2383 14.474 22.0834V19.6492C14.474 19.6084 14.4781 19.5677 14.4863 19.5277L14.8582 17.7146C14.8975 17.5232 14.8417 17.3245 14.7085 17.1815L13.6383 16.0319C13.4978 15.881 13.4439 15.6689 13.4954 15.4692L13.7719 14.3979C13.8176 14.2207 13.6922 14.0453 13.5098 14.0313L13.4768 14.0288C13.2605 14.0121 13.0645 13.8952 12.9473 13.7127L12.7937 13.4739C12.6883 13.3099 12.5295 13.1874 12.3442 13.1271L10.229 12.4384L7.78451 9.56876C7.70393 9.47419 7.65971 9.35399 7.65971 9.22973V8.16192C7.65971 8.03801 7.61569 7.91816 7.53553 7.82369L6.18866 6.23632C6.12785 6.16464 6.04883 6.11068 5.95997 6.08014L4.58495 5.60751C4.41311 5.54843 4.22293 5.58282 4.08267 5.69834L3.6018 6.0943C3.45234 6.21741 3.24709 6.24782 3.06836 6.17333L2.56502 5.96361C2.30377 5.85477 2.18161 5.56201 2.27352 5.30549L2.31218 5.22163C2.40658 5.05644 2.40378 4.85296 2.30484 4.6904L1.98309 4.16185C1.82245 3.89793 1.9245 3.55302 2.20289 3.419L3.01289 3.029C3.12786 2.97366 3.25907 2.96226 3.38187 2.99696Z\" fill=\"#D4D6DC\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4027 14.2267C18.7086 14.2267 19.7672 15.2853 19.7672 16.5912C19.7672 17.8973 18.7086 18.956 17.4027 18.956C16.0963 18.956 15.0376 17.8973 15.0376 16.5912C15.0376 15.2853 16.0963 14.2267 17.4027 14.2267ZM9.67103 4.49683C11.0333 4.49683 12.1733 5.46531 12.439 6.74988L12.5574 6.74387C13.81 6.74387 14.8294 7.76297 14.8294 9.01572C14.8294 10.2685 13.81 11.2876 12.5574 11.2876C11.6651 11.2876 10.8935 10.769 10.5221 10.0187C10.2536 10.1037 9.96749 10.1501 9.67103 10.1501C8.11259 10.1501 6.84473 8.88194 6.84473 7.32346C6.84473 5.76482 8.11259 4.49683 9.67103 4.49683Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6774
|
+
DashboardTileToolbarProvider.bg = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7943 11.4926C19.7943 12.0887 19.4486 12.4941 18.8942 12.4941C18.3458 12.4941 18 12.0887 18 11.4926C18 10.8965 18.3458 10.4911 18.8942 10.4911C19.4486 10.4911 19.7943 10.8965 19.7943 11.4926ZM18.608 14.1453L21.07 10.6222C21.1118 10.5567 21.1714 10.5269 21.231 10.5269C21.3502 10.5269 21.4337 10.6103 21.4337 10.7117C21.4337 10.7593 21.4218 10.8011 21.386 10.8547L18.924 14.3778C18.8823 14.4434 18.8227 14.4732 18.763 14.4732C18.6438 14.4732 18.5604 14.3897 18.5604 14.2884C18.5604 14.2407 18.5723 14.199 18.608 14.1453ZM18.4232 11.4926C18.4232 11.8741 18.6021 12.0887 18.8942 12.0887C19.1923 12.0887 19.3711 11.8741 19.3711 11.4926C19.3711 11.117 19.1923 10.8965 18.8942 10.8965C18.6021 10.8965 18.4232 11.117 18.4232 11.4926ZM21.0999 12.506C21.6542 12.506 22 12.9114 22 13.5075C22 14.1036 21.6542 14.509 21.0999 14.509C20.5514 14.509 20.2057 14.1036 20.2057 13.5075C20.2057 12.9114 20.5514 12.506 21.0999 12.506ZM21.0999 14.1036C21.3979 14.1036 21.5768 13.889 21.5768 13.5075C21.5768 13.1319 21.3979 12.9114 21.0999 12.9114C20.8077 12.9114 20.6289 13.1319 20.6289 13.5075C20.6289 13.889 20.8077 14.1036 21.0999 14.1036Z\" fill=\"#6988FF\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.53061 13.8061L4.32653 12.949L6.23469 15.9286H8.05612L5.34184 11.801L7.97959 8.5H6.09694L4.20408 10.9439L3.53061 11.8673V8.5H2V15.9286H3.53061V13.8061ZM10.1633 15.9286V13.3112H11.5051C12.3861 13.3112 13.0757 13.1012 13.574 12.6811C14.0723 12.2611 14.3214 11.6871 14.3214 10.9592C14.3214 10.4796 14.2075 10.0519 13.9796 9.67602C13.7517 9.30017 13.426 9.01021 13.0026 8.80612C12.5791 8.60204 12.0884 8.5 11.5306 8.5H8.63265V15.9286H10.1633ZM10.1633 12.0714H11.5306C11.9354 12.0714 12.244 11.9762 12.4566 11.7857C12.6692 11.5952 12.7755 11.3231 12.7755 10.9694C12.7755 10.6054 12.6684 10.3112 12.4541 10.0867C12.2398 9.86224 11.9439 9.7466 11.5663 9.7398H10.1633V12.0714ZM15.4694 15.9286H17V8.5H15.4694V15.9286Z\" fill=\"#D4D6DC\"/>\r\n</svg>";
|
|
6775
|
+
DashboardTileToolbarProvider.bi = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M21 17.4998V20.5002C21 21.0563 20.5552 21.5 20.0066 21.5H3.9934C3.44495 21.5 3 21.0524 3 20.5002V17.4998C3 16.9437 3.44476 16.5 3.9934 16.5H20.0066C20.5551 16.5 21 16.9476 21 17.4998Z\" fill=\"#6FDB73\"/>\r\n<path d=\"M11 4.49981V7.50019C11 8.05628 10.5536 8.5 10.003 8.5H3.99703C3.45304 8.5 3 8.05237 3 7.50019V4.49981C3 3.94372 3.44639 3.5 3.99703 3.5H10.003C10.547 3.5 11 3.94763 11 4.49981Z\" fill=\"#FF5959\"/>\r\n<path d=\"M18 10.9998V14.0002C18 14.5563 17.5489 15 16.9925 15H4.00748C3.44892 15 3 14.5524 3 14.0002V10.9998C3 10.4437 3.45107 10 4.00748 10H16.9925C17.5511 10 18 10.4476 18 10.9998Z\" fill=\"#F9CF6D\"/>\r\n</svg>";
|
|
6776
|
+
DashboardTileToolbarProvider.bk = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 16L8 12L13 16L21 8\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M6.5 12C6.5 11.1716 7.1715 10.5 8.00005 10.5C8.8285 10.5 9.5 11.1716 9.5 12C9.5 12.8284 8.8285 13.5 8.00005 13.5C7.1715 13.5 6.5 12.8284 6.5 12Z\" fill=\"#6988FF\"/>\r\n<path d=\"M11.5 16C11.5 15.1716 12.1715 14.5 13 14.5C13.8285 14.5 14.5 15.1716 14.5 16C14.5 16.8284 13.8285 17.5 13 17.5C12.1715 17.5 11.5 16.8284 11.5 16Z\" fill=\"#6988FF\"/>\r\n<path d=\"M19 8.5C19 7.67165 19.6715 7 20.5 7C21.3285 7 22 7.67165 22 8.5C22 9.32835 21.3285 10 20.5 10C19.6715 10 19 9.32835 19 8.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 16C1.5 15.1716 2.1715 14.5 3.00005 14.5C3.8285 14.5 4.5 15.1716 4.5 16C4.5 16.8284 3.8285 17.5 3.00005 17.5C2.1715 17.5 1.5 16.8284 1.5 16Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6777
|
+
DashboardTileToolbarProvider.bm = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.47513 2.68532L6.69543 3.31278C6.79856 3.34194 6.90816 3.33868 7.00939 3.30346L7.96448 2.97126C8.07713 2.93209 8.19976 2.93258 8.3121 2.97271L10.3919 3.71549C10.4531 3.73734 10.5177 3.74759 10.5827 3.74576L12.294 3.69686C12.3891 3.69412 12.4817 3.66548 12.5617 3.61402L12.8777 3.41088C13.0796 3.28109 13.344 3.30544 13.5188 3.46993L13.7155 3.6551C13.9527 3.87839 13.9302 4.26195 13.6683 4.45591L13.051 4.91324C12.8318 5.07555 12.7743 5.37911 12.9188 5.61044L13.1333 5.95362C13.1906 6.04526 13.2748 6.11691 13.3745 6.15867L14.1823 6.49742C14.5384 6.64674 14.9279 6.37182 14.9065 5.98632L14.8769 5.45353C14.8584 5.12185 15.15 4.85731 15.4784 4.90783L16.7758 5.10741C16.9301 5.13116 17.0657 5.22259 17.1455 5.35674L18.1079 6.97358C18.2705 7.24671 18.1538 7.60049 17.8606 7.72322L16.1565 8.43659C16.0635 8.47548 15.9838 8.54045 15.9269 8.6236L15.288 9.55743L14.6554 10.5695C14.5335 10.7646 14.2983 10.8571 14.0761 10.7973L13.232 10.57C13.0836 10.53 12.925 10.5574 12.7985 10.645L12.6179 10.77C12.4159 10.9099 12.3385 11.1717 12.4321 11.3989L12.5096 11.5872C12.6002 11.8072 12.8261 11.94 13.0623 11.9122L13.3011 11.8841C13.4791 11.8632 13.6449 11.9777 13.6883 12.1515L13.731 12.3224C13.7543 12.4156 13.8321 12.4825 13.9237 12.4949L13.9801 12.4955C14.1475 12.4769 14.2984 12.5969 14.3181 12.7642L14.3372 12.9262C14.3671 13.1802 14.6179 13.3465 14.8635 13.2752L15.7834 13.0081C16.0052 12.9437 16.2423 12.9553 16.4568 13.0411L18.6392 13.9141L19.03 14.5219C19.1026 14.6348 19.2106 14.7203 19.3372 14.765L20.457 15.1602C20.7772 15.2732 20.9414 15.6278 20.8205 15.9451L20.229 17.4978C20.1764 17.6359 20.0749 17.75 19.9439 17.8184L18.9632 18.33C18.8967 18.3647 18.8374 18.4114 18.788 18.4679L17.0326 20.474C16.9513 20.5669 16.9004 20.6824 16.8868 20.8051L16.772 21.8385C16.7152 22.3493 16.0873 22.5605 15.7334 22.188C15.6267 22.0757 15.5672 21.9267 15.5672 21.7718V19.3375C15.5672 19.2967 15.5714 19.2561 15.5795 19.2161L15.9515 17.403C15.9907 17.2116 15.935 17.0129 15.8018 16.8698L14.7315 15.7203C14.591 15.5694 14.5372 15.3573 14.5887 15.1576L14.8652 14.0862C14.9109 13.9091 14.7854 13.7337 14.6031 13.7197L14.57 13.7171C14.3538 13.7005 14.1578 13.5835 14.0405 13.401L13.887 13.1623C13.7816 12.9983 13.6228 12.8757 13.4374 12.8154L11.3223 12.1268L8.87778 9.25712C8.79719 9.16254 8.75297 9.04234 8.75297 8.91809V7.85027C8.75297 7.72637 8.70896 7.60651 8.62879 7.51204L7.28192 5.92467C7.22111 5.85299 7.14209 5.79904 7.05323 5.76849L5.67821 5.29586C5.50638 5.23678 5.31619 5.27117 5.17594 5.3867L4.69506 5.78266C4.5456 5.90577 4.34035 5.93617 4.16162 5.86168L3.65828 5.65196C3.39704 5.54313 3.27487 5.25037 3.36678 4.99384L3.40544 4.90998C3.49985 4.7448 3.49704 4.54131 3.3981 4.37876L3.07636 3.8502C2.91571 3.58629 3.01776 3.24137 3.29615 3.10735L4.10615 2.71735C4.22112 2.66201 4.35233 2.65062 4.47513 2.68532ZM14.8494 2.17328C14.8885 2.17238 14.927 2.17964 14.9627 2.19433L15.0138 2.22187L16.4485 3.19937C16.4782 3.21959 16.5036 3.24525 16.5235 3.27482L16.5489 3.32192L16.9289 4.21988C17.0071 4.40476 16.8723 4.60128 16.6846 4.60963L16.6203 4.60517L15.6985 4.43756C15.5242 4.40588 15.4278 4.22626 15.4837 4.06868L15.5119 4.01095C15.5885 3.89065 15.5614 3.73625 15.4584 3.64773L15.4007 3.60942L13.7845 2.80133C13.7292 2.77367 13.6668 2.76533 13.607 2.77659L13.5486 2.7944L12.7231 3.14818C12.6146 3.19464 12.4915 3.16771 12.4122 3.08666L12.3703 3.03169L12.1484 2.65138C12.0527 2.48734 12.1448 2.28552 12.3165 2.23929L12.3844 2.22962L14.8494 2.17328ZM8.9247 2.16441C9.03663 2.03215 9.21085 1.97499 9.37589 2.01018L9.45731 2.03556L10.105 2.30477C10.1549 2.32548 10.2077 2.33726 10.2613 2.33979L10.3417 2.33659L10.8415 2.27312C10.9694 2.25691 11.0968 2.29467 11.1944 2.3747L11.2616 2.44246L11.3001 2.49032C11.5273 2.77236 11.3571 3.18205 11.0194 3.23914L10.9386 3.24584H9.97139C9.92686 3.24584 9.88269 3.23944 9.84021 3.22694L9.77791 3.20366L9.08569 2.88634C8.8063 2.75828 8.7262 2.399 8.9247 2.16441Z\" fill=\"#DDDDDD\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.247 4.66504C11.1764 4.66504 11.9301 5.44429 11.9301 6.40553L11.9255 6.53149L11.9124 6.65494L11.9071 6.68969C11.716 7.94463 10.7375 9.50677 10.247 10.2753L10.0289 9.94593C9.48605 9.10202 8.74339 7.76475 8.58122 6.65494C8.56975 6.57355 8.56396 6.4902 8.56396 6.40553C8.56396 5.44429 9.31757 4.66504 10.247 4.66504ZM20.8603 13.132C20.8603 12.1708 20.1066 11.3915 19.1771 11.3915C18.2477 11.3915 17.4941 12.1708 17.4941 13.132C17.4941 13.2167 17.4999 13.3001 17.5114 13.3814C17.6735 14.4913 18.4162 15.8285 18.959 16.6724L19.1771 17.0018C19.6677 16.2333 20.6461 14.6711 20.8373 13.4162L20.8556 13.258L20.8603 13.132ZM18.3528 13.1216C18.3528 12.6446 18.7269 12.2566 19.1867 12.2566C19.6465 12.2566 20.0206 12.6446 20.0206 13.1216C20.0206 13.5986 19.6465 13.9866 19.1867 13.9866C18.7269 13.9866 18.3528 13.5986 18.3528 13.1216ZM9.42262 6.39511C9.42262 5.9181 9.79672 5.5301 10.2565 5.5301C10.7163 5.5301 11.0904 5.9181 11.0904 6.39511C11.0904 6.8721 10.7163 7.2601 10.2565 7.2601C9.79672 7.2601 9.42262 6.8721 9.42262 6.39511Z\" fill=\"#FF5959\"/>\r\n</svg>\r\n";
|
|
6778
|
+
DashboardTileToolbarProvider.bo = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M7 3.5V15.5\" stroke=\"#6FDB73\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M4 13.5H7\" stroke=\"#6FDB73\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M7 6.5H10\" stroke=\"#6FDB73\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M18 7.5V21.5\" stroke=\"#FF5959\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M18 18.5H21\" stroke=\"#FF5959\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M15 12.5H18\" stroke=\"#FF5959\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n</svg>\r\n";
|
|
6779
|
+
DashboardTileToolbarProvider.bq = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M20.5967 18.4092C21.8643 16.8719 22.625 14.9024 22.625 12.7542C22.625 11.5882 22.3979 10.4759 21.9907 9.45496L13.7287 12.7542L20.5967 18.4092Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M21.8047 8.54093C21.1076 6.79868 19.8818 5.32623 18.3231 4.32166L13.4655 11.8715L21.8047 8.54093Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M11.9995 12.5L16.8697 4.93253C15.4651 4.02703 13.7946 3.5 11.9995 3.5C7.02922 3.5 3 7.52872 3 12.5C3 17.4708 7.02922 21.5 11.9995 21.5C14.7982 21.5 17.2977 20.2228 18.9481 18.2204L11.9995 12.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6780
|
+
DashboardTileToolbarProvider.bs = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 11.5H21V16.5H3L3 11.5Z\" fill=\"#BBBBBB\"/>\r\n<path d=\"M3 16.5H21V20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V16.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 6.5H21V11.5H3L3 6.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M6 6.5V21.5H4C3.44772 21.5 3 21.0523 3 20.5V4.5C3 3.94772 3.44772 3.5 4 3.5H20C20.5523 3.5 21 3.94772 21 4.5V6.5H6Z\" fill=\"#6988FF\"/>\r\n<path d=\"M16.9285 9V8C16.3762 8 15.9285 8.44772 15.9285 9H16.9285ZM16.9285 9H15.9285C15.9285 9.55228 16.3762 10 16.9285 10V9ZM19.5001 9H16.9285V10H19.5001V9ZM19.5001 9V10C20.0524 10 20.5001 9.55228 20.5001 9H19.5001ZM19.5001 9H20.5001C20.5001 8.44772 20.0524 8 19.5001 8V9ZM16.9285 9H19.5001V8H16.9285V9ZM16.9285 14V13C16.3762 13 15.9285 13.4477 15.9285 14H16.9285ZM16.9285 14H15.9285C15.9285 14.5523 16.3762 15 16.9285 15V14ZM19.5001 14H16.9285V15H19.5001V14ZM19.5001 14V15C20.0524 15 20.5001 14.5523 20.5001 14H19.5001ZM19.5001 14H20.5001C20.5001 13.4477 20.0524 13 19.5001 13V14ZM16.9285 14H19.5001V13H16.9285V14ZM12.2137 18C11.6615 18 11.2137 18.4477 11.2137 19H12.2137V18ZM14.7854 18H12.2137V19H14.7854V18ZM15.7854 19C15.7854 18.4477 15.3377 18 14.7854 18V19H15.7854ZM14.7854 20C15.3377 20 15.7854 19.5523 15.7854 19H14.7854V20ZM12.2137 20H14.7854V19H12.2137V20ZM11.2137 19C11.2137 19.5523 11.6615 20 12.2137 20V19H11.2137ZM16.9285 18C16.3762 18 15.9285 18.4477 15.9285 19H16.9285V18ZM19.5001 18H16.9285V19H19.5001V18ZM20.5001 19C20.5001 18.4477 20.0524 18 19.5001 18V19H20.5001ZM19.5001 20C20.0524 20 20.5001 19.5523 20.5001 19H19.5001V20ZM16.9285 20H19.5001V19H16.9285V20ZM15.9285 19C15.9285 19.5523 16.3762 20 16.9285 20V19H15.9285ZM12.2137 13C11.6615 13 11.2137 13.4477 11.2137 14H12.2137V13ZM14.7854 13H12.2137V14H14.7854V13ZM15.7854 14C15.7854 13.4477 15.3377 13 14.7854 13V14H15.7854ZM14.7854 15C15.3377 15 15.7854 14.5523 15.7854 14H14.7854V15ZM12.2137 15H14.7854V14H12.2137V15ZM11.2137 14C11.2137 14.5523 11.6615 15 12.2137 15V14H11.2137ZM12.2137 8C11.6615 8 11.2137 8.44772 11.2137 9H12.2137V8ZM14.7854 8H12.2137V9H14.7854V8ZM15.7854 9C15.7854 8.44772 15.3377 8 14.7854 8V9H15.7854ZM14.7854 10C15.3377 10 15.7854 9.55228 15.7854 9H14.7854V10ZM12.2137 10H14.7854V9H12.2137V10ZM11.2137 9C11.2137 9.55228 11.6615 10 12.2137 10V9H11.2137ZM7.49902 19V18C6.94674 18 6.49902 18.4477 6.49902 19H7.49902ZM7.49902 19H6.49902C6.49902 19.5523 6.94674 20 7.49902 20V19ZM10.0707 19H7.49902V20H10.0707V19ZM10.0707 19V20C10.623 20 11.0707 19.5523 11.0707 19H10.0707ZM10.0707 19H11.0707C11.0707 18.4477 10.623 18 10.0707 18V19ZM7.49902 19H10.0707V18H7.49902V19ZM7.49902 13C6.94674 13 6.49902 13.4477 6.49902 14H7.49902V13ZM10.0707 13H7.49902V14H10.0707V13ZM11.0707 14C11.0707 13.4477 10.623 13 10.0707 13V14H11.0707ZM10.0707 15C10.623 15 11.0707 14.5523 11.0707 14H10.0707V15ZM7.49902 15H10.0707V14H7.49902V15ZM6.49902 14C6.49902 14.5523 6.94674 15 7.49902 15V14H6.49902ZM7.49902 9V8C6.94674 8 6.49902 8.44772 6.49902 9H7.49902ZM7.49902 9H6.49902C6.49902 9.55228 6.94674 10 7.49902 10V9ZM10.0707 9H7.49902V10H10.0707V9ZM10.0707 9V10C10.623 10 11.0707 9.55228 11.0707 9H10.0707ZM10.0707 9H11.0707C11.0707 8.44772 10.623 8 10.0707 8V9ZM7.49902 9H10.0707V8H7.49902V9Z\" fill=\"#5E5F62\"/>\r\n</svg>";
|
|
6781
|
+
DashboardTileToolbarProvider.bu = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<circle cx=\"12\" cy=\"12.5\" r=\"9\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"12\" cy=\"12.5\" r=\"5\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"12\" cy=\"12.5\" r=\"1\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 9.5L4 16.5L13 19.5L16 6.5L20 9.5\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<path d=\"M6.42188 9.5C6.42188 8.67165 7.09337 8 7.92192 8C8.75038 8 9.42188 8.67165 9.42188 9.5C9.42188 10.3284 8.75038 11 7.92192 11C7.09337 11 6.42188 10.3284 6.42188 9.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M2.5 16.3881C2.5 15.5597 3.1715 14.8881 4.00005 14.8881C4.8285 14.8881 5.5 15.5597 5.5 16.3881C5.5 17.2164 4.8285 17.8881 4.00005 17.8881C3.1715 17.8881 2.5 17.2164 2.5 16.3881Z\" fill=\"#6988FF\"/>\r\n<path d=\"M11.5 19.3881C11.5 18.5597 12.1715 17.8881 13 17.8881C13.8285 17.8881 14.5 18.5597 14.5 19.3881C14.5 20.2164 13.8285 20.8881 13 20.8881C12.1715 20.8881 11.5 20.2164 11.5 19.3881Z\" fill=\"#6988FF\"/>\r\n<path d=\"M14.5 6.5C14.5 5.67165 15.1715 5 16 5C16.8285 5 17.5 5.67165 17.5 6.5C17.5 7.32835 16.8285 8 16 8C15.1715 8 14.5 7.32835 14.5 6.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M18.9399 9.5C18.9399 8.67165 19.6114 8 20.44 8C21.2684 8 21.9399 8.67165 21.9399 9.5C21.9399 10.3284 21.2684 11 20.44 11C19.6114 11 18.9399 10.3284 18.9399 9.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6782
|
+
DashboardTileToolbarProvider.by = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<circle cx=\"12\" cy=\"12.5\" r=\"9\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"12\" cy=\"12.5\" r=\"5\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"12\" cy=\"12.5\" r=\"1\" stroke=\"#D4D6DC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 9.5L4 17.5L16 20.5L21 10.5L10 3.5L8 9.5Z\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<path d=\"M8.66943 3.5C8.66943 2.67165 9.34093 2 10.1695 2C10.9979 2 11.6694 2.67165 11.6694 3.5C11.6694 4.32835 10.9979 5 10.1695 5C9.34093 5 8.66943 4.32835 8.66943 3.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M2.67188 17.1841C2.67188 16.3557 3.34337 15.6841 4.17192 15.6841C5.00038 15.6841 5.67188 16.3557 5.67188 17.1841C5.67188 18.0124 5.00038 18.6841 4.17192 18.6841C3.34337 18.6841 2.67188 18.0124 2.67188 17.1841Z\" fill=\"#6988FF\"/>\r\n<path d=\"M14.4307 20.5C14.4307 19.6716 15.1022 19 15.9307 19C16.7592 19 17.4307 19.6716 17.4307 20.5C17.4307 21.3284 16.7592 22 15.9307 22C15.1022 22 14.4307 21.3284 14.4307 20.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M19.5 10.5C19.5 9.67165 20.1715 9 21 9C21.8285 9 22.5 9.67165 22.5 10.5C22.5 11.3284 21.8285 12 21 12C20.1715 12 19.5 11.3284 19.5 10.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M6.18262 9.92651C6.18262 9.09816 6.85412 8.42651 7.68267 8.42651C8.51112 8.42651 9.18262 9.09816 9.18262 9.92651C9.18262 10.7549 8.51112 11.4265 7.68267 11.4265C6.85412 11.4265 6.18262 10.7549 6.18262 9.92651Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6783
|
+
DashboardTileToolbarProvider.b2 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.28263 2.32183C8.11759 2.28663 7.94337 2.34379 7.83144 2.47606C7.63294 2.71064 7.71304 3.06993 7.99243 3.19799L8.68465 3.5153L8.74695 3.53858C8.78943 3.55108 8.83359 3.55748 8.87813 3.55748H9.84531L9.92612 3.55079C10.2639 3.4937 10.4341 3.08401 10.2068 2.80196L10.1683 2.7541L10.1011 2.68634C10.0035 2.60632 9.87619 2.56856 9.74828 2.58476L9.24843 2.64824L9.16799 2.65143C9.11449 2.64891 9.06161 2.63712 9.01177 2.61641L8.36405 2.3472L8.28263 2.32183ZM13.7562 2.48492C13.7952 2.48402 13.8337 2.49128 13.8694 2.50598L13.9205 2.53351L15.3552 3.51101C15.385 3.53123 15.4103 3.55689 15.4302 3.58646L15.4557 3.63357L15.8356 4.53152C15.9138 4.7164 15.7791 4.91293 15.5914 4.92127L15.527 4.91681L14.6052 4.74921C14.4309 4.71753 14.3346 4.53791 14.3904 4.38033L14.4187 4.3226C14.4952 4.20229 14.4682 4.0479 14.3652 3.95937L14.3074 3.92106L12.6913 3.11297C12.6359 3.08531 12.5735 3.07698 12.5138 3.08824L12.4553 3.10605L11.6299 3.45983C11.5214 3.50629 11.3982 3.47935 11.3189 3.3983L11.277 3.34333L11.0552 2.96303C10.9595 2.79899 11.0515 2.59716 11.2232 2.55093L11.2911 2.54127L13.7562 2.48492ZM3.38187 2.99696L5.60217 3.62442C5.7053 3.65358 5.8149 3.65033 5.91612 3.61511L6.87122 3.2829C6.98387 3.24374 7.10649 3.24422 7.21883 3.28436L9.29864 4.02714C9.3598 4.04899 9.42449 4.05924 9.48942 4.0574L11.2007 4.0085C11.2958 4.00577 11.3884 3.97713 11.4685 3.92567L11.7845 3.72253C11.9864 3.59274 12.2507 3.61708 12.4255 3.78157L12.6222 3.96674C12.8595 4.19004 12.8369 4.5736 12.5751 4.76756L11.9577 5.22488C11.7385 5.38719 11.681 5.69076 11.8256 5.92209L12.0401 6.26527C12.0973 6.3569 12.1816 6.42855 12.2812 6.47031L13.089 6.80906C13.4451 6.95839 13.8346 6.68346 13.8132 6.29796L13.7836 5.76518C13.7652 5.43349 14.0568 5.16896 14.3851 5.21948L15.6825 5.41905C15.8368 5.44281 15.9724 5.53423 16.0523 5.66839L17.0147 7.28523C17.1773 7.55835 17.0605 7.91213 16.7673 8.03486L15.0632 8.74824C14.9703 8.78713 14.8905 8.85209 14.8336 8.93524L14.1947 9.86907L13.5621 10.8812C13.4402 11.0763 13.205 11.1687 12.9829 11.1089L12.1388 10.8817C11.9903 10.8417 11.8317 10.8691 11.7053 10.9566L11.5247 11.0817C11.3226 11.2216 11.2453 11.4833 11.3388 11.7106L11.4163 11.8988C11.5069 12.1188 11.7328 12.2516 11.9691 12.2238L12.2078 12.1958C12.3858 12.1748 12.5516 12.2893 12.5951 12.4631L12.6378 12.634C12.6611 12.7272 12.7389 12.7942 12.8305 12.8065L12.8868 12.8071C13.0542 12.7886 13.2052 12.9086 13.2249 13.0758L13.2439 13.2379C13.2738 13.4918 13.5246 13.6581 13.7702 13.5869L14.6901 13.3198C14.912 13.2554 15.149 13.267 15.3635 13.3528L17.546 14.2258L17.9367 14.8336C18.0093 14.9464 18.1173 15.032 18.2439 15.0766L19.3637 15.4719C19.6839 15.5849 19.8481 15.9394 19.7272 16.2567L19.1358 17.8094C19.0831 17.9476 18.9817 18.0616 18.8506 18.1301L17.8699 18.6417C17.8035 18.6763 17.7441 18.7231 17.6947 18.7795L15.9394 20.7857C15.8581 20.8785 15.8072 20.9941 15.7935 21.1168L15.6787 22.1502C15.622 22.6609 14.9941 22.8722 14.6401 22.4996C14.5334 22.3873 14.474 22.2383 14.474 22.0834V19.6492C14.474 19.6084 14.4781 19.5677 14.4863 19.5277L14.8582 17.7146C14.8975 17.5232 14.8417 17.3245 14.7085 17.1815L13.6383 16.0319C13.4978 15.881 13.4439 15.6689 13.4954 15.4692L13.7719 14.3979C13.8176 14.2207 13.6922 14.0453 13.5098 14.0313L13.4768 14.0288C13.2605 14.0121 13.0645 13.8952 12.9473 13.7127L12.7937 13.4739C12.6883 13.3099 12.5295 13.1874 12.3442 13.1271L10.229 12.4384L7.78451 9.56876C7.70393 9.47419 7.65971 9.35399 7.65971 9.22973V8.16192C7.65971 8.03801 7.61569 7.91816 7.53553 7.82369L6.18866 6.23632C6.12785 6.16464 6.04883 6.11068 5.95997 6.08014L4.58495 5.60751C4.41311 5.54843 4.22293 5.58282 4.08267 5.69834L3.6018 6.0943C3.45234 6.21741 3.24709 6.24782 3.06836 6.17333L2.56502 5.96361C2.30377 5.85477 2.18161 5.56201 2.27352 5.30549L2.31218 5.22163C2.40658 5.05644 2.40378 4.85296 2.30484 4.6904L1.98309 4.16185C1.82245 3.89793 1.9245 3.55302 2.20289 3.419L3.01289 3.029C3.12786 2.97366 3.25907 2.96226 3.38187 2.99696Z\" fill=\"#D4D6DC\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9094 4.79968C18.014 4.79968 18.9093 5.69522 18.9093 6.79968C18.9093 7.90415 18.014 8.79968 16.9094 8.79968C15.8047 8.79968 14.9093 7.90415 14.9093 6.79968C14.9093 5.69522 15.8047 4.79968 16.9094 4.79968ZM11.3371 9.09403C11.3371 8.81792 11.1132 8.59403 10.8371 8.59403C10.5609 8.59403 10.3371 8.81792 10.3371 9.09403C10.3371 9.37015 10.5609 9.59403 10.8371 9.59403C11.1132 9.59403 11.3371 9.37015 11.3371 9.09403ZM13.4563 13.0917C14.5609 13.0917 15.4563 13.9873 15.4563 15.0917C15.4563 16.1962 14.5609 17.0917 13.4563 17.0917C12.3516 17.0917 11.4563 16.1962 11.4563 15.0917C11.4563 13.9873 12.3516 13.0917 13.4563 13.0917ZM17.9094 17.0917C18.4617 17.0917 18.9093 17.5395 18.9093 18.0917C18.9093 18.644 18.4617 19.0917 17.9094 19.0917C17.357 19.0917 16.9093 18.644 16.9093 18.0917C16.9093 17.5395 17.357 17.0917 17.9094 17.0917ZM7.16699 6.37106C7.16699 5.81882 6.71933 5.37106 6.16703 5.37106C5.61466 5.37106 5.16699 5.81882 5.16699 6.37106C5.16699 6.92329 5.61466 7.37106 6.16703 7.37106C6.71933 7.37106 7.16699 6.92329 7.16699 6.37106Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6784
|
+
DashboardTileToolbarProvider.b0 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M10.5 20C10.5 19.1716 11.1715 18.5 12 18.5C12.8285 18.5 13.5 19.1716 13.5 20C13.5 20.8284 12.8285 21.5 12 21.5C11.1715 21.5 10.5 20.8284 10.5 20Z\" fill=\"#6988FF\"/>\r\n<path d=\"M10.5 15C10.5 14.1716 11.1715 13.5 12 13.5C12.8285 13.5 13.5 14.1716 13.5 15C13.5 15.8284 12.8285 16.5 12 16.5C11.1715 16.5 10.5 15.8284 10.5 15Z\" fill=\"#6988FF\"/>\r\n<path d=\"M10.5 5C10.5 4.17165 11.1715 3.5 12 3.5C12.8285 3.5 13.5 4.17165 13.5 5C13.5 5.82835 12.8285 6.5 12 6.5C11.1715 6.5 10.5 5.82835 10.5 5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M3 12C3 11.1716 3.6715 10.5 4.50005 10.5C5.3285 10.5 6 11.1716 6 12C6 12.8284 5.3285 13.5 4.50005 13.5C3.6715 13.5 3 12.8284 3 12Z\" fill=\"#6988FF\"/>\r\n<path d=\"M3 18C3 17.1716 3.6715 16.5 4.50005 16.5C5.3285 16.5 6 17.1716 6 18C6 18.8284 5.3285 19.5 4.50005 19.5C3.6715 19.5 3 18.8284 3 18Z\" fill=\"#6988FF\"/>\r\n<path d=\"M18 14C18 13.1716 18.6715 12.5 19.5 12.5C20.3285 12.5 21 13.1716 21 14C21 14.8284 20.3285 15.5 19.5 15.5C18.6715 15.5 18 14.8284 18 14Z\" fill=\"#6988FF\"/>\r\n<path d=\"M18 10C18 9.17165 18.6715 8.5 19.5 8.5C20.3285 8.5 21 9.17165 21 10C21 10.8284 20.3285 11.5 19.5 11.5C18.6715 11.5 18 10.8284 18 10Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6785
|
+
DashboardTileToolbarProvider.b4 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M4 3.5H20C20.5523 3.5 21 3.94772 21 4.5V12.5H3V4.5C3 3.94772 3.44772 3.5 4 3.5Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M3 12.5H21V20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V12.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M8.5 9.5L12.1364 6.5L14.8636 9.5L18.5 6.5\" stroke=\"#5E5F62\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 18.5L12.1364 15.5L14.8636 18.5L18.5 15.5\" stroke=\"#5E5F62\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M3 20.5L3 4.5C3 3.94772 3.44772 3.5 4 3.5H6V21.5H4C3.44772 21.5 3 21.0523 3 20.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6786
|
+
DashboardTileToolbarProvider.b6 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 15.6667C3 15.6667 3 9.83333 7.5 9.83333C12 9.83333 10.875 17.3333 15.375 17.3333C19.875 17.3333 21 6.5 21 6.5V21.5H3V15.6667Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 15.8077C3 15.8077 3 9.88462 7.5 9.88462C12 9.88462 10.875 17.5 15.375 17.5C19.875 17.5 21 6.5 21 6.5\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M19.2627 7.32568C19.2627 6.49733 19.9342 5.82568 20.7627 5.82568C21.5912 5.82568 22.2627 6.49733 22.2627 7.32568C22.2627 8.15403 21.5912 8.82568 20.7627 8.82568C19.9342 8.82568 19.2627 8.15403 19.2627 7.32568Z\" fill=\"#6988FF\"/>\r\n<path d=\"M14.2642 17.5C14.2642 16.6716 14.9357 16 15.7642 16C16.5927 16 17.2642 16.6716 17.2642 17.5C17.2642 18.3284 16.5927 19 15.7642 19C14.9357 19 14.2642 18.3284 14.2642 17.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M5.41211 9.99622C5.41211 9.16787 6.08361 8.49622 6.91216 8.49622C7.74061 8.49622 8.41211 9.16787 8.41211 9.99622C8.41211 10.8246 7.74061 11.4962 6.91216 11.4962C6.08361 11.4962 5.41211 10.8246 5.41211 9.99622Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 15.5C1.5 14.6716 2.1715 14 3.00005 14C3.8285 14 4.5 14.6716 4.5 15.5C4.5 16.3284 3.8285 17 3.00005 17C2.1715 17 1.5 16.3284 1.5 15.5Z\" fill=\"#6988FF\"/>\r\n</svg>\r\n";
|
|
6787
|
+
DashboardTileToolbarProvider.b8 = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 15.6667C3 15.6667 3 9.83333 7.5 9.83333C12 9.83333 10.875 17.3333 15.375 17.3333C19.875 17.3333 21 6.5 21 6.5V21.5H3V15.6667Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 15.8077C3 15.8077 3 9.88462 7.5 9.88462C12 9.88462 10.875 17.5 15.375 17.5C19.875 17.5 21 6.5 21 6.5\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M19.2627 7.32568C19.2627 6.49733 19.9342 5.82568 20.7627 5.82568C21.5912 5.82568 22.2627 6.49733 22.2627 7.32568C22.2627 8.15403 21.5912 8.82568 20.7627 8.82568C19.9342 8.82568 19.2627 8.15403 19.2627 7.32568Z\" fill=\"#6988FF\"/>\r\n<path d=\"M14.2642 17.5C14.2642 16.6716 14.9357 16 15.7642 16C16.5927 16 17.2642 16.6716 17.2642 17.5C17.2642 18.3284 16.5927 19 15.7642 19C14.9357 19 14.2642 18.3284 14.2642 17.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M5.41211 9.99622C5.41211 9.16787 6.08361 8.49622 6.91216 8.49622C7.74061 8.49622 8.41211 9.16787 8.41211 9.99622C8.41211 10.8246 7.74061 11.4962 6.91216 11.4962C6.08361 11.4962 5.41211 10.8246 5.41211 9.99622Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 15.5C1.5 14.6716 2.1715 14 3.00005 14C3.8285 14 4.5 14.6716 4.5 15.5C4.5 16.3284 3.8285 17 3.00005 17C2.1715 17 1.5 16.3284 1.5 15.5Z\" fill=\"#6988FF\"/>\r\n</svg>\r\n";
|
|
6788
|
+
DashboardTileToolbarProvider.ca = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 12.5481C3 12.5177 3.01381 12.489 3.03753 12.47L7.9457 8.54344C7.97834 8.51732 8.02378 8.51427 8.05962 8.53577L12.3128 11.0877C12.7224 11.3334 13.2437 11.2868 13.6031 10.9723L20.6683 4.79024C20.7976 4.67709 21 4.76892 21 4.94075V20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V12.5481Z\" fill=\"#6988FF\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M21 20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V16.5L7.96464 14.0254C7.98736 14.0141 8.01353 14.0118 8.03785 14.0191L12.5679 15.3711C12.8426 15.4531 13.1394 15.4132 13.3827 15.2616L21 10.5155V20.5Z\" fill=\"#DDDDDD\" stroke=\"#DDDDDD\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M21 20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V19.6904L7.97456 17.8292C7.99122 17.8229 8.00924 17.8213 8.02676 17.8243L12.7471 18.6464C12.913 18.6752 13.0835 18.6618 13.2428 18.6072L21 15.9489V20.5Z\" fill=\"#BBBBBB\" stroke=\"#BBBBBB\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n</svg>\r\n";
|
|
6789
|
+
DashboardTileToolbarProvider.cc = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M21 20.5002C21 21.0524 20.5551 21.5 20.0067 21.5H3.99524C3.44666 21.5 3.00195 21.0563 3.00195 20.5002L3.00195 17.4998C3.00195 16.9476 3.44685 16.5 3.99524 16.5L20.0067 16.5C20.5553 16.5 21 16.9437 21 17.4998V20.5002Z\" fill=\"#6988FF\"/>\r\n<path d=\"M15.002 16.5V21.5H10.002V16.5H15.002Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M10.002 16.5V21.5H4.00195C3.44967 21.5 3.00195 21.0523 3.00195 20.5L3.00195 17.5C3.00195 16.9477 3.44967 16.5 4.00195 16.5H10.002Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M18.002 14.0002C18.002 14.5524 17.553 15 16.9945 15H4.00944C3.45302 15 3.00195 14.5563 3.00195 14.0002L3.00195 10.9998C3.00195 10.4476 3.45087 10 4.00944 10L16.9945 10C17.5509 10 18.002 10.4437 18.002 10.9998V14.0002Z\" fill=\"#6988FF\"/>\r\n<path d=\"M13.002 10V15H8.00195V10L13.002 10Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M8.00195 10V15H4.00195C3.44967 15 3.00195 14.5523 3.00195 14L3.00195 11C3.00195 10.4477 3.44967 10 4.00195 10H8.00195Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M15.002 7.50019C15.002 8.05237 14.5462 8.5 13.9995 8.5H4.00443C3.45078 8.5 3.00195 8.05628 3.00195 7.50019L3.00195 4.49981C3.00195 3.94763 3.45771 3.5 4.00443 3.5L13.9995 3.5C14.5531 3.5 15.002 3.94372 15.002 4.49981V7.50019Z\" fill=\"#6988FF\"/>\r\n<path d=\"M11.002 3.5V8.5H7.00195L7.00195 3.5L11.002 3.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M7.00195 3.5V8.5H4.00195C3.44967 8.5 3.00195 8.05228 3.00195 7.5L3.00195 4.5C3.00195 3.94772 3.44967 3.5 4.00195 3.5L7.00195 3.5Z\" fill=\"#BDBFC4\"/>\r\n</svg>";
|
|
6790
|
+
DashboardTileToolbarProvider.ce = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3.99981 3.50195H7.00019C7.55628 3.50195 8 3.94666 8 4.49524V20.5067C8 21.0551 7.55237 21.5 7.00019 21.5H3.99981C3.44372 21.5 3 21.0553 3 20.5067V4.49524C3 3.94685 3.44763 3.50195 3.99981 3.50195Z\" fill=\"#728DFF\"/>\r\n<path d=\"M8 9.5V14.5H3V9.5H8Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M8 14.5V20.5C8 21.0523 7.55228 21.5 7 21.5H4C3.44772 21.5 3 21.0523 3 20.5V14.5H8Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M10.4998 6.5H13.5002C14.0563 6.5 14.5 6.95107 14.5 7.50748V20.4925C14.5 21.0511 14.0524 21.5 13.5002 21.5H10.4998C9.94372 21.5 9.5 21.0489 9.5 20.4925V7.50748C9.5 6.94892 9.94763 6.5 10.4998 6.5Z\" fill=\"#728DFF\"/>\r\n<path d=\"M14.5 11.5V16.5H9.5V11.5H14.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M14.5 16.5V20.5C14.5 21.0523 14.0523 21.5 13.5 21.5H10.5C9.94772 21.5 9.5 21.0523 9.5 20.5V16.5H14.5Z\" fill=\"#BDBFC4\"/>\r\n<path d=\"M16.9998 9.5H20.0002C20.5563 9.5 21 9.94882 21 10.5025V20.4975C21 21.0442 20.5524 21.5 20.0002 21.5H16.9998C16.4437 21.5 16 21.0512 16 20.4975V10.5025C16 9.95576 16.4476 9.5 16.9998 9.5Z\" fill=\"#728DFF\"/>\r\n<path d=\"M21 13.5V17.5H16V13.5H21Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M21 17.5V20.5C21 21.0523 20.5523 21.5 20 21.5H17C16.4477 21.5 16 21.0523 16 20.5V17.5H21Z\" fill=\"#BDBFC4\"/>\r\n</svg>";
|
|
6791
|
+
DashboardTileToolbarProvider.cg = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 16.5H9V3.5H15V10.5H21V21.5H3V16.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 16.5H9V3.5H15V10.5H21\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M19.5 10.3666C19.5 9.53823 20.1715 8.86658 21 8.86658C21.8285 8.86658 22.5 9.53823 22.5 10.3666C22.5 11.1949 21.8285 11.8666 21 11.8666C20.1715 11.8666 19.5 11.1949 19.5 10.3666Z\" fill=\"#6988FF\"/>\r\n<path d=\"M13.5337 10.3666C13.5337 9.53823 14.2052 8.86658 15.0337 8.86658C15.8622 8.86658 16.5337 9.53823 16.5337 10.3666C16.5337 11.1949 15.8622 11.8666 15.0337 11.8666C14.2052 11.8666 13.5337 11.1949 13.5337 10.3666Z\" fill=\"#6988FF\"/>\r\n<path d=\"M13.5337 3.5C13.5337 2.67165 14.2052 2 15.0337 2C15.8622 2 16.5337 2.67165 16.5337 3.5C16.5337 4.32835 15.8622 5 15.0337 5C14.2052 5 13.5337 4.32835 13.5337 3.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M7.56689 3.5C7.56689 2.67165 8.23839 2 9.06694 2C9.89539 2 10.5669 2.67165 10.5669 3.5C10.5669 4.32835 9.89539 5 9.06694 5C8.23839 5 7.56689 4.32835 7.56689 3.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M7.56689 16.5C7.56689 15.6716 8.23839 15 9.06694 15C9.89539 15 10.5669 15.6716 10.5669 16.5C10.5669 17.3284 9.89539 18 9.06694 18C8.23839 18 7.56689 17.3284 7.56689 16.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 16.5C1.5 15.6716 2.1715 15 3.00005 15C3.8285 15 4.5 15.6716 4.5 16.5C4.5 17.3284 3.8285 18 3.00005 18C2.1715 18 1.5 17.3284 1.5 16.5Z\" fill=\"#6988FF\"/>\r\n</svg>\r\n";
|
|
6792
|
+
DashboardTileToolbarProvider.ci = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 18.5H9V5.5H15V12.5H20\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M19.5 12.3666C19.5 11.5382 20.1715 10.8666 21 10.8666C21.8285 10.8666 22.5 11.5382 22.5 12.3666C22.5 13.1949 21.8285 13.8666 21 13.8666C20.1715 13.8666 19.5 13.1949 19.5 12.3666Z\" fill=\"#6988FF\"/>\r\n<path d=\"M13.5337 12.3666C13.5337 11.5382 14.2052 10.8666 15.0337 10.8666C15.8622 10.8666 16.5337 11.5382 16.5337 12.3666C16.5337 13.1949 15.8622 13.8666 15.0337 13.8666C14.2052 13.8666 13.5337 13.1949 13.5337 12.3666Z\" fill=\"#6988FF\"/>\r\n<path d=\"M13.5337 5.5C13.5337 4.67165 14.2052 4 15.0337 4C15.8622 4 16.5337 4.67165 16.5337 5.5C16.5337 6.32835 15.8622 7 15.0337 7C14.2052 7 13.5337 6.32835 13.5337 5.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M7.56689 5.5C7.56689 4.67165 8.23839 4 9.06694 4C9.89539 4 10.5669 4.67165 10.5669 5.5C10.5669 6.32835 9.89539 7 9.06694 7C8.23839 7 7.56689 6.32835 7.56689 5.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M7.56689 18.5C7.56689 17.6716 8.23839 17 9.06694 17C9.89539 17 10.5669 17.6716 10.5669 18.5C10.5669 19.3284 9.89539 20 9.06694 20C8.23839 20 7.56689 19.3284 7.56689 18.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 18.5C1.5 17.6716 2.1715 17 3.00005 17C3.8285 17 4.5 17.6716 4.5 18.5C4.5 19.3284 3.8285 20 3.00005 20C2.1715 20 1.5 19.3284 1.5 18.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6793
|
+
DashboardTileToolbarProvider.ck = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<circle cx=\"21.5996\" cy=\"12.5\" r=\"1.5\" fill=\"#6FDB73\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9062 16.1473H7.73547V15.1214L10.1758 12.5205C10.5108 12.1544 10.7586 11.8349 10.9193 11.562C11.0799 11.2892 11.1602 11.0301 11.1602 10.7849C11.1602 10.4498 11.0755 10.1864 10.9063 9.99475C10.737 9.80304 10.4953 9.70719 10.1809 9.70719C9.84245 9.70719 9.57562 9.82377 9.38047 10.0569C9.18531 10.2901 9.08773 10.5966 9.08773 10.9766H7.58522C7.58522 10.5172 7.69488 10.0975 7.91422 9.71756C8.13355 9.33761 8.44355 9.0397 8.84422 8.82382C9.2449 8.60794 9.6991 8.5 10.2069 8.5C10.984 8.5 11.5876 8.68652 12.0176 9.05956C12.4477 9.4326 12.6627 9.95934 12.6627 10.6398C12.6627 11.0128 12.566 11.3928 12.3725 11.7796C12.1791 12.1665 11.8475 12.6172 11.3778 13.1319L9.66284 14.9401H12.9062V16.1473ZM5.28481 16.1473H3.78748V10.3756L2 10.9299V9.71238L5.1242 8.59326H5.28481V16.1473ZM16.1444 11.7123H15.3465V12.8832H16.1392C16.9682 12.8832 17.3827 13.2597 17.3827 14.0127C17.3827 14.3235 17.2816 14.5731 17.0796 14.7614C16.8775 14.9496 16.5986 15.0437 16.2428 15.0437C15.932 15.0437 15.6703 14.9539 15.4579 14.7743C15.2455 14.5947 15.1393 14.3633 15.1393 14.08H13.6419C13.6419 14.7329 13.8811 15.2579 14.3595 15.6551C14.8379 16.0523 15.4536 16.2509 16.2066 16.2509C17.0114 16.2509 17.6581 16.0489 18.1469 15.6447C18.6356 15.2406 18.88 14.7035 18.88 14.0334C18.88 13.6189 18.7755 13.2597 18.5665 12.9557C18.3576 12.6518 18.0407 12.4238 17.6158 12.2718C17.9578 12.1164 18.2341 11.8936 18.4448 11.6035C18.6555 11.3133 18.7608 10.9956 18.7608 10.6502C18.7608 9.98006 18.5346 9.45419 18.0821 9.07251C17.6296 8.69083 17.0044 8.5 16.2066 8.5C15.7472 8.5 15.3266 8.58808 14.945 8.76424C14.5633 8.94039 14.2662 9.18477 14.0538 9.49736C13.8414 9.80995 13.7352 10.1631 13.7352 10.5569H15.2325C15.2325 10.3047 15.3292 10.1001 15.5227 9.94293C15.7161 9.78577 15.9561 9.70719 16.2428 9.70719C16.5606 9.70719 16.8102 9.79182 16.9915 9.96107C17.1728 10.1303 17.2635 10.3669 17.2635 10.6709C17.2635 10.9852 17.172 11.2373 16.9889 11.4273C16.8058 11.6173 16.5243 11.7123 16.1444 11.7123Z\" fill=\"#D4D6DC\"/>\r\n</svg>";
|
|
6794
|
+
DashboardTileToolbarProvider.cm = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M3 4.5C3 3.94772 3.44772 3.5 4 3.5H20C20.5523 3.5 21 3.94772 21 4.5V20.5C21 21.0523 20.5523 21.5 20 21.5H4C3.44772 21.5 3 21.0523 3 20.5V4.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 20.5L3 4.5C3 3.94772 3.44772 3.5 4 3.5H6V21.5H4C3.44772 21.5 3 21.0523 3 20.5Z\" fill=\"#6988FF\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8987 14.3531C15.1533 14.0194 15.2806 13.5543 15.2806 12.9579V12.9029C15.2806 12.2973 15.1515 11.8277 14.8935 11.4939C14.6354 11.1601 14.2793 10.9933 13.8251 10.9933C13.4513 10.9933 13.1496 11.1275 12.9202 11.3958V9.5H11.9259V14.785H12.8205L12.8652 14.3893C13.106 14.6989 13.4283 14.8538 13.832 14.8538C14.2885 14.8538 14.644 14.6869 14.8987 14.3531ZM10.3053 14.785C10.2594 14.6955 10.2261 14.5842 10.2055 14.4512C9.96465 14.7196 9.65155 14.8538 9.26619 14.8538C8.90147 14.8538 8.59926 14.7483 8.35956 14.5372C8.11985 14.3262 8 14.0601 8 13.739C8 13.3444 8.14623 13.0417 8.43869 12.8306C8.73116 12.6196 9.15379 12.5129 9.7066 12.5106H10.1642V12.2973C10.1642 12.1253 10.1201 11.9876 10.0317 11.8844C9.94344 11.7812 9.80409 11.7296 9.6137 11.7296C9.44625 11.7296 9.31493 11.7697 9.21974 11.85C9.12454 11.9303 9.07695 12.0404 9.07695 12.1803H8.08258C8.08258 11.9647 8.1491 11.7651 8.28214 11.5816C8.41518 11.3981 8.60327 11.2542 8.84642 11.1498C9.08956 11.0455 9.36253 10.9933 9.66531 10.9933C10.1241 10.9933 10.4882 11.1085 10.7577 11.3391C11.0273 11.5696 11.162 11.8936 11.162 12.3111V13.9248C11.1643 14.278 11.2136 14.5452 11.31 14.7265V14.785H10.3053ZM9.48295 14.0934C9.62976 14.0934 9.76509 14.0607 9.88896 13.9953C10.0128 13.9299 10.1046 13.8422 10.1642 13.7321V13.0921H9.79262C9.29486 13.0921 9.02992 13.2642 8.99781 13.6082L8.99437 13.6667C8.99437 13.7906 9.03795 13.8927 9.12512 13.9729C9.21228 14.0532 9.33156 14.0934 9.48295 14.0934ZM14.2862 12.8857C14.2862 12.5095 14.2266 12.2348 14.1073 12.0616C13.988 11.8884 13.8102 11.8018 13.574 11.8018C13.2574 11.8018 13.0395 11.9314 12.9202 12.1906V13.6598C13.0418 13.9213 13.262 14.0521 13.5809 14.0521C13.902 14.0521 14.113 13.8938 14.214 13.5773C14.2621 13.4259 14.2862 13.1953 14.2862 12.8857ZM17.8886 13.9007C17.774 14.0016 17.6249 14.0521 17.4414 14.0521C17.2028 14.0521 17.025 13.9684 16.908 13.8009C16.7911 13.6335 16.7326 13.3582 16.7326 12.9751V12.8719C16.7326 12.4934 16.7916 12.2199 16.9098 12.0513C17.0279 11.8827 17.2028 11.7984 17.4345 11.7984C17.6226 11.7984 17.774 11.8586 17.8886 11.979C18.0033 12.0995 18.063 12.256 18.0676 12.4487H19C18.9954 12.0083 18.8526 11.6556 18.5716 11.3907C18.2906 11.1257 17.9173 10.9933 17.4517 10.9933C16.9195 10.9933 16.5009 11.1642 16.1958 11.5059C15.8907 11.8477 15.7382 12.3053 15.7382 12.8788V12.9442C15.7382 13.5406 15.8919 14.0079 16.1992 14.3463C16.5066 14.6846 16.9264 14.8538 17.4586 14.8538C17.743 14.8538 18.0028 14.7959 18.2379 14.68C18.473 14.5642 18.6582 14.4013 18.7936 14.1914C18.9289 13.9815 18.9977 13.7504 19 13.4981H18.0676C18.063 13.6656 18.0033 13.7998 17.8886 13.9007Z\" fill=\"#5E5F62\"/>\r\n</svg>";
|
|
6795
|
+
DashboardTileToolbarProvider.co = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M2.80908 13.3679L6.58644 16.8161L8.58213 11.2808H12.043L13.6448 9.24751L17.459 13.8398L21.9199 3.43414\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M1.94434 20.7811H22.3918\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"0 4\"/>\r\n</svg>\r\n";
|
|
6796
|
+
DashboardTileToolbarProvider.cq = "\r\n<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M21 6.5V21.5H3V14.5L8 10.5L13 14.5L21 6.5Z\" fill=\"#D4D6DC\"/>\r\n<path d=\"M3 14.5L8 10.5L13 14.5L21 6.5\" stroke=\"#6988FF\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\r\n<path d=\"M19 7C19 6.17165 19.6715 5.5 20.5 5.5C21.3285 5.5 22 6.17165 22 7C22 7.82835 21.3285 8.5 20.5 8.5C19.6715 8.5 19 7.82835 19 7Z\" fill=\"#6988FF\"/>\r\n<path d=\"M11.5 14.5C11.5 13.6716 12.1715 13 13 13C13.8285 13 14.5 13.6716 14.5 14.5C14.5 15.3284 13.8285 16 13 16C12.1715 16 11.5 15.3284 11.5 14.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M6.5 10.5C6.5 9.67165 7.1715 9 8.00005 9C8.8285 9 9.5 9.67165 9.5 10.5C9.5 11.3284 8.8285 12 8.00005 12C7.1715 12 6.5 11.3284 6.5 10.5Z\" fill=\"#6988FF\"/>\r\n<path d=\"M1.5 14.5C1.5 13.6716 2.1715 13 3.00005 13C3.8285 13 4.5 13.6716 4.5 14.5C4.5 15.3284 3.8285 16 3.00005 16C2.1715 16 1.5 15.3284 1.5 14.5Z\" fill=\"#6988FF\"/>\r\n</svg>";
|
|
6797
|
+
DashboardTileToolbarProvider.a6 = "\r\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\r\n<path d=\"M20.975 16.025a3.472 3.472 0 00-1.6-.9l-7.436-7.433a4.982 4.982 0 00-6.763-5.347L7 4.17A2 2 0 014.17 7L2.345 5.176a4.982 4.982 0 005.347 6.763l7.432 7.431a3.494 3.494 0 105.851-3.345zM19.6 19.6a1.382 1.382 0 110-1.954 1.381 1.381 0 010 1.954z\"/>\r\n</svg>";
|
|
6686
6798
|
return DashboardTileToolbarProvider;
|
|
6687
6799
|
}(igniteuiWebcomponentsCharts.DomainChartToolbarProvider));
|
|
6688
6800
|
|
|
@@ -7586,6 +7698,10 @@
|
|
|
7586
7698
|
_this._changingContent_wrapped = null;
|
|
7587
7699
|
_this._filterStringErrorsParsing = null;
|
|
7588
7700
|
_this._filterStringErrorsParsing_wrapped = null;
|
|
7701
|
+
_this._userAnnotationInformationRequested = null;
|
|
7702
|
+
_this._userAnnotationInformationRequested_wrapped = null;
|
|
7703
|
+
_this._userAnnotationToolTipContentUpdating = null;
|
|
7704
|
+
_this._userAnnotationToolTipContentUpdating_wrapped = null;
|
|
7589
7705
|
if (_this._styling) {
|
|
7590
7706
|
igniteuiWebcomponentsCore.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
7591
7707
|
}
|
|
@@ -7859,10 +7975,10 @@
|
|
|
7859
7975
|
* Gets or sets text to display above the plot area.
|
|
7860
7976
|
*/
|
|
7861
7977
|
get: function () {
|
|
7862
|
-
return this.i.
|
|
7978
|
+
return this.i.gq;
|
|
7863
7979
|
},
|
|
7864
7980
|
set: function (v) {
|
|
7865
|
-
this.i.
|
|
7981
|
+
this.i.gq = v;
|
|
7866
7982
|
},
|
|
7867
7983
|
enumerable: false,
|
|
7868
7984
|
configurable: true
|
|
@@ -7872,7 +7988,7 @@
|
|
|
7872
7988
|
* Gets the initial sorts that are applied to the chart.
|
|
7873
7989
|
*/
|
|
7874
7990
|
get: function () {
|
|
7875
|
-
var r = this.i.
|
|
7991
|
+
var r = this.i.a2;
|
|
7876
7992
|
if (r == null) {
|
|
7877
7993
|
return null;
|
|
7878
7994
|
}
|
|
@@ -7898,7 +8014,7 @@
|
|
|
7898
8014
|
* Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
|
|
7899
8015
|
*/
|
|
7900
8016
|
get: function () {
|
|
7901
|
-
var r = this.i.
|
|
8017
|
+
var r = this.i.a1;
|
|
7902
8018
|
if (r == null) {
|
|
7903
8019
|
return null;
|
|
7904
8020
|
}
|
|
@@ -7924,7 +8040,7 @@
|
|
|
7924
8040
|
* Gets the initial groupings that are applied to the chart.
|
|
7925
8041
|
*/
|
|
7926
8042
|
get: function () {
|
|
7927
|
-
var r = this.i.
|
|
8043
|
+
var r = this.i.a0;
|
|
7928
8044
|
if (r == null) {
|
|
7929
8045
|
return null;
|
|
7930
8046
|
}
|
|
@@ -7950,7 +8066,7 @@
|
|
|
7950
8066
|
* Gets the initial filters that are applied to the chart.
|
|
7951
8067
|
*/
|
|
7952
8068
|
get: function () {
|
|
7953
|
-
var r = this.i.
|
|
8069
|
+
var r = this.i.bp;
|
|
7954
8070
|
if (r == null) {
|
|
7955
8071
|
return null;
|
|
7956
8072
|
}
|
|
@@ -7976,7 +8092,7 @@
|
|
|
7976
8092
|
* Gets the initial highlight filters that are applied to the chart.
|
|
7977
8093
|
*/
|
|
7978
8094
|
get: function () {
|
|
7979
|
-
var r = this.i.
|
|
8095
|
+
var r = this.i.bq;
|
|
7980
8096
|
if (r == null) {
|
|
7981
8097
|
return null;
|
|
7982
8098
|
}
|
|
@@ -8002,7 +8118,7 @@
|
|
|
8002
8118
|
* Gets the initial summaries that are applied to the chart.
|
|
8003
8119
|
*/
|
|
8004
8120
|
get: function () {
|
|
8005
|
-
var r = this.i.
|
|
8121
|
+
var r = this.i.a6;
|
|
8006
8122
|
if (r == null) {
|
|
8007
8123
|
return null;
|
|
8008
8124
|
}
|
|
@@ -8028,10 +8144,10 @@
|
|
|
8028
8144
|
* Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
8029
8145
|
*/
|
|
8030
8146
|
get: function () {
|
|
8031
|
-
return this.i.
|
|
8147
|
+
return this.i.gc;
|
|
8032
8148
|
},
|
|
8033
8149
|
set: function (v) {
|
|
8034
|
-
this.i.
|
|
8150
|
+
this.i.gc = v;
|
|
8035
8151
|
},
|
|
8036
8152
|
enumerable: false,
|
|
8037
8153
|
configurable: true
|
|
@@ -8041,10 +8157,10 @@
|
|
|
8041
8157
|
* Gets or sets the sorts to apply after grouping has been applied.
|
|
8042
8158
|
*/
|
|
8043
8159
|
get: function () {
|
|
8044
|
-
return this.i.
|
|
8160
|
+
return this.i.f1;
|
|
8045
8161
|
},
|
|
8046
8162
|
set: function (v) {
|
|
8047
|
-
this.i.
|
|
8163
|
+
this.i.f1 = v;
|
|
8048
8164
|
},
|
|
8049
8165
|
enumerable: false,
|
|
8050
8166
|
configurable: true
|
|
@@ -8054,10 +8170,10 @@
|
|
|
8054
8170
|
* Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
8055
8171
|
*/
|
|
8056
8172
|
get: function () {
|
|
8057
|
-
return this.i.
|
|
8173
|
+
return this.i.f8;
|
|
8058
8174
|
},
|
|
8059
8175
|
set: function (v) {
|
|
8060
|
-
this.i.
|
|
8176
|
+
this.i.f8 = v;
|
|
8061
8177
|
},
|
|
8062
8178
|
enumerable: false,
|
|
8063
8179
|
configurable: true
|
|
@@ -8067,10 +8183,10 @@
|
|
|
8067
8183
|
* Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
|
|
8068
8184
|
*/
|
|
8069
8185
|
get: function () {
|
|
8070
|
-
return this.i.
|
|
8186
|
+
return this.i.f6;
|
|
8071
8187
|
},
|
|
8072
8188
|
set: function (v) {
|
|
8073
|
-
this.i.
|
|
8189
|
+
this.i.f6 = v;
|
|
8074
8190
|
},
|
|
8075
8191
|
enumerable: false,
|
|
8076
8192
|
configurable: true
|
|
@@ -8080,10 +8196,10 @@
|
|
|
8080
8196
|
* Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
|
|
8081
8197
|
*/
|
|
8082
8198
|
get: function () {
|
|
8083
|
-
return this.i.
|
|
8199
|
+
return this.i.ga;
|
|
8084
8200
|
},
|
|
8085
8201
|
set: function (v) {
|
|
8086
|
-
this.i.
|
|
8202
|
+
this.i.ga = v;
|
|
8087
8203
|
},
|
|
8088
8204
|
enumerable: false,
|
|
8089
8205
|
configurable: true
|
|
@@ -8093,10 +8209,10 @@
|
|
|
8093
8209
|
* Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
8094
8210
|
*/
|
|
8095
8211
|
get: function () {
|
|
8096
|
-
return this.i.
|
|
8212
|
+
return this.i.ge;
|
|
8097
8213
|
},
|
|
8098
8214
|
set: function (v) {
|
|
8099
|
-
this.i.
|
|
8215
|
+
this.i.ge = v;
|
|
8100
8216
|
},
|
|
8101
8217
|
enumerable: false,
|
|
8102
8218
|
configurable: true
|
|
@@ -8106,7 +8222,7 @@
|
|
|
8106
8222
|
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
8107
8223
|
*/
|
|
8108
8224
|
get: function () {
|
|
8109
|
-
var r = this.i.
|
|
8225
|
+
var r = this.i.a3;
|
|
8110
8226
|
if (r == null) {
|
|
8111
8227
|
return null;
|
|
8112
8228
|
}
|
|
@@ -8129,7 +8245,7 @@
|
|
|
8129
8245
|
});
|
|
8130
8246
|
Object.defineProperty(IgcDashboardTileComponent.prototype, "groupSortDescriptions", {
|
|
8131
8247
|
get: function () {
|
|
8132
|
-
var r = this.i.
|
|
8248
|
+
var r = this.i.az;
|
|
8133
8249
|
if (r == null) {
|
|
8134
8250
|
return null;
|
|
8135
8251
|
}
|
|
@@ -8155,7 +8271,7 @@
|
|
|
8155
8271
|
* Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
8156
8272
|
*/
|
|
8157
8273
|
get: function () {
|
|
8158
|
-
var r = this.i.
|
|
8274
|
+
var r = this.i.ay;
|
|
8159
8275
|
if (r == null) {
|
|
8160
8276
|
return null;
|
|
8161
8277
|
}
|
|
@@ -8181,7 +8297,7 @@
|
|
|
8181
8297
|
* Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
|
|
8182
8298
|
*/
|
|
8183
8299
|
get: function () {
|
|
8184
|
-
var r = this.i.
|
|
8300
|
+
var r = this.i.bn;
|
|
8185
8301
|
if (r == null) {
|
|
8186
8302
|
return null;
|
|
8187
8303
|
}
|
|
@@ -8207,7 +8323,7 @@
|
|
|
8207
8323
|
* Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
|
|
8208
8324
|
*/
|
|
8209
8325
|
get: function () {
|
|
8210
|
-
var r = this.i.
|
|
8326
|
+
var r = this.i.bo;
|
|
8211
8327
|
if (r == null) {
|
|
8212
8328
|
return null;
|
|
8213
8329
|
}
|
|
@@ -8233,7 +8349,7 @@
|
|
|
8233
8349
|
* Gets the current summaries that are applied to the grid.
|
|
8234
8350
|
*/
|
|
8235
8351
|
get: function () {
|
|
8236
|
-
var r = this.i.
|
|
8352
|
+
var r = this.i.a7;
|
|
8237
8353
|
if (r == null) {
|
|
8238
8354
|
return null;
|
|
8239
8355
|
}
|
|
@@ -8295,11 +8411,11 @@
|
|
|
8295
8411
|
* Gets or sets whether the dashboard tile should display mock data when the data source has not been provided, if supported for this type of chart.
|
|
8296
8412
|
*/
|
|
8297
8413
|
get: function () {
|
|
8298
|
-
return this.i.
|
|
8414
|
+
return this.i.dl;
|
|
8299
8415
|
},
|
|
8300
8416
|
set: function (v) {
|
|
8301
|
-
this.i.
|
|
8302
|
-
this._a("shouldDisplayMockData", this.i.
|
|
8417
|
+
this.i.dl = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8418
|
+
this._a("shouldDisplayMockData", this.i.dl);
|
|
8303
8419
|
},
|
|
8304
8420
|
enumerable: false,
|
|
8305
8421
|
configurable: true
|
|
@@ -8389,11 +8505,11 @@
|
|
|
8389
8505
|
* Gets or sets whether the dashboard tile should use a faded skeleton style for mock data.
|
|
8390
8506
|
*/
|
|
8391
8507
|
get: function () {
|
|
8392
|
-
return this.i.
|
|
8508
|
+
return this.i.dm;
|
|
8393
8509
|
},
|
|
8394
8510
|
set: function (v) {
|
|
8395
|
-
this.i.
|
|
8396
|
-
this._a("shouldUseSkeletonStyleForMockData", this.i.
|
|
8511
|
+
this.i.dm = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8512
|
+
this._a("shouldUseSkeletonStyleForMockData", this.i.dm);
|
|
8397
8513
|
},
|
|
8398
8514
|
enumerable: false,
|
|
8399
8515
|
configurable: true
|
|
@@ -8564,11 +8680,11 @@
|
|
|
8564
8680
|
* Gets the brush to use for the Category axis major strokes, if applicable.
|
|
8565
8681
|
*/
|
|
8566
8682
|
get: function () {
|
|
8567
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8683
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ja);
|
|
8568
8684
|
},
|
|
8569
8685
|
set: function (v) {
|
|
8570
|
-
this.i.
|
|
8571
|
-
this._a("categoryAxisMajorStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8686
|
+
this.i.ja = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
8687
|
+
this._a("categoryAxisMajorStroke", igniteuiWebcomponentsCore.brushToString(this.i.ja));
|
|
8572
8688
|
},
|
|
8573
8689
|
enumerable: false,
|
|
8574
8690
|
configurable: true
|
|
@@ -8629,11 +8745,11 @@
|
|
|
8629
8745
|
* Gets or sets the color for GlobalAverage value lines.
|
|
8630
8746
|
*/
|
|
8631
8747
|
get: function () {
|
|
8632
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8748
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.jb);
|
|
8633
8749
|
},
|
|
8634
8750
|
set: function (v) {
|
|
8635
|
-
this.i.
|
|
8636
|
-
this._a("valueLinesGlobalAverageBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8751
|
+
this.i.jb = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
8752
|
+
this._a("valueLinesGlobalAverageBrush", igniteuiWebcomponentsCore.brushToString(this.i.jb));
|
|
8637
8753
|
},
|
|
8638
8754
|
enumerable: false,
|
|
8639
8755
|
configurable: true
|
|
@@ -8643,11 +8759,11 @@
|
|
|
8643
8759
|
* Gets or sets the color for GlobalMinimum value lines.
|
|
8644
8760
|
*/
|
|
8645
8761
|
get: function () {
|
|
8646
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8762
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.jd);
|
|
8647
8763
|
},
|
|
8648
8764
|
set: function (v) {
|
|
8649
|
-
this.i.
|
|
8650
|
-
this._a("valueLinesGlobalMinimumBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8765
|
+
this.i.jd = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
8766
|
+
this._a("valueLinesGlobalMinimumBrush", igniteuiWebcomponentsCore.brushToString(this.i.jd));
|
|
8651
8767
|
},
|
|
8652
8768
|
enumerable: false,
|
|
8653
8769
|
configurable: true
|
|
@@ -8657,11 +8773,11 @@
|
|
|
8657
8773
|
* Gets or sets the color for GlobalMaximum value lines.
|
|
8658
8774
|
*/
|
|
8659
8775
|
get: function () {
|
|
8660
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8776
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.jc);
|
|
8661
8777
|
},
|
|
8662
8778
|
set: function (v) {
|
|
8663
|
-
this.i.
|
|
8664
|
-
this._a("valueLinesGlobalMaximumBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8779
|
+
this.i.jc = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
8780
|
+
this._a("valueLinesGlobalMaximumBrush", igniteuiWebcomponentsCore.brushToString(this.i.jc));
|
|
8665
8781
|
},
|
|
8666
8782
|
enumerable: false,
|
|
8667
8783
|
configurable: true
|
|
@@ -8727,11 +8843,11 @@
|
|
|
8727
8843
|
* Gets or sets the crosshairs to be displayed.
|
|
8728
8844
|
*/
|
|
8729
8845
|
get: function () {
|
|
8730
|
-
return this.i.
|
|
8846
|
+
return this.i.bc;
|
|
8731
8847
|
},
|
|
8732
8848
|
set: function (v) {
|
|
8733
|
-
this.i.
|
|
8734
|
-
this._a("visualizationType", igniteuiWebcomponentsCore.enumToString(DashboardTileVisualizationType_$type, this.i.
|
|
8849
|
+
this.i.bc = igniteuiWebcomponentsCore.ensureEnum(DashboardTileVisualizationType_$type, v);
|
|
8850
|
+
this._a("visualizationType", igniteuiWebcomponentsCore.enumToString(DashboardTileVisualizationType_$type, this.i.bc));
|
|
8735
8851
|
},
|
|
8736
8852
|
enumerable: false,
|
|
8737
8853
|
configurable: true
|
|
@@ -8741,11 +8857,25 @@
|
|
|
8741
8857
|
* Gets or sets the crosshairs to be displayed.
|
|
8742
8858
|
*/
|
|
8743
8859
|
get: function () {
|
|
8744
|
-
return this.i.
|
|
8860
|
+
return this.i.eh;
|
|
8745
8861
|
},
|
|
8746
8862
|
set: function (v) {
|
|
8747
|
-
this.i.
|
|
8748
|
-
this._a("validVisualizationTypePriorityThreshold", this.i.
|
|
8863
|
+
this.i.eh = +v;
|
|
8864
|
+
this._a("validVisualizationTypePriorityThreshold", this.i.eh);
|
|
8865
|
+
},
|
|
8866
|
+
enumerable: false,
|
|
8867
|
+
configurable: true
|
|
8868
|
+
});
|
|
8869
|
+
Object.defineProperty(IgcDashboardTileComponent.prototype, "isUserAnnotationsEnabled", {
|
|
8870
|
+
/**
|
|
8871
|
+
* Gets or sets whether initiating user annotations from the toolbar is enabled.
|
|
8872
|
+
*/
|
|
8873
|
+
get: function () {
|
|
8874
|
+
return this.i.de;
|
|
8875
|
+
},
|
|
8876
|
+
set: function (v) {
|
|
8877
|
+
this.i.de = igniteuiWebcomponentsCore.ensureBool(v);
|
|
8878
|
+
this._a("isUserAnnotationsEnabled", this.i.de);
|
|
8749
8879
|
},
|
|
8750
8880
|
enumerable: false,
|
|
8751
8881
|
configurable: true
|
|
@@ -8755,11 +8885,11 @@
|
|
|
8755
8885
|
* Gets or sets the base built in theme to use for the checkbox.
|
|
8756
8886
|
*/
|
|
8757
8887
|
get: function () {
|
|
8758
|
-
return this.i.
|
|
8888
|
+
return this.i.bz;
|
|
8759
8889
|
},
|
|
8760
8890
|
set: function (v) {
|
|
8761
|
-
this.i.
|
|
8762
|
-
this._a("baseTheme", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.i.
|
|
8891
|
+
this.i.bz = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.BaseControlTheme_$type, v);
|
|
8892
|
+
this._a("baseTheme", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.i.bz));
|
|
8763
8893
|
},
|
|
8764
8894
|
enumerable: false,
|
|
8765
8895
|
configurable: true
|
|
@@ -8769,11 +8899,11 @@
|
|
|
8769
8899
|
* Gets or sets the display density to use for the toolbar.
|
|
8770
8900
|
*/
|
|
8771
8901
|
get: function () {
|
|
8772
|
-
return this.i.
|
|
8902
|
+
return this.i.b1;
|
|
8773
8903
|
},
|
|
8774
8904
|
set: function (v) {
|
|
8775
|
-
this.i.
|
|
8776
|
-
this._a("density", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.i.
|
|
8905
|
+
this.i.b1 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, v);
|
|
8906
|
+
this._a("density", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.i.b1));
|
|
8777
8907
|
},
|
|
8778
8908
|
enumerable: false,
|
|
8779
8909
|
configurable: true
|
|
@@ -8783,25 +8913,25 @@
|
|
|
8783
8913
|
* Gets or sets the color to use for the background of the component.
|
|
8784
8914
|
*/
|
|
8785
8915
|
get: function () {
|
|
8786
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8916
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.i9);
|
|
8787
8917
|
},
|
|
8788
8918
|
set: function (v) {
|
|
8789
|
-
this.i.
|
|
8790
|
-
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
8919
|
+
this.i.i9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
8920
|
+
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.i9));
|
|
8791
8921
|
},
|
|
8792
8922
|
enumerable: false,
|
|
8793
8923
|
configurable: true
|
|
8794
8924
|
});
|
|
8795
8925
|
Object.defineProperty(IgcDashboardTileComponent.prototype, "isVisTypeStacked", {
|
|
8796
8926
|
get: function () {
|
|
8797
|
-
return this.i.
|
|
8927
|
+
return this.i.dg;
|
|
8798
8928
|
},
|
|
8799
8929
|
enumerable: false,
|
|
8800
8930
|
configurable: true
|
|
8801
8931
|
});
|
|
8802
8932
|
Object.defineProperty(IgcDashboardTileComponent.prototype, "isVisTypeRadial", {
|
|
8803
8933
|
get: function () {
|
|
8804
|
-
return this.i.
|
|
8934
|
+
return this.i.df;
|
|
8805
8935
|
},
|
|
8806
8936
|
enumerable: false,
|
|
8807
8937
|
configurable: true
|
|
@@ -8920,21 +9050,37 @@
|
|
|
8920
9050
|
this._inStyling = false;
|
|
8921
9051
|
};
|
|
8922
9052
|
IgcDashboardTileComponent.prototype.updateSettingsValue = function (key, value) {
|
|
8923
|
-
this.i.
|
|
9053
|
+
this.i.i0(key, value);
|
|
8924
9054
|
};
|
|
8925
9055
|
IgcDashboardTileComponent.prototype.getSettingsValue = function (key) {
|
|
8926
|
-
var iv = this.i.
|
|
9056
|
+
var iv = this.i.e1(key);
|
|
8927
9057
|
return (iv);
|
|
8928
9058
|
};
|
|
8929
9059
|
IgcDashboardTileComponent.prototype.hasModifiedSettings = function () {
|
|
8930
|
-
var iv = this.i.
|
|
9060
|
+
var iv = this.i.cz();
|
|
8931
9061
|
return (iv);
|
|
8932
9062
|
};
|
|
8933
9063
|
IgcDashboardTileComponent.prototype.clearSettings = function () {
|
|
8934
|
-
this.i.
|
|
9064
|
+
this.i.hc();
|
|
8935
9065
|
};
|
|
8936
9066
|
IgcDashboardTileComponent.prototype.removeSettingsValue = function (key) {
|
|
8937
|
-
this.i.
|
|
9067
|
+
this.i.io(key);
|
|
9068
|
+
};
|
|
9069
|
+
IgcDashboardTileComponent.prototype.startCreatingAnnotation = function () {
|
|
9070
|
+
this.i.startCreatingAnnotation();
|
|
9071
|
+
};
|
|
9072
|
+
IgcDashboardTileComponent.prototype.startDeletingAnnotation = function () {
|
|
9073
|
+
this.i.startDeletingAnnotation();
|
|
9074
|
+
};
|
|
9075
|
+
IgcDashboardTileComponent.prototype.resetAnnotations = function () {
|
|
9076
|
+
this.i.resetAnnotations();
|
|
9077
|
+
};
|
|
9078
|
+
IgcDashboardTileComponent.prototype.saveAnnotationsToJson = function () {
|
|
9079
|
+
var iv = this.i.gm();
|
|
9080
|
+
return (iv);
|
|
9081
|
+
};
|
|
9082
|
+
IgcDashboardTileComponent.prototype.loadAnnotationsFromJson = function (jsonString) {
|
|
9083
|
+
this.i.ht(jsonString);
|
|
8938
9084
|
};
|
|
8939
9085
|
IgcDashboardTileComponent.prototype.zoomIn = function (percentage) {
|
|
8940
9086
|
this.i.zoomIn(percentage);
|
|
@@ -8953,8 +9099,14 @@
|
|
|
8953
9099
|
IgcDashboardTileComponent.prototype.resetZoom = function () {
|
|
8954
9100
|
this.i.resetZoom();
|
|
8955
9101
|
};
|
|
9102
|
+
IgcDashboardTileComponent.prototype.cancelAnnotationFlow = function (annotationFlowId) {
|
|
9103
|
+
this.i.g9(annotationFlowId);
|
|
9104
|
+
};
|
|
9105
|
+
IgcDashboardTileComponent.prototype.finishAnnotationFlow = function (flowInformation) {
|
|
9106
|
+
this.i.hm((flowInformation == null ? null : flowInformation.i));
|
|
9107
|
+
};
|
|
8956
9108
|
IgcDashboardTileComponent.prototype.onUIReady = function () {
|
|
8957
|
-
this.i.
|
|
9109
|
+
this.i.ib();
|
|
8958
9110
|
};
|
|
8959
9111
|
IgcDashboardTileComponent.prototype.getDesiredToolbarActions = function () {
|
|
8960
9112
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -9028,6 +9180,68 @@
|
|
|
9028
9180
|
enumerable: false,
|
|
9029
9181
|
configurable: true
|
|
9030
9182
|
});
|
|
9183
|
+
Object.defineProperty(IgcDashboardTileComponent.prototype, "userAnnotationInformationRequested", {
|
|
9184
|
+
/**
|
|
9185
|
+
* Occurs to request additional information for an annotation being added.
|
|
9186
|
+
*/
|
|
9187
|
+
get: function () {
|
|
9188
|
+
return this._userAnnotationInformationRequested;
|
|
9189
|
+
},
|
|
9190
|
+
set: function (ev) {
|
|
9191
|
+
var _this = this;
|
|
9192
|
+
if (this._userAnnotationInformationRequested_wrapped !== null) {
|
|
9193
|
+
this.i.userAnnotationInformationRequested = igniteuiWebcomponentsCore.delegateRemove(this.i.userAnnotationInformationRequested, this._userAnnotationInformationRequested_wrapped);
|
|
9194
|
+
this._userAnnotationInformationRequested_wrapped = null;
|
|
9195
|
+
this._userAnnotationInformationRequested = null;
|
|
9196
|
+
}
|
|
9197
|
+
this._userAnnotationInformationRequested = ev;
|
|
9198
|
+
this._userAnnotationInformationRequested_wrapped = function (o, e) {
|
|
9199
|
+
var outerArgs = new igniteuiWebcomponentsCharts.IgcUserAnnotationInformationEventArgs();
|
|
9200
|
+
outerArgs._provideImplementation(e);
|
|
9201
|
+
if (_this.beforeUserAnnotationInformationRequested) {
|
|
9202
|
+
_this.beforeUserAnnotationInformationRequested(_this, outerArgs);
|
|
9203
|
+
}
|
|
9204
|
+
if (_this._userAnnotationInformationRequested) {
|
|
9205
|
+
_this._userAnnotationInformationRequested(_this, outerArgs);
|
|
9206
|
+
}
|
|
9207
|
+
};
|
|
9208
|
+
this.i.userAnnotationInformationRequested = igniteuiWebcomponentsCore.delegateCombine(this.i.userAnnotationInformationRequested, this._userAnnotationInformationRequested_wrapped);
|
|
9209
|
+
;
|
|
9210
|
+
},
|
|
9211
|
+
enumerable: false,
|
|
9212
|
+
configurable: true
|
|
9213
|
+
});
|
|
9214
|
+
Object.defineProperty(IgcDashboardTileComponent.prototype, "userAnnotationToolTipContentUpdating", {
|
|
9215
|
+
/**
|
|
9216
|
+
* Occurs to request additional information for an annotation being added.
|
|
9217
|
+
*/
|
|
9218
|
+
get: function () {
|
|
9219
|
+
return this._userAnnotationToolTipContentUpdating;
|
|
9220
|
+
},
|
|
9221
|
+
set: function (ev) {
|
|
9222
|
+
var _this = this;
|
|
9223
|
+
if (this._userAnnotationToolTipContentUpdating_wrapped !== null) {
|
|
9224
|
+
this.i.userAnnotationToolTipContentUpdating = igniteuiWebcomponentsCore.delegateRemove(this.i.userAnnotationToolTipContentUpdating, this._userAnnotationToolTipContentUpdating_wrapped);
|
|
9225
|
+
this._userAnnotationToolTipContentUpdating_wrapped = null;
|
|
9226
|
+
this._userAnnotationToolTipContentUpdating = null;
|
|
9227
|
+
}
|
|
9228
|
+
this._userAnnotationToolTipContentUpdating = ev;
|
|
9229
|
+
this._userAnnotationToolTipContentUpdating_wrapped = function (o, e) {
|
|
9230
|
+
var outerArgs = new igniteuiWebcomponentsCharts.IgcUserAnnotationToolTipContentUpdatingEventArgs();
|
|
9231
|
+
outerArgs._provideImplementation(e);
|
|
9232
|
+
if (_this.beforeUserAnnotationToolTipContentUpdating) {
|
|
9233
|
+
_this.beforeUserAnnotationToolTipContentUpdating(_this, outerArgs);
|
|
9234
|
+
}
|
|
9235
|
+
if (_this._userAnnotationToolTipContentUpdating) {
|
|
9236
|
+
_this._userAnnotationToolTipContentUpdating(_this, outerArgs);
|
|
9237
|
+
}
|
|
9238
|
+
};
|
|
9239
|
+
this.i.userAnnotationToolTipContentUpdating = igniteuiWebcomponentsCore.delegateCombine(this.i.userAnnotationToolTipContentUpdating, this._userAnnotationToolTipContentUpdating_wrapped);
|
|
9240
|
+
;
|
|
9241
|
+
},
|
|
9242
|
+
enumerable: false,
|
|
9243
|
+
configurable: true
|
|
9244
|
+
});
|
|
9031
9245
|
IgcDashboardTileComponent._observedAttributesIgcDashboardTileComponent = null;
|
|
9032
9246
|
IgcDashboardTileComponent.htmlTagName = "igc-dashboard-tile";
|
|
9033
9247
|
IgcDashboardTileComponent._isElementRegistered = false;
|
|
@@ -9106,7 +9320,7 @@
|
|
|
9106
9320
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
9107
9321
|
}
|
|
9108
9322
|
LinearGaugeDashboardTileFeature.register = function () {
|
|
9109
|
-
LinearGaugeDashboardTileFeature.registerCore(DashboardTile.
|
|
9323
|
+
LinearGaugeDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
9110
9324
|
};
|
|
9111
9325
|
LinearGaugeDashboardTileFeature.registerCore = function (a) {
|
|
9112
9326
|
DashboardTileCommonFeature.a(a);
|
|
@@ -9149,7 +9363,7 @@
|
|
|
9149
9363
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
9150
9364
|
}
|
|
9151
9365
|
PieChartDashboardTileFeature.register = function () {
|
|
9152
|
-
PieChartDashboardTileFeature.registerCore(DashboardTile.
|
|
9366
|
+
PieChartDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
9153
9367
|
};
|
|
9154
9368
|
PieChartDashboardTileFeature.registerCore = function (a) {
|
|
9155
9369
|
DashboardTileCommonFeature.a(a);
|
|
@@ -9193,7 +9407,7 @@
|
|
|
9193
9407
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
9194
9408
|
}
|
|
9195
9409
|
RadialGaugeDashboardTileFeature.register = function () {
|
|
9196
|
-
RadialGaugeDashboardTileFeature.registerCore(DashboardTile.
|
|
9410
|
+
RadialGaugeDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
9197
9411
|
};
|
|
9198
9412
|
RadialGaugeDashboardTileFeature.registerCore = function (a) {
|
|
9199
9413
|
DashboardTileCommonFeature.a(a);
|
|
@@ -9236,7 +9450,7 @@
|
|
|
9236
9450
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
9237
9451
|
}
|
|
9238
9452
|
GeographicMapDashboardTileFeature.register = function () {
|
|
9239
|
-
GeographicMapDashboardTileFeature.registerCore(DashboardTile.
|
|
9453
|
+
GeographicMapDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
9240
9454
|
};
|
|
9241
9455
|
GeographicMapDashboardTileFeature.registerCore = function (a) {
|
|
9242
9456
|
DashboardTileCommonFeature.a(a);
|
|
@@ -9279,7 +9493,7 @@
|
|
|
9279
9493
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
9280
9494
|
}
|
|
9281
9495
|
DataChartDashboardTileFeature.register = function () {
|
|
9282
|
-
DataChartDashboardTileFeature.registerCore(DashboardTile.
|
|
9496
|
+
DataChartDashboardTileFeature.registerCore(DashboardTile.bu.context);
|
|
9283
9497
|
};
|
|
9284
9498
|
DataChartDashboardTileFeature.registerCore = function (a) {
|
|
9285
9499
|
DashboardTileCommonFeature.a(a);
|