superdoc 2.6.0-next.5 → 2.6.0-next.6
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.
|
@@ -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.6.0-next.
|
|
22
|
+
superdocVersion: "2.6.0-next.6",
|
|
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.6.0-next.
|
|
21
|
+
superdocVersion: "2.6.0-next.6",
|
|
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
|
|
@@ -542,6 +542,7 @@ export declare class SuperDoc extends EventEmitter<SuperDocEventMap> {
|
|
|
542
542
|
* Story-aware navigation is currently supported for bookmark and tracked
|
|
543
543
|
* change targets. Block and comment targets are body-only.
|
|
544
544
|
*
|
|
545
|
+
* @deprecated Use the target-specific navigation APIs on `superdoc.ui`. This method will be removed in v3.
|
|
545
546
|
* @returns Whether the target was found and navigated to.
|
|
546
547
|
*/
|
|
547
548
|
navigateTo(target: NavigableAddress): Promise<boolean>;
|
package/dist/superdoc.cjs
CHANGED
|
@@ -43283,7 +43283,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
|
|
|
43283
43283
|
this.config.colors = shuffleArray(this.config.colors);
|
|
43284
43284
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
43285
43285
|
this.colorIndex = 0;
|
|
43286
|
-
this.version = "2.6.0-next.
|
|
43286
|
+
this.version = "2.6.0-next.6";
|
|
43287
43287
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
43288
43288
|
this.superdocId = config.superdocId || require_uuid.v4();
|
|
43289
43289
|
this.colors = this.config.colors ?? [];
|
|
@@ -44696,6 +44696,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
|
|
|
44696
44696
|
* Story-aware navigation is currently supported for bookmark and tracked
|
|
44697
44697
|
* change targets. Block and comment targets are body-only.
|
|
44698
44698
|
*
|
|
44699
|
+
* @deprecated Use the target-specific navigation APIs on `superdoc.ui`. This method will be removed in v3.
|
|
44699
44700
|
* @returns Whether the target was found and navigated to.
|
|
44700
44701
|
*/
|
|
44701
44702
|
async navigateTo(target) {
|
package/dist/superdoc.es.js
CHANGED
|
@@ -43216,7 +43216,7 @@ var SuperDoc = class extends import_eventemitter3.default {
|
|
|
43216
43216
|
this.config.colors = shuffleArray(this.config.colors);
|
|
43217
43217
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
43218
43218
|
this.colorIndex = 0;
|
|
43219
|
-
this.version = "2.6.0-next.
|
|
43219
|
+
this.version = "2.6.0-next.6";
|
|
43220
43220
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
43221
43221
|
this.superdocId = config.superdocId || v4();
|
|
43222
43222
|
this.colors = this.config.colors ?? [];
|
|
@@ -44629,6 +44629,7 @@ var SuperDoc = class extends import_eventemitter3.default {
|
|
|
44629
44629
|
* Story-aware navigation is currently supported for bookmark and tracked
|
|
44630
44630
|
* change targets. Block and comment targets are body-only.
|
|
44631
44631
|
*
|
|
44632
|
+
* @deprecated Use the target-specific navigation APIs on `superdoc.ui`. This method will be removed in v3.
|
|
44632
44633
|
* @returns Whether the target was found and navigated to.
|
|
44633
44634
|
*/
|
|
44634
44635
|
async navigateTo(target) {
|