@univerjs/sheets-conditional-formatting 0.6.0-alpha.0 → 0.6.0-experimental.20250212-dbe9830
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +377 -378
- package/lib/types/controllers/config.schema.d.ts +1 -1
- package/lib/types/facade/index.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/models/calculate-unit-v2/__test__/base-calculate.spec.d.ts +1 -1
- package/lib/types/models/calculate-unit-v2/__test__/calculate.color.spec.d.ts +1 -1
- package/lib/types/models/calculate-unit-v2/__test__/calculate.databar.spec.d.ts +1 -1
- package/lib/types/models/calculate-unit-v2/__test__/calculate.highlight.spec.d.ts +1 -1
- package/lib/types/models/icon-map.d.ts +1 -1
- package/lib/types/utils/__test__/anchor.spec.d.ts +1 -1
- package/lib/types/utils/anchor.d.ts +1 -1
- package/lib/types/utils/create-cf-id.d.ts +1 -1
- package/lib/types/utils/is-ranges-equal.d.ts +1 -1
- package/lib/types/utils/remove-undefined-attr.d.ts +1 -1
- package/lib/types/utils/type.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +7 -7
- package/LICENSE +0 -176
package/lib/es/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
var V2 = Object.defineProperty;
|
|
2
2
|
var O2 = (s, r, t) => r in s ? V2(s, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[r] = t;
|
|
3
3
|
var m = (s, r, t) => O2(s, typeof r != "symbol" ? r + "" : r, t);
|
|
4
|
-
import { Tools as H, CommandType as J, Inject as A, ICommandService as f2, Disposable as m2, ObjectMatrix as T, RefAlias as $2, CellValueType as _, BooleanNumber as
|
|
4
|
+
import { Tools as H, CommandType as J, Inject as A, ICommandService as f2, Disposable as m2, ObjectMatrix as T, RefAlias as $2, CellValueType as _, BooleanNumber as b2, LRUMap as I2, dayjs as E, Range as N, ColorKit as L2, Injector as F2, RTree as P2, IUniverInstanceService as S2, IResourceManagerService as W2, UniverInstanceType as u2, Rectangle as X, Plugin as q2, merge as Z2, touchDependencies as G2, IConfigService as j2 } from "@univerjs/core";
|
|
5
5
|
import { isRangesEqual as k1 } from "@univerjs/core";
|
|
6
6
|
import { Subject as i2, BehaviorSubject as H2 } from "rxjs";
|
|
7
7
|
import { distinctUntilChanged as X2, bufferTime as Y2, filter as K2, map as J2 } from "rxjs/operators";
|
|
8
8
|
import { IActiveDirtyManagerService as z2, SetFormulaCalculationResultMutation as Q2, SetOtherFormulaMutation as e0, RemoveOtherFormulaMutation as t0, BooleanValue as A2, ERROR_TYPE_SET as _2 } from "@univerjs/engine-formula";
|
|
9
9
|
import { isObject as n0, SpreadsheetExtensionRegistry as B2, SheetExtension as k2, FIX_ONE_PIXEL_BLUR_OFFSET as r0 } from "@univerjs/engine-render";
|
|
10
|
-
import { SheetInterceptorService as s0, RemoveSheetCommand as i0, ReorderRangeMutation as a0, MoveRangeMutation as l0, MoveColsMutation as o0, MoveRowsMutation as
|
|
10
|
+
import { SheetInterceptorService as s0, RemoveSheetCommand as i0, ReorderRangeMutation as a0, MoveRangeMutation as l0, MoveColsMutation as o0, MoveRowsMutation as u0, InsertRowMutation as c0, RemoveRowMutation as h0, RemoveColMutation as d0, InsertColMutation as g0, SetRangeValuesMutation as C0 } from "@univerjs/sheets";
|
|
11
11
|
const N2 = "SHEET_CONDITIONAL_FORMATTING_PLUGIN";
|
|
12
|
-
var M = /* @__PURE__ */ ((s) => (s.beginsWith = "beginsWith", s.endsWith = "endsWith", s.containsText = "containsText", s.notContainsText = "notContainsText", s.equal = "equal", s.notEqual = "notEqual", s.containsBlanks = "containsBlanks", s.notContainsBlanks = "notContainsBlanks", s.containsErrors = "containsErrors", s.notContainsErrors = "notContainsErrors", s))(M || {}), R = /* @__PURE__ */ ((s) => (s.today = "today", s.yesterday = "yesterday", s.tomorrow = "tomorrow", s.last7Days = "last7Days", s.thisMonth = "thisMonth", s.lastMonth = "lastMonth", s.nextMonth = "nextMonth", s.thisWeek = "thisWeek", s.lastWeek = "lastWeek", s.nextWeek = "nextWeek", s))(R || {}),
|
|
13
|
-
const
|
|
12
|
+
var M = /* @__PURE__ */ ((s) => (s.beginsWith = "beginsWith", s.endsWith = "endsWith", s.containsText = "containsText", s.notContainsText = "notContainsText", s.equal = "equal", s.notEqual = "notEqual", s.containsBlanks = "containsBlanks", s.notContainsBlanks = "notContainsBlanks", s.containsErrors = "containsErrors", s.notContainsErrors = "notContainsErrors", s))(M || {}), R = /* @__PURE__ */ ((s) => (s.today = "today", s.yesterday = "yesterday", s.tomorrow = "tomorrow", s.last7Days = "last7Days", s.thisMonth = "thisMonth", s.lastMonth = "lastMonth", s.nextMonth = "nextMonth", s.thisWeek = "thisWeek", s.lastWeek = "lastWeek", s.nextWeek = "nextWeek", s))(R || {}), F = /* @__PURE__ */ ((s) => (s.greaterThan = "greaterThan", s.greaterThanOrEqual = "greaterThanOrEqual", s.lessThan = "lessThan", s.lessThanOrEqual = "lessThanOrEqual", s.notBetween = "notBetween", s.between = "between", s.equal = "equal", s.notEqual = "notEqual", s))(F || {}), y = /* @__PURE__ */ ((s) => (s.highlightCell = "highlightCell", s.dataBar = "dataBar", s.colorScale = "colorScale", s.iconSet = "iconSet", s))(y || {}), v = /* @__PURE__ */ ((s) => (s.uniqueValues = "uniqueValues", s.duplicateValues = "duplicateValues", s.rank = "rank", s.text = "text", s.timePeriod = "timePeriod", s.number = "number", s.average = "average", s.formula = "formula", s))(v || {}), x = /* @__PURE__ */ ((s) => (s.num = "num", s.min = "min", s.max = "max", s.percent = "percent", s.percentile = "percentile", s.formula = "formula", s))(x || {});
|
|
13
|
+
const v1 = "#fff", p1 = "#000000", A1 = () => ({
|
|
14
14
|
cfId: void 0,
|
|
15
15
|
ranges: [],
|
|
16
16
|
stopIfTrue: !1,
|
|
@@ -98,14 +98,14 @@ const E1 = "#fff", p1 = "#000000", A1 = () => ({
|
|
|
98
98
|
if (a === null)
|
|
99
99
|
return null;
|
|
100
100
|
if (a - 1 < 0) {
|
|
101
|
-
const
|
|
102
|
-
if (
|
|
103
|
-
n.id = e(
|
|
101
|
+
const c = t[a + 1];
|
|
102
|
+
if (c)
|
|
103
|
+
n.id = e(c), n.type = "before";
|
|
104
104
|
else
|
|
105
105
|
return null;
|
|
106
106
|
} else {
|
|
107
|
-
const
|
|
108
|
-
n.id =
|
|
107
|
+
const c = e(t[a - 1]);
|
|
108
|
+
n.id = c, n.type = "after";
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
if (!["after", "before"].includes(i.type)) {
|
|
@@ -115,11 +115,11 @@ const E1 = "#fff", p1 = "#000000", A1 = () => ({
|
|
|
115
115
|
if (a === 0)
|
|
116
116
|
i.type = "before";
|
|
117
117
|
else if (a - 1 >= 0) {
|
|
118
|
-
const
|
|
119
|
-
i.id =
|
|
118
|
+
const c = e(t[a - 1]);
|
|
119
|
+
i.id = c, i.type = "after";
|
|
120
120
|
} else if (a + 1 <= t.length - 1) {
|
|
121
|
-
const
|
|
122
|
-
i.id =
|
|
121
|
+
const c = e(t[a + 1]);
|
|
122
|
+
i.id = c, i.type = "before";
|
|
123
123
|
} else
|
|
124
124
|
return null;
|
|
125
125
|
}
|
|
@@ -163,15 +163,15 @@ class B {
|
|
|
163
163
|
deleteRule(r, t, e) {
|
|
164
164
|
const n = this.getSubunitRules(r, t);
|
|
165
165
|
if (n) {
|
|
166
|
-
const i = n.findIndex((
|
|
166
|
+
const i = n.findIndex((c) => c.cfId === e), a = n[i];
|
|
167
167
|
a && (n.splice(i, 1), this._ruleChange$.next({ rule: a, subUnitId: t, unitId: r, type: "delete" }));
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
setRule(r, t, e, n) {
|
|
171
|
-
const a = this._ensureList(r, t).find((
|
|
171
|
+
const a = this._ensureList(r, t).find((c) => c.cfId === n);
|
|
172
172
|
if (a) {
|
|
173
|
-
const
|
|
174
|
-
Object.assign(a, e), this._ruleChange$.next({ rule: a, subUnitId: t, unitId: r, type: "set", oldRule:
|
|
173
|
+
const c = H.deepClone(a);
|
|
174
|
+
Object.assign(a, e), this._ruleChange$.next({ rule: a, subUnitId: t, unitId: r, type: "set", oldRule: c });
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
addRule(r, t, e) {
|
|
@@ -183,8 +183,8 @@ class B {
|
|
|
183
183
|
* if targetId does not exist, it defaults to top
|
|
184
184
|
*/
|
|
185
185
|
moveRulePriority(r, t, e, n) {
|
|
186
|
-
const i = this._ensureList(r, t), a = W(e, i, (o) => o.cfId),
|
|
187
|
-
if (
|
|
186
|
+
const i = this._ensureList(r, t), a = W(e, i, (o) => o.cfId), c = W(n, i, (o) => o.cfId);
|
|
187
|
+
if (c === null || a === null || c === a)
|
|
188
188
|
return;
|
|
189
189
|
const l = i[a];
|
|
190
190
|
l && (D0(e, n, i, (o) => o.cfId), this._ruleChange$.next({ rule: l, subUnitId: t, unitId: r, type: "sort" }));
|
|
@@ -203,14 +203,14 @@ const s2 = {
|
|
|
203
203
|
return !0;
|
|
204
204
|
}
|
|
205
205
|
};
|
|
206
|
-
var w0 = Object.defineProperty,
|
|
207
|
-
for (var n = e > 1 ? void 0 : e ?
|
|
206
|
+
var w0 = Object.defineProperty, E0 = Object.getOwnPropertyDescriptor, v0 = (s, r, t, e) => {
|
|
207
|
+
for (var n = e > 1 ? void 0 : e ? E0(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
208
208
|
(a = s[i]) && (n = (e ? a(r, t, n) : a(n)) || n);
|
|
209
209
|
return e && n && w0(r, t, n), n;
|
|
210
|
-
}, d2 = (s, r) => (t, e) => r(t, e, s),
|
|
210
|
+
}, d2 = (s, r) => (t, e) => r(t, e, s), I = /* @__PURE__ */ ((s) => (s[s.NOT_REGISTER = 1] = "NOT_REGISTER", s[s.SUCCESS = 2] = "SUCCESS", s[s.WAIT = 3] = "WAIT", s[s.ERROR = 4] = "ERROR", s))(I || {});
|
|
211
211
|
const p0 = (s) => {
|
|
212
212
|
const r = s && s[0] && s[0][0];
|
|
213
|
-
return (r == null ? void 0 : r.t) === _.BOOLEAN ? r.v ===
|
|
213
|
+
return (r == null ? void 0 : r.t) === _.BOOLEAN ? r.v === b2.TRUE || r.v === !0 : r ? r.v : !1;
|
|
214
214
|
};
|
|
215
215
|
let G = class extends m2 {
|
|
216
216
|
constructor(r, t, e) {
|
|
@@ -244,21 +244,21 @@ let G = class extends m2 {
|
|
|
244
244
|
for (const e in t.unitOtherData)
|
|
245
245
|
for (const n in t.unitOtherData[e])
|
|
246
246
|
for (const i in t.unitOtherData[e][n]) {
|
|
247
|
-
const a = new T(t.unitOtherData[e][n][i]),
|
|
248
|
-
if (!
|
|
247
|
+
const a = new T(t.unitOtherData[e][n][i]), c = this._ensureSubunitFormulaMap(e, n).getValue(i, ["formulaId"]);
|
|
248
|
+
if (!c)
|
|
249
249
|
continue;
|
|
250
|
-
const l =
|
|
250
|
+
const l = c.ranges;
|
|
251
251
|
if (!l)
|
|
252
252
|
continue;
|
|
253
|
-
const o =
|
|
254
|
-
a.forValue((D, f,
|
|
255
|
-
o.setValue(h + D,
|
|
256
|
-
}),
|
|
257
|
-
const
|
|
253
|
+
const o = c.result, h = l[0].startRow, u = l[0].startColumn;
|
|
254
|
+
a.forValue((D, f, w) => {
|
|
255
|
+
o.setValue(h + D, u + f, p0(w));
|
|
256
|
+
}), c.status = 2;
|
|
257
|
+
const g = this._getAllFormulaResultByCfId(e, n, c.cfId).every(
|
|
258
258
|
(D) => D.status === 2
|
|
259
259
|
/* SUCCESS */
|
|
260
260
|
);
|
|
261
|
-
this._result$.next({ ...
|
|
261
|
+
this._result$.next({ ...c, isAllFinished: g });
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
})), this._activeDirtyManagerService.register(
|
|
@@ -284,8 +284,8 @@ let G = class extends m2 {
|
|
|
284
284
|
return (e = this._formulaMap.get(r)) == null ? void 0 : e.get(t);
|
|
285
285
|
}
|
|
286
286
|
registerFormulaWithRange(r, t, e, n, i = [{ startRow: 0, endRow: 0, startColumn: 0, endColumn: 0 }]) {
|
|
287
|
-
const a = this._ensureSubunitFormulaMap(r, t),
|
|
288
|
-
if (a.getValue(
|
|
287
|
+
const a = this._ensureSubunitFormulaMap(r, t), c = this.createCFormulaId(e, n);
|
|
288
|
+
if (a.getValue(c, ["id"]))
|
|
289
289
|
return;
|
|
290
290
|
const l = this._createFormulaId(r, t);
|
|
291
291
|
a.addValue({
|
|
@@ -293,7 +293,7 @@ let G = class extends m2 {
|
|
|
293
293
|
unitId: r,
|
|
294
294
|
subUnitId: t,
|
|
295
295
|
cfId: e,
|
|
296
|
-
id:
|
|
296
|
+
id: c,
|
|
297
297
|
ranges: i,
|
|
298
298
|
formulaId: l,
|
|
299
299
|
status: 3,
|
|
@@ -322,13 +322,13 @@ let G = class extends m2 {
|
|
|
322
322
|
this._commandService.executeCommand(t0.id, { unitId: r, subUnitId: t, formulaIdList: i }, { onlyLocal: !0 });
|
|
323
323
|
}
|
|
324
324
|
getFormulaResultWithCoords(r, t, e, n, i = 0, a = 0) {
|
|
325
|
-
const
|
|
326
|
-
if (!
|
|
325
|
+
const c = this.getSubUnitFormulaMap(r, t);
|
|
326
|
+
if (!c)
|
|
327
327
|
return {
|
|
328
328
|
status: 1
|
|
329
329
|
/* NOT_REGISTER */
|
|
330
330
|
};
|
|
331
|
-
const l =
|
|
331
|
+
const l = c.getValue(this.createCFormulaId(e, n), ["id"]);
|
|
332
332
|
return l ? l.status === 2 && l.result ? {
|
|
333
333
|
result: l.result.getValue(i, a),
|
|
334
334
|
status: 2
|
|
@@ -375,9 +375,9 @@ let G = class extends m2 {
|
|
|
375
375
|
const a = this.createCFormulaId(e, n);
|
|
376
376
|
return i.deleteValue(a, ["id"]), [];
|
|
377
377
|
} else {
|
|
378
|
-
const a = i.getValues().filter((
|
|
379
|
-
return a.forEach((
|
|
380
|
-
i.deleteValue(
|
|
378
|
+
const a = i.getValues().filter((c) => c.cfId === e);
|
|
379
|
+
return a.forEach((c) => {
|
|
380
|
+
i.deleteValue(c.formulaId, ["formulaId"]);
|
|
381
381
|
}), a;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
@@ -398,13 +398,13 @@ let G = class extends m2 {
|
|
|
398
398
|
return `${r}_${t}`;
|
|
399
399
|
}
|
|
400
400
|
};
|
|
401
|
-
G =
|
|
401
|
+
G = v0([
|
|
402
402
|
d2(0, A(f2)),
|
|
403
403
|
d2(1, A(z2)),
|
|
404
404
|
d2(2, A(B))
|
|
405
405
|
], G);
|
|
406
406
|
var S = /* @__PURE__ */ ((s) => (s.preComputingStart = "preComputingStart", s.preComputing = "preComputing", s.preComputingEnd = "preComputingEnd", s.preComputingError = "preComputingError", s))(S || {});
|
|
407
|
-
class
|
|
407
|
+
class c2 {
|
|
408
408
|
constructor(r) {
|
|
409
409
|
/**
|
|
410
410
|
* 3nd-level cache
|
|
@@ -420,7 +420,7 @@ class u2 {
|
|
|
420
420
|
*/
|
|
421
421
|
m(this, "_preComputingCache");
|
|
422
422
|
m(this, "_rule");
|
|
423
|
-
this._context = r, this._cache = new
|
|
423
|
+
this._context = r, this._cache = new I2(r.limit), this._rule = r.rule, this._preComputingCache = null, this._initClearCacheListener();
|
|
424
424
|
}
|
|
425
425
|
setCacheLength(r) {
|
|
426
426
|
this._cache.limit = r;
|
|
@@ -480,14 +480,14 @@ class u2 {
|
|
|
480
480
|
function a2(s, r) {
|
|
481
481
|
return Math.abs(s - r) < Number.EPSILON;
|
|
482
482
|
}
|
|
483
|
-
const
|
|
483
|
+
const b = (s) => [void 0, null].includes(s), U = (s) => {
|
|
484
484
|
var e, n;
|
|
485
485
|
if (!s)
|
|
486
486
|
return null;
|
|
487
487
|
if (s.t === _.BOOLEAN)
|
|
488
|
-
return s.v ===
|
|
488
|
+
return s.v === b2.TRUE ? A2.TRUE : A2.FALSE;
|
|
489
489
|
const r = s.v, t = (n = (e = s.p) == null ? void 0 : e.body) == null ? void 0 : n.dataStream.replace(/\r\n$/, "");
|
|
490
|
-
return
|
|
490
|
+
return b(r) ? b(t) ? null : t : r;
|
|
491
491
|
}, g2 = 86400;
|
|
492
492
|
function A0(s, r = !0) {
|
|
493
493
|
if (r && s >= 0) {
|
|
@@ -505,16 +505,16 @@ function A0(s, r = !0) {
|
|
|
505
505
|
t = t - Math.floor(1461 * n / 4) + 31;
|
|
506
506
|
const i = Math.floor(80 * t / 2447), a = t - Math.floor(2447 * i / 80);
|
|
507
507
|
t = Math.floor(i / 11);
|
|
508
|
-
const
|
|
509
|
-
return [100 * (e - 49) + n + t | 0,
|
|
508
|
+
const c = i + 2 - 12 * t;
|
|
509
|
+
return [100 * (e - 49) + n + t | 0, c | 0, a | 0];
|
|
510
510
|
}
|
|
511
511
|
const _0 = (s) => {
|
|
512
512
|
let r = s | 0;
|
|
513
513
|
const t = g2 * (s - r);
|
|
514
514
|
let e = Math.floor(t);
|
|
515
515
|
t - e > 0.9999 && (e += 1, e === g2 && (e = 0, r += 1));
|
|
516
|
-
const n = e < 0 ? g2 + e : e, [i, a,
|
|
517
|
-
return
|
|
516
|
+
const n = e < 0 ? g2 + e : e, [i, a, c] = A0(s, !0), l = Math.floor(n / 60 / 60) % 60, o = Math.floor(n / 60) % 60, h = Math.floor(n) % 60;
|
|
517
|
+
return E(`${i}/${a}/${c} ${l}:${o}:${h}`).valueOf();
|
|
518
518
|
}, l2 = (s, r, t) => {
|
|
519
519
|
switch (s.type) {
|
|
520
520
|
case x.max: {
|
|
@@ -522,7 +522,7 @@ const _0 = (s) => {
|
|
|
522
522
|
return r.forValue((n, i, a) => {
|
|
523
523
|
a > e && (e = a);
|
|
524
524
|
}), {
|
|
525
|
-
status:
|
|
525
|
+
status: I.SUCCESS,
|
|
526
526
|
result: e
|
|
527
527
|
};
|
|
528
528
|
}
|
|
@@ -531,86 +531,86 @@ const _0 = (s) => {
|
|
|
531
531
|
return r.forValue((n, i, a) => {
|
|
532
532
|
e === void 0 && (e = a), a < e && (e = a);
|
|
533
533
|
}), {
|
|
534
|
-
status:
|
|
534
|
+
status: I.SUCCESS,
|
|
535
535
|
result: e
|
|
536
536
|
};
|
|
537
537
|
}
|
|
538
538
|
case x.percent: {
|
|
539
539
|
let e, n;
|
|
540
|
-
r.forValue((
|
|
540
|
+
r.forValue((c, l, o) => {
|
|
541
541
|
(e === void 0 || n === void 0) && (e = o, n = o), o > e && (e = o), o < n && (n = o);
|
|
542
542
|
});
|
|
543
543
|
const i = (e || 0) - (n || 0), a = Math.max(Math.min(Number(s.value) || 0, 100), 0);
|
|
544
544
|
return {
|
|
545
|
-
status:
|
|
545
|
+
status: I.SUCCESS,
|
|
546
546
|
result: i * (a / 100) + (n || 0)
|
|
547
547
|
};
|
|
548
548
|
}
|
|
549
549
|
case x.percentile: {
|
|
550
|
-
const e = r.toNativeArray().sort((o, h) => o - h), n = Math.max(Math.min(Number(s.value) || 0, 100), 0), i = (e.length - 1) * n / 100, a = Math.floor(i),
|
|
550
|
+
const e = r.toNativeArray().sort((o, h) => o - h), n = Math.max(Math.min(Number(s.value) || 0, 100), 0), i = (e.length - 1) * n / 100, a = Math.floor(i), c = i - a, l = e[a] + (e[Math.min(a + 1, e.length - 1)] - e[a]) * c;
|
|
551
551
|
return {
|
|
552
|
-
status:
|
|
552
|
+
status: I.SUCCESS,
|
|
553
553
|
result: l
|
|
554
554
|
};
|
|
555
555
|
}
|
|
556
556
|
case x.formula: {
|
|
557
|
-
const { accessor: e, unitId: n, subUnitId: i, cfId: a } = t,
|
|
558
|
-
return l.registerFormulaWithRange(n, i, a,
|
|
557
|
+
const { accessor: e, unitId: n, subUnitId: i, cfId: a } = t, c = String(s.value), l = e.get(G);
|
|
558
|
+
return l.registerFormulaWithRange(n, i, a, c), l.getFormulaResultWithCoords(n, i, a, c);
|
|
559
559
|
}
|
|
560
560
|
case x.num: {
|
|
561
561
|
const e = Number(s.value);
|
|
562
562
|
return {
|
|
563
|
-
status:
|
|
563
|
+
status: I.SUCCESS,
|
|
564
564
|
result: Number.isNaN(e) ? 0 : e
|
|
565
565
|
};
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
}, M1 = (s, r, t, e) => {
|
|
569
569
|
const { accessor: n } = e, i = n.get(j), a = new T();
|
|
570
|
-
return t.ranges.forEach((
|
|
571
|
-
N.foreach(
|
|
570
|
+
return t.ranges.forEach((c) => {
|
|
571
|
+
N.foreach(c, (l, o) => {
|
|
572
572
|
const h = i.getCellCfs(s, r, l, o);
|
|
573
573
|
if (h) {
|
|
574
|
-
const
|
|
575
|
-
|
|
574
|
+
const u = h.find((d) => d.cfId === t.cfId);
|
|
575
|
+
u != null && u.result && a.setValue(l, o, u.result);
|
|
576
576
|
}
|
|
577
577
|
});
|
|
578
578
|
}), a;
|
|
579
579
|
}, Y = (s, r) => {
|
|
580
580
|
switch (s.operator) {
|
|
581
|
-
case
|
|
581
|
+
case F.between: {
|
|
582
582
|
if (typeof s.value != "object" || !s.value.length)
|
|
583
583
|
return;
|
|
584
584
|
const t = Math.min(...s.value), e = Math.max(...s.value);
|
|
585
585
|
return r >= t && r <= e;
|
|
586
586
|
}
|
|
587
|
-
case
|
|
587
|
+
case F.notBetween: {
|
|
588
588
|
if (typeof s.value != "object" || !s.value.length)
|
|
589
589
|
return;
|
|
590
590
|
const t = Math.min(...s.value), e = Math.max(...s.value);
|
|
591
591
|
return !(r >= t && r <= e);
|
|
592
592
|
}
|
|
593
|
-
case
|
|
593
|
+
case F.equal: {
|
|
594
594
|
const t = s.value || 0;
|
|
595
595
|
return a2(t, r);
|
|
596
596
|
}
|
|
597
|
-
case
|
|
597
|
+
case F.notEqual: {
|
|
598
598
|
const t = s.value || 0;
|
|
599
599
|
return !a2(t, r);
|
|
600
600
|
}
|
|
601
|
-
case
|
|
601
|
+
case F.greaterThan: {
|
|
602
602
|
const t = s.value || 0;
|
|
603
603
|
return r > t;
|
|
604
604
|
}
|
|
605
|
-
case
|
|
605
|
+
case F.greaterThanOrEqual: {
|
|
606
606
|
const t = s.value || 0;
|
|
607
607
|
return r >= t;
|
|
608
608
|
}
|
|
609
|
-
case
|
|
609
|
+
case F.lessThan: {
|
|
610
610
|
const t = s.value || 0;
|
|
611
611
|
return r < t;
|
|
612
612
|
}
|
|
613
|
-
case
|
|
613
|
+
case F.lessThanOrEqual: {
|
|
614
614
|
const t = s.value || 0;
|
|
615
615
|
return r <= t;
|
|
616
616
|
}
|
|
@@ -619,14 +619,14 @@ const _0 = (s) => {
|
|
|
619
619
|
}
|
|
620
620
|
}, x0 = (s) => {
|
|
621
621
|
switch (s) {
|
|
622
|
-
case
|
|
623
|
-
return
|
|
624
|
-
case
|
|
625
|
-
return
|
|
626
|
-
case
|
|
627
|
-
return
|
|
628
|
-
case
|
|
629
|
-
return
|
|
622
|
+
case F.greaterThan:
|
|
623
|
+
return F.lessThanOrEqual;
|
|
624
|
+
case F.greaterThanOrEqual:
|
|
625
|
+
return F.lessThan;
|
|
626
|
+
case F.lessThan:
|
|
627
|
+
return F.greaterThanOrEqual;
|
|
628
|
+
case F.lessThanOrEqual:
|
|
629
|
+
return F.greaterThan;
|
|
630
630
|
}
|
|
631
631
|
return s;
|
|
632
632
|
}, y0 = (s, r) => {
|
|
@@ -636,11 +636,11 @@ const _0 = (s) => {
|
|
|
636
636
|
if (n >= 0) {
|
|
637
637
|
const i = s[n], a = s[e];
|
|
638
638
|
if (i.color.isValid && a.color.isValid) {
|
|
639
|
-
const
|
|
640
|
-
const f =
|
|
641
|
-
return
|
|
639
|
+
const c = t(i.color.toRgb()), l = t(a.color.toRgb()), o = a.value - i.value, h = (r - i.value) / o, u = ["r", "g", "b", "a"].reduce((g, D) => {
|
|
640
|
+
const f = c[D];
|
|
641
|
+
return g[D] = (l[D] - f) * h + f, g;
|
|
642
642
|
}, {});
|
|
643
|
-
return new L2(
|
|
643
|
+
return new L2(u).toRgbString();
|
|
644
644
|
}
|
|
645
645
|
} else
|
|
646
646
|
return s[s.length - 1].color.toRgbString();
|
|
@@ -656,29 +656,29 @@ function R1(s) {
|
|
|
656
656
|
r = Math.max(Number.isNaN(r) ? 0 : r, Number(n));
|
|
657
657
|
}), r;
|
|
658
658
|
}
|
|
659
|
-
class M0 extends
|
|
659
|
+
class M0 extends c2 {
|
|
660
660
|
preComputing(r, t, e) {
|
|
661
661
|
const n = e.rule, i = e.worksheet, a = new T();
|
|
662
|
-
!n.rule.config.every((h) => h.value.type === x.num) && w2(n.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((
|
|
663
|
-
N.foreach(
|
|
664
|
-
const D = e.getCellValue(d,
|
|
665
|
-
if (!
|
|
666
|
-
const
|
|
667
|
-
!Number.isNaN(
|
|
662
|
+
!n.rule.config.every((h) => h.value.type === x.num) && w2(n.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((u) => {
|
|
663
|
+
N.foreach(u, (d, g) => {
|
|
664
|
+
const D = e.getCellValue(d, g), f = D && D.v;
|
|
665
|
+
if (!b(f) && (D == null ? void 0 : D.t) === _.NUMBER) {
|
|
666
|
+
const w = Number(f);
|
|
667
|
+
!Number.isNaN(w) && a.setValue(d, g, w);
|
|
668
668
|
}
|
|
669
669
|
});
|
|
670
670
|
});
|
|
671
|
-
const l = [...n.rule.config].sort((h,
|
|
671
|
+
const l = [...n.rule.config].sort((h, u) => h.index - u.index).map((h) => ({
|
|
672
672
|
value: l2(h.value, a, {
|
|
673
673
|
...e,
|
|
674
674
|
cfId: n.cfId
|
|
675
675
|
}),
|
|
676
676
|
color: new L2(h.color)
|
|
677
677
|
}));
|
|
678
|
-
if (!l.some((h) => n0(h.value) ? h.value.status !==
|
|
679
|
-
const h = l.map((
|
|
678
|
+
if (!l.some((h) => n0(h.value) ? h.value.status !== I.SUCCESS : !1)) {
|
|
679
|
+
const h = l.map((u) => u.color).reduce((u, d, g) => (u.result.push({ color: d, value: u.sortValue[g] }), u), {
|
|
680
680
|
result: [],
|
|
681
|
-
sortValue: l.map((
|
|
681
|
+
sortValue: l.map((u) => u.value.result).sort((u, d) => u - d)
|
|
682
682
|
}).result;
|
|
683
683
|
this.setPreComputingCache(h), this._preComputingStatus$.next(S.preComputingEnd);
|
|
684
684
|
return;
|
|
@@ -696,14 +696,14 @@ class M0 extends u2 {
|
|
|
696
696
|
}
|
|
697
697
|
}
|
|
698
698
|
}
|
|
699
|
-
const R0 = "sheet-conditional-rule-data-bar", x2 = "#ffbe38", y2 = "#abd91a",
|
|
699
|
+
const R0 = "sheet-conditional-rule-data-bar", x2 = "#ffbe38", y2 = "#abd91a", b0 = "#000", I0 = 34;
|
|
700
700
|
class L0 extends k2 {
|
|
701
701
|
constructor() {
|
|
702
702
|
super(...arguments);
|
|
703
703
|
m(this, "_paddingRightAndLeft", 2);
|
|
704
704
|
m(this, "_paddingTopAndBottom", 2);
|
|
705
705
|
m(this, "uKey", R0);
|
|
706
|
-
m(this, "Z_INDEX",
|
|
706
|
+
m(this, "Z_INDEX", I0);
|
|
707
707
|
m(this, "_radius", 1);
|
|
708
708
|
}
|
|
709
709
|
// eslint-disable-next-line max-lines-per-function
|
|
@@ -711,39 +711,39 @@ class L0 extends k2 {
|
|
|
711
711
|
const { worksheet: a } = n;
|
|
712
712
|
if (!a)
|
|
713
713
|
return !1;
|
|
714
|
-
t.save(), N.foreach(n.rowColumnSegment, (
|
|
715
|
-
if (!a.getRowVisible(
|
|
714
|
+
t.save(), N.foreach(n.rowColumnSegment, (c, l) => {
|
|
715
|
+
if (!a.getRowVisible(c) || !a.getColVisible(l))
|
|
716
716
|
return;
|
|
717
|
-
const o = a.getCell(
|
|
717
|
+
const o = a.getCell(c, l);
|
|
718
718
|
if (o && o.dataBar) {
|
|
719
|
-
const { color: h, value:
|
|
720
|
-
let { isMerged: f, isMergedMainCell:
|
|
721
|
-
if (f || (
|
|
719
|
+
const { color: h, value: u, startPoint: d, isGradient: g } = o.dataBar, D = n.getCellWithCoordByIndex(c, l, !1);
|
|
720
|
+
let { isMerged: f, isMergedMainCell: w, mergeInfo: p, startY: L, endY: k, startX: V, endX: z } = D;
|
|
721
|
+
if (f || (w && (L = p.startY, k = p.endY, V = p.startX, z = p.endX), !this.isRenderDiffRangesByCell(p, i)))
|
|
722
722
|
return;
|
|
723
723
|
const Q = z - V, h2 = k + r0 - L, e2 = Q - this._paddingRightAndLeft * 2, p2 = h2 - this._paddingTopAndBottom * 2;
|
|
724
|
-
if (
|
|
725
|
-
const
|
|
726
|
-
if (
|
|
727
|
-
const P = t.createLinearGradient(O, $, O +
|
|
724
|
+
if (u > 0) {
|
|
725
|
+
const q = Math.max(e2 * (1 - d / 100) * u / 100, 1), O = V + this._paddingRightAndLeft + d / 100 * e2, $ = L + this._paddingTopAndBottom;
|
|
726
|
+
if (g) {
|
|
727
|
+
const P = t.createLinearGradient(O, $, O + q, $);
|
|
728
728
|
P.addColorStop(0, h), P.addColorStop(1, "rgb(255 255 255)"), t.fillStyle = P, t.strokeStyle = h, t.lineWidth = 1;
|
|
729
729
|
} else
|
|
730
730
|
t.fillStyle = h;
|
|
731
|
-
this._drawRectWithRoundedCorner(t, O, $,
|
|
731
|
+
this._drawRectWithRoundedCorner(t, O, $, q, p2, !1, !0, !0, !1), g && t.stroke();
|
|
732
732
|
} else {
|
|
733
|
-
const
|
|
734
|
-
if (
|
|
735
|
-
const P = t.createLinearGradient(O, $, O +
|
|
733
|
+
const q = Math.max(e2 * d / 100 * Math.abs(u) / 100, 1), O = V + this._paddingRightAndLeft + d / 100 * e2 - q, $ = L + this._paddingTopAndBottom;
|
|
734
|
+
if (g) {
|
|
735
|
+
const P = t.createLinearGradient(O, $, O + q, $);
|
|
736
736
|
P.addColorStop(0, "rgb(255 255 255)"), P.addColorStop(1, h), t.fillStyle = P, t.strokeStyle = h, t.lineWidth = 1;
|
|
737
737
|
} else
|
|
738
738
|
t.fillStyle = h;
|
|
739
|
-
this._drawRectWithRoundedCorner(t, O, $,
|
|
739
|
+
this._drawRectWithRoundedCorner(t, O, $, q, p2, !0, !1, !1, !0), g && t.stroke();
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
742
|
}), t.restore();
|
|
743
743
|
}
|
|
744
|
-
_drawRectWithRoundedCorner(t, e, n, i, a,
|
|
745
|
-
const
|
|
746
|
-
!a || !i || (t.beginPath(), t.moveTo(e +
|
|
744
|
+
_drawRectWithRoundedCorner(t, e, n, i, a, c, l, o, h) {
|
|
745
|
+
const u = this._radius;
|
|
746
|
+
!a || !i || (t.beginPath(), t.moveTo(e + u, n), t.lineTo(e + i - u, n), l ? t.arcTo(e + i, n, e + i, n + u, u) : t.lineTo(e + i, n), t.lineTo(e + i, n + a - u), o ? t.arcTo(e + i, n + a, e + i - u, n + a, u) : t.lineTo(e + i, n + a), t.lineTo(e + u, n + a), h ? t.arcTo(e, n + a, e, n + a - u, u) : t.lineTo(e, n + a), t.lineTo(e, n + u), c ? t.arcTo(e, n, e + u, n, u) : t.lineTo(e, n), t.closePath(), t.fill());
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
749
|
B2.add(L0);
|
|
@@ -755,284 +755,283 @@ const t2 = (s) => Math.max(Math.min(100, s), 0), S0 = (s, r, t) => {
|
|
|
755
755
|
}
|
|
756
756
|
return null;
|
|
757
757
|
};
|
|
758
|
-
class B0 extends
|
|
758
|
+
class B0 extends c2 {
|
|
759
759
|
preComputing(r, t, e) {
|
|
760
|
-
const n = e.rule, i = n.rule, a = e.worksheet,
|
|
761
|
-
![n.rule.config.max, n.rule.config.min].every((
|
|
762
|
-
N.foreach(D, (f,
|
|
763
|
-
const p = e.getCellValue(f,
|
|
764
|
-
if (!
|
|
760
|
+
const n = e.rule, i = n.rule, a = e.worksheet, c = new T();
|
|
761
|
+
![n.rule.config.max, n.rule.config.min].every((g) => g.type === x.num) && w2(n.ranges, a.getMaxRows() - 1, a.getMaxColumns() - 1).forEach((D) => {
|
|
762
|
+
N.foreach(D, (f, w) => {
|
|
763
|
+
const p = e.getCellValue(f, w), L = p && p.v;
|
|
764
|
+
if (!b(L) && (p == null ? void 0 : p.t) === _.NUMBER) {
|
|
765
765
|
const k = Number(L);
|
|
766
|
-
!Number.isNaN(k) &&
|
|
766
|
+
!Number.isNaN(k) && c.setValue(f, w, k);
|
|
767
767
|
}
|
|
768
768
|
});
|
|
769
769
|
});
|
|
770
|
-
const o = l2(i.config.min,
|
|
771
|
-
let
|
|
772
|
-
if (o.status ===
|
|
773
|
-
const
|
|
774
|
-
|
|
770
|
+
const o = l2(i.config.min, c, { ...e, cfId: n.cfId }), h = l2(i.config.max, c, { ...e, cfId: n.cfId });
|
|
771
|
+
let u = 0, d = 0;
|
|
772
|
+
if (o.status === I.SUCCESS) {
|
|
773
|
+
const g = Number(o.result);
|
|
774
|
+
u = Number.isNaN(g) ? 0 : g;
|
|
775
775
|
} else {
|
|
776
776
|
this._preComputingStatus$.next(S.preComputing);
|
|
777
777
|
return;
|
|
778
778
|
}
|
|
779
|
-
if (h.status ===
|
|
780
|
-
const
|
|
781
|
-
d = Math.max(D,
|
|
779
|
+
if (h.status === I.SUCCESS) {
|
|
780
|
+
const g = Number(h.result), D = Number.isNaN(g) ? 0 : g;
|
|
781
|
+
d = Math.max(D, u), u = Math.min(D, u);
|
|
782
782
|
let f = 50;
|
|
783
|
-
if (
|
|
783
|
+
if (u < 0 && d <= 0)
|
|
784
784
|
f = 100;
|
|
785
|
-
else if (
|
|
786
|
-
const
|
|
787
|
-
f = Math.abs(
|
|
788
|
-
} else
|
|
789
|
-
this.setPreComputingCache({ min:
|
|
785
|
+
else if (u < 0 && d > 0) {
|
|
786
|
+
const w = Math.abs(d) + Math.abs(u);
|
|
787
|
+
f = Math.abs(u) / w * 100;
|
|
788
|
+
} else u >= 0 && d > 0 && (f = 0);
|
|
789
|
+
this.setPreComputingCache({ min: u, max: d, startPoint: f }), this._preComputingStatus$.next(S.preComputingEnd);
|
|
790
790
|
return;
|
|
791
791
|
}
|
|
792
792
|
this._preComputingStatus$.next(S.preComputing);
|
|
793
793
|
}
|
|
794
794
|
// eslint-disable-next-line complexity
|
|
795
795
|
getCellResult(r, t, e, n) {
|
|
796
|
-
const { min: i, max: a, startPoint:
|
|
796
|
+
const { min: i, max: a, startPoint: c } = e, o = n.rule.rule, h = o.isShowValue, u = o.config.isGradient, d = S0(r, t, n.getCellValue);
|
|
797
797
|
if (!(d === null || d < i || i === a || a < i)) {
|
|
798
798
|
if (d === 0)
|
|
799
|
-
return { color:
|
|
799
|
+
return { color: b0, startPoint: c, value: 0, isGradient: u, isShowValue: h };
|
|
800
800
|
if (i < 0 && a <= 0) {
|
|
801
|
-
const
|
|
802
|
-
return D === 0 ? void 0 : { color: o.config.nativeColor || y2, startPoint:
|
|
801
|
+
const g = a - i, D = t2((a - d) / g * 100);
|
|
802
|
+
return D === 0 ? void 0 : { color: o.config.nativeColor || y2, startPoint: c, value: -D, isGradient: u, isShowValue: h };
|
|
803
803
|
} else if (i < 0 && a > 0)
|
|
804
804
|
if (d > 0) {
|
|
805
|
-
const
|
|
806
|
-
return
|
|
805
|
+
const g = t2(Math.min(d / a, 1) * 100);
|
|
806
|
+
return g === 0 ? void 0 : { color: o.config.positiveColor || x2, startPoint: c, value: g, isGradient: u, isShowValue: h };
|
|
807
807
|
} else {
|
|
808
|
-
const
|
|
809
|
-
return
|
|
808
|
+
const g = t2(Math.min(Math.abs(d) / Math.abs(i), 1) * 100);
|
|
809
|
+
return g === 0 ? void 0 : { color: o.config.nativeColor || y2, startPoint: c, value: -g, isGradient: u, isShowValue: h };
|
|
810
810
|
}
|
|
811
811
|
else if (i >= 0 && a > 0) {
|
|
812
|
-
const
|
|
813
|
-
return f === 0 ? void 0 : { color: o.config.positiveColor || x2, startPoint: D, value: f, isGradient:
|
|
812
|
+
const g = a - i, D = 0, f = t2((1 - (a - d) / g) * 100);
|
|
813
|
+
return f === 0 ? void 0 : { color: o.config.positiveColor || x2, startPoint: D, value: f, isGradient: u, isShowValue: h };
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
class k0 extends
|
|
818
|
+
class k0 extends c2 {
|
|
819
819
|
// eslint-disable-next-line max-lines-per-function
|
|
820
820
|
preComputing(r, t, e) {
|
|
821
|
-
const n = e.rule.rule, i = e.rule.ranges,
|
|
821
|
+
const n = e.rule.rule, i = e.rule.ranges, c = (() => {
|
|
822
822
|
switch (n.subType) {
|
|
823
|
-
case
|
|
823
|
+
case v.average: {
|
|
824
824
|
let l = 0, o = 0;
|
|
825
825
|
return i.forEach((h) => {
|
|
826
|
-
N.foreach(h, (
|
|
827
|
-
const
|
|
828
|
-
|
|
826
|
+
N.foreach(h, (u, d) => {
|
|
827
|
+
const g = e.getCellValue(u, d), D = U(g || void 0);
|
|
828
|
+
g && g.t === _.NUMBER && D !== void 0 && (l += Number(D) || 0, o++);
|
|
829
829
|
});
|
|
830
830
|
}), { value: l / o, type: n.subType };
|
|
831
831
|
}
|
|
832
|
-
case
|
|
833
|
-
case
|
|
832
|
+
case v.uniqueValues:
|
|
833
|
+
case v.duplicateValues: {
|
|
834
834
|
const l = /* @__PURE__ */ new Map();
|
|
835
835
|
return i.forEach((o) => {
|
|
836
|
-
N.foreach(o, (h,
|
|
837
|
-
const d = e.getCellValue(h,
|
|
838
|
-
if (
|
|
839
|
-
const D = l.get(
|
|
840
|
-
D ? l.set(
|
|
836
|
+
N.foreach(o, (h, u) => {
|
|
837
|
+
const d = e.getCellValue(h, u), g = U(d || void 0);
|
|
838
|
+
if (g !== void 0) {
|
|
839
|
+
const D = l.get(g);
|
|
840
|
+
D ? l.set(g, D + 1) : l.set(g, 1);
|
|
841
841
|
}
|
|
842
842
|
});
|
|
843
843
|
}), { value: l, type: n.subType };
|
|
844
844
|
}
|
|
845
|
-
case
|
|
845
|
+
case v.rank: {
|
|
846
846
|
const l = [];
|
|
847
|
-
i.forEach((
|
|
848
|
-
N.foreach(
|
|
849
|
-
const D = e.getCellValue(d,
|
|
847
|
+
i.forEach((u) => {
|
|
848
|
+
N.foreach(u, (d, g) => {
|
|
849
|
+
const D = e.getCellValue(d, g), f = U(D || void 0);
|
|
850
850
|
D && D.t === _.NUMBER && f !== void 0 && l.push(Number(f) || 0);
|
|
851
851
|
});
|
|
852
|
-
}), l.sort((
|
|
852
|
+
}), l.sort((u, d) => d - u);
|
|
853
853
|
const o = e.rule.rule, h = o.isPercent ? Math.floor(Math.max(Math.min(o.value, 100), 0) / 100 * l.length) : Math.floor(Math.max(Math.min(o.isBottom ? o.value - 1 : o.value, l.length), 0));
|
|
854
854
|
return o.isBottom ? { value: l[l.length - h - 1], type: n.subType } : { value: l[Math.max(h - 1, 0)], type: n.subType };
|
|
855
855
|
}
|
|
856
|
-
case
|
|
856
|
+
case v.formula: {
|
|
857
857
|
const l = n, o = e.accessor.get(G);
|
|
858
858
|
o.registerFormulaWithRange(e.unitId, e.subUnitId, e.rule.cfId, l.value, e.rule.ranges);
|
|
859
859
|
const h = o.getFormulaMatrix(e.unitId, e.subUnitId, e.rule.cfId, l.value);
|
|
860
|
-
return h && h.status ===
|
|
860
|
+
return h && h.status === I.SUCCESS ? (this._preComputingStatus$.next(S.preComputingEnd), {
|
|
861
861
|
value: h.result,
|
|
862
862
|
type: n.subType
|
|
863
863
|
}) : (this._preComputingStatus$.next(S.preComputing), null);
|
|
864
864
|
}
|
|
865
|
-
case
|
|
865
|
+
case v.timePeriod:
|
|
866
866
|
switch (n.operator) {
|
|
867
867
|
case R.last7Days:
|
|
868
868
|
return {
|
|
869
869
|
value: {
|
|
870
|
-
start:
|
|
871
|
-
end:
|
|
870
|
+
start: E().subtract(7, "day").valueOf(),
|
|
871
|
+
end: E().valueOf()
|
|
872
872
|
},
|
|
873
873
|
type: n.subType
|
|
874
874
|
};
|
|
875
875
|
case R.lastMonth:
|
|
876
876
|
return {
|
|
877
877
|
value: {
|
|
878
|
-
start:
|
|
879
|
-
end:
|
|
878
|
+
start: E().startOf("month").subtract(1, "month").valueOf(),
|
|
879
|
+
end: E().endOf("month").subtract(1, "month").valueOf()
|
|
880
880
|
},
|
|
881
881
|
type: n.subType
|
|
882
882
|
};
|
|
883
883
|
case R.lastWeek:
|
|
884
884
|
return {
|
|
885
885
|
value: {
|
|
886
|
-
start:
|
|
887
|
-
end:
|
|
886
|
+
start: E().startOf("week").subtract(1, "week").valueOf(),
|
|
887
|
+
end: E().endOf("week").subtract(1, "week").valueOf()
|
|
888
888
|
},
|
|
889
889
|
type: n.subType
|
|
890
890
|
};
|
|
891
891
|
case R.nextMonth:
|
|
892
892
|
return {
|
|
893
893
|
value: {
|
|
894
|
-
start:
|
|
895
|
-
end:
|
|
894
|
+
start: E().startOf("month").add(1, "month").valueOf(),
|
|
895
|
+
end: E().endOf("month").add(1, "month").valueOf()
|
|
896
896
|
},
|
|
897
897
|
type: n.subType
|
|
898
898
|
};
|
|
899
899
|
case R.nextWeek:
|
|
900
900
|
return {
|
|
901
901
|
value: {
|
|
902
|
-
start:
|
|
903
|
-
end:
|
|
902
|
+
start: E().startOf("week").add(1, "week").valueOf(),
|
|
903
|
+
end: E().endOf("week").add(1, "week").valueOf()
|
|
904
904
|
},
|
|
905
905
|
type: n.subType
|
|
906
906
|
};
|
|
907
907
|
case R.thisMonth:
|
|
908
908
|
return {
|
|
909
909
|
value: {
|
|
910
|
-
start:
|
|
911
|
-
end:
|
|
910
|
+
start: E().startOf("month").valueOf(),
|
|
911
|
+
end: E().endOf("month").valueOf()
|
|
912
912
|
},
|
|
913
913
|
type: n.subType
|
|
914
914
|
};
|
|
915
915
|
case R.thisWeek:
|
|
916
916
|
return {
|
|
917
917
|
value: {
|
|
918
|
-
start:
|
|
919
|
-
end:
|
|
918
|
+
start: E().startOf("week").valueOf(),
|
|
919
|
+
end: E().endOf("week").valueOf()
|
|
920
920
|
},
|
|
921
921
|
type: n.subType
|
|
922
922
|
};
|
|
923
923
|
case R.today:
|
|
924
924
|
return {
|
|
925
925
|
value: {
|
|
926
|
-
start:
|
|
927
|
-
end:
|
|
926
|
+
start: E().startOf("day").valueOf(),
|
|
927
|
+
end: E().endOf("day").valueOf()
|
|
928
928
|
},
|
|
929
929
|
type: n.subType
|
|
930
930
|
};
|
|
931
931
|
case R.tomorrow:
|
|
932
932
|
return {
|
|
933
933
|
value: {
|
|
934
|
-
start:
|
|
935
|
-
end:
|
|
934
|
+
start: E().startOf("day").add(1, "day").valueOf(),
|
|
935
|
+
end: E().endOf("day").add(1, "day").valueOf()
|
|
936
936
|
},
|
|
937
937
|
type: n.subType
|
|
938
938
|
};
|
|
939
939
|
case R.yesterday:
|
|
940
940
|
return {
|
|
941
941
|
value: {
|
|
942
|
-
start:
|
|
943
|
-
end:
|
|
942
|
+
start: E().startOf("day").subtract(1, "day").valueOf(),
|
|
943
|
+
end: E().endOf("day").subtract(1, "day").valueOf()
|
|
944
944
|
},
|
|
945
945
|
type: n.subType
|
|
946
946
|
};
|
|
947
947
|
}
|
|
948
948
|
}
|
|
949
949
|
})();
|
|
950
|
-
this.setPreComputingCache(
|
|
950
|
+
this.setPreComputingCache(c);
|
|
951
951
|
}
|
|
952
952
|
// eslint-disable-next-line max-lines-per-function
|
|
953
953
|
getCellResult(r, t, e, n) {
|
|
954
954
|
const i = n.getCellValue(r, t), a = n.rule.rule;
|
|
955
955
|
return (() => {
|
|
956
956
|
switch (a.subType) {
|
|
957
|
-
case
|
|
958
|
-
const o = i && Number(i.v);
|
|
959
|
-
|
|
960
|
-
return;
|
|
961
|
-
const h = a;
|
|
962
|
-
return Y({ operator: h.operator, value: h.value || 0 }, o || 0);
|
|
957
|
+
case v.number: {
|
|
958
|
+
const o = i && Number(i.v), h = (i == null ? void 0 : i.t) === _.NUMBER, u = a;
|
|
959
|
+
return h ? b(o) || Number.isNaN(o) ? void 0 : Y({ operator: u.operator, value: u.value || 0 }, o || 0) : !![F.notEqual, F.notBetween].includes(u.operator);
|
|
963
960
|
}
|
|
964
|
-
case
|
|
965
|
-
const o = a, h = U(i),
|
|
961
|
+
case v.text: {
|
|
962
|
+
const o = a, h = U(i), u = h === null ? "" : String(h), d = o.value || "";
|
|
966
963
|
switch (o.operator) {
|
|
967
964
|
case M.beginsWith:
|
|
968
|
-
return
|
|
965
|
+
return u.startsWith(d);
|
|
969
966
|
case M.containsBlanks:
|
|
970
|
-
return /^\s*$/.test(
|
|
967
|
+
return /^\s*$/.test(u);
|
|
971
968
|
case M.notContainsBlanks:
|
|
972
|
-
return !/^\s*$/.test(
|
|
969
|
+
return !/^\s*$/.test(u);
|
|
973
970
|
case M.containsErrors:
|
|
974
|
-
return _2.has(
|
|
971
|
+
return _2.has(u);
|
|
975
972
|
case M.notContainsErrors:
|
|
976
|
-
return !_2.has(
|
|
973
|
+
return !_2.has(u);
|
|
977
974
|
case M.containsText:
|
|
978
|
-
return
|
|
975
|
+
return u.indexOf(d) > -1;
|
|
979
976
|
case M.notContainsText:
|
|
980
|
-
return
|
|
977
|
+
return u.indexOf(d) === -1;
|
|
981
978
|
case M.endsWith:
|
|
982
|
-
return
|
|
979
|
+
return u.endsWith(d);
|
|
983
980
|
case M.equal:
|
|
984
|
-
return
|
|
981
|
+
return u === d;
|
|
985
982
|
case M.notEqual:
|
|
986
|
-
return
|
|
983
|
+
return u !== d;
|
|
987
984
|
default:
|
|
988
985
|
return !1;
|
|
989
986
|
}
|
|
990
987
|
}
|
|
991
|
-
case
|
|
988
|
+
case v.timePeriod: {
|
|
992
989
|
const o = U(i);
|
|
993
|
-
if (
|
|
990
|
+
if (b(o) || Number.isNaN(Number(o)) || (i == null ? void 0 : i.t) !== _.NUMBER || !e)
|
|
994
991
|
return;
|
|
995
|
-
const h = _0(Number(o)), { start:
|
|
996
|
-
return h >=
|
|
992
|
+
const h = _0(Number(o)), { start: u, end: d } = e.value;
|
|
993
|
+
return h >= u && h <= d;
|
|
997
994
|
}
|
|
998
|
-
case
|
|
999
|
-
const o = i && i.v, h = Number(o);
|
|
1000
|
-
if (
|
|
995
|
+
case v.average: {
|
|
996
|
+
const o = i && i.v, h = Number(o), u = (i == null ? void 0 : i.t) === _.NUMBER, d = a;
|
|
997
|
+
if (!u)
|
|
998
|
+
return F.notEqual === d.operator;
|
|
999
|
+
if (b(o) || Number.isNaN(h) || !e)
|
|
1001
1000
|
return !1;
|
|
1002
|
-
const
|
|
1003
|
-
switch (
|
|
1004
|
-
case
|
|
1005
|
-
return h >
|
|
1006
|
-
case
|
|
1007
|
-
return h >=
|
|
1008
|
-
case
|
|
1009
|
-
return h <
|
|
1010
|
-
case
|
|
1011
|
-
return h <=
|
|
1012
|
-
case
|
|
1013
|
-
return a2(h,
|
|
1014
|
-
case
|
|
1015
|
-
return !a2(h,
|
|
1001
|
+
const g = e.value;
|
|
1002
|
+
switch (d.operator) {
|
|
1003
|
+
case F.greaterThan:
|
|
1004
|
+
return h > g;
|
|
1005
|
+
case F.greaterThanOrEqual:
|
|
1006
|
+
return h >= g;
|
|
1007
|
+
case F.lessThan:
|
|
1008
|
+
return h < g;
|
|
1009
|
+
case F.lessThanOrEqual:
|
|
1010
|
+
return h <= g;
|
|
1011
|
+
case F.equal:
|
|
1012
|
+
return a2(h, g);
|
|
1013
|
+
case F.notEqual:
|
|
1014
|
+
return !a2(h, g);
|
|
1016
1015
|
default:
|
|
1017
1016
|
return !1;
|
|
1018
1017
|
}
|
|
1019
1018
|
}
|
|
1020
|
-
case
|
|
1019
|
+
case v.rank: {
|
|
1021
1020
|
const o = U(i), h = Number(o);
|
|
1022
|
-
if (
|
|
1021
|
+
if (b(o) || Number.isNaN(h) || (i == null ? void 0 : i.t) !== _.NUMBER || !e)
|
|
1023
1022
|
return !1;
|
|
1024
|
-
const
|
|
1025
|
-
return a.isBottom ? h <=
|
|
1023
|
+
const u = e.value;
|
|
1024
|
+
return a.isBottom ? h <= u : h >= u;
|
|
1026
1025
|
}
|
|
1027
|
-
case
|
|
1026
|
+
case v.uniqueValues: {
|
|
1028
1027
|
const o = U(i);
|
|
1029
|
-
return
|
|
1028
|
+
return b(o) || !e ? !1 : e.value.get(o) === 1;
|
|
1030
1029
|
}
|
|
1031
|
-
case
|
|
1030
|
+
case v.duplicateValues: {
|
|
1032
1031
|
const o = U(i);
|
|
1033
|
-
return
|
|
1032
|
+
return b(o) || !e ? !1 : e.value.get(o) !== 1;
|
|
1034
1033
|
}
|
|
1035
|
-
case
|
|
1034
|
+
case v.formula: {
|
|
1036
1035
|
const o = e == null ? void 0 : e.value;
|
|
1037
1036
|
return o ? o.getValue(r, t) === !0 : !1;
|
|
1038
1037
|
}
|
|
@@ -1048,32 +1047,32 @@ const N0 = (s, r, t) => {
|
|
|
1048
1047
|
}
|
|
1049
1048
|
return null;
|
|
1050
1049
|
};
|
|
1051
|
-
class T0 extends
|
|
1050
|
+
class T0 extends c2 {
|
|
1052
1051
|
preComputing(r, t, e) {
|
|
1053
1052
|
const n = e.rule.rule, i = e.worksheet, a = new T();
|
|
1054
|
-
!n.config.every((h) => h.value.type === x.num) && w2(e.rule.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((
|
|
1055
|
-
N.foreach(
|
|
1056
|
-
const D = e.getCellValue(d,
|
|
1057
|
-
if (!
|
|
1058
|
-
const
|
|
1059
|
-
!Number.isNaN(
|
|
1053
|
+
!n.config.every((h) => h.value.type === x.num) && w2(e.rule.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((u) => {
|
|
1054
|
+
N.foreach(u, (d, g) => {
|
|
1055
|
+
const D = e.getCellValue(d, g), f = D && D.v;
|
|
1056
|
+
if (!b(f) && (D == null ? void 0 : D.t) === _.NUMBER) {
|
|
1057
|
+
const w = Number(f);
|
|
1058
|
+
!Number.isNaN(w) && a.setValue(d, g, w);
|
|
1060
1059
|
}
|
|
1061
1060
|
});
|
|
1062
1061
|
});
|
|
1063
1062
|
const l = n.config.map((h) => l2(h.value, a, { ...e, cfId: e.rule.cfId }));
|
|
1064
|
-
if (!l.some((h) => h.status !==
|
|
1065
|
-
const h = l.map((
|
|
1063
|
+
if (!l.some((h) => h.status !== I.SUCCESS)) {
|
|
1064
|
+
const h = l.map((u, d) => ({
|
|
1066
1065
|
operator: n.config[d].operator,
|
|
1067
|
-
value: Number(
|
|
1068
|
-
})).reduce((
|
|
1069
|
-
const f = n.config[
|
|
1070
|
-
if (!
|
|
1071
|
-
|
|
1066
|
+
value: Number(u.result) || 0
|
|
1067
|
+
})).reduce((u, d, g, D) => {
|
|
1068
|
+
const f = n.config[g];
|
|
1069
|
+
if (!g || g === D.length - 1)
|
|
1070
|
+
u.push({ ...d, iconId: f.iconId, iconType: f.iconType });
|
|
1072
1071
|
else {
|
|
1073
|
-
const
|
|
1074
|
-
Y(
|
|
1072
|
+
const w = D[g - 1];
|
|
1073
|
+
Y(w, d.value) || u.push({ ...d, iconId: f.iconId, iconType: f.iconType });
|
|
1075
1074
|
}
|
|
1076
|
-
return
|
|
1075
|
+
return u;
|
|
1077
1076
|
}, []);
|
|
1078
1077
|
this.setPreComputingCache(h), this._preComputingStatus$.next(S.preComputingEnd);
|
|
1079
1078
|
return;
|
|
@@ -1086,19 +1085,19 @@ class T0 extends u2 {
|
|
|
1086
1085
|
const i = N0(r, t, n.getCellValue);
|
|
1087
1086
|
if (i === null)
|
|
1088
1087
|
return;
|
|
1089
|
-
const a = n.rule.rule,
|
|
1088
|
+
const a = n.rule.rule, c = a.isShowValue === void 0 ? !0 : !!a.isShowValue;
|
|
1090
1089
|
for (let l = 0; l < e.length; l++) {
|
|
1091
|
-
const o = e[l], h = { ...o },
|
|
1090
|
+
const o = e[l], h = { ...o }, u = { ...o }, { iconId: d, iconType: g } = o;
|
|
1092
1091
|
if (l === 0) {
|
|
1093
1092
|
if (Y(o, i))
|
|
1094
|
-
return { iconId: d, iconType:
|
|
1093
|
+
return { iconId: d, iconType: g, isShowValue: c };
|
|
1095
1094
|
} else {
|
|
1096
1095
|
if (l === e.length - 1)
|
|
1097
|
-
return { iconId: d, iconType:
|
|
1096
|
+
return { iconId: d, iconType: g, isShowValue: c };
|
|
1098
1097
|
{
|
|
1099
1098
|
const D = e[l - 1];
|
|
1100
|
-
if (
|
|
1101
|
-
return { iconId: d, iconType:
|
|
1099
|
+
if (u.operator = x0(D.operator), u.value = D.value, Y(h, i) && Y(u, i))
|
|
1100
|
+
return { iconId: d, iconType: g, isShowValue: c };
|
|
1102
1101
|
}
|
|
1103
1102
|
}
|
|
1104
1103
|
}
|
|
@@ -1119,7 +1118,7 @@ let j = class extends m2 {
|
|
|
1119
1118
|
/**
|
|
1120
1119
|
* 1nd-level cache
|
|
1121
1120
|
*/
|
|
1122
|
-
m(this, "_cellCache", new
|
|
1121
|
+
m(this, "_cellCache", new I2(C2));
|
|
1123
1122
|
m(this, "_markDirty$", new i2());
|
|
1124
1123
|
/**
|
|
1125
1124
|
* The rendering layer listens to this variable to determine whether a reRender is necessary.
|
|
@@ -1159,8 +1158,8 @@ let j = class extends m2 {
|
|
|
1159
1158
|
const a = `${i.unitId}_${i.subUnitId}_${i.cfId}`;
|
|
1160
1159
|
if (e.has(a)) {
|
|
1161
1160
|
if (i.isNeedResetPreComputingCache) {
|
|
1162
|
-
const
|
|
1163
|
-
|
|
1161
|
+
const c = n.find((l) => l.cfId === i.cfId);
|
|
1162
|
+
c.isNeedResetPreComputingCache = !0;
|
|
1164
1163
|
}
|
|
1165
1164
|
return;
|
|
1166
1165
|
}
|
|
@@ -1192,21 +1191,21 @@ let j = class extends m2 {
|
|
|
1192
1191
|
}
|
|
1193
1192
|
_getCellCfs(r, t, e, n) {
|
|
1194
1193
|
var h;
|
|
1195
|
-
const i = (h = this._conditionalFormattingRuleModel.getSubunitRules(r, t)) != null ? h : [], a = this._ensureCalculateUnitManager(r, t),
|
|
1196
|
-
return l.length ? l.map((
|
|
1197
|
-
const d = a.get(
|
|
1194
|
+
const i = (h = this._conditionalFormattingRuleModel.getSubunitRules(r, t)) != null ? h : [], a = this._ensureCalculateUnitManager(r, t), c = this._rTreeManager.bulkSearch([{ unitId: r, sheetId: t, range: { startColumn: n, endColumn: n, startRow: e, endRow: e } }]), l = i.filter((u) => c.has(u.cfId));
|
|
1195
|
+
return l.length ? l.map((u) => {
|
|
1196
|
+
const d = a.get(u.cfId);
|
|
1198
1197
|
return d ? {
|
|
1199
|
-
cfId:
|
|
1198
|
+
cfId: u.cfId,
|
|
1200
1199
|
result: d.getCell(e, n)
|
|
1201
1200
|
} : null;
|
|
1202
|
-
}).filter((
|
|
1201
|
+
}).filter((u) => !!u).map((u, d) => ({ ...u, priority: d })) : [];
|
|
1203
1202
|
}
|
|
1204
1203
|
_handleCustomFormulasSeparately() {
|
|
1205
1204
|
this.disposeWithMe(
|
|
1206
1205
|
this._conditionalFormattingRuleModel.$ruleChange.subscribe((r) => {
|
|
1207
1206
|
if (r.type === "set") {
|
|
1208
1207
|
const { unitId: t, subUnitId: e } = r, n = r.oldRule;
|
|
1209
|
-
n.rule.type === y.highlightCell && n.rule.subType ===
|
|
1208
|
+
n.rule.type === y.highlightCell && n.rule.subType === v.formula && this._conditionalFormattingFormulaService.deleteCache(t, e, n.cfId);
|
|
1210
1209
|
}
|
|
1211
1210
|
})
|
|
1212
1211
|
);
|
|
@@ -1214,18 +1213,18 @@ let j = class extends m2 {
|
|
|
1214
1213
|
_initRuleListener() {
|
|
1215
1214
|
this.disposeWithMe(
|
|
1216
1215
|
this._conditionalFormattingRuleModel.$ruleChange.subscribe((r) => {
|
|
1217
|
-
const { unitId: t, subUnitId: e, rule: n } = r, { cfId: i, ranges: a } = n,
|
|
1216
|
+
const { unitId: t, subUnitId: e, rule: n } = r, { cfId: i, ranges: a } = n, c = this._ensureCalculateUnitManager(t, e);
|
|
1218
1217
|
switch (this.markRuleDirty(t, e, i), r.type) {
|
|
1219
1218
|
case "add": {
|
|
1220
1219
|
this._rTreeManager.bulkInsert(a.map((o) => ({ unitId: t, sheetId: e, id: i, range: o })));
|
|
1221
1220
|
const l = this._createRuleCalculateUnitInstance(t, e, n);
|
|
1222
1221
|
if (!l)
|
|
1223
1222
|
return;
|
|
1224
|
-
|
|
1223
|
+
c.set(n.cfId, l);
|
|
1225
1224
|
break;
|
|
1226
1225
|
}
|
|
1227
1226
|
case "delete": {
|
|
1228
|
-
this._rTreeManager.bulkRemove(a.map((l) => ({ unitId: t, sheetId: e, id: i, range: l }))),
|
|
1227
|
+
this._rTreeManager.bulkRemove(a.map((l) => ({ unitId: t, sheetId: e, id: i, range: l }))), c.delete(n.cfId);
|
|
1229
1228
|
break;
|
|
1230
1229
|
}
|
|
1231
1230
|
case "set": {
|
|
@@ -1234,9 +1233,9 @@ let j = class extends m2 {
|
|
|
1234
1233
|
const o = this._createRuleCalculateUnitInstance(t, e, n);
|
|
1235
1234
|
if (!o)
|
|
1236
1235
|
return;
|
|
1237
|
-
|
|
1236
|
+
c.delete(l.cfId), c.set(n.cfId, o);
|
|
1238
1237
|
} else {
|
|
1239
|
-
const o =
|
|
1238
|
+
const o = c.get(l.cfId);
|
|
1240
1239
|
if (!o)
|
|
1241
1240
|
return;
|
|
1242
1241
|
o.updateRule(n);
|
|
@@ -1264,7 +1263,7 @@ let j = class extends m2 {
|
|
|
1264
1263
|
accessor: this._injector,
|
|
1265
1264
|
rule: e,
|
|
1266
1265
|
limit: C2,
|
|
1267
|
-
getCellValue: (
|
|
1266
|
+
getCellValue: (c, l) => i.getCellRaw(c, l) || {}
|
|
1268
1267
|
};
|
|
1269
1268
|
switch (e.rule.type) {
|
|
1270
1269
|
case y.colorScale:
|
|
@@ -1296,12 +1295,12 @@ j = O0([
|
|
|
1296
1295
|
n2(2, A(G)),
|
|
1297
1296
|
n2(3, S2)
|
|
1298
1297
|
], j);
|
|
1299
|
-
const $0 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.87359%206.87332C6.6146%207.13231%206.6146%207.55221%206.87359%207.8112L9.062%209.99961L6.87356%2012.188C6.61457%2012.447%206.61457%2012.8669%206.87356%2013.1259C7.13255%2013.3849%207.55245%2013.3849%207.81144%2013.1259L9.99987%2010.9375L12.1882%2013.1258C12.4472%2013.3848%2012.8671%2013.3848%2013.1261%2013.1258C13.3851%2012.8669%2013.3851%2012.447%2013.1261%2012.188L10.9378%209.99961L13.1261%207.81127C13.3851%207.55228%2013.3851%207.13238%2013.1261%206.87339C12.8671%206.61441%2012.4472%206.61441%2012.1882%206.87339L9.99987%209.06173L7.81147%206.87332C7.55248%206.61433%207.13257%206.61433%206.87359%206.87332Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A", warn: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Cpath%20d%3D%22M9.16817%206.67735C9.16646%206.61745%209.1656%206.5875%209.16653%206.56236C9.18103%206.16817%209.49136%205.84883%209.88497%205.82306C9.91008%205.82141%209.94004%205.82141%209.99996%205.82141V5.82141C10.0599%205.82141%2010.0899%205.82141%2010.115%205.82306C10.5086%205.84883%2010.8189%206.16817%2010.8334%206.56236C10.8343%206.5875%2010.8335%206.61745%2010.8318%206.67735L10.7043%2011.131C10.6934%2011.5121%2010.3812%2011.8154%209.99995%2011.8154V11.8154C9.61866%2011.8154%209.30655%2011.5121%209.29564%2011.131L9.16817%206.67735Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3Crect%20x%3D%229.31488%22%20y%3D%2212.8086%22%20width%3D%221.37006%22%20height%3D%221.37006%22%20rx%3D%220.685032%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A", correct: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.037%2010C17.037%2013.8865%2013.8864%2017.0371%209.99999%2017.0371C6.11354%2017.0371%202.96295%2013.8865%202.96295%2010C2.96295%206.1136%206.11354%202.96301%209.99999%202.96301C13.8864%202.96301%2017.037%206.1136%2017.037%2010Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3Cpath%20d%3D%22M13.9239%207.17477C13.6638%206.91472%2013.2422%206.91472%2012.9821%207.17477L8.74433%2011.4126L7.01786%209.6861C6.75781%209.42606%206.33619%209.42606%206.07614%209.6861C5.81609%209.94615%205.81609%2010.3678%206.07614%2010.6278L8.27349%2012.8252C8.53354%2013.0852%208.95516%2013.0852%209.21521%2012.8252L9.2195%2012.8209L13.9239%208.1165C14.1839%207.85645%2014.1839%207.43482%2013.9239%207.17477Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, P0 = { starEmpty: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A", starIncomplete: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_177)%22%3E%0A%3Cmask%20id%3D%22mask0_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2210%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20x%3D%2210.3704%22%20y%3D%220.37037%22%20width%3D%229.25926%22%20height%3D%2219.2593%22%20fill%3D%22%23C4C4C4%22%20stroke%3D%22%23F7D564%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3Cmask%20id%3D%22mask1_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20width%3D%2210%22%20height%3D%2220%22%20fill%3D%22%23C4C4C4%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask1_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_177%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A", starFull: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, W0 = { progress0: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress25: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M16.2963%209.99991C16.2963%209.17307%2016.1335%208.35432%2015.8171%207.59042C15.5006%206.82652%2015.0369%206.13242%2014.4522%205.54776C13.8675%204.96309%2013.1734%204.49931%2012.4095%204.18289C11.6456%203.86647%2010.8269%203.70361%2010%203.70361L10%209.99991H16.2963Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress50: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M10%2016.2962C11.6699%2016.2962%2013.2714%2015.6328%2014.4522%2014.4521C15.633%2013.2713%2016.2963%2011.6698%2016.2963%209.99991C16.2963%208.33003%2015.633%206.72854%2014.4522%205.54776C13.2714%204.36697%2011.6699%203.70361%2010%203.70361L10%209.99991L10%2016.2962Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress75: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M3.70374%209.99991C3.70374%2011.2452%204.07301%2012.4625%204.76485%2013.4979C5.4567%2014.5334%206.44005%2015.3404%207.59054%2015.8169C8.74104%2016.2935%2010.007%2016.4182%2011.2284%2016.1752C12.4497%2015.9323%2013.5716%2015.3326%2014.4522%2014.4521C15.3327%2013.5715%2015.9324%2012.4496%2016.1753%2011.2283C16.4183%2010.0069%2016.2936%208.74092%2015.8171%207.59042C15.3405%206.43992%2014.5335%205.45658%2013.4981%204.76473C12.4626%204.07288%2011.2453%203.70361%2010%203.70361L10%209.99991L3.70374%209.99991Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress100: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99991%22%20r%3D%226.2963%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, Z0 = { signal0: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal25: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal50: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal75: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal100: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93933%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70447%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, q0 = { guffaw: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.887%2010C16.887%2013.8037%2013.8036%2016.8871%209.99999%2016.8871C6.19638%2016.8871%203.11295%2013.8037%203.11295%2010C3.11295%206.19644%206.19638%203.11301%209.99999%203.11301C13.8036%203.11301%2016.887%206.19644%2016.887%2010Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M12.5355%2013.5821C13.0482%2013.1841%2013.3951%2012.6107%2013.5405%2012.0327C13.5934%2011.8226%2013.5051%2011.6349%2013.3518%2011.5331C13.2036%2011.4346%2013.0031%2011.4203%2012.8265%2011.5131C11.0615%2012.4407%208.94609%2012.4427%207.1828%2011.513C7.00629%2011.4199%206.80602%2011.4343%206.65798%2011.5329C6.50518%2011.6346%206.41701%2011.8217%206.46844%2012.0312C6.61029%2012.609%206.95079%2013.1833%207.46449%2013.5821C8.14361%2014.1093%209.05608%2014.3999%2010%2014.3999C10.9439%2014.3999%2011.8564%2014.1093%2012.5355%2013.5821Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A", smile: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2011.8518C7.03705%2011.8518%207.77779%2013.7037%2010%2013.7037C12.2222%2013.7037%2012.963%2011.8518%2012.963%2011.8518%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A", noninductive: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2012.5927C7.03705%2012.5927%208.14816%2012.5927%2010.3704%2012.5927C12.5926%2012.5927%2012.963%2012.5927%2012.963%2012.5927%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A", dissatisfied: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2013.7037C7.03705%2013.7037%207.77779%2011.8519%2010%2011.8519C12.2222%2011.8519%2012.963%2013.7037%2012.963%2013.7037%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A", impatient: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.47573%2011.731C6.96306%2012.129%206.61613%2012.7024%206.47071%2013.2804C6.41784%2013.4905%206.50617%2013.6782%206.65942%2013.78C6.80761%2013.8785%207.00813%2013.8928%207.18477%2013.8C8.9498%2012.8724%2011.0652%2012.8704%2012.8285%2013.8002C13.005%2013.8932%2013.2052%2013.8788%2013.3533%2013.7802C13.5061%2013.6785%2013.5942%2013.4914%2013.5428%2013.2819C13.401%2012.7041%2013.0605%2012.1298%2012.5468%2011.731C11.8676%2011.2038%2010.9552%2010.9132%2010.0112%2010.9132C9.06732%2010.9132%208.15485%2011.2038%207.47573%2011.731Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, G0 = JSON.parse('{"down-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-green":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","down-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A"}'), j0 = { cross: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%223.70374%22%20y%3D%228.14795%22%20width%3D%2212.5926%22%20height%3D%223.7037%22%20rx%3D%220.740741%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", up: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.44533%205.81157C9.74012%205.47858%2010.2598%205.47858%2010.5546%205.81157L16.2868%2012.2867C16.71%2012.7647%2016.3706%2013.5184%2015.7322%2013.5184H4.26776C3.62933%2013.5184%203.28995%2012.7647%203.71313%2012.2867L9.44533%205.81157Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", down: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.5547%2014.1884C10.2599%2014.5214%209.74019%2014.5214%209.4454%2014.1884L3.71321%207.71335C3.29002%207.23532%203.6294%206.48161%204.26784%206.48161L15.7322%206.48161C16.3707%206.48161%2016.7101%207.23532%2016.2869%207.71335L10.5547%2014.1884Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", "rhomboid-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", "rhomboid-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-greed": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-pink": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FB9D9D%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-gray": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-black": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A", "triangle-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_237)%22%3E%0A%3Cpath%20d%3D%22M9.32308%204.41301C9.58368%203.82623%2010.4164%203.82623%2010.677%204.413L15.9526%2016.2917C16.1701%2016.7815%2015.8115%2017.3331%2015.2756%2017.3331H4.72454C4.18858%2017.3331%203.83002%2016.7815%204.04756%2016.2917L9.32308%204.41301Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_237%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A", "indicate-greed": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", "indicate-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "indicate-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, H0 = { mistake2: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.12194%206.33702C4.1805%206.47839%204.30722%206.6051%204.56066%206.85854L8.36822%2010.6661L4.56062%2014.4737C4.30718%2014.7272%204.18046%2014.8539%204.12191%2014.9952C4.04384%2015.1837%204.04384%2015.3955%204.12191%2015.584C4.18046%2015.7253%204.30718%2015.8521%204.56062%2016.1055C4.81406%2016.3589%204.94078%2016.4857%205.08214%2016.5442C5.27062%2016.6223%205.4824%2016.6223%205.67089%2016.5442C5.81225%2016.4857%205.93897%2016.3589%206.19241%2016.1055L10%2012.2979L13.8074%2016.1053C14.0609%2016.3588%2014.1876%2016.4855%2014.329%2016.544C14.5174%2016.6221%2014.7292%2016.6221%2014.9177%2016.544C15.0591%2016.4855%2015.1858%2016.3588%2015.4392%2016.1053L15.4392%2016.1053C15.6927%2015.8519%2015.8194%2015.7252%2015.8779%2015.5838C15.956%2015.3953%2015.956%2015.1835%2015.8779%2014.9951C15.8194%2014.8537%2015.6927%2014.727%2015.4392%2014.4735L15.4392%2014.4735L11.6318%2010.6661L15.4392%206.85872C15.6926%206.60528%2015.8193%206.47856%2015.8779%206.3372C15.956%206.14871%2015.956%205.93694%2015.8779%205.74845C15.8193%205.60709%2015.6926%205.48037%2015.4392%205.22693C15.1857%204.97349%2015.059%204.84677%2014.9177%204.78822C14.7292%204.71015%2014.5174%204.71015%2014.3289%204.78822C14.1876%204.84677%2014.0608%204.97349%2013.8074%205.22693L10%209.03433L6.19244%205.22676C5.939%204.97332%205.81228%204.8466%205.67092%204.78805C5.48244%204.70997%205.27066%204.70997%205.08218%204.78805C4.94082%204.8466%204.8141%204.97332%204.56066%205.22676L4.56066%205.22676C4.30722%205.4802%204.1805%205.60692%204.12194%205.74828C4.04387%205.93676%204.04387%206.14854%204.12194%206.33702Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", warn2: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.49778%205.00963C8.48513%204.56774%208.47881%204.3468%208.56086%204.17746C8.63301%204.02856%208.75124%203.90689%208.89802%203.83052C9.06494%203.74365%209.28597%203.74365%209.72805%203.74365H10.272C10.714%203.74365%2010.9351%203.74365%2011.102%203.83052C11.2488%203.9069%2011.367%204.02856%2011.4392%204.17746C11.5212%204.3468%2011.5149%204.56775%2011.5022%205.00964L11.2644%2013.3173C11.2524%2013.737%2011.2464%2013.9468%2011.1609%2014.1065C11.0857%2014.2471%2010.9687%2014.3609%2010.826%2014.432C10.6639%2014.5129%2010.454%2014.5129%2010.0342%2014.5129H9.96582C9.54601%2014.5129%209.33611%2014.5129%209.17397%2014.432C9.0313%2014.3609%208.91426%2014.2471%208.83904%2014.1065C8.75357%2013.9468%208.74756%2013.737%208.73555%2013.3173L8.49778%205.00963Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Crect%20x%3D%228.76917%22%20y%3D%2215.2817%22%20width%3D%222.46154%22%20height%3D%222.46154%22%20rx%3D%220.769231%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", correct2: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_248)%22%3E%0A%3Cpath%20d%3D%22M15.689%205.69723C15.5476%205.75578%2015.4209%205.8825%2015.1675%206.13594L7.82436%2013.4791L4.83279%2010.4875C4.57935%2010.2341%204.45263%2010.1073%204.31127%2010.0488C4.12278%209.97071%203.91101%209.97071%203.72252%2010.0488C3.58116%2010.1073%203.45444%2010.2341%203.201%2010.4875C2.94756%2010.7409%202.82084%2010.8676%202.76229%2011.009C2.68422%2011.1975%202.68422%2011.4093%202.76229%2011.5978C2.82084%2011.7391%202.94756%2011.8658%203.201%2012.1193L7.0085%2015.9268C7.26194%2016.1802%207.38866%2016.3069%207.53002%2016.3655C7.7185%2016.4436%207.93028%2016.4436%208.11876%2016.3655C8.26013%2016.3069%208.38685%2016.1802%208.64028%2015.9268C8.66387%2015.9032%208.68636%2015.8807%208.7078%2015.8592L16.7993%207.76772C17.0527%207.51428%2017.1794%207.38756%2017.238%207.2462C17.3161%207.05772%2017.3161%206.84594%2017.238%206.65746C17.1794%206.5161%2017.0527%206.38938%2016.7993%206.13594C16.5458%205.8825%2016.4191%205.75578%2016.2777%205.69723C16.0893%205.61915%2015.8775%205.61915%2015.689%205.69723Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_248%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A" }, X0 = { "flag-green": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", "flag-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "flag-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, Y0 = { "cell-0": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-25": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-50": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-75": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-100": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, g = {
|
|
1298
|
+
const $0 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.87359%206.87332C6.6146%207.13231%206.6146%207.55221%206.87359%207.8112L9.062%209.99961L6.87356%2012.188C6.61457%2012.447%206.61457%2012.8669%206.87356%2013.1259C7.13255%2013.3849%207.55245%2013.3849%207.81144%2013.1259L9.99987%2010.9375L12.1882%2013.1258C12.4472%2013.3848%2012.8671%2013.3848%2013.1261%2013.1258C13.3851%2012.8669%2013.3851%2012.447%2013.1261%2012.188L10.9378%209.99961L13.1261%207.81127C13.3851%207.55228%2013.3851%207.13238%2013.1261%206.87339C12.8671%206.61441%2012.4472%206.61441%2012.1882%206.87339L9.99987%209.06173L7.81147%206.87332C7.55248%206.61433%207.13257%206.61433%206.87359%206.87332Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A", warn: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Cpath%20d%3D%22M9.16817%206.67735C9.16646%206.61745%209.1656%206.5875%209.16653%206.56236C9.18103%206.16817%209.49136%205.84883%209.88497%205.82306C9.91008%205.82141%209.94004%205.82141%209.99996%205.82141V5.82141C10.0599%205.82141%2010.0899%205.82141%2010.115%205.82306C10.5086%205.84883%2010.8189%206.16817%2010.8334%206.56236C10.8343%206.5875%2010.8335%206.61745%2010.8318%206.67735L10.7043%2011.131C10.6934%2011.5121%2010.3812%2011.8154%209.99995%2011.8154V11.8154C9.61866%2011.8154%209.30655%2011.5121%209.29564%2011.131L9.16817%206.67735Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3Crect%20x%3D%229.31488%22%20y%3D%2212.8086%22%20width%3D%221.37006%22%20height%3D%221.37006%22%20rx%3D%220.685032%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A", correct: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.037%2010C17.037%2013.8865%2013.8864%2017.0371%209.99999%2017.0371C6.11354%2017.0371%202.96295%2013.8865%202.96295%2010C2.96295%206.1136%206.11354%202.96301%209.99999%202.96301C13.8864%202.96301%2017.037%206.1136%2017.037%2010Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3Cpath%20d%3D%22M13.9239%207.17477C13.6638%206.91472%2013.2422%206.91472%2012.9821%207.17477L8.74433%2011.4126L7.01786%209.6861C6.75781%209.42606%206.33619%209.42606%206.07614%209.6861C5.81609%209.94615%205.81609%2010.3678%206.07614%2010.6278L8.27349%2012.8252C8.53354%2013.0852%208.95516%2013.0852%209.21521%2012.8252L9.2195%2012.8209L13.9239%208.1165C14.1839%207.85645%2014.1839%207.43482%2013.9239%207.17477Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, P0 = { starEmpty: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A", starIncomplete: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_177)%22%3E%0A%3Cmask%20id%3D%22mask0_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2210%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20x%3D%2210.3704%22%20y%3D%220.37037%22%20width%3D%229.25926%22%20height%3D%2219.2593%22%20fill%3D%22%23C4C4C4%22%20stroke%3D%22%23F7D564%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3Cmask%20id%3D%22mask1_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20width%3D%2210%22%20height%3D%2220%22%20fill%3D%22%23C4C4C4%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask1_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_177%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A", starFull: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, W0 = { progress0: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress25: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M16.2963%209.99991C16.2963%209.17307%2016.1335%208.35432%2015.8171%207.59042C15.5006%206.82652%2015.0369%206.13242%2014.4522%205.54776C13.8675%204.96309%2013.1734%204.49931%2012.4095%204.18289C11.6456%203.86647%2010.8269%203.70361%2010%203.70361L10%209.99991H16.2963Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress50: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M10%2016.2962C11.6699%2016.2962%2013.2714%2015.6328%2014.4522%2014.4521C15.633%2013.2713%2016.2963%2011.6698%2016.2963%209.99991C16.2963%208.33003%2015.633%206.72854%2014.4522%205.54776C13.2714%204.36697%2011.6699%203.70361%2010%203.70361L10%209.99991L10%2016.2962Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress75: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M3.70374%209.99991C3.70374%2011.2452%204.07301%2012.4625%204.76485%2013.4979C5.4567%2014.5334%206.44005%2015.3404%207.59054%2015.8169C8.74104%2016.2935%2010.007%2016.4182%2011.2284%2016.1752C12.4497%2015.9323%2013.5716%2015.3326%2014.4522%2014.4521C15.3327%2013.5715%2015.9324%2012.4496%2016.1753%2011.2283C16.4183%2010.0069%2016.2936%208.74092%2015.8171%207.59042C15.3405%206.43992%2014.5335%205.45658%2013.4981%204.76473C12.4626%204.07288%2011.2453%203.70361%2010%203.70361L10%209.99991L3.70374%209.99991Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A", progress100: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99991%22%20r%3D%226.2963%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, q0 = { signal0: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal25: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal50: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal75: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A", signal100: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93933%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70447%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, Z0 = { guffaw: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.887%2010C16.887%2013.8037%2013.8036%2016.8871%209.99999%2016.8871C6.19638%2016.8871%203.11295%2013.8037%203.11295%2010C3.11295%206.19644%206.19638%203.11301%209.99999%203.11301C13.8036%203.11301%2016.887%206.19644%2016.887%2010Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M12.5355%2013.5821C13.0482%2013.1841%2013.3951%2012.6107%2013.5405%2012.0327C13.5934%2011.8226%2013.5051%2011.6349%2013.3518%2011.5331C13.2036%2011.4346%2013.0031%2011.4203%2012.8265%2011.5131C11.0615%2012.4407%208.94609%2012.4427%207.1828%2011.513C7.00629%2011.4199%206.80602%2011.4343%206.65798%2011.5329C6.50518%2011.6346%206.41701%2011.8217%206.46844%2012.0312C6.61029%2012.609%206.95079%2013.1833%207.46449%2013.5821C8.14361%2014.1093%209.05608%2014.3999%2010%2014.3999C10.9439%2014.3999%2011.8564%2014.1093%2012.5355%2013.5821Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A", smile: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2011.8518C7.03705%2011.8518%207.77779%2013.7037%2010%2013.7037C12.2222%2013.7037%2012.963%2011.8518%2012.963%2011.8518%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A", noninductive: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2012.5927C7.03705%2012.5927%208.14816%2012.5927%2010.3704%2012.5927C12.5926%2012.5927%2012.963%2012.5927%2012.963%2012.5927%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A", dissatisfied: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2013.7037C7.03705%2013.7037%207.77779%2011.8519%2010%2011.8519C12.2222%2011.8519%2012.963%2013.7037%2012.963%2013.7037%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A", impatient: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.47573%2011.731C6.96306%2012.129%206.61613%2012.7024%206.47071%2013.2804C6.41784%2013.4905%206.50617%2013.6782%206.65942%2013.78C6.80761%2013.8785%207.00813%2013.8928%207.18477%2013.8C8.9498%2012.8724%2011.0652%2012.8704%2012.8285%2013.8002C13.005%2013.8932%2013.2052%2013.8788%2013.3533%2013.7802C13.5061%2013.6785%2013.5942%2013.4914%2013.5428%2013.2819C13.401%2012.7041%2013.0605%2012.1298%2012.5468%2011.731C11.8676%2011.2038%2010.9552%2010.9132%2010.0112%2010.9132C9.06732%2010.9132%208.15485%2011.2038%207.47573%2011.731Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, G0 = /* @__PURE__ */ JSON.parse('{"down-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-green":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","down-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A"}'), j0 = { cross: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%223.70374%22%20y%3D%228.14795%22%20width%3D%2212.5926%22%20height%3D%223.7037%22%20rx%3D%220.740741%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", up: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.44533%205.81157C9.74012%205.47858%2010.2598%205.47858%2010.5546%205.81157L16.2868%2012.2867C16.71%2012.7647%2016.3706%2013.5184%2015.7322%2013.5184H4.26776C3.62933%2013.5184%203.28995%2012.7647%203.71313%2012.2867L9.44533%205.81157Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", down: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.5547%2014.1884C10.2599%2014.5214%209.74019%2014.5214%209.4454%2014.1884L3.71321%207.71335C3.29002%207.23532%203.6294%206.48161%204.26784%206.48161L15.7322%206.48161C16.3707%206.48161%2016.7101%207.23532%2016.2869%207.71335L10.5547%2014.1884Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", "rhomboid-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", "rhomboid-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-greed": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-pink": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FB9D9D%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-gray": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A", "roundness-black": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A", "triangle-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_237)%22%3E%0A%3Cpath%20d%3D%22M9.32308%204.41301C9.58368%203.82623%2010.4164%203.82623%2010.677%204.413L15.9526%2016.2917C16.1701%2016.7815%2015.8115%2017.3331%2015.2756%2017.3331H4.72454C4.18858%2017.3331%203.83002%2016.7815%204.04756%2016.2917L9.32308%204.41301Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_237%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A", "indicate-greed": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", "indicate-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "indicate-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, H0 = { mistake2: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.12194%206.33702C4.1805%206.47839%204.30722%206.6051%204.56066%206.85854L8.36822%2010.6661L4.56062%2014.4737C4.30718%2014.7272%204.18046%2014.8539%204.12191%2014.9952C4.04384%2015.1837%204.04384%2015.3955%204.12191%2015.584C4.18046%2015.7253%204.30718%2015.8521%204.56062%2016.1055C4.81406%2016.3589%204.94078%2016.4857%205.08214%2016.5442C5.27062%2016.6223%205.4824%2016.6223%205.67089%2016.5442C5.81225%2016.4857%205.93897%2016.3589%206.19241%2016.1055L10%2012.2979L13.8074%2016.1053C14.0609%2016.3588%2014.1876%2016.4855%2014.329%2016.544C14.5174%2016.6221%2014.7292%2016.6221%2014.9177%2016.544C15.0591%2016.4855%2015.1858%2016.3588%2015.4392%2016.1053L15.4392%2016.1053C15.6927%2015.8519%2015.8194%2015.7252%2015.8779%2015.5838C15.956%2015.3953%2015.956%2015.1835%2015.8779%2014.9951C15.8194%2014.8537%2015.6927%2014.727%2015.4392%2014.4735L15.4392%2014.4735L11.6318%2010.6661L15.4392%206.85872C15.6926%206.60528%2015.8193%206.47856%2015.8779%206.3372C15.956%206.14871%2015.956%205.93694%2015.8779%205.74845C15.8193%205.60709%2015.6926%205.48037%2015.4392%205.22693C15.1857%204.97349%2015.059%204.84677%2014.9177%204.78822C14.7292%204.71015%2014.5174%204.71015%2014.3289%204.78822C14.1876%204.84677%2014.0608%204.97349%2013.8074%205.22693L10%209.03433L6.19244%205.22676C5.939%204.97332%205.81228%204.8466%205.67092%204.78805C5.48244%204.70997%205.27066%204.70997%205.08218%204.78805C4.94082%204.8466%204.8141%204.97332%204.56066%205.22676L4.56066%205.22676C4.30722%205.4802%204.1805%205.60692%204.12194%205.74828C4.04387%205.93676%204.04387%206.14854%204.12194%206.33702Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A", warn2: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.49778%205.00963C8.48513%204.56774%208.47881%204.3468%208.56086%204.17746C8.63301%204.02856%208.75124%203.90689%208.89802%203.83052C9.06494%203.74365%209.28597%203.74365%209.72805%203.74365H10.272C10.714%203.74365%2010.9351%203.74365%2011.102%203.83052C11.2488%203.9069%2011.367%204.02856%2011.4392%204.17746C11.5212%204.3468%2011.5149%204.56775%2011.5022%205.00964L11.2644%2013.3173C11.2524%2013.737%2011.2464%2013.9468%2011.1609%2014.1065C11.0857%2014.2471%2010.9687%2014.3609%2010.826%2014.432C10.6639%2014.5129%2010.454%2014.5129%2010.0342%2014.5129H9.96582C9.54601%2014.5129%209.33611%2014.5129%209.17397%2014.432C9.0313%2014.3609%208.91426%2014.2471%208.83904%2014.1065C8.75357%2013.9468%208.74756%2013.737%208.73555%2013.3173L8.49778%205.00963Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Crect%20x%3D%228.76917%22%20y%3D%2215.2817%22%20width%3D%222.46154%22%20height%3D%222.46154%22%20rx%3D%220.769231%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", correct2: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_248)%22%3E%0A%3Cpath%20d%3D%22M15.689%205.69723C15.5476%205.75578%2015.4209%205.8825%2015.1675%206.13594L7.82436%2013.4791L4.83279%2010.4875C4.57935%2010.2341%204.45263%2010.1073%204.31127%2010.0488C4.12278%209.97071%203.91101%209.97071%203.72252%2010.0488C3.58116%2010.1073%203.45444%2010.2341%203.201%2010.4875C2.94756%2010.7409%202.82084%2010.8676%202.76229%2011.009C2.68422%2011.1975%202.68422%2011.4093%202.76229%2011.5978C2.82084%2011.7391%202.94756%2011.8658%203.201%2012.1193L7.0085%2015.9268C7.26194%2016.1802%207.38866%2016.3069%207.53002%2016.3655C7.7185%2016.4436%207.93028%2016.4436%208.11876%2016.3655C8.26013%2016.3069%208.38685%2016.1802%208.64028%2015.9268C8.66387%2015.9032%208.68636%2015.8807%208.7078%2015.8592L16.7993%207.76772C17.0527%207.51428%2017.1794%207.38756%2017.238%207.2462C17.3161%207.05772%2017.3161%206.84594%2017.238%206.65746C17.1794%206.5161%2017.0527%206.38938%2016.7993%206.13594C16.5458%205.8825%2016.4191%205.75578%2016.2777%205.69723C16.0893%205.61915%2015.8775%205.61915%2015.689%205.69723Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_248%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A" }, X0 = { "flag-green": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A", "flag-gold": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A", "flag-red": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, Y0 = { "cell-0": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-25": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-50": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-75": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A", "cell-100": "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A" }, C = {
|
|
1300
1299
|
feedback: $0,
|
|
1301
1300
|
star: P0,
|
|
1302
1301
|
progress: W0,
|
|
1303
|
-
signal:
|
|
1304
|
-
feeling:
|
|
1302
|
+
signal: q0,
|
|
1303
|
+
feeling: Z0,
|
|
1305
1304
|
arrow: G0,
|
|
1306
1305
|
shape: j0,
|
|
1307
1306
|
feedback2: H0,
|
|
@@ -1311,13 +1310,13 @@ const $0 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%2
|
|
|
1311
1310
|
{
|
|
1312
1311
|
title: "sheet.cf.iconSet.direction",
|
|
1313
1312
|
group: [
|
|
1314
|
-
{ name: "3Arrows", list: [
|
|
1315
|
-
{ name: "3ArrowsGray", list: [
|
|
1316
|
-
{ name: "4Arrows", list: [
|
|
1317
|
-
{ name: "4ArrowsGray", list: [
|
|
1318
|
-
{ name: "5Arrows", list: [
|
|
1319
|
-
{ name: "5ArrowsGray", list: [
|
|
1320
|
-
{ name: "3Triangles", list: [
|
|
1313
|
+
{ name: "3Arrows", list: [C.arrow["up-green"], C.arrow["right-gold"], C.arrow["down-red"]] },
|
|
1314
|
+
{ name: "3ArrowsGray", list: [C.arrow["up-gray"], C.arrow["right-gray"], C.arrow["down-gray"]] },
|
|
1315
|
+
{ name: "4Arrows", list: [C.arrow["up-green"], C.arrow["rightAndUp-gold"], C.arrow["rightAndDown-gold"], C.arrow["down-red"]] },
|
|
1316
|
+
{ name: "4ArrowsGray", list: [C.arrow["up-gray"], C.arrow["rightAndUp-gray"], C.arrow["rightAndDown-gray"], C.arrow["down-gray"]] },
|
|
1317
|
+
{ name: "5Arrows", list: [C.arrow["up-green"], C.arrow["rightAndUp-gold"], C.arrow["right-gold"], C.arrow["rightAndDown-gold"], C.arrow["down-red"]] },
|
|
1318
|
+
{ name: "5ArrowsGray", list: [C.arrow["up-gray"], C.arrow["rightAndUp-gray"], C.arrow["right-gray"], C.arrow["rightAndDown-gray"], C.arrow["down-gray"]] },
|
|
1319
|
+
{ name: "3Triangles", list: [C.shape.up, C.shape.cross, C.shape.down] }
|
|
1321
1320
|
]
|
|
1322
1321
|
},
|
|
1323
1322
|
{
|
|
@@ -1325,20 +1324,20 @@ const $0 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%2
|
|
|
1325
1324
|
group: [
|
|
1326
1325
|
{
|
|
1327
1326
|
name: "3TrafficLights1",
|
|
1328
|
-
list: [
|
|
1327
|
+
list: [C.shape["roundness-greed"], C.shape["roundness-gold"], C.shape["roundness-red"]]
|
|
1329
1328
|
},
|
|
1330
1329
|
{
|
|
1331
1330
|
name: "3Signs",
|
|
1332
|
-
list: [
|
|
1331
|
+
list: [C.shape["roundness-greed"], C.shape["triangle-gold"], C.shape["rhomboid-red"]]
|
|
1333
1332
|
},
|
|
1334
|
-
{ name: "3TrafficLights2", list: [
|
|
1333
|
+
{ name: "3TrafficLights2", list: [C.shape["indicate-greed"], C.shape["indicate-gold"], C.shape["indicate-red"]] },
|
|
1335
1334
|
{
|
|
1336
1335
|
name: "4RedToBlack",
|
|
1337
|
-
list: [
|
|
1336
|
+
list: [C.shape["roundness-red"], C.shape["roundness-pink"], C.shape["roundness-gray"], C.shape["roundness-black"]]
|
|
1338
1337
|
},
|
|
1339
1338
|
{
|
|
1340
1339
|
name: "4TrafficLights",
|
|
1341
|
-
list: [
|
|
1340
|
+
list: [C.shape["roundness-greed"], C.shape["roundness-gold"], C.shape["roundness-red"], C.shape["roundness-black"]]
|
|
1342
1341
|
}
|
|
1343
1342
|
]
|
|
1344
1343
|
},
|
|
@@ -1347,15 +1346,15 @@ const $0 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%2
|
|
|
1347
1346
|
group: [
|
|
1348
1347
|
{
|
|
1349
1348
|
name: "3Symbols",
|
|
1350
|
-
list: [
|
|
1349
|
+
list: [C.feedback.correct, C.feedback.warn, C.feedback.mistake]
|
|
1351
1350
|
},
|
|
1352
1351
|
{
|
|
1353
1352
|
name: "3Symbols2",
|
|
1354
|
-
list: [
|
|
1353
|
+
list: [C.feedback2.correct2, C.feedback2.warn2, C.feedback2.mistake2]
|
|
1355
1354
|
},
|
|
1356
1355
|
{
|
|
1357
1356
|
name: "3Flags",
|
|
1358
|
-
list: [
|
|
1357
|
+
list: [C.flag["flag-green"], C.flag["flag-gold"], C.flag["flag-red"]]
|
|
1359
1358
|
}
|
|
1360
1359
|
]
|
|
1361
1360
|
},
|
|
@@ -1364,27 +1363,27 @@ const $0 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%2
|
|
|
1364
1363
|
group: [
|
|
1365
1364
|
{
|
|
1366
1365
|
name: "4Rating",
|
|
1367
|
-
list: [
|
|
1366
|
+
list: [C.signal.signal25, C.signal.signal50, C.signal.signal75, C.signal.signal100]
|
|
1368
1367
|
},
|
|
1369
1368
|
{
|
|
1370
1369
|
name: "5Rating",
|
|
1371
|
-
list: [
|
|
1370
|
+
list: [C.signal.signal0, C.signal.signal25, C.signal.signal50, C.signal.signal75, C.signal.signal100]
|
|
1372
1371
|
},
|
|
1373
1372
|
{
|
|
1374
1373
|
name: "5Quarters",
|
|
1375
|
-
list: [
|
|
1374
|
+
list: [C.progress.progress100, C.progress.progress75, C.progress.progress50, C.progress.progress25, C.progress.progress0]
|
|
1376
1375
|
},
|
|
1377
1376
|
{
|
|
1378
1377
|
name: "_5Felling",
|
|
1379
|
-
list: [
|
|
1378
|
+
list: [C.feeling.guffaw, C.feeling.smile, C.feeling.noninductive, C.feeling.dissatisfied, C.feeling.impatient]
|
|
1380
1379
|
},
|
|
1381
1380
|
{
|
|
1382
1381
|
name: "5Boxes",
|
|
1383
|
-
list: [
|
|
1382
|
+
list: [C.cell["cell-100"], C.cell["cell-75"], C.cell["cell-50"], C.cell["cell-25"], C.cell["cell-0"]]
|
|
1384
1383
|
},
|
|
1385
1384
|
{
|
|
1386
1385
|
name: "3Stars",
|
|
1387
|
-
list: [
|
|
1386
|
+
list: [C.star.starFull, C.star.starIncomplete, C.star.starEmpty]
|
|
1388
1387
|
}
|
|
1389
1388
|
]
|
|
1390
1389
|
}
|
|
@@ -1398,7 +1397,7 @@ for (const s in o2) {
|
|
|
1398
1397
|
const r = o2[s];
|
|
1399
1398
|
Object.freeze(r);
|
|
1400
1399
|
}
|
|
1401
|
-
const J0 = "EMPTY_ICON_TYPE",
|
|
1400
|
+
const J0 = "EMPTY_ICON_TYPE", E2 = {
|
|
1402
1401
|
type: J.MUTATION,
|
|
1403
1402
|
id: "sheet.mutation.move-conditional-rule",
|
|
1404
1403
|
handler(s, r) {
|
|
@@ -1407,43 +1406,43 @@ const J0 = "EMPTY_ICON_TYPE", v2 = {
|
|
|
1407
1406
|
const { unitId: t, subUnitId: e, start: n, end: i } = r;
|
|
1408
1407
|
return s.get(B).moveRulePriority(t, e, n, i), !0;
|
|
1409
1408
|
}
|
|
1410
|
-
},
|
|
1409
|
+
}, b1 = (s) => {
|
|
1411
1410
|
const { unitId: r, subUnitId: t } = s, e = m0(s.start, s.end);
|
|
1412
1411
|
if (!e)
|
|
1413
1412
|
return [];
|
|
1414
1413
|
const [n, i] = e;
|
|
1415
1414
|
return [
|
|
1416
1415
|
{
|
|
1417
|
-
id:
|
|
1416
|
+
id: E2.id,
|
|
1418
1417
|
params: { unitId: r, subUnitId: t, start: n, end: i }
|
|
1419
1418
|
}
|
|
1420
1419
|
];
|
|
1421
1420
|
}, z0 = (s, r) => {
|
|
1422
|
-
const t = s.get(B), { unitId: e, subUnitId: n, cfId: i } = r, a = [...t.getSubunitRules(e, n) || []],
|
|
1423
|
-
if (
|
|
1424
|
-
const o = a[
|
|
1421
|
+
const t = s.get(B), { unitId: e, subUnitId: n, cfId: i } = r, a = [...t.getSubunitRules(e, n) || []], c = a.findIndex((o) => o.cfId === i), l = a[c - 1];
|
|
1422
|
+
if (c > -1) {
|
|
1423
|
+
const o = a[c], h = [{
|
|
1425
1424
|
id: T2.id,
|
|
1426
1425
|
params: { unitId: e, subUnitId: n, rule: H.deepClone(o) }
|
|
1427
1426
|
}];
|
|
1428
|
-
if (a.splice(
|
|
1429
|
-
const
|
|
1430
|
-
if (
|
|
1431
|
-
const d = f0({ id:
|
|
1427
|
+
if (a.splice(c, 1), c !== 0) {
|
|
1428
|
+
const u = a[0];
|
|
1429
|
+
if (u) {
|
|
1430
|
+
const d = f0({ id: u.cfId, type: "before" }, { id: l.cfId, type: "after" }, a, (w) => w.cfId);
|
|
1432
1431
|
if (!d)
|
|
1433
1432
|
return h;
|
|
1434
|
-
const [
|
|
1433
|
+
const [g, D] = d, f = {
|
|
1435
1434
|
unitId: e,
|
|
1436
1435
|
subUnitId: n,
|
|
1437
|
-
start:
|
|
1436
|
+
start: g,
|
|
1438
1437
|
end: D
|
|
1439
1438
|
};
|
|
1440
|
-
h.push({ id:
|
|
1439
|
+
h.push({ id: E2.id, params: f });
|
|
1441
1440
|
}
|
|
1442
1441
|
}
|
|
1443
1442
|
return h;
|
|
1444
1443
|
}
|
|
1445
1444
|
return [];
|
|
1446
|
-
},
|
|
1445
|
+
}, v2 = {
|
|
1447
1446
|
type: J.MUTATION,
|
|
1448
1447
|
id: "sheet.mutation.delete-conditional-rule",
|
|
1449
1448
|
handler(s, r) {
|
|
@@ -1452,7 +1451,7 @@ const J0 = "EMPTY_ICON_TYPE", v2 = {
|
|
|
1452
1451
|
const { unitId: t, subUnitId: e, cfId: n } = r;
|
|
1453
1452
|
return s.get(B).deleteRule(t, e, n), !0;
|
|
1454
1453
|
}
|
|
1455
|
-
},
|
|
1454
|
+
}, I1 = (s, r) => ({ id: v2.id, params: { unitId: r.unitId, subUnitId: r.subUnitId, cfId: r.rule.cfId } }), T2 = {
|
|
1456
1455
|
type: J.MUTATION,
|
|
1457
1456
|
id: "sheet.mutation.add-conditional-rule",
|
|
1458
1457
|
handler(s, r) {
|
|
@@ -1488,7 +1487,7 @@ var e1 = Object.defineProperty, t1 = Object.getOwnPropertyDescriptor, n1 = (s, r
|
|
|
1488
1487
|
for (var n = e > 1 ? void 0 : e ? t1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
1489
1488
|
(a = s[i]) && (n = (e ? a(r, t, n) : a(n)) || n);
|
|
1490
1489
|
return e && n && e1(r, t, n), n;
|
|
1491
|
-
},
|
|
1490
|
+
}, Z = (s, r) => (t, e) => r(t, e, s);
|
|
1492
1491
|
let K = class extends m2 {
|
|
1493
1492
|
constructor(s, r, t, e, n, i) {
|
|
1494
1493
|
super(), this._conditionalFormattingRuleModel = s, this._injector = r, this._univerInstanceService = t, this._resourceManagerService = e, this._sheetInterceptorService = n, this._commandService = i, this._initCellChange(), this._initSnapshot(), this._initSheetChange();
|
|
@@ -1502,18 +1501,18 @@ let K = class extends m2 {
|
|
|
1502
1501
|
const i = n.map((l) => this._conditionalFormattingRuleModel.getRule(s, r, l.cfId)).filter((l) => !!l).reverse(), a = i.findIndex((l) => l == null ? void 0 : l.stopIfTrue);
|
|
1503
1502
|
return a > -1 && i.splice(a + 1), i.reduce((l, o) => {
|
|
1504
1503
|
var d;
|
|
1505
|
-
const h = o.rule.type,
|
|
1504
|
+
const h = o.rule.type, u = n.find((g) => g.cfId === o.cfId);
|
|
1506
1505
|
if (h === y.highlightCell)
|
|
1507
|
-
|
|
1506
|
+
u.result && H.deepMerge(l, { style: u.result });
|
|
1508
1507
|
else if (h === y.colorScale) {
|
|
1509
|
-
const
|
|
1510
|
-
|
|
1508
|
+
const g = u == null ? void 0 : u.result;
|
|
1509
|
+
g && typeof g == "string" && (l.style = { ...(d = l.style) != null ? d : {}, bg: { rgb: g } });
|
|
1511
1510
|
} else if (h === y.dataBar) {
|
|
1512
|
-
const
|
|
1513
|
-
|
|
1511
|
+
const g = u == null ? void 0 : u.result;
|
|
1512
|
+
g && (l.dataBar = g, l.isShowValue = g.isShowValue);
|
|
1514
1513
|
} else if (h === y.iconSet) {
|
|
1515
|
-
const
|
|
1516
|
-
|
|
1514
|
+
const g = u == null ? void 0 : u.result;
|
|
1515
|
+
g && (l.iconSet = g, l.isShowValue = g.isShowValue);
|
|
1517
1516
|
}
|
|
1518
1517
|
return l;
|
|
1519
1518
|
}, {});
|
|
@@ -1538,7 +1537,7 @@ let K = class extends m2 {
|
|
|
1538
1537
|
this.disposeWithMe(
|
|
1539
1538
|
this._resourceManagerService.registerPluginResource({
|
|
1540
1539
|
pluginName: N2,
|
|
1541
|
-
businesses: [
|
|
1540
|
+
businesses: [u2.UNIVER_SHEET],
|
|
1542
1541
|
toJson: (t) => s(t),
|
|
1543
1542
|
parseJson: (t) => r(t),
|
|
1544
1543
|
onUnLoad: (t) => {
|
|
@@ -1566,14 +1565,14 @@ let K = class extends m2 {
|
|
|
1566
1565
|
if (!n)
|
|
1567
1566
|
return { redos: [], undos: [] };
|
|
1568
1567
|
const i = [], a = [];
|
|
1569
|
-
return n.forEach((
|
|
1568
|
+
return n.forEach((c) => {
|
|
1570
1569
|
const l = {
|
|
1571
1570
|
unitId: t,
|
|
1572
1571
|
subUnitId: e,
|
|
1573
|
-
cfId:
|
|
1572
|
+
cfId: c.cfId
|
|
1574
1573
|
};
|
|
1575
1574
|
i.push({
|
|
1576
|
-
id:
|
|
1575
|
+
id: v2.id,
|
|
1577
1576
|
params: l
|
|
1578
1577
|
}), a.push(...z0(this._injector, l));
|
|
1579
1578
|
}), {
|
|
@@ -1593,8 +1592,8 @@ let K = class extends m2 {
|
|
|
1593
1592
|
this._commandService.onCommandExecuted((s) => {
|
|
1594
1593
|
const r = (t, e, n) => {
|
|
1595
1594
|
const i = /* @__PURE__ */ new Set();
|
|
1596
|
-
return n.forEach(([a,
|
|
1597
|
-
const l = this._conditionalFormattingViewModelV2.getCellCfs(t, e, a,
|
|
1595
|
+
return n.forEach(([a, c]) => {
|
|
1596
|
+
const l = this._conditionalFormattingViewModelV2.getCellCfs(t, e, a, c);
|
|
1598
1597
|
l == null || l.forEach((o) => i.add(o.cfId));
|
|
1599
1598
|
}), [...i].map((a) => this._conditionalFormattingRuleModel.getRule(t, e, a)).filter((a) => !!a);
|
|
1600
1599
|
};
|
|
@@ -1617,43 +1616,43 @@ let K = class extends m2 {
|
|
|
1617
1616
|
break;
|
|
1618
1617
|
}
|
|
1619
1618
|
case h0.id:
|
|
1620
|
-
case
|
|
1619
|
+
case c0.id: {
|
|
1621
1620
|
const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n), a = { ...t, endRow: Number.MAX_SAFE_INTEGER };
|
|
1622
1621
|
i && i.filter((l) => l.ranges.some((o) => X.intersects(o, a))).forEach((l) => {
|
|
1623
1622
|
this._conditionalFormattingViewModelV2.markRuleDirty(e, n, l.cfId);
|
|
1624
1623
|
});
|
|
1625
1624
|
break;
|
|
1626
1625
|
}
|
|
1627
|
-
case
|
|
1628
|
-
const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i),
|
|
1626
|
+
case u0.id: {
|
|
1627
|
+
const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i), c = {
|
|
1629
1628
|
startRow: Math.min(t.startRow, e.startRow),
|
|
1630
1629
|
endRow: Number.MAX_SAFE_INTEGER,
|
|
1631
1630
|
startColumn: 0,
|
|
1632
1631
|
endColumn: Number.MAX_SAFE_INTEGER
|
|
1633
1632
|
};
|
|
1634
|
-
a && a.filter((o) => o.ranges.some((h) => X.intersects(h,
|
|
1633
|
+
a && a.filter((o) => o.ranges.some((h) => X.intersects(h, c))).forEach((o) => {
|
|
1635
1634
|
this._conditionalFormattingViewModelV2.markRuleDirty(n, i, o.cfId);
|
|
1636
1635
|
});
|
|
1637
1636
|
break;
|
|
1638
1637
|
}
|
|
1639
1638
|
case o0.id: {
|
|
1640
|
-
const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i),
|
|
1639
|
+
const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i), c = {
|
|
1641
1640
|
startRow: 0,
|
|
1642
1641
|
endRow: Number.MAX_SAFE_INTEGER,
|
|
1643
1642
|
startColumn: Math.min(t.startColumn, e.startColumn),
|
|
1644
1643
|
endColumn: Number.MAX_SAFE_INTEGER
|
|
1645
1644
|
};
|
|
1646
|
-
a && a.filter((o) => o.ranges.some((h) => X.intersects(h,
|
|
1645
|
+
a && a.filter((o) => o.ranges.some((h) => X.intersects(h, c))).forEach((o) => {
|
|
1647
1646
|
this._conditionalFormattingViewModelV2.markRuleDirty(n, i, o.cfId);
|
|
1648
1647
|
});
|
|
1649
1648
|
break;
|
|
1650
1649
|
}
|
|
1651
1650
|
case l0.id: {
|
|
1652
1651
|
const { unitId: t, to: e, from: n } = s.params, i = (a) => {
|
|
1653
|
-
const
|
|
1652
|
+
const c = [];
|
|
1654
1653
|
new T(a.value).forValue((o, h) => {
|
|
1655
|
-
|
|
1656
|
-
}), r(t, a.subUnitId,
|
|
1654
|
+
c.push([o, h]);
|
|
1655
|
+
}), r(t, a.subUnitId, c).forEach((o) => {
|
|
1657
1656
|
this._conditionalFormattingViewModelV2.markRuleDirty(t, a.subUnitId, o.cfId);
|
|
1658
1657
|
});
|
|
1659
1658
|
};
|
|
@@ -1662,8 +1661,8 @@ let K = class extends m2 {
|
|
|
1662
1661
|
}
|
|
1663
1662
|
case a0.id: {
|
|
1664
1663
|
const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n);
|
|
1665
|
-
i && i.filter((
|
|
1666
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(e, n,
|
|
1664
|
+
i && i.filter((c) => c.ranges.some((l) => X.intersects(l, t))).forEach((c) => {
|
|
1665
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(e, n, c.cfId);
|
|
1667
1666
|
});
|
|
1668
1667
|
break;
|
|
1669
1668
|
}
|
|
@@ -1673,26 +1672,26 @@ let K = class extends m2 {
|
|
|
1673
1672
|
}
|
|
1674
1673
|
};
|
|
1675
1674
|
K = n1([
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1675
|
+
Z(0, A(B)),
|
|
1676
|
+
Z(1, A(F2)),
|
|
1677
|
+
Z(2, A(S2)),
|
|
1678
|
+
Z(3, A(W2)),
|
|
1679
|
+
Z(4, A(s0)),
|
|
1680
|
+
Z(5, A(f2))
|
|
1682
1681
|
], K);
|
|
1683
|
-
const r1 = (s) => s.getCurrentUnitForType(
|
|
1682
|
+
const r1 = (s) => s.getCurrentUnitForType(u2.UNIVER_SHEET).getUnitId(), s1 = (s) => {
|
|
1684
1683
|
var r;
|
|
1685
|
-
return (r = s.getCurrentUnitForType(
|
|
1684
|
+
return (r = s.getCurrentUnitForType(u2.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : r.getSheetId();
|
|
1686
1685
|
};
|
|
1687
1686
|
var i1 = Object.defineProperty, a1 = Object.getOwnPropertyDescriptor, l1 = (s, r, t, e) => {
|
|
1688
1687
|
for (var n = e > 1 ? void 0 : e ? a1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
1689
1688
|
(a = s[i]) && (n = (e ? a(r, t, n) : a(n)) || n);
|
|
1690
1689
|
return e && n && i1(r, t, n), n;
|
|
1691
1690
|
}, D2 = (s, r) => (t, e) => r(t, e, s), r2;
|
|
1692
|
-
let R2 = (r2 = class extends
|
|
1691
|
+
let R2 = (r2 = class extends q2 {
|
|
1693
1692
|
constructor(s = M2, r, t, e) {
|
|
1694
1693
|
super(), this._config = s, this._injector = r, this._commandService = t, this._configService = e;
|
|
1695
|
-
const { ...n } =
|
|
1694
|
+
const { ...n } = Z2(
|
|
1696
1695
|
{},
|
|
1697
1696
|
M2,
|
|
1698
1697
|
this._config
|
|
@@ -1706,9 +1705,9 @@ let R2 = (r2 = class extends Z2 {
|
|
|
1706
1705
|
this._injector.add(i);
|
|
1707
1706
|
}), [
|
|
1708
1707
|
T2,
|
|
1709
|
-
E2,
|
|
1710
|
-
U2,
|
|
1711
1708
|
v2,
|
|
1709
|
+
U2,
|
|
1710
|
+
E2,
|
|
1712
1711
|
s2
|
|
1713
1712
|
].forEach((i) => {
|
|
1714
1713
|
this._commandService.registerCommand(i);
|
|
@@ -1717,21 +1716,21 @@ let R2 = (r2 = class extends Z2 {
|
|
|
1717
1716
|
onStarting() {
|
|
1718
1717
|
this._injector.get(K), G2(this._injector, [[K], [j]]);
|
|
1719
1718
|
}
|
|
1720
|
-
}, m(r2, "pluginName", N2), m(r2, "type",
|
|
1719
|
+
}, m(r2, "pluginName", N2), m(r2, "type", u2.UNIVER_SHEET), r2);
|
|
1721
1720
|
R2 = l1([
|
|
1722
1721
|
D2(1, A(F2)),
|
|
1723
1722
|
D2(2, A(f2)),
|
|
1724
1723
|
D2(3, j2)
|
|
1725
1724
|
], R2);
|
|
1726
|
-
const o1 = "sheet-conditional-rule-icon",
|
|
1725
|
+
const o1 = "sheet-conditional-rule-icon", u1 = 35, c1 = 15, h1 = 2;
|
|
1727
1726
|
class d1 extends k2 {
|
|
1728
1727
|
constructor() {
|
|
1729
1728
|
super();
|
|
1730
1729
|
m(this, "_paddingRightAndLeft", h1);
|
|
1731
|
-
m(this, "_width",
|
|
1730
|
+
m(this, "_width", c1);
|
|
1732
1731
|
m(this, "_imageMap", /* @__PURE__ */ new Map());
|
|
1733
1732
|
m(this, "uKey", o1);
|
|
1734
|
-
m(this, "Z_INDEX",
|
|
1733
|
+
m(this, "Z_INDEX", u1);
|
|
1735
1734
|
m(this, "_radius", 1);
|
|
1736
1735
|
this._init();
|
|
1737
1736
|
}
|
|
@@ -1739,20 +1738,20 @@ class d1 extends k2 {
|
|
|
1739
1738
|
const { worksheet: a } = n;
|
|
1740
1739
|
if (!a)
|
|
1741
1740
|
return !1;
|
|
1742
|
-
t.save(), N.foreach(n.rowColumnSegment, (
|
|
1743
|
-
if (!a.getRowVisible(
|
|
1741
|
+
t.save(), N.foreach(n.rowColumnSegment, (c, l) => {
|
|
1742
|
+
if (!a.getRowVisible(c) || !a.getColVisible(l))
|
|
1744
1743
|
return;
|
|
1745
|
-
const o = a.getCell(
|
|
1744
|
+
const o = a.getCell(c, l);
|
|
1746
1745
|
if (o != null && o.iconSet) {
|
|
1747
|
-
const { iconType: h, iconId:
|
|
1746
|
+
const { iconType: h, iconId: u } = o.iconSet;
|
|
1748
1747
|
if (h === J0)
|
|
1749
1748
|
return;
|
|
1750
|
-
const d = this._imageMap.get(this._createKey(h,
|
|
1749
|
+
const d = this._imageMap.get(this._createKey(h, u));
|
|
1751
1750
|
if (!d)
|
|
1752
1751
|
return;
|
|
1753
|
-
const
|
|
1754
|
-
let { isMerged: D, isMergedMainCell: f, mergeInfo:
|
|
1755
|
-
if (D || (f && (p =
|
|
1752
|
+
const g = n.getCellWithCoordByIndex(c, l, !1);
|
|
1753
|
+
let { isMerged: D, isMergedMainCell: f, mergeInfo: w, startY: p, endY: L, startX: k, endX: V } = g;
|
|
1754
|
+
if (D || (f && (p = w.startY, L = w.endY, k = w.startX, V = w.endX), !this.isRenderDiffRangesByCell(w, i)))
|
|
1756
1755
|
return;
|
|
1757
1756
|
const z = V - k, Q = L - p;
|
|
1758
1757
|
if (this._width > Q || this._width > z + this._paddingRightAndLeft * 2)
|
|
@@ -1765,10 +1764,10 @@ class d1 extends k2 {
|
|
|
1765
1764
|
_init() {
|
|
1766
1765
|
for (const t in o2)
|
|
1767
1766
|
o2[t].forEach((n, i) => {
|
|
1768
|
-
const a = this._createKey(t, String(i)),
|
|
1769
|
-
|
|
1770
|
-
this._imageMap.set(a,
|
|
1771
|
-
},
|
|
1767
|
+
const a = this._createKey(t, String(i)), c = new Image();
|
|
1768
|
+
c.onload = () => {
|
|
1769
|
+
this._imageMap.set(a, c);
|
|
1770
|
+
}, c.src = n;
|
|
1772
1771
|
});
|
|
1773
1772
|
}
|
|
1774
1773
|
_createKey(t, e) {
|
|
@@ -1789,10 +1788,10 @@ function g1(s) {
|
|
|
1789
1788
|
}
|
|
1790
1789
|
export {
|
|
1791
1790
|
T2 as AddConditionalRuleMutation,
|
|
1792
|
-
|
|
1793
|
-
|
|
1791
|
+
I1 as AddConditionalRuleMutationUndoFactory,
|
|
1792
|
+
F as CFNumberOperator,
|
|
1794
1793
|
y as CFRuleType,
|
|
1795
|
-
|
|
1794
|
+
v as CFSubRuleType,
|
|
1796
1795
|
M as CFTextOperator,
|
|
1797
1796
|
R as CFTimePeriodOperator,
|
|
1798
1797
|
x as CFValueType,
|
|
@@ -1803,18 +1802,18 @@ export {
|
|
|
1803
1802
|
B as ConditionalFormattingRuleModel,
|
|
1804
1803
|
K as ConditionalFormattingService,
|
|
1805
1804
|
j as ConditionalFormattingViewModel,
|
|
1806
|
-
|
|
1805
|
+
v1 as DEFAULT_BG_COLOR,
|
|
1807
1806
|
p1 as DEFAULT_FONT_COLOR,
|
|
1808
1807
|
h1 as DEFAULT_PADDING,
|
|
1809
|
-
|
|
1808
|
+
c1 as DEFAULT_WIDTH,
|
|
1810
1809
|
L0 as DataBar,
|
|
1811
|
-
|
|
1810
|
+
v2 as DeleteConditionalRuleMutation,
|
|
1812
1811
|
z0 as DeleteConditionalRuleMutationUndoFactory,
|
|
1813
1812
|
J0 as EMPTY_ICON_TYPE,
|
|
1814
|
-
|
|
1813
|
+
I as FormulaResultStatus,
|
|
1815
1814
|
o1 as IconUKey,
|
|
1816
|
-
|
|
1817
|
-
|
|
1815
|
+
E2 as MoveConditionalRuleMutation,
|
|
1816
|
+
b1 as MoveConditionalRuleMutationUndoFactory,
|
|
1818
1817
|
N2 as SHEET_CONDITIONAL_FORMATTING_PLUGIN,
|
|
1819
1818
|
U2 as SetConditionalRuleMutation,
|
|
1820
1819
|
R2 as UniverSheetsConditionalFormattingPlugin,
|
|
@@ -1827,7 +1826,7 @@ export {
|
|
|
1827
1826
|
R0 as dataBarUKey,
|
|
1828
1827
|
y2 as defaultDataBarNativeColor,
|
|
1829
1828
|
x2 as defaultDataBarPositiveColor,
|
|
1830
|
-
|
|
1829
|
+
b0 as defaultPlaceholderColor,
|
|
1831
1830
|
w2 as filterRange,
|
|
1832
1831
|
W as findIndexByAnchor,
|
|
1833
1832
|
M1 as getCacheStyleMatrix,
|
|
@@ -1840,7 +1839,7 @@ export {
|
|
|
1840
1839
|
o2 as iconMap,
|
|
1841
1840
|
y1 as isAnchorEqual,
|
|
1842
1841
|
a2 as isFloatsEqual,
|
|
1843
|
-
|
|
1842
|
+
b as isNullable,
|
|
1844
1843
|
k1 as isRangesEqual,
|
|
1845
1844
|
D0 as moveByAnchor,
|
|
1846
1845
|
g1 as removeUndefinedAttr,
|