@pnp/cli-microsoft365 6.1.0-beta.3065124 → 6.1.0-beta.3e0114a
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.
|
@@ -573,7 +573,7 @@ class CanvasColumn extends CanvasControl {
|
|
|
573
573
|
position: {
|
|
574
574
|
sectionFactor: this.factor,
|
|
575
575
|
sectionIndex: this.order,
|
|
576
|
-
zoneIndex: this.section ? this.section.order : 0
|
|
576
|
+
zoneIndex: this.section ? this.section.order : 0
|
|
577
577
|
},
|
|
578
578
|
};
|
|
579
579
|
}
|
|
@@ -632,7 +632,7 @@ class ClientSideText extends ClientSidePart {
|
|
|
632
632
|
controlIndex: this.order,
|
|
633
633
|
sectionFactor: this.column ? this.column.factor : 0,
|
|
634
634
|
sectionIndex: this.column ? this.column.order : 0,
|
|
635
|
-
zoneIndex: this.column && this.column.section ? this.column.section.order : 0
|
|
635
|
+
zoneIndex: this.column && this.column.section ? this.column.section.order : 0
|
|
636
636
|
},
|
|
637
637
|
};
|
|
638
638
|
}
|
|
@@ -755,7 +755,7 @@ class ClientSideWebpart extends ClientSidePart {
|
|
|
755
755
|
controlIndex: this.order,
|
|
756
756
|
sectionFactor: this.column ? this.column.factor : 0,
|
|
757
757
|
sectionIndex: this.column ? this.column.order : 0,
|
|
758
|
-
zoneIndex: this.column && this.column.section ? this.column.section.order : 0
|
|
758
|
+
zoneIndex: this.column && this.column.section ? this.column.section.order : 0
|
|
759
759
|
},
|
|
760
760
|
webPartId: this.webPartId,
|
|
761
761
|
};
|
package/package.json
CHANGED