@univerjs/slides-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 +21 -21
- package/lib/index.js +21 -21
- package/package.json +10 -10
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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var cn = Object.defineProperty;
|
|
2
2
|
var an = (i, e, t) => e in i ? cn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var S = (i, e, t) => an(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { Inject as z, Injector as ke, RxDisposable as pe, UniverInstanceType as E, debounce as ln, getColorStyle as dn,
|
|
5
|
-
import { Viewport as it, ScrollBar as yt, getCurrentTypeOfRenderer as Le, Slide as In, Rect as Pt, Scene as bn,
|
|
4
|
+
import { Inject as z, Injector as ke, IUniverInstanceService as w, RxDisposable as pe, UniverInstanceType as E, debounce as ln, getColorStyle as dn, CommandType as D, PageElementType as De, merge as St, LocaleService as J, ICommandService as U, generateRandomId as ze, BasicShapes as It, createInternalEditorID as un, createIdentifier as bt, IContextService as fe, DocumentFlavor as hn, FOCUSING_UNIVER_EDITOR as Et, EDITOR_ACTIVATED as Re, FORMULA_EDITOR_ACTIVATED as gn, Disposable as Ue, DisposableCollection as Ke, toDisposable as Rt, FOCUSING_COMMON_DRAWINGS as vn, FOCUSING_EDITOR_STANDALONE as xt, FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE as Ot, DocumentDataModel as pn, HorizontalAlign as wt, VerticalAlign as xe, IUndoRedoService as fn, WrapStrategy as tt, FOCUSING_EDITOR_BUT_HIDDEN as _n, DEFAULT_EMPTY_DOCUMENT_VALUE as mn, Direction as V, Plugin as Cn, mergeOverrideWithDependencies as nt, IConfigService as Sn } from "@univerjs/core";
|
|
5
|
+
import { IRenderManagerService as K, Viewport as it, ScrollBar as yt, getCurrentTypeOfRenderer as Le, Slide as In, Rect as Pt, Scene as bn, ObjectType as de, FIX_ONE_PIXEL_BLUR_OFFSET as ne, DeviceInputEventType as Y, pxToNum as En, convertTextRotation as rt, fixLineWidthByScale as st } from "@univerjs/engine-render";
|
|
6
6
|
import { ObjectProvider as Rn, SLIDE_KEY as ie } from "@univerjs/slides";
|
|
7
7
|
import { DRAWING_IMAGE_ALLOW_IMAGE_LIST as xn, IImageIoService as On, getImageSize as wn } from "@univerjs/drawing";
|
|
8
|
-
import { ILocalFileService as yn, useDependency as O, ISidebarService as Tt,
|
|
8
|
+
import { ILocalFileService as yn, useDependency as O, ISidebarService as Tt, getMenuHiddenObservable as re, MenuItemType as se, RibbonStartGroup as Pn, useObservable as Tn, DISABLE_AUTO_FOCUS_KEY as ot, KeyCode as y, MetaKeys as Mn, IMenuManagerService as Dn, ComponentManager as Un, IUIPartsService as Nn, IShortcutService as Vn, BuiltInUIPart as ct, connectInjector as at, ICanvasPopupService as jn, ILayoutService as An } from "@univerjs/ui";
|
|
9
9
|
import { jsxs as R, jsx as g } from "react/jsx-runtime";
|
|
10
|
-
import { Button as Ce,
|
|
10
|
+
import { Button as Ce, clsx as k, Dropdown as Mt, ColorPicker as Ln, borderTopClassName as Dt, InputNumber as le, borderClassName as he, scrollbarClassName as $n } from "@univerjs/design";
|
|
11
11
|
import { useRef as Ut, createElement as H, forwardRef as Z, useState as $, useEffect as ge, useMemo as Bn, createRef as Hn, useCallback as lt } from "react";
|
|
12
12
|
import { IEditorService as Ze, DeleteLeftCommand as Fn, DocSelectionRenderService as dt, VIEWPORT_KEY as ut, DOCS_COMPONENT_MAIN_LAYER_INDEX as Wn, MoveSelectionOperation as kn, MoveCursorOperation as zn, DOCS_VIEW_KEY as Kn } from "@univerjs/docs-ui";
|
|
13
13
|
import { BehaviorSubject as q, Subject as Nt, filter as Zn, takeUntil as ht } from "rxjs";
|
|
@@ -1297,28 +1297,28 @@ const ue = un("SLIDE_EDITOR"), qt = "slide.menu.image";
|
|
|
1297
1297
|
function mi(i) {
|
|
1298
1298
|
return {
|
|
1299
1299
|
id: qt,
|
|
1300
|
-
type:
|
|
1300
|
+
type: se.SUBITEMS,
|
|
1301
1301
|
icon: "AddImageIcon",
|
|
1302
1302
|
tooltip: "slide.image.insert.title",
|
|
1303
|
-
hidden$:
|
|
1303
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1304
1304
|
};
|
|
1305
1305
|
}
|
|
1306
1306
|
function Ci(i) {
|
|
1307
1307
|
return {
|
|
1308
1308
|
id: Ge.id,
|
|
1309
1309
|
title: "slide.image.insert.float",
|
|
1310
|
-
type:
|
|
1311
|
-
hidden$:
|
|
1310
|
+
type: se.BUTTON,
|
|
1311
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1312
1312
|
};
|
|
1313
1313
|
}
|
|
1314
1314
|
const Jt = "slide.menu.shape";
|
|
1315
1315
|
function Si(i) {
|
|
1316
1316
|
return {
|
|
1317
1317
|
id: Jt,
|
|
1318
|
-
type:
|
|
1318
|
+
type: se.SUBITEMS,
|
|
1319
1319
|
icon: "GraphIcon",
|
|
1320
1320
|
tooltip: "slide.shape.insert.title",
|
|
1321
|
-
hidden$:
|
|
1321
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1322
1322
|
// disabled$: getCurrentRangeDisable$(accessor, { workbookTypes: [WorkbookEditablePermission], worksheetTypes: [WorksheetEditPermission], rangeTypes: [RangeProtectionPermissionEditPoint] }),
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
@@ -1326,25 +1326,25 @@ function Ii(i) {
|
|
|
1326
1326
|
return {
|
|
1327
1327
|
id: Ye.id,
|
|
1328
1328
|
title: "slide.shape.insert.rectangle",
|
|
1329
|
-
type:
|
|
1330
|
-
hidden$:
|
|
1329
|
+
type: se.BUTTON,
|
|
1330
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1331
1331
|
};
|
|
1332
1332
|
}
|
|
1333
1333
|
function bi(i) {
|
|
1334
1334
|
return {
|
|
1335
1335
|
id: qe.id,
|
|
1336
1336
|
title: "slide.shape.insert.ellipse",
|
|
1337
|
-
type:
|
|
1338
|
-
hidden$:
|
|
1337
|
+
type: se.BUTTON,
|
|
1338
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1339
1339
|
};
|
|
1340
1340
|
}
|
|
1341
1341
|
function Ei(i) {
|
|
1342
1342
|
return {
|
|
1343
1343
|
id: Je.id,
|
|
1344
|
-
type:
|
|
1344
|
+
type: se.BUTTON,
|
|
1345
1345
|
icon: "TextIcon",
|
|
1346
1346
|
tooltip: "slide.text.insert.title",
|
|
1347
|
-
hidden$:
|
|
1347
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1348
1348
|
};
|
|
1349
1349
|
}
|
|
1350
1350
|
const Ri = {
|
|
@@ -1634,8 +1634,8 @@ let ye = class extends Ue {
|
|
|
1634
1634
|
};
|
|
1635
1635
|
ye = Di([
|
|
1636
1636
|
te(0, z(ke)),
|
|
1637
|
-
te(1,
|
|
1638
|
-
te(2, z(
|
|
1637
|
+
te(1, Dn),
|
|
1638
|
+
te(2, z(Un)),
|
|
1639
1639
|
te(3, Nn),
|
|
1640
1640
|
te(4, U),
|
|
1641
1641
|
te(5, Vn)
|
|
@@ -2061,7 +2061,7 @@ let Fe = class extends Ue {
|
|
|
2061
2061
|
scaleX: a,
|
|
2062
2062
|
editorUnitId: u
|
|
2063
2063
|
} = t, { vertexAngle: l } = rt(s);
|
|
2064
|
-
c.updateDocumentId(u), o === tt.WRAP && l === 0 && c.updateDocumentDataPageSize((r - n) / a), this._instanceSrv.changeDoc(u, c), this._contextService.setContextValue(
|
|
2064
|
+
c.updateDocumentId(u), o === tt.WRAP && l === 0 && c.updateDocumentDataPageSize((r - n) / a), this._instanceSrv.changeDoc(u, c), this._contextService.setContextValue(_n, !0), this._textSelectionManagerService.replaceTextRanges([{
|
|
2065
2065
|
startOffset: 0,
|
|
2066
2066
|
endOffset: 0
|
|
2067
2067
|
}]), (d = Le(E.UNIVER_DOC, this._instanceSrv, this._renderManagerService)) == null || d.with(dt).activate(_t, _t);
|
|
@@ -2227,7 +2227,7 @@ let Fe = class extends Ue {
|
|
|
2227
2227
|
]), (m = this._renderManagerService.getRenderById(l)) == null || m.scene.resetCursor();
|
|
2228
2228
|
}
|
|
2229
2229
|
_resetBodyStyle(e, t = !1) {
|
|
2230
|
-
e.dataStream =
|
|
2230
|
+
e.dataStream = mn, e.textRuns != null && (e.textRuns.length === 1 && !t ? (e.textRuns[0].st = 0, e.textRuns[0].ed = 1) : e.textRuns = void 0), e.paragraphs != null && (e.paragraphs.length === 1 ? e.paragraphs[0].startIndex = 0 : e.paragraphs = [
|
|
2231
2231
|
{
|
|
2232
2232
|
startIndex: 0
|
|
2233
2233
|
}
|
|
@@ -2328,7 +2328,7 @@ let Fe = class extends Ue {
|
|
|
2328
2328
|
};
|
|
2329
2329
|
Fe = Fi([
|
|
2330
2330
|
j(1, An),
|
|
2331
|
-
j(2,
|
|
2331
|
+
j(2, fn),
|
|
2332
2332
|
j(3, fe),
|
|
2333
2333
|
j(4, w),
|
|
2334
2334
|
j(5, K),
|
package/lib/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var cn = Object.defineProperty;
|
|
2
2
|
var an = (i, e, t) => e in i ? cn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var S = (i, e, t) => an(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { Inject as z, Injector as ke, RxDisposable as pe, UniverInstanceType as E, debounce as ln, getColorStyle as dn,
|
|
5
|
-
import { Viewport as it, ScrollBar as yt, getCurrentTypeOfRenderer as Le, Slide as In, Rect as Pt, Scene as bn,
|
|
4
|
+
import { Inject as z, Injector as ke, IUniverInstanceService as w, RxDisposable as pe, UniverInstanceType as E, debounce as ln, getColorStyle as dn, CommandType as D, PageElementType as De, merge as St, LocaleService as J, ICommandService as U, generateRandomId as ze, BasicShapes as It, createInternalEditorID as un, createIdentifier as bt, IContextService as fe, DocumentFlavor as hn, FOCUSING_UNIVER_EDITOR as Et, EDITOR_ACTIVATED as Re, FORMULA_EDITOR_ACTIVATED as gn, Disposable as Ue, DisposableCollection as Ke, toDisposable as Rt, FOCUSING_COMMON_DRAWINGS as vn, FOCUSING_EDITOR_STANDALONE as xt, FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE as Ot, DocumentDataModel as pn, HorizontalAlign as wt, VerticalAlign as xe, IUndoRedoService as fn, WrapStrategy as tt, FOCUSING_EDITOR_BUT_HIDDEN as _n, DEFAULT_EMPTY_DOCUMENT_VALUE as mn, Direction as V, Plugin as Cn, mergeOverrideWithDependencies as nt, IConfigService as Sn } from "@univerjs/core";
|
|
5
|
+
import { IRenderManagerService as K, Viewport as it, ScrollBar as yt, getCurrentTypeOfRenderer as Le, Slide as In, Rect as Pt, Scene as bn, ObjectType as de, FIX_ONE_PIXEL_BLUR_OFFSET as ne, DeviceInputEventType as Y, pxToNum as En, convertTextRotation as rt, fixLineWidthByScale as st } from "@univerjs/engine-render";
|
|
6
6
|
import { ObjectProvider as Rn, SLIDE_KEY as ie } from "@univerjs/slides";
|
|
7
7
|
import { DRAWING_IMAGE_ALLOW_IMAGE_LIST as xn, IImageIoService as On, getImageSize as wn } from "@univerjs/drawing";
|
|
8
|
-
import { ILocalFileService as yn, useDependency as O, ISidebarService as Tt,
|
|
8
|
+
import { ILocalFileService as yn, useDependency as O, ISidebarService as Tt, getMenuHiddenObservable as re, MenuItemType as se, RibbonStartGroup as Pn, useObservable as Tn, DISABLE_AUTO_FOCUS_KEY as ot, KeyCode as y, MetaKeys as Mn, IMenuManagerService as Dn, ComponentManager as Un, IUIPartsService as Nn, IShortcutService as Vn, BuiltInUIPart as ct, connectInjector as at, ICanvasPopupService as jn, ILayoutService as An } from "@univerjs/ui";
|
|
9
9
|
import { jsxs as R, jsx as g } from "react/jsx-runtime";
|
|
10
|
-
import { Button as Ce,
|
|
10
|
+
import { Button as Ce, clsx as k, Dropdown as Mt, ColorPicker as Ln, borderTopClassName as Dt, InputNumber as le, borderClassName as he, scrollbarClassName as $n } from "@univerjs/design";
|
|
11
11
|
import { useRef as Ut, createElement as H, forwardRef as Z, useState as $, useEffect as ge, useMemo as Bn, createRef as Hn, useCallback as lt } from "react";
|
|
12
12
|
import { IEditorService as Ze, DeleteLeftCommand as Fn, DocSelectionRenderService as dt, VIEWPORT_KEY as ut, DOCS_COMPONENT_MAIN_LAYER_INDEX as Wn, MoveSelectionOperation as kn, MoveCursorOperation as zn, DOCS_VIEW_KEY as Kn } from "@univerjs/docs-ui";
|
|
13
13
|
import { BehaviorSubject as q, Subject as Nt, filter as Zn, takeUntil as ht } from "rxjs";
|
|
@@ -1297,28 +1297,28 @@ const ue = un("SLIDE_EDITOR"), qt = "slide.menu.image";
|
|
|
1297
1297
|
function mi(i) {
|
|
1298
1298
|
return {
|
|
1299
1299
|
id: qt,
|
|
1300
|
-
type:
|
|
1300
|
+
type: se.SUBITEMS,
|
|
1301
1301
|
icon: "AddImageIcon",
|
|
1302
1302
|
tooltip: "slide.image.insert.title",
|
|
1303
|
-
hidden$:
|
|
1303
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1304
1304
|
};
|
|
1305
1305
|
}
|
|
1306
1306
|
function Ci(i) {
|
|
1307
1307
|
return {
|
|
1308
1308
|
id: Ge.id,
|
|
1309
1309
|
title: "slide.image.insert.float",
|
|
1310
|
-
type:
|
|
1311
|
-
hidden$:
|
|
1310
|
+
type: se.BUTTON,
|
|
1311
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1312
1312
|
};
|
|
1313
1313
|
}
|
|
1314
1314
|
const Jt = "slide.menu.shape";
|
|
1315
1315
|
function Si(i) {
|
|
1316
1316
|
return {
|
|
1317
1317
|
id: Jt,
|
|
1318
|
-
type:
|
|
1318
|
+
type: se.SUBITEMS,
|
|
1319
1319
|
icon: "GraphIcon",
|
|
1320
1320
|
tooltip: "slide.shape.insert.title",
|
|
1321
|
-
hidden$:
|
|
1321
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1322
1322
|
// disabled$: getCurrentRangeDisable$(accessor, { workbookTypes: [WorkbookEditablePermission], worksheetTypes: [WorksheetEditPermission], rangeTypes: [RangeProtectionPermissionEditPoint] }),
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
@@ -1326,25 +1326,25 @@ function Ii(i) {
|
|
|
1326
1326
|
return {
|
|
1327
1327
|
id: Ye.id,
|
|
1328
1328
|
title: "slide.shape.insert.rectangle",
|
|
1329
|
-
type:
|
|
1330
|
-
hidden$:
|
|
1329
|
+
type: se.BUTTON,
|
|
1330
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1331
1331
|
};
|
|
1332
1332
|
}
|
|
1333
1333
|
function bi(i) {
|
|
1334
1334
|
return {
|
|
1335
1335
|
id: qe.id,
|
|
1336
1336
|
title: "slide.shape.insert.ellipse",
|
|
1337
|
-
type:
|
|
1338
|
-
hidden$:
|
|
1337
|
+
type: se.BUTTON,
|
|
1338
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1339
1339
|
};
|
|
1340
1340
|
}
|
|
1341
1341
|
function Ei(i) {
|
|
1342
1342
|
return {
|
|
1343
1343
|
id: Je.id,
|
|
1344
|
-
type:
|
|
1344
|
+
type: se.BUTTON,
|
|
1345
1345
|
icon: "TextIcon",
|
|
1346
1346
|
tooltip: "slide.text.insert.title",
|
|
1347
|
-
hidden$:
|
|
1347
|
+
hidden$: re(i, E.UNIVER_SLIDE)
|
|
1348
1348
|
};
|
|
1349
1349
|
}
|
|
1350
1350
|
const Ri = {
|
|
@@ -1634,8 +1634,8 @@ let ye = class extends Ue {
|
|
|
1634
1634
|
};
|
|
1635
1635
|
ye = Di([
|
|
1636
1636
|
te(0, z(ke)),
|
|
1637
|
-
te(1,
|
|
1638
|
-
te(2, z(
|
|
1637
|
+
te(1, Dn),
|
|
1638
|
+
te(2, z(Un)),
|
|
1639
1639
|
te(3, Nn),
|
|
1640
1640
|
te(4, U),
|
|
1641
1641
|
te(5, Vn)
|
|
@@ -2061,7 +2061,7 @@ let Fe = class extends Ue {
|
|
|
2061
2061
|
scaleX: a,
|
|
2062
2062
|
editorUnitId: u
|
|
2063
2063
|
} = t, { vertexAngle: l } = rt(s);
|
|
2064
|
-
c.updateDocumentId(u), o === tt.WRAP && l === 0 && c.updateDocumentDataPageSize((r - n) / a), this._instanceSrv.changeDoc(u, c), this._contextService.setContextValue(
|
|
2064
|
+
c.updateDocumentId(u), o === tt.WRAP && l === 0 && c.updateDocumentDataPageSize((r - n) / a), this._instanceSrv.changeDoc(u, c), this._contextService.setContextValue(_n, !0), this._textSelectionManagerService.replaceTextRanges([{
|
|
2065
2065
|
startOffset: 0,
|
|
2066
2066
|
endOffset: 0
|
|
2067
2067
|
}]), (d = Le(E.UNIVER_DOC, this._instanceSrv, this._renderManagerService)) == null || d.with(dt).activate(_t, _t);
|
|
@@ -2227,7 +2227,7 @@ let Fe = class extends Ue {
|
|
|
2227
2227
|
]), (m = this._renderManagerService.getRenderById(l)) == null || m.scene.resetCursor();
|
|
2228
2228
|
}
|
|
2229
2229
|
_resetBodyStyle(e, t = !1) {
|
|
2230
|
-
e.dataStream =
|
|
2230
|
+
e.dataStream = mn, e.textRuns != null && (e.textRuns.length === 1 && !t ? (e.textRuns[0].st = 0, e.textRuns[0].ed = 1) : e.textRuns = void 0), e.paragraphs != null && (e.paragraphs.length === 1 ? e.paragraphs[0].startIndex = 0 : e.paragraphs = [
|
|
2231
2231
|
{
|
|
2232
2232
|
startIndex: 0
|
|
2233
2233
|
}
|
|
@@ -2328,7 +2328,7 @@ let Fe = class extends Ue {
|
|
|
2328
2328
|
};
|
|
2329
2329
|
Fe = Fi([
|
|
2330
2330
|
j(1, An),
|
|
2331
|
-
j(2,
|
|
2331
|
+
j(2, fn),
|
|
2332
2332
|
j(3, fe),
|
|
2333
2333
|
j(4, w),
|
|
2334
2334
|
j(5, K),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/slides-ui",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer normal ui-plugin-slides",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@univerjs/icons": "^1.1.1",
|
|
58
|
-
"@univerjs/
|
|
59
|
-
"@univerjs/
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/
|
|
58
|
+
"@univerjs/core": "0.15.4",
|
|
59
|
+
"@univerjs/docs": "0.15.4",
|
|
60
|
+
"@univerjs/design": "0.15.4",
|
|
61
|
+
"@univerjs/drawing": "0.15.4",
|
|
62
|
+
"@univerjs/docs-ui": "0.15.4",
|
|
63
|
+
"@univerjs/slides": "0.15.4",
|
|
64
|
+
"@univerjs/engine-render": "0.15.4",
|
|
65
|
+
"@univerjs/ui": "0.15.4"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"postcss": "^8.5.6",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"typescript": "^5.9.3",
|
|
73
73
|
"vite": "^7.3.1",
|
|
74
74
|
"vitest": "^4.0.18",
|
|
75
|
-
"@univerjs-infra/shared": "0.15.
|
|
75
|
+
"@univerjs-infra/shared": "0.15.4"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"test": "vitest run",
|