@omnia/wcm 7.9.38-preview → 7.9.40-preview

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.
@@ -131,6 +131,7 @@ export declare module EditorLocalization {
131
131
  ArchivedAt: string;
132
132
  Comment: string;
133
133
  CreateCopy: string;
134
+ CreateCopyTooltip: string;
134
135
  Terminate: string;
135
136
  TerminateConfirmationMessage: string;
136
137
  RestoreConfirmationMessage: string;
@@ -905,6 +906,9 @@ export declare module EditorLocalization {
905
906
  SendEmail: string;
906
907
  };
907
908
  };
909
+ EditRuleBtn: string;
910
+ DeleteRuleBtn: string;
911
+ SendEmailBtn: string;
908
912
  };
909
913
  RemovePageReviewRuleSettings: {
910
914
  Title: string;
@@ -22,7 +22,7 @@ export declare class WcmRouter {
22
22
  private loadTreeForPath;
23
23
  navigate<T extends NavigationNode<NavigationData>>(to: T, targetVariationId?: any, forceToNewNavigationState?: boolean): Promise<T>;
24
24
  navigateWithVariationTargeting<T extends NavigationNode<NavigationData>>(to: T): Promise<T>;
25
- navigateFromExternalApp<T extends NavigationNode<NavigationData>>(to: T, targetVariationId?: any): void;
25
+ navigateFromExternalApp<T extends NavigationNode<NavigationData>>(to: T, targetVariationId?: any, openEditor?: boolean): void;
26
26
  private buildRelativePath;
27
27
  private getTargetingVariation;
28
28
  onDisposing(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.38-preview",
4
+ "version": "7.9.40-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"