@univerjs/slides-ui 0.5.5-nightly.202501220324 → 0.5.5

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/es/index.js CHANGED
@@ -1,44 +1,42 @@
1
- var __defProp = Object.defineProperty;
2
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value;
3
- var __name = (target, value) => __defProp(target, "name", { value, configurable: !0 });
4
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value);
5
- import { Inject, Injector, RxDisposable, UniverInstanceType, debounce, getColorStyle, IUniverInstanceService, CommandType, Tools, useDependency, LocaleService, ICommandService, generateRandomId, PageElementType, BasicShapes, Disposable, DisposableCollection, toDisposable, FOCUSING_COMMON_DRAWINGS, IContextService, createInternalEditorID, createIdentifier, EDITOR_ACTIVATED, FOCUSING_EDITOR_STANDALONE, FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE, DocumentDataModel, VerticalAlign, HorizontalAlign, WrapStrategy, FOCUSING_EDITOR_BUT_HIDDEN, DEFAULT_EMPTY_DOCUMENT_VALUE, Direction, IUndoRedoService, DocumentFlavor, FOCUSING_UNIVER_EDITOR, FORMULA_EDITOR_ACTIVATED, connectInjector, Plugin, merge, mergeOverrideWithDependencies, IConfigService } from "@univerjs/core";
6
- import { Viewport, ScrollBar, Slide, Rect, Scene, IRenderManagerService, ObjectType, pxToNum, DeviceInputEventType, convertTextRotation, FIX_ONE_PIXEL_BLUR_OFFSET, fixLineWidthByScale } from "@univerjs/engine-render";
7
- import { ObjectProvider, SLIDE_KEY } from "@univerjs/slides";
8
- import { ISidebarService, ICanvasPopupService, KeyCode, ILayoutService, ILocalFileService, useObservable, DISABLE_AUTO_FOCUS_KEY, MenuItemType, getMenuHiddenObservable, RibbonStartGroup, MetaKeys, ComponentManager, BuiltInUIPart, IMenuManagerService, IUIPartsService, IShortcutService } from "@univerjs/ui";
9
- import { jsxs, jsx } from "react/jsx-runtime";
10
- import { Button, InputNumber, DropdownLegacy, ColorPicker, Scrollbar } from "@univerjs/design";
11
- import React, { forwardRef, useRef, createElement, useState, useEffect, useMemo, useCallback } from "react";
12
- import { BehaviorSubject, Subject, filter, takeUntil } from "rxjs";
13
- import { DocSelectionManagerService, DocSkeletonManagerService, RichTextEditingMutation } from "@univerjs/docs";
14
- import { IEditorService, DocSelectionRenderService, VIEWPORT_KEY, DOCS_COMPONENT_MAIN_LAYER_INDEX, MoveSelectionOperation, MoveCursorOperation, DOCS_VIEW_KEY, DeleteLeftCommand } from "@univerjs/docs-ui";
15
- import { DRAWING_IMAGE_ALLOW_IMAGE_LIST, IImageIoService, getImageSize } from "@univerjs/drawing";
16
- var __defProp$9 = Object.defineProperty, __getOwnPropDesc$9 = Object.getOwnPropertyDescriptor, __decorateClass$9 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
17
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$9(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
18
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
19
- return kind && result && __defProp$9(target, key, result), result;
20
- }, "__decorateClass$9"), __decorateParam$9 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$9"), _a;
21
- let SlideRenderController = (_a = class extends RxDisposable {
22
- constructor(_renderContext, _injector, _univerInstanceService, _renderManagerService) {
1
+ var hn = Object.defineProperty;
2
+ var pn = (i, e, t) => e in i ? hn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
3
+ var P = (i, e, t) => pn(i, typeof e != "symbol" ? e + "" : e, t);
4
+ import { Inject as X, Injector as Ge, RxDisposable as fe, UniverInstanceType as x, debounce as fn, getColorStyle as Cn, IUniverInstanceService as j, CommandType as D, Tools as vn, useDependency as O, LocaleService as Q, ICommandService as U, generateRandomId as xt, PageElementType as Xe, BasicShapes as _n, Disposable as Ue, DisposableCollection as Ye, toDisposable as Et, FOCUSING_COMMON_DRAWINGS as Sn, IContextService as Ce, createInternalEditorID as In, createIdentifier as Rt, EDITOR_ACTIVATED as Oe, FOCUSING_EDITOR_STANDALONE as Ot, FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE as jt, DocumentDataModel as Pn, VerticalAlign as je, HorizontalAlign as yt, WrapStrategy as it, FOCUSING_EDITOR_BUT_HIDDEN as bn, DEFAULT_EMPTY_DOCUMENT_VALUE as Tt, Direction as B, IUndoRedoService as xn, DocumentFlavor as En, FOCUSING_UNIVER_EDITOR as Mt, FORMULA_EDITOR_ACTIVATED as Rn, connectInjector as rt, Plugin as On, merge as jn, mergeOverrideWithDependencies as st, IConfigService as yn } from "@univerjs/core";
5
+ import { Viewport as ot, ScrollBar as wt, Slide as Tn, Rect as Nt, Scene as Mn, IRenderManagerService as Y, ObjectType as he, pxToNum as wn, DeviceInputEventType as q, convertTextRotation as at, FIX_ONE_PIXEL_BLUR_OFFSET as re, fixLineWidthByScale as ct } from "@univerjs/engine-render";
6
+ import { ObjectProvider as Nn, SLIDE_KEY as se } from "@univerjs/slides";
7
+ import { ISidebarService as Dt, ICanvasPopupService as Dn, KeyCode as y, ILayoutService as Un, ILocalFileService as Vn, useObservable as Bn, DISABLE_AUTO_FOCUS_KEY as lt, MenuItemType as ve, getMenuHiddenObservable as _e, RibbonStartGroup as Ln, MetaKeys as An, ComponentManager as $n, BuiltInUIPart as dt, IMenuManagerService as Hn, IUIPartsService as Fn, IShortcutService as zn } from "@univerjs/ui";
8
+ import ke, { forwardRef as A, useRef as Ut, createElement as $, useState as W, useEffect as oe, useCallback as ut } from "react";
9
+ import { Button as Pe, InputNumber as ue, DropdownLegacy as Vt, ColorPicker as Wn, Scrollbar as Kn } from "@univerjs/design";
10
+ import { BehaviorSubject as J, Subject as Bt, filter as Gn, takeUntil as mt } from "rxjs";
11
+ import { DocSelectionManagerService as Xn, DocSkeletonManagerService as gt, RichTextEditingMutation as Yn } from "@univerjs/docs";
12
+ import { IEditorService as Ze, DocSelectionRenderService as ht, VIEWPORT_KEY as pt, DOCS_COMPONENT_MAIN_LAYER_INDEX as kn, MoveSelectionOperation as Zn, MoveCursorOperation as qn, DOCS_VIEW_KEY as Jn, DeleteLeftCommand as Qn } from "@univerjs/docs-ui";
13
+ import { DRAWING_IMAGE_ALLOW_IMAGE_LIST as ei, IImageIoService as ti, getImageSize as ni } from "@univerjs/drawing";
14
+ var ii = Object.defineProperty, ri = Object.getOwnPropertyDescriptor, si = (i, e, t, n) => {
15
+ for (var r = n > 1 ? void 0 : n ? ri(e, t) : e, s = i.length - 1, o; s >= 0; s--)
16
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
17
+ return n && r && ii(e, t, r), r;
18
+ }, Ve = (i, e) => (t, n) => e(t, n, i);
19
+ let pe = class extends fe {
20
+ constructor(e, t, n, r) {
23
21
  super();
24
- __publicField(this, "_objectProvider", null);
25
- __publicField(this, "_refreshThumb", debounce(() => {
22
+ P(this, "_objectProvider", null);
23
+ P(this, "_refreshThumb", fn(() => {
26
24
  this.createThumbs();
27
25
  }, 300));
28
- this._renderContext = _renderContext, this._injector = _injector, this._univerInstanceService = _univerInstanceService, this._renderManagerService = _renderManagerService, this._objectProvider = this._injector.createInstance(ObjectProvider), this._addNewRender();
26
+ this._renderContext = e, this._injector = t, this._univerInstanceService = n, this._renderManagerService = r, this._objectProvider = this._injector.createInstance(Nn), this._addNewRender();
29
27
  }
30
28
  _addNewRender() {
31
- const { unitId, engine, scene } = this._renderContext, slideDataModel = this._getCurrUnitModel();
32
- if (!slideDataModel) return;
33
- const observer = engine.onTransformChange$.subscribeEvent(() => {
34
- this._scrollToCenter(), observer == null || observer.unsubscribe();
29
+ const { unitId: e, engine: t, scene: n } = this._renderContext, r = this._getCurrUnitModel();
30
+ if (!r) return;
31
+ const s = t.onTransformChange$.subscribeEvent(() => {
32
+ this._scrollToCenter(), s == null || s.unsubscribe();
35
33
  });
36
- engine.onTransformChange$.subscribeEvent(() => {
34
+ t.onTransformChange$.subscribeEvent(() => {
37
35
  setTimeout(() => {
38
36
  this.createThumbs();
39
37
  }, 300);
40
38
  });
41
- const viewMain = new Viewport(SLIDE_KEY.VIEW, scene, {
39
+ const o = new ot(se.VIEW, n, {
42
40
  left: 0,
43
41
  top: 0,
44
42
  bottom: 0,
@@ -47,97 +45,97 @@ let SlideRenderController = (_a = class extends RxDisposable {
47
45
  explicitViewportHeightSet: !1,
48
46
  isWheelPreventDefaultX: !0
49
47
  });
50
- scene.attachControl(), scene.onMouseWheel$.subscribeEvent((evt, state) => {
51
- const e = evt;
52
- if (e.ctrlKey) {
53
- const deltaFactor = Math.abs(e.deltaX);
54
- let scrollNum = deltaFactor < 40 ? 0.2 : deltaFactor < 80 ? 0.4 : 0.2;
55
- scrollNum *= e.deltaY > 0 ? -1 : 1, scene.scaleX < 1 && (scrollNum /= 2), scene.scaleX + scrollNum > 4 ? scene.scale(4, 4) : scene.scaleX + scrollNum < 0.1 ? scene.scale(0.1, 0.1) : (e.deltaY > 0, e.preventDefault());
48
+ n.attachControl(), n.onMouseWheel$.subscribeEvent((c, g) => {
49
+ const l = c;
50
+ if (l.ctrlKey) {
51
+ const u = Math.abs(l.deltaX);
52
+ let h = u < 40 ? 0.2 : u < 80 ? 0.4 : 0.2;
53
+ h *= l.deltaY > 0 ? -1 : 1, n.scaleX < 1 && (h /= 2), n.scaleX + h > 4 ? n.scale(4, 4) : n.scaleX + h < 0.1 ? n.scale(0.1, 0.1) : (l.deltaY > 0, l.preventDefault());
56
54
  } else
57
- viewMain.onMouseWheel(e, state);
58
- }), scene.onFileLoaded$.subscribeEvent(() => {
55
+ o.onMouseWheel(l, g);
56
+ }), n.onFileLoaded$.subscribeEvent(() => {
59
57
  this._refreshThumb();
60
- }), ScrollBar.attachTo(viewMain), this._renderManagerService.setCurrent(unitId);
61
- const slide = this._createSlide(scene);
62
- this._renderContext.mainComponent = slide, this._createSlidePages(slideDataModel, slide), this.createThumbs(), engine.runRenderLoop(() => {
63
- scene.render();
58
+ }), wt.attachTo(o), this._renderManagerService.setCurrent(e);
59
+ const a = this._createSlide(n);
60
+ this._renderContext.mainComponent = a, this._createSlidePages(r, a), this.createThumbs(), t.runRenderLoop(() => {
61
+ n.render();
64
62
  });
65
63
  }
66
64
  _scrollToCenter() {
67
- var _a11;
68
- const mainScene = (_a11 = this._currentRender()) == null ? void 0 : _a11.scene, viewMain = mainScene == null ? void 0 : mainScene.getViewport(SLIDE_KEY.VIEW), getCenterPositionViewPort = this._getCenterPositionViewPort(mainScene);
69
- if (!viewMain || !getCenterPositionViewPort) return;
70
- const { left: viewPortLeft, top: viewPortTop } = getCenterPositionViewPort, { x, y } = viewMain.transViewportScroll2ScrollValue(viewPortLeft, viewPortTop);
71
- viewMain.scrollToBarPos({
72
- x,
73
- y
65
+ var c;
66
+ const e = (c = this._currentRender()) == null ? void 0 : c.scene, t = e == null ? void 0 : e.getViewport(se.VIEW), n = this._getCenterPositionViewPort(e);
67
+ if (!t || !n) return;
68
+ const { left: r, top: s } = n, { x: o, y: a } = t.transViewportScroll2ScrollValue(r, s);
69
+ t.scrollToBarPos({
70
+ x: o,
71
+ y: a
74
72
  });
75
73
  }
76
74
  _currentRender() {
77
- return this._renderManagerService.getCurrentTypeOfRenderer(UniverInstanceType.UNIVER_SLIDE);
75
+ return this._renderManagerService.getCurrentTypeOfRenderer(x.UNIVER_SLIDE);
78
76
  }
79
77
  /**
80
78
  * @param mainScene
81
79
  */
82
- _createSlide(mainScene) {
83
- const model = this._univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE), { width: sceneWidth, height: sceneHeight } = mainScene, pageSize = model.getPageSize(), { width = 100, height = 100 } = pageSize, slideComponent = new Slide(SLIDE_KEY.COMPONENT, {
84
- left: (sceneWidth - width) / 2,
85
- top: (sceneHeight - height) / 2,
86
- width,
87
- height,
80
+ _createSlide(e) {
81
+ const t = this._univerInstanceService.getCurrentUnitForType(x.UNIVER_SLIDE), { width: n, height: r } = e, s = t.getPageSize(), { width: o = 100, height: a = 100 } = s, c = new Tn(se.COMPONENT, {
82
+ left: (n - o) / 2,
83
+ top: (r - a) / 2,
84
+ width: o,
85
+ height: a,
88
86
  zIndex: 10
89
87
  });
90
- return slideComponent.enableSelectedClipElement(), mainScene.addObject(slideComponent), slideComponent;
88
+ return c.enableSelectedClipElement(), e.addObject(c), c;
91
89
  }
92
- _addBackgroundRect(scene, fill) {
93
- const pageSize = this._univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE).getPageSize(), { width: pageWidth = 0, height: pageHeight = 0 } = pageSize, page = new Rect("canvas", {
90
+ _addBackgroundRect(e, t) {
91
+ const r = this._univerInstanceService.getCurrentUnitForType(x.UNIVER_SLIDE).getPageSize(), { width: s = 0, height: o = 0 } = r, a = new Nt("canvas", {
94
92
  left: 0,
95
93
  top: 0,
96
- width: pageWidth,
97
- height: pageHeight,
94
+ width: s,
95
+ height: o,
98
96
  strokeWidth: 1,
99
97
  stroke: "rgba(198,198,198,1)",
100
- fill: getColorStyle(fill) || "rgba(255,255,255,1)",
98
+ fill: Cn(t) || "rgba(255,255,255,1)",
101
99
  zIndex: 0,
102
100
  evented: !1
103
101
  });
104
- scene.addObject(page, 0);
102
+ e.addObject(a, 0);
105
103
  }
106
- _getCenterPositionViewPort(mainScene) {
107
- if (!mainScene) return { left: 0, top: 0 };
108
- const { width, height } = mainScene, engine = mainScene.getEngine(), canvasWidth = (engine == null ? void 0 : engine.width) || 0, canvasHeight = (engine == null ? void 0 : engine.height) || 0;
104
+ _getCenterPositionViewPort(e) {
105
+ if (!e) return { left: 0, top: 0 };
106
+ const { width: t, height: n } = e, r = e.getEngine(), s = (r == null ? void 0 : r.width) || 0, o = (r == null ? void 0 : r.height) || 0;
109
107
  return {
110
- left: (width - canvasWidth) / 2,
111
- top: (height - canvasHeight) / 2
108
+ left: (t - s) / 2,
109
+ top: (n - o) / 2
112
110
  };
113
111
  }
114
- _thumbSceneRender(pageId, slide) {
115
- const render2 = this._renderManagerService.getRenderById(pageId);
116
- if (render2 == null)
112
+ _thumbSceneRender(e, t) {
113
+ const n = this._renderManagerService.getRenderById(e);
114
+ if (n == null)
117
115
  return;
118
- const { engine: thumbEngine } = render2;
119
- if (thumbEngine == null)
116
+ const { engine: r } = n;
117
+ if (r == null)
120
118
  return;
121
- const { width, height } = slide, { width: pageWidth = width, height: pageHeight = height } = thumbEngine, thumbContext = thumbEngine.getCanvas().getContext();
122
- slide.renderToThumb(thumbContext, pageId, pageWidth / width, pageHeight / height);
119
+ const { width: s, height: o } = t, { width: a = s, height: c = o } = r, g = r.getCanvas().getContext();
120
+ t.renderToThumb(g, e, a / s, c / o);
123
121
  }
124
122
  /**
125
123
  * CreateScene by pages, and activate first one.
126
124
  * @param slideDataModel
127
125
  * @param slide
128
126
  */
129
- _createSlidePages(slideDataModel, slide) {
130
- const pages = slideDataModel.getPages(), pageOrder = slideDataModel.getPageOrder();
131
- if (!(!pages || !pageOrder) && pageOrder.length !== 0) {
132
- for (let i = 0, len = pageOrder.length; i < len; i++) {
133
- const pageId = pageOrder[i];
134
- this.createPageScene(pageId, pages[pageId]), this._createThumb(pageId);
127
+ _createSlidePages(e, t) {
128
+ const n = e.getPages(), r = e.getPageOrder();
129
+ if (!(!n || !r) && r.length !== 0) {
130
+ for (let s = 0, o = r.length; s < o; s++) {
131
+ const a = r[s];
132
+ this.createPageScene(a, n[a]), this._createThumb(a);
135
133
  }
136
- slide.activeFirstPage();
134
+ t.activeFirstPage();
137
135
  }
138
136
  }
139
- _createThumb(pageId) {
140
- this._renderManagerService.createRender(pageId);
137
+ _createThumb(e) {
138
+ this._renderManagerService.createRender(e);
141
139
  }
142
140
  /**
143
141
  * SlideDataModel is UnitModel
@@ -145,34 +143,34 @@ let SlideRenderController = (_a = class extends RxDisposable {
145
143
  _getCurrUnitModel() {
146
144
  return this._renderContext.unit;
147
145
  }
148
- activePage(_pageId) {
149
- let pageId = _pageId;
150
- const model = this._getCurrUnitModel();
151
- let page;
152
- if (pageId)
153
- page = model.getPage(pageId);
146
+ activePage(e) {
147
+ let t = e;
148
+ const n = this._getCurrUnitModel();
149
+ let r;
150
+ if (t)
151
+ r = n.getPage(t);
154
152
  else {
155
- const pageElements = model.getPages(), pageOrder = model.getPageOrder();
156
- if (pageOrder == null || pageElements == null)
153
+ const c = n.getPages(), g = n.getPageOrder();
154
+ if (g == null || c == null)
157
155
  return;
158
- page = pageElements[pageOrder[0]], pageId = page.id;
156
+ r = c[g[0]], t = r.id;
159
157
  }
160
- const render2 = this._currentRender();
161
- if (page == null || render2 == null || render2.mainComponent == null)
158
+ const s = this._currentRender();
159
+ if (r == null || s == null || s.mainComponent == null)
162
160
  return;
163
- const { id } = page, slide = render2.mainComponent;
164
- if (model.setActivePage(page), slide != null && slide.hasPage(id)) {
165
- slide.changePage(id);
161
+ const { id: o } = r, a = s.mainComponent;
162
+ if (n.setActivePage(r), a != null && a.hasPage(o)) {
163
+ a.changePage(o);
166
164
  return;
167
165
  }
168
- this.createPageScene(id, page);
166
+ this.createPageScene(o, r);
169
167
  }
170
168
  createThumbs() {
171
- const pageOrder = this._getCurrUnitModel().getPageOrder(), render2 = this._currentRender();
172
- if (!(!pageOrder || !render2) && pageOrder.length !== 0)
173
- for (let i = 0, len = pageOrder.length; i < len; i++) {
174
- const pageId = pageOrder[i];
175
- this._thumbSceneRender(pageId, render2.mainComponent);
169
+ const t = this._getCurrUnitModel().getPageOrder(), n = this._currentRender();
170
+ if (!(!t || !n) && t.length !== 0)
171
+ for (let r = 0, s = t.length; r < s; r++) {
172
+ const o = t[r];
173
+ this._thumbSceneRender(o, n.mainComponent);
176
174
  }
177
175
  }
178
176
  /**
@@ -180,15 +178,15 @@ let SlideRenderController = (_a = class extends RxDisposable {
180
178
  * @param pageId
181
179
  * @param page
182
180
  */
183
- createPageScene(pageId, page) {
184
- const render2 = this._renderContext;
185
- if (!render2 || !this._objectProvider)
181
+ createPageScene(e, t) {
182
+ const n = this._renderContext;
183
+ if (!n || !this._objectProvider)
186
184
  return;
187
- const { scene: mainScene, mainComponent } = render2, slide = mainComponent, { width, height } = slide, pageScene = new Scene(pageId, slide, {
188
- width,
189
- height
185
+ const { scene: r, mainComponent: s } = n, o = s, { width: a, height: c } = o, g = new Mn(e, o, {
186
+ width: a,
187
+ height: c
190
188
  });
191
- new Viewport(`PageViewer_${pageId}`, pageScene, {
189
+ new ot(`PageViewer_${e}`, g, {
192
190
  left: 0,
193
191
  top: 0,
194
192
  bottom: 0,
@@ -196,511 +194,529 @@ let SlideRenderController = (_a = class extends RxDisposable {
196
194
  explicitViewportWidthSet: !1,
197
195
  explicitViewportHeightSet: !1
198
196
  }).closeClip();
199
- const { pageElements, pageBackgroundFill } = page, objects = this._objectProvider.convertToRenderObjects(pageElements, mainScene);
200
- if (!objects || !slide) return;
201
- this._addBackgroundRect(pageScene, pageBackgroundFill), pageScene.addObjects(objects), pageScene.initTransformer(), objects.forEach((object) => {
202
- pageScene.attachTransformerTo(object);
197
+ const { pageElements: u, pageBackgroundFill: h } = t, v = this._objectProvider.convertToRenderObjects(u, r);
198
+ if (!v || !o) return;
199
+ this._addBackgroundRect(g, h), g.addObjects(v), g.initTransformer(), v.forEach((C) => {
200
+ g.attachTransformerTo(C);
203
201
  });
204
- const transformer = pageScene.getTransformer();
205
- return transformer == null || transformer.changeEnd$.subscribe(() => {
206
- this._thumbSceneRender(pageId, slide);
207
- }), transformer == null || transformer.clearControl$.subscribe(() => {
208
- this._thumbSceneRender(pageId, slide);
209
- }), slide.addPageScene(pageScene), pageScene;
202
+ const _ = g.getTransformer();
203
+ return _ == null || _.changeEnd$.subscribe(() => {
204
+ this._thumbSceneRender(e, o);
205
+ }), _ == null || _.clearControl$.subscribe(() => {
206
+ this._thumbSceneRender(e, o);
207
+ }), o.addPageScene(g), g;
210
208
  }
211
209
  /**
212
210
  * Get pageScene from Slide.
213
211
  * @param pageId
214
212
  * @returns {Scene, Engine, UnitModel} scene & engine & unit from renderContext
215
213
  */
216
- getPageRenderUnit(pageId) {
217
- const pageScene = this._renderContext.mainComponent.getSubScenes().get(pageId), { engine, unit } = this._renderContext;
214
+ getPageRenderUnit(e) {
215
+ const n = this._renderContext.mainComponent.getSubScenes().get(e), { engine: r, unit: s } = this._renderContext;
218
216
  return {
219
- scene: pageScene,
220
- engine,
221
- unit
217
+ scene: n,
218
+ engine: r,
219
+ unit: s
222
220
  };
223
221
  }
224
- createObjectToPage(element2, pageID) {
225
- const { scene } = this.getPageRenderUnit(pageID);
226
- if (!scene || !this._objectProvider)
222
+ createObjectToPage(e, t) {
223
+ const { scene: n } = this.getPageRenderUnit(t);
224
+ if (!n || !this._objectProvider)
227
225
  return;
228
- const object = this._objectProvider.convertToRenderObject(element2, scene);
229
- if (object)
230
- return scene.addObject(object), scene.attachTransformerTo(object), scene.getLayer().makeDirty(), object;
231
- }
232
- setObjectActiveByPage(obj, pageID) {
233
- const { scene } = this.getPageRenderUnit(pageID);
234
- if (!scene) return;
235
- const transformer = scene.getTransformer();
236
- transformer == null || transformer.activeAnObject(obj);
237
- }
238
- removeObjectById(id, pageID) {
239
- const { scene } = this.getPageRenderUnit(pageID);
240
- if (!scene) return;
241
- scene.removeObject(id);
242
- const transformer = scene.getTransformer();
243
- transformer == null || transformer.clearControls();
226
+ const r = this._objectProvider.convertToRenderObject(e, n);
227
+ if (r)
228
+ return n.addObject(r), n.attachTransformerTo(r), n.getLayer().makeDirty(), r;
229
+ }
230
+ setObjectActiveByPage(e, t) {
231
+ const { scene: n } = this.getPageRenderUnit(t);
232
+ if (!n) return;
233
+ const r = n.getTransformer();
234
+ r == null || r.activeAnObject(e);
235
+ }
236
+ removeObjectById(e, t) {
237
+ const { scene: n } = this.getPageRenderUnit(t);
238
+ if (!n) return;
239
+ n.removeObject(e);
240
+ const r = n.getTransformer();
241
+ r == null || r.clearControls();
244
242
  }
245
243
  appendPage() {
246
- const model = this._getCurrUnitModel(), page = model.getBlankPage(), render2 = this._currentRender();
247
- if (page == null || render2 == null || render2.mainComponent == null)
244
+ const e = this._getCurrUnitModel(), t = e.getBlankPage(), n = this._currentRender();
245
+ if (t == null || n == null || n.mainComponent == null)
248
246
  return;
249
- const { id: pageId } = page, slide = render2.mainComponent, scene = this.createPageScene(pageId, page);
250
- slide && scene && slide.addPageScene(scene), model.appendPage(page), model.setActivePage(page);
247
+ const { id: r } = t, s = n.mainComponent, o = this.createPageScene(r, t);
248
+ s && o && s.addPageScene(o), e.appendPage(t), e.setActivePage(t);
251
249
  }
252
- }, __name(_a, "SlideRenderController"), _a);
253
- SlideRenderController = __decorateClass$9([
254
- __decorateParam$9(1, Inject(Injector)),
255
- __decorateParam$9(2, IUniverInstanceService),
256
- __decorateParam$9(3, IRenderManagerService)
257
- ], SlideRenderController);
258
- var __defProp$8 = Object.defineProperty, __getOwnPropDesc$8 = Object.getOwnPropertyDescriptor, __decorateClass$8 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
259
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$8(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
260
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
261
- return kind && result && __defProp$8(target, key, result), result;
262
- }, "__decorateClass$8"), __decorateParam$8 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$8"), _a2;
263
- let CanvasView = (_a2 = class extends RxDisposable {
264
- constructor(_renderManagerService) {
265
- super(), this._renderManagerService = _renderManagerService;
250
+ };
251
+ pe = si([
252
+ Ve(1, X(Ge)),
253
+ Ve(2, j),
254
+ Ve(3, Y)
255
+ ], pe);
256
+ var oi = Object.defineProperty, ai = Object.getOwnPropertyDescriptor, ci = (i, e, t, n) => {
257
+ for (var r = n > 1 ? void 0 : n ? ai(e, t) : e, s = i.length - 1, o; s >= 0; s--)
258
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
259
+ return n && r && oi(e, t, r), r;
260
+ }, li = (i, e) => (t, n) => e(t, n, i);
261
+ let M = class extends fe {
262
+ constructor(i) {
263
+ super(), this._renderManagerService = i;
266
264
  }
267
- _getSlideRenderControllerFromRenderUnit(unitId) {
268
- return this._renderManagerService.getRenderById(unitId).with(SlideRenderController);
265
+ _getSlideRenderControllerFromRenderUnit(i) {
266
+ return this._renderManagerService.getRenderById(i).with(pe);
269
267
  }
270
- createThumbs(unitId) {
271
- this._getSlideRenderControllerFromRenderUnit(unitId).createThumbs();
268
+ createThumbs(i) {
269
+ this._getSlideRenderControllerFromRenderUnit(i).createThumbs();
272
270
  }
273
- activePage(pageId, unitId) {
274
- this._getSlideRenderControllerFromRenderUnit(unitId).activePage(pageId);
271
+ activePage(i, e) {
272
+ this._getSlideRenderControllerFromRenderUnit(e).activePage(i);
275
273
  }
276
- getRenderUnitByPageId(pageId, unitId) {
277
- return this._getSlideRenderControllerFromRenderUnit(unitId).getPageRenderUnit(pageId);
274
+ getRenderUnitByPageId(i, e) {
275
+ return this._getSlideRenderControllerFromRenderUnit(e).getPageRenderUnit(i);
278
276
  }
279
- createObjectToPage(element2, pageID, unitId) {
280
- return this._getSlideRenderControllerFromRenderUnit(unitId).createObjectToPage(element2, pageID);
277
+ createObjectToPage(i, e, t) {
278
+ return this._getSlideRenderControllerFromRenderUnit(t).createObjectToPage(i, e);
281
279
  }
282
- setObjectActiveByPage(obj, pageID, unitId) {
283
- return this._getSlideRenderControllerFromRenderUnit(unitId).setObjectActiveByPage(obj, pageID);
280
+ setObjectActiveByPage(i, e, t) {
281
+ return this._getSlideRenderControllerFromRenderUnit(t).setObjectActiveByPage(i, e);
284
282
  }
285
- removeObjectById(id, pageID, unitId) {
286
- this._getSlideRenderControllerFromRenderUnit(unitId).removeObjectById(id, pageID);
283
+ removeObjectById(i, e, t) {
284
+ this._getSlideRenderControllerFromRenderUnit(t).removeObjectById(i, e);
287
285
  }
288
286
  /**
289
287
  * append blank page
290
288
  */
291
- appendPage(unitId) {
292
- this._getSlideRenderControllerFromRenderUnit(unitId).appendPage();
293
- }
294
- }, __name(_a2, "CanvasView"), _a2);
295
- CanvasView = __decorateClass$8([
296
- __decorateParam$8(0, IRenderManagerService)
297
- ], CanvasView);
298
- const SLIDES_UI_PLUGIN_CONFIG_KEY = "slides-ui.config", defaultPluginConfig = {}, DeleteSlideElementOperation = {
289
+ appendPage(i) {
290
+ this._getSlideRenderControllerFromRenderUnit(i).appendPage();
291
+ }
292
+ };
293
+ M = ci([
294
+ li(0, Y)
295
+ ], M);
296
+ const di = "slides-ui.config", ft = {}, Lt = {
299
297
  id: "slide.operation.delete-element",
300
- type: CommandType.OPERATION,
301
- handler: /* @__PURE__ */ __name((accessor, params) => {
302
- if (!(params != null && params.id)) return !1;
303
- const unitId = params.unitId, slideData = accessor.get(IUniverInstanceService).getUnit(unitId);
304
- if (!slideData) return !1;
305
- const activePage = slideData.getActivePage();
306
- return delete activePage.pageElements[params.id], slideData.updatePage(activePage.id, activePage), accessor.get(CanvasView).removeObjectById(params.id, activePage.id, unitId), !0;
307
- }, "handler")
298
+ type: D.OPERATION,
299
+ handler: (i, e) => {
300
+ if (!(e != null && e.id)) return !1;
301
+ const t = e.unitId, r = i.get(j).getUnit(t);
302
+ if (!r) return !1;
303
+ const s = r.getActivePage();
304
+ return delete s.pageElements[e.id], r.updatePage(s.id, s), i.get(M).removeObjectById(e.id, s.id, t), !0;
305
+ }
308
306
  };
309
- function r(e) {
310
- var t, f, n = "";
311
- if (typeof e == "string" || typeof e == "number") n += e;
312
- else if (typeof e == "object") if (Array.isArray(e)) {
313
- var o = e.length;
314
- for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
315
- } else for (f in e) e[f] && (n && (n += " "), n += f);
307
+ var Be = { exports: {} }, me = {};
308
+ /**
309
+ * @license React
310
+ * react-jsx-runtime.production.min.js
311
+ *
312
+ * Copyright (c) Facebook, Inc. and its affiliates.
313
+ *
314
+ * This source code is licensed under the MIT license found in the
315
+ * LICENSE file in the root directory of this source tree.
316
+ */
317
+ var Ct;
318
+ function ui() {
319
+ if (Ct) return me;
320
+ Ct = 1;
321
+ var i = ke, e = Symbol.for("react.element"), t = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, r = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
322
+ function o(a, c, g) {
323
+ var l, u = {}, h = null, v = null;
324
+ g !== void 0 && (h = "" + g), c.key !== void 0 && (h = "" + c.key), c.ref !== void 0 && (v = c.ref);
325
+ for (l in c) n.call(c, l) && !s.hasOwnProperty(l) && (u[l] = c[l]);
326
+ if (a && a.defaultProps) for (l in c = a.defaultProps, c) u[l] === void 0 && (u[l] = c[l]);
327
+ return { $$typeof: e, type: a, key: h, ref: v, props: u, _owner: r.current };
328
+ }
329
+ return me.Fragment = t, me.jsx = o, me.jsxs = o, me;
330
+ }
331
+ var vt;
332
+ function mi() {
333
+ return vt || (vt = 1, Be.exports = ui()), Be.exports;
334
+ }
335
+ var d = mi();
336
+ function At(i) {
337
+ var e, t, n = "";
338
+ if (typeof i == "string" || typeof i == "number") n += i;
339
+ else if (typeof i == "object") if (Array.isArray(i)) {
340
+ var r = i.length;
341
+ for (e = 0; e < r; e++) i[e] && (t = At(i[e])) && (n && (n += " "), n += t);
342
+ } else for (t in i) i[t] && (n && (n += " "), n += t);
316
343
  return n;
317
344
  }
318
- __name(r, "r");
319
- function clsx() {
320
- for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
345
+ function T() {
346
+ for (var i, e, t = 0, n = "", r = arguments.length; t < r; t++) (i = arguments[t]) && (e = At(i)) && (n && (n += " "), n += e);
321
347
  return n;
322
348
  }
323
- __name(clsx, "clsx");
324
- var __assign = function() {
325
- return __assign = Object.assign || function(t) {
326
- for (var s, i = 1, n = arguments.length; i < n; i++) {
327
- s = arguments[i];
328
- for (var p in s) Object.prototype.hasOwnProperty.call(s, p) && (t[p] = s[p]);
349
+ var N = function() {
350
+ return N = Object.assign || function(i) {
351
+ for (var e, t = 1, n = arguments.length; t < n; t++) {
352
+ e = arguments[t];
353
+ for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && (i[r] = e[r]);
329
354
  }
330
- return t;
331
- }, __assign.apply(this, arguments);
332
- }, __rest = function(s, e) {
355
+ return i;
356
+ }, N.apply(this, arguments);
357
+ }, gi = function(i, e) {
333
358
  var t = {};
334
- for (var p in s) Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0 && (t[p] = s[p]);
335
- if (s != null && typeof Object.getOwnPropertySymbols == "function")
336
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++)
337
- e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]) && (t[p[i]] = s[p[i]]);
359
+ for (var n in i) Object.prototype.hasOwnProperty.call(i, n) && e.indexOf(n) < 0 && (t[n] = i[n]);
360
+ if (i != null && typeof Object.getOwnPropertySymbols == "function")
361
+ for (var r = 0, n = Object.getOwnPropertySymbols(i); r < n.length; r++)
362
+ e.indexOf(n[r]) < 0 && Object.prototype.propertyIsEnumerable.call(i, n[r]) && (t[n[r]] = i[n[r]]);
338
363
  return t;
339
- }, IconBase = forwardRef(function(props, ref) {
340
- var icon = props.icon, id = props.id, className = props.className, extend = props.extend, restProps = __rest(props, ["icon", "id", "className", "extend"]), cls = "univerjs-icon univerjs-icon-".concat(id, " ").concat(className || "").trim(), idSuffix = useRef("_".concat(generateShortUuid()));
341
- return render(icon, "".concat(id), { defIds: icon.defIds, idSuffix: idSuffix.current }, __assign({ ref, className: cls }, restProps), extend);
364
+ }, H = A(function(i, e) {
365
+ var t = i.icon, n = i.id, r = i.className, s = i.extend, o = gi(i, ["icon", "id", "className", "extend"]), a = "univerjs-icon univerjs-icon-".concat(n, " ").concat(r || "").trim(), c = Ut("_".concat(fi()));
366
+ return $t(t, "".concat(n), { defIds: t.defIds, idSuffix: c.current }, N({ ref: e, className: a }, o), s);
342
367
  });
343
- function render(node, id, runtimeProps, rootProps, extend) {
344
- return createElement(node.tag, __assign(__assign({ key: id }, replaceRuntimeIdsAndExtInAttrs(node, runtimeProps, extend)), rootProps), (replaceRuntimeIdsInDefs(node, runtimeProps).children || []).map(function(child, index) {
345
- return render(child, "".concat(id, "-").concat(node.tag, "-").concat(index), runtimeProps, void 0, extend);
368
+ function $t(i, e, t, n, r) {
369
+ return $(i.tag, N(N({ key: e }, hi(i, t, r)), n), (pi(i, t).children || []).map(function(s, o) {
370
+ return $t(s, "".concat(e, "-").concat(i.tag, "-").concat(o), t, void 0, r);
346
371
  }));
347
372
  }
348
- __name(render, "render");
349
- function replaceRuntimeIdsAndExtInAttrs(node, runtimeProps, extend) {
350
- var attrs = __assign({}, node.attrs);
351
- extend != null && extend.colorChannel1 && attrs.fill === "colorChannel1" && (attrs.fill = extend.colorChannel1);
352
- var defIds = runtimeProps.defIds;
353
- return !defIds || defIds.length === 0 || (node.tag === "use" && attrs["xlink:href"] && (attrs["xlink:href"] = attrs["xlink:href"] + runtimeProps.idSuffix), Object.entries(attrs).forEach(function(_a11) {
354
- var key = _a11[0], value = _a11[1];
355
- typeof value == "string" && (attrs[key] = value.replace(/url\(#(.*)\)/, "url(#$1".concat(runtimeProps.idSuffix, ")")));
356
- })), attrs;
373
+ function hi(i, e, t) {
374
+ var n = N({}, i.attrs);
375
+ t != null && t.colorChannel1 && n.fill === "colorChannel1" && (n.fill = t.colorChannel1);
376
+ var r = e.defIds;
377
+ return !r || r.length === 0 || (i.tag === "use" && n["xlink:href"] && (n["xlink:href"] = n["xlink:href"] + e.idSuffix), Object.entries(n).forEach(function(s) {
378
+ var o = s[0], a = s[1];
379
+ typeof a == "string" && (n[o] = a.replace(/url\(#(.*)\)/, "url(#$1".concat(e.idSuffix, ")")));
380
+ })), n;
357
381
  }
358
- __name(replaceRuntimeIdsAndExtInAttrs, "replaceRuntimeIdsAndExtInAttrs");
359
- function replaceRuntimeIdsInDefs(node, runtimeProps) {
360
- var _a11, defIds = runtimeProps.defIds;
361
- return !defIds || defIds.length === 0 ? node : node.tag === "defs" && (!((_a11 = node.children) === null || _a11 === void 0) && _a11.length) ? __assign(__assign({}, node), { children: node.children.map(function(child) {
362
- return typeof child.attrs.id == "string" && defIds && defIds.indexOf(child.attrs.id) > -1 ? __assign(__assign({}, child), { attrs: __assign(__assign({}, child.attrs), { id: child.attrs.id + runtimeProps.idSuffix }) }) : child;
363
- }) }) : node;
382
+ function pi(i, e) {
383
+ var t, n = e.defIds;
384
+ return !n || n.length === 0 ? i : i.tag === "defs" && (!((t = i.children) === null || t === void 0) && t.length) ? N(N({}, i), { children: i.children.map(function(r) {
385
+ return typeof r.attrs.id == "string" && n && n.indexOf(r.attrs.id) > -1 ? N(N({}, r), { attrs: N(N({}, r.attrs), { id: r.attrs.id + e.idSuffix }) }) : r;
386
+ }) }) : i;
364
387
  }
365
- __name(replaceRuntimeIdsInDefs, "replaceRuntimeIdsInDefs");
366
- function generateShortUuid() {
388
+ function fi() {
367
389
  return Math.random().toString(36).substring(2, 8);
368
390
  }
369
- __name(generateShortUuid, "generateShortUuid");
370
- IconBase.displayName = "UniverIcon";
371
- var element$9 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.2498 3.65005C2.2498 2.87685 2.87661 2.25005 3.64981 2.25005H7.9998C8.33118 2.25005 8.5998 1.98142 8.5998 1.65005C8.5998 1.31868 8.33118 1.05005 7.9998 1.05005H3.64981C2.21387 1.05005 1.0498 2.21411 1.0498 3.65005V12.35C1.0498 13.786 2.21386 14.95 3.6498 14.95H12.3498C13.7857 14.95 14.9498 13.786 14.9498 12.3501V8.00005C14.9498 7.66868 14.6812 7.40005 14.3498 7.40005C14.0184 7.40005 13.7498 7.66868 13.7498 8.00005V9.23974L12.2385 8.1063C11.7252 7.72129 11.0068 7.7723 10.5531 8.22605L9.00869 9.77041L6.73916 7.8251C6.24387 7.40055 5.5095 7.41278 5.02864 7.85359L2.2498 10.4009V3.65005ZM2.2498 12.0287V12.35C2.2498 13.1232 2.87661 13.75 3.6498 13.75H12.3498C13.123 13.75 13.7498 13.1232 13.7498 12.3501V10.7397L11.5186 9.06631C11.4829 9.03956 11.433 9.04314 11.4016 9.07458L9.92249 10.5537L11.1015 11.5642C11.3531 11.7799 11.3822 12.1587 11.1666 12.4103C10.9509 12.6619 10.5721 12.691 10.3205 12.4753L5.9582 8.7362C5.92384 8.70674 5.87288 8.70758 5.83952 8.73816L2.2498 12.0287Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M11.8097 1.14783C12.1411 1.14783 12.4097 1.41646 12.4097 1.74783V3.297H14.1541C14.4855 3.297 14.7541 3.56563 14.7541 3.897C14.7541 4.22837 14.4855 4.497 14.1541 4.497H12.4097V6.24167C12.4097 6.57304 12.1411 6.84167 11.8097 6.84167C11.4783 6.84167 11.2097 6.57304 11.2097 6.24167V4.497H9.6603C9.32893 4.497 9.0603 4.22837 9.0603 3.897C9.0603 3.56563 9.32893 3.297 9.6603 3.297H11.2097V1.74783C11.2097 1.41646 11.4783 1.14783 11.8097 1.14783Z" } }] }, AddImageSingle = forwardRef(function(props, ref) {
372
- return createElement(IconBase, Object.assign({}, props, {
391
+ H.displayName = "UniverIcon";
392
+ var Ci = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M2.2498 3.65005C2.2498 2.87685 2.87661 2.25005 3.64981 2.25005H7.9998C8.33118 2.25005 8.5998 1.98142 8.5998 1.65005C8.5998 1.31868 8.33118 1.05005 7.9998 1.05005H3.64981C2.21387 1.05005 1.0498 2.21411 1.0498 3.65005V12.35C1.0498 13.786 2.21386 14.95 3.6498 14.95H12.3498C13.7857 14.95 14.9498 13.786 14.9498 12.3501V8.00005C14.9498 7.66868 14.6812 7.40005 14.3498 7.40005C14.0184 7.40005 13.7498 7.66868 13.7498 8.00005V9.23974L12.2385 8.1063C11.7252 7.72129 11.0068 7.7723 10.5531 8.22605L9.00869 9.77041L6.73916 7.8251C6.24387 7.40055 5.5095 7.41278 5.02864 7.85359L2.2498 10.4009V3.65005ZM2.2498 12.0287V12.35C2.2498 13.1232 2.87661 13.75 3.6498 13.75H12.3498C13.123 13.75 13.7498 13.1232 13.7498 12.3501V10.7397L11.5186 9.06631C11.4829 9.03956 11.433 9.04314 11.4016 9.07458L9.92249 10.5537L11.1015 11.5642C11.3531 11.7799 11.3822 12.1587 11.1666 12.4103C10.9509 12.6619 10.5721 12.691 10.3205 12.4753L5.9582 8.7362C5.92384 8.70674 5.87288 8.70758 5.83952 8.73816L2.2498 12.0287Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M11.8097 1.14783C12.1411 1.14783 12.4097 1.41646 12.4097 1.74783V3.297H14.1541C14.4855 3.297 14.7541 3.56563 14.7541 3.897C14.7541 4.22837 14.4855 4.497 14.1541 4.497H12.4097V6.24167C12.4097 6.57304 12.1411 6.84167 11.8097 6.84167C11.4783 6.84167 11.2097 6.57304 11.2097 6.24167V4.497H9.6603C9.32893 4.497 9.0603 4.22837 9.0603 3.897C9.0603 3.56563 9.32893 3.297 9.6603 3.297H11.2097V1.74783C11.2097 1.41646 11.4783 1.14783 11.8097 1.14783Z" } }] }, Ht = A(function(i, e) {
393
+ return $(H, Object.assign({}, i, {
373
394
  id: "add-image-single",
374
- ref,
375
- icon: element$9
395
+ ref: e,
396
+ icon: Ci
376
397
  }));
377
398
  });
378
- AddImageSingle.displayName = "AddImageSingle";
379
- var element$8 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M11.0363 12.2367V14.0367C11.0363 14.3681 11.3049 14.6367 11.6363 14.6367C11.9676 14.6367 12.2363 14.3681 12.2363 14.0367V12.2367H14.0364C14.3677 12.2367 14.6364 11.9681 14.6364 11.6367C14.6364 11.3054 14.3677 11.0367 14.0364 11.0367H12.2363V9.23672C12.2363 8.90535 11.9676 8.63672 11.6363 8.63672C11.3049 8.63672 11.0363 8.90535 11.0363 9.23672V11.0367H9.23635C8.90498 11.0367 8.63635 11.3054 8.63635 11.6367C8.63635 11.9681 8.90498 12.2367 9.23635 12.2367H11.0363Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M2.56365 1.36377C1.90091 1.36377 1.36365 1.90103 1.36365 2.56377V6.16377C1.36365 6.82651 1.90091 7.36377 2.56365 7.36377H6.16365C6.82639 7.36377 7.36365 6.82651 7.36365 6.16377V2.56377C7.36365 1.90103 6.82639 1.36377 6.16365 1.36377H2.56365zM6.16365 2.56377H2.56365L2.56365 6.16377H6.16365V2.56377zM2.56365 8.63647C1.90091 8.63647 1.36365 9.17373 1.36365 9.83647V13.4365C1.36365 14.0992 1.90091 14.6365 2.56365 14.6365H6.16365C6.82639 14.6365 7.36365 14.0992 7.36365 13.4365V9.83647C7.36365 9.17373 6.82639 8.63647 6.16365 8.63647H2.56365zM6.16365 9.83647H2.56365L2.56365 13.4365H6.16365V9.83647zM9.83635 7.36377C9.17361 7.36377 8.63635 6.82651 8.63635 6.16377V2.56377C8.63635 1.90103 9.17361 1.36377 9.83635 1.36377H13.4364C14.0991 1.36377 14.6364 1.90103 14.6364 2.56377V6.16377C14.6364 6.82651 14.0991 7.36377 13.4364 7.36377H9.83635zM9.83635 6.16377V2.56377L13.4364 2.56377V6.16377H9.83635z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Autofill = forwardRef(function(props, ref) {
380
- return createElement(IconBase, Object.assign({}, props, {
399
+ Ht.displayName = "AddImageSingle";
400
+ var vi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "colorChannel1", d: "M11.0363 12.2367V14.0367C11.0363 14.3681 11.3049 14.6367 11.6363 14.6367C11.9676 14.6367 12.2363 14.3681 12.2363 14.0367V12.2367H14.0364C14.3677 12.2367 14.6364 11.9681 14.6364 11.6367C14.6364 11.3054 14.3677 11.0367 14.0364 11.0367H12.2363V9.23672C12.2363 8.90535 11.9676 8.63672 11.6363 8.63672C11.3049 8.63672 11.0363 8.90535 11.0363 9.23672V11.0367H9.23635C8.90498 11.0367 8.63635 11.3054 8.63635 11.6367C8.63635 11.9681 8.90498 12.2367 9.23635 12.2367H11.0363Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M2.56365 1.36377C1.90091 1.36377 1.36365 1.90103 1.36365 2.56377V6.16377C1.36365 6.82651 1.90091 7.36377 2.56365 7.36377H6.16365C6.82639 7.36377 7.36365 6.82651 7.36365 6.16377V2.56377C7.36365 1.90103 6.82639 1.36377 6.16365 1.36377H2.56365zM6.16365 2.56377H2.56365L2.56365 6.16377H6.16365V2.56377zM2.56365 8.63647C1.90091 8.63647 1.36365 9.17373 1.36365 9.83647V13.4365C1.36365 14.0992 1.90091 14.6365 2.56365 14.6365H6.16365C6.82639 14.6365 7.36365 14.0992 7.36365 13.4365V9.83647C7.36365 9.17373 6.82639 8.63647 6.16365 8.63647H2.56365zM6.16365 9.83647H2.56365L2.56365 13.4365H6.16365V9.83647zM9.83635 7.36377C9.17361 7.36377 8.63635 6.82651 8.63635 6.16377V2.56377C8.63635 1.90103 9.17361 1.36377 9.83635 1.36377H13.4364C14.0991 1.36377 14.6364 1.90103 14.6364 2.56377V6.16377C14.6364 6.82651 14.0991 7.36377 13.4364 7.36377H9.83635zM9.83635 6.16377V2.56377L13.4364 2.56377V6.16377H9.83635z", fillRule: "evenodd", clipRule: "evenodd" } }] }, Ft = A(function(i, e) {
401
+ return $(H, Object.assign({}, i, {
381
402
  id: "autofill",
382
- ref,
383
- icon: element$8
403
+ ref: e,
404
+ icon: vi
384
405
  }));
385
406
  });
386
- Autofill.displayName = "Autofill";
387
- var element$7 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.0045 4.4334C14.8881 4.4334 15.6045 3.71705 15.6045 2.8334 15.6045 1.94974 14.8881 1.2334 14.0045 1.2334H3.70449C2.82084 1.2334 2.10449 1.94974 2.10449 2.8334 2.10449 3.71705 2.82084 4.4334 3.70449 4.4334H14.0045zM14.4045 2.8334C14.4045 3.05431 14.2254 3.2334 14.0045 3.2334H3.70449C3.48358 3.2334 3.30449 3.05431 3.30449 2.8334 3.30449 2.61248 3.48358 2.4334 3.70449 2.4334H14.0045C14.2254 2.4334 14.4045 2.61249 14.4045 2.8334zM14.1544 8.5999C15.038 8.5999 15.7544 7.88356 15.7544 6.9999 15.7544 6.11625 15.038 5.3999 14.1544 5.3999H3.85439C2.97074 5.3999 2.25439 6.11625 2.25439 6.9999 2.25439 7.88356 2.97074 8.5999 3.85439 8.5999H14.1544zM14.5544 6.9999C14.5544 7.22082 14.3753 7.3999 14.1544 7.3999H3.85439C3.63348 7.3999 3.45439 7.22082 3.45439 6.9999 3.45439 6.77899 3.63348 6.5999 3.85439 6.5999H14.1544C14.3753 6.5999 14.5544 6.77899 14.5544 6.9999z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M8.57975 14.5902L6.58023 12.5907C6.34591 12.3564 6.34591 11.9765 6.58023 11.7421 6.81454 11.5078 7.19444 11.5078 7.42876 11.7421L8.40449 12.7179V10.1664C8.40449 9.83504 8.67312 9.56641 9.00449 9.56641 9.33586 9.56641 9.60449 9.83504 9.60449 10.1664V12.7179L10.5802 11.7421C10.8145 11.5078 11.1944 11.5078 11.4288 11.7421 11.6631 11.9765 11.6631 12.3564 11.4288 12.5907L9.42923 14.5902M8.57975 14.5902C8.58121 14.5917 8.58268 14.5931 8.58416 14.5946 8.64077 14.6502 8.70566 14.6923 8.77482 14.7209 8.84557 14.7502 8.92314 14.7664 9.00449 14.7664 9.08585 14.7664 9.16342 14.7502 9.23416 14.7209 9.30332 14.6923 9.36821 14.6502 9.42482 14.5946" } }] }, BottomSingle = forwardRef(function(props, ref) {
388
- return createElement(IconBase, Object.assign({}, props, {
407
+ Ft.displayName = "Autofill";
408
+ var _i = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M14.0045 4.4334C14.8881 4.4334 15.6045 3.71705 15.6045 2.8334 15.6045 1.94974 14.8881 1.2334 14.0045 1.2334H3.70449C2.82084 1.2334 2.10449 1.94974 2.10449 2.8334 2.10449 3.71705 2.82084 4.4334 3.70449 4.4334H14.0045zM14.4045 2.8334C14.4045 3.05431 14.2254 3.2334 14.0045 3.2334H3.70449C3.48358 3.2334 3.30449 3.05431 3.30449 2.8334 3.30449 2.61248 3.48358 2.4334 3.70449 2.4334H14.0045C14.2254 2.4334 14.4045 2.61249 14.4045 2.8334zM14.1544 8.5999C15.038 8.5999 15.7544 7.88356 15.7544 6.9999 15.7544 6.11625 15.038 5.3999 14.1544 5.3999H3.85439C2.97074 5.3999 2.25439 6.11625 2.25439 6.9999 2.25439 7.88356 2.97074 8.5999 3.85439 8.5999H14.1544zM14.5544 6.9999C14.5544 7.22082 14.3753 7.3999 14.1544 7.3999H3.85439C3.63348 7.3999 3.45439 7.22082 3.45439 6.9999 3.45439 6.77899 3.63348 6.5999 3.85439 6.5999H14.1544C14.3753 6.5999 14.5544 6.77899 14.5544 6.9999z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M8.57975 14.5902L6.58023 12.5907C6.34591 12.3564 6.34591 11.9765 6.58023 11.7421 6.81454 11.5078 7.19444 11.5078 7.42876 11.7421L8.40449 12.7179V10.1664C8.40449 9.83504 8.67312 9.56641 9.00449 9.56641 9.33586 9.56641 9.60449 9.83504 9.60449 10.1664V12.7179L10.5802 11.7421C10.8145 11.5078 11.1944 11.5078 11.4288 11.7421 11.6631 11.9765 11.6631 12.3564 11.4288 12.5907L9.42923 14.5902M8.57975 14.5902C8.58121 14.5917 8.58268 14.5931 8.58416 14.5946 8.64077 14.6502 8.70566 14.6923 8.77482 14.7209 8.84557 14.7502 8.92314 14.7664 9.00449 14.7664 9.08585 14.7664 9.16342 14.7502 9.23416 14.7209 9.30332 14.6923 9.36821 14.6502 9.42482 14.5946" } }] }, zt = A(function(i, e) {
409
+ return $(H, Object.assign({}, i, {
389
410
  id: "bottom-single",
390
- ref,
391
- icon: element$7
411
+ ref: e,
412
+ icon: _i
392
413
  }));
393
414
  });
394
- BottomSingle.displayName = "BottomSingle";
395
- var element$6 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "g", attrs: { clipPath: "url(#graph-single_clip0_1293_28)" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M6.29541 11.1896C3.83208 10.7489 1.9624 8.59552 1.9624 6.00544C1.9624 3.09673 4.32036 0.73877 7.22907 0.73877C9.93483 0.73877 12.164 2.77918 12.4619 5.40527H13.5621C14.998 5.40527 16.1621 6.56933 16.1621 8.00527V12.6719C16.1621 14.1079 14.998 15.2719 13.5621 15.2719H8.89541C7.45947 15.2719 6.29541 14.1079 6.29541 12.6719V11.1896ZM3.1624 6.00544C3.1624 3.75947 4.98311 1.93877 7.22907 1.93877C9.27112 1.93877 10.9616 3.44388 11.2518 5.40527H8.89541C7.45947 5.40527 6.29541 6.56933 6.29541 8.00527V9.96442C4.49946 9.5425 3.1624 7.93012 3.1624 6.00544ZM7.49541 8.00527C7.49541 7.23207 8.12221 6.60527 8.89541 6.60527H13.5621C14.3353 6.60527 14.9621 7.23207 14.9621 8.00527V12.6719C14.9621 13.4451 14.3353 14.0719 13.5621 14.0719H8.89541C8.12221 14.0719 7.49541 13.4451 7.49541 12.6719V8.00527Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, { tag: "defs", attrs: {}, children: [{ tag: "clipPath", attrs: { id: "graph-single_clip0_1293_28" }, children: [{ tag: "path", attrs: { fill: "#fff", d: "M0 0H16V16H0z", transform: "translate(.9)" } }] }] }], defIds: ["graph-single_clip0_1293_28"] }, GraphSingle = forwardRef(function(props, ref) {
396
- return createElement(IconBase, Object.assign({}, props, {
415
+ zt.displayName = "BottomSingle";
416
+ var Si = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "g", attrs: { clipPath: "url(#graph-single_clip0_1293_28)" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M6.29541 11.1896C3.83208 10.7489 1.9624 8.59552 1.9624 6.00544C1.9624 3.09673 4.32036 0.73877 7.22907 0.73877C9.93483 0.73877 12.164 2.77918 12.4619 5.40527H13.5621C14.998 5.40527 16.1621 6.56933 16.1621 8.00527V12.6719C16.1621 14.1079 14.998 15.2719 13.5621 15.2719H8.89541C7.45947 15.2719 6.29541 14.1079 6.29541 12.6719V11.1896ZM3.1624 6.00544C3.1624 3.75947 4.98311 1.93877 7.22907 1.93877C9.27112 1.93877 10.9616 3.44388 11.2518 5.40527H8.89541C7.45947 5.40527 6.29541 6.56933 6.29541 8.00527V9.96442C4.49946 9.5425 3.1624 7.93012 3.1624 6.00544ZM7.49541 8.00527C7.49541 7.23207 8.12221 6.60527 8.89541 6.60527H13.5621C14.3353 6.60527 14.9621 7.23207 14.9621 8.00527V12.6719C14.9621 13.4451 14.3353 14.0719 13.5621 14.0719H8.89541C8.12221 14.0719 7.49541 13.4451 7.49541 12.6719V8.00527Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, { tag: "defs", attrs: {}, children: [{ tag: "clipPath", attrs: { id: "graph-single_clip0_1293_28" }, children: [{ tag: "path", attrs: { fill: "#fff", d: "M0 0H16V16H0z", transform: "translate(.9)" } }] }] }], defIds: ["graph-single_clip0_1293_28"] }, Wt = A(function(i, e) {
417
+ return $(H, Object.assign({}, i, {
397
418
  id: "graph-single",
398
- ref,
399
- icon: element$6
419
+ ref: e,
420
+ icon: Si
400
421
  }));
401
422
  });
402
- GraphSingle.displayName = "GraphSingle";
403
- var element$5 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, MoreDownSingle = forwardRef(function(props, ref) {
404
- return createElement(IconBase, Object.assign({}, props, {
423
+ Wt.displayName = "GraphSingle";
424
+ var Ii = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z", fillRule: "evenodd", clipRule: "evenodd" } }] }, qe = A(function(i, e) {
425
+ return $(H, Object.assign({}, i, {
405
426
  id: "more-down-single",
406
- ref,
407
- icon: element$5
427
+ ref: e,
428
+ icon: Ii
408
429
  }));
409
430
  });
410
- MoreDownSingle.displayName = "MoreDownSingle";
411
- var element$4 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.25 2.96401C1.25 3.84767 1.96634 4.56401 2.85 4.56401H13.15C14.0337 4.56401 14.75 3.84767 14.75 2.96401C14.75 2.08036 14.0337 1.36401 13.15 1.36401H2.85C1.96635 1.36401 1.25 2.08036 1.25 2.96401ZM2.85 3.36401C2.62909 3.36401 2.45 3.18493 2.45 2.96401C2.45 2.7431 2.62909 2.56401 2.85 2.56401H13.15C13.3709 2.56401 13.55 2.7431 13.55 2.96401C13.55 3.18493 13.3709 3.36401 13.15 3.36401H2.85Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.57564 11.6118C5.80995 11.3774 6.18985 11.3774 6.42417 11.6118L7.3999 12.5875V6.36951C7.3999 6.03814 7.66853 5.76951 7.9999 5.76951C8.33127 5.76951 8.5999 6.03814 8.5999 6.36951V12.5875L9.57564 11.6118C9.80995 11.3774 10.1899 11.3774 10.4242 11.6118C10.6585 11.8461 10.6585 12.226 10.4242 12.4603L8.4324 14.452C8.32324 14.5655 8.16982 14.6362 7.9999 14.6362C7.82998 14.6362 7.67655 14.5655 7.56739 14.452L5.57564 12.4603C5.34132 12.226 5.34132 11.8461 5.57564 11.6118Z" } }] }, MoveDownSingle = forwardRef(function(props, ref) {
412
- return createElement(IconBase, Object.assign({}, props, {
431
+ qe.displayName = "MoreDownSingle";
432
+ var Pi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.25 2.96401C1.25 3.84767 1.96634 4.56401 2.85 4.56401H13.15C14.0337 4.56401 14.75 3.84767 14.75 2.96401C14.75 2.08036 14.0337 1.36401 13.15 1.36401H2.85C1.96635 1.36401 1.25 2.08036 1.25 2.96401ZM2.85 3.36401C2.62909 3.36401 2.45 3.18493 2.45 2.96401C2.45 2.7431 2.62909 2.56401 2.85 2.56401H13.15C13.3709 2.56401 13.55 2.7431 13.55 2.96401C13.55 3.18493 13.3709 3.36401 13.15 3.36401H2.85Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.57564 11.6118C5.80995 11.3774 6.18985 11.3774 6.42417 11.6118L7.3999 12.5875V6.36951C7.3999 6.03814 7.66853 5.76951 7.9999 5.76951C8.33127 5.76951 8.5999 6.03814 8.5999 6.36951V12.5875L9.57564 11.6118C9.80995 11.3774 10.1899 11.3774 10.4242 11.6118C10.6585 11.8461 10.6585 12.226 10.4242 12.4603L8.4324 14.452C8.32324 14.5655 8.16982 14.6362 7.9999 14.6362C7.82998 14.6362 7.67655 14.5655 7.56739 14.452L5.57564 12.4603C5.34132 12.226 5.34132 11.8461 5.57564 11.6118Z" } }] }, Kt = A(function(i, e) {
433
+ return $(H, Object.assign({}, i, {
413
434
  id: "move-down-single",
414
- ref,
415
- icon: element$4
435
+ ref: e,
436
+ icon: Pi
416
437
  }));
417
438
  });
418
- MoveDownSingle.displayName = "MoveDownSingle";
419
- var element$3 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.25 13.036C1.25 12.1523 1.96634 11.436 2.85 11.436H13.15C14.0337 11.436 14.75 12.1523 14.75 13.036C14.75 13.9196 14.0337 14.636 13.15 14.636H2.85C1.96635 14.636 1.25 13.9196 1.25 13.036ZM2.85 12.636C2.62909 12.636 2.45 12.8151 2.45 13.036C2.45 13.2569 2.62909 13.436 2.85 13.436H13.15C13.3709 13.436 13.55 13.2569 13.55 13.036C13.55 12.8151 13.3709 12.636 13.15 12.636H2.85Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.57564 4.38825C5.80995 4.62256 6.18985 4.62256 6.42417 4.38825L7.3999 3.41251V9.63049C7.3999 9.96186 7.66853 10.2305 7.9999 10.2305C8.33127 10.2305 8.5999 9.96186 8.5999 9.63049V3.41251L9.57564 4.38825C9.80995 4.62256 10.1899 4.62256 10.4242 4.38825C10.6585 4.15393 10.6585 3.77403 10.4242 3.53972L8.4324 1.54796C8.32324 1.43445 8.16982 1.36382 7.9999 1.36382C7.82998 1.36382 7.67655 1.43446 7.56739 1.54797L5.57564 3.53972C5.34132 3.77403 5.34132 4.15393 5.57564 4.38825Z" } }] }, MoveUpSingle = forwardRef(function(props, ref) {
420
- return createElement(IconBase, Object.assign({}, props, {
439
+ Kt.displayName = "MoveDownSingle";
440
+ var bi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M1.25 13.036C1.25 12.1523 1.96634 11.436 2.85 11.436H13.15C14.0337 11.436 14.75 12.1523 14.75 13.036C14.75 13.9196 14.0337 14.636 13.15 14.636H2.85C1.96635 14.636 1.25 13.9196 1.25 13.036ZM2.85 12.636C2.62909 12.636 2.45 12.8151 2.45 13.036C2.45 13.2569 2.62909 13.436 2.85 13.436H13.15C13.3709 13.436 13.55 13.2569 13.55 13.036C13.55 12.8151 13.3709 12.636 13.15 12.636H2.85Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M5.57564 4.38825C5.80995 4.62256 6.18985 4.62256 6.42417 4.38825L7.3999 3.41251V9.63049C7.3999 9.96186 7.66853 10.2305 7.9999 10.2305C8.33127 10.2305 8.5999 9.96186 8.5999 9.63049V3.41251L9.57564 4.38825C9.80995 4.62256 10.1899 4.62256 10.4242 4.38825C10.6585 4.15393 10.6585 3.77403 10.4242 3.53972L8.4324 1.54796C8.32324 1.43445 8.16982 1.36382 7.9999 1.36382C7.82998 1.36382 7.67655 1.43446 7.56739 1.54797L5.57564 3.53972C5.34132 3.77403 5.34132 4.15393 5.57564 4.38825Z" } }] }, Gt = A(function(i, e) {
441
+ return $(H, Object.assign({}, i, {
421
442
  id: "move-up-single",
422
- ref,
423
- icon: element$3
443
+ ref: e,
444
+ icon: bi
424
445
  }));
425
446
  });
426
- MoveUpSingle.displayName = "MoveUpSingle";
427
- var element$2 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1204", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1204)" }, children: [{ tag: "rect", attrs: { width: 12.62, height: 2.79, x: 1.69, y: 12.25, fill: "colorChannel1", rx: 1.4 } }, { tag: "path", attrs: { fill: "currentColor", d: "M7.74646 2.1642C7.34284 1.65121 6.85947 1.28205 6.38447 1.09593C5.86863 0.893787 5.15166 0.852126 4.70047 1.42917C4.29842 1.94344 4.33082 2.70249 4.57691 3.50395C4.68808 3.8661 4.86846 4.22254 5.12522 4.56617C5.13695 4.58185 5.14927 4.5968 5.16211 4.61102C5.17152 4.6214 5.18122 4.63139 5.19115 4.64096C5.20459 4.65393 5.21855 4.66618 5.23296 4.6777L3.5064 6.40422C3.26756 6.64306 3.26756 7.03033 3.5064 7.26919L7.23756 11.0004C7.47648 11.2392 7.86375 11.2392 8.1026 11.0004L12.8329 6.27001C13.0717 6.03117 13.0717 5.6439 12.8329 5.40505L9.10172 1.67387C8.86288 1.43503 8.47561 1.43503 8.23676 1.67387L7.74646 2.1642ZM7.46162 4.50638C7.47252 4.57574 7.48163 4.64652 7.4888 4.71868C7.52232 5.05481 7.82194 5.30013 8.15807 5.26661C8.4942 5.23311 8.73954 4.93345 8.70601 4.59732C8.65786 4.11463 8.54251 3.6666 8.37892 3.26169L8.66928 2.97135L11.5354 5.83753L10.6106 6.76237H4.87824L7.40802 4.2326C7.42885 4.32128 7.44684 4.41255 7.46162 4.50638ZM6.87284 3.03784C6.57441 2.62008 6.22261 2.34634 5.93815 2.23487C5.80233 2.18165 5.71528 2.17827 5.67638 2.18335C5.6725 2.18387 5.66929 2.18443 5.6666 2.18497L5.6619 2.18607C5.64166 2.21954 5.53594 2.45979 5.74626 3.1449C5.81241 3.36036 5.92262 3.58602 6.09307 3.81761L6.87284 3.03784Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.1932 11.5463C12.6454 11.5463 13.012 11.1797 13.012 10.7275C13.012 10.4475 12.6981 9.92821 12.459 9.5733C12.3299 9.38173 12.0564 9.38174 11.9274 9.57331C11.6883 9.92822 11.3744 10.4475 11.3744 10.7275C11.3744 11.1797 11.741 11.5463 12.1932 11.5463Z" } }] }] }, PaintBucket = forwardRef(function(props, ref) {
428
- return createElement(IconBase, Object.assign({}, props, {
447
+ Gt.displayName = "MoveUpSingle";
448
+ var xi = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em" }, children: [{ tag: "mask", attrs: { id: "mask0_102_1204", style: { maskType: "alpha" }, width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse" }, children: [{ tag: "path", attrs: { fill: "#DCDCDC", d: "M0 0H16V16H0z" } }] }, { tag: "g", attrs: { mask: "url(#mask0_102_1204)" }, children: [{ tag: "rect", attrs: { width: 12.62, height: 2.79, x: 1.69, y: 12.25, fill: "colorChannel1", rx: 1.4 } }, { tag: "path", attrs: { fill: "currentColor", d: "M7.74646 2.1642C7.34284 1.65121 6.85947 1.28205 6.38447 1.09593C5.86863 0.893787 5.15166 0.852126 4.70047 1.42917C4.29842 1.94344 4.33082 2.70249 4.57691 3.50395C4.68808 3.8661 4.86846 4.22254 5.12522 4.56617C5.13695 4.58185 5.14927 4.5968 5.16211 4.61102C5.17152 4.6214 5.18122 4.63139 5.19115 4.64096C5.20459 4.65393 5.21855 4.66618 5.23296 4.6777L3.5064 6.40422C3.26756 6.64306 3.26756 7.03033 3.5064 7.26919L7.23756 11.0004C7.47648 11.2392 7.86375 11.2392 8.1026 11.0004L12.8329 6.27001C13.0717 6.03117 13.0717 5.6439 12.8329 5.40505L9.10172 1.67387C8.86288 1.43503 8.47561 1.43503 8.23676 1.67387L7.74646 2.1642ZM7.46162 4.50638C7.47252 4.57574 7.48163 4.64652 7.4888 4.71868C7.52232 5.05481 7.82194 5.30013 8.15807 5.26661C8.4942 5.23311 8.73954 4.93345 8.70601 4.59732C8.65786 4.11463 8.54251 3.6666 8.37892 3.26169L8.66928 2.97135L11.5354 5.83753L10.6106 6.76237H4.87824L7.40802 4.2326C7.42885 4.32128 7.44684 4.41255 7.46162 4.50638ZM6.87284 3.03784C6.57441 2.62008 6.22261 2.34634 5.93815 2.23487C5.80233 2.18165 5.71528 2.17827 5.67638 2.18335C5.6725 2.18387 5.66929 2.18443 5.6666 2.18497L5.6619 2.18607C5.64166 2.21954 5.53594 2.45979 5.74626 3.1449C5.81241 3.36036 5.92262 3.58602 6.09307 3.81761L6.87284 3.03784Z", fillRule: "evenodd", clipRule: "evenodd" } }, { tag: "path", attrs: { fill: "currentColor", d: "M12.1932 11.5463C12.6454 11.5463 13.012 11.1797 13.012 10.7275C13.012 10.4475 12.6981 9.92821 12.459 9.5733C12.3299 9.38173 12.0564 9.38174 11.9274 9.57331C11.6883 9.92822 11.3744 10.4475 11.3744 10.7275C11.3744 11.1797 11.741 11.5463 12.1932 11.5463Z" } }] }] }, Xt = A(function(i, e) {
449
+ return $(H, Object.assign({}, i, {
429
450
  id: "paint-bucket",
430
- ref,
431
- icon: element$2
451
+ ref: e,
452
+ icon: xi
432
453
  }));
433
454
  });
434
- PaintBucket.displayName = "PaintBucket";
435
- var element$1 = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "g", attrs: { fill: "currentColor", clipPath: "url(#text-single_clip0_1293_26)" }, children: [{ tag: "path", attrs: { d: "M2.22891 2.07227C1.89754 2.07227 1.62891 2.34089 1.62891 2.67227C1.62891 3.00364 1.89754 3.27227 2.22891 3.27227H6.29541V14.0056C6.29541 14.337 6.56404 14.6056 6.89541 14.6056C7.22678 14.6056 7.49541 14.337 7.49541 14.0056V3.27227H11.5622C11.8936 3.27227 12.1622 3.00364 12.1622 2.67227C12.1622 2.34089 11.8936 2.07227 11.5622 2.07227H2.22891Z" } }, { tag: "path", attrs: { d: "M10.2289 6.40552C9.89754 6.40552 9.62891 6.67415 9.62891 7.00552C9.62891 7.33689 9.89754 7.60552 10.2289 7.60552H12.2954V14.0055C12.2954 14.3369 12.564 14.6055 12.8954 14.6055C13.2268 14.6055 13.4954 14.3369 13.4954 14.0055V7.60552H15.5622C15.8936 7.60552 16.1622 7.33689 16.1622 7.00552C16.1622 6.67415 15.8936 6.40552 15.5622 6.40552H10.2289Z" } }] }, { tag: "defs", attrs: {}, children: [{ tag: "clipPath", attrs: { id: "text-single_clip0_1293_26" }, children: [{ tag: "path", attrs: { fill: "#fff", d: "M0 0H16V16H0z", transform: "translate(.9)" } }] }] }], defIds: ["text-single_clip0_1293_26"] }, TextSingle = forwardRef(function(props, ref) {
436
- return createElement(IconBase, Object.assign({}, props, {
455
+ Xt.displayName = "PaintBucket";
456
+ var Ei = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "g", attrs: { fill: "currentColor", clipPath: "url(#text-single_clip0_1293_26)" }, children: [{ tag: "path", attrs: { d: "M2.22891 2.07227C1.89754 2.07227 1.62891 2.34089 1.62891 2.67227C1.62891 3.00364 1.89754 3.27227 2.22891 3.27227H6.29541V14.0056C6.29541 14.337 6.56404 14.6056 6.89541 14.6056C7.22678 14.6056 7.49541 14.337 7.49541 14.0056V3.27227H11.5622C11.8936 3.27227 12.1622 3.00364 12.1622 2.67227C12.1622 2.34089 11.8936 2.07227 11.5622 2.07227H2.22891Z" } }, { tag: "path", attrs: { d: "M10.2289 6.40552C9.89754 6.40552 9.62891 6.67415 9.62891 7.00552C9.62891 7.33689 9.89754 7.60552 10.2289 7.60552H12.2954V14.0055C12.2954 14.3369 12.564 14.6055 12.8954 14.6055C13.2268 14.6055 13.4954 14.3369 13.4954 14.0055V7.60552H15.5622C15.8936 7.60552 16.1622 7.33689 16.1622 7.00552C16.1622 6.67415 15.8936 6.40552 15.5622 6.40552H10.2289Z" } }] }, { tag: "defs", attrs: {}, children: [{ tag: "clipPath", attrs: { id: "text-single_clip0_1293_26" }, children: [{ tag: "path", attrs: { fill: "#fff", d: "M0 0H16V16H0z", transform: "translate(.9)" } }] }] }], defIds: ["text-single_clip0_1293_26"] }, Yt = A(function(i, e) {
457
+ return $(H, Object.assign({}, i, {
437
458
  id: "text-single",
438
- ref,
439
- icon: element$1
459
+ ref: e,
460
+ icon: Ei
440
461
  }));
441
462
  });
442
- TextSingle.displayName = "TextSingle";
443
- var element = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.82994 1.40913C7.88746 1.35161 7.95376 1.30821 8.02453 1.27893C8.09527 1.24959 8.17285 1.2334 8.2542 1.2334C8.33555 1.2334 8.41313 1.24959 8.48387 1.27893C8.55464 1.30821 8.62094 1.35161 8.67846 1.40913L10.6785 3.40913C10.9128 3.64345 10.9128 4.02335 10.6785 4.25766C10.4441 4.49198 10.0642 4.49198 9.82994 4.25766L8.8542 3.28193V5.8334C8.8542 6.16477 8.58557 6.4334 8.2542 6.4334C7.92283 6.4334 7.6542 6.16477 7.6542 5.8334V3.28193L6.67846 4.25766C6.44415 4.49198 6.06425 4.49198 5.82994 4.25766C5.59562 4.02335 5.59562 3.64345 5.82994 3.40913L7.82994 1.40913Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.50439 9C1.50439 8.11634 2.22074 7.4 3.10439 7.4H13.4044C14.288 7.4 15.0044 8.11634 15.0044 9 15.0044 9.88366 14.2881 10.6 13.4044 10.6H3.1044C2.22074 10.6 1.50439 9.88366 1.50439 9zM3.10439 8.6C2.88348 8.6 2.70439 8.77909 2.70439 9 2.70439 9.22091 2.88348 9.4 3.1044 9.4H13.4044C13.6253 9.4 13.8044 9.22091 13.8044 9 13.8044 8.77909 13.6253 8.6 13.4044 8.6H3.10439zM1.6543 13.1665C1.6543 12.2828 2.37064 11.5665 3.2543 11.5665H13.5543C14.438 11.5665 15.1543 12.2828 15.1543 13.1665 15.1543 14.0502 14.438 14.7665 13.5543 14.7665H3.2543C2.37064 14.7665 1.6543 14.0502 1.6543 13.1665zM3.2543 12.7665C3.03338 12.7665 2.8543 12.9456 2.8543 13.1665 2.8543 13.3874 3.03338 13.5665 3.2543 13.5665H13.5543C13.7752 13.5665 13.9543 13.3874 13.9543 13.1665 13.9543 12.9456 13.7752 12.7665 13.5543 12.7665H3.2543z", fillRule: "evenodd", clipRule: "evenodd" } }] }, TopmostSingle = forwardRef(function(props, ref) {
444
- return createElement(IconBase, Object.assign({}, props, {
463
+ Yt.displayName = "TextSingle";
464
+ var Ri = { tag: "svg", attrs: { fill: "none", viewBox: "0 0 17 16", width: "1em", height: "1em" }, children: [{ tag: "path", attrs: { fill: "currentColor", d: "M7.82994 1.40913C7.88746 1.35161 7.95376 1.30821 8.02453 1.27893C8.09527 1.24959 8.17285 1.2334 8.2542 1.2334C8.33555 1.2334 8.41313 1.24959 8.48387 1.27893C8.55464 1.30821 8.62094 1.35161 8.67846 1.40913L10.6785 3.40913C10.9128 3.64345 10.9128 4.02335 10.6785 4.25766C10.4441 4.49198 10.0642 4.49198 9.82994 4.25766L8.8542 3.28193V5.8334C8.8542 6.16477 8.58557 6.4334 8.2542 6.4334C7.92283 6.4334 7.6542 6.16477 7.6542 5.8334V3.28193L6.67846 4.25766C6.44415 4.49198 6.06425 4.49198 5.82994 4.25766C5.59562 4.02335 5.59562 3.64345 5.82994 3.40913L7.82994 1.40913Z" } }, { tag: "path", attrs: { fill: "currentColor", d: "M1.50439 9C1.50439 8.11634 2.22074 7.4 3.10439 7.4H13.4044C14.288 7.4 15.0044 8.11634 15.0044 9 15.0044 9.88366 14.2881 10.6 13.4044 10.6H3.1044C2.22074 10.6 1.50439 9.88366 1.50439 9zM3.10439 8.6C2.88348 8.6 2.70439 8.77909 2.70439 9 2.70439 9.22091 2.88348 9.4 3.1044 9.4H13.4044C13.6253 9.4 13.8044 9.22091 13.8044 9 13.8044 8.77909 13.6253 8.6 13.4044 8.6H3.10439zM1.6543 13.1665C1.6543 12.2828 2.37064 11.5665 3.2543 11.5665H13.5543C14.438 11.5665 15.1543 12.2828 15.1543 13.1665 15.1543 14.0502 14.438 14.7665 13.5543 14.7665H3.2543C2.37064 14.7665 1.6543 14.0502 1.6543 13.1665zM3.2543 12.7665C3.03338 12.7665 2.8543 12.9456 2.8543 13.1665 2.8543 13.3874 3.03338 13.5665 3.2543 13.5665H13.5543C13.7752 13.5665 13.9543 13.3874 13.9543 13.1665 13.9543 12.9456 13.7752 12.7665 13.5543 12.7665H3.2543z", fillRule: "evenodd", clipRule: "evenodd" } }] }, kt = A(function(i, e) {
465
+ return $(H, Object.assign({}, i, {
445
466
  id: "topmost-single",
446
- ref,
447
- icon: element
467
+ ref: e,
468
+ icon: Ri
448
469
  }));
449
470
  });
450
- TopmostSingle.displayName = "TopmostSingle";
451
- const UpdateSlideElementOperation = {
471
+ kt.displayName = "TopmostSingle";
472
+ const K = {
452
473
  id: "slide.operation.update-element",
453
- type: CommandType.OPERATION,
454
- handler: /* @__PURE__ */ __name((accessor, params) => {
455
- const { oKey, props } = params, univerInstanceService = accessor.get(IUniverInstanceService), unitId = params == null ? void 0 : params.unitId, slideData = univerInstanceService.getUnit(unitId);
456
- if (!slideData) return !1;
457
- const activePage = slideData.getActivePage();
458
- return activePage.pageElements[oKey] = Tools.deepMerge(activePage.pageElements[oKey], props), slideData.updatePage(activePage.id, activePage), !0;
459
- }, "handler")
460
- }, imageCommonPanel$1 = "univer-image-common-panel", imageCommonPanelGrid$1 = "univer-image-common-panel-grid", imageCommonPanelBorder$1 = "univer-image-common-panel-border", imageCommonPanelTitle$1 = "univer-image-common-panel-title", imageCommonPanelSubtitle$1 = "univer-image-common-panel-subtitle", imageCommonPanelRow$1 = "univer-image-common-panel-row", imageCommonPanelRowVertical$1 = "univer-image-common-panel-row-vertical", imageCommonPanelColumn$1 = "univer-image-common-panel-column", imageCommonPanelColumnCenter$1 = "univer-image-common-panel-column-center", imageCommonPanelInline$1 = "univer-image-common-panel-inline", imageCommonPanelSpan2$1 = "univer-image-common-panel-span2", imageCommonPanelSpan3$1 = "univer-image-common-panel-span3", imageCommonPanelInput$1 = "univer-image-common-panel-input", slidePanelColorPicker = "univer-slide-panel-color-picker", styles$4 = {
461
- imageCommonPanel: imageCommonPanel$1,
462
- imageCommonPanelGrid: imageCommonPanelGrid$1,
463
- imageCommonPanelBorder: imageCommonPanelBorder$1,
464
- imageCommonPanelTitle: imageCommonPanelTitle$1,
465
- imageCommonPanelSubtitle: imageCommonPanelSubtitle$1,
466
- imageCommonPanelRow: imageCommonPanelRow$1,
467
- imageCommonPanelRowVertical: imageCommonPanelRowVertical$1,
468
- imageCommonPanelColumn: imageCommonPanelColumn$1,
469
- imageCommonPanelColumnCenter: imageCommonPanelColumnCenter$1,
470
- imageCommonPanelInline: imageCommonPanelInline$1,
471
- imageCommonPanelSpan2: imageCommonPanelSpan2$1,
472
- imageCommonPanelSpan3: imageCommonPanelSpan3$1,
473
- imageCommonPanelInput: imageCommonPanelInput$1,
474
- slidePanelColorPicker
474
+ type: D.OPERATION,
475
+ handler: (i, e) => {
476
+ const { oKey: t, props: n } = e, r = i.get(j), s = e == null ? void 0 : e.unitId, o = r.getUnit(s);
477
+ if (!o) return !1;
478
+ const a = o.getActivePage();
479
+ return a.pageElements[t] = vn.deepMerge(a.pageElements[t], n), o.updatePage(a.id, a), !0;
480
+ }
481
+ }, Oi = "univer-image-common-panel", ji = "univer-image-common-panel-grid", yi = "univer-image-common-panel-border", Ti = "univer-image-common-panel-title", Mi = "univer-image-common-panel-subtitle", wi = "univer-image-common-panel-row", Ni = "univer-image-common-panel-row-vertical", Di = "univer-image-common-panel-column", Ui = "univer-image-common-panel-column-center", Vi = "univer-image-common-panel-inline", Bi = "univer-image-common-panel-span2", Li = "univer-image-common-panel-span3", Ai = "univer-image-common-panel-input", $i = "univer-slide-panel-color-picker", m = {
482
+ imageCommonPanel: Oi,
483
+ imageCommonPanelGrid: ji,
484
+ imageCommonPanelBorder: yi,
485
+ imageCommonPanelTitle: Ti,
486
+ imageCommonPanelSubtitle: Mi,
487
+ imageCommonPanelRow: wi,
488
+ imageCommonPanelRowVertical: Ni,
489
+ imageCommonPanelColumn: Di,
490
+ imageCommonPanelColumnCenter: Ui,
491
+ imageCommonPanelInline: Vi,
492
+ imageCommonPanelSpan2: Bi,
493
+ imageCommonPanelSpan3: Li,
494
+ imageCommonPanelInput: Ai,
495
+ slidePanelColorPicker: $i
475
496
  };
476
- function ArrangePanel$1(props) {
477
- const { pageId, unitId } = props, localeService = useDependency(LocaleService), canvasView = useDependency(CanvasView), commandService = useDependency(ICommandService), page = canvasView.getRenderUnitByPageId(pageId, unitId), scene = page == null ? void 0 : page.scene;
478
- if (!scene) return null;
479
- const transformer = scene.getTransformer();
480
- if (!transformer) return null;
481
- const object = transformer.getSelectedObjectMap().values().next().value;
482
- if (!object) return null;
483
- const onArrangeBtnClick = /* @__PURE__ */ __name((arrangeType) => {
484
- const allObjects = scene.getAllObjects(), [minZIndex, maxZIndex] = allObjects.reduce(([min, max], obj) => {
485
- const zIndex2 = obj.zIndex, minZIndex2 = zIndex2 < min ? zIndex2 : min, maxZIndex2 = zIndex2 > max ? zIndex2 : max;
486
- return [minZIndex2, maxZIndex2];
497
+ function Hi(i) {
498
+ const { pageId: e, unitId: t } = i, n = O(Q), r = O(M), s = O(U), o = r.getRenderUnitByPageId(e, t), a = o == null ? void 0 : o.scene;
499
+ if (!a) return null;
500
+ const c = a.getTransformer();
501
+ if (!c) return null;
502
+ const l = c.getSelectedObjectMap().values().next().value;
503
+ if (!l) return null;
504
+ const u = (h) => {
505
+ const v = a.getAllObjects(), [_, C] = v.reduce(([f, I], b) => {
506
+ const E = b.zIndex, w = E < f ? E : f, V = E > I ? E : I;
507
+ return [w, V];
487
508
  }, [0, 0]);
488
- let zIndex = object.zIndex;
489
- arrangeType === 3 ? zIndex = minZIndex - 1 : arrangeType === 2 ? zIndex = maxZIndex + 1 : arrangeType === 0 ? zIndex = object.zIndex + 1 : arrangeType === 1 && (zIndex = object.zIndex - 1), object.setProps({
490
- zIndex
491
- }), commandService.executeCommand(UpdateSlideElementOperation.id, {
492
- unitId,
493
- oKey: object == null ? void 0 : object.oKey,
509
+ let p = l.zIndex;
510
+ h === 3 ? p = _ - 1 : h === 2 ? p = C + 1 : h === 0 ? p = l.zIndex + 1 : h === 1 && (p = l.zIndex - 1), l.setProps({
511
+ zIndex: p
512
+ }), s.executeCommand(K.id, {
513
+ unitId: t,
514
+ oKey: l == null ? void 0 : l.oKey,
494
515
  props: {
495
- zIndex
516
+ zIndex: p
496
517
  }
497
518
  });
498
- }, "onArrangeBtnClick");
499
- return /* @__PURE__ */ jsxs("div", { className: styles$4.imageCommonPanelGrid, children: [
500
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelTitle), children: /* @__PURE__ */ jsx("div", { children: localeService.t("image-panel.arrange.title") }) }) }),
501
- /* @__PURE__ */ jsxs("div", { className: styles$4.imageCommonPanelRow, children: [
502
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan2), children: /* @__PURE__ */ jsx(Button, { size: "small", onClick: /* @__PURE__ */ __name(() => {
503
- onArrangeBtnClick(
519
+ };
520
+ return /* @__PURE__ */ d.jsxs("div", { className: m.imageCommonPanelGrid, children: [
521
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelTitle), children: /* @__PURE__ */ d.jsx("div", { children: n.t("image-panel.arrange.title") }) }) }),
522
+ /* @__PURE__ */ d.jsxs("div", { className: m.imageCommonPanelRow, children: [
523
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan2), children: /* @__PURE__ */ d.jsx(Pe, { size: "small", onClick: () => {
524
+ u(
504
525
  0
505
526
  /* forward */
506
527
  );
507
- }, "onClick"), children: /* @__PURE__ */ jsxs("span", { className: styles$4.imageCommonPanelInline, children: [
508
- /* @__PURE__ */ jsx(MoveUpSingle, {}),
509
- localeService.t("image-panel.arrange.forward")
528
+ }, children: /* @__PURE__ */ d.jsxs("span", { className: m.imageCommonPanelInline, children: [
529
+ /* @__PURE__ */ d.jsx(Gt, {}),
530
+ n.t("image-panel.arrange.forward")
510
531
  ] }) }) }),
511
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan2), children: /* @__PURE__ */ jsx(Button, { size: "small", onClick: /* @__PURE__ */ __name(() => {
512
- onArrangeBtnClick(
532
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan2), children: /* @__PURE__ */ d.jsx(Pe, { size: "small", onClick: () => {
533
+ u(
513
534
  1
514
535
  /* backward */
515
536
  );
516
- }, "onClick"), children: /* @__PURE__ */ jsxs("span", { className: styles$4.imageCommonPanelInline, children: [
517
- /* @__PURE__ */ jsx(MoveDownSingle, {}),
518
- localeService.t("image-panel.arrange.backward")
537
+ }, children: /* @__PURE__ */ d.jsxs("span", { className: m.imageCommonPanelInline, children: [
538
+ /* @__PURE__ */ d.jsx(Kt, {}),
539
+ n.t("image-panel.arrange.backward")
519
540
  ] }) }) })
520
541
  ] }),
521
- /* @__PURE__ */ jsxs("div", { className: styles$4.imageCommonPanelRow, children: [
522
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan2), children: /* @__PURE__ */ jsx(Button, { size: "small", onClick: /* @__PURE__ */ __name(() => {
523
- onArrangeBtnClick(
542
+ /* @__PURE__ */ d.jsxs("div", { className: m.imageCommonPanelRow, children: [
543
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan2), children: /* @__PURE__ */ d.jsx(Pe, { size: "small", onClick: () => {
544
+ u(
524
545
  2
525
546
  /* front */
526
547
  );
527
- }, "onClick"), children: /* @__PURE__ */ jsxs("span", { className: styles$4.imageCommonPanelInline, children: [
528
- /* @__PURE__ */ jsx(TopmostSingle, {}),
529
- localeService.t("image-panel.arrange.front")
548
+ }, children: /* @__PURE__ */ d.jsxs("span", { className: m.imageCommonPanelInline, children: [
549
+ /* @__PURE__ */ d.jsx(kt, {}),
550
+ n.t("image-panel.arrange.front")
530
551
  ] }) }) }),
531
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan2), children: /* @__PURE__ */ jsx(Button, { size: "small", onClick: /* @__PURE__ */ __name(() => {
532
- onArrangeBtnClick(
552
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan2), children: /* @__PURE__ */ d.jsx(Pe, { size: "small", onClick: () => {
553
+ u(
533
554
  3
534
555
  /* back */
535
556
  );
536
- }, "onClick"), children: /* @__PURE__ */ jsxs("span", { className: styles$4.imageCommonPanelInline, children: [
537
- /* @__PURE__ */ jsx(BottomSingle, {}),
538
- localeService.t("image-panel.arrange.back")
557
+ }, children: /* @__PURE__ */ d.jsxs("span", { className: m.imageCommonPanelInline, children: [
558
+ /* @__PURE__ */ d.jsx(zt, {}),
559
+ n.t("image-panel.arrange.back")
539
560
  ] }) }) })
540
561
  ] })
541
562
  ] });
542
563
  }
543
- __name(ArrangePanel$1, "ArrangePanel$1");
544
- function TransformPanel(props) {
545
- const { pageId, unitId } = props, localeService = useDependency(LocaleService), canvasView = useDependency(CanvasView), commandService = useDependency(ICommandService), page = canvasView.getRenderUnitByPageId(pageId, unitId), scene = page == null ? void 0 : page.scene;
546
- if (!scene) return null;
547
- const transformer = scene.getTransformer();
548
- if (!transformer) return null;
549
- const object = transformer.getSelectedObjectMap().values().next().value;
550
- if (!object) return null;
564
+ function Fi(i) {
565
+ const { pageId: e, unitId: t } = i, n = O(Q), r = O(M), s = O(U), o = r.getRenderUnitByPageId(e, t), a = o == null ? void 0 : o.scene;
566
+ if (!a) return null;
567
+ const c = a.getTransformer();
568
+ if (!c) return null;
569
+ const l = c.getSelectedObjectMap().values().next().value;
570
+ if (!l) return null;
551
571
  const {
552
- width: originWidth = 0,
553
- height: originHeight = 0,
554
- left: originX = 0,
555
- top: originY = 0,
556
- angle: originRotation = 0
557
- } = object, [width, setWidth] = useState(originWidth), [height, setHeight] = useState(originHeight), [xPosition, setXPosition] = useState(originX), [yPosition, setYPosition] = useState(originY), [rotation, setRotation] = useState(originRotation), changeObs = /* @__PURE__ */ __name((state) => {
558
- const { objects } = state, object2 = objects.values().next().value, {
559
- width: originWidth2 = 0,
560
- height: originHeight2 = 0,
561
- left: originX2 = 0,
562
- top: originY2 = 0,
563
- angle: originRotation2 = 0
564
- } = object2;
565
- setWidth(originWidth2), setHeight(originHeight2), setXPosition(originX2), setYPosition(originY2), setRotation(originRotation2);
566
- }, "changeObs");
567
- useEffect(() => {
568
- const changeStartSub = transformer.changeStart$.subscribe((state) => {
569
- changeObs(state);
570
- }), changingSub = transformer.changing$.subscribe((state) => {
571
- changeObs(state);
572
+ width: u = 0,
573
+ height: h = 0,
574
+ left: v = 0,
575
+ top: _ = 0,
576
+ angle: C = 0
577
+ } = l, [p, f] = W(u), [I, b] = W(h), [E, w] = W(v), [V, R] = W(_), [G, ce] = W(C), F = (S) => {
578
+ const { objects: le } = S, de = le.values().next().value, {
579
+ width: ln = 0,
580
+ height: dn = 0,
581
+ left: un = 0,
582
+ top: mn = 0,
583
+ angle: gn = 0
584
+ } = de;
585
+ f(ln), b(dn), w(un), R(mn), ce(gn);
586
+ };
587
+ oe(() => {
588
+ const S = c.changeStart$.subscribe((de) => {
589
+ F(de);
590
+ }), le = c.changing$.subscribe((de) => {
591
+ F(de);
572
592
  });
573
593
  return () => {
574
- changingSub.unsubscribe(), changeStartSub.unsubscribe();
594
+ le.unsubscribe(), S.unsubscribe();
575
595
  };
576
596
  }, []);
577
- function handleWidthChange(val) {
578
- !val || !object || (commandService.executeCommand(UpdateSlideElementOperation.id, {
579
- pageId,
580
- oKey: object.oKey,
597
+ function z(S) {
598
+ !S || !l || (s.executeCommand(K.id, {
599
+ pageId: e,
600
+ oKey: l.oKey,
581
601
  props: {
582
- width: val
602
+ width: S
583
603
  }
584
- }), object == null || object.resize(val, object.height), setWidth(val), transformer == null || transformer.refreshControls());
604
+ }), l == null || l.resize(S, l.height), f(S), c == null || c.refreshControls());
585
605
  }
586
- __name(handleWidthChange, "handleWidthChange");
587
- function handleHeightChange(val) {
588
- !val || !object || (commandService.executeCommand(UpdateSlideElementOperation.id, {
589
- pageId,
590
- oKey: object.oKey,
606
+ function ee(S) {
607
+ !S || !l || (s.executeCommand(K.id, {
608
+ pageId: e,
609
+ oKey: l.oKey,
591
610
  props: {
592
- height: val
611
+ height: S
593
612
  }
594
- }), object == null || object.resize(object.width, val), setHeight(val), transformer == null || transformer.refreshControls());
613
+ }), l == null || l.resize(l.width, S), b(S), c == null || c.refreshControls());
595
614
  }
596
- __name(handleHeightChange, "handleHeightChange");
597
- function handleXChange(val) {
598
- !val || !object || (commandService.executeCommand(UpdateSlideElementOperation.id, {
599
- pageId,
600
- oKey: object.oKey,
615
+ function te(S) {
616
+ !S || !l || (s.executeCommand(K.id, {
617
+ pageId: e,
618
+ oKey: l.oKey,
601
619
  props: {
602
- left: val
620
+ left: S
603
621
  }
604
- }), object == null || object.translate(val, object.top), setXPosition(val), transformer == null || transformer.refreshControls());
622
+ }), l == null || l.translate(S, l.top), w(S), c == null || c.refreshControls());
605
623
  }
606
- __name(handleXChange, "handleXChange");
607
- function handleYChange(val) {
608
- !val || !object || (commandService.executeCommand(UpdateSlideElementOperation.id, {
609
- pageId,
610
- oKey: object.oKey,
624
+ function Se(S) {
625
+ !S || !l || (s.executeCommand(K.id, {
626
+ pageId: e,
627
+ oKey: l.oKey,
611
628
  props: {
612
- right: val
629
+ right: S
613
630
  }
614
- }), object == null || object.translate(object.left, val), setYPosition(val), transformer == null || transformer.refreshControls());
631
+ }), l == null || l.translate(l.left, S), R(S), c == null || c.refreshControls());
615
632
  }
616
- __name(handleYChange, "handleYChange");
617
- function handleChangeRotation(val) {
618
- !val || !object || (commandService.executeCommand(UpdateSlideElementOperation.id, {
619
- pageId,
620
- oKey: object.oKey,
633
+ function Ie(S) {
634
+ !S || !l || (s.executeCommand(K.id, {
635
+ pageId: e,
636
+ oKey: l.oKey,
621
637
  props: {
622
- angle: val
638
+ angle: S
623
639
  }
624
- }), object == null || object.transformByState({
625
- angle: val
626
- }), setRotation(val), transformer == null || transformer.refreshControls());
640
+ }), l == null || l.transformByState({
641
+ angle: S
642
+ }), ce(S), c == null || c.refreshControls());
627
643
  }
628
- return __name(handleChangeRotation, "handleChangeRotation"), /* @__PURE__ */ jsxs(
644
+ return /* @__PURE__ */ d.jsxs(
629
645
  "div",
630
646
  {
631
- className: clsx(styles$4.imageCommonPanelGrid, styles$4.imageCommonPanelBorder),
647
+ className: T(m.imageCommonPanelGrid, m.imageCommonPanelBorder),
632
648
  children: [
633
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelTitle), children: /* @__PURE__ */ jsx("div", { children: localeService.t("image-panel.transform.title") }) }) }),
634
- /* @__PURE__ */ jsxs("div", { className: styles$4.imageCommonPanelRow, children: [
635
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan3), children: /* @__PURE__ */ jsxs("label", { children: [
636
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: localeService.t("image-panel.transform.width") }) }),
637
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: /* @__PURE__ */ jsx(
638
- InputNumber,
649
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelTitle), children: /* @__PURE__ */ d.jsx("div", { children: n.t("image-panel.transform.title") }) }) }),
650
+ /* @__PURE__ */ d.jsxs("div", { className: m.imageCommonPanelRow, children: [
651
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan3), children: /* @__PURE__ */ d.jsxs("label", { children: [
652
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: n.t("image-panel.transform.width") }) }),
653
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: /* @__PURE__ */ d.jsx(
654
+ ue,
639
655
  {
640
- className: styles$4.imageCommonPanelInput,
656
+ className: m.imageCommonPanelInput,
641
657
  min: 1,
642
- value: width,
643
- onChange: /* @__PURE__ */ __name((val) => {
644
- handleWidthChange(val);
645
- }, "onChange")
658
+ value: p,
659
+ onChange: (S) => {
660
+ z(S);
661
+ }
646
662
  }
647
663
  ) }) })
648
664
  ] }) }),
649
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan3), children: /* @__PURE__ */ jsxs("label", { children: [
650
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: localeService.t("image-panel.transform.height") }) }),
651
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: /* @__PURE__ */ jsx(
652
- InputNumber,
665
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan3), children: /* @__PURE__ */ d.jsxs("label", { children: [
666
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: n.t("image-panel.transform.height") }) }),
667
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: /* @__PURE__ */ d.jsx(
668
+ ue,
653
669
  {
654
- className: styles$4.imageCommonPanelInput,
670
+ className: m.imageCommonPanelInput,
655
671
  min: 1,
656
- value: height,
657
- onChange: /* @__PURE__ */ __name((val) => {
658
- handleHeightChange(val);
659
- }, "onChange")
672
+ value: I,
673
+ onChange: (S) => {
674
+ ee(S);
675
+ }
660
676
  }
661
677
  ) }) })
662
678
  ] }) })
663
679
  ] }),
664
- /* @__PURE__ */ jsxs("div", { className: styles$4.imageCommonPanelRow, children: [
665
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan3), children: /* @__PURE__ */ jsxs("label", { children: [
666
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: localeService.t("image-panel.transform.x") }) }),
667
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: /* @__PURE__ */ jsx(
668
- InputNumber,
680
+ /* @__PURE__ */ d.jsxs("div", { className: m.imageCommonPanelRow, children: [
681
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan3), children: /* @__PURE__ */ d.jsxs("label", { children: [
682
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: n.t("image-panel.transform.x") }) }),
683
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: /* @__PURE__ */ d.jsx(
684
+ ue,
669
685
  {
670
- className: styles$4.imageCommonPanelInput,
686
+ className: m.imageCommonPanelInput,
671
687
  precision: 1,
672
688
  min: 0,
673
- value: xPosition,
674
- onChange: /* @__PURE__ */ __name((val) => {
675
- handleXChange(val);
676
- }, "onChange")
689
+ value: E,
690
+ onChange: (S) => {
691
+ te(S);
692
+ }
677
693
  }
678
694
  ) }) })
679
695
  ] }) }),
680
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan3), children: /* @__PURE__ */ jsxs("label", { children: [
681
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: localeService.t("image-panel.transform.y") }) }),
682
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: /* @__PURE__ */ jsx(
683
- InputNumber,
696
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan3), children: /* @__PURE__ */ d.jsxs("label", { children: [
697
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: n.t("image-panel.transform.y") }) }),
698
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: /* @__PURE__ */ d.jsx(
699
+ ue,
684
700
  {
685
- className: styles$4.imageCommonPanelInput,
701
+ className: m.imageCommonPanelInput,
686
702
  precision: 1,
687
703
  min: 0,
688
- value: yPosition,
689
- onChange: /* @__PURE__ */ __name((val) => {
690
- handleYChange(val);
691
- }, "onChange")
704
+ value: V,
705
+ onChange: (S) => {
706
+ Se(S);
707
+ }
692
708
  }
693
709
  ) }) })
694
710
  ] }) }),
695
- /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan3), children: /* @__PURE__ */ jsxs("label", { children: [
696
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: localeService.t("image-panel.transform.rotate") }) }),
697
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelColumn, children: /* @__PURE__ */ jsx(
698
- InputNumber,
711
+ /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan3), children: /* @__PURE__ */ d.jsxs("label", { children: [
712
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: n.t("image-panel.transform.rotate") }) }),
713
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelColumn, children: /* @__PURE__ */ d.jsx(
714
+ ue,
699
715
  {
700
- className: styles$4.imageCommonPanelInput,
716
+ className: m.imageCommonPanelInput,
701
717
  precision: 1,
702
- value: rotation,
703
- onChange: handleChangeRotation
718
+ value: G,
719
+ onChange: Ie
704
720
  }
705
721
  ) }) })
706
722
  ] }) })
@@ -709,55 +725,54 @@ function TransformPanel(props) {
709
725
  }
710
726
  );
711
727
  }
712
- __name(TransformPanel, "TransformPanel");
713
- function ArrangePanel(props) {
714
- var _a11, _b;
715
- const { pageId, unitId } = props, localeService = useDependency(LocaleService), canvasView = useDependency(CanvasView), commandService = useDependency(ICommandService), page = canvasView.getRenderUnitByPageId(pageId, unitId), scene = page == null ? void 0 : page.scene;
716
- if (!scene) return null;
717
- const transformer = scene.getTransformer();
718
- if (!transformer) return null;
719
- const object = transformer.getSelectedObjectMap().values().next().value;
720
- if (!object) return null;
721
- const [color, setColor] = React.useState((_b = (_a11 = object.fill) == null ? void 0 : _a11.toString()) != null ? _b : "");
722
- function handleChangeColor(color2) {
723
- object == null || object.setProps({
724
- fill: color2
725
- }), commandService.executeCommand(UpdateSlideElementOperation.id, {
726
- unitId,
727
- oKey: object == null ? void 0 : object.oKey,
728
+ function zi(i) {
729
+ var _, C;
730
+ const { pageId: e, unitId: t } = i, n = O(Q), r = O(M), s = O(U), o = r.getRenderUnitByPageId(e, t), a = o == null ? void 0 : o.scene;
731
+ if (!a) return null;
732
+ const c = a.getTransformer();
733
+ if (!c) return null;
734
+ const l = c.getSelectedObjectMap().values().next().value;
735
+ if (!l) return null;
736
+ const [u, h] = ke.useState((C = (_ = l.fill) == null ? void 0 : _.toString()) != null ? C : "");
737
+ function v(p) {
738
+ l == null || l.setProps({
739
+ fill: p
740
+ }), s.executeCommand(K.id, {
741
+ unitId: t,
742
+ oKey: l == null ? void 0 : l.oKey,
728
743
  props: {
729
744
  shape: {
730
745
  shapeProperties: {
731
746
  shapeBackgroundFill: {
732
- rgb: color2
747
+ rgb: p
733
748
  }
734
749
  }
735
750
  }
736
751
  }
737
- }), setColor(color2);
752
+ }), h(p);
738
753
  }
739
- return __name(handleChangeColor, "handleChangeColor"), /* @__PURE__ */ jsx(
754
+ return /* @__PURE__ */ d.jsx(
740
755
  "div",
741
756
  {
742
- className: clsx(styles$4.imageCommonPanelGrid, styles$4.imageCommonPanelBorder),
743
- children: /* @__PURE__ */ jsxs("div", { className: styles$4.imageCommonPanelGrid, children: [
744
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelTitle), children: /* @__PURE__ */ jsx("div", { children: localeService.t("slide.panel.fill.title") }) }) }),
745
- /* @__PURE__ */ jsx("div", { className: styles$4.imageCommonPanelRow, children: /* @__PURE__ */ jsx("div", { className: clsx(styles$4.imageCommonPanelColumn, styles$4.imageCommonPanelSpan2), children: /* @__PURE__ */ jsx(
746
- DropdownLegacy,
757
+ className: T(m.imageCommonPanelGrid, m.imageCommonPanelBorder),
758
+ children: /* @__PURE__ */ d.jsxs("div", { className: m.imageCommonPanelGrid, children: [
759
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelTitle), children: /* @__PURE__ */ d.jsx("div", { children: n.t("slide.panel.fill.title") }) }) }),
760
+ /* @__PURE__ */ d.jsx("div", { className: m.imageCommonPanelRow, children: /* @__PURE__ */ d.jsx("div", { className: T(m.imageCommonPanelColumn, m.imageCommonPanelSpan2), children: /* @__PURE__ */ d.jsx(
761
+ Vt,
747
762
  {
748
763
  align: {
749
764
  offset: [0, 18]
750
765
  },
751
- overlay: /* @__PURE__ */ jsx("section", { className: styles$4.slidePanelColorPicker, children: /* @__PURE__ */ jsx(
752
- ColorPicker,
766
+ overlay: /* @__PURE__ */ d.jsx("section", { className: m.slidePanelColorPicker, children: /* @__PURE__ */ d.jsx(
767
+ Wn,
753
768
  {
754
769
  value: "#fff",
755
- onChange: handleChangeColor
770
+ onChange: v
756
771
  }
757
772
  ) }),
758
- children: /* @__PURE__ */ jsxs("a", { className: styles$4.uiPluginSheetsBorderPanelButton, children: [
759
- /* @__PURE__ */ jsx(PaintBucket, { extend: { colorChannel1: color != null ? color : "rgb(var(--primary-color))" } }),
760
- /* @__PURE__ */ jsx("span", { className: styles$4.uiPluginSheetsBorderPanelMoreIcon, children: /* @__PURE__ */ jsx(MoreDownSingle, {}) })
773
+ children: /* @__PURE__ */ d.jsxs("a", { className: m.uiPluginSheetsBorderPanelButton, children: [
774
+ /* @__PURE__ */ d.jsx(Xt, { extend: { colorChannel1: u != null ? u : "rgb(var(--primary-color))" } }),
775
+ /* @__PURE__ */ d.jsx("span", { className: m.uiPluginSheetsBorderPanelMoreIcon, children: /* @__PURE__ */ d.jsx(qe, {}) })
761
776
  ] })
762
777
  }
763
778
  ) }) })
@@ -765,65 +780,63 @@ function ArrangePanel(props) {
765
780
  }
766
781
  );
767
782
  }
768
- __name(ArrangePanel, "ArrangePanel");
769
- const imageCommonPanel = "univer-image-common-panel", imageCommonPanelGrid = "univer-image-common-panel-grid", imageCommonPanelBorder = "univer-image-common-panel-border", imageCommonPanelTitle = "univer-image-common-panel-title", imageCommonPanelSubtitle = "univer-image-common-panel-subtitle", imageCommonPanelRow = "univer-image-common-panel-row", imageCommonPanelRowVertical = "univer-image-common-panel-row-vertical", imageCommonPanelColumn = "univer-image-common-panel-column", imageCommonPanelColumnCenter = "univer-image-common-panel-column-center", imageCommonPanelInline = "univer-image-common-panel-inline", imageCommonPanelSpan2 = "univer-image-common-panel-span2", imageCommonPanelSpan3 = "univer-image-common-panel-span3", imageCommonPanelInput = "univer-image-common-panel-input", styles$3 = {
770
- imageCommonPanel,
771
- imageCommonPanelGrid,
772
- imageCommonPanelBorder,
773
- imageCommonPanelTitle,
774
- imageCommonPanelSubtitle,
775
- imageCommonPanelRow,
776
- imageCommonPanelRowVertical,
777
- imageCommonPanelColumn,
778
- imageCommonPanelColumnCenter,
779
- imageCommonPanelInline,
780
- imageCommonPanelSpan2,
781
- imageCommonPanelSpan3,
782
- imageCommonPanelInput
783
- }, COMPONENT_SLIDE_SIDEBAR = "COMPONENT_SLIDE_SIDEBAR";
784
- function RectSidebar() {
785
- var _a11, _b, _c;
786
- const univerInstanceService = useDependency(IUniverInstanceService), canvasView = useDependency(CanvasView), currentSlide = univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE), pageId = (_a11 = currentSlide == null ? void 0 : currentSlide.getActivePage()) == null ? void 0 : _a11.id;
787
- if (!pageId) return null;
788
- const transformer = (_b = canvasView.getRenderUnitByPageId(pageId, pageId).scene) == null ? void 0 : _b.getTransformer();
789
- if (!transformer) return null;
790
- const object = transformer.getSelectedObjectMap().values().next().value;
791
- if (!object)
783
+ const Wi = "univer-image-common-panel", Ki = "univer-image-common-panel-grid", Gi = "univer-image-common-panel-border", Xi = "univer-image-common-panel-title", Yi = "univer-image-common-panel-subtitle", ki = "univer-image-common-panel-row", Zi = "univer-image-common-panel-row-vertical", qi = "univer-image-common-panel-column", Ji = "univer-image-common-panel-column-center", Qi = "univer-image-common-panel-inline", er = "univer-image-common-panel-span2", tr = "univer-image-common-panel-span3", nr = "univer-image-common-panel-input", ir = {
784
+ imageCommonPanel: Wi,
785
+ imageCommonPanelGrid: Ki,
786
+ imageCommonPanelBorder: Gi,
787
+ imageCommonPanelTitle: Xi,
788
+ imageCommonPanelSubtitle: Yi,
789
+ imageCommonPanelRow: ki,
790
+ imageCommonPanelRowVertical: Zi,
791
+ imageCommonPanelColumn: qi,
792
+ imageCommonPanelColumnCenter: Ji,
793
+ imageCommonPanelInline: Qi,
794
+ imageCommonPanelSpan2: er,
795
+ imageCommonPanelSpan3: tr,
796
+ imageCommonPanelInput: nr
797
+ }, Re = "COMPONENT_SLIDE_SIDEBAR";
798
+ function rr() {
799
+ var g, l, u;
800
+ const i = O(j), e = O(M), t = i.getCurrentUnitForType(x.UNIVER_SLIDE), n = (g = t == null ? void 0 : t.getActivePage()) == null ? void 0 : g.id;
801
+ if (!n) return null;
802
+ const s = (l = e.getRenderUnitByPageId(n, n).scene) == null ? void 0 : l.getTransformer();
803
+ if (!s) return null;
804
+ const a = s.getSelectedObjectMap().values().next().value;
805
+ if (!a)
792
806
  return null;
793
- const unitId = ((_c = univerInstanceService.getFocusedUnit()) == null ? void 0 : _c.getUnitId()) || "";
794
- return /* @__PURE__ */ jsxs("section", { className: styles$3.imageCommonPanel, children: [
795
- /* @__PURE__ */ jsx(ArrangePanel$1, { pageId, unitId }),
796
- /* @__PURE__ */ jsx(TransformPanel, { pageId, unitId }),
797
- object.objectType === ObjectType.RECT && /* @__PURE__ */ jsx(ArrangePanel, { pageId, unitId })
807
+ const c = ((u = i.getFocusedUnit()) == null ? void 0 : u.getUnitId()) || "";
808
+ return /* @__PURE__ */ d.jsxs("section", { className: ir.imageCommonPanel, children: [
809
+ /* @__PURE__ */ d.jsx(Hi, { pageId: n, unitId: c }),
810
+ /* @__PURE__ */ d.jsx(Fi, { pageId: n, unitId: c }),
811
+ a.objectType === he.RECT && /* @__PURE__ */ d.jsx(zi, { pageId: n, unitId: c })
798
812
  ] });
799
813
  }
800
- __name(RectSidebar, "RectSidebar");
801
- const InsertSlideShapeRectangleCommand = {
814
+ const Je = {
802
815
  id: "slide.command.insert-float-shape",
803
- type: CommandType.COMMAND,
804
- handler: /* @__PURE__ */ __name(async (accessor) => {
805
- var _a11;
806
- const commandService = accessor.get(ICommandService), unitId = (_a11 = accessor.get(IUniverInstanceService).getFocusedUnit()) == null ? void 0 : _a11.getUnitId();
807
- return commandService.executeCommand(InsertSlideShapeRectangleOperation.id, { unitId });
808
- }, "handler")
809
- }, InsertSlideShapeRectangleOperation = {
816
+ type: D.COMMAND,
817
+ handler: async (i) => {
818
+ var r;
819
+ const e = i.get(U), n = (r = i.get(j).getFocusedUnit()) == null ? void 0 : r.getUnitId();
820
+ return e.executeCommand(Zt.id, { unitId: n });
821
+ }
822
+ }, Zt = {
810
823
  id: "slide.operation.insert-float-shape",
811
- type: CommandType.OPERATION,
812
- handler: /* @__PURE__ */ __name(async (accessor, params) => {
813
- const id = generateRandomId(6), univerInstanceService = accessor.get(IUniverInstanceService), unitId = params.unitId, slideData = univerInstanceService.getUnit(unitId);
814
- if (!slideData) return !1;
815
- const activePage = slideData.getActivePage(), elements = Object.values(activePage.pageElements), maxIndex = elements != null && elements.length ? Math.max(...elements.map((element2) => element2.zIndex)) : 20, data = {
816
- id,
817
- zIndex: maxIndex + 1,
824
+ type: D.OPERATION,
825
+ handler: async (i, e) => {
826
+ const t = xt(6), n = i.get(j), r = e.unitId, s = n.getUnit(r);
827
+ if (!s) return !1;
828
+ const o = s.getActivePage(), a = Object.values(o.pageElements), c = a != null && a.length ? Math.max(...a.map((h) => h.zIndex)) : 20, g = {
829
+ id: t,
830
+ zIndex: c + 1,
818
831
  left: 378,
819
832
  top: 142,
820
833
  width: 250,
821
834
  height: 250,
822
- title: id,
835
+ title: t,
823
836
  description: "",
824
- type: PageElementType.SHAPE,
837
+ type: Xe.SHAPE,
825
838
  shape: {
826
- shapeType: BasicShapes.Rect,
839
+ shapeType: _n.Rect,
827
840
  text: "",
828
841
  shapeProperties: {
829
842
  shapeBackgroundFill: {
@@ -832,256 +845,252 @@ const InsertSlideShapeRectangleCommand = {
832
845
  }
833
846
  }
834
847
  };
835
- activePage.pageElements[id] = data, slideData.updatePage(activePage.id, activePage);
836
- const canvasview = accessor.get(CanvasView), sceneObject = canvasview.createObjectToPage(data, activePage.id, unitId);
837
- return sceneObject && canvasview.setObjectActiveByPage(sceneObject, activePage.id, unitId), !0;
838
- }, "handler")
839
- }, ToggleSlideEditSidebarOperation = {
848
+ o.pageElements[t] = g, s.updatePage(o.id, o);
849
+ const l = i.get(M), u = l.createObjectToPage(g, o.id, r);
850
+ return u && l.setObjectActiveByPage(u, o.id, r), !0;
851
+ }
852
+ }, He = {
840
853
  id: "sidebar.operation.slide-shape",
841
- type: CommandType.COMMAND,
842
- handler: /* @__PURE__ */ __name(async (accessor, params) => {
843
- const { visible, objectType } = params, sidebarService = accessor.get(ISidebarService), localeService = accessor.get(LocaleService);
844
- let title = "", children = "";
845
- return objectType === ObjectType.RECT ? (title = "slide.sidebar.shape", children = COMPONENT_SLIDE_SIDEBAR) : objectType === ObjectType.IMAGE ? (title = "slide.sidebar.image", children = COMPONENT_SLIDE_SIDEBAR) : objectType === ObjectType.RICH_TEXT && (title = "slide.sidebar.text", children = COMPONENT_SLIDE_SIDEBAR), visible ? sidebarService.open({
846
- header: { title: localeService.t(title) },
847
- children: { label: children },
848
- onClose: /* @__PURE__ */ __name(() => {
849
- }, "onClose"),
854
+ type: D.COMMAND,
855
+ handler: async (i, e) => {
856
+ const { visible: t, objectType: n } = e, r = i.get(Dt), s = i.get(Q);
857
+ let o = "", a = "";
858
+ return n === he.RECT ? (o = "slide.sidebar.shape", a = Re) : n === he.IMAGE ? (o = "slide.sidebar.image", a = Re) : n === he.RICH_TEXT && (o = "slide.sidebar.text", a = Re), t ? r.open({
859
+ header: { title: s.t(o) },
860
+ children: { label: a },
861
+ onClose: () => {
862
+ },
850
863
  width: 360
851
- }) : sidebarService.close(), !0;
852
- }, "handler")
853
- }, COMPONENT_SLIDE_IMAGE_POPUP_MENU = "COMPONENT_SLIDE_IMAGE_POPUP_MENU";
854
- var __defProp$7 = Object.defineProperty, __getOwnPropDesc$7 = Object.getOwnPropertyDescriptor, __decorateClass$7 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
855
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$7(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
856
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
857
- return kind && result && __defProp$7(target, key, result), result;
858
- }, "__decorateClass$7"), __decorateParam$7 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$7");
859
- function transformBound2OffsetBound(originBound, scene) {
860
- const topLeft = transformPosition2Offset(originBound.left, originBound.top, scene), bottomRight = transformPosition2Offset(originBound.right, originBound.bottom, scene);
864
+ }) : r.close(), !0;
865
+ }
866
+ }, qt = "COMPONENT_SLIDE_IMAGE_POPUP_MENU";
867
+ var sr = Object.defineProperty, or = Object.getOwnPropertyDescriptor, ar = (i, e, t, n) => {
868
+ for (var r = n > 1 ? void 0 : n ? or(e, t) : e, s = i.length - 1, o; s >= 0; s--)
869
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
870
+ return n && r && sr(e, t, r), r;
871
+ }, be = (i, e) => (t, n) => e(t, n, i);
872
+ function cr(i, e) {
873
+ const t = _t(i.left, i.top, e), n = _t(i.right, i.bottom, e);
861
874
  return {
862
- left: topLeft.x,
863
- top: topLeft.y,
864
- right: bottomRight.x,
865
- bottom: bottomRight.y
875
+ left: t.x,
876
+ top: t.y,
877
+ right: n.x,
878
+ bottom: n.y
866
879
  };
867
880
  }
868
- __name(transformBound2OffsetBound, "transformBound2OffsetBound");
869
- function transformPosition2Offset(x, y, scene) {
870
- const { scaleX, scaleY } = scene.getAncestorScale(), viewMain = scene.getViewport(SLIDE_KEY.VIEW);
871
- if (!viewMain)
881
+ function _t(i, e, t) {
882
+ const { scaleX: n, scaleY: r } = t.getAncestorScale(), s = t.getViewport(se.VIEW);
883
+ if (!s)
872
884
  return {
873
- x,
874
- y
885
+ x: i,
886
+ y: e
875
887
  };
876
- const { viewportScrollX: actualScrollX, viewportScrollY: actualScrollY } = viewMain, offsetX = (x - actualScrollX) * scaleX, offsetY = (y - actualScrollY) * scaleY;
888
+ const { viewportScrollX: o, viewportScrollY: a } = s, c = (i - o) * n, g = (e - a) * r;
877
889
  return {
878
- x: offsetX,
879
- y: offsetY
890
+ x: c,
891
+ y: g
880
892
  };
881
893
  }
882
- __name(transformPosition2Offset, "transformPosition2Offset");
883
- var _a3;
884
- let SlideCanvasPopMangerService = (_a3 = class extends Disposable {
885
- constructor(_globalPopupManagerService, _renderManagerService, _univerInstanceService, _commandService) {
886
- super(), this._globalPopupManagerService = _globalPopupManagerService, this._renderManagerService = _renderManagerService, this._univerInstanceService = _univerInstanceService, this._commandService = _commandService;
887
- }
888
- _createObjectPositionObserver(targetObject, currentRender) {
889
- const position = (/* @__PURE__ */ __name(() => {
890
- var _a11, _b, _c, _d;
891
- const { scene, engine } = currentRender, { left, top, width, height } = targetObject, horizontalOffset = (scene.width - ((_b = (_a11 = currentRender.mainComponent) == null ? void 0 : _a11.width) != null ? _b : 0)) / 2, verticalOffset = (scene.height - ((_d = (_c = currentRender.mainComponent) == null ? void 0 : _c.height) != null ? _d : 0)) / 2, bound = {
892
- left,
893
- right: left + width,
894
- top,
895
- bottom: top + height
896
- }, canvasElement = engine.getCanvasElement(), canvasClientRect = canvasElement.getBoundingClientRect(), widthOfCanvas = pxToNum(canvasElement.style.width), { scaleX, scaleY } = scene.getAncestorScale(), offsetBound = transformBound2OffsetBound(bound, scene), { top: topOffset, left: leftOffset, width: domWidth } = canvasClientRect, scaleAdjust = domWidth / widthOfCanvas;
894
+ let ye = class extends Ue {
895
+ constructor(i, e, t, n) {
896
+ super(), this._globalPopupManagerService = i, this._renderManagerService = e, this._univerInstanceService = t, this._commandService = n;
897
+ }
898
+ _createObjectPositionObserver(i, e) {
899
+ const n = (() => {
900
+ var F, z, ee, te;
901
+ const { scene: o, engine: a } = e, { left: c, top: g, width: l, height: u } = i, h = (o.width - ((z = (F = e.mainComponent) == null ? void 0 : F.width) != null ? z : 0)) / 2, v = (o.height - ((te = (ee = e.mainComponent) == null ? void 0 : ee.height) != null ? te : 0)) / 2, _ = {
902
+ left: c,
903
+ right: c + l,
904
+ top: g,
905
+ bottom: g + u
906
+ }, C = a.getCanvasElement(), p = C.getBoundingClientRect(), f = wn(C.style.width), { scaleX: I, scaleY: b } = o.getAncestorScale(), E = cr(_, o), { top: w, left: V, width: R } = p, G = R / f;
897
907
  return {
898
- left: offsetBound.left * scaleAdjust * scaleX + leftOffset + horizontalOffset,
899
- right: offsetBound.right * scaleAdjust * scaleX + leftOffset + horizontalOffset,
900
- top: offsetBound.top * scaleAdjust * scaleY + topOffset + verticalOffset,
901
- bottom: offsetBound.bottom * scaleAdjust * scaleY + topOffset + verticalOffset
908
+ left: E.left * G * I + V + h,
909
+ right: E.right * G * I + V + h,
910
+ top: E.top * G * b + w + v,
911
+ bottom: E.bottom * G * b + w + v
902
912
  };
903
- }, "calc"))(), position$ = new BehaviorSubject(position), disposable = new DisposableCollection();
913
+ })(), r = new J(n), s = new Ye();
904
914
  return {
905
- position,
906
- position$,
907
- disposable
915
+ position: n,
916
+ position$: r,
917
+ disposable: s
908
918
  };
909
919
  }
910
- attachPopupToObject(targetObject, popup) {
911
- const unitId = this._univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE).getUnitId(), currentRender = this._renderManagerService.getRenderById(unitId);
912
- if (!currentRender)
920
+ attachPopupToObject(i, e) {
921
+ const n = this._univerInstanceService.getCurrentUnitForType(x.UNIVER_SLIDE).getUnitId(), r = this._renderManagerService.getRenderById(n);
922
+ if (!r)
913
923
  return {
914
- dispose: /* @__PURE__ */ __name(() => {
915
- }, "dispose")
924
+ dispose: () => {
925
+ }
916
926
  };
917
- const { position, position$, disposable } = this._createObjectPositionObserver(targetObject, currentRender), id = this._globalPopupManagerService.addPopup({
918
- ...popup,
919
- unitId,
927
+ const { position: s, position$: o, disposable: a } = this._createObjectPositionObserver(i, r), c = this._globalPopupManagerService.addPopup({
928
+ ...e,
929
+ unitId: n,
920
930
  subUnitId: "default",
921
- anchorRect: position,
922
- anchorRect$: position$,
923
- canvasElement: currentRender.engine.getCanvasElement()
931
+ anchorRect: s,
932
+ anchorRect$: o,
933
+ canvasElement: r.engine.getCanvasElement()
924
934
  });
925
935
  return {
926
- dispose: /* @__PURE__ */ __name(() => {
927
- this._globalPopupManagerService.removePopup(id), position$.complete(), disposable.dispose();
928
- }, "dispose")
936
+ dispose: () => {
937
+ this._globalPopupManagerService.removePopup(c), o.complete(), a.dispose();
938
+ }
929
939
  };
930
940
  }
931
- }, __name(_a3, "SlideCanvasPopMangerService"), _a3);
932
- SlideCanvasPopMangerService = __decorateClass$7([
933
- __decorateParam$7(0, Inject(ICanvasPopupService)),
934
- __decorateParam$7(1, IRenderManagerService),
935
- __decorateParam$7(2, IUniverInstanceService),
936
- __decorateParam$7(3, ICommandService)
937
- ], SlideCanvasPopMangerService);
938
- var __defProp$6 = Object.defineProperty, __getOwnPropDesc$6 = Object.getOwnPropertyDescriptor, __decorateClass$6 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
939
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$6(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
940
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
941
- return kind && result && __defProp$6(target, key, result), result;
942
- }, "__decorateClass$6"), __decorateParam$6 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$6"), _a4;
943
- let SlidePopupMenuController = (_a4 = class extends RxDisposable {
944
- constructor(_canvasPopManagerService, _renderManagerService, _univerInstanceService, _contextService, _canvasView, _sidebarService, _commandService) {
941
+ };
942
+ ye = ar([
943
+ be(0, X(Dn)),
944
+ be(1, Y),
945
+ be(2, j),
946
+ be(3, U)
947
+ ], ye);
948
+ var lr = Object.defineProperty, dr = Object.getOwnPropertyDescriptor, ur = (i, e, t, n) => {
949
+ for (var r = n > 1 ? void 0 : n ? dr(e, t) : e, s = i.length - 1, o; s >= 0; s--)
950
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
951
+ return n && r && lr(e, t, r), r;
952
+ }, Z = (i, e) => (t, n) => e(t, n, i);
953
+ let Te = class extends fe {
954
+ constructor(e, t, n, r, s, o, a) {
945
955
  super();
946
- __publicField(this, "_initImagePopupMenu", /* @__PURE__ */ new Set());
947
- this._canvasPopManagerService = _canvasPopManagerService, this._renderManagerService = _renderManagerService, this._univerInstanceService = _univerInstanceService, this._contextService = _contextService, this._canvasView = _canvasView, this._sidebarService = _sidebarService, this._commandService = _commandService, this._init();
956
+ P(this, "_initImagePopupMenu", /* @__PURE__ */ new Set());
957
+ this._canvasPopManagerService = e, this._renderManagerService = t, this._univerInstanceService = n, this._contextService = r, this._canvasView = s, this._sidebarService = o, this._commandService = a, this._init();
948
958
  }
949
959
  _init() {
950
- this._univerInstanceService.getAllUnitsForType(UniverInstanceType.UNIVER_SLIDE).forEach((slide) => this._create(slide));
960
+ this._univerInstanceService.getAllUnitsForType(x.UNIVER_SLIDE).forEach((e) => this._create(e));
951
961
  }
952
- _create(slide) {
953
- if (!slide)
962
+ _create(e) {
963
+ if (!e)
954
964
  return;
955
- const unitId = slide.getUnitId();
956
- this._renderManagerService.has(unitId) && !this._initImagePopupMenu.has(unitId) && (this._popupMenuListener(unitId), this._initImagePopupMenu.add(unitId));
965
+ const t = e.getUnitId();
966
+ this._renderManagerService.has(t) && !this._initImagePopupMenu.has(t) && (this._popupMenuListener(t), this._initImagePopupMenu.add(t));
957
967
  }
958
- _hasCropObject(scene) {
968
+ _hasCropObject(e) {
959
969
  }
960
970
  // eslint-disable-next-line max-lines-per-function
961
- _popupMenuListener(unitId) {
962
- var _a11;
963
- const model = this._univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE), pages = (_a11 = model == null ? void 0 : model.getPages()) != null ? _a11 : {};
964
- Object.keys(pages).forEach((pageId) => {
965
- var _a12;
966
- const transformer = (_a12 = this._canvasView.getRenderUnitByPageId(pageId, unitId).scene) == null ? void 0 : _a12.getTransformer();
967
- if (!transformer) return;
968
- let singletonPopupDisposer;
971
+ _popupMenuListener(e) {
972
+ var r;
973
+ const t = this._univerInstanceService.getCurrentUnitForType(x.UNIVER_SLIDE), n = (r = t == null ? void 0 : t.getPages()) != null ? r : {};
974
+ Object.keys(n).forEach((s) => {
975
+ var g;
976
+ const a = (g = this._canvasView.getRenderUnitByPageId(s, e).scene) == null ? void 0 : g.getTransformer();
977
+ if (!a) return;
978
+ let c;
969
979
  this.disposeWithMe(
970
- toDisposable(
971
- transformer.createControl$.subscribe(() => {
972
- const selectedObjects = transformer.getSelectedObjectMap();
973
- if (selectedObjects.size > 1) {
974
- singletonPopupDisposer == null || singletonPopupDisposer.dispose();
980
+ Et(
981
+ a.createControl$.subscribe(() => {
982
+ const l = a.getSelectedObjectMap();
983
+ if (l.size > 1) {
984
+ c == null || c.dispose();
975
985
  return;
976
986
  }
977
- const object = selectedObjects.values().next().value;
978
- if (!object)
987
+ const u = l.values().next().value;
988
+ if (!u)
979
989
  return;
980
- const oKey = object.oKey;
981
- singletonPopupDisposer == null || singletonPopupDisposer.dispose(), singletonPopupDisposer = this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(object, {
982
- componentKey: COMPONENT_SLIDE_IMAGE_POPUP_MENU,
990
+ const h = u.oKey;
991
+ c == null || c.dispose(), c = this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(u, {
992
+ componentKey: qt,
983
993
  direction: "horizontal",
984
994
  offset: [2, 0],
985
995
  extraProps: {
986
- menuItems: this._getMenuItemsByObjectType(object.objectType, oKey, unitId)
996
+ menuItems: this._getMenuItemsByObjectType(u.objectType, h, e)
987
997
  }
988
- })), this._sidebarService.visible && this._commandService.executeCommand(ToggleSlideEditSidebarOperation.id, {
998
+ })), this._sidebarService.visible && this._commandService.executeCommand(He.id, {
989
999
  visible: !0,
990
- objectType: object.objectType
1000
+ objectType: u.objectType
991
1001
  });
992
1002
  })
993
1003
  )
994
1004
  ), this.disposeWithMe(
995
- transformer.clearControl$.subscribe(() => {
996
- singletonPopupDisposer == null || singletonPopupDisposer.dispose(), this._contextService.setContextValue(FOCUSING_COMMON_DRAWINGS, !1);
1005
+ a.clearControl$.subscribe(() => {
1006
+ c == null || c.dispose(), this._contextService.setContextValue(Sn, !1);
997
1007
  })
998
1008
  ), this.disposeWithMe(
999
- transformer.changing$.subscribe(() => {
1000
- singletonPopupDisposer == null || singletonPopupDisposer.dispose();
1001
- const selectedObjects = transformer.getSelectedObjectMap();
1002
- if (selectedObjects.size > 1) {
1003
- singletonPopupDisposer == null || singletonPopupDisposer.dispose();
1009
+ a.changing$.subscribe(() => {
1010
+ c == null || c.dispose();
1011
+ const l = a.getSelectedObjectMap();
1012
+ if (l.size > 1) {
1013
+ c == null || c.dispose();
1004
1014
  return;
1005
1015
  }
1006
- const object = selectedObjects.values().next().value;
1007
- object && this._commandService.executeCommand(UpdateSlideElementOperation.id, {
1008
- unitId,
1009
- oKey: object.oKey,
1016
+ const u = l.values().next().value;
1017
+ u && this._commandService.executeCommand(K.id, {
1018
+ unitId: e,
1019
+ oKey: u.oKey,
1010
1020
  props: {
1011
- width: object.width,
1012
- height: object.height,
1013
- left: object.left,
1014
- top: object.top
1021
+ width: u.width,
1022
+ height: u.height,
1023
+ left: u.left,
1024
+ top: u.top
1015
1025
  }
1016
1026
  });
1017
1027
  })
1018
1028
  );
1019
1029
  });
1020
1030
  }
1021
- _getMenuItemsByObjectType(objectType, oKey, unitId) {
1031
+ _getMenuItemsByObjectType(e, t, n) {
1022
1032
  return [{
1023
1033
  label: "slide.popup.edit",
1024
1034
  index: 0,
1025
- commandId: ToggleSlideEditSidebarOperation.id,
1035
+ commandId: He.id,
1026
1036
  commandParams: {
1027
1037
  visible: !0,
1028
- objectType
1038
+ objectType: e
1029
1039
  },
1030
1040
  disable: !1
1031
1041
  }, {
1032
1042
  label: "slide.popup.delete",
1033
1043
  index: 5,
1034
- commandId: DeleteSlideElementOperation.id,
1044
+ commandId: Lt.id,
1035
1045
  commandParams: {
1036
- id: oKey,
1037
- unitId
1046
+ id: t,
1047
+ unitId: n
1038
1048
  },
1039
1049
  disable: !1
1040
1050
  }];
1041
1051
  }
1042
- }, __name(_a4, "SlidePopupMenuController"), _a4);
1043
- SlidePopupMenuController = __decorateClass$6([
1044
- __decorateParam$6(0, Inject(SlideCanvasPopMangerService)),
1045
- __decorateParam$6(1, IRenderManagerService),
1046
- __decorateParam$6(2, IUniverInstanceService),
1047
- __decorateParam$6(3, IContextService),
1048
- __decorateParam$6(4, Inject(CanvasView)),
1049
- __decorateParam$6(5, ISidebarService),
1050
- __decorateParam$6(6, ICommandService)
1051
- ], SlidePopupMenuController);
1052
- const SetTextEditArrowOperation = {
1052
+ };
1053
+ Te = ur([
1054
+ Z(0, X(ye)),
1055
+ Z(1, Y),
1056
+ Z(2, j),
1057
+ Z(3, Ce),
1058
+ Z(4, X(M)),
1059
+ Z(5, Dt),
1060
+ Z(6, U)
1061
+ ], Te);
1062
+ const Me = {
1053
1063
  id: "slide.operation.edit-arrow",
1054
- type: CommandType.OPERATION,
1055
- handler: /* @__PURE__ */ __name(() => !0, "handler")
1056
- }, SLIDE_EDITOR_ID = createInternalEditorID("SLIDE_EDITOR");
1057
- var __defProp$5 = Object.defineProperty, __getOwnPropDesc$5 = Object.getOwnPropertyDescriptor, __decorateClass$5 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
1058
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$5(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
1059
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
1060
- return kind && result && __defProp$5(target, key, result), result;
1061
- }, "__decorateClass$5"), __decorateParam$5 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$5");
1062
- const ISlideEditorBridgeService = createIdentifier("univer.slide-editor-bridge.service");
1063
- var _a5;
1064
- let SlideEditorBridgeService = (_a5 = class extends Disposable {
1065
- constructor(_editorService, _contextService, _renderManagerService) {
1064
+ type: D.OPERATION,
1065
+ handler: () => !0
1066
+ }, ae = In("SLIDE_EDITOR");
1067
+ var mr = Object.defineProperty, gr = Object.getOwnPropertyDescriptor, hr = (i, e, t, n) => {
1068
+ for (var r = n > 1 ? void 0 : n ? gr(e, t) : e, s = i.length - 1, o; s >= 0; s--)
1069
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
1070
+ return n && r && mr(e, t, r), r;
1071
+ }, Le = (i, e) => (t, n) => e(t, n, i);
1072
+ const Qe = Rt("univer.slide-editor-bridge.service");
1073
+ let Fe = class extends Ue {
1074
+ constructor(e, t, n) {
1066
1075
  super();
1067
- __publicField(this, "_editorUnitId", SLIDE_EDITOR_ID);
1068
- __publicField(this, "_isForceKeepVisible", !1);
1069
- __publicField(this, "_editorIsDirty", !1);
1070
- __publicField(this, "_currentEditRectState", null);
1071
- __publicField(this, "_currentEditRectState$", new BehaviorSubject(null));
1072
- __publicField(this, "currentEditRectState$", this._currentEditRectState$.asObservable());
1073
- __publicField(this, "_visibleParam", {
1076
+ P(this, "_editorUnitId", ae);
1077
+ P(this, "_isForceKeepVisible", !1);
1078
+ P(this, "_editorIsDirty", !1);
1079
+ P(this, "_currentEditRectState", null);
1080
+ P(this, "_currentEditRectState$", new J(null));
1081
+ P(this, "currentEditRectState$", this._currentEditRectState$.asObservable());
1082
+ P(this, "_visibleParam", {
1074
1083
  visible: !1,
1075
- eventType: DeviceInputEventType.Dblclick,
1084
+ eventType: q.Dblclick,
1076
1085
  unitId: ""
1077
1086
  });
1078
- __publicField(this, "_visible$", new BehaviorSubject(this._visibleParam));
1079
- __publicField(this, "visible$", this._visible$.asObservable());
1080
- __publicField(this, "_afterVisible$", new BehaviorSubject(this._visibleParam));
1081
- __publicField(this, "afterVisible$", this._afterVisible$.asObservable());
1082
- __publicField(this, "endEditing$", new Subject());
1083
- __publicField(this, "_currentEditRectInfo");
1084
- this._editorService = _editorService, this._contextService = _contextService, this._renderManagerService = _renderManagerService;
1087
+ P(this, "_visible$", new J(this._visibleParam));
1088
+ P(this, "visible$", this._visible$.asObservable());
1089
+ P(this, "_afterVisible$", new J(this._visibleParam));
1090
+ P(this, "afterVisible$", this._afterVisible$.asObservable());
1091
+ P(this, "endEditing$", new Bt());
1092
+ P(this, "_currentEditRectInfo");
1093
+ this._editorService = e, this._contextService = t, this._renderManagerService = n;
1085
1094
  }
1086
1095
  dispose() {
1087
1096
  super.dispose();
@@ -1093,13 +1102,13 @@ let SlideEditorBridgeService = (_a5 = class extends Disposable {
1093
1102
  * 1st part of startEditing.
1094
1103
  * @editorInfo editorInfo
1095
1104
  */
1096
- setEditorRect(editorInfo) {
1097
- this._currentEditRectInfo = editorInfo, this._editorService.getFocusEditor() || (this._editorService.focus(SLIDE_EDITOR_ID), this._contextService.setContextValue(EDITOR_ACTIVATED, !1), this._contextService.setContextValue(FOCUSING_EDITOR_STANDALONE, !1), this._contextService.setContextValue(FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE, !1));
1098
- const editRectState = this.getEditRectState();
1099
- this._currentEditRectState = editRectState, this._currentEditRectState$.next(editRectState);
1105
+ setEditorRect(e) {
1106
+ this._currentEditRectInfo = e, this._editorService.getFocusEditor() || (this._editorService.focus(ae), this._contextService.setContextValue(Oe, !1), this._contextService.setContextValue(Ot, !1), this._contextService.setContextValue(jt, !1));
1107
+ const t = this.getEditRectState();
1108
+ this._currentEditRectState = t, this._currentEditRectState$.next(t);
1100
1109
  }
1101
- changeVisible(param) {
1102
- this._visibleParam = param, param.visible && (this._editorIsDirty = !1), this._visible$.next(this._visibleParam), this._afterVisible$.next(this._visibleParam);
1110
+ changeVisible(e) {
1111
+ this._visibleParam = e, e.visible && (this._editorIsDirty = !1), this._visible$.next(this._visibleParam), this._afterVisible$.next(this._visibleParam);
1103
1112
  }
1104
1113
  /**
1105
1114
  * get info from _currentEditRectInfo
@@ -1108,43 +1117,43 @@ let SlideEditorBridgeService = (_a5 = class extends Disposable {
1108
1117
  * && this@setEditorRect
1109
1118
  */
1110
1119
  getEditRectState() {
1111
- const editorUnitId = SLIDE_EDITOR_ID, editorRectInfo = this._currentEditRectInfo, unitId = editorRectInfo.unitId, docData = editorRectInfo.richTextObj.documentData;
1112
- docData.id = editorUnitId, docData.documentStyle = {
1113
- ...docData.documentStyle,
1114
- pageSize: { width: editorRectInfo.richTextObj.width, height: 1 / 0 }
1120
+ const e = ae, t = this._currentEditRectInfo, n = t.unitId, r = t.richTextObj.documentData;
1121
+ r.id = e, r.documentStyle = {
1122
+ ...r.documentStyle,
1123
+ pageSize: { width: t.richTextObj.width, height: 1 / 0 }
1115
1124
  };
1116
- const documentLayoutObject = {
1117
- documentModel: new DocumentDataModel(docData),
1125
+ const o = {
1126
+ documentModel: new Pn(r),
1118
1127
  fontString: "document",
1119
1128
  textRotation: { a: 0, v: 0 },
1120
1129
  wrapStrategy: 0,
1121
- verticalAlign: VerticalAlign.TOP,
1122
- horizontalAlign: HorizontalAlign.LEFT,
1130
+ verticalAlign: je.TOP,
1131
+ horizontalAlign: yt.LEFT,
1123
1132
  paddingData: { t: 0, b: 1, l: 2, r: 2 }
1124
- }, editorWidth = editorRectInfo.richTextObj.width, editorHeight = editorRectInfo.richTextObj.height, left = editorRectInfo.richTextObj.left, top = editorRectInfo.richTextObj.top, canvasOffset = {
1133
+ }, a = t.richTextObj.width, c = t.richTextObj.height, g = t.richTextObj.left, l = t.richTextObj.top, u = {
1125
1134
  left: 0,
1126
1135
  top: 0
1127
- }, renderUnit = this._renderManagerService.getRenderById(unitId), mainScene = renderUnit == null ? void 0 : renderUnit.scene, mainViewport = mainScene == null ? void 0 : mainScene.getViewport(SLIDE_KEY.VIEW), slideMainRect = mainScene == null ? void 0 : mainScene.getObject(SLIDE_KEY.COMPONENT), slidePos = {
1128
- x: (slideMainRect == null ? void 0 : slideMainRect.left) || 0,
1129
- y: (slideMainRect == null ? void 0 : slideMainRect.top) || 0
1130
- }, scrollX = (mainViewport == null ? void 0 : mainViewport.viewportScrollX) || 0, scrollY = (mainViewport == null ? void 0 : mainViewport.viewportScrollY) || 0;
1131
- return canvasOffset.left = slidePos.x - scrollX, canvasOffset.top = slidePos.y - scrollY, {
1136
+ }, h = this._renderManagerService.getRenderById(n), v = h == null ? void 0 : h.scene, _ = v == null ? void 0 : v.getViewport(se.VIEW), C = v == null ? void 0 : v.getObject(se.COMPONENT), p = {
1137
+ x: (C == null ? void 0 : C.left) || 0,
1138
+ y: (C == null ? void 0 : C.top) || 0
1139
+ }, f = (_ == null ? void 0 : _.viewportScrollX) || 0, I = (_ == null ? void 0 : _.viewportScrollY) || 0;
1140
+ return u.left = p.x - f, u.top = p.y - I, {
1132
1141
  position: {
1133
- startX: left,
1134
- startY: top,
1135
- endX: left + editorWidth,
1136
- endY: top + editorHeight
1142
+ startX: g,
1143
+ startY: l,
1144
+ endX: g + a,
1145
+ endY: l + c
1137
1146
  },
1138
1147
  scaleX: 1,
1139
1148
  scaleY: 1,
1140
- slideCardOffset: canvasOffset,
1141
- unitId,
1142
- editorUnitId,
1143
- documentLayoutObject
1149
+ slideCardOffset: u,
1150
+ unitId: n,
1151
+ editorUnitId: e,
1152
+ documentLayoutObject: o
1144
1153
  };
1145
1154
  }
1146
- changeEditorDirty(dirtyStatus) {
1147
- this._editorIsDirty = dirtyStatus;
1155
+ changeEditorDirty(e) {
1156
+ this._editorIsDirty = e;
1148
1157
  }
1149
1158
  isVisible() {
1150
1159
  return this._visibleParam.visible;
@@ -1158,14 +1167,14 @@ let SlideEditorBridgeService = (_a5 = class extends Disposable {
1158
1167
  /**
1159
1168
  * @deprecated
1160
1169
  */
1161
- genDocData(target) {
1162
- const editorUnitId = this.getCurrentEditorId(), content = target.text, fontSize = target.fs;
1170
+ genDocData(e) {
1171
+ const t = this.getCurrentEditorId(), n = e.text, r = e.fs;
1163
1172
  return {
1164
- id: editorUnitId,
1173
+ id: t,
1165
1174
  body: {
1166
- dataStream: `${content}\r
1175
+ dataStream: `${n}\r
1167
1176
  `,
1168
- textRuns: [{ st: 0, ed: content.length }],
1177
+ textRuns: [{ st: 0, ed: n.length }],
1169
1178
  paragraphs: [{
1170
1179
  paragraphStyle: {
1171
1180
  // no use
@@ -1173,9 +1182,9 @@ let SlideEditorBridgeService = (_a5 = class extends Disposable {
1173
1182
  // horizontalAlign: HorizontalAlign.CENTER,
1174
1183
  // verticalAlign: VerticalAlign.MIDDLE,
1175
1184
  },
1176
- startIndex: content.length + 1
1185
+ startIndex: n.length + 1
1177
1186
  }],
1178
- sectionBreaks: [{ startIndex: content.length + 2 }]
1187
+ sectionBreaks: [{ startIndex: n.length + 2 }]
1179
1188
  },
1180
1189
  documentStyle: {
1181
1190
  marginBottom: 0,
@@ -1183,10 +1192,10 @@ let SlideEditorBridgeService = (_a5 = class extends Disposable {
1183
1192
  marginRight: 0,
1184
1193
  marginTop: 0,
1185
1194
  pageSize: { width: 1 / 0, height: 1 / 0 },
1186
- textStyle: { fs: fontSize },
1195
+ textStyle: { fs: r },
1187
1196
  renderConfig: {
1188
1197
  // horizontalAlign: HorizontalAlign.CENTER,
1189
- verticalAlign: VerticalAlign.MIDDLE,
1198
+ verticalAlign: je.MIDDLE,
1190
1199
  centerAngle: 0,
1191
1200
  vertexAngle: 0,
1192
1201
  wrapStrategy: 0
@@ -1197,73 +1206,70 @@ let SlideEditorBridgeService = (_a5 = class extends Disposable {
1197
1206
  settings: { zoomRatio: 1 }
1198
1207
  };
1199
1208
  }
1200
- }, __name(_a5, "SlideEditorBridgeService"), _a5);
1201
- SlideEditorBridgeService = __decorateClass$5([
1202
- __decorateParam$5(0, IEditorService),
1203
- __decorateParam$5(1, IContextService),
1204
- __decorateParam$5(2, IRenderManagerService)
1205
- ], SlideEditorBridgeService);
1206
- const _SlideEditorManagerService = class _SlideEditorManagerService {
1209
+ };
1210
+ Fe = hr([
1211
+ Le(0, Ze),
1212
+ Le(1, Ce),
1213
+ Le(2, Y)
1214
+ ], Fe);
1215
+ class pr {
1207
1216
  constructor() {
1208
- __publicField(this, "_state", null);
1209
- __publicField(this, "_rect", null);
1210
- __publicField(this, "_state$", new BehaviorSubject(null));
1211
- __publicField(this, "state$", this._state$.asObservable());
1212
- __publicField(this, "_rect$", new BehaviorSubject(null));
1213
- __publicField(this, "rect$", this._rect$.asObservable());
1214
- __publicField(this, "_focus", !1);
1215
- __publicField(this, "_focus$", new BehaviorSubject(this._focus));
1216
- __publicField(this, "focus$", this._focus$.asObservable());
1217
+ P(this, "_state", null);
1218
+ P(this, "_rect", null);
1219
+ P(this, "_state$", new J(null));
1220
+ P(this, "state$", this._state$.asObservable());
1221
+ P(this, "_rect$", new J(null));
1222
+ P(this, "rect$", this._rect$.asObservable());
1223
+ P(this, "_focus", !1);
1224
+ P(this, "_focus$", new J(this._focus));
1225
+ P(this, "focus$", this._focus$.asObservable());
1217
1226
  }
1218
1227
  dispose() {
1219
1228
  this._state$.complete(), this._state = null, this._rect$.complete(), this._rect = null;
1220
1229
  }
1221
- setState(param) {
1222
- this._state = param, this._refresh(param);
1230
+ setState(e) {
1231
+ this._state = e, this._refresh(e);
1223
1232
  }
1224
1233
  getRect() {
1225
1234
  return this._rect;
1226
1235
  }
1227
- setRect(param) {
1228
- this._rect = param, this._rect$.next(param);
1236
+ setRect(e) {
1237
+ this._rect = e, this._rect$.next(e);
1229
1238
  }
1230
1239
  getState() {
1231
1240
  return this._state;
1232
1241
  }
1233
- setFocus(param = !1) {
1234
- this._focus = param, this._focus$.next(param);
1242
+ setFocus(e = !1) {
1243
+ this._focus = e, this._focus$.next(e);
1235
1244
  }
1236
- _refresh(param) {
1237
- this._state$.next(param);
1245
+ _refresh(e) {
1246
+ this._state$.next(e);
1238
1247
  }
1239
- };
1240
- __name(_SlideEditorManagerService, "SlideEditorManagerService");
1241
- let SlideEditorManagerService = _SlideEditorManagerService;
1242
- const ISlideEditorManagerService = createIdentifier(
1248
+ }
1249
+ const et = Rt(
1243
1250
  "univer.slide-editor-manager.service"
1244
1251
  );
1245
- var CursorChange = /* @__PURE__ */ ((_CursorChange) => (_CursorChange[_CursorChange.InitialState = 0] = "InitialState", _CursorChange[_CursorChange.StartEditor = 1] = "StartEditor", _CursorChange[_CursorChange.CursorChange = 2] = "CursorChange", _CursorChange))(CursorChange || {}), __defProp$4 = Object.defineProperty, __getOwnPropDesc$4 = Object.getOwnPropertyDescriptor, __decorateClass$4 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
1246
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$4(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
1247
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
1248
- return kind && result && __defProp$4(target, key, result), result;
1249
- }, "__decorateClass$4"), __decorateParam$4 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$4");
1250
- const HIDDEN_EDITOR_POSITION$1 = -1e3, EDITOR_INPUT_SELF_EXTEND_GAP = 5, EDITOR_BORDER_SIZE = 2;
1251
- var _a6;
1252
- let SlideEditingRenderController = (_a6 = class extends Disposable {
1253
- constructor(_renderContext, _layoutService, _undoRedoService, _contextService, _instanceSrv, _renderManagerService, _editorBridgeService, _cellEditorManagerService, _textSelectionManagerService, _commandService, _localService, _editorService) {
1252
+ var k = /* @__PURE__ */ ((i) => (i[i.InitialState = 0] = "InitialState", i[i.StartEditor = 1] = "StartEditor", i[i.CursorChange = 2] = "CursorChange", i))(k || {}), fr = Object.defineProperty, Cr = Object.getOwnPropertyDescriptor, vr = (i, e, t, n) => {
1253
+ for (var r = n > 1 ? void 0 : n ? Cr(e, t) : e, s = i.length - 1, o; s >= 0; s--)
1254
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
1255
+ return n && r && fr(e, t, r), r;
1256
+ }, L = (i, e) => (t, n) => e(t, n, i);
1257
+ const St = -1e3, It = 5, _r = 2;
1258
+ let ze = class extends Ue {
1259
+ constructor(e, t, n, r, s, o, a, c, g, l, u, h) {
1254
1260
  super();
1255
1261
  /**
1256
1262
  * It is used to distinguish whether the user has actively moved the cursor in the editor, mainly through mouse clicks.
1257
1263
  */
1258
- __publicField(this, "_cursorChange", CursorChange.InitialState);
1264
+ P(this, "_cursorChange", k.InitialState);
1259
1265
  /** If the corresponding unit is active and prepared for editing. */
1260
- __publicField(this, "_isUnitEditing", !1);
1261
- __publicField(this, "_d");
1262
- this._renderContext = _renderContext, this._layoutService = _layoutService, this._undoRedoService = _undoRedoService, this._contextService = _contextService, this._instanceSrv = _instanceSrv, this._renderManagerService = _renderManagerService, this._editorBridgeService = _editorBridgeService, this._cellEditorManagerService = _cellEditorManagerService, this._textSelectionManagerService = _textSelectionManagerService, this._commandService = _commandService, this._localService = _localService, this._editorService = _editorService, this.disposeWithMe(this._instanceSrv.getCurrentTypeOfUnit$(UniverInstanceType.UNIVER_SLIDE).subscribe((slideDataModel) => {
1263
- slideDataModel && slideDataModel.getUnitId() === this._renderContext.unitId ? this._d = this._init() : (this._disposeCurrent(), this._isUnitEditing && (this._handleEditorInvisible({
1266
+ P(this, "_isUnitEditing", !1);
1267
+ P(this, "_d");
1268
+ this._renderContext = e, this._layoutService = t, this._undoRedoService = n, this._contextService = r, this._instanceSrv = s, this._renderManagerService = o, this._editorBridgeService = a, this._cellEditorManagerService = c, this._textSelectionManagerService = g, this._commandService = l, this._localService = u, this._editorService = h, this.disposeWithMe(this._instanceSrv.getCurrentTypeOfUnit$(x.UNIVER_SLIDE).subscribe((v) => {
1269
+ v && v.getUnitId() === this._renderContext.unitId ? this._d = this._init() : (this._disposeCurrent(), this._isUnitEditing && (this._handleEditorInvisible({
1264
1270
  visible: !1,
1265
- eventType: DeviceInputEventType.Keyboard,
1266
- keycode: KeyCode.ESC,
1271
+ eventType: q.Keyboard,
1272
+ keycode: y.ESC,
1267
1273
  unitId: this._renderContext.unitId
1268
1274
  }), this._isUnitEditing = !1));
1269
1275
  })), this._initEditorVisibilityListener();
@@ -1272,61 +1278,61 @@ let SlideEditingRenderController = (_a6 = class extends Disposable {
1272
1278
  super.dispose(), this._disposeCurrent();
1273
1279
  }
1274
1280
  _disposeCurrent() {
1275
- var _a11;
1276
- (_a11 = this._d) == null || _a11.dispose(), this._d = null;
1281
+ var e;
1282
+ (e = this._d) == null || e.dispose(), this._d = null;
1277
1283
  }
1278
1284
  _init() {
1279
- const d = new DisposableCollection();
1280
- return this._subscribeToCurrentCell(d), this._initialKeyboardListener(d), this._initialCursorSync(d), this._listenEditorFocus(d), this._commandExecutedListener(d), setTimeout(() => {
1281
- this._cursorStateListener(d);
1282
- }, 1e3), d;
1285
+ const e = new Ye();
1286
+ return this._subscribeToCurrentCell(e), this._initialKeyboardListener(e), this._initialCursorSync(e), this._listenEditorFocus(e), this._commandExecutedListener(e), setTimeout(() => {
1287
+ this._cursorStateListener(e);
1288
+ }, 1e3), e;
1283
1289
  }
1284
1290
  _initEditorVisibilityListener() {
1285
- this.disposeWithMe(this._editorBridgeService.visible$.subscribe((param) => {
1286
- param.visible ? (this._isUnitEditing = !0, this._handleEditorVisible(param)) : this._isUnitEditing && (this._handleEditorInvisible(param), this._isUnitEditing = !1);
1291
+ this.disposeWithMe(this._editorBridgeService.visible$.subscribe((e) => {
1292
+ e.visible ? (this._isUnitEditing = !0, this._handleEditorVisible(e)) : this._isUnitEditing && (this._handleEditorInvisible(e), this._isUnitEditing = !1);
1287
1293
  }));
1288
1294
  }
1289
- _listenEditorFocus(d) {
1290
- const renderConfig = this._getEditorObject();
1291
- renderConfig && d.add(renderConfig.document.onPointerDown$.subscribeEvent(() => {
1295
+ _listenEditorFocus(e) {
1296
+ const t = this._getEditorObject();
1297
+ t && e.add(t.document.onPointerDown$.subscribeEvent(() => {
1292
1298
  }));
1293
1299
  }
1294
- _getEditorSkeleton(editorId) {
1295
- var _a11;
1296
- return (_a11 = this._renderManagerService.getRenderById(editorId)) == null ? void 0 : _a11.with(DocSkeletonManagerService).getSkeleton();
1300
+ _getEditorSkeleton(e) {
1301
+ var t;
1302
+ return (t = this._renderManagerService.getRenderById(e)) == null ? void 0 : t.with(gt).getSkeleton();
1297
1303
  }
1298
- _getEditorViewModel(editorId) {
1299
- var _a11;
1300
- return (_a11 = this._renderManagerService.getRenderById(editorId)) == null ? void 0 : _a11.with(DocSkeletonManagerService).getViewModel();
1304
+ _getEditorViewModel(e) {
1305
+ var t;
1306
+ return (t = this._renderManagerService.getRenderById(e)) == null ? void 0 : t.with(gt).getViewModel();
1301
1307
  }
1302
- _initialCursorSync(d) {
1303
- d.add(this._cellEditorManagerService.focus$.pipe(filter((f) => !!f)).subscribe(() => {
1304
- var _a11;
1305
- const docSelectionRenderManager = (_a11 = this._renderManagerService.getCurrentTypeOfRenderer(UniverInstanceType.UNIVER_DOC)) == null ? void 0 : _a11.with(DocSelectionRenderService);
1306
- docSelectionRenderManager && docSelectionRenderManager.sync();
1308
+ _initialCursorSync(e) {
1309
+ e.add(this._cellEditorManagerService.focus$.pipe(Gn((t) => !!t)).subscribe(() => {
1310
+ var n;
1311
+ const t = (n = this._renderManagerService.getCurrentTypeOfRenderer(x.UNIVER_DOC)) == null ? void 0 : n.with(ht);
1312
+ t && t.sync();
1307
1313
  }));
1308
1314
  }
1309
1315
  /**
1310
1316
  * Set editorUnitId to curr doc.
1311
1317
  * @param d DisposableCollection
1312
1318
  */
1313
- _subscribeToCurrentCell(d) {
1314
- d.add(this._editorBridgeService.currentEditRectState$.subscribe((editCellState) => {
1315
- var _a11;
1316
- if (editCellState == null || this._contextService.getContextValue(FOCUSING_EDITOR_STANDALONE) || this._contextService.getContextValue(FOCUSING_UNIVER_EDITOR_STANDALONE_SINGLE_MODE))
1319
+ _subscribeToCurrentCell(e) {
1320
+ e.add(this._editorBridgeService.currentEditRectState$.subscribe((t) => {
1321
+ var h;
1322
+ if (t == null || this._contextService.getContextValue(Ot) || this._contextService.getContextValue(jt))
1317
1323
  return;
1318
1324
  const {
1319
- position: { startX, endX },
1320
- documentLayoutObject: { textRotation, wrapStrategy, documentModel },
1321
- scaleX,
1322
- editorUnitId
1323
- } = editCellState, { vertexAngle: angle } = convertTextRotation(textRotation);
1324
- documentModel.updateDocumentId(editorUnitId), wrapStrategy === WrapStrategy.WRAP && angle === 0 && documentModel.updateDocumentDataPageSize((endX - startX) / scaleX), this._instanceSrv.changeDoc(editorUnitId, documentModel), this._contextService.setContextValue(FOCUSING_EDITOR_BUT_HIDDEN, !0), this._textSelectionManagerService.replaceTextRanges([{
1325
+ position: { startX: n, endX: r },
1326
+ documentLayoutObject: { textRotation: s, wrapStrategy: o, documentModel: a },
1327
+ scaleX: c,
1328
+ editorUnitId: g
1329
+ } = t, { vertexAngle: l } = at(s);
1330
+ a.updateDocumentId(g), o === it.WRAP && l === 0 && a.updateDocumentDataPageSize((r - n) / c), this._instanceSrv.changeDoc(g, a), this._contextService.setContextValue(bn, !0), this._textSelectionManagerService.replaceTextRanges([{
1325
1331
  startOffset: 0,
1326
1332
  endOffset: 0
1327
1333
  }]);
1328
- const docSelectionRenderManager = (_a11 = this._renderManagerService.getCurrentTypeOfRenderer(UniverInstanceType.UNIVER_DOC)) == null ? void 0 : _a11.with(DocSelectionRenderService);
1329
- docSelectionRenderManager && docSelectionRenderManager.activate(HIDDEN_EDITOR_POSITION$1, HIDDEN_EDITOR_POSITION$1);
1334
+ const u = (h = this._renderManagerService.getCurrentTypeOfRenderer(x.UNIVER_DOC)) == null ? void 0 : h.with(ht);
1335
+ u && u.activate(St, St);
1330
1336
  }));
1331
1337
  }
1332
1338
  /**
@@ -1338,113 +1344,112 @@ let SlideEditingRenderController = (_a6 = class extends Disposable {
1338
1344
  * @param scaleX
1339
1345
  * @param scaleY
1340
1346
  */
1341
- _fitTextSize(positionFromEditRectState, canvasOffset, documentSkeleton, documentLayoutObject, scaleX = 1, scaleY = 1) {
1342
- const { startX, startY, endX, endY } = positionFromEditRectState, documentDataModel = documentLayoutObject.documentModel;
1343
- if (documentDataModel == null)
1347
+ _fitTextSize(e, t, n, r, s = 1, o = 1) {
1348
+ const { startX: a, startY: c, endX: g, endY: l } = e, u = r.documentModel;
1349
+ if (u == null)
1344
1350
  return;
1345
- const { actualWidth, actualHeight } = this._predictingSize(
1346
- positionFromEditRectState,
1347
- canvasOffset,
1348
- documentSkeleton,
1349
- documentLayoutObject,
1350
- scaleX,
1351
- scaleY
1352
- ), { verticalAlign, paddingData, fill } = documentLayoutObject;
1353
- let editorWidth = endX - startX, editorHeight = endY - startY;
1354
- if (editorWidth < actualWidth && (editorWidth = actualWidth), editorHeight < actualHeight)
1355
- editorHeight = actualHeight, documentDataModel.updateDocumentDataMargin(paddingData);
1351
+ const { actualWidth: h, actualHeight: v } = this._predictingSize(
1352
+ e,
1353
+ t,
1354
+ n,
1355
+ r,
1356
+ s,
1357
+ o
1358
+ ), { verticalAlign: _, paddingData: C, fill: p } = r;
1359
+ let f = g - a, I = l - c;
1360
+ if (f < h && (f = h), I < v)
1361
+ I = v, u.updateDocumentDataMargin(C);
1356
1362
  else {
1357
- let offsetTop = 0;
1358
- verticalAlign === VerticalAlign.MIDDLE ? offsetTop = (editorHeight - actualHeight) / 2 / scaleY : verticalAlign === VerticalAlign.TOP ? offsetTop = paddingData.t || 0 : offsetTop = (editorHeight - actualHeight) / scaleY - (paddingData.b || 0), offsetTop = offsetTop < (paddingData.t || 0) ? paddingData.t || 0 : offsetTop, documentDataModel.updateDocumentDataMargin({
1359
- t: offsetTop
1363
+ let b = 0;
1364
+ _ === je.MIDDLE ? b = (I - v) / 2 / o : _ === je.TOP ? b = C.t || 0 : b = (I - v) / o - (C.b || 0), b = b < (C.t || 0) ? C.t || 0 : b, u.updateDocumentDataMargin({
1365
+ t: b
1360
1366
  });
1361
1367
  }
1362
- documentSkeleton.calculate(), this._editAreaProcessing(editorWidth, editorHeight, positionFromEditRectState, canvasOffset, fill, scaleX, scaleY);
1368
+ n.calculate(), this._editAreaProcessing(f, I, e, t, p, s, o);
1363
1369
  }
1364
1370
  /**
1365
1371
  * Mainly used to pre-calculate the width of the editor,
1366
1372
  * to determine whether it needs to be automatically widened.
1367
1373
  */
1368
- _predictingSize(actualRangeWithCoord, canvasOffset, documentSkeleton, documentLayoutObject, scaleX = 1, scaleY = 1) {
1369
- const { startX, endX } = actualRangeWithCoord, { textRotation, wrapStrategy } = documentLayoutObject, documentDataModel = documentLayoutObject.documentModel, { vertexAngle: angle } = convertTextRotation(textRotation), clientWidth = document.body.clientWidth;
1370
- if (wrapStrategy === WrapStrategy.WRAP && angle === 0) {
1371
- const { actualWidth, actualHeight } = documentSkeleton.getActualSize();
1374
+ _predictingSize(e, t, n, r, s = 1, o = 1) {
1375
+ const { startX: a, endX: c } = e, { textRotation: g, wrapStrategy: l } = r, u = r.documentModel, { vertexAngle: h } = at(g), v = document.body.clientWidth;
1376
+ if (l === it.WRAP && h === 0) {
1377
+ const { actualWidth: p, actualHeight: f } = n.getActualSize();
1372
1378
  return {
1373
- actualWidth: actualWidth * scaleX,
1374
- actualHeight: actualHeight * scaleY
1379
+ actualWidth: p * s,
1380
+ actualHeight: f * o
1375
1381
  };
1376
1382
  }
1377
- documentDataModel == null || documentDataModel.updateDocumentDataPageSize((clientWidth - startX - canvasOffset.left) / scaleX), documentSkeleton.calculate();
1378
- const size = documentSkeleton.getActualSize();
1379
- let editorWidth = endX - startX;
1380
- return editorWidth < size.actualWidth * scaleX + EDITOR_INPUT_SELF_EXTEND_GAP * scaleX && (editorWidth = size.actualWidth * scaleX + EDITOR_INPUT_SELF_EXTEND_GAP * scaleX), documentDataModel == null || documentDataModel.updateDocumentDataPageSize(editorWidth / scaleX), documentDataModel == null || documentDataModel.updateDocumentRenderConfig({
1381
- horizontalAlign: HorizontalAlign.UNSPECIFIED,
1383
+ u == null || u.updateDocumentDataPageSize((v - a - t.left) / s), n.calculate();
1384
+ const _ = n.getActualSize();
1385
+ let C = c - a;
1386
+ return C < _.actualWidth * s + It * s && (C = _.actualWidth * s + It * s), u == null || u.updateDocumentDataPageSize(C / s), u == null || u.updateDocumentRenderConfig({
1387
+ horizontalAlign: yt.UNSPECIFIED,
1382
1388
  cellValueType: void 0
1383
1389
  }), {
1384
- actualWidth: editorWidth,
1385
- actualHeight: size.actualHeight * scaleY
1390
+ actualWidth: C,
1391
+ actualHeight: _.actualHeight * o
1386
1392
  };
1387
1393
  }
1388
1394
  /**
1389
1395
  * control the size of editing area
1390
1396
  */
1391
1397
  // eslint-disable-next-line max-lines-per-function
1392
- _editAreaProcessing(editorWidth, editorHeight, positionFromEditRectState, canvasOffset, fill, scaleX = 1, scaleY = 1) {
1393
- var _a11;
1394
- const editorObject = this._getEditorObject();
1395
- if (editorObject == null)
1398
+ _editAreaProcessing(e, t, n, r, s, o = 1, a = 1) {
1399
+ var S;
1400
+ const c = this._getEditorObject();
1401
+ if (c == null)
1396
1402
  return;
1397
- function pxToNum2(width2) {
1398
- return Number.parseInt(width2.replace("px", ""));
1403
+ function g(le) {
1404
+ return Number.parseInt(le.replace("px", ""));
1399
1405
  }
1400
- __name(pxToNum2, "pxToNum");
1401
- const canvasElement = this._renderContext.engine.getCanvasElement(), canvasClientRect = canvasElement.getBoundingClientRect(), widthOfCanvas = pxToNum2(canvasElement.style.width), { top, left, width } = canvasClientRect, scaleAdjust = width / widthOfCanvas;
1402
- let { startX, startY } = positionFromEditRectState;
1403
- startX += canvasOffset.left, startY += canvasOffset.top;
1404
- const { document: documentComponent, scene: editorScene, engine: docEngine } = editorObject, viewportMain = editorScene.getViewport(VIEWPORT_KEY.VIEW_MAIN), clientHeight = document.body.clientHeight - startY - canvasOffset.top - EDITOR_BORDER_SIZE * 2, clientWidth = document.body.clientWidth - startX - canvasOffset.left;
1405
- let physicHeight = editorHeight, scrollBar = viewportMain == null ? void 0 : viewportMain.getScrollBar();
1406
- physicHeight > clientHeight ? (physicHeight = clientHeight, scrollBar == null ? viewportMain && new ScrollBar(viewportMain, { enableHorizontal: !1, barSize: 8 }) : viewportMain == null || viewportMain.resetCanvasSizeAndUpdateScroll()) : (scrollBar = null, (_a11 = viewportMain == null ? void 0 : viewportMain.getScrollBar()) == null || _a11.dispose()), editorWidth += (scrollBar == null ? void 0 : scrollBar.barSize) || 0, editorWidth = Math.min(editorWidth, clientWidth), startX -= FIX_ONE_PIXEL_BLUR_OFFSET, startY -= FIX_ONE_PIXEL_BLUR_OFFSET, this._addBackground(editorScene, editorWidth / scaleX, editorHeight / scaleY, fill);
1407
- const { scaleX: precisionScaleX, scaleY: precisionScaleY } = editorScene.getPrecisionScale();
1408
- editorScene.transformByState({
1409
- width: editorWidth * scaleAdjust / scaleX,
1410
- height: editorHeight * scaleAdjust / scaleY,
1411
- scaleX: scaleX * scaleAdjust,
1412
- scaleY: scaleY * scaleAdjust
1413
- }), documentComponent.resize(editorWidth / scaleX, editorHeight / scaleY), setTimeout(() => {
1414
- docEngine.resizeBySize(
1415
- fixLineWidthByScale(editorWidth, precisionScaleX),
1416
- fixLineWidthByScale(physicHeight, precisionScaleY)
1406
+ const u = this._renderContext.engine.getCanvasElement(), h = u.getBoundingClientRect(), v = g(u.style.width), { top: _, left: C, width: p } = h, f = p / v;
1407
+ let { startX: I, startY: b } = n;
1408
+ I += r.left, b += r.top;
1409
+ const { document: E, scene: w, engine: V } = c, R = w.getViewport(pt.VIEW_MAIN), G = document.body.clientHeight - b - r.top - _r * 2, ce = document.body.clientWidth - I - r.left;
1410
+ let F = t, z = R == null ? void 0 : R.getScrollBar();
1411
+ F > G ? (F = G, z == null ? R && new wt(R, { enableHorizontal: !1, barSize: 8 }) : R == null || R.resetCanvasSizeAndUpdateScroll()) : (z = null, (S = R == null ? void 0 : R.getScrollBar()) == null || S.dispose()), e += (z == null ? void 0 : z.barSize) || 0, e = Math.min(e, ce), I -= re, b -= re, this._addBackground(w, e / o, t / a, s);
1412
+ const { scaleX: ee, scaleY: te } = w.getPrecisionScale();
1413
+ w.transformByState({
1414
+ width: e * f / o,
1415
+ height: t * f / a,
1416
+ scaleX: o * f,
1417
+ scaleY: a * f
1418
+ }), E.resize(e / o, t / a), setTimeout(() => {
1419
+ V.resizeBySize(
1420
+ ct(e, ee),
1421
+ ct(F, te)
1417
1422
  );
1418
1423
  }, 0);
1419
- const contentBoundingRect = this._layoutService.getContentElement().getBoundingClientRect(), canvasBoundingRect = canvasElement.getBoundingClientRect();
1420
- startX = startX * scaleAdjust + (canvasBoundingRect.left - contentBoundingRect.left), startY = startY * scaleAdjust + (canvasBoundingRect.top - contentBoundingRect.top), this._cellEditorManagerService.setState({
1421
- startX,
1422
- startY,
1423
- endX: editorWidth * scaleAdjust + startX,
1424
- endY: physicHeight * scaleAdjust + startY,
1424
+ const Se = this._layoutService.getContentElement().getBoundingClientRect(), Ie = u.getBoundingClientRect();
1425
+ I = I * f + (Ie.left - Se.left), b = b * f + (Ie.top - Se.top), this._cellEditorManagerService.setState({
1426
+ startX: I,
1427
+ startY: b,
1428
+ endX: e * f + I,
1429
+ endY: F * f + b,
1425
1430
  show: !0
1426
1431
  });
1427
1432
  }
1428
1433
  /**
1429
1434
  * Since the document does not support cell background color, an additional rect needs to be added.
1430
1435
  */
1431
- _addBackground(scene, editorWidth, editorHeight, fill) {
1432
- const fillRectKey = "_backgroundRectHelperColor_", rect = scene.getObject(fillRectKey);
1433
- rect == null && fill == null || (rect == null ? scene.addObjects(
1436
+ _addBackground(e, t, n, r) {
1437
+ const s = "_backgroundRectHelperColor_", o = e.getObject(s);
1438
+ o == null && r == null || (o == null ? e.addObjects(
1434
1439
  [
1435
- new Rect(fillRectKey, {
1436
- width: editorWidth,
1437
- height: editorHeight,
1438
- fill,
1440
+ new Nt(s, {
1441
+ width: t,
1442
+ height: n,
1443
+ fill: r,
1439
1444
  evented: !1
1440
1445
  })
1441
1446
  ],
1442
- DOCS_COMPONENT_MAIN_LAYER_INDEX
1443
- ) : fill == null ? rect.dispose() : (rect.setProps({
1444
- fill
1445
- }), rect.transformByState({
1446
- width: editorWidth,
1447
- height: editorHeight
1447
+ kn
1448
+ ) : r == null ? o.dispose() : (o.setProps({
1449
+ fill: r
1450
+ }), o.transformByState({
1451
+ width: t,
1452
+ height: n
1448
1453
  })));
1449
1454
  }
1450
1455
  /**
@@ -1455,114 +1460,114 @@ let SlideEditingRenderController = (_a6 = class extends Disposable {
1455
1460
  // handleVisible is the 2nd part of editing.
1456
1461
  // first part: startEditing --> _updateEditor
1457
1462
  // 2nd part: startEditing --> changeVisible --> slide-editor-bridge.render-controller.ts@changeVisible --> _editorBridgeService.changeVisible
1458
- _handleEditorVisible(param) {
1459
- var _a11, _b;
1460
- const { eventType } = param;
1461
- this._cursorChange = [DeviceInputEventType.PointerDown, DeviceInputEventType.Dblclick].includes(eventType) ? CursorChange.CursorChange : CursorChange.StartEditor;
1462
- const editCellState = this._editorBridgeService.getEditRectState();
1463
- if (editCellState == null)
1463
+ _handleEditorVisible(e) {
1464
+ var p, f;
1465
+ const { eventType: t } = e;
1466
+ this._cursorChange = [q.PointerDown, q.Dblclick].includes(t) ? k.CursorChange : k.StartEditor;
1467
+ const n = this._editorBridgeService.getEditRectState();
1468
+ if (n == null)
1464
1469
  return;
1465
1470
  const {
1466
- position,
1467
- documentLayoutObject,
1468
- slideCardOffset: canvasOffset,
1469
- scaleX,
1470
- scaleY,
1471
- editorUnitId,
1472
- unitId
1473
- } = editCellState, editorObject = this._getEditorObject();
1474
- if (editorObject == null)
1471
+ position: r,
1472
+ documentLayoutObject: s,
1473
+ slideCardOffset: o,
1474
+ scaleX: a,
1475
+ scaleY: c,
1476
+ editorUnitId: g,
1477
+ unitId: l
1478
+ } = n, u = this._getEditorObject();
1479
+ if (u == null)
1475
1480
  return;
1476
- const { scene } = editorObject;
1477
- this._contextService.setContextValue(EDITOR_ACTIVATED, !0);
1478
- const { documentModel: documentDataModel } = documentLayoutObject, skeleton = this._getEditorSkeleton(editorUnitId);
1479
- if (!skeleton || !documentDataModel)
1481
+ const { scene: h } = u;
1482
+ this._contextService.setContextValue(Oe, !0);
1483
+ const { documentModel: v } = s, _ = this._getEditorSkeleton(g);
1484
+ if (!_ || !v)
1480
1485
  return;
1481
- this._fitTextSize(position, canvasOffset, skeleton, documentLayoutObject, scaleX, scaleY);
1482
- const cursor = documentDataModel.getBody().dataStream.length - 2 || 0;
1483
- (_a11 = scene.getViewport(VIEWPORT_KEY.VIEW_MAIN)) == null || _a11.scrollToViewportPos({
1486
+ this._fitTextSize(r, o, _, s, a, c);
1487
+ const C = v.getBody().dataStream.length - 2 || 0;
1488
+ (p = h.getViewport(pt.VIEW_MAIN)) == null || p.scrollToViewportPos({
1484
1489
  viewportScrollX: Number.POSITIVE_INFINITY
1485
1490
  }), this._textSelectionManagerService.replaceTextRanges([
1486
1491
  {
1487
- startOffset: cursor,
1488
- endOffset: cursor
1492
+ startOffset: C,
1493
+ endOffset: C
1489
1494
  }
1490
- ]), (_b = this._renderManagerService.getRenderById(unitId)) == null || _b.scene.resetCursor();
1495
+ ]), (f = this._renderManagerService.getRenderById(l)) == null || f.scene.resetCursor();
1491
1496
  }
1492
- _resetBodyStyle(body, removeStyle = !1) {
1493
- body.dataStream = DEFAULT_EMPTY_DOCUMENT_VALUE, body.textRuns != null && (body.textRuns.length === 1 && !removeStyle ? (body.textRuns[0].st = 0, body.textRuns[0].ed = 1) : body.textRuns = void 0), body.paragraphs != null && (body.paragraphs.length === 1 ? body.paragraphs[0].startIndex = 0 : body.paragraphs = [
1497
+ _resetBodyStyle(e, t = !1) {
1498
+ e.dataStream = Tt, 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 = [
1494
1499
  {
1495
1500
  startIndex: 0
1496
1501
  }
1497
- ]), body.sectionBreaks != null && (body.sectionBreaks = void 0), body.tables != null && (body.tables = void 0), body.customRanges != null && (body.customRanges = void 0), body.customBlocks != null && (body.customBlocks = void 0);
1502
+ ]), e.sectionBreaks != null && (e.sectionBreaks = void 0), e.tables != null && (e.tables = void 0), e.customRanges != null && (e.customRanges = void 0), e.customBlocks != null && (e.customBlocks = void 0);
1498
1503
  }
1499
1504
  /**
1500
1505
  * Should activate the editor when the user inputs text.
1501
1506
  * @param d DisposableCollection
1502
1507
  */
1503
- _initialKeyboardListener(d) {
1508
+ _initialKeyboardListener(e) {
1504
1509
  }
1505
- _showEditorByKeyboard(config) {
1510
+ _showEditorByKeyboard(e) {
1506
1511
  }
1507
- _commandExecutedListener(d) {
1508
- const moveCursorOP = [SetTextEditArrowOperation.id], editedMutations = [RichTextEditingMutation.id];
1509
- d.add(this._commandService.onCommandExecuted((command) => {
1510
- this._editorService.getFocusId() === SLIDE_EDITOR_ID && (moveCursorOP.includes(command.id) && this._moveCursorCmdHandler(command), editedMutations.includes(command.id) && this._editorBridgeService.isVisible() && this._editingChangedHandler());
1512
+ _commandExecutedListener(e) {
1513
+ const t = [Me.id], n = [Yn.id];
1514
+ e.add(this._commandService.onCommandExecuted((r) => {
1515
+ this._editorService.getFocusId() === ae && (t.includes(r.id) && this._moveCursorCmdHandler(r), n.includes(r.id) && this._editorBridgeService.isVisible() && this._editingChangedHandler());
1511
1516
  }));
1512
1517
  }
1513
- _moveCursorCmdHandler(command) {
1514
- const params = command.params, { keycode, isShift } = params;
1515
- keycode != null && this._cursorChange === CursorChange.CursorChange ? this._moveInEditor(keycode, isShift) : this._editorBridgeService.changeVisible(params);
1518
+ _moveCursorCmdHandler(e) {
1519
+ const t = e.params, { keycode: n, isShift: r } = t;
1520
+ n != null && this._cursorChange === k.CursorChange ? this._moveInEditor(n, r) : this._editorBridgeService.changeVisible(t);
1516
1521
  }
1517
1522
  _editingChangedHandler() {
1518
- const editRect = this._editorBridgeService.getEditorRect();
1519
- if (!editRect)
1523
+ const e = this._editorBridgeService.getEditorRect();
1524
+ if (!e)
1520
1525
  return;
1521
- const editingRichText = editRect.richTextObj;
1522
- editingRichText.refreshDocumentByDocData(), editingRichText.resizeToContentSize();
1523
- const { unitId } = this._renderContext;
1524
- this._handleEditorVisible({ visible: !0, eventType: 3, unitId });
1526
+ const t = e.richTextObj;
1527
+ t.refreshDocumentByDocData(), t.resizeToContentSize();
1528
+ const { unitId: n } = this._renderContext;
1529
+ this._handleEditorVisible({ visible: !0, eventType: 3, unitId: n });
1525
1530
  }
1526
1531
  _getEditorObject() {
1527
- return getEditorObject(this._editorBridgeService.getCurrentEditorId(), this._renderManagerService);
1532
+ return Sr(this._editorBridgeService.getCurrentEditorId(), this._renderManagerService);
1528
1533
  }
1529
- async _handleEditorInvisible(param) {
1530
- const { keycode } = param;
1531
- if (this._cursorChange = CursorChange.InitialState, this._exitInput(param), this._editorBridgeService.getEditRectState() == null)
1534
+ async _handleEditorInvisible(e) {
1535
+ const { keycode: t } = e;
1536
+ if (this._cursorChange = k.InitialState, this._exitInput(e), this._editorBridgeService.getEditRectState() == null)
1532
1537
  return;
1533
1538
  if (this._editorBridgeService.getEditorDirty() === !1) {
1534
- this._moveCursor(keycode);
1539
+ this._moveCursor(t);
1535
1540
  return;
1536
1541
  }
1537
- this._moveCursor(keycode);
1542
+ this._moveCursor(t);
1538
1543
  }
1539
- _exitInput(param) {
1540
- this._contextService.setContextValue(EDITOR_ACTIVATED, !1), this._cellEditorManagerService.setState({
1541
- show: param.visible
1544
+ _exitInput(e) {
1545
+ this._contextService.setContextValue(Oe, !1), this._cellEditorManagerService.setState({
1546
+ show: e.visible
1542
1547
  });
1543
- const editorUnitId = this._editorBridgeService.getCurrentEditorId();
1544
- editorUnitId != null && this._undoRedoService.clearUndoRedo(editorUnitId);
1545
- }
1546
- _moveCursor(keycode) {
1547
- if (keycode != null)
1548
- switch (Direction.LEFT, keycode) {
1549
- case KeyCode.ENTER:
1550
- Direction.DOWN;
1548
+ const t = this._editorBridgeService.getCurrentEditorId();
1549
+ t != null && this._undoRedoService.clearUndoRedo(t);
1550
+ }
1551
+ _moveCursor(e) {
1552
+ if (e != null)
1553
+ switch (B.LEFT, e) {
1554
+ case y.ENTER:
1555
+ B.DOWN;
1551
1556
  break;
1552
- case KeyCode.TAB:
1553
- Direction.RIGHT;
1557
+ case y.TAB:
1558
+ B.RIGHT;
1554
1559
  break;
1555
- case KeyCode.ARROW_DOWN:
1556
- Direction.DOWN;
1560
+ case y.ARROW_DOWN:
1561
+ B.DOWN;
1557
1562
  break;
1558
- case KeyCode.ARROW_UP:
1559
- Direction.UP;
1563
+ case y.ARROW_UP:
1564
+ B.UP;
1560
1565
  break;
1561
- case KeyCode.ARROW_LEFT:
1562
- Direction.LEFT;
1566
+ case y.ARROW_LEFT:
1567
+ B.LEFT;
1563
1568
  break;
1564
- case KeyCode.ARROW_RIGHT:
1565
- Direction.RIGHT;
1569
+ case y.ARROW_RIGHT:
1570
+ B.RIGHT;
1566
1571
  break;
1567
1572
  }
1568
1573
  }
@@ -1570,60 +1575,59 @@ let SlideEditingRenderController = (_a6 = class extends Disposable {
1570
1575
  * The user's operations follow the sequence of opening the editor and then moving the cursor.
1571
1576
  * The logic here predicts the user's first cursor movement behavior based on this rule
1572
1577
  */
1573
- _cursorStateListener(d) {
1574
- const editorObject = this._getEditorObject();
1575
- if (!editorObject)
1578
+ _cursorStateListener(e) {
1579
+ const t = this._getEditorObject();
1580
+ if (!t)
1576
1581
  return;
1577
- const { document: documentComponent } = editorObject;
1578
- d.add(toDisposable(documentComponent.onPointerDown$.subscribeEvent(() => {
1579
- this._cursorChange === CursorChange.StartEditor && (this._cursorChange = CursorChange.CursorChange);
1582
+ const { document: n } = t;
1583
+ e.add(Et(n.onPointerDown$.subscribeEvent(() => {
1584
+ this._cursorChange === k.StartEditor && (this._cursorChange = k.CursorChange);
1580
1585
  })));
1581
1586
  }
1582
1587
  // TODO: @JOCS, is it necessary to move these commands MoveSelectionOperation\MoveCursorOperation to shortcut? and use multi-commands?
1583
- _moveInEditor(keycode, isShift) {
1584
- let direction = Direction.LEFT;
1585
- keycode === KeyCode.ARROW_DOWN ? direction = Direction.DOWN : keycode === KeyCode.ARROW_UP ? direction = Direction.UP : keycode === KeyCode.ARROW_RIGHT && (direction = Direction.RIGHT), isShift ? this._commandService.executeCommand(MoveSelectionOperation.id, {
1586
- direction
1587
- }) : this._commandService.executeCommand(MoveCursorOperation.id, {
1588
- direction
1588
+ _moveInEditor(e, t) {
1589
+ let n = B.LEFT;
1590
+ e === y.ARROW_DOWN ? n = B.DOWN : e === y.ARROW_UP ? n = B.UP : e === y.ARROW_RIGHT && (n = B.RIGHT), t ? this._commandService.executeCommand(Zn.id, {
1591
+ direction: n
1592
+ }) : this._commandService.executeCommand(qn.id, {
1593
+ direction: n
1589
1594
  });
1590
1595
  }
1591
- }, __name(_a6, "SlideEditingRenderController"), _a6);
1592
- SlideEditingRenderController = __decorateClass$4([
1593
- __decorateParam$4(1, ILayoutService),
1594
- __decorateParam$4(2, IUndoRedoService),
1595
- __decorateParam$4(3, IContextService),
1596
- __decorateParam$4(4, IUniverInstanceService),
1597
- __decorateParam$4(5, IRenderManagerService),
1598
- __decorateParam$4(6, ISlideEditorBridgeService),
1599
- __decorateParam$4(7, ISlideEditorManagerService),
1600
- __decorateParam$4(8, Inject(DocSelectionManagerService)),
1601
- __decorateParam$4(9, ICommandService),
1602
- __decorateParam$4(10, Inject(LocaleService)),
1603
- __decorateParam$4(11, IEditorService)
1604
- ], SlideEditingRenderController);
1605
- function getEditorObject(unitId, renderManagerService) {
1606
- if (unitId == null)
1596
+ };
1597
+ ze = vr([
1598
+ L(1, Un),
1599
+ L(2, xn),
1600
+ L(3, Ce),
1601
+ L(4, j),
1602
+ L(5, Y),
1603
+ L(6, Qe),
1604
+ L(7, et),
1605
+ L(8, X(Xn)),
1606
+ L(9, U),
1607
+ L(10, X(Q)),
1608
+ L(11, Ze)
1609
+ ], ze);
1610
+ function Sr(i, e) {
1611
+ if (i == null)
1607
1612
  return;
1608
- const currentRender = renderManagerService.getRenderById(unitId);
1609
- if (currentRender == null)
1613
+ const t = e.getRenderById(i);
1614
+ if (t == null)
1610
1615
  return;
1611
- const { mainComponent, scene, engine, components } = currentRender, document2 = mainComponent, docBackground = components.get(DOCS_VIEW_KEY.BACKGROUND);
1616
+ const { mainComponent: n, scene: r, engine: s, components: o } = t, a = n, c = o.get(Jn.BACKGROUND);
1612
1617
  return {
1613
- document: document2,
1614
- docBackground,
1615
- scene,
1616
- engine
1618
+ document: a,
1619
+ docBackground: c,
1620
+ scene: r,
1621
+ engine: s
1617
1622
  };
1618
1623
  }
1619
- __name(getEditorObject, "getEditorObject");
1620
- var __defProp$3 = Object.defineProperty, __getOwnPropDesc$3 = Object.getOwnPropertyDescriptor, __decorateClass$3 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
1621
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$3(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
1622
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
1623
- return kind && result && __defProp$3(target, key, result), result;
1624
- }, "__decorateClass$3"), __decorateParam$3 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$3"), _a7;
1625
- let SlideEditorBridgeRenderController = (_a7 = class extends RxDisposable {
1626
- constructor(_renderContext, _instanceSrv, _commandService, _editorBridgeService) {
1624
+ var Ir = Object.defineProperty, Pr = Object.getOwnPropertyDescriptor, br = (i, e, t, n) => {
1625
+ for (var r = n > 1 ? void 0 : n ? Pr(e, t) : e, s = i.length - 1, o; s >= 0; s--)
1626
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
1627
+ return n && r && Ir(e, t, r), r;
1628
+ }, Ae = (i, e) => (t, n) => e(t, n, i);
1629
+ let We = class extends fe {
1630
+ constructor(e, t, n, r) {
1627
1631
  super();
1628
1632
  /**
1629
1633
  * It is used to distinguish whether the user has actively moved the cursor in the editor, mainly through mouse clicks.
@@ -1631,54 +1635,54 @@ let SlideEditorBridgeRenderController = (_a7 = class extends RxDisposable {
1631
1635
  // private _cursorChange: CursorChange = CursorChange.InitialState;
1632
1636
  /** If the corresponding unit is active and prepared for editing. */
1633
1637
  // private _isUnitEditing = false;
1634
- __publicField(this, "setSlideTextEditor$", new Subject());
1635
- __publicField(this, "_curRichText", null);
1636
- __publicField(this, "_d");
1637
- this._renderContext = _renderContext, this._instanceSrv = _instanceSrv, this._commandService = _commandService, this._editorBridgeService = _editorBridgeService, this.disposeWithMe(this._instanceSrv.getCurrentTypeOfUnit$(UniverInstanceType.UNIVER_SLIDE).subscribe((slideDataModel) => {
1638
- slideDataModel && slideDataModel.getUnitId() === this._renderContext.unitId ? this._d = this._init() : this._disposeCurrent();
1638
+ P(this, "setSlideTextEditor$", new Bt());
1639
+ P(this, "_curRichText", null);
1640
+ P(this, "_d");
1641
+ this._renderContext = e, this._instanceSrv = t, this._commandService = n, this._editorBridgeService = r, this.disposeWithMe(this._instanceSrv.getCurrentTypeOfUnit$(x.UNIVER_SLIDE).subscribe((s) => {
1642
+ s && s.getUnitId() === this._renderContext.unitId ? this._d = this._init() : this._disposeCurrent();
1639
1643
  }));
1640
1644
  }
1641
1645
  _init() {
1642
- const d = new DisposableCollection();
1643
- return this._initEventListener(d), d;
1646
+ const e = new Ye();
1647
+ return this._initEventListener(e), e;
1644
1648
  }
1645
1649
  _disposeCurrent() {
1646
- var _a11;
1647
- (_a11 = this._d) == null || _a11.dispose(), this._d = null;
1648
- }
1649
- _setEditorRect(pageId, targetObject) {
1650
- this._curRichText = targetObject;
1651
- const { scene, engine } = this._renderContext, unitId = this._renderContext.unitId, setEditorRect = {
1652
- scene,
1653
- engine,
1654
- unitId,
1655
- pageId,
1656
- richTextObj: targetObject
1650
+ var e;
1651
+ (e = this._d) == null || e.dispose(), this._d = null;
1652
+ }
1653
+ _setEditorRect(e, t) {
1654
+ this._curRichText = t;
1655
+ const { scene: n, engine: r } = this._renderContext, s = this._renderContext.unitId, o = {
1656
+ scene: n,
1657
+ engine: r,
1658
+ unitId: s,
1659
+ pageId: e,
1660
+ richTextObj: t
1657
1661
  };
1658
- this._editorBridgeService.setEditorRect(setEditorRect);
1662
+ this._editorBridgeService.setEditorRect(o);
1659
1663
  }
1660
- _initEventListener(d) {
1661
- const listenersForPageScene = /* @__PURE__ */ __name((scene) => {
1662
- const transformer = scene.getTransformer();
1663
- transformer && (d.add(transformer.clearControl$.subscribe(() => {
1664
+ _initEventListener(e) {
1665
+ const t = (o) => {
1666
+ const a = o.getTransformer();
1667
+ a && (e.add(a.clearControl$.subscribe(() => {
1664
1668
  this.setEditorVisible(!1), this.pickOtherObjects();
1665
- })), d.add(transformer.createControl$.subscribe(() => {
1669
+ })), e.add(a.createControl$.subscribe(() => {
1666
1670
  this.setEditorVisible(!1);
1667
- })), d.add(scene.onDblclick$.subscribeEvent(() => {
1668
- transformer.clearControls();
1669
- const object = transformer.getSelectedObjectMap().values().next().value;
1670
- object && (object.objectType !== ObjectType.RICH_TEXT ? this.pickOtherObjects() : this.startEditing(scene.sceneKey, object));
1671
- })), d.add(this._instanceSrv.focused$.subscribe((fc) => {
1671
+ })), e.add(o.onDblclick$.subscribeEvent(() => {
1672
+ a.clearControls();
1673
+ const g = a.getSelectedObjectMap().values().next().value;
1674
+ g && (g.objectType !== he.RICH_TEXT ? this.pickOtherObjects() : this.startEditing(o.sceneKey, g));
1675
+ })), e.add(this._instanceSrv.focused$.subscribe((c) => {
1672
1676
  this.endEditing();
1673
1677
  })));
1674
- }, "listenersForPageScene"), { mainComponent } = this._renderContext;
1675
- mainComponent.subSceneChanged$.subscribeEvent((pageScene) => {
1676
- listenersForPageScene(pageScene);
1678
+ }, { mainComponent: n } = this._renderContext;
1679
+ n.subSceneChanged$.subscribeEvent((o) => {
1680
+ t(o);
1677
1681
  });
1678
- const pageSceneList = Array.from(mainComponent.getSubScenes().values());
1679
- for (let i = 0; i < pageSceneList.length; i++) {
1680
- const pageScene = pageSceneList[i];
1681
- listenersForPageScene(pageScene);
1682
+ const s = Array.from(n.getSubScenes().values());
1683
+ for (let o = 0; o < s.length; o++) {
1684
+ const a = s[o];
1685
+ t(a);
1682
1686
  }
1683
1687
  }
1684
1688
  pickOtherObjects() {
@@ -1690,26 +1694,26 @@ let SlideEditorBridgeRenderController = (_a7 = class extends RxDisposable {
1690
1694
  * save editing state to curr richText.
1691
1695
  */
1692
1696
  endEditing() {
1693
- var _a11;
1697
+ var s;
1694
1698
  if (!this._curRichText) return;
1695
1699
  this.setEditorVisible(!1);
1696
- const curRichText = this._curRichText;
1697
- if (!this._instanceSrv.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE)) return !1;
1698
- curRichText.refreshDocumentByDocData(), curRichText.resizeToContentSize(), this._editorBridgeService.endEditing$.next(curRichText);
1699
- const richText = {
1700
+ const e = this._curRichText;
1701
+ if (!this._instanceSrv.getCurrentUnitForType(x.UNIVER_SLIDE)) return !1;
1702
+ e.refreshDocumentByDocData(), e.resizeToContentSize(), this._editorBridgeService.endEditing$.next(e);
1703
+ const n = {
1700
1704
  bl: 1,
1701
- fs: curRichText.fs,
1702
- text: curRichText.text
1703
- }, textRuns = (_a11 = curRichText.documentData.body) == null ? void 0 : _a11.textRuns;
1704
- if (textRuns && textRuns.length) {
1705
- const ts = textRuns[0].ts;
1706
- richText.cl = ts == null ? void 0 : ts.cl;
1705
+ fs: e.fs,
1706
+ text: e.text
1707
+ }, r = (s = e.documentData.body) == null ? void 0 : s.textRuns;
1708
+ if (r && r.length) {
1709
+ const a = r[0].ts;
1710
+ n.cl = a == null ? void 0 : a.cl;
1707
1711
  }
1708
- this._commandService.executeCommand(UpdateSlideElementOperation.id, {
1712
+ this._commandService.executeCommand(K.id, {
1709
1713
  unitId: this._renderContext.unitId,
1710
- oKey: curRichText == null ? void 0 : curRichText.oKey,
1714
+ oKey: e == null ? void 0 : e.oKey,
1711
1715
  props: {
1712
- richText
1716
+ richText: n
1713
1717
  }
1714
1718
  }), this._curRichText = null;
1715
1719
  }
@@ -1720,106 +1724,106 @@ let SlideEditorBridgeRenderController = (_a7 = class extends RxDisposable {
1720
1724
  * TODO @lumixraku need scale param
1721
1725
  * @param target
1722
1726
  */
1723
- startEditing(pageId, target) {
1724
- this._setEditorRect(pageId, target), this.setEditorVisible(!0);
1725
- }
1726
- setEditorVisible(visible) {
1727
- var _a11, _b;
1728
- visible ? (_a11 = this._curRichText) == null || _a11.hide() : (_b = this._curRichText) == null || _b.show();
1729
- const { unitId } = this._renderContext;
1730
- this._editorBridgeService.changeVisible({ visible, eventType: DeviceInputEventType.PointerDown, unitId });
1731
- }
1732
- }, __name(_a7, "SlideEditorBridgeRenderController"), _a7);
1733
- SlideEditorBridgeRenderController = __decorateClass$3([
1734
- __decorateParam$3(1, IUniverInstanceService),
1735
- __decorateParam$3(2, ICommandService),
1736
- __decorateParam$3(3, ISlideEditorBridgeService)
1737
- ], SlideEditorBridgeRenderController);
1738
- const ActivateSlidePageOperation = {
1727
+ startEditing(e, t) {
1728
+ this._setEditorRect(e, t), this.setEditorVisible(!0);
1729
+ }
1730
+ setEditorVisible(e) {
1731
+ var n, r;
1732
+ e ? (n = this._curRichText) == null || n.hide() : (r = this._curRichText) == null || r.show();
1733
+ const { unitId: t } = this._renderContext;
1734
+ this._editorBridgeService.changeVisible({ visible: e, eventType: q.PointerDown, unitId: t });
1735
+ }
1736
+ };
1737
+ We = br([
1738
+ Ae(1, j),
1739
+ Ae(2, U),
1740
+ Ae(3, Qe)
1741
+ ], We);
1742
+ const Jt = {
1739
1743
  id: "slide.operation.activate-slide",
1740
- type: CommandType.OPERATION,
1741
- handler: /* @__PURE__ */ __name((accessor, params) => {
1742
- var _a11, _b;
1743
- const unitId = params.unitId, canvasView = accessor.get(CanvasView), model = accessor.get(IUniverInstanceService).getUnit(unitId), pageId = (_a11 = model == null ? void 0 : model.getActivePage()) == null ? void 0 : _a11.id;
1744
- if (!pageId) return !1;
1745
- const page = canvasView.getRenderUnitByPageId(pageId, unitId);
1746
- if (!page) return !1;
1747
- const transformer = (_b = page.scene) == null ? void 0 : _b.getTransformer();
1748
- return transformer && transformer.clearControls(), canvasView.activePage(params.id, unitId), !0;
1749
- }, "handler")
1750
- }, AppendSlideOperation = {
1744
+ type: D.OPERATION,
1745
+ handler: (i, e) => {
1746
+ var g, l;
1747
+ const t = e.unitId, n = i.get(M), s = i.get(j).getUnit(t), o = (g = s == null ? void 0 : s.getActivePage()) == null ? void 0 : g.id;
1748
+ if (!o) return !1;
1749
+ const a = n.getRenderUnitByPageId(o, t);
1750
+ if (!a) return !1;
1751
+ const c = (l = a.scene) == null ? void 0 : l.getTransformer();
1752
+ return c && c.clearControls(), n.activePage(e.id, t), !0;
1753
+ }
1754
+ }, Qt = {
1751
1755
  id: "slide.operation.append-slide",
1752
- type: CommandType.OPERATION,
1753
- handler: /* @__PURE__ */ __name((accessor, params) => {
1754
- const unitId = params.unitId;
1755
- return accessor.get(IUniverInstanceService).getUnit(unitId) ? (accessor.get(CanvasView).appendPage(unitId), !0) : !1;
1756
- }, "handler")
1757
- }, InsertSlideFloatImageCommand = {
1756
+ type: D.OPERATION,
1757
+ handler: (i, e) => {
1758
+ const t = e.unitId;
1759
+ return i.get(j).getUnit(t) ? (i.get(M).appendPage(t), !0) : !1;
1760
+ }
1761
+ }, tt = {
1758
1762
  id: "slide.command.insert-float-image",
1759
- type: CommandType.COMMAND,
1760
- handler: /* @__PURE__ */ __name(async (accessor, params) => {
1761
- var _a11;
1762
- const univerInstanceService = accessor.get(IUniverInstanceService), unitId = (_a11 = univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE)) == null ? void 0 : _a11.getUnitId();
1763
- if (!unitId) return !1;
1764
- const files = await accessor.get(ILocalFileService).openFile({
1763
+ type: D.COMMAND,
1764
+ handler: async (i, e) => {
1765
+ var V;
1766
+ const t = i.get(j), n = (V = t.getCurrentUnitForType(x.UNIVER_SLIDE)) == null ? void 0 : V.getUnitId();
1767
+ if (!n) return !1;
1768
+ const s = await i.get(Vn).openFile({
1765
1769
  multiple: !0,
1766
- accept: DRAWING_IMAGE_ALLOW_IMAGE_LIST.map((image2) => `.${image2.replace("image/", "")}`).join(",")
1770
+ accept: ei.map((R) => `.${R.replace("image/", "")}`).join(",")
1767
1771
  });
1768
- if (files.length !== 1) return !1;
1769
- const imageParam = await accessor.get(IImageIoService).saveImage(files[0]);
1770
- if (!imageParam) return !1;
1771
- const { imageId, imageSourceType, source, base64Cache } = imageParam, { width, height, image } = await getImageSize(base64Cache || ""), slideData = univerInstanceService.getUnit(unitId);
1772
- if (!slideData) return !1;
1773
- const activePage = slideData.getActivePage(), elements = Object.values(activePage.pageElements), maxIndex = elements != null && elements.length ? Math.max(...elements.map((element2) => element2.zIndex)) : 20, data = {
1774
- id: imageId,
1775
- zIndex: maxIndex + 1,
1772
+ if (s.length !== 1) return !1;
1773
+ const a = await i.get(ti).saveImage(s[0]);
1774
+ if (!a) return !1;
1775
+ const { imageId: c, imageSourceType: g, source: l, base64Cache: u } = a, { width: h, height: v, image: _ } = await ni(u || ""), C = t.getUnit(n);
1776
+ if (!C) return !1;
1777
+ const p = C.getActivePage(), f = Object.values(p.pageElements), I = f != null && f.length ? Math.max(...f.map((R) => R.zIndex)) : 20, b = {
1778
+ id: c,
1779
+ zIndex: I + 1,
1776
1780
  left: 0,
1777
1781
  top: 0,
1778
- width,
1779
- height,
1782
+ width: h,
1783
+ height: v,
1780
1784
  title: "",
1781
1785
  description: "",
1782
- type: PageElementType.IMAGE,
1786
+ type: Xe.IMAGE,
1783
1787
  image: {
1784
1788
  imageProperties: {
1785
- contentUrl: base64Cache,
1786
- imageSourceType,
1787
- source,
1788
- base64Cache,
1789
- image
1789
+ contentUrl: u,
1790
+ imageSourceType: g,
1791
+ source: l,
1792
+ base64Cache: u,
1793
+ image: _
1790
1794
  }
1791
1795
  }
1792
1796
  };
1793
- activePage.pageElements[imageId] = data, slideData.updatePage(activePage.id, activePage);
1794
- const canvasView = accessor.get(CanvasView), sceneObject = canvasView.createObjectToPage(data, activePage.id, unitId);
1795
- return sceneObject && canvasView.setObjectActiveByPage(sceneObject, activePage.id, unitId), !0;
1796
- }, "handler")
1797
- }, SlideAddTextCommand = {
1797
+ p.pageElements[c] = b, C.updatePage(p.id, p);
1798
+ const E = i.get(M), w = E.createObjectToPage(b, p.id, n);
1799
+ return w && E.setObjectActiveByPage(w, p.id, n), !0;
1800
+ }
1801
+ }, nt = {
1798
1802
  id: "slide.command.add-text",
1799
- type: CommandType.COMMAND,
1800
- handler: /* @__PURE__ */ __name(async (accessor) => {
1801
- var _a11;
1802
- const commandService = accessor.get(ICommandService), unitId = (_a11 = accessor.get(IUniverInstanceService).getFocusedUnit()) == null ? void 0 : _a11.getUnitId();
1803
- return await commandService.executeCommand(SlideAddTextOperation.id, { unitId });
1804
- }, "handler")
1805
- }, SlideAddTextOperation = {
1803
+ type: D.COMMAND,
1804
+ handler: async (i) => {
1805
+ var r;
1806
+ const e = i.get(U), n = (r = i.get(j).getFocusedUnit()) == null ? void 0 : r.getUnitId();
1807
+ return await e.executeCommand(en.id, { unitId: n });
1808
+ }
1809
+ }, en = {
1806
1810
  id: "slide.operation.add-text",
1807
- type: CommandType.OPERATION,
1808
- handler: /* @__PURE__ */ __name(async (accessor, params) => {
1809
- const unitId = params.unitId, elementId = generateRandomId(6), defaultWidth = 220, defaultheight = 40, left = 230, top = 142, textContent = (params == null ? void 0 : params.text) || "A New Text", slideData = accessor.get(IUniverInstanceService).getUnit(unitId);
1810
- if (!slideData) return !1;
1811
- const activePage = slideData.getActivePage(), elements = Object.values(activePage.pageElements), maxIndex = elements != null && elements.length ? Math.max(...elements.map((element2) => element2.zIndex)) : 21, elementData = {
1812
- id: elementId,
1813
- zIndex: maxIndex + 1,
1814
- left,
1815
- top,
1816
- width: defaultWidth,
1817
- height: defaultheight,
1811
+ type: D.OPERATION,
1812
+ handler: async (i, e) => {
1813
+ const t = e.unitId, n = xt(6), r = 220, s = 40, o = 230, a = 142, c = (e == null ? void 0 : e.text) || "A New Text", l = i.get(j).getUnit(t);
1814
+ if (!l) return !1;
1815
+ const u = l.getActivePage(), h = Object.values(u.pageElements), v = h != null && h.length ? Math.max(...h.map((f) => f.zIndex)) : 21, _ = {
1816
+ id: n,
1817
+ zIndex: v + 1,
1818
+ left: o,
1819
+ top: a,
1820
+ width: r,
1821
+ height: s,
1818
1822
  title: "text",
1819
1823
  description: "",
1820
- type: PageElementType.TEXT,
1824
+ type: Xe.TEXT,
1821
1825
  richText: {
1822
- text: textContent,
1826
+ text: c,
1823
1827
  fs: 30,
1824
1828
  cl: {
1825
1829
  rgb: "rgb(51, 51, 51)"
@@ -1827,72 +1831,72 @@ const ActivateSlidePageOperation = {
1827
1831
  bl: 1
1828
1832
  }
1829
1833
  };
1830
- activePage.pageElements[elementId] = elementData, slideData.updatePage(activePage.id, activePage);
1831
- const canvasview = accessor.get(CanvasView), sceneObject = canvasview.createObjectToPage(elementData, activePage.id, unitId);
1832
- return sceneObject && canvasview.setObjectActiveByPage(sceneObject, activePage.id, unitId), !0;
1833
- }, "handler")
1834
- }, SetSlidePageThumbOperation = {
1834
+ u.pageElements[n] = _, l.updatePage(u.id, u);
1835
+ const C = i.get(M), p = C.createObjectToPage(_, u.id, t);
1836
+ return p && C.setObjectActiveByPage(p, u.id, t), !0;
1837
+ }
1838
+ }, tn = {
1835
1839
  id: "slide.operation.set-slide-page-thumb",
1836
- type: CommandType.OPERATION,
1837
- handler: /* @__PURE__ */ __name((accessor, params) => (accessor.get(CanvasView).createThumbs(params.unitId), !0), "handler")
1838
- }, imagePopupMenu = "univer-image-popup-menu", imagePopupMenuItem = "univer-image-popup-menu-item", imagePopupMenuItemIcon = "univer-image-popup-menu-item-icon", imagePopupMenuItemTitle = "univer-image-popup-menu-item-title", imagePopupMenuItemHide = "univer-image-popup-menu-item-hide", btnContainer = "univer-btn-container", btnContainerExpand = "univer-btn-container-expand", styles$2 = {
1839
- imagePopupMenu,
1840
- imagePopupMenuItem,
1841
- imagePopupMenuItemIcon,
1842
- imagePopupMenuItemTitle,
1843
- imagePopupMenuItemHide,
1844
- btnContainer,
1845
- btnContainerExpand
1846
- }, SlideImagePopupMenu = /* @__PURE__ */ __name((props) => {
1847
- var _a11, _b;
1848
- const menuItems = (_b = (_a11 = props.popup) == null ? void 0 : _a11.extraProps) == null ? void 0 : _b.menuItems;
1849
- if (!menuItems)
1840
+ type: D.OPERATION,
1841
+ handler: (i, e) => (i.get(M).createThumbs(e.unitId), !0)
1842
+ }, xr = "univer-image-popup-menu", Er = "univer-image-popup-menu-item", Rr = "univer-image-popup-menu-item-icon", Or = "univer-image-popup-menu-item-title", jr = "univer-image-popup-menu-item-hide", yr = "univer-btn-container", Tr = "univer-btn-container-expand", ge = {
1843
+ imagePopupMenu: xr,
1844
+ imagePopupMenuItem: Er,
1845
+ imagePopupMenuItemIcon: Rr,
1846
+ imagePopupMenuItemTitle: Or,
1847
+ imagePopupMenuItemHide: jr,
1848
+ btnContainer: yr,
1849
+ btnContainerExpand: Tr
1850
+ }, Mr = (i) => {
1851
+ var _, C;
1852
+ const e = (C = (_ = i.popup) == null ? void 0 : _.extraProps) == null ? void 0 : C.menuItems;
1853
+ if (!e)
1850
1854
  return null;
1851
- const commandService = useDependency(ICommandService), localeService = useDependency(LocaleService), [visible, setVisible] = useState(!1), [isHovered, setHovered] = useState(!1), handleMouseEnter = /* @__PURE__ */ __name(() => {
1852
- setHovered(!0);
1853
- }, "handleMouseEnter"), handleMouseLeave = /* @__PURE__ */ __name(() => {
1854
- setHovered(!1);
1855
- }, "handleMouseLeave"), onVisibleChange = /* @__PURE__ */ __name((visible2) => {
1856
- setVisible(visible2);
1857
- }, "onVisibleChange"), handleClick = /* @__PURE__ */ __name((item) => {
1858
- commandService.executeCommand(item.commandId, item.commandParams), setVisible(!1);
1859
- }, "handleClick"), showMore = visible || isHovered, availableMenu = menuItems.filter((item) => !item.disable);
1860
- return /* @__PURE__ */ jsx(
1855
+ const t = O(U), n = O(Q), [r, s] = W(!1), [o, a] = W(!1), c = () => {
1856
+ a(!0);
1857
+ }, g = () => {
1858
+ a(!1);
1859
+ }, l = (p) => {
1860
+ s(p);
1861
+ }, u = (p) => {
1862
+ t.executeCommand(p.commandId, p.commandParams), s(!1);
1863
+ }, h = r || o, v = e.filter((p) => !p.disable);
1864
+ return /* @__PURE__ */ d.jsx(
1861
1865
  "div",
1862
1866
  {
1863
- onMouseEnter: handleMouseEnter,
1864
- onMouseLeave: handleMouseLeave,
1865
- children: /* @__PURE__ */ jsx(
1866
- DropdownLegacy,
1867
+ onMouseEnter: c,
1868
+ onMouseLeave: g,
1869
+ children: /* @__PURE__ */ d.jsx(
1870
+ Vt,
1867
1871
  {
1868
1872
  placement: "bottomLeft",
1869
1873
  trigger: ["click"],
1870
- overlay: /* @__PURE__ */ jsx("ul", { className: styles$2.imagePopupMenu, children: availableMenu.map((item) => /* @__PURE__ */ jsx(
1874
+ overlay: /* @__PURE__ */ d.jsx("ul", { className: ge.imagePopupMenu, children: v.map((p) => /* @__PURE__ */ d.jsx(
1871
1875
  "li",
1872
1876
  {
1873
- onClick: /* @__PURE__ */ __name(() => handleClick(item), "onClick"),
1874
- className: styles$2.imagePopupMenuItem,
1875
- children: /* @__PURE__ */ jsx("span", { className: styles$2.imagePopupMenuItemTitle, children: localeService.t(item.label) })
1877
+ onClick: () => u(p),
1878
+ className: ge.imagePopupMenuItem,
1879
+ children: /* @__PURE__ */ d.jsx("span", { className: ge.imagePopupMenuItemTitle, children: n.t(p.label) })
1876
1880
  },
1877
- item.index
1881
+ p.index
1878
1882
  )) }),
1879
- visible,
1880
- onVisibleChange,
1881
- children: /* @__PURE__ */ jsxs(
1883
+ visible: r,
1884
+ onVisibleChange: l,
1885
+ children: /* @__PURE__ */ d.jsxs(
1882
1886
  "div",
1883
1887
  {
1884
- className: clsx(styles$2.btnContainer, {
1885
- [styles$2.btnContainerExpand]: visible
1888
+ className: T(ge.btnContainer, {
1889
+ [ge.btnContainerExpand]: r
1886
1890
  }),
1887
1891
  children: [
1888
- /* @__PURE__ */ jsx(
1889
- Autofill,
1892
+ /* @__PURE__ */ d.jsx(
1893
+ Ft,
1890
1894
  {
1891
1895
  style: { color: "#35322B" },
1892
1896
  extend: { colorChannel1: "rgb(var(--green-700, #409f11))" }
1893
1897
  }
1894
1898
  ),
1895
- showMore && /* @__PURE__ */ jsx(MoreDownSingle, { style: { color: "#CCCCCC", fontSize: "8px", marginLeft: "8px" } })
1899
+ h && /* @__PURE__ */ d.jsx(qe, { style: { color: "#CCCCCC", fontSize: "8px", marginLeft: "8px" } })
1896
1900
  ]
1897
1901
  }
1898
1902
  )
@@ -1900,434 +1904,427 @@ const ActivateSlidePageOperation = {
1900
1904
  )
1901
1905
  }
1902
1906
  );
1903
- }, "SlideImagePopupMenu"), slideBar = "univer-slide-bar", slideBarContent = "univer-slide-bar-content", slideBarContentHeader = "univer-slide-bar-content-header", slideBarItem = "univer-slide-bar-item", slideBarBox = "univer-slide-bar-box", slideBarItemActive = "univer-slide-bar-item-active", slideAddButton = "univer-slide-add-button", styles$1 = {
1904
- slideBar,
1905
- slideBarContent,
1906
- slideBarContentHeader,
1907
- slideBarItem,
1908
- slideBarBox,
1909
- slideBarItemActive,
1910
- slideAddButton
1907
+ }, wr = "univer-slide-bar", Nr = "univer-slide-bar-content", Dr = "univer-slide-bar-content-header", Ur = "univer-slide-bar-item", Vr = "univer-slide-bar-box", Br = "univer-slide-bar-item-active", Lr = "univer-slide-add-button", ne = {
1908
+ slideBar: wr,
1909
+ slideBarContent: Nr,
1910
+ slideBarContentHeader: Dr,
1911
+ slideBarItem: Ur,
1912
+ slideBarBox: Vr,
1913
+ slideBarItemActive: Br,
1914
+ slideAddButton: Lr
1911
1915
  };
1912
- function SlideSideBar() {
1913
- var _a11, _b;
1914
- const univerInstanceService = useDependency(IUniverInstanceService), commandService = useDependency(ICommandService), renderManagerService = useDependency(IRenderManagerService), localeService = useDependency(LocaleService), slideBarRef = useRef(null), currentSlide = univerInstanceService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE), pages = currentSlide == null ? void 0 : currentSlide.getPages(), pageOrder = currentSlide == null ? void 0 : currentSlide.getPageOrder();
1915
- if (!pages || !pageOrder)
1916
+ function Ar() {
1917
+ var C, p;
1918
+ const i = O(j), e = O(U), t = O(Y), n = O(Q), r = Ut(null), s = i.getCurrentUnitForType(x.UNIVER_SLIDE), o = s == null ? void 0 : s.getPages(), a = s == null ? void 0 : s.getPageOrder();
1919
+ if (!o || !a)
1916
1920
  return null;
1917
- const slideList = pageOrder.map((id) => pages[id]), [activatePageId, setActivatePageId] = useState((_b = (_a11 = currentSlide == null ? void 0 : currentSlide.getActivePage()) == null ? void 0 : _a11.id) != null ? _b : null), divRefs = useMemo(() => slideList.map(() => React.createRef()), [slideList]);
1918
- useEffect(() => {
1919
- const subscriber = currentSlide == null ? void 0 : currentSlide.activePage$.subscribe((page) => {
1920
- var _a12;
1921
- const id = (_a12 = page == null ? void 0 : page.id) != null ? _a12 : null;
1922
- id && setActivatePageId(id);
1921
+ const c = a.map((f) => o[f]), [g, l] = W([]), [u, h] = W((p = (C = s == null ? void 0 : s.getActivePage()) == null ? void 0 : C.id) != null ? p : null);
1922
+ oe(() => {
1923
+ l(c.map((f) => ke.createRef()));
1924
+ }, [c.length]), oe(() => {
1925
+ const f = s == null ? void 0 : s.activePage$.subscribe((I) => {
1926
+ var E;
1927
+ const b = (E = I == null ? void 0 : I.id) != null ? E : null;
1928
+ b && h(b);
1923
1929
  });
1924
1930
  return () => {
1925
- subscriber == null || subscriber.unsubscribe();
1931
+ f == null || f.unsubscribe();
1926
1932
  };
1927
- }, []), useEffect(() => {
1928
- divRefs.forEach((ref, index) => {
1929
- var _a12;
1930
- if (ref.current) {
1931
- const slide = slideList[index];
1932
- (_a12 = renderManagerService.getRenderById(slide.id)) == null || _a12.engine.setContainer(ref.current);
1933
+ }, []), oe(() => {
1934
+ g.forEach((f, I) => {
1935
+ var b;
1936
+ if (f.current) {
1937
+ const E = c[I];
1938
+ (b = t.getRenderById(E.id)) == null || b.engine.setContainer(f.current);
1933
1939
  }
1934
- }), divRefs.length > 0 && commandService.syncExecuteCommand(SetSlidePageThumbOperation.id, { unitId: currentSlide == null ? void 0 : currentSlide.getUnitId() });
1935
- }, [divRefs, slideList, renderManagerService, commandService, currentSlide]);
1936
- const activatePage = useCallback((page) => {
1937
- commandService.syncExecuteCommand(ActivateSlidePageOperation.id, { id: page, unitId: currentSlide == null ? void 0 : currentSlide.getUnitId() });
1938
- }, [commandService, currentSlide]), handleAppendSlide = useCallback(() => {
1939
- commandService.syncExecuteCommand(AppendSlideOperation.id, { unitId: currentSlide == null ? void 0 : currentSlide.getUnitId() });
1940
- }, [commandService, currentSlide]);
1941
- return /* @__PURE__ */ jsx("aside", { className: styles$1.slideBar, ref: slideBarRef, children: /* @__PURE__ */ jsx(Scrollbar, { children: /* @__PURE__ */ jsxs("div", { className: styles$1.slideBarContent, children: [
1942
- /* @__PURE__ */ jsx("header", { className: styles$1.slideBarContentHeader, children: /* @__PURE__ */ jsx("a", { onClick: handleAppendSlide, children: localeService.t("slide.append") }) }),
1943
- slideList.map((item, index) => /* @__PURE__ */ jsxs(
1940
+ }), g.length > 0 && e.syncExecuteCommand(tn.id, { unitId: s == null ? void 0 : s.getUnitId() });
1941
+ }, [g, c, t, e, s]);
1942
+ const v = ut((f) => {
1943
+ e.syncExecuteCommand(Jt.id, { id: f, unitId: s == null ? void 0 : s.getUnitId() });
1944
+ }, [e, s]), _ = ut(() => {
1945
+ e.syncExecuteCommand(Qt.id, { unitId: s == null ? void 0 : s.getUnitId() });
1946
+ }, [e, s]);
1947
+ return /* @__PURE__ */ d.jsx("aside", { className: ne.slideBar, ref: r, children: /* @__PURE__ */ d.jsx(Kn, { children: /* @__PURE__ */ d.jsxs("div", { className: ne.slideBarContent, children: [
1948
+ /* @__PURE__ */ d.jsx("header", { className: ne.slideBarContentHeader, children: /* @__PURE__ */ d.jsx("a", { onClick: _, children: n.t("slide.append") }) }),
1949
+ c.map((f, I) => /* @__PURE__ */ d.jsxs(
1944
1950
  "div",
1945
1951
  {
1946
- className: clsx(styles$1.slideBarItem, {
1947
- [styles$1.slideBarItemActive]: item.id === activatePageId
1952
+ className: T(ne.slideBarItem, {
1953
+ [ne.slideBarItemActive]: f.id === u
1948
1954
  }),
1949
- onClick: /* @__PURE__ */ __name(() => activatePage(item.id), "onClick"),
1955
+ onClick: () => v(f.id),
1950
1956
  children: [
1951
- /* @__PURE__ */ jsx("span", { children: index + 1 }),
1952
- /* @__PURE__ */ jsx("div", { ref: divRefs[index], className: styles$1.slideBarBox })
1957
+ /* @__PURE__ */ d.jsx("span", { children: I + 1 }),
1958
+ /* @__PURE__ */ d.jsx("div", { ref: g[I], className: ne.slideBarBox })
1953
1959
  ]
1954
1960
  },
1955
- item.id
1961
+ f.id
1956
1962
  ))
1957
1963
  ] }) }) });
1958
1964
  }
1959
- __name(SlideSideBar, "SlideSideBar");
1960
- const slideEditorContainer = "univer-slide-editor-container", editorInput = "univer-editor-input", styles = {
1961
- slideEditorContainer,
1962
- editorInput
1963
- }, HIDDEN_EDITOR_POSITION = -1e3, EDITOR_DEFAULT_POSITION = {
1965
+ const $r = "univer-slide-editor-container", Hr = "univer-editor-input", Fr = {
1966
+ slideEditorContainer: $r,
1967
+ editorInput: Hr
1968
+ }, we = -1e3, Pt = {
1964
1969
  width: 0,
1965
1970
  height: 0,
1966
- top: HIDDEN_EDITOR_POSITION,
1967
- left: HIDDEN_EDITOR_POSITION
1968
- }, SlideEditorContainer = /* @__PURE__ */ __name(() => {
1969
- const [state, setState] = useState({
1970
- ...EDITOR_DEFAULT_POSITION
1971
- }), slideEditorManagerService = useDependency(ISlideEditorManagerService), editorService = useDependency(IEditorService), contextService = useDependency(IContextService), disableAutoFocus = useObservable(
1972
- () => contextService.subscribeContextValue$(DISABLE_AUTO_FOCUS_KEY),
1971
+ top: we,
1972
+ left: we
1973
+ }, zr = () => {
1974
+ const [i, e] = W({
1975
+ ...Pt
1976
+ }), t = O(et), n = O(Ze), r = O(Ce), s = Bn(
1977
+ () => r.subscribeContextValue$(lt),
1973
1978
  !1,
1974
1979
  void 0,
1975
- [contextService, DISABLE_AUTO_FOCUS_KEY]
1980
+ [r, lt]
1976
1981
  );
1977
- return `${DEFAULT_EMPTY_DOCUMENT_VALUE}`, DocumentFlavor.UNSPECIFIED, useEffect(() => {
1978
- slideEditorManagerService.state$.subscribe((param) => {
1979
- if (param == null)
1982
+ return `${Tt}`, En.UNSPECIFIED, oe(() => {
1983
+ t.state$.subscribe((o) => {
1984
+ if (o == null)
1980
1985
  return;
1981
1986
  const {
1982
- startX = HIDDEN_EDITOR_POSITION,
1983
- startY = HIDDEN_EDITOR_POSITION,
1984
- endX = 0,
1985
- endY = 0,
1986
- show = !1
1987
- } = param;
1988
- if (!show)
1989
- setState({
1990
- ...EDITOR_DEFAULT_POSITION
1987
+ startX: a = we,
1988
+ startY: c = we,
1989
+ endX: g = 0,
1990
+ endY: l = 0,
1991
+ show: u = !1
1992
+ } = o;
1993
+ if (!u)
1994
+ e({
1995
+ ...Pt
1991
1996
  });
1992
1997
  else {
1993
- setState({
1994
- width: endX - startX - FIX_ONE_PIXEL_BLUR_OFFSET + 2,
1995
- height: endY - startY - FIX_ONE_PIXEL_BLUR_OFFSET + 2,
1996
- left: startX + FIX_ONE_PIXEL_BLUR_OFFSET,
1997
- top: startY + FIX_ONE_PIXEL_BLUR_OFFSET
1998
+ e({
1999
+ width: g - a - re + 2,
2000
+ height: l - c - re + 2,
2001
+ left: a + re,
2002
+ top: c + re
1998
2003
  });
1999
- const editor = editorService.getEditor(SLIDE_EDITOR_ID);
2000
- if (editor == null)
2004
+ const h = n.getEditor(ae);
2005
+ if (h == null)
2001
2006
  return;
2002
- const { left, top, width, height } = editor.getBoundingClientRect();
2003
- slideEditorManagerService.setRect({ left, top, width, height });
2007
+ const { left: v, top: _, width: C, height: p } = h.getBoundingClientRect();
2008
+ t.setRect({ left: v, top: _, width: C, height: p });
2004
2009
  }
2005
2010
  });
2006
- }, []), useEffect(() => {
2007
- disableAutoFocus || slideEditorManagerService.setFocus(!0);
2008
- }, [disableAutoFocus, state]), /* @__PURE__ */ jsx(
2011
+ }, []), oe(() => {
2012
+ s || t.setFocus(!0);
2013
+ }, [s, i]), /* @__PURE__ */ d.jsx(
2009
2014
  "div",
2010
2015
  {
2011
- className: styles.slideEditorContainer,
2016
+ className: Fr.slideEditorContainer,
2012
2017
  style: {
2013
- left: state.left,
2014
- top: state.top,
2015
- width: state.width,
2016
- height: state.height
2018
+ left: i.left,
2019
+ top: i.top,
2020
+ width: i.width,
2021
+ height: i.height
2017
2022
  }
2018
2023
  }
2019
2024
  );
2020
- }, "SlideEditorContainer"), IMAGE_UPLOAD_ICON = "addition-and-subtraction-single", SLIDES_IMAGE_MENU_ID = "slide.menu.image";
2021
- function SlideImageMenuFactory(accessor) {
2025
+ }, nn = "addition-and-subtraction-single", rn = "slide.menu.image";
2026
+ function Wr(i) {
2022
2027
  return {
2023
- id: SLIDES_IMAGE_MENU_ID,
2024
- type: MenuItemType.SUBITEMS,
2025
- icon: IMAGE_UPLOAD_ICON,
2028
+ id: rn,
2029
+ type: ve.SUBITEMS,
2030
+ icon: nn,
2026
2031
  tooltip: "slide.image.insert.title",
2027
- hidden$: getMenuHiddenObservable(accessor, UniverInstanceType.UNIVER_SLIDE)
2032
+ hidden$: _e(i, x.UNIVER_SLIDE)
2028
2033
  };
2029
2034
  }
2030
- __name(SlideImageMenuFactory, "SlideImageMenuFactory");
2031
- function UploadSlideFloatImageMenuFactory(_accessor) {
2035
+ function Kr(i) {
2032
2036
  return {
2033
- id: InsertSlideFloatImageCommand.id,
2037
+ id: tt.id,
2034
2038
  title: "slide.image.insert.float",
2035
- type: MenuItemType.BUTTON,
2036
- hidden$: getMenuHiddenObservable(_accessor, UniverInstanceType.UNIVER_SLIDE)
2039
+ type: ve.BUTTON,
2040
+ hidden$: _e(i, x.UNIVER_SLIDE)
2037
2041
  };
2038
2042
  }
2039
- __name(UploadSlideFloatImageMenuFactory, "UploadSlideFloatImageMenuFactory");
2040
- const GRAPH_SINGLE_ICON = "graph-single", SHAPE_MENU_ID = "slide.menu.shape";
2041
- function SlideShapeMenuFactory(accessor) {
2043
+ const sn = "graph-single", on = "slide.menu.shape";
2044
+ function Gr(i) {
2042
2045
  return {
2043
- id: SHAPE_MENU_ID,
2044
- type: MenuItemType.SUBITEMS,
2045
- icon: GRAPH_SINGLE_ICON,
2046
+ id: on,
2047
+ type: ve.SUBITEMS,
2048
+ icon: sn,
2046
2049
  tooltip: "slide.shape.insert.title",
2047
- hidden$: getMenuHiddenObservable(accessor, UniverInstanceType.UNIVER_SLIDE)
2050
+ hidden$: _e(i, x.UNIVER_SLIDE)
2048
2051
  // disabled$: getCurrentRangeDisable$(accessor, { workbookTypes: [WorkbookEditablePermission], worksheetTypes: [WorksheetEditPermission], rangeTypes: [RangeProtectionPermissionEditPoint] }),
2049
2052
  };
2050
2053
  }
2051
- __name(SlideShapeMenuFactory, "SlideShapeMenuFactory");
2052
- function UploadSlideFloatShapeMenuFactory(_accessor) {
2054
+ function Xr(i) {
2053
2055
  return {
2054
- id: InsertSlideShapeRectangleCommand.id,
2056
+ id: Je.id,
2055
2057
  title: "slide.shape.insert.rectangle",
2056
- type: MenuItemType.BUTTON,
2057
- hidden$: getMenuHiddenObservable(_accessor, UniverInstanceType.UNIVER_SLIDE)
2058
+ type: ve.BUTTON,
2059
+ hidden$: _e(i, x.UNIVER_SLIDE)
2058
2060
  };
2059
2061
  }
2060
- __name(UploadSlideFloatShapeMenuFactory, "UploadSlideFloatShapeMenuFactory");
2061
- const TEXT_ICON_ID = "text-single";
2062
- function SlideAddTextMenuItemFactory(_accessor) {
2062
+ const an = "text-single";
2063
+ function Yr(i) {
2063
2064
  return {
2064
- id: SlideAddTextCommand.id,
2065
- type: MenuItemType.BUTTON,
2066
- icon: TEXT_ICON_ID,
2065
+ id: nt.id,
2066
+ type: ve.BUTTON,
2067
+ icon: an,
2067
2068
  tooltip: "slide.text.insert.title",
2068
- hidden$: getMenuHiddenObservable(_accessor, UniverInstanceType.UNIVER_SLIDE)
2069
+ hidden$: _e(i, x.UNIVER_SLIDE)
2069
2070
  };
2070
2071
  }
2071
- __name(SlideAddTextMenuItemFactory, "SlideAddTextMenuItemFactory");
2072
- const menuSchema = {
2073
- [RibbonStartGroup.FORMAT]: {
2074
- [SlideAddTextCommand.id]: {
2072
+ const kr = {
2073
+ [Ln.FORMAT]: {
2074
+ [nt.id]: {
2075
2075
  order: 0,
2076
- menuItemFactory: SlideAddTextMenuItemFactory
2076
+ menuItemFactory: Yr
2077
2077
  },
2078
- [SLIDES_IMAGE_MENU_ID]: {
2078
+ [rn]: {
2079
2079
  order: 0,
2080
- menuItemFactory: SlideImageMenuFactory,
2081
- [InsertSlideFloatImageCommand.id]: {
2080
+ menuItemFactory: Wr,
2081
+ [tt.id]: {
2082
2082
  order: 0,
2083
- menuItemFactory: UploadSlideFloatImageMenuFactory
2083
+ menuItemFactory: Kr
2084
2084
  }
2085
2085
  },
2086
- [SHAPE_MENU_ID]: {
2086
+ [on]: {
2087
2087
  order: 0,
2088
- menuItemFactory: SlideShapeMenuFactory,
2089
- [InsertSlideShapeRectangleCommand.id]: {
2088
+ menuItemFactory: Gr,
2089
+ [Je.id]: {
2090
2090
  order: 0,
2091
- menuItemFactory: UploadSlideFloatShapeMenuFactory
2091
+ menuItemFactory: Xr
2092
2092
  }
2093
2093
  }
2094
2094
  }
2095
2095
  };
2096
- function whenEditorActivated(contextService) {
2097
- return contextService.getContextValue(FOCUSING_UNIVER_EDITOR) && contextService.getContextValue(EDITOR_ACTIVATED);
2096
+ function Ke(i) {
2097
+ return i.getContextValue(Mt) && i.getContextValue(Oe);
2098
2098
  }
2099
- __name(whenEditorActivated, "whenEditorActivated");
2100
- function whenFormulaEditorFocused(contextService) {
2101
- return contextService.getContextValue(FORMULA_EDITOR_ACTIVATED) && contextService.getContextValue(FOCUSING_UNIVER_EDITOR);
2099
+ function Zr(i) {
2100
+ return i.getContextValue(Rn) && i.getContextValue(Mt);
2102
2101
  }
2103
- __name(whenFormulaEditorFocused, "whenFormulaEditorFocused");
2104
- const ARROW_SELECTION_KEYCODE_LIST = [
2105
- KeyCode.ARROW_DOWN,
2106
- KeyCode.ARROW_UP,
2107
- KeyCode.ARROW_LEFT,
2108
- KeyCode.ARROW_RIGHT
2102
+ const cn = [
2103
+ y.ARROW_DOWN,
2104
+ y.ARROW_UP,
2105
+ y.ARROW_LEFT,
2106
+ y.ARROW_RIGHT
2109
2107
  ];
2110
- [KeyCode.ENTER, KeyCode.TAB, ...ARROW_SELECTION_KEYCODE_LIST];
2111
- function generateArrowSelectionShortCutItem() {
2112
- const shortcutList = [];
2113
- for (const keycode of ARROW_SELECTION_KEYCODE_LIST)
2114
- shortcutList.push({
2115
- id: SetTextEditArrowOperation.id,
2116
- binding: keycode,
2117
- preconditions: /* @__PURE__ */ __name((contextService) => whenEditorActivated(contextService), "preconditions"),
2108
+ [y.ENTER, y.TAB, ...cn];
2109
+ function qr() {
2110
+ const i = [];
2111
+ for (const e of cn)
2112
+ i.push({
2113
+ id: Me.id,
2114
+ binding: e,
2115
+ preconditions: (t) => Ke(t),
2118
2116
  staticParameters: {
2119
2117
  visible: !1,
2120
- eventType: DeviceInputEventType.Keyboard,
2121
- keycode,
2118
+ eventType: q.Keyboard,
2119
+ keycode: e,
2122
2120
  isShift: !1
2123
2121
  }
2124
- }), shortcutList.push({
2125
- id: SetTextEditArrowOperation.id,
2126
- binding: keycode | MetaKeys.SHIFT,
2127
- preconditions: /* @__PURE__ */ __name((contextService) => whenEditorActivated(contextService), "preconditions"),
2122
+ }), i.push({
2123
+ id: Me.id,
2124
+ binding: e | An.SHIFT,
2125
+ preconditions: (t) => Ke(t),
2128
2126
  staticParameters: {
2129
2127
  visible: !1,
2130
- eventType: DeviceInputEventType.Keyboard,
2131
- keycode,
2128
+ eventType: q.Keyboard,
2129
+ keycode: e,
2132
2130
  isShift: !0
2133
2131
  }
2134
2132
  });
2135
- return shortcutList;
2133
+ return i;
2136
2134
  }
2137
- __name(generateArrowSelectionShortCutItem, "generateArrowSelectionShortCutItem");
2138
- const EditorDeleteLeftShortcut = {
2139
- id: DeleteLeftCommand.id,
2140
- preconditions: /* @__PURE__ */ __name((contextService) => whenEditorActivated(contextService) || whenFormulaEditorFocused(contextService), "preconditions"),
2141
- binding: KeyCode.BACKSPACE
2135
+ const Jr = {
2136
+ id: Qn.id,
2137
+ preconditions: (i) => Ke(i) || Zr(i),
2138
+ binding: y.BACKSPACE
2142
2139
  };
2143
- var __defProp$2 = Object.defineProperty, __getOwnPropDesc$2 = Object.getOwnPropertyDescriptor, __decorateClass$2 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
2144
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$2(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
2145
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
2146
- return kind && result && __defProp$2(target, key, result), result;
2147
- }, "__decorateClass$2"), __decorateParam$2 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$2"), _a8;
2148
- let SlidesUIController = (_a8 = class extends Disposable {
2149
- constructor(_injector, _menuManagerService, _componentManager, _uiPartsService, _commandService, _shortcutService) {
2150
- super(), this._injector = _injector, this._menuManagerService = _menuManagerService, this._componentManager = _componentManager, this._uiPartsService = _uiPartsService, this._commandService = _commandService, this._shortcutService = _shortcutService, this._initCommands(), this._initCustomComponents(), this._initUIComponents(), this._initMenus(), this._initShortcuts();
2140
+ var Qr = Object.defineProperty, es = Object.getOwnPropertyDescriptor, ts = (i, e, t, n) => {
2141
+ for (var r = n > 1 ? void 0 : n ? es(e, t) : e, s = i.length - 1, o; s >= 0; s--)
2142
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
2143
+ return n && r && Qr(e, t, r), r;
2144
+ }, ie = (i, e) => (t, n) => e(t, n, i);
2145
+ let Ne = class extends Ue {
2146
+ constructor(i, e, t, n, r, s) {
2147
+ super(), this._injector = i, this._menuManagerService = e, this._componentManager = t, this._uiPartsService = n, this._commandService = r, this._shortcutService = s, this._initCommands(), this._initCustomComponents(), this._initUIComponents(), this._initMenus(), this._initShortcuts();
2151
2148
  }
2152
2149
  _initMenus() {
2153
- this._menuManagerService.mergeMenu(menuSchema);
2150
+ this._menuManagerService.mergeMenu(kr);
2154
2151
  }
2155
2152
  _initCustomComponents() {
2156
- const componentManager = this._componentManager;
2157
- this.disposeWithMe(componentManager.register(IMAGE_UPLOAD_ICON, AddImageSingle)), this.disposeWithMe(componentManager.register(TEXT_ICON_ID, TextSingle)), this.disposeWithMe(componentManager.register(GRAPH_SINGLE_ICON, GraphSingle)), this.disposeWithMe(componentManager.register(COMPONENT_SLIDE_IMAGE_POPUP_MENU, SlideImagePopupMenu)), this.disposeWithMe(componentManager.register(COMPONENT_SLIDE_SIDEBAR, RectSidebar));
2153
+ const i = this._componentManager;
2154
+ this.disposeWithMe(i.register(nn, Ht)), this.disposeWithMe(i.register(an, Yt)), this.disposeWithMe(i.register(sn, Wt)), this.disposeWithMe(i.register(qt, Mr)), this.disposeWithMe(i.register(Re, rr));
2158
2155
  }
2159
2156
  _initCommands() {
2160
2157
  [
2161
- AppendSlideOperation,
2162
- ActivateSlidePageOperation,
2163
- SetSlidePageThumbOperation,
2164
- InsertSlideFloatImageCommand,
2165
- SlideAddTextOperation,
2166
- SlideAddTextCommand,
2167
- InsertSlideShapeRectangleOperation,
2168
- InsertSlideShapeRectangleCommand,
2169
- ToggleSlideEditSidebarOperation,
2170
- DeleteSlideElementOperation,
2171
- UpdateSlideElementOperation,
2158
+ Qt,
2159
+ Jt,
2160
+ tn,
2161
+ tt,
2162
+ en,
2163
+ nt,
2164
+ Zt,
2165
+ Je,
2166
+ He,
2167
+ Lt,
2168
+ K,
2172
2169
  // commands for editor
2173
- SetTextEditArrowOperation
2174
- ].forEach((command) => this.disposeWithMe(this._commandService.registerCommand(command)));
2170
+ Me
2171
+ ].forEach((i) => this.disposeWithMe(this._commandService.registerCommand(i)));
2175
2172
  }
2176
2173
  _initUIComponents() {
2177
2174
  this.disposeWithMe(
2178
- this._uiPartsService.registerComponent(BuiltInUIPart.LEFT_SIDEBAR, () => connectInjector(SlideSideBar, this._injector))
2175
+ this._uiPartsService.registerComponent(dt.LEFT_SIDEBAR, () => rt(Ar, this._injector))
2179
2176
  ), this.disposeWithMe(
2180
- this._uiPartsService.registerComponent(BuiltInUIPart.CONTENT, () => connectInjector(SlideEditorContainer, this._injector))
2177
+ this._uiPartsService.registerComponent(dt.CONTENT, () => rt(zr, this._injector))
2181
2178
  );
2182
2179
  }
2183
2180
  _initShortcuts() {
2184
2181
  [
2185
- EditorDeleteLeftShortcut,
2186
- ...generateArrowSelectionShortCutItem()
2187
- ].forEach((item) => {
2188
- this.disposeWithMe(this._shortcutService.registerShortcut(item));
2182
+ Jr,
2183
+ ...qr()
2184
+ ].forEach((i) => {
2185
+ this.disposeWithMe(this._shortcutService.registerShortcut(i));
2189
2186
  });
2190
2187
  }
2191
- }, __name(_a8, "SlidesUIController"), _a8);
2192
- SlidesUIController = __decorateClass$2([
2193
- __decorateParam$2(0, Inject(Injector)),
2194
- __decorateParam$2(1, IMenuManagerService),
2195
- __decorateParam$2(2, Inject(ComponentManager)),
2196
- __decorateParam$2(3, IUIPartsService),
2197
- __decorateParam$2(4, ICommandService),
2198
- __decorateParam$2(5, IShortcutService)
2199
- ], SlidesUIController);
2200
- var __defProp$1 = Object.defineProperty, __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor, __decorateClass$1 = /* @__PURE__ */ __name((decorators, target, key, kind) => {
2201
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc$1(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
2202
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
2203
- return kind && result && __defProp$1(target, key, result), result;
2204
- }, "__decorateClass$1"), __decorateParam$1 = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam$1"), _a9;
2205
- let SlideRenderService = (_a9 = class extends RxDisposable {
2188
+ };
2189
+ Ne = ts([
2190
+ ie(0, X(Ge)),
2191
+ ie(1, Hn),
2192
+ ie(2, X($n)),
2193
+ ie(3, Fn),
2194
+ ie(4, U),
2195
+ ie(5, zn)
2196
+ ], Ne);
2197
+ var ns = Object.defineProperty, is = Object.getOwnPropertyDescriptor, rs = (i, e, t, n) => {
2198
+ for (var r = n > 1 ? void 0 : n ? is(e, t) : e, s = i.length - 1, o; s >= 0; s--)
2199
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
2200
+ return n && r && ns(e, t, r), r;
2201
+ }, $e = (i, e) => (t, n) => e(t, n, i);
2202
+ let De = class extends fe {
2206
2203
  // private _skeletonChangeMutations = new Set<string>();
2207
- constructor(_contextService, _instanceSrv, _renderManagerService) {
2208
- super(), this._contextService = _contextService, this._instanceSrv = _instanceSrv, this._renderManagerService = _renderManagerService, Promise.resolve().then(() => this._init());
2204
+ constructor(i, e, t) {
2205
+ super(), this._contextService = i, this._instanceSrv = e, this._renderManagerService = t, Promise.resolve().then(() => this._init());
2209
2206
  }
2210
2207
  _init() {
2211
2208
  this._initSlideDataListener(), this._initContextListener();
2212
2209
  }
2213
2210
  _initSlideDataListener() {
2214
- this._instanceSrv.getTypeOfUnitAdded$(UniverInstanceType.UNIVER_SLIDE).pipe(takeUntil(this.dispose$)).subscribe((slideModel) => {
2215
- this._createRenderer(slideModel == null ? void 0 : slideModel.getUnitId());
2216
- }), this._instanceSrv.getAllUnitsForType(UniverInstanceType.UNIVER_SLIDE).forEach((slideModel) => {
2217
- this._createRenderer(slideModel.getUnitId());
2218
- }), this._instanceSrv.getTypeOfUnitDisposed$(UniverInstanceType.UNIVER_SLIDE).pipe(takeUntil(this.dispose$)).subscribe((workbook) => this._disposeRenderer(workbook));
2211
+ this._instanceSrv.getTypeOfUnitAdded$(x.UNIVER_SLIDE).pipe(mt(this.dispose$)).subscribe((i) => {
2212
+ this._createRenderer(i == null ? void 0 : i.getUnitId());
2213
+ }), this._instanceSrv.getAllUnitsForType(x.UNIVER_SLIDE).forEach((i) => {
2214
+ this._createRenderer(i.getUnitId());
2215
+ }), this._instanceSrv.getTypeOfUnitDisposed$(x.UNIVER_SLIDE).pipe(mt(this.dispose$)).subscribe((i) => this._disposeRenderer(i));
2219
2216
  }
2220
- _createRenderer(unitId) {
2221
- unitId == null || this._instanceSrv.getUnit(unitId, UniverInstanceType.UNIVER_SLIDE) == null || (this._renderManagerService.createRender(unitId), this._renderManagerService.setCurrent(unitId));
2217
+ _createRenderer(i) {
2218
+ i == null || this._instanceSrv.getUnit(i, x.UNIVER_SLIDE) == null || (this._renderManagerService.createRender(i), this._renderManagerService.setCurrent(i));
2222
2219
  }
2223
- _disposeRenderer(workbook) {
2224
- const unitId = workbook.getUnitId();
2225
- this._renderManagerService.removeRender(unitId);
2220
+ _disposeRenderer(i) {
2221
+ const e = i.getUnitId();
2222
+ this._renderManagerService.removeRender(e);
2226
2223
  }
2227
2224
  _initContextListener() {
2228
2225
  }
2229
- }, __name(_a9, "SlideRenderService"), _a9);
2230
- SlideRenderService = __decorateClass$1([
2231
- __decorateParam$1(0, IContextService),
2232
- __decorateParam$1(1, IUniverInstanceService),
2233
- __decorateParam$1(2, IRenderManagerService)
2234
- ], SlideRenderService);
2235
- var __defProp2 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __decorateClass = /* @__PURE__ */ __name((decorators, target, key, kind) => {
2236
- for (var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target, i = decorators.length - 1, decorator; i >= 0; i--)
2237
- (decorator = decorators[i]) && (result = (kind ? decorator(target, key, result) : decorator(result)) || result);
2238
- return kind && result && __defProp2(target, key, result), result;
2239
- }, "__decorateClass"), __decorateParam = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam");
2240
- const SLIDE_UI_PLUGIN_NAME = "SLIDE_UI";
2241
- var _a10;
2242
- let UniverSlidesUIPlugin = (_a10 = class extends Plugin {
2243
- constructor(_config = defaultPluginConfig, _injector, _renderManagerService, _univerInstanceService, _configService) {
2244
- super(), this._config = _config, this._injector = _injector, this._renderManagerService = _renderManagerService, this._univerInstanceService = _univerInstanceService, this._configService = _configService;
2245
- const { menu, ...rest } = merge(
2226
+ };
2227
+ De = rs([
2228
+ $e(0, Ce),
2229
+ $e(1, j),
2230
+ $e(2, Y)
2231
+ ], De);
2232
+ var ss = Object.defineProperty, os = Object.getOwnPropertyDescriptor, as = (i, e, t, n) => {
2233
+ for (var r = n > 1 ? void 0 : n ? os(e, t) : e, s = i.length - 1, o; s >= 0; s--)
2234
+ (o = i[s]) && (r = (n ? o(e, t, r) : o(r)) || r);
2235
+ return n && r && ss(e, t, r), r;
2236
+ }, xe = (i, e) => (t, n) => e(t, n, i);
2237
+ const cs = "SLIDE_UI";
2238
+ var Ee;
2239
+ let bt = (Ee = class extends On {
2240
+ constructor(i = ft, e, t, n, r) {
2241
+ super(), this._config = i, this._injector = e, this._renderManagerService = t, this._univerInstanceService = n, this._configService = r;
2242
+ const { menu: s, ...o } = jn(
2246
2243
  {},
2247
- defaultPluginConfig,
2244
+ ft,
2248
2245
  this._config
2249
2246
  );
2250
- menu && this._configService.setConfig("menu", menu, { merge: !0 }), this._configService.setConfig(SLIDES_UI_PLUGIN_CONFIG_KEY, rest);
2247
+ s && this._configService.setConfig("menu", s, { merge: !0 }), this._configService.setConfig(di, o);
2251
2248
  }
2252
2249
  onStarting() {
2253
- mergeOverrideWithDependencies([
2254
- [SlideRenderService],
2255
- [ISlideEditorBridgeService, { useClass: SlideEditorBridgeService }],
2250
+ st([
2251
+ [De],
2252
+ [Qe, { useClass: Fe }],
2256
2253
  // used by SlideUIController --> EditorContainer
2257
- [ISlideEditorManagerService, { useClass: SlideEditorManagerService }],
2258
- [SlideCanvasPopMangerService]
2259
- ], this._config.override).forEach((d) => this._injector.add(d));
2254
+ [et, { useClass: pr }],
2255
+ [ye]
2256
+ ], this._config.override).forEach((i) => this._injector.add(i));
2260
2257
  }
2261
2258
  onReady() {
2262
2259
  [
2263
2260
  // SlideRenderService will be init in ready stage, and then calling RenderManagerService@createRender --> init all deps in this rendering register block.
2264
- [SlideRenderController]
2265
- ].forEach((m) => {
2266
- this.disposeWithMe(this._renderManagerService.registerRenderModule(UniverInstanceType.UNIVER_SLIDE, m));
2267
- }), mergeOverrideWithDependencies([
2268
- [CanvasView],
2261
+ [pe]
2262
+ ].forEach((i) => {
2263
+ this.disposeWithMe(this._renderManagerService.registerRenderModule(x.UNIVER_SLIDE, i));
2264
+ }), st([
2265
+ [M],
2269
2266
  // cannot register in _renderManagerService now.
2270
2267
  // [ISlideEditorBridgeService, { useClass: SlideEditorBridgeService }],
2271
2268
  // // used by SlideUIController --> EditorContainer
2272
2269
  // [ISlideEditorManagerService, { useClass: SlideEditorManagerService }],
2273
2270
  // SlidesUIController controller should be registered in Ready stage.
2274
2271
  // SlidesUIController controller would add a new RenderUnit (__INTERNAL_EDITOR__DOCS_NORMAL)
2275
- [SlidesUIController],
2272
+ [Ne],
2276
2273
  // editor service was create in renderManagerService
2277
- [SlideRenderController],
2278
- [SlidePopupMenuController]
2279
- ], this._config.override).forEach((m) => {
2280
- this._injector.add(m);
2281
- }), this._injector.get(CanvasView), this._injector.get(SlideRenderService);
2274
+ [pe],
2275
+ [Te]
2276
+ ], this._config.override).forEach((i) => {
2277
+ this._injector.add(i);
2278
+ }), this._injector.get(M), this._injector.get(De);
2282
2279
  }
2283
2280
  onRendered() {
2284
2281
  [
2285
2282
  // need slideEditorBridgeService
2286
2283
  // need TextSelectionRenderService which init by EditorContainer
2287
- [SlideEditorBridgeRenderController],
2288
- [SlideEditingRenderController]
2289
- ].forEach((m) => {
2290
- this.disposeWithMe(this._renderManagerService.registerRenderModule(UniverInstanceType.UNIVER_SLIDE, m));
2291
- }), this._markSlideAsFocused(), this._injector.get(SlidesUIController);
2284
+ [We],
2285
+ [ze]
2286
+ ].forEach((i) => {
2287
+ this.disposeWithMe(this._renderManagerService.registerRenderModule(x.UNIVER_SLIDE, i));
2288
+ }), this._markSlideAsFocused(), this._injector.get(Ne);
2292
2289
  }
2293
2290
  onSteady() {
2294
- this._injector.get(SlidePopupMenuController);
2291
+ this._injector.get(Te);
2295
2292
  }
2296
2293
  _markSlideAsFocused() {
2297
- const currentService = this._univerInstanceService;
2294
+ const i = this._univerInstanceService;
2298
2295
  try {
2299
- const slideDataModel = currentService.getCurrentUnitForType(UniverInstanceType.UNIVER_SLIDE);
2300
- currentService.focusUnit(slideDataModel.getUnitId());
2296
+ const e = i.getCurrentUnitForType(x.UNIVER_SLIDE);
2297
+ i.focusUnit(e.getUnitId());
2301
2298
  } catch {
2302
2299
  }
2303
2300
  }
2304
- }, __name(_a10, "UniverSlidesUIPlugin"), __publicField(_a10, "pluginName", SLIDE_UI_PLUGIN_NAME), __publicField(_a10, "type", UniverInstanceType.UNIVER_SLIDE), _a10);
2305
- UniverSlidesUIPlugin = __decorateClass([
2306
- __decorateParam(1, Inject(Injector)),
2307
- __decorateParam(2, IRenderManagerService),
2308
- __decorateParam(3, IUniverInstanceService),
2309
- __decorateParam(4, IConfigService)
2310
- ], UniverSlidesUIPlugin);
2301
+ }, P(Ee, "pluginName", cs), P(Ee, "type", x.UNIVER_SLIDE), Ee);
2302
+ bt = as([
2303
+ xe(1, X(Ge)),
2304
+ xe(2, Y),
2305
+ xe(3, j),
2306
+ xe(4, yn)
2307
+ ], bt);
2311
2308
  export {
2312
- ActivateSlidePageOperation,
2313
- AppendSlideOperation,
2314
- CanvasView,
2315
- DeleteSlideElementOperation,
2316
- ISlideEditorBridgeService,
2317
- InsertSlideFloatImageCommand,
2318
- InsertSlideShapeRectangleCommand,
2319
- InsertSlideShapeRectangleOperation,
2320
- SHAPE_MENU_ID,
2321
- SLIDES_IMAGE_MENU_ID,
2322
- SLIDE_EDITOR_ID,
2323
- SetSlidePageThumbOperation,
2324
- SlideAddTextCommand,
2325
- SlideAddTextOperation,
2326
- SlideCanvasPopMangerService,
2327
- SlideEditorContainer,
2328
- SlideSideBar,
2329
- SlidesUIController,
2330
- menuSchema as SlidesUIMenuSchema,
2331
- UniverSlidesUIPlugin,
2332
- UpdateSlideElementOperation
2309
+ Jt as ActivateSlidePageOperation,
2310
+ Qt as AppendSlideOperation,
2311
+ M as CanvasView,
2312
+ Lt as DeleteSlideElementOperation,
2313
+ Qe as ISlideEditorBridgeService,
2314
+ tt as InsertSlideFloatImageCommand,
2315
+ Je as InsertSlideShapeRectangleCommand,
2316
+ Zt as InsertSlideShapeRectangleOperation,
2317
+ on as SHAPE_MENU_ID,
2318
+ rn as SLIDES_IMAGE_MENU_ID,
2319
+ ae as SLIDE_EDITOR_ID,
2320
+ tn as SetSlidePageThumbOperation,
2321
+ nt as SlideAddTextCommand,
2322
+ en as SlideAddTextOperation,
2323
+ ye as SlideCanvasPopMangerService,
2324
+ zr as SlideEditorContainer,
2325
+ Ar as SlideSideBar,
2326
+ Ne as SlidesUIController,
2327
+ kr as SlidesUIMenuSchema,
2328
+ bt as UniverSlidesUIPlugin,
2329
+ K as UpdateSlideElementOperation
2333
2330
  };