superdoc 2.4.0-next.1 → 2.4.0-next.10
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/chunks/{FindReplaceSurface-Dx0llWqP.cjs → FindReplaceSurface-9VkPw_-X.cjs} +2 -3
- package/dist/chunks/{FindReplaceSurface-BEW-1NhM.es.js → FindReplaceSurface-BuvaIrQ5.es.js} +2 -3
- package/dist/chunks/{PasswordPromptSurface-BUUVC2ee.cjs → PasswordPromptSurface-Bu5xHm91.cjs} +1 -1
- package/dist/chunks/{PasswordPromptSurface-BA6HHqEa.es.js → PasswordPromptSurface-Bz9_sKhX.es.js} +1 -1
- package/dist/chunks/{PdfViewer-CNOtyS-I.es.js → PdfViewer-CdVGB6Fe.es.js} +2 -2
- package/dist/chunks/{PdfViewer-qpvzwYMz.cjs → PdfViewer-D4eD2dV1.cjs} +2 -2
- package/dist/chunks/{create-super-doc-ui-DXdWuTzm.cjs → create-super-doc-ui-ByvmsAAG.cjs} +343 -90
- package/dist/chunks/{create-super-doc-ui-D4kk9AjM.es.js → create-super-doc-ui-DBXOhHdW.es.js} +338 -91
- package/dist/collaboration-upgrade-engine.cjs +1 -1
- package/dist/collaboration-upgrade-engine.es.js +1 -1
- package/dist/document-api/src/types/track-changes.types.d.ts +1 -3
- package/dist/public/ui-react.cjs +1 -1
- package/dist/public/ui-react.es.js +1 -1
- package/dist/public/ui.cjs +1 -1
- package/dist/public/ui.es.js +1 -1
- package/dist/style.css +128 -128
- package/dist/style.layered.css +128 -128
- package/dist/superdoc/src/core/types/index.d.ts +125 -5
- package/dist/superdoc/src/helpers/v2-review-mutation-impact.d.ts +1 -0
- package/dist/superdoc/src/helpers/v2-review-mutation-reconciler.d.ts +1 -1
- package/dist/superdoc/src/internal/toolbar/compatibility-catalog.d.ts +1 -1
- package/dist/superdoc/src/public/index.d.cts +8 -0
- package/dist/superdoc/src/public/index.d.ts +4 -0
- package/dist/superdoc/src/public/ui/types.d.ts +25 -1
- package/dist/superdoc/src/stores/comments-store.d.ts +100 -22
- package/dist/superdoc/src/stores/superdoc-store.d.ts +300 -66
- package/dist/superdoc.cjs +594 -75
- package/dist/superdoc.es.js +594 -75
- package/dist-cdn/style.layered.css +1 -1
- package/dist-cdn/superdoc.min.css +1 -1
- package/dist-cdn/superdoc.min.js +37 -37
- package/package.json +2 -2
- /package/dist/chunks/{_plugin-vue_export-helper-BTwbGDKw.cjs → _plugin-vue_export-helper-CZ1Nl59K.cjs} +0 -0
- /package/dist/chunks/{_plugin-vue_export-helper-CInC0bKI.es.js → _plugin-vue_export-helper-DSMAhhwD.es.js} +0 -0
- /package/dist/chunks/{constants-CY3R3_kF.es.js → constants-BfH0br5u.es.js} +0 -0
- /package/dist/chunks/{constants-sbCZ2O_A.cjs → constants-D7TNtyJd.cjs} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_rolldown_runtime = require("./rolldown-runtime-1Y-nnZJ3.cjs");
|
|
2
|
-
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-
|
|
2
|
+
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-CZ1Nl59K.cjs");
|
|
3
3
|
let vue = require("vue");
|
|
4
4
|
var _hoisted_1 = ["onKeydown"];
|
|
5
5
|
var _hoisted_2 = { class: "sd-find-replace__row" };
|
|
@@ -160,7 +160,6 @@ var _sfc_main = {
|
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
(0, vue.onMounted)(() => {
|
|
163
|
-
findInputRef.value?.focus();
|
|
164
163
|
props.findReplace.registerFocusFn(focusFindInput);
|
|
165
164
|
});
|
|
166
165
|
return (_ctx, _cache) => {
|
|
@@ -342,5 +341,5 @@ var _sfc_main = {
|
|
|
342
341
|
};
|
|
343
342
|
}
|
|
344
343
|
};
|
|
345
|
-
var FindReplaceSurface_default = /* @__PURE__ */ require__plugin_vue_export_helper.__plugin_vue_export_helper_default(_sfc_main, [["__scopeId", "data-v-
|
|
344
|
+
var FindReplaceSurface_default = /* @__PURE__ */ require__plugin_vue_export_helper.__plugin_vue_export_helper_default(_sfc_main, [["__scopeId", "data-v-41f37c29"]]);
|
|
346
345
|
exports.default = FindReplaceSurface_default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as __plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { t as __plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-DSMAhhwD.es.js";
|
|
2
2
|
import { computed, createCommentVNode, createElementBlock, createElementVNode, normalizeClass, onMounted, openBlock, ref, toDisplayString, withKeys, withModifiers } from "vue";
|
|
3
3
|
var _hoisted_1 = ["onKeydown"];
|
|
4
4
|
var _hoisted_2 = { class: "sd-find-replace__row" };
|
|
@@ -159,7 +159,6 @@ var FindReplaceSurface_default = /* @__PURE__ */ __plugin_vue_export_helper_defa
|
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
onMounted(() => {
|
|
162
|
-
findInputRef.value?.focus();
|
|
163
162
|
props.findReplace.registerFocusFn(focusFindInput);
|
|
164
163
|
});
|
|
165
164
|
return (_ctx, _cache) => {
|
|
@@ -340,5 +339,5 @@ var FindReplaceSurface_default = /* @__PURE__ */ __plugin_vue_export_helper_defa
|
|
|
340
339
|
], 40, _hoisted_1);
|
|
341
340
|
};
|
|
342
341
|
}
|
|
343
|
-
}, [["__scopeId", "data-v-
|
|
342
|
+
}, [["__scopeId", "data-v-41f37c29"]]);
|
|
344
343
|
export { FindReplaceSurface_default as default };
|
package/dist/chunks/{PasswordPromptSurface-BUUVC2ee.cjs → PasswordPromptSurface-Bu5xHm91.cjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_rolldown_runtime = require("./rolldown-runtime-1Y-nnZJ3.cjs");
|
|
2
|
-
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-
|
|
2
|
+
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-CZ1Nl59K.cjs");
|
|
3
3
|
let vue = require("vue");
|
|
4
4
|
var _hoisted_1 = ["onKeydown"];
|
|
5
5
|
var _hoisted_2 = ["id"];
|
package/dist/chunks/{PasswordPromptSurface-BA6HHqEa.es.js → PasswordPromptSurface-Bz9_sKhX.es.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as __plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { t as __plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-DSMAhhwD.es.js";
|
|
2
2
|
import { computed, createCommentVNode, createElementBlock, createElementVNode, openBlock, ref, toDisplayString, vModelText, withDirectives, withKeys, withModifiers } from "vue";
|
|
3
3
|
var _hoisted_1 = ["onKeydown"];
|
|
4
4
|
var _hoisted_2 = ["id"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as __plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-
|
|
2
|
-
import { n as PDF_TO_CSS_UNITS, t as OUTPUT_SCALE } from "./constants-
|
|
1
|
+
import { t as __plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-DSMAhhwD.es.js";
|
|
2
|
+
import { n as PDF_TO_CSS_UNITS, t as OUTPUT_SCALE } from "./constants-BfH0br5u.es.js";
|
|
3
3
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, markRaw, mergeProps, normalizeStyle, onBeforeUnmount, onMounted, openBlock, ref, renderList, shallowRef, watch } from "vue";
|
|
4
4
|
const floor = (val, precision) => {
|
|
5
5
|
const multiplier = 10 ** (precision || 0);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_rolldown_runtime = require("./rolldown-runtime-1Y-nnZJ3.cjs");
|
|
2
|
-
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-
|
|
3
|
-
const require_constants = require("./constants-
|
|
2
|
+
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-CZ1Nl59K.cjs");
|
|
3
|
+
const require_constants = require("./constants-D7TNtyJd.cjs");
|
|
4
4
|
let vue = require("vue");
|
|
5
5
|
const floor = (val, precision) => {
|
|
6
6
|
const multiplier = 10 ** (precision || 0);
|