superdoc 2.13.0-next.7 → 2.13.0-next.8
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/collaboration-upgrade-engine.cjs +1 -1
- package/dist/collaboration-upgrade-engine.es.js +1 -1
- package/dist/document-api/src/content-controls/content-controls.types.d.ts +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist-cdn/superdoc.min.js +3 -3
- package/package.json +2 -2
|
@@ -19,7 +19,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
|
|
|
19
19
|
var PRIVATE_ENGINE_INFO = (0, _superdoc_docx_engine_collaboration_upgrade_engine.getCollaborationUpgradeEngineInfo)();
|
|
20
20
|
var ENGINE_INFO = Object.freeze({
|
|
21
21
|
...PRIVATE_ENGINE_INFO,
|
|
22
|
-
superdocVersion: "2.13.0-next.
|
|
22
|
+
superdocVersion: "2.13.0-next.8",
|
|
23
23
|
roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
|
|
24
24
|
supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
|
|
25
25
|
supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
|
|
@@ -18,7 +18,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
|
|
|
18
18
|
var PRIVATE_ENGINE_INFO = getCollaborationUpgradeEngineInfo$1();
|
|
19
19
|
var ENGINE_INFO = Object.freeze({
|
|
20
20
|
...PRIVATE_ENGINE_INFO,
|
|
21
|
-
superdocVersion: "2.13.0-next.
|
|
21
|
+
superdocVersion: "2.13.0-next.8",
|
|
22
22
|
roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
|
|
23
23
|
supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
|
|
24
24
|
supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
|
|
@@ -284,7 +284,7 @@ export interface ContentControlsGetContentResult {
|
|
|
284
284
|
export interface ContentControlsReplaceContentInput {
|
|
285
285
|
target: ContentControlTarget;
|
|
286
286
|
content: string;
|
|
287
|
-
format?: 'text' | 'html';
|
|
287
|
+
format?: 'text' | 'html' | 'ooxml';
|
|
288
288
|
}
|
|
289
289
|
export interface ContentControlsClearContentInput {
|
|
290
290
|
target: ContentControlTarget;
|
package/dist/superdoc.cjs
CHANGED
|
@@ -316,7 +316,7 @@ var shuffleArray = (array) => {
|
|
|
316
316
|
var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
|
|
317
317
|
function getSuperdocVersion() {
|
|
318
318
|
try {
|
|
319
|
-
return "2.13.0-next.
|
|
319
|
+
return "2.13.0-next.8";
|
|
320
320
|
} catch {
|
|
321
321
|
return "unknown";
|
|
322
322
|
}
|
|
@@ -45399,7 +45399,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
|
|
|
45399
45399
|
this.config.colors = shuffleArray(this.config.colors);
|
|
45400
45400
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
45401
45401
|
this.colorIndex = 0;
|
|
45402
|
-
this.version = "2.13.0-next.
|
|
45402
|
+
this.version = "2.13.0-next.8";
|
|
45403
45403
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
45404
45404
|
this.superdocId = config.superdocId || require_uuid.v4();
|
|
45405
45405
|
this.colors = this.config.colors ?? [];
|
package/dist/superdoc.es.js
CHANGED
|
@@ -315,7 +315,7 @@ var shuffleArray = (array) => {
|
|
|
315
315
|
var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
|
|
316
316
|
function getSuperdocVersion() {
|
|
317
317
|
try {
|
|
318
|
-
return "2.13.0-next.
|
|
318
|
+
return "2.13.0-next.8";
|
|
319
319
|
} catch {
|
|
320
320
|
return "unknown";
|
|
321
321
|
}
|
|
@@ -45330,7 +45330,7 @@ var SuperDoc = class extends import_eventemitter3.default {
|
|
|
45330
45330
|
this.config.colors = shuffleArray(this.config.colors);
|
|
45331
45331
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
45332
45332
|
this.colorIndex = 0;
|
|
45333
|
-
this.version = "2.13.0-next.
|
|
45333
|
+
this.version = "2.13.0-next.8";
|
|
45334
45334
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
45335
45335
|
this.superdocId = config.superdocId || v4();
|
|
45336
45336
|
this.colors = this.config.colors ?? [];
|