@univerjs/sheets-conditional-formatting-ui 0.8.0-beta.0 → 0.8.0-nightly.202505261607
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1254 -1201
- package/lib/index.css +1 -1
- package/lib/index.js +1254 -1201
- package/lib/types/components/color-picker/index.d.ts +3 -18
- package/lib/umd/index.js +1 -1
- package/package.json +10 -10
- package/LICENSE +0 -176
package/lib/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { CommandType as
|
|
5
|
-
import { ConditionalFormattingRuleModel as Q, CFSubRuleType as F, CFRuleType as U, AddConditionalRuleMutation as se, CFNumberOperator as P, getColorScaleFromValue as
|
|
6
|
-
import { getSheetCommandTarget as
|
|
7
|
-
import { useDependency as
|
|
8
|
-
import { jsx as c, jsxs as k, Fragment as
|
|
9
|
-
import { forwardRef as
|
|
10
|
-
import { Dropdown as
|
|
11
|
-
import { serializeRange as Un, deserializeRangeWithSheet as
|
|
12
|
-
import { FormulaEditor as Mt, RangeSelector as
|
|
13
|
-
import { useHighlightRange as
|
|
14
|
-
import { Observable as
|
|
15
|
-
import { IRenderManagerService as
|
|
16
|
-
import { bufferTime as
|
|
17
|
-
const
|
|
18
|
-
type:
|
|
1
|
+
var cr = Object.defineProperty;
|
|
2
|
+
var ur = (t, e, r) => e in t ? cr(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
|
|
3
|
+
var Se = (t, e, r) => ur(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
|
+
import { CommandType as me, ICommandService as te, IUniverInstanceService as z, ColorKit as mn, BooleanNumber as le, LocaleService as re, UniverInstanceType as D, Tools as Bt, get as dr, set as hr, createInterceptorKey as fn, InterceptorManager as vr, Inject as O, Disposable as ue, Injector as fe, Rectangle as ye, generateRandomId as gr, ObjectMatrix as Me, Range as be, toDisposable as pn, InterceptorEffectEnum as mr, DependentOn as Cn, IConfigService as yn, Plugin as bn, merge as In, registerDependencies as fr, touchDependencies as kt } from "@univerjs/core";
|
|
5
|
+
import { ConditionalFormattingRuleModel as Q, CFSubRuleType as F, CFRuleType as U, AddConditionalRuleMutation as se, CFNumberOperator as P, getColorScaleFromValue as pr, iconMap as Ve, DEFAULT_BG_COLOR as Cr, DEFAULT_FONT_COLOR as yr, defaultDataBarPositiveColor as Ke, defaultDataBarNativeColor as Xe, CFValueType as $, createDefaultValueByValueType as Je, removeUndefinedAttr as br, createDefaultValue as mt, CFTextOperator as H, CFTimePeriodOperator as ve, iconGroup as Ir, getOppositeOperator as Ht, compareWithNumber as Sr, EMPTY_ICON_TYPE as _r, SetCfCommand as Rr, AddCfCommand as Sn, SetConditionalRuleMutation as _e, DeleteConditionalRuleMutation as Re, MoveConditionalRuleMutation as _n, ClearWorksheetCfCommand as Rn, DeleteCfCommand as Yt, MoveCfCommand as Tr, ClearRangeCfCommand as xr, createDefaultRule as we, ConditionalFormattingViewModel as it, SHEET_CONDITIONAL_FORMATTING_PLUGIN as st, DeleteConditionalRuleMutationUndoFactory as Ae, AddConditionalRuleMutationUndoFactory as Tn, setConditionalRuleMutationUndoFactory as De, isRangesEqual as wr, ConditionalFormattingService as xn, DEFAULT_PADDING as Er, DEFAULT_WIDTH as Nr, UniverSheetsConditionalFormattingPlugin as wn, CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH as Mr } from "@univerjs/sheets-conditional-formatting";
|
|
6
|
+
import { getSheetCommandTarget as Ie, SheetsSelectionsService as je, RemoveSheetMutation as Vr, SetWorksheetActiveOperation as Wt, setEndForRange as kr, SetSelectionsOperation as Fr, checkRangesEditablePermission as ft, rangeToDiscreteRange as Ur, findAllRectangle as pt, createTopMatrixFromMatrix as Ct, SheetPermissionCheckController as Pr, WorksheetEditPermission as En, WorksheetSetCellStylePermission as Nn, RangeProtectionPermissionEditPoint as Mn, WorkbookEditablePermission as Vn, RefRangeService as Or, handleDefaultRangeChangeWithEffectRefCommands as Lr, SheetInterceptorService as qt, INTERCEPTOR_POINT as $r, ClearSelectionFormatCommand as Ar, ClearSelectionAllCommand as Dr, RangeMergeUtil as Hr, AFTER_CELL_EDIT as jr } from "@univerjs/sheets";
|
|
7
|
+
import { useDependency as q, useSidebarClick as Nt, ComponentManager as kn, ILayoutService as Br, useScrollYOverContainer as Wr, ISidebarService as Fn, useObservable as qr, getMenuHiddenObservable as Gr, MenuItemType as zr, RibbonDataGroup as Zr, IMenuManagerService as Yr } from "@univerjs/ui";
|
|
8
|
+
import { jsx as c, jsxs as k, Fragment as jt } from "react/jsx-runtime";
|
|
9
|
+
import { forwardRef as oe, useRef as ge, createElement as de, useMemo as J, useState as N, useEffect as K } from "react";
|
|
10
|
+
import { Dropdown as Gt, clsx as X, ColorPicker as Kr, borderClassName as Be, Select as ce, InputNumber as ke, RadioGroup as Xr, Radio as Kt, Checkbox as yt, Input as Jr, Button as Xt, Tooltip as Jt, ReactGridLayout as Qr } from "@univerjs/design";
|
|
11
|
+
import { serializeRange as Un, deserializeRangeWithSheet as ei } from "@univerjs/engine-formula";
|
|
12
|
+
import { FormulaEditor as Mt, RangeSelector as ti } from "@univerjs/sheets-formula-ui";
|
|
13
|
+
import { useHighlightRange as ni, ISheetClipboardService as ri, COPY_TYPE as Qt, PREDEFINED_HOOK_NAME as Ft, virtualizeDiscreteRanges as Pn, getRepeatRange as ii, SheetSkeletonManagerService as On, IAutoFillService as si, APPLY_TYPE as Ut, getAutoFillRepeatRange as oi, getCurrentRangeDisable$ as ai, IFormatPainterService as li, FormatPainterStatus as Pt } from "@univerjs/sheets-ui";
|
|
14
|
+
import { Observable as Ne, debounceTime as en, merge as Ln } from "rxjs";
|
|
15
|
+
import { IRenderManagerService as $n } from "@univerjs/engine-render";
|
|
16
|
+
import { bufferTime as ci, filter as tn, debounceTime as nn } from "rxjs/operators";
|
|
17
|
+
const An = {
|
|
18
|
+
type: me.COMMAND,
|
|
19
19
|
id: "sheet.command.add-average-conditional-rule",
|
|
20
20
|
handler(t, e) {
|
|
21
21
|
if (!e)
|
|
22
22
|
return !1;
|
|
23
|
-
const { ranges: r, style: n, stopIfTrue: i, operator: s } = e, o = t.get(Q), d = t.get(te), a = t.get(z), h =
|
|
23
|
+
const { ranges: r, style: n, stopIfTrue: i, operator: s } = e, o = t.get(Q), d = t.get(te), a = t.get(z), h = Ie(a);
|
|
24
24
|
if (!h) return !1;
|
|
25
|
-
const { unitId: l, subUnitId: u } = h,
|
|
25
|
+
const { unitId: l, subUnitId: u } = h, v = o.createCfId(l, u), p = {
|
|
26
26
|
ranges: r,
|
|
27
|
-
cfId:
|
|
27
|
+
cfId: v,
|
|
28
28
|
stopIfTrue: !!i,
|
|
29
29
|
rule: {
|
|
30
30
|
type: U.highlightCell,
|
|
@@ -35,15 +35,15 @@ const Dn = {
|
|
|
35
35
|
};
|
|
36
36
|
return d.executeCommand(se.id, { unitId: l, subUnitId: u, rule: p });
|
|
37
37
|
}
|
|
38
|
-
},
|
|
39
|
-
type:
|
|
38
|
+
}, Dn = {
|
|
39
|
+
type: me.COMMAND,
|
|
40
40
|
id: "sheet.command.add-color-scale-conditional-rule",
|
|
41
41
|
handler(t, e) {
|
|
42
42
|
if (!e)
|
|
43
43
|
return !1;
|
|
44
|
-
const { ranges: r, config: n, stopIfTrue: i } = e, s = t.get(Q), o = t.get(te), d = t.get(z), a =
|
|
44
|
+
const { ranges: r, config: n, stopIfTrue: i } = e, s = t.get(Q), o = t.get(te), d = t.get(z), a = Ie(d);
|
|
45
45
|
if (!a) return !1;
|
|
46
|
-
const { unitId: h, subUnitId: l } = a, u = s.createCfId(h, l),
|
|
46
|
+
const { unitId: h, subUnitId: l } = a, u = s.createCfId(h, l), v = {
|
|
47
47
|
ranges: r,
|
|
48
48
|
cfId: u,
|
|
49
49
|
stopIfTrue: !!i,
|
|
@@ -52,19 +52,19 @@ const Dn = {
|
|
|
52
52
|
config: n
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
|
-
return o.executeCommand(se.id, { unitId: h, subUnitId: l, rule:
|
|
55
|
+
return o.executeCommand(se.id, { unitId: h, subUnitId: l, rule: v });
|
|
56
56
|
}
|
|
57
|
-
},
|
|
58
|
-
type:
|
|
57
|
+
}, Hn = {
|
|
58
|
+
type: me.COMMAND,
|
|
59
59
|
id: "sheet.command.add-data-bar-conditional-rule",
|
|
60
60
|
handler(t, e) {
|
|
61
61
|
if (!e)
|
|
62
62
|
return !1;
|
|
63
|
-
const { ranges: r, min: n, max: i, nativeColor: s, positiveColor: o, isGradient: d, stopIfTrue: a, isShowValue: h } = e, l = t.get(Q), u = t.get(z),
|
|
64
|
-
if (!
|
|
65
|
-
const { unitId: p, subUnitId:
|
|
63
|
+
const { ranges: r, min: n, max: i, nativeColor: s, positiveColor: o, isGradient: d, stopIfTrue: a, isShowValue: h } = e, l = t.get(Q), u = t.get(z), v = Ie(u);
|
|
64
|
+
if (!v) return !1;
|
|
65
|
+
const { unitId: p, subUnitId: y } = v, f = t.get(te), R = l.createCfId(p, y), I = {
|
|
66
66
|
ranges: r,
|
|
67
|
-
cfId:
|
|
67
|
+
cfId: R,
|
|
68
68
|
stopIfTrue: !!a,
|
|
69
69
|
rule: {
|
|
70
70
|
type: U.dataBar,
|
|
@@ -78,17 +78,17 @@ const Dn = {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
|
-
return f.executeCommand(se.id, { unitId: p, subUnitId:
|
|
81
|
+
return f.executeCommand(se.id, { unitId: p, subUnitId: y, rule: I });
|
|
82
82
|
}
|
|
83
|
-
},
|
|
84
|
-
type:
|
|
83
|
+
}, jn = {
|
|
84
|
+
type: me.COMMAND,
|
|
85
85
|
id: "sheet.command.add-duplicate-values-conditional-rule",
|
|
86
86
|
handler(t, e) {
|
|
87
87
|
if (!e)
|
|
88
88
|
return !1;
|
|
89
|
-
const { ranges: r, style: n, stopIfTrue: i } = e, s = t.get(Q), o = t.get(te), d = t.get(z), a =
|
|
89
|
+
const { ranges: r, style: n, stopIfTrue: i } = e, s = t.get(Q), o = t.get(te), d = t.get(z), a = Ie(d);
|
|
90
90
|
if (!a) return !1;
|
|
91
|
-
const { unitId: h, subUnitId: l } = a, u = s.createCfId(h, l),
|
|
91
|
+
const { unitId: h, subUnitId: l } = a, u = s.createCfId(h, l), v = {
|
|
92
92
|
ranges: r,
|
|
93
93
|
cfId: u,
|
|
94
94
|
stopIfTrue: !!i,
|
|
@@ -98,23 +98,23 @@ const Dn = {
|
|
|
98
98
|
style: n
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
|
-
return o.executeCommand(se.id, { unitId: h, subUnitId: l, rule:
|
|
101
|
+
return o.executeCommand(se.id, { unitId: h, subUnitId: l, rule: v });
|
|
102
102
|
}
|
|
103
103
|
}, Bn = {
|
|
104
|
-
type:
|
|
104
|
+
type: me.COMMAND,
|
|
105
105
|
id: "sheet.command.add-number-conditional-rule",
|
|
106
106
|
handler(t, e) {
|
|
107
107
|
if (!e)
|
|
108
108
|
return !1;
|
|
109
|
-
const { ranges: r, style: n, stopIfTrue: i, operator: s, value: o } = e, d = t.get(Q), a = t.get(te), h = t.get(z), l =
|
|
109
|
+
const { ranges: r, style: n, stopIfTrue: i, operator: s, value: o } = e, d = t.get(Q), a = t.get(te), h = t.get(z), l = Ie(h);
|
|
110
110
|
if (!l) return !1;
|
|
111
|
-
const { unitId: u, subUnitId:
|
|
112
|
-
let
|
|
111
|
+
const { unitId: u, subUnitId: v } = l, p = d.createCfId(u, v);
|
|
112
|
+
let y;
|
|
113
113
|
if ([P.between, P.notBetween].includes(s)) {
|
|
114
114
|
const f = o;
|
|
115
115
|
if (f.length !== 2 || !Array.isArray(f))
|
|
116
116
|
return !1;
|
|
117
|
-
|
|
117
|
+
y = {
|
|
118
118
|
ranges: r,
|
|
119
119
|
cfId: p,
|
|
120
120
|
stopIfTrue: !!i,
|
|
@@ -130,7 +130,7 @@ const Dn = {
|
|
|
130
130
|
const f = o;
|
|
131
131
|
if (typeof f != "number")
|
|
132
132
|
return !1;
|
|
133
|
-
|
|
133
|
+
y = {
|
|
134
134
|
ranges: r,
|
|
135
135
|
cfId: p,
|
|
136
136
|
stopIfTrue: !!i,
|
|
@@ -143,19 +143,19 @@ const Dn = {
|
|
|
143
143
|
}
|
|
144
144
|
};
|
|
145
145
|
}
|
|
146
|
-
return a.executeCommand(se.id, { unitId: u, subUnitId:
|
|
146
|
+
return a.executeCommand(se.id, { unitId: u, subUnitId: v, rule: y });
|
|
147
147
|
}
|
|
148
148
|
}, Wn = {
|
|
149
|
-
type:
|
|
149
|
+
type: me.COMMAND,
|
|
150
150
|
id: "sheet.command.add-rank-conditional-rule",
|
|
151
151
|
handler(t, e) {
|
|
152
152
|
if (!e)
|
|
153
153
|
return !1;
|
|
154
|
-
const { ranges: r, style: n, stopIfTrue: i, isPercent: s, isBottom: o, value: d } = e, a = t.get(Q), h = t.get(z), l = t.get(te), u =
|
|
154
|
+
const { ranges: r, style: n, stopIfTrue: i, isPercent: s, isBottom: o, value: d } = e, a = t.get(Q), h = t.get(z), l = t.get(te), u = Ie(h);
|
|
155
155
|
if (!u) return !1;
|
|
156
|
-
const { unitId:
|
|
156
|
+
const { unitId: v, subUnitId: p } = u, y = a.createCfId(v, p), f = {
|
|
157
157
|
ranges: r,
|
|
158
|
-
cfId:
|
|
158
|
+
cfId: y,
|
|
159
159
|
stopIfTrue: !!i,
|
|
160
160
|
rule: {
|
|
161
161
|
type: U.highlightCell,
|
|
@@ -166,17 +166,17 @@ const Dn = {
|
|
|
166
166
|
value: d
|
|
167
167
|
}
|
|
168
168
|
};
|
|
169
|
-
return l.executeCommand(se.id, { unitId:
|
|
169
|
+
return l.executeCommand(se.id, { unitId: v, subUnitId: p, rule: f });
|
|
170
170
|
}
|
|
171
171
|
}, qn = {
|
|
172
|
-
type:
|
|
172
|
+
type: me.COMMAND,
|
|
173
173
|
id: "sheet.command.add-text-conditional-rule",
|
|
174
174
|
handler(t, e) {
|
|
175
175
|
if (!e)
|
|
176
176
|
return !1;
|
|
177
|
-
const { ranges: r, style: n, stopIfTrue: i, operator: s, value: o } = e, d = t.get(Q), a = t.get(z), h =
|
|
177
|
+
const { ranges: r, style: n, stopIfTrue: i, operator: s, value: o } = e, d = t.get(Q), a = t.get(z), h = Ie(a);
|
|
178
178
|
if (!h) return !1;
|
|
179
|
-
const { unitId: l, subUnitId: u } = h,
|
|
179
|
+
const { unitId: l, subUnitId: u } = h, v = t.get(te), p = d.createCfId(l, u), y = {
|
|
180
180
|
ranges: r,
|
|
181
181
|
cfId: p,
|
|
182
182
|
stopIfTrue: !!i,
|
|
@@ -188,19 +188,19 @@ const Dn = {
|
|
|
188
188
|
value: o
|
|
189
189
|
}
|
|
190
190
|
};
|
|
191
|
-
return
|
|
191
|
+
return v.executeCommand(se.id, { unitId: l, subUnitId: u, rule: y });
|
|
192
192
|
}
|
|
193
193
|
}, Gn = {
|
|
194
|
-
type:
|
|
194
|
+
type: me.COMMAND,
|
|
195
195
|
id: "sheet.command.add-time-period-conditional-rule",
|
|
196
196
|
handler(t, e) {
|
|
197
197
|
if (!e)
|
|
198
198
|
return !1;
|
|
199
|
-
const { ranges: r, style: n, stopIfTrue: i, operator: s } = e, o = t.get(Q), d = t.get(z), a = t.get(te), h =
|
|
199
|
+
const { ranges: r, style: n, stopIfTrue: i, operator: s } = e, o = t.get(Q), d = t.get(z), a = t.get(te), h = Ie(d);
|
|
200
200
|
if (!h) return !1;
|
|
201
|
-
const { unitId: l, subUnitId: u } = h,
|
|
201
|
+
const { unitId: l, subUnitId: u } = h, v = o.createCfId(l, u), p = {
|
|
202
202
|
ranges: r,
|
|
203
|
-
cfId:
|
|
203
|
+
cfId: v,
|
|
204
204
|
stopIfTrue: !!i,
|
|
205
205
|
rule: {
|
|
206
206
|
type: U.highlightCell,
|
|
@@ -212,14 +212,14 @@ const Dn = {
|
|
|
212
212
|
return a.executeCommand(se.id, { unitId: l, subUnitId: u, rule: p });
|
|
213
213
|
}
|
|
214
214
|
}, zn = {
|
|
215
|
-
type:
|
|
215
|
+
type: me.COMMAND,
|
|
216
216
|
id: "sheet.command.add-uniqueValues-conditional-rule",
|
|
217
217
|
handler(t, e) {
|
|
218
218
|
if (!e)
|
|
219
219
|
return !1;
|
|
220
|
-
const { ranges: r, style: n, stopIfTrue: i } = e, s = t.get(Q), o = t.get(z), d = t.get(te), a =
|
|
220
|
+
const { ranges: r, style: n, stopIfTrue: i } = e, s = t.get(Q), o = t.get(z), d = t.get(te), a = Ie(o);
|
|
221
221
|
if (!a) return !1;
|
|
222
|
-
const { unitId: h, subUnitId: l } = a, u = s.createCfId(h, l),
|
|
222
|
+
const { unitId: h, subUnitId: l } = a, u = s.createCfId(h, l), v = {
|
|
223
223
|
ranges: r,
|
|
224
224
|
cfId: u,
|
|
225
225
|
stopIfTrue: !!i,
|
|
@@ -229,35 +229,35 @@ const Dn = {
|
|
|
229
229
|
style: n
|
|
230
230
|
}
|
|
231
231
|
};
|
|
232
|
-
return d.executeCommand(se.id, { unitId: h, subUnitId: l, rule:
|
|
232
|
+
return d.executeCommand(se.id, { unitId: h, subUnitId: l, rule: v });
|
|
233
233
|
}
|
|
234
234
|
};
|
|
235
|
-
var
|
|
236
|
-
return
|
|
235
|
+
var ae = function() {
|
|
236
|
+
return ae = Object.assign || function(t) {
|
|
237
237
|
for (var e, r = 1, n = arguments.length; r < n; r++) {
|
|
238
238
|
e = arguments[r];
|
|
239
239
|
for (var i in e) Object.prototype.hasOwnProperty.call(e, i) && (t[i] = e[i]);
|
|
240
240
|
}
|
|
241
241
|
return t;
|
|
242
|
-
},
|
|
243
|
-
},
|
|
242
|
+
}, ae.apply(this, arguments);
|
|
243
|
+
}, ui = function(t, e) {
|
|
244
244
|
var r = {};
|
|
245
245
|
for (var n in t) Object.prototype.hasOwnProperty.call(t, n) && e.indexOf(n) < 0 && (r[n] = t[n]);
|
|
246
246
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
247
247
|
for (var i = 0, n = Object.getOwnPropertySymbols(t); i < n.length; i++)
|
|
248
248
|
e.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(t, n[i]) && (r[n[i]] = t[n[i]]);
|
|
249
249
|
return r;
|
|
250
|
-
},
|
|
251
|
-
var r = t.icon, n = t.id, i = t.className, s = t.extend, o =
|
|
252
|
-
return Zn(r, "".concat(n), { defIds: r.defIds, idSuffix: a.current },
|
|
250
|
+
}, he = oe(function(t, e) {
|
|
251
|
+
var r = t.icon, n = t.id, i = t.className, s = t.extend, o = ui(t, ["icon", "id", "className", "extend"]), d = "univerjs-icon univerjs-icon-".concat(n, " ").concat(i || "").trim(), a = ge("_".concat(vi()));
|
|
252
|
+
return Zn(r, "".concat(n), { defIds: r.defIds, idSuffix: a.current }, ae({ ref: e, className: d }, o), s);
|
|
253
253
|
});
|
|
254
254
|
function Zn(t, e, r, n, i) {
|
|
255
|
-
return
|
|
255
|
+
return de(t.tag, ae(ae({ key: e }, di(t, r, i)), n), (hi(t, r).children || []).map(function(s, o) {
|
|
256
256
|
return Zn(s, "".concat(e, "-").concat(t.tag, "-").concat(o), r, void 0, i);
|
|
257
257
|
}));
|
|
258
258
|
}
|
|
259
|
-
function
|
|
260
|
-
var n =
|
|
259
|
+
function di(t, e, r) {
|
|
260
|
+
var n = ae({}, t.attrs);
|
|
261
261
|
r != null && r.colorChannel1 && n.fill === "colorChannel1" && (n.fill = r.colorChannel1), t.tag === "mask" && n.id && (n.id = n.id + e.idSuffix), Object.entries(n).forEach(function(s) {
|
|
262
262
|
var o = s[0], d = s[1];
|
|
263
263
|
o === "mask" && typeof d == "string" && (n[o] = d.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
|
|
@@ -268,106 +268,152 @@ function si(t, e, r) {
|
|
|
268
268
|
typeof d == "string" && (n[o] = d.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
|
|
269
269
|
})), n;
|
|
270
270
|
}
|
|
271
|
-
function
|
|
271
|
+
function hi(t, e) {
|
|
272
272
|
var r, n = e.defIds;
|
|
273
|
-
return !n || n.length === 0 ? t : t.tag === "defs" && (!((r = t.children) === null || r === void 0) && r.length) ?
|
|
274
|
-
return typeof i.attrs.id == "string" && n && n.indexOf(i.attrs.id) > -1 ?
|
|
273
|
+
return !n || n.length === 0 ? t : t.tag === "defs" && (!((r = t.children) === null || r === void 0) && r.length) ? ae(ae({}, t), { children: t.children.map(function(i) {
|
|
274
|
+
return typeof i.attrs.id == "string" && n && n.indexOf(i.attrs.id) > -1 ? ae(ae({}, i), { attrs: ae(ae({}, i.attrs), { id: i.attrs.id + e.idSuffix }) }) : i;
|
|
275
275
|
}) }) : t;
|
|
276
276
|
}
|
|
277
|
-
function
|
|
277
|
+
function vi() {
|
|
278
278
|
return Math.random().toString(36).substring(2, 8);
|
|
279
279
|
}
|
|
280
|
-
|
|
281
|
-
var
|
|
282
|
-
return
|
|
280
|
+
he.displayName = "UniverIcon";
|
|
281
|
+
var gi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.65791 1.30005C3.77355 1.30005 3.05664 2.01696 3.05664 2.90132V12.8588C3.05664 13.8755 3.88086 14.6998 4.89759 14.6998H9.1016C11.2233 14.6998 12.9433 12.9798 12.9433 10.8581C12.9433 9.13925 11.8145 7.68407 10.2578 7.1934C10.8806 6.56856 11.2655 5.70659 11.2655 4.75472C11.2655 2.84676 9.71883 1.30005 7.81087 1.30005H4.65791ZM4.25664 2.90132C4.25664 2.6797 4.4363 2.50005 4.65791 2.50005H7.81087C9.05609 2.50005 10.0655 3.5095 10.0655 4.75472C10.0655 5.99993 9.05609 7.00938 7.81087 7.00938H4.25664V2.90132ZM4.25664 12.8588V8.21636H9.1016C10.5606 8.21636 11.7433 9.39909 11.7433 10.8581C11.7433 12.317 10.5606 13.4998 9.1016 13.4998H4.89759C4.5436 13.4998 4.25664 13.2128 4.25664 12.8588Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Yn = oe(function(t, e) {
|
|
282
|
+
return de(he, Object.assign({}, t, {
|
|
283
|
+
id: "bold-single",
|
|
284
|
+
ref: e,
|
|
285
|
+
icon: gi
|
|
286
|
+
}));
|
|
287
|
+
});
|
|
288
|
+
Yn.displayName = "BoldSingle";
|
|
289
|
+
var mi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.3313 1.4667C5.3313 1.13533 5.59993.866699 5.9313.866699H10.069C10.4004.866699 10.669 1.13533 10.669 1.4667 10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667zM1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443 14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443zM6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928 9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171 10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778 9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539 9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263 6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539 5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778 6.12398 9.15024C5.88966 8.91593 5.88966 8.53603 6.12398 8.30171z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V12.5331C3.15332 13.9691 4.31738 15.1332 5.75332 15.1332H10.2465C11.6825 15.1332 12.8465 13.9691 12.8465 12.5331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V12.5331C11.6465 13.3063 11.0197 13.9332 10.2465 13.9332H5.75332C4.98012 13.9332 4.35332 13.3063 4.35332 12.5331V6.82217Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, gt = oe(function(t, e) {
|
|
290
|
+
return de(he, Object.assign({}, t, {
|
|
283
291
|
id: "delete-single",
|
|
284
292
|
ref: e,
|
|
285
|
-
icon:
|
|
293
|
+
icon: mi
|
|
286
294
|
}));
|
|
287
295
|
});
|
|
288
296
|
gt.displayName = "DeleteSingle";
|
|
289
|
-
var
|
|
290
|
-
return
|
|
297
|
+
var fi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M1.98682 13.4992C1.98682 12.5603 2.74793 11.7992 3.68682 11.7992H14.2868C15.2257 11.7992 15.9868 12.5603 15.9868 13.4992V13.4992C15.9868 14.4381 15.2257 15.1992 14.2868 15.1992H3.68682C2.74793 15.1992 1.98682 14.4381 1.98682 13.4992V13.4992Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M10.3014 1.70389C9.85268 0.479568 8.12109 0.479557 7.67238 1.70389L4.72235 9.75326C4.60832 10.0644 4.76811 10.4091 5.07924 10.5231C5.39038 10.6371 5.73504 10.4773 5.84907 10.1662L6.99975 7.02646C7.03588 7.03324 7.07314 7.03679 7.11123 7.03679H10.9778L12.1247 10.1662C12.2387 10.4773 12.5834 10.6371 12.8945 10.5231C13.2057 10.4091 13.3654 10.0644 13.2514 9.75326L10.3014 1.70389ZM10.538 5.83679L9.17467 2.11682C9.11057 1.94192 8.8632 1.94192 8.7991 2.11682L7.43576 5.83679H10.538Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Kn = oe(function(t, e) {
|
|
298
|
+
return de(he, Object.assign({}, t, {
|
|
299
|
+
id: "font-color",
|
|
300
|
+
ref: e,
|
|
301
|
+
icon: fi
|
|
302
|
+
}));
|
|
303
|
+
});
|
|
304
|
+
Kn.displayName = "FontColor";
|
|
305
|
+
var pi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z" } }] }, Xn = oe(function(t, e) {
|
|
306
|
+
return de(he, Object.assign({}, t, {
|
|
291
307
|
id: "increase-single",
|
|
292
308
|
ref: e,
|
|
293
|
-
icon:
|
|
309
|
+
icon: pi
|
|
310
|
+
}));
|
|
311
|
+
});
|
|
312
|
+
Xn.displayName = "IncreaseSingle";
|
|
313
|
+
var Ci = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M9.80385 1.40005H11.9997C12.3311 1.40005 12.5997 1.66868 12.5997 2.00005C12.5997 2.33143 12.3311 2.60005 11.9997 2.60005H10.1185L7.12251 13.4001H9.33324C9.66461 13.4001 9.93324 13.6687 9.93324 14.0001C9.93324 14.3314 9.66461 14.6001 9.33324 14.6001H6.34785C6.33847 14.6003 6.32905 14.6003 6.31962 14.6001H3.9999C3.66853 14.6001 3.3999 14.3314 3.3999 14.0001C3.3999 13.6687 3.66853 13.4001 3.9999 13.4001H5.87719L8.87322 2.60005H6.66641C6.33504 2.60005 6.06641 2.33143 6.06641 2.00005C6.06641 1.66868 6.33504 1.40005 6.66641 1.40005H9.52916C9.61698 1.37929 9.71064 1.3781 9.80385 1.40005Z" } }] }, Jn = oe(function(t, e) {
|
|
314
|
+
return de(he, Object.assign({}, t, {
|
|
315
|
+
id: "italic-single",
|
|
316
|
+
ref: e,
|
|
317
|
+
icon: Ci
|
|
294
318
|
}));
|
|
295
319
|
});
|
|
296
|
-
|
|
297
|
-
var
|
|
298
|
-
return
|
|
320
|
+
Jn.displayName = "ItalicSingle";
|
|
321
|
+
var yi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, zt = oe(function(t, e) {
|
|
322
|
+
return de(he, Object.assign({}, t, {
|
|
299
323
|
id: "more-down-single",
|
|
300
324
|
ref: e,
|
|
301
|
-
icon:
|
|
325
|
+
icon: yi
|
|
326
|
+
}));
|
|
327
|
+
});
|
|
328
|
+
zt.displayName = "MoreDownSingle";
|
|
329
|
+
var bi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.01281 1.36643C8.79386 0.585377 10.0602 0.585378 10.8412 1.36643L12.9223 3.44752C13.7034 4.22857 13.7034 5.4949 12.9223 6.27595L9.36445 9.83383C8.5834 10.6149 7.31707 10.6149 6.53602 9.83383L4.45493 7.75273C3.67388 6.97168 3.67388 5.70535 4.45493 4.9243L8.01281 1.36643ZM9.9927 2.21495C9.68028 1.90253 9.17375 1.90253 8.86133 2.21495L5.30346 5.77283L5.29671 5.77966L10.839 6.66224L12.0738 5.42742C12.3862 5.115 12.3862 4.60847 12.0738 4.29605L9.9927 2.21495Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M14.5179 9.48875C14.5179 9.99175 14.1101 10.3995 13.607 10.3995C13.1041 10.3995 12.6963 9.99175 12.6963 9.48875C12.6963 9.1773 13.0455 8.59966 13.3114 8.20487C13.4549 7.99177 13.7591 7.99177 13.9027 8.20486C14.1687 8.59965 14.5179 9.1773 14.5179 9.48875Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M1.98682 13.4992C1.98682 12.5603 2.74793 11.7992 3.68682 11.7992H14.2868C15.2257 11.7992 15.9868 12.5603 15.9868 13.4992V13.4992C15.9868 14.4381 15.2257 15.1992 14.2868 15.1992H3.68682C2.74793 15.1992 1.98682 14.4381 1.98682 13.4992V13.4992Z" } }] }, Qn = oe(function(t, e) {
|
|
330
|
+
return de(he, Object.assign({}, t, {
|
|
331
|
+
id: "paint-bucket",
|
|
332
|
+
ref: e,
|
|
333
|
+
icon: bi
|
|
302
334
|
}));
|
|
303
335
|
});
|
|
304
|
-
|
|
305
|
-
var
|
|
306
|
-
return
|
|
336
|
+
Qn.displayName = "PaintBucket";
|
|
337
|
+
var Ii = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_622_8", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { fill: "currentColor", mask: "url(#mask0_622_8)" }, children: [{ tag: "path", attrs: { d: "M6 5C6.55228 5 7 4.55228 7 4 7 3.44772 6.55228 3 6 3 5.44772 3 5 3.44772 5 4 5 4.55228 5.44772 5 6 5zM6 9C6.55228 9 7 8.55229 7 8 7 7.44772 6.55228 7 6 7 5.44772 7 5 7.44772 5 8 5 8.55229 5.44772 9 6 9zM7 12C7 12.5523 6.55228 13 6 13 5.44772 13 5 12.5523 5 12 5 11.4477 5.44772 11 6 11 6.55228 11 7 11.4477 7 12zM10 5C10.5523 5 11 4.55228 11 4 11 3.44772 10.5523 3 10 3 9.44771 3 9 3.44772 9 4 9 4.55228 9.44771 5 10 5zM11 8C11 8.55229 10.5523 9 10 9 9.44771 9 9 8.55229 9 8 9 7.44772 9.44771 7 10 7 10.5523 7 11 7.44772 11 8zM10 13C10.5523 13 11 12.5523 11 12 11 11.4477 10.5523 11 10 11 9.44771 11 9 11.4477 9 12 9 12.5523 9.44771 13 10 13z" } }] }] }, er = oe(function(t, e) {
|
|
338
|
+
return de(he, Object.assign({}, t, {
|
|
307
339
|
id: "sequence-single",
|
|
308
340
|
ref: e,
|
|
309
|
-
icon:
|
|
341
|
+
icon: Ii
|
|
310
342
|
}));
|
|
311
343
|
});
|
|
312
|
-
|
|
313
|
-
var
|
|
314
|
-
return
|
|
344
|
+
er.displayName = "SequenceSingle";
|
|
345
|
+
var Si = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_436_41", style: { maskType: "alpha" }, width: 17, height: 17, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#D9D9D9", d: "M0.35 0.48H16.35V16.48H0.35z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_436_41)", fillRule: "evenodd", clipRule: "evenodd" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z" } }, { tag: "path", attrs: { fill: "#E5E5E5", d: "M4.2603 1.82495L2.89617 1.82495C2.23343 1.82495 1.69617 2.36221 1.69617 3.02495L1.69617 4.38908L3.02617 4.38908L3.02617 3.15495L4.2603 3.15495L4.2603 1.82495ZM15.0092 4.38908L15.0092 3.02495C15.0092 2.36221 14.4719 1.82495 13.8092 1.82495L12.4451 1.82495L12.4451 3.15495L13.6792 3.15495L13.6792 4.38908L15.0092 4.38908ZM6.98856 1.82495L6.98856 3.15495L9.71681 3.15495L9.71681 1.82495L6.98856 1.82495ZM15.0092 7.11734L13.6792 7.11734L13.6792 9.84559L15.0092 9.84559L15.0092 7.11734ZM15.0092 12.5739L13.6792 12.5739L13.6792 13.808L12.4451 13.808L12.4451 15.138L13.8092 15.138C14.4719 15.138 15.0092 14.6007 15.0092 13.938L15.0092 12.5739ZM9.71681 15.138L9.71681 13.808L6.98856 13.808L6.98856 15.138L9.71681 15.138ZM4.2603 15.138L4.2603 13.808L3.02617 13.808L3.02617 12.5739L1.69617 12.5739L1.69617 13.938C1.69617 14.6007 2.23343 15.138 2.89617 15.138L4.2603 15.138ZM1.69617 9.8456L3.02617 9.8456L3.02617 7.11734L1.69617 7.11734L1.69617 9.8456Z" } }] }] }, ot = oe(function(t, e) {
|
|
346
|
+
return de(he, Object.assign({}, t, {
|
|
315
347
|
id: "slash-single",
|
|
316
348
|
ref: e,
|
|
317
|
-
icon:
|
|
349
|
+
icon: Si
|
|
318
350
|
}));
|
|
319
351
|
});
|
|
320
352
|
ot.displayName = "SlashSingle";
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
353
|
+
var _i = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.00033 1.20996C6.43345 1.20996 5.23596 1.88077 4.64804 2.94304 4.06338 3.99943 4.15123 5.32084 4.90099 6.47062 5.08199 6.7482 5.45374 6.82648 5.73131 6.64548 6.00888 6.46448 6.08716 6.09273 5.90616 5.81516 5.36418 4.98402 5.35768 4.13897 5.69797 3.52412 6.035 2.91515 6.78176 2.40996 8.00033 2.40996 9.19423 2.40996 10.0017 2.93409 10.5236 3.46755 10.7871 3.73682 10.9756 4.00712 11.0974 4.20903 11.158 4.30951 11.2013 4.39164 11.2284 4.44625 11.2419 4.47351 11.2514 4.49377 11.2568 4.50588L11.2621 4.51771C11.3901 4.82216 11.7407 4.96686 12.046 4.83992 12.3519 4.71267 12.4968 4.36149 12.3695 4.05552L11.8231 4.28278C12.3695 4.05552 12.3697 4.0558 12.3695 4.05552L12.3691 4.05437 12.3685 4.05298 12.367 4.04953 12.3629 4.03993 12.3498 4.01036C12.3388 3.98619 12.3234 3.95326 12.3033 3.91282 12.2632 3.83203 12.2043 3.72072 12.1249 3.58908 11.9666 3.32674 11.7235 2.97805 11.3814 2.62834 10.6921 1.92381 9.59192 1.20996 8.00033 1.20996zM2.11953 8.5999H7.88935C10.1109 9.46549 10.5895 10.7649 10.4268 11.6869 10.2475 12.703 9.26939 13.5898 8.00009 13.5898 6.63323 13.5898 5.77631 13.0502 5.25534 12.528 4.99021 12.2623 4.80823 11.9965 4.69365 11.7993 4.63659 11.7011 4.59698 11.6211 4.5727 11.5686 4.56059 11.5424 4.55236 11.5231 4.54774 11.512L4.54352 11.5016C4.4267 11.193 4.0823 11.0363 3.77279 11.1516 3.46228 11.2673 3.30438 11.6129 3.4201 11.9234L3.9649 11.7203C3.4201 11.9234 3.41998 11.9231 3.4201 11.9234L3.4206 11.9247 3.42118 11.9263 3.42262 11.9301 3.42661 11.9403C3.42977 11.9484 3.43394 11.9588 3.43914 11.9713 3.44956 11.9965 3.46418 12.0304 3.48334 12.0719 3.52161 12.1547 3.57828 12.2682 3.65608 12.4021 3.81124 12.6692 4.0534 13.0223 4.40584 13.3756 5.12 14.0914 6.27196 14.7898 8.00009 14.7898 9.82574 14.7898 11.3236 13.5101 11.6085 11.8955 11.812 10.7422 11.3901 9.55402 10.2665 8.5999H13.8804C14.2117 8.5999 14.4803 8.33127 14.4803 7.9999 14.4803 7.66853 14.2117 7.3999 13.8804 7.3999H8.01411C8.0048 7.39968 7.99551 7.39969 7.98625 7.3999H2.11953C1.78816 7.3999 1.51953 7.66853 1.51953 7.9999 1.51953 8.33127 1.78816 8.5999 2.11953 8.5999z" } }] }, tr = oe(function(t, e) {
|
|
354
|
+
return de(he, Object.assign({}, t, {
|
|
355
|
+
id: "strikethrough-single",
|
|
356
|
+
ref: e,
|
|
357
|
+
icon: _i
|
|
358
|
+
}));
|
|
359
|
+
});
|
|
360
|
+
tr.displayName = "StrikethroughSingle";
|
|
361
|
+
var Ri = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M4.46416 2.03237C4.46416 1.701 4.19553 1.43237 3.86416 1.43237 3.53279 1.43237 3.26416 1.701 3.26416 2.03237V7.33338C3.26416 10.0313 5.35834 12.2667 7.9999 12.2667 10.6415 12.2667 12.7356 10.0313 12.7356 7.33338V2.03237C12.7356 1.701 12.467 1.43237 12.1356 1.43237 11.8043 1.43237 11.5356 1.701 11.5356 2.03237V7.33338C11.5356 9.42194 9.92656 11.0667 7.9999 11.0667 6.07325 11.0667 4.46416 9.42194 4.46416 7.33338V2.03237zM2.66641 13.4663C2.33504 13.4663 2.06641 13.7349 2.06641 14.0663 2.06641 14.3977 2.33504 14.6663 2.66641 14.6663H13.3331C13.6644 14.6663 13.9331 14.3977 13.9331 14.0663 13.9331 13.7349 13.6644 13.4663 13.3331 13.4663H2.66641z" } }] }, nr = oe(function(t, e) {
|
|
362
|
+
return de(he, Object.assign({}, t, {
|
|
363
|
+
id: "underline-single",
|
|
364
|
+
ref: e,
|
|
365
|
+
icon: Ri
|
|
366
|
+
}));
|
|
367
|
+
});
|
|
368
|
+
nr.displayName = "UnderlineSingle";
|
|
369
|
+
const Fe = (t) => {
|
|
370
|
+
const { color: e, onChange: r, disable: n = !1, Icon: i = Qn, className: s } = t, o = J(() => new mn(e), [e]), d = () => {
|
|
371
|
+
const a = {
|
|
372
|
+
className: X("univer-fill-primary-600", n && s),
|
|
373
|
+
extend: { colorChannel1: o.isValid ? e : "" }
|
|
374
|
+
};
|
|
375
|
+
return /* @__PURE__ */ c(i, { ...a });
|
|
376
|
+
};
|
|
377
|
+
return n ? d() : /* @__PURE__ */ c(
|
|
378
|
+
Gt,
|
|
325
379
|
{
|
|
326
|
-
overlay: /* @__PURE__ */ c("div", { className: "univer-rounded-lg univer-p-4", children: /* @__PURE__ */ c(
|
|
327
|
-
children: /* @__PURE__ */
|
|
380
|
+
overlay: /* @__PURE__ */ c("div", { className: "univer-rounded-lg univer-p-4", children: /* @__PURE__ */ c(Kr, { value: e, onChange: r }) }),
|
|
381
|
+
children: /* @__PURE__ */ c(
|
|
328
382
|
"span",
|
|
329
383
|
{
|
|
330
384
|
className: X("univer-flex univer-cursor-pointer univer-items-center univer-rounded univer-p-1 dark:hover:!univer-bg-gray-700 hover:univer-bg-gray-100", s),
|
|
331
|
-
children:
|
|
332
|
-
/* @__PURE__ */ c(h, { className: "univer-fill-primary-600", extend: { colorChannel1: a.isValid ? e : "" } }),
|
|
333
|
-
o && /* @__PURE__ */ c(
|
|
334
|
-
Vt,
|
|
335
|
-
{
|
|
336
|
-
className: "univer-ml-1.5 univer-text-gray-400"
|
|
337
|
-
}
|
|
338
|
-
)
|
|
339
|
-
]
|
|
385
|
+
children: d()
|
|
340
386
|
}
|
|
341
387
|
)
|
|
342
388
|
}
|
|
343
|
-
)
|
|
389
|
+
);
|
|
344
390
|
}, We = (t) => {
|
|
345
391
|
var s, o, d, a, h;
|
|
346
392
|
const e = t.rule;
|
|
347
393
|
if (!e) return null;
|
|
348
394
|
const r = J(() => {
|
|
349
395
|
if (e.type === U.colorScale) {
|
|
350
|
-
const l = e.config.map((p,
|
|
351
|
-
return new Array(5).fill("").map((p,
|
|
396
|
+
const l = e.config.map((p, y) => ({ color: new mn(p.color), value: y })), u = l.length - 1;
|
|
397
|
+
return new Array(5).fill("").map((p, y, f) => y * u / (f.length - 1)).map((p) => pr(l, p));
|
|
352
398
|
}
|
|
353
399
|
return null;
|
|
354
400
|
}, [e]), n = J(() => {
|
|
355
401
|
if (e.type === U.iconSet)
|
|
356
402
|
return e.config.map((l) => {
|
|
357
|
-
const u =
|
|
403
|
+
const u = Ve[l.iconType];
|
|
358
404
|
return u && u[Number(l.iconId)];
|
|
359
405
|
});
|
|
360
406
|
}, [e]), i = "univer-pointer-events-none univer-flex univer-h-5 univer-min-w-[72px] univer-items-center univer-justify-center univer-text-xs";
|
|
361
407
|
switch (e.type) {
|
|
362
408
|
case U.dataBar: {
|
|
363
|
-
const { isGradient: l } = e.config, u = l ? `linear-gradient(to right, ${e.config.positiveColor || Ke}, rgb(255 255 255))` : e.config.positiveColor,
|
|
409
|
+
const { isGradient: l } = e.config, u = l ? `linear-gradient(to right, ${e.config.positiveColor || Ke}, rgb(255 255 255))` : e.config.positiveColor, v = l ? `linear-gradient(to right, rgb(255 255 255),${e.config.nativeColor || Xe})` : e.config.nativeColor;
|
|
364
410
|
return /* @__PURE__ */ k("div", { className: i, children: [
|
|
365
411
|
/* @__PURE__ */ c(
|
|
366
412
|
"div",
|
|
367
413
|
{
|
|
368
414
|
className: "univer-h-full univer-w-1/2 univer-border univer-border-solid",
|
|
369
415
|
style: {
|
|
370
|
-
background:
|
|
416
|
+
background: v,
|
|
371
417
|
borderColor: (s = e.config.nativeColor) != null ? s : Xe
|
|
372
418
|
}
|
|
373
419
|
}
|
|
@@ -396,103 +442,103 @@ const Me = (t) => {
|
|
|
396
442
|
case U.iconSet:
|
|
397
443
|
return n && /* @__PURE__ */ c("div", { className: i, children: n.map((l, u) => l ? /* @__PURE__ */ c("img", { className: "univer-h-full", src: l, draggable: !1 }, u) : /* @__PURE__ */ c(ot, {}, u)) });
|
|
398
444
|
case U.highlightCell: {
|
|
399
|
-
const { ul: l, st: u, it:
|
|
400
|
-
textDecoration: (h = `${
|
|
445
|
+
const { ul: l, st: u, it: v, bl: p, bg: y, cl: f } = e.style, R = (l == null ? void 0 : l.s) === le.TRUE, I = (u == null ? void 0 : u.s) === le.TRUE, T = v === le.TRUE, w = p === le.TRUE, x = (d = y == null ? void 0 : y.rgb) != null ? d : Cr, g = (a = f == null ? void 0 : f.rgb) != null ? a : yr, b = {
|
|
446
|
+
textDecoration: (h = `${R ? "underline" : ""} ${I ? "line-through" : ""}`.replace(/^ /, "")) != null ? h : void 0,
|
|
401
447
|
backgroundColor: x,
|
|
402
|
-
color:
|
|
448
|
+
color: g
|
|
403
449
|
};
|
|
404
450
|
return /* @__PURE__ */ c(
|
|
405
451
|
"div",
|
|
406
452
|
{
|
|
407
453
|
className: X(i, {
|
|
408
454
|
"univer-font-bold": w,
|
|
409
|
-
"univer-italic":
|
|
455
|
+
"univer-italic": T
|
|
410
456
|
}),
|
|
411
|
-
style:
|
|
457
|
+
style: b,
|
|
412
458
|
children: "123"
|
|
413
459
|
}
|
|
414
460
|
);
|
|
415
461
|
}
|
|
416
462
|
}
|
|
417
|
-
}, at = X("univer-mt-5 univer-px-1 univer-py-2 univer-rounded",
|
|
418
|
-
var
|
|
419
|
-
const { type: e, className: r, onChange: n, id: i, value: s } = t, o =
|
|
463
|
+
}, at = X("univer-mt-5 univer-px-1 univer-py-2 univer-rounded", Be), Ee = (t, e) => ({ label: e.t(`sheet.cf.valueType.${t}`), value: t }), Ot = (t) => {
|
|
464
|
+
var y;
|
|
465
|
+
const { type: e, className: r, onChange: n, id: i, value: s } = t, o = q(z), d = o.getCurrentUnitForType(D.UNIVER_SHEET).getUnitId(), a = (y = o.getCurrentUnitForType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : y.getSheetId(), h = J(() => String(s).startsWith("=") ? String(s) : "=", [s]), l = J(() => [$.max, $.min, "none"].includes(e) ? { disabled: !0 } : [$.percent, $.percentile].includes(e) ? {
|
|
420
466
|
min: 0,
|
|
421
467
|
max: 100
|
|
422
468
|
} : {
|
|
423
469
|
min: Number.MIN_SAFE_INTEGER,
|
|
424
470
|
max: Number.MAX_SAFE_INTEGER
|
|
425
|
-
}, [e]), u =
|
|
471
|
+
}, [e]), u = ge(null), [v, p] = N(!1);
|
|
426
472
|
return Nt((f) => {
|
|
427
|
-
var
|
|
428
|
-
((
|
|
429
|
-
}), e ===
|
|
473
|
+
var I;
|
|
474
|
+
((I = u.current) == null ? void 0 : I.isClickOutSide(f)) && p(!1);
|
|
475
|
+
}), e === $.formula ? /* @__PURE__ */ c("div", { className: "univer-ml-1 univer-w-full", children: /* @__PURE__ */ c(
|
|
430
476
|
Mt,
|
|
431
477
|
{
|
|
432
478
|
ref: u,
|
|
433
|
-
className: X("univer-box-border univer-h-8 univer-w-full univer-cursor-pointer univer-items-center univer-rounded-lg univer-bg-white univer-pt-2 univer-transition-colors [&>div:first-child]:univer-px-2.5 [&>div]:univer-h-5 [&>div]:univer-ring-transparent dark:!univer-bg-gray-700 dark:!univer-text-white hover:univer-border-primary-600",
|
|
479
|
+
className: X("univer-box-border univer-h-8 univer-w-full univer-cursor-pointer univer-items-center univer-rounded-lg univer-bg-white univer-pt-2 univer-transition-colors [&>div:first-child]:univer-px-2.5 [&>div]:univer-h-5 [&>div]:univer-ring-transparent dark:!univer-bg-gray-700 dark:!univer-text-white hover:univer-border-primary-600", Be),
|
|
434
480
|
initValue: h,
|
|
435
481
|
unitId: d,
|
|
436
482
|
subUnitId: a,
|
|
437
|
-
isFocus:
|
|
483
|
+
isFocus: v,
|
|
438
484
|
onChange: (f = "") => {
|
|
439
485
|
n(f || "");
|
|
440
486
|
},
|
|
441
487
|
onFocus: () => p(!0)
|
|
442
488
|
}
|
|
443
|
-
) }) : /* @__PURE__ */ c(
|
|
444
|
-
},
|
|
489
|
+
) }) : /* @__PURE__ */ c(ke, { className: r, value: Number(t.value) || 0, onChange: (f) => t.onChange(f || 0), ...l });
|
|
490
|
+
}, Ti = (t) => {
|
|
445
491
|
var L;
|
|
446
|
-
const { interceptorManager: e } = t, r =
|
|
447
|
-
var
|
|
448
|
-
const m =
|
|
449
|
-
return n && ((
|
|
492
|
+
const { interceptorManager: e } = t, r = q(re), n = ((L = t.rule) == null ? void 0 : L.type) === U.colorScale ? t.rule : void 0, i = [Ee($.num, r), Ee($.percent, r), Ee($.percentile, r), Ee($.formula, r)], s = [Ee($.min, r), ...i], o = [Ee("none", r), ...i], d = [Ee($.max, r), ...i], [a, h] = N(() => {
|
|
493
|
+
var _;
|
|
494
|
+
const m = $.min;
|
|
495
|
+
return n && ((_ = n.config[0]) == null ? void 0 : _.value.type) || m;
|
|
450
496
|
}), [l, u] = N(() => {
|
|
451
|
-
var
|
|
497
|
+
var _;
|
|
452
498
|
const m = "none";
|
|
453
|
-
return !n || n.config.length !== 3 ? m : ((
|
|
454
|
-
}), [
|
|
455
|
-
var
|
|
456
|
-
const m =
|
|
457
|
-
return n && ((
|
|
458
|
-
}), [
|
|
499
|
+
return !n || n.config.length !== 3 ? m : ((_ = n.config[1]) == null ? void 0 : _.value.type) || m;
|
|
500
|
+
}), [v, p] = N(() => {
|
|
501
|
+
var _;
|
|
502
|
+
const m = $.max;
|
|
503
|
+
return n && ((_ = n.config[n.config.length - 1]) == null ? void 0 : _.value.type) || m;
|
|
504
|
+
}), [y, f] = N(() => {
|
|
459
505
|
if (!n)
|
|
460
506
|
return 10;
|
|
461
|
-
const
|
|
462
|
-
return (
|
|
463
|
-
}), [
|
|
464
|
-
var
|
|
507
|
+
const _ = n.config[0];
|
|
508
|
+
return (_ == null ? void 0 : _.value.value) === void 0 ? 10 : _ == null ? void 0 : _.value.value;
|
|
509
|
+
}), [R, I] = N(() => {
|
|
510
|
+
var j;
|
|
465
511
|
if (!n || n.config.length !== 3)
|
|
466
512
|
return 50;
|
|
467
|
-
const
|
|
468
|
-
return
|
|
469
|
-
}), [
|
|
470
|
-
var
|
|
513
|
+
const _ = (j = n.config[1]) == null ? void 0 : j.value.value;
|
|
514
|
+
return _ === void 0 ? 50 : _;
|
|
515
|
+
}), [T, w] = N(() => {
|
|
516
|
+
var j;
|
|
471
517
|
if (!n)
|
|
472
518
|
return 90;
|
|
473
|
-
const
|
|
474
|
-
return
|
|
475
|
-
}), [x,
|
|
476
|
-
var
|
|
519
|
+
const _ = (j = n.config[n.config.length - 1]) == null ? void 0 : j.value.value;
|
|
520
|
+
return _ === void 0 ? 90 : _;
|
|
521
|
+
}), [x, g] = N(() => {
|
|
522
|
+
var _;
|
|
477
523
|
const m = "#d0d9fb";
|
|
478
|
-
return n && ((
|
|
479
|
-
}), [
|
|
480
|
-
var
|
|
524
|
+
return n && ((_ = n.config[0]) == null ? void 0 : _.color) || m;
|
|
525
|
+
}), [b, S] = N(() => {
|
|
526
|
+
var _;
|
|
481
527
|
const m = "#7790f3";
|
|
482
|
-
return !n || n.config.length !== 3 ? m : ((
|
|
483
|
-
}), [
|
|
484
|
-
var
|
|
528
|
+
return !n || n.config.length !== 3 ? m : ((_ = n.config[1]) == null ? void 0 : _.color) || m;
|
|
529
|
+
}), [C, M] = N(() => {
|
|
530
|
+
var _;
|
|
485
531
|
const m = "#2e55ef";
|
|
486
|
-
return n && ((
|
|
532
|
+
return n && ((_ = n.config[n.config.length - 1]) == null ? void 0 : _.color) || m;
|
|
487
533
|
}), E = J(() => (m) => {
|
|
488
|
-
const { minType:
|
|
489
|
-
return G.push({ color:
|
|
534
|
+
const { minType: _, medianType: j, maxType: Y, minValue: pe, medianValue: Ce, maxValue: Ue, minColor: Pe, medianColor: A, maxColor: B } = m, G = [];
|
|
535
|
+
return G.push({ color: Pe, value: { type: _, value: pe } }), j !== "none" && G.push({ color: A, value: { type: j, value: Ce } }), G.push({ color: B, value: { type: Y, value: Ue } }), { config: G.map((ee, ne) => ({ ...ee, index: ne })), type: U.colorScale };
|
|
490
536
|
}, []);
|
|
491
537
|
K(() => e.intercept(e.getInterceptPoints().submit, {
|
|
492
538
|
handler() {
|
|
493
|
-
return E({ minType: a, medianType: l, maxType:
|
|
539
|
+
return E({ minType: a, medianType: l, maxType: v, minValue: y, medianValue: R, maxValue: T, minColor: x, medianColor: b, maxColor: C });
|
|
494
540
|
}
|
|
495
|
-
}), [E, a, l,
|
|
541
|
+
}), [E, a, l, v, y, R, T, x, b, C, e]);
|
|
496
542
|
const V = (m) => {
|
|
497
543
|
t.onChange(E(m));
|
|
498
544
|
};
|
|
@@ -504,7 +550,7 @@ const Me = (t) => {
|
|
|
504
550
|
children: r.t("sheet.cf.panel.styleRule")
|
|
505
551
|
}
|
|
506
552
|
),
|
|
507
|
-
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule: E({ minType: a, medianType: l, maxType:
|
|
553
|
+
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule: E({ minType: a, medianType: l, maxType: v, minValue: y, medianValue: R, maxValue: T, minColor: x, medianColor: b, maxColor: C }) }) }),
|
|
508
554
|
/* @__PURE__ */ c(
|
|
509
555
|
"div",
|
|
510
556
|
{
|
|
@@ -514,66 +560,66 @@ const Me = (t) => {
|
|
|
514
560
|
),
|
|
515
561
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-h-8 univer-items-center", children: [
|
|
516
562
|
/* @__PURE__ */ c(
|
|
517
|
-
|
|
563
|
+
ce,
|
|
518
564
|
{
|
|
519
565
|
className: "univer-flex-shrink-0",
|
|
520
566
|
options: s,
|
|
521
567
|
value: a,
|
|
522
568
|
onChange: (m) => {
|
|
523
569
|
h(m);
|
|
524
|
-
const
|
|
525
|
-
f(
|
|
570
|
+
const _ = Je(m, 10);
|
|
571
|
+
f(_), V({
|
|
526
572
|
minType: m,
|
|
527
573
|
medianType: l,
|
|
528
|
-
maxType:
|
|
529
|
-
minValue:
|
|
530
|
-
medianValue:
|
|
531
|
-
maxValue:
|
|
574
|
+
maxType: v,
|
|
575
|
+
minValue: _,
|
|
576
|
+
medianValue: R,
|
|
577
|
+
maxValue: T,
|
|
532
578
|
minColor: x,
|
|
533
|
-
medianColor:
|
|
534
|
-
maxColor:
|
|
579
|
+
medianColor: b,
|
|
580
|
+
maxColor: C
|
|
535
581
|
});
|
|
536
582
|
}
|
|
537
583
|
}
|
|
538
584
|
),
|
|
539
585
|
/* @__PURE__ */ c(
|
|
540
|
-
|
|
586
|
+
Ot,
|
|
541
587
|
{
|
|
542
588
|
id: "min",
|
|
543
589
|
className: "univer-ml-1",
|
|
544
|
-
value:
|
|
590
|
+
value: y,
|
|
545
591
|
type: a,
|
|
546
592
|
onChange: (m) => {
|
|
547
593
|
f(m), V({
|
|
548
594
|
minType: a,
|
|
549
595
|
medianType: l,
|
|
550
|
-
maxType:
|
|
596
|
+
maxType: v,
|
|
551
597
|
minValue: m,
|
|
552
|
-
medianValue:
|
|
553
|
-
maxValue:
|
|
598
|
+
medianValue: R,
|
|
599
|
+
maxValue: T,
|
|
554
600
|
minColor: x,
|
|
555
|
-
medianColor:
|
|
556
|
-
maxColor:
|
|
601
|
+
medianColor: b,
|
|
602
|
+
maxColor: C
|
|
557
603
|
});
|
|
558
604
|
}
|
|
559
605
|
}
|
|
560
606
|
),
|
|
561
607
|
/* @__PURE__ */ c(
|
|
562
|
-
|
|
608
|
+
Fe,
|
|
563
609
|
{
|
|
564
610
|
className: "univer-ml-1",
|
|
565
611
|
color: x,
|
|
566
612
|
onChange: (m) => {
|
|
567
|
-
|
|
613
|
+
g(m), V({
|
|
568
614
|
minType: a,
|
|
569
615
|
medianType: l,
|
|
570
|
-
maxType:
|
|
571
|
-
minValue:
|
|
572
|
-
medianValue:
|
|
573
|
-
maxValue:
|
|
616
|
+
maxType: v,
|
|
617
|
+
minValue: y,
|
|
618
|
+
medianValue: R,
|
|
619
|
+
maxValue: T,
|
|
574
620
|
minColor: m,
|
|
575
|
-
medianColor:
|
|
576
|
-
maxColor:
|
|
621
|
+
medianColor: b,
|
|
622
|
+
maxColor: C
|
|
577
623
|
});
|
|
578
624
|
}
|
|
579
625
|
}
|
|
@@ -588,66 +634,66 @@ const Me = (t) => {
|
|
|
588
634
|
),
|
|
589
635
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-h-8 univer-items-center", children: [
|
|
590
636
|
/* @__PURE__ */ c(
|
|
591
|
-
|
|
637
|
+
ce,
|
|
592
638
|
{
|
|
593
639
|
className: "univer-flex-shrink-0",
|
|
594
640
|
options: o,
|
|
595
641
|
value: l,
|
|
596
642
|
onChange: (m) => {
|
|
597
643
|
u(m);
|
|
598
|
-
const
|
|
599
|
-
_
|
|
644
|
+
const _ = Je(m, 50);
|
|
645
|
+
I(_), V({
|
|
600
646
|
minType: a,
|
|
601
647
|
medianType: m,
|
|
602
|
-
maxType:
|
|
603
|
-
minValue:
|
|
604
|
-
medianValue:
|
|
605
|
-
maxValue:
|
|
648
|
+
maxType: v,
|
|
649
|
+
minValue: y,
|
|
650
|
+
medianValue: _,
|
|
651
|
+
maxValue: T,
|
|
606
652
|
minColor: x,
|
|
607
|
-
medianColor:
|
|
608
|
-
maxColor:
|
|
653
|
+
medianColor: b,
|
|
654
|
+
maxColor: C
|
|
609
655
|
});
|
|
610
656
|
}
|
|
611
657
|
}
|
|
612
658
|
),
|
|
613
659
|
/* @__PURE__ */ c(
|
|
614
|
-
|
|
660
|
+
Ot,
|
|
615
661
|
{
|
|
616
662
|
id: "median",
|
|
617
663
|
className: "univer-ml-1",
|
|
618
|
-
value:
|
|
664
|
+
value: R,
|
|
619
665
|
type: l,
|
|
620
666
|
onChange: (m) => {
|
|
621
|
-
|
|
667
|
+
I(m), V({
|
|
622
668
|
minType: a,
|
|
623
669
|
medianType: l,
|
|
624
|
-
maxType:
|
|
625
|
-
minValue:
|
|
670
|
+
maxType: v,
|
|
671
|
+
minValue: y,
|
|
626
672
|
medianValue: m,
|
|
627
|
-
maxValue:
|
|
673
|
+
maxValue: T,
|
|
628
674
|
minColor: x,
|
|
629
|
-
medianColor:
|
|
630
|
-
maxColor:
|
|
675
|
+
medianColor: b,
|
|
676
|
+
maxColor: C
|
|
631
677
|
});
|
|
632
678
|
}
|
|
633
679
|
}
|
|
634
680
|
),
|
|
635
681
|
l !== "none" && /* @__PURE__ */ c(
|
|
636
|
-
|
|
682
|
+
Fe,
|
|
637
683
|
{
|
|
638
684
|
className: "univer-ml-1",
|
|
639
|
-
color:
|
|
685
|
+
color: b,
|
|
640
686
|
onChange: (m) => {
|
|
641
|
-
|
|
687
|
+
S(m), V({
|
|
642
688
|
minType: a,
|
|
643
689
|
medianType: l,
|
|
644
|
-
maxType:
|
|
645
|
-
minValue:
|
|
646
|
-
medianValue:
|
|
647
|
-
maxValue:
|
|
690
|
+
maxType: v,
|
|
691
|
+
minValue: y,
|
|
692
|
+
medianValue: R,
|
|
693
|
+
maxValue: T,
|
|
648
694
|
minColor: x,
|
|
649
695
|
medianColor: m,
|
|
650
|
-
maxColor:
|
|
696
|
+
maxColor: C
|
|
651
697
|
});
|
|
652
698
|
}
|
|
653
699
|
}
|
|
@@ -662,65 +708,65 @@ const Me = (t) => {
|
|
|
662
708
|
),
|
|
663
709
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-h-8 univer-items-center", children: [
|
|
664
710
|
/* @__PURE__ */ c(
|
|
665
|
-
|
|
711
|
+
ce,
|
|
666
712
|
{
|
|
667
713
|
className: "univer-flex-shrink-0",
|
|
668
714
|
options: d,
|
|
669
|
-
value:
|
|
715
|
+
value: v,
|
|
670
716
|
onChange: (m) => {
|
|
671
717
|
p(m);
|
|
672
|
-
const
|
|
673
|
-
w(
|
|
718
|
+
const _ = Je(m, 90);
|
|
719
|
+
w(_), V({
|
|
674
720
|
minType: a,
|
|
675
721
|
medianType: l,
|
|
676
722
|
maxType: m,
|
|
677
|
-
minValue:
|
|
678
|
-
medianValue:
|
|
679
|
-
maxValue:
|
|
723
|
+
minValue: y,
|
|
724
|
+
medianValue: R,
|
|
725
|
+
maxValue: _,
|
|
680
726
|
minColor: x,
|
|
681
|
-
medianColor:
|
|
682
|
-
maxColor:
|
|
727
|
+
medianColor: b,
|
|
728
|
+
maxColor: C
|
|
683
729
|
});
|
|
684
730
|
}
|
|
685
731
|
}
|
|
686
732
|
),
|
|
687
733
|
/* @__PURE__ */ c(
|
|
688
|
-
|
|
734
|
+
Ot,
|
|
689
735
|
{
|
|
690
736
|
id: "max",
|
|
691
737
|
className: "univer-ml-1",
|
|
692
|
-
value:
|
|
693
|
-
type:
|
|
738
|
+
value: T,
|
|
739
|
+
type: v,
|
|
694
740
|
onChange: (m) => {
|
|
695
741
|
w(m), V({
|
|
696
742
|
minType: a,
|
|
697
743
|
medianType: l,
|
|
698
|
-
maxType:
|
|
699
|
-
minValue:
|
|
700
|
-
medianValue:
|
|
744
|
+
maxType: v,
|
|
745
|
+
minValue: y,
|
|
746
|
+
medianValue: R,
|
|
701
747
|
maxValue: m,
|
|
702
748
|
minColor: x,
|
|
703
|
-
medianColor:
|
|
704
|
-
maxColor:
|
|
749
|
+
medianColor: b,
|
|
750
|
+
maxColor: C
|
|
705
751
|
});
|
|
706
752
|
}
|
|
707
753
|
}
|
|
708
754
|
),
|
|
709
755
|
/* @__PURE__ */ c(
|
|
710
|
-
|
|
756
|
+
Fe,
|
|
711
757
|
{
|
|
712
758
|
className: "univer-ml-1",
|
|
713
|
-
color:
|
|
759
|
+
color: C,
|
|
714
760
|
onChange: (m) => {
|
|
715
761
|
M(m), V({
|
|
716
762
|
minType: a,
|
|
717
763
|
medianType: l,
|
|
718
|
-
maxType:
|
|
719
|
-
minValue:
|
|
720
|
-
medianValue:
|
|
721
|
-
maxValue:
|
|
764
|
+
maxType: v,
|
|
765
|
+
minValue: y,
|
|
766
|
+
medianValue: R,
|
|
767
|
+
maxValue: T,
|
|
722
768
|
minColor: x,
|
|
723
|
-
medianColor:
|
|
769
|
+
medianColor: b,
|
|
724
770
|
maxColor: m
|
|
725
771
|
});
|
|
726
772
|
}
|
|
@@ -728,83 +774,88 @@ const Me = (t) => {
|
|
|
728
774
|
)
|
|
729
775
|
] })
|
|
730
776
|
] });
|
|
731
|
-
},
|
|
777
|
+
}, Oe = (t, e) => ({ label: e.t(`sheet.cf.valueType.${t}`), value: t }), rn = (t) => {
|
|
732
778
|
var f;
|
|
733
|
-
const { onChange: e, className: r, value: n, type: i, id: s, disabled: o = !1 } = t, d =
|
|
734
|
-
Nt((
|
|
735
|
-
var
|
|
736
|
-
((
|
|
779
|
+
const { onChange: e, className: r, value: n, type: i, id: s, disabled: o = !1 } = t, d = q(z), a = d.getCurrentUnitOfType(D.UNIVER_SHEET).getUnitId(), h = (f = d.getCurrentUnitOfType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : f.getSheetId(), l = ge(null), [u, v] = N(!1);
|
|
780
|
+
Nt((R) => {
|
|
781
|
+
var T;
|
|
782
|
+
((T = l.current) == null ? void 0 : T.isClickOutSide(R)) && v(!1);
|
|
737
783
|
});
|
|
738
|
-
const p =
|
|
784
|
+
const p = ge(n), y = J(() => [$.percentile, $.percent].includes(i) ? {
|
|
739
785
|
max: 100,
|
|
740
786
|
min: 0
|
|
741
787
|
} : {
|
|
742
788
|
min: Number.MIN_SAFE_INTEGER,
|
|
743
789
|
max: Number.MAX_SAFE_INTEGER
|
|
744
790
|
}, [i]);
|
|
745
|
-
if (i ===
|
|
746
|
-
const
|
|
791
|
+
if (i === $.formula) {
|
|
792
|
+
const R = String(p.current).startsWith("=") ? String(p.current) || "" : "=";
|
|
747
793
|
return /* @__PURE__ */ c("div", { className: "univer-ml-3 univer-w-full", children: /* @__PURE__ */ c(
|
|
748
794
|
Mt,
|
|
749
795
|
{
|
|
750
796
|
ref: l,
|
|
751
|
-
className: X("univer-box-border univer-h-8 univer-w-full univer-cursor-pointer univer-items-center univer-rounded-lg univer-bg-white univer-pt-2 univer-transition-colors [&>div:first-child]:univer-px-2.5 [&>div]:univer-h-5 [&>div]:univer-ring-transparent dark:!univer-bg-gray-700 dark:!univer-text-white hover:univer-border-primary-600",
|
|
752
|
-
initValue:
|
|
797
|
+
className: X("univer-box-border univer-h-8 univer-w-full univer-cursor-pointer univer-items-center univer-rounded-lg univer-bg-white univer-pt-2 univer-transition-colors [&>div:first-child]:univer-px-2.5 [&>div]:univer-h-5 [&>div]:univer-ring-transparent dark:!univer-bg-gray-700 dark:!univer-text-white hover:univer-border-primary-600", Be),
|
|
798
|
+
initValue: R,
|
|
753
799
|
unitId: a,
|
|
754
800
|
subUnitId: h,
|
|
755
801
|
isFocus: u,
|
|
756
|
-
onChange: (
|
|
757
|
-
e(
|
|
802
|
+
onChange: (I = "") => {
|
|
803
|
+
e(I || "");
|
|
758
804
|
},
|
|
759
|
-
onFocus: () =>
|
|
805
|
+
onFocus: () => v(!0)
|
|
760
806
|
}
|
|
761
807
|
) });
|
|
762
808
|
}
|
|
763
809
|
return /* @__PURE__ */ c(
|
|
764
|
-
|
|
810
|
+
ke,
|
|
765
811
|
{
|
|
766
812
|
className: r,
|
|
767
813
|
value: Number(n) || 0,
|
|
768
814
|
disabled: o,
|
|
769
|
-
onChange: (
|
|
770
|
-
e(
|
|
815
|
+
onChange: (R) => {
|
|
816
|
+
e(R || 0);
|
|
771
817
|
},
|
|
772
|
-
...
|
|
818
|
+
...y
|
|
773
819
|
}
|
|
774
820
|
);
|
|
775
|
-
},
|
|
821
|
+
}, xi = (t) => {
|
|
776
822
|
var L;
|
|
777
|
-
const { interceptorManager: e } = t, r =
|
|
778
|
-
var
|
|
823
|
+
const { interceptorManager: e } = t, r = q(re), n = ((L = t.rule) == null ? void 0 : L.type) === U.dataBar ? t.rule : void 0, [i, s] = N(() => {
|
|
824
|
+
var _;
|
|
779
825
|
const m = "0";
|
|
780
|
-
return n ? (
|
|
826
|
+
return n ? (_ = n.config) != null && _.isGradient ? "1" : "0" : m;
|
|
781
827
|
}), [o, d] = N(() => {
|
|
782
828
|
var m;
|
|
783
829
|
return n ? ((m = n.config) == null ? void 0 : m.positiveColor) || Ke : Ke;
|
|
784
830
|
}), [a, h] = N(() => {
|
|
785
831
|
var m;
|
|
786
832
|
return n ? ((m = n.config) == null ? void 0 : m.nativeColor) || Xe : Xe;
|
|
787
|
-
}), l = [
|
|
788
|
-
|
|
833
|
+
}), l = [
|
|
834
|
+
Oe($.num, r),
|
|
835
|
+
Oe($.percent, r),
|
|
836
|
+
Oe($.percentile, r),
|
|
837
|
+
Oe($.formula, r)
|
|
838
|
+
], u = [Oe($.min, r), ...l], v = [Oe($.max, r), ...l], [p, y] = N(() => {
|
|
839
|
+
var _;
|
|
789
840
|
const m = u[0].value;
|
|
790
|
-
return n && ((
|
|
791
|
-
}), [f,
|
|
792
|
-
var
|
|
793
|
-
const m =
|
|
794
|
-
return n && ((
|
|
795
|
-
}), [
|
|
796
|
-
var
|
|
841
|
+
return n && ((_ = n.config) == null ? void 0 : _.min.type) || m;
|
|
842
|
+
}), [f, R] = N(() => {
|
|
843
|
+
var _;
|
|
844
|
+
const m = v[0].value;
|
|
845
|
+
return n && ((_ = n.config) == null ? void 0 : _.max.type) || m;
|
|
846
|
+
}), [I, T] = N(() => {
|
|
847
|
+
var j;
|
|
797
848
|
if (!n)
|
|
798
849
|
return 0;
|
|
799
|
-
const
|
|
800
|
-
return
|
|
850
|
+
const _ = ((j = n.config) == null ? void 0 : j.min) || {};
|
|
851
|
+
return _.type === $.formula ? _.value || "=" : _.value || 0;
|
|
801
852
|
}), [w, x] = N(() => {
|
|
802
|
-
var
|
|
853
|
+
var j;
|
|
803
854
|
if (!n)
|
|
804
855
|
return 100;
|
|
805
|
-
const
|
|
806
|
-
return
|
|
807
|
-
}), [
|
|
856
|
+
const _ = ((j = n.config) == null ? void 0 : j.max) || {};
|
|
857
|
+
return _.type === $.formula ? _.value || "=" : _.value === void 0 ? 100 : _.value;
|
|
858
|
+
}), [g, b] = N(() => n ? n.isShowValue === void 0 ? !0 : !!n.isShowValue : !0), S = (m) => ({ config: {
|
|
808
859
|
min: { type: m.minValueType, value: m.minValue },
|
|
809
860
|
max: { type: m.maxValueType, value: m.maxValue },
|
|
810
861
|
isGradient: m.isGradient === "1",
|
|
@@ -813,34 +864,34 @@ const Me = (t) => {
|
|
|
813
864
|
}, type: U.dataBar, isShowValue: m.isShowValue });
|
|
814
865
|
K(() => e.intercept(e.getInterceptPoints().submit, {
|
|
815
866
|
handler() {
|
|
816
|
-
return
|
|
867
|
+
return S({ isGradient: i, minValue: I, minValueType: p, maxValue: w, maxValueType: f, positiveColor: o, nativeColor: a, isShowValue: g });
|
|
817
868
|
}
|
|
818
|
-
}), [i,
|
|
819
|
-
const
|
|
820
|
-
t.onChange(
|
|
869
|
+
}), [i, I, p, w, f, o, a, e, g]);
|
|
870
|
+
const C = (m) => {
|
|
871
|
+
t.onChange(S(m));
|
|
821
872
|
}, M = (m) => {
|
|
822
|
-
d(m),
|
|
873
|
+
d(m), C({
|
|
823
874
|
isGradient: i,
|
|
824
|
-
minValue:
|
|
875
|
+
minValue: I,
|
|
825
876
|
minValueType: p,
|
|
826
877
|
maxValue: w,
|
|
827
878
|
maxValueType: f,
|
|
828
879
|
positiveColor: m,
|
|
829
880
|
nativeColor: a,
|
|
830
|
-
isShowValue:
|
|
881
|
+
isShowValue: g
|
|
831
882
|
});
|
|
832
883
|
}, E = (m) => {
|
|
833
|
-
h(m),
|
|
884
|
+
h(m), C({
|
|
834
885
|
isGradient: i,
|
|
835
|
-
minValue:
|
|
886
|
+
minValue: I,
|
|
836
887
|
minValueType: p,
|
|
837
888
|
maxValue: w,
|
|
838
889
|
maxValueType: f,
|
|
839
890
|
positiveColor: o,
|
|
840
891
|
nativeColor: m,
|
|
841
|
-
isShowValue:
|
|
892
|
+
isShowValue: g
|
|
842
893
|
});
|
|
843
|
-
}, V = (m) => l.map((
|
|
894
|
+
}, V = (m) => l.map((_) => _.value).includes(m);
|
|
844
895
|
return /* @__PURE__ */ k("div", { children: [
|
|
845
896
|
/* @__PURE__ */ c(
|
|
846
897
|
"div",
|
|
@@ -852,15 +903,15 @@ const Me = (t) => {
|
|
|
852
903
|
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(
|
|
853
904
|
We,
|
|
854
905
|
{
|
|
855
|
-
rule:
|
|
906
|
+
rule: S({
|
|
856
907
|
isGradient: i,
|
|
857
|
-
minValue:
|
|
908
|
+
minValue: I,
|
|
858
909
|
minValueType: p,
|
|
859
910
|
maxValue: w,
|
|
860
911
|
maxValueType: f,
|
|
861
912
|
positiveColor: o,
|
|
862
913
|
nativeColor: a,
|
|
863
|
-
isShowValue:
|
|
914
|
+
isShowValue: g
|
|
864
915
|
})
|
|
865
916
|
}
|
|
866
917
|
) }),
|
|
@@ -874,24 +925,24 @@ const Me = (t) => {
|
|
|
874
925
|
),
|
|
875
926
|
/* @__PURE__ */ k("div", { className: "univer-ml-1 univer-mt-3 univer-flex univer-items-center", children: [
|
|
876
927
|
/* @__PURE__ */ k(
|
|
877
|
-
|
|
928
|
+
Xr,
|
|
878
929
|
{
|
|
879
930
|
value: i,
|
|
880
931
|
onChange: (m) => {
|
|
881
|
-
s(m),
|
|
932
|
+
s(m), C({
|
|
882
933
|
isGradient: m,
|
|
883
|
-
minValue:
|
|
934
|
+
minValue: I,
|
|
884
935
|
minValueType: p,
|
|
885
936
|
maxValue: w,
|
|
886
937
|
maxValueType: f,
|
|
887
938
|
positiveColor: o,
|
|
888
939
|
nativeColor: a,
|
|
889
|
-
isShowValue:
|
|
940
|
+
isShowValue: g
|
|
890
941
|
});
|
|
891
942
|
},
|
|
892
943
|
children: [
|
|
893
|
-
/* @__PURE__ */ c(
|
|
894
|
-
/* @__PURE__ */ c(
|
|
944
|
+
/* @__PURE__ */ c(Kt, { value: "0", children: /* @__PURE__ */ c("span", { className: "univer-text-xs", children: r.t("sheet.cf.panel.pureColor") }) }),
|
|
945
|
+
/* @__PURE__ */ c(Kt, { value: "1", children: /* @__PURE__ */ c("span", { className: "univer-text-xs", children: r.t("sheet.cf.panel.gradient") }) })
|
|
895
946
|
]
|
|
896
947
|
}
|
|
897
948
|
),
|
|
@@ -899,11 +950,11 @@ const Me = (t) => {
|
|
|
899
950
|
/* @__PURE__ */ c(
|
|
900
951
|
yt,
|
|
901
952
|
{
|
|
902
|
-
checked: !
|
|
953
|
+
checked: !g,
|
|
903
954
|
onChange: (m) => {
|
|
904
|
-
|
|
955
|
+
b(!m), C({
|
|
905
956
|
isGradient: m,
|
|
906
|
-
minValue:
|
|
957
|
+
minValue: I,
|
|
907
958
|
minValueType: p,
|
|
908
959
|
maxValue: w,
|
|
909
960
|
maxValueType: f,
|
|
@@ -930,7 +981,7 @@ const Me = (t) => {
|
|
|
930
981
|
/* @__PURE__ */ k("div", { className: "univer-flex univer-items-center", children: [
|
|
931
982
|
/* @__PURE__ */ c("div", { className: "univer-text-xs", children: r.t("sheet.cf.panel.native") }),
|
|
932
983
|
/* @__PURE__ */ c(
|
|
933
|
-
|
|
984
|
+
Fe,
|
|
934
985
|
{
|
|
935
986
|
color: a,
|
|
936
987
|
onChange: E
|
|
@@ -940,7 +991,7 @@ const Me = (t) => {
|
|
|
940
991
|
/* @__PURE__ */ k("div", { className: "univer-ml-3 univer-flex univer-items-center", children: [
|
|
941
992
|
/* @__PURE__ */ c("div", { className: "univer-text-xs", children: r.t("sheet.cf.panel.positive") }),
|
|
942
993
|
/* @__PURE__ */ c(
|
|
943
|
-
|
|
994
|
+
Fe,
|
|
944
995
|
{
|
|
945
996
|
color: o,
|
|
946
997
|
onChange: M
|
|
@@ -959,37 +1010,37 @@ const Me = (t) => {
|
|
|
959
1010
|
),
|
|
960
1011
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-items-center", children: [
|
|
961
1012
|
/* @__PURE__ */ c(
|
|
962
|
-
|
|
1013
|
+
ce,
|
|
963
1014
|
{
|
|
964
1015
|
className: "univer-w-1/2 univer-flex-shrink-0",
|
|
965
1016
|
options: u,
|
|
966
1017
|
value: p,
|
|
967
1018
|
onChange: (m) => {
|
|
968
|
-
|
|
969
|
-
const
|
|
970
|
-
|
|
1019
|
+
y(m);
|
|
1020
|
+
const _ = Je(m, 10);
|
|
1021
|
+
T(_), C({
|
|
971
1022
|
isGradient: i,
|
|
972
|
-
minValue:
|
|
1023
|
+
minValue: _,
|
|
973
1024
|
minValueType: m,
|
|
974
1025
|
maxValue: w,
|
|
975
1026
|
maxValueType: f,
|
|
976
1027
|
positiveColor: o,
|
|
977
1028
|
nativeColor: a,
|
|
978
|
-
isShowValue:
|
|
1029
|
+
isShowValue: g
|
|
979
1030
|
});
|
|
980
1031
|
}
|
|
981
1032
|
}
|
|
982
1033
|
),
|
|
983
1034
|
/* @__PURE__ */ c(
|
|
984
|
-
|
|
1035
|
+
rn,
|
|
985
1036
|
{
|
|
986
1037
|
id: "min",
|
|
987
1038
|
className: "univer-ml-3",
|
|
988
1039
|
disabled: !V(p),
|
|
989
1040
|
type: p,
|
|
990
|
-
value:
|
|
1041
|
+
value: I,
|
|
991
1042
|
onChange: (m) => {
|
|
992
|
-
|
|
1043
|
+
T(m || 0), C({
|
|
993
1044
|
isGradient: i,
|
|
994
1045
|
minValue: m || 0,
|
|
995
1046
|
minValueType: p,
|
|
@@ -997,7 +1048,7 @@ const Me = (t) => {
|
|
|
997
1048
|
maxValueType: f,
|
|
998
1049
|
positiveColor: o,
|
|
999
1050
|
nativeColor: a,
|
|
1000
|
-
isShowValue:
|
|
1051
|
+
isShowValue: g
|
|
1001
1052
|
});
|
|
1002
1053
|
}
|
|
1003
1054
|
}
|
|
@@ -1012,29 +1063,29 @@ const Me = (t) => {
|
|
|
1012
1063
|
),
|
|
1013
1064
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-items-center", children: [
|
|
1014
1065
|
/* @__PURE__ */ c(
|
|
1015
|
-
|
|
1066
|
+
ce,
|
|
1016
1067
|
{
|
|
1017
1068
|
className: "univer-w-1/2 univer-flex-shrink-0",
|
|
1018
|
-
options:
|
|
1069
|
+
options: v,
|
|
1019
1070
|
value: f,
|
|
1020
1071
|
onChange: (m) => {
|
|
1021
|
-
|
|
1022
|
-
const
|
|
1023
|
-
x(
|
|
1072
|
+
R(m);
|
|
1073
|
+
const _ = Je(m, 90);
|
|
1074
|
+
x(_), C({
|
|
1024
1075
|
isGradient: i,
|
|
1025
|
-
minValue:
|
|
1076
|
+
minValue: I,
|
|
1026
1077
|
minValueType: p,
|
|
1027
|
-
maxValue:
|
|
1078
|
+
maxValue: _,
|
|
1028
1079
|
maxValueType: m,
|
|
1029
1080
|
positiveColor: o,
|
|
1030
1081
|
nativeColor: a,
|
|
1031
|
-
isShowValue:
|
|
1082
|
+
isShowValue: g
|
|
1032
1083
|
});
|
|
1033
1084
|
}
|
|
1034
1085
|
}
|
|
1035
1086
|
),
|
|
1036
1087
|
/* @__PURE__ */ c(
|
|
1037
|
-
|
|
1088
|
+
rn,
|
|
1038
1089
|
{
|
|
1039
1090
|
className: "univer-ml-3",
|
|
1040
1091
|
disabled: !V(f),
|
|
@@ -1042,15 +1093,15 @@ const Me = (t) => {
|
|
|
1042
1093
|
type: f,
|
|
1043
1094
|
value: w,
|
|
1044
1095
|
onChange: (m) => {
|
|
1045
|
-
x(m || 0),
|
|
1096
|
+
x(m || 0), C({
|
|
1046
1097
|
isGradient: i,
|
|
1047
|
-
minValue:
|
|
1098
|
+
minValue: I,
|
|
1048
1099
|
minValueType: p,
|
|
1049
1100
|
maxValue: m || 0,
|
|
1050
1101
|
maxValueType: f,
|
|
1051
1102
|
positiveColor: o,
|
|
1052
1103
|
nativeColor: a,
|
|
1053
|
-
isShowValue:
|
|
1104
|
+
isShowValue: g
|
|
1054
1105
|
});
|
|
1055
1106
|
}
|
|
1056
1107
|
}
|
|
@@ -1058,101 +1109,103 @@ const Me = (t) => {
|
|
|
1058
1109
|
] })
|
|
1059
1110
|
] })
|
|
1060
1111
|
] });
|
|
1061
|
-
}, ct = (t) => [
|
|
1062
|
-
const { style: e, onChange: r, className: n } = t
|
|
1112
|
+
}, ct = (t) => [le.FALSE, void 0].includes(t) ? le.TRUE : le.FALSE, ut = (t) => t !== le.FALSE, Zt = (t) => {
|
|
1113
|
+
const { style: e, onChange: r, className: n } = t;
|
|
1114
|
+
q(kn);
|
|
1115
|
+
const [i, s] = N(() => {
|
|
1063
1116
|
if (e != null && e.bl)
|
|
1064
1117
|
return e.bl;
|
|
1065
|
-
}), [
|
|
1118
|
+
}), [o, d] = N(() => {
|
|
1066
1119
|
if (e != null && e.it)
|
|
1067
1120
|
return e.it;
|
|
1068
|
-
}), [
|
|
1121
|
+
}), [a, h] = N(() => {
|
|
1069
1122
|
if (e != null && e.ul)
|
|
1070
1123
|
return e.ul.s;
|
|
1071
|
-
}), [
|
|
1124
|
+
}), [l, u] = N(() => {
|
|
1072
1125
|
if (e != null && e.st)
|
|
1073
1126
|
return e.st.s;
|
|
1074
|
-
}), [
|
|
1075
|
-
var
|
|
1076
|
-
const
|
|
1077
|
-
return (
|
|
1078
|
-
}), [
|
|
1079
|
-
var
|
|
1080
|
-
const
|
|
1081
|
-
return (
|
|
1082
|
-
})
|
|
1127
|
+
}), [v, p] = N(() => {
|
|
1128
|
+
var T;
|
|
1129
|
+
const I = "#2f56ef";
|
|
1130
|
+
return (T = e == null ? void 0 : e.cl) != null && T.rgb ? e.cl.rgb : I;
|
|
1131
|
+
}), [y, f] = N(() => {
|
|
1132
|
+
var T;
|
|
1133
|
+
const I = "#e8ecfc";
|
|
1134
|
+
return (T = e == null ? void 0 : e.bg) != null && T.rgb ? e.bg.rgb : I;
|
|
1135
|
+
});
|
|
1083
1136
|
K(() => {
|
|
1084
|
-
const
|
|
1085
|
-
bl:
|
|
1086
|
-
it:
|
|
1137
|
+
const I = {
|
|
1138
|
+
bl: i,
|
|
1139
|
+
it: o
|
|
1087
1140
|
};
|
|
1088
|
-
|
|
1089
|
-
}, [
|
|
1090
|
-
const
|
|
1141
|
+
v !== void 0 && (I.cl = { rgb: v }), y !== void 0 && (I.bg = { rgb: y }), l !== void 0 && (I.st = { s: l }), a !== void 0 && (I.ul = { s: a }), r(br(I));
|
|
1142
|
+
}, [i, o, a, l, v, y]);
|
|
1143
|
+
const R = "univer-flex univer-cursor-pointer univer-items-center univer-rounded univer-px-1";
|
|
1091
1144
|
return /* @__PURE__ */ k("div", { className: X("univer-my-2.5 univer-flex univer-justify-between", n), children: [
|
|
1092
|
-
|
|
1145
|
+
/* @__PURE__ */ c(
|
|
1093
1146
|
"div",
|
|
1094
1147
|
{
|
|
1095
|
-
className: X(
|
|
1096
|
-
"univer-bg-gray-100": ut(
|
|
1148
|
+
className: X(R, {
|
|
1149
|
+
"univer-bg-gray-100 dark:univer-bg-gray-700": ut(i || le.FALSE)
|
|
1097
1150
|
}),
|
|
1098
|
-
onClick: () =>
|
|
1099
|
-
children: /* @__PURE__ */ c(
|
|
1151
|
+
onClick: () => s(ct(i)),
|
|
1152
|
+
children: /* @__PURE__ */ c(Yn, {})
|
|
1100
1153
|
}
|
|
1101
1154
|
),
|
|
1102
|
-
|
|
1155
|
+
/* @__PURE__ */ c(
|
|
1103
1156
|
"div",
|
|
1104
1157
|
{
|
|
1105
|
-
className: X(
|
|
1106
|
-
"univer-bg-gray-100": ut(
|
|
1158
|
+
className: X(R, {
|
|
1159
|
+
"univer-bg-gray-100 dark:univer-bg-gray-700": ut(o || le.FALSE)
|
|
1107
1160
|
}),
|
|
1108
|
-
onClick: () =>
|
|
1109
|
-
children: /* @__PURE__ */ c(
|
|
1161
|
+
onClick: () => d(ct(o)),
|
|
1162
|
+
children: /* @__PURE__ */ c(Jn, {})
|
|
1110
1163
|
}
|
|
1111
1164
|
),
|
|
1112
|
-
|
|
1165
|
+
/* @__PURE__ */ c(
|
|
1113
1166
|
"div",
|
|
1114
1167
|
{
|
|
1115
|
-
className: X(
|
|
1116
|
-
"univer-bg-gray-100": ut(
|
|
1168
|
+
className: X(R, {
|
|
1169
|
+
"univer-bg-gray-100 dark:univer-bg-gray-700": ut(a || le.FALSE)
|
|
1117
1170
|
}),
|
|
1118
|
-
onClick: () =>
|
|
1119
|
-
children: /* @__PURE__ */ c(
|
|
1171
|
+
onClick: () => h(ct(a)),
|
|
1172
|
+
children: /* @__PURE__ */ c(nr, {})
|
|
1120
1173
|
}
|
|
1121
1174
|
),
|
|
1122
|
-
|
|
1175
|
+
/* @__PURE__ */ c(
|
|
1123
1176
|
"div",
|
|
1124
1177
|
{
|
|
1125
|
-
className: X(
|
|
1126
|
-
"univer-bg-gray-100": ut(
|
|
1178
|
+
className: X(R, {
|
|
1179
|
+
"univer-bg-gray-100 dark:univer-bg-gray-700": ut(l || le.FALSE)
|
|
1127
1180
|
}),
|
|
1128
|
-
onClick: () =>
|
|
1129
|
-
children: /* @__PURE__ */ c(
|
|
1181
|
+
onClick: () => u(ct(l)),
|
|
1182
|
+
children: /* @__PURE__ */ c(tr, {})
|
|
1130
1183
|
}
|
|
1131
1184
|
),
|
|
1132
|
-
/* @__PURE__ */ c(
|
|
1133
|
-
/* @__PURE__ */ c(
|
|
1185
|
+
/* @__PURE__ */ c(Fe, { color: v, onChange: p, Icon: Kn }),
|
|
1186
|
+
/* @__PURE__ */ c(Fe, { color: y, onChange: f })
|
|
1134
1187
|
] });
|
|
1135
|
-
},
|
|
1188
|
+
}, wi = (t) => {
|
|
1136
1189
|
var x;
|
|
1137
|
-
const { onChange: e, interceptorManager: r } = t, n =
|
|
1138
|
-
style:
|
|
1139
|
-
value:
|
|
1190
|
+
const { onChange: e, interceptorManager: r } = t, n = q(re), s = q(z).getCurrentUnitForType(D.UNIVER_SHEET), o = s.getActiveSheet(), d = ((x = t.rule) == null ? void 0 : x.type) === U.highlightCell ? t.rule : void 0, a = ge(null), [h, l] = N(!1), u = ge(null), [v, p] = N({}), [y, f] = N(() => (d == null ? void 0 : d.subType) === F.formula ? d.value : "="), [R, I] = N(void 0), T = (g) => ({
|
|
1191
|
+
style: g.style,
|
|
1192
|
+
value: y,
|
|
1140
1193
|
type: U.highlightCell,
|
|
1141
1194
|
subType: F.formula
|
|
1142
1195
|
});
|
|
1143
1196
|
K(() => r.intercept(r.getInterceptPoints().submit, {
|
|
1144
1197
|
handler() {
|
|
1145
|
-
return
|
|
1198
|
+
return T({ style: v });
|
|
1146
1199
|
}
|
|
1147
|
-
}), [
|
|
1148
|
-
handler: (
|
|
1149
|
-
}), [
|
|
1150
|
-
const w = (
|
|
1151
|
-
e(
|
|
1200
|
+
}), [v, y, r]), K(() => r.intercept(r.getInterceptPoints().beforeSubmit, {
|
|
1201
|
+
handler: (b, S, C) => R || y.length === 1 || !y.startsWith("=") ? (I(n.t("sheet.cf.errorMessage.formulaError")), !1) : C(b)
|
|
1202
|
+
}), [R, y]);
|
|
1203
|
+
const w = (g) => {
|
|
1204
|
+
e(T(g));
|
|
1152
1205
|
};
|
|
1153
|
-
return Nt((
|
|
1154
|
-
var
|
|
1155
|
-
((
|
|
1206
|
+
return Nt((g) => {
|
|
1207
|
+
var S;
|
|
1208
|
+
((S = u.current) == null ? void 0 : S.isClickOutSide(g)) && l(!1);
|
|
1156
1209
|
}), /* @__PURE__ */ k("div", { ref: a, children: [
|
|
1157
1210
|
/* @__PURE__ */ c(
|
|
1158
1211
|
"div",
|
|
@@ -1165,31 +1218,31 @@ const Me = (t) => {
|
|
|
1165
1218
|
Mt,
|
|
1166
1219
|
{
|
|
1167
1220
|
ref: u,
|
|
1168
|
-
className: X("univer-box-border univer-h-8 univer-w-full univer-cursor-pointer univer-items-center univer-rounded-lg univer-bg-white univer-pt-2 univer-transition-colors [&>div:first-child]:univer-px-2.5 [&>div]:univer-h-5 [&>div]:univer-ring-transparent dark:!univer-bg-gray-700 dark:!univer-text-white hover:univer-border-primary-600",
|
|
1169
|
-
errorText:
|
|
1221
|
+
className: X("univer-box-border univer-h-8 univer-w-full univer-cursor-pointer univer-items-center univer-rounded-lg univer-bg-white univer-pt-2 univer-transition-colors [&>div:first-child]:univer-px-2.5 [&>div]:univer-h-5 [&>div]:univer-ring-transparent dark:!univer-bg-gray-700 dark:!univer-text-white hover:univer-border-primary-600", Be),
|
|
1222
|
+
errorText: R,
|
|
1170
1223
|
isFocus: h,
|
|
1171
|
-
initValue:
|
|
1224
|
+
initValue: y,
|
|
1172
1225
|
unitId: s.getUnitId(),
|
|
1173
1226
|
subUnitId: o == null ? void 0 : o.getSheetId(),
|
|
1174
1227
|
onFocus: () => {
|
|
1175
1228
|
l(!0);
|
|
1176
1229
|
},
|
|
1177
|
-
onChange: (
|
|
1178
|
-
f(
|
|
1230
|
+
onChange: (g) => {
|
|
1231
|
+
f(g), w({ style: v });
|
|
1179
1232
|
},
|
|
1180
|
-
onVerify: (
|
|
1181
|
-
!
|
|
1233
|
+
onVerify: (g, b) => {
|
|
1234
|
+
!g || b.length === 1 ? I(n.t("sheet.cf.errorMessage.formulaError")) : I(void 0);
|
|
1182
1235
|
}
|
|
1183
1236
|
}
|
|
1184
1237
|
) }),
|
|
1185
|
-
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule:
|
|
1238
|
+
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule: T({ style: v }) }) }),
|
|
1186
1239
|
/* @__PURE__ */ c(
|
|
1187
|
-
|
|
1240
|
+
Zt,
|
|
1188
1241
|
{
|
|
1189
1242
|
style: d == null ? void 0 : d.style,
|
|
1190
1243
|
className: "univer-mt-3",
|
|
1191
|
-
onChange: (
|
|
1192
|
-
p(
|
|
1244
|
+
onChange: (g) => {
|
|
1245
|
+
p(g), w({ style: g });
|
|
1193
1246
|
}
|
|
1194
1247
|
}
|
|
1195
1248
|
)
|
|
@@ -1203,12 +1256,12 @@ const Me = (t) => {
|
|
|
1203
1256
|
}
|
|
1204
1257
|
),
|
|
1205
1258
|
t.children
|
|
1206
|
-
] }),
|
|
1207
|
-
const { type: e, operator: r, onChange: n, value: i, interceptorManager: s } = t, o =
|
|
1259
|
+
] }), W = (t, e) => ({ label: e.t(`sheet.cf.operator.${t}`), value: t }), Ei = (t) => {
|
|
1260
|
+
const { type: e, operator: r, onChange: n, value: i, interceptorManager: s } = t, o = q(re), [d, a] = N(() => typeof i == "number" ? i : 0), [h, l] = N(""), [u, v] = N(() => typeof i == "string" ? i : ""), [p, y] = N(""), [f, R] = N(() => Array.isArray(i) ? i[0] === void 0 ? 0 : i[0] : 0), [I, T] = N(""), [w, x] = N(() => Array.isArray(i) ? i[1] === void 0 ? 100 : i[1] : 100), [g, b] = N("");
|
|
1208
1261
|
switch (K(() => {
|
|
1209
1262
|
switch (e) {
|
|
1210
1263
|
case F.text: {
|
|
1211
|
-
[
|
|
1264
|
+
[H.beginsWith, H.endsWith, H.containsText, H.notContainsText, H.equal, H.notEqual].includes(r) && n(u);
|
|
1212
1265
|
break;
|
|
1213
1266
|
}
|
|
1214
1267
|
case F.number: {
|
|
@@ -1217,31 +1270,31 @@ const Me = (t) => {
|
|
|
1217
1270
|
}
|
|
1218
1271
|
}
|
|
1219
1272
|
}, [e]), K(() => {
|
|
1220
|
-
const
|
|
1221
|
-
handler: (
|
|
1273
|
+
const S = s.intercept(s.getInterceptPoints().beforeSubmit, {
|
|
1274
|
+
handler: (C, M, E) => {
|
|
1222
1275
|
switch (e) {
|
|
1223
1276
|
case F.text:
|
|
1224
|
-
if ([
|
|
1225
|
-
return u ? E(
|
|
1277
|
+
if ([H.beginsWith, H.containsText, H.endsWith, H.notEqual, H.notContainsText, H.equal].includes(r))
|
|
1278
|
+
return u ? E(C) : (y(o.t("sheet.cf.errorMessage.notBlank")), !1);
|
|
1226
1279
|
}
|
|
1227
|
-
return E(
|
|
1280
|
+
return E(C);
|
|
1228
1281
|
}
|
|
1229
1282
|
});
|
|
1230
1283
|
return () => {
|
|
1231
|
-
|
|
1284
|
+
S();
|
|
1232
1285
|
};
|
|
1233
1286
|
}, [e, d, u, r]), e) {
|
|
1234
1287
|
case F.text: {
|
|
1235
|
-
if ([
|
|
1236
|
-
const
|
|
1237
|
-
|
|
1288
|
+
if ([H.beginsWith, H.endsWith, H.containsText, H.notContainsText, H.equal, H.notEqual].includes(r)) {
|
|
1289
|
+
const S = (C) => {
|
|
1290
|
+
v(C), n(C);
|
|
1238
1291
|
};
|
|
1239
1292
|
return /* @__PURE__ */ c("div", { className: "univer-mt-3", children: /* @__PURE__ */ c(dt, { errorText: p, children: /* @__PURE__ */ c(
|
|
1240
|
-
|
|
1293
|
+
Jr,
|
|
1241
1294
|
{
|
|
1242
1295
|
value: u,
|
|
1243
|
-
onChange: (
|
|
1244
|
-
|
|
1296
|
+
onChange: (C) => {
|
|
1297
|
+
y(""), S(C);
|
|
1245
1298
|
}
|
|
1246
1299
|
}
|
|
1247
1300
|
) }) });
|
|
@@ -1250,36 +1303,36 @@ const Me = (t) => {
|
|
|
1250
1303
|
}
|
|
1251
1304
|
case F.number: {
|
|
1252
1305
|
if ([P.equal, P.notEqual, P.greaterThan, P.greaterThanOrEqual, P.lessThan, P.lessThanOrEqual].includes(r)) {
|
|
1253
|
-
const
|
|
1254
|
-
a(
|
|
1306
|
+
const S = (C) => {
|
|
1307
|
+
a(C || 0), n(C || 0), l("");
|
|
1255
1308
|
};
|
|
1256
1309
|
return /* @__PURE__ */ c("div", { className: "univer-mt-3", children: /* @__PURE__ */ c(dt, { errorText: h, children: /* @__PURE__ */ c(
|
|
1257
|
-
|
|
1310
|
+
ke,
|
|
1258
1311
|
{
|
|
1259
1312
|
className: "univer-w-full",
|
|
1260
1313
|
min: Number.MIN_SAFE_INTEGER,
|
|
1261
1314
|
max: Number.MAX_SAFE_INTEGER,
|
|
1262
1315
|
value: d,
|
|
1263
|
-
onChange:
|
|
1316
|
+
onChange: S
|
|
1264
1317
|
}
|
|
1265
1318
|
) }) });
|
|
1266
1319
|
}
|
|
1267
1320
|
if ([P.between, P.notBetween].includes(r)) {
|
|
1268
|
-
const
|
|
1269
|
-
|
|
1270
|
-
},
|
|
1271
|
-
x(M || 0), n([f, M || 0]),
|
|
1321
|
+
const S = (M) => {
|
|
1322
|
+
R(M || 0), n([M || 0, w]), T("");
|
|
1323
|
+
}, C = (M) => {
|
|
1324
|
+
x(M || 0), n([f, M || 0]), b("");
|
|
1272
1325
|
};
|
|
1273
1326
|
return /* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-items-center", children: [
|
|
1274
|
-
/* @__PURE__ */ c(dt, { errorText:
|
|
1275
|
-
/* @__PURE__ */ c(dt, { errorText:
|
|
1276
|
-
|
|
1327
|
+
/* @__PURE__ */ c(dt, { errorText: I, children: /* @__PURE__ */ c(ke, { min: Number.MIN_SAFE_INTEGER, max: Number.MAX_SAFE_INTEGER, value: f, onChange: S }) }),
|
|
1328
|
+
/* @__PURE__ */ c(dt, { errorText: g, children: /* @__PURE__ */ c(
|
|
1329
|
+
ke,
|
|
1277
1330
|
{
|
|
1278
1331
|
className: "univer-ml-3",
|
|
1279
1332
|
min: Number.MIN_SAFE_INTEGER,
|
|
1280
1333
|
max: Number.MAX_SAFE_INTEGER,
|
|
1281
1334
|
value: w,
|
|
1282
|
-
onChange:
|
|
1335
|
+
onChange: C
|
|
1283
1336
|
}
|
|
1284
1337
|
) })
|
|
1285
1338
|
] });
|
|
@@ -1287,51 +1340,51 @@ const Me = (t) => {
|
|
|
1287
1340
|
}
|
|
1288
1341
|
}
|
|
1289
1342
|
return null;
|
|
1290
|
-
},
|
|
1343
|
+
}, sn = (t, e) => {
|
|
1291
1344
|
switch (t) {
|
|
1292
1345
|
case F.text:
|
|
1293
1346
|
return [
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1347
|
+
W(H.containsText, e),
|
|
1348
|
+
W(H.notContainsText, e),
|
|
1349
|
+
W(H.beginsWith, e),
|
|
1350
|
+
W(H.endsWith, e),
|
|
1351
|
+
W(H.equal, e),
|
|
1352
|
+
W(H.notEqual, e),
|
|
1353
|
+
W(H.containsBlanks, e),
|
|
1354
|
+
W(H.notContainsBlanks, e),
|
|
1355
|
+
W(H.containsErrors, e),
|
|
1356
|
+
W(H.notContainsErrors, e)
|
|
1304
1357
|
];
|
|
1305
1358
|
case F.number:
|
|
1306
1359
|
return [
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1360
|
+
W(P.between, e),
|
|
1361
|
+
W(P.notBetween, e),
|
|
1362
|
+
W(P.equal, e),
|
|
1363
|
+
W(P.notEqual, e),
|
|
1364
|
+
W(P.greaterThan, e),
|
|
1365
|
+
W(P.greaterThanOrEqual, e),
|
|
1366
|
+
W(P.lessThan, e),
|
|
1367
|
+
W(P.lessThanOrEqual, e)
|
|
1315
1368
|
];
|
|
1316
1369
|
case F.timePeriod:
|
|
1317
1370
|
return [
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1371
|
+
W(ve.yesterday, e),
|
|
1372
|
+
W(ve.today, e),
|
|
1373
|
+
W(ve.tomorrow, e),
|
|
1374
|
+
W(ve.last7Days, e),
|
|
1375
|
+
W(ve.lastWeek, e),
|
|
1376
|
+
W(ve.thisWeek, e),
|
|
1377
|
+
W(ve.nextWeek, e),
|
|
1378
|
+
W(ve.lastMonth, e),
|
|
1379
|
+
W(ve.thisMonth, e),
|
|
1380
|
+
W(ve.nextMonth, e)
|
|
1328
1381
|
];
|
|
1329
1382
|
}
|
|
1330
|
-
},
|
|
1383
|
+
}, on = (t) => {
|
|
1331
1384
|
var x;
|
|
1332
|
-
const { interceptorManager: e, onChange: r } = t, n =
|
|
1333
|
-
const
|
|
1334
|
-
return i && i.subType ||
|
|
1385
|
+
const { interceptorManager: e, onChange: r } = t, n = q(re), i = ((x = t.rule) == null ? void 0 : x.type) === U.highlightCell ? t.rule : void 0, [s, o] = N(() => {
|
|
1386
|
+
const g = F.text;
|
|
1387
|
+
return i && i.subType || g;
|
|
1335
1388
|
}), d = [{
|
|
1336
1389
|
value: F.text,
|
|
1337
1390
|
label: n.t("sheet.cf.subRuleType.text")
|
|
@@ -1347,24 +1400,24 @@ const Me = (t) => {
|
|
|
1347
1400
|
}, {
|
|
1348
1401
|
value: F.uniqueValues,
|
|
1349
1402
|
label: n.t("sheet.cf.subRuleType.uniqueValues")
|
|
1350
|
-
}], a = J(() =>
|
|
1351
|
-
const
|
|
1352
|
-
return i && i.operator ||
|
|
1353
|
-
}), [u,
|
|
1354
|
-
var
|
|
1355
|
-
const
|
|
1356
|
-
return i ? (
|
|
1357
|
-
}), [p,
|
|
1358
|
-
var
|
|
1359
|
-
switch (
|
|
1403
|
+
}], a = J(() => sn(s, n), [s]), [h, l] = N(() => {
|
|
1404
|
+
const g = a ? a[0].value : void 0;
|
|
1405
|
+
return i && i.operator || g;
|
|
1406
|
+
}), [u, v] = N(() => {
|
|
1407
|
+
var S;
|
|
1408
|
+
const g = "";
|
|
1409
|
+
return i ? (S = i.value) != null ? S : mt(i.subType, i.operator) : g;
|
|
1410
|
+
}), [p, y] = N({}), f = J(() => (g) => {
|
|
1411
|
+
var b, S, C, M, E, V, L, m, _, j, Y, pe, Ce, Ue, Pe;
|
|
1412
|
+
switch (g.subType || s) {
|
|
1360
1413
|
case F.text: {
|
|
1361
|
-
if ([
|
|
1414
|
+
if ([H.beginsWith, H.endsWith, H.containsText, H.notContainsText, H.equal, H.notEqual].includes(h))
|
|
1362
1415
|
return {
|
|
1363
1416
|
type: U.highlightCell,
|
|
1364
|
-
subType: (
|
|
1365
|
-
operator: (
|
|
1366
|
-
style: (
|
|
1367
|
-
value: (M =
|
|
1417
|
+
subType: (b = g.subType) != null ? b : s,
|
|
1418
|
+
operator: (S = g.operator) != null ? S : h,
|
|
1419
|
+
style: (C = g.style) != null ? C : p,
|
|
1420
|
+
value: (M = g.value) != null ? M : u
|
|
1368
1421
|
};
|
|
1369
1422
|
break;
|
|
1370
1423
|
}
|
|
@@ -1372,27 +1425,27 @@ const Me = (t) => {
|
|
|
1372
1425
|
if ([P.equal, P.notEqual, P.greaterThan, P.greaterThanOrEqual, P.lessThan, P.lessThanOrEqual].includes(h))
|
|
1373
1426
|
return {
|
|
1374
1427
|
type: U.highlightCell,
|
|
1375
|
-
subType: (E =
|
|
1376
|
-
operator: (V =
|
|
1377
|
-
style: (L =
|
|
1378
|
-
value: (m =
|
|
1428
|
+
subType: (E = g.subType) != null ? E : s,
|
|
1429
|
+
operator: (V = g.operator) != null ? V : h,
|
|
1430
|
+
style: (L = g.style) != null ? L : p,
|
|
1431
|
+
value: (m = g.value) != null ? m : u
|
|
1379
1432
|
};
|
|
1380
1433
|
if ([P.between, P.notBetween].includes(h))
|
|
1381
1434
|
return {
|
|
1382
1435
|
type: U.highlightCell,
|
|
1383
|
-
subType: (
|
|
1384
|
-
operator: (
|
|
1385
|
-
style: (Y =
|
|
1386
|
-
value: (
|
|
1436
|
+
subType: (_ = g.subType) != null ? _ : s,
|
|
1437
|
+
operator: (j = g.operator) != null ? j : h,
|
|
1438
|
+
style: (Y = g.style) != null ? Y : p,
|
|
1439
|
+
value: (pe = g.value) != null ? pe : u
|
|
1387
1440
|
};
|
|
1388
1441
|
break;
|
|
1389
1442
|
}
|
|
1390
1443
|
}
|
|
1391
1444
|
return {
|
|
1392
1445
|
type: U.highlightCell,
|
|
1393
|
-
subType: (
|
|
1394
|
-
operator: (
|
|
1395
|
-
style: (
|
|
1446
|
+
subType: (Ce = g.subType) != null ? Ce : s,
|
|
1447
|
+
operator: (Ue = g.operator) != null ? Ue : h,
|
|
1448
|
+
style: (Pe = g.style) != null ? Pe : p
|
|
1396
1449
|
};
|
|
1397
1450
|
}, [s, h, u, p]);
|
|
1398
1451
|
K(() => e.intercept(e.getInterceptPoints().submit, {
|
|
@@ -1400,16 +1453,16 @@ const Me = (t) => {
|
|
|
1400
1453
|
return f({});
|
|
1401
1454
|
}
|
|
1402
1455
|
}), [f, e]), K(() => {
|
|
1403
|
-
d.some((
|
|
1456
|
+
d.some((g) => g.value === s) || o(d[0].value);
|
|
1404
1457
|
}, [d]);
|
|
1405
|
-
const
|
|
1406
|
-
const
|
|
1407
|
-
o(
|
|
1408
|
-
},
|
|
1409
|
-
const
|
|
1410
|
-
l(
|
|
1411
|
-
},
|
|
1412
|
-
g
|
|
1458
|
+
const R = (g) => {
|
|
1459
|
+
const b = g, S = sn(b, n), C = S && S[0].value;
|
|
1460
|
+
o(b), l(C), C && v(mt(b, C)), r(f({ subType: b, operator: C }));
|
|
1461
|
+
}, I = (g) => {
|
|
1462
|
+
const b = g;
|
|
1463
|
+
l(b), r(f({ operator: b }));
|
|
1464
|
+
}, T = (g) => {
|
|
1465
|
+
v(g), r(f({ value: g }));
|
|
1413
1466
|
}, w = J(() => `${s}_${h}_${Math.random()}`, [s, h]);
|
|
1414
1467
|
return /* @__PURE__ */ k("div", { children: [
|
|
1415
1468
|
/* @__PURE__ */ c(
|
|
@@ -1421,57 +1474,57 @@ const Me = (t) => {
|
|
|
1421
1474
|
),
|
|
1422
1475
|
/* @__PURE__ */ k("div", { className: "univer-flex univer-justify-between univer-gap-4", children: [
|
|
1423
1476
|
/* @__PURE__ */ c(
|
|
1424
|
-
|
|
1477
|
+
ce,
|
|
1425
1478
|
{
|
|
1426
1479
|
className: "univer-mt-3 univer-w-full",
|
|
1427
|
-
onChange:
|
|
1480
|
+
onChange: R,
|
|
1428
1481
|
value: s,
|
|
1429
1482
|
options: d
|
|
1430
1483
|
}
|
|
1431
1484
|
),
|
|
1432
1485
|
(a == null ? void 0 : a.length) && /* @__PURE__ */ c(
|
|
1433
|
-
|
|
1486
|
+
ce,
|
|
1434
1487
|
{
|
|
1435
1488
|
className: "univer-mt-3 univer-w-full",
|
|
1436
|
-
onChange:
|
|
1489
|
+
onChange: I,
|
|
1437
1490
|
value: h || "",
|
|
1438
1491
|
options: a
|
|
1439
1492
|
}
|
|
1440
1493
|
)
|
|
1441
1494
|
] }),
|
|
1442
1495
|
/* @__PURE__ */ c(
|
|
1443
|
-
|
|
1496
|
+
Ei,
|
|
1444
1497
|
{
|
|
1445
1498
|
value: u,
|
|
1446
1499
|
interceptorManager: e,
|
|
1447
1500
|
type: s,
|
|
1448
1501
|
operator: h,
|
|
1449
1502
|
rule: i,
|
|
1450
|
-
onChange:
|
|
1503
|
+
onChange: T
|
|
1451
1504
|
},
|
|
1452
1505
|
w
|
|
1453
1506
|
),
|
|
1454
1507
|
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule: f({}) }) }),
|
|
1455
1508
|
/* @__PURE__ */ c(
|
|
1456
|
-
|
|
1509
|
+
Zt,
|
|
1457
1510
|
{
|
|
1458
1511
|
style: i == null ? void 0 : i.style,
|
|
1459
1512
|
className: "univer-ml-1",
|
|
1460
|
-
onChange: (
|
|
1461
|
-
|
|
1513
|
+
onChange: (g) => {
|
|
1514
|
+
y(g), r(f({ style: g }));
|
|
1462
1515
|
}
|
|
1463
1516
|
}
|
|
1464
1517
|
)
|
|
1465
1518
|
] });
|
|
1466
|
-
},
|
|
1519
|
+
}, rr = (t, e) => (Ve[t] || [])[Number(e)] || "", Ni = (t) => {
|
|
1467
1520
|
var l;
|
|
1468
|
-
const { error: e, type: r, onChange: n } = t, i =
|
|
1521
|
+
const { error: e, type: r, onChange: n } = t, i = q(z), s = i.getCurrentUnitForType(D.UNIVER_SHEET).getUnitId(), o = (l = i.getCurrentUnitForType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : l.getSheetId(), d = ge(null), [a, h] = N(!1);
|
|
1469
1522
|
return Nt((u) => {
|
|
1470
1523
|
var p;
|
|
1471
1524
|
((p = d.current) == null ? void 0 : p.isClickOutSide(u)) && h(!1);
|
|
1472
|
-
}), /* @__PURE__ */ c("div", { className: "univer-relative", children: r !==
|
|
1525
|
+
}), /* @__PURE__ */ c("div", { className: "univer-relative", children: r !== $.formula ? /* @__PURE__ */ k(jt, { children: [
|
|
1473
1526
|
/* @__PURE__ */ c(
|
|
1474
|
-
|
|
1527
|
+
ke,
|
|
1475
1528
|
{
|
|
1476
1529
|
className: X({
|
|
1477
1530
|
"univer-border-red-500": e
|
|
@@ -1495,16 +1548,16 @@ const Me = (t) => {
|
|
|
1495
1548
|
onFocus: () => h(!0)
|
|
1496
1549
|
}
|
|
1497
1550
|
) }) });
|
|
1498
|
-
},
|
|
1551
|
+
}, an = (t, e, r) => ({
|
|
1499
1552
|
operator: P.greaterThan,
|
|
1500
|
-
value: { type:
|
|
1553
|
+
value: { type: $.num, value: (r.length - 1 - e) * 10 },
|
|
1501
1554
|
iconType: t,
|
|
1502
1555
|
iconId: String(e)
|
|
1503
|
-
}),
|
|
1504
|
-
const { onClick: r } = t, n =
|
|
1556
|
+
}), Mi = oe((t, e) => {
|
|
1557
|
+
const { onClick: r } = t, n = q(re), i = (s) => {
|
|
1505
1558
|
r(s);
|
|
1506
1559
|
};
|
|
1507
|
-
return /* @__PURE__ */ c("div", { ref: e, className: "univer-w-80", children:
|
|
1560
|
+
return /* @__PURE__ */ c("div", { ref: e, className: "univer-w-80", children: Ir.map((s, o) => /* @__PURE__ */ k("div", { className: "univer-mb-3", children: [
|
|
1508
1561
|
/* @__PURE__ */ c("div", { className: "univer-mb-1 univer-text-sm", children: n.t(s.title) }),
|
|
1509
1562
|
/* @__PURE__ */ c("div", { className: "univer-flex univer-flex-wrap", children: s.group.map((d) => /* @__PURE__ */ c(
|
|
1510
1563
|
"div",
|
|
@@ -1532,11 +1585,11 @@ const Me = (t) => {
|
|
|
1532
1585
|
d.name
|
|
1533
1586
|
)) })
|
|
1534
1587
|
] }, o)) });
|
|
1535
|
-
}),
|
|
1588
|
+
}), Vi = (t) => {
|
|
1536
1589
|
const { onClick: e } = t, r = J(() => {
|
|
1537
1590
|
const i = [];
|
|
1538
|
-
for (const s in
|
|
1539
|
-
const o =
|
|
1591
|
+
for (const s in Ve) {
|
|
1592
|
+
const o = Ve[s], d = s;
|
|
1540
1593
|
o.forEach((a, h) => {
|
|
1541
1594
|
i.push({
|
|
1542
1595
|
iconType: d,
|
|
@@ -1554,7 +1607,7 @@ const Me = (t) => {
|
|
|
1554
1607
|
"div",
|
|
1555
1608
|
{
|
|
1556
1609
|
className: "univer-mb-2.5 univer-flex univer-cursor-pointer univer-items-center univer-pl-1",
|
|
1557
|
-
onClick: () => n({ iconType:
|
|
1610
|
+
onClick: () => n({ iconType: _r, iconId: "" }),
|
|
1558
1611
|
children: [
|
|
1559
1612
|
/* @__PURE__ */ c(ot, { className: "univer-size-5" }),
|
|
1560
1613
|
/* @__PURE__ */ c("span", { className: "univer-ml-2", children: "无单元格图标" })
|
|
@@ -1578,32 +1631,32 @@ const Me = (t) => {
|
|
|
1578
1631
|
`${i.iconType}_${i.iconId}`
|
|
1579
1632
|
)) })
|
|
1580
1633
|
] });
|
|
1581
|
-
},
|
|
1582
|
-
const { onChange: e, configList: r, errorMap: n = {} } = t, i =
|
|
1583
|
-
{ label: i.t(`sheet.cf.valueType.${
|
|
1584
|
-
{ label: i.t(`sheet.cf.valueType.${
|
|
1585
|
-
{ label: i.t(`sheet.cf.valueType.${
|
|
1586
|
-
{ label: i.t(`sheet.cf.valueType.${
|
|
1587
|
-
], d = (u,
|
|
1588
|
-
e([String(
|
|
1589
|
-
}, a = (u,
|
|
1590
|
-
e([String(
|
|
1634
|
+
}, ki = (t) => {
|
|
1635
|
+
const { onChange: e, configList: r, errorMap: n = {} } = t, i = q(re), s = [{ label: i.t(`sheet.cf.symbol.${P.greaterThan}`), value: P.greaterThan }, { label: i.t(`sheet.cf.symbol.${P.greaterThanOrEqual}`), value: P.greaterThanOrEqual }], o = [
|
|
1636
|
+
{ label: i.t(`sheet.cf.valueType.${$.num}`), value: $.num },
|
|
1637
|
+
{ label: i.t(`sheet.cf.valueType.${$.percent}`), value: $.percent },
|
|
1638
|
+
{ label: i.t(`sheet.cf.valueType.${$.percentile}`), value: $.percentile },
|
|
1639
|
+
{ label: i.t(`sheet.cf.valueType.${$.formula}`), value: $.formula }
|
|
1640
|
+
], d = (u, v) => {
|
|
1641
|
+
e([String(v), "value", "value"], u);
|
|
1642
|
+
}, a = (u, v) => {
|
|
1643
|
+
e([String(v), "operator"], u);
|
|
1591
1644
|
const p = mt(F.number, u);
|
|
1592
|
-
d(p,
|
|
1593
|
-
}, h = (u,
|
|
1594
|
-
e([String(
|
|
1595
|
-
const p = r[
|
|
1596
|
-
d(
|
|
1645
|
+
d(p, v);
|
|
1646
|
+
}, h = (u, v) => {
|
|
1647
|
+
e([String(v), "value", "type"], u);
|
|
1648
|
+
const p = r[v], y = mt(F.number, p.operator);
|
|
1649
|
+
d(y, v);
|
|
1597
1650
|
};
|
|
1598
|
-
return J(() => r.map((u,
|
|
1599
|
-
const p = n[
|
|
1600
|
-
const
|
|
1601
|
-
e([String(
|
|
1651
|
+
return J(() => r.map((u, v) => {
|
|
1652
|
+
const p = n[v], y = rr(u.iconType, u.iconId), f = v === r.length - 1, R = v === 0, I = r[v - 1], T = (I == null ? void 0 : I.value.type) === $.formula ? i.t("sheet.cf.valueType.formula") : I == null ? void 0 : I.value.value, w = (x, g) => {
|
|
1653
|
+
const b = { ...u, iconId: g, iconType: x };
|
|
1654
|
+
e([String(v)], b);
|
|
1602
1655
|
};
|
|
1603
1656
|
return /* @__PURE__ */ k(
|
|
1604
1657
|
"div",
|
|
1605
1658
|
{
|
|
1606
|
-
className:
|
|
1659
|
+
className: v ? "univer-mt-6" : "univer-mt-3",
|
|
1607
1660
|
children: [
|
|
1608
1661
|
/* @__PURE__ */ k(
|
|
1609
1662
|
"div",
|
|
@@ -1616,21 +1669,21 @@ const Me = (t) => {
|
|
|
1616
1669
|
className: "univer-w-[45%]",
|
|
1617
1670
|
children: [
|
|
1618
1671
|
i.t("sheet.cf.iconSet.icon"),
|
|
1619
|
-
|
|
1672
|
+
v + 1
|
|
1620
1673
|
]
|
|
1621
1674
|
}
|
|
1622
1675
|
),
|
|
1623
|
-
/* @__PURE__ */ c("div", { className: "univer-w-[45%]", children: /* @__PURE__ */ k(
|
|
1624
|
-
!
|
|
1625
|
-
!
|
|
1676
|
+
/* @__PURE__ */ c("div", { className: "univer-w-[45%]", children: /* @__PURE__ */ k(jt, { children: [
|
|
1677
|
+
!R && !f && i.t("sheet.cf.iconSet.rule"),
|
|
1678
|
+
!R && !f && /* @__PURE__ */ k(
|
|
1626
1679
|
"span",
|
|
1627
1680
|
{
|
|
1628
1681
|
className: "univer-font-medium univer-text-gray-600 dark:!univer-text-gray-200",
|
|
1629
1682
|
children: [
|
|
1630
1683
|
"(",
|
|
1631
1684
|
i.t("sheet.cf.iconSet.when"),
|
|
1632
|
-
i.t(`sheet.cf.symbol.${Ht(
|
|
1633
|
-
|
|
1685
|
+
i.t(`sheet.cf.symbol.${Ht(I.operator)}`),
|
|
1686
|
+
T,
|
|
1634
1687
|
f ? "" : ` ${i.t("sheet.cf.iconSet.and")} `,
|
|
1635
1688
|
")"
|
|
1636
1689
|
]
|
|
@@ -1642,21 +1695,21 @@ const Me = (t) => {
|
|
|
1642
1695
|
),
|
|
1643
1696
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-items-center univer-justify-between univer-gap-4", children: [
|
|
1644
1697
|
/* @__PURE__ */ c("div", { className: "univer-flex univer-items-center", children: /* @__PURE__ */ c(
|
|
1645
|
-
|
|
1698
|
+
Gt,
|
|
1646
1699
|
{
|
|
1647
|
-
overlay: /* @__PURE__ */ c("div", { className: "univer-rounded-lg univer-p-4", children: /* @__PURE__ */ c(
|
|
1700
|
+
overlay: /* @__PURE__ */ c("div", { className: "univer-rounded-lg univer-p-4", children: /* @__PURE__ */ c(Vi, { onClick: w, iconId: u.iconId, iconType: u.iconType }) }),
|
|
1648
1701
|
children: /* @__PURE__ */ k(
|
|
1649
1702
|
"div",
|
|
1650
1703
|
{
|
|
1651
|
-
className: X("univer-box-border univer-flex univer-h-8 univer-w-full univer-items-center univer-justify-between univer-rounded-md univer-bg-white univer-px-4 univer-py-2 univer-text-xs univer-text-gray-600 univer-transition-all dark:!univer-text-gray-200 hover:univer-border-primary-600",
|
|
1704
|
+
className: X("univer-box-border univer-flex univer-h-8 univer-w-full univer-items-center univer-justify-between univer-rounded-md univer-bg-white univer-px-4 univer-py-2 univer-text-xs univer-text-gray-600 univer-transition-all dark:!univer-text-gray-200 hover:univer-border-primary-600", Be),
|
|
1652
1705
|
children: [
|
|
1653
|
-
|
|
1706
|
+
y ? /* @__PURE__ */ c("img", { src: y, className: "univer-size-4", draggable: !1 }) : /* @__PURE__ */ c(
|
|
1654
1707
|
ot,
|
|
1655
1708
|
{
|
|
1656
1709
|
className: "univer-size-4"
|
|
1657
1710
|
}
|
|
1658
1711
|
),
|
|
1659
|
-
/* @__PURE__ */ c(
|
|
1712
|
+
/* @__PURE__ */ c(zt, {})
|
|
1660
1713
|
]
|
|
1661
1714
|
}
|
|
1662
1715
|
)
|
|
@@ -1670,24 +1723,24 @@ const Me = (t) => {
|
|
|
1670
1723
|
i.t("sheet.cf.iconSet.rule"),
|
|
1671
1724
|
/* @__PURE__ */ k("span", { className: "univer-font-medium", children: [
|
|
1672
1725
|
i.t("sheet.cf.iconSet.when"),
|
|
1673
|
-
i.t(`sheet.cf.symbol.${Ht(
|
|
1674
|
-
|
|
1726
|
+
i.t(`sheet.cf.symbol.${Ht(I.operator)}`),
|
|
1727
|
+
T,
|
|
1675
1728
|
f ? "" : ` ${i.t("sheet.cf.iconSet.and")} `
|
|
1676
1729
|
] })
|
|
1677
1730
|
]
|
|
1678
1731
|
}
|
|
1679
1732
|
) : /* @__PURE__ */ c(
|
|
1680
|
-
|
|
1733
|
+
ce,
|
|
1681
1734
|
{
|
|
1682
1735
|
options: s,
|
|
1683
1736
|
value: u.operator,
|
|
1684
1737
|
onChange: (x) => {
|
|
1685
|
-
a(x,
|
|
1738
|
+
a(x, v);
|
|
1686
1739
|
}
|
|
1687
1740
|
}
|
|
1688
1741
|
)
|
|
1689
1742
|
] }),
|
|
1690
|
-
f ? /* @__PURE__ */ c("div", {}) : /* @__PURE__ */ k(
|
|
1743
|
+
f ? /* @__PURE__ */ c("div", {}) : /* @__PURE__ */ k(jt, { children: [
|
|
1691
1744
|
/* @__PURE__ */ k(
|
|
1692
1745
|
"div",
|
|
1693
1746
|
{
|
|
@@ -1704,25 +1757,25 @@ const Me = (t) => {
|
|
|
1704
1757
|
className: "univer-mt-3 univer-flex univer-items-center univer-justify-between univer-gap-4",
|
|
1705
1758
|
children: [
|
|
1706
1759
|
/* @__PURE__ */ c(
|
|
1707
|
-
|
|
1760
|
+
ce,
|
|
1708
1761
|
{
|
|
1709
1762
|
className: "univer-flex-shrink-0",
|
|
1710
1763
|
options: o,
|
|
1711
1764
|
value: u.value.type,
|
|
1712
1765
|
onChange: (x) => {
|
|
1713
|
-
h(x,
|
|
1766
|
+
h(x, v);
|
|
1714
1767
|
}
|
|
1715
1768
|
}
|
|
1716
1769
|
),
|
|
1717
1770
|
/* @__PURE__ */ c("div", { children: /* @__PURE__ */ c(
|
|
1718
|
-
|
|
1771
|
+
Ni,
|
|
1719
1772
|
{
|
|
1720
|
-
id:
|
|
1773
|
+
id: v,
|
|
1721
1774
|
type: u.value.type,
|
|
1722
1775
|
error: p,
|
|
1723
1776
|
value: u.value.value || "",
|
|
1724
1777
|
onChange: (x) => {
|
|
1725
|
-
d(x,
|
|
1778
|
+
d(x, v);
|
|
1726
1779
|
}
|
|
1727
1780
|
}
|
|
1728
1781
|
) })
|
|
@@ -1732,102 +1785,102 @@ const Me = (t) => {
|
|
|
1732
1785
|
] })
|
|
1733
1786
|
]
|
|
1734
1787
|
},
|
|
1735
|
-
|
|
1788
|
+
v
|
|
1736
1789
|
);
|
|
1737
1790
|
}), [r, n]);
|
|
1738
|
-
},
|
|
1791
|
+
}, Fi = (t) => {
|
|
1739
1792
|
var x;
|
|
1740
|
-
const { interceptorManager: e } = t, r = ((x = t.rule) == null ? void 0 : x.type) === U.iconSet ? t.rule : void 0, n =
|
|
1741
|
-
const
|
|
1793
|
+
const { interceptorManager: e } = t, r = ((x = t.rule) == null ? void 0 : x.type) === U.iconSet ? t.rule : void 0, n = q(re), [i, s] = N({}), [o, d] = N(() => {
|
|
1794
|
+
const g = Object.keys(Ve)[0];
|
|
1742
1795
|
if (r && r.config.length) {
|
|
1743
|
-
const
|
|
1744
|
-
if (!r.config.some((
|
|
1745
|
-
return
|
|
1796
|
+
const b = r.config[0].iconType;
|
|
1797
|
+
if (!r.config.some((C) => C.iconType !== b))
|
|
1798
|
+
return b;
|
|
1746
1799
|
}
|
|
1747
|
-
return
|
|
1800
|
+
return g;
|
|
1748
1801
|
}), [a, h] = N(() => {
|
|
1749
1802
|
if (r && r.config.length)
|
|
1750
|
-
return
|
|
1751
|
-
const
|
|
1752
|
-
return new Array(
|
|
1803
|
+
return Bt.deepClone(r == null ? void 0 : r.config);
|
|
1804
|
+
const g = Ve[o] || [];
|
|
1805
|
+
return new Array(g.length).fill("").map((b, S, C) => S === C.length - 1 ? {
|
|
1753
1806
|
operator: P.lessThanOrEqual,
|
|
1754
|
-
value: { type:
|
|
1807
|
+
value: { type: $.num, value: Number.MAX_SAFE_INTEGER },
|
|
1755
1808
|
iconType: o,
|
|
1756
|
-
iconId: String(
|
|
1757
|
-
} :
|
|
1758
|
-
}), [l, u] = N(() => r ? !!r.isShowValue : !0),
|
|
1759
|
-
const
|
|
1760
|
-
return /* @__PURE__ */ c("div", { className: "univer-flex univer-items-center", children:
|
|
1809
|
+
iconId: String(S)
|
|
1810
|
+
} : an(o, S, C));
|
|
1811
|
+
}), [l, u] = N(() => r ? !!r.isShowValue : !0), v = J(() => {
|
|
1812
|
+
const g = a.map((b) => rr(b.iconType, b.iconId));
|
|
1813
|
+
return /* @__PURE__ */ c("div", { className: "univer-flex univer-items-center", children: g.map((b, S) => b ? /* @__PURE__ */ c(
|
|
1761
1814
|
"img",
|
|
1762
1815
|
{
|
|
1763
1816
|
className: "univer-size-5",
|
|
1764
|
-
src:
|
|
1817
|
+
src: b
|
|
1765
1818
|
},
|
|
1766
|
-
|
|
1767
|
-
) : /* @__PURE__ */ c(ot, { className: "univer-size-5" },
|
|
1768
|
-
}, [a]), p = (
|
|
1769
|
-
if (
|
|
1770
|
-
preType:
|
|
1819
|
+
S
|
|
1820
|
+
) : /* @__PURE__ */ c(ot, { className: "univer-size-5" }, S)) });
|
|
1821
|
+
}, [a]), p = (g) => {
|
|
1822
|
+
if (g.reduce((S, C, M) => S.preType && !S.result || g.length - 1 === M ? S : C.value.type === $.formula ? {
|
|
1823
|
+
preType: $.formula,
|
|
1771
1824
|
result: !1
|
|
1772
|
-
} :
|
|
1773
|
-
result:
|
|
1774
|
-
preType:
|
|
1825
|
+
} : S.preType ? {
|
|
1826
|
+
result: S.preType === C.value.type,
|
|
1827
|
+
preType: C.value.type
|
|
1775
1828
|
} : {
|
|
1776
1829
|
result: !0,
|
|
1777
|
-
preType:
|
|
1778
|
-
}, { result: !0, preType: "" }).result && [
|
|
1779
|
-
const
|
|
1780
|
-
return
|
|
1830
|
+
preType: C.value.type
|
|
1831
|
+
}, { result: !0, preType: "" }).result && [$.num, $.percent, $.percentile].includes(g[0].value.type)) {
|
|
1832
|
+
const S = {};
|
|
1833
|
+
return g.forEach((C, M, E) => {
|
|
1781
1834
|
if (M - 1 < 0 || M === E.length - 1)
|
|
1782
1835
|
return;
|
|
1783
|
-
const L =
|
|
1784
|
-
|
|
1785
|
-
}),
|
|
1836
|
+
const L = g[M - 1], m = Ht(L.operator);
|
|
1837
|
+
Sr({ operator: m, value: L.value.value }, C.value.value) || (S[M] = `${n.t(`sheet.cf.form.${m}`, String(L.value.value))} `);
|
|
1838
|
+
}), S;
|
|
1786
1839
|
}
|
|
1787
1840
|
return {};
|
|
1788
|
-
},
|
|
1789
|
-
|
|
1790
|
-
}, f = (
|
|
1791
|
-
d(
|
|
1792
|
-
const
|
|
1793
|
-
h(
|
|
1841
|
+
}, y = (g, b) => {
|
|
1842
|
+
dr(a, g) !== b && (hr(a, g, b), h([...a]), s(p(a)));
|
|
1843
|
+
}, f = (g) => {
|
|
1844
|
+
d(g);
|
|
1845
|
+
const b = Ve[g] || [], S = new Array(b.length).fill("").map((C, M, E) => an(g, M, E));
|
|
1846
|
+
h(S), s(p(S));
|
|
1794
1847
|
};
|
|
1795
1848
|
K(() => {
|
|
1796
|
-
const
|
|
1849
|
+
const g = e.intercept(e.getInterceptPoints().submit, {
|
|
1797
1850
|
handler() {
|
|
1798
1851
|
return { type: U.iconSet, isShowValue: l, config: a };
|
|
1799
1852
|
}
|
|
1800
1853
|
});
|
|
1801
1854
|
return () => {
|
|
1802
|
-
|
|
1855
|
+
g();
|
|
1803
1856
|
};
|
|
1804
1857
|
}, [l, a, e]), K(() => {
|
|
1805
|
-
const
|
|
1858
|
+
const g = e.intercept(e.getInterceptPoints().beforeSubmit, {
|
|
1806
1859
|
handler() {
|
|
1807
1860
|
return Object.keys(i).length === 0;
|
|
1808
1861
|
}
|
|
1809
1862
|
});
|
|
1810
1863
|
return () => {
|
|
1811
|
-
|
|
1864
|
+
g();
|
|
1812
1865
|
};
|
|
1813
1866
|
}, [l, a, e, i]);
|
|
1814
|
-
const
|
|
1815
|
-
const
|
|
1816
|
-
a.forEach((
|
|
1817
|
-
const
|
|
1818
|
-
|
|
1867
|
+
const R = () => {
|
|
1868
|
+
const g = a.map((b) => ({ ...b }));
|
|
1869
|
+
a.forEach((b, S) => {
|
|
1870
|
+
const C = a.length - 1 - S, M = g[C];
|
|
1871
|
+
b.iconId = M.iconId, b.iconType = M.iconType;
|
|
1819
1872
|
}), h([...a]);
|
|
1820
|
-
},
|
|
1821
|
-
return
|
|
1873
|
+
}, I = q(Br), [T, w] = N();
|
|
1874
|
+
return Wr(T, I.rootContainerElement), /* @__PURE__ */ k("div", { children: [
|
|
1822
1875
|
/* @__PURE__ */ c("div", { className: "univer-mt-4 univer-text-sm univer-text-gray-600", children: n.t("sheet.cf.panel.styleRule") }),
|
|
1823
1876
|
/* @__PURE__ */ c("div", { className: "univer-mt-3", children: /* @__PURE__ */ c(
|
|
1824
|
-
|
|
1877
|
+
Gt,
|
|
1825
1878
|
{
|
|
1826
1879
|
overlay: /* @__PURE__ */ c("div", { className: "univer-rounded-lg univer-p-4", children: /* @__PURE__ */ c(
|
|
1827
|
-
|
|
1880
|
+
Mi,
|
|
1828
1881
|
{
|
|
1829
|
-
ref: (
|
|
1830
|
-
!
|
|
1882
|
+
ref: (g) => {
|
|
1883
|
+
!T && g && w(g);
|
|
1831
1884
|
},
|
|
1832
1885
|
iconType: o,
|
|
1833
1886
|
onClick: f
|
|
@@ -1836,10 +1889,10 @@ const Me = (t) => {
|
|
|
1836
1889
|
children: /* @__PURE__ */ k(
|
|
1837
1890
|
"div",
|
|
1838
1891
|
{
|
|
1839
|
-
className: X("univer-box-border univer-flex univer-h-8 univer-w-full univer-items-center univer-justify-between univer-rounded-md univer-bg-white univer-px-4 univer-py-2 univer-text-xs univer-text-gray-600 univer-transition-all hover:univer-border-primary-600",
|
|
1892
|
+
className: X("univer-box-border univer-flex univer-h-8 univer-w-full univer-items-center univer-justify-between univer-rounded-md univer-bg-white univer-px-4 univer-py-2 univer-text-xs univer-text-gray-600 univer-transition-all hover:univer-border-primary-600", Be),
|
|
1840
1893
|
children: [
|
|
1841
|
-
|
|
1842
|
-
/* @__PURE__ */ c(
|
|
1894
|
+
v,
|
|
1895
|
+
/* @__PURE__ */ c(zt, {})
|
|
1843
1896
|
]
|
|
1844
1897
|
}
|
|
1845
1898
|
)
|
|
@@ -1847,39 +1900,39 @@ const Me = (t) => {
|
|
|
1847
1900
|
) }),
|
|
1848
1901
|
/* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-items-center univer-text-xs", children: [
|
|
1849
1902
|
/* @__PURE__ */ k("div", { className: "univer-flex univer-items-center univer-text-xs", children: [
|
|
1850
|
-
/* @__PURE__ */ c(yt, { onChange:
|
|
1903
|
+
/* @__PURE__ */ c(yt, { onChange: R }),
|
|
1851
1904
|
n.t("sheet.cf.iconSet.reverseIconOrder")
|
|
1852
1905
|
] }),
|
|
1853
1906
|
/* @__PURE__ */ k("div", { className: "univer-ml-6 univer-flex univer-items-center univer-text-xs", children: [
|
|
1854
|
-
/* @__PURE__ */ c(yt, { checked: !l, onChange: (
|
|
1855
|
-
u(!
|
|
1907
|
+
/* @__PURE__ */ c(yt, { checked: !l, onChange: (g) => {
|
|
1908
|
+
u(!g);
|
|
1856
1909
|
} }),
|
|
1857
1910
|
n.t("sheet.cf.iconSet.onlyShowIcon")
|
|
1858
1911
|
] })
|
|
1859
1912
|
] }),
|
|
1860
|
-
/* @__PURE__ */ c(
|
|
1913
|
+
/* @__PURE__ */ c(ki, { errorMap: i, onChange: y, configList: a })
|
|
1861
1914
|
] });
|
|
1862
|
-
},
|
|
1863
|
-
var
|
|
1864
|
-
const { onChange: e, interceptorManager: r } = t, n =
|
|
1865
|
-
const
|
|
1915
|
+
}, Ui = (t) => {
|
|
1916
|
+
var R;
|
|
1917
|
+
const { onChange: e, interceptorManager: r } = t, n = q(re), i = ((R = t.rule) == null ? void 0 : R.type) === U.highlightCell ? t.rule : void 0, s = [{ label: n.t("sheet.cf.panel.isNotBottom"), value: "isNotBottom" }, { label: n.t("sheet.cf.panel.isBottom"), value: "isBottom" }, { label: n.t("sheet.cf.panel.greaterThanAverage"), value: "greaterThanAverage" }, { label: n.t("sheet.cf.panel.lessThanAverage"), value: "lessThanAverage" }], [o, d] = N(() => {
|
|
1918
|
+
const I = s[0].value, T = i == null ? void 0 : i.type;
|
|
1866
1919
|
if (!i)
|
|
1867
|
-
return
|
|
1868
|
-
switch (
|
|
1920
|
+
return I;
|
|
1921
|
+
switch (T) {
|
|
1869
1922
|
case U.highlightCell:
|
|
1870
1923
|
switch (i.subType) {
|
|
1871
1924
|
case F.average:
|
|
1872
|
-
return [P.greaterThan, P.greaterThanOrEqual].includes(i.operator) ? "greaterThanAverage" : [P.lessThan, P.lessThanOrEqual].includes(i.operator) ? "lessThanAverage" :
|
|
1925
|
+
return [P.greaterThan, P.greaterThanOrEqual].includes(i.operator) ? "greaterThanAverage" : [P.lessThan, P.lessThanOrEqual].includes(i.operator) ? "lessThanAverage" : I;
|
|
1873
1926
|
case F.rank:
|
|
1874
1927
|
return i.isBottom ? "isBottom" : "isNotBottom";
|
|
1875
1928
|
}
|
|
1876
1929
|
}
|
|
1877
|
-
return
|
|
1930
|
+
return I;
|
|
1878
1931
|
}), [a, h] = N(() => {
|
|
1879
|
-
const
|
|
1932
|
+
const T = i == null ? void 0 : i.type;
|
|
1880
1933
|
if (!i)
|
|
1881
1934
|
return 10;
|
|
1882
|
-
switch (
|
|
1935
|
+
switch (T) {
|
|
1883
1936
|
case U.highlightCell:
|
|
1884
1937
|
switch (i.subType) {
|
|
1885
1938
|
case F.rank:
|
|
@@ -1888,10 +1941,10 @@ const Me = (t) => {
|
|
|
1888
1941
|
}
|
|
1889
1942
|
return 10;
|
|
1890
1943
|
}), [l, u] = N(() => {
|
|
1891
|
-
const
|
|
1944
|
+
const T = i == null ? void 0 : i.type;
|
|
1892
1945
|
if (!i)
|
|
1893
1946
|
return !1;
|
|
1894
|
-
switch (
|
|
1947
|
+
switch (T) {
|
|
1895
1948
|
case U.highlightCell:
|
|
1896
1949
|
switch (i.subType) {
|
|
1897
1950
|
case F.rank:
|
|
@@ -1899,24 +1952,24 @@ const Me = (t) => {
|
|
|
1899
1952
|
}
|
|
1900
1953
|
}
|
|
1901
1954
|
return !1;
|
|
1902
|
-
}), [
|
|
1903
|
-
const { type:
|
|
1904
|
-
if (
|
|
1905
|
-
return { type: U.highlightCell, subType: F.rank, isPercent: w, isBottom: !1, value: x, style:
|
|
1906
|
-
if (
|
|
1907
|
-
return { type: U.highlightCell, subType: F.rank, isPercent: w, isBottom: !0, value: x, style:
|
|
1908
|
-
if (
|
|
1909
|
-
return { type: U.highlightCell, subType: F.average, operator: P.greaterThan, style:
|
|
1910
|
-
if (
|
|
1911
|
-
return { type: U.highlightCell, subType: F.average, operator: P.lessThan, style:
|
|
1955
|
+
}), [v, p] = N({}), y = (I) => {
|
|
1956
|
+
const { type: T, isPercent: w, value: x, style: g } = I;
|
|
1957
|
+
if (T === "isNotBottom")
|
|
1958
|
+
return { type: U.highlightCell, subType: F.rank, isPercent: w, isBottom: !1, value: x, style: g };
|
|
1959
|
+
if (T === "isBottom")
|
|
1960
|
+
return { type: U.highlightCell, subType: F.rank, isPercent: w, isBottom: !0, value: x, style: g };
|
|
1961
|
+
if (T === "greaterThanAverage")
|
|
1962
|
+
return { type: U.highlightCell, subType: F.average, operator: P.greaterThan, style: g };
|
|
1963
|
+
if (T === "lessThanAverage")
|
|
1964
|
+
return { type: U.highlightCell, subType: F.average, operator: P.lessThan, style: g };
|
|
1912
1965
|
};
|
|
1913
1966
|
K(() => r.intercept(r.getInterceptPoints().submit, {
|
|
1914
1967
|
handler() {
|
|
1915
|
-
return
|
|
1968
|
+
return y({ type: o, isPercent: l, value: a, style: v });
|
|
1916
1969
|
}
|
|
1917
|
-
}), [o, l, a,
|
|
1918
|
-
const f = (
|
|
1919
|
-
e(
|
|
1970
|
+
}), [o, l, a, v, r]);
|
|
1971
|
+
const f = (I) => {
|
|
1972
|
+
e(y(I));
|
|
1920
1973
|
};
|
|
1921
1974
|
return /* @__PURE__ */ k("div", { children: [
|
|
1922
1975
|
/* @__PURE__ */ c(
|
|
@@ -1927,26 +1980,26 @@ const Me = (t) => {
|
|
|
1927
1980
|
}
|
|
1928
1981
|
),
|
|
1929
1982
|
/* @__PURE__ */ c(
|
|
1930
|
-
|
|
1983
|
+
ce,
|
|
1931
1984
|
{
|
|
1932
1985
|
className: "univer-mt-3 univer-w-full",
|
|
1933
1986
|
value: o,
|
|
1934
1987
|
options: s,
|
|
1935
|
-
onChange: (
|
|
1936
|
-
d(
|
|
1988
|
+
onChange: (I) => {
|
|
1989
|
+
d(I), f({ type: I, isPercent: l, value: a, style: v });
|
|
1937
1990
|
}
|
|
1938
1991
|
}
|
|
1939
1992
|
),
|
|
1940
1993
|
["isNotBottom", "isBottom"].includes(o) && /* @__PURE__ */ k("div", { className: "univer-mt-3 univer-flex univer-items-center", children: [
|
|
1941
1994
|
/* @__PURE__ */ c(
|
|
1942
|
-
|
|
1995
|
+
ke,
|
|
1943
1996
|
{
|
|
1944
1997
|
min: 1,
|
|
1945
1998
|
max: 1e3,
|
|
1946
1999
|
value: a,
|
|
1947
|
-
onChange: (
|
|
1948
|
-
const
|
|
1949
|
-
h(
|
|
2000
|
+
onChange: (I) => {
|
|
2001
|
+
const T = I || 0;
|
|
2002
|
+
h(T), f({ type: o, isPercent: l, value: T, style: v });
|
|
1950
2003
|
}
|
|
1951
2004
|
}
|
|
1952
2005
|
),
|
|
@@ -1959,8 +2012,8 @@ const Me = (t) => {
|
|
|
1959
2012
|
yt,
|
|
1960
2013
|
{
|
|
1961
2014
|
checked: l,
|
|
1962
|
-
onChange: (
|
|
1963
|
-
u(!!
|
|
2015
|
+
onChange: (I) => {
|
|
2016
|
+
u(!!I), f({ type: o, isPercent: !!I, value: a, style: v });
|
|
1964
2017
|
}
|
|
1965
2018
|
}
|
|
1966
2019
|
),
|
|
@@ -1969,40 +2022,40 @@ const Me = (t) => {
|
|
|
1969
2022
|
}
|
|
1970
2023
|
)
|
|
1971
2024
|
] }),
|
|
1972
|
-
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule:
|
|
2025
|
+
/* @__PURE__ */ c("div", { className: at, children: /* @__PURE__ */ c(We, { rule: y({ type: o, isPercent: l, value: a, style: v }) }) }),
|
|
1973
2026
|
/* @__PURE__ */ c(
|
|
1974
|
-
|
|
2027
|
+
Zt,
|
|
1975
2028
|
{
|
|
1976
2029
|
style: i == null ? void 0 : i.style,
|
|
1977
2030
|
className: "univer-mt-3",
|
|
1978
|
-
onChange: (
|
|
1979
|
-
p(
|
|
2031
|
+
onChange: (I) => {
|
|
2032
|
+
p(I), f({ type: o, isPercent: l, value: a, style: I });
|
|
1980
2033
|
}
|
|
1981
2034
|
}
|
|
1982
2035
|
)
|
|
1983
2036
|
] });
|
|
1984
|
-
},
|
|
2037
|
+
}, Pi = fn("beforeSubmit"), Oi = fn("submit"), ln = (t) => t.getCurrentUnitForType(D.UNIVER_SHEET).getUnitId(), cn = (t) => {
|
|
1985
2038
|
var e;
|
|
1986
|
-
return (e = t.getCurrentUnitForType(
|
|
1987
|
-
},
|
|
1988
|
-
var
|
|
1989
|
-
const e =
|
|
2039
|
+
return (e = t.getCurrentUnitForType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : e.getSheetId();
|
|
2040
|
+
}, Li = (t) => {
|
|
2041
|
+
var S, C, M;
|
|
2042
|
+
const e = q(re), r = q(te), n = q(z), i = q(Q), s = q(je), o = ln(n), d = cn(n), [a, h] = N(void 0), l = ge((C = (S = t.rule) == null ? void 0 : S.ranges) != null ? C : []), u = J(() => {
|
|
1990
2043
|
var V, L, m;
|
|
1991
2044
|
let E = (V = t.rule) == null ? void 0 : V.ranges;
|
|
1992
|
-
return E != null && E.length || (E = (m = (L = s.getCurrentSelections()) == null ? void 0 : L.map((
|
|
1993
|
-
const
|
|
1994
|
-
return
|
|
1995
|
-
}).filter((
|
|
1996
|
-
}, [t.rule]),
|
|
2045
|
+
return E != null && E.length || (E = (m = (L = s.getCurrentSelections()) == null ? void 0 : L.map((_) => _.range)) != null ? m : []), l.current = E, E != null && E.length ? E.map((_) => {
|
|
2046
|
+
const j = Un(_);
|
|
2047
|
+
return j === "NaN" ? "" : j;
|
|
2048
|
+
}).filter((_) => !!_).join(",") : "";
|
|
2049
|
+
}, [t.rule]), v = [
|
|
1997
2050
|
{ label: e.t("sheet.cf.ruleType.highlightCell"), value: "1" },
|
|
1998
2051
|
{ label: e.t("sheet.cf.panel.rankAndAverage"), value: "2" },
|
|
1999
2052
|
{ label: e.t("sheet.cf.ruleType.dataBar"), value: "3" },
|
|
2000
2053
|
{ label: e.t("sheet.cf.ruleType.colorScale"), value: "4" },
|
|
2001
2054
|
{ label: e.t("sheet.cf.ruleType.formula"), value: "5" },
|
|
2002
2055
|
{ label: e.t("sheet.cf.ruleType.iconSet"), value: "6" }
|
|
2003
|
-
], [p,
|
|
2056
|
+
], [p, y] = N(() => {
|
|
2004
2057
|
var L, m;
|
|
2005
|
-
const E = (L = t.rule) == null ? void 0 : L.rule.type, V =
|
|
2058
|
+
const E = (L = t.rule) == null ? void 0 : L.rule.type, V = v[0].value;
|
|
2006
2059
|
if (!E)
|
|
2007
2060
|
return V;
|
|
2008
2061
|
switch (E) {
|
|
@@ -2030,61 +2083,61 @@ const Me = (t) => {
|
|
|
2030
2083
|
return "6";
|
|
2031
2084
|
}
|
|
2032
2085
|
return V;
|
|
2033
|
-
}), f =
|
|
2086
|
+
}), f = ge(void 0), R = J(() => new vr({ beforeSubmit: Pi, submit: Oi }), []), I = J(() => {
|
|
2034
2087
|
switch (p) {
|
|
2035
2088
|
case "1":
|
|
2036
|
-
return
|
|
2089
|
+
return on;
|
|
2037
2090
|
case "2":
|
|
2038
|
-
return
|
|
2091
|
+
return Ui;
|
|
2039
2092
|
case "3":
|
|
2040
|
-
return
|
|
2093
|
+
return xi;
|
|
2041
2094
|
case "4":
|
|
2042
|
-
return
|
|
2095
|
+
return Ti;
|
|
2043
2096
|
case "5":
|
|
2044
|
-
return
|
|
2097
|
+
return wi;
|
|
2045
2098
|
case "6":
|
|
2046
|
-
return
|
|
2099
|
+
return Fi;
|
|
2047
2100
|
default:
|
|
2048
|
-
return
|
|
2101
|
+
return on;
|
|
2049
2102
|
}
|
|
2050
2103
|
}, [p]);
|
|
2051
2104
|
K(() => {
|
|
2052
2105
|
const E = r.onCommandExecuted((V) => {
|
|
2053
|
-
if (V.id ===
|
|
2106
|
+
if (V.id === Vr.id) {
|
|
2054
2107
|
const L = V.params;
|
|
2055
2108
|
L.subUnitId === d && L.unitId === o && t.onCancel();
|
|
2056
2109
|
}
|
|
2057
|
-
V.id ===
|
|
2110
|
+
V.id === Wt.id && t.onCancel();
|
|
2058
2111
|
});
|
|
2059
2112
|
return () => E.dispose();
|
|
2060
2113
|
}, []);
|
|
2061
|
-
const
|
|
2114
|
+
const T = (E) => {
|
|
2062
2115
|
f.current = E;
|
|
2063
2116
|
}, w = (E) => {
|
|
2064
|
-
const V = E.split(",").filter((L) => !!L).map(
|
|
2117
|
+
const V = E.split(",").filter((L) => !!L).map(ei).map((L) => L.range);
|
|
2065
2118
|
l.current = V;
|
|
2066
2119
|
}, x = () => {
|
|
2067
2120
|
if (a)
|
|
2068
2121
|
return;
|
|
2069
2122
|
const V = (() => {
|
|
2070
|
-
const m = n.getCurrentUnitForType(
|
|
2123
|
+
const m = n.getCurrentUnitForType(D.UNIVER_SHEET).getActiveSheet();
|
|
2071
2124
|
if (!m)
|
|
2072
2125
|
throw new Error("No active sheet found");
|
|
2073
|
-
return l.current.map((Y) =>
|
|
2126
|
+
return l.current.map((Y) => kr(Y, m.getRowCount(), m.getColumnCount())).filter((Y) => !(Number.isNaN(Y.startRow) || Number.isNaN(Y.startColumn)));
|
|
2074
2127
|
})();
|
|
2075
|
-
if (
|
|
2076
|
-
const m =
|
|
2128
|
+
if (R.fetchThroughInterceptors(R.getInterceptPoints().beforeSubmit)(!0, null)) {
|
|
2129
|
+
const m = R.fetchThroughInterceptors(R.getInterceptPoints().submit)(null, null);
|
|
2077
2130
|
if (m) {
|
|
2078
|
-
const
|
|
2079
|
-
if (!
|
|
2131
|
+
const _ = ln(n), j = cn(n);
|
|
2132
|
+
if (!_ || !j)
|
|
2080
2133
|
throw new Error("No active sheet found");
|
|
2081
2134
|
let Y = {};
|
|
2082
|
-
t.rule && t.rule.cfId ? (Y = { ...t.rule, ranges: V, rule: m }, r.executeCommand(
|
|
2135
|
+
t.rule && t.rule.cfId ? (Y = { ...t.rule, ranges: V, rule: m }, r.executeCommand(Rr.id, { unitId: _, subUnitId: j, rule: Y }), t.onCancel()) : (Y = { cfId: i.createCfId(_, j), ranges: V, rule: m, stopIfTrue: !1 }, r.executeCommand(Sn.id, { unitId: _, subUnitId: j, rule: Y }), t.onCancel());
|
|
2083
2136
|
}
|
|
2084
2137
|
}
|
|
2085
|
-
},
|
|
2138
|
+
}, g = () => {
|
|
2086
2139
|
t.onCancel();
|
|
2087
|
-
},
|
|
2140
|
+
}, b = (E, V) => {
|
|
2088
2141
|
E ? V.length < 1 ? h(e.t("sheet.cf.errorMessage.rangeError")) : h(void 0) : h(e.t("sheet.cf.errorMessage.rangeError"));
|
|
2089
2142
|
};
|
|
2090
2143
|
return /* @__PURE__ */ k("div", { children: [
|
|
@@ -2097,13 +2150,13 @@ const Me = (t) => {
|
|
|
2097
2150
|
),
|
|
2098
2151
|
/* @__PURE__ */ k("div", { className: "univer-mt-4", children: [
|
|
2099
2152
|
/* @__PURE__ */ c(
|
|
2100
|
-
|
|
2153
|
+
ti,
|
|
2101
2154
|
{
|
|
2102
2155
|
unitId: o,
|
|
2103
2156
|
subUnitId: d,
|
|
2104
2157
|
initialValue: u,
|
|
2105
2158
|
onChange: (E, V) => w(V),
|
|
2106
|
-
onVerify:
|
|
2159
|
+
onVerify: b
|
|
2107
2160
|
}
|
|
2108
2161
|
),
|
|
2109
2162
|
a && /* @__PURE__ */ c("div", { className: "univer-mt-1 univer-text-xs univer-text-red-500", children: a })
|
|
@@ -2116,39 +2169,39 @@ const Me = (t) => {
|
|
|
2116
2169
|
}
|
|
2117
2170
|
),
|
|
2118
2171
|
/* @__PURE__ */ c(
|
|
2119
|
-
|
|
2172
|
+
ce,
|
|
2120
2173
|
{
|
|
2121
2174
|
className: "univer-mt-4 univer-w-full",
|
|
2122
2175
|
value: p,
|
|
2123
|
-
options:
|
|
2124
|
-
onChange: (E) =>
|
|
2176
|
+
options: v,
|
|
2177
|
+
onChange: (E) => y(E)
|
|
2125
2178
|
}
|
|
2126
2179
|
),
|
|
2127
2180
|
/* @__PURE__ */ c(
|
|
2128
|
-
|
|
2181
|
+
I,
|
|
2129
2182
|
{
|
|
2130
|
-
interceptorManager:
|
|
2183
|
+
interceptorManager: R,
|
|
2131
2184
|
rule: (M = t.rule) == null ? void 0 : M.rule,
|
|
2132
|
-
onChange:
|
|
2185
|
+
onChange: T
|
|
2133
2186
|
}
|
|
2134
2187
|
),
|
|
2135
2188
|
/* @__PURE__ */ k("div", { className: "univer-mt-4 univer-flex univer-justify-end", children: [
|
|
2136
|
-
/* @__PURE__ */ c(
|
|
2137
|
-
/* @__PURE__ */ c(
|
|
2189
|
+
/* @__PURE__ */ c(Xt, { onClick: g, children: e.t("sheet.cf.panel.cancel") }),
|
|
2190
|
+
/* @__PURE__ */ c(Xt, { className: "univer-ml-3", variant: "primary", onClick: x, children: e.t("sheet.cf.panel.submit") })
|
|
2138
2191
|
] })
|
|
2139
2192
|
] });
|
|
2140
2193
|
};
|
|
2141
|
-
var
|
|
2142
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2194
|
+
var $i = Object.getOwnPropertyDescriptor, Ai = (t, e, r, n) => {
|
|
2195
|
+
for (var i = n > 1 ? void 0 : n ? $i(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2143
2196
|
(o = t[s]) && (i = o(i) || i);
|
|
2144
2197
|
return i;
|
|
2145
|
-
},
|
|
2146
|
-
let
|
|
2198
|
+
}, Di = (t, e) => (r, n) => e(r, n, t);
|
|
2199
|
+
let He = class extends ue {
|
|
2147
2200
|
constructor(e) {
|
|
2148
2201
|
super();
|
|
2149
|
-
|
|
2202
|
+
Se(this, "_initLocal", () => {
|
|
2150
2203
|
});
|
|
2151
|
-
|
|
2204
|
+
Se(this, "_findReplaceIndex", (e) => {
|
|
2152
2205
|
const r = /\{([^}]+)?\}/g, n = [];
|
|
2153
2206
|
let i = r.exec(e);
|
|
2154
2207
|
for (; i; )
|
|
@@ -2180,10 +2233,10 @@ let De = class extends ce {
|
|
|
2180
2233
|
return [];
|
|
2181
2234
|
}
|
|
2182
2235
|
};
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
],
|
|
2186
|
-
const
|
|
2236
|
+
He = Ai([
|
|
2237
|
+
Di(0, O(re))
|
|
2238
|
+
], He);
|
|
2239
|
+
const Hi = (t, e) => {
|
|
2187
2240
|
const r = t.rule;
|
|
2188
2241
|
switch (r.type) {
|
|
2189
2242
|
case U.colorScale:
|
|
@@ -2221,118 +2274,118 @@ const Ni = (t, e) => {
|
|
|
2221
2274
|
}
|
|
2222
2275
|
}
|
|
2223
2276
|
};
|
|
2224
|
-
let
|
|
2225
|
-
const
|
|
2226
|
-
const { onClick: e } = t, r =
|
|
2227
|
-
if (!
|
|
2277
|
+
let un = 0;
|
|
2278
|
+
const ji = (t) => {
|
|
2279
|
+
const { onClick: e } = t, r = q(Q), n = q(z), i = q(je), s = q(te), o = q(re), d = q(fe), a = q(Fn), h = q(He), l = qr(() => n.getCurrentTypeOfUnit$(D.UNIVER_SHEET), void 0, void 0, []), u = l.getUnitId(), v = l.getActiveSheet();
|
|
2280
|
+
if (!v)
|
|
2228
2281
|
throw new Error("No active sheet found");
|
|
2229
|
-
const p =
|
|
2282
|
+
const p = v.getSheetId(), [y, f] = N([]), [R, I] = N("2"), [T, w] = N(0), [x, g] = N(-1), [b, S] = N(un), C = ge(null), M = [
|
|
2230
2283
|
{ label: o.t("sheet.cf.panel.workSheet"), value: "2" },
|
|
2231
2284
|
{ label: o.t("sheet.cf.panel.selectedRange"), value: "1" }
|
|
2232
2285
|
], E = () => {
|
|
2233
|
-
const
|
|
2234
|
-
if (!
|
|
2286
|
+
const A = r.getSubunitRules(u, p);
|
|
2287
|
+
if (!A || !A.length)
|
|
2235
2288
|
return [];
|
|
2236
|
-
if (
|
|
2289
|
+
if (R === "1") {
|
|
2237
2290
|
const B = i.getCurrentLastSelection();
|
|
2238
2291
|
if (!B)
|
|
2239
2292
|
return [];
|
|
2240
2293
|
const G = B.range;
|
|
2241
|
-
return
|
|
2242
|
-
} else if (
|
|
2243
|
-
return [...
|
|
2294
|
+
return A.filter((ee) => ee.ranges.some((ne) => ye.intersects(ne, G)));
|
|
2295
|
+
} else if (R === "2")
|
|
2296
|
+
return [...A];
|
|
2244
2297
|
return [];
|
|
2245
2298
|
}, [V, L] = N(E);
|
|
2246
|
-
|
|
2247
|
-
const
|
|
2248
|
-
B.id ===
|
|
2299
|
+
ni(y), K(() => {
|
|
2300
|
+
const A = s.onCommandExecuted((B) => {
|
|
2301
|
+
B.id === Wt.id && w(Math.random());
|
|
2249
2302
|
});
|
|
2250
|
-
return () =>
|
|
2303
|
+
return () => A.dispose();
|
|
2251
2304
|
}), K(() => {
|
|
2252
2305
|
L(E);
|
|
2253
|
-
}, [
|
|
2254
|
-
if (
|
|
2306
|
+
}, [R, T, u, p]), K(() => {
|
|
2307
|
+
if (R === "2")
|
|
2255
2308
|
return;
|
|
2256
|
-
const
|
|
2257
|
-
const G = [
|
|
2258
|
-
const { id: ne, params:
|
|
2259
|
-
G.includes(ne) &&
|
|
2309
|
+
const A = new Ne((B) => {
|
|
2310
|
+
const G = [Fr.id, se.id, _e.id, Re.id, _n.id], Z = s.onCommandExecuted((ee) => {
|
|
2311
|
+
const { id: ne, params: Te } = ee, xe = n.getCurrentUnitOfType(D.UNIVER_SHEET).getUnitId();
|
|
2312
|
+
G.includes(ne) && Te.unitId === xe && B.next(null);
|
|
2260
2313
|
});
|
|
2261
2314
|
return () => Z.dispose();
|
|
2262
|
-
}).pipe(
|
|
2315
|
+
}).pipe(en(16)).subscribe(() => {
|
|
2263
2316
|
L(E);
|
|
2264
2317
|
});
|
|
2265
2318
|
return () => {
|
|
2266
|
-
|
|
2319
|
+
A.unsubscribe();
|
|
2267
2320
|
};
|
|
2268
|
-
}, [n,
|
|
2269
|
-
const
|
|
2321
|
+
}, [n, R, u, p]), K(() => {
|
|
2322
|
+
const A = r.$ruleChange.subscribe(() => {
|
|
2270
2323
|
w(Math.random());
|
|
2271
2324
|
});
|
|
2272
|
-
return () =>
|
|
2325
|
+
return () => A.unsubscribe();
|
|
2273
2326
|
}, [r]), K(() => {
|
|
2274
|
-
const
|
|
2327
|
+
const A = () => {
|
|
2275
2328
|
var ee, ne;
|
|
2276
|
-
const Z = Math.max(0, ((ne = (ee =
|
|
2277
|
-
return
|
|
2278
|
-
}, G = new
|
|
2329
|
+
const Z = Math.max(0, ((ne = (ee = C.current) == null ? void 0 : ee.getBoundingClientRect().width) != null ? ne : 0) - 8);
|
|
2330
|
+
return un = Z, Z;
|
|
2331
|
+
}, G = new Ne((Z) => {
|
|
2279
2332
|
const ee = a.getContainer();
|
|
2280
2333
|
if (ee) {
|
|
2281
2334
|
let ne = setTimeout(() => {
|
|
2282
2335
|
Z.next(void 0);
|
|
2283
2336
|
}, 150);
|
|
2284
|
-
const
|
|
2337
|
+
const Te = () => {
|
|
2285
2338
|
ne && clearTimeout(ne), ne = null;
|
|
2286
|
-
},
|
|
2287
|
-
lt.propertyName === "width" && (
|
|
2339
|
+
}, xe = (lt) => {
|
|
2340
|
+
lt.propertyName === "width" && (Te(), Z.next(void 0));
|
|
2288
2341
|
};
|
|
2289
|
-
return ee.addEventListener("transitionend",
|
|
2290
|
-
|
|
2342
|
+
return ee.addEventListener("transitionend", xe), () => {
|
|
2343
|
+
Te(), ee.removeEventListener("transitionend", xe);
|
|
2291
2344
|
};
|
|
2292
2345
|
}
|
|
2293
|
-
}).pipe(
|
|
2294
|
-
|
|
2346
|
+
}).pipe(en(16)).subscribe(() => {
|
|
2347
|
+
S(A());
|
|
2295
2348
|
});
|
|
2296
2349
|
return () => {
|
|
2297
2350
|
G.unsubscribe();
|
|
2298
2351
|
};
|
|
2299
2352
|
}, []);
|
|
2300
|
-
const m = (
|
|
2353
|
+
const m = (A) => {
|
|
2301
2354
|
var Z;
|
|
2302
|
-
const B = n.getCurrentUnitOfType(
|
|
2355
|
+
const B = n.getCurrentUnitOfType(D.UNIVER_SHEET).getUnitId(), G = (Z = n.getCurrentUnitOfType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : Z.getSheetId();
|
|
2303
2356
|
if (!B || !G)
|
|
2304
2357
|
throw new Error("No active sheet found");
|
|
2305
|
-
s.executeCommand(
|
|
2306
|
-
},
|
|
2307
|
-
|
|
2308
|
-
},
|
|
2358
|
+
s.executeCommand(Yt.id, { unitId: B, subUnitId: G, cfId: A.cfId });
|
|
2359
|
+
}, _ = (A, B) => {
|
|
2360
|
+
g(B.y);
|
|
2361
|
+
}, j = (A, B, G) => {
|
|
2309
2362
|
var lt;
|
|
2310
|
-
|
|
2311
|
-
const Z = n.getCurrentUnitOfType(
|
|
2363
|
+
g(-1);
|
|
2364
|
+
const Z = n.getCurrentUnitOfType(D.UNIVER_SHEET).getUnitId(), ee = (lt = n.getCurrentUnitOfType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : lt.getSheetId();
|
|
2312
2365
|
if (!Z || !ee)
|
|
2313
2366
|
throw new Error("No active sheet found");
|
|
2314
|
-
const ne = (
|
|
2315
|
-
const
|
|
2316
|
-
return Math.min(
|
|
2317
|
-
},
|
|
2318
|
-
|
|
2367
|
+
const ne = (ar) => {
|
|
2368
|
+
const lr = V.length;
|
|
2369
|
+
return Math.min(lr - 1, Math.max(0, ar));
|
|
2370
|
+
}, Te = V[ne(B.y)].cfId, xe = V[ne(G.y)].cfId;
|
|
2371
|
+
Te !== xe && s.executeCommand(Tr.id, { unitId: Z, subUnitId: ee, start: { id: Te, type: "self" }, end: { id: xe, type: G.y > B.y ? "after" : "before" } });
|
|
2319
2372
|
}, Y = () => {
|
|
2320
2373
|
t.onCreate();
|
|
2321
|
-
},
|
|
2322
|
-
|
|
2323
|
-
s.executeCommand(
|
|
2374
|
+
}, pe = () => {
|
|
2375
|
+
R === "2" ? s.executeCommand(Rn.id) : R === "1" && V.map((B) => ({ unitId: u, subUnitId: p, cfId: B.cfId })).forEach((B) => {
|
|
2376
|
+
s.executeCommand(Yt.id, B);
|
|
2324
2377
|
});
|
|
2325
|
-
},
|
|
2326
|
-
const
|
|
2378
|
+
}, Ce = J(() => {
|
|
2379
|
+
const A = n.getCurrentUnitOfType(D.UNIVER_SHEET), B = A.getActiveSheet();
|
|
2327
2380
|
return V.filter((G) => {
|
|
2328
2381
|
const Z = G.ranges;
|
|
2329
|
-
return ft(d,
|
|
2382
|
+
return ft(d, A.getUnitId(), B.getSheetId(), Z);
|
|
2330
2383
|
});
|
|
2331
|
-
}, [V]),
|
|
2332
|
-
const
|
|
2384
|
+
}, [V]), Ue = Ce.map((A, B) => ({ i: A.cfId, x: 0, w: 12, y: B, h: 1, isResizable: !1 })), Pe = J(() => {
|
|
2385
|
+
const A = n.getCurrentUnitOfType(D.UNIVER_SHEET), B = A.getActiveSheet();
|
|
2333
2386
|
return V.every((G) => {
|
|
2334
2387
|
const Z = G.ranges;
|
|
2335
|
-
return ft(d,
|
|
2388
|
+
return ft(d, A.getUnitId(), B.getSheetId(), Z);
|
|
2336
2389
|
});
|
|
2337
2390
|
}, [V]);
|
|
2338
2391
|
return /* @__PURE__ */ k("div", { children: [
|
|
@@ -2340,60 +2393,60 @@ const Mi = (t) => {
|
|
|
2340
2393
|
/* @__PURE__ */ c("div", { className: "univer-flex univer-items-center univer-gap-2", children: h.tWithReactNode(
|
|
2341
2394
|
"sheet.cf.panel.managerRuleSelect",
|
|
2342
2395
|
/* @__PURE__ */ c(
|
|
2343
|
-
|
|
2396
|
+
ce,
|
|
2344
2397
|
{
|
|
2345
2398
|
className: "univer-w-36",
|
|
2346
2399
|
options: M,
|
|
2347
|
-
value:
|
|
2348
|
-
onChange: (
|
|
2349
|
-
|
|
2400
|
+
value: R,
|
|
2401
|
+
onChange: (A) => {
|
|
2402
|
+
I(A);
|
|
2350
2403
|
}
|
|
2351
2404
|
}
|
|
2352
2405
|
)
|
|
2353
|
-
).map((
|
|
2406
|
+
).map((A, B) => /* @__PURE__ */ c("span", { children: A }, B)) }),
|
|
2354
2407
|
/* @__PURE__ */ k("div", { className: "univer-flex univer-justify-end", children: [
|
|
2355
|
-
/* @__PURE__ */ c(
|
|
2408
|
+
/* @__PURE__ */ c(Jt, { title: o.t("sheet.cf.panel.createRule"), placement: "bottom", children: /* @__PURE__ */ c(
|
|
2356
2409
|
"a",
|
|
2357
2410
|
{
|
|
2358
2411
|
className: "univer-size-5 univer-cursor-pointer",
|
|
2359
2412
|
onClick: Y,
|
|
2360
|
-
children: /* @__PURE__ */ c(
|
|
2413
|
+
children: /* @__PURE__ */ c(Xn, {})
|
|
2361
2414
|
}
|
|
2362
2415
|
) }),
|
|
2363
|
-
V.length &&
|
|
2416
|
+
V.length && Pe ? /* @__PURE__ */ c(Jt, { title: o.t("sheet.cf.panel.clear"), placement: "bottom", children: /* @__PURE__ */ c(
|
|
2364
2417
|
"a",
|
|
2365
2418
|
{
|
|
2366
2419
|
className: "univer-size-5 univer-cursor-pointer",
|
|
2367
|
-
onClick:
|
|
2420
|
+
onClick: pe,
|
|
2368
2421
|
children: /* @__PURE__ */ c(gt, { className: "univer-text-red-500" })
|
|
2369
2422
|
}
|
|
2370
2423
|
) }) : /* @__PURE__ */ c("div", { children: /* @__PURE__ */ c(gt, { className: "univer-text-gray-300" }) })
|
|
2371
2424
|
] })
|
|
2372
2425
|
] }),
|
|
2373
|
-
/* @__PURE__ */ c("div", { ref:
|
|
2374
|
-
|
|
2426
|
+
/* @__PURE__ */ c("div", { ref: C, children: b > 0 && /* @__PURE__ */ c(
|
|
2427
|
+
Qr,
|
|
2375
2428
|
{
|
|
2376
2429
|
className: "[&_.react-grid-item]:univer-transition-none [&_.react-grid-placeholder]:univer-rounded [&_.react-grid-placeholder]:!univer-bg-gray-200",
|
|
2377
2430
|
draggableHandle: ".draggableHandle",
|
|
2378
|
-
layout:
|
|
2431
|
+
layout: Ue,
|
|
2379
2432
|
cols: 12,
|
|
2380
2433
|
rowHeight: 60,
|
|
2381
|
-
width:
|
|
2434
|
+
width: b,
|
|
2382
2435
|
margin: [0, 10],
|
|
2383
|
-
onDragStop:
|
|
2384
|
-
onDragStart:
|
|
2385
|
-
children:
|
|
2436
|
+
onDragStop: j,
|
|
2437
|
+
onDragStart: _,
|
|
2438
|
+
children: Ce == null ? void 0 : Ce.map((A, B) => /* @__PURE__ */ c("div", { children: /* @__PURE__ */ k(
|
|
2386
2439
|
"div",
|
|
2387
2440
|
{
|
|
2388
2441
|
className: X("univer-group univer-relative univer-flex univer-items-center univer-justify-between univer-rounded univer-py-2 univer-pl-5 univer-pr-8 dark:hover:!univer-bg-gray-700 hover:univer-bg-gray-100", {
|
|
2389
2442
|
"univer-bg-gray-100 dark:!univer-bg-gray-700": x === B
|
|
2390
2443
|
}),
|
|
2391
2444
|
onMouseMove: () => {
|
|
2392
|
-
|
|
2445
|
+
A.ranges !== y && f(A.ranges);
|
|
2393
2446
|
},
|
|
2394
2447
|
onMouseLeave: () => f([]),
|
|
2395
2448
|
onClick: () => {
|
|
2396
|
-
e(
|
|
2449
|
+
e(A);
|
|
2397
2450
|
},
|
|
2398
2451
|
children: [
|
|
2399
2452
|
/* @__PURE__ */ c(
|
|
@@ -2401,7 +2454,7 @@ const Mi = (t) => {
|
|
|
2401
2454
|
{
|
|
2402
2455
|
className: X("univer-absolute univer-left-0 univer-hidden univer-size-5 univer-cursor-grab univer-items-center univer-justify-center univer-rounded group-hover:univer-flex", "draggableHandle"),
|
|
2403
2456
|
onClick: (G) => G.stopPropagation(),
|
|
2404
|
-
children: /* @__PURE__ */ c(
|
|
2457
|
+
children: /* @__PURE__ */ c(er, {})
|
|
2405
2458
|
}
|
|
2406
2459
|
),
|
|
2407
2460
|
/* @__PURE__ */ k(
|
|
@@ -2413,14 +2466,14 @@ const Mi = (t) => {
|
|
|
2413
2466
|
"div",
|
|
2414
2467
|
{
|
|
2415
2468
|
className: "univer-text-sm univer-text-gray-900 dark:!univer-text-white",
|
|
2416
|
-
children:
|
|
2469
|
+
children: Hi(A, o)
|
|
2417
2470
|
}
|
|
2418
2471
|
),
|
|
2419
|
-
/* @__PURE__ */ c("div", { className: "univer-text-xs univer-text-gray-400", children:
|
|
2472
|
+
/* @__PURE__ */ c("div", { className: "univer-text-xs univer-text-gray-400", children: A.ranges.map((G) => Un(G)).join(",") })
|
|
2420
2473
|
]
|
|
2421
2474
|
}
|
|
2422
2475
|
),
|
|
2423
|
-
/* @__PURE__ */ c("div", { children: /* @__PURE__ */ c(We, { rule:
|
|
2476
|
+
/* @__PURE__ */ c("div", { children: /* @__PURE__ */ c(We, { rule: A.rule }) }),
|
|
2424
2477
|
/* @__PURE__ */ c(
|
|
2425
2478
|
"div",
|
|
2426
2479
|
{
|
|
@@ -2428,39 +2481,39 @@ const Mi = (t) => {
|
|
|
2428
2481
|
"univer-flex univer-items-center univer-justify-center": x === B
|
|
2429
2482
|
}),
|
|
2430
2483
|
onClick: (G) => {
|
|
2431
|
-
G.stopPropagation(), m(
|
|
2484
|
+
G.stopPropagation(), m(A), f([]);
|
|
2432
2485
|
},
|
|
2433
2486
|
children: /* @__PURE__ */ c(gt, {})
|
|
2434
2487
|
}
|
|
2435
2488
|
)
|
|
2436
2489
|
]
|
|
2437
2490
|
}
|
|
2438
|
-
) }, `${
|
|
2491
|
+
) }, `${A.cfId}`))
|
|
2439
2492
|
}
|
|
2440
2493
|
) })
|
|
2441
2494
|
] });
|
|
2442
|
-
},
|
|
2495
|
+
}, Bi = (t) => {
|
|
2443
2496
|
const [e, r] = N(t.rule), [n, i] = N(!!t.rule);
|
|
2444
|
-
return /* @__PURE__ */ c("div", { className: "univer-flex univer-h-full univer-flex-col univer-justify-between", children: n ? /* @__PURE__ */ c(
|
|
2497
|
+
return /* @__PURE__ */ c("div", { className: "univer-flex univer-h-full univer-flex-col univer-justify-between", children: n ? /* @__PURE__ */ c(Li, { onCancel: () => {
|
|
2445
2498
|
i(!1), r(void 0);
|
|
2446
|
-
}, rule: e }) : /* @__PURE__ */ c(
|
|
2499
|
+
}, rule: e }) : /* @__PURE__ */ c(ji, { onClick: (a) => {
|
|
2447
2500
|
r(a), i(!0);
|
|
2448
2501
|
}, onCreate: () => {
|
|
2449
2502
|
i(!0);
|
|
2450
2503
|
} }) });
|
|
2451
2504
|
};
|
|
2452
|
-
var
|
|
2453
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2505
|
+
var Wi = Object.getOwnPropertyDescriptor, qi = (t, e, r, n) => {
|
|
2506
|
+
for (var i = n > 1 ? void 0 : n ? Wi(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2454
2507
|
(o = t[s]) && (i = o(i) || i);
|
|
2455
2508
|
return i;
|
|
2456
2509
|
}, qe = (t, e) => (r, n) => e(r, n, t);
|
|
2457
2510
|
const ht = "sheet.conditional.formatting.panel";
|
|
2458
|
-
let Qe = class extends
|
|
2511
|
+
let Qe = class extends ue {
|
|
2459
2512
|
constructor(e, r, n, i, s) {
|
|
2460
2513
|
super();
|
|
2461
|
-
|
|
2514
|
+
Se(this, "_sidebarDisposable", null);
|
|
2462
2515
|
this._univerInstanceService = e, this._injector = r, this._componentManager = n, this._sidebarService = i, this._localeService = s, this._initPanel(), this.disposeWithMe(
|
|
2463
|
-
this._univerInstanceService.getCurrentTypeOfUnit$(
|
|
2516
|
+
this._univerInstanceService.getCurrentTypeOfUnit$(D.UNIVER_SHEET).subscribe((o) => {
|
|
2464
2517
|
var d;
|
|
2465
2518
|
o || (d = this._sidebarDisposable) == null || d.dispose();
|
|
2466
2519
|
})
|
|
@@ -2477,7 +2530,7 @@ let Qe = class extends ce {
|
|
|
2477
2530
|
children: {
|
|
2478
2531
|
label: ht,
|
|
2479
2532
|
rule: e,
|
|
2480
|
-
key:
|
|
2533
|
+
key: gr(4)
|
|
2481
2534
|
},
|
|
2482
2535
|
onClose: () => this._sidebarDisposable = null
|
|
2483
2536
|
};
|
|
@@ -2485,32 +2538,32 @@ let Qe = class extends ce {
|
|
|
2485
2538
|
}
|
|
2486
2539
|
_initPanel() {
|
|
2487
2540
|
this.disposeWithMe(
|
|
2488
|
-
this._componentManager.register(ht,
|
|
2541
|
+
this._componentManager.register(ht, Bi)
|
|
2489
2542
|
);
|
|
2490
2543
|
}
|
|
2491
2544
|
};
|
|
2492
|
-
Qe =
|
|
2545
|
+
Qe = qi([
|
|
2493
2546
|
qe(0, z),
|
|
2494
|
-
qe(1, O(
|
|
2495
|
-
qe(2, O(
|
|
2547
|
+
qe(1, O(fe)),
|
|
2548
|
+
qe(2, O(kn)),
|
|
2496
2549
|
qe(3, O(Fn)),
|
|
2497
2550
|
qe(4, O(re))
|
|
2498
2551
|
], Qe);
|
|
2499
2552
|
var ie = /* @__PURE__ */ ((t) => (t[t.createRule = 1] = "createRule", t[t.viewRule = 2] = "viewRule", t[t.highlightCell = 3] = "highlightCell", t[t.rank = 4] = "rank", t[t.formula = 5] = "formula", t[t.colorScale = 6] = "colorScale", t[t.dataBar = 7] = "dataBar", t[t.icon = 8] = "icon", t[t.clearRangeRules = 9] = "clearRangeRules", t[t.clearWorkSheetRules = 10] = "clearWorkSheetRules", t))(ie || {});
|
|
2500
|
-
const
|
|
2553
|
+
const Vt = {
|
|
2501
2554
|
id: "sheet.operation.open.conditional.formatting.panel",
|
|
2502
|
-
type:
|
|
2555
|
+
type: me.OPERATION,
|
|
2503
2556
|
handler: (t, e) => {
|
|
2504
2557
|
var d;
|
|
2505
|
-
const r = t.get(Qe), n = t.get(
|
|
2558
|
+
const r = t.get(Qe), n = t.get(je), i = t.get(te), s = ((d = n.getCurrentSelections()) == null ? void 0 : d.map((a) => a.range)) || [];
|
|
2506
2559
|
switch (e.value) {
|
|
2507
2560
|
case 3: {
|
|
2508
|
-
r.openPanel({ ...
|
|
2561
|
+
r.openPanel({ ...we(), ranges: s });
|
|
2509
2562
|
break;
|
|
2510
2563
|
}
|
|
2511
2564
|
case 4: {
|
|
2512
2565
|
const a = {
|
|
2513
|
-
...
|
|
2566
|
+
...we,
|
|
2514
2567
|
ranges: s,
|
|
2515
2568
|
rule: {
|
|
2516
2569
|
type: U.highlightCell,
|
|
@@ -2522,7 +2575,7 @@ const kt = {
|
|
|
2522
2575
|
}
|
|
2523
2576
|
case 5: {
|
|
2524
2577
|
const a = {
|
|
2525
|
-
...
|
|
2578
|
+
...we,
|
|
2526
2579
|
ranges: s,
|
|
2527
2580
|
rule: {
|
|
2528
2581
|
type: U.highlightCell,
|
|
@@ -2535,7 +2588,7 @@ const kt = {
|
|
|
2535
2588
|
}
|
|
2536
2589
|
case 6: {
|
|
2537
2590
|
const a = {
|
|
2538
|
-
...
|
|
2591
|
+
...we,
|
|
2539
2592
|
ranges: s,
|
|
2540
2593
|
rule: {
|
|
2541
2594
|
type: U.colorScale,
|
|
@@ -2547,7 +2600,7 @@ const kt = {
|
|
|
2547
2600
|
}
|
|
2548
2601
|
case 7: {
|
|
2549
2602
|
const a = {
|
|
2550
|
-
...
|
|
2603
|
+
...we,
|
|
2551
2604
|
ranges: s,
|
|
2552
2605
|
rule: {
|
|
2553
2606
|
type: U.dataBar,
|
|
@@ -2559,7 +2612,7 @@ const kt = {
|
|
|
2559
2612
|
}
|
|
2560
2613
|
case 8: {
|
|
2561
2614
|
const a = {
|
|
2562
|
-
...
|
|
2615
|
+
...we,
|
|
2563
2616
|
ranges: s,
|
|
2564
2617
|
rule: {
|
|
2565
2618
|
type: U.iconSet,
|
|
@@ -2575,11 +2628,11 @@ const kt = {
|
|
|
2575
2628
|
break;
|
|
2576
2629
|
}
|
|
2577
2630
|
case 1: {
|
|
2578
|
-
r.openPanel({ ...
|
|
2631
|
+
r.openPanel({ ...we(), ranges: s });
|
|
2579
2632
|
break;
|
|
2580
2633
|
}
|
|
2581
2634
|
case 9: {
|
|
2582
|
-
i.executeCommand(
|
|
2635
|
+
i.executeCommand(xr.id, { ranges: s });
|
|
2583
2636
|
break;
|
|
2584
2637
|
}
|
|
2585
2638
|
case 10: {
|
|
@@ -2590,15 +2643,15 @@ const kt = {
|
|
|
2590
2643
|
return !0;
|
|
2591
2644
|
}
|
|
2592
2645
|
};
|
|
2593
|
-
var
|
|
2594
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2646
|
+
var Gi = Object.getOwnPropertyDescriptor, zi = (t, e, r, n) => {
|
|
2647
|
+
for (var i = n > 1 ? void 0 : n ? Gi(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2595
2648
|
(o = t[s]) && (i = o(i) || i);
|
|
2596
2649
|
return i;
|
|
2597
2650
|
}, Ge = (t, e) => (r, n) => e(r, n, t);
|
|
2598
|
-
let et = class extends
|
|
2651
|
+
let et = class extends ue {
|
|
2599
2652
|
constructor(e, r, n, i, s) {
|
|
2600
2653
|
super();
|
|
2601
|
-
|
|
2654
|
+
Se(this, "_copyInfo");
|
|
2602
2655
|
this._sheetClipboardService = e, this._conditionalFormattingRuleModel = r, this._injector = n, this._conditionalFormattingViewModel = i, this._univerInstanceService = s, this._initClipboardHook();
|
|
2603
2656
|
}
|
|
2604
2657
|
_initClipboardHook() {
|
|
@@ -2607,14 +2660,14 @@ let et = class extends ce {
|
|
|
2607
2660
|
id: st,
|
|
2608
2661
|
onBeforeCopy: (e, r, n) => this._collectConditionalRule(e, r, n),
|
|
2609
2662
|
onPasteCells: (e, r, n, i) => {
|
|
2610
|
-
const { copyType: s =
|
|
2663
|
+
const { copyType: s = Qt.COPY, pasteType: o } = i, { range: d } = e || {}, { range: a } = r;
|
|
2611
2664
|
return this._generateConditionalFormattingMutations(a, { copyType: s, pasteType: o, copyRange: d });
|
|
2612
2665
|
}
|
|
2613
2666
|
})
|
|
2614
2667
|
);
|
|
2615
2668
|
}
|
|
2616
2669
|
_collectConditionalRule(e, r, n) {
|
|
2617
|
-
const i = new
|
|
2670
|
+
const i = new Me(), s = {};
|
|
2618
2671
|
this._copyInfo = {
|
|
2619
2672
|
matrix: i,
|
|
2620
2673
|
info: {
|
|
@@ -2623,14 +2676,14 @@ let et = class extends ce {
|
|
|
2623
2676
|
cfMap: s
|
|
2624
2677
|
}
|
|
2625
2678
|
};
|
|
2626
|
-
const o = this._injector.invoke((l) =>
|
|
2679
|
+
const o = this._injector.invoke((l) => Ur(n, l, e, r));
|
|
2627
2680
|
if (!o)
|
|
2628
2681
|
return;
|
|
2629
2682
|
const { rows: d, cols: a } = o, h = /* @__PURE__ */ new Set();
|
|
2630
2683
|
d.forEach((l, u) => {
|
|
2631
|
-
a.forEach((
|
|
2632
|
-
const
|
|
2633
|
-
|
|
2684
|
+
a.forEach((v, p) => {
|
|
2685
|
+
const y = this._conditionalFormattingViewModel.getCellCfs(e, r, l, v);
|
|
2686
|
+
y && (y.forEach((f) => h.add(f.cfId)), i.setValue(u, p, y.map((f) => f.cfId)));
|
|
2634
2687
|
});
|
|
2635
2688
|
}), h.forEach((l) => {
|
|
2636
2689
|
const u = this._conditionalFormattingRuleModel.getRule(e, r, l);
|
|
@@ -2639,108 +2692,108 @@ let et = class extends ce {
|
|
|
2639
2692
|
}
|
|
2640
2693
|
// eslint-disable-next-line max-lines-per-function
|
|
2641
2694
|
_generateConditionalFormattingMutations(e, r) {
|
|
2642
|
-
const n = this._univerInstanceService.getCurrentUnitForType(
|
|
2695
|
+
const n = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET), i = n.getActiveSheet(), s = n.getUnitId();
|
|
2643
2696
|
if (!i) return { redos: [], undos: [] };
|
|
2644
2697
|
const o = i.getSheetId();
|
|
2645
|
-
if (r.copyType ===
|
|
2698
|
+
if (r.copyType === Qt.CUT)
|
|
2646
2699
|
return this._copyInfo = null, { redos: [], undos: [] };
|
|
2647
2700
|
if (!this._copyInfo || !r.copyRange)
|
|
2648
2701
|
return { redos: [], undos: [] };
|
|
2649
2702
|
if (![
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2703
|
+
Ft.SPECIAL_PASTE_FORMAT,
|
|
2704
|
+
Ft.DEFAULT_PASTE,
|
|
2705
|
+
Ft.SPECIAL_PASTE_BESIDES_BORDER
|
|
2653
2706
|
].includes(
|
|
2654
2707
|
r.pasteType
|
|
2655
2708
|
))
|
|
2656
2709
|
return { redos: [], undos: [] };
|
|
2657
|
-
const { ranges: [a, h], mapFunc: l } = Pn([r.copyRange, e]), u =
|
|
2658
|
-
|
|
2659
|
-
const { row:
|
|
2710
|
+
const { ranges: [a, h], mapFunc: l } = Pn([r.copyRange, e]), u = ii(a, h, !0), v = {};
|
|
2711
|
+
be.foreach(h, (g, b) => {
|
|
2712
|
+
const { row: S, col: C } = l(g, b), M = this._conditionalFormattingViewModel.getCellCfs(s, o, S, C);
|
|
2660
2713
|
M && M.forEach((E) => {
|
|
2661
|
-
if (!
|
|
2662
|
-
const V = new
|
|
2663
|
-
|
|
2714
|
+
if (!v[E.cfId]) {
|
|
2715
|
+
const V = new Me();
|
|
2716
|
+
v[E.cfId] = V;
|
|
2664
2717
|
const L = this._conditionalFormattingRuleModel.getRule(s, o, E.cfId);
|
|
2665
2718
|
L == null || L.ranges.forEach((m) => {
|
|
2666
|
-
|
|
2667
|
-
V.setValue(
|
|
2719
|
+
be.foreach(m, (_, j) => {
|
|
2720
|
+
V.setValue(_, j, 1);
|
|
2668
2721
|
});
|
|
2669
2722
|
});
|
|
2670
2723
|
}
|
|
2671
|
-
|
|
2724
|
+
v[E.cfId].realDeleteValue(S, C);
|
|
2672
2725
|
});
|
|
2673
2726
|
});
|
|
2674
|
-
const { matrix: p, info:
|
|
2675
|
-
let
|
|
2676
|
-
const
|
|
2677
|
-
if (
|
|
2678
|
-
return
|
|
2679
|
-
const
|
|
2680
|
-
if (
|
|
2681
|
-
return
|
|
2727
|
+
const { matrix: p, info: y } = this._copyInfo, f = [];
|
|
2728
|
+
let R = this._conditionalFormattingRuleModel.createCfId(s, o);
|
|
2729
|
+
const I = {}, T = (g) => {
|
|
2730
|
+
if (I[g])
|
|
2731
|
+
return I[g];
|
|
2732
|
+
const b = y == null ? void 0 : y.cfMap[g], S = [...this._conditionalFormattingRuleModel.getSubunitRules(s, o) || [], ...f].find((C) => Bt.diffValue(C.rule, b));
|
|
2733
|
+
if (S)
|
|
2734
|
+
return I[g] = S, S;
|
|
2682
2735
|
{
|
|
2683
|
-
const
|
|
2684
|
-
rule:
|
|
2685
|
-
cfId:
|
|
2736
|
+
const C = {
|
|
2737
|
+
rule: b,
|
|
2738
|
+
cfId: R,
|
|
2686
2739
|
ranges: [],
|
|
2687
2740
|
stopIfTrue: !1
|
|
2688
2741
|
};
|
|
2689
|
-
return
|
|
2742
|
+
return I[g] = C, f.push(C), R = `${Number(R) + 1}`, C;
|
|
2690
2743
|
}
|
|
2691
2744
|
};
|
|
2692
|
-
u.forEach((
|
|
2693
|
-
p && p.forValue((
|
|
2694
|
-
const M =
|
|
2745
|
+
u.forEach((g) => {
|
|
2746
|
+
p && p.forValue((b, S, C) => {
|
|
2747
|
+
const M = ye.getPositionRange(
|
|
2695
2748
|
{
|
|
2696
|
-
startRow:
|
|
2697
|
-
endRow:
|
|
2698
|
-
startColumn:
|
|
2699
|
-
endColumn:
|
|
2749
|
+
startRow: b,
|
|
2750
|
+
endRow: b,
|
|
2751
|
+
startColumn: S,
|
|
2752
|
+
endColumn: S
|
|
2700
2753
|
},
|
|
2701
|
-
|
|
2754
|
+
g.startRange
|
|
2702
2755
|
), { row: E, col: V } = l(M.startRow, M.startColumn);
|
|
2703
|
-
|
|
2704
|
-
if (!
|
|
2705
|
-
const m =
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2756
|
+
C.forEach((L) => {
|
|
2757
|
+
if (!v[L]) {
|
|
2758
|
+
const m = T(L), _ = new Me();
|
|
2759
|
+
v[L] = _, m.ranges.forEach((j) => {
|
|
2760
|
+
be.foreach(j, (Y, pe) => {
|
|
2761
|
+
_.setValue(Y, pe, 1);
|
|
2709
2762
|
});
|
|
2710
2763
|
});
|
|
2711
2764
|
}
|
|
2712
|
-
|
|
2765
|
+
v[L].setValue(E, V, 1);
|
|
2713
2766
|
});
|
|
2714
2767
|
});
|
|
2715
2768
|
});
|
|
2716
2769
|
const w = [], x = [];
|
|
2717
|
-
for (const
|
|
2718
|
-
const
|
|
2719
|
-
if (!
|
|
2720
|
-
const
|
|
2770
|
+
for (const g in v) {
|
|
2771
|
+
const b = v[g], S = pt(Ct(b));
|
|
2772
|
+
if (!S.length) {
|
|
2773
|
+
const C = {
|
|
2721
2774
|
unitId: s,
|
|
2722
2775
|
subUnitId: o,
|
|
2723
|
-
cfId:
|
|
2776
|
+
cfId: g
|
|
2724
2777
|
};
|
|
2725
|
-
w.push({ id:
|
|
2778
|
+
w.push({ id: Re.id, params: C }), x.push(...Ae(this._injector, C));
|
|
2726
2779
|
}
|
|
2727
|
-
if (f.some((
|
|
2728
|
-
const
|
|
2780
|
+
if (f.some((C) => C.cfId === g)) {
|
|
2781
|
+
const C = T(g), M = {
|
|
2729
2782
|
unitId: s,
|
|
2730
2783
|
subUnitId: o,
|
|
2731
|
-
rule: { ...
|
|
2784
|
+
rule: { ...C, ranges: S }
|
|
2732
2785
|
};
|
|
2733
|
-
w.push({ id: se.id, params: M }), x.push(
|
|
2786
|
+
w.push({ id: se.id, params: M }), x.push(Tn(this._injector, M));
|
|
2734
2787
|
} else {
|
|
2735
|
-
const
|
|
2736
|
-
if (!
|
|
2788
|
+
const C = this._conditionalFormattingRuleModel.getRule(s, o, g);
|
|
2789
|
+
if (!C)
|
|
2737
2790
|
continue;
|
|
2738
2791
|
const M = {
|
|
2739
2792
|
unitId: s,
|
|
2740
2793
|
subUnitId: o,
|
|
2741
|
-
rule: { ...
|
|
2794
|
+
rule: { ...C, ranges: S }
|
|
2742
2795
|
};
|
|
2743
|
-
w.push({ id:
|
|
2796
|
+
w.push({ id: _e.id, params: M }), x.push(...De(this._injector, M));
|
|
2744
2797
|
}
|
|
2745
2798
|
}
|
|
2746
2799
|
return {
|
|
@@ -2749,60 +2802,60 @@ let et = class extends ce {
|
|
|
2749
2802
|
};
|
|
2750
2803
|
}
|
|
2751
2804
|
};
|
|
2752
|
-
et =
|
|
2753
|
-
Ge(0, O(
|
|
2805
|
+
et = zi([
|
|
2806
|
+
Ge(0, O(ri)),
|
|
2754
2807
|
Ge(1, O(Q)),
|
|
2755
|
-
Ge(2, O(
|
|
2808
|
+
Ge(2, O(fe)),
|
|
2756
2809
|
Ge(3, O(it)),
|
|
2757
2810
|
Ge(4, O(z))
|
|
2758
2811
|
], et);
|
|
2759
|
-
var
|
|
2760
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2812
|
+
var Zi = Object.getOwnPropertyDescriptor, Yi = (t, e, r, n) => {
|
|
2813
|
+
for (var i = n > 1 ? void 0 : n ? Zi(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2761
2814
|
(o = t[s]) && (i = o(i) || i);
|
|
2762
2815
|
return i;
|
|
2763
|
-
},
|
|
2764
|
-
let tt = class extends
|
|
2816
|
+
}, Lt = (t, e) => (r, n) => e(r, n, t);
|
|
2817
|
+
let tt = class extends ue {
|
|
2765
2818
|
constructor(t, e, r) {
|
|
2766
2819
|
super(), this._localeService = t, this._commandService = e, this._sheetPermissionCheckController = r, this._commandExecutedListener();
|
|
2767
2820
|
}
|
|
2768
2821
|
_commandExecutedListener() {
|
|
2769
2822
|
this.disposeWithMe(
|
|
2770
2823
|
this._commandService.beforeCommandExecuted((t) => {
|
|
2771
|
-
t.id ===
|
|
2772
|
-
workbookTypes: [
|
|
2773
|
-
rangeTypes: [
|
|
2774
|
-
worksheetTypes: [
|
|
2824
|
+
t.id === Sn.id && (this._sheetPermissionCheckController.permissionCheckWithRanges({
|
|
2825
|
+
workbookTypes: [Vn],
|
|
2826
|
+
rangeTypes: [Mn],
|
|
2827
|
+
worksheetTypes: [En, Nn]
|
|
2775
2828
|
}, t.params.rule.ranges) || this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr")));
|
|
2776
2829
|
})
|
|
2777
2830
|
);
|
|
2778
2831
|
}
|
|
2779
2832
|
};
|
|
2780
|
-
tt =
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2833
|
+
tt = Yi([
|
|
2834
|
+
Lt(0, O(re)),
|
|
2835
|
+
Lt(1, te),
|
|
2836
|
+
Lt(2, O(Pr))
|
|
2784
2837
|
], tt);
|
|
2785
|
-
var
|
|
2786
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2838
|
+
var Ki = Object.getOwnPropertyDescriptor, Xi = (t, e, r, n) => {
|
|
2839
|
+
for (var i = n > 1 ? void 0 : n ? Ki(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2787
2840
|
(o = t[s]) && (i = o(i) || i);
|
|
2788
2841
|
return i;
|
|
2789
2842
|
}, vt = (t, e) => (r, n) => e(r, n, t);
|
|
2790
|
-
let nt = class extends
|
|
2843
|
+
let nt = class extends ue {
|
|
2791
2844
|
constructor(t, e, r, n) {
|
|
2792
2845
|
super(), this._conditionalFormattingRuleModel = t, this._univerInstanceService = e, this._injector = r, this._refRangeService = n, this._initRefRange();
|
|
2793
2846
|
}
|
|
2794
2847
|
_initRefRange() {
|
|
2795
2848
|
const t = /* @__PURE__ */ new Map(), e = (n, i, s) => `${n}_${i}_${s}`, r = (n, i, s) => {
|
|
2796
2849
|
const o = (a) => {
|
|
2797
|
-
const h = [...s.ranges], l = h.map((
|
|
2798
|
-
if (
|
|
2850
|
+
const h = [...s.ranges], l = h.map((v) => Lr(v, a)).filter((v) => !!v);
|
|
2851
|
+
if (wr(l, h))
|
|
2799
2852
|
return { redos: [], undos: [] };
|
|
2800
2853
|
if (l.length) {
|
|
2801
|
-
const
|
|
2802
|
-
return { redos: p, undos:
|
|
2854
|
+
const v = { unitId: n, subUnitId: i, rule: { ...s, ranges: l } }, p = [{ id: _e.id, params: v }], y = De(this._injector, v);
|
|
2855
|
+
return { redos: p, undos: y };
|
|
2803
2856
|
} else {
|
|
2804
|
-
const
|
|
2805
|
-
return { redos: p, undos:
|
|
2857
|
+
const v = { unitId: n, subUnitId: i, cfId: s.cfId }, p = [{ id: Re.id, params: v }], y = Ae(this._injector, v);
|
|
2858
|
+
return { redos: p, undos: y };
|
|
2806
2859
|
}
|
|
2807
2860
|
}, d = [];
|
|
2808
2861
|
s.ranges.forEach((a) => {
|
|
@@ -2811,7 +2864,7 @@ let nt = class extends ce {
|
|
|
2811
2864
|
}), t.set(e(n, i, s.cfId), () => d.forEach((a) => a()));
|
|
2812
2865
|
};
|
|
2813
2866
|
this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe((n) => {
|
|
2814
|
-
const { unitId: i, subUnitId: s, rule: o } = n, d = this._univerInstanceService.getCurrentUnitForType(
|
|
2867
|
+
const { unitId: i, subUnitId: s, rule: o } = n, d = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET), a = d.getActiveSheet();
|
|
2815
2868
|
if (!(n.unitId !== d.getUnitId() || n.subUnitId !== (a == null ? void 0 : a.getSheetId())))
|
|
2816
2869
|
switch (n.type) {
|
|
2817
2870
|
case "add": {
|
|
@@ -2828,47 +2881,47 @@ let nt = class extends ce {
|
|
|
2828
2881
|
h && h(), r(n.unitId, n.subUnitId, n.rule);
|
|
2829
2882
|
}
|
|
2830
2883
|
}
|
|
2831
|
-
})), this.disposeWithMe(
|
|
2884
|
+
})), this.disposeWithMe(pn(() => {
|
|
2832
2885
|
t.forEach((n) => {
|
|
2833
2886
|
n();
|
|
2834
2887
|
}), t.clear();
|
|
2835
2888
|
}));
|
|
2836
2889
|
}
|
|
2837
2890
|
};
|
|
2838
|
-
nt =
|
|
2891
|
+
nt = Xi([
|
|
2839
2892
|
vt(0, O(Q)),
|
|
2840
2893
|
vt(1, O(z)),
|
|
2841
|
-
vt(2, O(
|
|
2842
|
-
vt(3, O(
|
|
2894
|
+
vt(2, O(fe)),
|
|
2895
|
+
vt(3, O(Or))
|
|
2843
2896
|
], nt);
|
|
2844
|
-
var
|
|
2845
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2897
|
+
var Ji = Object.getOwnPropertyDescriptor, Qi = (t, e, r, n) => {
|
|
2898
|
+
for (var i = n > 1 ? void 0 : n ? Ji(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2846
2899
|
(o = t[s]) && (i = o(i) || i);
|
|
2847
2900
|
return i;
|
|
2848
|
-
},
|
|
2849
|
-
let rt = class extends
|
|
2901
|
+
}, Le = (t, e) => (r, n) => e(r, n, t);
|
|
2902
|
+
let rt = class extends ue {
|
|
2850
2903
|
constructor(e, r, n, i, s, o) {
|
|
2851
2904
|
super();
|
|
2852
2905
|
/**
|
|
2853
2906
|
* When a set operation is triggered multiple times over a short period of time, it may result in some callbacks not being disposed,and caused a render cache exception.
|
|
2854
2907
|
* The solution here is to store all the asynchronous tasks and focus on processing after the last callback
|
|
2855
2908
|
*/
|
|
2856
|
-
|
|
2909
|
+
Se(this, "_ruleChangeCacheMap", /* @__PURE__ */ new Map());
|
|
2857
2910
|
this._sheetInterceptorService = e, this._conditionalFormattingService = r, this._univerInstanceService = n, this._renderManagerService = i, this._conditionalFormattingViewModel = s, this._conditionalFormattingRuleModel = o, this._initViewModelInterceptor(), this._initSkeleton(), this.disposeWithMe(() => {
|
|
2858
2911
|
this._ruleChangeCacheMap.clear();
|
|
2859
2912
|
});
|
|
2860
2913
|
}
|
|
2861
2914
|
_markDirtySkeleton() {
|
|
2862
2915
|
var r, n, i;
|
|
2863
|
-
const e = this._univerInstanceService.getCurrentUnitForType(
|
|
2916
|
+
const e = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET).getUnitId();
|
|
2864
2917
|
(r = this._renderManagerService.getRenderById(e)) == null || r.with(On).reCalculate(), (i = (n = this._renderManagerService.getRenderById(e)) == null ? void 0 : n.mainComponent) == null || i.makeDirty();
|
|
2865
2918
|
}
|
|
2866
2919
|
_initSkeleton() {
|
|
2867
2920
|
this.disposeWithMe(Ln(this._conditionalFormattingRuleModel.$ruleChange, this._conditionalFormattingViewModel.markDirty$).pipe(
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
const r = this._univerInstanceService.getCurrentUnitForType(
|
|
2921
|
+
ci(16),
|
|
2922
|
+
tn((e) => !!e.length),
|
|
2923
|
+
tn((e) => {
|
|
2924
|
+
const r = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET);
|
|
2872
2925
|
if (!r) return !1;
|
|
2873
2926
|
const n = r.getActiveSheet();
|
|
2874
2927
|
return n ? e.filter((i) => i.unitId === r.getUnitId() && i.subUnitId === n.getSheetId()).length > 0 : !1;
|
|
@@ -2876,34 +2929,34 @@ let rt = class extends ce {
|
|
|
2876
2929
|
).subscribe(() => this._markDirtySkeleton()));
|
|
2877
2930
|
}
|
|
2878
2931
|
_initViewModelInterceptor() {
|
|
2879
|
-
this.disposeWithMe(this._sheetInterceptorService.intercept(
|
|
2880
|
-
effect:
|
|
2932
|
+
this.disposeWithMe(this._sheetInterceptorService.intercept($r.CELL_CONTENT, {
|
|
2933
|
+
effect: mr.Style,
|
|
2881
2934
|
handler: (e, r, n) => {
|
|
2882
2935
|
const i = this._conditionalFormattingService.composeStyle(r.unitId, r.subUnitId, r.row, r.col);
|
|
2883
2936
|
if (!i)
|
|
2884
2937
|
return n(e);
|
|
2885
2938
|
const s = r.workbook.getStyles(), d = { ...(typeof (e == null ? void 0 : e.s) == "string" ? s.get(e == null ? void 0 : e.s) : e == null ? void 0 : e.s) || {} }, a = { ...e, s: d };
|
|
2886
|
-
return i.style && Object.assign(d, i.style), a.fontRenderExtension || (a.fontRenderExtension = {}, i.isShowValue !== void 0 && (a.fontRenderExtension.isSkip = !i.isShowValue)), i.dataBar && (a.dataBar = i.dataBar), i.iconSet && (a.iconSet = i.iconSet, a.fontRenderExtension.leftOffset =
|
|
2939
|
+
return i.style && Object.assign(d, i.style), a.fontRenderExtension || (a.fontRenderExtension = {}, i.isShowValue !== void 0 && (a.fontRenderExtension.isSkip = !i.isShowValue)), i.dataBar && (a.dataBar = i.dataBar), i.iconSet && (a.iconSet = i.iconSet, a.fontRenderExtension.leftOffset = Er + Nr), n(a);
|
|
2887
2940
|
},
|
|
2888
2941
|
priority: 10
|
|
2889
2942
|
}));
|
|
2890
2943
|
}
|
|
2891
2944
|
};
|
|
2892
|
-
rt =
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2945
|
+
rt = Qi([
|
|
2946
|
+
Le(0, O(qt)),
|
|
2947
|
+
Le(1, O(xn)),
|
|
2948
|
+
Le(2, O(z)),
|
|
2949
|
+
Le(3, O($n)),
|
|
2950
|
+
Le(4, O(it)),
|
|
2951
|
+
Le(5, O(Q))
|
|
2899
2952
|
], rt);
|
|
2900
|
-
const
|
|
2901
|
-
var
|
|
2902
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2953
|
+
const ir = "sheets-conditional-formatting-ui.config", bt = {};
|
|
2954
|
+
var es = Object.defineProperty, ts = Object.getOwnPropertyDescriptor, ns = (t, e, r) => e in t ? es(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, rs = (t, e, r, n) => {
|
|
2955
|
+
for (var i = n > 1 ? void 0 : n ? ts(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2903
2956
|
(o = t[s]) && (i = o(i) || i);
|
|
2904
2957
|
return i;
|
|
2905
|
-
},
|
|
2906
|
-
let
|
|
2958
|
+
}, $t = (t, e) => (r, n) => e(r, n, t), sr = (t, e, r) => ns(t, typeof e != "symbol" ? e + "" : e, r);
|
|
2959
|
+
let It = class extends bn {
|
|
2907
2960
|
constructor(t = bt, e, r, n) {
|
|
2908
2961
|
super(), this._config = t, this._injector = e, this._commandService = r, this._configService = n;
|
|
2909
2962
|
const { menu: i, ...s } = In(
|
|
@@ -2911,39 +2964,39 @@ let St = class extends Sn {
|
|
|
2911
2964
|
bt,
|
|
2912
2965
|
this._config
|
|
2913
2966
|
);
|
|
2914
|
-
i && this._configService.setConfig("menu", i, { merge: !0 }), this._configService.setConfig(
|
|
2967
|
+
i && this._configService.setConfig("menu", i, { merge: !0 }), this._configService.setConfig(ir, s), this._initCommand(), this._injector.add([rt]), this._injector.add([nt]), this._injector.add([et]), this._injector.add([tt]), this._injector.add([He]);
|
|
2915
2968
|
}
|
|
2916
2969
|
_initCommand() {
|
|
2917
2970
|
[
|
|
2971
|
+
An,
|
|
2918
2972
|
Dn,
|
|
2919
|
-
$n,
|
|
2920
|
-
jn,
|
|
2921
2973
|
Hn,
|
|
2974
|
+
jn,
|
|
2922
2975
|
Bn,
|
|
2923
2976
|
Wn,
|
|
2924
2977
|
qn,
|
|
2925
2978
|
Gn,
|
|
2926
2979
|
zn,
|
|
2927
|
-
|
|
2980
|
+
Vt
|
|
2928
2981
|
].forEach((t) => {
|
|
2929
2982
|
this._commandService.registerCommand(t);
|
|
2930
2983
|
});
|
|
2931
2984
|
}
|
|
2932
2985
|
};
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
],
|
|
2941
|
-
var
|
|
2942
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2986
|
+
sr(It, "pluginName", `${st}_MOBILE_UI_PLUGIN`);
|
|
2987
|
+
sr(It, "type", D.UNIVER_SHEET);
|
|
2988
|
+
It = rs([
|
|
2989
|
+
Cn(wn),
|
|
2990
|
+
$t(1, O(fe)),
|
|
2991
|
+
$t(2, O(te)),
|
|
2992
|
+
$t(3, yn)
|
|
2993
|
+
], It);
|
|
2994
|
+
var is = Object.getOwnPropertyDescriptor, ss = (t, e, r, n) => {
|
|
2995
|
+
for (var i = n > 1 ? void 0 : n ? is(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
2943
2996
|
(o = t[s]) && (i = o(i) || i);
|
|
2944
2997
|
return i;
|
|
2945
2998
|
}, ze = (t, e) => (r, n) => e(r, n, t);
|
|
2946
|
-
let
|
|
2999
|
+
let St = class extends ue {
|
|
2947
3000
|
constructor(t, e, r, n, i) {
|
|
2948
3001
|
super(), this._injector = t, this._univerInstanceService = e, this._autoFillService = r, this._conditionalFormattingRuleModel = n, this._conditionalFormattingViewModel = i, this._initAutoFill();
|
|
2949
3002
|
}
|
|
@@ -2951,7 +3004,7 @@ let It = class extends ce {
|
|
|
2951
3004
|
_initAutoFill() {
|
|
2952
3005
|
const t = () => ({ redos: [], undos: [] }), e = (i, s, o, d, a) => {
|
|
2953
3006
|
var p;
|
|
2954
|
-
const h = this._univerInstanceService.getCurrentUnitForType(
|
|
3007
|
+
const h = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET).getUnitId(), l = (p = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET).getActiveSheet()) == null ? void 0 : p.getSheetId();
|
|
2955
3008
|
if (!h || !l)
|
|
2956
3009
|
return;
|
|
2957
3010
|
const u = {
|
|
@@ -2959,98 +3012,98 @@ let It = class extends ce {
|
|
|
2959
3012
|
startColumn: i.col,
|
|
2960
3013
|
endColumn: i.col,
|
|
2961
3014
|
endRow: i.row
|
|
2962
|
-
},
|
|
3015
|
+
}, v = {
|
|
2963
3016
|
startRow: s.row,
|
|
2964
3017
|
startColumn: s.col,
|
|
2965
3018
|
endColumn: s.col,
|
|
2966
3019
|
endRow: s.row
|
|
2967
3020
|
};
|
|
2968
|
-
|
|
2969
|
-
const
|
|
3021
|
+
be.foreach(o, (y, f) => {
|
|
3022
|
+
const R = ye.getPositionRange(
|
|
2970
3023
|
{
|
|
2971
|
-
startRow:
|
|
3024
|
+
startRow: y,
|
|
2972
3025
|
startColumn: f,
|
|
2973
3026
|
endColumn: f,
|
|
2974
|
-
endRow:
|
|
3027
|
+
endRow: y
|
|
2975
3028
|
},
|
|
2976
3029
|
u
|
|
2977
|
-
),
|
|
3030
|
+
), I = ye.getPositionRange(
|
|
2978
3031
|
{
|
|
2979
|
-
startRow:
|
|
3032
|
+
startRow: y,
|
|
2980
3033
|
startColumn: f,
|
|
2981
3034
|
endColumn: f,
|
|
2982
|
-
endRow:
|
|
3035
|
+
endRow: y
|
|
2983
3036
|
},
|
|
2984
|
-
|
|
2985
|
-
), { row:
|
|
3037
|
+
v
|
|
3038
|
+
), { row: T, col: w } = a(R.startRow, R.startColumn), x = this._conditionalFormattingViewModel.getCellCfs(
|
|
2986
3039
|
h,
|
|
2987
3040
|
l,
|
|
2988
|
-
|
|
3041
|
+
T,
|
|
2989
3042
|
w
|
|
2990
|
-
), { row:
|
|
3043
|
+
), { row: g, col: b } = a(I.startRow, I.startColumn), S = this._conditionalFormattingViewModel.getCellCfs(
|
|
2991
3044
|
h,
|
|
2992
3045
|
l,
|
|
2993
|
-
|
|
2994
|
-
|
|
3046
|
+
g,
|
|
3047
|
+
b
|
|
2995
3048
|
);
|
|
2996
|
-
|
|
2997
|
-
let M = d.get(
|
|
2998
|
-
if (!d.get(
|
|
2999
|
-
const E = this._conditionalFormattingRuleModel.getRule(h, l,
|
|
3049
|
+
S && S.forEach((C) => {
|
|
3050
|
+
let M = d.get(C.cfId);
|
|
3051
|
+
if (!d.get(C.cfId)) {
|
|
3052
|
+
const E = this._conditionalFormattingRuleModel.getRule(h, l, C.cfId);
|
|
3000
3053
|
if (!E)
|
|
3001
3054
|
return;
|
|
3002
|
-
M = new
|
|
3003
|
-
|
|
3055
|
+
M = new Me(), E.ranges.forEach((V) => {
|
|
3056
|
+
be.foreach(V, (L, m) => {
|
|
3004
3057
|
M.setValue(L, m, 1);
|
|
3005
3058
|
});
|
|
3006
|
-
}), d.set(
|
|
3059
|
+
}), d.set(C.cfId, M);
|
|
3007
3060
|
}
|
|
3008
|
-
M.realDeleteValue(
|
|
3009
|
-
}), x && x.forEach((
|
|
3010
|
-
let M = d.get(
|
|
3011
|
-
if (!d.get(
|
|
3012
|
-
const E = this._conditionalFormattingRuleModel.getRule(h, l,
|
|
3061
|
+
M.realDeleteValue(g, b);
|
|
3062
|
+
}), x && x.forEach((C) => {
|
|
3063
|
+
let M = d.get(C.cfId);
|
|
3064
|
+
if (!d.get(C.cfId)) {
|
|
3065
|
+
const E = this._conditionalFormattingRuleModel.getRule(h, l, C.cfId);
|
|
3013
3066
|
if (!E)
|
|
3014
3067
|
return;
|
|
3015
|
-
M = new
|
|
3016
|
-
|
|
3068
|
+
M = new Me(), E.ranges.forEach((V) => {
|
|
3069
|
+
be.foreach(V, (L, m) => {
|
|
3017
3070
|
M.setValue(L, m, 1);
|
|
3018
3071
|
});
|
|
3019
|
-
}), d.set(
|
|
3072
|
+
}), d.set(C.cfId, M);
|
|
3020
3073
|
}
|
|
3021
|
-
M.setValue(
|
|
3074
|
+
M.setValue(g, b, 1);
|
|
3022
3075
|
});
|
|
3023
3076
|
});
|
|
3024
3077
|
}, r = (i, s) => {
|
|
3025
|
-
var
|
|
3026
|
-
const o = (
|
|
3078
|
+
var I, T, w;
|
|
3079
|
+
const o = (I = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET)) == null ? void 0 : I.getUnitId(), d = (w = (T = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET)) == null ? void 0 : T.getActiveSheet()) == null ? void 0 : w.getSheetId(), a = /* @__PURE__ */ new Map(), h = [], l = [];
|
|
3027
3080
|
if (!o || !d)
|
|
3028
3081
|
return t();
|
|
3029
|
-
const u = Pn([i, s]), [
|
|
3030
|
-
row:
|
|
3031
|
-
col:
|
|
3082
|
+
const u = Pn([i, s]), [v, p] = u.ranges, { mapFunc: y } = u, f = {
|
|
3083
|
+
row: v.startRow,
|
|
3084
|
+
col: v.startColumn
|
|
3032
3085
|
};
|
|
3033
|
-
return
|
|
3034
|
-
e(f, x.repeatStartCell, x.relativeRange, a,
|
|
3035
|
-
}), a.forEach((x,
|
|
3036
|
-
const
|
|
3037
|
-
if (!
|
|
3086
|
+
return oi(v, p).forEach((x) => {
|
|
3087
|
+
e(f, x.repeatStartCell, x.relativeRange, a, y);
|
|
3088
|
+
}), a.forEach((x, g) => {
|
|
3089
|
+
const b = this._conditionalFormattingRuleModel.getRule(o, d, g);
|
|
3090
|
+
if (!b)
|
|
3038
3091
|
return;
|
|
3039
|
-
const
|
|
3040
|
-
if (
|
|
3041
|
-
const
|
|
3092
|
+
const S = pt(Ct(x));
|
|
3093
|
+
if (S.length) {
|
|
3094
|
+
const C = {
|
|
3042
3095
|
unitId: o,
|
|
3043
3096
|
subUnitId: d,
|
|
3044
|
-
rule: { ...
|
|
3097
|
+
rule: { ...b, ranges: S }
|
|
3045
3098
|
};
|
|
3046
|
-
h.push({ id:
|
|
3099
|
+
h.push({ id: _e.id, params: C }), l.push(...De(this._injector, C));
|
|
3047
3100
|
} else {
|
|
3048
|
-
const
|
|
3101
|
+
const C = {
|
|
3049
3102
|
unitId: o,
|
|
3050
3103
|
subUnitId: d,
|
|
3051
|
-
cfId:
|
|
3104
|
+
cfId: b.cfId
|
|
3052
3105
|
};
|
|
3053
|
-
h.push({ id:
|
|
3106
|
+
h.push({ id: Re.id, params: C }), l.push(...Ae(this._injector, C));
|
|
3054
3107
|
}
|
|
3055
3108
|
}), {
|
|
3056
3109
|
undos: l,
|
|
@@ -3059,7 +3112,7 @@ let It = class extends ce {
|
|
|
3059
3112
|
}, n = {
|
|
3060
3113
|
id: st,
|
|
3061
3114
|
onFillData: (i, s, o) => {
|
|
3062
|
-
if (o ===
|
|
3115
|
+
if (o === Ut.COPY || o === Ut.ONLY_FORMAT || o === Ut.SERIES) {
|
|
3063
3116
|
const { source: d, target: a } = i;
|
|
3064
3117
|
return r(d, a);
|
|
3065
3118
|
}
|
|
@@ -3069,19 +3122,19 @@ let It = class extends ce {
|
|
|
3069
3122
|
this.disposeWithMe(this._autoFillService.addHook(n));
|
|
3070
3123
|
}
|
|
3071
3124
|
};
|
|
3072
|
-
|
|
3073
|
-
ze(0, O(
|
|
3125
|
+
St = ss([
|
|
3126
|
+
ze(0, O(fe)),
|
|
3074
3127
|
ze(1, O(z)),
|
|
3075
|
-
ze(2, O(
|
|
3128
|
+
ze(2, O(si)),
|
|
3076
3129
|
ze(3, O(Q)),
|
|
3077
3130
|
ze(4, O(it))
|
|
3078
|
-
],
|
|
3079
|
-
var
|
|
3080
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3131
|
+
], St);
|
|
3132
|
+
var os = Object.getOwnPropertyDescriptor, as = (t, e, r, n) => {
|
|
3133
|
+
for (var i = n > 1 ? void 0 : n ? os(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
3081
3134
|
(o = t[s]) && (i = o(i) || i);
|
|
3082
3135
|
return i;
|
|
3083
3136
|
}, Ze = (t, e) => (r, n) => e(r, n, t);
|
|
3084
|
-
let _t = class extends
|
|
3137
|
+
let _t = class extends ue {
|
|
3085
3138
|
constructor(t, e, r, n, i) {
|
|
3086
3139
|
super(), this._injector = t, this._univerInstanceService = e, this._sheetInterceptorService = r, this._selectionManagerService = n, this._conditionalFormattingRuleModel = i, this._init();
|
|
3087
3140
|
}
|
|
@@ -3090,18 +3143,18 @@ let _t = class extends ce {
|
|
|
3090
3143
|
getMutations: (t) => {
|
|
3091
3144
|
var i;
|
|
3092
3145
|
const e = [], r = [], n = { redos: e, undos: r };
|
|
3093
|
-
if ([
|
|
3146
|
+
if ([Ar.id, Dr.id].includes(t.id)) {
|
|
3094
3147
|
const s = (i = this._selectionManagerService.getCurrentSelections()) == null ? void 0 : i.map((p) => p.range);
|
|
3095
3148
|
if (!s)
|
|
3096
3149
|
return n;
|
|
3097
|
-
const o = this._univerInstanceService.getCurrentUnitForType(
|
|
3150
|
+
const o = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET), d = o.getActiveSheet();
|
|
3098
3151
|
if (!d)
|
|
3099
3152
|
return n;
|
|
3100
3153
|
const a = o.getUnitId(), h = d.getSheetId(), l = this._conditionalFormattingRuleModel.getSubunitRules(a, h);
|
|
3101
3154
|
if (!l || !l.length)
|
|
3102
3155
|
return n;
|
|
3103
|
-
const { redos: u, undos:
|
|
3104
|
-
e.push(...u), r.push(...
|
|
3156
|
+
const { redos: u, undos: v } = dn(this._injector, l, s, a, h);
|
|
3157
|
+
e.push(...u), r.push(...v);
|
|
3105
3158
|
}
|
|
3106
3159
|
return n;
|
|
3107
3160
|
}
|
|
@@ -3113,52 +3166,52 @@ let _t = class extends ce {
|
|
|
3113
3166
|
const o = this._conditionalFormattingRuleModel.getSubunitRules(t, e);
|
|
3114
3167
|
if (!o || !o.length)
|
|
3115
3168
|
return s;
|
|
3116
|
-
const { redos: d, undos: a } =
|
|
3169
|
+
const { redos: d, undos: a } = dn(this._injector, o, r, t, e);
|
|
3117
3170
|
return n.push(...d), i.push(...a), s;
|
|
3118
3171
|
}
|
|
3119
3172
|
}));
|
|
3120
3173
|
}
|
|
3121
3174
|
};
|
|
3122
|
-
_t =
|
|
3123
|
-
Ze(0, O(
|
|
3175
|
+
_t = as([
|
|
3176
|
+
Ze(0, O(fe)),
|
|
3124
3177
|
Ze(1, O(z)),
|
|
3125
|
-
Ze(2, O(
|
|
3126
|
-
Ze(3, O(
|
|
3178
|
+
Ze(2, O(qt)),
|
|
3179
|
+
Ze(3, O(je)),
|
|
3127
3180
|
Ze(4, O(Q))
|
|
3128
3181
|
], _t);
|
|
3129
|
-
function
|
|
3182
|
+
function dn(t, e, r, n, i) {
|
|
3130
3183
|
const s = [], o = [];
|
|
3131
|
-
return e.filter((d) => r.some((a) => d.ranges.some((h) =>
|
|
3132
|
-
const h = new
|
|
3184
|
+
return e.filter((d) => r.some((a) => d.ranges.some((h) => ye.getIntersects(h, a)))).forEach((d) => {
|
|
3185
|
+
const h = new Hr().add(...d.ranges).subtract(...r).merge();
|
|
3133
3186
|
if (h.length) {
|
|
3134
3187
|
const l = {
|
|
3135
|
-
id:
|
|
3188
|
+
id: _e.id,
|
|
3136
3189
|
params: {
|
|
3137
3190
|
unitId: n,
|
|
3138
3191
|
subUnitId: i,
|
|
3139
3192
|
rule: { ...d, ranges: h }
|
|
3140
3193
|
}
|
|
3141
|
-
}, u =
|
|
3194
|
+
}, u = De(t, l.params);
|
|
3142
3195
|
s.push(l), o.push(...u);
|
|
3143
3196
|
} else {
|
|
3144
3197
|
const l = {
|
|
3145
|
-
id:
|
|
3198
|
+
id: Re.id,
|
|
3146
3199
|
params: {
|
|
3147
3200
|
unitId: n,
|
|
3148
3201
|
subUnitId: i,
|
|
3149
3202
|
cfId: d.cfId
|
|
3150
3203
|
}
|
|
3151
|
-
}, u =
|
|
3204
|
+
}, u = Ae(t, l.params);
|
|
3152
3205
|
s.push(l), o.push(...u);
|
|
3153
3206
|
}
|
|
3154
3207
|
}), { redos: s, undos: o };
|
|
3155
3208
|
}
|
|
3156
|
-
var
|
|
3157
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3209
|
+
var ls = Object.getOwnPropertyDescriptor, cs = (t, e, r, n) => {
|
|
3210
|
+
for (var i = n > 1 ? void 0 : n ? ls(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
3158
3211
|
(o = t[s]) && (i = o(i) || i);
|
|
3159
3212
|
return i;
|
|
3160
|
-
},
|
|
3161
|
-
let
|
|
3213
|
+
}, hn = (t, e) => (r, n) => e(r, n, t);
|
|
3214
|
+
let Rt = class extends ue {
|
|
3162
3215
|
constructor(t, e) {
|
|
3163
3216
|
super(), this._sheetInterceptorService = t, this._conditionalFormattingService = e, this._initInterceptorEditorEnd();
|
|
3164
3217
|
}
|
|
@@ -3169,9 +3222,9 @@ let Tt = class extends ce {
|
|
|
3169
3222
|
*/
|
|
3170
3223
|
_initInterceptorEditorEnd() {
|
|
3171
3224
|
this.disposeWithMe(
|
|
3172
|
-
|
|
3225
|
+
pn(
|
|
3173
3226
|
this._sheetInterceptorService.writeCellInterceptor.intercept(
|
|
3174
|
-
|
|
3227
|
+
jr,
|
|
3175
3228
|
{
|
|
3176
3229
|
handler: (t, e, r) => {
|
|
3177
3230
|
var o, d, a;
|
|
@@ -3199,16 +3252,16 @@ let Tt = class extends ce {
|
|
|
3199
3252
|
);
|
|
3200
3253
|
}
|
|
3201
3254
|
};
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
],
|
|
3206
|
-
const
|
|
3207
|
-
|
|
3255
|
+
Rt = cs([
|
|
3256
|
+
hn(0, O(qt)),
|
|
3257
|
+
hn(1, O(xn))
|
|
3258
|
+
], Rt);
|
|
3259
|
+
const vn = [
|
|
3260
|
+
Wt.id,
|
|
3208
3261
|
se.id,
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3262
|
+
_e.id,
|
|
3263
|
+
Re.id,
|
|
3264
|
+
_n.id
|
|
3212
3265
|
], Ye = [
|
|
3213
3266
|
{
|
|
3214
3267
|
label: {
|
|
@@ -3281,46 +3334,46 @@ const gn = [
|
|
|
3281
3334
|
},
|
|
3282
3335
|
value: ie.clearWorkSheetRules
|
|
3283
3336
|
}
|
|
3284
|
-
],
|
|
3285
|
-
const e = t.get(
|
|
3337
|
+
], us = (t) => {
|
|
3338
|
+
const e = t.get(je), r = t.get(te), n = t.get(z), i = t.get(Q), s = new Ne((a) => Ln(
|
|
3286
3339
|
e.selectionMoveEnd$,
|
|
3287
3340
|
e.selectionSet$,
|
|
3288
|
-
new
|
|
3341
|
+
new Ne((h) => {
|
|
3289
3342
|
const l = r.onCommandExecuted((u) => {
|
|
3290
3343
|
var f;
|
|
3291
|
-
const { id:
|
|
3292
|
-
|
|
3344
|
+
const { id: v, params: p } = u, y = (f = n.getCurrentUnitForType(D.UNIVER_SHEET)) == null ? void 0 : f.getUnitId();
|
|
3345
|
+
vn.includes(v) && p.unitId === y && h.next(null);
|
|
3293
3346
|
});
|
|
3294
3347
|
return () => l.dispose();
|
|
3295
3348
|
})
|
|
3296
|
-
).pipe(
|
|
3349
|
+
).pipe(nn(16)).subscribe(() => {
|
|
3297
3350
|
var f;
|
|
3298
|
-
const h = ((f = e.getCurrentSelections()) == null ? void 0 : f.map((
|
|
3351
|
+
const h = ((f = e.getCurrentSelections()) == null ? void 0 : f.map((R) => R.range)) || [], l = n.getCurrentUnitForType(D.UNIVER_SHEET);
|
|
3299
3352
|
if (!l) return;
|
|
3300
3353
|
const u = l.getActiveSheet();
|
|
3301
3354
|
if (!u) return;
|
|
3302
|
-
const
|
|
3303
|
-
a.next(
|
|
3304
|
-
})), o = new
|
|
3305
|
-
(a) => new
|
|
3355
|
+
const y = (i.getSubunitRules(l.getUnitId(), u.getSheetId()) || []).filter((R) => R.ranges.some((I) => h.some((T) => ye.intersects(T, I)))).map((R) => R.ranges).every((R) => ft(t, l.getUnitId(), u.getSheetId(), R));
|
|
3356
|
+
a.next(y);
|
|
3357
|
+
})), o = new Ne(
|
|
3358
|
+
(a) => new Ne((h) => {
|
|
3306
3359
|
const l = r.onCommandExecuted((u) => {
|
|
3307
3360
|
var f;
|
|
3308
|
-
const { id:
|
|
3309
|
-
|
|
3361
|
+
const { id: v, params: p } = u, y = (f = n.getCurrentUnitForType(D.UNIVER_SHEET)) == null ? void 0 : f.getUnitId();
|
|
3362
|
+
vn.includes(v) && p.unitId === y && h.next(null);
|
|
3310
3363
|
});
|
|
3311
3364
|
return () => l.dispose();
|
|
3312
|
-
}).pipe(
|
|
3313
|
-
const h = n.getCurrentUnitForType(
|
|
3365
|
+
}).pipe(nn(16)).subscribe(() => {
|
|
3366
|
+
const h = n.getCurrentUnitForType(D.UNIVER_SHEET);
|
|
3314
3367
|
if (!h) return;
|
|
3315
3368
|
const l = h.getActiveSheet();
|
|
3316
3369
|
if (!l) return;
|
|
3317
3370
|
const u = i.getSubunitRules(h.getUnitId(), l.getSheetId()) || [];
|
|
3318
3371
|
if (!u.length)
|
|
3319
3372
|
return a.next(!1), !1;
|
|
3320
|
-
const
|
|
3321
|
-
a.next(
|
|
3373
|
+
const v = u.map((p) => p.ranges).every((p) => ft(t, h.getUnitId(), l.getSheetId(), p));
|
|
3374
|
+
a.next(v);
|
|
3322
3375
|
})
|
|
3323
|
-
), d = new
|
|
3376
|
+
), d = new Ne((a) => {
|
|
3324
3377
|
s.subscribe((h) => {
|
|
3325
3378
|
const l = Ye.find((u) => u.value === ie.clearRangeRules);
|
|
3326
3379
|
l && (l.disabled = !h, a.next(Ye));
|
|
@@ -3330,44 +3383,44 @@ const gn = [
|
|
|
3330
3383
|
}), a.next(Ye);
|
|
3331
3384
|
});
|
|
3332
3385
|
return {
|
|
3333
|
-
id:
|
|
3334
|
-
type:
|
|
3386
|
+
id: Vt.id,
|
|
3387
|
+
type: zr.SELECTOR,
|
|
3335
3388
|
icon: "Conditions",
|
|
3336
3389
|
tooltip: "sheet.cf.title",
|
|
3337
3390
|
selections: d,
|
|
3338
|
-
hidden$:
|
|
3339
|
-
disabled$:
|
|
3391
|
+
hidden$: Gr(t, D.UNIVER_SHEET),
|
|
3392
|
+
disabled$: ai(t, { workbookTypes: [Vn], worksheetTypes: [Nn, En], rangeTypes: [Mn] })
|
|
3340
3393
|
};
|
|
3341
|
-
},
|
|
3342
|
-
[
|
|
3343
|
-
[
|
|
3394
|
+
}, ds = {
|
|
3395
|
+
[Zr.RULES]: {
|
|
3396
|
+
[Vt.id]: {
|
|
3344
3397
|
order: 1,
|
|
3345
|
-
menuItemFactory:
|
|
3398
|
+
menuItemFactory: us
|
|
3346
3399
|
}
|
|
3347
3400
|
}
|
|
3348
3401
|
};
|
|
3349
|
-
var
|
|
3350
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3402
|
+
var hs = Object.getOwnPropertyDescriptor, vs = (t, e, r, n) => {
|
|
3403
|
+
for (var i = n > 1 ? void 0 : n ? hs(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
3351
3404
|
(o = t[s]) && (i = o(i) || i);
|
|
3352
3405
|
return i;
|
|
3353
|
-
},
|
|
3354
|
-
let
|
|
3406
|
+
}, gn = (t, e) => (r, n) => e(r, n, t);
|
|
3407
|
+
let Tt = class extends ue {
|
|
3355
3408
|
constructor(e, r) {
|
|
3356
3409
|
super();
|
|
3357
|
-
|
|
3358
|
-
this._injector = e, this._menuManagerService = r, this._menuManagerService.mergeMenu(
|
|
3410
|
+
Se(this, "_sidebarDisposable", null);
|
|
3411
|
+
this._injector = e, this._menuManagerService = r, this._menuManagerService.mergeMenu(ds);
|
|
3359
3412
|
}
|
|
3360
3413
|
};
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
],
|
|
3365
|
-
var
|
|
3366
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3414
|
+
Tt = vs([
|
|
3415
|
+
gn(0, O(fe)),
|
|
3416
|
+
gn(1, Yr)
|
|
3417
|
+
], Tt);
|
|
3418
|
+
var gs = Object.getOwnPropertyDescriptor, ms = (t, e, r, n) => {
|
|
3419
|
+
for (var i = n > 1 ? void 0 : n ? gs(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
3367
3420
|
(o = t[s]) && (i = o(i) || i);
|
|
3368
3421
|
return i;
|
|
3369
|
-
},
|
|
3370
|
-
const
|
|
3422
|
+
}, $e = (t, e) => (r, n) => e(r, n, t);
|
|
3423
|
+
const fs = (t, e) => {
|
|
3371
3424
|
const r = (l) => l.endRow - l.startRow + 1, n = (l) => l.endColumn - l.startColumn + 1, i = r(e) % r(t), s = n(e) % n(t), o = Math.floor(r(e) / r(t)), d = Math.floor(n(e) / n(t)), a = [], h = {
|
|
3372
3425
|
startRow: 0,
|
|
3373
3426
|
endRow: r(t) - 1,
|
|
@@ -3385,27 +3438,27 @@ const is = (t, e) => {
|
|
|
3385
3438
|
}
|
|
3386
3439
|
for (let l = 0; l < o + (i ? 0.1 : 0); l++)
|
|
3387
3440
|
for (let u = 0; u < d + (s ? 0.1 : 0); u++) {
|
|
3388
|
-
const
|
|
3389
|
-
startRow:
|
|
3390
|
-
endRow:
|
|
3441
|
+
const v = r(t) * l, p = n(t) * u, y = {
|
|
3442
|
+
startRow: v + e.startRow,
|
|
3443
|
+
endRow: v + e.startRow,
|
|
3391
3444
|
startColumn: p + e.startColumn,
|
|
3392
3445
|
endColumn: p + e.startColumn
|
|
3393
3446
|
};
|
|
3394
3447
|
let f = h;
|
|
3395
|
-
l === o && i && (f = { ...f }, f.endRow = f.endRow - (r(t) - i)), u === d && s && (f = { ...f }, f.endColumn = f.endColumn - (n(t) - s)), a.push({ repeatRelativeRange: f, startRange:
|
|
3448
|
+
l === o && i && (f = { ...f }, f.endRow = f.endRow - (r(t) - i)), u === d && s && (f = { ...f }, f.endColumn = f.endColumn - (n(t) - s)), a.push({ repeatRelativeRange: f, startRange: y });
|
|
3396
3449
|
}
|
|
3397
3450
|
return a;
|
|
3398
3451
|
};
|
|
3399
|
-
let xt = class extends
|
|
3452
|
+
let xt = class extends ue {
|
|
3400
3453
|
constructor(e, r, n, i, s, o) {
|
|
3401
3454
|
super();
|
|
3402
|
-
|
|
3455
|
+
Se(this, "_painterConfig", null);
|
|
3403
3456
|
this._injector = e, this._univerInstanceService = r, this._formatPainterService = n, this._sheetsSelectionsService = i, this._conditionalFormattingRuleModel = s, this._conditionalFormattingViewModel = o, this._initFormattingPainter();
|
|
3404
3457
|
}
|
|
3405
3458
|
// eslint-disable-next-line max-lines-per-function
|
|
3406
3459
|
_initFormattingPainter() {
|
|
3407
3460
|
const e = () => ({ redos: [], undos: [] }), r = (s, o, d, a, h) => {
|
|
3408
|
-
const { unitId: l, subUnitId: u } = this._painterConfig, { targetUnitId:
|
|
3461
|
+
const { unitId: l, subUnitId: u } = this._painterConfig, { targetUnitId: v, targetSubUnitId: p } = h, y = {
|
|
3409
3462
|
startRow: s.row,
|
|
3410
3463
|
startColumn: s.col,
|
|
3411
3464
|
endColumn: s.col,
|
|
@@ -3416,132 +3469,132 @@ let xt = class extends ce {
|
|
|
3416
3469
|
endColumn: o.col,
|
|
3417
3470
|
endRow: o.row
|
|
3418
3471
|
};
|
|
3419
|
-
|
|
3420
|
-
const
|
|
3472
|
+
be.foreach(d, (R, I) => {
|
|
3473
|
+
const T = ye.getPositionRange(
|
|
3421
3474
|
{
|
|
3422
|
-
startRow:
|
|
3423
|
-
startColumn:
|
|
3424
|
-
endColumn:
|
|
3425
|
-
endRow:
|
|
3475
|
+
startRow: R,
|
|
3476
|
+
startColumn: I,
|
|
3477
|
+
endColumn: I,
|
|
3478
|
+
endRow: R
|
|
3426
3479
|
},
|
|
3427
|
-
|
|
3428
|
-
), w =
|
|
3480
|
+
y
|
|
3481
|
+
), w = ye.getPositionRange(
|
|
3429
3482
|
{
|
|
3430
|
-
startRow:
|
|
3431
|
-
startColumn:
|
|
3432
|
-
endColumn:
|
|
3433
|
-
endRow:
|
|
3483
|
+
startRow: R,
|
|
3484
|
+
startColumn: I,
|
|
3485
|
+
endColumn: I,
|
|
3486
|
+
endRow: R
|
|
3434
3487
|
},
|
|
3435
3488
|
f
|
|
3436
3489
|
), x = this._conditionalFormattingViewModel.getCellCfs(
|
|
3437
3490
|
l,
|
|
3438
3491
|
u,
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
),
|
|
3442
|
-
|
|
3492
|
+
T.startRow,
|
|
3493
|
+
T.startColumn
|
|
3494
|
+
), g = this._conditionalFormattingViewModel.getCellCfs(
|
|
3495
|
+
v,
|
|
3443
3496
|
p,
|
|
3444
3497
|
w.startRow,
|
|
3445
3498
|
w.startColumn
|
|
3446
3499
|
);
|
|
3447
|
-
|
|
3448
|
-
let
|
|
3449
|
-
if (!a.get(
|
|
3450
|
-
const
|
|
3451
|
-
if (!
|
|
3500
|
+
g && g.forEach((b) => {
|
|
3501
|
+
let S = a.get(b.cfId);
|
|
3502
|
+
if (!a.get(b.cfId)) {
|
|
3503
|
+
const C = this._conditionalFormattingRuleModel.getRule(v, p, b.cfId);
|
|
3504
|
+
if (!C)
|
|
3452
3505
|
return;
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3506
|
+
S = new Me(), C.ranges.forEach((M) => {
|
|
3507
|
+
be.foreach(M, (E, V) => {
|
|
3508
|
+
S.setValue(E, V, 1);
|
|
3456
3509
|
});
|
|
3457
|
-
}), a.set(
|
|
3510
|
+
}), a.set(b.cfId, S);
|
|
3458
3511
|
}
|
|
3459
|
-
|
|
3460
|
-
}), x && x.forEach((
|
|
3461
|
-
const
|
|
3462
|
-
|
|
3512
|
+
S.realDeleteValue(w.startRow, w.startColumn);
|
|
3513
|
+
}), x && x.forEach((b) => {
|
|
3514
|
+
const S = a.get(b.cfId);
|
|
3515
|
+
S && S.setValue(w.startRow, w.startColumn, 1);
|
|
3463
3516
|
});
|
|
3464
3517
|
});
|
|
3465
3518
|
}, n = (s, o, d) => {
|
|
3466
|
-
var
|
|
3467
|
-
const { range: a, unitId: h, subUnitId: l } = this._painterConfig, u = s !== h || l !== o,
|
|
3519
|
+
var T;
|
|
3520
|
+
const { range: a, unitId: h, subUnitId: l } = this._painterConfig, u = s !== h || l !== o, v = /* @__PURE__ */ new Map(), p = [], y = [];
|
|
3468
3521
|
if (!s || !o || !h || !l)
|
|
3469
3522
|
return e();
|
|
3470
|
-
const f = (
|
|
3523
|
+
const f = (T = this._conditionalFormattingRuleModel.getSubunitRules(h, l)) != null ? T : [];
|
|
3471
3524
|
f == null || f.forEach((w) => {
|
|
3472
|
-
const { ranges: x, cfId:
|
|
3473
|
-
if (x.some((
|
|
3474
|
-
const
|
|
3475
|
-
u || x.forEach((
|
|
3476
|
-
|
|
3477
|
-
|
|
3525
|
+
const { ranges: x, cfId: g } = w;
|
|
3526
|
+
if (x.some((b) => ye.intersects(a, b))) {
|
|
3527
|
+
const b = new Me();
|
|
3528
|
+
u || x.forEach((S) => {
|
|
3529
|
+
be.foreach(S, (C, M) => {
|
|
3530
|
+
b.setValue(C, M, 1);
|
|
3478
3531
|
});
|
|
3479
|
-
}),
|
|
3532
|
+
}), v.set(g, b);
|
|
3480
3533
|
}
|
|
3481
3534
|
});
|
|
3482
|
-
const
|
|
3535
|
+
const R = {
|
|
3483
3536
|
row: a.startRow,
|
|
3484
3537
|
col: a.startColumn
|
|
3485
3538
|
};
|
|
3486
|
-
return
|
|
3487
|
-
r(
|
|
3488
|
-
}),
|
|
3539
|
+
return fs(a, d).forEach((w) => {
|
|
3540
|
+
r(R, { row: w.startRange.startRow, col: w.startRange.startColumn }, w.repeatRelativeRange, v, { targetUnitId: s, targetSubUnitId: o });
|
|
3541
|
+
}), v.forEach((w, x) => {
|
|
3489
3542
|
if (u) {
|
|
3490
|
-
const
|
|
3491
|
-
if (
|
|
3492
|
-
if (
|
|
3493
|
-
const
|
|
3543
|
+
const g = this._conditionalFormattingRuleModel.getRule(s, o, x), b = pt(Ct(w));
|
|
3544
|
+
if (g)
|
|
3545
|
+
if (b.length) {
|
|
3546
|
+
const S = {
|
|
3494
3547
|
unitId: s,
|
|
3495
3548
|
subUnitId: o,
|
|
3496
|
-
rule: { ...
|
|
3549
|
+
rule: { ...g, ranges: b }
|
|
3497
3550
|
};
|
|
3498
|
-
p.push({ id:
|
|
3551
|
+
p.push({ id: _e.id, params: S }), y.push(...De(this._injector, S));
|
|
3499
3552
|
} else {
|
|
3500
|
-
const
|
|
3553
|
+
const S = {
|
|
3501
3554
|
unitId: s,
|
|
3502
3555
|
subUnitId: o,
|
|
3503
|
-
cfId:
|
|
3556
|
+
cfId: g.cfId
|
|
3504
3557
|
};
|
|
3505
|
-
p.push({ id:
|
|
3558
|
+
p.push({ id: Re.id, params: S }), y.push(...Ae(this._injector, S));
|
|
3506
3559
|
}
|
|
3507
|
-
else if (
|
|
3508
|
-
const
|
|
3509
|
-
if (
|
|
3510
|
-
const
|
|
3560
|
+
else if (b.length) {
|
|
3561
|
+
const S = this._conditionalFormattingRuleModel.getRule(h, l, x);
|
|
3562
|
+
if (S) {
|
|
3563
|
+
const C = {
|
|
3511
3564
|
unitId: s,
|
|
3512
3565
|
subUnitId: o,
|
|
3513
3566
|
rule: {
|
|
3514
|
-
...
|
|
3567
|
+
...Bt.deepClone(S),
|
|
3515
3568
|
cfId: this._conditionalFormattingRuleModel.createCfId(s, o),
|
|
3516
|
-
ranges:
|
|
3569
|
+
ranges: b
|
|
3517
3570
|
}
|
|
3518
3571
|
};
|
|
3519
|
-
p.push({ id: se.id, params:
|
|
3572
|
+
p.push({ id: se.id, params: C }), y.push(Tn(this._injector, C));
|
|
3520
3573
|
}
|
|
3521
3574
|
}
|
|
3522
3575
|
} else {
|
|
3523
|
-
const
|
|
3524
|
-
if (!
|
|
3576
|
+
const g = this._conditionalFormattingRuleModel.getRule(h, l, x);
|
|
3577
|
+
if (!g)
|
|
3525
3578
|
return;
|
|
3526
|
-
const
|
|
3527
|
-
if (
|
|
3528
|
-
const
|
|
3579
|
+
const b = pt(Ct(w));
|
|
3580
|
+
if (b.length) {
|
|
3581
|
+
const S = {
|
|
3529
3582
|
unitId: h,
|
|
3530
3583
|
subUnitId: l,
|
|
3531
|
-
rule: { ...
|
|
3584
|
+
rule: { ...g, ranges: b }
|
|
3532
3585
|
};
|
|
3533
|
-
p.push({ id:
|
|
3586
|
+
p.push({ id: _e.id, params: S }), y.push(...De(this._injector, S));
|
|
3534
3587
|
} else {
|
|
3535
|
-
const
|
|
3588
|
+
const S = {
|
|
3536
3589
|
unitId: h,
|
|
3537
3590
|
subUnitId: l,
|
|
3538
|
-
cfId:
|
|
3591
|
+
cfId: g.cfId
|
|
3539
3592
|
};
|
|
3540
|
-
p.push({ id:
|
|
3593
|
+
p.push({ id: Re.id, params: S }), y.push(...Ae(this._injector, S));
|
|
3541
3594
|
}
|
|
3542
3595
|
}
|
|
3543
3596
|
}), {
|
|
3544
|
-
undos:
|
|
3597
|
+
undos: y,
|
|
3545
3598
|
redos: p
|
|
3546
3599
|
};
|
|
3547
3600
|
}, i = {
|
|
@@ -3549,13 +3602,13 @@ let xt = class extends ce {
|
|
|
3549
3602
|
onStatusChange: (s) => {
|
|
3550
3603
|
var o, d, a;
|
|
3551
3604
|
switch (s) {
|
|
3552
|
-
case
|
|
3553
|
-
case
|
|
3554
|
-
const h = (o = this._univerInstanceService.getCurrentUnitForType(
|
|
3555
|
-
h && l &&
|
|
3605
|
+
case Pt.INFINITE:
|
|
3606
|
+
case Pt.ONCE: {
|
|
3607
|
+
const h = (o = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET)) == null ? void 0 : o.getUnitId(), l = (a = (d = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET)) == null ? void 0 : d.getActiveSheet()) == null ? void 0 : a.getSheetId(), u = this._sheetsSelectionsService.getCurrentLastSelection(), v = u == null ? void 0 : u.range;
|
|
3608
|
+
h && l && v && (this._painterConfig = { unitId: h, subUnitId: l, range: v });
|
|
3556
3609
|
break;
|
|
3557
3610
|
}
|
|
3558
|
-
case
|
|
3611
|
+
case Pt.OFF: {
|
|
3559
3612
|
this._painterConfig = null;
|
|
3560
3613
|
break;
|
|
3561
3614
|
}
|
|
@@ -3569,52 +3622,52 @@ let xt = class extends ce {
|
|
|
3569
3622
|
this._formatPainterService.addHook(i);
|
|
3570
3623
|
}
|
|
3571
3624
|
};
|
|
3572
|
-
xt =
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3625
|
+
xt = ms([
|
|
3626
|
+
$e(0, O(fe)),
|
|
3627
|
+
$e(1, O(z)),
|
|
3628
|
+
$e(2, O(li)),
|
|
3629
|
+
$e(3, O(je)),
|
|
3630
|
+
$e(4, O(Q)),
|
|
3631
|
+
$e(5, O(it))
|
|
3579
3632
|
], xt);
|
|
3580
|
-
var
|
|
3581
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3633
|
+
var ps = Object.getOwnPropertyDescriptor, Cs = (t, e, r, n) => {
|
|
3634
|
+
for (var i = n > 1 ? void 0 : n ? ps(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
3582
3635
|
(o = t[s]) && (i = o(i) || i);
|
|
3583
3636
|
return i;
|
|
3584
|
-
},
|
|
3585
|
-
let wt = class extends
|
|
3637
|
+
}, At = (t, e) => (r, n) => e(r, n, t);
|
|
3638
|
+
let wt = class extends ue {
|
|
3586
3639
|
constructor(t, e, r) {
|
|
3587
3640
|
super(), this._conditionalFormattingViewModel = t, this._univerInstanceService = e, this._renderManagerService = r, this._init();
|
|
3588
3641
|
}
|
|
3589
3642
|
_init() {
|
|
3590
|
-
const t = this._univerInstanceService.getCurrentUnitForType(
|
|
3643
|
+
const t = this._univerInstanceService.getCurrentUnitForType(D.UNIVER_SHEET), e = (r) => {
|
|
3591
3644
|
const n = r.getUnitId(), i = this._renderManagerService.getRenderById(n);
|
|
3592
3645
|
if (!i)
|
|
3593
3646
|
return;
|
|
3594
3647
|
const s = i.with(On);
|
|
3595
3648
|
this.disposeWithMe(s.currentSkeleton$.subscribe((o) => {
|
|
3596
3649
|
if (o) {
|
|
3597
|
-
const d = o.skeleton.rowColumnSegment, a = d.endColumn - d.startColumn + 1, l = (d.endRow - d.startRow + 1) * a * 9, u = Math.max(
|
|
3650
|
+
const d = o.skeleton.rowColumnSegment, a = d.endColumn - d.startColumn + 1, l = (d.endRow - d.startRow + 1) * a * 9, u = Math.max(Mr, l);
|
|
3598
3651
|
this._conditionalFormattingViewModel.setCacheLength(u);
|
|
3599
3652
|
}
|
|
3600
3653
|
}));
|
|
3601
3654
|
};
|
|
3602
|
-
t && e(t), this._univerInstanceService.getCurrentTypeOfUnit$(
|
|
3655
|
+
t && e(t), this._univerInstanceService.getCurrentTypeOfUnit$(D.UNIVER_SHEET).subscribe((r) => {
|
|
3603
3656
|
r && e(r);
|
|
3604
3657
|
});
|
|
3605
3658
|
}
|
|
3606
3659
|
};
|
|
3607
|
-
wt =
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3660
|
+
wt = Cs([
|
|
3661
|
+
At(0, O(it)),
|
|
3662
|
+
At(1, z),
|
|
3663
|
+
At(2, $n)
|
|
3611
3664
|
], wt);
|
|
3612
|
-
var
|
|
3613
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
3665
|
+
var ys = Object.defineProperty, bs = Object.getOwnPropertyDescriptor, Is = (t, e, r) => e in t ? ys(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, Ss = (t, e, r, n) => {
|
|
3666
|
+
for (var i = n > 1 ? void 0 : n ? bs(e, r) : e, s = t.length - 1, o; s >= 0; s--)
|
|
3614
3667
|
(o = t[s]) && (i = o(i) || i);
|
|
3615
3668
|
return i;
|
|
3616
|
-
},
|
|
3617
|
-
let Et = class extends
|
|
3669
|
+
}, Dt = (t, e) => (r, n) => e(r, n, t), or = (t, e, r) => Is(t, typeof e != "symbol" ? e + "" : e, r);
|
|
3670
|
+
let Et = class extends bn {
|
|
3618
3671
|
constructor(t = bt, e, r, n) {
|
|
3619
3672
|
super(), this._config = t, this._injector = e, this._commandService = r, this._configService = n;
|
|
3620
3673
|
const { menu: i, ...s } = In(
|
|
@@ -3622,39 +3675,39 @@ let Et = class extends Sn {
|
|
|
3622
3675
|
bt,
|
|
3623
3676
|
this._config
|
|
3624
3677
|
);
|
|
3625
|
-
i && this._configService.setConfig("menu", i, { merge: !0 }), this._configService.setConfig(
|
|
3678
|
+
i && this._configService.setConfig("menu", i, { merge: !0 }), this._configService.setConfig(ir, s), this._initCommand();
|
|
3626
3679
|
}
|
|
3627
3680
|
onStarting() {
|
|
3628
|
-
|
|
3681
|
+
fr(this._injector, [
|
|
3629
3682
|
[rt],
|
|
3630
3683
|
[nt],
|
|
3631
3684
|
[et],
|
|
3632
|
-
[
|
|
3685
|
+
[St],
|
|
3633
3686
|
[tt],
|
|
3634
3687
|
[Qe],
|
|
3635
|
-
[Rt],
|
|
3636
|
-
[De],
|
|
3637
3688
|
[Tt],
|
|
3689
|
+
[He],
|
|
3690
|
+
[Rt],
|
|
3638
3691
|
[_t],
|
|
3639
3692
|
[xt],
|
|
3640
3693
|
[wt]
|
|
3641
|
-
]),
|
|
3694
|
+
]), kt(this._injector, [
|
|
3642
3695
|
[rt]
|
|
3643
3696
|
]);
|
|
3644
3697
|
}
|
|
3645
3698
|
onReady() {
|
|
3646
|
-
|
|
3647
|
-
[
|
|
3699
|
+
kt(this._injector, [
|
|
3700
|
+
[Tt],
|
|
3648
3701
|
[Qe]
|
|
3649
3702
|
]);
|
|
3650
3703
|
}
|
|
3651
3704
|
onRendered() {
|
|
3652
|
-
|
|
3653
|
-
[
|
|
3705
|
+
kt(this._injector, [
|
|
3706
|
+
[St],
|
|
3654
3707
|
[_t],
|
|
3655
3708
|
[et],
|
|
3656
|
-
[
|
|
3657
|
-
[
|
|
3709
|
+
[Rt],
|
|
3710
|
+
[He],
|
|
3658
3711
|
[xt],
|
|
3659
3712
|
[tt],
|
|
3660
3713
|
[nt],
|
|
@@ -3663,41 +3716,41 @@ let Et = class extends Sn {
|
|
|
3663
3716
|
}
|
|
3664
3717
|
_initCommand() {
|
|
3665
3718
|
[
|
|
3719
|
+
An,
|
|
3666
3720
|
Dn,
|
|
3667
|
-
$n,
|
|
3668
|
-
jn,
|
|
3669
3721
|
Hn,
|
|
3722
|
+
jn,
|
|
3670
3723
|
Bn,
|
|
3671
3724
|
Wn,
|
|
3672
3725
|
qn,
|
|
3673
3726
|
Gn,
|
|
3674
3727
|
zn,
|
|
3675
|
-
|
|
3728
|
+
Vt
|
|
3676
3729
|
].forEach((t) => {
|
|
3677
3730
|
this._commandService.registerCommand(t);
|
|
3678
3731
|
});
|
|
3679
3732
|
}
|
|
3680
3733
|
};
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
Et =
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3734
|
+
or(Et, "pluginName", `${st}_UI_PLUGIN`);
|
|
3735
|
+
or(Et, "type", D.UNIVER_SHEET);
|
|
3736
|
+
Et = Ss([
|
|
3737
|
+
Cn(wn),
|
|
3738
|
+
Dt(1, O(fe)),
|
|
3739
|
+
Dt(2, O(te)),
|
|
3740
|
+
Dt(3, yn)
|
|
3688
3741
|
], Et);
|
|
3689
3742
|
export {
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3743
|
+
An as AddAverageCfCommand,
|
|
3744
|
+
Dn as AddColorScaleConditionalRuleCommand,
|
|
3745
|
+
Hn as AddDataBarConditionalRuleCommand,
|
|
3746
|
+
jn as AddDuplicateValuesCfCommand,
|
|
3694
3747
|
Bn as AddNumberCfCommand,
|
|
3695
3748
|
Wn as AddRankCfCommand,
|
|
3696
3749
|
qn as AddTextCfCommand,
|
|
3697
3750
|
Gn as AddTimePeriodCfCommand,
|
|
3698
3751
|
zn as AddUniqueValuesCfCommand,
|
|
3699
3752
|
_t as ConditionalFormattingClearController,
|
|
3700
|
-
|
|
3701
|
-
|
|
3753
|
+
Vt as OpenConditionalFormattingOperator,
|
|
3754
|
+
It as UniverSheetsConditionalFormattingMobileUIPlugin,
|
|
3702
3755
|
Et as UniverSheetsConditionalFormattingUIPlugin
|
|
3703
3756
|
};
|