@univerjs/sheets-ui 0.15.3-insiders.20260131-cbd5fac → 0.15.4
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/LICENSE +176 -0
- package/lib/es/index.js +9 -9
- package/lib/index.js +9 -9
- package/package.json +12 -12
package/LICENSE
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
package/lib/es/index.js
CHANGED
|
@@ -2,11 +2,11 @@ var Iv = Object.defineProperty;
|
|
|
2
2
|
var yv = (n, e, t) => e in n ? Iv(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var _ = (n, e, t) => yv(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import { DOCS_VIEW_KEY as Ev, IEditorService as Gr, SetInlineFormatBoldCommand as Mv, SetInlineFormatItalicCommand as Tv, SetInlineFormatUnderlineCommand as Pv, SetInlineFormatStrikethroughCommand as xv, SetInlineFormatSubscriptCommand as Ov, SetInlineFormatSuperscriptCommand as Av, SetInlineFormatFontSizeCommand as Vu, SetInlineFormatFontFamilyCommand as Hv, SetInlineFormatTextColorCommand as Hg, getCanvasOffsetByEngine as nh, VIEWPORT_KEY as dl, DOCS_COMPONENT_MAIN_LAYER_INDEX as Vv, DocSelectionRenderService as cr, BreakLineCommand as Nv, DeleteLeftCommand as Vg, DeleteRightCommand as kv, ReplaceSnapshotCommand as Ng, MoveSelectionOperation as Dv, MoveCursorOperation as Lv, CoverContentCommand as Wv, NodePositionConvertToCursor as kg, getLineBounding as Dg, DOC_VERTICAL_PADDING as Bv, SetInlineFormatCommand as oi, IMEInputCommand as Fv, InsertCommand as Uv, convertBodyToHtml as zv } from "@univerjs/docs-ui";
|
|
5
|
-
import { CommandType as ne, createInterceptorKey as Zn, ColorKit as _n, RANGE_TYPE as j, convertCellToRange as hl, UniverInstanceType as H, IUniverInstanceService as W, Quantity as eu, Disposable as he, toDisposable as Xe, Tools as Oe, createIdentifier as nn, InterceptorManager as ii, ThemeService as Ft, Inject as D, Injector as At,
|
|
5
|
+
import { CommandType as ne, createInterceptorKey as Zn, ColorKit as _n, RANGE_TYPE as j, convertCellToRange as hl, UniverInstanceType as H, IUniverInstanceService as W, Quantity as eu, Disposable as he, toDisposable as Xe, Tools as Oe, createIdentifier as nn, InterceptorManager as ii, ThemeService as Ft, Inject as D, Injector as At, IConfigService as Ht, generateRandomId as zn, ObjectMatrix as tt, Direction as z, isFormulaString as Nu, isFormulaId as Xv, CellValueType as Ot, numfmt as Nr, ICommandService as F, IUndoRedoService as cn, Rectangle as de, sequenceExecute as va, FOCUSING_SHEET as Ut, FOCUSING_UNIVER_EDITOR as qr, EDITOR_ACTIVATED as rt, FOCUSING_COMMON_DRAWINGS as un, FOCUSING_FX_BAR_EDITOR as jt, FOCUSING_EDITOR_INPUT_FORMULA as gl, FOCUSING_EDITOR_STANDALONE as Sa, cloneValue as el, LRUMap as jv, BaselineOffset as rh, BooleanNumber as ht, DataStreamTreeTokenType as Yv, getNumfmtParseValueFilter as si, isRealNum as Ca, skipParseTagNames as Zv, CustomRangeType as ku, DEFAULT_WORKSHEET_ROW_HEIGHT as Gv, ILogService as _a, LocaleService as ke, ErrorService as qv, CellModeEnum as Kv, cloneCellDataWithSpanAndDisplay as Qv, getEmptyCell as yi, isNotNullOrUndefined as Jv, extractPureTextFromCell as Lg, IConfirmService as yn, getReverseDirection as Wg, DOCS_NORMAL_EDITOR_UNIT_ID_KEY as Le, IContextService as _e, DEFAULT_STYLES as Kr, Workbook as $v, Optional as Du, DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY as We, RxDisposable as Gn, DisposableCollection as _t, IPermissionService as ct, fromEventSubject as fl, sortRules as eS, AbsoluteRefType as ml, debounce as pl, nameCharacterCheck as tS, throttle as nS, VerticalAlign as pn, HorizontalAlign as Dt, WrapStrategy as xr, LocaleType as oh, FOCUSING_EDITOR_BUT_HIDDEN as tu, DEFAULT_EMPTY_DOCUMENT_VALUE as Bg, isTextFormat as li, PresetListType as rS, UserManagerService as Kt, FOCUSING_SHAPE_TEXT_EDITOR as Qr, FontWeight as Ls, FontItalic as Ws, composeStyles as oS, FOCUSING_COMMENT_EDITOR as iS, get as ac, BorderStyleTypes as Ne, NilCommand as Lu, splitIntoGrid as sS, UndoCommandId as lS, willLoseNumericPrecision as aS, cloneCellData as nu, cloneCellDataMatrix as wa, Range as tl, cellToRange as cS, handleStyleToString as ih, DEFAULT_WORKSHEET_COLUMN_WIDTH_KEY as uS, DEFAULT_WORKSHEET_COLUMN_WIDTH as dS, DocumentFlavor as hS, InterceptorEffectEnum as gS, IAuthzIoService as ba, isValidRange as fS, dayjs as Bs, DependentOn as Fg, Plugin as Ug, merge as zg, registerDependencies as vl, mergeOverrideWithDependencies as Xg, touchDependencies as bo, set as mS } from "@univerjs/core";
|
|
6
6
|
import { SELECTION_CONTROL_BORDER_BUFFER_WIDTH as Sl, SELECTION_CONTROL_BORDER_BUFFER_COLOR as Fs, convertPrimaryWithCoordToPrimary as pS, SELECTIONS_ENABLED as mo, REF_SELECTIONS_ENABLED as Yi, SheetSkeletonService as vS, SheetsSelectionsService as $, SheetInterceptorService as qn, MarkDirtyRowAutoHeightMutation as jg, CancelMarkDirtyRowAutoHeightMutation as Yg, getSheetCommandTarget as qe, SetWorksheetRowAutoHeightMutationFactory as Wu, SetWorksheetRowAutoHeightMutation as wn, rangeToDiscreteRange as Wi, SetSelectionsOperation as Me, SetRangeValuesMutation as Pe, generateNullCellValue as SS, SetRangeValuesUndoMutationFactory as bn, SetWorksheetActiveOperation as gt, getPrimaryForRange as Zi, DeleteRangeMoveLeftCommand as sh, DeleteRangeMoveUpCommand as lh, alignToMergedCellsBorders as Dn, SetRowHiddenCommand as Zg, SetColHiddenCommand as Gg, SetBoldCommand as Bu, SetItalicCommand as Fu, SetUnderlineCommand as Uu, SetStrikeThroughCommand as zu, SetFontSizeCommand as Ss, SetFontFamilyCommand as Xu, SetTextColorCommand as qg, InsertRangeMoveDownCommand as ru, InsertRangeMoveRightCommand as ou, EditStateEnum as fn, ViewStateEnum as No, UnitObject as Zt, WorksheetProtectionRuleModel as It, DeleteWorksheetProtectionCommand as Cl, RangeProtectionRuleModel as lt, DeleteRangeProtectionMutation as ah, AddRangeProtectionMutation as CS, RemoveRowCommand as Kg, RemoveColCommand as Qg, SHEETS_PLUGIN_CONFIG_KEY as _S, defaultLargeSheetOperationConfig as wS, countCells as bS, RemoveSheetCommand as RS, SetFrozenMutationFactory as Jg, SetFrozenMutation as Or, getSelectionsService as kr, SelectionMoveType as Yt, getCellAtRowCol as nl, expandToContinuousRange as IS, ScrollToCellOperation as ju, SetWorksheetColWidthMutation as hr, BEFORE_CELL_EDIT as yS, AddWorksheetProtectionCommand as $g, SetRangeValuesCommand as Ra, MoveRangeMutation as gr, RemoveRowMutation as Cs, RemoveColMutation as _s, InsertRowMutation as ws, InsertColMutation as bs, MoveRowsMutation as Ia, MoveColsMutation as ya, SetWorksheetRowHeightMutation as Yu, RemoveSheetMutation as Jr, RemoveMergeUndoMutationFactory as Zu, RemoveWorksheetMergeMutation as Bn, AddWorksheetMergeMutation as Fn, getAddMergeMutationRangeByType as Gu, AddMergeUndoMutationFactory as qu, WorkbookEditablePermission as J, WorksheetEditPermission as re, UnitAction as Gi, SetWorksheetShowCommand as Ea, RangeProtectionCache as Rs, WorksheetViewPermission as ef, SetWorksheetOrderMutation as Ku, InsertSheetMutation as ai, SetWorksheetNameMutation as Qu, SetWorksheetHideMutation as ci, SetWorksheetActivateCommand as Ju, WorkbookManageCollaboratorPermission as tf, WorkbookRenameSheetPermission as nf, SetWorksheetOrderCommand as ES, SetWorksheetNameCommand as MS, SetTabColorMutation as TS, WorkbookCreateSheetPermission as rf, InsertSheetCommand as PS, ClearSelectionFormatCommand as Bi, COMMAND_LISTENER_SKELETON_CHANGE as $u, adjustRangeOnMutation as xS, RangeProtectionPermissionEditPoint as le, IExclusiveRangeService as OS, BorderStyleManagerService as iu, WorksheetSetCellStylePermission as et, SetBorderBasicCommand as su, ClearSelectionAllCommand as ki, WorksheetSetCellValuePermission as qt, ClearSelectionContentCommand as Ar, WorkbookDeleteRowPermission as AS, WorksheetDeleteRowPermission as HS, WorkbookDeleteColumnPermission as VS, WorksheetDeleteColumnPermission as NS, CancelFrozenCommand as rl, ToggleGridlinesCommand as of, ToggleGridlinesMutation as kS, WorkbookInsertRowPermission as Ma, WorksheetInsertRowPermission as Ta, InsertMultiRowsAfterCommand as sf, InsertMultiRowsAboveCommand as lf, WorkbookInsertColumnPermission as Pa, WorksheetInsertColumnPermission as xa, InsertMultiColsRightCommand as af, InsertMultiColsLeftCommand as cf, InsertColBeforeCommand as uf, InsertRowBeforeCommand as df, SetWorksheetRowIsAutoHeightCommand as ed, WorksheetSetRowStylePermission as $r, SetRowHeightCommand as hf, SetRowHiddenMutation as gf, SetRowVisibleMutation as ff, SetSelectedRowsVisibleCommand as mf, WorksheetSetColumnStylePermission as eo, RangeProtectionPermissionViewPoint as _l, WorkbookCopyPermission as po, WorksheetCopyPermission as qi, SetColWidthCommand as pf, SetColHiddenMutation as vf, SetColVisibleMutation as Sf, SetSelectedColsVisibleCommand as Cf, SetTextRotationCommand as lu, SetTextWrapCommand as au, SetVerticalTextAlignCommand as cu, SetHorizontalTextAlignCommand as uu, ResetBackgroundColorCommand as _f, SetBackgroundColorCommand as wl, SetWorksheetRowIsAutoHeightMutation as DS, MergeCellController as LS, MERGE_CELL_INTERCEPTOR_CHECK as WS, RemoveWorksheetMergeCommand as wf, AddWorksheetMergeHorizontalCommand as bf, AddWorksheetMergeVerticalCommand as Rf, AddWorksheetMergeAllCommand as If, AddWorksheetMergeCommand as td, WorkbookCreateProtectPermission as Oa, WorksheetDeleteProtectionPermission as yf, WorksheetManageCollaboratorPermission as BS, SetWorksheetHideCommand as Ef, SetTabColorCommand as Mf, CopySheetCommand as Tf, WorkbookDeleteSheetPermission as FS, WorkbookHideSheetPermission as Pf, TextToNumberCommand as xf, ResetTextColorCommand as US, SheetPermissionCheckController as nd, SetFrozenCommand as zS, InsertRowCommand as XS, InsertColCommand as jS, MoveColsCommand as Of, MoveRowsCommand as Af, DeltaRowHeightCommand as Hf, DeltaColumnWidthCommand as Vf, COMMAND_LISTENER_VALUE_CHANGE as YS, RefRangeService as ZS, IRefSelectionsService as rd, SCOPE_WORKBOOK_VALUE_DEFINED_NAME as du, InsertDefinedNameCommand as GS, SetDefinedNameCommand as qS, RemoveDefinedNameCommand as KS, INumfmtService as QS, ToggleCellCheckboxCommand as JS, MoveRangeCommand as Nf, MAX_CELL_PER_SHEET_KEY as $S, SetWorksheetColWidthMutationFactory as eC, INTERCEPTOR_POINT as tC, getClearContentMutationParamsForRanges as nC, SheetPermissionInitController as rC, SetProtectionCommand as oC, AddRangeProtectionCommand as iC, setEndForRange as sC, baseProtectionActions as lC, DeleteRangeProtectionCommand as aC, WorksheetProtectionPointModel as cC, SetWorksheetPermissionPointsCommand as uC, getAllWorksheetPermissionPoint as dC, SetSpecificRowsVisibleCommand as hC, SetSpecificColsVisibleCommand as gC, convertSelectionDataToRange as kf, UniverSheetsPlugin as Df, RefSelectionsService as Lf } from "@univerjs/sheets";
|
|
7
7
|
import { IRenderManagerService as we, withCurrentTypeOfRenderer as od, SHEET_VIEWPORT_KEY as X, CURSOR_TYPE as xe, Vector2 as ze, Rect as be, ScrollTimer as Ro, ScrollTimerType as Pt, DashedRect as fC, Group as cc, TRANSFORM_CHANGE_OBSERVABLE_TYPE as hu, cancelRequestFrame as mC, requestNewFrame as pC, FIX_ONE_PIXEL_BLUR_OFFSET as vC, Layer as SC, SpreadsheetSkeleton as CC, ptToPixel as ch, RENDER_CLASS_TYPE as _C, DeviceInputEventType as $e, convertTransformToOffsetX as vo, convertTransformToOffsetY as So, convertTextRotation as id, RENDER_RAW_FORMULA_KEY as wC, Spreadsheet as Wf, getCurrentTypeOfRenderer as Is, ScrollBar as sd, fixLineWidthByScale as uh, Shape as ld, SHEET_EXTENSION_PREFIX as dh, SpreadsheetRowHeader as bC, SpreadsheetColumnHeader as RC, Viewport as Tn, hasCJKText as IC, DEFAULT_PADDING_DATA as yC, SheetExtension as Bf, RegularPolygon as Di, precisionTo as lr } from "@univerjs/engine-render";
|
|
8
8
|
import { BehaviorSubject as Te, Subject as Be, switchMap as mt, map as Ee, of as Ie, merge as yt, startWith as vt, takeUntil as ko, distinctUntilChanged as vn, throttleTime as bl, EMPTY as hh, filter as ui, combineLatest as je, Observable as Ye, combineLatestWith as pr, shareReplay as gh, Subscription as ur, withLatestFrom as EC } from "rxjs";
|
|
9
|
-
import { handleStringToStyle as MC, textTrim as fh,
|
|
9
|
+
import { handleStringToStyle as MC, textTrim as fh, IClipboardInterfaceService as Aa, INotificationService as TC, IPlatformService as PC, PLAIN_TEXT_CLIPBOARD_MIME_TYPE as mh, HTML_CLIPBOARD_MIME_TYPE as ph, imageMimeTypeSet as xC, FILE__BMP_CLIPBOARD_MIME_TYPE as OC, FILE__WEBP_CLIPBOARD_MIME_TYPE as AC, FILE__JPEG_CLIPBOARD_MIME_TYPE as HC, FILE_PNG_CLIPBOARD_MIME_TYPE as VC, CopyCommand as NC, CutCommand as Ff, PasteCommand as kC, SheetPasteShortKeyCommandName as DC, ISidebarService as di, KeyCode as Z, IDialogService as ys, useDependency as L, useObservable as St, ComponentManager as zt, DISABLE_AUTO_FOCUS_KEY as vh, useEvent as Sh, useSidebarClick as Uf, MetaKeys as Re, useComponentsOfPart as LC, useConfigValue as hi, ComponentContainer as WC, UI_PLUGIN_CONFIG_KEY as Ha, UIMenu as BC, ContextMenuPosition as xt, Slider as FC, IMessageService as zf, IMenuManagerService as ad, ToolbarItem as UC, ILayoutService as cd, MenuItemType as K, getMenuHiddenObservable as ae, FONT_SIZE_LIST as zC, FONT_SIZE_COMPONENT as XC, IContextMenuService as Va, COLOR_PICKER_COMPONENT as ud, FONT_FAMILY_ITEM_COMPONENT as jC, FONT_FAMILY_COMPONENT as YC, ContextMenuGroup as st, RibbonPosition as Ch, RibbonDataGroup as ZC, RibbonStartGroup as Us, ICanvasPopupService as GC, IShortcutService as Na, IUIPartsService as dd, BuiltInUIPart as Io, connectInjector as yo, IZenZoneService as Xf, UniverMobileUIPlugin as qC } from "@univerjs/ui";
|
|
10
10
|
import { DocSelectionManagerService as hd, DocSkeletonManagerService as dr, RichTextEditingMutation as Rl, SetTextSelectionsOperation as gi } from "@univerjs/docs";
|
|
11
11
|
import { useRef as sn, createElement as ft, forwardRef as Ct, useState as ie, useMemo as wt, useEffect as ye, useCallback as Xn, useLayoutEffect as KC } from "react";
|
|
12
12
|
import { IDefinedNamesService as Es, LexerTreeBuilder as gd, serializeRangeWithSheet as fd, isReferenceStringWithEffectiveColumn as jf, deserializeRangeWithSheet as md, FUNCTION_NAMES_STATISTICAL as Je, FUNCTION_NAMES_MATH as ka, FUNCTION_NAMES_TEXT as QC, sequenceNodeType as uc, matchToken as Yf, IFunctionService as Zf, SetFormulaCalculationNotificationMutation as JC, ISuperTableService as $C, operatorToken as fo, isReferenceStrings as Gf, FormulaDataModel as e1, NullValueObject as _h, serializeRange as qf } from "@univerjs/engine-formula";
|
|
@@ -4259,10 +4259,10 @@ const Tr = {
|
|
|
4259
4259
|
...Tr,
|
|
4260
4260
|
...nt
|
|
4261
4261
|
}, S_ = {
|
|
4262
|
-
[
|
|
4263
|
-
[
|
|
4264
|
-
[
|
|
4265
|
-
[
|
|
4262
|
+
[VC]: "png",
|
|
4263
|
+
[HC]: "jpg",
|
|
4264
|
+
[AC]: "webp",
|
|
4265
|
+
[OC]: "bmp"
|
|
4266
4266
|
};
|
|
4267
4267
|
Bo.use(l_);
|
|
4268
4268
|
Bo.use(i_);
|
|
@@ -4348,7 +4348,7 @@ let Vl = class extends he {
|
|
|
4348
4348
|
});
|
|
4349
4349
|
}
|
|
4350
4350
|
async paste(e, t = nt.DEFAULT_PASTE) {
|
|
4351
|
-
const r = e.types, o = r.indexOf(mh) !== -1 ? await e.getType(mh).then((a) => a && a.text()) : "", i = r.indexOf(ph) !== -1 ? await e.getType(ph).then((a) => a && a.text()) : "", s = r.findIndex((a) =>
|
|
4351
|
+
const r = e.types, o = r.indexOf(mh) !== -1 ? await e.getType(mh).then((a) => a && a.text()) : "", i = r.indexOf(ph) !== -1 ? await e.getType(ph).then((a) => a && a.text()) : "", s = r.findIndex((a) => xC.has(a)), l = s === -1 || !h_(i);
|
|
4352
4352
|
if (i && l)
|
|
4353
4353
|
return this._platformService.isWindows && Lh(i) && this._notificationService.show({
|
|
4354
4354
|
type: "warning",
|
|
@@ -4980,8 +4980,8 @@ Vl = v_([
|
|
|
4980
4980
|
Xt(4, cn),
|
|
4981
4981
|
Xt(5, F),
|
|
4982
4982
|
Xt(6, pi),
|
|
4983
|
-
Xt(7,
|
|
4984
|
-
Xt(8,
|
|
4983
|
+
Xt(7, TC),
|
|
4984
|
+
Xt(8, PC),
|
|
4985
4985
|
Xt(9, we),
|
|
4986
4986
|
Xt(10, D(Ft)),
|
|
4987
4987
|
Xt(11, D(ke)),
|
package/lib/index.js
CHANGED
|
@@ -2,11 +2,11 @@ var Iv = Object.defineProperty;
|
|
|
2
2
|
var yv = (n, e, t) => e in n ? Iv(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var _ = (n, e, t) => yv(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import { DOCS_VIEW_KEY as Ev, IEditorService as Gr, SetInlineFormatBoldCommand as Mv, SetInlineFormatItalicCommand as Tv, SetInlineFormatUnderlineCommand as Pv, SetInlineFormatStrikethroughCommand as xv, SetInlineFormatSubscriptCommand as Ov, SetInlineFormatSuperscriptCommand as Av, SetInlineFormatFontSizeCommand as Vu, SetInlineFormatFontFamilyCommand as Hv, SetInlineFormatTextColorCommand as Hg, getCanvasOffsetByEngine as nh, VIEWPORT_KEY as dl, DOCS_COMPONENT_MAIN_LAYER_INDEX as Vv, DocSelectionRenderService as cr, BreakLineCommand as Nv, DeleteLeftCommand as Vg, DeleteRightCommand as kv, ReplaceSnapshotCommand as Ng, MoveSelectionOperation as Dv, MoveCursorOperation as Lv, CoverContentCommand as Wv, NodePositionConvertToCursor as kg, getLineBounding as Dg, DOC_VERTICAL_PADDING as Bv, SetInlineFormatCommand as oi, IMEInputCommand as Fv, InsertCommand as Uv, convertBodyToHtml as zv } from "@univerjs/docs-ui";
|
|
5
|
-
import { CommandType as ne, createInterceptorKey as Zn, ColorKit as _n, RANGE_TYPE as j, convertCellToRange as hl, UniverInstanceType as H, IUniverInstanceService as W, Quantity as eu, Disposable as he, toDisposable as Xe, Tools as Oe, createIdentifier as nn, InterceptorManager as ii, ThemeService as Ft, Inject as D, Injector as At,
|
|
5
|
+
import { CommandType as ne, createInterceptorKey as Zn, ColorKit as _n, RANGE_TYPE as j, convertCellToRange as hl, UniverInstanceType as H, IUniverInstanceService as W, Quantity as eu, Disposable as he, toDisposable as Xe, Tools as Oe, createIdentifier as nn, InterceptorManager as ii, ThemeService as Ft, Inject as D, Injector as At, IConfigService as Ht, generateRandomId as zn, ObjectMatrix as tt, Direction as z, isFormulaString as Nu, isFormulaId as Xv, CellValueType as Ot, numfmt as Nr, ICommandService as F, IUndoRedoService as cn, Rectangle as de, sequenceExecute as va, FOCUSING_SHEET as Ut, FOCUSING_UNIVER_EDITOR as qr, EDITOR_ACTIVATED as rt, FOCUSING_COMMON_DRAWINGS as un, FOCUSING_FX_BAR_EDITOR as jt, FOCUSING_EDITOR_INPUT_FORMULA as gl, FOCUSING_EDITOR_STANDALONE as Sa, cloneValue as el, LRUMap as jv, BaselineOffset as rh, BooleanNumber as ht, DataStreamTreeTokenType as Yv, getNumfmtParseValueFilter as si, isRealNum as Ca, skipParseTagNames as Zv, CustomRangeType as ku, DEFAULT_WORKSHEET_ROW_HEIGHT as Gv, ILogService as _a, LocaleService as ke, ErrorService as qv, CellModeEnum as Kv, cloneCellDataWithSpanAndDisplay as Qv, getEmptyCell as yi, isNotNullOrUndefined as Jv, extractPureTextFromCell as Lg, IConfirmService as yn, getReverseDirection as Wg, DOCS_NORMAL_EDITOR_UNIT_ID_KEY as Le, IContextService as _e, DEFAULT_STYLES as Kr, Workbook as $v, Optional as Du, DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY as We, RxDisposable as Gn, DisposableCollection as _t, IPermissionService as ct, fromEventSubject as fl, sortRules as eS, AbsoluteRefType as ml, debounce as pl, nameCharacterCheck as tS, throttle as nS, VerticalAlign as pn, HorizontalAlign as Dt, WrapStrategy as xr, LocaleType as oh, FOCUSING_EDITOR_BUT_HIDDEN as tu, DEFAULT_EMPTY_DOCUMENT_VALUE as Bg, isTextFormat as li, PresetListType as rS, UserManagerService as Kt, FOCUSING_SHAPE_TEXT_EDITOR as Qr, FontWeight as Ls, FontItalic as Ws, composeStyles as oS, FOCUSING_COMMENT_EDITOR as iS, get as ac, BorderStyleTypes as Ne, NilCommand as Lu, splitIntoGrid as sS, UndoCommandId as lS, willLoseNumericPrecision as aS, cloneCellData as nu, cloneCellDataMatrix as wa, Range as tl, cellToRange as cS, handleStyleToString as ih, DEFAULT_WORKSHEET_COLUMN_WIDTH_KEY as uS, DEFAULT_WORKSHEET_COLUMN_WIDTH as dS, DocumentFlavor as hS, InterceptorEffectEnum as gS, IAuthzIoService as ba, isValidRange as fS, dayjs as Bs, DependentOn as Fg, Plugin as Ug, merge as zg, registerDependencies as vl, mergeOverrideWithDependencies as Xg, touchDependencies as bo, set as mS } from "@univerjs/core";
|
|
6
6
|
import { SELECTION_CONTROL_BORDER_BUFFER_WIDTH as Sl, SELECTION_CONTROL_BORDER_BUFFER_COLOR as Fs, convertPrimaryWithCoordToPrimary as pS, SELECTIONS_ENABLED as mo, REF_SELECTIONS_ENABLED as Yi, SheetSkeletonService as vS, SheetsSelectionsService as $, SheetInterceptorService as qn, MarkDirtyRowAutoHeightMutation as jg, CancelMarkDirtyRowAutoHeightMutation as Yg, getSheetCommandTarget as qe, SetWorksheetRowAutoHeightMutationFactory as Wu, SetWorksheetRowAutoHeightMutation as wn, rangeToDiscreteRange as Wi, SetSelectionsOperation as Me, SetRangeValuesMutation as Pe, generateNullCellValue as SS, SetRangeValuesUndoMutationFactory as bn, SetWorksheetActiveOperation as gt, getPrimaryForRange as Zi, DeleteRangeMoveLeftCommand as sh, DeleteRangeMoveUpCommand as lh, alignToMergedCellsBorders as Dn, SetRowHiddenCommand as Zg, SetColHiddenCommand as Gg, SetBoldCommand as Bu, SetItalicCommand as Fu, SetUnderlineCommand as Uu, SetStrikeThroughCommand as zu, SetFontSizeCommand as Ss, SetFontFamilyCommand as Xu, SetTextColorCommand as qg, InsertRangeMoveDownCommand as ru, InsertRangeMoveRightCommand as ou, EditStateEnum as fn, ViewStateEnum as No, UnitObject as Zt, WorksheetProtectionRuleModel as It, DeleteWorksheetProtectionCommand as Cl, RangeProtectionRuleModel as lt, DeleteRangeProtectionMutation as ah, AddRangeProtectionMutation as CS, RemoveRowCommand as Kg, RemoveColCommand as Qg, SHEETS_PLUGIN_CONFIG_KEY as _S, defaultLargeSheetOperationConfig as wS, countCells as bS, RemoveSheetCommand as RS, SetFrozenMutationFactory as Jg, SetFrozenMutation as Or, getSelectionsService as kr, SelectionMoveType as Yt, getCellAtRowCol as nl, expandToContinuousRange as IS, ScrollToCellOperation as ju, SetWorksheetColWidthMutation as hr, BEFORE_CELL_EDIT as yS, AddWorksheetProtectionCommand as $g, SetRangeValuesCommand as Ra, MoveRangeMutation as gr, RemoveRowMutation as Cs, RemoveColMutation as _s, InsertRowMutation as ws, InsertColMutation as bs, MoveRowsMutation as Ia, MoveColsMutation as ya, SetWorksheetRowHeightMutation as Yu, RemoveSheetMutation as Jr, RemoveMergeUndoMutationFactory as Zu, RemoveWorksheetMergeMutation as Bn, AddWorksheetMergeMutation as Fn, getAddMergeMutationRangeByType as Gu, AddMergeUndoMutationFactory as qu, WorkbookEditablePermission as J, WorksheetEditPermission as re, UnitAction as Gi, SetWorksheetShowCommand as Ea, RangeProtectionCache as Rs, WorksheetViewPermission as ef, SetWorksheetOrderMutation as Ku, InsertSheetMutation as ai, SetWorksheetNameMutation as Qu, SetWorksheetHideMutation as ci, SetWorksheetActivateCommand as Ju, WorkbookManageCollaboratorPermission as tf, WorkbookRenameSheetPermission as nf, SetWorksheetOrderCommand as ES, SetWorksheetNameCommand as MS, SetTabColorMutation as TS, WorkbookCreateSheetPermission as rf, InsertSheetCommand as PS, ClearSelectionFormatCommand as Bi, COMMAND_LISTENER_SKELETON_CHANGE as $u, adjustRangeOnMutation as xS, RangeProtectionPermissionEditPoint as le, IExclusiveRangeService as OS, BorderStyleManagerService as iu, WorksheetSetCellStylePermission as et, SetBorderBasicCommand as su, ClearSelectionAllCommand as ki, WorksheetSetCellValuePermission as qt, ClearSelectionContentCommand as Ar, WorkbookDeleteRowPermission as AS, WorksheetDeleteRowPermission as HS, WorkbookDeleteColumnPermission as VS, WorksheetDeleteColumnPermission as NS, CancelFrozenCommand as rl, ToggleGridlinesCommand as of, ToggleGridlinesMutation as kS, WorkbookInsertRowPermission as Ma, WorksheetInsertRowPermission as Ta, InsertMultiRowsAfterCommand as sf, InsertMultiRowsAboveCommand as lf, WorkbookInsertColumnPermission as Pa, WorksheetInsertColumnPermission as xa, InsertMultiColsRightCommand as af, InsertMultiColsLeftCommand as cf, InsertColBeforeCommand as uf, InsertRowBeforeCommand as df, SetWorksheetRowIsAutoHeightCommand as ed, WorksheetSetRowStylePermission as $r, SetRowHeightCommand as hf, SetRowHiddenMutation as gf, SetRowVisibleMutation as ff, SetSelectedRowsVisibleCommand as mf, WorksheetSetColumnStylePermission as eo, RangeProtectionPermissionViewPoint as _l, WorkbookCopyPermission as po, WorksheetCopyPermission as qi, SetColWidthCommand as pf, SetColHiddenMutation as vf, SetColVisibleMutation as Sf, SetSelectedColsVisibleCommand as Cf, SetTextRotationCommand as lu, SetTextWrapCommand as au, SetVerticalTextAlignCommand as cu, SetHorizontalTextAlignCommand as uu, ResetBackgroundColorCommand as _f, SetBackgroundColorCommand as wl, SetWorksheetRowIsAutoHeightMutation as DS, MergeCellController as LS, MERGE_CELL_INTERCEPTOR_CHECK as WS, RemoveWorksheetMergeCommand as wf, AddWorksheetMergeHorizontalCommand as bf, AddWorksheetMergeVerticalCommand as Rf, AddWorksheetMergeAllCommand as If, AddWorksheetMergeCommand as td, WorkbookCreateProtectPermission as Oa, WorksheetDeleteProtectionPermission as yf, WorksheetManageCollaboratorPermission as BS, SetWorksheetHideCommand as Ef, SetTabColorCommand as Mf, CopySheetCommand as Tf, WorkbookDeleteSheetPermission as FS, WorkbookHideSheetPermission as Pf, TextToNumberCommand as xf, ResetTextColorCommand as US, SheetPermissionCheckController as nd, SetFrozenCommand as zS, InsertRowCommand as XS, InsertColCommand as jS, MoveColsCommand as Of, MoveRowsCommand as Af, DeltaRowHeightCommand as Hf, DeltaColumnWidthCommand as Vf, COMMAND_LISTENER_VALUE_CHANGE as YS, RefRangeService as ZS, IRefSelectionsService as rd, SCOPE_WORKBOOK_VALUE_DEFINED_NAME as du, InsertDefinedNameCommand as GS, SetDefinedNameCommand as qS, RemoveDefinedNameCommand as KS, INumfmtService as QS, ToggleCellCheckboxCommand as JS, MoveRangeCommand as Nf, MAX_CELL_PER_SHEET_KEY as $S, SetWorksheetColWidthMutationFactory as eC, INTERCEPTOR_POINT as tC, getClearContentMutationParamsForRanges as nC, SheetPermissionInitController as rC, SetProtectionCommand as oC, AddRangeProtectionCommand as iC, setEndForRange as sC, baseProtectionActions as lC, DeleteRangeProtectionCommand as aC, WorksheetProtectionPointModel as cC, SetWorksheetPermissionPointsCommand as uC, getAllWorksheetPermissionPoint as dC, SetSpecificRowsVisibleCommand as hC, SetSpecificColsVisibleCommand as gC, convertSelectionDataToRange as kf, UniverSheetsPlugin as Df, RefSelectionsService as Lf } from "@univerjs/sheets";
|
|
7
7
|
import { IRenderManagerService as we, withCurrentTypeOfRenderer as od, SHEET_VIEWPORT_KEY as X, CURSOR_TYPE as xe, Vector2 as ze, Rect as be, ScrollTimer as Ro, ScrollTimerType as Pt, DashedRect as fC, Group as cc, TRANSFORM_CHANGE_OBSERVABLE_TYPE as hu, cancelRequestFrame as mC, requestNewFrame as pC, FIX_ONE_PIXEL_BLUR_OFFSET as vC, Layer as SC, SpreadsheetSkeleton as CC, ptToPixel as ch, RENDER_CLASS_TYPE as _C, DeviceInputEventType as $e, convertTransformToOffsetX as vo, convertTransformToOffsetY as So, convertTextRotation as id, RENDER_RAW_FORMULA_KEY as wC, Spreadsheet as Wf, getCurrentTypeOfRenderer as Is, ScrollBar as sd, fixLineWidthByScale as uh, Shape as ld, SHEET_EXTENSION_PREFIX as dh, SpreadsheetRowHeader as bC, SpreadsheetColumnHeader as RC, Viewport as Tn, hasCJKText as IC, DEFAULT_PADDING_DATA as yC, SheetExtension as Bf, RegularPolygon as Di, precisionTo as lr } from "@univerjs/engine-render";
|
|
8
8
|
import { BehaviorSubject as Te, Subject as Be, switchMap as mt, map as Ee, of as Ie, merge as yt, startWith as vt, takeUntil as ko, distinctUntilChanged as vn, throttleTime as bl, EMPTY as hh, filter as ui, combineLatest as je, Observable as Ye, combineLatestWith as pr, shareReplay as gh, Subscription as ur, withLatestFrom as EC } from "rxjs";
|
|
9
|
-
import { handleStringToStyle as MC, textTrim as fh,
|
|
9
|
+
import { handleStringToStyle as MC, textTrim as fh, IClipboardInterfaceService as Aa, INotificationService as TC, IPlatformService as PC, PLAIN_TEXT_CLIPBOARD_MIME_TYPE as mh, HTML_CLIPBOARD_MIME_TYPE as ph, imageMimeTypeSet as xC, FILE__BMP_CLIPBOARD_MIME_TYPE as OC, FILE__WEBP_CLIPBOARD_MIME_TYPE as AC, FILE__JPEG_CLIPBOARD_MIME_TYPE as HC, FILE_PNG_CLIPBOARD_MIME_TYPE as VC, CopyCommand as NC, CutCommand as Ff, PasteCommand as kC, SheetPasteShortKeyCommandName as DC, ISidebarService as di, KeyCode as Z, IDialogService as ys, useDependency as L, useObservable as St, ComponentManager as zt, DISABLE_AUTO_FOCUS_KEY as vh, useEvent as Sh, useSidebarClick as Uf, MetaKeys as Re, useComponentsOfPart as LC, useConfigValue as hi, ComponentContainer as WC, UI_PLUGIN_CONFIG_KEY as Ha, UIMenu as BC, ContextMenuPosition as xt, Slider as FC, IMessageService as zf, IMenuManagerService as ad, ToolbarItem as UC, ILayoutService as cd, MenuItemType as K, getMenuHiddenObservable as ae, FONT_SIZE_LIST as zC, FONT_SIZE_COMPONENT as XC, IContextMenuService as Va, COLOR_PICKER_COMPONENT as ud, FONT_FAMILY_ITEM_COMPONENT as jC, FONT_FAMILY_COMPONENT as YC, ContextMenuGroup as st, RibbonPosition as Ch, RibbonDataGroup as ZC, RibbonStartGroup as Us, ICanvasPopupService as GC, IShortcutService as Na, IUIPartsService as dd, BuiltInUIPart as Io, connectInjector as yo, IZenZoneService as Xf, UniverMobileUIPlugin as qC } from "@univerjs/ui";
|
|
10
10
|
import { DocSelectionManagerService as hd, DocSkeletonManagerService as dr, RichTextEditingMutation as Rl, SetTextSelectionsOperation as gi } from "@univerjs/docs";
|
|
11
11
|
import { useRef as sn, createElement as ft, forwardRef as Ct, useState as ie, useMemo as wt, useEffect as ye, useCallback as Xn, useLayoutEffect as KC } from "react";
|
|
12
12
|
import { IDefinedNamesService as Es, LexerTreeBuilder as gd, serializeRangeWithSheet as fd, isReferenceStringWithEffectiveColumn as jf, deserializeRangeWithSheet as md, FUNCTION_NAMES_STATISTICAL as Je, FUNCTION_NAMES_MATH as ka, FUNCTION_NAMES_TEXT as QC, sequenceNodeType as uc, matchToken as Yf, IFunctionService as Zf, SetFormulaCalculationNotificationMutation as JC, ISuperTableService as $C, operatorToken as fo, isReferenceStrings as Gf, FormulaDataModel as e1, NullValueObject as _h, serializeRange as qf } from "@univerjs/engine-formula";
|
|
@@ -4259,10 +4259,10 @@ const Tr = {
|
|
|
4259
4259
|
...Tr,
|
|
4260
4260
|
...nt
|
|
4261
4261
|
}, S_ = {
|
|
4262
|
-
[
|
|
4263
|
-
[
|
|
4264
|
-
[
|
|
4265
|
-
[
|
|
4262
|
+
[VC]: "png",
|
|
4263
|
+
[HC]: "jpg",
|
|
4264
|
+
[AC]: "webp",
|
|
4265
|
+
[OC]: "bmp"
|
|
4266
4266
|
};
|
|
4267
4267
|
Bo.use(l_);
|
|
4268
4268
|
Bo.use(i_);
|
|
@@ -4348,7 +4348,7 @@ let Vl = class extends he {
|
|
|
4348
4348
|
});
|
|
4349
4349
|
}
|
|
4350
4350
|
async paste(e, t = nt.DEFAULT_PASTE) {
|
|
4351
|
-
const r = e.types, o = r.indexOf(mh) !== -1 ? await e.getType(mh).then((a) => a && a.text()) : "", i = r.indexOf(ph) !== -1 ? await e.getType(ph).then((a) => a && a.text()) : "", s = r.findIndex((a) =>
|
|
4351
|
+
const r = e.types, o = r.indexOf(mh) !== -1 ? await e.getType(mh).then((a) => a && a.text()) : "", i = r.indexOf(ph) !== -1 ? await e.getType(ph).then((a) => a && a.text()) : "", s = r.findIndex((a) => xC.has(a)), l = s === -1 || !h_(i);
|
|
4352
4352
|
if (i && l)
|
|
4353
4353
|
return this._platformService.isWindows && Lh(i) && this._notificationService.show({
|
|
4354
4354
|
type: "warning",
|
|
@@ -4980,8 +4980,8 @@ Vl = v_([
|
|
|
4980
4980
|
Xt(4, cn),
|
|
4981
4981
|
Xt(5, F),
|
|
4982
4982
|
Xt(6, pi),
|
|
4983
|
-
Xt(7,
|
|
4984
|
-
Xt(8,
|
|
4983
|
+
Xt(7, TC),
|
|
4984
|
+
Xt(8, PC),
|
|
4985
4985
|
Xt(9, we),
|
|
4986
4986
|
Xt(10, D(Ft)),
|
|
4987
4987
|
Xt(11, D(ke)),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-ui",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal ui-plugin-sheets",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@univerjs/icons": "^1.1.1",
|
|
68
68
|
"@univerjs/protocol": "0.1.48",
|
|
69
|
-
"@univerjs/core": "0.15.
|
|
70
|
-
"@univerjs/design": "0.15.
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/docs": "0.15.
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/telemetry": "0.15.
|
|
76
|
-
"@univerjs/ui": "0.15.
|
|
77
|
-
"@univerjs/
|
|
69
|
+
"@univerjs/core": "0.15.4",
|
|
70
|
+
"@univerjs/design": "0.15.4",
|
|
71
|
+
"@univerjs/docs": "0.15.4",
|
|
72
|
+
"@univerjs/docs-ui": "0.15.4",
|
|
73
|
+
"@univerjs/engine-render": "0.15.4",
|
|
74
|
+
"@univerjs/sheets": "0.15.4",
|
|
75
|
+
"@univerjs/telemetry": "0.15.4",
|
|
76
|
+
"@univerjs/ui": "0.15.4",
|
|
77
|
+
"@univerjs/engine-formula": "0.15.4"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"postcss": "^8.5.6",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"typescript": "^5.9.3",
|
|
85
85
|
"vite": "^7.3.1",
|
|
86
86
|
"vitest": "^4.0.18",
|
|
87
|
-
"@univerjs-infra/shared": "0.15.
|
|
88
|
-
"@univerjs/themes": "0.15.
|
|
87
|
+
"@univerjs-infra/shared": "0.15.4",
|
|
88
|
+
"@univerjs/themes": "0.15.4"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"test": "vitest run",
|