@univerjs/sheets-hyper-link-ui 0.2.3 → 0.2.4-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +2 -2
- package/lib/es/index.js +483 -459
- package/lib/types/controllers/copy-paste.controller.d.ts +1 -2
- package/lib/types/controllers/menu.d.ts +1 -1
- package/lib/types/controllers/set-range.controller.d.ts +6 -4
- package/lib/types/controllers/ui.controller.d.ts +1 -2
- package/lib/types/plugin.d.ts +1 -2
- package/lib/types/services/popup.service.d.ts +1 -2
- package/lib/umd/index.js +2 -2
- package/package.json +24 -22
package/lib/es/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
var zt = Object.defineProperty;
|
|
2
2
|
var Gt = (e, t, n) => t in e ? zt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
-
var
|
|
4
|
-
import { Disposable as O, UniverInstanceType as
|
|
5
|
-
import { RemoveSheetCommand as on, SheetInterceptorService as et, INTERCEPTOR_POINT as sn, SetSelectionsOperation as an, SetWorksheetActiveOperation as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { SheetSkeletonManagerService as It, ScrollToRangeOperation as kt, SheetCanvasPopManagerService as Cn, HoverManagerService as yn, SheetPermissionInterceptorBaseController as Pt, whenSheetEditorFocused as Sn, getCurrentRangeDisable$ as bt, APPLY_TYPE as ie, IAutoFillService as Ln, virtualizeDiscreteRanges as qe, getAutoFillRepeatRange as In, COPY_TYPE as ut, rangeToDiscreteRange as kn, PREDEFINED_HOOK_NAME as ve, getRepeatRange as Pn, ISheetClipboardService as bn } from "@univerjs/sheets-ui";
|
|
3
|
+
var W = (e, t, n) => Gt(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
+
import { Disposable as O, UniverInstanceType as E, OnLifecycle as B, LifecycleStages as D, Inject as h, IUniverInstanceService as ue, BooleanNumber as qt, ThemeService as Xt, isValidRange as ze, LocaleService as pe, RANGE_TYPE as lt, Rectangle as ne, ICommandService as K, Tools as re, DEFAULT_EMPTY_DOCUMENT_VALUE as Jt, useDependency as k, createInternalEditorID as Qt, CommandType as je, CellValueType as dt, ObjectMatrix as _t, Range as Qe, CustomRangeType as en, Injector as Ne, IPermissionService as tn, Plugin as nn, DependentOn as rn } from "@univerjs/core";
|
|
5
|
+
import { RemoveSheetCommand as on, SheetInterceptorService as et, INTERCEPTOR_POINT as sn, SetSelectionsOperation as an, SetWorksheetActiveOperation as Ee, getSheetCommandTarget as Ct, SheetsSelectionsService as yt, SetRangeValuesMutation as fe, SetRangeValuesUndoMutationFactory as ut, SetRangeValuesCommand as cn, ClearSelectionContentCommand as ln, ClearSelectionAllCommand as dn, ClearSelectionFormatCommand as un, WorkbookViewPermission as pn, WorksheetViewPermission as hn, RangeProtectionPermissionViewPoint as mn, WorkbookEditablePermission as $e, WorksheetEditPermission as Be, WorksheetInsertHyperlinkPermission as De, RangeProtectionPermissionEditPoint as Ve, WorkbookCopyPermission as gn, WorksheetCopyPermission as fn, WorksheetSetCellValuePermission as tt } from "@univerjs/sheets";
|
|
6
|
+
import { RemoveHyperLinkMutation as T, AddHyperLinkMutation as U, HyperLinkModel as H, ERROR_RANGE as Ge, UpdateHyperLinkCommand as St, AddHyperLinkCommand as Lt, CancelHyperLinkCommand as vn, UniverSheetsHyperLinkPlugin as _n } from "@univerjs/sheets-hyper-link";
|
|
7
|
+
import { SheetSkeletonManagerService as It, ScrollToRangeOperation as kt, SheetCanvasPopManagerService as Cn, IEditorBridgeService as yn, HoverManagerService as Sn, SheetPermissionInterceptorBaseController as Pt, whenSheetEditorFocused as Ln, getCurrentRangeDisable$ as bt, APPLY_TYPE as oe, IAutoFillService as In, virtualizeDiscreteRanges as qe, getAutoFillRepeatRange as kn, COPY_TYPE as Pn, rangeToDiscreteRange as bn, PREDEFINED_HOOK_NAME as ve, getRepeatRange as Rn, ISheetClipboardService as wn } from "@univerjs/sheets-ui";
|
|
9
8
|
import { IRenderManagerService as nt } from "@univerjs/engine-render";
|
|
10
|
-
import { Subject as
|
|
11
|
-
import
|
|
12
|
-
import { useDependency as k } from "@wendellhu/redi/react-bindings";
|
|
9
|
+
import { Subject as En, BehaviorSubject as On, debounceTime as Mn } from "rxjs";
|
|
10
|
+
import xn, { forwardRef as Y, useRef as Rt, createElement as Z, useState as ee, useEffect as wt, useMemo as Tn } from "react";
|
|
13
11
|
import pt from "clsx";
|
|
14
|
-
import { MessageType as ce, FormLayout as X, Input as ht, Select as
|
|
15
|
-
import { IMessageService as
|
|
16
|
-
import { deserializeRangeWithSheet as
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
import { MessageType as ce, FormLayout as X, Input as ht, Select as Ke, Button as mt, Tooltip as _e } from "@univerjs/design";
|
|
13
|
+
import { IMessageService as Et, useObservable as Un, useEvent as Hn, RangeSelector as jn, ISidebarService as Ot, KeyCode as Nn, MetaKeys as $n, MenuItemType as Mt, MenuPosition as xt, getMenuHiddenObservable as Tt, MenuGroup as Bn, ComponentManager as Dn, IShortcutService as Vn, IMenuService as An } from "@univerjs/ui";
|
|
14
|
+
import { deserializeRangeWithSheet as Oe, serializeRangeWithSheet as Ut, IDefinedNamesService as Ht, serializeRangeToRefString as Wn, serializeRange as Fn } from "@univerjs/engine-formula";
|
|
15
|
+
import { DOC_HYPER_LINK_PLUGIN as Kn } from "@univerjs/docs-hyper-link";
|
|
16
|
+
import { getPlainTextFormDocument as Yn } from "@univerjs/docs";
|
|
17
|
+
var Zn = Object.defineProperty, zn = Object.getOwnPropertyDescriptor, Gn = (e, t, n, r) => {
|
|
18
|
+
for (var i = r > 1 ? void 0 : r ? zn(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
19
19
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
20
|
-
return r && i &&
|
|
21
|
-
},
|
|
20
|
+
return r && i && Zn(t, n, i), i;
|
|
21
|
+
}, Ye = (e, t) => (n, r) => t(n, r, e);
|
|
22
22
|
let ye = class extends O {
|
|
23
23
|
constructor(e, t, n) {
|
|
24
24
|
super(), this._sheetInterceptorService = e, this._univerInstanceService = t, this._hyperLinkModel = n, this._initSheetChange();
|
|
@@ -29,25 +29,25 @@ let ye = class extends O {
|
|
|
29
29
|
getMutations: (e) => {
|
|
30
30
|
var t;
|
|
31
31
|
if (e.id === on.id) {
|
|
32
|
-
const n = e.params, r = n.unitId ? this._univerInstanceService.getUnit(n.unitId) : this._univerInstanceService.getCurrentUnitForType(
|
|
32
|
+
const n = e.params, r = n.unitId ? this._univerInstanceService.getUnit(n.unitId) : this._univerInstanceService.getCurrentUnitForType(E.UNIVER_SHEET);
|
|
33
33
|
if (!r)
|
|
34
34
|
return { redos: [], undos: [] };
|
|
35
35
|
const i = r.getUnitId(), o = n.subUnitId || ((t = r.getActiveSheet()) == null ? void 0 : t.getSheetId());
|
|
36
36
|
if (!o)
|
|
37
37
|
return { redos: [], undos: [] };
|
|
38
|
-
const s = this._hyperLinkModel.getSubUnit(i, o), c = s.map((
|
|
39
|
-
id:
|
|
38
|
+
const s = this._hyperLinkModel.getSubUnit(i, o), c = s.map((u) => ({
|
|
39
|
+
id: T.id,
|
|
40
40
|
params: {
|
|
41
41
|
unitId: i,
|
|
42
42
|
subUnitId: o,
|
|
43
|
-
id:
|
|
43
|
+
id: u.id
|
|
44
44
|
}
|
|
45
|
-
})), a = s.map((
|
|
46
|
-
id:
|
|
45
|
+
})), a = s.map((u) => ({
|
|
46
|
+
id: U.id,
|
|
47
47
|
params: {
|
|
48
48
|
unitId: i,
|
|
49
49
|
subUnitId: o,
|
|
50
|
-
link:
|
|
50
|
+
link: u
|
|
51
51
|
}
|
|
52
52
|
}));
|
|
53
53
|
return { redos: c, undos: a };
|
|
@@ -58,17 +58,17 @@ let ye = class extends O {
|
|
|
58
58
|
);
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
|
-
ye =
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
61
|
+
ye = Gn([
|
|
62
|
+
B(D.Ready, ye),
|
|
63
|
+
Ye(0, h(et)),
|
|
64
|
+
Ye(1, ue),
|
|
65
|
+
Ye(2, h(H))
|
|
66
66
|
], ye);
|
|
67
|
-
var
|
|
68
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
67
|
+
var qn = Object.defineProperty, Xn = Object.getOwnPropertyDescriptor, jt = (e, t, n, r) => {
|
|
68
|
+
for (var i = r > 1 ? void 0 : r ? Xn(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
69
69
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
70
|
-
return r && i &&
|
|
71
|
-
},
|
|
70
|
+
return r && i && qn(t, n, i), i;
|
|
71
|
+
}, te = (e, t) => (n, r) => t(n, r, e);
|
|
72
72
|
let Xe = class extends O {
|
|
73
73
|
constructor(e, t, n, r) {
|
|
74
74
|
super(), this._context = e, this._hyperLinkModel = t, this._sheetSkeletonManagerService = n, this._renderManagerService = r, this._initSkeletonChange();
|
|
@@ -89,10 +89,10 @@ let Xe = class extends O {
|
|
|
89
89
|
}));
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
|
-
Xe =
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
92
|
+
Xe = jt([
|
|
93
|
+
te(1, h(H)),
|
|
94
|
+
te(2, h(It)),
|
|
95
|
+
te(3, nt)
|
|
96
96
|
], Xe);
|
|
97
97
|
let Se = class extends O {
|
|
98
98
|
constructor(e, t, n) {
|
|
@@ -123,11 +123,11 @@ let Se = class extends O {
|
|
|
123
123
|
);
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
Se =
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
126
|
+
Se = jt([
|
|
127
|
+
B(D.Ready, Se),
|
|
128
|
+
te(0, h(et)),
|
|
129
|
+
te(1, h(H)),
|
|
130
|
+
te(2, h(Xt))
|
|
131
131
|
], Se);
|
|
132
132
|
var Nt = { exports: {} }, Ae = {};
|
|
133
133
|
/**
|
|
@@ -139,15 +139,15 @@ var Nt = { exports: {} }, Ae = {};
|
|
|
139
139
|
* This source code is licensed under the MIT license found in the
|
|
140
140
|
* LICENSE file in the root directory of this source tree.
|
|
141
141
|
*/
|
|
142
|
-
var
|
|
142
|
+
var Jn = xn, Qn = Symbol.for("react.element"), er = Symbol.for("react.fragment"), tr = Object.prototype.hasOwnProperty, nr = Jn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, rr = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
143
143
|
function $t(e, t, n) {
|
|
144
144
|
var r, i = {}, o = null, s = null;
|
|
145
145
|
n !== void 0 && (o = "" + n), t.key !== void 0 && (o = "" + t.key), t.ref !== void 0 && (s = t.ref);
|
|
146
|
-
for (r in t)
|
|
146
|
+
for (r in t) tr.call(t, r) && !rr.hasOwnProperty(r) && (i[r] = t[r]);
|
|
147
147
|
if (e && e.defaultProps) for (r in t = e.defaultProps, t) i[r] === void 0 && (i[r] = t[r]);
|
|
148
|
-
return { $$typeof:
|
|
148
|
+
return { $$typeof: Qn, type: e, key: o, ref: s, props: i, _owner: nr.current };
|
|
149
149
|
}
|
|
150
|
-
Ae.Fragment =
|
|
150
|
+
Ae.Fragment = er;
|
|
151
151
|
Ae.jsx = $t;
|
|
152
152
|
Ae.jsxs = $t;
|
|
153
153
|
Nt.exports = Ae;
|
|
@@ -159,23 +159,23 @@ var d = Nt.exports, b = function() {
|
|
|
159
159
|
}
|
|
160
160
|
return e;
|
|
161
161
|
}, b.apply(this, arguments);
|
|
162
|
-
},
|
|
162
|
+
}, ir = function(e, t) {
|
|
163
163
|
var n = {};
|
|
164
164
|
for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
165
165
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
166
166
|
for (var i = 0, r = Object.getOwnPropertySymbols(e); i < r.length; i++)
|
|
167
167
|
t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
|
|
168
168
|
return n;
|
|
169
|
-
},
|
|
170
|
-
var n = e.icon, r = e.id, i = e.className, o = e.extend, s =
|
|
169
|
+
}, z = Y(function(e, t) {
|
|
170
|
+
var n = e.icon, r = e.id, i = e.className, o = e.extend, s = ir(e, ["icon", "id", "className", "extend"]), c = "univerjs-icon univerjs-icon-".concat(r, " ").concat(i || "").trim(), a = Rt("_".concat(ar()));
|
|
171
171
|
return Bt(n, "".concat(r), { defIds: n.defIds, idSuffix: a.current }, b({ ref: t, className: c }, s), o);
|
|
172
172
|
});
|
|
173
173
|
function Bt(e, t, n, r, i) {
|
|
174
|
-
return
|
|
174
|
+
return Z(e.tag, b(b({ key: t }, or(e, n, i)), r), (sr(e, n).children || []).map(function(o, s) {
|
|
175
175
|
return Bt(o, "".concat(t, "-").concat(e.tag, "-").concat(s), n, void 0, i);
|
|
176
176
|
}));
|
|
177
177
|
}
|
|
178
|
-
function
|
|
178
|
+
function or(e, t, n) {
|
|
179
179
|
var r = b({}, e.attrs);
|
|
180
180
|
n != null && n.colorChannel1 && r.fill === "colorChannel1" && (r.fill = n.colorChannel1);
|
|
181
181
|
var i = t.defIds;
|
|
@@ -184,90 +184,90 @@ function tr(e, t, n) {
|
|
|
184
184
|
typeof c == "string" && (r[s] = c.replace(/url\(#(.*)\)/, "url(#$1".concat(t.idSuffix, ")")));
|
|
185
185
|
})), r;
|
|
186
186
|
}
|
|
187
|
-
function
|
|
187
|
+
function sr(e, t) {
|
|
188
188
|
var n, r = t.defIds;
|
|
189
189
|
return !r || r.length === 0 ? e : e.tag === "defs" && (!((n = e.children) === null || n === void 0) && n.length) ? b(b({}, e), { children: e.children.map(function(i) {
|
|
190
190
|
return typeof i.attrs.id == "string" && r && r.indexOf(i.attrs.id) > -1 ? b(b({}, i), { attrs: b(b({}, i.attrs), { id: i.attrs.id + t.idSuffix }) }) : i;
|
|
191
191
|
}) }) : e;
|
|
192
192
|
}
|
|
193
|
-
function
|
|
193
|
+
function ar() {
|
|
194
194
|
return Math.random().toString(36).substring(2, 8);
|
|
195
195
|
}
|
|
196
|
-
|
|
197
|
-
var
|
|
198
|
-
return
|
|
196
|
+
z.displayName = "UniverIcon";
|
|
197
|
+
var cr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.9999 1.12915C8.03875 1.12915 8.07673 1.13284 8.11352 1.13989H12.2599C13.6958 1.13989 14.8599 2.30395 14.8599 3.73989V7.88619C14.867 7.92301 14.8707 7.96102 14.8707 7.9999C14.8707 8.03878 14.867 8.0768 14.8599 8.11362V12.2599C14.8599 13.6958 13.6958 14.8599 12.2599 14.8599H8.11362C8.0768 14.867 8.03878 14.8707 7.9999 14.8707C7.96102 14.8707 7.92301 14.867 7.88619 14.8599H3.73989C2.30396 14.8599 1.13989 13.6958 1.13989 12.2599V8.11352C1.13284 8.07673 1.12915 8.03875 1.12915 7.9999C1.12915 7.96106 1.13284 7.92308 1.13989 7.88629V3.73989C1.13989 2.30396 2.30395 1.13989 3.73989 1.13989H7.88629C7.92308 1.13284 7.96106 1.12915 7.9999 1.12915ZM2.33989 8.5999V12.2599C2.33989 13.0331 2.9667 13.6599 3.73989 13.6599H7.3999V8.5999H2.33989ZM7.3999 7.3999H2.33989V3.73989C2.33989 2.9667 2.96669 2.33989 3.73989 2.33989H7.3999V7.3999ZM8.5999 8.5999V13.6599H12.2599C13.0331 13.6599 13.6599 13.0331 13.6599 12.2599V8.5999H8.5999ZM13.6599 7.3999H8.5999V2.33989H12.2599C13.0331 2.33989 13.6599 2.96669 13.6599 3.73989V7.3999Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Le = Y(function(e, t) {
|
|
198
|
+
return Z(z, Object.assign({}, e, {
|
|
199
199
|
id: "all-border-single",
|
|
200
200
|
ref: t,
|
|
201
|
-
icon:
|
|
201
|
+
icon: cr
|
|
202
202
|
}));
|
|
203
203
|
});
|
|
204
204
|
Le.displayName = "AllBorderSingle";
|
|
205
|
-
var
|
|
206
|
-
return
|
|
205
|
+
var lr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.02547 12.4251C5.15328 13.7417 6.26305 14.7708 7.61318 14.7708H12.6132C14.0491 14.7708 15.2132 13.6067 15.2132 12.1708V6.1708C15.2132 4.78586 14.1303 3.65383 12.7651 3.57517C12.6373 2.25858 11.5275 1.22949 10.1774 1.22949H5.17739C3.74145 1.22949 2.57739 2.39355 2.57739 3.82949V9.82949C2.57739 11.2144 3.66024 12.3465 5.02547 12.4251ZM11.5535 3.5708H7.61318C6.17724 3.5708 5.01318 4.73486 5.01318 6.1708V11.22C4.31736 11.1387 3.77739 10.5471 3.77739 9.82949V3.82949C3.77739 3.05629 4.40419 2.42949 5.17739 2.42949H10.1774C10.8622 2.42949 11.4322 2.92119 11.5535 3.5708ZM14.0132 6.1708C14.0132 5.3976 13.3864 4.7708 12.6132 4.7708H7.61318C6.83998 4.7708 6.21318 5.3976 6.21318 6.1708V12.1708C6.21318 12.944 6.83998 13.5708 7.61318 13.5708H12.6132C13.3864 13.5708 14.0132 12.944 14.0132 12.1708V6.1708Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Dt = Y(function(e, t) {
|
|
206
|
+
return Z(z, Object.assign({}, e, {
|
|
207
207
|
id: "copy-single",
|
|
208
208
|
ref: t,
|
|
209
|
-
icon:
|
|
209
|
+
icon: lr
|
|
210
210
|
}));
|
|
211
211
|
});
|
|
212
|
-
|
|
213
|
-
var
|
|
214
|
-
return
|
|
212
|
+
Dt.displayName = "CopySingle";
|
|
213
|
+
var dr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M5.9564 2.91332C4.91407 1.87102 3.22413 1.87101 2.18182 2.91333L2.18182 2.91333C1.13953 3.95567 1.13952 5.6456 2.18182 6.68791L8.27777 12.7838C9.72408 14.2302 12.069 14.2302 13.5154 12.7839L13.0911 12.3596L13.5154 12.7839C14.9617 11.3375 14.9617 8.99257 13.5154 7.54626L8.39476 2.42566C8.16044 2.19134 7.78054 2.19134 7.54623 2.42566C7.31191 2.65997 7.31191 3.03987 7.54623 3.27419L12.6668 8.39479L13.0911 7.97052L12.6668 8.39479C13.6445 9.37247 13.6445 10.9576 12.6668 11.9353L13.0399 12.3084L12.6668 11.9353C11.6891 12.913 10.104 12.913 9.1263 11.9353L3.03035 5.83938C2.45668 5.26571 2.45667 4.33556 3.03036 3.76184C3.60403 3.18818 4.53416 3.18817 5.10788 3.76185C5.10788 3.76186 5.10788 3.76186 5.10789 3.76186L11.2038 9.8578L11.601 9.46061L11.2038 9.8578C11.3735 10.0275 11.3735 10.3026 11.2038 10.4723L11.2038 10.4723C11.0341 10.642 10.759 10.642 10.5893 10.4723L5.46874 5.35171C5.23442 5.1174 4.85452 5.1174 4.62021 5.35171C4.38589 5.58602 4.38589 5.96592 4.62021 6.20024L9.74078 11.3208C10.3791 11.9591 11.414 11.9591 12.0523 11.3208C12.0523 11.3208 12.0523 11.3208 12.0523 11.3208M12.0523 11.3208C12.6907 10.6825 12.6906 9.64757 12.0523 9.00927L5.95641 2.91333L5.9564 2.91332", fillRule: "evenodd", clipRule: "evenodd" } }] }, Me = Y(function(e, t) {
|
|
214
|
+
return Z(z, Object.assign({}, e, {
|
|
215
215
|
id: "link-single",
|
|
216
216
|
ref: t,
|
|
217
|
-
icon:
|
|
217
|
+
icon: dr
|
|
218
218
|
}));
|
|
219
219
|
});
|
|
220
220
|
Me.displayName = "LinkSingle";
|
|
221
|
-
var
|
|
222
|
-
return
|
|
221
|
+
var ur = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 17", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.5935 3.47302C11.6354 2.51492 10.082 2.51492 9.12388 3.47302L7.83534 4.76157C7.60102 4.99588 7.22112 4.99588 6.98681 4.76157 6.75249 4.52725 6.75249 4.14735 6.98681 3.91304L8.27535 2.62449C9.70209 1.19776 12.0153 1.19776 13.442 2.62449 14.8688 4.05123 14.8688 6.36442 13.442 7.79116L12.1535 9.0797C11.9192 9.31402 11.5393 9.31402 11.3049 9.0797 11.0706 8.84539 11.0706 8.46549 11.3049 8.23117L12.5935 6.94263C13.5516 5.98452 13.5516 4.43113 12.5935 3.47302zM3.40637 12.6606C2.44827 11.7025 2.44827 10.1491 3.40637 9.19102L4.69492 7.90248C4.92923 7.66816 4.92923 7.28826 4.69492 7.05395 4.4606 6.81963 4.0807 6.81963 3.84639 7.05395L2.55784 8.34249C1.13111 9.76923 1.13111 12.0824 2.55784 13.5092 3.98458 14.9359 6.29777 14.9359 7.72451 13.5092L9.01305 12.2206C9.24737 11.9863 9.24737 11.6064 9.01305 11.3721 8.77874 11.1378 8.39884 11.1378 8.16452 11.3721L6.87598 12.6606C5.91787 13.6187 4.36448 13.6187 3.40637 12.6606zM3.5852 2.80332C3.35088 2.569 2.97098 2.569 2.73667 2.80332 2.50235 3.03763 2.50235 3.41753 2.73667 3.65185L12.4151 13.3302C12.6494 13.5646 13.0293 13.5646 13.2636 13.3302 13.4979 13.0959 13.4979 12.716 13.2636 12.4817L3.5852 2.80332z" } }] }, Vt = Y(function(e, t) {
|
|
222
|
+
return Z(z, Object.assign({}, e, {
|
|
223
223
|
id: "unlink-single",
|
|
224
224
|
ref: t,
|
|
225
|
-
icon:
|
|
225
|
+
icon: ur
|
|
226
226
|
}));
|
|
227
227
|
});
|
|
228
|
-
|
|
229
|
-
var
|
|
230
|
-
return
|
|
228
|
+
Vt.displayName = "UnlinkSingle";
|
|
229
|
+
var pr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M12.6551 1.98906C11.7476 1.08113 10.2757 1.08149 9.3686 1.98987L4.82542 6.53955C4.75087 6.61421 4.69336 6.70411 4.65682 6.80309L3.2461 10.625C3.16506 10.8446 3.21909 11.0912 3.3845 11.2568C3.54991 11.4224 3.79651 11.4767 4.01616 11.3959L7.85031 9.98517C7.94979 9.94856 8.04014 9.89077 8.11508 9.81579L12.6552 5.27327C13.5618 4.36621 13.5618 2.89607 12.6551 1.98906ZM10.2177 2.83779C10.6562 2.39869 11.3677 2.39851 11.8064 2.8374C12.2447 3.27584 12.2447 3.9865 11.8065 4.42497L7.3392 8.89457L4.82213 9.82068L5.74706 7.31487L10.2177 2.83779Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.79238 13.2999C1.46101 13.2999 1.19238 13.5685 1.19238 13.8999C1.19238 14.2313 1.46101 14.4999 1.79238 14.4999H14.4924C14.8238 14.4999 15.0924 14.2313 15.0924 13.8999C15.0924 13.5685 14.8238 13.2999 14.4924 13.2999H1.79238Z" } }] }, At = Y(function(e, t) {
|
|
230
|
+
return Z(z, Object.assign({}, e, {
|
|
231
231
|
id: "write-single",
|
|
232
232
|
ref: t,
|
|
233
|
-
icon:
|
|
233
|
+
icon: pr
|
|
234
234
|
}));
|
|
235
235
|
});
|
|
236
236
|
At.displayName = "WriteSingle";
|
|
237
|
-
var
|
|
238
|
-
return
|
|
237
|
+
var hr = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "#35BD4B", d: "M3.36396 1.12549C2.61066 1.12549 2 1.73615 2 2.48945V13.5104C2 14.2637 2.61066 14.8744 3.36396 14.8744H12.457C13.2103 14.8744 13.821 14.2637 13.821 13.5104V5.0992L9.91954 1.12549H3.36396Z" } }, { tag: "path", attrs: { fill: "#32A846", d: "M9.91797 1.12549L13.8209 5.09842H10.5846C10.2164 5.09842 9.91797 4.79994 9.91797 4.43175V1.12549Z" } }, { tag: "path", attrs: { fill: "#fff", d: "M7.71926 10.2949L6.28687 12.403C6.17306 12.5705 5.94501 12.614 5.77751 12.5002C5.61002 12.3864 5.56649 12.1584 5.6803 11.9909L7.27596 9.64252L5.85088 7.54519C5.73707 7.37769 5.78059 7.14964 5.94809 7.03583C6.11558 6.92202 6.34363 6.96555 6.45744 7.13304L7.71926 8.9901L8.98108 7.13304C9.09489 6.96555 9.32294 6.92202 9.49044 7.03583C9.65793 7.14964 9.70146 7.37769 9.58765 7.54519L8.16256 9.64252L9.75822 11.9909C9.87203 12.1584 9.82851 12.3864 9.66101 12.5002C9.49351 12.614 9.26547 12.5705 9.15166 12.403L7.71926 10.2949Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Je = Y(function(e, t) {
|
|
238
|
+
return Z(z, Object.assign({}, e, {
|
|
239
239
|
id: "xlsx",
|
|
240
240
|
ref: t,
|
|
241
|
-
icon:
|
|
241
|
+
icon: hr
|
|
242
242
|
}));
|
|
243
243
|
});
|
|
244
244
|
Je.displayName = "Xlsx";
|
|
245
|
-
var
|
|
246
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
245
|
+
var mr = Object.defineProperty, gr = Object.getOwnPropertyDescriptor, fr = (e, t, n, r) => {
|
|
246
|
+
for (var i = r > 1 ? void 0 : r ? gr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
247
247
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
248
|
-
return r && i &&
|
|
249
|
-
},
|
|
250
|
-
function
|
|
248
|
+
return r && i && mr(t, n, i), i;
|
|
249
|
+
}, se = (e, t) => (n, r) => t(n, r, e);
|
|
250
|
+
function vr(e, t) {
|
|
251
251
|
const n = t.getMergeData(), r = t.getMaxColumns() - 1, i = t.getMaxRows() - 1;
|
|
252
252
|
if (r < e.endColumn && (e.endColumn = r), i < e.endRow && (e.endRow = i), e.rangeType === lt.COLUMN || lt.ROW)
|
|
253
253
|
return e;
|
|
254
254
|
const o = [];
|
|
255
255
|
return n.forEach((s) => {
|
|
256
|
-
|
|
257
|
-
}),
|
|
256
|
+
ne.intersects(e, s) && o.push(s);
|
|
257
|
+
}), ne.realUnion(e, ...o);
|
|
258
258
|
}
|
|
259
|
-
let
|
|
259
|
+
let F = class {
|
|
260
260
|
constructor(e, t, n, r, i) {
|
|
261
261
|
this._univerInstanceService = e, this._commandService = t, this._definedNamesService = n, this._messageService = r, this._localeService = i;
|
|
262
262
|
}
|
|
263
263
|
_getURLName(e) {
|
|
264
264
|
var c;
|
|
265
|
-
const { gid: t, range: n, rangeid: r } = e, i = this._univerInstanceService.getCurrentUnitForType(
|
|
265
|
+
const { gid: t, range: n, rangeid: r } = e, i = this._univerInstanceService.getCurrentUnitForType(E.UNIVER_SHEET);
|
|
266
266
|
if (!i)
|
|
267
267
|
return null;
|
|
268
268
|
const o = t ? i.getSheetBySheetId(t) : i.getActiveSheet(), s = (c = o == null ? void 0 : o.getName()) != null ? c : "";
|
|
269
269
|
if (n) {
|
|
270
|
-
const a =
|
|
270
|
+
const a = Oe(n).range;
|
|
271
271
|
return ze(a) && n !== Ge ? {
|
|
272
272
|
type: "range",
|
|
273
273
|
name: Ut(s, a)
|
|
@@ -299,13 +299,13 @@ let W = class {
|
|
|
299
299
|
return null;
|
|
300
300
|
}
|
|
301
301
|
navigateTo(e) {
|
|
302
|
-
const { gid: t, range: n, rangeid: r } = e, i = this._univerInstanceService.getCurrentUnitForType(
|
|
302
|
+
const { gid: t, range: n, rangeid: r } = e, i = this._univerInstanceService.getCurrentUnitForType(E.UNIVER_SHEET);
|
|
303
303
|
if (!i)
|
|
304
304
|
return;
|
|
305
305
|
const o = i.getUnitId();
|
|
306
306
|
if (r && this.navigateToDefineName(o, r), !!t) {
|
|
307
307
|
if (n) {
|
|
308
|
-
const s =
|
|
308
|
+
const s = Oe(n);
|
|
309
309
|
ze(s.range) && n !== Ge && this.navigateToRange(o, t, s.range);
|
|
310
310
|
return;
|
|
311
311
|
}
|
|
@@ -342,7 +342,7 @@ let W = class {
|
|
|
342
342
|
async navigateToRange(e, t, n) {
|
|
343
343
|
const r = await this.navigateToSheetById(e, t);
|
|
344
344
|
if (r) {
|
|
345
|
-
const i =
|
|
345
|
+
const i = vr(n, r);
|
|
346
346
|
await this._commandService.executeCommand(
|
|
347
347
|
an.id,
|
|
348
348
|
{
|
|
@@ -358,7 +358,7 @@ let W = class {
|
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
360
|
async navigateToSheet(e, t) {
|
|
361
|
-
const n = this._univerInstanceService.getUnit(e,
|
|
361
|
+
const n = this._univerInstanceService.getUnit(e, E.UNIVER_SHEET);
|
|
362
362
|
if (!n)
|
|
363
363
|
return !1;
|
|
364
364
|
const r = n.getActiveSheet();
|
|
@@ -376,10 +376,10 @@ let W = class {
|
|
|
376
376
|
return n.getHiddenWorksheets().indexOf(o) > -1 && this._messageService.show({
|
|
377
377
|
content: this._localeService.t("hyperLink.message.hiddenSheet"),
|
|
378
378
|
type: ce.Error
|
|
379
|
-
}), await this._commandService.executeCommand(
|
|
379
|
+
}), await this._commandService.executeCommand(Ee.id, { unitId: e, subUnitId: o });
|
|
380
380
|
}
|
|
381
381
|
async navigateToSheetById(e, t) {
|
|
382
|
-
const n = this._univerInstanceService.getUnit(e,
|
|
382
|
+
const n = this._univerInstanceService.getUnit(e, E.UNIVER_SHEET);
|
|
383
383
|
if (!n)
|
|
384
384
|
return !1;
|
|
385
385
|
const r = n.getActiveSheet();
|
|
@@ -391,7 +391,7 @@ let W = class {
|
|
|
391
391
|
return i ? n.getHiddenWorksheets().indexOf(t) > -1 ? (this._messageService.show({
|
|
392
392
|
content: this._localeService.t("hyperLink.message.hiddenSheet"),
|
|
393
393
|
type: ce.Error
|
|
394
|
-
}), !1) : await this._commandService.executeCommand(
|
|
394
|
+
}), !1) : await this._commandService.executeCommand(Ee.id, { unitId: e, subUnitId: t }) ? i : !1 : (this._messageService.show({
|
|
395
395
|
content: this._localeService.t("hyperLink.message.noSheet"),
|
|
396
396
|
type: ce.Error
|
|
397
397
|
}), !1);
|
|
@@ -403,30 +403,30 @@ let W = class {
|
|
|
403
403
|
window.open(e, "_blank", "noopener noreferrer");
|
|
404
404
|
}
|
|
405
405
|
};
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
],
|
|
406
|
+
F = fr([
|
|
407
|
+
se(0, ue),
|
|
408
|
+
se(1, K),
|
|
409
|
+
se(2, Ht),
|
|
410
|
+
se(3, Et),
|
|
411
|
+
se(4, h(pe))
|
|
412
|
+
], F);
|
|
413
413
|
function de(e) {
|
|
414
|
-
return
|
|
414
|
+
return re.isLegalUrl(e);
|
|
415
415
|
}
|
|
416
|
-
function
|
|
416
|
+
function _r(e) {
|
|
417
417
|
return /^[a-zA-Z]+:\/\//.test(e);
|
|
418
418
|
}
|
|
419
|
-
function
|
|
419
|
+
function Cr(e) {
|
|
420
420
|
return /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/.test(e);
|
|
421
421
|
}
|
|
422
422
|
function rt(e) {
|
|
423
423
|
if (de(e)) {
|
|
424
|
-
const t =
|
|
424
|
+
const t = _r(e) ? e : Cr(e) ? `mailto://${e}` : `http://${e}`, n = new URL(t);
|
|
425
425
|
return n.hostname === location.hostname && n.port === location.port && n.protocol === location.protocol && n.pathname === location.pathname && n.hash && !n.search ? n.hash : t;
|
|
426
426
|
}
|
|
427
427
|
return e;
|
|
428
428
|
}
|
|
429
|
-
function
|
|
429
|
+
function yr(e) {
|
|
430
430
|
if (e === null)
|
|
431
431
|
return "";
|
|
432
432
|
if (e != null && e.p) {
|
|
@@ -438,58 +438,58 @@ function fr(e) {
|
|
|
438
438
|
}
|
|
439
439
|
return e == null ? void 0 : e.v;
|
|
440
440
|
}
|
|
441
|
-
const
|
|
442
|
-
cellLinkEditButtons:
|
|
441
|
+
const Sr = "univer-cell-link-edit-buttons", Lr = {
|
|
442
|
+
cellLinkEditButtons: Sr
|
|
443
443
|
}, xe = () => {
|
|
444
|
-
var
|
|
445
|
-
const [e, t] =
|
|
444
|
+
var ie;
|
|
445
|
+
const [e, t] = ee(""), [n, r] = ee(""), [i, o] = ee(
|
|
446
446
|
"link"
|
|
447
447
|
/* link */
|
|
448
|
-
), [s, c] =
|
|
448
|
+
), [s, c] = ee(""), a = k(pe), u = k(Ht), g = k(ue), f = k($), l = Un(f.currentEditing$), m = k(H), _ = k(F), v = k(K), [L, M] = ee(!1), y = Rt(!1);
|
|
449
449
|
wt(() => {
|
|
450
|
-
var
|
|
450
|
+
var p, S, I;
|
|
451
451
|
if ((l == null ? void 0 : l.row) !== void 0 && l.column !== void 0) {
|
|
452
|
-
const
|
|
453
|
-
if (
|
|
454
|
-
const ge =
|
|
455
|
-
if (t(
|
|
452
|
+
const C = m.getHyperLinkByLocationSync(l.unitId, l.subUnitId, l.row, l.column);
|
|
453
|
+
if (C) {
|
|
454
|
+
const ge = _.parseHyperLink(C.payload);
|
|
455
|
+
if (t(C.id), r(C.display), ge.type === "outer") {
|
|
456
456
|
o(
|
|
457
457
|
"link"
|
|
458
458
|
/* link */
|
|
459
|
-
), c(ge.url), ge.url ===
|
|
459
|
+
), c(ge.url), ge.url === C.display && (y.current = !0);
|
|
460
460
|
return;
|
|
461
461
|
} else {
|
|
462
|
-
const
|
|
463
|
-
if (
|
|
462
|
+
const N = ge.searchObj;
|
|
463
|
+
if (N.rangeid) {
|
|
464
464
|
o(
|
|
465
465
|
"rangeid"
|
|
466
466
|
/* definedName */
|
|
467
|
-
), c(
|
|
467
|
+
), c(N.rangeid);
|
|
468
468
|
return;
|
|
469
469
|
}
|
|
470
|
-
if (
|
|
471
|
-
const
|
|
470
|
+
if (N.range) {
|
|
471
|
+
const Zt = N.gid && (I = (S = (p = g.getUnit(l.unitId)) == null ? void 0 : p.getSheetBySheetId(N.gid)) == null ? void 0 : S.getName()) != null ? I : "";
|
|
472
472
|
if (o(
|
|
473
473
|
"range"
|
|
474
474
|
/* range */
|
|
475
|
-
),
|
|
475
|
+
), N.range === Ge)
|
|
476
476
|
c("");
|
|
477
477
|
else {
|
|
478
|
-
const ct = Ut(
|
|
479
|
-
c(ct), ct ===
|
|
478
|
+
const ct = Ut(Zt, Oe(N.range).range);
|
|
479
|
+
c(ct), ct === C.display && (y.current = !0);
|
|
480
480
|
}
|
|
481
481
|
return;
|
|
482
482
|
}
|
|
483
|
-
if (
|
|
483
|
+
if (N.gid) {
|
|
484
484
|
o(
|
|
485
485
|
"gid"
|
|
486
486
|
/* sheet */
|
|
487
|
-
), c(
|
|
487
|
+
), c(N.gid);
|
|
488
488
|
return;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
const
|
|
492
|
+
const j = g.getUnit(l.unitId), w = j == null ? void 0 : j.getSheetBySheetId(l.subUnitId), Yt = w == null ? void 0 : w.getCellRaw(l.row, l.column), Fe = yr(Yt);
|
|
493
493
|
o(
|
|
494
494
|
"link"
|
|
495
495
|
/* link */
|
|
@@ -500,8 +500,8 @@ const vr = "univer-cell-link-edit-buttons", _r = {
|
|
|
500
500
|
"link"
|
|
501
501
|
/* link */
|
|
502
502
|
), c(""), r(""), t("");
|
|
503
|
-
}, [l, m,
|
|
504
|
-
const
|
|
503
|
+
}, [l, m, _, g]);
|
|
504
|
+
const V = Tn(() => s, [i]), R = [
|
|
505
505
|
{
|
|
506
506
|
label: a.t("hyperLink.form.link"),
|
|
507
507
|
value: "link"
|
|
@@ -522,31 +522,31 @@ const vr = "univer-cell-link-edit-buttons", _r = {
|
|
|
522
522
|
value: "rangeid"
|
|
523
523
|
/* definedName */
|
|
524
524
|
}
|
|
525
|
-
], P = g.getCurrentUnitForType(
|
|
525
|
+
], P = g.getCurrentUnitForType(E.UNIVER_SHEET);
|
|
526
526
|
if (!P)
|
|
527
527
|
return;
|
|
528
|
-
const G = P.getHiddenWorksheets(),
|
|
529
|
-
label:
|
|
530
|
-
value:
|
|
531
|
-
})), he = (
|
|
532
|
-
if (
|
|
533
|
-
return rt(
|
|
534
|
-
if (
|
|
535
|
-
const
|
|
536
|
-
if (
|
|
537
|
-
return `#gid=${
|
|
528
|
+
const G = P.getHiddenWorksheets(), A = P.getSheets().map((p) => ({ label: p.getName(), value: p.getSheetId() })).filter((p) => G.indexOf(p.value) === -1), q = Object.values((ie = u.getDefinedNameMap(P.getUnitId())) != null ? ie : {}).map((p) => ({
|
|
529
|
+
label: p.name,
|
|
530
|
+
value: p.id
|
|
531
|
+
})), he = (p, S) => {
|
|
532
|
+
if (p === "link")
|
|
533
|
+
return rt(S);
|
|
534
|
+
if (p === "range") {
|
|
535
|
+
const I = Oe(S), C = P.getSheetBySheetName(I.sheetName);
|
|
536
|
+
if (C)
|
|
537
|
+
return `#gid=${C.getSheetId()}&range=${Fn(I.range)}`;
|
|
538
538
|
}
|
|
539
|
-
return `#${
|
|
540
|
-
}, We =
|
|
541
|
-
var
|
|
542
|
-
const
|
|
543
|
-
if (!
|
|
539
|
+
return `#${p}=${S}`;
|
|
540
|
+
}, We = Hn((p) => {
|
|
541
|
+
var C;
|
|
542
|
+
const S = p[0];
|
|
543
|
+
if (!S || !ze(S.range))
|
|
544
544
|
return;
|
|
545
|
-
|
|
546
|
-
const
|
|
547
|
-
c(
|
|
545
|
+
S.sheetName || (S.sheetName = ((C = P.getActiveSheet()) == null ? void 0 : C.getName()) || "");
|
|
546
|
+
const I = Wn(S);
|
|
547
|
+
c(I), I && (y.current || !n) && (r(I), y.current = !0);
|
|
548
548
|
}), me = async () => {
|
|
549
|
-
if (l && (e ? await
|
|
549
|
+
if (l && (e ? await v.executeCommand(St.id, {
|
|
550
550
|
unitId: l.unitId,
|
|
551
551
|
subUnitId: l.subUnitId,
|
|
552
552
|
id: e,
|
|
@@ -554,45 +554,45 @@ const vr = "univer-cell-link-edit-buttons", _r = {
|
|
|
554
554
|
display: n,
|
|
555
555
|
payload: he(i, s)
|
|
556
556
|
}
|
|
557
|
-
}) : await
|
|
557
|
+
}) : await v.executeCommand(Lt.id, {
|
|
558
558
|
unitId: l.unitId,
|
|
559
559
|
subUnitId: l.subUnitId,
|
|
560
560
|
link: {
|
|
561
|
-
id:
|
|
561
|
+
id: re.generateRandomId(),
|
|
562
562
|
row: l.row,
|
|
563
563
|
column: l.column,
|
|
564
564
|
payload: he(i, s),
|
|
565
565
|
display: n
|
|
566
566
|
}
|
|
567
567
|
})), l) {
|
|
568
|
-
await
|
|
568
|
+
await v.executeCommand(Ee.id, {
|
|
569
569
|
unitId: l.unitId,
|
|
570
570
|
subUnitId: l.subUnitId
|
|
571
571
|
});
|
|
572
|
-
const
|
|
573
|
-
await
|
|
572
|
+
const p = 1;
|
|
573
|
+
await v.executeCommand(kt.id, {
|
|
574
574
|
range: {
|
|
575
|
-
startRow: Math.max(l.row -
|
|
576
|
-
endRow: l.row +
|
|
577
|
-
startColumn: Math.max(l.column -
|
|
578
|
-
endColumn: l.column +
|
|
575
|
+
startRow: Math.max(l.row - p, 0),
|
|
576
|
+
endRow: l.row + p,
|
|
577
|
+
startColumn: Math.max(l.column - p, 0),
|
|
578
|
+
endColumn: l.column + p
|
|
579
579
|
}
|
|
580
580
|
});
|
|
581
581
|
}
|
|
582
|
-
|
|
582
|
+
v.executeCommand(Te.id);
|
|
583
583
|
};
|
|
584
584
|
return /* @__PURE__ */ d.jsxs("div", { children: [
|
|
585
585
|
/* @__PURE__ */ d.jsx(
|
|
586
586
|
X,
|
|
587
587
|
{
|
|
588
588
|
label: a.t("hyperLink.form.label"),
|
|
589
|
-
error:
|
|
589
|
+
error: L && !n ? a.t("hyperLink.form.inputError") : "",
|
|
590
590
|
children: /* @__PURE__ */ d.jsx(
|
|
591
591
|
ht,
|
|
592
592
|
{
|
|
593
593
|
value: n,
|
|
594
|
-
onChange: (
|
|
595
|
-
r(
|
|
594
|
+
onChange: (p) => {
|
|
595
|
+
r(p), y.current = !1;
|
|
596
596
|
},
|
|
597
597
|
placeholder: a.t("hyperLink.form.labelPlaceholder")
|
|
598
598
|
}
|
|
@@ -600,76 +600,76 @@ const vr = "univer-cell-link-edit-buttons", _r = {
|
|
|
600
600
|
}
|
|
601
601
|
),
|
|
602
602
|
/* @__PURE__ */ d.jsx(X, { label: a.t("hyperLink.form.type"), children: /* @__PURE__ */ d.jsx(
|
|
603
|
-
|
|
603
|
+
Ke,
|
|
604
604
|
{
|
|
605
|
-
options:
|
|
605
|
+
options: R,
|
|
606
606
|
value: i,
|
|
607
|
-
onChange: (
|
|
608
|
-
o(
|
|
607
|
+
onChange: (p) => {
|
|
608
|
+
o(p), c("");
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
) }),
|
|
612
612
|
i === "link" && /* @__PURE__ */ d.jsx(
|
|
613
613
|
X,
|
|
614
614
|
{
|
|
615
|
-
error:
|
|
615
|
+
error: L ? s ? de(s) ? "" : a.t("hyperLink.form.linkError") : a.t("hyperLink.form.inputError") : "",
|
|
616
616
|
children: /* @__PURE__ */ d.jsx(
|
|
617
617
|
ht,
|
|
618
618
|
{
|
|
619
619
|
value: s,
|
|
620
|
-
onChange: (
|
|
621
|
-
c(
|
|
620
|
+
onChange: (p) => {
|
|
621
|
+
c(p), p && (y.current || !n || n === s) && (r(p), y.current = !0);
|
|
622
622
|
},
|
|
623
623
|
placeholder: a.t("hyperLink.form.linkPlaceholder")
|
|
624
624
|
}
|
|
625
625
|
)
|
|
626
626
|
}
|
|
627
627
|
),
|
|
628
|
-
i === "range" && /* @__PURE__ */ d.jsx(X, { error:
|
|
629
|
-
|
|
628
|
+
i === "range" && /* @__PURE__ */ d.jsx(X, { error: L && !s ? a.t("hyperLink.form.inputError") : "", children: /* @__PURE__ */ d.jsx(
|
|
629
|
+
jn,
|
|
630
630
|
{
|
|
631
631
|
openForSheetUnitId: P.getUnitId(),
|
|
632
632
|
id: Qt("hyper-link-edit"),
|
|
633
633
|
isSingleChoice: !0,
|
|
634
|
-
value:
|
|
634
|
+
value: V,
|
|
635
635
|
onChange: We
|
|
636
636
|
}
|
|
637
637
|
) }),
|
|
638
|
-
i === "gid" && /* @__PURE__ */ d.jsx(X, { error:
|
|
639
|
-
|
|
638
|
+
i === "gid" && /* @__PURE__ */ d.jsx(X, { error: L && !s ? a.t("hyperLink.form.selectError") : "", children: /* @__PURE__ */ d.jsx(
|
|
639
|
+
Ke,
|
|
640
640
|
{
|
|
641
|
-
options:
|
|
641
|
+
options: A,
|
|
642
642
|
value: s,
|
|
643
|
-
onChange: (
|
|
644
|
-
var
|
|
645
|
-
c(
|
|
646
|
-
const
|
|
647
|
-
|
|
643
|
+
onChange: (p) => {
|
|
644
|
+
var C, j;
|
|
645
|
+
c(p);
|
|
646
|
+
const S = (C = A.find((w) => w.value === p)) == null ? void 0 : C.label, I = (j = A.find((w) => w.value === s)) == null ? void 0 : j.label;
|
|
647
|
+
S && (y.current || !n || n === I) && (r(S), y.current = !0);
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
) }),
|
|
651
|
-
i === "rangeid" && /* @__PURE__ */ d.jsx(X, { error:
|
|
652
|
-
|
|
651
|
+
i === "rangeid" && /* @__PURE__ */ d.jsx(X, { error: L && !s ? a.t("hyperLink.form.selectError") : "", children: /* @__PURE__ */ d.jsx(
|
|
652
|
+
Ke,
|
|
653
653
|
{
|
|
654
654
|
options: q,
|
|
655
655
|
value: s,
|
|
656
|
-
onChange: (
|
|
657
|
-
var
|
|
658
|
-
c(
|
|
659
|
-
const
|
|
660
|
-
|
|
656
|
+
onChange: (p) => {
|
|
657
|
+
var C, j;
|
|
658
|
+
c(p);
|
|
659
|
+
const S = (C = q.find((w) => w.value === p)) == null ? void 0 : C.label, I = (j = q.find((w) => w.value === s)) == null ? void 0 : j.label;
|
|
660
|
+
S && (y.current || !n || n === I) && (r(S), y.current = !0);
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
663
|
) }),
|
|
664
|
-
/* @__PURE__ */ d.jsxs("div", { className:
|
|
664
|
+
/* @__PURE__ */ d.jsxs("div", { className: Lr.cellLinkEditButtons, children: [
|
|
665
665
|
/* @__PURE__ */ d.jsx(
|
|
666
666
|
mt,
|
|
667
667
|
{
|
|
668
668
|
onClick: () => {
|
|
669
|
-
l &&
|
|
669
|
+
l && v.executeCommand(Ee.id, {
|
|
670
670
|
unitId: l.unitId,
|
|
671
671
|
subUnitId: l.subUnitId
|
|
672
|
-
}),
|
|
672
|
+
}), v.executeCommand(Te.id);
|
|
673
673
|
},
|
|
674
674
|
children: a.t("hyperLink.form.cancel")
|
|
675
675
|
}
|
|
@@ -681,7 +681,7 @@ const vr = "univer-cell-link-edit-buttons", _r = {
|
|
|
681
681
|
style: { marginLeft: 8 },
|
|
682
682
|
onClick: async () => {
|
|
683
683
|
if (!n || !s || i === "link" && !de(s)) {
|
|
684
|
-
|
|
684
|
+
M(!0);
|
|
685
685
|
return;
|
|
686
686
|
}
|
|
687
687
|
me();
|
|
@@ -694,15 +694,15 @@ const vr = "univer-cell-link-edit-buttons", _r = {
|
|
|
694
694
|
};
|
|
695
695
|
xe.componentKey = "univer.sheet.cell-link-edit";
|
|
696
696
|
const it = {
|
|
697
|
-
type:
|
|
697
|
+
type: je.OPERATION,
|
|
698
698
|
id: "sheet.operation.open-hyper-link-sidebar",
|
|
699
699
|
handler(e, t) {
|
|
700
700
|
if (!t)
|
|
701
701
|
return !1;
|
|
702
|
-
const { unitId: n, subUnitId: r, row: i, column: o } = t, s = e.get(
|
|
702
|
+
const { unitId: n, subUnitId: r, row: i, column: o } = t, s = e.get(H), c = e.get(Ot), a = e.get($), u = s.getHyperLinkByLocation(n, r, i, o);
|
|
703
703
|
return a.startEditing(t), c.open({
|
|
704
704
|
header: {
|
|
705
|
-
title:
|
|
705
|
+
title: u ? "hyperLink.form.editTitle" : "hyperLink.form.addTitle"
|
|
706
706
|
},
|
|
707
707
|
children: {
|
|
708
708
|
label: xe.componentKey
|
|
@@ -710,20 +710,20 @@ const it = {
|
|
|
710
710
|
}), !0;
|
|
711
711
|
}
|
|
712
712
|
}, Te = {
|
|
713
|
-
type:
|
|
713
|
+
type: je.OPERATION,
|
|
714
714
|
id: "sheet.operation.close-hyper-link-sidebar",
|
|
715
715
|
handler(e) {
|
|
716
|
-
const t = e.get(
|
|
716
|
+
const t = e.get(Ot), n = e.get($);
|
|
717
717
|
return t.close(), n.endEditing(), !0;
|
|
718
718
|
}
|
|
719
719
|
}, ot = {
|
|
720
|
-
type:
|
|
720
|
+
type: je.OPERATION,
|
|
721
721
|
id: "sheet.operation.insert-hyper-link",
|
|
722
722
|
handler(e) {
|
|
723
723
|
const t = e.get(ue), n = Ct(t);
|
|
724
724
|
if (!n)
|
|
725
725
|
return !1;
|
|
726
|
-
const r = e.get(
|
|
726
|
+
const r = e.get(K), o = e.get(yt).getCurrentLastSelection();
|
|
727
727
|
if (!o)
|
|
728
728
|
return !1;
|
|
729
729
|
const s = o.primary.startRow, c = o.primary.startColumn;
|
|
@@ -735,22 +735,22 @@ const it = {
|
|
|
735
735
|
});
|
|
736
736
|
}
|
|
737
737
|
}, st = {
|
|
738
|
-
type:
|
|
738
|
+
type: je.OPERATION,
|
|
739
739
|
id: "sheet.operation.insert-hyper-link-toolbar",
|
|
740
740
|
handler(e) {
|
|
741
|
-
const t = e.get(
|
|
742
|
-
return e.get(
|
|
741
|
+
const t = e.get(K);
|
|
742
|
+
return e.get($).currentEditing ? t.executeCommand(Te.id) : t.executeCommand(ot.id);
|
|
743
743
|
}
|
|
744
|
-
},
|
|
745
|
-
cellLink:
|
|
746
|
-
cellLinkType:
|
|
747
|
-
cellLinkContent:
|
|
748
|
-
cellLinkContentError:
|
|
749
|
-
cellLinkUrl:
|
|
750
|
-
cellLinkOperations:
|
|
751
|
-
cellLinkOperation:
|
|
752
|
-
cellLinkOperationError:
|
|
753
|
-
},
|
|
744
|
+
}, Ir = "univer-cell-link", kr = "univer-cell-link-type", Pr = "univer-cell-link-content", br = "univer-cell-link-content-error", Rr = "univer-cell-link-url", wr = "univer-cell-link-operations", Er = "univer-cell-link-operation", Or = "univer-cell-link-operation-error", x = {
|
|
745
|
+
cellLink: Ir,
|
|
746
|
+
cellLinkType: kr,
|
|
747
|
+
cellLinkContent: Pr,
|
|
748
|
+
cellLinkContentError: br,
|
|
749
|
+
cellLinkUrl: Rr,
|
|
750
|
+
cellLinkOperations: wr,
|
|
751
|
+
cellLinkOperation: Er,
|
|
752
|
+
cellLinkOperationError: Or
|
|
753
|
+
}, Mr = {
|
|
754
754
|
outer: /* @__PURE__ */ d.jsx(Me, {}),
|
|
755
755
|
link: /* @__PURE__ */ d.jsx(Me, {}),
|
|
756
756
|
sheet: /* @__PURE__ */ d.jsx(Je, {}),
|
|
@@ -759,36 +759,36 @@ const it = {
|
|
|
759
759
|
"range-error": /* @__PURE__ */ d.jsx(Le, {}),
|
|
760
760
|
"sheet-error": /* @__PURE__ */ d.jsx(Je, {})
|
|
761
761
|
}, Ue = () => {
|
|
762
|
-
const e = k(
|
|
762
|
+
const e = k($), t = k(H), n = k(K), r = k(Et), i = k(pe), [o, s] = ee(null), c = k(F);
|
|
763
763
|
if (wt(() => {
|
|
764
764
|
s(e.currentPopup);
|
|
765
|
-
const
|
|
766
|
-
s(
|
|
765
|
+
const _ = e.currentPopup$.subscribe((v) => {
|
|
766
|
+
s(v);
|
|
767
767
|
});
|
|
768
768
|
return () => {
|
|
769
|
-
|
|
769
|
+
_.unsubscribe();
|
|
770
770
|
};
|
|
771
771
|
}, [e.currentPopup, e.currentPopup$]), !o)
|
|
772
772
|
return null;
|
|
773
|
-
const { unitId: a, subUnitId:
|
|
774
|
-
if (!
|
|
773
|
+
const { unitId: a, subUnitId: u, id: g } = o, f = t.getHyperLink(a, u, g);
|
|
774
|
+
if (!f)
|
|
775
775
|
return null;
|
|
776
|
-
const l = c.parseHyperLink(
|
|
777
|
-
return /* @__PURE__ */ d.jsxs("div", { className:
|
|
778
|
-
/* @__PURE__ */ d.jsxs("div", { className: pt(
|
|
779
|
-
/* @__PURE__ */ d.jsx("div", { className:
|
|
780
|
-
/* @__PURE__ */ d.jsx(_e, { showIfEllipsis: !0, title: l.name, children: /* @__PURE__ */ d.jsx("span", { className:
|
|
776
|
+
const l = c.parseHyperLink(f.payload), m = l.type.indexOf("error") > -1;
|
|
777
|
+
return /* @__PURE__ */ d.jsxs("div", { className: x.cellLink, onClick: () => e.hideCurrentPopup(), children: [
|
|
778
|
+
/* @__PURE__ */ d.jsxs("div", { className: pt(x.cellLinkContent, { [x.cellLinkContentError]: m }), onClick: l.handler, children: [
|
|
779
|
+
/* @__PURE__ */ d.jsx("div", { className: x.cellLinkType, children: Mr[l.type] }),
|
|
780
|
+
/* @__PURE__ */ d.jsx(_e, { showIfEllipsis: !0, title: l.name, children: /* @__PURE__ */ d.jsx("span", { className: x.cellLinkUrl, children: l.name }) })
|
|
781
781
|
] }),
|
|
782
|
-
/* @__PURE__ */ d.jsxs("div", { className:
|
|
782
|
+
/* @__PURE__ */ d.jsxs("div", { className: x.cellLinkOperations, children: [
|
|
783
783
|
o.copyPermission && /* @__PURE__ */ d.jsx(
|
|
784
784
|
"div",
|
|
785
785
|
{
|
|
786
|
-
className: pt(
|
|
786
|
+
className: pt(x.cellLinkOperation, { [x.cellLinkOperationError]: m }),
|
|
787
787
|
onClick: () => {
|
|
788
788
|
if (!m) {
|
|
789
789
|
if (l.type !== "outer") {
|
|
790
|
-
const
|
|
791
|
-
|
|
790
|
+
const _ = new URL(window.location.href);
|
|
791
|
+
_.hash = l.url.slice(1), navigator.clipboard.writeText(_.href);
|
|
792
792
|
} else
|
|
793
793
|
navigator.clipboard.writeText(l.url);
|
|
794
794
|
r.show({
|
|
@@ -797,20 +797,20 @@ const it = {
|
|
|
797
797
|
});
|
|
798
798
|
}
|
|
799
799
|
},
|
|
800
|
-
children: /* @__PURE__ */ d.jsx(_e, { placement: "bottom", title: i.t("hyperLink.popup.copy"), children: /* @__PURE__ */ d.jsx(
|
|
800
|
+
children: /* @__PURE__ */ d.jsx(_e, { placement: "bottom", title: i.t("hyperLink.popup.copy"), children: /* @__PURE__ */ d.jsx(Dt, {}) })
|
|
801
801
|
}
|
|
802
802
|
),
|
|
803
803
|
o.editPermission && /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
804
804
|
/* @__PURE__ */ d.jsx(
|
|
805
805
|
"div",
|
|
806
806
|
{
|
|
807
|
-
className:
|
|
807
|
+
className: x.cellLinkOperation,
|
|
808
808
|
onClick: () => {
|
|
809
809
|
n.executeCommand(it.id, {
|
|
810
810
|
unitId: a,
|
|
811
|
-
subUnitId:
|
|
812
|
-
row:
|
|
813
|
-
column:
|
|
811
|
+
subUnitId: u,
|
|
812
|
+
row: f.row,
|
|
813
|
+
column: f.column
|
|
814
814
|
});
|
|
815
815
|
},
|
|
816
816
|
children: /* @__PURE__ */ d.jsx(_e, { placement: "bottom", title: i.t("hyperLink.popup.edit"), children: /* @__PURE__ */ d.jsx(At, {}) })
|
|
@@ -819,15 +819,15 @@ const it = {
|
|
|
819
819
|
/* @__PURE__ */ d.jsx(
|
|
820
820
|
"div",
|
|
821
821
|
{
|
|
822
|
-
className:
|
|
822
|
+
className: x.cellLinkOperation,
|
|
823
823
|
onClick: () => {
|
|
824
824
|
n.executeCommand(vn.id, {
|
|
825
825
|
unitId: a,
|
|
826
|
-
subUnitId:
|
|
827
|
-
id:
|
|
826
|
+
subUnitId: u,
|
|
827
|
+
id: f.id
|
|
828
828
|
});
|
|
829
829
|
},
|
|
830
|
-
children: /* @__PURE__ */ d.jsx(_e, { placement: "bottom", title: i.t("hyperLink.popup.cancel"), children: /* @__PURE__ */ d.jsx(
|
|
830
|
+
children: /* @__PURE__ */ d.jsx(_e, { placement: "bottom", title: i.t("hyperLink.popup.cancel"), children: /* @__PURE__ */ d.jsx(Vt, {}) })
|
|
831
831
|
}
|
|
832
832
|
)
|
|
833
833
|
] })
|
|
@@ -835,20 +835,20 @@ const it = {
|
|
|
835
835
|
] });
|
|
836
836
|
};
|
|
837
837
|
Ue.componentKey = "univer.sheet.cell-link-popup";
|
|
838
|
-
var
|
|
839
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
838
|
+
var xr = Object.defineProperty, Tr = Object.getOwnPropertyDescriptor, Ur = (e, t, n, r) => {
|
|
839
|
+
for (var i = r > 1 ? void 0 : r ? Tr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
840
840
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
841
|
-
return r && i &&
|
|
841
|
+
return r && i && xr(t, n, i), i;
|
|
842
842
|
}, gt = (e, t) => (n, r) => t(n, r, e);
|
|
843
|
-
const
|
|
844
|
-
let
|
|
843
|
+
const Hr = (e, t) => e.unitId === t.unitId && e.subUnitId === t.subUnitId && e.row === t.row && e.col === t.col;
|
|
844
|
+
let $ = class extends O {
|
|
845
845
|
constructor(t, n) {
|
|
846
846
|
super();
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
847
|
+
W(this, "_currentPopup", null);
|
|
848
|
+
W(this, "_currentPopup$", new En());
|
|
849
|
+
W(this, "currentPopup$", this._currentPopup$.asObservable());
|
|
850
|
+
W(this, "_currentEditing$", new On(null));
|
|
851
|
+
W(this, "currentEditing$", this._currentEditing$.asObservable());
|
|
852
852
|
this._hyperLinkModel = t, this._sheetCanvasPopManagerService = n, this.disposeWithMe(() => {
|
|
853
853
|
this.hideCurrentPopup(), this.endEditing(), this._currentEditing$.complete(), this._currentPopup$.complete();
|
|
854
854
|
});
|
|
@@ -860,7 +860,7 @@ let H = class extends O {
|
|
|
860
860
|
return this._currentEditing$.getValue();
|
|
861
861
|
}
|
|
862
862
|
showPopup(t) {
|
|
863
|
-
if (this._currentPopup &&
|
|
863
|
+
if (this._currentPopup && Hr(t, this._currentPopup))
|
|
864
864
|
return;
|
|
865
865
|
this.hideCurrentPopup();
|
|
866
866
|
const { unitId: n, subUnitId: r, row: i, col: o } = t, s = this._hyperLinkModel.getHyperLinkByLocation(n, r, i, o);
|
|
@@ -896,21 +896,25 @@ let H = class extends O {
|
|
|
896
896
|
this._currentEditing$.next(null);
|
|
897
897
|
}
|
|
898
898
|
};
|
|
899
|
-
|
|
900
|
-
gt(0, h(
|
|
899
|
+
$ = Ur([
|
|
900
|
+
gt(0, h(H)),
|
|
901
901
|
gt(1, h(Cn))
|
|
902
|
-
],
|
|
903
|
-
var
|
|
904
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
902
|
+
], $);
|
|
903
|
+
var jr = Object.defineProperty, Nr = Object.getOwnPropertyDescriptor, $r = (e, t, n, r) => {
|
|
904
|
+
for (var i = r > 1 ? void 0 : r ? Nr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
905
905
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
906
|
-
return r && i &&
|
|
907
|
-
},
|
|
906
|
+
return r && i && jr(t, n, i), i;
|
|
907
|
+
}, J = (e, t) => (n, r) => t(n, r, e);
|
|
908
908
|
let Ie = class extends O {
|
|
909
|
-
constructor(e, t, n, r, i) {
|
|
910
|
-
super(), this._sheetInterceptorService = e, this._injector = t, this._hyperLinkModel = n, this._selectionManagerService = r, this._univerInstanceService = i, this._initCommandInterceptor();
|
|
909
|
+
constructor(e, t, n, r, i, o) {
|
|
910
|
+
super(), this._sheetInterceptorService = e, this._injector = t, this._hyperLinkModel = n, this._selectionManagerService = r, this._univerInstanceService = i, this._editorBridgeService = o, this._initCommandInterceptor();
|
|
911
911
|
}
|
|
912
912
|
_initCommandInterceptor() {
|
|
913
|
-
this._initAddHyperLinkCommandInterceptor(), this._initSetRangeValuesCommandInterceptor(), this._initUpdateHyperLinkCommandInterceptor(), this._initClearSelectionCommandInterceptor();
|
|
913
|
+
this._initAddHyperLinkCommandInterceptor(), this._initSetRangeValuesCommandInterceptor(), this._initUpdateHyperLinkCommandInterceptor(), this._initClearSelectionCommandInterceptor(), this._initRichTextEditorInterceptor();
|
|
914
|
+
}
|
|
915
|
+
_getCurrentCell(e, t, n, r) {
|
|
916
|
+
var i, o;
|
|
917
|
+
return (o = (i = this._univerInstanceService.getUnit(e, E.UNIVER_SHEET)) == null ? void 0 : i.getSheetBySheetId(t)) == null ? void 0 : o.getCell(n, r);
|
|
914
918
|
}
|
|
915
919
|
_initAddHyperLinkCommandInterceptor() {
|
|
916
920
|
this.disposeWithMe(this._sheetInterceptorService.interceptCommand({
|
|
@@ -939,7 +943,7 @@ let Ie = class extends O {
|
|
|
939
943
|
}],
|
|
940
944
|
undos: [{
|
|
941
945
|
id: fe.id,
|
|
942
|
-
params:
|
|
946
|
+
params: ut(this._injector, c)
|
|
943
947
|
}]
|
|
944
948
|
};
|
|
945
949
|
}
|
|
@@ -963,7 +967,7 @@ let Ie = class extends O {
|
|
|
963
967
|
[s.row]: {
|
|
964
968
|
[s.column]: {
|
|
965
969
|
v: o.display,
|
|
966
|
-
t:
|
|
970
|
+
t: dt.STRING,
|
|
967
971
|
p: null
|
|
968
972
|
}
|
|
969
973
|
}
|
|
@@ -976,7 +980,7 @@ let Ie = class extends O {
|
|
|
976
980
|
}],
|
|
977
981
|
undos: [{
|
|
978
982
|
id: fe.id,
|
|
979
|
-
params:
|
|
983
|
+
params: ut(this._injector, c)
|
|
980
984
|
}]
|
|
981
985
|
};
|
|
982
986
|
}
|
|
@@ -994,48 +998,48 @@ let Ie = class extends O {
|
|
|
994
998
|
if (e.id === cn.id) {
|
|
995
999
|
const t = e.params, { unitId: n, subUnitId: r } = t, i = [], o = [];
|
|
996
1000
|
return t.cellValue && new _t(t.cellValue).forValue((s, c, a) => {
|
|
997
|
-
var l, m, v;
|
|
998
|
-
const
|
|
999
|
-
if (!
|
|
1000
|
-
if (de(g)) {
|
|
1001
|
-
const
|
|
1001
|
+
var l, m, _, v, L, M, y;
|
|
1002
|
+
const u = (_ = a == null ? void 0 : a.v) != null ? _ : (m = (l = a == null ? void 0 : a.p) == null ? void 0 : l.body) == null ? void 0 : m.dataStream.slice(0, -2), g = (u != null ? u : "").toString(), f = this._hyperLinkModel.getHyperLinkByLocation(n, r, s, c);
|
|
1003
|
+
if (!f) {
|
|
1004
|
+
if (de(g) || (v = a == null ? void 0 : a.custom) != null && v.__link_url) {
|
|
1005
|
+
const V = (M = (L = a == null ? void 0 : a.custom) == null ? void 0 : L.__link_url) != null ? M : g, R = re.generateRandomId();
|
|
1002
1006
|
o.push({
|
|
1003
|
-
id:
|
|
1007
|
+
id: T.id,
|
|
1004
1008
|
params: {
|
|
1005
1009
|
unitId: n,
|
|
1006
1010
|
subUnitId: r,
|
|
1007
|
-
id:
|
|
1011
|
+
id: R
|
|
1008
1012
|
}
|
|
1009
1013
|
}), i.push({
|
|
1010
|
-
id:
|
|
1014
|
+
id: U.id,
|
|
1011
1015
|
params: {
|
|
1012
1016
|
unitId: n,
|
|
1013
1017
|
subUnitId: r,
|
|
1014
1018
|
link: {
|
|
1015
|
-
id:
|
|
1019
|
+
id: R,
|
|
1016
1020
|
row: s,
|
|
1017
1021
|
column: c,
|
|
1018
1022
|
display: g,
|
|
1019
|
-
payload: rt(
|
|
1023
|
+
payload: rt(V)
|
|
1020
1024
|
}
|
|
1021
1025
|
}
|
|
1022
1026
|
});
|
|
1023
1027
|
}
|
|
1024
1028
|
return;
|
|
1025
1029
|
}
|
|
1026
|
-
|
|
1027
|
-
id:
|
|
1030
|
+
(u === "" || ((y = a == null ? void 0 : a.custom) == null ? void 0 : y.__link_url) === "") && (i.push({
|
|
1031
|
+
id: T.id,
|
|
1028
1032
|
params: {
|
|
1029
1033
|
unitId: n,
|
|
1030
1034
|
subUnitId: r,
|
|
1031
|
-
id:
|
|
1035
|
+
id: f.id
|
|
1032
1036
|
}
|
|
1033
1037
|
}), o.push({
|
|
1034
|
-
id:
|
|
1038
|
+
id: U.id,
|
|
1035
1039
|
params: {
|
|
1036
1040
|
unitId: n,
|
|
1037
1041
|
subUnitId: r,
|
|
1038
|
-
link:
|
|
1042
|
+
link: f
|
|
1039
1043
|
}
|
|
1040
1044
|
}));
|
|
1041
1045
|
}), {
|
|
@@ -1058,20 +1062,20 @@ let Ie = class extends O {
|
|
|
1058
1062
|
if (r && i) {
|
|
1059
1063
|
const { unitId: o, subUnitId: s } = i;
|
|
1060
1064
|
Qe.foreach(r.range, (c, a) => {
|
|
1061
|
-
const
|
|
1062
|
-
|
|
1063
|
-
id:
|
|
1065
|
+
const u = this._hyperLinkModel.getHyperLinkByLocation(o, s, c, a);
|
|
1066
|
+
u && (t.push({
|
|
1067
|
+
id: T.id,
|
|
1064
1068
|
params: {
|
|
1065
1069
|
unitId: o,
|
|
1066
1070
|
subUnitId: s,
|
|
1067
|
-
id:
|
|
1071
|
+
id: u.id
|
|
1068
1072
|
}
|
|
1069
1073
|
}), n.push({
|
|
1070
|
-
id:
|
|
1074
|
+
id: U.id,
|
|
1071
1075
|
params: {
|
|
1072
1076
|
unitId: o,
|
|
1073
1077
|
subUnitId: s,
|
|
1074
|
-
link:
|
|
1078
|
+
link: u
|
|
1075
1079
|
}
|
|
1076
1080
|
}));
|
|
1077
1081
|
});
|
|
@@ -1088,23 +1092,48 @@ let Ie = class extends O {
|
|
|
1088
1092
|
}
|
|
1089
1093
|
}));
|
|
1090
1094
|
}
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1095
|
+
_initRichTextEditorInterceptor() {
|
|
1096
|
+
this.disposeWithMe(
|
|
1097
|
+
this._editorBridgeService.interceptor.intercept(
|
|
1098
|
+
this._editorBridgeService.interceptor.getInterceptPoints().AFTER_CELL_EDIT,
|
|
1099
|
+
{
|
|
1100
|
+
handler: (e, t, n) => {
|
|
1101
|
+
var r, i, o, s, c, a;
|
|
1102
|
+
if (e != null && e.p) {
|
|
1103
|
+
const u = (i = (r = e.p.body) == null ? void 0 : r.customRanges) == null ? void 0 : i.find((f) => f.rangeType === en.HYPERLINK), g = (o = e.p.resources) == null ? void 0 : o.find((f) => f.name === Kn);
|
|
1104
|
+
if (u && g) {
|
|
1105
|
+
const f = u.rangeId, l = (a = (c = (s = JSON.parse(g.data)) == null ? void 0 : s.links) == null ? void 0 : c.find((m) => m.id === f)) == null ? void 0 : a.payload;
|
|
1106
|
+
return n({
|
|
1107
|
+
...e,
|
|
1108
|
+
p: null,
|
|
1109
|
+
v: Yn(e.p),
|
|
1110
|
+
t: dt.STRING,
|
|
1111
|
+
custom: {
|
|
1112
|
+
__link_url: l
|
|
1113
|
+
}
|
|
1114
|
+
});
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
return n(e);
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
)
|
|
1121
|
+
);
|
|
1094
1122
|
}
|
|
1095
1123
|
};
|
|
1096
|
-
Ie =
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1124
|
+
Ie = $r([
|
|
1125
|
+
B(D.Starting, Ie),
|
|
1126
|
+
J(0, h(et)),
|
|
1127
|
+
J(1, h(Ne)),
|
|
1128
|
+
J(2, h(H)),
|
|
1129
|
+
J(3, h(yt)),
|
|
1130
|
+
J(4, ue),
|
|
1131
|
+
J(5, yn)
|
|
1103
1132
|
], Ie);
|
|
1104
|
-
var
|
|
1105
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1133
|
+
var Br = Object.defineProperty, Dr = Object.getOwnPropertyDescriptor, Vr = (e, t, n, r) => {
|
|
1134
|
+
for (var i = r > 1 ? void 0 : r ? Dr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1106
1135
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1107
|
-
return r && i &&
|
|
1136
|
+
return r && i && Br(t, n, i), i;
|
|
1108
1137
|
}, ae = (e, t) => (n, r) => t(n, r, e);
|
|
1109
1138
|
let ke = class extends O {
|
|
1110
1139
|
constructor(e, t, n, r, i) {
|
|
@@ -1112,16 +1141,16 @@ let ke = class extends O {
|
|
|
1112
1141
|
}
|
|
1113
1142
|
_initHoverListener() {
|
|
1114
1143
|
this.disposeWithMe(
|
|
1115
|
-
this._hoverManagerService.currentCell$.pipe(
|
|
1116
|
-
var
|
|
1144
|
+
this._hoverManagerService.currentCell$.pipe(Mn(100)).subscribe((e) => {
|
|
1145
|
+
var f, l;
|
|
1117
1146
|
if (!e) {
|
|
1118
1147
|
this._sheetsHyperLinkPopupService.hideCurrentPopup();
|
|
1119
1148
|
return;
|
|
1120
1149
|
}
|
|
1121
|
-
const t = (l = (
|
|
1150
|
+
const t = (l = (f = this._renderManagerService.getRenderById(e.location.unitId)) == null ? void 0 : f.with(It).getWorksheetSkeleton(e.location.subUnitId)) == null ? void 0 : l.skeleton, n = e.location.col, r = e.location.row;
|
|
1122
1151
|
let i = r, o = n;
|
|
1123
|
-
if (t && t.overflowCache.forValue((m,
|
|
1124
|
-
|
|
1152
|
+
if (t && t.overflowCache.forValue((m, _, v) => {
|
|
1153
|
+
ne.contains(v, { startColumn: n, endColumn: n, startRow: r, endRow: r }) && (i = m, o = _);
|
|
1125
1154
|
}), !this._sheetPermissionInterceptorBaseController.permissionCheckWithRanges({
|
|
1126
1155
|
workbookTypes: [pn],
|
|
1127
1156
|
worksheetTypes: [hn],
|
|
@@ -1131,10 +1160,10 @@ let ke = class extends O {
|
|
|
1131
1160
|
return;
|
|
1132
1161
|
}
|
|
1133
1162
|
const c = this._sheetPermissionInterceptorBaseController.permissionCheckWithRanges({
|
|
1134
|
-
workbookTypes: [
|
|
1135
|
-
worksheetTypes: [
|
|
1163
|
+
workbookTypes: [$e],
|
|
1164
|
+
worksheetTypes: [Be, De],
|
|
1136
1165
|
rangeTypes: [Ve]
|
|
1137
|
-
}, [{ startRow: r, startColumn: n, endRow: r, endColumn: n }]), a = e.location.unitId,
|
|
1166
|
+
}, [{ startRow: r, startColumn: n, endRow: r, endColumn: n }]), a = e.location.unitId, u = e.location.subUnitId, g = this._permissionService.composePermission([new gn(a).id, new fn(a, u).id]).every((m) => m.value);
|
|
1138
1167
|
this._sheetsHyperLinkPopupService.showPopup({
|
|
1139
1168
|
...e.location,
|
|
1140
1169
|
row: i,
|
|
@@ -1146,41 +1175,41 @@ let ke = class extends O {
|
|
|
1146
1175
|
);
|
|
1147
1176
|
}
|
|
1148
1177
|
};
|
|
1149
|
-
ke =
|
|
1150
|
-
|
|
1151
|
-
ae(0, h(
|
|
1152
|
-
ae(1, h(
|
|
1178
|
+
ke = Vr([
|
|
1179
|
+
B(D.Rendered, ke),
|
|
1180
|
+
ae(0, h(Sn)),
|
|
1181
|
+
ae(1, h($)),
|
|
1153
1182
|
ae(2, h(nt)),
|
|
1154
1183
|
ae(3, h(tn)),
|
|
1155
1184
|
ae(4, h(Pt))
|
|
1156
1185
|
], ke);
|
|
1157
|
-
const
|
|
1186
|
+
const Ar = (e) => ({
|
|
1158
1187
|
id: ot.id,
|
|
1159
1188
|
type: Mt.BUTTON,
|
|
1160
1189
|
positions: [xt.CONTEXT_MENU],
|
|
1161
1190
|
title: "hyperLink.menu.add",
|
|
1162
|
-
hidden$: Tt(e,
|
|
1191
|
+
hidden$: Tt(e, E.UNIVER_SHEET),
|
|
1163
1192
|
icon: "LinkSingle",
|
|
1164
|
-
disabled$: bt(e, { workbookTypes: [
|
|
1165
|
-
}),
|
|
1193
|
+
disabled$: bt(e, { workbookTypes: [$e], worksheetTypes: [Be, tt, De], rangeTypes: [Ve] })
|
|
1194
|
+
}), Wr = (e) => ({
|
|
1166
1195
|
tooltip: "hyperLink.form.addTitle",
|
|
1167
1196
|
positions: xt.TOOLBAR_START,
|
|
1168
|
-
group:
|
|
1197
|
+
group: Bn.TOOLBAR_OTHERS,
|
|
1169
1198
|
id: st.id,
|
|
1170
1199
|
type: Mt.BUTTON,
|
|
1171
1200
|
icon: "LinkSingle",
|
|
1172
|
-
hidden$: Tt(e,
|
|
1173
|
-
disabled$: bt(e, { workbookTypes: [
|
|
1201
|
+
hidden$: Tt(e, E.UNIVER_SHEET),
|
|
1202
|
+
disabled$: bt(e, { workbookTypes: [$e], worksheetTypes: [Be, tt, De], rangeTypes: [Ve] })
|
|
1174
1203
|
}), Wt = {
|
|
1175
1204
|
id: st.id,
|
|
1176
|
-
binding:
|
|
1177
|
-
preconditions:
|
|
1205
|
+
binding: Nn.K | $n.CTRL_COMMAND,
|
|
1206
|
+
preconditions: Ln
|
|
1178
1207
|
};
|
|
1179
|
-
var
|
|
1180
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1208
|
+
var Fr = Object.defineProperty, Kr = Object.getOwnPropertyDescriptor, Yr = (e, t, n, r) => {
|
|
1209
|
+
for (var i = r > 1 ? void 0 : r ? Kr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1181
1210
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1182
|
-
return r && i &&
|
|
1183
|
-
},
|
|
1211
|
+
return r && i && Fr(t, n, i), i;
|
|
1212
|
+
}, Q = (e, t) => (n, r) => t(n, r, e);
|
|
1184
1213
|
let le = class extends O {
|
|
1185
1214
|
constructor(e, t, n, r, i, o, s) {
|
|
1186
1215
|
super(), this._config = e, this._componentManager = t, this._commandService = n, this._localeService = r, this._menuService = i, this._injector = o, this._shortcutService = s, this._initComponents(), this._initCommands(), this._initMenus(), this._initShortCut();
|
|
@@ -1206,26 +1235,26 @@ let le = class extends O {
|
|
|
1206
1235
|
}
|
|
1207
1236
|
_initMenus() {
|
|
1208
1237
|
var e, t, n, r;
|
|
1209
|
-
this._menuService.addMenuItem(
|
|
1238
|
+
this._menuService.addMenuItem(Ar(this._injector), (t = (e = this._config) == null ? void 0 : e.menu) != null ? t : {}), this._menuService.addMenuItem(Wr(this._injector), (r = (n = this._config) == null ? void 0 : n.menu) != null ? r : {});
|
|
1210
1239
|
}
|
|
1211
1240
|
_initShortCut() {
|
|
1212
1241
|
this._shortcutService.registerShortcut(Wt);
|
|
1213
1242
|
}
|
|
1214
1243
|
};
|
|
1215
|
-
le =
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1244
|
+
le = Yr([
|
|
1245
|
+
B(D.Ready, le),
|
|
1246
|
+
Q(1, h(Dn)),
|
|
1247
|
+
Q(2, K),
|
|
1248
|
+
Q(3, h(pe)),
|
|
1249
|
+
Q(4, An),
|
|
1250
|
+
Q(5, h(Ne)),
|
|
1251
|
+
Q(6, h(Vn))
|
|
1223
1252
|
], le);
|
|
1224
1253
|
const at = "SHEET_HYPER_LINK_UI_PLUGIN";
|
|
1225
|
-
var
|
|
1226
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1254
|
+
var Zr = Object.defineProperty, zr = Object.getOwnPropertyDescriptor, Gr = (e, t, n, r) => {
|
|
1255
|
+
for (var i = r > 1 ? void 0 : r ? zr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1227
1256
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1228
|
-
return r && i &&
|
|
1257
|
+
return r && i && Zr(t, n, i), i;
|
|
1229
1258
|
}, ft = (e, t) => (n, r) => t(n, r, e);
|
|
1230
1259
|
let Pe = class extends O {
|
|
1231
1260
|
constructor(e, t) {
|
|
@@ -1234,103 +1263,103 @@ let Pe = class extends O {
|
|
|
1234
1263
|
// eslint-disable-next-line max-lines-per-function
|
|
1235
1264
|
_initAutoFill() {
|
|
1236
1265
|
const e = () => ({ redos: [], undos: [] }), t = (r, i) => {
|
|
1237
|
-
const { source: o, target: s, unitId: c, subUnitId: a } = r,
|
|
1266
|
+
const { source: o, target: s, unitId: c, subUnitId: a } = r, u = qe([o, s]), [g, f] = u.ranges, { mapFunc: l } = u, m = {
|
|
1238
1267
|
row: g.startRow,
|
|
1239
1268
|
col: g.startColumn
|
|
1240
|
-
},
|
|
1241
|
-
return
|
|
1242
|
-
const
|
|
1269
|
+
}, _ = kn(g, f), v = [], L = [];
|
|
1270
|
+
return _.forEach((M) => {
|
|
1271
|
+
const y = M.repeatStartCell, V = M.relativeRange, R = {
|
|
1243
1272
|
startRow: m.row,
|
|
1244
1273
|
startColumn: m.col,
|
|
1245
1274
|
endColumn: m.col,
|
|
1246
1275
|
endRow: m.row
|
|
1247
1276
|
}, P = {
|
|
1248
|
-
startRow:
|
|
1249
|
-
startColumn:
|
|
1250
|
-
endColumn:
|
|
1251
|
-
endRow:
|
|
1277
|
+
startRow: y.row,
|
|
1278
|
+
startColumn: y.col,
|
|
1279
|
+
endColumn: y.col,
|
|
1280
|
+
endRow: y.row
|
|
1252
1281
|
};
|
|
1253
|
-
Qe.foreach(
|
|
1254
|
-
const q =
|
|
1282
|
+
Qe.foreach(V, (G, A) => {
|
|
1283
|
+
const q = ne.getPositionRange(
|
|
1255
1284
|
{
|
|
1256
1285
|
startRow: G,
|
|
1257
|
-
startColumn:
|
|
1258
|
-
endColumn:
|
|
1286
|
+
startColumn: A,
|
|
1287
|
+
endColumn: A,
|
|
1259
1288
|
endRow: G
|
|
1260
1289
|
},
|
|
1261
|
-
|
|
1290
|
+
R
|
|
1262
1291
|
), { row: he, col: We } = l(q.startRow, q.startColumn), me = this._hyperLinkModel.getHyperLinkByLocation(c, a, he, We);
|
|
1263
1292
|
if (me) {
|
|
1264
|
-
const
|
|
1293
|
+
const ie = ne.getPositionRange(
|
|
1265
1294
|
{
|
|
1266
1295
|
startRow: G,
|
|
1267
|
-
startColumn:
|
|
1268
|
-
endColumn:
|
|
1296
|
+
startColumn: A,
|
|
1297
|
+
endColumn: A,
|
|
1269
1298
|
endRow: G
|
|
1270
1299
|
},
|
|
1271
1300
|
P
|
|
1272
|
-
), { row:
|
|
1273
|
-
|
|
1274
|
-
id:
|
|
1301
|
+
), { row: p, col: S } = l(ie.startRow, ie.startColumn), I = re.generateRandomId(), C = this._hyperLinkModel.getHyperLinkByLocation(c, a, p, S);
|
|
1302
|
+
C && v.push({
|
|
1303
|
+
id: T.id,
|
|
1275
1304
|
params: {
|
|
1276
1305
|
unitId: c,
|
|
1277
1306
|
subUnitId: a,
|
|
1278
|
-
id:
|
|
1307
|
+
id: C.id
|
|
1279
1308
|
}
|
|
1280
|
-
}), (
|
|
1281
|
-
id:
|
|
1309
|
+
}), (oe.COPY === i || oe.SERIES === i) && (v.push({
|
|
1310
|
+
id: U.id,
|
|
1282
1311
|
params: {
|
|
1283
1312
|
unitId: c,
|
|
1284
1313
|
subUnitId: a,
|
|
1285
1314
|
link: {
|
|
1286
1315
|
...me,
|
|
1287
|
-
id:
|
|
1288
|
-
row:
|
|
1289
|
-
column:
|
|
1316
|
+
id: I,
|
|
1317
|
+
row: p,
|
|
1318
|
+
column: S
|
|
1290
1319
|
}
|
|
1291
1320
|
}
|
|
1292
|
-
}),
|
|
1293
|
-
id:
|
|
1321
|
+
}), L.push({
|
|
1322
|
+
id: T.id,
|
|
1294
1323
|
params: {
|
|
1295
1324
|
unitId: c,
|
|
1296
1325
|
subUnitId: a,
|
|
1297
|
-
id:
|
|
1326
|
+
id: I
|
|
1298
1327
|
}
|
|
1299
|
-
})),
|
|
1300
|
-
id:
|
|
1328
|
+
})), C && L.push({
|
|
1329
|
+
id: U.id,
|
|
1301
1330
|
params: {
|
|
1302
1331
|
unitId: c,
|
|
1303
1332
|
subUnitId: a,
|
|
1304
|
-
link:
|
|
1333
|
+
link: C
|
|
1305
1334
|
}
|
|
1306
1335
|
});
|
|
1307
1336
|
}
|
|
1308
1337
|
});
|
|
1309
1338
|
}), {
|
|
1310
|
-
undos:
|
|
1311
|
-
redos:
|
|
1339
|
+
undos: L,
|
|
1340
|
+
redos: v
|
|
1312
1341
|
};
|
|
1313
1342
|
}, n = {
|
|
1314
1343
|
id: at,
|
|
1315
|
-
onFillData: (r, i, o) => o ===
|
|
1344
|
+
onFillData: (r, i, o) => o === oe.COPY || o === oe.ONLY_FORMAT || o === oe.SERIES ? t(r, o) : e()
|
|
1316
1345
|
};
|
|
1317
1346
|
this.disposeWithMe(this._autoFillService.addHook(n));
|
|
1318
1347
|
}
|
|
1319
1348
|
};
|
|
1320
|
-
Pe =
|
|
1321
|
-
|
|
1322
|
-
ft(0,
|
|
1323
|
-
ft(1, h(
|
|
1349
|
+
Pe = Gr([
|
|
1350
|
+
B(D.Ready, Pe),
|
|
1351
|
+
ft(0, In),
|
|
1352
|
+
ft(1, h(H))
|
|
1324
1353
|
], Pe);
|
|
1325
|
-
var
|
|
1326
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1354
|
+
var qr = Object.defineProperty, Xr = Object.getOwnPropertyDescriptor, Jr = (e, t, n, r) => {
|
|
1355
|
+
for (var i = r > 1 ? void 0 : r ? Xr(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1327
1356
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1328
|
-
return r && i &&
|
|
1357
|
+
return r && i && qr(t, n, i), i;
|
|
1329
1358
|
}, Ce = (e, t) => (n, r) => t(n, r, e);
|
|
1330
1359
|
let be = class extends O {
|
|
1331
1360
|
constructor(t, n, r, i) {
|
|
1332
1361
|
super();
|
|
1333
|
-
|
|
1362
|
+
W(this, "_copyInfo");
|
|
1334
1363
|
this._sheetClipboardService = t, this._hyperLinkModel = n, this._injector = r, this._resolverService = i, this._initCopyPaste();
|
|
1335
1364
|
}
|
|
1336
1365
|
_initCopyPaste() {
|
|
@@ -1338,51 +1367,51 @@ let be = class extends O {
|
|
|
1338
1367
|
id: at,
|
|
1339
1368
|
onBeforeCopy: (t, n, r) => this._collect(t, n, r),
|
|
1340
1369
|
onPasteCells: (t, n, r, i) => {
|
|
1341
|
-
const { copyType: o =
|
|
1342
|
-
return this._generateMutations(a, { copyType: o, pasteType: s, copyRange: c, unitId:
|
|
1370
|
+
const { copyType: o = Pn.COPY, pasteType: s } = i, { range: c } = t || {}, { range: a, unitId: u, subUnitId: g } = n;
|
|
1371
|
+
return this._generateMutations(a, { copyType: o, pasteType: s, copyRange: c, unitId: u, subUnitId: g });
|
|
1343
1372
|
},
|
|
1344
1373
|
onPastePlainText: (t, n) => {
|
|
1345
1374
|
if (de(n)) {
|
|
1346
|
-
const r = rt(n), { range: i, unitId: o, subUnitId: s } = t, { ranges: [c], mapFunc: a } = qe([i]),
|
|
1347
|
-
return Qe.foreach(c, (
|
|
1348
|
-
const { row: m, col:
|
|
1349
|
-
|
|
1350
|
-
id:
|
|
1375
|
+
const r = rt(n), { range: i, unitId: o, subUnitId: s } = t, { ranges: [c], mapFunc: a } = qe([i]), u = [], g = [];
|
|
1376
|
+
return Qe.foreach(c, (f, l) => {
|
|
1377
|
+
const { row: m, col: _ } = a(f, l), v = this._hyperLinkModel.getHyperLinkByLocation(o, s, m, _);
|
|
1378
|
+
v && u.push({
|
|
1379
|
+
id: T.id,
|
|
1351
1380
|
params: {
|
|
1352
1381
|
unitId: o,
|
|
1353
1382
|
subUnitId: s,
|
|
1354
|
-
id:
|
|
1383
|
+
id: v.id
|
|
1355
1384
|
}
|
|
1356
1385
|
});
|
|
1357
|
-
const
|
|
1358
|
-
|
|
1359
|
-
id:
|
|
1386
|
+
const L = re.generateRandomId();
|
|
1387
|
+
u.push({
|
|
1388
|
+
id: U.id,
|
|
1360
1389
|
params: {
|
|
1361
1390
|
unitId: o,
|
|
1362
1391
|
subUnitId: s,
|
|
1363
1392
|
link: {
|
|
1364
|
-
id:
|
|
1393
|
+
id: L,
|
|
1365
1394
|
row: m,
|
|
1366
|
-
column:
|
|
1395
|
+
column: _,
|
|
1367
1396
|
payload: r
|
|
1368
1397
|
}
|
|
1369
1398
|
}
|
|
1370
1399
|
}), g.push({
|
|
1371
|
-
id:
|
|
1400
|
+
id: T.id,
|
|
1372
1401
|
params: {
|
|
1373
1402
|
unitId: o,
|
|
1374
1403
|
subUnitId: s,
|
|
1375
|
-
id:
|
|
1404
|
+
id: L
|
|
1376
1405
|
}
|
|
1377
|
-
}),
|
|
1378
|
-
id:
|
|
1406
|
+
}), v && g.push({
|
|
1407
|
+
id: U.id,
|
|
1379
1408
|
params: {
|
|
1380
1409
|
unitId: o,
|
|
1381
1410
|
subUnitId: s,
|
|
1382
|
-
link:
|
|
1411
|
+
link: v
|
|
1383
1412
|
}
|
|
1384
1413
|
});
|
|
1385
|
-
}), { redos:
|
|
1414
|
+
}), { redos: u, undos: g };
|
|
1386
1415
|
}
|
|
1387
1416
|
return { undos: [], redos: [] };
|
|
1388
1417
|
}
|
|
@@ -1397,15 +1426,15 @@ let be = class extends O {
|
|
|
1397
1426
|
};
|
|
1398
1427
|
const o = {
|
|
1399
1428
|
get: this._injector.get.bind(this._injector)
|
|
1400
|
-
}, s =
|
|
1429
|
+
}, s = bn(r, o, t, n);
|
|
1401
1430
|
if (!s)
|
|
1402
1431
|
return;
|
|
1403
1432
|
const { rows: c, cols: a } = s;
|
|
1404
|
-
c.forEach((
|
|
1405
|
-
a.forEach((
|
|
1406
|
-
var
|
|
1407
|
-
const m = this._hyperLinkModel.getHyperLinkByLocation(t, n,
|
|
1408
|
-
i.setValue(g, l, (
|
|
1433
|
+
c.forEach((u, g) => {
|
|
1434
|
+
a.forEach((f, l) => {
|
|
1435
|
+
var _;
|
|
1436
|
+
const m = this._hyperLinkModel.getHyperLinkByLocation(t, n, u, f);
|
|
1437
|
+
i.setValue(g, l, (_ = m == null ? void 0 : m.id) != null ? _ : "");
|
|
1409
1438
|
});
|
|
1410
1439
|
});
|
|
1411
1440
|
}
|
|
@@ -1413,8 +1442,6 @@ let be = class extends O {
|
|
|
1413
1442
|
_generateMutations(t, n) {
|
|
1414
1443
|
if (!this._copyInfo)
|
|
1415
1444
|
return { redos: [], undos: [] };
|
|
1416
|
-
if (n.copyType === ut.CUT)
|
|
1417
|
-
return this._copyInfo = null, { redos: [], undos: [] };
|
|
1418
1445
|
if (!this._copyInfo || !this._copyInfo.matrix.getSizeOf() || !n.copyRange)
|
|
1419
1446
|
return { redos: [], undos: [] };
|
|
1420
1447
|
if ([
|
|
@@ -1426,72 +1453,69 @@ let be = class extends O {
|
|
|
1426
1453
|
n.pasteType
|
|
1427
1454
|
))
|
|
1428
1455
|
return { redos: [], undos: [] };
|
|
1429
|
-
const { unitId: r, subUnitId: i } = this._copyInfo, o = [], s = [], { ranges: [c, a], mapFunc:
|
|
1430
|
-
return
|
|
1456
|
+
const { unitId: r, subUnitId: i } = this._copyInfo, o = [], s = [], { ranges: [c, a], mapFunc: u } = qe([n.copyRange, t]);
|
|
1457
|
+
return Rn(c, a, !0).forEach(({ startRange: f }) => {
|
|
1431
1458
|
var l;
|
|
1432
|
-
(l = this._copyInfo) == null || l.matrix.forValue((m,
|
|
1433
|
-
const
|
|
1459
|
+
(l = this._copyInfo) == null || l.matrix.forValue((m, _, v) => {
|
|
1460
|
+
const L = ne.getPositionRange(
|
|
1434
1461
|
{
|
|
1435
1462
|
startRow: m,
|
|
1436
1463
|
endRow: m,
|
|
1437
|
-
startColumn:
|
|
1438
|
-
endColumn:
|
|
1464
|
+
startColumn: _,
|
|
1465
|
+
endColumn: _
|
|
1439
1466
|
},
|
|
1440
|
-
|
|
1441
|
-
),
|
|
1442
|
-
|
|
1443
|
-
id:
|
|
1467
|
+
f
|
|
1468
|
+
), M = this._hyperLinkModel.getHyperLink(r, i, v), { row: y, col: V } = u(L.startRow, L.startColumn), R = this._hyperLinkModel.getHyperLinkByLocation(n.unitId, n.subUnitId, y, V), P = re.generateRandomId();
|
|
1469
|
+
R && o.push({
|
|
1470
|
+
id: T.id,
|
|
1444
1471
|
params: {
|
|
1445
1472
|
unitId: n.unitId,
|
|
1446
1473
|
subUnitId: n.subUnitId,
|
|
1447
|
-
id:
|
|
1474
|
+
id: R.id
|
|
1448
1475
|
}
|
|
1449
|
-
}),
|
|
1450
|
-
id:
|
|
1476
|
+
}), M && (o.push({
|
|
1477
|
+
id: U.id,
|
|
1451
1478
|
params: {
|
|
1452
1479
|
unitId: n.unitId,
|
|
1453
1480
|
subUnitId: n.subUnitId,
|
|
1454
1481
|
link: {
|
|
1455
|
-
...
|
|
1482
|
+
...M,
|
|
1456
1483
|
id: P,
|
|
1457
|
-
row:
|
|
1458
|
-
column:
|
|
1484
|
+
row: y,
|
|
1485
|
+
column: V
|
|
1459
1486
|
}
|
|
1460
1487
|
}
|
|
1461
1488
|
}), s.push({
|
|
1462
|
-
id:
|
|
1489
|
+
id: T.id,
|
|
1463
1490
|
params: {
|
|
1464
1491
|
unitId: n.unitId,
|
|
1465
1492
|
subUnitId: n.subUnitId,
|
|
1466
1493
|
id: P
|
|
1467
1494
|
}
|
|
1468
|
-
})),
|
|
1469
|
-
id:
|
|
1495
|
+
})), R && s.push({
|
|
1496
|
+
id: U.id,
|
|
1470
1497
|
params: {
|
|
1471
1498
|
unitId: n.unitId,
|
|
1472
1499
|
subUnitId: n.subUnitId,
|
|
1473
|
-
link:
|
|
1500
|
+
link: R
|
|
1474
1501
|
}
|
|
1475
1502
|
});
|
|
1476
1503
|
});
|
|
1477
|
-
}), {
|
|
1478
|
-
redos: o,
|
|
1479
|
-
undos: s
|
|
1480
|
-
};
|
|
1504
|
+
}), { redos: o, undos: s };
|
|
1481
1505
|
}
|
|
1482
1506
|
};
|
|
1483
|
-
be =
|
|
1484
|
-
|
|
1485
|
-
Ce(0,
|
|
1486
|
-
Ce(1, h(
|
|
1487
|
-
Ce(2, h(
|
|
1488
|
-
Ce(3, h(
|
|
1507
|
+
be = Jr([
|
|
1508
|
+
B(D.Ready, be),
|
|
1509
|
+
Ce(0, wn),
|
|
1510
|
+
Ce(1, h(H)),
|
|
1511
|
+
Ce(2, h(Ne)),
|
|
1512
|
+
Ce(3, h(F))
|
|
1489
1513
|
], be);
|
|
1490
|
-
var
|
|
1491
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1514
|
+
var Qr = Object.defineProperty, ei = Object.getOwnPropertyDescriptor, ti = (e, t, n, r) => {
|
|
1515
|
+
for (var i = r > 1 ? void 0 : r ? ei(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1492
1516
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1493
|
-
return r && i &&
|
|
1494
|
-
},
|
|
1517
|
+
return r && i && Qr(t, n, i), i;
|
|
1518
|
+
}, ni = (e, t) => (n, r) => t(n, r, e);
|
|
1495
1519
|
let Re = class extends O {
|
|
1496
1520
|
constructor(e) {
|
|
1497
1521
|
super(), this._resolverService = e, this._handleInitUrl();
|
|
@@ -1501,15 +1525,15 @@ let Re = class extends O {
|
|
|
1501
1525
|
e && this._resolverService.parseHyperLink(e).handler();
|
|
1502
1526
|
}
|
|
1503
1527
|
};
|
|
1504
|
-
Re =
|
|
1505
|
-
|
|
1506
|
-
|
|
1528
|
+
Re = ti([
|
|
1529
|
+
B(D.Rendered, Re),
|
|
1530
|
+
ni(0, h(F))
|
|
1507
1531
|
], Re);
|
|
1508
|
-
var
|
|
1509
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1532
|
+
var ri = Object.defineProperty, ii = Object.getOwnPropertyDescriptor, oi = (e, t, n, r) => {
|
|
1533
|
+
for (var i = r > 1 ? void 0 : r ? ii(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1510
1534
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1511
|
-
return r && i &&
|
|
1512
|
-
},
|
|
1535
|
+
return r && i && ri(t, n, i), i;
|
|
1536
|
+
}, Ze = (e, t) => (n, r) => t(n, r, e);
|
|
1513
1537
|
let we = class extends O {
|
|
1514
1538
|
constructor(e, t, n) {
|
|
1515
1539
|
super(), this._localeService = e, this._commandService = t, this._sheetPermissionInterceptorBaseController = n, this._commandExecutedListener();
|
|
@@ -1518,33 +1542,33 @@ let we = class extends O {
|
|
|
1518
1542
|
this.disposeWithMe(
|
|
1519
1543
|
this._commandService.beforeCommandExecuted((e) => {
|
|
1520
1544
|
e.id === Wt.id && (this._sheetPermissionInterceptorBaseController.permissionCheckWithRanges({
|
|
1521
|
-
workbookTypes: [
|
|
1545
|
+
workbookTypes: [$e],
|
|
1522
1546
|
rangeTypes: [Ve],
|
|
1523
|
-
worksheetTypes: [
|
|
1547
|
+
worksheetTypes: [Be, tt, De]
|
|
1524
1548
|
}) || this._sheetPermissionInterceptorBaseController.haveNotPermissionHandle(this._localeService.t("permission.dialog.hyperLinkErr")));
|
|
1525
1549
|
})
|
|
1526
1550
|
);
|
|
1527
1551
|
}
|
|
1528
1552
|
};
|
|
1529
|
-
we =
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1553
|
+
we = oi([
|
|
1554
|
+
B(D.Rendered, we),
|
|
1555
|
+
Ze(0, h(pe)),
|
|
1556
|
+
Ze(1, K),
|
|
1557
|
+
Ze(2, h(Pt))
|
|
1534
1558
|
], we);
|
|
1535
|
-
var Ft = Object.defineProperty,
|
|
1536
|
-
for (var i = r > 1 ? void 0 : r ?
|
|
1559
|
+
var Ft = Object.defineProperty, si = Object.getOwnPropertyDescriptor, ai = (e, t, n) => t in e ? Ft(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, ci = (e, t, n, r) => {
|
|
1560
|
+
for (var i = r > 1 ? void 0 : r ? si(t, n) : t, o = e.length - 1, s; o >= 0; o--)
|
|
1537
1561
|
(s = e[o]) && (i = (r ? s(t, n, i) : s(i)) || i);
|
|
1538
1562
|
return r && i && Ft(t, n, i), i;
|
|
1539
|
-
}, vt = (e, t) => (n, r) => t(n, r, e),
|
|
1540
|
-
let
|
|
1563
|
+
}, vt = (e, t) => (n, r) => t(n, r, e), Kt = (e, t, n) => ai(e, typeof t != "symbol" ? t + "" : t, n);
|
|
1564
|
+
let He = class extends nn {
|
|
1541
1565
|
constructor(e, t, n) {
|
|
1542
1566
|
super(), this._config = e, this._injector = t, this._renderManagerService = n;
|
|
1543
1567
|
}
|
|
1544
1568
|
onStarting(e) {
|
|
1545
1569
|
[
|
|
1546
|
-
[
|
|
1547
|
-
[
|
|
1570
|
+
[F],
|
|
1571
|
+
[$],
|
|
1548
1572
|
[ye],
|
|
1549
1573
|
[Se],
|
|
1550
1574
|
[Ie],
|
|
@@ -1564,16 +1588,16 @@ let je = class extends nn {
|
|
|
1564
1588
|
onReady() {
|
|
1565
1589
|
[
|
|
1566
1590
|
[Xe]
|
|
1567
|
-
].forEach((t) => this._renderManagerService.registerRenderModule(
|
|
1591
|
+
].forEach((t) => this._renderManagerService.registerRenderModule(E.UNIVER_SHEET, t));
|
|
1568
1592
|
}
|
|
1569
1593
|
};
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1594
|
+
Kt(He, "pluginName", at);
|
|
1595
|
+
Kt(He, "type", E.UNIVER_SHEET);
|
|
1596
|
+
He = ci([
|
|
1573
1597
|
rn(_n),
|
|
1574
|
-
vt(1, h(
|
|
1598
|
+
vt(1, h(Ne)),
|
|
1575
1599
|
vt(2, nt)
|
|
1576
|
-
],
|
|
1600
|
+
], He);
|
|
1577
1601
|
export {
|
|
1578
1602
|
Te as CloseHyperLinkSidebarOperation,
|
|
1579
1603
|
ot as InsertHyperLinkOperation,
|
|
@@ -1584,11 +1608,11 @@ export {
|
|
|
1584
1608
|
Pe as SheetsHyperLinkAutoFillController,
|
|
1585
1609
|
be as SheetsHyperLinkCopyPasteController,
|
|
1586
1610
|
ke as SheetsHyperLinkPopupController,
|
|
1587
|
-
|
|
1611
|
+
$ as SheetsHyperLinkPopupService,
|
|
1588
1612
|
ye as SheetsHyperLinkRemoveSheetController,
|
|
1589
1613
|
Xe as SheetsHyperLinkRenderController,
|
|
1590
1614
|
Se as SheetsHyperLinkRenderManagerController,
|
|
1591
|
-
|
|
1615
|
+
F as SheetsHyperLinkResolverService,
|
|
1592
1616
|
le as SheetsHyperLinkUIController,
|
|
1593
|
-
|
|
1617
|
+
He as UniverSheetsHyperLinkUIPlugin
|
|
1594
1618
|
};
|