@univerjs/sheets-numfmt-ui 0.10.4-nightly.202508220605 → 0.10.4
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/LICENSE +176 -0
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +261 -261
- package/lib/index.js +261 -261
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +11 -11
package/lib/index.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var q = (e, t, r) =>
|
|
4
|
-
import { Inject as y, LocaleService as E, IConfigService as
|
|
5
|
-
import { IRenderManagerService as
|
|
6
|
-
import { SHEETS_NUMFMT_PLUGIN_CONFIG_KEY as Mt, currencySymbols as
|
|
7
|
-
import { HoverManagerService as
|
|
8
|
-
import { INumfmtService as
|
|
9
|
-
import { IZenZoneService as
|
|
10
|
-
import { debounceTime as
|
|
11
|
-
import { map as
|
|
1
|
+
var dt = Object.defineProperty;
|
|
2
|
+
var ht = (e, t, r) => t in e ? dt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
+
var q = (e, t, r) => ht(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
+
import { Inject as y, LocaleService as E, IConfigService as De, Disposable as re, isTextFormat as Le, Tools as ft, isRealNum as vt, CommandType as Fe, ILocalStorageService as Ae, isPatternEqualWithoutDecimal as ie, numfmt as J, ThemeService as pt, IUniverInstanceService as ve, ICommandService as pe, UniverInstanceType as w, CellValueType as U, toDisposable as he, DisposableCollection as gt, InterceptorEffectEnum as Me, Range as He, Injector as je, Optional as _t, willLoseNumericPrecision as St, fromCallback as yt, isDefaultFormat as Ct, DEFAULT_TEXT_FORMAT_EXCEL as bt, DependentOn as It, Plugin as Nt, merge as Et, registerDependencies as Tt, touchDependencies as wt } from "@univerjs/core";
|
|
5
|
+
import { IRenderManagerService as Be } from "@univerjs/engine-render";
|
|
6
|
+
import { SHEETS_NUMFMT_PLUGIN_CONFIG_KEY as Mt, currencySymbols as xe, getDecimalFromPattern as Q, getCurrencyType as V, setPatternDecimal as R, getCurrencyFormatOptions as ae, CURRENCYFORMAT as xt, DATEFMTLISG as Pt, NUMBERFORMAT as Ot, getDateFormatOptions as Ve, getNumberFormatOptions as We, isPatternHasDecimal as Rt, SheetsNumfmtCellContentController as Ge, getPatternPreviewIgnoreGeneral as kt, getPatternType as ge, SetNumfmtCommand as Ke, getCurrencySymbolByLocale as Ut, SetPercentCommand as Ze, SubtractDecimalCommand as Ye, AddDecimalCommand as ze, SetCurrencyCommand as Xe, getCurrencySymbolIconByLocale as Pe, localeCurrencySymbolMap as $t, getPatternPreview as Dt, UniverSheetsNumfmtPlugin as Lt } from "@univerjs/sheets-numfmt";
|
|
7
|
+
import { HoverManagerService as Ft, CellAlertManagerService as At, CellAlertType as Ht, SheetSkeletonManagerService as jt, IEditorBridgeService as Bt, deriveStateFromActiveSheet$ as Vt, getCurrentRangeDisable$ as W, UniverSheetsUIPlugin as Wt } from "@univerjs/sheets-ui";
|
|
8
|
+
import { INumfmtService as _e, SheetInterceptorService as qe, SheetsSelectionsService as Se, INTERCEPTOR_POINT as Gt, RemoveNumfmtMutation as ye, SetNumfmtMutation as Ce, BEFORE_CELL_EDIT as Kt, AFTER_CELL_EDIT as Zt, SetRangeValuesCommand as Yt, transformCellsToRange as zt, factorySetNumfmtUndoMutation as Xt, factoryRemoveNumfmtUndoMutation as qt, RangeProtectionPermissionEditPoint as G, WorksheetSetCellStylePermission as K, WorksheetEditPermission as Z, WorkbookEditablePermission as Y } from "@univerjs/sheets";
|
|
9
|
+
import { IZenZoneService as Jt, useDependency as b, ComponentManager as Je, ISidebarService as Qt, getMenuHiddenObservable as z, MenuItemType as X, ILayoutService as en, RibbonDataGroup as tn, IMenuManagerService as nn } from "@univerjs/ui";
|
|
10
|
+
import { debounceTime as rn, merge as Qe, Observable as A, combineLatest as sn, filter as on } from "rxjs";
|
|
11
|
+
import { map as an, switchMap as cn, tap as ln, debounceTime as un } from "rxjs/operators";
|
|
12
12
|
import { jsxs as C, jsx as h } from "react/jsx-runtime";
|
|
13
|
-
import { createContext as
|
|
14
|
-
import { InputNumber as
|
|
15
|
-
const
|
|
16
|
-
var
|
|
17
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
13
|
+
import { createContext as mn, useState as N, useEffect as se, useRef as be, useContext as et, useMemo as P, forwardRef as tt, createElement as Ie, useCallback as dn } from "react";
|
|
14
|
+
import { InputNumber as Ne, Select as Ee, SelectList as Te, Input as hn, clsx as nt, borderClassName as fn, Button as Oe, scrollbarClassName as vn, Separator as pn } from "@univerjs/design";
|
|
15
|
+
const Re = {};
|
|
16
|
+
var gn = Object.getOwnPropertyDescriptor, _n = (e, t, r, n) => {
|
|
17
|
+
for (var i = n > 1 ? void 0 : n ? gn(t, r) : t, s = e.length - 1, o; s >= 0; s--)
|
|
18
18
|
(o = e[s]) && (i = o(i) || i);
|
|
19
19
|
return i;
|
|
20
20
|
}, D = (e, t) => (r, n) => t(r, n, e);
|
|
21
|
-
const
|
|
22
|
-
let
|
|
21
|
+
const ce = "SHEET_NUMFMT_ALERT";
|
|
22
|
+
let fe = class extends re {
|
|
23
23
|
constructor(e, t, r, n, i, s, o) {
|
|
24
24
|
super(), this._context = e, this._hoverManagerService = t, this._cellAlertManagerService = r, this._localeService = n, this._zenZoneService = i, this._numfmtService = s, this._configService = o, this._init();
|
|
25
25
|
}
|
|
@@ -27,7 +27,7 @@ let he = class extends ne {
|
|
|
27
27
|
this._initCellAlertPopup(), this._initZenService();
|
|
28
28
|
}
|
|
29
29
|
_initCellAlertPopup() {
|
|
30
|
-
this.disposeWithMe(this._hoverManagerService.currentCell$.pipe(
|
|
30
|
+
this.disposeWithMe(this._hoverManagerService.currentCell$.pipe(rn(100)).subscribe((e) => {
|
|
31
31
|
var t, r;
|
|
32
32
|
if (e) {
|
|
33
33
|
const n = e.location, i = this._context.unit, s = i.getActiveSheet();
|
|
@@ -43,20 +43,20 @@ let he = class extends ne {
|
|
|
43
43
|
this._hideAlert();
|
|
44
44
|
return;
|
|
45
45
|
}
|
|
46
|
-
if (
|
|
46
|
+
if (Le(l.pattern) && ft.isDefine(c == null ? void 0 : c.v) && vt(c.v)) {
|
|
47
47
|
if ((t = this._configService.getConfig(Mt)) != null && t.disableTextFormatAlert)
|
|
48
48
|
return;
|
|
49
|
-
const m = this._cellAlertManagerService.currentAlert.get(
|
|
49
|
+
const m = this._cellAlertManagerService.currentAlert.get(ce), u = (r = m == null ? void 0 : m.alert) == null ? void 0 : r.location;
|
|
50
50
|
if (u && u.row === n.row && u.col === n.col && u.subUnitId === n.subUnitId && u.unitId === n.unitId)
|
|
51
51
|
return;
|
|
52
52
|
this._cellAlertManagerService.showAlert({
|
|
53
|
-
type:
|
|
53
|
+
type: Ht.ERROR,
|
|
54
54
|
title: this._localeService.t("info.error"),
|
|
55
55
|
message: this._localeService.t("info.forceStringInfo"),
|
|
56
56
|
location: n,
|
|
57
57
|
width: 200,
|
|
58
58
|
height: 74,
|
|
59
|
-
key:
|
|
59
|
+
key: ce
|
|
60
60
|
});
|
|
61
61
|
return;
|
|
62
62
|
}
|
|
@@ -70,18 +70,18 @@ let he = class extends ne {
|
|
|
70
70
|
}));
|
|
71
71
|
}
|
|
72
72
|
_hideAlert() {
|
|
73
|
-
this._cellAlertManagerService.removeAlert(
|
|
73
|
+
this._cellAlertManagerService.removeAlert(ce);
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
|
-
|
|
77
|
-
D(1, y(
|
|
78
|
-
D(2, y(
|
|
76
|
+
fe = _n([
|
|
77
|
+
D(1, y(Ft)),
|
|
78
|
+
D(2, y(At)),
|
|
79
79
|
D(3, y(E)),
|
|
80
|
-
D(4,
|
|
81
|
-
D(5, y(
|
|
82
|
-
D(6,
|
|
83
|
-
],
|
|
84
|
-
const
|
|
80
|
+
D(4, Jt),
|
|
81
|
+
D(5, y(_e)),
|
|
82
|
+
D(6, De)
|
|
83
|
+
], fe);
|
|
84
|
+
const le = {
|
|
85
85
|
id: "sheet.operation.close.numfmt.panel",
|
|
86
86
|
type: Fe.OPERATION,
|
|
87
87
|
handler: () => (
|
|
@@ -93,12 +93,12 @@ const ce = {
|
|
|
93
93
|
type: Fe.OPERATION,
|
|
94
94
|
handler: (e) => (e.get(B).openPanel(), !0)
|
|
95
95
|
};
|
|
96
|
-
var
|
|
97
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
96
|
+
var Sn = Object.getOwnPropertyDescriptor, yn = (e, t, r, n) => {
|
|
97
|
+
for (var i = n > 1 ? void 0 : n ? Sn(t, r) : t, s = e.length - 1, o; s >= 0; s--)
|
|
98
98
|
(o = e[s]) && (i = o(i) || i);
|
|
99
99
|
return i;
|
|
100
|
-
},
|
|
101
|
-
const
|
|
100
|
+
}, Cn = (e, t) => (r, n) => t(r, n, e);
|
|
101
|
+
const we = mn([]);
|
|
102
102
|
let j = class {
|
|
103
103
|
constructor(e) {
|
|
104
104
|
this._localStorageService = e;
|
|
@@ -143,31 +143,31 @@ let j = class {
|
|
|
143
143
|
this._localStorageService.removeItem(e);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
|
-
j =
|
|
147
|
-
|
|
146
|
+
j = yn([
|
|
147
|
+
Cn(0, y(Ae))
|
|
148
148
|
], j);
|
|
149
|
-
const
|
|
150
|
-
const t = b(j), [r, n] = N(
|
|
151
|
-
return
|
|
149
|
+
const ke = "numfmtCurrency", bn = (e) => {
|
|
150
|
+
const t = b(j), [r, n] = N(xe);
|
|
151
|
+
return se(() => {
|
|
152
152
|
t.addHabit("numfmtCurrency", []).then(() => {
|
|
153
|
-
t.getHabit(
|
|
153
|
+
t.getHabit(ke, [...xe]).then((s) => {
|
|
154
154
|
n(s), e && e(s);
|
|
155
155
|
});
|
|
156
156
|
});
|
|
157
157
|
}, []), { userHabitCurrency: r, mark: (s) => {
|
|
158
|
-
t.markHabit(
|
|
158
|
+
t.markHabit(ke, s);
|
|
159
159
|
} };
|
|
160
|
-
},
|
|
161
|
-
const e =
|
|
162
|
-
return
|
|
160
|
+
}, In = () => {
|
|
161
|
+
const e = be([]), [t, r] = N({});
|
|
162
|
+
return se(() => {
|
|
163
163
|
e.current.forEach((i) => {
|
|
164
164
|
i();
|
|
165
165
|
}), e.current = [];
|
|
166
166
|
}, [t]), (i) => {
|
|
167
167
|
e.current.push(i), r({});
|
|
168
168
|
};
|
|
169
|
-
},
|
|
170
|
-
const { defaultPattern: t, action: r, onChange: n } = e, [i, s] = N(() =>
|
|
169
|
+
}, Nn = (e) => !!V(e) && e.startsWith("_("), En = (e) => {
|
|
170
|
+
const { defaultPattern: t, action: r, onChange: n } = e, [i, s] = N(() => Q(t || "", 2)), o = et(we), [a, l] = N(() => V(t) || o[0]), c = P(() => o.map((p) => ({ label: p, value: p })), []), u = b(E).t;
|
|
171
171
|
r.current = () => R(`_("${a}"* #,##0${i > 0 ? ".0" : ""}_)`, i);
|
|
172
172
|
const f = (p) => {
|
|
173
173
|
l(p), n(R(`_("${p}"* #,##0${i > 0 ? ".0" : ""}_)`, i));
|
|
@@ -180,7 +180,7 @@ const Re = "numfmtCurrency", In = (e) => {
|
|
|
180
180
|
/* @__PURE__ */ C("div", { className: "option", children: [
|
|
181
181
|
/* @__PURE__ */ h("div", { className: "univer-text-sm univer-text-gray-400", children: u("sheet.numfmt.decimalLength") }),
|
|
182
182
|
/* @__PURE__ */ h("div", { className: "univer-mt-2 univer-w-32", children: /* @__PURE__ */ h(
|
|
183
|
-
|
|
183
|
+
Ne,
|
|
184
184
|
{
|
|
185
185
|
value: i,
|
|
186
186
|
step: 1,
|
|
@@ -194,7 +194,7 @@ const Re = "numfmtCurrency", In = (e) => {
|
|
|
194
194
|
/* @__PURE__ */ C("div", { className: "option", children: [
|
|
195
195
|
/* @__PURE__ */ h("div", { className: "univer-text-sm univer-text-gray-400", children: u("sheet.numfmt.currencyType") }),
|
|
196
196
|
/* @__PURE__ */ h("div", { className: "univer-mt-2 univer-w-36", children: /* @__PURE__ */ h(
|
|
197
|
-
|
|
197
|
+
Ee,
|
|
198
198
|
{
|
|
199
199
|
options: c,
|
|
200
200
|
value: a,
|
|
@@ -205,18 +205,18 @@ const Re = "numfmtCurrency", In = (e) => {
|
|
|
205
205
|
] }),
|
|
206
206
|
/* @__PURE__ */ h("div", { className: "univer-mt-4 univer-text-sm univer-text-gray-400", children: u("sheet.numfmt.accountingDes") })
|
|
207
207
|
] });
|
|
208
|
-
},
|
|
209
|
-
const r = b(E).t, n =
|
|
208
|
+
}, Tn = (e) => !!V(e) && !e.startsWith("_("), wn = (e) => {
|
|
209
|
+
const r = b(E).t, n = et(we), [i, s] = N(() => V(e.defaultPattern) || n[0]), [o, a] = N(() => Q(e.defaultPattern || "", 2)), [l, c] = N(() => {
|
|
210
210
|
var g;
|
|
211
|
-
const d =
|
|
212
|
-
return ((g = d.find((I) =>
|
|
213
|
-
}), m =
|
|
211
|
+
const d = ae(i);
|
|
212
|
+
return ((g = d.find((I) => ie(I.value, e.defaultPattern))) == null ? void 0 : g.value) || d[0].value;
|
|
213
|
+
}), m = P(() => ae(i), [i]), u = P(() => n.map((d) => ({ label: d, value: d })), [n]);
|
|
214
214
|
e.action.current = () => R(l, o);
|
|
215
215
|
const f = (d) => {
|
|
216
216
|
if (d === void 0)
|
|
217
217
|
return;
|
|
218
218
|
s(d);
|
|
219
|
-
const S =
|
|
219
|
+
const S = ae(d)[0].value;
|
|
220
220
|
c(S), e.onChange(R(S, o));
|
|
221
221
|
}, v = (d) => {
|
|
222
222
|
d !== void 0 && (c(d), e.onChange(R(d, o)));
|
|
@@ -228,7 +228,7 @@ const Re = "numfmtCurrency", In = (e) => {
|
|
|
228
228
|
/* @__PURE__ */ C("div", { className: "option", children: [
|
|
229
229
|
/* @__PURE__ */ h("div", { className: "univer-text-sm univer-text-gray-400", children: r("sheet.numfmt.decimalLength") }),
|
|
230
230
|
/* @__PURE__ */ h("div", { className: "univer-mt-2 univer-w-32", children: /* @__PURE__ */ h(
|
|
231
|
-
|
|
231
|
+
Ne,
|
|
232
232
|
{
|
|
233
233
|
value: o,
|
|
234
234
|
max: 20,
|
|
@@ -240,7 +240,7 @@ const Re = "numfmtCurrency", In = (e) => {
|
|
|
240
240
|
/* @__PURE__ */ C("div", { className: "option", children: [
|
|
241
241
|
/* @__PURE__ */ h("div", { className: "univer-text-sm univer-text-gray-400", children: r("sheet.numfmt.currencyType") }),
|
|
242
242
|
/* @__PURE__ */ h("div", { className: "univer-mt-2 univer-w-36", children: /* @__PURE__ */ h(
|
|
243
|
-
|
|
243
|
+
Ee,
|
|
244
244
|
{
|
|
245
245
|
value: i,
|
|
246
246
|
options: u,
|
|
@@ -250,7 +250,7 @@ const Re = "numfmtCurrency", In = (e) => {
|
|
|
250
250
|
] })
|
|
251
251
|
] }),
|
|
252
252
|
/* @__PURE__ */ h("div", { className: "label univer-mt-4", children: r("sheet.numfmt.negType") }),
|
|
253
|
-
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(
|
|
253
|
+
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(Te, { value: l, options: m, onChange: v }) }),
|
|
254
254
|
/* @__PURE__ */ h("div", { className: "univer-mt-4 univer-text-sm univer-text-gray-400", children: r("sheet.numfmt.currencyDes") })
|
|
255
255
|
] });
|
|
256
256
|
};
|
|
@@ -262,20 +262,20 @@ var T = function() {
|
|
|
262
262
|
}
|
|
263
263
|
return e;
|
|
264
264
|
}, T.apply(this, arguments);
|
|
265
|
-
},
|
|
265
|
+
}, Mn = function(e, t) {
|
|
266
266
|
var r = {};
|
|
267
267
|
for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
268
268
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
269
269
|
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
270
270
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
271
271
|
return r;
|
|
272
|
-
},
|
|
273
|
-
var r = e.icon, n = e.id, i = e.className, s = e.extend, o =
|
|
274
|
-
return
|
|
272
|
+
}, rt = tt(function(e, t) {
|
|
273
|
+
var r = e.icon, n = e.id, i = e.className, s = e.extend, o = Mn(e, ["icon", "id", "className", "extend"]), a = "univerjs-icon univerjs-icon-".concat(n, " ").concat(i || "").trim(), l = be("_".concat(On()));
|
|
274
|
+
return it(r, "".concat(n), { defIds: r.defIds, idSuffix: l.current }, T({ ref: t, className: a }, o), s);
|
|
275
275
|
});
|
|
276
|
-
function
|
|
277
|
-
return
|
|
278
|
-
return
|
|
276
|
+
function it(e, t, r, n, i) {
|
|
277
|
+
return Ie(e.tag, T(T({ key: t }, xn(e, r, i)), n), (Pn(e, r).children || []).map(function(s, o) {
|
|
278
|
+
return it(s, "".concat(t, "-").concat(e.tag, "-").concat(o), r, void 0, i);
|
|
279
279
|
}));
|
|
280
280
|
}
|
|
281
281
|
function xn(e, t, r) {
|
|
@@ -290,41 +290,41 @@ function xn(e, t, r) {
|
|
|
290
290
|
typeof a == "string" && (n[o] = a.replace(/url\(#(.*)\)/, "url(#$1".concat(t.idSuffix, ")")));
|
|
291
291
|
})), n;
|
|
292
292
|
}
|
|
293
|
-
function
|
|
293
|
+
function Pn(e, t) {
|
|
294
294
|
var r, n = t.defIds;
|
|
295
295
|
return !n || n.length === 0 ? e : e.tag === "defs" && (!((r = e.children) === null || r === void 0) && r.length) ? T(T({}, e), { children: e.children.map(function(i) {
|
|
296
296
|
return typeof i.attrs.id == "string" && n && n.includes(i.attrs.id) ? T(T({}, i), { attrs: T(T({}, i.attrs), { id: i.attrs.id + t.idSuffix }) }) : i;
|
|
297
297
|
}) }) : e;
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function On() {
|
|
300
300
|
return Math.random().toString(36).substring(2, 8);
|
|
301
301
|
}
|
|
302
|
-
|
|
303
|
-
var
|
|
304
|
-
return
|
|
302
|
+
rt.displayName = "UniverIcon";
|
|
303
|
+
var Rn = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, st = tt(function(e, t) {
|
|
304
|
+
return Ie(rt, Object.assign({}, e, {
|
|
305
305
|
id: "check-mark-icon",
|
|
306
306
|
ref: t,
|
|
307
|
-
icon:
|
|
307
|
+
icon: Rn
|
|
308
308
|
}));
|
|
309
309
|
});
|
|
310
|
-
|
|
311
|
-
const
|
|
312
|
-
function
|
|
313
|
-
const { defaultPattern: t, action: r, onChange: n } = e, i = b(j), s = b(
|
|
314
|
-
r.current = () => (i.markHabit(
|
|
310
|
+
st.displayName = "CheckMarkIcon";
|
|
311
|
+
const ue = "customFormat", me = "numfmt_custom_pattern";
|
|
312
|
+
function kn(e) {
|
|
313
|
+
const { defaultPattern: t, action: r, onChange: n } = e, i = b(j), s = b(Ae), o = b(E), [a, l] = N(t);
|
|
314
|
+
r.current = () => (i.markHabit(ue, a), s.getItem(me).then((v = []) => {
|
|
315
315
|
const p = [.../* @__PURE__ */ new Set([a, ...v || []])].splice(0, 10).filter((d) => !!d);
|
|
316
|
-
s.setItem(
|
|
316
|
+
s.setItem(me, p);
|
|
317
317
|
}), a);
|
|
318
318
|
const [c, m] = N([]);
|
|
319
|
-
|
|
320
|
-
s.getItem(
|
|
319
|
+
se(() => {
|
|
320
|
+
s.getItem(me).then((v) => {
|
|
321
321
|
const p = [
|
|
322
|
-
...
|
|
323
|
-
...
|
|
322
|
+
...xt.map((d) => d.suffix("$")),
|
|
323
|
+
...Pt.map((d) => d.suffix),
|
|
324
324
|
...Ot.map((d) => d.suffix)
|
|
325
325
|
];
|
|
326
|
-
p.push(...v || []), i.addHabit(
|
|
327
|
-
i.getHabit(
|
|
326
|
+
p.push(...v || []), i.addHabit(ue, []).finally(() => {
|
|
327
|
+
i.getHabit(ue, p).then((d) => {
|
|
328
328
|
m([...new Set(d)]);
|
|
329
329
|
});
|
|
330
330
|
});
|
|
@@ -338,7 +338,7 @@ function Un(e) {
|
|
|
338
338
|
return /* @__PURE__ */ C("div", { children: [
|
|
339
339
|
/* @__PURE__ */ h("div", { className: "univer-mt-4 univer-text-sm univer-text-gray-400", children: o.t("sheet.numfmt.customFormat") }),
|
|
340
340
|
/* @__PURE__ */ h(
|
|
341
|
-
|
|
341
|
+
hn,
|
|
342
342
|
{
|
|
343
343
|
placeholder: o.t("sheet.numfmt.customFormat"),
|
|
344
344
|
onBlur: f,
|
|
@@ -350,14 +350,14 @@ function Un(e) {
|
|
|
350
350
|
/* @__PURE__ */ h(
|
|
351
351
|
"div",
|
|
352
352
|
{
|
|
353
|
-
className:
|
|
353
|
+
className: nt("univer-mt-2 univer-max-h-[400px] univer-overflow-auto univer-rounded-lg univer-p-2", fn),
|
|
354
354
|
children: c.map((v) => /* @__PURE__ */ C(
|
|
355
355
|
"div",
|
|
356
356
|
{
|
|
357
357
|
onClick: () => u(v),
|
|
358
358
|
className: "univer-flex univer-cursor-pointer univer-items-center univer-gap-1.5 univer-py-1.5 univer-text-sm",
|
|
359
359
|
children: [
|
|
360
|
-
/* @__PURE__ */ h("div", { className: "univer-flex univer-w-4 univer-items-center univer-text-primary-600", children: a === v && /* @__PURE__ */ h(
|
|
360
|
+
/* @__PURE__ */ h("div", { className: "univer-flex univer-w-4 univer-items-center univer-text-primary-600", children: a === v && /* @__PURE__ */ h(st, {}) }),
|
|
361
361
|
/* @__PURE__ */ h("div", { children: v })
|
|
362
362
|
]
|
|
363
363
|
},
|
|
@@ -374,12 +374,12 @@ function Un(e) {
|
|
|
374
374
|
)
|
|
375
375
|
] });
|
|
376
376
|
}
|
|
377
|
-
const
|
|
378
|
-
const t =
|
|
379
|
-
return
|
|
377
|
+
const Un = (e) => {
|
|
378
|
+
const t = J.getFormatInfo(e);
|
|
379
|
+
return Ve().map((r) => r.value).includes(e) || ["date", "datetime", "time"].includes(t.type);
|
|
380
380
|
};
|
|
381
|
-
function
|
|
382
|
-
const { onChange: t, defaultPattern: r } = e, n =
|
|
381
|
+
function $n(e) {
|
|
382
|
+
const { onChange: t, defaultPattern: r } = e, n = P(Ve, []), i = b(E), [s, o] = N(() => {
|
|
383
383
|
if (r) {
|
|
384
384
|
const l = n.find((c) => c.value === r);
|
|
385
385
|
if (l)
|
|
@@ -393,7 +393,7 @@ function Dn(e) {
|
|
|
393
393
|
};
|
|
394
394
|
return /* @__PURE__ */ C("div", { children: [
|
|
395
395
|
/* @__PURE__ */ h("div", { className: "univer-mt-4 univer-text-sm univer-text-gray-400", children: i.t("sheet.numfmt.dateType") }),
|
|
396
|
-
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(
|
|
396
|
+
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(Te, { value: s, options: n, onChange: a }) }),
|
|
397
397
|
/* @__PURE__ */ h(
|
|
398
398
|
"div",
|
|
399
399
|
{
|
|
@@ -403,7 +403,7 @@ function Dn(e) {
|
|
|
403
403
|
)
|
|
404
404
|
] });
|
|
405
405
|
}
|
|
406
|
-
const
|
|
406
|
+
const Dn = (e) => !e, Ln = (e) => {
|
|
407
407
|
const r = b(E).t;
|
|
408
408
|
return e.action.current = () => "", /* @__PURE__ */ h("div", { children: /* @__PURE__ */ h(
|
|
409
409
|
"div",
|
|
@@ -412,20 +412,20 @@ const Fn = (e) => !e, Ln = (e) => {
|
|
|
412
412
|
children: r("sheet.numfmt.generalDes")
|
|
413
413
|
}
|
|
414
414
|
) });
|
|
415
|
-
},
|
|
416
|
-
function
|
|
417
|
-
const t = b(E), r =
|
|
418
|
-
const u = r.find((f) =>
|
|
415
|
+
}, Fn = (e) => We().some((t) => ie(t.value, e));
|
|
416
|
+
function An(e) {
|
|
417
|
+
const t = b(E), r = P(We, []), [n, i] = N(() => Q(e.defaultPattern || "", 0)), [s, o] = N(() => {
|
|
418
|
+
const u = r.find((f) => ie(f.value, e.defaultPattern || ""));
|
|
419
419
|
return (u == null ? void 0 : u.value) || r[0].value;
|
|
420
|
-
}), a =
|
|
420
|
+
}), a = P(() => R(s, Number(n || 0)), [s, n]), l = P(() => !Rt(s), [s]), c = (u) => {
|
|
421
421
|
i(u || 0), e.onChange(R(s, Number(u || 0)));
|
|
422
422
|
}, m = (u) => {
|
|
423
|
-
u !== void 0 && (i(
|
|
423
|
+
u !== void 0 && (i(Q(u, 0)), o(u), e.onChange(u));
|
|
424
424
|
};
|
|
425
425
|
return e.action.current = () => a, /* @__PURE__ */ C("div", { children: [
|
|
426
426
|
/* @__PURE__ */ h("div", { className: "univer-mt-4 univer-text-sm univer-text-gray-400", children: t.t("sheet.numfmt.decimalLength") }),
|
|
427
427
|
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(
|
|
428
|
-
|
|
428
|
+
Ne,
|
|
429
429
|
{
|
|
430
430
|
disabled: l,
|
|
431
431
|
value: n,
|
|
@@ -438,7 +438,7 @@ function Hn(e) {
|
|
|
438
438
|
" ",
|
|
439
439
|
t.t("sheet.numfmt.negType")
|
|
440
440
|
] }),
|
|
441
|
-
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(
|
|
441
|
+
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(Te, { onChange: m, options: r, value: s }) }),
|
|
442
442
|
/* @__PURE__ */ h(
|
|
443
443
|
"div",
|
|
444
444
|
{
|
|
@@ -448,69 +448,69 @@ function Hn(e) {
|
|
|
448
448
|
)
|
|
449
449
|
] });
|
|
450
450
|
}
|
|
451
|
-
const
|
|
452
|
-
const { defaultValue: t, defaultPattern: r, row: n, col: i } = e.value, s = b(E), o =
|
|
451
|
+
const Hn = (e) => {
|
|
452
|
+
const { defaultValue: t, defaultPattern: r, row: n, col: i } = e.value, s = b(E), o = be(() => ""), a = s.t, l = In(), c = P(
|
|
453
453
|
() => [
|
|
454
454
|
{ label: "sheet.numfmt.general", component: Ln },
|
|
455
|
-
{ label: "sheet.numfmt.accounting", component:
|
|
456
|
-
{ label: "sheet.numfmt.currency", component:
|
|
457
|
-
{ label: "sheet.numfmt.date", component:
|
|
458
|
-
{ label: "sheet.numfmt.thousandthPercentile", component:
|
|
459
|
-
{ label: "sheet.numfmt.customFormat", component:
|
|
455
|
+
{ label: "sheet.numfmt.accounting", component: En },
|
|
456
|
+
{ label: "sheet.numfmt.currency", component: wn },
|
|
457
|
+
{ label: "sheet.numfmt.date", component: $n },
|
|
458
|
+
{ label: "sheet.numfmt.thousandthPercentile", component: An },
|
|
459
|
+
{ label: "sheet.numfmt.customFormat", component: kn }
|
|
460
460
|
].map((_) => ({ ..._, label: a(_.label) })),
|
|
461
461
|
[]
|
|
462
|
-
), [m, u] = N(g), [f, v] = N(() => `${n}_${i}`), { mark: p, userHabitCurrency: d } =
|
|
462
|
+
), [m, u] = N(g), [f, v] = N(() => `${n}_${i}`), { mark: p, userHabitCurrency: d } = bn(() => v(`${n}_${i}_userCurrency'`)), S = P(() => {
|
|
463
463
|
var _;
|
|
464
464
|
return (_ = c.find(($) => $.label === m)) == null ? void 0 : _.component;
|
|
465
465
|
}, [m]);
|
|
466
466
|
function g() {
|
|
467
|
-
return [
|
|
467
|
+
return [Dn, Nn, Tn, Un, Fn].reduce(($, ut, mt) => $ || (ut(r) ? c[mt].label : ""), "") || c[0].label;
|
|
468
468
|
}
|
|
469
469
|
const I = c.map((_) => ({
|
|
470
470
|
label: _.label,
|
|
471
471
|
value: _.label
|
|
472
|
-
})),
|
|
472
|
+
})), x = (_) => {
|
|
473
473
|
u(_), l(() => e.onChange({ type: "change", value: o.current() || "" }));
|
|
474
|
-
}, O =
|
|
474
|
+
}, O = dn((_) => {
|
|
475
475
|
e.onChange({ type: "change", value: _ });
|
|
476
476
|
}, []), k = () => {
|
|
477
477
|
const _ = o.current() || "", $ = V(_);
|
|
478
478
|
$ && p($), e.onChange({ type: "confirm", value: _ });
|
|
479
|
-
},
|
|
479
|
+
}, L = () => {
|
|
480
480
|
e.onChange({ type: "cancel", value: "" });
|
|
481
|
-
},
|
|
481
|
+
}, oe = {
|
|
482
482
|
onChange: O,
|
|
483
483
|
defaultValue: t,
|
|
484
484
|
defaultPattern: r,
|
|
485
485
|
action: o
|
|
486
486
|
};
|
|
487
|
-
return
|
|
487
|
+
return se(() => {
|
|
488
488
|
u(g()), v(`${n}_${i}`);
|
|
489
489
|
}, [n, i]), /* @__PURE__ */ C(
|
|
490
490
|
"div",
|
|
491
491
|
{
|
|
492
|
-
className:
|
|
492
|
+
className: nt("univer-flex univer-h-full univer-flex-col univer-justify-between univer-overflow-y-auto univer-pb-5", vn),
|
|
493
493
|
children: [
|
|
494
494
|
/* @__PURE__ */ C("div", { children: [
|
|
495
495
|
/* @__PURE__ */ h("div", { className: "univer-mt-3.5 univer-text-sm univer-text-gray-400", children: a("sheet.numfmt.numfmtType") }),
|
|
496
|
-
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(
|
|
497
|
-
/* @__PURE__ */ h("div", { children: S && /* @__PURE__ */ h(
|
|
496
|
+
/* @__PURE__ */ h("div", { className: "univer-mt-2", children: /* @__PURE__ */ h(Ee, { className: "univer-w-full", value: m, options: I, onChange: x }) }),
|
|
497
|
+
/* @__PURE__ */ h("div", { children: S && /* @__PURE__ */ h(we.Provider, { value: d, children: /* @__PURE__ */ Ie(S, { ...oe, key: f }) }) })
|
|
498
498
|
] }),
|
|
499
499
|
/* @__PURE__ */ C("div", { className: "univer-mb-5 univer-mt-3.5 univer-flex univer-justify-end", children: [
|
|
500
|
-
/* @__PURE__ */ h(
|
|
501
|
-
/* @__PURE__ */ h(
|
|
500
|
+
/* @__PURE__ */ h(Oe, { onClick: L, className: "univer-mr-3", children: a("sheet.numfmt.cancel") }),
|
|
501
|
+
/* @__PURE__ */ h(Oe, { variant: "primary", onClick: k, children: a("sheet.numfmt.confirm") })
|
|
502
502
|
] })
|
|
503
503
|
]
|
|
504
504
|
}
|
|
505
505
|
);
|
|
506
506
|
};
|
|
507
|
-
var
|
|
508
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
507
|
+
var jn = Object.getOwnPropertyDescriptor, Bn = (e, t, r, n) => {
|
|
508
|
+
for (var i = n > 1 ? void 0 : n ? jn(t, r) : t, s = e.length - 1, o; s >= 0; s--)
|
|
509
509
|
(o = e[s]) && (i = o(i) || i);
|
|
510
510
|
return i;
|
|
511
511
|
}, M = (e, t) => (r, n) => t(r, n, e);
|
|
512
|
-
const
|
|
513
|
-
let B = class extends
|
|
512
|
+
const Ue = "SHEET_NUMFMT_PANEL";
|
|
513
|
+
let B = class extends re {
|
|
514
514
|
constructor(t, r, n, i, s, o, a, l, c, m, u) {
|
|
515
515
|
super();
|
|
516
516
|
/**
|
|
@@ -524,7 +524,7 @@ let B = class extends ne {
|
|
|
524
524
|
this._sheetInterceptorService = t, this._themeService = r, this._univerInstanceService = n, this._commandService = i, this._selectionManagerService = s, this._renderManagerService = o, this._numfmtService = a, this._componentManager = l, this._sidebarService = c, this._localeService = m, this._sheetsNumfmtCellContentController = u, this._initRealTimeRenderingInterceptor(), this._initPanel(), this._initCommands(), this._initCloseListener(), this._commandExecutedListener(), this._initNumfmtLocalChange();
|
|
525
525
|
}
|
|
526
526
|
_initNumfmtLocalChange() {
|
|
527
|
-
this.disposeWithMe(
|
|
527
|
+
this.disposeWithMe(Qe(this._sheetsNumfmtCellContentController.locale$, this._localeService.currentLocale$).subscribe(() => {
|
|
528
528
|
this._forceUpdate();
|
|
529
529
|
}));
|
|
530
530
|
}
|
|
@@ -550,17 +550,17 @@ let B = class extends ne {
|
|
|
550
550
|
if (g.type === "change")
|
|
551
551
|
this._previewPattern = g.value, this._forceUpdate();
|
|
552
552
|
else if (g.type === "confirm") {
|
|
553
|
-
const
|
|
554
|
-
|
|
555
|
-
|
|
553
|
+
const x = ((I = r.getCurrentSelections()) == null ? void 0 : I.map((L) => L.range)) || [], O = { values: [] }, k = ge(g.value);
|
|
554
|
+
x.forEach((L) => {
|
|
555
|
+
He.foreach(L, (oe, _) => {
|
|
556
556
|
O.values.push({
|
|
557
|
-
row:
|
|
557
|
+
row: oe,
|
|
558
558
|
col: _,
|
|
559
559
|
pattern: g.value,
|
|
560
560
|
type: k
|
|
561
561
|
});
|
|
562
562
|
});
|
|
563
|
-
}), n.executeCommand(
|
|
563
|
+
}), n.executeCommand(Ke.id, O), t.close();
|
|
564
564
|
} else g.type === "cancel" && t.close();
|
|
565
565
|
},
|
|
566
566
|
value: { defaultPattern: v, defaultValue: p, row: l.startRow, col: l.startColumn }
|
|
@@ -568,12 +568,12 @@ let B = class extends ne {
|
|
|
568
568
|
return this._sidebarDisposable = t.open({
|
|
569
569
|
header: { title: o.t("sheet.numfmt.title") },
|
|
570
570
|
children: {
|
|
571
|
-
label:
|
|
571
|
+
label: Ue,
|
|
572
572
|
...d
|
|
573
573
|
// need passthrough to react props.
|
|
574
574
|
},
|
|
575
575
|
onClose: () => {
|
|
576
|
-
this._forceUpdate(), n.executeCommand(
|
|
576
|
+
this._forceUpdate(), n.executeCommand(le.id);
|
|
577
577
|
}
|
|
578
578
|
}), !0;
|
|
579
579
|
}
|
|
@@ -582,37 +582,37 @@ let B = class extends ne {
|
|
|
582
582
|
const r = this._renderManagerService.getRenderById(
|
|
583
583
|
t != null ? t : this._univerInstanceService.getCurrentUnitForType(w.UNIVER_SHEET).getUnitId()
|
|
584
584
|
);
|
|
585
|
-
r == null || r.with(
|
|
585
|
+
r == null || r.with(jt).reCalculate(), (n = r == null ? void 0 : r.mainComponent) == null || n.makeDirty();
|
|
586
586
|
}
|
|
587
587
|
_initCommands() {
|
|
588
588
|
[
|
|
589
589
|
H,
|
|
590
|
-
|
|
590
|
+
le
|
|
591
591
|
].forEach((t) => {
|
|
592
592
|
this.disposeWithMe(this._commandService.registerCommand(t));
|
|
593
593
|
});
|
|
594
594
|
}
|
|
595
595
|
_initPanel() {
|
|
596
596
|
this.disposeWithMe(
|
|
597
|
-
this._componentManager.register(
|
|
597
|
+
this._componentManager.register(Ue, Hn)
|
|
598
598
|
);
|
|
599
599
|
}
|
|
600
600
|
// eslint-disable-next-line max-lines-per-function
|
|
601
601
|
_initRealTimeRenderingInterceptor() {
|
|
602
602
|
const t = new A((n) => {
|
|
603
603
|
this._commandService.onCommandExecuted((i) => {
|
|
604
|
-
i.id === H.id && n.next(!0), i.id ===
|
|
604
|
+
i.id === H.id && n.next(!0), i.id === le.id && n.next(!1);
|
|
605
605
|
});
|
|
606
|
-
}), r =
|
|
606
|
+
}), r = sn([
|
|
607
607
|
t,
|
|
608
608
|
this._selectionManagerService.selectionMoveEnd$.pipe(
|
|
609
|
-
|
|
609
|
+
an((n) => n ? n.map((i) => i.range) : [])
|
|
610
610
|
)
|
|
611
611
|
]);
|
|
612
612
|
this.disposeWithMe(
|
|
613
|
-
|
|
613
|
+
he(
|
|
614
614
|
r.pipe(
|
|
615
|
-
|
|
615
|
+
cn(
|
|
616
616
|
([n, i]) => new A((s) => {
|
|
617
617
|
const o = new gt();
|
|
618
618
|
return n && i.length && s.next({ selectionRanges: i, disposableCollection: o }), () => {
|
|
@@ -620,16 +620,16 @@ let B = class extends ne {
|
|
|
620
620
|
};
|
|
621
621
|
})
|
|
622
622
|
),
|
|
623
|
-
|
|
623
|
+
ln(() => {
|
|
624
624
|
this._previewPattern = null;
|
|
625
625
|
})
|
|
626
626
|
).subscribe(({ disposableCollection: n, selectionRanges: i }) => {
|
|
627
627
|
var o, a;
|
|
628
628
|
const s = this._univerInstanceService.getCurrentUnitForType(w.UNIVER_SHEET);
|
|
629
629
|
this.openPanel(), n.add(
|
|
630
|
-
this._sheetInterceptorService.intercept(
|
|
630
|
+
this._sheetInterceptorService.intercept(Gt.CELL_CONTENT, {
|
|
631
631
|
priority: 99,
|
|
632
|
-
effect:
|
|
632
|
+
effect: Me.Value | Me.Style,
|
|
633
633
|
handler: (l, c, m) => {
|
|
634
634
|
var p;
|
|
635
635
|
const { row: u, col: f } = c, v = m(l) || {};
|
|
@@ -641,12 +641,12 @@ let B = class extends ne {
|
|
|
641
641
|
return v;
|
|
642
642
|
const I = kt(this._previewPattern, S, this._sheetsNumfmtCellContentController.locale);
|
|
643
643
|
if (I.color) {
|
|
644
|
-
const
|
|
644
|
+
const x = (p = this._themeService.getColorFromTheme(`${I.color}.500`)) != null ? p : I.color;
|
|
645
645
|
return {
|
|
646
646
|
...v,
|
|
647
647
|
v: I.result,
|
|
648
648
|
t: U.STRING,
|
|
649
|
-
s: { cl: { rgb:
|
|
649
|
+
s: { cl: { rgb: x } }
|
|
650
650
|
};
|
|
651
651
|
}
|
|
652
652
|
return {
|
|
@@ -664,7 +664,7 @@ let B = class extends ne {
|
|
|
664
664
|
);
|
|
665
665
|
}
|
|
666
666
|
_commandExecutedListener() {
|
|
667
|
-
const t = [
|
|
667
|
+
const t = [ye.id, Ce.id];
|
|
668
668
|
this.disposeWithMe(
|
|
669
669
|
new A((r) => {
|
|
670
670
|
const n = this._commandService.onCommandExecuted((i) => {
|
|
@@ -674,7 +674,7 @@ let B = class extends ne {
|
|
|
674
674
|
}
|
|
675
675
|
});
|
|
676
676
|
return () => n.dispose();
|
|
677
|
-
}).pipe(
|
|
677
|
+
}).pipe(un(16)).subscribe((r) => this._forceUpdate(r))
|
|
678
678
|
);
|
|
679
679
|
}
|
|
680
680
|
_initCloseListener() {
|
|
@@ -684,25 +684,25 @@ let B = class extends ne {
|
|
|
684
684
|
});
|
|
685
685
|
}
|
|
686
686
|
};
|
|
687
|
-
B =
|
|
688
|
-
M(0, y(
|
|
687
|
+
B = Bn([
|
|
688
|
+
M(0, y(qe)),
|
|
689
689
|
M(1, y(pt)),
|
|
690
|
-
M(2,
|
|
691
|
-
M(3,
|
|
692
|
-
M(4, y(
|
|
693
|
-
M(5,
|
|
694
|
-
M(6,
|
|
695
|
-
M(7, y(
|
|
696
|
-
M(8,
|
|
690
|
+
M(2, ve),
|
|
691
|
+
M(3, pe),
|
|
692
|
+
M(4, y(Se)),
|
|
693
|
+
M(5, Be),
|
|
694
|
+
M(6, _e),
|
|
695
|
+
M(7, y(Je)),
|
|
696
|
+
M(8, Qt),
|
|
697
697
|
M(9, y(E)),
|
|
698
|
-
M(10, y(
|
|
698
|
+
M(10, y(Ge))
|
|
699
699
|
], B);
|
|
700
|
-
var
|
|
701
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
700
|
+
var Vn = Object.getOwnPropertyDescriptor, Wn = (e, t, r, n) => {
|
|
701
|
+
for (var i = n > 1 ? void 0 : n ? Vn(t, r) : t, s = e.length - 1, o; s >= 0; s--)
|
|
702
702
|
(o = e[s]) && (i = o(i) || i);
|
|
703
703
|
return i;
|
|
704
|
-
},
|
|
705
|
-
const
|
|
704
|
+
}, F = (e, t) => (r, n) => t(r, n, e);
|
|
705
|
+
const Gn = () => {
|
|
706
706
|
let e = [];
|
|
707
707
|
return {
|
|
708
708
|
add: (i, s, o, a, l) => e.push({ unitId: i, subUnitId: s, row: o, col: a, value: l }),
|
|
@@ -712,17 +712,17 @@ const Kn = () => {
|
|
|
712
712
|
}
|
|
713
713
|
};
|
|
714
714
|
};
|
|
715
|
-
let
|
|
715
|
+
let ee = class extends re {
|
|
716
716
|
constructor(t, r, n, i, s) {
|
|
717
717
|
super();
|
|
718
718
|
// collect effect mutations when edit end and push this to commands stack in next commands progress
|
|
719
|
-
q(this, "_collectEffectMutation",
|
|
719
|
+
q(this, "_collectEffectMutation", Gn());
|
|
720
720
|
this._sheetInterceptorService = t, this._numfmtService = r, this._univerInstanceService = n, this._injector = i, this._editorBridgeService = s, this._initInterceptorEditorStart(), this._initInterceptorEditorEnd(), this._initInterceptorCommands();
|
|
721
721
|
}
|
|
722
722
|
_initInterceptorEditorStart() {
|
|
723
723
|
this._editorBridgeService && this.disposeWithMe(
|
|
724
|
-
|
|
725
|
-
this._sheetInterceptorService.writeCellInterceptor.intercept(
|
|
724
|
+
he(
|
|
725
|
+
this._sheetInterceptorService.writeCellInterceptor.intercept(Kt, {
|
|
726
726
|
handler: (t, r, n) => {
|
|
727
727
|
const i = r.row, s = r.col, o = this._numfmtService.getValue(
|
|
728
728
|
r.unitId,
|
|
@@ -731,7 +731,7 @@ let Q = class extends ne {
|
|
|
731
731
|
s
|
|
732
732
|
);
|
|
733
733
|
if (o)
|
|
734
|
-
switch (
|
|
734
|
+
switch (ge(o.pattern)) {
|
|
735
735
|
case "scientific":
|
|
736
736
|
case "currency":
|
|
737
737
|
case "grouped":
|
|
@@ -760,8 +760,8 @@ let Q = class extends ne {
|
|
|
760
760
|
// eslint-disable-next-line max-lines-per-function
|
|
761
761
|
_initInterceptorEditorEnd() {
|
|
762
762
|
this.disposeWithMe(
|
|
763
|
-
|
|
764
|
-
this._sheetInterceptorService.writeCellInterceptor.intercept(
|
|
763
|
+
he(
|
|
764
|
+
this._sheetInterceptorService.writeCellInterceptor.intercept(Zt, {
|
|
765
765
|
// eslint-disable-next-line complexity
|
|
766
766
|
handler: (t, r, n) => {
|
|
767
767
|
var l, c, m;
|
|
@@ -772,11 +772,11 @@ let Q = class extends ne {
|
|
|
772
772
|
r.row,
|
|
773
773
|
r.col
|
|
774
774
|
);
|
|
775
|
-
if (!(t != null && t.v) && !(t != null && t.p) ||
|
|
775
|
+
if (!(t != null && t.v) && !(t != null && t.p) || Le(i == null ? void 0 : i.pattern) || t.t === U.FORCE_STRING)
|
|
776
776
|
return n(t);
|
|
777
|
-
const s = (l = t.p) == null ? void 0 : l.body, o = (m = (c = t == null ? void 0 : t.p) == null ? void 0 : c.body) != null && m.dataStream ? t.p.body.dataStream.replace(/\r\n$/, "") : String(t.v), a =
|
|
777
|
+
const s = (l = t.p) == null ? void 0 : l.body, o = (m = (c = t == null ? void 0 : t.p) == null ? void 0 : c.body) != null && m.dataStream ? t.p.body.dataStream.replace(/\r\n$/, "") : String(t.v), a = J.parseDate(o) || J.parseTime(o) || J.parseNumber(o);
|
|
778
778
|
if (s)
|
|
779
|
-
if (
|
|
779
|
+
if (Kn(s)) {
|
|
780
780
|
const { dataStream: u } = s, f = u.replace(/\r\n$/, ""), v = Number(f);
|
|
781
781
|
if (Number.isNaN(v) && !a)
|
|
782
782
|
return n(t);
|
|
@@ -815,7 +815,7 @@ let Q = class extends ne {
|
|
|
815
815
|
getMutations(r) {
|
|
816
816
|
var n;
|
|
817
817
|
switch (r.id) {
|
|
818
|
-
case
|
|
818
|
+
case Yt.id: {
|
|
819
819
|
const i = t._univerInstanceService.getCurrentUnitForType(w.UNIVER_SHEET), s = i.getUnitId(), o = (n = i.getActiveSheet()) == null ? void 0 : n.getSheetId();
|
|
820
820
|
if (!o)
|
|
821
821
|
return {
|
|
@@ -846,21 +846,21 @@ let Q = class extends ne {
|
|
|
846
846
|
})), m = [], u = [];
|
|
847
847
|
if (l.length) {
|
|
848
848
|
const f = {
|
|
849
|
-
id:
|
|
850
|
-
params:
|
|
849
|
+
id: Ce.id,
|
|
850
|
+
params: zt(s, o, l)
|
|
851
851
|
};
|
|
852
|
-
m.push(f), u.push(...
|
|
852
|
+
m.push(f), u.push(...Xt(t._injector, f.params));
|
|
853
853
|
}
|
|
854
854
|
if (c.length) {
|
|
855
855
|
const f = {
|
|
856
|
-
id:
|
|
856
|
+
id: ye.id,
|
|
857
857
|
params: {
|
|
858
858
|
unitId: s,
|
|
859
859
|
subUnitId: o,
|
|
860
860
|
ranges: c
|
|
861
861
|
}
|
|
862
862
|
};
|
|
863
|
-
m.push(f), u.push(...
|
|
863
|
+
m.push(f), u.push(...qt(t._injector, f.params));
|
|
864
864
|
}
|
|
865
865
|
return {
|
|
866
866
|
redos: m,
|
|
@@ -877,18 +877,18 @@ let Q = class extends ne {
|
|
|
877
877
|
);
|
|
878
878
|
}
|
|
879
879
|
};
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
],
|
|
887
|
-
function
|
|
880
|
+
ee = Wn([
|
|
881
|
+
F(0, y(qe)),
|
|
882
|
+
F(1, y(_e)),
|
|
883
|
+
F(2, y(ve)),
|
|
884
|
+
F(3, y(je)),
|
|
885
|
+
F(4, _t(Bt))
|
|
886
|
+
], ee);
|
|
887
|
+
function Kn(e) {
|
|
888
888
|
const { textRuns: t = [], paragraphs: r = [], customRanges: n, customBlocks: i = [] } = e, s = ["va"];
|
|
889
889
|
return !(t.some((o) => !!(o.ts && Object.keys(o.ts).some((l) => s.includes(l)))) || r.some((o) => o.bullet) || r.length >= 2 || n != null && n.length || i.length > 0);
|
|
890
890
|
}
|
|
891
|
-
const
|
|
891
|
+
const ot = (e) => [
|
|
892
892
|
{
|
|
893
893
|
label: "sheet.numfmt.general",
|
|
894
894
|
pattern: null
|
|
@@ -949,76 +949,76 @@ const st = (e) => [
|
|
|
949
949
|
label: "sheet.numfmt.moreFmt",
|
|
950
950
|
pattern: ""
|
|
951
951
|
}
|
|
952
|
-
],
|
|
952
|
+
], Zn = (e) => ({
|
|
953
953
|
icon: new A((t) => {
|
|
954
954
|
const r = e.get(E);
|
|
955
955
|
return t.next(Pe(r.getCurrentLocale()).icon), r.localeChanged$.subscribe(() => {
|
|
956
956
|
t.next(Pe(r.getCurrentLocale()).icon);
|
|
957
957
|
});
|
|
958
958
|
}),
|
|
959
|
-
id:
|
|
959
|
+
id: Xe.id,
|
|
960
960
|
title: "sheet.numfmt.currency",
|
|
961
961
|
tooltip: "sheet.numfmt.currency",
|
|
962
962
|
type: X.BUTTON,
|
|
963
963
|
hidden$: z(e, w.UNIVER_SHEET),
|
|
964
964
|
disabled$: W(e, { workbookTypes: [Y], worksheetTypes: [Z, K], rangeTypes: [G] })
|
|
965
|
-
}),
|
|
965
|
+
}), Yn = (e) => ({
|
|
966
966
|
icon: "AddDigitsIcon",
|
|
967
|
-
id:
|
|
967
|
+
id: ze.id,
|
|
968
968
|
title: "sheet.numfmt.addDecimal",
|
|
969
969
|
tooltip: "sheet.numfmt.addDecimal",
|
|
970
970
|
type: X.BUTTON,
|
|
971
971
|
hidden$: z(e, w.UNIVER_SHEET),
|
|
972
972
|
disabled$: W(e, { workbookTypes: [Y], worksheetTypes: [Z, K], rangeTypes: [G] })
|
|
973
|
-
}),
|
|
973
|
+
}), zn = (e) => ({
|
|
974
974
|
icon: "ReduceDigitsIcon",
|
|
975
|
-
id:
|
|
975
|
+
id: Ye.id,
|
|
976
976
|
title: "sheet.numfmt.subtractDecimal",
|
|
977
977
|
tooltip: "sheet.numfmt.subtractDecimal",
|
|
978
978
|
type: X.BUTTON,
|
|
979
979
|
hidden$: z(e, w.UNIVER_SHEET),
|
|
980
980
|
disabled$: W(e, { workbookTypes: [Y], worksheetTypes: [Z, K], rangeTypes: [G] })
|
|
981
|
-
}),
|
|
981
|
+
}), Xn = (e) => ({
|
|
982
982
|
icon: "PercentIcon",
|
|
983
|
-
id:
|
|
983
|
+
id: Ze.id,
|
|
984
984
|
title: "sheet.numfmt.percent",
|
|
985
985
|
tooltip: "sheet.numfmt.percent",
|
|
986
986
|
type: X.BUTTON,
|
|
987
987
|
hidden$: z(e, w.UNIVER_SHEET),
|
|
988
988
|
disabled$: W(e, { workbookTypes: [Y], worksheetTypes: [Z, K], rangeTypes: [G] })
|
|
989
|
-
}),
|
|
990
|
-
const t = e.get(
|
|
989
|
+
}), qn = (e) => {
|
|
990
|
+
const t = e.get(ve), r = e.get(pe), n = e.get(E), i = e.get(Se), s = [ye.id, Ce.id], o = Vt(
|
|
991
991
|
t,
|
|
992
992
|
"",
|
|
993
993
|
({ workbook: a, worksheet: l }) => new A(
|
|
994
|
-
(c) =>
|
|
994
|
+
(c) => Qe(
|
|
995
995
|
i.selectionMoveEnd$,
|
|
996
996
|
yt(r.onCommandExecuted.bind(r)).pipe(
|
|
997
|
-
|
|
997
|
+
on(([m]) => s.includes(m.id))
|
|
998
998
|
)
|
|
999
999
|
).subscribe(() => {
|
|
1000
1000
|
var u, f;
|
|
1001
1001
|
const m = i.getCurrentSelections();
|
|
1002
1002
|
if (m && m[0]) {
|
|
1003
|
-
const v = m[0].range, p = v.startRow, d = v.startColumn, S = (f = a.getStyles().get((u = l.getCell(p, d)) == null ? void 0 : u.s)) == null ? void 0 : f.n, g = S == null ? void 0 : S.pattern, I =
|
|
1004
|
-
let
|
|
1003
|
+
const v = m[0].range, p = v.startRow, d = v.startColumn, S = (f = a.getStyles().get((u = l.getCell(p, d)) == null ? void 0 : u.s)) == null ? void 0 : f.n, g = S == null ? void 0 : S.pattern, I = Ut(n.getCurrentLocale());
|
|
1004
|
+
let x = n.t("sheet.numfmt.general");
|
|
1005
1005
|
if (Ct(g)) {
|
|
1006
|
-
c.next(
|
|
1006
|
+
c.next(x);
|
|
1007
1007
|
return;
|
|
1008
1008
|
}
|
|
1009
1009
|
if (g) {
|
|
1010
|
-
const O =
|
|
1011
|
-
(k) =>
|
|
1010
|
+
const O = ot(I).filter((k) => typeof k == "object" && k.pattern).find(
|
|
1011
|
+
(k) => ie(g, k.pattern)
|
|
1012
1012
|
);
|
|
1013
|
-
O && typeof O == "object" && O.pattern ?
|
|
1013
|
+
O && typeof O == "object" && O.pattern ? x = n.t(O.label) : x = n.t("sheet.numfmt.moreFmt");
|
|
1014
1014
|
}
|
|
1015
|
-
c.next(
|
|
1015
|
+
c.next(x);
|
|
1016
1016
|
}
|
|
1017
1017
|
})
|
|
1018
1018
|
)
|
|
1019
1019
|
);
|
|
1020
1020
|
return {
|
|
1021
|
-
label:
|
|
1021
|
+
label: at,
|
|
1022
1022
|
id: H.id,
|
|
1023
1023
|
tooltip: "sheet.numfmt.title",
|
|
1024
1024
|
type: X.SELECTOR,
|
|
@@ -1026,7 +1026,7 @@ const st = (e) => [
|
|
|
1026
1026
|
selections: [
|
|
1027
1027
|
{
|
|
1028
1028
|
label: {
|
|
1029
|
-
name:
|
|
1029
|
+
name: ct,
|
|
1030
1030
|
hoverable: !1,
|
|
1031
1031
|
selectable: !1
|
|
1032
1032
|
}
|
|
@@ -1036,21 +1036,21 @@ const st = (e) => [
|
|
|
1036
1036
|
hidden$: z(e, w.UNIVER_SHEET),
|
|
1037
1037
|
disabled$: W(e, { workbookTypes: [Y], worksheetTypes: [K, Z], rangeTypes: [G] })
|
|
1038
1038
|
};
|
|
1039
|
-
},
|
|
1039
|
+
}, at = "sheet.numfmt.moreNumfmtType", ct = "sheet.numfmt.moreNumfmtType.options", Jn = (e) => {
|
|
1040
1040
|
const { value: t } = e, r = b(E), n = t != null ? t : r.t("sheet.numfmt.general");
|
|
1041
1041
|
return /* @__PURE__ */ h("span", { className: "univer-text-sm", children: n });
|
|
1042
|
-
},
|
|
1043
|
-
const e = b(
|
|
1042
|
+
}, Qn = () => {
|
|
1043
|
+
const e = b(pe), t = b(E), r = b(en), n = b(Ge), i = b(Se), s = (c) => {
|
|
1044
1044
|
const m = i.getCurrentLastSelection();
|
|
1045
1045
|
if (!m)
|
|
1046
1046
|
return;
|
|
1047
1047
|
const u = m.range, f = [];
|
|
1048
|
-
|
|
1049
|
-
c ? f.push({ row: v, col: p, pattern: c, type:
|
|
1050
|
-
}), e.executeCommand(
|
|
1051
|
-
}, o =
|
|
1052
|
-
const c =
|
|
1053
|
-
return
|
|
1048
|
+
He.foreach(u, (v, p) => {
|
|
1049
|
+
c ? f.push({ row: v, col: p, pattern: c, type: ge(c) }) : f.push({ row: v, col: p });
|
|
1050
|
+
}), e.executeCommand(Ke.id, { values: f }), r.focus();
|
|
1051
|
+
}, o = P(() => {
|
|
1052
|
+
const c = $t.get(t.getCurrentLocale());
|
|
1053
|
+
return ot(c);
|
|
1054
1054
|
}, [t]), a = (c) => {
|
|
1055
1055
|
if (c === 0)
|
|
1056
1056
|
s(null);
|
|
@@ -1061,7 +1061,7 @@ const st = (e) => [
|
|
|
1061
1061
|
m.pattern && s(m.pattern);
|
|
1062
1062
|
}
|
|
1063
1063
|
}, l = 1220;
|
|
1064
|
-
return /* @__PURE__ */ h("div", { className: "univer-grid univer-gap-1 univer-p-1.5", children: o.map((c, m) => c === "|" ? /* @__PURE__ */ h(
|
|
1064
|
+
return /* @__PURE__ */ h("div", { className: "univer-grid univer-gap-1 univer-p-1.5", children: o.map((c, m) => c === "|" ? /* @__PURE__ */ h(pn, {}, m) : /* @__PURE__ */ C(
|
|
1065
1065
|
"div",
|
|
1066
1066
|
{
|
|
1067
1067
|
className: "univer-flex univer-h-7 univer-items-center univer-justify-between univer-gap-6 univer-rounded univer-px-2 univer-text-sm hover:univer-bg-gray-100 dark:hover:!univer-bg-gray-700",
|
|
@@ -1070,48 +1070,48 @@ const st = (e) => [
|
|
|
1070
1070
|
},
|
|
1071
1071
|
children: [
|
|
1072
1072
|
/* @__PURE__ */ h("span", { children: t.t(c.label) }),
|
|
1073
|
-
/* @__PURE__ */ h("span", { className: "univer-text-xs univer-text-gray-500", children: c.pattern ?
|
|
1073
|
+
/* @__PURE__ */ h("span", { className: "univer-text-xs univer-text-gray-500", children: c.pattern ? Dt(c.pattern || "", l, n.locale).result.trim() : "" })
|
|
1074
1074
|
]
|
|
1075
1075
|
},
|
|
1076
1076
|
m
|
|
1077
1077
|
)) });
|
|
1078
|
-
},
|
|
1079
|
-
[
|
|
1080
|
-
[
|
|
1078
|
+
}, er = {
|
|
1079
|
+
[tn.FORMULAS]: {
|
|
1080
|
+
[Xe.id]: {
|
|
1081
1081
|
order: 0,
|
|
1082
|
+
menuItemFactory: Zn
|
|
1083
|
+
},
|
|
1084
|
+
[ze.id]: {
|
|
1085
|
+
order: 1,
|
|
1082
1086
|
menuItemFactory: Yn
|
|
1083
1087
|
},
|
|
1084
1088
|
[Ye.id]: {
|
|
1085
|
-
order:
|
|
1089
|
+
order: 2,
|
|
1086
1090
|
menuItemFactory: zn
|
|
1087
1091
|
},
|
|
1088
1092
|
[Ze.id]: {
|
|
1089
|
-
order: 2,
|
|
1090
|
-
menuItemFactory: Xn
|
|
1091
|
-
},
|
|
1092
|
-
[Ke.id]: {
|
|
1093
1093
|
order: 3,
|
|
1094
|
-
menuItemFactory:
|
|
1094
|
+
menuItemFactory: Xn
|
|
1095
1095
|
},
|
|
1096
1096
|
[H.id]: {
|
|
1097
1097
|
order: 4,
|
|
1098
|
-
menuItemFactory:
|
|
1098
|
+
menuItemFactory: qn
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
1101
|
};
|
|
1102
|
-
var
|
|
1103
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1102
|
+
var tr = Object.getOwnPropertyDescriptor, nr = (e, t, r, n) => {
|
|
1103
|
+
for (var i = n > 1 ? void 0 : n ? tr(t, r) : t, s = e.length - 1, o; s >= 0; s--)
|
|
1104
1104
|
(o = e[s]) && (i = o(i) || i);
|
|
1105
1105
|
return i;
|
|
1106
|
-
},
|
|
1107
|
-
let
|
|
1106
|
+
}, $e = (e, t) => (r, n) => t(r, n, e);
|
|
1107
|
+
let te = class extends re {
|
|
1108
1108
|
constructor(e, t) {
|
|
1109
1109
|
super(), this._componentManager = e, this._menuManagerService = t, this._initMenu();
|
|
1110
1110
|
}
|
|
1111
1111
|
_initMenu() {
|
|
1112
|
-
this._menuManagerService.mergeMenu(
|
|
1113
|
-
[
|
|
1114
|
-
[
|
|
1112
|
+
this._menuManagerService.mergeMenu(er), [
|
|
1113
|
+
[at, Jn],
|
|
1114
|
+
[ct, Qn]
|
|
1115
1115
|
].forEach(([e, t]) => {
|
|
1116
1116
|
this.disposeWithMe(
|
|
1117
1117
|
this._componentManager.register(e, t)
|
|
@@ -1119,22 +1119,22 @@ let ee = class extends ne {
|
|
|
1119
1119
|
});
|
|
1120
1120
|
}
|
|
1121
1121
|
};
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
],
|
|
1126
|
-
var
|
|
1127
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1122
|
+
te = nr([
|
|
1123
|
+
$e(0, y(Je)),
|
|
1124
|
+
$e(1, nn)
|
|
1125
|
+
], te);
|
|
1126
|
+
var rr = Object.defineProperty, ir = Object.getOwnPropertyDescriptor, sr = (e, t, r) => t in e ? rr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, or = (e, t, r, n) => {
|
|
1127
|
+
for (var i = n > 1 ? void 0 : n ? ir(t, r) : t, s = e.length - 1, o; s >= 0; s--)
|
|
1128
1128
|
(o = e[s]) && (i = o(i) || i);
|
|
1129
1129
|
return i;
|
|
1130
|
-
},
|
|
1131
|
-
const
|
|
1132
|
-
let
|
|
1133
|
-
constructor(e =
|
|
1130
|
+
}, de = (e, t) => (r, n) => t(r, n, e), lt = (e, t, r) => sr(e, typeof t != "symbol" ? t + "" : t, r);
|
|
1131
|
+
const ar = "SHEET_NUMFMT_UI_PLUGIN";
|
|
1132
|
+
let ne = class extends Nt {
|
|
1133
|
+
constructor(e = Re, t, r, n) {
|
|
1134
1134
|
super(), this._config = e, this._injector = t, this._configService = r, this._renderManagerService = n;
|
|
1135
1135
|
const { menu: i, ...s } = Et(
|
|
1136
1136
|
{},
|
|
1137
|
-
|
|
1137
|
+
Re,
|
|
1138
1138
|
this._config
|
|
1139
1139
|
);
|
|
1140
1140
|
i && this._configService.setConfig("menu", i, { merge: !0 }), this._configService.setConfig("sheets-numfmt-ui.config", s);
|
|
@@ -1142,34 +1142,34 @@ let te = class extends Nt {
|
|
|
1142
1142
|
onStarting() {
|
|
1143
1143
|
Tt(this._injector, [
|
|
1144
1144
|
[B],
|
|
1145
|
-
[
|
|
1145
|
+
[ee],
|
|
1146
1146
|
[j],
|
|
1147
|
-
[
|
|
1147
|
+
[te]
|
|
1148
1148
|
]);
|
|
1149
1149
|
}
|
|
1150
1150
|
onRendered() {
|
|
1151
1151
|
this._registerRenderModules(), wt(this._injector, [
|
|
1152
1152
|
[B],
|
|
1153
|
-
[
|
|
1154
|
-
[
|
|
1153
|
+
[ee],
|
|
1154
|
+
[te]
|
|
1155
1155
|
]);
|
|
1156
1156
|
}
|
|
1157
1157
|
_registerRenderModules() {
|
|
1158
1158
|
[
|
|
1159
|
-
[
|
|
1159
|
+
[fe]
|
|
1160
1160
|
].forEach((t) => {
|
|
1161
1161
|
this.disposeWithMe(this._renderManagerService.registerRenderModule(w.UNIVER_SHEET, t));
|
|
1162
1162
|
});
|
|
1163
1163
|
}
|
|
1164
1164
|
};
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
It(
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
],
|
|
1165
|
+
lt(ne, "pluginName", ar);
|
|
1166
|
+
lt(ne, "type", w.UNIVER_SHEET);
|
|
1167
|
+
ne = or([
|
|
1168
|
+
It(Wt, Lt),
|
|
1169
|
+
de(1, y(je)),
|
|
1170
|
+
de(2, De),
|
|
1171
|
+
de(3, Be)
|
|
1172
|
+
], ne);
|
|
1173
1173
|
export {
|
|
1174
|
-
|
|
1174
|
+
ne as UniverSheetsNumfmtUIPlugin
|
|
1175
1175
|
};
|