@univerjs/sheets-numfmt 0.1.0-beta.0 → 0.1.0-beta.2
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 +2 -2
- package/lib/es/index.js +1078 -1050
- package/lib/types/commands/commands/{set.numfmt.command.d.ts → set-numfmt.command.d.ts} +2 -0
- package/lib/types/index.d.ts +2 -1
- package/lib/types/menu/menu.d.ts +3 -0
- package/lib/umd/index.js +2 -2
- package/package.json +24 -24
- /package/lib/types/commands/commands/{add.decimal.command.d.ts → add-decimal.command.d.ts} +0 -0
- /package/lib/types/commands/commands/{set.currency.command.d.ts → set-currency.command.d.ts} +0 -0
- /package/lib/types/commands/commands/{subtract.decimal.command.d.ts → subtract-decimal.command.d.ts} +0 -0
- /package/lib/types/commands/{operators/close.numfmt.panel.operator.d.ts → operations/close.numfmt.panel.operation.d.ts} +0 -0
- /package/lib/types/commands/{operators/open.numfmt.panel.operator.d.ts → operations/open.numfmt.panel.operation.d.ts} +0 -0
package/lib/es/index.js
CHANGED
|
@@ -1,18 +1,60 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var ke = (e, t, a) => (
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { IRenderManagerService as
|
|
9
|
-
import { MenuItemType as St, MenuGroup as Ct, MenuPosition as Mt, getMenuHiddenObservable as jt, ComponentManager as
|
|
10
|
-
import { Observable as
|
|
11
|
-
import { map as Ze, distinctUntilChanged as
|
|
12
|
-
import
|
|
13
|
-
import { InputNumber as
|
|
14
|
-
import { useDependency as
|
|
15
|
-
const
|
|
1
|
+
var Kn = Object.defineProperty;
|
|
2
|
+
var Zn = (e, t, a) => t in e ? Kn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
|
|
3
|
+
var ke = (e, t, a) => (Zn(e, typeof t != "symbol" ? t + "" : t, a), a);
|
|
4
|
+
import { CommandType as ze, ICommandService as je, IUniverInstanceService as ge, IUndoRedoService as qn, sequenceExecute as Qn, Tools as Xn, Disposable as Le, OnLifecycle as He, LifecycleStages as Ee, Range as ne, Rectangle as ht, runOnLifecycle as er, ILocalStorageService as tr, LocaleService as ve, UniverInstanceType as yt, CellValueType as Ae, ObjectMatrix as hn, toDisposable as De, DisposableCollection as gn, ThemeService as nr, Plugin as rr, PluginType as sr } from "@univerjs/core";
|
|
5
|
+
import { transformCellsToRange as qe, rangeMerge as Ce, SetNumfmtMutation as oe, factorySetNumfmtUndoMutation as Qe, RemoveNumfmtMutation as re, factoryRemoveNumfmtUndoMutation as Pe, INumfmtService as be, SelectionManagerService as Ve, getCurrentSheetDisabled$ as bt, ClearSelectionFormatCommand as ar, ClearSelectionAllCommand as ir, INTERCEPTOR_POINT as an, SheetInterceptorService as Tt, SetRangeValuesCommand as or, RefRangeService as cr, EffectRefRangId as ue, handleMoveRows as lr, handleMoveCols as ur, handleIRemoveRow as dr, handleIRemoveCol as mr, handleMoveRange as pr, handleInsertRow as fr, handleInsertRangeMoveRight as hr, handleInsertRangeMoveDown as gr, handleInsertCol as vr, handleDeleteRangeMoveUp as _r, handleDeleteRangeMoveLeft as yr, runRefRangeMutations as br, RemoveSheetCommand as Sr } from "@univerjs/sheets";
|
|
6
|
+
import { Inject as z, Injector as Ne, createIdentifier as Cr } from "@wendellhu/redi";
|
|
7
|
+
import { IAutoFillService as Mr, APPLY_TYPE as kt, getAutoFillRepeatRange as jr, SheetSkeletonManagerService as vn, COPY_TYPE as on, PREDEFINED_HOOK_NAME as cn, getRepeatRange as xr, ISheetClipboardService as Ir, IEditorBridgeService as Rr } from "@univerjs/sheets-ui";
|
|
8
|
+
import { ITextSelectionRenderManager as wr, IRenderManagerService as kr } from "@univerjs/engine-render";
|
|
9
|
+
import { MenuItemType as St, MenuGroup as Ct, MenuPosition as Mt, getMenuHiddenObservable as jt, ComponentManager as Dr, IMenuService as Or, ISidebarService as Pr } from "@univerjs/ui";
|
|
10
|
+
import { Observable as Oe, merge as Ft, combineLatest as Er } from "rxjs";
|
|
11
|
+
import { map as Ze, distinctUntilChanged as _n, switchMap as yn, tap as Nr, debounceTime as Tr, filter as ln, bufferTime as Fr } from "rxjs/operators";
|
|
12
|
+
import $r, { createContext as Ar, useState as ie, useEffect as $t, useRef as At, useContext as bn, useMemo as ye, createElement as Ye, forwardRef as Xe } from "react";
|
|
13
|
+
import { InputNumber as Ut, Select as zt, SelectList as Lt, Button as un } from "@univerjs/design";
|
|
14
|
+
import { useDependency as de, useInjector as Ur } from "@wendellhu/redi/react-bindings";
|
|
15
|
+
const Ue = {
|
|
16
|
+
id: "sheet.command.numfmt.set.numfmt",
|
|
17
|
+
type: ze.COMMAND,
|
|
18
|
+
handler: (e, t) => {
|
|
19
|
+
if (!t)
|
|
20
|
+
return !1;
|
|
21
|
+
const a = e.get(je), n = e.get(ge), i = e.get(qn), l = n.getCurrentUniverSheetInstance(), u = l.getUnitId(), m = l.getActiveSheet().getSheetId(), v = t.values.filter((R) => !!R.pattern), h = t.values.filter((R) => !R.pattern), f = qe(u, m, v), b = {
|
|
22
|
+
unitId: u,
|
|
23
|
+
subUnitId: m,
|
|
24
|
+
ranges: h.map((R) => ({
|
|
25
|
+
startColumn: R.col,
|
|
26
|
+
startRow: R.row,
|
|
27
|
+
endColumn: R.col,
|
|
28
|
+
endRow: R.row
|
|
29
|
+
}))
|
|
30
|
+
}, I = [], D = [];
|
|
31
|
+
if (v.length) {
|
|
32
|
+
Object.keys(f.values).forEach((A) => {
|
|
33
|
+
const V = f.values[A];
|
|
34
|
+
V.ranges = Ce(V.ranges);
|
|
35
|
+
}), I.push({
|
|
36
|
+
id: oe.id,
|
|
37
|
+
params: f
|
|
38
|
+
});
|
|
39
|
+
const R = Qe(e, f);
|
|
40
|
+
D.push(...R);
|
|
41
|
+
}
|
|
42
|
+
if (h.length) {
|
|
43
|
+
b.ranges = Ce(b.ranges), I.push({
|
|
44
|
+
id: re.id,
|
|
45
|
+
params: b
|
|
46
|
+
});
|
|
47
|
+
const R = Pe(e, b);
|
|
48
|
+
D.push(...R);
|
|
49
|
+
}
|
|
50
|
+
const P = Qn(I, a).result;
|
|
51
|
+
return P && i.pushUndoRedo({
|
|
52
|
+
unitID: u,
|
|
53
|
+
undoMutations: D,
|
|
54
|
+
redoMutations: I
|
|
55
|
+
}), P;
|
|
56
|
+
}
|
|
57
|
+
}, Sa = {
|
|
16
58
|
sheet: {
|
|
17
59
|
numfmt: {
|
|
18
60
|
title: "数据格式",
|
|
@@ -46,7 +88,7 @@ const ha = {
|
|
|
46
88
|
subtractDecimal: "减少小数位"
|
|
47
89
|
}
|
|
48
90
|
}
|
|
49
|
-
},
|
|
91
|
+
}, zr = {
|
|
50
92
|
sheet: {
|
|
51
93
|
numfmt: {
|
|
52
94
|
title: "数据格式",
|
|
@@ -80,27 +122,39 @@ const ha = {
|
|
|
80
122
|
subtractDecimal: "减少小数位"
|
|
81
123
|
}
|
|
82
124
|
}
|
|
83
|
-
},
|
|
84
|
-
const t = e.filter((
|
|
125
|
+
}, gt = "SHEET_NUMFMT_PLUGIN", Et = (e) => {
|
|
126
|
+
const t = e.filter((l) => l.id === re.id).map((l) => l.params), a = e.filter((l) => l.id === oe.id).map((l) => l.params), n = [];
|
|
85
127
|
if (t[0]) {
|
|
86
|
-
const
|
|
87
|
-
(
|
|
128
|
+
const l = t.reduce(
|
|
129
|
+
(u, d) => (u.ranges.push(...d.ranges), u),
|
|
88
130
|
{
|
|
89
131
|
ranges: [],
|
|
90
|
-
unitId:
|
|
91
|
-
subUnitId:
|
|
132
|
+
unitId: t[0].unitId,
|
|
133
|
+
subUnitId: t[0].subUnitId
|
|
92
134
|
}
|
|
93
135
|
);
|
|
94
|
-
|
|
136
|
+
l.ranges = Ce(l.ranges), n.push({ id: re.id, params: l });
|
|
95
137
|
}
|
|
138
|
+
const i = (l, u) => {
|
|
139
|
+
const d = Object.keys(l), m = d.findIndex((v) => {
|
|
140
|
+
const h = l[v];
|
|
141
|
+
return Xn.diffValue(h, u);
|
|
142
|
+
});
|
|
143
|
+
return d[m];
|
|
144
|
+
};
|
|
96
145
|
if (a[0]) {
|
|
97
|
-
const
|
|
98
|
-
(
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
ranges
|
|
102
|
-
|
|
103
|
-
|
|
146
|
+
const l = a.reduce(
|
|
147
|
+
(u, d) => (Object.keys(d.values).forEach((m) => {
|
|
148
|
+
const v = d.values[m], h = d.refMap[m], f = i(u.refMap, h);
|
|
149
|
+
if (f)
|
|
150
|
+
u.values[f].ranges.push(...v.ranges);
|
|
151
|
+
else {
|
|
152
|
+
const b = Math.max(...Object.keys(u.refMap).map(Number), 0) + 1;
|
|
153
|
+
u.values[b] = {
|
|
154
|
+
ranges: v.ranges
|
|
155
|
+
}, u.refMap[b] = h;
|
|
156
|
+
}
|
|
157
|
+
}), u),
|
|
104
158
|
{
|
|
105
159
|
values: {},
|
|
106
160
|
refMap: {},
|
|
@@ -108,25 +162,25 @@ const ha = {
|
|
|
108
162
|
subUnitId: a[0].subUnitId
|
|
109
163
|
}
|
|
110
164
|
);
|
|
111
|
-
Object.keys(
|
|
112
|
-
const
|
|
113
|
-
|
|
114
|
-
}), n.push({ id:
|
|
165
|
+
Object.keys(l.values).forEach((u) => {
|
|
166
|
+
const d = l.values[u];
|
|
167
|
+
d.ranges = Ce(d.ranges);
|
|
168
|
+
}), n.push({ id: oe.id, params: l });
|
|
115
169
|
}
|
|
116
170
|
return n;
|
|
117
171
|
};
|
|
118
|
-
var
|
|
119
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
172
|
+
var Lr = Object.defineProperty, Hr = Object.getOwnPropertyDescriptor, Vr = (e, t, a, n) => {
|
|
173
|
+
for (var i = n > 1 ? void 0 : n ? Hr(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
120
174
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
121
|
-
return n && i &&
|
|
122
|
-
},
|
|
123
|
-
let
|
|
175
|
+
return n && i && Lr(t, a, i), i;
|
|
176
|
+
}, at = (e, t) => (a, n) => t(a, n, e);
|
|
177
|
+
let ct = class extends Le {
|
|
124
178
|
constructor(e, t, a, n) {
|
|
125
179
|
super(), this._injector = e, this._univerInstanceService = t, this._numfmtService = a, this._autoFillService = n, this._initAutoFill();
|
|
126
180
|
}
|
|
127
181
|
_initAutoFill() {
|
|
128
182
|
const e = () => ({ redos: [], undos: [] }), t = (i, l, u) => {
|
|
129
|
-
const
|
|
183
|
+
const d = this._univerInstanceService.getCurrentUniverSheetInstance().getUnitId(), m = this._univerInstanceService.getCurrentUniverSheetInstance().getActiveSheet().getSheetId(), v = {
|
|
130
184
|
startRow: i.row,
|
|
131
185
|
startColumn: i.col,
|
|
132
186
|
endColumn: i.col,
|
|
@@ -137,89 +191,90 @@ let lt = class extends ze {
|
|
|
137
191
|
endColumn: l.col,
|
|
138
192
|
endRow: l.row
|
|
139
193
|
}, f = [];
|
|
140
|
-
if (ne.foreach(u, (b,
|
|
141
|
-
const D =
|
|
194
|
+
if (ne.foreach(u, (b, I) => {
|
|
195
|
+
const D = ht.getPositionRange(
|
|
142
196
|
{
|
|
143
197
|
startRow: b,
|
|
144
|
-
startColumn:
|
|
145
|
-
endColumn:
|
|
198
|
+
startColumn: I,
|
|
199
|
+
endColumn: I,
|
|
146
200
|
endRow: b
|
|
147
201
|
},
|
|
148
|
-
|
|
149
|
-
),
|
|
202
|
+
v
|
|
203
|
+
), P = this._numfmtService.getValue(
|
|
204
|
+
d,
|
|
150
205
|
m,
|
|
151
|
-
p,
|
|
152
206
|
D.startRow,
|
|
153
207
|
D.startColumn
|
|
154
208
|
);
|
|
155
|
-
if (
|
|
156
|
-
const R =
|
|
209
|
+
if (P) {
|
|
210
|
+
const R = ht.getPositionRange(
|
|
157
211
|
{
|
|
158
212
|
startRow: b,
|
|
159
|
-
startColumn:
|
|
160
|
-
endColumn:
|
|
213
|
+
startColumn: I,
|
|
214
|
+
endColumn: I,
|
|
161
215
|
endRow: b
|
|
162
216
|
},
|
|
163
217
|
h
|
|
164
218
|
);
|
|
165
219
|
f.push({
|
|
166
|
-
pattern:
|
|
167
|
-
type:
|
|
220
|
+
pattern: P.pattern,
|
|
221
|
+
type: P.type,
|
|
168
222
|
row: R.startRow,
|
|
169
223
|
col: R.startColumn
|
|
170
224
|
});
|
|
171
225
|
}
|
|
172
226
|
}), f.length) {
|
|
173
227
|
const b = {
|
|
174
|
-
id:
|
|
175
|
-
params: qe(
|
|
176
|
-
},
|
|
228
|
+
id: oe.id,
|
|
229
|
+
params: qe(d, m, f)
|
|
230
|
+
}, I = Qe(this._injector, b.params);
|
|
177
231
|
return {
|
|
178
232
|
redos: [b],
|
|
179
|
-
undos:
|
|
233
|
+
undos: I
|
|
180
234
|
};
|
|
181
235
|
}
|
|
182
236
|
return { redos: [], undos: [] };
|
|
183
237
|
}, a = (i, l) => {
|
|
184
|
-
const u = [],
|
|
238
|
+
const u = [], d = [], m = {
|
|
185
239
|
row: i.startRow,
|
|
186
240
|
col: i.startColumn
|
|
187
241
|
};
|
|
188
|
-
return
|
|
189
|
-
const { undos: f, redos: b } = t(
|
|
190
|
-
u.push(...f),
|
|
242
|
+
return jr(i, l).forEach((h) => {
|
|
243
|
+
const { undos: f, redos: b } = t(m, h.repeatStartCell, h.relativeRange);
|
|
244
|
+
u.push(...f), d.push(...b);
|
|
191
245
|
}), {
|
|
192
|
-
undos:
|
|
193
|
-
redos:
|
|
246
|
+
undos: Et(u),
|
|
247
|
+
redos: Et(d)
|
|
194
248
|
};
|
|
195
249
|
}, n = {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
250
|
+
id: gt,
|
|
251
|
+
onFillData: (i, l, u) => {
|
|
252
|
+
if (u === kt.COPY || u === kt.ONLY_FORMAT || u === kt.SERIES) {
|
|
253
|
+
const { source: d, target: m } = i;
|
|
254
|
+
return a(d, m);
|
|
255
|
+
}
|
|
256
|
+
return e();
|
|
202
257
|
}
|
|
203
258
|
};
|
|
204
259
|
this.disposeWithMe(this._autoFillService.addHook(n));
|
|
205
260
|
}
|
|
206
261
|
};
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
],
|
|
214
|
-
var
|
|
215
|
-
function
|
|
262
|
+
ct = Vr([
|
|
263
|
+
He(Ee.Rendered, ct),
|
|
264
|
+
at(0, z(Ne)),
|
|
265
|
+
at(1, z(ge)),
|
|
266
|
+
at(2, z(be)),
|
|
267
|
+
at(3, z(Mr))
|
|
268
|
+
], ct);
|
|
269
|
+
var Yr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
270
|
+
function Br(e) {
|
|
216
271
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
217
272
|
}
|
|
218
|
-
var
|
|
273
|
+
var Sn = { exports: {} };
|
|
219
274
|
(function(e, t) {
|
|
220
275
|
(function(a, n) {
|
|
221
276
|
e.exports = n();
|
|
222
|
-
})(typeof self < "u" ? self :
|
|
277
|
+
})(typeof self < "u" ? self : Yr, function() {
|
|
223
278
|
return function() {
|
|
224
279
|
var a = { d: function(s, r) {
|
|
225
280
|
for (var o in r)
|
|
@@ -228,39 +283,39 @@ var yn = { exports: {} };
|
|
|
228
283
|
return Object.prototype.hasOwnProperty.call(s, r);
|
|
229
284
|
} }, n = {};
|
|
230
285
|
a.d(n, { default: function() {
|
|
231
|
-
return
|
|
286
|
+
return Gn;
|
|
232
287
|
} });
|
|
233
288
|
var i = { 1078: "af", 1052: "sq", 1118: "am", 5121: "ar_DZ", 15361: "ar_BH", 3073: "ar_EG", 2049: "ar_IQ", 11265: "ar_JO", 13313: "ar_KW", 12289: "ar_LB", 4097: "ar_LY", 6145: "ar_MA", 8193: "ar_OM", 16385: "ar_QA", 1025: "ar_SA", 10241: "ar_SY", 7169: "ar_TN", 14337: "ar_AE", 9217: "ar_YE", 1067: "hy", 1101: "as", 2092: "az_AZ", 1068: "az_AZ", 1069: "eu", 1059: "be", 2117: "bn", 1093: "bn_IN", 5146: "bs", 1026: "bg", 1109: "my", 1027: "ca", 2052: "zh_CN", 3076: "zh_HK", 5124: "zh_MO", 4100: "zh_SG", 1028: "zh_TW", 1050: "hr", 1029: "cs", 1030: "da", 1125: "dv", 2067: "nl_BE", 1043: "nl_NL", 1126: "bin", 3081: "en_AU", 10249: "en_BZ", 4105: "en_CA", 9225: "en_CB", 2057: "en_GB", 16393: "en_IN", 6153: "en_IE", 8201: "en_JM", 5129: "en_NZ", 13321: "en_PH", 7177: "en_ZA", 11273: "en_TT", 1033: "en_US", 12297: "en_ZW", 1061: "et", 1071: "mk", 1080: "fo", 1065: "fa", 1124: "fil", 1035: "fi", 2060: "fr_BE", 11276: "fr_CM", 3084: "fr_CA", 9228: "fr_CG", 12300: "fr_CI", 1036: "fr_FR", 5132: "fr_LU", 13324: "fr_ML", 6156: "fr_MC", 14348: "fr_MA", 10252: "fr_SN", 4108: "fr_CH", 7180: "fr", 1122: "fy_NL", 2108: "gd_IE", 1084: "gd", 1110: "gl", 1079: "ka", 3079: "de_AT", 1031: "de_DE", 5127: "de_LI", 4103: "de_LU", 2055: "de_CH", 1032: "el", 1140: "gn", 1095: "gu", 1279: "en", 1037: "he", 1081: "hi", 1038: "hu", 1039: "is", 1136: "ig_NG", 1057: "id", 1040: "it_IT", 2064: "it_CH", 1041: "ja", 1099: "kn", 1120: "ks", 1087: "kk", 1107: "km", 1111: "kok", 1042: "ko", 1088: "ky", 1108: "lo", 1142: "la", 1062: "lv", 1063: "lt", 2110: "ms_BN", 1086: "ms_MY", 1100: "ml", 1082: "mt", 1112: "mni", 1153: "mi", 1102: "mr", 1104: "mn", 2128: "mn", 1121: "ne", 1044: "no_NO", 2068: "no_NO", 1096: "or", 1045: "pl", 1046: "pt_BR", 2070: "pt_PT", 1094: "pa", 1047: "rm", 2072: "ro_MO", 1048: "ro_RO", 1049: "ru", 2073: "ru_MO", 1083: "se", 1103: "sa", 3098: "sr_SP", 2074: "sr_SP", 1072: "st", 1074: "tn", 1113: "sd", 1115: "si", 1051: "sk", 1060: "sl", 1143: "so", 1070: "sb", 11274: "es_AR", 16394: "es_BO", 13322: "es_CL", 9226: "es_CO", 5130: "es_CR", 7178: "es_DO", 12298: "es_EC", 17418: "es_SV", 4106: "es_GT", 18442: "es_HN", 2058: "es_MX", 19466: "es_NI", 6154: "es_PA", 15370: "es_PY", 10250: "es_PE", 20490: "es_PR", 1034: "es_ES", 14346: "es_UY", 8202: "es_VE", 1089: "sw", 2077: "sv_FI", 1053: "sv_SE", 1114: "syc", 1064: "tg", 1097: "ta", 1092: "tt", 1098: "te", 1054: "th", 1105: "bo", 1073: "ts", 1055: "tr", 1090: "tk", 1058: "uk", 1056: "ur", 2115: "uz_UZ", 1091: "uz_UZ", 1075: "ve", 1066: "vi", 1106: "cy", 1076: "xh", 1085: "yi", 1077: "zu" };
|
|
234
|
-
const l = /^([a-z\d]+)(?:[_-]([a-z\d]+))?(?:\.([a-z\d]+))?(?:@([a-z\d]+))?$/i, u = {},
|
|
235
|
-
function
|
|
289
|
+
const l = /^([a-z\d]+)(?:[_-]([a-z\d]+))?(?:\.([a-z\d]+))?(?:@([a-z\d]+))?$/i, u = {}, d = { group: " ", decimal: ".", positive: "+", negative: "-", percent: "%", exponent: "E", nan: "NaN", infinity: "∞", ampm: ["AM", "PM"], mmmm6: ["Muharram", "Safar", "Rabiʻ I", "Rabiʻ II", "Jumada I", "Jumada II", "Rajab", "Shaʻban", "Ramadan", "Shawwal", "Dhuʻl-Qiʻdah", "Dhuʻl-Hijjah"], mmm6: ["Muh.", "Saf.", "Rab. I", "Rab. II", "Jum. I", "Jum. II", "Raj.", "Sha.", "Ram.", "Shaw.", "Dhuʻl-Q.", "Dhuʻl-H."], mmmm: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], mmm: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], dddd: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], ddd: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"] };
|
|
290
|
+
function m(s) {
|
|
236
291
|
const r = l.exec(s);
|
|
237
292
|
if (!r)
|
|
238
293
|
throw new SyntaxError("Malformed locale: ".concat(s));
|
|
239
294
|
return { lang: r[1] + (r[2] ? "_" + r[2] : ""), language: r[1], territory: r[2] || "", codeset: r[3] || "", modifier: r[4] || "" };
|
|
240
295
|
}
|
|
241
|
-
function
|
|
296
|
+
function v(s) {
|
|
242
297
|
if (typeof s == "number")
|
|
243
298
|
return i[65535 & s] || null;
|
|
244
299
|
const r = parseInt(s, 16);
|
|
245
300
|
return isFinite(r) && i[65535 & r] ? i[65535 & r] || null : l.test(s) ? s : null;
|
|
246
301
|
}
|
|
247
302
|
function h(s) {
|
|
248
|
-
const r =
|
|
303
|
+
const r = v(s);
|
|
249
304
|
let o = null;
|
|
250
305
|
if (r) {
|
|
251
|
-
const
|
|
252
|
-
o = u[
|
|
306
|
+
const p = m(r);
|
|
307
|
+
o = u[p.lang] || u[p.language] || null;
|
|
253
308
|
}
|
|
254
309
|
return o;
|
|
255
310
|
}
|
|
256
311
|
function f(s) {
|
|
257
|
-
return Object.assign({},
|
|
312
|
+
return Object.assign({}, d, s);
|
|
258
313
|
}
|
|
259
314
|
function b(s, r) {
|
|
260
|
-
const o = typeof r == "object" ? r :
|
|
315
|
+
const o = typeof r == "object" ? r : m(r);
|
|
261
316
|
return u[o.lang] = f(s), o.language === o.lang || u[o.language] || (u[o.language] = f(s)), u[o.lang];
|
|
262
317
|
}
|
|
263
|
-
const
|
|
318
|
+
const I = f({ group: "," });
|
|
264
319
|
function D(s, r) {
|
|
265
320
|
if (typeof s != "number")
|
|
266
321
|
return s;
|
|
@@ -272,87 +327,87 @@ var yn = { exports: {} };
|
|
|
272
327
|
}
|
|
273
328
|
return Math.round(s);
|
|
274
329
|
}
|
|
275
|
-
|
|
276
|
-
function
|
|
277
|
-
const
|
|
278
|
-
let y, g, c = Math.abs(s),
|
|
330
|
+
I.isDefault = !0, b({ group: ",", ampm: ["上午", "下午"], mmmm: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], mmm: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], dddd: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"], ddd: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"] }, "zh_CN"), b({ group: ",", nan: "非數值", ampm: ["上午", "下午"], mmmm: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], mmm: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], dddd: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"], ddd: ["週日", "週一", "週二", "週三", "週四", "週五", "週六"] }, "zh_TW"), b({ group: ",", ampm: ["午前", "午後"], mmmm: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], mmm: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], dddd: ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"], ddd: ["日", "月", "火", "水", "木", "金", "土"] }, "ja"), b({ group: ",", ampm: ["오전", "오후"], mmmm: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], mmm: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], dddd: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"], ddd: ["일", "월", "화", "수", "목", "금", "토"] }, "ko"), b({ group: ",", ampm: ["ก่อนเที่ยง", "หลังเที่ยง"], mmmm: ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"], mmm: ["ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."], dddd: ["วันอาทิตย์", "วันจันทร์", "วันอังคาร", "วันพุธ", "วันพฤหัสบดี", "วันศุกร์", "วันเสาร์"], ddd: ["อา.", "จ.", "อ.", "พ.", "พฤ.", "ศ.", "ส."] }, "th"), b({ decimal: ",", ampm: ["dop.", "odp."], mmmm: ["ledna", "února", "března", "dubna", "května", "června", "července", "srpna", "září", "října", "listopadu", "prosince"], mmm: ["led", "úno", "bře", "dub", "kvě", "čvn", "čvc", "srp", "zář", "říj", "lis", "pro"], dddd: ["neděle", "pondělí", "úterý", "středa", "čtvrtek", "pátek", "sobota"], ddd: ["ne", "po", "út", "st", "čt", "pá", "so"] }, "cs"), b({ group: ".", decimal: ",", mmmm: ["januar", "februar", "marts", "april", "maj", "juni", "juli", "august", "september", "oktober", "november", "december"], mmm: ["jan.", "feb.", "mar.", "apr.", "maj", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "dec."], dddd: ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"], ddd: ["søn.", "man.", "tir.", "ons.", "tor.", "fre.", "lør."] }, "da"), b({ group: ".", decimal: ",", ampm: ["a.m.", "p.m."], mmmm: ["januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"], mmm: ["jan.", "feb.", "mrt.", "apr.", "mei", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "dec."], dddd: ["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"], ddd: ["zo", "ma", "di", "wo", "do", "vr", "za"] }, "nl"), b({ group: "," }, "en"), b({ decimal: ",", nan: "epäluku", ampm: ["ap.", "ip."], mmmm: ["tammikuuta", "helmikuuta", "maaliskuuta", "huhtikuuta", "toukokuuta", "kesäkuuta", "heinäkuuta", "elokuuta", "syyskuuta", "lokakuuta", "marraskuuta", "joulukuuta"], mmm: ["tammik.", "helmik.", "maalisk.", "huhtik.", "toukok.", "kesäk.", "heinäk.", "elok.", "syysk.", "lokak.", "marrask.", "jouluk."], dddd: ["sunnuntaina", "maanantaina", "tiistaina", "keskiviikkona", "torstaina", "perjantaina", "lauantaina"], ddd: ["su", "ma", "ti", "ke", "to", "pe", "la"] }, "fi"), b({ group: " ", decimal: ",", mmmm: ["janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"], mmm: ["janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc."], dddd: ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"], ddd: ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."] }, "fr"), b({ group: ".", decimal: ",", mmmm: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"], mmm: ["Jan.", "Feb.", "März", "Apr.", "Mai", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Dez."], dddd: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"], ddd: ["So.", "Mo.", "Di.", "Mi.", "Do.", "Fr.", "Sa."] }, "de"), b({ group: ".", decimal: ",", ampm: ["π.μ.", "μ.μ."], mmmm: ["Ιανουαρίου", "Φεβρουαρίου", "Μαρτίου", "Απριλίου", "Μαΐου", "Ιουνίου", "Ιουλίου", "Αυγούστου", "Σεπτεμβρίου", "Οκτωβρίου", "Νοεμβρίου", "Δεκεμβρίου"], mmm: ["Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαΐ", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ"], dddd: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"], ddd: ["Κυρ", "Δευ", "Τρί", "Τετ", "Πέμ", "Παρ", "Σάβ"] }, "el"), b({ decimal: ",", ampm: ["de.", "du."], mmmm: ["január", "február", "március", "április", "május", "június", "július", "augusztus", "szeptember", "október", "november", "december"], mmm: ["jan.", "febr.", "márc.", "ápr.", "máj.", "jún.", "júl.", "aug.", "szept.", "okt.", "nov.", "dec."], dddd: ["vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat"], ddd: ["V", "H", "K", "Sze", "Cs", "P", "Szo"] }, "hu"), b({ group: ".", decimal: ",", ampm: ["f.h.", "e.h."], mmmm: ["janúar", "febrúar", "mars", "apríl", "maí", "júní", "júlí", "ágúst", "september", "október", "nóvember", "desember"], mmm: ["jan.", "feb.", "mar.", "apr.", "maí", "jún.", "júl.", "ágú.", "sep.", "okt.", "nóv.", "des."], dddd: ["sunnudagur", "mánudagur", "þriðjudagur", "miðvikudagur", "fimmtudagur", "föstudagur", "laugardagur"], ddd: ["sun.", "mán.", "þri.", "mið.", "fim.", "fös.", "lau."] }, "is"), b({ group: ".", decimal: ",", mmmm: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"], mmm: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Agu", "Sep", "Okt", "Nov", "Des"], dddd: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"], ddd: ["Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"] }, "id"), b({ group: ".", decimal: ",", mmmm: ["gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre"], mmm: ["gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic"], dddd: ["domenica", "lunedì", "martedì", "mercoledì", "giovedì", "venerdì", "sabato"], ddd: ["dom", "lun", "mar", "mer", "gio", "ven", "sab"] }, "it"), b({ decimal: ",", ampm: ["a.m.", "p.m."], mmmm: ["januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember"], mmm: ["jan.", "feb.", "mar.", "apr.", "mai", "jun.", "jul.", "aug.", "sep.", "okt.", "nov.", "des."], dddd: ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"], ddd: ["søn.", "man.", "tir.", "ons.", "tor.", "fre.", "lør."] }, "nb"), b({ decimal: ",", mmmm: ["stycznia", "lutego", "marca", "kwietnia", "maja", "czerwca", "lipca", "sierpnia", "września", "października", "listopada", "grudnia"], mmm: ["sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru"], dddd: ["niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"], ddd: ["niedz.", "pon.", "wt.", "śr.", "czw.", "pt.", "sob."] }, "pl"), b({ group: ".", decimal: ",", mmmm: ["janeiro", "fevereiro", "março", "abril", "maio", "junho", "julho", "agosto", "setembro", "outubro", "novembro", "dezembro"], mmm: ["jan.", "fev.", "mar.", "abr.", "mai.", "jun.", "jul.", "ago.", "set.", "out.", "nov.", "dez."], dddd: ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"], ddd: ["dom.", "seg.", "ter.", "qua.", "qui.", "sex.", "sáb."] }, "pt"), b({ decimal: ",", nan: "не число", mmmm: ["января", "февраля", "марта", "апреля", "мая", "июня", "июля", "августа", "сентября", "октября", "ноября", "декабря"], mmm: ["янв.", "февр.", "мар.", "апр.", "мая", "июн.", "июл.", "авг.", "сент.", "окт.", "нояб.", "дек."], dddd: ["воскресенье", "понедельник", "вторник", "среда", "четверг", "пятница", "суббота"], ddd: ["вс", "пн", "вт", "ср", "чт", "пт", "сб"] }, "ru"), b({ decimal: ",", mmmm: ["januára", "februára", "marca", "apríla", "mája", "júna", "júla", "augusta", "septembra", "októbra", "novembra", "decembra"], mmm: ["jan", "feb", "mar", "apr", "máj", "jún", "júl", "aug", "sep", "okt", "nov", "dec"], dddd: ["nedeľa", "pondelok", "utorok", "streda", "štvrtok", "piatok", "sobota"], ddd: ["ne", "po", "ut", "st", "št", "pi", "so"] }, "sk"), b({ group: ".", decimal: ",", ampm: ["a. m.", "p. m."], mmmm: ["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"], mmm: ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."], dddd: ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"], ddd: ["dom.", "lun.", "mar.", "mié.", "jue.", "vie.", "sáb."] }, "es"), b({ decimal: ",", ampm: ["fm", "em"], mmmm: ["januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"], mmm: ["jan.", "feb.", "mars", "apr.", "maj", "juni", "juli", "aug.", "sep.", "okt.", "nov.", "dec."], dddd: ["söndag", "måndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"], ddd: ["sön", "mån", "tis", "ons", "tors", "fre", "lör"] }, "sv"), b({ group: ".", decimal: ",", ampm: ["ÖÖ", "ÖS"], mmmm: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"], mmm: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"], dddd: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"], ddd: ["Paz", "Pzt", "Sal", "Çar", "Per", "Cum", "Cmt"] }, "tr");
|
|
331
|
+
function P(s, r, o) {
|
|
332
|
+
const p = s < 0 ? -1 : 1, _ = 10 ** (r || 2), M = 10 ** (o || 2);
|
|
333
|
+
let y, g, c = Math.abs(s), x = 0, E = 0, S = 0, N = 1;
|
|
279
334
|
if ((s = c) % 1 == 0)
|
|
280
|
-
g = [s *
|
|
335
|
+
g = [s * p, 1];
|
|
281
336
|
else if (s < 1e-19)
|
|
282
|
-
g = [
|
|
337
|
+
g = [p, 1e19];
|
|
283
338
|
else if (s > 1e19)
|
|
284
|
-
g = [1e19 *
|
|
339
|
+
g = [1e19 * p, 1];
|
|
285
340
|
else {
|
|
286
341
|
do
|
|
287
|
-
if (c = 1 / (c - Math.floor(c)), y = N, N = N * Math.floor(c) +
|
|
288
|
-
return [
|
|
342
|
+
if (c = 1 / (c - Math.floor(c)), y = N, N = N * Math.floor(c) + x, x = y, E = S, S = Math.floor(s * N + 0.5), S >= _ || N >= M)
|
|
343
|
+
return [p * E, x];
|
|
289
344
|
while (Math.abs(s - S / N) >= 1e-10 && c !== Math.floor(c));
|
|
290
|
-
g = [
|
|
345
|
+
g = [p * S, N];
|
|
291
346
|
}
|
|
292
347
|
return g;
|
|
293
348
|
}
|
|
294
|
-
const R = { overflow: "######", dateErrorThrows: !1, dateErrorNumber: !0, dateSpanLarge: !0, leap1900: !0, nbsp: !0, throws: !0, invalid: "######", locale: "", ignoreTimezone: !1 },
|
|
295
|
-
function
|
|
349
|
+
const R = { overflow: "######", dateErrorThrows: !1, dateErrorNumber: !0, dateSpanLarge: !0, leap1900: !0, nbsp: !0, throws: !0, invalid: "######", locale: "", ignoreTimezone: !1 }, A = Object.assign({}, R);
|
|
350
|
+
function V(s) {
|
|
296
351
|
if (s === null && (s = R), s) {
|
|
297
352
|
for (const r in s)
|
|
298
353
|
if (r in R) {
|
|
299
354
|
const o = s[r];
|
|
300
|
-
|
|
355
|
+
A[r] = o ?? R[r];
|
|
301
356
|
}
|
|
302
357
|
}
|
|
303
|
-
return {
|
|
358
|
+
return { ...A };
|
|
304
359
|
}
|
|
305
|
-
const W = { "#": "", 0: "0", "?": " " }, Q = { "@": "text", "-": "minus", "+": "plus" },
|
|
360
|
+
const W = { "#": "", 0: "0", "?": " " }, Q = { "@": "text", "-": "minus", "+": "plus" }, me = ["#000", "#FFF", "#F00", "#0F0", "#00F", "#FF0", "#F0F", "#0FF", "#000", "#FFF", "#F00", "#0F0", "#00F", "#FF0", "#F0F", "#0FF", "#800", "#080", "#008", "#880", "#808", "#088", "#CCC", "#888", "#99F", "#936", "#FFC", "#CFF", "#606", "#F88", "#06C", "#CCF", "#008", "#F0F", "#FF0", "#0FF", "#808", "#800", "#088", "#00F", "#0CF", "#CFF", "#CFC", "#FF9", "#9CF", "#F9C", "#C9F", "#FC9", "#36F", "#3CC", "#9C0", "#FC0"], xe = ["¤", "$", "£", "¥", "֏", "؋", "৳", "฿", "៛", "₡", "₦", "₩", "₪", "₫", "€", "₭", "₮", "₱", "₲", "₴", "₸", "₹", "₺", "₼", "₽", "₾", "₿"], Ie = new RegExp("[" + xe.join("") + "]");
|
|
306
361
|
function G(s, r, o) {
|
|
307
362
|
return r[o + "_max"] = s.length, r[o + "_min"] = s.replace(/#/g, "").length, r;
|
|
308
363
|
}
|
|
309
|
-
const
|
|
364
|
+
const pe = {};
|
|
310
365
|
function Te(s) {
|
|
311
|
-
if (!(s in
|
|
312
|
-
const r = [], o = s.replace(/^[#,]+/, "").replace(/[1-9]\d*/g, (
|
|
313
|
-
for (let
|
|
314
|
-
const
|
|
315
|
-
r[
|
|
366
|
+
if (!(s in pe)) {
|
|
367
|
+
const r = [], o = s.replace(/^[#,]+/, "").replace(/[1-9]\d*/g, (p) => "?".repeat(p.length));
|
|
368
|
+
for (let p = 0; p < o.length; p++) {
|
|
369
|
+
const _ = o.charAt(p);
|
|
370
|
+
r[p] = _ in W ? W[_] : _;
|
|
316
371
|
}
|
|
317
|
-
|
|
372
|
+
pe[s] = r.join("");
|
|
318
373
|
}
|
|
319
|
-
return
|
|
374
|
+
return pe[s];
|
|
320
375
|
}
|
|
321
376
|
function Z(s, r) {
|
|
322
377
|
typeof s == "string" && (s = { type: "string", value: s = s.replace(/ /g, W["?"]) }), r.push(s);
|
|
323
378
|
}
|
|
324
379
|
function Re(s) {
|
|
325
380
|
const r = [], o = { scale: 1, percent: !1, text: !1, date: 0, date_eval: !1, date_system: 1, sec_decimals: 0, general: !1, clock: 24, int_pattern: [], frac_pattern: [], man_pattern: [], den_pattern: [], num_pattern: [], tokens: r };
|
|
326
|
-
let
|
|
381
|
+
let p = s + "", _ = "int", M = !1, y = null;
|
|
327
382
|
const g = [];
|
|
328
|
-
let c,
|
|
329
|
-
for (;
|
|
330
|
-
if (c = /^General/i.exec(
|
|
383
|
+
let c, x, E = !1;
|
|
384
|
+
for (; p && !M; ) {
|
|
385
|
+
if (c = /^General/i.exec(p))
|
|
331
386
|
o.general = !0, Z({ type: "general" }, r);
|
|
332
|
-
else if (
|
|
333
|
-
o[
|
|
334
|
-
else if ((c = /^\//.exec(
|
|
387
|
+
else if (_ === "int" && (c = /^[#?0]+(?:,[#?0]+)*/.exec(p)) || _ === "den" && (c = /^[#?\d]+/.exec(p)) || (c = /^[#?0]+/.exec(p)))
|
|
388
|
+
o[_ + "_pattern"].push(c[0]), y = { type: _, num: c[0] }, Z(y, r);
|
|
389
|
+
else if ((c = /^\//.exec(p)) && o[_ + "_pattern"].length) {
|
|
335
390
|
if (!y)
|
|
336
391
|
throw new SyntaxError("Missing a numerator in pattern ".concat(s));
|
|
337
|
-
o.fractions = !0, o.num_pattern.push(o[
|
|
338
|
-
} else if (c = /^,+/.exec(
|
|
339
|
-
const C =
|
|
340
|
-
|
|
392
|
+
o.fractions = !0, o.num_pattern.push(o[_ + "_pattern"].pop()), y.type = "num", _ = "den", Z({ type: "div" }, r);
|
|
393
|
+
} else if (c = /^,+/.exec(p)) {
|
|
394
|
+
const C = p.charAt(1) in W;
|
|
395
|
+
x.slice(-1) in W && (c[0].length > 1 || !C) ? o.scale = 1e-3 ** c[0].length : o.dec_fractions || Z(c[0], r);
|
|
341
396
|
} else {
|
|
342
|
-
if (c = /^;/.exec(
|
|
397
|
+
if (c = /^;/.exec(p)) {
|
|
343
398
|
M = !0;
|
|
344
399
|
break;
|
|
345
400
|
}
|
|
346
|
-
if (c = /^[@+-]/.exec(
|
|
401
|
+
if (c = /^[@+-]/.exec(p))
|
|
347
402
|
c[0] === "@" && (o.text = !0), Z({ type: Q[c[0]] }, r);
|
|
348
|
-
else if (c = /^(?:\[(h+|m+|s+)\])/i.exec(
|
|
403
|
+
else if (c = /^(?:\[(h+|m+|s+)\])/i.exec(p)) {
|
|
349
404
|
const C = c[1].toLowerCase(), k = C[0], F = { type: "", size: 0, date: 1, raw: c[0], pad: C.length };
|
|
350
405
|
k === "h" ? (F.size = 16, F.type = "hour-elap") : k === "m" ? (F.size = 32, F.type = "min-elap") : (F.size = 64, F.type = "sec-elap"), o.date = o.date | F.size, g.push(F), Z(F, r);
|
|
351
|
-
} else if (c = /^(?:B2)/i.exec(
|
|
352
|
-
|
|
353
|
-
else if (c = /^(?:B1)/i.exec(
|
|
354
|
-
|
|
355
|
-
else if (c = /^(?:([hHmMsSyYbBdDegG])\1*)/.exec(
|
|
406
|
+
} else if (c = /^(?:B2)/i.exec(p))
|
|
407
|
+
E || (o.date_system = 6);
|
|
408
|
+
else if (c = /^(?:B1)/i.exec(p))
|
|
409
|
+
E || (o.date_system = 1);
|
|
410
|
+
else if (c = /^(?:([hHmMsSyYbBdDegG])\1*)/.exec(p)) {
|
|
356
411
|
const C = { type: "", size: 0, date: 1, raw: c[0] }, k = c[0].toLowerCase(), F = k[0];
|
|
357
412
|
if (k === "y" || k === "yy")
|
|
358
413
|
C.size = 2, C.type = "year-short";
|
|
@@ -380,43 +435,43 @@ var yn = { exports: {} };
|
|
|
380
435
|
U && 32 & U.size ? C.used = !0 : U && U.indeterminate && (delete U.indeterminate, U.size = 32, U.type = "min", C.used = !0);
|
|
381
436
|
}
|
|
382
437
|
o.date = o.date | C.size, o.date_eval = !0, g.push(C), Z(C, r);
|
|
383
|
-
} else if (c = /^(?:AM\/PM|am\/pm|A\/P)/.exec(
|
|
438
|
+
} else if (c = /^(?:AM\/PM|am\/pm|A\/P)/.exec(p))
|
|
384
439
|
o.clock = 12, o.date = 16 | o.date, o.date_eval = !0, Z({ type: "am", short: c[0] === "A/P" }, r);
|
|
385
|
-
else if (o.date && (c = /^\.0{1,3}/i.exec(
|
|
440
|
+
else if (o.date && (c = /^\.0{1,3}/i.exec(p))) {
|
|
386
441
|
const C = c[0].length - 1, k = [64, 128, 256, 512][C];
|
|
387
442
|
o.date = o.date | k, o.date_eval = !0, o.sec_decimals = Math.max(o.sec_decimals, C), Z({ type: "subsec", size: k, decimals: C, date: 1, raw: c[0] }, r);
|
|
388
|
-
} else if ((c = /^\\(.)/.exec(
|
|
443
|
+
} else if ((c = /^\\(.)/.exec(p)) || (c = /^"([^"]*?)"/.exec(p)))
|
|
389
444
|
Z(c[1], r);
|
|
390
|
-
else if (c = /^\[(<[=>]?|>=?|=)\s*(-?[.\d]+)\]/.exec(
|
|
445
|
+
else if (c = /^\[(<[=>]?|>=?|=)\s*(-?[.\d]+)\]/.exec(p))
|
|
391
446
|
o.condition = [c[1], parseFloat(c[2], 10)];
|
|
392
|
-
else if (c = /^\[\$([^\]]+)\]/.exec(
|
|
447
|
+
else if (c = /^\[\$([^\]]+)\]/.exec(p)) {
|
|
393
448
|
const C = c[1].split("-"), k = C.length < 2 ? "" : C[C.length - 1], F = C[0];
|
|
394
449
|
F && Z(F, r);
|
|
395
|
-
const U =
|
|
450
|
+
const U = v(k);
|
|
396
451
|
U && (o.locale = U);
|
|
397
|
-
const
|
|
398
|
-
isFinite(
|
|
399
|
-
} else if (c = /^\[(black|blue|cyan|green|magenta|red|white|yellow|color\s*(\d+))\]/i.exec(
|
|
400
|
-
o.color = c[2] ?
|
|
401
|
-
else if (!(c = /^\[(DBNum1|ENG|HIJ|JPN|TWN)\]/i.exec(
|
|
402
|
-
if (c = /^%/.exec(
|
|
452
|
+
const Y = parseInt(k, 16);
|
|
453
|
+
isFinite(Y) && 16711680 & Y && (Y >> 16 & 255) === 6 && (o.date_system = 6), E = !0;
|
|
454
|
+
} else if (c = /^\[(black|blue|cyan|green|magenta|red|white|yellow|color\s*(\d+))\]/i.exec(p))
|
|
455
|
+
o.color = c[2] ? me[parseInt(c[2], 10)] || "#000" : c[1].toLowerCase();
|
|
456
|
+
else if (!(c = /^\[(DBNum1|ENG|HIJ|JPN|TWN)\]/i.exec(p))) {
|
|
457
|
+
if (c = /^%/.exec(p))
|
|
403
458
|
o.scale = 100, o.percent = !0, Z("%", r);
|
|
404
|
-
else if (c = /^_(\\.|.)/.exec(
|
|
459
|
+
else if (c = /^_(\\.|.)/.exec(p))
|
|
405
460
|
Z(" ", r);
|
|
406
|
-
else if (c = /^\./.exec(
|
|
407
|
-
Z({ type: "point", value: c[0] }, r), o.dec_fractions = !0,
|
|
408
|
-
else if (c = /^[Ee]([+-]?|(?=[0#?]))/.exec(
|
|
409
|
-
o.exponential = !0, o.exp_plus = c[1] === "+",
|
|
410
|
-
else if (!(c = /^\*(\\.|.)/.exec(
|
|
411
|
-
if (c = /^[BENn[]/.exec(
|
|
412
|
-
throw new SyntaxError("Unexpected char ".concat(
|
|
413
|
-
|
|
461
|
+
else if (c = /^\./.exec(p))
|
|
462
|
+
Z({ type: "point", value: c[0] }, r), o.dec_fractions = !0, _ = "frac";
|
|
463
|
+
else if (c = /^[Ee]([+-]?|(?=[0#?]))/.exec(p))
|
|
464
|
+
o.exponential = !0, o.exp_plus = c[1] === "+", _ = "man", Z({ type: "exp", plus: c[1] === "+" }, r);
|
|
465
|
+
else if (!(c = /^\*(\\.|.)/.exec(p))) {
|
|
466
|
+
if (c = /^[BENn[]/.exec(p))
|
|
467
|
+
throw new SyntaxError("Unexpected char ".concat(p.charAt(0), " in pattern ").concat(s));
|
|
468
|
+
p[0] === "(" && (o.parens = !0), c = [p[0]], Z(c[0], r);
|
|
414
469
|
}
|
|
415
470
|
}
|
|
416
471
|
}
|
|
417
|
-
|
|
472
|
+
x = c[0], p = p.slice(c ? c[0].length : 1);
|
|
418
473
|
}
|
|
419
|
-
if (o.pattern = s.slice(0, s.length -
|
|
474
|
+
if (o.pattern = s.slice(0, s.length - p.length), /^((?:\[[^\]]+\])+)(;|$)/.test(o.pattern) && !/^\[(?:h+|m+|s+)\]/.test(o.pattern) && Z({ type: "text" }, r), o.fractions && o.dec_fractions || o.fractions && o.exponential)
|
|
420
475
|
throw new SyntaxError("Invalid pattern: ".concat(o.pattern));
|
|
421
476
|
const S = o.int_pattern.join("");
|
|
422
477
|
if (o.grouping = S.indexOf(",") >= 0, o.grouping) {
|
|
@@ -425,54 +480,54 @@ var yn = { exports: {} };
|
|
|
425
480
|
} else
|
|
426
481
|
o.group_pri = 0, o.group_sec = 0;
|
|
427
482
|
G(S.replace(/[,]/g, ""), o, "int"), G(o.frac_pattern.join(""), o, "frac"), G(o.man_pattern.join(""), o, "man");
|
|
428
|
-
let N = o.num_pattern.join(""),
|
|
429
|
-
const T = /\?/.test(
|
|
430
|
-
return
|
|
483
|
+
let N = o.num_pattern.join(""), $ = o.den_pattern.join("");
|
|
484
|
+
const T = /\?/.test($) || /\?/.test(N);
|
|
485
|
+
return $ = $.replace(/\d/g, T ? "?" : "#"), T && ($ = $.replace(/#$/g, "?")), G(N, o, "num"), G($, o, "den"), T && (N = N.replace(/#$/g, "?")), o.int_padding = Te(o.int_pattern.join("")), o.man_padding = Te(o.man_pattern.join("")), o.num_padding = Te(N), o.den_padding = Te($), o.den_pattern.length && (o.denominator = parseInt(o.den_pattern.join("").replace(/\D/g, ""), 10)), o.integer = !!o.int_pattern.join("").length, o.fractions && r.forEach((C, k) => {
|
|
431
486
|
const F = r[k + 1];
|
|
432
487
|
C.type === "string" && F && (F.type === "num" ? C.rule = "num+int" : F.type === "div" ? C.rule = "num" : F.type === "den" && (C.rule = "den"));
|
|
433
488
|
}), o;
|
|
434
489
|
}
|
|
435
|
-
const
|
|
490
|
+
const It = (s) => {
|
|
436
491
|
const r = s.condition;
|
|
437
492
|
r && r[1] < 0 && (r[0] === "<" || r[0] === "<=" || r[0] === "=") || s.tokens.unshift({ type: "minus", volatile: !0 });
|
|
438
493
|
};
|
|
439
|
-
function
|
|
494
|
+
function Bt(s) {
|
|
440
495
|
const r = [];
|
|
441
|
-
let o,
|
|
496
|
+
let o, p = !1, _ = null, M = s, y = 0, g = !1, c = 0, x = 0;
|
|
442
497
|
do {
|
|
443
498
|
if (g = Re(M), (g.date || g.general) && (g.int_pattern.length || g.frac_pattern.length || g.scale !== 1 || g.text))
|
|
444
499
|
throw new Error("Illegal format");
|
|
445
|
-
if (g.condition && (
|
|
446
|
-
if (
|
|
500
|
+
if (g.condition && (x++, p = !0), g.text) {
|
|
501
|
+
if (_)
|
|
447
502
|
throw new Error("Unexpected partition");
|
|
448
|
-
|
|
503
|
+
_ = g;
|
|
449
504
|
}
|
|
450
|
-
g.locale && (o =
|
|
451
|
-
} while (y && c < 4 &&
|
|
505
|
+
g.locale && (o = v(g.locale)), r.push(g), y = M.charAt(g.pattern.length) === ";" ? 1 : 0, M = M.slice(g.pattern.length + y), c++;
|
|
506
|
+
} while (y && c < 4 && x < 3);
|
|
452
507
|
if (y)
|
|
453
508
|
throw new Error("Unexpected partition");
|
|
454
|
-
if (
|
|
509
|
+
if (x > 2)
|
|
455
510
|
throw new Error("Unexpected condition");
|
|
456
|
-
const
|
|
457
|
-
if (
|
|
511
|
+
const E = r[3];
|
|
512
|
+
if (E && (E.int_pattern.length || E.frac_pattern.length || E.date))
|
|
458
513
|
throw new Error("Unexpected partition");
|
|
459
|
-
if (
|
|
514
|
+
if (p) {
|
|
460
515
|
const S = r.length;
|
|
461
516
|
if (S === 1 && (r[1] = Re("General"), r[1].generated = !0), S < 3) {
|
|
462
|
-
const N = r[0],
|
|
463
|
-
if (
|
|
464
|
-
|
|
517
|
+
const N = r[0], $ = r[1];
|
|
518
|
+
if (It(N), $.condition)
|
|
519
|
+
It($);
|
|
465
520
|
else {
|
|
466
521
|
const T = N.condition;
|
|
467
|
-
(T[0] === "=" || T[1] >= 0 && (T[0] === ">" || T[0] === ">=")) &&
|
|
522
|
+
(T[0] === "=" || T[1] >= 0 && (T[0] === ">" || T[0] === ">=")) && $.tokens.unshift({ type: "minus", volatile: !0 });
|
|
468
523
|
}
|
|
469
524
|
} else
|
|
470
|
-
r.forEach(
|
|
525
|
+
r.forEach(It);
|
|
471
526
|
} else {
|
|
472
|
-
if (r.length < 4 &&
|
|
527
|
+
if (r.length < 4 && _)
|
|
473
528
|
for (let S = 0, N = r.length; S < N; S++)
|
|
474
|
-
r[S] ===
|
|
475
|
-
if (r.length < 1 &&
|
|
529
|
+
r[S] === _ && r.splice(S, 1);
|
|
530
|
+
if (r.length < 1 && _ && (r[0] = Re("General"), r[0].generated = !0), r.length < 2) {
|
|
476
531
|
const S = Re(r[0].pattern);
|
|
477
532
|
S.tokens.unshift({ type: "minus", volatile: !0 }), S.generated = !0, r.push(S);
|
|
478
533
|
}
|
|
@@ -481,8 +536,8 @@ var yn = { exports: {} };
|
|
|
481
536
|
S.generated = !0, r.push(S);
|
|
482
537
|
}
|
|
483
538
|
if (r.length < 4)
|
|
484
|
-
if (
|
|
485
|
-
r.push(
|
|
539
|
+
if (_)
|
|
540
|
+
r.push(_);
|
|
486
541
|
else {
|
|
487
542
|
const S = Re("@");
|
|
488
543
|
S.generated = !0, r.push(S);
|
|
@@ -492,7 +547,7 @@ var yn = { exports: {} };
|
|
|
492
547
|
return { pattern: s, partitions: r, locale: o };
|
|
493
548
|
}
|
|
494
549
|
const X = Math.floor;
|
|
495
|
-
function
|
|
550
|
+
function Jt(s) {
|
|
496
551
|
if ((!(arguments.length > 1 && arguments[1] !== void 0) || arguments[1]) && s >= 0) {
|
|
497
552
|
if (s === 0)
|
|
498
553
|
return [1900, 1, 0];
|
|
@@ -502,19 +557,19 @@ var yn = { exports: {} };
|
|
|
502
557
|
return [1900, s < 32 ? 1 : 2, (s - 1) % 31 + 1];
|
|
503
558
|
}
|
|
504
559
|
let o = s + 68569 + 2415019;
|
|
505
|
-
const
|
|
506
|
-
o -= X((146097 *
|
|
507
|
-
const
|
|
508
|
-
o = o - X(1461 *
|
|
560
|
+
const p = X(4 * o / 146097);
|
|
561
|
+
o -= X((146097 * p + 3) / 4);
|
|
562
|
+
const _ = X(4e3 * (o + 1) / 1461001);
|
|
563
|
+
o = o - X(1461 * _ / 4) + 31;
|
|
509
564
|
const M = X(80 * o / 2447), y = o - X(2447 * M / 80);
|
|
510
565
|
o = X(M / 11);
|
|
511
566
|
const g = M + 2 - 12 * o;
|
|
512
|
-
return [0 | 100 * (
|
|
567
|
+
return [0 | 100 * (p - 49) + _ + o, 0 | g, 0 | y];
|
|
513
568
|
}
|
|
514
|
-
function
|
|
515
|
-
return
|
|
569
|
+
function Tn(s) {
|
|
570
|
+
return Jt(s + 1462);
|
|
516
571
|
}
|
|
517
|
-
function
|
|
572
|
+
function Fn(s) {
|
|
518
573
|
if (s === 60)
|
|
519
574
|
throw new Error("#VALUE!");
|
|
520
575
|
if (s <= 1)
|
|
@@ -522,119 +577,119 @@ var yn = { exports: {} };
|
|
|
522
577
|
if (s < 60)
|
|
523
578
|
return [1317, s < 32 ? 9 : 10, 1 + (s - 2) % 30];
|
|
524
579
|
const r = 10631 / 30, o = 0.1335;
|
|
525
|
-
let
|
|
526
|
-
const
|
|
527
|
-
|
|
528
|
-
const M = X((
|
|
529
|
-
|
|
530
|
-
const y = X((
|
|
531
|
-
return y === 13 ? [30 *
|
|
580
|
+
let p = s + 466935;
|
|
581
|
+
const _ = X(p / 10631);
|
|
582
|
+
p -= 10631 * _;
|
|
583
|
+
const M = X((p - o) / r);
|
|
584
|
+
p -= X(M * r + o);
|
|
585
|
+
const y = X((p + 28.5001) / 29.5);
|
|
586
|
+
return y === 13 ? [30 * _ + M, 12, 30] : [30 * _ + M, y, p - X(29.5001 * y - 29)];
|
|
532
587
|
}
|
|
533
|
-
function
|
|
588
|
+
function Wt(s) {
|
|
534
589
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, o = !(arguments.length > 2 && arguments[2] !== void 0) || arguments[2];
|
|
535
|
-
const
|
|
536
|
-
return r === 6 ?
|
|
590
|
+
const p = X(s);
|
|
591
|
+
return r === 6 ? Fn(p) : r === -1 ? Tn(p) : Jt(p, o);
|
|
537
592
|
}
|
|
538
593
|
const nt = Math.floor, Rt = 86400;
|
|
539
594
|
function rt(s, r) {
|
|
540
595
|
let o = null;
|
|
541
596
|
if (Array.isArray(s)) {
|
|
542
|
-
const [
|
|
543
|
-
o = Date.UTC(
|
|
597
|
+
const [p, _, M, y, g, c] = s;
|
|
598
|
+
o = Date.UTC(p, _ == null ? 0 : _ - 1, M ?? 1, y || 0, g || 0, c || 0);
|
|
544
599
|
} else if (s instanceof Date && (o = 1 * s, !r || !r.ignoreTimezone)) {
|
|
545
|
-
const
|
|
546
|
-
|
|
600
|
+
const p = /* @__PURE__ */ new Date();
|
|
601
|
+
p.setUTCFullYear(s.getFullYear(), s.getMonth(), s.getDate()), p.setUTCHours(s.getHours(), s.getMinutes(), s.getSeconds(), s.getMilliseconds()), o = 1 * p;
|
|
547
602
|
}
|
|
548
603
|
if (o != null && isFinite(o)) {
|
|
549
|
-
const
|
|
550
|
-
return
|
|
604
|
+
const p = o / 864e5;
|
|
605
|
+
return p - (p <= -25509 ? -25568 : -25569);
|
|
551
606
|
}
|
|
552
607
|
return s;
|
|
553
608
|
}
|
|
554
|
-
function
|
|
609
|
+
function Gt(s, r) {
|
|
555
610
|
let o = 0 | s;
|
|
556
|
-
const
|
|
557
|
-
let
|
|
558
|
-
|
|
559
|
-
const M =
|
|
611
|
+
const p = Rt * (s - o);
|
|
612
|
+
let _ = nt(p);
|
|
613
|
+
p - _ > 0.9999 && (_ += 1, _ === Rt && (_ = 0, o += 1));
|
|
614
|
+
const M = _ < 0 ? Rt + _ : _, [y, g, c] = Wt(s, 0, r && r.leap1900), x = nt(M / 60 / 60) % 60, E = nt(M / 60) % 60, S = nt(M) % 60;
|
|
560
615
|
if (r && r.nativeDate) {
|
|
561
616
|
const N = /* @__PURE__ */ new Date(0);
|
|
562
|
-
return N.setUTCFullYear(y, g - 1, c), N.setUTCHours(
|
|
617
|
+
return N.setUTCFullYear(y, g - 1, c), N.setUTCHours(x, E, S), N;
|
|
563
618
|
}
|
|
564
|
-
return [y, g, c,
|
|
619
|
+
return [y, g, c, x, E, S];
|
|
565
620
|
}
|
|
566
|
-
function
|
|
621
|
+
function $n(s) {
|
|
567
622
|
return !!(s[0] && s[0].percent || s[1] && s[1].percent || s[2] && s[2].percent || s[3] && s[3].percent);
|
|
568
623
|
}
|
|
569
|
-
function
|
|
624
|
+
function An(s) {
|
|
570
625
|
return !!(s[0] && s[0].date || s[1] && s[1].date || s[2] && s[2].date || s[3] && s[3].date);
|
|
571
626
|
}
|
|
572
|
-
function
|
|
573
|
-
const [r, o,
|
|
574
|
-
return !(r && !r.generated || o && !o.generated ||
|
|
627
|
+
function Un(s) {
|
|
628
|
+
const [r, o, p, _] = s;
|
|
629
|
+
return !(r && !r.generated || o && !o.generated || p && !p.generated || !_ || !_.text || _.generated);
|
|
575
630
|
}
|
|
576
|
-
const
|
|
577
|
-
function
|
|
578
|
-
const
|
|
631
|
+
const zn = { text: 15, datetime: 10.8, date: 10.8, time: 10.8, percent: 10.6, currency: 10.4, grouped: 10.2, scientific: 6, number: 4, fraction: 2, general: 0, error: 0 }, Ln = [["DMY", 1], ["DM", 2], ["MY", 3], ["MDY", 4], ["MD", 5], ["hmsa", 6], ["hma", 7], ["hms", 8], ["hm", 9]], Hn = { total: 1, sign: 0, period: 0, int: 1, frac: 0 }, Je = (s, r) => s.replace(/\./, r.decimal);
|
|
632
|
+
function Kt(s, r, o, p) {
|
|
633
|
+
const _ = 0 | o;
|
|
579
634
|
if (typeof o == "string")
|
|
580
635
|
s.push(o);
|
|
581
|
-
else if (o ===
|
|
582
|
-
s.push(Math.abs(
|
|
636
|
+
else if (o === _)
|
|
637
|
+
s.push(Math.abs(_));
|
|
583
638
|
else {
|
|
584
639
|
const M = Math.abs(o);
|
|
585
640
|
let y = M ? Math.floor(Math.log10(M)) : 0, g = y < 0 ? M * 10 ** -y : M / 10 ** y;
|
|
586
641
|
g === 10 && (g = 1, y++);
|
|
587
|
-
const c = function(
|
|
642
|
+
const c = function(E) {
|
|
588
643
|
let S = !(arguments.length > 1 && arguments[1] !== void 0) || arguments[1];
|
|
589
|
-
const N = Math.abs(
|
|
644
|
+
const N = Math.abs(E);
|
|
590
645
|
if (!N)
|
|
591
|
-
return
|
|
592
|
-
const
|
|
646
|
+
return Hn;
|
|
647
|
+
const $ = S && E < 0 ? 1 : 0, T = Math.floor(N), C = Math.floor(Math.log10(N) + 1);
|
|
593
648
|
let k = 0, F = 0;
|
|
594
649
|
if (T !== N) {
|
|
595
650
|
k = 1;
|
|
596
651
|
const U = String(D(C < 0 ? N * 10 ** -C : N / 10 ** C, 15));
|
|
597
|
-
let
|
|
652
|
+
let Y = U.length, H = !0, q = 0;
|
|
598
653
|
for (; q <= U.length; ) {
|
|
599
654
|
if (U[q] === ".") {
|
|
600
|
-
|
|
655
|
+
Y--;
|
|
601
656
|
break;
|
|
602
657
|
}
|
|
603
|
-
U[q] === "0" && H ?
|
|
658
|
+
U[q] === "0" && H ? Y-- : H = !1, q++;
|
|
604
659
|
}
|
|
605
|
-
F =
|
|
660
|
+
F = Y - C, F < 0 && (F = 0, k = 0);
|
|
606
661
|
}
|
|
607
|
-
return { total:
|
|
608
|
-
}(M),
|
|
609
|
-
const
|
|
662
|
+
return { total: $ + Math.max(C, 1) + k + F, digits: Math.max(C, 0) + F, sign: $, period: k, int: Math.max(C, 1), frac: F };
|
|
663
|
+
}(M), x = () => {
|
|
664
|
+
const E = Math.abs(y);
|
|
610
665
|
let S;
|
|
611
|
-
S = g === 1 ? g : D(g, 5), s.push(Je(S + "",
|
|
666
|
+
S = g === 1 ? g : D(g, 5), s.push(Je(S + "", p), p.exponent, y < 0 ? p.negative : p.positive, E < 10 ? "0" : "", E);
|
|
612
667
|
};
|
|
613
668
|
if (y >= -4 && y <= -1) {
|
|
614
|
-
const
|
|
615
|
-
s.push(Je(
|
|
669
|
+
const E = M.toPrecision(10 + y).replace(/\.?0+$/, "");
|
|
670
|
+
s.push(Je(E, p));
|
|
616
671
|
} else if (y === 10) {
|
|
617
|
-
const
|
|
618
|
-
s.push(Je(
|
|
672
|
+
const E = M.toFixed(10).slice(0, 12).replace(/\.$/, "");
|
|
673
|
+
s.push(Je(E, p));
|
|
619
674
|
} else if (Math.abs(y) <= 9)
|
|
620
675
|
if (c.total <= 11) {
|
|
621
|
-
const
|
|
622
|
-
s.push(Je(
|
|
676
|
+
const E = D(M, 9).toFixed(c.frac);
|
|
677
|
+
s.push(Je(E, p));
|
|
623
678
|
} else
|
|
624
|
-
y === 9 ? s.push(Math.floor(M)) : y >= 0 && y < 9 ? s.push(D(M, 9 - y)) :
|
|
679
|
+
y === 9 ? s.push(Math.floor(M)) : y >= 0 && y < 9 ? s.push(D(M, 9 - y)) : x();
|
|
625
680
|
else
|
|
626
|
-
c.total >= 12 ?
|
|
681
|
+
c.total >= 12 ? x() : Math.floor(M) === M ? s.push(Math.floor(M)) : s.push(Je(D(M, 9).toFixed(c.frac), p));
|
|
627
682
|
}
|
|
628
683
|
return s;
|
|
629
684
|
}
|
|
630
|
-
const We = 86400,
|
|
685
|
+
const We = 86400, Zt = { int: "integer", frac: "fraction", man: "mantissa", num: "numerator", den: "denominator" }, qt = function(s) {
|
|
631
686
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
632
687
|
const o = Math.floor(Math.log10(s));
|
|
633
688
|
return r > 1 ? Math.floor(o / r) * r : o;
|
|
634
689
|
};
|
|
635
|
-
function
|
|
636
|
-
let
|
|
637
|
-
const H =
|
|
690
|
+
function Qt(s, r, o, p) {
|
|
691
|
+
let _ = "", M = "", y = "", g = "", c = "", x = 0, E = 0 | s, S = 0, N = 0, $ = 1, T = 0, C = 0, k = 0, F = 0, U = 0, Y = 0;
|
|
692
|
+
const H = p || I;
|
|
638
693
|
if (!r.text && isFinite(r.scale) && r.scale !== 1 && (s = function(L) {
|
|
639
694
|
if (L === 0)
|
|
640
695
|
return L;
|
|
@@ -643,10 +698,10 @@ var yn = { exports: {} };
|
|
|
643
698
|
}(s * r.scale)), r.exponential) {
|
|
644
699
|
let L = Math.abs(s);
|
|
645
700
|
if (L) {
|
|
646
|
-
const B = 10 ** -
|
|
647
|
-
|
|
701
|
+
const B = 10 ** -qt(L, r.int_max), j = D(L * B, r.frac_max) / B;
|
|
702
|
+
x = qt(j, r.int_max);
|
|
648
703
|
}
|
|
649
|
-
L /= 10 **
|
|
704
|
+
L /= 10 ** x, s = s < 0 ? -L : L, _ += Math.abs(x);
|
|
650
705
|
}
|
|
651
706
|
if (r.integer) {
|
|
652
707
|
const L = Math.abs(D(s, r.fractions ? 1 : r.frac_max));
|
|
@@ -666,38 +721,38 @@ var yn = { exports: {} };
|
|
|
666
721
|
if (q = !0, isFinite(r.denominator))
|
|
667
722
|
y += r.denominator, M += D(L * r.denominator), M === "0" && (M = "", y = "", q = !1, c || (c = "0"));
|
|
668
723
|
else {
|
|
669
|
-
const B =
|
|
724
|
+
const B = P(L, r.integer ? r.num_max : 1 / 0, r.den_max);
|
|
670
725
|
M += B[0], y += B[1], r.integer && M === "0" && (c || (c = "0"), M = "", y = "", q = !1);
|
|
671
726
|
}
|
|
672
727
|
}
|
|
673
728
|
if (r.date) {
|
|
674
|
-
|
|
675
|
-
const L = We * (s -
|
|
676
|
-
if (S = Math.floor(L),
|
|
729
|
+
E = Math.trunc(s);
|
|
730
|
+
const L = We * (s - E);
|
|
731
|
+
if (S = Math.floor(L), Y = L - S, Math.abs(Y) < 1e-6 ? Y = 0 : Y > 0.9999 && (Y = 0, S += 1, S === We && (S = 0, E += 1)), Y) {
|
|
677
732
|
const B = 512 & r.date || 256 & r.date || 128 & r.date;
|
|
678
|
-
(B === 512 &&
|
|
733
|
+
(B === 512 && Y > 0.9995 || B === 256 && Y > 0.995 || B === 128 && Y > 0.95 || !B && Y >= 0.5) && (S++, Y = 0);
|
|
679
734
|
}
|
|
680
|
-
if (
|
|
681
|
-
const B =
|
|
682
|
-
N = B[0],
|
|
735
|
+
if (E || r.date_system) {
|
|
736
|
+
const B = Wt(s, r.date_system, o.leap1900);
|
|
737
|
+
N = B[0], $ = B[1], T = B[2];
|
|
683
738
|
}
|
|
684
739
|
if (S) {
|
|
685
740
|
const B = S < 0 ? We + S : S;
|
|
686
741
|
U = Math.floor(B) % 60, F = Math.floor(B / 60) % 60, k = Math.floor(B / 60 / 60) % 60;
|
|
687
742
|
}
|
|
688
|
-
if (C = (6 +
|
|
743
|
+
if (C = (6 + E) % 7, r.date_eval && (_e = s, we = E + S / We, o.dateSpanLarge ? _e < -694324 || we >= 35830291 : _e < 0 || we >= 2958466)) {
|
|
689
744
|
if (o.dateErrorThrows)
|
|
690
745
|
throw new Error("Date out of bounds");
|
|
691
|
-
return o.dateErrorNumber ?
|
|
746
|
+
return o.dateErrorNumber ? Kt(s < 0 ? [H.negative] : [], 0, s, H).join("") : o.overflow;
|
|
692
747
|
}
|
|
693
748
|
}
|
|
694
|
-
var
|
|
749
|
+
var _e, we;
|
|
695
750
|
if (r.int_padding && (c = r.int_padding.length === 1 ? c || r.int_padding : r.int_padding.substring(0, r.int_padding.length - c.length) + c), r.num_padding && (M = r.num_padding.length === 1 ? M || r.num_padding : r.num_padding.substring(0, r.num_padding.length - M.length) + M), r.den_padding && (y = r.den_padding.length === 1 ? y || r.den_padding : y + r.den_padding.slice(y.length)), r.man_padding) {
|
|
696
751
|
const L = r.exp_plus ? "+" : "";
|
|
697
|
-
|
|
752
|
+
_ = r.man_padding.length === 1 ? (x < 0 ? "-" : L) + (_ || r.man_padding) : (x < 0 ? "-" : L) + r.man_padding.slice(0, r.man_padding.length - _.length) + _;
|
|
698
753
|
}
|
|
699
754
|
const w = [];
|
|
700
|
-
let
|
|
755
|
+
let se = 0;
|
|
701
756
|
const Se = { int: 0, frac: 0, man: 0, num: 0, den: 0 };
|
|
702
757
|
for (let L = 0, B = r.tokens.length; L < B; L++) {
|
|
703
758
|
const j = r.tokens[L], st = j.num ? j.num.length : 0;
|
|
@@ -708,7 +763,7 @@ var yn = { exports: {} };
|
|
|
708
763
|
else if (j.type === "point")
|
|
709
764
|
w.push(r.date ? j.value : H.decimal);
|
|
710
765
|
else if (j.type === "general")
|
|
711
|
-
|
|
766
|
+
Kt(w, 0, s, H);
|
|
712
767
|
else if (j.type === "exp")
|
|
713
768
|
w.push(H.exponent);
|
|
714
769
|
else if (j.type === "minus")
|
|
@@ -723,29 +778,29 @@ var yn = { exports: {} };
|
|
|
723
778
|
if (r.int_pattern.length === 1)
|
|
724
779
|
w.push(c);
|
|
725
780
|
else {
|
|
726
|
-
const K =
|
|
727
|
-
w.push(c.substring(c.length - K, c.length - Fe)),
|
|
781
|
+
const K = se ? r.int_pattern.join("").length - Se.int : 1 / 0, Fe = se === r.int_pattern.length - 1 ? 0 : r.int_pattern.join("").length - (Se.int + j.num.length);
|
|
782
|
+
w.push(c.substring(c.length - K, c.length - Fe)), se++, Se.int += j.num.length;
|
|
728
783
|
}
|
|
729
784
|
else if (j.type === "frac") {
|
|
730
785
|
const K = Se.frac;
|
|
731
786
|
for (let Fe = 0; Fe < st; Fe++)
|
|
732
787
|
w.push(g[Fe + K] || W[j.num[Fe]]);
|
|
733
788
|
Se.frac += st;
|
|
734
|
-
} else if (j.type in
|
|
735
|
-
r[j.type + "_pattern"].length === 1 ? (j.type === "int" && w.push(c), j.type === "frac" && w.push(g), j.type === "man" && w.push(
|
|
789
|
+
} else if (j.type in Zt)
|
|
790
|
+
r[j.type + "_pattern"].length === 1 ? (j.type === "int" && w.push(c), j.type === "frac" && w.push(g), j.type === "man" && w.push(_), j.type === "num" && w.push(M), j.type === "den" && w.push(y)) : (w.push(Zt[j.type].slice(Se[j.type], Se[j.type] + st)), Se[j.type] += st);
|
|
736
791
|
else if (j.type === "year")
|
|
737
792
|
N < 0 && w.push(H.negative), w.push(String(Math.abs(N)).padStart(4, "0"));
|
|
738
793
|
else if (j.type === "year-short") {
|
|
739
794
|
const K = N % 100;
|
|
740
795
|
w.push(K < 10 ? "0" : "", K);
|
|
741
796
|
} else if (j.type === "month")
|
|
742
|
-
w.push(j.pad &&
|
|
797
|
+
w.push(j.pad && $ < 10 ? "0" : "", $);
|
|
743
798
|
else if (j.type === "monthname-single")
|
|
744
|
-
r.date_system === 6 ? w.push(H.mmmm6[
|
|
799
|
+
r.date_system === 6 ? w.push(H.mmmm6[$ - 1].charAt(0)) : w.push(H.mmmm[$ - 1].charAt(0));
|
|
745
800
|
else if (j.type === "monthname-short")
|
|
746
|
-
r.date_system === 6 ? w.push(H.mmm6[
|
|
801
|
+
r.date_system === 6 ? w.push(H.mmm6[$ - 1]) : w.push(H.mmm[$ - 1]);
|
|
747
802
|
else if (j.type === "monthname")
|
|
748
|
-
r.date_system === 6 ? w.push(H.mmmm6[
|
|
803
|
+
r.date_system === 6 ? w.push(H.mmmm6[$ - 1]) : w.push(H.mmmm[$ - 1]);
|
|
749
804
|
else if (j.type === "weekday-short")
|
|
750
805
|
w.push(H.ddd[C]);
|
|
751
806
|
else if (j.type === "weekday")
|
|
@@ -761,22 +816,22 @@ var yn = { exports: {} };
|
|
|
761
816
|
w.push(j.pad && U < 10 ? "0" : "", U);
|
|
762
817
|
else if (j.type === "subsec") {
|
|
763
818
|
w.push(H.decimal);
|
|
764
|
-
const K =
|
|
819
|
+
const K = Y.toFixed(r.sec_decimals);
|
|
765
820
|
w.push(K.slice(2, 2 + j.decimals));
|
|
766
821
|
} else if (j.type === "am") {
|
|
767
822
|
const K = k < 12 ? 0 : 1;
|
|
768
|
-
j.short && !
|
|
823
|
+
j.short && !p ? w.push("AP"[K]) : w.push(H.ampm[K]);
|
|
769
824
|
} else if (j.type === "hour-elap") {
|
|
770
825
|
s < 0 && w.push(H.negative);
|
|
771
|
-
const K = 24 *
|
|
826
|
+
const K = 24 * E + Math.floor(Math.abs(S) / 3600);
|
|
772
827
|
w.push(String(Math.abs(K)).padStart(j.pad, "0"));
|
|
773
828
|
} else if (j.type === "min-elap") {
|
|
774
829
|
s < 0 && w.push(H.negative);
|
|
775
|
-
const K = 1440 *
|
|
830
|
+
const K = 1440 * E + Math.floor(Math.abs(S) / 60);
|
|
776
831
|
w.push(String(Math.abs(K)).padStart(j.pad, "0"));
|
|
777
832
|
} else if (j.type === "sec-elap") {
|
|
778
833
|
s < 0 && w.push(H.negative);
|
|
779
|
-
const K =
|
|
834
|
+
const K = E * We + Math.abs(S);
|
|
780
835
|
w.push(String(Math.abs(K)).padStart(j.pad, "0"));
|
|
781
836
|
} else if (j.type === "b-year")
|
|
782
837
|
w.push(N + 543);
|
|
@@ -787,143 +842,143 @@ var yn = { exports: {} };
|
|
|
787
842
|
}
|
|
788
843
|
return o.nbsp ? w.join("") : w.join("").replace(/\u00a0/g, " ");
|
|
789
844
|
}
|
|
790
|
-
function
|
|
845
|
+
function Xt(s, r) {
|
|
791
846
|
for (let o = 0; o < 3; o++) {
|
|
792
|
-
const
|
|
793
|
-
if (
|
|
794
|
-
let
|
|
795
|
-
if (
|
|
796
|
-
const M =
|
|
797
|
-
M === "=" ?
|
|
847
|
+
const p = r[o];
|
|
848
|
+
if (p) {
|
|
849
|
+
let _;
|
|
850
|
+
if (p.condition) {
|
|
851
|
+
const M = p.condition[0], y = p.condition[1];
|
|
852
|
+
M === "=" ? _ = s === y : M === ">" ? _ = s > y : M === "<" ? _ = s < y : M === ">=" ? _ = s >= y : M === "<=" ? _ = s <= y : M === "<>" && (_ = s !== y);
|
|
798
853
|
} else
|
|
799
|
-
|
|
800
|
-
if (
|
|
801
|
-
return
|
|
854
|
+
_ = !0;
|
|
855
|
+
if (_)
|
|
856
|
+
return p;
|
|
802
857
|
}
|
|
803
858
|
}
|
|
804
859
|
}
|
|
805
|
-
const
|
|
806
|
-
function
|
|
860
|
+
const en = Re("@"), tn = "black", ce = {};
|
|
861
|
+
function le(s, r) {
|
|
807
862
|
if (s) {
|
|
808
863
|
const o = s[0];
|
|
809
|
-
r[o] = r[o] || {},
|
|
864
|
+
r[o] = r[o] || {}, le(s.slice(1), r[o]);
|
|
810
865
|
} else
|
|
811
866
|
r.$ = !0;
|
|
812
867
|
}
|
|
813
868
|
["d-F-y", "d-F-Y", "d-M-y", "d-M-Y", "F-d-y", "F-d-Y", "F-j-y", "F-j-Y", "j-F-y", "j-F-Y", "j-M-y", "j-M-Y", "M-d-y", "M-d-Y", "M-j-y", "M-j-Y", "m-d-y", "m-d-Y", "m-j-y", "m-j-Y", "n-d-y", "n-d-Y", "n-j-y", "n-j-Y", "y-F-d", "y-F-j", "y-M-d", "y-M-j", "Y-F-d", "Y-F-j", "Y-M-d", "Y-m-d", "Y-M-j", "Y-m-j", "Y-n-d", "Y-n-j", "j-F", "j-M", "d-F", "d-M", "n-d", "n-j", "n-Y", "m-d", "m-j", "m-Y", "M-Y", "M-y", "F-y", "F-Y", "Y-M", "Y-n", "Y-m", "Y-F", "Y-M"].forEach((s) => {
|
|
814
|
-
|
|
869
|
+
le(s, ce), le(s + " x", ce), le(s + " l", ce), le(s + " l x", ce), le("l " + s, ce), le("l " + s + " x", ce), le(s + " D", ce), le(s + " D x", ce), le("D " + s, ce), le("D " + s + " x", ce);
|
|
815
870
|
});
|
|
816
|
-
const
|
|
817
|
-
function
|
|
818
|
-
const r = new RegExp("^([\\s+%" +
|
|
871
|
+
const Vn = { jan: 1, feb: 2, mar: 3, apr: 4, may: 5, jun: 6, jul: 7, aug: 8, sep: 9, oct: 10, nov: 11, dec: 12 }, Yn = { january: 1, february: 2, march: 3, april: 4, june: 6, july: 7, august: 8, september: 9, october: 10, november: 11, december: 12 }, Bn = { sunday: "l", monday: "l", tuesday: "l", wednesday: "l", thursday: "l", friday: "l", saturday: "l", sun: "D", mon: "D", tue: "D", wed: "D", thu: "D", fri: "D", sat: "D" }, Jn = (/* @__PURE__ */ new Date()).getUTCFullYear();
|
|
872
|
+
function nn(s) {
|
|
873
|
+
const r = new RegExp("^([\\s+%" + xe.join("") + "(-]*)(((?:(?:\\d[\\d,]*)(?:\\.\\d*)?|(?:\\.\\d+)))([eE][+-]?\\d+)?)([\\s%" + xe.join("") + ")]*)$").exec(s);
|
|
819
874
|
if (r) {
|
|
820
|
-
const [, o,
|
|
821
|
-
let g = 1, c = "",
|
|
875
|
+
const [, o, p, _, M, y] = r;
|
|
876
|
+
let g = 1, c = "", x = !1, E = !1, S = !1, N = !1, $ = !1, T = null, C = !1, k = parseFloat(p.replace(/,/g, ""));
|
|
822
877
|
if (!isFinite(k))
|
|
823
878
|
return null;
|
|
824
879
|
for (let U = 0; U < o.length; U++) {
|
|
825
|
-
const
|
|
826
|
-
if (
|
|
827
|
-
if (
|
|
880
|
+
const Y = o[U];
|
|
881
|
+
if (Y === "-") {
|
|
882
|
+
if (x || E)
|
|
828
883
|
return null;
|
|
829
|
-
|
|
830
|
-
} else if (
|
|
831
|
-
if (
|
|
884
|
+
x = !0, g = -1;
|
|
885
|
+
} else if (Ie.test(Y)) {
|
|
886
|
+
if ($)
|
|
832
887
|
return null;
|
|
833
|
-
|
|
834
|
-
} else if (
|
|
835
|
-
if (
|
|
888
|
+
$ = !0, T = Y;
|
|
889
|
+
} else if (Y === "(") {
|
|
890
|
+
if (E || x)
|
|
836
891
|
return null;
|
|
837
|
-
|
|
838
|
-
} else if (
|
|
892
|
+
E = !0, g = -1;
|
|
893
|
+
} else if (Y === "%") {
|
|
839
894
|
if (N)
|
|
840
895
|
return null;
|
|
841
896
|
N = !0;
|
|
842
897
|
}
|
|
843
898
|
}
|
|
844
899
|
for (let U = 0; U < y.length; U++) {
|
|
845
|
-
const
|
|
846
|
-
if (
|
|
847
|
-
if (
|
|
900
|
+
const Y = y[U];
|
|
901
|
+
if (Ie.test(Y)) {
|
|
902
|
+
if ($)
|
|
848
903
|
return null;
|
|
849
|
-
|
|
850
|
-
} else if (
|
|
851
|
-
if (S || !
|
|
904
|
+
$ = !0, T = Y, C = !0;
|
|
905
|
+
} else if (Y === ")") {
|
|
906
|
+
if (S || !E)
|
|
852
907
|
return null;
|
|
853
908
|
S = !0;
|
|
854
|
-
} else if (
|
|
909
|
+
} else if (Y === "%") {
|
|
855
910
|
if (N)
|
|
856
911
|
return null;
|
|
857
912
|
N = !0;
|
|
858
913
|
}
|
|
859
914
|
}
|
|
860
915
|
if (M) {
|
|
861
|
-
if (N ||
|
|
916
|
+
if (N || $)
|
|
862
917
|
return null;
|
|
863
918
|
c = "0.00E+00";
|
|
864
919
|
} else if (N) {
|
|
865
|
-
if (
|
|
920
|
+
if ($)
|
|
866
921
|
return null;
|
|
867
|
-
c =
|
|
868
|
-
} else if (
|
|
869
|
-
const U =
|
|
922
|
+
c = _.includes(".") ? "0.00%" : "0%", k *= 0.01;
|
|
923
|
+
} else if ($) {
|
|
924
|
+
const U = _.includes(".") ? "#,##0.00" : "#,##0";
|
|
870
925
|
c = C ? U + T : T + U;
|
|
871
926
|
} else
|
|
872
|
-
|
|
927
|
+
_.includes(",") && (c = _.includes(".") ? "#,##0.00" : "#,##0");
|
|
873
928
|
const F = { v: k * g };
|
|
874
929
|
return c && (F.z = c), F;
|
|
875
930
|
}
|
|
876
931
|
}
|
|
877
|
-
const
|
|
878
|
-
const
|
|
879
|
-
for (let M = 0; M <
|
|
932
|
+
const fe = (s, r, o) => {
|
|
933
|
+
const p = o.path || "", _ = Object.keys(r);
|
|
934
|
+
for (let M = 0; M < _.length; M++) {
|
|
880
935
|
let y;
|
|
881
|
-
const g =
|
|
936
|
+
const g = _[M];
|
|
882
937
|
if (r[g]) {
|
|
883
938
|
if (g === "$" || g === "€")
|
|
884
939
|
s || (y = o);
|
|
885
940
|
else if (g === "-") {
|
|
886
941
|
const c = /^(\s*([./-]|,\s)\s*|\s+)/.exec(s);
|
|
887
942
|
if (c) {
|
|
888
|
-
const
|
|
889
|
-
if (!o.sep || o.sep ===
|
|
890
|
-
const
|
|
891
|
-
y =
|
|
943
|
+
const x = c[1] === "-" || c[1] === "/" || c[1] === "." ? c[1] : " ";
|
|
944
|
+
if (!o.sep || o.sep === x) {
|
|
945
|
+
const E = c[0].replace(/\s+/g, " ");
|
|
946
|
+
y = fe(s.slice(c[0].length), r[g], { ...o, sep: x, path: p + E });
|
|
892
947
|
}
|
|
893
948
|
}
|
|
894
949
|
} else if (g === " ") {
|
|
895
950
|
const c = /^[,.]?\s+/.exec(s);
|
|
896
951
|
if (c) {
|
|
897
|
-
const
|
|
898
|
-
y =
|
|
952
|
+
const x = c[0].replace(/\s+/g, " ");
|
|
953
|
+
y = fe(s.slice(c[0].length), r[g], { ...o, path: p + x });
|
|
899
954
|
}
|
|
900
955
|
} else if (g === "j" || g === "d") {
|
|
901
956
|
const c = /^(0?[1-9]|1\d|2\d|3[01])\b/.exec(s);
|
|
902
|
-
c && (y =
|
|
957
|
+
c && (y = fe(s.slice(c[0].length), r[g], { ...o, day: c[0], path: p + g }));
|
|
903
958
|
} else if (g === "n" || g === "m") {
|
|
904
959
|
const c = /^(0?[1-9]|1[012])\b/.exec(s);
|
|
905
|
-
c && (y =
|
|
960
|
+
c && (y = fe(s.slice(c[0].length), r[g], { ...o, month: +c[0], _mon: c[0], path: p + g }));
|
|
906
961
|
} else if (g === "F" || g === "M") {
|
|
907
|
-
const c = /^([a-z]{3,9})\b/i.exec(s),
|
|
908
|
-
|
|
962
|
+
const c = /^([a-z]{3,9})\b/i.exec(s), x = c && (g === "F" ? Yn : Vn)[c[0].toLowerCase()];
|
|
963
|
+
x && (y = fe(s.slice(c[0].length), r[g], { ...o, month: x, _mon: c[0], path: p + g }));
|
|
909
964
|
} else if (g === "l" || g === "D") {
|
|
910
965
|
const c = /^([a-z]{3,9})\b/i.exec(s);
|
|
911
|
-
(c &&
|
|
966
|
+
(c && Bn[c[0].toLowerCase()]) === g && (y = fe(s.slice(c[0].length), r[g], { ...o, path: p + g }));
|
|
912
967
|
} else if (g === "y") {
|
|
913
968
|
const c = /^\d\d\b/.exec(s);
|
|
914
969
|
if (c) {
|
|
915
|
-
const
|
|
916
|
-
y =
|
|
970
|
+
const x = +c[0] >= 30 ? +c[0] + 1900 : +c[0] + 2e3;
|
|
971
|
+
y = fe(s.slice(c[0].length), r[g], { ...o, year: x, path: p + g });
|
|
917
972
|
}
|
|
918
973
|
} else if (g === "Y") {
|
|
919
974
|
const c = /^\d\d\d\d\b/.exec(s);
|
|
920
|
-
c && (y =
|
|
975
|
+
c && (y = fe(s.slice(c[0].length), r[g], { ...o, year: +c[0], path: p + g }));
|
|
921
976
|
} else {
|
|
922
977
|
if (g !== "x")
|
|
923
978
|
throw new Error('Unknown date token "'.concat(g, '"'));
|
|
924
979
|
{
|
|
925
980
|
const c = wt(s);
|
|
926
|
-
c && (y =
|
|
981
|
+
c && (y = fe("", r[g], { ...o, time: c.v, tf: c.z, path: p + g }));
|
|
927
982
|
}
|
|
928
983
|
}
|
|
929
984
|
if (y)
|
|
@@ -931,32 +986,32 @@ var yn = { exports: {} };
|
|
|
931
986
|
}
|
|
932
987
|
}
|
|
933
988
|
};
|
|
934
|
-
function
|
|
935
|
-
const o =
|
|
989
|
+
function rn(s, r) {
|
|
990
|
+
const o = fe(s.trim(), ce, { path: "" });
|
|
936
991
|
if (o) {
|
|
937
|
-
var
|
|
992
|
+
var p;
|
|
938
993
|
if (o.sep === "." && o.path.length === 3)
|
|
939
994
|
return null;
|
|
940
|
-
const
|
|
941
|
-
if (o.day || (o.day = 1), !function(g, c,
|
|
942
|
-
if (
|
|
995
|
+
const _ = +((p = o.year) !== null && p !== void 0 ? p : Jn);
|
|
996
|
+
if (o.day || (o.day = 1), !function(g, c, x) {
|
|
997
|
+
if (x < 1 || c < 1 || c > 12)
|
|
943
998
|
return !1;
|
|
944
999
|
if (c === 2) {
|
|
945
|
-
if (
|
|
1000
|
+
if (x > (g % 4 == 0 && g % 100 != 0 || g % 400 == 0 || g === 1900 ? 29 : 28))
|
|
946
1001
|
return !1;
|
|
947
|
-
} else if ((c === 4 || c === 6 || c === 9 || c === 11) &&
|
|
1002
|
+
} else if ((c === 4 || c === 6 || c === 9 || c === 11) && x > 30 || (c === 1 || c === 3 || c === 5 || c === 7 || c === 8 || c === 10 || c === 12) && x > 31)
|
|
948
1003
|
return !1;
|
|
949
1004
|
return !0;
|
|
950
|
-
}(
|
|
1005
|
+
}(_, o.month, o.day))
|
|
951
1006
|
return null;
|
|
952
1007
|
let M = -1 / 0;
|
|
953
|
-
if (
|
|
1008
|
+
if (_ < 1900)
|
|
954
1009
|
return null;
|
|
955
|
-
|
|
956
|
-
const y = Date.UTC(
|
|
1010
|
+
_ <= 1900 && o.month <= 2 ? M = 25568 : _ < 1e4 && (M = 25569);
|
|
1011
|
+
const y = Date.UTC(_, o.month - 1, o.day) / 864e5 + M + (o.time || 0);
|
|
957
1012
|
if (y >= 0 && y <= 2958465) {
|
|
958
|
-
const g = o._mon[0] === "0" || o.day[0] === "0" || o._mon.length === 2 && o.day.length === 2, c = o.path.replace(/[jdlDnmMFyYx-]/g, (
|
|
959
|
-
return r && r.nativeDate ? { v:
|
|
1013
|
+
const g = o._mon[0] === "0" || o.day[0] === "0" || o._mon.length === 2 && o.day.length === 2, c = o.path.replace(/[jdlDnmMFyYx-]/g, (x) => x === "j" || x === "d" ? g ? "dd" : "d" : x === "D" ? "ddd" : x === "l" ? "dddd" : x === "n" || x === "m" ? g ? "mm" : "m" : x === "M" ? "mmm" : x === "F" ? "mmmm" : x === "y" ? "yy" : x === "x" ? o.tf || "" : x === "Y" ? "yyyy" : x);
|
|
1014
|
+
return r && r.nativeDate ? { v: Gt(y, r), z: c } : { v: y, z: c };
|
|
960
1015
|
}
|
|
961
1016
|
}
|
|
962
1017
|
return null;
|
|
@@ -964,8 +1019,8 @@ var yn = { exports: {} };
|
|
|
964
1019
|
function wt(s) {
|
|
965
1020
|
const r = /^\s*([10]?\d|2[0-4])(?::([0-5]\d|\d))?(?::([0-5]\d|\d))?(\.\d{1,10})?(?:\s*([AP])M?)?\s*$/i.exec(s);
|
|
966
1021
|
if (r) {
|
|
967
|
-
const [, o,
|
|
968
|
-
if (M && !
|
|
1022
|
+
const [, o, p, _, M, y] = r;
|
|
1023
|
+
if (M && !_ || !y && !p && !_)
|
|
969
1024
|
return null;
|
|
970
1025
|
let g = 1 * (o || 0);
|
|
971
1026
|
if (y) {
|
|
@@ -973,99 +1028,99 @@ var yn = { exports: {} };
|
|
|
973
1028
|
return null;
|
|
974
1029
|
y[0] !== "p" && y[0] !== "P" || (g += 12);
|
|
975
1030
|
}
|
|
976
|
-
return { v: (60 * g * 60 + 60 * (1 * (
|
|
1031
|
+
return { v: (60 * g * 60 + 60 * (1 * (p || 0)) + 1 * (_ || 0) + 1 * (M || 0)) / 86400, z: (o.length === 2 ? "hh" : "h") + ":mm" + (_ ? ":ss" : "") + (y ? " AM/PM" : "") };
|
|
977
1032
|
}
|
|
978
1033
|
return null;
|
|
979
1034
|
}
|
|
980
|
-
function
|
|
1035
|
+
function sn(s) {
|
|
981
1036
|
return /^\s*true\s*$/i.test(s) ? { v: !0 } : /^\s*false\s*$/i.test(s) ? { v: !1 } : null;
|
|
982
1037
|
}
|
|
983
1038
|
const Ge = {};
|
|
984
|
-
function
|
|
985
|
-
const { pattern: o, partitions:
|
|
986
|
-
const
|
|
987
|
-
return
|
|
988
|
-
}, y = (c,
|
|
989
|
-
const
|
|
990
|
-
return function(S, N,
|
|
991
|
-
const T = h(
|
|
1039
|
+
function Wn(s, r) {
|
|
1040
|
+
const { pattern: o, partitions: p, locale: _ } = s, M = (c) => {
|
|
1041
|
+
const x = Object.assign({}, V(), r, c);
|
|
1042
|
+
return _ && (x.locale = _), x;
|
|
1043
|
+
}, y = (c, x) => {
|
|
1044
|
+
const E = M(x);
|
|
1045
|
+
return function(S, N, $) {
|
|
1046
|
+
const T = h($.locale), C = N[3] ? N[3] : en;
|
|
992
1047
|
if (typeof S == "boolean" && (S = S ? "TRUE" : "FALSE"), S == null)
|
|
993
1048
|
return "";
|
|
994
1049
|
if (typeof S != "number")
|
|
995
|
-
return
|
|
1050
|
+
return Qt(S, C, $, T);
|
|
996
1051
|
if (!isFinite(S)) {
|
|
997
|
-
const F = T ||
|
|
1052
|
+
const F = T || I;
|
|
998
1053
|
return isNaN(S) ? F.nan : (S < 0 ? F.negative : "") + F.infinity;
|
|
999
1054
|
}
|
|
1000
|
-
const k =
|
|
1001
|
-
return k ?
|
|
1002
|
-
}(rt(c,
|
|
1055
|
+
const k = Xt(S, N);
|
|
1056
|
+
return k ? Qt(S, k, $, T) : $.overflow;
|
|
1057
|
+
}(rt(c, E), p, E);
|
|
1003
1058
|
};
|
|
1004
|
-
y.color = (c,
|
|
1005
|
-
if (typeof
|
|
1006
|
-
return (S[3] ? S[3].color :
|
|
1007
|
-
const N =
|
|
1008
|
-
return N && N.color ||
|
|
1009
|
-
}(rt(c, M(
|
|
1059
|
+
y.color = (c, x) => function(E, S) {
|
|
1060
|
+
if (typeof E != "number" || !isFinite(E))
|
|
1061
|
+
return (S[3] ? S[3].color : en.color) || tn;
|
|
1062
|
+
const N = Xt(E, S);
|
|
1063
|
+
return N && N.color || tn;
|
|
1064
|
+
}(rt(c, M(x)), p);
|
|
1010
1065
|
const g = function(c) {
|
|
1011
|
-
var
|
|
1012
|
-
let
|
|
1013
|
-
const [S, N] = c,
|
|
1014
|
-
let k = "G", F =
|
|
1015
|
-
if (N && N.color && (
|
|
1066
|
+
var x;
|
|
1067
|
+
let E = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
1068
|
+
const [S, N] = c, $ = S.frac_max, T = { type: "general", isDate: An(c), isText: Un(c), isPercent: $n(c), maxDecimals: S.general ? 9 : $, scale: (x = S.scale) !== null && x !== void 0 ? x : 1, color: 0, parentheses: 0, grouped: S.grouping ? 1 : 0, _partitions: c }, C = !T.isDate && !T.isText && !S.error && S.tokens.some((H) => H.type === "string" && (E ? H.value === E : Ie.test(H.value)));
|
|
1069
|
+
let k = "G", F = $ >= 0 ? Math.min(15, $) : "", U = "", Y = "";
|
|
1070
|
+
if (N && N.color && (Y = "-", T.color = 1), S.parens && (U = "()", T.parentheses = 1), C)
|
|
1016
1071
|
k = "C", T.type = "currency";
|
|
1017
1072
|
else if (S.error)
|
|
1018
1073
|
T.type = "error", T.maxDecimals = 0;
|
|
1019
1074
|
else if (T.isDate) {
|
|
1020
|
-
let H = 0, q = 0,
|
|
1075
|
+
let H = 0, q = 0, _e = "";
|
|
1021
1076
|
S.tokens.forEach((w) => {
|
|
1022
|
-
const
|
|
1023
|
-
/^(b-)?year/.test(
|
|
1077
|
+
const se = w.type;
|
|
1078
|
+
/^(b-)?year/.test(se) ? (_e += "Y", q++) : se.startsWith("month") ? (_e += "M", q++) : /^(week)?day/.test(se) ? (_e += "D", q++) : se !== "hour" && se !== "min" && se !== "sec" && se !== "am" || (_e += se[0], H++);
|
|
1024
1079
|
}), T.type = "date", q && H ? T.type = "datetime" : !q && H && (T.type = "time");
|
|
1025
|
-
const we =
|
|
1080
|
+
const we = Ln.find((w) => _e.startsWith(w[0]));
|
|
1026
1081
|
k = we ? "D" : "G", F = we ? we[1] : "";
|
|
1027
1082
|
} else
|
|
1028
|
-
T.isText ? (k = "G", T.type = "text", F = "", T.maxDecimals = 0) : S.general ? (k = "G", T.type = "general", F = "") : S.fractions ? (k = "G", T.type = "fraction", F = "") : S.exponential ? (k = "S", T.type = "scientific") : T.isPercent ? (k = "P", T.type = "percent") : S.grouping ? (k = ",", T.type = "grouped") : (S.int_max ||
|
|
1029
|
-
return T.code = k + F +
|
|
1030
|
-
}(
|
|
1083
|
+
T.isText ? (k = "G", T.type = "text", F = "", T.maxDecimals = 0) : S.general ? (k = "G", T.type = "general", F = "") : S.fractions ? (k = "G", T.type = "fraction", F = "") : S.exponential ? (k = "S", T.type = "scientific") : T.isPercent ? (k = "P", T.type = "percent") : S.grouping ? (k = ",", T.type = "grouped") : (S.int_max || $) && (k = "F", T.type = "number");
|
|
1084
|
+
return T.code = k + F + Y + U, T.level = zn[T.type], Object.freeze(T);
|
|
1085
|
+
}(p, (r || {}).currency) || new SyntaxError();
|
|
1031
1086
|
return y.info = g, y.dateInfo = function(c) {
|
|
1032
|
-
const [
|
|
1033
|
-
return { year: !!(2 &
|
|
1034
|
-
}(
|
|
1087
|
+
const [x] = c;
|
|
1088
|
+
return { year: !!(2 & x.date), month: !!(4 & x.date), day: !!(8 & x.date), hours: !!(16 & x.date), minutes: !!(32 & x.date), seconds: !!(64 & x.date), clockType: x.clock === 12 ? 12 : 24 };
|
|
1089
|
+
}(p), y.isPercent = () => !!g.isPercent, y.isDate = () => !!g.isDate, y.isText = () => !!g.isText, y.pattern = o, s.error && (y.error = s.error), y.options = M, y.locale = _ || r && r.locale || "", Object.freeze(y);
|
|
1035
1090
|
}
|
|
1036
1091
|
function J(s, r) {
|
|
1037
1092
|
s || (s = "General");
|
|
1038
1093
|
let o = null;
|
|
1039
|
-
return Ge[s] ? o = Ge[s] : (o = Object.assign({},
|
|
1094
|
+
return Ge[s] ? o = Ge[s] : (o = Object.assign({}, V(), r).throws ? Bt(s) : function(p) {
|
|
1040
1095
|
try {
|
|
1041
|
-
return
|
|
1042
|
-
} catch (
|
|
1043
|
-
const M = { tokens: [{ type: "error" }], error:
|
|
1044
|
-
return { pattern:
|
|
1096
|
+
return Bt(p);
|
|
1097
|
+
} catch (_) {
|
|
1098
|
+
const M = { tokens: [{ type: "error" }], error: _.message };
|
|
1099
|
+
return { pattern: p, partitions: [M, M, M, M], error: _.message, locale: null };
|
|
1045
1100
|
}
|
|
1046
|
-
}(s), o.error || (Ge[s] = o)),
|
|
1101
|
+
}(s), o.error || (Ge[s] = o)), Wn(o, r);
|
|
1047
1102
|
}
|
|
1048
|
-
J.isDate = (s) => J(s, { throws: !1 }).isDate(), J.isPercent = (s) => J(s, { throws: !1 }).isPercent(), J.isText = (s) => J(s, { throws: !1 }).isText(), J.getInfo = (s, r) => J(s, { ...r, throws: !1 }).info, J.getDateInfo = (s, r) => J(s, { ...r, throws: !1 }).dateInfo, J.dateToSerial = rt, J.dateFromSerial =
|
|
1049
|
-
const o =
|
|
1103
|
+
J.isDate = (s) => J(s, { throws: !1 }).isDate(), J.isPercent = (s) => J(s, { throws: !1 }).isPercent(), J.isText = (s) => J(s, { throws: !1 }).isText(), J.getInfo = (s, r) => J(s, { ...r, throws: !1 }).info, J.getDateInfo = (s, r) => J(s, { ...r, throws: !1 }).dateInfo, J.dateToSerial = rt, J.dateFromSerial = Gt, J.options = V, J.dec2frac = P, J.round = D, J.codeToLocale = i, J.parseLocale = m, J.getLocale = h, J.addLocale = (s, r) => {
|
|
1104
|
+
const o = m(r);
|
|
1050
1105
|
return delete Ge[o.lang], delete Ge[o.language], b(s, o);
|
|
1051
1106
|
}, J.format = function(s, r, o) {
|
|
1052
|
-
let
|
|
1053
|
-
const
|
|
1054
|
-
return J(s,
|
|
1055
|
-
}, J.is_date = J.isDate, J.parseNumber =
|
|
1056
|
-
var o,
|
|
1057
|
-
return (o = (
|
|
1107
|
+
let p = arguments.length > 3 && arguments[3] !== void 0 && arguments[3];
|
|
1108
|
+
const _ = o && typeof o == "object" ? o : { locale: o, throws: !p };
|
|
1109
|
+
return J(s, _)(rt(r, _), _);
|
|
1110
|
+
}, J.is_date = J.isDate, J.parseNumber = nn, J.parseDate = rn, J.parseTime = wt, J.parseBool = sn, J.parseValue = function(s, r) {
|
|
1111
|
+
var o, p, _;
|
|
1112
|
+
return (o = (p = (_ = nn(s)) !== null && _ !== void 0 ? _ : rn(s, r)) !== null && p !== void 0 ? p : wt(s)) !== null && o !== void 0 ? o : sn(s);
|
|
1058
1113
|
};
|
|
1059
|
-
var
|
|
1114
|
+
var Gn = J;
|
|
1060
1115
|
return n = n.default;
|
|
1061
1116
|
}();
|
|
1062
1117
|
});
|
|
1063
|
-
})(
|
|
1064
|
-
var
|
|
1065
|
-
const
|
|
1118
|
+
})(Sn);
|
|
1119
|
+
var Jr = Sn.exports, Wr = Jr;
|
|
1120
|
+
const he = /* @__PURE__ */ Br(Wr), Me = (e, t = 0) => e ? he.getInfo(e).maxDecimals ?? t : t, Be = (e, t) => {
|
|
1066
1121
|
if (e && !t || !e && t)
|
|
1067
1122
|
return !1;
|
|
1068
|
-
const a = (
|
|
1123
|
+
const a = (v) => v.reduce(
|
|
1069
1124
|
(h, f) => {
|
|
1070
1125
|
if (h.isEnd)
|
|
1071
1126
|
return h;
|
|
@@ -1073,96 +1128,54 @@ const fe = /* @__PURE__ */ Ur(Lr), Me = (e, t = 0) => e ? fe.getInfo(e).maxDecim
|
|
|
1073
1128
|
return f.type === "point" ? (h.isEnd = !0, h) : { ...h, result: h.result + b };
|
|
1074
1129
|
},
|
|
1075
1130
|
{ isEnd: !1, result: "" }
|
|
1076
|
-
).result, n =
|
|
1077
|
-
return l === u &&
|
|
1078
|
-
},
|
|
1131
|
+
).result, n = he.getInfo(e)._partitions, i = he.getInfo(t)._partitions, l = a(n[0].tokens), u = a(i[0].tokens), d = a(n[1].tokens), m = a(i[1].tokens);
|
|
1132
|
+
return l === u && d === m && n[1].color === i[1].color;
|
|
1133
|
+
}, dn = (e) => new Array(Math.min(Math.max(0, Number(e)), 30)).fill(0).join(""), te = (e, t) => e.split(";").map((n) => /\.0?/.test(n) ? n.replace(
|
|
1079
1134
|
/\.0*/g,
|
|
1080
|
-
`${t > 0 ? "." : ""}${
|
|
1135
|
+
`${t > 0 ? "." : ""}${dn(Number(t || 0))}`
|
|
1081
1136
|
) : /0([^0]?)|0$/.test(n) ? n.replace(
|
|
1082
1137
|
/0([^0]+)|0$/,
|
|
1083
|
-
`0${t > 0 ? "." : ""}${
|
|
1084
|
-
) : n).join(";"),
|
|
1085
|
-
id: "sheet.command.numfmt.set.numfmt",
|
|
1086
|
-
type: He.COMMAND,
|
|
1087
|
-
handler: (e, t) => {
|
|
1088
|
-
if (!t)
|
|
1089
|
-
return !1;
|
|
1090
|
-
const a = e.get(je), n = e.get(he), i = e.get(Kn), l = n.getCurrentUniverSheetInstance(), u = l.getUnitId(), p = l.getActiveSheet().getSheetId(), _ = t.values.filter((R) => !!R.pattern), h = t.values.filter((R) => !R.pattern), f = qe(u, p, _), b = {
|
|
1091
|
-
unitId: u,
|
|
1092
|
-
subUnitId: p,
|
|
1093
|
-
ranges: h.map((R) => ({
|
|
1094
|
-
startColumn: R.col,
|
|
1095
|
-
startRow: R.row,
|
|
1096
|
-
endColumn: R.col,
|
|
1097
|
-
endRow: R.row
|
|
1098
|
-
}))
|
|
1099
|
-
}, x = [], D = [];
|
|
1100
|
-
if (_.length) {
|
|
1101
|
-
Object.keys(f.values).forEach(($) => {
|
|
1102
|
-
const Y = f.values[$];
|
|
1103
|
-
Y.ranges = Ce(Y.ranges);
|
|
1104
|
-
}), x.push({
|
|
1105
|
-
id: ie.id,
|
|
1106
|
-
params: f
|
|
1107
|
-
});
|
|
1108
|
-
const R = Qe(e, f);
|
|
1109
|
-
D.push(...R);
|
|
1110
|
-
}
|
|
1111
|
-
if (h.length) {
|
|
1112
|
-
b.ranges = Ce(b.ranges), x.push({
|
|
1113
|
-
id: le.id,
|
|
1114
|
-
params: b
|
|
1115
|
-
});
|
|
1116
|
-
const R = Oe(e, b);
|
|
1117
|
-
D.push(...R);
|
|
1118
|
-
}
|
|
1119
|
-
const O = Zn(x, a).result;
|
|
1120
|
-
return O && i.pushUndoRedo({
|
|
1121
|
-
unitID: u,
|
|
1122
|
-
undoMutations: D,
|
|
1123
|
-
redoMutations: x
|
|
1124
|
-
}), O;
|
|
1125
|
-
}
|
|
1126
|
-
}, bn = {
|
|
1138
|
+
`0${t > 0 ? "." : ""}${dn(Number(t || 0))}$1`
|
|
1139
|
+
) : n).join(";"), Gr = (e) => /\.0?/.test(e) || /0([^0]?)|0$/.test(e), Cn = {
|
|
1127
1140
|
id: "sheet.command.numfmt.add.decimal.command",
|
|
1128
|
-
type:
|
|
1141
|
+
type: ze.COMMAND,
|
|
1129
1142
|
handler: async (e) => {
|
|
1130
|
-
const t = e.get(je), a = e.get(Ve), n = e.get(be), i = e.get(
|
|
1143
|
+
const t = e.get(je), a = e.get(Ve), n = e.get(be), i = e.get(ge), l = a.getSelections();
|
|
1131
1144
|
if (!l || !l.length)
|
|
1132
1145
|
return !1;
|
|
1133
|
-
const u = i.getCurrentUniverSheetInstance(),
|
|
1146
|
+
const u = i.getCurrentUniverSheetInstance(), d = u.getActiveSheet(), m = u.getUnitId(), v = d.getSheetId();
|
|
1134
1147
|
let h = 0;
|
|
1135
1148
|
l.forEach((D) => {
|
|
1136
|
-
ne.foreach(D.range, (
|
|
1137
|
-
const
|
|
1138
|
-
if (
|
|
1149
|
+
ne.foreach(D.range, (P, R) => {
|
|
1150
|
+
const A = n.getValue(m, v, P, R);
|
|
1151
|
+
if (!A)
|
|
1139
1152
|
return;
|
|
1140
|
-
const
|
|
1141
|
-
h =
|
|
1153
|
+
const V = Me(A.pattern);
|
|
1154
|
+
h = V > h ? V : h;
|
|
1142
1155
|
});
|
|
1143
1156
|
});
|
|
1144
|
-
const f = h + 1, b = te(`0${f > 0 ? ".0" : ""}`, f),
|
|
1157
|
+
const f = h + 1, b = te(`0${f > 0 ? ".0" : ""}`, f), I = [];
|
|
1145
1158
|
return l.forEach((D) => {
|
|
1146
|
-
ne.foreach(D.range, (
|
|
1147
|
-
const
|
|
1148
|
-
if (
|
|
1149
|
-
|
|
1150
|
-
row:
|
|
1159
|
+
ne.foreach(D.range, (P, R) => {
|
|
1160
|
+
const A = n.getValue(m, v, P, R);
|
|
1161
|
+
if (!A || Be(A.pattern, "0.0"))
|
|
1162
|
+
I.push({
|
|
1163
|
+
row: P,
|
|
1151
1164
|
col: R,
|
|
1152
1165
|
pattern: b
|
|
1153
1166
|
});
|
|
1154
1167
|
else {
|
|
1155
|
-
const
|
|
1156
|
-
W !==
|
|
1157
|
-
row:
|
|
1168
|
+
const V = Me(A.pattern), W = te(A.pattern, V + 1);
|
|
1169
|
+
W !== A.pattern && I.push({
|
|
1170
|
+
row: P,
|
|
1158
1171
|
col: R,
|
|
1159
1172
|
pattern: W
|
|
1160
1173
|
});
|
|
1161
1174
|
}
|
|
1162
1175
|
});
|
|
1163
|
-
}),
|
|
1176
|
+
}), I.length ? await t.executeCommand(Ue.id, { values: I }) : !1;
|
|
1164
1177
|
}
|
|
1165
|
-
},
|
|
1178
|
+
}, Kr = [
|
|
1166
1179
|
{
|
|
1167
1180
|
label: "1930-08-05",
|
|
1168
1181
|
suffix: "yyyy-MM-dd"
|
|
@@ -1207,7 +1220,7 @@ const fe = /* @__PURE__ */ Ur(Lr), Me = (e, t = 0) => e ? fe.getInfo(e).maxDecim
|
|
|
1207
1220
|
label: "08-05 下午 01:30",
|
|
1208
1221
|
suffix: "MM-dd A/P hh:mm"
|
|
1209
1222
|
}
|
|
1210
|
-
],
|
|
1223
|
+
], Zr = [
|
|
1211
1224
|
{
|
|
1212
1225
|
label: "(1,235)",
|
|
1213
1226
|
suffix: "#,##0_);(#,##0)"
|
|
@@ -1235,7 +1248,7 @@ const fe = /* @__PURE__ */ Ur(Lr), Me = (e, t = 0) => e ? fe.getInfo(e).maxDecim
|
|
|
1235
1248
|
suffix: "#,##0.00_);[Red]-#,##0.00",
|
|
1236
1249
|
color: "red"
|
|
1237
1250
|
}
|
|
1238
|
-
],
|
|
1251
|
+
], Mn = [
|
|
1239
1252
|
{
|
|
1240
1253
|
label: (e) => `${e}1,235`,
|
|
1241
1254
|
suffix: (e) => `"${e}"#,##0.00_);"${e}"#,##0.00`
|
|
@@ -1263,74 +1276,74 @@ const fe = /* @__PURE__ */ Ur(Lr), Me = (e, t = 0) => e ? fe.getInfo(e).maxDecim
|
|
|
1263
1276
|
suffix: (e) => `"${e}"#,##0.00_);[Red]-"${e}"#,##0.00`,
|
|
1264
1277
|
color: "red"
|
|
1265
1278
|
}
|
|
1266
|
-
],
|
|
1279
|
+
], jn = {
|
|
1267
1280
|
id: "sheet.command.numfmt.set.currency",
|
|
1268
|
-
type:
|
|
1281
|
+
type: ze.COMMAND,
|
|
1269
1282
|
handler: async (e) => {
|
|
1270
1283
|
const t = e.get(je), n = e.get(Ve).getSelections();
|
|
1271
1284
|
if (!n || !n.length)
|
|
1272
1285
|
return !1;
|
|
1273
|
-
const i = [], l =
|
|
1274
|
-
return n.forEach((
|
|
1275
|
-
ne.foreach(
|
|
1276
|
-
i.push({ row:
|
|
1286
|
+
const i = [], l = Mn[0].suffix("¥");
|
|
1287
|
+
return n.forEach((d) => {
|
|
1288
|
+
ne.foreach(d.range, (m, v) => {
|
|
1289
|
+
i.push({ row: m, col: v, pattern: l, type: "currency" });
|
|
1277
1290
|
});
|
|
1278
1291
|
}), await t.executeCommand(Ue.id, { values: i });
|
|
1279
1292
|
}
|
|
1280
|
-
},
|
|
1293
|
+
}, xn = {
|
|
1281
1294
|
id: "sheet.command.numfmt.subtract.decimal.command",
|
|
1282
|
-
type:
|
|
1295
|
+
type: ze.COMMAND,
|
|
1283
1296
|
handler: async (e) => {
|
|
1284
|
-
const t = e.get(je), a = e.get(Ve), n = e.get(be), i = e.get(
|
|
1297
|
+
const t = e.get(je), a = e.get(Ve), n = e.get(be), i = e.get(ge), l = a.getSelections();
|
|
1285
1298
|
if (!l || !l.length)
|
|
1286
1299
|
return !1;
|
|
1287
|
-
const u = i.getCurrentUniverSheetInstance(),
|
|
1300
|
+
const u = i.getCurrentUniverSheetInstance(), d = u.getActiveSheet(), m = u.getUnitId(), v = d.getSheetId();
|
|
1288
1301
|
let h = 0;
|
|
1289
|
-
l.forEach((
|
|
1290
|
-
ne.foreach(
|
|
1291
|
-
const
|
|
1292
|
-
if (!
|
|
1302
|
+
l.forEach((P) => {
|
|
1303
|
+
ne.foreach(P.range, (R, A) => {
|
|
1304
|
+
const V = n.getValue(m, v, R, A);
|
|
1305
|
+
if (!V)
|
|
1293
1306
|
return;
|
|
1294
|
-
const W = Me(
|
|
1307
|
+
const W = Me(V.pattern);
|
|
1295
1308
|
h = W > h ? W : h;
|
|
1296
1309
|
});
|
|
1297
1310
|
});
|
|
1298
|
-
const f = h - 1, b = te(`0${f > 0 ? ".0" : "."}`, f),
|
|
1299
|
-
return l.forEach((
|
|
1300
|
-
ne.foreach(
|
|
1301
|
-
const
|
|
1302
|
-
if (!
|
|
1303
|
-
|
|
1311
|
+
const f = h - 1, b = te(`0${f > 0 ? ".0" : "."}`, f), I = [];
|
|
1312
|
+
return l.forEach((P) => {
|
|
1313
|
+
ne.foreach(P.range, (R, A) => {
|
|
1314
|
+
const V = n.getValue(m, v, R, A);
|
|
1315
|
+
if (!V || Be(V.pattern, "0.0"))
|
|
1316
|
+
I.push({
|
|
1304
1317
|
row: R,
|
|
1305
|
-
col:
|
|
1318
|
+
col: A,
|
|
1306
1319
|
pattern: b
|
|
1307
1320
|
});
|
|
1308
1321
|
else {
|
|
1309
|
-
const W = Me(
|
|
1310
|
-
|
|
1322
|
+
const W = Me(V.pattern);
|
|
1323
|
+
I.push({
|
|
1311
1324
|
row: R,
|
|
1312
|
-
col:
|
|
1313
|
-
pattern: te(
|
|
1325
|
+
col: A,
|
|
1326
|
+
pattern: te(V.pattern, W - 1)
|
|
1314
1327
|
});
|
|
1315
1328
|
}
|
|
1316
1329
|
});
|
|
1317
|
-
}), await t.executeCommand(Ue.id, { values:
|
|
1330
|
+
}), await t.executeCommand(Ue.id, { values: I });
|
|
1318
1331
|
}
|
|
1319
|
-
},
|
|
1332
|
+
}, Dt = {
|
|
1320
1333
|
id: "sheet.operation.close.numfmt.panel",
|
|
1321
|
-
type:
|
|
1334
|
+
type: ze.OPERATION,
|
|
1322
1335
|
handler: () => (
|
|
1323
1336
|
// do nothing,just notify panel is closed
|
|
1324
1337
|
!0
|
|
1325
1338
|
)
|
|
1326
|
-
},
|
|
1327
|
-
|
|
1328
|
-
const
|
|
1339
|
+
}, Ht = Cr("INumfmtController");
|
|
1340
|
+
er(Ee.Rendered, Ht);
|
|
1341
|
+
const vt = {
|
|
1329
1342
|
id: "sheet.operation.open.numfmt.panel",
|
|
1330
|
-
type:
|
|
1331
|
-
handler: (e) => (e.get(
|
|
1343
|
+
type: ze.OPERATION,
|
|
1344
|
+
handler: (e) => (e.get(Ht).openPanel(), !0)
|
|
1332
1345
|
};
|
|
1333
|
-
var
|
|
1346
|
+
var In = { exports: {} }, xt = {};
|
|
1334
1347
|
/**
|
|
1335
1348
|
* @license React
|
|
1336
1349
|
* react-jsx-runtime.production.min.js
|
|
@@ -1340,23 +1353,23 @@ var jn = { exports: {} }, It = {};
|
|
|
1340
1353
|
* This source code is licensed under the MIT license found in the
|
|
1341
1354
|
* LICENSE file in the root directory of this source tree.
|
|
1342
1355
|
*/
|
|
1343
|
-
var
|
|
1344
|
-
function
|
|
1356
|
+
var qr = $r, Qr = Symbol.for("react.element"), Xr = Symbol.for("react.fragment"), es = Object.prototype.hasOwnProperty, ts = qr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, ns = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1357
|
+
function Rn(e, t, a) {
|
|
1345
1358
|
var n, i = {}, l = null, u = null;
|
|
1346
1359
|
a !== void 0 && (l = "" + a), t.key !== void 0 && (l = "" + t.key), t.ref !== void 0 && (u = t.ref);
|
|
1347
1360
|
for (n in t)
|
|
1348
|
-
|
|
1361
|
+
es.call(t, n) && !ns.hasOwnProperty(n) && (i[n] = t[n]);
|
|
1349
1362
|
if (e && e.defaultProps)
|
|
1350
1363
|
for (n in t = e.defaultProps, t)
|
|
1351
1364
|
i[n] === void 0 && (i[n] = t[n]);
|
|
1352
|
-
return { $$typeof:
|
|
1365
|
+
return { $$typeof: Qr, type: e, key: l, ref: u, props: i, _owner: ts.current };
|
|
1353
1366
|
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
var
|
|
1359
|
-
const
|
|
1367
|
+
xt.Fragment = Xr;
|
|
1368
|
+
xt.jsx = Rn;
|
|
1369
|
+
xt.jsxs = Rn;
|
|
1370
|
+
In.exports = xt;
|
|
1371
|
+
var O = In.exports;
|
|
1372
|
+
const Vt = Ar([]), Nt = [
|
|
1360
1373
|
"$",
|
|
1361
1374
|
"£",
|
|
1362
1375
|
"¥",
|
|
@@ -1385,12 +1398,12 @@ const Ht = Pr([]), Pt = [
|
|
|
1385
1398
|
"₾",
|
|
1386
1399
|
"₿"
|
|
1387
1400
|
];
|
|
1388
|
-
var
|
|
1389
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1401
|
+
var rs = Object.defineProperty, ss = Object.getOwnPropertyDescriptor, as = (e, t, a, n) => {
|
|
1402
|
+
for (var i = n > 1 ? void 0 : n ? ss(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
1390
1403
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
1391
|
-
return n && i &&
|
|
1392
|
-
},
|
|
1393
|
-
let
|
|
1404
|
+
return n && i && rs(t, a, i), i;
|
|
1405
|
+
}, is = (e, t) => (a, n) => t(a, n, e);
|
|
1406
|
+
let _t = class {
|
|
1394
1407
|
constructor(e) {
|
|
1395
1408
|
this._localStorageService = e;
|
|
1396
1409
|
}
|
|
@@ -1415,17 +1428,17 @@ let yt = class {
|
|
|
1415
1428
|
async getHabit(e, t) {
|
|
1416
1429
|
const a = this._getKey(e), n = await this._localStorageService.getItem(a);
|
|
1417
1430
|
if (t && n) {
|
|
1418
|
-
const i = n.map((l, u,
|
|
1419
|
-
const
|
|
1431
|
+
const i = n.map((l, u, d) => {
|
|
1432
|
+
const m = d.length;
|
|
1420
1433
|
return {
|
|
1421
1434
|
value: l,
|
|
1422
|
-
priority:
|
|
1435
|
+
priority: m - u
|
|
1423
1436
|
};
|
|
1424
1437
|
});
|
|
1425
1438
|
return t.sort((l, u) => {
|
|
1426
|
-
var
|
|
1427
|
-
const
|
|
1428
|
-
return (((h = i.find((f) => f.value === u)) == null ? void 0 : h.priority) || -1) -
|
|
1439
|
+
var v, h;
|
|
1440
|
+
const d = ((v = i.find((f) => f.value === l)) == null ? void 0 : v.priority) || -1;
|
|
1441
|
+
return (((h = i.find((f) => f.value === u)) == null ? void 0 : h.priority) || -1) - d;
|
|
1429
1442
|
});
|
|
1430
1443
|
}
|
|
1431
1444
|
return n || [];
|
|
@@ -1434,203 +1447,203 @@ let yt = class {
|
|
|
1434
1447
|
this._localStorageService.removeItem(e);
|
|
1435
1448
|
}
|
|
1436
1449
|
};
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
],
|
|
1440
|
-
const
|
|
1441
|
-
const t =
|
|
1442
|
-
return
|
|
1450
|
+
_t = as([
|
|
1451
|
+
is(0, z(tr))
|
|
1452
|
+
], _t);
|
|
1453
|
+
const mn = "numfmtCurrency", os = (e) => {
|
|
1454
|
+
const t = de(_t), [a, n] = ie(Nt);
|
|
1455
|
+
return $t(() => {
|
|
1443
1456
|
t.addHabit("numfmtCurrency", []).then(() => {
|
|
1444
|
-
t.getHabit(
|
|
1457
|
+
t.getHabit(mn, [...Nt]).then((l) => {
|
|
1445
1458
|
n(l), e && e(l);
|
|
1446
1459
|
});
|
|
1447
1460
|
});
|
|
1448
1461
|
}, []), { userHabitCurrency: a, mark: (l) => {
|
|
1449
|
-
t.markHabit(
|
|
1462
|
+
t.markHabit(mn, l);
|
|
1450
1463
|
} };
|
|
1451
|
-
},
|
|
1452
|
-
const e = At([]), [t, a] =
|
|
1453
|
-
return
|
|
1464
|
+
}, cs = () => {
|
|
1465
|
+
const e = At([]), [t, a] = ie({});
|
|
1466
|
+
return $t(() => {
|
|
1454
1467
|
e.current.forEach((i) => {
|
|
1455
1468
|
i();
|
|
1456
1469
|
}), e.current = [];
|
|
1457
1470
|
}, [t]), (i) => {
|
|
1458
1471
|
e.current.push(i), a({});
|
|
1459
1472
|
};
|
|
1460
|
-
}, et = (e) =>
|
|
1461
|
-
const [t, a] =
|
|
1473
|
+
}, et = (e) => Nt.find((a) => e.includes(a)), ls = (e) => !!et(e) && e.startsWith("_("), us = (e) => {
|
|
1474
|
+
const [t, a] = ie(() => Me(e.defaultPattern || "", 2)), n = bn(Vt), [i, l] = ie(() => et(e.defaultPattern) || n[0]), u = ye(() => n.map((f) => ({ label: f, value: f })), []), m = de(ve).t;
|
|
1462
1475
|
e.action.current = () => te(`_("${i}"* #,##0${t > 0 ? ".0" : ""}_)`, t);
|
|
1463
|
-
const
|
|
1476
|
+
const v = (f) => {
|
|
1464
1477
|
l(f), e.onChange(te(`_("${f}"* #,##0${t > 0 ? ".0" : ""}_)`, t));
|
|
1465
1478
|
}, h = (f) => {
|
|
1466
1479
|
const b = f || 0;
|
|
1467
1480
|
a(b), e.onChange(te(`_("${i}"* #,##0${b > 0 ? ".0" : ""}_)`, b));
|
|
1468
1481
|
};
|
|
1469
|
-
return /* @__PURE__ */
|
|
1470
|
-
/* @__PURE__ */
|
|
1471
|
-
/* @__PURE__ */
|
|
1472
|
-
/* @__PURE__ */
|
|
1473
|
-
/* @__PURE__ */
|
|
1482
|
+
return /* @__PURE__ */ O.jsxs("div", { children: [
|
|
1483
|
+
/* @__PURE__ */ O.jsxs("div", { className: "m-t-16 options ", children: [
|
|
1484
|
+
/* @__PURE__ */ O.jsxs("div", { className: "option", children: [
|
|
1485
|
+
/* @__PURE__ */ O.jsx("div", { className: "label", children: m("sheet.numfmt.decimalLength") }),
|
|
1486
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8 w-120", children: /* @__PURE__ */ O.jsx(Ut, { value: t, max: 20, min: 0, onChange: h }) })
|
|
1474
1487
|
] }),
|
|
1475
|
-
/* @__PURE__ */
|
|
1476
|
-
/* @__PURE__ */
|
|
1477
|
-
/* @__PURE__ */
|
|
1488
|
+
/* @__PURE__ */ O.jsxs("div", { className: "option", children: [
|
|
1489
|
+
/* @__PURE__ */ O.jsx("div", { className: "label", children: m("sheet.numfmt.currencyType") }),
|
|
1490
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8 w-140", children: /* @__PURE__ */ O.jsx(zt, { onChange: v, options: u, value: i }) })
|
|
1478
1491
|
] })
|
|
1479
1492
|
] }),
|
|
1480
|
-
/* @__PURE__ */
|
|
1493
|
+
/* @__PURE__ */ O.jsx("div", { className: "describe m-t-14", children: m("sheet.numfmt.accountingDes") })
|
|
1481
1494
|
] });
|
|
1482
|
-
},
|
|
1495
|
+
}, Ot = (e) => Mn.map((t) => ({
|
|
1483
1496
|
label: t.label(e),
|
|
1484
1497
|
value: t.suffix(e),
|
|
1485
1498
|
color: t.color
|
|
1486
|
-
})),
|
|
1487
|
-
const a =
|
|
1488
|
-
var
|
|
1489
|
-
const
|
|
1490
|
-
return ((
|
|
1491
|
-
}), h = ye(() =>
|
|
1492
|
-
e.action.current = () => te(
|
|
1493
|
-
const b = (
|
|
1494
|
-
l(
|
|
1495
|
-
const R =
|
|
1496
|
-
|
|
1497
|
-
},
|
|
1498
|
-
|
|
1499
|
-
}, D = (
|
|
1500
|
-
|
|
1499
|
+
})), wn = () => Kr.map((e) => ({ label: e.label, value: e.suffix })), kn = () => Zr.map((e) => ({ label: e.label, value: e.suffix, color: e.color })), ds = (e) => !!et(e) && !e.startsWith("_("), ms = (e) => {
|
|
1500
|
+
const a = de(ve).t, n = bn(Vt), [i, l] = ie(() => et(e.defaultPattern) || n[0]), [u, d] = ie(() => Me(e.defaultPattern || "", 2)), [m, v] = ie(() => {
|
|
1501
|
+
var A;
|
|
1502
|
+
const P = Ot(i);
|
|
1503
|
+
return ((A = P.find((V) => Be(V.value, e.defaultPattern))) == null ? void 0 : A.value) || P[0].value;
|
|
1504
|
+
}), h = ye(() => Ot(i), [i]), f = ye(() => n.map((P) => ({ label: P, value: P })), [n]);
|
|
1505
|
+
e.action.current = () => te(m, u);
|
|
1506
|
+
const b = (P) => {
|
|
1507
|
+
l(P);
|
|
1508
|
+
const R = Ot(P)[0].value;
|
|
1509
|
+
v(R), e.onChange(te(R, u));
|
|
1510
|
+
}, I = (P) => {
|
|
1511
|
+
v(P), e.onChange(te(P, u));
|
|
1512
|
+
}, D = (P) => {
|
|
1513
|
+
d(P || 0), e.onChange(te(m, P || 0));
|
|
1501
1514
|
};
|
|
1502
|
-
return /* @__PURE__ */
|
|
1503
|
-
/* @__PURE__ */
|
|
1504
|
-
/* @__PURE__ */
|
|
1505
|
-
/* @__PURE__ */
|
|
1506
|
-
/* @__PURE__ */
|
|
1515
|
+
return /* @__PURE__ */ O.jsxs("div", { children: [
|
|
1516
|
+
/* @__PURE__ */ O.jsxs("div", { className: "m-t-16 options ", children: [
|
|
1517
|
+
/* @__PURE__ */ O.jsxs("div", { className: "option", children: [
|
|
1518
|
+
/* @__PURE__ */ O.jsx("div", { className: "label", children: a("sheet.numfmt.decimalLength") }),
|
|
1519
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8 w-120", children: /* @__PURE__ */ O.jsx(Ut, { value: u, max: 20, min: 0, onChange: D }) })
|
|
1507
1520
|
] }),
|
|
1508
|
-
/* @__PURE__ */
|
|
1509
|
-
/* @__PURE__ */
|
|
1521
|
+
/* @__PURE__ */ O.jsxs("div", { className: "option", children: [
|
|
1522
|
+
/* @__PURE__ */ O.jsxs("div", { className: "label", children: [
|
|
1510
1523
|
" ",
|
|
1511
1524
|
a("sheet.numfmt.currencyType")
|
|
1512
1525
|
] }),
|
|
1513
|
-
/* @__PURE__ */
|
|
1526
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8 w-140", children: /* @__PURE__ */ O.jsx(zt, { onChange: b, options: f, value: i }) })
|
|
1514
1527
|
] })
|
|
1515
1528
|
] }),
|
|
1516
|
-
/* @__PURE__ */
|
|
1529
|
+
/* @__PURE__ */ O.jsxs("div", { className: "m-t-16 label", children: [
|
|
1517
1530
|
" ",
|
|
1518
1531
|
a("sheet.numfmt.negType")
|
|
1519
1532
|
] }),
|
|
1520
|
-
/* @__PURE__ */
|
|
1521
|
-
/* @__PURE__ */
|
|
1533
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8", children: /* @__PURE__ */ O.jsx(Lt, { onChange: I, options: h, value: m }) }),
|
|
1534
|
+
/* @__PURE__ */ O.jsx("div", { className: "describe m-t-14", children: a("sheet.numfmt.currencyDes") })
|
|
1522
1535
|
] });
|
|
1523
|
-
},
|
|
1524
|
-
const t =
|
|
1525
|
-
return
|
|
1526
|
-
},
|
|
1527
|
-
const t = ye(
|
|
1536
|
+
}, ps = (e) => {
|
|
1537
|
+
const t = he.getInfo(e);
|
|
1538
|
+
return wn().map((a) => a.value).includes(e) || ["date", "datetime", "time"].includes(t.type);
|
|
1539
|
+
}, fs = (e) => {
|
|
1540
|
+
const t = ye(wn, []), n = de(ve).t, [i, l] = ie(() => {
|
|
1528
1541
|
if (e.defaultPattern) {
|
|
1529
|
-
const
|
|
1530
|
-
if (
|
|
1531
|
-
return
|
|
1542
|
+
const d = t.find((m) => m.value === e.defaultPattern);
|
|
1543
|
+
if (d)
|
|
1544
|
+
return d.value;
|
|
1532
1545
|
}
|
|
1533
1546
|
return t[0].value;
|
|
1534
1547
|
});
|
|
1535
1548
|
e.action.current = () => i;
|
|
1536
|
-
const u = (
|
|
1537
|
-
l(
|
|
1549
|
+
const u = (d) => {
|
|
1550
|
+
l(d), e.onChange(d);
|
|
1538
1551
|
};
|
|
1539
|
-
return /* @__PURE__ */
|
|
1540
|
-
/* @__PURE__ */
|
|
1541
|
-
/* @__PURE__ */
|
|
1542
|
-
/* @__PURE__ */
|
|
1552
|
+
return /* @__PURE__ */ O.jsxs("div", { children: [
|
|
1553
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-16 label", children: n("sheet.numfmt.dateType") }),
|
|
1554
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8", children: /* @__PURE__ */ O.jsx(Lt, { value: i, options: t, onChange: u }) }),
|
|
1555
|
+
/* @__PURE__ */ O.jsx("div", { className: "describe m-t-14", children: n("sheet.numfmt.dateDes") })
|
|
1543
1556
|
] });
|
|
1544
|
-
},
|
|
1545
|
-
const a =
|
|
1546
|
-
return e.action.current = () => "", /* @__PURE__ */
|
|
1547
|
-
},
|
|
1548
|
-
const t =
|
|
1557
|
+
}, hs = (e) => !e, gs = (e) => {
|
|
1558
|
+
const a = de(ve).t;
|
|
1559
|
+
return e.action.current = () => "", /* @__PURE__ */ O.jsx("div", { children: /* @__PURE__ */ O.jsx("div", { className: "describe m-t-14", children: a("sheet.numfmt.generalDes") }) });
|
|
1560
|
+
}, vs = (e) => kn().some((t) => Be(t.value, e)), _s = (e) => {
|
|
1561
|
+
const t = de(ve), a = ye(kn, []), [n, i] = ie(() => Me(e.defaultPattern || "", 0)), [l, u] = ie(() => {
|
|
1549
1562
|
const f = a.find((b) => Be(b.value, e.defaultPattern || ""));
|
|
1550
1563
|
return (f == null ? void 0 : f.value) || a[0].value;
|
|
1551
|
-
}),
|
|
1564
|
+
}), d = ye(() => te(l, Number(n || 0)), [l, n]), m = ye(() => !Gr(l), [l]), v = (f) => {
|
|
1552
1565
|
i(f || 0), e.onChange(te(l, Number(f || 0)));
|
|
1553
1566
|
}, h = (f) => {
|
|
1554
1567
|
i(Me(f, 0)), u(f), e.onChange(f);
|
|
1555
1568
|
};
|
|
1556
|
-
return e.action.current = () =>
|
|
1557
|
-
/* @__PURE__ */
|
|
1558
|
-
/* @__PURE__ */
|
|
1559
|
-
|
|
1569
|
+
return e.action.current = () => d, /* @__PURE__ */ O.jsxs("div", { children: [
|
|
1570
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-16 label", children: t.t("sheet.numfmt.decimalLength") }),
|
|
1571
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8", children: /* @__PURE__ */ O.jsx(
|
|
1572
|
+
Ut,
|
|
1560
1573
|
{
|
|
1561
|
-
disabled:
|
|
1574
|
+
disabled: m,
|
|
1562
1575
|
value: n,
|
|
1563
1576
|
max: 20,
|
|
1564
1577
|
min: 0,
|
|
1565
|
-
onChange:
|
|
1578
|
+
onChange: v
|
|
1566
1579
|
}
|
|
1567
1580
|
) }),
|
|
1568
|
-
/* @__PURE__ */
|
|
1581
|
+
/* @__PURE__ */ O.jsxs("div", { className: "m-t-16 label", children: [
|
|
1569
1582
|
" ",
|
|
1570
1583
|
t.t("sheet.numfmt.negType")
|
|
1571
1584
|
] }),
|
|
1572
|
-
/* @__PURE__ */
|
|
1573
|
-
/* @__PURE__ */
|
|
1585
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8", children: /* @__PURE__ */ O.jsx(Lt, { onChange: h, options: a, value: l }) }),
|
|
1586
|
+
/* @__PURE__ */ O.jsx("div", { className: "describe m-t-14", children: t.t("sheet.numfmt.thousandthPercentileDes") })
|
|
1574
1587
|
] });
|
|
1575
|
-
},
|
|
1576
|
-
const { defaultValue: t, defaultPattern: a, row: n, col: i } = e.value, l =
|
|
1588
|
+
}, ys = (e) => {
|
|
1589
|
+
const { defaultValue: t, defaultPattern: a, row: n, col: i } = e.value, l = de(ve), u = At(() => ""), d = l.t, m = cs(), v = ye(
|
|
1577
1590
|
() => [
|
|
1578
|
-
{ label: "sheet.numfmt.general", component:
|
|
1579
|
-
{ label: "sheet.numfmt.accounting", component:
|
|
1580
|
-
{ label: "sheet.numfmt.currency", component:
|
|
1581
|
-
{ label: "sheet.numfmt.date", component:
|
|
1582
|
-
{ label: "sheet.numfmt.thousandthPercentile", component:
|
|
1583
|
-
].map((G) => ({ ...G, label:
|
|
1591
|
+
{ label: "sheet.numfmt.general", component: gs },
|
|
1592
|
+
{ label: "sheet.numfmt.accounting", component: us },
|
|
1593
|
+
{ label: "sheet.numfmt.currency", component: ms },
|
|
1594
|
+
{ label: "sheet.numfmt.date", component: fs },
|
|
1595
|
+
{ label: "sheet.numfmt.thousandthPercentile", component: _s }
|
|
1596
|
+
].map((G) => ({ ...G, label: d(G.label) })),
|
|
1584
1597
|
[]
|
|
1585
|
-
), [h, f] =
|
|
1598
|
+
), [h, f] = ie(A), [b, I] = ie(() => `${n}_${i}`), { mark: D, userHabitCurrency: P } = os(() => I(`${n}_${i}_userCurrency'`)), R = ye(() => {
|
|
1586
1599
|
var G;
|
|
1587
|
-
return (G =
|
|
1600
|
+
return (G = v.find((pe) => pe.label === h)) == null ? void 0 : G.component;
|
|
1588
1601
|
}, [h]);
|
|
1589
|
-
function
|
|
1590
|
-
return [
|
|
1602
|
+
function A() {
|
|
1603
|
+
return [hs, ls, ds, ps, vs].reduce((pe, Te, Z) => pe || (Te(a) ? v[Z].label : ""), "") || v[0].label;
|
|
1591
1604
|
}
|
|
1592
|
-
const
|
|
1605
|
+
const V = v.map((G) => ({
|
|
1593
1606
|
label: G.label,
|
|
1594
1607
|
value: G.label
|
|
1595
1608
|
})), W = (G) => {
|
|
1596
|
-
f(G),
|
|
1609
|
+
f(G), m(() => e.onChange({ type: "change", value: u.current() || "" }));
|
|
1597
1610
|
}, Q = (G) => {
|
|
1598
1611
|
e.onChange({ type: "change", value: G });
|
|
1599
|
-
},
|
|
1600
|
-
const G = u.current() || "",
|
|
1601
|
-
|
|
1602
|
-
},
|
|
1612
|
+
}, me = () => {
|
|
1613
|
+
const G = u.current() || "", pe = et(G);
|
|
1614
|
+
pe && D(pe), e.onChange({ type: "confirm", value: G });
|
|
1615
|
+
}, xe = () => {
|
|
1603
1616
|
e.onChange({ type: "cancel", value: "" });
|
|
1604
|
-
},
|
|
1617
|
+
}, Ie = {
|
|
1605
1618
|
onChange: Q,
|
|
1606
1619
|
defaultValue: t,
|
|
1607
1620
|
defaultPattern: a,
|
|
1608
1621
|
action: u
|
|
1609
1622
|
};
|
|
1610
|
-
return
|
|
1611
|
-
f(
|
|
1612
|
-
}, [n, i]), /* @__PURE__ */
|
|
1613
|
-
/* @__PURE__ */
|
|
1614
|
-
/* @__PURE__ */
|
|
1615
|
-
/* @__PURE__ */
|
|
1616
|
-
/* @__PURE__ */
|
|
1623
|
+
return $t(() => {
|
|
1624
|
+
f(A()), I(`${n}_${i}`);
|
|
1625
|
+
}, [n, i]), /* @__PURE__ */ O.jsxs("div", { className: "numfmt-panel p-b-20", children: [
|
|
1626
|
+
/* @__PURE__ */ O.jsxs("div", { children: [
|
|
1627
|
+
/* @__PURE__ */ O.jsx("div", { className: "label m-t-14", children: d("sheet.numfmt.numfmtType") }),
|
|
1628
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-t-8", children: /* @__PURE__ */ O.jsx(zt, { onChange: W, options: V, value: h }) }),
|
|
1629
|
+
/* @__PURE__ */ O.jsx("div", { children: R && /* @__PURE__ */ O.jsx(Vt.Provider, { value: P, children: /* @__PURE__ */ Ye(R, { ...Ie, key: b }) }) })
|
|
1617
1630
|
] }),
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
/* @__PURE__ */
|
|
1620
|
-
/* @__PURE__ */
|
|
1631
|
+
/* @__PURE__ */ O.jsxs("div", { className: "btn-list m-t-14 m-b-20", children: [
|
|
1632
|
+
/* @__PURE__ */ O.jsx(un, { size: "small", onClick: xe, className: "m-r-12", children: d("sheet.numfmt.cancel") }),
|
|
1633
|
+
/* @__PURE__ */ O.jsx(un, { type: "primary", size: "small", onClick: me, children: d("sheet.numfmt.confirm") })
|
|
1621
1634
|
] })
|
|
1622
1635
|
] });
|
|
1623
1636
|
};
|
|
1624
|
-
var
|
|
1625
|
-
return
|
|
1637
|
+
var ae = function() {
|
|
1638
|
+
return ae = Object.assign || function(e) {
|
|
1626
1639
|
for (var t, a = 1, n = arguments.length; a < n; a++) {
|
|
1627
1640
|
t = arguments[a];
|
|
1628
1641
|
for (var i in t)
|
|
1629
1642
|
Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]);
|
|
1630
1643
|
}
|
|
1631
1644
|
return e;
|
|
1632
|
-
},
|
|
1633
|
-
},
|
|
1645
|
+
}, ae.apply(this, arguments);
|
|
1646
|
+
}, bs = function(e, t) {
|
|
1634
1647
|
var a = {};
|
|
1635
1648
|
for (var n in e)
|
|
1636
1649
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (a[n] = e[n]);
|
|
@@ -1639,34 +1652,34 @@ var se = function() {
|
|
|
1639
1652
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (a[n[i]] = e[n[i]]);
|
|
1640
1653
|
return a;
|
|
1641
1654
|
}, tt = Xe(function(e, t) {
|
|
1642
|
-
var a = e.icon, n = e.id, i = e.className, l = e.extend, u =
|
|
1643
|
-
return
|
|
1655
|
+
var a = e.icon, n = e.id, i = e.className, l = e.extend, u = bs(e, ["icon", "id", "className", "extend"]), d = "univerjs-icon univerjs-icon-".concat(n, " ").concat(i || "").trim(), m = At("_".concat(Ms()));
|
|
1656
|
+
return Dn(a, "".concat(n), { defIds: a.defIds, idSuffix: m.current }, ae({ ref: t, className: d }, u), l);
|
|
1644
1657
|
});
|
|
1645
|
-
function
|
|
1646
|
-
return Ye(e.tag,
|
|
1647
|
-
return
|
|
1658
|
+
function Dn(e, t, a, n, i) {
|
|
1659
|
+
return Ye(e.tag, ae(ae({ key: t }, Ss(e, a, i)), n), (Cs(e, a).children || []).map(function(l, u) {
|
|
1660
|
+
return Dn(l, "".concat(t, "-").concat(e.tag, "-").concat(u), a, void 0, i);
|
|
1648
1661
|
}));
|
|
1649
1662
|
}
|
|
1650
|
-
function
|
|
1651
|
-
var n =
|
|
1663
|
+
function Ss(e, t, a) {
|
|
1664
|
+
var n = ae({}, e.attrs);
|
|
1652
1665
|
a != null && a.colorChannel1 && n.fill === "colorChannel1" && (n.fill = a.colorChannel1);
|
|
1653
1666
|
var i = t.defIds;
|
|
1654
1667
|
return !i || i.length === 0 || (e.tag === "use" && n["xlink:href"] && (n["xlink:href"] = n["xlink:href"] + t.idSuffix), Object.entries(n).forEach(function(l) {
|
|
1655
|
-
var u = l[0],
|
|
1656
|
-
typeof
|
|
1668
|
+
var u = l[0], d = l[1];
|
|
1669
|
+
typeof d == "string" && (n[u] = d.replace(/url\(#(.*)\)/, "url(#$1".concat(t.idSuffix, ")")));
|
|
1657
1670
|
})), n;
|
|
1658
1671
|
}
|
|
1659
|
-
function
|
|
1672
|
+
function Cs(e, t) {
|
|
1660
1673
|
var a, n = t.defIds;
|
|
1661
|
-
return !n || n.length === 0 ? e : e.tag === "defs" && (!((a = e.children) === null || a === void 0) && a.length) ?
|
|
1662
|
-
return typeof i.attrs.id == "string" && n && n.indexOf(i.attrs.id) > -1 ?
|
|
1674
|
+
return !n || n.length === 0 ? e : e.tag === "defs" && (!((a = e.children) === null || a === void 0) && a.length) ? ae(ae({}, e), { children: e.children.map(function(i) {
|
|
1675
|
+
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 + t.idSuffix }) }) : i;
|
|
1663
1676
|
}) }) : e;
|
|
1664
1677
|
}
|
|
1665
|
-
function
|
|
1678
|
+
function Ms() {
|
|
1666
1679
|
return Math.random().toString(36).substring(2, 8);
|
|
1667
1680
|
}
|
|
1668
1681
|
tt.displayName = "UniverIcon";
|
|
1669
|
-
var
|
|
1682
|
+
var js = {
|
|
1670
1683
|
tag: "svg",
|
|
1671
1684
|
attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" },
|
|
1672
1685
|
children: [
|
|
@@ -1687,16 +1700,16 @@ var _s = {
|
|
|
1687
1700
|
}
|
|
1688
1701
|
}
|
|
1689
1702
|
]
|
|
1690
|
-
},
|
|
1703
|
+
}, On = Xe(function(e, t) {
|
|
1691
1704
|
return Ye(tt, Object.assign({}, e, {
|
|
1692
1705
|
id: "add-digits-single",
|
|
1693
1706
|
ref: t,
|
|
1694
|
-
icon:
|
|
1707
|
+
icon: js
|
|
1695
1708
|
}));
|
|
1696
1709
|
});
|
|
1697
|
-
|
|
1698
|
-
const
|
|
1699
|
-
var
|
|
1710
|
+
On.displayName = "AddDigitsSingle";
|
|
1711
|
+
const xs = On;
|
|
1712
|
+
var Is = {
|
|
1700
1713
|
tag: "svg",
|
|
1701
1714
|
attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" },
|
|
1702
1715
|
children: [
|
|
@@ -1734,16 +1747,16 @@ var bs = {
|
|
|
1734
1747
|
]
|
|
1735
1748
|
}
|
|
1736
1749
|
]
|
|
1737
|
-
},
|
|
1750
|
+
}, Pn = Xe(function(e, t) {
|
|
1738
1751
|
return Ye(tt, Object.assign({}, e, {
|
|
1739
1752
|
id: "more-down-single",
|
|
1740
1753
|
ref: t,
|
|
1741
|
-
icon:
|
|
1754
|
+
icon: Is
|
|
1742
1755
|
}));
|
|
1743
1756
|
});
|
|
1744
|
-
|
|
1745
|
-
const
|
|
1746
|
-
var
|
|
1757
|
+
Pn.displayName = "MoreDownSingle";
|
|
1758
|
+
const Rs = Pn;
|
|
1759
|
+
var ws = {
|
|
1747
1760
|
tag: "svg",
|
|
1748
1761
|
attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" },
|
|
1749
1762
|
children: [
|
|
@@ -1768,12 +1781,12 @@ var Cs = {
|
|
|
1768
1781
|
return Ye(tt, Object.assign({}, e, {
|
|
1769
1782
|
id: "reduce-digits-single",
|
|
1770
1783
|
ref: t,
|
|
1771
|
-
icon:
|
|
1784
|
+
icon: ws
|
|
1772
1785
|
}));
|
|
1773
1786
|
});
|
|
1774
1787
|
En.displayName = "ReduceDigitsSingle";
|
|
1775
|
-
const
|
|
1776
|
-
var
|
|
1788
|
+
const ks = En;
|
|
1789
|
+
var Ds = {
|
|
1777
1790
|
tag: "svg",
|
|
1778
1791
|
attrs: { fill: "none", viewBox: "0 0 17 17", width: "1em", height: "1em" },
|
|
1779
1792
|
children: [
|
|
@@ -1785,15 +1798,15 @@ var js = {
|
|
|
1785
1798
|
}
|
|
1786
1799
|
}
|
|
1787
1800
|
]
|
|
1788
|
-
},
|
|
1801
|
+
}, Nn = Xe(function(e, t) {
|
|
1789
1802
|
return Ye(tt, Object.assign({}, e, {
|
|
1790
1803
|
id: "rmb-single",
|
|
1791
1804
|
ref: t,
|
|
1792
|
-
icon:
|
|
1805
|
+
icon: Ds
|
|
1793
1806
|
}));
|
|
1794
1807
|
});
|
|
1795
|
-
|
|
1796
|
-
const
|
|
1808
|
+
Nn.displayName = "RmbSingle";
|
|
1809
|
+
const Os = Nn, lt = [
|
|
1797
1810
|
{
|
|
1798
1811
|
label: "sheet.numfmt.general",
|
|
1799
1812
|
pattern: null
|
|
@@ -1846,117 +1859,120 @@ const Is = On, ut = [
|
|
|
1846
1859
|
label: "sheet.numfmt.moreFmt",
|
|
1847
1860
|
pattern: ""
|
|
1848
1861
|
}
|
|
1849
|
-
],
|
|
1850
|
-
const n =
|
|
1862
|
+
], Yt = (e) => he.getInfo(e).type || "unknown", pn = (e, t) => {
|
|
1863
|
+
const n = he.getInfo(e)._partitions[1], i = he.format(e, t, { locale: "zh-CN" });
|
|
1851
1864
|
return t < 0 ? {
|
|
1852
1865
|
result: i,
|
|
1853
1866
|
color: n.color
|
|
1854
1867
|
} : {
|
|
1855
1868
|
result: i
|
|
1856
1869
|
};
|
|
1857
|
-
},
|
|
1858
|
-
const t =
|
|
1859
|
-
return /* @__PURE__ */
|
|
1860
|
-
},
|
|
1861
|
-
const e =
|
|
1862
|
-
const m =
|
|
1870
|
+
}, Ps = (e) => {
|
|
1871
|
+
const t = de(ve), a = e.value ?? t.t("sheet.numfmt.general");
|
|
1872
|
+
return /* @__PURE__ */ O.jsx("span", { className: "more-numfmt-type", children: a });
|
|
1873
|
+
}, Es = () => {
|
|
1874
|
+
const e = de(je), t = de(ve), a = Ur(), n = de(Ve), i = (d) => {
|
|
1875
|
+
const m = n.getLast();
|
|
1863
1876
|
if (!m)
|
|
1864
1877
|
return;
|
|
1865
|
-
const
|
|
1866
|
-
ne.foreach(
|
|
1867
|
-
|
|
1868
|
-
}), e.executeCommand(Ue.id, { values:
|
|
1869
|
-
},
|
|
1870
|
-
if (
|
|
1871
|
-
|
|
1872
|
-
else if (
|
|
1873
|
-
e.executeCommand(
|
|
1878
|
+
const v = a.get(wr), h = m.range, f = [];
|
|
1879
|
+
ne.foreach(h, (b, I) => {
|
|
1880
|
+
d ? f.push({ row: b, col: I, pattern: d, type: Yt(d) }) : f.push({ row: b, col: I });
|
|
1881
|
+
}), e.executeCommand(Ue.id, { values: f }), v.focus();
|
|
1882
|
+
}, l = (d) => {
|
|
1883
|
+
if (d === 0)
|
|
1884
|
+
i(null);
|
|
1885
|
+
else if (d === lt.length - 1)
|
|
1886
|
+
e.executeCommand(vt.id);
|
|
1874
1887
|
else {
|
|
1875
|
-
const m =
|
|
1876
|
-
m.pattern &&
|
|
1888
|
+
const m = lt[d];
|
|
1889
|
+
m.pattern && i(m.pattern);
|
|
1877
1890
|
}
|
|
1878
|
-
},
|
|
1879
|
-
return /* @__PURE__ */
|
|
1891
|
+
}, u = 1220;
|
|
1892
|
+
return /* @__PURE__ */ O.jsx("div", { className: "more-numfmt-type-options", children: lt.map((d, m) => d === "|" ? /* @__PURE__ */ O.jsx("div", { className: "line m-t-4", onClick: (v) => v.stopPropagation() }, m) : /* @__PURE__ */ O.jsxs(
|
|
1880
1893
|
"div",
|
|
1881
1894
|
{
|
|
1882
1895
|
className: "option-item m-t-4",
|
|
1883
1896
|
onClick: () => {
|
|
1884
|
-
|
|
1897
|
+
l(m);
|
|
1885
1898
|
},
|
|
1886
1899
|
children: [
|
|
1887
|
-
/* @__PURE__ */
|
|
1888
|
-
/* @__PURE__ */
|
|
1900
|
+
/* @__PURE__ */ O.jsx("div", { children: t.t(d.label) }),
|
|
1901
|
+
/* @__PURE__ */ O.jsx("div", { className: "m-l-26", children: d.pattern ? he.format(d.pattern || "", u, { locale: "zh-CN" }) : "" })
|
|
1889
1902
|
]
|
|
1890
1903
|
},
|
|
1891
1904
|
m
|
|
1892
1905
|
)) });
|
|
1893
|
-
},
|
|
1906
|
+
}, Ns = (e) => {
|
|
1894
1907
|
const t = "icon-rmbSingle";
|
|
1895
|
-
return e.register(t,
|
|
1908
|
+
return e.register(t, Os), e.register("MoreDownSingle", Rs), (a) => ({
|
|
1896
1909
|
icon: t,
|
|
1897
|
-
id:
|
|
1910
|
+
id: jn.id,
|
|
1898
1911
|
title: "sheet.numfmt.currency",
|
|
1899
1912
|
tooltip: "sheet.numfmt.currency",
|
|
1900
1913
|
type: St.BUTTON,
|
|
1901
1914
|
group: Ct.TOOLBAR_FORMULAS_INSERT,
|
|
1902
1915
|
positions: [Mt.TOOLBAR_START],
|
|
1903
|
-
hidden$: jt(a,
|
|
1916
|
+
hidden$: jt(a, yt.SHEET),
|
|
1917
|
+
disabled$: bt(a)
|
|
1904
1918
|
});
|
|
1905
|
-
},
|
|
1919
|
+
}, Ts = (e) => {
|
|
1906
1920
|
const t = "icon-addDigitsSingle";
|
|
1907
|
-
return e.register(t,
|
|
1921
|
+
return e.register(t, xs), (a) => ({
|
|
1908
1922
|
icon: t,
|
|
1909
|
-
id:
|
|
1923
|
+
id: Cn.id,
|
|
1910
1924
|
title: "sheet.numfmt.addDecimal",
|
|
1911
1925
|
tooltip: "sheet.numfmt.addDecimal",
|
|
1912
1926
|
type: St.BUTTON,
|
|
1913
1927
|
positions: [Mt.TOOLBAR_START],
|
|
1914
1928
|
group: Ct.TOOLBAR_FORMULAS_INSERT,
|
|
1915
|
-
hidden$: jt(a,
|
|
1929
|
+
hidden$: jt(a, yt.SHEET),
|
|
1930
|
+
disabled$: bt(a)
|
|
1916
1931
|
});
|
|
1917
|
-
},
|
|
1932
|
+
}, Fs = (e) => {
|
|
1918
1933
|
const t = "icon-reduceDigitsSingle";
|
|
1919
|
-
return e.register(t,
|
|
1934
|
+
return e.register(t, ks), (a) => ({
|
|
1920
1935
|
icon: t,
|
|
1921
|
-
id:
|
|
1936
|
+
id: xn.id,
|
|
1922
1937
|
title: "sheet.numfmt.subtractDecimal",
|
|
1923
1938
|
tooltip: "sheet.numfmt.subtractDecimal",
|
|
1924
1939
|
type: St.BUTTON,
|
|
1925
1940
|
group: Ct.TOOLBAR_FORMULAS_INSERT,
|
|
1926
1941
|
positions: [Mt.TOOLBAR_START],
|
|
1927
|
-
hidden$: jt(a,
|
|
1942
|
+
hidden$: jt(a, yt.SHEET),
|
|
1943
|
+
disabled$: bt(a)
|
|
1928
1944
|
});
|
|
1929
|
-
},
|
|
1945
|
+
}, $s = (e) => {
|
|
1930
1946
|
const t = "sheet.numfmt.moreNumfmtType", a = "sheet.numfmt.moreNumfmtType.options";
|
|
1931
|
-
return e.register(t,
|
|
1932
|
-
const i = n.get(be), l = n.get(
|
|
1933
|
-
(h) =>
|
|
1934
|
-
|
|
1935
|
-
new
|
|
1936
|
-
const b = u.onCommandExecuted((
|
|
1937
|
-
|
|
1947
|
+
return e.register(t, Ps), e.register(a, Es), (n) => {
|
|
1948
|
+
const i = n.get(be), l = n.get(ge), u = n.get(je), d = n.get(ve), m = n.get(Ve), v = new Oe(
|
|
1949
|
+
(h) => Ft(
|
|
1950
|
+
m.selectionMoveEnd$,
|
|
1951
|
+
new Oe((f) => {
|
|
1952
|
+
const b = [re.id, oe.id], I = u.onCommandExecuted((D) => {
|
|
1953
|
+
b.includes(D.id) && f.next(null);
|
|
1938
1954
|
});
|
|
1939
|
-
return () =>
|
|
1955
|
+
return () => I.dispose();
|
|
1940
1956
|
})
|
|
1941
1957
|
).subscribe(() => {
|
|
1942
|
-
const f =
|
|
1958
|
+
const f = m.getSelections();
|
|
1943
1959
|
if (f && f[0]) {
|
|
1944
|
-
const b = l.getCurrentUniverSheetInstance(),
|
|
1945
|
-
let
|
|
1946
|
-
if (
|
|
1947
|
-
const W =
|
|
1948
|
-
(
|
|
1960
|
+
const b = l.getCurrentUniverSheetInstance(), I = b.getActiveSheet(), D = f[0].range, P = D.startRow, R = D.startColumn, A = i.getValue(b.getUnitId(), I.getSheetId(), P, R);
|
|
1961
|
+
let V = d.t("sheet.numfmt.general");
|
|
1962
|
+
if (A) {
|
|
1963
|
+
const W = A.pattern, Q = lt.filter((me) => typeof me == "object" && me.pattern).find(
|
|
1964
|
+
(me) => Be(W, me.pattern)
|
|
1949
1965
|
);
|
|
1950
|
-
Q && typeof Q == "object" && Q.pattern
|
|
1966
|
+
Q && typeof Q == "object" && Q.pattern ? V = d.t(Q.label) : V = d.t("sheet.numfmt.moreFmt");
|
|
1951
1967
|
}
|
|
1952
|
-
h.next(
|
|
1968
|
+
h.next(V);
|
|
1953
1969
|
}
|
|
1954
1970
|
})
|
|
1955
1971
|
);
|
|
1956
1972
|
return {
|
|
1957
1973
|
// icon: 'MoreDownSingle',
|
|
1958
1974
|
label: t,
|
|
1959
|
-
id:
|
|
1975
|
+
id: vt.id,
|
|
1960
1976
|
tooltip: "sheet.numfmt.title",
|
|
1961
1977
|
type: St.SELECTOR,
|
|
1962
1978
|
group: Ct.TOOLBAR_FORMULAS_INSERT,
|
|
@@ -1969,18 +1985,19 @@ const Is = On, ut = [
|
|
|
1969
1985
|
}
|
|
1970
1986
|
}
|
|
1971
1987
|
],
|
|
1972
|
-
value$:
|
|
1973
|
-
hidden$: jt(n,
|
|
1988
|
+
value$: v,
|
|
1989
|
+
hidden$: jt(n, yt.SHEET),
|
|
1990
|
+
disabled$: bt(n)
|
|
1974
1991
|
};
|
|
1975
1992
|
};
|
|
1976
1993
|
};
|
|
1977
|
-
var
|
|
1978
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
1994
|
+
var As = Object.defineProperty, Us = Object.getOwnPropertyDescriptor, zs = (e, t, a, n) => {
|
|
1995
|
+
for (var i = n > 1 ? void 0 : n ? Us(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
1979
1996
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
1980
|
-
return n && i &&
|
|
1997
|
+
return n && i && As(t, a, i), i;
|
|
1981
1998
|
}, ee = (e, t) => (a, n) => t(a, n, e);
|
|
1982
|
-
let
|
|
1983
|
-
constructor(t, a, n, i, l, u,
|
|
1999
|
+
let ut = class extends Le {
|
|
2000
|
+
constructor(t, a, n, i, l, u, d, m, v, h, f, b, I) {
|
|
1984
2001
|
super();
|
|
1985
2002
|
/**
|
|
1986
2003
|
* If _previewPattern is null ,the realTimeRenderingInterceptor will skip and if it is '',realTimeRenderingInterceptor will clear numfmt.
|
|
@@ -1990,75 +2007,75 @@ let dt = class extends ze {
|
|
|
1990
2007
|
*/
|
|
1991
2008
|
ke(this, "_previewPattern", "");
|
|
1992
2009
|
ke(this, "openPanel", () => {
|
|
1993
|
-
const t = this._sidebarService, a = this._selectionManagerService, n = this._commandService, i = this._univerInstanceService, l = this._numfmtService, u = this._localeService,
|
|
1994
|
-
if (!
|
|
2010
|
+
const t = this._sidebarService, a = this._selectionManagerService, n = this._commandService, i = this._univerInstanceService, l = this._numfmtService, u = this._localeService, m = (a.getSelectionRanges() || [])[0];
|
|
2011
|
+
if (!m)
|
|
1995
2012
|
return !1;
|
|
1996
|
-
const
|
|
1997
|
-
|
|
2013
|
+
const v = i.getCurrentUniverSheetInstance(), h = v.getActiveSheet(), f = h.getCellRaw(m.startRow, m.startColumn), b = l.getValue(
|
|
2014
|
+
v.getUnitId(),
|
|
1998
2015
|
h.getSheetId(),
|
|
1999
|
-
|
|
2000
|
-
|
|
2016
|
+
m.startRow,
|
|
2017
|
+
m.startColumn
|
|
2001
2018
|
);
|
|
2002
|
-
let
|
|
2003
|
-
b && (
|
|
2004
|
-
const D = (f == null ? void 0 : f.t) ===
|
|
2019
|
+
let I = "";
|
|
2020
|
+
b && (I = b.pattern);
|
|
2021
|
+
const D = (f == null ? void 0 : f.t) === Ae.NUMBER ? f.v : 12345678, P = {
|
|
2005
2022
|
onChange: (R) => {
|
|
2006
|
-
var
|
|
2023
|
+
var A, V;
|
|
2007
2024
|
if (R.type === "change")
|
|
2008
|
-
this._previewPattern = R.value, this._sheetSkeletonManagerService.reCalculate(), (
|
|
2025
|
+
this._previewPattern = R.value, this._sheetSkeletonManagerService.reCalculate(), (V = (A = this._renderManagerService.getRenderById(v.getUnitId())) == null ? void 0 : A.mainComponent) == null || V.makeDirty();
|
|
2009
2026
|
else if (R.type === "confirm") {
|
|
2010
|
-
const W = a.getSelectionRanges() || [], Q = { values: [] },
|
|
2011
|
-
W.forEach((
|
|
2012
|
-
ne.foreach(
|
|
2027
|
+
const W = a.getSelectionRanges() || [], Q = { values: [] }, me = Yt(R.value);
|
|
2028
|
+
W.forEach((xe) => {
|
|
2029
|
+
ne.foreach(xe, (Ie, G) => {
|
|
2013
2030
|
Q.values.push({
|
|
2014
|
-
row:
|
|
2031
|
+
row: Ie,
|
|
2015
2032
|
col: G,
|
|
2016
2033
|
pattern: R.value,
|
|
2017
|
-
type:
|
|
2034
|
+
type: me
|
|
2018
2035
|
});
|
|
2019
2036
|
});
|
|
2020
2037
|
}), n.executeCommand(Ue.id, Q), t.close();
|
|
2021
2038
|
} else
|
|
2022
2039
|
R.type === "cancel" && t.close();
|
|
2023
2040
|
},
|
|
2024
|
-
value: { defaultPattern:
|
|
2041
|
+
value: { defaultPattern: I, defaultValue: D, row: m.startRow, col: m.startColumn }
|
|
2025
2042
|
};
|
|
2026
2043
|
t.open({
|
|
2027
2044
|
header: { title: u.t("sheet.numfmt.title") },
|
|
2028
2045
|
children: {
|
|
2029
|
-
label:
|
|
2046
|
+
label: gt,
|
|
2030
2047
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2031
|
-
...
|
|
2048
|
+
...P
|
|
2032
2049
|
// need passthrough to react props.
|
|
2033
2050
|
},
|
|
2034
2051
|
onClose: () => {
|
|
2035
|
-
var R,
|
|
2036
|
-
this._sheetSkeletonManagerService.reCalculate(), (
|
|
2052
|
+
var R, A;
|
|
2053
|
+
this._sheetSkeletonManagerService.reCalculate(), (A = (R = this._renderManagerService.getRenderById(v.getUnitId())) == null ? void 0 : R.mainComponent) == null || A.makeDirty(), n.executeCommand(Dt.id);
|
|
2037
2054
|
}
|
|
2038
2055
|
});
|
|
2039
2056
|
});
|
|
2040
2057
|
ke(this, "_initLocal", () => {
|
|
2041
|
-
this._localeService.load({ zhCN:
|
|
2058
|
+
this._localeService.load({ zhCN: zr });
|
|
2042
2059
|
});
|
|
2043
|
-
this._sheetInterceptorService = t, this._themeService = a, this._injector = n, this._univerInstanceService = i, this._sheetSkeletonManagerService = l, this._commandService = u, this._selectionManagerService =
|
|
2060
|
+
this._sheetInterceptorService = t, this._themeService = a, this._injector = n, this._univerInstanceService = i, this._sheetSkeletonManagerService = l, this._commandService = u, this._selectionManagerService = d, this._renderManagerService = m, this._numfmtService = v, this._componentManager = h, this._menuService = f, this._sidebarService = b, this._localeService = I, this._initInterceptorCommands(), this._initRealTimeRenderingInterceptor(), this._initPanel(), this._initCommands(), this._commandExecutedListener(), this._initMenu(), this._initInterceptorCellContent(), this._initLocal();
|
|
2044
2061
|
}
|
|
2045
2062
|
_initCommands() {
|
|
2046
2063
|
[
|
|
2047
|
-
bn,
|
|
2048
|
-
Mn,
|
|
2049
2064
|
Cn,
|
|
2050
|
-
|
|
2051
|
-
|
|
2065
|
+
xn,
|
|
2066
|
+
jn,
|
|
2067
|
+
vt,
|
|
2068
|
+
Dt,
|
|
2052
2069
|
Ue
|
|
2053
2070
|
].forEach((t) => {
|
|
2054
2071
|
this.disposeWithMe(this._commandService.registerCommand(t));
|
|
2055
2072
|
});
|
|
2056
2073
|
}
|
|
2057
2074
|
_initPanel() {
|
|
2058
|
-
this._componentManager.register(
|
|
2075
|
+
this._componentManager.register(gt, ys);
|
|
2059
2076
|
}
|
|
2060
2077
|
_initMenu() {
|
|
2061
|
-
[
|
|
2078
|
+
[Ts, Fs, Ns, $s].map((t) => t(this._componentManager)).forEach((t) => {
|
|
2062
2079
|
this.disposeWithMe(this._menuService.addMenuItem(t(this._injector)));
|
|
2063
2080
|
});
|
|
2064
2081
|
}
|
|
@@ -2068,8 +2085,8 @@ let dt = class extends ze {
|
|
|
2068
2085
|
this._sheetInterceptorService.interceptCommand({
|
|
2069
2086
|
getMutations(a) {
|
|
2070
2087
|
switch (a.id) {
|
|
2071
|
-
case
|
|
2072
|
-
case
|
|
2088
|
+
case ir.id:
|
|
2089
|
+
case ar.id: {
|
|
2073
2090
|
const n = t._univerInstanceService.getCurrentUniverSheetInstance().getUnitId(), i = t._univerInstanceService.getCurrentUniverSheetInstance().getActiveSheet().getSheetId(), l = t._selectionManagerService.getSelectionRanges();
|
|
2074
2091
|
if (!(l != null && l.length))
|
|
2075
2092
|
break;
|
|
@@ -2077,10 +2094,10 @@ let dt = class extends ze {
|
|
|
2077
2094
|
unitId: n,
|
|
2078
2095
|
subUnitId: i,
|
|
2079
2096
|
ranges: []
|
|
2080
|
-
},
|
|
2081
|
-
l.forEach((
|
|
2082
|
-
ne.foreach(
|
|
2083
|
-
|
|
2097
|
+
}, d = t._numfmtService.getModel(n, i);
|
|
2098
|
+
l.forEach((v) => {
|
|
2099
|
+
ne.foreach(v, (h, f) => {
|
|
2100
|
+
d != null && d.getValue(h, f) && u.ranges.push({
|
|
2084
2101
|
startColumn: f,
|
|
2085
2102
|
endColumn: f,
|
|
2086
2103
|
startRow: h,
|
|
@@ -2088,10 +2105,10 @@ let dt = class extends ze {
|
|
|
2088
2105
|
});
|
|
2089
2106
|
});
|
|
2090
2107
|
}), u.ranges = Ce(u.ranges);
|
|
2091
|
-
const
|
|
2108
|
+
const m = Pe(t._injector, u);
|
|
2092
2109
|
return {
|
|
2093
|
-
redos: [{ id:
|
|
2094
|
-
undos:
|
|
2110
|
+
redos: [{ id: re.id, params: u }],
|
|
2111
|
+
undos: m
|
|
2095
2112
|
};
|
|
2096
2113
|
}
|
|
2097
2114
|
}
|
|
@@ -2104,42 +2121,42 @@ let dt = class extends ze {
|
|
|
2104
2121
|
);
|
|
2105
2122
|
}
|
|
2106
2123
|
_initInterceptorCellContent() {
|
|
2107
|
-
const t = new
|
|
2124
|
+
const t = new hn();
|
|
2108
2125
|
this.disposeWithMe(
|
|
2109
|
-
this._sheetInterceptorService.intercept(
|
|
2126
|
+
this._sheetInterceptorService.intercept(an.CELL_CONTENT, {
|
|
2110
2127
|
handler: (a, n, i) => {
|
|
2111
|
-
const l = n.unitId, u = n.subUnitId,
|
|
2112
|
-
if (!
|
|
2128
|
+
const l = n.unitId, u = n.subUnitId, d = this._numfmtService.getValue(l, u, n.row, n.col);
|
|
2129
|
+
if (!d)
|
|
2113
2130
|
return i(a);
|
|
2114
|
-
const
|
|
2115
|
-
if (!
|
|
2131
|
+
const m = a;
|
|
2132
|
+
if (!m || m.t !== Ae.NUMBER)
|
|
2116
2133
|
return i(a);
|
|
2117
|
-
let
|
|
2134
|
+
let v = "";
|
|
2118
2135
|
const h = t.getValue(n.row, n.col);
|
|
2119
|
-
if (h && h.parameters ===
|
|
2136
|
+
if (h && h.parameters === m.v)
|
|
2120
2137
|
return { ...a, ...h.result };
|
|
2121
|
-
const f =
|
|
2122
|
-
if (
|
|
2138
|
+
const f = pn(d.pattern, Number(m.v));
|
|
2139
|
+
if (v = f.result, !v)
|
|
2123
2140
|
return i(a);
|
|
2124
|
-
const b = { v
|
|
2141
|
+
const b = { v };
|
|
2125
2142
|
if (f.color) {
|
|
2126
|
-
const
|
|
2127
|
-
|
|
2143
|
+
const I = this._themeService.getCurrentTheme()[`${f.color}500`];
|
|
2144
|
+
I && (b.interceptorStyle = { cl: { rgb: I } });
|
|
2128
2145
|
}
|
|
2129
2146
|
return t.setValue(n.row, n.col, {
|
|
2130
2147
|
result: b,
|
|
2131
|
-
parameters:
|
|
2148
|
+
parameters: m.v
|
|
2132
2149
|
}), { ...a, ...b };
|
|
2133
2150
|
}
|
|
2134
2151
|
})
|
|
2135
2152
|
), this.disposeWithMe(
|
|
2136
2153
|
this._commandService.onCommandExecuted((a) => {
|
|
2137
|
-
if (a.id ===
|
|
2154
|
+
if (a.id === oe.id) {
|
|
2138
2155
|
const n = a.params;
|
|
2139
2156
|
Object.keys(n.values).forEach((i) => {
|
|
2140
2157
|
n.values[i].ranges.forEach((u) => {
|
|
2141
|
-
ne.foreach(u, (
|
|
2142
|
-
t.realDeleteValue(
|
|
2158
|
+
ne.foreach(u, (d, m) => {
|
|
2159
|
+
t.realDeleteValue(d, m);
|
|
2143
2160
|
});
|
|
2144
2161
|
});
|
|
2145
2162
|
});
|
|
@@ -2149,7 +2166,7 @@ let dt = class extends ze {
|
|
|
2149
2166
|
De(
|
|
2150
2167
|
this._sheetSkeletonManagerService.currentSkeleton$.pipe(
|
|
2151
2168
|
Ze((a) => a == null ? void 0 : a.sheetId),
|
|
2152
|
-
|
|
2169
|
+
_n()
|
|
2153
2170
|
).subscribe(() => {
|
|
2154
2171
|
t.reset();
|
|
2155
2172
|
})
|
|
@@ -2157,11 +2174,11 @@ let dt = class extends ze {
|
|
|
2157
2174
|
);
|
|
2158
2175
|
}
|
|
2159
2176
|
_initRealTimeRenderingInterceptor() {
|
|
2160
|
-
const t = new
|
|
2177
|
+
const t = new Oe((n) => {
|
|
2161
2178
|
this._commandService.onCommandExecuted((i) => {
|
|
2162
|
-
i.id ===
|
|
2179
|
+
i.id === vt.id && n.next(!0), i.id === Dt.id && n.next(!1);
|
|
2163
2180
|
});
|
|
2164
|
-
}), a =
|
|
2181
|
+
}), a = Er([
|
|
2165
2182
|
t,
|
|
2166
2183
|
this._selectionManagerService.selectionMoveEnd$.pipe(
|
|
2167
2184
|
Ze((n) => n ? n.map((i) => i.range) : [])
|
|
@@ -2170,101 +2187,102 @@ let dt = class extends ze {
|
|
|
2170
2187
|
this.disposeWithMe(
|
|
2171
2188
|
De(
|
|
2172
2189
|
a.pipe(
|
|
2173
|
-
|
|
2174
|
-
([n, i]) => new
|
|
2175
|
-
const u = new
|
|
2190
|
+
yn(
|
|
2191
|
+
([n, i]) => new Oe((l) => {
|
|
2192
|
+
const u = new gn();
|
|
2176
2193
|
return n && i.length && l.next({ selectionRanges: i, disposableCollection: u }), () => {
|
|
2177
2194
|
u.dispose();
|
|
2178
2195
|
};
|
|
2179
2196
|
})
|
|
2180
2197
|
),
|
|
2181
|
-
|
|
2198
|
+
Nr(() => {
|
|
2182
2199
|
this._previewPattern = null;
|
|
2183
2200
|
})
|
|
2184
2201
|
).subscribe(({ disposableCollection: n, selectionRanges: i }) => {
|
|
2185
|
-
var u,
|
|
2202
|
+
var u, d;
|
|
2186
2203
|
const l = this._univerInstanceService.getCurrentUniverSheetInstance();
|
|
2187
2204
|
this.openPanel(), n.add(
|
|
2188
|
-
this._sheetInterceptorService.intercept(
|
|
2205
|
+
this._sheetInterceptorService.intercept(an.CELL_CONTENT, {
|
|
2189
2206
|
priority: 99,
|
|
2190
|
-
handler: (
|
|
2191
|
-
const { row: f, col: b } =
|
|
2207
|
+
handler: (m, v, h) => {
|
|
2208
|
+
const { row: f, col: b } = v;
|
|
2192
2209
|
if (i.find(
|
|
2193
|
-
(
|
|
2210
|
+
(I) => I.startColumn <= b && I.endColumn >= b && I.startRow <= f && I.endRow >= f
|
|
2194
2211
|
)) {
|
|
2195
|
-
const
|
|
2196
|
-
if (D == null ||
|
|
2197
|
-
return h(
|
|
2198
|
-
const R =
|
|
2212
|
+
const I = v.worksheet.getCellRaw(f, b), D = I == null ? void 0 : I.v, P = I == null ? void 0 : I.t;
|
|
2213
|
+
if (D == null || P !== Ae.NUMBER || this._previewPattern === null)
|
|
2214
|
+
return h(m);
|
|
2215
|
+
const R = pn(this._previewPattern, D);
|
|
2199
2216
|
if (R.color) {
|
|
2200
|
-
const
|
|
2217
|
+
const V = this._themeService.getCurrentTheme()[`${R.color}500`];
|
|
2201
2218
|
return {
|
|
2202
|
-
...
|
|
2219
|
+
...m,
|
|
2203
2220
|
v: R.result,
|
|
2204
|
-
t:
|
|
2205
|
-
s: { cl: { rgb:
|
|
2221
|
+
t: Ae.STRING,
|
|
2222
|
+
s: { cl: { rgb: V } }
|
|
2206
2223
|
};
|
|
2207
2224
|
}
|
|
2208
2225
|
return {
|
|
2209
|
-
...
|
|
2226
|
+
...m,
|
|
2210
2227
|
v: R.result,
|
|
2211
|
-
t:
|
|
2228
|
+
t: Ae.STRING
|
|
2212
2229
|
};
|
|
2213
2230
|
}
|
|
2214
|
-
return h(
|
|
2231
|
+
return h(m);
|
|
2215
2232
|
}
|
|
2216
2233
|
})
|
|
2217
|
-
), (
|
|
2234
|
+
), (d = (u = this._renderManagerService.getRenderById(l.getUnitId())) == null ? void 0 : u.mainComponent) == null || d.makeDirty();
|
|
2218
2235
|
})
|
|
2219
2236
|
)
|
|
2220
2237
|
);
|
|
2221
2238
|
}
|
|
2222
2239
|
_commandExecutedListener() {
|
|
2240
|
+
const t = [re.id, oe.id];
|
|
2223
2241
|
this.disposeWithMe(
|
|
2224
2242
|
De(
|
|
2225
|
-
|
|
2226
|
-
new
|
|
2227
|
-
const
|
|
2228
|
-
if (
|
|
2229
|
-
const
|
|
2230
|
-
|
|
2243
|
+
Ft(
|
|
2244
|
+
new Oe((a) => {
|
|
2245
|
+
const n = this._commandService.onCommandExecuted((i) => {
|
|
2246
|
+
if (t.includes(i.id)) {
|
|
2247
|
+
const l = i.params;
|
|
2248
|
+
a.next(l.unitId);
|
|
2231
2249
|
}
|
|
2232
2250
|
});
|
|
2233
2251
|
return () => {
|
|
2234
|
-
|
|
2252
|
+
n.dispose();
|
|
2235
2253
|
};
|
|
2236
2254
|
}),
|
|
2237
2255
|
this._numfmtService.modelReplace$
|
|
2238
|
-
).pipe(
|
|
2239
|
-
var
|
|
2240
|
-
this._sheetSkeletonManagerService.reCalculate(), (
|
|
2256
|
+
).pipe(Tr(16)).subscribe((a) => {
|
|
2257
|
+
var n, i;
|
|
2258
|
+
this._sheetSkeletonManagerService.reCalculate(), (i = (n = this._renderManagerService.getRenderById(a)) == null ? void 0 : n.mainComponent) == null || i.makeDirty();
|
|
2241
2259
|
})
|
|
2242
2260
|
)
|
|
2243
2261
|
);
|
|
2244
2262
|
}
|
|
2245
2263
|
};
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
ee(0, z(
|
|
2249
|
-
ee(1, z(
|
|
2264
|
+
ut = zs([
|
|
2265
|
+
He(Ee.Rendered, ut),
|
|
2266
|
+
ee(0, z(Tt)),
|
|
2267
|
+
ee(1, z(nr)),
|
|
2250
2268
|
ee(2, z(Ne)),
|
|
2251
|
-
ee(3, z(
|
|
2252
|
-
ee(4, z(
|
|
2269
|
+
ee(3, z(ge)),
|
|
2270
|
+
ee(4, z(vn)),
|
|
2253
2271
|
ee(5, z(je)),
|
|
2254
2272
|
ee(6, z(Ve)),
|
|
2255
|
-
ee(7, z(
|
|
2273
|
+
ee(7, z(kr)),
|
|
2256
2274
|
ee(8, z(be)),
|
|
2257
|
-
ee(9, z(
|
|
2258
|
-
ee(10, z(
|
|
2259
|
-
ee(11, z(
|
|
2260
|
-
ee(12, z(
|
|
2261
|
-
],
|
|
2262
|
-
var
|
|
2263
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2275
|
+
ee(9, z(Dr)),
|
|
2276
|
+
ee(10, z(Or)),
|
|
2277
|
+
ee(11, z(Pr)),
|
|
2278
|
+
ee(12, z(ve))
|
|
2279
|
+
], ut);
|
|
2280
|
+
var Ls = Object.defineProperty, Hs = Object.getOwnPropertyDescriptor, Vs = (e, t, a, n) => {
|
|
2281
|
+
for (var i = n > 1 ? void 0 : n ? Hs(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
2264
2282
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
2265
|
-
return n && i &&
|
|
2266
|
-
},
|
|
2267
|
-
let
|
|
2283
|
+
return n && i && Ls(t, a, i), i;
|
|
2284
|
+
}, it = (e, t) => (a, n) => t(a, n, e);
|
|
2285
|
+
let dt = class extends Le {
|
|
2268
2286
|
constructor(t, a, n, i) {
|
|
2269
2287
|
super();
|
|
2270
2288
|
ke(this, "_copyInfo");
|
|
@@ -2273,14 +2291,17 @@ let mt = class extends ze {
|
|
|
2273
2291
|
_initClipboardHook() {
|
|
2274
2292
|
this.disposeWithMe(
|
|
2275
2293
|
this._sheetClipboardService.addClipboardHook({
|
|
2276
|
-
|
|
2294
|
+
id: "numfmt",
|
|
2277
2295
|
onBeforeCopy: (t, a, n) => this._collectNumfmt(t, a, n),
|
|
2278
|
-
onPasteCells: (t, a, n, i) =>
|
|
2296
|
+
onPasteCells: (t, a, n, i) => {
|
|
2297
|
+
const { copyType: l = on.COPY, pasteType: u } = i, { range: d } = t || {}, { range: m } = a;
|
|
2298
|
+
return this._generateNumfmtMutations(m, { copyType: l, pasteType: u, copyRange: d });
|
|
2299
|
+
}
|
|
2279
2300
|
})
|
|
2280
2301
|
);
|
|
2281
2302
|
}
|
|
2282
2303
|
_collectNumfmt(t, a, n) {
|
|
2283
|
-
const i = new
|
|
2304
|
+
const i = new hn();
|
|
2284
2305
|
this._copyInfo = {
|
|
2285
2306
|
matrix: i,
|
|
2286
2307
|
info: {
|
|
@@ -2289,102 +2310,102 @@ let mt = class extends ze {
|
|
|
2289
2310
|
}
|
|
2290
2311
|
};
|
|
2291
2312
|
const l = this._numfmtService.getModel(t, a);
|
|
2292
|
-
l && ne.foreach(n, (u,
|
|
2293
|
-
const
|
|
2294
|
-
if (!
|
|
2313
|
+
l && ne.foreach(n, (u, d) => {
|
|
2314
|
+
const m = this._numfmtService.getValue(t, a, u, d, l);
|
|
2315
|
+
if (!m)
|
|
2295
2316
|
return;
|
|
2296
|
-
const
|
|
2317
|
+
const v = ht.getRelativeRange(
|
|
2297
2318
|
{
|
|
2298
2319
|
startRow: u,
|
|
2299
2320
|
endRow: u,
|
|
2300
|
-
startColumn:
|
|
2301
|
-
endColumn:
|
|
2321
|
+
startColumn: d,
|
|
2322
|
+
endColumn: d
|
|
2302
2323
|
},
|
|
2303
2324
|
n
|
|
2304
2325
|
);
|
|
2305
|
-
i.setValue(
|
|
2306
|
-
pattern:
|
|
2307
|
-
type:
|
|
2326
|
+
i.setValue(v.startRow, v.startColumn, {
|
|
2327
|
+
pattern: m.pattern,
|
|
2328
|
+
type: m.type
|
|
2308
2329
|
});
|
|
2309
2330
|
});
|
|
2310
2331
|
}
|
|
2311
2332
|
_generateNumfmtMutations(t, a) {
|
|
2312
2333
|
const n = this._univerInstanceService.getCurrentUniverSheetInstance(), i = n.getActiveSheet(), l = n.getUnitId(), u = i.getSheetId();
|
|
2313
|
-
if (a.copyType ===
|
|
2334
|
+
if (a.copyType === on.CUT)
|
|
2314
2335
|
return this._copyInfo = null, { redos: [], undos: [] };
|
|
2315
2336
|
if (!this._copyInfo || !this._copyInfo.matrix.getSizeOf() || !a.copyRange)
|
|
2316
2337
|
return { redos: [], undos: [] };
|
|
2317
|
-
if ([
|
|
2338
|
+
if ([cn.SPECIAL_PASTE_COL_WIDTH, cn.SPECIAL_PASTE_VALUE].includes(
|
|
2318
2339
|
a.pasteType
|
|
2319
2340
|
))
|
|
2320
2341
|
return { redos: [], undos: [] };
|
|
2321
|
-
const
|
|
2322
|
-
ne.foreach(t, (
|
|
2323
|
-
this._numfmtService.getValue(l, u,
|
|
2324
|
-
}),
|
|
2325
|
-
this._copyInfo && this._copyInfo.matrix.forValue((D,
|
|
2326
|
-
const
|
|
2342
|
+
const d = xr(a.copyRange, t, !0), m = [], v = { unitId: l, subUnitId: u, ranges: [] }, h = this._numfmtService.getModel(l, u);
|
|
2343
|
+
ne.foreach(t, (I, D) => {
|
|
2344
|
+
this._numfmtService.getValue(l, u, I, D, h) && v.ranges.push({ startRow: I, startColumn: D, endRow: I, endColumn: D });
|
|
2345
|
+
}), d.forEach((I) => {
|
|
2346
|
+
this._copyInfo && this._copyInfo.matrix.forValue((D, P, R) => {
|
|
2347
|
+
const A = ht.getPositionRange(
|
|
2327
2348
|
{
|
|
2328
2349
|
startRow: D,
|
|
2329
2350
|
endRow: D,
|
|
2330
|
-
startColumn:
|
|
2331
|
-
endColumn:
|
|
2351
|
+
startColumn: P,
|
|
2352
|
+
endColumn: P
|
|
2332
2353
|
},
|
|
2333
|
-
|
|
2354
|
+
I.startRange
|
|
2334
2355
|
);
|
|
2335
|
-
|
|
2336
|
-
row:
|
|
2337
|
-
col:
|
|
2356
|
+
m.push({
|
|
2357
|
+
row: A.startRow,
|
|
2358
|
+
col: A.startColumn,
|
|
2338
2359
|
pattern: R.pattern,
|
|
2339
2360
|
type: R.type
|
|
2340
2361
|
});
|
|
2341
2362
|
});
|
|
2342
2363
|
});
|
|
2343
|
-
const f = qe(l, u,
|
|
2344
|
-
Object.keys(f.values).forEach((
|
|
2345
|
-
const D = f.values[
|
|
2364
|
+
const f = qe(l, u, m);
|
|
2365
|
+
Object.keys(f.values).forEach((I) => {
|
|
2366
|
+
const D = f.values[I];
|
|
2346
2367
|
D.ranges = Ce(D.ranges);
|
|
2347
|
-
}),
|
|
2368
|
+
}), v.ranges = Ce(v.ranges);
|
|
2348
2369
|
const b = [
|
|
2349
2370
|
...Qe(this._injector, f),
|
|
2350
|
-
...
|
|
2371
|
+
...Pe(this._injector, v)
|
|
2351
2372
|
];
|
|
2352
2373
|
return {
|
|
2353
2374
|
redos: [
|
|
2354
|
-
{ id:
|
|
2355
|
-
{ id:
|
|
2375
|
+
{ id: re.id, params: v },
|
|
2376
|
+
{ id: oe.id, params: f }
|
|
2356
2377
|
],
|
|
2357
2378
|
undos: b
|
|
2358
2379
|
};
|
|
2359
2380
|
}
|
|
2360
2381
|
};
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
],
|
|
2368
|
-
var
|
|
2369
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2382
|
+
dt = Vs([
|
|
2383
|
+
He(Ee.Rendered, dt),
|
|
2384
|
+
it(0, z(Ir)),
|
|
2385
|
+
it(1, z(Ne)),
|
|
2386
|
+
it(2, z(be)),
|
|
2387
|
+
it(3, z(ge))
|
|
2388
|
+
], dt);
|
|
2389
|
+
var Ys = Object.defineProperty, Bs = Object.getOwnPropertyDescriptor, Js = (e, t, a, n) => {
|
|
2390
|
+
for (var i = n > 1 ? void 0 : n ? Bs(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
2370
2391
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
2371
|
-
return n && i &&
|
|
2392
|
+
return n && i && Ys(t, a, i), i;
|
|
2372
2393
|
}, Ke = (e, t) => (a, n) => t(a, n, e);
|
|
2373
|
-
const
|
|
2394
|
+
const Ws = () => {
|
|
2374
2395
|
let e = [];
|
|
2375
2396
|
return {
|
|
2376
|
-
add: (i, l, u,
|
|
2397
|
+
add: (i, l, u, d, m) => e.push({ unitId: i, subUnitId: l, row: u, col: d, value: m }),
|
|
2377
2398
|
getEffects: () => e,
|
|
2378
2399
|
clean: () => {
|
|
2379
2400
|
e = [];
|
|
2380
2401
|
}
|
|
2381
2402
|
};
|
|
2382
2403
|
};
|
|
2383
|
-
let
|
|
2404
|
+
let mt = class extends Le {
|
|
2384
2405
|
constructor(t, a, n, i, l) {
|
|
2385
2406
|
super();
|
|
2386
2407
|
// collect effect mutations when edit end and push this to commands stack in next commands progress
|
|
2387
|
-
ke(this, "_collectEffectMutation",
|
|
2408
|
+
ke(this, "_collectEffectMutation", Ws());
|
|
2388
2409
|
this._sheetInterceptorService = t, this._numfmtService = a, this._univerInstanceService = n, this._injector = i, this._editorBridgeService = l, this._initInterceptorEditorStart(), this._initInterceptorEditorEnd(), this._initInterceptorCommands();
|
|
2389
2410
|
}
|
|
2390
2411
|
_initInterceptorEditorStart() {
|
|
@@ -2401,14 +2422,14 @@ let pt = class extends ze {
|
|
|
2401
2422
|
l
|
|
2402
2423
|
);
|
|
2403
2424
|
if (u)
|
|
2404
|
-
switch (
|
|
2425
|
+
switch (Yt(u.pattern)) {
|
|
2405
2426
|
case "scientific":
|
|
2406
2427
|
case "percent":
|
|
2407
2428
|
case "currency":
|
|
2408
2429
|
case "grouped":
|
|
2409
2430
|
case "number": {
|
|
2410
|
-
const
|
|
2411
|
-
return
|
|
2431
|
+
const m = a.worksheet.getCellRaw(i, l);
|
|
2432
|
+
return m && Gs(m, ["s"]);
|
|
2412
2433
|
}
|
|
2413
2434
|
case "date":
|
|
2414
2435
|
case "time":
|
|
@@ -2451,11 +2472,11 @@ let pt = class extends ze {
|
|
|
2451
2472
|
);
|
|
2452
2473
|
};
|
|
2453
2474
|
if (!(t != null && t.v))
|
|
2454
|
-
return
|
|
2455
|
-
const u = String(t.v),
|
|
2456
|
-
if (!!
|
|
2457
|
-
if (
|
|
2458
|
-
const
|
|
2475
|
+
return n(t);
|
|
2476
|
+
const u = String(t.v), d = he.parseDate(u) || he.parseTime(u);
|
|
2477
|
+
if (!!d) {
|
|
2478
|
+
if (d && d.z) {
|
|
2479
|
+
const v = Number(d.v);
|
|
2459
2480
|
return this._collectEffectMutation.add(
|
|
2460
2481
|
a.unitId,
|
|
2461
2482
|
a.subUnitId,
|
|
@@ -2463,12 +2484,12 @@ let pt = class extends ze {
|
|
|
2463
2484
|
a.col,
|
|
2464
2485
|
{
|
|
2465
2486
|
type: "date",
|
|
2466
|
-
pattern:
|
|
2487
|
+
pattern: d.z
|
|
2467
2488
|
}
|
|
2468
|
-
), { ...t, v
|
|
2489
|
+
), { ...t, v, t: Ae.NUMBER };
|
|
2469
2490
|
}
|
|
2470
2491
|
} else
|
|
2471
|
-
(["date", "time", "datetime"].includes((i == null ? void 0 : i.type) || "") || !
|
|
2492
|
+
(["date", "time", "datetime"].includes((i == null ? void 0 : i.type) || "") || !Ks(u)) && l();
|
|
2472
2493
|
return n(t);
|
|
2473
2494
|
}
|
|
2474
2495
|
}
|
|
@@ -2482,7 +2503,7 @@ let pt = class extends ze {
|
|
|
2482
2503
|
this._sheetInterceptorService.interceptCommand({
|
|
2483
2504
|
getMutations(a) {
|
|
2484
2505
|
switch (a.id) {
|
|
2485
|
-
case
|
|
2506
|
+
case or.id: {
|
|
2486
2507
|
const n = t._univerInstanceService.getCurrentUniverSheetInstance().getUnitId(), i = t._univerInstanceService.getCurrentUniverSheetInstance().getActiveSheet().getSheetId(), l = t._collectEffectMutation.getEffects();
|
|
2487
2508
|
if (!l.length)
|
|
2488
2509
|
return {
|
|
@@ -2497,7 +2518,7 @@ let pt = class extends ze {
|
|
|
2497
2518
|
col: h.col,
|
|
2498
2519
|
pattern: h.value.pattern,
|
|
2499
2520
|
type: h.value.type
|
|
2500
|
-
})),
|
|
2521
|
+
})), d = l.filter((h) => {
|
|
2501
2522
|
var f;
|
|
2502
2523
|
return !((f = h.value) != null && f.pattern);
|
|
2503
2524
|
}).map((h) => ({
|
|
@@ -2505,28 +2526,28 @@ let pt = class extends ze {
|
|
|
2505
2526
|
endColumn: h.col,
|
|
2506
2527
|
startColumn: h.col,
|
|
2507
2528
|
endRow: h.row
|
|
2508
|
-
})),
|
|
2529
|
+
})), m = [], v = [];
|
|
2509
2530
|
if (u) {
|
|
2510
2531
|
const h = {
|
|
2511
|
-
id:
|
|
2532
|
+
id: oe.id,
|
|
2512
2533
|
params: qe(n, i, u)
|
|
2513
2534
|
};
|
|
2514
|
-
|
|
2535
|
+
m.push(h), v.push(...Qe(t._injector, h.params));
|
|
2515
2536
|
}
|
|
2516
|
-
if (
|
|
2537
|
+
if (d) {
|
|
2517
2538
|
const h = {
|
|
2518
|
-
id:
|
|
2539
|
+
id: re.id,
|
|
2519
2540
|
params: {
|
|
2520
2541
|
unitId: n,
|
|
2521
2542
|
subUnitId: i,
|
|
2522
|
-
ranges:
|
|
2543
|
+
ranges: d
|
|
2523
2544
|
}
|
|
2524
2545
|
};
|
|
2525
|
-
|
|
2546
|
+
m.push(h), v.push(...Pe(t._injector, h.params));
|
|
2526
2547
|
}
|
|
2527
2548
|
return {
|
|
2528
|
-
redos:
|
|
2529
|
-
undos:
|
|
2549
|
+
redos: m,
|
|
2550
|
+
undos: v.reverse()
|
|
2530
2551
|
};
|
|
2531
2552
|
}
|
|
2532
2553
|
}
|
|
@@ -2539,28 +2560,28 @@ let pt = class extends ze {
|
|
|
2539
2560
|
);
|
|
2540
2561
|
}
|
|
2541
2562
|
};
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
Ke(0, z(
|
|
2563
|
+
mt = Js([
|
|
2564
|
+
He(Ee.Rendered, mt),
|
|
2565
|
+
Ke(0, z(Tt)),
|
|
2545
2566
|
Ke(1, z(be)),
|
|
2546
|
-
Ke(2, z(
|
|
2567
|
+
Ke(2, z(ge)),
|
|
2547
2568
|
Ke(3, z(Ne)),
|
|
2548
|
-
Ke(4, z(
|
|
2549
|
-
],
|
|
2550
|
-
const
|
|
2569
|
+
Ke(4, z(Rr))
|
|
2570
|
+
], mt);
|
|
2571
|
+
const Gs = (e, t) => Object.keys(e).filter((n) => !t.includes(n)).reduce(
|
|
2551
2572
|
(n, i) => (n[i] = e[i], n),
|
|
2552
2573
|
{}
|
|
2553
2574
|
);
|
|
2554
|
-
function
|
|
2575
|
+
function Ks(e) {
|
|
2555
2576
|
return /^-?\d+(\.\d+)?$/.test(e);
|
|
2556
2577
|
}
|
|
2557
|
-
var
|
|
2558
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2578
|
+
var Zs = Object.defineProperty, qs = Object.getOwnPropertyDescriptor, Qs = (e, t, a, n) => {
|
|
2579
|
+
for (var i = n > 1 ? void 0 : n ? qs(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
2559
2580
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
2560
|
-
return n && i &&
|
|
2561
|
-
},
|
|
2562
|
-
const
|
|
2563
|
-
let
|
|
2581
|
+
return n && i && Zs(t, a, i), i;
|
|
2582
|
+
}, $e = (e, t) => (a, n) => t(a, n, e);
|
|
2583
|
+
const Xs = [oe.id, re.id];
|
|
2584
|
+
let pt = class extends Le {
|
|
2564
2585
|
constructor(e, t, a, n, i, l) {
|
|
2565
2586
|
super(), this._numfmtService = e, this._univerInstanceService = t, this._injector = a, this._refRangeService = n, this._sheetSkeletonManagerService = i, this._commandService = l, this._registerRefRange(), this._mergeRefMutations();
|
|
2566
2587
|
}
|
|
@@ -2569,165 +2590,171 @@ let ft = class extends ze {
|
|
|
2569
2590
|
handler: (e, t, a) => {
|
|
2570
2591
|
if (!e)
|
|
2571
2592
|
return a(e);
|
|
2572
|
-
const n = e.filter((i) => !
|
|
2573
|
-
return n.push(...
|
|
2593
|
+
const n = e.filter((i) => !Xs.includes(i.id));
|
|
2594
|
+
return n.push(...Et(e)), a(n);
|
|
2574
2595
|
}
|
|
2575
2596
|
});
|
|
2576
2597
|
}
|
|
2577
2598
|
_registerRefRange() {
|
|
2578
2599
|
this.disposeWithMe(
|
|
2579
2600
|
De(
|
|
2580
|
-
|
|
2601
|
+
Ft(
|
|
2581
2602
|
this._sheetSkeletonManagerService.currentSkeleton$.pipe(
|
|
2582
2603
|
Ze((e) => e == null ? void 0 : e.sheetId),
|
|
2583
|
-
|
|
2604
|
+
_n()
|
|
2584
2605
|
),
|
|
2585
2606
|
this._numfmtService.modelReplace$
|
|
2586
2607
|
).pipe(
|
|
2587
|
-
|
|
2588
|
-
() => new
|
|
2589
|
-
const t = new
|
|
2608
|
+
yn(
|
|
2609
|
+
() => new Oe((e) => {
|
|
2610
|
+
const t = new gn();
|
|
2590
2611
|
return e.next(t), () => {
|
|
2591
2612
|
t.dispose();
|
|
2592
2613
|
};
|
|
2593
2614
|
})
|
|
2594
2615
|
)
|
|
2595
2616
|
).subscribe((e) => {
|
|
2596
|
-
const a = this._univerInstanceService.getCurrentUniverSheetInstance().getUnitId(), n = this._univerInstanceService.getCurrentUniverSheetInstance().getActiveSheet().getSheetId(), i = this._numfmtService.getModel(a, n), l = /* @__PURE__ */ new Map(), u = (
|
|
2617
|
+
const a = this._univerInstanceService.getCurrentUniverSheetInstance().getUnitId(), n = this._univerInstanceService.getCurrentUniverSheetInstance().getActiveSheet().getSheetId(), i = this._numfmtService.getModel(a, n), l = /* @__PURE__ */ new Map(), u = (d, m, v) => {
|
|
2597
2618
|
const h = {
|
|
2598
|
-
startRow:
|
|
2599
|
-
startColumn:
|
|
2600
|
-
endRow:
|
|
2601
|
-
endColumn:
|
|
2619
|
+
startRow: m,
|
|
2620
|
+
startColumn: v,
|
|
2621
|
+
endRow: m,
|
|
2622
|
+
endColumn: v
|
|
2602
2623
|
};
|
|
2603
2624
|
let f = [];
|
|
2604
|
-
switch (
|
|
2605
|
-
case
|
|
2606
|
-
f =
|
|
2625
|
+
switch (d.id) {
|
|
2626
|
+
case ue.DeleteRangeMoveLeftCommandId: {
|
|
2627
|
+
f = yr(d, h);
|
|
2628
|
+
break;
|
|
2629
|
+
}
|
|
2630
|
+
case ue.DeleteRangeMoveUpCommandId: {
|
|
2631
|
+
f = _r(d, h);
|
|
2607
2632
|
break;
|
|
2608
2633
|
}
|
|
2609
|
-
case
|
|
2610
|
-
f =
|
|
2634
|
+
case ue.InsertColCommandId: {
|
|
2635
|
+
f = vr(d, h);
|
|
2611
2636
|
break;
|
|
2612
2637
|
}
|
|
2613
|
-
case
|
|
2614
|
-
f =
|
|
2638
|
+
case ue.InsertRangeMoveDownCommandId: {
|
|
2639
|
+
f = gr(d, h);
|
|
2615
2640
|
break;
|
|
2616
2641
|
}
|
|
2617
|
-
case
|
|
2618
|
-
f =
|
|
2642
|
+
case ue.InsertRangeMoveRightCommandId: {
|
|
2643
|
+
f = hr(d, h);
|
|
2619
2644
|
break;
|
|
2620
2645
|
}
|
|
2621
|
-
case
|
|
2622
|
-
f =
|
|
2646
|
+
case ue.InsertRowCommandId: {
|
|
2647
|
+
f = fr(d, h);
|
|
2623
2648
|
break;
|
|
2624
2649
|
}
|
|
2625
|
-
case
|
|
2626
|
-
f =
|
|
2650
|
+
case ue.MoveRangeCommandId: {
|
|
2651
|
+
f = pr(d, h);
|
|
2627
2652
|
break;
|
|
2628
2653
|
}
|
|
2629
|
-
case
|
|
2630
|
-
f =
|
|
2654
|
+
case ue.RemoveColCommandId: {
|
|
2655
|
+
f = mr(d, h);
|
|
2631
2656
|
break;
|
|
2632
2657
|
}
|
|
2633
|
-
case
|
|
2634
|
-
f =
|
|
2658
|
+
case ue.RemoveRowCommandId: {
|
|
2659
|
+
f = dr(d, h);
|
|
2635
2660
|
break;
|
|
2636
2661
|
}
|
|
2637
|
-
case
|
|
2638
|
-
f =
|
|
2662
|
+
case ue.MoveColsCommandId: {
|
|
2663
|
+
f = ur(d, h);
|
|
2639
2664
|
break;
|
|
2640
2665
|
}
|
|
2666
|
+
case ue.MoveRowsCommandId:
|
|
2667
|
+
f = lr(d, h);
|
|
2641
2668
|
}
|
|
2642
|
-
const b =
|
|
2643
|
-
if (!b &&
|
|
2669
|
+
const b = br(f, h), I = this._numfmtService.getValue(a, n, m, v);
|
|
2670
|
+
if (!b && I) {
|
|
2644
2671
|
const D = {
|
|
2645
|
-
id:
|
|
2672
|
+
id: re.id,
|
|
2646
2673
|
params: {
|
|
2647
2674
|
unitId: a,
|
|
2648
2675
|
subUnitId: n,
|
|
2649
|
-
ranges: [{ startColumn:
|
|
2676
|
+
ranges: [{ startColumn: v, startRow: m, endColumn: v, endRow: m }]
|
|
2650
2677
|
}
|
|
2651
|
-
},
|
|
2678
|
+
}, P = Pe(this._injector, D.params);
|
|
2652
2679
|
return {
|
|
2653
2680
|
redos: [D],
|
|
2654
|
-
undos:
|
|
2681
|
+
undos: P
|
|
2655
2682
|
};
|
|
2656
2683
|
}
|
|
2657
|
-
if (
|
|
2658
|
-
const D = [],
|
|
2684
|
+
if (I && b) {
|
|
2685
|
+
const D = [], P = [], R = [
|
|
2659
2686
|
{
|
|
2660
|
-
pattern:
|
|
2661
|
-
type:
|
|
2687
|
+
pattern: I.pattern,
|
|
2688
|
+
type: I.type,
|
|
2662
2689
|
row: b.startRow,
|
|
2663
2690
|
col: b.startColumn
|
|
2664
2691
|
}
|
|
2665
|
-
],
|
|
2666
|
-
id:
|
|
2692
|
+
], A = {
|
|
2693
|
+
id: oe.id,
|
|
2667
2694
|
params: qe(a, n, R)
|
|
2668
|
-
},
|
|
2669
|
-
id:
|
|
2695
|
+
}, V = Qe(this._injector, A.params), W = {
|
|
2696
|
+
id: re.id,
|
|
2670
2697
|
params: {
|
|
2671
2698
|
unitId: a,
|
|
2672
2699
|
subUnitId: n,
|
|
2673
|
-
ranges: [{ startColumn:
|
|
2700
|
+
ranges: [{ startColumn: v, startRow: m, endColumn: v, endRow: m }]
|
|
2674
2701
|
}
|
|
2675
|
-
}, Q =
|
|
2676
|
-
return D.push(
|
|
2702
|
+
}, Q = Pe(this._injector, W.params);
|
|
2703
|
+
return D.push(A, W), P.push(...V, ...Q), {
|
|
2677
2704
|
redos: D,
|
|
2678
|
-
undos:
|
|
2705
|
+
undos: P.reverse()
|
|
2679
2706
|
};
|
|
2680
2707
|
}
|
|
2681
2708
|
return { redos: [], undos: [] };
|
|
2682
2709
|
};
|
|
2683
|
-
i && i.forValue((
|
|
2684
|
-
const
|
|
2685
|
-
startRow:
|
|
2686
|
-
startColumn:
|
|
2687
|
-
endRow:
|
|
2688
|
-
endColumn:
|
|
2710
|
+
i && i.forValue((d, m) => {
|
|
2711
|
+
const v = {
|
|
2712
|
+
startRow: d,
|
|
2713
|
+
startColumn: m,
|
|
2714
|
+
endRow: d,
|
|
2715
|
+
endColumn: m
|
|
2689
2716
|
}, h = this._refRangeService.registerRefRange(
|
|
2690
|
-
|
|
2691
|
-
(f) => u(f,
|
|
2717
|
+
v,
|
|
2718
|
+
(f) => u(f, d, m)
|
|
2692
2719
|
);
|
|
2693
|
-
l.set(`${
|
|
2720
|
+
l.set(`${d}_${m}`, h), e.add(h);
|
|
2694
2721
|
}), e.add(
|
|
2695
2722
|
De(
|
|
2696
|
-
new
|
|
2723
|
+
new Oe((d) => {
|
|
2697
2724
|
e.add(
|
|
2698
|
-
this._commandService.onCommandExecuted((
|
|
2699
|
-
[
|
|
2725
|
+
this._commandService.onCommandExecuted((m) => {
|
|
2726
|
+
[oe.id, re.id].includes(m.id) && d.next(m.params);
|
|
2700
2727
|
})
|
|
2701
2728
|
);
|
|
2702
2729
|
}).pipe(
|
|
2703
|
-
|
|
2704
|
-
(
|
|
2730
|
+
ln(
|
|
2731
|
+
(d) => d.unitId === a && d.subUnitId === n
|
|
2705
2732
|
),
|
|
2706
|
-
Ze((
|
|
2707
|
-
const h =
|
|
2708
|
-
return
|
|
2733
|
+
Ze((d) => d.ranges ? d.ranges : d.values ? Object.keys(d.values).reduce((m, v) => {
|
|
2734
|
+
const h = d.values[v];
|
|
2735
|
+
return m.push(...h.ranges), m;
|
|
2709
2736
|
}, []) : []),
|
|
2710
|
-
|
|
2737
|
+
Fr(300),
|
|
2711
2738
|
// updating the listener moves to the next queue
|
|
2712
2739
|
Ze(
|
|
2713
|
-
(
|
|
2740
|
+
(d) => d.reduce((m, v) => (m.push(...v), m), [])
|
|
2714
2741
|
),
|
|
2715
|
-
|
|
2716
|
-
).subscribe((
|
|
2717
|
-
|
|
2718
|
-
ne.foreach(
|
|
2719
|
-
const f = `${
|
|
2720
|
-
if (l.delete(f), b && b.dispose(), this._numfmtService.getValue(a, n,
|
|
2742
|
+
ln((d) => !!d.length)
|
|
2743
|
+
).subscribe((d) => {
|
|
2744
|
+
d.forEach((m) => {
|
|
2745
|
+
ne.foreach(m, (v, h) => {
|
|
2746
|
+
const f = `${v}_${h}`, b = l.get(f);
|
|
2747
|
+
if (l.delete(f), b && b.dispose(), this._numfmtService.getValue(a, n, v, h)) {
|
|
2721
2748
|
const D = {
|
|
2722
|
-
startRow:
|
|
2749
|
+
startRow: v,
|
|
2723
2750
|
startColumn: h,
|
|
2724
|
-
endRow:
|
|
2751
|
+
endRow: v,
|
|
2725
2752
|
endColumn: h
|
|
2726
|
-
},
|
|
2753
|
+
}, P = this._refRangeService.registerRefRange(
|
|
2727
2754
|
D,
|
|
2728
|
-
(R) => u(R,
|
|
2755
|
+
(R) => u(R, v, h)
|
|
2729
2756
|
);
|
|
2730
|
-
l.set(f,
|
|
2757
|
+
l.set(f, P), e.add(P);
|
|
2731
2758
|
}
|
|
2732
2759
|
});
|
|
2733
2760
|
});
|
|
@@ -2739,21 +2766,21 @@ let ft = class extends ze {
|
|
|
2739
2766
|
);
|
|
2740
2767
|
}
|
|
2741
2768
|
};
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
],
|
|
2751
|
-
var
|
|
2752
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2769
|
+
pt = Qs([
|
|
2770
|
+
He(Ee.Rendered, pt),
|
|
2771
|
+
$e(0, z(be)),
|
|
2772
|
+
$e(1, z(ge)),
|
|
2773
|
+
$e(2, z(Ne)),
|
|
2774
|
+
$e(3, z(cr)),
|
|
2775
|
+
$e(4, z(vn)),
|
|
2776
|
+
$e(5, z(je))
|
|
2777
|
+
], pt);
|
|
2778
|
+
var ea = Object.defineProperty, ta = Object.getOwnPropertyDescriptor, na = (e, t, a, n) => {
|
|
2779
|
+
for (var i = n > 1 ? void 0 : n ? ta(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
2753
2780
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
2754
|
-
return n && i &&
|
|
2755
|
-
},
|
|
2756
|
-
let
|
|
2781
|
+
return n && i && ea(t, a, i), i;
|
|
2782
|
+
}, ot = (e, t) => (a, n) => t(a, n, e);
|
|
2783
|
+
let ft = class extends Le {
|
|
2757
2784
|
constructor(e, t, a, n) {
|
|
2758
2785
|
super(), this._numfmtService = e, this._sheetInterceptorService = t, this._univerInstanceService = a, this._injector = n, this._initSheetChange();
|
|
2759
2786
|
}
|
|
@@ -2761,22 +2788,22 @@ let ht = class extends ze {
|
|
|
2761
2788
|
this.disposeWithMe(
|
|
2762
2789
|
this._sheetInterceptorService.interceptCommand({
|
|
2763
2790
|
getMutations: (e) => {
|
|
2764
|
-
if (e.id ===
|
|
2765
|
-
const t = e.params, a = t.unitId ||
|
|
2791
|
+
if (e.id === Sr.id) {
|
|
2792
|
+
const t = e.params, a = t.unitId || ra(this._univerInstanceService), n = t.subUnitId || sa(this._univerInstanceService), i = this._numfmtService.getModel(a, n);
|
|
2766
2793
|
if (!i)
|
|
2767
2794
|
return { redos: [], undos: [] };
|
|
2768
2795
|
const l = [];
|
|
2769
|
-
i.forValue((
|
|
2770
|
-
l.push({ startColumn:
|
|
2796
|
+
i.forValue((m, v) => {
|
|
2797
|
+
l.push({ startColumn: v, endColumn: v, startRow: m, endRow: m });
|
|
2771
2798
|
});
|
|
2772
2799
|
const u = {
|
|
2773
2800
|
unitId: a,
|
|
2774
2801
|
subUnitId: n,
|
|
2775
2802
|
ranges: Ce(l)
|
|
2776
|
-
},
|
|
2803
|
+
}, d = Pe(this._injector, u);
|
|
2777
2804
|
return {
|
|
2778
|
-
redos: [{ id:
|
|
2779
|
-
undos:
|
|
2805
|
+
redos: [{ id: re.id, params: u }],
|
|
2806
|
+
undos: d
|
|
2780
2807
|
};
|
|
2781
2808
|
}
|
|
2782
2809
|
return { redos: [], undos: [] };
|
|
@@ -2785,32 +2812,33 @@ let ht = class extends ze {
|
|
|
2785
2812
|
);
|
|
2786
2813
|
}
|
|
2787
2814
|
};
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
],
|
|
2795
|
-
const
|
|
2796
|
-
var
|
|
2797
|
-
for (var i = n > 1 ? void 0 : n ?
|
|
2815
|
+
ft = na([
|
|
2816
|
+
He(Ee.Rendered, ft),
|
|
2817
|
+
ot(0, z(be)),
|
|
2818
|
+
ot(1, z(Tt)),
|
|
2819
|
+
ot(2, z(ge)),
|
|
2820
|
+
ot(3, z(Ne))
|
|
2821
|
+
], ft);
|
|
2822
|
+
const ra = (e) => e.getCurrentUniverSheetInstance().getUnitId(), sa = (e) => e.getCurrentUniverSheetInstance().getActiveSheet().getSheetId();
|
|
2823
|
+
var aa = Object.defineProperty, ia = Object.getOwnPropertyDescriptor, oa = (e, t, a, n) => {
|
|
2824
|
+
for (var i = n > 1 ? void 0 : n ? ia(t, a) : t, l = e.length - 1, u; l >= 0; l--)
|
|
2798
2825
|
(u = e[l]) && (i = (n ? u(t, a, i) : u(i)) || i);
|
|
2799
|
-
return n && i &&
|
|
2800
|
-
},
|
|
2801
|
-
let
|
|
2826
|
+
return n && i && aa(t, a, i), i;
|
|
2827
|
+
}, ca = (e, t) => (a, n) => t(a, n, e), Pt;
|
|
2828
|
+
let fn = (Pt = class extends rr {
|
|
2802
2829
|
constructor(e, t) {
|
|
2803
|
-
super(
|
|
2830
|
+
super(gt), this._injector = t;
|
|
2804
2831
|
}
|
|
2805
2832
|
onStarting() {
|
|
2806
|
-
this._injector.add([
|
|
2833
|
+
this._injector.add([Ht, { useClass: ut, lazy: !1 }]), this._injector.add([mt]), this._injector.add([_t]), this._injector.add([pt]), this._injector.add([ft]), this._injector.add([dt]), this._injector.add([ct]);
|
|
2807
2834
|
}
|
|
2808
|
-
}, ke(
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
],
|
|
2835
|
+
}, ke(Pt, "type", sr.Sheet), Pt);
|
|
2836
|
+
fn = oa([
|
|
2837
|
+
ca(1, z(Ne))
|
|
2838
|
+
], fn);
|
|
2812
2839
|
export {
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2840
|
+
Ue as SetNumfmtCommand,
|
|
2841
|
+
fn as UniverSheetsNumfmtPlugin,
|
|
2842
|
+
Sa as enUS,
|
|
2843
|
+
zr as zhCN
|
|
2816
2844
|
};
|