@univerjs/sheets-table-ui 0.8.1 → 0.8.2-nightly.202506201607
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +255 -254
- package/lib/index.css +1 -1
- package/lib/index.js +255 -254
- package/lib/umd/index.js +1 -1
- package/package.json +13 -13
- package/LICENSE +0 -176
package/lib/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
var Ln = Object.defineProperty;
|
|
2
2
|
var $n = (t, e, n) => e in t ? Ln(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var A = (t, e, n) => $n(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { Inject as
|
|
4
|
+
import { Inject as N, IUniverInstanceService as fe, ICommandService as le, Disposable as Pe, ObjectMatrix as kn, cellToRange as Zt, Rectangle as me, LocaleService as oe, Injector as Oe, dayjs as de, IPermissionService as qt, IContextService as It, CommandType as Yt, IConfigService as Qt, ThemeService as Pn, RxDisposable as Gt, InterceptorEffectEnum as On, ErrorService as Dn, ColorKit as he, UniverInstanceType as qe, DependentOn as Bn, Plugin as Fn, merge as Hn, registerDependencies as Vn, touchDependencies as An } from "@univerjs/core";
|
|
5
5
|
import { IRenderManagerService as Xt, SHEET_VIEWPORT_KEY as Un, convertTransformToOffsetX as Wn, convertTransformToOffsetY as jn, Rect as Lt, Shape as Zn } from "@univerjs/engine-render";
|
|
6
|
-
import { TableManager as ne, SheetTableService as qn, SetSheetTableFilterCommand as $t, isConditionFilter as Yn, isManualFilter as Qn, TableDateCompareTypeEnum as l, TableStringCompareTypeEnum as j, TableConditionTypeEnum as B, TableNumberCompareTypeEnum as $, SheetsTableSortStateEnum as
|
|
6
|
+
import { TableManager as ne, SheetTableService as qn, SetSheetTableFilterCommand as $t, isConditionFilter as Yn, isManualFilter as Qn, TableDateCompareTypeEnum as l, TableStringCompareTypeEnum as j, TableConditionTypeEnum as B, TableNumberCompareTypeEnum as $, SheetsTableSortStateEnum as Xe, TableColumnFilterTypeEnum as kt, AddSheetTableCommand as Gn, SHEET_TABLE_CUSTOM_THEME_PREFIX as Xn, DeleteSheetTableCommand as zn, SetSheetTableCommand as Ct, SheetsTableButtonStateEnum as Ne, processStyleWithBorderStyle as Pt, customEmptyThemeWithBorderStyle as Kn, AddTableThemeCommand as Jn, RemoveTableThemeCommand as er, SheetTableRemoveColCommand as zt, SheetTableRemoveRowCommand as Kt, SheetTableInsertColCommand as Jt, SheetTableInsertRowCommand as en, SheetsTableController as tn, UniverSheetsTablePlugin as tr } from "@univerjs/sheets-table";
|
|
7
7
|
import { SheetCanvasPopManagerService as nr, SheetSkeletonManagerService as ct, SheetScrollManagerService as rr, SetZoomRatioOperation as ir, SetScrollOperation as ar, getSheetObject as sr, getCoordByCell as lr, getCurrentRangeDisable$ as or, SelectAllCommand as cr } from "@univerjs/sheets-ui";
|
|
8
|
-
import { useDependency as M, ComponentManager as nn, IDialogService as rn, ISidebarService as ur, useObservable as we, IUIPartsService as dr, BuiltInUIPart as hr, connectInjector as vr, MenuItemType as Re,
|
|
9
|
-
import { startWith as an, distinctUntilChanged as
|
|
8
|
+
import { useDependency as M, ComponentManager as nn, IDialogService as rn, ISidebarService as ur, useObservable as we, IUIPartsService as dr, BuiltInUIPart as hr, connectInjector as vr, MenuItemType as Re, getMenuHiddenObservable as gr, ContextMenuPosition as br, ContextMenuGroup as mr, RibbonDataGroup as pr, IMenuManagerService as fr } from "@univerjs/ui";
|
|
9
|
+
import { startWith as an, distinctUntilChanged as Cr, Subject as Sr, BehaviorSubject as Ot, merge as yt, filter as _r, debounceTime as Tr, switchMap as Ie, of as J, map as wr, takeUntil as Ir } from "rxjs";
|
|
10
10
|
import { jsxs as I, jsx as o, Fragment as Rt } from "react/jsx-runtime";
|
|
11
|
-
import { Dropdown as Le, clsx as O, borderClassName as F, CascaderList as
|
|
12
|
-
import { SetRangeValuesMutation as
|
|
13
|
-
import { SortRangeCommand as
|
|
14
|
-
import { forwardRef as re, useRef as
|
|
15
|
-
import { serializeRange as At, deserializeRangeWithSheet as
|
|
16
|
-
import { RangeSelector as
|
|
17
|
-
const
|
|
11
|
+
import { Dropdown as Le, clsx as O, borderClassName as F, CascaderList as yr, Input as Mt, InputNumber as bt, DatePicker as Rr, DateRangePicker as Mr, Select as Nr, Checkbox as Dt, scrollbarClassName as xr, ButtonGroup as Er, Button as Te, Segmented as Lr, ColorPicker as ze } from "@univerjs/design";
|
|
12
|
+
import { SetRangeValuesMutation as $r, WorkbookEditablePermission as sn, getSheetCommandTarget as ut, SheetsSelectionsService as dt, isSingleCellSelection as kr, expandToContinuousRange as Pr, SetRangeThemeMutation as ln, WorkbookPermissionService as on, SheetRangeThemeModel as cn, SheetInterceptorService as un, INTERCEPTOR_POINT as Or, RangeThemeStyle as Dr, getPrimaryForRange as Bt, SetSelectionsOperation as Ft } from "@univerjs/sheets";
|
|
13
|
+
import { SortRangeCommand as Br, SortType as Ht } from "@univerjs/sheets-sort";
|
|
14
|
+
import { forwardRef as re, useRef as Fr, createElement as ie, useState as q, useMemo as dn, useCallback as Vt, useEffect as hn } from "react";
|
|
15
|
+
import { serializeRange as At, deserializeRangeWithSheet as Hr } from "@univerjs/engine-formula";
|
|
16
|
+
import { RangeSelector as Vr } from "@univerjs/sheets-formula-ui";
|
|
17
|
+
const Ar = "SHEET_TABLE_UI_PLUGIN", ge = "SHEETS_TABLE_FILTER_PANEL_OPENED_KEY", Ur = "UNIVER_SHEET_Table_FILTER_PANEL_ID", vn = "TABLE_TOOLBAR_BUTTON", Ee = "TABLE_SELECTOR_DIALOG", Wr = "SHEET_TABLE_THEME_PANEL_ID", gn = "SHEET_TABLE_THEME_PANEL", mt = "table-custom-", jr = "table-default-", ve = "rgb(255, 255, 255)", G = "none", Ke = "1px solid rgb(var(--grey-200))";
|
|
18
18
|
var X = function() {
|
|
19
19
|
return X = Object.assign || function(t) {
|
|
20
20
|
for (var e, n = 1, r = arguments.length; n < r; n++) {
|
|
@@ -23,7 +23,7 @@ var X = function() {
|
|
|
23
23
|
}
|
|
24
24
|
return t;
|
|
25
25
|
}, X.apply(this, arguments);
|
|
26
|
-
},
|
|
26
|
+
}, Zr = function(t, e) {
|
|
27
27
|
var n = {};
|
|
28
28
|
for (var r in t) Object.prototype.hasOwnProperty.call(t, r) && e.indexOf(r) < 0 && (n[r] = t[r]);
|
|
29
29
|
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -31,15 +31,15 @@ var X = function() {
|
|
|
31
31
|
e.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(t, r[i]) && (n[r[i]] = t[r[i]]);
|
|
32
32
|
return n;
|
|
33
33
|
}, ae = re(function(t, e) {
|
|
34
|
-
var n = t.icon, r = t.id, i = t.className, a = t.extend, s =
|
|
34
|
+
var n = t.icon, r = t.id, i = t.className, a = t.extend, s = Zr(t, ["icon", "id", "className", "extend"]), c = "univerjs-icon univerjs-icon-".concat(r, " ").concat(i || "").trim(), d = Fr("_".concat(Qr()));
|
|
35
35
|
return bn(n, "".concat(r), { defIds: n.defIds, idSuffix: d.current }, X({ ref: e, className: c }, s), a);
|
|
36
36
|
});
|
|
37
37
|
function bn(t, e, n, r, i) {
|
|
38
|
-
return ie(t.tag, X(X({ key: e },
|
|
38
|
+
return ie(t.tag, X(X({ key: e }, qr(t, n, i)), r), (Yr(t, n).children || []).map(function(a, s) {
|
|
39
39
|
return bn(a, "".concat(e, "-").concat(t.tag, "-").concat(s), n, void 0, i);
|
|
40
40
|
}));
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function qr(t, e, n) {
|
|
43
43
|
var r = X({}, t.attrs);
|
|
44
44
|
n != null && n.colorChannel1 && r.fill === "colorChannel1" && (r.fill = n.colorChannel1), t.tag === "mask" && r.id && (r.id = r.id + e.idSuffix), Object.entries(r).forEach(function(a) {
|
|
45
45
|
var s = a[0], c = a[1];
|
|
@@ -51,93 +51,93 @@ function Zr(t, e, n) {
|
|
|
51
51
|
typeof c == "string" && (r[s] = c.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
|
|
52
52
|
})), r;
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Yr(t, e) {
|
|
55
55
|
var n, r = e.defIds;
|
|
56
56
|
return !r || r.length === 0 ? t : t.tag === "defs" && (!((n = t.children) === null || n === void 0) && n.length) ? X(X({}, t), { children: t.children.map(function(i) {
|
|
57
57
|
return typeof i.attrs.id == "string" && r && r.includes(i.attrs.id) ? X(X({}, i), { attrs: X(X({}, i.attrs), { id: i.attrs.id + e.idSuffix }) }) : i;
|
|
58
58
|
}) }) : t;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Qr() {
|
|
61
61
|
return Math.random().toString(36).substring(2, 8);
|
|
62
62
|
}
|
|
63
63
|
ae.displayName = "UniverIcon";
|
|
64
|
-
var
|
|
64
|
+
var Gr = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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.67983C1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022C7.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.1916C7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212C1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.1846 1.86439C4.8641 0.989866 3.62725 0.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655C2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055L3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655C7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439ZM4.98996 4.82056L4.24567 2.78971L3.50138 4.82056H4.98996Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, mn = re(function(t, e) {
|
|
65
65
|
return ie(ae, Object.assign({}, t, {
|
|
66
66
|
id: "ascending-icon",
|
|
67
67
|
ref: e,
|
|
68
|
-
icon:
|
|
68
|
+
icon: Gr
|
|
69
69
|
}));
|
|
70
70
|
});
|
|
71
71
|
mn.displayName = "AscendingIcon";
|
|
72
|
-
var
|
|
72
|
+
var Xr = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.3313 1.4667C5.3313 1.13533 5.59993 0.866699 5.9313 0.866699H10.069C10.4004 0.866699 10.669 1.13533 10.669 1.4667C10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.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.64443C14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928L9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171C10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778L9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539C9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263L6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539C5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778L6.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" } }] }, pn = re(function(t, e) {
|
|
73
73
|
return ie(ae, Object.assign({}, t, {
|
|
74
74
|
id: "delete-icon",
|
|
75
75
|
ref: e,
|
|
76
|
-
icon:
|
|
76
|
+
icon: Xr
|
|
77
77
|
}));
|
|
78
78
|
});
|
|
79
79
|
pn.displayName = "DeleteIcon";
|
|
80
|
-
var
|
|
80
|
+
var zr = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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.67983C1.38967 9.34846 1.6583 9.07983 1.98967 9.07983H6.50138C6.74406 9.07983 6.96284 9.22602 7.05571 9.45022C7.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.1916C7.10138 14.5229 6.83276 14.7916 6.50138 14.7916H1.98967C1.74699 14.7916 1.52821 14.6454 1.43534 14.4212C1.34247 14.197 1.3938 13.9389 1.5654 13.7673L5.05286 10.2798H1.98967Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.1846 1.86439C4.8641 0.989866 3.62725 0.989866 3.30674 1.86439L1.34882 7.20672C1.23479 7.51786 1.39458 7.86252 1.70571 7.97655C2.01684 8.09058 2.3615 7.93079 2.47553 7.61966L3.06159 6.02055L3.06338 6.02056H5.42975L6.01581 7.61966C6.12984 7.93079 6.4745 8.09058 6.78563 7.97655C7.09677 7.86252 7.25655 7.51786 7.14252 7.20672L5.1846 1.86439ZM4.98996 4.82056L4.24567 2.78971L3.50138 4.82056H4.98996Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, fn = re(function(t, e) {
|
|
81
81
|
return ie(ae, Object.assign({}, t, {
|
|
82
82
|
id: "descending-icon",
|
|
83
83
|
ref: e,
|
|
84
|
-
icon:
|
|
84
|
+
icon: zr
|
|
85
85
|
}));
|
|
86
86
|
});
|
|
87
87
|
fn.displayName = "DescendingIcon";
|
|
88
|
-
var
|
|
88
|
+
var Kr = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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" } }] }, Ze = re(function(t, e) {
|
|
89
89
|
return ie(ae, Object.assign({}, t, {
|
|
90
90
|
id: "dropdown-icon",
|
|
91
91
|
ref: e,
|
|
92
|
-
icon:
|
|
92
|
+
icon: Kr
|
|
93
93
|
}));
|
|
94
94
|
});
|
|
95
95
|
Ze.displayName = "DropdownIcon";
|
|
96
|
-
var
|
|
96
|
+
var Jr = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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" } }] }, Cn = re(function(t, e) {
|
|
97
97
|
return ie(ae, Object.assign({}, t, {
|
|
98
98
|
id: "grid-outline-icon",
|
|
99
99
|
ref: e,
|
|
100
|
-
icon:
|
|
100
|
+
icon: Jr
|
|
101
101
|
}));
|
|
102
102
|
});
|
|
103
103
|
Cn.displayName = "GridOutlineIcon";
|
|
104
|
-
var
|
|
104
|
+
var ei = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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" } }] }, Nt = re(function(t, e) {
|
|
105
105
|
return ie(ae, Object.assign({}, t, {
|
|
106
106
|
id: "more-down-icon",
|
|
107
107
|
ref: e,
|
|
108
|
-
icon:
|
|
108
|
+
icon: ei
|
|
109
109
|
}));
|
|
110
110
|
});
|
|
111
|
-
|
|
112
|
-
var
|
|
111
|
+
Nt.displayName = "MoreDownIcon";
|
|
112
|
+
var ti = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", 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" } }] }, Sn = re(function(t, e) {
|
|
113
113
|
return ie(ae, Object.assign({}, t, {
|
|
114
114
|
id: "paint-bucket-double-icon",
|
|
115
115
|
ref: e,
|
|
116
|
-
icon:
|
|
116
|
+
icon: ti
|
|
117
117
|
}));
|
|
118
118
|
});
|
|
119
119
|
Sn.displayName = "PaintBucketDoubleIcon";
|
|
120
|
-
var
|
|
120
|
+
var ni = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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" } }] }, _n = re(function(t, e) {
|
|
121
121
|
return ie(ae, Object.assign({}, t, {
|
|
122
122
|
id: "rename-icon",
|
|
123
123
|
ref: e,
|
|
124
|
-
icon:
|
|
124
|
+
icon: ni
|
|
125
125
|
}));
|
|
126
126
|
});
|
|
127
127
|
_n.displayName = "RenameIcon";
|
|
128
|
-
var
|
|
128
|
+
var ri = { tag: "svg", attrs: { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "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" } }] }, Tn = re(function(t, e) {
|
|
129
129
|
return ie(ae, Object.assign({}, t, {
|
|
130
130
|
id: "table-icon",
|
|
131
131
|
ref: e,
|
|
132
|
-
icon:
|
|
132
|
+
icon: ri
|
|
133
133
|
}));
|
|
134
134
|
});
|
|
135
135
|
Tn.displayName = "TableIcon";
|
|
136
|
-
var pe = /* @__PURE__ */ ((t) => (t.Items = "items", t.Condition = "condition", t))(pe || {}),
|
|
137
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
136
|
+
var pe = /* @__PURE__ */ ((t) => (t.Items = "items", t.Condition = "condition", t))(pe || {}), ii = Object.getOwnPropertyDescriptor, ai = (t, e, n, r) => {
|
|
137
|
+
for (var i = r > 1 ? void 0 : r ? ii(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
138
138
|
(s = t[a]) && (i = s(i) || i);
|
|
139
139
|
return i;
|
|
140
|
-
},
|
|
140
|
+
}, Je = (t, e) => (n, r) => e(n, r, t);
|
|
141
141
|
let $e = class extends Pe {
|
|
142
142
|
constructor(e, n, r, i) {
|
|
143
143
|
super();
|
|
@@ -146,7 +146,7 @@ let $e = class extends Pe {
|
|
|
146
146
|
}
|
|
147
147
|
_registerTableFilterChangeEvent() {
|
|
148
148
|
this._commandService.onCommandExecuted((e) => {
|
|
149
|
-
if (e.id ===
|
|
149
|
+
if (e.id === $r.id) {
|
|
150
150
|
const { unitId: n, subUnitId: r, cellValue: i } = e.params, a = this._tableManager.getTablesBySubunitId(n, r);
|
|
151
151
|
if (!a.length)
|
|
152
152
|
return;
|
|
@@ -228,14 +228,14 @@ let $e = class extends Pe {
|
|
|
228
228
|
return this._itemsCache.set(r + i, { data: _, itemsCountMap: S, allItemsCount: T }), { data: _, itemsCountMap: S, allItemsCount: T };
|
|
229
229
|
}
|
|
230
230
|
};
|
|
231
|
-
$e =
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
231
|
+
$e = ai([
|
|
232
|
+
Je(0, N(ne)),
|
|
233
|
+
Je(1, N(qn)),
|
|
234
|
+
Je(2, N(fe)),
|
|
235
|
+
Je(3, le)
|
|
236
236
|
], $e);
|
|
237
237
|
var Z = /* @__PURE__ */ ((t) => (t.DatePicker = "DatePicker", t.DateRange = "DateRange", t.Input = "Input", t.Inputs = "Inputs", t.Select = "Select", t.None = "None", t))(Z || {});
|
|
238
|
-
function
|
|
238
|
+
function si(t) {
|
|
239
239
|
const n = t.get(oe).t;
|
|
240
240
|
return [
|
|
241
241
|
{
|
|
@@ -414,7 +414,7 @@ function ai(t) {
|
|
|
414
414
|
}
|
|
415
415
|
];
|
|
416
416
|
}
|
|
417
|
-
function
|
|
417
|
+
function li(t, e) {
|
|
418
418
|
if (!e)
|
|
419
419
|
return [];
|
|
420
420
|
const r = t.get(oe).t;
|
|
@@ -493,7 +493,7 @@ function si(t, e) {
|
|
|
493
493
|
return [];
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
|
-
const
|
|
496
|
+
const xt = /* @__PURE__ */ new Set([
|
|
497
497
|
l.Equal,
|
|
498
498
|
l.NotEqual,
|
|
499
499
|
l.After,
|
|
@@ -501,10 +501,10 @@ const Nt = /* @__PURE__ */ new Set([
|
|
|
501
501
|
l.Before,
|
|
502
502
|
l.BeforeOrEqual
|
|
503
503
|
]);
|
|
504
|
-
function
|
|
505
|
-
return e ? t === B.String ? Z.Input : t === B.Number ? e === $.Between || e === $.NotBetween ? Z.Inputs : Z.Input : t === B.Date ? e === l.Between || e === l.NotBetween ? Z.DateRange : e === l.Quarter || e === l.Month ? Z.Select :
|
|
504
|
+
function oi(t, e) {
|
|
505
|
+
return e ? t === B.String ? Z.Input : t === B.Number ? e === $.Between || e === $.NotBetween ? Z.Inputs : Z.Input : t === B.Date ? e === l.Between || e === l.NotBetween ? Z.DateRange : e === l.Quarter || e === l.Month ? Z.Select : xt.has(e) ? Z.DatePicker : Z.None : Z.None : Z.None;
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function ci(t) {
|
|
508
508
|
if (!t || t.filterType !== "condition")
|
|
509
509
|
return {
|
|
510
510
|
type: B.String,
|
|
@@ -522,7 +522,7 @@ function oi(t) {
|
|
|
522
522
|
type: n,
|
|
523
523
|
compare: r,
|
|
524
524
|
info: {}
|
|
525
|
-
} :
|
|
525
|
+
} : xt.has(r) ? {
|
|
526
526
|
type: n,
|
|
527
527
|
compare: r,
|
|
528
528
|
info: {
|
|
@@ -564,9 +564,9 @@ function oi(t) {
|
|
|
564
564
|
info: {}
|
|
565
565
|
};
|
|
566
566
|
}
|
|
567
|
-
const
|
|
568
|
-
var S, T, k, f,
|
|
569
|
-
const { conditionInfo: e, onChange: n } = t, r = M(oe), [i, a] = q(!1), s = M(Oe), c =
|
|
567
|
+
const ui = (t) => {
|
|
568
|
+
var S, T, k, f, x, y, D;
|
|
569
|
+
const { conditionInfo: e, onChange: n } = t, r = M(oe), [i, a] = q(!1), s = M(Oe), c = si(s), d = (v, p, L) => {
|
|
570
570
|
n({
|
|
571
571
|
type: p != null ? p : e.type,
|
|
572
572
|
compare: L != null ? L : e.compare,
|
|
@@ -577,11 +577,11 @@ const ci = (t) => {
|
|
|
577
577
|
const p = v[0], L = v[1];
|
|
578
578
|
L && a(!1);
|
|
579
579
|
const R = {};
|
|
580
|
-
p === B.Date ? L === l.Quarter ? R.dateSelect = l.Q1 : L === l.Month ? R.dateSelect = l.M1 :
|
|
581
|
-
}, u =
|
|
580
|
+
p === B.Date ? L === l.Quarter ? R.dateSelect = l.Q1 : L === l.Month ? R.dateSelect = l.M1 : xt.has(L) ? R.date = /* @__PURE__ */ new Date() : R.dateRange = [/* @__PURE__ */ new Date(), /* @__PURE__ */ new Date()] : p === B.Number ? R.number = 0 : p === B.String && (R.string = ""), d(R, v[0], (C = v[1]) != null ? C : j.Equal);
|
|
581
|
+
}, u = oi(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 _ = li(s, e.compare);
|
|
585
585
|
return /* @__PURE__ */ I("div", { children: [
|
|
586
586
|
/* @__PURE__ */ o(
|
|
587
587
|
Le,
|
|
@@ -590,7 +590,7 @@ const ci = (t) => {
|
|
|
590
590
|
open: i,
|
|
591
591
|
onOpenChange: a,
|
|
592
592
|
overlay: /* @__PURE__ */ o(
|
|
593
|
-
|
|
593
|
+
yr,
|
|
594
594
|
{
|
|
595
595
|
value: [e.type, e.compare],
|
|
596
596
|
options: c,
|
|
@@ -605,7 +605,7 @@ const ci = (t) => {
|
|
|
605
605
|
className: O("univer-box-border univer-flex univer-h-8 univer-w-full univer-items-center univer-justify-between univer-rounded-md univer-bg-white univer-px-2 univer-text-sm univer-transition-colors univer-duration-200 hover:univer-border-primary-600 focus:univer-border-primary-600 focus:univer-outline-none focus:univer-ring-2 dark:!univer-bg-gray-700 dark:!univer-text-white", F),
|
|
606
606
|
children: [
|
|
607
607
|
/* @__PURE__ */ o("span", { children: g }),
|
|
608
|
-
/* @__PURE__ */ o(
|
|
608
|
+
/* @__PURE__ */ o(Nt, {})
|
|
609
609
|
]
|
|
610
610
|
}
|
|
611
611
|
)
|
|
@@ -632,7 +632,7 @@ const ci = (t) => {
|
|
|
632
632
|
}
|
|
633
633
|
) }),
|
|
634
634
|
u === Z.DatePicker && /* @__PURE__ */ o("div", { id: "univer-table-date-picker-wrapper", children: /* @__PURE__ */ o(
|
|
635
|
-
|
|
635
|
+
Rr,
|
|
636
636
|
{
|
|
637
637
|
value: de(e.info.date),
|
|
638
638
|
defaultPickerValue: de(),
|
|
@@ -643,7 +643,7 @@ const ci = (t) => {
|
|
|
643
643
|
}
|
|
644
644
|
) }),
|
|
645
645
|
u === Z.DateRange && /* @__PURE__ */ o("div", { id: "univer-table-date-range-wrapper", children: /* @__PURE__ */ o(
|
|
646
|
-
|
|
646
|
+
Mr,
|
|
647
647
|
{
|
|
648
648
|
value: [(T = de((S = e.info.dateRange) == null ? void 0 : S[0])) != null ? T : de(), (f = de((k = e.info.dateRange) == null ? void 0 : k[1])) != null ? f : de()],
|
|
649
649
|
defaultPickerValue: [de(), de()],
|
|
@@ -660,7 +660,7 @@ const ci = (t) => {
|
|
|
660
660
|
bt,
|
|
661
661
|
{
|
|
662
662
|
className: "univer-w-full",
|
|
663
|
-
value: (
|
|
663
|
+
value: (x = e.info.numberRange) == null ? void 0 : x[0],
|
|
664
664
|
onChange: (v) => {
|
|
665
665
|
var p;
|
|
666
666
|
v !== null && d({ numberRange: [v, (p = e.info.numberRange) == null ? void 0 : p[1]] });
|
|
@@ -683,7 +683,7 @@ const ci = (t) => {
|
|
|
683
683
|
)
|
|
684
684
|
] }),
|
|
685
685
|
u === Z.Select && /* @__PURE__ */ o(
|
|
686
|
-
|
|
686
|
+
Nr,
|
|
687
687
|
{
|
|
688
688
|
className: "univer-w-full",
|
|
689
689
|
value: (D = e.info.dateSelect) != null ? D : _[0].value,
|
|
@@ -693,14 +693,14 @@ const ci = (t) => {
|
|
|
693
693
|
)
|
|
694
694
|
] })
|
|
695
695
|
] });
|
|
696
|
-
},
|
|
696
|
+
}, di = (t) => {
|
|
697
697
|
let e = 0;
|
|
698
698
|
return t.forEach((n) => {
|
|
699
699
|
e += n;
|
|
700
700
|
}), e;
|
|
701
701
|
};
|
|
702
|
-
function
|
|
703
|
-
const { unitId: e, tableId: n, subUnitId: r, columnIndex: i, checkedItemSet: a, setCheckedItemSet: s, tableFilter: c } = t, d = M(oe), h = M($e), { data: u, itemsCountMap: g, allItemsCount: _ } = h.getTableFilterItems(e, r, n, i), [S, T] = q(c === void 0 ? !0 : a.size === g.size), [k, f] = q(S ? _ :
|
|
702
|
+
function hi(t) {
|
|
703
|
+
const { unitId: e, tableId: n, subUnitId: r, columnIndex: i, checkedItemSet: a, setCheckedItemSet: s, tableFilter: c } = t, d = M(oe), h = M($e), { data: u, itemsCountMap: g, allItemsCount: _ } = h.getTableFilterItems(e, r, n, i), [S, T] = q(c === void 0 ? !0 : a.size === g.size), [k, f] = q(S ? _ : di(g)), x = !S && a.size > 0, [y, D] = q(""), v = dn(() => y ? u.filter((C) => String(C.title).toLowerCase().includes(y.toLowerCase())) : u, [y, u]), p = Vt(() => {
|
|
704
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));
|
|
@@ -732,7 +732,7 @@ function di(t) {
|
|
|
732
732
|
/* @__PURE__ */ o("div", { className: "univer-flex univer-items-center univer-px-2 univer-py-1", children: /* @__PURE__ */ o(
|
|
733
733
|
Dt,
|
|
734
734
|
{
|
|
735
|
-
indeterminate:
|
|
735
|
+
indeterminate: x,
|
|
736
736
|
disabled: u.length === 0,
|
|
737
737
|
checked: S,
|
|
738
738
|
onChange: p,
|
|
@@ -769,33 +769,33 @@ function di(t) {
|
|
|
769
769
|
)
|
|
770
770
|
] });
|
|
771
771
|
}
|
|
772
|
-
function
|
|
772
|
+
function vi() {
|
|
773
773
|
var ue;
|
|
774
|
-
const t = M(oe), e =
|
|
774
|
+
const t = M(oe), e = gi(t), n = M($e), r = M(ne), i = M(le), a = M(qt), s = M(ke), c = s.getCurrentTableFilterInfo(), d = n.getTableFilterPanelInitProps(c.unitId, c.subUnitId, c.tableId, c.column), { unitId: h, subUnitId: u, tableId: g, tableFilter: _, currentFilterBy: S, columnIndex: T } = d, { data: k } = n.getTableFilterItems(h, u, g, T), f = n.getTableFilterCheckedItems(h, g, T), [x, y] = q(new Set(f)), [D, v] = q(S || pe.Items), [p, L] = q(() => {
|
|
775
775
|
const b = d.tableFilter;
|
|
776
|
-
return
|
|
776
|
+
return ci(b);
|
|
777
777
|
}), R = r.getTable(h, g);
|
|
778
778
|
if (!R) return null;
|
|
779
779
|
const C = R.getTableFilters(), H = C.getSortState();
|
|
780
|
-
H.columnIndex === T && (H.sortState,
|
|
780
|
+
H.columnIndex === T && (H.sortState, Xe.Asc), H.columnIndex === T && (H.sortState, Xe.Desc);
|
|
781
781
|
const E = () => {
|
|
782
782
|
s.closeFilterPanel();
|
|
783
783
|
}, Q = () => {
|
|
784
784
|
E();
|
|
785
785
|
}, U = (b) => {
|
|
786
786
|
const P = R.getTableFilterRange();
|
|
787
|
-
i.executeCommand(
|
|
787
|
+
i.executeCommand(Br.id, {
|
|
788
788
|
unitId: h,
|
|
789
789
|
subUnitId: u,
|
|
790
790
|
range: P,
|
|
791
791
|
orderRules: [{ colIndex: T + P.startColumn, type: b ? Ht.ASC : Ht.DESC }],
|
|
792
792
|
hasTitle: !1
|
|
793
|
-
}), C.setSortState(T, b ?
|
|
793
|
+
}), C.setSortState(T, b ? Xe.Asc : Xe.Desc), E();
|
|
794
794
|
}, ee = () => {
|
|
795
795
|
if (D === pe.Items) {
|
|
796
796
|
const b = [];
|
|
797
797
|
for (const Y of k)
|
|
798
|
-
|
|
798
|
+
x.has(Y.title) && b.push(Y.title);
|
|
799
799
|
const P = R.getTableFilterColumn(T);
|
|
800
800
|
if (P) {
|
|
801
801
|
if (P.values.join(",") === b.join(",")) {
|
|
@@ -837,7 +837,7 @@ function hi() {
|
|
|
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
|
-
Ce && /* @__PURE__ */ o("div", { className: "univer-mb-3 univer-flex", children: /* @__PURE__ */ I(
|
|
840
|
+
Ce && /* @__PURE__ */ o("div", { className: "univer-mb-3 univer-flex", children: /* @__PURE__ */ I(Er, { className: "univer-mb-3 univer-w-full", children: [
|
|
841
841
|
/* @__PURE__ */ I(Te, { className: "univer-w-1/2", onClick: () => U(!0), children: [
|
|
842
842
|
/* @__PURE__ */ o(mn, { className: "univer-mr-1" }),
|
|
843
843
|
t.t("sheets-sort.general.sort-asc")
|
|
@@ -848,7 +848,7 @@ function hi() {
|
|
|
848
848
|
] })
|
|
849
849
|
] }) }),
|
|
850
850
|
/* @__PURE__ */ o("div", { className: "univer-w-full", children: /* @__PURE__ */ o(
|
|
851
|
-
|
|
851
|
+
Lr,
|
|
852
852
|
{
|
|
853
853
|
value: D,
|
|
854
854
|
items: e,
|
|
@@ -856,18 +856,18 @@ function hi() {
|
|
|
856
856
|
}
|
|
857
857
|
) }),
|
|
858
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: D === pe.Items ? /* @__PURE__ */ o(
|
|
859
|
-
|
|
859
|
+
hi,
|
|
860
860
|
{
|
|
861
861
|
tableFilter: _,
|
|
862
862
|
unitId: h,
|
|
863
863
|
subUnitId: u,
|
|
864
864
|
tableId: g,
|
|
865
865
|
columnIndex: T,
|
|
866
|
-
checkedItemSet:
|
|
866
|
+
checkedItemSet: x,
|
|
867
867
|
setCheckedItemSet: y
|
|
868
868
|
}
|
|
869
869
|
) : /* @__PURE__ */ o(
|
|
870
|
-
|
|
870
|
+
ui,
|
|
871
871
|
{
|
|
872
872
|
tableFilter: _,
|
|
873
873
|
unitId: h,
|
|
@@ -902,18 +902,18 @@ function hi() {
|
|
|
902
902
|
}
|
|
903
903
|
);
|
|
904
904
|
}
|
|
905
|
-
function
|
|
905
|
+
function gi(t) {
|
|
906
906
|
const e = t.getCurrentLocale();
|
|
907
907
|
return dn(() => [
|
|
908
908
|
{ label: t.t("sheets-filter.panel.by-values"), value: pe.Items },
|
|
909
909
|
{ label: t.t("sheets-filter.panel.by-conditions"), value: pe.Condition }
|
|
910
910
|
], [e, t]);
|
|
911
911
|
}
|
|
912
|
-
var
|
|
913
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
912
|
+
var bi = Object.getOwnPropertyDescriptor, mi = (t, e, n, r) => {
|
|
913
|
+
for (var i = r > 1 ? void 0 : r ? bi(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
914
914
|
(s = t[a]) && (i = s(i) || i);
|
|
915
915
|
return i;
|
|
916
|
-
},
|
|
916
|
+
}, et = (t, e) => (n, r) => e(n, r, t);
|
|
917
917
|
let ke = class extends Pe {
|
|
918
918
|
constructor(e, n, r, i) {
|
|
919
919
|
super();
|
|
@@ -932,13 +932,13 @@ let ke = class extends Pe {
|
|
|
932
932
|
}
|
|
933
933
|
_initComponents() {
|
|
934
934
|
[
|
|
935
|
-
[ge,
|
|
935
|
+
[ge, vi]
|
|
936
936
|
].forEach(([e, n]) => {
|
|
937
937
|
this.disposeWithMe(this._componentManager.register(e, n));
|
|
938
938
|
});
|
|
939
939
|
}
|
|
940
940
|
_initUIPopup() {
|
|
941
|
-
this.disposeWithMe(this._contextService.subscribeContextValue$(ge).pipe(an(void 0),
|
|
941
|
+
this.disposeWithMe(this._contextService.subscribeContextValue$(ge).pipe(an(void 0), Cr()).subscribe((e) => {
|
|
942
942
|
e ? this._openFilterPopup() : e === !1 && this._closeFilterPopup();
|
|
943
943
|
}));
|
|
944
944
|
}
|
|
@@ -954,7 +954,7 @@ let ke = class extends Pe {
|
|
|
954
954
|
componentKey: ge,
|
|
955
955
|
direction: "horizontal",
|
|
956
956
|
onClickOutside: () => {
|
|
957
|
-
this._dialogService.close(
|
|
957
|
+
this._dialogService.close(Ur), this._contextService.setContextValue(ge, !1);
|
|
958
958
|
},
|
|
959
959
|
offset: [5, 0]
|
|
960
960
|
});
|
|
@@ -964,11 +964,11 @@ let ke = class extends Pe {
|
|
|
964
964
|
(e = this._popupDisposable) == null || e.dispose(), this._popupDisposable = null, this.clearCurrentTableFilterInfo();
|
|
965
965
|
}
|
|
966
966
|
};
|
|
967
|
-
ke =
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
967
|
+
ke = mi([
|
|
968
|
+
et(0, N(nn)),
|
|
969
|
+
et(1, It),
|
|
970
|
+
et(2, N(nr)),
|
|
971
|
+
et(3, N(rn))
|
|
972
972
|
], ke);
|
|
973
973
|
const St = {
|
|
974
974
|
type: Yt.OPERATION,
|
|
@@ -987,7 +987,7 @@ const St = {
|
|
|
987
987
|
const e = t.get(fe), n = t.get(le), r = ut(e);
|
|
988
988
|
if (!r)
|
|
989
989
|
return !1;
|
|
990
|
-
const { unitId: i, subUnitId: a, worksheet: s } = r, d = t.get(dt).getCurrentLastSelection(), h = (S = d == null ? void 0 : d.range) != null ? S : { startRow: 0, endRow: 0, startColumn: 0, endColumn: 0 }, g =
|
|
990
|
+
const { unitId: i, subUnitId: a, worksheet: s } = r, d = t.get(dt).getCurrentLastSelection(), h = (S = d == null ? void 0 : d.range) != null ? S : { startRow: 0, endRow: 0, startColumn: 0, endColumn: 0 }, g = kr(d) ? Pr(h, { up: !0, left: !0, right: !0, down: !0 }, s) : h, _ = await wn(t, i, a, g);
|
|
991
991
|
return _ ? (n.executeCommand(Gn.id, { ..._ }), !0) : !1;
|
|
992
992
|
}
|
|
993
993
|
};
|
|
@@ -1030,15 +1030,15 @@ const In = "sheets-table-ui.config", Ut = {
|
|
|
1030
1030
|
anchorHeight: 24,
|
|
1031
1031
|
anchorBackgroundColor: "rgb(134,139,156)"
|
|
1032
1032
|
};
|
|
1033
|
-
var
|
|
1034
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1033
|
+
var pi = Object.getOwnPropertyDescriptor, fi = (t, e, n, r) => {
|
|
1034
|
+
for (var i = r > 1 ? void 0 : r ? pi(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
1035
1035
|
(s = t[a]) && (i = s(i) || i);
|
|
1036
1036
|
return i;
|
|
1037
|
-
},
|
|
1037
|
+
}, Ci = (t, e) => (n, r) => e(n, r, t);
|
|
1038
1038
|
let ye = class extends Pe {
|
|
1039
1039
|
constructor(e) {
|
|
1040
1040
|
super();
|
|
1041
|
-
A(this, "_refreshTable", new
|
|
1041
|
+
A(this, "_refreshTable", new Sr());
|
|
1042
1042
|
A(this, "refreshTable$", this._refreshTable.asObservable());
|
|
1043
1043
|
this._commandService = e, this._initListener();
|
|
1044
1044
|
}
|
|
@@ -1053,12 +1053,12 @@ let ye = class extends Pe {
|
|
|
1053
1053
|
);
|
|
1054
1054
|
}
|
|
1055
1055
|
};
|
|
1056
|
-
ye =
|
|
1057
|
-
|
|
1056
|
+
ye = fi([
|
|
1057
|
+
Ci(0, N(le))
|
|
1058
1058
|
], ye);
|
|
1059
|
-
const
|
|
1059
|
+
const Si = () => {
|
|
1060
1060
|
var Ce, ue;
|
|
1061
|
-
const [t, e] = q(""), [n, r] = q(""), i = M(ur), [a, s] = q({}), c = M(Oe), d = M(
|
|
1061
|
+
const [t, e] = q(""), [n, r] = q(""), i = M(ur), [a, s] = q({}), c = M(Oe), d = M(at), h = we(d.anchorPosition$), u = M(le), g = M(fe), _ = M(on), S = we(_.unitPermissionInitStateChange$, !1), T = M(ne), k = M(cn), f = M(ye), x = we(f.refreshTable$), y = M(oe), D = M(dt), v = we(D.selectionChanged$, [{ range: Zt(0, 0), primary: null }]), [, p] = q(Math.random()), R = M(Qt).getConfig(In), C = (Ce = R == null ? void 0 : R.anchorHeight) != null ? Ce : 24, H = (ue = R == null ? void 0 : R.anchorBackgroundColor) != null ? ue : "rgb(53,91,183)", E = (b, P) => {
|
|
1062
1062
|
s((V) => ({
|
|
1063
1063
|
...V,
|
|
1064
1064
|
[b]: P
|
|
@@ -1066,7 +1066,7 @@ const Ci = () => {
|
|
|
1066
1066
|
};
|
|
1067
1067
|
if (hn(() => {
|
|
1068
1068
|
p(Math.random());
|
|
1069
|
-
}, [
|
|
1069
|
+
}, [x]), !(h != null && h.length))
|
|
1070
1070
|
return null;
|
|
1071
1071
|
const Q = ut(g);
|
|
1072
1072
|
if (!Q) return null;
|
|
@@ -1097,10 +1097,10 @@ const Ci = () => {
|
|
|
1097
1097
|
var Be, Fe, m, w, z, K, se;
|
|
1098
1098
|
const P = T.getTableById(U, b.tableId);
|
|
1099
1099
|
if (!P) return null;
|
|
1100
|
-
const V = k.getRangeThemeStyle(U, P.getTableStyleId()), Y = (m = (Fe = (Be = V == null ? void 0 : V.getHeaderRowStyle()) == null ? void 0 : Be.bg) == null ? void 0 : Fe.rgb) != null ? m : H,
|
|
1100
|
+
const V = k.getRangeThemeStyle(U, P.getTableStyleId()), Y = (m = (Fe = (Be = V == null ? void 0 : V.getHeaderRowStyle()) == null ? void 0 : Be.bg) == null ? void 0 : Fe.rgb) != null ? m : H, Ye = (K = (z = (w = V == null ? void 0 : V.getHeaderRowStyle()) == null ? void 0 : w.cl) == null ? void 0 : z.rgb) != null ? K : "rgb(255, 255, 255)", Qe = P.getRange();
|
|
1101
1101
|
if (!(v != null && v.length))
|
|
1102
1102
|
return null;
|
|
1103
|
-
const
|
|
1103
|
+
const Ge = v[v.length - 1].range, De = !me.intersects(Qe, Ge) && b.y <= 20;
|
|
1104
1104
|
return /* @__PURE__ */ I(
|
|
1105
1105
|
"div",
|
|
1106
1106
|
{
|
|
@@ -1112,7 +1112,7 @@ const Ci = () => {
|
|
|
1112
1112
|
left: b.x,
|
|
1113
1113
|
top: Math.max(b.y, 0),
|
|
1114
1114
|
backgroundColor: Y,
|
|
1115
|
-
color:
|
|
1115
|
+
color: Ye,
|
|
1116
1116
|
borderWidth: "0.5px",
|
|
1117
1117
|
height: C ? `${C}px` : "24px"
|
|
1118
1118
|
},
|
|
@@ -1175,7 +1175,7 @@ const Ci = () => {
|
|
|
1175
1175
|
const W = T.getTableById(U, b.tableId);
|
|
1176
1176
|
if (!W) return;
|
|
1177
1177
|
const Se = W.getTableConfig(), _e = {
|
|
1178
|
-
id:
|
|
1178
|
+
id: Wr,
|
|
1179
1179
|
header: { title: y.t("sheets-table.tableStyle") },
|
|
1180
1180
|
children: {
|
|
1181
1181
|
label: gn,
|
|
@@ -1227,7 +1227,7 @@ const Ci = () => {
|
|
|
1227
1227
|
onOpenChange: (W) => {
|
|
1228
1228
|
E(b.tableId, W);
|
|
1229
1229
|
},
|
|
1230
|
-
children: /* @__PURE__ */ o(
|
|
1230
|
+
children: /* @__PURE__ */ o(Nt, {})
|
|
1231
1231
|
},
|
|
1232
1232
|
b.tableId
|
|
1233
1233
|
)
|
|
@@ -1237,12 +1237,12 @@ const Ci = () => {
|
|
|
1237
1237
|
);
|
|
1238
1238
|
}) }) : null;
|
|
1239
1239
|
};
|
|
1240
|
-
var
|
|
1241
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1240
|
+
var _i = Object.getOwnPropertyDescriptor, Ti = (t, e, n, r) => {
|
|
1241
|
+
for (var i = r > 1 ? void 0 : r ? _i(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
1242
1242
|
(s = t[a]) && (i = s(i) || i);
|
|
1243
1243
|
return i;
|
|
1244
1244
|
}, te = (t, e) => (n, r) => e(n, r, t);
|
|
1245
|
-
let
|
|
1245
|
+
let at = class extends Pe {
|
|
1246
1246
|
constructor(e, n, r, i, a, s, c, d, h, u, g) {
|
|
1247
1247
|
super();
|
|
1248
1248
|
A(this, "_anchorVisible$", new Ot(!0));
|
|
@@ -1253,7 +1253,7 @@ let it = class extends Pe {
|
|
|
1253
1253
|
}
|
|
1254
1254
|
_initUI() {
|
|
1255
1255
|
this.disposeWithMe(
|
|
1256
|
-
this._uiPartsService.registerComponent(hr.CONTENT, () => vr(
|
|
1256
|
+
this._uiPartsService.registerComponent(hr.CONTENT, () => vr(Si, this._injector))
|
|
1257
1257
|
);
|
|
1258
1258
|
}
|
|
1259
1259
|
_initListener() {
|
|
@@ -1276,8 +1276,8 @@ let it = class extends Pe {
|
|
|
1276
1276
|
this._tableManager.tableNameChanged$,
|
|
1277
1277
|
this._tableManager.tableRangeChanged$,
|
|
1278
1278
|
this._tableManager.tableThemeChanged$,
|
|
1279
|
-
this._workbookPermissionService.unitPermissionInitStateChange$.pipe(
|
|
1280
|
-
this._permissionService.permissionPointUpdate$.pipe(
|
|
1279
|
+
this._workbookPermissionService.unitPermissionInitStateChange$.pipe(_r((e) => e)),
|
|
1280
|
+
this._permissionService.permissionPointUpdate$.pipe(Tr(300)),
|
|
1281
1281
|
this._anchorVisible$
|
|
1282
1282
|
).subscribe(() => {
|
|
1283
1283
|
var h;
|
|
@@ -1297,9 +1297,9 @@ let it = class extends Pe {
|
|
|
1297
1297
|
const d = a.reduce((u, g) => {
|
|
1298
1298
|
const { startRow: _, startColumn: S } = g.range, T = s.with(ct), k = sr(this._univerInstanceService, this._renderManagerService);
|
|
1299
1299
|
if (!k) return u;
|
|
1300
|
-
const { scene: f } = k,
|
|
1301
|
-
if (!
|
|
1302
|
-
const y = f == null ? void 0 : f.scaleX, D = f == null ? void 0 : f.scaleY, v = f == null ? void 0 : f.getViewportScrollXY(
|
|
1300
|
+
const { scene: f } = k, x = f.getViewport(Un.VIEW_MAIN);
|
|
1301
|
+
if (!x) return u;
|
|
1302
|
+
const y = f == null ? void 0 : f.scaleX, D = f == null ? void 0 : f.scaleY, v = f == null ? void 0 : f.getViewportScrollXY(x);
|
|
1303
1303
|
if (!y || !f || !D || !v) return u;
|
|
1304
1304
|
const p = T.getCurrentSkeleton();
|
|
1305
1305
|
if (!p) return u;
|
|
@@ -1316,34 +1316,34 @@ let it = class extends Pe {
|
|
|
1316
1316
|
);
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
|
-
|
|
1320
|
-
te(1,
|
|
1321
|
-
te(2,
|
|
1319
|
+
at = Ti([
|
|
1320
|
+
te(1, N(Oe)),
|
|
1321
|
+
te(2, N(ct)),
|
|
1322
1322
|
te(3, Xt),
|
|
1323
1323
|
te(4, le),
|
|
1324
1324
|
te(5, fe),
|
|
1325
1325
|
te(6, dr),
|
|
1326
|
-
te(7,
|
|
1327
|
-
te(8,
|
|
1328
|
-
te(9,
|
|
1329
|
-
te(10,
|
|
1330
|
-
],
|
|
1331
|
-
const
|
|
1326
|
+
te(7, N(ne)),
|
|
1327
|
+
te(8, N(rr)),
|
|
1328
|
+
te(9, N(on)),
|
|
1329
|
+
te(10, N(qt))
|
|
1330
|
+
], at);
|
|
1331
|
+
const xe = 16;
|
|
1332
1332
|
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");
|
|
1333
1333
|
class Wt {
|
|
1334
1334
|
static drawNoSetting(e, n, r, i) {
|
|
1335
1335
|
e.save(), Lt.drawWith(e, {
|
|
1336
1336
|
radius: 2,
|
|
1337
|
-
width:
|
|
1338
|
-
height:
|
|
1337
|
+
width: xe,
|
|
1338
|
+
height: xe,
|
|
1339
1339
|
fill: i
|
|
1340
|
-
}), e.lineCap = "square", e.strokeStyle = r, e.scale(n /
|
|
1340
|
+
}), e.lineCap = "square", e.strokeStyle = r, e.scale(n / xe, n / xe), 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();
|
|
1341
1341
|
}
|
|
1342
1342
|
static drawIconByPath(e, n, r, i) {
|
|
1343
1343
|
e.save(), e.strokeStyle = r, e.fillStyle = i, Lt.drawWith(e, {
|
|
1344
1344
|
radius: 2,
|
|
1345
|
-
width:
|
|
1346
|
-
height:
|
|
1345
|
+
width: xe,
|
|
1346
|
+
height: xe,
|
|
1347
1347
|
fill: i
|
|
1348
1348
|
}), n.forEach((a) => {
|
|
1349
1349
|
const s = new Path2D(a);
|
|
@@ -1351,29 +1351,29 @@ class Wt {
|
|
|
1351
1351
|
}), e.restore();
|
|
1352
1352
|
}
|
|
1353
1353
|
}
|
|
1354
|
-
const
|
|
1354
|
+
const wi = [
|
|
1355
1355
|
"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"
|
|
1356
|
-
],
|
|
1356
|
+
], Ii = [
|
|
1357
1357
|
"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",
|
|
1358
1358
|
"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"
|
|
1359
|
-
],
|
|
1359
|
+
], yi = [
|
|
1360
1360
|
"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",
|
|
1361
1361
|
"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"
|
|
1362
|
-
],
|
|
1362
|
+
], Ri = [
|
|
1363
1363
|
"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",
|
|
1364
1364
|
"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",
|
|
1365
1365
|
"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"
|
|
1366
|
-
],
|
|
1366
|
+
], Mi = [
|
|
1367
1367
|
"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",
|
|
1368
1368
|
"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",
|
|
1369
1369
|
"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"
|
|
1370
1370
|
];
|
|
1371
|
-
var
|
|
1372
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1371
|
+
var Ni = Object.getOwnPropertyDescriptor, xi = (t, e, n, r) => {
|
|
1372
|
+
for (var i = r > 1 ? void 0 : r ? Ni(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
1373
1373
|
(s = t[a]) && (i = s(i) || i);
|
|
1374
1374
|
return i;
|
|
1375
1375
|
}, pt = (t, e) => (n, r) => e(n, r, t);
|
|
1376
|
-
const be = 16,
|
|
1376
|
+
const be = 16, tt = 1;
|
|
1377
1377
|
let _t = class extends Zn {
|
|
1378
1378
|
constructor(e, n, r, i, a) {
|
|
1379
1379
|
super(e, n);
|
|
@@ -1397,23 +1397,23 @@ let _t = class extends Zn {
|
|
|
1397
1397
|
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)";
|
|
1398
1398
|
let u;
|
|
1399
1399
|
switch (c) {
|
|
1400
|
-
case
|
|
1401
|
-
u = Ti;
|
|
1402
|
-
break;
|
|
1403
|
-
case xe.FilteredSortAsc:
|
|
1400
|
+
case Ne.FilteredSortNone:
|
|
1404
1401
|
u = wi;
|
|
1405
1402
|
break;
|
|
1406
|
-
case
|
|
1403
|
+
case Ne.FilteredSortAsc:
|
|
1407
1404
|
u = Ii;
|
|
1408
1405
|
break;
|
|
1409
|
-
case
|
|
1410
|
-
break;
|
|
1411
|
-
case xe.FilterNoneSortAsc:
|
|
1406
|
+
case Ne.FilteredSortDesc:
|
|
1412
1407
|
u = yi;
|
|
1413
1408
|
break;
|
|
1414
|
-
case
|
|
1409
|
+
case Ne.FilterNoneSortNone:
|
|
1410
|
+
break;
|
|
1411
|
+
case Ne.FilterNoneSortAsc:
|
|
1415
1412
|
u = Ri;
|
|
1416
1413
|
break;
|
|
1414
|
+
case Ne.FilterNoneSortDesc:
|
|
1415
|
+
u = Mi;
|
|
1416
|
+
break;
|
|
1417
1417
|
}
|
|
1418
1418
|
u ? Wt.drawIconByPath(e, u, d, h) : c !== void 0 && Wt.drawNoSetting(e, be, d, h), e.restore();
|
|
1419
1419
|
}
|
|
@@ -1442,14 +1442,14 @@ let _t = class extends Zn {
|
|
|
1442
1442
|
_t = xi([
|
|
1443
1443
|
pt(2, It),
|
|
1444
1444
|
pt(3, le),
|
|
1445
|
-
pt(4,
|
|
1445
|
+
pt(4, N(Pn))
|
|
1446
1446
|
], _t);
|
|
1447
|
-
var
|
|
1448
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1447
|
+
var Ei = Object.getOwnPropertyDescriptor, Li = (t, e, n, r) => {
|
|
1448
|
+
for (var i = r > 1 ? void 0 : r ? Ei(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
1449
1449
|
(s = t[a]) && (i = s(i) || i);
|
|
1450
1450
|
return i;
|
|
1451
|
-
},
|
|
1452
|
-
const
|
|
1451
|
+
}, nt = (t, e) => (n, r) => e(n, r, t);
|
|
1452
|
+
const $i = 5e3;
|
|
1453
1453
|
let Tt = class extends Gt {
|
|
1454
1454
|
constructor(e, n, r, i, a) {
|
|
1455
1455
|
super();
|
|
@@ -1480,11 +1480,11 @@ let Tt = class extends Gt {
|
|
|
1480
1480
|
e.tableDelete$,
|
|
1481
1481
|
e.tableFilterChanged$
|
|
1482
1482
|
).pipe(
|
|
1483
|
-
|
|
1483
|
+
wr(() => s()),
|
|
1484
1484
|
an(s())
|
|
1485
1485
|
);
|
|
1486
1486
|
}),
|
|
1487
|
-
|
|
1487
|
+
Ir(this.dispose$)
|
|
1488
1488
|
).subscribe((n) => {
|
|
1489
1489
|
this._disposeRendering(), !(!n || !n.tableFilterRanges) && this._renderButtons(n);
|
|
1490
1490
|
});
|
|
@@ -1495,15 +1495,15 @@ let Tt = class extends Gt {
|
|
|
1495
1495
|
const { startRow: u, startColumn: g, endColumn: _ } = c;
|
|
1496
1496
|
this._interceptCellContent(r, a, c);
|
|
1497
1497
|
for (let S = g; S <= _; S++) {
|
|
1498
|
-
const T = `sheets-table-filter-button-${u}-${S}`, k = lr(u, S, s, i), { startX: f, startY:
|
|
1499
|
-
if (p <=
|
|
1498
|
+
const T = `sheets-table-filter-button-${u}-${S}`, k = lr(u, S, s, i), { startX: f, startY: x, endX: y, endY: D } = k, v = y - f, p = D - x;
|
|
1499
|
+
if (p <= tt || v <= tt)
|
|
1500
1500
|
continue;
|
|
1501
|
-
const L = d[S - g], R = y - be -
|
|
1501
|
+
const L = d[S - g], R = y - be - tt, C = D - be - tt, H = {
|
|
1502
1502
|
left: R,
|
|
1503
1503
|
top: C,
|
|
1504
1504
|
height: be,
|
|
1505
1505
|
width: be,
|
|
1506
|
-
zIndex:
|
|
1506
|
+
zIndex: $i,
|
|
1507
1507
|
cellHeight: p,
|
|
1508
1508
|
cellWidth: v,
|
|
1509
1509
|
filterParams: { unitId: r, subUnitId: a, row: u, col: S, buttonState: L, tableId: h }
|
|
@@ -1515,7 +1515,7 @@ let Tt = class extends Gt {
|
|
|
1515
1515
|
}
|
|
1516
1516
|
_interceptCellContent(e, n, r) {
|
|
1517
1517
|
const { startRow: i, startColumn: a, endColumn: s } = r;
|
|
1518
|
-
this._buttonRenderDisposable = this._sheetInterceptorService.intercept(
|
|
1518
|
+
this._buttonRenderDisposable = this._sheetInterceptorService.intercept(Or.CELL_CONTENT, {
|
|
1519
1519
|
effect: On.Style,
|
|
1520
1520
|
handler: (c, d, h) => {
|
|
1521
1521
|
const { row: u, col: g, unitId: _, subUnitId: S } = d;
|
|
@@ -1532,27 +1532,27 @@ let Tt = class extends Gt {
|
|
|
1532
1532
|
this._tableFilterButtonShapes.forEach((n) => n.dispose()), (e = this._buttonRenderDisposable) == null || e.dispose(), this._buttonRenderDisposable = null, this._tableFilterButtonShapes = [];
|
|
1533
1533
|
}
|
|
1534
1534
|
};
|
|
1535
|
-
Tt =
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1535
|
+
Tt = Li([
|
|
1536
|
+
nt(1, N(Oe)),
|
|
1537
|
+
nt(2, N(ct)),
|
|
1538
|
+
nt(3, N(un)),
|
|
1539
|
+
nt(4, N(ne))
|
|
1540
1540
|
], Tt);
|
|
1541
|
-
const
|
|
1541
|
+
const ki = (t) => {
|
|
1542
1542
|
const { unitId: e, subUnitId: n, range: r, onCancel: i, onConfirm: a, tableId: s } = t, c = M(ne), [d, h] = q(r), [u, g] = q(""), _ = M(oe), S = M(fe);
|
|
1543
1543
|
return /* @__PURE__ */ I(Rt, { children: [
|
|
1544
1544
|
/* @__PURE__ */ o(
|
|
1545
|
-
|
|
1545
|
+
Vr,
|
|
1546
1546
|
{
|
|
1547
1547
|
maxRangeCount: 1,
|
|
1548
1548
|
unitId: e,
|
|
1549
1549
|
subUnitId: n,
|
|
1550
1550
|
initialValue: At(r),
|
|
1551
1551
|
onChange: (T, k) => {
|
|
1552
|
-
const f = At(r),
|
|
1552
|
+
const f = At(r), x = Hr(k).range, y = ut(S, { unitId: e, subUnitId: n });
|
|
1553
1553
|
if (!y)
|
|
1554
1554
|
return;
|
|
1555
|
-
if (y.worksheet.getMergeData().some((E) => me.intersects(
|
|
1555
|
+
if (y.worksheet.getMergeData().some((E) => me.intersects(x, E))) {
|
|
1556
1556
|
g(_.t("sheets-table.tableRangeWithMergeError"));
|
|
1557
1557
|
return;
|
|
1558
1558
|
}
|
|
@@ -1560,12 +1560,12 @@ const $i = (t) => {
|
|
|
1560
1560
|
if (E.getId() === s)
|
|
1561
1561
|
return !1;
|
|
1562
1562
|
const Q = E.getRange();
|
|
1563
|
-
return me.intersects(
|
|
1563
|
+
return me.intersects(x, Q);
|
|
1564
1564
|
})) {
|
|
1565
1565
|
g(_.t("sheets-table.tableRangeWithOtherTableError"));
|
|
1566
1566
|
return;
|
|
1567
1567
|
}
|
|
1568
|
-
const { startRow: R, endRow: C } =
|
|
1568
|
+
const { startRow: R, endRow: C } = x;
|
|
1569
1569
|
if (R === C) {
|
|
1570
1570
|
g(_.t("sheets-table.tableRangeSingleRowError"));
|
|
1571
1571
|
return;
|
|
@@ -1575,11 +1575,11 @@ const $i = (t) => {
|
|
|
1575
1575
|
const E = c.getTableById(e, s);
|
|
1576
1576
|
if (E) {
|
|
1577
1577
|
const Q = E.getRange();
|
|
1578
|
-
if (me.intersects(
|
|
1579
|
-
h(
|
|
1578
|
+
if (me.intersects(x, Q) && Q.startRow === x.startRow) {
|
|
1579
|
+
h(x), g(""), a({
|
|
1580
1580
|
unitId: e,
|
|
1581
1581
|
subUnitId: n,
|
|
1582
|
-
range:
|
|
1582
|
+
range: x
|
|
1583
1583
|
});
|
|
1584
1584
|
return;
|
|
1585
1585
|
} else {
|
|
@@ -1588,7 +1588,7 @@ const $i = (t) => {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
}
|
|
1590
1590
|
}
|
|
1591
|
-
h(
|
|
1591
|
+
h(x), g("");
|
|
1592
1592
|
}
|
|
1593
1593
|
},
|
|
1594
1594
|
supportAcrossSheet: !1
|
|
@@ -1614,15 +1614,15 @@ const $i = (t) => {
|
|
|
1614
1614
|
)
|
|
1615
1615
|
] })
|
|
1616
1616
|
] });
|
|
1617
|
-
},
|
|
1618
|
-
var P, V, Y, ht,
|
|
1617
|
+
}, Pi = (t) => {
|
|
1618
|
+
var P, V, Y, ht, Ye, Qe, vt, Ge, gt, De, Be, Fe;
|
|
1619
1619
|
const { unitId: e, subUnitId: n, tableId: r } = t, i = M(le), a = M(oe), s = M(ne), c = s.getTableById(e, r), d = M(cn), h = M(ye), u = we(d.rangeThemeMapChange$), g = we(h.refreshTable$), _ = M(Dn), [, S] = q(Math.random()), T = we(s.tableThemeChanged$, {
|
|
1620
1620
|
theme: c == null ? void 0 : c.getTableStyleId(),
|
|
1621
1621
|
oldTheme: c == null ? void 0 : c.getTableStyleId(),
|
|
1622
1622
|
unitId: e,
|
|
1623
1623
|
subUnitId: n,
|
|
1624
1624
|
tableId: r
|
|
1625
|
-
}), k = d.getRegisteredRangeThemes().filter((m) => m == null ? void 0 : m.startsWith(
|
|
1625
|
+
}), k = d.getRegisteredRangeThemes().filter((m) => m == null ? void 0 : m.startsWith(jr)), f = d.getALLRegisteredTheme(e).filter((m) => m == null ? void 0 : m.startsWith(mt)), x = c == null ? void 0 : c.getTableStyleId(), y = f.find((m) => m === x), D = y || f[0], v = d.getCustomRangeThemeStyle(e, D), p = (Y = (V = (P = v == null ? void 0 : v.getHeaderRowStyle()) == null ? void 0 : P.bg) == null ? void 0 : V.rgb) != null ? Y : ve, L = (Qe = (Ye = (ht = v == null ? void 0 : v.getFirstRowStyle()) == null ? void 0 : ht.bg) == null ? void 0 : Ye.rgb) != null ? Qe : ve, R = (gt = (Ge = (vt = v == null ? void 0 : v.getSecondRowStyle()) == null ? void 0 : vt.bg) == null ? void 0 : Ge.rgb) != null ? gt : ve, C = (Fe = (Be = (De = v == null ? void 0 : v.getLastRowStyle()) == null ? void 0 : De.bg) == null ? void 0 : Be.rgb) != null ? Fe : ve, [H, E] = q(null), Q = (m) => {
|
|
1626
1626
|
i.executeCommand(Ct.id, {
|
|
1627
1627
|
unitId: e,
|
|
1628
1628
|
tableId: r,
|
|
@@ -1639,7 +1639,7 @@ const $i = (t) => {
|
|
|
1639
1639
|
const K = Number(m.split("-")[2]);
|
|
1640
1640
|
w = `${mt}${K + 1}`;
|
|
1641
1641
|
}
|
|
1642
|
-
const z = new
|
|
1642
|
+
const z = new Dr(w, { ...Kn });
|
|
1643
1643
|
i.executeCommand(Jn.id, {
|
|
1644
1644
|
unitId: e,
|
|
1645
1645
|
tableId: r,
|
|
@@ -1709,10 +1709,10 @@ const $i = (t) => {
|
|
|
1709
1709
|
onMouseEnter: () => E(m),
|
|
1710
1710
|
onMouseLeave: () => E(null),
|
|
1711
1711
|
children: [
|
|
1712
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: z != null ? z : G, border: `${z ? G :
|
|
1713
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: K != null ? K : G, border: `${K ? G :
|
|
1714
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: se != null ? se : G, border: `${se ? G :
|
|
1715
|
-
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: W != null ? W : G, border: `${W ? G :
|
|
1712
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: z != null ? z : G, border: `${z ? G : Ke}` } }),
|
|
1713
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: K != null ? K : G, border: `${K ? G : Ke}` } }),
|
|
1714
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: se != null ? se : G, border: `${se ? G : Ke}` } }),
|
|
1715
|
+
/* @__PURE__ */ o("div", { className: "univer-box-border univer-h-2.5", style: { background: W != null ? W : G, border: `${W ? G : Ke}` } }),
|
|
1716
1716
|
/* @__PURE__ */ o(
|
|
1717
1717
|
"div",
|
|
1718
1718
|
{
|
|
@@ -1751,7 +1751,7 @@ const $i = (t) => {
|
|
|
1751
1751
|
Le,
|
|
1752
1752
|
{
|
|
1753
1753
|
overlay: /* @__PURE__ */ o("div", { className: "univer-p-2", children: /* @__PURE__ */ o(
|
|
1754
|
-
|
|
1754
|
+
ze,
|
|
1755
1755
|
{
|
|
1756
1756
|
value: p,
|
|
1757
1757
|
onChange: (m) => {
|
|
@@ -1809,7 +1809,7 @@ const $i = (t) => {
|
|
|
1809
1809
|
Le,
|
|
1810
1810
|
{
|
|
1811
1811
|
overlay: /* @__PURE__ */ o("div", { className: "univer-p-2", children: /* @__PURE__ */ o(
|
|
1812
|
-
|
|
1812
|
+
ze,
|
|
1813
1813
|
{
|
|
1814
1814
|
value: L,
|
|
1815
1815
|
onChange: (m) => {
|
|
@@ -1863,7 +1863,7 @@ const $i = (t) => {
|
|
|
1863
1863
|
Le,
|
|
1864
1864
|
{
|
|
1865
1865
|
overlay: /* @__PURE__ */ o("div", { className: "univer-p-2", children: /* @__PURE__ */ o(
|
|
1866
|
-
|
|
1866
|
+
ze,
|
|
1867
1867
|
{
|
|
1868
1868
|
value: R,
|
|
1869
1869
|
onChange: (m) => ee(c.getTableStyleId(), {
|
|
@@ -1915,7 +1915,7 @@ const $i = (t) => {
|
|
|
1915
1915
|
Le,
|
|
1916
1916
|
{
|
|
1917
1917
|
overlay: /* @__PURE__ */ o("div", { className: "univer-p-2", children: /* @__PURE__ */ o(
|
|
1918
|
-
|
|
1918
|
+
ze,
|
|
1919
1919
|
{
|
|
1920
1920
|
value: C,
|
|
1921
1921
|
onChange: (m) => {
|
|
@@ -1955,17 +1955,18 @@ const $i = (t) => {
|
|
|
1955
1955
|
] })
|
|
1956
1956
|
] });
|
|
1957
1957
|
}, yn = "sheet.table.context-insert_menu-id", Rn = "sheet.table.context-remove_menu-id";
|
|
1958
|
-
function
|
|
1958
|
+
function Oi(t) {
|
|
1959
1959
|
return {
|
|
1960
1960
|
id: Et.id,
|
|
1961
1961
|
type: Re.BUTTON,
|
|
1962
1962
|
icon: vn,
|
|
1963
1963
|
tooltip: "sheets-table.title",
|
|
1964
1964
|
title: "sheets-table.title",
|
|
1965
|
+
hidden$: gr(t, qe.UNIVER_SHEET),
|
|
1965
1966
|
disabled$: or(t, {}, !0)
|
|
1966
1967
|
};
|
|
1967
1968
|
}
|
|
1968
|
-
function
|
|
1969
|
+
function Di(t) {
|
|
1969
1970
|
return {
|
|
1970
1971
|
id: yn,
|
|
1971
1972
|
type: Re.SUBITEMS,
|
|
@@ -1974,7 +1975,7 @@ function Oi(t) {
|
|
|
1974
1975
|
hidden$: Mn(t)
|
|
1975
1976
|
};
|
|
1976
1977
|
}
|
|
1977
|
-
function
|
|
1978
|
+
function Bi(t) {
|
|
1978
1979
|
return {
|
|
1979
1980
|
id: Rn,
|
|
1980
1981
|
type: Re.SUBITEMS,
|
|
@@ -1983,30 +1984,30 @@ function Di(t) {
|
|
|
1983
1984
|
hidden$: Mn(t)
|
|
1984
1985
|
};
|
|
1985
1986
|
}
|
|
1986
|
-
function
|
|
1987
|
+
function Fi(t) {
|
|
1987
1988
|
return {
|
|
1988
1989
|
id: en.id,
|
|
1989
1990
|
type: Re.BUTTON,
|
|
1990
1991
|
title: "sheets-table.insert.row",
|
|
1991
|
-
hidden$:
|
|
1992
|
+
hidden$: Nn(t)
|
|
1992
1993
|
};
|
|
1993
1994
|
}
|
|
1994
|
-
function
|
|
1995
|
+
function Hi(t) {
|
|
1995
1996
|
return {
|
|
1996
1997
|
id: Jt.id,
|
|
1997
1998
|
title: "sheets-table.insert.col",
|
|
1998
1999
|
type: Re.BUTTON
|
|
1999
2000
|
};
|
|
2000
2001
|
}
|
|
2001
|
-
function
|
|
2002
|
+
function Vi(t) {
|
|
2002
2003
|
return {
|
|
2003
2004
|
id: Kt.id,
|
|
2004
2005
|
type: Re.BUTTON,
|
|
2005
2006
|
title: "sheets-table.remove.row",
|
|
2006
|
-
hidden$:
|
|
2007
|
+
hidden$: Nn(t)
|
|
2007
2008
|
};
|
|
2008
2009
|
}
|
|
2009
|
-
function
|
|
2010
|
+
function Ai(t) {
|
|
2010
2011
|
return {
|
|
2011
2012
|
id: zt.id,
|
|
2012
2013
|
title: "sheets-table.remove.col",
|
|
@@ -2015,7 +2016,7 @@ function Vi(t) {
|
|
|
2015
2016
|
}
|
|
2016
2017
|
function Mn(t) {
|
|
2017
2018
|
const e = t.get(dt);
|
|
2018
|
-
return t.get(fe).getCurrentTypeOfUnit$(
|
|
2019
|
+
return t.get(fe).getCurrentTypeOfUnit$(qe.UNIVER_SHEET).pipe(
|
|
2019
2020
|
Ie((i) => i ? i.activeSheet$.pipe(
|
|
2020
2021
|
Ie((a) => a ? e.selectionMoveEnd$.pipe(
|
|
2021
2022
|
Ie((s) => {
|
|
@@ -2027,9 +2028,9 @@ function Mn(t) {
|
|
|
2027
2028
|
) : J(!0))
|
|
2028
2029
|
);
|
|
2029
2030
|
}
|
|
2030
|
-
function
|
|
2031
|
+
function Nn(t) {
|
|
2031
2032
|
const e = t.get(dt);
|
|
2032
|
-
return t.get(fe).getCurrentTypeOfUnit$(
|
|
2033
|
+
return t.get(fe).getCurrentTypeOfUnit$(qe.UNIVER_SHEET).pipe(
|
|
2033
2034
|
Ie((i) => i ? i.activeSheet$.pipe(
|
|
2034
2035
|
Ie((a) => a ? e.selectionMoveEnd$.pipe(
|
|
2035
2036
|
Ie((s) => {
|
|
@@ -2044,73 +2045,73 @@ function xn(t) {
|
|
|
2044
2045
|
) : J(!0))
|
|
2045
2046
|
);
|
|
2046
2047
|
}
|
|
2047
|
-
const
|
|
2048
|
-
[
|
|
2048
|
+
const Ui = {
|
|
2049
|
+
[pr.ORGANIZATION]: {
|
|
2049
2050
|
[Et.id]: {
|
|
2050
2051
|
order: 0,
|
|
2051
|
-
menuItemFactory:
|
|
2052
|
+
menuItemFactory: Oi
|
|
2052
2053
|
}
|
|
2053
2054
|
},
|
|
2054
|
-
[
|
|
2055
|
-
[
|
|
2055
|
+
[br.MAIN_AREA]: {
|
|
2056
|
+
[mr.LAYOUT]: {
|
|
2056
2057
|
[yn]: {
|
|
2057
2058
|
order: 5,
|
|
2058
|
-
menuItemFactory:
|
|
2059
|
+
menuItemFactory: Di,
|
|
2059
2060
|
[en.id]: {
|
|
2060
2061
|
order: 1,
|
|
2061
|
-
menuItemFactory:
|
|
2062
|
+
menuItemFactory: Fi
|
|
2062
2063
|
},
|
|
2063
2064
|
[Jt.id]: {
|
|
2064
2065
|
order: 2,
|
|
2065
|
-
menuItemFactory:
|
|
2066
|
+
menuItemFactory: Hi
|
|
2066
2067
|
}
|
|
2067
2068
|
},
|
|
2068
2069
|
[Rn]: {
|
|
2069
2070
|
order: 6,
|
|
2070
|
-
menuItemFactory:
|
|
2071
|
+
menuItemFactory: Bi,
|
|
2071
2072
|
[Kt.id]: {
|
|
2072
2073
|
order: 1,
|
|
2073
|
-
menuItemFactory:
|
|
2074
|
+
menuItemFactory: Vi
|
|
2074
2075
|
},
|
|
2075
2076
|
[zt.id]: {
|
|
2076
2077
|
order: 2,
|
|
2077
|
-
menuItemFactory:
|
|
2078
|
+
menuItemFactory: Ai
|
|
2078
2079
|
}
|
|
2079
2080
|
}
|
|
2080
2081
|
}
|
|
2081
2082
|
}
|
|
2082
2083
|
};
|
|
2083
|
-
var
|
|
2084
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2084
|
+
var Wi = Object.getOwnPropertyDescriptor, ji = (t, e, n, r) => {
|
|
2085
|
+
for (var i = r > 1 ? void 0 : r ? Wi(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
2085
2086
|
(s = t[a]) && (i = s(i) || i);
|
|
2086
2087
|
return i;
|
|
2087
2088
|
}, jt = (t, e) => (n, r) => e(n, r, t);
|
|
2088
|
-
let
|
|
2089
|
+
let st = class extends Pe {
|
|
2089
2090
|
constructor(t, e) {
|
|
2090
2091
|
super(), this._componentManager = t, this._menuManagerService = e, this._initComponents(), this._initMenu();
|
|
2091
2092
|
}
|
|
2092
2093
|
_initComponents() {
|
|
2093
2094
|
[
|
|
2094
2095
|
[vn, Tn],
|
|
2095
|
-
[Ee,
|
|
2096
|
-
[gn,
|
|
2096
|
+
[Ee, ki],
|
|
2097
|
+
[gn, Pi]
|
|
2097
2098
|
].forEach(([t, e]) => {
|
|
2098
2099
|
this.disposeWithMe(this._componentManager.register(t, e));
|
|
2099
2100
|
});
|
|
2100
2101
|
}
|
|
2101
2102
|
_initMenu() {
|
|
2102
|
-
this._menuManagerService.mergeMenu(
|
|
2103
|
+
this._menuManagerService.mergeMenu(Ui);
|
|
2103
2104
|
}
|
|
2104
2105
|
};
|
|
2105
|
-
|
|
2106
|
-
jt(0,
|
|
2107
|
-
jt(1,
|
|
2108
|
-
],
|
|
2109
|
-
var
|
|
2110
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2106
|
+
st = ji([
|
|
2107
|
+
jt(0, N(nn)),
|
|
2108
|
+
jt(1, N(fr))
|
|
2109
|
+
], st);
|
|
2110
|
+
var Zi = Object.getOwnPropertyDescriptor, qi = (t, e, n, r) => {
|
|
2111
|
+
for (var i = r > 1 ? void 0 : r ? Zi(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
2111
2112
|
(s = t[a]) && (i = s(i) || i);
|
|
2112
2113
|
return i;
|
|
2113
|
-
},
|
|
2114
|
+
}, rt = (t, e) => (n, r) => e(n, r, t);
|
|
2114
2115
|
let wt = class extends Gt {
|
|
2115
2116
|
constructor(t, e, n, r, i) {
|
|
2116
2117
|
super(), this._context = t, this._injector = e, this._sheetSkeletonManagerService = n, this._tableManager = r, this._sheetTableThemeUIController = i, this._initListener();
|
|
@@ -2142,18 +2143,18 @@ let wt = class extends Gt {
|
|
|
2142
2143
|
);
|
|
2143
2144
|
}
|
|
2144
2145
|
};
|
|
2145
|
-
wt =
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2146
|
+
wt = qi([
|
|
2147
|
+
rt(1, N(Oe)),
|
|
2148
|
+
rt(2, N(ct)),
|
|
2149
|
+
rt(3, N(ne)),
|
|
2150
|
+
rt(4, N(ye))
|
|
2150
2151
|
], wt);
|
|
2151
|
-
var
|
|
2152
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2152
|
+
var Yi = Object.getOwnPropertyDescriptor, Qi = (t, e, n, r) => {
|
|
2153
|
+
for (var i = r > 1 ? void 0 : r ? Yi(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
2153
2154
|
(s = t[a]) && (i = s(i) || i);
|
|
2154
2155
|
return i;
|
|
2155
2156
|
}, ft = (t, e) => (n, r) => e(n, r, t);
|
|
2156
|
-
let
|
|
2157
|
+
let lt = class extends Pe {
|
|
2157
2158
|
constructor(t, e, n) {
|
|
2158
2159
|
super(), this._sheetInterceptorService = t, this._univerInstanceService = e, this._tableManager = n, this._initSelectionChange();
|
|
2159
2160
|
}
|
|
@@ -2217,17 +2218,17 @@ let st = class extends Pe {
|
|
|
2217
2218
|
);
|
|
2218
2219
|
}
|
|
2219
2220
|
};
|
|
2220
|
-
|
|
2221
|
-
ft(0,
|
|
2222
|
-
ft(1,
|
|
2223
|
-
ft(2,
|
|
2224
|
-
],
|
|
2225
|
-
var
|
|
2226
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
2221
|
+
lt = Qi([
|
|
2222
|
+
ft(0, N(un)),
|
|
2223
|
+
ft(1, N(fe)),
|
|
2224
|
+
ft(2, N(ne))
|
|
2225
|
+
], lt);
|
|
2226
|
+
var Gi = Object.defineProperty, Xi = Object.getOwnPropertyDescriptor, zi = (t, e, n) => e in t ? Gi(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, Ki = (t, e, n, r) => {
|
|
2227
|
+
for (var i = r > 1 ? void 0 : r ? Xi(e, n) : e, a = t.length - 1, s; a >= 0; a--)
|
|
2227
2228
|
(s = t[a]) && (i = s(i) || i);
|
|
2228
2229
|
return i;
|
|
2229
|
-
},
|
|
2230
|
-
let
|
|
2230
|
+
}, it = (t, e) => (n, r) => e(n, r, t), xn = (t, e, n) => zi(t, typeof e != "symbol" ? e + "" : e, n);
|
|
2231
|
+
let ot = class extends Fn {
|
|
2231
2232
|
constructor(t = Ut, e, n, r, i) {
|
|
2232
2233
|
super(), this._config = t, this._injector = e, this._commandService = n, this._configService = r, this._renderManagerService = i;
|
|
2233
2234
|
const { menu: a, ...s } = Hn(
|
|
@@ -2241,18 +2242,18 @@ let lt = class extends Fn {
|
|
|
2241
2242
|
Vn(this._injector, [
|
|
2242
2243
|
[ke],
|
|
2243
2244
|
[$e],
|
|
2244
|
-
[
|
|
2245
|
+
[st],
|
|
2245
2246
|
[ye],
|
|
2246
|
-
[
|
|
2247
|
+
[lt]
|
|
2247
2248
|
]);
|
|
2248
2249
|
}
|
|
2249
2250
|
onReady() {
|
|
2250
2251
|
An(this._injector, [
|
|
2251
2252
|
[ke],
|
|
2252
2253
|
[$e],
|
|
2253
|
-
[
|
|
2254
|
+
[st],
|
|
2254
2255
|
[ye],
|
|
2255
|
-
[
|
|
2256
|
+
[lt]
|
|
2256
2257
|
]);
|
|
2257
2258
|
}
|
|
2258
2259
|
onRendered() {
|
|
@@ -2263,8 +2264,8 @@ let lt = class extends Fn {
|
|
|
2263
2264
|
[Tt],
|
|
2264
2265
|
[wt]
|
|
2265
2266
|
];
|
|
2266
|
-
this._config.hideAnchor !== !0 && t.push([
|
|
2267
|
-
this.disposeWithMe(this._renderManagerService.registerRenderModule(
|
|
2267
|
+
this._config.hideAnchor !== !0 && t.push([at]), t.forEach((e) => {
|
|
2268
|
+
this.disposeWithMe(this._renderManagerService.registerRenderModule(qe.UNIVER_SHEET, e));
|
|
2268
2269
|
});
|
|
2269
2270
|
}
|
|
2270
2271
|
_initRegisterCommand() {
|
|
@@ -2274,15 +2275,15 @@ let lt = class extends Fn {
|
|
|
2274
2275
|
].forEach((t) => this._commandService.registerCommand(t));
|
|
2275
2276
|
}
|
|
2276
2277
|
};
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2278
|
+
xn(ot, "pluginName", Ar);
|
|
2279
|
+
xn(ot, "type", qe.UNIVER_SHEET);
|
|
2280
|
+
ot = Ki([
|
|
2280
2281
|
Bn(tr),
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
],
|
|
2282
|
+
it(1, N(Oe)),
|
|
2283
|
+
it(2, N(le)),
|
|
2284
|
+
it(3, Qt),
|
|
2285
|
+
it(4, Xt)
|
|
2286
|
+
], ot);
|
|
2286
2287
|
export {
|
|
2287
|
-
|
|
2288
|
+
ot as UniverSheetsTableUIPlugin
|
|
2288
2289
|
};
|