@univerjs/sheets-zen-editor 0.2.7 → 0.2.9

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.
@@ -1,4 +1,3 @@
1
1
  import { ICommand } from '@univerjs/core';
2
-
3
2
  export declare const CancelZenEditCommand: ICommand;
4
3
  export declare const ConfirmZenEditCommand: ICommand;
@@ -1,3 +1,2 @@
1
1
  import { IOperation } from '@univerjs/core';
2
-
3
2
  export declare const OpenZenEditorOperation: IOperation;
@@ -1,6 +1,5 @@
1
1
  import { IContextService } from '@univerjs/core';
2
2
  import { IShortcutItem } from '@univerjs/ui';
3
-
4
3
  export declare const ZenEditorConfirmShortcut: IShortcutItem;
5
4
  export declare const ZenEditorCancelShortcut: IShortcutItem;
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { Disposable, ICommandService, Injector } from '@univerjs/core';
2
2
  import { MenuConfig, IMenuService, IShortcutService, IZenZoneService } from '@univerjs/ui';
3
-
4
3
  export interface IUniverSheetsZenEditorUIConfig {
5
4
  menu: MenuConfig;
6
5
  }
@@ -4,7 +4,6 @@ import { IRenderManagerService } from '@univerjs/engine-render';
4
4
  import { IEditorBridgeService } from '@univerjs/sheets-ui';
5
5
  import { IZenZoneService } from '@univerjs/ui';
6
6
  import { IZenEditorManagerService } from '../services/zen-editor.service';
7
-
8
7
  export declare class ZenEditorController extends RxDisposable {
9
8
  private readonly _univerInstanceService;
10
9
  private readonly _zenEditorManagerService;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,4 +1,3 @@
1
1
  import { default as zhCN } from './zh-CN';
2
-
3
2
  declare const locale: typeof zhCN;
4
3
  export default locale;
@@ -1,6 +1,5 @@
1
1
  import { Injector, LocaleService, Plugin, UniverInstanceType } from '@univerjs/core';
2
2
  import { IUniverSheetsZenEditorUIConfig } from './controllers/zen-editor-ui.controller';
3
-
4
3
  export declare class UniverSheetsZenEditorPlugin extends Plugin {
5
4
  private readonly _config;
6
5
  readonly _injector: Injector;
@@ -1,6 +1,5 @@
1
1
  import { IDisposable, Nullable } from '@univerjs/core';
2
2
  import { Observable } from 'rxjs';
3
-
4
3
  export interface IZenEditorManagerService {
5
4
  position$: Observable<Nullable<DOMRect>>;
6
5
  dispose(): void;
@@ -1,4 +1,3 @@
1
1
  import { IMenuButtonItem } from '@univerjs/ui';
2
2
  import { IAccessor } from '@univerjs/core';
3
-
4
3
  export declare function ZenEditorMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export declare const ZEN_EDITOR_COMPONENT = "ZEN_EDITOR_PLUGIN_ZEN_EDITOR_COMPONENT";
4
3
  export declare function ZenEditor(): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-zen-editor",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "private": false,
5
5
  "description": "Zen Editor plugin for Univer Sheets.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,16 +53,16 @@
53
53
  "clsx": ">=2.0.0",
54
54
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
55
55
  "rxjs": ">=7.0.0",
56
- "@univerjs/core": "0.2.7",
57
- "@univerjs/docs": "0.2.7",
58
- "@univerjs/engine-render": "0.2.7",
59
- "@univerjs/sheets": "0.2.7",
60
- "@univerjs/sheets-ui": "0.2.7",
61
- "@univerjs/ui": "0.2.7"
56
+ "@univerjs/core": "0.2.9",
57
+ "@univerjs/docs": "0.2.9",
58
+ "@univerjs/sheets-ui": "0.2.9",
59
+ "@univerjs/sheets": "0.2.9",
60
+ "@univerjs/engine-render": "0.2.9",
61
+ "@univerjs/ui": "0.2.9"
62
62
  },
63
63
  "dependencies": {
64
- "@univerjs/icons": "^0.1.72",
65
- "@univerjs/sheets": "0.2.7"
64
+ "@univerjs/icons": "^0.1.77",
65
+ "@univerjs/sheets": "0.2.9"
66
66
  },
67
67
  "devDependencies": {
68
68
  "clsx": "^2.1.1",
@@ -70,16 +70,16 @@
70
70
  "react": "18.3.1",
71
71
  "rxjs": "^7.8.1",
72
72
  "typescript": "^5.5.4",
73
- "vite": "^5.3.5",
73
+ "vite": "^5.4.0",
74
74
  "vitest": "^2.0.5",
75
- "@univerjs/core": "0.2.7",
76
- "@univerjs/docs": "0.2.7",
77
- "@univerjs/engine-render": "0.2.7",
78
- "@univerjs/shared": "0.2.7",
79
- "@univerjs/design": "0.2.7",
80
- "@univerjs/sheets": "0.2.7",
81
- "@univerjs/sheets-ui": "0.2.7",
82
- "@univerjs/ui": "0.2.7"
75
+ "@univerjs/core": "0.2.9",
76
+ "@univerjs/design": "0.2.9",
77
+ "@univerjs/docs": "0.2.9",
78
+ "@univerjs/engine-render": "0.2.9",
79
+ "@univerjs/sheets": "0.2.9",
80
+ "@univerjs/sheets-ui": "0.2.9",
81
+ "@univerjs/ui": "0.2.9",
82
+ "@univerjs/shared": "0.2.9"
83
83
  },
84
84
  "univerSpace": {
85
85
  ".": {