@univerjs/docs 0.15.2-insiders.20260124-12fc7f0 → 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/es/index.js +4 -4
- package/lib/index.js +4 -4
- package/package.json +5 -5
package/lib/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var ie = Object.defineProperty;
|
|
2
2
|
var re = (i, e, t) => e in i ? ie(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var u = (i, e, t) => re(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { CommandType as P, RxDisposable as V, UniverInstanceType as y, ICommandService as B, IUniverInstanceService as I, Inject as w, LocaleService as oe, isInternalEditorID as ce, JSONX as x, Disposable as Q, BuildTextUtils as C, Injector as ae,
|
|
4
|
+
import { CommandType as P, RxDisposable as V, UniverInstanceType as y, ICommandService as B, IUniverInstanceService as I, Inject as w, LocaleService as oe, isInternalEditorID as ce, JSONX as x, Disposable as Q, BuildTextUtils as C, Injector as ae, Plugin as le, merge as ue, IConfigService as de, createInterceptorKey as Z, DOCS_NORMAL_EDITOR_UNIT_ID_KEY as ge, DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY as he, DisposableCollection as U, toDisposable as _e, remove as fe, composeInterceptors as Se } from "@univerjs/core";
|
|
5
5
|
import { NORMAL_TEXT_SELECTION_PLUGIN_STYLE as Ie, DocumentSkeleton as pe, DocumentViewModel as me, IRenderManagerService as Re } from "@univerjs/engine-render";
|
|
6
6
|
import { Subject as ve, BehaviorSubject as O, takeUntil as ee } from "rxjs";
|
|
7
7
|
const k = {
|
|
@@ -358,11 +358,11 @@ var be = Object.getOwnPropertyDescriptor, Ue = (i, e, t, n) => {
|
|
|
358
358
|
}, H = (i, e) => (t, n) => e(t, n, i);
|
|
359
359
|
const $e = "DOCS_PLUGIN";
|
|
360
360
|
var N;
|
|
361
|
-
let q = (N = class extends
|
|
361
|
+
let q = (N = class extends le {
|
|
362
362
|
// static override type = UniverInstanceType.UNIVER_DOC;
|
|
363
363
|
constructor(i = K, e, t) {
|
|
364
364
|
super(), this._config = i, this._injector = e, this._configService = t;
|
|
365
|
-
const { ...n } =
|
|
365
|
+
const { ...n } = ue(
|
|
366
366
|
{},
|
|
367
367
|
K,
|
|
368
368
|
this._config
|
|
@@ -394,7 +394,7 @@ let q = (N = class extends ue {
|
|
|
394
394
|
}, u(N, "pluginName", $e), N);
|
|
395
395
|
q = Ue([
|
|
396
396
|
H(1, w(ae)),
|
|
397
|
-
H(2,
|
|
397
|
+
H(2, de)
|
|
398
398
|
], q);
|
|
399
399
|
const Ee = Z("CUSTOM_RANGE"), Ne = Z("CUSTOM_DECORATION"), E = {
|
|
400
400
|
CUSTOM_RANGE: Ee,
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var ie = Object.defineProperty;
|
|
2
2
|
var re = (i, e, t) => e in i ? ie(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var u = (i, e, t) => re(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { CommandType as P, RxDisposable as V, UniverInstanceType as y, ICommandService as B, IUniverInstanceService as I, Inject as w, LocaleService as oe, isInternalEditorID as ce, JSONX as x, Disposable as Q, BuildTextUtils as C, Injector as ae,
|
|
4
|
+
import { CommandType as P, RxDisposable as V, UniverInstanceType as y, ICommandService as B, IUniverInstanceService as I, Inject as w, LocaleService as oe, isInternalEditorID as ce, JSONX as x, Disposable as Q, BuildTextUtils as C, Injector as ae, Plugin as le, merge as ue, IConfigService as de, createInterceptorKey as Z, DOCS_NORMAL_EDITOR_UNIT_ID_KEY as ge, DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY as he, DisposableCollection as U, toDisposable as _e, remove as fe, composeInterceptors as Se } from "@univerjs/core";
|
|
5
5
|
import { NORMAL_TEXT_SELECTION_PLUGIN_STYLE as Ie, DocumentSkeleton as pe, DocumentViewModel as me, IRenderManagerService as Re } from "@univerjs/engine-render";
|
|
6
6
|
import { Subject as ve, BehaviorSubject as O, takeUntil as ee } from "rxjs";
|
|
7
7
|
const k = {
|
|
@@ -358,11 +358,11 @@ var be = Object.getOwnPropertyDescriptor, Ue = (i, e, t, n) => {
|
|
|
358
358
|
}, H = (i, e) => (t, n) => e(t, n, i);
|
|
359
359
|
const $e = "DOCS_PLUGIN";
|
|
360
360
|
var N;
|
|
361
|
-
let q = (N = class extends
|
|
361
|
+
let q = (N = class extends le {
|
|
362
362
|
// static override type = UniverInstanceType.UNIVER_DOC;
|
|
363
363
|
constructor(i = K, e, t) {
|
|
364
364
|
super(), this._config = i, this._injector = e, this._configService = t;
|
|
365
|
-
const { ...n } =
|
|
365
|
+
const { ...n } = ue(
|
|
366
366
|
{},
|
|
367
367
|
K,
|
|
368
368
|
this._config
|
|
@@ -394,7 +394,7 @@ let q = (N = class extends ue {
|
|
|
394
394
|
}, u(N, "pluginName", $e), N);
|
|
395
395
|
q = Ue([
|
|
396
396
|
H(1, w(ae)),
|
|
397
|
-
H(2,
|
|
397
|
+
H(2, de)
|
|
398
398
|
], q);
|
|
399
399
|
const Ee = Z("CUSTOM_RANGE"), Ne = Z("CUSTOM_DECORATION"), E = {
|
|
400
400
|
CUSTOM_RANGE: Ee,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/docs",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3-insiders.20260131-b9b8805",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal base-docs",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"rxjs": ">=7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@univerjs/
|
|
52
|
-
"@univerjs/
|
|
51
|
+
"@univerjs/engine-render": "0.15.3-insiders.20260131-b9b8805",
|
|
52
|
+
"@univerjs/core": "0.15.3-insiders.20260131-b9b8805"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"rxjs": "^7.8.2",
|
|
56
56
|
"typescript": "^5.9.3",
|
|
57
57
|
"vite": "^7.3.1",
|
|
58
|
-
"vitest": "^4.0.
|
|
59
|
-
"@univerjs-infra/shared": "0.15.
|
|
58
|
+
"vitest": "^4.0.18",
|
|
59
|
+
"@univerjs-infra/shared": "0.15.3"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"test": "vitest run",
|