@blocknote/xl-docx-exporter 0.20.0 → 0.22.0
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/dist/webpack-stats.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"builtAt":
|
|
1
|
+
{"builtAt":1734956139878,"assets":[{"name":"blocknote-xl-docx-exporter.umd.cjs","size":519156},{"name":"blocknote-xl-docx-exporter.umd.cjs.map","size":558030}],"chunks":[{"id":"714dba6","entry":true,"initial":true,"files":["blocknote-xl-docx-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./src/docx/imageUtil.ts","size":707,"chunks":["714dba6"]},{"name":"./src/docx/util/Table.tsx","size":766,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/blocks.ts","size":4998,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/inlinecontent.ts","size":363,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/styles.ts","size":943,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/index.ts","size":203,"chunks":["714dba6"]},{"name":"../../shared/api/corsProxy.ts","size":139,"chunks":["714dba6"]},{"name":"../../shared/util/fileUtil.ts","size":600,"chunks":["714dba6"]},{"name":"./src/docx/docxExporter.ts","size":4733,"chunks":["714dba6"]},{"name":"./src/index.ts","size":0,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["714dba6"]},{"name":"./src/docx/template/word/styles.xml?raw","size":59297,"chunks":["714dba6"]}]}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"homepage": "https://github.com/TypeCellOS/BlockNote",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "AGPL-3.0 OR PROPRIETARY",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.22.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
9
9
|
"types",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"email": "email dev"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@blocknote/core": "^0.
|
|
53
|
+
"@blocknote/core": "^0.22.0",
|
|
54
54
|
"buffer": "^6.0.3",
|
|
55
55
|
"docx": "^9.0.2",
|
|
56
56
|
"sharp": "^0.33.5"
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public",
|
|
77
77
|
"registry": "https://registry.npmjs.org/"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "934299b7307e666099fdafefb06454fd334e1c34"
|
|
80
80
|
}
|
|
@@ -137,6 +137,10 @@ export declare const docxDefaultSchemaMappings: {
|
|
|
137
137
|
type: "numberedListItem";
|
|
138
138
|
content: "inline";
|
|
139
139
|
propSchema: {
|
|
140
|
+
start: {
|
|
141
|
+
default: undefined;
|
|
142
|
+
type: "number";
|
|
143
|
+
};
|
|
140
144
|
backgroundColor: {
|
|
141
145
|
default: "default";
|
|
142
146
|
};
|
|
@@ -153,6 +157,10 @@ export declare const docxDefaultSchemaMappings: {
|
|
|
153
157
|
type: "numberedListItem";
|
|
154
158
|
content: "inline";
|
|
155
159
|
propSchema: {
|
|
160
|
+
start: {
|
|
161
|
+
default: undefined;
|
|
162
|
+
type: "number";
|
|
163
|
+
};
|
|
156
164
|
backgroundColor: {
|
|
157
165
|
default: "default";
|
|
158
166
|
};
|