@univerjs/docs-hyper-link 0.2.7 → 0.2.8

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,6 +1,5 @@
1
1
  import { IMutation } from '@univerjs/core';
2
2
  import { IDocHyperLink } from '../../types/interfaces/i-doc-hyper-link';
3
-
4
3
  export interface IAddDocHyperLinkMutationParams {
5
4
  unitId: string;
6
5
  link: IDocHyperLink;
@@ -1,5 +1,4 @@
1
1
  import { ICommand } from '@univerjs/core';
2
-
3
2
  export interface IDeleteDocHyperLinkMutationParams {
4
3
  unitId: string;
5
4
  linkId: string;
@@ -1,5 +1,4 @@
1
1
  import { ICommand } from '@univerjs/core';
2
-
3
2
  export interface IUpdateDocHyperLinkMutationParams {
4
3
  unitId: string;
5
4
  linkId: string;
@@ -1,5 +1,4 @@
1
1
  import { Disposable, ICommandService } from '@univerjs/core';
2
-
3
2
  export declare class DocHyperLinkController extends Disposable {
4
3
  private readonly _commandService;
5
4
  constructor(_commandService: ICommandService);
@@ -1,6 +1,5 @@
1
1
  import { Disposable, IResourceManagerService, IUniverInstanceService } from '@univerjs/core';
2
2
  import { DocHyperLinkModel } from '../models/hyper-link.model';
3
-
4
3
  export declare class DocHyperLinkResourceController extends Disposable {
5
4
  private readonly _resourceManagerService;
6
5
  private readonly _docHyperLinkModel;
@@ -1,6 +1,5 @@
1
1
  import { Disposable } from '@univerjs/core';
2
2
  import { IDocHyperLink } from '../types/interfaces/i-doc-hyper-link';
3
-
4
3
  export type DocLinkUpdate = {
5
4
  type: 'add';
6
5
  link: IDocHyperLink;
@@ -1,5 +1,4 @@
1
1
  import { Injector, Plugin, UniverInstanceType } from '@univerjs/core';
2
-
3
2
  export declare class UniverDocsHyperLinkPlugin extends Plugin {
4
3
  private _config;
5
4
  protected _injector: Injector;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-hyper-link",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -45,17 +45,17 @@
45
45
  ],
46
46
  "peerDependencies": {
47
47
  "rxjs": ">=7.0.0",
48
- "@univerjs/core": "0.2.7"
48
+ "@univerjs/core": "0.2.8"
49
49
  },
50
50
  "devDependencies": {
51
51
  "rxjs": "^7.8.1",
52
52
  "typescript": "^5.5.4",
53
- "vite": "^5.3.5",
53
+ "vite": "^5.4.0",
54
54
  "vitest": "^2.0.5",
55
- "@univerjs/design": "0.2.7",
56
- "@univerjs/shared": "0.2.7",
57
- "@univerjs/docs": "0.2.7",
58
- "@univerjs/core": "0.2.7"
55
+ "@univerjs/core": "0.2.8",
56
+ "@univerjs/design": "0.2.8",
57
+ "@univerjs/shared": "0.2.8",
58
+ "@univerjs/docs": "0.2.8"
59
59
  },
60
60
  "univerSpace": {
61
61
  ".": {