@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.
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +1 -1
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +3 -0
- package/package.json +1 -1
|
@@ -745,7 +745,7 @@ export declare module EditorLocalization {
|
|
|
745
745
|
};
|
|
746
746
|
WarningDeleteNodeDialog: {
|
|
747
747
|
GenericNodeContainsChildren: string;
|
|
748
|
-
|
|
748
|
+
PageNodeContainGenericNode: string;
|
|
749
749
|
Title: string;
|
|
750
750
|
};
|
|
751
751
|
DuplicateUrlWarningMessage: 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
|
},
|