@univerjs/sheets-table-ui 0.7.0-nightly.202505121607 → 0.7.0-nightly.202505131607
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/README.md +2 -2
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +504 -495
- package/lib/index.js +504 -495
- package/lib/types/controllers/config.schema.d.ts +2 -15
- package/lib/types/index.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +11 -11
package/lib/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var V = (n, e, t) =>
|
|
4
|
-
import { Inject as N, IUniverInstanceService as _e, ICommandService as ce, Disposable as He, ObjectMatrix as
|
|
5
|
-
import { IRenderManagerService as
|
|
6
|
-
import { TableManager as ne, SheetTableService as
|
|
7
|
-
import { SheetCanvasPopManagerService as
|
|
8
|
-
import { useDependency as R, ComponentManager as
|
|
9
|
-
import { startWith as
|
|
1
|
+
var Nn = Object.defineProperty;
|
|
2
|
+
var En = (n, e, t) => e in n ? Nn(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
|
+
var V = (n, e, t) => En(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import { Inject as N, IUniverInstanceService as _e, ICommandService as ce, Disposable as He, ObjectMatrix as xn, cellToRange as Ut, Rectangle as Ce, LocaleService as ue, Injector as Ve, dayjs as be, IPermissionService as Wt, IContextService as St, CommandType as jt, IConfigService as Zt, ThemeService as Ln, RxDisposable as qt, InterceptorEffectEnum as $n, ErrorService as Pn, ColorKit as oe, UniverInstanceType as at, DependentOn as kn, Plugin as On, merge as Bn, registerDependencies as Dn, touchDependencies as Fn } from "@univerjs/core";
|
|
5
|
+
import { IRenderManagerService as Yt, SHEET_VIEWPORT_KEY as Hn, convertTransformToOffsetX as Vn, convertTransformToOffsetY as An, Rect as Rt, Shape as Un } from "@univerjs/engine-render";
|
|
6
|
+
import { TableManager as ne, SheetTableService as Wn, SetSheetTableFilterCommand as Nt, isConditionFilter as jn, isManualFilter as Zn, TableDateCompareTypeEnum as l, TableStringCompareTypeEnum as W, TableConditionTypeEnum as D, TableNumberCompareTypeEnum as $, SheetsTableSortStateEnum as Ye, TableColumnFilterTypeEnum as Et, AddSheetTableCommand as qn, SHEET_TABLE_CUSTOM_THEME_PREFIX as Yn, DeleteSheetTableCommand as Qn, SetSheetTableCommand as bt, SheetsTableButtonStateEnum as $e, processStyleWithBorderStyle as xt, customEmptyThemeWithBorderStyle as zn, AddTableThemeCommand as Gn, RemoveTableThemeCommand as Xn, SheetTableRemoveColCommand as Qt, SheetTableRemoveRowCommand as zt, SheetTableInsertColCommand as Gt, SheetTableInsertRowCommand as Xt, SheetsTableController as Kt, UniverSheetsTablePlugin as Kn } from "@univerjs/sheets-table";
|
|
7
|
+
import { SheetCanvasPopManagerService as Jn, SheetSkeletonManagerService as st, SheetScrollManagerService as er, SetZoomRatioOperation as tr, SetScrollOperation as nr, getSheetObject as rr, getCoordByCell as ir, SelectAllCommand as ar } from "@univerjs/sheets-ui";
|
|
8
|
+
import { useDependency as R, ComponentManager as Jt, IDialogService as en, ISidebarService as sr, useObservable as Me, IUIPartsService as lr, BuiltInUIPart as or, connectInjector as cr, MenuItemType as Ee, ContextMenuPosition as ur, ContextMenuGroup as dr, RibbonStartGroup as hr, IMenuManagerService as vr } from "@univerjs/ui";
|
|
9
|
+
import { startWith as tn, distinctUntilChanged as gr, Subject as br, BehaviorSubject as Lt, merge as _t, filter as mr, debounceTime as fr, switchMap as Re, of as J, map as pr, takeUntil as Cr } from "rxjs";
|
|
10
10
|
import { jsxs as w, jsx as o, Fragment as Tt } from "react/jsx-runtime";
|
|
11
|
-
import { Dropdown as Be, clsx as B, borderClassName as A, CascaderList as
|
|
12
|
-
import { SetRangeValuesMutation as
|
|
13
|
-
import { SortRangeCommand as
|
|
14
|
-
import { forwardRef as re, useRef as
|
|
15
|
-
import { serializeRange as Dt, deserializeRangeWithSheet as
|
|
11
|
+
import { Dropdown as Be, clsx as B, borderClassName as A, CascaderList as Sr, Input as wt, InputNumber as dt, DatePicker as _r, DateRangePicker as Tr, Select as wr, Checkbox as $t, scrollbarClassName as Ir, ButtonGroup as yr, Button as ye, Segmented as Mr, ColorPicker as Qe } from "@univerjs/design";
|
|
12
|
+
import { SetRangeValuesMutation as Rr, WorkbookEditablePermission as nn, getSheetCommandTarget as lt, SheetsSelectionsService as ot, isSingleCellSelection as Nr, expandToContinuousRange as Er, SetRangeThemeMutation as rn, WorkbookPermissionService as an, SheetRangeThemeModel as sn, SheetInterceptorService as ln, INTERCEPTOR_POINT as xr, RangeThemeStyle as Lr, getPrimaryForRange as Pt, SetSelectionsOperation as kt } from "@univerjs/sheets";
|
|
13
|
+
import { SortRangeCommand as $r, SortType as Ot } from "@univerjs/sheets-sort";
|
|
14
|
+
import { forwardRef as re, useRef as Pr, createElement as ie, useState as Z, useMemo as on, useCallback as Bt, useEffect as cn } from "react";
|
|
15
|
+
import { serializeRange as Dt, deserializeRangeWithSheet as kr } from "@univerjs/engine-formula";
|
|
16
16
|
import { RangeSelector as Or } from "@univerjs/sheets-formula-ui";
|
|
17
|
-
const
|
|
17
|
+
const Br = "SHEET_TABLE_UI_PLUGIN", fe = "SHEETS_TABLE_FILTER_PANEL_OPENED_KEY", Dr = "UNIVER_SHEET_Table_FILTER_PANEL_ID", un = "TABLE_TOOLBAR_BUTTON", Oe = "TABLE_SELECTOR_DIALOG", Fr = "SHEET_TABLE_THEME_PANEL_ID", dn = "SHEET_TABLE_THEME_PANEL", ht = "table-custom-", Hr = "table-default-", me = "rgb(255, 255, 255)", z = "none", Pe = "1px solid rgb(var(--grey-200))", Ft = "1px solid rgb(var(--blue-500))";
|
|
18
18
|
var G = function() {
|
|
19
19
|
return G = Object.assign || function(n) {
|
|
20
20
|
for (var e, t = 1, r = arguments.length; t < r; t++) {
|
|
@@ -23,7 +23,7 @@ var G = function() {
|
|
|
23
23
|
}
|
|
24
24
|
return n;
|
|
25
25
|
}, G.apply(this, arguments);
|
|
26
|
-
},
|
|
26
|
+
}, Vr = function(n, e) {
|
|
27
27
|
var t = {};
|
|
28
28
|
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && e.indexOf(r) < 0 && (t[r] = n[r]);
|
|
29
29
|
if (n != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -31,111 +31,111 @@ var G = function() {
|
|
|
31
31
|
e.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(n, r[i]) && (t[r[i]] = n[r[i]]);
|
|
32
32
|
return t;
|
|
33
33
|
}, ae = re(function(n, e) {
|
|
34
|
-
var t = n.icon, r = n.id, i = n.className, a = n.extend,
|
|
35
|
-
return
|
|
34
|
+
var t = n.icon, r = n.id, i = n.className, a = n.extend, s = Vr(n, ["icon", "id", "className", "extend"]), c = "univerjs-icon univerjs-icon-".concat(r, " ").concat(i || "").trim(), d = Pr("_".concat(Wr()));
|
|
35
|
+
return hn(t, "".concat(r), { defIds: t.defIds, idSuffix: d.current }, G({ ref: e, className: c }, s), a);
|
|
36
36
|
});
|
|
37
|
-
function
|
|
38
|
-
return ie(n.tag, G(G({ key: e },
|
|
39
|
-
return
|
|
37
|
+
function hn(n, e, t, r, i) {
|
|
38
|
+
return ie(n.tag, G(G({ key: e }, Ar(n, t, i)), r), (Ur(n, t).children || []).map(function(a, s) {
|
|
39
|
+
return hn(a, "".concat(e, "-").concat(n.tag, "-").concat(s), t, void 0, i);
|
|
40
40
|
}));
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function Ar(n, e, t) {
|
|
43
43
|
var r = G({}, n.attrs);
|
|
44
44
|
t != null && t.colorChannel1 && r.fill === "colorChannel1" && (r.fill = t.colorChannel1), n.tag === "mask" && r.id && (r.id = r.id + e.idSuffix), Object.entries(r).forEach(function(a) {
|
|
45
|
-
var
|
|
46
|
-
|
|
45
|
+
var s = a[0], c = a[1];
|
|
46
|
+
s === "mask" && typeof c == "string" && (r[s] = c.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
|
|
47
47
|
});
|
|
48
48
|
var i = e.defIds;
|
|
49
49
|
return !i || i.length === 0 || (n.tag === "use" && r["xlink:href"] && (r["xlink:href"] = r["xlink:href"] + e.idSuffix), Object.entries(r).forEach(function(a) {
|
|
50
|
-
var
|
|
51
|
-
typeof c == "string" && (r[
|
|
50
|
+
var s = a[0], c = a[1];
|
|
51
|
+
typeof c == "string" && (r[s] = c.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
|
|
52
52
|
})), r;
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Ur(n, e) {
|
|
55
55
|
var t, r = e.defIds;
|
|
56
56
|
return !r || r.length === 0 ? n : n.tag === "defs" && (!((t = n.children) === null || t === void 0) && t.length) ? G(G({}, n), { children: n.children.map(function(i) {
|
|
57
57
|
return typeof i.attrs.id == "string" && r && r.indexOf(i.attrs.id) > -1 ? G(G({}, i), { attrs: G(G({}, i.attrs), { id: i.attrs.id + e.idSuffix }) }) : i;
|
|
58
58
|
}) }) : n;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Wr() {
|
|
61
61
|
return Math.random().toString(36).substring(2, 8);
|
|
62
62
|
}
|
|
63
63
|
ae.displayName = "UniverIcon";
|
|
64
|
-
var
|
|
64
|
+
var jr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.4208 14.4667C12.4208 14.798 12.1522 15.0667 11.8208 15.0667C11.4895 15.0667 11.2208 14.798 11.2208 14.4667V2.98193L9.97861 4.22417C9.7443 4.45848 9.3644 4.45848 9.13008 4.22417C8.89577 3.98985 8.89577 3.60995 9.13008 3.37564L11.3967 1.10897C11.6311 0.874657 12.011 0.874657 12.2453 1.10897L14.5119 3.37564C14.7463 3.60995 14.7463 3.98985 14.5119 4.22417C14.2776 4.45848 13.8977 4.45848 13.6634 4.22417L12.4208 2.9816V14.4667Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.98967 10.2798C1.6583 10.2798 1.38967 10.0112 1.38967 9.67983 1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022 7.14858 9.67443 7.09725 9.9325 6.92565 10.1041L3.43819 13.5916H6.50138C6.83276 13.5916 7.10138 13.8602 7.10138 14.1916 7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212 1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967zM5.1846 1.86439C4.8641.989866 3.62725.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655 2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055 3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655 7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439zM4.98996 4.82056L4.24567 2.78971 3.50138 4.82056H4.98996z", fillRule: "evenodd", clipRule: "evenodd" } }] }, vn = re(function(n, e) {
|
|
65
65
|
return ie(ae, Object.assign({}, n, {
|
|
66
66
|
id: "ascending- single",
|
|
67
67
|
ref: e,
|
|
68
|
-
icon:
|
|
68
|
+
icon: jr
|
|
69
69
|
}));
|
|
70
70
|
});
|
|
71
|
-
|
|
72
|
-
var
|
|
71
|
+
vn.displayName = "AscendingSingle";
|
|
72
|
+
var Zr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.3313 1.4667C5.3313 1.13533 5.59993.866699 5.9313.866699H10.069C10.4004.866699 10.669 1.13533 10.669 1.4667 10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667zM1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443 14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443zM6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928 9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171 10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778 9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539 9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263 6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539 5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778 6.12398 9.15024C5.88966 8.91593 5.88966 8.53603 6.12398 8.30171z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V12.5331C3.15332 13.9691 4.31738 15.1332 5.75332 15.1332H10.2465C11.6825 15.1332 12.8465 13.9691 12.8465 12.5331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V12.5331C11.6465 13.3063 11.0197 13.9332 10.2465 13.9332H5.75332C4.98012 13.9332 4.35332 13.3063 4.35332 12.5331V6.82217Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, gn = re(function(n, e) {
|
|
73
73
|
return ie(ae, Object.assign({}, n, {
|
|
74
74
|
id: "delete-single",
|
|
75
75
|
ref: e,
|
|
76
|
-
icon:
|
|
76
|
+
icon: Zr
|
|
77
77
|
}));
|
|
78
78
|
});
|
|
79
|
-
|
|
80
|
-
var
|
|
79
|
+
gn.displayName = "DeleteSingle";
|
|
80
|
+
var qr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.4208 1.53335C12.4208 1.20198 12.1522 0.93335 11.8208 0.93335C11.4895 0.93335 11.2208 1.20198 11.2208 1.53335V13.0181L9.97861 11.7758C9.7443 11.5415 9.3644 11.5415 9.13008 11.7758C8.89577 12.0101 8.89577 12.39 9.13008 12.6244L11.3967 14.891C11.6311 15.1253 12.011 15.1253 12.2453 14.891L14.5119 12.6244C14.7463 12.39 14.7463 12.0101 14.5119 11.7758C14.2776 11.5415 13.8977 11.5415 13.6634 11.7758L12.4208 13.0184V1.53335Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.98967 10.2798C1.6583 10.2798 1.38967 10.0112 1.38967 9.67983 1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022 7.14858 9.67443 7.09725 9.9325 6.92565 10.1041L3.43819 13.5916H6.50138C6.83276 13.5916 7.10138 13.8602 7.10138 14.1916 7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212 1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967zM5.1846 1.86439C4.8641.989866 3.62725.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655 2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055 3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655 7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439zM4.98996 4.82056L4.24567 2.78971 3.50138 4.82056H4.98996z", fillRule: "evenodd", clipRule: "evenodd" } }] }, bn = re(function(n, e) {
|
|
81
81
|
return ie(ae, Object.assign({}, n, {
|
|
82
82
|
id: "descending-single",
|
|
83
83
|
ref: e,
|
|
84
|
-
icon:
|
|
84
|
+
icon: qr
|
|
85
85
|
}));
|
|
86
86
|
});
|
|
87
|
-
|
|
88
|
-
var
|
|
87
|
+
bn.displayName = "DescendingSingle";
|
|
88
|
+
var Yr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.85869 12.9216C8.38445 13.4708 7.61555 13.4708 7.14131 12.9216L0.358114 5.06726C-0.406895 4.18144 0.134916 2.66683 1.2168 2.66683L14.7832 2.66683C15.8651 2.66683 16.4069 4.18144 15.6419 5.06726L8.85869 12.9216Z" } }] }, We = re(function(n, e) {
|
|
89
89
|
return ie(ae, Object.assign({}, n, {
|
|
90
90
|
id: "dropdown-single",
|
|
91
91
|
ref: e,
|
|
92
|
-
icon:
|
|
92
|
+
icon: Yr
|
|
93
93
|
}));
|
|
94
94
|
});
|
|
95
95
|
We.displayName = "DropdownSingle";
|
|
96
|
-
var
|
|
96
|
+
var Qr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M3.33333 3.33333V6H6V3.33333H3.33333ZM2 3.238C2 2.55427 2.55427 2 3.238 2H6.09533C6.77906 2 7.33333 2.55427 7.33333 3.238V6.09533C7.33333 6.77906 6.77906 7.33333 6.09533 7.33333H3.238C2.55427 7.33333 2 6.77906 2 6.09533V3.238ZM10 3.33333V6H12.6667V3.33333H10ZM8.66667 3.238C8.66667 2.55427 9.22094 2 9.90467 2H12.762C13.4457 2 14 2.55427 14 3.238V6.09533C14 6.77906 13.4457 7.33333 12.762 7.33333H9.90467C9.22094 7.33333 8.66667 6.77906 8.66667 6.09533V3.238ZM3.33333 10V12.6667H6V10H3.33333ZM2 9.90467C2 9.22094 2.55427 8.66667 3.238 8.66667H6.09533C6.77906 8.66667 7.33333 9.22094 7.33333 9.90467V12.762C7.33333 13.4457 6.77906 14 6.09533 14H3.238C2.55427 14 2 13.4457 2 12.762V9.90467ZM10 10V12.6667H12.6667V10H10ZM8.66667 9.90467C8.66667 9.22094 9.22094 8.66667 9.90467 8.66667H12.762C13.4457 8.66667 14 9.22094 14 9.90467V12.762C14 13.4457 13.4457 14 12.762 14H9.90467C9.22094 14 8.66667 13.4457 8.66667 12.762V9.90467Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, mn = re(function(n, e) {
|
|
97
97
|
return ie(ae, Object.assign({}, n, {
|
|
98
98
|
id: "grid-outline-single",
|
|
99
99
|
ref: e,
|
|
100
|
-
icon:
|
|
100
|
+
icon: Qr
|
|
101
101
|
}));
|
|
102
102
|
});
|
|
103
|
-
|
|
104
|
-
var
|
|
103
|
+
mn.displayName = "GridOutlineSingle";
|
|
104
|
+
var zr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, It = re(function(n, e) {
|
|
105
105
|
return ie(ae, Object.assign({}, n, {
|
|
106
106
|
id: "more-down-single",
|
|
107
107
|
ref: e,
|
|
108
|
-
icon:
|
|
108
|
+
icon: zr
|
|
109
109
|
}));
|
|
110
110
|
});
|
|
111
111
|
It.displayName = "MoreDownSingle";
|
|
112
|
-
var
|
|
112
|
+
var Gr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M8.01281 1.36643C8.79386 0.585377 10.0602 0.585378 10.8412 1.36643L12.9223 3.44752C13.7034 4.22857 13.7034 5.4949 12.9223 6.27595L9.36445 9.83383C8.5834 10.6149 7.31707 10.6149 6.53602 9.83383L4.45493 7.75273C3.67388 6.97168 3.67388 5.70535 4.45493 4.9243L8.01281 1.36643ZM9.9927 2.21495C9.68028 1.90253 9.17375 1.90253 8.86133 2.21495L5.30346 5.77283L5.29671 5.77966L10.839 6.66224L12.0738 5.42742C12.3862 5.115 12.3862 4.60847 12.0738 4.29605L9.9927 2.21495Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M14.5179 9.48875C14.5179 9.99175 14.1101 10.3995 13.607 10.3995C13.1041 10.3995 12.6963 9.99175 12.6963 9.48875C12.6963 9.1773 13.0455 8.59966 13.3114 8.20487C13.4549 7.99177 13.7591 7.99177 13.9027 8.20486C14.1687 8.59965 14.5179 9.1773 14.5179 9.48875Z" } }, { tag: "path", attrs: { fill: "colorChannel1", d: "M1.98682 13.4992C1.98682 12.5603 2.74793 11.7992 3.68682 11.7992H14.2868C15.2257 11.7992 15.9868 12.5603 15.9868 13.4992V13.4992C15.9868 14.4381 15.2257 15.1992 14.2868 15.1992H3.68682C2.74793 15.1992 1.98682 14.4381 1.98682 13.4992V13.4992Z" } }] }, fn = re(function(n, e) {
|
|
113
113
|
return ie(ae, Object.assign({}, n, {
|
|
114
114
|
id: "paint-bucket",
|
|
115
115
|
ref: e,
|
|
116
|
-
icon:
|
|
116
|
+
icon: Gr
|
|
117
117
|
}));
|
|
118
118
|
});
|
|
119
|
-
|
|
120
|
-
var
|
|
119
|
+
fn.displayName = "PaintBucket";
|
|
120
|
+
var Xr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M3.80068 2.57257L7.27955 2.57256C7.61092 2.57256 7.87954 2.30393 7.87954 1.97256C7.87954 1.64119 7.61091 1.37256 7.27954 1.37256L3.80068 1.37257C2.36473 1.37257 1.20067 2.53665 1.20068 3.97259L1.20074 12.3001C1.20075 13.736 2.36481 14.9 3.80074 14.9H12.1282C13.5641 14.9 14.7282 13.736 14.7282 12.3V8.82116C14.7282 8.48979 14.4595 8.22116 14.1282 8.22116C13.7968 8.22116 13.5282 8.48979 13.5282 8.82116V12.3C13.5282 13.0732 12.9014 13.7 12.1282 13.7H3.80074C3.02754 13.7 2.40074 13.0732 2.40074 12.3001L2.40068 3.97258C2.40068 3.19938 3.02748 2.57257 3.80068 2.57257Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M14.0072 2.0955C13.0997 1.18757 11.6278 1.18794 10.7207 2.09632L6.17749 6.646C6.10294 6.72065 6.04543 6.81056 6.00889 6.90954L4.59817 10.7315C4.51713 10.951 4.57116 11.1977 4.73657 11.3633C4.90198 11.5288 5.14858 11.5831 5.36823 11.5023L9.20237 10.0916C9.30186 10.055 9.3922 9.99722 9.46714 9.92224L14.0073 5.37972C14.9139 4.47266 14.9138 3.00252 14.0072 2.0955ZM11.5698 2.94424C12.0083 2.50513 12.7198 2.50496 13.1585 2.94384C13.5968 3.38229 13.5968 4.09294 13.1585 4.53141L8.69127 9.00102L6.1742 9.92713L7.09912 7.42132L11.5698 2.94424Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, pn = re(function(n, e) {
|
|
121
121
|
return ie(ae, Object.assign({}, n, {
|
|
122
122
|
id: "rename-single",
|
|
123
123
|
ref: e,
|
|
124
|
-
icon:
|
|
124
|
+
icon: Xr
|
|
125
125
|
}));
|
|
126
126
|
});
|
|
127
127
|
pn.displayName = "RenameSingle";
|
|
128
|
-
var
|
|
128
|
+
var Kr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.7643 4.13354C1.7643 2.82523 2.82488 1.76465 4.13319 1.76465H11.8665C13.1748 1.76465 14.2354 2.82524 14.2354 4.13354V11.8669C14.2354 13.1752 13.1748 14.2358 11.8665 14.2358H4.13318C2.82488 14.2358 1.7643 13.1752 1.7643 11.8669V6.1462C1.76388 6.13711 1.76367 6.12797 1.76367 6.11878C1.76367 6.10959 1.76388 6.10045 1.7643 6.09136V4.13354ZM2.94652 6.70989V11.8669C2.94652 12.5222 3.47781 13.0535 4.13318 13.0535H5.52732V6.70989H2.94652ZM5.52732 5.52767H2.94652V4.13354C2.94652 3.47816 3.47781 2.94687 4.13319 2.94687H5.52732V5.52767ZM6.70954 6.70989V13.0535H11.8665C12.5219 13.0535 13.0532 12.5222 13.0532 11.8669V6.70989L6.70954 6.70989ZM13.0532 5.52767L6.70954 5.52767V2.94687H11.8665C12.5219 2.94687 13.0532 3.47816 13.0532 4.13354V5.52767Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Cn = re(function(n, e) {
|
|
129
129
|
return ie(ae, Object.assign({}, n, {
|
|
130
130
|
id: "table-single",
|
|
131
131
|
ref: e,
|
|
132
|
-
icon:
|
|
132
|
+
icon: Kr
|
|
133
133
|
}));
|
|
134
134
|
});
|
|
135
|
-
|
|
136
|
-
var Se = /* @__PURE__ */ ((n) => (n.Items = "items", n.Condition = "condition", n))(Se || {}),
|
|
137
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
138
|
-
(
|
|
135
|
+
Cn.displayName = "TableSingle";
|
|
136
|
+
var Se = /* @__PURE__ */ ((n) => (n.Items = "items", n.Condition = "condition", n))(Se || {}), Jr = Object.getOwnPropertyDescriptor, ei = (n, e, t, r) => {
|
|
137
|
+
for (var i = r > 1 ? void 0 : r ? Jr(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
138
|
+
(s = n[a]) && (i = s(i) || i);
|
|
139
139
|
return i;
|
|
140
140
|
}, ze = (n, e) => (t, r) => e(t, r, n);
|
|
141
141
|
let De = class extends He {
|
|
@@ -146,12 +146,12 @@ let De = class extends He {
|
|
|
146
146
|
}
|
|
147
147
|
_registerTableFilterChangeEvent() {
|
|
148
148
|
this._commandService.onCommandExecuted((e) => {
|
|
149
|
-
if (e.id ===
|
|
149
|
+
if (e.id === Rr.id) {
|
|
150
150
|
const { unitId: t, subUnitId: r, cellValue: i } = e.params, a = this._tableManager.getTablesBySubunitId(t, r);
|
|
151
151
|
if (!a.length)
|
|
152
152
|
return;
|
|
153
|
-
new
|
|
154
|
-
const u =
|
|
153
|
+
new xn(i).forValue((c, d, h) => {
|
|
154
|
+
const u = Ut(c, d), g = a.find((_) => {
|
|
155
155
|
const S = _.getTableFilterRange();
|
|
156
156
|
return Ce.intersects(S, u);
|
|
157
157
|
});
|
|
@@ -174,68 +174,68 @@ let De = class extends He {
|
|
|
174
174
|
});
|
|
175
175
|
}
|
|
176
176
|
getTableFilterPanelInitProps(e, t, r, i) {
|
|
177
|
-
const a = this._tableManager.getTable(e, r),
|
|
177
|
+
const a = this._tableManager.getTable(e, r), s = a.getRange(), c = a.getTableFilterColumn(i - s.startColumn);
|
|
178
178
|
return {
|
|
179
179
|
unitId: e,
|
|
180
180
|
subUnitId: t,
|
|
181
181
|
tableFilter: c,
|
|
182
|
-
currentFilterBy:
|
|
182
|
+
currentFilterBy: jn(c) ? Se.Condition : Se.Items,
|
|
183
183
|
tableId: r,
|
|
184
|
-
columnIndex: i -
|
|
184
|
+
columnIndex: i - s.startColumn
|
|
185
185
|
};
|
|
186
186
|
}
|
|
187
187
|
getTableFilterCheckedItems(e, t, r) {
|
|
188
188
|
const i = this._tableManager.getTable(e, t), a = [];
|
|
189
189
|
if (i) {
|
|
190
|
-
const
|
|
191
|
-
|
|
190
|
+
const s = i.getTableFilterColumn(r);
|
|
191
|
+
s && Zn(s) && a.push(...s.values);
|
|
192
192
|
}
|
|
193
193
|
return a;
|
|
194
194
|
}
|
|
195
195
|
setTableFilter(e, t, r, i) {
|
|
196
196
|
if (!this._tableManager.getTable(e, t))
|
|
197
197
|
return;
|
|
198
|
-
const
|
|
198
|
+
const s = {
|
|
199
199
|
unitId: e,
|
|
200
200
|
tableId: t,
|
|
201
201
|
column: r,
|
|
202
202
|
tableFilter: i
|
|
203
203
|
};
|
|
204
|
-
this._commandService.executeCommand(Nt.id,
|
|
204
|
+
this._commandService.executeCommand(Nt.id, s);
|
|
205
205
|
}
|
|
206
206
|
getTableFilterItems(e, t, r, i) {
|
|
207
|
-
var
|
|
207
|
+
var P;
|
|
208
208
|
if (this._itemsCache.has(r + i))
|
|
209
209
|
return this._itemsCache.get(r + i) || { data: [], itemsCountMap: /* @__PURE__ */ new Map(), allItemsCount: 0 };
|
|
210
210
|
const a = this._tableManager.getTable(e, r);
|
|
211
211
|
if (!a)
|
|
212
212
|
return { data: [], itemsCountMap: /* @__PURE__ */ new Map(), allItemsCount: 0 };
|
|
213
|
-
const
|
|
213
|
+
const s = a.getTableFilterRange(), { startRow: c, endRow: d, startColumn: h } = s, u = h + i, g = (P = this._univerInstanceService.getUnit(e)) == null ? void 0 : P.getSheetBySheetId(t);
|
|
214
214
|
if (!g)
|
|
215
215
|
return { data: [], itemsCountMap: /* @__PURE__ */ new Map(), allItemsCount: 0 };
|
|
216
216
|
const _ = [], S = /* @__PURE__ */ new Map();
|
|
217
217
|
let T = 0;
|
|
218
|
-
for (let
|
|
219
|
-
if (g.isRowFiltered(
|
|
218
|
+
for (let p = c; p <= d; p++) {
|
|
219
|
+
if (g.isRowFiltered(p))
|
|
220
220
|
continue;
|
|
221
|
-
const y = this._sheetTableService.getCellValueWithConditionType(g,
|
|
221
|
+
const y = this._sheetTableService.getCellValueWithConditionType(g, p, u);
|
|
222
222
|
S.has(y) || _.push({
|
|
223
223
|
title: y,
|
|
224
|
-
key: `${u}_${
|
|
224
|
+
key: `${u}_${p}`,
|
|
225
225
|
leaf: !0
|
|
226
226
|
}), T++, S.set(y, (S.get(y) || 0) + 1);
|
|
227
227
|
}
|
|
228
228
|
return this._itemsCache.set(r + i, { data: _, itemsCountMap: S, allItemsCount: T }), { data: _, itemsCountMap: S, allItemsCount: T };
|
|
229
229
|
}
|
|
230
230
|
};
|
|
231
|
-
De =
|
|
231
|
+
De = ei([
|
|
232
232
|
ze(0, N(ne)),
|
|
233
|
-
ze(1, N(
|
|
233
|
+
ze(1, N(Wn)),
|
|
234
234
|
ze(2, N(_e)),
|
|
235
235
|
ze(3, ce)
|
|
236
236
|
], De);
|
|
237
237
|
var j = /* @__PURE__ */ ((n) => (n.DatePicker = "DatePicker", n.DateRange = "DateRange", n.Input = "Input", n.Inputs = "Inputs", n.Select = "Select", n.None = "None", n))(j || {});
|
|
238
|
-
function
|
|
238
|
+
function ti(n) {
|
|
239
239
|
const t = n.get(ue).t;
|
|
240
240
|
return [
|
|
241
241
|
{
|
|
@@ -323,170 +323,170 @@ function Jr(n) {
|
|
|
323
323
|
label: t(`sheets-table.condition.${D.Date}`),
|
|
324
324
|
children: [
|
|
325
325
|
{
|
|
326
|
-
value:
|
|
327
|
-
label: t(`sheets-table.date.compare.${
|
|
326
|
+
value: l.Equal,
|
|
327
|
+
label: t(`sheets-table.date.compare.${l.Equal}`)
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
value:
|
|
331
|
-
label: t(`sheets-table.date.compare.${
|
|
330
|
+
value: l.NotEqual,
|
|
331
|
+
label: t(`sheets-table.date.compare.${l.NotEqual}`)
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
|
-
value:
|
|
335
|
-
label: t(`sheets-table.date.compare.${
|
|
334
|
+
value: l.After,
|
|
335
|
+
label: t(`sheets-table.date.compare.${l.After}`)
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
|
-
value:
|
|
339
|
-
label: t(`sheets-table.date.compare.${
|
|
338
|
+
value: l.AfterOrEqual,
|
|
339
|
+
label: t(`sheets-table.date.compare.${l.AfterOrEqual}`)
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
|
-
value:
|
|
343
|
-
label: t(`sheets-table.date.compare.${
|
|
342
|
+
value: l.Before,
|
|
343
|
+
label: t(`sheets-table.date.compare.${l.Before}`)
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
|
-
value:
|
|
347
|
-
label: t(`sheets-table.date.compare.${
|
|
346
|
+
value: l.BeforeOrEqual,
|
|
347
|
+
label: t(`sheets-table.date.compare.${l.BeforeOrEqual}`)
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
value:
|
|
351
|
-
label: t(`sheets-table.date.compare.${
|
|
350
|
+
value: l.Between,
|
|
351
|
+
label: t(`sheets-table.date.compare.${l.Between}`)
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
|
-
value:
|
|
355
|
-
label: t(`sheets-table.date.compare.${
|
|
354
|
+
value: l.NotBetween,
|
|
355
|
+
label: t(`sheets-table.date.compare.${l.NotBetween}`)
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
|
-
value:
|
|
359
|
-
label: t(`sheets-table.date.compare.${
|
|
358
|
+
value: l.Today,
|
|
359
|
+
label: t(`sheets-table.date.compare.${l.Today}`)
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
|
-
value:
|
|
363
|
-
label: t(`sheets-table.date.compare.${
|
|
362
|
+
value: l.Yesterday,
|
|
363
|
+
label: t(`sheets-table.date.compare.${l.Yesterday}`)
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
|
-
value:
|
|
367
|
-
label: t(`sheets-table.date.compare.${
|
|
366
|
+
value: l.Tomorrow,
|
|
367
|
+
label: t(`sheets-table.date.compare.${l.Tomorrow}`)
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
|
-
value:
|
|
371
|
-
label: t(`sheets-table.date.compare.${
|
|
370
|
+
value: l.ThisWeek,
|
|
371
|
+
label: t(`sheets-table.date.compare.${l.ThisWeek}`)
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
value:
|
|
375
|
-
label: t(`sheets-table.date.compare.${
|
|
374
|
+
value: l.LastWeek,
|
|
375
|
+
label: t(`sheets-table.date.compare.${l.LastWeek}`)
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
|
-
value:
|
|
379
|
-
label: t(`sheets-table.date.compare.${
|
|
378
|
+
value: l.NextWeek,
|
|
379
|
+
label: t(`sheets-table.date.compare.${l.NextWeek}`)
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
|
-
value:
|
|
383
|
-
label: t(`sheets-table.date.compare.${
|
|
382
|
+
value: l.ThisMonth,
|
|
383
|
+
label: t(`sheets-table.date.compare.${l.ThisMonth}`)
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
|
-
value:
|
|
387
|
-
label: t(`sheets-table.date.compare.${
|
|
386
|
+
value: l.LastMonth,
|
|
387
|
+
label: t(`sheets-table.date.compare.${l.LastMonth}`)
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
value:
|
|
391
|
-
label: t(`sheets-table.date.compare.${
|
|
390
|
+
value: l.NextMonth,
|
|
391
|
+
label: t(`sheets-table.date.compare.${l.NextMonth}`)
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
|
-
value:
|
|
395
|
-
label: t(`sheets-table.date.compare.${
|
|
394
|
+
value: l.ThisYear,
|
|
395
|
+
label: t(`sheets-table.date.compare.${l.ThisYear}`)
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
value:
|
|
399
|
-
label: t(`sheets-table.date.compare.${
|
|
398
|
+
value: l.LastYear,
|
|
399
|
+
label: t(`sheets-table.date.compare.${l.LastYear}`)
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
|
-
value:
|
|
403
|
-
label: t(`sheets-table.date.compare.${
|
|
402
|
+
value: l.NextYear,
|
|
403
|
+
label: t(`sheets-table.date.compare.${l.NextYear}`)
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
|
-
value:
|
|
407
|
-
label: t(`sheets-table.date.compare.${
|
|
406
|
+
value: l.Quarter,
|
|
407
|
+
label: t(`sheets-table.date.compare.${l.Quarter}`)
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
|
-
value:
|
|
411
|
-
label: t(`sheets-table.date.compare.${
|
|
410
|
+
value: l.Month,
|
|
411
|
+
label: t(`sheets-table.date.compare.${l.Month}`)
|
|
412
412
|
}
|
|
413
413
|
]
|
|
414
414
|
}
|
|
415
415
|
];
|
|
416
416
|
}
|
|
417
|
-
function
|
|
417
|
+
function ni(n, e) {
|
|
418
418
|
if (!e)
|
|
419
419
|
return [];
|
|
420
420
|
const r = n.get(ue).t;
|
|
421
421
|
switch (e) {
|
|
422
|
-
case
|
|
422
|
+
case l.Quarter:
|
|
423
423
|
return [
|
|
424
424
|
{
|
|
425
|
-
value:
|
|
426
|
-
label: r(`sheets-table.date.compare.${
|
|
425
|
+
value: l.Q1,
|
|
426
|
+
label: r(`sheets-table.date.compare.${l.Q1}`)
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
value:
|
|
430
|
-
label: r(`sheets-table.date.compare.${
|
|
429
|
+
value: l.Q2,
|
|
430
|
+
label: r(`sheets-table.date.compare.${l.Q2}`)
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
value:
|
|
434
|
-
label: r(`sheets-table.date.compare.${
|
|
433
|
+
value: l.Q3,
|
|
434
|
+
label: r(`sheets-table.date.compare.${l.Q3}`)
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
value:
|
|
438
|
-
label: r(`sheets-table.date.compare.${
|
|
437
|
+
value: l.Q4,
|
|
438
|
+
label: r(`sheets-table.date.compare.${l.Q4}`)
|
|
439
439
|
}
|
|
440
440
|
];
|
|
441
|
-
case
|
|
441
|
+
case l.Month:
|
|
442
442
|
return [
|
|
443
443
|
{
|
|
444
|
-
value:
|
|
445
|
-
label: r(`sheets-table.date.compare.${
|
|
444
|
+
value: l.M1,
|
|
445
|
+
label: r(`sheets-table.date.compare.${l.M1}`)
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
|
-
value:
|
|
449
|
-
label: r(`sheets-table.date.compare.${
|
|
448
|
+
value: l.M2,
|
|
449
|
+
label: r(`sheets-table.date.compare.${l.M2}`)
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
|
-
value:
|
|
453
|
-
label: r(`sheets-table.date.compare.${
|
|
452
|
+
value: l.M3,
|
|
453
|
+
label: r(`sheets-table.date.compare.${l.M3}`)
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
|
-
value:
|
|
457
|
-
label: r(`sheets-table.date.compare.${
|
|
456
|
+
value: l.M4,
|
|
457
|
+
label: r(`sheets-table.date.compare.${l.M4}`)
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
value:
|
|
461
|
-
label: r(`sheets-table.date.compare.${
|
|
460
|
+
value: l.M5,
|
|
461
|
+
label: r(`sheets-table.date.compare.${l.M5}`)
|
|
462
462
|
},
|
|
463
463
|
{
|
|
464
|
-
value:
|
|
465
|
-
label: r(`sheets-table.date.compare.${
|
|
464
|
+
value: l.M6,
|
|
465
|
+
label: r(`sheets-table.date.compare.${l.M6}`)
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
|
-
value:
|
|
469
|
-
label: r(`sheets-table.date.compare.${
|
|
468
|
+
value: l.M7,
|
|
469
|
+
label: r(`sheets-table.date.compare.${l.M7}`)
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
value:
|
|
473
|
-
label: r(`sheets-table.date.compare.${
|
|
472
|
+
value: l.M8,
|
|
473
|
+
label: r(`sheets-table.date.compare.${l.M8}`)
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
|
-
value:
|
|
477
|
-
label: r(`sheets-table.date.compare.${
|
|
476
|
+
value: l.M9,
|
|
477
|
+
label: r(`sheets-table.date.compare.${l.M9}`)
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
value:
|
|
481
|
-
label: r(`sheets-table.date.compare.${
|
|
480
|
+
value: l.M10,
|
|
481
|
+
label: r(`sheets-table.date.compare.${l.M10}`)
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
|
-
value:
|
|
485
|
-
label: r(`sheets-table.date.compare.${
|
|
484
|
+
value: l.M11,
|
|
485
|
+
label: r(`sheets-table.date.compare.${l.M11}`)
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
|
-
value:
|
|
489
|
-
label: r(`sheets-table.date.compare.${
|
|
488
|
+
value: l.M12,
|
|
489
|
+
label: r(`sheets-table.date.compare.${l.M12}`)
|
|
490
490
|
}
|
|
491
491
|
];
|
|
492
492
|
default:
|
|
@@ -494,17 +494,17 @@ function ei(n, e) {
|
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
const yt = /* @__PURE__ */ new Set([
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
497
|
+
l.Equal,
|
|
498
|
+
l.NotEqual,
|
|
499
|
+
l.After,
|
|
500
|
+
l.AfterOrEqual,
|
|
501
|
+
l.Before,
|
|
502
|
+
l.BeforeOrEqual
|
|
503
503
|
]);
|
|
504
|
-
function
|
|
505
|
-
return e ? n === D.String ? j.Input : n === D.Number ? e === $.Between || e === $.NotBetween ? j.Inputs : j.Input : n === D.Date ? e ===
|
|
504
|
+
function ri(n, e) {
|
|
505
|
+
return e ? n === D.String ? j.Input : n === D.Number ? e === $.Between || e === $.NotBetween ? j.Inputs : j.Input : n === D.Date ? e === l.Between || e === l.NotBetween ? j.DateRange : e === l.Quarter || e === l.Month ? j.Select : yt.has(e) ? j.DatePicker : j.None : j.None : j.None;
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function ii(n) {
|
|
508
508
|
if (!n || n.filterType !== "condition")
|
|
509
509
|
return {
|
|
510
510
|
type: D.String,
|
|
@@ -512,13 +512,13 @@ function ni(n) {
|
|
|
512
512
|
info: {}
|
|
513
513
|
};
|
|
514
514
|
const e = n.filterInfo, { conditionType: t, compareType: r } = e;
|
|
515
|
-
return t === D.Date ? r ===
|
|
515
|
+
return t === D.Date ? r === l.Between || r === l.NotBetween ? {
|
|
516
516
|
type: t,
|
|
517
517
|
compare: r,
|
|
518
518
|
info: {
|
|
519
519
|
dateRange: e.expectedValue
|
|
520
520
|
}
|
|
521
|
-
} : r ===
|
|
521
|
+
} : r === l.Today || r === l.Yesterday || r === l.Tomorrow || r === l.ThisWeek || r === l.LastWeek || r === l.NextWeek || r === l.ThisMonth || r === l.LastMonth || r === l.NextMonth || r === l.ThisYear || r === l.LastYear || r === l.NextYear ? {
|
|
522
522
|
type: t,
|
|
523
523
|
compare: r,
|
|
524
524
|
info: {}
|
|
@@ -528,15 +528,15 @@ function ni(n) {
|
|
|
528
528
|
info: {
|
|
529
529
|
date: e.expectedValue
|
|
530
530
|
}
|
|
531
|
-
} : (/* @__PURE__ */ new Set([
|
|
531
|
+
} : (/* @__PURE__ */ new Set([l.Q1, l.Q2, l.Q3, l.Q4])).has(r) ? {
|
|
532
532
|
type: t,
|
|
533
|
-
compare:
|
|
533
|
+
compare: l.Quarter,
|
|
534
534
|
info: {
|
|
535
535
|
dateSelect: e.compareType
|
|
536
536
|
}
|
|
537
537
|
} : {
|
|
538
538
|
type: t,
|
|
539
|
-
compare:
|
|
539
|
+
compare: l.Month,
|
|
540
540
|
info: {
|
|
541
541
|
dateSelect: e.compareType
|
|
542
542
|
}
|
|
@@ -564,24 +564,24 @@ function ni(n) {
|
|
|
564
564
|
info: {}
|
|
565
565
|
};
|
|
566
566
|
}
|
|
567
|
-
const
|
|
568
|
-
var S, T,
|
|
569
|
-
const { conditionInfo: e, onChange: t } = n, r = R(ue), [i, a] = Z(!1),
|
|
567
|
+
const ai = (n) => {
|
|
568
|
+
var S, T, P, p, E, y, O;
|
|
569
|
+
const { conditionInfo: e, onChange: t } = n, r = R(ue), [i, a] = Z(!1), s = R(Ve), c = ti(s), d = (v, f, L) => {
|
|
570
570
|
t({
|
|
571
|
-
type:
|
|
571
|
+
type: f != null ? f : e.type,
|
|
572
572
|
compare: L != null ? L : e.compare,
|
|
573
573
|
info: v
|
|
574
574
|
});
|
|
575
575
|
}, h = (v) => {
|
|
576
576
|
var C;
|
|
577
|
-
const
|
|
577
|
+
const f = v[0], L = v[1];
|
|
578
578
|
L && a(!1);
|
|
579
579
|
const M = {};
|
|
580
|
-
|
|
581
|
-
}, u =
|
|
580
|
+
f === D.Date ? L === l.Quarter ? M.dateSelect = l.Q1 : L === l.Month ? M.dateSelect = l.M1 : yt.has(L) ? M.date = /* @__PURE__ */ new Date() : M.dateRange = [/* @__PURE__ */ new Date(), /* @__PURE__ */ new Date()] : f === D.Number ? M.number = 0 : f === D.String && (M.string = ""), d(M, v[0], (C = v[1]) != null ? C : W.Equal);
|
|
581
|
+
}, u = ri(e.type, e.compare);
|
|
582
582
|
let g = "";
|
|
583
583
|
e.compare ? g = `${r.t(`sheets-table.condition.${e.type}`)} - ${r.t(`sheets-table.${e.type}.compare.${e.compare}`)}` : g = r.t(`sheets-table.condition.${e.type}`);
|
|
584
|
-
const _ =
|
|
584
|
+
const _ = ni(s, e.compare);
|
|
585
585
|
return /* @__PURE__ */ w("div", { children: [
|
|
586
586
|
/* @__PURE__ */ o(
|
|
587
587
|
Be,
|
|
@@ -590,7 +590,7 @@ const ri = (n) => {
|
|
|
590
590
|
open: i,
|
|
591
591
|
onOpenChange: a,
|
|
592
592
|
overlay: /* @__PURE__ */ o(
|
|
593
|
-
|
|
593
|
+
Sr,
|
|
594
594
|
{
|
|
595
595
|
value: [e.type, e.compare],
|
|
596
596
|
options: c,
|
|
@@ -632,7 +632,7 @@ const ri = (n) => {
|
|
|
632
632
|
}
|
|
633
633
|
) }),
|
|
634
634
|
u === j.DatePicker && /* @__PURE__ */ o("div", { id: "univer-table-date-picker-wrapper", style: { background: "#fff", position: "relative" }, children: /* @__PURE__ */ o(
|
|
635
|
-
|
|
635
|
+
_r,
|
|
636
636
|
{
|
|
637
637
|
value: be(e.info.date),
|
|
638
638
|
defaultPickerValue: be(),
|
|
@@ -643,12 +643,12 @@ const ri = (n) => {
|
|
|
643
643
|
}
|
|
644
644
|
) }),
|
|
645
645
|
u === j.DateRange && /* @__PURE__ */ o("div", { id: "univer-table-date-range-wrapper", style: { background: "#fff", position: "relative" }, children: /* @__PURE__ */ o(
|
|
646
|
-
|
|
646
|
+
Tr,
|
|
647
647
|
{
|
|
648
|
-
value: [(T = be((S = e.info.dateRange) == null ? void 0 : S[0])) != null ? T : be(), (
|
|
648
|
+
value: [(T = be((S = e.info.dateRange) == null ? void 0 : S[0])) != null ? T : be(), (p = be((P = e.info.dateRange) == null ? void 0 : P[1])) != null ? p : be()],
|
|
649
649
|
defaultPickerValue: [be(), be()],
|
|
650
650
|
onChange: (v) => {
|
|
651
|
-
d(v ? { dateRange: v.map((
|
|
651
|
+
d(v ? { dateRange: v.map((f) => f == null ? void 0 : f.toDate()) } : {});
|
|
652
652
|
},
|
|
653
653
|
getPopupContainer: () => document.getElementById("univer-table-date-range-wrapper") || document.body,
|
|
654
654
|
classNames: { popup: "univer-w-[400px]" },
|
|
@@ -662,8 +662,8 @@ const ri = (n) => {
|
|
|
662
662
|
className: "univer-w-full",
|
|
663
663
|
value: (E = e.info.numberRange) == null ? void 0 : E[0],
|
|
664
664
|
onChange: (v) => {
|
|
665
|
-
var
|
|
666
|
-
v !== null && d({ numberRange: [v, (
|
|
665
|
+
var f;
|
|
666
|
+
v !== null && d({ numberRange: [v, (f = e.info.numberRange) == null ? void 0 : f[1]] });
|
|
667
667
|
},
|
|
668
668
|
controls: !1
|
|
669
669
|
}
|
|
@@ -676,47 +676,47 @@ const ri = (n) => {
|
|
|
676
676
|
value: (y = e.info.numberRange) == null ? void 0 : y[1],
|
|
677
677
|
controls: !1,
|
|
678
678
|
onChange: (v) => {
|
|
679
|
-
var
|
|
680
|
-
v !== null && d({ numberRange: [(
|
|
679
|
+
var f;
|
|
680
|
+
v !== null && d({ numberRange: [(f = e.info.numberRange) == null ? void 0 : f[0], v] });
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
683
|
)
|
|
684
684
|
] }),
|
|
685
685
|
u === j.Select && /* @__PURE__ */ o(
|
|
686
|
-
|
|
686
|
+
wr,
|
|
687
687
|
{
|
|
688
688
|
className: "univer-w-full",
|
|
689
|
-
value: (
|
|
689
|
+
value: (O = e.info.dateSelect) != null ? O : _[0].value,
|
|
690
690
|
options: _,
|
|
691
691
|
onChange: (v) => d({ dateSelect: v })
|
|
692
692
|
}
|
|
693
693
|
)
|
|
694
694
|
] })
|
|
695
695
|
] });
|
|
696
|
-
},
|
|
696
|
+
}, si = (n) => {
|
|
697
697
|
let e = 0;
|
|
698
698
|
return n.forEach((t) => {
|
|
699
699
|
e += t;
|
|
700
700
|
}), e;
|
|
701
701
|
};
|
|
702
|
-
function
|
|
703
|
-
const { unitId: e, tableId: t, subUnitId: r, columnIndex: i, checkedItemSet: a, setCheckedItemSet:
|
|
704
|
-
S ? (a.clear(),
|
|
702
|
+
function li(n) {
|
|
703
|
+
const { unitId: e, tableId: t, subUnitId: r, columnIndex: i, checkedItemSet: a, setCheckedItemSet: s, tableFilter: c } = n, d = R(ue), h = R(De), { data: u, itemsCountMap: g, allItemsCount: _ } = h.getTableFilterItems(e, r, t, i), [S, T] = Z(c === void 0 ? !0 : a.size === g.size), [P, p] = Z(S ? _ : si(g)), E = !S && a.size > 0, [y, O] = Z(""), v = on(() => y ? u.filter((C) => String(C.title).toLowerCase().includes(y.toLowerCase())) : u, [y, u]), f = Bt(() => {
|
|
704
|
+
S ? (a.clear(), s(new Set(a)), T(!1)) : (v.forEach((C) => {
|
|
705
705
|
a.add(C.title);
|
|
706
|
-
}),
|
|
706
|
+
}), s(new Set(a)), T(!0));
|
|
707
707
|
}, [S]), L = Bt((C) => {
|
|
708
708
|
C === "" ? (T(!0), u.forEach((F) => {
|
|
709
709
|
a.add(F.title);
|
|
710
|
-
}),
|
|
710
|
+
}), p(_)) : (a.clear(), T(!1), p(0)), O(C);
|
|
711
711
|
}, []), M = (C) => {
|
|
712
712
|
if (S) {
|
|
713
713
|
T(!1);
|
|
714
714
|
const F = /* @__PURE__ */ new Set();
|
|
715
715
|
for (const { title: x } of u)
|
|
716
716
|
C !== x && F.add(x);
|
|
717
|
-
|
|
717
|
+
p(_ - g.get(C)), s(F);
|
|
718
718
|
} else
|
|
719
|
-
a.has(C) ? (a.delete(C),
|
|
719
|
+
a.has(C) ? (a.delete(C), p(P - g.get(C))) : (a.add(C), p(P + g.get(C))), s(new Set(a));
|
|
720
720
|
};
|
|
721
721
|
return /* @__PURE__ */ w("div", { className: "univer-flex univer-h-full univer-flex-col", children: [
|
|
722
722
|
/* @__PURE__ */ o(wt, { autoFocus: !0, value: y, placeholder: d.t("sheets-filter.panel.search-placeholder"), onChange: L }),
|
|
@@ -727,7 +727,7 @@ function ai(n) {
|
|
|
727
727
|
children: /* @__PURE__ */ o(
|
|
728
728
|
"div",
|
|
729
729
|
{
|
|
730
|
-
className: B("univer-h-40 univer-overflow-y-auto univer-py-1 univer-pl-2",
|
|
730
|
+
className: B("univer-h-40 univer-overflow-y-auto univer-py-1 univer-pl-2", Ir),
|
|
731
731
|
children: /* @__PURE__ */ w("div", { className: "univer-h-full", children: [
|
|
732
732
|
/* @__PURE__ */ o("div", { className: "univer-flex univer-items-center univer-px-2 univer-py-1", children: /* @__PURE__ */ o(
|
|
733
733
|
$t,
|
|
@@ -735,10 +735,10 @@ function ai(n) {
|
|
|
735
735
|
indeterminate: E,
|
|
736
736
|
disabled: u.length === 0,
|
|
737
737
|
checked: S,
|
|
738
|
-
onChange:
|
|
738
|
+
onChange: f,
|
|
739
739
|
children: /* @__PURE__ */ w("div", { className: "univer-flex univer-h-5 univer-flex-1 univer-items-center univer-text-sm", children: [
|
|
740
740
|
/* @__PURE__ */ o("span", { className: "univer-inline-block univer-truncate", children: `${d.t("sheets-filter.panel.select-all")}` }),
|
|
741
|
-
/* @__PURE__ */ o("span", { className: "univer-ml univer-text-gray-400", children: `(${
|
|
741
|
+
/* @__PURE__ */ o("span", { className: "univer-ml univer-text-gray-400", children: `(${P}/${y ? v.length : _})` })
|
|
742
742
|
] })
|
|
743
743
|
}
|
|
744
744
|
) }),
|
|
@@ -769,36 +769,36 @@ function ai(n) {
|
|
|
769
769
|
)
|
|
770
770
|
] });
|
|
771
771
|
}
|
|
772
|
-
function
|
|
772
|
+
function oi() {
|
|
773
773
|
var de;
|
|
774
|
-
const n = R(ue), e =
|
|
774
|
+
const n = R(ue), e = ci(n), t = R(De), r = R(ne), i = R(ce), a = R(Wt), s = R(Fe), c = s.getCurrentTableFilterInfo(), d = t.getTableFilterPanelInitProps(c.unitId, c.subUnitId, c.tableId, c.column), { unitId: h, subUnitId: u, tableId: g, tableFilter: _, currentFilterBy: S, columnIndex: T } = d, { data: P } = t.getTableFilterItems(h, u, g, T), p = t.getTableFilterCheckedItems(h, g, T), [E, y] = Z(new Set(p)), [O, v] = Z(S || Se.Items), [f, L] = Z(() => {
|
|
775
775
|
const b = d.tableFilter;
|
|
776
|
-
return
|
|
776
|
+
return ii(b);
|
|
777
777
|
}), M = r.getTable(h, g);
|
|
778
778
|
if (!M) return null;
|
|
779
779
|
const C = M.getTableFilters(), F = C.getSortState();
|
|
780
780
|
F.columnIndex === T && (F.sortState, Ye.Asc), F.columnIndex === T && (F.sortState, Ye.Desc);
|
|
781
781
|
const x = () => {
|
|
782
|
-
|
|
782
|
+
s.closeFilterPanel();
|
|
783
783
|
}, Q = () => {
|
|
784
784
|
x();
|
|
785
785
|
}, U = (b) => {
|
|
786
|
-
const
|
|
787
|
-
i.executeCommand(
|
|
786
|
+
const k = M.getTableFilterRange();
|
|
787
|
+
i.executeCommand($r.id, {
|
|
788
788
|
unitId: h,
|
|
789
789
|
subUnitId: u,
|
|
790
|
-
range:
|
|
791
|
-
orderRules: [{ colIndex: T +
|
|
790
|
+
range: k,
|
|
791
|
+
orderRules: [{ colIndex: T + k.startColumn, type: b ? Ot.ASC : Ot.DESC }],
|
|
792
792
|
hasTitle: !1
|
|
793
793
|
}), C.setSortState(T, b ? Ye.Asc : Ye.Desc), x();
|
|
794
794
|
}, ee = () => {
|
|
795
|
-
if (
|
|
795
|
+
if (O === Se.Items) {
|
|
796
796
|
const b = [];
|
|
797
|
-
for (const q of
|
|
797
|
+
for (const q of P)
|
|
798
798
|
E.has(q.title) && b.push(q.title);
|
|
799
|
-
const
|
|
800
|
-
if (
|
|
801
|
-
if (
|
|
799
|
+
const k = M.getTableFilterColumn(T);
|
|
800
|
+
if (k) {
|
|
801
|
+
if (k.values.join(",") === b.join(",")) {
|
|
802
802
|
x();
|
|
803
803
|
return;
|
|
804
804
|
}
|
|
@@ -813,50 +813,50 @@ function si() {
|
|
|
813
813
|
t.setTableFilter(h, g, T, H);
|
|
814
814
|
} else {
|
|
815
815
|
let b;
|
|
816
|
-
|
|
817
|
-
conditionType:
|
|
818
|
-
compareType: Object.values(
|
|
816
|
+
f.compare === l.Quarter || f.compare === l.Month ? b = {
|
|
817
|
+
conditionType: f.type,
|
|
818
|
+
compareType: Object.values(f.info)[0]
|
|
819
819
|
} : b = {
|
|
820
|
-
conditionType:
|
|
821
|
-
compareType:
|
|
822
|
-
expectedValue: Object.values(
|
|
820
|
+
conditionType: f.type,
|
|
821
|
+
compareType: f.compare,
|
|
822
|
+
expectedValue: Object.values(f.info)[0]
|
|
823
823
|
};
|
|
824
|
-
const
|
|
824
|
+
const k = {
|
|
825
825
|
filterType: Et.condition,
|
|
826
826
|
// @ts-ignore
|
|
827
827
|
filterInfo: b
|
|
828
828
|
};
|
|
829
|
-
t.setTableFilter(h, g, T,
|
|
829
|
+
t.setTableFilter(h, g, T, k);
|
|
830
830
|
}
|
|
831
831
|
x();
|
|
832
832
|
}, xe = () => {
|
|
833
833
|
t.setTableFilter(h, g, T, void 0), x();
|
|
834
|
-
}, Le = new
|
|
834
|
+
}, Le = new nn(h).id, Te = (de = a.getPermissionPoint(Le)) == null ? void 0 : de.value;
|
|
835
835
|
return /* @__PURE__ */ w(
|
|
836
836
|
"div",
|
|
837
837
|
{
|
|
838
838
|
className: "univer-box-border univer-flex univer-w-[312px] univer-flex-col univer-rounded-[10px] univer-bg-white univer-p-4 univer-shadow-lg dark:univer-border-gray-600 dark:univer-bg-gray-700",
|
|
839
839
|
children: [
|
|
840
|
-
Te && /* @__PURE__ */ o("div", { className: "univer-mb-3 univer-flex", children: /* @__PURE__ */ w(
|
|
840
|
+
Te && /* @__PURE__ */ o("div", { className: "univer-mb-3 univer-flex", children: /* @__PURE__ */ w(yr, { className: "univer-mb-3 univer-w-full", children: [
|
|
841
841
|
/* @__PURE__ */ w(ye, { className: "univer-w-1/2", onClick: () => U(!0), children: [
|
|
842
|
-
/* @__PURE__ */ o(
|
|
842
|
+
/* @__PURE__ */ o(vn, { className: "univer-mr-1" }),
|
|
843
843
|
n.t("sheets-sort.general.sort-asc")
|
|
844
844
|
] }),
|
|
845
845
|
/* @__PURE__ */ w(ye, { className: "univer-w-1/2", onClick: () => U(!1), children: [
|
|
846
|
-
/* @__PURE__ */ o(
|
|
846
|
+
/* @__PURE__ */ o(bn, { className: "univer-mr-1" }),
|
|
847
847
|
n.t("sheets-sort.general.sort-desc")
|
|
848
848
|
] })
|
|
849
849
|
] }) }),
|
|
850
850
|
/* @__PURE__ */ o("div", { className: "univer-w-full", children: /* @__PURE__ */ o(
|
|
851
|
-
|
|
851
|
+
Mr,
|
|
852
852
|
{
|
|
853
|
-
value:
|
|
853
|
+
value: O,
|
|
854
854
|
items: e,
|
|
855
855
|
onChange: (b) => v(b)
|
|
856
856
|
}
|
|
857
857
|
) }),
|
|
858
|
-
/* @__PURE__ */ o("div", { className: "univer-z-10 univer-h-60 univer-w-[280px]", children: /* @__PURE__ */ o("div", { className: "univer-mt-3 univer-h-full univer-w-full", children:
|
|
859
|
-
|
|
858
|
+
/* @__PURE__ */ o("div", { className: "univer-z-10 univer-h-60 univer-w-[280px]", children: /* @__PURE__ */ o("div", { className: "univer-mt-3 univer-h-full univer-w-full", children: O === Se.Items ? /* @__PURE__ */ o(
|
|
859
|
+
li,
|
|
860
860
|
{
|
|
861
861
|
tableFilter: _,
|
|
862
862
|
unitId: h,
|
|
@@ -867,14 +867,14 @@ function si() {
|
|
|
867
867
|
setCheckedItemSet: y
|
|
868
868
|
}
|
|
869
869
|
) : /* @__PURE__ */ o(
|
|
870
|
-
|
|
870
|
+
ai,
|
|
871
871
|
{
|
|
872
872
|
tableFilter: _,
|
|
873
873
|
unitId: h,
|
|
874
874
|
subUnitId: u,
|
|
875
875
|
tableId: g,
|
|
876
876
|
columnIndex: T,
|
|
877
|
-
conditionInfo:
|
|
877
|
+
conditionInfo: f,
|
|
878
878
|
onChange: L
|
|
879
879
|
}
|
|
880
880
|
) }) }),
|
|
@@ -902,16 +902,16 @@ function si() {
|
|
|
902
902
|
}
|
|
903
903
|
);
|
|
904
904
|
}
|
|
905
|
-
function
|
|
905
|
+
function ci(n) {
|
|
906
906
|
const e = n.getCurrentLocale();
|
|
907
|
-
return
|
|
907
|
+
return on(() => [
|
|
908
908
|
{ label: n.t("sheets-filter.panel.by-values"), value: Se.Items },
|
|
909
909
|
{ label: n.t("sheets-filter.panel.by-conditions"), value: Se.Condition }
|
|
910
910
|
], [e, n]);
|
|
911
911
|
}
|
|
912
|
-
var
|
|
913
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
914
|
-
(
|
|
912
|
+
var ui = Object.getOwnPropertyDescriptor, di = (n, e, t, r) => {
|
|
913
|
+
for (var i = r > 1 ? void 0 : r ? ui(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
914
|
+
(s = n[a]) && (i = s(i) || i);
|
|
915
915
|
return i;
|
|
916
916
|
}, Ge = (n, e) => (t, r) => e(t, r, n);
|
|
917
917
|
let Fe = class extends He {
|
|
@@ -932,18 +932,18 @@ let Fe = class extends He {
|
|
|
932
932
|
}
|
|
933
933
|
_initComponents() {
|
|
934
934
|
[
|
|
935
|
-
[
|
|
935
|
+
[fe, oi]
|
|
936
936
|
].forEach(([e, t]) => {
|
|
937
937
|
this.disposeWithMe(this._componentManager.register(e, t));
|
|
938
938
|
});
|
|
939
939
|
}
|
|
940
940
|
_initUIPopup() {
|
|
941
|
-
this.disposeWithMe(this._contextService.subscribeContextValue$(
|
|
941
|
+
this.disposeWithMe(this._contextService.subscribeContextValue$(fe).pipe(tn(void 0), gr()).subscribe((e) => {
|
|
942
942
|
e ? this._openFilterPopup() : e === !1 && this._closeFilterPopup();
|
|
943
943
|
}));
|
|
944
944
|
}
|
|
945
945
|
closeFilterPanel() {
|
|
946
|
-
this._contextService.setContextValue(
|
|
946
|
+
this._contextService.setContextValue(fe, !1);
|
|
947
947
|
}
|
|
948
948
|
_openFilterPopup() {
|
|
949
949
|
const e = this._currentTableFilterInfo;
|
|
@@ -951,10 +951,10 @@ let Fe = class extends He {
|
|
|
951
951
|
throw new Error("[SheetsFilterUIController]: no filter model when opening filter popup!");
|
|
952
952
|
const { row: t, column: r } = e;
|
|
953
953
|
this._popupDisposable = this._sheetCanvasPopupService.attachPopupToCell(t, r, {
|
|
954
|
-
componentKey:
|
|
954
|
+
componentKey: fe,
|
|
955
955
|
direction: "horizontal",
|
|
956
956
|
onClickOutside: () => {
|
|
957
|
-
this._dialogService.close(
|
|
957
|
+
this._dialogService.close(Dr), this._contextService.setContextValue(fe, !1);
|
|
958
958
|
},
|
|
959
959
|
offset: [5, 0]
|
|
960
960
|
});
|
|
@@ -964,35 +964,35 @@ let Fe = class extends He {
|
|
|
964
964
|
(e = this._popupDisposable) == null || e.dispose(), this._popupDisposable = null, this.clearCurrentTableFilterInfo();
|
|
965
965
|
}
|
|
966
966
|
};
|
|
967
|
-
Fe =
|
|
968
|
-
Ge(0, N(
|
|
967
|
+
Fe = di([
|
|
968
|
+
Ge(0, N(Jt)),
|
|
969
969
|
Ge(1, St),
|
|
970
|
-
Ge(2, N(
|
|
971
|
-
Ge(3, N(
|
|
970
|
+
Ge(2, N(Jn)),
|
|
971
|
+
Ge(3, N(en))
|
|
972
972
|
], Fe);
|
|
973
973
|
const mt = {
|
|
974
|
-
type:
|
|
974
|
+
type: jt.OPERATION,
|
|
975
975
|
id: "sheet.operation.open-table-filter-panel",
|
|
976
976
|
async handler(n, e) {
|
|
977
977
|
if (!e)
|
|
978
978
|
return !1;
|
|
979
|
-
const { row: t, col: r, unitId: i, subUnitId: a, tableId:
|
|
980
|
-
return c.getTable(i,
|
|
979
|
+
const { row: t, col: r, unitId: i, subUnitId: a, tableId: s } = e, c = n.get(ne), d = n.get(St), h = n.get(Fe);
|
|
980
|
+
return c.getTable(i, s) ? (d.getContextValue(fe) || (h.setCurrentTableFilterInfo({ unitId: i, subUnitId: a, row: t, tableId: s, column: r }), d.setContextValue(fe, !0)), !0) : !1;
|
|
981
981
|
}
|
|
982
982
|
}, Mt = {
|
|
983
|
-
type:
|
|
983
|
+
type: jt.OPERATION,
|
|
984
984
|
id: "sheet.operation.open-table-selector",
|
|
985
985
|
async handler(n) {
|
|
986
986
|
var S;
|
|
987
987
|
const e = n.get(_e), t = n.get(ce), r = lt(e);
|
|
988
988
|
if (!r)
|
|
989
989
|
return !1;
|
|
990
|
-
const { unitId: i, subUnitId: a, worksheet:
|
|
991
|
-
return _ ? (t.executeCommand(
|
|
990
|
+
const { unitId: i, subUnitId: a, worksheet: s } = r, d = n.get(ot).getCurrentLastSelection(), h = (S = d == null ? void 0 : d.range) != null ? S : { startRow: 0, endRow: 0, startColumn: 0, endColumn: 0 }, g = Nr(d) ? Er(h, { up: !0, left: !0, right: !0, down: !0 }, s) : h, _ = await Sn(n, i, a, g);
|
|
991
|
+
return _ ? (t.executeCommand(qn.id, { ..._ }), !0) : !1;
|
|
992
992
|
}
|
|
993
993
|
};
|
|
994
|
-
async function
|
|
995
|
-
const a = n.get(
|
|
994
|
+
async function Sn(n, e, t, r, i) {
|
|
995
|
+
const a = n.get(en), s = n.get(ue);
|
|
996
996
|
return new Promise((c) => {
|
|
997
997
|
const d = {
|
|
998
998
|
unitId: e,
|
|
@@ -1000,88 +1000,91 @@ async function Cn(n, e, t, r, i) {
|
|
|
1000
1000
|
range: r,
|
|
1001
1001
|
tableId: i,
|
|
1002
1002
|
onConfirm: (h) => {
|
|
1003
|
-
c(h), a.close(
|
|
1003
|
+
c(h), a.close(Oe);
|
|
1004
1004
|
},
|
|
1005
1005
|
onCancel: () => {
|
|
1006
|
-
c(null), a.close(
|
|
1006
|
+
c(null), a.close(Oe);
|
|
1007
1007
|
}
|
|
1008
1008
|
};
|
|
1009
1009
|
a.open({
|
|
1010
|
-
id:
|
|
1011
|
-
title: { title:
|
|
1010
|
+
id: Oe,
|
|
1011
|
+
title: { title: s.t("sheets-table.selectRange") },
|
|
1012
1012
|
draggable: !0,
|
|
1013
1013
|
destroyOnClose: !0,
|
|
1014
1014
|
mask: !1,
|
|
1015
1015
|
maskClosable: !1,
|
|
1016
1016
|
children: {
|
|
1017
1017
|
label: {
|
|
1018
|
-
name:
|
|
1018
|
+
name: Oe,
|
|
1019
1019
|
props: d
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
1022
|
width: 300,
|
|
1023
1023
|
onClose: () => {
|
|
1024
|
-
c(null), a.close(
|
|
1024
|
+
c(null), a.close(Oe);
|
|
1025
1025
|
}
|
|
1026
1026
|
});
|
|
1027
1027
|
});
|
|
1028
1028
|
}
|
|
1029
|
-
const
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1029
|
+
const _n = "sheets-table-ui.config", Ht = {
|
|
1030
|
+
anchorHeight: 24,
|
|
1031
|
+
anchorBackgroundColor: "rgb(134,139,156)"
|
|
1032
|
+
};
|
|
1033
|
+
var hi = Object.getOwnPropertyDescriptor, vi = (n, e, t, r) => {
|
|
1034
|
+
for (var i = r > 1 ? void 0 : r ? hi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
1035
|
+
(s = n[a]) && (i = s(i) || i);
|
|
1033
1036
|
return i;
|
|
1034
|
-
},
|
|
1037
|
+
}, gi = (n, e) => (t, r) => e(t, r, n);
|
|
1035
1038
|
let Ne = class extends He {
|
|
1036
1039
|
constructor(e) {
|
|
1037
1040
|
super();
|
|
1038
|
-
V(this, "_refreshTable", new
|
|
1041
|
+
V(this, "_refreshTable", new br());
|
|
1039
1042
|
V(this, "refreshTable$", this._refreshTable.asObservable());
|
|
1040
1043
|
this._commandService = e, this._initListener();
|
|
1041
1044
|
}
|
|
1042
1045
|
_initListener() {
|
|
1043
1046
|
this.disposeWithMe(
|
|
1044
1047
|
this._commandService.onCommandExecuted((e) => {
|
|
1045
|
-
if (e.id ===
|
|
1048
|
+
if (e.id === rn.id) {
|
|
1046
1049
|
const t = e.params, { styleName: r } = t;
|
|
1047
|
-
r.startsWith(
|
|
1050
|
+
r.startsWith(Yn) && this._refreshTable.next(Math.random());
|
|
1048
1051
|
}
|
|
1049
1052
|
})
|
|
1050
1053
|
);
|
|
1051
1054
|
}
|
|
1052
1055
|
};
|
|
1053
|
-
Ne =
|
|
1054
|
-
|
|
1056
|
+
Ne = vi([
|
|
1057
|
+
gi(0, N(ce))
|
|
1055
1058
|
], Ne);
|
|
1056
|
-
const
|
|
1059
|
+
const bi = () => {
|
|
1057
1060
|
var Te, de;
|
|
1058
|
-
const [n, e] = Z(""), [t, r] = Z(""), i = R(
|
|
1059
|
-
|
|
1061
|
+
const [n, e] = Z(""), [t, r] = Z(""), i = R(sr), [a, s] = Z({}), c = R(Ve), d = R(tt), h = Me(d.anchorPosition$), u = R(ce), g = R(_e), _ = R(an), S = Me(_.unitPermissionInitStateChange$, !1), T = R(ne), P = R(sn), p = R(Ne), E = Me(p.refreshTable$), y = R(ue), O = R(ot), v = Me(O.selectionChanged$, [{ range: Ut(0, 0), primary: null }]), [, f] = Z(Math.random()), M = R(Zt).getConfig(_n), C = (Te = M == null ? void 0 : M.anchorHeight) != null ? Te : 24, F = (de = M == null ? void 0 : M.anchorBackgroundColor) != null ? de : "rgb(53,91,183)", x = (b, k) => {
|
|
1062
|
+
s((H) => ({
|
|
1060
1063
|
...H,
|
|
1061
|
-
[b]:
|
|
1064
|
+
[b]: k
|
|
1062
1065
|
}));
|
|
1063
1066
|
};
|
|
1064
|
-
if (
|
|
1065
|
-
|
|
1067
|
+
if (cn(() => {
|
|
1068
|
+
f(Math.random());
|
|
1066
1069
|
}, [E]), !(h != null && h.length))
|
|
1067
1070
|
return null;
|
|
1068
1071
|
const Q = lt(g);
|
|
1069
1072
|
if (!Q) return null;
|
|
1070
|
-
const { unitId: U, subUnitId: ee } = Q, xe = (b,
|
|
1073
|
+
const { unitId: U, subUnitId: ee } = Q, xe = (b, k) => {
|
|
1071
1074
|
var q;
|
|
1072
|
-
if (((q = T.getTableById(U, b)) == null ? void 0 : q.getDisplayName()) ===
|
|
1075
|
+
if (((q = T.getTableById(U, b)) == null ? void 0 : q.getDisplayName()) === k) {
|
|
1073
1076
|
e(""), r("");
|
|
1074
1077
|
return;
|
|
1075
1078
|
}
|
|
1076
1079
|
u.executeCommand(bt.id, {
|
|
1077
1080
|
tableId: b,
|
|
1078
1081
|
unitId: U,
|
|
1079
|
-
name:
|
|
1082
|
+
name: k
|
|
1080
1083
|
}), r(""), e("");
|
|
1081
1084
|
}, Le = async (b) => {
|
|
1082
|
-
const
|
|
1083
|
-
if (!
|
|
1084
|
-
const H =
|
|
1085
|
+
const k = T.getTableById(U, b);
|
|
1086
|
+
if (!k) return;
|
|
1087
|
+
const H = k.getRange(), q = await Sn(c, U, ee, H, b);
|
|
1085
1088
|
q && u.executeCommand(bt.id, {
|
|
1086
1089
|
tableId: b,
|
|
1087
1090
|
unitId: U,
|
|
@@ -1097,9 +1100,9 @@ const vi = () => {
|
|
|
1097
1100
|
style: {},
|
|
1098
1101
|
children: h.map((b) => {
|
|
1099
1102
|
var X, K, se, le, he, ve, ge;
|
|
1100
|
-
const
|
|
1101
|
-
if (!
|
|
1102
|
-
const H =
|
|
1103
|
+
const k = T.getTableById(U, b.tableId);
|
|
1104
|
+
if (!k) return null;
|
|
1105
|
+
const H = P.getRangeThemeStyle(U, k.getTableStyleId()), q = (se = (K = (X = H == null ? void 0 : H.getHeaderRowStyle()) == null ? void 0 : X.bg) == null ? void 0 : K.rgb) != null ? se : F, je = (ve = (he = (le = H == null ? void 0 : H.getHeaderRowStyle()) == null ? void 0 : le.cl) == null ? void 0 : he.rgb) != null ? ve : "rgb(255, 255, 255)", Ze = k.getRange();
|
|
1103
1106
|
if (!(v != null && v.length))
|
|
1104
1107
|
return null;
|
|
1105
1108
|
const qe = v[v.length - 1].range, I = !Ce.intersects(Ze, qe) && b.y <= 20;
|
|
@@ -1164,7 +1167,7 @@ const vi = () => {
|
|
|
1164
1167
|
onClick: () => Le(b.tableId),
|
|
1165
1168
|
className: "univer-flex univer-min-w-32 univer-cursor-pointer univer-items-center univer-pb-1 univer-pl-2 univer-pr-2 univer-pt-1 univer-text-sm hover:univer-bg-gray-200",
|
|
1166
1169
|
children: [
|
|
1167
|
-
/* @__PURE__ */ o(
|
|
1170
|
+
/* @__PURE__ */ o(mn, { className: "univer-mr-2" }),
|
|
1168
1171
|
y.t("sheets-table.updateRange")
|
|
1169
1172
|
]
|
|
1170
1173
|
}
|
|
@@ -1178,10 +1181,10 @@ const vi = () => {
|
|
|
1178
1181
|
const Y = T.getTableById(U, b.tableId);
|
|
1179
1182
|
if (!Y) return;
|
|
1180
1183
|
const we = Y.getTableConfig(), Ie = {
|
|
1181
|
-
id:
|
|
1184
|
+
id: Fr,
|
|
1182
1185
|
header: { title: y.t("sheets-table.tableStyle") },
|
|
1183
1186
|
children: {
|
|
1184
|
-
label:
|
|
1187
|
+
label: dn,
|
|
1185
1188
|
oldConfig: we,
|
|
1186
1189
|
unitId: U,
|
|
1187
1190
|
subUnitId: ee,
|
|
@@ -1193,7 +1196,7 @@ const vi = () => {
|
|
|
1193
1196
|
},
|
|
1194
1197
|
children: [
|
|
1195
1198
|
/* @__PURE__ */ o(
|
|
1196
|
-
|
|
1199
|
+
fn,
|
|
1197
1200
|
{
|
|
1198
1201
|
extend: { colorChannel1: "rgb(53,91,183)" },
|
|
1199
1202
|
className: "univer-mr-2"
|
|
@@ -1214,14 +1217,14 @@ const vi = () => {
|
|
|
1214
1217
|
{
|
|
1215
1218
|
className: "univer-flex univer-min-w-32 univer-cursor-pointer univer-items-center univer-pb-1 univer-pl-2 univer-pr-2 univer-pt-1 univer-text-sm hover:univer-bg-gray-200",
|
|
1216
1219
|
onClick: () => {
|
|
1217
|
-
x(b.tableId, !1), u.executeCommand(
|
|
1220
|
+
x(b.tableId, !1), u.executeCommand(Qn.id, {
|
|
1218
1221
|
tableId: b.tableId,
|
|
1219
1222
|
subUnitId: ee,
|
|
1220
1223
|
unitId: U
|
|
1221
1224
|
});
|
|
1222
1225
|
},
|
|
1223
1226
|
children: [
|
|
1224
|
-
/* @__PURE__ */ o(
|
|
1227
|
+
/* @__PURE__ */ o(gn, { className: "univer-mr-2" }),
|
|
1225
1228
|
y.t("sheets-table.removeTable")
|
|
1226
1229
|
]
|
|
1227
1230
|
}
|
|
@@ -1240,29 +1243,29 @@ const vi = () => {
|
|
|
1240
1243
|
}
|
|
1241
1244
|
) : null;
|
|
1242
1245
|
};
|
|
1243
|
-
var
|
|
1244
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1245
|
-
(
|
|
1246
|
+
var mi = Object.getOwnPropertyDescriptor, fi = (n, e, t, r) => {
|
|
1247
|
+
for (var i = r > 1 ? void 0 : r ? mi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
1248
|
+
(s = n[a]) && (i = s(i) || i);
|
|
1246
1249
|
return i;
|
|
1247
1250
|
}, te = (n, e) => (t, r) => e(t, r, n);
|
|
1248
1251
|
let tt = class extends He {
|
|
1249
|
-
constructor(e, t, r, i, a,
|
|
1252
|
+
constructor(e, t, r, i, a, s, c, d, h, u, g) {
|
|
1250
1253
|
super();
|
|
1251
1254
|
V(this, "_anchorVisible$", new Lt(!0));
|
|
1252
1255
|
V(this, "_timer");
|
|
1253
1256
|
V(this, "_anchorPosition$", new Lt([]));
|
|
1254
1257
|
V(this, "anchorPosition$", this._anchorPosition$.asObservable());
|
|
1255
|
-
this._context = e, this._injector = t, this._sheetSkeletonManagerService = r, this._renderManagerService = i, this._commandService = a, this._univerInstanceService =
|
|
1258
|
+
this._context = e, this._injector = t, this._sheetSkeletonManagerService = r, this._renderManagerService = i, this._commandService = a, this._univerInstanceService = s, this._uiPartsService = c, this._tableManager = d, this._scrollManagerService = h, this._workbookPermissionService = u, this._permissionService = g, this._initUI(), this._initListener(), this._initTableAnchor();
|
|
1256
1259
|
}
|
|
1257
1260
|
_initUI() {
|
|
1258
1261
|
this.disposeWithMe(
|
|
1259
|
-
this._uiPartsService.registerComponent(
|
|
1262
|
+
this._uiPartsService.registerComponent(or.CONTENT, () => cr(bi, this._injector))
|
|
1260
1263
|
);
|
|
1261
1264
|
}
|
|
1262
1265
|
_initListener() {
|
|
1263
1266
|
this.disposeWithMe(
|
|
1264
1267
|
this._commandService.onCommandExecuted((e) => {
|
|
1265
|
-
(e.id ===
|
|
1268
|
+
(e.id === tr.id || e.id === nr.id) && (this._anchorVisible$.next(!1), this._timer && clearTimeout(this._timer), this._timer = setTimeout(() => {
|
|
1266
1269
|
this._anchorVisible$.next(!0);
|
|
1267
1270
|
}, 300));
|
|
1268
1271
|
})
|
|
@@ -1279,8 +1282,8 @@ let tt = class extends He {
|
|
|
1279
1282
|
this._tableManager.tableNameChanged$,
|
|
1280
1283
|
this._tableManager.tableRangeChanged$,
|
|
1281
1284
|
this._tableManager.tableThemeChanged$,
|
|
1282
|
-
this._workbookPermissionService.unitPermissionInitStateChange$.pipe(
|
|
1283
|
-
this._permissionService.permissionPointUpdate$.pipe(
|
|
1285
|
+
this._workbookPermissionService.unitPermissionInitStateChange$.pipe(mr((e) => e)),
|
|
1286
|
+
this._permissionService.permissionPointUpdate$.pipe(fr(300)),
|
|
1284
1287
|
this._anchorVisible$
|
|
1285
1288
|
).subscribe(() => {
|
|
1286
1289
|
var h;
|
|
@@ -1288,25 +1291,25 @@ let tt = class extends He {
|
|
|
1288
1291
|
this._anchorPosition$.next([]);
|
|
1289
1292
|
return;
|
|
1290
1293
|
}
|
|
1291
|
-
const t = this._context.unit, r = t.getActiveSheet(), i = r == null ? void 0 : r.getSheetId(), a = this._tableManager.getTableList(this._context.unitId).filter((u) => u.subUnitId === i),
|
|
1292
|
-
if (!
|
|
1294
|
+
const t = this._context.unit, r = t.getActiveSheet(), i = r == null ? void 0 : r.getSheetId(), a = this._tableManager.getTableList(this._context.unitId).filter((u) => u.subUnitId === i), s = this._renderManagerService.getRenderById(this._context.unitId);
|
|
1295
|
+
if (!s) {
|
|
1293
1296
|
this._anchorPosition$.next([]);
|
|
1294
1297
|
return;
|
|
1295
1298
|
}
|
|
1296
|
-
if (!((h = this._permissionService.getPermissionPoint(new
|
|
1299
|
+
if (!((h = this._permissionService.getPermissionPoint(new nn(t.getUnitId()).id)) == null ? void 0 : h.value)) {
|
|
1297
1300
|
this._anchorPosition$.next([]);
|
|
1298
1301
|
return;
|
|
1299
1302
|
}
|
|
1300
1303
|
const d = a.reduce((u, g) => {
|
|
1301
|
-
const { startRow: _, startColumn: S } = g.range, T =
|
|
1302
|
-
if (!
|
|
1303
|
-
const { scene:
|
|
1304
|
+
const { startRow: _, startColumn: S } = g.range, T = s.with(st), P = rr(this._univerInstanceService, this._renderManagerService);
|
|
1305
|
+
if (!P) return u;
|
|
1306
|
+
const { scene: p } = P, E = p.getViewport(Hn.VIEW_MAIN);
|
|
1304
1307
|
if (!E) return u;
|
|
1305
|
-
const y =
|
|
1306
|
-
if (!y || !
|
|
1307
|
-
const
|
|
1308
|
-
if (!
|
|
1309
|
-
const L =
|
|
1308
|
+
const y = p == null ? void 0 : p.scaleX, O = p == null ? void 0 : p.scaleY, v = p == null ? void 0 : p.getViewportScrollXY(E);
|
|
1309
|
+
if (!y || !p || !O || !v) return u;
|
|
1310
|
+
const f = T.getCurrentSkeleton();
|
|
1311
|
+
if (!f) return u;
|
|
1312
|
+
const L = f.getNoMergeCellWithCoordByIndex(_, S), M = Vn(L.startX, y, v), C = An(L.startY, O, v) - 25 - 4;
|
|
1310
1313
|
return C >= -10 && M >= 45 && u.push({
|
|
1311
1314
|
x: M,
|
|
1312
1315
|
y: C,
|
|
@@ -1319,72 +1322,72 @@ let tt = class extends He {
|
|
|
1319
1322
|
);
|
|
1320
1323
|
}
|
|
1321
1324
|
};
|
|
1322
|
-
tt =
|
|
1325
|
+
tt = fi([
|
|
1323
1326
|
te(1, N(Ve)),
|
|
1324
1327
|
te(2, N(st)),
|
|
1325
|
-
te(3,
|
|
1328
|
+
te(3, Yt),
|
|
1326
1329
|
te(4, ce),
|
|
1327
1330
|
te(5, _e),
|
|
1328
|
-
te(6,
|
|
1331
|
+
te(6, lr),
|
|
1329
1332
|
te(7, N(ne)),
|
|
1330
|
-
te(8, N(
|
|
1331
|
-
te(9, N(
|
|
1332
|
-
te(10, N(
|
|
1333
|
+
te(8, N(er)),
|
|
1334
|
+
te(9, N(an)),
|
|
1335
|
+
te(10, N(Wt))
|
|
1333
1336
|
], tt);
|
|
1334
|
-
const
|
|
1337
|
+
const ke = 16;
|
|
1335
1338
|
new Path2D("M3.30363 3C2.79117 3 2.51457 3.60097 2.84788 3.99024L6.8 8.60593V12.5662C6.8 12.7184 6.8864 12.8575 7.02289 12.9249L8.76717 13.7863C8.96655 13.8847 9.2 13.7396 9.2 13.5173V8.60593L13.1521 3.99024C13.4854 3.60097 13.2088 3 12.6964 3H3.30363Z");
|
|
1336
|
-
class
|
|
1339
|
+
class Vt {
|
|
1337
1340
|
static drawNoSetting(e, t, r, i) {
|
|
1338
1341
|
e.save(), Rt.drawWith(e, {
|
|
1339
1342
|
radius: 2,
|
|
1340
|
-
width:
|
|
1341
|
-
height:
|
|
1343
|
+
width: ke,
|
|
1344
|
+
height: ke,
|
|
1342
1345
|
fill: i
|
|
1343
|
-
}), e.lineCap = "square", e.strokeStyle = r, e.scale(t /
|
|
1346
|
+
}), e.lineCap = "square", e.strokeStyle = r, e.scale(t / ke, t / ke), e.beginPath(), e.lineWidth = 1, e.lineCap = "round", e.moveTo(3, 4), e.lineTo(13, 4), e.moveTo(4.5, 8), e.lineTo(11.5, 8), e.moveTo(6, 12), e.lineTo(10, 12), e.stroke(), e.restore();
|
|
1344
1347
|
}
|
|
1345
1348
|
static drawIconByPath(e, t, r, i) {
|
|
1346
1349
|
e.save(), e.strokeStyle = r, e.fillStyle = i, Rt.drawWith(e, {
|
|
1347
1350
|
radius: 2,
|
|
1348
|
-
width:
|
|
1349
|
-
height:
|
|
1351
|
+
width: ke,
|
|
1352
|
+
height: ke,
|
|
1350
1353
|
fill: i
|
|
1351
1354
|
}), t.forEach((a) => {
|
|
1352
|
-
const
|
|
1353
|
-
e.fillStyle = r, e.fill(
|
|
1355
|
+
const s = new Path2D(a);
|
|
1356
|
+
e.fillStyle = r, e.fill(s, "evenodd");
|
|
1354
1357
|
}), e.restore();
|
|
1355
1358
|
}
|
|
1356
1359
|
}
|
|
1357
|
-
const
|
|
1360
|
+
const pi = [
|
|
1358
1361
|
"M3.30363 3C2.79117 3 2.51457 3.60097 2.84788 3.99024L6.8 8.60593V12.5662C6.8 12.7184 6.8864 12.8575 7.02289 12.9249L8.76717 13.7863C8.96655 13.8847 9.2 13.7396 9.2 13.5173V8.60593L13.1521 3.99024C13.4854 3.60097 13.2088 3 12.6964 3H3.30363Z"
|
|
1359
|
-
],
|
|
1362
|
+
], Ci = [
|
|
1360
1363
|
"M12.4008 13.1831C12.6907 13.1831 12.9258 12.9481 12.9258 12.6581V4.60873L14.013 5.69597C14.218 5.901 14.5505 5.901 14.7555 5.69597C14.9605 5.49094 14.9605 5.15853 14.7555 4.95351L12.7721 2.97017C12.5671 2.76515 12.2347 2.76515 12.0297 2.97017L10.0463 4.95351C9.84132 5.15853 9.84132 5.49094 10.0463 5.69597C10.2514 5.901 10.5838 5.901 10.7888 5.69597L11.8758 4.60901V12.6581C11.8758 12.9481 12.1108 13.1831 12.4008 13.1831Z",
|
|
1361
1364
|
"M1.28069 4.85447C0.842195 4.33439 1.21191 3.5391 1.89218 3.5391H8.59333C9.2736 3.5391 9.64331 4.33439 9.20482 4.85447L6.51052 8.0501V11.6601C6.51052 12.2245 5.94174 12.6114 5.41683 12.404L4.48092 12.0343C4.1756 11.9136 3.97498 11.6187 3.97498 11.2904V8.0501L1.28069 4.85447Z"
|
|
1362
|
-
],
|
|
1365
|
+
], Si = [
|
|
1363
1366
|
"M12.4008 2.81641C12.6907 2.81641 12.9258 3.05146 12.9258 3.34141V11.3908L14.013 10.3036C14.218 10.0986 14.5505 10.0986 14.7555 10.3036C14.9605 10.5086 14.9605 10.841 14.7555 11.046L12.7721 13.0294C12.5671 13.2344 12.2347 13.2344 12.0297 13.0294L10.0463 11.046C9.84132 10.841 9.84132 10.5086 10.0463 10.3036C10.2514 10.0986 10.5838 10.0986 10.7888 10.3036L11.8758 11.3905V3.34141C11.8758 3.05146 12.1108 2.81641 12.4008 2.81641Z",
|
|
1364
1367
|
"M1.28069 4.85444C0.842195 4.33435 1.21191 3.53906 1.89218 3.53906H8.59333C9.2736 3.53906 9.64331 4.33435 9.20482 4.85443L6.51052 8.05006V11.6601C6.51052 12.2245 5.94174 12.6113 5.41683 12.404L4.48092 12.0342C4.1756 11.9136 3.97498 11.6186 3.97498 11.2903V8.05006L1.28069 4.85444Z"
|
|
1365
|
-
],
|
|
1368
|
+
], _i = [
|
|
1366
1369
|
"M11.9003 13.7046C11.9003 13.9969 11.6633 14.2339 11.371 14.2339C11.0787 14.2339 10.8417 13.9969 10.8417 13.7046V3.57272L9.74577 4.66862C9.53906 4.87534 9.20391 4.87534 8.9972 4.66862C8.79048 4.46191 8.79048 4.12676 8.9972 3.92005L10.9969 1.92039C11.2036 1.71368 11.5387 1.71368 11.7454 1.92039L13.7451 3.92005C13.9518 4.12676 13.9518 4.46191 13.7451 4.66862C13.5384 4.87534 13.2032 4.87534 12.9965 4.66862L11.9003 3.57243V13.7046Z",
|
|
1367
1370
|
"M2.69779 10.0113C2.40546 10.0113 2.16847 9.77429 2.16847 9.48196C2.16847 9.18962 2.40546 8.95264 2.69779 8.95264H6.67804C6.89213 8.95264 7.08514 9.0816 7.16707 9.2794C7.249 9.47719 7.20371 9.70486 7.05233 9.85624L3.97569 12.9329H6.67804C6.97038 12.9329 7.20736 13.1699 7.20736 13.4622C7.20736 13.7545 6.97038 13.9915 6.67804 13.9915H2.69779C2.4837 13.9915 2.29069 13.8626 2.20876 13.6648C2.12684 13.467 2.17212 13.2393 2.32351 13.0879L5.40015 10.0113H2.69779Z",
|
|
1368
1371
|
"M5.51638 2.58693C5.23363 1.81542 4.14248 1.81543 3.85973 2.58693L2.13245 7.29995C2.03185 7.57443 2.17281 7.87849 2.4473 7.97909C2.72178 8.07969 3.02584 7.93872 3.12644 7.66424L3.64346 6.25351L3.64504 6.25351H5.73266L6.24968 7.66424C6.35027 7.93872 6.65433 8.07969 6.92882 7.97909C7.2033 7.87849 7.34426 7.57443 7.24367 7.29995L5.51638 2.58693ZM5.34467 5.19487L4.68806 3.40325L4.03144 5.19487H5.34467Z"
|
|
1369
|
-
],
|
|
1372
|
+
], Ti = [
|
|
1370
1373
|
"M11.9003 2.29495C11.9003 2.00261 11.6633 1.76562 11.371 1.76562C11.0787 1.76562 10.8417 2.00261 10.8417 2.29495V12.4268L9.74577 11.3309C9.53906 11.1242 9.20391 11.1242 8.9972 11.3309C8.79048 11.5376 8.79048 11.8727 8.9972 12.0795L10.9969 14.0791C11.2036 14.2858 11.5387 14.2858 11.7454 14.0791L13.7451 12.0795C13.9518 11.8727 13.9518 11.5376 13.7451 11.3309C13.5384 11.1242 13.2032 11.1242 12.9965 11.3309L11.9003 12.4271V2.29495Z",
|
|
1371
1374
|
"M2.69792 10.0113C2.40558 10.0113 2.16859 9.77429 2.16859 9.48196C2.16859 9.18962 2.40558 8.95264 2.69792 8.95264H6.67816C6.89225 8.95264 7.08526 9.0816 7.16719 9.2794C7.24912 9.47719 7.20384 9.70486 7.05245 9.85624L3.97581 12.9329H6.67816C6.9705 12.9329 7.20749 13.1699 7.20749 13.4622C7.20749 13.7545 6.9705 13.9915 6.67816 13.9915H2.69792C2.48383 13.9915 2.29082 13.8626 2.20889 13.6648C2.12696 13.467 2.17224 13.2393 2.32363 13.0879L5.40027 10.0113H2.69792Z",
|
|
1372
1375
|
"M5.5165 2.58693C5.23375 1.81542 4.1426 1.81543 3.85985 2.58693L2.13257 7.29995C2.03197 7.57443 2.17294 7.8785 2.44742 7.97909C2.7219 8.07969 3.02596 7.93872 3.12656 7.66424L3.64358 6.25351L3.64516 6.25351H5.73278L6.2498 7.66424C6.35039 7.93872 6.65446 8.07969 6.92894 7.97909C7.20342 7.8785 7.34438 7.57443 7.24379 7.29995L5.5165 2.58693ZM5.34479 5.19487L4.68818 3.40325L4.03156 5.19487H5.34479Z"
|
|
1373
1376
|
];
|
|
1374
|
-
var
|
|
1375
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1376
|
-
(
|
|
1377
|
+
var wi = Object.getOwnPropertyDescriptor, Ii = (n, e, t, r) => {
|
|
1378
|
+
for (var i = r > 1 ? void 0 : r ? wi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
1379
|
+
(s = n[a]) && (i = s(i) || i);
|
|
1377
1380
|
return i;
|
|
1378
1381
|
}, vt = (n, e) => (t, r) => e(t, r, n);
|
|
1379
|
-
const
|
|
1380
|
-
let
|
|
1382
|
+
const pe = 16, Xe = 1;
|
|
1383
|
+
let ft = class extends Un {
|
|
1381
1384
|
constructor(e, t, r, i, a) {
|
|
1382
1385
|
super(e, t);
|
|
1383
1386
|
V(this, "_cellWidth", 0);
|
|
1384
1387
|
V(this, "_cellHeight", 0);
|
|
1385
1388
|
V(this, "_filterParams");
|
|
1386
1389
|
V(this, "_hovered", !1);
|
|
1387
|
-
this._contextService = r, this._commandService = i, this._themeService = a, this.setShapeProps(t), this.onPointerDown$.subscribeEvent((
|
|
1390
|
+
this._contextService = r, this._commandService = i, this._themeService = a, this.setShapeProps(t), this.onPointerDown$.subscribeEvent((s) => this.onPointerDown(s)), this.onPointerEnter$.subscribeEvent(() => this.onPointerEnter()), this.onPointerLeave$.subscribeEvent(() => this.onPointerLeave());
|
|
1388
1391
|
}
|
|
1389
1392
|
setShapeProps(e) {
|
|
1390
1393
|
typeof e.cellHeight < "u" && (this._cellHeight = e.cellHeight), typeof e.cellWidth < "u" && (this._cellWidth = e.cellWidth), typeof e.filterParams < "u" && (this._filterParams = e.filterParams), this.transformByState({
|
|
@@ -1393,44 +1396,44 @@ let pt = class extends Vn {
|
|
|
1393
1396
|
});
|
|
1394
1397
|
}
|
|
1395
1398
|
_draw(e) {
|
|
1396
|
-
const t = this._cellHeight, r = this._cellWidth, i =
|
|
1399
|
+
const t = this._cellHeight, r = this._cellWidth, i = pe - r, a = pe - t;
|
|
1397
1400
|
e.save();
|
|
1398
|
-
const
|
|
1399
|
-
|
|
1401
|
+
const s = new Path2D();
|
|
1402
|
+
s.rect(i, a, r, t), e.clip(s);
|
|
1400
1403
|
const { buttonState: c } = this._filterParams, d = this._themeService.getColorFromTheme("primary.600"), h = this._hovered ? this._themeService.getColorFromTheme("gray.50") : "rgba(255, 255, 255, 1.0)";
|
|
1401
1404
|
let u;
|
|
1402
1405
|
switch (c) {
|
|
1403
1406
|
case $e.FilteredSortNone:
|
|
1404
|
-
u =
|
|
1407
|
+
u = pi;
|
|
1405
1408
|
break;
|
|
1406
1409
|
case $e.FilteredSortAsc:
|
|
1407
|
-
u =
|
|
1410
|
+
u = Ci;
|
|
1408
1411
|
break;
|
|
1409
1412
|
case $e.FilteredSortDesc:
|
|
1410
|
-
u =
|
|
1413
|
+
u = Si;
|
|
1411
1414
|
break;
|
|
1412
1415
|
case $e.FilterNoneSortNone:
|
|
1413
1416
|
break;
|
|
1414
1417
|
case $e.FilterNoneSortAsc:
|
|
1415
|
-
u =
|
|
1418
|
+
u = _i;
|
|
1416
1419
|
break;
|
|
1417
1420
|
case $e.FilterNoneSortDesc:
|
|
1418
|
-
u =
|
|
1421
|
+
u = Ti;
|
|
1419
1422
|
break;
|
|
1420
1423
|
}
|
|
1421
|
-
u ?
|
|
1424
|
+
u ? Vt.drawIconByPath(e, u, d, h) : c !== void 0 && Vt.drawNoSetting(e, pe, d, h), e.restore();
|
|
1422
1425
|
}
|
|
1423
1426
|
onPointerDown(e) {
|
|
1424
1427
|
if (e.button === 2)
|
|
1425
1428
|
return;
|
|
1426
|
-
const { row: t, col: r, unitId: i, subUnitId: a, tableId:
|
|
1427
|
-
this._contextService.getContextValue(
|
|
1429
|
+
const { row: t, col: r, unitId: i, subUnitId: a, tableId: s } = this._filterParams;
|
|
1430
|
+
this._contextService.getContextValue(fe) || !this._commandService.hasCommand(mt.id) || setTimeout(() => {
|
|
1428
1431
|
const d = {
|
|
1429
1432
|
row: t,
|
|
1430
1433
|
col: r,
|
|
1431
1434
|
unitId: i,
|
|
1432
1435
|
subUnitId: a,
|
|
1433
|
-
tableId:
|
|
1436
|
+
tableId: s
|
|
1434
1437
|
};
|
|
1435
1438
|
this._commandService.executeCommand(mt.id, d);
|
|
1436
1439
|
}, 200);
|
|
@@ -1442,18 +1445,18 @@ let pt = class extends Vn {
|
|
|
1442
1445
|
this._hovered = !1, this.makeDirty(!0);
|
|
1443
1446
|
}
|
|
1444
1447
|
};
|
|
1445
|
-
|
|
1448
|
+
ft = Ii([
|
|
1446
1449
|
vt(2, St),
|
|
1447
1450
|
vt(3, ce),
|
|
1448
|
-
vt(4, N(
|
|
1449
|
-
],
|
|
1450
|
-
var
|
|
1451
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1452
|
-
(
|
|
1451
|
+
vt(4, N(Ln))
|
|
1452
|
+
], ft);
|
|
1453
|
+
var yi = Object.getOwnPropertyDescriptor, Mi = (n, e, t, r) => {
|
|
1454
|
+
for (var i = r > 1 ? void 0 : r ? yi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
1455
|
+
(s = n[a]) && (i = s(i) || i);
|
|
1453
1456
|
return i;
|
|
1454
1457
|
}, Ke = (n, e) => (t, r) => e(t, r, n);
|
|
1455
|
-
const
|
|
1456
|
-
let
|
|
1458
|
+
const Ri = 5e3;
|
|
1459
|
+
let pt = class extends qt {
|
|
1457
1460
|
constructor(e, t, r, i, a) {
|
|
1458
1461
|
super();
|
|
1459
1462
|
V(this, "_buttonRenderDisposable", null);
|
|
@@ -1469,7 +1472,7 @@ let ft = class extends Zt {
|
|
|
1469
1472
|
Re((t) => {
|
|
1470
1473
|
var c;
|
|
1471
1474
|
if (!t) return J(null);
|
|
1472
|
-
const { unit: r, unitId: i } = this._context, a = ((c = r.getActiveSheet()) == null ? void 0 : c.getSheetId()) || "",
|
|
1475
|
+
const { unit: r, unitId: i } = this._context, a = ((c = r.getActiveSheet()) == null ? void 0 : c.getSheetId()) || "", s = () => ({
|
|
1473
1476
|
unitId: i,
|
|
1474
1477
|
worksheetId: a,
|
|
1475
1478
|
tableFilterRanges: this._tableManager.getSheetFilterRangeWithState(r.getUnitId(), a),
|
|
@@ -1483,50 +1486,50 @@ let ft = class extends Zt {
|
|
|
1483
1486
|
e.tableDelete$,
|
|
1484
1487
|
e.tableFilterChanged$
|
|
1485
1488
|
).pipe(
|
|
1486
|
-
|
|
1487
|
-
|
|
1489
|
+
pr(() => s()),
|
|
1490
|
+
tn(s())
|
|
1488
1491
|
);
|
|
1489
1492
|
}),
|
|
1490
|
-
|
|
1493
|
+
Cr(this.dispose$)
|
|
1491
1494
|
).subscribe((t) => {
|
|
1492
1495
|
this._disposeRendering(), !(!t || !t.tableFilterRanges) && this._renderButtons(t);
|
|
1493
1496
|
});
|
|
1494
1497
|
}
|
|
1495
1498
|
_renderButtons(e) {
|
|
1496
|
-
const { tableFilterRanges: t, unitId: r, skeleton: i, worksheetId: a } = e, { scene:
|
|
1499
|
+
const { tableFilterRanges: t, unitId: r, skeleton: i, worksheetId: a } = e, { scene: s } = this._context;
|
|
1497
1500
|
for (const { range: c, states: d, tableId: h } of t) {
|
|
1498
1501
|
const { startRow: u, startColumn: g, endColumn: _ } = c;
|
|
1499
1502
|
this._interceptCellContent(r, a, c);
|
|
1500
1503
|
for (let S = g; S <= _; S++) {
|
|
1501
|
-
const T = `sheets-table-filter-button-${u}-${S}`,
|
|
1502
|
-
if (
|
|
1504
|
+
const T = `sheets-table-filter-button-${u}-${S}`, P = ir(u, S, s, i), { startX: p, startY: E, endX: y, endY: O } = P, v = y - p, f = O - E;
|
|
1505
|
+
if (f <= Xe || v <= Xe)
|
|
1503
1506
|
continue;
|
|
1504
|
-
const L = d[S - g], M = y -
|
|
1507
|
+
const L = d[S - g], M = y - pe - Xe, C = O - pe - Xe, F = {
|
|
1505
1508
|
left: M,
|
|
1506
1509
|
top: C,
|
|
1507
|
-
height:
|
|
1508
|
-
width:
|
|
1509
|
-
zIndex:
|
|
1510
|
-
cellHeight:
|
|
1510
|
+
height: pe,
|
|
1511
|
+
width: pe,
|
|
1512
|
+
zIndex: Ri,
|
|
1513
|
+
cellHeight: f,
|
|
1511
1514
|
cellWidth: v,
|
|
1512
1515
|
filterParams: { unitId: r, subUnitId: a, row: u, col: S, buttonState: L, tableId: h }
|
|
1513
|
-
}, x = this._injector.createInstance(
|
|
1516
|
+
}, x = this._injector.createInstance(ft, T, F);
|
|
1514
1517
|
this._tableFilterButtonShapes.push(x);
|
|
1515
1518
|
}
|
|
1516
1519
|
}
|
|
1517
|
-
|
|
1520
|
+
s.addObjects(this._tableFilterButtonShapes), s.makeDirty();
|
|
1518
1521
|
}
|
|
1519
1522
|
_interceptCellContent(e, t, r) {
|
|
1520
|
-
const { startRow: i, startColumn: a, endColumn:
|
|
1521
|
-
this._buttonRenderDisposable = this._sheetInterceptorService.intercept(
|
|
1522
|
-
effect:
|
|
1523
|
+
const { startRow: i, startColumn: a, endColumn: s } = r;
|
|
1524
|
+
this._buttonRenderDisposable = this._sheetInterceptorService.intercept(xr.CELL_CONTENT, {
|
|
1525
|
+
effect: $n.Style,
|
|
1523
1526
|
handler: (c, d, h) => {
|
|
1524
1527
|
const { row: u, col: g, unitId: _, subUnitId: S } = d;
|
|
1525
|
-
return _ !== e || S !== t || u !== i || g < a || g >
|
|
1528
|
+
return _ !== e || S !== t || u !== i || g < a || g > s ? h(c) : h({
|
|
1526
1529
|
...c,
|
|
1527
1530
|
fontRenderExtension: {
|
|
1528
1531
|
...c == null ? void 0 : c.fontRenderExtension,
|
|
1529
|
-
rightOffset:
|
|
1532
|
+
rightOffset: pe
|
|
1530
1533
|
}
|
|
1531
1534
|
});
|
|
1532
1535
|
},
|
|
@@ -1538,14 +1541,14 @@ let ft = class extends Zt {
|
|
|
1538
1541
|
this._tableFilterButtonShapes.forEach((t) => t.dispose()), (e = this._buttonRenderDisposable) == null || e.dispose(), this._buttonRenderDisposable = null, this._tableFilterButtonShapes = [];
|
|
1539
1542
|
}
|
|
1540
1543
|
};
|
|
1541
|
-
|
|
1544
|
+
pt = Mi([
|
|
1542
1545
|
Ke(1, N(Ve)),
|
|
1543
1546
|
Ke(2, N(st)),
|
|
1544
|
-
Ke(3, N(
|
|
1547
|
+
Ke(3, N(ln)),
|
|
1545
1548
|
Ke(4, N(ne))
|
|
1546
|
-
],
|
|
1547
|
-
const
|
|
1548
|
-
const { unitId: e, subUnitId: t, range: r, onCancel: i, onConfirm: a, tableId:
|
|
1549
|
+
], pt);
|
|
1550
|
+
const Ni = (n) => {
|
|
1551
|
+
const { unitId: e, subUnitId: t, range: r, onCancel: i, onConfirm: a, tableId: s } = n, c = R(ne), [d, h] = Z(r), [u, g] = Z(""), _ = R(ue), S = R(_e);
|
|
1549
1552
|
return /* @__PURE__ */ w(Tt, { children: [
|
|
1550
1553
|
/* @__PURE__ */ o(
|
|
1551
1554
|
Or,
|
|
@@ -1554,8 +1557,8 @@ const Mi = (n) => {
|
|
|
1554
1557
|
unitId: e,
|
|
1555
1558
|
subUnitId: t,
|
|
1556
1559
|
initialValue: Dt(r),
|
|
1557
|
-
onChange: (T,
|
|
1558
|
-
const
|
|
1560
|
+
onChange: (T, P) => {
|
|
1561
|
+
const p = Dt(r), E = kr(P).range, y = lt(S, { unitId: e, subUnitId: t });
|
|
1559
1562
|
if (!y)
|
|
1560
1563
|
return;
|
|
1561
1564
|
if (y.worksheet.getMergeData().some((x) => Ce.intersects(E, x))) {
|
|
@@ -1563,7 +1566,7 @@ const Mi = (n) => {
|
|
|
1563
1566
|
return;
|
|
1564
1567
|
}
|
|
1565
1568
|
if (c.getTablesBySubunitId(e, t).some((x) => {
|
|
1566
|
-
if (x.getId() ===
|
|
1569
|
+
if (x.getId() === s)
|
|
1567
1570
|
return !1;
|
|
1568
1571
|
const Q = x.getRange();
|
|
1569
1572
|
return Ce.intersects(E, Q);
|
|
@@ -1576,9 +1579,9 @@ const Mi = (n) => {
|
|
|
1576
1579
|
g(_.t("sheets-table.tableRangeSingleRowError"));
|
|
1577
1580
|
return;
|
|
1578
1581
|
}
|
|
1579
|
-
if (
|
|
1580
|
-
if (
|
|
1581
|
-
const x = c.getTableById(e,
|
|
1582
|
+
if (p !== P) {
|
|
1583
|
+
if (s) {
|
|
1584
|
+
const x = c.getTableById(e, s);
|
|
1582
1585
|
if (x) {
|
|
1583
1586
|
const Q = x.getRange();
|
|
1584
1587
|
if (Ce.intersects(E, Q) && Q.startRow === E.startRow) {
|
|
@@ -1620,56 +1623,56 @@ const Mi = (n) => {
|
|
|
1620
1623
|
)
|
|
1621
1624
|
] })
|
|
1622
1625
|
] });
|
|
1623
|
-
},
|
|
1624
|
-
var Le, Te, de, b,
|
|
1625
|
-
const { unitId: e, subUnitId: t, tableId: r } = n, i = R(ce), a = R(ue),
|
|
1626
|
+
}, Ei = (n) => {
|
|
1627
|
+
var Le, Te, de, b, k, H, q, ct, je, Ze, ut, qe;
|
|
1628
|
+
const { unitId: e, subUnitId: t, tableId: r } = n, i = R(ce), a = R(ue), s = R(ne), c = s.getTableById(e, r), d = R(sn), h = R(Ne), u = Me(d.rangeThemeMapChange$), g = Me(h.refreshTable$), _ = R(Pn), [, S] = Z(Math.random()), T = Me(s.tableThemeChanged$, {
|
|
1626
1629
|
theme: c == null ? void 0 : c.getTableStyleId(),
|
|
1627
1630
|
oldTheme: c == null ? void 0 : c.getTableStyleId(),
|
|
1628
1631
|
unitId: e,
|
|
1629
1632
|
subUnitId: t,
|
|
1630
1633
|
tableId: r
|
|
1631
|
-
}),
|
|
1634
|
+
}), P = d.getRegisteredRangeThemes().filter((m) => m == null ? void 0 : m.startsWith(Hr)), p = d.getALLRegisteredTheme(e).filter((m) => m == null ? void 0 : m.startsWith(ht)), E = c == null ? void 0 : c.getTableStyleId(), y = p.find((m) => m === E), O = y || p[0], v = d.getCustomRangeThemeStyle(e, O), f = (de = (Te = (Le = v == null ? void 0 : v.getHeaderRowStyle()) == null ? void 0 : Le.bg) == null ? void 0 : Te.rgb) != null ? de : me, L = (H = (k = (b = v == null ? void 0 : v.getFirstRowStyle()) == null ? void 0 : b.bg) == null ? void 0 : k.rgb) != null ? H : me, M = (je = (ct = (q = v == null ? void 0 : v.getSecondRowStyle()) == null ? void 0 : q.bg) == null ? void 0 : ct.rgb) != null ? je : me, C = (qe = (ut = (Ze = v == null ? void 0 : v.getLastRowStyle()) == null ? void 0 : Ze.bg) == null ? void 0 : ut.rgb) != null ? qe : me, [F, x] = Z(null), Q = (m) => {
|
|
1632
1635
|
i.executeCommand(bt.id, {
|
|
1633
1636
|
unitId: e,
|
|
1634
1637
|
tableId: r,
|
|
1635
1638
|
theme: m
|
|
1636
1639
|
});
|
|
1637
1640
|
}, U = () => {
|
|
1638
|
-
if (
|
|
1641
|
+
if (p.length >= 11) {
|
|
1639
1642
|
_.emit(a.t("sheets-table.customTooMore"));
|
|
1640
1643
|
return;
|
|
1641
1644
|
}
|
|
1642
|
-
const m =
|
|
1645
|
+
const m = p[p.length - 1];
|
|
1643
1646
|
let I = `${ht}1`;
|
|
1644
1647
|
if (m) {
|
|
1645
1648
|
const K = Number(m.split("-")[2]);
|
|
1646
1649
|
I = `${ht}${K + 1}`;
|
|
1647
1650
|
}
|
|
1648
|
-
const X = new
|
|
1649
|
-
i.executeCommand(
|
|
1651
|
+
const X = new Lr(I, { ...zn });
|
|
1652
|
+
i.executeCommand(Gn.id, {
|
|
1650
1653
|
unitId: e,
|
|
1651
1654
|
tableId: r,
|
|
1652
1655
|
themeStyle: X
|
|
1653
1656
|
});
|
|
1654
1657
|
}, ee = (m, I) => {
|
|
1655
|
-
i.executeCommand(
|
|
1658
|
+
i.executeCommand(rn.id, {
|
|
1656
1659
|
unitId: e,
|
|
1657
1660
|
subUnitId: t,
|
|
1658
1661
|
styleName: m,
|
|
1659
1662
|
style: I
|
|
1660
1663
|
});
|
|
1661
1664
|
}, xe = (m) => {
|
|
1662
|
-
i.executeCommand(
|
|
1665
|
+
i.executeCommand(Xn.id, {
|
|
1663
1666
|
unitId: e,
|
|
1664
1667
|
tableId: r,
|
|
1665
1668
|
themeName: m
|
|
1666
1669
|
});
|
|
1667
1670
|
};
|
|
1668
|
-
return
|
|
1671
|
+
return cn(() => {
|
|
1669
1672
|
S(Math.random());
|
|
1670
1673
|
}, [u, g]), c ? /* @__PURE__ */ w("div", { children: [
|
|
1671
1674
|
/* @__PURE__ */ o("h5", { children: a.t("sheets-table.defaultStyle") }),
|
|
1672
|
-
/* @__PURE__ */ o("div", { className: "univer-flex univer-gap-2", children:
|
|
1675
|
+
/* @__PURE__ */ o("div", { className: "univer-flex univer-gap-2", children: P.map((m) => {
|
|
1673
1676
|
var he, ve, ge, Y, we, Ie, Ae, Ue;
|
|
1674
1677
|
const I = d.getDefaultRangeThemeStyle(m), X = ((ve = (he = I == null ? void 0 : I.getHeaderRowStyle()) == null ? void 0 : he.bg) == null ? void 0 : ve.rgb) || me, K = ((Y = (ge = I == null ? void 0 : I.getFirstRowStyle()) == null ? void 0 : ge.bg) == null ? void 0 : Y.rgb) || me, se = ((Ie = (we = I == null ? void 0 : I.getSecondRowStyle()) == null ? void 0 : we.bg) == null ? void 0 : Ie.rgb) || me, le = ((Ue = (Ae = I == null ? void 0 : I.getLastRowStyle()) == null ? void 0 : Ae.bg) == null ? void 0 : Ue.rgb) || me;
|
|
1675
1678
|
return /* @__PURE__ */ w(
|
|
@@ -1678,7 +1681,7 @@ const Mi = (n) => {
|
|
|
1678
1681
|
className: "univer-h-10 univer-w-8 univer-cursor-pointer univer-p-px",
|
|
1679
1682
|
onClick: () => Q(m),
|
|
1680
1683
|
style: {
|
|
1681
|
-
border: m === T.theme ? Ft :
|
|
1684
|
+
border: m === T.theme ? Ft : Pe
|
|
1682
1685
|
},
|
|
1683
1686
|
children: [
|
|
1684
1687
|
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: X, border: `${z}` } }),
|
|
@@ -1701,7 +1704,7 @@ const Mi = (n) => {
|
|
|
1701
1704
|
children: "+"
|
|
1702
1705
|
}
|
|
1703
1706
|
),
|
|
1704
|
-
|
|
1707
|
+
p.map((m) => {
|
|
1705
1708
|
var he, ve, ge, Y, we, Ie, Ae, Ue;
|
|
1706
1709
|
const I = d.getCustomRangeThemeStyle(e, m), X = (ve = (he = I == null ? void 0 : I.getHeaderRowStyle()) == null ? void 0 : he.bg) == null ? void 0 : ve.rgb, K = (Y = (ge = I == null ? void 0 : I.getFirstRowStyle()) == null ? void 0 : ge.bg) == null ? void 0 : Y.rgb, se = (Ie = (we = I == null ? void 0 : I.getSecondRowStyle()) == null ? void 0 : we.bg) == null ? void 0 : Ie.rgb, le = (Ue = (Ae = I == null ? void 0 : I.getLastRowStyle()) == null ? void 0 : Ae.bg) == null ? void 0 : Ue.rgb;
|
|
1707
1710
|
return /* @__PURE__ */ w(
|
|
@@ -1710,22 +1713,22 @@ const Mi = (n) => {
|
|
|
1710
1713
|
className: "univer-relative univer-h-10 univer-w-8 univer-cursor-pointer univer-p-px",
|
|
1711
1714
|
onClick: () => Q(m),
|
|
1712
1715
|
style: {
|
|
1713
|
-
border: m === T.theme ? Ft :
|
|
1716
|
+
border: m === T.theme ? Ft : Pe
|
|
1714
1717
|
},
|
|
1715
1718
|
onMouseEnter: () => x(m),
|
|
1716
1719
|
onMouseLeave: () => x(null),
|
|
1717
1720
|
children: [
|
|
1718
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: X != null ? X : z, border: `${X ? z :
|
|
1719
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: K != null ? K : z, border: `${K ? z :
|
|
1720
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: se != null ? se : z, border: `${se ? z :
|
|
1721
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: le != null ? le : z, border: `${le ? z :
|
|
1721
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: X != null ? X : z, border: `${X ? z : Pe}` } }),
|
|
1722
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: K != null ? K : z, border: `${K ? z : Pe}` } }),
|
|
1723
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: se != null ? se : z, border: `${se ? z : Pe}` } }),
|
|
1724
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: le != null ? le : z, border: `${le ? z : Pe}` } }),
|
|
1722
1725
|
/* @__PURE__ */ o(
|
|
1723
1726
|
"div",
|
|
1724
1727
|
{
|
|
1725
1728
|
className: "univer-absolute univer-right-[-3px] univer-top-[-3px] univer-h-3 univer-w-3 univer-rounded-md univer-bg-gray-200 univer-text-center univer-text-xs univer-leading-[10px]",
|
|
1726
1729
|
style: { display: F === m ? "block" : "none" },
|
|
1727
|
-
onClick: (
|
|
1728
|
-
|
|
1730
|
+
onClick: (Rn) => {
|
|
1731
|
+
Rn.stopPropagation(), xe(m);
|
|
1729
1732
|
},
|
|
1730
1733
|
children: "x"
|
|
1731
1734
|
}
|
|
@@ -1745,8 +1748,8 @@ const Mi = (n) => {
|
|
|
1745
1748
|
{
|
|
1746
1749
|
className: B("univer-box-border univer-h-full univer-w-52 univer-rounded-sm univer-text-center univer-leading-9", A),
|
|
1747
1750
|
style: {
|
|
1748
|
-
background:
|
|
1749
|
-
color: new oe(
|
|
1751
|
+
background: f,
|
|
1752
|
+
color: new oe(f).isDark() ? "#fff" : "#000"
|
|
1750
1753
|
},
|
|
1751
1754
|
children: a.t("sheets-table.header")
|
|
1752
1755
|
}
|
|
@@ -1757,7 +1760,7 @@ const Mi = (n) => {
|
|
|
1757
1760
|
overlay: /* @__PURE__ */ o("div", { className: "univer-p-2", children: /* @__PURE__ */ o(
|
|
1758
1761
|
Qe,
|
|
1759
1762
|
{
|
|
1760
|
-
value:
|
|
1763
|
+
value: f,
|
|
1761
1764
|
onChange: (m) => {
|
|
1762
1765
|
const I = xt("headerRowStyle", {
|
|
1763
1766
|
bg: {
|
|
@@ -1781,8 +1784,8 @@ const Mi = (n) => {
|
|
|
1781
1784
|
{
|
|
1782
1785
|
className: B("univer-h-4 univer-w-4 univer-rounded-lg univer-bg-gray-400", A),
|
|
1783
1786
|
style: {
|
|
1784
|
-
background:
|
|
1785
|
-
color: new oe(
|
|
1787
|
+
background: f,
|
|
1788
|
+
color: new oe(f).isDark() ? "#fff" : "#000"
|
|
1786
1789
|
}
|
|
1787
1790
|
}
|
|
1788
1791
|
),
|
|
@@ -1950,86 +1953,86 @@ const Mi = (n) => {
|
|
|
1950
1953
|
] })
|
|
1951
1954
|
] })
|
|
1952
1955
|
] }) : null;
|
|
1953
|
-
},
|
|
1954
|
-
function
|
|
1956
|
+
}, Tn = "sheet.table.context-insert_menu-id", wn = "sheet.table.context-remove_menu-id";
|
|
1957
|
+
function xi(n) {
|
|
1955
1958
|
return {
|
|
1956
1959
|
id: Mt.id,
|
|
1957
1960
|
type: Ee.BUTTON,
|
|
1958
|
-
icon:
|
|
1961
|
+
icon: un,
|
|
1959
1962
|
tooltip: "sheets-table.title",
|
|
1960
1963
|
title: "sheets-table.title"
|
|
1961
1964
|
};
|
|
1962
1965
|
}
|
|
1963
|
-
function
|
|
1966
|
+
function Li(n) {
|
|
1964
1967
|
return {
|
|
1965
|
-
id:
|
|
1968
|
+
id: Tn,
|
|
1966
1969
|
type: Ee.SUBITEMS,
|
|
1967
1970
|
icon: "Insert",
|
|
1968
1971
|
title: "sheets-table.insert.main",
|
|
1969
|
-
hidden$:
|
|
1972
|
+
hidden$: In(n)
|
|
1970
1973
|
};
|
|
1971
1974
|
}
|
|
1972
|
-
function
|
|
1975
|
+
function $i(n) {
|
|
1973
1976
|
return {
|
|
1974
|
-
id:
|
|
1977
|
+
id: wn,
|
|
1975
1978
|
type: Ee.SUBITEMS,
|
|
1976
1979
|
icon: "Reduce",
|
|
1977
1980
|
title: "sheets-table.remove.main",
|
|
1978
|
-
hidden$:
|
|
1981
|
+
hidden$: In(n)
|
|
1979
1982
|
};
|
|
1980
1983
|
}
|
|
1981
|
-
function
|
|
1984
|
+
function Pi(n) {
|
|
1982
1985
|
return {
|
|
1983
|
-
id:
|
|
1986
|
+
id: Xt.id,
|
|
1984
1987
|
type: Ee.BUTTON,
|
|
1985
1988
|
title: "sheets-table.insert.row",
|
|
1986
|
-
hidden$:
|
|
1989
|
+
hidden$: yn(n)
|
|
1987
1990
|
};
|
|
1988
1991
|
}
|
|
1989
|
-
function
|
|
1992
|
+
function ki(n) {
|
|
1990
1993
|
return {
|
|
1991
|
-
id:
|
|
1994
|
+
id: Gt.id,
|
|
1992
1995
|
title: "sheets-table.insert.col",
|
|
1993
1996
|
type: Ee.BUTTON
|
|
1994
1997
|
};
|
|
1995
1998
|
}
|
|
1996
1999
|
function Oi(n) {
|
|
1997
2000
|
return {
|
|
1998
|
-
id:
|
|
2001
|
+
id: zt.id,
|
|
1999
2002
|
type: Ee.BUTTON,
|
|
2000
2003
|
title: "sheets-table.remove.row",
|
|
2001
|
-
hidden$:
|
|
2004
|
+
hidden$: yn(n)
|
|
2002
2005
|
};
|
|
2003
2006
|
}
|
|
2004
|
-
function
|
|
2007
|
+
function Bi(n) {
|
|
2005
2008
|
return {
|
|
2006
|
-
id:
|
|
2009
|
+
id: Qt.id,
|
|
2007
2010
|
title: "sheets-table.remove.col",
|
|
2008
2011
|
type: Ee.BUTTON
|
|
2009
2012
|
};
|
|
2010
2013
|
}
|
|
2011
|
-
function
|
|
2014
|
+
function In(n) {
|
|
2012
2015
|
const e = n.get(ot);
|
|
2013
2016
|
return n.get(_e).getCurrentTypeOfUnit$(at.UNIVER_SHEET).pipe(
|
|
2014
2017
|
Re((i) => i ? i.activeSheet$.pipe(
|
|
2015
2018
|
Re((a) => a ? e.selectionMoveEnd$.pipe(
|
|
2016
|
-
Re((
|
|
2017
|
-
if (!
|
|
2018
|
-
const d =
|
|
2019
|
+
Re((s) => {
|
|
2020
|
+
if (!s.length || s.length > 1) return J(!0);
|
|
2021
|
+
const d = s[0].range, u = n.get(Kt).getContainerTableWithRange(i.getUnitId(), a.getSheetId(), d);
|
|
2019
2022
|
return J(!u);
|
|
2020
2023
|
})
|
|
2021
2024
|
) : J(!0))
|
|
2022
2025
|
) : J(!0))
|
|
2023
2026
|
);
|
|
2024
2027
|
}
|
|
2025
|
-
function
|
|
2028
|
+
function yn(n) {
|
|
2026
2029
|
const e = n.get(ot);
|
|
2027
2030
|
return n.get(_e).getCurrentTypeOfUnit$(at.UNIVER_SHEET).pipe(
|
|
2028
2031
|
Re((i) => i ? i.activeSheet$.pipe(
|
|
2029
2032
|
Re((a) => a ? e.selectionMoveEnd$.pipe(
|
|
2030
|
-
Re((
|
|
2031
|
-
if (!
|
|
2032
|
-
const d =
|
|
2033
|
+
Re((s) => {
|
|
2034
|
+
if (!s.length || s.length > 1) return J(!0);
|
|
2035
|
+
const d = s[0].range, u = n.get(Kt).getContainerTableWithRange(i.getUnitId(), a.getSheetId(), d);
|
|
2033
2036
|
if (!u)
|
|
2034
2037
|
return J(!0);
|
|
2035
2038
|
const g = u.getRange();
|
|
@@ -2039,74 +2042,74 @@ function In(n) {
|
|
|
2039
2042
|
) : J(!0))
|
|
2040
2043
|
);
|
|
2041
2044
|
}
|
|
2042
|
-
const
|
|
2043
|
-
[
|
|
2045
|
+
const Di = {
|
|
2046
|
+
[hr.FORMULAS_VIEW]: {
|
|
2044
2047
|
[Mt.id]: {
|
|
2045
2048
|
order: 0,
|
|
2046
|
-
menuItemFactory:
|
|
2049
|
+
menuItemFactory: xi
|
|
2047
2050
|
}
|
|
2048
2051
|
},
|
|
2049
|
-
[
|
|
2050
|
-
[
|
|
2051
|
-
[
|
|
2052
|
+
[ur.MAIN_AREA]: {
|
|
2053
|
+
[dr.LAYOUT]: {
|
|
2054
|
+
[Tn]: {
|
|
2052
2055
|
order: 5,
|
|
2053
|
-
menuItemFactory:
|
|
2054
|
-
[
|
|
2056
|
+
menuItemFactory: Li,
|
|
2057
|
+
[Xt.id]: {
|
|
2055
2058
|
order: 1,
|
|
2056
|
-
menuItemFactory:
|
|
2059
|
+
menuItemFactory: Pi
|
|
2057
2060
|
},
|
|
2058
|
-
[
|
|
2061
|
+
[Gt.id]: {
|
|
2059
2062
|
order: 2,
|
|
2060
|
-
menuItemFactory:
|
|
2063
|
+
menuItemFactory: ki
|
|
2061
2064
|
}
|
|
2062
2065
|
},
|
|
2063
|
-
[
|
|
2066
|
+
[wn]: {
|
|
2064
2067
|
order: 6,
|
|
2065
|
-
menuItemFactory:
|
|
2066
|
-
[
|
|
2068
|
+
menuItemFactory: $i,
|
|
2069
|
+
[zt.id]: {
|
|
2067
2070
|
order: 1,
|
|
2068
2071
|
menuItemFactory: Oi
|
|
2069
2072
|
},
|
|
2070
|
-
[
|
|
2073
|
+
[Qt.id]: {
|
|
2071
2074
|
order: 2,
|
|
2072
|
-
menuItemFactory:
|
|
2075
|
+
menuItemFactory: Bi
|
|
2073
2076
|
}
|
|
2074
2077
|
}
|
|
2075
2078
|
}
|
|
2076
2079
|
}
|
|
2077
2080
|
};
|
|
2078
|
-
var
|
|
2079
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2080
|
-
(
|
|
2081
|
+
var Fi = Object.getOwnPropertyDescriptor, Hi = (n, e, t, r) => {
|
|
2082
|
+
for (var i = r > 1 ? void 0 : r ? Fi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
2083
|
+
(s = n[a]) && (i = s(i) || i);
|
|
2081
2084
|
return i;
|
|
2082
|
-
},
|
|
2085
|
+
}, At = (n, e) => (t, r) => e(t, r, n);
|
|
2083
2086
|
let nt = class extends He {
|
|
2084
2087
|
constructor(n, e) {
|
|
2085
2088
|
super(), this._componentManager = n, this._menuManagerService = e, this._initComponents(), this._initMenu();
|
|
2086
2089
|
}
|
|
2087
2090
|
_initComponents() {
|
|
2088
2091
|
[
|
|
2089
|
-
[
|
|
2090
|
-
[
|
|
2091
|
-
[
|
|
2092
|
+
[un, Cn],
|
|
2093
|
+
[Oe, Ni],
|
|
2094
|
+
[dn, Ei]
|
|
2092
2095
|
].forEach(([n, e]) => {
|
|
2093
2096
|
this.disposeWithMe(this._componentManager.register(n, e));
|
|
2094
2097
|
});
|
|
2095
2098
|
}
|
|
2096
2099
|
_initMenu() {
|
|
2097
|
-
this._menuManagerService.mergeMenu(
|
|
2100
|
+
this._menuManagerService.mergeMenu(Di);
|
|
2098
2101
|
}
|
|
2099
2102
|
};
|
|
2100
|
-
nt =
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
+
nt = Hi([
|
|
2104
|
+
At(0, N(Jt)),
|
|
2105
|
+
At(1, N(vr))
|
|
2103
2106
|
], nt);
|
|
2104
|
-
var
|
|
2105
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2106
|
-
(
|
|
2107
|
+
var Vi = Object.getOwnPropertyDescriptor, Ai = (n, e, t, r) => {
|
|
2108
|
+
for (var i = r > 1 ? void 0 : r ? Vi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
2109
|
+
(s = n[a]) && (i = s(i) || i);
|
|
2107
2110
|
return i;
|
|
2108
2111
|
}, Je = (n, e) => (t, r) => e(t, r, n);
|
|
2109
|
-
let Ct = class extends
|
|
2112
|
+
let Ct = class extends qt {
|
|
2110
2113
|
constructor(n, e, t, r, i) {
|
|
2111
2114
|
super(), this._context = n, this._injector = e, this._sheetSkeletonManagerService = t, this._tableManager = r, this._sheetTableThemeUIController = i, this._initListener();
|
|
2112
2115
|
}
|
|
@@ -2137,15 +2140,15 @@ let Ct = class extends Zt {
|
|
|
2137
2140
|
);
|
|
2138
2141
|
}
|
|
2139
2142
|
};
|
|
2140
|
-
Ct =
|
|
2143
|
+
Ct = Ai([
|
|
2141
2144
|
Je(1, N(Ve)),
|
|
2142
2145
|
Je(2, N(st)),
|
|
2143
2146
|
Je(3, N(ne)),
|
|
2144
2147
|
Je(4, N(Ne))
|
|
2145
2148
|
], Ct);
|
|
2146
|
-
var
|
|
2147
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2148
|
-
(
|
|
2149
|
+
var Ui = Object.getOwnPropertyDescriptor, Wi = (n, e, t, r) => {
|
|
2150
|
+
for (var i = r > 1 ? void 0 : r ? Ui(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
2151
|
+
(s = n[a]) && (i = s(i) || i);
|
|
2149
2152
|
return i;
|
|
2150
2153
|
}, gt = (n, e) => (t, r) => e(t, r, n);
|
|
2151
2154
|
let rt = class extends He {
|
|
@@ -2156,11 +2159,11 @@ let rt = class extends He {
|
|
|
2156
2159
|
this.disposeWithMe(
|
|
2157
2160
|
this._sheetInterceptorService.interceptCommand({
|
|
2158
2161
|
getMutations: (n) => {
|
|
2159
|
-
if (n.id ===
|
|
2162
|
+
if (n.id === ar.id) {
|
|
2160
2163
|
const e = lt(this._univerInstanceService);
|
|
2161
2164
|
if (!e)
|
|
2162
2165
|
return { redos: [], undos: [] };
|
|
2163
|
-
const t = n.params, { range: r } = t, { unitId: i, subUnitId: a, worksheet:
|
|
2166
|
+
const t = n.params, { range: r } = t, { unitId: i, subUnitId: a, worksheet: s } = e, d = this._tableManager.getTablesBySubunitId(i, a).find((h) => {
|
|
2164
2167
|
const u = h.getRange();
|
|
2165
2168
|
return Ce.contains(u, r);
|
|
2166
2169
|
});
|
|
@@ -2173,14 +2176,14 @@ let rt = class extends He {
|
|
|
2173
2176
|
undos: [],
|
|
2174
2177
|
redos: [
|
|
2175
2178
|
{
|
|
2176
|
-
id:
|
|
2179
|
+
id: kt.id,
|
|
2177
2180
|
params: {
|
|
2178
2181
|
unitId: i,
|
|
2179
2182
|
subUnitId: a,
|
|
2180
2183
|
selections: [
|
|
2181
2184
|
{
|
|
2182
2185
|
range: h,
|
|
2183
|
-
primary:
|
|
2186
|
+
primary: Pt(h, s)
|
|
2184
2187
|
}
|
|
2185
2188
|
]
|
|
2186
2189
|
}
|
|
@@ -2190,14 +2193,14 @@ let rt = class extends He {
|
|
|
2190
2193
|
undos: [],
|
|
2191
2194
|
redos: [
|
|
2192
2195
|
{
|
|
2193
|
-
id:
|
|
2196
|
+
id: kt.id,
|
|
2194
2197
|
params: {
|
|
2195
2198
|
unitId: i,
|
|
2196
2199
|
subUnitId: a,
|
|
2197
2200
|
selections: [
|
|
2198
2201
|
{
|
|
2199
2202
|
range: u,
|
|
2200
|
-
primary:
|
|
2203
|
+
primary: Pt(u, s)
|
|
2201
2204
|
}
|
|
2202
2205
|
]
|
|
2203
2206
|
}
|
|
@@ -2212,22 +2215,28 @@ let rt = class extends He {
|
|
|
2212
2215
|
);
|
|
2213
2216
|
}
|
|
2214
2217
|
};
|
|
2215
|
-
rt =
|
|
2216
|
-
gt(0, N(
|
|
2218
|
+
rt = Wi([
|
|
2219
|
+
gt(0, N(ln)),
|
|
2217
2220
|
gt(1, N(_e)),
|
|
2218
2221
|
gt(2, N(ne))
|
|
2219
2222
|
], rt);
|
|
2220
|
-
var
|
|
2221
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2222
|
-
(
|
|
2223
|
+
var ji = Object.defineProperty, Zi = Object.getOwnPropertyDescriptor, qi = (n, e, t) => e in n ? ji(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t, Yi = (n, e, t, r) => {
|
|
2224
|
+
for (var i = r > 1 ? void 0 : r ? Zi(e, t) : e, a = n.length - 1, s; a >= 0; a--)
|
|
2225
|
+
(s = n[a]) && (i = s(i) || i);
|
|
2223
2226
|
return i;
|
|
2224
|
-
}, et = (n, e) => (t, r) => e(t, r, n),
|
|
2225
|
-
let it = class extends
|
|
2226
|
-
constructor(n =
|
|
2227
|
-
super(), this._config = n, this._injector = e, this._commandService = t, this._configService = r, this._renderManagerService = i
|
|
2227
|
+
}, et = (n, e) => (t, r) => e(t, r, n), Mn = (n, e, t) => qi(n, typeof e != "symbol" ? e + "" : e, t);
|
|
2228
|
+
let it = class extends On {
|
|
2229
|
+
constructor(n = Ht, e, t, r, i) {
|
|
2230
|
+
super(), this._config = n, this._injector = e, this._commandService = t, this._configService = r, this._renderManagerService = i;
|
|
2231
|
+
const { menu: a, ...s } = Bn(
|
|
2232
|
+
{},
|
|
2233
|
+
Ht,
|
|
2234
|
+
this._config
|
|
2235
|
+
);
|
|
2236
|
+
a && this._configService.setConfig("menu", a, { merge: !0 }), this._configService.setConfig(_n, s), this._initRegisterCommand();
|
|
2228
2237
|
}
|
|
2229
2238
|
onStarting() {
|
|
2230
|
-
|
|
2239
|
+
Dn(this._injector, [
|
|
2231
2240
|
[Fe],
|
|
2232
2241
|
[De],
|
|
2233
2242
|
[nt],
|
|
@@ -2236,7 +2245,7 @@ let it = class extends Pn {
|
|
|
2236
2245
|
]);
|
|
2237
2246
|
}
|
|
2238
2247
|
onReady() {
|
|
2239
|
-
|
|
2248
|
+
Fn(this._injector, [
|
|
2240
2249
|
[Fe],
|
|
2241
2250
|
[De],
|
|
2242
2251
|
[nt],
|
|
@@ -2249,7 +2258,7 @@ let it = class extends Pn {
|
|
|
2249
2258
|
}
|
|
2250
2259
|
_registerRenderModules() {
|
|
2251
2260
|
const n = [
|
|
2252
|
-
[
|
|
2261
|
+
[pt],
|
|
2253
2262
|
[Ct]
|
|
2254
2263
|
];
|
|
2255
2264
|
this._config.hideAnchor !== !0 && n.push([tt]), n.forEach((e) => {
|
|
@@ -2263,15 +2272,15 @@ let it = class extends Pn {
|
|
|
2263
2272
|
].forEach((n) => this._commandService.registerCommand(n));
|
|
2264
2273
|
}
|
|
2265
2274
|
};
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
it =
|
|
2269
|
-
|
|
2275
|
+
Mn(it, "pluginName", Br);
|
|
2276
|
+
Mn(it, "type", at.UNIVER_SHEET);
|
|
2277
|
+
it = Yi([
|
|
2278
|
+
kn(Kn),
|
|
2270
2279
|
et(1, N(Ve)),
|
|
2271
2280
|
et(2, N(ce)),
|
|
2272
|
-
et(3,
|
|
2273
|
-
et(4,
|
|
2281
|
+
et(3, Zt),
|
|
2282
|
+
et(4, Yt)
|
|
2274
2283
|
], it);
|
|
2275
2284
|
export {
|
|
2276
|
-
it as
|
|
2285
|
+
it as UniverSheetsTableUIPlugin
|
|
2277
2286
|
};
|