@univerjs/core 0.2.1 → 0.2.2
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/index.js +2 -2
- package/lib/types/docs/data-model/types.d.ts +2 -2
- package/lib/umd/index.js +2 -2
- package/package.json +2 -2
package/lib/es/index.js
CHANGED
|
@@ -3783,7 +3783,7 @@ class sr {
|
|
|
3783
3783
|
}
|
|
3784
3784
|
}
|
|
3785
3785
|
var qo = /* @__PURE__ */ ((t) => (t[t.PARAGRAPH = 0] = "PARAGRAPH", t[t.SECTION_BREAK = 1] = "SECTION_BREAK", t[t.TABLE = 2] = "TABLE", t[t.TABLE_ROW = 3] = "TABLE_ROW", t[t.TABLE_CELL = 4] = "TABLE_CELL", t[t.CUSTOM_BLOCK = 5] = "CUSTOM_BLOCK", t))(qo || {}), _e = /* @__PURE__ */ ((t) => (t.PARAGRAPH = "\r", t.SECTION_BREAK = `
|
|
3786
|
-
`, t.TABLE_START = "", t.TABLE_ROW_START = "\x1B", t.TABLE_CELL_START = "", t.TABLE_CELL_END = "", t.TABLE_ROW_END = "
|
|
3786
|
+
`, t.TABLE_START = "", t.TABLE_ROW_START = "\x1B", t.TABLE_CELL_START = "", t.TABLE_CELL_END = "", t.TABLE_ROW_END = "", t.TABLE_END = "", t.CUSTOM_RANGE_START = "", t.CUSTOM_RANGE_END = "", t.COLUMN_BREAK = "\v", t.PAGE_BREAK = "\f", t.DOCS_END = "\0", t.TAB = " ", t.CUSTOM_BLOCK = "\b", t.LETTER = "", t.SPACE = " ", t))(_e || {}), jn = /* @__PURE__ */ ((t) => (t.BULLET_LIST = "BULLET_LIST", t.ORDER_LIST = "ORDER_LIST", t))(jn || {});
|
|
3787
3787
|
const Yu = {
|
|
3788
3788
|
BULLET_LIST: {
|
|
3789
3789
|
listType: "BULLET_LIST",
|
|
@@ -7405,7 +7405,7 @@ function nc(t) {
|
|
|
7405
7405
|
const n = t.v;
|
|
7406
7406
|
return typeof n == "string" ? t.t === De.BOOLEAN ? n.toUpperCase() : n.replace(/[\r\n]/g, "") : typeof n == "number" ? t.t === De.BOOLEAN ? n ? "TRUE" : "FALSE" : n.toString() : typeof n == "boolean" ? n ? "TRUE" : "FALSE" : "";
|
|
7407
7407
|
}
|
|
7408
|
-
const $l = "0.2.
|
|
7408
|
+
const $l = "0.2.2";
|
|
7409
7409
|
function Wl(t = "", e = ke.ZH_CN, n = "") {
|
|
7410
7410
|
return {
|
|
7411
7411
|
id: t,
|
|
@@ -28,8 +28,8 @@ export declare enum DataStreamTreeTokenType {
|
|
|
28
28
|
TABLE_ROW_START = "\u001B",// 表格开始
|
|
29
29
|
TABLE_CELL_START = "\u001C",// 表格开始
|
|
30
30
|
TABLE_CELL_END = "\u001D",// 表格开始
|
|
31
|
-
TABLE_ROW_END = "
|
|
32
|
-
TABLE_END = "
|
|
31
|
+
TABLE_ROW_END = "\u000E",// 表格开始
|
|
32
|
+
TABLE_END = "\u000F",// 表格结束
|
|
33
33
|
CUSTOM_RANGE_START = "\u001F",// 自定义范围开始
|
|
34
34
|
CUSTOM_RANGE_END = "\u001E",// 自定义范围结束
|
|
35
35
|
COLUMN_BREAK = "\v",// 换列
|