superdoc 2.6.1-next.1 → 2.6.1-next.2

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.1-next.1",
22
+ superdocVersion: "2.6.1-next.2",
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.1-next.1",
21
+ superdocVersion: "2.6.1-next.2",
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
@@ -28,6 +28,8 @@ export interface NumberingProperties {
28
28
  export interface AbstractNumberingDefinition {
29
29
  /** Abstract numbering identifier. */
30
30
  abstractNumId?: number;
31
+ /** Restart this numbering definition after each section break. */
32
+ restartNumberingAfterBreak?: boolean;
31
33
  /** Numbering namespace identifier. */
32
34
  nsid?: number;
33
35
  /** Numbering template identifier. */
package/dist/superdoc.cjs CHANGED
@@ -43605,7 +43605,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
43605
43605
  this.config.colors = shuffleArray(this.config.colors);
43606
43606
  this.userColorMap = /* @__PURE__ */ new Map();
43607
43607
  this.colorIndex = 0;
43608
- this.version = "2.6.1-next.1";
43608
+ this.version = "2.6.1-next.2";
43609
43609
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43610
43610
  this.superdocId = config.superdocId || require_uuid.v4();
43611
43611
  this.colors = this.config.colors ?? [];
@@ -43538,7 +43538,7 @@ var SuperDoc = class extends import_eventemitter3.default {
43538
43538
  this.config.colors = shuffleArray(this.config.colors);
43539
43539
  this.userColorMap = /* @__PURE__ */ new Map();
43540
43540
  this.colorIndex = 0;
43541
- this.version = "2.6.1-next.1";
43541
+ this.version = "2.6.1-next.2";
43542
43542
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43543
43543
  this.superdocId = config.superdocId || v4();
43544
43544
  this.colors = this.config.colors ?? [];