@superdoc-dev/cli 0.11.0-next.2 → 0.11.0-next.3
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/index.js +5 -5
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -209584,7 +209584,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
209584
209584
|
init_remark_gfm_BhnWr3yf_es();
|
|
209585
209585
|
});
|
|
209586
209586
|
|
|
209587
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
209587
|
+
// ../../packages/superdoc/dist/chunks/src-DpTIyIYi.es.js
|
|
209588
209588
|
function deleteProps(obj, propOrProps) {
|
|
209589
209589
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
209590
209590
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -304353,7 +304353,7 @@ menclose::after {
|
|
|
304353
304353
|
return;
|
|
304354
304354
|
console.log(...args$1);
|
|
304355
304355
|
}, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions;
|
|
304356
|
-
var
|
|
304356
|
+
var init_src_DpTIyIYi_es = __esm(() => {
|
|
304357
304357
|
init_rolldown_runtime_Bg48TavK_es();
|
|
304358
304358
|
init_SuperConverter_CnwfJPj6_es();
|
|
304359
304359
|
init_jszip_C49i9kUs_es();
|
|
@@ -322919,7 +322919,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
322919
322919
|
})];
|
|
322920
322920
|
}
|
|
322921
322921
|
});
|
|
322922
|
-
STRONG_RTL_CHAR_RE$1 = /[\u0590-\u08FF]
|
|
322922
|
+
STRONG_RTL_CHAR_RE$1 = /[\u0590-\u08FF\p{Script=Hebrew}\p{Script=Arabic}]/u;
|
|
322923
322923
|
STRONG_LTR_CHAR_RE = /[A-Za-z\u00C0-\u024F]/;
|
|
322924
322924
|
MixedBidiBackspace = Extension.create({
|
|
322925
322925
|
name: "mixedBidiBackspace",
|
|
@@ -331032,7 +331032,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
331032
331032
|
"doubleWave"
|
|
331033
331033
|
]);
|
|
331034
331034
|
RTL_DATE_LIKE_TOKEN_RE = /^-?\d+(?:[./-]\d+)+$/;
|
|
331035
|
-
STRONG_RTL_CHAR_RE = /[\u0590-\u08FF]
|
|
331035
|
+
STRONG_RTL_CHAR_RE = /[\u0590-\u08FF\p{Script=Hebrew}\p{Script=Arabic}]/u;
|
|
331036
331036
|
LATIN_DIGIT_NEUTRAL_ONLY_RE = /^[\s0-9A-Za-z./\-_:,+()]+$/;
|
|
331037
331037
|
OPERATOR_CHARS = new Set([
|
|
331038
331038
|
"+",
|
|
@@ -342572,7 +342572,7 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
342572
342572
|
|
|
342573
342573
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
342574
342574
|
var init_super_editor_es = __esm(() => {
|
|
342575
|
-
|
|
342575
|
+
init_src_DpTIyIYi_es();
|
|
342576
342576
|
init_SuperConverter_CnwfJPj6_es();
|
|
342577
342577
|
init_jszip_C49i9kUs_es();
|
|
342578
342578
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.11.0-next.
|
|
3
|
+
"version": "0.11.0-next.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
27
|
"@superdoc/document-api": "0.0.1",
|
|
28
28
|
"@superdoc/pm-adapter": "0.0.0",
|
|
29
|
-
"superdoc": "
|
|
30
|
-
"
|
|
29
|
+
"@superdoc/super-editor": "0.0.1",
|
|
30
|
+
"superdoc": "1.33.1"
|
|
31
31
|
},
|
|
32
32
|
"module": "src/index.ts",
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.11.0-next.
|
|
38
|
-
"@superdoc-dev/cli-darwin-x64": "0.11.0-next.
|
|
39
|
-
"@superdoc-dev/cli-linux-
|
|
40
|
-
"@superdoc-dev/cli-windows-x64": "0.11.0-next.
|
|
41
|
-
"@superdoc-dev/cli-linux-
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.11.0-next.3",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.11.0-next.3",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.11.0-next.3",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.11.0-next.3",
|
|
41
|
+
"@superdoc-dev/cli-linux-arm64": "0.11.0-next.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|