@univerjs/sheets-thread-comment 0.15.2 → 0.15.3-insiders.20260131-b9b8805
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/cjs/facade.js +1 -1
- package/lib/es/facade.js +309 -319
- package/lib/es/index.js +1 -1
- package/lib/facade.js +309 -319
- package/lib/index.js +1 -1
- package/lib/types/facade/f-univer.d.ts +1 -0
- package/lib/umd/facade.js +1 -1
- package/package.json +7 -7
- package/LICENSE +0 -176
package/lib/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var A = Object.defineProperty;
|
|
2
2
|
var W = (a, e, r) => e in a ? A(a, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : a[e] = r;
|
|
3
3
|
var _ = (a, e, r) => W(a, typeof e != "symbol" ? e + "" : e, r);
|
|
4
|
-
import { Inject as h,
|
|
4
|
+
import { Inject as h, Disposable as y, ObjectMatrix as j, UniverInstanceType as g, IUniverInstanceService as $, sequenceExecuteAsync as L, toDisposable as N, ICommandService as O, generateRandomId as b, DependentOn as V, Injector as B, Plugin as H, touchDependencies as F } from "@univerjs/core";
|
|
5
5
|
import { singleReferenceToGrid as p, serializeRange as T } from "@univerjs/engine-formula";
|
|
6
6
|
import { RefRangeService as k, SheetsSelectionsService as z, handleCommonRangeChangeWithEffectRefCommandsSkipNoInterests as G, SheetInterceptorService as q, RemoveSheetCommand as J, CopySheetCommand as K } from "@univerjs/sheets";
|
|
7
7
|
import { ThreadCommentModel as R, AddCommentMutation as w, DeleteCommentMutation as I, UpdateCommentRefMutation as E, IThreadCommentDataSourceService as Q, UniverThreadCommentPlugin as X } from "@univerjs/thread-comment";
|