igniteui-webcomponents-dashboards 5.2.0 → 5.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 +474 -327
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
- package/esm2015/lib/DataSeriesToDescriptionAdapter_combined.js +371 -321
- package/esm2015/lib/ValueGetterResult.js +35 -0
- package/esm2015/lib/igc-dashboard-tile-component.js +40 -10
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/DataSeriesToDescriptionAdapter_combined.js +379 -317
- package/esm5/lib/ValueGetterResult.js +45 -0
- package/esm5/lib/igc-dashboard-tile-component.js +52 -10
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +446 -332
- package/fesm5/igniteui-webcomponents-dashboards.js +474 -328
- package/lib/DataSeriesToDescriptionAdapter_combined.d.ts +87 -74
- package/lib/ValueGetterResult.d.ts +14 -0
- package/lib/igc-dashboard-tile-component.d.ts +15 -0
- package/package.json +8 -8
- package/public_api.d.ts +1 -0
|
@@ -50,6 +50,41 @@ let DescriptionValueLookupHelper = /*@__PURE__*/ (() => {
|
|
|
50
50
|
return DescriptionValueLookupHelper;
|
|
51
51
|
})();
|
|
52
52
|
|
|
53
|
+
/*
|
|
54
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
55
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
56
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
57
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
58
|
+
*/
|
|
59
|
+
/**
|
|
60
|
+
* @hidden
|
|
61
|
+
*/
|
|
62
|
+
let ValueGetterResult = /*@__PURE__*/ (() => {
|
|
63
|
+
class ValueGetterResult extends Base {
|
|
64
|
+
get value() {
|
|
65
|
+
return this._value;
|
|
66
|
+
}
|
|
67
|
+
set value(a) {
|
|
68
|
+
this._value = a;
|
|
69
|
+
}
|
|
70
|
+
get nullIsValue() {
|
|
71
|
+
return this._nullIsValue;
|
|
72
|
+
}
|
|
73
|
+
set nullIsValue(a) {
|
|
74
|
+
this._nullIsValue = a;
|
|
75
|
+
}
|
|
76
|
+
constructor(a, b) {
|
|
77
|
+
super();
|
|
78
|
+
this._value = null;
|
|
79
|
+
this._nullIsValue = false;
|
|
80
|
+
this.value = a;
|
|
81
|
+
this.nullIsValue = b;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
ValueGetterResult.$t = /*@__PURE__*/ markType(ValueGetterResult, 'ValueGetterResult');
|
|
85
|
+
return ValueGetterResult;
|
|
86
|
+
})();
|
|
87
|
+
|
|
53
88
|
/*
|
|
54
89
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
55
90
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -2326,7 +2361,7 @@ let DashboardTileView = /*@__PURE__*/ (() => {
|
|
|
2326
2361
|
return;
|
|
2327
2362
|
}
|
|
2328
2363
|
this.k = a;
|
|
2329
|
-
this.b.
|
|
2364
|
+
this.b.hq();
|
|
2330
2365
|
}
|
|
2331
2366
|
q() {
|
|
2332
2367
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -2375,7 +2410,7 @@ let DashboardTileView = /*@__PURE__*/ (() => {
|
|
|
2375
2410
|
p() {
|
|
2376
2411
|
this.e = true;
|
|
2377
2412
|
if (this.f()) {
|
|
2378
|
-
this.b.
|
|
2413
|
+
this.b.hp();
|
|
2379
2414
|
}
|
|
2380
2415
|
}
|
|
2381
2416
|
}
|
|
@@ -2453,10 +2488,10 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2453
2488
|
onCustomizationsChanged(a) {
|
|
2454
2489
|
this.g = a;
|
|
2455
2490
|
this.ci = true;
|
|
2456
|
-
this.
|
|
2457
|
-
this.
|
|
2491
|
+
this.gy();
|
|
2492
|
+
this.hv();
|
|
2458
2493
|
}
|
|
2459
|
-
|
|
2494
|
+
gy() {
|
|
2460
2495
|
if (this.el != null) {
|
|
2461
2496
|
let a = this.el;
|
|
2462
2497
|
let b = a.actualProperties;
|
|
@@ -2489,7 +2524,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2489
2524
|
let c = new CaptureImageSettings();
|
|
2490
2525
|
c.b = true;
|
|
2491
2526
|
c.a = 0;
|
|
2492
|
-
b.imageCaptured = delegateCombine(b.imageCaptured, runOn(this, this.
|
|
2527
|
+
b.imageCaptured = delegateCombine(b.imageCaptured, runOn(this, this.hn));
|
|
2493
2528
|
b.nb(c);
|
|
2494
2529
|
b.al.q();
|
|
2495
2530
|
}
|
|
@@ -2498,11 +2533,11 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2498
2533
|
this.ca = null;
|
|
2499
2534
|
}
|
|
2500
2535
|
}
|
|
2501
|
-
|
|
2536
|
+
hn(a, b) {
|
|
2502
2537
|
this.ce = false;
|
|
2503
2538
|
if (typeCast(XamDataChart.$, this.et) !== null) {
|
|
2504
2539
|
let c = this.et;
|
|
2505
|
-
c.imageCaptured = delegateRemove(c.imageCaptured, runOn(this, this.
|
|
2540
|
+
c.imageCaptured = delegateRemove(c.imageCaptured, runOn(this, this.hn));
|
|
2506
2541
|
}
|
|
2507
2542
|
if (this.ca != null) {
|
|
2508
2543
|
this.ca(this, b);
|
|
@@ -2515,7 +2550,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2515
2550
|
get d0() {
|
|
2516
2551
|
if (this.dq == null) {
|
|
2517
2552
|
this.dq = new List$1(DataSeriesType_$type, 0);
|
|
2518
|
-
this.
|
|
2553
|
+
this.gt(this.dq, ((() => {
|
|
2519
2554
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2520
2555
|
$ret.add(2);
|
|
2521
2556
|
$ret.add(1);
|
|
@@ -2528,12 +2563,12 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2528
2563
|
$ret.add(8);
|
|
2529
2564
|
return $ret;
|
|
2530
2565
|
})()));
|
|
2531
|
-
this.
|
|
2566
|
+
this.gt(this.dq, ((() => {
|
|
2532
2567
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2533
2568
|
$ret.add(34);
|
|
2534
2569
|
return $ret;
|
|
2535
2570
|
})()));
|
|
2536
|
-
this.
|
|
2571
|
+
this.gt(this.dq, ((() => {
|
|
2537
2572
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2538
2573
|
$ret.add(11);
|
|
2539
2574
|
$ret.add(12);
|
|
@@ -2544,7 +2579,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2544
2579
|
$ret.add(15);
|
|
2545
2580
|
return $ret;
|
|
2546
2581
|
})()));
|
|
2547
|
-
this.
|
|
2582
|
+
this.gt(this.dq, ((() => {
|
|
2548
2583
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2549
2584
|
$ret.add(11);
|
|
2550
2585
|
$ret.add(12);
|
|
@@ -2557,7 +2592,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2557
2592
|
$ret.add(19);
|
|
2558
2593
|
return $ret;
|
|
2559
2594
|
})()));
|
|
2560
|
-
this.
|
|
2595
|
+
this.gt(this.dq, ((() => {
|
|
2561
2596
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2562
2597
|
$ret.add(38);
|
|
2563
2598
|
$ret.add(39);
|
|
@@ -2568,12 +2603,12 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2568
2603
|
$ret.add(44);
|
|
2569
2604
|
return $ret;
|
|
2570
2605
|
})()));
|
|
2571
|
-
this.
|
|
2606
|
+
this.gt(this.dq, ((() => {
|
|
2572
2607
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2573
2608
|
$ret.add(20);
|
|
2574
2609
|
return $ret;
|
|
2575
2610
|
})()));
|
|
2576
|
-
this.
|
|
2611
|
+
this.gt(this.dq, ((() => {
|
|
2577
2612
|
let $ret = new List$1(DataSeriesType_$type, 0);
|
|
2578
2613
|
$ret.add(37);
|
|
2579
2614
|
$ret.add(36);
|
|
@@ -2582,7 +2617,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2582
2617
|
}
|
|
2583
2618
|
return this.dq;
|
|
2584
2619
|
}
|
|
2585
|
-
|
|
2620
|
+
gt(a, b) {
|
|
2586
2621
|
for (let c of fromEnum(b)) {
|
|
2587
2622
|
let d = true;
|
|
2588
2623
|
d = TypeRegistrar.isRegistered(EnumUtil.getName(DataSeriesType_$type, c));
|
|
@@ -2733,9 +2768,12 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2733
2768
|
this._selectedSeriesItems = null;
|
|
2734
2769
|
this.o = null;
|
|
2735
2770
|
this.p = null;
|
|
2736
|
-
this.
|
|
2771
|
+
this.ie = null;
|
|
2737
2772
|
this.ah = null;
|
|
2738
2773
|
this.s = null;
|
|
2774
|
+
this.ig = null;
|
|
2775
|
+
this.ii = null;
|
|
2776
|
+
this.ih = null;
|
|
2739
2777
|
this.cb = false;
|
|
2740
2778
|
this.cc = true;
|
|
2741
2779
|
this.cj = false;
|
|
@@ -2744,7 +2782,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2744
2782
|
this.d5 = 60;
|
|
2745
2783
|
this.bs = 0;
|
|
2746
2784
|
this.bu = 0;
|
|
2747
|
-
this.
|
|
2785
|
+
this.id = null;
|
|
2748
2786
|
this.ew = null;
|
|
2749
2787
|
this.bx = ((() => {
|
|
2750
2788
|
let $ret = new FontInfo();
|
|
@@ -2780,9 +2818,9 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2780
2818
|
this.bz = null;
|
|
2781
2819
|
this.selectedSeriesItems = new ChartSelectedItemCollection();
|
|
2782
2820
|
let a = this.selectedSeriesItems;
|
|
2783
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
2821
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.h0));
|
|
2784
2822
|
let b = this.selectedSeriesItems;
|
|
2785
|
-
b.collectionResetting = delegateCombine(b.collectionResetting, runOn(this, this.
|
|
2823
|
+
b.collectionResetting = delegateCombine(b.collectionResetting, runOn(this, this.h1));
|
|
2786
2824
|
NativeUIInputsFactory.n();
|
|
2787
2825
|
NativeUIXInputsFactory.m();
|
|
2788
2826
|
let c = new DashboardTileView();
|
|
@@ -2791,25 +2829,25 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2791
2829
|
this.a4.x();
|
|
2792
2830
|
this.ab = this.ad(true);
|
|
2793
2831
|
let d = this.ab;
|
|
2794
|
-
d.removingUnsupported = delegateCombine(d.removingUnsupported, runOn(this, this.
|
|
2832
|
+
d.removingUnsupported = delegateCombine(d.removingUnsupported, runOn(this, this.g0));
|
|
2795
2833
|
let e = this.ab.dataSeries;
|
|
2796
|
-
e.collectionChanged = delegateCombine(e.collectionChanged, runOn(this, this.
|
|
2834
|
+
e.collectionChanged = delegateCombine(e.collectionChanged, runOn(this, this.hj));
|
|
2797
2835
|
this.ac = this.ad(false);
|
|
2798
2836
|
let f = this.ac.dataSeries;
|
|
2799
|
-
f.collectionChanged = delegateCombine(f.collectionChanged, runOn(this, this.
|
|
2837
|
+
f.collectionChanged = delegateCombine(f.collectionChanged, runOn(this, this.hm));
|
|
2800
2838
|
let g = this.ac;
|
|
2801
|
-
g.removingUnsupported = delegateCombine(g.removingUnsupported, runOn(this, this.
|
|
2839
|
+
g.removingUnsupported = delegateCombine(g.removingUnsupported, runOn(this, this.g0));
|
|
2802
2840
|
let h = this.customizations;
|
|
2803
|
-
h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.
|
|
2841
|
+
h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.gz));
|
|
2804
2842
|
}
|
|
2805
|
-
|
|
2843
|
+
gz(a, b) {
|
|
2806
2844
|
this.cq = true;
|
|
2807
|
-
this.
|
|
2845
|
+
this.hv();
|
|
2808
2846
|
}
|
|
2809
|
-
|
|
2847
|
+
g0(a, b) {
|
|
2810
2848
|
let c = a;
|
|
2811
2849
|
if (c == this.ab) {
|
|
2812
|
-
this.
|
|
2850
|
+
this.ia(b.a);
|
|
2813
2851
|
}
|
|
2814
2852
|
let d = b.a;
|
|
2815
2853
|
if (this.a6 != 0) {
|
|
@@ -2829,7 +2867,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2829
2867
|
}
|
|
2830
2868
|
return false;
|
|
2831
2869
|
}
|
|
2832
|
-
|
|
2870
|
+
ia(a) {
|
|
2833
2871
|
let b = new List$1(DashboardTileVisualizationType_$type, 0);
|
|
2834
2872
|
let c = new HashSet$1(DashboardTileVisualizationType_$type, 0);
|
|
2835
2873
|
for (let d = a.getDataSeriesCount() - 1; d >= 0; d--) {
|
|
@@ -2901,18 +2939,18 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2901
2939
|
}
|
|
2902
2940
|
return null;
|
|
2903
2941
|
}
|
|
2904
|
-
|
|
2905
|
-
this.
|
|
2906
|
-
this.
|
|
2942
|
+
h1(a, b) {
|
|
2943
|
+
this.hb((c) => c.selectedSeriesItems.clear());
|
|
2944
|
+
this.g9((c) => c.selectedItems.clear());
|
|
2907
2945
|
}
|
|
2908
|
-
|
|
2946
|
+
h0(a, b) {
|
|
2909
2947
|
if (this.cf) {
|
|
2910
2948
|
return;
|
|
2911
2949
|
}
|
|
2912
2950
|
this.cf = true;
|
|
2913
2951
|
if (b.oldItems != null) {
|
|
2914
2952
|
for (let c of fromEn(b.oldItems)) {
|
|
2915
|
-
this.
|
|
2953
|
+
this.hb((d) => {
|
|
2916
2954
|
let e = new List$1(ChartSelection.$, 0);
|
|
2917
2955
|
for (let f of fromEnum(d.selectedSeriesItems)) {
|
|
2918
2956
|
if (this.dc(c, f)) {
|
|
@@ -2923,7 +2961,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2923
2961
|
d.selectedSeriesItems.remove(g);
|
|
2924
2962
|
}
|
|
2925
2963
|
});
|
|
2926
|
-
this.
|
|
2964
|
+
this.g9((d) => {
|
|
2927
2965
|
let e = new List$1(Base.$, 0);
|
|
2928
2966
|
for (let f of fromEnum(d.selectedItems)) {
|
|
2929
2967
|
if (this.dd(c, f)) {
|
|
@@ -2938,7 +2976,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2938
2976
|
}
|
|
2939
2977
|
if (b.newItems != null) {
|
|
2940
2978
|
for (let d of fromEn(b.newItems)) {
|
|
2941
|
-
this.
|
|
2979
|
+
this.hb((e) => {
|
|
2942
2980
|
let f = false;
|
|
2943
2981
|
for (let g of fromEnum(e.selectedSeriesItems)) {
|
|
2944
2982
|
if (this.dc(d, g)) {
|
|
@@ -2950,7 +2988,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2950
2988
|
}
|
|
2951
2989
|
e.selectedSeriesItems.add(d);
|
|
2952
2990
|
});
|
|
2953
|
-
this.
|
|
2991
|
+
this.g9((e) => {
|
|
2954
2992
|
let f = false;
|
|
2955
2993
|
for (let g of fromEnum(e.selectedItems)) {
|
|
2956
2994
|
if (this.dd(d, g)) {
|
|
@@ -2975,26 +3013,26 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
2975
3013
|
}
|
|
2976
3014
|
return false;
|
|
2977
3015
|
}
|
|
2978
|
-
|
|
3016
|
+
hj(a, b) {
|
|
2979
3017
|
let c = b.oldItems == null ? "null" : b.oldItems.count.toString();
|
|
2980
3018
|
let d = b.newItems == null ? "null" : b.newItems.count.toString();
|
|
2981
3019
|
if (this.c4) {
|
|
2982
3020
|
return;
|
|
2983
3021
|
}
|
|
2984
|
-
let e = this.
|
|
3022
|
+
let e = this.hw(runOn(this, this.g3), this.c4);
|
|
2985
3023
|
this.c4 = e.p1;
|
|
2986
3024
|
}
|
|
2987
|
-
|
|
3025
|
+
hm(a, b) {
|
|
2988
3026
|
let c = b.oldItems == null ? "null" : b.oldItems.count.toString();
|
|
2989
3027
|
let d = b.newItems == null ? "null" : b.newItems.count.toString();
|
|
2990
3028
|
if (this.c3) {
|
|
2991
3029
|
return;
|
|
2992
3030
|
}
|
|
2993
|
-
let e = this.
|
|
3031
|
+
let e = this.hw(runOn(this, this.g2), this.c3);
|
|
2994
3032
|
this.c3 = e.p1;
|
|
2995
3033
|
}
|
|
2996
|
-
|
|
2997
|
-
this.
|
|
3034
|
+
g2() {
|
|
3035
|
+
this.gw();
|
|
2998
3036
|
}
|
|
2999
3037
|
get ge() {
|
|
3000
3038
|
return this.e5;
|
|
@@ -3003,10 +3041,10 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3003
3041
|
let b = this.ge;
|
|
3004
3042
|
if (a != b) {
|
|
3005
3043
|
this.e5 = a;
|
|
3006
|
-
this.
|
|
3044
|
+
this.ho("TileTitle", b, this.ge);
|
|
3007
3045
|
}
|
|
3008
3046
|
}
|
|
3009
|
-
|
|
3047
|
+
hw(a, b) {
|
|
3010
3048
|
if (!b) {
|
|
3011
3049
|
b = true;
|
|
3012
3050
|
if (this.eh != null) {
|
|
@@ -3020,8 +3058,8 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3020
3058
|
p1: b
|
|
3021
3059
|
};
|
|
3022
3060
|
}
|
|
3023
|
-
|
|
3024
|
-
let a = this.
|
|
3061
|
+
hv() {
|
|
3062
|
+
let a = this.hw(runOn(this, this.g3), this.c4);
|
|
3025
3063
|
this.c4 = a.p1;
|
|
3026
3064
|
}
|
|
3027
3065
|
cu() {
|
|
@@ -3041,19 +3079,19 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3041
3079
|
}
|
|
3042
3080
|
return true;
|
|
3043
3081
|
}
|
|
3044
|
-
|
|
3082
|
+
gw() {
|
|
3045
3083
|
this.c3 = false;
|
|
3046
3084
|
let a = false;
|
|
3047
3085
|
if (this.cu()) {
|
|
3048
3086
|
a = true;
|
|
3049
|
-
this.
|
|
3087
|
+
this.gu();
|
|
3050
3088
|
}
|
|
3051
3089
|
if (a) {
|
|
3052
|
-
this.
|
|
3053
|
-
this.
|
|
3090
|
+
this.g6();
|
|
3091
|
+
this.h6();
|
|
3054
3092
|
}
|
|
3055
3093
|
}
|
|
3056
|
-
|
|
3094
|
+
g6() {
|
|
3057
3095
|
if (this.c4) {
|
|
3058
3096
|
let a = 0;
|
|
3059
3097
|
for (let b of fromEnum(this.ab.dataSeries)) {
|
|
@@ -3070,10 +3108,10 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3070
3108
|
}
|
|
3071
3109
|
}
|
|
3072
3110
|
}
|
|
3073
|
-
|
|
3111
|
+
h6() {
|
|
3074
3112
|
this.dg.clear();
|
|
3075
3113
|
}
|
|
3076
|
-
|
|
3114
|
+
gu() {
|
|
3077
3115
|
let a = 0;
|
|
3078
3116
|
for (let b of fromEnum(this.ac.dataSeries)) {
|
|
3079
3117
|
if (b.index == -1) {
|
|
@@ -3090,21 +3128,21 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3090
3128
|
let c = "series_" + (a.index + 1) + "_" + b;
|
|
3091
3129
|
return c;
|
|
3092
3130
|
}
|
|
3093
|
-
|
|
3131
|
+
g3() {
|
|
3094
3132
|
let a = false;
|
|
3095
3133
|
if (this.cu()) {
|
|
3096
3134
|
a = true;
|
|
3097
|
-
this.
|
|
3098
|
-
this.
|
|
3135
|
+
this.gu();
|
|
3136
|
+
this.g6();
|
|
3099
3137
|
}
|
|
3100
|
-
this.
|
|
3138
|
+
this.hy();
|
|
3101
3139
|
if (a) {
|
|
3102
|
-
this.
|
|
3140
|
+
this.h6();
|
|
3103
3141
|
}
|
|
3104
3142
|
}
|
|
3105
|
-
|
|
3143
|
+
h9(a, b) {
|
|
3106
3144
|
this.dk.item(a, b);
|
|
3107
|
-
this.
|
|
3145
|
+
this.hv();
|
|
3108
3146
|
}
|
|
3109
3147
|
er(a) {
|
|
3110
3148
|
if (this.dk.containsKey(a)) {
|
|
@@ -3115,18 +3153,18 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3115
3153
|
ct() {
|
|
3116
3154
|
return this.dk.count > 0;
|
|
3117
3155
|
}
|
|
3118
|
-
|
|
3156
|
+
gx() {
|
|
3119
3157
|
this.dk.clear();
|
|
3120
|
-
this.
|
|
3158
|
+
this.hv();
|
|
3121
3159
|
}
|
|
3122
|
-
|
|
3160
|
+
hx(a) {
|
|
3123
3161
|
this.dk.removeItem(a);
|
|
3124
|
-
this.
|
|
3162
|
+
this.hv();
|
|
3125
3163
|
}
|
|
3126
3164
|
get db() {
|
|
3127
3165
|
return this.a4.f();
|
|
3128
3166
|
}
|
|
3129
|
-
|
|
3167
|
+
hy() {
|
|
3130
3168
|
this.c4 = false;
|
|
3131
3169
|
if (!this.db) {
|
|
3132
3170
|
return;
|
|
@@ -3169,7 +3207,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3169
3207
|
d.m(this.dk);
|
|
3170
3208
|
d.addCoercion("VisibilityToBooleanConverter", runOn(this, this.ek));
|
|
3171
3209
|
d.addCoercion("BooleanToVisibilityConverter", runOn(this, this.ej));
|
|
3172
|
-
this.
|
|
3210
|
+
this.hz(d);
|
|
3173
3211
|
let e = new DataSeriesToDescriptionAdapter(d);
|
|
3174
3212
|
let f = this.ab.dataSeries.toArray();
|
|
3175
3213
|
f = this.l(f);
|
|
@@ -3188,7 +3226,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3188
3226
|
let n = m.properties;
|
|
3189
3227
|
this.g = PropertyEditorPanel.b(DashboardTile.bp, g.descriptionType, n);
|
|
3190
3228
|
this.ci = true;
|
|
3191
|
-
this.
|
|
3229
|
+
this.hy();
|
|
3192
3230
|
return;
|
|
3193
3231
|
}
|
|
3194
3232
|
}
|
|
@@ -3202,11 +3240,11 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3202
3240
|
if (!DashboardTile.bo.hasRef(this.fi)) {
|
|
3203
3241
|
DashboardTile.bo.provideRefValue(this.eo("content"), this.fi, this.ep());
|
|
3204
3242
|
}
|
|
3205
|
-
this.
|
|
3206
|
-
this.
|
|
3207
|
-
this.
|
|
3208
|
-
this.
|
|
3209
|
-
this.
|
|
3243
|
+
this.h2(g);
|
|
3244
|
+
this.h2(h);
|
|
3245
|
+
this.h2(i);
|
|
3246
|
+
this.h2(j);
|
|
3247
|
+
this.h2(k);
|
|
3210
3248
|
let u = new StringBuilder(0);
|
|
3211
3249
|
u.u("{");
|
|
3212
3250
|
u.u("\"descriptions\": {");
|
|
@@ -3269,7 +3307,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3269
3307
|
this.et = this.eq(x);
|
|
3270
3308
|
if (this.cp) {
|
|
3271
3309
|
this.cp = false;
|
|
3272
|
-
this.
|
|
3310
|
+
this.hc();
|
|
3273
3311
|
}
|
|
3274
3312
|
});
|
|
3275
3313
|
DashboardTile.bo.resolveRefValue(this.eo("grid"), this.fi + "/" + "dataGrid", (x) => this.ei = this.eq(x));
|
|
@@ -3279,15 +3317,15 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3279
3317
|
this.el.f = DashboardTile.bo;
|
|
3280
3318
|
}
|
|
3281
3319
|
}
|
|
3282
|
-
DashboardTile.bo.provideRefValue(this.eo("content"), "ChartSelectedItemsChanged", runOn(this, this.
|
|
3283
|
-
DashboardTile.bo.provideRefValue(this.eo("content"), "PieChartSelectedItemsChanged", runOn(this, this.
|
|
3284
|
-
DashboardTile.bo.provideRefValue(this.eo("content"), "GridSelectedItemsChanged", runOn(this, this.
|
|
3285
|
-
DashboardTile.bo.provideRefValue(this.eo("editor"), "VisibilityConverter", runOn(this, this.
|
|
3320
|
+
DashboardTile.bo.provideRefValue(this.eo("content"), "ChartSelectedItemsChanged", runOn(this, this.gv));
|
|
3321
|
+
DashboardTile.bo.provideRefValue(this.eo("content"), "PieChartSelectedItemsChanged", runOn(this, this.hr));
|
|
3322
|
+
DashboardTile.bo.provideRefValue(this.eo("content"), "GridSelectedItemsChanged", runOn(this, this.g7));
|
|
3323
|
+
DashboardTile.bo.provideRefValue(this.eo("editor"), "VisibilityConverter", runOn(this, this.ic));
|
|
3286
3324
|
if (this.el != null) {
|
|
3287
|
-
this.
|
|
3325
|
+
this.ip();
|
|
3288
3326
|
}
|
|
3289
3327
|
}
|
|
3290
|
-
|
|
3328
|
+
hz(a) {
|
|
3291
3329
|
let b = a.customizations;
|
|
3292
3330
|
b.o(this);
|
|
3293
3331
|
}
|
|
@@ -3522,7 +3560,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3522
3560
|
}
|
|
3523
3561
|
}
|
|
3524
3562
|
}
|
|
3525
|
-
this.
|
|
3563
|
+
this.hd(a);
|
|
3526
3564
|
return new DataSeriesToDescriptionCustomizations(a.toArray());
|
|
3527
3565
|
}
|
|
3528
3566
|
bb() {
|
|
@@ -3536,7 +3574,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3536
3574
|
let c = this.dy(a);
|
|
3537
3575
|
return new DataSeriesToDescriptionCustomizations(c.toArray());
|
|
3538
3576
|
}
|
|
3539
|
-
|
|
3577
|
+
hd(a) {
|
|
3540
3578
|
a.add(((() => {
|
|
3541
3579
|
let $ret = new DataSeriesToDescriptionCustomization();
|
|
3542
3580
|
$ret.matchType = "DataChart";
|
|
@@ -3574,19 +3612,19 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3574
3612
|
let e = DashboardTileCustomization.a(d);
|
|
3575
3613
|
if (d.h != null) {
|
|
3576
3614
|
let f = d.h(this);
|
|
3577
|
-
if (f == null) {
|
|
3615
|
+
if (f.value == null && !f.nullIsValue) {
|
|
3578
3616
|
continue;
|
|
3579
3617
|
}
|
|
3580
|
-
e.propertyValue = f;
|
|
3618
|
+
e.propertyValue = f.value;
|
|
3581
3619
|
if (d.g) {
|
|
3582
|
-
e.e = (g) => d.h(g);
|
|
3620
|
+
e.e = (g) => d.h(g).value;
|
|
3583
3621
|
}
|
|
3584
3622
|
}
|
|
3585
3623
|
b.add(e);
|
|
3586
3624
|
}
|
|
3587
3625
|
return b;
|
|
3588
3626
|
}
|
|
3589
|
-
|
|
3627
|
+
ic(a, b) {
|
|
3590
3628
|
let c = b.value;
|
|
3591
3629
|
if (typeCast(Boolean_$type, c) !== null) {
|
|
3592
3630
|
if (c) {
|
|
@@ -3597,20 +3635,20 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3597
3635
|
}
|
|
3598
3636
|
}
|
|
3599
3637
|
}
|
|
3600
|
-
|
|
3638
|
+
gv(a, b) {
|
|
3601
3639
|
b = (b.i);
|
|
3602
|
-
this.
|
|
3640
|
+
this.hi(b);
|
|
3603
3641
|
}
|
|
3604
|
-
|
|
3642
|
+
hr(a, b) {
|
|
3605
3643
|
b = (b.i);
|
|
3606
|
-
this.
|
|
3644
|
+
this.hi(b);
|
|
3607
3645
|
}
|
|
3608
|
-
|
|
3646
|
+
g7(a, b) {
|
|
3609
3647
|
b = (b.i);
|
|
3610
|
-
this.
|
|
3648
|
+
this.hl(b);
|
|
3611
3649
|
}
|
|
3612
|
-
|
|
3613
|
-
this.
|
|
3650
|
+
hl(a) {
|
|
3651
|
+
this.hb((b) => {
|
|
3614
3652
|
if (this.cf) {
|
|
3615
3653
|
return;
|
|
3616
3654
|
}
|
|
@@ -3630,7 +3668,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3630
3668
|
}
|
|
3631
3669
|
this.cf = false;
|
|
3632
3670
|
});
|
|
3633
|
-
this.
|
|
3671
|
+
this.ha((b) => {
|
|
3634
3672
|
if (this.cf) {
|
|
3635
3673
|
return;
|
|
3636
3674
|
}
|
|
@@ -3651,8 +3689,8 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3651
3689
|
this.cf = false;
|
|
3652
3690
|
});
|
|
3653
3691
|
}
|
|
3654
|
-
|
|
3655
|
-
this.
|
|
3692
|
+
hi(a) {
|
|
3693
|
+
this.g9((b) => {
|
|
3656
3694
|
if (this.cf) {
|
|
3657
3695
|
return;
|
|
3658
3696
|
}
|
|
@@ -3672,7 +3710,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3672
3710
|
let b = this.ee;
|
|
3673
3711
|
this.ee = a;
|
|
3674
3712
|
if (b != a) {
|
|
3675
|
-
this.
|
|
3713
|
+
this.ho("MainContent", b, a);
|
|
3676
3714
|
}
|
|
3677
3715
|
}
|
|
3678
3716
|
get ei() {
|
|
@@ -3682,7 +3720,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3682
3720
|
let b = this.ea;
|
|
3683
3721
|
this.ea = a;
|
|
3684
3722
|
if (b != a) {
|
|
3685
|
-
this.
|
|
3723
|
+
this.ho("DataGrid", b, a);
|
|
3686
3724
|
}
|
|
3687
3725
|
}
|
|
3688
3726
|
get el() {
|
|
@@ -3692,7 +3730,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3692
3730
|
let b = this.eb;
|
|
3693
3731
|
this.eb = a;
|
|
3694
3732
|
if (b != a) {
|
|
3695
|
-
this.
|
|
3733
|
+
this.ho("Editor", b, a);
|
|
3696
3734
|
}
|
|
3697
3735
|
}
|
|
3698
3736
|
get externalObject() {
|
|
@@ -3704,7 +3742,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3704
3742
|
ep() {
|
|
3705
3743
|
return this.externalObject;
|
|
3706
3744
|
}
|
|
3707
|
-
|
|
3745
|
+
h2(a) {
|
|
3708
3746
|
if (a == null) {
|
|
3709
3747
|
return;
|
|
3710
3748
|
}
|
|
@@ -3739,7 +3777,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3739
3777
|
static f7(a) {
|
|
3740
3778
|
return DashboardTileView.n(a);
|
|
3741
3779
|
}
|
|
3742
|
-
|
|
3780
|
+
h4(a, b, c) {
|
|
3743
3781
|
if (a) {
|
|
3744
3782
|
b.e = c;
|
|
3745
3783
|
}
|
|
@@ -3747,7 +3785,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3747
3785
|
b.n(c);
|
|
3748
3786
|
}
|
|
3749
3787
|
}
|
|
3750
|
-
|
|
3788
|
+
h3(a, b, c) {
|
|
3751
3789
|
if (a) {
|
|
3752
3790
|
b.syncTarget = c;
|
|
3753
3791
|
}
|
|
@@ -3755,7 +3793,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3755
3793
|
b.o(c);
|
|
3756
3794
|
}
|
|
3757
3795
|
}
|
|
3758
|
-
|
|
3796
|
+
h5(a, b, c) {
|
|
3759
3797
|
if (a) {
|
|
3760
3798
|
b.e = c;
|
|
3761
3799
|
}
|
|
@@ -3914,12 +3952,12 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3914
3952
|
this.bd = new FilterExpressionCollection();
|
|
3915
3953
|
this.be = new FilterExpressionCollection();
|
|
3916
3954
|
}
|
|
3917
|
-
this.
|
|
3918
|
-
this.
|
|
3919
|
-
this.
|
|
3920
|
-
this.
|
|
3921
|
-
this.
|
|
3922
|
-
this.
|
|
3955
|
+
this.h4(a, this.ax, b.sortDescriptions);
|
|
3956
|
+
this.h4(a, this.as, b.groupDescriptions);
|
|
3957
|
+
this.h3(a, this.bh, b.filterExpressions);
|
|
3958
|
+
this.h3(a, this.bi, b.highlightFilterExpressions);
|
|
3959
|
+
this.h5(a, this.a1, b.summaryDescriptions);
|
|
3960
|
+
this.h4(a, this.at, b.postSortDescriptions);
|
|
3923
3961
|
if (a) {
|
|
3924
3962
|
this.bl = new SortGroupParser();
|
|
3925
3963
|
this.bm = new SummaryParser();
|
|
@@ -3956,30 +3994,30 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
3956
3994
|
}
|
|
3957
3995
|
{
|
|
3958
3996
|
if (this.bh.k.count == 0) {
|
|
3959
|
-
this.
|
|
3997
|
+
this.h3(a, this.bf, b.filterExpressions);
|
|
3960
3998
|
}
|
|
3961
3999
|
}
|
|
3962
4000
|
{
|
|
3963
4001
|
if (this.bi.k.count == 0) {
|
|
3964
|
-
this.
|
|
4002
|
+
this.h3(a, this.bg, b.highlightFilterExpressions);
|
|
3965
4003
|
}
|
|
3966
4004
|
}
|
|
3967
4005
|
{
|
|
3968
4006
|
if (this.ax.j.count == 0) {
|
|
3969
|
-
this.
|
|
4007
|
+
this.h4(a, this.aq, b.sortDescriptions);
|
|
3970
4008
|
}
|
|
3971
4009
|
if (this.at.j.count == 0) {
|
|
3972
|
-
this.
|
|
4010
|
+
this.h4(a, this.ap, b.postSortDescriptions);
|
|
3973
4011
|
}
|
|
3974
4012
|
}
|
|
3975
4013
|
{
|
|
3976
4014
|
if (this.as.j.count == 0) {
|
|
3977
|
-
this.
|
|
4015
|
+
this.h4(a, this.ao, b.groupDescriptions);
|
|
3978
4016
|
}
|
|
3979
4017
|
}
|
|
3980
4018
|
{
|
|
3981
4019
|
if (this.a1.j.count == 0) {
|
|
3982
|
-
this.
|
|
4020
|
+
this.h5(a, this.ay, b.summaryDescriptions);
|
|
3983
4021
|
}
|
|
3984
4022
|
}
|
|
3985
4023
|
if (this.includedProperties != null) {
|
|
@@ -4013,7 +4051,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4013
4051
|
let b = this.itemsSource;
|
|
4014
4052
|
if (b != a) {
|
|
4015
4053
|
this.ed = a;
|
|
4016
|
-
this.
|
|
4054
|
+
this.ho("ItemsSource", b, this.itemsSource);
|
|
4017
4055
|
}
|
|
4018
4056
|
}
|
|
4019
4057
|
get actualItemsSource() {
|
|
@@ -4023,7 +4061,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4023
4061
|
let b = this.actualItemsSource;
|
|
4024
4062
|
if (b != a) {
|
|
4025
4063
|
this.d9 = a;
|
|
4026
|
-
this.
|
|
4064
|
+
this.ho("ActualItemsSource", b, this.actualItemsSource);
|
|
4027
4065
|
}
|
|
4028
4066
|
}
|
|
4029
4067
|
get highlightedItemsSource() {
|
|
@@ -4033,7 +4071,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4033
4071
|
let b = this.highlightedItemsSource;
|
|
4034
4072
|
if (b != a) {
|
|
4035
4073
|
this.ec = a;
|
|
4036
|
-
this.
|
|
4074
|
+
this.ho("HighlightedItemsSource", b, this.highlightedItemsSource);
|
|
4037
4075
|
}
|
|
4038
4076
|
}
|
|
4039
4077
|
get actualHighlightedItemsSource() {
|
|
@@ -4043,7 +4081,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4043
4081
|
let b = this.actualHighlightedItemsSource;
|
|
4044
4082
|
if (b != a) {
|
|
4045
4083
|
this.d8 = a;
|
|
4046
|
-
this.
|
|
4084
|
+
this.ho("ActualHighlightedItemsSource", b, this.actualHighlightedItemsSource);
|
|
4047
4085
|
}
|
|
4048
4086
|
}
|
|
4049
4087
|
get_de() {
|
|
@@ -4053,7 +4091,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4053
4091
|
let b = this.de;
|
|
4054
4092
|
if (a != b) {
|
|
4055
4093
|
this.cm = a;
|
|
4056
|
-
this.
|
|
4094
|
+
this.ho("ShouldDisplayMockData", b, this.de);
|
|
4057
4095
|
}
|
|
4058
4096
|
}
|
|
4059
4097
|
get de() {
|
|
@@ -4069,7 +4107,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4069
4107
|
let b = this.shouldAvoidAxisAnnotationCollisions;
|
|
4070
4108
|
if (a != b) {
|
|
4071
4109
|
this.cl = a;
|
|
4072
|
-
this.
|
|
4110
|
+
this.ho("ShouldAvoidAxisAnnotationCollisions", b, this.shouldAvoidAxisAnnotationCollisions);
|
|
4073
4111
|
}
|
|
4074
4112
|
}
|
|
4075
4113
|
get trendLineType() {
|
|
@@ -4079,7 +4117,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4079
4117
|
let b = this.trendLineType;
|
|
4080
4118
|
if (a != b) {
|
|
4081
4119
|
this.ag = a;
|
|
4082
|
-
this.
|
|
4120
|
+
this.ho("TrendLineType", enumGetBox(TrendLineType_$type, b), enumGetBox(TrendLineType_$type, this.trendLineType));
|
|
4083
4121
|
}
|
|
4084
4122
|
}
|
|
4085
4123
|
get_df() {
|
|
@@ -4089,7 +4127,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4089
4127
|
let b = this.df;
|
|
4090
4128
|
if (a != b) {
|
|
4091
4129
|
this.cn = a;
|
|
4092
|
-
this.
|
|
4130
|
+
this.ho("ShouldUseSkeletonStyleForMockData", b, this.df);
|
|
4093
4131
|
}
|
|
4094
4132
|
}
|
|
4095
4133
|
get df() {
|
|
@@ -4105,7 +4143,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4105
4143
|
let b = this.af;
|
|
4106
4144
|
if (a != b) {
|
|
4107
4145
|
this.ae = a;
|
|
4108
|
-
this.
|
|
4146
|
+
this.ho("HighlightedValuesDisplayMode", enumGetBox(SeriesHighlightedValuesDisplayMode_$type, b), enumGetBox(SeriesHighlightedValuesDisplayMode_$type, this.af));
|
|
4109
4147
|
}
|
|
4110
4148
|
}
|
|
4111
4149
|
get af() {
|
|
@@ -4121,7 +4159,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4121
4159
|
let b = this.i;
|
|
4122
4160
|
this.i = a;
|
|
4123
4161
|
if (b != this.i) {
|
|
4124
|
-
this.
|
|
4162
|
+
this.ho("IncludedProperties", b, this.i);
|
|
4125
4163
|
}
|
|
4126
4164
|
}
|
|
4127
4165
|
get m() {
|
|
@@ -4131,7 +4169,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4131
4169
|
let b = this.j;
|
|
4132
4170
|
this.j = a;
|
|
4133
4171
|
if (b != this.j) {
|
|
4134
|
-
this.
|
|
4172
|
+
this.ho("ValidVisualizationTypes", b, this.j);
|
|
4135
4173
|
}
|
|
4136
4174
|
}
|
|
4137
4175
|
get excludedProperties() {
|
|
@@ -4141,7 +4179,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4141
4179
|
let b = this.h;
|
|
4142
4180
|
this.h = a;
|
|
4143
4181
|
if (b != this.h) {
|
|
4144
|
-
this.
|
|
4182
|
+
this.ho("ExcludedProperties", b, this.h);
|
|
4145
4183
|
}
|
|
4146
4184
|
}
|
|
4147
4185
|
get v() {
|
|
@@ -4151,7 +4189,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4151
4189
|
let b = this.v;
|
|
4152
4190
|
if (a != b) {
|
|
4153
4191
|
this.q = a;
|
|
4154
|
-
this.
|
|
4192
|
+
this.ho("Brushes", b, this.v);
|
|
4155
4193
|
}
|
|
4156
4194
|
}
|
|
4157
4195
|
get w() {
|
|
@@ -4161,7 +4199,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4161
4199
|
let b = this.w;
|
|
4162
4200
|
if (a != b) {
|
|
4163
4201
|
this.r = a;
|
|
4164
|
-
this.
|
|
4202
|
+
this.ho("Outlines", b, this.w);
|
|
4165
4203
|
}
|
|
4166
4204
|
}
|
|
4167
4205
|
get selectedSeriesItems() {
|
|
@@ -4195,7 +4233,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4195
4233
|
let b = this.o;
|
|
4196
4234
|
if (a != b) {
|
|
4197
4235
|
this.o = a;
|
|
4198
|
-
this.
|
|
4236
|
+
this.ho("ActualBrushes", b, this.t);
|
|
4199
4237
|
}
|
|
4200
4238
|
}
|
|
4201
4239
|
get u() {
|
|
@@ -4205,17 +4243,17 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4205
4243
|
let b = this.p;
|
|
4206
4244
|
if (a != b) {
|
|
4207
4245
|
this.p = a;
|
|
4208
|
-
this.
|
|
4246
|
+
this.ho("ActualOutlines", b, this.u);
|
|
4209
4247
|
}
|
|
4210
4248
|
}
|
|
4211
|
-
get
|
|
4212
|
-
return this.
|
|
4249
|
+
get ik() {
|
|
4250
|
+
return this.ie;
|
|
4213
4251
|
}
|
|
4214
|
-
set
|
|
4215
|
-
let b = this.
|
|
4252
|
+
set ik(a) {
|
|
4253
|
+
let b = this.ie;
|
|
4216
4254
|
if (a != b) {
|
|
4217
|
-
this.
|
|
4218
|
-
this.
|
|
4255
|
+
this.ie = a;
|
|
4256
|
+
this.ho("CategoryAxisMajorStroke", b, this.ik);
|
|
4219
4257
|
}
|
|
4220
4258
|
}
|
|
4221
4259
|
get valueLines() {
|
|
@@ -4225,7 +4263,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4225
4263
|
let b = this.ah;
|
|
4226
4264
|
if (a != b) {
|
|
4227
4265
|
this.ah = a;
|
|
4228
|
-
this.
|
|
4266
|
+
this.ho("ValueLines", b, this.ah);
|
|
4229
4267
|
}
|
|
4230
4268
|
}
|
|
4231
4269
|
get valueLinesBrushes() {
|
|
@@ -4235,7 +4273,37 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4235
4273
|
let b = this.s;
|
|
4236
4274
|
if (a != b) {
|
|
4237
4275
|
this.s = a;
|
|
4238
|
-
this.
|
|
4276
|
+
this.ho("ValueLinesBrushes", b, this.s);
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
get il() {
|
|
4280
|
+
return this.ig;
|
|
4281
|
+
}
|
|
4282
|
+
set il(a) {
|
|
4283
|
+
let b = this.ig;
|
|
4284
|
+
if (a != b) {
|
|
4285
|
+
this.ig = a;
|
|
4286
|
+
this.ho("ValueLinesGlobalAverageBrush", b, this.ig);
|
|
4287
|
+
}
|
|
4288
|
+
}
|
|
4289
|
+
get io() {
|
|
4290
|
+
return this.ii;
|
|
4291
|
+
}
|
|
4292
|
+
set io(a) {
|
|
4293
|
+
let b = this.ii;
|
|
4294
|
+
if (a != b) {
|
|
4295
|
+
this.ii = a;
|
|
4296
|
+
this.ho("ValueLinesGlobalMinimumBrush", b, this.ii);
|
|
4297
|
+
}
|
|
4298
|
+
}
|
|
4299
|
+
get im() {
|
|
4300
|
+
return this.ii;
|
|
4301
|
+
}
|
|
4302
|
+
set im(a) {
|
|
4303
|
+
let b = this.ih;
|
|
4304
|
+
if (a != b) {
|
|
4305
|
+
this.ih = a;
|
|
4306
|
+
this.ho("ValueLinesGlobalMaximumBrush", b, this.ih);
|
|
4239
4307
|
}
|
|
4240
4308
|
}
|
|
4241
4309
|
get autoCalloutsVisible() {
|
|
@@ -4245,7 +4313,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4245
4313
|
let b = this.autoCalloutsVisible;
|
|
4246
4314
|
if (a != b) {
|
|
4247
4315
|
this.cb = a;
|
|
4248
|
-
this.
|
|
4316
|
+
this.ho("AutoCalloutsVisible", b, this.autoCalloutsVisible);
|
|
4249
4317
|
}
|
|
4250
4318
|
}
|
|
4251
4319
|
get crosshairsAnnotationEnabled() {
|
|
@@ -4255,7 +4323,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4255
4323
|
let b = this.crosshairsAnnotationEnabled;
|
|
4256
4324
|
if (a != b) {
|
|
4257
4325
|
this.cc = a;
|
|
4258
|
-
this.
|
|
4326
|
+
this.ho("CrosshairsAnnotationEnabled", b, this.crosshairsAnnotationEnabled);
|
|
4259
4327
|
}
|
|
4260
4328
|
}
|
|
4261
4329
|
static cr(a) {
|
|
@@ -4291,7 +4359,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4291
4359
|
let b = this.finalValueAnnotationsVisible;
|
|
4292
4360
|
if (a != b) {
|
|
4293
4361
|
this.cj = a;
|
|
4294
|
-
this.
|
|
4362
|
+
this.ho("FinalValueAnnotationsVisible", b, this.finalValueAnnotationsVisible);
|
|
4295
4363
|
}
|
|
4296
4364
|
}
|
|
4297
4365
|
get crosshairsDisplayMode() {
|
|
@@ -4301,7 +4369,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4301
4369
|
let b = this.crosshairsDisplayMode;
|
|
4302
4370
|
if (a != b) {
|
|
4303
4371
|
this.z = a;
|
|
4304
|
-
this.
|
|
4372
|
+
this.ho("CrosshairsDisplayMode", enumGetBox(CrosshairsDisplayMode_$type, b), enumGetBox(CrosshairsDisplayMode_$type, this.crosshairsDisplayMode));
|
|
4305
4373
|
}
|
|
4306
4374
|
}
|
|
4307
4375
|
get a6() {
|
|
@@ -4311,7 +4379,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4311
4379
|
let b = this.a6;
|
|
4312
4380
|
if (a != b) {
|
|
4313
4381
|
this.a5 = a;
|
|
4314
|
-
this.
|
|
4382
|
+
this.ho("VisualizationType", enumGetBox(DashboardTileVisualizationType_$type, b), enumGetBox(DashboardTileVisualizationType_$type, this.a6));
|
|
4315
4383
|
}
|
|
4316
4384
|
}
|
|
4317
4385
|
get d7() {
|
|
@@ -4321,12 +4389,12 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4321
4389
|
let b = this.d7;
|
|
4322
4390
|
if (a != b) {
|
|
4323
4391
|
this.d5 = a;
|
|
4324
|
-
this.
|
|
4392
|
+
this.ho("ValidVisualizationTypePriorityThreshold", b, this.d7);
|
|
4325
4393
|
}
|
|
4326
4394
|
}
|
|
4327
4395
|
notifyContainerResized() {
|
|
4328
4396
|
}
|
|
4329
|
-
|
|
4397
|
+
hg(a) {
|
|
4330
4398
|
}
|
|
4331
4399
|
get bt() {
|
|
4332
4400
|
return this.bs;
|
|
@@ -4335,7 +4403,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4335
4403
|
let b = this.bs;
|
|
4336
4404
|
this.bs = a;
|
|
4337
4405
|
if (b != this.bs) {
|
|
4338
|
-
this.
|
|
4406
|
+
this.ho("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
4339
4407
|
}
|
|
4340
4408
|
}
|
|
4341
4409
|
get bv() {
|
|
@@ -4345,17 +4413,17 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4345
4413
|
let b = this.bu;
|
|
4346
4414
|
this.bu = a;
|
|
4347
4415
|
if (b != this.bu) {
|
|
4348
|
-
this.
|
|
4416
|
+
this.ho("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
4349
4417
|
}
|
|
4350
4418
|
}
|
|
4351
|
-
get
|
|
4352
|
-
return this.
|
|
4419
|
+
get ij() {
|
|
4420
|
+
return this.id;
|
|
4353
4421
|
}
|
|
4354
|
-
set
|
|
4355
|
-
let b = this.
|
|
4356
|
-
this.
|
|
4357
|
-
if (b != this.
|
|
4358
|
-
this.
|
|
4422
|
+
set ij(a) {
|
|
4423
|
+
let b = this.id;
|
|
4424
|
+
this.id = a;
|
|
4425
|
+
if (b != this.id) {
|
|
4426
|
+
this.ho("BackgroundColor", b, a);
|
|
4359
4427
|
}
|
|
4360
4428
|
}
|
|
4361
4429
|
ev() {
|
|
@@ -4437,34 +4505,34 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4437
4505
|
d3() {
|
|
4438
4506
|
return null;
|
|
4439
4507
|
}
|
|
4440
|
-
|
|
4508
|
+
g8(a) {
|
|
4441
4509
|
if (typeCast(XamDataChart.$, this.et) !== null) {
|
|
4442
4510
|
a(this.et);
|
|
4443
4511
|
}
|
|
4444
4512
|
}
|
|
4445
|
-
|
|
4513
|
+
ha(a) {
|
|
4446
4514
|
if (typeCast(DataPieChart.$, this.et) !== null) {
|
|
4447
4515
|
a(this.et);
|
|
4448
4516
|
}
|
|
4449
4517
|
}
|
|
4450
|
-
|
|
4518
|
+
hb(a) {
|
|
4451
4519
|
if (typeCast(SeriesViewer.$, this.et) !== null) {
|
|
4452
4520
|
a(this.et);
|
|
4453
4521
|
}
|
|
4454
4522
|
}
|
|
4455
|
-
|
|
4523
|
+
g9(a) {
|
|
4456
4524
|
if (typeCast(DataGrid.$, this.ei) !== null) {
|
|
4457
4525
|
a(this.ei);
|
|
4458
4526
|
}
|
|
4459
4527
|
}
|
|
4460
4528
|
zoomIn(a) {
|
|
4461
|
-
this.
|
|
4529
|
+
this.hb((b) => b.rz(a));
|
|
4462
4530
|
}
|
|
4463
4531
|
zoomOut(a) {
|
|
4464
|
-
this.
|
|
4532
|
+
this.hb((b) => b.r0(a));
|
|
4465
4533
|
}
|
|
4466
4534
|
resetZoom() {
|
|
4467
|
-
this.
|
|
4535
|
+
this.hb((a) => a.q8());
|
|
4468
4536
|
}
|
|
4469
4537
|
x(a) {
|
|
4470
4538
|
if (!this.de || !this.df || this.itemsSource != null) {
|
|
@@ -4483,7 +4551,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4483
4551
|
notifySizeChanged() {
|
|
4484
4552
|
this.a4.t();
|
|
4485
4553
|
}
|
|
4486
|
-
|
|
4554
|
+
hq() {
|
|
4487
4555
|
NativeUIContent.aw(this.a4.m(), [7, 7, 3, 0, 0, 0, 0, 7, 0], (a) => {
|
|
4488
4556
|
let b = a[0];
|
|
4489
4557
|
let c = a[1];
|
|
@@ -4563,14 +4631,14 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4563
4631
|
this.a4.p();
|
|
4564
4632
|
});
|
|
4565
4633
|
}
|
|
4566
|
-
|
|
4634
|
+
hp() {
|
|
4567
4635
|
this.a4.s(this.en(this.b4), this.fi);
|
|
4568
4636
|
this.a4.s(this.en(this.b3), this.fi);
|
|
4569
4637
|
this.a4.s(this.en(this.b2), this.fi);
|
|
4570
4638
|
this.a4.s(this.en(this.b1), this.fi);
|
|
4571
4639
|
this.a4.s(this.en(this.b0), this.fi);
|
|
4572
4640
|
if (!this.c4) {
|
|
4573
|
-
this.
|
|
4641
|
+
this.hv();
|
|
4574
4642
|
}
|
|
4575
4643
|
}
|
|
4576
4644
|
get fi() {
|
|
@@ -4600,16 +4668,16 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4600
4668
|
}
|
|
4601
4669
|
this.a4.v(a);
|
|
4602
4670
|
}
|
|
4603
|
-
|
|
4671
|
+
ho(a, b, c) {
|
|
4604
4672
|
if (this.propertyChanged != null) {
|
|
4605
4673
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
4606
4674
|
}
|
|
4607
|
-
this.
|
|
4675
|
+
this.ht(a, b, c);
|
|
4608
4676
|
}
|
|
4609
|
-
|
|
4677
|
+
ht(a, b, c) {
|
|
4610
4678
|
if (!this.cd && DashboardTile.cs(a)) {
|
|
4611
4679
|
this.cd = true;
|
|
4612
|
-
this.
|
|
4680
|
+
this.hv();
|
|
4613
4681
|
}
|
|
4614
4682
|
switch (a) {
|
|
4615
4683
|
case "VisualizationType":
|
|
@@ -4617,7 +4685,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4617
4685
|
if (this.ac != null) {
|
|
4618
4686
|
this.ac.refresh();
|
|
4619
4687
|
}
|
|
4620
|
-
this.
|
|
4688
|
+
this.hv();
|
|
4621
4689
|
break;
|
|
4622
4690
|
case "TileTitle":
|
|
4623
4691
|
this.b6.bm = c;
|
|
@@ -4629,7 +4697,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4629
4697
|
this.u = this.x(this.w);
|
|
4630
4698
|
}
|
|
4631
4699
|
this.ab.itemsSource = this.actualItemsSource;
|
|
4632
|
-
this.
|
|
4700
|
+
this.hc();
|
|
4633
4701
|
break;
|
|
4634
4702
|
case "ActualHighlightedItemsSource":
|
|
4635
4703
|
this.ac.itemsSource = this.actualHighlightedItemsSource;
|
|
@@ -4652,25 +4720,25 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4652
4720
|
case "MainContent":
|
|
4653
4721
|
if (this.cp) {
|
|
4654
4722
|
this.cp = false;
|
|
4655
|
-
this.
|
|
4723
|
+
this.hc();
|
|
4656
4724
|
}
|
|
4657
4725
|
break;
|
|
4658
4726
|
case "ValueLines":
|
|
4659
4727
|
if (b != null) {
|
|
4660
4728
|
let d = b;
|
|
4661
|
-
d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.
|
|
4729
|
+
d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.ib));
|
|
4662
4730
|
}
|
|
4663
4731
|
if (c != null) {
|
|
4664
4732
|
let e = this.valueLines;
|
|
4665
|
-
e.collectionChanged = delegateCombine(e.collectionChanged, runOn(this, this.
|
|
4733
|
+
e.collectionChanged = delegateCombine(e.collectionChanged, runOn(this, this.ib));
|
|
4666
4734
|
}
|
|
4667
4735
|
break;
|
|
4668
4736
|
}
|
|
4669
4737
|
}
|
|
4670
|
-
|
|
4738
|
+
ib(a, b) {
|
|
4671
4739
|
if (!this.cd && DashboardTile.cs("ValueLines")) {
|
|
4672
4740
|
this.cd = true;
|
|
4673
|
-
this.
|
|
4741
|
+
this.hv();
|
|
4674
4742
|
}
|
|
4675
4743
|
}
|
|
4676
4744
|
static cs(a) {
|
|
@@ -4720,7 +4788,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4720
4788
|
provideContextAccessor(a) {
|
|
4721
4789
|
this.bw = a;
|
|
4722
4790
|
}
|
|
4723
|
-
|
|
4791
|
+
hc() {
|
|
4724
4792
|
if (this.invalidateActions != null) {
|
|
4725
4793
|
this.invalidateActions();
|
|
4726
4794
|
}
|
|
@@ -4739,19 +4807,19 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4739
4807
|
this.dm.remove(a);
|
|
4740
4808
|
}
|
|
4741
4809
|
}
|
|
4742
|
-
|
|
4810
|
+
h8() {
|
|
4743
4811
|
if (this.b2 != null) {
|
|
4744
4812
|
this.b2.bj = this.b2.bj == 0 ? 1 : 0;
|
|
4745
4813
|
}
|
|
4746
4814
|
}
|
|
4747
|
-
|
|
4815
|
+
h7() {
|
|
4748
4816
|
if (this.b5 != null) {
|
|
4749
|
-
let a = this.
|
|
4817
|
+
let a = this.ip();
|
|
4750
4818
|
let b = this.b5.bj == 1;
|
|
4751
4819
|
if (b) {
|
|
4752
4820
|
this.b5.bj = 0;
|
|
4753
4821
|
}
|
|
4754
|
-
this.
|
|
4822
|
+
this.g5(a.width);
|
|
4755
4823
|
if (b) {
|
|
4756
4824
|
this.b5.bj = 1;
|
|
4757
4825
|
}
|
|
@@ -4760,13 +4828,13 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4760
4828
|
c = -1;
|
|
4761
4829
|
}
|
|
4762
4830
|
this.co = !this.co;
|
|
4763
|
-
this.
|
|
4831
|
+
this.hs(this.bz, c);
|
|
4764
4832
|
if (b) {
|
|
4765
4833
|
this.bz.ready.f((d) => this.b5.bj = 0);
|
|
4766
4834
|
}
|
|
4767
4835
|
}
|
|
4768
4836
|
}
|
|
4769
|
-
|
|
4837
|
+
ip() {
|
|
4770
4838
|
let a = new Size(1, 0, 0);
|
|
4771
4839
|
if (this.el != null) {
|
|
4772
4840
|
a = this.el.cs();
|
|
@@ -4781,30 +4849,30 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4781
4849
|
}
|
|
4782
4850
|
return a;
|
|
4783
4851
|
}
|
|
4784
|
-
|
|
4852
|
+
g4(a) {
|
|
4785
4853
|
a.commitStyles();
|
|
4786
4854
|
if (a == this.bz && this.cg) {
|
|
4787
4855
|
this.bz = null;
|
|
4788
4856
|
}
|
|
4789
4857
|
}
|
|
4790
|
-
|
|
4858
|
+
hs(a, b) {
|
|
4791
4859
|
if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
|
|
4792
4860
|
a.reverse();
|
|
4793
4861
|
if (this.ch) {
|
|
4794
4862
|
a.finish();
|
|
4795
|
-
this.
|
|
4863
|
+
this.g4(a);
|
|
4796
4864
|
return;
|
|
4797
4865
|
}
|
|
4798
|
-
a.finished.f((c) => this.
|
|
4866
|
+
a.finished.f((c) => this.g4(a));
|
|
4799
4867
|
}
|
|
4800
4868
|
else {
|
|
4801
4869
|
a.play();
|
|
4802
4870
|
if (this.ch) {
|
|
4803
4871
|
a.finish();
|
|
4804
|
-
this.
|
|
4872
|
+
this.g4(a);
|
|
4805
4873
|
return;
|
|
4806
4874
|
}
|
|
4807
|
-
a.finished.f((c) => this.
|
|
4875
|
+
a.finished.f((c) => this.g4(a));
|
|
4808
4876
|
}
|
|
4809
4877
|
}
|
|
4810
4878
|
get n() {
|
|
@@ -4813,7 +4881,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4813
4881
|
a.b = 0;
|
|
4814
4882
|
return a;
|
|
4815
4883
|
}
|
|
4816
|
-
|
|
4884
|
+
g5(a) {
|
|
4817
4885
|
this.a4.q();
|
|
4818
4886
|
if (this.bz == null) {
|
|
4819
4887
|
let b = new TransformGroup();
|
|
@@ -4838,7 +4906,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4838
4906
|
let b = this.bq;
|
|
4839
4907
|
this.bq = a;
|
|
4840
4908
|
if (b != this.bq) {
|
|
4841
|
-
this.
|
|
4909
|
+
this.ho("ExecutionContext", b, this.bq);
|
|
4842
4910
|
}
|
|
4843
4911
|
}
|
|
4844
4912
|
get c9() {
|
|
@@ -4870,42 +4938,42 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4870
4938
|
let $ret = new DashboardTileCustomization();
|
|
4871
4939
|
$ret.m = "AnchoredCategorySeries";
|
|
4872
4940
|
$ret.n = "TrendLineType";
|
|
4873
|
-
$ret.h = (a) => EnumUtil.getName(TrendLineType_$type, a.trendLineType);
|
|
4941
|
+
$ret.h = (a) => new ValueGetterResult(EnumUtil.getName(TrendLineType_$type, a.trendLineType), false);
|
|
4874
4942
|
return $ret;
|
|
4875
4943
|
})()));
|
|
4876
4944
|
$ret.add(((() => {
|
|
4877
4945
|
let $ret = new DashboardTileCustomization();
|
|
4878
4946
|
$ret.m = "FinancialIndicator";
|
|
4879
4947
|
$ret.n = "TrendLineType";
|
|
4880
|
-
$ret.h = (a) => EnumUtil.getName(TrendLineType_$type, a.trendLineType);
|
|
4948
|
+
$ret.h = (a) => new ValueGetterResult(EnumUtil.getName(TrendLineType_$type, a.trendLineType), false);
|
|
4881
4949
|
return $ret;
|
|
4882
4950
|
})()));
|
|
4883
4951
|
$ret.add(((() => {
|
|
4884
4952
|
let $ret = new DashboardTileCustomization();
|
|
4885
4953
|
$ret.m = "FinancialPriceSeries";
|
|
4886
4954
|
$ret.n = "TrendLineType";
|
|
4887
|
-
$ret.h = (a) => EnumUtil.getName(TrendLineType_$type, a.trendLineType);
|
|
4955
|
+
$ret.h = (a) => new ValueGetterResult(EnumUtil.getName(TrendLineType_$type, a.trendLineType), false);
|
|
4888
4956
|
return $ret;
|
|
4889
4957
|
})()));
|
|
4890
4958
|
$ret.add(((() => {
|
|
4891
4959
|
let $ret = new DashboardTileCustomization();
|
|
4892
4960
|
$ret.m = "PolarBase";
|
|
4893
4961
|
$ret.n = "TrendLineType";
|
|
4894
|
-
$ret.h = (a) => EnumUtil.getName(TrendLineType_$type, a.trendLineType);
|
|
4962
|
+
$ret.h = (a) => new ValueGetterResult(EnumUtil.getName(TrendLineType_$type, a.trendLineType), false);
|
|
4895
4963
|
return $ret;
|
|
4896
4964
|
})()));
|
|
4897
4965
|
$ret.add(((() => {
|
|
4898
4966
|
let $ret = new DashboardTileCustomization();
|
|
4899
4967
|
$ret.m = "ScatterBase";
|
|
4900
4968
|
$ret.n = "TrendLineType";
|
|
4901
|
-
$ret.h = (a) => EnumUtil.getName(TrendLineType_$type, a.trendLineType);
|
|
4969
|
+
$ret.h = (a) => new ValueGetterResult(EnumUtil.getName(TrendLineType_$type, a.trendLineType), false);
|
|
4902
4970
|
return $ret;
|
|
4903
4971
|
})()));
|
|
4904
4972
|
$ret.add(((() => {
|
|
4905
4973
|
let $ret = new DashboardTileCustomization();
|
|
4906
4974
|
$ret.m = "RadialBase";
|
|
4907
4975
|
$ret.n = "TrendLineType";
|
|
4908
|
-
$ret.h = (a) => EnumUtil.getName(TrendLineType_$type, a.trendLineType);
|
|
4976
|
+
$ret.h = (a) => new ValueGetterResult(EnumUtil.getName(TrendLineType_$type, a.trendLineType), false);
|
|
4909
4977
|
return $ret;
|
|
4910
4978
|
})()));
|
|
4911
4979
|
return $ret;
|
|
@@ -4917,21 +4985,21 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4917
4985
|
let $ret = new DashboardTileCustomization();
|
|
4918
4986
|
$ret.m = "DataChart";
|
|
4919
4987
|
$ret.n = "Brushes";
|
|
4920
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrushCollection(a.t);
|
|
4988
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrushCollection(a.t), false);
|
|
4921
4989
|
return $ret;
|
|
4922
4990
|
})()));
|
|
4923
4991
|
$ret.add(((() => {
|
|
4924
4992
|
let $ret = new DashboardTileCustomization();
|
|
4925
4993
|
$ret.m = "DataPieChart";
|
|
4926
4994
|
$ret.n = "Brushes";
|
|
4927
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrushCollection(a.t);
|
|
4995
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrushCollection(a.t), false);
|
|
4928
4996
|
return $ret;
|
|
4929
4997
|
})()));
|
|
4930
4998
|
$ret.add(((() => {
|
|
4931
4999
|
let $ret = new DashboardTileCustomization();
|
|
4932
5000
|
$ret.m = "GeographicMap";
|
|
4933
5001
|
$ret.n = "Brushes";
|
|
4934
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrushCollection(a.t);
|
|
5002
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrushCollection(a.t), false);
|
|
4935
5003
|
return $ret;
|
|
4936
5004
|
})()));
|
|
4937
5005
|
return $ret;
|
|
@@ -4942,21 +5010,21 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4942
5010
|
let $ret = new DashboardTileCustomization();
|
|
4943
5011
|
$ret.m = "DataChart";
|
|
4944
5012
|
$ret.n = "Outlines";
|
|
4945
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrushCollection(a.u);
|
|
5013
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrushCollection(a.u), false);
|
|
4946
5014
|
return $ret;
|
|
4947
5015
|
})()));
|
|
4948
5016
|
$ret.add(((() => {
|
|
4949
5017
|
let $ret = new DashboardTileCustomization();
|
|
4950
5018
|
$ret.m = "DataPieChart";
|
|
4951
5019
|
$ret.n = "Outlines";
|
|
4952
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrushCollection(a.u);
|
|
5020
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrushCollection(a.u), false);
|
|
4953
5021
|
return $ret;
|
|
4954
5022
|
})()));
|
|
4955
5023
|
$ret.add(((() => {
|
|
4956
5024
|
let $ret = new DashboardTileCustomization();
|
|
4957
5025
|
$ret.m = "GeographicMap";
|
|
4958
5026
|
$ret.n = "Outlines";
|
|
4959
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrushCollection(a.u);
|
|
5027
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrushCollection(a.u), false);
|
|
4960
5028
|
return $ret;
|
|
4961
5029
|
})()));
|
|
4962
5030
|
return $ret;
|
|
@@ -4967,14 +5035,14 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4967
5035
|
let $ret = new DashboardTileCustomization();
|
|
4968
5036
|
$ret.m = "CategoryXAxis";
|
|
4969
5037
|
$ret.n = "MajorStroke";
|
|
4970
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrush(a.
|
|
5038
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrush(a.ik), true);
|
|
4971
5039
|
return $ret;
|
|
4972
5040
|
})()));
|
|
4973
5041
|
$ret.add(((() => {
|
|
4974
5042
|
let $ret = new DashboardTileCustomization();
|
|
4975
5043
|
$ret.m = "CategoryYAxis";
|
|
4976
5044
|
$ret.n = "MajorStroke";
|
|
4977
|
-
$ret.h = (a) => DashboardTile.bo.adapter.serializeBrush(a.
|
|
5045
|
+
$ret.h = (a) => new ValueGetterResult(DashboardTile.bo.adapter.serializeBrush(a.ik), true);
|
|
4978
5046
|
return $ret;
|
|
4979
5047
|
})()));
|
|
4980
5048
|
return $ret;
|
|
@@ -4989,7 +5057,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4989
5057
|
$ret.k = 500;
|
|
4990
5058
|
$ret.h = (a) => {
|
|
4991
5059
|
if (a.valueLines == null) {
|
|
4992
|
-
return null;
|
|
5060
|
+
return new ValueGetterResult(null, false);
|
|
4993
5061
|
}
|
|
4994
5062
|
let b = new List$1(ValueLayerDescription.$, 0);
|
|
4995
5063
|
let c = 0;
|
|
@@ -4998,22 +5066,36 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
4998
5066
|
e.name = "valueLine" + EnumUtil.getName(ValueLayerValueMode_$type, d);
|
|
4999
5067
|
e.valueMode = EnumUtil.getName(ValueLayerValueMode_$type, d);
|
|
5000
5068
|
e.isAxisAnnotationEnabled = true;
|
|
5001
|
-
if (a.valueLinesBrushes != null) {
|
|
5069
|
+
if (a.valueLinesBrushes != null && a.valueLinesBrushes.count > 0) {
|
|
5002
5070
|
if (a.valueLinesBrushes.count > c) {
|
|
5003
5071
|
let f = a.valueLinesBrushes.item(c);
|
|
5004
5072
|
e.brush = DashboardTile.bo.adapter.serializeBrush(f);
|
|
5005
5073
|
}
|
|
5006
5074
|
}
|
|
5075
|
+
else {
|
|
5076
|
+
if (d == 6 && a.il != null) {
|
|
5077
|
+
e.brush = DashboardTile.bo.adapter.serializeBrush(a.il);
|
|
5078
|
+
}
|
|
5079
|
+
else if (d == 4 && a.io != null) {
|
|
5080
|
+
e.brush = DashboardTile.bo.adapter.serializeBrush(a.io);
|
|
5081
|
+
}
|
|
5082
|
+
else if (d == 5 && a.im != null) {
|
|
5083
|
+
e.brush = DashboardTile.bo.adapter.serializeBrush(a.im);
|
|
5084
|
+
}
|
|
5085
|
+
}
|
|
5007
5086
|
b.add(e);
|
|
5008
5087
|
c++;
|
|
5009
5088
|
}
|
|
5010
|
-
return b.toArray();
|
|
5089
|
+
return new ValueGetterResult(b.toArray(), false);
|
|
5011
5090
|
};
|
|
5012
5091
|
return $ret;
|
|
5013
5092
|
})()));
|
|
5014
5093
|
return $ret;
|
|
5015
5094
|
})()));
|
|
5016
5095
|
DashboardTile.gj = /*@__PURE__*/ DashboardTile.ga("ValueLinesBrushes", "ValueLines");
|
|
5096
|
+
DashboardTile.gl = /*@__PURE__*/ DashboardTile.ga("ValueLinesGlobalAverageBrush", "ValueLines");
|
|
5097
|
+
DashboardTile.gp = /*@__PURE__*/ DashboardTile.ga("ValueLinesGlobalMinimumBrush", "ValueLines");
|
|
5098
|
+
DashboardTile.gn = /*@__PURE__*/ DashboardTile.ga("ValueLinesGlobalMaximumBrush", "ValueLines");
|
|
5017
5099
|
DashboardTile.dt = /*@__PURE__*/ DashboardTile.dx("AutoCalloutsVisible", /*@__PURE__*/ ((() => {
|
|
5018
5100
|
let $ret = new List$1(DashboardTileCustomization.$, 0);
|
|
5019
5101
|
$ret.add(((() => {
|
|
@@ -5024,14 +5106,14 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
5024
5106
|
$ret.k = 400;
|
|
5025
5107
|
$ret.h = (a) => {
|
|
5026
5108
|
if (!a.autoCalloutsVisible) {
|
|
5027
|
-
return null;
|
|
5109
|
+
return new ValueGetterResult(null, false);
|
|
5028
5110
|
}
|
|
5029
5111
|
let b = new CalloutLayerDescription();
|
|
5030
5112
|
b.name = "valueLabels";
|
|
5031
5113
|
b.isAutoCalloutBehaviorEnabled = true;
|
|
5032
5114
|
b.calloutCollisionMode = "Greedy";
|
|
5033
5115
|
b.autoCalloutVisibilityMode = "DedicatedLanes";
|
|
5034
|
-
return b;
|
|
5116
|
+
return new ValueGetterResult(b, false);
|
|
5035
5117
|
};
|
|
5036
5118
|
return $ret;
|
|
5037
5119
|
})()));
|
|
@@ -5048,7 +5130,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
5048
5130
|
$ret.g = true;
|
|
5049
5131
|
$ret.h = (a) => {
|
|
5050
5132
|
if (!a.crosshairsAnnotationEnabled) {
|
|
5051
|
-
return null;
|
|
5133
|
+
return new ValueGetterResult(null, false);
|
|
5052
5134
|
}
|
|
5053
5135
|
let b = new CrosshairLayerDescription();
|
|
5054
5136
|
b.name = "crosshairLayer";
|
|
@@ -5080,7 +5162,7 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
5080
5162
|
b.verticalLineVisibility = "Visible";
|
|
5081
5163
|
break;
|
|
5082
5164
|
}
|
|
5083
|
-
return b;
|
|
5165
|
+
return new ValueGetterResult(b, false);
|
|
5084
5166
|
};
|
|
5085
5167
|
return $ret;
|
|
5086
5168
|
})()));
|
|
@@ -5096,11 +5178,11 @@ let DashboardTile = /*@__PURE__*/ (() => {
|
|
|
5096
5178
|
$ret.k = 600;
|
|
5097
5179
|
$ret.h = (a) => {
|
|
5098
5180
|
if (!a.finalValueAnnotationsVisible) {
|
|
5099
|
-
return null;
|
|
5181
|
+
return new ValueGetterResult(null, false);
|
|
5100
5182
|
}
|
|
5101
5183
|
let b = new FinalValueLayerDescription();
|
|
5102
5184
|
b.name = "finalValueLayer";
|
|
5103
|
-
return b;
|
|
5185
|
+
return new ValueGetterResult(b, false);
|
|
5104
5186
|
};
|
|
5105
5187
|
return $ret;
|
|
5106
5188
|
})()));
|
|
@@ -5309,48 +5391,48 @@ let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
5309
5391
|
class DashboardTileToolbarProvider extends DomainChartToolbarProvider {
|
|
5310
5392
|
constructor() {
|
|
5311
5393
|
super();
|
|
5312
|
-
this.
|
|
5313
|
-
if (!DashboardTileToolbarProvider.
|
|
5314
|
-
DashboardTileToolbarProvider.
|
|
5315
|
-
SvgIconRegistry.instance.addSvgPathString("DashboardTile", "Editor", DashboardTileToolbarProvider.
|
|
5316
|
-
DashboardTileToolbarProvider.
|
|
5317
|
-
DashboardTileToolbarProvider.
|
|
5318
|
-
DashboardTileToolbarProvider.
|
|
5319
|
-
DashboardTileToolbarProvider.
|
|
5320
|
-
DashboardTileToolbarProvider.
|
|
5321
|
-
DashboardTileToolbarProvider.
|
|
5322
|
-
DashboardTileToolbarProvider.
|
|
5323
|
-
DashboardTileToolbarProvider.
|
|
5324
|
-
DashboardTileToolbarProvider.
|
|
5325
|
-
DashboardTileToolbarProvider.
|
|
5326
|
-
DashboardTileToolbarProvider.
|
|
5327
|
-
DashboardTileToolbarProvider.
|
|
5328
|
-
DashboardTileToolbarProvider.
|
|
5329
|
-
DashboardTileToolbarProvider.
|
|
5330
|
-
DashboardTileToolbarProvider.
|
|
5331
|
-
DashboardTileToolbarProvider.
|
|
5332
|
-
DashboardTileToolbarProvider.
|
|
5333
|
-
DashboardTileToolbarProvider.
|
|
5334
|
-
DashboardTileToolbarProvider.
|
|
5335
|
-
DashboardTileToolbarProvider.
|
|
5336
|
-
DashboardTileToolbarProvider.
|
|
5337
|
-
DashboardTileToolbarProvider.
|
|
5338
|
-
DashboardTileToolbarProvider.
|
|
5339
|
-
DashboardTileToolbarProvider.
|
|
5340
|
-
DashboardTileToolbarProvider.
|
|
5341
|
-
DashboardTileToolbarProvider.
|
|
5342
|
-
DashboardTileToolbarProvider.
|
|
5343
|
-
DashboardTileToolbarProvider.
|
|
5344
|
-
DashboardTileToolbarProvider.
|
|
5345
|
-
DashboardTileToolbarProvider.
|
|
5346
|
-
DashboardTileToolbarProvider.
|
|
5347
|
-
DashboardTileToolbarProvider.
|
|
5348
|
-
DashboardTileToolbarProvider.
|
|
5349
|
-
DashboardTileToolbarProvider.
|
|
5350
|
-
DashboardTileToolbarProvider.
|
|
5351
|
-
}
|
|
5352
|
-
}
|
|
5353
|
-
static
|
|
5394
|
+
this.cr = null;
|
|
5395
|
+
if (!DashboardTileToolbarProvider.ah) {
|
|
5396
|
+
DashboardTileToolbarProvider.ah = true;
|
|
5397
|
+
SvgIconRegistry.instance.addSvgPathString("DashboardTile", "Editor", DashboardTileToolbarProvider.a2);
|
|
5398
|
+
DashboardTileToolbarProvider.cq("AreaChart", DashboardTileToolbarProvider.ak, 1);
|
|
5399
|
+
DashboardTileToolbarProvider.cq("BarChart", DashboardTileToolbarProvider.am, 2);
|
|
5400
|
+
DashboardTileToolbarProvider.cq("BubbleChart", DashboardTileToolbarProvider.ao, 3);
|
|
5401
|
+
DashboardTileToolbarProvider.cq("BulletGraph", DashboardTileToolbarProvider.aq, 4);
|
|
5402
|
+
DashboardTileToolbarProvider.cq("CandleStick", DashboardTileToolbarProvider.as, 5);
|
|
5403
|
+
DashboardTileToolbarProvider.cq("ChoroplethMap", DashboardTileToolbarProvider.au, 6);
|
|
5404
|
+
DashboardTileToolbarProvider.cq("RadialGauge", DashboardTileToolbarProvider.bs, 7);
|
|
5405
|
+
DashboardTileToolbarProvider.cq("ColumnChart", DashboardTileToolbarProvider.aw, 8);
|
|
5406
|
+
DashboardTileToolbarProvider.cq("DoughnutChart", DashboardTileToolbarProvider.a0, 9);
|
|
5407
|
+
DashboardTileToolbarProvider.cq("FunnelChart", DashboardTileToolbarProvider.a4, 10);
|
|
5408
|
+
DashboardTileToolbarProvider.cq("Grid", DashboardTileToolbarProvider.a6, 11);
|
|
5409
|
+
DashboardTileToolbarProvider.cq("HeatmapMap", DashboardTileToolbarProvider.ba, 12);
|
|
5410
|
+
DashboardTileToolbarProvider.cq("HDMap", DashboardTileToolbarProvider.a8, 13);
|
|
5411
|
+
DashboardTileToolbarProvider.cq("KPI", DashboardTileToolbarProvider.bc, 14);
|
|
5412
|
+
DashboardTileToolbarProvider.cq("LinearGauge", DashboardTileToolbarProvider.be, 15);
|
|
5413
|
+
DashboardTileToolbarProvider.cq("LineChart", DashboardTileToolbarProvider.bg, 16);
|
|
5414
|
+
DashboardTileToolbarProvider.cq("Map", DashboardTileToolbarProvider.bi, 17);
|
|
5415
|
+
DashboardTileToolbarProvider.cq("OHLCChart", DashboardTileToolbarProvider.bk, 18);
|
|
5416
|
+
DashboardTileToolbarProvider.cq("PieChart", DashboardTileToolbarProvider.bm, 19);
|
|
5417
|
+
DashboardTileToolbarProvider.cq("PolarChart", DashboardTileToolbarProvider.bq, 20);
|
|
5418
|
+
DashboardTileToolbarProvider.cq("RadialLineChart", DashboardTileToolbarProvider.bu, 21);
|
|
5419
|
+
DashboardTileToolbarProvider.cq("ScatterMap", DashboardTileToolbarProvider.by, 22);
|
|
5420
|
+
DashboardTileToolbarProvider.cq("ScatterChart", DashboardTileToolbarProvider.bw, 23);
|
|
5421
|
+
DashboardTileToolbarProvider.cq("SparklineChart", DashboardTileToolbarProvider.b0, 24);
|
|
5422
|
+
DashboardTileToolbarProvider.cq("SplineAreaChart", DashboardTileToolbarProvider.b2, 25);
|
|
5423
|
+
DashboardTileToolbarProvider.cq("SplineChart", DashboardTileToolbarProvider.b4, 26);
|
|
5424
|
+
DashboardTileToolbarProvider.cq("StackedAreaChart", DashboardTileToolbarProvider.b6, 27);
|
|
5425
|
+
DashboardTileToolbarProvider.cq("StackedBarChart", DashboardTileToolbarProvider.b8, 28);
|
|
5426
|
+
DashboardTileToolbarProvider.cq("StackedColumnChart", DashboardTileToolbarProvider.ca, 29);
|
|
5427
|
+
DashboardTileToolbarProvider.cq("StepAreaChart", DashboardTileToolbarProvider.cc, 30);
|
|
5428
|
+
DashboardTileToolbarProvider.cq("StepLineChart", DashboardTileToolbarProvider.ce, 31);
|
|
5429
|
+
DashboardTileToolbarProvider.cq("TextGauge", DashboardTileToolbarProvider.cg, 32);
|
|
5430
|
+
DashboardTileToolbarProvider.cq("TextView", DashboardTileToolbarProvider.ci, 33);
|
|
5431
|
+
DashboardTileToolbarProvider.cq("TimeSeriesChart", DashboardTileToolbarProvider.ck, 34);
|
|
5432
|
+
DashboardTileToolbarProvider.cq("Treemap", DashboardTileToolbarProvider.cm, 35);
|
|
5433
|
+
}
|
|
5434
|
+
}
|
|
5435
|
+
static cq(a, b, c) {
|
|
5354
5436
|
SvgIconRegistry.instance.addSvgPathString("DashboardTile", a, b);
|
|
5355
5437
|
let d = ((() => {
|
|
5356
5438
|
let $ret = new DashboardTileGalleryIconInfo();
|
|
@@ -5359,8 +5441,8 @@ let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
5359
5441
|
$ret.b = "DashboardTile";
|
|
5360
5442
|
return $ret;
|
|
5361
5443
|
})());
|
|
5362
|
-
DashboardTileToolbarProvider.
|
|
5363
|
-
DashboardTileToolbarProvider.
|
|
5444
|
+
DashboardTileToolbarProvider.aj.add(d);
|
|
5445
|
+
DashboardTileToolbarProvider.ai.item(d.a, d);
|
|
5364
5446
|
}
|
|
5365
5447
|
getDesiredToolbarActions(a, b, c) {
|
|
5366
5448
|
if (b == null) {
|
|
@@ -5374,21 +5456,23 @@ let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
5374
5456
|
f.iconCollectionName = "ChartToolbarIcons";
|
|
5375
5457
|
f.iconName = "analyze-grid";
|
|
5376
5458
|
f.name = "DashboardTileToggleGrid";
|
|
5459
|
+
f.title = "Toggle Grid";
|
|
5377
5460
|
let g = new ToolActionIconButtonInfo();
|
|
5378
5461
|
g.iconCollectionName = "DashboardTile";
|
|
5379
5462
|
g.iconName = "Editor";
|
|
5380
5463
|
g.name = "DashboardTileToggleEditor";
|
|
5464
|
+
g.title = "Toggle Visualization Settings";
|
|
5381
5465
|
d[d.length - 3] = f;
|
|
5382
5466
|
d[d.length - 2] = g;
|
|
5383
5467
|
let h = new ToolActionIconMenuInfo();
|
|
5384
5468
|
h.iconCollectionName = "DashboardTile";
|
|
5385
5469
|
h.iconName = "ColumnChart";
|
|
5386
5470
|
h.name = "DashboardTileSelectVisualization";
|
|
5387
|
-
h.actions = this.
|
|
5471
|
+
h.actions = this.ag(a);
|
|
5388
5472
|
d[d.length - 1] = h;
|
|
5389
5473
|
return super.getDesiredToolbarActions(a, d, c);
|
|
5390
5474
|
}
|
|
5391
|
-
|
|
5475
|
+
ag(a) {
|
|
5392
5476
|
let b = a.m;
|
|
5393
5477
|
if (b == null) {
|
|
5394
5478
|
return null;
|
|
@@ -5401,7 +5485,7 @@ let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
5401
5485
|
let h = new List$1(ToolActionInfo.$, 0);
|
|
5402
5486
|
for (let i = g; i < Math.min(b.length, g + 4); i++) {
|
|
5403
5487
|
let j = new ToolActionIconButtonInfo();
|
|
5404
|
-
let k = DashboardTileToolbarProvider.
|
|
5488
|
+
let k = DashboardTileToolbarProvider.ai.item(b[i]);
|
|
5405
5489
|
j.iconCollectionName = k.b;
|
|
5406
5490
|
j.iconName = k.c;
|
|
5407
5491
|
j.name = "DashboardTileVisualizationType" + EnumUtil.getName(DashboardTileVisualizationType_$type, k.a);
|
|
@@ -5412,35 +5496,35 @@ let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
5412
5496
|
}
|
|
5413
5497
|
return d.toArray();
|
|
5414
5498
|
}
|
|
5415
|
-
|
|
5499
|
+
j(a, b) {
|
|
5416
5500
|
let c = a;
|
|
5417
5501
|
switch (b.name) {
|
|
5418
5502
|
case "ShowGridlines":
|
|
5419
5503
|
{
|
|
5420
5504
|
let d = b;
|
|
5421
|
-
d.isChecked = c.
|
|
5505
|
+
d.isChecked = c.ik != null;
|
|
5422
5506
|
}
|
|
5423
5507
|
break;
|
|
5424
5508
|
}
|
|
5425
5509
|
}
|
|
5426
|
-
|
|
5510
|
+
ac(a, b, c, d) {
|
|
5427
5511
|
let e = a;
|
|
5428
5512
|
switch (b) {
|
|
5429
5513
|
case "CategoryAxisMajorStroke":
|
|
5430
|
-
this.
|
|
5514
|
+
this.k("ShowGridlines", 2, a.ik != null);
|
|
5431
5515
|
break;
|
|
5432
5516
|
case "ValidVisualizationTypes":
|
|
5433
|
-
a.
|
|
5517
|
+
a.hc();
|
|
5434
5518
|
break;
|
|
5435
5519
|
}
|
|
5436
5520
|
}
|
|
5437
5521
|
onToolCommandExecuting(a, b) {
|
|
5438
5522
|
let c = a;
|
|
5439
5523
|
if (b.commandId == "DashboardTileToggleGrid") {
|
|
5440
|
-
c.
|
|
5524
|
+
c.h8();
|
|
5441
5525
|
}
|
|
5442
5526
|
if (b.commandId == "DashboardTileToggleEditor") {
|
|
5443
|
-
c.
|
|
5527
|
+
c.h7();
|
|
5444
5528
|
}
|
|
5445
5529
|
if (stringStartsWith(b.commandId, "DashboardTileVisualizationType")) {
|
|
5446
5530
|
let d = stringReplace(b.commandId, "DashboardTileVisualizationType", "");
|
|
@@ -5451,73 +5535,73 @@ let DashboardTileToolbarProvider = /*@__PURE__*/ (() => {
|
|
|
5451
5535
|
}
|
|
5452
5536
|
return super.onToolCommandExecuting(a, b);
|
|
5453
5537
|
}
|
|
5454
|
-
|
|
5538
|
+
s(a, b) {
|
|
5455
5539
|
let c = a;
|
|
5456
|
-
if (this.
|
|
5457
|
-
if (c.
|
|
5458
|
-
if (this.
|
|
5459
|
-
c.
|
|
5540
|
+
if (this.f(b, "ShowGridlines")) {
|
|
5541
|
+
if (c.ik == null) {
|
|
5542
|
+
if (this.cr != null) {
|
|
5543
|
+
c.ik = this.cr;
|
|
5460
5544
|
}
|
|
5461
5545
|
else {
|
|
5462
5546
|
let d = null;
|
|
5463
|
-
c.
|
|
5547
|
+
c.g8((e) => {
|
|
5464
5548
|
d = e.aaq;
|
|
5465
|
-
c.
|
|
5549
|
+
c.ik = d;
|
|
5466
5550
|
});
|
|
5467
5551
|
}
|
|
5468
5552
|
}
|
|
5469
5553
|
}
|
|
5470
5554
|
else {
|
|
5471
|
-
if (c.
|
|
5472
|
-
this.
|
|
5473
|
-
c.
|
|
5555
|
+
if (c.ik != null) {
|
|
5556
|
+
this.cr = c.ik;
|
|
5557
|
+
c.ik = null;
|
|
5474
5558
|
}
|
|
5475
5559
|
}
|
|
5476
5560
|
}
|
|
5477
5561
|
}
|
|
5478
5562
|
DashboardTileToolbarProvider.$t = /*@__PURE__*/ markType(DashboardTileToolbarProvider, 'DashboardTileToolbarProvider', DomainChartToolbarProvider.$);
|
|
5479
|
-
DashboardTileToolbarProvider.
|
|
5480
|
-
DashboardTileToolbarProvider.
|
|
5481
|
-
DashboardTileToolbarProvider.
|
|
5482
|
-
DashboardTileToolbarProvider.
|
|
5483
|
-
DashboardTileToolbarProvider.
|
|
5484
|
-
DashboardTileToolbarProvider.
|
|
5485
|
-
DashboardTileToolbarProvider.
|
|
5486
|
-
DashboardTileToolbarProvider.
|
|
5487
|
-
DashboardTileToolbarProvider.
|
|
5488
|
-
DashboardTileToolbarProvider.
|
|
5489
|
-
DashboardTileToolbarProvider.
|
|
5490
|
-
DashboardTileToolbarProvider.
|
|
5491
|
-
DashboardTileToolbarProvider.
|
|
5492
|
-
DashboardTileToolbarProvider.
|
|
5493
|
-
DashboardTileToolbarProvider.
|
|
5494
|
-
DashboardTileToolbarProvider.
|
|
5495
|
-
DashboardTileToolbarProvider.
|
|
5496
|
-
DashboardTileToolbarProvider.
|
|
5497
|
-
DashboardTileToolbarProvider.
|
|
5498
|
-
DashboardTileToolbarProvider.
|
|
5499
|
-
DashboardTileToolbarProvider.
|
|
5500
|
-
DashboardTileToolbarProvider.
|
|
5501
|
-
DashboardTileToolbarProvider.
|
|
5502
|
-
DashboardTileToolbarProvider.
|
|
5503
|
-
DashboardTileToolbarProvider.
|
|
5504
|
-
DashboardTileToolbarProvider.
|
|
5505
|
-
DashboardTileToolbarProvider.
|
|
5506
|
-
DashboardTileToolbarProvider.
|
|
5507
|
-
DashboardTileToolbarProvider.
|
|
5508
|
-
DashboardTileToolbarProvider.
|
|
5509
|
-
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=\"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";
|
|
5563
|
+
DashboardTileToolbarProvider.ah = false;
|
|
5564
|
+
DashboardTileToolbarProvider.aj = /*@__PURE__*/ new List$1(DashboardTileGalleryIconInfo.$, 0);
|
|
5565
|
+
DashboardTileToolbarProvider.ai = /*@__PURE__*/ new Dictionary$2(DashboardTileVisualizationType_$type, DashboardTileGalleryIconInfo.$, 0);
|
|
5566
|
+
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=\"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>";
|
|
5567
|
+
DashboardTileToolbarProvider.ak = "\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>";
|
|
5568
|
+
DashboardTileToolbarProvider.am = "\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>";
|
|
5569
|
+
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=\"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>";
|
|
5570
|
+
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=\"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>";
|
|
5571
|
+
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=\"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";
|
|
5572
|
+
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=\"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>";
|
|
5573
|
+
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 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>";
|
|
5574
|
+
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=\"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>";
|
|
5575
|
+
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=\"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>";
|
|
5576
|
+
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=\"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";
|
|
5577
|
+
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=\"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>";
|
|
5578
|
+
DashboardTileToolbarProvider.a6 = "\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>";
|
|
5579
|
+
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 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>";
|
|
5580
|
+
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 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>";
|
|
5581
|
+
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=\"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>";
|
|
5582
|
+
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 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>";
|
|
5583
|
+
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 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>";
|
|
5584
|
+
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 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";
|
|
5585
|
+
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=\"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";
|
|
5586
|
+
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 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>";
|
|
5587
|
+
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=\"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>";
|
|
5588
|
+
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<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>";
|
|
5589
|
+
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 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>";
|
|
5590
|
+
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<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>";
|
|
5591
|
+
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=\"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>";
|
|
5592
|
+
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=\"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>";
|
|
5510
5593
|
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 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";
|
|
5511
|
-
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=\"M3
|
|
5512
|
-
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=\"
|
|
5513
|
-
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=\"
|
|
5514
|
-
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
|
|
5515
|
-
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=\"M3
|
|
5516
|
-
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<
|
|
5517
|
-
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<
|
|
5518
|
-
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=\"
|
|
5519
|
-
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<path d=\"
|
|
5520
|
-
DashboardTileToolbarProvider.
|
|
5594
|
+
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=\"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";
|
|
5595
|
+
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 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";
|
|
5596
|
+
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=\"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>";
|
|
5597
|
+
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.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>";
|
|
5598
|
+
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=\"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";
|
|
5599
|
+
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 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>";
|
|
5600
|
+
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<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>";
|
|
5601
|
+
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 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>";
|
|
5602
|
+
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<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";
|
|
5603
|
+
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=\"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>";
|
|
5604
|
+
DashboardTileToolbarProvider.a2 = "\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>";
|
|
5521
5605
|
return DashboardTileToolbarProvider;
|
|
5522
5606
|
})();
|
|
5523
5607
|
|
|
@@ -7029,11 +7113,11 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
7029
7113
|
* Gets the brush to use for the Category axis major strokes, if applicable.
|
|
7030
7114
|
*/
|
|
7031
7115
|
get categoryAxisMajorStroke() {
|
|
7032
|
-
return brushToString(this.i.
|
|
7116
|
+
return brushToString(this.i.ik);
|
|
7033
7117
|
}
|
|
7034
7118
|
set categoryAxisMajorStroke(v) {
|
|
7035
|
-
this.i.
|
|
7036
|
-
this._a("categoryAxisMajorStroke", brushToString(this.i.
|
|
7119
|
+
this.i.ik = stringToBrush(v);
|
|
7120
|
+
this._a("categoryAxisMajorStroke", brushToString(this.i.ik));
|
|
7037
7121
|
}
|
|
7038
7122
|
/**
|
|
7039
7123
|
* Gets or sets what value lines to use in the chart.
|
|
@@ -7078,6 +7162,36 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
7078
7162
|
this.i.valueLinesBrushes = toBrushCollection(v);
|
|
7079
7163
|
this._a("valueLinesBrushes", brushCollectionToString(this.i.valueLinesBrushes));
|
|
7080
7164
|
}
|
|
7165
|
+
/**
|
|
7166
|
+
* Gets or sets the color for GlobalAverage value lines.
|
|
7167
|
+
*/
|
|
7168
|
+
get valueLinesGlobalAverageBrush() {
|
|
7169
|
+
return brushToString(this.i.il);
|
|
7170
|
+
}
|
|
7171
|
+
set valueLinesGlobalAverageBrush(v) {
|
|
7172
|
+
this.i.il = stringToBrush(v);
|
|
7173
|
+
this._a("valueLinesGlobalAverageBrush", brushToString(this.i.il));
|
|
7174
|
+
}
|
|
7175
|
+
/**
|
|
7176
|
+
* Gets or sets the color for GlobalMinimum value lines.
|
|
7177
|
+
*/
|
|
7178
|
+
get valueLinesGlobalMinimumBrush() {
|
|
7179
|
+
return brushToString(this.i.io);
|
|
7180
|
+
}
|
|
7181
|
+
set valueLinesGlobalMinimumBrush(v) {
|
|
7182
|
+
this.i.io = stringToBrush(v);
|
|
7183
|
+
this._a("valueLinesGlobalMinimumBrush", brushToString(this.i.io));
|
|
7184
|
+
}
|
|
7185
|
+
/**
|
|
7186
|
+
* Gets or sets the color for GlobalMaximum value lines.
|
|
7187
|
+
*/
|
|
7188
|
+
get valueLinesGlobalMaximumBrush() {
|
|
7189
|
+
return brushToString(this.i.im);
|
|
7190
|
+
}
|
|
7191
|
+
set valueLinesGlobalMaximumBrush(v) {
|
|
7192
|
+
this.i.im = stringToBrush(v);
|
|
7193
|
+
this._a("valueLinesGlobalMaximumBrush", brushToString(this.i.im));
|
|
7194
|
+
}
|
|
7081
7195
|
/**
|
|
7082
7196
|
* Gets or sets if the auto value callouts should be displayed.
|
|
7083
7197
|
*/
|
|
@@ -7162,11 +7276,11 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
7162
7276
|
* Gets or sets the color to use for the background of the component.
|
|
7163
7277
|
*/
|
|
7164
7278
|
get backgroundColor() {
|
|
7165
|
-
return brushToString(this.i.
|
|
7279
|
+
return brushToString(this.i.ij);
|
|
7166
7280
|
}
|
|
7167
7281
|
set backgroundColor(v) {
|
|
7168
|
-
this.i.
|
|
7169
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
7282
|
+
this.i.ij = stringToBrush(v);
|
|
7283
|
+
this._a("backgroundColor", brushToString(this.i.ij));
|
|
7170
7284
|
}
|
|
7171
7285
|
get isVisTypeStacked() {
|
|
7172
7286
|
return this.i.c9;
|
|
@@ -7281,7 +7395,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
7281
7395
|
this._inStyling = false;
|
|
7282
7396
|
}
|
|
7283
7397
|
updateSettingsValue(key, value) {
|
|
7284
|
-
this.i.
|
|
7398
|
+
this.i.h9(key, value);
|
|
7285
7399
|
}
|
|
7286
7400
|
getSettingsValue(key) {
|
|
7287
7401
|
let iv = this.i.er(key);
|
|
@@ -7292,10 +7406,10 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
7292
7406
|
return (iv);
|
|
7293
7407
|
}
|
|
7294
7408
|
clearSettings() {
|
|
7295
|
-
this.i.
|
|
7409
|
+
this.i.gx();
|
|
7296
7410
|
}
|
|
7297
7411
|
removeSettingsValue(key) {
|
|
7298
|
-
this.i.
|
|
7412
|
+
this.i.hx(key);
|
|
7299
7413
|
}
|
|
7300
7414
|
zoomIn(percentage) {
|
|
7301
7415
|
this.i.zoomIn(percentage);
|
|
@@ -7315,7 +7429,7 @@ let IgcDashboardTileComponent = /*@__PURE__*/ (() => {
|
|
|
7315
7429
|
this.i.resetZoom();
|
|
7316
7430
|
}
|
|
7317
7431
|
onUIReady() {
|
|
7318
|
-
this.i.
|
|
7432
|
+
this.i.hq();
|
|
7319
7433
|
}
|
|
7320
7434
|
getDesiredToolbarActions() {
|
|
7321
7435
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -8024,4 +8138,4 @@ class IgcDashboardTileSummaryDescriptionModule {
|
|
|
8024
8138
|
}
|
|
8025
8139
|
}
|
|
8026
8140
|
|
|
8027
|
-
export { DashboardTile, DashboardTileChangingContentEventArgs, DashboardTileCommonFeature, DashboardTileCustomization, DashboardTileCustomizationCollection, DashboardTileFilterStringErrorsParsingEventArgs, DashboardTileGalleryIconInfo, DashboardTileGroupDescription, DashboardTileGroupDescriptionCollection, DashboardTilePrimitiveValueWrapper, DashboardTileSortDescription, DashboardTileSortDescriptionCollection, DashboardTileSummaryDescription, DashboardTileSummaryDescriptionCollection, DashboardTileToolbarProvider, DashboardTileView, DashboardTileVisualizationType, DashboardTileVisualizationType_$type, DataChartDashboardTileFeature, DataSeriesToDescriptionAdapter, DataSeriesToDescriptionAdapterControlType_$type, DataSeriesToDescriptionAdapterResult, DataSeriesToDescriptionAdapterSettings, DataSeriesToDescriptionCustomizations, DescriptionValueLookupHelper, GeographicMapDashboardTileFeature, IDashboardTileView_$type, IExternalDashboardTile_$type, IgcDashboardTileChangingContentEventArgs, IgcDashboardTileComponent, IgcDashboardTileCustomizationCollection, IgcDashboardTileCustomizationComponent, IgcDashboardTileCustomizationModule, IgcDashboardTileFilterStringErrorsParsingEventArgs, IgcDashboardTileGroupDescription, IgcDashboardTileGroupDescriptionCollection, IgcDashboardTileGroupDescriptionModule, IgcDashboardTileModule, IgcDashboardTileSortDescription, IgcDashboardTileSortDescriptionCollection, IgcDashboardTileSortDescriptionModule, IgcDashboardTileSummaryDescription, IgcDashboardTileSummaryDescriptionCollection, IgcDashboardTileSummaryDescriptionModule, IgcDataChartDashboardTileModule, IgcGeographicMapDashboardTileModule, IgcLinearGaugeDashboardTileModule, IgcPieChartDashboardTileModule, IgcRadialGaugeDashboardTileModule, LinearGaugeDashboardTileFeature, PieChartDashboardTileFeature, RadialGaugeDashboardTileFeature };
|
|
8141
|
+
export { DashboardTile, DashboardTileChangingContentEventArgs, DashboardTileCommonFeature, DashboardTileCustomization, DashboardTileCustomizationCollection, DashboardTileFilterStringErrorsParsingEventArgs, DashboardTileGalleryIconInfo, DashboardTileGroupDescription, DashboardTileGroupDescriptionCollection, DashboardTilePrimitiveValueWrapper, DashboardTileSortDescription, DashboardTileSortDescriptionCollection, DashboardTileSummaryDescription, DashboardTileSummaryDescriptionCollection, DashboardTileToolbarProvider, DashboardTileView, DashboardTileVisualizationType, DashboardTileVisualizationType_$type, DataChartDashboardTileFeature, DataSeriesToDescriptionAdapter, DataSeriesToDescriptionAdapterControlType_$type, DataSeriesToDescriptionAdapterResult, DataSeriesToDescriptionAdapterSettings, DataSeriesToDescriptionCustomizations, DescriptionValueLookupHelper, GeographicMapDashboardTileFeature, IDashboardTileView_$type, IExternalDashboardTile_$type, IgcDashboardTileChangingContentEventArgs, IgcDashboardTileComponent, IgcDashboardTileCustomizationCollection, IgcDashboardTileCustomizationComponent, IgcDashboardTileCustomizationModule, IgcDashboardTileFilterStringErrorsParsingEventArgs, IgcDashboardTileGroupDescription, IgcDashboardTileGroupDescriptionCollection, IgcDashboardTileGroupDescriptionModule, IgcDashboardTileModule, IgcDashboardTileSortDescription, IgcDashboardTileSortDescriptionCollection, IgcDashboardTileSortDescriptionModule, IgcDashboardTileSummaryDescription, IgcDashboardTileSummaryDescriptionCollection, IgcDashboardTileSummaryDescriptionModule, IgcDataChartDashboardTileModule, IgcGeographicMapDashboardTileModule, IgcLinearGaugeDashboardTileModule, IgcPieChartDashboardTileModule, IgcRadialGaugeDashboardTileModule, LinearGaugeDashboardTileFeature, PieChartDashboardTileFeature, RadialGaugeDashboardTileFeature, ValueGetterResult };
|