@univerjs/sheets-conditional-formatting 0.10.9 → 0.10.10

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/es/index.js CHANGED
@@ -1,16 +1,16 @@
1
- var H2 = Object.defineProperty;
2
- var j2 = (s, r, t) => r in s ? H2(s, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[r] = t;
3
- var m = (s, r, t) => j2(s, typeof r != "symbol" ? r + "" : r, t);
4
- import { generateRandomId as N2, Tools as K, CommandType as U, IUndoRedoService as Q, ICommandService as $, IUniverInstanceService as W, ObjectMatrix as O, Range as N, sequenceExecute as U2, Inject as _, Disposable as _2, RefAlias as X2, CellValueType as y, BooleanNumber as T2, LRUMap as V2, ColorKit as O2, dayjs as v, Injector as y2, RTree as Y2, IResourceManagerService as K2, merge as $2, UniverInstanceType as m2, Rectangle as t2, Plugin as J2, touchDependencies as z2, IConfigService as Q2 } from "@univerjs/core";
5
- import { isRangesEqual as q1 } from "@univerjs/core";
6
- import { getSheetCommandTarget as e2, SheetsSelectionsService as e0, findAllRectangle as t0, createTopMatrixFromMatrix as n0, SheetInterceptorService as r0, RemoveSheetCommand as s0, ReorderRangeMutation as i0, MoveRangeMutation as a0, MoveColsMutation as l0, MoveRowsMutation as o0, InsertRowMutation as c0, RemoveRowMutation as u0, RemoveColMutation as d0, InsertColMutation as h0, SetRangeValuesMutation as g0 } from "@univerjs/sheets";
7
- import { Subject as h2, BehaviorSubject as C0 } from "rxjs";
8
- import { IActiveDirtyManagerService as D0, SetFormulaCalculationResultMutation as f0, SetOtherFormulaMutation as m0, RemoveOtherFormulaMutation as F0, ERROR_TYPE_SET as R2, BooleanValue as S2 } from "@univerjs/engine-formula";
9
- import { distinctUntilChanged as w0, bufferTime as v0, filter as E0, map as p0 } from "rxjs/operators";
10
- import { isObject as A0, SpreadsheetExtensionRegistry as P2, SheetExtension as W2, FIX_ONE_PIXEL_BLUR_OFFSET as x0 } from "@univerjs/engine-render";
11
- const q2 = "SHEET_CONDITIONAL_FORMATTING_PLUGIN";
12
- var b = /* @__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))(b || {}), L = /* @__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))(L || {}), w = /* @__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))(w || {}), S = /* @__PURE__ */ ((s) => (s.highlightCell = "highlightCell", s.dataBar = "dataBar", s.colorScale = "colorScale", s.iconSet = "iconSet", s))(S || {}), x = /* @__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))(x || {}), R = /* @__PURE__ */ ((s) => (s.num = "num", s.min = "min", s.max = "max", s.percent = "percent", s.percentile = "percentile", s.formula = "formula", s))(R || {});
13
- const k1 = "#fff", B1 = "#000000", N1 = () => ({
1
+ var j2 = Object.defineProperty;
2
+ var X2 = (s, r, t) => r in s ? j2(s, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[r] = t;
3
+ var m = (s, r, t) => X2(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 y2, RefAlias as K2, CellValueType as _, BooleanNumber as V2, LRUMap as O2, ColorKit as $2, dayjs as v, Injector as M2, RTree as Y2, IResourceManagerService as J2, merge as P2, UniverInstanceType as m2, Rectangle as n2, Plugin as z2, touchDependencies as Q2, IConfigService as e0 } from "@univerjs/core";
5
+ import { isRangesEqual as H1 } from "@univerjs/core";
6
+ import { getSheetCommandTarget as t2, SheetsSelectionsService as t0, findAllRectangle as n0, createTopMatrixFromMatrix as r0, SheetInterceptorService as s0, RemoveSheetCommand as i0, ReorderRangeMutation as a0, MoveRangeMutation as l0, MoveColsMutation as o0, MoveRowsMutation as c0, InsertRowMutation as u0, RemoveRowMutation as d0, RemoveColMutation as h0, InsertColMutation as g0, SetRangeValuesMutation as C0 } from "@univerjs/sheets";
7
+ import { Subject as h2, BehaviorSubject as D0 } from "rxjs";
8
+ import { IActiveDirtyManagerService as f0, SetFormulaCalculationResultMutation as m0, SetOtherFormulaMutation as w0, RemoveOtherFormulaMutation as F0, ERROR_TYPE_SET as S2, BooleanValue as b2 } from "@univerjs/engine-formula";
9
+ import { distinctUntilChanged as v0, bufferTime as E0, filter as p0, map as A0 } from "rxjs/operators";
10
+ import { isObject as x0, SpreadsheetExtensionRegistry as W2, SheetExtension as q2, FIX_ONE_PIXEL_BLUR_OFFSET as _0 } from "@univerjs/engine-render";
11
+ const Z2 = "SHEET_CONDITIONAL_FORMATTING_PLUGIN";
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 U1 = "#fff", T1 = "#000000", V1 = () => ({
14
14
  cfId: void 0,
15
15
  ranges: [],
16
16
  stopIfTrue: !1,
@@ -20,7 +20,7 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
20
20
  operator: "containsText"
21
21
  /* containsText */
22
22
  }
23
- }), U1 = (s, r) => {
23
+ }), O1 = (s, r) => {
24
24
  switch (s) {
25
25
  case "text": {
26
26
  if ([
@@ -43,7 +43,7 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
43
43
  ].includes(r) ? [10, 100] : 10;
44
44
  }
45
45
  return "";
46
- }, T1 = (s, r) => {
46
+ }, $1 = (s, r) => {
47
47
  switch (s) {
48
48
  case "formula":
49
49
  return "=";
@@ -56,7 +56,7 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
56
56
  return r !== void 0 ? r : 10;
57
57
  }
58
58
  return "";
59
- }, H = (s, r, t) => {
59
+ }, X = (s, r, t) => {
60
60
  if (!r)
61
61
  return null;
62
62
  const e = r.findIndex((n) => t(n) === s.id);
@@ -70,15 +70,15 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
70
70
  case "self":
71
71
  return e;
72
72
  }
73
- }, _0 = (s, r, t, e) => {
73
+ }, y0 = (s, r, t, e) => {
74
74
  if (!t)
75
75
  return null;
76
- const n = H(s, t, e);
77
- let i = H(r, t, e);
76
+ const n = X(s, t, e);
77
+ let i = X(r, t, e);
78
78
  if (n === null || i === null || n === i)
79
79
  return;
80
80
  const a = t.splice(n, 1)[0];
81
- switch (n < i && (i = H(r, t, e)), r.type) {
81
+ switch (n < i && (i = X(r, t, e)), r.type) {
82
82
  case "before": {
83
83
  t.splice(i + 1, 0, a);
84
84
  break;
@@ -89,12 +89,12 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
89
89
  break;
90
90
  }
91
91
  }
92
- }, Z2 = (s, r, t, e) => {
92
+ }, G2 = (s, r, t, e) => {
93
93
  if (s.type === "after" && ["after", "before"].includes(r.type))
94
94
  return [s, r];
95
95
  const n = { ...s }, i = { ...r };
96
96
  if (n.type !== "after") {
97
- const a = H(n, t, e);
97
+ const a = X(n, t, e);
98
98
  if (a === null)
99
99
  return null;
100
100
  if (a - 1 < 0) {
@@ -109,7 +109,7 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
109
109
  }
110
110
  }
111
111
  if (!["after", "before"].includes(i.type)) {
112
- const a = H(i, t, e);
112
+ const a = X(i, t, e);
113
113
  if (a === null)
114
114
  return null;
115
115
  if (a === 0)
@@ -124,7 +124,7 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
124
124
  return null;
125
125
  }
126
126
  return n.id === i.id && n.type === i.type ? null : [n, i];
127
- }, y0 = (s, r) => {
127
+ }, M0 = (s, r) => {
128
128
  if (["after", "before"].includes(r.type)) {
129
129
  if (s.type === "after")
130
130
  return [r, s];
@@ -132,8 +132,8 @@ const k1 = "#fff", B1 = "#000000", N1 = () => ({
132
132
  return [r, { ...s, type: "self" }];
133
133
  }
134
134
  return null;
135
- }, V1 = (s, r) => s.id === r.id && s.type === r.type, M0 = () => `${N2(8)}`;
136
- class M {
135
+ }, P1 = (s, r) => s.id === r.id && s.type === r.type, R0 = () => `${U2(8)}`;
136
+ class y {
137
137
  constructor() {
138
138
  // Map<unitID ,<sheetId ,IConditionFormattingRule[]>>
139
139
  m(this, "_model", /* @__PURE__ */ new Map());
@@ -170,7 +170,7 @@ class M {
170
170
  setRule(r, t, e, n) {
171
171
  const a = this._ensureList(r, t).find((u) => u.cfId === n);
172
172
  if (a) {
173
- const u = K.deepClone(a);
173
+ const u = J.deepClone(a);
174
174
  Object.assign(a, e), this._ruleChange$.next({ rule: a, subUnitId: t, unitId: r, type: "set", oldRule: u });
175
175
  }
176
176
  }
@@ -183,227 +183,227 @@ class M {
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 = H(e, i, (o) => o.cfId), u = H(n, i, (o) => o.cfId);
186
+ const i = this._ensureList(r, t), a = X(e, i, (o) => o.cfId), u = X(n, i, (o) => o.cfId);
187
187
  if (u === null || a === null || u === a)
188
188
  return;
189
189
  const l = i[a];
190
- l && (_0(e, n, i, (o) => o.cfId), this._ruleChange$.next({ rule: l, subUnitId: t, unitId: r, type: "sort" }));
190
+ l && (y0(e, n, i, (o) => o.cfId), this._ruleChange$.next({ rule: l, subUnitId: t, unitId: r, type: "sort" }));
191
191
  }
192
192
  createCfId(r, t) {
193
- return M0();
193
+ return R0();
194
194
  }
195
195
  deleteUnitId(r) {
196
196
  this._model.delete(r);
197
197
  }
198
198
  }
199
- const s2 = {
200
- type: U.MUTATION,
199
+ const i2 = {
200
+ type: T.MUTATION,
201
201
  id: "sheet.mutation.move-conditional-rule",
202
202
  handler(s, r) {
203
203
  if (!r)
204
204
  return !1;
205
205
  const { unitId: t, subUnitId: e, start: n, end: i } = r;
206
- return s.get(M).moveRulePriority(t, e, n, i), !0;
206
+ return s.get(y).moveRulePriority(t, e, n, i), !0;
207
207
  }
208
208
  }, I0 = (s) => {
209
- const { unitId: r, subUnitId: t } = s, e = y0(s.start, s.end);
209
+ const { unitId: r, subUnitId: t } = s, e = M0(s.start, s.end);
210
210
  if (!e)
211
211
  return [];
212
212
  const [n, i] = e;
213
213
  return [
214
- { id: s2.id, params: { unitId: r, subUnitId: t, start: n, end: i } }
214
+ { id: i2.id, params: { unitId: r, subUnitId: t, start: n, end: i } }
215
215
  ];
216
- }, F2 = (s, r) => {
217
- const t = s.get(M), { unitId: e, subUnitId: n, cfId: i } = r, a = [...t.getSubunitRules(e, n) || []], u = a.findIndex((o) => o.cfId === i), l = a[u - 1];
216
+ }, w2 = (s, r) => {
217
+ const t = s.get(y), { unitId: e, subUnitId: n, cfId: i } = r, a = [...t.getSubunitRules(e, n) || []], u = a.findIndex((o) => o.cfId === i), l = a[u - 1];
218
218
  if (u > -1) {
219
219
  const o = a[u], d = [{
220
220
  id: g2.id,
221
- params: { unitId: e, subUnitId: n, rule: K.deepClone(o) }
221
+ params: { unitId: e, subUnitId: n, rule: J.deepClone(o) }
222
222
  }];
223
223
  if (a.splice(u, 1), u !== 0) {
224
224
  const c = a[0];
225
225
  if (c) {
226
- const h = Z2({ id: c.cfId, type: "before" }, { id: l.cfId, type: "after" }, a, (F) => F.cfId);
227
- if (!h)
226
+ const g = G2({ id: c.cfId, type: "before" }, { id: l.cfId, type: "after" }, a, (w) => w.cfId);
227
+ if (!g)
228
228
  return d;
229
- const [g, D] = h, f = {
229
+ const [h, D] = g, f = {
230
230
  unitId: e,
231
231
  subUnitId: n,
232
- start: g,
232
+ start: h,
233
233
  end: D
234
234
  };
235
- d.push({ id: s2.id, params: f });
235
+ d.push({ id: i2.id, params: f });
236
236
  }
237
237
  }
238
238
  return d;
239
239
  }
240
240
  return [];
241
- }, j = {
242
- type: U.MUTATION,
241
+ }, K = {
242
+ type: T.MUTATION,
243
243
  id: "sheet.mutation.delete-conditional-rule",
244
244
  handler(s, r) {
245
245
  if (!r)
246
246
  return !1;
247
247
  const { unitId: t, subUnitId: e, cfId: n } = r;
248
- return s.get(M).deleteRule(t, e, n), !0;
248
+ return s.get(y).deleteRule(t, e, n), !0;
249
249
  }
250
- }, R0 = (s, r) => ({ id: j.id, params: { unitId: r.unitId, subUnitId: r.subUnitId, cfId: r.rule.cfId } }), g2 = {
251
- type: U.MUTATION,
250
+ }, S0 = (s, r) => ({ id: K.id, params: { unitId: r.unitId, subUnitId: r.subUnitId, cfId: r.rule.cfId } }), g2 = {
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(M).addRule(t, e, n), !0;
257
+ return s.get(y).addRule(t, e, n), !0;
258
258
  }
259
- }, S0 = {
260
- type: U.COMMAND,
259
+ }, b0 = {
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(Q), n = s.get($), i = s.get(M), a = s.get(W), u = e2(a, r);
265
+ const { rule: t } = r, e = s.get(e2), n = s.get(P), i = s.get(y), a = s.get(q), u = t2(a, r);
266
266
  if (!u) return !1;
267
- const { unitId: l, subUnitId: o } = u, d = i.createCfId(l, o), c = { unitId: l, subUnitId: o, rule: { ...t, cfId: t.cfId || d } }, h = R0(s, c), g = n.syncExecuteCommand(g2.id, c);
268
- return g && e.pushUndoRedo({
267
+ const { unitId: l, subUnitId: o } = u, d = i.createCfId(l, o), c = { unitId: l, subUnitId: o, rule: { ...t, cfId: t.cfId || d } }, g = S0(s, c), h = n.syncExecuteCommand(g2.id, c);
268
+ return h && e.pushUndoRedo({
269
269
  unitID: l,
270
270
  redoMutations: [{ id: g2.id, params: c }],
271
- undoMutations: [h]
272
- }), g;
271
+ undoMutations: [g]
272
+ }), h;
273
273
  }
274
- }, i2 = {
275
- type: U.MUTATION,
274
+ }, a2 = {
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(M).setRule(t, e, n, i), !0;
281
+ return s.get(y).setRule(t, e, n, i), !0;
282
282
  }
283
- }, G2 = (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);
283
+ }, H2 = (s, r) => {
284
+ const t = s.get(y), { unitId: e, subUnitId: n } = r, i = r.cfId || r.rule.cfId, a = t.getRule(e, n, i);
285
285
  return a ? [{
286
- id: i2.id,
286
+ id: a2.id,
287
287
  params: {
288
288
  unitId: e,
289
289
  subUnitId: n,
290
290
  cfId: i,
291
- rule: K.deepClone(a)
291
+ rule: J.deepClone(a)
292
292
  }
293
293
  }] : [];
294
- }, b0 = {
295
- type: U.COMMAND,
294
+ }, L0 = {
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(M), e = s.get(W), n = s.get($), i = s.get(Q), a = s.get(e0), u = e2(e, r);
301
+ const t = s.get(y), e = s.get(q), n = s.get(P), i = s.get(e2), a = s.get(t0), u = t2(e, r);
302
302
  if (!u) return !1;
303
- const { unitId: l, subUnitId: o } = u, d = ((f = a.getCurrentSelections()) == null ? void 0 : f.map((F) => F.range)) || [], c = t.getSubunitRules(l, o);
303
+ const { unitId: l, subUnitId: o } = u, d = ((f = a.getCurrentSelections()) == null ? void 0 : f.map((w) => w.range)) || [], c = t.getSubunitRules(l, o);
304
304
  if (!(c != null && c.length) || !d.length)
305
305
  return !1;
306
- const h = [], g = [];
307
- c.forEach((F) => {
306
+ const g = [], h = [];
307
+ c.forEach((w) => {
308
308
  const E = new O();
309
- F.ranges.forEach((p) => {
310
- N.foreach(p, (A, T) => {
311
- E.setValue(A, T, 1);
309
+ w.ranges.forEach((p) => {
310
+ U.foreach(p, (R, b) => {
311
+ E.setValue(R, b, 1);
312
312
  });
313
313
  }), d.forEach((p) => {
314
- N.foreach(p, (A, T) => {
315
- E.realDeleteValue(A, T);
314
+ U.foreach(p, (R, b) => {
315
+ E.realDeleteValue(R, b);
316
316
  });
317
317
  });
318
- const I = t0(n0(E));
319
- if (I.length) {
320
- const p = { ...F, ranges: I }, A = { unitId: l, subUnitId: o, rule: p }, T = G2(s, A);
321
- h.push({ id: i2.id, params: A }), g.push(...T);
318
+ const M = n0(r0(E));
319
+ if (M.length) {
320
+ const p = { ...w, ranges: M }, R = { unitId: l, subUnitId: o, rule: p }, b = H2(s, R);
321
+ g.push({ id: a2.id, params: R }), h.push(...b);
322
322
  } else {
323
- const p = { unitId: l, subUnitId: o, cfId: F.cfId }, A = F2(s, p);
324
- h.push({ id: j.id, params: p }), g.push(...A);
323
+ const p = { unitId: l, subUnitId: o, cfId: w.cfId }, R = w2(s, p);
324
+ g.push({ id: K.id, params: p }), h.push(...R);
325
325
  }
326
326
  });
327
- const D = U2(h, n).result;
327
+ const D = T2(g, n).result;
328
328
  return D && i.pushUndoRedo({
329
329
  unitID: l,
330
- redoMutations: h,
331
- undoMutations: g
330
+ redoMutations: g,
331
+ undoMutations: h
332
332
  }), D;
333
333
  }
334
- }, L0 = {
335
- type: U.COMMAND,
334
+ }, k0 = {
335
+ type: T.COMMAND,
336
336
  id: "sheet.command.clear-worksheet-conditional-rule",
337
337
  handler(s, r) {
338
- const t = s.get(M), e = s.get(W), n = s.get($), i = s.get(Q), a = e2(e, r);
338
+ const t = s.get(y), e = s.get(q), n = s.get(P), i = s.get(e2), a = t2(e, r);
339
339
  if (!a) return !1;
340
340
  const { unitId: u, subUnitId: l } = a, o = t.getSubunitRules(u, l);
341
341
  if (!(o != null && o.length))
342
342
  return !1;
343
- const d = o.map((D) => ({ cfId: D.cfId, unitId: u, subUnitId: l })), c = d.map((D) => ({ id: j.id, params: D })), h = d.map((D) => F2(s, D)[0]), g = U2(c, n).result;
344
- return g && i.pushUndoRedo({
343
+ const d = o.map((D) => ({ cfId: D.cfId, unitId: u, subUnitId: l })), c = d.map((D) => ({ id: K.id, params: D })), g = d.map((D) => w2(s, D)[0]), h = T2(c, n).result;
344
+ return h && i.pushUndoRedo({
345
345
  unitID: u,
346
346
  redoMutations: c,
347
- undoMutations: h
348
- }), g;
347
+ undoMutations: g
348
+ }), h;
349
349
  }
350
- }, k0 = {
351
- type: U.COMMAND,
350
+ }, B0 = {
351
+ type: T.COMMAND,
352
352
  id: "sheet.command.delete-conditional-rule",
353
353
  handler(s, r) {
354
354
  if (!r)
355
355
  return !1;
356
- const t = s.get(Q), e = s.get($), n = s.get(W), i = e2(n, r);
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, l = { unitId: a, subUnitId: u, cfId: r.cfId }, o = F2(s, l), d = e.syncExecuteCommand(j.id, l);
359
- return d && t.pushUndoRedo({ unitID: a, undoMutations: o, redoMutations: [{ id: j.id, params: l }] }), d;
358
+ const { unitId: a, subUnitId: u } = i, l = { unitId: a, subUnitId: u, cfId: r.cfId }, o = w2(s, l), d = e.syncExecuteCommand(K.id, l);
359
+ return d && t.pushUndoRedo({ unitID: a, undoMutations: o, redoMutations: [{ id: K.id, params: l }] }), d;
360
360
  }
361
- }, B0 = {
362
- type: U.COMMAND,
361
+ }, N0 = {
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(Q), e = s.get($), n = s.get(W), i = s.get(M), a = e2(n, r);
367
+ const t = s.get(e2), e = s.get(P), n = s.get(q), i = s.get(y), a = t2(n, r);
368
368
  if (!a) return !1;
369
- const { unitId: u, subUnitId: l } = a, o = Z2(r.start, r.end, i.getSubunitRules(u, l) || [], (f) => f.cfId);
369
+ const { unitId: u, subUnitId: l } = a, o = G2(r.start, r.end, i.getSubunitRules(u, l) || [], (f) => f.cfId);
370
370
  if (!o)
371
371
  return !1;
372
- const [d, c] = o, h = { unitId: u, subUnitId: l, start: d, end: c }, g = I0(h), D = e.syncExecuteCommand(s2.id, h);
372
+ const [d, c] = o, g = { unitId: u, subUnitId: l, start: d, end: c }, h = I0(g), D = e.syncExecuteCommand(i2.id, g);
373
373
  return D && t.pushUndoRedo({
374
374
  unitID: u,
375
- redoMutations: [{ id: s2.id, params: h }],
376
- undoMutations: g
375
+ redoMutations: [{ id: i2.id, params: g }],
376
+ undoMutations: h
377
377
  }), D;
378
378
  }
379
- }, N0 = {
380
- type: U.COMMAND,
379
+ }, U0 = {
380
+ type: T.COMMAND,
381
381
  id: "sheet.command.set-conditional-rule",
382
382
  handler(s, r) {
383
383
  if (!r)
384
384
  return !1;
385
- const t = s.get(Q), e = s.get($), n = s.get(W), i = e2(n, r);
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, l = { unitId: a, subUnitId: u, rule: r.rule, cfId: r.cfId }, o = G2(s, l), d = e.syncExecuteCommand(i2.id, l);
388
- return d && t.pushUndoRedo({ unitID: a, undoMutations: o, redoMutations: [{ id: i2.id, params: l }] }), d;
387
+ const { unitId: a, subUnitId: u } = i, l = { unitId: a, subUnitId: u, rule: r.rule, cfId: r.cfId }, o = H2(s, l), d = e.syncExecuteCommand(a2.id, l);
388
+ return d && t.pushUndoRedo({ unitID: a, undoMutations: o, redoMutations: [{ id: a2.id, params: l }] }), d;
389
389
  }
390
390
  }, d2 = {
391
- type: U.MUTATION,
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 U0 = Object.getOwnPropertyDescriptor, T0 = (s, r, t, e) => {
398
- for (var n = e > 1 ? void 0 : e ? U0(r, t) : r, i = s.length - 1, a; i >= 0; i--)
397
+ var T0 = Object.getOwnPropertyDescriptor, V0 = (s, r, t, e) => {
398
+ for (var n = e > 1 ? void 0 : e ? T0(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
- }, E2 = (s, r) => (t, e) => r(t, e, s), B = /* @__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))(B || {});
402
- const V0 = (s) => {
401
+ }, p2 = (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 O0 = (s) => {
403
403
  const r = s && s[0] && s[0][0];
404
- return (r == null ? void 0 : r.t) === y.BOOLEAN ? r.v === T2.TRUE || r.v === !0 : r ? r.v : !1;
404
+ return (r == null ? void 0 : r.t) === _.BOOLEAN ? r.v === V2.TRUE || r.v === !0 : r ? r.v : !1;
405
405
  };
406
- let J = class extends _2 {
406
+ let z = class extends y2 {
407
407
  constructor(r, t, e) {
408
408
  super();
409
409
  // Cache Formula ID and formula mapping.
@@ -416,11 +416,11 @@ let J = class extends _2 {
416
416
  const r = (t) => {
417
417
  switch (t.type) {
418
418
  case S.colorScale:
419
- return t.config.some((e) => e.value.type === R.formula);
419
+ return t.config.some((e) => e.value.type === I.formula);
420
420
  case S.dataBar:
421
- return [t.config.max, t.config.min].some((e) => e.type === R.formula);
421
+ return [t.config.max, t.config.min].some((e) => e.type === I.formula);
422
422
  case S.iconSet:
423
- return t.config.some((e) => e.value.type === R.formula);
423
+ return t.config.some((e) => e.value.type === I.formula);
424
424
  }
425
425
  };
426
426
  this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe((t) => {
@@ -430,7 +430,7 @@ let J = class extends _2 {
430
430
  }
431
431
  _initFormulaCalculationResultChange() {
432
432
  this.disposeWithMe(this._commandService.onCommandExecuted((r) => {
433
- if (r.id === f0.id) {
433
+ if (r.id === m0.id) {
434
434
  const t = r.params;
435
435
  for (const e in t.unitOtherData)
436
436
  for (const n in t.unitOtherData[e])
@@ -442,14 +442,14 @@ let J = class extends _2 {
442
442
  if (!l)
443
443
  continue;
444
444
  const o = u.result, d = l[0].startRow, c = l[0].startColumn;
445
- a.forValue((D, f, F) => {
446
- o.setValue(d + D, c + f, V0(F));
445
+ a.forValue((D, f, w) => {
446
+ o.setValue(d + D, c + f, O0(w));
447
447
  }), u.status = 2;
448
- const g = this._getAllFormulaResultByCfId(e, n, u.cfId).every(
448
+ const h = this._getAllFormulaResultByCfId(e, n, u.cfId).every(
449
449
  (D) => D.status === 2
450
450
  /* SUCCESS */
451
451
  );
452
- this._result$.next({ ...u, isAllFinished: g });
452
+ this._result$.next({ ...u, isAllFinished: h });
453
453
  }
454
454
  }
455
455
  })), this._activeDirtyManagerService.register(d2.id, {
@@ -465,7 +465,7 @@ let J = class extends _2 {
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 X2([], ["formulaId", "id"]), e.set(t, n)), n;
468
+ return n || (n = new K2([], ["formulaId", "id"]), e.set(t, n)), n;
469
469
  }
470
470
  getSubUnitFormulaMap(r, t) {
471
471
  var e;
@@ -497,7 +497,7 @@ let J = class extends _2 {
497
497
  }
498
498
  }
499
499
  };
500
- this._commandService.executeCommand(m0.id, o, { onlyLocal: !0 }).then(() => {
500
+ this._commandService.executeCommand(w0.id, o, { onlyLocal: !0 }).then(() => {
501
501
  this._commandService.executeCommand(d2.id, { [r]: { [t]: { [l]: !0 } } }, { onlyLocal: !0 });
502
502
  });
503
503
  }
@@ -573,7 +573,7 @@ let J = class extends _2 {
573
573
  * The external environment is not aware of`formulaId`;it communicates internally with the formula engine.
574
574
  */
575
575
  _createFormulaId(r, t) {
576
- return `sheet.cf_${r}_${t}_${N2(8)}`;
576
+ return `sheet.cf_${r}_${t}_${U2(8)}`;
577
577
  }
578
578
  /**
579
579
  * A conditional formatting may have multiple formulas;if the formulas are identical,then the results will be consistent.
@@ -582,29 +582,29 @@ let J = class extends _2 {
582
582
  return `${r}_${t}`;
583
583
  }
584
584
  };
585
- J = T0([
586
- E2(0, _($)),
587
- E2(1, _(D0)),
588
- E2(2, _(M))
589
- ], J);
585
+ z = V0([
586
+ p2(0, x(P)),
587
+ p2(1, x(f0)),
588
+ p2(2, x(y))
589
+ ], z);
590
590
  var V = /* @__PURE__ */ ((s) => (s.preComputingStart = "preComputingStart", s.preComputing = "preComputing", s.preComputingEnd = "preComputingEnd", s.preComputingError = "preComputingError", s))(V || {});
591
- class w2 {
591
+ class F2 {
592
592
  constructor(r) {
593
593
  /**
594
594
  * 3nd-level cache
595
595
  */
596
596
  m(this, "_cache");
597
- m(this, "_preComputingStatus$", new C0(
597
+ m(this, "_preComputingStatus$", new D0(
598
598
  "preComputingStart"
599
599
  /* preComputingStart */
600
600
  ));
601
- m(this, "preComputingStatus$", this._preComputingStatus$.asObservable().pipe(w0()));
601
+ m(this, "preComputingStatus$", this._preComputingStatus$.asObservable().pipe(v0()));
602
602
  /**
603
603
  * 2nd-level cache
604
604
  */
605
605
  m(this, "_preComputingCache");
606
606
  m(this, "_rule");
607
- this._context = r, this._cache = new V2(r.limit), this._rule = r.rule, this._preComputingCache = null, this._initClearCacheListener();
607
+ this._context = r, this._cache = new O2(r.limit), this._rule = r.rule, this._preComputingCache = null, this._initClearCacheListener();
608
608
  }
609
609
  setCacheLength(r) {
610
610
  this._cache.limit = r;
@@ -661,15 +661,15 @@ class w2 {
661
661
  });
662
662
  }
663
663
  }
664
- class O0 extends w2 {
664
+ class $0 extends F2 {
665
665
  preComputing(r, t, e) {
666
666
  const n = e.rule, i = e.worksheet, a = new O();
667
- !n.rule.config.every((d) => d.value.type === R.num) && M2(n.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((c) => {
668
- N.foreach(c, (h, g) => {
669
- const D = e.getCellValue(h, g), f = D && D.v;
670
- if (!k(f) && (D == null ? void 0 : D.t) === y.NUMBER) {
671
- const F = Number(f);
672
- !Number.isNaN(F) && a.setValue(h, g, F);
667
+ !n.rule.config.every((d) => d.value.type === I.num) && R2(n.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((c) => {
668
+ U.foreach(c, (g, h) => {
669
+ const D = e.getCellValue(g, h), f = D && D.v;
670
+ if (!B(f) && (D == null ? void 0 : D.t) === _.NUMBER) {
671
+ const w = Number(f);
672
+ !Number.isNaN(w) && a.setValue(g, h, w);
673
673
  }
674
674
  });
675
675
  });
@@ -678,12 +678,12 @@ class O0 extends w2 {
678
678
  ...e,
679
679
  cfId: n.cfId
680
680
  }),
681
- color: new O2(d.color)
681
+ color: new $2(d.color)
682
682
  }));
683
- if (!l.some((d) => A0(d.value) ? d.value.status !== B.SUCCESS : !1)) {
684
- const d = l.map((c) => c.color).reduce((c, h, g) => (c.result.push({ color: h, value: c.sortValue[g] }), c), {
683
+ if (!l.some((d) => x0(d.value) ? d.value.status !== N.SUCCESS : !1)) {
684
+ const d = l.map((c) => c.color).reduce((c, g, h) => (c.result.push({ color: g, value: c.sortValue[h] }), c), {
685
685
  result: [],
686
- sortValue: l.map((c) => c.value.result).sort((c, h) => c - h)
686
+ sortValue: l.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;
@@ -694,21 +694,24 @@ class O0 extends w2 {
694
694
  if (!e)
695
695
  return null;
696
696
  const i = n.getCellValue(r, t);
697
- if (i.t === y.NUMBER) {
697
+ if (i.t === _.NUMBER) {
698
698
  const a = Number(i.v);
699
699
  if (!Number.isNaN(a))
700
- return e1(e, a);
700
+ return n1(e, a);
701
701
  }
702
702
  }
703
703
  }
704
- const $0 = "sheet-conditional-rule-data-bar", b2 = "#ffbe38", L2 = "#abd91a", P0 = "#000", W0 = 34;
705
- class q0 extends W2 {
704
+ const P0 = "sheet-conditional-rule-data-bar", L2 = "#ffbe38", k2 = "#abd91a", W0 = "#000", q0 = 34, Z0 = (s) => {
705
+ const { startRow: r, endRow: t, startColumn: e, endColumn: n } = s;
706
+ return `${r}-${t}-${e}-${n}`;
707
+ };
708
+ class G0 extends q2 {
706
709
  constructor() {
707
710
  super(...arguments);
708
711
  m(this, "_paddingRightAndLeft", 2);
709
712
  m(this, "_paddingTopAndBottom", 2);
710
- m(this, "uKey", $0);
711
- m(this, "Z_INDEX", W0);
713
+ m(this, "uKey", P0);
714
+ m(this, "Z_INDEX", q0);
712
715
  m(this, "_radius", 1);
713
716
  }
714
717
  // eslint-disable-next-line max-lines-per-function
@@ -716,33 +719,37 @@ class q0 extends W2 {
716
719
  const { worksheet: a } = n;
717
720
  if (!a)
718
721
  return !1;
719
- t.save(), N.foreach(n.rowColumnSegment, (u, l) => {
720
- if (!a.getRowVisible(u) || !a.getColVisible(l))
722
+ const u = /* @__PURE__ */ new Set();
723
+ t.save(), U.foreach(n.rowColumnSegment, (l, o) => {
724
+ if (!a.getRowVisible(l) || !a.getColVisible(o))
725
+ return;
726
+ const d = n.getCellWithCoordByIndex(l, o, !1), { isMerged: c, isMergedMainCell: g, mergeInfo: h } = d;
727
+ let D = a.getCell(l, o);
728
+ if (c && (D = a.getCell(h.startRow, h.startColumn)), !(D != null && D.dataBar) || !this.isRenderDiffRangesByCell(h, i))
721
729
  return;
722
- const o = a.getCell(u, l);
723
- if (o && o.dataBar) {
724
- const { color: d, value: c, startPoint: h, isGradient: g } = o.dataBar, D = n.getCellWithCoordByIndex(u, l, !1);
725
- let { isMerged: f, isMergedMainCell: F, mergeInfo: E, startY: I, endY: p, startX: A, endX: T } = D;
726
- if (f || (F && (I = E.startY, p = E.endY, A = E.startX, T = E.endX), !this.isRenderDiffRangesByCell(E, i)))
730
+ if (c || g) {
731
+ const $ = Z0(h);
732
+ if (u.has($))
727
733
  return;
728
- const a2 = T - A, v2 = p + x0 - I, l2 = a2 - this._paddingRightAndLeft * 2, I2 = v2 - this._paddingTopAndBottom * 2;
729
- if (c > 0) {
730
- const X = Math.max(l2 * (1 - h / 100) * c / 100, 1), q = A + this._paddingRightAndLeft + h / 100 * l2, Z = I + this._paddingTopAndBottom;
731
- if (g) {
732
- const G = t.createLinearGradient(q, Z, q + X, Z);
733
- G.addColorStop(0, d), G.addColorStop(1, "rgb(255 255 255)"), t.fillStyle = G, t.strokeStyle = d, t.lineWidth = 1;
734
- } else
735
- t.fillStyle = d;
736
- this._drawRectWithRoundedCorner(t, q, Z, X, I2, !1, !0, !0, !1), g && t.stroke();
737
- } else {
738
- const X = Math.max(l2 * h / 100 * Math.abs(c) / 100, 1), q = A + this._paddingRightAndLeft + h / 100 * l2 - X, Z = I + this._paddingTopAndBottom;
739
- if (g) {
740
- const G = t.createLinearGradient(q, Z, q + X, Z);
741
- G.addColorStop(0, "rgb(255 255 255)"), G.addColorStop(1, d), t.fillStyle = G, t.strokeStyle = d, t.lineWidth = 1;
742
- } else
743
- t.fillStyle = d;
744
- this._drawRectWithRoundedCorner(t, q, Z, X, I2, !0, !1, !1, !0), g && t.stroke();
745
- }
734
+ u.add($);
735
+ }
736
+ const { color: f, value: w, startPoint: E, isGradient: M } = D.dataBar, { startX: p, endX: R, startY: b, endY: v2 } = c || g ? h : d, l2 = R - p, E2 = v2 + _0 - b, Z = l2 - this._paddingRightAndLeft * 2, I2 = E2 - this._paddingTopAndBottom * 2;
737
+ if (w > 0) {
738
+ const $ = Math.max(Z * (1 - E / 100) * w / 100, 1), G = p + this._paddingRightAndLeft + E / 100 * Z, H = b + this._paddingTopAndBottom;
739
+ if (M) {
740
+ const j = t.createLinearGradient(G, H, G + $, H);
741
+ j.addColorStop(0, f), j.addColorStop(1, "rgb(255 255 255)"), t.fillStyle = j, t.strokeStyle = f, t.lineWidth = 1;
742
+ } else
743
+ t.fillStyle = f;
744
+ this._drawRectWithRoundedCorner(t, G, H, $, I2, !1, !0, !0, !1), M && t.stroke();
745
+ } else {
746
+ const $ = Math.max(Z * E / 100 * Math.abs(w) / 100, 1), G = p + this._paddingRightAndLeft + E / 100 * Z - $, H = b + this._paddingTopAndBottom;
747
+ if (M) {
748
+ const j = t.createLinearGradient(G, H, G + $, H);
749
+ j.addColorStop(0, "rgb(255 255 255)"), j.addColorStop(1, f), t.fillStyle = j, t.strokeStyle = f, t.lineWidth = 1;
750
+ } else
751
+ t.fillStyle = f;
752
+ this._drawRectWithRoundedCorner(t, G, H, $, I2, !0, !1, !1, !0), M && t.stroke();
746
753
  }
747
754
  }), t.restore();
748
755
  }
@@ -751,131 +758,131 @@ class q0 extends W2 {
751
758
  !a || !i || (t.beginPath(), t.moveTo(e + c, n), t.lineTo(e + i - c, n), l ? t.arcTo(e + i, n, e + i, n + c, c) : t.lineTo(e + i, n), t.lineTo(e + i, n + a - c), o ? 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());
752
759
  }
753
760
  }
754
- P2.add(q0);
755
- const o2 = (s) => Math.max(Math.min(100, s), 0), Z0 = (s, r, t) => {
761
+ W2.add(G0);
762
+ const o2 = (s) => Math.max(Math.min(100, s), 0), H0 = (s, r, t) => {
756
763
  const e = t(s, r);
757
- if (e && e.t === y.NUMBER) {
764
+ if (e && e.t === _.NUMBER) {
758
765
  const n = Number(e.v);
759
766
  return Number.isNaN(n) ? null : n;
760
767
  }
761
768
  return null;
762
769
  };
763
- class G0 extends w2 {
770
+ class j0 extends F2 {
764
771
  preComputing(r, t, e) {
765
772
  const n = e.rule, i = n.rule, a = e.worksheet, u = new O();
766
- ![n.rule.config.max, n.rule.config.min].every((g) => g.type === R.num) && M2(n.ranges, a.getMaxRows() - 1, a.getMaxColumns() - 1).forEach((D) => {
767
- N.foreach(D, (f, F) => {
768
- const E = e.getCellValue(f, F), I = E && E.v;
769
- if (!k(I) && (E == null ? void 0 : E.t) === y.NUMBER) {
770
- const p = Number(I);
771
- !Number.isNaN(p) && u.setValue(f, F, p);
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
+ U.foreach(D, (f, w) => {
775
+ const E = e.getCellValue(f, w), M = E && E.v;
776
+ if (!B(M) && (E == null ? void 0 : E.t) === _.NUMBER) {
777
+ const p = Number(M);
778
+ !Number.isNaN(p) && u.setValue(f, w, p);
772
779
  }
773
780
  });
774
781
  });
775
782
  const o = D2(i.config.min, u, { ...e, cfId: n.cfId }), d = D2(i.config.max, u, { ...e, cfId: n.cfId });
776
- let c = 0, h = 0;
777
- if (o.status === B.SUCCESS) {
778
- const g = Number(o.result);
779
- c = Number.isNaN(g) ? 0 : g;
783
+ let c = 0, g = 0;
784
+ if (o.status === N.SUCCESS) {
785
+ const h = Number(o.result);
786
+ c = Number.isNaN(h) ? 0 : h;
780
787
  } else {
781
788
  this._preComputingStatus$.next(V.preComputing);
782
789
  return;
783
790
  }
784
- if (d.status === B.SUCCESS) {
785
- const g = Number(d.result), D = Number.isNaN(g) ? 0 : g;
786
- h = Math.max(D, c), c = Math.min(D, c);
791
+ if (d.status === N.SUCCESS) {
792
+ const h = Number(d.result), D = Number.isNaN(h) ? 0 : h;
793
+ g = Math.max(D, c), c = Math.min(D, c);
787
794
  let f = 50;
788
- if (c < 0 && h <= 0)
795
+ if (c < 0 && g <= 0)
789
796
  f = 100;
790
- else if (c < 0 && h > 0) {
791
- const F = Math.abs(h) + Math.abs(c);
792
- f = Math.abs(c) / F * 100;
793
- } else c >= 0 && h > 0 && (f = 0);
794
- this.setPreComputingCache({ min: c, max: h, startPoint: f }), this._preComputingStatus$.next(V.preComputingEnd);
797
+ else if (c < 0 && g > 0) {
798
+ const w = Math.abs(g) + Math.abs(c);
799
+ f = Math.abs(c) / w * 100;
800
+ } else c >= 0 && g > 0 && (f = 0);
801
+ this.setPreComputingCache({ min: c, max: g, startPoint: f }), this._preComputingStatus$.next(V.preComputingEnd);
795
802
  return;
796
803
  }
797
804
  this._preComputingStatus$.next(V.preComputing);
798
805
  }
799
806
  // eslint-disable-next-line complexity
800
807
  getCellResult(r, t, e, n) {
801
- const { min: i, max: a, startPoint: u } = e, o = n.rule.rule, d = o.isShowValue, c = o.config.isGradient, h = Z0(r, t, n.getCellValue);
802
- if (!(h === null || h < i || i === a || a < i)) {
803
- if (h === 0)
804
- return { color: P0, startPoint: u, value: 0, isGradient: c, isShowValue: d };
808
+ const { min: i, max: a, startPoint: u } = e, o = n.rule.rule, d = o.isShowValue, c = o.config.isGradient, g = H0(r, t, n.getCellValue);
809
+ if (!(g === null || g < i || i === a || a < i)) {
810
+ if (g === 0)
811
+ return { color: W0, startPoint: u, value: 0, isGradient: c, isShowValue: d };
805
812
  if (i < 0 && a <= 0) {
806
- const g = a - i, D = o2((a - h) / g * 100);
807
- return D === 0 ? void 0 : { color: o.config.nativeColor || L2, startPoint: u, value: -D, isGradient: c, isShowValue: d };
813
+ const h = a - i, D = o2((a - g) / h * 100);
814
+ return D === 0 ? void 0 : { color: o.config.nativeColor || k2, startPoint: u, value: -D, isGradient: c, isShowValue: d };
808
815
  } else if (i < 0 && a > 0)
809
- if (h > 0) {
810
- const g = o2(Math.min(h / a, 1) * 100);
811
- return g === 0 ? void 0 : { color: o.config.positiveColor || b2, startPoint: u, value: g, isGradient: c, isShowValue: d };
816
+ if (g > 0) {
817
+ const h = o2(Math.min(g / a, 1) * 100);
818
+ return h === 0 ? void 0 : { color: o.config.positiveColor || L2, startPoint: u, value: h, isGradient: c, isShowValue: d };
812
819
  } else {
813
- const g = o2(Math.min(Math.abs(h) / Math.abs(i), 1) * 100);
814
- return g === 0 ? void 0 : { color: o.config.nativeColor || L2, startPoint: u, value: -g, isGradient: c, isShowValue: d };
820
+ const h = o2(Math.min(Math.abs(g) / Math.abs(i), 1) * 100);
821
+ return h === 0 ? void 0 : { color: o.config.nativeColor || k2, startPoint: u, value: -h, isGradient: c, isShowValue: d };
815
822
  }
816
823
  else if (i >= 0 && a > 0) {
817
- const g = a - i, D = 0, f = o2((1 - (a - h) / g) * 100);
818
- return f === 0 ? void 0 : { color: o.config.positiveColor || b2, startPoint: D, value: f, isGradient: c, isShowValue: d };
824
+ const h = a - i, D = 0, f = o2((1 - (a - g) / h) * 100);
825
+ return f === 0 ? void 0 : { color: o.config.positiveColor || L2, startPoint: D, value: f, isGradient: c, isShowValue: d };
819
826
  }
820
827
  }
821
828
  }
822
829
  }
823
- class H0 extends w2 {
830
+ class X0 extends F2 {
824
831
  // eslint-disable-next-line max-lines-per-function
825
832
  preComputing(r, t, e) {
826
833
  const n = e.rule.rule, i = e.rule.ranges, u = (() => {
827
834
  switch (n.subType) {
828
- case x.average: {
835
+ case A.average: {
829
836
  let l = 0, o = 0;
830
837
  return i.forEach((d) => {
831
- N.foreach(d, (c, h) => {
832
- const g = e.getCellValue(c, h), D = P(g || void 0);
833
- g && g.t === y.NUMBER && D !== void 0 && (l += Number(D) || 0, o++);
838
+ U.foreach(d, (c, g) => {
839
+ const h = e.getCellValue(c, g), D = W(h || void 0);
840
+ h && h.t === _.NUMBER && D !== void 0 && (l += Number(D) || 0, o++);
834
841
  });
835
842
  }), { value: l / o, type: n.subType };
836
843
  }
837
- case x.uniqueValues:
838
- case x.duplicateValues: {
844
+ case A.uniqueValues:
845
+ case A.duplicateValues: {
839
846
  const l = /* @__PURE__ */ new Map();
840
847
  return i.forEach((o) => {
841
- N.foreach(o, (d, c) => {
842
- const h = e.getCellValue(d, c), g = P(h || void 0);
843
- if (g !== void 0) {
844
- const D = l.get(g);
845
- D ? l.set(g, D + 1) : l.set(g, 1);
848
+ U.foreach(o, (d, c) => {
849
+ const g = e.getCellValue(d, c), h = W(g || void 0);
850
+ if (h !== void 0) {
851
+ const D = l.get(h);
852
+ D ? l.set(h, D + 1) : l.set(h, 1);
846
853
  }
847
854
  });
848
855
  }), { value: l, type: n.subType };
849
856
  }
850
- case x.rank: {
857
+ case A.rank: {
851
858
  let l = [];
852
859
  i.forEach((c) => {
853
- N.foreach(c, (h, g) => {
854
- const D = e.getCellValue(h, g), f = P(D || void 0);
855
- D && D.t === y.NUMBER && f !== void 0 && l.push(Number(f) || 0);
860
+ U.foreach(c, (g, h) => {
861
+ const D = e.getCellValue(g, h), f = W(D || void 0);
862
+ D && D.t === _.NUMBER && f !== void 0 && l.push(Number(f) || 0);
856
863
  });
857
- }), l.sort((c, h) => h - c);
864
+ }), l.sort((c, g) => g - c);
858
865
  const o = e.rule.rule;
859
866
  if (o.isPercent) {
860
867
  o.isBottom && (l = l.toReversed());
861
- const c = K.clamp(o.value, 0, 100) / 100, h = Math.floor(c * l.length), g = K.clamp(h - 1, 0, l.length - 1);
862
- return { value: l[g], type: n.subType };
868
+ const c = J.clamp(o.value, 0, 100) / 100, g = Math.floor(c * l.length), h = J.clamp(g - 1, 0, l.length - 1);
869
+ return { value: l[h], type: n.subType };
863
870
  }
864
- const d = Math.floor(K.clamp(o.isBottom ? o.value - 1 : o.value, 0, l.length));
871
+ const d = Math.floor(J.clamp(o.isBottom ? o.value - 1 : o.value, 0, l.length));
865
872
  return o.isBottom ? { value: l[l.length - d - 1], type: n.subType } : { value: l[Math.max(d - 1, 0)], type: n.subType };
866
873
  }
867
- case x.formula: {
868
- const l = n, o = e.accessor.get(J);
874
+ case A.formula: {
875
+ const l = n, o = e.accessor.get(z);
869
876
  o.registerFormulaWithRange(e.unitId, e.subUnitId, e.rule.cfId, l.value, e.rule.ranges);
870
877
  const d = o.getFormulaMatrix(e.unitId, e.subUnitId, e.rule.cfId, l.value);
871
- return d && d.status === B.SUCCESS ? (this._preComputingStatus$.next(V.preComputingEnd), {
878
+ return d && d.status === N.SUCCESS ? (this._preComputingStatus$.next(V.preComputingEnd), {
872
879
  value: d.result,
873
880
  type: n.subType
874
881
  }) : (this._preComputingStatus$.next(V.preComputing), null);
875
882
  }
876
- case x.timePeriod:
883
+ case A.timePeriod:
877
884
  switch (n.operator) {
878
- case L.last7Days:
885
+ case k.last7Days:
879
886
  return {
880
887
  value: {
881
888
  start: v().subtract(7, "day").valueOf(),
@@ -883,7 +890,7 @@ class H0 extends w2 {
883
890
  },
884
891
  type: n.subType
885
892
  };
886
- case L.lastMonth:
893
+ case k.lastMonth:
887
894
  return {
888
895
  value: {
889
896
  start: v().startOf("month").subtract(1, "month").valueOf(),
@@ -891,7 +898,7 @@ class H0 extends w2 {
891
898
  },
892
899
  type: n.subType
893
900
  };
894
- case L.lastWeek:
901
+ case k.lastWeek:
895
902
  return {
896
903
  value: {
897
904
  start: v().startOf("week").subtract(1, "week").valueOf(),
@@ -899,7 +906,7 @@ class H0 extends w2 {
899
906
  },
900
907
  type: n.subType
901
908
  };
902
- case L.nextMonth:
909
+ case k.nextMonth:
903
910
  return {
904
911
  value: {
905
912
  start: v().startOf("month").add(1, "month").valueOf(),
@@ -907,7 +914,7 @@ class H0 extends w2 {
907
914
  },
908
915
  type: n.subType
909
916
  };
910
- case L.nextWeek:
917
+ case k.nextWeek:
911
918
  return {
912
919
  value: {
913
920
  start: v().startOf("week").add(1, "week").valueOf(),
@@ -915,7 +922,7 @@ class H0 extends w2 {
915
922
  },
916
923
  type: n.subType
917
924
  };
918
- case L.thisMonth:
925
+ case k.thisMonth:
919
926
  return {
920
927
  value: {
921
928
  start: v().startOf("month").valueOf(),
@@ -923,7 +930,7 @@ class H0 extends w2 {
923
930
  },
924
931
  type: n.subType
925
932
  };
926
- case L.thisWeek:
933
+ case k.thisWeek:
927
934
  return {
928
935
  value: {
929
936
  start: v().startOf("week").valueOf(),
@@ -931,7 +938,7 @@ class H0 extends w2 {
931
938
  },
932
939
  type: n.subType
933
940
  };
934
- case L.today:
941
+ case k.today:
935
942
  return {
936
943
  value: {
937
944
  start: v().startOf("day").valueOf(),
@@ -939,7 +946,7 @@ class H0 extends w2 {
939
946
  },
940
947
  type: n.subType
941
948
  };
942
- case L.tomorrow:
949
+ case k.tomorrow:
943
950
  return {
944
951
  value: {
945
952
  start: v().startOf("day").add(1, "day").valueOf(),
@@ -947,7 +954,7 @@ class H0 extends w2 {
947
954
  },
948
955
  type: n.subType
949
956
  };
950
- case L.yesterday:
957
+ case k.yesterday:
951
958
  return {
952
959
  value: {
953
960
  start: v().startOf("day").subtract(1, "day").valueOf(),
@@ -965,84 +972,84 @@ class H0 extends w2 {
965
972
  const i = n.getCellValue(r, t), a = n.rule.rule;
966
973
  return (() => {
967
974
  switch (a.subType) {
968
- case x.number: {
969
- const o = i && Number(i.v), d = (i == null ? void 0 : i.t) === y.NUMBER, c = a;
970
- return d ? k(o) || Number.isNaN(o) ? void 0 : n2({ operator: c.operator, value: c.value || 0 }, o || 0) : !![w.notEqual, w.notBetween].includes(c.operator);
975
+ case A.number: {
976
+ const o = i && Number(i.v), d = (i == null ? void 0 : i.t) === _.NUMBER, c = a;
977
+ return d ? B(o) || Number.isNaN(o) ? void 0 : r2({ operator: c.operator, value: c.value || 0 }, o || 0) : !![F.notEqual, F.notBetween].includes(c.operator);
971
978
  }
972
- case x.text: {
973
- const o = a, d = P(i), c = d === null ? "" : String(d), h = o.value || "";
979
+ case A.text: {
980
+ const o = a, d = W(i), c = d === null ? "" : String(d), g = o.value || "";
974
981
  switch (o.operator) {
975
- case b.beginsWith:
976
- return c.startsWith(h);
977
- case b.containsBlanks:
982
+ case L.beginsWith:
983
+ return c.startsWith(g);
984
+ case L.containsBlanks:
978
985
  return /^\s*$/.test(c);
979
- case b.notContainsBlanks:
986
+ case L.notContainsBlanks:
980
987
  return !/^\s*$/.test(c);
981
- case b.containsErrors:
982
- return R2.has(c);
983
- case b.notContainsErrors:
984
- return !R2.has(c);
985
- case b.containsText:
986
- return c.indexOf(h) > -1;
987
- case b.notContainsText:
988
- return c.indexOf(h) === -1;
989
- case b.endsWith:
990
- return c.endsWith(h);
991
- case b.equal:
992
- return c === h;
993
- case b.notEqual:
994
- return c !== h;
988
+ case L.containsErrors:
989
+ return S2.has(c);
990
+ case L.notContainsErrors:
991
+ return !S2.has(c);
992
+ case L.containsText:
993
+ return c.indexOf(g) > -1;
994
+ case L.notContainsText:
995
+ return c.indexOf(g) === -1;
996
+ case L.endsWith:
997
+ return c.endsWith(g);
998
+ case L.equal:
999
+ return c === g;
1000
+ case L.notEqual:
1001
+ return c !== g;
995
1002
  default:
996
1003
  return !1;
997
1004
  }
998
1005
  }
999
- case x.timePeriod: {
1000
- const o = P(i);
1001
- if (k(o) || Number.isNaN(Number(o)) || (i == null ? void 0 : i.t) !== y.NUMBER || !e)
1006
+ case A.timePeriod: {
1007
+ const o = W(i);
1008
+ if (B(o) || Number.isNaN(Number(o)) || (i == null ? void 0 : i.t) !== _.NUMBER || !e)
1002
1009
  return;
1003
- const d = z0(Number(o)), { start: c, end: h } = e.value;
1004
- return d >= c && d <= h;
1010
+ const d = e1(Number(o)), { start: c, end: g } = e.value;
1011
+ return d >= c && d <= g;
1005
1012
  }
1006
- case x.average: {
1007
- const o = i && i.v, d = Number(o), c = (i == null ? void 0 : i.t) === y.NUMBER, h = a;
1013
+ case A.average: {
1014
+ const o = i && i.v, d = Number(o), c = (i == null ? void 0 : i.t) === _.NUMBER, g = a;
1008
1015
  if (!c)
1009
- return w.notEqual === h.operator;
1010
- if (k(o) || Number.isNaN(d) || !e)
1016
+ return F.notEqual === g.operator;
1017
+ if (B(o) || Number.isNaN(d) || !e)
1011
1018
  return !1;
1012
- const g = e.value;
1013
- switch (h.operator) {
1014
- case w.greaterThan:
1015
- return d > g;
1016
- case w.greaterThanOrEqual:
1017
- return d >= g;
1018
- case w.lessThan:
1019
- return d < g;
1020
- case w.lessThanOrEqual:
1021
- return d <= g;
1022
- case w.equal:
1023
- return C2(d, g);
1024
- case w.notEqual:
1025
- return !C2(d, g);
1019
+ const h = e.value;
1020
+ switch (g.operator) {
1021
+ case F.greaterThan:
1022
+ return d > h;
1023
+ case F.greaterThanOrEqual:
1024
+ return d >= h;
1025
+ case F.lessThan:
1026
+ return d < h;
1027
+ case F.lessThanOrEqual:
1028
+ return d <= h;
1029
+ case F.equal:
1030
+ return C2(d, h);
1031
+ case F.notEqual:
1032
+ return !C2(d, h);
1026
1033
  default:
1027
1034
  return !1;
1028
1035
  }
1029
1036
  }
1030
- case x.rank: {
1031
- const o = P(i), d = Number(o);
1032
- if (k(o) || Number.isNaN(d) || (i == null ? void 0 : i.t) !== y.NUMBER || !e)
1037
+ case A.rank: {
1038
+ const o = W(i), d = Number(o);
1039
+ if (B(o) || Number.isNaN(d) || (i == null ? void 0 : i.t) !== _.NUMBER || !e)
1033
1040
  return !1;
1034
1041
  const c = e.value;
1035
1042
  return a.isBottom ? d <= c : d >= c;
1036
1043
  }
1037
- case x.uniqueValues: {
1038
- const o = P(i);
1039
- return k(o) || !e ? !1 : e.value.get(o) === 1;
1044
+ case A.uniqueValues: {
1045
+ const o = W(i);
1046
+ return B(o) || !e ? !1 : e.value.get(o) === 1;
1040
1047
  }
1041
- case x.duplicateValues: {
1042
- const o = P(i);
1043
- return k(o) || !e ? !1 : e.value.get(o) !== 1;
1048
+ case A.duplicateValues: {
1049
+ const o = W(i);
1050
+ return B(o) || !e ? !1 : e.value.get(o) !== 1;
1044
1051
  }
1045
- case x.formula: {
1052
+ case A.formula: {
1046
1053
  const o = e == null ? void 0 : e.value;
1047
1054
  return o ? o.getValue(r, t) === !0 : !1;
1048
1055
  }
@@ -1050,38 +1057,38 @@ class H0 extends w2 {
1050
1057
  })() ? a.style : {};
1051
1058
  }
1052
1059
  }
1053
- const j0 = (s, r, t) => {
1060
+ const K0 = (s, r, t) => {
1054
1061
  const e = t(s, r);
1055
- if (e && e.t === y.NUMBER) {
1062
+ if (e && e.t === _.NUMBER) {
1056
1063
  const n = Number(e.v);
1057
1064
  return Number.isNaN(n) ? null : n;
1058
1065
  }
1059
1066
  return null;
1060
1067
  };
1061
- class X0 extends w2 {
1068
+ class Y0 extends F2 {
1062
1069
  preComputing(r, t, e) {
1063
1070
  const n = e.rule.rule, i = e.worksheet, a = new O();
1064
- !n.config.every((d) => d.value.type === R.num) && M2(e.rule.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((c) => {
1065
- N.foreach(c, (h, g) => {
1066
- const D = e.getCellValue(h, g), f = D && D.v;
1067
- if (!k(f) && (D == null ? void 0 : D.t) === y.NUMBER) {
1068
- const F = Number(f);
1069
- !Number.isNaN(F) && a.setValue(h, g, F);
1071
+ !n.config.every((d) => d.value.type === I.num) && R2(e.rule.ranges, i.getMaxRows() - 1, i.getMaxColumns() - 1).forEach((c) => {
1072
+ U.foreach(c, (g, h) => {
1073
+ const D = e.getCellValue(g, h), f = D && D.v;
1074
+ if (!B(f) && (D == null ? void 0 : D.t) === _.NUMBER) {
1075
+ const w = Number(f);
1076
+ !Number.isNaN(w) && a.setValue(g, h, w);
1070
1077
  }
1071
1078
  });
1072
1079
  });
1073
1080
  const l = n.config.map((d) => D2(d.value, a, { ...e, cfId: e.rule.cfId }));
1074
- if (!l.some((d) => d.status !== B.SUCCESS)) {
1075
- const d = l.map((c, h) => ({
1076
- operator: n.config[h].operator,
1081
+ if (!l.some((d) => d.status !== N.SUCCESS)) {
1082
+ const d = l.map((c, g) => ({
1083
+ operator: n.config[g].operator,
1077
1084
  value: Number(c.result) || 0
1078
- })).reduce((c, h, g, D) => {
1079
- const f = n.config[g];
1080
- if (!g || g === D.length - 1)
1081
- c.push({ ...h, iconId: f.iconId, iconType: f.iconType });
1085
+ })).reduce((c, g, h, D) => {
1086
+ const f = n.config[h];
1087
+ if (!h || h === D.length - 1)
1088
+ c.push({ ...g, iconId: f.iconId, iconType: f.iconType });
1082
1089
  else {
1083
- const F = D[g - 1];
1084
- n2(F, h.value) || c.push({ ...h, iconId: f.iconId, iconType: f.iconType });
1090
+ const w = D[h - 1];
1091
+ r2(w, g.value) || c.push({ ...g, iconId: f.iconId, iconType: f.iconType });
1085
1092
  }
1086
1093
  return c;
1087
1094
  }, []);
@@ -1093,34 +1100,34 @@ class X0 extends w2 {
1093
1100
  getCellResult(r, t, e, n) {
1094
1101
  if (!e)
1095
1102
  return null;
1096
- const i = j0(r, t, n.getCellValue);
1103
+ const i = K0(r, t, n.getCellValue);
1097
1104
  if (i === null)
1098
1105
  return;
1099
1106
  const a = n.rule.rule, u = a.isShowValue === void 0 ? !0 : !!a.isShowValue;
1100
1107
  for (let l = 0; l < e.length; l++) {
1101
- const o = e[l], d = { ...o }, c = { ...o }, { iconId: h, iconType: g } = o;
1108
+ const o = e[l], d = { ...o }, c = { ...o }, { iconId: g, iconType: h } = o;
1102
1109
  if (l === 0) {
1103
- if (n2(o, i))
1104
- return { iconId: h, iconType: g, isShowValue: u };
1110
+ if (r2(o, i))
1111
+ return { iconId: g, iconType: h, isShowValue: u };
1105
1112
  } else {
1106
1113
  if (l === e.length - 1)
1107
- return { iconId: h, iconType: g, isShowValue: u };
1114
+ return { iconId: g, iconType: h, isShowValue: u };
1108
1115
  {
1109
1116
  const D = e[l - 1];
1110
- if (c.operator = Q0(D.operator), c.value = D.value, n2(d, i) && n2(c, i))
1111
- return { iconId: h, iconType: g, isShowValue: u };
1117
+ if (c.operator = t1(D.operator), c.value = D.value, r2(d, i) && r2(c, i))
1118
+ return { iconId: g, iconType: h, isShowValue: u };
1112
1119
  }
1113
1120
  }
1114
1121
  }
1115
1122
  }
1116
1123
  }
1117
- var Y0 = Object.getOwnPropertyDescriptor, K0 = (s, r, t, e) => {
1118
- for (var n = e > 1 ? void 0 : e ? Y0(r, t) : r, i = s.length - 1, a; i >= 0; i--)
1124
+ var J0 = Object.getOwnPropertyDescriptor, z0 = (s, r, t, e) => {
1125
+ for (var n = e > 1 ? void 0 : e ? J0(r, t) : r, i = s.length - 1, a; i >= 0; i--)
1119
1126
  (a = s[i]) && (n = a(n) || n);
1120
1127
  return n;
1121
1128
  }, c2 = (s, r) => (t, e) => r(t, e, s);
1122
- const p2 = 1e3 * 3 * 3;
1123
- let z = class extends _2 {
1129
+ const A2 = 1e3 * 3 * 3;
1130
+ let Q = class extends y2 {
1124
1131
  constructor(r, t, e, n) {
1125
1132
  super();
1126
1133
  // Map<unitID ,<sheetId ,ObjectMatrix>>
@@ -1129,7 +1136,7 @@ let z = class extends _2 {
1129
1136
  /**
1130
1137
  * 1nd-level cache
1131
1138
  */
1132
- m(this, "_cellCache", new V2(p2));
1139
+ m(this, "_cellCache", new O2(A2));
1133
1140
  m(this, "_markDirty$", new h2());
1134
1141
  /**
1135
1142
  * The rendering layer listens to this variable to determine whether a reRender is necessary.
@@ -1163,7 +1170,7 @@ let z = class extends _2 {
1163
1170
  */
1164
1171
  m(this, "markRuleDirty", (() => {
1165
1172
  const r = new h2();
1166
- return this.disposeWithMe(r.pipe(v0(100), E0((t) => !!t.length), p0((t) => {
1173
+ return this.disposeWithMe(r.pipe(E0(100), p0((t) => !!t.length), A0((t) => {
1167
1174
  const e = /* @__PURE__ */ new Set(), n = [];
1168
1175
  return t.forEach((i) => {
1169
1176
  const a = `${i.unitId}_${i.subUnitId}_${i.cfId}`;
@@ -1204,19 +1211,19 @@ let z = class extends _2 {
1204
1211
  var d;
1205
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 } }]), l = i.filter((c) => u.has(c.cfId));
1206
1213
  return l.length ? l.map((c) => {
1207
- const h = a.get(c.cfId);
1208
- return h ? {
1214
+ const g = a.get(c.cfId);
1215
+ return g ? {
1209
1216
  cfId: c.cfId,
1210
- result: h.getCell(e, n)
1217
+ result: g.getCell(e, n)
1211
1218
  } : null;
1212
- }).filter((c) => !!c).map((c, h) => ({ ...c, priority: h })) : [];
1219
+ }).filter((c) => !!c).map((c, g) => ({ ...c, priority: g })) : [];
1213
1220
  }
1214
1221
  _handleCustomFormulasSeparately() {
1215
1222
  this.disposeWithMe(
1216
1223
  this._conditionalFormattingRuleModel.$ruleChange.subscribe((r) => {
1217
1224
  if (r.type === "set") {
1218
1225
  const { unitId: t, subUnitId: e } = r, n = r.oldRule;
1219
- n.rule.type === S.highlightCell && n.rule.subType === x.formula && this._conditionalFormattingFormulaService.deleteCache(t, e, n.cfId);
1226
+ n.rule.type === S.highlightCell && n.rule.subType === A.formula && this._conditionalFormattingFormulaService.deleteCache(t, e, n.cfId);
1220
1227
  }
1221
1228
  })
1222
1229
  );
@@ -1273,24 +1280,24 @@ let z = class extends _2 {
1273
1280
  subUnitId: t,
1274
1281
  accessor: this._injector,
1275
1282
  rule: e,
1276
- limit: p2,
1283
+ limit: A2,
1277
1284
  getCellValue: (u, l) => i.getCellRaw(u, l) || {}
1278
1285
  };
1279
1286
  switch (e.rule.type) {
1280
1287
  case S.colorScale:
1281
- return new O0(a);
1288
+ return new $0(a);
1282
1289
  case S.dataBar:
1283
- return new G0(a);
1290
+ return new j0(a);
1284
1291
  case S.highlightCell:
1285
- return new H0(a);
1286
- case S.iconSet:
1287
1292
  return new X0(a);
1293
+ case S.iconSet:
1294
+ return new Y0(a);
1288
1295
  }
1289
1296
  }
1290
1297
  _createCacheKey(r, t, e, n) {
1291
1298
  return `${r}_${t}_${e}_${n}`;
1292
1299
  }
1293
- setCacheLength(r = p2) {
1300
+ setCacheLength(r = A2) {
1294
1301
  this._cellCache.limit !== r && (this._cellCache.limit = r, this._calculateUnitManagers.forEach((t) => {
1295
1302
  t.forEach((e) => {
1296
1303
  e.forEach((n) => {
@@ -1300,25 +1307,25 @@ let z = class extends _2 {
1300
1307
  }));
1301
1308
  }
1302
1309
  };
1303
- z = K0([
1304
- c2(0, _(y2)),
1305
- c2(1, _(M)),
1306
- c2(2, _(J)),
1307
- c2(3, W)
1308
- ], z);
1310
+ Q = z0([
1311
+ c2(0, x(M2)),
1312
+ c2(1, x(y)),
1313
+ c2(2, x(z)),
1314
+ c2(3, q)
1315
+ ], Q);
1309
1316
  function C2(s, r) {
1310
1317
  return Math.abs(s - r) < Number.EPSILON;
1311
1318
  }
1312
- const k = (s) => [void 0, null].includes(s), P = (s) => {
1319
+ const B = (s) => [void 0, null].includes(s), W = (s) => {
1313
1320
  var e, n;
1314
1321
  if (!s)
1315
1322
  return null;
1316
- if (s.t === y.BOOLEAN)
1317
- return s.v === T2.TRUE ? S2.TRUE : S2.FALSE;
1323
+ if (s.t === _.BOOLEAN)
1324
+ return s.v === V2.TRUE ? b2.TRUE : b2.FALSE;
1318
1325
  const r = s.v, t = (n = (e = s.p) == null ? void 0 : e.body) == null ? void 0 : n.dataStream.replace(/\r\n$/, "");
1319
- return k(r) ? k(t) ? null : t : r;
1320
- }, A2 = 86400;
1321
- function J0(s, r = !0) {
1326
+ return B(r) ? B(t) ? null : t : r;
1327
+ }, x2 = 86400;
1328
+ function Q0(s, r = !0) {
1322
1329
  if (r && s >= 0) {
1323
1330
  if (s === 0)
1324
1331
  return [1900, 1, 0];
@@ -1337,167 +1344,167 @@ function J0(s, r = !0) {
1337
1344
  const u = i + 2 - 12 * t;
1338
1345
  return [100 * (e - 49) + n + t | 0, u | 0, a | 0];
1339
1346
  }
1340
- const z0 = (s) => {
1347
+ const e1 = (s) => {
1341
1348
  let r = s | 0;
1342
- const t = A2 * (s - r);
1349
+ const t = x2 * (s - r);
1343
1350
  let e = Math.floor(t);
1344
- t - e > 0.9999 && (e += 1, e === A2 && (e = 0, r += 1));
1345
- const n = e < 0 ? A2 + e : e, [i, a, u] = J0(s, !0), l = Math.floor(n / 60 / 60) % 60, o = Math.floor(n / 60) % 60, d = Math.floor(n) % 60;
1351
+ t - e > 0.9999 && (e += 1, e === x2 && (e = 0, r += 1));
1352
+ const n = e < 0 ? x2 + e : e, [i, a, u] = Q0(s, !0), l = Math.floor(n / 60 / 60) % 60, o = Math.floor(n / 60) % 60, d = Math.floor(n) % 60;
1346
1353
  return v(`${i}/${a}/${u} ${l}:${o}:${d}`).valueOf();
1347
1354
  }, D2 = (s, r, t) => {
1348
1355
  switch (s.type) {
1349
- case R.max: {
1356
+ case I.max: {
1350
1357
  let e = 0;
1351
1358
  return r.forValue((n, i, a) => {
1352
1359
  a > e && (e = a);
1353
1360
  }), {
1354
- status: B.SUCCESS,
1361
+ status: N.SUCCESS,
1355
1362
  result: e
1356
1363
  };
1357
1364
  }
1358
- case R.min: {
1365
+ case I.min: {
1359
1366
  let e;
1360
1367
  return r.forValue((n, i, a) => {
1361
1368
  e === void 0 && (e = a), a < e && (e = a);
1362
1369
  }), {
1363
- status: B.SUCCESS,
1370
+ status: N.SUCCESS,
1364
1371
  result: e
1365
1372
  };
1366
1373
  }
1367
- case R.percent: {
1374
+ case I.percent: {
1368
1375
  let e, n;
1369
1376
  r.forValue((u, l, o) => {
1370
1377
  (e === void 0 || n === void 0) && (e = o, n = o), o > e && (e = o), o < n && (n = o);
1371
1378
  });
1372
1379
  const i = (e || 0) - (n || 0), a = Math.max(Math.min(Number(s.value) || 0, 100), 0);
1373
1380
  return {
1374
- status: B.SUCCESS,
1381
+ status: N.SUCCESS,
1375
1382
  result: i * (a / 100) + (n || 0)
1376
1383
  };
1377
1384
  }
1378
- case R.percentile: {
1385
+ case I.percentile: {
1379
1386
  const e = r.toNativeArray().sort((o, d) => o - 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, l = e[a] + (e[Math.min(a + 1, e.length - 1)] - e[a]) * u;
1380
1387
  return {
1381
- status: B.SUCCESS,
1388
+ status: N.SUCCESS,
1382
1389
  result: l
1383
1390
  };
1384
1391
  }
1385
- case R.formula: {
1386
- const { accessor: e, unitId: n, subUnitId: i, cfId: a } = t, u = String(s.value), l = e.get(J);
1392
+ case I.formula: {
1393
+ const { accessor: e, unitId: n, subUnitId: i, cfId: a } = t, u = String(s.value), l = e.get(z);
1387
1394
  return l.registerFormulaWithRange(n, i, a, u), l.getFormulaResultWithCoords(n, i, a, u);
1388
1395
  }
1389
- case R.num:
1396
+ case I.num:
1390
1397
  default: {
1391
1398
  const e = Number(s.value);
1392
1399
  return {
1393
- status: B.SUCCESS,
1400
+ status: N.SUCCESS,
1394
1401
  result: Number.isNaN(e) ? 0 : e
1395
1402
  };
1396
1403
  }
1397
1404
  }
1398
- }, O1 = (s, r, t, e) => {
1399
- const { accessor: n } = e, i = n.get(z), a = new O();
1405
+ }, W1 = (s, r, t, e) => {
1406
+ const { accessor: n } = e, i = n.get(Q), a = new O();
1400
1407
  return t.ranges.forEach((u) => {
1401
- N.foreach(u, (l, o) => {
1408
+ U.foreach(u, (l, o) => {
1402
1409
  const d = i.getCellCfs(s, r, l, o);
1403
1410
  if (d) {
1404
- const c = d.find((h) => h.cfId === t.cfId);
1411
+ const c = d.find((g) => g.cfId === t.cfId);
1405
1412
  c != null && c.result && a.setValue(l, o, c.result);
1406
1413
  }
1407
1414
  });
1408
1415
  }), a;
1409
- }, n2 = (s, r) => {
1416
+ }, r2 = (s, r) => {
1410
1417
  switch (s.operator) {
1411
- case w.between: {
1418
+ case F.between: {
1412
1419
  if (typeof s.value != "object" || !s.value.length)
1413
1420
  return;
1414
1421
  const t = Math.min(...s.value), e = Math.max(...s.value);
1415
1422
  return r >= t && r <= e;
1416
1423
  }
1417
- case w.notBetween: {
1424
+ case F.notBetween: {
1418
1425
  if (typeof s.value != "object" || !s.value.length)
1419
1426
  return;
1420
1427
  const t = Math.min(...s.value), e = Math.max(...s.value);
1421
1428
  return !(r >= t && r <= e);
1422
1429
  }
1423
- case w.equal: {
1430
+ case F.equal: {
1424
1431
  const t = s.value || 0;
1425
1432
  return C2(t, r);
1426
1433
  }
1427
- case w.notEqual: {
1434
+ case F.notEqual: {
1428
1435
  const t = s.value || 0;
1429
1436
  return !C2(t, r);
1430
1437
  }
1431
- case w.greaterThan: {
1438
+ case F.greaterThan: {
1432
1439
  const t = s.value || 0;
1433
1440
  return r > t;
1434
1441
  }
1435
- case w.greaterThanOrEqual: {
1442
+ case F.greaterThanOrEqual: {
1436
1443
  const t = s.value || 0;
1437
1444
  return r >= t;
1438
1445
  }
1439
- case w.lessThan: {
1446
+ case F.lessThan: {
1440
1447
  const t = s.value || 0;
1441
1448
  return r < t;
1442
1449
  }
1443
- case w.lessThanOrEqual: {
1450
+ case F.lessThanOrEqual: {
1444
1451
  const t = s.value || 0;
1445
1452
  return r <= t;
1446
1453
  }
1447
1454
  default:
1448
1455
  return !1;
1449
1456
  }
1450
- }, Q0 = (s) => {
1457
+ }, t1 = (s) => {
1451
1458
  switch (s) {
1452
- case w.greaterThan:
1453
- return w.lessThanOrEqual;
1454
- case w.greaterThanOrEqual:
1455
- return w.lessThan;
1456
- case w.lessThan:
1457
- return w.greaterThanOrEqual;
1458
- case w.lessThanOrEqual:
1459
- return w.greaterThan;
1459
+ case F.greaterThan:
1460
+ return F.lessThanOrEqual;
1461
+ case F.greaterThanOrEqual:
1462
+ return F.lessThan;
1463
+ case F.lessThan:
1464
+ return F.greaterThanOrEqual;
1465
+ case F.lessThanOrEqual:
1466
+ return F.greaterThan;
1460
1467
  }
1461
1468
  return s;
1462
- }, e1 = (s, r) => {
1469
+ }, n1 = (s, r) => {
1463
1470
  const t = (i) => i.a !== void 0 ? i : { ...i, a: 1 }, e = s.findIndex((i) => i.value >= r), n = e - 1;
1464
1471
  if (e === 0)
1465
1472
  return s[0].color.toRgbString();
1466
1473
  if (n >= 0) {
1467
1474
  const i = s[n], a = s[e];
1468
1475
  if (i.color.isValid && a.color.isValid) {
1469
- const u = t(i.color.toRgb()), l = t(a.color.toRgb()), o = a.value - i.value, d = (r - i.value) / o, c = ["r", "g", "b", "a"].reduce((g, D) => {
1476
+ const u = t(i.color.toRgb()), l = t(a.color.toRgb()), o = a.value - i.value, d = (r - i.value) / o, c = ["r", "g", "b", "a"].reduce((h, D) => {
1470
1477
  const f = u[D];
1471
- return g[D] = (l[D] - f) * d + f, g;
1478
+ return h[D] = (l[D] - f) * d + f, h;
1472
1479
  }, {});
1473
- return new O2(c).toRgbString();
1480
+ return new $2(c).toRgbString();
1474
1481
  }
1475
1482
  } else
1476
1483
  return s[s.length - 1].color.toRgbString();
1477
- }, M2 = (s, r, t) => s.map((e) => {
1484
+ }, R2 = (s, r, t) => s.map((e) => {
1478
1485
  if (e.startColumn > t || e.startRow > r)
1479
1486
  return null;
1480
1487
  const n = { ...e };
1481
1488
  return n.endRow = Math.min(n.endRow, r), n.endColumn = Math.min(n.endColumn, t), n;
1482
1489
  }).filter((e) => !!e);
1483
- function $1(s) {
1490
+ function q1(s) {
1484
1491
  let r = 0;
1485
1492
  return new O(s).forValue((t, e, n) => {
1486
1493
  r = Math.max(Number.isNaN(r) ? 0 : r, Number(n));
1487
1494
  }), r;
1488
1495
  }
1489
- const t1 = { 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" }, n1 = { 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" }, r1 = { 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" }, s1 = { 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" }, i1 = { 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" }, a1 = /* @__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"}'), l1 = { 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" }, o1 = { 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" }, c1 = { "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" }, u1 = { "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 = {
1490
- feedback: t1,
1491
- star: n1,
1492
- progress: r1,
1493
- signal: s1,
1494
- feeling: i1,
1495
- arrow: a1,
1496
- shape: l1,
1497
- feedback2: o1,
1498
- flag: c1,
1499
- cell: u1
1500
- }, d1 = [
1496
+ const r1 = { 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" }, s1 = { 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" }, i1 = { 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" }, a1 = { 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" }, l1 = { 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" }, o1 = /* @__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"}'), c1 = { 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" }, u1 = { 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" }, d1 = { "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" }, h1 = { "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 = {
1497
+ feedback: r1,
1498
+ star: s1,
1499
+ progress: i1,
1500
+ signal: a1,
1501
+ feeling: l1,
1502
+ arrow: o1,
1503
+ shape: c1,
1504
+ feedback2: u1,
1505
+ flag: d1,
1506
+ cell: h1
1507
+ }, g1 = [
1501
1508
  {
1502
1509
  title: "sheet.cf.iconSet.direction",
1503
1510
  group: [
@@ -1578,7 +1585,7 @@ const t1 = { mistake: "data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%2
1578
1585
  }
1579
1586
  ]
1580
1587
  }
1581
- ], f2 = d1.reduce((s, r) => {
1588
+ ], f2 = g1.reduce((s, r) => {
1582
1589
  const { group: t } = r;
1583
1590
  for (const e of t)
1584
1591
  s[e.name] = e.list;
@@ -1588,37 +1595,37 @@ for (const s in f2) {
1588
1595
  const r = f2[s];
1589
1596
  Object.freeze(r);
1590
1597
  }
1591
- const h1 = "EMPTY_ICON_TYPE", g1 = "ssheets-conditional-formatting.config", k2 = {};
1592
- var C1 = Object.getOwnPropertyDescriptor, D1 = (s, r, t, e) => {
1593
- for (var n = e > 1 ? void 0 : e ? C1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
1598
+ const C1 = "EMPTY_ICON_TYPE", D1 = "ssheets-conditional-formatting.config", B2 = {};
1599
+ var f1 = Object.getOwnPropertyDescriptor, m1 = (s, r, t, e) => {
1600
+ for (var n = e > 1 ? void 0 : e ? f1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
1594
1601
  (a = s[i]) && (n = a(n) || n);
1595
1602
  return n;
1596
1603
  }, Y = (s, r) => (t, e) => r(t, e, s);
1597
- let r2 = class extends _2 {
1604
+ let s2 = class extends y2 {
1598
1605
  constructor(s, r, t, e, n, i) {
1599
1606
  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();
1600
1607
  }
1601
1608
  get _conditionalFormattingViewModelV2() {
1602
- return this._injector.get(z);
1609
+ return this._injector.get(Q);
1603
1610
  }
1604
1611
  composeStyle(s, r, t, e) {
1605
1612
  const n = this._conditionalFormattingViewModelV2.getCellCfs(s, r, t, e);
1606
1613
  if (n && (n != null && n.length)) {
1607
1614
  const i = n.map((l) => this._conditionalFormattingRuleModel.getRule(s, r, l.cfId)).filter((l) => !!l).reverse(), a = i.findIndex((l) => l == null ? void 0 : l.stopIfTrue);
1608
1615
  return a > -1 && i.splice(a + 1), i.reduce((l, o) => {
1609
- var h;
1610
- const d = o.rule.type, c = n.find((g) => g.cfId === o.cfId);
1616
+ var g;
1617
+ const d = o.rule.type, c = n.find((h) => h.cfId === o.cfId);
1611
1618
  if (d === S.highlightCell)
1612
- c.result && $2(l, { style: c.result });
1619
+ c.result && P2(l, { style: c.result });
1613
1620
  else if (d === S.colorScale) {
1614
- const g = c == null ? void 0 : c.result;
1615
- g && typeof g == "string" && (l.style = { ...(h = l.style) != null ? h : {}, bg: { rgb: g } });
1621
+ const h = c == null ? void 0 : c.result;
1622
+ h && typeof h == "string" && (l.style = { ...(g = l.style) != null ? g : {}, bg: { rgb: h } });
1616
1623
  } else if (d === S.dataBar) {
1617
- const g = c == null ? void 0 : c.result;
1618
- g && (l.dataBar = g, l.isShowValue = g.isShowValue);
1624
+ const h = c == null ? void 0 : c.result;
1625
+ h && (l.dataBar = h, l.isShowValue = h.isShowValue);
1619
1626
  } else if (d === S.iconSet) {
1620
- const g = c == null ? void 0 : c.result;
1621
- g && (l.iconSet = g, l.isShowValue = g.isShowValue);
1627
+ const h = c == null ? void 0 : c.result;
1628
+ h && (l.iconSet = h, l.isShowValue = h.isShowValue);
1622
1629
  }
1623
1630
  return l;
1624
1631
  }, {});
@@ -1642,7 +1649,7 @@ let r2 = class extends _2 {
1642
1649
  };
1643
1650
  this.disposeWithMe(
1644
1651
  this._resourceManagerService.registerPluginResource({
1645
- pluginName: q2,
1652
+ pluginName: Z2,
1646
1653
  businesses: [m2.UNIVER_SHEET],
1647
1654
  toJson: (t) => s(t),
1648
1655
  parseJson: (t) => r(t),
@@ -1663,8 +1670,8 @@ let r2 = class extends _2 {
1663
1670
  this.disposeWithMe(
1664
1671
  this._sheetInterceptorService.interceptCommand({
1665
1672
  getMutations: (s) => {
1666
- if (s.id === s0.id) {
1667
- const r = s.params, t = r.unitId || f1(this._univerInstanceService), e = r.subUnitId || m1(this._univerInstanceService);
1673
+ if (s.id === i0.id) {
1674
+ const r = s.params, t = r.unitId || w1(this._univerInstanceService), e = r.subUnitId || F1(this._univerInstanceService);
1668
1675
  if (!e)
1669
1676
  return { redos: [], undos: [] };
1670
1677
  const n = this._conditionalFormattingRuleModel.getSubunitRules(t, e);
@@ -1678,9 +1685,9 @@ let r2 = class extends _2 {
1678
1685
  cfId: u.cfId
1679
1686
  };
1680
1687
  i.push({
1681
- id: j.id,
1688
+ id: K.id,
1682
1689
  params: l
1683
- }), a.push(...F2(this._injector, l));
1690
+ }), a.push(...w2(this._injector, l));
1684
1691
  }), {
1685
1692
  redos: i,
1686
1693
  undos: a
@@ -1704,56 +1711,56 @@ let r2 = class extends _2 {
1704
1711
  }), [...i].map((a) => this._conditionalFormattingRuleModel.getRule(t, e, a)).filter((a) => !!a);
1705
1712
  };
1706
1713
  switch (s.id) {
1707
- case g0.id: {
1714
+ case C0.id: {
1708
1715
  const t = s.params, { subUnitId: e, unitId: n, cellValue: i } = t, a = [];
1709
1716
  new O(i).forValue((l, o, d) => {
1710
- d && Object.keys(d).some((h) => ["p", "v"].includes(h)) && a.push([l, o]);
1717
+ d && Object.keys(d).some((g) => ["p", "v"].includes(g)) && a.push([l, o]);
1711
1718
  }), r(n, e, a).forEach((l) => {
1712
1719
  this._conditionalFormattingViewModelV2.markRuleDirty(n, e, l.cfId);
1713
1720
  });
1714
1721
  break;
1715
1722
  }
1716
- case h0.id:
1717
- case d0.id: {
1723
+ case g0.id:
1724
+ case h0.id: {
1718
1725
  const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n), a = { ...t, endColumn: Number.MAX_SAFE_INTEGER };
1719
- i && i.filter((l) => l.ranges.some((o) => t2.intersects(o, a))).forEach((l) => {
1726
+ i && i.filter((l) => l.ranges.some((o) => n2.intersects(o, a))).forEach((l) => {
1720
1727
  this._conditionalFormattingViewModelV2.markRuleDirty(e, n, l.cfId);
1721
1728
  });
1722
1729
  break;
1723
1730
  }
1724
- case u0.id:
1725
- case c0.id: {
1731
+ case d0.id:
1732
+ case u0.id: {
1726
1733
  const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n), a = { ...t, endRow: Number.MAX_SAFE_INTEGER };
1727
- i && i.filter((l) => l.ranges.some((o) => t2.intersects(o, a))).forEach((l) => {
1734
+ i && i.filter((l) => l.ranges.some((o) => n2.intersects(o, a))).forEach((l) => {
1728
1735
  this._conditionalFormattingViewModelV2.markRuleDirty(e, n, l.cfId);
1729
1736
  });
1730
1737
  break;
1731
1738
  }
1732
- case o0.id: {
1739
+ case c0.id: {
1733
1740
  const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i), u = {
1734
1741
  startRow: Math.min(t.startRow, e.startRow),
1735
1742
  endRow: Number.MAX_SAFE_INTEGER,
1736
1743
  startColumn: 0,
1737
1744
  endColumn: Number.MAX_SAFE_INTEGER
1738
1745
  };
1739
- a && a.filter((o) => o.ranges.some((d) => t2.intersects(d, u))).forEach((o) => {
1746
+ a && a.filter((o) => o.ranges.some((d) => n2.intersects(d, u))).forEach((o) => {
1740
1747
  this._conditionalFormattingViewModelV2.markRuleDirty(n, i, o.cfId);
1741
1748
  });
1742
1749
  break;
1743
1750
  }
1744
- case l0.id: {
1751
+ case o0.id: {
1745
1752
  const { sourceRange: t, targetRange: e, unitId: n, subUnitId: i } = s.params, a = this._conditionalFormattingRuleModel.getSubunitRules(n, i), u = {
1746
1753
  startRow: 0,
1747
1754
  endRow: Number.MAX_SAFE_INTEGER,
1748
1755
  startColumn: Math.min(t.startColumn, e.startColumn),
1749
1756
  endColumn: Number.MAX_SAFE_INTEGER
1750
1757
  };
1751
- a && a.filter((o) => o.ranges.some((d) => t2.intersects(d, u))).forEach((o) => {
1758
+ a && a.filter((o) => o.ranges.some((d) => n2.intersects(d, u))).forEach((o) => {
1752
1759
  this._conditionalFormattingViewModelV2.markRuleDirty(n, i, o.cfId);
1753
1760
  });
1754
1761
  break;
1755
1762
  }
1756
- case a0.id: {
1763
+ case l0.id: {
1757
1764
  const { unitId: t, to: e, from: n } = s.params, i = (a) => {
1758
1765
  const u = [];
1759
1766
  new O(a.value).forValue((o, d) => {
@@ -1765,9 +1772,9 @@ let r2 = class extends _2 {
1765
1772
  i(e), i(n);
1766
1773
  break;
1767
1774
  }
1768
- case i0.id: {
1775
+ case a0.id: {
1769
1776
  const { range: t, unitId: e, subUnitId: n } = s.params, i = this._conditionalFormattingRuleModel.getSubunitRules(e, n);
1770
- i && i.filter((u) => u.ranges.some((l) => t2.intersects(l, t))).forEach((u) => {
1777
+ i && i.filter((u) => u.ranges.some((l) => n2.intersects(l, t))).forEach((u) => {
1771
1778
  this._conditionalFormattingViewModelV2.markRuleDirty(e, n, u.cfId);
1772
1779
  });
1773
1780
  break;
@@ -1777,72 +1784,75 @@ let r2 = class extends _2 {
1777
1784
  );
1778
1785
  }
1779
1786
  };
1780
- r2 = D1([
1781
- Y(0, _(M)),
1782
- Y(1, _(y2)),
1783
- Y(2, _(W)),
1784
- Y(3, _(K2)),
1785
- Y(4, _(r0)),
1786
- Y(5, _($))
1787
- ], r2);
1788
- const f1 = (s) => s.getCurrentUnitForType(m2.UNIVER_SHEET).getUnitId(), m1 = (s) => {
1787
+ s2 = m1([
1788
+ Y(0, x(y)),
1789
+ Y(1, x(M2)),
1790
+ Y(2, x(q)),
1791
+ Y(3, x(J2)),
1792
+ Y(4, x(s0)),
1793
+ Y(5, x(P))
1794
+ ], s2);
1795
+ const w1 = (s) => s.getCurrentUnitForType(m2.UNIVER_SHEET).getUnitId(), F1 = (s) => {
1789
1796
  var r;
1790
1797
  return (r = s.getCurrentUnitForType(m2.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : r.getSheetId();
1791
1798
  };
1792
- var F1 = Object.getOwnPropertyDescriptor, w1 = (s, r, t, e) => {
1793
- for (var n = e > 1 ? void 0 : e ? F1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
1799
+ var v1 = Object.getOwnPropertyDescriptor, E1 = (s, r, t, e) => {
1800
+ for (var n = e > 1 ? void 0 : e ? v1(r, t) : r, i = s.length - 1, a; i >= 0; i--)
1794
1801
  (a = s[i]) && (n = a(n) || n);
1795
1802
  return n;
1796
- }, x2 = (s, r) => (t, e) => r(t, e, s), u2;
1797
- let B2 = (u2 = class extends J2 {
1798
- constructor(s = k2, r, t, e) {
1803
+ }, _2 = (s, r) => (t, e) => r(t, e, s), u2;
1804
+ let N2 = (u2 = class extends z2 {
1805
+ constructor(s = B2, r, t, e) {
1799
1806
  super(), this._config = s, this._injector = r, this._commandService = t, this._configService = e;
1800
- const { ...n } = $2(
1807
+ const { ...n } = P2(
1801
1808
  {},
1802
- k2,
1809
+ B2,
1803
1810
  this._config
1804
1811
  );
1805
- this._configService.setConfig(g1, n), [
1806
- [r2],
1807
- [J],
1808
- [M],
1809
- [z]
1812
+ this._configService.setConfig(D1, n), [
1813
+ [s2],
1814
+ [z],
1815
+ [y],
1816
+ [Q]
1810
1817
  ].forEach((i) => {
1811
1818
  this._injector.add(i);
1812
1819
  }), [
1813
- S0,
1814
1820
  b0,
1815
1821
  L0,
1816
1822
  k0,
1817
1823
  B0,
1818
1824
  N0,
1825
+ U0,
1819
1826
  g2,
1820
- j,
1827
+ K,
1828
+ a2,
1821
1829
  i2,
1822
- s2,
1823
1830
  d2
1824
1831
  ].forEach((i) => {
1825
1832
  this._commandService.registerCommand(i);
1826
1833
  });
1827
1834
  }
1828
1835
  onStarting() {
1829
- this._injector.get(r2), z2(this._injector, [[r2], [z]]);
1830
- }
1831
- }, m(u2, "pluginName", q2), m(u2, "type", m2.UNIVER_SHEET), u2);
1832
- B2 = w1([
1833
- x2(1, _(y2)),
1834
- x2(2, _($)),
1835
- x2(3, Q2)
1836
- ], B2);
1837
- const v1 = "sheet-conditional-rule-icon", E1 = 35, p1 = 15, A1 = 2;
1838
- class x1 extends W2 {
1836
+ this._injector.get(s2), Q2(this._injector, [[s2], [Q]]);
1837
+ }
1838
+ }, m(u2, "pluginName", Z2), m(u2, "type", m2.UNIVER_SHEET), u2);
1839
+ N2 = E1([
1840
+ _2(1, x(M2)),
1841
+ _2(2, x(P)),
1842
+ _2(3, e0)
1843
+ ], N2);
1844
+ const p1 = "sheet-conditional-rule-icon", A1 = 35, x1 = 15, _1 = 2, y1 = (s) => {
1845
+ const { startRow: r, endRow: t, startColumn: e, endColumn: n } = s;
1846
+ return `${r}-${t}-${e}-${n}`;
1847
+ };
1848
+ class M1 extends q2 {
1839
1849
  constructor() {
1840
1850
  super();
1841
- m(this, "_paddingRightAndLeft", A1);
1842
- m(this, "_width", p1);
1851
+ m(this, "_paddingRightAndLeft", _1);
1852
+ m(this, "_width", x1);
1843
1853
  m(this, "_imageMap", /* @__PURE__ */ new Map());
1844
- m(this, "uKey", v1);
1845
- m(this, "Z_INDEX", E1);
1854
+ m(this, "uKey", p1);
1855
+ m(this, "Z_INDEX", A1);
1846
1856
  m(this, "_radius", 1);
1847
1857
  this._init();
1848
1858
  }
@@ -1850,27 +1860,31 @@ class x1 extends W2 {
1850
1860
  const { worksheet: a } = n;
1851
1861
  if (!a)
1852
1862
  return !1;
1853
- t.save(), N.foreach(n.rowColumnSegment, (u, l) => {
1854
- if (!a.getRowVisible(u) || !a.getColVisible(l))
1863
+ const u = /* @__PURE__ */ new Set();
1864
+ t.save(), U.foreach(n.rowColumnSegment, (l, o) => {
1865
+ if (!a.getRowVisible(l) || !a.getColVisible(o))
1855
1866
  return;
1856
- const o = a.getCell(u, l);
1857
- if (o != null && o.iconSet) {
1858
- const { iconType: d, iconId: c } = o.iconSet;
1859
- if (d === h1)
1860
- return;
1861
- const h = this._imageMap.get(this._createKey(d, c));
1862
- if (!h)
1863
- return;
1864
- const g = n.getCellWithCoordByIndex(u, l, !1);
1865
- let { isMerged: D, isMergedMainCell: f, mergeInfo: F, startY: E, endY: I, startX: p, endX: A } = g;
1866
- if (D || (f && (E = F.startY, I = F.endY, p = F.startX, A = F.endX), !this.isRenderDiffRangesByCell(F, i)))
1867
- return;
1868
- const T = A - p, a2 = I - E;
1869
- if (this._width > a2 || this._width > T + this._paddingRightAndLeft * 2)
1867
+ const d = n.getCellWithCoordByIndex(l, o, !1), { isMerged: c, isMergedMainCell: g, mergeInfo: h } = d;
1868
+ let D = a.getCell(l, o);
1869
+ if (c && (D = a.getCell(h.startRow, h.startColumn)), !(D != null && D.iconSet))
1870
+ return;
1871
+ const { iconType: f, iconId: w } = D.iconSet;
1872
+ if (f === C1)
1873
+ return;
1874
+ const E = this._imageMap.get(this._createKey(f, w));
1875
+ if (!E || !this.isRenderDiffRangesByCell(h, i))
1876
+ return;
1877
+ if (c || g) {
1878
+ const Z = y1(h);
1879
+ if (u.has(Z))
1870
1880
  return;
1871
- const v2 = (a2 - this._width) / 2 + E;
1872
- t.drawImage(h, p + this._paddingRightAndLeft, v2, this._width, this._width);
1881
+ u.add(Z);
1873
1882
  }
1883
+ const { startX: M, endX: p, startY: R, endY: b } = c || g ? h : d, v2 = p - M, l2 = b - R;
1884
+ if (this._width > l2 || this._width > v2 + this._paddingRightAndLeft * 2)
1885
+ return;
1886
+ const E2 = (l2 - this._width) / 2 + R;
1887
+ t.drawImage(E, M + this._paddingRightAndLeft, E2, this._width, this._width);
1874
1888
  }), t.restore();
1875
1889
  }
1876
1890
  _init() {
@@ -1886,83 +1900,83 @@ class x1 extends W2 {
1886
1900
  return `${t}_${e}`;
1887
1901
  }
1888
1902
  }
1889
- P2.add(x1);
1890
- function _1(s) {
1903
+ W2.add(M1);
1904
+ function R1(s) {
1891
1905
  if (typeof s != "object" || s === null)
1892
1906
  return s;
1893
1907
  const r = {};
1894
1908
  for (const t in s)
1895
1909
  if (s.hasOwnProperty(t)) {
1896
- const e = _1(s[t]);
1910
+ const e = R1(s[t]);
1897
1911
  e !== void 0 && (r[t] = e);
1898
1912
  }
1899
1913
  return r;
1900
1914
  }
1901
1915
  export {
1902
- S0 as AddCfCommand,
1916
+ b0 as AddCfCommand,
1903
1917
  g2 as AddConditionalRuleMutation,
1904
- R0 as AddConditionalRuleMutationUndoFactory,
1905
- w as CFNumberOperator,
1918
+ S0 as AddConditionalRuleMutationUndoFactory,
1919
+ F as CFNumberOperator,
1906
1920
  S as CFRuleType,
1907
- x as CFSubRuleType,
1908
- b as CFTextOperator,
1909
- L as CFTimePeriodOperator,
1910
- R as CFValueType,
1911
- p2 as CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH,
1912
- b0 as ClearRangeCfCommand,
1913
- L0 as ClearWorksheetCfCommand,
1921
+ A as CFSubRuleType,
1922
+ L as CFTextOperator,
1923
+ k as CFTimePeriodOperator,
1924
+ I as CFValueType,
1925
+ A2 as CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH,
1926
+ L0 as ClearRangeCfCommand,
1927
+ k0 as ClearWorksheetCfCommand,
1914
1928
  d2 as ConditionalFormattingFormulaMarkDirty,
1915
- J as ConditionalFormattingFormulaService,
1916
- x1 as ConditionalFormattingIcon,
1917
- M as ConditionalFormattingRuleModel,
1918
- r2 as ConditionalFormattingService,
1919
- z as ConditionalFormattingViewModel,
1920
- k1 as DEFAULT_BG_COLOR,
1921
- B1 as DEFAULT_FONT_COLOR,
1922
- A1 as DEFAULT_PADDING,
1923
- p1 as DEFAULT_WIDTH,
1924
- q0 as DataBar,
1925
- k0 as DeleteCfCommand,
1926
- j as DeleteConditionalRuleMutation,
1927
- F2 as DeleteConditionalRuleMutationUndoFactory,
1928
- h1 as EMPTY_ICON_TYPE,
1929
- B as FormulaResultStatus,
1930
- v1 as IconUKey,
1931
- B0 as MoveCfCommand,
1932
- s2 as MoveConditionalRuleMutation,
1929
+ z as ConditionalFormattingFormulaService,
1930
+ M1 as ConditionalFormattingIcon,
1931
+ y as ConditionalFormattingRuleModel,
1932
+ s2 as ConditionalFormattingService,
1933
+ Q as ConditionalFormattingViewModel,
1934
+ U1 as DEFAULT_BG_COLOR,
1935
+ T1 as DEFAULT_FONT_COLOR,
1936
+ _1 as DEFAULT_PADDING,
1937
+ x1 as DEFAULT_WIDTH,
1938
+ G0 as DataBar,
1939
+ B0 as DeleteCfCommand,
1940
+ K as DeleteConditionalRuleMutation,
1941
+ w2 as DeleteConditionalRuleMutationUndoFactory,
1942
+ C1 as EMPTY_ICON_TYPE,
1943
+ N as FormulaResultStatus,
1944
+ p1 as IconUKey,
1945
+ N0 as MoveCfCommand,
1946
+ i2 as MoveConditionalRuleMutation,
1933
1947
  I0 as MoveConditionalRuleMutationUndoFactory,
1934
- q2 as SHEET_CONDITIONAL_FORMATTING_PLUGIN,
1935
- N0 as SetCfCommand,
1936
- i2 as SetConditionalRuleMutation,
1937
- B2 as UniverSheetsConditionalFormattingPlugin,
1938
- y0 as anchorUndoFactory,
1939
- n2 as compareWithNumber,
1940
- M0 as createCfId,
1941
- N1 as createDefaultRule,
1942
- U1 as createDefaultValue,
1943
- T1 as createDefaultValueByValueType,
1944
- $0 as dataBarUKey,
1945
- L2 as defaultDataBarNativeColor,
1946
- b2 as defaultDataBarPositiveColor,
1947
- P0 as defaultPlaceholderColor,
1948
- M2 as filterRange,
1949
- H as findIndexByAnchor,
1950
- O1 as getCacheStyleMatrix,
1951
- P as getCellValue,
1952
- e1 as getColorScaleFromValue,
1953
- $1 as getMaxInFormulaResult,
1954
- Q0 as getOppositeOperator,
1948
+ Z2 as SHEET_CONDITIONAL_FORMATTING_PLUGIN,
1949
+ U0 as SetCfCommand,
1950
+ a2 as SetConditionalRuleMutation,
1951
+ N2 as UniverSheetsConditionalFormattingPlugin,
1952
+ M0 as anchorUndoFactory,
1953
+ r2 as compareWithNumber,
1954
+ R0 as createCfId,
1955
+ V1 as createDefaultRule,
1956
+ O1 as createDefaultValue,
1957
+ $1 as createDefaultValueByValueType,
1958
+ P0 as dataBarUKey,
1959
+ k2 as defaultDataBarNativeColor,
1960
+ L2 as defaultDataBarPositiveColor,
1961
+ W0 as defaultPlaceholderColor,
1962
+ R2 as filterRange,
1963
+ X as findIndexByAnchor,
1964
+ W1 as getCacheStyleMatrix,
1965
+ W as getCellValue,
1966
+ n1 as getColorScaleFromValue,
1967
+ q1 as getMaxInFormulaResult,
1968
+ t1 as getOppositeOperator,
1955
1969
  D2 as getValueByType,
1956
- d1 as iconGroup,
1970
+ g1 as iconGroup,
1957
1971
  f2 as iconMap,
1958
- V1 as isAnchorEqual,
1972
+ P1 as isAnchorEqual,
1959
1973
  C2 as isFloatsEqual,
1960
- k as isNullable,
1961
- q1 as isRangesEqual,
1962
- _0 as moveByAnchor,
1963
- _1 as removeUndefinedAttr,
1964
- z0 as serialTimeToTimestamp,
1965
- G2 as setConditionalRuleMutationUndoFactory,
1966
- J0 as toYMD_1900,
1967
- Z2 as transformSupportSymmetryAnchor
1974
+ B as isNullable,
1975
+ H1 as isRangesEqual,
1976
+ y0 as moveByAnchor,
1977
+ R1 as removeUndefinedAttr,
1978
+ e1 as serialTimeToTimestamp,
1979
+ H2 as setConditionalRuleMutationUndoFactory,
1980
+ Q0 as toYMD_1900,
1981
+ G2 as transformSupportSymmetryAnchor
1968
1982
  };