@omnia/wcm 7.10.0-preview.60 → 7.10.0-preview.62

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.
@@ -745,7 +745,7 @@ export declare module EditorLocalization {
745
745
  };
746
746
  WarningDeleteNodeDialog: {
747
747
  GenericNodeContainsChildren: string;
748
- PageNodeHasGenericNodeWithChildren: string;
748
+ PageNodeContainGenericNode: string;
749
749
  Title: string;
750
750
  };
751
751
  DuplicateUrlWarningMessage: string;
@@ -107,6 +107,7 @@ export declare module PageRollupLocalization {
107
107
  PageRollupImageRatioSettings: string;
108
108
  NavigationDepthLevel: string;
109
109
  Navigation: string;
110
+ ManualSort: string;
110
111
  EnableClientCaching: string;
111
112
  PageType: string;
112
113
  App: string;
@@ -22,6 +22,7 @@ export declare const PageRollupConstants: {
22
22
  readonly navigationDepthLevelInternalName: string;
23
23
  readonly navigationStartNodeInternalName: string;
24
24
  readonly navigationSortInternalName: string;
25
+ readonly manualSortInternalName: string;
25
26
  readonly pCreatedAt: string;
26
27
  readonly pCreatedBy: string;
27
28
  readonly PageSizeMax: number;
@@ -71,6 +71,9 @@ exports.PageRollupConstants = {
71
71
  get navigationSortInternalName() {
72
72
  return "009d5f06-f0ab-47ee-990c-e263f9495f15";
73
73
  },
74
+ get manualSortInternalName() {
75
+ return "ac9e7ef9-c945-448f-a7dd-e27543b02f22";
76
+ },
74
77
  get pCreatedAt() {
75
78
  return "PCreatedAt";
76
79
  },
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.60",
4
+ "version": "7.10.0-preview.62",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"