@univerjs/docs-ui 0.5.2 → 0.5.3-experimental.20250106-e3b7a39
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/index.js +2 -2
- package/lib/es/facade.js +1 -3
- package/lib/es/index.js +13 -13
- package/lib/index.css +1 -1
- package/lib/types/facade/f-document.d.ts +1 -3
- package/lib/umd/index.js +2 -2
- package/package.json +12 -36
- package/LICENSE +0 -176
package/lib/es/facade.js
CHANGED
|
@@ -32,7 +32,7 @@ let o = class {
|
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Adds the specified text to the end of this text region.
|
|
35
|
-
* @param text
|
|
35
|
+
* @param text - The text to be added to the end of this text region.
|
|
36
36
|
*/
|
|
37
37
|
appendText(n) {
|
|
38
38
|
const e = this.id, { body: t } = this.getSnapshot();
|
|
@@ -55,10 +55,8 @@ let o = class {
|
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Sets the selection to a specified text range in the document.
|
|
58
|
-
*
|
|
59
58
|
* @param startOffset - The starting offset of the selection in the document.
|
|
60
59
|
* @param endOffset - The ending offset of the selection in the document.
|
|
61
|
-
*
|
|
62
60
|
* @example
|
|
63
61
|
* ```typescript
|
|
64
62
|
* document.setSelection(10, 20);
|
package/lib/es/index.js
CHANGED
|
@@ -6075,7 +6075,7 @@ function di(n, e) {
|
|
|
6075
6075
|
const t = n.tagName.toLowerCase();
|
|
6076
6076
|
return typeof e == "string" ? t === e : Array.isArray(e) ? e.some((o) => o === t) : e(n);
|
|
6077
6077
|
}
|
|
6078
|
-
const ui =
|
|
6078
|
+
const ui = 660, lo = class lo {
|
|
6079
6079
|
constructor() {
|
|
6080
6080
|
b(this, "_tableCache", []);
|
|
6081
6081
|
b(this, "_styleCache", /* @__PURE__ */ new Map());
|
|
@@ -7330,11 +7330,11 @@ const Va = {
|
|
|
7330
7330
|
id: "doc-paragraph-setting.command",
|
|
7331
7331
|
type: N.COMMAND,
|
|
7332
7332
|
handler: async (n, e) => {
|
|
7333
|
-
var m, S
|
|
7333
|
+
var m, S;
|
|
7334
7334
|
const t = n.get(W), o = n.get(Q), s = n.get(T), r = o.getCurrentUnitForType(P.UNIVER_DOC), i = t.getDocRanges();
|
|
7335
7335
|
if (!r || i.length === 0 || !e)
|
|
7336
7336
|
return !1;
|
|
7337
|
-
const a = i[0].segmentId, c = r.getUnitId(), l = (S = (m = r.getSelfOrHeaderFooterModel(a).getBody()) == null ? void 0 : m.paragraphs) != null ? S : [], A =
|
|
7337
|
+
const a = i[0].segmentId, c = r.getUnitId(), l = (S = (m = r.getSelfOrHeaderFooterModel(a).getBody()) == null ? void 0 : m.paragraphs) != null ? S : [], A = Pn(i, l), d = {
|
|
7338
7338
|
id: X.id,
|
|
7339
7339
|
params: {
|
|
7340
7340
|
unitId: c,
|
|
@@ -7344,14 +7344,14 @@ const Va = {
|
|
|
7344
7344
|
}, h = new Qt();
|
|
7345
7345
|
h.reset();
|
|
7346
7346
|
const u = new Ce(), f = V.getInstance();
|
|
7347
|
-
for (const
|
|
7348
|
-
const { startIndex:
|
|
7347
|
+
for (const I of A) {
|
|
7348
|
+
const { startIndex: C } = I;
|
|
7349
7349
|
u.push({
|
|
7350
7350
|
t: j.RETAIN,
|
|
7351
|
-
len:
|
|
7351
|
+
len: C - h.cursor
|
|
7352
7352
|
});
|
|
7353
|
-
const
|
|
7354
|
-
...
|
|
7353
|
+
const R = {
|
|
7354
|
+
...I.paragraphStyle,
|
|
7355
7355
|
...e.paragraph
|
|
7356
7356
|
};
|
|
7357
7357
|
u.push({
|
|
@@ -7361,14 +7361,14 @@ const Va = {
|
|
|
7361
7361
|
dataStream: "",
|
|
7362
7362
|
paragraphs: [
|
|
7363
7363
|
{
|
|
7364
|
-
...
|
|
7365
|
-
paragraphStyle:
|
|
7364
|
+
...I,
|
|
7365
|
+
paragraphStyle: R,
|
|
7366
7366
|
startIndex: 0
|
|
7367
7367
|
}
|
|
7368
7368
|
]
|
|
7369
7369
|
},
|
|
7370
7370
|
coverType: fo.REPLACE
|
|
7371
|
-
}), h.moveCursorTo(
|
|
7371
|
+
}), h.moveCursorTo(C + 1);
|
|
7372
7372
|
}
|
|
7373
7373
|
const g = fe(r, a);
|
|
7374
7374
|
return d.params.actions = f.editOp(u.serialize(), g), !!s.syncExecuteCommand(d.id, d.params);
|
|
@@ -7379,12 +7379,12 @@ const Va = {
|
|
|
7379
7379
|
t.length || e.closePanel();
|
|
7380
7380
|
}, [t]), t;
|
|
7381
7381
|
}, _u = () => {
|
|
7382
|
-
var i, a
|
|
7382
|
+
var i, a;
|
|
7383
7383
|
const e = se(Q).getCurrentUnitForType(P.UNIVER_DOC), t = Bu();
|
|
7384
7384
|
if (!e || t.length === 0)
|
|
7385
7385
|
return [];
|
|
7386
7386
|
const o = t[0].segmentId, s = (a = (i = e.getSelfOrHeaderFooterModel(o).getBody()) == null ? void 0 : i.paragraphs) != null ? a : [];
|
|
7387
|
-
return
|
|
7387
|
+
return Pn(t, s);
|
|
7388
7388
|
}, Mu = (n, e) => {
|
|
7389
7389
|
const t = se(T), [o, s] = he(() => {
|
|
7390
7390
|
var a, c;
|
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.univer-text-editor-container{position:relative;width:100%;height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid rgb(var(--border-color));transition:all .15s;border-radius:var(--border-radius-base)}.univer-text-editor-container:hover,.univer-text-editor-container:active,.univer-text-editor-container-active,.univer-text-editor-container-active:hover{border:1px solid rgb(var(--hyacinth-500))}.univer-text-editor-container-error,.univer-text-editor-container-error:hover{border:1px solid rgb(var(--red-400))}.univer-text-editor-container-disabled,.univer-text-editor-container-disabled:hover{border-color:rgb(var(--grey-100))}.univer-text-editor-container-placeholder{position:absolute;top:49%;left:5px;transform:translateY(-50%);color:rgb(var(--grey-400));font-size:var(--font-size-xs);pointer-events:none}.univer-text-editor-validation-error{position:absolute;top:-16px;font-size:10px;color:rgb(var(--red-400))}.univer-range-selector{overflow:hidden;display:flex;align-items:center;justify-content:space-between;color:rgb(var(--grey-600));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-base);width:220px;height:28px}.univer-range-selector-editor{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;border:0;outline:0}.univer-range-selector-icon{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;margin-right:4px;font-size:var(--font-size-lg);color:rgb(var(--text-color));background-color:transparent;border:none;border-radius:var(--border-radius-base);outline:none}.univer-range-selector-icon:not([disabled]):hover{background-color:rgb(var(--grey-100))}.univer-range-selector-icon[disabled]{cursor:not-allowed;color:rgb(var(--grey-200))}.univer-range-selector:hover,.univer-range-selector-active{border-color:rgb(var(--hyacinth-500))}.univer-range-selector-active .univer-range-selector-icon{color:rgb(var(--hyacinth-500))}.univer-range-selector-error{border-color:rgb(var(--red-400))}.univer-range-selector-error .univer-range-selector-icon{color:rgb(var(--red-400))}.univer-range-selector-error:hover{border-color:rgb(var(--red-400))}.univer-range-selector-disabled{border-color:rgb(var(--grey-100))}.univer-range-selector-disabled .univer-range-selector-icon{color:rgb(var(--grey-100))}.univer-range-selector-disabled:hover{border-color:rgb(var(--grey-100))}.univer-range-selector-modal{position:relative;max-height:500px;overflow:hidden;overflow-y:auto}.univer-range-selector-modal-container{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.univer-range-selector-modal-container-input{display:inline-block;width:280px}.univer-range-selector-modal-container-input-active{border-color:rgb(var(--hyacinth-500))}.univer-range-selector-modal-container-button{display:inline-block;text-align:center;width:28px}.univer-range-selector-modal-container-button:hover{cursor:pointer;color:rgb(var(--hyacinth-500))}.univer-range-selector-modal-container-delete-button{margin:auto}.univer-range-selector-modal-add{position:relative;width:300px;margin-top:5px;text-align:left;color:rgb(var(--hyacinth-500));font-size:var(--font-size-xs)}.univer-range-selector-modal-add .univer-range-selector-modal-add-button{display:flex;align-items:center;justify-content:center}.univer-range-selector-modal-add .univer-range-selector-modal-add-button:hover{cursor:pointer;background-color:rgb(var(--hyacinth-500),.05)}.univer-panel{padding-top:20px;font-size:var(--font-size-sm)}.univer-options-section{margin-top:10px;padding-bottom:10px}.univer-options-form-item{display:block;margin-bottom:5px}.univer-options-input{width:80%;margin-top:5px}.univer-options-margin-setting{display:flex}.univer-doc-list-type-picker{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;padding:var(--padding-sm);width:240px;margin-bottom:-var(--margin-xs)}.univer-doc-list-type-picker-item{width:72px;height:81px;border-radius:4px;border:1px solid rgb(var(--border-color));margin-bottom:var(--margin-xs)}.univer-doc-list-type-picker-item:hover,.univer-doc-list-type-picker-item-active{border:1px solid rgb(var(--blue-400))}.univer-doc-count-bar{display:flex;flex:0 0 260px;justify-content:flex-end}.univer-doc-footer-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 var(--padding-xl)}.univer-paragraph-setting-icon-list{display:flex;width:100%;padding:4px;align-items:center;gap:4px;justify-content:space-between;border:1px solid var(---Grey-200, #e5e5e5);border-radius:var(--radius-m, 6px)}.univer-paragraph-setting-icon-list-item{padding:4px 14px;border-radius:4px;background:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.univer-paragraph-setting-icon-list-item:hover{background:var(--black-6, rgba(30, 34, 43, .06))}.univer-paragraph-setting-icon-list-item.univer-paragraph-setting-icon-list-active{background:var(--black-9, rgba(30, 34, 43, .09))}.univer-paragraph-setting-title{margin-top:var(--margin-base);font-size:13px;color:#1e222b;font-weight:500}.univer-paragraph-setting-label{font-size:12px;margin-top:var(--margin-sm);color:#1e222b;font-weight:400}.univer-paragraph-setting-mt-base{margin-top:var(--margin-base)}.univer-paragraph-setting-flex-col{display:flex;justify-content:space-between;align-items:center}.univer-paragraph-setting-space-line{display:flex;flex-direction:column;gap:6px}.univer-create{padding:20px auto;display:flex;align-content:center;justify-content:space-between}.univer-create-item{display:flex;align-items:center}.univer-create-label{margin-right:5px}.univer-create-input{width:110px}
|
|
@@ -16,15 +16,13 @@ export declare class FDocument {
|
|
|
16
16
|
redo(): Promise<boolean>;
|
|
17
17
|
/**
|
|
18
18
|
* Adds the specified text to the end of this text region.
|
|
19
|
-
* @param text
|
|
19
|
+
* @param text - The text to be added to the end of this text region.
|
|
20
20
|
*/
|
|
21
21
|
appendText(text: string): Promise<boolean>;
|
|
22
22
|
/**
|
|
23
23
|
* Sets the selection to a specified text range in the document.
|
|
24
|
-
*
|
|
25
24
|
* @param startOffset - The starting offset of the selection in the document.
|
|
26
25
|
* @param endOffset - The ending offset of the selection in the document.
|
|
27
|
-
*
|
|
28
26
|
* @example
|
|
29
27
|
* ```typescript
|
|
30
28
|
* document.setSelection(10, 20);
|