@univerjs/sheets-conditional-formatting 0.10.12 → 0.10.13-nightly.202510290902
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 +397 -378
- package/lib/index.js +397 -378
- package/lib/types/assets/icon-map.json.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +8 -8
- package/LICENSE +0 -176
package/lib/es/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var m = (s, r, t) =>
|
|
4
|
-
import { generateRandomId as U2, Tools as J, CommandType as T, IUndoRedoService as e2, ICommandService as P, IUniverInstanceService as q, ObjectMatrix as O, Range as U, sequenceExecute as T2, Inject as x, Disposable as
|
|
5
|
-
import { isRangesEqual as
|
|
6
|
-
import { getSheetCommandTarget as t2, SheetsSelectionsService as
|
|
7
|
-
import { Subject as
|
|
8
|
-
import { IActiveDirtyManagerService as
|
|
9
|
-
import { distinctUntilChanged as
|
|
10
|
-
import { isObject as
|
|
1
|
+
var X2 = Object.defineProperty;
|
|
2
|
+
var K2 = (s, r, t) => r in s ? X2(s, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[r] = t;
|
|
3
|
+
var m = (s, r, t) => K2(s, typeof r != "symbol" ? r + "" : r, t);
|
|
4
|
+
import { generateRandomId as U2, Tools as J, CommandType as T, IUndoRedoService as e2, ICommandService as P, IUniverInstanceService as q, ObjectMatrix as O, Range as U, sequenceExecute as T2, Inject as x, Disposable as M2, RefAlias as Y2, CellValueType as _, BooleanNumber as V2, LRUMap as O2, ColorKit as $2, dayjs as v, Injector as y2, RTree as J2, IResourceManagerService as z2, merge as P2, UniverInstanceType as m2, isInternalEditorID as Q2, Rectangle as n2, Plugin as e0, touchDependencies as t0, IConfigService as n0 } from "@univerjs/core";
|
|
5
|
+
import { isRangesEqual as X1 } from "@univerjs/core";
|
|
6
|
+
import { getSheetCommandTarget as t2, SheetsSelectionsService as r0, findAllRectangle as s0, createTopMatrixFromMatrix as i0, SheetInterceptorService as a0, RemoveSheetCommand as o0, CopySheetCommand as l0, ReorderRangeMutation as c0, MoveRangeMutation as u0, MoveColsMutation as d0, MoveRowsMutation as h0, InsertRowMutation as g0, RemoveRowMutation as C0, RemoveColMutation as D0, InsertColMutation as f0, SetRangeValuesMutation as m0 } from "@univerjs/sheets";
|
|
7
|
+
import { Subject as g2, BehaviorSubject as w0 } from "rxjs";
|
|
8
|
+
import { IActiveDirtyManagerService as F0, SetFormulaCalculationResultMutation as v0, SetOtherFormulaMutation as p0, RemoveOtherFormulaMutation as E0, ERROR_TYPE_SET as S2, BooleanValue as b2 } from "@univerjs/engine-formula";
|
|
9
|
+
import { distinctUntilChanged as A0, bufferTime as x0, filter as _0, map as M0 } from "rxjs/operators";
|
|
10
|
+
import { isObject as y0, SpreadsheetExtensionRegistry as W2, SheetExtension as q2, FIX_ONE_PIXEL_BLUR_OFFSET as R0 } from "@univerjs/engine-render";
|
|
11
11
|
const Z2 = "SHEET_CONDITIONAL_FORMATTING_PLUGIN";
|
|
12
12
|
var L = /* @__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))(L || {}), k = /* @__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))(k || {}), 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 || {}), S = /* @__PURE__ */ ((s) => (s.highlightCell = "highlightCell", s.dataBar = "dataBar", s.colorScale = "colorScale", s.iconSet = "iconSet", s))(S || {}), A = /* @__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))(A || {}), I = /* @__PURE__ */ ((s) => (s.num = "num", s.min = "min", s.max = "max", s.percent = "percent", s.percentile = "percentile", s.formula = "formula", s))(I || {});
|
|
13
|
-
const
|
|
13
|
+
const V1 = "#fff", O1 = "#000000", $1 = () => ({
|
|
14
14
|
cfId: void 0,
|
|
15
15
|
ranges: [],
|
|
16
16
|
stopIfTrue: !1,
|
|
@@ -20,7 +20,7 @@ const T1 = "#fff", V1 = "#000000", O1 = () => ({
|
|
|
20
20
|
operator: "containsText"
|
|
21
21
|
/* containsText */
|
|
22
22
|
}
|
|
23
|
-
}),
|
|
23
|
+
}), P1 = (s, r) => {
|
|
24
24
|
switch (s) {
|
|
25
25
|
case "text": {
|
|
26
26
|
if ([
|
|
@@ -43,7 +43,7 @@ const T1 = "#fff", V1 = "#000000", O1 = () => ({
|
|
|
43
43
|
].includes(r) ? [10, 100] : 10;
|
|
44
44
|
}
|
|
45
45
|
return "";
|
|
46
|
-
},
|
|
46
|
+
}, W1 = (s, r) => {
|
|
47
47
|
switch (s) {
|
|
48
48
|
case "formula":
|
|
49
49
|
return "=";
|
|
@@ -70,7 +70,7 @@ const T1 = "#fff", V1 = "#000000", O1 = () => ({
|
|
|
70
70
|
case "self":
|
|
71
71
|
return e;
|
|
72
72
|
}
|
|
73
|
-
},
|
|
73
|
+
}, I0 = (s, r, t, e) => {
|
|
74
74
|
if (!t)
|
|
75
75
|
return null;
|
|
76
76
|
const n = X(s, t, e);
|
|
@@ -124,7 +124,7 @@ const T1 = "#fff", V1 = "#000000", O1 = () => ({
|
|
|
124
124
|
return null;
|
|
125
125
|
}
|
|
126
126
|
return n.id === i.id && n.type === i.type ? null : [n, i];
|
|
127
|
-
},
|
|
127
|
+
}, S0 = (s, r) => {
|
|
128
128
|
if (["after", "before"].includes(r.type)) {
|
|
129
129
|
if (s.type === "after")
|
|
130
130
|
return [r, s];
|
|
@@ -132,12 +132,12 @@ const T1 = "#fff", V1 = "#000000", O1 = () => ({
|
|
|
132
132
|
return [r, { ...s, type: "self" }];
|
|
133
133
|
}
|
|
134
134
|
return null;
|
|
135
|
-
},
|
|
136
|
-
class
|
|
135
|
+
}, q1 = (s, r) => s.id === r.id && s.type === r.type, b0 = () => `${U2(8)}`;
|
|
136
|
+
class M {
|
|
137
137
|
constructor() {
|
|
138
138
|
// Map<unitID ,<sheetId ,IConditionFormattingRule[]>>
|
|
139
139
|
m(this, "_model", /* @__PURE__ */ new Map());
|
|
140
|
-
m(this, "_ruleChange$", new
|
|
140
|
+
m(this, "_ruleChange$", new g2());
|
|
141
141
|
m(this, "$ruleChange", this._ruleChange$.asObservable());
|
|
142
142
|
}
|
|
143
143
|
_ensureList(r, t) {
|
|
@@ -183,14 +183,14 @@ class y {
|
|
|
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 = X(e, i, (
|
|
186
|
+
const i = this._ensureList(r, t), a = X(e, i, (l) => l.cfId), u = X(n, i, (l) => l.cfId);
|
|
187
187
|
if (u === null || a === null || u === a)
|
|
188
188
|
return;
|
|
189
|
-
const
|
|
190
|
-
|
|
189
|
+
const o = i[a];
|
|
190
|
+
o && (I0(e, n, i, (l) => l.cfId), this._ruleChange$.next({ rule: o, subUnitId: t, unitId: r, type: "sort" }));
|
|
191
191
|
}
|
|
192
192
|
createCfId(r, t) {
|
|
193
|
-
return
|
|
193
|
+
return b0();
|
|
194
194
|
}
|
|
195
195
|
deleteUnitId(r) {
|
|
196
196
|
this._model.delete(r);
|
|
@@ -203,10 +203,10 @@ const i2 = {
|
|
|
203
203
|
if (!r)
|
|
204
204
|
return !1;
|
|
205
205
|
const { unitId: t, subUnitId: e, start: n, end: i } = r;
|
|
206
|
-
return s.get(
|
|
206
|
+
return s.get(M).moveRulePriority(t, e, n, i), !0;
|
|
207
207
|
}
|
|
208
|
-
},
|
|
209
|
-
const { unitId: r, subUnitId: t } = s, e =
|
|
208
|
+
}, L0 = (s) => {
|
|
209
|
+
const { unitId: r, subUnitId: t } = s, e = S0(s.start, s.end);
|
|
210
210
|
if (!e)
|
|
211
211
|
return [];
|
|
212
212
|
const [n, i] = e;
|
|
@@ -214,16 +214,16 @@ const i2 = {
|
|
|
214
214
|
{ id: i2.id, params: { unitId: r, subUnitId: t, start: n, end: i } }
|
|
215
215
|
];
|
|
216
216
|
}, w2 = (s, r) => {
|
|
217
|
-
const t = s.get(
|
|
217
|
+
const t = s.get(M), { unitId: e, subUnitId: n, cfId: i } = r, a = [...t.getSubunitRules(e, n) || []], u = a.findIndex((l) => l.cfId === i), o = a[u - 1];
|
|
218
218
|
if (u > -1) {
|
|
219
|
-
const
|
|
220
|
-
id:
|
|
221
|
-
params: { unitId: e, subUnitId: n, rule: J.deepClone(
|
|
219
|
+
const l = a[u], d = [{
|
|
220
|
+
id: a2.id,
|
|
221
|
+
params: { unitId: e, subUnitId: n, rule: J.deepClone(l) }
|
|
222
222
|
}];
|
|
223
223
|
if (a.splice(u, 1), u !== 0) {
|
|
224
224
|
const c = a[0];
|
|
225
225
|
if (c) {
|
|
226
|
-
const g = G2({ id: c.cfId, type: "before" }, { id:
|
|
226
|
+
const g = G2({ id: c.cfId, type: "before" }, { id: o.cfId, type: "after" }, a, (w) => w.cfId);
|
|
227
227
|
if (!g)
|
|
228
228
|
return d;
|
|
229
229
|
const [h, D] = g, f = {
|
|
@@ -245,45 +245,45 @@ const i2 = {
|
|
|
245
245
|
if (!r)
|
|
246
246
|
return !1;
|
|
247
247
|
const { unitId: t, subUnitId: e, cfId: n } = r;
|
|
248
|
-
return s.get(
|
|
248
|
+
return s.get(M).deleteRule(t, e, n), !0;
|
|
249
249
|
}
|
|
250
|
-
},
|
|
250
|
+
}, H2 = (s, r) => ({ id: K.id, params: { unitId: r.unitId, subUnitId: r.subUnitId, cfId: r.rule.cfId } }), a2 = {
|
|
251
251
|
type: T.MUTATION,
|
|
252
252
|
id: "sheet.mutation.add-conditional-rule",
|
|
253
253
|
handler(s, r) {
|
|
254
254
|
if (!r)
|
|
255
255
|
return !1;
|
|
256
256
|
const { unitId: t, subUnitId: e, rule: n } = r;
|
|
257
|
-
return s.get(
|
|
257
|
+
return s.get(M).addRule(t, e, n), !0;
|
|
258
258
|
}
|
|
259
|
-
},
|
|
259
|
+
}, k0 = {
|
|
260
260
|
type: T.COMMAND,
|
|
261
261
|
id: "sheet.command.add-conditional-rule",
|
|
262
262
|
handler(s, r) {
|
|
263
263
|
if (!r)
|
|
264
264
|
return !1;
|
|
265
|
-
const { rule: t } = r, e = s.get(e2), n = s.get(P), i = s.get(
|
|
265
|
+
const { rule: t } = r, e = s.get(e2), n = s.get(P), i = s.get(M), a = s.get(q), u = t2(a, r);
|
|
266
266
|
if (!u) return !1;
|
|
267
|
-
const { unitId:
|
|
267
|
+
const { unitId: o, subUnitId: l } = u, d = i.createCfId(o, l), c = { unitId: o, subUnitId: l, rule: { ...t, cfId: t.cfId || d } }, g = H2(s, c), h = n.syncExecuteCommand(a2.id, c);
|
|
268
268
|
return h && e.pushUndoRedo({
|
|
269
|
-
unitID:
|
|
270
|
-
redoMutations: [{ id:
|
|
269
|
+
unitID: o,
|
|
270
|
+
redoMutations: [{ id: a2.id, params: c }],
|
|
271
271
|
undoMutations: [g]
|
|
272
272
|
}), h;
|
|
273
273
|
}
|
|
274
|
-
},
|
|
274
|
+
}, o2 = {
|
|
275
275
|
type: T.MUTATION,
|
|
276
276
|
id: "sheet.mutation.set-conditional-rule",
|
|
277
277
|
handler(s, r) {
|
|
278
278
|
if (!r)
|
|
279
279
|
return !1;
|
|
280
280
|
const { unitId: t, subUnitId: e, rule: n } = r, i = r.cfId || r.rule.cfId;
|
|
281
|
-
return s.get(
|
|
281
|
+
return s.get(M).setRule(t, e, n, i), !0;
|
|
282
282
|
}
|
|
283
|
-
},
|
|
284
|
-
const t = s.get(
|
|
283
|
+
}, j2 = (s, r) => {
|
|
284
|
+
const t = s.get(M), { unitId: e, subUnitId: n } = r, i = r.cfId || r.rule.cfId, a = t.getRule(e, n, i);
|
|
285
285
|
return a ? [{
|
|
286
|
-
id:
|
|
286
|
+
id: o2.id,
|
|
287
287
|
params: {
|
|
288
288
|
unitId: e,
|
|
289
289
|
subUnitId: n,
|
|
@@ -291,16 +291,16 @@ const i2 = {
|
|
|
291
291
|
rule: J.deepClone(a)
|
|
292
292
|
}
|
|
293
293
|
}] : [];
|
|
294
|
-
},
|
|
294
|
+
}, B0 = {
|
|
295
295
|
type: T.COMMAND,
|
|
296
296
|
id: "sheet.command.clear-range-conditional-rule",
|
|
297
297
|
handler(s, r) {
|
|
298
298
|
var f;
|
|
299
299
|
if (!r)
|
|
300
300
|
return !1;
|
|
301
|
-
const t = s.get(
|
|
301
|
+
const t = s.get(M), e = s.get(q), n = s.get(P), i = s.get(e2), a = s.get(r0), u = t2(e, r);
|
|
302
302
|
if (!u) return !1;
|
|
303
|
-
const { unitId:
|
|
303
|
+
const { unitId: o, subUnitId: l } = u, d = ((f = a.getCurrentSelections()) == null ? void 0 : f.map((w) => w.range)) || [], c = t.getSubunitRules(o, l);
|
|
304
304
|
if (!(c != null && c.length) || !d.length)
|
|
305
305
|
return !1;
|
|
306
306
|
const g = [], h = [];
|
|
@@ -315,39 +315,39 @@ const i2 = {
|
|
|
315
315
|
p.realDeleteValue(R, b);
|
|
316
316
|
});
|
|
317
317
|
});
|
|
318
|
-
const
|
|
319
|
-
if (
|
|
320
|
-
const E = { ...w, ranges:
|
|
321
|
-
g.push({ id:
|
|
318
|
+
const y = s0(i0(p));
|
|
319
|
+
if (y.length) {
|
|
320
|
+
const E = { ...w, ranges: y }, R = { unitId: o, subUnitId: l, rule: E }, b = j2(s, R);
|
|
321
|
+
g.push({ id: o2.id, params: R }), h.push(...b);
|
|
322
322
|
} else {
|
|
323
|
-
const E = { unitId:
|
|
323
|
+
const E = { unitId: o, subUnitId: l, cfId: w.cfId }, R = w2(s, E);
|
|
324
324
|
g.push({ id: K.id, params: E }), h.push(...R);
|
|
325
325
|
}
|
|
326
326
|
});
|
|
327
327
|
const D = T2(g, n).result;
|
|
328
328
|
return D && i.pushUndoRedo({
|
|
329
|
-
unitID:
|
|
329
|
+
unitID: o,
|
|
330
330
|
redoMutations: g,
|
|
331
331
|
undoMutations: h
|
|
332
332
|
}), D;
|
|
333
333
|
}
|
|
334
|
-
},
|
|
334
|
+
}, N0 = {
|
|
335
335
|
type: T.COMMAND,
|
|
336
336
|
id: "sheet.command.clear-worksheet-conditional-rule",
|
|
337
337
|
handler(s, r) {
|
|
338
|
-
const t = s.get(
|
|
338
|
+
const t = s.get(M), e = s.get(q), n = s.get(P), i = s.get(e2), a = t2(e, r);
|
|
339
339
|
if (!a) return !1;
|
|
340
|
-
const { unitId: u, subUnitId:
|
|
341
|
-
if (!(
|
|
340
|
+
const { unitId: u, subUnitId: o } = a, l = t.getSubunitRules(u, o);
|
|
341
|
+
if (!(l != null && l.length))
|
|
342
342
|
return !1;
|
|
343
|
-
const d =
|
|
343
|
+
const d = l.map((D) => ({ cfId: D.cfId, unitId: u, subUnitId: o })), c = d.map((D) => ({ id: K.id, params: D })), g = d.map((D) => w2(s, D)[0]), h = T2(c, n).result;
|
|
344
344
|
return h && i.pushUndoRedo({
|
|
345
345
|
unitID: u,
|
|
346
346
|
redoMutations: c,
|
|
347
347
|
undoMutations: g
|
|
348
348
|
}), h;
|
|
349
349
|
}
|
|
350
|
-
},
|
|
350
|
+
}, U0 = {
|
|
351
351
|
type: T.COMMAND,
|
|
352
352
|
id: "sheet.command.delete-conditional-rule",
|
|
353
353
|
handler(s, r) {
|
|
@@ -355,28 +355,28 @@ const i2 = {
|
|
|
355
355
|
return !1;
|
|
356
356
|
const t = s.get(e2), e = s.get(P), n = s.get(q), i = t2(n, r);
|
|
357
357
|
if (!i) return !1;
|
|
358
|
-
const { unitId: a, subUnitId: u } = i,
|
|
359
|
-
return d && t.pushUndoRedo({ unitID: a, undoMutations:
|
|
358
|
+
const { unitId: a, subUnitId: u } = i, o = { unitId: a, subUnitId: u, cfId: r.cfId }, l = w2(s, o), d = e.syncExecuteCommand(K.id, o);
|
|
359
|
+
return d && t.pushUndoRedo({ unitID: a, undoMutations: l, redoMutations: [{ id: K.id, params: o }] }), d;
|
|
360
360
|
}
|
|
361
|
-
},
|
|
361
|
+
}, T0 = {
|
|
362
362
|
type: T.COMMAND,
|
|
363
363
|
id: "sheet.command.move-conditional-rule",
|
|
364
364
|
handler(s, r) {
|
|
365
365
|
if (!r)
|
|
366
366
|
return !1;
|
|
367
|
-
const t = s.get(e2), e = s.get(P), n = s.get(q), i = s.get(
|
|
367
|
+
const t = s.get(e2), e = s.get(P), n = s.get(q), i = s.get(M), a = t2(n, r);
|
|
368
368
|
if (!a) return !1;
|
|
369
|
-
const { unitId: u, subUnitId:
|
|
370
|
-
if (!
|
|
369
|
+
const { unitId: u, subUnitId: o } = a, l = G2(r.start, r.end, i.getSubunitRules(u, o) || [], (f) => f.cfId);
|
|
370
|
+
if (!l)
|
|
371
371
|
return !1;
|
|
372
|
-
const [d, c] =
|
|
372
|
+
const [d, c] = l, g = { unitId: u, subUnitId: o, start: d, end: c }, h = L0(g), D = e.syncExecuteCommand(i2.id, g);
|
|
373
373
|
return D && t.pushUndoRedo({
|
|
374
374
|
unitID: u,
|
|
375
375
|
redoMutations: [{ id: i2.id, params: g }],
|
|
376
376
|
undoMutations: h
|
|
377
377
|
}), D;
|
|
378
378
|
}
|
|
379
|
-
},
|
|
379
|
+
}, V0 = {
|
|
380
380
|
type: T.COMMAND,
|
|
381
381
|
id: "sheet.command.set-conditional-rule",
|
|
382
382
|
handler(s, r) {
|
|
@@ -384,31 +384,31 @@ const i2 = {
|
|
|
384
384
|
return !1;
|
|
385
385
|
const t = s.get(e2), e = s.get(P), n = s.get(q), i = t2(n, r);
|
|
386
386
|
if (!i) return !1;
|
|
387
|
-
const { unitId: a, subUnitId: u } = i,
|
|
388
|
-
return d && t.pushUndoRedo({ unitID: a, undoMutations:
|
|
387
|
+
const { unitId: a, subUnitId: u } = i, o = { unitId: a, subUnitId: u, rule: r.rule, cfId: r.cfId }, l = j2(s, o), d = e.syncExecuteCommand(o2.id, o);
|
|
388
|
+
return d && t.pushUndoRedo({ unitID: a, undoMutations: l, redoMutations: [{ id: o2.id, params: o }] }), d;
|
|
389
389
|
}
|
|
390
|
-
},
|
|
390
|
+
}, h2 = {
|
|
391
391
|
type: T.MUTATION,
|
|
392
392
|
id: "sheet.mutation.conditional-formatting-formula-mark-dirty",
|
|
393
393
|
handler() {
|
|
394
394
|
return !0;
|
|
395
395
|
}
|
|
396
396
|
};
|
|
397
|
-
var
|
|
398
|
-
for (var n = e > 1 ? void 0 : e ?
|
|
397
|
+
var O0 = Object.getOwnPropertyDescriptor, $0 = (s, r, t, e) => {
|
|
398
|
+
for (var n = e > 1 ? void 0 : e ? O0(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
399
399
|
(a = s[i]) && (n = a(n) || n);
|
|
400
400
|
return n;
|
|
401
401
|
}, E2 = (s, r) => (t, e) => r(t, e, s), N = /* @__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))(N || {});
|
|
402
|
-
const
|
|
402
|
+
const P0 = (s) => {
|
|
403
403
|
const r = s && s[0] && s[0][0];
|
|
404
404
|
return (r == null ? void 0 : r.t) === _.BOOLEAN ? r.v === V2.TRUE || r.v === !0 : r ? r.v : !1;
|
|
405
405
|
};
|
|
406
|
-
let z = class extends
|
|
406
|
+
let z = class extends M2 {
|
|
407
407
|
constructor(r, t, e) {
|
|
408
408
|
super();
|
|
409
409
|
// Cache Formula ID and formula mapping.
|
|
410
410
|
m(this, "_formulaMap", /* @__PURE__ */ new Map());
|
|
411
|
-
m(this, "_result$", new
|
|
411
|
+
m(this, "_result$", new g2());
|
|
412
412
|
m(this, "result$", this._result$.asObservable());
|
|
413
413
|
this._commandService = r, this._activeDirtyManagerService = t, this._conditionalFormattingRuleModel = e, this._initFormulaCalculationResultChange(), this._initRuleChange();
|
|
414
414
|
}
|
|
@@ -430,7 +430,7 @@ let z = class extends y2 {
|
|
|
430
430
|
}
|
|
431
431
|
_initFormulaCalculationResultChange() {
|
|
432
432
|
this.disposeWithMe(this._commandService.onCommandExecuted((r) => {
|
|
433
|
-
if (r.id ===
|
|
433
|
+
if (r.id === v0.id) {
|
|
434
434
|
const t = r.params;
|
|
435
435
|
for (const e in t.unitOtherData)
|
|
436
436
|
for (const n in t.unitOtherData[e])
|
|
@@ -438,12 +438,12 @@ let z = class extends y2 {
|
|
|
438
438
|
const a = new O(t.unitOtherData[e][n][i]), u = this._ensureSubunitFormulaMap(e, n).getValue(i, ["formulaId"]);
|
|
439
439
|
if (!u)
|
|
440
440
|
continue;
|
|
441
|
-
const
|
|
442
|
-
if (!
|
|
441
|
+
const o = u.ranges;
|
|
442
|
+
if (!o)
|
|
443
443
|
continue;
|
|
444
|
-
const
|
|
444
|
+
const l = u.result, d = o[0].startRow, c = o[0].startColumn;
|
|
445
445
|
a.forValue((D, f, w) => {
|
|
446
|
-
|
|
446
|
+
l.setValue(d + D, c + f, P0(w));
|
|
447
447
|
}), u.status = 2;
|
|
448
448
|
const h = this._getAllFormulaResultByCfId(e, n, u.cfId).every(
|
|
449
449
|
(D) => D.status === 2
|
|
@@ -452,8 +452,8 @@ let z = class extends y2 {
|
|
|
452
452
|
this._result$.next({ ...u, isAllFinished: h });
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
|
-
})), this._activeDirtyManagerService.register(
|
|
456
|
-
commandId:
|
|
455
|
+
})), this._activeDirtyManagerService.register(h2.id, {
|
|
456
|
+
commandId: h2.id,
|
|
457
457
|
getDirtyData(r) {
|
|
458
458
|
return {
|
|
459
459
|
dirtyUnitOtherFormulaMap: r.params
|
|
@@ -465,7 +465,7 @@ let z = class extends y2 {
|
|
|
465
465
|
let e = this._formulaMap.get(r);
|
|
466
466
|
e || (e = /* @__PURE__ */ new Map(), this._formulaMap.set(r, e));
|
|
467
467
|
let n = e.get(t);
|
|
468
|
-
return n || (n = new
|
|
468
|
+
return n || (n = new Y2([], ["formulaId", "id"]), e.set(t, n)), n;
|
|
469
469
|
}
|
|
470
470
|
getSubUnitFormulaMap(r, t) {
|
|
471
471
|
var e;
|
|
@@ -475,7 +475,7 @@ let z = class extends y2 {
|
|
|
475
475
|
const a = this._ensureSubunitFormulaMap(r, t), u = this.createCFormulaId(e, n);
|
|
476
476
|
if (a.getValue(u, ["id"]))
|
|
477
477
|
return;
|
|
478
|
-
const
|
|
478
|
+
const o = this._createFormulaId(r, t);
|
|
479
479
|
a.addValue({
|
|
480
480
|
formulaText: n,
|
|
481
481
|
unitId: r,
|
|
@@ -483,27 +483,27 @@ let z = class extends y2 {
|
|
|
483
483
|
cfId: e,
|
|
484
484
|
id: u,
|
|
485
485
|
ranges: i,
|
|
486
|
-
formulaId:
|
|
486
|
+
formulaId: o,
|
|
487
487
|
status: 3,
|
|
488
488
|
result: new O()
|
|
489
489
|
});
|
|
490
|
-
const
|
|
490
|
+
const l = {
|
|
491
491
|
unitId: r,
|
|
492
492
|
subUnitId: t,
|
|
493
493
|
formulaMap: {
|
|
494
|
-
[
|
|
494
|
+
[o]: {
|
|
495
495
|
f: n,
|
|
496
496
|
ranges: i
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
499
|
};
|
|
500
|
-
this._commandService.executeCommand(
|
|
501
|
-
this._commandService.executeCommand(
|
|
500
|
+
this._commandService.executeCommand(p0.id, l, { onlyLocal: !0 }).then(() => {
|
|
501
|
+
this._commandService.executeCommand(h2.id, { [r]: { [t]: { [o]: !0 } } }, { onlyLocal: !0 });
|
|
502
502
|
});
|
|
503
503
|
}
|
|
504
504
|
_removeFormulaByCfId(r, t, e) {
|
|
505
505
|
const i = this.deleteCache(r, t, e).map((a) => a.formulaId);
|
|
506
|
-
this._commandService.executeCommand(
|
|
506
|
+
this._commandService.executeCommand(E0.id, { unitId: r, subUnitId: t, formulaIdList: i }, { onlyLocal: !0 });
|
|
507
507
|
}
|
|
508
508
|
getFormulaResultWithCoords(r, t, e, n, i = 0, a = 0) {
|
|
509
509
|
const u = this.getSubUnitFormulaMap(r, t);
|
|
@@ -512,12 +512,12 @@ let z = class extends y2 {
|
|
|
512
512
|
status: 1
|
|
513
513
|
/* NOT_REGISTER */
|
|
514
514
|
};
|
|
515
|
-
const
|
|
516
|
-
return
|
|
517
|
-
result:
|
|
515
|
+
const o = u.getValue(this.createCFormulaId(e, n), ["id"]);
|
|
516
|
+
return o ? o.status === 2 && o.result ? {
|
|
517
|
+
result: o.result.getValue(i, a),
|
|
518
518
|
status: 2
|
|
519
519
|
/* SUCCESS */
|
|
520
|
-
} :
|
|
520
|
+
} : o.status === 3 ? {
|
|
521
521
|
status: 3
|
|
522
522
|
/* WAIT */
|
|
523
523
|
} : {
|
|
@@ -582,10 +582,10 @@ let z = class extends y2 {
|
|
|
582
582
|
return `${r}_${t}`;
|
|
583
583
|
}
|
|
584
584
|
};
|
|
585
|
-
z =
|
|
585
|
+
z = $0([
|
|
586
586
|
E2(0, x(P)),
|
|
587
|
-
E2(1, x(
|
|
588
|
-
E2(2, x(
|
|
587
|
+
E2(1, x(F0)),
|
|
588
|
+
E2(2, x(M))
|
|
589
589
|
], z);
|
|
590
590
|
var V = /* @__PURE__ */ ((s) => (s.preComputingStart = "preComputingStart", s.preComputing = "preComputing", s.preComputingEnd = "preComputingEnd", s.preComputingError = "preComputingError", s))(V || {});
|
|
591
591
|
class F2 {
|
|
@@ -594,11 +594,11 @@ class F2 {
|
|
|
594
594
|
* 3nd-level cache
|
|
595
595
|
*/
|
|
596
596
|
m(this, "_cache");
|
|
597
|
-
m(this, "_preComputingStatus$", new
|
|
597
|
+
m(this, "_preComputingStatus$", new w0(
|
|
598
598
|
"preComputingStart"
|
|
599
599
|
/* preComputingStart */
|
|
600
600
|
));
|
|
601
|
-
m(this, "preComputingStatus$", this._preComputingStatus$.asObservable().pipe(
|
|
601
|
+
m(this, "preComputingStatus$", this._preComputingStatus$.asObservable().pipe(A0()));
|
|
602
602
|
/**
|
|
603
603
|
* 2nd-level cache
|
|
604
604
|
*/
|
|
@@ -661,7 +661,7 @@ class F2 {
|
|
|
661
661
|
});
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
|
-
class
|
|
664
|
+
class W0 extends F2 {
|
|
665
665
|
preComputing(r, t, e) {
|
|
666
666
|
const n = e.rule, i = e.worksheet, a = new O();
|
|
667
667
|
!n.rule.config.every((d) => d.value.type === I.num) && R2(n.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((c) => {
|
|
@@ -673,17 +673,17 @@ class P0 extends F2 {
|
|
|
673
673
|
}
|
|
674
674
|
});
|
|
675
675
|
});
|
|
676
|
-
const
|
|
676
|
+
const o = [...n.rule.config].sort((d, c) => d.index - c.index).map((d) => ({
|
|
677
677
|
value: D2(d.value, a, {
|
|
678
678
|
...e,
|
|
679
679
|
cfId: n.cfId
|
|
680
680
|
}),
|
|
681
681
|
color: new $2(d.color)
|
|
682
682
|
}));
|
|
683
|
-
if (!
|
|
684
|
-
const d =
|
|
683
|
+
if (!o.some((d) => y0(d.value) ? d.value.status !== N.SUCCESS : !1)) {
|
|
684
|
+
const d = o.map((c) => c.color).reduce((c, g, h) => (c.result.push({ color: g, value: c.sortValue[h] }), c), {
|
|
685
685
|
result: [],
|
|
686
|
-
sortValue:
|
|
686
|
+
sortValue: o.map((c) => c.value.result).sort((c, g) => c - g)
|
|
687
687
|
}).result;
|
|
688
688
|
this.setPreComputingCache(d), this._preComputingStatus$.next(V.preComputingEnd);
|
|
689
689
|
return;
|
|
@@ -697,21 +697,21 @@ class P0 extends F2 {
|
|
|
697
697
|
if (i.t === _.NUMBER) {
|
|
698
698
|
const a = Number(i.v);
|
|
699
699
|
if (!Number.isNaN(a))
|
|
700
|
-
return
|
|
700
|
+
return s1(e, a);
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
|
-
const
|
|
704
|
+
const q0 = "sheet-conditional-rule-data-bar", L2 = "#ffbe38", k2 = "#abd91a", Z0 = "#000", G0 = 34, H0 = (s) => {
|
|
705
705
|
const { startRow: r, endRow: t, startColumn: e, endColumn: n } = s;
|
|
706
706
|
return `${r}-${t}-${e}-${n}`;
|
|
707
707
|
};
|
|
708
|
-
class
|
|
708
|
+
class j0 extends q2 {
|
|
709
709
|
constructor() {
|
|
710
710
|
super(...arguments);
|
|
711
711
|
m(this, "_paddingRightAndLeft", 2);
|
|
712
712
|
m(this, "_paddingTopAndBottom", 2);
|
|
713
|
-
m(this, "uKey",
|
|
714
|
-
m(this, "Z_INDEX",
|
|
713
|
+
m(this, "uKey", q0);
|
|
714
|
+
m(this, "Z_INDEX", G0);
|
|
715
715
|
m(this, "_radius", 1);
|
|
716
716
|
}
|
|
717
717
|
// eslint-disable-next-line max-lines-per-function
|
|
@@ -720,46 +720,46 @@ class H0 extends q2 {
|
|
|
720
720
|
if (!a)
|
|
721
721
|
return !1;
|
|
722
722
|
const u = /* @__PURE__ */ new Set();
|
|
723
|
-
t.save(), U.foreach(n.rowColumnSegment, (
|
|
724
|
-
if (!a.getRowVisible(
|
|
723
|
+
t.save(), U.foreach(n.rowColumnSegment, (o, l) => {
|
|
724
|
+
if (!a.getRowVisible(o) || !a.getColVisible(l))
|
|
725
725
|
return;
|
|
726
|
-
const d = n.getCellWithCoordByIndex(
|
|
727
|
-
let D = a.getCell(
|
|
726
|
+
const d = n.getCellWithCoordByIndex(o, l, !1), { isMerged: c, isMergedMainCell: g, mergeInfo: h } = d;
|
|
727
|
+
let D = a.getCell(o, l);
|
|
728
728
|
if (c && (D = a.getCell(h.startRow, h.startColumn)), !(D != null && D.dataBar) || !this.isRenderDiffRangesByCell(h, i))
|
|
729
729
|
return;
|
|
730
730
|
if (c || g) {
|
|
731
|
-
const $ =
|
|
731
|
+
const $ = H0(h);
|
|
732
732
|
if (u.has($))
|
|
733
733
|
return;
|
|
734
734
|
u.add($);
|
|
735
735
|
}
|
|
736
|
-
const { color: f, value: w, startPoint: p, isGradient:
|
|
736
|
+
const { color: f, value: w, startPoint: p, isGradient: y } = D.dataBar, { startX: E, endX: R, startY: b, endY: v2 } = c || g ? h : d, l2 = R - E, p2 = v2 + R0 - b, Z = l2 - this._paddingRightAndLeft * 2, I2 = p2 - this._paddingTopAndBottom * 2;
|
|
737
737
|
if (w > 0) {
|
|
738
738
|
const $ = Math.max(Z * (1 - p / 100) * w / 100, 1), G = E + this._paddingRightAndLeft + p / 100 * Z, H = b + this._paddingTopAndBottom;
|
|
739
|
-
if (
|
|
739
|
+
if (y) {
|
|
740
740
|
const j = t.createLinearGradient(G, H, G + $, H);
|
|
741
741
|
j.addColorStop(0, f), j.addColorStop(1, "rgb(255 255 255)"), t.fillStyle = j, t.strokeStyle = f, t.lineWidth = 1;
|
|
742
742
|
} else
|
|
743
743
|
t.fillStyle = f;
|
|
744
|
-
this._drawRectWithRoundedCorner(t, G, H, $, I2, !1, !0, !0, !1),
|
|
744
|
+
this._drawRectWithRoundedCorner(t, G, H, $, I2, !1, !0, !0, !1), y && t.stroke();
|
|
745
745
|
} else {
|
|
746
746
|
const $ = Math.max(Z * p / 100 * Math.abs(w) / 100, 1), G = E + this._paddingRightAndLeft + p / 100 * Z - $, H = b + this._paddingTopAndBottom;
|
|
747
|
-
if (
|
|
747
|
+
if (y) {
|
|
748
748
|
const j = t.createLinearGradient(G, H, G + $, H);
|
|
749
749
|
j.addColorStop(0, "rgb(255 255 255)"), j.addColorStop(1, f), t.fillStyle = j, t.strokeStyle = f, t.lineWidth = 1;
|
|
750
750
|
} else
|
|
751
751
|
t.fillStyle = f;
|
|
752
|
-
this._drawRectWithRoundedCorner(t, G, H, $, I2, !0, !1, !1, !0),
|
|
752
|
+
this._drawRectWithRoundedCorner(t, G, H, $, I2, !0, !1, !1, !0), y && t.stroke();
|
|
753
753
|
}
|
|
754
754
|
}), t.restore();
|
|
755
755
|
}
|
|
756
|
-
_drawRectWithRoundedCorner(t, e, n, i, a, u,
|
|
756
|
+
_drawRectWithRoundedCorner(t, e, n, i, a, u, o, l, d) {
|
|
757
757
|
const c = this._radius;
|
|
758
|
-
!a || !i || (t.beginPath(), t.moveTo(e + c, n), t.lineTo(e + i - c, n),
|
|
758
|
+
!a || !i || (t.beginPath(), t.moveTo(e + c, n), t.lineTo(e + i - c, n), o ? t.arcTo(e + i, n, e + i, n + c, c) : t.lineTo(e + i, n), t.lineTo(e + i, n + a - c), l ? t.arcTo(e + i, n + a, e + i - c, n + a, c) : t.lineTo(e + i, n + a), t.lineTo(e + c, n + a), d ? t.arcTo(e, n + a, e, n + a - c, c) : t.lineTo(e, n + a), t.lineTo(e, n + c), u ? t.arcTo(e, n, e + c, n, c) : t.lineTo(e, n), t.closePath(), t.fill());
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
|
-
W2.add(
|
|
762
|
-
const
|
|
761
|
+
W2.add(j0);
|
|
762
|
+
const c2 = (s) => Math.max(Math.min(100, s), 0), X0 = (s, r, t) => {
|
|
763
763
|
const e = t(s, r);
|
|
764
764
|
if (e && e.t === _.NUMBER) {
|
|
765
765
|
const n = Number(e.v);
|
|
@@ -767,22 +767,22 @@ const o2 = (s) => Math.max(Math.min(100, s), 0), j0 = (s, r, t) => {
|
|
|
767
767
|
}
|
|
768
768
|
return null;
|
|
769
769
|
};
|
|
770
|
-
class
|
|
770
|
+
class K0 extends F2 {
|
|
771
771
|
preComputing(r, t, e) {
|
|
772
772
|
const n = e.rule, i = n.rule, a = e.worksheet, u = new O();
|
|
773
773
|
![n.rule.config.max, n.rule.config.min].every((h) => h.type === I.num) && R2(n.ranges, a.getMaxRows() - 1, a.getMaxColumns() - 1).forEach((D) => {
|
|
774
774
|
U.foreach(D, (f, w) => {
|
|
775
|
-
const p = e.getCellValue(f, w),
|
|
776
|
-
if (!B(
|
|
777
|
-
const E = Number(
|
|
775
|
+
const p = e.getCellValue(f, w), y = p && p.v;
|
|
776
|
+
if (!B(y) && (p == null ? void 0 : p.t) === _.NUMBER) {
|
|
777
|
+
const E = Number(y);
|
|
778
778
|
!Number.isNaN(E) && u.setValue(f, w, E);
|
|
779
779
|
}
|
|
780
780
|
});
|
|
781
781
|
});
|
|
782
|
-
const
|
|
782
|
+
const l = D2(i.config.min, u, { ...e, cfId: n.cfId }), d = D2(i.config.max, u, { ...e, cfId: n.cfId });
|
|
783
783
|
let c = 0, g = 0;
|
|
784
|
-
if (
|
|
785
|
-
const h = Number(
|
|
784
|
+
if (l.status === N.SUCCESS) {
|
|
785
|
+
const h = Number(l.result);
|
|
786
786
|
c = Number.isNaN(h) ? 0 : h;
|
|
787
787
|
} else {
|
|
788
788
|
this._preComputingStatus$.next(V.preComputing);
|
|
@@ -805,76 +805,76 @@ class X0 extends F2 {
|
|
|
805
805
|
}
|
|
806
806
|
// eslint-disable-next-line complexity
|
|
807
807
|
getCellResult(r, t, e, n) {
|
|
808
|
-
const { min: i, max: a, startPoint: u } = e,
|
|
808
|
+
const { min: i, max: a, startPoint: u } = e, l = n.rule.rule, d = l.isShowValue, c = l.config.isGradient, g = X0(r, t, n.getCellValue);
|
|
809
809
|
if (!(g === null || g < i || i === a || a < i)) {
|
|
810
810
|
if (g === 0)
|
|
811
|
-
return { color:
|
|
811
|
+
return { color: Z0, startPoint: u, value: 0, isGradient: c, isShowValue: d };
|
|
812
812
|
if (i < 0 && a <= 0) {
|
|
813
|
-
const h = a - i, D =
|
|
814
|
-
return D === 0 ? void 0 : { color:
|
|
813
|
+
const h = a - i, D = c2((a - g) / h * 100);
|
|
814
|
+
return D === 0 ? void 0 : { color: l.config.nativeColor || k2, startPoint: u, value: -D, isGradient: c, isShowValue: d };
|
|
815
815
|
} else if (i < 0 && a > 0)
|
|
816
816
|
if (g > 0) {
|
|
817
|
-
const h =
|
|
818
|
-
return h === 0 ? void 0 : { color:
|
|
817
|
+
const h = c2(Math.min(g / a, 1) * 100);
|
|
818
|
+
return h === 0 ? void 0 : { color: l.config.positiveColor || L2, startPoint: u, value: h, isGradient: c, isShowValue: d };
|
|
819
819
|
} else {
|
|
820
|
-
const h =
|
|
821
|
-
return h === 0 ? void 0 : { color:
|
|
820
|
+
const h = c2(Math.min(Math.abs(g) / Math.abs(i), 1) * 100);
|
|
821
|
+
return h === 0 ? void 0 : { color: l.config.nativeColor || k2, startPoint: u, value: -h, isGradient: c, isShowValue: d };
|
|
822
822
|
}
|
|
823
823
|
else if (i >= 0 && a > 0) {
|
|
824
|
-
const h = a - i, D = 0, f =
|
|
825
|
-
return f === 0 ? void 0 : { color:
|
|
824
|
+
const h = a - i, D = 0, f = c2((1 - (a - g) / h) * 100);
|
|
825
|
+
return f === 0 ? void 0 : { color: l.config.positiveColor || L2, startPoint: D, value: f, isGradient: c, isShowValue: d };
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
829
|
}
|
|
830
|
-
class
|
|
830
|
+
class Y0 extends F2 {
|
|
831
831
|
// eslint-disable-next-line max-lines-per-function
|
|
832
832
|
preComputing(r, t, e) {
|
|
833
833
|
const n = e.rule.rule, i = e.rule.ranges, u = (() => {
|
|
834
834
|
switch (n.subType) {
|
|
835
835
|
case A.average: {
|
|
836
|
-
let
|
|
836
|
+
let o = 0, l = 0;
|
|
837
837
|
return i.forEach((d) => {
|
|
838
838
|
U.foreach(d, (c, g) => {
|
|
839
839
|
const h = e.getCellValue(c, g), D = W(h || void 0);
|
|
840
|
-
h && h.t === _.NUMBER && D !== void 0 && (
|
|
840
|
+
h && h.t === _.NUMBER && D !== void 0 && (o += Number(D) || 0, l++);
|
|
841
841
|
});
|
|
842
|
-
}), { value:
|
|
842
|
+
}), { value: o / l, type: n.subType };
|
|
843
843
|
}
|
|
844
844
|
case A.uniqueValues:
|
|
845
845
|
case A.duplicateValues: {
|
|
846
|
-
const
|
|
847
|
-
return i.forEach((
|
|
848
|
-
U.foreach(
|
|
846
|
+
const o = /* @__PURE__ */ new Map();
|
|
847
|
+
return i.forEach((l) => {
|
|
848
|
+
U.foreach(l, (d, c) => {
|
|
849
849
|
const g = e.getCellValue(d, c), h = W(g || void 0);
|
|
850
850
|
if (h !== void 0) {
|
|
851
|
-
const D =
|
|
852
|
-
D ?
|
|
851
|
+
const D = o.get(h);
|
|
852
|
+
D ? o.set(h, D + 1) : o.set(h, 1);
|
|
853
853
|
}
|
|
854
854
|
});
|
|
855
|
-
}), { value:
|
|
855
|
+
}), { value: o, type: n.subType };
|
|
856
856
|
}
|
|
857
857
|
case A.rank: {
|
|
858
|
-
let
|
|
858
|
+
let o = [];
|
|
859
859
|
i.forEach((c) => {
|
|
860
860
|
U.foreach(c, (g, h) => {
|
|
861
861
|
const D = e.getCellValue(g, h), f = W(D || void 0);
|
|
862
|
-
D && D.t === _.NUMBER && f !== void 0 &&
|
|
862
|
+
D && D.t === _.NUMBER && f !== void 0 && o.push(Number(f) || 0);
|
|
863
863
|
});
|
|
864
|
-
}),
|
|
865
|
-
const
|
|
866
|
-
if (
|
|
867
|
-
|
|
868
|
-
const c = J.clamp(
|
|
869
|
-
return { value:
|
|
864
|
+
}), o.sort((c, g) => g - c);
|
|
865
|
+
const l = e.rule.rule;
|
|
866
|
+
if (l.isPercent) {
|
|
867
|
+
l.isBottom && (o = o.toReversed());
|
|
868
|
+
const c = J.clamp(l.value, 0, 100) / 100, g = Math.floor(c * o.length), h = J.clamp(g - 1, 0, o.length - 1);
|
|
869
|
+
return { value: o[h], type: n.subType };
|
|
870
870
|
}
|
|
871
|
-
const d = Math.floor(J.clamp(
|
|
872
|
-
return
|
|
871
|
+
const d = Math.floor(J.clamp(l.isBottom ? l.value - 1 : l.value, 0, o.length));
|
|
872
|
+
return l.isBottom ? { value: o[o.length - d - 1], type: n.subType } : { value: o[Math.max(d - 1, 0)], type: n.subType };
|
|
873
873
|
}
|
|
874
874
|
case A.formula: {
|
|
875
|
-
const
|
|
876
|
-
|
|
877
|
-
const d =
|
|
875
|
+
const o = n, l = e.accessor.get(z);
|
|
876
|
+
l.registerFormulaWithRange(e.unitId, e.subUnitId, e.rule.cfId, o.value, e.rule.ranges);
|
|
877
|
+
const d = l.getFormulaMatrix(e.unitId, e.subUnitId, e.rule.cfId, o.value);
|
|
878
878
|
return d && d.status === N.SUCCESS ? (this._preComputingStatus$.next(V.preComputingEnd), {
|
|
879
879
|
value: d.result,
|
|
880
880
|
type: n.subType
|
|
@@ -973,12 +973,12 @@ class K0 extends F2 {
|
|
|
973
973
|
return (() => {
|
|
974
974
|
switch (a.subType) {
|
|
975
975
|
case A.number: {
|
|
976
|
-
const
|
|
977
|
-
return d ? B(
|
|
976
|
+
const l = i && Number(i.v), d = (i == null ? void 0 : i.t) === _.NUMBER, c = a;
|
|
977
|
+
return d ? B(l) || Number.isNaN(l) ? void 0 : r2({ operator: c.operator, value: c.value || 0 }, l || 0) : !![F.notEqual, F.notBetween].includes(c.operator);
|
|
978
978
|
}
|
|
979
979
|
case A.text: {
|
|
980
|
-
const
|
|
981
|
-
switch (
|
|
980
|
+
const l = a, d = W(i), c = d === null ? "" : String(d), g = l.value || "";
|
|
981
|
+
switch (l.operator) {
|
|
982
982
|
case L.beginsWith:
|
|
983
983
|
return c.startsWith(g);
|
|
984
984
|
case L.containsBlanks:
|
|
@@ -1004,17 +1004,17 @@ class K0 extends F2 {
|
|
|
1004
1004
|
}
|
|
1005
1005
|
}
|
|
1006
1006
|
case A.timePeriod: {
|
|
1007
|
-
const
|
|
1008
|
-
if (B(
|
|
1007
|
+
const l = W(i);
|
|
1008
|
+
if (B(l) || Number.isNaN(Number(l)) || (i == null ? void 0 : i.t) !== _.NUMBER || !e)
|
|
1009
1009
|
return;
|
|
1010
|
-
const d =
|
|
1010
|
+
const d = n1(Number(l)), { start: c, end: g } = e.value;
|
|
1011
1011
|
return d >= c && d <= g;
|
|
1012
1012
|
}
|
|
1013
1013
|
case A.average: {
|
|
1014
|
-
const
|
|
1014
|
+
const l = i && i.v, d = Number(l), c = (i == null ? void 0 : i.t) === _.NUMBER, g = a;
|
|
1015
1015
|
if (!c)
|
|
1016
1016
|
return F.notEqual === g.operator;
|
|
1017
|
-
if (B(
|
|
1017
|
+
if (B(l) || Number.isNaN(d) || !e)
|
|
1018
1018
|
return !1;
|
|
1019
1019
|
const h = e.value;
|
|
1020
1020
|
switch (g.operator) {
|
|
@@ -1035,29 +1035,29 @@ class K0 extends F2 {
|
|
|
1035
1035
|
}
|
|
1036
1036
|
}
|
|
1037
1037
|
case A.rank: {
|
|
1038
|
-
const
|
|
1039
|
-
if (B(
|
|
1038
|
+
const l = W(i), d = Number(l);
|
|
1039
|
+
if (B(l) || Number.isNaN(d) || (i == null ? void 0 : i.t) !== _.NUMBER || !e)
|
|
1040
1040
|
return !1;
|
|
1041
1041
|
const c = e.value;
|
|
1042
1042
|
return a.isBottom ? d <= c : d >= c;
|
|
1043
1043
|
}
|
|
1044
1044
|
case A.uniqueValues: {
|
|
1045
|
-
const
|
|
1046
|
-
return B(
|
|
1045
|
+
const l = W(i);
|
|
1046
|
+
return B(l) || !e ? !1 : e.value.get(l) === 1;
|
|
1047
1047
|
}
|
|
1048
1048
|
case A.duplicateValues: {
|
|
1049
|
-
const
|
|
1050
|
-
return B(
|
|
1049
|
+
const l = W(i);
|
|
1050
|
+
return B(l) || !e ? !1 : e.value.get(l) !== 1;
|
|
1051
1051
|
}
|
|
1052
1052
|
case A.formula: {
|
|
1053
|
-
const
|
|
1054
|
-
return
|
|
1053
|
+
const l = e == null ? void 0 : e.value;
|
|
1054
|
+
return l ? l.getValue(r, t) === !0 : !1;
|
|
1055
1055
|
}
|
|
1056
1056
|
}
|
|
1057
1057
|
})() ? a.style : {};
|
|
1058
1058
|
}
|
|
1059
1059
|
}
|
|
1060
|
-
const
|
|
1060
|
+
const J0 = (s, r, t) => {
|
|
1061
1061
|
const e = t(s, r);
|
|
1062
1062
|
if (e && e.t === _.NUMBER) {
|
|
1063
1063
|
const n = Number(e.v);
|
|
@@ -1065,7 +1065,7 @@ const Y0 = (s, r, t) => {
|
|
|
1065
1065
|
}
|
|
1066
1066
|
return null;
|
|
1067
1067
|
};
|
|
1068
|
-
class
|
|
1068
|
+
class z0 extends F2 {
|
|
1069
1069
|
preComputing(r, t, e) {
|
|
1070
1070
|
const n = e.rule.rule, i = e.worksheet, a = new O();
|
|
1071
1071
|
!n.config.every((d) => d.value.type === I.num) && R2(e.rule.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((c) => {
|
|
@@ -1077,9 +1077,9 @@ class J0 extends F2 {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
});
|
|
1079
1079
|
});
|
|
1080
|
-
const
|
|
1081
|
-
if (!
|
|
1082
|
-
const d =
|
|
1080
|
+
const o = n.config.map((d) => D2(d.value, a, { ...e, cfId: e.rule.cfId }));
|
|
1081
|
+
if (!o.some((d) => d.status !== N.SUCCESS)) {
|
|
1082
|
+
const d = o.map((c, g) => ({
|
|
1083
1083
|
operator: n.config[g].operator,
|
|
1084
1084
|
value: Number(c.result) || 0
|
|
1085
1085
|
})).reduce((c, g, h, D) => {
|
|
@@ -1100,44 +1100,44 @@ class J0 extends F2 {
|
|
|
1100
1100
|
getCellResult(r, t, e, n) {
|
|
1101
1101
|
if (!e)
|
|
1102
1102
|
return null;
|
|
1103
|
-
const i =
|
|
1103
|
+
const i = J0(r, t, n.getCellValue);
|
|
1104
1104
|
if (i === null)
|
|
1105
1105
|
return;
|
|
1106
1106
|
const a = n.rule.rule, u = a.isShowValue === void 0 ? !0 : !!a.isShowValue;
|
|
1107
|
-
for (let
|
|
1108
|
-
const
|
|
1109
|
-
if (
|
|
1110
|
-
if (r2(
|
|
1107
|
+
for (let o = 0; o < e.length; o++) {
|
|
1108
|
+
const l = e[o], d = { ...l }, c = { ...l }, { iconId: g, iconType: h } = l;
|
|
1109
|
+
if (o === 0) {
|
|
1110
|
+
if (r2(l, i))
|
|
1111
1111
|
return { iconId: g, iconType: h, isShowValue: u };
|
|
1112
1112
|
} else {
|
|
1113
|
-
if (
|
|
1113
|
+
if (o === e.length - 1)
|
|
1114
1114
|
return { iconId: g, iconType: h, isShowValue: u };
|
|
1115
1115
|
{
|
|
1116
|
-
const D = e[
|
|
1117
|
-
if (c.operator =
|
|
1116
|
+
const D = e[o - 1];
|
|
1117
|
+
if (c.operator = r1(D.operator), c.value = D.value, r2(d, i) && r2(c, i))
|
|
1118
1118
|
return { iconId: g, iconType: h, isShowValue: u };
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
|
-
var
|
|
1125
|
-
for (var n = e > 1 ? void 0 : e ?
|
|
1124
|
+
var Q0 = Object.getOwnPropertyDescriptor, e1 = (s, r, t, e) => {
|
|
1125
|
+
for (var n = e > 1 ? void 0 : e ? Q0(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
1126
1126
|
(a = s[i]) && (n = a(n) || n);
|
|
1127
1127
|
return n;
|
|
1128
|
-
},
|
|
1128
|
+
}, u2 = (s, r) => (t, e) => r(t, e, s);
|
|
1129
1129
|
const A2 = 1e3 * 3 * 3;
|
|
1130
|
-
let Q = class extends
|
|
1130
|
+
let Q = class extends M2 {
|
|
1131
1131
|
constructor(r, t, e, n) {
|
|
1132
1132
|
super();
|
|
1133
1133
|
// Map<unitID ,<sheetId ,ObjectMatrix>>
|
|
1134
1134
|
m(this, "_calculateUnitManagers", /* @__PURE__ */ new Map());
|
|
1135
|
-
m(this, "_rTreeManager", new
|
|
1135
|
+
m(this, "_rTreeManager", new J2());
|
|
1136
1136
|
/**
|
|
1137
1137
|
* 1nd-level cache
|
|
1138
1138
|
*/
|
|
1139
1139
|
m(this, "_cellCache", new O2(A2));
|
|
1140
|
-
m(this, "_markDirty$", new
|
|
1140
|
+
m(this, "_markDirty$", new g2());
|
|
1141
1141
|
/**
|
|
1142
1142
|
* The rendering layer listens to this variable to determine whether a reRender is necessary.
|
|
1143
1143
|
* @memberof ConditionalFormattingViewModel
|
|
@@ -1169,14 +1169,14 @@ let Q = class extends y2 {
|
|
|
1169
1169
|
* Here,multiple dirties are merged into one..
|
|
1170
1170
|
*/
|
|
1171
1171
|
m(this, "markRuleDirty", (() => {
|
|
1172
|
-
const r = new
|
|
1173
|
-
return this.disposeWithMe(r.pipe(
|
|
1172
|
+
const r = new g2();
|
|
1173
|
+
return this.disposeWithMe(r.pipe(x0(100), _0((t) => !!t.length), M0((t) => {
|
|
1174
1174
|
const e = /* @__PURE__ */ new Set(), n = [];
|
|
1175
1175
|
return t.forEach((i) => {
|
|
1176
1176
|
const a = `${i.unitId}_${i.subUnitId}_${i.cfId}`;
|
|
1177
1177
|
if (e.has(a)) {
|
|
1178
1178
|
if (i.isNeedResetPreComputingCache) {
|
|
1179
|
-
const u = n.find((
|
|
1179
|
+
const u = n.find((o) => o.cfId === i.cfId);
|
|
1180
1180
|
u.isNeedResetPreComputingCache = !0;
|
|
1181
1181
|
}
|
|
1182
1182
|
return;
|
|
@@ -1209,8 +1209,8 @@ let Q = class extends y2 {
|
|
|
1209
1209
|
}
|
|
1210
1210
|
_getCellCfs(r, t, e, n) {
|
|
1211
1211
|
var d;
|
|
1212
|
-
const i = (d = this._conditionalFormattingRuleModel.getSubunitRules(r, t)) != null ? d : [], a = this._ensureCalculateUnitManager(r, t), u = this._rTreeManager.bulkSearch([{ unitId: r, sheetId: t, range: { startColumn: n, endColumn: n, startRow: e, endRow: e } }]),
|
|
1213
|
-
return
|
|
1212
|
+
const i = (d = this._conditionalFormattingRuleModel.getSubunitRules(r, t)) != null ? d : [], a = this._ensureCalculateUnitManager(r, t), u = this._rTreeManager.bulkSearch([{ unitId: r, sheetId: t, range: { startColumn: n, endColumn: n, startRow: e, endRow: e } }]), o = i.filter((c) => u.has(c.cfId));
|
|
1213
|
+
return o.length ? o.map((c) => {
|
|
1214
1214
|
const g = a.get(c.cfId);
|
|
1215
1215
|
return g ? {
|
|
1216
1216
|
cfId: c.cfId,
|
|
@@ -1237,29 +1237,29 @@ let Q = class extends y2 {
|
|
|
1237
1237
|
const { unitId: t, subUnitId: e, rule: n } = r, { cfId: i, ranges: a } = n, u = this._ensureCalculateUnitManager(t, e);
|
|
1238
1238
|
switch (this.markRuleDirty(t, e, i), r.type) {
|
|
1239
1239
|
case "add": {
|
|
1240
|
-
this._rTreeManager.bulkInsert(a.map((
|
|
1241
|
-
const
|
|
1242
|
-
if (!
|
|
1240
|
+
this._rTreeManager.bulkInsert(a.map((l) => ({ unitId: t, sheetId: e, id: i, range: l })));
|
|
1241
|
+
const o = this._createRuleCalculateUnitInstance(t, e, n);
|
|
1242
|
+
if (!o)
|
|
1243
1243
|
return;
|
|
1244
|
-
u.set(n.cfId,
|
|
1244
|
+
u.set(n.cfId, o);
|
|
1245
1245
|
break;
|
|
1246
1246
|
}
|
|
1247
1247
|
case "delete": {
|
|
1248
|
-
this._rTreeManager.bulkRemove(a.map((
|
|
1248
|
+
this._rTreeManager.bulkRemove(a.map((o) => ({ unitId: t, sheetId: e, id: i, range: o }))), u.delete(n.cfId);
|
|
1249
1249
|
break;
|
|
1250
1250
|
}
|
|
1251
1251
|
case "set": {
|
|
1252
|
-
const
|
|
1253
|
-
if (this._rTreeManager.bulkRemove(
|
|
1254
|
-
const
|
|
1255
|
-
if (!
|
|
1252
|
+
const o = r.oldRule;
|
|
1253
|
+
if (this._rTreeManager.bulkRemove(o.ranges.map((l) => ({ unitId: t, sheetId: e, id: o.cfId, range: l }))), this._rTreeManager.bulkInsert(a.map((l) => ({ unitId: t, sheetId: e, id: i, range: l }))), o.rule.type !== n.rule.type) {
|
|
1254
|
+
const l = this._createRuleCalculateUnitInstance(t, e, n);
|
|
1255
|
+
if (!l)
|
|
1256
1256
|
return;
|
|
1257
|
-
u.delete(
|
|
1257
|
+
u.delete(o.cfId), u.set(n.cfId, l);
|
|
1258
1258
|
} else {
|
|
1259
|
-
const
|
|
1260
|
-
if (!
|
|
1259
|
+
const l = u.get(o.cfId);
|
|
1260
|
+
if (!l)
|
|
1261
1261
|
return;
|
|
1262
|
-
|
|
1262
|
+
l.updateRule(n);
|
|
1263
1263
|
}
|
|
1264
1264
|
}
|
|
1265
1265
|
}
|
|
@@ -1284,17 +1284,17 @@ let Q = class extends y2 {
|
|
|
1284
1284
|
accessor: this._injector,
|
|
1285
1285
|
rule: e,
|
|
1286
1286
|
limit: A2,
|
|
1287
|
-
getCellValue: (u,
|
|
1287
|
+
getCellValue: (u, o) => i.getCellRaw(u, o) || {}
|
|
1288
1288
|
};
|
|
1289
1289
|
switch (e.rule.type) {
|
|
1290
1290
|
case S.colorScale:
|
|
1291
|
-
return new
|
|
1291
|
+
return new W0(a);
|
|
1292
1292
|
case S.dataBar:
|
|
1293
|
-
return new X0(a);
|
|
1294
|
-
case S.highlightCell:
|
|
1295
1293
|
return new K0(a);
|
|
1294
|
+
case S.highlightCell:
|
|
1295
|
+
return new Y0(a);
|
|
1296
1296
|
case S.iconSet:
|
|
1297
|
-
return new
|
|
1297
|
+
return new z0(a);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
_createCacheKey(r, t, e, n) {
|
|
@@ -1310,11 +1310,11 @@ let Q = class extends y2 {
|
|
|
1310
1310
|
}));
|
|
1311
1311
|
}
|
|
1312
1312
|
};
|
|
1313
|
-
Q =
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1313
|
+
Q = e1([
|
|
1314
|
+
u2(0, x(y2)),
|
|
1315
|
+
u2(1, x(M)),
|
|
1316
|
+
u2(2, x(z)),
|
|
1317
|
+
u2(3, q)
|
|
1318
1318
|
], Q);
|
|
1319
1319
|
function C2(s, r) {
|
|
1320
1320
|
return Math.abs(s - r) < Number.EPSILON;
|
|
@@ -1328,7 +1328,7 @@ const B = (s) => [void 0, null].includes(s), W = (s) => {
|
|
|
1328
1328
|
const r = s.v, t = (n = (e = s.p) == null ? void 0 : e.body) == null ? void 0 : n.dataStream.replace(/\r\n$/, "");
|
|
1329
1329
|
return B(r) ? B(t) ? null : t : r;
|
|
1330
1330
|
}, x2 = 86400;
|
|
1331
|
-
function
|
|
1331
|
+
function t1(s, r = !0) {
|
|
1332
1332
|
if (r && s >= 0) {
|
|
1333
1333
|
if (s === 0)
|
|
1334
1334
|
return [1900, 1, 0];
|
|
@@ -1347,13 +1347,13 @@ function e1(s, r = !0) {
|
|
|
1347
1347
|
const u = i + 2 - 12 * t;
|
|
1348
1348
|
return [100 * (e - 49) + n + t | 0, u | 0, a | 0];
|
|
1349
1349
|
}
|
|
1350
|
-
const
|
|
1350
|
+
const n1 = (s) => {
|
|
1351
1351
|
let r = s | 0;
|
|
1352
1352
|
const t = x2 * (s - r);
|
|
1353
1353
|
let e = Math.floor(t);
|
|
1354
1354
|
t - e > 0.9999 && (e += 1, e === x2 && (e = 0, r += 1));
|
|
1355
|
-
const n = e < 0 ? x2 + e : e, [i, a, u] =
|
|
1356
|
-
return v(`${i}/${a}/${u} ${
|
|
1355
|
+
const n = e < 0 ? x2 + e : e, [i, a, u] = t1(s, !0), o = Math.floor(n / 60 / 60) % 60, l = Math.floor(n / 60) % 60, d = Math.floor(n) % 60;
|
|
1356
|
+
return v(`${i}/${a}/${u} ${o}:${l}:${d}`).valueOf();
|
|
1357
1357
|
}, D2 = (s, r, t) => {
|
|
1358
1358
|
switch (s.type) {
|
|
1359
1359
|
case I.max: {
|
|
@@ -1376,8 +1376,8 @@ const t1 = (s) => {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
case I.percent: {
|
|
1378
1378
|
let e, n;
|
|
1379
|
-
r.forValue((u,
|
|
1380
|
-
(e === void 0 || n === void 0) && (e =
|
|
1379
|
+
r.forValue((u, o, l) => {
|
|
1380
|
+
(e === void 0 || n === void 0) && (e = l, n = l), l > e && (e = l), l < n && (n = l);
|
|
1381
1381
|
});
|
|
1382
1382
|
const i = (e || 0) - (n || 0), a = Math.max(Math.min(Number(s.value) || 0, 100), 0);
|
|
1383
1383
|
return {
|
|
@@ -1386,15 +1386,15 @@ const t1 = (s) => {
|
|
|
1386
1386
|
};
|
|
1387
1387
|
}
|
|
1388
1388
|
case I.percentile: {
|
|
1389
|
-
const e = r.toNativeArray().sort((
|
|
1389
|
+
const e = r.toNativeArray().sort((l, d) => l - d), n = Math.max(Math.min(Number(s.value) || 0, 100), 0), i = (e.length - 1) * n / 100, a = Math.floor(i), u = i - a, o = e[a] + (e[Math.min(a + 1, e.length - 1)] - e[a]) * u;
|
|
1390
1390
|
return {
|
|
1391
1391
|
status: N.SUCCESS,
|
|
1392
|
-
result:
|
|
1392
|
+
result: o
|
|
1393
1393
|
};
|
|
1394
1394
|
}
|
|
1395
1395
|
case I.formula: {
|
|
1396
|
-
const { accessor: e, unitId: n, subUnitId: i, cfId: a } = t, u = String(s.value),
|
|
1397
|
-
return
|
|
1396
|
+
const { accessor: e, unitId: n, subUnitId: i, cfId: a } = t, u = String(s.value), o = e.get(z);
|
|
1397
|
+
return o.registerFormulaWithRange(n, i, a, u), o.getFormulaResultWithCoords(n, i, a, u);
|
|
1398
1398
|
}
|
|
1399
1399
|
case I.num:
|
|
1400
1400
|
default: {
|
|
@@ -1405,14 +1405,14 @@ const t1 = (s) => {
|
|
|
1405
1405
|
};
|
|
1406
1406
|
}
|
|
1407
1407
|
}
|
|
1408
|
-
},
|
|
1408
|
+
}, Z1 = (s, r, t, e) => {
|
|
1409
1409
|
const { accessor: n } = e, i = n.get(Q), a = new O();
|
|
1410
1410
|
return t.ranges.forEach((u) => {
|
|
1411
|
-
U.foreach(u, (
|
|
1412
|
-
const d = i.getCellCfs(s, r,
|
|
1411
|
+
U.foreach(u, (o, l) => {
|
|
1412
|
+
const d = i.getCellCfs(s, r, o, l);
|
|
1413
1413
|
if (d) {
|
|
1414
1414
|
const c = d.find((g) => g.cfId === t.cfId);
|
|
1415
|
-
c != null && c.result && a.setValue(
|
|
1415
|
+
c != null && c.result && a.setValue(o, l, c.result);
|
|
1416
1416
|
}
|
|
1417
1417
|
});
|
|
1418
1418
|
}), a;
|
|
@@ -1457,7 +1457,7 @@ const t1 = (s) => {
|
|
|
1457
1457
|
default:
|
|
1458
1458
|
return !1;
|
|
1459
1459
|
}
|
|
1460
|
-
},
|
|
1460
|
+
}, r1 = (s) => {
|
|
1461
1461
|
switch (s) {
|
|
1462
1462
|
case F.greaterThan:
|
|
1463
1463
|
return F.lessThanOrEqual;
|
|
@@ -1469,16 +1469,16 @@ const t1 = (s) => {
|
|
|
1469
1469
|
return F.greaterThan;
|
|
1470
1470
|
}
|
|
1471
1471
|
return s;
|
|
1472
|
-
},
|
|
1472
|
+
}, s1 = (s, r) => {
|
|
1473
1473
|
const t = (i) => i.a !== void 0 ? i : { ...i, a: 1 }, e = s.findIndex((i) => i.value >= r), n = e - 1;
|
|
1474
1474
|
if (e === 0)
|
|
1475
1475
|
return s[0].color.toRgbString();
|
|
1476
1476
|
if (n >= 0) {
|
|
1477
1477
|
const i = s[n], a = s[e];
|
|
1478
1478
|
if (i.color.isValid && a.color.isValid) {
|
|
1479
|
-
const u = t(i.color.toRgb()),
|
|
1479
|
+
const u = t(i.color.toRgb()), o = t(a.color.toRgb()), l = a.value - i.value, d = (r - i.value) / l, c = ["r", "g", "b", "a"].reduce((h, D) => {
|
|
1480
1480
|
const f = u[D];
|
|
1481
|
-
return h[D] = (
|
|
1481
|
+
return h[D] = (o[D] - f) * d + f, h;
|
|
1482
1482
|
}, {});
|
|
1483
1483
|
return new $2(c).toRgbString();
|
|
1484
1484
|
}
|
|
@@ -1490,24 +1490,24 @@ const t1 = (s) => {
|
|
|
1490
1490
|
const n = { ...e };
|
|
1491
1491
|
return n.endRow = Math.min(n.endRow, r), n.endColumn = Math.min(n.endColumn, t), n;
|
|
1492
1492
|
}).filter((e) => !!e);
|
|
1493
|
-
function
|
|
1493
|
+
function G1(s) {
|
|
1494
1494
|
let r = 0;
|
|
1495
1495
|
return new O(s).forValue((t, e, n) => {
|
|
1496
1496
|
r = Math.max(Number.isNaN(r) ? 0 : r, Number(n));
|
|
1497
1497
|
}), r;
|
|
1498
1498
|
}
|
|
1499
|
-
const s1 = { 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" }, i1 = { 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" }, a1 = { 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" }, l1 = { 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" }, o1 = { 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" }, c1 = /* @__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"}'), u1 = { 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", "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" }, d1 = { 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" }, h1 = { "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" }, g1 = { "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 = {
|
|
1500
|
-
feedback:
|
|
1501
|
-
star:
|
|
1502
|
-
progress:
|
|
1499
|
+
const i1 = { 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" }, a1 = { 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%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%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%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" }, o1 = { 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" }, l1 = { 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" }, c1 = { 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" }, u1 = /* @__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"}'), d1 = { 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", "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" }, h1 = { 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" }, g1 = { "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" }, C1 = { "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 = {
|
|
1500
|
+
feedback: i1,
|
|
1501
|
+
star: a1,
|
|
1502
|
+
progress: o1,
|
|
1503
1503
|
signal: l1,
|
|
1504
|
-
feeling:
|
|
1505
|
-
arrow:
|
|
1506
|
-
shape:
|
|
1507
|
-
feedback2:
|
|
1508
|
-
flag:
|
|
1509
|
-
cell:
|
|
1510
|
-
},
|
|
1504
|
+
feeling: c1,
|
|
1505
|
+
arrow: u1,
|
|
1506
|
+
shape: d1,
|
|
1507
|
+
feedback2: h1,
|
|
1508
|
+
flag: g1,
|
|
1509
|
+
cell: C1
|
|
1510
|
+
}, D1 = [
|
|
1511
1511
|
{
|
|
1512
1512
|
title: "sheet.cf.iconSet.direction",
|
|
1513
1513
|
group: [
|
|
@@ -1588,7 +1588,7 @@ const s1 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%2
|
|
|
1588
1588
|
}
|
|
1589
1589
|
]
|
|
1590
1590
|
}
|
|
1591
|
-
], f2 =
|
|
1591
|
+
], f2 = D1.reduce((s, r) => {
|
|
1592
1592
|
const { group: t } = r;
|
|
1593
1593
|
for (const e of t)
|
|
1594
1594
|
s[e.name] = e.list;
|
|
@@ -1598,13 +1598,13 @@ for (const s in f2) {
|
|
|
1598
1598
|
const r = f2[s];
|
|
1599
1599
|
Object.freeze(r);
|
|
1600
1600
|
}
|
|
1601
|
-
const
|
|
1602
|
-
var
|
|
1603
|
-
for (var n = e > 1 ? void 0 : e ?
|
|
1601
|
+
const f1 = "EMPTY_ICON_TYPE", m1 = "ssheets-conditional-formatting.config", B2 = {};
|
|
1602
|
+
var w1 = Object.getOwnPropertyDescriptor, F1 = (s, r, t, e) => {
|
|
1603
|
+
for (var n = e > 1 ? void 0 : e ? w1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
1604
1604
|
(a = s[i]) && (n = a(n) || n);
|
|
1605
1605
|
return n;
|
|
1606
1606
|
}, Y = (s, r) => (t, e) => r(t, e, s);
|
|
1607
|
-
let s2 = class extends
|
|
1607
|
+
let s2 = class extends M2 {
|
|
1608
1608
|
constructor(s, r, t, e, n, i) {
|
|
1609
1609
|
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();
|
|
1610
1610
|
}
|
|
@@ -1614,23 +1614,23 @@ let s2 = class extends y2 {
|
|
|
1614
1614
|
composeStyle(s, r, t, e) {
|
|
1615
1615
|
const n = this._conditionalFormattingViewModelV2.getCellCfs(s, r, t, e);
|
|
1616
1616
|
if (n && (n != null && n.length)) {
|
|
1617
|
-
const i = n.map((
|
|
1618
|
-
return a > -1 && i.splice(a + 1), i.reduce((
|
|
1617
|
+
const i = n.map((o) => this._conditionalFormattingRuleModel.getRule(s, r, o.cfId)).filter((o) => !!o).reverse(), a = i.findIndex((o) => o == null ? void 0 : o.stopIfTrue);
|
|
1618
|
+
return a > -1 && i.splice(a + 1), i.reduce((o, l) => {
|
|
1619
1619
|
var g;
|
|
1620
|
-
const d =
|
|
1620
|
+
const d = l.rule.type, c = n.find((h) => h.cfId === l.cfId);
|
|
1621
1621
|
if (d === S.highlightCell)
|
|
1622
|
-
c.result && P2(
|
|
1622
|
+
c.result && P2(o, { style: c.result });
|
|
1623
1623
|
else if (d === S.colorScale) {
|
|
1624
1624
|
const h = c == null ? void 0 : c.result;
|
|
1625
|
-
h && typeof h == "string" && (
|
|
1625
|
+
h && typeof h == "string" && (o.style = { ...(g = o.style) != null ? g : {}, bg: { rgb: h } });
|
|
1626
1626
|
} else if (d === S.dataBar) {
|
|
1627
1627
|
const h = c == null ? void 0 : c.result;
|
|
1628
|
-
h && (
|
|
1628
|
+
h && (o.dataBar = h, o.isShowValue = h.isShowValue);
|
|
1629
1629
|
} else if (d === S.iconSet) {
|
|
1630
1630
|
const h = c == null ? void 0 : c.result;
|
|
1631
|
-
h && (
|
|
1631
|
+
h && (o.iconSet = h, o.isShowValue = h.isShowValue);
|
|
1632
1632
|
}
|
|
1633
|
-
return
|
|
1633
|
+
return o;
|
|
1634
1634
|
}, {});
|
|
1635
1635
|
}
|
|
1636
1636
|
return null;
|
|
@@ -1657,7 +1657,7 @@ let s2 = class extends y2 {
|
|
|
1657
1657
|
toJson: (t) => s(t),
|
|
1658
1658
|
parseJson: (t) => r(t),
|
|
1659
1659
|
onUnLoad: (t) => {
|
|
1660
|
-
this._conditionalFormattingRuleModel.deleteUnitId(t), !
|
|
1660
|
+
this._conditionalFormattingRuleModel.deleteUnitId(t), !Q2(t) && this._conditionalFormattingViewModelV2.dispose();
|
|
1661
1661
|
},
|
|
1662
1662
|
onLoad: (t, e) => {
|
|
1663
1663
|
Object.keys(e).forEach((n) => {
|
|
@@ -1673,8 +1673,8 @@ let s2 = class extends y2 {
|
|
|
1673
1673
|
this.disposeWithMe(
|
|
1674
1674
|
this._sheetInterceptorService.interceptCommand({
|
|
1675
1675
|
getMutations: (s) => {
|
|
1676
|
-
if (s.id ===
|
|
1677
|
-
const r = s.params, t = r.unitId ||
|
|
1676
|
+
if (s.id === o0.id) {
|
|
1677
|
+
const r = s.params, t = r.unitId || v1(this._univerInstanceService), e = r.subUnitId || p1(this._univerInstanceService);
|
|
1678
1678
|
if (!e)
|
|
1679
1679
|
return { redos: [], undos: [] };
|
|
1680
1680
|
const n = this._conditionalFormattingRuleModel.getSubunitRules(t, e);
|
|
@@ -1682,19 +1682,38 @@ let s2 = class extends y2 {
|
|
|
1682
1682
|
return { redos: [], undos: [] };
|
|
1683
1683
|
const i = [], a = [];
|
|
1684
1684
|
return n.forEach((u) => {
|
|
1685
|
-
const
|
|
1685
|
+
const o = {
|
|
1686
1686
|
unitId: t,
|
|
1687
1687
|
subUnitId: e,
|
|
1688
1688
|
cfId: u.cfId
|
|
1689
1689
|
};
|
|
1690
1690
|
i.push({
|
|
1691
1691
|
id: K.id,
|
|
1692
|
-
params:
|
|
1693
|
-
}), a.push(...w2(this._injector,
|
|
1692
|
+
params: o
|
|
1693
|
+
}), a.push(...w2(this._injector, o));
|
|
1694
1694
|
}), {
|
|
1695
1695
|
redos: i,
|
|
1696
1696
|
undos: a
|
|
1697
1697
|
};
|
|
1698
|
+
} else if (s.id === l0.id) {
|
|
1699
|
+
const r = s.params, { unitId: t, subUnitId: e, targetSubUnitId: n } = r;
|
|
1700
|
+
if (!t || !e || !n)
|
|
1701
|
+
return { redos: [], undos: [] };
|
|
1702
|
+
const i = this._conditionalFormattingRuleModel.getSubunitRules(t, e);
|
|
1703
|
+
if (!i)
|
|
1704
|
+
return { redos: [], undos: [] };
|
|
1705
|
+
const a = [], u = [];
|
|
1706
|
+
return i.forEach((o) => {
|
|
1707
|
+
const l = {
|
|
1708
|
+
unitId: t,
|
|
1709
|
+
subUnitId: n,
|
|
1710
|
+
rule: {
|
|
1711
|
+
...o,
|
|
1712
|
+
cfId: this._conditionalFormattingRuleModel.createCfId(t, n)
|
|
1713
|
+
}
|
|
1714
|
+
};
|
|
1715
|
+
a.push({ id: a2.id, params: l }), u.push(H2(this._injector, l));
|
|
1716
|
+
}), { redos: a, undos: u };
|
|
1698
1717
|
}
|
|
1699
1718
|
return { redos: [], undos: [] };
|
|
1700
1719
|
}
|
|
@@ -1709,75 +1728,75 @@ let s2 = class extends y2 {
|
|
|
1709
1728
|
const r = (t, e, n) => {
|
|
1710
1729
|
const i = /* @__PURE__ */ new Set();
|
|
1711
1730
|
return n.forEach(([a, u]) => {
|
|
1712
|
-
const
|
|
1713
|
-
|
|
1731
|
+
const o = this._conditionalFormattingViewModelV2.getCellCfs(t, e, a, u);
|
|
1732
|
+
o == null || o.forEach((l) => i.add(l.cfId));
|
|
1714
1733
|
}), [...i].map((a) => this._conditionalFormattingRuleModel.getRule(t, e, a)).filter((a) => !!a);
|
|
1715
1734
|
};
|
|
1716
1735
|
switch (s.id) {
|
|
1717
|
-
case
|
|
1736
|
+
case m0.id: {
|
|
1718
1737
|
const t = s.params, { subUnitId: e, unitId: n, cellValue: i } = t, a = [];
|
|
1719
|
-
new O(i).forValue((
|
|
1720
|
-
d && Object.keys(d).some((g) => ["p", "v"].includes(g)) && a.push([
|
|
1721
|
-
}), r(n, e, a).forEach((
|
|
1722
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(n, e,
|
|
1738
|
+
new O(i).forValue((o, l, d) => {
|
|
1739
|
+
d && Object.keys(d).some((g) => ["p", "v"].includes(g)) && a.push([o, l]);
|
|
1740
|
+
}), r(n, e, a).forEach((o) => {
|
|
1741
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(n, e, o.cfId);
|
|
1723
1742
|
});
|
|
1724
1743
|
break;
|
|
1725
1744
|
}
|
|
1726
|
-
case
|
|
1727
|
-
case
|
|
1745
|
+
case f0.id:
|
|
1746
|
+
case D0.id: {
|
|
1728
1747
|
const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n), a = { ...t, endColumn: Number.MAX_SAFE_INTEGER };
|
|
1729
|
-
i && i.filter((
|
|
1730
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(e, n,
|
|
1748
|
+
i && i.filter((o) => o.ranges.some((l) => n2.intersects(l, a))).forEach((o) => {
|
|
1749
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(e, n, o.cfId);
|
|
1731
1750
|
});
|
|
1732
1751
|
break;
|
|
1733
1752
|
}
|
|
1734
|
-
case
|
|
1735
|
-
case
|
|
1753
|
+
case C0.id:
|
|
1754
|
+
case g0.id: {
|
|
1736
1755
|
const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n), a = { ...t, endRow: Number.MAX_SAFE_INTEGER };
|
|
1737
|
-
i && i.filter((
|
|
1738
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(e, n,
|
|
1756
|
+
i && i.filter((o) => o.ranges.some((l) => n2.intersects(l, a))).forEach((o) => {
|
|
1757
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(e, n, o.cfId);
|
|
1739
1758
|
});
|
|
1740
1759
|
break;
|
|
1741
1760
|
}
|
|
1742
|
-
case
|
|
1761
|
+
case h0.id: {
|
|
1743
1762
|
const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i), u = {
|
|
1744
1763
|
startRow: Math.min(t.startRow, e.startRow),
|
|
1745
1764
|
endRow: Number.MAX_SAFE_INTEGER,
|
|
1746
1765
|
startColumn: 0,
|
|
1747
1766
|
endColumn: Number.MAX_SAFE_INTEGER
|
|
1748
1767
|
};
|
|
1749
|
-
a && a.filter((
|
|
1750
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(n, i,
|
|
1768
|
+
a && a.filter((l) => l.ranges.some((d) => n2.intersects(d, u))).forEach((l) => {
|
|
1769
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(n, i, l.cfId);
|
|
1751
1770
|
});
|
|
1752
1771
|
break;
|
|
1753
1772
|
}
|
|
1754
|
-
case
|
|
1773
|
+
case d0.id: {
|
|
1755
1774
|
const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i), u = {
|
|
1756
1775
|
startRow: 0,
|
|
1757
1776
|
endRow: Number.MAX_SAFE_INTEGER,
|
|
1758
1777
|
startColumn: Math.min(t.startColumn, e.startColumn),
|
|
1759
1778
|
endColumn: Number.MAX_SAFE_INTEGER
|
|
1760
1779
|
};
|
|
1761
|
-
a && a.filter((
|
|
1762
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(n, i,
|
|
1780
|
+
a && a.filter((l) => l.ranges.some((d) => n2.intersects(d, u))).forEach((l) => {
|
|
1781
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(n, i, l.cfId);
|
|
1763
1782
|
});
|
|
1764
1783
|
break;
|
|
1765
1784
|
}
|
|
1766
|
-
case
|
|
1785
|
+
case u0.id: {
|
|
1767
1786
|
const { unitId: t, to: e, from: n } = s.params, i = (a) => {
|
|
1768
1787
|
const u = [];
|
|
1769
|
-
new O(a.value).forValue((
|
|
1770
|
-
u.push([
|
|
1771
|
-
}), r(t, a.subUnitId, u).forEach((
|
|
1772
|
-
this._conditionalFormattingViewModelV2.markRuleDirty(t, a.subUnitId,
|
|
1788
|
+
new O(a.value).forValue((l, d) => {
|
|
1789
|
+
u.push([l, d]);
|
|
1790
|
+
}), r(t, a.subUnitId, u).forEach((l) => {
|
|
1791
|
+
this._conditionalFormattingViewModelV2.markRuleDirty(t, a.subUnitId, l.cfId);
|
|
1773
1792
|
});
|
|
1774
1793
|
};
|
|
1775
1794
|
i(e), i(n);
|
|
1776
1795
|
break;
|
|
1777
1796
|
}
|
|
1778
|
-
case
|
|
1797
|
+
case c0.id: {
|
|
1779
1798
|
const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n);
|
|
1780
|
-
i && i.filter((u) => u.ranges.some((
|
|
1799
|
+
i && i.filter((u) => u.ranges.some((o) => n2.intersects(o, t))).forEach((u) => {
|
|
1781
1800
|
this._conditionalFormattingViewModelV2.markRuleDirty(e, n, u.cfId);
|
|
1782
1801
|
});
|
|
1783
1802
|
break;
|
|
@@ -1787,24 +1806,24 @@ let s2 = class extends y2 {
|
|
|
1787
1806
|
);
|
|
1788
1807
|
}
|
|
1789
1808
|
};
|
|
1790
|
-
s2 =
|
|
1791
|
-
Y(0, x(
|
|
1792
|
-
Y(1, x(
|
|
1809
|
+
s2 = F1([
|
|
1810
|
+
Y(0, x(M)),
|
|
1811
|
+
Y(1, x(y2)),
|
|
1793
1812
|
Y(2, x(q)),
|
|
1794
|
-
Y(3, x(
|
|
1795
|
-
Y(4, x(
|
|
1813
|
+
Y(3, x(z2)),
|
|
1814
|
+
Y(4, x(a0)),
|
|
1796
1815
|
Y(5, x(P))
|
|
1797
1816
|
], s2);
|
|
1798
|
-
const
|
|
1817
|
+
const v1 = (s) => s.getCurrentUnitForType(m2.UNIVER_SHEET).getUnitId(), p1 = (s) => {
|
|
1799
1818
|
var r;
|
|
1800
1819
|
return (r = s.getCurrentUnitForType(m2.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : r.getSheetId();
|
|
1801
1820
|
};
|
|
1802
|
-
var
|
|
1803
|
-
for (var n = e > 1 ? void 0 : e ?
|
|
1821
|
+
var E1 = Object.getOwnPropertyDescriptor, A1 = (s, r, t, e) => {
|
|
1822
|
+
for (var n = e > 1 ? void 0 : e ? E1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
|
|
1804
1823
|
(a = s[i]) && (n = a(n) || n);
|
|
1805
1824
|
return n;
|
|
1806
|
-
}, _2 = (s, r) => (t, e) => r(t, e, s),
|
|
1807
|
-
let N2 = (
|
|
1825
|
+
}, _2 = (s, r) => (t, e) => r(t, e, s), d2;
|
|
1826
|
+
let N2 = (d2 = class extends e0 {
|
|
1808
1827
|
constructor(s = B2, r, t, e) {
|
|
1809
1828
|
super(), this._config = s, this._injector = r, this._commandService = t, this._configService = e;
|
|
1810
1829
|
const { ...n } = P2(
|
|
@@ -1812,50 +1831,50 @@ let N2 = (u2 = class extends Q2 {
|
|
|
1812
1831
|
B2,
|
|
1813
1832
|
this._config
|
|
1814
1833
|
);
|
|
1815
|
-
this._configService.setConfig(
|
|
1834
|
+
this._configService.setConfig(m1, n), [
|
|
1816
1835
|
[s2],
|
|
1817
1836
|
[z],
|
|
1818
|
-
[
|
|
1837
|
+
[M],
|
|
1819
1838
|
[Q]
|
|
1820
1839
|
].forEach((i) => {
|
|
1821
1840
|
this._injector.add(i);
|
|
1822
1841
|
}), [
|
|
1823
|
-
L0,
|
|
1824
1842
|
k0,
|
|
1825
1843
|
B0,
|
|
1826
1844
|
N0,
|
|
1827
1845
|
U0,
|
|
1828
1846
|
T0,
|
|
1829
|
-
|
|
1830
|
-
K,
|
|
1847
|
+
V0,
|
|
1831
1848
|
a2,
|
|
1849
|
+
K,
|
|
1850
|
+
o2,
|
|
1832
1851
|
i2,
|
|
1833
|
-
|
|
1852
|
+
h2
|
|
1834
1853
|
].forEach((i) => {
|
|
1835
1854
|
this._commandService.registerCommand(i);
|
|
1836
1855
|
});
|
|
1837
1856
|
}
|
|
1838
1857
|
onStarting() {
|
|
1839
|
-
this._injector.get(s2),
|
|
1858
|
+
this._injector.get(s2), t0(this._injector, [[s2], [Q]]);
|
|
1840
1859
|
}
|
|
1841
|
-
}, m(
|
|
1842
|
-
N2 =
|
|
1843
|
-
_2(1, x(
|
|
1860
|
+
}, m(d2, "pluginName", Z2), m(d2, "type", m2.UNIVER_SHEET), d2);
|
|
1861
|
+
N2 = A1([
|
|
1862
|
+
_2(1, x(y2)),
|
|
1844
1863
|
_2(2, x(P)),
|
|
1845
|
-
_2(3,
|
|
1864
|
+
_2(3, n0)
|
|
1846
1865
|
], N2);
|
|
1847
|
-
const
|
|
1866
|
+
const x1 = "sheet-conditional-rule-icon", _1 = 35, M1 = 15, y1 = 2, R1 = (s) => {
|
|
1848
1867
|
const { startRow: r, endRow: t, startColumn: e, endColumn: n } = s;
|
|
1849
1868
|
return `${r}-${t}-${e}-${n}`;
|
|
1850
1869
|
};
|
|
1851
|
-
class
|
|
1870
|
+
class I1 extends q2 {
|
|
1852
1871
|
constructor() {
|
|
1853
1872
|
super();
|
|
1854
1873
|
m(this, "_paddingRightAndLeft", y1);
|
|
1855
|
-
m(this, "_width",
|
|
1874
|
+
m(this, "_width", M1);
|
|
1856
1875
|
m(this, "_imageMap", /* @__PURE__ */ new Map());
|
|
1857
|
-
m(this, "uKey",
|
|
1858
|
-
m(this, "Z_INDEX",
|
|
1876
|
+
m(this, "uKey", x1);
|
|
1877
|
+
m(this, "Z_INDEX", _1);
|
|
1859
1878
|
m(this, "_radius", 1);
|
|
1860
1879
|
this._init();
|
|
1861
1880
|
}
|
|
@@ -1864,30 +1883,30 @@ class R1 extends q2 {
|
|
|
1864
1883
|
if (!a)
|
|
1865
1884
|
return !1;
|
|
1866
1885
|
const u = /* @__PURE__ */ new Set();
|
|
1867
|
-
t.save(), U.foreach(n.rowColumnSegment, (
|
|
1868
|
-
if (!a.getRowVisible(
|
|
1886
|
+
t.save(), U.foreach(n.rowColumnSegment, (o, l) => {
|
|
1887
|
+
if (!a.getRowVisible(o) || !a.getColVisible(l))
|
|
1869
1888
|
return;
|
|
1870
|
-
const d = n.getCellWithCoordByIndex(
|
|
1871
|
-
let D = a.getCell(
|
|
1889
|
+
const d = n.getCellWithCoordByIndex(o, l, !1), { isMerged: c, isMergedMainCell: g, mergeInfo: h } = d;
|
|
1890
|
+
let D = a.getCell(o, l);
|
|
1872
1891
|
if (c && (D = a.getCell(h.startRow, h.startColumn)), !(D != null && D.iconSet))
|
|
1873
1892
|
return;
|
|
1874
1893
|
const { iconType: f, iconId: w } = D.iconSet;
|
|
1875
|
-
if (f ===
|
|
1894
|
+
if (f === f1)
|
|
1876
1895
|
return;
|
|
1877
1896
|
const p = this._imageMap.get(this._createKey(f, w));
|
|
1878
1897
|
if (!p || !this.isRenderDiffRangesByCell(h, i))
|
|
1879
1898
|
return;
|
|
1880
1899
|
if (c || g) {
|
|
1881
|
-
const Z =
|
|
1900
|
+
const Z = R1(h);
|
|
1882
1901
|
if (u.has(Z))
|
|
1883
1902
|
return;
|
|
1884
1903
|
u.add(Z);
|
|
1885
1904
|
}
|
|
1886
|
-
const { startX:
|
|
1905
|
+
const { startX: y, endX: E, startY: R, endY: b } = c || g ? h : d, v2 = E - y, l2 = b - R;
|
|
1887
1906
|
if (this._width > l2 || this._width > v2 + this._paddingRightAndLeft * 2)
|
|
1888
1907
|
return;
|
|
1889
1908
|
const p2 = (l2 - this._width) / 2 + R;
|
|
1890
|
-
t.drawImage(p,
|
|
1909
|
+
t.drawImage(p, y + this._paddingRightAndLeft, p2, this._width, this._width);
|
|
1891
1910
|
}), t.restore();
|
|
1892
1911
|
}
|
|
1893
1912
|
_init() {
|
|
@@ -1903,22 +1922,22 @@ class R1 extends q2 {
|
|
|
1903
1922
|
return `${t}_${e}`;
|
|
1904
1923
|
}
|
|
1905
1924
|
}
|
|
1906
|
-
W2.add(
|
|
1907
|
-
function
|
|
1925
|
+
W2.add(I1);
|
|
1926
|
+
function S1(s) {
|
|
1908
1927
|
if (typeof s != "object" || s === null)
|
|
1909
1928
|
return s;
|
|
1910
1929
|
const r = {};
|
|
1911
1930
|
for (const t in s)
|
|
1912
1931
|
if (s.hasOwnProperty(t)) {
|
|
1913
|
-
const e =
|
|
1932
|
+
const e = S1(s[t]);
|
|
1914
1933
|
e !== void 0 && (r[t] = e);
|
|
1915
1934
|
}
|
|
1916
1935
|
return r;
|
|
1917
1936
|
}
|
|
1918
1937
|
export {
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1938
|
+
k0 as AddCfCommand,
|
|
1939
|
+
a2 as AddConditionalRuleMutation,
|
|
1940
|
+
H2 as AddConditionalRuleMutationUndoFactory,
|
|
1922
1941
|
F as CFNumberOperator,
|
|
1923
1942
|
S as CFRuleType,
|
|
1924
1943
|
A as CFSubRuleType,
|
|
@@ -1926,60 +1945,60 @@ export {
|
|
|
1926
1945
|
k as CFTimePeriodOperator,
|
|
1927
1946
|
I as CFValueType,
|
|
1928
1947
|
A2 as CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH,
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1948
|
+
B0 as ClearRangeCfCommand,
|
|
1949
|
+
N0 as ClearWorksheetCfCommand,
|
|
1950
|
+
h2 as ConditionalFormattingFormulaMarkDirty,
|
|
1932
1951
|
z as ConditionalFormattingFormulaService,
|
|
1933
|
-
|
|
1934
|
-
|
|
1952
|
+
I1 as ConditionalFormattingIcon,
|
|
1953
|
+
M as ConditionalFormattingRuleModel,
|
|
1935
1954
|
s2 as ConditionalFormattingService,
|
|
1936
1955
|
Q as ConditionalFormattingViewModel,
|
|
1937
|
-
|
|
1938
|
-
|
|
1956
|
+
V1 as DEFAULT_BG_COLOR,
|
|
1957
|
+
O1 as DEFAULT_FONT_COLOR,
|
|
1939
1958
|
y1 as DEFAULT_PADDING,
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1959
|
+
M1 as DEFAULT_WIDTH,
|
|
1960
|
+
j0 as DataBar,
|
|
1961
|
+
U0 as DeleteCfCommand,
|
|
1943
1962
|
K as DeleteConditionalRuleMutation,
|
|
1944
1963
|
w2 as DeleteConditionalRuleMutationUndoFactory,
|
|
1945
|
-
|
|
1964
|
+
f1 as EMPTY_ICON_TYPE,
|
|
1946
1965
|
N as FormulaResultStatus,
|
|
1947
|
-
|
|
1948
|
-
|
|
1966
|
+
x1 as IconUKey,
|
|
1967
|
+
T0 as MoveCfCommand,
|
|
1949
1968
|
i2 as MoveConditionalRuleMutation,
|
|
1950
|
-
|
|
1969
|
+
L0 as MoveConditionalRuleMutationUndoFactory,
|
|
1951
1970
|
Z2 as SHEET_CONDITIONAL_FORMATTING_PLUGIN,
|
|
1952
|
-
|
|
1953
|
-
|
|
1971
|
+
V0 as SetCfCommand,
|
|
1972
|
+
o2 as SetConditionalRuleMutation,
|
|
1954
1973
|
N2 as UniverSheetsConditionalFormattingPlugin,
|
|
1955
|
-
|
|
1974
|
+
S0 as anchorUndoFactory,
|
|
1956
1975
|
r2 as compareWithNumber,
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1976
|
+
b0 as createCfId,
|
|
1977
|
+
$1 as createDefaultRule,
|
|
1978
|
+
P1 as createDefaultValue,
|
|
1979
|
+
W1 as createDefaultValueByValueType,
|
|
1980
|
+
q0 as dataBarUKey,
|
|
1962
1981
|
k2 as defaultDataBarNativeColor,
|
|
1963
1982
|
L2 as defaultDataBarPositiveColor,
|
|
1964
|
-
|
|
1983
|
+
Z0 as defaultPlaceholderColor,
|
|
1965
1984
|
R2 as filterRange,
|
|
1966
1985
|
X as findIndexByAnchor,
|
|
1967
|
-
|
|
1986
|
+
Z1 as getCacheStyleMatrix,
|
|
1968
1987
|
W as getCellValue,
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1988
|
+
s1 as getColorScaleFromValue,
|
|
1989
|
+
G1 as getMaxInFormulaResult,
|
|
1990
|
+
r1 as getOppositeOperator,
|
|
1972
1991
|
D2 as getValueByType,
|
|
1973
|
-
|
|
1992
|
+
D1 as iconGroup,
|
|
1974
1993
|
f2 as iconMap,
|
|
1975
|
-
|
|
1994
|
+
q1 as isAnchorEqual,
|
|
1976
1995
|
C2 as isFloatsEqual,
|
|
1977
1996
|
B as isNullable,
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1997
|
+
X1 as isRangesEqual,
|
|
1998
|
+
I0 as moveByAnchor,
|
|
1999
|
+
S1 as removeUndefinedAttr,
|
|
2000
|
+
n1 as serialTimeToTimestamp,
|
|
2001
|
+
j2 as setConditionalRuleMutationUndoFactory,
|
|
2002
|
+
t1 as toYMD_1900,
|
|
1984
2003
|
G2 as transformSupportSymmetryAnchor
|
|
1985
2004
|
};
|