@omnia/wcm 8.0.2-vnext → 8.0.3-dev
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/Constants.d.ts +2 -0
- package/internal-do-not-import-from-here/core/Utils.d.ts +1 -4
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +17 -16
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +108 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +25 -2
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +59 -1
- package/internal-do-not-import-from-here/core/loc/eventmanagement/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/constants.d.ts +5 -2
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +31 -0
- package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +27 -0
- package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +45 -2
- package/internal-do-not-import-from-here/fx/models/Constants.js +109 -4
- package/internal-do-not-import-from-here/fx/models/Enums.d.ts +4 -2
- package/internal-do-not-import-from-here/fx/models/Enums.js +3 -1
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +17 -2
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +19 -2
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyRequest.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +37 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +19 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +11 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.js +7 -0
- package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.js +2 -0
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -3
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +15 -0
- package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/NavigationNodeStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.js +2 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/models/index.js +5 -1
- package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagecreation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagecreation/index.js +4 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +17 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +9 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/pagenavigation/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.d.ts +10 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +3 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +19 -7
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +7 -2
- package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.js +11 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.js +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +64 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +54 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/models/pages/{ApprovalData.js → approval/ApprovalType.js} +3 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.js +11 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.js +10 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.js +6 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +11 -1
- package/internal-do-not-import-from-here/fx/models/pages/index.js +11 -1
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +16 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/properties/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/properties/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +11 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.js +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.d.ts +10 -2
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +1 -1
- package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.js +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/publishingrule/index.js +2 -0
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +32 -0
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.js +2 -0
- package/internal-do-not-import-from-here/fx/models/search/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/{urlstate → search}/index.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.js +2 -1
- package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +17 -0
- package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +7 -6
- package/internal-do-not-import-from-here/fx/services/index.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +32 -0
- package/internal-do-not-import-from-here/fx/{stores → shared}/PageRollupStoreHelper.d.ts +11 -5
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +23 -0
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/stores/BreadcrumbStore.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +2 -3
- package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +17 -5
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +23 -17
- package/internal-do-not-import-from-here/fx/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +6 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.js +2 -0
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +2 -1
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -0
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +25 -3
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +2 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/IPageEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/models/publishingapp/pagecollection/PageContextInfo.d.ts +3 -0
- package/internal-do-not-import-from-here/models/security/Security.d.ts +8 -1
- package/internal-do-not-import-from-here/models/security/Security.js +26 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +1 -0
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/package.json +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalData.d.ts +0 -13
- package/internal-do-not-import-from-here/fx/models/urlstate/UrlState.d.ts +0 -25
- package/internal-do-not-import-from-here/fx/models/urlstate/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/services/UrlStateService.d.ts +0 -9
- package/internal-do-not-import-from-here/fx/stores/UrlHistoryStore.d.ts +0 -23
- package/task.d.ts +0 -1
- package/task.js +0 -34
- /package/internal-do-not-import-from-here/fx/models/{urlstate/UrlState.js → aipagecontentreport/PageAiAnalysisPropertyRequest.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PageRollupFilterEngineContextPropertyTypes = exports.PageBuiltInColumnConstants = exports.SignOffRequestConstants = exports.DigitalSignageConstants = exports.InfoScreenViewIdConstants = exports.InfoScreenConstants = exports.WCMEnterpriseProperties = exports.Constants = exports.PageRollupConstants = void 0;
|
|
3
|
+
exports.OmniaSearchConstants = exports.PageRollupFilterEngineContextPropertyTypes = exports.PageBuiltInColumnConstants = exports.SignOffRequestConstants = exports.DigitalSignageConstants = exports.InfoScreenViewIdConstants = exports.InfoScreenConstants = exports.WCMEnterpriseProperties = exports.Constants = exports.PageRollupConstants = void 0;
|
|
4
4
|
const fx_models_1 = require("@omnia/fx-models");
|
|
5
5
|
exports.PageRollupConstants = {
|
|
6
6
|
get pageTitleAndLink() {
|
|
@@ -71,8 +71,14 @@ exports.PageRollupConstants = {
|
|
|
71
71
|
get navigationSortInternalName() {
|
|
72
72
|
return "009d5f06-f0ab-47ee-990c-e263f9495f15";
|
|
73
73
|
},
|
|
74
|
+
get pCreatedAt() {
|
|
75
|
+
return "PCreatedAt";
|
|
76
|
+
},
|
|
77
|
+
get pCreatedBy() {
|
|
78
|
+
return "PCreatedBy";
|
|
79
|
+
},
|
|
74
80
|
get PageSizeMax() {
|
|
75
|
-
return
|
|
81
|
+
return 500;
|
|
76
82
|
},
|
|
77
83
|
get DefaultPageSize() {
|
|
78
84
|
return 30;
|
|
@@ -122,13 +128,15 @@ exports.Constants = {
|
|
|
122
128
|
community: "c6d779e8-58ef-4f5d-9fe4-dbdd311bf9c9",
|
|
123
129
|
infoScreen: "5899f95b-0b0e-43ef-bfc5-fb387467b914",
|
|
124
130
|
eventmanagement: "5d84674a-da6f-455f-90e7-ec7c90ca3a26",
|
|
125
|
-
yammerIntegration: "560986c7-56dd-4aea-abec-008825a53dc8",
|
|
126
131
|
versionedControlledDocument: "5bc17781-4f2f-4119-8359-652300d9ace9",
|
|
127
132
|
digitalSignage: "e6b16d30-0767-47e7-bc00-d02f77ec9541",
|
|
128
133
|
socialReactions: "7aa05c7f-c939-4224-9835-be6fe847ccf8",
|
|
129
134
|
webContentManagementCore: "5870a19f-3904-4a94-9b94-e5a2140ab000",
|
|
130
135
|
calendarRollupCore: "07ab2c12-6f73-45b5-bf6f-864114a66415",
|
|
131
|
-
|
|
136
|
+
communityPropertiesAndPageTypes: "e7f6a798-6ea4-4012-8c3c-f9e00bcd510b",
|
|
137
|
+
publishingAppInfrastructure: "4c880576-5645-4f13-b328-784f4a0fb8a9",
|
|
138
|
+
eventPageType: "f3a94830-a373-4e92-ad94-48b57f9783ee",
|
|
139
|
+
omniasearch: "5765b73b-0c92-48dd-bd2b-604dfdf0f9a5"
|
|
132
140
|
},
|
|
133
141
|
communityAppDefinitionInfo: {
|
|
134
142
|
id: new fx_models_1.Guid("3b0e3cd4-911e-49cf-a401-b6c904526b85"),
|
|
@@ -155,6 +163,11 @@ exports.Constants = {
|
|
|
155
163
|
documentDataTypeProvider: {
|
|
156
164
|
id: "1bbedca1-baf3-4b90-86f6-2619d1d14431"
|
|
157
165
|
},
|
|
166
|
+
properties: {
|
|
167
|
+
registrations: {
|
|
168
|
+
pagePropertyBindingProviderId: new fx_models_1.Guid("8731b89c-f671-497c-ba6e-902fdc60221b"),
|
|
169
|
+
}
|
|
170
|
+
},
|
|
158
171
|
pageProvider: {
|
|
159
172
|
id: "6639cddb-db09-43f8-b5dc-48d2d8e00812"
|
|
160
173
|
},
|
|
@@ -164,6 +177,9 @@ exports.Constants = {
|
|
|
164
177
|
prefixTokens: {
|
|
165
178
|
publishingApp: "PublishingApp"
|
|
166
179
|
},
|
|
180
|
+
reindexContent: {
|
|
181
|
+
tenantResourceId: "tenant"
|
|
182
|
+
}
|
|
167
183
|
};
|
|
168
184
|
class WCMEnterpriseProperties {
|
|
169
185
|
}
|
|
@@ -217,3 +233,92 @@ exports.PageRollupFilterEngineContextPropertyTypes = {
|
|
|
217
233
|
publishingChannel: new fx_models_1.Guid("0feb169b-0d7a-49e5-aa4c-e6bec46ede30"),
|
|
218
234
|
checkedOutBy: new fx_models_1.Guid("49055adf-2723-4f50-93b1-dd8c6a3221dc")
|
|
219
235
|
};
|
|
236
|
+
exports.OmniaSearchConstants = {
|
|
237
|
+
timestamp(str) {
|
|
238
|
+
return `${str}Timestamp`;
|
|
239
|
+
},
|
|
240
|
+
get title() {
|
|
241
|
+
return "title";
|
|
242
|
+
},
|
|
243
|
+
get type() {
|
|
244
|
+
return "type";
|
|
245
|
+
},
|
|
246
|
+
get pageCollectionId() {
|
|
247
|
+
return "pageCollectionId";
|
|
248
|
+
},
|
|
249
|
+
get publishingAppId() {
|
|
250
|
+
return "publishingAppId";
|
|
251
|
+
},
|
|
252
|
+
get pUrlSegment() {
|
|
253
|
+
return "pUrlSegment";
|
|
254
|
+
},
|
|
255
|
+
get pageId() {
|
|
256
|
+
return "pageId";
|
|
257
|
+
},
|
|
258
|
+
get channels() {
|
|
259
|
+
return "channels";
|
|
260
|
+
},
|
|
261
|
+
get defaultChannel() {
|
|
262
|
+
return "defaultChannel";
|
|
263
|
+
},
|
|
264
|
+
get layoutDataParentPageId() {
|
|
265
|
+
return "layoutDataParentPageId";
|
|
266
|
+
},
|
|
267
|
+
get commentsAndLikesSettings() {
|
|
268
|
+
return "commentsAndLikesSettings";
|
|
269
|
+
},
|
|
270
|
+
get commentCount() {
|
|
271
|
+
return "commentCount";
|
|
272
|
+
},
|
|
273
|
+
get reactionCount() {
|
|
274
|
+
return "reactionCount";
|
|
275
|
+
},
|
|
276
|
+
get commentCountLastWeek() {
|
|
277
|
+
return "commentCountLastWeek";
|
|
278
|
+
},
|
|
279
|
+
get reactionCountLastWeek() {
|
|
280
|
+
return "reactionCountLastWeek";
|
|
281
|
+
},
|
|
282
|
+
get commentCountLastMonth() {
|
|
283
|
+
return "commentCountLastMonth";
|
|
284
|
+
},
|
|
285
|
+
get reactionCountLastMonth() {
|
|
286
|
+
return "reactionCountLastMonth";
|
|
287
|
+
},
|
|
288
|
+
get pageHitsTotal() {
|
|
289
|
+
return "pageHitsTotal";
|
|
290
|
+
},
|
|
291
|
+
get uniqueVisitorsTotal() {
|
|
292
|
+
return "uniqueVisitorsTotal";
|
|
293
|
+
},
|
|
294
|
+
get pageHitsLastWeek() {
|
|
295
|
+
return "pageHitsLastWeek";
|
|
296
|
+
},
|
|
297
|
+
get uniqueVisitorsLastWeek() {
|
|
298
|
+
return "uniqueVisitorsLastWeek";
|
|
299
|
+
},
|
|
300
|
+
get pageHitsLastMonth() {
|
|
301
|
+
return "pageHitsLastMonth";
|
|
302
|
+
},
|
|
303
|
+
get uniqueVisitorsLastMonth() {
|
|
304
|
+
return "uniqueVisitorsLastMonth";
|
|
305
|
+
},
|
|
306
|
+
get variationId() {
|
|
307
|
+
return "variationId";
|
|
308
|
+
},
|
|
309
|
+
get variationOfPageId() {
|
|
310
|
+
return "variationOfPageId";
|
|
311
|
+
},
|
|
312
|
+
get notCreatedVariationIds() {
|
|
313
|
+
return "notCreatedVariationIds";
|
|
314
|
+
},
|
|
315
|
+
get isDefaultPageVariation() {
|
|
316
|
+
return "isDefaultPageVariation";
|
|
317
|
+
},
|
|
318
|
+
get hiddenByPageId() {
|
|
319
|
+
return "hiddenByPageId";
|
|
320
|
+
},
|
|
321
|
+
get deletedAt() {
|
|
322
|
+
return "deletedAt";
|
|
323
|
+
}
|
|
324
|
+
};
|
|
@@ -9,7 +9,8 @@ export declare enum ResourceEvaluators {
|
|
|
9
9
|
SecurityResource = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.ISecurityResourceEvaluator",
|
|
10
10
|
PageCollection = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageCollectionResourceEvaluator",
|
|
11
11
|
ChannelSecurityResource = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IChannelSecurityResourceEvaluator",
|
|
12
|
-
ExtensionResource = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator"
|
|
12
|
+
ExtensionResource = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator",
|
|
13
|
+
PageApprovalResource = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageApprovalSecurityResourceEvaluator"
|
|
13
14
|
}
|
|
14
15
|
export declare enum RoleDefinitions {
|
|
15
16
|
Editor = "4e76e9ec-ecbc-48cc-bd50-68d573d795b1",
|
|
@@ -21,7 +22,8 @@ export declare enum RoleDefinitions {
|
|
|
21
22
|
WCMChannelAdmin = "5c9df4ab-f6b4-432b-bfb8-65ef20bc0198",
|
|
22
23
|
WCMChannelPublisher = "08a55ae6-75c3-4dff-afc3-be78745fdcc9",
|
|
23
24
|
ChannelAdministratorListReader = "fb739a2e-b0e8-4c3e-825a-c5b21768bc67",
|
|
24
|
-
DigitalSignageReader = "e5dd5245-2efe-4c2c-a734-3252554f8f99"
|
|
25
|
+
DigitalSignageReader = "e5dd5245-2efe-4c2c-a734-3252554f8f99",
|
|
26
|
+
Approver = "054b42f0-2d34-4ce0-b9ce-e14e9fd878c1"
|
|
25
27
|
}
|
|
26
28
|
export declare enum WcmPropertyDefaultValues {
|
|
27
29
|
CalculateFromProperty = "[CalculateFromProperty]",
|
|
@@ -14,7 +14,8 @@ var ResourceEvaluators;
|
|
|
14
14
|
ResourceEvaluators["SecurityResource"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.ISecurityResourceEvaluator";
|
|
15
15
|
ResourceEvaluators["PageCollection"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageCollectionResourceEvaluator";
|
|
16
16
|
ResourceEvaluators["ChannelSecurityResource"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IChannelSecurityResourceEvaluator";
|
|
17
|
-
ResourceEvaluators["ExtensionResource"] = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator";
|
|
17
|
+
ResourceEvaluators["ExtensionResource"] = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator";
|
|
18
|
+
ResourceEvaluators["PageApprovalResource"] = "Omnia.WebContentManagement.Core.Security.ResourceEvaluators.IPageApprovalSecurityResourceEvaluator";
|
|
18
19
|
})(ResourceEvaluators = exports.ResourceEvaluators || (exports.ResourceEvaluators = {}));
|
|
19
20
|
var RoleDefinitions;
|
|
20
21
|
(function (RoleDefinitions) {
|
|
@@ -29,6 +30,7 @@ var RoleDefinitions;
|
|
|
29
30
|
RoleDefinitions["WCMChannelPublisher"] = "08a55ae6-75c3-4dff-afc3-be78745fdcc9";
|
|
30
31
|
RoleDefinitions["ChannelAdministratorListReader"] = "fb739a2e-b0e8-4c3e-825a-c5b21768bc67";
|
|
31
32
|
RoleDefinitions["DigitalSignageReader"] = "e5dd5245-2efe-4c2c-a734-3252554f8f99";
|
|
33
|
+
RoleDefinitions["Approver"] = "054b42f0-2d34-4ce0-b9ce-e14e9fd878c1";
|
|
32
34
|
})(RoleDefinitions = exports.RoleDefinitions || (exports.RoleDefinitions = {}));
|
|
33
35
|
var WcmPropertyDefaultValues;
|
|
34
36
|
(function (WcmPropertyDefaultValues) {
|
|
@@ -33,6 +33,7 @@ export declare class WcmResourceManifests {
|
|
|
33
33
|
static get AdminCore(): Guid;
|
|
34
34
|
static get PublishingApp(): Guid;
|
|
35
35
|
static get AdminRegistrations(): Guid;
|
|
36
|
+
static get AppProvisioningStepMemberStepTemplateRegistration(): Guid;
|
|
36
37
|
static get AdminAppCore(): Guid;
|
|
37
38
|
static get CommunitiesAdminRegistrations(): Guid;
|
|
38
39
|
static get Editor(): Guid;
|
|
@@ -86,8 +87,9 @@ export declare class WcmResourceManifests {
|
|
|
86
87
|
static get SignOffRequestPageProvider(): Guid;
|
|
87
88
|
static get SignOffRequestBanner(): Guid;
|
|
88
89
|
static get PublishingAppToken(): Guid;
|
|
89
|
-
static get
|
|
90
|
-
static get
|
|
90
|
+
static get PagePropertiesProvider(): Guid;
|
|
91
|
+
static get PagePropertiesProviderCore(): Guid;
|
|
92
|
+
static get PagePropertyBindingProvider(): Guid;
|
|
91
93
|
static get RTFExtensions(): Guid;
|
|
92
94
|
static get MySubscriptionProvider(): Guid;
|
|
93
95
|
static get ChannelRollupCore(): Guid;
|
|
@@ -100,6 +102,7 @@ export declare class WcmResourceManifests {
|
|
|
100
102
|
static get PageRollupFilterEngineCore(): Guid;
|
|
101
103
|
static get PageRollupRendererResources(): Guid;
|
|
102
104
|
static get WCMGlossaryType(): Guid;
|
|
105
|
+
static get PageCreationCore(): Guid;
|
|
103
106
|
}
|
|
104
107
|
export declare class WcmWebComponentManifests {
|
|
105
108
|
static get LinkPickerExtension(): Guid;
|
|
@@ -194,6 +197,9 @@ export declare class WcmWebComponentManifests {
|
|
|
194
197
|
static get AdminPageCollectionSettingBlade(): Guid;
|
|
195
198
|
static get AdminCreatePageCollection(): Guid;
|
|
196
199
|
static get AdminPageCollectionSetting(): Guid;
|
|
200
|
+
static get AppProvisioningStepMemberStep(): Guid;
|
|
201
|
+
static get AppProvisioningStepMemberSummary(): Guid;
|
|
202
|
+
static get AppProvisioningInformationSummary(): Guid;
|
|
197
203
|
static get ContentBlockBreakPointSettings(): Guid;
|
|
198
204
|
static get TranslationDialog(): Guid;
|
|
199
205
|
static get PageRollupRollerViewSettings(): Guid;
|
|
@@ -220,6 +226,7 @@ export declare class WcmWebComponentManifests {
|
|
|
220
226
|
static get ActionButtonAPI(): Guid;
|
|
221
227
|
static get ActionButton(): Guid;
|
|
222
228
|
static get ActionButtonSettings(): Guid;
|
|
229
|
+
static get ActionToolbar(): Guid;
|
|
223
230
|
static get ActionButtonLinkHandlerSettings(): Guid;
|
|
224
231
|
static get ActionButtonLinkHandlerView(): Guid;
|
|
225
232
|
static get ActionButtonLinkHandlerRegistration(): Guid;
|
|
@@ -228,6 +235,8 @@ export declare class WcmWebComponentManifests {
|
|
|
228
235
|
static get ActionButtonCreatePageHandlerRegistration(): Guid;
|
|
229
236
|
static get ActionButtonCreatePageHandlerSubscription(): Guid;
|
|
230
237
|
static get ActionButtonCreatePageSelector(): Guid;
|
|
238
|
+
static get PageCreationLocationSelector(): Guid;
|
|
239
|
+
static get CalendarPageCollectionSelectionDialog(): Guid;
|
|
231
240
|
static get SignUpButton(): Guid;
|
|
232
241
|
static get CancelButton(): Guid;
|
|
233
242
|
static get SignUpOtherButton(): Guid;
|
|
@@ -321,6 +330,7 @@ export declare class WcmWebComponentManifests {
|
|
|
321
330
|
static get AppSettingsArchiveComponent(): Guid;
|
|
322
331
|
static get CalendarRollupEventDialog(): Guid;
|
|
323
332
|
static get ChannelManagementBlade(): Guid;
|
|
333
|
+
static get WcmAdminOmniaSearchBlade(): Guid;
|
|
324
334
|
static Blocks: {
|
|
325
335
|
new (): {};
|
|
326
336
|
readonly Banner: Guid;
|
|
@@ -364,6 +374,11 @@ export declare class WcmWebComponentManifests {
|
|
|
364
374
|
static get PageRollupCheckedOutByPropertyDefaultValueInput(): Guid;
|
|
365
375
|
static get WCMGlossaryUISettingBlade(): Guid;
|
|
366
376
|
static get WCMGlossaryUISettingsTree(): Guid;
|
|
377
|
+
static get ApprovalHistory(): Guid;
|
|
378
|
+
static get AttachSiteButton(): Guid;
|
|
379
|
+
static get AppEditing(): Guid;
|
|
380
|
+
static get OmniaSearchLoggingCore(): Guid;
|
|
381
|
+
static get OmniaSearchLogging(): Guid;
|
|
367
382
|
}
|
|
368
383
|
export declare class InfoScreenManifests {
|
|
369
384
|
static get AdminRegistration(): Guid;
|
|
@@ -45,6 +45,7 @@ class WcmResourceManifests {
|
|
|
45
45
|
static get AdminCore() { return new fx_models_1.Guid("2d252f53-20ec-4d98-a011-9c9a17ed050b"); }
|
|
46
46
|
static get PublishingApp() { return new fx_models_1.Guid("bab17099-2c30-440a-9b95-0cb2c2e2839c"); }
|
|
47
47
|
static get AdminRegistrations() { return new fx_models_1.Guid("370b9e63-1528-421c-a731-d279d83a113e"); }
|
|
48
|
+
static get AppProvisioningStepMemberStepTemplateRegistration() { return new fx_models_1.Guid("65ff901e-3320-4fdb-834d-d46435b3a60c"); }
|
|
48
49
|
static get AdminAppCore() { return new fx_models_1.Guid("ff071b73-4c98-4b66-ae8b-bbcfe2ecffbd"); }
|
|
49
50
|
static get CommunitiesAdminRegistrations() { return new fx_models_1.Guid("2f1873b1-6aeb-4286-bf59-9816bb1c1f85"); }
|
|
50
51
|
static get Editor() { return new fx_models_1.Guid("d6aebf22-5e60-4895-bbe7-bda6736b0a75"); }
|
|
@@ -99,8 +100,9 @@ class WcmResourceManifests {
|
|
|
99
100
|
static get SignOffRequestPageProvider() { return new fx_models_1.Guid("4852704d-f6cc-4465-94f2-35ce664b6b18"); }
|
|
100
101
|
static get SignOffRequestBanner() { return new fx_models_1.Guid("aea1569f-94dc-498c-a0fc-3a525c851352"); }
|
|
101
102
|
static get PublishingAppToken() { return new fx_models_1.Guid("3d0b5714-6e71-4ad6-a0f9-3a5a232cba6e"); }
|
|
102
|
-
static get
|
|
103
|
-
static get
|
|
103
|
+
static get PagePropertiesProvider() { return new fx_models_1.Guid("75e97f74-b5f6-4a17-9ed8-8dc2cff4e9b0"); }
|
|
104
|
+
static get PagePropertiesProviderCore() { return new fx_models_1.Guid("35ddf13a-319d-4245-a9d8-d321c8604447"); }
|
|
105
|
+
static get PagePropertyBindingProvider() { return new fx_models_1.Guid("84dc7fa4-a70c-470d-90b5-3df966391626"); }
|
|
104
106
|
static get RTFExtensions() { return new fx_models_1.Guid("cee422ab-d5bb-4f7c-b2b2-44b2169cd17b"); }
|
|
105
107
|
static get MySubscriptionProvider() { return new fx_models_1.Guid("153b82dc-06a0-4b03-9192-801601c38b52"); }
|
|
106
108
|
static get ChannelRollupCore() { return new fx_models_1.Guid("5c043b21-a4e4-4cac-908c-f35ad1b69b62"); }
|
|
@@ -113,6 +115,7 @@ class WcmResourceManifests {
|
|
|
113
115
|
static get PageRollupFilterEngineCore() { return new fx_models_1.Guid("edd540e0-2f6b-488e-8f7b-7c5501f46e97"); }
|
|
114
116
|
static get PageRollupRendererResources() { return new fx_models_1.Guid("74EA3346-4A90-46AA-996B-FD195002F28C"); }
|
|
115
117
|
static get WCMGlossaryType() { return new fx_models_1.Guid("47B70789-B295-4DA7-BB4C-95BD275A4606"); }
|
|
118
|
+
static get PageCreationCore() { return new fx_models_1.Guid("4c4b8bcc-ecc9-403e-934d-49bb26a75f3a"); }
|
|
116
119
|
}
|
|
117
120
|
exports.WcmResourceManifests = WcmResourceManifests;
|
|
118
121
|
class WcmWebComponentManifests {
|
|
@@ -210,6 +213,9 @@ class WcmWebComponentManifests {
|
|
|
210
213
|
static get AdminPageCollectionSettingBlade() { return new fx_models_1.Guid("0e51c7bc-368e-4d75-8fc8-0345a395cd69"); }
|
|
211
214
|
static get AdminCreatePageCollection() { return new fx_models_1.Guid("3b91e7fa-7c80-4829-98b2-635e743d9750"); }
|
|
212
215
|
static get AdminPageCollectionSetting() { return new fx_models_1.Guid("30a668a4-efb0-45f7-a318-47685e0c7ce2"); }
|
|
216
|
+
static get AppProvisioningStepMemberStep() { return new fx_models_1.Guid("5699d7bb-2c5e-487d-9fa1-81431254980e"); }
|
|
217
|
+
static get AppProvisioningStepMemberSummary() { return new fx_models_1.Guid("c2a6266f-16dc-4114-9489-d7707d82beae"); }
|
|
218
|
+
static get AppProvisioningInformationSummary() { return new fx_models_1.Guid("61d306ed-6ef9-492a-b75a-f9b8e8941662"); }
|
|
213
219
|
static get ContentBlockBreakPointSettings() { return new fx_models_1.Guid("8391E163-0623-43E6-871B-029470494A79"); }
|
|
214
220
|
static get TranslationDialog() { return new fx_models_1.Guid("4a1b4080-7955-4143-9681-80eb8e94f09e"); }
|
|
215
221
|
static get PageRollupRollerViewSettings() { return new fx_models_1.Guid("48A601CA-D5A5-4A4E-88D2-ABE88C204B78"); }
|
|
@@ -236,6 +242,7 @@ class WcmWebComponentManifests {
|
|
|
236
242
|
static get ActionButtonAPI() { return new fx_models_1.Guid("15F1A2BF-5FE0-4880-9BD0-8E1FC28A120C"); }
|
|
237
243
|
static get ActionButton() { return new fx_models_1.Guid("85ee1441-8ff7-462a-b6b1-2dc7bae6bf04"); }
|
|
238
244
|
static get ActionButtonSettings() { return new fx_models_1.Guid("d196fb5c-ce72-4968-a325-e041e2add623"); }
|
|
245
|
+
static get ActionToolbar() { return new fx_models_1.Guid("236cbcf6-8ff0-44fe-8bfe-a9e74dfabfe1"); }
|
|
239
246
|
static get ActionButtonLinkHandlerSettings() { return new fx_models_1.Guid("f14986cf-6db0-41e4-b1f6-ce08c3b41307"); }
|
|
240
247
|
static get ActionButtonLinkHandlerView() { return new fx_models_1.Guid("0610a94c-f2b9-4c7e-9c4c-80ea7dea5df9"); }
|
|
241
248
|
static get ActionButtonLinkHandlerRegistration() { return new fx_models_1.Guid("f9476d7e-417b-44e4-8903-5303371baf75"); }
|
|
@@ -244,6 +251,8 @@ class WcmWebComponentManifests {
|
|
|
244
251
|
static get ActionButtonCreatePageHandlerRegistration() { return new fx_models_1.Guid("84660ea0-4ad5-437e-90d8-f6fe9e63f0f2"); }
|
|
245
252
|
static get ActionButtonCreatePageHandlerSubscription() { return new fx_models_1.Guid("0dd089f8-6fa3-49e0-b311-58adc2985deb"); }
|
|
246
253
|
static get ActionButtonCreatePageSelector() { return new fx_models_1.Guid("6135dc5c-6fa4-477c-bb8e-89ec1b7fb3ea"); }
|
|
254
|
+
static get PageCreationLocationSelector() { return new fx_models_1.Guid("80bb8e3c-0bce-4ffe-b146-27f009e363de"); }
|
|
255
|
+
static get CalendarPageCollectionSelectionDialog() { return new fx_models_1.Guid("db0a59ed-8714-400b-a3f9-bd0cde34ca00"); }
|
|
247
256
|
static get SignUpButton() { return new fx_models_1.Guid("ee9324d5-2ee2-4897-bc71-ade1bcf114cb"); }
|
|
248
257
|
static get CancelButton() { return new fx_models_1.Guid("0f36cf9f-f066-4914-bcc5-579b2cec60a9"); }
|
|
249
258
|
static get SignUpOtherButton() { return new fx_models_1.Guid("bff4c630-0af2-43a8-b56b-9221a0789118"); }
|
|
@@ -338,6 +347,7 @@ class WcmWebComponentManifests {
|
|
|
338
347
|
static get AppSettingsArchiveComponent() { return new fx_models_1.Guid("1f673aa8-ea52-4e64-96bd-ea837012674b"); }
|
|
339
348
|
static get CalendarRollupEventDialog() { return new fx_models_1.Guid("07C3E30D-939D-487E-AD01-189557BE3877"); }
|
|
340
349
|
static get ChannelManagementBlade() { return new fx_models_1.Guid("a8c1f0b5-ca39-46a6-9e0e-40e01d1744d3"); }
|
|
350
|
+
static get WcmAdminOmniaSearchBlade() { return new fx_models_1.Guid("0751f1aa-16a0-4c80-b3e2-b678e8c52435"); }
|
|
341
351
|
static get NewsletterEmailSendingHandler() { return new fx_models_1.Guid("a47891d9-789a-454f-850d-bc4e129c4a39"); }
|
|
342
352
|
static get ActionButtonInviteAuthorHandlerRegistration() { return new fx_models_1.Guid("3346b457-5f61-4406-9d67-60200e224243"); }
|
|
343
353
|
static get ActionButtonInviteAuthorHandlerSubscription() { return new fx_models_1.Guid("39d4eab7-b146-4168-9059-9576c7a5e468"); }
|
|
@@ -376,6 +386,13 @@ class WcmWebComponentManifests {
|
|
|
376
386
|
static get PageRollupCheckedOutByPropertyDefaultValueInput() { return new fx_models_1.Guid("fafaef64-45e2-428d-9fa9-91553b12d33c"); }
|
|
377
387
|
static get WCMGlossaryUISettingBlade() { return new fx_models_1.Guid("B7FB96AB-F603-4CF2-9A6C-D942154495D7"); }
|
|
378
388
|
static get WCMGlossaryUISettingsTree() { return new fx_models_1.Guid("72FF9C45-7188-4B11-A856-133D7E3E28C8"); }
|
|
389
|
+
// public static get FxPhotoWallProvider(): Guid {return new Guid("12D1BCA1-D50B-4186-ACD5-0014584389C9");}
|
|
390
|
+
// public static get FxSliderDialogProvider(): Guid {return new Guid("AC5F615D-F975-43CF-97B3-AE930BA113D0");}
|
|
391
|
+
static get ApprovalHistory() { return new fx_models_1.Guid("567120e1-9549-448a-afde-6241df57fc96"); }
|
|
392
|
+
static get AttachSiteButton() { return new fx_models_1.Guid("7b0e1546-ebb1-406e-b03f-8cbb1a879a83"); }
|
|
393
|
+
static get AppEditing() { return new fx_models_1.Guid("3d7c043d-667b-475e-a579-4cc5baa658be"); }
|
|
394
|
+
static get OmniaSearchLoggingCore() { return new fx_models_1.Guid("2fe22ccb-1e6f-4585-8f98-118be55277b2"); }
|
|
395
|
+
static get OmniaSearchLogging() { return new fx_models_1.Guid("119607d0-27d0-46e5-a34c-ac5dadbadffb"); }
|
|
379
396
|
}
|
|
380
397
|
WcmWebComponentManifests.Blocks = class {
|
|
381
398
|
static get Banner() { return new fx_models_1.Guid("fb5c76d4-ab00-49f7-b9e2-f7228a39a7aa"); }
|
package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AiSettings, Guid, MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { PageId } from "../pages";
|
|
3
|
+
export declare enum AiContentReportStatus {
|
|
4
|
+
InProgess = 0,
|
|
5
|
+
CompleteWithSuccess = 1,
|
|
6
|
+
CompleteWithFailure = 2,
|
|
7
|
+
CompleteWithError = 3
|
|
8
|
+
}
|
|
9
|
+
export declare enum AiContentReportPageStatus {
|
|
10
|
+
Fixing = 0,
|
|
11
|
+
AnalyzedWithSuccess = 1,
|
|
12
|
+
AnalyzedWithFailure = 2,
|
|
13
|
+
FixedWithSuccess = 3,
|
|
14
|
+
FixedWithFailure = 4,
|
|
15
|
+
Analyzing = 5
|
|
16
|
+
}
|
|
17
|
+
export interface AiAnalysisReportPageSnapshot {
|
|
18
|
+
pageId: PageId;
|
|
19
|
+
pageVersionId: number;
|
|
20
|
+
pageTitle: string;
|
|
21
|
+
pageCollectionId: PageId;
|
|
22
|
+
pageCollectionTitle: string;
|
|
23
|
+
status?: AiContentReportPageStatus;
|
|
24
|
+
errorMessage: string;
|
|
25
|
+
}
|
|
26
|
+
export interface PageAiAnalysisReportDetails {
|
|
27
|
+
properties: Array<string>;
|
|
28
|
+
pages: Array<AiAnalysisReportPageSnapshot>;
|
|
29
|
+
}
|
|
30
|
+
export interface PageAiAnalysisReport {
|
|
31
|
+
id: number;
|
|
32
|
+
name: MultilingualString;
|
|
33
|
+
aiSetting: AiSettings;
|
|
34
|
+
analysisDetails: PageAiAnalysisReportDetails;
|
|
35
|
+
status: AiContentReportStatus;
|
|
36
|
+
publishingAppId: Guid;
|
|
37
|
+
}
|
package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AiContentReportPageStatus = exports.AiContentReportStatus = void 0;
|
|
4
|
+
var AiContentReportStatus;
|
|
5
|
+
(function (AiContentReportStatus) {
|
|
6
|
+
AiContentReportStatus[AiContentReportStatus["InProgess"] = 0] = "InProgess";
|
|
7
|
+
AiContentReportStatus[AiContentReportStatus["CompleteWithSuccess"] = 1] = "CompleteWithSuccess";
|
|
8
|
+
AiContentReportStatus[AiContentReportStatus["CompleteWithFailure"] = 2] = "CompleteWithFailure";
|
|
9
|
+
AiContentReportStatus[AiContentReportStatus["CompleteWithError"] = 3] = "CompleteWithError";
|
|
10
|
+
})(AiContentReportStatus = exports.AiContentReportStatus || (exports.AiContentReportStatus = {}));
|
|
11
|
+
var AiContentReportPageStatus;
|
|
12
|
+
(function (AiContentReportPageStatus) {
|
|
13
|
+
AiContentReportPageStatus[AiContentReportPageStatus["Fixing"] = 0] = "Fixing";
|
|
14
|
+
AiContentReportPageStatus[AiContentReportPageStatus["AnalyzedWithSuccess"] = 1] = "AnalyzedWithSuccess";
|
|
15
|
+
AiContentReportPageStatus[AiContentReportPageStatus["AnalyzedWithFailure"] = 2] = "AnalyzedWithFailure";
|
|
16
|
+
AiContentReportPageStatus[AiContentReportPageStatus["FixedWithSuccess"] = 3] = "FixedWithSuccess";
|
|
17
|
+
AiContentReportPageStatus[AiContentReportPageStatus["FixedWithFailure"] = 4] = "FixedWithFailure";
|
|
18
|
+
AiContentReportPageStatus[AiContentReportPageStatus["Analyzing"] = 5] = "Analyzing";
|
|
19
|
+
})(AiContentReportPageStatus = exports.AiContentReportPageStatus || (exports.AiContentReportPageStatus = {}));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AiSettings, GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { PageId } from "../pages";
|
|
3
|
+
export interface PageAiAnalysisReportMetaData {
|
|
4
|
+
properties: Array<string>;
|
|
5
|
+
pages: Array<PageId>;
|
|
6
|
+
}
|
|
7
|
+
export interface PageAiAnalysisReportAddRequest {
|
|
8
|
+
aiSetting: AiSettings;
|
|
9
|
+
analysisMetaData: PageAiAnalysisReportMetaData;
|
|
10
|
+
publishingAppId: GuidValue;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
export interface PageAiAnalysisReportPaging {
|
|
3
|
+
pageNumber?: number;
|
|
4
|
+
pageSize: number;
|
|
5
|
+
}
|
|
6
|
+
export interface PageAiAnalysisReportQuery {
|
|
7
|
+
reportId?: number;
|
|
8
|
+
publishingAppId: GuidValue;
|
|
9
|
+
paging?: PageAiAnalysisReportPaging;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { AiContentReportStatus } from "./PageAiAnalysisReport";
|
|
3
|
+
export interface PageAiAnalysisReportSummary {
|
|
4
|
+
id: number;
|
|
5
|
+
createdAt: Date;
|
|
6
|
+
name: MultilingualString;
|
|
7
|
+
totalPages: number;
|
|
8
|
+
noOfFailedPages: number;
|
|
9
|
+
status: AiContentReportStatus;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./PageAiAnalysisReport"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./PageAiAnalysisReportAddRequest"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./PageAiAnalysisReportQuery"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./PageAiAnalysisReportSummary"), exports);
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { AppTemplateProperties, GuidValue, Identity, RolePermissionSetting } from "@omnia/fx/models";
|
|
2
2
|
import { Achievement, CreatePageCollectionLayoutRefData, PagePropertyMappingSetting, StatisticProviderSetting } from "..";
|
|
3
|
+
export interface Membership {
|
|
4
|
+
owners?: Array<Identity>;
|
|
5
|
+
members?: Array<Identity>;
|
|
6
|
+
readers?: Array<Identity>;
|
|
7
|
+
}
|
|
3
8
|
export interface SPSitePermissions {
|
|
4
9
|
defaultAdministrator: Identity[];
|
|
5
10
|
secondAdministrator: Identity[];
|
|
@@ -7,6 +12,7 @@ export interface SPSitePermissions {
|
|
|
7
12
|
}
|
|
8
13
|
export interface SPCommunicationTemplateProperties extends AppTemplateProperties {
|
|
9
14
|
setups: SPCommunicationTemplatePropertiesData;
|
|
15
|
+
membership?: Membership;
|
|
10
16
|
}
|
|
11
17
|
export interface SPCommunicationTemplatePropertiesData {
|
|
12
18
|
permissions: SPSitePermissions;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IIcon, MultilingualString, ButtonSizes, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings } from "@omnia/fx-models";
|
|
2
2
|
import { ActionHandlerInstance, DialogPositions, SelectionItem, SelectionToken } from "@omnia/fx/ux";
|
|
3
|
+
import { PageCreationActionSetting } from "../pagecreation";
|
|
3
4
|
export declare enum ButtonGroupings {
|
|
4
5
|
none = 1,
|
|
5
6
|
speedDial = 2,
|
|
@@ -59,9 +60,7 @@ export interface ActionButtonLinkHandlerSettings extends IActionHandlerSettings
|
|
|
59
60
|
closeWhenOutsideClick?: boolean;
|
|
60
61
|
anchorName?: string;
|
|
61
62
|
}
|
|
62
|
-
export interface ActionButtonCreatePageHandlerSettings extends IActionHandlerSettings {
|
|
63
|
-
pageCollectionId: SelectionItem<number> | SelectionToken;
|
|
64
|
-
publishingAppId: string;
|
|
63
|
+
export interface ActionButtonCreatePageHandlerSettings extends IActionHandlerSettings, PageCreationActionSetting {
|
|
65
64
|
}
|
|
66
65
|
export declare enum ActionButtonLinkHandlerTargets {
|
|
67
66
|
currentWindow = 0,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PropertyMapping } from "../block";
|
|
1
2
|
import { SpacingSettings, MultilingualString, RichTextEditorExtensionRegistration, GuidValue, BlockSettingsWithDefaultProperty } from "@omnia/fx-models";
|
|
2
3
|
export declare enum ContentBlockModes {
|
|
3
4
|
RichText = 1,
|
|
@@ -39,3 +40,6 @@ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<s
|
|
|
39
40
|
enableAutomaticSummary?: boolean;
|
|
40
41
|
summarizedProperty?: string;
|
|
41
42
|
}
|
|
43
|
+
export interface ContentBlockAutomaticSummaryRegistration {
|
|
44
|
+
propertyMapping: PropertyMapping;
|
|
45
|
+
}
|
|
@@ -5,4 +5,19 @@ export interface MediaBlockSettings extends BlockSettingsWithDefaultProperty<Med
|
|
|
5
5
|
preConfiguredImageScalingUniqueId?: GuidValue;
|
|
6
6
|
forceScaling: boolean;
|
|
7
7
|
cropRatioUniqueIds?: Array<GuidValue>;
|
|
8
|
+
displaySettings: DisplaySettings;
|
|
9
|
+
enableMultiSelect: boolean;
|
|
10
|
+
displayNumber?: number;
|
|
11
|
+
borderRadius: string;
|
|
12
|
+
roundBorder?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface DisplaySettings {
|
|
15
|
+
display: {
|
|
16
|
+
viewTemplateId: GuidValue;
|
|
17
|
+
itemLimit: number;
|
|
18
|
+
};
|
|
19
|
+
dialog: {
|
|
20
|
+
viewTemplate: GuidValue;
|
|
21
|
+
showThumbnails: boolean;
|
|
22
|
+
};
|
|
8
23
|
}
|
|
@@ -14,5 +14,6 @@ export declare const MediaBlockStyles: {
|
|
|
14
14
|
pickerDialogContent?: types.NestedCSSProperties;
|
|
15
15
|
videoBlockEditMode?: types.NestedCSSProperties;
|
|
16
16
|
reusingContentMsg?: types.NestedCSSProperties;
|
|
17
|
+
galleryDialog?: types.NestedCSSProperties;
|
|
17
18
|
blockSpacing?: (spacing: SpacingSettings, isVideoBlock?: boolean) => types.NestedCSSProperties;
|
|
18
19
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { useColorSchemaStore } from "@omnia/fx/ux";
|
|
3
3
|
import { Color } from "@omnia/fx-models";
|
|
4
4
|
export declare const NavigationNodeStyles: {
|
|
5
5
|
wrapper?: (disabled: boolean) => types.NestedCSSProperties;
|
|
6
|
-
extendedButtons?: (
|
|
6
|
+
extendedButtons?: (colors: ReturnType<typeof useColorSchemaStore>) => types.NestedCSSProperties;
|
|
7
7
|
pagingIconWrapper?: (level: number) => types.NestedCSSProperties;
|
|
8
|
-
headerWrapper?: (level: number, isRoutePath: any,
|
|
8
|
+
headerWrapper?: (level: number, isRoutePath: any, colors: ReturnType<typeof useColorSchemaStore>) => types.NestedCSSProperties;
|
|
9
9
|
leftIcon?: types.NestedCSSProperties;
|
|
10
10
|
leftIconExpanded?: types.NestedCSSProperties;
|
|
11
11
|
leftIconWithoutButton?: types.NestedCSSProperties;
|
|
@@ -25,6 +25,8 @@ export interface PageRollupViewSettings {
|
|
|
25
25
|
showExportToExcel: boolean;
|
|
26
26
|
pageInNewTab: boolean;
|
|
27
27
|
openInEditor: boolean;
|
|
28
|
+
navigationStartNodeId?: number;
|
|
29
|
+
hideStartNode?: boolean;
|
|
28
30
|
}
|
|
29
31
|
export interface PageRollupViewSettingsColumnMapping {
|
|
30
32
|
internalName: string;
|
|
@@ -64,6 +66,7 @@ export interface PageRollupTagPropertyFilterValue extends PageRollupPropertyFilt
|
|
|
64
66
|
filterType: PageRollupEnums.FilterTypes;
|
|
65
67
|
}
|
|
66
68
|
export interface PageRollupTaxonomyPropertyFilterValue extends TaxonomyQueryFilter {
|
|
69
|
+
userPropertyBindingId?: string;
|
|
67
70
|
}
|
|
68
71
|
export interface PageRollupLanguagePropertyFilterValue extends PageRollupPropertyFilterValue {
|
|
69
72
|
value: string[];
|
|
@@ -145,6 +145,7 @@ export declare const PageRollupBlockCalendarViewStyles: {
|
|
|
145
145
|
toolbarLeft: types.NestedCSSProperties;
|
|
146
146
|
toolbarFloat: types.NestedCSSProperties;
|
|
147
147
|
toolbarSelect: types.NestedCSSProperties;
|
|
148
|
+
actionButton: types.NestedCSSProperties;
|
|
148
149
|
};
|
|
149
150
|
export declare const PageRollupUniqueUsersDetailsStyles: {
|
|
150
151
|
wrapper: types.NestedCSSProperties;
|
|
@@ -37,6 +37,7 @@ export interface DigitalSignageQuerySettings extends DigitalSignageSettingsBase
|
|
|
37
37
|
priority: number;
|
|
38
38
|
trimDuplicates: boolean;
|
|
39
39
|
type: DigitalSignageQuerySettingsType;
|
|
40
|
+
templateId?: GuidValue;
|
|
40
41
|
}
|
|
41
42
|
export interface DigitalSignagePageRollupSettings extends DigitalSignageQuerySettings {
|
|
42
43
|
type: DigitalSignageQuerySettingsType.PageRollup;
|