@univerjs/sheets-ui 0.1.3 → 0.1.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.
Files changed (158) hide show
  1. package/README.md +2 -0
  2. package/lib/cjs/index.js +10 -10
  3. package/lib/es/index.js +4865 -4706
  4. package/lib/index.css +1 -1
  5. package/lib/types/basics/const/index.d.ts +0 -1
  6. package/lib/types/basics/editor/get-editor-object.d.ts +3 -17
  7. package/lib/types/basics/index.d.ts +0 -1
  8. package/lib/types/commands/commands/__tests__/create-command-test-bed.d.ts +3 -19
  9. package/lib/types/commands/commands/__tests__/create-selection-command-test-bed.d.ts +18 -32
  10. package/lib/types/commands/commands/add-worksheet-merge.command.d.ts +2 -17
  11. package/lib/types/commands/commands/auto-fill.command.d.ts +2 -16
  12. package/lib/types/commands/commands/clipboard.command.d.ts +2 -16
  13. package/lib/types/commands/commands/delete-range-move-left-confirm.command .d.ts +2 -16
  14. package/lib/types/commands/commands/delete-range-move-up-confirm.command.d.ts +2 -16
  15. package/lib/types/commands/commands/hide-row-col-confirm.command.d.ts +2 -16
  16. package/lib/types/commands/commands/inline-format.command.d.ts +2 -16
  17. package/lib/types/commands/commands/insert-range-move-down-confirm.command.d.ts +2 -16
  18. package/lib/types/commands/commands/insert-range-move-right-confirm.command.d.ts +2 -16
  19. package/lib/types/commands/commands/refill.command.d.ts +2 -16
  20. package/lib/types/commands/commands/remove-row-col-confirm.command.d.ts +2 -16
  21. package/lib/types/commands/commands/remove-sheet-confirm.command.d.ts +2 -16
  22. package/lib/types/commands/commands/set-format-painter.command.d.ts +2 -16
  23. package/lib/types/commands/commands/set-frozen.command.d.ts +2 -16
  24. package/lib/types/commands/commands/set-scroll.command.d.ts +2 -16
  25. package/lib/types/commands/commands/set-selection.command.d.ts +2 -16
  26. package/lib/types/commands/commands/set-zoom-ratio.command.d.ts +2 -16
  27. package/lib/types/commands/commands/unhide.command.d.ts +2 -16
  28. package/lib/types/commands/commands/utils/selection-utils.d.ts +2 -17
  29. package/lib/types/commands/operations/activate-cell-edit.operation.d.ts +3 -17
  30. package/lib/types/commands/operations/cell-edit.operation.d.ts +3 -17
  31. package/lib/types/commands/operations/rename-sheet.operation.d.ts +2 -16
  32. package/lib/types/commands/operations/scroll.operation.d.ts +3 -17
  33. package/lib/types/commands/operations/set-format-painter.operation.d.ts +3 -17
  34. package/lib/types/commands/operations/set-zoom-ratio.operation.d.ts +3 -17
  35. package/lib/types/common/utils.d.ts +10 -18
  36. package/lib/types/components/border-panel/BorderPanel.d.ts +3 -17
  37. package/lib/types/components/border-panel/border-line/BorderLine.d.ts +2 -16
  38. package/lib/types/components/border-panel/border-line/icons/BorderDashDot.d.ts +2 -16
  39. package/lib/types/components/border-panel/border-line/icons/BorderDashDotDot.d.ts +2 -16
  40. package/lib/types/components/border-panel/border-line/icons/BorderDashed.d.ts +2 -16
  41. package/lib/types/components/border-panel/border-line/icons/BorderDotted.d.ts +2 -16
  42. package/lib/types/components/border-panel/border-line/icons/BorderHair.d.ts +2 -16
  43. package/lib/types/components/border-panel/border-line/icons/BorderMedium.d.ts +2 -16
  44. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDot.d.ts +2 -16
  45. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashDotDot.d.ts +2 -16
  46. package/lib/types/components/border-panel/border-line/icons/BorderMediumDashed.d.ts +2 -16
  47. package/lib/types/components/border-panel/border-line/icons/BorderThick.d.ts +2 -16
  48. package/lib/types/components/border-panel/border-line/icons/BorderThin.d.ts +2 -16
  49. package/lib/types/components/border-panel/interface.d.ts +3 -17
  50. package/lib/types/components/menu-item-input/MenuItemInput.d.ts +3 -17
  51. package/lib/types/components/menu-item-input/interface.d.ts +2 -16
  52. package/lib/types/controllers/active-worksheet/active-worksheet.controller.d.ts +1 -15
  53. package/lib/types/controllers/auto-fill.controller.d.ts +6 -20
  54. package/lib/types/controllers/auto-height.controller.d.ts +4 -18
  55. package/lib/types/controllers/clipboard/clipboard.controller.d.ts +6 -20
  56. package/lib/types/controllers/clipboard/utils.d.ts +4 -19
  57. package/lib/types/controllers/contextmenu/contextmenu.controller.d.ts +5 -19
  58. package/lib/types/controllers/editor/__tests__/create-test-bed.d.ts +3 -19
  59. package/lib/types/controllers/editor/editing.controller.d.ts +2 -16
  60. package/lib/types/controllers/editor/end-edit.controller.d.ts +7 -23
  61. package/lib/types/controllers/editor/formula-editor.controller.d.ts +5 -19
  62. package/lib/types/controllers/editor/start-edit.controller.d.ts +6 -20
  63. package/lib/types/controllers/editor-bridge.controller.d.ts +7 -21
  64. package/lib/types/controllers/format-painter/format-painter.controller.d.ts +4 -18
  65. package/lib/types/controllers/freeze.controller.d.ts +7 -21
  66. package/lib/types/controllers/header-menu.controller.d.ts +5 -19
  67. package/lib/types/controllers/header-move.controller.d.ts +5 -19
  68. package/lib/types/controllers/header-resize.controller.d.ts +4 -18
  69. package/lib/types/controllers/header-unhide.controller.d.ts +3 -17
  70. package/lib/types/controllers/mark-selection.controller.d.ts +3 -17
  71. package/lib/types/controllers/menu/__tests__/create-menu-test-bed.d.ts +2 -16
  72. package/lib/types/controllers/menu/border.menu.d.ts +4 -18
  73. package/lib/types/controllers/menu/clear.menu.d.ts +2 -16
  74. package/lib/types/controllers/menu/delete.menu.d.ts +2 -16
  75. package/lib/types/controllers/menu/insert.menu.d.ts +3 -17
  76. package/lib/types/controllers/menu/menu.d.ts +3 -17
  77. package/lib/types/controllers/menu/merge.menu.d.ts +3 -17
  78. package/lib/types/controllers/menu/sheet.menu.d.ts +3 -17
  79. package/lib/types/controllers/move-range.controller.d.ts +3 -17
  80. package/lib/types/controllers/scroll.controller.d.ts +5 -20
  81. package/lib/types/controllers/selection.controller.d.ts +6 -20
  82. package/lib/types/controllers/sheet-render.controller.d.ts +3 -17
  83. package/lib/types/controllers/sheet-ui.controller.d.ts +3 -18
  84. package/lib/types/controllers/shortcuts/editor.shortcut.d.ts +2 -17
  85. package/lib/types/controllers/shortcuts/operation.shortcut.d.ts +2 -16
  86. package/lib/types/controllers/shortcuts/selection.shortcut.d.ts +3 -17
  87. package/lib/types/controllers/shortcuts/style.shortcut.d.ts +2 -16
  88. package/lib/types/controllers/shortcuts/utils.d.ts +2 -16
  89. package/lib/types/controllers/shortcuts/value.shortcut.d.ts +2 -16
  90. package/lib/types/controllers/shortcuts/view.shortcut.d.ts +2 -16
  91. package/lib/types/controllers/status-bar.controller.d.ts +4 -18
  92. package/lib/types/controllers/utils/component-tools.d.ts +3 -17
  93. package/lib/types/controllers/utils/selections-tools.d.ts +3 -0
  94. package/lib/types/controllers/zoom.controller.d.ts +6 -20
  95. package/lib/types/index.d.ts +2 -0
  96. package/lib/types/locale/en-US.d.ts +2 -16
  97. package/lib/types/locale/zh-CN.d.ts +1 -1
  98. package/lib/types/services/auto-fill/auto-fill.service.d.ts +6 -22
  99. package/lib/types/services/auto-fill/rules.d.ts +2 -16
  100. package/lib/types/services/auto-fill/tools.d.ts +7 -22
  101. package/lib/types/services/auto-fill/type.d.ts +2 -16
  102. package/lib/types/services/canvas-pop-manager.service.d.ts +43 -0
  103. package/lib/types/services/clipboard/__tests__/clipboard-test-bed.d.ts +10 -25
  104. package/lib/types/services/clipboard/clipboard.service.d.ts +10 -25
  105. package/lib/types/services/clipboard/copy-content-cache.d.ts +3 -17
  106. package/lib/types/services/clipboard/html-to-usm/converter.d.ts +6 -19
  107. package/lib/types/services/clipboard/html-to-usm/parse-node-style.d.ts +2 -16
  108. package/lib/types/services/clipboard/html-to-usm/paste-plugins/plugin-lark.d.ts +2 -16
  109. package/lib/types/services/clipboard/html-to-usm/paste-plugins/plugin-word.d.ts +2 -16
  110. package/lib/types/services/clipboard/html-to-usm/paste-plugins/type.d.ts +2 -16
  111. package/lib/types/services/clipboard/html-to-usm/utils.d.ts +2 -16
  112. package/lib/types/services/clipboard/type.d.ts +2 -16
  113. package/lib/types/services/clipboard/usm-to-html/convertor.d.ts +3 -17
  114. package/lib/types/services/clipboard/utils.d.ts +6 -16
  115. package/lib/types/services/editor/cell-editor-manager.service.d.ts +5 -19
  116. package/lib/types/services/editor/formula-editor-manager.service.d.ts +5 -19
  117. package/lib/types/services/editor-bridge.service.d.ts +13 -30
  118. package/lib/types/services/format-painter/format-painter.service.d.ts +5 -20
  119. package/lib/types/services/mark-selection/mark-selection.service.d.ts +7 -22
  120. package/lib/types/services/scroll-manager.service.d.ts +3 -17
  121. package/lib/types/services/selection/__test__/create-service-test-bed.d.ts +3 -19
  122. package/lib/types/services/selection/selection-render-model.d.ts +2 -17
  123. package/lib/types/services/selection/selection-render.service.d.ts +9 -25
  124. package/lib/types/services/selection/selection-shape-extension.d.ts +5 -19
  125. package/lib/types/services/selection/selection-shape.d.ts +25 -41
  126. package/lib/types/services/sheet-bar/sheet-bar.service.d.ts +5 -19
  127. package/lib/types/services/sheet-skeleton-manager.service.d.ts +5 -21
  128. package/lib/types/services/shortcut-experience.service.d.ts +4 -19
  129. package/lib/types/services/status-bar.service.d.ts +6 -20
  130. package/lib/types/sheets-ui-plugin.d.ts +2 -16
  131. package/lib/types/views/count-bar/CountBar.d.ts +2 -16
  132. package/lib/types/views/count-bar/ZoomSlider.d.ts +2 -16
  133. package/lib/types/views/editor-container/EditorContainer.d.ts +2 -16
  134. package/lib/types/views/formula-bar/FormulaBar.d.ts +2 -16
  135. package/lib/types/views/header-menu-shape.d.ts +2 -17
  136. package/lib/types/views/header-resize-shape.d.ts +2 -17
  137. package/lib/types/views/header-unhide-shape.d.ts +2 -17
  138. package/lib/types/views/operate-container/AutoFillPopupMenu.d.ts +2 -16
  139. package/lib/types/views/operate-container/OperateContainer.d.ts +2 -16
  140. package/lib/types/views/sheet-bar/SheetBar.d.ts +2 -16
  141. package/lib/types/views/sheet-bar/sheet-bar-button/SheetBarButton.d.ts +2 -16
  142. package/lib/types/views/sheet-bar/sheet-bar-menu/SheetBarMenu.d.ts +2 -16
  143. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarItem.d.ts +3 -17
  144. package/lib/types/views/sheet-bar/sheet-bar-tabs/SheetBarTabs.d.ts +2 -16
  145. package/lib/types/views/sheet-bar/sheet-bar-tabs/utils/slide-tab-bar.d.ts +1 -16
  146. package/lib/types/views/sheet-canvas-view.d.ts +5 -19
  147. package/lib/types/views/sheet-container/SheetContainer.d.ts +2 -22
  148. package/lib/types/views/status-bar/CopyableStatisticItem.d.ts +3 -17
  149. package/lib/types/views/status-bar/StatusBar.d.ts +2 -16
  150. package/lib/umd/index.js +10 -10
  151. package/package.json +26 -24
  152. package/lib/types/basics/const/default-univer-sheet-config.d.ts +0 -141
  153. package/lib/types/basics/interfaces/cell.d.ts +0 -20
  154. package/lib/types/basics/interfaces/component-config/i-sheet-ui-plugin-config.d.ts +0 -27
  155. package/lib/types/basics/interfaces/component-config/index.d.ts +0 -17
  156. package/lib/types/basics/interfaces/component-config/sheet-container-config.d.ts +0 -34
  157. package/lib/types/basics/interfaces/component-config/toolbar-config.d.ts +0 -39
  158. package/lib/types/basics/interfaces/index.d.ts +0 -16
@@ -1,22 +1,8 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { IRangeWithCoord, ThemeService } from '@univerjs/core';
17
- import type { Scene, SpreadsheetSkeleton } from '@univerjs/engine-render';
18
- import type { Injector } from '@wendellhu/redi';
19
- import type { SelectionShape } from './selection-shape';
1
+ import { SelectionShape } from './selection-shape';
2
+ import { Injector } from '@wendellhu/redi';
3
+ import { Scene, SpreadsheetSkeleton } from '@univerjs/engine-render';
4
+ import { IRangeWithCoord, ThemeService } from '@univerjs/core';
5
+
20
6
  export interface ISelectionShapeTargetSelection {
21
7
  originControl: SelectionShape;
22
8
  targetSelection: IRangeWithCoord;
@@ -1,25 +1,9 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { IRangeWithCoord, ISelectionCellWithCoord, Nullable, ThemeService } from '@univerjs/core';
17
- import { Disposable } from '@univerjs/core';
18
- import type { Scene } from '@univerjs/engine-render';
19
- import { Group, Rect } from '@univerjs/engine-render';
20
- import type { ISelectionStyle, ISelectionWithCoordAndStyle } from '@univerjs/sheets';
21
- import { Subject } from 'rxjs';
22
1
  import { SelectionRenderModel } from './selection-render-model';
2
+ import { Subject } from 'rxjs';
3
+ import { ISelectionStyle, ISelectionWithCoordAndStyle } from '@univerjs/sheets';
4
+ import { Scene, Group, Rect } from '@univerjs/engine-render';
5
+ import { IRangeWithCoord, ISelectionCellWithCoord, Nullable, ThemeService, Disposable } from '@univerjs/core';
6
+
23
7
  /**
24
8
  * The main selection canvas component
25
9
  */
@@ -61,40 +45,40 @@ export declare class SelectionShape extends Disposable {
61
45
  private _columnHeaderHeight;
62
46
  private _widgetRects;
63
47
  private _dispose$;
64
- readonly dispose$: import("rxjs").Observable<SelectionShape>;
48
+ readonly dispose$: import('rxjs').Observable<SelectionShape>;
65
49
  readonly selectionMoving$: Subject<Nullable<IRangeWithCoord>>;
66
50
  readonly selectionMoved$: Subject<Nullable<IRangeWithCoord>>;
67
51
  readonly selectionScaling$: Subject<Nullable<IRangeWithCoord>>;
68
52
  readonly selectionScaled$: Subject<Nullable<IRangeWithCoord>>;
69
53
  readonly selectionFilling$: Subject<Nullable<IRangeWithCoord>>;
70
54
  private readonly _selectionFilled$;
71
- readonly selectionFilled$: import("rxjs").Observable<Nullable<IRangeWithCoord>>;
55
+ readonly selectionFilled$: import('rxjs').Observable<Nullable<IRangeWithCoord>>;
72
56
  private _defaultStyle;
73
57
  private _currentStyle;
74
58
  private _isHelperSelection;
75
59
  constructor(_scene: Scene, _zIndex: number, _isHeaderHighlight: boolean, _themeService: ThemeService);
76
60
  get zIndex(): number;
77
- get leftControl(): Rect<import("@univerjs/engine-render").IRectProps>;
78
- get rightControl(): Rect<import("@univerjs/engine-render").IRectProps>;
79
- get topControl(): Rect<import("@univerjs/engine-render").IRectProps>;
80
- get bottomControl(): Rect<import("@univerjs/engine-render").IRectProps>;
81
- get fillControl(): Rect<import("@univerjs/engine-render").IRectProps>;
82
- get backgroundControlTop(): Rect<import("@univerjs/engine-render").IRectProps>;
83
- get backgroundControlBottom(): Rect<import("@univerjs/engine-render").IRectProps>;
84
- get backgroundControlMiddleLeft(): Rect<import("@univerjs/engine-render").IRectProps>;
85
- get backgroundControlMiddleRight(): Rect<import("@univerjs/engine-render").IRectProps>;
61
+ get leftControl(): Rect<import('@univerjs/engine-render').IRectProps>;
62
+ get rightControl(): Rect<import('@univerjs/engine-render').IRectProps>;
63
+ get topControl(): Rect<import('@univerjs/engine-render').IRectProps>;
64
+ get bottomControl(): Rect<import('@univerjs/engine-render').IRectProps>;
65
+ get fillControl(): Rect<import('@univerjs/engine-render').IRectProps>;
66
+ get backgroundControlTop(): Rect<import('@univerjs/engine-render').IRectProps>;
67
+ get backgroundControlBottom(): Rect<import('@univerjs/engine-render').IRectProps>;
68
+ get backgroundControlMiddleLeft(): Rect<import('@univerjs/engine-render').IRectProps>;
69
+ get backgroundControlMiddleRight(): Rect<import('@univerjs/engine-render').IRectProps>;
86
70
  get selectionShape(): Group;
87
71
  get model(): SelectionRenderModel;
88
- get topLeftWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
89
- get topCenterWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
90
- get topRightWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
91
- get middleLeftWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
92
- get middleRightWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
93
- get bottomLeftWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
94
- get bottomCenterWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
95
- get bottomRightWidget(): Rect<import("@univerjs/engine-render").IRectProps>;
72
+ get topLeftWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
73
+ get topCenterWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
74
+ get topRightWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
75
+ get middleLeftWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
76
+ get middleRightWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
77
+ get bottomLeftWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
78
+ get bottomCenterWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
79
+ get bottomRightWidget(): Rect<import('@univerjs/engine-render').IRectProps>;
96
80
  get selectionStyle(): Nullable<ISelectionStyle>;
97
- get dashRect(): Rect<import("@univerjs/engine-render").IRectProps>;
81
+ get dashRect(): Rect<import('@univerjs/engine-render').IRectProps>;
98
82
  get isHelperSelection(): boolean;
99
83
  setEvent(state: boolean): void;
100
84
  enableHeaderHighlight(): void;
@@ -1,22 +1,8 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
1
+ import { IScrollState } from '../../views/sheet-bar/sheet-bar-tabs/utils/slide-tab-bar';
2
+ import { Observable } from 'rxjs';
3
+ import { IDisposable } from '@wendellhu/redi';
16
4
  import { Disposable } from '@univerjs/core';
17
- import type { IDisposable } from '@wendellhu/redi';
18
- import type { Observable } from 'rxjs';
19
- import type { IScrollState } from '../../views/sheet-bar/sheet-bar-tabs/utils/slide-tab-bar';
5
+
20
6
  export interface ISheetBarMenuHandler {
21
7
  handleSheetBarMenu(): void;
22
8
  }
@@ -34,7 +20,7 @@ export interface ISheetBarService {
34
20
  triggerSheetBarMenu(): void;
35
21
  registerSheetBarMenuHandler(handler: ISheetBarMenuHandler): IDisposable;
36
22
  }
37
- export declare const ISheetBarService: import("@wendellhu/redi").IdentifierDecorator<ISheetBarService>;
23
+ export declare const ISheetBarService: import('@wendellhu/redi').IdentifierDecorator<ISheetBarService>;
38
24
  export declare class SheetBarService extends Disposable implements ISheetBarService {
39
25
  readonly renameId$: Observable<string>;
40
26
  readonly removeId$: Observable<string>;
@@ -1,23 +1,7 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { Nullable } from '@univerjs/core';
17
- import { IUniverInstanceService, LocaleService } from '@univerjs/core';
1
+ import { IDisposable, Injector } from '@wendellhu/redi';
18
2
  import { SpreadsheetSkeleton } from '@univerjs/engine-render';
19
- import type { IDisposable } from '@wendellhu/redi';
20
- import { Injector } from '@wendellhu/redi';
3
+ import { Nullable, IUniverInstanceService, LocaleService } from '@univerjs/core';
4
+
21
5
  export interface ISheetSkeletonManagerParam {
22
6
  unitId: string;
23
7
  sheetId: string;
@@ -44,12 +28,12 @@ export declare class SheetSkeletonManagerService implements IDisposable {
44
28
  private _currentSkeleton;
45
29
  private _sheetSkeletonParam;
46
30
  private readonly _currentSkeleton$;
47
- readonly currentSkeleton$: import("rxjs").Observable<Nullable<ISheetSkeletonManagerParam>>;
31
+ readonly currentSkeleton$: import('rxjs').Observable<Nullable<ISheetSkeletonManagerParam>>;
48
32
  /**
49
33
  * CurrentSkeletonBefore for pre-triggered logic during registration
50
34
  */
51
35
  private readonly _currentSkeletonBefore$;
52
- readonly currentSkeletonBefore$: import("rxjs").Observable<Nullable<ISheetSkeletonManagerParam>>;
36
+ readonly currentSkeletonBefore$: import('rxjs').Observable<Nullable<ISheetSkeletonManagerParam>>;
53
37
  constructor(_currentUniverService: IUniverInstanceService, _injector: Injector, _localeService: LocaleService);
54
38
  dispose(): void;
55
39
  getCurrent(): Nullable<ISheetSkeletonManagerParam>;
@@ -1,22 +1,7 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { ISelection, ITextRangeParam, Nullable } from '@univerjs/core';
17
- import { IUniverInstanceService, LocaleService } from '@univerjs/core';
18
- import type { KeyCode } from '@univerjs/ui';
19
- import type { IDisposable } from '@wendellhu/redi';
1
+ import { IDisposable } from '@wendellhu/redi';
2
+ import { KeyCode } from '@univerjs/ui';
3
+ import { ISelection, ITextRangeParam, Nullable, IUniverInstanceService, LocaleService } from '@univerjs/core';
4
+
20
5
  export interface IShortcutExperienceSearch {
21
6
  unitId: string;
22
7
  sheetId: string;
@@ -1,22 +1,8 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { Nullable } from '@univerjs/core';
17
- import type { IFunctionNames } from '@univerjs/engine-formula';
18
- import type { IDisposable } from '@wendellhu/redi';
19
- import type { Observable } from 'rxjs';
1
+ import { Observable } from 'rxjs';
2
+ import { IDisposable } from '@wendellhu/redi';
3
+ import { IFunctionNames } from '@univerjs/engine-formula';
4
+ import { Nullable } from '@univerjs/core';
5
+
20
6
  export interface IStatusBarService {
21
7
  state$: Observable<Nullable<IStatusBarServiceStatus>>;
22
8
  dispose(): void;
@@ -45,4 +31,4 @@ export declare class StatusBarService implements IStatusBarService, IDisposable
45
31
  getFunctions(): Readonly<IStatusBarFunction[]>;
46
32
  addFunctions(functions: IStatusBarFunction[]): void;
47
33
  }
48
- export declare const IStatusBarService: import("@wendellhu/redi").IdentifierDecorator<StatusBarService>;
34
+ export declare const IStatusBarService: import('@wendellhu/redi').IdentifierDecorator<StatusBarService>;
@@ -1,20 +1,6 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { IUniverInstanceService, LocaleService, Plugin, PluginType } from '@univerjs/core';
17
1
  import { Injector } from '@wendellhu/redi';
2
+ import { IUniverInstanceService, LocaleService, Plugin, PluginType } from '@univerjs/core';
3
+
18
4
  export declare class UniverSheetsUIPlugin extends Plugin {
19
5
  readonly _injector: Injector;
20
6
  private readonly _localeService;
@@ -1,19 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  interface ICountBarProps {
18
4
  changeRatio?: (ratio: string) => void;
19
5
  onChange?: (value: string) => void;
@@ -1,17 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export declare function ZoomSlider(): React.JSX.Element;
@@ -1,19 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  interface ICellIEditorProps {
18
4
  }
19
5
  /**
@@ -1,17 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export declare function FormulaBar(): React.JSX.Element;
@@ -1,20 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { IShapeProps, UniverRenderingContext } from '@univerjs/engine-render';
17
- import { Shape } from '@univerjs/engine-render';
1
+ import { IShapeProps, UniverRenderingContext, Shape } from '@univerjs/engine-render';
2
+
18
3
  export interface IHeaderMenuShapeProps extends IShapeProps {
19
4
  size?: number;
20
5
  mode?: HEADER_MENU_SHAPE_TYPE;
@@ -1,20 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { IShapeProps, UniverRenderingContext } from '@univerjs/engine-render';
17
- import { Shape } from '@univerjs/engine-render';
1
+ import { IShapeProps, UniverRenderingContext, Shape } from '@univerjs/engine-render';
2
+
18
3
  export interface IHeaderMenuShapeResizeProps extends IShapeProps {
19
4
  size?: number;
20
5
  mode?: HEADER_RESIZE_SHAPE_TYPE;
@@ -1,20 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { IShapeProps, UniverRenderingContext } from '@univerjs/engine-render';
17
- import { Shape } from '@univerjs/engine-render';
1
+ import { IShapeProps, UniverRenderingContext, Shape } from '@univerjs/engine-render';
2
+
18
3
  export declare const enum HeaderUnhideShapeType {
19
4
  ROW = 0,
20
5
  COLUMN = 1
@@ -1,20 +1,6 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
1
  import { APPLY_TYPE } from '../../services/auto-fill/type';
2
+ import { default as React } from 'react';
3
+
18
4
  export interface IAnchorPoint {
19
5
  row: number;
20
6
  col: number;
@@ -1,17 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export declare const OperateContainer: React.FC;
@@ -1,17 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export declare const SheetBar: () => React.JSX.Element;
@@ -1,19 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export interface IBaseSheetBarButtonProps {
18
4
  children?: React.ReactNode;
19
5
  /** Semantic DOM class */
@@ -1,19 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export interface ISheetBarMenuItem {
18
4
  label?: string;
19
5
  hidden?: boolean;
@@ -1,20 +1,6 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { BooleanNumber } from '@univerjs/core';
17
- import React from 'react';
1
+ import { default as React } from 'react';
2
+ import { BooleanNumber } from '@univerjs/core';
3
+
18
4
  export interface IBaseSheetBarProps {
19
5
  label?: string;
20
6
  children?: any[];
@@ -1,19 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
17
3
  export interface ISheetBarTabsProps {
18
4
  }
19
5
  export declare function SheetBarTabs(): React.JSX.Element;
@@ -1,20 +1,5 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- /// <reference types="node" />
17
1
  import { Animate } from './animate';
2
+
18
3
  export interface IScrollState {
19
4
  leftEnd: boolean;
20
5
  rightEnd: boolean;