@omnia/wcm 7.10.0-preview.56 → 7.10.0-preview.58

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.
@@ -733,10 +733,21 @@ export declare module EditorLocalization {
733
733
  Title: string;
734
734
  ConfirmationMessage: string;
735
735
  };
736
- DeleteText: {
736
+ DeleteLabel: {
737
737
  ConfirmationMessage: string;
738
738
  Title: string;
739
739
  };
740
+ WarningMoveNodeDialog: {
741
+ GenericNodeContainsChildren: string;
742
+ PageNodeHasGenericNodeWithChildren: string;
743
+ NodeUnderGenericAncestor: string;
744
+ Title: string;
745
+ };
746
+ WarningDeleteNodeDialog: {
747
+ GenericNodeContainsChildren: string;
748
+ PageNodeHasGenericNodeWithChildren: string;
749
+ Title: string;
750
+ };
740
751
  DuplicateUrlWarningMessage: string;
741
752
  DeleteBlock: {
742
753
  Title: string;
@@ -888,6 +899,7 @@ export declare module EditorLocalization {
888
899
  SentFrom: string;
889
900
  Comment: string;
890
901
  History: string;
902
+ ArchiveWarning: string;
891
903
  };
892
904
  ApprovalHistory: {
893
905
  SendApprovalActionMessage: string;
@@ -148,7 +148,7 @@ export declare module PublishingAppLocalization {
148
148
  Preview: string;
149
149
  MoveTo: string;
150
150
  Save: string;
151
- ChangeLinkType: string;
151
+ PickNewLink: string;
152
152
  VersionHistory: string;
153
153
  Revert: string;
154
154
  ReuseContent: string;
@@ -219,6 +219,7 @@ export declare class BatchQueryRegistration {
219
219
  resetPaging(): Promise<void>;
220
220
  execute(): Promise<number>;
221
221
  getPagingData(pageNumber: number): Promise<number>;
222
+ setPageNumber(pageNumber: number): void;
222
223
  getNextPagingData(): Promise<number>;
223
224
  private noNextPaging;
224
225
  private loadCurrentPageData;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.56",
4
+ "version": "7.10.0-preview.58",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"