@univerjs/sheets-drawing-ui 0.5.0-nightly.202411141606 → 0.5.0-nightly.202411161605
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 +247 -247
- package/lib/umd/index.js +2 -2
- package/package.json +14 -14
package/lib/es/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
var mn = Object.defineProperty;
|
|
2
2
|
var fn = (i, e, n) => e in i ? mn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : i[e] = n;
|
|
3
3
|
var V = (i, e, n) => fn(i, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { CommandType as H, ICommandService as B, IUndoRedoService as ue, sequenceExecute as
|
|
5
|
-
import { IDrawingManagerService as K, IImageIoService as Mt, DrawingTypeEnum as k, ArrangeTypeEnum as ve, DRAWING_IMAGE_ALLOW_IMAGE_LIST as Nn, DRAWING_IMAGE_COUNT_LIMIT as mt, ImageUploadStatusType as He, DRAWING_IMAGE_ALLOW_SIZE as jn, getImageSize as
|
|
6
|
-
import { ImageCropperObject as
|
|
4
|
+
import { CommandType as H, ICommandService as B, IUndoRedoService as ue, sequenceExecute as It, LocaleService as Be, IUniverInstanceService as fe, useDependency as ae, Inject as W, Injector as Rt, IContextService as Dt, RxDisposable as pn, UniverInstanceType as Y, connectInjector as wn, toDisposable as _n, FOCUSING_COMMON_DRAWINGS as me, Disposable as ie, Direction as te, FOCUSING_FX_BAR_EDITOR as vn, EDITOR_ACTIVATED as Sn, FOCUSING_PANEL_EDITOR as Cn, Tools as ge, UserManagerService as In, IPermissionService as Rn, Rectangle as Dn, LifecycleService as Mn, LifecycleStages as bn, DisposableCollection as yn, fromEventSubject as On, generateRandomId as Tn, DependentOn as Pn, Plugin as En, registerDependencies as Un, touchDependencies as Xe, IConfigService as An } from "@univerjs/core";
|
|
5
|
+
import { IDrawingManagerService as K, IImageIoService as Mt, DrawingTypeEnum as k, ArrangeTypeEnum as ve, DRAWING_IMAGE_ALLOW_IMAGE_LIST as Nn, DRAWING_IMAGE_COUNT_LIMIT as mt, ImageUploadStatusType as He, DRAWING_IMAGE_ALLOW_SIZE as jn, getImageSize as Wn, DRAWING_IMAGE_WIDTH_LIMIT as ft, DRAWING_IMAGE_HEIGHT_LIMIT as pt, getDrawingShapeKeyByDrawingSearch as ze, UniverDrawingPlugin as xn } from "@univerjs/drawing";
|
|
6
|
+
import { ImageCropperObject as $n, COMPONENT_IMAGE_POPUP_MENU as Ln, OpenImageCropOperation as Bn, ImageResetSizeOperation as Gn, DrawingCommonPanel as Vn, DrawingRenderService as kn, UniverDrawingUIPlugin as Yn } from "@univerjs/drawing-ui";
|
|
7
7
|
import { IRenderManagerService as J, precisionTo as ne, getGroupState as Fn, transformObjectOutOfGroup as Xn, RENDER_CLASS_TYPE as de, Rect as wt, ObjectType as Hn, DRAWING_OBJECT_LAYER_INDEX as zn, SHEET_VIEWPORT_KEY as Kn } from "@univerjs/engine-render";
|
|
8
|
-
import { ISheetDrawingService as F, SetDrawingApplyMutation as
|
|
9
|
-
import { SheetCanvasPopManagerService as Zn, attachRangeWithCoord as
|
|
8
|
+
import { ISheetDrawingService as F, SetDrawingApplyMutation as T, DrawingApplyType as P, SheetDrawingAnchorType as y, UniverSheetsDrawingPlugin as Jn } from "@univerjs/sheets-drawing";
|
|
9
|
+
import { SheetCanvasPopManagerService as Zn, attachRangeWithCoord as Pe, ISheetSelectionRenderService as pe, SheetSkeletonManagerService as q, getCurrentRangeDisable$ as qn, COPY_TYPE as _t, PREDEFINED_HOOK_NAME as Se, virtualizeDiscreteRanges as Qn, ISheetClipboardService as er, SheetPrintInterceptorService as tr, VIEWPORT_KEY as nr, SetZoomRatioOperation as rr } from "@univerjs/sheets-ui";
|
|
10
10
|
import { ISidebarService as ir, IUIPartsService as sr, BuiltInUIPart as or, ILocalFileService as ar, IMessageService as cr, MenuItemType as bt, getMenuHiddenObservable as yt, RibbonStartGroup as dr, KeyCode as le, ComponentManager as lr, IMenuManagerService as ur, IShortcutService as hr, CanvasFloatDomService as gr } from "@univerjs/ui";
|
|
11
|
-
import { takeUntil as vt, combineLatest as
|
|
12
|
-
import { SheetInterceptorService as at, getSheetCommandTarget as ce, SheetsSelectionsService as pr, WorkbookEditablePermission as tt, WorksheetEditPermission as
|
|
11
|
+
import { takeUntil as vt, combineLatest as Ce, map as Ee, filter as re, distinctUntilChanged as Ie, Subject as Ke, take as mr, BehaviorSubject as fr, switchMap as St } from "rxjs";
|
|
12
|
+
import { SheetInterceptorService as at, getSheetCommandTarget as ce, SheetsSelectionsService as pr, WorkbookEditablePermission as tt, WorksheetEditPermission as Te, RangeProtectionPermissionEditPoint as wr, WorkbookViewPermission as Ct, WorksheetViewPermission as Je, InsertRowCommand as Ot, InsertColCommand as Tt, RemoveRowCommand as Pt, RemoveColCommand as Et, DeleteRangeMoveLeftCommand as Ut, DeleteRangeMoveUpCommand as At, InsertRangeMoveDownCommand as Nt, InsertRangeMoveRightCommand as jt, DeltaRowHeightCommand as nt, SetRowHeightCommand as rt, DeltaColumnWidthCommand as Wt, SetColWidthCommand as xt, SetRowHiddenCommand as $t, SetSpecificRowsVisibleCommand as Lt, SetSpecificColsVisibleCommand as Bt, SetColHiddenCommand as Gt, MoveColsCommand as Vt, MoveRowsCommand as kt, MoveRangeCommand as Yt, SetRowVisibleMutation as _r, SetRowHiddenMutation as vr, SetColVisibleMutation as Sr, SetColHiddenMutation as Cr, SetWorksheetRowHeightMutation as Ir, SetWorksheetColWidthMutation as Rr, SetWorksheetActiveOperation as Dr, SetFrozenMutation as Mr } from "@univerjs/sheets";
|
|
13
13
|
import Ft, { useEffect as ct, forwardRef as Xt, useRef as br, createElement as Ht, useState as it } from "react";
|
|
14
14
|
import { MessageType as Re, RadioGroup as yr, Radio as Ze } from "@univerjs/design";
|
|
15
|
-
const Or = "sheets-drawing-ui.config",
|
|
15
|
+
const Or = "sheets-drawing-ui.config", Tr = {}, j = {
|
|
16
16
|
id: "sheet.operation.clear-drawing-transformer",
|
|
17
17
|
type: H.MUTATION,
|
|
18
18
|
handler: (i, e) => {
|
|
@@ -31,11 +31,11 @@ const Or = "sheets-drawing-ui.config", Pr = {}, j = {
|
|
|
31
31
|
if (!e) return !1;
|
|
32
32
|
const { drawings: o } = e, d = [];
|
|
33
33
|
o.forEach((_) => {
|
|
34
|
-
const { unitId:
|
|
35
|
-
d.push(
|
|
34
|
+
const { unitId: I } = _;
|
|
35
|
+
d.push(I);
|
|
36
36
|
});
|
|
37
|
-
const l = s.getBatchRemoveOp(o), { unitId: g, subUnitId: c, undo: a, redo: h, objects: u } = l, m = r.onCommandExecute({ id: Ge.id, params: e }), f = { id:
|
|
38
|
-
return
|
|
37
|
+
const l = s.getBatchRemoveOp(o), { unitId: g, subUnitId: c, undo: a, redo: h, objects: u } = l, m = r.onCommandExecute({ id: Ge.id, params: e }), f = { id: T.id, params: { unitId: g, subUnitId: c, op: h, objects: u, type: P.REMOVE } }, p = { id: T.id, params: { unitId: g, subUnitId: c, op: a, objects: u, type: P.INSERT } };
|
|
38
|
+
return It([...(S = m.preRedos) != null ? S : [], f, ...m.redos], n) ? (t.pushUndoRedo({
|
|
39
39
|
unitID: g,
|
|
40
40
|
undoMutations: [
|
|
41
41
|
...(v = m.preUndos) != null ? v : [],
|
|
@@ -93,7 +93,7 @@ var Zt = { exports: {} }, Ve = {};
|
|
|
93
93
|
* This source code is licensed under the MIT license found in the
|
|
94
94
|
* LICENSE file in the root directory of this source tree.
|
|
95
95
|
*/
|
|
96
|
-
var
|
|
96
|
+
var Pr = Ft, Er = Symbol.for("react.element"), Ur = Symbol.for("react.fragment"), Ar = Object.prototype.hasOwnProperty, Nr = Pr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, jr = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
97
97
|
function qt(i, e, n) {
|
|
98
98
|
var t, r = {}, s = null, o = null;
|
|
99
99
|
n !== void 0 && (s = "" + n), e.key !== void 0 && (s = "" + e.key), e.ref !== void 0 && (o = e.ref);
|
|
@@ -105,12 +105,12 @@ Ve.Fragment = Ur;
|
|
|
105
105
|
Ve.jsx = qt;
|
|
106
106
|
Ve.jsxs = qt;
|
|
107
107
|
Zt.exports = Ve;
|
|
108
|
-
var
|
|
109
|
-
const
|
|
110
|
-
uploadLoading:
|
|
108
|
+
var $ = Zt.exports;
|
|
109
|
+
const Wr = "univer-upload-loading", xr = "univer-upload-loading-body", $r = "univer-upload-loading-body-animation", Lr = "univer-UniverCircleAnimation", Br = "univer-upload-loading-body-text", De = {
|
|
110
|
+
uploadLoading: Wr,
|
|
111
111
|
uploadLoadingBody: xr,
|
|
112
|
-
uploadLoadingBodyAnimation:
|
|
113
|
-
univerCircleAnimation:
|
|
112
|
+
uploadLoadingBodyAnimation: $r,
|
|
113
|
+
univerCircleAnimation: Lr,
|
|
114
114
|
uploadLoadingBodyText: Br
|
|
115
115
|
}, Gr = () => {
|
|
116
116
|
const i = ae(Mt), e = ae(Be), [n, t] = Ft.useState(0);
|
|
@@ -121,9 +121,9 @@ const $r = "univer-upload-loading", xr = "univer-upload-loading-body", Lr = "uni
|
|
|
121
121
|
return () => {
|
|
122
122
|
r.unsubscribe();
|
|
123
123
|
};
|
|
124
|
-
}, [i]), /* @__PURE__ */
|
|
125
|
-
/* @__PURE__ */
|
|
126
|
-
/* @__PURE__ */
|
|
124
|
+
}, [i]), /* @__PURE__ */ $.jsx("div", { style: { display: n > 0 ? "block" : "none" }, className: De.uploadLoading, children: /* @__PURE__ */ $.jsxs("div", { className: De.uploadLoadingBody, children: [
|
|
125
|
+
/* @__PURE__ */ $.jsx("div", { className: De.uploadLoadingBodyAnimation }),
|
|
126
|
+
/* @__PURE__ */ $.jsx("div", { className: De.uploadLoadingBodyText, children: `${e.t("uploadLoading.loading")}: ${n}` })
|
|
127
127
|
] }) });
|
|
128
128
|
};
|
|
129
129
|
var Vr = Object.defineProperty, kr = Object.getOwnPropertyDescriptor, Yr = (i, e, n, t) => {
|
|
@@ -153,7 +153,7 @@ let Ue = class extends pn {
|
|
|
153
153
|
_hasCropObject(e) {
|
|
154
154
|
const n = e.getAllObjectsByOrder();
|
|
155
155
|
for (const t of n)
|
|
156
|
-
if (t instanceof
|
|
156
|
+
if (t instanceof $n)
|
|
157
157
|
return !0;
|
|
158
158
|
return !1;
|
|
159
159
|
}
|
|
@@ -184,7 +184,7 @@ let Ue = class extends pn {
|
|
|
184
184
|
return;
|
|
185
185
|
const { unitId: c, subUnitId: a, drawingId: h, drawingType: u } = g, m = g.data;
|
|
186
186
|
m && m.disablePopup || (r == null || r.dispose(), r = this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(d, {
|
|
187
|
-
componentKey:
|
|
187
|
+
componentKey: Ln,
|
|
188
188
|
direction: "horizontal",
|
|
189
189
|
offset: [2, 0],
|
|
190
190
|
extraProps: {
|
|
@@ -241,16 +241,16 @@ let Ue = class extends pn {
|
|
|
241
241
|
}
|
|
242
242
|
};
|
|
243
243
|
Ue = Yr([
|
|
244
|
-
se(0,
|
|
244
|
+
se(0, W(Rt)),
|
|
245
245
|
se(1, K),
|
|
246
|
-
se(2,
|
|
246
|
+
se(2, W(Zn)),
|
|
247
247
|
se(3, J),
|
|
248
248
|
se(4, fe),
|
|
249
249
|
se(5, Dt),
|
|
250
|
-
se(6,
|
|
250
|
+
se(6, W(sr))
|
|
251
251
|
], Ue);
|
|
252
|
-
function
|
|
253
|
-
const { from: t, to: r, flipY: s = !1, flipX: o = !1, angle: d = 0, skewX: l = 0, skewY: g = 0 } = i, { column: c, columnOffset: a, row: h, rowOffset: u } = t, { column: m, columnOffset: f, row: p, rowOffset:
|
|
252
|
+
function L(i, e, n) {
|
|
253
|
+
const { from: t, to: r, flipY: s = !1, flipX: o = !1, angle: d = 0, skewX: l = 0, skewY: g = 0 } = i, { column: c, columnOffset: a, row: h, rowOffset: u } = t, { column: m, columnOffset: f, row: p, rowOffset: C } = r, S = n.getCurrentSkeleton(), v = Pe(S, {
|
|
254
254
|
startColumn: c,
|
|
255
255
|
endColumn: c,
|
|
256
256
|
startRow: h,
|
|
@@ -258,7 +258,7 @@ function W(i, e, n) {
|
|
|
258
258
|
});
|
|
259
259
|
if (v == null)
|
|
260
260
|
return;
|
|
261
|
-
const R =
|
|
261
|
+
const R = Pe(S, {
|
|
262
262
|
startColumn: m,
|
|
263
263
|
endColumn: m,
|
|
264
264
|
startRow: p,
|
|
@@ -266,8 +266,8 @@ function W(i, e, n) {
|
|
|
266
266
|
});
|
|
267
267
|
if (R == null)
|
|
268
268
|
return;
|
|
269
|
-
const { startX: _, startY:
|
|
270
|
-
let b = ne(_ + a, 1), A = ne(
|
|
269
|
+
const { startX: _, startY: I } = v, { startX: w, startY: O } = R;
|
|
270
|
+
let b = ne(_ + a, 1), A = ne(I + u, 1), E = ne(w + f - b, 1), M = ne(O + C - A, 1);
|
|
271
271
|
v.startX === R.endX && (E = 0), v.startY === R.endY && (M = 0);
|
|
272
272
|
const D = S.rowHeaderWidth + S.columnTotalWidth, U = S.columnHeaderHeight + S.rowTotalHeight;
|
|
273
273
|
return b + E > D && (b = D - E), A + M > U && (A = U - M), {
|
|
@@ -283,7 +283,7 @@ function W(i, e, n) {
|
|
|
283
283
|
};
|
|
284
284
|
}
|
|
285
285
|
function N(i, e) {
|
|
286
|
-
const { left: n = 0, top: t = 0, width: r = 0, height: s = 0, flipY: o = !1, flipX: d = !1, angle: l = 0, skewX: g = 0, skewY: c = 0 } = i, a = e.
|
|
286
|
+
const { left: n = 0, top: t = 0, width: r = 0, height: s = 0, flipY: o = !1, flipX: d = !1, angle: l = 0, skewX: g = 0, skewY: c = 0 } = i, a = e.getCellWithCoordByOffset(n, t);
|
|
287
287
|
if (a == null)
|
|
288
288
|
return;
|
|
289
289
|
const h = {
|
|
@@ -291,7 +291,7 @@ function N(i, e) {
|
|
|
291
291
|
columnOffset: ne(n - a.startX, 1),
|
|
292
292
|
row: a.actualRow,
|
|
293
293
|
rowOffset: ne(t - a.startY, 1)
|
|
294
|
-
}, u = e.
|
|
294
|
+
}, u = e.getCellWithCoordByOffset(n + r, t + s);
|
|
295
295
|
if (u == null)
|
|
296
296
|
return;
|
|
297
297
|
const m = {
|
|
@@ -329,7 +329,7 @@ let st = class extends ie {
|
|
|
329
329
|
const n = i[e];
|
|
330
330
|
for (const t in n.data) {
|
|
331
331
|
const r = n.data[t];
|
|
332
|
-
r.transform =
|
|
332
|
+
r.transform = L(r.sheetTransform, this._sheetSelectionRenderService, this._sheetSkeletonManagerService);
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
this._drawingManagerService.registerDrawingData(this._context.unitId, this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId)), this._drawingManagerService.initializeNotification(this._context.unitId);
|
|
@@ -338,8 +338,8 @@ let st = class extends ie {
|
|
|
338
338
|
st = Hr([
|
|
339
339
|
Me(1, F),
|
|
340
340
|
Me(2, K),
|
|
341
|
-
Me(3,
|
|
342
|
-
Me(4,
|
|
341
|
+
Me(3, W(pe)),
|
|
342
|
+
Me(4, W(q))
|
|
343
343
|
], st);
|
|
344
344
|
var X = function() {
|
|
345
345
|
return X = Object.assign || function(i) {
|
|
@@ -487,14 +487,14 @@ const rn = {
|
|
|
487
487
|
});
|
|
488
488
|
});
|
|
489
489
|
const o = r.getGroupDrawingOp(e), { unitId: d, subUnitId: l, undo: g, redo: c, objects: a } = o;
|
|
490
|
-
return n.syncExecuteCommand(
|
|
490
|
+
return n.syncExecuteCommand(T.id, { op: c, unitId: d, subUnitId: l, objects: a, type: P.GROUP }) ? (t.pushUndoRedo({
|
|
491
491
|
unitID: d,
|
|
492
492
|
undoMutations: [
|
|
493
|
-
{ id:
|
|
493
|
+
{ id: T.id, params: { op: g, unitId: d, subUnitId: l, objects: ei(a), type: P.UNGROUP } },
|
|
494
494
|
{ id: j.id, params: s }
|
|
495
495
|
],
|
|
496
496
|
redoMutations: [
|
|
497
|
-
{ id:
|
|
497
|
+
{ id: T.id, params: { op: c, unitId: d, subUnitId: l, objects: a, type: P.GROUP } },
|
|
498
498
|
{ id: j.id, params: s }
|
|
499
499
|
]
|
|
500
500
|
}), !0) : !1;
|
|
@@ -506,8 +506,8 @@ const rn = {
|
|
|
506
506
|
var S, v, R;
|
|
507
507
|
const n = i.get(B), t = i.get(ue), r = i.get(F), s = i.get(at);
|
|
508
508
|
if (!e) return !1;
|
|
509
|
-
const o = e.drawings, d = o.map((_) => _.unitId), l = r.getBatchAddOp(o), { unitId: g, subUnitId: c, undo: a, redo: h, objects: u } = l, m = s.onCommandExecute({ id: ke.id, params: e }), f = { id:
|
|
510
|
-
return
|
|
509
|
+
const o = e.drawings, d = o.map((_) => _.unitId), l = r.getBatchAddOp(o), { unitId: g, subUnitId: c, undo: a, redo: h, objects: u } = l, m = s.onCommandExecute({ id: ke.id, params: e }), f = { id: T.id, params: { op: h, unitId: g, subUnitId: c, objects: u, type: P.INSERT } }, p = { id: T.id, params: { op: a, unitId: g, subUnitId: c, objects: u, type: P.REMOVE } };
|
|
510
|
+
return It([...(S = m.preRedos) != null ? S : [], f, ...m.redos], n) ? (t.pushUndoRedo({
|
|
511
511
|
unitID: g,
|
|
512
512
|
undoMutations: [
|
|
513
513
|
...(v = m.preUndos) != null ? v : [],
|
|
@@ -534,13 +534,13 @@ const rn = {
|
|
|
534
534
|
if (l === ve.forward ? c = r.getForwardDrawingsOp(g) : l === ve.backward ? c = r.getBackwardDrawingOp(g) : l === ve.front ? c = r.getFrontDrawingsOp(g) : l === ve.back && (c = r.getBackDrawingsOp(g)), c == null)
|
|
535
535
|
return !1;
|
|
536
536
|
const { objects: a, redo: h, undo: u } = c;
|
|
537
|
-
return n.syncExecuteCommand(
|
|
537
|
+
return n.syncExecuteCommand(T.id, { op: h, unitId: s, subUnitId: o, objects: a, type: P.ARRANGE }) ? (t.pushUndoRedo({
|
|
538
538
|
unitID: s,
|
|
539
539
|
undoMutations: [
|
|
540
|
-
{ id:
|
|
540
|
+
{ id: T.id, params: { op: u, unitId: s, subUnitId: o, objects: a, type: P.ARRANGE } }
|
|
541
541
|
],
|
|
542
542
|
redoMutations: [
|
|
543
|
-
{ id:
|
|
543
|
+
{ id: T.id, params: { op: h, unitId: s, subUnitId: o, objects: a, type: P.ARRANGE } }
|
|
544
544
|
]
|
|
545
545
|
}), !0) : !1;
|
|
546
546
|
}
|
|
@@ -551,14 +551,14 @@ const rn = {
|
|
|
551
551
|
const n = i.get(B), t = i.get(ue), r = i.get(F);
|
|
552
552
|
if (!e) return !1;
|
|
553
553
|
const { drawings: s } = e, o = r.getBatchUpdateOp(s), { unitId: d, subUnitId: l, undo: g, redo: c, objects: a } = o;
|
|
554
|
-
return n.syncExecuteCommand(
|
|
554
|
+
return n.syncExecuteCommand(T.id, { unitId: d, subUnitId: l, op: c, objects: a, type: P.UPDATE }) ? (t.pushUndoRedo({
|
|
555
555
|
unitID: d,
|
|
556
556
|
undoMutations: [
|
|
557
|
-
{ id:
|
|
557
|
+
{ id: T.id, params: { unitId: d, subUnitId: l, op: g, objects: a, type: P.UPDATE } },
|
|
558
558
|
{ id: j.id, params: [d] }
|
|
559
559
|
],
|
|
560
560
|
redoMutations: [
|
|
561
|
-
{ id:
|
|
561
|
+
{ id: T.id, params: { unitId: d, subUnitId: l, op: c, objects: a, type: P.UPDATE } },
|
|
562
562
|
{ id: j.id, params: [d] }
|
|
563
563
|
]
|
|
564
564
|
}), !0) : !1;
|
|
@@ -576,14 +576,14 @@ const rn = {
|
|
|
576
576
|
});
|
|
577
577
|
});
|
|
578
578
|
const o = r.getUngroupDrawingOp(e), { unitId: d, subUnitId: l, undo: g, redo: c, objects: a } = o;
|
|
579
|
-
return n.syncExecuteCommand(
|
|
579
|
+
return n.syncExecuteCommand(T.id, { op: c, unitId: d, subUnitId: l, objects: a, type: P.UNGROUP }) ? (t.pushUndoRedo({
|
|
580
580
|
unitID: d,
|
|
581
581
|
undoMutations: [
|
|
582
|
-
{ id:
|
|
582
|
+
{ id: T.id, params: { op: g, unitId: d, subUnitId: l, objects: Qr(a), type: P.GROUP } },
|
|
583
583
|
{ id: j.id, params: s }
|
|
584
584
|
],
|
|
585
585
|
redoMutations: [
|
|
586
|
-
{ id:
|
|
586
|
+
{ id: T.id, params: { op: c, unitId: d, subUnitId: l, objects: a, type: P.UNGROUP } },
|
|
587
587
|
{ id: j.id, params: s }
|
|
588
588
|
]
|
|
589
589
|
}), !0) : !1;
|
|
@@ -629,7 +629,7 @@ let Ae = class extends ie {
|
|
|
629
629
|
}
|
|
630
630
|
if (n == null)
|
|
631
631
|
return;
|
|
632
|
-
const t = this._getUnitInfo(), { unitId: r, subUnitId: s } = t, { imageId: o, imageSourceType: d, source: l, base64Cache: g } = n, { width: c, height: a, image: h } = await
|
|
632
|
+
const t = this._getUnitInfo(), { unitId: r, subUnitId: s } = t, { imageId: o, imageSourceType: d, source: l, base64Cache: g } = n, { width: c, height: a, image: h } = await Wn(g || ""), { width: u, height: m } = this._context.scene;
|
|
633
633
|
this._imageIoService.addImageSourceCache(l, d, h);
|
|
634
634
|
let f = 1;
|
|
635
635
|
if (c > ft || a > pt) {
|
|
@@ -639,19 +639,19 @@ let Ae = class extends ie {
|
|
|
639
639
|
const p = this._getImagePosition(c * f, a * f, u, m);
|
|
640
640
|
if (p == null)
|
|
641
641
|
return;
|
|
642
|
-
const
|
|
642
|
+
const C = {
|
|
643
643
|
unitId: r,
|
|
644
644
|
subUnitId: s,
|
|
645
645
|
drawingId: o,
|
|
646
646
|
drawingType: k.DRAWING_IMAGE,
|
|
647
647
|
imageSourceType: d,
|
|
648
648
|
source: l,
|
|
649
|
-
transform:
|
|
649
|
+
transform: L(p, this._selectionRenderService, this._skeletonManagerService),
|
|
650
650
|
sheetTransform: p
|
|
651
651
|
};
|
|
652
652
|
this._commandService.executeCommand(ke.id, {
|
|
653
653
|
unitId: r,
|
|
654
|
-
drawings: [
|
|
654
|
+
drawings: [C]
|
|
655
655
|
});
|
|
656
656
|
}
|
|
657
657
|
_getUnitInfo() {
|
|
@@ -670,12 +670,12 @@ let Ae = class extends ie {
|
|
|
670
670
|
endColumn: 0
|
|
671
671
|
};
|
|
672
672
|
s && s.length > 0 && (o = s[s.length - 1].range);
|
|
673
|
-
const d =
|
|
673
|
+
const d = Pe(this._skeletonManagerService.getCurrent().skeleton, o);
|
|
674
674
|
if (d == null)
|
|
675
675
|
return;
|
|
676
676
|
let { startColumn: l, startRow: g, startX: c, startY: a } = d, h = !1;
|
|
677
677
|
if (c + e > t && (c = t - e, c < 0 && (c = 0, e = t), h = !0), a + n > r && (a = r - n, a < 0 && (a = 0, n = r), h = !0), h) {
|
|
678
|
-
const p = this._selectionRenderService.
|
|
678
|
+
const p = this._selectionRenderService.getCellWithCoordByOffset(c, a);
|
|
679
679
|
if (p == null)
|
|
680
680
|
return;
|
|
681
681
|
c = p.startX, a = p.startY, l = p.actualColumn, g = p.actualRow;
|
|
@@ -685,7 +685,7 @@ let Ae = class extends ie {
|
|
|
685
685
|
columnOffset: 0,
|
|
686
686
|
row: g,
|
|
687
687
|
rowOffset: 0
|
|
688
|
-
}, m = this._selectionRenderService.
|
|
688
|
+
}, m = this._selectionRenderService.getCellWithCoordByOffset(c + e, a + n);
|
|
689
689
|
if (m == null)
|
|
690
690
|
return;
|
|
691
691
|
const f = {
|
|
@@ -725,7 +725,7 @@ let Ae = class extends ie {
|
|
|
725
725
|
return;
|
|
726
726
|
const a = {
|
|
727
727
|
...t,
|
|
728
|
-
transform: { ...g.transform, ...l, ...
|
|
728
|
+
transform: { ...g.transform, ...l, ...L(c, this._selectionRenderService, this._skeletonManagerService) },
|
|
729
729
|
sheetTransform: { ...c }
|
|
730
730
|
};
|
|
731
731
|
n.push(a);
|
|
@@ -753,7 +753,7 @@ let Ae = class extends ie {
|
|
|
753
753
|
}
|
|
754
754
|
};
|
|
755
755
|
Ae = ri([
|
|
756
|
-
z(1,
|
|
756
|
+
z(1, W(q)),
|
|
757
757
|
z(2, B),
|
|
758
758
|
z(3, pe),
|
|
759
759
|
z(4, Mt),
|
|
@@ -762,8 +762,8 @@ Ae = ri([
|
|
|
762
762
|
z(7, K),
|
|
763
763
|
z(8, Dt),
|
|
764
764
|
z(9, cr),
|
|
765
|
-
z(10,
|
|
766
|
-
z(11,
|
|
765
|
+
z(10, W(Be)),
|
|
766
|
+
z(11, W(pr))
|
|
767
767
|
], Ae);
|
|
768
768
|
const dt = {
|
|
769
769
|
id: "sheet.command.insert-float-image",
|
|
@@ -803,7 +803,7 @@ function ii(i) {
|
|
|
803
803
|
icon: an,
|
|
804
804
|
tooltip: "sheetImage.title",
|
|
805
805
|
hidden$: yt(i, Y.UNIVER_SHEET),
|
|
806
|
-
disabled$: qn(i, { workbookTypes: [tt], worksheetTypes: [
|
|
806
|
+
disabled$: qn(i, { workbookTypes: [tt], worksheetTypes: [Te], rangeTypes: [wr] })
|
|
807
807
|
};
|
|
808
808
|
}
|
|
809
809
|
function si(i) {
|
|
@@ -844,7 +844,7 @@ function be() {
|
|
|
844
844
|
for (var i, e, n = 0, t = "", r = arguments.length; n < r; n++) (i = arguments[n]) && (e = dn(i)) && (t && (t += " "), t += e);
|
|
845
845
|
return t;
|
|
846
846
|
}
|
|
847
|
-
const
|
|
847
|
+
const Ci = (i) => {
|
|
848
848
|
var v;
|
|
849
849
|
const e = ae(B), n = ae(Be), t = ae(K), r = ae(J), { drawings: s } = i, o = s[0];
|
|
850
850
|
if (o == null)
|
|
@@ -854,13 +854,13 @@ const Ii = (i) => {
|
|
|
854
854
|
return;
|
|
855
855
|
const c = g.getTransformerByCreate(), [a, h] = it(!0), u = (v = o.anchorType) != null ? v : y.Position, [m, f] = it(u);
|
|
856
856
|
function p(R, _) {
|
|
857
|
-
const
|
|
857
|
+
const I = [];
|
|
858
858
|
return R.forEach((w) => {
|
|
859
859
|
const { oKey: O } = w, b = _.getDrawingOKey(O);
|
|
860
860
|
if (b == null)
|
|
861
|
-
return
|
|
861
|
+
return I.push(null), !0;
|
|
862
862
|
const { unitId: A, subUnitId: E, drawingId: M, drawingType: D, anchorType: U, sheetTransform: x } = b;
|
|
863
|
-
|
|
863
|
+
I.push({
|
|
864
864
|
unitId: A,
|
|
865
865
|
subUnitId: E,
|
|
866
866
|
drawingId: M,
|
|
@@ -868,14 +868,14 @@ const Ii = (i) => {
|
|
|
868
868
|
sheetTransform: x,
|
|
869
869
|
drawingType: D
|
|
870
870
|
});
|
|
871
|
-
}),
|
|
871
|
+
}), I;
|
|
872
872
|
}
|
|
873
873
|
ct(() => {
|
|
874
|
-
const R = c.clearControl$.subscribe((
|
|
875
|
-
|
|
876
|
-
}), _ = c.changeStart$.subscribe((
|
|
874
|
+
const R = c.clearControl$.subscribe((I) => {
|
|
875
|
+
I === !0 && h(!1);
|
|
876
|
+
}), _ = c.changeStart$.subscribe((I) => {
|
|
877
877
|
var b;
|
|
878
|
-
const { objects: w } =
|
|
878
|
+
const { objects: w } = I, O = p(w, t);
|
|
879
879
|
if (O.length === 0)
|
|
880
880
|
h(!1);
|
|
881
881
|
else if (O.length >= 1) {
|
|
@@ -888,12 +888,12 @@ const Ii = (i) => {
|
|
|
888
888
|
_.unsubscribe(), R.unsubscribe();
|
|
889
889
|
};
|
|
890
890
|
}, []);
|
|
891
|
-
function
|
|
891
|
+
function C(R) {
|
|
892
892
|
f(R);
|
|
893
893
|
const _ = t.getFocusDrawings();
|
|
894
894
|
if (_.length === 0)
|
|
895
895
|
return;
|
|
896
|
-
const
|
|
896
|
+
const I = _.map((w) => ({
|
|
897
897
|
unitId: w.unitId,
|
|
898
898
|
subUnitId: w.subUnitId,
|
|
899
899
|
drawingId: w.drawingId,
|
|
@@ -901,19 +901,19 @@ const Ii = (i) => {
|
|
|
901
901
|
}));
|
|
902
902
|
e.executeCommand(Ye.id, {
|
|
903
903
|
unitId: _[0].unitId,
|
|
904
|
-
drawings:
|
|
904
|
+
drawings: I
|
|
905
905
|
});
|
|
906
906
|
}
|
|
907
907
|
const S = (R) => R ? "block" : "none";
|
|
908
|
-
return /* @__PURE__ */
|
|
909
|
-
/* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
911
|
-
/* @__PURE__ */
|
|
912
|
-
/* @__PURE__ */
|
|
913
|
-
/* @__PURE__ */
|
|
908
|
+
return /* @__PURE__ */ $.jsxs("div", { className: be(ee.imageCommonPanelGrid, ee.imageCommonPanelBorder), style: { display: S(a) }, children: [
|
|
909
|
+
/* @__PURE__ */ $.jsx("div", { className: ee.imageCommonPanelRow, children: /* @__PURE__ */ $.jsx("div", { className: be(ee.imageCommonPanelColumn, ee.imageCommonPanelTitle), children: /* @__PURE__ */ $.jsx("div", { children: n.t("drawing-anchor.title") }) }) }),
|
|
910
|
+
/* @__PURE__ */ $.jsx("div", { className: be(ee.imageCommonPanelRow), children: /* @__PURE__ */ $.jsx("div", { className: be(ee.imageCommonPanelColumn), children: /* @__PURE__ */ $.jsxs(yr, { value: m, onChange: C, direction: "vertical", children: [
|
|
911
|
+
/* @__PURE__ */ $.jsx(Ze, { value: y.Both, children: n.t("drawing-anchor.both") }),
|
|
912
|
+
/* @__PURE__ */ $.jsx(Ze, { value: y.Position, children: n.t("drawing-anchor.position") }),
|
|
913
|
+
/* @__PURE__ */ $.jsx(Ze, { value: y.None, children: n.t("drawing-anchor.none") })
|
|
914
914
|
] }) }) })
|
|
915
915
|
] });
|
|
916
|
-
},
|
|
916
|
+
}, Ii = () => {
|
|
917
917
|
const i = ae(K), e = i.getFocusDrawings(), [n, t] = it(e);
|
|
918
918
|
return ct(() => {
|
|
919
919
|
const r = i.focus$.subscribe((s) => {
|
|
@@ -922,9 +922,9 @@ const Ii = (i) => {
|
|
|
922
922
|
return () => {
|
|
923
923
|
r.unsubscribe();
|
|
924
924
|
};
|
|
925
|
-
}, []), !!(n != null && n.length) && /* @__PURE__ */
|
|
926
|
-
/* @__PURE__ */
|
|
927
|
-
/* @__PURE__ */
|
|
925
|
+
}, []), !!(n != null && n.length) && /* @__PURE__ */ $.jsxs("div", { className: ee.imageCommonPanel, children: [
|
|
926
|
+
/* @__PURE__ */ $.jsx(Vn, { drawings: n }),
|
|
927
|
+
/* @__PURE__ */ $.jsx(Ci, { drawings: n })
|
|
928
928
|
] });
|
|
929
929
|
}, Ri = {
|
|
930
930
|
[dr.FORMULAS_INSERT]: {
|
|
@@ -939,7 +939,7 @@ const Ii = (i) => {
|
|
|
939
939
|
}
|
|
940
940
|
};
|
|
941
941
|
function _e(i) {
|
|
942
|
-
return !i.getContextValue(vn) && !i.getContextValue(Sn) && !i.getContextValue(
|
|
942
|
+
return !i.getContextValue(vn) && !i.getContextValue(Sn) && !i.getContextValue(Cn) && i.getContextValue(me);
|
|
943
943
|
}
|
|
944
944
|
const Di = {
|
|
945
945
|
id: we.id,
|
|
@@ -990,10 +990,10 @@ const Di = {
|
|
|
990
990
|
binding: le.DELETE,
|
|
991
991
|
mac: le.BACKSPACE
|
|
992
992
|
};
|
|
993
|
-
var
|
|
994
|
-
for (var r = t > 1 ? void 0 : t ?
|
|
993
|
+
var Ti = Object.defineProperty, Pi = Object.getOwnPropertyDescriptor, Ei = (i, e, n, t) => {
|
|
994
|
+
for (var r = t > 1 ? void 0 : t ? Pi(e, n) : e, s = i.length - 1, o; s >= 0; s--)
|
|
995
995
|
(o = i[s]) && (r = (t ? o(e, n, r) : o(r)) || r);
|
|
996
|
-
return t && r &&
|
|
996
|
+
return t && r && Ti(e, n, r), r;
|
|
997
997
|
}, ye = (i, e) => (n, t) => e(n, t, i);
|
|
998
998
|
let Ne = class extends ie {
|
|
999
999
|
constructor(i, e, n, t) {
|
|
@@ -1001,7 +1001,7 @@ let Ne = class extends ie {
|
|
|
1001
1001
|
}
|
|
1002
1002
|
_initCustomComponents() {
|
|
1003
1003
|
const i = this._componentManager;
|
|
1004
|
-
this.disposeWithMe(i.register(an, tn)), this.disposeWithMe(i.register(zt,
|
|
1004
|
+
this.disposeWithMe(i.register(an, tn)), this.disposeWithMe(i.register(zt, Ii));
|
|
1005
1005
|
}
|
|
1006
1006
|
_initMenus() {
|
|
1007
1007
|
this._menuManagerService.mergeMenu(Ri);
|
|
@@ -1039,7 +1039,7 @@ let Ne = class extends ie {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
};
|
|
1041
1041
|
Ne = Ei([
|
|
1042
|
-
ye(0,
|
|
1042
|
+
ye(0, W(lr)),
|
|
1043
1043
|
ye(1, ur),
|
|
1044
1044
|
ye(2, B),
|
|
1045
1045
|
ye(3, hr)
|
|
@@ -1078,13 +1078,13 @@ let je = class extends ie {
|
|
|
1078
1078
|
const m = c[u], { transform: f } = m;
|
|
1079
1079
|
if (m.anchorType !== y.Both || !f)
|
|
1080
1080
|
return;
|
|
1081
|
-
const { left: p = 0, top:
|
|
1081
|
+
const { left: p = 0, top: C = 0, width: S = 0, height: v = 0 } = f, { drawingStartX: R, drawingEndX: _, drawingStartY: I, drawingEndY: w } = {
|
|
1082
1082
|
drawingStartX: p,
|
|
1083
1083
|
drawingEndX: p + S,
|
|
1084
|
-
drawingStartY:
|
|
1085
|
-
drawingEndY:
|
|
1084
|
+
drawingStartY: C,
|
|
1085
|
+
drawingEndY: C + v
|
|
1086
1086
|
};
|
|
1087
|
-
o <= R && _ <= d && l <=
|
|
1087
|
+
o <= R && _ <= d && l <= I && w <= g && a.push(m);
|
|
1088
1088
|
}), a.length && (this._copyInfo = {
|
|
1089
1089
|
drawings: a,
|
|
1090
1090
|
unitId: e,
|
|
@@ -1124,7 +1124,7 @@ let je = class extends ie {
|
|
|
1124
1124
|
});
|
|
1125
1125
|
if (!f || !p)
|
|
1126
1126
|
return { redos: [], undos: [] };
|
|
1127
|
-
const
|
|
1127
|
+
const C = [], S = [], v = p.startX - f.startX, R = p.startY - f.startY, _ = h - c, I = u - a, w = n.copyType === _t.CUT, { _sheetDrawingService: O } = this;
|
|
1128
1128
|
return r.forEach((A) => {
|
|
1129
1129
|
const { transform: E, sheetTransform: M } = A;
|
|
1130
1130
|
if (!E)
|
|
@@ -1140,37 +1140,37 @@ let je = class extends ie {
|
|
|
1140
1140
|
top: E.top + R
|
|
1141
1141
|
},
|
|
1142
1142
|
sheetTransform: {
|
|
1143
|
-
to: { ...M.to, row: M.to.row + _, column: M.to.column +
|
|
1144
|
-
from: { ...M.from, row: M.from.row + _, column: M.from.column +
|
|
1143
|
+
to: { ...M.to, row: M.to.row + _, column: M.to.column + I },
|
|
1144
|
+
from: { ...M.from, row: M.from.row + _, column: M.from.column + I }
|
|
1145
1145
|
}
|
|
1146
1146
|
};
|
|
1147
1147
|
if (w) {
|
|
1148
1148
|
const { undo: U, redo: x, objects: Z } = O.getBatchUpdateOp([D]);
|
|
1149
|
-
|
|
1150
|
-
id:
|
|
1149
|
+
C.push({
|
|
1150
|
+
id: T.id,
|
|
1151
1151
|
params: {
|
|
1152
1152
|
unitId: s,
|
|
1153
1153
|
subUnitId: o,
|
|
1154
|
-
type:
|
|
1154
|
+
type: P.UPDATE,
|
|
1155
1155
|
op: x,
|
|
1156
1156
|
objects: Z
|
|
1157
1157
|
}
|
|
1158
1158
|
}), S.push({
|
|
1159
|
-
id:
|
|
1159
|
+
id: T.id,
|
|
1160
1160
|
params: {
|
|
1161
1161
|
unitId: s,
|
|
1162
1162
|
subUnitId: o,
|
|
1163
|
-
type:
|
|
1163
|
+
type: P.UPDATE,
|
|
1164
1164
|
op: U,
|
|
1165
1165
|
objects: Z
|
|
1166
1166
|
}
|
|
1167
1167
|
});
|
|
1168
1168
|
} else {
|
|
1169
1169
|
const { undo: U, redo: x, objects: Z } = O.getBatchAddOp([D]);
|
|
1170
|
-
|
|
1170
|
+
C.push({ id: T.id, params: { op: x, unitId: s, subUnitId: o, objects: Z, type: P.INSERT } }), S.push({ id: T.id, params: { op: U, unitId: s, subUnitId: o, objects: Z, type: P.REMOVE } });
|
|
1171
1171
|
}
|
|
1172
1172
|
}), {
|
|
1173
|
-
redos:
|
|
1173
|
+
redos: C,
|
|
1174
1174
|
undos: S
|
|
1175
1175
|
};
|
|
1176
1176
|
}
|
|
@@ -1180,19 +1180,19 @@ je = Ni([
|
|
|
1180
1180
|
qe(1, J),
|
|
1181
1181
|
qe(2, F)
|
|
1182
1182
|
], je);
|
|
1183
|
-
var ji = Object.defineProperty,
|
|
1184
|
-
for (var r = t > 1 ? void 0 : t ?
|
|
1183
|
+
var ji = Object.defineProperty, Wi = Object.getOwnPropertyDescriptor, xi = (i, e, n, t) => {
|
|
1184
|
+
for (var r = t > 1 ? void 0 : t ? Wi(e, n) : e, s = i.length - 1, o; s >= 0; s--)
|
|
1185
1185
|
(o = i[s]) && (r = (t ? o(e, n, r) : o(r)) || r);
|
|
1186
1186
|
return t && r && ji(e, n, r), r;
|
|
1187
1187
|
}, he = (i, e) => (n, t) => e(n, t, i);
|
|
1188
|
-
let
|
|
1188
|
+
let We = class extends ie {
|
|
1189
1189
|
constructor(i, e, n, t, r) {
|
|
1190
1190
|
super(), this._drawingManagerService = i, this._renderManagerService = e, this._permissionService = n, this._univerInstanceService = t, this._userManagerService = r, this._initDrawingVisible(), this._initDrawingEditable(), this._initViewPermissionChange(), this._initEditPermissionChange();
|
|
1191
1191
|
}
|
|
1192
1192
|
_initDrawingVisible() {
|
|
1193
1193
|
const i = this._univerInstanceService.getCurrentTypeOfUnit$(Y.UNIVER_SHEET);
|
|
1194
1194
|
this.disposeWithMe(
|
|
1195
|
-
|
|
1195
|
+
Ce([i, this._userManagerService.currentUser$]).subscribe(([e, n]) => {
|
|
1196
1196
|
if (!e) {
|
|
1197
1197
|
this._drawingManagerService.setDrawingVisible(!1);
|
|
1198
1198
|
return;
|
|
@@ -1203,7 +1203,7 @@ let $e = class extends ie {
|
|
|
1203
1203
|
return;
|
|
1204
1204
|
}
|
|
1205
1205
|
const r = e.getUnitId(), s = t.getSheetId();
|
|
1206
|
-
if (this._permissionService.composePermission([new
|
|
1206
|
+
if (this._permissionService.composePermission([new Ct(r).id, new Je(r, s).id]).every((d) => d.value))
|
|
1207
1207
|
this._drawingManagerService.setDrawingVisible(!0);
|
|
1208
1208
|
else {
|
|
1209
1209
|
this._drawingManagerService.setDrawingVisible(!1);
|
|
@@ -1221,7 +1221,7 @@ let $e = class extends ie {
|
|
|
1221
1221
|
_initDrawingEditable() {
|
|
1222
1222
|
const i = this._univerInstanceService.getCurrentTypeOfUnit$(Y.UNIVER_SHEET);
|
|
1223
1223
|
this.disposeWithMe(
|
|
1224
|
-
|
|
1224
|
+
Ce([i, this._userManagerService.currentUser$]).subscribe(([e, n]) => {
|
|
1225
1225
|
if (!e) {
|
|
1226
1226
|
this._drawingManagerService.setDrawingEditable(!1);
|
|
1227
1227
|
return;
|
|
@@ -1232,7 +1232,7 @@ let $e = class extends ie {
|
|
|
1232
1232
|
return;
|
|
1233
1233
|
}
|
|
1234
1234
|
const r = e.getUnitId(), s = t.getSheetId();
|
|
1235
|
-
if (this._permissionService.composePermission([new tt(r).id, new
|
|
1235
|
+
if (this._permissionService.composePermission([new tt(r).id, new Te(r, s).id]).every((d) => d.value))
|
|
1236
1236
|
this._drawingManagerService.setDrawingEditable(!0);
|
|
1237
1237
|
else {
|
|
1238
1238
|
this._drawingManagerService.setDrawingEditable(!1);
|
|
@@ -1250,7 +1250,7 @@ let $e = class extends ie {
|
|
|
1250
1250
|
_initViewPermissionChange() {
|
|
1251
1251
|
const i = this._univerInstanceService.getCurrentTypeOfUnit$(Y.UNIVER_SHEET);
|
|
1252
1252
|
this.disposeWithMe(
|
|
1253
|
-
|
|
1253
|
+
Ce([i, this._userManagerService.currentUser$]).subscribe(([e, n]) => {
|
|
1254
1254
|
e && e.activeSheet$.subscribe((t) => {
|
|
1255
1255
|
var a;
|
|
1256
1256
|
if (!t)
|
|
@@ -1260,21 +1260,21 @@ let $e = class extends ie {
|
|
|
1260
1260
|
const d = this._renderManagerService.getRenderById(r), l = d == null ? void 0 : d.scene;
|
|
1261
1261
|
if (l == null)
|
|
1262
1262
|
return;
|
|
1263
|
-
const g = l.getTransformerByCreate(), c = this._permissionService.composePermission$([new
|
|
1263
|
+
const g = l.getTransformerByCreate(), c = this._permissionService.composePermission$([new Ct(r).id, new Je(r, s).id]).pipe(Ee((h) => h.every((u) => u.value)));
|
|
1264
1264
|
c == null || c.pipe(
|
|
1265
1265
|
re((h) => h !== o),
|
|
1266
|
-
|
|
1266
|
+
Ie()
|
|
1267
1267
|
).subscribe({
|
|
1268
1268
|
next: (h) => {
|
|
1269
1269
|
o = h, this._drawingManagerService.setDrawingVisible(h);
|
|
1270
1270
|
const u = l.getAllObjectsByOrder(), m = this._drawingManagerService.getDrawingData(r, s), f = Object.values(m);
|
|
1271
1271
|
h ? this._drawingManagerService.addNotification(f) : (u.forEach((p) => {
|
|
1272
|
-
p.classType === de.IMAGE && f.some((
|
|
1272
|
+
p.classType === de.IMAGE && f.some((C) => p.oKey.includes(C.drawingId)) && l.removeObject(p);
|
|
1273
1273
|
}), g.clearSelectedObjects());
|
|
1274
1274
|
}
|
|
1275
1275
|
}), (a = this._permissionService.getPermissionPoint$(new Je(r, s).id)) == null || a.pipe(
|
|
1276
1276
|
re((h) => h.value !== o),
|
|
1277
|
-
|
|
1277
|
+
Ie()
|
|
1278
1278
|
).subscribe({
|
|
1279
1279
|
complete: () => {
|
|
1280
1280
|
o = !0, this._drawingManagerService.setDrawingVisible(!0);
|
|
@@ -1289,7 +1289,7 @@ let $e = class extends ie {
|
|
|
1289
1289
|
_initEditPermissionChange() {
|
|
1290
1290
|
const i = this._univerInstanceService.getCurrentTypeOfUnit$(Y.UNIVER_SHEET);
|
|
1291
1291
|
this.disposeWithMe(
|
|
1292
|
-
|
|
1292
|
+
Ce([i, this._userManagerService.currentUser$]).subscribe(([e, n]) => {
|
|
1293
1293
|
e && e.activeSheet$.subscribe((t) => {
|
|
1294
1294
|
var a;
|
|
1295
1295
|
if (!t)
|
|
@@ -1299,31 +1299,31 @@ let $e = class extends ie {
|
|
|
1299
1299
|
const d = this._renderManagerService.getRenderById(r), l = d == null ? void 0 : d.scene;
|
|
1300
1300
|
if (l == null)
|
|
1301
1301
|
return;
|
|
1302
|
-
const g = l.getTransformerByCreate(), c = this._permissionService.composePermission$([new tt(r).id, new
|
|
1302
|
+
const g = l.getTransformerByCreate(), c = this._permissionService.composePermission$([new tt(r).id, new Te(r, s).id]).pipe(Ee((h) => h.every((u) => u.value)));
|
|
1303
1303
|
c == null || c.pipe(
|
|
1304
1304
|
re((h) => h !== o),
|
|
1305
|
-
|
|
1305
|
+
Ie()
|
|
1306
1306
|
).subscribe({
|
|
1307
1307
|
next: (h) => {
|
|
1308
1308
|
o = h, this._drawingManagerService.setDrawingEditable(h);
|
|
1309
1309
|
const u = l.getAllObjectsByOrder(), m = this._drawingManagerService.getDrawingData(r, s), f = Object.values(m);
|
|
1310
1310
|
h ? (u.forEach((p) => {
|
|
1311
|
-
p.classType === de.IMAGE && f.some((
|
|
1311
|
+
p.classType === de.IMAGE && f.some((C) => p.oKey.includes(C.drawingId)) && l.attachTransformerTo(p);
|
|
1312
1312
|
}), this._drawingManagerService.addNotification(f)) : (u.forEach((p) => {
|
|
1313
|
-
p.classType === de.IMAGE && f.some((
|
|
1313
|
+
p.classType === de.IMAGE && f.some((C) => p.oKey.includes(C.drawingId)) && l.detachTransformerFrom(p);
|
|
1314
1314
|
}), g.clearSelectedObjects());
|
|
1315
1315
|
}
|
|
1316
|
-
}), (a = this._permissionService.getPermissionPoint$(new
|
|
1316
|
+
}), (a = this._permissionService.getPermissionPoint$(new Te(r, s).id)) == null || a.pipe(
|
|
1317
1317
|
re((h) => h.value !== o),
|
|
1318
|
-
|
|
1318
|
+
Ie()
|
|
1319
1319
|
).subscribe({
|
|
1320
1320
|
complete: () => {
|
|
1321
1321
|
o = !0;
|
|
1322
|
-
const h = e.getUnitId(), u = t.getSheetId(), m = this._drawingManagerService.getDrawingData(h, u), f = Object.values(m), p = this._renderManagerService.getRenderById(h),
|
|
1323
|
-
if (
|
|
1322
|
+
const h = e.getUnitId(), u = t.getSheetId(), m = this._drawingManagerService.getDrawingData(h, u), f = Object.values(m), p = this._renderManagerService.getRenderById(h), C = p == null ? void 0 : p.scene;
|
|
1323
|
+
if (C == null)
|
|
1324
1324
|
return;
|
|
1325
|
-
this._drawingManagerService.setDrawingEditable(!0),
|
|
1326
|
-
v.classType === de.IMAGE && f.some((R) => v.oKey.includes(R.drawingId)) &&
|
|
1325
|
+
this._drawingManagerService.setDrawingEditable(!0), C.getAllObjectsByOrder().forEach((v) => {
|
|
1326
|
+
v.classType === de.IMAGE && f.some((R) => v.oKey.includes(R.drawingId)) && C.detachTransformerFrom(v);
|
|
1327
1327
|
});
|
|
1328
1328
|
}
|
|
1329
1329
|
});
|
|
@@ -1332,17 +1332,17 @@ let $e = class extends ie {
|
|
|
1332
1332
|
);
|
|
1333
1333
|
}
|
|
1334
1334
|
};
|
|
1335
|
-
|
|
1335
|
+
We = xi([
|
|
1336
1336
|
he(0, K),
|
|
1337
1337
|
he(1, J),
|
|
1338
1338
|
he(2, Rn),
|
|
1339
1339
|
he(3, fe),
|
|
1340
|
-
he(4,
|
|
1341
|
-
],
|
|
1342
|
-
var
|
|
1343
|
-
for (var r = t > 1 ? void 0 : t ?
|
|
1340
|
+
he(4, W(In))
|
|
1341
|
+
], We);
|
|
1342
|
+
var $i = Object.defineProperty, Li = Object.getOwnPropertyDescriptor, Bi = (i, e, n, t) => {
|
|
1343
|
+
for (var r = t > 1 ? void 0 : t ? Li(e, n) : e, s = i.length - 1, o; s >= 0; s--)
|
|
1344
1344
|
(o = i[s]) && (r = (t ? o(e, n, r) : o(r)) || r);
|
|
1345
|
-
return t && r &&
|
|
1345
|
+
return t && r && $i(e, n, r), r;
|
|
1346
1346
|
}, Oe = (i, e) => (n, t) => e(n, t, i);
|
|
1347
1347
|
let xe = class extends ie {
|
|
1348
1348
|
constructor(i, e, n, t) {
|
|
@@ -1378,7 +1378,7 @@ let xe = class extends ie {
|
|
|
1378
1378
|
const { scaleX: g, scaleY: c } = s.scene, a = i ? { ...i } : { startColumn: 0, endColumn: 0, endRow: 0, startRow: 0 }, h = l.order.map((u) => l.data[u]).filter((u) => u.drawingType !== k.DRAWING_DOM);
|
|
1379
1379
|
return h.length ? (h.forEach((u) => {
|
|
1380
1380
|
if (!u.groupId && u.transform && ge.isDefine(u.transform.left) && ge.isDefine(u.transform.top) && ge.isDefine(u.transform.width) && ge.isDefine(u.transform.height)) {
|
|
1381
|
-
const m = o.skeleton.
|
|
1381
|
+
const m = o.skeleton.getCellIndexByOffset(u.transform.left, u.transform.top, g, c, { x: 0, y: 0 }), f = o.skeleton.getCellIndexByOffset(u.transform.left + u.transform.width, u.transform.top + u.transform.height, g, c, { x: 0, y: 0 });
|
|
1382
1382
|
m.column < a.startColumn && (a.startColumn = m.column), m.row < a.startRow && (a.startRow = m.row), a.endRow < f.row && (a.endRow = f.row), a.endColumn < f.column && (a.endColumn = f.column);
|
|
1383
1383
|
}
|
|
1384
1384
|
}), n(a)) : n(i);
|
|
@@ -1389,8 +1389,8 @@ let xe = class extends ie {
|
|
|
1389
1389
|
}
|
|
1390
1390
|
};
|
|
1391
1391
|
xe = Bi([
|
|
1392
|
-
Oe(0,
|
|
1393
|
-
Oe(1,
|
|
1392
|
+
Oe(0, W(tr)),
|
|
1393
|
+
Oe(1, W(kn)),
|
|
1394
1394
|
Oe(2, K),
|
|
1395
1395
|
Oe(3, J)
|
|
1396
1396
|
], xe);
|
|
@@ -1401,8 +1401,8 @@ var Gi = Object.defineProperty, Vi = Object.getOwnPropertyDescriptor, ki = (i, e
|
|
|
1401
1401
|
}, Q = (i, e) => (n, t) => e(n, t, i);
|
|
1402
1402
|
const Yi = [
|
|
1403
1403
|
Ot.id,
|
|
1404
|
-
Pt.id,
|
|
1405
1404
|
Tt.id,
|
|
1405
|
+
Pt.id,
|
|
1406
1406
|
Et.id,
|
|
1407
1407
|
Ut.id,
|
|
1408
1408
|
At.id,
|
|
@@ -1410,10 +1410,10 @@ const Yi = [
|
|
|
1410
1410
|
jt.id,
|
|
1411
1411
|
nt.id,
|
|
1412
1412
|
rt.id,
|
|
1413
|
-
|
|
1413
|
+
Wt.id,
|
|
1414
1414
|
xt.id,
|
|
1415
|
+
$t.id,
|
|
1415
1416
|
Lt.id,
|
|
1416
|
-
Wt.id,
|
|
1417
1417
|
Bt.id,
|
|
1418
1418
|
Gt.id,
|
|
1419
1419
|
Vt.id,
|
|
@@ -1423,8 +1423,8 @@ const Yi = [
|
|
|
1423
1423
|
_r.id,
|
|
1424
1424
|
vr.id,
|
|
1425
1425
|
Sr.id,
|
|
1426
|
-
Ir.id,
|
|
1427
1426
|
Cr.id,
|
|
1427
|
+
Ir.id,
|
|
1428
1428
|
Rr.id
|
|
1429
1429
|
];
|
|
1430
1430
|
let ot = class extends ie {
|
|
@@ -1444,9 +1444,9 @@ let ot = class extends ie {
|
|
|
1444
1444
|
return this._moveRowInterceptor(i.params, "insert");
|
|
1445
1445
|
if ([Vt.id, kt.id, Yt.id].includes(e))
|
|
1446
1446
|
return this._moveRangeInterceptor(i.params);
|
|
1447
|
-
if (e === Pt.id)
|
|
1448
|
-
return this._moveColInterceptor(i.params, "insert");
|
|
1449
1447
|
if (e === Tt.id)
|
|
1448
|
+
return this._moveColInterceptor(i.params, "insert");
|
|
1449
|
+
if (e === Pt.id)
|
|
1450
1450
|
return this._moveRowInterceptor(i.params, "remove");
|
|
1451
1451
|
if (e === Et.id)
|
|
1452
1452
|
return this._moveColInterceptor(i.params, "remove");
|
|
@@ -1478,13 +1478,13 @@ let ot = class extends ie {
|
|
|
1478
1478
|
3
|
|
1479
1479
|
/* insertRight */
|
|
1480
1480
|
);
|
|
1481
|
-
} else if (e ===
|
|
1481
|
+
} else if (e === $t.id || e === Lt.id) {
|
|
1482
1482
|
const n = i.params, { unitId: t, subUnitId: r, ranges: s } = n;
|
|
1483
1483
|
return this._getDrawingUndoForRowVisible(t, r, s);
|
|
1484
1484
|
} else if (e === Bt.id || e === Gt.id) {
|
|
1485
1485
|
const n = i.params, { unitId: t, subUnitId: r, ranges: s } = n;
|
|
1486
1486
|
return this._getDrawingUndoForColVisible(t, r, s);
|
|
1487
|
-
} else if (e === nt.id || e === rt.id || e ===
|
|
1487
|
+
} else if (e === nt.id || e === rt.id || e === Wt.id || e === xt.id) {
|
|
1488
1488
|
const n = i.params, { unitId: t, subUnitId: r, ranges: s } = n, o = e === nt.id || e === rt.id;
|
|
1489
1489
|
return this._getDrawingUndoForRowAndColSize(t, r, s, o);
|
|
1490
1490
|
}
|
|
@@ -1505,11 +1505,11 @@ let ot = class extends ie {
|
|
|
1505
1505
|
return { redos: [], undos: [] };
|
|
1506
1506
|
if (l.length > 0) {
|
|
1507
1507
|
const c = this._sheetDrawingService.getBatchUpdateOp(l), { undo: a, redo: h, objects: u } = c;
|
|
1508
|
-
s.push({ id:
|
|
1508
|
+
s.push({ id: T.id, params: { unitId: t, subUnitId: r, op: h, objects: u, type: P.UPDATE } }), o.push({ id: T.id, params: { unitId: t, subUnitId: r, op: a, objects: u, type: P.UPDATE } });
|
|
1509
1509
|
}
|
|
1510
1510
|
if (g.length > 0) {
|
|
1511
1511
|
const c = this._sheetDrawingService.getBatchRemoveOp(g), a = c.undo, h = c.redo, u = c.objects;
|
|
1512
|
-
s.push({ id:
|
|
1512
|
+
s.push({ id: T.id, params: { unitId: t, subUnitId: r, op: h, objects: u, type: P.REMOVE } }), o.push({ id: T.id, params: { unitId: t, subUnitId: r, op: a, objects: u, type: P.INSERT } });
|
|
1513
1513
|
}
|
|
1514
1514
|
return s.push({ id: j.id, params: [t] }), o.push({ id: j.id, params: [t] }), {
|
|
1515
1515
|
redos: s,
|
|
@@ -1523,31 +1523,31 @@ let ot = class extends ie {
|
|
|
1523
1523
|
updateDrawings: t,
|
|
1524
1524
|
deleteDrawings: r
|
|
1525
1525
|
};
|
|
1526
|
-
const { startRow:
|
|
1527
|
-
let _ = null,
|
|
1528
|
-
if (e === 0 && u >=
|
|
1526
|
+
const { startRow: C, endRow: S, startColumn: v, endColumn: R } = i;
|
|
1527
|
+
let _ = null, I = null;
|
|
1528
|
+
if (e === 0 && u >= C && f <= S)
|
|
1529
1529
|
if (m >= v && p <= R)
|
|
1530
1530
|
r.push({ unitId: l, subUnitId: g, drawingId: c });
|
|
1531
1531
|
else {
|
|
1532
1532
|
const w = this._shrinkCol(s, d, v, R, o);
|
|
1533
|
-
_ = w == null ? void 0 : w.newSheetTransform,
|
|
1533
|
+
_ = w == null ? void 0 : w.newSheetTransform, I = w == null ? void 0 : w.newTransform;
|
|
1534
1534
|
}
|
|
1535
1535
|
else if (e === 1 && m >= v && p <= R)
|
|
1536
|
-
if (u >=
|
|
1536
|
+
if (u >= C && f <= S)
|
|
1537
1537
|
r.push({ unitId: l, subUnitId: g, drawingId: c });
|
|
1538
1538
|
else {
|
|
1539
|
-
const w = this._shrinkRow(s, d,
|
|
1540
|
-
_ = w == null ? void 0 : w.newSheetTransform,
|
|
1539
|
+
const w = this._shrinkRow(s, d, C, S, o);
|
|
1540
|
+
_ = w == null ? void 0 : w.newSheetTransform, I = w == null ? void 0 : w.newTransform;
|
|
1541
1541
|
}
|
|
1542
1542
|
else if (e === 2) {
|
|
1543
|
-
const w = this._expandRow(s, d,
|
|
1544
|
-
_ = w == null ? void 0 : w.newSheetTransform,
|
|
1543
|
+
const w = this._expandRow(s, d, C, S, o);
|
|
1544
|
+
_ = w == null ? void 0 : w.newSheetTransform, I = w == null ? void 0 : w.newTransform;
|
|
1545
1545
|
} else if (e === 3) {
|
|
1546
1546
|
const w = this._expandCol(s, d, v, R, o);
|
|
1547
|
-
_ = w == null ? void 0 : w.newSheetTransform,
|
|
1547
|
+
_ = w == null ? void 0 : w.newSheetTransform, I = w == null ? void 0 : w.newTransform;
|
|
1548
1548
|
}
|
|
1549
|
-
if (_ != null &&
|
|
1550
|
-
const w =
|
|
1549
|
+
if (_ != null && I != null) {
|
|
1550
|
+
const w = L(_, this._selectionRenderService, this._skeletonManagerService);
|
|
1551
1551
|
t.push({ ...n, sheetTransform: _, transform: w });
|
|
1552
1552
|
}
|
|
1553
1553
|
return { updateDrawings: t, deleteDrawings: r };
|
|
@@ -1567,9 +1567,9 @@ let ot = class extends ie {
|
|
|
1567
1567
|
if (m === y.None)
|
|
1568
1568
|
this._remainDrawingSize(u, r, a);
|
|
1569
1569
|
else {
|
|
1570
|
-
const { from: f, to: p } = h, { row:
|
|
1570
|
+
const { from: f, to: p } = h, { row: C, column: S } = f, { row: v, column: R } = p;
|
|
1571
1571
|
for (let _ = 0; _ < n.length; _++) {
|
|
1572
|
-
const
|
|
1572
|
+
const I = n[_], { startRow: w, endRow: O, startColumn: b, endColumn: A } = I;
|
|
1573
1573
|
if (R < b)
|
|
1574
1574
|
continue;
|
|
1575
1575
|
if (m === y.Position) {
|
|
@@ -1642,10 +1642,10 @@ let ot = class extends ie {
|
|
|
1642
1642
|
}
|
|
1643
1643
|
_createUndoAndRedoMutation(i, e, n) {
|
|
1644
1644
|
const t = this._sheetDrawingService.getBatchUpdateOp(n), { undo: r, redo: s, objects: o } = t, d = [
|
|
1645
|
-
{ id:
|
|
1645
|
+
{ id: T.id, params: { unitId: i, subUnitId: e, op: s, objects: o, type: P.UPDATE } },
|
|
1646
1646
|
{ id: j.id, params: [i] }
|
|
1647
1647
|
], l = [
|
|
1648
|
-
{ id:
|
|
1648
|
+
{ id: T.id, params: { unitId: i, subUnitId: e, op: r, objects: o, type: P.UPDATE } },
|
|
1649
1649
|
{ id: j.id, params: [i] }
|
|
1650
1650
|
];
|
|
1651
1651
|
return {
|
|
@@ -1661,15 +1661,15 @@ let ot = class extends ie {
|
|
|
1661
1661
|
if (m === y.None)
|
|
1662
1662
|
this._remainDrawingSize(u, r, a);
|
|
1663
1663
|
else {
|
|
1664
|
-
const { from: f, to: p } = h, { row:
|
|
1664
|
+
const { from: f, to: p } = h, { row: C, column: S } = f, { row: v, column: R } = p;
|
|
1665
1665
|
for (let _ = 0; _ < n.length; _++) {
|
|
1666
|
-
const
|
|
1666
|
+
const I = n[_], { startRow: w, endRow: O, startColumn: b, endColumn: A } = I;
|
|
1667
1667
|
if (v < w)
|
|
1668
1668
|
continue;
|
|
1669
1669
|
if (m === y.Position) {
|
|
1670
1670
|
let D = null, U = null;
|
|
1671
|
-
if (
|
|
1672
|
-
const x = this._skeletonManagerService.attachRangeWithCoord({ startColumn: f.column, endColumn: p.column, startRow:
|
|
1671
|
+
if (C >= w && C <= O) {
|
|
1672
|
+
const x = this._skeletonManagerService.attachRangeWithCoord({ startColumn: f.column, endColumn: p.column, startRow: C, endRow: O });
|
|
1673
1673
|
if (x == null)
|
|
1674
1674
|
return;
|
|
1675
1675
|
U = { ...u, top: x.startY };
|
|
@@ -1681,11 +1681,11 @@ let ot = class extends ie {
|
|
|
1681
1681
|
this._remainDrawingSize(u, r, a);
|
|
1682
1682
|
continue;
|
|
1683
1683
|
}
|
|
1684
|
-
if (
|
|
1684
|
+
if (C >= w && v <= O)
|
|
1685
1685
|
continue;
|
|
1686
1686
|
let E = null, M = null;
|
|
1687
|
-
if (
|
|
1688
|
-
const D = this._skeletonManagerService.attachRangeWithCoord({ startColumn: f.column, endColumn: p.column, startRow:
|
|
1687
|
+
if (C >= w && C <= O) {
|
|
1688
|
+
const D = this._skeletonManagerService.attachRangeWithCoord({ startColumn: f.column, endColumn: p.column, startRow: C, endRow: O });
|
|
1689
1689
|
if (D == null)
|
|
1690
1690
|
return;
|
|
1691
1691
|
M = {
|
|
@@ -1742,15 +1742,15 @@ let ot = class extends ie {
|
|
|
1742
1742
|
this._remainDrawingSize(g, s, d);
|
|
1743
1743
|
else {
|
|
1744
1744
|
const { from: a, to: h } = l, { row: u, column: m } = a, { row: f, column: p } = h;
|
|
1745
|
-
for (let
|
|
1746
|
-
const S = n[
|
|
1745
|
+
for (let C = 0; C < n.length; C++) {
|
|
1746
|
+
const S = n[C], { startRow: v, endRow: R, startColumn: _, endColumn: I } = S;
|
|
1747
1747
|
if (f < v || p < _)
|
|
1748
1748
|
continue;
|
|
1749
|
-
if (c === y.Position && (u <= v && f >= R || m <= _ && p >=
|
|
1749
|
+
if (c === y.Position && (u <= v && f >= R || m <= _ && p >= I)) {
|
|
1750
1750
|
this._remainDrawingSize(g, s, d);
|
|
1751
1751
|
continue;
|
|
1752
1752
|
}
|
|
1753
|
-
const w =
|
|
1753
|
+
const w = L(
|
|
1754
1754
|
{ ...l },
|
|
1755
1755
|
this._selectionRenderService,
|
|
1756
1756
|
this._skeletonManagerService
|
|
@@ -1786,15 +1786,15 @@ let ot = class extends ie {
|
|
|
1786
1786
|
const { unitId: r, subUnitId: s } = t, o = (R = (v = this._renderManagerService.getRenderById(r)) == null ? void 0 : v.with(q)) == null ? void 0 : R.getCurrentSkeleton();
|
|
1787
1787
|
if (!o)
|
|
1788
1788
|
return { redos: [], undos: [] };
|
|
1789
|
-
const d =
|
|
1789
|
+
const d = Pe(o, n);
|
|
1790
1790
|
if (!d)
|
|
1791
1791
|
return { redos: [], undos: [] };
|
|
1792
1792
|
const { startX: l, endX: g, startY: c, endY: a } = d, h = this._sheetDrawingService.getDrawingData(r, s), u = [];
|
|
1793
1793
|
Object.keys(h).forEach((_) => {
|
|
1794
|
-
const
|
|
1795
|
-
if (
|
|
1794
|
+
const I = h[_];
|
|
1795
|
+
if (I.anchorType !== y.Both)
|
|
1796
1796
|
return;
|
|
1797
|
-
const { transform: w } =
|
|
1797
|
+
const { transform: w } = I;
|
|
1798
1798
|
if (!w)
|
|
1799
1799
|
return;
|
|
1800
1800
|
const { left: O = 0, top: b = 0, width: A = 0, height: E = 0 } = w, { drawingStartX: M, drawingEndX: D, drawingStartY: U, drawingEndY: x } = {
|
|
@@ -1803,13 +1803,13 @@ let ot = class extends ie {
|
|
|
1803
1803
|
drawingStartY: b,
|
|
1804
1804
|
drawingEndY: b + E
|
|
1805
1805
|
};
|
|
1806
|
-
l <= M && D <= g && c <= U && x <= a && u.push(
|
|
1806
|
+
l <= M && D <= g && c <= U && x <= a && u.push(I);
|
|
1807
1807
|
});
|
|
1808
|
-
const m = [], f = [], p = e.startRow - n.startRow,
|
|
1809
|
-
const
|
|
1810
|
-
to: { ...
|
|
1811
|
-
from: { ...
|
|
1812
|
-
}, O =
|
|
1808
|
+
const m = [], f = [], p = e.startRow - n.startRow, C = e.startColumn - n.startColumn, S = u.map((_) => {
|
|
1809
|
+
const I = _.sheetTransform, w = {
|
|
1810
|
+
to: { ...I.to, row: I.to.row + p, column: I.to.column + C },
|
|
1811
|
+
from: { ...I.from, row: I.from.row + p, column: I.from.column + C }
|
|
1812
|
+
}, O = L(w, this._selectionRenderService, this._skeletonManagerService);
|
|
1813
1813
|
return {
|
|
1814
1814
|
unitId: r,
|
|
1815
1815
|
subUnitId: s,
|
|
@@ -1819,8 +1819,8 @@ let ot = class extends ie {
|
|
|
1819
1819
|
};
|
|
1820
1820
|
});
|
|
1821
1821
|
if (S.length) {
|
|
1822
|
-
const _ = this._sheetDrawingService.getBatchUpdateOp(S), { undo:
|
|
1823
|
-
m.push({ id:
|
|
1822
|
+
const _ = this._sheetDrawingService.getBatchUpdateOp(S), { undo: I, redo: w, objects: O } = _;
|
|
1823
|
+
m.push({ id: T.id, params: { unitId: r, subUnitId: s, op: w, objects: O, type: P.UPDATE } }), f.push({ id: T.id, params: { unitId: r, subUnitId: s, op: I, objects: O, type: P.UPDATE } });
|
|
1824
1824
|
}
|
|
1825
1825
|
return { redos: m, undos: f };
|
|
1826
1826
|
}
|
|
@@ -1830,19 +1830,19 @@ let ot = class extends ie {
|
|
|
1830
1830
|
return { redos: [], undos: [] };
|
|
1831
1831
|
const { unitId: t, subUnitId: r } = n, { range: s } = i, o = s.startRow, d = s.endRow, l = [], g = [], c = this._sheetDrawingService.getDrawingData(t, r), a = [], h = [];
|
|
1832
1832
|
if (Object.keys(c).forEach((u) => {
|
|
1833
|
-
const m = c[u], { sheetTransform: f, transform: p, anchorType:
|
|
1833
|
+
const m = c[u], { sheetTransform: f, transform: p, anchorType: C = y.Position } = m;
|
|
1834
1834
|
if (f == null || p == null)
|
|
1835
1835
|
return;
|
|
1836
1836
|
let S, v;
|
|
1837
1837
|
if (e === "insert") {
|
|
1838
|
-
const _ = this._expandRow(f, p, o, d,
|
|
1838
|
+
const _ = this._expandRow(f, p, o, d, C);
|
|
1839
1839
|
S = _ == null ? void 0 : _.newSheetTransform, v = _ == null ? void 0 : _.newTransform;
|
|
1840
1840
|
} else {
|
|
1841
|
-
const { from: _, to:
|
|
1842
|
-
if (
|
|
1841
|
+
const { from: _, to: I } = f, { row: w } = _, { row: O } = I;
|
|
1842
|
+
if (C === y.Both && w >= o && O <= d)
|
|
1843
1843
|
h.push({ unitId: t, subUnitId: r, drawingId: u });
|
|
1844
1844
|
else {
|
|
1845
|
-
const b = this._shrinkRow(f, p, o, d,
|
|
1845
|
+
const b = this._shrinkRow(f, p, o, d, C);
|
|
1846
1846
|
S = b == null ? void 0 : b.newSheetTransform, v = b == null ? void 0 : b.newTransform;
|
|
1847
1847
|
}
|
|
1848
1848
|
}
|
|
@@ -1854,11 +1854,11 @@ let ot = class extends ie {
|
|
|
1854
1854
|
return { redos: [], undos: [] };
|
|
1855
1855
|
if (a.length > 0) {
|
|
1856
1856
|
const u = this._sheetDrawingService.getBatchUpdateOp(a), { undo: m, redo: f, objects: p } = u;
|
|
1857
|
-
l.push({ id:
|
|
1857
|
+
l.push({ id: T.id, params: { unitId: t, subUnitId: r, op: f, objects: p, type: P.UPDATE } }), g.push({ id: T.id, params: { unitId: t, subUnitId: r, op: m, objects: p, type: P.UPDATE } });
|
|
1858
1858
|
}
|
|
1859
1859
|
if (h.length > 0) {
|
|
1860
1860
|
const u = this._sheetDrawingService.getBatchRemoveOp(h), m = u.undo, f = u.redo, p = u.objects;
|
|
1861
|
-
l.push({ id:
|
|
1861
|
+
l.push({ id: T.id, params: { unitId: t, subUnitId: r, op: f, objects: p, type: P.REMOVE } }), g.push({ id: T.id, params: { unitId: t, subUnitId: r, op: m, objects: p, type: P.INSERT } });
|
|
1862
1862
|
}
|
|
1863
1863
|
return l.push({ id: j.id, params: [t] }), g.push({ id: j.id, params: [t] }), {
|
|
1864
1864
|
redos: l,
|
|
@@ -1871,19 +1871,19 @@ let ot = class extends ie {
|
|
|
1871
1871
|
return { redos: [], undos: [] };
|
|
1872
1872
|
const { unitId: t, subUnitId: r } = n, { range: s } = i, o = s.startColumn, d = s.endColumn, l = [], g = [], c = this._sheetDrawingService.getDrawingData(t, r), a = [], h = [];
|
|
1873
1873
|
if (Object.keys(c).forEach((u) => {
|
|
1874
|
-
const m = c[u], { sheetTransform: f, transform: p, anchorType:
|
|
1874
|
+
const m = c[u], { sheetTransform: f, transform: p, anchorType: C = y.Position } = m;
|
|
1875
1875
|
if (f == null || p == null)
|
|
1876
1876
|
return;
|
|
1877
1877
|
let S, v;
|
|
1878
1878
|
if (e === "insert") {
|
|
1879
|
-
const _ = this._expandCol(f, p, o, d,
|
|
1879
|
+
const _ = this._expandCol(f, p, o, d, C);
|
|
1880
1880
|
S = _ == null ? void 0 : _.newSheetTransform, v = _ == null ? void 0 : _.newTransform;
|
|
1881
1881
|
} else {
|
|
1882
|
-
const { from: _, to:
|
|
1883
|
-
if (
|
|
1882
|
+
const { from: _, to: I } = f, { column: w } = _, { column: O } = I;
|
|
1883
|
+
if (C === y.Both && w >= o && O <= d)
|
|
1884
1884
|
h.push({ unitId: t, subUnitId: r, drawingId: u });
|
|
1885
1885
|
else {
|
|
1886
|
-
const b = this._shrinkCol(f, p, o, d,
|
|
1886
|
+
const b = this._shrinkCol(f, p, o, d, C);
|
|
1887
1887
|
S = b == null ? void 0 : b.newSheetTransform, v = b == null ? void 0 : b.newTransform;
|
|
1888
1888
|
}
|
|
1889
1889
|
}
|
|
@@ -1895,11 +1895,11 @@ let ot = class extends ie {
|
|
|
1895
1895
|
return { redos: [], undos: [] };
|
|
1896
1896
|
if (a.length > 0) {
|
|
1897
1897
|
const u = this._sheetDrawingService.getBatchUpdateOp(a), { undo: m, redo: f, objects: p } = u;
|
|
1898
|
-
l.push({ id:
|
|
1898
|
+
l.push({ id: T.id, params: { unitId: t, subUnitId: r, op: f, objects: p, type: P.UPDATE } }), g.push({ id: T.id, params: { unitId: t, subUnitId: r, op: m, objects: p, type: P.UPDATE } });
|
|
1899
1899
|
}
|
|
1900
1900
|
if (h.length > 0) {
|
|
1901
1901
|
const u = this._sheetDrawingService.getBatchRemoveOp(h), m = u.undo, f = u.redo, p = u.objects;
|
|
1902
|
-
l.push({ id:
|
|
1902
|
+
l.push({ id: T.id, params: { unitId: t, subUnitId: r, op: f, objects: p, type: P.REMOVE } }), g.push({ id: T.id, params: { unitId: t, subUnitId: r, op: m, objects: p, type: P.INSERT } });
|
|
1903
1903
|
}
|
|
1904
1904
|
return l.push({ id: j.id, params: [t] }), g.push({ id: j.id, params: [t] }), { redos: l, undos: g };
|
|
1905
1905
|
}
|
|
@@ -1921,7 +1921,7 @@ let ot = class extends ie {
|
|
|
1921
1921
|
c = {
|
|
1922
1922
|
from: { ...o },
|
|
1923
1923
|
to: { ...d, column: g + s }
|
|
1924
|
-
}, a =
|
|
1924
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
1925
1925
|
else
|
|
1926
1926
|
return {
|
|
1927
1927
|
newSheetTransform: N({ ...e }, this._selectionRenderService),
|
|
@@ -1944,7 +1944,7 @@ let ot = class extends ie {
|
|
|
1944
1944
|
c = {
|
|
1945
1945
|
from: { ...o, column: l - s },
|
|
1946
1946
|
to: { ...d, column: g - s }
|
|
1947
|
-
}, a =
|
|
1947
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
1948
1948
|
else {
|
|
1949
1949
|
if (l >= n && g <= t)
|
|
1950
1950
|
return null;
|
|
@@ -1953,7 +1953,7 @@ let ot = class extends ie {
|
|
|
1953
1953
|
c = {
|
|
1954
1954
|
from: { ...o },
|
|
1955
1955
|
to: { ...d, column: g - s }
|
|
1956
|
-
}, a =
|
|
1956
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
1957
1957
|
else
|
|
1958
1958
|
return {
|
|
1959
1959
|
newSheetTransform: N({ ...e }, this._selectionRenderService),
|
|
@@ -1981,7 +1981,7 @@ let ot = class extends ie {
|
|
|
1981
1981
|
c = {
|
|
1982
1982
|
from: { ...o },
|
|
1983
1983
|
to: { ...d, column: n - 1, columnOffset: h.endX - h.startX }
|
|
1984
|
-
}, a =
|
|
1984
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
1985
1985
|
}
|
|
1986
1986
|
}
|
|
1987
1987
|
return c != null && a != null ? {
|
|
@@ -2010,7 +2010,7 @@ let ot = class extends ie {
|
|
|
2010
2010
|
...d,
|
|
2011
2011
|
row: g + s
|
|
2012
2012
|
}
|
|
2013
|
-
}, a =
|
|
2013
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
2014
2014
|
else
|
|
2015
2015
|
return {
|
|
2016
2016
|
newSheetTransform: N({ ...e }, this._selectionRenderService),
|
|
@@ -2033,7 +2033,7 @@ let ot = class extends ie {
|
|
|
2033
2033
|
c = {
|
|
2034
2034
|
from: { ...o, row: l - s },
|
|
2035
2035
|
to: { ...d, row: g - s }
|
|
2036
|
-
}, a =
|
|
2036
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
2037
2037
|
else {
|
|
2038
2038
|
if (l >= n && g <= t)
|
|
2039
2039
|
return null;
|
|
@@ -2042,7 +2042,7 @@ let ot = class extends ie {
|
|
|
2042
2042
|
c = {
|
|
2043
2043
|
from: { ...o },
|
|
2044
2044
|
to: { ...d, row: g - s }
|
|
2045
|
-
}, a =
|
|
2045
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
2046
2046
|
else
|
|
2047
2047
|
return {
|
|
2048
2048
|
newSheetTransform: N({ ...e }, this._selectionRenderService),
|
|
@@ -2065,7 +2065,7 @@ let ot = class extends ie {
|
|
|
2065
2065
|
c = {
|
|
2066
2066
|
from: { ...o },
|
|
2067
2067
|
to: { ...d, row: n - 1, rowOffset: h.endY - h.startY }
|
|
2068
|
-
}, a =
|
|
2068
|
+
}, a = L(c, this._selectionRenderService, this._skeletonManagerService);
|
|
2069
2069
|
}
|
|
2070
2070
|
}
|
|
2071
2071
|
return c != null && a != null ? {
|
|
@@ -2085,7 +2085,7 @@ let ot = class extends ie {
|
|
|
2085
2085
|
c != null && Object.keys(c).forEach((a) => {
|
|
2086
2086
|
if (d === n && g === t) {
|
|
2087
2087
|
const h = c[a];
|
|
2088
|
-
h.transform =
|
|
2088
|
+
h.transform = L(h.sheetTransform, this._selectionRenderService, this._skeletonManagerService), s.push(c[a]);
|
|
2089
2089
|
} else
|
|
2090
2090
|
o.push(c[a]);
|
|
2091
2091
|
});
|
|
@@ -2113,7 +2113,7 @@ let ot = class extends ie {
|
|
|
2113
2113
|
return !0;
|
|
2114
2114
|
const { from: c, to: a } = d, { row: h, column: u } = c, { row: m, column: f } = a;
|
|
2115
2115
|
for (let p = 0; p < n.length; p++) {
|
|
2116
|
-
const
|
|
2116
|
+
const C = n[p], { startRow: S, endRow: v, startColumn: R, endColumn: _ } = C;
|
|
2117
2117
|
if (Dn.intersects(
|
|
2118
2118
|
{
|
|
2119
2119
|
startRow: S,
|
|
@@ -2128,13 +2128,13 @@ let ot = class extends ie {
|
|
|
2128
2128
|
endColumn: f
|
|
2129
2129
|
}
|
|
2130
2130
|
) || h > v || u > _) {
|
|
2131
|
-
const
|
|
2131
|
+
const I = g === y.Position, w = L(d, this._selectionRenderService, this._skeletonManagerService);
|
|
2132
2132
|
r.push({
|
|
2133
2133
|
...o,
|
|
2134
2134
|
transform: {
|
|
2135
2135
|
...w,
|
|
2136
|
-
width:
|
|
2137
|
-
height:
|
|
2136
|
+
width: I ? l == null ? void 0 : l.width : w == null ? void 0 : w.width,
|
|
2137
|
+
height: I ? l == null ? void 0 : l.height : w == null ? void 0 : w.height
|
|
2138
2138
|
}
|
|
2139
2139
|
});
|
|
2140
2140
|
break;
|
|
@@ -2147,8 +2147,8 @@ ot = ki([
|
|
|
2147
2147
|
Q(1, J),
|
|
2148
2148
|
Q(2, B),
|
|
2149
2149
|
Q(3, pe),
|
|
2150
|
-
Q(4,
|
|
2151
|
-
Q(5,
|
|
2150
|
+
Q(4, W(q)),
|
|
2151
|
+
Q(5, W(at)),
|
|
2152
2152
|
Q(6, F),
|
|
2153
2153
|
Q(7, K),
|
|
2154
2154
|
Q(8, fe)
|
|
@@ -2168,7 +2168,7 @@ function Ki(i, e, n, t) {
|
|
|
2168
2168
|
...i,
|
|
2169
2169
|
absolute: d
|
|
2170
2170
|
};
|
|
2171
|
-
const { left: l, right: g, top: c, bottom: a } = i, h = t.getFreeze(), { startColumn: u, startRow: m, xSplit: f, ySplit: p } = h,
|
|
2171
|
+
const { left: l, right: g, top: c, bottom: a } = i, h = t.getFreeze(), { startColumn: u, startRow: m, xSplit: f, ySplit: p } = h, C = n.getNoMergeCellPositionByIndexWithNoHeader(m - p, u - f), S = n.getNoMergeCellPositionByIndexWithNoHeader(m, u), { rowHeaderWidth: v, columnHeaderHeight: R } = n, _ = S.startX - C.startX, I = S.startY - C.startY, { top: w, left: O, viewportScrollX: b, viewportScrollY: A } = o;
|
|
2172
2172
|
let E, M;
|
|
2173
2173
|
l < O ? (d.left = !0, E = (_ + v + (l - O)) * r, M = Math.max(
|
|
2174
2174
|
Math.min(
|
|
@@ -2178,13 +2178,13 @@ function Ki(i, e, n, t) {
|
|
|
2178
2178
|
(g - b) * r
|
|
2179
2179
|
)) : (d.left = !1, E = Math.max((l - b) * r, (_ + v) * r), M = Math.max((g - b) * r, (_ + v) * r));
|
|
2180
2180
|
let D, U;
|
|
2181
|
-
return c < w ? (d.top = !0, D = (
|
|
2181
|
+
return c < w ? (d.top = !0, D = (I + R + (c - w)) * s, U = Math.max(
|
|
2182
2182
|
Math.min(
|
|
2183
|
-
(
|
|
2184
|
-
(
|
|
2183
|
+
(I + R + (g - w)) * s,
|
|
2184
|
+
(I + R) * s
|
|
2185
2185
|
),
|
|
2186
2186
|
(a - A) * s
|
|
2187
|
-
)) : (d.top = !1, D = Math.max((c - A) * s, (
|
|
2187
|
+
)) : (d.top = !1, D = Math.max((c - A) * s, (I + R) * s), U = Math.max((a - A) * s, (I + R) * s)), {
|
|
2188
2188
|
left: E,
|
|
2189
2189
|
right: M,
|
|
2190
2190
|
top: D,
|
|
@@ -2210,7 +2210,7 @@ const Qe = (i, e, n, t) => {
|
|
|
2210
2210
|
absolute: a.absolute
|
|
2211
2211
|
};
|
|
2212
2212
|
};
|
|
2213
|
-
let
|
|
2213
|
+
let $e = class extends ie {
|
|
2214
2214
|
constructor(e, n, t, r, s, o, d) {
|
|
2215
2215
|
super();
|
|
2216
2216
|
V(this, "_domLayerMap", /* @__PURE__ */ new Map());
|
|
@@ -2280,13 +2280,13 @@ let Le = class extends ie {
|
|
|
2280
2280
|
return !0;
|
|
2281
2281
|
if (g !== r)
|
|
2282
2282
|
return;
|
|
2283
|
-
const { left:
|
|
2283
|
+
const { left: C, top: S, width: v, height: R, angle: _, flipX: I, flipY: w, skewX: O, skewY: b } = a, A = ze({ unitId: t, subUnitId: r, drawingId: s }), E = f.getObject(A);
|
|
2284
2284
|
if (E != null) {
|
|
2285
|
-
E.transformByState({ left:
|
|
2285
|
+
E.transformByState({ left: C, top: S, width: v, height: R, angle: _, flipX: I, flipY: w, skewX: O, skewY: b });
|
|
2286
2286
|
return;
|
|
2287
2287
|
}
|
|
2288
2288
|
const M = {
|
|
2289
|
-
left:
|
|
2289
|
+
left: C,
|
|
2290
2290
|
top: S,
|
|
2291
2291
|
width: v,
|
|
2292
2292
|
height: R,
|
|
@@ -2393,7 +2393,7 @@ let Le = class extends ie {
|
|
|
2393
2393
|
const { startX: t, endX: r, startY: s, endY: o } = e, d = (h = this._renderManagerService.getRenderById(n)) == null ? void 0 : h.with(pe);
|
|
2394
2394
|
if (d == null)
|
|
2395
2395
|
return;
|
|
2396
|
-
const l = d.
|
|
2396
|
+
const l = d.getCellWithCoordByOffset(t, s);
|
|
2397
2397
|
if (l == null)
|
|
2398
2398
|
return;
|
|
2399
2399
|
const g = {
|
|
@@ -2401,7 +2401,7 @@ let Le = class extends ie {
|
|
|
2401
2401
|
columnOffset: t - l.startX,
|
|
2402
2402
|
row: l.actualRow,
|
|
2403
2403
|
rowOffset: s - l.startY
|
|
2404
|
-
}, c = d.
|
|
2404
|
+
}, c = d.getCellWithCoordByOffset(r, o);
|
|
2405
2405
|
if (c == null)
|
|
2406
2406
|
return;
|
|
2407
2407
|
const a = {
|
|
@@ -2453,7 +2453,7 @@ let Le = class extends ie {
|
|
|
2453
2453
|
});
|
|
2454
2454
|
if (!t)
|
|
2455
2455
|
throw new Error("cannot find current target!");
|
|
2456
|
-
const { unitId: r, subUnitId: s } = t, { initPosition: o, componentKey: d, data: l, allowTransform: g = !0 } = e, c = n != null ? n :
|
|
2456
|
+
const { unitId: r, subUnitId: s } = t, { initPosition: o, componentKey: d, data: l, allowTransform: g = !0 } = e, c = n != null ? n : Tn(), a = this._getPosition(o, r);
|
|
2457
2457
|
if (a == null)
|
|
2458
2458
|
return;
|
|
2459
2459
|
this._ensureMap(r, s).set(c, e);
|
|
@@ -2496,7 +2496,7 @@ let Le = class extends ie {
|
|
|
2496
2496
|
if (!l)
|
|
2497
2497
|
return;
|
|
2498
2498
|
const g = this._sheetDrawingService.getBatchRemoveOp([l]), { redo: c, objects: a } = g;
|
|
2499
|
-
this._commandService.syncExecuteCommand(
|
|
2499
|
+
this._commandService.syncExecuteCommand(T.id, { unitId: r, subUnitId: s, op: c, objects: a, type: P.REMOVE });
|
|
2500
2500
|
}
|
|
2501
2501
|
}
|
|
2502
2502
|
addHook(e) {
|
|
@@ -2508,37 +2508,37 @@ let Le = class extends ie {
|
|
|
2508
2508
|
};
|
|
2509
2509
|
}
|
|
2510
2510
|
};
|
|
2511
|
-
|
|
2512
|
-
oe(0,
|
|
2511
|
+
$e = zi([
|
|
2512
|
+
oe(0, W(J)),
|
|
2513
2513
|
oe(1, fe),
|
|
2514
|
-
oe(2,
|
|
2514
|
+
oe(2, W(B)),
|
|
2515
2515
|
oe(3, K),
|
|
2516
|
-
oe(4,
|
|
2516
|
+
oe(4, W(gr)),
|
|
2517
2517
|
oe(5, F),
|
|
2518
|
-
oe(6,
|
|
2519
|
-
],
|
|
2518
|
+
oe(6, W(Mn))
|
|
2519
|
+
], $e);
|
|
2520
2520
|
var ln = Object.defineProperty, Ji = Object.getOwnPropertyDescriptor, Zi = (i, e, n) => e in i ? ln(i, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : i[e] = n, qi = (i, e, n, t) => {
|
|
2521
2521
|
for (var r = t > 1 ? void 0 : t ? Ji(e, n) : e, s = i.length - 1, o; s >= 0; s--)
|
|
2522
2522
|
(o = i[s]) && (r = (t ? o(e, n, r) : o(r)) || r);
|
|
2523
2523
|
return t && r && ln(e, n, r), r;
|
|
2524
2524
|
}, et = (i, e) => (n, t) => e(n, t, i), un = (i, e, n) => Zi(i, typeof e != "symbol" ? e + "" : e, n);
|
|
2525
2525
|
const Qi = "SHEET_IMAGE_UI_PLUGIN";
|
|
2526
|
-
let
|
|
2527
|
-
constructor(i =
|
|
2526
|
+
let Le = class extends En {
|
|
2527
|
+
constructor(i = Tr, e, n, t) {
|
|
2528
2528
|
super(), this._config = i, this._injector = e, this._renderManagerService = n, this._configService = t;
|
|
2529
2529
|
const { menu: r, ...s } = this._config;
|
|
2530
2530
|
r && this._configService.setConfig("menu", r, { merge: !0 }), this._configService.setConfig(Or, s);
|
|
2531
2531
|
}
|
|
2532
2532
|
onStarting() {
|
|
2533
2533
|
Un(this._injector, [
|
|
2534
|
-
[
|
|
2534
|
+
[$e],
|
|
2535
2535
|
[Ne],
|
|
2536
2536
|
[Ue],
|
|
2537
2537
|
[xe],
|
|
2538
|
-
[
|
|
2538
|
+
[We],
|
|
2539
2539
|
[je]
|
|
2540
2540
|
]), Xe(this._injector, [
|
|
2541
|
-
[
|
|
2541
|
+
[$e]
|
|
2542
2542
|
]);
|
|
2543
2543
|
}
|
|
2544
2544
|
onReady() {
|
|
@@ -2548,7 +2548,7 @@ let We = class extends En {
|
|
|
2548
2548
|
}
|
|
2549
2549
|
onRendered() {
|
|
2550
2550
|
this._registerRenderModules(), Xe(this._injector, [
|
|
2551
|
-
[
|
|
2551
|
+
[We],
|
|
2552
2552
|
[xe],
|
|
2553
2553
|
[Ne]
|
|
2554
2554
|
]);
|
|
@@ -2566,14 +2566,14 @@ let We = class extends En {
|
|
|
2566
2566
|
});
|
|
2567
2567
|
}
|
|
2568
2568
|
};
|
|
2569
|
-
un(
|
|
2570
|
-
un(
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
et(1,
|
|
2569
|
+
un(Le, "type", Y.UNIVER_SHEET);
|
|
2570
|
+
un(Le, "pluginName", Qi);
|
|
2571
|
+
Le = qi([
|
|
2572
|
+
Pn(xn, Yn, Jn),
|
|
2573
|
+
et(1, W(Rt)),
|
|
2574
2574
|
et(2, J),
|
|
2575
2575
|
et(3, An)
|
|
2576
|
-
],
|
|
2576
|
+
], Le);
|
|
2577
2577
|
export {
|
|
2578
2578
|
j as ClearSheetDrawingTransformerOperation,
|
|
2579
2579
|
nn as DeleteDrawingsCommand,
|
|
@@ -2586,8 +2586,8 @@ export {
|
|
|
2586
2586
|
Ge as RemoveSheetDrawingCommand,
|
|
2587
2587
|
sn as SetDrawingArrangeCommand,
|
|
2588
2588
|
Ye as SetSheetDrawingCommand,
|
|
2589
|
-
|
|
2589
|
+
$e as SheetCanvasFloatDomManagerService,
|
|
2590
2590
|
Kt as SidebarSheetDrawingOperation,
|
|
2591
2591
|
on as UngroupSheetDrawingCommand,
|
|
2592
|
-
|
|
2592
|
+
Le as UniverSheetsDrawingUIPlugin
|
|
2593
2593
|
};
|